diff --git a/lenses/lens0/.gitattributes b/lenses/lens0/.gitattributes deleted file mode 100644 index 6213e00c..00000000 --- a/lenses/lens0/.gitattributes +++ /dev/null @@ -1,14 +0,0 @@ -# Shipped by Lens Studio -Entities/* -diff linguist-generated -Scene/**/* -diff linguist-generated -project.data filter=lfs diff=lfs merge=lfs -text -scene.scn filter=lfs diff=lfs merge=lfs -text -Public/**/* filter=lfs diff=lfs merge=lfs -text -Public/**/*.js !filter !diff !lfs text -Public/**/*.json !filter !diff !lfs text -Public/**/*.ts !filter !diff !lfs text -Public/**/*.md !filter !diff !lfs text -Public/**/*.txt !filter !diff !lfs text -Public/**/*.rtf !filter !diff !lfs text -Public/**/*.svg !filter !diff !lfs text -Public/**/*.css !filter !diff !lfs text diff --git a/lenses/lens0/.gitignore b/lenses/lens0/.gitignore deleted file mode 100644 index 1bdded4c..00000000 --- a/lenses/lens0/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Shipped by Lens Studio -.vscode/ -Support/ -jsconfig.json diff --git a/lenses/lens0/Public/Invader@2x.png b/lenses/lens0/Public/Invader@2x.png deleted file mode 100644 index b9354252..00000000 --- a/lenses/lens0/Public/Invader@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8532ae1773be3a7c628ab82013639c9550debd6ed4d7db9225dcf177d253536 -size 291324 diff --git a/lenses/lens0/Public/ParamsManager.js b/lenses/lens0/Public/ParamsManager.js deleted file mode 100644 index 353eeedb..00000000 --- a/lenses/lens0/Public/ParamsManager.js +++ /dev/null @@ -1,37 +0,0 @@ -//@input Component.Text key1Text; - -// This will use FallbackData if global.launchParams has not been filled out -var launchParams = global.launchParams; - -/* Storage accessors */ -var shotsOnInvader; - -var storageKey = "shotsOnInvader" - -/****************/ -function getData() { - if (launchParams) { - if (launchParams.has(storageKey) ) { - - shotsOnInvader = launchParams.getString(storageKey); - return true; - } - - return false; - } -} - -function populateFields() { - - script.key1Text.text = "Invader was hit " + shotsOnInvader + " times"; -} - -try { - if(getData()) { - populateFields(); - } else { - script.key1Text.text = "Failed to get launchParams"; - } -} catch (ex) { - script.key1Text.text = "Error " + ex + " " + ex.message; -} diff --git a/lenses/lens0/Public/RequestUnityState.js b/lenses/lens0/Public/RequestUnityState.js deleted file mode 100644 index 65bdf5cf..00000000 --- a/lenses/lens0/Public/RequestUnityState.js +++ /dev/null @@ -1,42 +0,0 @@ -// -----JS CODE----- -// @input Asset.RemoteServiceModule remoteServiceModule - - -// Import module -const Module = require("./Unity SDK - Generic API API Module"); -const ApiModule = new Module.ApiModule(script.remoteServiceModule); - -if (typeof(global.consecutiveErrorCount) === 'undefined') -{ - global.consecutiveErrorCount = 0; -} - -script.api.requestUpdatedStateFromUnity = function() -{ - print("requesting unity update") - //requesting update from unity - ApiModule.unityRequestState(script.api.handleUnityUpdate) -} - -script.api.handleUnityUpdate = function(err, response) { - if (err) { - print("error") - global.consecutiveErrorCount += 1 - if (global.consecutiveErrorCount >= script.maximumConsecutiveErrors) { - print("too many errors. giving up on getting state from Unity") - } else { - script.api.requestUpdatedStateFromUnity() - } - } else { - print("success. got updated state from unity") - global.consecutiveErrorCount = 0 - if (response.shotsOnInvader) { - script.stateText.text = "Invader was hit " + response.shotsOnInvader + " times"; - } - script.api.requestUpdatedStateFromUnity() - - } - -} - -script.api.requestUpdatedStateFromUnity(); diff --git a/lenses/lens0/Public/ShipSelector.js b/lenses/lens0/Public/ShipSelector.js deleted file mode 100644 index 771388e5..00000000 --- a/lenses/lens0/Public/ShipSelector.js +++ /dev/null @@ -1,34 +0,0 @@ - // -----JS CODE----- -// @input Asset.RemoteReferenceAsset leftTargetTexture -// @input string leftShipName -// @input Asset.RemoteReferenceAsset rightTargetTexture -// @input string rightShipName -// @input Component.ScriptComponent unityApi -// @input Component.Image targetImage - -script.api.onLeft = function() -{ - print("onLeft") - shipSelected(script.leftTargetTexture, script.leftShipName); -} - -script.api.onRight = function() -{ - print("onRight") - shipSelected(script.rightTargetTexture, script.rightShipName); -} - -function shipSelected(remoteAsset, shipName) { - print("ship selected! " + shipName) - remoteAsset.downloadAsset(function (asset) { // download success - script.targetImage.mainPass.baseTex = asset; - }, - function () { // download failure - print("Texture failed to download"); - }); - var dataToSend = { - isEmpty : false, - shipSelected : shipName - }; - script.unityApi.api.callUnity(dataToSend); -} \ No newline at end of file diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Green.lsmat b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Green.lsmat deleted file mode 100644 index e4fa69c0..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Green.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:165441e1fad4e6495a6f71fc1734735cd9168afffef8283187a2c8f01a0b8088 -size 46166 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Grey.lsmat b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Grey.lsmat deleted file mode 100644 index e4377745..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/Grey.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b7c942d1ec40d243e1aee8fad9bf0c52c8ab343d3ffb40c96368e365857d822 -size 46160 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/folder.lock b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Materials/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Sphere.mesh b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Sphere.mesh deleted file mode 100644 index 5481c4f9..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/Sphere.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30ebe9083c20d166c095838a88b137812ce2e405dc0c0e5af90007c08918b494 -size 28618 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/UsageExample.js b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/UsageExample.js deleted file mode 100644 index 598c6059..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/UsageExample.js +++ /dev/null @@ -1,21 +0,0 @@ -//sets material of corresponding sphere based on left or right tilt -//@input Component.MaterialMeshVisual objectLeft -//@input Component.MaterialMeshVisual objectRight - -//@input Asset.Material matGreen -//@input Asset.Material matGrey - -script.api.onLeft = function () { - script.objectRight.mainMaterial = script.matGrey; - script.objectLeft.mainMaterial = script.matGreen; -} - -script.api.onRight = function () { - script.objectRight.mainMaterial = script.matGreen; - script.objectLeft.mainMaterial = script.matGrey; -} - -script.api.onReset = function () { - script.objectRight.mainMaterial = script.matGrey; - script.objectLeft.mainMaterial = script.matGrey; -} \ No newline at end of file diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/folder.lock b/lenses/lens0/Public/TIlt Head Left_Right Resources/Example [DELETE ME]/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/Tilt Head.js b/lenses/lens0/Public/TIlt Head Left_Right Resources/Tilt Head.js deleted file mode 100644 index 16a6349c..00000000 --- a/lenses/lens0/Public/TIlt Head Left_Right Resources/Tilt Head.js +++ /dev/null @@ -1,81 +0,0 @@ -//@input Component.Head head -//@input float angle {"widget" : "slider", "min" : 0, "max" : 90, "step" : 0.1} - -//@ui {"widget": "separator"} -//@input bool useBehavior -//@input string onLeftTrigger = "ON_LEFT" {"showIf" : "useBehavior"} -//@input string onRightTrigger = "ON_RIGHT" {"showIf" : "useBehavior"} -//@input string onResetTrigger = "ON_RESET" {"showIf" : "useBehavior"} -//@ui {"widget":"separator"} -//@input bool callApiFunc -//@input Component.ScriptComponent scriptWithApi {"showIf" : "callApiFunc"} -//@input string onLeftFunction = "onLeft" {"showIf" : "callApiFunc"} -//@input string onRightFunction = "onRight" {"showIf" : "callApiFunc"} -//@input string onResetFunction = "onReset" {"showIf" : "callApiFunc"} - -if (!script.head) { - print("Warning, please set head input. You can add Head Binding to teh scene by clicking on the + Button in the Objects panel"); -} -script.threshold = Math.abs(Math.sin(script.angle / 180 * Math.PI)) - -var headTransform = script.head.getSceneObject().getTransform(); -const eps = 0.1; -var State = { "NONE": 0, "LEFT": 1, "RIGHT": 2 }; -var currentState = State.None; -var x; - -script.createEvent("UpdateEvent").bind(onUpdate); - -function onUpdate() { - if (script.head.getFacesCount() > 0) { - x = headTransform.up.x; - if (Math.abs(x) < eps) { - if (currentState != State.NONE) { - currentState = State.NONE; - onReset(); - } - } else if (x < -script.threshold) { - if (currentState != State.LEFT) { - currentState = State.LEFT; - onLeft(); - } - } else if (x > script.threshold) { - if (currentState != State.RIGHT) { - currentState = State.RIGHT; - onRight(); - } - } - } else { - if (currentState != State.NONE) { - currentState = State.NONE; - onReset(); - } - } -} - -function onLeft() { - if (script.callApiFunc && script.scriptWithApi && script.onLeftFunction && script.scriptWithApi.api[script.onLeftFunction]) { - script.scriptWithApi.api[script.onLeftFunction](); - } - if (script.useBehavior && global.behaviorSystem && script.onLeftTrigger) { - global.behaviorSystem.sendCustomTrigger(script.onLeftTrigger); - } -} - -function onRight() { - if (script.callApiFunc && script.scriptWithApi && script.onRightFunction && script.scriptWithApi.api[script.onRightFunction]) { - script.scriptWithApi.api[script.onRightFunction](); - } - if (script.useBehavior &&global.behaviorSystem && script.onRightTrigger) { - global.behaviorSystem.sendCustomTrigger(script.onRightTrigger); - } -} - -function onReset() { - if (script.callApiFunc && script.scriptWithApi && script.onResetFunction && script.scriptWithApi.api[script.onResetFunction]) { - script.scriptWithApi.api[script.onResetFunction](); - } - if (script.useBehavior &&global.behaviorSystem && script.onResetTrigger) { - global.behaviorSystem.sendCustomTrigger(script.onResetTrigger); - } -} \ No newline at end of file diff --git a/lenses/lens0/Public/TIlt Head Left_Right Resources/folder.lock b/lenses/lens0/Public/TIlt Head Left_Right Resources/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/Public/Textures/Invader Button@2x.png b/lenses/lens0/Public/Textures/Invader Button@2x.png deleted file mode 100644 index e1fe346a..00000000 --- a/lenses/lens0/Public/Textures/Invader Button@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c71c1ca2429c66dcd574d22a9bfd767a929cfe8f39d36ab49a51c929535d103 -size 175162 diff --git a/lenses/lens0/Public/Textures/Invader@2x 2.png b/lenses/lens0/Public/Textures/Invader@2x 2.png deleted file mode 100644 index b9354252..00000000 --- a/lenses/lens0/Public/Textures/Invader@2x 2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8532ae1773be3a7c628ab82013639c9550debd6ed4d7db9225dcf177d253536 -size 291324 diff --git a/lenses/lens0/Public/Textures/Invader@2x.png b/lenses/lens0/Public/Textures/Invader@2x.png deleted file mode 100644 index b9354252..00000000 --- a/lenses/lens0/Public/Textures/Invader@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8532ae1773be3a7c628ab82013639c9550debd6ed4d7db9225dcf177d253536 -size 291324 diff --git a/lenses/lens0/Public/Textures/Satellite Button@2x.png b/lenses/lens0/Public/Textures/Satellite Button@2x.png deleted file mode 100644 index 443c3efd..00000000 --- a/lenses/lens0/Public/Textures/Satellite Button@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0e75ee36acfd482c8388a089974fae06df9df9731cbd05c9b3a1473d93d96ee -size 276089 diff --git a/lenses/lens0/Public/Textures/Satellite@2x.png b/lenses/lens0/Public/Textures/Satellite@2x.png deleted file mode 100644 index 5628c64c..00000000 --- a/lenses/lens0/Public/Textures/Satellite@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4d485656799a2b151ab48c872d97b110c8e2738585baf18b40d0763eced98fe -size 716921 diff --git a/lenses/lens0/Public/Textures/UFO Button@2x.png b/lenses/lens0/Public/Textures/UFO Button@2x.png deleted file mode 100644 index d34b8d09..00000000 --- a/lenses/lens0/Public/Textures/UFO Button@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e56320d08bdff3dbc73698243cc80b42bfbfd7685e71bd8c658b8379d7b926fc -size 197079 diff --git a/lenses/lens0/Public/Textures/UFO@2x.png b/lenses/lens0/Public/Textures/UFO@2x.png deleted file mode 100644 index b75f157c..00000000 --- a/lenses/lens0/Public/Textures/UFO@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07f33697c8e78d487190dd46bc5b4555a9b7a56effadaceaafbfc66f7d9a3887 -size 304946 diff --git a/lenses/lens0/Public/Textures/folder.lock b/lenses/lens0/Public/Textures/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/Public/Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb b/lenses/lens0/Public/Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb deleted file mode 100644 index 05905d20..00000000 --- a/lenses/lens0/Public/Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47758e5ebf97e0977157ea943c91cf23624c211b970f2949dd1b1d4cf071e1af -size 944 diff --git a/lenses/lens0/Public/Unity SDK - Generic API API Module.js b/lenses/lens0/Public/Unity SDK - Generic API API Module.js deleted file mode 100644 index fb6c42a1..00000000 --- a/lenses/lens0/Public/Unity SDK - Generic API API Module.js +++ /dev/null @@ -1,59 +0,0 @@ -/* // NOTE: This file contains code for accessing an external API encapsulated as a JS module. You should not modify this file. - * // Instead, you should modify the "Unity SDK - Generic API API" script and access the functions through the imported class wrapper. -*/ - -/* - * @param {RemoteApiResponse} response A raw API response from an Unity SDK - Generic API API - * @param {function} cb A callback to call with error and result data once the response has been parsed and error checked - * -*/ - -function handleAPIResponse(response, cb) { - if (response.statusCode !== 1) { - print("ERROR: The API call did not succeed!. Please check your request"); - cb(true); - } else { - try { - var parsedBody = JSON.parse(response.body); - if (cb) { - cb(false, parsedBody); - } - } catch (e) { - print("ERROR: Failed to parse response"); - if (cb) { - cb(true); - } - } - } -} - -function ApiModule(remoteServiceModule) { - this.remoteServiceModule = remoteServiceModule; -} - - -ApiModule.prototype.unitySendData = function(unityData, cb) { - var req = global.RemoteApiRequest.create(); - req.endpoint = "unitySendData"; - req.parameters = { - "unityData": unityData, - }; - this.remoteServiceModule.performApiRequest(req, function(response) { - if(cb) { - handleAPIResponse(response, cb); - } - }); -}; - -ApiModule.prototype.unityRequestState = function(cb) { - var req = global.RemoteApiRequest.create(); - req.endpoint = "unityRequestState"; - req.parameters = {}; - this.remoteServiceModule.performApiRequest(req, function(response) { - if(cb) { - handleAPIResponse(response, cb); - } - }); -}; - -module.exports.ApiModule = ApiModule; diff --git a/lenses/lens0/Public/Unity SDK - Generic API API.js b/lenses/lens0/Public/Unity SDK - Generic API API.js deleted file mode 100644 index b35c52d2..00000000 --- a/lenses/lens0/Public/Unity SDK - Generic API API.js +++ /dev/null @@ -1,17 +0,0 @@ -// @input Asset.RemoteServiceModule remoteServiceModule - -// Import module -const Module = require("./Unity SDK - Generic API API Module"); -const ApiModule = new Module.ApiModule(script.remoteServiceModule); - -// Access functions defined in ApiModule like this: -//ApiModule.(function name) -script.api.callUnity = function(obj) { - var serialized = JSON.stringify(obj); - ApiModule.unitySendData(serialized, function(err, r) { - print("Data sent to Unity"); - print("Error? " + err); - print("Result? " + r); - }) -}; - diff --git a/lenses/lens0/Public/Unlit.lsmat b/lenses/lens0/Public/Unlit.lsmat deleted file mode 100644 index 39bdee35..00000000 --- a/lenses/lens0/Public/Unlit.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7c8ad7c93c748ddef08c03a3d07fe69a189b8761a3b861a23afa16fad09fc9f -size 342993 diff --git a/lenses/lens0/Public/folder.lock b/lenses/lens0/Public/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/lens0/icon.png b/lenses/lens0/icon.png deleted file mode 100644 index 11721c26..00000000 Binary files a/lenses/lens0/icon.png and /dev/null differ diff --git a/lenses/lens0/lens0.lsproj b/lenses/lens0/lens0.lsproj deleted file mode 100644 index 0e82eda6..00000000 --- a/lenses/lens0/lens0.lsproj +++ /dev/null @@ -1,2135 +0,0 @@ -{ - "lens_id": "", - "document_id": "MDTfI7l3mQeP3hnFsfke", - "original_document_id": "bTE6b6GXZP6dl1LX6Bw0", - "version": "29", - "lastChanged": "1679328042842", - "preview": "icon.png", - "videoPreview": "preview.mp4", - "videoPreviewUpdateTime": "", - "isReadOnly": "false", - "isAutoSaved": "true", - "api_level": "public", - "public_api_user_data_access": "restricted", - "studioVersion": { - "createdWith": { - "type": "Public", - "major": "4", - "minor": "22", - "patch": "0", - "build": "0" - }, - "lastSavedWith": { - "type": "Public", - "major": "4", - "minor": "36", - "patch": "1", - "build": "0" - } - }, - "view": { - "ResourceUiComponent": { - "collapsedList": [ - [ - [ - "Invader@2x" - ], - [ - "Invader@2x 2" - ], - [ - "ParamsManager" - ], - [ - "RequestUnityState" - ], - [ - "Satellite@2x" - ], - [ - "ShipSelector" - ], - [ - "TIlt Head Left_Right Resources" - ], - [ - "TIlt Head Left_Right Resources", - "Example [DELETE ME]", - "Materials", - "Green" - ], - [ - "TIlt Head Left_Right Resources", - "Example [DELETE ME]", - "Materials", - "Grey" - ], - [ - "TIlt Head Left_Right Resources", - "Example [DELETE ME]", - "Sphere" - ], - [ - "TIlt Head Left_Right Resources", - "Example [DELETE ME]", - "UsageExample" - ], - [ - "TIlt Head Left_Right Resources", - "Tilt Head" - ], - [ - "Textures", - "Invader Button@2x" - ], - [ - "Textures", - "Satellite Button@2x" - ], - [ - "Textures", - "Satellite@2x" - ], - [ - "Textures", - "UFO Button@2x" - ], - [ - "Textures", - "UFO@2x" - ], - [ - "Tilt_Head__PLACE_IN_OBJECTS_PANEL" - ], - [ - "UFO@2x" - ], - [ - "Unity SDK - Generic API" - ], - [ - "Unity SDK - Generic API API" - ], - [ - "Unity SDK - Generic API API Module" - ], - [ - "Unlit" - ] - ] - ] - }, - "SceneTreeUiComponent": { - "collapsedList": [ - "" - ], - "selectionSetList": "" - }, - "MetaInfoUIComponent": { - "icon_hash": "8cb9d35f1bdfc27606cb5d555a8385ab", - "icon_path": "icon.png", - "hints": [ - "lens_hint_tilt_your_head" - ], - "lens": "Dynamic Alien v5", - "applicability": "1", - "lens_descriptors": "", - "Spectacles2021UseAllowed": "false" - }, - "PreviewUiComponent": { - "preview_descriptor": { - "is_capture": "0", - "camera_type": "2" - }, - "show_snap_ui": "true", - "show_sponsored_ui": "false", - "preview_images_project_config": { - "back_preview_id": "bundle:Preview\/Images\/Beach.jpg", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/Images\/Person 1.jpg", - "front_preview_is_favorite": "false" - }, - "preview_videos_project_config": { - "back_preview_id": "bundle:Preview\/Videos\/Beach.webm", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/Videos\/Idle Person 1.webm", - "front_preview_is_favorite": "false" - }, - "preview_ie_project_config": { - "back_preview_id": "bundle:Preview\/InteractiveEnvironments\/Colorful Home", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/InteractiveEnvironments\/Colorful Home", - "front_preview_is_favorite": "false" - } - }, - "InspectorUiComponent": { - "collapsedList": [ - [ - "1666103837214807:4386", - "1669027626892658:35946" - ] - ] - }, - "ObjectTracking3DUIComponent": { - "foldedOwnerSceneObjects": "" - }, - "MapUiComponent": { - "mapPinPoints": "" - }, - "Material::UiComponent": { - "active_graph_asset": "-1:-1" - }, - "Script::UiComponent": { - "active_graph_asset": "-1:-1" - }, - "VFX::UiComponent": { - "active_graph_asset": "-1:-1" - } - }, - "model": { - "IResourceManager": { - "list": [ - { - "resId": "1", - "uid": "1:1", - "name": "Camera Output", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "2", - "uid": "2:2", - "name": "Camera Input", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "12", - "uid": "8675309:9035768", - "name": "Physics Root World Settings Asset", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "21", - "uid": "1666104031825555:30794", - "name": "Files\/File21.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "23", - "uid": "1669027773496460:48059", - "name": "Files\/File24.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "24", - "uid": "1669050340912545:26859", - "name": "Files\/File28", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "25", - "uid": "1674567957131675:17599", - "name": "Files\/File30.jpg", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "26", - "uid": "1674568116313403:27971", - "name": "", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "27", - "uid": "1674568116319637:27973", - "name": "Files\/File34.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "28", - "uid": "1674568116325473:27979", - "name": "Files\/File35.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "30", - "uid": "1674570924061498:198496", - "name": "Files\/File39.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "31", - "uid": "1674570924141260:198554", - "name": "Files\/File42.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "32", - "uid": "1674570924260920:198725", - "name": "Files\/File45.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "33", - "uid": "1674570924335533:198737", - "name": "Files\/File48.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "34", - "uid": "1674570924416266:198752", - "name": "Files\/File51.png", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "35", - "uid": "1674571081166410:209688", - "name": "Files\/File60.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "36", - "uid": "1677758963579298:15524", - "name": "", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "37", - "uid": "1677758983427956:17490", - "name": "", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "38", - "uid": "1677759048473881:22176", - "name": "", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "39", - "uid": "1678208973581355:2308", - "name": "Files\/File61.jpg", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "40", - "uid": "1678209383753881:46907", - "name": "sceneObject_0", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "0" - }, - { - "resId": "41", - "uid": "1678209383946422:46985", - "name": "Files\/File66.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "42", - "uid": "1678209383959585:46994", - "name": "Files\/File67", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "43", - "uid": "1678209384080584:47016", - "name": "Files\/File69", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "44", - "uid": "1678209384200134:47038", - "name": "Files\/File71.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "45", - "uid": "1678209384224053:47050", - "name": "Files\/File72.mesh", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - }, - { - "resId": "46", - "uid": "1678218321164633:138175", - "name": "Files\/File75.js", - "sourceFilePath": "", - "additionalProperties": "", - "flags": "1" - } - ], - "MaterialUpdateManager": { - "unrecognizedMaterials": "" - } - }, - "InspectorComponent": { - "Component": { - "EyeColorVisual": { - "uidData": "", - "generalData": "" - }, - "FaceStretchVisual": { - "uidsToFeatureNamesWithIntensity": "" - }, - "ScreenTransform": { - "uidData": [ - { - "k": "1674571284606677:222813", - "v": { - "isBasicMode": "true", - "basicModeSetup": { - "fixWidth": "false", - "fixHeight": "false", - "attachBottom": "false", - "attachLeft": "false", - "attachRight": "false", - "attachTop": "false" - } - } - }, - { - "k": "1674571422289181:249352", - "v": { - "isBasicMode": "true", - "basicModeSetup": { - "fixWidth": "false", - "fixHeight": "false", - "attachBottom": "true", - "attachLeft": "false", - "attachRight": "false", - "attachTop": "false" - } - } - }, - { - "k": "1674571464013447:269969", - "v": { - "isBasicMode": "true", - "basicModeSetup": { - "fixWidth": "false", - "fixHeight": "false", - "attachBottom": "true", - "attachLeft": "false", - "attachRight": "false", - "attachTop": "false" - } - } - }, - { - "k": "1674571496562077:281842", - "v": { - "isBasicMode": "true", - "basicModeSetup": { - "fixWidth": "false", - "fixHeight": "false", - "attachBottom": "true", - "attachLeft": "true", - "attachRight": "false", - "attachTop": "false" - } - } - } - ], - "generalData": "" - } - } - }, - "RenderOrderComponent": { - "autoRenderOrder": { - "0": "1517446348227994:84813", - "1": "1517446348228144:84822", - "2": "1528843813151434:5126", - "3": "1666103837214120:4383", - "4": "1666103863565284:7738", - "5": "1666104144341612:46255", - "6": "1669027649096606:38262", - "7": "1669027659875867:39978", - "8": "1674568116327894:27983", - "9": "1674571284599312:222754", - "10": "1674571284606069:222811", - "11": "1674571422274847:249115", - "12": "1674571463999554:269730", - "13": "1674571496561842:281841", - "14": "1678209392909619:48091", - "15": "1678209523538573:61405", - "16": "1678221505550781:302728" - } - }, - "LayerComponent": { - "nextLayerId": "2", - "showOrthographicLayer": "true", - "layersInfo": [ - { - "layerId": "0", - "layerName": "Default Layer", - "layerMask": "1", - "colorCode": "20" - }, - { - "layerId": "1", - "layerName": "Orthographic Layer", - "layerMask": "1048576", - "colorCode": "21" - } - ] - }, - "IFileManager": { - "pathes": [ - { - "k": "21", - "v": "Files\/File21.js" - }, - { - "k": "24", - "v": "Files\/File24.pvr" - }, - { - "k": "25", - "v": "Files\/File25.png" - }, - { - "k": "26", - "v": "Files\/File26.png" - }, - { - "k": "27", - "v": "Files\/File27.pvr" - }, - { - "k": "28", - "v": "Files\/File28" - }, - { - "k": "29", - "v": "Files\/File29.lsmat" - }, - { - "k": "30", - "v": "Files\/File30.pvr" - }, - { - "k": "31", - "v": "Files\/File31.png" - }, - { - "k": "32", - "v": "Files\/File32.png" - }, - { - "k": "33", - "v": "Files\/File33.pvr" - }, - { - "k": "34", - "v": "Files\/File34.js" - }, - { - "k": "35", - "v": "Files\/File35.js" - }, - { - "k": "39", - "v": "Files\/File39.pvr" - }, - { - "k": "40", - "v": "Files\/File40.png" - }, - { - "k": "41", - "v": "Files\/File41.png" - }, - { - "k": "42", - "v": "Files\/File42.pvr" - }, - { - "k": "43", - "v": "Files\/File43.png" - }, - { - "k": "44", - "v": "Files\/File44.png" - }, - { - "k": "45", - "v": "Files\/File45.pvr" - }, - { - "k": "46", - "v": "Files\/File46.png" - }, - { - "k": "47", - "v": "Files\/File47.png" - }, - { - "k": "48", - "v": "Files\/File48.pvr" - }, - { - "k": "49", - "v": "Files\/File49.png" - }, - { - "k": "50", - "v": "Files\/File50.png" - }, - { - "k": "51", - "v": "Files\/File51.pvr" - }, - { - "k": "52", - "v": "Files\/File52.png" - }, - { - "k": "53", - "v": "Files\/File53.png" - }, - { - "k": "55", - "v": "Files\/File55.pvr" - }, - { - "k": "56", - "v": "Files\/File56.pvr" - }, - { - "k": "57", - "v": "Files\/File57.pvr" - }, - { - "k": "58", - "v": "Files\/File58.pvr" - }, - { - "k": "59", - "v": "Files\/File59.pvr" - }, - { - "k": "60", - "v": "Files\/File60.js" - }, - { - "k": "61", - "v": "Files\/File61.pvr" - }, - { - "k": "62", - "v": "Files\/File62.png" - }, - { - "k": "63", - "v": "Files\/File63.png" - }, - { - "k": "64", - "v": "Files\/File64.pvr" - }, - { - "k": "65", - "v": "Files\/File65.oprfb" - }, - { - "k": "66", - "v": "Files\/File66.js" - }, - { - "k": "67", - "v": "Files\/File67" - }, - { - "k": "68", - "v": "Files\/File68.lsmat" - }, - { - "k": "69", - "v": "Files\/File69" - }, - { - "k": "70", - "v": "Files\/File70.lsmat" - }, - { - "k": "71", - "v": "Files\/File71.js" - }, - { - "k": "72", - "v": "Files\/File72.mesh" - }, - { - "k": "73", - "v": "Files\/File73.mesh" - }, - { - "k": "74", - "v": "Files\/File74.oprfb" - }, - { - "k": "75", - "v": "Files\/File75.js" - } - ] - }, - "RemoteApi::ModelManager": { - "api_specs": [ - { - "k": "1674568116313403:27971", - "v": { - "api_spec_id": "98821e72-0407-4125-be80-89a9c7933631", - "name": "Unity SDK - Generic API", - "provider_name": "Camera Kit - Unity SDK", - "description": "A generic API allowing for interchange of information between the Unity SDK and Lens Studio", - "host": "unity", - "documentation_url": "", - "endpoints": [ - { - "ref_id": "unitySendData", - "metadata": { - "name": "", - "description": "" - }, - "parameters": [ - { - "name": "unityData", - "is_optional": "true" - } - ] - } - ], - "local_only": "false", - "visibility": "private", - "source": "developer" - } - } - ] - }, - "WorldComponent": { - "sceneFile": "scene.scn", - "sceneType": "binaryScene", - "hitTestDisabledObjectsList": { - "type_name": "array" - } - } - }, - "controller": { - "IResourceController": { - "public": { - "pathes": [ - { - "k": "976", - "v": "ParamsManager.js" - }, - { - "k": "978", - "v": "Invader@2x.png" - }, - { - "k": "988", - "v": "Unlit.lsmat" - }, - { - "k": "989", - "v": "Textures" - }, - { - "k": "990", - "v": "Textures\/Invader@2x.png" - }, - { - "k": "991", - "v": "Unity SDK - Generic API API Module.js" - }, - { - "k": "992", - "v": "Unity SDK - Generic API API.js" - }, - { - "k": "994", - "v": "Textures\/UFO@2x.png" - }, - { - "k": "995", - "v": "Textures\/Satellite@2x.png" - }, - { - "k": "996", - "v": "Textures\/Invader Button@2x.png" - }, - { - "k": "997", - "v": "Textures\/UFO Button@2x.png" - }, - { - "k": "998", - "v": "Textures\/Satellite Button@2x.png" - }, - { - "k": "999", - "v": "ShipSelector.js" - }, - { - "k": "1000", - "v": "Textures\/Invader@2x 2.png" - }, - { - "k": "1001", - "v": "TIlt Head Left_Right Resources" - }, - { - "k": "1002", - "v": "TIlt Head Left_Right Resources\/Tilt Head.js" - }, - { - "k": "1003", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]" - }, - { - "k": "1004", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/Materials" - }, - { - "k": "1005", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/Materials\/Grey.lsmat" - }, - { - "k": "1006", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/Materials\/Green.lsmat" - }, - { - "k": "1007", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/UsageExample.js" - }, - { - "k": "1008", - "v": "TIlt Head Left_Right Resources\/Example [DELETE ME]\/Sphere.mesh" - }, - { - "k": "1009", - "v": "Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb" - }, - { - "k": "1010", - "v": "RequestUnityState.js" - } - ], - "hashes": [ - { - "k": "1", - "v": "671afbc1d6810060ccbaac866a91cfa1" - }, - { - "k": "2", - "v": "8e599835d0d45c5879eafb1f474469cd" - }, - { - "k": "967", - "v": "0cf0e87a54f33218fcf92a12d7f0ede2" - }, - { - "k": "969", - "v": "cb607d7b25a160872c49fb4d2635cc33" - }, - { - "k": "970", - "v": "c1b22adb808b801d453498c35c300b9a" - }, - { - "k": "971", - "v": "297b6fcf213bbe172528e5611cca5add" - }, - { - "k": "972", - "v": "c2a082319c8815b06bbc291fdcd8bc5f" - }, - { - "k": "973", - "v": "ed978c2100842783343b8527cb44898b" - }, - { - "k": "974", - "v": "aff223caac98651f5fd7692d4c902d2d" - }, - { - "k": "975", - "v": "9b7777c52f2a97ea0687d50ab8e38a52" - }, - { - "k": "976", - "v": "6b4ade6621aaa55f8faca1bc68d55c73" - }, - { - "k": "977", - "v": "0f1a2adea95d0f938534e86f02354cd2" - }, - { - "k": "978", - "v": "f03e5788149021b169317d8cc79dee81" - }, - { - "k": "987", - "v": "0c8dcfed2f50bb81ac5276a14967c005" - }, - { - "k": "988", - "v": "053bf6d4f190e6b220139020f3cedfe8" - }, - { - "k": "990", - "v": "f03e5788149021b169317d8cc79dee81" - }, - { - "k": "991", - "v": "934f4a4e22cfff7b47314e676d08fd21" - }, - { - "k": "992", - "v": "eefbd02b72d89195a5e4b826648d87e8" - }, - { - "k": "993", - "v": "f03e5788149021b169317d8cc79dee81" - }, - { - "k": "994", - "v": "417fe4026e80d137e1713c4735133032" - }, - { - "k": "995", - "v": "6b12e8234df86dd1c0c36f4f3b83b979" - }, - { - "k": "996", - "v": "980a4f114b0406c051ddfef215ac6237" - }, - { - "k": "997", - "v": "b33c9af0ed2989470fd2a8aa9da8415c" - }, - { - "k": "998", - "v": "9d64bd6850517f4b172269e782af2d91" - }, - { - "k": "999", - "v": "c177f1957349cfef684aedbab53f4f47" - }, - { - "k": "1000", - "v": "f03e5788149021b169317d8cc79dee81" - }, - { - "k": "1002", - "v": "da8baee0aa724546f29552d4ed4701ef" - }, - { - "k": "1005", - "v": "54d91c54fda437fde4b0ab59892d4a47" - }, - { - "k": "1006", - "v": "b615950d6cab81e371d7aa1f5620a078" - }, - { - "k": "1007", - "v": "c2e4801291ff01ccaefc656d5e41800d" - }, - { - "k": "1008", - "v": "ffbce66d7c12d942b13208740e9d0059" - }, - { - "k": "1009", - "v": "7fbf2702fa7fe4e168b53270ed5d0cdb" - }, - { - "k": "1010", - "v": "f47e86d8f4141c9c7c96dcb71c3e63e7" - } - ], - "publicState": { - "tree": { - "isFolder": "true", - "lastModified": "2023-03-20T15:19:24", - "name": "Public", - "hash": "ad346733175487cd75be7a125e53a7dc", - "children": [ - { - "isFolder": "true", - "lastModified": "2023-03-16T14:16:58", - "name": "Textures", - "hash": "ad657aa8683370cdb670a9168ca78a41", - "children": [ - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "Invader Button@2x.png", - "hash": "980a4f114b0406c051ddfef215ac6237", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Invader@2x 2.png", - "hash": "f03e5788149021b169317d8cc79dee81", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "Satellite Button@2x.png", - "hash": "9d64bd6850517f4b172269e782af2d91", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "UFO@2x.png", - "hash": "417fe4026e80d137e1713c4735133032", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "Invader@2x.png", - "hash": "f03e5788149021b169317d8cc79dee81", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "Satellite@2x.png", - "hash": "6b12e8234df86dd1c0c36f4f3b83b979", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "UFO Button@2x.png", - "hash": "b33c9af0ed2989470fd2a8aa9da8415c", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-02-07T21:55:52", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Unity SDK - Generic API API.js", - "hash": "eefbd02b72d89195a5e4b826648d87e8", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2022-12-01T15:16:23", - "name": "ParamsManager.js", - "hash": "6b4ade6621aaa55f8faca1bc68d55c73", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-20T15:19:24", - "name": "RequestUnityState.js", - "hash": "f47e86d8f4141c9c7c96dcb71c3e63e7", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2022-11-21T19:15:54", - "name": "Invader@2x.png", - "hash": "f03e5788149021b169317d8cc79dee81", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Tilt_Head__PLACE_IN_OBJECTS_PANEL.oprfb", - "hash": "7fbf2702fa7fe4e168b53270ed5d0cdb", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Unity SDK - Generic API API Module.js", - "hash": "934f4a4e22cfff7b47314e676d08fd21", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "ShipSelector.js", - "hash": "c177f1957349cfef684aedbab53f4f47", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Unlit.lsmat", - "hash": "053bf6d4f190e6b220139020f3cedfe8", - "children": "" - }, - { - "isFolder": "true", - "lastModified": "2023-03-16T14:16:58", - "name": "TIlt Head Left_Right Resources", - "hash": "30ee57bb824c35f0e28c10edd73375c8", - "children": [ - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Tilt Head.js", - "hash": "da8baee0aa724546f29552d4ed4701ef", - "children": "" - }, - { - "isFolder": "true", - "lastModified": "2023-03-16T14:16:58", - "name": "Example [DELETE ME]", - "hash": "c438c6272f884097a7e2ba6164cb8c70", - "children": [ - { - "isFolder": "true", - "lastModified": "2023-03-16T14:16:58", - "name": "Materials", - "hash": "e6b96a500a18bf69eea661ae970720a9", - "children": [ - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Grey.lsmat", - "hash": "54d91c54fda437fde4b0ab59892d4a47", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Green.lsmat", - "hash": "b615950d6cab81e371d7aa1f5620a078", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "UsageExample.js", - "hash": "c2e4801291ff01ccaefc656d5e41800d", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "Sphere.mesh", - "hash": "ffbce66d7c12d942b13208740e9d0059", - "children": "" - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - }, - { - "isFolder": "false", - "lastModified": "2023-03-16T14:16:58", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - }, - { - "isFolder": "false", - "lastModified": "2022-11-21T19:15:54", - "name": "folder.lock", - "hash": "d41d8cd98f00b204e9800998ecf8427e", - "children": "" - } - ] - } - }, - "complexResources": "" - }, - "tree": { - "name": "", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "", - "resources": [ - { - "name": "Render Target", - "type": "1", - "subtype": "1", - "resourceId": "1", - "dependency": "0", - "hidden": "false", - "uid": "1:1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Device Camera Texture", - "type": "1", - "subtype": "3", - "resourceId": "2", - "dependency": "0", - "hidden": "false", - "uid": "2:2", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Physics Root World Settings", - "type": "36", - "subtype": "1", - "resourceId": "12", - "dependency": "0", - "hidden": "false", - "uid": "8675309:9035768", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "ParamsManager", - "type": "4", - "subtype": "0", - "resourceId": "21", - "dependency": "0", - "hidden": "false", - "uid": "1666104031825555:30794", - "fileId": "21", - "originalId": "18446744073709551615", - "publicId": "976", - "source": "\/Users\/eneto\/Documents\/WordOfTheDay_DynamicLens\/Public\/Scripts\/WordOfTheDayManager.js", - "additional": "" - }, - { - "name": "Invader@2x", - "type": "1", - "subtype": "9", - "resourceId": "23", - "dependency": "0", - "hidden": "false", - "uid": "1669027773496460:48059", - "fileId": "24", - "originalId": "25", - "publicId": "978", - "source": "\/Users\/eneto\/Downloads\/Invader@2x.png", - "additional": { - "originHash": "f03e5788149021b169317d8cc79dee81" - } - }, - { - "name": "Unlit", - "type": "2", - "subtype": "1", - "resourceId": "24", - "dependency": "0", - "hidden": "false", - "uid": "1669050340912545:26859", - "fileId": "28", - "originalId": "29", - "publicId": "988", - "source": "", - "additional": "" - }, - { - "name": "Textures", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "989", - "source": "", - "additional": "", - "resources": [ - { - "name": "Invader@2x", - "type": "1", - "subtype": "9", - "resourceId": "25", - "dependency": "0", - "hidden": "false", - "uid": "1674567957131675:17599", - "fileId": "30", - "originalId": "31", - "publicId": "990", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioeUHKwiHBSYWA\/\/system\/\/emergencyFiles\/emergencyJpg.jpg", - "additional": { - "originHash": "f03e5788149021b169317d8cc79dee81" - } - }, - { - "name": "UFO@2x", - "type": "1", - "subtype": "9", - "resourceId": "30", - "dependency": "0", - "hidden": "false", - "uid": "1674570924061498:198496", - "fileId": "39", - "originalId": "40", - "publicId": "994", - "source": "\/Users\/eneto\/Downloads\/UFO@2x.png", - "additional": { - "originHash": "417fe4026e80d137e1713c4735133032" - } - }, - { - "name": "Satellite@2x", - "type": "1", - "subtype": "9", - "resourceId": "31", - "dependency": "0", - "hidden": "false", - "uid": "1674570924141260:198554", - "fileId": "42", - "originalId": "43", - "publicId": "995", - "source": "\/Users\/eneto\/Downloads\/Satellite@2x.png", - "additional": { - "originHash": "6b12e8234df86dd1c0c36f4f3b83b979" - } - }, - { - "name": "Invader Button@2x", - "type": "1", - "subtype": "9", - "resourceId": "32", - "dependency": "0", - "hidden": "false", - "uid": "1674570924260920:198725", - "fileId": "45", - "originalId": "46", - "publicId": "996", - "source": "\/Users\/eneto\/Downloads\/Invader Button@2x.png", - "additional": { - "originHash": "980a4f114b0406c051ddfef215ac6237" - } - }, - { - "name": "UFO Button@2x", - "type": "1", - "subtype": "9", - "resourceId": "33", - "dependency": "0", - "hidden": "false", - "uid": "1674570924335533:198737", - "fileId": "48", - "originalId": "49", - "publicId": "997", - "source": "\/Users\/eneto\/Downloads\/UFO Button@2x.png", - "additional": { - "originHash": "b33c9af0ed2989470fd2a8aa9da8415c" - } - }, - { - "name": "Satellite Button@2x", - "type": "1", - "subtype": "9", - "resourceId": "34", - "dependency": "0", - "hidden": "false", - "uid": "1674570924416266:198752", - "fileId": "51", - "originalId": "52", - "publicId": "998", - "source": "\/Users\/eneto\/Downloads\/Satellite Button@2x.png", - "additional": { - "originHash": "9d64bd6850517f4b172269e782af2d91" - } - }, - { - "name": "Invader@2x 2", - "type": "1", - "subtype": "9", - "resourceId": "39", - "dependency": "0", - "hidden": "false", - "uid": "1678208973581355:2308", - "fileId": "61", - "originalId": "62", - "publicId": "1000", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioOwzRPdLTOJKU\/\/system\/\/emergencyFiles\/emergencyJpg.jpg", - "additional": { - "originHash": "f03e5788149021b169317d8cc79dee81" - } - } - ] - }, - { - "name": "Unity SDK - Generic API", - "type": "27", - "subtype": "0", - "resourceId": "26", - "dependency": "0", - "hidden": "false", - "uid": "1674568116313403:27971", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Unity SDK - Generic API API Module", - "type": "4", - "subtype": "0", - "resourceId": "27", - "dependency": "0", - "hidden": "false", - "uid": "1674568116319637:27973", - "fileId": "34", - "originalId": "18446744073709551615", - "publicId": "991", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/PNFzNXrIByIH.js", - "additional": "" - }, - { - "name": "Unity SDK - Generic API API", - "type": "4", - "subtype": "0", - "resourceId": "28", - "dependency": "0", - "hidden": "false", - "uid": "1674568116325473:27979", - "fileId": "35", - "originalId": "18446744073709551615", - "publicId": "992", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/pjlbUcRlREGa.js", - "additional": "" - }, - { - "name": "ShipSelector", - "type": "4", - "subtype": "0", - "resourceId": "35", - "dependency": "0", - "hidden": "false", - "uid": "1674571081166410:209688", - "fileId": "60", - "originalId": "18446744073709551615", - "publicId": "999", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioPyAshodVMykr\/\/system\/\/emergencyFiles\/emergencyJs.js", - "additional": "" - }, - { - "name": "UFO@2x", - "type": "44", - "subtype": "0", - "resourceId": "36", - "dependency": "0", - "hidden": "false", - "uid": "1677758963579298:15524", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Satellite@2x", - "type": "44", - "subtype": "0", - "resourceId": "37", - "dependency": "0", - "hidden": "false", - "uid": "1677758983427956:17490", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "Invader@2x 2", - "type": "44", - "subtype": "0", - "resourceId": "38", - "dependency": "0", - "hidden": "false", - "uid": "1677759048473881:22176", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "18446744073709551615", - "source": "", - "additional": "" - }, - { - "name": "TIlt Head Left_Right Resources", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "1001", - "source": "", - "additional": "", - "resources": [ - { - "name": "Tilt Head", - "type": "4", - "subtype": "0", - "resourceId": "41", - "dependency": "0", - "hidden": "false", - "uid": "1678209383946422:46985", - "fileId": "66", - "originalId": "18446744073709551615", - "publicId": "1002", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioOwzRPdLTOJKU\/\/system\/\/emergencyFiles\/emergencyJs.js", - "additional": "" - }, - { - "name": "Example [DELETE ME]", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "1003", - "source": "", - "additional": "", - "resources": [ - { - "name": "Materials", - "type": "0", - "subtype": "-1", - "resourceId": "-1", - "dependency": "0", - "hidden": "false", - "uid": "-1:-1", - "fileId": "18446744073709551615", - "originalId": "18446744073709551615", - "publicId": "1004", - "source": "", - "additional": "", - "resources": [ - { - "name": "Grey", - "type": "2", - "subtype": "1", - "resourceId": "42", - "dependency": "0", - "hidden": "false", - "uid": "1678209383959585:46994", - "fileId": "67", - "originalId": "68", - "publicId": "1005", - "source": "", - "additional": "" - }, - { - "name": "Green", - "type": "2", - "subtype": "1", - "resourceId": "43", - "dependency": "0", - "hidden": "false", - "uid": "1678209384080584:47016", - "fileId": "69", - "originalId": "70", - "publicId": "1006", - "source": "", - "additional": "" - } - ] - }, - { - "name": "UsageExample", - "type": "4", - "subtype": "0", - "resourceId": "44", - "dependency": "0", - "hidden": "false", - "uid": "1678209384200134:47038", - "fileId": "71", - "originalId": "18446744073709551615", - "publicId": "1007", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioOwzRPdLTOJKU\/\/system\/\/emergencyFiles\/emergencyJs.js", - "additional": "" - }, - { - "name": "Sphere", - "type": "3", - "subtype": "0", - "resourceId": "45", - "dependency": "0", - "hidden": "false", - "uid": "1678209384224053:47050", - "fileId": "72", - "originalId": "18446744073709551615", - "publicId": "1008", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioOwzRPdLTOJKU\/\/system\/\/emergencyFiles\/emergencyMesh.mesh", - "additional": { - "info": { - "vertexAttribs": [ - { - "semantic": "position", - "format": "9", - "canBeDisabled": "false" - }, - { - "semantic": "normal", - "format": "9", - "canBeDisabled": "true" - }, - { - "semantic": "tangent", - "format": "9", - "canBeDisabled": "true" - }, - { - "semantic": "color", - "format": "3", - "canBeDisabled": "true" - }, - { - "semantic": "texture0", - "format": "9", - "canBeDisabled": "true" - } - ], - "hasBlendShapes": "false" - } - } - } - ] - } - ] - }, - { - "name": "Tilt_Head__PLACE_IN_OBJECTS_PANEL", - "type": "12", - "subtype": "0", - "resourceId": "40", - "dependency": "0", - "hidden": "false", - "uid": "1678209383753881:46907", - "fileId": "65", - "originalId": "74", - "publicId": "1009", - "source": "", - "additional": "" - }, - { - "name": "RequestUnityState", - "type": "4", - "subtype": "0", - "resourceId": "46", - "dependency": "0", - "hidden": "false", - "uid": "1678218321164633:138175", - "fileId": "75", - "originalId": "18446744073709551615", - "publicId": "1010", - "source": "\/Users\/eneto\/Library\/Caches\/Snap\/Lens Studio\/temp\/StudioXUEaafWfiFBM\/\/system\/\/emergencyFiles\/emergencyJs.js", - "additional": "" - } - ] - } - }, - "InspectorController": { - "selection": { - "resources": [ - { - "uid": "1678218321164633:138175", - "path_list": [ - "RequestUnityState" - ] - } - ] - } - }, - "EffectsController": { - "1": "", - "2": "", - "3": "", - "4": "", - "5": "", - "6": "", - "7": "", - "8": "", - "10": "", - "11": "", - "12": "", - "13": "", - "14": "", - "15": "", - "16": "", - "17": "", - "18": "", - "19": "", - "20": "", - "22": "", - "23": "", - "24": "", - "25": "", - "26": "", - "27": "", - "28": "", - "29": "", - "30": "", - "31": "", - "32": "", - "33": "", - "34": "" - }, - "ObjectPrefabController": { - "state": { - "objectToInfo": [ - { - "k": "1678209392909619:48091", - "v": { - "prefab": "1678209383753881:46907", - "mapping": [ - { - "k": "1678209384234315:47083", - "v": "1678209392909619:48091" - }, - { - "k": "1678209384234329:47084", - "v": "1678209392910277:48107" - }, - { - "k": "1678209384234439:47095", - "v": "1678209392910859:48119" - }, - { - "k": "1678209384234445:47096", - "v": "1678209392911137:48121" - }, - { - "k": "1678209384234455:47097", - "v": "1678209392912656:48139" - }, - { - "k": "1678209384234458:47098", - "v": "1678209392914039:48146" - }, - { - "k": "1678209384234477:47099", - "v": "1678209392916076:48164" - }, - { - "k": "1678209384234481:47100", - "v": "1678209392917728:48173" - }, - { - "k": "1678209384234509:47102", - "v": "1678209392918393:48176" - }, - { - "k": "1678209384234513:47103", - "v": "1678209392918975:48178" - }, - { - "k": "1678209384234523:47104", - "v": "1678209392920512:48192" - }, - { - "k": "1678209384234526:47105", - "v": "1678209392920821:48194" - } - ] - } - } - ] - }, - "importInfo": "" - }, - "ObjectTracking3DController": { - "hand_tracking_mode": "0" - }, - "Compression::IController": { - "new_compression_info": [ - { - "k": "1669027773496460:48059", - "v": { - "infos": { - "originalSize": "289561", - "compressedSize": "63232", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "26", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "f03e5788149021b169317d8cc79dee81", - "settings_hash": "2049" - }, - "v": "27" - } - ] - } - }, - { - "k": "1674567957131675:17599", - "v": { - "infos": { - "originalSize": "289561", - "compressedSize": "63232", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "32", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "f03e5788149021b169317d8cc79dee81", - "settings_hash": "2049" - }, - "v": "33" - } - ] - } - }, - { - "k": "1674570924061498:198496", - "v": { - "infos": { - "originalSize": "297161", - "compressedSize": "73429", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "41", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "417fe4026e80d137e1713c4735133032", - "settings_hash": "2049" - }, - "v": "55" - } - ] - } - }, - { - "k": "1674570924141260:198554", - "v": { - "infos": { - "originalSize": "716144", - "compressedSize": "193146", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "44", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "6b12e8234df86dd1c0c36f4f3b83b979", - "settings_hash": "2049" - }, - "v": "56" - } - ] - } - }, - { - "k": "1674570924260920:198725", - "v": { - "infos": { - "originalSize": "174294", - "compressedSize": "38688", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "47", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "980a4f114b0406c051ddfef215ac6237", - "settings_hash": "2049" - }, - "v": "57" - } - ] - } - }, - { - "k": "1674570924335533:198737", - "v": { - "infos": { - "originalSize": "196021", - "compressedSize": "50052", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "50", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "b33c9af0ed2989470fd2a8aa9da8415c", - "settings_hash": "2049" - }, - "v": "58" - } - ] - } - }, - { - "k": "1674570924416266:198752", - "v": { - "infos": { - "originalSize": "275157", - "compressedSize": "68206", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "53", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "9d64bd6850517f4b172269e782af2d91", - "settings_hash": "2049" - }, - "v": "59" - } - ] - } - }, - { - "k": "1678208973581355:2308", - "v": { - "infos": { - "originalSize": "289561", - "compressedSize": "63232", - "originalRAM": "2402816", - "compressedRAM": "301184", - "extension": "png", - "settings": { - "isCompressed": "true", - "level": "2", - "type": "1", - "subtype": "9" - } - }, - "uncompressed_file": "63", - "compressed_files": [ - { - "k": { - "uncompressed_hash": "f03e5788149021b169317d8cc79dee81", - "settings_hash": "2049" - }, - "v": "64" - } - ] - } - }, - { - "k": "1678209384224053:47050", - "v": { - "infos": { - "originalSize": "13151", - "compressedSize": "13151", - "originalRAM": "27388", - "compressedRAM": "27388", - "extension": "mesh", - "settings": { - "isCompressed": "false", - "info": { - "vertexAttribs": [ - { - "semantic": "position", - "format": "9", - "canBeDisabled": "false" - }, - { - "semantic": "normal", - "format": "9", - "canBeDisabled": "true" - }, - { - "semantic": "tangent", - "format": "9", - "canBeDisabled": "true" - }, - { - "semantic": "color", - "format": "3", - "canBeDisabled": "true" - }, - { - "semantic": "texture0", - "format": "9", - "canBeDisabled": "true" - } - ], - "hasBlendShapes": "false" - }, - "type": "0", - "attributeFormat": "", - "draco": { - "posBits": "11", - "texBits": "10", - "normalBits": "8", - "colorBits": "8", - "compressLvl": "7" - } - } - }, - "uncompressed_file": "73", - "compressed_files": "" - } - } - ] - }, - "AssetImportController": { - "itemUidToID": [ - { - "k": "1678209383753881:46907", - "v": "3A46HAk4VykNG8nrCU94Y3" - } - ] - }, - "DigitalGoodsController": { - "digital_goods": "" - } - }, - "templateName": "Empty Project", - "templateUrl": "Lens Studio version 4.22.0" -} diff --git a/lenses/lens0/preview.mp4 b/lenses/lens0/preview.mp4 deleted file mode 100644 index 05d85ff1..00000000 Binary files a/lenses/lens0/preview.mp4 and /dev/null differ diff --git a/lenses/lens0/project.data b/lenses/lens0/project.data deleted file mode 100644 index 4c74a773..00000000 --- a/lenses/lens0/project.data +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7079d70ab7d2baba2826cc8e7674e8e600fb13219e9fc4def041efb8b094a9dc -size 9985103 diff --git a/lenses/physics-objects/.gitattributes b/lenses/physics-objects/.gitattributes deleted file mode 100644 index 6213e00c..00000000 --- a/lenses/physics-objects/.gitattributes +++ /dev/null @@ -1,14 +0,0 @@ -# Shipped by Lens Studio -Entities/* -diff linguist-generated -Scene/**/* -diff linguist-generated -project.data filter=lfs diff=lfs merge=lfs -text -scene.scn filter=lfs diff=lfs merge=lfs -text -Public/**/* filter=lfs diff=lfs merge=lfs -text -Public/**/*.js !filter !diff !lfs text -Public/**/*.json !filter !diff !lfs text -Public/**/*.ts !filter !diff !lfs text -Public/**/*.md !filter !diff !lfs text -Public/**/*.txt !filter !diff !lfs text -Public/**/*.rtf !filter !diff !lfs text -Public/**/*.svg !filter !diff !lfs text -Public/**/*.css !filter !diff !lfs text diff --git a/lenses/physics-objects/.gitignore b/lenses/physics-objects/.gitignore deleted file mode 100644 index 012cffd0..00000000 --- a/lenses/physics-objects/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Shipped by Lens Studio -.vscode/ -Support/ -jsconfig.json -*.lsproj.user diff --git a/lenses/physics-objects/Entities/1517446348227994_84813.json b/lenses/physics-objects/Entities/1517446348227994_84813.json deleted file mode 100644 index 767d75c7..00000000 --- a/lenses/physics-objects/Entities/1517446348227994_84813.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1517446348227994:84813": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1517446348228144_84822.json b/lenses/physics-objects/Entities/1517446348228144_84822.json deleted file mode 100644 index 8529fa06..00000000 --- a/lenses/physics-objects/Entities/1517446348228144_84822.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1517446348228144:84822": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1528843813151434_5126.json b/lenses/physics-objects/Entities/1528843813151434_5126.json deleted file mode 100644 index a8dc2d36..00000000 --- a/lenses/physics-objects/Entities/1528843813151434_5126.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1528843813151434:5126": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1644734551018142_266747.json b/lenses/physics-objects/Entities/1644734551018142_266747.json deleted file mode 100644 index 2dc2b7d3..00000000 --- a/lenses/physics-objects/Entities/1644734551018142_266747.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1644734551018142:266747": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1644734551021428_266762.json b/lenses/physics-objects/Entities/1644734551021428_266762.json deleted file mode 100644 index e320da37..00000000 --- a/lenses/physics-objects/Entities/1644734551021428_266762.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1644734551021428:266762": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1644734551023490_266777.json b/lenses/physics-objects/Entities/1644734551023490_266777.json deleted file mode 100644 index 3e1780fd..00000000 --- a/lenses/physics-objects/Entities/1644734551023490_266777.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1644734551023490:266777": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1644735280452848_415491.json b/lenses/physics-objects/Entities/1644735280452848_415491.json deleted file mode 100644 index 247cab32..00000000 --- a/lenses/physics-objects/Entities/1644735280452848_415491.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1644735280452848:415491": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1644986109926833_1048990.json b/lenses/physics-objects/Entities/1644986109926833_1048990.json deleted file mode 100644 index 85ea294d..00000000 --- a/lenses/physics-objects/Entities/1644986109926833_1048990.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1644986109926833:1048990": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645051594446629_2147770.json b/lenses/physics-objects/Entities/1645051594446629_2147770.json deleted file mode 100644 index 39cbd0cb..00000000 --- a/lenses/physics-objects/Entities/1645051594446629_2147770.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645051594446629:2147770": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645053604947288_3241095.json b/lenses/physics-objects/Entities/1645053604947288_3241095.json deleted file mode 100644 index 5cf7b6f4..00000000 --- a/lenses/physics-objects/Entities/1645053604947288_3241095.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645053604947288:3241095": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645060164383617_793454.json b/lenses/physics-objects/Entities/1645060164383617_793454.json deleted file mode 100644 index 4331988f..00000000 --- a/lenses/physics-objects/Entities/1645060164383617_793454.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645060164383617:793454": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645060196377173_805327.json b/lenses/physics-objects/Entities/1645060196377173_805327.json deleted file mode 100644 index a920c447..00000000 --- a/lenses/physics-objects/Entities/1645060196377173_805327.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645060196377173:805327": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645060218084728_817453.json b/lenses/physics-objects/Entities/1645060218084728_817453.json deleted file mode 100644 index 6d85116e..00000000 --- a/lenses/physics-objects/Entities/1645060218084728_817453.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645060218084728:817453": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645062092699957_1687593.json b/lenses/physics-objects/Entities/1645062092699957_1687593.json deleted file mode 100644 index 86a4a441..00000000 --- a/lenses/physics-objects/Entities/1645062092699957_1687593.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645062092699957:1687593": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645205944606516_906341.json b/lenses/physics-objects/Entities/1645205944606516_906341.json deleted file mode 100644 index ecc8abd8..00000000 --- a/lenses/physics-objects/Entities/1645205944606516_906341.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645205944606516:906341": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645205970185358_940867.json b/lenses/physics-objects/Entities/1645205970185358_940867.json deleted file mode 100644 index 0124f671..00000000 --- a/lenses/physics-objects/Entities/1645205970185358_940867.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645205970185358:940867": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645206032724092_968573.json b/lenses/physics-objects/Entities/1645206032724092_968573.json deleted file mode 100644 index 09570f35..00000000 --- a/lenses/physics-objects/Entities/1645206032724092_968573.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645206032724092:968573": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645206061580788_993667.json b/lenses/physics-objects/Entities/1645206061580788_993667.json deleted file mode 100644 index 225aed09..00000000 --- a/lenses/physics-objects/Entities/1645206061580788_993667.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645206061580788:993667": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645235049745257_6439469.json b/lenses/physics-objects/Entities/1645235049745257_6439469.json deleted file mode 100644 index 958e46af..00000000 --- a/lenses/physics-objects/Entities/1645235049745257_6439469.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645235049745257:6439469": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645235049749324_6439491.json b/lenses/physics-objects/Entities/1645235049749324_6439491.json deleted file mode 100644 index 300ec2bf..00000000 --- a/lenses/physics-objects/Entities/1645235049749324_6439491.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645235049749324:6439491": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645236294629642_6940575.json b/lenses/physics-objects/Entities/1645236294629642_6940575.json deleted file mode 100644 index 49fb36c9..00000000 --- a/lenses/physics-objects/Entities/1645236294629642_6940575.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645236294629642:6940575": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645515876943954_1310029.json b/lenses/physics-objects/Entities/1645515876943954_1310029.json deleted file mode 100644 index b4c5e38e..00000000 --- a/lenses/physics-objects/Entities/1645515876943954_1310029.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645515876943954:1310029": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645555019833101_103202.json b/lenses/physics-objects/Entities/1645555019833101_103202.json deleted file mode 100644 index 4d3ef2da..00000000 --- a/lenses/physics-objects/Entities/1645555019833101_103202.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645555019833101:103202": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645657042716596_2061733.json b/lenses/physics-objects/Entities/1645657042716596_2061733.json deleted file mode 100644 index e9ea18b1..00000000 --- a/lenses/physics-objects/Entities/1645657042716596_2061733.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645657042716596:2061733": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645766451630816_4747357.json b/lenses/physics-objects/Entities/1645766451630816_4747357.json deleted file mode 100644 index f1f3a537..00000000 --- a/lenses/physics-objects/Entities/1645766451630816_4747357.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645766451630816:4747357": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770609958439_5687418.json b/lenses/physics-objects/Entities/1645770609958439_5687418.json deleted file mode 100644 index e7908b34..00000000 --- a/lenses/physics-objects/Entities/1645770609958439_5687418.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770609958439:5687418": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770609960618_5687506.json b/lenses/physics-objects/Entities/1645770609960618_5687506.json deleted file mode 100644 index 45492548..00000000 --- a/lenses/physics-objects/Entities/1645770609960618_5687506.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770609960618:5687506": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770609966034_5687524.json b/lenses/physics-objects/Entities/1645770609966034_5687524.json deleted file mode 100644 index 807668c8..00000000 --- a/lenses/physics-objects/Entities/1645770609966034_5687524.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770609966034:5687524": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770609971540_5687542.json b/lenses/physics-objects/Entities/1645770609971540_5687542.json deleted file mode 100644 index 9eb84b7f..00000000 --- a/lenses/physics-objects/Entities/1645770609971540_5687542.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770609971540:5687542": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770609976986_5687560.json b/lenses/physics-objects/Entities/1645770609976986_5687560.json deleted file mode 100644 index b8ac2a12..00000000 --- a/lenses/physics-objects/Entities/1645770609976986_5687560.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770609976986:5687560": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770609982043_5687578.json b/lenses/physics-objects/Entities/1645770609982043_5687578.json deleted file mode 100644 index 9bf77e28..00000000 --- a/lenses/physics-objects/Entities/1645770609982043_5687578.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770609982043:5687578": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770609989659_5687600.json b/lenses/physics-objects/Entities/1645770609989659_5687600.json deleted file mode 100644 index be0891d5..00000000 --- a/lenses/physics-objects/Entities/1645770609989659_5687600.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770609989659:5687600": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610000751_5687618.json b/lenses/physics-objects/Entities/1645770610000751_5687618.json deleted file mode 100644 index 34fe75bc..00000000 --- a/lenses/physics-objects/Entities/1645770610000751_5687618.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610000751:5687618": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610006798_5687640.json b/lenses/physics-objects/Entities/1645770610006798_5687640.json deleted file mode 100644 index c837929b..00000000 --- a/lenses/physics-objects/Entities/1645770610006798_5687640.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610006798:5687640": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610013064_5687658.json b/lenses/physics-objects/Entities/1645770610013064_5687658.json deleted file mode 100644 index 98494733..00000000 --- a/lenses/physics-objects/Entities/1645770610013064_5687658.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610013064:5687658": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610018812_5687676.json b/lenses/physics-objects/Entities/1645770610018812_5687676.json deleted file mode 100644 index 2bd95d42..00000000 --- a/lenses/physics-objects/Entities/1645770610018812_5687676.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610018812:5687676": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610023851_5687694.json b/lenses/physics-objects/Entities/1645770610023851_5687694.json deleted file mode 100644 index cd0b5e53..00000000 --- a/lenses/physics-objects/Entities/1645770610023851_5687694.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610023851:5687694": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610029566_5687712.json b/lenses/physics-objects/Entities/1645770610029566_5687712.json deleted file mode 100644 index 28aa9653..00000000 --- a/lenses/physics-objects/Entities/1645770610029566_5687712.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610029566:5687712": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610034729_5687730.json b/lenses/physics-objects/Entities/1645770610034729_5687730.json deleted file mode 100644 index 0998c686..00000000 --- a/lenses/physics-objects/Entities/1645770610034729_5687730.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610034729:5687730": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610042156_5687748.json b/lenses/physics-objects/Entities/1645770610042156_5687748.json deleted file mode 100644 index ffa914f7..00000000 --- a/lenses/physics-objects/Entities/1645770610042156_5687748.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610042156:5687748": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610052281_5687770.json b/lenses/physics-objects/Entities/1645770610052281_5687770.json deleted file mode 100644 index 47476c81..00000000 --- a/lenses/physics-objects/Entities/1645770610052281_5687770.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610052281:5687770": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610058114_5687788.json b/lenses/physics-objects/Entities/1645770610058114_5687788.json deleted file mode 100644 index 3c25aae0..00000000 --- a/lenses/physics-objects/Entities/1645770610058114_5687788.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610058114:5687788": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610064434_5687810.json b/lenses/physics-objects/Entities/1645770610064434_5687810.json deleted file mode 100644 index f70b2947..00000000 --- a/lenses/physics-objects/Entities/1645770610064434_5687810.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610064434:5687810": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610070292_5687828.json b/lenses/physics-objects/Entities/1645770610070292_5687828.json deleted file mode 100644 index a4deb84d..00000000 --- a/lenses/physics-objects/Entities/1645770610070292_5687828.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610070292:5687828": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610075404_5687846.json b/lenses/physics-objects/Entities/1645770610075404_5687846.json deleted file mode 100644 index 6a95281b..00000000 --- a/lenses/physics-objects/Entities/1645770610075404_5687846.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610075404:5687846": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610080356_5687864.json b/lenses/physics-objects/Entities/1645770610080356_5687864.json deleted file mode 100644 index 2af0e052..00000000 --- a/lenses/physics-objects/Entities/1645770610080356_5687864.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610080356:5687864": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610085037_5687882.json b/lenses/physics-objects/Entities/1645770610085037_5687882.json deleted file mode 100644 index d18ffc4f..00000000 --- a/lenses/physics-objects/Entities/1645770610085037_5687882.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610085037:5687882": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610092500_5687900.json b/lenses/physics-objects/Entities/1645770610092500_5687900.json deleted file mode 100644 index d63be06a..00000000 --- a/lenses/physics-objects/Entities/1645770610092500_5687900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610092500:5687900": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610101130_5687918.json b/lenses/physics-objects/Entities/1645770610101130_5687918.json deleted file mode 100644 index 161b1f33..00000000 --- a/lenses/physics-objects/Entities/1645770610101130_5687918.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610101130:5687918": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610106651_5687936.json b/lenses/physics-objects/Entities/1645770610106651_5687936.json deleted file mode 100644 index 249a64e8..00000000 --- a/lenses/physics-objects/Entities/1645770610106651_5687936.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610106651:5687936": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610111543_5687954.json b/lenses/physics-objects/Entities/1645770610111543_5687954.json deleted file mode 100644 index ab26d17d..00000000 --- a/lenses/physics-objects/Entities/1645770610111543_5687954.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610111543:5687954": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610118521_5687976.json b/lenses/physics-objects/Entities/1645770610118521_5687976.json deleted file mode 100644 index 008c9350..00000000 --- a/lenses/physics-objects/Entities/1645770610118521_5687976.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610118521:5687976": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610125660_5687994.json b/lenses/physics-objects/Entities/1645770610125660_5687994.json deleted file mode 100644 index 01be9620..00000000 --- a/lenses/physics-objects/Entities/1645770610125660_5687994.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610125660:5687994": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610131071_5688012.json b/lenses/physics-objects/Entities/1645770610131071_5688012.json deleted file mode 100644 index 49e68013..00000000 --- a/lenses/physics-objects/Entities/1645770610131071_5688012.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610131071:5688012": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610137054_5688030.json b/lenses/physics-objects/Entities/1645770610137054_5688030.json deleted file mode 100644 index 9c46d778..00000000 --- a/lenses/physics-objects/Entities/1645770610137054_5688030.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610137054:5688030": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610149643_5688052.json b/lenses/physics-objects/Entities/1645770610149643_5688052.json deleted file mode 100644 index 401eabb2..00000000 --- a/lenses/physics-objects/Entities/1645770610149643_5688052.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610149643:5688052": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610155979_5688070.json b/lenses/physics-objects/Entities/1645770610155979_5688070.json deleted file mode 100644 index 2a883f6c..00000000 --- a/lenses/physics-objects/Entities/1645770610155979_5688070.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610155979:5688070": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610161534_5688088.json b/lenses/physics-objects/Entities/1645770610161534_5688088.json deleted file mode 100644 index 55de3952..00000000 --- a/lenses/physics-objects/Entities/1645770610161534_5688088.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610161534:5688088": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610167059_5688106.json b/lenses/physics-objects/Entities/1645770610167059_5688106.json deleted file mode 100644 index 544414b7..00000000 --- a/lenses/physics-objects/Entities/1645770610167059_5688106.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610167059:5688106": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610173800_5688128.json b/lenses/physics-objects/Entities/1645770610173800_5688128.json deleted file mode 100644 index eebb67a1..00000000 --- a/lenses/physics-objects/Entities/1645770610173800_5688128.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610173800:5688128": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610181484_5688146.json b/lenses/physics-objects/Entities/1645770610181484_5688146.json deleted file mode 100644 index ec7fd9c2..00000000 --- a/lenses/physics-objects/Entities/1645770610181484_5688146.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610181484:5688146": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610186958_5688164.json b/lenses/physics-objects/Entities/1645770610186958_5688164.json deleted file mode 100644 index 49b528a9..00000000 --- a/lenses/physics-objects/Entities/1645770610186958_5688164.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610186958:5688164": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610197756_5688186.json b/lenses/physics-objects/Entities/1645770610197756_5688186.json deleted file mode 100644 index 55d9cdcb..00000000 --- a/lenses/physics-objects/Entities/1645770610197756_5688186.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610197756:5688186": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610205511_5688204.json b/lenses/physics-objects/Entities/1645770610205511_5688204.json deleted file mode 100644 index be15c51a..00000000 --- a/lenses/physics-objects/Entities/1645770610205511_5688204.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610205511:5688204": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610211150_5688222.json b/lenses/physics-objects/Entities/1645770610211150_5688222.json deleted file mode 100644 index 9947c3f7..00000000 --- a/lenses/physics-objects/Entities/1645770610211150_5688222.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610211150:5688222": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610216552_5688240.json b/lenses/physics-objects/Entities/1645770610216552_5688240.json deleted file mode 100644 index 9a29d2c5..00000000 --- a/lenses/physics-objects/Entities/1645770610216552_5688240.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610216552:5688240": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610223394_5688258.json b/lenses/physics-objects/Entities/1645770610223394_5688258.json deleted file mode 100644 index 8e72d48a..00000000 --- a/lenses/physics-objects/Entities/1645770610223394_5688258.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610223394:5688258": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610229294_5688276.json b/lenses/physics-objects/Entities/1645770610229294_5688276.json deleted file mode 100644 index c8ba51d8..00000000 --- a/lenses/physics-objects/Entities/1645770610229294_5688276.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610229294:5688276": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610235156_5688294.json b/lenses/physics-objects/Entities/1645770610235156_5688294.json deleted file mode 100644 index 8d652827..00000000 --- a/lenses/physics-objects/Entities/1645770610235156_5688294.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610235156:5688294": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610243208_5688312.json b/lenses/physics-objects/Entities/1645770610243208_5688312.json deleted file mode 100644 index d0a79ec7..00000000 --- a/lenses/physics-objects/Entities/1645770610243208_5688312.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610243208:5688312": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610251529_5688334.json b/lenses/physics-objects/Entities/1645770610251529_5688334.json deleted file mode 100644 index 45c9102a..00000000 --- a/lenses/physics-objects/Entities/1645770610251529_5688334.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610251529:5688334": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610257726_5688352.json b/lenses/physics-objects/Entities/1645770610257726_5688352.json deleted file mode 100644 index f4cecb17..00000000 --- a/lenses/physics-objects/Entities/1645770610257726_5688352.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610257726:5688352": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645770610263795_5688370.json b/lenses/physics-objects/Entities/1645770610263795_5688370.json deleted file mode 100644 index 8becdc7f..00000000 --- a/lenses/physics-objects/Entities/1645770610263795_5688370.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645770610263795:5688370": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775482632722_10447337.json b/lenses/physics-objects/Entities/1645775482632722_10447337.json deleted file mode 100644 index 87778719..00000000 --- a/lenses/physics-objects/Entities/1645775482632722_10447337.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775482632722:10447337": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775482659047_10447529.json b/lenses/physics-objects/Entities/1645775482659047_10447529.json deleted file mode 100644 index 4713ca98..00000000 --- a/lenses/physics-objects/Entities/1645775482659047_10447529.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775482659047:10447529": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483609692_10452230.json b/lenses/physics-objects/Entities/1645775483609692_10452230.json deleted file mode 100644 index 592d84c3..00000000 --- a/lenses/physics-objects/Entities/1645775483609692_10452230.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483609692:10452230": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483621143_10452311.json b/lenses/physics-objects/Entities/1645775483621143_10452311.json deleted file mode 100644 index 76e20da1..00000000 --- a/lenses/physics-objects/Entities/1645775483621143_10452311.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483621143:10452311": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483623720_10452313.json b/lenses/physics-objects/Entities/1645775483623720_10452313.json deleted file mode 100644 index 5b17b240..00000000 --- a/lenses/physics-objects/Entities/1645775483623720_10452313.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483623720:10452313": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483628446_10452337.json b/lenses/physics-objects/Entities/1645775483628446_10452337.json deleted file mode 100644 index d3cc2b6b..00000000 --- a/lenses/physics-objects/Entities/1645775483628446_10452337.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483628446:10452337": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483633184_10452359.json b/lenses/physics-objects/Entities/1645775483633184_10452359.json deleted file mode 100644 index 66df3365..00000000 --- a/lenses/physics-objects/Entities/1645775483633184_10452359.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483633184:10452359": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483636250_10452368.json b/lenses/physics-objects/Entities/1645775483636250_10452368.json deleted file mode 100644 index f7c0aada..00000000 --- a/lenses/physics-objects/Entities/1645775483636250_10452368.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483636250:10452368": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483648426_10452401.json b/lenses/physics-objects/Entities/1645775483648426_10452401.json deleted file mode 100644 index a16a779f..00000000 --- a/lenses/physics-objects/Entities/1645775483648426_10452401.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483648426:10452401": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483665678_10452518.json b/lenses/physics-objects/Entities/1645775483665678_10452518.json deleted file mode 100644 index bcf072c1..00000000 --- a/lenses/physics-objects/Entities/1645775483665678_10452518.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483665678:10452518": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483678034_10452558.json b/lenses/physics-objects/Entities/1645775483678034_10452558.json deleted file mode 100644 index fdb65ae5..00000000 --- a/lenses/physics-objects/Entities/1645775483678034_10452558.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483678034:10452558": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483690148_10452594.json b/lenses/physics-objects/Entities/1645775483690148_10452594.json deleted file mode 100644 index e9c90382..00000000 --- a/lenses/physics-objects/Entities/1645775483690148_10452594.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483690148:10452594": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483701156_10452630.json b/lenses/physics-objects/Entities/1645775483701156_10452630.json deleted file mode 100644 index 96697d0c..00000000 --- a/lenses/physics-objects/Entities/1645775483701156_10452630.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483701156:10452630": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483716275_10452677.json b/lenses/physics-objects/Entities/1645775483716275_10452677.json deleted file mode 100644 index dea3cc12..00000000 --- a/lenses/physics-objects/Entities/1645775483716275_10452677.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483716275:10452677": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483727427_10453895.json b/lenses/physics-objects/Entities/1645775483727427_10453895.json deleted file mode 100644 index cafb6174..00000000 --- a/lenses/physics-objects/Entities/1645775483727427_10453895.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483727427:10453895": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483740757_10453926.json b/lenses/physics-objects/Entities/1645775483740757_10453926.json deleted file mode 100644 index ed4e5d61..00000000 --- a/lenses/physics-objects/Entities/1645775483740757_10453926.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483740757:10453926": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483752133_10455148.json b/lenses/physics-objects/Entities/1645775483752133_10455148.json deleted file mode 100644 index 44050901..00000000 --- a/lenses/physics-objects/Entities/1645775483752133_10455148.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483752133:10455148": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483758491_10455174.json b/lenses/physics-objects/Entities/1645775483758491_10455174.json deleted file mode 100644 index e50c38c3..00000000 --- a/lenses/physics-objects/Entities/1645775483758491_10455174.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483758491:10455174": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483777399_10455601.json b/lenses/physics-objects/Entities/1645775483777399_10455601.json deleted file mode 100644 index c5747e61..00000000 --- a/lenses/physics-objects/Entities/1645775483777399_10455601.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483777399:10455601": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483791282_10456828.json b/lenses/physics-objects/Entities/1645775483791282_10456828.json deleted file mode 100644 index b7e8cb6d..00000000 --- a/lenses/physics-objects/Entities/1645775483791282_10456828.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483791282:10456828": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483797511_10456854.json b/lenses/physics-objects/Entities/1645775483797511_10456854.json deleted file mode 100644 index 19d82002..00000000 --- a/lenses/physics-objects/Entities/1645775483797511_10456854.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483797511:10456854": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483817147_10457283.json b/lenses/physics-objects/Entities/1645775483817147_10457283.json deleted file mode 100644 index e2344a7f..00000000 --- a/lenses/physics-objects/Entities/1645775483817147_10457283.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483817147:10457283": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483830070_10458508.json b/lenses/physics-objects/Entities/1645775483830070_10458508.json deleted file mode 100644 index f94d55a7..00000000 --- a/lenses/physics-objects/Entities/1645775483830070_10458508.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483830070:10458508": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483836553_10458534.json b/lenses/physics-objects/Entities/1645775483836553_10458534.json deleted file mode 100644 index 55beb3fc..00000000 --- a/lenses/physics-objects/Entities/1645775483836553_10458534.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483836553:10458534": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483856616_10458963.json b/lenses/physics-objects/Entities/1645775483856616_10458963.json deleted file mode 100644 index 679f77c9..00000000 --- a/lenses/physics-objects/Entities/1645775483856616_10458963.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483856616:10458963": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483863237_10458986.json b/lenses/physics-objects/Entities/1645775483863237_10458986.json deleted file mode 100644 index d6b801fb..00000000 --- a/lenses/physics-objects/Entities/1645775483863237_10458986.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483863237:10458986": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483875703_10459408.json b/lenses/physics-objects/Entities/1645775483875703_10459408.json deleted file mode 100644 index bbd6c5bd..00000000 --- a/lenses/physics-objects/Entities/1645775483875703_10459408.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483875703:10459408": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483893935_10459871.json b/lenses/physics-objects/Entities/1645775483893935_10459871.json deleted file mode 100644 index dd248200..00000000 --- a/lenses/physics-objects/Entities/1645775483893935_10459871.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483893935:10459871": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483921553_10460113.json b/lenses/physics-objects/Entities/1645775483921553_10460113.json deleted file mode 100644 index 3e6013ed..00000000 --- a/lenses/physics-objects/Entities/1645775483921553_10460113.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483921553:10460113": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483930471_10460522.json b/lenses/physics-objects/Entities/1645775483930471_10460522.json deleted file mode 100644 index 90b665e4..00000000 --- a/lenses/physics-objects/Entities/1645775483930471_10460522.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483930471:10460522": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483933611_10460531.json b/lenses/physics-objects/Entities/1645775483933611_10460531.json deleted file mode 100644 index 852b0f8c..00000000 --- a/lenses/physics-objects/Entities/1645775483933611_10460531.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483933611:10460531": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483938740_10460550.json b/lenses/physics-objects/Entities/1645775483938740_10460550.json deleted file mode 100644 index 8e6859ae..00000000 --- a/lenses/physics-objects/Entities/1645775483938740_10460550.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483938740:10460550": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483950577_10460562.json b/lenses/physics-objects/Entities/1645775483950577_10460562.json deleted file mode 100644 index 287d5a7b..00000000 --- a/lenses/physics-objects/Entities/1645775483950577_10460562.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483950577:10460562": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483956374_10460581.json b/lenses/physics-objects/Entities/1645775483956374_10460581.json deleted file mode 100644 index 8ac25fd2..00000000 --- a/lenses/physics-objects/Entities/1645775483956374_10460581.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483956374:10460581": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483973111_10460674.json b/lenses/physics-objects/Entities/1645775483973111_10460674.json deleted file mode 100644 index c0060608..00000000 --- a/lenses/physics-objects/Entities/1645775483973111_10460674.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483973111:10460674": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483978162_10460693.json b/lenses/physics-objects/Entities/1645775483978162_10460693.json deleted file mode 100644 index 590950b3..00000000 --- a/lenses/physics-objects/Entities/1645775483978162_10460693.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483978162:10460693": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483994403_10460782.json b/lenses/physics-objects/Entities/1645775483994403_10460782.json deleted file mode 100644 index d0edce55..00000000 --- a/lenses/physics-objects/Entities/1645775483994403_10460782.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483994403:10460782": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775483999228_10460801.json b/lenses/physics-objects/Entities/1645775483999228_10460801.json deleted file mode 100644 index 0d651e79..00000000 --- a/lenses/physics-objects/Entities/1645775483999228_10460801.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775483999228:10460801": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484015873_10460894.json b/lenses/physics-objects/Entities/1645775484015873_10460894.json deleted file mode 100644 index e33a5597..00000000 --- a/lenses/physics-objects/Entities/1645775484015873_10460894.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484015873:10460894": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484019098_10460900.json b/lenses/physics-objects/Entities/1645775484019098_10460900.json deleted file mode 100644 index f8e7f7c0..00000000 --- a/lenses/physics-objects/Entities/1645775484019098_10460900.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484019098:10460900": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484023080_10460915.json b/lenses/physics-objects/Entities/1645775484023080_10460915.json deleted file mode 100644 index 538a7dab..00000000 --- a/lenses/physics-objects/Entities/1645775484023080_10460915.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484023080:10460915": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484029094_10460922.json b/lenses/physics-objects/Entities/1645775484029094_10460922.json deleted file mode 100644 index 3828978b..00000000 --- a/lenses/physics-objects/Entities/1645775484029094_10460922.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484029094:10460922": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484042942_10461014.json b/lenses/physics-objects/Entities/1645775484042942_10461014.json deleted file mode 100644 index 52a758b1..00000000 --- a/lenses/physics-objects/Entities/1645775484042942_10461014.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484042942:10461014": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484050124_10461021.json b/lenses/physics-objects/Entities/1645775484050124_10461021.json deleted file mode 100644 index f7a20da0..00000000 --- a/lenses/physics-objects/Entities/1645775484050124_10461021.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484050124:10461021": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484057832_10461028.json b/lenses/physics-objects/Entities/1645775484057832_10461028.json deleted file mode 100644 index d01426be..00000000 --- a/lenses/physics-objects/Entities/1645775484057832_10461028.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484057832:10461028": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484064589_10461035.json b/lenses/physics-objects/Entities/1645775484064589_10461035.json deleted file mode 100644 index 7e85befe..00000000 --- a/lenses/physics-objects/Entities/1645775484064589_10461035.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484064589:10461035": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484071170_10461042.json b/lenses/physics-objects/Entities/1645775484071170_10461042.json deleted file mode 100644 index 791e08bc..00000000 --- a/lenses/physics-objects/Entities/1645775484071170_10461042.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484071170:10461042": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484078861_10461053.json b/lenses/physics-objects/Entities/1645775484078861_10461053.json deleted file mode 100644 index c4af0ea7..00000000 --- a/lenses/physics-objects/Entities/1645775484078861_10461053.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484078861:10461053": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484087008_10461060.json b/lenses/physics-objects/Entities/1645775484087008_10461060.json deleted file mode 100644 index e4e5ea10..00000000 --- a/lenses/physics-objects/Entities/1645775484087008_10461060.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484087008:10461060": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484097579_10461068.json b/lenses/physics-objects/Entities/1645775484097579_10461068.json deleted file mode 100644 index 01d9cd55..00000000 --- a/lenses/physics-objects/Entities/1645775484097579_10461068.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484097579:10461068": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484101498_10461083.json b/lenses/physics-objects/Entities/1645775484101498_10461083.json deleted file mode 100644 index e05d502e..00000000 --- a/lenses/physics-objects/Entities/1645775484101498_10461083.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484101498:10461083": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484108828_10461094.json b/lenses/physics-objects/Entities/1645775484108828_10461094.json deleted file mode 100644 index 2e504317..00000000 --- a/lenses/physics-objects/Entities/1645775484108828_10461094.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484108828:10461094": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484126437_10461183.json b/lenses/physics-objects/Entities/1645775484126437_10461183.json deleted file mode 100644 index e5fee96e..00000000 --- a/lenses/physics-objects/Entities/1645775484126437_10461183.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484126437:10461183": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484130509_10461198.json b/lenses/physics-objects/Entities/1645775484130509_10461198.json deleted file mode 100644 index 8d65ede2..00000000 --- a/lenses/physics-objects/Entities/1645775484130509_10461198.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484130509:10461198": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484147613_10461291.json b/lenses/physics-objects/Entities/1645775484147613_10461291.json deleted file mode 100644 index 2c54b8e9..00000000 --- a/lenses/physics-objects/Entities/1645775484147613_10461291.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484147613:10461291": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484155942_10461311.json b/lenses/physics-objects/Entities/1645775484155942_10461311.json deleted file mode 100644 index c1f7d43d..00000000 --- a/lenses/physics-objects/Entities/1645775484155942_10461311.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484155942:10461311": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484163764_10461331.json b/lenses/physics-objects/Entities/1645775484163764_10461331.json deleted file mode 100644 index e33668b6..00000000 --- a/lenses/physics-objects/Entities/1645775484163764_10461331.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484163764:10461331": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775484172866_10461355.json b/lenses/physics-objects/Entities/1645775484172866_10461355.json deleted file mode 100644 index 0df60061..00000000 --- a/lenses/physics-objects/Entities/1645775484172866_10461355.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775484172866:10461355": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775486170553_10469985.json b/lenses/physics-objects/Entities/1645775486170553_10469985.json deleted file mode 100644 index eb4435bd..00000000 --- a/lenses/physics-objects/Entities/1645775486170553_10469985.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775486170553:10469985": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645775486180899_10470005.json b/lenses/physics-objects/Entities/1645775486180899_10470005.json deleted file mode 100644 index d1c5d884..00000000 --- a/lenses/physics-objects/Entities/1645775486180899_10470005.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645775486180899:10470005": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645812497195604_1133255.json b/lenses/physics-objects/Entities/1645812497195604_1133255.json deleted file mode 100644 index 7c224459..00000000 --- a/lenses/physics-objects/Entities/1645812497195604_1133255.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645812497195604:1133255": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645812497215785_1133362.json b/lenses/physics-objects/Entities/1645812497215785_1133362.json deleted file mode 100644 index 2ac64bca..00000000 --- a/lenses/physics-objects/Entities/1645812497215785_1133362.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645812497215785:1133362": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1645812890485765_1841981.json b/lenses/physics-objects/Entities/1645812890485765_1841981.json deleted file mode 100644 index 54ac426a..00000000 --- a/lenses/physics-objects/Entities/1645812890485765_1841981.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1645812890485765:1841981": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646031865171419_3966763.json b/lenses/physics-objects/Entities/1646031865171419_3966763.json deleted file mode 100644 index c9bb553a..00000000 --- a/lenses/physics-objects/Entities/1646031865171419_3966763.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646031865171419:3966763": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646032407703609_5315901.json b/lenses/physics-objects/Entities/1646032407703609_5315901.json deleted file mode 100644 index f2dc41a9..00000000 --- a/lenses/physics-objects/Entities/1646032407703609_5315901.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646032407703609:5315901": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646081804558950_1923466.json b/lenses/physics-objects/Entities/1646081804558950_1923466.json deleted file mode 100644 index 301bc5a7..00000000 --- a/lenses/physics-objects/Entities/1646081804558950_1923466.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646081804558950:1923466": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646081826742946_2006543.json b/lenses/physics-objects/Entities/1646081826742946_2006543.json deleted file mode 100644 index d3311faa..00000000 --- a/lenses/physics-objects/Entities/1646081826742946_2006543.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646081826742946:2006543": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080787216_2538913.json b/lenses/physics-objects/Entities/1646082080787216_2538913.json deleted file mode 100644 index dd4d5841..00000000 --- a/lenses/physics-objects/Entities/1646082080787216_2538913.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080787216:2538913": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080793067_2538915.json b/lenses/physics-objects/Entities/1646082080793067_2538915.json deleted file mode 100644 index 9dd3a329..00000000 --- a/lenses/physics-objects/Entities/1646082080793067_2538915.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080793067:2538915": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080794103_2538917.json b/lenses/physics-objects/Entities/1646082080794103_2538917.json deleted file mode 100644 index 35b88599..00000000 --- a/lenses/physics-objects/Entities/1646082080794103_2538917.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080794103:2538917": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080794974_2538919.json b/lenses/physics-objects/Entities/1646082080794974_2538919.json deleted file mode 100644 index e879f89a..00000000 --- a/lenses/physics-objects/Entities/1646082080794974_2538919.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080794974:2538919": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080798161_2538942.json b/lenses/physics-objects/Entities/1646082080798161_2538942.json deleted file mode 100644 index aada658d..00000000 --- a/lenses/physics-objects/Entities/1646082080798161_2538942.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080798161:2538942": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080799050_2538944.json b/lenses/physics-objects/Entities/1646082080799050_2538944.json deleted file mode 100644 index 4ec827ab..00000000 --- a/lenses/physics-objects/Entities/1646082080799050_2538944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080799050:2538944": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080802033_2538967.json b/lenses/physics-objects/Entities/1646082080802033_2538967.json deleted file mode 100644 index b2627ca3..00000000 --- a/lenses/physics-objects/Entities/1646082080802033_2538967.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080802033:2538967": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080802924_2538969.json b/lenses/physics-objects/Entities/1646082080802924_2538969.json deleted file mode 100644 index bdc17d23..00000000 --- a/lenses/physics-objects/Entities/1646082080802924_2538969.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080802924:2538969": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080805907_2538992.json b/lenses/physics-objects/Entities/1646082080805907_2538992.json deleted file mode 100644 index b64bb04b..00000000 --- a/lenses/physics-objects/Entities/1646082080805907_2538992.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080805907:2538992": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080806755_2538994.json b/lenses/physics-objects/Entities/1646082080806755_2538994.json deleted file mode 100644 index 0d06f1a5..00000000 --- a/lenses/physics-objects/Entities/1646082080806755_2538994.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080806755:2538994": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080809483_2539017.json b/lenses/physics-objects/Entities/1646082080809483_2539017.json deleted file mode 100644 index 67e1886b..00000000 --- a/lenses/physics-objects/Entities/1646082080809483_2539017.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080809483:2539017": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080810272_2539019.json b/lenses/physics-objects/Entities/1646082080810272_2539019.json deleted file mode 100644 index 9daf76fd..00000000 --- a/lenses/physics-objects/Entities/1646082080810272_2539019.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080810272:2539019": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080811045_2539021.json b/lenses/physics-objects/Entities/1646082080811045_2539021.json deleted file mode 100644 index dfcbecd2..00000000 --- a/lenses/physics-objects/Entities/1646082080811045_2539021.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080811045:2539021": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080812301_2539027.json b/lenses/physics-objects/Entities/1646082080812301_2539027.json deleted file mode 100644 index a0d59337..00000000 --- a/lenses/physics-objects/Entities/1646082080812301_2539027.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080812301:2539027": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080813477_2539033.json b/lenses/physics-objects/Entities/1646082080813477_2539033.json deleted file mode 100644 index 09a28ad8..00000000 --- a/lenses/physics-objects/Entities/1646082080813477_2539033.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080813477:2539033": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080814636_2539039.json b/lenses/physics-objects/Entities/1646082080814636_2539039.json deleted file mode 100644 index ff522f80..00000000 --- a/lenses/physics-objects/Entities/1646082080814636_2539039.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080814636:2539039": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080815811_2539045.json b/lenses/physics-objects/Entities/1646082080815811_2539045.json deleted file mode 100644 index 8277315e..00000000 --- a/lenses/physics-objects/Entities/1646082080815811_2539045.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080815811:2539045": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080817285_2539051.json b/lenses/physics-objects/Entities/1646082080817285_2539051.json deleted file mode 100644 index a1fb62b8..00000000 --- a/lenses/physics-objects/Entities/1646082080817285_2539051.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080817285:2539051": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080818934_2539057.json b/lenses/physics-objects/Entities/1646082080818934_2539057.json deleted file mode 100644 index e82d03b8..00000000 --- a/lenses/physics-objects/Entities/1646082080818934_2539057.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080818934:2539057": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080820839_2539067.json b/lenses/physics-objects/Entities/1646082080820839_2539067.json deleted file mode 100644 index 754aa574..00000000 --- a/lenses/physics-objects/Entities/1646082080820839_2539067.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080820839:2539067": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080822004_2539073.json b/lenses/physics-objects/Entities/1646082080822004_2539073.json deleted file mode 100644 index 83db581c..00000000 --- a/lenses/physics-objects/Entities/1646082080822004_2539073.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080822004:2539073": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080824482_2539092.json b/lenses/physics-objects/Entities/1646082080824482_2539092.json deleted file mode 100644 index 1dbd001b..00000000 --- a/lenses/physics-objects/Entities/1646082080824482_2539092.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080824482:2539092": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080825230_2539094.json b/lenses/physics-objects/Entities/1646082080825230_2539094.json deleted file mode 100644 index fe829c00..00000000 --- a/lenses/physics-objects/Entities/1646082080825230_2539094.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080825230:2539094": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080826411_2539100.json b/lenses/physics-objects/Entities/1646082080826411_2539100.json deleted file mode 100644 index 5962d2c4..00000000 --- a/lenses/physics-objects/Entities/1646082080826411_2539100.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080826411:2539100": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080828609_2539119.json b/lenses/physics-objects/Entities/1646082080828609_2539119.json deleted file mode 100644 index fd9c2c4b..00000000 --- a/lenses/physics-objects/Entities/1646082080828609_2539119.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080828609:2539119": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080830299_2539121.json b/lenses/physics-objects/Entities/1646082080830299_2539121.json deleted file mode 100644 index 33b955ee..00000000 --- a/lenses/physics-objects/Entities/1646082080830299_2539121.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080830299:2539121": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080833244_2539140.json b/lenses/physics-objects/Entities/1646082080833244_2539140.json deleted file mode 100644 index bac6f28b..00000000 --- a/lenses/physics-objects/Entities/1646082080833244_2539140.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080833244:2539140": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080835452_2539159.json b/lenses/physics-objects/Entities/1646082080835452_2539159.json deleted file mode 100644 index 017600db..00000000 --- a/lenses/physics-objects/Entities/1646082080835452_2539159.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080835452:2539159": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080837608_2539178.json b/lenses/physics-objects/Entities/1646082080837608_2539178.json deleted file mode 100644 index 9fd570a6..00000000 --- a/lenses/physics-objects/Entities/1646082080837608_2539178.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080837608:2539178": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080839822_2539197.json b/lenses/physics-objects/Entities/1646082080839822_2539197.json deleted file mode 100644 index 0ef33aa9..00000000 --- a/lenses/physics-objects/Entities/1646082080839822_2539197.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080839822:2539197": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080842141_2539216.json b/lenses/physics-objects/Entities/1646082080842141_2539216.json deleted file mode 100644 index e9fd4c4c..00000000 --- a/lenses/physics-objects/Entities/1646082080842141_2539216.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080842141:2539216": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080842959_2539218.json b/lenses/physics-objects/Entities/1646082080842959_2539218.json deleted file mode 100644 index fee93708..00000000 --- a/lenses/physics-objects/Entities/1646082080842959_2539218.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080842959:2539218": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080845831_2539241.json b/lenses/physics-objects/Entities/1646082080845831_2539241.json deleted file mode 100644 index 4dc815af..00000000 --- a/lenses/physics-objects/Entities/1646082080845831_2539241.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080845831:2539241": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080846657_2539243.json b/lenses/physics-objects/Entities/1646082080846657_2539243.json deleted file mode 100644 index 9ee21665..00000000 --- a/lenses/physics-objects/Entities/1646082080846657_2539243.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080846657:2539243": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080849991_2539270.json b/lenses/physics-objects/Entities/1646082080849991_2539270.json deleted file mode 100644 index de741b7a..00000000 --- a/lenses/physics-objects/Entities/1646082080849991_2539270.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080849991:2539270": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080850798_2539272.json b/lenses/physics-objects/Entities/1646082080850798_2539272.json deleted file mode 100644 index c5a3473b..00000000 --- a/lenses/physics-objects/Entities/1646082080850798_2539272.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080850798:2539272": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080853382_2539295.json b/lenses/physics-objects/Entities/1646082080853382_2539295.json deleted file mode 100644 index 934f2f7d..00000000 --- a/lenses/physics-objects/Entities/1646082080853382_2539295.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080853382:2539295": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080854179_2539297.json b/lenses/physics-objects/Entities/1646082080854179_2539297.json deleted file mode 100644 index ef619986..00000000 --- a/lenses/physics-objects/Entities/1646082080854179_2539297.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080854179:2539297": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080857309_2539320.json b/lenses/physics-objects/Entities/1646082080857309_2539320.json deleted file mode 100644 index 0ba87784..00000000 --- a/lenses/physics-objects/Entities/1646082080857309_2539320.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080857309:2539320": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080858216_2539322.json b/lenses/physics-objects/Entities/1646082080858216_2539322.json deleted file mode 100644 index 81b56719..00000000 --- a/lenses/physics-objects/Entities/1646082080858216_2539322.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080858216:2539322": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080859199_2539324.json b/lenses/physics-objects/Entities/1646082080859199_2539324.json deleted file mode 100644 index b714d8d5..00000000 --- a/lenses/physics-objects/Entities/1646082080859199_2539324.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080859199:2539324": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080859970_2539326.json b/lenses/physics-objects/Entities/1646082080859970_2539326.json deleted file mode 100644 index d310f046..00000000 --- a/lenses/physics-objects/Entities/1646082080859970_2539326.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080859970:2539326": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080863038_2539354.json b/lenses/physics-objects/Entities/1646082080863038_2539354.json deleted file mode 100644 index 05b00153..00000000 --- a/lenses/physics-objects/Entities/1646082080863038_2539354.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080863038:2539354": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080864637_2539364.json b/lenses/physics-objects/Entities/1646082080864637_2539364.json deleted file mode 100644 index 3ffba29c..00000000 --- a/lenses/physics-objects/Entities/1646082080864637_2539364.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080864637:2539364": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080865432_2539366.json b/lenses/physics-objects/Entities/1646082080865432_2539366.json deleted file mode 100644 index 2d56ed93..00000000 --- a/lenses/physics-objects/Entities/1646082080865432_2539366.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080865432:2539366": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080866342_2539368.json b/lenses/physics-objects/Entities/1646082080866342_2539368.json deleted file mode 100644 index 4ff5e9d8..00000000 --- a/lenses/physics-objects/Entities/1646082080866342_2539368.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080866342:2539368": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080869401_2539396.json b/lenses/physics-objects/Entities/1646082080869401_2539396.json deleted file mode 100644 index 4e156028..00000000 --- a/lenses/physics-objects/Entities/1646082080869401_2539396.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080869401:2539396": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080871168_2539406.json b/lenses/physics-objects/Entities/1646082080871168_2539406.json deleted file mode 100644 index 7c5467bf..00000000 --- a/lenses/physics-objects/Entities/1646082080871168_2539406.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080871168:2539406": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080871984_2539408.json b/lenses/physics-objects/Entities/1646082080871984_2539408.json deleted file mode 100644 index dabb620c..00000000 --- a/lenses/physics-objects/Entities/1646082080871984_2539408.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080871984:2539408": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080872783_2539410.json b/lenses/physics-objects/Entities/1646082080872783_2539410.json deleted file mode 100644 index 24a6b022..00000000 --- a/lenses/physics-objects/Entities/1646082080872783_2539410.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080872783:2539410": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082080876041_2539438.json b/lenses/physics-objects/Entities/1646082080876041_2539438.json deleted file mode 100644 index a83a2a9c..00000000 --- a/lenses/physics-objects/Entities/1646082080876041_2539438.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082080876041:2539438": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082121575320_2637498.json b/lenses/physics-objects/Entities/1646082121575320_2637498.json deleted file mode 100644 index 49bf4525..00000000 --- a/lenses/physics-objects/Entities/1646082121575320_2637498.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082121575320:2637498": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646082197420166_2930225.json b/lenses/physics-objects/Entities/1646082197420166_2930225.json deleted file mode 100644 index 4204e615..00000000 --- a/lenses/physics-objects/Entities/1646082197420166_2930225.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646082197420166:2930225": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646083696010476_5690659.json b/lenses/physics-objects/Entities/1646083696010476_5690659.json deleted file mode 100644 index 6fd473d4..00000000 --- a/lenses/physics-objects/Entities/1646083696010476_5690659.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646083696010476:5690659": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646083696012385_5690661.json b/lenses/physics-objects/Entities/1646083696012385_5690661.json deleted file mode 100644 index 12c755e1..00000000 --- a/lenses/physics-objects/Entities/1646083696012385_5690661.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646083696012385:5690661": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646083696013403_5690663.json b/lenses/physics-objects/Entities/1646083696013403_5690663.json deleted file mode 100644 index 3c76d08e..00000000 --- a/lenses/physics-objects/Entities/1646083696013403_5690663.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646083696013403:5690663": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646083696014398_5690665.json b/lenses/physics-objects/Entities/1646083696014398_5690665.json deleted file mode 100644 index 6b7994e8..00000000 --- a/lenses/physics-objects/Entities/1646083696014398_5690665.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646083696014398:5690665": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646084571808603_6810583.json b/lenses/physics-objects/Entities/1646084571808603_6810583.json deleted file mode 100644 index 27142147..00000000 --- a/lenses/physics-objects/Entities/1646084571808603_6810583.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646084571808603:6810583": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646084748671013_7004566.json b/lenses/physics-objects/Entities/1646084748671013_7004566.json deleted file mode 100644 index a5f0f061..00000000 --- a/lenses/physics-objects/Entities/1646084748671013_7004566.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646084748671013:7004566": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646185898638411_267216.json b/lenses/physics-objects/Entities/1646185898638411_267216.json deleted file mode 100644 index a642bd63..00000000 --- a/lenses/physics-objects/Entities/1646185898638411_267216.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646185898638411:267216": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646185936790698_387572.json b/lenses/physics-objects/Entities/1646185936790698_387572.json deleted file mode 100644 index d5629b41..00000000 --- a/lenses/physics-objects/Entities/1646185936790698_387572.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646185936790698:387572": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646688416031900_468928.json b/lenses/physics-objects/Entities/1646688416031900_468928.json deleted file mode 100644 index fdc341ae..00000000 --- a/lenses/physics-objects/Entities/1646688416031900_468928.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646688416031900:468928": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646688419581914_469382.json b/lenses/physics-objects/Entities/1646688419581914_469382.json deleted file mode 100644 index 83ca5323..00000000 --- a/lenses/physics-objects/Entities/1646688419581914_469382.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646688419581914:469382": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872644408091_680620.json b/lenses/physics-objects/Entities/1646872644408091_680620.json deleted file mode 100644 index dfa934d1..00000000 --- a/lenses/physics-objects/Entities/1646872644408091_680620.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872644408091:680620": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872848075842_990362.json b/lenses/physics-objects/Entities/1646872848075842_990362.json deleted file mode 100644 index 55a0d33d..00000000 --- a/lenses/physics-objects/Entities/1646872848075842_990362.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872848075842:990362": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872880008839_1058312.json b/lenses/physics-objects/Entities/1646872880008839_1058312.json deleted file mode 100644 index f451a190..00000000 --- a/lenses/physics-objects/Entities/1646872880008839_1058312.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872880008839:1058312": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872880010157_1058314.json b/lenses/physics-objects/Entities/1646872880010157_1058314.json deleted file mode 100644 index d7951d57..00000000 --- a/lenses/physics-objects/Entities/1646872880010157_1058314.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872880010157:1058314": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872880020016_1059109.json b/lenses/physics-objects/Entities/1646872880020016_1059109.json deleted file mode 100644 index a66f764f..00000000 --- a/lenses/physics-objects/Entities/1646872880020016_1059109.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872880020016:1059109": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872893511051_1127029.json b/lenses/physics-objects/Entities/1646872893511051_1127029.json deleted file mode 100644 index 0047858b..00000000 --- a/lenses/physics-objects/Entities/1646872893511051_1127029.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872893511051:1127029": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872893512654_1127031.json b/lenses/physics-objects/Entities/1646872893512654_1127031.json deleted file mode 100644 index b354c2b4..00000000 --- a/lenses/physics-objects/Entities/1646872893512654_1127031.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872893512654:1127031": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872893524139_1127826.json b/lenses/physics-objects/Entities/1646872893524139_1127826.json deleted file mode 100644 index 0bb7db34..00000000 --- a/lenses/physics-objects/Entities/1646872893524139_1127826.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872893524139:1127826": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872905091940_1196856.json b/lenses/physics-objects/Entities/1646872905091940_1196856.json deleted file mode 100644 index a68b04fe..00000000 --- a/lenses/physics-objects/Entities/1646872905091940_1196856.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872905091940:1196856": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646872982508164_1484350.json b/lenses/physics-objects/Entities/1646872982508164_1484350.json deleted file mode 100644 index 27aa2c18..00000000 --- a/lenses/physics-objects/Entities/1646872982508164_1484350.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646872982508164:1484350": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1646873170615310_2016100.json b/lenses/physics-objects/Entities/1646873170615310_2016100.json deleted file mode 100644 index 61c1d6af..00000000 --- a/lenses/physics-objects/Entities/1646873170615310_2016100.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1646873170615310:2016100": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1675109166452790_25763.json b/lenses/physics-objects/Entities/1675109166452790_25763.json deleted file mode 100644 index 7c2de4c2..00000000 --- a/lenses/physics-objects/Entities/1675109166452790_25763.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "1675109166452790:25763": { - "IResourceController": { - "name": "Render Target", - "type": 1, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1:1", - "additional": { - "resourceInfoExportKey": { - "RenderTargetRole": "1" - } - } - }, - "IResourceManager": { - "uid": "1:1", - "name": "Camera Output", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452791_25764.json b/lenses/physics-objects/Entities/1675109166452791_25764.json deleted file mode 100644 index ddbf5824..00000000 --- a/lenses/physics-objects/Entities/1675109166452791_25764.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452791:25764": { - "IResourceController": { - "name": "Device Camera Texture", - "type": 1, - "subtype": 3, - "dependency": 0, - "hidden": false, - "uid": "2:2" - }, - "IResourceManager": { - "uid": "2:2", - "name": "Camera Input", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452791_25765.json b/lenses/physics-objects/Entities/1675109166452791_25765.json deleted file mode 100644 index 87f375e3..00000000 --- a/lenses/physics-objects/Entities/1675109166452791_25765.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "1675109166452791:25765": { - "IResourceController": { - "name": "Diff", - "type": 1, - "subtype": 9, - "dependency": 1, - "hidden": false, - "uid": "1588296316843646:534374", - "fileId": "1675109166452811:25869", - "originalId": "1675109166452831:25870", - "expected_hash": "0febd5bc9be04ba2e49753f22e5c565d" - }, - "IResourceManager": { - "uid": "1588296316843646:534374", - "name": "Files/File_1675109166452811_25869.jpeg", - "flags": 1 - } - }, - "1675109166452811:25869": { - "IFileManager": { - "path": "Files/File_1675109166452811_25869.jpeg" - } - }, - "1675109166452831:25870": { - "IFileManager": { - "path": "Files/File_1675109166452831_25870.jpeg" - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452792_25766.json b/lenses/physics-objects/Entities/1675109166452792_25766.json deleted file mode 100644 index 407a42d5..00000000 --- a/lenses/physics-objects/Entities/1675109166452792_25766.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "1675109166452792:25766": { - "IResourceController": { - "name": "Specular", - "type": 1, - "subtype": 9, - "dependency": 1, - "hidden": false, - "uid": "1588296316857901:534385", - "fileId": "1675109166452833:25871", - "originalId": "1675109166452834:25872", - "expected_hash": "0ab1187ca732ed723d2e302f88f072f0" - }, - "IResourceManager": { - "uid": "1588296316857901:534385", - "name": "Files/File_1675109166452833_25871.jpeg", - "flags": 1 - } - }, - "1675109166452833:25871": { - "IFileManager": { - "path": "Files/File_1675109166452833_25871.jpeg" - } - }, - "1675109166452834:25872": { - "IFileManager": { - "path": "Files/File_1675109166452834_25872.jpeg" - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452792_25767.json b/lenses/physics-objects/Entities/1675109166452792_25767.json deleted file mode 100644 index ca4539e6..00000000 --- a/lenses/physics-objects/Entities/1675109166452792_25767.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452792:25767": { - "IResourceController": { - "name": "Physics Root World Settings [EDIT_ME]", - "type": 36, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "8675309:9035768" - }, - "IResourceManager": { - "uid": "8675309:9035768", - "name": "Physics Root World Settings Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452792_25768.json b/lenses/physics-objects/Entities/1675109166452792_25768.json deleted file mode 100644 index bb36d3f0..00000000 --- a/lenses/physics-objects/Entities/1675109166452792_25768.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452792:25768": { - "IResourceController": { - "name": "Car Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644734529797042:257849" - }, - "IResourceManager": { - "uid": "1644734529797042:257849", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452793_25769.json b/lenses/physics-objects/Entities/1675109166452793_25769.json deleted file mode 100644 index 478ab244..00000000 --- a/lenses/physics-objects/Entities/1675109166452793_25769.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452793:25769": { - "IResourceController": { - "name": "WheelController", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644734529798922:257855", - "fileId": "1675109166452836:25874", - "publicId": "1675109166453480:26047", - "expected_hash": "674d6c07474f4dae91540f9a0173102e" - }, - "IResourceManager": { - "uid": "1644734529798922:257855", - "name": "Files/File_1675109166452836_25874.js", - "flags": 1 - } - }, - "1675109166452836:25874": { - "IFileManager": { - "path": "Files/File_1675109166452836_25874.js" - } - }, - "1675109166453480:26047": { - "IResourceController": { - "public": { - "path": "Scripts/WheelController.js", - "hash": "674d6c07474f4dae91540f9a0173102e" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452793_25770.json b/lenses/physics-objects/Entities/1675109166452793_25770.json deleted file mode 100644 index c5943b4f..00000000 --- a/lenses/physics-objects/Entities/1675109166452793_25770.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452793:25770": { - "IResourceController": { - "name": "Toon Body", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1644734530219274:258115", - "fileId": "1675109166452838:25875", - "originalId": "1675109166452839:25876", - "publicId": "1675109166453480:26048", - "expected_hash": "8d213cb32ee36fc8cc5b2cdc1458cd73" - }, - "IResourceManager": { - "uid": "1644734530219274:258115", - "name": "Files/File_1675109166452838_25875", - "flags": 1 - } - }, - "1675109166452838:25875": { - "IFileManager": { - "path": "Files/File_1675109166452838_25875" - } - }, - "1675109166452839:25876": { - "IFileManager": { - "path": "Files/File_1675109166452839_25876.lsmat" - } - }, - "1675109166453480:26048": { - "IResourceController": { - "public": { - "path": "Materials/Toon Body.lsmat", - "hash": "4458bf7476d5a5af3644b8c5a4b00399" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452793_25771.json b/lenses/physics-objects/Entities/1675109166452793_25771.json deleted file mode 100644 index 300df8aa..00000000 --- a/lenses/physics-objects/Entities/1675109166452793_25771.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452793:25771": { - "IResourceController": { - "name": "WorldObjectController", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644734549676529:265639", - "fileId": "1675109166452841:25877", - "publicId": "1675109166453482:26052", - "expected_hash": "85d687f29756c2ba305bd2e13995762a" - }, - "IResourceManager": { - "uid": "1644734549676529:265639", - "name": "Files/File_1675109166452841_25877.js", - "flags": 1 - } - }, - "1675109166452841:25877": { - "IFileManager": { - "path": "Files/File_1675109166452841_25877.js" - } - }, - "1675109166453482:26052": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Scripts/WorldObjectController.js", - "hash": "85d687f29756c2ba305bd2e13995762a" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452794_25772.json b/lenses/physics-objects/Entities/1675109166452794_25772.json deleted file mode 100644 index 934ab6e4..00000000 --- a/lenses/physics-objects/Entities/1675109166452794_25772.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1644734549732934:265661": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1224", - "compressedSize": "663", - "extension": "mesh", - "originalRAM": "1224", - "originalSize": "663", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452843:25879" - } - }, - "1675109166452794:25772": { - "IResourceController": { - "name": "touch_collision_cube", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644734549732934:265661", - "fileId": "1675109166452842:25878", - "publicId": "1675109166453483:26054", - "expected_hash": "e9167dc2c6b4be6840fd00390a21b633", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1644734549732934:265661", - "name": "Files/File_1675109166452842_25878.mesh", - "flags": 1 - } - }, - "1675109166452842:25878": { - "IFileManager": { - "path": "Files/File_1675109166452842_25878.mesh" - } - }, - "1675109166452843:25879": { - "IFileManager": { - "path": "Files/File_1675109166452843_25879.mesh" - } - }, - "1675109166453483:26054": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Meshes/touch_collision_cube.mesh", - "hash": "e9167dc2c6b4be6840fd00390a21b633" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452794_25773.json b/lenses/physics-objects/Entities/1675109166452794_25773.json deleted file mode 100644 index 7f70b115..00000000 --- a/lenses/physics-objects/Entities/1675109166452794_25773.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "1644734549772450:265682": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "204", - "compressedSize": "554", - "extension": "mesh", - "originalRAM": "204", - "originalSize": "554", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452845:25881" - } - }, - "1675109166452794:25773": { - "IResourceController": { - "name": "plane", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644734549772450:265682", - "fileId": "1675109166452844:25880", - "publicId": "1675109166453483:26055", - "expected_hash": "3924da4ece660b56cdcb4f2b7b3fe66c", - "additional": { - "originalAttribs": { - "vertexAttribs": [ - { - "format": "9", - "index": "0", - "semantic": "position" - }, - { - "format": "9", - "index": "1", - "semantic": "normal" - }, - { - "format": "9", - "index": "2", - "semantic": "tangent" - }, - { - "format": "9", - "index": "3", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1644734549772450:265682", - "name": "Files/File_1675109166452844_25880.mesh", - "flags": 1 - } - }, - "1675109166452844:25880": { - "IFileManager": { - "path": "Files/File_1675109166452844_25880.mesh" - } - }, - "1675109166452845:25881": { - "IFileManager": { - "path": "Files/File_1675109166452845_25881.mesh" - } - }, - "1675109166453483:26055": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Meshes/plane.mesh", - "hash": "3924da4ece660b56cdcb4f2b7b3fe66c" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452794_25774.json b/lenses/physics-objects/Entities/1675109166452794_25774.json deleted file mode 100644 index 8a1a5633..00000000 --- a/lenses/physics-objects/Entities/1675109166452794_25774.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452794:25774": { - "IResourceController": { - "name": "ground_grid", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1644734549941256:265724", - "fileId": "1675109166452847:25882", - "originalId": "1675109166452848:25883", - "publicId": "1675109166453484:26057", - "expected_hash": "8388bf82c6d64b217bc265753b05d9f1" - }, - "IResourceManager": { - "uid": "1644734549941256:265724", - "name": "Files/File_1675109166452847_25882", - "flags": 1 - } - }, - "1675109166452847:25882": { - "IFileManager": { - "path": "Files/File_1675109166452847_25882" - } - }, - "1675109166452848:25883": { - "IFileManager": { - "path": "Files/File_1675109166452848_25883.lsmat" - } - }, - "1675109166453484:26057": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Materials/ground_grid.lsmat", - "hash": "0b5ad885bd92e6e00a526e844e624730" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452794_25775.json b/lenses/physics-objects/Entities/1675109166452794_25775.json deleted file mode 100644 index 06b8b12c..00000000 --- a/lenses/physics-objects/Entities/1675109166452794_25775.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452794:25775": { - "IResourceController": { - "name": "graph_matte_shadow", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1644734550114129:265793", - "fileId": "1675109166452849:25884", - "originalId": "1675109166452850:25885", - "publicId": "1675109166453485:26058", - "expected_hash": "adf0702bdfd3fbe7fd0e3ab6026755d6" - }, - "IResourceManager": { - "uid": "1644734550114129:265793", - "name": "Files/File_1675109166452849_25884", - "flags": 1 - } - }, - "1675109166452849:25884": { - "IFileManager": { - "path": "Files/File_1675109166452849_25884" - } - }, - "1675109166452850:25885": { - "IFileManager": { - "path": "Files/File_1675109166452850_25885.lsmat" - } - }, - "1675109166453485:26058": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Materials/graph_matte_shadow.lsmat", - "hash": "193126ed9a7321d14d58f3992b04312b" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452795_25776.json b/lenses/physics-objects/Entities/1675109166452795_25776.json deleted file mode 100644 index cb88c63c..00000000 --- a/lenses/physics-objects/Entities/1675109166452795_25776.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452795:25776": { - "IResourceController": { - "name": "Draggable", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644735272515164:412274", - "fileId": "1675109166452852:25886", - "publicId": "1675109166453487:26064", - "expected_hash": "da00ccef29cf47d88ecfeb2fc459280c" - }, - "IResourceManager": { - "uid": "1644735272515164:412274", - "name": "Files/File_1675109166452852_25886.js", - "flags": 1 - } - }, - "1675109166452852:25886": { - "IFileManager": { - "path": "Files/File_1675109166452852_25886.js" - } - }, - "1675109166453487:26064": { - "IResourceController": { - "public": { - "path": "Scripts/Draggable.js", - "hash": "da00ccef29cf47d88ecfeb2fc459280c" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452795_25777.json b/lenses/physics-objects/Entities/1675109166452795_25777.json deleted file mode 100644 index 68bb4ee3..00000000 --- a/lenses/physics-objects/Entities/1675109166452795_25777.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452795:25777": { - "IResourceController": { - "name": "Wood Floor Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644740369898443:828192" - }, - "IResourceManager": { - "uid": "1644740369898443:828192", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452795_25778.json b/lenses/physics-objects/Entities/1675109166452795_25778.json deleted file mode 100644 index 1cb5e622..00000000 --- a/lenses/physics-objects/Entities/1675109166452795_25778.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452795:25778": { - "IResourceController": { - "name": "Traffic Cone Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644790253432794:84805" - }, - "IResourceManager": { - "uid": "1644790253432794:84805", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452795_25779.json b/lenses/physics-objects/Entities/1675109166452795_25779.json deleted file mode 100644 index 4d60e6ed..00000000 --- a/lenses/physics-objects/Entities/1675109166452795_25779.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452795:25779": { - "IResourceController": { - "name": "Traffic Cone", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1644793700779232:511555", - "fileId": "1675109166452853:25887", - "originalId": "1675109166452854:25888", - "publicId": "1675109166453487:26065", - "expected_hash": "48a8dc63352525a5b25d324cf23a3fa8" - }, - "IResourceManager": { - "uid": "1644793700779232:511555", - "name": "Files/File_1675109166452853_25887", - "flags": 1 - } - }, - "1675109166452853:25887": { - "IFileManager": { - "path": "Files/File_1675109166452853_25887" - } - }, - "1675109166452854:25888": { - "IFileManager": { - "path": "Files/File_1675109166452854_25888.lsmat" - } - }, - "1675109166453487:26065": { - "IResourceController": { - "public": { - "path": "Materials/Traffic Cone.lsmat", - "hash": "18018d94979eccd799f962e077c12f46" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452796_25780.json b/lenses/physics-objects/Entities/1675109166452796_25780.json deleted file mode 100644 index 231281bf..00000000 --- a/lenses/physics-objects/Entities/1675109166452796_25780.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "1675109166452796:25780": { - "IResourceController": { - "name": "white", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1644829362602915:6176974", - "fileId": "1675109166452855:25889", - "originalId": "1675109166452856:25890", - "publicId": "1675109166453488:26068", - "expected_hash": "0c8dcfed2f50bb81ac5276a14967c005", - "additional": { - "originHash": "0c8dcfed2f50bb81ac5276a14967c005" - } - }, - "IResourceManager": { - "uid": "1644829362602915:6176974", - "name": "Files/File4392.jpg", - "flags": 1 - } - }, - "1675109166452855:25889": { - "IFileManager": { - "path": "Files/File_1675109166452855_25889.png" - } - }, - "1675109166452856:25890": { - "IFileManager": { - "path": "Files/File_1675109166452856_25890.png" - } - }, - "1675109166453488:26068": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Textures/white.png", - "hash": "0c8dcfed2f50bb81ac5276a14967c005" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452796_25781.json b/lenses/physics-objects/Entities/1675109166452796_25781.json deleted file mode 100644 index 97c22af5..00000000 --- a/lenses/physics-objects/Entities/1675109166452796_25781.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1644829363199094:6177103": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "54372", - "compressedSize": "41719", - "extension": "mesh", - "originalRAM": "54372", - "originalSize": "41719", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452859:25892" - } - }, - "1675109166452796:25781": { - "IResourceController": { - "name": "balloon", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644829363199094:6177103", - "fileId": "1675109166452857:25891", - "publicId": "1675109166453490:26071", - "expected_hash": "415226e333741ab7753f2e97b066421b", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1644829363199094:6177103", - "name": "Files/File_1675109166452857_25891.mesh", - "flags": 1 - } - }, - "1675109166452857:25891": { - "IFileManager": { - "path": "Files/File_1675109166452857_25891.mesh" - } - }, - "1675109166452859:25892": { - "IFileManager": { - "path": "Files/File_1675109166452859_25892.mesh" - } - }, - "1675109166453490:26071": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Meshes/balloon.mesh", - "hash": "415226e333741ab7753f2e97b066421b" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452796_25782.json b/lenses/physics-objects/Entities/1675109166452796_25782.json deleted file mode 100644 index eb139096..00000000 --- a/lenses/physics-objects/Entities/1675109166452796_25782.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1644829363244852:6177126": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "54372", - "compressedSize": "37121", - "extension": "mesh", - "originalRAM": "54372", - "originalSize": "37121", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452861:25894" - } - }, - "1675109166452796:25782": { - "IResourceController": { - "name": "string_2", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644829363244852:6177126", - "fileId": "1675109166452860:25893", - "publicId": "1675109166453490:26072", - "expected_hash": "f41527f96da43a973180aa164b74cd6d", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1644829363244852:6177126", - "name": "Files/File_1675109166452860_25893.mesh", - "flags": 1 - } - }, - "1675109166452860:25893": { - "IFileManager": { - "path": "Files/File_1675109166452860_25893.mesh" - } - }, - "1675109166452861:25894": { - "IFileManager": { - "path": "Files/File_1675109166452861_25894.mesh" - } - }, - "1675109166453490:26072": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Meshes/string_2.mesh", - "hash": "f41527f96da43a973180aa164b74cd6d" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452796_25783.json b/lenses/physics-objects/Entities/1675109166452796_25783.json deleted file mode 100644 index 093e683c..00000000 --- a/lenses/physics-objects/Entities/1675109166452796_25783.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452796:25783": { - "IResourceController": { - "name": "Behavior", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644829505045995:6234837", - "fileId": "1675109166452862:25895", - "publicId": "1675109166453490:26073", - "expected_hash": "6c7932e0df736f27b30f10f3f9e17b49" - }, - "IResourceManager": { - "uid": "1644829505045995:6234837", - "name": "Files/File_1675109166452862_25895.js", - "flags": 1 - } - }, - "1675109166452862:25895": { - "IFileManager": { - "path": "Files/File_1675109166452862_25895.js" - } - }, - "1675109166453490:26073": { - "IResourceController": { - "public": { - "path": "Scripts/Behavior.js", - "hash": "6c7932e0df736f27b30f10f3f9e17b49" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452796_25784.json b/lenses/physics-objects/Entities/1675109166452796_25784.json deleted file mode 100644 index fce6fbda..00000000 --- a/lenses/physics-objects/Entities/1675109166452796_25784.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452796:25784": { - "IResourceController": { - "name": "Wheel Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644947873472837:5609574" - }, - "IResourceManager": { - "uid": "1644947873472837:5609574", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452797_25785.json b/lenses/physics-objects/Entities/1675109166452797_25785.json deleted file mode 100644 index 4306da51..00000000 --- a/lenses/physics-objects/Entities/1675109166452797_25785.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452797:25785": { - "IResourceController": { - "name": "Physics Balloon World Settings [EDIT_ME]", - "type": 36, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644947995861507:5657744" - }, - "IResourceManager": { - "uid": "1644947995861507:5657744", - "name": "PhysicsWorldSettings Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452797_25786.json b/lenses/physics-objects/Entities/1675109166452797_25786.json deleted file mode 100644 index 426c034d..00000000 --- a/lenses/physics-objects/Entities/1675109166452797_25786.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452797:25786": { - "IResourceController": { - "name": "BindTransform", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644978038922371:15188", - "fileId": "1675109166452863:25896", - "publicId": "1675109166453491:26074", - "expected_hash": "474b8dcc47e8c962ca0bd246da5d0971" - }, - "IResourceManager": { - "uid": "1644978038922371:15188", - "name": "Files/File_1675109166452863_25896.js", - "flags": 1 - } - }, - "1675109166452863:25896": { - "IFileManager": { - "path": "Files/File_1675109166452863_25896.js" - } - }, - "1675109166453491:26074": { - "IResourceController": { - "public": { - "path": "Scripts/BindTransform.js", - "hash": "474b8dcc47e8c962ca0bd246da5d0971" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452797_25787.json b/lenses/physics-objects/Entities/1675109166452797_25787.json deleted file mode 100644 index 47822718..00000000 --- a/lenses/physics-objects/Entities/1675109166452797_25787.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452797:25787": { - "IResourceController": { - "name": "Occluder", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1644986429618909:1241213", - "fileId": "1675109166452864:25897", - "originalId": "1675109166452865:25898", - "publicId": "1675109166453491:26075", - "expected_hash": "23f4f64ad7c51119163eec109842f30c" - }, - "IResourceManager": { - "uid": "1644986429618909:1241213", - "name": "Files/File_1675109166452864_25897", - "flags": 1 - } - }, - "1675109166452864:25897": { - "IFileManager": { - "path": "Files/File_1675109166452864_25897" - } - }, - "1675109166452865:25898": { - "IFileManager": { - "path": "Files/File_1675109166452865_25898.lsmat" - } - }, - "1675109166453491:26075": { - "IResourceController": { - "public": { - "path": "Materials/Occluder.lsmat", - "hash": "ccd7e2d7fdd9888fcacf104b1eb8ea1a" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452797_25788.json b/lenses/physics-objects/Entities/1675109166452797_25788.json deleted file mode 100644 index 708b27f5..00000000 --- a/lenses/physics-objects/Entities/1675109166452797_25788.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452797:25788": { - "IResourceController": { - "name": "Face Mesh", - "type": 3, - "subtype": 2, - "dependency": 0, - "hidden": false, - "uid": "1644986472869327:1258664" - }, - "IResourceManager": { - "uid": "1644986472869327:1258664", - "name": "", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452797_25789.json b/lenses/physics-objects/Entities/1675109166452797_25789.json deleted file mode 100644 index db2b89fb..00000000 --- a/lenses/physics-objects/Entities/1675109166452797_25789.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "1675109166452797:25789": { - "IResourceController": { - "name": "Base", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1644986473111069:1258766", - "fileId": "1675109166452867:25899", - "originalId": "1675109166452868:25900", - "publicId": "1675109166453491:26076", - "expected_hash": "cb607d7b25a160872c49fb4d2635cc33", - "additional": { - "originHash": "cb607d7b25a160872c49fb4d2635cc33", - "subtype": "9" - } - }, - "IResourceManager": { - "uid": "1644986473111069:1258766", - "name": "Files/File4748.jpg", - "flags": 1 - } - }, - "1675109166452867:25899": { - "IFileManager": { - "path": "Files/File_1675109166452867_25899.png" - } - }, - "1675109166452868:25900": { - "IFileManager": { - "path": "Files/File_1675109166452868_25900.png" - } - }, - "1675109166453491:26076": { - "IResourceController": { - "public": { - "path": "Textures/Base.png", - "hash": "cb607d7b25a160872c49fb4d2635cc33" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452797_25790.json b/lenses/physics-objects/Entities/1675109166452797_25790.json deleted file mode 100644 index 7892c86f..00000000 --- a/lenses/physics-objects/Entities/1675109166452797_25790.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "1675109166452797:25790": { - "IResourceController": { - "name": "MaterialParams", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1644986473171764:1258782", - "fileId": "1675109166452869:25901", - "originalId": "1675109166452870:25902", - "publicId": "1675109166453492:26077", - "expected_hash": "af2715bddfbca2d4e72f470d285c5010", - "additional": { - "originHash": "af2715bddfbca2d4e72f470d285c5010" - } - }, - "IResourceManager": { - "uid": "1644986473171764:1258782", - "name": "Files/File4750.jpg", - "flags": 1 - } - }, - "1675109166452869:25901": { - "IFileManager": { - "path": "Files/File_1675109166452869_25901.png" - } - }, - "1675109166452870:25902": { - "IFileManager": { - "path": "Files/File_1675109166452870_25902.png" - } - }, - "1675109166453492:26077": { - "IResourceController": { - "public": { - "path": "Textures/MaterialParams.png", - "hash": "af2715bddfbca2d4e72f470d285c5010" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452798_25791.json b/lenses/physics-objects/Entities/1675109166452798_25791.json deleted file mode 100644 index 51c8df9a..00000000 --- a/lenses/physics-objects/Entities/1675109166452798_25791.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "1644987723354145:167888": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "27388", - "compressedSize": "13151", - "extension": "mesh", - "originalRAM": "27388", - "originalSize": "13151", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "3", - "semantic": "color" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452872:25904" - } - }, - "1675109166452798:25791": { - "IResourceController": { - "name": "Sphere", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644987723354145:167888", - "fileId": "1675109166452871:25903", - "publicId": "1675109166453493:26078", - "expected_hash": "ffbce66d7c12d942b13208740e9d0059", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "3", - "semantic": "color" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1644987723354145:167888", - "name": "Files/File_1675109166452871_25903.mesh", - "flags": 1 - } - }, - "1675109166452871:25903": { - "IFileManager": { - "path": "Files/File_1675109166452871_25903.mesh" - } - }, - "1675109166452872:25904": { - "IFileManager": { - "path": "Files/File_1675109166452872_25904.mesh" - } - }, - "1675109166453493:26078": { - "IResourceController": { - "public": { - "path": "Meshes/Sphere.mesh", - "hash": "ffbce66d7c12d942b13208740e9d0059" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452798_25792.json b/lenses/physics-objects/Entities/1675109166452798_25792.json deleted file mode 100644 index c708f400..00000000 --- a/lenses/physics-objects/Entities/1675109166452798_25792.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "1644995882589651:1425238": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1320", - "compressedSize": "794", - "extension": "mesh", - "originalRAM": "1320", - "originalSize": "794", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "3", - "semantic": "color" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452875:25906" - } - }, - "1675109166452798:25792": { - "IResourceController": { - "name": "Box", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1644995882589651:1425238", - "fileId": "1675109166452874:25905", - "publicId": "1675109166453493:26079", - "expected_hash": "621da74e06cc402b895f39376927a9d1", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "3", - "semantic": "color" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1644995882589651:1425238", - "name": "Files/File_1675109166452874_25905.mesh", - "flags": 1 - } - }, - "1675109166452874:25905": { - "IFileManager": { - "path": "Files/File_1675109166452874_25905.mesh" - } - }, - "1675109166452875:25906": { - "IFileManager": { - "path": "Files/File_1675109166452875_25906.mesh" - } - }, - "1675109166453493:26079": { - "IResourceController": { - "public": { - "path": "Meshes/Box.mesh", - "hash": "621da74e06cc402b895f39376927a9d1" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452798_25793.json b/lenses/physics-objects/Entities/1675109166452798_25793.json deleted file mode 100644 index 7fab6ae8..00000000 --- a/lenses/physics-objects/Entities/1675109166452798_25793.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452798:25793": { - "IResourceController": { - "name": "TweenTransform", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645002271820189:656611", - "fileId": "1675109166452876:25907", - "publicId": "1675109166453494:26082", - "expected_hash": "7786f78e9bb2fd315e3786c72e87630a" - }, - "IResourceManager": { - "uid": "1645002271820189:656611", - "name": "Files/File_1675109166452876_25907.js", - "flags": 1 - } - }, - "1675109166452876:25907": { - "IFileManager": { - "path": "Files/File_1675109166452876_25907.js" - } - }, - "1675109166453494:26082": { - "IResourceController": { - "public": { - "path": "Scripts/Tween/TweenTypes/TweenTransform.js", - "hash": "7786f78e9bb2fd315e3786c72e87630a" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452798_25794.json b/lenses/physics-objects/Entities/1675109166452798_25794.json deleted file mode 100644 index b1bbd56b..00000000 --- a/lenses/physics-objects/Entities/1675109166452798_25794.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452798:25794": { - "IResourceController": { - "name": "TweenAlpha", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645002271957556:656665", - "fileId": "1675109166452879:25908", - "publicId": "1675109166453495:26083", - "expected_hash": "4bf7515ee17137b35e353d99bc906bb4" - }, - "IResourceManager": { - "uid": "1645002271957556:656665", - "name": "Files/File_1675109166452879_25908.js", - "flags": 1 - } - }, - "1675109166452879:25908": { - "IFileManager": { - "path": "Files/File_1675109166452879_25908.js" - } - }, - "1675109166453495:26083": { - "IResourceController": { - "public": { - "path": "Scripts/Tween/TweenTypes/TweenAlpha.js", - "hash": "4bf7515ee17137b35e353d99bc906bb4" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452798_25795.json b/lenses/physics-objects/Entities/1675109166452798_25795.json deleted file mode 100644 index 4248fa52..00000000 --- a/lenses/physics-objects/Entities/1675109166452798_25795.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452798:25795": { - "IResourceController": { - "name": "Tween", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645002272153404:656737", - "fileId": "1675109166452880:25909", - "publicId": "1675109166453495:26084", - "expected_hash": "db1633dd326bc8f976dd02c2fdb5bbf4" - }, - "IResourceManager": { - "uid": "1645002272153404:656737", - "name": "Files/File_1675109166452880_25909.js", - "flags": 1 - } - }, - "1675109166452880:25909": { - "IFileManager": { - "path": "Files/File_1675109166452880_25909.js" - } - }, - "1675109166453495:26084": { - "IResourceController": { - "public": { - "path": "Scripts/Tween/Tween.js", - "hash": "db1633dd326bc8f976dd02c2fdb5bbf4" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452798_25796.json b/lenses/physics-objects/Entities/1675109166452798_25796.json deleted file mode 100644 index 4a782a4a..00000000 --- a/lenses/physics-objects/Entities/1675109166452798_25796.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452798:25796": { - "IResourceController": { - "name": "TweenManager", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645002272220707:656761", - "fileId": "1675109166452881:25910", - "publicId": "1675109166453495:26085", - "expected_hash": "2f5b03e0cb4ffddd330286e7a9c8117f" - }, - "IResourceManager": { - "uid": "1645002272220707:656761", - "name": "Files/File_1675109166452881_25910.js", - "flags": 1 - } - }, - "1675109166452881:25910": { - "IFileManager": { - "path": "Files/File_1675109166452881_25910.js" - } - }, - "1675109166453495:26085": { - "IResourceController": { - "public": { - "path": "Scripts/Tween/TweenManager.js", - "hash": "2f5b03e0cb4ffddd330286e7a9c8117f" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452798_25797.json b/lenses/physics-objects/Entities/1675109166452798_25797.json deleted file mode 100644 index e896a016..00000000 --- a/lenses/physics-objects/Entities/1675109166452798_25797.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452798:25797": { - "IResourceController": { - "name": "Wood Wall Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645048792208566:1387657" - }, - "IResourceManager": { - "uid": "1645048792208566:1387657", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452799_25798.json b/lenses/physics-objects/Entities/1675109166452799_25798.json deleted file mode 100644 index e3e13879..00000000 --- a/lenses/physics-objects/Entities/1675109166452799_25798.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452799:25798": { - "IResourceController": { - "name": "Wall Right", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645060674024689:991997", - "fileId": "1675109166452882:25911", - "originalId": "1675109166452883:25912", - "publicId": "1675109166453496:26086", - "expected_hash": "9af486e9fc8742e00d990cb18fa04f46" - }, - "IResourceManager": { - "uid": "1645060674024689:991997", - "name": "Files/File_1675109166452882_25911", - "flags": 1 - } - }, - "1675109166452882:25911": { - "IFileManager": { - "path": "Files/File_1675109166452882_25911" - } - }, - "1675109166452883:25912": { - "IFileManager": { - "path": "Files/File_1675109166452883_25912.lsmat" - } - }, - "1675109166453496:26086": { - "IResourceController": { - "public": { - "path": "Materials/Wall Right.lsmat", - "hash": "e57e87ee0fe40054b83069f6f1077de3" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452799_25799.json b/lenses/physics-objects/Entities/1675109166452799_25799.json deleted file mode 100644 index ba6197c8..00000000 --- a/lenses/physics-objects/Entities/1675109166452799_25799.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452799:25799": { - "IResourceController": { - "name": "Wall Left", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645060802779715:1058192", - "fileId": "1675109166452885:25913", - "originalId": "1675109166452886:25914", - "publicId": "1675109166453496:26087", - "expected_hash": "9af486e9fc8742e00d990cb18fa04f46" - }, - "IResourceManager": { - "uid": "1645060802779715:1058192", - "name": "Files/File_1675109166452885_25913", - "flags": 1 - } - }, - "1675109166452885:25913": { - "IFileManager": { - "path": "Files/File_1675109166452885_25913" - } - }, - "1675109166452886:25914": { - "IFileManager": { - "path": "Files/File_1675109166452886_25914.lsmat" - } - }, - "1675109166453496:26087": { - "IResourceController": { - "public": { - "path": "Materials/Wall Left.lsmat", - "hash": "9c8fe3fa1157cfa8c99b01c9b77eb417" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452799_25800.json b/lenses/physics-objects/Entities/1675109166452799_25800.json deleted file mode 100644 index 79c60133..00000000 --- a/lenses/physics-objects/Entities/1675109166452799_25800.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452799:25800": { - "IResourceController": { - "name": "Wall Font", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645060811119666:1076291", - "fileId": "1675109166452887:25915", - "originalId": "1675109166452888:25916", - "publicId": "1675109166453496:26088", - "expected_hash": "9af486e9fc8742e00d990cb18fa04f46" - }, - "IResourceManager": { - "uid": "1645060811119666:1076291", - "name": "Files/File_1675109166452887_25915", - "flags": 1 - } - }, - "1675109166452887:25915": { - "IFileManager": { - "path": "Files/File_1675109166452887_25915" - } - }, - "1675109166452888:25916": { - "IFileManager": { - "path": "Files/File_1675109166452888_25916.lsmat" - } - }, - "1675109166453496:26088": { - "IResourceController": { - "public": { - "path": "Materials/Wall Font.lsmat", - "hash": "f220227b7724cd7cd41d6b5f715b8d15" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452799_25801.json b/lenses/physics-objects/Entities/1675109166452799_25801.json deleted file mode 100644 index 8d082e82..00000000 --- a/lenses/physics-objects/Entities/1675109166452799_25801.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452799:25801": { - "IResourceController": { - "name": "Wall Back", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645060818678240:1094338", - "fileId": "1675109166452889:25917", - "originalId": "1675109166452890:25918", - "publicId": "1675109166453497:26089", - "expected_hash": "9af486e9fc8742e00d990cb18fa04f46" - }, - "IResourceManager": { - "uid": "1645060818678240:1094338", - "name": "Files/File_1675109166452889_25917", - "flags": 1 - } - }, - "1675109166452889:25917": { - "IFileManager": { - "path": "Files/File_1675109166452889_25917" - } - }, - "1675109166452890:25918": { - "IFileManager": { - "path": "Files/File_1675109166452890_25918.lsmat" - } - }, - "1675109166453497:26089": { - "IResourceController": { - "public": { - "path": "Materials/Wall Back.lsmat", - "hash": "6d4230205b810c1f0de1e66365e48b10" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452799_25802.json b/lenses/physics-objects/Entities/1675109166452799_25802.json deleted file mode 100644 index 345311e2..00000000 --- a/lenses/physics-objects/Entities/1675109166452799_25802.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452799:25802": { - "IResourceController": { - "name": "SlowMotionSetting", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645061453717649:1411289", - "fileId": "1675109166452892:25919", - "publicId": "1675109166453497:26090", - "expected_hash": "0a1ce8ad856c0286fe4664a3b0bc6bd3" - }, - "IResourceManager": { - "uid": "1645061453717649:1411289", - "name": "Files/File_1675109166452892_25919.js", - "flags": 1 - } - }, - "1675109166452892:25919": { - "IFileManager": { - "path": "Files/File_1675109166452892_25919.js" - } - }, - "1675109166453497:26090": { - "IResourceController": { - "public": { - "path": "Scripts/SlowMotionSetting.js", - "hash": "0a1ce8ad856c0286fe4664a3b0bc6bd3" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452799_25803.json b/lenses/physics-objects/Entities/1675109166452799_25803.json deleted file mode 100644 index 1dd51fb2..00000000 --- a/lenses/physics-objects/Entities/1675109166452799_25803.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452799:25803": { - "IResourceController": { - "name": "Wood Road", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645080399556760:5283620", - "fileId": "1675109166452893:25920", - "originalId": "1675109166452894:25921", - "publicId": "1675109166453498:26092", - "expected_hash": "30762527141be79049f7f5a6e13efb0a" - }, - "IResourceManager": { - "uid": "1645080399556760:5283620", - "name": "Files/File_1675109166452893_25920", - "flags": 1 - } - }, - "1675109166452893:25920": { - "IFileManager": { - "path": "Files/File_1675109166452893_25920" - } - }, - "1675109166452894:25921": { - "IFileManager": { - "path": "Files/File_1675109166452894_25921.lsmat" - } - }, - "1675109166453498:26092": { - "IResourceController": { - "public": { - "path": "Materials/Wood Road.lsmat", - "hash": "300911382a092dfecd3708baa5ea27ee" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452800_25804.json b/lenses/physics-objects/Entities/1675109166452800_25804.json deleted file mode 100644 index 2d5ffa3d..00000000 --- a/lenses/physics-objects/Entities/1675109166452800_25804.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452800:25804": { - "IResourceController": { - "name": "Wheel", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645083977124996:5883857", - "fileId": "1675109166452895:25922", - "originalId": "1675109166452896:25923", - "publicId": "1675109166453498:26093", - "expected_hash": "fd5331d45a452ac0194110342a2e0380" - }, - "IResourceManager": { - "uid": "1645083977124996:5883857", - "name": "Files/File_1675109166452895_25922", - "flags": 1 - } - }, - "1675109166452895:25922": { - "IFileManager": { - "path": "Files/File_1675109166452895_25922" - } - }, - "1675109166452896:25923": { - "IFileManager": { - "path": "Files/File_1675109166452896_25923.lsmat" - } - }, - "1675109166453498:26093": { - "IResourceController": { - "public": { - "path": "Materials/Wheel.lsmat", - "hash": "64f034c5f8692609031cf0f370587389" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452800_25805.json b/lenses/physics-objects/Entities/1675109166452800_25805.json deleted file mode 100644 index 4be2a898..00000000 --- a/lenses/physics-objects/Entities/1675109166452800_25805.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452800:25805": { - "IResourceController": { - "name": "Car Body", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645084596534853:6048696", - "fileId": "1675109166452897:25924", - "originalId": "1675109166452899:25925", - "publicId": "1675109166453498:26094", - "expected_hash": "4cf0a9c0c1f641faad488731a0589626" - }, - "IResourceManager": { - "uid": "1645084596534853:6048696", - "name": "Files/File_1675109166452897_25924", - "flags": 1 - } - }, - "1675109166452897:25924": { - "IFileManager": { - "path": "Files/File_1675109166452897_25924" - } - }, - "1675109166452899:25925": { - "IFileManager": { - "path": "Files/File_1675109166452899_25925.lsmat" - } - }, - "1675109166453498:26094": { - "IResourceController": { - "public": { - "path": "Materials/Car Body.lsmat", - "hash": "a6036a89a04ee8b8ae57c480fab1568e" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452800_25806.json b/lenses/physics-objects/Entities/1675109166452800_25806.json deleted file mode 100644 index f2a5e1dc..00000000 --- a/lenses/physics-objects/Entities/1675109166452800_25806.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452800:25806": { - "IResourceController": { - "name": "Car Black", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645084898757777:6169649", - "fileId": "1675109166452900:25926", - "originalId": "1675109166452901:25927", - "publicId": "1675109166453499:26095", - "expected_hash": "5ed99f035666303c8eff186d921658e2" - }, - "IResourceManager": { - "uid": "1645084898757777:6169649", - "name": "Files/File_1675109166452900_25926", - "flags": 1 - } - }, - "1675109166452900:25926": { - "IFileManager": { - "path": "Files/File_1675109166452900_25926" - } - }, - "1675109166452901:25927": { - "IFileManager": { - "path": "Files/File_1675109166452901_25927.lsmat" - } - }, - "1675109166453499:26095": { - "IResourceController": { - "public": { - "path": "Materials/Car Black.lsmat", - "hash": "416182e52d914c0a5931ed9b05089899" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452800_25807.json b/lenses/physics-objects/Entities/1675109166452800_25807.json deleted file mode 100644 index ea8e5a2d..00000000 --- a/lenses/physics-objects/Entities/1675109166452800_25807.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452800:25807": { - "IResourceController": { - "name": "Toon Road", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645119665443554:206278", - "fileId": "1675109166452902:25928", - "originalId": "1675109166452903:25929", - "publicId": "1675109166453499:26096", - "expected_hash": "b5a31d5aa34307a57a14f3373b608d14" - }, - "IResourceManager": { - "uid": "1645119665443554:206278", - "name": "Files/File_1675109166452902_25928", - "flags": 1 - } - }, - "1675109166452902:25928": { - "IFileManager": { - "path": "Files/File_1675109166452902_25928" - } - }, - "1675109166452903:25929": { - "IFileManager": { - "path": "Files/File_1675109166452903_25929.lsmat" - } - }, - "1675109166453499:26096": { - "IResourceController": { - "public": { - "path": "Materials/Toon Road.lsmat", - "hash": "75f5ac8cfd53d542901d1f9affca10ae" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452800_25808.json b/lenses/physics-objects/Entities/1675109166452800_25808.json deleted file mode 100644 index 933b8e48..00000000 --- a/lenses/physics-objects/Entities/1675109166452800_25808.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452800:25808": { - "IResourceController": { - "name": "Toon Tree Trunk", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645120862079456:652075", - "fileId": "1675109166452905:25930", - "originalId": "1675109166452906:25931", - "publicId": "1675109166453499:26097", - "expected_hash": "b2a8af5503d6b8d784666f063804cf20" - }, - "IResourceManager": { - "uid": "1645120862079456:652075", - "name": "Files/File_1675109166452905_25930", - "flags": 1 - } - }, - "1675109166452905:25930": { - "IFileManager": { - "path": "Files/File_1675109166452905_25930" - } - }, - "1675109166452906:25931": { - "IFileManager": { - "path": "Files/File_1675109166452906_25931.lsmat" - } - }, - "1675109166453499:26097": { - "IResourceController": { - "public": { - "path": "Materials/Toon Tree Trunk.lsmat", - "hash": "5eedd2e7915b2a55213fa1f81069ffa0" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452801_25809.json b/lenses/physics-objects/Entities/1675109166452801_25809.json deleted file mode 100644 index db3597ed..00000000 --- a/lenses/physics-objects/Entities/1675109166452801_25809.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452801:25809": { - "IResourceController": { - "name": "jellee_roman", - "type": 13, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645140792624997:614191", - "fileId": "1675109166452907:25932", - "publicId": "1675109166453500:26098", - "expected_hash": "09438cae5178fea614cfd0b16e719824" - }, - "IResourceManager": { - "uid": "1645140792624997:614191", - "name": "Files/File_1675109166452907_25932.ttf", - "flags": 1 - } - }, - "1675109166452907:25932": { - "IFileManager": { - "path": "Files/File_1675109166452907_25932.ttf" - } - }, - "1675109166453500:26098": { - "IResourceController": { - "public": { - "path": "Fonts/jellee_roman.ttf", - "hash": "09438cae5178fea614cfd0b16e719824" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452801_25810.json b/lenses/physics-objects/Entities/1675109166452801_25810.json deleted file mode 100644 index 9e17ea9c..00000000 --- a/lenses/physics-objects/Entities/1675109166452801_25810.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452801:25810": { - "IResourceController": { - "name": "Physics Front Camera World Settings [EDIT_ME]", - "type": 36, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645141359201198:198448" - }, - "IResourceManager": { - "uid": "1645141359201198:198448", - "name": "PhysicsWorldSettings Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452801_25811.json b/lenses/physics-objects/Entities/1675109166452801_25811.json deleted file mode 100644 index bc76b0ea..00000000 --- a/lenses/physics-objects/Entities/1675109166452801_25811.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452801:25811": { - "IResourceController": { - "name": "Wood Ramp Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645205064986381:661310" - }, - "IResourceManager": { - "uid": "1645205064986381:661310", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452801_25812.json b/lenses/physics-objects/Entities/1675109166452801_25812.json deleted file mode 100644 index fa263dfd..00000000 --- a/lenses/physics-objects/Entities/1675109166452801_25812.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645236367697271:6959648": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "50328", - "compressedSize": "29058", - "extension": "mesh", - "originalRAM": "50328", - "originalSize": "29058", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452910:25934" - } - }, - "1675109166452801:25812": { - "IResourceController": { - "name": "Trafiic Cone", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645236367697271:6959648", - "fileId": "1675109166452909:25933", - "publicId": "1675109166453500:26100", - "expected_hash": "19c71b9fd89fbbe90b4b1c676cdf4be0", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645236367697271:6959648", - "name": "Files/File_1675109166452909_25933.mesh", - "flags": 1 - } - }, - "1675109166452909:25933": { - "IFileManager": { - "path": "Files/File_1675109166452909_25933.mesh" - } - }, - "1675109166452910:25934": { - "IFileManager": { - "path": "Files/File_1675109166452910_25934.mesh" - } - }, - "1675109166453500:26100": { - "IResourceController": { - "public": { - "path": "Meshes/Trafiic Cone.mesh", - "hash": "19c71b9fd89fbbe90b4b1c676cdf4be0" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452802_25813.json b/lenses/physics-objects/Entities/1675109166452802_25813.json deleted file mode 100644 index 90aa9a35..00000000 --- a/lenses/physics-objects/Entities/1675109166452802_25813.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238215440907:73069": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "10224", - "compressedSize": "5044", - "extension": "mesh", - "originalRAM": "10224", - "originalSize": "5044", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452913:25936" - } - }, - "1675109166452802:25813": { - "IResourceController": { - "name": "Arm", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238215440907:73069", - "fileId": "1675109166452911:25935", - "publicId": "1675109166453501:26102", - "expected_hash": "32475cfbbd3675e5598b57331c829736", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238215440907:73069", - "name": "Files/File_1675109166452911_25935.mesh", - "flags": 1 - } - }, - "1675109166452911:25935": { - "IFileManager": { - "path": "Files/File_1675109166452911_25935.mesh" - } - }, - "1675109166452913:25936": { - "IFileManager": { - "path": "Files/File_1675109166452913_25936.mesh" - } - }, - "1675109166453501:26102": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Arm.mesh", - "hash": "32475cfbbd3675e5598b57331c829736" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452802_25814.json b/lenses/physics-objects/Entities/1675109166452802_25814.json deleted file mode 100644 index bcfa9713..00000000 --- a/lenses/physics-objects/Entities/1675109166452802_25814.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238215488275:73088": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "36720", - "compressedSize": "22748", - "extension": "mesh", - "originalRAM": "36720", - "originalSize": "22748", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452915:25938" - } - }, - "1675109166452802:25814": { - "IResourceController": { - "name": "Body", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238215488275:73088", - "fileId": "1675109166452914:25937", - "publicId": "1675109166453501:26103", - "expected_hash": "b00928b0fa945bc755d3ac423507bb96", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238215488275:73088", - "name": "Files/File_1675109166452914_25937.mesh", - "flags": 1 - } - }, - "1675109166452914:25937": { - "IFileManager": { - "path": "Files/File_1675109166452914_25937.mesh" - } - }, - "1675109166452915:25938": { - "IFileManager": { - "path": "Files/File_1675109166452915_25938.mesh" - } - }, - "1675109166453501:26103": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Body.mesh", - "hash": "b00928b0fa945bc755d3ac423507bb96" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452802_25815.json b/lenses/physics-objects/Entities/1675109166452802_25815.json deleted file mode 100644 index 3e7f7c19..00000000 --- a/lenses/physics-objects/Entities/1675109166452802_25815.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238215531690:73111": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "126672", - "compressedSize": "75618", - "extension": "mesh", - "originalRAM": "126672", - "originalSize": "75618", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452918:25940" - } - }, - "1675109166452802:25815": { - "IResourceController": { - "name": "Head", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238215531690:73111", - "fileId": "1675109166452916:25939", - "publicId": "1675109166453501:26104", - "expected_hash": "21705e24a908ef67d01370e4b9ad0032", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238215531690:73111", - "name": "Files/File_1675109166452916_25939.mesh", - "flags": 1 - } - }, - "1675109166452916:25939": { - "IFileManager": { - "path": "Files/File_1675109166452916_25939.mesh" - } - }, - "1675109166452918:25940": { - "IFileManager": { - "path": "Files/File_1675109166452918_25940.mesh" - } - }, - "1675109166453501:26104": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Head.mesh", - "hash": "21705e24a908ef67d01370e4b9ad0032" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452802_25816.json b/lenses/physics-objects/Entities/1675109166452802_25816.json deleted file mode 100644 index 8a7f2018..00000000 --- a/lenses/physics-objects/Entities/1675109166452802_25816.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238215573678:73130": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "10224", - "compressedSize": "5990", - "extension": "mesh", - "originalRAM": "10224", - "originalSize": "5990", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452920:25942" - } - }, - "1675109166452802:25816": { - "IResourceController": { - "name": "Wheel", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238215573678:73130", - "fileId": "1675109166452919:25941", - "publicId": "1675109166453502:26105", - "expected_hash": "0ea9d3cea00a1dc4fd6a26e155f8f4d7", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238215573678:73130", - "name": "Files/File_1675109166452919_25941.mesh", - "flags": 1 - } - }, - "1675109166452919:25941": { - "IFileManager": { - "path": "Files/File_1675109166452919_25941.mesh" - } - }, - "1675109166452920:25942": { - "IFileManager": { - "path": "Files/File_1675109166452920_25942.mesh" - } - }, - "1675109166453502:26105": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Wheel.mesh", - "hash": "0ea9d3cea00a1dc4fd6a26e155f8f4d7" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452802_25817.json b/lenses/physics-objects/Entities/1675109166452802_25817.json deleted file mode 100644 index e23792e0..00000000 --- a/lenses/physics-objects/Entities/1675109166452802_25817.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238215623083:73149": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "10224", - "compressedSize": "4706", - "extension": "mesh", - "originalRAM": "10224", - "originalSize": "4706", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452922:25944" - } - }, - "1675109166452802:25817": { - "IResourceController": { - "name": "Bearing", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238215623083:73149", - "fileId": "1675109166452921:25943", - "publicId": "1675109166453502:26106", - "expected_hash": "66ae8eeda628c21880f0f316fea7dbad", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238215623083:73149", - "name": "Files/File_1675109166452921_25943.mesh", - "flags": 1 - } - }, - "1675109166452921:25943": { - "IFileManager": { - "path": "Files/File_1675109166452921_25943.mesh" - } - }, - "1675109166452922:25944": { - "IFileManager": { - "path": "Files/File_1675109166452922_25944.mesh" - } - }, - "1675109166453502:26106": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Bearing.mesh", - "hash": "66ae8eeda628c21880f0f316fea7dbad" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452802_25818.json b/lenses/physics-objects/Entities/1675109166452802_25818.json deleted file mode 100644 index 1ec8c488..00000000 --- a/lenses/physics-objects/Entities/1675109166452802_25818.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238215708830:73191": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "37806", - "compressedSize": "17968", - "extension": "mesh", - "originalRAM": "37806", - "originalSize": "17968", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452925:25946" - } - }, - "1675109166452802:25818": { - "IResourceController": { - "name": "Car Body", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238215708830:73191", - "fileId": "1675109166452924:25945", - "publicId": "1675109166453503:26107", - "expected_hash": "5cd8eee8089d56fb43e184e1b301495a", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238215708830:73191", - "name": "Files/File_1675109166452924_25945.mesh", - "flags": 1 - } - }, - "1675109166452924:25945": { - "IFileManager": { - "path": "Files/File_1675109166452924_25945.mesh" - } - }, - "1675109166452925:25946": { - "IFileManager": { - "path": "Files/File_1675109166452925_25946.mesh" - } - }, - "1675109166453503:26107": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Car Body.mesh", - "hash": "5cd8eee8089d56fb43e184e1b301495a" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452803_25819.json b/lenses/physics-objects/Entities/1675109166452803_25819.json deleted file mode 100644 index 00cd4513..00000000 --- a/lenses/physics-objects/Entities/1675109166452803_25819.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238215752291:73206": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "4188", - "compressedSize": "1932", - "extension": "mesh", - "originalRAM": "4188", - "originalSize": "1932", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452927:25948" - } - }, - "1675109166452803:25819": { - "IResourceController": { - "name": "Seat", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238215752291:73206", - "fileId": "1675109166452926:25947", - "publicId": "1675109166453503:26108", - "expected_hash": "f1648a77a47c37d73c3d1096b3d7b447", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238215752291:73206", - "name": "Files/File_1675109166452926_25947.mesh", - "flags": 1 - } - }, - "1675109166452926:25947": { - "IFileManager": { - "path": "Files/File_1675109166452926_25947.mesh" - } - }, - "1675109166452927:25948": { - "IFileManager": { - "path": "Files/File_1675109166452927_25948.mesh" - } - }, - "1675109166453503:26108": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Seat.mesh", - "hash": "f1648a77a47c37d73c3d1096b3d7b447" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452803_25820.json b/lenses/physics-objects/Entities/1675109166452803_25820.json deleted file mode 100644 index 003ff7f5..00000000 --- a/lenses/physics-objects/Entities/1675109166452803_25820.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238215791524:73225": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "2520", - "compressedSize": "1355", - "extension": "mesh", - "originalRAM": "2520", - "originalSize": "1355", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452930:25950" - } - }, - "1675109166452803:25820": { - "IResourceController": { - "name": "Wind Shield", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238215791524:73225", - "fileId": "1675109166452929:25949", - "publicId": "1675109166453503:26109", - "expected_hash": "268392a3207732f3a9aae1fd6716719e", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238215791524:73225", - "name": "Files/File_1675109166452929_25949.mesh", - "flags": 1 - } - }, - "1675109166452929:25949": { - "IFileManager": { - "path": "Files/File_1675109166452929_25949.mesh" - } - }, - "1675109166452930:25950": { - "IFileManager": { - "path": "Files/File_1675109166452930_25950.mesh" - } - }, - "1675109166453503:26109": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Wind Shield.mesh", - "hash": "268392a3207732f3a9aae1fd6716719e" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452803_25821.json b/lenses/physics-objects/Entities/1675109166452803_25821.json deleted file mode 100644 index babdffe1..00000000 --- a/lenses/physics-objects/Entities/1675109166452803_25821.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645238216954222:73794": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "20352", - "compressedSize": "6411", - "extension": "mesh", - "originalRAM": "20352", - "originalSize": "6411", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452932:25952" - } - }, - "1675109166452803:25821": { - "IResourceController": { - "name": "Pipe", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645238216954222:73794", - "fileId": "1675109166452931:25951", - "publicId": "1675109166453504:26110", - "expected_hash": "684cee6ca2dadf286d101b15fb003567", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645238216954222:73794", - "name": "Files/File_1675109166452931_25951.mesh", - "flags": 1 - } - }, - "1675109166452931:25951": { - "IFileManager": { - "path": "Files/File_1675109166452931_25951.mesh" - } - }, - "1675109166452932:25952": { - "IFileManager": { - "path": "Files/File_1675109166452932_25952.mesh" - } - }, - "1675109166453504:26110": { - "IResourceController": { - "public": { - "path": "Meshes/Car/Pipe.mesh", - "hash": "684cee6ca2dadf286d101b15fb003567" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452803_25822.json b/lenses/physics-objects/Entities/1675109166452803_25822.json deleted file mode 100644 index ae208245..00000000 --- a/lenses/physics-objects/Entities/1675109166452803_25822.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452803:25822": { - "IResourceController": { - "name": "3D Text", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645492161288605:4043429", - "fileId": "1675109166452934:25953", - "originalId": "1675109166452935:25954", - "publicId": "1675109166453504:26111", - "expected_hash": "f57ee1dca1acd47b8350bbd09ea2638b" - }, - "IResourceManager": { - "uid": "1645492161288605:4043429", - "name": "Files/File_1675109166452934_25953", - "flags": 1 - } - }, - "1675109166452934:25953": { - "IFileManager": { - "path": "Files/File_1675109166452934_25953" - } - }, - "1675109166452935:25954": { - "IFileManager": { - "path": "Files/File_1675109166452935_25954.lsmat" - } - }, - "1675109166453504:26111": { - "IResourceController": { - "public": { - "path": "Materials/3D Text.lsmat", - "hash": "f6232485608c34f916d279163e817e53" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452803_25823.json b/lenses/physics-objects/Entities/1675109166452803_25823.json deleted file mode 100644 index bf818234..00000000 --- a/lenses/physics-objects/Entities/1675109166452803_25823.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452803:25823": { - "IResourceController": { - "name": "Toon Tree Green", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645496731684770:5504037", - "fileId": "1675109166452936:25955", - "originalId": "1675109166452937:25956", - "publicId": "1675109166453505:26112", - "expected_hash": "2d1fb894cf0339835a352b6989a522f9" - }, - "IResourceManager": { - "uid": "1645496731684770:5504037", - "name": "Files/File_1675109166452936_25955", - "flags": 1 - } - }, - "1675109166452936:25955": { - "IFileManager": { - "path": "Files/File_1675109166452936_25955" - } - }, - "1675109166452937:25956": { - "IFileManager": { - "path": "Files/File_1675109166452937_25956.lsmat" - } - }, - "1675109166453505:26112": { - "IResourceController": { - "public": { - "path": "Materials/Toon Tree Green.lsmat", - "hash": "7b88602d11df55bea94c980e92b7cab3" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452804_25824.json b/lenses/physics-objects/Entities/1675109166452804_25824.json deleted file mode 100644 index ccd4d3de..00000000 --- a/lenses/physics-objects/Entities/1675109166452804_25824.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1675109166452804:25824": { - "IResourceController": { - "name": "ObjectsLayout", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645502923063901:88847", - "fileId": "1675109166452938:25957", - "publicId": "1675109166453505:26113", - "expected_hash": "704e02bffb74926d03fc3a54863cfcc0" - }, - "IResourceManager": { - "uid": "1645502923063901:88847", - "name": "Files/File_1675109166452938_25957.js", - "flags": 1 - } - }, - "1675109166452938:25957": { - "IFileManager": { - "path": "Files/File_1675109166452938_25957.js" - } - }, - "1675109166453505:26113": { - "IResourceController": { - "public": { - "path": "Scripts/ObjectsLayout.js", - "hash": "704e02bffb74926d03fc3a54863cfcc0" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452804_25825.json b/lenses/physics-objects/Entities/1675109166452804_25825.json deleted file mode 100644 index b89b5690..00000000 --- a/lenses/physics-objects/Entities/1675109166452804_25825.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452804:25825": { - "IResourceController": { - "name": "Physics Back Camera World Settings [EDIT_ME]", - "type": 36, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645656071855775:1396362" - }, - "IResourceManager": { - "uid": "1645656071855775:1396362", - "name": "PhysicsWorldSettings Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452804_25826.json b/lenses/physics-objects/Entities/1675109166452804_25826.json deleted file mode 100644 index 8baab141..00000000 --- a/lenses/physics-objects/Entities/1675109166452804_25826.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452804:25826": { - "IResourceController": { - "name": "Screen Texture", - "type": 1, - "subtype": 16, - "dependency": 0, - "hidden": false, - "uid": "1645656485496597:1745610" - }, - "IResourceManager": { - "uid": "1645656485496597:1745610", - "name": "Screen Texture", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452804_25827.json b/lenses/physics-objects/Entities/1675109166452804_25827.json deleted file mode 100644 index d8719f33..00000000 --- a/lenses/physics-objects/Entities/1675109166452804_25827.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645770574260751:5668984": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "203172", - "compressedSize": "152091", - "extension": "mesh", - "originalRAM": "203172", - "originalSize": "152091", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452941:25959" - } - }, - "1675109166452804:25827": { - "IResourceController": { - "name": "Floor", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645770574260751:5668984", - "fileId": "1675109166452939:25958", - "publicId": "1675109166453506:26115", - "expected_hash": "ad7676713f67f4487a2947a7811d8039", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645770574260751:5668984", - "name": "Files/File_1675109166452939_25958.mesh", - "flags": 1 - } - }, - "1675109166452939:25958": { - "IFileManager": { - "path": "Files/File_1675109166452939_25958.mesh" - } - }, - "1675109166452941:25959": { - "IFileManager": { - "path": "Files/File_1675109166452941_25959.mesh" - } - }, - "1675109166453506:26115": { - "IResourceController": { - "public": { - "path": "Meshes/Road/Floor.mesh", - "hash": "ad7676713f67f4487a2947a7811d8039" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452805_25828.json b/lenses/physics-objects/Entities/1675109166452805_25828.json deleted file mode 100644 index bd54d854..00000000 --- a/lenses/physics-objects/Entities/1675109166452805_25828.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645770574320238:5669003": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1224", - "compressedSize": "792", - "extension": "mesh", - "originalRAM": "1224", - "originalSize": "792", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452943:25961" - } - }, - "1675109166452805:25828": { - "IResourceController": { - "name": "Cube", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645770574320238:5669003", - "fileId": "1675109166452942:25960", - "publicId": "1675109166453506:26116", - "expected_hash": "420c53733673f3a6b9554497b75d6f27", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645770574320238:5669003", - "name": "Files/File_1675109166452942_25960.mesh", - "flags": 1 - } - }, - "1675109166452942:25960": { - "IFileManager": { - "path": "Files/File_1675109166452942_25960.mesh" - } - }, - "1675109166452943:25961": { - "IFileManager": { - "path": "Files/File_1675109166452943_25961.mesh" - } - }, - "1675109166453506:26116": { - "IResourceController": { - "public": { - "path": "Meshes/Road/Cube.mesh", - "hash": "420c53733673f3a6b9554497b75d6f27" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452805_25829.json b/lenses/physics-objects/Entities/1675109166452805_25829.json deleted file mode 100644 index 75df4113..00000000 --- a/lenses/physics-objects/Entities/1675109166452805_25829.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645770574370389:5669022": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1224", - "compressedSize": "790", - "extension": "mesh", - "originalRAM": "1224", - "originalSize": "790", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452946:25963" - } - }, - "1675109166452805:25829": { - "IResourceController": { - "name": "Cube 1", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645770574370389:5669022", - "fileId": "1675109166452944:25962", - "publicId": "1675109166453506:26117", - "expected_hash": "af8d8e4ff3d7350e3363cb2556f6a4a9", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645770574370389:5669022", - "name": "Files/File_1675109166452944_25962.mesh", - "flags": 1 - } - }, - "1675109166452944:25962": { - "IFileManager": { - "path": "Files/File_1675109166452944_25962.mesh" - } - }, - "1675109166452946:25963": { - "IFileManager": { - "path": "Files/File_1675109166452946_25963.mesh" - } - }, - "1675109166453506:26117": { - "IResourceController": { - "public": { - "path": "Meshes/Road/Cube 1.mesh", - "hash": "af8d8e4ff3d7350e3363cb2556f6a4a9" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452805_25830.json b/lenses/physics-objects/Entities/1675109166452805_25830.json deleted file mode 100644 index f9a4909f..00000000 --- a/lenses/physics-objects/Entities/1675109166452805_25830.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645770574710870:5669163": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1224", - "compressedSize": "795", - "extension": "mesh", - "originalRAM": "1224", - "originalSize": "795", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452948:25965" - } - }, - "1675109166452805:25830": { - "IResourceController": { - "name": "Cube 2", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645770574710870:5669163", - "fileId": "1675109166452947:25964", - "publicId": "1675109166453507:26118", - "expected_hash": "e54fd84c4b1decb991e3ccc32ec51c4f", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645770574710870:5669163", - "name": "Files/File_1675109166452947_25964.mesh", - "flags": 1 - } - }, - "1675109166452947:25964": { - "IFileManager": { - "path": "Files/File_1675109166452947_25964.mesh" - } - }, - "1675109166452948:25965": { - "IFileManager": { - "path": "Files/File_1675109166452948_25965.mesh" - } - }, - "1675109166453507:26118": { - "IResourceController": { - "public": { - "path": "Meshes/Road/Cube 2.mesh", - "hash": "e54fd84c4b1decb991e3ccc32ec51c4f" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452805_25831.json b/lenses/physics-objects/Entities/1675109166452805_25831.json deleted file mode 100644 index 039ef1ee..00000000 --- a/lenses/physics-objects/Entities/1675109166452805_25831.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645770575435897:5669399": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1224", - "compressedSize": "793", - "extension": "mesh", - "originalRAM": "1224", - "originalSize": "793", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452951:25967" - } - }, - "1675109166452805:25831": { - "IResourceController": { - "name": "Cube 3", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645770575435897:5669399", - "fileId": "1675109166452949:25966", - "publicId": "1675109166453507:26119", - "expected_hash": "1f7d3b0aded9a41c914e1687787ca60c", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645770575435897:5669399", - "name": "Files/File_1675109166452949_25966.mesh", - "flags": 1 - } - }, - "1675109166452949:25966": { - "IFileManager": { - "path": "Files/File_1675109166452949_25966.mesh" - } - }, - "1675109166452951:25967": { - "IFileManager": { - "path": "Files/File_1675109166452951_25967.mesh" - } - }, - "1675109166453507:26119": { - "IResourceController": { - "public": { - "path": "Meshes/Road/Cube 3.mesh", - "hash": "1f7d3b0aded9a41c914e1687787ca60c" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452805_25832.json b/lenses/physics-objects/Entities/1675109166452805_25832.json deleted file mode 100644 index 83e48baf..00000000 --- a/lenses/physics-objects/Entities/1675109166452805_25832.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645770575495780:5669418": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1224", - "compressedSize": "793", - "extension": "mesh", - "originalRAM": "1224", - "originalSize": "793", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452953:25969" - } - }, - "1675109166452805:25832": { - "IResourceController": { - "name": "Cube 4", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645770575495780:5669418", - "fileId": "1675109166452952:25968", - "publicId": "1675109166453508:26120", - "expected_hash": "ec7025db3e826d4622be7b2448b8b736", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645770575495780:5669418", - "name": "Files/File_1675109166452952_25968.mesh", - "flags": 1 - } - }, - "1675109166452952:25968": { - "IFileManager": { - "path": "Files/File_1675109166452952_25968.mesh" - } - }, - "1675109166452953:25969": { - "IFileManager": { - "path": "Files/File_1675109166452953_25969.mesh" - } - }, - "1675109166453508:26120": { - "IResourceController": { - "public": { - "path": "Meshes/Road/Cube 4.mesh", - "hash": "ec7025db3e826d4622be7b2448b8b736" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452805_25833.json b/lenses/physics-objects/Entities/1675109166452805_25833.json deleted file mode 100644 index 6a7a9f6d..00000000 --- a/lenses/physics-objects/Entities/1675109166452805_25833.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645770575854077:5669548": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1224", - "compressedSize": "793", - "extension": "mesh", - "originalRAM": "1224", - "originalSize": "793", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452955:25971" - } - }, - "1675109166452805:25833": { - "IResourceController": { - "name": "Cube 5", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645770575854077:5669548", - "fileId": "1675109166452954:25970", - "publicId": "1675109166453508:26121", - "expected_hash": "513fdcf977807cffaa72e3fce447c653", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645770575854077:5669548", - "name": "Files/File_1675109166452954_25970.mesh", - "flags": 1 - } - }, - "1675109166452954:25970": { - "IFileManager": { - "path": "Files/File_1675109166452954_25970.mesh" - } - }, - "1675109166452955:25971": { - "IFileManager": { - "path": "Files/File_1675109166452955_25971.mesh" - } - }, - "1675109166453508:26121": { - "IResourceController": { - "public": { - "path": "Meshes/Road/Cube 5.mesh", - "hash": "513fdcf977807cffaa72e3fce447c653" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452806_25834.json b/lenses/physics-objects/Entities/1675109166452806_25834.json deleted file mode 100644 index 4e998124..00000000 --- a/lenses/physics-objects/Entities/1675109166452806_25834.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645770576230110:5669682": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "1224", - "compressedSize": "796", - "extension": "mesh", - "originalRAM": "1224", - "originalSize": "796", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452958:25973" - } - }, - "1675109166452806:25834": { - "IResourceController": { - "name": "Cube 6", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645770576230110:5669682", - "fileId": "1675109166452956:25972", - "publicId": "1675109166453508:26122", - "expected_hash": "2947bc5e9e44196a07058d5c2b125fcb", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645770576230110:5669682", - "name": "Files/File_1675109166452956_25972.mesh", - "flags": 1 - } - }, - "1675109166452956:25972": { - "IFileManager": { - "path": "Files/File_1675109166452956_25972.mesh" - } - }, - "1675109166452958:25973": { - "IFileManager": { - "path": "Files/File_1675109166452958_25973.mesh" - } - }, - "1675109166453508:26122": { - "IResourceController": { - "public": { - "path": "Meshes/Road/Cube 6.mesh", - "hash": "2947bc5e9e44196a07058d5c2b125fcb" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452806_25835.json b/lenses/physics-objects/Entities/1675109166452806_25835.json deleted file mode 100644 index 095e837e..00000000 --- a/lenses/physics-objects/Entities/1675109166452806_25835.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452806:25835": { - "IResourceController": { - "name": "Baseball Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645773961804881:7628264" - }, - "IResourceManager": { - "uid": "1645773961804881:7628264", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452806_25836.json b/lenses/physics-objects/Entities/1675109166452806_25836.json deleted file mode 100644 index 5279af47..00000000 --- a/lenses/physics-objects/Entities/1675109166452806_25836.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "1675109166452806:25836": { - "IResourceManager": { - "uid": "1645775422053769:10034378", - "name": "Front Camera Example", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452806_25837.json b/lenses/physics-objects/Entities/1675109166452806_25837.json deleted file mode 100644 index 4651aa5c..00000000 --- a/lenses/physics-objects/Entities/1675109166452806_25837.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452806:25837": { - "IResourceController": { - "name": "Gift Box Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645775468587491:10393250" - }, - "IResourceManager": { - "uid": "1645775468587491:10393250", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452806_25838.json b/lenses/physics-objects/Entities/1675109166452806_25838.json deleted file mode 100644 index 3efb0cb2..00000000 --- a/lenses/physics-objects/Entities/1675109166452806_25838.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "1675109166452806:25838": { - "IResourceController": { - "name": "ball_01_lambert1_base", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1645812457079604:1066742", - "fileId": "1675109166452959:25974", - "originalId": "1675109166452960:25975", - "publicId": "1675109166453510:26125", - "expected_hash": "4917a0e0b3f69e47f319164ddc680e18", - "additional": { - "originHash": "4917a0e0b3f69e47f319164ddc680e18" - } - }, - "IResourceManager": { - "uid": "1645812457079604:1066742", - "name": "Files/File6780.jpg", - "flags": 1 - } - }, - "1675109166452959:25974": { - "IFileManager": { - "path": "Files/File_1675109166452959_25974.pvr" - } - }, - "1675109166452960:25975": { - "IFileManager": { - "path": "Files/File_1675109166452960_25975.pvr" - } - }, - "1675109166453510:26125": { - "IResourceController": { - "public": { - "path": "Textures/ball_01_lambert1_base.pvr", - "hash": "4917a0e0b3f69e47f319164ddc680e18" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452806_25839.json b/lenses/physics-objects/Entities/1675109166452806_25839.json deleted file mode 100644 index 52aa852c..00000000 --- a/lenses/physics-objects/Entities/1675109166452806_25839.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "1675109166452806:25839": { - "IResourceController": { - "name": "ball_01_lambert1_materialParams", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1645812457159993:1066766", - "fileId": "1675109166452961:25976", - "originalId": "1675109166452962:25977", - "publicId": "1675109166453510:26126", - "expected_hash": "452d43057f69ef303913fc1087bb7342", - "additional": { - "originHash": "452d43057f69ef303913fc1087bb7342" - } - }, - "IResourceManager": { - "uid": "1645812457159993:1066766", - "name": "Files/File6782.jpg", - "flags": 1 - } - }, - "1675109166452961:25976": { - "IFileManager": { - "path": "Files/File_1675109166452961_25976.pvr" - } - }, - "1675109166452962:25977": { - "IFileManager": { - "path": "Files/File_1675109166452962_25977.pvr" - } - }, - "1675109166453510:26126": { - "IResourceController": { - "public": { - "path": "Textures/ball_01_lambert1_materialParams.pvr", - "hash": "452d43057f69ef303913fc1087bb7342" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452806_25840.json b/lenses/physics-objects/Entities/1675109166452806_25840.json deleted file mode 100644 index e581a534..00000000 --- a/lenses/physics-objects/Entities/1675109166452806_25840.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "1675109166452806:25840": { - "IResourceController": { - "name": "ball_01_lambert1_normal", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1645812457242619:1066782", - "fileId": "1675109166452964:25978", - "originalId": "1675109166452965:25979", - "publicId": "1675109166453511:26127", - "expected_hash": "48ff44c8a860fd645604332435e38614", - "additional": { - "originHash": "48ff44c8a860fd645604332435e38614" - } - }, - "IResourceManager": { - "uid": "1645812457242619:1066782", - "name": "Files/File6784.jpg", - "flags": 1 - } - }, - "1675109166452964:25978": { - "IFileManager": { - "path": "Files/File_1675109166452964_25978.pvr" - } - }, - "1675109166452965:25979": { - "IFileManager": { - "path": "Files/File_1675109166452965_25979.pvr" - } - }, - "1675109166453511:26127": { - "IResourceController": { - "public": { - "path": "Textures/ball_01_lambert1_normal.pvr", - "hash": "48ff44c8a860fd645604332435e38614" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452807_25841.json b/lenses/physics-objects/Entities/1675109166452807_25841.json deleted file mode 100644 index 6c253170..00000000 --- a/lenses/physics-objects/Entities/1675109166452807_25841.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645812485222696:1104984": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "121344", - "compressedSize": "45119", - "extension": "mesh", - "originalRAM": "121344", - "originalSize": "45119", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452967:25981" - } - }, - "1675109166452807:25841": { - "IResourceController": { - "name": "temp_box_bt", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645812485222696:1104984", - "fileId": "1675109166452966:25980", - "publicId": "1675109166453509:26123", - "expected_hash": "db1f615865abb95823acc229ab9703c8", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645812485222696:1104984", - "name": "Files/File_1675109166452966_25980.mesh", - "flags": 1 - } - }, - "1675109166452966:25980": { - "IFileManager": { - "path": "Files/File_1675109166452966_25980.mesh" - } - }, - "1675109166452967:25981": { - "IFileManager": { - "path": "Files/File_1675109166452967_25981.mesh" - } - }, - "1675109166453509:26123": { - "IResourceController": { - "public": { - "path": "Meshes/temp_box_bt.mesh", - "hash": "db1f615865abb95823acc229ab9703c8" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452807_25842.json b/lenses/physics-objects/Entities/1675109166452807_25842.json deleted file mode 100644 index 45edf1df..00000000 --- a/lenses/physics-objects/Entities/1675109166452807_25842.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "1645812485408914:1105015": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "253728", - "compressedSize": "99014", - "extension": "mesh", - "originalRAM": "253728", - "originalSize": "99014", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452970:25983" - } - }, - "1675109166452807:25842": { - "IResourceController": { - "name": "temp_box_top", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645812485408914:1105015", - "fileId": "1675109166452968:25982", - "publicId": "1675109166453509:26124", - "expected_hash": "7ea5c9af1a1e5cda845a20016613fc5b", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1645812485408914:1105015", - "name": "Files/File_1675109166452968_25982.mesh", - "flags": 1 - } - }, - "1675109166452968:25982": { - "IFileManager": { - "path": "Files/File_1675109166452968_25982.mesh" - } - }, - "1675109166452970:25983": { - "IFileManager": { - "path": "Files/File_1675109166452970_25983.mesh" - } - }, - "1675109166453509:26124": { - "IResourceController": { - "public": { - "path": "Meshes/temp_box_top.mesh", - "hash": "7ea5c9af1a1e5cda845a20016613fc5b" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452807_25843.json b/lenses/physics-objects/Entities/1675109166452807_25843.json deleted file mode 100644 index 9c04c973..00000000 --- a/lenses/physics-objects/Entities/1675109166452807_25843.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452807:25843": { - "IResourceController": { - "name": "Beach Ball Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645813695447928:3343474" - }, - "IResourceManager": { - "uid": "1645813695447928:3343474", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452807_25844.json b/lenses/physics-objects/Entities/1675109166452807_25844.json deleted file mode 100644 index aa8a790c..00000000 --- a/lenses/physics-objects/Entities/1675109166452807_25844.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452807:25844": { - "IResourceController": { - "name": "Ocean", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1645814441100829:3905800", - "fileId": "1675109166452971:25984", - "originalId": "1675109166452972:25985", - "publicId": "1675109166453511:26128", - "expected_hash": "f611cc7f0966015f51759890e7e5a4f4" - }, - "IResourceManager": { - "uid": "1645814441100829:3905800", - "name": "Files/File_1675109166452971_25984", - "flags": 1 - } - }, - "1675109166452971:25984": { - "IFileManager": { - "path": "Files/File_1675109166452971_25984" - } - }, - "1675109166452972:25985": { - "IFileManager": { - "path": "Files/File_1675109166452972_25985.lsmat" - } - }, - "1675109166453511:26128": { - "IResourceController": { - "public": { - "path": "Materials/Ocean.lsmat", - "hash": "08dd54a22a1d999df51bc171aadccdee" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452807_25845.json b/lenses/physics-objects/Entities/1675109166452807_25845.json deleted file mode 100644 index 39ef0677..00000000 --- a/lenses/physics-objects/Entities/1675109166452807_25845.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1675109166452807:25845": { - "IResourceController": { - "name": "Maze Floor Physics Matter [EDIT_ME]", - "type": 37, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1645832920184341:11273492" - }, - "IResourceManager": { - "uid": "1645832920184341:11273492", - "name": "PhysicsMatter Asset", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452807_25846.json b/lenses/physics-objects/Entities/1675109166452807_25846.json deleted file mode 100644 index adc7007a..00000000 --- a/lenses/physics-objects/Entities/1675109166452807_25846.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452807:25846": { - "IResourceController": { - "name": "Beach Ball", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1646165774412018:270716", - "fileId": "1675109166452974:25986", - "originalId": "1675109166452975:25987", - "publicId": "1675109166453512:26130", - "expected_hash": "c1387d3673d09be57cd485f2550bedc8" - }, - "IResourceManager": { - "uid": "1646165774412018:270716", - "name": "Files/File_1675109166452974_25986", - "flags": 1 - } - }, - "1675109166452974:25986": { - "IFileManager": { - "path": "Files/File_1675109166452974_25986" - } - }, - "1675109166452975:25987": { - "IFileManager": { - "path": "Files/File_1675109166452975_25987.lsmat" - } - }, - "1675109166453512:26130": { - "IResourceController": { - "public": { - "path": "Materials/Beach Ball.lsmat", - "hash": "34928a5f5d7cb8e656517b256f8d4ec4" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452807_25847.json b/lenses/physics-objects/Entities/1675109166452807_25847.json deleted file mode 100644 index 7ea4dc6a..00000000 --- a/lenses/physics-objects/Entities/1675109166452807_25847.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "1675109166452807:25847": { - "IResourceController": { - "name": "Normal", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1646165774579387:270818", - "fileId": "1675109166452976:25988", - "originalId": "1675109166452978:25989", - "publicId": "1675109166453512:26129", - "expected_hash": "8a0173d0b987e1abfebd4ef9e3304c0b", - "additional": { - "originHash": "8a0173d0b987e1abfebd4ef9e3304c0b" - } - }, - "IResourceManager": { - "uid": "1646165774579387:270818", - "name": "Files/File7375.jpg", - "flags": 1 - } - }, - "1675109166452976:25988": { - "IFileManager": { - "path": "Files/File_1675109166452976_25988.png" - } - }, - "1675109166452978:25989": { - "IFileManager": { - "path": "Files/File_1675109166452978_25989.png" - } - }, - "1675109166453512:26129": { - "IResourceController": { - "public": { - "path": "Textures/Normal.png", - "hash": "8a0173d0b987e1abfebd4ef9e3304c0b" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452808_25848.json b/lenses/physics-objects/Entities/1675109166452808_25848.json deleted file mode 100644 index bf926157..00000000 --- a/lenses/physics-objects/Entities/1675109166452808_25848.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452808:25848": { - "IResourceController": { - "name": "baseball", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1646165882010928:341172", - "fileId": "1675109166452979:25990", - "originalId": "1675109166452980:25991", - "publicId": "1675109166453513:26131", - "expected_hash": "e9a3009bf663da81c195b335058cebde" - }, - "IResourceManager": { - "uid": "1646165882010928:341172", - "name": "Files/File_1675109166452979_25990", - "flags": 1 - } - }, - "1675109166452979:25990": { - "IFileManager": { - "path": "Files/File_1675109166452979_25990" - } - }, - "1675109166452980:25991": { - "IFileManager": { - "path": "Files/File_1675109166452980_25991.lsmat" - } - }, - "1675109166453513:26131": { - "IResourceController": { - "public": { - "path": "Materials/baseball.lsmat", - "hash": "453a95e635278f974963cc3027110967" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452808_25849.json b/lenses/physics-objects/Entities/1675109166452808_25849.json deleted file mode 100644 index 8da458b1..00000000 --- a/lenses/physics-objects/Entities/1675109166452808_25849.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452808:25849": { - "IResourceController": { - "name": "Gift Box", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1646166097436734:566522", - "fileId": "1675109166452981:25992", - "originalId": "1675109166452983:25993", - "publicId": "1675109166453513:26132", - "expected_hash": "9d0219d39328b15f9f1e448805da8bb4" - }, - "IResourceManager": { - "uid": "1646166097436734:566522", - "name": "Files/File_1675109166452981_25992", - "flags": 1 - } - }, - "1675109166452981:25992": { - "IFileManager": { - "path": "Files/File_1675109166452981_25992" - } - }, - "1675109166452983:25993": { - "IFileManager": { - "path": "Files/File_1675109166452983_25993.lsmat" - } - }, - "1675109166453513:26132": { - "IResourceController": { - "public": { - "path": "Materials/Gift Box.lsmat", - "hash": "f670f9d0a817f5730b860e8bb97710ea" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452808_25850.json b/lenses/physics-objects/Entities/1675109166452808_25850.json deleted file mode 100644 index 22259d6b..00000000 --- a/lenses/physics-objects/Entities/1675109166452808_25850.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "1646688292475380:202560": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "111620", - "compressedSize": "31333", - "extension": "mesh", - "originalRAM": "111620", - "originalSize": "31333", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "boneData" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452985:25995" - } - }, - "1675109166452808:25850": { - "IResourceController": { - "name": "beach ball", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1646688292475380:202560", - "fileId": "1675109166452984:25994", - "publicId": "1675109166453514:26133", - "expected_hash": "571653920491baf1979856e4edea874c", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "boneData" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1646688292475380:202560", - "name": "Files/File_1675109166452984_25994.mesh", - "flags": 1 - } - }, - "1675109166452984:25994": { - "IFileManager": { - "path": "Files/File_1675109166452984_25994.mesh" - } - }, - "1675109166452985:25995": { - "IFileManager": { - "path": "Files/File_1675109166452985_25995.mesh" - } - }, - "1675109166453514:26133": { - "IResourceController": { - "public": { - "path": "Meshes/beach ball.mesh", - "hash": "571653920491baf1979856e4edea874c" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452808_25851.json b/lenses/physics-objects/Entities/1675109166452808_25851.json deleted file mode 100644 index 7d444675..00000000 --- a/lenses/physics-objects/Entities/1675109166452808_25851.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "1646688348717897:340211": { - "Compression::IController": { - "compressed_files": "", - "infos": { - "compressedRAM": "14176", - "compressedSize": "7975", - "extension": "mesh", - "originalRAM": "14176", - "originalSize": "7975", - "settings": { - "attributeFormat": "", - "draco": { - "colorBits": "8", - "compressLvl": "7", - "normalBits": "8", - "posBits": "11", - "texBits": "10" - }, - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "boneData" - } - ] - }, - "isCompressed": "false", - "type": "0" - } - }, - "uncompressed_file": "1675109166452988:25997" - } - }, - "1675109166452808:25851": { - "IResourceController": { - "name": "base ball", - "type": 3, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1646688348717897:340211", - "fileId": "1675109166452986:25996", - "publicId": "1675109166453514:26134", - "expected_hash": "889683d92c8441e7c2296ed1d9b02936", - "additional": { - "info": { - "hasBlendShapes": "false", - "vertexAttribs": [ - { - "canBeDisabled": "false", - "format": "9", - "semantic": "position" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "normal" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "tangent" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "texture0" - }, - { - "canBeDisabled": "true", - "format": "9", - "semantic": "boneData" - } - ] - } - } - }, - "IResourceManager": { - "uid": "1646688348717897:340211", - "name": "Files/File_1675109166452986_25996.mesh", - "flags": 1 - } - }, - "1675109166452986:25996": { - "IFileManager": { - "path": "Files/File_1675109166452986_25996.mesh" - } - }, - "1675109166452988:25997": { - "IFileManager": { - "path": "Files/File_1675109166452988_25997.mesh" - } - }, - "1675109166453514:26134": { - "IResourceController": { - "public": { - "path": "Meshes/base ball.mesh", - "hash": "889683d92c8441e7c2296ed1d9b02936" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452808_25852.json b/lenses/physics-objects/Entities/1675109166452808_25852.json deleted file mode 100644 index a669757d..00000000 --- a/lenses/physics-objects/Entities/1675109166452808_25852.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "1675109166452808:25852": { - "IResourceController": { - "name": "drag", - "type": 1, - "subtype": 5, - "dependency": 0, - "hidden": false, - "uid": "1646872644082793:680417", - "fileId": "1675109166452989:25998", - "originalId": "1675109166452990:25999", - "publicId": "1675109166453514:26135", - "expected_hash": "db704c27d0fc0e30e933683fe0d4cf8b", - "additional": { - "subtype": "5" - } - }, - "IResourceManager": { - "uid": "1646872644082793:680417", - "name": "Files/File_1675109166452989_25998", - "flags": 1 - } - }, - "1675109166452989:25998": { - "IFileManager": { - "path": "Files/File_1675109166452989_25998" - } - }, - "1675109166452990:25999": { - "IFileManager": { - "path": "Files/File_1675109166452990_25999" - } - }, - "1675109166453514:26135": { - "IResourceController": { - "public": { - "path": "Textures/drag", - "hash": "db704c27d0fc0e30e933683fe0d4cf8b", - "complexResourceHash": "f6297fc9b0cf2c8e88d7a8d00c2abf33" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452808_25853.json b/lenses/physics-objects/Entities/1675109166452808_25853.json deleted file mode 100644 index 9fd618e8..00000000 --- a/lenses/physics-objects/Entities/1675109166452808_25853.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "1675109166452808:25853": { - "IResourceController": { - "name": "tap", - "type": 1, - "subtype": 5, - "dependency": 0, - "hidden": false, - "uid": "1646872644360288:680600", - "fileId": "1675109166452992:26000", - "originalId": "1675109166452993:26001", - "publicId": "1675109166453515:26136", - "expected_hash": "b486c4160413b17c4dc8be5077e464e9", - "additional": { - "subtype": "5" - } - }, - "IResourceManager": { - "uid": "1646872644360288:680600", - "name": "Files/File_1675109166452992_26000", - "flags": 1 - } - }, - "1675109166452992:26000": { - "IFileManager": { - "path": "Files/File_1675109166452992_26000" - } - }, - "1675109166452993:26001": { - "IFileManager": { - "path": "Files/File_1675109166452993_26001" - } - }, - "1675109166453515:26136": { - "IResourceController": { - "public": { - "path": "Textures/tap", - "hash": "b486c4160413b17c4dc8be5077e464e9", - "complexResourceHash": "2952a88bcf60c2c4e6a47e54915d0e62" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452808_25854.json b/lenses/physics-objects/Entities/1675109166452808_25854.json deleted file mode 100644 index 0df92201..00000000 --- a/lenses/physics-objects/Entities/1675109166452808_25854.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "1675109166452808:25854": { - "IResourceController": { - "name": "touch", - "type": 1, - "subtype": 5, - "dependency": 0, - "hidden": false, - "uid": "1646873394980217:3043739", - "fileId": "1675109166452994:26002", - "originalId": "1675109166452995:26003", - "publicId": "1675109166453515:26137", - "expected_hash": "b486c4160413b17c4dc8be5077e464e9" - }, - "IResourceManager": { - "uid": "1646873394980217:3043739", - "name": "Files/File_1675109166452994_26002", - "flags": 1 - } - }, - "1675109166452994:26002": { - "IFileManager": { - "path": "Files/File_1675109166452994_26002" - } - }, - "1675109166452995:26003": { - "IFileManager": { - "path": "Files/File_1675109166452995_26003" - } - }, - "1675109166453515:26137": { - "IResourceController": { - "public": { - "path": "Textures/touch", - "hash": "b486c4160413b17c4dc8be5077e464e9", - "complexResourceHash": "2952a88bcf60c2c4e6a47e54915d0e62" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452808_25855.json b/lenses/physics-objects/Entities/1675109166452808_25855.json deleted file mode 100644 index 0b600f8d..00000000 --- a/lenses/physics-objects/Entities/1675109166452808_25855.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "1650575965846046:154561": { - "Compression::IController": { - "compressed_files": [ - { - "k": { - "settings_hash": "2049", - "uncompressed_hash": "c6d02b99591cf653f2f5db30cef3e77c" - }, - "v": "1675109166453026:26026" - } - ], - "infos": { - "compressedRAM": "131072", - "compressedSize": "7753", - "extension": "png", - "originalRAM": "1048576", - "originalSize": "15476", - "settings": { - "isCompressed": "true", - "level": "2", - "subtype": "9", - "type": "1" - } - }, - "uncompressed_file": "1675109166452999:26006" - } - }, - "1675109166452808:25855": { - "IResourceController": { - "name": "Wheel", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1650575965846046:154561", - "fileId": "1675109166452996:26004", - "originalId": "1675109166452998:26005", - "publicId": "1675109166453515:26138", - "expected_hash": "64894c6e3b5825694ecf1ef89ea07473", - "additional": { - "originHash": "c6d02b99591cf653f2f5db30cef3e77c" - } - }, - "IResourceManager": { - "uid": "1650575965846046:154561", - "name": "Files/File7560.jpg", - "flags": 1 - } - }, - "1675109166452996:26004": { - "IFileManager": { - "path": "Files/File_1675109166452996_26004.pvr" - } - }, - "1675109166452998:26005": { - "IFileManager": { - "path": "Files/File_1675109166452998_26005.png" - } - }, - "1675109166452999:26006": { - "IFileManager": { - "path": "Files/File_1675109166452999_26006.png" - } - }, - "1675109166453026:26026": { - "IFileManager": { - "path": "Files/File_1675109166453026_26026.pvr" - } - }, - "1675109166453515:26138": { - "IResourceController": { - "public": { - "path": "Textures/Wheel.png", - "hash": "c6d02b99591cf653f2f5db30cef3e77c" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452809_25856.json b/lenses/physics-objects/Entities/1675109166452809_25856.json deleted file mode 100644 index df3ac8d5..00000000 --- a/lenses/physics-objects/Entities/1675109166452809_25856.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "1650575966142688:154658": { - "Compression::IController": { - "compressed_files": [ - { - "k": { - "settings_hash": "3072", - "uncompressed_hash": "a1f6fbf2dae7448b56daea912625f52f" - }, - "v": "1675109166453025:26025" - } - ], - "infos": { - "compressedRAM": "4194304", - "compressedSize": "126403", - "extension": "jpg", - "originalRAM": "4194304", - "originalSize": "178303", - "settings": { - "isCompressed": "true", - "level": "3", - "subtype": "9", - "type": "0" - } - }, - "uncompressed_file": "1675109166453003:26009" - } - }, - "1675109166452809:25856": { - "IResourceController": { - "name": "gift_box_d", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1650575966142688:154658", - "fileId": "1675109166453000:26007", - "originalId": "1675109166453001:26008", - "publicId": "1675109166453515:26139", - "expected_hash": "f6bc68dfb22776654421b9b93856dffe", - "additional": { - "originHash": "a1f6fbf2dae7448b56daea912625f52f" - } - }, - "IResourceManager": { - "uid": "1650575966142688:154658", - "name": "Files/File_1675109166453000_26007.jpg", - "flags": 1 - } - }, - "1675109166453000:26007": { - "IFileManager": { - "path": "Files/File_1675109166453000_26007.jpg" - } - }, - "1675109166453001:26008": { - "IFileManager": { - "path": "Files/File_1675109166453001_26008.jpg" - } - }, - "1675109166453003:26009": { - "IFileManager": { - "path": "Files/File_1675109166453003_26009.jpg" - } - }, - "1675109166453025:26025": { - "IFileManager": { - "path": "Files/File_1675109166453025_26025.jpg" - } - }, - "1675109166453515:26139": { - "IResourceController": { - "public": { - "path": "Textures/gift_box_d.jpg", - "hash": "a1f6fbf2dae7448b56daea912625f52f" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452809_25857.json b/lenses/physics-objects/Entities/1675109166452809_25857.json deleted file mode 100644 index f05567bb..00000000 --- a/lenses/physics-objects/Entities/1675109166452809_25857.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "1650575966958921:154803": { - "Compression::IController": { - "compressed_files": [ - { - "k": { - "settings_hash": "2049", - "uncompressed_hash": "0053f12d5004e11b51267c662f47c71f" - }, - "v": "1675109166453027:26027" - } - ], - "infos": { - "compressedRAM": "700928", - "compressedSize": "5391", - "extension": "png", - "originalRAM": "5597952", - "originalSize": "3167", - "settings": { - "isCompressed": "true", - "level": "2", - "subtype": "9", - "type": "1" - } - }, - "uncompressed_file": "1675109166453007:26012" - } - }, - "1675109166452809:25857": { - "IResourceController": { - "name": "Car", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1650575966958921:154803", - "fileId": "1675109166453005:26010", - "originalId": "1675109166453006:26011", - "publicId": "1675109166453516:26140", - "expected_hash": "f7c2260711fe4d987e48d7ec2b7b086e", - "additional": { - "originHash": "0053f12d5004e11b51267c662f47c71f" - } - }, - "IResourceManager": { - "uid": "1650575966958921:154803", - "name": "Files/File7566.jpg", - "flags": 1 - } - }, - "1675109166453005:26010": { - "IFileManager": { - "path": "Files/File_1675109166453005_26010.pvr" - } - }, - "1675109166453006:26011": { - "IFileManager": { - "path": "Files/File_1675109166453006_26011.png" - } - }, - "1675109166453007:26012": { - "IFileManager": { - "path": "Files/File_1675109166453007_26012.png" - } - }, - "1675109166453027:26027": { - "IFileManager": { - "path": "Files/File_1675109166453027_26027.pvr" - } - }, - "1675109166453516:26140": { - "IResourceController": { - "public": { - "path": "Textures/Car.png", - "hash": "0053f12d5004e11b51267c662f47c71f" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452809_25858.json b/lenses/physics-objects/Entities/1675109166452809_25858.json deleted file mode 100644 index f4e53ec1..00000000 --- a/lenses/physics-objects/Entities/1675109166452809_25858.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "1650575968307798:155401": { - "Compression::IController": { - "compressed_files": [ - { - "k": { - "settings_hash": "2049", - "uncompressed_hash": "d57574571079c303bce4b019cf73f779" - }, - "v": "1675109166453029:26028" - } - ], - "infos": { - "compressedRAM": "32768", - "compressedSize": "5291", - "extension": "png", - "originalRAM": "262144", - "originalSize": "9864", - "settings": { - "isCompressed": "true", - "level": "2", - "subtype": "9", - "type": "1" - } - }, - "uncompressed_file": "1675109166453012:26015" - } - }, - "1675109166452809:25858": { - "IResourceController": { - "name": "ball_baseball_color", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1650575968307798:155401", - "fileId": "1675109166453009:26013", - "originalId": "1675109166453011:26014", - "publicId": "1675109166453516:26141", - "expected_hash": "111b1e4ff7224cea6e67717bc1298ce0", - "additional": { - "originHash": "d57574571079c303bce4b019cf73f779" - } - }, - "IResourceManager": { - "uid": "1650575968307798:155401", - "name": "Files/File7569.jpg", - "flags": 1 - } - }, - "1675109166453009:26013": { - "IFileManager": { - "path": "Files/File_1675109166453009_26013.pvr" - } - }, - "1675109166453011:26014": { - "IFileManager": { - "path": "Files/File_1675109166453011_26014.png" - } - }, - "1675109166453012:26015": { - "IFileManager": { - "path": "Files/File_1675109166453012_26015.png" - } - }, - "1675109166453029:26028": { - "IFileManager": { - "path": "Files/File_1675109166453029_26028.pvr" - } - }, - "1675109166453516:26141": { - "IResourceController": { - "public": { - "path": "Textures/ball_baseball_color.png", - "hash": "d57574571079c303bce4b019cf73f779" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452809_25859.json b/lenses/physics-objects/Entities/1675109166452809_25859.json deleted file mode 100644 index 9b49eb3d..00000000 --- a/lenses/physics-objects/Entities/1675109166452809_25859.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "1650575968724265:155479": { - "Compression::IController": { - "compressed_files": [ - { - "k": { - "settings_hash": "2049", - "uncompressed_hash": "cce42fcfc39edd1744c35f8b2aeedd61" - }, - "v": "1675109166453030:26029" - } - ], - "infos": { - "compressedRAM": "524288", - "compressedSize": "25945", - "extension": "png", - "originalRAM": "4194304", - "originalSize": "60783", - "settings": { - "isCompressed": "true", - "level": "2", - "subtype": "9", - "type": "1" - } - }, - "uncompressed_file": "1675109166453016:26018" - } - }, - "1675109166452809:25859": { - "IResourceController": { - "name": "Cone", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1650575968724265:155479", - "fileId": "1675109166453013:26016", - "originalId": "1675109166453014:26017", - "publicId": "1675109166453516:26142", - "expected_hash": "2a5318378b055c65908c96c6d288dcb1", - "additional": { - "originHash": "cce42fcfc39edd1744c35f8b2aeedd61" - } - }, - "IResourceManager": { - "uid": "1650575968724265:155479", - "name": "Files/File7572.jpg", - "flags": 1 - } - }, - "1675109166453013:26016": { - "IFileManager": { - "path": "Files/File_1675109166453013_26016.pvr" - } - }, - "1675109166453014:26017": { - "IFileManager": { - "path": "Files/File_1675109166453014_26017.png" - } - }, - "1675109166453016:26018": { - "IFileManager": { - "path": "Files/File_1675109166453016_26018.png" - } - }, - "1675109166453030:26029": { - "IFileManager": { - "path": "Files/File_1675109166453030_26029.pvr" - } - }, - "1675109166453516:26142": { - "IResourceController": { - "public": { - "path": "Textures/Cone.png", - "hash": "cce42fcfc39edd1744c35f8b2aeedd61" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452809_25860.json b/lenses/physics-objects/Entities/1675109166452809_25860.json deleted file mode 100644 index e62a5be1..00000000 --- a/lenses/physics-objects/Entities/1675109166452809_25860.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "1650575968933229:155532": { - "Compression::IController": { - "compressed_files": [ - { - "k": { - "settings_hash": "2049", - "uncompressed_hash": "4845936dd9b59bc061735ffc6eb883d0" - }, - "v": "1675109166453032:26031" - } - ], - "infos": { - "compressedRAM": "524288", - "compressedSize": "3030", - "extension": "png", - "originalRAM": "4194304", - "originalSize": "627", - "settings": { - "isCompressed": "true", - "level": "2", - "subtype": "9", - "type": "1" - } - }, - "uncompressed_file": "1675109166453020:26021" - } - }, - "1675109166452809:25860": { - "IResourceController": { - "name": "Road", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1650575968933229:155532", - "fileId": "1675109166453017:26019", - "originalId": "1675109166453018:26020", - "publicId": "1675109166453517:26143", - "expected_hash": "56684c80634d00c36401cea1c3f2022d", - "additional": { - "originHash": "4845936dd9b59bc061735ffc6eb883d0" - } - }, - "IResourceManager": { - "uid": "1650575968933229:155532", - "name": "Files/File7575.jpg", - "flags": 1 - } - }, - "1675109166453017:26019": { - "IFileManager": { - "path": "Files/File_1675109166453017_26019.pvr" - } - }, - "1675109166453018:26020": { - "IFileManager": { - "path": "Files/File_1675109166453018_26020.png" - } - }, - "1675109166453020:26021": { - "IFileManager": { - "path": "Files/File_1675109166453020_26021.png" - } - }, - "1675109166453032:26031": { - "IFileManager": { - "path": "Files/File_1675109166453032_26031.pvr" - } - }, - "1675109166453517:26143": { - "IResourceController": { - "public": { - "path": "Textures/Road.png", - "hash": "4845936dd9b59bc061735ffc6eb883d0" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452809_25861.json b/lenses/physics-objects/Entities/1675109166452809_25861.json deleted file mode 100644 index 8bc10d69..00000000 --- a/lenses/physics-objects/Entities/1675109166452809_25861.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "1650575969295116:155610": { - "Compression::IController": { - "compressed_files": [ - { - "k": { - "settings_hash": "2049", - "uncompressed_hash": "26b5600591ba238fbcf5109847db6d02" - }, - "v": "1675109166453031:26030" - } - ], - "infos": { - "compressedRAM": "131072", - "compressedSize": "42335", - "extension": "png", - "originalRAM": "1048576", - "originalSize": "49509", - "settings": { - "isCompressed": "true", - "level": "2", - "subtype": "9", - "type": "1" - } - }, - "uncompressed_file": "1675109166453023:26024" - } - }, - "1675109166452809:25861": { - "IResourceController": { - "name": "ground_grid", - "type": 1, - "subtype": 9, - "dependency": 0, - "hidden": false, - "uid": "1650575969295116:155610", - "fileId": "1675109166453021:26022", - "originalId": "1675109166453022:26023", - "publicId": "1675109166453517:26144", - "expected_hash": "f5b0699973a8d5e875d1028d5eab5c19", - "additional": { - "originHash": "26b5600591ba238fbcf5109847db6d02" - } - }, - "IResourceManager": { - "uid": "1650575969295116:155610", - "name": "Files/File7578.jpg", - "flags": 1 - } - }, - "1675109166453021:26022": { - "IFileManager": { - "path": "Files/File_1675109166453021_26022.pvr" - } - }, - "1675109166453022:26023": { - "IFileManager": { - "path": "Files/File_1675109166453022_26023.png" - } - }, - "1675109166453023:26024": { - "IFileManager": { - "path": "Files/File_1675109166453023_26024.png" - } - }, - "1675109166453031:26030": { - "IFileManager": { - "path": "Files/File_1675109166453031_26030.pvr" - } - }, - "1675109166453517:26144": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Textures/ground_grid.png", - "hash": "26b5600591ba238fbcf5109847db6d02" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452809_25862.json b/lenses/physics-objects/Entities/1675109166452809_25862.json deleted file mode 100644 index 4bc76a83..00000000 --- a/lenses/physics-objects/Entities/1675109166452809_25862.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452809:25862": { - "IResourceController": { - "name": "touch_collision", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1650577261841234:560016", - "fileId": "1675109166453034:26032", - "originalId": "1675109166453035:26033", - "publicId": "1675109166453517:26145", - "expected_hash": "812178773495c3886c061cd9afb3835a" - }, - "IResourceManager": { - "uid": "1650577261841234:560016", - "name": "Files/File_1675109166453034_26032", - "flags": 1 - } - }, - "1675109166453034:26032": { - "IFileManager": { - "path": "Files/File_1675109166453034_26032" - } - }, - "1675109166453035:26033": { - "IFileManager": { - "path": "Files/File_1675109166453035_26033.lsmat" - } - }, - "1675109166453517:26145": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Materials/touch_collision.lsmat", - "hash": "b0770313be6b6c36cdc249867b649e5e" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452810_25863.json b/lenses/physics-objects/Entities/1675109166452810_25863.json deleted file mode 100644 index 6926d383..00000000 --- a/lenses/physics-objects/Entities/1675109166452810_25863.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452810:25863": { - "IResourceController": { - "name": "string_color_1", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1650577322529944:756040", - "fileId": "1675109166453036:26034", - "originalId": "1675109166453038:26035", - "publicId": "1675109166453518:26146", - "expected_hash": "8c03fb5bbb57222281b513a501bf07d9" - }, - "IResourceManager": { - "uid": "1650577322529944:756040", - "name": "Files/File_1675109166453036_26034", - "flags": 1 - } - }, - "1675109166453036:26034": { - "IFileManager": { - "path": "Files/File_1675109166453036_26034" - } - }, - "1675109166453038:26035": { - "IFileManager": { - "path": "Files/File_1675109166453038_26035.lsmat" - } - }, - "1675109166453518:26146": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Materials/string_color_1.lsmat", - "hash": "3fd7614ee1b408903eafb6b92c664bde" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452810_25864.json b/lenses/physics-objects/Entities/1675109166452810_25864.json deleted file mode 100644 index ee59f012..00000000 --- a/lenses/physics-objects/Entities/1675109166452810_25864.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452810:25864": { - "IResourceController": { - "name": "string_color_2", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1650577375676940:875849", - "fileId": "1675109166453039:26036", - "originalId": "1675109166453041:26037", - "publicId": "1675109166453518:26147", - "expected_hash": "8c03fb5bbb57222281b513a501bf07d9" - }, - "IResourceManager": { - "uid": "1650577375676940:875849", - "name": "Files/File_1675109166453039_26036", - "flags": 1 - } - }, - "1675109166453039:26036": { - "IFileManager": { - "path": "Files/File_1675109166453039_26036" - } - }, - "1675109166453041:26037": { - "IFileManager": { - "path": "Files/File_1675109166453041_26037.lsmat" - } - }, - "1675109166453518:26147": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Materials/string_color_2.lsmat", - "hash": "2ccd9128b82cd2fec5525e7b9ba0afdb" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452810_25865.json b/lenses/physics-objects/Entities/1675109166452810_25865.json deleted file mode 100644 index 46f609df..00000000 --- a/lenses/physics-objects/Entities/1675109166452810_25865.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452810:25865": { - "IResourceController": { - "name": "string_color_3", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1650577427520928:1221532", - "fileId": "1675109166453042:26038", - "originalId": "1675109166453044:26039", - "publicId": "1675109166453518:26148", - "expected_hash": "8c03fb5bbb57222281b513a501bf07d9" - }, - "IResourceManager": { - "uid": "1650577427520928:1221532", - "name": "Files/File_1675109166453042_26038", - "flags": 1 - } - }, - "1675109166453042:26038": { - "IFileManager": { - "path": "Files/File_1675109166453042_26038" - } - }, - "1675109166453044:26039": { - "IFileManager": { - "path": "Files/File_1675109166453044_26039.lsmat" - } - }, - "1675109166453518:26148": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Materials/string_color_3.lsmat", - "hash": "f1f203ebcbf48c1831dd16193375e4d5" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452810_25866.json b/lenses/physics-objects/Entities/1675109166452810_25866.json deleted file mode 100644 index 254182cf..00000000 --- a/lenses/physics-objects/Entities/1675109166452810_25866.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452810:25866": { - "IResourceController": { - "name": "balloon_1", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1650577465055768:1377033", - "fileId": "1675109166453045:26040", - "originalId": "1675109166453046:26041", - "publicId": "1675109166453519:26149", - "expected_hash": "20b1cc517e0f437fc77ac6eddb92a826" - }, - "IResourceManager": { - "uid": "1650577465055768:1377033", - "name": "Files/File_1675109166453045_26040", - "flags": 1 - } - }, - "1675109166453045:26040": { - "IFileManager": { - "path": "Files/File_1675109166453045_26040" - } - }, - "1675109166453046:26041": { - "IFileManager": { - "path": "Files/File_1675109166453046_26041.lsmat" - } - }, - "1675109166453519:26149": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Materials/balloon_1.lsmat", - "hash": "2aa2d6a0cbcb2dda106085799f84715e" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452810_25867.json b/lenses/physics-objects/Entities/1675109166452810_25867.json deleted file mode 100644 index 9dfe9a4a..00000000 --- a/lenses/physics-objects/Entities/1675109166452810_25867.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452810:25867": { - "IResourceController": { - "name": "balloon_2", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1650577543666604:1500300", - "fileId": "1675109166453048:26042", - "originalId": "1675109166453049:26043", - "publicId": "1675109166453519:26150", - "expected_hash": "20b1cc517e0f437fc77ac6eddb92a826" - }, - "IResourceManager": { - "uid": "1650577543666604:1500300", - "name": "Files/File_1675109166453048_26042", - "flags": 1 - } - }, - "1675109166453048:26042": { - "IFileManager": { - "path": "Files/File_1675109166453048_26042" - } - }, - "1675109166453049:26043": { - "IFileManager": { - "path": "Files/File_1675109166453049_26043.lsmat" - } - }, - "1675109166453519:26150": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Materials/balloon_2.lsmat", - "hash": "7771aabf16188ad15f135525d9c503fe" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166452810_25868.json b/lenses/physics-objects/Entities/1675109166452810_25868.json deleted file mode 100644 index f3753ee4..00000000 --- a/lenses/physics-objects/Entities/1675109166452810_25868.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "1675109166452810:25868": { - "IResourceController": { - "name": "balloon_3", - "type": 2, - "subtype": 1, - "dependency": 0, - "hidden": false, - "uid": "1650577557148104:1539979", - "fileId": "1675109166453050:26044", - "originalId": "1675109166453052:26045", - "publicId": "1675109166453519:26151", - "expected_hash": "20b1cc517e0f437fc77ac6eddb92a826" - }, - "IResourceManager": { - "uid": "1650577557148104:1539979", - "name": "Files/File_1675109166453050_26044", - "flags": 1 - } - }, - "1675109166453050:26044": { - "IFileManager": { - "path": "Files/File_1675109166453050_26044" - } - }, - "1675109166453052:26045": { - "IFileManager": { - "path": "Files/File_1675109166453052_26045.lsmat" - } - }, - "1675109166453519:26151": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Materials/balloon_3.lsmat", - "hash": "f09a3b4976b5235ff6c3b00b4bdb25e5" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453890_27119.json b/lenses/physics-objects/Entities/1675109166453890_27119.json deleted file mode 100644 index a38e72df..00000000 --- a/lenses/physics-objects/Entities/1675109166453890_27119.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "1675109166453481:26050": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Textures" - } - } - }, - "1675109166453890:27119": { - "IResourceController": { - "name": "Textures", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453481:26050", - "resources": [ - "1675109166452809:25861" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453892_27120.json b/lenses/physics-objects/Entities/1675109166453892_27120.json deleted file mode 100644 index 3193cfdb..00000000 --- a/lenses/physics-objects/Entities/1675109166453892_27120.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "1675109166453481:26051": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Scripts" - } - } - }, - "1675109166453892:27120": { - "IResourceController": { - "name": "Scripts", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453481:26051", - "resources": [ - "1675109166452793:25771" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453908_27121.json b/lenses/physics-objects/Entities/1675109166453908_27121.json deleted file mode 100644 index aa433a55..00000000 --- a/lenses/physics-objects/Entities/1675109166453908_27121.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "1675109166453482:26053": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Meshes" - } - } - }, - "1675109166453908:27121": { - "IResourceController": { - "name": "Meshes", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453482:26053", - "resources": [ - "1675109166452794:25772", - "1675109166452794:25773" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453911_27122.json b/lenses/physics-objects/Entities/1675109166453911_27122.json deleted file mode 100644 index ee401de5..00000000 --- a/lenses/physics-objects/Entities/1675109166453911_27122.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "1675109166453484:26056": { - "IResourceController": { - "public": { - "path": "WorldObjectController/Materials" - } - } - }, - "1675109166453911:27122": { - "IResourceController": { - "name": "Materials", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453484:26056", - "resources": [ - "1675109166452794:25774", - "1675109166452794:25775", - "1675109166452809:25862" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453911_27123.json b/lenses/physics-objects/Entities/1675109166453911_27123.json deleted file mode 100644 index f69492b7..00000000 --- a/lenses/physics-objects/Entities/1675109166453911_27123.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "1675109166453481:26049": { - "IResourceController": { - "public": { - "path": "WorldObjectController" - } - } - }, - "1675109166453911:27123": { - "IResourceController": { - "name": "WorldObjectController", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453481:26049", - "resources": [ - "1675109166453890:27119", - "1675109166453892:27120", - "1675109166453908:27121", - "1675109166453911:27122" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453922_27124.json b/lenses/physics-objects/Entities/1675109166453922_27124.json deleted file mode 100644 index 0ac17b55..00000000 --- a/lenses/physics-objects/Entities/1675109166453922_27124.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "1675109166453485:26059": { - "IResourceController": { - "public": { - "path": "Materials" - } - } - }, - "1675109166453922:27124": { - "IResourceController": { - "name": "Materials", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453485:26059", - "resources": [ - "1675109166452793:25770", - "1675109166452795:25779", - "1675109166452799:25798", - "1675109166452799:25799", - "1675109166452799:25800", - "1675109166452799:25801", - "1675109166452797:25787", - "1675109166452799:25803", - "1675109166452800:25804", - "1675109166452800:25805", - "1675109166452800:25806", - "1675109166452800:25807", - "1675109166452800:25808", - "1675109166452803:25823", - "1675109166452803:25822", - "1675109166452807:25844", - "1675109166452807:25846", - "1675109166452808:25849", - "1675109166452808:25848" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453927_27125.json b/lenses/physics-objects/Entities/1675109166453927_27125.json deleted file mode 100644 index 9fd2f7f2..00000000 --- a/lenses/physics-objects/Entities/1675109166453927_27125.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "1675109166453494:26081": { - "IResourceController": { - "public": { - "path": "Scripts/Tween/TweenTypes" - } - } - }, - "1675109166453927:27125": { - "IResourceController": { - "name": "TweenTypes", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453494:26081", - "resources": [ - "1675109166452798:25793", - "1675109166452798:25794" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453928_27126.json b/lenses/physics-objects/Entities/1675109166453928_27126.json deleted file mode 100644 index ba8ef8db..00000000 --- a/lenses/physics-objects/Entities/1675109166453928_27126.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "1675109166453493:26080": { - "IResourceController": { - "public": { - "path": "Scripts/Tween" - } - } - }, - "1675109166453928:27126": { - "IResourceController": { - "name": "Tween", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453493:26080", - "resources": [ - "1675109166453927:27125", - "1675109166452798:25795", - "1675109166452798:25796" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453929_27127.json b/lenses/physics-objects/Entities/1675109166453929_27127.json deleted file mode 100644 index f2f87ef3..00000000 --- a/lenses/physics-objects/Entities/1675109166453929_27127.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "1675109166453486:26061": { - "IResourceController": { - "public": { - "path": "Scripts" - } - } - }, - "1675109166453929:27127": { - "IResourceController": { - "name": "Scripts", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453486:26061", - "resources": [ - "1675109166452793:25769", - "1675109166452795:25776", - "1675109166452799:25802", - "1675109166452796:25783", - "1675109166452797:25786", - "1675109166453928:27126", - "1675109166452804:25824", - "1684156305007834:2212173" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453946_27128.json b/lenses/physics-objects/Entities/1675109166453946_27128.json deleted file mode 100644 index 913cd6d2..00000000 --- a/lenses/physics-objects/Entities/1675109166453946_27128.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "1675109166453488:26067": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Textures" - } - } - }, - "1675109166453946:27128": { - "IResourceController": { - "name": "Textures", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453488:26067", - "resources": [ - "1675109166452796:25780" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453949_27129.json b/lenses/physics-objects/Entities/1675109166453949_27129.json deleted file mode 100644 index e62d2ca2..00000000 --- a/lenses/physics-objects/Entities/1675109166453949_27129.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "1675109166453489:26069": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Materials" - } - } - }, - "1675109166453949:27129": { - "IResourceController": { - "name": "Materials", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453489:26069", - "resources": [ - "1675109166452810:25863", - "1675109166452810:25864", - "1675109166452810:25865", - "1675109166452810:25866", - "1675109166452810:25867", - "1675109166452810:25868" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453962_27130.json b/lenses/physics-objects/Entities/1675109166453962_27130.json deleted file mode 100644 index 7c21a433..00000000 --- a/lenses/physics-objects/Entities/1675109166453962_27130.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "1675109166453489:26070": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources/Meshes" - } - } - }, - "1675109166453962:27130": { - "IResourceController": { - "name": "Meshes", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453489:26070", - "resources": [ - "1675109166452796:25781", - "1675109166452796:25782" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166453962_27131.json b/lenses/physics-objects/Entities/1675109166453962_27131.json deleted file mode 100644 index e5c62a39..00000000 --- a/lenses/physics-objects/Entities/1675109166453962_27131.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "1675109166453487:26066": { - "IResourceController": { - "public": { - "path": "Meshes/Balloons Pack Resources" - } - } - }, - "1675109166453962:27131": { - "IResourceController": { - "name": "Balloons Pack Resources", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453487:26066", - "resources": [ - "1675109166453946:27128", - "1675109166453949:27129", - "1675109166453962:27130" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454006_27132.json b/lenses/physics-objects/Entities/1675109166454006_27132.json deleted file mode 100644 index dcdbcc18..00000000 --- a/lenses/physics-objects/Entities/1675109166454006_27132.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "1675109166453501:26101": { - "IResourceController": { - "public": { - "path": "Meshes/Car" - } - } - }, - "1675109166454006:27132": { - "IResourceController": { - "name": "Car", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453501:26101", - "resources": [ - "1675109166452802:25813", - "1675109166452802:25814", - "1675109166452802:25815", - "1675109166452802:25816", - "1675109166452802:25817", - "1675109166452802:25818", - "1675109166452803:25819", - "1675109166452803:25820", - "1675109166452803:25821" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454043_27133.json b/lenses/physics-objects/Entities/1675109166454043_27133.json deleted file mode 100644 index 519bf34c..00000000 --- a/lenses/physics-objects/Entities/1675109166454043_27133.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "1675109166453506:26114": { - "IResourceController": { - "public": { - "path": "Meshes/Road" - } - } - }, - "1675109166454043:27133": { - "IResourceController": { - "name": "Road", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453506:26114", - "resources": [ - "1675109166452804:25827", - "1675109166452805:25828", - "1675109166452805:25829", - "1675109166452805:25830", - "1675109166452805:25831", - "1675109166452805:25832", - "1675109166452805:25833", - "1675109166452806:25834" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454064_27134.json b/lenses/physics-objects/Entities/1675109166454064_27134.json deleted file mode 100644 index 5370cb7c..00000000 --- a/lenses/physics-objects/Entities/1675109166454064_27134.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "1675109166453486:26062": { - "IResourceController": { - "public": { - "path": "Meshes" - } - } - }, - "1675109166454064:27134": { - "IResourceController": { - "name": "Meshes", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453486:26062", - "resources": [ - "1675109166452797:25788", - "1675109166452798:25791", - "1675109166452798:25792", - "1675109166453962:27131", - "1675109166452801:25812", - "1675109166454006:27132", - "1675109166454043:27133", - "1675109166452807:25841", - "1675109166452807:25842", - "1675109166452808:25850", - "1675109166452808:25851" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454067_27135.json b/lenses/physics-objects/Entities/1675109166454067_27135.json deleted file mode 100644 index 6643353c..00000000 --- a/lenses/physics-objects/Entities/1675109166454067_27135.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "1675109166452835:25873": { - "IFileManager": { - "path": "Files/File_1675109166452835_25873.hdr" - } - }, - "1675109166453479:26046": { - "IResourceController": { - "public": { - "path": "Textures/Echopark.hdr", - "hash": "0cf0e87a54f33218fcf92a12d7f0ede2" - } - } - }, - "1675109166454067:27135": { - "IResourceController": { - "name": "Echopark", - "type": 9, - "subtype": -1, - "dependency": 2, - "hidden": false, - "fileId": "1675109166452835:25873", - "publicId": "1675109166453479:26046", - "expected_hash": "0cf0e87a54f33218fcf92a12d7f0ede2", - "resources": [ - "1675109166452791:25765", - "1675109166452792:25766" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454084_27136.json b/lenses/physics-objects/Entities/1675109166454084_27136.json deleted file mode 100644 index 88a025d7..00000000 --- a/lenses/physics-objects/Entities/1675109166454084_27136.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "1675109166453486:26063": { - "IResourceController": { - "public": { - "path": "Textures" - } - } - }, - "1675109166454084:27136": { - "IResourceController": { - "name": "Textures", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453486:26063", - "resources": [ - "1675109166452790:25763", - "1675109166454067:27135", - "1675109166452797:25789", - "1675109166452797:25790", - "1675109166452791:25764", - "1675109166452804:25826", - "1675109166452806:25838", - "1675109166452806:25839", - "1675109166452806:25840", - "1675109166452807:25847", - "1675109166452808:25852", - "1675109166452808:25853", - "1675109166452808:25854", - "1675109166452808:25855", - "1675109166452809:25856", - "1675109166452809:25857", - "1675109166452809:25858", - "1675109166452809:25859", - "1675109166452809:25860" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454088_27137.json b/lenses/physics-objects/Entities/1675109166454088_27137.json deleted file mode 100644 index 3793475a..00000000 --- a/lenses/physics-objects/Entities/1675109166454088_27137.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "1675109166453497:26091": { - "IResourceController": { - "public": { - "path": "Physics World Settings" - } - } - }, - "1675109166454088:27137": { - "IResourceController": { - "name": "Physics World Settings", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453497:26091", - "resources": [ - "1675109166452797:25785", - "1675109166452792:25767", - "1675109166452801:25810", - "1675109166452804:25825" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454094_27138.json b/lenses/physics-objects/Entities/1675109166454094_27138.json deleted file mode 100644 index 6e029389..00000000 --- a/lenses/physics-objects/Entities/1675109166454094_27138.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "1675109166453485:26060": { - "IResourceController": { - "public": { - "path": "Physics Matters" - } - } - }, - "1675109166454094:27138": { - "IResourceController": { - "name": "Physics Matters", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453485:26060", - "resources": [ - "1675109166452792:25768", - "1675109166452795:25778", - "1675109166452796:25784", - "1675109166452798:25797", - "1675109166452801:25811", - "1675109166452795:25777", - "1675109166452806:25835", - "1675109166452806:25837", - "1675109166452807:25843", - "1675109166452807:25845" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454095_27139.json b/lenses/physics-objects/Entities/1675109166454095_27139.json deleted file mode 100644 index 60ca4225..00000000 --- a/lenses/physics-objects/Entities/1675109166454095_27139.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "1675109166453500:26099": { - "IResourceController": { - "public": { - "path": "Fonts" - } - } - }, - "1675109166454095:27139": { - "IResourceController": { - "name": "Fonts", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "publicId": "1675109166453500:26099", - "resources": [ - "1675109166452801:25809" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1675109166454095_27140.json b/lenses/physics-objects/Entities/1675109166454095_27140.json deleted file mode 100644 index dda4d599..00000000 --- a/lenses/physics-objects/Entities/1675109166454095_27140.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "1675109166454095:27140": { - "IResourceController": { - "name": "Project Resources Root", - "type": 0, - "subtype": -1, - "dependency": 0, - "hidden": false, - "resources": [ - "1675109166453911:27123", - "1675109166453922:27124", - "1675109166453929:27127", - "1675109166454064:27134", - "1675109166454084:27136", - "1675109166454088:27137", - "1675109166454094:27138", - "1675109166454095:27139", - "1684155990188733:1586616", - "1684155990194922:1586620", - "1684155990201272:1586628" - ] - } - } -} diff --git a/lenses/physics-objects/Entities/1684155990188733_1586616.json b/lenses/physics-objects/Entities/1684155990188733_1586616.json deleted file mode 100644 index c403dd42..00000000 --- a/lenses/physics-objects/Entities/1684155990188733_1586616.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "1684155990188733:1586616": { - "IResourceController": { - "name": "Unity SDK - Generic API", - "type": 27, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1684155990188720:1586615" - }, - "IResourceManager": { - "uid": "1684155990188720:1586615", - "name": "", - "flags": 0 - } - } -} diff --git a/lenses/physics-objects/Entities/1684155990194922_1586620.json b/lenses/physics-objects/Entities/1684155990194922_1586620.json deleted file mode 100644 index b92bdac8..00000000 --- a/lenses/physics-objects/Entities/1684155990194922_1586620.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1684155990192886:1586619": { - "IFileManager": { - "path": "Files/File_1684155990192886_1586619.js" - } - }, - "1684155990194922:1586620": { - "IResourceController": { - "name": "Unity SDK - Generic API API Module", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1684155990194963:1586621", - "fileId": "1684155990192886:1586619", - "publicId": "1684155990196397:1586626", - "expected_hash": "15cc9e98b2caeef1a8bb7dbf4c09c468" - }, - "IResourceManager": { - "uid": "1684155990194963:1586621", - "name": "Files/File_1684155990192886_1586619.js", - "flags": 1 - } - }, - "1684155990196397:1586626": { - "IResourceController": { - "public": { - "path": "Unity SDK - Generic API API Module.js", - "hash": "15cc9e98b2caeef1a8bb7dbf4c09c468" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1684155990201272_1586628.json b/lenses/physics-objects/Entities/1684155990201272_1586628.json deleted file mode 100644 index ba1a0b89..00000000 --- a/lenses/physics-objects/Entities/1684155990201272_1586628.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1684155990199358:1586627": { - "IFileManager": { - "path": "Files/File_1684155990199358_1586627.js" - } - }, - "1684155990201272:1586628": { - "IResourceController": { - "name": "Unity SDK - Generic API API", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1684155990201281:1586629", - "fileId": "1684155990199358:1586627", - "publicId": "1684155990202195:1586634", - "expected_hash": "20a791ef7f6d0581e238c0520328bd3d" - }, - "IResourceManager": { - "uid": "1684155990201281:1586629", - "name": "Files/File_1684155990199358_1586627.js", - "flags": 1 - } - }, - "1684155990202195:1586634": { - "IResourceController": { - "public": { - "path": "Unity SDK - Generic API API.js", - "hash": "20a791ef7f6d0581e238c0520328bd3d" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1684155990203538_1586635.json b/lenses/physics-objects/Entities/1684155990203538_1586635.json deleted file mode 100644 index 59f5ce0a..00000000 --- a/lenses/physics-objects/Entities/1684155990203538_1586635.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1684155990203538:1586635": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Entities/1684156305007834_2212173.json b/lenses/physics-objects/Entities/1684156305007834_2212173.json deleted file mode 100644 index 44082c27..00000000 --- a/lenses/physics-objects/Entities/1684156305007834_2212173.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "1684156305005333:2212168": { - "IFileManager": { - "path": "Files/File_1684156305005333_2212168.js" - } - }, - "1684156305007834:2212173": { - "IResourceController": { - "name": "RequestUnityState", - "type": 4, - "subtype": 0, - "dependency": 0, - "hidden": false, - "uid": "1684156305007845:2212174", - "fileId": "1684156305005333:2212168", - "publicId": "1684156305008650:2212181", - "expected_hash": "22e1e7a5f036d6bb71982bedb59b8830" - }, - "IResourceManager": { - "uid": "1684156305007845:2212174", - "name": "Files/File_1684156305005333_2212168.js", - "flags": 1 - } - }, - "1684156305008650:2212181": { - "IResourceController": { - "public": { - "path": "Scripts/RequestUnityState.js", - "hash": "22e1e7a5f036d6bb71982bedb59b8830" - } - } - } -} diff --git a/lenses/physics-objects/Entities/1684156318179397_2322512.json b/lenses/physics-objects/Entities/1684156318179397_2322512.json deleted file mode 100644 index 1eca6650..00000000 --- a/lenses/physics-objects/Entities/1684156318179397_2322512.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1684156318179397:2322512": { - "RenderOrderComponent": true - } -} diff --git a/lenses/physics-objects/Public/Fonts/folder.lock b/lenses/physics-objects/Public/Fonts/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Fonts/jellee_roman.ttf b/lenses/physics-objects/Public/Fonts/jellee_roman.ttf deleted file mode 100644 index 6b4a8596..00000000 --- a/lenses/physics-objects/Public/Fonts/jellee_roman.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a94cbfb131cd07bdecddda6a4632573193c61c043856d6917277439e0ef9254d -size 46052 diff --git a/lenses/physics-objects/Public/Materials/3D Text.lsmat b/lenses/physics-objects/Public/Materials/3D Text.lsmat deleted file mode 100644 index 4906dcaf..00000000 --- a/lenses/physics-objects/Public/Materials/3D Text.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce14256d7228f3303b9edd0ecbaf2af20bf13df55a153d77a4c96b79408adb4 -size 60882 diff --git a/lenses/physics-objects/Public/Materials/Beach Ball.lsmat b/lenses/physics-objects/Public/Materials/Beach Ball.lsmat deleted file mode 100644 index 02ea8e31..00000000 --- a/lenses/physics-objects/Public/Materials/Beach Ball.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db830cbd2ea07ed31e390377ec080f44067570d38db62f893ae3710150fb494d -size 221489 diff --git a/lenses/physics-objects/Public/Materials/Car Black.lsmat b/lenses/physics-objects/Public/Materials/Car Black.lsmat deleted file mode 100644 index d1aa4dd0..00000000 --- a/lenses/physics-objects/Public/Materials/Car Black.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bd424824a5133e5596fb1d79ea77f1d7335c77930f9c46bb5d44fdb327a6d99 -size 183170 diff --git a/lenses/physics-objects/Public/Materials/Car Body.lsmat b/lenses/physics-objects/Public/Materials/Car Body.lsmat deleted file mode 100644 index 7e97b870..00000000 --- a/lenses/physics-objects/Public/Materials/Car Body.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c380469e5fb59ed43a3b6fe8c0cddec357833a509e85e8859cedfaae9113c8aa -size 186354 diff --git a/lenses/physics-objects/Public/Materials/Gift Box.lsmat b/lenses/physics-objects/Public/Materials/Gift Box.lsmat deleted file mode 100644 index d3a58034..00000000 --- a/lenses/physics-objects/Public/Materials/Gift Box.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d15843217985451f789c55c4dde6c5c86bef2f5f02612cce82ac29e6cf7d56e -size 245390 diff --git a/lenses/physics-objects/Public/Materials/Occluder.lsmat b/lenses/physics-objects/Public/Materials/Occluder.lsmat deleted file mode 100644 index a1ddaca7..00000000 --- a/lenses/physics-objects/Public/Materials/Occluder.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d106f4f2131cac04b184865a43fb43bbbbced7e6ff94692bdf4f9b8242a40ed6 -size 32274 diff --git a/lenses/physics-objects/Public/Materials/Ocean.lsmat b/lenses/physics-objects/Public/Materials/Ocean.lsmat deleted file mode 100644 index 6de8947d..00000000 --- a/lenses/physics-objects/Public/Materials/Ocean.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c6cc660aeea003b8e84a45d8e78659aa04f07c6824fb0913578da766bfd5078 -size 69317 diff --git a/lenses/physics-objects/Public/Materials/Toon Body.lsmat b/lenses/physics-objects/Public/Materials/Toon Body.lsmat deleted file mode 100644 index 1292ac35..00000000 --- a/lenses/physics-objects/Public/Materials/Toon Body.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4812b0c04cea7c78d0f15f2f780af1449f2cea6eb6b315febde5cbd89cd91ad -size 47450 diff --git a/lenses/physics-objects/Public/Materials/Toon Road.lsmat b/lenses/physics-objects/Public/Materials/Toon Road.lsmat deleted file mode 100644 index 831ddd44..00000000 --- a/lenses/physics-objects/Public/Materials/Toon Road.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57990f21cdfefa1e792f085a88b2393dfef226e6e02a53a45e2baea8d78e804d -size 48444 diff --git a/lenses/physics-objects/Public/Materials/Toon Tree Green.lsmat b/lenses/physics-objects/Public/Materials/Toon Tree Green.lsmat deleted file mode 100644 index 441b318c..00000000 --- a/lenses/physics-objects/Public/Materials/Toon Tree Green.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fda73266722be43d8642e51fe4a01335b65b2c94b8956518f56e3b4fd8536010 -size 73159 diff --git a/lenses/physics-objects/Public/Materials/Toon Tree Trunk.lsmat b/lenses/physics-objects/Public/Materials/Toon Tree Trunk.lsmat deleted file mode 100644 index 3e0194bd..00000000 --- a/lenses/physics-objects/Public/Materials/Toon Tree Trunk.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af86116c3754a98c5552d5e225f34d1c1ee398a2b727c67f478e8e58ea06f97b -size 47227 diff --git a/lenses/physics-objects/Public/Materials/Traffic Cone.lsmat b/lenses/physics-objects/Public/Materials/Traffic Cone.lsmat deleted file mode 100644 index 9df8713b..00000000 --- a/lenses/physics-objects/Public/Materials/Traffic Cone.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f05c5b147eecaab63894324e04b81b5e6b9599dc93ddc22f65cdf51aa51f0ff -size 108839 diff --git a/lenses/physics-objects/Public/Materials/Wall Back.lsmat b/lenses/physics-objects/Public/Materials/Wall Back.lsmat deleted file mode 100644 index a61b76e7..00000000 --- a/lenses/physics-objects/Public/Materials/Wall Back.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0f1d0afa1639134cb1669fa63520bd175055c90d6b89f09ac96d99a74fdd3e3 -size 32692 diff --git a/lenses/physics-objects/Public/Materials/Wall Font.lsmat b/lenses/physics-objects/Public/Materials/Wall Font.lsmat deleted file mode 100644 index 25c53054..00000000 --- a/lenses/physics-objects/Public/Materials/Wall Font.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38f7c3483697eb74c18c7a374174d6773df6acf4d379faa188db9aa0028c1214 -size 32689 diff --git a/lenses/physics-objects/Public/Materials/Wall Left.lsmat b/lenses/physics-objects/Public/Materials/Wall Left.lsmat deleted file mode 100644 index 37429469..00000000 --- a/lenses/physics-objects/Public/Materials/Wall Left.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b40722b65eb099811955401d4f392d53c27ba965fafae548dc9397232fe6c60 -size 32692 diff --git a/lenses/physics-objects/Public/Materials/Wall Right.lsmat b/lenses/physics-objects/Public/Materials/Wall Right.lsmat deleted file mode 100644 index 4932424c..00000000 --- a/lenses/physics-objects/Public/Materials/Wall Right.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00548480a4cd46e52732162384231742ca99bc259231f8a14b3508208206adc3 -size 32692 diff --git a/lenses/physics-objects/Public/Materials/Wheel.lsmat b/lenses/physics-objects/Public/Materials/Wheel.lsmat deleted file mode 100644 index 93130f99..00000000 --- a/lenses/physics-objects/Public/Materials/Wheel.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eb51edfb1df88efbd625bfa75de8ca8036fa017dee80fe56b03f87657b22148 -size 63441 diff --git a/lenses/physics-objects/Public/Materials/Wood Road.lsmat b/lenses/physics-objects/Public/Materials/Wood Road.lsmat deleted file mode 100644 index 4e1c7dac..00000000 --- a/lenses/physics-objects/Public/Materials/Wood Road.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d037238d6f3679c4b1f37b3d1f74e259fa02ebb731db321c02b406422d1089a -size 84946 diff --git a/lenses/physics-objects/Public/Materials/baseball.lsmat b/lenses/physics-objects/Public/Materials/baseball.lsmat deleted file mode 100644 index 77722e30..00000000 --- a/lenses/physics-objects/Public/Materials/baseball.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be2cd011c61ac6ce6265a6c550aa633525c3b508d40d344057227d33f52d55f3 -size 126718 diff --git a/lenses/physics-objects/Public/Materials/folder.lock b/lenses/physics-objects/Public/Materials/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_1.lsmat b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_1.lsmat deleted file mode 100644 index 9cd583fc..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_1.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1cfe0ca8b28f6ac76f8daeb44c741a6e66e5b685204e37f44eb0e41abc455f0 -size 183309 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_2.lsmat b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_2.lsmat deleted file mode 100644 index 8af87067..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_2.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df3e0fb0d61419c6adbba4db23b5e8d6d1cbff18f74ca412d39d35bb6ad17db6 -size 183308 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_3.lsmat b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_3.lsmat deleted file mode 100644 index bf4eda29..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/balloon_3.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5fbabdf8f8ab5280e78835a1fbe0fd5e5e7b6834e649bae4f7cca5c58d7448f -size 183316 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/folder.lock b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_1.lsmat b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_1.lsmat deleted file mode 100644 index ca74022a..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_1.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01be74612bbce694fe3b4bfba557788d9f696e866183c08ae471c65040cf4188 -size 116963 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_2.lsmat b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_2.lsmat deleted file mode 100644 index 973c077b..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_2.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4cbc64e2e5e3cc023a177ab22e247cfb78dd2efe6ea4fe70234dc48cfc5f8dc -size 116961 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_3.lsmat b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_3.lsmat deleted file mode 100644 index 80d59bb7..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Materials/string_color_3.lsmat +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ef3edf5a7ab932380eb158571fb7d3e7e0286aabebe9008afd81bd02b4f65fe -size 116962 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Meshes/balloon.mesh b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Meshes/balloon.mesh deleted file mode 100644 index 218d246f..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Meshes/balloon.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d2df342317eb8a3f80f4eca82db0f73df511a3eb1c6a2b7bdad0ce8e665fde -size 55500 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Meshes/folder.lock b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Meshes/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Meshes/string_2.mesh b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Meshes/string_2.mesh deleted file mode 100644 index 544abd93..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Meshes/string_2.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0d34420afdb0dadf5b45f791231b58810b7bdc98fb60912c3218ab900c8dff0 -size 55500 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Textures/folder.lock b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Textures/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Textures/white.png b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Textures/white.png deleted file mode 100644 index d5884cb6..00000000 --- a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/Textures/white.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e0010c800de0a0aa1d7beeae2ad3d9b5b4e8bff0aa9927d6766dd66323d6628 -size 83 diff --git a/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/folder.lock b/lenses/physics-objects/Public/Meshes/Balloons Pack Resources/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Meshes/Box.mesh b/lenses/physics-objects/Public/Meshes/Box.mesh deleted file mode 100644 index 89babbaa..00000000 --- a/lenses/physics-objects/Public/Meshes/Box.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91c3670a1a0c5a1ced8b1fa452373319ed85a52567d6d1ffe0ea48b18bde2a55 -size 2550 diff --git a/lenses/physics-objects/Public/Meshes/Car/Arm.mesh b/lenses/physics-objects/Public/Meshes/Car/Arm.mesh deleted file mode 100644 index 80553121..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Arm.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad8fa520693651547b4c7323878859d7c3c38dc132b3d3a0041fbd5f6cd6ac82 -size 11352 diff --git a/lenses/physics-objects/Public/Meshes/Car/Bearing.mesh b/lenses/physics-objects/Public/Meshes/Car/Bearing.mesh deleted file mode 100644 index f6130a09..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Bearing.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50fed5f78e63a2d97f99401d87943960cf55881f4b73cb87be82ef23d48c6917 -size 11352 diff --git a/lenses/physics-objects/Public/Meshes/Car/Body.mesh b/lenses/physics-objects/Public/Meshes/Car/Body.mesh deleted file mode 100644 index f8a4b0e0..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Body.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1a0fe500efe53375c33c290ffb631544d85c1ec47f132d2983ce6d88b2e3a2b -size 37848 diff --git a/lenses/physics-objects/Public/Meshes/Car/Car Body.mesh b/lenses/physics-objects/Public/Meshes/Car/Car Body.mesh deleted file mode 100644 index d3f62afd..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Car Body.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df0f88311adc3543fb714ab56fe569ec2cc39486bd48ffa32de4c89cb09f747c -size 38934 diff --git a/lenses/physics-objects/Public/Meshes/Car/Head.mesh b/lenses/physics-objects/Public/Meshes/Car/Head.mesh deleted file mode 100644 index e7dda350..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Head.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bab5113cab1349d7d0a126f748dec692ff2dd18b86c47cc97351ae2f8dcde592 -size 127800 diff --git a/lenses/physics-objects/Public/Meshes/Car/Pipe.mesh b/lenses/physics-objects/Public/Meshes/Car/Pipe.mesh deleted file mode 100644 index 95384b6f..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Pipe.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62b52b1034d982277f4b3a45778e30b0e15deeda4f2dfc2793fd2c62534ff0d0 -size 21480 diff --git a/lenses/physics-objects/Public/Meshes/Car/Seat.mesh b/lenses/physics-objects/Public/Meshes/Car/Seat.mesh deleted file mode 100644 index f1f60055..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Seat.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:212d258267a74d80c2f332dc05c9d164e08a2bdbea3f781f62639729157eb718 -size 5316 diff --git a/lenses/physics-objects/Public/Meshes/Car/Wheel.mesh b/lenses/physics-objects/Public/Meshes/Car/Wheel.mesh deleted file mode 100644 index 9d16cf60..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Wheel.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:888f5919f6d5ad0d76e4c81b8c82b994eff8bda12b9cfa53b7f646a1273e6648 -size 11352 diff --git a/lenses/physics-objects/Public/Meshes/Car/Wind Shield.mesh b/lenses/physics-objects/Public/Meshes/Car/Wind Shield.mesh deleted file mode 100644 index cf416503..00000000 --- a/lenses/physics-objects/Public/Meshes/Car/Wind Shield.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fea4a50cabea5a4a1e45ba03661b767ea08f613be72889e2d98c1bbbc42ef488 -size 3648 diff --git a/lenses/physics-objects/Public/Meshes/Car/folder.lock b/lenses/physics-objects/Public/Meshes/Car/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Meshes/Road/Cube 1.mesh b/lenses/physics-objects/Public/Meshes/Road/Cube 1.mesh deleted file mode 100644 index 36faf277..00000000 --- a/lenses/physics-objects/Public/Meshes/Road/Cube 1.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f12bef9e8a59ca9aefb6054868f654848a68eb2151a0938408c829d376e47932 -size 2352 diff --git a/lenses/physics-objects/Public/Meshes/Road/Cube 2.mesh b/lenses/physics-objects/Public/Meshes/Road/Cube 2.mesh deleted file mode 100644 index db2b7680..00000000 --- a/lenses/physics-objects/Public/Meshes/Road/Cube 2.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14ec55b8f69a8f71d453d09a51f43bc5d2bbcc487baa6e04368a3bb6181e5908 -size 2352 diff --git a/lenses/physics-objects/Public/Meshes/Road/Cube 3.mesh b/lenses/physics-objects/Public/Meshes/Road/Cube 3.mesh deleted file mode 100644 index 26b8428c..00000000 --- a/lenses/physics-objects/Public/Meshes/Road/Cube 3.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0e6199437d7121b6b5096176917405619583d6c6a49886616d394d09d699366 -size 2352 diff --git a/lenses/physics-objects/Public/Meshes/Road/Cube 4.mesh b/lenses/physics-objects/Public/Meshes/Road/Cube 4.mesh deleted file mode 100644 index 6c6648ec..00000000 --- a/lenses/physics-objects/Public/Meshes/Road/Cube 4.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9392ea65934efbee015544707f492329fa7afe1975c70298fc90c5429611ea9c -size 2352 diff --git a/lenses/physics-objects/Public/Meshes/Road/Cube 5.mesh b/lenses/physics-objects/Public/Meshes/Road/Cube 5.mesh deleted file mode 100644 index 7f9d6887..00000000 --- a/lenses/physics-objects/Public/Meshes/Road/Cube 5.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c4e171a8986ee983871ab8d603ea68bce22e9a33bf65b9fcabfa7f9c9e4c1c -size 2352 diff --git a/lenses/physics-objects/Public/Meshes/Road/Cube 6.mesh b/lenses/physics-objects/Public/Meshes/Road/Cube 6.mesh deleted file mode 100644 index 709274ef..00000000 --- a/lenses/physics-objects/Public/Meshes/Road/Cube 6.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:695ac8cbed54f71002bc168cef5407151d95f5f4f3def6186e5584ae50e66e1a -size 2352 diff --git a/lenses/physics-objects/Public/Meshes/Road/Cube.mesh b/lenses/physics-objects/Public/Meshes/Road/Cube.mesh deleted file mode 100644 index 794e8014..00000000 --- a/lenses/physics-objects/Public/Meshes/Road/Cube.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb5d3a7c85ebcfdd7b3fb1950f0bda7a64e49a631a0adbb18e8cf27b0c799edc -size 2352 diff --git a/lenses/physics-objects/Public/Meshes/Road/Floor.mesh b/lenses/physics-objects/Public/Meshes/Road/Floor.mesh deleted file mode 100644 index 150848b0..00000000 --- a/lenses/physics-objects/Public/Meshes/Road/Floor.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5172d0fb8fb1dd0d47c6103364828b629769aa5c7432addfeed751ee0b9a092a -size 204300 diff --git a/lenses/physics-objects/Public/Meshes/Road/folder.lock b/lenses/physics-objects/Public/Meshes/Road/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Meshes/Sphere.mesh b/lenses/physics-objects/Public/Meshes/Sphere.mesh deleted file mode 100644 index 5481c4f9..00000000 --- a/lenses/physics-objects/Public/Meshes/Sphere.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30ebe9083c20d166c095838a88b137812ce2e405dc0c0e5af90007c08918b494 -size 28618 diff --git a/lenses/physics-objects/Public/Meshes/Trafiic Cone.mesh b/lenses/physics-objects/Public/Meshes/Trafiic Cone.mesh deleted file mode 100644 index 0228149a..00000000 --- a/lenses/physics-objects/Public/Meshes/Trafiic Cone.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b716f21f988a45a48433914de68f02d7cdc48ce51b3e290442750d76342432d4 -size 51456 diff --git a/lenses/physics-objects/Public/Meshes/base ball.mesh b/lenses/physics-objects/Public/Meshes/base ball.mesh deleted file mode 100644 index 6b8a2bf3..00000000 --- a/lenses/physics-objects/Public/Meshes/base ball.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ab7522adcf40519d7909310a5f0263680737b0878c73d2d83ba9e4105b10388 -size 15690 diff --git a/lenses/physics-objects/Public/Meshes/beach ball.mesh b/lenses/physics-objects/Public/Meshes/beach ball.mesh deleted file mode 100644 index 72d1d402..00000000 --- a/lenses/physics-objects/Public/Meshes/beach ball.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:940009d89debc8925e403bdac8e37a4d79c5c6489d9d7178dda791137a663bd0 -size 113841 diff --git a/lenses/physics-objects/Public/Meshes/folder.lock b/lenses/physics-objects/Public/Meshes/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Meshes/temp_box_bt.mesh b/lenses/physics-objects/Public/Meshes/temp_box_bt.mesh deleted file mode 100644 index 5c218e63..00000000 --- a/lenses/physics-objects/Public/Meshes/temp_box_bt.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6029843dc31f8865f0f16059a36ae93427a8fefdede5df2f768c891f8a1b993 -size 122417 diff --git a/lenses/physics-objects/Public/Meshes/temp_box_top.mesh b/lenses/physics-objects/Public/Meshes/temp_box_top.mesh deleted file mode 100644 index d6913010..00000000 --- a/lenses/physics-objects/Public/Meshes/temp_box_top.mesh +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45249968b0dc3537a7bbc791c498a3635dfe02212809e3b3007d5284b3e451ef -size 254801 diff --git a/lenses/physics-objects/Public/Physics Matters/folder.lock b/lenses/physics-objects/Public/Physics Matters/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Physics World Settings/folder.lock b/lenses/physics-objects/Public/Physics World Settings/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Scripts/Behavior.js b/lenses/physics-objects/Public/Scripts/Behavior.js deleted file mode 100644 index 64878ec1..00000000 --- a/lenses/physics-objects/Public/Scripts/Behavior.js +++ /dev/null @@ -1,2428 +0,0 @@ -// Behavior.js -// Version: 0.8.0 -// Event: Lens Initialized -// Description: Configure a trigger and response in the inspector UI. No scripting required. -// -// ---- LOCAL API USAGE ---- -// Manually trigger this Behavior -// behaviorScript.trigger(); -// -// Add a callback function to call when this Behavior is triggered -// behaviorScript.addTriggerResponse(callback) -// -// Remove a callback function from this Behavior -// behaviorScript.removeTriggerResponse(callback) -// -// ---- GLOBAL API USAGE ---- -// Manually send a global custom trigger -// global.behaviorSystem.sendCustomTrigger(triggerName) -// -// Add a callback function to call when the global custom trigger named "triggerName" is sent -// global.behaviorSystem.addCustomTriggerResponse(triggerName, callback) -// -// Remove a callback function for the global custom trigger named "triggerName" -// global.behaviorSystem.removeCustomTriggerResponse(triggerName, callback) -// ----------------- - -//@input string triggeringEventType = "TouchEvent" {"label": "Trigger", "widget": "combobox", "values": [{"label": "Touch Event", "value": "TouchEvent"}, {"label": "Face Event", "value": "FaceEvent"}, {"label": "On Awake", "value": "OnAwake"}, {"label": "On Start", "value": "TurnOnEvent"}, {"label": "On Enabled", "value": "OnEnabled"}, {"label": "On Disabled", "value": "OnDisabled"}, {"label": "Update", "value": "UpdateEvent"}, {"label": "Late Update", "value": "LateUpdateEvent"}, {"label": "Front Camera", "value": "CameraFrontEvent"}, {"label": "Back Camera", "value": "CameraBackEvent"}, {"label": "Interaction Event", "value": "InteractionEvent"}, {"label": "Animation End", "value": "animationEnd"}, {"label": "Tween End", "value": "tweenEnd"}, {"label": "Looking At", "value": "lookingAt"}, {"label": "Bounds Check", "value": "boundsCheck"}, {"label": "Distance Check", "value": "distanceCheck"}, {"label": "Marker Tracking Event", "value": "markerTrackingEvent"}, {"label": "Object Tracking Event", "value": "objectTrackingEvent"}, {"label": "Object Tracking 3D Event", "value": "objectTracking3DEvent"}, {"label": "Location Event", "value": "landmarkerEvent"}, {"label": "Machine Learning Event", "value": "machineLearningEvent"}, {"label": "Recording Event", "value": "recordingStart"}, {"label": "On Custom Trigger", "value": "onCustomTrigger"}, {"label": "Physics Collider Event", "value": "physicsColliderEvent"}, {"label": "Physics Raycast", "value": "physicsRaycast"}, {"label": "None", "value": "None"}]} -//@input string touchEventEventType = "TapEvent" {"showIf": "triggeringEventType", "showIfValue": "TouchEvent", "widget": "combobox", "values": [{"label": "Tap", "value": "TapEvent"}, {"label": "Touch Start", "value": "TouchStartEvent"}, {"label": "Touch Move", "value": "TouchMoveEvent"}, {"label": "Touch End", "value": "TouchEndEvent"}], "label": "Event Type"} -//@input Component.BaseMeshVisual touchEventTouchTarget {"showIf": "triggeringEventType", "showIfValue": "TouchEvent", "label": "Touch Target"} - -//@input string faceEventEventType = "MouthOpenedEvent" {"showIf": "triggeringEventType", "showIfValue": "FaceEvent", "widget": "combobox", "values": [{"label": "Mouth Opened", "value": "MouthOpenedEvent"}, {"label": "Mouth Closed", "value": "MouthClosedEvent"}, {"label": "Brows Raised", "value": "BrowsRaisedEvent"}, {"label": "Brows Lowered", "value": "BrowsLoweredEvent"}, {"label": "Brows Returned to Normal", "value": "BrowsReturnedToNormalEvent"}, {"label": "Face Found", "value": "FaceFoundEvent"}, {"label": "Face Lost", "value": "FaceLostEvent"}, {"label": "Kiss Started", "value": "KissStartedEvent"}, {"label": "Kiss Finished", "value": "KissFinishedEvent"}, {"label": "Smile Started", "value": "SmileStartedEvent"}, {"label": "Smile Finished", "value": "SmileFinishedEvent"}], "label": "Event Type"} -//@input int faceEventFaceIndex {"showIf": "triggeringEventType", "showIfValue": "FaceEvent", "label": "Face Index"} - -//@input SceneObject onEnabledObject {"showIf": "triggeringEventType", "showIfValue": "OnEnabled", "label": "Object"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "OnEnabled", "label": "(Defaults to this SceneObject if blank)", "widget": "label"} - -//@input SceneObject onDisabledObject {"showIf": "triggeringEventType", "showIfValue": "OnDisabled", "label": "Object"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "OnDisabled", "label": "(Defaults to this SceneObject if blank)", "widget": "label"} - -//@input string interactionEventEventType = "onTap" {"showIf": "triggeringEventType", "showIfValue": "InteractionEvent", "widget": "combobox", "values": [{"label": "Tap", "value": "onTap"}, {"label": "Touch Start", "value": "onTouchStart"}, {"label": "Touch Move", "value": "onTouchMove"}, {"label": "Touch End", "value": "onTouchEnd"}, {"label": "Focus Start", "value": "onFocusStart"}, {"label": "Focus End", "value": "onFocusEnd"}, {"label": "Select Start", "value": "onSelectStart"}, {"label": "Select End", "value": "onSelectEnd"}, {"label": "Trigger Primary", "value": "onTriggerPrimary"}], "label": "Event Type"} -//@input Component.BaseMeshVisual interactionEventTarget {"showIf": "triggeringEventType", "showIfValue": "InteractionEvent", "label": "Target"} - -//@input string animType = "Animated Texture" {"showIf": "triggeringEventType", "showIfValue": "animationEnd", "widget": "combobox", "values": [{"label": "Animated Texture", "value": "Animated Texture"}, {"label": "Image Visual", "value": "Image Visual"}, {"label": "Animation Mixer", "value": "Animation Mixer"}]} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "animationEnd", "label": "Target", "widget": "group_start"} -//@input Asset.Texture animationEndAnimatedTexture {"showIf": "animType", "showIfValue": "Animated Texture", "label": "Animated Texture"} -//@input Component.MaterialMeshVisual animationEndImageVisual {"showIf": "animType", "showIfValue": "Image Visual", "label": "Image Visual"} -//@ui {"showIf": "animType", "showIfValue": "Sprite Visual", "label": "WARNING:", "widget": "label"} -//@ui {"showIf": "animType", "showIfValue": "Sprite Visual", "label": "Sprite Visual is Deprecated.", "widget": "label"} -//@ui {"showIf": "animType", "showIfValue": "Sprite Visual", "label": "Please use Image Visual instead.", "widget": "label"} - -//@input Component.AnimationMixer animationEndAnimMixer {"showIf": "animType", "showIfValue": "Animation Mixer", "label": "Anim Mixer"} -//@input string animationEndAnimLayerName {"showIf": "animType", "showIfValue": "Animation Mixer", "label": "Anim Layer Name"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "animationEnd", "widget": "group_end"} - -//@input SceneObject tweenEndTargetObject {"showIf": "triggeringEventType", "showIfValue": "tweenEnd", "label": "Target Object"} -//@input string tweenEndTweenName {"showIf": "triggeringEventType", "showIfValue": "tweenEnd", "label": "Tween Name"} - -//@input SceneObject lookingAtLookingObject {"showIf": "triggeringEventType", "showIfValue": "lookingAt", "label": "Looking Object"} -//@input SceneObject lookingAtLookTarget {"showIf": "triggeringEventType", "showIfValue": "lookingAt", "label": "Look Target"} -//@input bool lookingAtFlipForwardVec = true {"showIf": "triggeringEventType", "showIfValue": "lookingAt", "label": "Flip Forward Vec"} -//@input int lookingAtCompareType = -1 {"showIf": "triggeringEventType", "showIfValue": "lookingAt", "label": "Compare Type", "widget": "combobox", "values": [{"label": "Is Less Than", "value": -1}, {"label": "Is Equal To", "value": 0}, {"label": "Is Greater Than", "value": 1}]} - -//@input float lookingAtAngle = 10.0 {"showIf": "triggeringEventType", "showIfValue": "lookingAt", "label": "Angle"} -//@input bool lookingAtAllowRepeat {"showIf": "triggeringEventType", "showIfValue": "lookingAt", "label": "Allow Repeat"} - -//@input SceneObject boundsCheckObject {"showIf": "triggeringEventType", "showIfValue": "boundsCheck", "label": "Object"} -//@input Component.RenderMeshVisual boundsCheckBoundaryMeshVisual {"showIf": "triggeringEventType", "showIfValue": "boundsCheck", "label": "Boundary Mesh Visual"} -//@input string boundsCheckTriggerOptions = "On Enter" {"showIf": "triggeringEventType", "showIfValue": "boundsCheck", "widget": "combobox", "values": [{"label": "On Enter", "value": "On Enter"}, {"label": "On Stay", "value": "On Stay"}, {"label": "On Exit", "value": "On Exit"}], "label": "Trigger Options"} - -//@input SceneObject distanceCheckObjectA {"showIf": "triggeringEventType", "showIfValue": "distanceCheck", "label": "Object A"} -//@input SceneObject distanceCheckObjectB {"showIf": "triggeringEventType", "showIfValue": "distanceCheck", "label": "Object B"} -//@input int distanceCheckCompareType = -1 {"showIf": "triggeringEventType", "showIfValue": "distanceCheck", "label": "Compare Type", "widget": "combobox", "values": [{"label": "Is Less Than", "value": -1}, {"label": "Is Equal To", "value": 0}, {"label": "Is Greater Than", "value": 1}]} - -//@input float distanceCheckDistance = 1.0 {"showIf": "triggeringEventType", "showIfValue": "distanceCheck", "label": "Distance"} -//@input bool distanceCheckAllowRepeat {"showIf": "triggeringEventType", "showIfValue": "distanceCheck", "label": "Allow Repeat"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "distanceCheck", "label": "ScreenTransform Settings", "widget": "group_start"} -//@input bool distanceCheckFlattenZForScreenTransforms = true {"showIf": "triggeringEventType", "showIfValue": "distanceCheck", "label": "Flatten Z Distance"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "distanceCheck", "widget": "group_end"} - -//@input string markerTrackingEventEventType = "Marker Found" {"showIf": "triggeringEventType", "showIfValue": "markerTrackingEvent", "widget": "combobox", "values": [{"label": "Marker Found", "value": "Marker Found"}, {"label": "Marker Lost", "value": "Marker Lost"}], "label": "Event Type"} - -//@input Component.MarkerTrackingComponent markerTrackingEventMarkerTracking {"showIf": "triggeringEventType", "showIfValue": "markerTrackingEvent", "label": "Marker Tracking"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "objectTrackingEvent", "label": "Tracking Settings", "widget": "group_start"} -//@input string objectTrackingEventEventType = "Object Found" {"showIf": "triggeringEventType", "showIfValue": "objectTrackingEvent", "widget": "combobox", "values": [{"label": "Object Found", "value": "Object Found"}, {"label": "Object Lost", "value": "Object Lost"}, {"label": "Descriptor Start", "value": "Descriptor Start"}, {"label": "Descriptor End", "value": "Descriptor End"}], "label": "Event Type"} - -//@input Component.ObjectTracking objectTrackingEventObjectTracking {"showIf": "triggeringEventType", "showIfValue": "objectTrackingEvent", "label": "Object Tracking"} -//@input string objectTrackingEventDescStartKey {"showIf": "objectTrackingEventEventType", "showIfValue": "Descriptor Start", "label": "Descriptor"} -//@input string objectTrackingEventDescEndKey {"showIf": "objectTrackingEventEventType", "showIfValue": "Descriptor End", "label": "Descriptor"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "objectTrackingEvent", "widget": "group_end"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "objectTracking3DEvent", "label": "Tracking Settings", "widget": "group_start"} -//@input Component.ObjectTracking3D objectTracking3DEventObjectTracking3D {"showIf": "triggeringEventType", "showIfValue": "objectTracking3DEvent", "label": "Object Tracking 3D"} -//@input string objectTracking3DEventEventType = "Tracking Started" {"showIf": "triggeringEventType", "showIfValue": "objectTracking3DEvent", "widget": "combobox", "values": [{"label": "Tracking Started", "value": "Tracking Started"}, {"label": "Tracking Lost", "value": "Tracking Lost"}], "label": "Event Type"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "objectTracking3DEvent", "widget": "group_end"} - -//@input string landmarkerEventEventType = "Location Found" {"showIf": "triggeringEventType", "showIfValue": "landmarkerEvent", "widget": "combobox", "values": [{"label": "Location Found", "value": "Location Found"}, {"label": "Location Lost", "value": "Location Lost"}], "label": "Event Type"} - -//@input Component.DeviceLocationTrackingComponent landmarkerEventLocationTracking {"showIf": "triggeringEventType", "showIfValue": "landmarkerEvent", "label": "Location Tracking"} - -//@input string machineLearningEventEventType = "Loading Finished" {"showIf": "triggeringEventType", "showIfValue": "machineLearningEvent", "widget": "combobox", "values": [{"label": "Loading Finished", "value": "Loading Finished"}, {"label": "Running Finished", "value": "Running Finished"}], "label": "Event Type"} - -//@input Component.MLComponent machineLearningEventMlComponent {"showIf": "triggeringEventType", "showIfValue": "machineLearningEvent", "label": "ML Component"} - -//@input string recordingEventEventType = "SnapRecordStartEvent" {"showIf": "triggeringEventType", "showIfValue": "recordingStart", "widget": "combobox", "values": [{"label": "Recording Start", "value": "SnapRecordStartEvent"}, {"label": "Recording Stop", "value": "SnapRecordStopEvent"}, {"label": "Image Capture", "value": "SnapImageCaptureEvent"}], "label": "Event Type"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "onCustomTrigger", "label": "Custom Trigger", "widget": "group_start"} -//@input string onCustomTriggerTriggerName {"showIf": "onCustomTriggerUseList", "showIfValue": false, "label": "Trigger Name"} -//@input string[] onCustomTriggerTriggerNames {"showIf": "onCustomTriggerUseList", "showIfValue": true, "label": "Trigger Names"} -//@input bool onCustomTriggerUseList {"showIf": "triggeringEventType", "showIfValue": "onCustomTrigger", "label": "Use List"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "onCustomTrigger", "widget": "group_end"} - -//@input Physics.ColliderComponent physicsColliderEventCollider {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "label": "Collider"} -//@input string physicsColliderEventCollisionType = "Collision" {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "widget": "combobox", "values": [{"label": "Collision", "value": "Collision"}, {"label": "Overlap", "value": "Overlap"}], "label": "Collision Type"} - -//@input string physicsColliderEventEventType = "On Enter" {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "widget": "combobox", "values": [{"label": "On Enter", "value": "On Enter"}, {"label": "On Stay", "value": "On Stay"}, {"label": "On Exit", "value": "On Exit"}], "label": "Event Type"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "label": "Collider Filtering", "widget": "group_start"} -//@ui {"showIf": "physicsColliderEventCollisionType", "showIfValue": "Overlap", "label": "Overlap With...", "widget": "group_start"} -//@input bool physicsColliderEventOverlapStatic = true {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "label": "Static"} -//@input bool physicsColliderEventOverlapDynamic = true {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "label": "Dynamic"} -//@input bool physicsColliderEventOverlapIntangible = true {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "label": "Intangible"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "widget": "group_end"} -//@input string physicsColliderEventFilterObjectsBy = "None" {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "widget": "combobox", "values": [{"label": "None (allow all)", "value": "None"}, {"label": "Other object", "value": "Other object"}, {"label": "Other name", "value": "Other name"}], "label": "Filter Objects By..."} - -//@input Physics.ColliderComponent[] physicsColliderEventAllowedObjects {"showIf": "physicsColliderEventFilterObjectsBy", "showIfValue": "Other object", "label": "Allowed Objects"} -//@input string physicsColliderEventNameMatchType = "Equals" {"showIf": "physicsColliderEventFilterObjectsBy", "showIfValue": "Other name", "widget": "combobox", "values": [{"label": "Equals", "value": "Equals"}, {"label": "Starts With", "value": "Starts With"}, {"label": "Regex", "value": "Regex"}], "label": "Name Match Type"} - -//@input string[] physicsColliderEventAllowedNames {"showIf": "physicsColliderEventFilterObjectsBy", "showIfValue": "Other name", "label": "Allowed Names"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsColliderEvent", "widget": "group_end"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Source Settings", "widget": "group_start"} -//@input string physicsRaycastRaycastSource = "touch" {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "widget": "combobox", "values": [{"label": "From Touch", "value": "touch"}, {"label": "From Object", "value": "object"}], "label": "Raycast Source"} -//@ui {"showIf": "physicsRaycastRaycastSource", "showIfValue": "touch", "label": "Raycast in response to touch events. The raycast
will be sent from the camera towards the
position of the touch.", "widget": "label"} -//@ui {"showIf": "physicsRaycastRaycastSource", "showIfValue": "object", "label": "Raycast every frame from the object's forward
vector (Z-positive). If using a camera object,
enable 'Flip Forward Vec'.", "widget": "label"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "widget": "separator"} -//@input SceneObject physicsRaycastSourceObject {"showIf": "physicsRaycastRaycastSource", "showIfValue": "object", "label": "Source Object"} -//@input bool physicsRaycastFlipForwardVec {"showIf": "physicsRaycastRaycastSource", "showIfValue": "object", "label": "Flip Forward Vec"} -//@input Component.Camera physicsRaycastCamera {"showIf": "physicsRaycastRaycastSource", "showIfValue": "touch", "label": "Camera"} -//@ui {"showIf": "physicsRaycastRaycastSource", "showIfValue": "touch", "label": "Touch Events", "widget": "group_start"} -//@input bool physicsRaycastTapEvent = true {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Tap Event"} -//@input bool physicsRaycastTouchStartEvent {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Touch Start Event"} -//@input bool physicsRaycastTouchMoveEvent {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Touch Move Event"} -//@input bool physicsRaycastTouchEndEvent {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Touch End Event"} -//@ui {"showIf": "physicsRaycastRaycastSource", "showIfValue": "touch", "widget": "group_end"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "widget": "group_end"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Raycast Options", "widget": "group_start"} -//@input string physicsRaycastProbeType = "global" {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "widget": "combobox", "values": [{"label": "Global (all worlds included)", "value": "global"}, {"label": "Root (only default world included)", "value": "root"}, {"label": "World (only set world included)", "value": "world"}], "label": "Probe Type"} - -//@input Physics.WorldComponent physicsRaycastPhysicsWorld {"showIf": "physicsRaycastProbeType", "showIfValue": "world", "label": "Physics World"} -//@input float physicsRaycastMaxDistance = 10000.0 {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Max Distance"} -//@input bool physicsRaycastDebugDrawEnabled {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Debug Draw Enabled"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "widget": "group_end"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Collider Filtering", "widget": "group_start"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Collide With...", "widget": "group_start"} -//@input bool physicsRaycastOverlapStatic = true {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Static"} -//@input bool physicsRaycastOverlapDynamic = true {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Dynamic"} -//@input bool physicsRaycastOverlapIntangible = true {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "label": "Intangible"} -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "widget": "group_end"} -//@input string physicsRaycastFilterObjectsBy = "None" {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "widget": "combobox", "values": [{"label": "None (allow all)", "value": "None"}, {"label": "This object", "value": "This object"}, {"label": "Other object", "value": "Other object"}, {"label": "Other name", "value": "Other name"}], "label": "Filter Objects By..."} - -//@ui {"showIf": "physicsRaycastFilterObjectsBy", "showIfValue": "This object", "label": "Make sure at least one ColliderComponent is attached
to this SceneObject.
", "widget": "label"} -//@input Physics.ColliderComponent[] physicsRaycastAllowedObjects {"showIf": "physicsRaycastFilterObjectsBy", "showIfValue": "Other object", "label": "Allowed Objects"} -//@input string physicsRaycastNameMatchType = "Equals" {"showIf": "physicsRaycastFilterObjectsBy", "showIfValue": "Other name", "widget": "combobox", "values": [{"label": "Equals", "value": "Equals"}, {"label": "Starts With", "value": "Starts With"}, {"label": "Regex", "value": "Regex"}], "label": "Name Match Type"} - -//@input string[] physicsRaycastAllowedNames {"showIf": "physicsRaycastFilterObjectsBy", "showIfValue": "Other name", "label": "Allowed Names"} - -//@ui {"showIf": "triggeringEventType", "showIfValue": "physicsRaycast", "widget": "group_end"} - -//@ui {"label": "Options", "widget": "group_start"} -//@input string triggerLimitType = "Always" {"label": "Allow", "widget": "combobox", "values": [{"label": "Always", "value": "Always"}, {"label": "Once", "value": "Once"}, {"label": "After Interval", "value": "Interval"}]} -//@input float triggerInterval = 1.0 {"label": "Interval Time", "showIf": "triggerLimitType", "showIfValue": "Interval"} -//@input float triggerDelay {"label": "Delay Time"} -//@ui {"widget": "group_end"} -//@ui {"widget": "separator"} -//@input string responseType = "None" {"widget": "combobox", "values": [{"label": "None", "value": "None"}, {"label": "Animate Image", "value": "textureAnimation"}, {"label": "Animate Mesh", "value": "animateMesh"}, {"label": "Play Sound", "value": "playSound"}, {"label": "Play Video", "value": "playVideo"}, {"label": "Set Enabled", "value": "setEnabled"}, {"label": "Set Parent", "value": "setParent"}, {"label": "Set Color", "value": "setColor"}, {"label": "Set Texture", "value": "setTexture"}, {"label": "Set Text", "value": "setText"}, {"label": "Run Tween", "value": "runTween"}, {"label": "Set Position", "value": "setPosition"}, {"label": "Set Rotation", "value": "setRotation"}, {"label": "Set Scale", "value": "setScale"}, {"label": "Set Screen Position", "value": "setScreenPosition"}, {"label": "Set Screen Rotation", "value": "setScreenRotation"}, {"label": "Set Screen Size", "value": "setScreenSize"}, {"label": "Set Blendshapes", "value": "setBlendshapesV2"}, {"label": "Set Material/VFX Parameter", "value": "setMaterialParameter"}, {"label": "Set Touch Blocking", "value": "setTouchBlocking"}, {"label": "Show Hint", "value": "showHint"}, {"label": "Machine Learning", "value": "machineLearning"}, {"label": "Instantiate Prefab", "value": "instantiatePrefab"}, {"label": "Destroy Object", "value": "destroyObject"}, {"label": "Print Message", "value": "printMessage"}, {"label": "Call Object API", "value": "callScriptAPI"}, {"label": "Send Custom Trigger", "value": "sendCustomTrigger"}, {"label": "Physics Apply Force", "value": "physicsApplyForce"}]} -//@ui {"showIf": "responseType", "showIfValue": "textureAnimation", "label": "Target", "widget": "group_start"} -//@input Asset.Texture animateImageAnimatedTexture {"showIf": "responseType", "showIfValue": "textureAnimation", "label": "Animated Texture"} -//@input Component.MaterialMeshVisual animateImageVisualObject {"showIf": "responseType", "showIfValue": "textureAnimation", "label": "Visual Object"} -//@ui {"showIf": "responseType", "showIfValue": "textureAnimation", "widget": "group_end"} -//@input string animateImageAction = "Play or Resume" {"showIf": "responseType", "showIfValue": "textureAnimation", "widget": "combobox", "values": [{"label": "Play", "value": "Play"}, {"label": "Play or Resume", "value": "Play or Resume"}, {"label": "Pause", "value": "Pause"}, {"label": "Pause at Frame", "value": "Pause at Frame"}, {"label": "Toggle Play/Pause", "value": "Toggle"}, {"label": "Stop", "value": "Stop"}], "label": "Action"} - -//@ui {"showIf": "responseType", "showIfValue": "textureAnimation", "label": "Options", "widget": "group_start"} -//@input bool animateImageLoop {"showIf": "responseType", "showIfValue": "textureAnimation", "label": "Loop"} -//@input int animateImagePauseFrame {"showIf": "animateImageAction", "showIfValue": "Pause at Frame", "label": "Pause Frame"} -//@input bool animateImageAdvanced {"showIf": "responseType", "showIfValue": "textureAnimation", "label": "Advanced"} -//@ui {"showIf": "animateImageAdvanced", "showIfValue": true, "label": "Warning: This will modify Texture settings!", "widget": "group_start"} -//@input bool animateImagePingPong {"showIf": "responseType", "showIfValue": "textureAnimation", "label": "Ping Pong"} -//@input bool animateImageReverse {"showIf": "responseType", "showIfValue": "textureAnimation", "label": "Reverse"} -//@ui {"showIf": "responseType", "showIfValue": "textureAnimation", "widget": "group_end"} -//@ui {"showIf": "responseType", "showIfValue": "textureAnimation", "widget": "group_end"} - -//@input Component.AnimationMixer animateMeshAnimationMixer {"showIf": "responseType", "showIfValue": "animateMesh", "label": "Animation Mixer"} -//@ui {"showIf": "responseType", "showIfValue": "animateMesh", "label": "Options", "widget": "group_start"} -//@input string animateMeshLayerName {"showIf": "responseType", "showIfValue": "animateMesh", "label": "Layer Name"} -//@input string animateMeshAction = "Play or Resume" {"showIf": "responseType", "showIfValue": "animateMesh", "widget": "combobox", "values": [{"label": "Play", "value": "Play"}, {"label": "Play or Resume", "value": "Play or Resume"}, {"label": "Pause", "value": "Pause"}, {"label": "Stop", "value": "Stop"}], "label": "Action"} - -//@input float animateMeshWeight = 1.0 {"showIf": "responseType", "showIfValue": "animateMesh", "label": "Weight"} -//@input bool animateMeshLoop {"showIf": "responseType", "showIfValue": "animateMesh", "label": "Loop"} -//@input bool animateMeshStopOtherLayers = true {"showIf": "responseType", "showIfValue": "animateMesh", "label": "Stop Other Layers", "hint": "Stops all other Layers, and sets their weights to 0."} -//@ui {"showIf": "animateMeshStopOtherLayers", "showIfValue": true, "label": "Note: Other layer weights will be set to 0.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "animateMesh", "widget": "group_end"} - -//@input string playSoundAction = "Play" {"showIf": "responseType", "showIfValue": "playSound", "widget": "combobox", "values": [{"label": "Play", "value": "Play"}, {"label": "Stop", "value": "Stop"}], "label": "Action"} - -//@ui {"showIf": "responseType", "showIfValue": "playSound", "label": "Target", "widget": "group_start"} -//@input Asset.AudioTrackAsset playSoundAudioTrack {"showIf": "playSoundAction", "showIfValue": "Play", "label": "Audio Track"} -//@input Component.AudioComponent playSoundAudioComponent {"showIf": "responseType", "showIfValue": "playSound", "label": "Audio Component"} -//@ui {"showIf": "responseType", "showIfValue": "playSound", "widget": "group_end"} -//@ui {"showIf": "responseType", "showIfValue": "playSound", "label": "Options", "widget": "group_start"} -//@input bool playSoundLoop {"showIf": "playSoundAction", "showIfValue": "Play", "label": "Loop"} -//@input float playSoundVolume = 1.0 {"showIf": "playSoundAction", "showIfValue": "Play", "min": 0.0, "max": 1.0, "step": 0.05, "widget": "slider", "label": "Volume"} -//@input bool playSoundFadeOut {"showIf": "playSoundAction", "showIfValue": "Stop", "label": "Fade Out"} -//@ui {"showIf": "responseType", "showIfValue": "playSound", "widget": "group_end"} - -//@ui {"showIf": "responseType", "showIfValue": "playVideo", "label": "Target", "widget": "group_start"} -//@input Asset.Texture playVideoVideoTexture {"showIf": "responseType", "showIfValue": "playVideo", "label": "Video Texture"} -//@input Component.MaterialMeshVisual playVideoVisualObject {"showIf": "responseType", "showIfValue": "playVideo", "label": "Visual Object"} -//@ui {"showIf": "responseType", "showIfValue": "playVideo", "widget": "group_end"} -//@input string playVideoAction = "Play or Resume" {"showIf": "responseType", "showIfValue": "playVideo", "widget": "combobox", "values": [{"label": "Play", "value": "Play"}, {"label": "Play or Resume", "value": "Play or Resume"}, {"label": "Pause", "value": "Pause"}, {"label": "Toggle Play/Pause", "value": "Toggle"}, {"label": "Stop", "value": "Stop"}], "label": "Action"} - -//@input bool playVideoLoop {"showIf": "responseType", "showIfValue": "playVideo", "label": "Loop"} - -//@ui {"showIf": "responseType", "showIfValue": "setEnabled", "label": "Options", "widget": "group_start"} -//@input string setEnabledEntityType = "SceneObject" {"showIf": "responseType", "showIfValue": "setEnabled", "widget": "combobox", "values": [{"label": "SceneObject", "value": "SceneObject"}, {"label": "Component", "value": "Component"}], "label": "Entity Type"} - -//@input SceneObject setEnabledTarget {"showIf": "setEnabledEntityType", "showIfValue": "SceneObject", "label": "Target"} -//@input Component setEnabledTargetComponent {"showIf": "setEnabledEntityType", "showIfValue": "Component", "label": "Target Component"} -//@input string setEnabledAction = "Enable" {"showIf": "responseType", "showIfValue": "setEnabled", "widget": "combobox", "values": [{"label": "Enable", "value": "Enable"}, {"label": "Disable", "value": "Disable"}, {"label": "Toggle", "value": "Toggle"}], "label": "Action"} - -//@ui {"showIf": "responseType", "showIfValue": "setEnabled", "widget": "group_end"} - -//@input SceneObject setParentTarget {"showIf": "responseType", "showIfValue": "setParent", "label": "Target"} -//@input SceneObject setParentNewParent {"showIf": "responseType", "showIfValue": "setParent", "label": "New Parent"} -//@input bool setParentPreserveWorldTransform = false {"showIf": "responseType", "showIfValue": "setParent", "label": "Preserve World Transform"} - -//@ui {"showIf": "responseType", "showIfValue": "setColor", "label": "Target", "widget": "group_start"} -//@input Component.MaterialMeshVisual setColorVisual {"showIf": "responseType", "showIfValue": "setColor", "label": "Visual"} -//@input Asset.Material setColorMaterial {"showIf": "responseType", "showIfValue": "setColor", "label": "Material"} -//@ui {"showIf": "responseType", "showIfValue": "setColor", "widget": "group_end"} -//@input vec4 setColorColor = "{1,1,1,1}" {"showIf": "responseType", "showIfValue": "setColor", "widget": "color", "label": "Color"} - -//@input Component.MaterialMeshVisual setTextureTarget {"showIf": "responseType", "showIfValue": "setTexture", "label": "Target"} -//@input Asset.Texture setTextureNewTexture {"showIf": "responseType", "showIfValue": "setTexture", "label": "New Texture"} - -//@ui {"showIf": "responseType", "showIfValue": "setText", "label": "Component", "widget": "group_start"} -//@input string setTextComponentType = "Text" {"showIf": "responseType", "showIfValue": "setText", "widget": "combobox", "values": [{"label": "Text", "value": "Text"}, {"label": "Text3D", "value": "Text3D"}], "label": "Component Type"} - -//@input Component.Text setTextTextComponent {"showIf": "setTextComponentType", "showIfValue": "Text", "label": "Text Component"} -//@input Component.Text3D setTextText3DComponent {"showIf": "setTextComponentType", "showIfValue": "Text3D", "label": "Text3D Component"} -//@ui {"showIf": "responseType", "showIfValue": "setText", "widget": "group_end"} -//@input string setTextText {"showIf": "responseType", "showIfValue": "setText", "label": "Text"} - -//@input SceneObject runTweenTargetObject {"showIf": "responseType", "showIfValue": "runTween", "label": "Target Object"} -//@input string runTweenTweenName {"showIf": "responseType", "showIfValue": "runTween", "label": "Tween Name"} -//@input string runTweenAction = "Start" {"showIf": "responseType", "showIfValue": "runTween", "widget": "combobox", "values": [{"label": "Start", "value": "Start"}, {"label": "Stop", "value": "Stop"}, {"label": "Pause", "value": "Pause"}, {"label": "Resume", "value": "Resume"}], "label": "Action"} - -//@input SceneObject setPositionObjectToMove {"showIf": "responseType", "showIfValue": "setPosition", "label": "Object to Move"} -//@input vec3 setPositionPosition {"showIf": "responseType", "showIfValue": "setPosition", "label": "Position"} -//@input bool setPositionLocalSpace = true {"showIf": "responseType", "showIfValue": "setPosition", "label": "Local Space"} - -//@input SceneObject setRotationObjectToRotate {"showIf": "responseType", "showIfValue": "setRotation", "label": "Object to Rotate"} -//@input vec3 setRotationRotationAngle {"showIf": "responseType", "showIfValue": "setRotation", "label": "Euler Rotation"} -//@input bool setRotationLocalSpace = true {"showIf": "responseType", "showIfValue": "setRotation", "label": "Local Space"} - -//@input SceneObject setScaleObjectToScale {"showIf": "responseType", "showIfValue": "setScale", "label": "Object to Scale"} -//@input vec3 setScaleScale {"showIf": "responseType", "showIfValue": "setScale", "label": "Scale"} -//@input bool setScaleLocalSpace = true {"showIf": "responseType", "showIfValue": "setScale", "label": "Local Space"} - -//@input Component.ScreenTransform setScreenPositionScreenTransform {"showIf": "responseType", "showIfValue": "setScreenPosition", "label": "Screen Transform"} -//@ui {"showIf": "responseType", "showIfValue": "setScreenPosition", "label": "Options", "widget": "group_start"} -//@input string setScreenPositionPositionType = "Basic Position" {"showIf": "responseType", "showIfValue": "setScreenPosition", "widget": "combobox", "values": [{"label": "Basic Position", "value": "Basic Position"}, {"label": "Anchors Rect", "value": "Anchors Rect"}, {"label": "Offsets Rect", "value": "Offsets Rect"}], "label": "Position Type"} - -//@input vec3 setScreenPositionBasicPosition {"showIf": "setScreenPositionPositionType", "showIfValue": "Basic Position", "label": "Basic Position"} -//@input vec2 setScreenPositionAnchorsCenter {"showIf": "setScreenPositionPositionType", "showIfValue": "Anchors Rect", "label": "Anchors Center"} -//@input vec2 setScreenPositionOffsetsCenter {"showIf": "setScreenPositionPositionType", "showIfValue": "Offsets Rect", "label": "Offsets Center"} -//@ui {"showIf": "responseType", "showIfValue": "setScreenPosition", "widget": "group_end"} - -//@input Component.ScreenTransform setScreenRotationScreenTransform {"showIf": "responseType", "showIfValue": "setScreenRotation", "label": "Screen Transform"} -//@input float setScreenRotationAngle {"showIf": "responseType", "showIfValue": "setScreenRotation", "label": "Angle"} - -//@input Component.ScreenTransform setScreenSizeScreenTransform {"showIf": "responseType", "showIfValue": "setScreenSize", "label": "Screen Transform"} -//@ui {"showIf": "responseType", "showIfValue": "setScreenSize", "label": "Options", "widget": "group_start"} -//@input string setScreenSizeSizeType = "Basic Scale" {"showIf": "responseType", "showIfValue": "setScreenSize", "widget": "combobox", "values": [{"label": "Basic Scale", "value": "Basic Scale"}, {"label": "Anchors Rect", "value": "Anchors Rect"}, {"label": "Offsets Rect", "value": "Offsets Rect"}], "label": "Size Type"} - -//@input vec3 setScreenSizeBasicScale {"showIf": "setScreenSizeSizeType", "showIfValue": "Basic Scale", "label": "Basic Scale"} -//@input vec2 setScreenSizeAnchorsSize {"showIf": "setScreenSizeSizeType", "showIfValue": "Anchors Rect", "label": "Anchors Size"} -//@input vec2 setScreenSizeOffsetsSize {"showIf": "setScreenSizeSizeType", "showIfValue": "Offsets Rect", "label": "Offsets Size"} -//@ui {"showIf": "responseType", "showIfValue": "setScreenSize", "widget": "group_end"} - -//@input Component.RenderMeshVisual setBlendshapesV2MeshVisual {"showIf": "responseType", "showIfValue": "setBlendshapesV2", "label": "Mesh Visual"} -//@input string setBlendshapesV2Name {"showIf": "responseType", "showIfValue": "setBlendshapesV2", "label": "Name"} -//@input float setBlendshapesV2Weight = 0 {"showIf": "responseType", "showIfValue": "setBlendshapesV2", "label": "Weight"} - -//@ui {"showIf": "responseType", "showIfValue": "setMaterialParameter", "label": "Target", "widget": "group_start"} -//@input string setMaterialParameterTargetType = "Material" {"showIf": "responseType", "showIfValue": "setMaterialParameter", "widget": "combobox", "values": [{"label": "Material", "value": "Material"}, {"label": "MeshVisual", "value": "MeshVisual"}, {"label": "VFX Asset", "value": "VFX Asset"}, {"label": "VFX Component", "value": "VFX Component"}], "label": "Target Type"} - -//@input Asset.Material setMaterialParameterMaterial {"showIf": "setMaterialParameterTargetType", "showIfValue": "Material", "label": "Material"} -//@input Component.MaterialMeshVisual setMaterialParameterMeshVisual {"showIf": "setMaterialParameterTargetType", "showIfValue": "MeshVisual", "label": "Mesh Visual"} -//@input Asset.VFXAsset setMaterialParameterVFXAsset {"showIf": "setMaterialParameterTargetType", "showIfValue": "VFX Asset", "label": "VFX Asset"} -//@input Component.VFXComponent setMaterialParameterVFXComponent {"showIf": "setMaterialParameterTargetType", "showIfValue": "VFX Component", "label": "VFX Component"} -//@input string setMaterialParameterParameterName {"showIf": "responseType", "showIfValue": "setMaterialParameter", "label": "Parameter Name"} -//@ui {"showIf": "responseType", "showIfValue": "setMaterialParameter", "widget": "group_end"} -//@ui {"showIf": "responseType", "showIfValue": "setMaterialParameter", "label": "Value", "widget": "group_start"} -//@input string setMaterialParameterValueType = "float" {"showIf": "responseType", "showIfValue": "setMaterialParameter", "widget": "combobox", "values": [{"label": "bool", "value": "bool"}, {"label": "int", "value": "int"}, {"label": "float", "value": "float"}, {"label": "Color (RGB)", "value": "Color (RGB)"}, {"label": "Color (RGBA)", "value": "Color (RGBA)"}, {"label": "Texture", "value": "Texture"}, {"label": "vec2", "value": "vec2"}, {"label": "vec3", "value": "vec3"}, {"label": "vec4", "value": "vec4"}], "label": "Value Type"} - -//@input bool setMaterialParameterBoolValue {"showIf": "setMaterialParameterValueType", "showIfValue": "bool", "label": "Bool Value"} -//@input int setMaterialParameterIntValue {"showIf": "setMaterialParameterValueType", "showIfValue": "int", "label": "Int Value"} -//@input float setMaterialParameterFloatValue {"showIf": "setMaterialParameterValueType", "showIfValue": "float", "label": "Float Value"} -//@input vec3 setMaterialParameterColorRGBValue {"showIf": "setMaterialParameterValueType", "showIfValue": "Color (RGB)", "widget": "color", "label": "Color ( R G B) Value"} -//@input vec4 setMaterialParameterColorRGBAValue {"showIf": "setMaterialParameterValueType", "showIfValue": "Color (RGBA)", "widget": "color", "label": "Color ( R G B A) Value"} -//@input Asset.Texture setMaterialParameterTextureValue {"showIf": "setMaterialParameterValueType", "showIfValue": "Texture", "label": "Texture Value"} -//@input vec2 setMaterialParameterVec2Value {"showIf": "setMaterialParameterValueType", "showIfValue": "vec2", "label": "Vec2 Value"} -//@input vec3 setMaterialParameterVec3Value {"showIf": "setMaterialParameterValueType", "showIfValue": "vec3", "label": "Vec3 Value"} -//@input vec4 setMaterialParameterVec4Value {"showIf": "setMaterialParameterValueType", "showIfValue": "vec4", "label": "Vec4 Value"} -//@ui {"showIf": "responseType", "showIfValue": "setMaterialParameter", "widget": "group_end"} - -//@ui {"showIf": "responseType", "showIfValue": "setTouchBlocking", "label": "Target", "widget": "group_start"} -//@input string setTouchBlockingTargetType = "Global Touches" {"showIf": "responseType", "showIfValue": "setTouchBlocking", "widget": "combobox", "values": [{"label": "Global Touches", "value": "Global Touches"}, {"label": "Touch Component", "value": "Touch Component"}], "label": "Target Type"} - -//@input bool setTouchBlockingGlobalTouchBlocking = true {"showIf": "setTouchBlockingTargetType", "showIfValue": "Global Touches", "label": "Global Touch Blocking"} -//@input Component.TouchComponent setTouchBlockingTouchComponent {"showIf": "setTouchBlockingTargetType", "showIfValue": "Touch Component", "label": "Touch Component"} -//@ui {"showIf": "responseType", "showIfValue": "setTouchBlocking", "widget": "group_end"} -//@ui {"showIf": "responseType", "showIfValue": "setTouchBlocking", "label": "Touch Blocking Exceptions", "widget": "group_start"} -//@input bool setTouchBlockingTouchTypeTouch {"showIf": "responseType", "showIfValue": "setTouchBlocking", "label": "Touch"} -//@input bool setTouchBlockingTouchTypeTap {"showIf": "responseType", "showIfValue": "setTouchBlocking", "label": "Tap"} -//@input bool setTouchBlockingTouchTypeDoubleTap {"showIf": "responseType", "showIfValue": "setTouchBlocking", "label": "DoubleTap"} -//@input bool setTouchBlockingTouchTypeScale {"showIf": "responseType", "showIfValue": "setTouchBlocking", "label": "Scale"} -//@input bool setTouchBlockingTouchTypePan {"showIf": "responseType", "showIfValue": "setTouchBlocking", "label": "Pan"} -//@input bool setTouchBlockingTouchTypeSwipe {"showIf": "responseType", "showIfValue": "setTouchBlocking", "label": "Swipe"} -//@ui {"showIf": "responseType", "showIfValue": "setTouchBlocking", "widget": "group_end"} - -//@input int showHintHint = 0 {"showIf": "responseType", "showIfValue": "showHint", "widget": "combobox", "values": [{"label": "Aim camera at the sky", "value": 0}, {"label": "Blow a kiss", "value": 1}, {"label": "Blow a kiss voice changer", "value": 2}, {"label": "Come closer", "value": 3}, {"label": "Do not smile", "value": 4}, {"label": "Do not try with a friend", "value": 5}, {"label": "Draw with your finger", "value": 6}, {"label": "Find face", "value": 7}, {"label": "Find image", "value": 8}, {"label": "Find marker", "value": 9}, {"label": "Find snapcode", "value": 10}, {"label": "Kiss", "value": 11}, {"label": "Kiss again", "value": 12}, {"label": "Look around", "value": 13}, {"label": "Look down", "value": 14}, {"label": "Look left", "value": 15}, {"label": "Look right", "value": 16}, {"label": "Look up", "value": 17}, {"label": "Make some noise!", "value": 18}, {"label": "Move your head", "value": 19}, {"label": "Nod your head", "value": 20}, {"label": "Now kiss", "value": 21}, {"label": "Now open your mouth", "value": 22}, {"label": "Now raise your eyebrows", "value": 23}, {"label": "Now smile", "value": 24}, {"label": "Open your mouth", "value": 25}, {"label": "Open your mouth again", "value": 26}, {"label": "Open your mouth voice changer", "value": 27}, {"label": "Pick a face", "value": 28}, {"label": "Pick a photo", "value": 29}, {"label": "Pick an image", "value": 30}, {"label": "Raise your eyebrows", "value": 31}, {"label": "Raise your eyebrows again", "value": 32}, {"label": "Raise your eyebrows or open your mouth", "value": 33}, {"label": "Raise your eyebrows voice changer", "value": 34}, {"label": "Rotate your phone", "value": 35}, {"label": "Say something", "value": 36}, {"label": "Smile", "value": 37}, {"label": "Smile again", "value": 38}, {"label": "Smile voice changer", "value": 39}, {"label": "Swap camera", "value": 40}, {"label": "Tap a surface", "value": 41}, {"label": "Tap ground to place", "value": 42}, {"label": "Tap surface to place", "value": 43}, {"label": "Tap the ground", "value": 44}, {"label": "Tap!", "value": 45}, {"label": "Tilt your head", "value": 46}, {"label": "Try it with a friend", "value": 47}, {"label": "Try it with your rear camera", "value": 48}, {"label": "Turn around", "value": 49}, {"label": "Voice changer", "value": 50}, {"label": "Walk through the door", "value": 51}], "label": "Hint"} -//@input float showHintDuration = 2.0 {"showIf": "responseType", "showIfValue": "showHint", "label": "Duration"} - -//@input Component.MLComponent runMLMlComponent {"showIf": "responseType", "showIfValue": "machineLearning", "label": "ML Component"} -//@input string runMLAction = "Run Immediate" {"showIf": "responseType", "showIfValue": "machineLearning", "widget": "combobox", "values": [{"label": "Build", "value": "Build"}, {"label": "Run Immediate", "value": "Run Immediate"}, {"label": "Run Scheduled", "value": "Run Scheduled"}, {"label": "Cancel", "value": "Cancel"}, {"label": "Stop", "value": "Stop"}], "label": "Action"} - -//@ui {"showIf": "responseType", "showIfValue": "machineLearning", "label": "Options", "widget": "group_start"} -//@input bool runMLSync {"showIf": "runMLAction", "showIfValue": "Run Immediate", "label": "Sync"} -//@input bool runMLRecurring {"showIf": "runMLAction", "showIfValue": "Run Scheduled", "label": "Recurring"} -//@input int runMLStartTiming = 2 {"showIf": "runMLAction", "showIfValue": "Run Scheduled", "widget": "combobox", "values": [{"label": "None", "value": 1}, {"label": "Update", "value": 2}, {"label": "Late Update", "value": 3}, {"label": "On Render", "value": 4}], "label": "Start Timing"} -//@input int runMLEndTiming = 4 {"showIf": "runMLAction", "showIfValue": "Run Scheduled", "widget": "combobox", "values": [{"label": "None", "value": 1}, {"label": "Update", "value": 2}, {"label": "Late Update", "value": 3}, {"label": "On Render", "value": 4}], "label": "End Timing"} -//@ui {"showIf": "responseType", "showIfValue": "machineLearning", "widget": "group_end"} - -//@input Asset.ObjectPrefab instantiatePrefabPrefab {"showIf": "responseType", "showIfValue": "instantiatePrefab", "label": "Prefab"} -//@input SceneObject instantiatePrefabParent {"showIf": "responseType", "showIfValue": "instantiatePrefab", "label": "Parent"} - -//@input SceneObject destroyObjectObject {"showIf": "responseType", "showIfValue": "destroyObject", "label": "Object"} - -//@input string printMessageText {"showIf": "responseType", "showIfValue": "printMessage", "label": "Message"} - -//@ui {"showIf": "responseType", "showIfValue": "callScriptAPI", "label": "Target", "widget": "group_start"} -//@input string callScriptAPITargetType = "Component" {"showIf": "responseType", "showIfValue": "callScriptAPI", "widget": "combobox", "values": [{"label": "SceneObject", "value": "SceneObject"}, {"label": "Script or Component", "value": "Component"}, {"label": "Script.api (Deprecated)", "value": "Script API"}, {"label": "Global API", "value": "Global API"}], "label": "Target Type"} - -//@input SceneObject callScriptAPISceneObject {"showIf": "callScriptAPITargetType", "showIfValue": "SceneObject", "label": "Scene Object"} -//@input Component callScriptAPIComponent {"showIf": "callScriptAPITargetType", "showIfValue": "Component", "label": "Component"} -//@input Component.ScriptComponent callScriptAPIScriptComponent {"showIf": "callScriptAPITargetType", "showIfValue": "Script API", "label": "Script Component"} -//@input int callScriptAPICallType = 0 {"showIf": "responseType", "showIfValue": "callScriptAPI", "widget": "combobox", "values": [{"label": "Call Function", "value": 0}, {"label": "Set Property", "value": 1}], "label": "Call Type"} - -//@ui {"showIf": "responseType", "showIfValue": "callScriptAPI", "widget": "group_end"} -//@ui {"showIf": "responseType", "showIfValue": "callScriptAPI", "label": "Settings", "widget": "group_start"} -//@input string callScriptAPIFunctionName {"showIf": "callScriptAPICallType", "showIfValue": 0, "label": "Function Name"} -//@input string callScriptAPIPropertyName {"showIf": "callScriptAPICallType", "showIfValue": 1, "label": "Property Name"} -//@ui {"showIf": "callScriptAPICallType", "showIfValue": 0, "label": "Argument 1", "widget": "group_start"} -//@input string callScriptAPI_arg1ValueType = "None" {"showIf": "callScriptAPICallType", "showIfValue": 0, "widget": "combobox", "values": [{"label": "None", "value": "None"}, {"label": "bool", "value": "bool"}, {"label": "int", "value": "int"}, {"label": "float", "value": "float"}, {"label": "string", "value": "string"}, {"label": "Color (RGB)", "value": "Color (RGB)"}, {"label": "Color (RGBA)", "value": "Color (RGBA)"}, {"label": "vec2", "value": "vec2"}, {"label": "vec3", "value": "vec3"}, {"label": "vec4", "value": "vec4"}, {"label": "quat", "value": "quat"}, {"label": "SceneObject", "value": "SceneObject"}, {"label": "Asset", "value": "Asset"}, {"label": "Texture", "value": "Texture"}, {"label": "Component", "value": "Component"}, {"label": "bool Array", "value": "bool Array"}, {"label": "int Array", "value": "int Array"}, {"label": "float Array", "value": "float Array"}, {"label": "string Array", "value": "string Array"}, {"label": "vec2 Array", "value": "vec2 Array"}, {"label": "vec3 Array", "value": "vec3 Array"}, {"label": "vec4 Array", "value": "vec4 Array"}, {"label": "quat Array", "value": "quat Array"}, {"label": "SceneObject Array", "value": "SceneObject Array"}, {"label": "Asset Array", "value": "Asset Array"}, {"label": "Texture Array", "value": "Texture Array"}, {"label": "Component Array", "value": "Component Array"}], "label": "Value Type"} - -//@input bool callScriptAPI_arg1BoolValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "bool", "label": "Bool Value"} -//@input int callScriptAPI_arg1IntValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "int", "label": "Int Value"} -//@input float callScriptAPI_arg1FloatValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "float", "label": "Float Value"} -//@input string callScriptAPI_arg1StringValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "string", "label": "String Value"} -//@input vec3 callScriptAPI_arg1ColorRGBValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "Color (RGB)", "widget": "color", "label": "Color ( R G B) Value"} -//@input vec4 callScriptAPI_arg1ColorRGBAValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "Color (RGBA)", "widget": "color", "label": "Color ( R G B A) Value"} -//@input vec2 callScriptAPI_arg1Vec2Value {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "vec2", "label": "Vec2 Value"} -//@input vec3 callScriptAPI_arg1Vec3Value {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "vec3", "label": "Vec3 Value"} -//@input vec4 callScriptAPI_arg1Vec4Value {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "vec4", "label": "Vec4 Value"} -//@input quat callScriptAPI_arg1QuatValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "quat", "label": "Quat Value"} -//@input SceneObject callScriptAPI_arg1SceneObjectValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "SceneObject", "label": "Scene Object Value"} -//@input Asset callScriptAPI_arg1AssetValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "Asset", "label": "Asset Value"} -//@input Asset.Texture callScriptAPI_arg1TextureValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "Texture", "label": "Texture Value"} -//@input Component callScriptAPI_arg1ComponentValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "Component", "label": "Component Value"} -//@input bool[] callScriptAPI_arg1BoolArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "bool Array", "label": "Bool Array Value"} -//@input int[] callScriptAPI_arg1IntArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "int Array", "label": "Int Array Value"} -//@input float[] callScriptAPI_arg1FloatArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "float Array", "label": "Float Array Value"} -//@input string[] callScriptAPI_arg1StringArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "string Array", "label": "String Array Value"} -//@input vec2[] callScriptAPI_arg1Vec2ArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "vec2 Array", "label": "Vec2 Array Value"} -//@input vec3[] callScriptAPI_arg1Vec3ArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "vec3 Array", "label": "Vec3 Array Value"} -//@input vec4[] callScriptAPI_arg1Vec4ArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "vec4 Array", "label": "Vec4 Array Value"} -//@input quat[] callScriptAPI_arg1QuatArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "quat Array", "label": "Quat Array Value"} -//@input SceneObject[] callScriptAPI_arg1SceneObjectArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "SceneObject Array", "label": "Scene Object Array Value"} -//@input Asset[] callScriptAPI_arg1AssetArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "Asset Array", "label": "Asset Array Value"} -//@input Asset.Texture[] callScriptAPI_arg1TextureArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "Texture Array", "label": "Texture Array Value"} -//@input Component[] callScriptAPI_arg1ComponentArrayValue {"showIf": "callScriptAPI_arg1ValueType", "showIfValue": "Component Array", "label": "Component Array Value"} -//@ui {"showIf": "callScriptAPICallType", "showIfValue": 0, "widget": "group_end"} - -//@ui {"showIf": "callScriptAPICallType", "showIfValue": 0, "label": "Argument 2", "widget": "group_start"} -//@input string callScriptAPI_arg2ValueType = "None" {"showIf": "callScriptAPICallType", "showIfValue": 0, "widget": "combobox", "values": [{"label": "None", "value": "None"}, {"label": "bool", "value": "bool"}, {"label": "int", "value": "int"}, {"label": "float", "value": "float"}, {"label": "string", "value": "string"}, {"label": "Color (RGB)", "value": "Color (RGB)"}, {"label": "Color (RGBA)", "value": "Color (RGBA)"}, {"label": "vec2", "value": "vec2"}, {"label": "vec3", "value": "vec3"}, {"label": "vec4", "value": "vec4"}, {"label": "quat", "value": "quat"}, {"label": "SceneObject", "value": "SceneObject"}, {"label": "Asset", "value": "Asset"}, {"label": "Texture", "value": "Texture"}, {"label": "Component", "value": "Component"}, {"label": "bool Array", "value": "bool Array"}, {"label": "int Array", "value": "int Array"}, {"label": "float Array", "value": "float Array"}, {"label": "string Array", "value": "string Array"}, {"label": "vec2 Array", "value": "vec2 Array"}, {"label": "vec3 Array", "value": "vec3 Array"}, {"label": "vec4 Array", "value": "vec4 Array"}, {"label": "quat Array", "value": "quat Array"}, {"label": "SceneObject Array", "value": "SceneObject Array"}, {"label": "Asset Array", "value": "Asset Array"}, {"label": "Texture Array", "value": "Texture Array"}, {"label": "Component Array", "value": "Component Array"}], "label": "Value Type"} - -//@input bool callScriptAPI_arg2BoolValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "bool", "label": "Bool Value"} -//@input int callScriptAPI_arg2IntValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "int", "label": "Int Value"} -//@input float callScriptAPI_arg2FloatValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "float", "label": "Float Value"} -//@input string callScriptAPI_arg2StringValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "string", "label": "String Value"} -//@input vec3 callScriptAPI_arg2ColorRGBValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "Color (RGB)", "widget": "color", "label": "Color ( R G B) Value"} -//@input vec4 callScriptAPI_arg2ColorRGBAValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "Color (RGBA)", "widget": "color", "label": "Color ( R G B A) Value"} -//@input vec2 callScriptAPI_arg2Vec2Value {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "vec2", "label": "Vec2 Value"} -//@input vec3 callScriptAPI_arg2Vec3Value {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "vec3", "label": "Vec3 Value"} -//@input vec4 callScriptAPI_arg2Vec4Value {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "vec4", "label": "Vec4 Value"} -//@input quat callScriptAPI_arg2QuatValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "quat", "label": "Quat Value"} -//@input SceneObject callScriptAPI_arg2SceneObjectValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "SceneObject", "label": "Scene Object Value"} -//@input Asset callScriptAPI_arg2AssetValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "Asset", "label": "Asset Value"} -//@input Asset.Texture callScriptAPI_arg2TextureValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "Texture", "label": "Texture Value"} -//@input Component callScriptAPI_arg2ComponentValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "Component", "label": "Component Value"} -//@input bool[] callScriptAPI_arg2BoolArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "bool Array", "label": "Bool Array Value"} -//@input int[] callScriptAPI_arg2IntArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "int Array", "label": "Int Array Value"} -//@input float[] callScriptAPI_arg2FloatArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "float Array", "label": "Float Array Value"} -//@input string[] callScriptAPI_arg2StringArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "string Array", "label": "String Array Value"} -//@input vec2[] callScriptAPI_arg2Vec2ArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "vec2 Array", "label": "Vec2 Array Value"} -//@input vec3[] callScriptAPI_arg2Vec3ArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "vec3 Array", "label": "Vec3 Array Value"} -//@input vec4[] callScriptAPI_arg2Vec4ArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "vec4 Array", "label": "Vec4 Array Value"} -//@input quat[] callScriptAPI_arg2QuatArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "quat Array", "label": "Quat Array Value"} -//@input SceneObject[] callScriptAPI_arg2SceneObjectArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "SceneObject Array", "label": "Scene Object Array Value"} -//@input Asset[] callScriptAPI_arg2AssetArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "Asset Array", "label": "Asset Array Value"} -//@input Asset.Texture[] callScriptAPI_arg2TextureArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "Texture Array", "label": "Texture Array Value"} -//@input Component[] callScriptAPI_arg2ComponentArrayValue {"showIf": "callScriptAPI_arg2ValueType", "showIfValue": "Component Array", "label": "Component Array Value"} -//@ui {"showIf": "callScriptAPICallType", "showIfValue": 0, "widget": "group_end"} - -//@ui {"showIf": "callScriptAPICallType", "showIfValue": 1, "label": "Value", "widget": "group_start"} -//@input string callScriptAPI_valueValueType = "float" {"showIf": "callScriptAPICallType", "showIfValue": 1, "widget": "combobox", "values": [{"label": "None", "value": "None"}, {"label": "bool", "value": "bool"}, {"label": "int", "value": "int"}, {"label": "float", "value": "float"}, {"label": "string", "value": "string"}, {"label": "Color (RGB)", "value": "Color (RGB)"}, {"label": "Color (RGBA)", "value": "Color (RGBA)"}, {"label": "vec2", "value": "vec2"}, {"label": "vec3", "value": "vec3"}, {"label": "vec4", "value": "vec4"}, {"label": "quat", "value": "quat"}, {"label": "SceneObject", "value": "SceneObject"}, {"label": "Asset", "value": "Asset"}, {"label": "Texture", "value": "Texture"}, {"label": "Component", "value": "Component"}, {"label": "bool Array", "value": "bool Array"}, {"label": "int Array", "value": "int Array"}, {"label": "float Array", "value": "float Array"}, {"label": "string Array", "value": "string Array"}, {"label": "vec2 Array", "value": "vec2 Array"}, {"label": "vec3 Array", "value": "vec3 Array"}, {"label": "vec4 Array", "value": "vec4 Array"}, {"label": "quat Array", "value": "quat Array"}, {"label": "SceneObject Array", "value": "SceneObject Array"}, {"label": "Asset Array", "value": "Asset Array"}, {"label": "Texture Array", "value": "Texture Array"}, {"label": "Component Array", "value": "Component Array"}], "label": "Value Type"} - -//@input bool callScriptAPI_valueBoolValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "bool", "label": "Bool Value"} -//@input int callScriptAPI_valueIntValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "int", "label": "Int Value"} -//@input float callScriptAPI_valueFloatValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "float", "label": "Float Value"} -//@input string callScriptAPI_valueStringValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "string", "label": "String Value"} -//@input vec3 callScriptAPI_valueColorRGBValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "Color (RGB)", "widget": "color", "label": "Color ( R G B) Value"} -//@input vec4 callScriptAPI_valueColorRGBAValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "Color (RGBA)", "widget": "color", "label": "Color ( R G B A) Value"} -//@input vec2 callScriptAPI_valueVec2Value {"showIf": "callScriptAPI_valueValueType", "showIfValue": "vec2", "label": "Vec2 Value"} -//@input vec3 callScriptAPI_valueVec3Value {"showIf": "callScriptAPI_valueValueType", "showIfValue": "vec3", "label": "Vec3 Value"} -//@input vec4 callScriptAPI_valueVec4Value {"showIf": "callScriptAPI_valueValueType", "showIfValue": "vec4", "label": "Vec4 Value"} -//@input quat callScriptAPI_valueQuatValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "quat", "label": "Quat Value"} -//@input SceneObject callScriptAPI_valueSceneObjectValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "SceneObject", "label": "Scene Object Value"} -//@input Asset callScriptAPI_valueAssetValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "Asset", "label": "Asset Value"} -//@input Asset.Texture callScriptAPI_valueTextureValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "Texture", "label": "Texture Value"} -//@input Component callScriptAPI_valueComponentValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "Component", "label": "Component Value"} -//@input bool[] callScriptAPI_valueBoolArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "bool Array", "label": "Bool Array Value"} -//@input int[] callScriptAPI_valueIntArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "int Array", "label": "Int Array Value"} -//@input float[] callScriptAPI_valueFloatArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "float Array", "label": "Float Array Value"} -//@input string[] callScriptAPI_valueStringArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "string Array", "label": "String Array Value"} -//@input vec2[] callScriptAPI_valueVec2ArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "vec2 Array", "label": "Vec2 Array Value"} -//@input vec3[] callScriptAPI_valueVec3ArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "vec3 Array", "label": "Vec3 Array Value"} -//@input vec4[] callScriptAPI_valueVec4ArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "vec4 Array", "label": "Vec4 Array Value"} -//@input quat[] callScriptAPI_valueQuatArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "quat Array", "label": "Quat Array Value"} -//@input SceneObject[] callScriptAPI_valueSceneObjectArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "SceneObject Array", "label": "Scene Object Array Value"} -//@input Asset[] callScriptAPI_valueAssetArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "Asset Array", "label": "Asset Array Value"} -//@input Asset.Texture[] callScriptAPI_valueTextureArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "Texture Array", "label": "Texture Array Value"} -//@input Component[] callScriptAPI_valueComponentArrayValue {"showIf": "callScriptAPI_valueValueType", "showIfValue": "Component Array", "label": "Component Array Value"} -//@ui {"showIf": "callScriptAPICallType", "showIfValue": 1, "widget": "group_end"} - -//@ui {"showIf": "responseType", "showIfValue": "callScriptAPI", "widget": "group_end"} - -//@ui {"showIf": "responseType", "showIfValue": "sendCustomTrigger", "label": "Options", "widget": "group_start"} -//@input string sendCustomTriggerTriggerName {"showIf": "sendCustomTriggerUseList", "showIfValue": false, "label": "Trigger Name"} -//@input string[] sendCustomTriggerTriggerNames {"showIf": "sendCustomTriggerUseList", "showIfValue": true, "label": "Trigger Names"} -//@input bool sendCustomTriggerUseList {"showIf": "responseType", "showIfValue": "sendCustomTrigger", "label": "Next In List"} - -//@input bool sendCustomTriggerLoopAfterEnd = true {"showIf": "sendCustomTriggerUseList", "showIfValue": true, "label": "Loop After End"} -//@ui {"showIf": "responseType", "showIfValue": "sendCustomTrigger", "widget": "group_end"} - -//@input Physics.BodyComponent physicsApplyForceBody {"showIf": "responseType", "showIfValue": "physicsApplyForce", "label": "Body"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "label": "Settings", "widget": "group_start"} -//@input string physicsApplyForceForceType = "Position" {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "combobox", "values": [{"label": "Position", "value": "Position"}, {"label": "Rotation", "value": "Rotation"}], "label": "Force Type"} - -//@input string physicsApplyForceMode = "Impulse" {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "combobox", "values": [{"label": "Force - Continuous force (kg*cm/s^2)", "value": "Force"}, {"label": "Acceleration - Continuous acceleration (cm/s^2), applied without respect to mass", "value": "Acceleration"}, {"label": "Impulse - Instantaneous force impulse (kg*cm/s)", "value": "Impulse"}, {"label": "Velocity Change - Instantaneous change in velocity (cm/s), applied without respect to mass", "value": "VelocityChange"}, {"label": "Set Velocity - Instantaneous overwrite of velocity (cm/s), applied without respect to mass", "value": "Set Velocity"}], "label": "Mode"} -//@ui {"showIf": "physicsApplyForceMode", "showIfValue": "Force", "label": "Tip", "widget": "group_start"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "label": "Use \"Force\" for a continuous force that you will
continue applying over time. Examples: a rocket
booster triggered every Update, or a wind force
triggered by OnCollisionStay.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "group_end"} -//@ui {"showIf": "physicsApplyForceMode", "showIfValue": "Acceleration", "label": "Tip", "widget": "group_start"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "label": "Use \"Acceleration\" for a continuous acceleration
that you will continue applying over time,
ignoring mass. Examples: a rocket booster
triggered every Update, or a custom gravity
force triggered by OnCollisionStay.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "group_end"} -//@ui {"showIf": "physicsApplyForceMode", "showIfValue": "Impulse", "label": "Tip", "widget": "group_start"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "label": "Use \"Impulse\" for an instant force that will be
applied immediately. Examples: pushing an object
away on TapEvent, or making an object \"jump\"
upwards triggered by OnCollisionEnter.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "group_end"} -//@ui {"showIf": "physicsApplyForceMode", "showIfValue": "VelocityChange", "label": "Tip", "widget": "group_start"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "label": "Use \"Velocity Change\" for an instant addition of
velocity that will be applied immediately,
ignoring mass. Examples: pushing an object away
on TapEvent, or making an object \"jump\" upwards
triggered by OnCollisionEnter.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "group_end"} -//@ui {"showIf": "physicsApplyForceMode", "showIfValue": "Set Velocity", "label": "Tip", "widget": "group_start"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "label": "Use \"Set Velocity\" for an instant overwrite of
velocity that will be applied immediately.
Examples: stopping an object by setting velocity
to (0,0,0), or making an object \"jump\" upward
while cancelling any existing velocity.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "group_end"} - -//@input vec3 physicsApplyForceForceValue {"showIf": "responseType", "showIfValue": "physicsApplyForce", "label": "Force Value"} -//@input string physicsApplyForceSpace = "World" {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "combobox", "values": [{"label": "World", "value": "World"}, {"label": "Local to Object (defaults to Body)", "value": "Local to Object"}], "label": "Space"} - -//@input SceneObject physicsApplyForceObjectSpace {"showIf": "physicsApplyForceSpace", "showIfValue": "Local to Object", "label": "Object Space"} -//@ui {"showIf": "responseType", "showIfValue": "physicsApplyForce", "widget": "group_end"} - -//@ui {"showIf": "responseType", "showIfValue": "setBlendshapes", "label": "WARNING:", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "setBlendshapes", "label": "Set Blendshapes (Legacy) is Deprecated.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "setBlendshapes", "label": "Please use Set Blendshapes instead.", "widget": "label"} - -//@input Component.BlendShapes setBlendshapesBlendshapes {"showIf": "responseType", "showIfValue": "setBlendshapes", "label": "Blendshapes"} -//@input string setBlendshapesName {"showIf": "responseType", "showIfValue": "setBlendshapes", "label": "Name"} -//@input float setBlendshapesWeight = 0 {"showIf": "responseType", "showIfValue": "setBlendshapes", "label": "Weight"} - -//@ui {"showIf": "responseType", "showIfValue": "animateSprite", "label": "WARNING:", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "animateSprite", "label": "Animate Sprite is Deprecated.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "animateSprite", "label": "Please use Animate Image instead.", "widget": "label"} - -//@ui {"showIf": "responseType", "showIfValue": "setBillboardPosition", "label": "WARNING:", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "setBillboardPosition", "label": "Set Billboard Position is Deprecated.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "setBillboardPosition", "label": "Please use Set Screen Position instead.", "widget": "label"} - -//@ui {"showIf": "responseType", "showIfValue": "setBillboardRotation", "label": "WARNING:", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "setBillboardRotation", "label": "Set Billboard Rotation is Deprecated.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "setBillboardRotation", "label": "Please use Set Screen Rotation instead.", "widget": "label"} - -//@ui {"showIf": "responseType", "showIfValue": "setBillboardSize", "label": "WARNING:", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "setBillboardSize", "label": "Set Billboard Size is Deprecated.", "widget": "label"} -//@ui {"showIf": "responseType", "showIfValue": "setBillboardSize", "label": "Please use Set Screen Size instead.", "widget": "label"} - -if (!global.scBehaviorSystem) { - global.scBehaviorSystem = {}; - var globalTriggerSystem = (function() { - var listeners = {}; - - function getListeners(key) { - return setDefault(listeners, key, []); - } - return { - addListener: function(key, callback) { - getListeners(key).push(callback); - }, - removeListener: function(key, callback) { - if (!removeFromArray(getListeners(key), callback)) { - debugPrint("Failed to remove listener"); - } - }, - sendMessage: function(key) { - getListeners(key).forEach(safeCall); - }, - }; - })(); - global.scBehaviorSystem.addCustomTriggerResponse = globalTriggerSystem.addListener; - global.scBehaviorSystem.removeCustomTriggerResponse = globalTriggerSystem.removeListener; - global.scBehaviorSystem.sendCustomTrigger = globalTriggerSystem.sendMessage; -} -if (!global.behaviorSystem) { - global.behaviorSystem = global.scBehaviorSystem; -} -var lastTriggerTime; -var localTriggerResponses = []; -var resetUpdateChecks = []; -var comparisonFuncs = { - "-2": function(sign) { - return sign !== 1; - }, - "-1": function(sign) { - return sign === -1; - }, - "0": function(sign) { - return sign === 0; - }, - "3": function(sign) { - return sign !== 0; - }, - "1": function(sign) { - return sign === 1; - }, - "2": function(sign) { - return sign !== -1; - }, -}; - -function getSign(x) { - return (Math.abs(x) < .000001) ? 0 : (x > 0 ? 1 : -1); -} - -function setDefault(obj, key, def) { - if (!Object.prototype.hasOwnProperty.call(obj, key)) { - obj[key] = def; - return def; - } - return obj[key]; -} - -function removeFromArray(array, element) { - var index = array.indexOf(element); - if (index > -1) { - array.splice(index, 1); - return true; - } - return false; -} - -function debugPrint(message) { - print("[" + script.getSceneObject().name + "] " + message); -} - -function safeCall(func) { - if (func) { - func(); - } -} - -function delayedCallback(delay, callback) { - var event = script.createEvent("DelayedCallbackEvent"); - event.bind(callback); - event.reset(delay); - return event; -} - -function getOrAddComponent(obj, componentType) { - return obj.getComponent(componentType) || obj.createComponent(componentType); -} - -function createAndBindEvent(eventType, callback) { - script.createEvent(eventType).bind(callback); -} - -function whenValueBecomes(valueFunc, desiredValue, callback, allowRepeat, optInitialValue) { - var lastValue; - var initLastValue = function() { - lastValue = (!allowRepeat && optInitialValue === undefined) ? valueFunc() : optInitialValue; - }; - resetUpdateChecks.push(initLastValue); - initLastValue(); - - createAndBindEvent("UpdateEvent", function() { - var newValue = valueFunc(); - if (newValue === desiredValue && (allowRepeat || lastValue !== desiredValue)) { - callback(); - } - lastValue = newValue; - }); -} - -function checkCompareType(a, b, compareType) { - return comparisonFuncs[compareType](getSign(a - b)); -} - -function whenCompareTypeMatches(a, b, compareType, callback, allowRepeat, optInitialValue) { - var aFunc = typeof a === "function" ? a : function() { - return a; - }; - var bFunc = typeof b === "function" ? b : function() { - return b; - }; - whenValueBecomes(function() { - return checkCompareType(aFunc(), bFunc(), compareType); - }, true, callback, allowRepeat, optInitialValue); -} - -function wrapFunction(origFunc, newFunc) { - if (!origFunc) { - return newFunc; - } - return function() { - origFunc(); - newFunc(); - }; -} - -function getFallbackComponent(component, componentType) { - return component || script.getSceneObject().getComponent(componentType); -} - -function makeObjectFilter(filterType, allowedObjects, nameMatchType, allowedNames, valueType) { - var objFilter; - switch (filterType) { - case "None": - default: - objFilter = function(otherObj) { - return true; - }; - break; - case "This object": - var localObjects; - if (valueType) { - localObjects = script.getSceneObject().getComponents(valueType); - } else { - localObjects = [script.getSceneObject()]; - } - objFilter = function(otherObj) { - for (var i = 0; i < localObjects.length; i++) { - if (otherObj.isSame(localObjects[i])) { - return true; - } - } - return false; - }; - break; - case "Other object": - objFilter = function(otherObj) { - for (var i = 0; i < allowedObjects.length; i++) { - if (otherObj.isSame(allowedObjects[i])) { - return true; - } - } - return false; - }; - break; - case "Other name": - var nameMatchFunc; - switch (nameMatchType) { - case "Equals": - default: - nameMatchFunc = function(objName, targName) { - return objName == targName; - }; - break; - case "Starts With": - nameMatchFunc = function(objName, targName) { - return objName.startsWith(targName); - }; - break; - case "Regex": - nameMatchFunc = function(objName, targName) { - return !!objName.match(new RegExp(targName)); - }; - break; - } - objFilter = function(otherObj) { - var otherName = otherObj.getSceneObject().name; - for (var i = 0; i < allowedNames.length; i++) { - if (nameMatchFunc(otherName, allowedNames[i])) { - return true; - } - } - return false; - }; - break; - } - return objFilter; -} - -function setBaseTexForVis(vis, tex) { - if (vis && vis.mainPass) { - vis.mainPass.baseTex = tex; - return true; - } -} - -function getBaseTexForVis(vis) { - return vis && vis.mainPass && vis.mainPass.baseTex; -} - -function setTranPos(transform, position, useLocal) { - return useLocal ? transform.setLocalPosition(position) : transform.setWorldPosition(position); -} - -function setTranRot(transform, rotation, useLocal) { - return useLocal ? transform.setLocalRotation(rotation) : transform.setWorldRotation(rotation); -} - -function setTranScale(transform, scale, useLocal) { - return useLocal ? transform.setLocalScale(scale) : transform.setWorldScale(scale); -} -var customTriggerIndex = 0; - -function reInitialize() { - lastTriggerTime = null; - resetUpdateChecks.forEach(safeCall); -} -global.scBehaviorSystem.addCustomTriggerResponse("_reinitialize_all_behaviors", reInitialize); - -function setupTrigger() { - switch (script.triggeringEventType) { - case "TouchEvent": - setupTouchEvent(); - break; - case "FaceEvent": - setupFaceEvent(); - break; - case "OnAwake": - setupOnAwake(); - break; - case "TurnOnEvent": - setupTurnOnEvent(); - break; - case "OnEnabled": - setupOnEnabled(); - break; - case "OnDisabled": - setupOnDisabled(); - break; - case "UpdateEvent": - case "LateUpdateEvent": - case "CameraFrontEvent": - case "CameraBackEvent": - createAndBindEvent(script.triggeringEventType, onTrigger); - break; - case "InteractionEvent": - setupInteractionEvent(); - break; - case "animationEnd": - setupAnimationEnd(); - break; - case "tweenEnd": - setupTweenEnd(); - break; - case "lookingAt": - setupLookingAt(); - break; - case "boundsCheck": - setupBoundsCheck(); - break; - case "distanceCheck": - setupDistanceCheck(); - break; - case "markerTrackingEvent": - setupMarkerTrackingEvent(); - break; - case "objectTrackingEvent": - setupObjectTrackingEvent(); - break; - case "objectTracking3DEvent": - setupObjectTracking3DEvent(); - break; - case "landmarkerEvent": - setupLandmarkerEvent(); - break; - case "machineLearningEvent": - setupMachineLearningEvent(); - break; - case "recordingStart": - setupRecordingStart(); - break; - case "onCustomTrigger": - setupOnCustomTrigger(); - break; - case "physicsColliderEvent": - setupPhysicsColliderEvent(); - break; - case "physicsRaycast": - setupPhysicsRaycast(); - break; - } -} - -function doResponse() { - switch (script.responseType) { - case "textureAnimation": - triggerTextureAnimation(); - break; - case "animateMesh": - triggerAnimateMesh(); - break; - case "playSound": - triggerPlaySound(); - break; - case "playVideo": - triggerPlayVideo(); - break; - case "setEnabled": - triggerSetEnabled(); - break; - case "setParent": - triggerSetParent(); - break; - case "setColor": - triggerSetColor(); - break; - case "setTexture": - triggerSetTexture(); - break; - case "setText": - triggerSetText(); - break; - case "runTween": - triggerRunTween(); - break; - case "setPosition": - triggerSetPosition(); - break; - case "setRotation": - triggerSetRotation(); - break; - case "setScale": - triggerSetScale(); - break; - case "setScreenPosition": - triggerSetScreenPosition(); - break; - case "setScreenRotation": - triggerSetScreenRotation(); - break; - case "setScreenSize": - triggerSetScreenSize(); - break; - case "setBlendshapesV2": - triggerSetBlendshapesV2(); - break; - case "setMaterialParameter": - triggerSetMaterialParameter(); - break; - case "setTouchBlocking": - triggerSetTouchBlocking(); - break; - case "showHint": - triggerShowHint(); - break; - case "machineLearning": - triggerMachineLearning(); - break; - case "instantiatePrefab": - triggerInstantiatePrefab(); - break; - case "destroyObject": - triggerDestroyObject(); - break; - case "printMessage": - triggerPrintMessage(); - break; - case "callScriptAPI": - triggerCallScriptAPI(); - break; - case "sendCustomTrigger": - triggerSendCustomTrigger(); - break; - case "physicsApplyForce": - triggerPhysicsApplyForce(); - break; - case "setBlendshapes": - triggerSetBlendshapes(); - break; - case "animateSprite": - debugPrint("Response type Animate Sprite is DEPRECATED.\nPlease use Animate Image instead."); - break; - case "setBillboardPosition": - debugPrint("Response type Set Billboard Position is DEPRECATED.\nPlease use Set Screen Position instead."); - break; - case "setBillboardRotation": - debugPrint("Response type Set Billboard Rotation is DEPRECATED.\nPlease use Set Screen Rotation instead."); - break; - case "setBillboardSize": - debugPrint("Response type Set Billboard Size is DEPRECATED.\nPlease use Set Screen Size instead."); - break; - } - localTriggerResponses.forEach(safeCall); -} - -function onTrigger() { - var curTime = getTime(); - if (script.triggerLimitType == "Once") { - if (lastTriggerTime) { - return; - } - } else { - if (script.triggerLimitType == "Interval") { - if (curTime < (lastTriggerTime + script.triggerInterval)) { - return; - } - } - } - lastTriggerTime = curTime; - if (script.triggerDelay > 0) { - delayedCallback(script.triggerDelay, doResponse); - } else { - doResponse(); - } -} - -function setupTouchEvent() { - var targetScript = script; - if (script.touchEventTouchTarget) { - var targetObj = script.touchEventTouchTarget.getSceneObject(); - var touchComponent = getOrAddComponent(targetObj, "Component.TouchComponent"); - touchComponent.addMeshVisual(script.touchEventTouchTarget); - targetScript = targetObj.createComponent("Component.ScriptComponent"); - } - targetScript.createEvent(script.touchEventEventType).bind(onTrigger); -} - -function setupFaceEvent() { - var faceEvent = script.createEvent(script.faceEventEventType); - faceEvent.faceIndex = script.faceEventFaceIndex; - faceEvent.bind(onTrigger); -} - -function setupOnAwake() { - global.scBehaviorSystem.addCustomTriggerResponse("_trigger_all_awake_behaviors", onTrigger); - onTrigger(); -} - -function setupTurnOnEvent() { - createAndBindEvent("OnStartEvent", onTrigger); - global.scBehaviorSystem.addCustomTriggerResponse("_trigger_all_turn_on_behaviors", onTrigger); -} - -function setupOnEnabled() { - (script.onEnabledObject || script.getSceneObject()).onEnabled.add(onTrigger); -} - -function setupOnDisabled() { - (script.onDisabledObject || script.getSceneObject()).onDisabled.add(onTrigger); -} - -function setupInteractionEvent() { - if (!script.interactionEventTarget) { - debugPrint("Target must be set!"); - return; - } - var targetObj = script.interactionEventTarget.getSceneObject(); - var interactionComponent = getOrAddComponent(targetObj, "Component.InteractionComponent"); - interactionComponent.addMeshVisual(script.interactionEventTarget); - interactionComponent[script.interactionEventEventType].add(onTrigger); -} - -function setupAnimationEnd() { - switch (script.animType) { - case "Animated Texture": - default: - if (!script.animationEndAnimatedTexture) { - debugPrint("Animated Texture must be set!"); - return; - } - script.animationEndAnimatedTexture.control.setOnFinish(onTrigger); - break; - case "Image Visual": - if (!script.animationEndImageVisual) { - debugPrint("Image Visual must be set!"); - return; - } - if (script.animationEndImageVisual.mainPass) { - script.animationEndImageVisual.mainPass.baseTex.control.setOnFinish(onTrigger); - } - break; - case "Sprite Visual": - debugPrint("Sprite Visual is DEPRECATED in Anim Type.\nPlease use Image Visual instead."); - break; - case "Animation Mixer": - if (!script.animationEndAnimMixer) { - debugPrint("Anim Mixer must be set!"); - return; - } - if (!script.animationEndAnimLayerName) { - debugPrint("Anim Layer Name must be set!"); - return; - } - var mixerLayer = script.animationEndAnimMixer.getLayer(script.animationEndAnimLayerName); - if (!mixerLayer) { - debugPrint("Animation Mixer layer couldn't be found: " + script.animationEndAnimLayerName); - return; - } - whenValueBecomes(function() { - return mixerLayer.isPlaying(); - }, false, onTrigger, false); - break; - } -} - -function setupTweenEnd() { - if (!global.tweenManager) { - debugPrint("Could not find global.tweenManager - have you added Tween Manager to your project?"); - return; - } - if (!global.tweenManager.isPlaying) { - debugPrint("global.tweenManager does not contain isPlaying() - is your version up to date?"); - return; - } - var isPlaying = function() { - return global.tweenManager.isPlaying(script.tweenEndTargetObject, script.tweenEndTweenName); - }; - whenValueBecomes(isPlaying, false, onTrigger, false, false); -} - -function setupLookingAt() { - if (!script.lookingAtLookingObject) { - debugPrint("Looking Object must be set!"); - return; - } - if (!script.lookingAtLookTarget) { - debugPrint("Look Target must be set!"); - return; - } - var cutoffRadians = script.lookingAtAngle * Math.PI / 180; - var transformA = script.lookingAtLookingObject.getTransform(); - var transformB = script.lookingAtLookTarget.getTransform(); - whenCompareTypeMatches(function() { - var dir = transformB.getWorldPosition().sub(transformA.getWorldPosition()).normalize(); - var forward = script.lookingAtFlipForwardVec ? transformA.back : transformA.forward; - return forward.angleTo(dir); - }, cutoffRadians, script.lookingAtCompareType, onTrigger, script.lookingAtAllowRepeat, false); -} - -function setupBoundsCheck() { - var objectOrFallback = (script.boundsCheckObject || script.getSceneObject()); - if (!script.boundsCheckBoundaryMeshVisual) { - debugPrint("Boundary Mesh Visual must be set!"); - return; - } - var allowRepeat = false; - var valueToCheck = true; - var mesh = script.boundsCheckBoundaryMeshVisual.mesh; - var aabbMin = mesh.aabbMin; - var aabbMax = mesh.aabbMax; - switch (script.boundsCheckTriggerOptions) { - case "On Enter": - default: - allowRepeat = false; - valueToCheck = true; - break; - case "On Stay": - allowRepeat = true; - valueToCheck = true; - break; - case "On Exit": - allowRepeat = false; - valueToCheck = false; - break; - } - whenValueBecomes(function() { - var worldPos = objectOrFallback.getTransform().getWorldPosition(); - var worldToLocal = script.boundsCheckBoundaryMeshVisual.getTransform().getInvertedWorldTransform(); - var localPos = worldToLocal.multiplyPoint(worldPos); - return localPos.x >= aabbMin.x && localPos.x <= aabbMax.x && localPos.y >= aabbMin.y && localPos.y <= aabbMax.y && localPos.z >= aabbMin.z && localPos.z <= aabbMax.z; - }, valueToCheck, onTrigger, allowRepeat, false); -} - -function setupDistanceCheck() { - if (!script.distanceCheckObjectA) { - debugPrint("Object A must be set!"); - return; - } - if (!script.distanceCheckObjectB) { - debugPrint("Object B must be set!"); - return; - } - var transformA = script.distanceCheckObjectA.getTransform(); - var transformB = script.distanceCheckObjectB.getTransform(); - var flattenZ = script.distanceCheckFlattenZForScreenTransforms && script.distanceCheckObjectA.getComponent("Component.ScreenTransform") && script.distanceCheckObjectB.getComponent("Component.ScreenTransform"); - var distFunc = flattenZ ? function() { - var offset = transformB.getWorldPosition().sub(transformA.getWorldPosition()); - offset.z = 0; - return offset.length; - } : - function() { - return transformA.getWorldPosition().distance(transformB.getWorldPosition()); - }; - whenCompareTypeMatches(distFunc, script.distanceCheckDistance, script.distanceCheckCompareType, onTrigger, script.distanceCheckAllowRepeat, false); -} - -function setupMarkerTrackingEvent() { - if (!script.markerTrackingEventMarkerTracking) { - debugPrint("Marker Tracking must be set!"); - return; - } - var tracker = script.markerTrackingEventMarkerTracking; - switch (script.markerTrackingEventEventType) { - case "Marker Found": - default: - tracker.onMarkerFound = wrapFunction(tracker.onMarkerFound, onTrigger); - break; - case "Marker Lost": - tracker.onMarkerLost = wrapFunction(tracker.onMarkerLost, onTrigger); - break; - } -} - -function setupObjectTrackingEvent() { - if (!script.objectTrackingEventObjectTracking) { - debugPrint("Object Tracking must be set!"); - return; - } - var tracker = script.objectTrackingEventObjectTracking; - switch (script.objectTrackingEventEventType) { - case "Object Found": - default: - tracker.onObjectFound = wrapFunction(tracker.onObjectFound, onTrigger); - break; - case "Object Lost": - tracker.onObjectLost = wrapFunction(tracker.onObjectLost, onTrigger); - break; - case "Descriptor Start": - if (!script.objectTrackingEventDescStartKey) { - debugPrint("Descriptor must be set!"); - return; - } - tracker.registerDescriptorStart(script.objectTrackingEventDescStartKey, onTrigger); - break; - case "Descriptor End": - if (!script.objectTrackingEventDescEndKey) { - debugPrint("Descriptor must be set!"); - return; - } - tracker.registerDescriptorEnd(script.objectTrackingEventDescEndKey, onTrigger); - break; - } -} - -function setupObjectTracking3DEvent() { - if (!script.objectTracking3DEventObjectTracking3D) { - debugPrint("Object Tracking 3D must be set!"); - return; - } - var tracker = script.objectTracking3DEventObjectTracking3D; - switch (script.objectTracking3DEventEventType) { - case "Tracking Started": - default: - tracker.onTrackingStarted = wrapFunction(tracker.onTrackingStarted, onTrigger); - break; - case "Tracking Lost": - tracker.onTrackingLost = wrapFunction(tracker.onTrackingLost, onTrigger); - break; - } -} - -function setupLandmarkerEvent() { - if (!script.landmarkerEventLocationTracking) { - debugPrint("Location Tracking must be set!"); - return; - } - var tracker = script.landmarkerEventLocationTracking; - switch (script.landmarkerEventEventType) { - case "Location Found": - default: - tracker.onLocationFound = wrapFunction(tracker.onLocationFound, onTrigger); - break; - case "Location Lost": - tracker.onLocationLost = wrapFunction(tracker.onLocationLost, onTrigger); - break; - } -} - -function setupMachineLearningEvent() { - if (!script.machineLearningEventMlComponent) { - debugPrint("ML Component must be set!"); - return; - } - var mlComponent = script.machineLearningEventMlComponent; - switch (script.machineLearningEventEventType) { - case "Loading Finished": - default: - mlComponent.onLoadingFinished = wrapFunction(mlComponent.onLoadingFinished, onTrigger); - break; - case "Running Finished": - mlComponent.onRunningFinished = wrapFunction(mlComponent.onRunningFinished, onTrigger); - break; - } -} - -function setupRecordingStart() { - script.createEvent(script.recordingEventEventType || "SnapRecordStartEvent").bind(onTrigger); -} - -function setupOnCustomTrigger() { - if (script.onCustomTriggerUseList) { - for (var i = 0; i < script.onCustomTriggerTriggerNames.length; i++) { - global.scBehaviorSystem.addCustomTriggerResponse(script.onCustomTriggerTriggerNames[i], onTrigger); - } - } else { - if (!script.onCustomTriggerTriggerName) { - debugPrint("Trigger Name must be set!"); - return; - } - global.scBehaviorSystem.addCustomTriggerResponse(script.onCustomTriggerTriggerName, onTrigger); - } -} - -function setupPhysicsColliderEvent() { - var collider = getFallbackComponent(script.physicsColliderEventCollider, "Physics.ColliderComponent"); - if (!collider) { - debugPrint("Collider must be set or present on SceneObject!"); - return; - } - - var collisionFilter = makeObjectFilter(script.physicsColliderEventFilterObjectsBy, script.physicsColliderEventAllowedObjects, script.physicsColliderEventNameMatchType, script.physicsColliderEventAllowedNames, "Physics.ColliderComponent"); - var evt; - switch (script.physicsColliderEventCollisionType) { - case "Collision": - default: - switch (script.physicsColliderEventEventType) { - case "On Enter": - default: - evt = collider.onCollisionEnter; - break; - case "On Stay": - evt = collider.onCollisionStay; - break; - case "On Exit": - evt = collider.onCollisionExit; - break; - } - evt.add(function(eventArgs) { - var collision = eventArgs.collision; - if (collisionFilter(collision.collider)) { - onTrigger(); - } - }); - break; - case "Overlap": - collider.overlapFilter.includeStatic = script.physicsColliderEventOverlapStatic; - collider.overlapFilter.includeDynamic = script.physicsColliderEventOverlapDynamic; - collider.overlapFilter.includeIntangible = script.physicsColliderEventOverlapIntangible; - switch (script.physicsColliderEventEventType) { - case "On Enter": - default: - evt = collider.onOverlapEnter; - break; - case "On Stay": - evt = collider.onOverlapStay; - break; - case "On Exit": - evt = collider.onOverlapExit; - break; - } - evt.add(function(eventArgs) { - var overlap = eventArgs.overlap; - if (collisionFilter(overlap.collider)) { - onTrigger(); - } - }); - break; - } -} - -function setupPhysicsRaycast() { - var probe; - switch (script.physicsRaycastProbeType) { - case "global": - default: - probe = Physics.createGlobalProbe(); - break; - case "root": - probe = Physics.createRootProbe(); - break; - case "world": - if (!script.physicsRaycastPhysicsWorld) { - debugPrint("Physics World must be set!"); - return; - } - probe = script.physicsRaycastPhysicsWorld.createProbe(); - break; - } - probe.debugDrawEnabled = script.physicsRaycastDebugDrawEnabled; - probe.filter.includeStatic = script.physicsRaycastOverlapStatic; - probe.filter.includeDynamic = script.physicsRaycastOverlapDynamic; - probe.filter.includeIntangible = script.physicsRaycastOverlapIntangible; - - var collisionFilter = makeObjectFilter(script.physicsRaycastFilterObjectsBy, script.physicsRaycastAllowedObjects, script.physicsRaycastNameMatchType, script.physicsRaycastAllowedNames, "Physics.ColliderComponent"); - - function checkValidHit(hit) { - return hit != null && collisionFilter(hit.collider); - } - - function onHit(hit) { - if (checkValidHit(hit)) { - onTrigger(); - } - } - switch (script.physicsRaycastRaycastSource) { - case "touch": - default: - if (!script.physicsRaycastCamera) { - debugPrint("Camera must be set!"); - return; - } - var camTr = script.physicsRaycastCamera.getTransform(); - var isSpecs = global.deviceInfoSystem.isSpectacles(); - var onTouch = function(eventData) { - var origin = camTr.getWorldPosition(); - var end; - if (isSpecs) { - end = origin.add(camTr.back.uniformScale(script.physicsRaycastMaxDistance)); - } else { - var touchPos = eventData.getTouchPosition ? eventData.getTouchPosition() : eventData.getTapPosition(); - end = script.physicsRaycastCamera.screenSpaceToWorldSpace(touchPos, script.physicsRaycastMaxDistance); - } - probe.rayCast(origin, end, onHit); - }; - if (script.physicsRaycastTapEvent) { - createAndBindEvent("TapEvent", onTouch); - } - if (script.physicsRaycastTouchStartEvent) { - createAndBindEvent("TouchStartEvent", onTouch); - } - if (script.physicsRaycastTouchMoveEvent) { - createAndBindEvent("TouchMoveEvent", onTouch); - } - if (script.physicsRaycastTouchEndEvent) { - createAndBindEvent("TouchEndEvent", onTouch); - } - break; - case "object": - var sourceTr = (script.physicsRaycastSourceObject || script).getTransform(); - var dist = script.physicsRaycastMaxDistance; - if (script.physicsRaycastFlipForwardVec) { - dist = dist * -1; - } - var onUpdate = function() { - var origin = sourceTr.getWorldPosition(); - var end = origin.add(sourceTr.forward.uniformScale(dist)); - probe.rayCast(origin, end, onHit); - }; - createAndBindEvent("UpdateEvent", onUpdate); - break; - } -} - -function triggerTextureAnimation() { - if (!(script.animateImageAnimatedTexture || script.animateImageVisualObject)) { - debugPrint("Image Target must be set!"); - return; - } - if (script.animateImageAnimatedTexture && script.animateImageVisualObject) { - setBaseTexForVis(script.animateImageVisualObject, script.animateImageAnimatedTexture); - } - var tex = script.animateImageAnimatedTexture || getBaseTexForVis(script.animateImageVisualObject); - if (!tex) { - debugPrint("Animated Texture not found!"); - return; - } - var control = tex.control; - if (!control.isOfType("Provider.AnimatedTextureFileProvider")) { - debugPrint("Animated Texture provider must be of type: Provider.AnimatedTextureFileProvider"); - return; - } - if (script.animateImageAdvanced) { - control.isPingPong = script.animateImagePingPong; - control.isReversed = script.animateImageReverse; - } - switch (script.animateImageAction) { - case "Play": - control.play(script.animateImageLoop ? -1 : 1, 0); - break; - case "Play or Resume": - default: - if (control.isPlaying()) { - control.resume(); - } else { - control.play(script.animateImageLoop ? -1 : 1, 0); - } - break; - case "Pause": - control.pause(); - break; - case "Pause at Frame": - control.pauseAtFrame(script.animateImagePauseFrame); - break; - case "Toggle": - if (control.isPlaying()) { - if (control.isPaused()) { - control.resume(); - } else { - control.pause(); - } - } else { - control.play(script.animateImageLoop ? -1 : 1, 0); - } - break; - case "Stop": - control.stop(); - break; - } -} - -function triggerAnimateMesh() { - if (!script.animateMeshAnimationMixer) { - debugPrint("Animation Mixer must be set!"); - return; - } - if (!script.animateMeshLayerName) { - debugPrint("Layer Name must be set!"); - return; - } - var mixerLayer = script.animateMeshAnimationMixer.getLayer(script.animateMeshLayerName); - mixerLayer.weight = script.animateMeshWeight; - if (script.animateMeshStopOtherLayers) { - var layers = script.animateMeshAnimationMixer.getLayers(); - for (var i = 0; i < layers.length; i++) { - if (layers[i].name !== script.animateMeshLayerName) { - layers[i].stop(); - layers[i].weight = 0; - } - } - } - switch (script.animateMeshAction) { - case "Play": - mixerLayer.start(0, script.animateMeshLoop ? -1 : 1); - break; - case "Play or Resume": - default: - if (mixerLayer.isPlaying()) { - mixerLayer.resume(); - } else { - mixerLayer.start(0, script.animateMeshLoop ? -1 : 1); - } - break; - case "Pause": - mixerLayer.pause(); - break; - case "Stop": - mixerLayer.stop(); - break; - } -} - -function triggerPlaySound() { - var provider; - switch (script.playSoundAction) { - case "Play": - default: - script.playSoundAudioComponent = script.playSoundAudioComponent || - script.getSceneObject().createComponent("Component.AudioComponent"); - if (script.playSoundAudioTrack) { - script.playSoundAudioComponent.audioTrack = script.playSoundAudioTrack; - } - provider = script.playSoundAudioComponent.audioTrack && script.playSoundAudioComponent.audioTrack.control; - if (!(provider && (provider.isOfType("Provider.FileLicensedSoundProvider") || provider.isOfType("Provider.StudioLicensedSoundProvider")))) { - script.playSoundAudioComponent.volume = script.playSoundVolume; - } - try { - script.playSoundAudioComponent.play(script.playSoundLoop ? -1 : 1); - } catch (err) { - debugPrint("Problem playing sound: " + err); - } - break; - case "Stop": - if (!script.playSoundAudioComponent) { - debugPrint("Audio Component must be set!"); - return; - } - provider = script.playSoundAudioComponent.audioTrack && script.playSoundAudioComponent.audioTrack.control; - if (provider && (provider.isOfType("Provider.FileLicensedSoundProvider") || provider.isOfType("Provider.StudioLicensedSoundProvider"))) { - debugPrint("Licensed Sound doesn't support: Stop"); - return; - } - script.playSoundAudioComponent.stop(script.playSoundFadeOut); - break; - } -} - -function triggerPlayVideo() { - if (!(script.playVideoVideoTexture || script.playVideoVisualObject)) { - debugPrint("Video Target must be set!"); - return; - } - if (script.playVideoVideoTexture && script.playVideoVisualObject) { - setBaseTexForVis(script.playVideoVisualObject, script.playVideoVideoTexture); - } - var tex = script.playVideoVideoTexture || getBaseTexForVis(script.playVideoVisualObject); - if (!tex) { - debugPrint("Video Texture not found!"); - return; - } - var control = tex.control; - if (!control.isOfType("Provider.VideoTextureProvider")) { - debugPrint("Video Texture provider must be of type: Provider.VideoTextureProvider"); - return; - } - var status = control.getStatus(); - var playCount = script.playVideoLoop ? -1 : 1; - var safePlay = function() { - switch (status) { - case VideoStatus.Stopped: - control.play(playCount); - break; - case VideoStatus.Playing: - case VideoStatus.Paused: - control.stop(); - control.play(playCount); - break; - } - }; - switch (script.playVideoAction) { - case "Play": - safePlay(); - break; - case "Play or Resume": - default: - if (status == VideoStatus.Paused) { - control.resume(); - } else { - safePlay(); - } - break; - case "Pause": - if (status == VideoStatus.Playing) { - control.pause(); - } - break; - case "Toggle": - switch (status) { - case VideoStatus.Paused: - control.resume(); - break; - case VideoStatus.Playing: - control.pause(); - break; - case VideoStatus.Preparing: - control.stop(); - break; - case VideoStatus.Stopped: - control.play(playCount); - break; - } - break; - case "Stop": - if (status != VideoStatus.Stopped) { - control.stop(); - } - break; - } -} - -function triggerSetEnabled() { - var target; - switch (script.setEnabledEntityType) { - case "SceneObject": - default: - target = (script.setEnabledTarget || script.getSceneObject()); - break; - case "Component": - target = getFallbackComponent(script.setEnabledTargetComponent, "Component"); - break; - } - if (target !== undefined) { - switch (script.setEnabledAction) { - case "Enable": - default: - target.enabled = true; - break; - case "Disable": - target.enabled = false; - break; - case "Toggle": - target.enabled = !target.enabled; - break; - } - } else { - debugPrint("target is undefined"); - } -} - -function triggerSetParent() { - var targetObj = (script.setParentTarget || script.getSceneObject()); - if (script.setParentPreserveWorldTransform) { - targetObj.setParentPreserveWorldTransform(script.setParentNewParent || null); - } else { - targetObj.setParent(script.setParentNewParent || null); - } -} - -function triggerSetColor() { - var mat = script.setColorVisual || script.setColorMaterial; - if (!mat) { - debugPrint("Color Target must be set!"); - return; - } - mat.mainPass.baseColor = script.setColorColor; -} - -function triggerSetTexture() { - if (!script.setTextureTarget) { - debugPrint("Target must be set!"); - return; - } - script.setTextureTarget.mainPass.baseTex = script.setTextureNewTexture || null; -} - -function triggerSetText() { - var component; - switch (script.setTextComponentType) { - case "Text": - default: - if (!script.setTextTextComponent) { - debugPrint("Text Component must be set!"); - return; - } - component = script.setTextTextComponent; - break; - case "Text3D": - if (!script.setTextText3DComponent) { - debugPrint("Text3D Component must be set!"); - return; - } - component = script.setTextText3DComponent; - break; - } - component.text = script.setTextText; -} - -function triggerRunTween() { - if (!script.runTweenTweenName) { - debugPrint("Tween Name must be set!"); - return; - } - if (!global.tweenManager) { - debugPrint("Could not find global.tweenManager - have you added Tween Manager to your project?"); - return; - } - var obj = (script.runTweenTargetObject || script.getSceneObject()); - switch (script.runTweenAction) { - case "Start": - default: - global.tweenManager.startTween(obj, script.runTweenTweenName); - break; - case "Stop": - global.tweenManager.stopTween(obj, script.runTweenTweenName); - break; - case "Pause": - global.tweenManager.pauseTween(obj, script.runTweenTweenName); - break; - case "Resume": - var pauseCheck = global.tweenManager.isPaused; - if (pauseCheck && pauseCheck(obj, script.runTweenTweenName)) { - global.tweenManager.resumeTween(obj, script.runTweenTweenName); - } else { - var playingCheck = global.tweenManager.isPlaying; - if (!playingCheck || !playingCheck(obj, script.runTweenTweenName)) { - global.tweenManager.startTween(obj, script.runTweenTweenName); - } - } - break; - } -} - -function triggerSetPosition() { - var tran = (script.setPositionObjectToMove || script).getTransform(); - setTranPos(tran, script.setPositionPosition, script.setPositionLocalSpace); -} - -function triggerSetRotation() { - var tran = (script.setRotationObjectToRotate || script).getTransform(); - setTranRot(tran, quat.fromEulerVec(script.setRotationRotationAngle.uniformScale(Math.PI / 180)), script.setRotationLocalSpace); -} - -function triggerSetScale() { - var tran = (script.setScaleObjectToScale || script).getTransform(); - setTranScale(tran, script.setScaleScale, script.setScaleLocalSpace); -} - -function triggerSetScreenPosition() { - var screenTran = getFallbackComponent(script.setScreenPositionScreenTransform, "Component.ScreenTransform"); - if (!screenTran) { - debugPrint("Screen Transform must be set!"); - return; - } - switch (script.setScreenPositionPositionType) { - case "Basic Position": - default: - screenTran.position = script.setScreenPositionBasicPosition; - break; - case "Anchors Rect": - screenTran.anchors.setCenter(script.setScreenPositionAnchorsCenter); - break; - case "Offsets Rect": - screenTran.offsets.setCenter(script.setScreenPositionOffsetsCenter); - break; - } -} - -function triggerSetScreenRotation() { - var screenTran = getFallbackComponent(script.setScreenRotationScreenTransform, "Component.ScreenTransform"); - if (!screenTran) { - debugPrint("Screen Transform must be set!"); - return; - } - var rot = quat.fromEulerAngles(0, 0, script.setScreenRotationAngle * Math.PI / 180); - screenTran.rotation = rot; -} - -function triggerSetScreenSize() { - var screenTran = getFallbackComponent(script.setScreenSizeScreenTransform, "Component.ScreenTransform"); - if (!screenTran) { - debugPrint("Screen Transform must be set!"); - return; - } - switch (script.setScreenSizeSizeType) { - case "Basic Scale": - default: - screenTran.scale = script.setScreenSizeBasicScale; - break; - case "Anchors Rect": - screenTran.anchors.setSize(script.setScreenSizeAnchorsSize); - break; - case "Offsets Rect": - screenTran.offsets.setSize(script.setScreenSizeOffsetsSize); - break; - } -} - -function triggerSetBlendshapesV2() { - if (!script.setBlendshapesV2MeshVisual) { - debugPrint("Mesh Visual must be set!"); - return; - } - script.setBlendshapesV2MeshVisual.setBlendShapeWeight(script.setBlendshapesV2Name, script.setBlendshapesV2Weight); -} - -function triggerSetMaterialParameter() { - var target; - if (!script.setMaterialParameterParameterName) { - debugPrint("Parameter Name must be set!"); - return; - } - var val; - switch (script.setMaterialParameterTargetType) { - case "Material": - default: - if (!script.setMaterialParameterMaterial) { - debugPrint("Material must be set!"); - return; - } - target = script.setMaterialParameterMaterial.mainPass; - break; - case "MeshVisual": - if (!script.setMaterialParameterMeshVisual) { - debugPrint("Mesh Visual must be set!"); - return; - } - target = script.setMaterialParameterMeshVisual.mainPass; - break; - case "VFX Asset": - if (!script.setMaterialParameterVFXAsset) { - debugPrint("VFX Asset must be set!"); - return; - } - target = script.setMaterialParameterVFXAsset.properties; - break; - case "VFX Component": - if (!script.setMaterialParameterVFXComponent) { - debugPrint("VFX Component must be set!"); - return; - } - target = script.setMaterialParameterVFXComponent.asset.properties; - break; - } - switch (script.setMaterialParameterValueType) { - case "bool": - val = script.setMaterialParameterBoolValue; - break; - case "int": - val = script.setMaterialParameterIntValue; - break; - case "float": - default: - val = script.setMaterialParameterFloatValue; - break; - case "Color (RGB)": - val = script.setMaterialParameterColorRGBValue; - break; - case "Color (RGBA)": - val = script.setMaterialParameterColorRGBAValue; - break; - case "Texture": - val = script.setMaterialParameterTextureValue; - break; - case "vec2": - val = script.setMaterialParameterVec2Value; - break; - case "vec3": - val = script.setMaterialParameterVec3Value; - break; - case "vec4": - val = script.setMaterialParameterVec4Value; - break; - } - try { - target[script.setMaterialParameterParameterName] = val; - } catch (err) { - debugPrint("Wrong value type assigned for the " + script.setMaterialParameterParameterName + " parameter!"); - } -} - -function triggerSetTouchBlocking() { - switch (script.setTouchBlockingTargetType) { - case "Global Touches": - default: - global.touchSystem.touchBlocking = script.setTouchBlockingGlobalTouchBlocking; - global.touchSystem.enableTouchBlockingException("TouchTypeTouch", script.setTouchBlockingTouchTypeTouch); - global.touchSystem.enableTouchBlockingException("TouchTypeTap", script.setTouchBlockingTouchTypeTap); - global.touchSystem.enableTouchBlockingException("TouchTypeDoubleTap", script.setTouchBlockingTouchTypeDoubleTap); - global.touchSystem.enableTouchBlockingException("TouchTypeScale", script.setTouchBlockingTouchTypeScale); - global.touchSystem.enableTouchBlockingException("TouchTypePan", script.setTouchBlockingTouchTypePan); - global.touchSystem.enableTouchBlockingException("TouchTypeSwipe", script.setTouchBlockingTouchTypeSwipe); - break; - case "Touch Component": - if (!script.setTouchBlockingTouchComponent) { - debugPrint("Touch Component must be set!"); - return; - } - if (script.setTouchBlockingTouchTypeTouch) { - script.setTouchBlockingTouchComponent.addTouchBlockingException("TouchTypeTouch"); - } - if (script.setTouchBlockingTouchTypeTap) { - script.setTouchBlockingTouchComponent.addTouchBlockingException("TouchTypeTap"); - } - if (script.setTouchBlockingTouchTypeDoubleTap) { - script.setTouchBlockingTouchComponent.addTouchBlockingException("TouchTypeDoubleTap"); - } - if (script.setTouchBlockingTouchTypeScale) { - script.setTouchBlockingTouchComponent.addTouchBlockingException("TouchTypeScale"); - } - if (script.setTouchBlockingTouchTypePan) { - script.setTouchBlockingTouchComponent.addTouchBlockingException("TouchTypePan"); - } - if (script.setTouchBlockingTouchTypeSwipe) { - script.setTouchBlockingTouchComponent.addTouchBlockingException("TouchTypeSwipe"); - } - break; - } -} - -function triggerShowHint() { - var hintLookup = [ - "lens_hint_aim_camera_at_the_sky", - "lens_hint_blow_a_kiss", - "lens_hint_blow_a_kiss_voice_changer", - "lens_hint_come_closer", - "lens_hint_do_not_smile", - "lens_hint_do_not_try_with_a_friend", - "lens_hint_draw_with_your_finger", - "lens_hint_find_face", - "lens_hint_find_image", - "lens_hint_find_marker", - "lens_hint_find_snapcode", - "lens_hint_kiss", - "lens_hint_kiss_again", - "lens_hint_look_around", - "lens_hint_look_down", - "lens_hint_look_left", - "lens_hint_look_right", - "lens_hint_look_up", - "lens_hint_make_some_noise", - "lens_hint_move_your_head", - "lens_hint_nod_your_head", - "lens_hint_now_kiss", - "lens_hint_now_open_your_mouth", - "lens_hint_now_raise_your_eyebrows", - "lens_hint_now_smile", - "lens_hint_open_your_mouth", - "lens_hint_open_your_mouth_again", - "lens_hint_open_your_mouth_voice_changer", - "lens_hint_pick_a_face", - "lens_hint_pick_a_photo", - "lens_hint_pick_an_image", - "lens_hint_raise_your_eyebrows", - "lens_hint_raise_your_eyebrows_again", - "lens_hint_raise_eyebrows_or_open_mouth", - "lens_hint_raise_your_eyebrows_voice_changer", - "lens_hint_rotate_your_phone", - "lens_hint_say_something", - "lens_hint_smile", - "lens_hint_smile_again", - "lens_hint_smile_voice_changer", - "lens_hint_swap_camera", - "lens_hint_tap_a_surface", - "lens_hint_tap_ground_to_place", - "lens_hint_tap_surface_to_place", - "lens_hint_tap_ground", - "lens_hint_tap", - "lens_hint_tilt_your_head", - "lens_hint_try_friend", - "lens_hint_try_rear_camera", - "lens_hint_turn_around", - "lens_hint_voice_changer", - "lens_hint_walk_through_the_door" - ]; - var hintId = hintLookup[script.showHintHint]; - var hintComponent = getOrAddComponent(script.getSceneObject(), "Component.HintsComponent"); - debugPrint("Showing hint (visible on device but not in Lens Studio): " + hintId); - hintComponent.showHint(hintId, script.showHintDuration); -} - -function triggerMachineLearning() { - if (!script.runMLMlComponent) { - debugPrint("ML Component must be set!"); - return; - } - var mlComponent = script.runMLMlComponent; - switch (script.runMLAction) { - case "Build": - mlComponent.build([]); - break; - case "Run Immediate": - default: - if (mlComponent.state != MachineLearning.ModelState.Idle) { - debugPrint("MLComponent can't run because it is not in Idle state!"); - return; - } - mlComponent.runImmediate(script.runMLSync); - break; - case "Run Scheduled": - if (mlComponent.state != MachineLearning.ModelState.Idle) { - debugPrint("MLComponent can't run because it is not in Idle state!"); - return; - } - mlComponent.runScheduled(script.runMLRecurring, script.runMLStartTiming, script.runMLEndTiming); - break; - case "Cancel": - mlComponent.cancel(); - break; - case "Stop": - mlComponent.stop(); - break; - } -} - -function triggerInstantiatePrefab() { - if (!script.instantiatePrefabPrefab) { - debugPrint("Prefab must be set!"); - return; - } - script.instantiatePrefabPrefab.instantiate(script.instantiatePrefabParent || null); -} - -function triggerDestroyObject() { - if (!(isNull(script.destroyObjectObject))) { - script.destroyObjectObject.destroy(); - } -} - -function triggerPrintMessage() { - debugPrint(script.printMessageText); -} - -function triggerCallScriptAPI() { - var targetAPI; - switch (script.callScriptAPITargetType) { - case "SceneObject": - if (!script.callScriptAPISceneObject) { - debugPrint("Scene Object must be set!"); - return; - } - targetAPI = script.callScriptAPISceneObject; - break; - case "Component": - default: - if (!script.callScriptAPIComponent) { - debugPrint("Component must be set!"); - return; - } - targetAPI = script.callScriptAPIComponent; - break; - case "Script API": - if (!script.callScriptAPIScriptComponent) { - debugPrint("Script Component must be set!"); - return; - } - targetAPI = script.callScriptAPIScriptComponent.api; - break; - case "Global API": - targetAPI = global; - break; - } - var callScriptAPI_arg1Val = undefined; - switch (script.callScriptAPI_arg1ValueType) { - case "None": - default: - - break; - case "bool": - callScriptAPI_arg1Val = script.callScriptAPI_arg1BoolValue; - break; - case "int": - callScriptAPI_arg1Val = script.callScriptAPI_arg1IntValue; - break; - case "float": - callScriptAPI_arg1Val = script.callScriptAPI_arg1FloatValue; - break; - case "string": - callScriptAPI_arg1Val = script.callScriptAPI_arg1StringValue; - break; - case "Color (RGB)": - callScriptAPI_arg1Val = script.callScriptAPI_arg1ColorRGBValue; - break; - case "Color (RGBA)": - callScriptAPI_arg1Val = script.callScriptAPI_arg1ColorRGBAValue; - break; - case "vec2": - callScriptAPI_arg1Val = script.callScriptAPI_arg1Vec2Value; - break; - case "vec3": - callScriptAPI_arg1Val = script.callScriptAPI_arg1Vec3Value; - break; - case "vec4": - callScriptAPI_arg1Val = script.callScriptAPI_arg1Vec4Value; - break; - case "quat": - callScriptAPI_arg1Val = script.callScriptAPI_arg1QuatValue; - break; - case "SceneObject": - callScriptAPI_arg1Val = script.callScriptAPI_arg1SceneObjectValue; - break; - case "Asset": - callScriptAPI_arg1Val = script.callScriptAPI_arg1AssetValue; - break; - case "Texture": - callScriptAPI_arg1Val = script.callScriptAPI_arg1TextureValue; - break; - case "Component": - callScriptAPI_arg1Val = script.callScriptAPI_arg1ComponentValue; - break; - case "bool Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1BoolArrayValue; - break; - case "int Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1IntArrayValue; - break; - case "float Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1FloatArrayValue; - break; - case "string Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1StringArrayValue; - break; - case "vec2 Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1Vec2ArrayValue; - break; - case "vec3 Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1Vec3ArrayValue; - break; - case "vec4 Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1Vec4ArrayValue; - break; - case "quat Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1QuatArrayValue; - break; - case "SceneObject Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1SceneObjectArrayValue; - break; - case "Asset Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1AssetArrayValue; - break; - case "Texture Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1TextureArrayValue; - break; - case "Component Array": - callScriptAPI_arg1Val = script.callScriptAPI_arg1ComponentArrayValue; - break; - } - var callScriptAPI_arg2Val = undefined; - switch (script.callScriptAPI_arg2ValueType) { - case "None": - default: - - break; - case "bool": - callScriptAPI_arg2Val = script.callScriptAPI_arg2BoolValue; - break; - case "int": - callScriptAPI_arg2Val = script.callScriptAPI_arg2IntValue; - break; - case "float": - callScriptAPI_arg2Val = script.callScriptAPI_arg2FloatValue; - break; - case "string": - callScriptAPI_arg2Val = script.callScriptAPI_arg2StringValue; - break; - case "Color (RGB)": - callScriptAPI_arg2Val = script.callScriptAPI_arg2ColorRGBValue; - break; - case "Color (RGBA)": - callScriptAPI_arg2Val = script.callScriptAPI_arg2ColorRGBAValue; - break; - case "vec2": - callScriptAPI_arg2Val = script.callScriptAPI_arg2Vec2Value; - break; - case "vec3": - callScriptAPI_arg2Val = script.callScriptAPI_arg2Vec3Value; - break; - case "vec4": - callScriptAPI_arg2Val = script.callScriptAPI_arg2Vec4Value; - break; - case "quat": - callScriptAPI_arg2Val = script.callScriptAPI_arg2QuatValue; - break; - case "SceneObject": - callScriptAPI_arg2Val = script.callScriptAPI_arg2SceneObjectValue; - break; - case "Asset": - callScriptAPI_arg2Val = script.callScriptAPI_arg2AssetValue; - break; - case "Texture": - callScriptAPI_arg2Val = script.callScriptAPI_arg2TextureValue; - break; - case "Component": - callScriptAPI_arg2Val = script.callScriptAPI_arg2ComponentValue; - break; - case "bool Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2BoolArrayValue; - break; - case "int Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2IntArrayValue; - break; - case "float Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2FloatArrayValue; - break; - case "string Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2StringArrayValue; - break; - case "vec2 Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2Vec2ArrayValue; - break; - case "vec3 Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2Vec3ArrayValue; - break; - case "vec4 Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2Vec4ArrayValue; - break; - case "quat Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2QuatArrayValue; - break; - case "SceneObject Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2SceneObjectArrayValue; - break; - case "Asset Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2AssetArrayValue; - break; - case "Texture Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2TextureArrayValue; - break; - case "Component Array": - callScriptAPI_arg2Val = script.callScriptAPI_arg2ComponentArrayValue; - break; - } - var callScriptAPI_valueVal = undefined; - switch (script.callScriptAPI_valueValueType) { - case "None": - - break; - case "bool": - callScriptAPI_valueVal = script.callScriptAPI_valueBoolValue; - break; - case "int": - callScriptAPI_valueVal = script.callScriptAPI_valueIntValue; - break; - case "float": - default: - callScriptAPI_valueVal = script.callScriptAPI_valueFloatValue; - break; - case "string": - callScriptAPI_valueVal = script.callScriptAPI_valueStringValue; - break; - case "Color (RGB)": - callScriptAPI_valueVal = script.callScriptAPI_valueColorRGBValue; - break; - case "Color (RGBA)": - callScriptAPI_valueVal = script.callScriptAPI_valueColorRGBAValue; - break; - case "vec2": - callScriptAPI_valueVal = script.callScriptAPI_valueVec2Value; - break; - case "vec3": - callScriptAPI_valueVal = script.callScriptAPI_valueVec3Value; - break; - case "vec4": - callScriptAPI_valueVal = script.callScriptAPI_valueVec4Value; - break; - case "quat": - callScriptAPI_valueVal = script.callScriptAPI_valueQuatValue; - break; - case "SceneObject": - callScriptAPI_valueVal = script.callScriptAPI_valueSceneObjectValue; - break; - case "Asset": - callScriptAPI_valueVal = script.callScriptAPI_valueAssetValue; - break; - case "Texture": - callScriptAPI_valueVal = script.callScriptAPI_valueTextureValue; - break; - case "Component": - callScriptAPI_valueVal = script.callScriptAPI_valueComponentValue; - break; - case "bool Array": - callScriptAPI_valueVal = script.callScriptAPI_valueBoolArrayValue; - break; - case "int Array": - callScriptAPI_valueVal = script.callScriptAPI_valueIntArrayValue; - break; - case "float Array": - callScriptAPI_valueVal = script.callScriptAPI_valueFloatArrayValue; - break; - case "string Array": - callScriptAPI_valueVal = script.callScriptAPI_valueStringArrayValue; - break; - case "vec2 Array": - callScriptAPI_valueVal = script.callScriptAPI_valueVec2ArrayValue; - break; - case "vec3 Array": - callScriptAPI_valueVal = script.callScriptAPI_valueVec3ArrayValue; - break; - case "vec4 Array": - callScriptAPI_valueVal = script.callScriptAPI_valueVec4ArrayValue; - break; - case "quat Array": - callScriptAPI_valueVal = script.callScriptAPI_valueQuatArrayValue; - break; - case "SceneObject Array": - callScriptAPI_valueVal = script.callScriptAPI_valueSceneObjectArrayValue; - break; - case "Asset Array": - callScriptAPI_valueVal = script.callScriptAPI_valueAssetArrayValue; - break; - case "Texture Array": - callScriptAPI_valueVal = script.callScriptAPI_valueTextureArrayValue; - break; - case "Component Array": - callScriptAPI_valueVal = script.callScriptAPI_valueComponentArrayValue; - break; - } - switch (script.callScriptAPICallType) { - case 0: - default: - if (!script.callScriptAPIFunctionName) { - debugPrint("Function Name must be set!"); - return; - } - if (targetAPI[script.callScriptAPIFunctionName]) { - if (callScriptAPI_arg1Val !== undefined && callScriptAPI_arg2Val !== undefined) { - targetAPI[script.callScriptAPIFunctionName](callScriptAPI_arg1Val, callScriptAPI_arg2Val); - } else { - if (callScriptAPI_arg1Val !== undefined) { - targetAPI[script.callScriptAPIFunctionName](callScriptAPI_arg1Val); - } else { - targetAPI[script.callScriptAPIFunctionName](); - } - } - } else { - debugPrint(script.callScriptAPITargetType + " missing function named '" + script.callScriptAPIFunctionName + "'"); - } - break; - case 1: - if (!script.callScriptAPIPropertyName) { - debugPrint("Property Name must be set!"); - return; - } - targetAPI[script.callScriptAPIPropertyName] = callScriptAPI_valueVal; - break; - } -} - -function triggerSendCustomTrigger() { - if (script.sendCustomTriggerUseList) { - if (customTriggerIndex >= script.sendCustomTriggerTriggerNames.length) { - if (script.sendCustomTriggerLoopAfterEnd) { - customTriggerIndex = 0; - } else { - return; - } - } - if (script.sendCustomTriggerTriggerNames[customTriggerIndex]) { - global.scBehaviorSystem.sendCustomTrigger(script.sendCustomTriggerTriggerNames[customTriggerIndex]); - } - customTriggerIndex = (customTriggerIndex + 1); - } else { - if (!script.sendCustomTriggerTriggerName) { - debugPrint("Trigger Name must be set!"); - return; - } - global.scBehaviorSystem.sendCustomTrigger(script.sendCustomTriggerTriggerName); - } -} - -function triggerPhysicsApplyForce() { - var body = getFallbackComponent(script.physicsApplyForceBody, "Physics.BodyComponent"); - if (!body) { - debugPrint("Physics Body must be set or present on SceneObject!"); - return; - } - var velocityPropName; - var forceMethodName; - switch (script.physicsApplyForceForceType) { - case "Position": - default: - velocityPropName = "velocity"; - forceMethodName = "addForce"; - break; - case "Rotation": - velocityPropName = "angularVelocity"; - forceMethodName = "addTorque"; - break; - } - var forceToApply = script.physicsApplyForceForceValue; - var magnitude; - switch (script.physicsApplyForceSpace) { - case "World": - default: - - break; - case "Local to Object": - magnitude = forceToApply.length; - forceToApply = (script.physicsApplyForceObjectSpace || body).getTransform().getWorldTransform().multiplyDirection(forceToApply).normalize().uniformScale(magnitude); - break; - } - switch (script.physicsApplyForceMode) { - case "Force": - body[forceMethodName](forceToApply, Physics.ForceMode.Force); - break; - case "Acceleration": - body[forceMethodName](forceToApply, Physics.ForceMode.Acceleration); - break; - case "Impulse": - default: - body[forceMethodName](forceToApply, Physics.ForceMode.Impulse); - break; - case "VelocityChange": - body[forceMethodName](forceToApply, Physics.ForceMode.VelocityChange); - break; - case "Set Velocity": - body[velocityPropName] = forceToApply; - break; - } -} - -function triggerSetBlendshapes() { - if (!script.setBlendshapesBlendshapes) { - debugPrint("Blendshapes must be set!"); - return; - } - script.setBlendshapesBlendshapes.setBlendShape(script.setBlendshapesName, script.setBlendshapesWeight); -} -script.trigger = onTrigger; -script.api.trigger = script.trigger; -script.addTriggerResponse = function(callback) { - localTriggerResponses.push(callback); -}; -script.api.addTriggerResponse = script.addTriggerResponse; -script.removeTriggerResponse = function(callback) { - if (!removeFromArray(localTriggerResponses, callback)) { - debugPrint("Failed to remove response"); - } -}; -script.api.removeTriggerResponse = script.removeTriggerResponse; -setupTrigger(); diff --git a/lenses/physics-objects/Public/Scripts/BindTransform.js b/lenses/physics-objects/Public/Scripts/BindTransform.js deleted file mode 100644 index 6ce6b1f3..00000000 --- a/lenses/physics-objects/Public/Scripts/BindTransform.js +++ /dev/null @@ -1,95 +0,0 @@ -// BindTransform.js -// Version: 0.1.0 -// Event: Lens Initialized -// Description: Provide functions to enable/disable one object's -// children objects based on the initial state and bind -// it's transform to another object(position, rotation, scale) -// @input SceneObject sourceObject -// @input SceneObject bindObject -// @input bool bindPosition -// @input bool bindRotation -// @input bool bindScale - -if (!script.bindObject) { - print("ERROR: Bind object is not set"); - return; -} - -if (!script.sourceObject) { - print("ERROR: Source object to copy transform from is not set"); - return; -} - -var initialWorldTransform = getLocalTransform(script.bindObject); -var initialStates = getInitialStates(script.bindObject); - -var transform = script.bindObject.getTransform(); -var bindedTransform = script.sourceObject.getTransform(); - -var initPosition = transform.getLocalPosition(); -var initRotation = transform.getLocalRotation(); -var initScale = transform.getLocalScale(); - -script.api.bindTransform = bindTransform; -script.api.hideObject = hideObject; - -hideObject(); - -function bindTransform() { - setToInitialState(script.bindObject,initialStates); - applyLocalTransform(script.bindObject,initialWorldTransform); - - if (script.bindScale) { - var scale = bindedTransform.getWorldScale(); - transform.setWorldScale(scale.mult(initScale)); - } - if (script.bindRotation) { - var rotation = bindedTransform.getWorldRotation(); - transform.setWorldRotation(rotation.multiply(initRotation)); - } - if (script.bindPosition) { - var position = bindedTransform.getWorldPosition(); - transform.setWorldPosition(position.add(initPosition)); - } -} - -function hideObject() { - for (var i =0 ;i count) { - for (var j = count; j < objectCount; j++) { - script.objectsToSpawn[j].enabled = false; - } - } -} - -function layoutInCircle(objectToLayout) { - for (var pointNum = 0; pointNum < script.circleObjectCount; pointNum++) { - var objectIndex = getIndex(pointNum, duplicatedObjects.length); - var i = pointNum / script.circleObjectCount; - var angle = i * Math.PI * 2; - - var x = Math.sin(angle) * script.radiusX; - var y = Math.cos(angle) * script.radiusY; - - var curPos = new vec3(x, y, 0); - - objectToLayout[objectIndex].getTransform().setLocalPosition(curPos); - } -} - -function layoutInRect(objectToLayout, width, height, countX, countY) { - var counter = 0; - var points = getPointsAroundRectangle(countX, countY); - - for (var i = 0; i < points.length; i++) { - var objectIndex = getIndex(counter, duplicatedObjects.length); - var x = remap(0, countX - 1, -width * 0.5, width * 0.5, points[i].x); - var y = remap(0, countY - 1, -height * 0.5, height * 0.5, points[i].y); - - var curPos = new vec3(x, y, 0); - objectToLayout[objectIndex].getTransform().setLocalPosition(curPos); - counter++; - } -} - -function getIndex(count, max) { - var objectIndex = count % max; - return objectIndex; -} - -function getRectangleEdgeCount(x, y) { - var count = (x * 2) + (y * 2) - 4; - - if (count == 0) { - count = 1; - } - - return count; -} - -function getPointsAroundRectangle(width, height) { - var points = []; - - var w = 0; - var h = 0; - - // Placing top side points - h = 0; - for (w = 0; w < width; w++) { - points.push(new vec3(w, h, 0)); - } - - // Placing right side points - w = width-1; - for (h = 1; h < height; h++) { - points.push(new vec3(w, h, 0)); - } - - if (height > 1) { - // Placing bottom side points - h = height-1; - for (w = width-2; w >= 0; w--) { - points.push(new vec3(w, h, 0)); - } - } - - if (width > 1) { - // Placing left side points - w = 0; - for (h = height-2; h > 0; h--) { - points.push(new vec3(w, h, 0)); - } - } - - return points; -} - -function inverseLerp(min, max, value) { - return (value-min) / (max-min); -} - -function lerp(min, max, value) { - return (max-min) * value + min; -} - -function remap(inMin, inMax, outMin, outMax, value) { - return lerp(outMin, outMax, inverseLerp(inMin, inMax, value)); -} - -function checkInputValues() { - var thisSceneObject = script.getSceneObject(); - var objectCount = script.objectsToSpawn.length; - - if (objectCount == 0) { - print("ObjectsLayout, ERROR: Please assign objects to being layout in " + thisSceneObject.name + " sceneobject"); - return false; - } - - for (var i = 0; i < objectCount; i++) { - if (script.objectsToSpawn[i] == null) { - print("ObjectsLayout, ERROR: Make sure to assign objects in the Objects input"); - return false; - } - } - - return true; -} diff --git a/lenses/physics-objects/Public/Scripts/RequestUnityState.js b/lenses/physics-objects/Public/Scripts/RequestUnityState.js deleted file mode 100644 index d4fa7067..00000000 --- a/lenses/physics-objects/Public/Scripts/RequestUnityState.js +++ /dev/null @@ -1,60 +0,0 @@ -// -----JS CODE----- -// @input Asset.RemoteServiceModule remoteServiceModule -// @input int maximumConsecutiveErrors - - -// Import module -const Module = require("./Unity SDK - Generic API API Module"); -const ApiModule = new Module.ApiModule(script.remoteServiceModule); - -if (typeof(global.consecutiveErrorCount) === 'undefined') -{ - global.consecutiveErrorCount = 0; -} - -script.api.requestUpdatedStateFromUnity = function() -{ - - print("requesting unity update") - //requesting update from unity - ApiModule.unityRequestState(script.api.handleUnityUpdate) -} - -script.api.handleUnityUpdate = function(err, response) { - if (err) { - global.consecutiveErrorCount += 1 - print("Unity state: error " + global.consecutiveErrorCount); - if (global.consecutiveErrorCount >= script.maximumConsecutiveErrors) { - print("Too many errors. giving up on getting state from Unity") - } else { - script.api.requestUpdatedStateFromUnity() - } - } else { - print("Success. got updated state from unity") - global.consecutiveErrorCount = 0 - print(JSON.stringify(response)) - if (response) { - if (response.isPressingButton == "true") { - global.behaviorSystem.sendCustomTrigger("Unity_ButtonDown"); - } - else if (response.isPressingButton == "false") { - global.behaviorSystem.sendCustomTrigger("Unity_ButtonUp"); - } - else if (response.resetScene == "true") { - global.behaviorSystem.sendCustomTrigger("Unity_ResetScene"); - } - } - - // Remote APIs are stateless, and there's no two-way connection - // In order to receive updates from Unity we have to send a request - // that will be left "hanging" until Unity is ready to respond with a new update - // this way we can simulate a push from Unity to the Lens. - // We will likely revisit that to create a proper push/pull stream between Unity and Lens - // For now, as soon as the response is processed, we immediately leave another open request. - script.api.requestUpdatedStateFromUnity() - - } - -} - -script.api.requestUpdatedStateFromUnity(); diff --git a/lenses/physics-objects/Public/Scripts/SlowMotionSetting.js b/lenses/physics-objects/Public/Scripts/SlowMotionSetting.js deleted file mode 100644 index 0110d835..00000000 --- a/lenses/physics-objects/Public/Scripts/SlowMotionSetting.js +++ /dev/null @@ -1,22 +0,0 @@ -// SlowMotionSetting.js -// Version: 0.1.0 -// Event: Initialized -// Description: Enable/Disable root slow motion setting. -//@input Physics.WorldComponent worldComponent -//@input float slowStep {"widget":"slider", "min":0, "max":10, "step":0.1} -//@input float slowTime {"widget":"slider", "min":0, "max":10, "step":0.11} -var disableSlowMotionStep = 1.0; -var disableSlowMotionTime = 1.0; -var worldSettings = script.worldComponent.worldSettings; -script.api.enableSlowMotion = enableSlowMotion; -script.api.disableSlowMotion = disableSlowMotion; - -function enableSlowMotion() { - worldSettings.slowDownStep = script.slowStep; - worldSettings.slowDownTime = script.slowTime; -} - -function disableSlowMotion() { - worldSettings.slowDownStep = disableSlowMotionStep; - worldSettings.slowDownTime = disableSlowMotionTime; -} diff --git a/lenses/physics-objects/Public/Scripts/Tween/Tween.js b/lenses/physics-objects/Public/Scripts/Tween/Tween.js deleted file mode 100644 index 90a3bee4..00000000 --- a/lenses/physics-objects/Public/Scripts/Tween/Tween.js +++ /dev/null @@ -1,911 +0,0 @@ -/** - * Tween.js - Licensed under the MIT license - * https://github.com/tweenjs/tween.js - * ---------------------------------------------- - * - * See https://github.com/tweenjs/tween.js/graphs/contributors for the full list of contributors. - * Thank you all, you're awesome! - */ - - -var _Group = function () { - this._tweens = {}; - this._tweensAddedDuringUpdate = {}; -}; - -_Group.prototype = { - getAll: function () { - - return Object.keys(this._tweens).map(function (tweenId) { - return this._tweens[tweenId]; - }.bind(this)); - - }, - - removeAll: function () { - - this._tweens = {}; - - }, - - add: function (tween) { - - this._tweens[tween.getId()] = tween; - this._tweensAddedDuringUpdate[tween.getId()] = tween; - - }, - - remove: function (tween) { - - delete this._tweens[tween.getId()]; - delete this._tweensAddedDuringUpdate[tween.getId()]; - - }, - - update: function (time, preserve) { - - var tweenIds = Object.keys(this._tweens); - - if (tweenIds.length === 0) { - return false; - } - - time = time !== undefined ? time : TWEEN.now(); - - // Tweens are updated in "batches". If you add a new tween during an update, then the - // new tween will be updated in the next batch. - // If you remove a tween during an update, it may or may not be updated. However, - // if the removed tween was added during the current batch, then it will not be updated. - while (tweenIds.length > 0) { - this._tweensAddedDuringUpdate = {}; - - for (var i = 0; i < tweenIds.length; i++) { - - var tween = this._tweens[tweenIds[i]]; - - if (tween && tween.update(time) === false) { - tween._isPlaying = false; - - if (!preserve) { - delete this._tweens[tweenIds[i]]; - } - } - } - - tweenIds = Object.keys(this._tweensAddedDuringUpdate); - } - - return true; - - } -}; - -var TWEEN = new _Group(); - -TWEEN.Group = _Group; -TWEEN._nextId = 0; -TWEEN.nextId = function () { - return TWEEN._nextId++; -}; - - -// Include a performance.now polyfill. -// In node.js, use process.hrtime. -if (typeof (window) === 'undefined' && typeof (process) !== 'undefined') { - TWEEN.now = function () { - var time = process.hrtime(); - - // Convert [seconds, nanoseconds] to milliseconds. - return time[0] * 1000 + time[1] / 1000000; - }; -} -// In a browser, use window.performance.now if it is available. -else if (typeof (window) !== 'undefined' && - window.performance !== undefined && - window.performance.now !== undefined) { - // This must be bound, because directly assigning this function - // leads to an invocation exception in Chrome. - TWEEN.now = window.performance.now.bind(window.performance); -} -// Use Date.now if it is available. -else if (Date.now !== undefined) { - TWEEN.now = Date.now; -} -// Otherwise, use 'new Date().getTime()'. -else { - TWEEN.now = function () { - return new Date().getTime(); - }; -} - - -TWEEN.Tween = function (object, group) { - this._object = object; - this._valuesStart = {}; - this._valuesEnd = {}; - this._valuesStartRepeat = {}; - this._duration = 1000; - this._repeat = 0; - this._repeatDelayTime = undefined; - this._yoyo = false; - this._isPlaying = false; - this._reversed = false; - this._delayTime = 0; - this._startTime = null; - this._easingFunction = TWEEN.Easing.Linear.None; - this._interpolationFunction = TWEEN.Interpolation.Linear; - this._chainedTweens = []; - this._onStartCallback = null; - this._onStartCallbackFired = false; - this._onUpdateCallback = null; - this._onCompleteCallback = null; - this._onStopCallback = null; - this._group = group || TWEEN; - this._id = TWEEN.nextId(); - -}; - -TWEEN.Tween.prototype = { - getId: function getId() { - return this._id; - }, - - isPlaying: function isPlaying() { - return this._isPlaying; - }, - - to: function to(properties, duration) { - - this._valuesEnd = properties; - - if (duration !== undefined) { - this._duration = duration; - } - - return this; - - }, - - start: function start(time) { - - this._group.add(this); - - this._isPlaying = true; - - this._onStartCallbackFired = false; - - this._startTime = time !== undefined ? typeof time === 'string' ? TWEEN.now() + parseFloat(time) : time : TWEEN.now(); - this._startTime += this._delayTime; - - for (var property in this._valuesEnd) { - - // Check if an Array was provided as property value - if (this._valuesEnd[property] instanceof Array) { - - if (this._valuesEnd[property].length === 0) { - continue; - } - - // Create a local copy of the Array with the start value at the front - this._valuesEnd[property] = [this._object[property]].concat(this._valuesEnd[property]); - - } - - // If `to()` specifies a property that doesn't exist in the source object, - // we should not set that property in the object - if (this._object[property] === undefined) { - continue; - } - - // Save the starting value. - this._valuesStart[property] = this._object[property]; - - if ((this._valuesStart[property] instanceof Array) === false) { - this._valuesStart[property] *= 1.0; // Ensures we're using numbers, not strings - } - - this._valuesStartRepeat[property] = this._valuesStart[property] || 0; - - } - - return this; - - }, - - stop: function stop() { - - if (!this._isPlaying) { - return this; - } - - this._group.remove(this); - this._isPlaying = false; - - if (this._onStopCallback !== null) { - this._onStopCallback(this._object); - } - - this.stopChainedTweens(); - return this; - - }, - - end: function end() { - - this.update(this._startTime + this._duration); - return this; - - }, - - stopChainedTweens: function stopChainedTweens() { - - for (var i = 0, numChainedTweens = this._chainedTweens.length; i < numChainedTweens; i++) { - this._chainedTweens[i].stop(); - } - - }, - - delay: function delay(amount) { - - this._delayTime = amount; - return this; - - }, - - repeat: function repeat(times) { - - this._repeat = times; - return this; - - }, - - repeatDelay: function repeatDelay(amount) { - - this._repeatDelayTime = amount; - return this; - - }, - - yoyo: function yoyo(yoyo) { - - this._yoyo = yoyo; - return this; - - }, - - easing: function easing(easing) { - - this._easingFunction = easing; - return this; - - }, - - interpolation: function interpolation(interpolation) { - - this._interpolationFunction = interpolation; - return this; - - }, - - chain: function chain() { - - this._chainedTweens = arguments; - return this; - - }, - - onStart: function onStart(callback) { - - this._onStartCallback = callback; - return this; - - }, - - onUpdate: function onUpdate(callback) { - - this._onUpdateCallback = callback; - return this; - - }, - - onComplete: function onComplete(callback) { - - this._onCompleteCallback = callback; - return this; - - }, - - onStop: function onStop(callback) { - - this._onStopCallback = callback; - return this; - - }, - - update: function update(time) { - - var property; - var elapsed; - var value; - - if (time < this._startTime) { - return true; - } - - if (this._onStartCallbackFired === false) { - - if (this._onStartCallback !== null) { - this._onStartCallback(this._object); - } - - this._onStartCallbackFired = true; - } - - elapsed = (time - this._startTime) / this._duration; - elapsed = elapsed > 1 ? 1 : elapsed; - - value = this._easingFunction(elapsed); - - for (property in this._valuesEnd) { - - // Don't update properties that do not exist in the source object - if (this._valuesStart[property] === undefined) { - continue; - } - - var start = this._valuesStart[property] || 0; - var end = this._valuesEnd[property]; - - if (end instanceof Array) { - - this._object[property] = this._interpolationFunction(end, value); - - } else { - - // Parses relative end values with start as base (e.g.: +10, -3) - if (typeof (end) === 'string') { - - if (end.charAt(0) === '+' || end.charAt(0) === '-') { - end = start + parseFloat(end); - } else { - end = parseFloat(end); - } - } - - // Protect against non numeric properties. - if (typeof (end) === 'number') { - this._object[property] = start + (end - start) * value; - } - - } - - } - - if (this._onUpdateCallback !== null) { - this._onUpdateCallback(this._object); - } - - if (elapsed === 1) { - - if (this._repeat > 0) { - - if (isFinite(this._repeat)) { - this._repeat--; - } - - // Reassign starting values, restart by making startTime = now - for (property in this._valuesStartRepeat) { - - if (typeof (this._valuesEnd[property]) === 'string') { - this._valuesStartRepeat[property] = this._valuesStartRepeat[property] + parseFloat(this._valuesEnd[property]); - } - - if (this._yoyo) { - var tmp = this._valuesStartRepeat[property]; - - this._valuesStartRepeat[property] = this._valuesEnd[property]; - this._valuesEnd[property] = tmp; - } - - this._valuesStart[property] = this._valuesStartRepeat[property]; - - } - - if (this._yoyo) { - this._reversed = !this._reversed; - } - - if (this._repeatDelayTime !== undefined) { - this._startTime = time + this._repeatDelayTime; - } else { - this._startTime = time + this._delayTime; - } - - return true; - - } else { - - if (this._onCompleteCallback !== null) { - - this._onCompleteCallback(this._object); - } - - for (var i = 0, numChainedTweens = this._chainedTweens.length; i < numChainedTweens; i++) { - // Make the chained tweens start exactly at the time they should, - // even if the `update()` method was called way past the duration of the tween - this._chainedTweens[i].start(this._startTime + this._duration); - } - - return false; - - } - - } - - return true; - - } -}; - - -TWEEN.Easing = { - - Linear: { - - None: function (k) { - - return k; - - } - - }, - - Quadratic: { - - In: function (k) { - - return k * k; - - }, - - Out: function (k) { - - return k * (2 - k); - - }, - - InOut: function (k) { - - if ((k *= 2) < 1) { - return 0.5 * k * k; - } - - return - 0.5 * (--k * (k - 2) - 1); - - } - - }, - - Cubic: { - - In: function (k) { - - return k * k * k; - - }, - - Out: function (k) { - - return --k * k * k + 1; - - }, - - InOut: function (k) { - - if ((k *= 2) < 1) { - return 0.5 * k * k * k; - } - - return 0.5 * ((k -= 2) * k * k + 2); - - } - - }, - - Quartic: { - - In: function (k) { - - return k * k * k * k; - - }, - - Out: function (k) { - - return 1 - (--k * k * k * k); - - }, - - InOut: function (k) { - - if ((k *= 2) < 1) { - return 0.5 * k * k * k * k; - } - - return - 0.5 * ((k -= 2) * k * k * k - 2); - - } - - }, - - Quintic: { - - In: function (k) { - - return k * k * k * k * k; - - }, - - Out: function (k) { - - return --k * k * k * k * k + 1; - - }, - - InOut: function (k) { - - if ((k *= 2) < 1) { - return 0.5 * k * k * k * k * k; - } - - return 0.5 * ((k -= 2) * k * k * k * k + 2); - - } - - }, - - Sinusoidal: { - - In: function (k) { - - return 1 - Math.cos(k * Math.PI / 2); - - }, - - Out: function (k) { - - return Math.sin(k * Math.PI / 2); - - }, - - InOut: function (k) { - - return 0.5 * (1 - Math.cos(Math.PI * k)); - - } - - }, - - Exponential: { - - In: function (k) { - - return k === 0 ? 0 : Math.pow(1024, k - 1); - - }, - - Out: function (k) { - - return k === 1 ? 1 : 1 - Math.pow(2, - 10 * k); - - }, - - InOut: function (k) { - - if (k === 0) { - return 0; - } - - if (k === 1) { - return 1; - } - - if ((k *= 2) < 1) { - return 0.5 * Math.pow(1024, k - 1); - } - - return 0.5 * (- Math.pow(2, - 10 * (k - 1)) + 2); - - } - - }, - - Circular: { - - In: function (k) { - - return 1 - Math.sqrt(1 - k * k); - - }, - - Out: function (k) { - - return Math.sqrt(1 - (--k * k)); - - }, - - InOut: function (k) { - - if ((k *= 2) < 1) { - return - 0.5 * (Math.sqrt(1 - k * k) - 1); - } - - return 0.5 * (Math.sqrt(1 - (k -= 2) * k) + 1); - - } - - }, - - Elastic: { - - In: function (k) { - - if (k === 0) { - return 0; - } - - if (k === 1) { - return 1; - } - - return -Math.pow(2, 10 * (k - 1)) * Math.sin((k - 1.1) * 5 * Math.PI); - - }, - - Out: function (k) { - - if (k === 0) { - return 0; - } - - if (k === 1) { - return 1; - } - - return Math.pow(2, -10 * k) * Math.sin((k - 0.1) * 5 * Math.PI) + 1; - - }, - - InOut: function (k) { - - if (k === 0) { - return 0; - } - - if (k === 1) { - return 1; - } - - k *= 2; - - if (k < 1) { - return -0.5 * Math.pow(2, 10 * (k - 1)) * Math.sin((k - 1.1) * 5 * Math.PI); - } - - return 0.5 * Math.pow(2, -10 * (k - 1)) * Math.sin((k - 1.1) * 5 * Math.PI) + 1; - - } - - }, - - Back: { - - In: function (k) { - - var s = 1.70158; - - return k * k * ((s + 1) * k - s); - - }, - - Out: function (k) { - - var s = 1.70158; - - return --k * k * ((s + 1) * k + s) + 1; - - }, - - InOut: function (k) { - - var s = 1.70158 * 1.525; - - if ((k *= 2) < 1) { - return 0.5 * (k * k * ((s + 1) * k - s)); - } - - return 0.5 * ((k -= 2) * k * ((s + 1) * k + s) + 2); - - } - - }, - - Bounce: { - - In: function (k) { - - return 1 - TWEEN.Easing.Bounce.Out(1 - k); - - }, - - Out: function (k) { - - if (k < (1 / 2.75)) { - return 7.5625 * k * k; - } else if (k < (2 / 2.75)) { - return 7.5625 * (k -= (1.5 / 2.75)) * k + 0.75; - } else if (k < (2.5 / 2.75)) { - return 7.5625 * (k -= (2.25 / 2.75)) * k + 0.9375; - } else { - return 7.5625 * (k -= (2.625 / 2.75)) * k + 0.984375; - } - - }, - - InOut: function (k) { - - if (k < 0.5) { - return TWEEN.Easing.Bounce.In(k * 2) * 0.5; - } - - return TWEEN.Easing.Bounce.Out(k * 2 - 1) * 0.5 + 0.5; - - } - - } - -}; - -TWEEN.Interpolation = { - - Linear: function (v, k) { - - var m = v.length - 1; - var f = m * k; - var i = Math.floor(f); - var fn = TWEEN.Interpolation.Utils.Linear; - - if (k < 0) { - return fn(v[0], v[1], f); - } - - if (k > 1) { - return fn(v[m], v[m - 1], m - f); - } - - return fn(v[i], v[i + 1 > m ? m : i + 1], f - i); - - }, - - Bezier: function (v, k) { - - var b = 0; - var n = v.length - 1; - var pw = Math.pow; - var bn = TWEEN.Interpolation.Utils.Bernstein; - - for (var i = 0; i <= n; i++) { - b += pw(1 - k, n - i) * pw(k, i) * v[i] * bn(n, i); - } - - return b; - - }, - - CatmullRom: function (v, k) { - - var m = v.length - 1; - var f = m * k; - var i = Math.floor(f); - var fn = TWEEN.Interpolation.Utils.CatmullRom; - - if (v[0] === v[m]) { - - if (k < 0) { - i = Math.floor(f = m * (1 + k)); - } - - return fn(v[(i - 1 + m) % m], v[i], v[(i + 1) % m], v[(i + 2) % m], f - i); - - } else { - - if (k < 0) { - return v[0] - (fn(v[0], v[0], v[1], v[1], -f) - v[0]); - } - - if (k > 1) { - return v[m] - (fn(v[m], v[m], v[m - 1], v[m - 1], f - m) - v[m]); - } - - return fn(v[i ? i - 1 : 0], v[i], v[m < i + 1 ? m : i + 1], v[m < i + 2 ? m : i + 2], f - i); - - } - - }, - - Utils: { - - Linear: function (p0, p1, t) { - - return (p1 - p0) * t + p0; - - }, - - Bernstein: function (n, i) { - - var fc = TWEEN.Interpolation.Utils.Factorial; - - return fc(n) / fc(i) / fc(n - i); - - }, - - Factorial: (function () { - - var a = [1]; - - return function (n) { - - var s = 1; - - if (a[n]) { - return a[n]; - } - - for (var i = n; i > 1; i--) { - s *= i; - } - - a[n] = s; - return s; - - }; - - })(), - - CatmullRom: function (p0, p1, p2, p3, t) { - - var v0 = (p2 - p0) * 0.5; - var v1 = (p3 - p1) * 0.5; - var t2 = t * t; - var t3 = t * t2; - - return (2 * p1 - 2 * p2 + v0 + v1) * t3 + (- 3 * p1 + 3 * p2 - 2 * v0 - v1) * t2 + v0 * t + p1; - - } - - } - -}; - -// UMD (Universal Module Definition) -(function (root) { - - if (typeof define === 'function' && define.amd) { - - // AMD - define([], function () { - return TWEEN; - }); - - } else if (typeof module !== 'undefined' && typeof exports === 'object') { - // Node.js - module.exports = TWEEN; - - } else if (root !== undefined) { - - // Global variable - root.TWEEN = TWEEN; - - } - -})(this); diff --git a/lenses/physics-objects/Public/Scripts/Tween/TweenManager.js b/lenses/physics-objects/Public/Scripts/Tween/TweenManager.js deleted file mode 100644 index 3b3c3464..00000000 --- a/lenses/physics-objects/Public/Scripts/Tween/TweenManager.js +++ /dev/null @@ -1,531 +0,0 @@ -// TweenManager.js -// Version: 0.1.0 -// Event: Lens Initialized -// Description: Calls TweenJS' update and adds some global helper functions -// -// ----- USAGE ----- -// To start a tween by name on a given object. Optional callback script -// global.tweenManager.startTween( tweenObject, tweenName, callback ) -// -// To stop a tween by name on a given object -// global.tweenManager.stopTween( tweenObject, tweenName ) -// -// To reset object, call before starting the tween again -// global.tweenManager.resetObject( tweenObject, tweenName ) -// -// To pause a tween on a given object -// global.tweenManager.pauseTween( tweenObject, tweenName ) -// -// To resume a paused tween on a given object -// global.tweenManager.resumeTween( tweenObject, tweenName ) -// -// Get the value of a Tween Value -// global.tweenManager.getGenericTweenValue( tweenObject, tweenName ) -// -// To reset tween on a given object -// global.tweenManager.resetTween( tweenObject, tweenName ) -// -// To reset all registered tweens -// global.tweenManager.resetTweens() -// -// To start all registered tweens which has PlayAutomatically set to true -// global.tweenManager.restartAutoTweens() -// ----------------- - -// @input bool printDebugLog = false - -// Add play and pause functionality to Tween.js -global.TWEEN.Tween.prototype._isPaused = false; -global.TWEEN.Tween.prototype._pauseTime = null; - -global.TWEEN.Tween.prototype.resume = function(tweenName) { - if (!this._isPaused) { - debugPrint("Tween Manager: " + tweenName + " has not been paused. Did you mean to call startTween this Tween instead?"); - return; - } - - this._isPaused = !this._isPaused; - - this._startTime += new Date().getTime() - this._pauseTime; - - global.TWEEN.add(this); -}; - -global.TWEEN.Tween.prototype.pause = function(tweenName) { - if (this._isPaused) { - debugPrint("Tween Manager: Warning, " + tweenName + ", has already been paused."); - return; - } - - this._isPaused = !this._isPaused; - - this._pauseTime = new Date().getTime(); - - global.TWEEN.remove(this); -}; - -// On update, update the Tween engine -function onUpdateEvent() { - global.TWEEN.update(); -} - -// Bind an update event -var updateEvent = script.createEvent("UpdateEvent"); -updateEvent.bind(onUpdateEvent); - -// Resume a tween that has been paused -function resumeTween(tweenObject, _tweenName) { - var tweenScriptComponent = findTween(tweenObject, _tweenName); - if (tweenScriptComponent) { - var tweenName = tweenScriptComponent.api.tweenName; - if (tweenScriptComponent.api.playAll && tweenScriptComponent.api.tweenType == "chain") { - for (var i = 0; i < tweenScriptComponent.api.allTweens.length; i++) { - tweenScriptComponent.api.allTweens[i].resume(tweenName); - } - } else if (tweenScriptComponent.api.tween) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - for (var j = 0; j < tweenScriptComponent.api.tween.length; j++) { - tweenScriptComponent.api.tween[j].resume(tweenName); - } - } else { - tweenScriptComponent.api.tween.resume(tweenName); - } - } else { - debugPrint("Tween Manager: Warning, trying to resume " + tweenName + ", which hasn't been initialized", true); - } - } else { - debugPrint("Tween Manager: Trying to resume " + tweenName + ", which does not exist. Ensure that the Tween Type has been initialized and started.", true); - } -} - -// Pause a tween that is currently playing -function pauseTween(tweenObject, _tweenName) { - var tweenScriptComponent = findTween(tweenObject, _tweenName); - if (tweenScriptComponent) { - var tweenName = tweenScriptComponent.api.tweenName; - if (tweenScriptComponent.api.tweenType == "chain" && tweenScriptComponent.api.playAll) { - for (var i = 0; i < tweenScriptComponent.api.allTweens.length; i++) { - tweenScriptComponent.api.allTweens[i].pause(tweenName); - } - } else if (tweenScriptComponent.api.tween) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - for (var j = 0; j < tweenScriptComponent.api.tween.length; j++) { - tweenScriptComponent.api.tween[j].pause(tweenName); - } - } else { - tweenScriptComponent.api.tween.pause(tweenName); - } - } else { - debugPrint("Tween Manager: Warning, trying to pause " + tweenName + ", which hasn't been initialized", true); - } - } else { - debugPrint("Tween Manager: Trying to pause " + tweenName + ", which does not exist. Ensure that the Tween Type has been initialized and started.", true); - } -} - -function isPaused(tweenObject, tweenName) { - var tweenScriptComponent = findTween(tweenObject, tweenName); - if (tweenScriptComponent) { - if (tweenScriptComponent.api.tween) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - return tweenScriptComponent.api.tween[tweenScriptComponent.api.tween.length - 1]._isPaused; - } - - return tweenScriptComponent.api.tween._isPaused; - } - - return false; - } - - debugPrint("TweenManager: You are trying to check if " + tweenName + " is currently paused, but a Tween of that type does not exist on " + tweenObject.name + ".", true); -} - -// Return true if a tween is playing, false otherwise -function isPlaying(tweenObject, tweenName) { - var tweenScriptComponent = findTween(tweenObject, tweenName); - if (tweenScriptComponent) { - if (tweenScriptComponent.api.tween) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - return tweenScriptComponent.api.tween[tweenScriptComponent.api.tween.length - 1]._isPlaying; - } - - return tweenScriptComponent.api.tween._isPlaying; - } - - return false; - } - - debugPrint("TweenManager: You are trying to check if " + tweenName + " is currently playing, but a Tween of that type does not exist on " + tweenObject.name + ".", true); -} - -// Global function to start a tween on a specific object -function startTween(tweenObject, tweenName, completeCallback, startCallback, stopCallback) { - var tweenScriptComponent = findTween(tweenObject, tweenName); - if (tweenScriptComponent) { - debugPrint("Tween Manager: Starting " + tweenName); - - // Remove tween if it already exists - if (tweenScriptComponent.api.tween) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - for (var i in tweenScriptComponent.api.tween) { - global.TWEEN.remove(tweenScriptComponent.api.tween[i]); - } - } else { - global.TWEEN.remove(tweenScriptComponent.api.tween); - } - } - - // Start the tween - tweenScriptComponent.api.startTween(); - - // Add the callbacks - if (tweenScriptComponent.api.tweenType == "chain") { - if (completeCallback) { - if (tweenScriptComponent.api.playAll) { - tweenScriptComponent.api.longestTween.onComplete(completeCallback); - } else { - if (Array.isArray(tweenScriptComponent.api.lastTween)) { - tweenScriptComponent.api.lastTween[tweenScriptComponent.api.lastTween.length - 1].onComplete(completeCallback); - } else { - tweenScriptComponent.api.lastTween.onComplete(completeCallback); - } - } - } - - if (startCallback) { - if (Array.isArray(tweenScriptComponent.api.firstTween)) { - tweenScriptComponent.api.firstTween[tweenScriptComponent.api.firstTween.length - 1].onStart(startCallback); - } else { - tweenScriptComponent.api.firstTween.onStart(startCallback); - } - } - - if (stopCallback) { - for (var k = 0; k < tweenScriptComponent.api.allTweens.length; k++) { - var currentTween = tweenScriptComponent.api.allTweens[k]; - if (Array.isArray(currentTween)) { - for (var j = 0; j < currentTween.length; j++) { - currentTween[j].onStop(stopCallback); - } - } else { - currentTween.onStop(stopCallback); - } - } - } - } else { - if (completeCallback) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - tweenScriptComponent.api.tween[tweenScriptComponent.api.tween.length - 1].onComplete(completeCallback); - } else { - tweenScriptComponent.api.tween.onComplete(completeCallback); - } - } - - if (startCallback) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - tweenScriptComponent.api.tween[tweenScriptComponent.api.tween.length - 1].onStart(startCallback); - } else { - tweenScriptComponent.api.tween.onStart(startCallback); - } - } - - if (stopCallback) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - tweenScriptComponent.api.tween[tweenScriptComponent.api.tween.length - 1].onStop(stopCallback); - } else { - tweenScriptComponent.api.tween.onStop(stopCallback); - } - } - } - } -} - -// Global function to stop a tween on a specific object -function stopTween(tweenObject, tweenName) { - var tweenScriptComponent = findTween(tweenObject, tweenName); - if (tweenScriptComponent) { - debugPrint("Tween Manager: Stopping " + tweenName); - if (tweenScriptComponent.api.tweenType == "chain") { - if (tweenScriptComponent.api.playAll && tweenScriptComponent.api.allTweens) { - for (var i = 0; i < tweenScriptComponent.api.allTweens.length; i++) { - tweenScriptComponent.api.allTweens[i].stop(); - } - return; - } else if (tweenScriptComponent.api.tween) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - for (var j = 0; j < tweenScriptComponent.api.tween.length; j++) { - tweenScriptComponent.api.tween[j].stop(); - } - } else { - tweenScriptComponent.api.tween.stop(); - } - } else { - debugPrint("Tween Manager: Warning, trying to stop " + tweenName + ", which hasn't been started"); - } - - return; - } - - if (tweenScriptComponent.api.tween) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - for (var k = 0; k < tweenScriptComponent.api.tween.length; k++) { - tweenScriptComponent.api.tween[k].stop(); - } - } else { - tweenScriptComponent.api.tween.stop(); - } - } else { - debugPrint("Tween Manager: Warning, trying to stop " + tweenName + ", which hasn't been started"); - } - } -} - -// Manually set the start value of a tween -function setStartValue(tweenObject, tweenName, startValue) { - var tweenScriptComponent = findTween(tweenObject, tweenName); - - if (tweenScriptComponent) { - if (tweenScriptComponent.api.setStart) { - tweenScriptComponent.api.setStart(startValue); - } else { - debugPrint("Tween Manager: You cannot manually set the start value of " + tweenName); - } - } -} - -// Manually set the end value of a tween -function setEndValue(tweenObject, tweenName, endValue) { - var tweenScriptComponent = findTween(tweenObject, tweenName); - - if (tweenScriptComponent) { - if (tweenScriptComponent.api.setEnd) { - tweenScriptComponent.api.setEnd(endValue); - } else { - debugPrint("Tween Manager: You cannot manually set the end value of " + tweenName); - } - } -} - -// Global function to reset and object to its starting values -function resetObject(tweenObject, tweenName) { - var tweenScriptComponent = findTween(tweenObject, tweenName); - if (tweenScriptComponent) { - debugPrint("Tween Manager: Resetting Object " + tweenName); - tweenScriptComponent.api.resetObject(); - } -} - -// Global function to reset and start tween again -function resetTween(tweenObject, tweenName) { - var tweenScriptComponent = findTween(tweenObject, tweenName); - resetTweenComponent(tweenScriptComponent); -} - -function resetTweenComponent(tweenScriptComponent) { - if (tweenScriptComponent) { - debugPrint("Tween Manager: Resetting tween " + tweenScriptComponent.api.tweenName); - - if (tweenScriptComponent.api.tweenType == "chain") { - tweenScriptComponent.api.backwards = false; - debugPrint("Tween Manager: Chain Tween reset is not fully supported"); - } - - if (tweenScriptComponent.api.movementType && tweenScriptComponent.api.movementType > 0) { - debugPrint("Tween Manager: Reset for this tween movement type is not fully supported"); - } - - // Remove tween if it already exists - if (tweenScriptComponent.api.tween) { - if (Array.isArray(tweenScriptComponent.api.tween)) { - for (var i in tweenScriptComponent.api.tween) { - global.TWEEN.remove(tweenScriptComponent.api.tween[i]); - } - } else { - global.TWEEN.remove(tweenScriptComponent.api.tween); - } - } - tweenScriptComponent.api.resetObject(); - } -} - -// Global function to reset all tweens -function resetTweens() { - for (var i = 0; i < script.registry.length; i++) { - var tweenScriptComponent = script.registry[i]; - resetTweenComponent(tweenScriptComponent); - } -} - -// Global function to restart all playAutomatically tweens -function restartAutoTweens() { - for (var i = 0; i < script.registry.length; i++) { - var tweenScriptComponent = script.registry[i]; - - if (tweenScriptComponent && tweenScriptComponent.api.playAutomatically) { - debugPrint("Restarting tween " + tweenScriptComponent.api.tweenName); - - // Start the tween - tweenScriptComponent.api.startTween(); - } - } -} - -script.registry = []; - -function addToRegistry(tweenScriptComponent) { - if (tweenScriptComponent) { - debugPrint("Adding tween " + tweenScriptComponent.api.tweenName + " to Tween Manager registry"); - script.registry[script.registry.length++] = tweenScriptComponent; - return true; - } - return false; -} - -function cleanRegistry() { - script.registry = []; -} - -// Create the easing type string that will be used by the tween -function getTweenEasingType(easingFunction, easingType) { - if (easingFunction == "Linear") { - return global.TWEEN.Easing.Linear.None; - } - - return global.TWEEN.Easing[easingFunction][easingType]; -} - -// Configures the loop type for the tween -function setTweenLoopType(tween, loopType) { - switch (loopType) { - case 0: // None - break; - case 1: // Loop - tween.repeat(Infinity); - break; - case 2: // Ping Pong - tween.yoyo(true); - tween.repeat(Infinity); - break; - case 3: // Ping Pong Once - tween.yoyo(true); - tween.repeat(1); - break; - } -} - -// Finds tween on an object by name -function findTween(tweenObject, tweenName) { - var scriptComponents = tweenObject.getComponents("Component.ScriptComponent"); - - for (var i = 0; i < scriptComponents.length; i++) { - var scriptComponent = scriptComponents[i]; - if (scriptComponent.api) { - if (scriptComponent.api.tweenName) { - if (tweenName == scriptComponent.api.tweenName) { - return scriptComponent; - } - } - } else { - debugPrint("Tween Manager: Tween type hasn't initialized. Ensure that " + tweenName + " is on \"Lens Turn On\" and that Tween Manager is at the top of the Objects Panel.", true); - return; - } - } - - debugPrint("Tween Manager: Tween, " + tweenName + ", is not found. Ensure that " + tweenName + " is on \"Lens Turn On\" and that Tween Manager is at the top of the Objects Panel.", true); -} - -// Finds tween on an object and its children by name -function findTweenRecursive(tweenObject, tweenName) { - var scriptComponents = tweenObject.getComponents("Component.ScriptComponent"); - for (var i = 0; i < scriptComponents.length; i++) { - var scriptComponent = scriptComponents[i]; - if (scriptComponent.api) { - if (scriptComponent.api.tweenName) { - if (tweenName == scriptComponent.api.tweenName) { - return scriptComponent; - } - } - } else { - debugPrint("Tween Manager: Tween type hasn't initialized. Ensure that " + tweenName + " is on \"Lens Turn On\" and that Tween Manager is at the top of the Objects Panel.", true); - return; - } - } - - for (var j = 0; j < tweenObject.getChildrenCount(); j++) { - var result = findTweenRecursive(tweenObject.getChild(j), tweenName); - if (result) { - return result; - } - } -} - -// Finds a generic tween on an object by name -function getGenericTweenValue(tweenObject, tweenName) { - var scriptComponents = tweenObject.getComponents("Component.ScriptComponent"); - - for (var i = 0; i < scriptComponents.length; i++) { - var scriptComponent = scriptComponents[i]; - - if (scriptComponent.api) { - if (tweenName == scriptComponent.api.tweenName) { - if (scriptComponent.api.tweenType == "value") { - if (scriptComponent.api.tween) { - if (!scriptComponent.api.tween._isPlaying) { - debugPrint("Tween Manager: Tween Value, " + tweenName + ", is not currently playing. Ensure that it has been started by either calling its startTween() function or by setting it to Play Automatically.", true); - } - } else { - debugPrint("Tween Manager: Tween Value, " + tweenName + ", has not been set up. Ensure that this Tween Value is ordered before every other script that uses it in the Objects Panel and Inspector. Try initializing it in the Initialized event and scripting in the Lens Turn On event.", true); - } - - return scriptComponent.api.value; - } - } - } else { - debugPrint("Tween Manager: Tween Value, " + tweenName + ", hasn't initialized. Needs to initialize prior to scripting playback. Likely an order of operations issue. Try initializing tween type in the Initialized event and scripting it in the Lens Turn On event. Or, try moving the Tween Manager to the top of the Objects hierarchy.", true); - return; - } - } - - debugPrint("Tween Manager: Tween Value, " + tweenName + ", is not found. Ensure that " + tweenName + " is enabled and the Tween Name passed into this function exactly matches the specified Tween Name for this Tween Value in the Inspector.", true); -} - -// Returns the opposite easing type to the one passed in as a parameter; for use with ping pong -function getSwitchedEasingType(initialType) { - switch (initialType) { - case "In": - return "Out"; - case "Out": - return "In"; - default: - return "InOut"; - } -} - -function debugPrint(msg, force) { - if (script.printDebugLog || force) { - print(msg); - } -} - -// Register global helper functions -global.tweenManager = {}; -global.tweenManager.getTweenEasingType = getTweenEasingType; -global.tweenManager.setTweenLoopType = setTweenLoopType; -global.tweenManager.startTween = startTween; -global.tweenManager.stopTween = stopTween; -global.tweenManager.pauseTween = pauseTween; -global.tweenManager.resumeTween = resumeTween; -global.tweenManager.resetObject = resetObject; -global.tweenManager.findTween = findTween; -global.tweenManager.findTweenRecursive = findTweenRecursive; -global.tweenManager.getGenericTweenValue = getGenericTweenValue; -global.tweenManager.getSwitchedEasingType = getSwitchedEasingType; -global.tweenManager.setStartValue = setStartValue; -global.tweenManager.setEndValue = setEndValue; -global.tweenManager.isPlaying = isPlaying; -global.tweenManager.isPaused = isPaused; -global.tweenManager.addToRegistry = addToRegistry; -global.tweenManager.cleanRegistry = cleanRegistry; -global.tweenManager.resetTween = resetTween; -global.tweenManager.resetTweens = resetTweens; -global.tweenManager.restartAutoTweens = restartAutoTweens; diff --git a/lenses/physics-objects/Public/Scripts/Tween/TweenTypes/TweenAlpha.js b/lenses/physics-objects/Public/Scripts/Tween/TweenTypes/TweenAlpha.js deleted file mode 100644 index a5a145b7..00000000 --- a/lenses/physics-objects/Public/Scripts/Tween/TweenTypes/TweenAlpha.js +++ /dev/null @@ -1,409 +0,0 @@ -// TweenAlpha.js -// Version: 0.1.2 -// Event: Any Event -// Description: Runs a tween on a Lens Studio object's alpha using TweenJS -// ----- USAGE ----- -// Attach this script as a component after the Tween Manager script on either the same scene object or in a lower scene object in the Objects Panel. -// -// Assign a scene object that contains a non-Default Material to "Scene Object" on this script. -// ----------------- - -// @input SceneObject sceneObject -// @input string tweenName -// @input bool playAutomatically = true -// @input int loopType = 0 {"widget":"combobox", "values":[{"label":"None", "value":0}, {"label":"Loop", "value":1}, {"label":"Ping Pong", "value":2}, {"label":"Ping Pong Once", "value":3}]} -// @ui {"widget":"separator"} -// @input int movementType = 0 {"widget": "combobox", "values": [{"label": "From / To", "value": 0}, {"label": "To", "value": 1}, {"label":"From", "value": 2}, {"label":"Offset", "value": 3}]} -// @input float start = 0.0 {"widget":"slider", "min":0.0, "max":1.0, "step":0.01, "showIf":"movementType", "showIfValue":0} -// @input float end = 1.0 {"widget":"slider", "min":0.0, "max":1.0, "step":0.01, "showIf":"movementType", "showIfValue":0} -// @input float from = 0.0 {"widget":"slider", "min":0.0, "max":1.0, "step":0.01, "showIf":"movementType", "showIfValue":2, "label":"Start"} -// @input float to = 0.0 {"widget":"slider", "min":0.0, "max":1.0, "step":0.01, "showIf":"movementType", "showIfValue":1, "label":"End"} -// @input float offset = 0.0 {"widget":"slider", "min":-1.0, "max":1.0, "step":0.01, "showIf":"movementType", "showIfValue":3} -// @input bool additive {"showIf":"movementType", "showIfValue": 3} -// @ui {"widget":"label", "label":"(Use on Loop)", "showIf": "movementType", "showIfValue": 3} -// @input bool recursive = false -// @input float time = 1.0 -// @input float delay = 0.0 - -// @ui {"widget":"separator"} -// @input string easingFunction = "Quadratic" {"widget":"combobox", "values":[{"label":"Linear", "value":"Linear"}, {"label":"Quadratic", "value":"Quadratic"}, {"label":"Cubic", "value":"Cubic"}, {"label":"Quartic", "value":"Quartic"}, {"label":"Quintic", "value":"Quintic"}, {"label":"Sinusoidal", "value":"Sinusoidal"}, {"label":"Exponential", "value":"Exponential"}, {"label":"Circular", "value":"Circular"}, {"label":"Elastic", "value":"Elastic"}, {"label":"Back", "value":"Back"}, {"label":"Bounce", "value":"Bounce"}]} -// @input string easingType = "Out" {"widget":"combobox", "values":[{"label":"In", "value":"In"}, {"label":"Out", "value":"Out"}, {"label":"In / Out", "value":"InOut"}]} - -// If no scene object is specified, use object the script is attached to -if (!script.sceneObject) { - script.sceneObject = script.getSceneObject(); -} - -// Setup the external API -script.api.tweenObject = script.getSceneObject(); -script.api.tweenType = "alpha"; -script.api.tweenName = script.tweenName; -script.api.time = script.time; -script.api.startTween = startTween; -script.api.resetObject = resetObject; -script.api.movementType = script.movementType; -script.api.loopType = script.loopType; -script.api.additive = script.additive; -script.api.tween = null; -script.api.tweenObjects = null; -script.api.setupTween = setupTween; -script.api.setupTweenBackwards = setupTweenBackwards; -script.api.sceneObject = script.sceneObject; -script.api.updateToStart = updateToStart; -script.api.updateToEnd = updateToEnd; -script.api.loopType = script.loopType; -script.api.start = null; -script.api.end = null; -script.api.setStart = setStart; -script.api.setEnd = setEnd; -script.api.manualStart = false; -script.api.manualEnd = false; -script.api.playAutomatically = script.playAutomatically; -script.createEvent("OnDestroyEvent").bind(stopTween); - -if (global.tweenManager && global.tweenManager.addToRegistry) { - global.tweenManager.addToRegistry(script); -} - -// Manually set start value -function setStart(start) { - script.api.manualStart = true; - script.api.start = start; -} - -// Manually set end value -function setEnd(end) { - script.api.manualEnd = true; - script.api.end = end; -} - -// Update the tween to its start -function updateToStart() { - for (var i = 0; i < script.api.tweenObjects.length; i++) { - var tweenObject = script.api.tweenObjects[i]; - - updateAlphaComponent(tweenObject.component, tweenObject.startValue); - } -} - -// Update the tween to its end -function updateToEnd() { - for (var i = 0; i < script.api.tweenObjects.length; i++) { - var tweenObject = script.api.tweenObjects[i]; - - if (script.loopType == 3) { - updateAlphaComponent(tweenObject.component, tweenObject.startValue); - } else { - updateAlphaComponent(tweenObject.component, tweenObject.endValue); - } - } -} - -// Play it automatically if specified -if (script.playAutomatically) { - // Start the tween - startTween(); -} - -// Create the tween with passed in parameters -function startTween() { - if (!global.tweenManager) { - print("Tween Alpha: Tween Manager not initialized. Try moving the TweenManager script to the top of the Objects Panel or changing the event on this TweenType to \"Lens Turned On\"."); - return; - } - - var tween = setupTween(); - - if (tween) { - if (script.api.tween.length > 0) { - if (script.api.movementType == 3 && script.api.loopType == 1 && script.api.additive) { - script.api.tween[script.api.tween.length - 1].onComplete(startTween); - } - - // Start the tweens - for (var i = 0; i < script.api.tween.length; i++) { - script.api.tween[i].start(); - } - } - } -} - -// Stops active tween -function stopTween() { - if (script.api.tween) { - for (var i = 0; i < script.api.tween.length; ++i) { - if (script.api.tween[i]) { - script.api.tween[i].stop(); - } - } - } - script.api.tween = []; - script.api.tweenObjects = []; -} - -// Create the tween with passed in parameters -function setupTween() { - script.api.tweenObjects = []; - - script.api.tween = []; - - var componentTypes = [ - "Component.MaterialMeshVisual", - "Component.Text" - ]; - - for (var i = 0; i < componentTypes.length; i++) { - setupAlphaComponentTweens(componentTypes[i], script.api.sceneObject); - } - - if (script.api.tween.length == 0) { - print("Tween Alpha: No compatible components found for SceneObject " + script.sceneObject.name); - return; - } - - return script.api.tween; -} - -function setupAlphaComponentTweens(componentType, sceneObject) { - var visualComponents = sceneObject.getComponents(componentType); - - for (var i = 0; i < visualComponents.length; i++) { - var visualComponent = visualComponents[i]; - var startValue = null; - var endValue = null; - var tween = null; - var tweenObject = null; - - if (visualComponent.getMaterialsCount() == 0) { - continue; - } - - if (!script.api.manualStart) { - switch (script.api.movementType) { - case 0: - script.api.start = { - a: script.start - }; - break; - case 2: - script.api.start = { - a: script.from - }; - break; - case 1: - case 3: - script.api.start = { - a: getVisualComponentAlpha(visualComponent) - }; - break; - } - } - - startValue = script.api.start; - - if (!script.api.manualEnd) { - switch (script.api.movementType) { - case 0: - script.api.end = { - a: script.end - }; - break; - case 2: - script.api.end = { - a: getVisualComponentAlpha(visualComponent) - }; - break; - case 1: - script.api.end = { - a: script.to - }; - break; - case 3: - script.api.end = { - a: startValue.a + script.offset - }; - break; - } - } - - endValue = script.api.end; - - // Create the tween - tween = new global.TWEEN.Tween(startValue) - .to(endValue, script.api.time * 1000.0) - .delay(script.delay * 1000.0) - .easing(global.tweenManager.getTweenEasingType(script.easingFunction, script.easingType)) - .onUpdate(updateAlphaComponent(visualComponent)); - - if (tween) { - // Configure the type of looping based on the inputted parameters - if (script.movementType == 3 && script.additive && script.loopType == 1) { - global.tweenManager.setTweenLoopType(tween, 0); - } else { - global.tweenManager.setTweenLoopType(tween, script.api.loopType); - } - - tweenObject = { - tween: tween, - startValue: { - a: startValue.a - }, - endValue: { - a: endValue.a - }, - component: visualComponent - }; - - script.api.tweenObjects.push(tweenObject); - - script.api.tween.push(tween); - } else { - print("Tween Alpha: Tween Manager not initialized. Try moving the TweenManager script to the top of the Objects Panel or changing the event on this TweenType to \"Lens Turned On\"."); - } - } - if (script.recursive) { - for (var j = 0; j < sceneObject.getChildrenCount(); j++) { - setupAlphaComponentTweens(componentType, sceneObject.getChild(j)); - } - } -} - -// Create the tween with swapped start and end parameters -function setupTweenBackwards() { - var tempTweenObjectsArray = []; - - var tempTweenArray = []; - - var easingType = global.tweenManager.getSwitchedEasingType(script.easingType); - - for (var i = 0; i < script.api.tween.length; i++) { - var newTweenObject = null; - - var tween = script.api.tweenObjects[i]; - - var tweenStart = (script.loopType == 3) ? tween.startValue : tween.endValue; - - var tweenEnd = (script.loopType == 3) ? tween.endValue : tween.startValue; - - var tweenEasingType = global.tweenManager.getTweenEasingType(script.easingFunction, easingType); - - var newTween = new global.TWEEN.Tween(tweenStart) - .to(tweenEnd, script.api.time * 1000.0) - .delay(script.delay * 1000.0) - .easing(tweenEasingType) - .onUpdate(updateAlphaComponent(tween.component)); - - if (newTween) { - // Configure the type of looping based on the inputted parameters - global.tweenManager.setTweenLoopType(newTween, script.api.loopType); - - newTweenObject = { - tween: newTween, - startValue: { - a: (script.loopType == 3) ? tween.startValue.a : tween.endValue.a - }, - endValue: { - a: (script.loopType == 3) ? tween.endValue.a : tween.startValue.a - }, - component: tween.component - }; - - // Save reference to tween - tempTweenObjectsArray.push(newTweenObject); - - tempTweenArray.push(newTween); - } else { - print("Tween Alpha: Tween Manager not initialized. Try moving the TweenManager script to the top of the Objects Panel or changing the event on this TweenType to \"Lens Turned On\"."); - return; - } - } - - return tempTweenArray; -} - -function getVisualComponentAlpha(visual) { - var color; - if (visual.getTypeName() == "Component.Text") { - color = visual.textFill.color; - } else { - color = visual.getMaterial(0).getPass(0).baseColor; - } - - if (color && color.a != undefined) { - return color.a; - } else { - print("TweenAlpha: Visual Component on Object '" + visual.getSceneObject().name + "' does not have a material supported by TweenAlpha. Setting alpha to 1.0."); - return 1.0; - } -} - -function updateText(visualComponent, value) { - var fillColor = visualComponent.textFill.color; - - if (fillColor && fillColor.a != undefined) { - fillColor.a = value.a; - visualComponent.textFill.color = fillColor; - } - - // Outline Color - var outlineColor = visualComponent.outlineSettings.fill.color; - - if (outlineColor && outlineColor.a != undefined) { - outlineColor.a = value.a; - visualComponent.outlineSettings.fill.color = outlineColor; - } - - // Drop Shadow Color - var dropShadowColor = visualComponent.dropshadowSettings.fill.color; - if (dropShadowColor && dropShadowColor.a != undefined) { - dropShadowColor.a = value.a; - - visualComponent.dropshadowSettings.fill.color = dropShadowColor; - } - - // Background Color - var backgroundColor = visualComponent.backgroundSettings.fill.color; - if (backgroundColor && backgroundColor.a != undefined) { - backgroundColor.a = value.a; - - visualComponent.backgroundSettings.fill.color = backgroundColor; - } -} - -function updateVisual(visualComponent, value) { - var currColor = visualComponent.getMaterial(0).getPass(0).baseColor; - if (currColor && currColor.a != undefined) { - currColor.a = value.a; - - visualComponent.getMaterial(0).getPass(0).baseColor = currColor; - } -} - -// Resets the object to its start -function resetObject() { - if (script.api.tweenObjects == null) { - setupTween(); - } - for (var i = 0; i < script.api.tweenObjects.length; i++) { - var tweenObject = script.api.tweenObjects[i]; - updateAlphaComponent(tweenObject.component, tweenObject.startValue); - } -} - -function updateAlphaComponent(visualComponent, value) { - if (value) { - if (visualComponent.getTypeName() == "Component.Text") { - updateText(visualComponent, value); - } else { - updateVisual(visualComponent, value); - } - } else { - return function(value) { - if (visualComponent.getTypeName() == "Component.Text") { - updateText(visualComponent, value); - } else { - updateVisual(visualComponent, value); - } - }; - } -} diff --git a/lenses/physics-objects/Public/Scripts/Tween/TweenTypes/TweenTransform.js b/lenses/physics-objects/Public/Scripts/Tween/TweenTypes/TweenTransform.js deleted file mode 100644 index a57abd7e..00000000 --- a/lenses/physics-objects/Public/Scripts/Tween/TweenTypes/TweenTransform.js +++ /dev/null @@ -1,303 +0,0 @@ -// TweenTransform.js -// Version: 0.1.3 -// Event: Any Event -// Description: Runs a tween on a Lens Studio transform using TweenJS -// ----- USAGE ----- -// Attach this script as a component after the Tween Manager script on either the same scene object or in a lower scene object in the Objects Panel. -// ----------------- - -// @input SceneObject sceneObject -// @input string tweenName -// @input bool playAutomatically = true -// @input int loopType = 0 {"widget":"combobox", "values":[{"label":"None", "value":0}, {"label":"Loop", "value":1}, {"label":"Ping Pong", "value":2}, {"label":"Ping Pong Once", "value":3}]} -// @ui {"widget":"separator"} -// @input int type = 0 {"widget":"combobox", "values":[{"label":"Move", "value":0}, {"label":"Scale", "value":1}, {"label":"Rotate", "value":2}]} -// @input int movementType = 0 {"widget": "combobox", "values": [{"label": "From / To", "value": 0}, {"label": "To", "value": 1}, {"label":"From", "value": 2}, {"label":"Offset", "value": 3}]} -// @input vec3 start {"showIf": "movementType", "showIfValue": 0} -// @input vec3 end {"showIf": "movementType", "showIfValue": 0} -// @input vec3 from {"showIf": "movementType", "showIfValue": 2, "label":"Start"} -// @input vec3 to {"showIf": "movementType", "showIfValue": 1, "label":"End"} -// @input vec3 offset {"showIf": "movementType", "showIfValue": 3} -// @input bool additive {"showIf":"movementType", "showIfValue": 3} -// @ui {"widget":"label", "label":"(Use on Loop)", "showIf": "movementType", "showIfValue": 3} - -// @input float time = 1.0 -// @input float delay = 0.0 -// @input bool isLocal = true -// @ui {"widget":"separator"} -// @input string easingFunction = "Quadratic" {"widget":"combobox", "values":[{"label":"Linear", "value":"Linear"}, {"label":"Quadratic", "value":"Quadratic"}, {"label":"Cubic", "value":"Cubic"}, {"label":"Quartic", "value":"Quartic"}, {"label":"Quintic", "value":"Quintic"}, {"label":"Sinusoidal", "value":"Sinusoidal"}, {"label":"Exponential", "value":"Exponential"}, {"label":"Circular", "value":"Circular"}, {"label":"Elastic", "value":"Elastic"}, {"label":"Back", "value":"Back"}, {"label":"Bounce", "value":"Bounce"}]} -// @input string easingType = "Out" {"widget":"combobox", "values":[{"label":"In", "value":"In"}, {"label":"Out", "value":"Out"}, {"label":"In / Out", "value":"InOut"}]} - -// If no scene object is specified, use object the script is attached to -if (!script.sceneObject) { - script.sceneObject = script.getSceneObject(); -} - -// Setup the external API -script.api.tweenObject = script.getSceneObject(); -script.api.tweenType = "transform"; -script.api.tweenName = script.tweenName; -script.api.time = script.time; -script.api.startTween = startTween; -script.api.resetObject = resetObject; -script.api.tween = null; -script.api.type = script.type; -script.api.movementType = script.movementType; -script.api.setupTween = setupTween; -script.api.setupTweenBackwards = setupTweenBackwards; -script.api.sceneObject = script.sceneObject; -script.api.updateToStart = updateToStart; -script.api.updateToEnd = updateToEnd; -script.api.loopType = script.loopType; -script.api.start = null; -script.api.end = null; -script.api.setStart = setStart; -script.api.setEnd = setEnd; -script.api.manualStart = false; -script.api.manualEnd = false; -script.api.playAutomatically = script.playAutomatically; -script.createEvent("OnDestroyEvent").bind(stopTween); - -if (global.tweenManager && global.tweenManager.addToRegistry) { - global.tweenManager.addToRegistry(script); -} - -// Manually set start value -function setStart(start) { - script.api.manualStart = true; - script.api.start = start; -} - -// Manually set end value -function setEnd(end) { - script.api.manualEnd = true; - script.api.end = end; -} - -// Update the tween to its start -function updateToStart() { - updateValue(script.api.start); -} - -// Update the tween to its end -function updateToEnd() { - if (script.loopType == 3) { - updateValue(script.api.start); - } else { - updateValue(script.api.end); - } -} - -// Play it automatically if specified -if (script.playAutomatically) { - // Start the tween - startTween(); -} - -// Create the tween and start it -function startTween() { - if (!global.tweenManager) { - print("Tween Transform: Tween Manager not initialized. Try moving the TweenManager script to the top of the Objects Panel or changing the event on this TweenType to \"Lens Turned On\"."); - return; - } - - script.api.tween = setupTween(); - - if (script.api.tween) { - // Start the tween - script.api.tween.start(); - } -} - -// Stops active tween -function stopTween() { - if (script.api.tween) { - script.api.tween.stop(); - script.api.tween = null; - } -} - -// Create the tween with passed in parameters -function setupTween() { - var DEG_TO_RAD = 0.0174533; - - var transform = script.api.sceneObject.getTransform(); - - var transformParameter = null; - - var startValue = null; - - var endValue = null; - - var tween = null; - - // Set the appropriate parameter based on isLocal and tweenType - var type = script.isLocal ? "Local" : "World"; - - switch (script.type) { - case 0: - transformParameter = transform["get" + type + "Position"](); - break; - case 1: - transformParameter = transform["get" + type + "Scale"](); - break; - case 2: - transformParameter = transform["get" + type + "Rotation"](); - break; - } - - // Set the start and end of the script based on the movementType selected - if (!script.api.manualStart) { - switch (script.movementType) { - case 0: - script.api.start = (script.type == 2) ? quat.fromEulerAngles(script.start.x * DEG_TO_RAD, script.start.y * DEG_TO_RAD, script.start.z * DEG_TO_RAD) : script.start; - break; - case 1: - script.api.start = (script.type == 2) ? transformParameter : new vec3(transformParameter.x, transformParameter.y, transformParameter.z); - break; - case 2: - script.api.start = (script.type == 2) ? quat.fromEulerVec(script.from.uniformScale(DEG_TO_RAD)) : new vec3(script.from.x, script.from.y, script.from.z); - break; - case 3: - script.api.start = (script.type == 2) ? transformParameter : new vec3(transformParameter.x, transformParameter.y, transformParameter.z); - break; - } - } - - if (!script.api.manualEnd) { - switch (script.movementType) { - case 0: - script.api.end = (script.type == 2) ? quat.fromEulerAngles(script.end.x * DEG_TO_RAD, script.end.y * DEG_TO_RAD, script.end.z * DEG_TO_RAD) : script.end; - break; - case 1: - script.api.end = (script.type == 2) ? quat.fromEulerVec(script.to.uniformScale(DEG_TO_RAD)) : new vec3(script.to.x, script.to.y, script.to.z); - break; - case 2: - script.api.end = (script.type == 2) ? transformParameter : new vec3(transformParameter.x, transformParameter.y, transformParameter.z); - break; - case 3: - script.api.end = (script.type == 2) ? transformParameter.multiply(quat.angleAxis(script.offset.x * DEG_TO_RAD, vec3.right())).multiply(quat.angleAxis(script.offset.y * DEG_TO_RAD, vec3.up())).multiply(quat.angleAxis(script.offset.z * DEG_TO_RAD, vec3.forward())) : new vec3(transformParameter.x + script.offset.x, transformParameter.y + script.offset.y, transformParameter.z + script.offset.z); - break; - } - } - - startValue = (script.type == 2) ? { - x: 0 - } : { - x: script.api.start.x, - y: script.api.start.y, - z: script.api.start.z - }; - - endValue = (script.type == 2) ? { - x: 1 - } : { - x: script.api.end.x, - y: script.api.end.y, - z: script.api.end.z - }; - - // Reset object to start - resetObject(); - - // Create the tween - tween = new global.TWEEN.Tween(startValue) - .to(endValue, script.api.time * 1000.0) - .delay(script.delay * 1000.0) - .easing(global.tweenManager.getTweenEasingType(script.easingFunction, script.easingType)) - .onUpdate(updateValue) - .onComplete((script.movementType == 3 && script.additive && script.loopType == 1) ? startTween : null); - - if (tween) { - // Configure the type of looping based on the inputted parameters - if (script.movementType == 3 && script.additive && script.loopType == 1) { - global.tweenManager.setTweenLoopType(tween, 0); - } else { - global.tweenManager.setTweenLoopType(tween, script.api.loopType); - } - - // Save reference to tween - script.api.tween = tween; - - return tween; - } -} - -// Resets the object to its start -function resetObject() { - if (script.api.start == null) { - setupTween(); - } - - var startValue = (script.type == 2) ? { - x: 0 - } : { - x: script.api.start.x, - y: script.api.start.y, - z: script.api.start.z - }; - - // Initialize transform to start value - updateValue(startValue); -} - -// Create a new tween with swapped start and end parameters -function setupTweenBackwards() { - // Switch the order of the start and end parameters when creating the backwards Tween - var startValue = (script.type == 2) ? { - x: (script.loopType == 3) ? 0 : 1 - } : { - x: (script.loopType == 3) ? script.api.start.x : script.api.end.x, - y: (script.loopType == 3) ? script.api.start.y : script.api.end.y, - z: (script.loopType == 3) ? script.api.start.z : script.api.end.z - }; - - var endValue = (script.type == 2) ? { - x: (script.loopType == 3) ? 1 : 0 - - } : { - x: (script.loopType == 3) ? script.api.end.x : script.api.start.x, - y: (script.loopType == 3) ? script.api.end.y : script.api.start.y, - z: (script.loopType == 3) ? script.api.end.z : script.api.start.z - }; - - var tween = null; - - // Change easing type - var easingType = global.tweenManager.getSwitchedEasingType(script.easingType); - - // Create the tween - tween = new global.TWEEN.Tween(startValue) - .to(endValue, script.api.time * 1000.0) - .delay(script.delay * 1000.0) - .easing(global.tweenManager.getTweenEasingType(script.easingFunction, easingType)) - .onUpdate(updateValue); - - if (tween) { - // Configure the type of looping based on the inputted parameters - global.tweenManager.setTweenLoopType(tween, script.api.loopType); - - return tween; - } -} - -// Here's were the values returned by the tween are used -// to drive the transform of the SceneObject -function updateValue(value) { - var transform = script.api.sceneObject.getTransform(); - var local = script.isLocal ? "Local" : "World"; - var type = null; - var newValue = null; - if (script.type == 0) { - type = "Position"; - newValue = new vec3(value.x, value.y, value.z); - } else if (script.type == 1) { - type = "Scale"; - newValue = new vec3(value.x, value.y, value.z); - } else if (script.type == 2) { - type = "Rotation"; - newValue = quat.slerp(script.api.start, script.api.end, value.x); - newValue.normalize(); - } - transform["set" + local + type](newValue); -} diff --git a/lenses/physics-objects/Public/Scripts/Tween/TweenTypes/folder.lock b/lenses/physics-objects/Public/Scripts/Tween/TweenTypes/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Scripts/Tween/folder.lock b/lenses/physics-objects/Public/Scripts/Tween/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/Scripts/WheelController.js b/lenses/physics-objects/Public/Scripts/WheelController.js deleted file mode 100644 index 3814902f..00000000 --- a/lenses/physics-objects/Public/Scripts/WheelController.js +++ /dev/null @@ -1,60 +0,0 @@ -// WheelController.js -// Version: 0.1.0 -// Event: Initialized -// Description: Apply torque to the wheels when touching the screen -// without dragging any objects - -//@input Physics.BodyComponent[] wheelBodys -//@input float force -//@input Component.ScriptComponent draggable -//@input Component.ScriptComponent requestUnityState - -var tapEvent = script.createEvent("TapEvent"); -tapEvent.bind(function(eventData){ - global.behaviorSystem.sendCustomTrigger("Unity_ResetScene"); -}) - -var isTouch = false; -// Prints the touch position when a screen touch has started -var touchStartEvent = script.createEvent("TouchStartEvent"); -touchStartEvent.bind(function(eventData) { - isTouch = true; -}); - -// Prints "touch ended" when the touch input ends -var touchEndEvent = script.createEvent("TouchEndEvent"); -touchEndEvent.bind(function(eventData) { - isTouch = false; -}); - - -// Handle Unity updates -global.behaviorSystem.addCustomTriggerResponse("Unity_ButtonDown", function() { - print("Handling unity event: Button down") - isTouch = true; -}); - -global.behaviorSystem.addCustomTriggerResponse("Unity_ButtonUp", function() { - print("Handling unity event: Button up") - isTouch = false; -}); - - - -var event = script.createEvent("UpdateEvent"); -event.bind(function(eventData) { - if (!isTouch) { - return; - } - - if (script.draggable.api.isDragging && script.draggable.api.isDragging()) { - return; - } - AddTorque(); -}); - -function AddTorque() { - for (var i = 0; i 0) { - interactionComponent = script.getSceneObject().getComponent("Component.InteractionComponent"); - interactionComponent.addTouchBlockingException("TouchTypeDoubleTap"); - } - - // Hides the touchCollision object when lens is running by setting the alpha on its material to 0 - if (script.touchCollisionMaterial) { - script.touchCollisionMaterial.mainPass.baseColor = new vec4(1,1,1,0); - } - - if (script.groundGrid) { - var clonedMaterial = script.groundGrid.mainMaterial.clone(); - script.groundGrid.clearMaterials(); - script.groundGrid.addMaterial(clonedMaterial); - } - - // bind events - script.createEvent("WorldTrackingResetEvent").bind(onSurfaceReset); - script.createEvent("CameraFrontEvent").bind(onFrontCamEvent); - script.createEvent("CameraBackEvent").bind(onBackCamEvent); - script.createEvent("UpdateEvent").bind(onUpdateEvent); - - setTrackingTarget(); -} - -// Events -function onSurfaceReset(eventData) { - script.getSceneObject().getTransform().setLocalPosition(originalPosition); - setTrackingTarget(); - global.behaviorSystem.sendCustomTrigger("CanBeginRace") -} - -function onFrontCamEvent(eventData) { - setEnabledAllChildren(false); -} - -function onBackCamEvent(eventData) { - setEnabledAllChildren(true); -} - -function onUpdateEvent(eventData) { - manageGroundGrid(); -} - -// Helpers -function setEnabledAllChildren(enabledStatus) { - for (var i = 0; i < script.getSceneObject().getChildrenCount(); i++) { - var childObject = script.getSceneObject().getChild(i); - if (childObject) { - childObject.enabled = enabledStatus; - } - } -} - -function setTrackingTarget() { - if (script.worldTrackingComponent) { - script.worldTrackingComponent.surfaceTrackingTarget = script.getSceneObject(); - } else { - print("WorldObjectController: This helper makes its children visible only on rear camera and provides UI for a movable surface object. Make sure to have a Device Tracking component on your Camera object to enable surface tracking, and assign it to the \"Device Tracking\" property field in this object."); - } -} - -function manageGroundGrid() { - if (!script.groundGrid || !interactionComponent) { - return; - } - - // Update Alpha for the ground grid material - var curColor = script.groundGrid.mainPass.baseColor; - - // Set color grid depending on state of interaction - var isSelected = interactionComponent.isSelected; - var isFocused = interactionComponent.isFocused; - var targetColor = isSelected ? onSelectingColor : isFocused ? onFocusingColor : onNotInteractingColor; - var lerpedColor = vec3.lerp(curColor, targetColor, groundGridFadeSpeed); - - // Set the color based on current interaction state - script.groundGrid.mainPass.baseColor = lerpedColor; - - // This controls hiding the grid if the user is recording on their device within Snapchat - script.groundGrid.enabled = !global.scene.isRecording(); -} - - -initialize(); \ No newline at end of file diff --git a/lenses/physics-objects/Public/WorldObjectController/Scripts/folder.lock b/lenses/physics-objects/Public/WorldObjectController/Scripts/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/WorldObjectController/Textures/folder.lock b/lenses/physics-objects/Public/WorldObjectController/Textures/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/WorldObjectController/Textures/ground_grid.png b/lenses/physics-objects/Public/WorldObjectController/Textures/ground_grid.png deleted file mode 100644 index 0aee1402..00000000 --- a/lenses/physics-objects/Public/WorldObjectController/Textures/ground_grid.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec43fe3369e67ac9d1492796246c791489f09bf56f5f0eaee068288ff54bcddc -size 49359 diff --git a/lenses/physics-objects/Public/WorldObjectController/folder.lock b/lenses/physics-objects/Public/WorldObjectController/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Public/folder.lock b/lenses/physics-objects/Public/folder.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/lenses/physics-objects/Scene/assets/1645235042119309_6428207.json b/lenses/physics-objects/Scene/assets/1645235042119309_6428207.json deleted file mode 100644 index bb19443a..00000000 --- a/lenses/physics-objects/Scene/assets/1645235042119309_6428207.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645235042119309:6428207", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645235042120171_6428218.json b/lenses/physics-objects/Scene/assets/1645235042120171_6428218.json deleted file mode 100644 index e4d12ae0..00000000 --- a/lenses/physics-objects/Scene/assets/1645235042120171_6428218.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645235042120171:6428218", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645235042121309_6428229.json b/lenses/physics-objects/Scene/assets/1645235042121309_6428229.json deleted file mode 100644 index e5837ebc..00000000 --- a/lenses/physics-objects/Scene/assets/1645235042121309_6428229.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645235042121309:6428229", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645235042123748_6428251.json b/lenses/physics-objects/Scene/assets/1645235042123748_6428251.json deleted file mode 100644 index b37b2648..00000000 --- a/lenses/physics-objects/Scene/assets/1645235042123748_6428251.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645235042123748:6428251", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645235042124910_6428262.json b/lenses/physics-objects/Scene/assets/1645235042124910_6428262.json deleted file mode 100644 index 22bb7a7e..00000000 --- a/lenses/physics-objects/Scene/assets/1645235042124910_6428262.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645235042124910:6428262", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645235042125726_6428273.json b/lenses/physics-objects/Scene/assets/1645235042125726_6428273.json deleted file mode 100644 index 87816615..00000000 --- a/lenses/physics-objects/Scene/assets/1645235042125726_6428273.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645235042125726:6428273", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645490213308164_3393143.json b/lenses/physics-objects/Scene/assets/1645490213308164_3393143.json deleted file mode 100644 index ff152173..00000000 --- a/lenses/physics-objects/Scene/assets/1645490213308164_3393143.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645490213308164:3393143", - "type": "Asset.SegmentationModel", - "name": "LENSCORE_SEGMENTATION_BINARY_PORTRAIT", - "provider": { - "type": "Provider.DeviceDependentBinFileProvider", - "assetid": "LENSCORE_SEGMENTATION_BINARY_PORTRAIT" - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645490213333368_3393185.json b/lenses/physics-objects/Scene/assets/1645490213333368_3393185.json deleted file mode 100644 index 23289e0d..00000000 --- a/lenses/physics-objects/Scene/assets/1645490213333368_3393185.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645490213333368:3393185", - "type": "Asset.SegmentationModel", - "name": "LENSCORE_SEGMENTATION_BINARY_BODY_V2", - "provider": { - "type": "Provider.DeviceDependentBinFileProvider", - "assetid": "LENSCORE_SEGMENTATION_BINARY_BODY_V2" - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645516246474636_1530254.json b/lenses/physics-objects/Scene/assets/1645516246474636_1530254.json deleted file mode 100644 index 3c51967f..00000000 --- a/lenses/physics-objects/Scene/assets/1645516246474636_1530254.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645516246474636:1530254", - "type": "Asset.ObjectTrackingAsset", - "name": "", - "provider": { - "type": "Provider.DeviceDependentBinFileProvider", - "assetid": "LENSCORE_OBJECT3D_HAND_MODEL" - }, - "options": { - "asset_id": 0, - "event_labels": [ - "close", - "horns", - "ok", - "index_finger", - "open", - "victory", - "thumb" - ], - "labels": [ - "Hand" - ], - "landmark_labels": [ - "center", - "arm-1", - "arm-2", - "arm-3", - "index-0", - "index-1", - "index-2", - "index-3", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist" - ], - "rotation_labels": [ - "Main" - ], - "masks_labels": [], - "attPts3dPrmsMap": [ - { - "attPts3dPrmsKey": "Right", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [64, 163, 62, 189, 212, 7, 197, 61, 168, 136, 126, 63, 0, 0, 0, 0, 228, 89, 127, 191, 128, 0, 110, 189, 112, 56, 40, 189, 0, 0, 0, 0, 96, 116, 92, 61, 195, 96, 126, 191, 216, 17, 202, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 72, 181, 193, 62, 126, 216, 38, 191, 107, 71, 40, 63, 0, 0, 0, 0, 110, 147, 29, 63, 64, 31, 53, 63, 100, 197, 177, 62, 0, 0, 0, 0, 51, 253, 48, 191, 146, 231, 139, 62, 68, 57, 43, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 252, 67, 53, 63, 34, 160, 157, 60, 166, 180, 52, 191, 0, 0, 0, 0, 248, 118, 95, 188, 222, 243, 127, 63, 204, 93, 94, 60, 0, 0, 0, 0, 50, 189, 52, 63, 0, 241, 147, 55, 152, 76, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 181, 14, 65, 234, 53, 0, 0, 0, 0, 80, 56, 170, 53, 168, 78, 120, 63, 144, 36, 121, 62, 0, 0, 0, 0, 215, 26, 14, 182, 144, 36, 121, 190, 168, 78, 120, 63, 0, 0, 0, 0, 41, 92, 143, 61, 174, 71, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 39, 14, 65, 234, 53, 0, 0, 0, 0, 106, 126, 171, 51, 93, 187, 127, 63, 228, 105, 59, 189, 0, 0, 0, 0, 64, 2, 234, 181, 228, 105, 59, 61, 93, 187, 127, 63, 0, 0, 0, 0, 205, 204, 76, 61, 164, 112, 125, 64, 0, 0, 0, 0, 0, 0, 128, 63, 83, 145, 121, 63, 206, 134, 227, 189, 239, 181, 69, 62, 0, 0, 0, 0, 220, 128, 227, 61, 166, 66, 2, 191, 27, 138, 90, 191, 0, 0, 0, 0, 165, 183, 69, 62, 3, 138, 90, 63, 244, 167, 247, 190, 0, 0, 0, 0, 143, 194, 245, 189, 51, 51, 99, 64, 0, 0, 0, 0, 0, 0, 128, 63, 80, 144, 103, 63, 117, 133, 146, 190, 27, 212, 161, 62, 0, 0, 0, 0, 203, 210, 154, 62, 180, 3, 116, 63, 0, 74, 27, 187, 0, 0, 0, 0, 159, 231, 153, 190, 108, 33, 200, 61, 33, 224, 114, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 199, 57, 106, 63, 195, 209, 135, 62, 178, 185, 155, 190, 0, 0, 0, 0, 55, 144, 105, 190, 86, 44, 118, 63, 24, 56, 28, 62, 0, 0, 0, 0, 206, 119, 170, 62, 84, 201, 143, 189, 99, 185, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 215, 163, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 48, 111, 125, 63, 170, 156, 16, 190, 0, 0, 0, 0, 0, 0, 0, 0, 170, 156, 16, 62, 48, 111, 125, 63, 0, 0, 0, 0, 10, 215, 163, 188, 82, 184, 94, 64, 0, 0, 0, 0, 0, 0, 128, 63, 141, 199, 127, 63, 118, 116, 35, 189, 62, 112, 58, 60, 0, 0, 0, 0, 138, 161, 35, 61, 68, 203, 127, 63, 82, 90, 106, 187, 0, 0, 0, 0, 78, 243, 55, 188, 182, 248, 131, 59, 86, 251, 127, 63, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 78, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 151, 125, 63, 254, 124, 201, 189, 98, 243, 194, 61, 0, 0, 0, 0, 218, 119, 201, 61, 128, 111, 229, 60, 76, 168, 126, 191, 0, 0, 0, 0, 178, 248, 194, 61, 60, 168, 126, 63, 160, 71, 25, 61, 0, 0, 0, 0, 10, 215, 35, 60, 143, 194, 53, 64, 0, 0, 0, 0, 0, 0, 128, 63, 24, 110, 125, 63, 183, 255, 195, 189, 233, 2, 213, 61, 0, 0, 0, 0, 53, 251, 198, 61, 68, 199, 126, 63, 90, 176, 19, 188, 0, 0, 0, 0, 101, 58, 210, 189, 8, 227, 155, 60, 224, 153, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 50, 54, 126, 63, 96, 78, 105, 61, 223, 160, 211, 189, 0, 0, 0, 0, 46, 40, 92, 189, 58, 124, 127, 63, 166, 151, 9, 61, 0, 0, 0, 0, 25, 31, 215, 61, 80, 195, 227, 188, 251, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 20, 174, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 203, 50, 127, 63, 45, 241, 161, 189, 0, 0, 0, 0, 0, 0, 0, 0, 45, 241, 161, 61, 203, 50, 127, 63, 0, 0, 0, 0, 10, 215, 35, 188, 61, 10, 119, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 182, 0, 0, 0, 0, 0, 0, 0, 0, 164, 255, 233, 54, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 22, 4, 175, 52, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 154, 153, 105, 64, 0, 0, 0, 0, 0, 0, 128, 63, 49, 164, 125, 63, 68, 170, 201, 189, 127, 109, 190, 61, 0, 0, 0, 0, 6, 165, 201, 61, 240, 51, 86, 61, 115, 103, 126, 191, 0, 0, 0, 0, 11, 115, 190, 61, 99, 103, 126, 63, 224, 240, 123, 61, 0, 0, 0, 0, 10, 215, 35, 60, 72, 225, 74, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 235, 124, 63, 202, 104, 220, 61, 79, 154, 227, 189, 0, 0, 0, 0, 172, 5, 221, 189, 222, 128, 126, 63, 2, 181, 90, 59, 0, 0, 0, 0, 251, 1, 227, 61, 132, 124, 14, 60, 170, 105, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 81, 146, 123, 63, 111, 68, 24, 190, 254, 21, 226, 61, 0, 0, 0, 0, 5, 133, 29, 62, 86, 192, 124, 63, 217, 151, 33, 189, 0, 0, 0, 0, 214, 51, 211, 189, 185, 90, 100, 61, 27, 60, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 184, 30, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 83, 5, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 83, 5, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 133, 235, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 0, 0, 0, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 10, 215, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 20, 184, 125, 191, 239, 123, 189, 189, 120, 57, 196, 189, 0, 0, 0, 0, 225, 207, 201, 189, 32, 221, 207, 60, 212, 171, 126, 63, 0, 0, 0, 0, 136, 133, 183, 189, 180, 209, 126, 63, 128, 89, 12, 189, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 44, 64, 0, 0, 0, 0, 0, 0, 128, 63, 148, 191, 103, 63, 166, 219, 146, 62, 221, 117, 160, 190, 0, 0, 0, 0, 102, 45, 152, 190, 99, 102, 116, 63, 56, 97, 121, 60, 0, 0, 0, 0, 193, 108, 155, 62, 179, 140, 162, 61, 102, 18, 115, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 154, 202, 98, 63, 143, 246, 181, 190, 101, 161, 152, 62, 0, 0, 0, 0, 211, 163, 186, 62, 4, 74, 110, 63, 175, 66, 216, 60, 0, 0, 0, 0, 233, 223, 146, 190, 95, 168, 174, 61, 83, 68, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 197, 191, 126, 63, 53, 54, 202, 189, 0, 0, 0, 0, 0, 0, 0, 0, 53, 54, 202, 61, 197, 191, 126, 63, 0, 0, 0, 0, 10, 215, 35, 188, 31, 133, 43, 64, 0, 0, 0, 0, 0, 0, 128, 63, 32, 227, 124, 191, 54, 59, 224, 189, 205, 13, 226, 189, 0, 0, 0, 0, 184, 2, 204, 189, 32, 116, 203, 189, 55, 116, 125, 63, 0, 0, 0, 0, 63, 117, 244, 189, 217, 47, 125, 63, 168, 164, 178, 61, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 14, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - }, - { - "attPts3dPrmsKey": "Left", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [192, 161, 62, 189, 180, 136, 126, 63, 151, 4, 197, 189, 0, 0, 0, 0, 222, 89, 127, 63, 64, 54, 40, 61, 228, 8, 110, 189, 0, 0, 0, 0, 82, 125, 92, 189, 194, 14, 202, 189, 200, 96, 126, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 53, 125, 56, 63, 154, 102, 167, 62, 115, 129, 28, 63, 0, 0, 0, 0, 117, 147, 29, 191, 62, 31, 53, 63, 82, 197, 177, 62, 0, 0, 0, 0, 194, 85, 163, 190, 236, 99, 32, 191, 54, 12, 54, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 24, 68, 53, 63, 142, 30, 157, 188, 167, 180, 52, 191, 0, 0, 0, 0, 73, 78, 112, 60, 222, 243, 127, 63, 232, 9, 76, 188, 0, 0, 0, 0, 189, 187, 52, 63, 176, 58, 201, 186, 241, 77, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 63, 198, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 87, 243, 127, 63, 182, 41, 156, 60, 129, 194, 156, 59, 0, 0, 0, 0, 88, 1, 161, 188, 168, 78, 120, 63, 30, 84, 120, 62, 0, 0, 0, 0, 0, 222, 144, 183, 124, 96, 120, 190, 239, 90, 120, 63, 0, 0, 0, 0, 3, 9, 138, 189, 168, 53, 97, 64, 124, 242, 176, 187, 0, 0, 128, 63, 148, 255, 127, 63, 199, 152, 106, 187, 72, 220, 45, 57, 0, 0, 0, 0, 39, 217, 106, 59, 93, 187, 127, 63, 205, 213, 58, 189, 0, 0, 0, 0, 160, 175, 29, 182, 29, 214, 58, 61, 201, 187, 127, 63, 0, 0, 0, 0, 125, 208, 139, 63, 125, 63, 125, 64, 188, 116, 147, 187, 0, 0, 128, 63, 167, 252, 122, 63, 9, 209, 63, 190, 112, 226, 120, 61, 0, 0, 0, 0, 96, 244, 51, 189, 172, 66, 2, 191, 67, 24, 92, 191, 0, 0, 0, 0, 198, 146, 68, 62, 245, 25, 87, 63, 4, 209, 1, 191, 0, 0, 0, 0, 145, 15, 250, 61, 132, 13, 99, 64, 82, 73, 29, 60, 0, 0, 128, 63, 219, 124, 107, 63, 255, 190, 149, 62, 158, 204, 133, 62, 0, 0, 0, 0, 219, 210, 154, 190, 178, 3, 116, 63, 144, 59, 27, 187, 0, 0, 0, 0, 132, 199, 127, 190, 60, 96, 157, 189, 118, 26, 119, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 118, 146, 103, 63, 167, 252, 131, 190, 111, 215, 173, 190, 0, 0, 0, 0, 189, 126, 140, 62, 84, 44, 118, 63, 128, 231, 125, 58, 0, 0, 0, 0, 101, 10, 167, 62, 28, 155, 192, 189, 183, 202, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 61, 155, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 152, 250, 127, 63, 135, 94, 80, 188, 202, 255, 236, 58, 0, 0, 0, 0, 245, 118, 82, 60, 50, 111, 125, 63, 12, 3, 16, 190, 0, 0, 0, 0, 0, 186, 193, 181, 24, 6, 16, 62, 140, 116, 125, 63, 0, 0, 0, 0, 114, 138, 142, 60, 66, 207, 94, 64, 250, 237, 235, 58, 0, 0, 128, 63, 203, 196, 127, 63, 150, 178, 39, 189, 209, 170, 58, 60, 0, 0, 0, 0, 58, 223, 39, 61, 135, 200, 127, 63, 195, 67, 103, 187, 0, 0, 0, 0, 99, 36, 56, 188, 42, 212, 130, 59, 87, 251, 127, 63, 0, 0, 0, 0, 185, 252, 7, 188, 254, 67, 78, 64, 250, 237, 107, 186, 0, 0, 128, 63, 134, 212, 126, 63, 118, 65, 194, 189, 156, 169, 52, 188, 0, 0, 0, 0, 196, 175, 9, 188, 192, 115, 229, 60, 249, 227, 127, 191, 0, 0, 0, 0, 30, 206, 194, 61, 179, 190, 126, 63, 192, 223, 221, 60, 0, 0, 0, 0, 43, 24, 21, 188, 12, 147, 53, 64, 52, 128, 55, 186, 0, 0, 128, 63, 3, 123, 125, 63, 47, 212, 199, 61, 13, 122, 205, 61, 0, 0, 0, 0, 61, 251, 198, 189, 68, 199, 126, 63, 39, 176, 19, 188, 0, 0, 0, 0, 43, 76, 206, 189, 16, 160, 87, 186, 164, 178, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 241, 32, 126, 63, 147, 163, 104, 189, 42, 24, 218, 189, 0, 0, 0, 0, 65, 136, 115, 61, 57, 124, 127, 63, 222, 239, 179, 60, 0, 0, 0, 0, 212, 25, 215, 61, 104, 125, 230, 188, 112, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 94, 186, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 254, 255, 127, 63, 213, 168, 240, 185, 228, 166, 69, 56, 0, 0, 0, 0, 13, 220, 241, 57, 204, 50, 127, 63, 67, 240, 161, 189, 0, 0, 0, 0, 168, 49, 51, 183, 69, 240, 161, 61, 206, 50, 127, 63, 0, 0, 0, 0, 172, 139, 91, 60, 95, 41, 119, 64, 23, 183, 81, 57, 0, 0, 128, 63, 255, 255, 127, 63, 96, 44, 138, 185, 236, 248, 76, 55, 0, 0, 0, 0, 92, 82, 138, 57, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 64, 146, 219, 51, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 237, 13, 62, 187, 132, 158, 105, 64, 23, 183, 209, 184, 0, 0, 128, 63, 162, 210, 125, 63, 134, 184, 177, 189, 21, 162, 198, 189, 0, 0, 0, 0, 82, 211, 189, 189, 0, 52, 86, 61, 209, 139, 126, 191, 0, 0, 0, 0, 99, 25, 187, 61, 195, 174, 126, 63, 160, 111, 51, 61, 0, 0, 0, 0, 49, 8, 44, 188, 54, 171, 74, 64, 23, 183, 81, 57, 0, 0, 128, 63, 142, 253, 124, 63, 3, 245, 218, 189, 184, 209, 223, 189, 0, 0, 0, 0, 167, 5, 221, 61, 222, 128, 126, 63, 118, 163, 90, 59, 0, 0, 0, 0, 192, 199, 221, 61, 90, 65, 119, 188, 23, 119, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 26, 10, 124, 63, 15, 120, 23, 62, 29, 93, 192, 61, 0, 0, 0, 0, 13, 216, 16, 190, 82, 192, 124, 63, 46, 218, 147, 189, 0, 0, 0, 0, 239, 202, 211, 189, 217, 181, 108, 61, 128, 50, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 97, 50, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 53, 143, 155, 57, 204, 176, 47, 55, 0, 0, 0, 0, 71, 164, 155, 185, 178, 240, 127, 63, 171, 1, 177, 60, 0, 0, 0, 0, 136, 46, 136, 182, 173, 1, 177, 188, 179, 240, 127, 63, 0, 0, 0, 0, 124, 242, 48, 187, 156, 51, 98, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 171, 104, 18, 56, 204, 176, 175, 182, 0, 0, 0, 0, 79, 90, 18, 184, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 168, 178, 54, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 82, 73, 157, 58, 54, 205, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 47, 19, 126, 63, 20, 223, 176, 61, 168, 166, 177, 189, 0, 0, 0, 0, 136, 197, 173, 61, 160, 222, 207, 60, 124, 254, 126, 63, 0, 0, 0, 0, 44, 175, 180, 61, 246, 245, 126, 191, 192, 70, 146, 60, 0, 0, 0, 0, 52, 128, 183, 58, 108, 9, 45, 64, 0, 0, 0, 0, 0, 0, 128, 63, 191, 157, 107, 63, 211, 127, 144, 190, 19, 148, 138, 190, 0, 0, 0, 0, 135, 45, 152, 62, 94, 102, 116, 63, 236, 93, 121, 60, 0, 0, 0, 0, 135, 25, 130, 62, 126, 113, 193, 189, 247, 105, 118, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 148, 86, 103, 63, 254, 152, 181, 62, 13, 189, 117, 62, 0, 0, 0, 0, 200, 85, 162, 190, 12, 74, 110, 63, 254, 41, 58, 190, 0, 0, 0, 0, 40, 98, 147, 190, 185, 161, 180, 61, 82, 31, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 137, 65, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 215, 171, 58, 57, 12, 65, 106, 54, 0, 0, 0, 0, 237, 180, 58, 185, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 108, 221, 191, 52, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 52, 128, 55, 59, 74, 123, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 250, 255, 127, 63, 212, 213, 83, 186, 194, 94, 168, 56, 0, 0, 0, 0, 210, 224, 84, 58, 197, 191, 126, 63, 99, 52, 202, 189, 0, 0, 0, 0, 0, 74, 232, 179, 103, 52, 202, 61, 202, 191, 126, 63, 0, 0, 0, 0, 124, 242, 176, 59, 227, 165, 43, 64, 23, 183, 209, 184, 0, 0, 128, 63, 140, 38, 125, 191, 167, 80, 1, 190, 115, 30, 161, 61, 0, 0, 0, 0, 206, 107, 187, 61, 48, 115, 203, 189, 113, 167, 125, 63, 0, 0, 0, 0, 31, 65, 240, 189, 131, 172, 124, 63, 168, 218, 224, 61, 0, 0, 0, 0, 75, 89, 6, 188, 253, 246, 13, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645516246476555_1530270.json b/lenses/physics-objects/Scene/assets/1645516246476555_1530270.json deleted file mode 100644 index f1743a8a..00000000 --- a/lenses/physics-objects/Scene/assets/1645516246476555_1530270.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645516246476555:1530270", - "type": "Asset.ObjectTrackingAsset", - "name": "", - "provider": { - "type": "Provider.DeviceDependentBinFileProvider", - "assetid": "LENSCORE_OBJECT3D_HAND_MODEL" - }, - "options": { - "asset_id": 0, - "event_labels": [ - "close", - "horns", - "ok", - "index_finger", - "open", - "victory", - "thumb" - ], - "labels": [ - "Hand" - ], - "landmark_labels": [ - "center", - "arm-1", - "arm-2", - "arm-3", - "index-0", - "index-1", - "index-2", - "index-3", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist" - ], - "rotation_labels": [ - "Main" - ], - "masks_labels": [], - "attPts3dPrmsMap": [ - { - "attPts3dPrmsKey": "Right", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [64, 163, 62, 189, 212, 7, 197, 61, 168, 136, 126, 63, 0, 0, 0, 0, 228, 89, 127, 191, 128, 0, 110, 189, 112, 56, 40, 189, 0, 0, 0, 0, 96, 116, 92, 61, 195, 96, 126, 191, 216, 17, 202, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 72, 181, 193, 62, 126, 216, 38, 191, 107, 71, 40, 63, 0, 0, 0, 0, 110, 147, 29, 63, 64, 31, 53, 63, 100, 197, 177, 62, 0, 0, 0, 0, 51, 253, 48, 191, 146, 231, 139, 62, 68, 57, 43, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 252, 67, 53, 63, 34, 160, 157, 60, 166, 180, 52, 191, 0, 0, 0, 0, 248, 118, 95, 188, 222, 243, 127, 63, 204, 93, 94, 60, 0, 0, 0, 0, 50, 189, 52, 63, 0, 241, 147, 55, 152, 76, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 181, 14, 65, 234, 53, 0, 0, 0, 0, 80, 56, 170, 53, 168, 78, 120, 63, 144, 36, 121, 62, 0, 0, 0, 0, 215, 26, 14, 182, 144, 36, 121, 190, 168, 78, 120, 63, 0, 0, 0, 0, 41, 92, 143, 61, 174, 71, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 39, 14, 65, 234, 53, 0, 0, 0, 0, 106, 126, 171, 51, 93, 187, 127, 63, 228, 105, 59, 189, 0, 0, 0, 0, 64, 2, 234, 181, 228, 105, 59, 61, 93, 187, 127, 63, 0, 0, 0, 0, 205, 204, 76, 61, 164, 112, 125, 64, 0, 0, 0, 0, 0, 0, 128, 63, 83, 145, 121, 63, 206, 134, 227, 189, 239, 181, 69, 62, 0, 0, 0, 0, 220, 128, 227, 61, 166, 66, 2, 191, 27, 138, 90, 191, 0, 0, 0, 0, 165, 183, 69, 62, 3, 138, 90, 63, 244, 167, 247, 190, 0, 0, 0, 0, 143, 194, 245, 189, 51, 51, 99, 64, 0, 0, 0, 0, 0, 0, 128, 63, 80, 144, 103, 63, 117, 133, 146, 190, 27, 212, 161, 62, 0, 0, 0, 0, 203, 210, 154, 62, 180, 3, 116, 63, 0, 74, 27, 187, 0, 0, 0, 0, 159, 231, 153, 190, 108, 33, 200, 61, 33, 224, 114, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 199, 57, 106, 63, 195, 209, 135, 62, 178, 185, 155, 190, 0, 0, 0, 0, 55, 144, 105, 190, 86, 44, 118, 63, 24, 56, 28, 62, 0, 0, 0, 0, 206, 119, 170, 62, 84, 201, 143, 189, 99, 185, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 215, 163, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 48, 111, 125, 63, 170, 156, 16, 190, 0, 0, 0, 0, 0, 0, 0, 0, 170, 156, 16, 62, 48, 111, 125, 63, 0, 0, 0, 0, 10, 215, 163, 188, 82, 184, 94, 64, 0, 0, 0, 0, 0, 0, 128, 63, 141, 199, 127, 63, 118, 116, 35, 189, 62, 112, 58, 60, 0, 0, 0, 0, 138, 161, 35, 61, 68, 203, 127, 63, 82, 90, 106, 187, 0, 0, 0, 0, 78, 243, 55, 188, 182, 248, 131, 59, 86, 251, 127, 63, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 78, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 151, 125, 63, 254, 124, 201, 189, 98, 243, 194, 61, 0, 0, 0, 0, 218, 119, 201, 61, 128, 111, 229, 60, 76, 168, 126, 191, 0, 0, 0, 0, 178, 248, 194, 61, 60, 168, 126, 63, 160, 71, 25, 61, 0, 0, 0, 0, 10, 215, 35, 60, 143, 194, 53, 64, 0, 0, 0, 0, 0, 0, 128, 63, 24, 110, 125, 63, 183, 255, 195, 189, 233, 2, 213, 61, 0, 0, 0, 0, 53, 251, 198, 61, 68, 199, 126, 63, 90, 176, 19, 188, 0, 0, 0, 0, 101, 58, 210, 189, 8, 227, 155, 60, 224, 153, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 50, 54, 126, 63, 96, 78, 105, 61, 223, 160, 211, 189, 0, 0, 0, 0, 46, 40, 92, 189, 58, 124, 127, 63, 166, 151, 9, 61, 0, 0, 0, 0, 25, 31, 215, 61, 80, 195, 227, 188, 251, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 20, 174, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 203, 50, 127, 63, 45, 241, 161, 189, 0, 0, 0, 0, 0, 0, 0, 0, 45, 241, 161, 61, 203, 50, 127, 63, 0, 0, 0, 0, 10, 215, 35, 188, 61, 10, 119, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 182, 0, 0, 0, 0, 0, 0, 0, 0, 164, 255, 233, 54, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 22, 4, 175, 52, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 154, 153, 105, 64, 0, 0, 0, 0, 0, 0, 128, 63, 49, 164, 125, 63, 68, 170, 201, 189, 127, 109, 190, 61, 0, 0, 0, 0, 6, 165, 201, 61, 240, 51, 86, 61, 115, 103, 126, 191, 0, 0, 0, 0, 11, 115, 190, 61, 99, 103, 126, 63, 224, 240, 123, 61, 0, 0, 0, 0, 10, 215, 35, 60, 72, 225, 74, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 235, 124, 63, 202, 104, 220, 61, 79, 154, 227, 189, 0, 0, 0, 0, 172, 5, 221, 189, 222, 128, 126, 63, 2, 181, 90, 59, 0, 0, 0, 0, 251, 1, 227, 61, 132, 124, 14, 60, 170, 105, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 81, 146, 123, 63, 111, 68, 24, 190, 254, 21, 226, 61, 0, 0, 0, 0, 5, 133, 29, 62, 86, 192, 124, 63, 217, 151, 33, 189, 0, 0, 0, 0, 214, 51, 211, 189, 185, 90, 100, 61, 27, 60, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 184, 30, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 83, 5, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 83, 5, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 133, 235, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 0, 0, 0, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 10, 215, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 20, 184, 125, 191, 239, 123, 189, 189, 120, 57, 196, 189, 0, 0, 0, 0, 225, 207, 201, 189, 32, 221, 207, 60, 212, 171, 126, 63, 0, 0, 0, 0, 136, 133, 183, 189, 180, 209, 126, 63, 128, 89, 12, 189, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 44, 64, 0, 0, 0, 0, 0, 0, 128, 63, 148, 191, 103, 63, 166, 219, 146, 62, 221, 117, 160, 190, 0, 0, 0, 0, 102, 45, 152, 190, 99, 102, 116, 63, 56, 97, 121, 60, 0, 0, 0, 0, 193, 108, 155, 62, 179, 140, 162, 61, 102, 18, 115, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 154, 202, 98, 63, 143, 246, 181, 190, 101, 161, 152, 62, 0, 0, 0, 0, 211, 163, 186, 62, 4, 74, 110, 63, 175, 66, 216, 60, 0, 0, 0, 0, 233, 223, 146, 190, 95, 168, 174, 61, 83, 68, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 197, 191, 126, 63, 53, 54, 202, 189, 0, 0, 0, 0, 0, 0, 0, 0, 53, 54, 202, 61, 197, 191, 126, 63, 0, 0, 0, 0, 10, 215, 35, 188, 31, 133, 43, 64, 0, 0, 0, 0, 0, 0, 128, 63, 32, 227, 124, 191, 54, 59, 224, 189, 205, 13, 226, 189, 0, 0, 0, 0, 184, 2, 204, 189, 32, 116, 203, 189, 55, 116, 125, 63, 0, 0, 0, 0, 63, 117, 244, 189, 217, 47, 125, 63, 168, 164, 178, 61, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 14, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - }, - { - "attPts3dPrmsKey": "Left", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [192, 161, 62, 189, 180, 136, 126, 63, 151, 4, 197, 189, 0, 0, 0, 0, 222, 89, 127, 63, 64, 54, 40, 61, 228, 8, 110, 189, 0, 0, 0, 0, 82, 125, 92, 189, 194, 14, 202, 189, 200, 96, 126, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 53, 125, 56, 63, 154, 102, 167, 62, 115, 129, 28, 63, 0, 0, 0, 0, 117, 147, 29, 191, 62, 31, 53, 63, 82, 197, 177, 62, 0, 0, 0, 0, 194, 85, 163, 190, 236, 99, 32, 191, 54, 12, 54, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 24, 68, 53, 63, 142, 30, 157, 188, 167, 180, 52, 191, 0, 0, 0, 0, 73, 78, 112, 60, 222, 243, 127, 63, 232, 9, 76, 188, 0, 0, 0, 0, 189, 187, 52, 63, 176, 58, 201, 186, 241, 77, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 63, 198, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 87, 243, 127, 63, 182, 41, 156, 60, 129, 194, 156, 59, 0, 0, 0, 0, 88, 1, 161, 188, 168, 78, 120, 63, 30, 84, 120, 62, 0, 0, 0, 0, 0, 222, 144, 183, 124, 96, 120, 190, 239, 90, 120, 63, 0, 0, 0, 0, 3, 9, 138, 189, 168, 53, 97, 64, 124, 242, 176, 187, 0, 0, 128, 63, 148, 255, 127, 63, 199, 152, 106, 187, 72, 220, 45, 57, 0, 0, 0, 0, 39, 217, 106, 59, 93, 187, 127, 63, 205, 213, 58, 189, 0, 0, 0, 0, 160, 175, 29, 182, 29, 214, 58, 61, 201, 187, 127, 63, 0, 0, 0, 0, 125, 208, 139, 63, 125, 63, 125, 64, 188, 116, 147, 187, 0, 0, 128, 63, 167, 252, 122, 63, 9, 209, 63, 190, 112, 226, 120, 61, 0, 0, 0, 0, 96, 244, 51, 189, 172, 66, 2, 191, 67, 24, 92, 191, 0, 0, 0, 0, 198, 146, 68, 62, 245, 25, 87, 63, 4, 209, 1, 191, 0, 0, 0, 0, 145, 15, 250, 61, 132, 13, 99, 64, 82, 73, 29, 60, 0, 0, 128, 63, 219, 124, 107, 63, 255, 190, 149, 62, 158, 204, 133, 62, 0, 0, 0, 0, 219, 210, 154, 190, 178, 3, 116, 63, 144, 59, 27, 187, 0, 0, 0, 0, 132, 199, 127, 190, 60, 96, 157, 189, 118, 26, 119, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 118, 146, 103, 63, 167, 252, 131, 190, 111, 215, 173, 190, 0, 0, 0, 0, 189, 126, 140, 62, 84, 44, 118, 63, 128, 231, 125, 58, 0, 0, 0, 0, 101, 10, 167, 62, 28, 155, 192, 189, 183, 202, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 61, 155, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 152, 250, 127, 63, 135, 94, 80, 188, 202, 255, 236, 58, 0, 0, 0, 0, 245, 118, 82, 60, 50, 111, 125, 63, 12, 3, 16, 190, 0, 0, 0, 0, 0, 186, 193, 181, 24, 6, 16, 62, 140, 116, 125, 63, 0, 0, 0, 0, 114, 138, 142, 60, 66, 207, 94, 64, 250, 237, 235, 58, 0, 0, 128, 63, 203, 196, 127, 63, 150, 178, 39, 189, 209, 170, 58, 60, 0, 0, 0, 0, 58, 223, 39, 61, 135, 200, 127, 63, 195, 67, 103, 187, 0, 0, 0, 0, 99, 36, 56, 188, 42, 212, 130, 59, 87, 251, 127, 63, 0, 0, 0, 0, 185, 252, 7, 188, 254, 67, 78, 64, 250, 237, 107, 186, 0, 0, 128, 63, 134, 212, 126, 63, 118, 65, 194, 189, 156, 169, 52, 188, 0, 0, 0, 0, 196, 175, 9, 188, 192, 115, 229, 60, 249, 227, 127, 191, 0, 0, 0, 0, 30, 206, 194, 61, 179, 190, 126, 63, 192, 223, 221, 60, 0, 0, 0, 0, 43, 24, 21, 188, 12, 147, 53, 64, 52, 128, 55, 186, 0, 0, 128, 63, 3, 123, 125, 63, 47, 212, 199, 61, 13, 122, 205, 61, 0, 0, 0, 0, 61, 251, 198, 189, 68, 199, 126, 63, 39, 176, 19, 188, 0, 0, 0, 0, 43, 76, 206, 189, 16, 160, 87, 186, 164, 178, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 241, 32, 126, 63, 147, 163, 104, 189, 42, 24, 218, 189, 0, 0, 0, 0, 65, 136, 115, 61, 57, 124, 127, 63, 222, 239, 179, 60, 0, 0, 0, 0, 212, 25, 215, 61, 104, 125, 230, 188, 112, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 94, 186, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 254, 255, 127, 63, 213, 168, 240, 185, 228, 166, 69, 56, 0, 0, 0, 0, 13, 220, 241, 57, 204, 50, 127, 63, 67, 240, 161, 189, 0, 0, 0, 0, 168, 49, 51, 183, 69, 240, 161, 61, 206, 50, 127, 63, 0, 0, 0, 0, 172, 139, 91, 60, 95, 41, 119, 64, 23, 183, 81, 57, 0, 0, 128, 63, 255, 255, 127, 63, 96, 44, 138, 185, 236, 248, 76, 55, 0, 0, 0, 0, 92, 82, 138, 57, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 64, 146, 219, 51, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 237, 13, 62, 187, 132, 158, 105, 64, 23, 183, 209, 184, 0, 0, 128, 63, 162, 210, 125, 63, 134, 184, 177, 189, 21, 162, 198, 189, 0, 0, 0, 0, 82, 211, 189, 189, 0, 52, 86, 61, 209, 139, 126, 191, 0, 0, 0, 0, 99, 25, 187, 61, 195, 174, 126, 63, 160, 111, 51, 61, 0, 0, 0, 0, 49, 8, 44, 188, 54, 171, 74, 64, 23, 183, 81, 57, 0, 0, 128, 63, 142, 253, 124, 63, 3, 245, 218, 189, 184, 209, 223, 189, 0, 0, 0, 0, 167, 5, 221, 61, 222, 128, 126, 63, 118, 163, 90, 59, 0, 0, 0, 0, 192, 199, 221, 61, 90, 65, 119, 188, 23, 119, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 26, 10, 124, 63, 15, 120, 23, 62, 29, 93, 192, 61, 0, 0, 0, 0, 13, 216, 16, 190, 82, 192, 124, 63, 46, 218, 147, 189, 0, 0, 0, 0, 239, 202, 211, 189, 217, 181, 108, 61, 128, 50, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 97, 50, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 53, 143, 155, 57, 204, 176, 47, 55, 0, 0, 0, 0, 71, 164, 155, 185, 178, 240, 127, 63, 171, 1, 177, 60, 0, 0, 0, 0, 136, 46, 136, 182, 173, 1, 177, 188, 179, 240, 127, 63, 0, 0, 0, 0, 124, 242, 48, 187, 156, 51, 98, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 171, 104, 18, 56, 204, 176, 175, 182, 0, 0, 0, 0, 79, 90, 18, 184, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 168, 178, 54, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 82, 73, 157, 58, 54, 205, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 47, 19, 126, 63, 20, 223, 176, 61, 168, 166, 177, 189, 0, 0, 0, 0, 136, 197, 173, 61, 160, 222, 207, 60, 124, 254, 126, 63, 0, 0, 0, 0, 44, 175, 180, 61, 246, 245, 126, 191, 192, 70, 146, 60, 0, 0, 0, 0, 52, 128, 183, 58, 108, 9, 45, 64, 0, 0, 0, 0, 0, 0, 128, 63, 191, 157, 107, 63, 211, 127, 144, 190, 19, 148, 138, 190, 0, 0, 0, 0, 135, 45, 152, 62, 94, 102, 116, 63, 236, 93, 121, 60, 0, 0, 0, 0, 135, 25, 130, 62, 126, 113, 193, 189, 247, 105, 118, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 148, 86, 103, 63, 254, 152, 181, 62, 13, 189, 117, 62, 0, 0, 0, 0, 200, 85, 162, 190, 12, 74, 110, 63, 254, 41, 58, 190, 0, 0, 0, 0, 40, 98, 147, 190, 185, 161, 180, 61, 82, 31, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 137, 65, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 215, 171, 58, 57, 12, 65, 106, 54, 0, 0, 0, 0, 237, 180, 58, 185, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 108, 221, 191, 52, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 52, 128, 55, 59, 74, 123, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 250, 255, 127, 63, 212, 213, 83, 186, 194, 94, 168, 56, 0, 0, 0, 0, 210, 224, 84, 58, 197, 191, 126, 63, 99, 52, 202, 189, 0, 0, 0, 0, 0, 74, 232, 179, 103, 52, 202, 61, 202, 191, 126, 63, 0, 0, 0, 0, 124, 242, 176, 59, 227, 165, 43, 64, 23, 183, 209, 184, 0, 0, 128, 63, 140, 38, 125, 191, 167, 80, 1, 190, 115, 30, 161, 61, 0, 0, 0, 0, 206, 107, 187, 61, 48, 115, 203, 189, 113, 167, 125, 63, 0, 0, 0, 0, 31, 65, 240, 189, 131, 172, 124, 63, 168, 218, 224, 61, 0, 0, 0, 0, 75, 89, 6, 188, 253, 246, 13, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645516246482493_1530283.json b/lenses/physics-objects/Scene/assets/1645516246482493_1530283.json deleted file mode 100644 index ed0d9928..00000000 --- a/lenses/physics-objects/Scene/assets/1645516246482493_1530283.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645516246482493:1530283", - "type": "Asset.ObjectTrackingAsset", - "name": "", - "provider": { - "type": "Provider.DeviceDependentBinFileProvider", - "assetid": "LENSCORE_OBJECT3D_HAND_MODEL" - }, - "options": { - "asset_id": 0, - "event_labels": [ - "close", - "horns", - "ok", - "index_finger", - "open", - "victory", - "thumb" - ], - "labels": [ - "Hand" - ], - "landmark_labels": [ - "center", - "arm-1", - "arm-2", - "arm-3", - "index-0", - "index-1", - "index-2", - "index-3", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist" - ], - "rotation_labels": [ - "Main" - ], - "masks_labels": [], - "attPts3dPrmsMap": [ - { - "attPts3dPrmsKey": "Right", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [64, 163, 62, 189, 212, 7, 197, 61, 168, 136, 126, 63, 0, 0, 0, 0, 228, 89, 127, 191, 128, 0, 110, 189, 112, 56, 40, 189, 0, 0, 0, 0, 96, 116, 92, 61, 195, 96, 126, 191, 216, 17, 202, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 72, 181, 193, 62, 126, 216, 38, 191, 107, 71, 40, 63, 0, 0, 0, 0, 110, 147, 29, 63, 64, 31, 53, 63, 100, 197, 177, 62, 0, 0, 0, 0, 51, 253, 48, 191, 146, 231, 139, 62, 68, 57, 43, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 252, 67, 53, 63, 34, 160, 157, 60, 166, 180, 52, 191, 0, 0, 0, 0, 248, 118, 95, 188, 222, 243, 127, 63, 204, 93, 94, 60, 0, 0, 0, 0, 50, 189, 52, 63, 0, 241, 147, 55, 152, 76, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 181, 14, 65, 234, 53, 0, 0, 0, 0, 80, 56, 170, 53, 168, 78, 120, 63, 144, 36, 121, 62, 0, 0, 0, 0, 215, 26, 14, 182, 144, 36, 121, 190, 168, 78, 120, 63, 0, 0, 0, 0, 41, 92, 143, 61, 174, 71, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 39, 14, 65, 234, 53, 0, 0, 0, 0, 106, 126, 171, 51, 93, 187, 127, 63, 228, 105, 59, 189, 0, 0, 0, 0, 64, 2, 234, 181, 228, 105, 59, 61, 93, 187, 127, 63, 0, 0, 0, 0, 205, 204, 76, 61, 164, 112, 125, 64, 0, 0, 0, 0, 0, 0, 128, 63, 83, 145, 121, 63, 206, 134, 227, 189, 239, 181, 69, 62, 0, 0, 0, 0, 220, 128, 227, 61, 166, 66, 2, 191, 27, 138, 90, 191, 0, 0, 0, 0, 165, 183, 69, 62, 3, 138, 90, 63, 244, 167, 247, 190, 0, 0, 0, 0, 143, 194, 245, 189, 51, 51, 99, 64, 0, 0, 0, 0, 0, 0, 128, 63, 80, 144, 103, 63, 117, 133, 146, 190, 27, 212, 161, 62, 0, 0, 0, 0, 203, 210, 154, 62, 180, 3, 116, 63, 0, 74, 27, 187, 0, 0, 0, 0, 159, 231, 153, 190, 108, 33, 200, 61, 33, 224, 114, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 199, 57, 106, 63, 195, 209, 135, 62, 178, 185, 155, 190, 0, 0, 0, 0, 55, 144, 105, 190, 86, 44, 118, 63, 24, 56, 28, 62, 0, 0, 0, 0, 206, 119, 170, 62, 84, 201, 143, 189, 99, 185, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 215, 163, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 48, 111, 125, 63, 170, 156, 16, 190, 0, 0, 0, 0, 0, 0, 0, 0, 170, 156, 16, 62, 48, 111, 125, 63, 0, 0, 0, 0, 10, 215, 163, 188, 82, 184, 94, 64, 0, 0, 0, 0, 0, 0, 128, 63, 141, 199, 127, 63, 118, 116, 35, 189, 62, 112, 58, 60, 0, 0, 0, 0, 138, 161, 35, 61, 68, 203, 127, 63, 82, 90, 106, 187, 0, 0, 0, 0, 78, 243, 55, 188, 182, 248, 131, 59, 86, 251, 127, 63, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 78, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 151, 125, 63, 254, 124, 201, 189, 98, 243, 194, 61, 0, 0, 0, 0, 218, 119, 201, 61, 128, 111, 229, 60, 76, 168, 126, 191, 0, 0, 0, 0, 178, 248, 194, 61, 60, 168, 126, 63, 160, 71, 25, 61, 0, 0, 0, 0, 10, 215, 35, 60, 143, 194, 53, 64, 0, 0, 0, 0, 0, 0, 128, 63, 24, 110, 125, 63, 183, 255, 195, 189, 233, 2, 213, 61, 0, 0, 0, 0, 53, 251, 198, 61, 68, 199, 126, 63, 90, 176, 19, 188, 0, 0, 0, 0, 101, 58, 210, 189, 8, 227, 155, 60, 224, 153, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 50, 54, 126, 63, 96, 78, 105, 61, 223, 160, 211, 189, 0, 0, 0, 0, 46, 40, 92, 189, 58, 124, 127, 63, 166, 151, 9, 61, 0, 0, 0, 0, 25, 31, 215, 61, 80, 195, 227, 188, 251, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 20, 174, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 203, 50, 127, 63, 45, 241, 161, 189, 0, 0, 0, 0, 0, 0, 0, 0, 45, 241, 161, 61, 203, 50, 127, 63, 0, 0, 0, 0, 10, 215, 35, 188, 61, 10, 119, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 182, 0, 0, 0, 0, 0, 0, 0, 0, 164, 255, 233, 54, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 22, 4, 175, 52, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 154, 153, 105, 64, 0, 0, 0, 0, 0, 0, 128, 63, 49, 164, 125, 63, 68, 170, 201, 189, 127, 109, 190, 61, 0, 0, 0, 0, 6, 165, 201, 61, 240, 51, 86, 61, 115, 103, 126, 191, 0, 0, 0, 0, 11, 115, 190, 61, 99, 103, 126, 63, 224, 240, 123, 61, 0, 0, 0, 0, 10, 215, 35, 60, 72, 225, 74, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 235, 124, 63, 202, 104, 220, 61, 79, 154, 227, 189, 0, 0, 0, 0, 172, 5, 221, 189, 222, 128, 126, 63, 2, 181, 90, 59, 0, 0, 0, 0, 251, 1, 227, 61, 132, 124, 14, 60, 170, 105, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 81, 146, 123, 63, 111, 68, 24, 190, 254, 21, 226, 61, 0, 0, 0, 0, 5, 133, 29, 62, 86, 192, 124, 63, 217, 151, 33, 189, 0, 0, 0, 0, 214, 51, 211, 189, 185, 90, 100, 61, 27, 60, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 184, 30, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 83, 5, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 83, 5, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 133, 235, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 0, 0, 0, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 10, 215, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 20, 184, 125, 191, 239, 123, 189, 189, 120, 57, 196, 189, 0, 0, 0, 0, 225, 207, 201, 189, 32, 221, 207, 60, 212, 171, 126, 63, 0, 0, 0, 0, 136, 133, 183, 189, 180, 209, 126, 63, 128, 89, 12, 189, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 44, 64, 0, 0, 0, 0, 0, 0, 128, 63, 148, 191, 103, 63, 166, 219, 146, 62, 221, 117, 160, 190, 0, 0, 0, 0, 102, 45, 152, 190, 99, 102, 116, 63, 56, 97, 121, 60, 0, 0, 0, 0, 193, 108, 155, 62, 179, 140, 162, 61, 102, 18, 115, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 154, 202, 98, 63, 143, 246, 181, 190, 101, 161, 152, 62, 0, 0, 0, 0, 211, 163, 186, 62, 4, 74, 110, 63, 175, 66, 216, 60, 0, 0, 0, 0, 233, 223, 146, 190, 95, 168, 174, 61, 83, 68, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 197, 191, 126, 63, 53, 54, 202, 189, 0, 0, 0, 0, 0, 0, 0, 0, 53, 54, 202, 61, 197, 191, 126, 63, 0, 0, 0, 0, 10, 215, 35, 188, 31, 133, 43, 64, 0, 0, 0, 0, 0, 0, 128, 63, 32, 227, 124, 191, 54, 59, 224, 189, 205, 13, 226, 189, 0, 0, 0, 0, 184, 2, 204, 189, 32, 116, 203, 189, 55, 116, 125, 63, 0, 0, 0, 0, 63, 117, 244, 189, 217, 47, 125, 63, 168, 164, 178, 61, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 14, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - }, - { - "attPts3dPrmsKey": "Left", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [192, 161, 62, 189, 180, 136, 126, 63, 151, 4, 197, 189, 0, 0, 0, 0, 222, 89, 127, 63, 64, 54, 40, 61, 228, 8, 110, 189, 0, 0, 0, 0, 82, 125, 92, 189, 194, 14, 202, 189, 200, 96, 126, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 53, 125, 56, 63, 154, 102, 167, 62, 115, 129, 28, 63, 0, 0, 0, 0, 117, 147, 29, 191, 62, 31, 53, 63, 82, 197, 177, 62, 0, 0, 0, 0, 194, 85, 163, 190, 236, 99, 32, 191, 54, 12, 54, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 24, 68, 53, 63, 142, 30, 157, 188, 167, 180, 52, 191, 0, 0, 0, 0, 73, 78, 112, 60, 222, 243, 127, 63, 232, 9, 76, 188, 0, 0, 0, 0, 189, 187, 52, 63, 176, 58, 201, 186, 241, 77, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 63, 198, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 87, 243, 127, 63, 182, 41, 156, 60, 129, 194, 156, 59, 0, 0, 0, 0, 88, 1, 161, 188, 168, 78, 120, 63, 30, 84, 120, 62, 0, 0, 0, 0, 0, 222, 144, 183, 124, 96, 120, 190, 239, 90, 120, 63, 0, 0, 0, 0, 3, 9, 138, 189, 168, 53, 97, 64, 124, 242, 176, 187, 0, 0, 128, 63, 148, 255, 127, 63, 199, 152, 106, 187, 72, 220, 45, 57, 0, 0, 0, 0, 39, 217, 106, 59, 93, 187, 127, 63, 205, 213, 58, 189, 0, 0, 0, 0, 160, 175, 29, 182, 29, 214, 58, 61, 201, 187, 127, 63, 0, 0, 0, 0, 125, 208, 139, 63, 125, 63, 125, 64, 188, 116, 147, 187, 0, 0, 128, 63, 167, 252, 122, 63, 9, 209, 63, 190, 112, 226, 120, 61, 0, 0, 0, 0, 96, 244, 51, 189, 172, 66, 2, 191, 67, 24, 92, 191, 0, 0, 0, 0, 198, 146, 68, 62, 245, 25, 87, 63, 4, 209, 1, 191, 0, 0, 0, 0, 145, 15, 250, 61, 132, 13, 99, 64, 82, 73, 29, 60, 0, 0, 128, 63, 219, 124, 107, 63, 255, 190, 149, 62, 158, 204, 133, 62, 0, 0, 0, 0, 219, 210, 154, 190, 178, 3, 116, 63, 144, 59, 27, 187, 0, 0, 0, 0, 132, 199, 127, 190, 60, 96, 157, 189, 118, 26, 119, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 118, 146, 103, 63, 167, 252, 131, 190, 111, 215, 173, 190, 0, 0, 0, 0, 189, 126, 140, 62, 84, 44, 118, 63, 128, 231, 125, 58, 0, 0, 0, 0, 101, 10, 167, 62, 28, 155, 192, 189, 183, 202, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 61, 155, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 152, 250, 127, 63, 135, 94, 80, 188, 202, 255, 236, 58, 0, 0, 0, 0, 245, 118, 82, 60, 50, 111, 125, 63, 12, 3, 16, 190, 0, 0, 0, 0, 0, 186, 193, 181, 24, 6, 16, 62, 140, 116, 125, 63, 0, 0, 0, 0, 114, 138, 142, 60, 66, 207, 94, 64, 250, 237, 235, 58, 0, 0, 128, 63, 203, 196, 127, 63, 150, 178, 39, 189, 209, 170, 58, 60, 0, 0, 0, 0, 58, 223, 39, 61, 135, 200, 127, 63, 195, 67, 103, 187, 0, 0, 0, 0, 99, 36, 56, 188, 42, 212, 130, 59, 87, 251, 127, 63, 0, 0, 0, 0, 185, 252, 7, 188, 254, 67, 78, 64, 250, 237, 107, 186, 0, 0, 128, 63, 134, 212, 126, 63, 118, 65, 194, 189, 156, 169, 52, 188, 0, 0, 0, 0, 196, 175, 9, 188, 192, 115, 229, 60, 249, 227, 127, 191, 0, 0, 0, 0, 30, 206, 194, 61, 179, 190, 126, 63, 192, 223, 221, 60, 0, 0, 0, 0, 43, 24, 21, 188, 12, 147, 53, 64, 52, 128, 55, 186, 0, 0, 128, 63, 3, 123, 125, 63, 47, 212, 199, 61, 13, 122, 205, 61, 0, 0, 0, 0, 61, 251, 198, 189, 68, 199, 126, 63, 39, 176, 19, 188, 0, 0, 0, 0, 43, 76, 206, 189, 16, 160, 87, 186, 164, 178, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 241, 32, 126, 63, 147, 163, 104, 189, 42, 24, 218, 189, 0, 0, 0, 0, 65, 136, 115, 61, 57, 124, 127, 63, 222, 239, 179, 60, 0, 0, 0, 0, 212, 25, 215, 61, 104, 125, 230, 188, 112, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 94, 186, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 254, 255, 127, 63, 213, 168, 240, 185, 228, 166, 69, 56, 0, 0, 0, 0, 13, 220, 241, 57, 204, 50, 127, 63, 67, 240, 161, 189, 0, 0, 0, 0, 168, 49, 51, 183, 69, 240, 161, 61, 206, 50, 127, 63, 0, 0, 0, 0, 172, 139, 91, 60, 95, 41, 119, 64, 23, 183, 81, 57, 0, 0, 128, 63, 255, 255, 127, 63, 96, 44, 138, 185, 236, 248, 76, 55, 0, 0, 0, 0, 92, 82, 138, 57, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 64, 146, 219, 51, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 237, 13, 62, 187, 132, 158, 105, 64, 23, 183, 209, 184, 0, 0, 128, 63, 162, 210, 125, 63, 134, 184, 177, 189, 21, 162, 198, 189, 0, 0, 0, 0, 82, 211, 189, 189, 0, 52, 86, 61, 209, 139, 126, 191, 0, 0, 0, 0, 99, 25, 187, 61, 195, 174, 126, 63, 160, 111, 51, 61, 0, 0, 0, 0, 49, 8, 44, 188, 54, 171, 74, 64, 23, 183, 81, 57, 0, 0, 128, 63, 142, 253, 124, 63, 3, 245, 218, 189, 184, 209, 223, 189, 0, 0, 0, 0, 167, 5, 221, 61, 222, 128, 126, 63, 118, 163, 90, 59, 0, 0, 0, 0, 192, 199, 221, 61, 90, 65, 119, 188, 23, 119, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 26, 10, 124, 63, 15, 120, 23, 62, 29, 93, 192, 61, 0, 0, 0, 0, 13, 216, 16, 190, 82, 192, 124, 63, 46, 218, 147, 189, 0, 0, 0, 0, 239, 202, 211, 189, 217, 181, 108, 61, 128, 50, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 97, 50, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 53, 143, 155, 57, 204, 176, 47, 55, 0, 0, 0, 0, 71, 164, 155, 185, 178, 240, 127, 63, 171, 1, 177, 60, 0, 0, 0, 0, 136, 46, 136, 182, 173, 1, 177, 188, 179, 240, 127, 63, 0, 0, 0, 0, 124, 242, 48, 187, 156, 51, 98, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 171, 104, 18, 56, 204, 176, 175, 182, 0, 0, 0, 0, 79, 90, 18, 184, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 168, 178, 54, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 82, 73, 157, 58, 54, 205, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 47, 19, 126, 63, 20, 223, 176, 61, 168, 166, 177, 189, 0, 0, 0, 0, 136, 197, 173, 61, 160, 222, 207, 60, 124, 254, 126, 63, 0, 0, 0, 0, 44, 175, 180, 61, 246, 245, 126, 191, 192, 70, 146, 60, 0, 0, 0, 0, 52, 128, 183, 58, 108, 9, 45, 64, 0, 0, 0, 0, 0, 0, 128, 63, 191, 157, 107, 63, 211, 127, 144, 190, 19, 148, 138, 190, 0, 0, 0, 0, 135, 45, 152, 62, 94, 102, 116, 63, 236, 93, 121, 60, 0, 0, 0, 0, 135, 25, 130, 62, 126, 113, 193, 189, 247, 105, 118, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 148, 86, 103, 63, 254, 152, 181, 62, 13, 189, 117, 62, 0, 0, 0, 0, 200, 85, 162, 190, 12, 74, 110, 63, 254, 41, 58, 190, 0, 0, 0, 0, 40, 98, 147, 190, 185, 161, 180, 61, 82, 31, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 137, 65, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 215, 171, 58, 57, 12, 65, 106, 54, 0, 0, 0, 0, 237, 180, 58, 185, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 108, 221, 191, 52, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 52, 128, 55, 59, 74, 123, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 250, 255, 127, 63, 212, 213, 83, 186, 194, 94, 168, 56, 0, 0, 0, 0, 210, 224, 84, 58, 197, 191, 126, 63, 99, 52, 202, 189, 0, 0, 0, 0, 0, 74, 232, 179, 103, 52, 202, 61, 202, 191, 126, 63, 0, 0, 0, 0, 124, 242, 176, 59, 227, 165, 43, 64, 23, 183, 209, 184, 0, 0, 128, 63, 140, 38, 125, 191, 167, 80, 1, 190, 115, 30, 161, 61, 0, 0, 0, 0, 206, 107, 187, 61, 48, 115, 203, 189, 113, 167, 125, 63, 0, 0, 0, 0, 31, 65, 240, 189, 131, 172, 124, 63, 168, 218, 224, 61, 0, 0, 0, 0, 75, 89, 6, 188, 253, 246, 13, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645516814402095_260907.json b/lenses/physics-objects/Scene/assets/1645516814402095_260907.json deleted file mode 100644 index cc6fbef8..00000000 --- a/lenses/physics-objects/Scene/assets/1645516814402095_260907.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645516814402095:260907", - "type": "Asset.ObjectTrackingAsset", - "name": "", - "provider": { - "type": "Provider.DeviceDependentBinFileProvider", - "assetid": "LENSCORE_OBJECT3D_HAND_MODEL" - }, - "options": { - "asset_id": 0, - "event_labels": [ - "close", - "horns", - "ok", - "index_finger", - "open", - "victory", - "thumb" - ], - "labels": [ - "Hand" - ], - "landmark_labels": [ - "center", - "arm-1", - "arm-2", - "arm-3", - "index-0", - "index-1", - "index-2", - "index-3", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist" - ], - "rotation_labels": [ - "Main" - ], - "masks_labels": [], - "attPts3dPrmsMap": [ - { - "attPts3dPrmsKey": "Right", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [64, 163, 62, 189, 212, 7, 197, 61, 168, 136, 126, 63, 0, 0, 0, 0, 228, 89, 127, 191, 128, 0, 110, 189, 112, 56, 40, 189, 0, 0, 0, 0, 96, 116, 92, 61, 195, 96, 126, 191, 216, 17, 202, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 72, 181, 193, 62, 126, 216, 38, 191, 107, 71, 40, 63, 0, 0, 0, 0, 110, 147, 29, 63, 64, 31, 53, 63, 100, 197, 177, 62, 0, 0, 0, 0, 51, 253, 48, 191, 146, 231, 139, 62, 68, 57, 43, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 252, 67, 53, 63, 34, 160, 157, 60, 166, 180, 52, 191, 0, 0, 0, 0, 248, 118, 95, 188, 222, 243, 127, 63, 204, 93, 94, 60, 0, 0, 0, 0, 50, 189, 52, 63, 0, 241, 147, 55, 152, 76, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 181, 14, 65, 234, 53, 0, 0, 0, 0, 80, 56, 170, 53, 168, 78, 120, 63, 144, 36, 121, 62, 0, 0, 0, 0, 215, 26, 14, 182, 144, 36, 121, 190, 168, 78, 120, 63, 0, 0, 0, 0, 41, 92, 143, 61, 174, 71, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 39, 14, 65, 234, 53, 0, 0, 0, 0, 106, 126, 171, 51, 93, 187, 127, 63, 228, 105, 59, 189, 0, 0, 0, 0, 64, 2, 234, 181, 228, 105, 59, 61, 93, 187, 127, 63, 0, 0, 0, 0, 205, 204, 76, 61, 164, 112, 125, 64, 0, 0, 0, 0, 0, 0, 128, 63, 83, 145, 121, 63, 206, 134, 227, 189, 239, 181, 69, 62, 0, 0, 0, 0, 220, 128, 227, 61, 166, 66, 2, 191, 27, 138, 90, 191, 0, 0, 0, 0, 165, 183, 69, 62, 3, 138, 90, 63, 244, 167, 247, 190, 0, 0, 0, 0, 143, 194, 245, 189, 51, 51, 99, 64, 0, 0, 0, 0, 0, 0, 128, 63, 80, 144, 103, 63, 117, 133, 146, 190, 27, 212, 161, 62, 0, 0, 0, 0, 203, 210, 154, 62, 180, 3, 116, 63, 0, 74, 27, 187, 0, 0, 0, 0, 159, 231, 153, 190, 108, 33, 200, 61, 33, 224, 114, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 199, 57, 106, 63, 195, 209, 135, 62, 178, 185, 155, 190, 0, 0, 0, 0, 55, 144, 105, 190, 86, 44, 118, 63, 24, 56, 28, 62, 0, 0, 0, 0, 206, 119, 170, 62, 84, 201, 143, 189, 99, 185, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 215, 163, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 48, 111, 125, 63, 170, 156, 16, 190, 0, 0, 0, 0, 0, 0, 0, 0, 170, 156, 16, 62, 48, 111, 125, 63, 0, 0, 0, 0, 10, 215, 163, 188, 82, 184, 94, 64, 0, 0, 0, 0, 0, 0, 128, 63, 141, 199, 127, 63, 118, 116, 35, 189, 62, 112, 58, 60, 0, 0, 0, 0, 138, 161, 35, 61, 68, 203, 127, 63, 82, 90, 106, 187, 0, 0, 0, 0, 78, 243, 55, 188, 182, 248, 131, 59, 86, 251, 127, 63, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 78, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 151, 125, 63, 254, 124, 201, 189, 98, 243, 194, 61, 0, 0, 0, 0, 218, 119, 201, 61, 128, 111, 229, 60, 76, 168, 126, 191, 0, 0, 0, 0, 178, 248, 194, 61, 60, 168, 126, 63, 160, 71, 25, 61, 0, 0, 0, 0, 10, 215, 35, 60, 143, 194, 53, 64, 0, 0, 0, 0, 0, 0, 128, 63, 24, 110, 125, 63, 183, 255, 195, 189, 233, 2, 213, 61, 0, 0, 0, 0, 53, 251, 198, 61, 68, 199, 126, 63, 90, 176, 19, 188, 0, 0, 0, 0, 101, 58, 210, 189, 8, 227, 155, 60, 224, 153, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 50, 54, 126, 63, 96, 78, 105, 61, 223, 160, 211, 189, 0, 0, 0, 0, 46, 40, 92, 189, 58, 124, 127, 63, 166, 151, 9, 61, 0, 0, 0, 0, 25, 31, 215, 61, 80, 195, 227, 188, 251, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 20, 174, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 203, 50, 127, 63, 45, 241, 161, 189, 0, 0, 0, 0, 0, 0, 0, 0, 45, 241, 161, 61, 203, 50, 127, 63, 0, 0, 0, 0, 10, 215, 35, 188, 61, 10, 119, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 182, 0, 0, 0, 0, 0, 0, 0, 0, 164, 255, 233, 54, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 22, 4, 175, 52, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 154, 153, 105, 64, 0, 0, 0, 0, 0, 0, 128, 63, 49, 164, 125, 63, 68, 170, 201, 189, 127, 109, 190, 61, 0, 0, 0, 0, 6, 165, 201, 61, 240, 51, 86, 61, 115, 103, 126, 191, 0, 0, 0, 0, 11, 115, 190, 61, 99, 103, 126, 63, 224, 240, 123, 61, 0, 0, 0, 0, 10, 215, 35, 60, 72, 225, 74, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 235, 124, 63, 202, 104, 220, 61, 79, 154, 227, 189, 0, 0, 0, 0, 172, 5, 221, 189, 222, 128, 126, 63, 2, 181, 90, 59, 0, 0, 0, 0, 251, 1, 227, 61, 132, 124, 14, 60, 170, 105, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 81, 146, 123, 63, 111, 68, 24, 190, 254, 21, 226, 61, 0, 0, 0, 0, 5, 133, 29, 62, 86, 192, 124, 63, 217, 151, 33, 189, 0, 0, 0, 0, 214, 51, 211, 189, 185, 90, 100, 61, 27, 60, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 184, 30, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 83, 5, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 83, 5, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 133, 235, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 0, 0, 0, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 10, 215, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 20, 184, 125, 191, 239, 123, 189, 189, 120, 57, 196, 189, 0, 0, 0, 0, 225, 207, 201, 189, 32, 221, 207, 60, 212, 171, 126, 63, 0, 0, 0, 0, 136, 133, 183, 189, 180, 209, 126, 63, 128, 89, 12, 189, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 44, 64, 0, 0, 0, 0, 0, 0, 128, 63, 148, 191, 103, 63, 166, 219, 146, 62, 221, 117, 160, 190, 0, 0, 0, 0, 102, 45, 152, 190, 99, 102, 116, 63, 56, 97, 121, 60, 0, 0, 0, 0, 193, 108, 155, 62, 179, 140, 162, 61, 102, 18, 115, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 154, 202, 98, 63, 143, 246, 181, 190, 101, 161, 152, 62, 0, 0, 0, 0, 211, 163, 186, 62, 4, 74, 110, 63, 175, 66, 216, 60, 0, 0, 0, 0, 233, 223, 146, 190, 95, 168, 174, 61, 83, 68, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 197, 191, 126, 63, 53, 54, 202, 189, 0, 0, 0, 0, 0, 0, 0, 0, 53, 54, 202, 61, 197, 191, 126, 63, 0, 0, 0, 0, 10, 215, 35, 188, 31, 133, 43, 64, 0, 0, 0, 0, 0, 0, 128, 63, 32, 227, 124, 191, 54, 59, 224, 189, 205, 13, 226, 189, 0, 0, 0, 0, 184, 2, 204, 189, 32, 116, 203, 189, 55, 116, 125, 63, 0, 0, 0, 0, 63, 117, 244, 189, 217, 47, 125, 63, 168, 164, 178, 61, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 14, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - }, - { - "attPts3dPrmsKey": "Left", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [192, 161, 62, 189, 180, 136, 126, 63, 151, 4, 197, 189, 0, 0, 0, 0, 222, 89, 127, 63, 64, 54, 40, 61, 228, 8, 110, 189, 0, 0, 0, 0, 82, 125, 92, 189, 194, 14, 202, 189, 200, 96, 126, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 53, 125, 56, 63, 154, 102, 167, 62, 115, 129, 28, 63, 0, 0, 0, 0, 117, 147, 29, 191, 62, 31, 53, 63, 82, 197, 177, 62, 0, 0, 0, 0, 194, 85, 163, 190, 236, 99, 32, 191, 54, 12, 54, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 24, 68, 53, 63, 142, 30, 157, 188, 167, 180, 52, 191, 0, 0, 0, 0, 73, 78, 112, 60, 222, 243, 127, 63, 232, 9, 76, 188, 0, 0, 0, 0, 189, 187, 52, 63, 176, 58, 201, 186, 241, 77, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 63, 198, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 87, 243, 127, 63, 182, 41, 156, 60, 129, 194, 156, 59, 0, 0, 0, 0, 88, 1, 161, 188, 168, 78, 120, 63, 30, 84, 120, 62, 0, 0, 0, 0, 0, 222, 144, 183, 124, 96, 120, 190, 239, 90, 120, 63, 0, 0, 0, 0, 3, 9, 138, 189, 168, 53, 97, 64, 124, 242, 176, 187, 0, 0, 128, 63, 148, 255, 127, 63, 199, 152, 106, 187, 72, 220, 45, 57, 0, 0, 0, 0, 39, 217, 106, 59, 93, 187, 127, 63, 205, 213, 58, 189, 0, 0, 0, 0, 160, 175, 29, 182, 29, 214, 58, 61, 201, 187, 127, 63, 0, 0, 0, 0, 125, 208, 139, 63, 125, 63, 125, 64, 188, 116, 147, 187, 0, 0, 128, 63, 167, 252, 122, 63, 9, 209, 63, 190, 112, 226, 120, 61, 0, 0, 0, 0, 96, 244, 51, 189, 172, 66, 2, 191, 67, 24, 92, 191, 0, 0, 0, 0, 198, 146, 68, 62, 245, 25, 87, 63, 4, 209, 1, 191, 0, 0, 0, 0, 145, 15, 250, 61, 132, 13, 99, 64, 82, 73, 29, 60, 0, 0, 128, 63, 219, 124, 107, 63, 255, 190, 149, 62, 158, 204, 133, 62, 0, 0, 0, 0, 219, 210, 154, 190, 178, 3, 116, 63, 144, 59, 27, 187, 0, 0, 0, 0, 132, 199, 127, 190, 60, 96, 157, 189, 118, 26, 119, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 118, 146, 103, 63, 167, 252, 131, 190, 111, 215, 173, 190, 0, 0, 0, 0, 189, 126, 140, 62, 84, 44, 118, 63, 128, 231, 125, 58, 0, 0, 0, 0, 101, 10, 167, 62, 28, 155, 192, 189, 183, 202, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 61, 155, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 152, 250, 127, 63, 135, 94, 80, 188, 202, 255, 236, 58, 0, 0, 0, 0, 245, 118, 82, 60, 50, 111, 125, 63, 12, 3, 16, 190, 0, 0, 0, 0, 0, 186, 193, 181, 24, 6, 16, 62, 140, 116, 125, 63, 0, 0, 0, 0, 114, 138, 142, 60, 66, 207, 94, 64, 250, 237, 235, 58, 0, 0, 128, 63, 203, 196, 127, 63, 150, 178, 39, 189, 209, 170, 58, 60, 0, 0, 0, 0, 58, 223, 39, 61, 135, 200, 127, 63, 195, 67, 103, 187, 0, 0, 0, 0, 99, 36, 56, 188, 42, 212, 130, 59, 87, 251, 127, 63, 0, 0, 0, 0, 185, 252, 7, 188, 254, 67, 78, 64, 250, 237, 107, 186, 0, 0, 128, 63, 134, 212, 126, 63, 118, 65, 194, 189, 156, 169, 52, 188, 0, 0, 0, 0, 196, 175, 9, 188, 192, 115, 229, 60, 249, 227, 127, 191, 0, 0, 0, 0, 30, 206, 194, 61, 179, 190, 126, 63, 192, 223, 221, 60, 0, 0, 0, 0, 43, 24, 21, 188, 12, 147, 53, 64, 52, 128, 55, 186, 0, 0, 128, 63, 3, 123, 125, 63, 47, 212, 199, 61, 13, 122, 205, 61, 0, 0, 0, 0, 61, 251, 198, 189, 68, 199, 126, 63, 39, 176, 19, 188, 0, 0, 0, 0, 43, 76, 206, 189, 16, 160, 87, 186, 164, 178, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 241, 32, 126, 63, 147, 163, 104, 189, 42, 24, 218, 189, 0, 0, 0, 0, 65, 136, 115, 61, 57, 124, 127, 63, 222, 239, 179, 60, 0, 0, 0, 0, 212, 25, 215, 61, 104, 125, 230, 188, 112, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 94, 186, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 254, 255, 127, 63, 213, 168, 240, 185, 228, 166, 69, 56, 0, 0, 0, 0, 13, 220, 241, 57, 204, 50, 127, 63, 67, 240, 161, 189, 0, 0, 0, 0, 168, 49, 51, 183, 69, 240, 161, 61, 206, 50, 127, 63, 0, 0, 0, 0, 172, 139, 91, 60, 95, 41, 119, 64, 23, 183, 81, 57, 0, 0, 128, 63, 255, 255, 127, 63, 96, 44, 138, 185, 236, 248, 76, 55, 0, 0, 0, 0, 92, 82, 138, 57, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 64, 146, 219, 51, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 237, 13, 62, 187, 132, 158, 105, 64, 23, 183, 209, 184, 0, 0, 128, 63, 162, 210, 125, 63, 134, 184, 177, 189, 21, 162, 198, 189, 0, 0, 0, 0, 82, 211, 189, 189, 0, 52, 86, 61, 209, 139, 126, 191, 0, 0, 0, 0, 99, 25, 187, 61, 195, 174, 126, 63, 160, 111, 51, 61, 0, 0, 0, 0, 49, 8, 44, 188, 54, 171, 74, 64, 23, 183, 81, 57, 0, 0, 128, 63, 142, 253, 124, 63, 3, 245, 218, 189, 184, 209, 223, 189, 0, 0, 0, 0, 167, 5, 221, 61, 222, 128, 126, 63, 118, 163, 90, 59, 0, 0, 0, 0, 192, 199, 221, 61, 90, 65, 119, 188, 23, 119, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 26, 10, 124, 63, 15, 120, 23, 62, 29, 93, 192, 61, 0, 0, 0, 0, 13, 216, 16, 190, 82, 192, 124, 63, 46, 218, 147, 189, 0, 0, 0, 0, 239, 202, 211, 189, 217, 181, 108, 61, 128, 50, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 97, 50, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 53, 143, 155, 57, 204, 176, 47, 55, 0, 0, 0, 0, 71, 164, 155, 185, 178, 240, 127, 63, 171, 1, 177, 60, 0, 0, 0, 0, 136, 46, 136, 182, 173, 1, 177, 188, 179, 240, 127, 63, 0, 0, 0, 0, 124, 242, 48, 187, 156, 51, 98, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 171, 104, 18, 56, 204, 176, 175, 182, 0, 0, 0, 0, 79, 90, 18, 184, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 168, 178, 54, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 82, 73, 157, 58, 54, 205, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 47, 19, 126, 63, 20, 223, 176, 61, 168, 166, 177, 189, 0, 0, 0, 0, 136, 197, 173, 61, 160, 222, 207, 60, 124, 254, 126, 63, 0, 0, 0, 0, 44, 175, 180, 61, 246, 245, 126, 191, 192, 70, 146, 60, 0, 0, 0, 0, 52, 128, 183, 58, 108, 9, 45, 64, 0, 0, 0, 0, 0, 0, 128, 63, 191, 157, 107, 63, 211, 127, 144, 190, 19, 148, 138, 190, 0, 0, 0, 0, 135, 45, 152, 62, 94, 102, 116, 63, 236, 93, 121, 60, 0, 0, 0, 0, 135, 25, 130, 62, 126, 113, 193, 189, 247, 105, 118, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 148, 86, 103, 63, 254, 152, 181, 62, 13, 189, 117, 62, 0, 0, 0, 0, 200, 85, 162, 190, 12, 74, 110, 63, 254, 41, 58, 190, 0, 0, 0, 0, 40, 98, 147, 190, 185, 161, 180, 61, 82, 31, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 137, 65, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 215, 171, 58, 57, 12, 65, 106, 54, 0, 0, 0, 0, 237, 180, 58, 185, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 108, 221, 191, 52, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 52, 128, 55, 59, 74, 123, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 250, 255, 127, 63, 212, 213, 83, 186, 194, 94, 168, 56, 0, 0, 0, 0, 210, 224, 84, 58, 197, 191, 126, 63, 99, 52, 202, 189, 0, 0, 0, 0, 0, 74, 232, 179, 103, 52, 202, 61, 202, 191, 126, 63, 0, 0, 0, 0, 124, 242, 176, 59, 227, 165, 43, 64, 23, 183, 209, 184, 0, 0, 128, 63, 140, 38, 125, 191, 167, 80, 1, 190, 115, 30, 161, 61, 0, 0, 0, 0, 206, 107, 187, 61, 48, 115, 203, 189, 113, 167, 125, 63, 0, 0, 0, 0, 31, 65, 240, 189, 131, 172, 124, 63, 168, 218, 224, 61, 0, 0, 0, 0, 75, 89, 6, 188, 253, 246, 13, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645516816946787_261575.json b/lenses/physics-objects/Scene/assets/1645516816946787_261575.json deleted file mode 100644 index ed624faa..00000000 --- a/lenses/physics-objects/Scene/assets/1645516816946787_261575.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645516816946787:261575", - "type": "Asset.ObjectTrackingAsset", - "name": "", - "provider": { - "type": "Provider.DeviceDependentBinFileProvider", - "assetid": "LENSCORE_OBJECT3D_HAND_MODEL" - }, - "options": { - "asset_id": 0, - "event_labels": [ - "close", - "horns", - "ok", - "index_finger", - "open", - "victory", - "thumb" - ], - "labels": [ - "Hand" - ], - "landmark_labels": [ - "center", - "arm-1", - "arm-2", - "arm-3", - "index-0", - "index-1", - "index-2", - "index-3", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist" - ], - "rotation_labels": [ - "Main" - ], - "masks_labels": [], - "attPts3dPrmsMap": [ - { - "attPts3dPrmsKey": "Right", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [64, 163, 62, 189, 212, 7, 197, 61, 168, 136, 126, 63, 0, 0, 0, 0, 228, 89, 127, 191, 128, 0, 110, 189, 112, 56, 40, 189, 0, 0, 0, 0, 96, 116, 92, 61, 195, 96, 126, 191, 216, 17, 202, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 72, 181, 193, 62, 126, 216, 38, 191, 107, 71, 40, 63, 0, 0, 0, 0, 110, 147, 29, 63, 64, 31, 53, 63, 100, 197, 177, 62, 0, 0, 0, 0, 51, 253, 48, 191, 146, 231, 139, 62, 68, 57, 43, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 252, 67, 53, 63, 34, 160, 157, 60, 166, 180, 52, 191, 0, 0, 0, 0, 248, 118, 95, 188, 222, 243, 127, 63, 204, 93, 94, 60, 0, 0, 0, 0, 50, 189, 52, 63, 0, 241, 147, 55, 152, 76, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 181, 14, 65, 234, 53, 0, 0, 0, 0, 80, 56, 170, 53, 168, 78, 120, 63, 144, 36, 121, 62, 0, 0, 0, 0, 215, 26, 14, 182, 144, 36, 121, 190, 168, 78, 120, 63, 0, 0, 0, 0, 41, 92, 143, 61, 174, 71, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 39, 14, 65, 234, 53, 0, 0, 0, 0, 106, 126, 171, 51, 93, 187, 127, 63, 228, 105, 59, 189, 0, 0, 0, 0, 64, 2, 234, 181, 228, 105, 59, 61, 93, 187, 127, 63, 0, 0, 0, 0, 205, 204, 76, 61, 164, 112, 125, 64, 0, 0, 0, 0, 0, 0, 128, 63, 83, 145, 121, 63, 206, 134, 227, 189, 239, 181, 69, 62, 0, 0, 0, 0, 220, 128, 227, 61, 166, 66, 2, 191, 27, 138, 90, 191, 0, 0, 0, 0, 165, 183, 69, 62, 3, 138, 90, 63, 244, 167, 247, 190, 0, 0, 0, 0, 143, 194, 245, 189, 51, 51, 99, 64, 0, 0, 0, 0, 0, 0, 128, 63, 80, 144, 103, 63, 117, 133, 146, 190, 27, 212, 161, 62, 0, 0, 0, 0, 203, 210, 154, 62, 180, 3, 116, 63, 0, 74, 27, 187, 0, 0, 0, 0, 159, 231, 153, 190, 108, 33, 200, 61, 33, 224, 114, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 199, 57, 106, 63, 195, 209, 135, 62, 178, 185, 155, 190, 0, 0, 0, 0, 55, 144, 105, 190, 86, 44, 118, 63, 24, 56, 28, 62, 0, 0, 0, 0, 206, 119, 170, 62, 84, 201, 143, 189, 99, 185, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 215, 163, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 48, 111, 125, 63, 170, 156, 16, 190, 0, 0, 0, 0, 0, 0, 0, 0, 170, 156, 16, 62, 48, 111, 125, 63, 0, 0, 0, 0, 10, 215, 163, 188, 82, 184, 94, 64, 0, 0, 0, 0, 0, 0, 128, 63, 141, 199, 127, 63, 118, 116, 35, 189, 62, 112, 58, 60, 0, 0, 0, 0, 138, 161, 35, 61, 68, 203, 127, 63, 82, 90, 106, 187, 0, 0, 0, 0, 78, 243, 55, 188, 182, 248, 131, 59, 86, 251, 127, 63, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 78, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 151, 125, 63, 254, 124, 201, 189, 98, 243, 194, 61, 0, 0, 0, 0, 218, 119, 201, 61, 128, 111, 229, 60, 76, 168, 126, 191, 0, 0, 0, 0, 178, 248, 194, 61, 60, 168, 126, 63, 160, 71, 25, 61, 0, 0, 0, 0, 10, 215, 35, 60, 143, 194, 53, 64, 0, 0, 0, 0, 0, 0, 128, 63, 24, 110, 125, 63, 183, 255, 195, 189, 233, 2, 213, 61, 0, 0, 0, 0, 53, 251, 198, 61, 68, 199, 126, 63, 90, 176, 19, 188, 0, 0, 0, 0, 101, 58, 210, 189, 8, 227, 155, 60, 224, 153, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 50, 54, 126, 63, 96, 78, 105, 61, 223, 160, 211, 189, 0, 0, 0, 0, 46, 40, 92, 189, 58, 124, 127, 63, 166, 151, 9, 61, 0, 0, 0, 0, 25, 31, 215, 61, 80, 195, 227, 188, 251, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 20, 174, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 203, 50, 127, 63, 45, 241, 161, 189, 0, 0, 0, 0, 0, 0, 0, 0, 45, 241, 161, 61, 203, 50, 127, 63, 0, 0, 0, 0, 10, 215, 35, 188, 61, 10, 119, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 182, 0, 0, 0, 0, 0, 0, 0, 0, 164, 255, 233, 54, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 22, 4, 175, 52, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 154, 153, 105, 64, 0, 0, 0, 0, 0, 0, 128, 63, 49, 164, 125, 63, 68, 170, 201, 189, 127, 109, 190, 61, 0, 0, 0, 0, 6, 165, 201, 61, 240, 51, 86, 61, 115, 103, 126, 191, 0, 0, 0, 0, 11, 115, 190, 61, 99, 103, 126, 63, 224, 240, 123, 61, 0, 0, 0, 0, 10, 215, 35, 60, 72, 225, 74, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 235, 124, 63, 202, 104, 220, 61, 79, 154, 227, 189, 0, 0, 0, 0, 172, 5, 221, 189, 222, 128, 126, 63, 2, 181, 90, 59, 0, 0, 0, 0, 251, 1, 227, 61, 132, 124, 14, 60, 170, 105, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 81, 146, 123, 63, 111, 68, 24, 190, 254, 21, 226, 61, 0, 0, 0, 0, 5, 133, 29, 62, 86, 192, 124, 63, 217, 151, 33, 189, 0, 0, 0, 0, 214, 51, 211, 189, 185, 90, 100, 61, 27, 60, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 184, 30, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 83, 5, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 83, 5, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 133, 235, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 0, 0, 0, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 10, 215, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 20, 184, 125, 191, 239, 123, 189, 189, 120, 57, 196, 189, 0, 0, 0, 0, 225, 207, 201, 189, 32, 221, 207, 60, 212, 171, 126, 63, 0, 0, 0, 0, 136, 133, 183, 189, 180, 209, 126, 63, 128, 89, 12, 189, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 44, 64, 0, 0, 0, 0, 0, 0, 128, 63, 148, 191, 103, 63, 166, 219, 146, 62, 221, 117, 160, 190, 0, 0, 0, 0, 102, 45, 152, 190, 99, 102, 116, 63, 56, 97, 121, 60, 0, 0, 0, 0, 193, 108, 155, 62, 179, 140, 162, 61, 102, 18, 115, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 154, 202, 98, 63, 143, 246, 181, 190, 101, 161, 152, 62, 0, 0, 0, 0, 211, 163, 186, 62, 4, 74, 110, 63, 175, 66, 216, 60, 0, 0, 0, 0, 233, 223, 146, 190, 95, 168, 174, 61, 83, 68, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 197, 191, 126, 63, 53, 54, 202, 189, 0, 0, 0, 0, 0, 0, 0, 0, 53, 54, 202, 61, 197, 191, 126, 63, 0, 0, 0, 0, 10, 215, 35, 188, 31, 133, 43, 64, 0, 0, 0, 0, 0, 0, 128, 63, 32, 227, 124, 191, 54, 59, 224, 189, 205, 13, 226, 189, 0, 0, 0, 0, 184, 2, 204, 189, 32, 116, 203, 189, 55, 116, 125, 63, 0, 0, 0, 0, 63, 117, 244, 189, 217, 47, 125, 63, 168, 164, 178, 61, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 14, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - }, - { - "attPts3dPrmsKey": "Left", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [192, 161, 62, 189, 180, 136, 126, 63, 151, 4, 197, 189, 0, 0, 0, 0, 222, 89, 127, 63, 64, 54, 40, 61, 228, 8, 110, 189, 0, 0, 0, 0, 82, 125, 92, 189, 194, 14, 202, 189, 200, 96, 126, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 53, 125, 56, 63, 154, 102, 167, 62, 115, 129, 28, 63, 0, 0, 0, 0, 117, 147, 29, 191, 62, 31, 53, 63, 82, 197, 177, 62, 0, 0, 0, 0, 194, 85, 163, 190, 236, 99, 32, 191, 54, 12, 54, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 24, 68, 53, 63, 142, 30, 157, 188, 167, 180, 52, 191, 0, 0, 0, 0, 73, 78, 112, 60, 222, 243, 127, 63, 232, 9, 76, 188, 0, 0, 0, 0, 189, 187, 52, 63, 176, 58, 201, 186, 241, 77, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 63, 198, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 87, 243, 127, 63, 182, 41, 156, 60, 129, 194, 156, 59, 0, 0, 0, 0, 88, 1, 161, 188, 168, 78, 120, 63, 30, 84, 120, 62, 0, 0, 0, 0, 0, 222, 144, 183, 124, 96, 120, 190, 239, 90, 120, 63, 0, 0, 0, 0, 3, 9, 138, 189, 168, 53, 97, 64, 124, 242, 176, 187, 0, 0, 128, 63, 148, 255, 127, 63, 199, 152, 106, 187, 72, 220, 45, 57, 0, 0, 0, 0, 39, 217, 106, 59, 93, 187, 127, 63, 205, 213, 58, 189, 0, 0, 0, 0, 160, 175, 29, 182, 29, 214, 58, 61, 201, 187, 127, 63, 0, 0, 0, 0, 125, 208, 139, 63, 125, 63, 125, 64, 188, 116, 147, 187, 0, 0, 128, 63, 167, 252, 122, 63, 9, 209, 63, 190, 112, 226, 120, 61, 0, 0, 0, 0, 96, 244, 51, 189, 172, 66, 2, 191, 67, 24, 92, 191, 0, 0, 0, 0, 198, 146, 68, 62, 245, 25, 87, 63, 4, 209, 1, 191, 0, 0, 0, 0, 145, 15, 250, 61, 132, 13, 99, 64, 82, 73, 29, 60, 0, 0, 128, 63, 219, 124, 107, 63, 255, 190, 149, 62, 158, 204, 133, 62, 0, 0, 0, 0, 219, 210, 154, 190, 178, 3, 116, 63, 144, 59, 27, 187, 0, 0, 0, 0, 132, 199, 127, 190, 60, 96, 157, 189, 118, 26, 119, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 118, 146, 103, 63, 167, 252, 131, 190, 111, 215, 173, 190, 0, 0, 0, 0, 189, 126, 140, 62, 84, 44, 118, 63, 128, 231, 125, 58, 0, 0, 0, 0, 101, 10, 167, 62, 28, 155, 192, 189, 183, 202, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 61, 155, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 152, 250, 127, 63, 135, 94, 80, 188, 202, 255, 236, 58, 0, 0, 0, 0, 245, 118, 82, 60, 50, 111, 125, 63, 12, 3, 16, 190, 0, 0, 0, 0, 0, 186, 193, 181, 24, 6, 16, 62, 140, 116, 125, 63, 0, 0, 0, 0, 114, 138, 142, 60, 66, 207, 94, 64, 250, 237, 235, 58, 0, 0, 128, 63, 203, 196, 127, 63, 150, 178, 39, 189, 209, 170, 58, 60, 0, 0, 0, 0, 58, 223, 39, 61, 135, 200, 127, 63, 195, 67, 103, 187, 0, 0, 0, 0, 99, 36, 56, 188, 42, 212, 130, 59, 87, 251, 127, 63, 0, 0, 0, 0, 185, 252, 7, 188, 254, 67, 78, 64, 250, 237, 107, 186, 0, 0, 128, 63, 134, 212, 126, 63, 118, 65, 194, 189, 156, 169, 52, 188, 0, 0, 0, 0, 196, 175, 9, 188, 192, 115, 229, 60, 249, 227, 127, 191, 0, 0, 0, 0, 30, 206, 194, 61, 179, 190, 126, 63, 192, 223, 221, 60, 0, 0, 0, 0, 43, 24, 21, 188, 12, 147, 53, 64, 52, 128, 55, 186, 0, 0, 128, 63, 3, 123, 125, 63, 47, 212, 199, 61, 13, 122, 205, 61, 0, 0, 0, 0, 61, 251, 198, 189, 68, 199, 126, 63, 39, 176, 19, 188, 0, 0, 0, 0, 43, 76, 206, 189, 16, 160, 87, 186, 164, 178, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 241, 32, 126, 63, 147, 163, 104, 189, 42, 24, 218, 189, 0, 0, 0, 0, 65, 136, 115, 61, 57, 124, 127, 63, 222, 239, 179, 60, 0, 0, 0, 0, 212, 25, 215, 61, 104, 125, 230, 188, 112, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 94, 186, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 254, 255, 127, 63, 213, 168, 240, 185, 228, 166, 69, 56, 0, 0, 0, 0, 13, 220, 241, 57, 204, 50, 127, 63, 67, 240, 161, 189, 0, 0, 0, 0, 168, 49, 51, 183, 69, 240, 161, 61, 206, 50, 127, 63, 0, 0, 0, 0, 172, 139, 91, 60, 95, 41, 119, 64, 23, 183, 81, 57, 0, 0, 128, 63, 255, 255, 127, 63, 96, 44, 138, 185, 236, 248, 76, 55, 0, 0, 0, 0, 92, 82, 138, 57, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 64, 146, 219, 51, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 237, 13, 62, 187, 132, 158, 105, 64, 23, 183, 209, 184, 0, 0, 128, 63, 162, 210, 125, 63, 134, 184, 177, 189, 21, 162, 198, 189, 0, 0, 0, 0, 82, 211, 189, 189, 0, 52, 86, 61, 209, 139, 126, 191, 0, 0, 0, 0, 99, 25, 187, 61, 195, 174, 126, 63, 160, 111, 51, 61, 0, 0, 0, 0, 49, 8, 44, 188, 54, 171, 74, 64, 23, 183, 81, 57, 0, 0, 128, 63, 142, 253, 124, 63, 3, 245, 218, 189, 184, 209, 223, 189, 0, 0, 0, 0, 167, 5, 221, 61, 222, 128, 126, 63, 118, 163, 90, 59, 0, 0, 0, 0, 192, 199, 221, 61, 90, 65, 119, 188, 23, 119, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 26, 10, 124, 63, 15, 120, 23, 62, 29, 93, 192, 61, 0, 0, 0, 0, 13, 216, 16, 190, 82, 192, 124, 63, 46, 218, 147, 189, 0, 0, 0, 0, 239, 202, 211, 189, 217, 181, 108, 61, 128, 50, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 97, 50, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 53, 143, 155, 57, 204, 176, 47, 55, 0, 0, 0, 0, 71, 164, 155, 185, 178, 240, 127, 63, 171, 1, 177, 60, 0, 0, 0, 0, 136, 46, 136, 182, 173, 1, 177, 188, 179, 240, 127, 63, 0, 0, 0, 0, 124, 242, 48, 187, 156, 51, 98, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 171, 104, 18, 56, 204, 176, 175, 182, 0, 0, 0, 0, 79, 90, 18, 184, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 168, 178, 54, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 82, 73, 157, 58, 54, 205, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 47, 19, 126, 63, 20, 223, 176, 61, 168, 166, 177, 189, 0, 0, 0, 0, 136, 197, 173, 61, 160, 222, 207, 60, 124, 254, 126, 63, 0, 0, 0, 0, 44, 175, 180, 61, 246, 245, 126, 191, 192, 70, 146, 60, 0, 0, 0, 0, 52, 128, 183, 58, 108, 9, 45, 64, 0, 0, 0, 0, 0, 0, 128, 63, 191, 157, 107, 63, 211, 127, 144, 190, 19, 148, 138, 190, 0, 0, 0, 0, 135, 45, 152, 62, 94, 102, 116, 63, 236, 93, 121, 60, 0, 0, 0, 0, 135, 25, 130, 62, 126, 113, 193, 189, 247, 105, 118, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 148, 86, 103, 63, 254, 152, 181, 62, 13, 189, 117, 62, 0, 0, 0, 0, 200, 85, 162, 190, 12, 74, 110, 63, 254, 41, 58, 190, 0, 0, 0, 0, 40, 98, 147, 190, 185, 161, 180, 61, 82, 31, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 137, 65, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 215, 171, 58, 57, 12, 65, 106, 54, 0, 0, 0, 0, 237, 180, 58, 185, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 108, 221, 191, 52, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 52, 128, 55, 59, 74, 123, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 250, 255, 127, 63, 212, 213, 83, 186, 194, 94, 168, 56, 0, 0, 0, 0, 210, 224, 84, 58, 197, 191, 126, 63, 99, 52, 202, 189, 0, 0, 0, 0, 0, 74, 232, 179, 103, 52, 202, 61, 202, 191, 126, 63, 0, 0, 0, 0, 124, 242, 176, 59, 227, 165, 43, 64, 23, 183, 209, 184, 0, 0, 128, 63, 140, 38, 125, 191, 167, 80, 1, 190, 115, 30, 161, 61, 0, 0, 0, 0, 206, 107, 187, 61, 48, 115, 203, 189, 113, 167, 125, 63, 0, 0, 0, 0, 31, 65, 240, 189, 131, 172, 124, 63, 168, 218, 224, 61, 0, 0, 0, 0, 75, 89, 6, 188, 253, 246, 13, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645516816950625_261588.json b/lenses/physics-objects/Scene/assets/1645516816950625_261588.json deleted file mode 100644 index 863cf4f0..00000000 --- a/lenses/physics-objects/Scene/assets/1645516816950625_261588.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645516816950625:261588", - "type": "Asset.ObjectTrackingAsset", - "name": "", - "provider": { - "type": "Provider.DeviceDependentBinFileProvider", - "assetid": "LENSCORE_OBJECT3D_HAND_MODEL" - }, - "options": { - "asset_id": 0, - "event_labels": [ - "close", - "horns", - "ok", - "index_finger", - "open", - "victory", - "thumb" - ], - "labels": [ - "Hand" - ], - "landmark_labels": [ - "center", - "arm-1", - "arm-2", - "arm-3", - "index-0", - "index-1", - "index-2", - "index-3", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist" - ], - "rotation_labels": [ - "Main" - ], - "masks_labels": [], - "attPts3dPrmsMap": [ - { - "attPts3dPrmsKey": "Right", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [64, 163, 62, 189, 212, 7, 197, 61, 168, 136, 126, 63, 0, 0, 0, 0, 228, 89, 127, 191, 128, 0, 110, 189, 112, 56, 40, 189, 0, 0, 0, 0, 96, 116, 92, 61, 195, 96, 126, 191, 216, 17, 202, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 72, 181, 193, 62, 126, 216, 38, 191, 107, 71, 40, 63, 0, 0, 0, 0, 110, 147, 29, 63, 64, 31, 53, 63, 100, 197, 177, 62, 0, 0, 0, 0, 51, 253, 48, 191, 146, 231, 139, 62, 68, 57, 43, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 252, 67, 53, 63, 34, 160, 157, 60, 166, 180, 52, 191, 0, 0, 0, 0, 248, 118, 95, 188, 222, 243, 127, 63, 204, 93, 94, 60, 0, 0, 0, 0, 50, 189, 52, 63, 0, 241, 147, 55, 152, 76, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 181, 14, 65, 234, 53, 0, 0, 0, 0, 80, 56, 170, 53, 168, 78, 120, 63, 144, 36, 121, 62, 0, 0, 0, 0, 215, 26, 14, 182, 144, 36, 121, 190, 168, 78, 120, 63, 0, 0, 0, 0, 41, 92, 143, 61, 174, 71, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 39, 14, 65, 234, 53, 0, 0, 0, 0, 106, 126, 171, 51, 93, 187, 127, 63, 228, 105, 59, 189, 0, 0, 0, 0, 64, 2, 234, 181, 228, 105, 59, 61, 93, 187, 127, 63, 0, 0, 0, 0, 205, 204, 76, 61, 164, 112, 125, 64, 0, 0, 0, 0, 0, 0, 128, 63, 83, 145, 121, 63, 206, 134, 227, 189, 239, 181, 69, 62, 0, 0, 0, 0, 220, 128, 227, 61, 166, 66, 2, 191, 27, 138, 90, 191, 0, 0, 0, 0, 165, 183, 69, 62, 3, 138, 90, 63, 244, 167, 247, 190, 0, 0, 0, 0, 143, 194, 245, 189, 51, 51, 99, 64, 0, 0, 0, 0, 0, 0, 128, 63, 80, 144, 103, 63, 117, 133, 146, 190, 27, 212, 161, 62, 0, 0, 0, 0, 203, 210, 154, 62, 180, 3, 116, 63, 0, 74, 27, 187, 0, 0, 0, 0, 159, 231, 153, 190, 108, 33, 200, 61, 33, 224, 114, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 199, 57, 106, 63, 195, 209, 135, 62, 178, 185, 155, 190, 0, 0, 0, 0, 55, 144, 105, 190, 86, 44, 118, 63, 24, 56, 28, 62, 0, 0, 0, 0, 206, 119, 170, 62, 84, 201, 143, 189, 99, 185, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 215, 163, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 48, 111, 125, 63, 170, 156, 16, 190, 0, 0, 0, 0, 0, 0, 0, 0, 170, 156, 16, 62, 48, 111, 125, 63, 0, 0, 0, 0, 10, 215, 163, 188, 82, 184, 94, 64, 0, 0, 0, 0, 0, 0, 128, 63, 141, 199, 127, 63, 118, 116, 35, 189, 62, 112, 58, 60, 0, 0, 0, 0, 138, 161, 35, 61, 68, 203, 127, 63, 82, 90, 106, 187, 0, 0, 0, 0, 78, 243, 55, 188, 182, 248, 131, 59, 86, 251, 127, 63, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 78, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 151, 125, 63, 254, 124, 201, 189, 98, 243, 194, 61, 0, 0, 0, 0, 218, 119, 201, 61, 128, 111, 229, 60, 76, 168, 126, 191, 0, 0, 0, 0, 178, 248, 194, 61, 60, 168, 126, 63, 160, 71, 25, 61, 0, 0, 0, 0, 10, 215, 35, 60, 143, 194, 53, 64, 0, 0, 0, 0, 0, 0, 128, 63, 24, 110, 125, 63, 183, 255, 195, 189, 233, 2, 213, 61, 0, 0, 0, 0, 53, 251, 198, 61, 68, 199, 126, 63, 90, 176, 19, 188, 0, 0, 0, 0, 101, 58, 210, 189, 8, 227, 155, 60, 224, 153, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 50, 54, 126, 63, 96, 78, 105, 61, 223, 160, 211, 189, 0, 0, 0, 0, 46, 40, 92, 189, 58, 124, 127, 63, 166, 151, 9, 61, 0, 0, 0, 0, 25, 31, 215, 61, 80, 195, 227, 188, 251, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 20, 174, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 203, 50, 127, 63, 45, 241, 161, 189, 0, 0, 0, 0, 0, 0, 0, 0, 45, 241, 161, 61, 203, 50, 127, 63, 0, 0, 0, 0, 10, 215, 35, 188, 61, 10, 119, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 14, 65, 234, 182, 0, 0, 0, 0, 0, 0, 0, 0, 164, 255, 233, 54, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 22, 4, 175, 52, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 154, 153, 105, 64, 0, 0, 0, 0, 0, 0, 128, 63, 49, 164, 125, 63, 68, 170, 201, 189, 127, 109, 190, 61, 0, 0, 0, 0, 6, 165, 201, 61, 240, 51, 86, 61, 115, 103, 126, 191, 0, 0, 0, 0, 11, 115, 190, 61, 99, 103, 126, 63, 224, 240, 123, 61, 0, 0, 0, 0, 10, 215, 35, 60, 72, 225, 74, 64, 0, 0, 0, 0, 0, 0, 128, 63, 2, 235, 124, 63, 202, 104, 220, 61, 79, 154, 227, 189, 0, 0, 0, 0, 172, 5, 221, 189, 222, 128, 126, 63, 2, 181, 90, 59, 0, 0, 0, 0, 251, 1, 227, 61, 132, 124, 14, 60, 170, 105, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 81, 146, 123, 63, 111, 68, 24, 190, 254, 21, 226, 61, 0, 0, 0, 0, 5, 133, 29, 62, 86, 192, 124, 63, 217, 151, 33, 189, 0, 0, 0, 0, 214, 51, 211, 189, 185, 90, 100, 61, 27, 60, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 184, 30, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 83, 5, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 83, 5, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 133, 235, 97, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 0, 0, 0, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 10, 215, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 20, 184, 125, 191, 239, 123, 189, 189, 120, 57, 196, 189, 0, 0, 0, 0, 225, 207, 201, 189, 32, 221, 207, 60, 212, 171, 126, 63, 0, 0, 0, 0, 136, 133, 183, 189, 180, 209, 126, 63, 128, 89, 12, 189, 0, 0, 0, 0, 0, 0, 0, 0, 205, 204, 44, 64, 0, 0, 0, 0, 0, 0, 128, 63, 148, 191, 103, 63, 166, 219, 146, 62, 221, 117, 160, 190, 0, 0, 0, 0, 102, 45, 152, 190, 99, 102, 116, 63, 56, 97, 121, 60, 0, 0, 0, 0, 193, 108, 155, 62, 179, 140, 162, 61, 102, 18, 115, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 154, 202, 98, 63, 143, 246, 181, 190, 101, 161, 152, 62, 0, 0, 0, 0, 211, 163, 186, 62, 4, 74, 110, 63, 175, 66, 216, 60, 0, 0, 0, 0, 233, 223, 146, 190, 95, 168, 174, 61, 83, 68, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 0, 0, 0, 0, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 0, 0, 0, 0, 51, 51, 83, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 128, 197, 191, 126, 63, 53, 54, 202, 189, 0, 0, 0, 0, 0, 0, 0, 0, 53, 54, 202, 61, 197, 191, 126, 63, 0, 0, 0, 0, 10, 215, 35, 188, 31, 133, 43, 64, 0, 0, 0, 0, 0, 0, 128, 63, 32, 227, 124, 191, 54, 59, 224, 189, 205, 13, 226, 189, 0, 0, 0, 0, 184, 2, 204, 189, 32, 116, 203, 189, 55, 116, 125, 63, 0, 0, 0, 0, 63, 117, 244, 189, 217, 47, 125, 63, 168, 164, 178, 61, 0, 0, 0, 0, 10, 215, 35, 60, 123, 20, 14, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - }, - { - "attPts3dPrmsKey": "Left", - "attachment_points_3d_name": [ - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "thumb-3", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "index-3", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "mid-3", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "ring-3", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2", - "pinky-3" - ], - "attachment_points_3d_parent_name": [ - "", - "wrist", - "wrist_to_thumb", - "thumb-0", - "thumb-1", - "thumb-2", - "wrist", - "wrist_to_index", - "index-0", - "index-1", - "index-2", - "wrist", - "wrist_to_mid", - "mid-0", - "mid-1", - "mid-2", - "wrist", - "wrist_to_ring", - "ring-0", - "ring-1", - "ring-2", - "wrist", - "wrist_to_pinky", - "pinky-0", - "pinky-1", - "pinky-2" - ], - "attPts3dRplt": { - "bytes": [192, 161, 62, 189, 180, 136, 126, 63, 151, 4, 197, 189, 0, 0, 0, 0, 222, 89, 127, 63, 64, 54, 40, 61, 228, 8, 110, 189, 0, 0, 0, 0, 82, 125, 92, 189, 194, 14, 202, 189, 200, 96, 126, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 53, 125, 56, 63, 154, 102, 167, 62, 115, 129, 28, 63, 0, 0, 0, 0, 117, 147, 29, 191, 62, 31, 53, 63, 82, 197, 177, 62, 0, 0, 0, 0, 194, 85, 163, 190, 236, 99, 32, 191, 54, 12, 54, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 24, 68, 53, 63, 142, 30, 157, 188, 167, 180, 52, 191, 0, 0, 0, 0, 73, 78, 112, 60, 222, 243, 127, 63, 232, 9, 76, 188, 0, 0, 0, 0, 189, 187, 52, 63, 176, 58, 201, 186, 241, 77, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 63, 198, 140, 64, 0, 0, 0, 0, 0, 0, 128, 63, 87, 243, 127, 63, 182, 41, 156, 60, 129, 194, 156, 59, 0, 0, 0, 0, 88, 1, 161, 188, 168, 78, 120, 63, 30, 84, 120, 62, 0, 0, 0, 0, 0, 222, 144, 183, 124, 96, 120, 190, 239, 90, 120, 63, 0, 0, 0, 0, 3, 9, 138, 189, 168, 53, 97, 64, 124, 242, 176, 187, 0, 0, 128, 63, 148, 255, 127, 63, 199, 152, 106, 187, 72, 220, 45, 57, 0, 0, 0, 0, 39, 217, 106, 59, 93, 187, 127, 63, 205, 213, 58, 189, 0, 0, 0, 0, 160, 175, 29, 182, 29, 214, 58, 61, 201, 187, 127, 63, 0, 0, 0, 0, 125, 208, 139, 63, 125, 63, 125, 64, 188, 116, 147, 187, 0, 0, 128, 63, 167, 252, 122, 63, 9, 209, 63, 190, 112, 226, 120, 61, 0, 0, 0, 0, 96, 244, 51, 189, 172, 66, 2, 191, 67, 24, 92, 191, 0, 0, 0, 0, 198, 146, 68, 62, 245, 25, 87, 63, 4, 209, 1, 191, 0, 0, 0, 0, 145, 15, 250, 61, 132, 13, 99, 64, 82, 73, 29, 60, 0, 0, 128, 63, 219, 124, 107, 63, 255, 190, 149, 62, 158, 204, 133, 62, 0, 0, 0, 0, 219, 210, 154, 190, 178, 3, 116, 63, 144, 59, 27, 187, 0, 0, 0, 0, 132, 199, 127, 190, 60, 96, 157, 189, 118, 26, 119, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 118, 146, 103, 63, 167, 252, 131, 190, 111, 215, 173, 190, 0, 0, 0, 0, 189, 126, 140, 62, 84, 44, 118, 63, 128, 231, 125, 58, 0, 0, 0, 0, 101, 10, 167, 62, 28, 155, 192, 189, 183, 202, 112, 63, 0, 0, 0, 0, 0, 0, 0, 0, 61, 155, 60, 65, 0, 0, 0, 0, 0, 0, 128, 63, 152, 250, 127, 63, 135, 94, 80, 188, 202, 255, 236, 58, 0, 0, 0, 0, 245, 118, 82, 60, 50, 111, 125, 63, 12, 3, 16, 190, 0, 0, 0, 0, 0, 186, 193, 181, 24, 6, 16, 62, 140, 116, 125, 63, 0, 0, 0, 0, 114, 138, 142, 60, 66, 207, 94, 64, 250, 237, 235, 58, 0, 0, 128, 63, 203, 196, 127, 63, 150, 178, 39, 189, 209, 170, 58, 60, 0, 0, 0, 0, 58, 223, 39, 61, 135, 200, 127, 63, 195, 67, 103, 187, 0, 0, 0, 0, 99, 36, 56, 188, 42, 212, 130, 59, 87, 251, 127, 63, 0, 0, 0, 0, 185, 252, 7, 188, 254, 67, 78, 64, 250, 237, 107, 186, 0, 0, 128, 63, 134, 212, 126, 63, 118, 65, 194, 189, 156, 169, 52, 188, 0, 0, 0, 0, 196, 175, 9, 188, 192, 115, 229, 60, 249, 227, 127, 191, 0, 0, 0, 0, 30, 206, 194, 61, 179, 190, 126, 63, 192, 223, 221, 60, 0, 0, 0, 0, 43, 24, 21, 188, 12, 147, 53, 64, 52, 128, 55, 186, 0, 0, 128, 63, 3, 123, 125, 63, 47, 212, 199, 61, 13, 122, 205, 61, 0, 0, 0, 0, 61, 251, 198, 189, 68, 199, 126, 63, 39, 176, 19, 188, 0, 0, 0, 0, 43, 76, 206, 189, 16, 160, 87, 186, 164, 178, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 241, 32, 126, 63, 147, 163, 104, 189, 42, 24, 218, 189, 0, 0, 0, 0, 65, 136, 115, 61, 57, 124, 127, 63, 222, 239, 179, 60, 0, 0, 0, 0, 212, 25, 215, 61, 104, 125, 230, 188, 112, 123, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 94, 186, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 254, 255, 127, 63, 213, 168, 240, 185, 228, 166, 69, 56, 0, 0, 0, 0, 13, 220, 241, 57, 204, 50, 127, 63, 67, 240, 161, 189, 0, 0, 0, 0, 168, 49, 51, 183, 69, 240, 161, 61, 206, 50, 127, 63, 0, 0, 0, 0, 172, 139, 91, 60, 95, 41, 119, 64, 23, 183, 81, 57, 0, 0, 128, 63, 255, 255, 127, 63, 96, 44, 138, 185, 236, 248, 76, 55, 0, 0, 0, 0, 92, 82, 138, 57, 131, 184, 127, 63, 67, 67, 63, 189, 0, 0, 0, 0, 64, 146, 219, 51, 67, 67, 63, 61, 131, 184, 127, 63, 0, 0, 0, 0, 237, 13, 62, 187, 132, 158, 105, 64, 23, 183, 209, 184, 0, 0, 128, 63, 162, 210, 125, 63, 134, 184, 177, 189, 21, 162, 198, 189, 0, 0, 0, 0, 82, 211, 189, 189, 0, 52, 86, 61, 209, 139, 126, 191, 0, 0, 0, 0, 99, 25, 187, 61, 195, 174, 126, 63, 160, 111, 51, 61, 0, 0, 0, 0, 49, 8, 44, 188, 54, 171, 74, 64, 23, 183, 81, 57, 0, 0, 128, 63, 142, 253, 124, 63, 3, 245, 218, 189, 184, 209, 223, 189, 0, 0, 0, 0, 167, 5, 221, 61, 222, 128, 126, 63, 118, 163, 90, 59, 0, 0, 0, 0, 192, 199, 221, 61, 90, 65, 119, 188, 23, 119, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 26, 10, 124, 63, 15, 120, 23, 62, 29, 93, 192, 61, 0, 0, 0, 0, 13, 216, 16, 190, 82, 192, 124, 63, 46, 218, 147, 189, 0, 0, 0, 0, 239, 202, 211, 189, 217, 181, 108, 61, 128, 50, 126, 63, 0, 0, 0, 0, 0, 0, 0, 0, 97, 50, 61, 65, 0, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 53, 143, 155, 57, 204, 176, 47, 55, 0, 0, 0, 0, 71, 164, 155, 185, 178, 240, 127, 63, 171, 1, 177, 60, 0, 0, 0, 0, 136, 46, 136, 182, 173, 1, 177, 188, 179, 240, 127, 63, 0, 0, 0, 0, 124, 242, 48, 187, 156, 51, 98, 64, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 171, 104, 18, 56, 204, 176, 175, 182, 0, 0, 0, 0, 79, 90, 18, 184, 202, 255, 127, 63, 204, 247, 37, 59, 0, 0, 0, 0, 0, 168, 178, 54, 204, 247, 37, 187, 202, 255, 127, 63, 0, 0, 0, 0, 82, 73, 157, 58, 54, 205, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 47, 19, 126, 63, 20, 223, 176, 61, 168, 166, 177, 189, 0, 0, 0, 0, 136, 197, 173, 61, 160, 222, 207, 60, 124, 254, 126, 63, 0, 0, 0, 0, 44, 175, 180, 61, 246, 245, 126, 191, 192, 70, 146, 60, 0, 0, 0, 0, 52, 128, 183, 58, 108, 9, 45, 64, 0, 0, 0, 0, 0, 0, 128, 63, 191, 157, 107, 63, 211, 127, 144, 190, 19, 148, 138, 190, 0, 0, 0, 0, 135, 45, 152, 62, 94, 102, 116, 63, 236, 93, 121, 60, 0, 0, 0, 0, 135, 25, 130, 62, 126, 113, 193, 189, 247, 105, 118, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 148, 86, 103, 63, 254, 152, 181, 62, 13, 189, 117, 62, 0, 0, 0, 0, 200, 85, 162, 190, 12, 74, 110, 63, 254, 41, 58, 190, 0, 0, 0, 0, 40, 98, 147, 190, 185, 161, 180, 61, 82, 31, 116, 63, 0, 0, 0, 0, 0, 0, 0, 0, 137, 65, 55, 65, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 215, 171, 58, 57, 12, 65, 106, 54, 0, 0, 0, 0, 237, 180, 58, 185, 178, 240, 127, 63, 251, 8, 177, 60, 0, 0, 0, 0, 108, 221, 191, 52, 251, 8, 177, 188, 178, 240, 127, 63, 0, 0, 0, 0, 52, 128, 55, 59, 74, 123, 83, 64, 23, 183, 209, 56, 0, 0, 128, 63, 250, 255, 127, 63, 212, 213, 83, 186, 194, 94, 168, 56, 0, 0, 0, 0, 210, 224, 84, 58, 197, 191, 126, 63, 99, 52, 202, 189, 0, 0, 0, 0, 0, 74, 232, 179, 103, 52, 202, 61, 202, 191, 126, 63, 0, 0, 0, 0, 124, 242, 176, 59, 227, 165, 43, 64, 23, 183, 209, 184, 0, 0, 128, 63, 140, 38, 125, 191, 167, 80, 1, 190, 115, 30, 161, 61, 0, 0, 0, 0, 206, 107, 187, 61, 48, 115, 203, 189, 113, 167, 125, 63, 0, 0, 0, 0, 31, 65, 240, 189, 131, 172, 124, 63, 168, 218, 224, 61, 0, 0, 0, 0, 75, 89, 6, 188, 253, 246, 13, 64, 0, 0, 0, 0, 0, 0, 128, 63], - "subtype": null - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645596599535901_112241.json b/lenses/physics-objects/Scene/assets/1645596599535901_112241.json deleted file mode 100644 index be550521..00000000 --- a/lenses/physics-objects/Scene/assets/1645596599535901_112241.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645596599535901:112241", - "type": "Physics.Matter", - "name": "Physics Materials/Floor Physics Material [EDIT_ME]", - "friction": 0.8999999761581421, - "rollFriction": 0.4300000071525574, - "spinFriction": 0.38999998569488525, - "statBounce": 1.0, - "dynaBounce": 1.0 - } -} diff --git a/lenses/physics-objects/Scene/assets/1645771198857349_5884562.json b/lenses/physics-objects/Scene/assets/1645771198857349_5884562.json deleted file mode 100644 index 9de90555..00000000 --- a/lenses/physics-objects/Scene/assets/1645771198857349_5884562.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645771198857349:5884562", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645771198858867_5884573.json b/lenses/physics-objects/Scene/assets/1645771198858867_5884573.json deleted file mode 100644 index 74d7ff68..00000000 --- a/lenses/physics-objects/Scene/assets/1645771198858867_5884573.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645771198858867:5884573", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645771198860400_5884584.json b/lenses/physics-objects/Scene/assets/1645771198860400_5884584.json deleted file mode 100644 index 4dc3d398..00000000 --- a/lenses/physics-objects/Scene/assets/1645771198860400_5884584.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645771198860400:5884584", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645771198863585_5884606.json b/lenses/physics-objects/Scene/assets/1645771198863585_5884606.json deleted file mode 100644 index 8bb97a2f..00000000 --- a/lenses/physics-objects/Scene/assets/1645771198863585_5884606.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645771198863585:5884606", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645771198864841_5884617.json b/lenses/physics-objects/Scene/assets/1645771198864841_5884617.json deleted file mode 100644 index 9c3858cc..00000000 --- a/lenses/physics-objects/Scene/assets/1645771198864841_5884617.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645771198864841:5884617", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645771198866058_5884628.json b/lenses/physics-objects/Scene/assets/1645771198866058_5884628.json deleted file mode 100644 index b21bc817..00000000 --- a/lenses/physics-objects/Scene/assets/1645771198866058_5884628.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645771198866058:5884628", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293035007_8176190.json b/lenses/physics-objects/Scene/assets/1645774293035007_8176190.json deleted file mode 100644 index d51494c3..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293035007_8176190.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293035007:8176190", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293035943_8176204.json b/lenses/physics-objects/Scene/assets/1645774293035943_8176204.json deleted file mode 100644 index 2f57843a..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293035943_8176204.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293035943:8176204", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293036897_8176220.json b/lenses/physics-objects/Scene/assets/1645774293036897_8176220.json deleted file mode 100644 index eac78cae..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293036897_8176220.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293036897:8176220", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293039468_8176263.json b/lenses/physics-objects/Scene/assets/1645774293039468_8176263.json deleted file mode 100644 index 229f4a5b..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293039468_8176263.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293039468:8176263", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293040537_8176283.json b/lenses/physics-objects/Scene/assets/1645774293040537_8176283.json deleted file mode 100644 index d910f829..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293040537_8176283.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293040537:8176283", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293041633_8176302.json b/lenses/physics-objects/Scene/assets/1645774293041633_8176302.json deleted file mode 100644 index 11ed04cf..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293041633_8176302.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293041633:8176302", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293044286_8176336.json b/lenses/physics-objects/Scene/assets/1645774293044286_8176336.json deleted file mode 100644 index fb78b337..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293044286_8176336.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293044286:8176336", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293045240_8176347.json b/lenses/physics-objects/Scene/assets/1645774293045240_8176347.json deleted file mode 100644 index c922ec2e..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293045240_8176347.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293045240:8176347", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293046255_8176358.json b/lenses/physics-objects/Scene/assets/1645774293046255_8176358.json deleted file mode 100644 index c072f124..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293046255_8176358.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293046255:8176358", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293048523_8176380.json b/lenses/physics-objects/Scene/assets/1645774293048523_8176380.json deleted file mode 100644 index 0e2189c1..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293048523_8176380.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293048523:8176380", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293049544_8176391.json b/lenses/physics-objects/Scene/assets/1645774293049544_8176391.json deleted file mode 100644 index ea6bb147..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293049544_8176391.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293049544:8176391", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293050575_8176402.json b/lenses/physics-objects/Scene/assets/1645774293050575_8176402.json deleted file mode 100644 index 49482973..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293050575_8176402.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293050575:8176402", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293052982_8176424.json b/lenses/physics-objects/Scene/assets/1645774293052982_8176424.json deleted file mode 100644 index 5f029c29..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293052982_8176424.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293052982:8176424", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293054061_8176435.json b/lenses/physics-objects/Scene/assets/1645774293054061_8176435.json deleted file mode 100644 index dbc25fd1..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293054061_8176435.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293054061:8176435", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293055133_8176446.json b/lenses/physics-objects/Scene/assets/1645774293055133_8176446.json deleted file mode 100644 index 4517b836..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293055133_8176446.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293055133:8176446", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293057575_8176468.json b/lenses/physics-objects/Scene/assets/1645774293057575_8176468.json deleted file mode 100644 index 1f83d04d..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293057575_8176468.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293057575:8176468", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293058757_8176479.json b/lenses/physics-objects/Scene/assets/1645774293058757_8176479.json deleted file mode 100644 index e6bc66ef..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293058757_8176479.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293058757:8176479", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774293059862_8176494.json b/lenses/physics-objects/Scene/assets/1645774293059862_8176494.json deleted file mode 100644 index 85bd5192..00000000 --- a/lenses/physics-objects/Scene/assets/1645774293059862_8176494.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774293059862:8176494", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774584217411_8700000.json b/lenses/physics-objects/Scene/assets/1645774584217411_8700000.json deleted file mode 100644 index 1f5fe17a..00000000 --- a/lenses/physics-objects/Scene/assets/1645774584217411_8700000.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774584217411:8700000", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774584218476_8700011.json b/lenses/physics-objects/Scene/assets/1645774584218476_8700011.json deleted file mode 100644 index de6fc55e..00000000 --- a/lenses/physics-objects/Scene/assets/1645774584218476_8700011.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774584218476:8700011", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774584219657_8700022.json b/lenses/physics-objects/Scene/assets/1645774584219657_8700022.json deleted file mode 100644 index 8d649ac7..00000000 --- a/lenses/physics-objects/Scene/assets/1645774584219657_8700022.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774584219657:8700022", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774770193250_9196767.json b/lenses/physics-objects/Scene/assets/1645774770193250_9196767.json deleted file mode 100644 index 3269a81b..00000000 --- a/lenses/physics-objects/Scene/assets/1645774770193250_9196767.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774770193250:9196767", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774770194612_9196778.json b/lenses/physics-objects/Scene/assets/1645774770194612_9196778.json deleted file mode 100644 index b8d2815e..00000000 --- a/lenses/physics-objects/Scene/assets/1645774770194612_9196778.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774770194612:9196778", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645774770195836_9196789.json b/lenses/physics-objects/Scene/assets/1645774770195836_9196789.json deleted file mode 100644 index 7957f9f1..00000000 --- a/lenses/physics-objects/Scene/assets/1645774770195836_9196789.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645774770195836:9196789", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457849097_1066926.json b/lenses/physics-objects/Scene/assets/1645812457849097_1066926.json deleted file mode 100644 index 762823a2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457849097_1066926.json +++ /dev/null @@ -1,1602 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457849097:1066926", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.455559730529785, - 74.6678237915039, - -9.015266418457031 - ] - ], - [ - 0.03333333507180214, - [ - -7.455559730529785, - 74.6678237915039, - -9.015266418457031 - ] - ], - [ - 0.06666667014360428, - [ - -7.532705307006836, - 74.81471252441406, - -9.450799942016602 - ] - ], - [ - 0.10000000149011612, - [ - -7.675404071807861, - 74.93197631835938, - -9.928635597229004 - ] - ], - [ - 0.13333334028720856, - [ - -7.625034332275391, - 75.04377746582031, - -10.568943977355957 - ] - ], - [ - 0.1666666716337204, - [ - -7.5475311279296875, - 75.13177490234375, - -11.256538391113281 - ] - ], - [ - 0.20000000298023224, - [ - -7.445503234863281, - 75.1952133178711, - -11.982048988342285 - ] - ], - [ - 0.23333333432674408, - [ - -7.323193550109863, - 75.2343978881836, - -12.737027168273926 - ] - ], - [ - 0.2666666805744171, - [ - -7.185184955596924, - 75.24962615966797, - -13.513616561889648 - ] - ], - [ - 0.30000001192092896, - [ - -7.036230564117432, - 75.2411880493164, - -14.304441452026367 - ] - ], - [ - 0.3333333432674408, - [ - -6.881579875946045, - 75.21034240722656, - -15.102567672729492 - ] - ], - [ - 0.36666667461395264, - [ - -6.72665548324585, - 75.15892791748047, - -15.90137004852295 - ] - ], - [ - 0.4000000059604645, - [ - -6.576344013214111, - 75.08747100830078, - -16.69438362121582 - ] - ], - [ - 0.4333333373069763, - [ - -6.435347557067871, - 74.99613189697266, - -17.475299835205078 - ] - ], - [ - 0.46666666865348816, - [ - -6.308165550231934, - 74.8847427368164, - -18.237934112548828 - ] - ], - [ - 0.5, - [ - -5.767541885375977, - 74.75993347167969, - -18.74352264404297 - ] - ], - [ - 0.5333333611488342, - [ - -4.503533363342285, - 74.67463684082031, - -18.845470428466797 - ] - ], - [ - 0.5666666626930237, - [ - -2.69787335395813, - 74.7171630859375, - -18.673486709594727 - ] - ], - [ - 0.6000000238418579, - [ - -0.5484547019004822, - 74.96461486816406, - -18.348684310913086 - ] - ], - [ - 0.6333333253860474, - [ - 1.7279685735702515, - 75.44397735595703, - -17.98120880126953 - ] - ], - [ - 0.6666666865348816, - [ - 3.9104089736938477, - 76.10652160644531, - -17.672754287719727 - ] - ], - [ - 0.699999988079071, - [ - 5.800729751586914, - 76.83036041259766, - -17.53898811340332 - ] - ], - [ - 0.7333333492279053, - [ - 7.2400288581848145, - 77.43382263183594, - -17.702194213867188 - ] - ], - [ - 0.7666666507720947, - [ - 8.332756996154785, - 77.87077331542969, - -18.042531967163086 - ] - ], - [ - 0.800000011920929, - [ - 9.285577774047852, - 78.23776245117188, - -18.364120483398438 - ] - ], - [ - 0.8333333134651184, - [ - 10.11981201171875, - 78.53618621826172, - -18.66687774658203 - ] - ], - [ - 0.8666666746139526, - [ - 10.857719421386719, - 78.77033233642578, - -18.950740814208984 - ] - ], - [ - 0.8999999761581421, - [ - 11.514102935791016, - 78.94353485107422, - -19.213947296142578 - ] - ], - [ - 0.9333333373069763, - [ - 12.094268798828125, - 79.0599365234375, - -19.455068588256836 - ] - ], - [ - 0.9666666388511658, - [ - 12.60671615600586, - 79.12574768066406, - -19.672958374023438 - ] - ], - [ - 1.0, - [ - 13.059106826782227, - 79.14844512939453, - -19.866722106933594 - ] - ], - [ - 1.0333333015441895, - [ - 13.458816528320313, - 79.14769744873047, - -20.034534454345703 - ] - ], - [ - 1.0666667222976685, - [ - 13.812508583068848, - 79.14128875732422, - -20.17499542236328 - ] - ], - [ - 1.100000023841858, - [ - 14.126100540161133, - 79.13351440429688, - -20.28784942626953 - ] - ], - [ - 1.1333333253860474, - [ - 14.405336380004883, - 79.12815856933594, - -20.37263298034668 - ] - ], - [ - 1.1666666269302368, - [ - 14.654738426208496, - 79.13520812988281, - -20.42827033996582 - ] - ], - [ - 1.2000000476837158, - [ - 14.917223930358887, - 79.18867492675781, - -20.45879554748535 - ] - ], - [ - 1.2333333492279053, - [ - 15.232813835144043, - 79.31243133544922, - -20.46919059753418 - ] - ], - [ - 1.2666666507720947, - [ - 15.587604522705078, - 79.48465728759766, - -20.435863494873047 - ] - ], - [ - 1.2999999523162842, - [ - 15.960200309753418, - 79.6922378540039, - -20.33930206298828 - ] - ], - [ - 1.3333333730697632, - [ - 16.343496322631836, - 79.93931579589844, - -20.186609268188477 - ] - ], - [ - 1.3666666746139526, - [ - 16.73678207397461, - 80.22127532958984, - -19.986217498779297 - ] - ], - [ - 1.399999976158142, - [ - 17.139720916748047, - 80.53348541259766, - -19.746484756469727 - ] - ], - [ - 1.4333332777023315, - [ - 17.55231475830078, - 80.87103271484375, - -19.475666046142578 - ] - ], - [ - 1.4666666984558105, - [ - 17.533462524414063, - 80.87335968017578, - -19.179439544677734 - ] - ], - [ - 1.5, - [ - 16.79340934753418, - 80.35589599609375, - -18.870025634765625 - ] - ], - [ - 1.5333333015441895, - [ - 15.561631202697754, - 79.58238220214844, - -18.565292358398438 - ] - ], - [ - 1.5666667222976685, - [ - 14.094676971435547, - 78.79009246826172, - -18.283403396606445 - ] - ], - [ - 1.600000023841858, - [ - 12.688196182250977, - 78.16291046142578, - -18.041872024536133 - ] - ], - [ - 1.6333333253860474, - [ - 11.672137260437012, - 77.82408142089844, - -17.861696243286133 - ] - ], - [ - 1.6666666269302368, - [ - 11.392717361450195, - 77.85504150390625, - -17.76480484008789 - ] - ], - [ - 1.7000000476837158, - [ - 11.642889022827148, - 78.093994140625, - -17.728403091430664 - ] - ], - [ - 1.7333333492279053, - [ - 11.979986190795898, - 78.31903076171875, - -17.727664947509766 - ] - ], - [ - 1.7666666507720947, - [ - 12.393630027770996, - 78.52352905273438, - -17.77686882019043 - ] - ], - [ - 1.7999999523162842, - [ - 12.866514205932617, - 78.69879150390625, - -17.849157333374023 - ] - ], - [ - 1.8333333730697632, - [ - 13.377538681030273, - 78.82936096191406, - -17.91205406188965 - ] - ], - [ - 1.8666666746139526, - [ - 13.909850120544434, - 78.90638732910156, - -17.971172332763672 - ] - ], - [ - 1.899999976158142, - [ - 14.445600509643555, - 78.92725372314453, - -18.03224754333496 - ] - ], - [ - 1.9333332777023315, - [ - 14.966373443603516, - 78.8912582397461, - -18.10089874267578 - ] - ], - [ - 1.9666666984558105, - [ - 15.478693962097168, - 78.80203247070313, - -18.18919563293457 - ] - ], - [ - 2.0, - [ - 15.986878395080566, - 78.66120147705078, - -18.307537078857422 - ] - ], - [ - 2.0333333015441895, - [ - 16.467348098754883, - 78.46722412109375, - -18.45848846435547 - ] - ], - [ - 2.066666603088379, - [ - 16.895570755004883, - 78.22169494628906, - -18.644269943237305 - ] - ], - [ - 2.0999999046325684, - [ - 17.248510360717773, - 77.92298889160156, - -18.866741180419922 - ] - ], - [ - 2.133333444595337, - [ - 16.947811126708984, - 77.35455322265625, - -19.096887588500977 - ] - ], - [ - 2.1666667461395264, - [ - 15.626241683959961, - 76.44235229492188, - -19.300365447998047 - ] - ], - [ - 2.200000047683716, - [ - 13.578457832336426, - 75.410400390625, - -19.47770118713379 - ] - ], - [ - 2.2333333492279053, - [ - 11.1170654296875, - 74.44929504394531, - -19.63401985168457 - ] - ], - [ - 2.2666666507720947, - [ - 8.576457977294922, - 73.67547607421875, - -19.77360725402832 - ] - ], - [ - 2.299999952316284, - [ - 6.301853656768799, - 73.11625671386719, - -19.895715713500977 - ] - ], - [ - 2.3333332538604736, - [ - 4.63572359085083, - 72.72245788574219, - -19.993534088134766 - ] - ], - [ - 2.366666555404663, - [ - 3.913456439971924, - 72.40784454345703, - -20.058128356933594 - ] - ], - [ - 2.4000000953674316, - [ - 3.8028266429901123, - 72.1070327758789, - -20.086273193359375 - ] - ], - [ - 2.433333396911621, - [ - 3.737023115158081, - 71.80810546875, - -20.07554054260254 - ] - ], - [ - 2.4666666984558105, - [ - 3.6982133388519287, - 71.51560974121094, - -20.024999618530273 - ] - ], - [ - 2.5, - [ - 3.6698050498962402, - 71.23609161376953, - -19.933839797973633 - ] - ], - [ - 2.5333333015441895, - [ - 3.6287384033203125, - 70.97773742675781, - -19.798845291137695 - ] - ], - [ - 2.566666603088379, - [ - 3.551140069961548, - 70.75054931640625, - -19.617633819580078 - ] - ], - [ - 2.5999999046325684, - [ - 3.4125750064849854, - 70.56590270996094, - -19.38855743408203 - ] - ], - [ - 2.633333444595337, - [ - 3.188223123550415, - 70.43291473388672, - -19.110368728637695 - ] - ], - [ - 2.6666667461395264, - [ - 2.8532748222351074, - 70.35816192626953, - -18.781673431396484 - ] - ], - [ - 2.700000047683716, - [ - 2.4496009349823, - 70.33744049072266, - -18.425569534301758 - ] - ], - [ - 2.7333333492279053, - [ - 2.0362515449523926, - 70.36103820800781, - -18.06709098815918 - ] - ], - [ - 2.7666666507720947, - [ - 1.614802598953247, - 70.42709350585938, - -17.70726203918457 - ] - ], - [ - 2.799999952316284, - [ - 1.1869840621948242, - 70.53250122070313, - -17.347087860107422 - ] - ], - [ - 2.8333332538604736, - [ - 0.7543121576309204, - 70.67485046386719, - -16.9876708984375 - ] - ], - [ - 2.866666555404663, - [ - 0.3182767331600189, - 70.85174560546875, - -16.630178451538086 - ] - ], - [ - 2.9000000953674316, - [ - -0.11947067826986313, - 71.05680847167969, - -16.275157928466797 - ] - ], - [ - 2.933333396911621, - [ - -1.2315020561218262, - 71.42778778076172, - -16.488536834716797 - ] - ], - [ - 2.9666666984558105, - [ - -3.1779394149780273, - 72.05461120605469, - -17.373779296875 - ] - ], - [ - 3.0, - [ - -5.207093715667725, - 72.79132843017578, - -18.24189567565918 - ] - ], - [ - 3.0333333015441895, - [ - -6.6513261795043945, - 73.33903503417969, - -18.40132713317871 - ] - ], - [ - 3.066666603088379, - [ - -7.563474655151367, - 73.65436553955078, - -17.957380294799805 - ] - ], - [ - 3.0999999046325684, - [ - -8.399742126464844, - 73.94234466552734, - -17.49000358581543 - ] - ], - [ - 3.133333444595337, - [ - -9.15751838684082, - 74.20105743408203, - -17.010684967041016 - ] - ], - [ - 3.1666667461395264, - [ - -9.83290958404541, - 74.4292221069336, - -16.530317306518555 - ] - ], - [ - 3.200000047683716, - [ - -10.420462608337402, - 74.6261215209961, - -16.059478759765625 - ] - ], - [ - 3.2333333492279053, - [ - -10.914831161499023, - 74.7930679321289, - -15.609408378601074 - ] - ], - [ - 3.2666666507720947, - [ - -11.306347846984863, - 74.93277740478516, - -15.192208290100098 - ] - ], - [ - 3.299999952316284, - [ - -11.575332641601563, - 75.0480728149414, - -14.819973945617676 - ] - ], - [ - 3.3333332538604736, - [ - -11.731008529663086, - 75.15287780761719, - -14.503586769104004 - ] - ], - [ - 3.366666555404663, - [ - -11.833380699157715, - 75.30211639404297, - -14.914491653442383 - ] - ], - [ - 3.4000000953674316, - [ - -11.995293617248535, - 75.43045806884766, - -15.377537727355957 - ] - ], - [ - 3.433333396911621, - [ - -11.96887493133545, - 75.53328704833984, - -15.998108863830566 - ] - ], - [ - 3.4666666984558105, - [ - -11.912632942199707, - 75.6096420288086, - -16.647525787353516 - ] - ], - [ - 3.5, - [ - -11.829568862915039, - 75.65503692626953, - -17.3026065826416 - ] - ], - [ - 3.5333333015441895, - [ - -11.724117279052734, - 75.66539764404297, - -17.94131088256836 - ] - ], - [ - 3.566666603088379, - [ - -11.600850105285645, - 75.63612365722656, - -18.542320251464844 - ] - ], - [ - 3.5999999046325684, - [ - -11.79787826538086, - 75.59088897705078, - -18.807125091552734 - ] - ], - [ - 3.633333444595337, - [ - -12.565688133239746, - 75.56251525878906, - -18.559574127197266 - ] - ], - [ - 3.6666667461395264, - [ - -13.78062629699707, - 75.58927917480469, - -17.964448928833008 - ] - ], - [ - 3.700000047683716, - [ - -15.309958457946777, - 75.71713256835938, - -17.19017219543457 - ] - ], - [ - 3.7333333492279053, - [ - -17.004446029663086, - 75.96937561035156, - -16.408613204956055 - ] - ], - [ - 3.7666666507720947, - [ - -18.7020263671875, - 76.32553100585938, - -15.7927827835083 - ] - ], - [ - 3.799999952316284, - [ - -20.239147186279297, - 76.71448516845703, - -15.513696670532227 - ] - ], - [ - 3.8333332538604736, - [ - -21.462589263916016, - 77.0248031616211, - -15.737665176391602 - ] - ], - [ - 3.866666555404663, - [ - -22.346899032592773, - 77.20796966552734, - -16.32600212097168 - ] - ], - [ - 3.9000000953674316, - [ - -22.993663787841797, - 77.30286407470703, - -17.001537322998047 - ] - ], - [ - 3.933333396911621, - [ - -23.451135635375977, - 77.31804656982422, - -17.718812942504883 - ] - ], - [ - 3.9666666984558105, - [ - -23.76634407043457, - 77.26589965820313, - -18.4340877532959 - ] - ], - [ - 4.0, - [ - -23.97591781616211, - 77.16022491455078, - -19.122360229492188 - ] - ], - [ - 4.0333333015441895, - [ - -24.10910415649414, - 77.01355743408203, - -19.76365852355957 - ] - ], - [ - 4.066666603088379, - [ - -24.2001895904541, - 76.8386001586914, - -20.3247013092041 - ] - ], - [ - 4.099999904632568, - [ - -24.28203773498535, - 76.6487045288086, - -20.77297019958496 - ] - ], - [ - 4.133333206176758, - [ - -24.37140655517578, - 76.47434997558594, - -21.14740753173828 - ] - ], - [ - 4.166666507720947, - [ - -24.452539443969727, - 76.33623504638672, - -21.5087833404541 - ] - ], - [ - 4.199999809265137, - [ - -24.514772415161133, - 76.23271179199219, - -21.856966018676758 - ] - ], - [ - 4.233333110809326, - [ - -24.555959701538086, - 76.16092681884766, - -22.19175910949707 - ] - ], - [ - 4.266666889190674, - [ - -24.569841384887695, - 76.11834716796875, - -22.512866973876953 - ] - ], - [ - 4.300000190734863, - [ - -24.550214767456055, - 76.10224151611328, - -22.819908142089844 - ] - ], - [ - 4.333333492279053, - [ - -24.490398406982422, - 76.12100982666016, - -23.111595153808594 - ] - ], - [ - 4.366666793823242, - [ - -24.38391876220703, - 76.18022918701172, - -23.386747360229492 - ] - ], - [ - 4.400000095367432, - [ - -24.224708557128906, - 76.27137756347656, - -23.644731521606445 - ] - ], - [ - 4.433333396911621, - [ - -24.00653839111328, - 76.38506317138672, - -23.884639739990234 - ] - ], - [ - 4.4666666984558105, - [ - -23.724079132080078, - 76.51799774169922, - -24.105205535888672 - ] - ], - [ - 4.5, - [ - -23.371566772460938, - 76.66549682617188, - -24.30500602722168 - ] - ], - [ - 4.5333333015441895, - [ - -22.94178581237793, - 76.81649017333984, - -24.48264503479004 - ] - ], - [ - 4.566666603088379, - [ - -21.425552368164063, - 76.36480712890625, - -24.679264068603516 - ] - ], - [ - 4.599999904632568, - [ - -18.160890579223633, - 75.15364837646484, - -24.93059730529785 - ] - ], - [ - 4.633333206176758, - [ - -13.686993598937988, - 73.87945556640625, - -25.23457145690918 - ] - ], - [ - 4.666666507720947, - [ - -8.684460639953613, - 73.07438659667969, - -25.565753936767578 - ] - ], - [ - 4.699999809265137, - [ - -3.9787304401397705, - 72.94063568115234, - -25.861026763916016 - ] - ], - [ - 4.733333110809326, - [ - -0.44651156663894653, - 73.31865692138672, - -26.031036376953125 - ] - ], - [ - 4.766666889190674, - [ - 1.067491888999939, - 73.83458709716797, - -25.984817504882813 - ] - ], - [ - 4.800000190734863, - [ - 1.2799266576766968, - 74.3307876586914, - -25.95512580871582 - ] - ], - [ - 4.833333492279053, - [ - 1.4929358959197998, - 74.87409210205078, - -26.176420211791992 - ] - ], - [ - 4.866666793823242, - [ - 1.771450400352478, - 75.44854736328125, - -26.574161529541016 - ] - ], - [ - 4.900000095367432, - [ - 2.0729918479919434, - 76.03678131103516, - -27.07738494873047 - ] - ], - [ - 4.933333396911621, - [ - 2.3257038593292236, - 76.6149673461914, - -27.62265968322754 - ] - ], - [ - 4.9666666984558105, - [ - 2.5503387451171875, - 77.15740966796875, - -28.145606994628906 - ] - ], - [ - 5.0, - [ - 2.765449285507202, - 77.63579559326172, - -28.578161239624023 - ] - ], - [ - 5.0333333015441895, - [ - 2.988525867462158, - 78.01908874511719, - -28.852649688720703 - ] - ], - [ - 5.066666603088379, - [ - 3.236398935317993, - 78.28251647949219, - -28.90091896057129 - ] - ], - [ - 5.099999904632568, - [ - 3.5022239685058594, - 78.44864654541016, - -28.796403884887695 - ] - ], - [ - 5.133333206176758, - [ - 3.766425848007202, - 78.5499038696289, - -28.660066604614258 - ] - ], - [ - 5.166666507720947, - [ - 4.026430606842041, - 78.58413696289063, - -28.494081497192383 - ] - ], - [ - 5.199999809265137, - [ - 4.278839111328125, - 78.55509948730469, - -28.30047035217285 - ] - ], - [ - 5.233333110809326, - [ - 4.5198163986206055, - 78.46821594238281, - -28.080989837646484 - ] - ], - [ - 5.266666889190674, - [ - 4.746239185333252, - 78.32504272460938, - -27.837114334106445 - ] - ], - [ - 5.300000190734863, - [ - 4.955386161804199, - 78.12718200683594, - -27.570112228393555 - ] - ], - [ - 5.333333492279053, - [ - 5.143378734588623, - 77.88191223144531, - -27.281532287597656 - ] - ], - [ - 5.366666793823242, - [ - 5.305710315704346, - 77.59906768798828, - -26.972917556762695 - ] - ], - [ - 5.400000095367432, - [ - 5.4386982917785645, - 77.28397369384766, - -26.645532608032227 - ] - ], - [ - 5.433333396911621, - [ - 5.538634300231934, - 76.94190216064453, - -26.300552368164063 - ] - ], - [ - 5.4666666984558105, - [ - 5.6017746925354, - 76.57807922363281, - -25.93906593322754 - ] - ], - [ - 5.5, - [ - 5.624365329742432, - 76.19769287109375, - -25.56207847595215 - ] - ], - [ - 5.5333333015441895, - [ - 5.60263729095459, - 75.80584716796875, - -25.170513153076172 - ] - ], - [ - 5.566666603088379, - [ - 5.532812595367432, - 75.4076156616211, - -24.765216827392578 - ] - ], - [ - 5.599999904632568, - [ - 5.411105632781982, - 75.00802612304688, - -24.346961975097656 - ] - ], - [ - 5.633333206176758, - [ - 5.235116958618164, - 74.61196899414063, - -23.91645050048828 - ] - ], - [ - 5.666666507720947, - [ - 5.007479190826416, - 74.2240982055664, - -23.474315643310547 - ] - ], - [ - 5.699999809265137, - [ - 4.731024265289307, - 73.84906005859375, - -23.0211238861084 - ] - ], - [ - 5.733333110809326, - [ - 4.407623291015625, - 73.49158477783203, - -22.557405471801758 - ] - ], - [ - 5.766666889190674, - [ - 4.045088291168213, - 73.1574478149414, - -22.086414337158203 - ] - ], - [ - 5.800000190734863, - [ - 3.6529078483581543, - 72.85232543945313, - -21.611024856567383 - ] - ], - [ - 5.833333492279053, - [ - 3.234571933746338, - 72.58089447021484, - -21.131065368652344 - ] - ], - [ - 5.866666793823242, - [ - 2.793269634246826, - 72.34782409667969, - -20.64634895324707 - ] - ], - [ - 5.900000095367432, - [ - 2.3319473266601563, - 72.15778350830078, - -20.15668296813965 - ] - ], - [ - 5.933333396911621, - [ - 1.8532514572143555, - 72.0124740600586, - -19.662044525146484 - ] - ], - [ - 5.9666666984558105, - [ - 1.359580159187317, - 71.91118621826172, - -19.162553787231445 - ] - ], - [ - 6.0, - [ - 0.8532198071479797, - 71.85468292236328, - -18.658241271972656 - ] - ], - [ - 6.0333333015441895, - [ - 0.33633434772491455, - 71.84245300292969, - -18.149133682250977 - ] - ], - [ - 6.066666603088379, - [ - -0.18870294094085693, - 71.8723373413086, - -17.63536834716797 - ] - ], - [ - 6.099999904632568, - [ - -0.7193521857261658, - 71.9409408569336, - -17.11716079711914 - ] - ], - [ - 6.133333206176758, - [ - -1.2532914876937866, - 72.04551696777344, - -16.594799041748047 - ] - ], - [ - 6.166666507720947, - [ - -1.7882182598114014, - 72.1833724975586, - -16.068660736083984 - ] - ], - [ - 6.199999809265137, - [ - -2.3211710453033447, - 72.34780883789063, - -15.53888988494873 - ] - ], - [ - 6.266666889190674, - [ - -3.368000030517578, - 72.72718048095703, - -14.469273567199707 - ] - ], - [ - 6.300000190734863, - [ - -3.871588945388794, - 72.9330062866211, - -13.933165550231934 - ] - ], - [ - 6.333333492279053, - [ - -4.354434490203857, - 73.14398956298828, - -13.400930404663086 - ] - ], - [ - 6.366666793823242, - [ - -4.810886383056641, - 73.35173797607422, - -12.868317604064941 - ] - ], - [ - 6.400000095367432, - [ - -5.238187789916992, - 73.54973602294922, - -12.333560943603516 - ] - ], - [ - 6.433333396911621, - [ - -5.640220642089844, - 73.73634338378906, - -11.801522254943848 - ] - ], - [ - 6.4666666984558105, - [ - -6.01983642578125, - 73.90995788574219, - -11.277098655700684 - ] - ], - [ - 6.5, - [ - -6.378418922424316, - 74.0690689086914, - -10.765399932861328 - ] - ], - [ - 6.5333333015441895, - [ - -6.715065956115723, - 74.21232604980469, - -10.272058486938477 - ] - ], - [ - 6.566666603088379, - [ - -7.024864673614502, - 74.33878326416016, - -9.803750991821289 - ] - ], - [ - 6.599999904632568, - [ - -7.2945170402526855, - 74.448486328125, - -9.369375228881836 - ] - ], - [ - 6.633333206176758, - [ - -7.487578868865967, - 74.54430389404297, - -8.98353385925293 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457849428_1066933.json b/lenses/physics-objects/Scene/assets/1645812457849428_1066933.json deleted file mode 100644 index 22632553..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457849428_1066933.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457849428:1066933", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.002891623880714178, - -0.005618926137685776, - -0.0017596478573977947, - 0.9999784827232361 - ] - ], - [ - 0.03333333507180214, - [ - -0.002891623880714178, - -0.005618926137685776, - -0.0017596478573977947, - 0.9999784827232361 - ] - ], - [ - 0.06666667014360428, - [ - -0.0016879636095836759, - -0.00580759160220623, - -0.0008077714592218399, - 0.9999814033508301 - ] - ], - [ - 0.10000000149011612, - [ - -2.6553576390142553e-05, - -0.0059729372151196, - -2.381175545451697e-05, - 0.9999821782112122 - ] - ], - [ - 0.13333334028720856, - [ - 0.0034866079222410917, - -0.008042617700994015, - 0.0025485476944595575, - 0.999958336353302 - ] - ], - [ - 0.1666666716337204, - [ - 0.0076115732081234455, - -0.010228353552520275, - 0.005291638430207968, - 0.9999048113822937 - ] - ], - [ - 0.20000000298023224, - [ - 0.0122607983648777, - -0.012496641837060452, - 0.00814869999885559, - 0.9998135566711426 - ] - ], - [ - 0.23333333432674408, - [ - 0.017345448955893517, - -0.014814137481153011, - 0.011064574122428894, - 0.9996785521507263 - ] - ], - [ - 0.2666666805744171, - [ - 0.022775251418352127, - -0.017147531732916832, - 0.013986263424158096, - 0.9994956851005554 - ] - ], - [ - 0.30000001192092896, - [ - 0.028458427637815475, - -0.01946348510682583, - 0.016863364726305008, - 0.9992632865905762 - ] - ], - [ - 0.3333333432674408, - [ - 0.03430170938372612, - -0.021728515625, - 0.01964840665459633, - 0.9989821910858154 - ] - ], - [ - 0.36666667461395264, - [ - 0.04021044448018074, - -0.023909028619527817, - 0.022297043353319168, - 0.9986562728881836 - ] - ], - [ - 0.4000000059604645, - [ - 0.04608875513076782, - -0.025971215218305588, - 0.02476808801293373, - 0.9982925653457642 - ] - ], - [ - 0.4333333373069763, - [ - 0.051839713007211685, - -0.02788100205361843, - 0.027023496106266975, - 0.9979003071784973 - ] - ], - [ - 0.46666666865348816, - [ - 0.05736555904150009, - -0.02960406057536602, - 0.029028117656707764, - 0.9974919557571411 - ] - ], - [ - 0.5, - [ - 0.06178884953260422, - -0.02813856303691864, - 0.04020678624510765, - 0.9968820214271545 - ] - ], - [ - 0.5333333611488342, - [ - 0.06441672146320343, - -0.02177843265235424, - 0.06695505231618881, - 0.9954361915588379 - ] - ], - [ - 0.5666666626930237, - [ - 0.06529703736305237, - -0.012535148300230503, - 0.1046304851770401, - 0.9922860860824585 - ] - ], - [ - 0.6000000238418579, - [ - 0.06451034545898438, - -0.0023342303466051817, - 0.148490771651268, - 0.9868047833442688 - ] - ], - [ - 0.6333333253860474, - [ - 0.06233710050582886, - 0.00720844604074955, - 0.19374626874923706, - 0.979042649269104 - ] - ], - [ - 0.6666666865348816, - [ - 0.05931107699871063, - 0.014930499717593193, - 0.23567695915699005, - 0.9699050784111023 - ] - ], - [ - 0.699999988079071, - [ - 0.05638923868536949, - 0.020082641392946243, - 0.2697967290878296, - 0.9610549807548523 - ] - ], - [ - 0.7333333492279053, - [ - 0.054690320044755936, - 0.022251371294260025, - 0.29188305139541626, - 0.9546298384666443 - ] - ], - [ - 0.7666666507720947, - [ - 0.05393651872873306, - 0.022094573825597763, - 0.3053783178329468, - 0.9504455924034119 - ] - ], - [ - 0.800000011920929, - [ - 0.053170096129179, - 0.020652906969189644, - 0.31663423776626587, - 0.946831226348877 - ] - ], - [ - 0.8333333134651184, - [ - 0.05249485746026039, - 0.018107036128640175, - 0.3258552849292755, - 0.9437874555587769 - ] - ], - [ - 0.8666666746139526, - [ - 0.052024587988853455, - 0.01461569033563137, - 0.3332330882549286, - 0.9412946105003357 - ] - ], - [ - 0.8999999761581421, - [ - 0.05165984109044075, - 0.010446233674883842, - 0.3389517366886139, - 0.939326286315918 - ] - ], - [ - 0.9333333373069763, - [ - 0.05129508674144745, - 0.00585547648370266, - 0.3431911766529083, - 0.9378455877304077 - ] - ], - [ - 0.9666666388511658, - [ - 0.05082263797521591, - 0.0010928907431662083, - 0.346127986907959, - 0.9368091225624084 - ] - ], - [ - 1.0, - [ - 0.05013575777411461, - -0.0035968527663499117, - 0.34793561697006226, - 0.9361701011657715 - ] - ], - [ - 1.0333333015441895, - [ - 0.049130793660879135, - -0.007971527054905891, - 0.34878450632095337, - 0.9358803033828735 - ] - ], - [ - 1.0666667222976685, - [ - 0.0477086640894413, - -0.011789783835411072, - 0.3488422632217407, - 0.9358920454978943 - ] - ], - [ - 1.100000023841858, - [ - 0.045775387436151505, - -0.014809753745794296, - 0.3482728600502014, - 0.936157763004303 - ] - ], - [ - 1.1333333253860474, - [ - 0.043241947889328, - -0.01678857021033764, - 0.34723591804504395, - 0.9366298317909241 - ] - ], - [ - 1.1666666269302368, - [ - 0.040023352950811386, - -0.017481982707977295, - 0.3458859324455261, - 0.9372595548629761 - ] - ], - [ - 1.2000000476837158, - [ - 0.03635654225945473, - -0.01745300367474556, - 0.3445128798484802, - 0.9379149675369263 - ] - ], - [ - 1.2333333492279053, - [ - 0.032550565898418427, - -0.01744535192847252, - 0.34333354234695435, - 0.9384872913360596 - ] - ], - [ - 1.2666666507720947, - [ - 0.028315572068095207, - -0.01740456186234951, - 0.34219855070114136, - 0.9390396475791931 - ] - ], - [ - 1.2999999523162842, - [ - 0.02341926284134388, - -0.017254093661904335, - 0.3409407436847687, - 0.9396346211433411 - ] - ], - [ - 1.3333333730697632, - [ - 0.017972832545638084, - -0.016987059265375137, - 0.3395743668079376, - 0.9402540326118469 - ] - ], - [ - 1.3666666746139526, - [ - 0.01208751555532217, - -0.016597189009189606, - 0.33811601996421814, - 0.940880537033081 - ] - ], - [ - 1.399999976158142, - [ - 0.00587436743080616, - -0.01607905514538288, - 0.3365848958492279, - 0.9414975047111511 - ] - ], - [ - 1.4333332777023315, - [ - -0.0005555424722842872, - -0.015428276732563972, - 0.3350032567977905, - 0.9420904517173767 - ] - ], - [ - 1.4666666984558105, - [ - -0.006924398709088564, - -0.015416108071804047, - 0.3274174928665161, - 0.9447286128997803 - ] - ], - [ - 1.5, - [ - -0.012952974066138268, - -0.016470031812787056, - 0.31024253368377686, - 0.9504265189170837 - ] - ], - [ - 1.5333333015441895, - [ - -0.018556391820311546, - -0.018129052594304085, - 0.28704655170440674, - 0.9575653076171875 - ] - ], - [ - 1.5666667222976685, - [ - -0.02364794723689556, - -0.019937144592404366, - 0.26146167516708374, - 0.9647181630134583 - ] - ], - [ - 1.600000023841858, - [ - -0.028113525360822678, - -0.021385109052062035, - 0.2372215837240219, - 0.9708132743835449 - ] - ], - [ - 1.6333333253860474, - [ - -0.03181157633662224, - -0.021888257935643196, - 0.21814438700675964, - 0.9751523733139038 - ] - ], - [ - 1.6666666269302368, - [ - -0.03459809720516205, - -0.020793631672859192, - 0.2080870121717453, - 0.9772770404815674 - ] - ], - [ - 1.7000000476837158, - [ - -0.03668750450015068, - -0.01842600479722023, - 0.20437893271446228, - 0.9780305624008179 - ] - ], - [ - 1.7333333492279053, - [ - -0.03825974836945534, - -0.015616236254572868, - 0.20170927047729492, - 0.9785733222961426 - ] - ], - [ - 1.7666666507720947, - [ - -0.03914550319314003, - -0.012436553835868835, - 0.19996929168701172, - 0.9789409041404724 - ] - ], - [ - 1.7999999523162842, - [ - -0.039632078260183334, - -0.008946342393755913, - 0.1989731639623642, - 0.9791623950004578 - ] - ], - [ - 1.8333333730697632, - [ - -0.040072113275527954, - -0.005193626508116722, - 0.19849467277526855, - 0.9792686700820923 - ] - ], - [ - 1.8666666746139526, - [ - -0.04039254039525986, - -0.0012348659802228212, - 0.19836506247520447, - 0.9792947769165039 - ] - ], - [ - 1.899999976158142, - [ - -0.04051843658089638, - 0.0028715762309730053, - 0.1984158307313919, - 0.9792759418487549 - ] - ], - [ - 1.9333332777023315, - [ - -0.04037318751215935, - 0.007065527141094208, - 0.19847872853279114, - 0.9792479276657104 - ] - ], - [ - 1.9666666984558105, - [ - -0.03988761454820633, - 0.01126918476074934, - 0.19837500154972076, - 0.9792493581771851 - ] - ], - [ - 2.0, - [ - -0.03899602219462395, - 0.015385117381811142, - 0.19793058931827545, - 0.9793192148208618 - ] - ], - [ - 2.0333333015441895, - [ - -0.03762627765536308, - 0.01932019740343094, - 0.19698314368724823, - 0.9794940948486328 - ] - ], - [ - 2.066666603088379, - [ - -0.03570730984210968, - 0.022977439686655998, - 0.19536875188350677, - 0.9798102378845215 - ] - ], - [ - 2.0999999046325684, - [ - -0.03317004814743996, - 0.026254739612340927, - 0.1929212063550949, - 0.9803019165992737 - ] - ], - [ - 2.133333444595337, - [ - -0.029914863407611847, - 0.02822699025273323, - 0.1829531192779541, - 0.9822610020637512 - ] - ], - [ - 2.1666667461395264, - [ - -0.02606581710278988, - 0.028128264471888542, - 0.161371111869812, - 0.9861485362052917 - ] - ], - [ - 2.200000047683716, - [ - -0.02190699428319931, - 0.026123259216547012, - 0.1319049447774887, - 0.9906759262084961 - ] - ], - [ - 2.2333333492279053, - [ - -0.01771719567477703, - 0.022526171058416367, - 0.09834352880716324, - 0.9947397708892822 - ] - ], - [ - 2.2666666507720947, - [ - -0.013731131330132484, - 0.01788286678493023, - 0.06454434990882874, - 0.9976601004600525 - ] - ], - [ - 2.299999952316284, - [ - -0.010101797059178352, - 0.012990089133381844, - 0.034397922456264496, - 0.9992728233337402 - ] - ], - [ - 2.3333332538604736, - [ - -0.006877655163407326, - 0.008856013417243958, - 0.011780263856053352, - 0.999867856502533 - ] - ], - [ - 2.366666555404663, - [ - -0.004007686860859394, - 0.006611236836761236, - 0.0005285587976686656, - 0.9999699592590332 - ] - ], - [ - 2.4000000953674316, - [ - -0.0015877902042120695, - 0.005620748735964298, - -0.003424905939027667, - 0.999977171421051 - ] - ], - [ - 2.433333396911621, - [ - 0.00026501776301302016, - 0.004549192730337381, - -0.006773808971047401, - 0.9999666810035706 - ] - ], - [ - 2.4666666984558105, - [ - 0.0016548711573705077, - 0.0032485153060406446, - -0.00961021427065134, - 0.999947190284729 - ] - ], - [ - 2.5, - [ - 0.002680059988051653, - 0.0016058911569416523, - -0.011996193788945675, - 0.9999231696128845 - ] - ], - [ - 2.5333333015441895, - [ - 0.0034071202389895916, - -0.00023250217782333493, - -0.01401063147932291, - 0.9998961091041565 - ] - ], - [ - 2.566666603088379, - [ - 0.0039031729102134705, - -0.0021223786752671003, - -0.01573236659169197, - 0.9998664855957031 - ] - ], - [ - 2.5999999046325684, - [ - 0.0042352257296442986, - -0.0039209709502756596, - -0.017240779474377632, - 0.9998347163200378 - ] - ], - [ - 2.633333444595337, - [ - 0.004469746723771095, - -0.005486761219799519, - -0.018616169691085815, - 0.999801754951477 - ] - ], - [ - 2.6666667461395264, - [ - 0.0046724784187972546, - -0.006679180543869734, - -0.01993974670767784, - 0.9997679591178894 - ] - ], - [ - 2.700000047683716, - [ - 0.004871026612818241, - -0.007738727144896984, - -0.021251635625958443, - 0.9997324347496033 - ] - ], - [ - 2.7333333492279053, - [ - 0.005053886212408543, - -0.008962475694715977, - -0.022520259022712708, - 0.9996934533119202 - ] - ], - [ - 2.7666666507720947, - [ - 0.005228247959166765, - -0.010295395739376545, - -0.023720134049654007, - 0.9996519684791565 - ] - ], - [ - 2.799999952316284, - [ - 0.005402035545557737, - -0.011682313866913319, - -0.024825839325785637, - 0.9996089339256287 - ] - ], - [ - 2.8333332538604736, - [ - 0.005583831109106541, - -0.01306794211268425, - -0.025812024250626564, - 0.9995658993721008 - ] - ], - [ - 2.866666555404663, - [ - 0.005782751832157373, - -0.014396844431757927, - -0.026653368026018143, - 0.9995243549346924 - ] - ], - [ - 2.9000000953674316, - [ - 0.00600830651819706, - -0.015613475814461708, - -0.027324600145220757, - 0.9994866251945496 - ] - ], - [ - 2.933333396911621, - [ - 0.012355533428490162, - -0.018008578568696976, - -0.03560236096382141, - 0.9991273880004883 - ] - ], - [ - 2.9666666984558105, - [ - 0.02589796856045723, - -0.022008514031767845, - -0.053535543382167816, - 0.9979875087738037 - ] - ], - [ - 3.0, - [ - 0.039212699979543686, - -0.025961900129914284, - -0.07249902933835983, - 0.9962592124938965 - ] - ], - [ - 3.0333333015441895, - [ - 0.04492036998271942, - -0.027375251054763794, - -0.08416427671909332, - 0.9950623512268066 - ] - ], - [ - 3.066666603088379, - [ - 0.044076599180698395, - -0.025939827784895897, - -0.08881667256355286, - 0.9947342276573181 - ] - ], - [ - 3.0999999046325684, - [ - 0.04280542954802513, - -0.023600125685334206, - -0.09220483899116516, - 0.9945396184921265 - ] - ], - [ - 3.133333444595337, - [ - 0.04126706346869469, - -0.02069385163486004, - -0.09447803348302841, - 0.9944559931755066 - ] - ], - [ - 3.1666667461395264, - [ - 0.03961009532213211, - -0.0175578985363245, - -0.09577860683202744, - 0.9944592714309692 - ] - ], - [ - 3.200000047683716, - [ - 0.03797833248972893, - -0.014528188854455948, - -0.09623967856168747, - 0.994527280330658 - ] - ], - [ - 3.2333333492279053, - [ - 0.036539334803819656, - -0.011959184892475605, - -0.09598081558942795, - 0.9946404099464417 - ] - ], - [ - 3.2666666507720947, - [ - 0.03547953814268112, - -0.010216542519629002, - -0.09511102735996246, - 0.9947817325592041 - ] - ], - [ - 3.299999952316284, - [ - 0.034977253526449203, - -0.009653138928115368, - -0.09373820573091507, - 0.9949354529380798 - ] - ], - [ - 3.3333332538604736, - [ - 0.03528015315532684, - -0.009725967422127724, - -0.09234040975570679, - 0.9950547814369202 - ] - ], - [ - 3.366666555404663, - [ - 0.03638710454106331, - -0.00976561475545168, - -0.09122151136398315, - 0.995117723941803 - ] - ], - [ - 3.4000000953674316, - [ - 0.03805115446448326, - -0.00991811417043209, - -0.09025617688894272, - 0.9951419830322266 - ] - ], - [ - 3.433333396911621, - [ - 0.0413748100399971, - -0.011925204657018185, - -0.0876440554857254, - 0.9952208995819092 - ] - ], - [ - 3.4666666984558105, - [ - 0.0451069138944149, - -0.014005091041326523, - -0.08486665040254593, - 0.9952722787857056 - ] - ], - [ - 3.5, - [ - 0.049013637006282806, - -0.016050323843955994, - -0.0819726437330246, - 0.995299220085144 - ] - ], - [ - 3.5333333015441895, - [ - 0.05285903811454773, - -0.01795581728219986, - -0.07900478690862656, - 0.9953098893165588 - ] - ], - [ - 3.566666603088379, - [ - 0.056405022740364075, - -0.01961863599717617, - -0.07599958777427673, - 0.9953178763389587 - ] - ], - [ - 3.5999999046325684, - [ - 0.05708475038409233, - -0.01815624348819256, - -0.07853013277053833, - 0.9951103925704956 - ] - ], - [ - 3.633333444595337, - [ - 0.053533606231212616, - -0.011759813874959946, - -0.09053544700145721, - 0.9943839311599731 - ] - ], - [ - 3.6666667461395264, - [ - 0.047477107495069504, - -0.0019100833451375365, - -0.10966936498880386, - 0.9928317666053772 - ] - ], - [ - 3.700000047683716, - [ - 0.04061651602387428, - 0.009822332300245762, - -0.13352566957473755, - 0.9901639819145203 - ] - ], - [ - 3.7333333492279053, - [ - 0.03440467640757561, - 0.02168557606637478, - -0.1595316380262375, - 0.9863547682762146 - ] - ], - [ - 3.7666666507720947, - [ - 0.02991902455687523, - 0.031736984848976135, - -0.18494945764541626, - 0.9817796945571899 - ] - ], - [ - 3.799999952316284, - [ - 0.027854956686496735, - 0.0378916934132576, - -0.20695477724075317, - 0.9772195219993591 - ] - ], - [ - 3.8333332538604736, - [ - 0.028660554438829422, - 0.03799603506922722, - -0.22275176644325256, - 0.9737127423286438 - ] - ], - [ - 3.866666555404663, - [ - 0.031048165634274483, - 0.032254066318273544, - -0.2334616780281067, - 0.9713348150253296 - ] - ], - [ - 3.9000000953674316, - [ - 0.0332731232047081, - 0.02315082959830761, - -0.24222567677497864, - 0.9693729281425476 - ] - ], - [ - 3.933333396911621, - [ - 0.03512945398688316, - 0.01195379439741373, - -0.24935469031333923, - 0.9677010178565979 - ] - ], - [ - 3.9666666984558105, - [ - 0.03647056967020035, - -6.413910159608349e-05, - -0.25513118505477905, - 0.9662184119224548 - ] - ], - [ - 4.0, - [ - 0.03733508288860321, - -0.011777928099036217, - -0.25973644852638245, - 0.9648856520652771 - ] - ], - [ - 4.0333333015441895, - [ - 0.037802133709192276, - -0.022114697843790054, - -0.2632719874382019, - 0.9637270569801331 - ] - ], - [ - 4.066666603088379, - [ - 0.037820011377334595, - -0.029877396300435066, - -0.26586607098579407, - 0.96280437707901 - ] - ], - [ - 4.099999904632568, - [ - 0.037333518266677856, - -0.033869341015815735, - -0.26764336228370667, - 0.9621985554695129 - ] - ], - [ - 4.133333206176758, - [ - 0.03663524612784386, - -0.03523842617869377, - -0.26915574073791504, - 0.9617543816566467 - ] - ], - [ - 4.166666507720947, - [ - 0.036047209054231644, - -0.03599679097533226, - -0.27080872654914856, - 0.9612842798233032 - ] - ], - [ - 4.199999809265137, - [ - 0.035549454391002655, - -0.03624344244599342, - -0.27251535654067993, - 0.9608111381530762 - ] - ], - [ - 4.233333110809326, - [ - 0.035120975226163864, - -0.03607744351029396, - -0.27418866753578186, - 0.9603570699691772 - ] - ], - [ - 4.266666889190674, - [ - 0.034738946706056595, - -0.03559788316488266, - -0.27574142813682556, - 0.9599440693855286 - ] - ], - [ - 4.300000190734863, - [ - 0.034378163516521454, - -0.03490392491221428, - -0.2770865559577942, - 0.9595951437950134 - ] - ], - [ - 4.333333492279053, - [ - 0.03401077911257744, - -0.034094907343387604, - -0.27813634276390076, - 0.9593337178230286 - ] - ], - [ - 4.366666793823242, - [ - 0.03360619395971298, - -0.03327047824859619, - -0.27880313992500305, - 0.9591832756996155 - ] - ], - [ - 4.400000095367432, - [ - 0.033131349831819534, - -0.032530900090932846, - -0.27899864315986633, - 0.9591683149337769 - ] - ], - [ - 4.433333396911621, - [ - 0.032551102340221405, - -0.031977295875549316, - -0.2786337733268738, - 0.9593128561973572 - ] - ], - [ - 4.4666666984558105, - [ - 0.03182898461818695, - -0.03171207383275032, - -0.2776184678077698, - 0.9596402645111084 - ] - ], - [ - 4.5, - [ - 0.030928147956728935, - -0.03183934837579727, - -0.2758612334728241, - 0.9601721167564392 - ] - ], - [ - 4.5333333015441895, - [ - 0.02981262281537056, - -0.03246545419096947, - -0.2732687294483185, - 0.9609273672103882 - ] - ], - [ - 4.566666603088379, - [ - 0.02992420643568039, - -0.0313076376914978, - -0.2559547424316406, - 0.965718150138855 - ] - ], - [ - 4.599999904632568, - [ - 0.03196742758154869, - -0.027122313156723976, - -0.21573404967784882, - 0.9755517840385437 - ] - ], - [ - 4.633333206176758, - [ - 0.03489786759018898, - -0.021532593294978142, - -0.16115345060825348, - 0.9860771298408508 - ] - ], - [ - 4.666666507720947, - [ - 0.03778312727808952, - -0.015990953892469406, - -0.10121338814496994, - 0.9940184950828552 - ] - ], - [ - 4.699999809265137, - [ - 0.03977253660559654, - -0.01168578676879406, - -0.045378971844911575, - 0.9981094002723694 - ] - ], - [ - 4.733333110809326, - [ - 0.04006333276629448, - -0.0095199691131711, - -0.0032968102023005486, - 0.9991464614868164 - ] - ], - [ - 4.766666889190674, - [ - 0.03788169100880623, - -0.010171666741371155, - 0.015461147762835026, - 0.9991108179092407 - ] - ], - [ - 4.800000190734863, - [ - 0.03601435571908951, - -0.012603960931301117, - 0.018631072714924812, - 0.9990980625152588 - ] - ], - [ - 4.833333492279053, - [ - 0.037231672555208206, - -0.015271701849997044, - 0.020460588857531548, - 0.9989804625511169 - ] - ], - [ - 4.866666793823242, - [ - 0.04076016694307327, - -0.018012631684541702, - 0.021226607263088226, - 0.998781144618988 - ] - ], - [ - 4.900000095367432, - [ - 0.0458330363035202, - -0.02068839967250824, - 0.02120484597980976, - 0.9985098242759705 - ] - ], - [ - 4.933333396911621, - [ - 0.05168258026242256, - -0.02316674217581749, - 0.020670076832175255, - 0.9981808066368103 - ] - ], - [ - 4.9666666984558105, - [ - 0.0575312003493309, - -0.025305865332484245, - 0.019894279539585114, - 0.9978247284889221 - ] - ], - [ - 5.0, - [ - 0.06260121613740921, - -0.026960784569382668, - 0.01914818584918976, - 0.997490644454956 - ] - ], - [ - 5.0333333015441895, - [ - 0.06611469388008118, - -0.027982773259282112, - 0.01869896799325943, - 0.9972442984580994 - ] - ], - [ - 5.066666603088379, - [ - 0.06729171425104141, - -0.02822102978825569, - 0.01880648545920849, - 0.9971567988395691 - ] - ], - [ - 5.099999904632568, - [ - 0.06696174293756485, - -0.02794894389808178, - 0.01932094246149063, - 0.9971768856048584 - ] - ], - [ - 5.133333206176758, - [ - 0.06649034470319748, - -0.027534324675798416, - 0.019911527633666992, - 0.997208297252655 - ] - ], - [ - 5.166666507720947, - [ - 0.06589626520872116, - -0.02696770243346691, - 0.020557299256324768, - 0.9972501397132874 - ] - ], - [ - 5.199999809265137, - [ - 0.06519535183906555, - -0.02623860538005829, - 0.021236443892121315, - 0.9973015189170837 - ] - ], - [ - 5.233333110809326, - [ - 0.0644012838602066, - -0.025335729122161865, - 0.021926427260041237, - 0.997361421585083 - ] - ], - [ - 5.266666889190674, - [ - 0.06352023035287857, - -0.024265266954898834, - 0.02259567193686962, - 0.997429609298706 - ] - ], - [ - 5.300000190734863, - [ - 0.06255625933408737, - -0.023050017654895782, - 0.023219147697091103, - 0.9975051283836365 - ] - ], - [ - 5.333333492279053, - [ - 0.06151782348752022, - -0.02170269750058651, - 0.02378355711698532, - 0.9975865483283997 - ] - ], - [ - 5.366666793823242, - [ - 0.060412436723709106, - -0.020235657691955566, - 0.02427520789206028, - 0.9976730942726135 - ] - ], - [ - 5.400000095367432, - [ - 0.05924675986170769, - -0.018660910427570343, - 0.024680120870471, - 0.9977637529373169 - ] - ], - [ - 5.433333396911621, - [ - 0.05802670121192932, - -0.01699015498161316, - 0.02498401328921318, - 0.9978577494621277 - ] - ], - [ - 5.4666666984558105, - [ - 0.056757502257823944, - -0.01523488387465477, - 0.025172358378767967, - 0.9979544281959534 - ] - ], - [ - 5.5, - [ - 0.055443719029426575, - -0.01340629905462265, - 0.02523035928606987, - 0.9980529546737671 - ] - ], - [ - 5.5333333015441895, - [ - 0.054089389741420746, - -0.01151544600725174, - 0.025143012404441833, - 0.9981530904769897 - ] - ], - [ - 5.566666603088379, - [ - 0.05269794911146164, - -0.009573173709213734, - 0.02489507384598255, - 0.9982542395591736 - ] - ], - [ - 5.599999904632568, - [ - 0.05127233639359474, - -0.007590193301439285, - 0.0244710985571146, - 0.9983561038970947 - ] - ], - [ - 5.633333206176758, - [ - 0.04981497302651405, - -0.005577075760811567, - 0.02385542169213295, - 0.9984579682350159 - ] - ], - [ - 5.666666507720947, - [ - 0.04832789674401283, - -0.0035442921798676252, - 0.023032210767269135, - 0.9985596537590027 - ] - ], - [ - 5.699999809265137, - [ - 0.04681266099214554, - -0.001502219238318503, - 0.021985402330756187, - 0.998660683631897 - ] - ], - [ - 5.733333110809326, - [ - 0.045270491391420364, - 0.0005387928104028106, - 0.020698778331279755, - 0.9987601637840271 - ] - ], - [ - 5.766666889190674, - [ - 0.04373815283179283, - 0.002326895948499441, - 0.01917903684079647, - 0.9988563060760498 - ] - ], - [ - 5.800000190734863, - [ - 0.04224465787410736, - 0.003648209385573864, - 0.017466511577367783, - 0.9989480376243591 - ] - ], - [ - 5.833333492279053, - [ - 0.040778957307338715, - 0.004549490287899971, - 0.015594765543937683, - 0.9990361332893372 - ] - ], - [ - 5.866666793823242, - [ - 0.03933020308613777, - 0.005077396985143423, - 0.013596981763839722, - 0.999120831489563 - ] - ], - [ - 5.900000095367432, - [ - 0.03788776323199272, - 0.005278539378196001, - 0.01150593627244234, - 0.9992018342018127 - ] - ], - [ - 5.933333396911621, - [ - 0.03644160181283951, - 0.005199505481868982, - 0.009354040026664734, - 0.9992784857749939 - ] - ], - [ - 5.9666666984558105, - [ - 0.034982334822416306, - 0.004886887967586517, - 0.007173403166234493, - 0.9993502497673035 - ] - ], - [ - 6.0, - [ - 0.03350139781832695, - 0.0043872748501598835, - 0.004995791707187891, - 0.9994165301322937 - ] - ], - [ - 6.0333333015441895, - [ - 0.031991101801395416, - 0.003747264388948679, - 0.0028526606038212776, - 0.9994770288467407 - ] - ], - [ - 6.066666603088379, - [ - 0.0304446779191494, - 0.0030134522821754217, - 0.0007751340745016932, - 0.999531626701355 - ] - ], - [ - 6.099999904632568, - [ - 0.02885628491640091, - 0.0022324235178530216, - -0.0012060045264661312, - 0.999580442905426 - ] - ], - [ - 6.133333206176758, - [ - 0.02722093090415001, - 0.0014507274609059095, - -0.003060339717194438, - 0.999623715877533 - ] - ], - [ - 6.166666507720947, - [ - 0.02553446963429451, - 0.0007148553268052638, - -0.004757847636938095, - 0.999662458896637 - ] - ], - [ - 6.199999809265137, - [ - 0.023793429136276245, - 7.1192771429196e-05, - -0.0062689208425581455, - 0.9996972680091858 - ] - ], - [ - 6.233333110809326, - [ - 0.021994907408952713, - -0.00043398793786764145, - -0.007564380299299955, - 0.9997293949127197 - ] - ], - [ - 6.266666889190674, - [ - 0.020136374980211258, - -0.0007546287961304188, - -0.008615542203187943, - 0.9997598528862 - ] - ], - [ - 6.300000190734863, - [ - 0.018244894221425056, - -0.0009306470747105777, - -0.009363790974020958, - 0.9997893571853638 - ] - ], - [ - 6.333333492279053, - [ - 0.01634998805820942, - -0.0010618530213832855, - -0.009787232615053654, - 0.9998178482055664 - ] - ], - [ - 6.366666793823242, - [ - 0.014230062253773212, - -0.0013439682079479098, - -0.009782327339053154, - 0.9998500943183899 - ] - ], - [ - 6.400000095367432, - [ - 0.01175355538725853, - -0.0018851965432986617, - -0.00930856540799141, - 0.9998859167098999 - ] - ], - [ - 6.433333396911621, - [ - 0.009058144874870777, - -0.0025980938225984573, - -0.008485834114253521, - 0.999919593334198 - ] - ], - [ - 6.4666666984558105, - [ - 0.006283596623688936, - -0.0033949194476008415, - -0.007431503385305405, - 0.9999468922615051 - ] - ], - [ - 6.5, - [ - 0.0035732442047446966, - -0.00418810686096549, - -0.006259094458073378, - 0.9999653697013855 - ] - ], - [ - 6.5333333015441895, - [ - 0.001076724729500711, - -0.00489115621894598, - -0.0050769345834851265, - 0.9999746680259705 - ] - ], - [ - 6.566666603088379, - [ - -0.0010446221567690372, - -0.005420633591711521, - -0.003986094146966934, - 0.9999768137931824 - ] - ], - [ - 6.599999904632568, - [ - -0.0026048459112644196, - -0.00570086482912302, - -0.0030757016502320766, - 0.9999756217002869 - ] - ], - [ - 6.633333206176758, - [ - -0.0033535577822476625, - -0.005678008776158094, - -0.0024078157730400562, - 0.9999753832817078 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457849713_1066940.json b/lenses/physics-objects/Scene/assets/1645812457849713_1066940.json deleted file mode 100644 index b363e8ab..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457849713_1066940.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457849713:1066940", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457865361_1066957.json b/lenses/physics-objects/Scene/assets/1645812457865361_1066957.json deleted file mode 100644 index dc025184..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457865361_1066957.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457865361:1066957", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ], - [ - 0.03333333507180214, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ], - [ - 0.06666667014360428, - [ - -18.239437103271484, - 73.4368896484375, - -9.916707038879395 - ] - ], - [ - 0.10000000149011612, - [ - -16.072216033935547, - 71.28331756591797, - -9.995664596557617 - ] - ], - [ - 0.13333334028720856, - [ - -14.160581588745117, - 68.70738983154297, - -10.76524829864502 - ] - ], - [ - 0.1666666716337204, - [ - -13.124608039855957, - 66.25363159179688, - -12.378510475158691 - ] - ], - [ - 0.20000000298023224, - [ - -12.523321151733398, - 64.44309997558594, - -14.024277687072754 - ] - ], - [ - 0.23333333432674408, - [ - -12.19559097290039, - 63.85177993774414, - -15.164102554321289 - ] - ], - [ - 0.2666666805744171, - [ - -11.994400024414063, - 64.89191436767578, - -15.067774772644043 - ] - ], - [ - 0.30000001192092896, - [ - -11.343204498291016, - 67.23509979248047, - -13.219733238220215 - ] - ], - [ - 0.3333333432674408, - [ - -10.519932746887207, - 70.49101257324219, - -10.943323135375977 - ] - ], - [ - 0.36666667461395264, - [ - -10.060004234313965, - 73.5250015258789, - -9.633333206176758 - ] - ], - [ - 0.4000000059604645, - [ - -9.95870304107666, - 74.91557312011719, - -10.009978294372559 - ] - ], - [ - 0.4333333373069763, - [ - -9.627141952514648, - 74.22990417480469, - -11.643241882324219 - ] - ], - [ - 0.46666666865348816, - [ - -9.008482933044434, - 71.89859008789063, - -13.53109359741211 - ] - ], - [ - 0.5, - [ - -7.882821083068848, - 68.91085052490234, - -15.302876472473145 - ] - ], - [ - 0.5333333611488342, - [ - -6.0269246101379395, - 66.51866149902344, - -16.58246612548828 - ] - ], - [ - 0.5666666626930237, - [ - -4.050487995147705, - 65.2433090209961, - -17.811111450195313 - ] - ], - [ - 0.6000000238418579, - [ - -2.7555346488952637, - 65.18273162841797, - -19.433271408081055 - ] - ], - [ - 0.6333333253860474, - [ - -2.406940221786499, - 66.35555267333984, - -20.85972785949707 - ] - ], - [ - 0.6666666865348816, - [ - -2.1325502395629883, - 68.53282165527344, - -20.991363525390625 - ] - ], - [ - 0.699999988079071, - [ - -1.3265800476074219, - 70.67597198486328, - -19.52042579650879 - ] - ], - [ - 0.7333333492279053, - [ - 0.10309087485074997, - 71.85424041748047, - -16.816146850585938 - ] - ], - [ - 0.7666666507720947, - [ - 2.1691079139709473, - 71.78218841552734, - -13.23885726928711 - ] - ], - [ - 0.800000011920929, - [ - 4.195248126983643, - 70.39178466796875, - -9.666789054870605 - ] - ], - [ - 0.8333333134651184, - [ - 5.374301910400391, - 68.37261962890625, - -6.598841667175293 - ] - ], - [ - 0.8666666746139526, - [ - 4.7514848709106445, - 66.40471649169922, - -4.5818305015563965 - ] - ], - [ - 0.8999999761581421, - [ - 2.540156841278076, - 65.3667984008789, - -3.381883144378662 - ] - ], - [ - 0.9333333373069763, - [ - -0.44887828826904297, - 66.06253051757813, - -2.6684861183166504 - ] - ], - [ - 0.9666666388511658, - [ - -3.272057056427002, - 67.94570922851563, - -1.7490427494049072 - ] - ], - [ - 1.0, - [ - -4.656827449798584, - 70.3945083618164, - 0.5796409249305725 - ] - ], - [ - 1.0333333015441895, - [ - -4.890130519866943, - 72.53106689453125, - 3.811490297317505 - ] - ], - [ - 1.0666667222976685, - [ - -4.899226665496826, - 73.27212524414063, - 6.811886787414551 - ] - ], - [ - 1.100000023841858, - [ - -5.645107269287109, - 72.7691879272461, - 8.705018997192383 - ] - ], - [ - 1.1333333253860474, - [ - -7.370543956756592, - 71.61439514160156, - 9.242711067199707 - ] - ], - [ - 1.1666666269302368, - [ - -9.720751762390137, - 70.42335510253906, - 8.224624633789063 - ] - ], - [ - 1.2000000476837158, - [ - -11.973844528198242, - 69.5550537109375, - 6.178833484649658 - ] - ], - [ - 1.2333333492279053, - [ - -12.941036224365234, - 69.22449493408203, - 3.975224018096924 - ] - ], - [ - 1.2666666507720947, - [ - -12.808808326721191, - 69.75406646728516, - 1.5395909547805786 - ] - ], - [ - 1.2999999523162842, - [ - -12.525303840637207, - 71.4131851196289, - -1.3785269260406494 - ] - ], - [ - 1.3333333730697632, - [ - -12.53409481048584, - 73.9458999633789, - -4.563268184661865 - ] - ], - [ - 1.3666666746139526, - [ - -12.542847633361816, - 76.24815368652344, - -6.562248706817627 - ] - ], - [ - 1.399999976158142, - [ - -12.510100364685059, - 77.48094177246094, - -7.100241661071777 - ] - ], - [ - 1.4333332777023315, - [ - -12.201203346252441, - 77.55170440673828, - -6.649710178375244 - ] - ], - [ - 1.4666666984558105, - [ - -11.063918113708496, - 76.48194885253906, - -5.4439849853515625 - ] - ], - [ - 1.5, - [ - -9.664823532104492, - 74.63948822021484, - -5.029531002044678 - ] - ], - [ - 1.5333333015441895, - [ - -9.013994216918945, - 72.65348052978516, - -6.80643892288208 - ] - ], - [ - 1.5666667222976685, - [ - -8.854475975036621, - 71.45628356933594, - -10.580117225646973 - ] - ], - [ - 1.600000023841858, - [ - -8.053893089294434, - 71.36412048339844, - -15.316204071044922 - ] - ], - [ - 1.6333333253860474, - [ - -6.553422451019287, - 71.85111236572266, - -20.019062042236328 - ] - ], - [ - 1.6666666269302368, - [ - -4.243068218231201, - 72.79631042480469, - -23.66054916381836 - ] - ], - [ - 1.7000000476837158, - [ - -0.9853866100311279, - 73.6591567993164, - -24.801923751831055 - ] - ], - [ - 1.7333333492279053, - [ - 2.138631582260132, - 73.65412902832031, - -23.260324478149414 - ] - ], - [ - 1.7666666507720947, - [ - 3.688558578491211, - 72.83175659179688, - -20.532501220703125 - ] - ], - [ - 1.7999999523162842, - [ - 3.0121383666992188, - 71.38301849365234, - -17.901216506958008 - ] - ], - [ - 1.8333333730697632, - [ - 1.1271785497665405, - 69.9603271484375, - -15.97041130065918 - ] - ], - [ - 1.8666666746139526, - [ - -1.0360722541809082, - 69.50636291503906, - -15.605711936950684 - ] - ], - [ - 1.899999976158142, - [ - -2.858914375305176, - 69.43708801269531, - -16.8922061920166 - ] - ], - [ - 1.9333332777023315, - [ - -3.776557683944702, - 69.70597076416016, - -18.78207778930664 - ] - ], - [ - 1.9666666984558105, - [ - -4.207195281982422, - 70.54167938232422, - -21.30514907836914 - ] - ], - [ - 2.0, - [ - -4.682924270629883, - 71.30596923828125, - -24.646278381347656 - ] - ], - [ - 2.0333333015441895, - [ - -5.297206401824951, - 71.25899505615234, - -28.14056396484375 - ] - ], - [ - 2.066666603088379, - [ - -5.3296427726745605, - 70.3947982788086, - -30.591615676879883 - ] - ], - [ - 2.0999999046325684, - [ - -4.387710094451904, - 69.16500854492188, - -31.154033660888672 - ] - ], - [ - 2.133333444595337, - [ - -2.4364616870880127, - 67.81671142578125, - -29.727699279785156 - ] - ], - [ - 2.1666667461395264, - [ - 0.5539522171020508, - 66.60558319091797, - -26.613981246948242 - ] - ], - [ - 2.200000047683716, - [ - 3.9645349979400635, - 65.57289123535156, - -23.170007705688477 - ] - ], - [ - 2.2333333492279053, - [ - 6.840407371520996, - 64.8016586303711, - -21.39693832397461 - ] - ], - [ - 2.2666666507720947, - [ - 8.629570007324219, - 64.7452163696289, - -22.38141441345215 - ] - ], - [ - 2.299999952316284, - [ - 8.642777442932129, - 66.01902770996094, - -24.602710723876953 - ] - ], - [ - 2.3333332538604736, - [ - 6.708462715148926, - 68.29917907714844, - -26.523881912231445 - ] - ], - [ - 2.366666555404663, - [ - 4.038052082061768, - 70.2574234008789, - -27.071168899536133 - ] - ], - [ - 2.4000000953674316, - [ - 1.838151454925537, - 71.00933074951172, - -25.03301239013672 - ] - ], - [ - 2.433333396911621, - [ - 0.33458206057548523, - 71.00946044921875, - -20.5537166595459 - ] - ], - [ - 2.4666666984558105, - [ - -0.8599269390106201, - 70.66352844238281, - -14.170248985290527 - ] - ], - [ - 2.5, - [ - -1.6654008626937866, - 70.38618469238281, - -7.166116714477539 - ] - ], - [ - 2.5333333015441895, - [ - -2.088622570037842, - 70.60753631591797, - -0.39315345883369446 - ] - ], - [ - 2.566666603088379, - [ - -2.7024381160736084, - 71.41564178466797, - 5.313198089599609 - ] - ], - [ - 2.5999999046325684, - [ - -3.164296865463257, - 72.36754608154297, - 9.229281425476074 - ] - ], - [ - 2.633333444595337, - [ - -2.777254104614258, - 72.93832397460938, - 11.720612525939941 - ] - ], - [ - 2.6666667461395264, - [ - -1.9764363765716553, - 73.12201690673828, - 12.875649452209473 - ] - ], - [ - 2.700000047683716, - [ - -1.876108169555664, - 72.76805877685547, - 12.508946418762207 - ] - ], - [ - 2.7333333492279053, - [ - -3.0400140285491943, - 71.92024230957031, - 11.06472396850586 - ] - ], - [ - 2.7666666507720947, - [ - -4.950611591339111, - 70.634033203125, - 9.838125228881836 - ] - ], - [ - 2.799999952316284, - [ - -7.278896808624268, - 69.00196838378906, - 9.714592933654785 - ] - ], - [ - 2.8333332538604736, - [ - -9.44109058380127, - 67.27367401123047, - 11.658000946044922 - ] - ], - [ - 2.866666555404663, - [ - -10.422889709472656, - 65.62274169921875, - 15.90645980834961 - ] - ], - [ - 2.9000000953674316, - [ - -10.70234489440918, - 64.92974853515625, - 20.614578247070313 - ] - ], - [ - 2.933333396911621, - [ - -11.417664527893066, - 65.94520568847656, - 23.47757911682129 - ] - ], - [ - 2.9666666984558105, - [ - -12.973687171936035, - 67.91136932373047, - 23.37831687927246 - ] - ], - [ - 3.0, - [ - -14.097687721252441, - 70.36927032470703, - 21.036407470703125 - ] - ], - [ - 3.0333333015441895, - [ - -14.468877792358398, - 72.67314910888672, - 18.557518005371094 - ] - ], - [ - 3.066666603088379, - [ - -13.900949478149414, - 73.69818878173828, - 16.43061065673828 - ] - ], - [ - 3.0999999046325684, - [ - -12.281755447387695, - 73.25724029541016, - 15.15758228302002 - ] - ], - [ - 3.133333444595337, - [ - -10.775869369506836, - 70.80126953125, - 13.655878067016602 - ] - ], - [ - 3.1666667461395264, - [ - -10.791861534118652, - 68.08392333984375, - 10.89472770690918 - ] - ], - [ - 3.200000047683716, - [ - -12.620589256286621, - 67.0379867553711, - 7.209756851196289 - ] - ], - [ - 3.2333333492279053, - [ - -15.101348876953125, - 66.93147277832031, - 3.0936203002929688 - ] - ], - [ - 3.2666666507720947, - [ - -17.478469848632813, - 67.95873260498047, - -1.3314273357391357 - ] - ], - [ - 3.299999952316284, - [ - -19.26634407043457, - 69.90802764892578, - -5.3997063636779785 - ] - ], - [ - 3.3333332538604736, - [ - -19.36587905883789, - 72.5039291381836, - -7.895463466644287 - ] - ], - [ - 3.366666555404663, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457865621_1066964.json b/lenses/physics-objects/Scene/assets/1645812457865621_1066964.json deleted file mode 100644 index f8b1fc2d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457865621_1066964.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457865621:1066964", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ], - [ - 0.03333333507180214, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ], - [ - 0.06666667014360428, - [ - -0.22904522716999054, - -0.09478938579559326, - 0.033794596791267395, - 0.9681999683380127 - ] - ], - [ - 0.10000000149011612, - [ - -0.21366634964942932, - -0.09575486183166504, - 0.04146936908364296, - 0.9713176488876343 - ] - ], - [ - 0.13333334028720856, - [ - -0.19757923483848572, - -0.09620513767004013, - 0.05055614560842514, - 0.9742438793182373 - ] - ], - [ - 0.1666666716337204, - [ - -0.18580573797225952, - -0.09582380205392838, - 0.060320280492305756, - 0.9760407209396362 - ] - ], - [ - 0.20000000298023224, - [ - -0.18339908123016357, - -0.094595767557621, - 0.07004547119140625, - 0.975966215133667 - ] - ], - [ - 0.23333333432674408, - [ - -0.1953558623790741, - -0.09277528524398804, - 0.078867107629776, - 0.9731437563896179 - ] - ], - [ - 0.2666666805744171, - [ - -0.2276282161474228, - -0.09074219316244125, - 0.08537232875823975, - 0.96574467420578 - ] - ], - [ - 0.30000001192092896, - [ - -0.2756156921386719, - -0.08879505097866058, - 0.08862829208374023, - 0.9530459046363831 - ] - ], - [ - 0.3333333432674408, - [ - -0.3282901644706726, - -0.08705039322376251, - 0.08892618864774704, - 0.9363439083099365 - ] - ], - [ - 0.36666667461395264, - [ - -0.37511980533599854, - -0.08552776277065277, - 0.08782731741666794, - 0.9188344478607178 - ] - ], - [ - 0.4000000059604645, - [ - -0.4065358340740204, - -0.08411236107349396, - 0.08790735900402069, - 0.9054977893829346 - ] - ], - [ - 0.4333333373069763, - [ - -0.4192669093608856, - -0.08254703879356384, - 0.0908464565873146, - 0.8995266556739807 - ] - ], - [ - 0.46666666865348816, - [ - -0.4192642271518707, - -0.08107471466064453, - 0.0964871197938919, - 0.8990743160247803 - ] - ], - [ - 0.5, - [ - -0.40696874260902405, - -0.07276436686515808, - 0.10415586829185486, - 0.9045625329017639 - ] - ], - [ - 0.5333333611488342, - [ - -0.3840066194534302, - -0.05229644477367401, - 0.11149607598781586, - 0.9150806665420532 - ] - ], - [ - 0.5666666626930237, - [ - -0.3565700054168701, - -0.022836074233055115, - 0.11598359048366547, - 0.9267601370811462 - ] - ], - [ - 0.6000000238418579, - [ - -0.33130159974098206, - 0.012310309335589409, - 0.11592371016740799, - 0.9362956881523132 - ] - ], - [ - 0.6333333253860474, - [ - -0.31670722365379333, - 0.050065938383340836, - 0.1108609214425087, - 0.9406912326812744 - ] - ], - [ - 0.6666666865348816, - [ - -0.31191664934158325, - 0.08820194005966187, - 0.10210448503494263, - 0.9404802322387695 - ] - ], - [ - 0.699999988079071, - [ - -0.3102525770664215, - 0.12482766062021255, - 0.09104257076978683, - 0.9380152821540833 - ] - ], - [ - 0.7333333492279053, - [ - -0.3053966760635376, - 0.15781913697719574, - 0.07844779640436172, - 0.9357734322547913 - ] - ], - [ - 0.7666666507720947, - [ - -0.29136618971824646, - 0.18462973833084106, - 0.0645255297422409, - 0.9364048838615417 - ] - ], - [ - 0.800000011920929, - [ - -0.2685182988643646, - 0.2026626020669937, - 0.049301788210868835, - 0.9404228329658508 - ] - ], - [ - 0.8333333134651184, - [ - -0.24736875295639038, - 0.21016933023929596, - 0.0336172915995121, - 0.9452552199363708 - ] - ], - [ - 0.8666666746139526, - [ - -0.23236660659313202, - 0.2050323486328125, - 0.013010203838348389, - 0.950683057308197 - ] - ], - [ - 0.8999999761581421, - [ - -0.22352339327335358, - 0.18762826919555664, - -0.01593104377388954, - 0.9563363194465637 - ] - ], - [ - 0.9333333373069763, - [ - -0.22313527762889862, - 0.16047081351280212, - -0.049868740141391754, - 0.9601941704750061 - ] - ], - [ - 0.9666666388511658, - [ - -0.23348042368888855, - 0.1278005838394165, - -0.0847105160355568, - 0.9601969718933105 - ] - ], - [ - 1.0, - [ - -0.258018434047699, - 0.09697422385215759, - -0.11627355962991714, - 0.9542028903961182 - ] - ], - [ - 1.0333333015441895, - [ - -0.2897499203681946, - 0.07556700706481934, - -0.1414336860179901, - 0.9435735940933228 - ] - ], - [ - 1.0666667222976685, - [ - -0.31605589389801025, - 0.06963682919740677, - -0.15725688636302948, - 0.9330217838287354 - ] - ], - [ - 1.100000023841858, - [ - -0.3299650251865387, - 0.07236918061971664, - -0.16753149032592773, - 0.9261851906776428 - ] - ], - [ - 1.1333333253860474, - [ - -0.3270975947380066, - 0.07180154323577881, - -0.17802372574806213, - 0.925288736820221 - ] - ], - [ - 1.1666666269302368, - [ - -0.30486881732940674, - 0.06645039469003677, - -0.1883171796798706, - 0.9312228560447693 - ] - ], - [ - 1.2000000476837158, - [ - -0.26991769671440125, - 0.0576724037528038, - -0.1981927454471588, - 0.9404988884925842 - ] - ], - [ - 1.2333333492279053, - [ - -0.22785143554210663, - 0.046826090663671494, - -0.2074262797832489, - 0.9501922726631165 - ] - ], - [ - 1.2666666507720947, - [ - -0.18449148535728455, - 0.03555078059434891, - -0.21576854586601257, - 0.9581977725028992 - ] - ], - [ - 1.2999999523162842, - [ - -0.14587120711803436, - 0.02570837177336216, - -0.2229718118906021, - 0.9635062217712402 - ] - ], - [ - 1.3333333730697632, - [ - -0.11810623109340668, - 0.019312644377350807, - -0.22885431349277496, - 0.9660764336585999 - ] - ], - [ - 1.3666666746139526, - [ - -0.10839040577411652, - 0.018871746957302094, - -0.2333911806344986, - 0.9661386609077454 - ] - ], - [ - 1.399999976158142, - [ - -0.11391040682792664, - 0.023729724809527397, - -0.23649516701698303, - 0.9646405577659607 - ] - ], - [ - 1.4333332777023315, - [ - -0.12618641555309296, - 0.031190695241093636, - -0.23790061473846436, - 0.962552547454834 - ] - ], - [ - 1.4666666984558105, - [ - -0.1368858516216278, - 0.03832962363958359, - -0.23716332018375397, - 0.9610133767127991 - ] - ], - [ - 1.5, - [ - -0.13735978305339813, - 0.042003996670246124, - -0.23364347219467163, - 0.9616542458534241 - ] - ], - [ - 1.5333333015441895, - [ - -0.12485464662313461, - 0.041442081332206726, - -0.2269655168056488, - 0.964976966381073 - ] - ], - [ - 1.5666667222976685, - [ - -0.10888835787773132, - 0.03855162858963013, - -0.20893575251102448, - 0.971083402633667 - ] - ], - [ - 1.600000023841858, - [ - -0.09605193138122559, - 0.035154495388269424, - -0.17456354200839996, - 0.9793190360069275 - ] - ], - [ - 1.6333333253860474, - [ - -0.08965233713388443, - 0.03346533700823784, - -0.12893518805503845, - 0.9870249629020691 - ] - ], - [ - 1.6666666269302368, - [ - -0.09332189708948135, - 0.03421027958393097, - -0.07726431638002396, - 0.9920439124107361 - ] - ], - [ - 1.7000000476837158, - [ - -0.11080636084079742, - 0.036499667912721634, - -0.024743294343352318, - 0.9928632974624634 - ] - ], - [ - 1.7333333492279053, - [ - -0.14679768681526184, - 0.03833671286702156, - 0.023449718952178955, - 0.9881451725959778 - ] - ], - [ - 1.7666666507720947, - [ - -0.19517666101455688, - 0.0371076874434948, - 0.06240107864141464, - 0.9780772924423218 - ] - ], - [ - 1.7999999523162842, - [ - -0.24334093928337097, - 0.03229701519012451, - 0.08788960427045822, - 0.9654105305671692 - ] - ], - [ - 1.8333333730697632, - [ - -0.28009217977523804, - 0.026956677436828613, - 0.10151713341474533, - 0.9542096257209778 - ] - ], - [ - 1.8666666746139526, - [ - -0.2967560291290283, - 0.026996569707989693, - 0.10523167252540588, - 0.9487535953521729 - ] - ], - [ - 1.899999976158142, - [ - -0.2934722304344177, - 0.03296194598078728, - 0.10162264108657837, - 0.9499791860580444 - ] - ], - [ - 1.9333332777023315, - [ - -0.2795098125934601, - 0.04116671159863472, - 0.09498217701911926, - 0.9545459151268005 - ] - ], - [ - 1.9666666984558105, - [ - -0.25964638590812683, - 0.0504116490483284, - 0.08533263951539993, - 0.9606043696403503 - ] - ], - [ - 2.0, - [ - -0.23881874978542328, - 0.0596524216234684, - 0.07321500033140182, - 0.9664610624313354 - ] - ], - [ - 2.0333333015441895, - [ - -0.2221296727657318, - 0.06818236410617828, - 0.05994294211268425, - 0.9707814455032349 - ] - ], - [ - 2.066666603088379, - [ - -0.21475689113140106, - 0.07571687549352646, - 0.04759111627936363, - 0.9725643992424011 - ] - ], - [ - 2.0999999046325684, - [ - -0.22292248904705048, - 0.08220476657152176, - 0.0389292947947979, - 0.9705835580825806 - ] - ], - [ - 2.133333444595337, - [ - -0.24460667371749878, - 0.08596319705247879, - 0.03615202382206917, - 0.9651275277137756 - ] - ], - [ - 2.1666667461395264, - [ - -0.27189114689826965, - 0.08576148003339767, - 0.038519565016031265, - 0.9577246308326721 - ] - ], - [ - 2.200000047683716, - [ - -0.2951032519340515, - 0.08166222274303436, - 0.043642960488796234, - 0.9509682655334473 - ] - ], - [ - 2.2333333492279053, - [ - -0.304782509803772, - 0.07356557250022888, - 0.049022119492292404, - 0.948310375213623 - ] - ], - [ - 2.2666666507720947, - [ - -0.29754623770713806, - 0.06199627369642258, - 0.052845872938632965, - 0.9512256383895874 - ] - ], - [ - 2.299999952316284, - [ - -0.2834271788597107, - 0.041315317153930664, - 0.044042643159627914, - 0.9570905566215515 - ] - ], - [ - 2.3333332538604736, - [ - -0.2698514759540558, - 0.007437916472554207, - 0.017058882862329483, - 0.96272212266922 - ] - ], - [ - 2.366666555404663, - [ - -0.25981107354164124, - -0.03479606658220291, - -0.020327256992459297, - 0.9648183584213257 - ] - ], - [ - 2.4000000953674316, - [ - -0.2565397322177887, - -0.07877073436975479, - -0.06084807217121124, - 0.9613949656486511 - ] - ], - [ - 2.433333396911621, - [ - -0.26338621973991394, - -0.1161341592669487, - -0.09803860634565353, - 0.9526432752609253 - ] - ], - [ - 2.4666666984558105, - [ - -0.28344783186912537, - -0.13916711509227753, - -0.12434927374124527, - 0.9406524896621704 - ] - ], - [ - 2.5, - [ - -0.30940577387809753, - -0.14476771652698517, - -0.13262268900871277, - 0.9304416179656982 - ] - ], - [ - 2.5333333015441895, - [ - -0.3338458240032196, - -0.14087413251399994, - -0.12831391394138336, - 0.923166811466217 - ] - ], - [ - 2.566666603088379, - [ - -0.3519377112388611, - -0.1381596028804779, - -0.12186264991760254, - 0.9177152514457703 - ] - ], - [ - 2.5999999046325684, - [ - -0.35540771484375, - -0.14040005207061768, - -0.11535485088825226, - 0.9168787598609924 - ] - ], - [ - 2.633333444595337, - [ - -0.34169772267341614, - -0.1490795910358429, - -0.1104629635810852, - 0.9213120341300964 - ] - ], - [ - 2.6666667461395264, - [ - -0.3173202574253082, - -0.16159890592098236, - -0.10705910623073578, - 0.9282951951026917 - ] - ], - [ - 2.700000047683716, - [ - -0.28798484802246094, - -0.17563459277153015, - -0.10451547056436539, - 0.9355713725090027 - ] - ], - [ - 2.7333333492279053, - [ - -0.25944358110427856, - -0.18886496126651764, - -0.10155612230300903, - 0.941650390625 - ] - ], - [ - 2.7666666507720947, - [ - -0.23667588829994202, - -0.19757921993732452, - -0.09796229004859924, - 0.9462295770645142 - ] - ], - [ - 2.799999952316284, - [ - -0.22456321120262146, - -0.19894222915172577, - -0.09340549260377884, - 0.9493517875671387 - ] - ], - [ - 2.8333332538604736, - [ - -0.22965900599956512, - -0.19337524473667145, - -0.0859469473361969, - 0.9499874114990234 - ] - ], - [ - 2.866666555404663, - [ - -0.24857370555400848, - -0.18298155069351196, - -0.07597465813159943, - 0.9481332898139954 - ] - ], - [ - 2.9000000953674316, - [ - -0.27187055349349976, - -0.16936467587947845, - -0.06540242582559586, - 0.9450526833534241 - ] - ], - [ - 2.933333396911621, - [ - -0.2902727723121643, - -0.15434110164642334, - -0.05597133934497833, - 0.942755401134491 - ] - ], - [ - 2.9666666984558105, - [ - -0.2946203351020813, - -0.13969561457633972, - -0.048768363893032074, - 0.9440898299217224 - ] - ], - [ - 3.0, - [ - -0.2931362986564636, - -0.11948321014642715, - -0.037892576307058334, - 0.9478180408477783 - ] - ], - [ - 3.0333333015441895, - [ - -0.29886394739151, - -0.09664594382047653, - -0.02116278186440468, - 0.9491533041000366 - ] - ], - [ - 3.066666603088379, - [ - -0.3062021732330322, - -0.0816417932510376, - -0.001998515333980322, - 0.9484570622444153 - ] - ], - [ - 3.0999999046325684, - [ - -0.309878408908844, - -0.07622197270393372, - 0.01404891163110733, - 0.9476118683815002 - ] - ], - [ - 3.133333444595337, - [ - -0.30195388197898865, - -0.08243777602910995, - 0.024374980479478836, - 0.9494386315345764 - ] - ], - [ - 3.1666667461395264, - [ - -0.28500646352767944, - -0.09396345913410187, - 0.02786274068057537, - 0.9535018801689148 - ] - ], - [ - 3.200000047683716, - [ - -0.27082115411758423, - -0.09964067488908768, - 0.026472056284546852, - 0.9570929408073425 - ] - ], - [ - 3.2333333492279053, - [ - -0.25921496748924255, - -0.09973911195993423, - 0.024315282702445984, - 0.9603481292724609 - ] - ], - [ - 3.2666666507720947, - [ - -0.2502816915512085, - -0.09834075719118118, - 0.023608194664120674, - 0.9628763198852539 - ] - ], - [ - 3.299999952316284, - [ - -0.24447232484817505, - -0.0962328091263771, - 0.024061011150479317, - 0.9645691514015198 - ] - ], - [ - 3.3333332538604736, - [ - -0.2411077916622162, - -0.09461022913455963, - 0.02563912607729435, - 0.9655354022979736 - ] - ], - [ - 3.366666555404663, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457865848_1066971.json b/lenses/physics-objects/Scene/assets/1645812457865848_1066971.json deleted file mode 100644 index 7139645f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457865848_1066971.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457865848:1066971", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457986454_1067011.json b/lenses/physics-objects/Scene/assets/1645812457986454_1067011.json deleted file mode 100644 index d90fa2e8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457986454_1067011.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457986454:1067011", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5083333253860474, - [ - 0.0, - 1.2042196989059448, - 0.0 - ] - ], - [ - 0.5166666507720947, - [ - 0.0, - 4.335182189941406, - 0.0 - ] - ], - [ - 0.5250000357627869, - [ - 0.0, - 8.670392990112305, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 13.48725700378418, - 0.0 - ] - ], - [ - 0.5444444417953491, - [ - 0.0, - 21.40846061706543, - 0.0 - ] - ], - [ - 0.5555555820465088, - [ - 0.0, - 30.61369514465332, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 0.574999988079071, - [ - 0.0, - 43.35176086425781, - 0.0 - ] - ], - [ - 0.5833333730697632, - [ - 0.0, - 47.68696975708008, - 0.0 - ] - ], - [ - 0.5916666984558105, - [ - 0.0, - 50.81792449951172, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 0.6111111044883728, - [ - 0.0, - 49.951988220214844, - 0.0 - ] - ], - [ - 0.6222222447395325, - [ - 0.0, - 44.885581970214844, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 38.534934997558594, - 0.0 - ] - ], - [ - 0.6416666507720947, - [ - 0.0, - 32.81490707397461, - 0.0 - ] - ], - [ - 0.6583333611488342, - [ - 0.0, - 19.207216262817383, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 13.487196922302246, - 0.0 - ] - ], - [ - 0.6777777671813965, - [ - 0.0, - 7.136546611785889, - 0.0 - ] - ], - [ - 0.6888889074325562, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4777778387069702, - [ - 0.0, - 2.0701687335968018, - 0.0 - ] - ], - [ - 1.4888888597488403, - [ - 0.0, - 7.1365180015563965, - 0.0 - ] - ], - [ - 1.5, - [ - 0.0, - 13.48719310760498, - 0.0 - ] - ], - [ - 1.5111111402511597, - [ - 0.0, - 21.4084415435791, - 0.0 - ] - ], - [ - 1.5222221612930298, - [ - 0.0, - 30.61357879638672, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 38.534847259521484, - 0.0 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 43.351715087890625, - 0.0 - ] - ], - [ - 1.5499999523162842, - [ - 0.0, - 47.686912536621094, - 0.0 - ] - ], - [ - 1.558333396911621, - [ - 0.0, - 50.817928314208984, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 1.5777778625488281, - [ - 0.0, - 49.95195388793945, - 0.0 - ] - ], - [ - 1.5888888835906982, - [ - 0.0, - 44.88558578491211, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 1.6111111640930176, - [ - 0.0, - 30.61363410949707, - 0.0 - ] - ], - [ - 1.6222221851348877, - [ - 0.0, - 21.408485412597656, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - 13.487221717834473, - 0.0 - ] - ], - [ - 1.644444465637207, - [ - 0.0, - 7.136542797088623, - 0.0 - ] - ], - [ - 1.6555554866790771, - [ - 0.0, - 2.070175886154175, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.277777671813965, - [ - 0.0, - 2.070115089416504, - 0.0 - ] - ], - [ - 2.288888931274414, - [ - 0.0, - 7.136578559875488, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 13.487189292907715, - 0.0 - ] - ], - [ - 2.3111109733581543, - [ - 0.0, - 21.408348083496094, - 0.0 - ] - ], - [ - 2.3222222328186035, - [ - 0.0, - 30.613689422607422, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 38.53486633300781, - 0.0 - ] - ], - [ - 2.3444442749023438, - [ - 0.0, - 44.88549041748047, - 0.0 - ] - ], - [ - 2.355555534362793, - [ - 0.0, - 49.95197677612305, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 2.375, - [ - 0.0, - 50.817901611328125, - 0.0 - ] - ], - [ - 2.383333206176758, - [ - 0.0, - 47.68696594238281, - 0.0 - ] - ], - [ - 2.3916666507720947, - [ - 0.0, - 43.35169982910156, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 38.53474807739258, - 0.0 - ] - ], - [ - 2.4111111164093018, - [ - 0.0, - 30.613571166992188, - 0.0 - ] - ], - [ - 2.422222375869751, - [ - 0.0, - 21.408252716064453, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 13.48713207244873, - 0.0 - ] - ], - [ - 2.444444417953491, - [ - 0.0, - 7.136532306671143, - 0.0 - ] - ], - [ - 2.4555556774139404, - [ - 0.0, - 2.070100784301758, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.6083333492279053, - [ - 0.0, - 1.204234004020691, - 0.0 - ] - ], - [ - 3.616666793823242, - [ - 0.0, - 4.335289478302002, - 0.0 - ] - ], - [ - 3.625, - [ - 0.0, - 8.670446395874023, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 13.487397193908691, - 0.0 - ] - ], - [ - 3.644444465637207, - [ - 0.0, - 21.408580780029297, - 0.0 - ] - ], - [ - 3.6555557250976563, - [ - 0.0, - 30.6138973236084, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 38.53501892089844, - 0.0 - ] - ], - [ - 3.6777777671813965, - [ - 0.0, - 44.88561248779297, - 0.0 - ] - ], - [ - 3.6888890266418457, - [ - 0.0, - 49.95204162597656, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 3.711111068725586, - [ - 0.0, - 49.951995849609375, - 0.0 - ] - ], - [ - 3.722222328186035, - [ - 0.0, - 44.88552474975586, - 0.0 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 38.534908294677734, - 0.0 - ] - ], - [ - 3.7444443702697754, - [ - 0.0, - 30.613737106323242, - 0.0 - ] - ], - [ - 3.7555556297302246, - [ - 0.0, - 21.40839958190918, - 0.0 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 13.487232208251953, - 0.0 - ] - ], - [ - 3.777777671813965, - [ - 0.0, - 7.136610984802246, - 0.0 - ] - ], - [ - 3.788888931274414, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.577777862548828, - [ - 0.0, - 2.070183038711548, - 0.0 - ] - ], - [ - 4.588888645172119, - [ - 0.0, - 7.136421203613281, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 13.487168312072754, - 0.0 - ] - ], - [ - 4.611111164093018, - [ - 0.0, - 21.40850257873535, - 0.0 - ] - ], - [ - 4.622221946716309, - [ - 0.0, - 30.613454818725586, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 38.53483963012695, - 0.0 - ] - ], - [ - 4.644444465637207, - [ - 0.0, - 44.88559341430664, - 0.0 - ] - ], - [ - 4.655555248260498, - [ - 0.0, - 49.95187759399414, - 0.0 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 4.6777777671813965, - [ - 0.0, - 49.95200729370117, - 0.0 - ] - ], - [ - 4.6888885498046875, - [ - 0.0, - 44.88582992553711, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 38.53513717651367, - 0.0 - ] - ], - [ - 4.711111068725586, - [ - 0.0, - 30.613872528076172, - 0.0 - ] - ], - [ - 4.722221851348877, - [ - 0.0, - 21.408964157104492, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 13.487568855285645, - 0.0 - ] - ], - [ - 4.741666793823242, - [ - 0.0, - 8.67046070098877, - 0.0 - ] - ], - [ - 4.75, - [ - 0.0, - 4.335282325744629, - 0.0 - ] - ], - [ - 4.758333206176758, - [ - 0.0, - 1.2042804956436157, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.144444465637207, - [ - 0.0, - 2.0701615810394287, - 0.0 - ] - ], - [ - 6.155555248260498, - [ - 0.0, - 7.136389255523682, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 13.487135887145996, - 0.0 - ] - ], - [ - 6.1777777671813965, - [ - 0.0, - 21.408449172973633, - 0.0 - ] - ], - [ - 6.1888885498046875, - [ - 0.0, - 30.613405227661133, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 38.5348014831543, - 0.0 - ] - ], - [ - 6.211111068725586, - [ - 0.0, - 44.88555908203125, - 0.0 - ] - ], - [ - 6.222221851348877, - [ - 0.0, - 49.95185470581055, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 6.241666793823242, - [ - 0.0, - 50.81785202026367, - 0.0 - ] - ], - [ - 6.25, - [ - 0.0, - 47.68685531616211, - 0.0 - ] - ], - [ - 6.258333206176758, - [ - 0.0, - 43.3516731262207, - 0.0 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 38.53456497192383, - 0.0 - ] - ], - [ - 6.277778148651123, - [ - 0.0, - 30.613170623779297, - 0.0 - ] - ], - [ - 6.288888931274414, - [ - 0.0, - 21.408266067504883, - 0.0 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 13.486992835998535, - 0.0 - ] - ], - [ - 6.3111114501953125, - [ - 0.0, - 7.1363067626953125, - 0.0 - ] - ], - [ - 6.3222222328186035, - [ - 0.0, - 2.07012939453125, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457986680_1067018.json b/lenses/physics-objects/Scene/assets/1645812457986680_1067018.json deleted file mode 100644 index 73695f93..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457986680_1067018.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457986680:1067018", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457986869_1067025.json b/lenses/physics-objects/Scene/assets/1645812457986869_1067025.json deleted file mode 100644 index cad23758..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457986869_1067025.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457986869:1067025", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5083333253860474, - [ - 1.0, - 0.9799210429191589, - 1.0 - ] - ], - [ - 0.5166666507720947, - [ - 1.0, - 0.9277158975601196, - 1.0 - ] - ], - [ - 0.5250000357627869, - [ - 1.0, - 0.855431318283081, - 1.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.0, - 0.7751157283782959, - 1.0 - ] - ], - [ - 0.5444444417953491, - [ - 1.0, - 0.6430389285087585, - 1.0 - ] - ], - [ - 0.5555555820465088, - [ - 1.0, - 0.48955237865448, - 1.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.0, - 0.35747548937797546, - 1.0 - ] - ], - [ - 0.574999988079071, - [ - 1.0, - 0.27716001868247986, - 1.0 - ] - ], - [ - 0.5833333730697632, - [ - 1.0, - 0.20487546920776367, - 1.0 - ] - ], - [ - 0.5916666984558105, - [ - 1.0, - 0.15267041325569153, - 1.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 0.6111111044883728, - [ - 1.0, - 0.16710889339447021, - 1.0 - ] - ], - [ - 0.6222222447395325, - [ - 1.0, - 0.25158533453941345, - 1.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.0, - 0.3574749529361725, - 1.0 - ] - ], - [ - 0.6416666507720947, - [ - 1.0, - 0.45284971594810486, - 1.0 - ] - ], - [ - 0.6583333611488342, - [ - 1.0, - 0.6797420978546143, - 1.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.0, - 0.7751167416572571, - 1.0 - ] - ], - [ - 0.6777777671813965, - [ - 1.0, - 0.8810064196586609, - 1.0 - ] - ], - [ - 0.6888889074325562, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 0.699999988079071, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4777778387069702, - [ - 1.0, - 0.9654823541641235, - 1.0 - ] - ], - [ - 1.4888888597488403, - [ - 1.0, - 0.8810068964958191, - 1.0 - ] - ], - [ - 1.5, - [ - 1.0, - 0.7751168012619019, - 1.0 - ] - ], - [ - 1.5111111402511597, - [ - 1.0, - 0.6430392265319824, - 1.0 - ] - ], - [ - 1.5222221612930298, - [ - 1.0, - 0.4895543158054352, - 1.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.0, - 0.35747644305229187, - 1.0 - ] - ], - [ - 1.5416666269302368, - [ - 1.0, - 0.27716079354286194, - 1.0 - ] - ], - [ - 1.5499999523162842, - [ - 1.0, - 0.20487643778324127, - 1.0 - ] - ], - [ - 1.558333396911621, - [ - 1.0, - 0.15267035365104675, - 1.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 1.5777778625488281, - [ - 1.0, - 0.16710948944091797, - 1.0 - ] - ], - [ - 1.5888888835906982, - [ - 1.0, - 0.2515852749347687, - 1.0 - ] - ], - [ - 1.600000023841858, - [ - 1.0, - 0.3574754595756531, - 1.0 - ] - ], - [ - 1.6111111640930176, - [ - 1.0, - 0.48955339193344116, - 1.0 - ] - ], - [ - 1.6222221851348877, - [ - 1.0, - 0.6430385112762451, - 1.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.0, - 0.7751163244247437, - 1.0 - ] - ], - [ - 1.644444465637207, - [ - 1.0, - 0.8810064792633057, - 1.0 - ] - ], - [ - 1.6555554866790771, - [ - 1.0, - 0.965482234954834, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.2666666507720947, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.277777671813965, - [ - 1.0, - 0.9654832482337952, - 1.0 - ] - ], - [ - 2.288888931274414, - [ - 1.0, - 0.8810058832168579, - 1.0 - ] - ], - [ - 2.299999952316284, - [ - 1.0, - 0.7751168608665466, - 1.0 - ] - ], - [ - 2.3111109733581543, - [ - 1.0, - 0.6430407762527466, - 1.0 - ] - ], - [ - 2.3222222328186035, - [ - 1.0, - 0.48955246806144714, - 1.0 - ] - ], - [ - 2.3333332538604736, - [ - 1.0, - 0.3574760854244232, - 1.0 - ] - ], - [ - 2.3444442749023438, - [ - 1.0, - 0.25158682465553284, - 1.0 - ] - ], - [ - 2.355555534362793, - [ - 1.0, - 0.16710911691188812, - 1.0 - ] - ], - [ - 2.366666555404663, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 2.375, - [ - 1.0, - 0.15267080068588257, - 1.0 - ] - ], - [ - 2.383333206176758, - [ - 1.0, - 0.20487552881240845, - 1.0 - ] - ], - [ - 2.3916666507720947, - [ - 1.0, - 0.27716100215911865, - 1.0 - ] - ], - [ - 2.4000000953674316, - [ - 1.0, - 0.3574780821800232, - 1.0 - ] - ], - [ - 2.4111111164093018, - [ - 1.0, - 0.48955443501472473, - 1.0 - ] - ], - [ - 2.422222375869751, - [ - 1.0, - 0.6430423855781555, - 1.0 - ] - ], - [ - 2.433333396911621, - [ - 1.0, - 0.775117814540863, - 1.0 - ] - ], - [ - 2.444444417953491, - [ - 1.0, - 0.88100665807724, - 1.0 - ] - ], - [ - 2.4555556774139404, - [ - 1.0, - 0.9654834866523743, - 1.0 - ] - ], - [ - 2.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.5999999046325684, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.6083333492279053, - [ - 1.0, - 0.9799208045005798, - 1.0 - ] - ], - [ - 3.616666793823242, - [ - 1.0, - 0.9277141094207764, - 1.0 - ] - ], - [ - 3.625, - [ - 1.0, - 0.8554304242134094, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - 1.0, - 0.7751134037971497, - 1.0 - ] - ], - [ - 3.644444465637207, - [ - 1.0, - 0.6430369019508362, - 1.0 - ] - ], - [ - 3.6555557250976563, - [ - 1.0, - 0.48954901099205017, - 1.0 - ] - ], - [ - 3.6666667461395264, - [ - 1.0, - 0.35747355222702026, - 1.0 - ] - ], - [ - 3.6777777671813965, - [ - 1.0, - 0.25158482789993286, - 1.0 - ] - ], - [ - 3.6888890266418457, - [ - 1.0, - 0.16710801422595978, - 1.0 - ] - ], - [ - 3.700000047683716, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 3.711111068725586, - [ - 1.0, - 0.16710875928401947, - 1.0 - ] - ], - [ - 3.722222328186035, - [ - 1.0, - 0.25158625841140747, - 1.0 - ] - ], - [ - 3.7333333492279053, - [ - 1.0, - 0.3574753701686859, - 1.0 - ] - ], - [ - 3.7444443702697754, - [ - 1.0, - 0.4895516633987427, - 1.0 - ] - ], - [ - 3.7555556297302246, - [ - 1.0, - 0.6430399417877197, - 1.0 - ] - ], - [ - 3.7666666507720947, - [ - 1.0, - 0.7751161456108093, - 1.0 - ] - ], - [ - 3.777777671813965, - [ - 1.0, - 0.8810053467750549, - 1.0 - ] - ], - [ - 3.788888931274414, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 3.799999952316284, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.566666603088379, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.577777862548828, - [ - 1.0, - 0.9654821157455444, - 1.0 - ] - ], - [ - 4.588888645172119, - [ - 1.0, - 0.881008505821228, - 1.0 - ] - ], - [ - 4.599999904632568, - [ - 1.0, - 0.7751172184944153, - 1.0 - ] - ], - [ - 4.611111164093018, - [ - 1.0, - 0.6430382132530212, - 1.0 - ] - ], - [ - 4.622221946716309, - [ - 1.0, - 0.48955637216567993, - 1.0 - ] - ], - [ - 4.633333206176758, - [ - 1.0, - 0.35747653245925903, - 1.0 - ] - ], - [ - 4.644444465637207, - [ - 1.0, - 0.25158512592315674, - 1.0 - ] - ], - [ - 4.655555248260498, - [ - 1.0, - 0.16711077094078064, - 1.0 - ] - ], - [ - 4.666666507720947, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 4.6777777671813965, - [ - 1.0, - 0.16710859537124634, - 1.0 - ] - ], - [ - 4.6888885498046875, - [ - 1.0, - 0.2515811622142792, - 1.0 - ] - ], - [ - 4.699999809265137, - [ - 1.0, - 0.3574715554714203, - 1.0 - ] - ], - [ - 4.711111068725586, - [ - 1.0, - 0.4895494282245636, - 1.0 - ] - ], - [ - 4.722221851348877, - [ - 1.0, - 0.6430305242538452, - 1.0 - ] - ], - [ - 4.733333110809326, - [ - 1.0, - 0.7751105427742004, - 1.0 - ] - ], - [ - 4.741666793823242, - [ - 1.0, - 0.8554301857948303, - 1.0 - ] - ], - [ - 4.75, - [ - 1.0, - 0.9277142286300659, - 1.0 - ] - ], - [ - 4.758333206176758, - [ - 1.0, - 0.9799200296401978, - 1.0 - ] - ], - [ - 4.766666889190674, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.133333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.144444465637207, - [ - 1.0, - 0.9654824733734131, - 1.0 - ] - ], - [ - 6.155555248260498, - [ - 1.0, - 0.881009042263031, - 1.0 - ] - ], - [ - 6.166666507720947, - [ - 1.0, - 0.7751177549362183, - 1.0 - ] - ], - [ - 6.1777777671813965, - [ - 1.0, - 0.6430391073226929, - 1.0 - ] - ], - [ - 6.1888885498046875, - [ - 1.0, - 0.4895572066307068, - 1.0 - ] - ], - [ - 6.199999809265137, - [ - 1.0, - 0.3574771583080292, - 1.0 - ] - ], - [ - 6.211111068725586, - [ - 1.0, - 0.2515856921672821, - 1.0 - ] - ], - [ - 6.222221851348877, - [ - 1.0, - 0.16711115837097168, - 1.0 - ] - ], - [ - 6.233333110809326, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 6.241666793823242, - [ - 1.0, - 0.15267163515090942, - 1.0 - ] - ], - [ - 6.25, - [ - 1.0, - 0.20487737655639648, - 1.0 - ] - ], - [ - 6.258333206176758, - [ - 1.0, - 0.27716147899627686, - 1.0 - ] - ], - [ - 6.266666889190674, - [ - 1.0, - 0.35748109221458435, - 1.0 - ] - ], - [ - 6.277778148651123, - [ - 1.0, - 0.4895611107349396, - 1.0 - ] - ], - [ - 6.288888931274414, - [ - 1.0, - 0.6430421471595764, - 1.0 - ] - ], - [ - 6.300000190734863, - [ - 1.0, - 0.7751201391220093, - 1.0 - ] - ], - [ - 6.3111114501953125, - [ - 1.0, - 0.8810104131698608, - 1.0 - ] - ], - [ - 6.3222222328186035, - [ - 1.0, - 0.9654830098152161, - 1.0 - ] - ], - [ - 6.333333492279053, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457988803_1067038.json b/lenses/physics-objects/Scene/assets/1645812457988803_1067038.json deleted file mode 100644 index ee7341c4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457988803_1067038.json +++ /dev/null @@ -1,2570 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457988803:1067038", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.03333333507180214, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.0416666679084301, - [ - -9.282278060913086, - 38.89265441894531, - 24.58257293701172 - ] - ], - [ - 0.05000000447034836, - [ - -9.374156951904297, - 44.04905700683594, - 24.825897216796875 - ] - ], - [ - 0.05833333730697632, - [ - -9.499730110168457, - 49.89438247680664, - 25.158458709716797 - ] - ], - [ - 0.06666667014360428, - [ - -9.636452674865723, - 54.179710388183594, - 25.520544052124023 - ] - ], - [ - 0.07777778059244156, - [ - -9.856290817260742, - 56.989376068115234, - 26.10274887084961 - ] - ], - [ - 0.08888889104127884, - [ - -10.109295845031738, - 58.358829498291016, - 26.77279281616211 - ] - ], - [ - 0.10000000149011612, - [ - -10.324888229370117, - 58.719642639160156, - 27.343751907348633 - ] - ], - [ - 0.10833333432674408, - [ - -10.452949523925781, - 58.61130905151367, - 27.68290138244629 - ] - ], - [ - 0.11666667461395264, - [ - -10.565679550170898, - 58.25349807739258, - 27.981449127197266 - ] - ], - [ - 0.125, - [ - -10.645910263061523, - 57.59700012207031, - 28.193925857543945 - ] - ], - [ - 0.13333334028720856, - [ - -10.676468849182129, - 56.592594146728516, - 28.27485466003418 - ] - ], - [ - 0.14444445073604584, - [ - -10.659414291381836, - 54.54631423950195, - 28.229690551757813 - ] - ], - [ - 0.15555556118488312, - [ - -10.614632606506348, - 51.910892486572266, - 28.11109161376953 - ] - ], - [ - 0.1666666716337204, - [ - -10.551657676696777, - 49.16157150268555, - 27.94431495666504 - ] - ], - [ - 0.17777778208255768, - [ - -10.470799446105957, - 45.79253005981445, - 27.730173110961914 - ] - ], - [ - 0.18888889253139496, - [ - -10.371748924255371, - 42.309757232666016, - 27.46785545349121 - ] - ], - [ - 0.20000000298023224, - [ - -10.263075828552246, - 40.705482482910156, - 27.180051803588867 - ] - ], - [ - 0.21111111342906952, - [ - -10.145088195800781, - 41.284568786621094, - 26.867582321166992 - ] - ], - [ - 0.2222222238779068, - [ - -10.017478942871094, - 42.35975646972656, - 26.529630661010742 - ] - ], - [ - 0.23333333432674408, - [ - -9.887866020202637, - 42.938838958740234, - 26.186370849609375 - ] - ], - [ - 0.24166667461395264, - [ - -9.787418365478516, - 42.90892028808594, - 25.920352935791016 - ] - ], - [ - 0.25, - [ - -9.683292388916016, - 42.835426330566406, - 25.644590377807617 - ] - ], - [ - 0.25833335518836975, - [ - -9.583141326904297, - 42.74276351928711, - 25.379358291625977 - ] - ], - [ - 0.2666666805744171, - [ - -9.494621276855469, - 42.65532684326172, - 25.144927978515625 - ] - ], - [ - 0.2777777910232544, - [ - -9.382838249206543, - 42.52433395385742, - 24.84889030456543 - ] - ], - [ - 0.2888889014720917, - [ - -9.287195205688477, - 42.388179779052734, - 24.59559440612793 - ] - ], - [ - 0.30000001192092896, - [ - -9.246641159057617, - 42.32533645629883, - 24.48819351196289 - ] - ], - [ - 0.31111112236976624, - [ - -9.307787895202637, - 42.53909683227539, - 24.650131225585938 - ] - ], - [ - 0.3222222328186035, - [ - -9.455533027648926, - 43.04107666015625, - 25.04140853881836 - ] - ], - [ - 0.3333333432674408, - [ - -9.636452674865723, - 43.622718811035156, - 25.520544052124023 - ] - ], - [ - 0.3444444537162781, - [ - -9.856290817260742, - 44.28154373168945, - 26.102750778198242 - ] - ], - [ - 0.35555556416511536, - [ - -10.109295845031738, - 45.0200080871582, - 26.77279281616211 - ] - ], - [ - 0.36666667461395264, - [ - -10.324889183044434, - 45.637168884277344, - 27.3437557220459 - ] - ], - [ - 0.3777777850627899, - [ - -10.493063926696777, - 46.09377670288086, - 27.789138793945313 - ] - ], - [ - 0.3888888955116272, - [ - -10.623819351196289, - 46.42906188964844, - 28.135421752929688 - ] - ], - [ - 0.4000000059604645, - [ - -10.676468849182129, - 46.55945587158203, - 28.27485466003418 - ] - ], - [ - 0.41111111640930176, - [ - -10.659414291381836, - 46.47359848022461, - 28.229690551757813 - ] - ], - [ - 0.42222222685813904, - [ - -10.614632606506348, - 46.259220123291016, - 28.11109161376953 - ] - ], - [ - 0.4333333373069763, - [ - -10.551657676696777, - 45.980934143066406, - 27.94431495666504 - ] - ], - [ - 0.4444444477558136, - [ - -10.470799446105957, - 45.651981353759766, - 27.730173110961914 - ] - ], - [ - 0.4555555582046509, - [ - -10.371748924255371, - 45.25912857055664, - 27.46785545349121 - ] - ], - [ - 0.46666666865348816, - [ - -10.263075828552246, - 44.82709884643555, - 27.180051803588867 - ] - ], - [ - 0.47777777910232544, - [ - -10.145089149475098, - 44.35639572143555, - 26.867582321166992 - ] - ], - [ - 0.4888888895511627, - [ - -10.017478942871094, - 43.846519470214844, - 26.529630661010742 - ] - ], - [ - 0.5, - [ - -9.887866020202637, - 43.32063674926758, - 26.186370849609375 - ] - ], - [ - 0.5083333253860474, - [ - -9.787418365478516, - 42.90879440307617, - 25.920352935791016 - ] - ], - [ - 0.5166666507720947, - [ - -9.683292388916016, - 42.47947311401367, - 25.644590377807617 - ] - ], - [ - 0.5250000357627869, - [ - -9.583141326904297, - 42.05809783935547, - 25.379358291625977 - ] - ], - [ - 0.5333333611488342, - [ - -9.494620323181152, - 41.670101165771484, - 25.144926071166992 - ] - ], - [ - 0.5444444417953491, - [ - -9.382838249206543, - 41.130496978759766, - 24.84889030456543 - ] - ], - [ - 0.5555555820465088, - [ - -9.287195205688477, - 40.63516616821289, - 24.59559440612793 - ] - ], - [ - 0.5666666626930237, - [ - -9.246641159057617, - 40.41799545288086, - 24.48819351196289 - ] - ], - [ - 0.574999988079071, - [ - -9.28227710723877, - 40.4868049621582, - 24.582571029663086 - ] - ], - [ - 0.5833333730697632, - [ - -9.374156951904297, - 40.67345428466797, - 24.825897216796875 - ] - ], - [ - 0.5916666984558105, - [ - -9.499730110168457, - 40.94827651977539, - 25.158458709716797 - ] - ], - [ - 0.6000000238418579, - [ - -9.636453628540039, - 41.28160095214844, - 25.52054786682129 - ] - ], - [ - 0.6111111044883728, - [ - -9.856290817260742, - 41.893646240234375, - 26.10274887084961 - ] - ], - [ - 0.6222222447395325, - [ - -10.109296798706055, - 42.62723159790039, - 26.772794723510742 - ] - ], - [ - 0.6333333253860474, - [ - -10.324888229370117, - 43.23947525024414, - 27.343751907348633 - ] - ], - [ - 0.6416666507720947, - [ - -10.452948570251465, - 43.57319259643555, - 27.682897567749023 - ] - ], - [ - 0.6499999761581421, - [ - -10.565679550170898, - 43.848602294921875, - 27.981447219848633 - ] - ], - [ - 0.6583333611488342, - [ - -10.645910263061523, - 44.03578186035156, - 28.193925857543945 - ] - ], - [ - 0.6666666865348816, - [ - -10.676468849182129, - 44.10482406616211, - 28.27485466003418 - ] - ], - [ - 0.6777777671813965, - [ - -10.659414291381836, - 43.97737121582031, - 28.229690551757813 - ] - ], - [ - 0.6888889074325562, - [ - -10.614632606506348, - 43.66970443725586, - 28.11109161376953 - ] - ], - [ - 0.699999988079071, - [ - -10.551657676696777, - 43.29362869262695, - 27.94431495666504 - ] - ], - [ - 0.7083333134651184, - [ - -10.493058204650879, - 42.9882926940918, - 27.789121627807617 - ] - ], - [ - 0.7166666984558105, - [ - -10.423016548156738, - 42.640262603759766, - 27.603628158569336 - ] - ], - [ - 0.7250000238418579, - [ - -10.345149993896484, - 42.26215744018555, - 27.39741325378418 - ] - ], - [ - 0.7333333492279053, - [ - -10.263075828552246, - 41.866607666015625, - 27.180051803588867 - ] - ], - [ - 0.7444444298744202, - [ - -10.145088195800781, - 41.30402755737305, - 26.867582321166992 - ] - ], - [ - 0.7666666507720947, - [ - -9.887866020202637, - 40.09307098388672, - 26.186370849609375 - ] - ], - [ - 0.7749999761581421, - [ - -9.787418365478516, - 39.62168884277344, - 25.920352935791016 - ] - ], - [ - 0.7833333015441895, - [ - -9.683292388916016, - 39.13494873046875, - 25.64459228515625 - ] - ], - [ - 0.7916666865348816, - [ - -9.583141326904297, - 38.66404724121094, - 25.379358291625977 - ] - ], - [ - 0.800000011920929, - [ - -9.494620323181152, - 38.24018859863281, - 25.144926071166992 - ] - ], - [ - 0.8111110925674438, - [ - -9.382838249206543, - 37.68076705932617, - 24.84889030456543 - ] - ], - [ - 0.8222222328186035, - [ - -9.287195205688477, - 37.18647766113281, - 24.59559440612793 - ] - ], - [ - 0.8333333134651184, - [ - -9.246641159057617, - 36.97357177734375, - 24.48819351196289 - ] - ], - [ - 0.8416666388511658, - [ - -9.28227710723877, - 37.08736038208008, - 24.582571029663086 - ] - ], - [ - 0.8500000238418579, - [ - -9.374156951904297, - 37.38739776611328, - 24.825897216796875 - ] - ], - [ - 0.8583333492279053, - [ - -9.499730110168457, - 37.81171798706055, - 25.158458709716797 - ] - ], - [ - 0.8666666746139526, - [ - -9.636452674865723, - 38.2983512878418, - 25.520544052124023 - ] - ], - [ - 0.8777777552604675, - [ - -9.856289863586426, - 38.69129180908203, - 26.10274887084961 - ] - ], - [ - 0.8888888955116272, - [ - -10.109295845031738, - 39.23176193237305, - 26.77279281616211 - ] - ], - [ - 0.8999999761581421, - [ - -10.324888229370117, - 40.95063781738281, - 27.343751907348633 - ] - ], - [ - 0.9083333015441895, - [ - -10.452948570251465, - 43.89043045043945, - 27.682897567749023 - ] - ], - [ - 0.9166666269302368, - [ - -10.565679550170898, - 47.99485778808594, - 27.981447219848633 - ] - ], - [ - 0.925000011920929, - [ - -10.645909309387207, - 52.15915298461914, - 28.193923950195313 - ] - ], - [ - 0.9333333373069763, - [ - -10.676468849182129, - 55.2784423828125, - 28.27485466003418 - ] - ], - [ - 0.9444444179534912, - [ - -10.659414291381836, - 57.50630187988281, - 28.229690551757813 - ] - ], - [ - 0.9555555582046509, - [ - -10.614632606506348, - 58.531490325927734, - 28.11109161376953 - ] - ], - [ - 0.9666666388511658, - [ - -10.551657676696777, - 58.77895736694336, - 27.94431495666504 - ] - ], - [ - 0.9749999642372131, - [ - -10.493058204650879, - 58.650421142578125, - 27.789121627807617 - ] - ], - [ - 0.9833333492279053, - [ - -10.423016548156738, - 58.227779388427734, - 27.603628158569336 - ] - ], - [ - 0.9916666746139526, - [ - -10.345149993896484, - 57.45552062988281, - 27.39741325378418 - ] - ], - [ - 1.0, - [ - -10.263075828552246, - 56.27811050415039, - 27.180051803588867 - ] - ], - [ - 1.0111111402511597, - [ - -10.145088195800781, - 53.886661529541016, - 26.86758041381836 - ] - ], - [ - 1.0222221612930298, - [ - -10.01747989654541, - 50.80810546875, - 26.529630661010742 - ] - ], - [ - 1.0333333015441895, - [ - -9.887866020202637, - 47.59103775024414, - 26.186370849609375 - ] - ], - [ - 1.0416666269302368, - [ - -9.787418365478516, - 44.729698181152344, - 25.920352935791016 - ] - ], - [ - 1.0499999523162842, - [ - -9.683292388916016, - 41.4605712890625, - 25.64459228515625 - ] - ], - [ - 1.058333396911621, - [ - -9.58314037322998, - 38.773292541503906, - 25.379356384277344 - ] - ], - [ - 1.0666667222976685, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.0777778625488281, - [ - -9.382838249206543, - 38.3637580871582, - 24.848888397216797 - ] - ], - [ - 1.0888888835906982, - [ - -9.287195205688477, - 39.855552673339844, - 24.59559440612793 - ] - ], - [ - 1.100000023841858, - [ - -9.246641159057617, - 41.19446563720703, - 24.48819351196289 - ] - ], - [ - 1.1111111640930176, - [ - -9.307788848876953, - 42.0106201171875, - 24.65013313293457 - ] - ], - [ - 1.1222221851348877, - [ - -9.45553207397461, - 42.673824310302734, - 25.041406631469727 - ] - ], - [ - 1.1333333253860474, - [ - -9.636452674865723, - 43.35426712036133, - 25.520544052124023 - ] - ], - [ - 1.144444465637207, - [ - -9.856290817260742, - 44.16300582885742, - 26.102750778198242 - ] - ], - [ - 1.1555554866790771, - [ - -10.109294891357422, - 44.988975524902344, - 26.772789001464844 - ] - ], - [ - 1.1666666269302368, - [ - -10.324888229370117, - 45.66930389404297, - 27.343751907348633 - ] - ], - [ - 1.1749999523162842, - [ - -10.452948570251465, - 46.059505462646484, - 27.682897567749023 - ] - ], - [ - 1.183333396911621, - [ - -10.565680503845215, - 46.378639221191406, - 27.981449127197266 - ] - ], - [ - 1.1916667222976685, - [ - -10.645910263061523, - 46.594051361083984, - 28.193925857543945 - ] - ], - [ - 1.2000000476837158, - [ - -10.676468849182129, - 46.67311096191406, - 28.27485466003418 - ] - ], - [ - 1.2111111879348755, - [ - -10.659414291381836, - 46.58917999267578, - 28.22968864440918 - ] - ], - [ - 1.2222222089767456, - [ - -10.614632606506348, - 46.376651763916016, - 28.11109161376953 - ] - ], - [ - 1.2333333492279053, - [ - -10.551657676696777, - 46.09423828125, - 27.94431495666504 - ] - ], - [ - 1.244444489479065, - [ - -10.47079849243164, - 45.75296401977539, - 27.73017120361328 - ] - ], - [ - 1.255555510520935, - [ - -10.371749877929688, - 45.341819763183594, - 27.467857360839844 - ] - ], - [ - 1.2666666507720947, - [ - -10.263075828552246, - 44.886329650878906, - 27.180051803588867 - ] - ], - [ - 1.2777777910232544, - [ - -10.145089149475098, - 44.3870849609375, - 26.867582321166992 - ] - ], - [ - 1.2888888120651245, - [ - -10.01747989654541, - 43.843505859375, - 26.529632568359375 - ] - ], - [ - 1.2999999523162842, - [ - -9.887866020202637, - 43.279266357421875, - 26.186370849609375 - ] - ], - [ - 1.3083332777023315, - [ - -9.787418365478516, - 42.835365295410156, - 25.920352935791016 - ] - ], - [ - 1.316666603088379, - [ - -9.683293342590332, - 42.37110900878906, - 25.644594192504883 - ] - ], - [ - 1.3250000476837158, - [ - -9.583141326904297, - 41.912689208984375, - 25.379358291625977 - ] - ], - [ - 1.3333333730697632, - [ - -9.494621276855469, - 41.48629379272461, - 25.144927978515625 - ] - ], - [ - 1.3444445133209229, - [ - -9.382838249206543, - 40.88010025024414, - 24.848888397216797 - ] - ], - [ - 1.355555534362793, - [ - -9.287195205688477, - 40.31532669067383, - 24.59559440612793 - ] - ], - [ - 1.3666666746139526, - [ - -9.246641159057617, - 40.06605529785156, - 24.48819351196289 - ] - ], - [ - 1.3777778148651123, - [ - -9.307787895202637, - 40.15926742553711, - 24.650131225585938 - ] - ], - [ - 1.3888888359069824, - [ - -9.45553207397461, - 40.41569137573242, - 25.041406631469727 - ] - ], - [ - 1.399999976158142, - [ - -9.636452674865723, - 40.80071258544922, - 25.520544052124023 - ] - ], - [ - 1.4111111164093018, - [ - -9.856290817260742, - 41.385982513427734, - 26.102750778198242 - ] - ], - [ - 1.4222221374511719, - [ - -10.109294891357422, - 42.099822998046875, - 26.772789001464844 - ] - ], - [ - 1.4333332777023315, - [ - -10.324886322021484, - 42.69300842285156, - 27.343748092651367 - ] - ], - [ - 1.441666603088379, - [ - -10.452947616577148, - 43.008644104003906, - 27.682897567749023 - ] - ], - [ - 1.4500000476837158, - [ - -10.565679550170898, - 43.264591217041016, - 27.981449127197266 - ] - ], - [ - 1.4583333730697632, - [ - -10.645910263061523, - 43.436214447021484, - 28.193925857543945 - ] - ], - [ - 1.4666666984558105, - [ - -10.676468849182129, - 43.498897552490234, - 28.27485466003418 - ] - ], - [ - 1.4777778387069702, - [ - -10.659414291381836, - 43.35433578491211, - 28.229690551757813 - ] - ], - [ - 1.4888888597488403, - [ - -10.614632606506348, - 43.01005554199219, - 28.11109161376953 - ] - ], - [ - 1.5, - [ - -10.551657676696777, - 42.599822998046875, - 27.94431495666504 - ] - ], - [ - 1.5111111402511597, - [ - -10.47079849243164, - 42.15634536743164, - 27.73017120361328 - ] - ], - [ - 1.5222221612930298, - [ - -10.371749877929688, - 41.64694595336914, - 27.467857360839844 - ] - ], - [ - 1.5333333015441895, - [ - -10.263075828552246, - 41.10721206665039, - 27.180051803588867 - ] - ], - [ - 1.5416666269302368, - [ - -10.175786972045898, - 40.683101654052734, - 26.948883056640625 - ] - ], - [ - 1.558333396911621, - [ - -9.984966278076172, - 39.78368377685547, - 26.443525314331055 - ] - ], - [ - 1.5666667222976685, - [ - -9.887864112854004, - 39.34162521362305, - 26.18636703491211 - ] - ], - [ - 1.5888888835906982, - [ - -9.61561393737793, - 37.96653747558594, - 25.465356826782227 - ] - ], - [ - 1.600000023841858, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.6111111640930176, - [ - -9.382838249206543, - 41.06166076660156, - 24.848888397216797 - ] - ], - [ - 1.6222221851348877, - [ - -9.287196159362793, - 48.0444221496582, - 24.595596313476563 - ] - ], - [ - 1.6333333253860474, - [ - -9.246641159057617, - 53.76803970336914, - 24.48819351196289 - ] - ], - [ - 1.644444465637207, - [ - -9.307787895202637, - 56.551597595214844, - 24.650131225585938 - ] - ], - [ - 1.6555554866790771, - [ - -9.455531120300293, - 58.07561111450195, - 25.041404724121094 - ] - ], - [ - 1.6666666269302368, - [ - -9.636452674865723, - 58.539573669433594, - 25.520544052124023 - ] - ], - [ - 1.6749999523162842, - [ - -9.795458793640137, - 58.40643310546875, - 25.941646575927734 - ] - ], - [ - 1.683333396911621, - [ - -9.983060836791992, - 57.999977111816406, - 26.438480377197266 - ] - ], - [ - 1.6916667222976685, - [ - -10.169466972351074, - 57.30970001220703, - 26.932144165039063 - ] - ], - [ - 1.7000000476837158, - [ - -10.324888229370117, - 56.3250617980957, - 27.343751907348633 - ] - ], - [ - 1.7111111879348755, - [ - -10.493064880371094, - 54.40766143798828, - 27.789140701293945 - ] - ], - [ - 1.7222222089767456, - [ - -10.623819351196289, - 51.973388671875, - 28.135421752929688 - ] - ], - [ - 1.7333333492279053, - [ - -10.676468849182129, - 49.456993103027344, - 28.27485466003418 - ] - ], - [ - 1.744444489479065, - [ - -10.659414291381836, - 46.412689208984375, - 28.229690551757813 - ] - ], - [ - 1.755555510520935, - [ - -10.614632606506348, - 43.286460876464844, - 28.111093521118164 - ] - ], - [ - 1.7666666507720947, - [ - -10.551657676696777, - 41.850059509277344, - 27.94431495666504 - ] - ], - [ - 1.7777777910232544, - [ - -10.470799446105957, - 42.50624465942383, - 27.730173110961914 - ] - ], - [ - 1.7888888120651245, - [ - -10.371749877929688, - 43.724571228027344, - 27.467857360839844 - ] - ], - [ - 1.7999999523162842, - [ - -10.263075828552246, - 44.38076400756836, - 27.180051803588867 - ] - ], - [ - 1.8083332777023315, - [ - -10.175786972045898, - 44.35964584350586, - 26.948883056640625 - ] - ], - [ - 1.816666603088379, - [ - -10.082013130187988, - 44.29813766479492, - 26.700538635253906 - ] - ], - [ - 1.8250000476837158, - [ - -9.984966278076172, - 44.199012756347656, - 26.443525314331055 - ] - ], - [ - 1.8333333730697632, - [ - -9.887866020202637, - 44.06504440307617, - 26.186370849609375 - ] - ], - [ - 1.8444445133209229, - [ - -9.752739906311035, - 43.8062744140625, - 25.828514099121094 - ] - ], - [ - 1.855555534362793, - [ - -9.61561393737793, - 43.48394012451172, - 25.465356826782227 - ] - ], - [ - 1.8666666746139526, - [ - -9.494621276855469, - 43.17702865600586, - 25.144927978515625 - ] - ], - [ - 1.8777778148651123, - [ - -9.382838249206543, - 42.8615608215332, - 24.84889030456543 - ] - ], - [ - 1.8888888359069824, - [ - -9.287195205688477, - 42.5615348815918, - 24.59559440612793 - ] - ], - [ - 1.899999976158142, - [ - -9.246641159057617, - 42.427921295166016, - 24.48819351196289 - ] - ], - [ - 1.9111111164093018, - [ - -9.307787895202637, - 42.57675552368164, - 24.650129318237305 - ] - ], - [ - 1.9222221374511719, - [ - -9.455531120300293, - 42.941017150878906, - 25.041404724121094 - ] - ], - [ - 1.9333332777023315, - [ - -9.63645076751709, - 43.397647857666016, - 25.520540237426758 - ] - ], - [ - 1.941666603088379, - [ - -9.79545783996582, - 43.81404495239258, - 25.9416446685791 - ] - ], - [ - 1.9583333730697632, - [ - -10.169466018676758, - 44.80274200439453, - 26.93214225769043 - ] - ], - [ - 1.9666666984558105, - [ - -10.324888229370117, - 45.19877243041992, - 27.343751907348633 - ] - ], - [ - 1.9777778387069702, - [ - -10.493064880371094, - 45.582977294921875, - 27.789140701293945 - ] - ], - [ - 1.9888888597488403, - [ - -10.623819351196289, - 45.85068893432617, - 28.135421752929688 - ] - ], - [ - 2.0, - [ - -10.676468849182129, - 45.95124053955078, - 28.27485466003418 - ] - ], - [ - 2.01111102104187, - [ - -10.659415245056152, - 45.8280029296875, - 28.229690551757813 - ] - ], - [ - 2.0222222805023193, - [ - -10.614632606506348, - 45.530086517333984, - 28.11109161376953 - ] - ], - [ - 2.0333333015441895, - [ - -10.551657676696777, - 45.164955139160156, - 27.94431495666504 - ] - ], - [ - 2.0444443225860596, - [ - -10.470800399780273, - 44.75994110107422, - 27.730175018310547 - ] - ], - [ - 2.055555582046509, - [ - -10.371748924255371, - 44.28770446777344, - 27.46785545349121 - ] - ], - [ - 2.066666603088379, - [ - -10.263075828552246, - 43.77357864379883, - 27.180051803588867 - ] - ], - [ - 2.077777624130249, - [ - -10.145090103149414, - 43.217529296875, - 26.867586135864258 - ] - ], - [ - 2.0888888835906982, - [ - -10.017478942871094, - 42.619571685791016, - 26.529630661010742 - ] - ], - [ - 2.0999999046325684, - [ - -9.887866973876953, - 42.00499725341797, - 26.18637466430664 - ] - ], - [ - 2.1083333492279053, - [ - -9.7874174118042, - 41.52530288696289, - 25.920351028442383 - ] - ], - [ - 2.116666793823242, - [ - -9.683290481567383, - 41.02682113647461, - 25.64458656311035 - ] - ], - [ - 2.125, - [ - -9.583141326904297, - 40.53785705566406, - 25.379358291625977 - ] - ], - [ - 2.133333444595337, - [ - -9.494621276855469, - 40.0866813659668, - 25.144927978515625 - ] - ], - [ - 2.144444465637207, - [ - -9.382838249206543, - 39.456485748291016, - 24.84889030456543 - ] - ], - [ - 2.1555557250976563, - [ - -9.28719425201416, - 38.87672424316406, - 24.595592498779297 - ] - ], - [ - 2.1666667461395264, - [ - -9.246641159057617, - 38.62228775024414, - 24.48819351196289 - ] - ], - [ - 2.1777777671813965, - [ - -9.307787895202637, - 38.740806579589844, - 24.650129318237305 - ] - ], - [ - 2.1888890266418457, - [ - -9.455534934997559, - 39.05731201171875, - 25.041414260864258 - ] - ], - [ - 2.200000047683716, - [ - -9.636452674865723, - 39.513458251953125, - 25.520544052124023 - ] - ], - [ - 2.211111068725586, - [ - -9.856289863586426, - 40.17850112915039, - 26.102746963500977 - ] - ], - [ - 2.222222328186035, - [ - -10.109298706054688, - 40.98318862915039, - 26.772798538208008 - ] - ], - [ - 2.2333333492279053, - [ - -10.324888229370117, - 41.66181945800781, - 27.343751907348633 - ] - ], - [ - 2.2444443702697754, - [ - -10.493062973022461, - 42.158775329589844, - 27.789134979248047 - ] - ], - [ - 2.2555556297302246, - [ - -10.623820304870605, - 42.52967071533203, - 28.13542366027832 - ] - ], - [ - 2.2666666507720947, - [ - -10.676468849182129, - 42.67538833618164, - 28.27485466003418 - ] - ], - [ - 2.277777671813965, - [ - -10.659415245056152, - 42.559471130371094, - 28.229690551757813 - ] - ], - [ - 2.288888931274414, - [ - -10.614632606506348, - 42.2817268371582, - 28.11109161376953 - ] - ], - [ - 2.299999952316284, - [ - -10.551657676696777, - 41.946983337402344, - 27.94431495666504 - ] - ], - [ - 2.3111109733581543, - [ - -10.470800399780273, - 41.479209899902344, - 27.73017692565918 - ] - ], - [ - 2.3222222328186035, - [ - -10.371748924255371, - 40.954444885253906, - 27.46785545349121 - ] - ], - [ - 2.3333332538604736, - [ - -10.263076782226563, - 40.705482482910156, - 27.180055618286133 - ] - ], - [ - 2.3444442749023438, - [ - -10.145090103149414, - 43.60894012451172, - 26.86758804321289 - ] - ], - [ - 2.355555534362793, - [ - -10.017478942871094, - 49.56471633911133, - 26.529630661010742 - ] - ], - [ - 2.366666555404663, - [ - -9.887866973876953, - 54.44514846801758, - 26.18637466430664 - ] - ], - [ - 2.375, - [ - -9.787418365478516, - 56.330482482910156, - 25.920352935791016 - ] - ], - [ - 2.383333206176758, - [ - -9.683293342590332, - 57.586124420166016, - 25.644594192504883 - ] - ], - [ - 2.3916666507720947, - [ - -9.583141326904297, - 58.285640716552734, - 25.37936019897461 - ] - ], - [ - 2.4000000953674316, - [ - -9.494621276855469, - 58.50247573852539, - 25.144927978515625 - ] - ], - [ - 2.4111111164093018, - [ - -9.38283920288086, - 58.15130615234375, - 24.848892211914063 - ] - ], - [ - 2.422222375869751, - [ - -9.28719425201416, - 57.134159088134766, - 24.595592498779297 - ] - ], - [ - 2.433333396911621, - [ - -9.246641159057617, - 55.50482940673828, - 24.48819351196289 - ] - ], - [ - 2.444444417953491, - [ - -9.30778694152832, - 52.98542785644531, - 24.650129318237305 - ] - ], - [ - 2.4555556774139404, - [ - -9.455533981323242, - 49.853824615478516, - 25.041412353515625 - ] - ], - [ - 2.4666666984558105, - [ - -9.636453628540039, - 46.99589920043945, - 25.52054786682129 - ] - ], - [ - 2.4777777194976807, - [ - -9.856289863586426, - 44.350685119628906, - 26.102746963500977 - ] - ], - [ - 2.48888897895813, - [ - -10.109298706054688, - 41.97916030883789, - 26.772798538208008 - ] - ], - [ - 2.5, - [ - -10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 2.51111102104187, - [ - -10.493062973022461, - 42.13808059692383, - 27.789134979248047 - ] - ], - [ - 2.5222222805023193, - [ - -10.623819351196289, - 44.408626556396484, - 28.135421752929688 - ] - ], - [ - 2.5333333015441895, - [ - -10.676468849182129, - 45.82630157470703, - 28.27485466003418 - ] - ], - [ - 2.5444443225860596, - [ - -10.659415245056152, - 46.06935119628906, - 28.229690551757813 - ] - ], - [ - 2.555555582046509, - [ - -10.614632606506348, - 46.1589241027832, - 28.11109161376953 - ] - ], - [ - 2.566666603088379, - [ - -10.551657676696777, - 46.1717414855957, - 27.94431495666504 - ] - ], - [ - 2.577777624130249, - [ - -10.470800399780273, - 46.066070556640625, - 27.73017692565918 - ] - ], - [ - 2.5888888835906982, - [ - -10.371748924255371, - 45.80949401855469, - 27.46785545349121 - ] - ], - [ - 2.5999999046325684, - [ - -10.263076782226563, - 45.492469787597656, - 27.180055618286133 - ] - ], - [ - 2.6083333492279053, - [ - -10.175786972045898, - 45.23123550415039, - 26.948881149291992 - ] - ], - [ - 2.616666793823242, - [ - -10.082010269165039, - 44.931724548339844, - 26.700531005859375 - ] - ], - [ - 2.625, - [ - -9.984966278076172, - 44.606746673583984, - 26.443525314331055 - ] - ], - [ - 2.633333444595337, - [ - -9.887864112854004, - 44.269073486328125, - 26.18636703491211 - ] - ], - [ - 2.644444465637207, - [ - -9.752739906311035, - 43.781005859375, - 25.828514099121094 - ] - ], - [ - 2.6555557250976563, - [ - -9.615612030029297, - 43.26280975341797, - 25.465351104736328 - ] - ], - [ - 2.6666667461395264, - [ - -9.494621276855469, - 42.774497985839844, - 25.144927978515625 - ] - ], - [ - 2.6777777671813965, - [ - -9.382838249206543, - 42.255287170410156, - 24.84889030456543 - ] - ], - [ - 2.6888890266418457, - [ - -9.28719425201416, - 41.76596450805664, - 24.595592498779297 - ] - ], - [ - 2.700000047683716, - [ - -9.246641159057617, - 41.548912048339844, - 24.48819351196289 - ] - ], - [ - 2.711111068725586, - [ - -9.30778694152832, - 41.640411376953125, - 24.650129318237305 - ] - ], - [ - 2.722222328186035, - [ - -9.455533981323242, - 41.886810302734375, - 25.041412353515625 - ] - ], - [ - 2.7333333492279053, - [ - -9.636452674865723, - 42.24613952636719, - 25.520544052124023 - ] - ], - [ - 2.7444443702697754, - [ - -9.85628890991211, - 42.780738830566406, - 26.102745056152344 - ] - ], - [ - 2.7555556297302246, - [ - -10.109297752380371, - 43.42826843261719, - 26.772798538208008 - ] - ], - [ - 2.7666666507720947, - [ - -10.324888229370117, - 43.96007537841797, - 27.343751907348633 - ] - ], - [ - 2.777777671813965, - [ - -10.493062973022461, - 44.31103515625, - 27.789134979248047 - ] - ], - [ - 2.788888931274414, - [ - -10.623819351196289, - 44.5462760925293, - 28.135421752929688 - ] - ], - [ - 2.799999952316284, - [ - -10.676468849182129, - 44.63219451904297, - 28.27485466003418 - ] - ], - [ - 2.8111109733581543, - [ - -10.659415245056152, - 44.478065490722656, - 28.229692459106445 - ] - ], - [ - 2.8222222328186035, - [ - -10.614632606506348, - 44.1115608215332, - 28.11109161376953 - ] - ], - [ - 2.8333332538604736, - [ - -10.551657676696777, - 43.67624282836914, - 27.94431495666504 - ] - ], - [ - 2.8444442749023438, - [ - -10.470800399780273, - 43.210018157958984, - 27.73017692565918 - ] - ], - [ - 2.855555534362793, - [ - -10.371749877929688, - 42.67497634887695, - 27.46785545349121 - ] - ], - [ - 2.866666555404663, - [ - -10.263076782226563, - 42.10078430175781, - 27.180055618286133 - ] - ], - [ - 2.875, - [ - -10.175786972045898, - 41.64513397216797, - 26.948883056640625 - ] - ], - [ - 2.883333206176758, - [ - -10.082014083862305, - 41.16299057006836, - 26.70054054260254 - ] - ], - [ - 2.9000000953674316, - [ - -9.887864112854004, - 40.17283630371094, - 26.18636703491211 - ] - ], - [ - 2.922222375869751, - [ - -9.615612030029297, - 38.797882080078125, - 25.465351104736328 - ] - ], - [ - 2.933333396911621, - [ - -9.494621276855469, - 38.1786003112793, - 25.144927978515625 - ] - ], - [ - 2.944444417953491, - [ - -9.38283920288086, - 37.58186721801758, - 24.848892211914063 - ] - ], - [ - 2.9555556774139404, - [ - -9.28719425201416, - 37.05701446533203, - 24.595592498779297 - ] - ], - [ - 2.9666666984558105, - [ - -9.246641159057617, - 36.831443786621094, - 24.48819351196289 - ] - ], - [ - 2.9777777194976807, - [ - -9.30778694152832, - 36.88298034667969, - 24.650129318237305 - ] - ], - [ - 2.98888897895813, - [ - -9.455533981323242, - 37.243064880371094, - 25.041412353515625 - ] - ], - [ - 3.0, - [ - -9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.01111102104187, - [ - -9.85628890991211, - 42.401363372802734, - 26.102745056152344 - ] - ], - [ - 3.0222222805023193, - [ - -10.109297752380371, - 49.36406326293945, - 26.772798538208008 - ] - ], - [ - 3.0333333015441895, - [ - -10.324888229370117, - 54.90703201293945, - 27.343751907348633 - ] - ], - [ - 3.0444443225860596, - [ - -10.493062973022461, - 57.44426727294922, - 27.789134979248047 - ] - ], - [ - 3.055555582046509, - [ - -10.623819351196289, - 58.56169128417969, - 28.135421752929688 - ] - ], - [ - 3.066666603088379, - [ - -10.676468849182129, - 58.81160354614258, - 28.27485466003418 - ] - ], - [ - 3.077777624130249, - [ - -10.659415245056152, - 58.59426498413086, - 28.229690551757813 - ] - ], - [ - 3.0888888835906982, - [ - -10.614632606506348, - 57.86283493041992, - 28.11109161376953 - ] - ], - [ - 3.0999999046325684, - [ - -10.551657676696777, - 56.49769592285156, - 27.94431495666504 - ] - ], - [ - 3.1083333492279053, - [ - -10.493057250976563, - 54.92317199707031, - 27.789121627807617 - ] - ], - [ - 3.116666793823242, - [ - -10.423015594482422, - 52.922332763671875, - 27.603626251220703 - ] - ], - [ - 3.125, - [ - -10.345149993896484, - 50.70444869995117, - 27.39741325378418 - ] - ], - [ - 3.133333444595337, - [ - -10.263073921203613, - 48.47859573364258, - 27.1800479888916 - ] - ], - [ - 3.144444465637207, - [ - -10.145088195800781, - 45.14414978027344, - 26.867582321166992 - ] - ], - [ - 3.1555557250976563, - [ - -10.017477035522461, - 41.671730041503906, - 26.529624938964844 - ] - ], - [ - 3.1666667461395264, - [ - -9.887866020202637, - 39.21731185913086, - 26.186370849609375 - ] - ], - [ - 3.1777777671813965, - [ - -9.752740859985352, - 38.2140998840332, - 25.828516006469727 - ] - ], - [ - 3.1888890266418457, - [ - -9.615612030029297, - 37.90384292602539, - 25.465351104736328 - ] - ], - [ - 3.200000047683716, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 3.211111068725586, - [ - -9.38283920288086, - 37.21428298950195, - 24.848892211914063 - ] - ], - [ - 3.222222328186035, - [ - -9.287195205688477, - 36.834938049316406, - 24.59559440612793 - ] - ], - [ - 3.2333333492279053, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 3.2444443702697754, - [ - -9.30778694152832, - 36.91661071777344, - 24.650129318237305 - ] - ], - [ - 3.2555556297302246, - [ - -9.455533027648926, - 37.502601623535156, - 25.041410446166992 - ] - ], - [ - 3.2666666507720947, - [ - -9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.277777671813965, - [ - -9.89479923248291, - 39.24481964111328, - 26.20473289489746 - ] - ], - [ - 3.288888931274414, - [ - -10.186312675476074, - 40.401023864746094, - 26.976757049560547 - ] - ], - [ - 3.299999952316284, - [ - -10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 3.3111109733581543, - [ - -10.214654922485352, - 39.75030517578125, - 27.05181884765625 - ] - ], - [ - 3.3222222328186035, - [ - -9.975763320922852, - 37.52155685424805, - 26.419153213500977 - ] - ], - [ - 3.3333332538604736, - [ - -9.745755195617676, - 36.321197509765625, - 25.810016632080078 - ] - ], - [ - 3.3444442749023438, - [ - -9.536497116088867, - 36.412696838378906, - 25.255828857421875 - ] - ], - [ - 3.355555534362793, - [ - -9.336129188537598, - 36.58258819580078, - 24.725187301635742 - ] - ], - [ - 3.366666555404663, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457989070_1067045.json b/lenses/physics-objects/Scene/assets/1645812457989070_1067045.json deleted file mode 100644 index a22c3ece..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457989070_1067045.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457989070:1067045", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812457989320_1067052.json b/lenses/physics-objects/Scene/assets/1645812457989320_1067052.json deleted file mode 100644 index e99f7510..00000000 --- a/lenses/physics-objects/Scene/assets/1645812457989320_1067052.json +++ /dev/null @@ -1,2610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812457989320:1067052", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.03333333507180214, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.0416666679084301, - [ - 0.38614559173583984, - 0.3515104055404663, - 0.38614559173583984 - ] - ], - [ - 0.05000000447034836, - [ - 0.3800694942474365, - 0.2655334174633026, - 0.3800694942474365 - ] - ], - [ - 0.05833333730697632, - [ - 0.3717650771141052, - 0.16806945204734802, - 0.3717650771141052 - ] - ], - [ - 0.06666667014360428, - [ - 0.36272338032722473, - 0.09661661088466644, - 0.36272338032722473 - ] - ], - [ - 0.07777778059244156, - [ - 0.34818506240844727, - 0.04976867139339447, - 0.34818506240844727 - ] - ], - [ - 0.08888889104127884, - [ - 0.3314533233642578, - 0.026934685185551643, - 0.3314533233642578 - ] - ], - [ - 0.10000000149011612, - [ - 0.3171958327293396, - 0.02091849222779274, - 0.3171958327293396 - ] - ], - [ - 0.10833333432674408, - [ - 0.3087269067764282, - 0.022724837064743042, - 0.3087269067764282 - ] - ], - [ - 0.11666667461395264, - [ - 0.30127182602882385, - 0.028690919280052185, - 0.30127182602882385 - ] - ], - [ - 0.125, - [ - 0.2959660589694977, - 0.03963728994131088, - 0.2959660589694977 - ] - ], - [ - 0.13333334028720856, - [ - 0.2939451336860657, - 0.056384552270174026, - 0.2939451336860657 - ] - ], - [ - 0.14444445073604584, - [ - 0.2950729727745056, - 0.09050390869379044, - 0.2950729727745056 - ] - ], - [ - 0.15555556118488312, - [ - 0.2980344891548157, - 0.13444647192955017, - 0.2980344891548157 - ] - ], - [ - 0.1666666716337204, - [ - 0.302199125289917, - 0.18028821051120758, - 0.302199125289917 - ] - ], - [ - 0.17777778208255768, - [ - 0.307546466588974, - 0.23646299540996552, - 0.307546466588974 - ] - ], - [ - 0.18888889253139496, - [ - 0.3140968382358551, - 0.29453417658805847, - 0.3140968382358551 - ] - ], - [ - 0.20000000298023224, - [ - 0.32128360867500305, - 0.32128360867500305, - 0.32128360867500305 - ] - ], - [ - 0.21111111342906952, - [ - 0.3290863335132599, - 0.3116280436515808, - 0.3290863335132599 - ] - ], - [ - 0.2222222238779068, - [ - 0.3375253677368164, - 0.29370054602622986, - 0.3375253677368164 - ] - ], - [ - 0.23333333432674408, - [ - 0.346096932888031, - 0.2840449810028076, - 0.346096932888031 - ] - ], - [ - 0.24166667461395264, - [ - 0.35273972153663635, - 0.28454384207725525, - 0.35273972153663635 - ] - ], - [ - 0.25, - [ - 0.35962578654289246, - 0.2857692539691925, - 0.35962578654289246 - ] - ], - [ - 0.25833335518836975, - [ - 0.3662489354610443, - 0.2873143255710602, - 0.3662489354610443 - ] - ], - [ - 0.2666666805744171, - [ - 0.37210291624069214, - 0.28877219557762146, - 0.37210291624069214 - ] - ], - [ - 0.2777777910232544, - [ - 0.3794953227043152, - 0.29095640778541565, - 0.3794953227043152 - ] - ], - [ - 0.2888889014720917, - [ - 0.3858203887939453, - 0.29322656989097595, - 0.3858203887939453 - ] - ], - [ - 0.30000001192092896, - [ - 0.3885023295879364, - 0.2942744493484497, - 0.3885023295879364 - ] - ], - [ - 0.31111112236976624, - [ - 0.3844585716724396, - 0.2907102108001709, - 0.3844585716724396 - ] - ], - [ - 0.3222222328186035, - [ - 0.37468793988227844, - 0.28234031796455383, - 0.37468793988227844 - ] - ], - [ - 0.3333333432674408, - [ - 0.36272338032722473, - 0.2726420760154724, - 0.36272338032722473 - ] - ], - [ - 0.3444444537162781, - [ - 0.3481850326061249, - 0.2616569399833679, - 0.3481850326061249 - ] - ], - [ - 0.35555556416511536, - [ - 0.3314533233642578, - 0.2493439018726349, - 0.3314533233642578 - ] - ], - [ - 0.36666667461395264, - [ - 0.31719574332237244, - 0.23905348777770996, - 0.31719574332237244 - ] - ], - [ - 0.3777777850627899, - [ - 0.30607402324676514, - 0.23144006729125977, - 0.30607402324676514 - ] - ], - [ - 0.3888888955116272, - [ - 0.2974269390106201, - 0.22584958374500275, - 0.2974269390106201 - ] - ], - [ - 0.4000000059604645, - [ - 0.2939451336860657, - 0.2236754298210144, - 0.2939451336860657 - ] - ], - [ - 0.41111111640930176, - [ - 0.2950729727745056, - 0.22510698437690735, - 0.2950729727745056 - ] - ], - [ - 0.42222222685813904, - [ - 0.2980344891548157, - 0.22868148982524872, - 0.2980344891548157 - ] - ], - [ - 0.4333333373069763, - [ - 0.302199125289917, - 0.2333216369152069, - 0.302199125289917 - ] - ], - [ - 0.4444444477558136, - [ - 0.307546466588974, - 0.23880650103092194, - 0.307546466588974 - ] - ], - [ - 0.4555555582046509, - [ - 0.3140968382358551, - 0.24535688757896423, - 0.3140968382358551 - ] - ], - [ - 0.46666666865348816, - [ - 0.32128360867500305, - 0.25256043672561646, - 0.32128360867500305 - ] - ], - [ - 0.47777777910232544, - [ - 0.3290863037109375, - 0.2604089081287384, - 0.3290863037109375 - ] - ], - [ - 0.4888888895511627, - [ - 0.3375253677368164, - 0.2689104974269867, - 0.3375253677368164 - ] - ], - [ - 0.5, - [ - 0.346096932888031, - 0.2776789367198944, - 0.346096932888031 - ] - ], - [ - 0.5083333253860474, - [ - 0.35273969173431396, - 0.2845459282398224, - 0.35273969173431396 - ] - ], - [ - 0.5166666507720947, - [ - 0.35962578654289246, - 0.29170435667037964, - 0.35962578654289246 - ] - ], - [ - 0.5250000357627869, - [ - 0.3662489652633667, - 0.29873034358024597, - 0.3662489652633667 - ] - ], - [ - 0.5333333611488342, - [ - 0.3721030056476593, - 0.30519968271255493, - 0.3721030056476593 - ] - ], - [ - 0.5444444417953491, - [ - 0.3794953227043152, - 0.31419697403907776, - 0.3794953227043152 - ] - ], - [ - 0.5555555820465088, - [ - 0.3858204185962677, - 0.322456032037735, - 0.3858204185962677 - ] - ], - [ - 0.5666666626930237, - [ - 0.3885023295879364, - 0.3260771334171295, - 0.3885023295879364 - ] - ], - [ - 0.574999988079071, - [ - 0.38614562153816223, - 0.324929803609848, - 0.38614562153816223 - ] - ], - [ - 0.5833333730697632, - [ - 0.3800694942474365, - 0.3218176066875458, - 0.3800694942474365 - ] - ], - [ - 0.5916666984558105, - [ - 0.37176504731178284, - 0.3172352910041809, - 0.37176504731178284 - ] - ], - [ - 0.6000000238418579, - [ - 0.36272329092025757, - 0.3116775155067444, - 0.36272329092025757 - ] - ], - [ - 0.6111111044883728, - [ - 0.34818506240844727, - 0.30147233605384827, - 0.34818506240844727 - ] - ], - [ - 0.6222222447395325, - [ - 0.3314532935619354, - 0.28924065828323364, - 0.3314532935619354 - ] - ], - [ - 0.6333333253860474, - [ - 0.3171958327293396, - 0.27903223037719727, - 0.3171958327293396 - ] - ], - [ - 0.6416666507720947, - [ - 0.308726966381073, - 0.27346786856651306, - 0.308726966381073 - ] - ], - [ - 0.6499999761581421, - [ - 0.30127185583114624, - 0.26887577772140503, - 0.30127185583114624 - ] - ], - [ - 0.6583333611488342, - [ - 0.2959660589694977, - 0.26575472950935364, - 0.2959660589694977 - ] - ], - [ - 0.6666666865348816, - [ - 0.2939451336860657, - 0.26460355520248413, - 0.2939451336860657 - ] - ], - [ - 0.6777777671813965, - [ - 0.2950729727745056, - 0.2667286992073059, - 0.2950729727745056 - ] - ], - [ - 0.6888889074325562, - [ - 0.2980344891548157, - 0.27185866236686707, - 0.2980344891548157 - ] - ], - [ - 0.699999988079071, - [ - 0.302199125289917, - 0.27812930941581726, - 0.302199125289917 - ] - ], - [ - 0.7083333134651184, - [ - 0.30607444047927856, - 0.2832203805446625, - 0.30607444047927856 - ] - ], - [ - 0.7166666984558105, - [ - 0.3107064366340637, - 0.28902339935302734, - 0.3107064366340637 - ] - ], - [ - 0.7250000238418579, - [ - 0.31585586071014404, - 0.2953278422355652, - 0.31585586071014404 - ] - ], - [ - 0.7333333492279053, - [ - 0.32128360867500305, - 0.3019231855869293, - 0.32128360867500305 - ] - ], - [ - 0.7444444298744202, - [ - 0.3290863335132599, - 0.3113035559654236, - 0.3290863335132599 - ] - ], - [ - 0.7555555701255798, - [ - 0.3375253677368164, - 0.32132571935653687, - 0.3375253677368164 - ] - ], - [ - 0.7666666507720947, - [ - 0.346096932888031, - 0.33149483799934387, - 0.346096932888031 - ] - ], - [ - 0.7749999761581421, - [ - 0.35273969173431396, - 0.33935457468032837, - 0.35273969173431396 - ] - ], - [ - 0.7833333015441895, - [ - 0.35962575674057007, - 0.34747040271759033, - 0.35962575674057007 - ] - ], - [ - 0.7916666865348816, - [ - 0.3662489354610443, - 0.3553221523761749, - 0.3662489354610443 - ] - ], - [ - 0.800000011920929, - [ - 0.3721030056476593, - 0.362389475107193, - 0.3721030056476593 - ] - ], - [ - 0.8111110925674438, - [ - 0.3794953227043152, - 0.3717172145843506, - 0.3794953227043152 - ] - ], - [ - 0.8222222328186035, - [ - 0.3858204185962677, - 0.3799588978290558, - 0.3858204185962677 - ] - ], - [ - 0.8333333134651184, - [ - 0.3885023295879364, - 0.3835088312625885, - 0.3885023295879364 - ] - ], - [ - 0.8416666388511658, - [ - 0.38614562153816223, - 0.38161158561706543, - 0.38614562153816223 - ] - ], - [ - 0.8500000238418579, - [ - 0.3800694942474365, - 0.37660878896713257, - 0.3800694942474365 - ] - ], - [ - 0.8583333492279053, - [ - 0.3717650771141052, - 0.3695337176322937, - 0.3717650771141052 - ] - ], - [ - 0.8666666746139526, - [ - 0.36272338032722473, - 0.361419677734375, - 0.36272338032722473 - ] - ], - [ - 0.8777777552604675, - [ - 0.34818509221076965, - 0.3548679053783417, - 0.34818509221076965 - ] - ], - [ - 0.8888888955116272, - [ - 0.3314533233642578, - 0.3458561897277832, - 0.3314533233642578 - ] - ], - [ - 0.8999999761581421, - [ - 0.3171958327293396, - 0.31719592213630676, - 0.3171958327293396 - ] - ], - [ - 0.9083333015441895, - [ - 0.308726966381073, - 0.2681783139705658, - 0.308726966381073 - ] - ], - [ - 0.9166666269302368, - [ - 0.30127185583114624, - 0.19974175095558167, - 0.30127185583114624 - ] - ], - [ - 0.925000011920929, - [ - 0.29596608877182007, - 0.13030703365802765, - 0.29596608877182007 - ] - ], - [ - 0.9333333373069763, - [ - 0.2939451336860657, - 0.07829652726650238, - 0.2939451336860657 - ] - ], - [ - 0.9444444179534912, - [ - 0.2950729727745056, - 0.0411495566368103, - 0.2950729727745056 - ] - ], - [ - 0.9555555582046509, - [ - 0.2980344891548157, - 0.024055752903223038, - 0.2980344891548157 - ] - ], - [ - 0.9666666388511658, - [ - 0.302199125289917, - 0.019929485395550728, - 0.302199125289917 - ] - ], - [ - 0.9749999642372131, - [ - 0.30607444047927856, - 0.022072723135352135, - 0.30607444047927856 - ] - ], - [ - 0.9833333492279053, - [ - 0.3107064366340637, - 0.02911975234746933, - 0.3107064366340637 - ] - ], - [ - 0.9916666746139526, - [ - 0.31585586071014404, - 0.04199628904461861, - 0.31585586071014404 - ] - ], - [ - 1.0, - [ - 0.32128360867500305, - 0.06162818893790245, - 0.32128360867500305 - ] - ], - [ - 1.0111111402511597, - [ - 0.3290863633155823, - 0.10150280594825745, - 0.3290863633155823 - ] - ], - [ - 1.0222221612930298, - [ - 0.337525337934494, - 0.15283413231372833, - 0.337525337934494 - ] - ], - [ - 1.0333333015441895, - [ - 0.346096932888031, - 0.20647500455379486, - 0.346096932888031 - ] - ], - [ - 1.0416666269302368, - [ - 0.35273972153663635, - 0.2541844844818115, - 0.35273972153663635 - ] - ], - [ - 1.0499999523162842, - [ - 0.35962575674057007, - 0.30869340896606445, - 0.35962575674057007 - ] - ], - [ - 1.058333396911621, - [ - 0.3662489950656891, - 0.3535006046295166, - 0.3662489950656891 - ] - ], - [ - 1.0666667222976685, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.0777778625488281, - [ - 0.37949538230895996, - 0.36032912135124207, - 0.37949538230895996 - ] - ], - [ - 1.0888888835906982, - [ - 0.3858203887939453, - 0.33545517921447754, - 0.3858203887939453 - ] - ], - [ - 1.100000023841858, - [ - 0.3885023295879364, - 0.3131304085254669, - 0.3885023295879364 - ] - ], - [ - 1.1111111640930176, - [ - 0.3844585120677948, - 0.29952195286750793, - 0.3844585120677948 - ] - ], - [ - 1.1222221851348877, - [ - 0.37468796968460083, - 0.288463830947876, - 0.37468796968460083 - ] - ], - [ - 1.1333333253860474, - [ - 0.36272338032722473, - 0.2771182358264923, - 0.36272338032722473 - ] - ], - [ - 1.144444465637207, - [ - 0.3481850326061249, - 0.2636334300041199, - 0.3481850326061249 - ] - ], - [ - 1.1555554866790771, - [ - 0.33145344257354736, - 0.24986138939857483, - 0.33145344257354736 - ] - ], - [ - 1.1666666269302368, - [ - 0.3171958327293396, - 0.2385176569223404, - 0.3171958327293396 - ] - ], - [ - 1.1749999523162842, - [ - 0.308726966381073, - 0.23201149702072144, - 0.308726966381073 - ] - ], - [ - 1.183333396911621, - [ - 0.30127179622650146, - 0.22669033706188202, - 0.30127179622650146 - ] - ], - [ - 1.1916667222976685, - [ - 0.2959660291671753, - 0.22309857606887817, - 0.2959660291671753 - ] - ], - [ - 1.2000000476837158, - [ - 0.2939451336860657, - 0.22178037464618683, - 0.2939451336860657 - ] - ], - [ - 1.2111111879348755, - [ - 0.295073002576828, - 0.22317984700202942, - 0.295073002576828 - ] - ], - [ - 1.2222222089767456, - [ - 0.2980344891548157, - 0.22672350704669952, - 0.2980344891548157 - ] - ], - [ - 1.2333333492279053, - [ - 0.302199125289917, - 0.23143239319324493, - 0.302199125289917 - ] - ], - [ - 1.244444489479065, - [ - 0.3075464963912964, - 0.23712272942066193, - 0.3075464963912964 - ] - ], - [ - 1.255555510520935, - [ - 0.3140967786312103, - 0.2439780831336975, - 0.3140967786312103 - ] - ], - [ - 1.2666666507720947, - [ - 0.32128360867500305, - 0.251572847366333, - 0.32128360867500305 - ] - ], - [ - 1.2777777910232544, - [ - 0.3290863037109375, - 0.2598972022533417, - 0.3290863037109375 - ] - ], - [ - 1.2888888120651245, - [ - 0.33752530813217163, - 0.26896074414253235, - 0.33752530813217163 - ] - ], - [ - 1.2999999523162842, - [ - 0.346096932888031, - 0.2783687710762024, - 0.346096932888031 - ] - ], - [ - 1.3083332777023315, - [ - 0.35273969173431396, - 0.28577032685279846, - 0.35273969173431396 - ] - ], - [ - 1.316666603088379, - [ - 0.3596257269382477, - 0.29351121187210083, - 0.3596257269382477 - ] - ], - [ - 1.3250000476837158, - [ - 0.3662489652633667, - 0.30115482211112976, - 0.3662489652633667 - ] - ], - [ - 1.3333333730697632, - [ - 0.37210291624069214, - 0.30826446413993835, - 0.37210291624069214 - ] - ], - [ - 1.3444445133209229, - [ - 0.37949538230895996, - 0.31837207078933716, - 0.37949538230895996 - ] - ], - [ - 1.355555534362793, - [ - 0.3858203887939453, - 0.3277890086174011, - 0.3858203887939453 - ] - ], - [ - 1.3666666746139526, - [ - 0.3885023295879364, - 0.3319453001022339, - 0.3885023295879364 - ] - ], - [ - 1.3777778148651123, - [ - 0.3844585716724396, - 0.3303910791873932, - 0.3844585716724396 - ] - ], - [ - 1.3888888359069824, - [ - 0.3746879994869232, - 0.32611551880836487, - 0.3746879994869232 - ] - ], - [ - 1.399999976158142, - [ - 0.36272338032722473, - 0.31969577074050903, - 0.36272338032722473 - ] - ], - [ - 1.4111111164093018, - [ - 0.3481850326061249, - 0.309937059879303, - 0.3481850326061249 - ] - ], - [ - 1.4222221374511719, - [ - 0.33145344257354736, - 0.2980346083641052, - 0.33145344257354736 - ] - ], - [ - 1.4333332777023315, - [ - 0.31719592213630676, - 0.28814390301704407, - 0.31719592213630676 - ] - ], - [ - 1.441666603088379, - [ - 0.3087269961833954, - 0.28288108110427856, - 0.3087269961833954 - ] - ], - [ - 1.4500000476837158, - [ - 0.30127182602882385, - 0.27861344814300537, - 0.30127182602882385 - ] - ], - [ - 1.4583333730697632, - [ - 0.2959660589694977, - 0.27575182914733887, - 0.2959660589694977 - ] - ], - [ - 1.4666666984558105, - [ - 0.2939451336860657, - 0.2747066915035248, - 0.2939451336860657 - ] - ], - [ - 1.4777778387069702, - [ - 0.2950729727745056, - 0.2771170437335968, - 0.2950729727745056 - ] - ], - [ - 1.4888888597488403, - [ - 0.2980344891548157, - 0.2828575670719147, - 0.2980344891548157 - ] - ], - [ - 1.5, - [ - 0.302199125289917, - 0.28969767689704895, - 0.302199125289917 - ] - ], - [ - 1.5111111402511597, - [ - 0.3075464963912964, - 0.29709213972091675, - 0.3075464963912964 - ] - ], - [ - 1.5222221612930298, - [ - 0.3140967786312103, - 0.3055858016014099, - 0.3140967786312103 - ] - ], - [ - 1.5333333015441895, - [ - 0.32128360867500305, - 0.31458520889282227, - 0.32128360867500305 - ] - ], - [ - 1.5416666269302368, - [ - 0.3270561397075653, - 0.3216567933559418, - 0.3270561397075653 - ] - ], - [ - 1.5499999523162842, - [ - 0.33325764536857605, - 0.3291052281856537, - 0.33325764536857605 - ] - ], - [ - 1.558333396911621, - [ - 0.33967551589012146, - 0.3366535007953644, - 0.33967551589012146 - ] - ], - [ - 1.5666667222976685, - [ - 0.34609702229499817, - 0.34402433037757874, - 0.34609702229499817 - ] - ], - [ - 1.5777778625488281, - [ - 0.3550330698490143, - 0.3555641174316406, - 0.3550330698490143 - ] - ], - [ - 1.5888888835906982, - [ - 0.36410146951675415, - 0.3669523000717163, - 0.36410146951675415 - ] - ], - [ - 1.600000023841858, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.6111111640930176, - [ - 0.37949538230895996, - 0.3153447210788727, - 0.37949538230895996 - ] - ], - [ - 1.6222221851348877, - [ - 0.3858203589916229, - 0.19891534745693207, - 0.3858203589916229 - ] - ], - [ - 1.6333333253860474, - [ - 0.3885023295879364, - 0.10348072648048401, - 0.3885023295879364 - ] - ], - [ - 1.644444465637207, - [ - 0.3844585716724396, - 0.05706813931465149, - 0.3844585716724396 - ] - ], - [ - 1.6555554866790771, - [ - 0.3746880292892456, - 0.031656958162784576, - 0.3746880292892456 - ] - ], - [ - 1.6666666269302368, - [ - 0.36272338032722473, - 0.023920951411128044, - 0.36272338032722473 - ] - ], - [ - 1.6749999523162842, - [ - 0.3522079885005951, - 0.026140939444303513, - 0.3522079885005951 - ] - ], - [ - 1.683333396911621, - [ - 0.33980149030685425, - 0.03291807696223259, - 0.33980149030685425 - ] - ], - [ - 1.6916667222976685, - [ - 0.3274741470813751, - 0.044427692890167236, - 0.3274741470813751 - ] - ], - [ - 1.7000000476837158, - [ - 0.3171958327293396, - 0.060845352709293365, - 0.3171958327293396 - ] - ], - [ - 1.7111111879348755, - [ - 0.30607396364212036, - 0.09281578660011292, - 0.30607396364212036 - ] - ], - [ - 1.7222222089767456, - [ - 0.2974269390106201, - 0.13340440392494202, - 0.2974269390106201 - ] - ], - [ - 1.7333333492279053, - [ - 0.2939451336860657, - 0.17536237835884094, - 0.2939451336860657 - ] - ], - [ - 1.744444489479065, - [ - 0.2950729727745056, - 0.22612261772155762, - 0.2950729727745056 - ] - ], - [ - 1.755555510520935, - [ - 0.2980344593524933, - 0.2782488167285919, - 0.2980344593524933 - ] - ], - [ - 1.7666666507720947, - [ - 0.302199125289917, - 0.302199125289917, - 0.302199125289917 - ] - ], - [ - 1.7777777910232544, - [ - 0.307546466588974, - 0.2912580072879791, - 0.307546466588974 - ] - ], - [ - 1.7888888120651245, - [ - 0.3140967786312103, - 0.270943820476532, - 0.3140967786312103 - ] - ], - [ - 1.7999999523162842, - [ - 0.32128360867500305, - 0.26000258326530457, - 0.32128360867500305 - ] - ], - [ - 1.8083332777023315, - [ - 0.3270561397075653, - 0.2603547275066376, - 0.3270561397075653 - ] - ], - [ - 1.816666603088379, - [ - 0.33325761556625366, - 0.26138025522232056, - 0.33325761556625366 - ] - ], - [ - 1.8250000476837158, - [ - 0.33967551589012146, - 0.26303306221961975, - 0.33967551589012146 - ] - ], - [ - 1.8333333730697632, - [ - 0.346096932888031, - 0.2652668058872223, - 0.346096932888031 - ] - ], - [ - 1.8444445133209229, - [ - 0.3550330400466919, - 0.26958149671554565, - 0.3550330400466919 - ] - ], - [ - 1.855555534362793, - [ - 0.36410146951675415, - 0.274956077337265, - 0.36410146951675415 - ] - ], - [ - 1.8666666746139526, - [ - 0.37210291624069214, - 0.28007346391677856, - 0.37210291624069214 - ] - ], - [ - 1.8777778148651123, - [ - 0.3794953227043152, - 0.2853335440158844, - 0.3794953227043152 - ] - ], - [ - 1.8888888359069824, - [ - 0.3858203887939453, - 0.29033610224723816, - 0.3858203887939453 - ] - ], - [ - 1.899999976158142, - [ - 0.3885023295879364, - 0.2925639748573303, - 0.3885023295879364 - ] - ], - [ - 1.9111111164093018, - [ - 0.38445860147476196, - 0.29008230566978455, - 0.38445860147476196 - ] - ], - [ - 1.9222221374511719, - [ - 0.3746880292892456, - 0.2840086817741394, - 0.3746880292892456 - ] - ], - [ - 1.9333332777023315, - [ - 0.3627234697341919, - 0.27639490365982056, - 0.3627234697341919 - ] - ], - [ - 1.941666603088379, - [ - 0.35220804810523987, - 0.26945197582244873, - 0.35220804810523987 - ] - ], - [ - 1.9500000476837158, - [ - 0.33980152010917664, - 0.26115262508392334, - 0.33980152010917664 - ] - ], - [ - 1.9583333730697632, - [ - 0.3274741768836975, - 0.25296661257743835, - 0.3274741768836975 - ] - ], - [ - 1.9666666984558105, - [ - 0.3171958327293396, - 0.24636323750019073, - 0.3171958327293396 - ] - ], - [ - 1.9777778387069702, - [ - 0.30607396364212036, - 0.2399570792913437, - 0.30607396364212036 - ] - ], - [ - 1.9888888597488403, - [ - 0.2974269390106201, - 0.2354932725429535, - 0.2974269390106201 - ] - ], - [ - 2.0, - [ - 0.2939451336860657, - 0.2338167428970337, - 0.2939451336860657 - ] - ], - [ - 2.01111102104187, - [ - 0.2950729429721832, - 0.23587153851985931, - 0.2950729429721832 - ] - ], - [ - 2.0222222805023193, - [ - 0.29803451895713806, - 0.2408389449119568, - 0.29803451895713806 - ] - ], - [ - 2.0333333015441895, - [ - 0.302199125289917, - 0.24692709743976593, - 0.302199125289917 - ] - ], - [ - 2.0444443225860596, - [ - 0.3075464069843292, - 0.2536802291870117, - 0.3075464069843292 - ] - ], - [ - 2.055555582046509, - [ - 0.3140968382358551, - 0.2615542411804199, - 0.3140968382358551 - ] - ], - [ - 2.066666603088379, - [ - 0.32128360867500305, - 0.27012670040130615, - 0.32128360867500305 - ] - ], - [ - 2.077777624130249, - [ - 0.32908621430397034, - 0.2793981432914734, - 0.32908621430397034 - ] - ], - [ - 2.0888888835906982, - [ - 0.3375253677368164, - 0.2893683910369873, - 0.3375253677368164 - ] - ], - [ - 2.0999999046325684, - [ - 0.34609684348106384, - 0.2996157109737396, - 0.34609684348106384 - ] - ], - [ - 2.1083333492279053, - [ - 0.35273975133895874, - 0.3076140284538269, - 0.35273975133895874 - ] - ], - [ - 2.116666793823242, - [ - 0.359625905752182, - 0.3159256875514984, - 0.359625905752182 - ] - ], - [ - 2.125, - [ - 0.3662489354610443, - 0.32407858967781067, - 0.3662489354610443 - ] - ], - [ - 2.133333444595337, - [ - 0.37210291624069214, - 0.33160141110420227, - 0.37210291624069214 - ] - ], - [ - 2.144444465637207, - [ - 0.3794953227043152, - 0.34210914373397827, - 0.3794953227043152 - ] - ], - [ - 2.1555557250976563, - [ - 0.3858204782009125, - 0.35177603363990784, - 0.3858204782009125 - ] - ], - [ - 2.1666667461395264, - [ - 0.3885023295879364, - 0.35601842403411865, - 0.3885023295879364 - ] - ], - [ - 2.1777777671813965, - [ - 0.38445860147476196, - 0.35404229164123535, - 0.38445860147476196 - ] - ], - [ - 2.1888890266418457, - [ - 0.3746877908706665, - 0.34876492619514465, - 0.3746877908706665 - ] - ], - [ - 2.200000047683716, - [ - 0.36272338032722473, - 0.3411591947078705, - 0.36272338032722473 - ] - ], - [ - 2.211111068725586, - [ - 0.34818512201309204, - 0.3300704061985016, - 0.34818512201309204 - ] - ], - [ - 2.222222328186035, - [ - 0.3314531743526459, - 0.31665319204330444, - 0.3314531743526459 - ] - ], - [ - 2.2333333492279053, - [ - 0.3171958327293396, - 0.3053377866744995, - 0.3171958327293396 - ] - ], - [ - 2.2444443702697754, - [ - 0.3060741126537323, - 0.29705166816711426, - 0.3060741126537323 - ] - ], - [ - 2.2555556297302246, - [ - 0.29742690920829773, - 0.290867418050766, - 0.29742690920829773 - ] - ], - [ - 2.2666666507720947, - [ - 0.2939451336860657, - 0.28843769431114197, - 0.2939451336860657 - ] - ], - [ - 2.277777671813965, - [ - 0.2950729429721832, - 0.29037052392959595, - 0.2950729429721832 - ] - ], - [ - 2.288888931274414, - [ - 0.29803451895713806, - 0.2950015664100647, - 0.29803451895713806 - ] - ], - [ - 2.299999952316284, - [ - 0.302199125289917, - 0.30058300495147705, - 0.302199125289917 - ] - ], - [ - 2.3111109733581543, - [ - 0.30754637718200684, - 0.30838263034820557, - 0.30754637718200684 - ] - ], - [ - 2.3222222328186035, - [ - 0.3140968382358551, - 0.31713247299194336, - 0.3140968382358551 - ] - ], - [ - 2.3333332538604736, - [ - 0.3212835192680359, - 0.32128360867500305, - 0.3212835192680359 - ] - ], - [ - 2.3444442749023438, - [ - 0.32908618450164795, - 0.27287185192108154, - 0.32908618450164795 - ] - ], - [ - 2.355555534362793, - [ - 0.3375253677368164, - 0.17356622219085693, - 0.3375253677368164 - ] - ], - [ - 2.366666555404663, - [ - 0.34609684348106384, - 0.0921907052397728, - 0.34609684348106384 - ] - ], - [ - 2.375, - [ - 0.35273972153663635, - 0.06075497344136238, - 0.35273972153663635 - ] - ], - [ - 2.383333206176758, - [ - 0.3596256971359253, - 0.03981860354542732, - 0.3596256971359253 - ] - ], - [ - 2.3916666507720947, - [ - 0.3662489056587219, - 0.02815501019358635, - 0.3662489056587219 - ] - ], - [ - 2.4000000953674316, - [ - 0.37210291624069214, - 0.024539513513445854, - 0.37210291624069214 - ] - ], - [ - 2.4111111164093018, - [ - 0.3794952929019928, - 0.03039485774934292, - 0.3794952929019928 - ] - ], - [ - 2.422222375869751, - [ - 0.3858204782009125, - 0.047354601323604584, - 0.3858204782009125 - ] - ], - [ - 2.433333396911621, - [ - 0.3885023295879364, - 0.0745217502117157, - 0.3885023295879364 - ] - ], - [ - 2.444444417953491, - [ - 0.38445863127708435, - 0.11652983725070953, - 0.38445863127708435 - ] - ], - [ - 2.4555556774139404, - [ - 0.3746878206729889, - 0.16874569654464722, - 0.3746878206729889 - ] - ], - [ - 2.4666666984558105, - [ - 0.36272329092025757, - 0.21639826893806458, - 0.36272329092025757 - ] - ], - [ - 2.4777777194976807, - [ - 0.34818512201309204, - 0.2605041265487671, - 0.34818512201309204 - ] - ], - [ - 2.48888897895813, - [ - 0.3314531743526459, - 0.30004650354385376, - 0.3314531743526459 - ] - ], - [ - 2.5, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 2.51111102104187, - [ - 0.3060741126537323, - 0.2973966896533966, - 0.3060741126537323 - ] - ], - [ - 2.5222222805023193, - [ - 0.2974269390106201, - 0.2595379948616028, - 0.2974269390106201 - ] - ], - [ - 2.5333333015441895, - [ - 0.2939451336860657, - 0.2358999252319336, - 0.2939451336860657 - ] - ], - [ - 2.5444443225860596, - [ - 0.2950729429721832, - 0.23184734582901, - 0.2950729429721832 - ] - ], - [ - 2.555555582046509, - [ - 0.2980344891548157, - 0.23035386204719543, - 0.2980344891548157 - ] - ], - [ - 2.566666603088379, - [ - 0.302199125289917, - 0.23014011979103088, - 0.302199125289917 - ] - ], - [ - 2.577777624130249, - [ - 0.30754637718200684, - 0.23190203309059143, - 0.30754637718200684 - ] - ], - [ - 2.5888888835906982, - [ - 0.3140968382358551, - 0.23618020117282867, - 0.3140968382358551 - ] - ], - [ - 2.5999999046325684, - [ - 0.3212835192680359, - 0.24146616458892822, - 0.3212835192680359 - ] - ], - [ - 2.6083333492279053, - [ - 0.3270561993122101, - 0.2458219826221466, - 0.3270561993122101 - ] - ], - [ - 2.616666793823242, - [ - 0.333257794380188, - 0.2508159577846527, - 0.333257794380188 - ] - ], - [ - 2.625, - [ - 0.33967548608779907, - 0.2562345862388611, - 0.33967548608779907 - ] - ], - [ - 2.633333444595337, - [ - 0.34609702229499817, - 0.26186490058898926, - 0.34609702229499817 - ] - ], - [ - 2.644444465637207, - [ - 0.3550330400466919, - 0.2700028419494629, - 0.3550330400466919 - ] - ], - [ - 2.6555557250976563, - [ - 0.3641015887260437, - 0.2786431610584259, - 0.3641015887260437 - ] - ], - [ - 2.6666667461395264, - [ - 0.37210291624069214, - 0.28678518533706665, - 0.37210291624069214 - ] - ], - [ - 2.6777777671813965, - [ - 0.3794953227043152, - 0.2954424023628235, - 0.3794953227043152 - ] - ], - [ - 2.6888890266418457, - [ - 0.3858204483985901, - 0.30360132455825806, - 0.3858204483985901 - ] - ], - [ - 2.700000047683716, - [ - 0.3885023295879364, - 0.30722036957740784, - 0.3885023295879364 - ] - ], - [ - 2.711111068725586, - [ - 0.38445863127708435, - 0.3056947588920593, - 0.38445863127708435 - ] - ], - [ - 2.722222328186035, - [ - 0.3746878206729889, - 0.3015863597393036, - 0.3746878206729889 - ] - ], - [ - 2.7333333492279053, - [ - 0.36272338032722473, - 0.2955949306488037, - 0.36272338032722473 - ] - ], - [ - 2.7444443702697754, - [ - 0.34818515181541443, - 0.2866811454296112, - 0.34818515181541443 - ] - ], - [ - 2.7555556297302246, - [ - 0.33145320415496826, - 0.27588433027267456, - 0.33145320415496826 - ] - ], - [ - 2.7666666507720947, - [ - 0.3171958327293396, - 0.26701709628105164, - 0.3171958327293396 - ] - ], - [ - 2.777777671813965, - [ - 0.3060741424560547, - 0.26116523146629333, - 0.3060741424560547 - ] - ], - [ - 2.788888931274414, - [ - 0.2974269390106201, - 0.2572428584098816, - 0.2974269390106201 - ] - ], - [ - 2.799999952316284, - [ - 0.2939451336860657, - 0.25581029057502747, - 0.2939451336860657 - ] - ], - [ - 2.8111109733581543, - [ - 0.29507291316986084, - 0.2583802044391632, - 0.29507291316986084 - ] - ], - [ - 2.8222222328186035, - [ - 0.2980344891548157, - 0.2644912302494049, - 0.2980344891548157 - ] - ], - [ - 2.8333332538604736, - [ - 0.302199125289917, - 0.2717496454715729, - 0.302199125289917 - ] - ], - [ - 2.8444442749023438, - [ - 0.30754637718200684, - 0.2795233726501465, - 0.30754637718200684 - ] - ], - [ - 2.855555534362793, - [ - 0.3140968084335327, - 0.2884445786476135, - 0.3140968084335327 - ] - ], - [ - 2.866666555404663, - [ - 0.3212835192680359, - 0.29801854491233826, - 0.3212835192680359 - ] - ], - [ - 2.875, - [ - 0.3270561695098877, - 0.30561602115631104, - 0.3270561695098877 - ] - ], - [ - 2.883333206176758, - [ - 0.3332575559616089, - 0.31365519762039185, - 0.3332575559616089 - ] - ], - [ - 2.9000000953674316, - [ - 0.34609702229499817, - 0.3301648795604706, - 0.34609702229499817 - ] - ], - [ - 2.9111111164093018, - [ - 0.3550330102443695, - 0.3415662944316864, - 0.3550330102443695 - ] - ], - [ - 2.922222375869751, - [ - 0.3641015887260437, - 0.35309064388275146, - 0.3641015887260437 - ] - ], - [ - 2.933333396911621, - [ - 0.37210291624069214, - 0.3634164035320282, - 0.37210291624069214 - ] - ], - [ - 2.944444417953491, - [ - 0.3794952630996704, - 0.37336623668670654, - 0.3794952630996704 - ] - ], - [ - 2.9555556774139404, - [ - 0.3858204483985901, - 0.3821175694465637, - 0.3858204483985901 - ] - ], - [ - 2.9666666984558105, - [ - 0.3885023295879364, - 0.38587865233421326, - 0.3885023295879364 - ] - ], - [ - 2.9777777194976807, - [ - 0.38445863127708435, - 0.38501936197280884, - 0.38445863127708435 - ] - ], - [ - 2.98888897895813, - [ - 0.3746878504753113, - 0.37901535630226135, - 0.3746878504753113 - ] - ], - [ - 3.0, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.01111102104187, - [ - 0.3481851816177368, - 0.2930067479610443, - 0.3481851816177368 - ] - ], - [ - 3.0222222805023193, - [ - 0.33145320415496826, - 0.1769118756055832, - 0.33145320415496826 - ] - ], - [ - 3.0333333015441895, - [ - 0.3171958327293396, - 0.0844893530011177, - 0.3171958327293396 - ] - ], - [ - 3.0444443225860596, - [ - 0.3060741424560547, - 0.042183924466371536, - 0.3060741424560547 - ] - ], - [ - 3.055555582046509, - [ - 0.2974269390106201, - 0.023552194237709045, - 0.2974269390106201 - ] - ], - [ - 3.066666603088379, - [ - 0.2939451336860657, - 0.01938514970242977, - 0.2939451336860657 - ] - ], - [ - 3.077777624130249, - [ - 0.2950729429721832, - 0.02300906740128994, - 0.2950729429721832 - ] - ], - [ - 3.0888888835906982, - [ - 0.2980344891548157, - 0.035204801708459854, - 0.2980344891548157 - ] - ], - [ - 3.0999999046325684, - [ - 0.302199125289917, - 0.05796685442328453, - 0.302199125289917 - ] - ], - [ - 3.1083333492279053, - [ - 0.30607447028160095, - 0.08422022312879562, - 0.30607447028160095 - ] - ], - [ - 3.116666793823242, - [ - 0.3107064962387085, - 0.11758188158273697, - 0.3107064962387085 - ] - ], - [ - 3.125, - [ - 0.31585586071014404, - 0.15456248819828033, - 0.31585586071014404 - ] - ], - [ - 3.133333444595337, - [ - 0.3212836980819702, - 0.19167600572109222, - 0.3212836980819702 - ] - ], - [ - 3.144444465637207, - [ - 0.3290863335132599, - 0.2472739815711975, - 0.3290863335132599 - ] - ], - [ - 3.1555557250976563, - [ - 0.33752548694610596, - 0.30517256259918213, - 0.33752548694610596 - ] - ], - [ - 3.1666667461395264, - [ - 0.346096932888031, - 0.34609711170196533, - 0.346096932888031 - ] - ], - [ - 3.1777777671813965, - [ - 0.3550329804420471, - 0.3628244698047638, - 0.3550329804420471 - ] - ], - [ - 3.1888890266418457, - [ - 0.3641015887260437, - 0.3679976463317871, - 0.3641015887260437 - ] - ], - [ - 3.200000047683716, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 3.211111068725586, - [ - 0.3794952630996704, - 0.3794952630996704, - 0.3794952630996704 - ] - ], - [ - 3.222222328186035, - [ - 0.3858204185962677, - 0.3858204185962677, - 0.3858204185962677 - ] - ], - [ - 3.2333333492279053, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 3.2444443702697754, - [ - 0.38445863127708435, - 0.38445863127708435, - 0.38445863127708435 - ] - ], - [ - 3.2555556297302246, - [ - 0.37468788027763367, - 0.37468788027763367, - 0.37468788027763367 - ] - ], - [ - 3.2666666507720947, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.277777671813965, - [ - 0.3456384241580963, - 0.3456384241580963, - 0.3456384241580963 - ] - ], - [ - 3.288888931274414, - [ - 0.3263601064682007, - 0.3263601064682007, - 0.3263601064682007 - ] - ], - [ - 3.299999952316284, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 3.3111109733581543, - [ - 0.32448574900627136, - 0.337210088968277, - 0.32448574900627136 - ] - ], - [ - 3.3222222328186035, - [ - 0.3402841091156006, - 0.37437182664871216, - 0.3402841091156006 - ] - ], - [ - 3.3333332538604736, - [ - 0.3554949462413788, - 0.3943864405155182, - 0.3554949462413788 - ] - ], - [ - 3.3444442749023438, - [ - 0.3693335950374603, - 0.3928608000278473, - 0.3693335950374603 - ] - ], - [ - 3.355555534362793, - [ - 0.3825843334197998, - 0.3900280296802521, - 0.3825843334197998 - ] - ], - [ - 3.366666555404663, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458104811_1067088.json b/lenses/physics-objects/Scene/assets/1645812458104811_1067088.json deleted file mode 100644 index 0ddc00bc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458104811_1067088.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458104811:1067088", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5083333253860474, - [ - 0.0, - 1.2042196989059448, - 0.0 - ] - ], - [ - 0.5166666507720947, - [ - 0.0, - 4.335182189941406, - 0.0 - ] - ], - [ - 0.5250000357627869, - [ - 0.0, - 8.670392990112305, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 13.48725700378418, - 0.0 - ] - ], - [ - 0.5444444417953491, - [ - 0.0, - 21.40846061706543, - 0.0 - ] - ], - [ - 0.5555555820465088, - [ - 0.0, - 30.61369514465332, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 0.574999988079071, - [ - 0.0, - 43.35176086425781, - 0.0 - ] - ], - [ - 0.5833333730697632, - [ - 0.0, - 47.68696975708008, - 0.0 - ] - ], - [ - 0.5916666984558105, - [ - 0.0, - 50.81792449951172, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 0.6111111044883728, - [ - 0.0, - 49.951988220214844, - 0.0 - ] - ], - [ - 0.6222222447395325, - [ - 0.0, - 44.885581970214844, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 38.534934997558594, - 0.0 - ] - ], - [ - 0.6416666507720947, - [ - 0.0, - 32.81490707397461, - 0.0 - ] - ], - [ - 0.6583333611488342, - [ - 0.0, - 19.207216262817383, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 13.487196922302246, - 0.0 - ] - ], - [ - 0.6777777671813965, - [ - 0.0, - 7.136546611785889, - 0.0 - ] - ], - [ - 0.6888889074325562, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4777778387069702, - [ - 0.0, - 2.0701687335968018, - 0.0 - ] - ], - [ - 1.4888888597488403, - [ - 0.0, - 7.1365180015563965, - 0.0 - ] - ], - [ - 1.5, - [ - 0.0, - 13.48719310760498, - 0.0 - ] - ], - [ - 1.5111111402511597, - [ - 0.0, - 21.4084415435791, - 0.0 - ] - ], - [ - 1.5222221612930298, - [ - 0.0, - 30.61357879638672, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 38.534847259521484, - 0.0 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 43.351715087890625, - 0.0 - ] - ], - [ - 1.5499999523162842, - [ - 0.0, - 47.686912536621094, - 0.0 - ] - ], - [ - 1.558333396911621, - [ - 0.0, - 50.817928314208984, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 1.5777778625488281, - [ - 0.0, - 49.95195388793945, - 0.0 - ] - ], - [ - 1.5888888835906982, - [ - 0.0, - 44.88558578491211, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 1.6111111640930176, - [ - 0.0, - 30.61363410949707, - 0.0 - ] - ], - [ - 1.6222221851348877, - [ - 0.0, - 21.408485412597656, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - 13.487221717834473, - 0.0 - ] - ], - [ - 1.644444465637207, - [ - 0.0, - 7.136542797088623, - 0.0 - ] - ], - [ - 1.6555554866790771, - [ - 0.0, - 2.070175886154175, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.277777671813965, - [ - 0.0, - 2.070115089416504, - 0.0 - ] - ], - [ - 2.288888931274414, - [ - 0.0, - 7.136578559875488, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 13.487189292907715, - 0.0 - ] - ], - [ - 2.3111109733581543, - [ - 0.0, - 21.408348083496094, - 0.0 - ] - ], - [ - 2.3222222328186035, - [ - 0.0, - 30.613689422607422, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 38.53486633300781, - 0.0 - ] - ], - [ - 2.3444442749023438, - [ - 0.0, - 44.88549041748047, - 0.0 - ] - ], - [ - 2.355555534362793, - [ - 0.0, - 49.95197677612305, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 2.375, - [ - 0.0, - 50.817901611328125, - 0.0 - ] - ], - [ - 2.383333206176758, - [ - 0.0, - 47.68696594238281, - 0.0 - ] - ], - [ - 2.3916666507720947, - [ - 0.0, - 43.35169982910156, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 38.53474807739258, - 0.0 - ] - ], - [ - 2.4111111164093018, - [ - 0.0, - 30.613571166992188, - 0.0 - ] - ], - [ - 2.422222375869751, - [ - 0.0, - 21.408252716064453, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 13.48713207244873, - 0.0 - ] - ], - [ - 2.444444417953491, - [ - 0.0, - 7.136532306671143, - 0.0 - ] - ], - [ - 2.4555556774139404, - [ - 0.0, - 2.070100784301758, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.6083333492279053, - [ - 0.0, - 1.204234004020691, - 0.0 - ] - ], - [ - 3.616666793823242, - [ - 0.0, - 4.335289478302002, - 0.0 - ] - ], - [ - 3.625, - [ - 0.0, - 8.670446395874023, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 13.487397193908691, - 0.0 - ] - ], - [ - 3.644444465637207, - [ - 0.0, - 21.408580780029297, - 0.0 - ] - ], - [ - 3.6555557250976563, - [ - 0.0, - 30.6138973236084, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 38.53501892089844, - 0.0 - ] - ], - [ - 3.6777777671813965, - [ - 0.0, - 44.88561248779297, - 0.0 - ] - ], - [ - 3.6888890266418457, - [ - 0.0, - 49.95204162597656, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 3.711111068725586, - [ - 0.0, - 49.951995849609375, - 0.0 - ] - ], - [ - 3.722222328186035, - [ - 0.0, - 44.88552474975586, - 0.0 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 38.534908294677734, - 0.0 - ] - ], - [ - 3.7444443702697754, - [ - 0.0, - 30.613737106323242, - 0.0 - ] - ], - [ - 3.7555556297302246, - [ - 0.0, - 21.40839958190918, - 0.0 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 13.487232208251953, - 0.0 - ] - ], - [ - 3.777777671813965, - [ - 0.0, - 7.136610984802246, - 0.0 - ] - ], - [ - 3.788888931274414, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.577777862548828, - [ - 0.0, - 2.070183038711548, - 0.0 - ] - ], - [ - 4.588888645172119, - [ - 0.0, - 7.136421203613281, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 13.487168312072754, - 0.0 - ] - ], - [ - 4.611111164093018, - [ - 0.0, - 21.40850257873535, - 0.0 - ] - ], - [ - 4.622221946716309, - [ - 0.0, - 30.613454818725586, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 38.53483963012695, - 0.0 - ] - ], - [ - 4.644444465637207, - [ - 0.0, - 44.88559341430664, - 0.0 - ] - ], - [ - 4.655555248260498, - [ - 0.0, - 49.95187759399414, - 0.0 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 4.6777777671813965, - [ - 0.0, - 49.95200729370117, - 0.0 - ] - ], - [ - 4.6888885498046875, - [ - 0.0, - 44.88582992553711, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 38.53513717651367, - 0.0 - ] - ], - [ - 4.711111068725586, - [ - 0.0, - 30.613872528076172, - 0.0 - ] - ], - [ - 4.722221851348877, - [ - 0.0, - 21.408964157104492, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 13.487568855285645, - 0.0 - ] - ], - [ - 4.741666793823242, - [ - 0.0, - 8.67046070098877, - 0.0 - ] - ], - [ - 4.75, - [ - 0.0, - 4.335282325744629, - 0.0 - ] - ], - [ - 4.758333206176758, - [ - 0.0, - 1.2042804956436157, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.144444465637207, - [ - 0.0, - 2.0701615810394287, - 0.0 - ] - ], - [ - 6.155555248260498, - [ - 0.0, - 7.136389255523682, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 13.487135887145996, - 0.0 - ] - ], - [ - 6.1777777671813965, - [ - 0.0, - 21.408449172973633, - 0.0 - ] - ], - [ - 6.1888885498046875, - [ - 0.0, - 30.613405227661133, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 38.5348014831543, - 0.0 - ] - ], - [ - 6.211111068725586, - [ - 0.0, - 44.88555908203125, - 0.0 - ] - ], - [ - 6.222221851348877, - [ - 0.0, - 49.95185470581055, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 6.241666793823242, - [ - 0.0, - 50.81785202026367, - 0.0 - ] - ], - [ - 6.25, - [ - 0.0, - 47.68685531616211, - 0.0 - ] - ], - [ - 6.258333206176758, - [ - 0.0, - 43.3516731262207, - 0.0 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 38.53456497192383, - 0.0 - ] - ], - [ - 6.277778148651123, - [ - 0.0, - 30.613170623779297, - 0.0 - ] - ], - [ - 6.288888931274414, - [ - 0.0, - 21.408266067504883, - 0.0 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 13.486992835998535, - 0.0 - ] - ], - [ - 6.3111114501953125, - [ - 0.0, - 7.1363067626953125, - 0.0 - ] - ], - [ - 6.3222222328186035, - [ - 0.0, - 2.07012939453125, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458105078_1067095.json b/lenses/physics-objects/Scene/assets/1645812458105078_1067095.json deleted file mode 100644 index 3c9eddb1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458105078_1067095.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458105078:1067095", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458105390_1067102.json b/lenses/physics-objects/Scene/assets/1645812458105390_1067102.json deleted file mode 100644 index 3821dccc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458105390_1067102.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458105390:1067102", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5083333253860474, - [ - 1.0, - 0.9799210429191589, - 1.0 - ] - ], - [ - 0.5166666507720947, - [ - 1.0, - 0.9277158975601196, - 1.0 - ] - ], - [ - 0.5250000357627869, - [ - 1.0, - 0.855431318283081, - 1.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.0, - 0.7751157283782959, - 1.0 - ] - ], - [ - 0.5444444417953491, - [ - 1.0, - 0.6430389285087585, - 1.0 - ] - ], - [ - 0.5555555820465088, - [ - 1.0, - 0.48955237865448, - 1.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.0, - 0.35747548937797546, - 1.0 - ] - ], - [ - 0.574999988079071, - [ - 1.0, - 0.27716001868247986, - 1.0 - ] - ], - [ - 0.5833333730697632, - [ - 1.0, - 0.20487546920776367, - 1.0 - ] - ], - [ - 0.5916666984558105, - [ - 1.0, - 0.15267041325569153, - 1.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 0.6111111044883728, - [ - 1.0, - 0.16710889339447021, - 1.0 - ] - ], - [ - 0.6222222447395325, - [ - 1.0, - 0.25158533453941345, - 1.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.0, - 0.3574749529361725, - 1.0 - ] - ], - [ - 0.6416666507720947, - [ - 1.0, - 0.45284971594810486, - 1.0 - ] - ], - [ - 0.6583333611488342, - [ - 1.0, - 0.6797420978546143, - 1.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.0, - 0.7751167416572571, - 1.0 - ] - ], - [ - 0.6777777671813965, - [ - 1.0, - 0.8810064196586609, - 1.0 - ] - ], - [ - 0.6888889074325562, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 0.699999988079071, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4777778387069702, - [ - 1.0, - 0.9654823541641235, - 1.0 - ] - ], - [ - 1.4888888597488403, - [ - 1.0, - 0.8810068964958191, - 1.0 - ] - ], - [ - 1.5, - [ - 1.0, - 0.7751168012619019, - 1.0 - ] - ], - [ - 1.5111111402511597, - [ - 1.0, - 0.6430392265319824, - 1.0 - ] - ], - [ - 1.5222221612930298, - [ - 1.0, - 0.4895543158054352, - 1.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.0, - 0.35747644305229187, - 1.0 - ] - ], - [ - 1.5416666269302368, - [ - 1.0, - 0.27716079354286194, - 1.0 - ] - ], - [ - 1.5499999523162842, - [ - 1.0, - 0.20487643778324127, - 1.0 - ] - ], - [ - 1.558333396911621, - [ - 1.0, - 0.15267035365104675, - 1.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 1.5777778625488281, - [ - 1.0, - 0.16710948944091797, - 1.0 - ] - ], - [ - 1.5888888835906982, - [ - 1.0, - 0.2515852749347687, - 1.0 - ] - ], - [ - 1.600000023841858, - [ - 1.0, - 0.3574754595756531, - 1.0 - ] - ], - [ - 1.6111111640930176, - [ - 1.0, - 0.48955339193344116, - 1.0 - ] - ], - [ - 1.6222221851348877, - [ - 1.0, - 0.6430385112762451, - 1.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.0, - 0.7751163244247437, - 1.0 - ] - ], - [ - 1.644444465637207, - [ - 1.0, - 0.8810064792633057, - 1.0 - ] - ], - [ - 1.6555554866790771, - [ - 1.0, - 0.965482234954834, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.2666666507720947, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.277777671813965, - [ - 1.0, - 0.9654832482337952, - 1.0 - ] - ], - [ - 2.288888931274414, - [ - 1.0, - 0.8810058832168579, - 1.0 - ] - ], - [ - 2.299999952316284, - [ - 1.0, - 0.7751168608665466, - 1.0 - ] - ], - [ - 2.3111109733581543, - [ - 1.0, - 0.6430407762527466, - 1.0 - ] - ], - [ - 2.3222222328186035, - [ - 1.0, - 0.48955246806144714, - 1.0 - ] - ], - [ - 2.3333332538604736, - [ - 1.0, - 0.3574760854244232, - 1.0 - ] - ], - [ - 2.3444442749023438, - [ - 1.0, - 0.25158682465553284, - 1.0 - ] - ], - [ - 2.355555534362793, - [ - 1.0, - 0.16710911691188812, - 1.0 - ] - ], - [ - 2.366666555404663, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 2.375, - [ - 1.0, - 0.15267080068588257, - 1.0 - ] - ], - [ - 2.383333206176758, - [ - 1.0, - 0.20487552881240845, - 1.0 - ] - ], - [ - 2.3916666507720947, - [ - 1.0, - 0.27716100215911865, - 1.0 - ] - ], - [ - 2.4000000953674316, - [ - 1.0, - 0.3574780821800232, - 1.0 - ] - ], - [ - 2.4111111164093018, - [ - 1.0, - 0.48955443501472473, - 1.0 - ] - ], - [ - 2.422222375869751, - [ - 1.0, - 0.6430423855781555, - 1.0 - ] - ], - [ - 2.433333396911621, - [ - 1.0, - 0.775117814540863, - 1.0 - ] - ], - [ - 2.444444417953491, - [ - 1.0, - 0.88100665807724, - 1.0 - ] - ], - [ - 2.4555556774139404, - [ - 1.0, - 0.9654834866523743, - 1.0 - ] - ], - [ - 2.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.5999999046325684, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.6083333492279053, - [ - 1.0, - 0.9799208045005798, - 1.0 - ] - ], - [ - 3.616666793823242, - [ - 1.0, - 0.9277141094207764, - 1.0 - ] - ], - [ - 3.625, - [ - 1.0, - 0.8554304242134094, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - 1.0, - 0.7751134037971497, - 1.0 - ] - ], - [ - 3.644444465637207, - [ - 1.0, - 0.6430369019508362, - 1.0 - ] - ], - [ - 3.6555557250976563, - [ - 1.0, - 0.48954901099205017, - 1.0 - ] - ], - [ - 3.6666667461395264, - [ - 1.0, - 0.35747355222702026, - 1.0 - ] - ], - [ - 3.6777777671813965, - [ - 1.0, - 0.25158482789993286, - 1.0 - ] - ], - [ - 3.6888890266418457, - [ - 1.0, - 0.16710801422595978, - 1.0 - ] - ], - [ - 3.700000047683716, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 3.711111068725586, - [ - 1.0, - 0.16710875928401947, - 1.0 - ] - ], - [ - 3.722222328186035, - [ - 1.0, - 0.25158625841140747, - 1.0 - ] - ], - [ - 3.7333333492279053, - [ - 1.0, - 0.3574753701686859, - 1.0 - ] - ], - [ - 3.7444443702697754, - [ - 1.0, - 0.4895516633987427, - 1.0 - ] - ], - [ - 3.7555556297302246, - [ - 1.0, - 0.6430399417877197, - 1.0 - ] - ], - [ - 3.7666666507720947, - [ - 1.0, - 0.7751161456108093, - 1.0 - ] - ], - [ - 3.777777671813965, - [ - 1.0, - 0.8810053467750549, - 1.0 - ] - ], - [ - 3.788888931274414, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 3.799999952316284, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.566666603088379, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.577777862548828, - [ - 1.0, - 0.9654821157455444, - 1.0 - ] - ], - [ - 4.588888645172119, - [ - 1.0, - 0.881008505821228, - 1.0 - ] - ], - [ - 4.599999904632568, - [ - 1.0, - 0.7751172184944153, - 1.0 - ] - ], - [ - 4.611111164093018, - [ - 1.0, - 0.6430382132530212, - 1.0 - ] - ], - [ - 4.622221946716309, - [ - 1.0, - 0.48955637216567993, - 1.0 - ] - ], - [ - 4.633333206176758, - [ - 1.0, - 0.35747653245925903, - 1.0 - ] - ], - [ - 4.644444465637207, - [ - 1.0, - 0.25158512592315674, - 1.0 - ] - ], - [ - 4.655555248260498, - [ - 1.0, - 0.16711077094078064, - 1.0 - ] - ], - [ - 4.666666507720947, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 4.6777777671813965, - [ - 1.0, - 0.16710859537124634, - 1.0 - ] - ], - [ - 4.6888885498046875, - [ - 1.0, - 0.2515811622142792, - 1.0 - ] - ], - [ - 4.699999809265137, - [ - 1.0, - 0.3574715554714203, - 1.0 - ] - ], - [ - 4.711111068725586, - [ - 1.0, - 0.4895494282245636, - 1.0 - ] - ], - [ - 4.722221851348877, - [ - 1.0, - 0.6430305242538452, - 1.0 - ] - ], - [ - 4.733333110809326, - [ - 1.0, - 0.7751105427742004, - 1.0 - ] - ], - [ - 4.741666793823242, - [ - 1.0, - 0.8554301857948303, - 1.0 - ] - ], - [ - 4.75, - [ - 1.0, - 0.9277142286300659, - 1.0 - ] - ], - [ - 4.758333206176758, - [ - 1.0, - 0.9799200296401978, - 1.0 - ] - ], - [ - 4.766666889190674, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.133333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.144444465637207, - [ - 1.0, - 0.9654824733734131, - 1.0 - ] - ], - [ - 6.155555248260498, - [ - 1.0, - 0.881009042263031, - 1.0 - ] - ], - [ - 6.166666507720947, - [ - 1.0, - 0.7751177549362183, - 1.0 - ] - ], - [ - 6.1777777671813965, - [ - 1.0, - 0.6430391073226929, - 1.0 - ] - ], - [ - 6.1888885498046875, - [ - 1.0, - 0.4895572066307068, - 1.0 - ] - ], - [ - 6.199999809265137, - [ - 1.0, - 0.3574771583080292, - 1.0 - ] - ], - [ - 6.211111068725586, - [ - 1.0, - 0.2515856921672821, - 1.0 - ] - ], - [ - 6.222221851348877, - [ - 1.0, - 0.16711115837097168, - 1.0 - ] - ], - [ - 6.233333110809326, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 6.241666793823242, - [ - 1.0, - 0.15267163515090942, - 1.0 - ] - ], - [ - 6.25, - [ - 1.0, - 0.20487737655639648, - 1.0 - ] - ], - [ - 6.258333206176758, - [ - 1.0, - 0.27716147899627686, - 1.0 - ] - ], - [ - 6.266666889190674, - [ - 1.0, - 0.35748109221458435, - 1.0 - ] - ], - [ - 6.277778148651123, - [ - 1.0, - 0.4895611107349396, - 1.0 - ] - ], - [ - 6.288888931274414, - [ - 1.0, - 0.6430421471595764, - 1.0 - ] - ], - [ - 6.300000190734863, - [ - 1.0, - 0.7751201391220093, - 1.0 - ] - ], - [ - 6.3111114501953125, - [ - 1.0, - 0.8810104131698608, - 1.0 - ] - ], - [ - 6.3222222328186035, - [ - 1.0, - 0.9654830098152161, - 1.0 - ] - ], - [ - 6.333333492279053, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458107491_1067115.json b/lenses/physics-objects/Scene/assets/1645812458107491_1067115.json deleted file mode 100644 index 3784651e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458107491_1067115.json +++ /dev/null @@ -1,2570 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458107491:1067115", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.03333333507180214, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.0416666679084301, - [ - 9.282278060913086, - 38.89265441894531, - 24.58257293701172 - ] - ], - [ - 0.05000000447034836, - [ - 9.374156951904297, - 44.04905700683594, - 24.825897216796875 - ] - ], - [ - 0.05833333730697632, - [ - 9.499730110168457, - 49.89438247680664, - 25.158458709716797 - ] - ], - [ - 0.06666667014360428, - [ - 9.636452674865723, - 54.179710388183594, - 25.520544052124023 - ] - ], - [ - 0.07777778059244156, - [ - 9.856290817260742, - 56.989376068115234, - 26.10274887084961 - ] - ], - [ - 0.08888889104127884, - [ - 10.109295845031738, - 58.358829498291016, - 26.77279281616211 - ] - ], - [ - 0.10000000149011612, - [ - 10.324888229370117, - 58.719642639160156, - 27.343751907348633 - ] - ], - [ - 0.10833333432674408, - [ - 10.452949523925781, - 58.61130905151367, - 27.68290138244629 - ] - ], - [ - 0.11666667461395264, - [ - 10.565679550170898, - 58.25349807739258, - 27.981449127197266 - ] - ], - [ - 0.125, - [ - 10.645910263061523, - 57.59700012207031, - 28.193925857543945 - ] - ], - [ - 0.13333334028720856, - [ - 10.676468849182129, - 56.592594146728516, - 28.27485466003418 - ] - ], - [ - 0.14444445073604584, - [ - 10.659414291381836, - 54.54631423950195, - 28.229690551757813 - ] - ], - [ - 0.15555556118488312, - [ - 10.614632606506348, - 51.910892486572266, - 28.11109161376953 - ] - ], - [ - 0.1666666716337204, - [ - 10.551657676696777, - 49.16157150268555, - 27.94431495666504 - ] - ], - [ - 0.17777778208255768, - [ - 10.470799446105957, - 45.79253005981445, - 27.730173110961914 - ] - ], - [ - 0.18888889253139496, - [ - 10.371748924255371, - 42.309757232666016, - 27.46785545349121 - ] - ], - [ - 0.20000000298023224, - [ - 10.263075828552246, - 40.705482482910156, - 27.180051803588867 - ] - ], - [ - 0.21111111342906952, - [ - 10.145088195800781, - 41.284568786621094, - 26.867582321166992 - ] - ], - [ - 0.2222222238779068, - [ - 10.017478942871094, - 42.35975646972656, - 26.529630661010742 - ] - ], - [ - 0.23333333432674408, - [ - 9.887866020202637, - 42.938838958740234, - 26.186370849609375 - ] - ], - [ - 0.24166667461395264, - [ - 9.787418365478516, - 42.90892028808594, - 25.920352935791016 - ] - ], - [ - 0.25, - [ - 9.683292388916016, - 42.835426330566406, - 25.644590377807617 - ] - ], - [ - 0.25833335518836975, - [ - 9.583141326904297, - 42.74276351928711, - 25.379358291625977 - ] - ], - [ - 0.2666666805744171, - [ - 9.494621276855469, - 42.65532684326172, - 25.144927978515625 - ] - ], - [ - 0.2777777910232544, - [ - 9.382838249206543, - 42.52433395385742, - 24.84889030456543 - ] - ], - [ - 0.2888889014720917, - [ - 9.287195205688477, - 42.388179779052734, - 24.59559440612793 - ] - ], - [ - 0.30000001192092896, - [ - 9.246641159057617, - 42.32533645629883, - 24.48819351196289 - ] - ], - [ - 0.31111112236976624, - [ - 9.307787895202637, - 42.53909683227539, - 24.650131225585938 - ] - ], - [ - 0.3222222328186035, - [ - 9.455533027648926, - 43.04107666015625, - 25.04140853881836 - ] - ], - [ - 0.3333333432674408, - [ - 9.636452674865723, - 43.622718811035156, - 25.520544052124023 - ] - ], - [ - 0.3444444537162781, - [ - 9.856290817260742, - 44.28154373168945, - 26.102750778198242 - ] - ], - [ - 0.35555556416511536, - [ - 10.109295845031738, - 45.0200080871582, - 26.77279281616211 - ] - ], - [ - 0.36666667461395264, - [ - 10.324889183044434, - 45.637168884277344, - 27.3437557220459 - ] - ], - [ - 0.3777777850627899, - [ - 10.493063926696777, - 46.09377670288086, - 27.789138793945313 - ] - ], - [ - 0.3888888955116272, - [ - 10.623819351196289, - 46.42906188964844, - 28.135421752929688 - ] - ], - [ - 0.4000000059604645, - [ - 10.676468849182129, - 46.55945587158203, - 28.27485466003418 - ] - ], - [ - 0.41111111640930176, - [ - 10.659414291381836, - 46.47359848022461, - 28.229690551757813 - ] - ], - [ - 0.42222222685813904, - [ - 10.614632606506348, - 46.259220123291016, - 28.11109161376953 - ] - ], - [ - 0.4333333373069763, - [ - 10.551657676696777, - 45.980934143066406, - 27.94431495666504 - ] - ], - [ - 0.4444444477558136, - [ - 10.470799446105957, - 45.651981353759766, - 27.730173110961914 - ] - ], - [ - 0.4555555582046509, - [ - 10.371748924255371, - 45.25912857055664, - 27.46785545349121 - ] - ], - [ - 0.46666666865348816, - [ - 10.263075828552246, - 44.82709884643555, - 27.180051803588867 - ] - ], - [ - 0.47777777910232544, - [ - 10.145089149475098, - 44.35639572143555, - 26.867582321166992 - ] - ], - [ - 0.4888888895511627, - [ - 10.017478942871094, - 43.846519470214844, - 26.529630661010742 - ] - ], - [ - 0.5, - [ - 9.887866020202637, - 43.32063674926758, - 26.186370849609375 - ] - ], - [ - 0.5083333253860474, - [ - 9.787418365478516, - 42.90879440307617, - 25.920352935791016 - ] - ], - [ - 0.5166666507720947, - [ - 9.683292388916016, - 42.47947311401367, - 25.644590377807617 - ] - ], - [ - 0.5250000357627869, - [ - 9.583141326904297, - 42.05809783935547, - 25.379358291625977 - ] - ], - [ - 0.5333333611488342, - [ - 9.494620323181152, - 41.670101165771484, - 25.144926071166992 - ] - ], - [ - 0.5444444417953491, - [ - 9.382838249206543, - 41.130496978759766, - 24.84889030456543 - ] - ], - [ - 0.5555555820465088, - [ - 9.287195205688477, - 40.63516616821289, - 24.59559440612793 - ] - ], - [ - 0.5666666626930237, - [ - 9.246641159057617, - 40.41799545288086, - 24.48819351196289 - ] - ], - [ - 0.574999988079071, - [ - 9.28227710723877, - 40.4868049621582, - 24.582571029663086 - ] - ], - [ - 0.5833333730697632, - [ - 9.374156951904297, - 40.67345428466797, - 24.825897216796875 - ] - ], - [ - 0.5916666984558105, - [ - 9.499730110168457, - 40.94827651977539, - 25.158458709716797 - ] - ], - [ - 0.6000000238418579, - [ - 9.636453628540039, - 41.28160095214844, - 25.52054786682129 - ] - ], - [ - 0.6111111044883728, - [ - 9.856290817260742, - 41.893646240234375, - 26.10274887084961 - ] - ], - [ - 0.6222222447395325, - [ - 10.109296798706055, - 42.62723159790039, - 26.772794723510742 - ] - ], - [ - 0.6333333253860474, - [ - 10.324888229370117, - 43.23947525024414, - 27.343751907348633 - ] - ], - [ - 0.6416666507720947, - [ - 10.452948570251465, - 43.57319259643555, - 27.682897567749023 - ] - ], - [ - 0.6499999761581421, - [ - 10.565679550170898, - 43.848602294921875, - 27.981447219848633 - ] - ], - [ - 0.6583333611488342, - [ - 10.645910263061523, - 44.03578186035156, - 28.193925857543945 - ] - ], - [ - 0.6666666865348816, - [ - 10.676468849182129, - 44.10482406616211, - 28.27485466003418 - ] - ], - [ - 0.6777777671813965, - [ - 10.659414291381836, - 43.97737121582031, - 28.229690551757813 - ] - ], - [ - 0.6888889074325562, - [ - 10.614632606506348, - 43.66970443725586, - 28.11109161376953 - ] - ], - [ - 0.699999988079071, - [ - 10.551657676696777, - 43.29362869262695, - 27.94431495666504 - ] - ], - [ - 0.7083333134651184, - [ - 10.493058204650879, - 42.9882926940918, - 27.789121627807617 - ] - ], - [ - 0.7166666984558105, - [ - 10.423016548156738, - 42.640262603759766, - 27.603628158569336 - ] - ], - [ - 0.7250000238418579, - [ - 10.345149993896484, - 42.26215744018555, - 27.39741325378418 - ] - ], - [ - 0.7333333492279053, - [ - 10.263075828552246, - 41.866607666015625, - 27.180051803588867 - ] - ], - [ - 0.7444444298744202, - [ - 10.145088195800781, - 41.30402755737305, - 26.867582321166992 - ] - ], - [ - 0.7666666507720947, - [ - 9.887866020202637, - 40.09307098388672, - 26.186370849609375 - ] - ], - [ - 0.7749999761581421, - [ - 9.787418365478516, - 39.62168884277344, - 25.920352935791016 - ] - ], - [ - 0.7833333015441895, - [ - 9.683292388916016, - 39.13494873046875, - 25.64459228515625 - ] - ], - [ - 0.7916666865348816, - [ - 9.583141326904297, - 38.66404724121094, - 25.379358291625977 - ] - ], - [ - 0.800000011920929, - [ - 9.494620323181152, - 38.24018859863281, - 25.144926071166992 - ] - ], - [ - 0.8111110925674438, - [ - 9.382838249206543, - 37.68076705932617, - 24.84889030456543 - ] - ], - [ - 0.8222222328186035, - [ - 9.287195205688477, - 37.18647766113281, - 24.59559440612793 - ] - ], - [ - 0.8333333134651184, - [ - 9.246641159057617, - 36.97357177734375, - 24.48819351196289 - ] - ], - [ - 0.8416666388511658, - [ - 9.28227710723877, - 37.08736038208008, - 24.582571029663086 - ] - ], - [ - 0.8500000238418579, - [ - 9.374156951904297, - 37.38739776611328, - 24.825897216796875 - ] - ], - [ - 0.8583333492279053, - [ - 9.499730110168457, - 37.81171798706055, - 25.158458709716797 - ] - ], - [ - 0.8666666746139526, - [ - 9.636452674865723, - 38.2983512878418, - 25.520544052124023 - ] - ], - [ - 0.8777777552604675, - [ - 9.856289863586426, - 38.69129180908203, - 26.10274887084961 - ] - ], - [ - 0.8888888955116272, - [ - 10.109295845031738, - 39.23176193237305, - 26.77279281616211 - ] - ], - [ - 0.8999999761581421, - [ - 10.324888229370117, - 40.95063781738281, - 27.343751907348633 - ] - ], - [ - 0.9083333015441895, - [ - 10.452948570251465, - 43.89043045043945, - 27.682897567749023 - ] - ], - [ - 0.9166666269302368, - [ - 10.565679550170898, - 47.99485778808594, - 27.981447219848633 - ] - ], - [ - 0.925000011920929, - [ - 10.645909309387207, - 52.15915298461914, - 28.193923950195313 - ] - ], - [ - 0.9333333373069763, - [ - 10.676468849182129, - 55.2784423828125, - 28.27485466003418 - ] - ], - [ - 0.9444444179534912, - [ - 10.659414291381836, - 57.50630187988281, - 28.229690551757813 - ] - ], - [ - 0.9555555582046509, - [ - 10.614632606506348, - 58.531490325927734, - 28.11109161376953 - ] - ], - [ - 0.9666666388511658, - [ - 10.551657676696777, - 58.77895736694336, - 27.94431495666504 - ] - ], - [ - 0.9749999642372131, - [ - 10.493058204650879, - 58.650421142578125, - 27.789121627807617 - ] - ], - [ - 0.9833333492279053, - [ - 10.423016548156738, - 58.227779388427734, - 27.603628158569336 - ] - ], - [ - 0.9916666746139526, - [ - 10.345149993896484, - 57.45552062988281, - 27.39741325378418 - ] - ], - [ - 1.0, - [ - 10.263075828552246, - 56.27811050415039, - 27.180051803588867 - ] - ], - [ - 1.0111111402511597, - [ - 10.145088195800781, - 53.886661529541016, - 26.86758041381836 - ] - ], - [ - 1.0222221612930298, - [ - 10.01747989654541, - 50.80810546875, - 26.529630661010742 - ] - ], - [ - 1.0333333015441895, - [ - 9.887866020202637, - 47.59103775024414, - 26.186370849609375 - ] - ], - [ - 1.0416666269302368, - [ - 9.787418365478516, - 44.729698181152344, - 25.920352935791016 - ] - ], - [ - 1.0499999523162842, - [ - 9.683292388916016, - 41.4605712890625, - 25.64459228515625 - ] - ], - [ - 1.058333396911621, - [ - 9.58314037322998, - 38.773292541503906, - 25.379356384277344 - ] - ], - [ - 1.0666667222976685, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.0777778625488281, - [ - 9.382838249206543, - 38.3637580871582, - 24.848888397216797 - ] - ], - [ - 1.0888888835906982, - [ - 9.287195205688477, - 39.855552673339844, - 24.59559440612793 - ] - ], - [ - 1.100000023841858, - [ - 9.246641159057617, - 41.19446563720703, - 24.48819351196289 - ] - ], - [ - 1.1111111640930176, - [ - 9.307788848876953, - 42.0106201171875, - 24.65013313293457 - ] - ], - [ - 1.1222221851348877, - [ - 9.45553207397461, - 42.673824310302734, - 25.041406631469727 - ] - ], - [ - 1.1333333253860474, - [ - 9.636452674865723, - 43.35426712036133, - 25.520544052124023 - ] - ], - [ - 1.144444465637207, - [ - 9.856290817260742, - 44.16300582885742, - 26.102750778198242 - ] - ], - [ - 1.1555554866790771, - [ - 10.109294891357422, - 44.988975524902344, - 26.772789001464844 - ] - ], - [ - 1.1666666269302368, - [ - 10.324888229370117, - 45.66930389404297, - 27.343751907348633 - ] - ], - [ - 1.1749999523162842, - [ - 10.452948570251465, - 46.059505462646484, - 27.682897567749023 - ] - ], - [ - 1.183333396911621, - [ - 10.565680503845215, - 46.378639221191406, - 27.981449127197266 - ] - ], - [ - 1.1916667222976685, - [ - 10.645910263061523, - 46.594051361083984, - 28.193925857543945 - ] - ], - [ - 1.2000000476837158, - [ - 10.676468849182129, - 46.67311096191406, - 28.27485466003418 - ] - ], - [ - 1.2111111879348755, - [ - 10.659414291381836, - 46.58917999267578, - 28.22968864440918 - ] - ], - [ - 1.2222222089767456, - [ - 10.614632606506348, - 46.376651763916016, - 28.11109161376953 - ] - ], - [ - 1.2333333492279053, - [ - 10.551657676696777, - 46.09423828125, - 27.94431495666504 - ] - ], - [ - 1.244444489479065, - [ - 10.47079849243164, - 45.75296401977539, - 27.73017120361328 - ] - ], - [ - 1.255555510520935, - [ - 10.371749877929688, - 45.341819763183594, - 27.467857360839844 - ] - ], - [ - 1.2666666507720947, - [ - 10.263075828552246, - 44.886329650878906, - 27.180051803588867 - ] - ], - [ - 1.2777777910232544, - [ - 10.145089149475098, - 44.3870849609375, - 26.867582321166992 - ] - ], - [ - 1.2888888120651245, - [ - 10.01747989654541, - 43.843505859375, - 26.529632568359375 - ] - ], - [ - 1.2999999523162842, - [ - 9.887866020202637, - 43.279266357421875, - 26.186370849609375 - ] - ], - [ - 1.3083332777023315, - [ - 9.787418365478516, - 42.835365295410156, - 25.920352935791016 - ] - ], - [ - 1.316666603088379, - [ - 9.683293342590332, - 42.37110900878906, - 25.644594192504883 - ] - ], - [ - 1.3250000476837158, - [ - 9.583141326904297, - 41.912689208984375, - 25.379358291625977 - ] - ], - [ - 1.3333333730697632, - [ - 9.494621276855469, - 41.48629379272461, - 25.144927978515625 - ] - ], - [ - 1.3444445133209229, - [ - 9.382838249206543, - 40.88010025024414, - 24.848888397216797 - ] - ], - [ - 1.355555534362793, - [ - 9.287195205688477, - 40.31532669067383, - 24.59559440612793 - ] - ], - [ - 1.3666666746139526, - [ - 9.246641159057617, - 40.06605529785156, - 24.48819351196289 - ] - ], - [ - 1.3777778148651123, - [ - 9.307787895202637, - 40.15926742553711, - 24.650131225585938 - ] - ], - [ - 1.3888888359069824, - [ - 9.45553207397461, - 40.41569137573242, - 25.041406631469727 - ] - ], - [ - 1.399999976158142, - [ - 9.636452674865723, - 40.80071258544922, - 25.520544052124023 - ] - ], - [ - 1.4111111164093018, - [ - 9.856290817260742, - 41.385982513427734, - 26.102750778198242 - ] - ], - [ - 1.4222221374511719, - [ - 10.109294891357422, - 42.099822998046875, - 26.772789001464844 - ] - ], - [ - 1.4333332777023315, - [ - 10.324886322021484, - 42.69300842285156, - 27.343748092651367 - ] - ], - [ - 1.441666603088379, - [ - 10.452947616577148, - 43.008644104003906, - 27.682897567749023 - ] - ], - [ - 1.4500000476837158, - [ - 10.565679550170898, - 43.264591217041016, - 27.981449127197266 - ] - ], - [ - 1.4583333730697632, - [ - 10.645910263061523, - 43.436214447021484, - 28.193925857543945 - ] - ], - [ - 1.4666666984558105, - [ - 10.676468849182129, - 43.498897552490234, - 28.27485466003418 - ] - ], - [ - 1.4777778387069702, - [ - 10.659414291381836, - 43.35433578491211, - 28.229690551757813 - ] - ], - [ - 1.4888888597488403, - [ - 10.614632606506348, - 43.01005554199219, - 28.11109161376953 - ] - ], - [ - 1.5, - [ - 10.551657676696777, - 42.599822998046875, - 27.94431495666504 - ] - ], - [ - 1.5111111402511597, - [ - 10.47079849243164, - 42.15634536743164, - 27.73017120361328 - ] - ], - [ - 1.5222221612930298, - [ - 10.371749877929688, - 41.64694595336914, - 27.467857360839844 - ] - ], - [ - 1.5333333015441895, - [ - 10.263075828552246, - 41.10721206665039, - 27.180051803588867 - ] - ], - [ - 1.5416666269302368, - [ - 10.175786972045898, - 40.683101654052734, - 26.948883056640625 - ] - ], - [ - 1.558333396911621, - [ - 9.984966278076172, - 39.78368377685547, - 26.443525314331055 - ] - ], - [ - 1.5666667222976685, - [ - 9.887864112854004, - 39.34162521362305, - 26.18636703491211 - ] - ], - [ - 1.5888888835906982, - [ - 9.61561393737793, - 37.96653747558594, - 25.465356826782227 - ] - ], - [ - 1.600000023841858, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.6111111640930176, - [ - 9.382838249206543, - 41.06166076660156, - 24.848888397216797 - ] - ], - [ - 1.6222221851348877, - [ - 9.287196159362793, - 48.0444221496582, - 24.595596313476563 - ] - ], - [ - 1.6333333253860474, - [ - 9.246641159057617, - 53.76803970336914, - 24.48819351196289 - ] - ], - [ - 1.644444465637207, - [ - 9.307787895202637, - 56.551597595214844, - 24.650131225585938 - ] - ], - [ - 1.6555554866790771, - [ - 9.455531120300293, - 58.07561111450195, - 25.041404724121094 - ] - ], - [ - 1.6666666269302368, - [ - 9.636452674865723, - 58.539573669433594, - 25.520544052124023 - ] - ], - [ - 1.6749999523162842, - [ - 9.795458793640137, - 58.40643310546875, - 25.941646575927734 - ] - ], - [ - 1.683333396911621, - [ - 9.983060836791992, - 57.999977111816406, - 26.438480377197266 - ] - ], - [ - 1.6916667222976685, - [ - 10.169466972351074, - 57.30970001220703, - 26.932144165039063 - ] - ], - [ - 1.7000000476837158, - [ - 10.324888229370117, - 56.3250617980957, - 27.343751907348633 - ] - ], - [ - 1.7111111879348755, - [ - 10.493064880371094, - 54.40766143798828, - 27.789140701293945 - ] - ], - [ - 1.7222222089767456, - [ - 10.623819351196289, - 51.973388671875, - 28.135421752929688 - ] - ], - [ - 1.7333333492279053, - [ - 10.676468849182129, - 49.456993103027344, - 28.27485466003418 - ] - ], - [ - 1.744444489479065, - [ - 10.659414291381836, - 46.412689208984375, - 28.229690551757813 - ] - ], - [ - 1.755555510520935, - [ - 10.614632606506348, - 43.286460876464844, - 28.111093521118164 - ] - ], - [ - 1.7666666507720947, - [ - 10.551657676696777, - 41.850059509277344, - 27.94431495666504 - ] - ], - [ - 1.7777777910232544, - [ - 10.470799446105957, - 42.50624465942383, - 27.730173110961914 - ] - ], - [ - 1.7888888120651245, - [ - 10.371749877929688, - 43.724571228027344, - 27.467857360839844 - ] - ], - [ - 1.7999999523162842, - [ - 10.263075828552246, - 44.38076400756836, - 27.180051803588867 - ] - ], - [ - 1.8083332777023315, - [ - 10.175786972045898, - 44.35964584350586, - 26.948883056640625 - ] - ], - [ - 1.816666603088379, - [ - 10.082013130187988, - 44.29813766479492, - 26.700538635253906 - ] - ], - [ - 1.8250000476837158, - [ - 9.984966278076172, - 44.199012756347656, - 26.443525314331055 - ] - ], - [ - 1.8333333730697632, - [ - 9.887866020202637, - 44.06504440307617, - 26.186370849609375 - ] - ], - [ - 1.8444445133209229, - [ - 9.752739906311035, - 43.8062744140625, - 25.828514099121094 - ] - ], - [ - 1.855555534362793, - [ - 9.61561393737793, - 43.48394012451172, - 25.465356826782227 - ] - ], - [ - 1.8666666746139526, - [ - 9.494621276855469, - 43.17702865600586, - 25.144927978515625 - ] - ], - [ - 1.8777778148651123, - [ - 9.382838249206543, - 42.8615608215332, - 24.84889030456543 - ] - ], - [ - 1.8888888359069824, - [ - 9.287195205688477, - 42.5615348815918, - 24.59559440612793 - ] - ], - [ - 1.899999976158142, - [ - 9.246641159057617, - 42.427921295166016, - 24.48819351196289 - ] - ], - [ - 1.9111111164093018, - [ - 9.307787895202637, - 42.57675552368164, - 24.650129318237305 - ] - ], - [ - 1.9222221374511719, - [ - 9.455531120300293, - 42.941017150878906, - 25.041404724121094 - ] - ], - [ - 1.9333332777023315, - [ - 9.63645076751709, - 43.397647857666016, - 25.520540237426758 - ] - ], - [ - 1.941666603088379, - [ - 9.79545783996582, - 43.81404495239258, - 25.9416446685791 - ] - ], - [ - 1.9583333730697632, - [ - 10.169466018676758, - 44.80274200439453, - 26.93214225769043 - ] - ], - [ - 1.9666666984558105, - [ - 10.324888229370117, - 45.19877243041992, - 27.343751907348633 - ] - ], - [ - 1.9777778387069702, - [ - 10.493064880371094, - 45.582977294921875, - 27.789140701293945 - ] - ], - [ - 1.9888888597488403, - [ - 10.623819351196289, - 45.85068893432617, - 28.135421752929688 - ] - ], - [ - 2.0, - [ - 10.676468849182129, - 45.95124053955078, - 28.27485466003418 - ] - ], - [ - 2.01111102104187, - [ - 10.659415245056152, - 45.8280029296875, - 28.229690551757813 - ] - ], - [ - 2.0222222805023193, - [ - 10.614632606506348, - 45.530086517333984, - 28.11109161376953 - ] - ], - [ - 2.0333333015441895, - [ - 10.551657676696777, - 45.164955139160156, - 27.94431495666504 - ] - ], - [ - 2.0444443225860596, - [ - 10.470800399780273, - 44.75994110107422, - 27.730175018310547 - ] - ], - [ - 2.055555582046509, - [ - 10.371748924255371, - 44.28770446777344, - 27.46785545349121 - ] - ], - [ - 2.066666603088379, - [ - 10.263075828552246, - 43.77357864379883, - 27.180051803588867 - ] - ], - [ - 2.077777624130249, - [ - 10.145090103149414, - 43.217529296875, - 26.867586135864258 - ] - ], - [ - 2.0888888835906982, - [ - 10.017478942871094, - 42.619571685791016, - 26.529630661010742 - ] - ], - [ - 2.0999999046325684, - [ - 9.887866973876953, - 42.00499725341797, - 26.18637466430664 - ] - ], - [ - 2.1083333492279053, - [ - 9.7874174118042, - 41.52530288696289, - 25.920351028442383 - ] - ], - [ - 2.116666793823242, - [ - 9.683290481567383, - 41.02682113647461, - 25.64458656311035 - ] - ], - [ - 2.125, - [ - 9.583141326904297, - 40.53785705566406, - 25.379358291625977 - ] - ], - [ - 2.133333444595337, - [ - 9.494621276855469, - 40.0866813659668, - 25.144927978515625 - ] - ], - [ - 2.144444465637207, - [ - 9.382838249206543, - 39.456485748291016, - 24.84889030456543 - ] - ], - [ - 2.1555557250976563, - [ - 9.28719425201416, - 38.87672424316406, - 24.595592498779297 - ] - ], - [ - 2.1666667461395264, - [ - 9.246641159057617, - 38.62228775024414, - 24.48819351196289 - ] - ], - [ - 2.1777777671813965, - [ - 9.307787895202637, - 38.740806579589844, - 24.650129318237305 - ] - ], - [ - 2.1888890266418457, - [ - 9.455534934997559, - 39.05731201171875, - 25.041414260864258 - ] - ], - [ - 2.200000047683716, - [ - 9.636452674865723, - 39.513458251953125, - 25.520544052124023 - ] - ], - [ - 2.211111068725586, - [ - 9.856289863586426, - 40.17850112915039, - 26.102746963500977 - ] - ], - [ - 2.222222328186035, - [ - 10.109298706054688, - 40.98318862915039, - 26.772798538208008 - ] - ], - [ - 2.2333333492279053, - [ - 10.324888229370117, - 41.66181945800781, - 27.343751907348633 - ] - ], - [ - 2.2444443702697754, - [ - 10.493062973022461, - 42.158775329589844, - 27.789134979248047 - ] - ], - [ - 2.2555556297302246, - [ - 10.623820304870605, - 42.52967071533203, - 28.13542366027832 - ] - ], - [ - 2.2666666507720947, - [ - 10.676468849182129, - 42.67538833618164, - 28.27485466003418 - ] - ], - [ - 2.277777671813965, - [ - 10.659415245056152, - 42.559471130371094, - 28.229690551757813 - ] - ], - [ - 2.288888931274414, - [ - 10.614632606506348, - 42.2817268371582, - 28.11109161376953 - ] - ], - [ - 2.299999952316284, - [ - 10.551657676696777, - 41.946983337402344, - 27.94431495666504 - ] - ], - [ - 2.3111109733581543, - [ - 10.470800399780273, - 41.479209899902344, - 27.73017692565918 - ] - ], - [ - 2.3222222328186035, - [ - 10.371748924255371, - 40.954444885253906, - 27.46785545349121 - ] - ], - [ - 2.3333332538604736, - [ - 10.263076782226563, - 40.705482482910156, - 27.180055618286133 - ] - ], - [ - 2.3444442749023438, - [ - 10.145090103149414, - 43.60894012451172, - 26.86758804321289 - ] - ], - [ - 2.355555534362793, - [ - 10.017478942871094, - 49.56471633911133, - 26.529630661010742 - ] - ], - [ - 2.366666555404663, - [ - 9.887866973876953, - 54.44514846801758, - 26.18637466430664 - ] - ], - [ - 2.375, - [ - 9.787418365478516, - 56.330482482910156, - 25.920352935791016 - ] - ], - [ - 2.383333206176758, - [ - 9.683293342590332, - 57.586124420166016, - 25.644594192504883 - ] - ], - [ - 2.3916666507720947, - [ - 9.583141326904297, - 58.285640716552734, - 25.37936019897461 - ] - ], - [ - 2.4000000953674316, - [ - 9.494621276855469, - 58.50247573852539, - 25.144927978515625 - ] - ], - [ - 2.4111111164093018, - [ - 9.38283920288086, - 58.15130615234375, - 24.848892211914063 - ] - ], - [ - 2.422222375869751, - [ - 9.28719425201416, - 57.134159088134766, - 24.595592498779297 - ] - ], - [ - 2.433333396911621, - [ - 9.246641159057617, - 55.50482940673828, - 24.48819351196289 - ] - ], - [ - 2.444444417953491, - [ - 9.30778694152832, - 52.98542785644531, - 24.650129318237305 - ] - ], - [ - 2.4555556774139404, - [ - 9.455533981323242, - 49.853824615478516, - 25.041412353515625 - ] - ], - [ - 2.4666666984558105, - [ - 9.636453628540039, - 46.99589920043945, - 25.52054786682129 - ] - ], - [ - 2.4777777194976807, - [ - 9.856289863586426, - 44.350685119628906, - 26.102746963500977 - ] - ], - [ - 2.48888897895813, - [ - 10.109298706054688, - 41.97916030883789, - 26.772798538208008 - ] - ], - [ - 2.5, - [ - 10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 2.51111102104187, - [ - 10.493062973022461, - 42.13808059692383, - 27.789134979248047 - ] - ], - [ - 2.5222222805023193, - [ - 10.623819351196289, - 44.408626556396484, - 28.135421752929688 - ] - ], - [ - 2.5333333015441895, - [ - 10.676468849182129, - 45.82630157470703, - 28.27485466003418 - ] - ], - [ - 2.5444443225860596, - [ - 10.659415245056152, - 46.06935119628906, - 28.229690551757813 - ] - ], - [ - 2.555555582046509, - [ - 10.614632606506348, - 46.1589241027832, - 28.11109161376953 - ] - ], - [ - 2.566666603088379, - [ - 10.551657676696777, - 46.1717414855957, - 27.94431495666504 - ] - ], - [ - 2.577777624130249, - [ - 10.470800399780273, - 46.066070556640625, - 27.73017692565918 - ] - ], - [ - 2.5888888835906982, - [ - 10.371748924255371, - 45.80949401855469, - 27.46785545349121 - ] - ], - [ - 2.5999999046325684, - [ - 10.263076782226563, - 45.492469787597656, - 27.180055618286133 - ] - ], - [ - 2.6083333492279053, - [ - 10.175786972045898, - 45.23123550415039, - 26.948881149291992 - ] - ], - [ - 2.616666793823242, - [ - 10.082010269165039, - 44.931724548339844, - 26.700531005859375 - ] - ], - [ - 2.625, - [ - 9.984966278076172, - 44.606746673583984, - 26.443525314331055 - ] - ], - [ - 2.633333444595337, - [ - 9.887864112854004, - 44.269073486328125, - 26.18636703491211 - ] - ], - [ - 2.644444465637207, - [ - 9.752739906311035, - 43.781005859375, - 25.828514099121094 - ] - ], - [ - 2.6555557250976563, - [ - 9.615612030029297, - 43.26280975341797, - 25.465351104736328 - ] - ], - [ - 2.6666667461395264, - [ - 9.494621276855469, - 42.774497985839844, - 25.144927978515625 - ] - ], - [ - 2.6777777671813965, - [ - 9.382838249206543, - 42.255287170410156, - 24.84889030456543 - ] - ], - [ - 2.6888890266418457, - [ - 9.28719425201416, - 41.76596450805664, - 24.595592498779297 - ] - ], - [ - 2.700000047683716, - [ - 9.246641159057617, - 41.548912048339844, - 24.48819351196289 - ] - ], - [ - 2.711111068725586, - [ - 9.30778694152832, - 41.640411376953125, - 24.650129318237305 - ] - ], - [ - 2.722222328186035, - [ - 9.455533981323242, - 41.886810302734375, - 25.041412353515625 - ] - ], - [ - 2.7333333492279053, - [ - 9.636452674865723, - 42.24613952636719, - 25.520544052124023 - ] - ], - [ - 2.7444443702697754, - [ - 9.85628890991211, - 42.780738830566406, - 26.102745056152344 - ] - ], - [ - 2.7555556297302246, - [ - 10.109297752380371, - 43.42826843261719, - 26.772798538208008 - ] - ], - [ - 2.7666666507720947, - [ - 10.324888229370117, - 43.96007537841797, - 27.343751907348633 - ] - ], - [ - 2.777777671813965, - [ - 10.493062973022461, - 44.31103515625, - 27.789134979248047 - ] - ], - [ - 2.788888931274414, - [ - 10.623819351196289, - 44.5462760925293, - 28.135421752929688 - ] - ], - [ - 2.799999952316284, - [ - 10.676468849182129, - 44.63219451904297, - 28.27485466003418 - ] - ], - [ - 2.8111109733581543, - [ - 10.659415245056152, - 44.478065490722656, - 28.229692459106445 - ] - ], - [ - 2.8222222328186035, - [ - 10.614632606506348, - 44.1115608215332, - 28.11109161376953 - ] - ], - [ - 2.8333332538604736, - [ - 10.551657676696777, - 43.67624282836914, - 27.94431495666504 - ] - ], - [ - 2.8444442749023438, - [ - 10.470800399780273, - 43.210018157958984, - 27.73017692565918 - ] - ], - [ - 2.855555534362793, - [ - 10.371749877929688, - 42.67497634887695, - 27.46785545349121 - ] - ], - [ - 2.866666555404663, - [ - 10.263076782226563, - 42.10078430175781, - 27.180055618286133 - ] - ], - [ - 2.875, - [ - 10.175786972045898, - 41.64513397216797, - 26.948883056640625 - ] - ], - [ - 2.883333206176758, - [ - 10.082014083862305, - 41.16299057006836, - 26.70054054260254 - ] - ], - [ - 2.9000000953674316, - [ - 9.887864112854004, - 40.17283630371094, - 26.18636703491211 - ] - ], - [ - 2.922222375869751, - [ - 9.615612030029297, - 38.797882080078125, - 25.465351104736328 - ] - ], - [ - 2.933333396911621, - [ - 9.494621276855469, - 38.1786003112793, - 25.144927978515625 - ] - ], - [ - 2.944444417953491, - [ - 9.38283920288086, - 37.58186721801758, - 24.848892211914063 - ] - ], - [ - 2.9555556774139404, - [ - 9.28719425201416, - 37.05701446533203, - 24.595592498779297 - ] - ], - [ - 2.9666666984558105, - [ - 9.246641159057617, - 36.831443786621094, - 24.48819351196289 - ] - ], - [ - 2.9777777194976807, - [ - 9.30778694152832, - 36.88298034667969, - 24.650129318237305 - ] - ], - [ - 2.98888897895813, - [ - 9.455533981323242, - 37.243064880371094, - 25.041412353515625 - ] - ], - [ - 3.0, - [ - 9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.01111102104187, - [ - 9.85628890991211, - 42.401363372802734, - 26.102745056152344 - ] - ], - [ - 3.0222222805023193, - [ - 10.109297752380371, - 49.36406326293945, - 26.772798538208008 - ] - ], - [ - 3.0333333015441895, - [ - 10.324888229370117, - 54.90703201293945, - 27.343751907348633 - ] - ], - [ - 3.0444443225860596, - [ - 10.493062973022461, - 57.44426727294922, - 27.789134979248047 - ] - ], - [ - 3.055555582046509, - [ - 10.623819351196289, - 58.56169128417969, - 28.135421752929688 - ] - ], - [ - 3.066666603088379, - [ - 10.676468849182129, - 58.81160354614258, - 28.27485466003418 - ] - ], - [ - 3.077777624130249, - [ - 10.659415245056152, - 58.59426498413086, - 28.229690551757813 - ] - ], - [ - 3.0888888835906982, - [ - 10.614632606506348, - 57.86283493041992, - 28.11109161376953 - ] - ], - [ - 3.0999999046325684, - [ - 10.551657676696777, - 56.49769592285156, - 27.94431495666504 - ] - ], - [ - 3.1083333492279053, - [ - 10.493057250976563, - 54.92317199707031, - 27.789121627807617 - ] - ], - [ - 3.116666793823242, - [ - 10.423015594482422, - 52.922332763671875, - 27.603626251220703 - ] - ], - [ - 3.125, - [ - 10.345149993896484, - 50.70444869995117, - 27.39741325378418 - ] - ], - [ - 3.133333444595337, - [ - 10.263073921203613, - 48.47859573364258, - 27.1800479888916 - ] - ], - [ - 3.144444465637207, - [ - 10.145088195800781, - 45.14414978027344, - 26.867582321166992 - ] - ], - [ - 3.1555557250976563, - [ - 10.017477035522461, - 41.671730041503906, - 26.529624938964844 - ] - ], - [ - 3.1666667461395264, - [ - 9.887866020202637, - 39.21731185913086, - 26.186370849609375 - ] - ], - [ - 3.1777777671813965, - [ - 9.752740859985352, - 38.2140998840332, - 25.828516006469727 - ] - ], - [ - 3.1888890266418457, - [ - 9.615612030029297, - 37.90384292602539, - 25.465351104736328 - ] - ], - [ - 3.200000047683716, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 3.211111068725586, - [ - 9.38283920288086, - 37.21428298950195, - 24.848892211914063 - ] - ], - [ - 3.222222328186035, - [ - 9.287195205688477, - 36.834938049316406, - 24.59559440612793 - ] - ], - [ - 3.2333333492279053, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 3.2444443702697754, - [ - 9.30778694152832, - 36.91661071777344, - 24.650129318237305 - ] - ], - [ - 3.2555556297302246, - [ - 9.455533027648926, - 37.502601623535156, - 25.041410446166992 - ] - ], - [ - 3.2666666507720947, - [ - 9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.277777671813965, - [ - 9.89479923248291, - 39.24481964111328, - 26.20473289489746 - ] - ], - [ - 3.288888931274414, - [ - 10.186312675476074, - 40.401023864746094, - 26.976757049560547 - ] - ], - [ - 3.299999952316284, - [ - 10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 3.3111109733581543, - [ - 10.214654922485352, - 39.75030517578125, - 27.05181884765625 - ] - ], - [ - 3.3222222328186035, - [ - 9.975763320922852, - 37.52155685424805, - 26.419153213500977 - ] - ], - [ - 3.3333332538604736, - [ - 9.745755195617676, - 36.321197509765625, - 25.810016632080078 - ] - ], - [ - 3.3444442749023438, - [ - 9.536497116088867, - 36.412696838378906, - 25.255828857421875 - ] - ], - [ - 3.355555534362793, - [ - 9.336129188537598, - 36.58258819580078, - 24.725187301635742 - ] - ], - [ - 3.366666555404663, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458107755_1067122.json b/lenses/physics-objects/Scene/assets/1645812458107755_1067122.json deleted file mode 100644 index 3837968b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458107755_1067122.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458107755:1067122", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458108008_1067129.json b/lenses/physics-objects/Scene/assets/1645812458108008_1067129.json deleted file mode 100644 index e1362f43..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458108008_1067129.json +++ /dev/null @@ -1,2610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458108008:1067129", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.03333333507180214, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.0416666679084301, - [ - 0.38614559173583984, - 0.3515104055404663, - 0.38614559173583984 - ] - ], - [ - 0.05000000447034836, - [ - 0.3800694942474365, - 0.2655334174633026, - 0.3800694942474365 - ] - ], - [ - 0.05833333730697632, - [ - 0.3717650771141052, - 0.16806945204734802, - 0.3717650771141052 - ] - ], - [ - 0.06666667014360428, - [ - 0.36272338032722473, - 0.09661661088466644, - 0.36272338032722473 - ] - ], - [ - 0.07777778059244156, - [ - 0.34818506240844727, - 0.04976867139339447, - 0.34818506240844727 - ] - ], - [ - 0.08888889104127884, - [ - 0.3314533233642578, - 0.026934685185551643, - 0.3314533233642578 - ] - ], - [ - 0.10000000149011612, - [ - 0.3171958327293396, - 0.02091849222779274, - 0.3171958327293396 - ] - ], - [ - 0.10833333432674408, - [ - 0.3087269067764282, - 0.022724837064743042, - 0.3087269067764282 - ] - ], - [ - 0.11666667461395264, - [ - 0.30127182602882385, - 0.028690919280052185, - 0.30127182602882385 - ] - ], - [ - 0.125, - [ - 0.2959660589694977, - 0.03963728994131088, - 0.2959660589694977 - ] - ], - [ - 0.13333334028720856, - [ - 0.2939451336860657, - 0.056384552270174026, - 0.2939451336860657 - ] - ], - [ - 0.14444445073604584, - [ - 0.2950729727745056, - 0.09050390869379044, - 0.2950729727745056 - ] - ], - [ - 0.15555556118488312, - [ - 0.2980344891548157, - 0.13444647192955017, - 0.2980344891548157 - ] - ], - [ - 0.1666666716337204, - [ - 0.302199125289917, - 0.18028821051120758, - 0.302199125289917 - ] - ], - [ - 0.17777778208255768, - [ - 0.307546466588974, - 0.23646299540996552, - 0.307546466588974 - ] - ], - [ - 0.18888889253139496, - [ - 0.3140968382358551, - 0.29453417658805847, - 0.3140968382358551 - ] - ], - [ - 0.20000000298023224, - [ - 0.32128360867500305, - 0.32128360867500305, - 0.32128360867500305 - ] - ], - [ - 0.21111111342906952, - [ - 0.3290863335132599, - 0.3116280436515808, - 0.3290863335132599 - ] - ], - [ - 0.2222222238779068, - [ - 0.3375253677368164, - 0.29370054602622986, - 0.3375253677368164 - ] - ], - [ - 0.23333333432674408, - [ - 0.346096932888031, - 0.2840449810028076, - 0.346096932888031 - ] - ], - [ - 0.24166667461395264, - [ - 0.35273972153663635, - 0.28454384207725525, - 0.35273972153663635 - ] - ], - [ - 0.25, - [ - 0.35962578654289246, - 0.2857692539691925, - 0.35962578654289246 - ] - ], - [ - 0.25833335518836975, - [ - 0.3662489354610443, - 0.2873143255710602, - 0.3662489354610443 - ] - ], - [ - 0.2666666805744171, - [ - 0.37210291624069214, - 0.28877219557762146, - 0.37210291624069214 - ] - ], - [ - 0.2777777910232544, - [ - 0.3794953227043152, - 0.29095640778541565, - 0.3794953227043152 - ] - ], - [ - 0.2888889014720917, - [ - 0.3858203887939453, - 0.29322656989097595, - 0.3858203887939453 - ] - ], - [ - 0.30000001192092896, - [ - 0.3885023295879364, - 0.2942744493484497, - 0.3885023295879364 - ] - ], - [ - 0.31111112236976624, - [ - 0.3844585716724396, - 0.2907102108001709, - 0.3844585716724396 - ] - ], - [ - 0.3222222328186035, - [ - 0.37468793988227844, - 0.28234031796455383, - 0.37468793988227844 - ] - ], - [ - 0.3333333432674408, - [ - 0.36272338032722473, - 0.2726420760154724, - 0.36272338032722473 - ] - ], - [ - 0.3444444537162781, - [ - 0.3481850326061249, - 0.2616569399833679, - 0.3481850326061249 - ] - ], - [ - 0.35555556416511536, - [ - 0.3314533233642578, - 0.2493439018726349, - 0.3314533233642578 - ] - ], - [ - 0.36666667461395264, - [ - 0.31719574332237244, - 0.23905348777770996, - 0.31719574332237244 - ] - ], - [ - 0.3777777850627899, - [ - 0.30607402324676514, - 0.23144006729125977, - 0.30607402324676514 - ] - ], - [ - 0.3888888955116272, - [ - 0.2974269390106201, - 0.22584958374500275, - 0.2974269390106201 - ] - ], - [ - 0.4000000059604645, - [ - 0.2939451336860657, - 0.2236754298210144, - 0.2939451336860657 - ] - ], - [ - 0.41111111640930176, - [ - 0.2950729727745056, - 0.22510698437690735, - 0.2950729727745056 - ] - ], - [ - 0.42222222685813904, - [ - 0.2980344891548157, - 0.22868148982524872, - 0.2980344891548157 - ] - ], - [ - 0.4333333373069763, - [ - 0.302199125289917, - 0.2333216369152069, - 0.302199125289917 - ] - ], - [ - 0.4444444477558136, - [ - 0.307546466588974, - 0.23880650103092194, - 0.307546466588974 - ] - ], - [ - 0.4555555582046509, - [ - 0.3140968382358551, - 0.24535688757896423, - 0.3140968382358551 - ] - ], - [ - 0.46666666865348816, - [ - 0.32128360867500305, - 0.25256043672561646, - 0.32128360867500305 - ] - ], - [ - 0.47777777910232544, - [ - 0.3290863037109375, - 0.2604089081287384, - 0.3290863037109375 - ] - ], - [ - 0.4888888895511627, - [ - 0.3375253677368164, - 0.2689104974269867, - 0.3375253677368164 - ] - ], - [ - 0.5, - [ - 0.346096932888031, - 0.2776789367198944, - 0.346096932888031 - ] - ], - [ - 0.5083333253860474, - [ - 0.35273969173431396, - 0.2845459282398224, - 0.35273969173431396 - ] - ], - [ - 0.5166666507720947, - [ - 0.35962578654289246, - 0.29170435667037964, - 0.35962578654289246 - ] - ], - [ - 0.5250000357627869, - [ - 0.3662489652633667, - 0.29873034358024597, - 0.3662489652633667 - ] - ], - [ - 0.5333333611488342, - [ - 0.3721030056476593, - 0.30519968271255493, - 0.3721030056476593 - ] - ], - [ - 0.5444444417953491, - [ - 0.3794953227043152, - 0.31419697403907776, - 0.3794953227043152 - ] - ], - [ - 0.5555555820465088, - [ - 0.3858204185962677, - 0.322456032037735, - 0.3858204185962677 - ] - ], - [ - 0.5666666626930237, - [ - 0.3885023295879364, - 0.3260771334171295, - 0.3885023295879364 - ] - ], - [ - 0.574999988079071, - [ - 0.38614562153816223, - 0.324929803609848, - 0.38614562153816223 - ] - ], - [ - 0.5833333730697632, - [ - 0.3800694942474365, - 0.3218176066875458, - 0.3800694942474365 - ] - ], - [ - 0.5916666984558105, - [ - 0.37176504731178284, - 0.3172352910041809, - 0.37176504731178284 - ] - ], - [ - 0.6000000238418579, - [ - 0.36272329092025757, - 0.3116775155067444, - 0.36272329092025757 - ] - ], - [ - 0.6111111044883728, - [ - 0.34818506240844727, - 0.30147233605384827, - 0.34818506240844727 - ] - ], - [ - 0.6222222447395325, - [ - 0.3314532935619354, - 0.28924065828323364, - 0.3314532935619354 - ] - ], - [ - 0.6333333253860474, - [ - 0.3171958327293396, - 0.27903223037719727, - 0.3171958327293396 - ] - ], - [ - 0.6416666507720947, - [ - 0.308726966381073, - 0.27346786856651306, - 0.308726966381073 - ] - ], - [ - 0.6499999761581421, - [ - 0.30127185583114624, - 0.26887577772140503, - 0.30127185583114624 - ] - ], - [ - 0.6583333611488342, - [ - 0.2959660589694977, - 0.26575472950935364, - 0.2959660589694977 - ] - ], - [ - 0.6666666865348816, - [ - 0.2939451336860657, - 0.26460355520248413, - 0.2939451336860657 - ] - ], - [ - 0.6777777671813965, - [ - 0.2950729727745056, - 0.2667286992073059, - 0.2950729727745056 - ] - ], - [ - 0.6888889074325562, - [ - 0.2980344891548157, - 0.27185866236686707, - 0.2980344891548157 - ] - ], - [ - 0.699999988079071, - [ - 0.302199125289917, - 0.27812930941581726, - 0.302199125289917 - ] - ], - [ - 0.7083333134651184, - [ - 0.30607444047927856, - 0.2832203805446625, - 0.30607444047927856 - ] - ], - [ - 0.7166666984558105, - [ - 0.3107064366340637, - 0.28902339935302734, - 0.3107064366340637 - ] - ], - [ - 0.7250000238418579, - [ - 0.31585586071014404, - 0.2953278422355652, - 0.31585586071014404 - ] - ], - [ - 0.7333333492279053, - [ - 0.32128360867500305, - 0.3019231855869293, - 0.32128360867500305 - ] - ], - [ - 0.7444444298744202, - [ - 0.3290863335132599, - 0.3113035559654236, - 0.3290863335132599 - ] - ], - [ - 0.7555555701255798, - [ - 0.3375253677368164, - 0.32132571935653687, - 0.3375253677368164 - ] - ], - [ - 0.7666666507720947, - [ - 0.346096932888031, - 0.33149483799934387, - 0.346096932888031 - ] - ], - [ - 0.7749999761581421, - [ - 0.35273969173431396, - 0.33935457468032837, - 0.35273969173431396 - ] - ], - [ - 0.7833333015441895, - [ - 0.35962575674057007, - 0.34747040271759033, - 0.35962575674057007 - ] - ], - [ - 0.7916666865348816, - [ - 0.3662489354610443, - 0.3553221523761749, - 0.3662489354610443 - ] - ], - [ - 0.800000011920929, - [ - 0.3721030056476593, - 0.362389475107193, - 0.3721030056476593 - ] - ], - [ - 0.8111110925674438, - [ - 0.3794953227043152, - 0.3717172145843506, - 0.3794953227043152 - ] - ], - [ - 0.8222222328186035, - [ - 0.3858204185962677, - 0.3799588978290558, - 0.3858204185962677 - ] - ], - [ - 0.8333333134651184, - [ - 0.3885023295879364, - 0.3835088312625885, - 0.3885023295879364 - ] - ], - [ - 0.8416666388511658, - [ - 0.38614562153816223, - 0.38161158561706543, - 0.38614562153816223 - ] - ], - [ - 0.8500000238418579, - [ - 0.3800694942474365, - 0.37660878896713257, - 0.3800694942474365 - ] - ], - [ - 0.8583333492279053, - [ - 0.3717650771141052, - 0.3695337176322937, - 0.3717650771141052 - ] - ], - [ - 0.8666666746139526, - [ - 0.36272338032722473, - 0.361419677734375, - 0.36272338032722473 - ] - ], - [ - 0.8777777552604675, - [ - 0.34818509221076965, - 0.3548679053783417, - 0.34818509221076965 - ] - ], - [ - 0.8888888955116272, - [ - 0.3314533233642578, - 0.3458561897277832, - 0.3314533233642578 - ] - ], - [ - 0.8999999761581421, - [ - 0.3171958327293396, - 0.31719592213630676, - 0.3171958327293396 - ] - ], - [ - 0.9083333015441895, - [ - 0.308726966381073, - 0.2681783139705658, - 0.308726966381073 - ] - ], - [ - 0.9166666269302368, - [ - 0.30127185583114624, - 0.19974175095558167, - 0.30127185583114624 - ] - ], - [ - 0.925000011920929, - [ - 0.29596608877182007, - 0.13030703365802765, - 0.29596608877182007 - ] - ], - [ - 0.9333333373069763, - [ - 0.2939451336860657, - 0.07829652726650238, - 0.2939451336860657 - ] - ], - [ - 0.9444444179534912, - [ - 0.2950729727745056, - 0.0411495566368103, - 0.2950729727745056 - ] - ], - [ - 0.9555555582046509, - [ - 0.2980344891548157, - 0.024055752903223038, - 0.2980344891548157 - ] - ], - [ - 0.9666666388511658, - [ - 0.302199125289917, - 0.019929485395550728, - 0.302199125289917 - ] - ], - [ - 0.9749999642372131, - [ - 0.30607444047927856, - 0.022072723135352135, - 0.30607444047927856 - ] - ], - [ - 0.9833333492279053, - [ - 0.3107064366340637, - 0.02911975234746933, - 0.3107064366340637 - ] - ], - [ - 0.9916666746139526, - [ - 0.31585586071014404, - 0.04199628904461861, - 0.31585586071014404 - ] - ], - [ - 1.0, - [ - 0.32128360867500305, - 0.06162818893790245, - 0.32128360867500305 - ] - ], - [ - 1.0111111402511597, - [ - 0.3290863633155823, - 0.10150280594825745, - 0.3290863633155823 - ] - ], - [ - 1.0222221612930298, - [ - 0.337525337934494, - 0.15283413231372833, - 0.337525337934494 - ] - ], - [ - 1.0333333015441895, - [ - 0.346096932888031, - 0.20647500455379486, - 0.346096932888031 - ] - ], - [ - 1.0416666269302368, - [ - 0.35273972153663635, - 0.2541844844818115, - 0.35273972153663635 - ] - ], - [ - 1.0499999523162842, - [ - 0.35962575674057007, - 0.30869340896606445, - 0.35962575674057007 - ] - ], - [ - 1.058333396911621, - [ - 0.3662489950656891, - 0.3535006046295166, - 0.3662489950656891 - ] - ], - [ - 1.0666667222976685, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.0777778625488281, - [ - 0.37949538230895996, - 0.36032912135124207, - 0.37949538230895996 - ] - ], - [ - 1.0888888835906982, - [ - 0.3858203887939453, - 0.33545517921447754, - 0.3858203887939453 - ] - ], - [ - 1.100000023841858, - [ - 0.3885023295879364, - 0.3131304085254669, - 0.3885023295879364 - ] - ], - [ - 1.1111111640930176, - [ - 0.3844585120677948, - 0.29952195286750793, - 0.3844585120677948 - ] - ], - [ - 1.1222221851348877, - [ - 0.37468796968460083, - 0.288463830947876, - 0.37468796968460083 - ] - ], - [ - 1.1333333253860474, - [ - 0.36272338032722473, - 0.2771182358264923, - 0.36272338032722473 - ] - ], - [ - 1.144444465637207, - [ - 0.3481850326061249, - 0.2636334300041199, - 0.3481850326061249 - ] - ], - [ - 1.1555554866790771, - [ - 0.33145344257354736, - 0.24986138939857483, - 0.33145344257354736 - ] - ], - [ - 1.1666666269302368, - [ - 0.3171958327293396, - 0.2385176569223404, - 0.3171958327293396 - ] - ], - [ - 1.1749999523162842, - [ - 0.308726966381073, - 0.23201149702072144, - 0.308726966381073 - ] - ], - [ - 1.183333396911621, - [ - 0.30127179622650146, - 0.22669033706188202, - 0.30127179622650146 - ] - ], - [ - 1.1916667222976685, - [ - 0.2959660291671753, - 0.22309857606887817, - 0.2959660291671753 - ] - ], - [ - 1.2000000476837158, - [ - 0.2939451336860657, - 0.22178037464618683, - 0.2939451336860657 - ] - ], - [ - 1.2111111879348755, - [ - 0.295073002576828, - 0.22317984700202942, - 0.295073002576828 - ] - ], - [ - 1.2222222089767456, - [ - 0.2980344891548157, - 0.22672350704669952, - 0.2980344891548157 - ] - ], - [ - 1.2333333492279053, - [ - 0.302199125289917, - 0.23143239319324493, - 0.302199125289917 - ] - ], - [ - 1.244444489479065, - [ - 0.3075464963912964, - 0.23712272942066193, - 0.3075464963912964 - ] - ], - [ - 1.255555510520935, - [ - 0.3140967786312103, - 0.2439780831336975, - 0.3140967786312103 - ] - ], - [ - 1.2666666507720947, - [ - 0.32128360867500305, - 0.251572847366333, - 0.32128360867500305 - ] - ], - [ - 1.2777777910232544, - [ - 0.3290863037109375, - 0.2598972022533417, - 0.3290863037109375 - ] - ], - [ - 1.2888888120651245, - [ - 0.33752530813217163, - 0.26896074414253235, - 0.33752530813217163 - ] - ], - [ - 1.2999999523162842, - [ - 0.346096932888031, - 0.2783687710762024, - 0.346096932888031 - ] - ], - [ - 1.3083332777023315, - [ - 0.35273969173431396, - 0.28577032685279846, - 0.35273969173431396 - ] - ], - [ - 1.316666603088379, - [ - 0.3596257269382477, - 0.29351121187210083, - 0.3596257269382477 - ] - ], - [ - 1.3250000476837158, - [ - 0.3662489652633667, - 0.30115482211112976, - 0.3662489652633667 - ] - ], - [ - 1.3333333730697632, - [ - 0.37210291624069214, - 0.30826446413993835, - 0.37210291624069214 - ] - ], - [ - 1.3444445133209229, - [ - 0.37949538230895996, - 0.31837207078933716, - 0.37949538230895996 - ] - ], - [ - 1.355555534362793, - [ - 0.3858203887939453, - 0.3277890086174011, - 0.3858203887939453 - ] - ], - [ - 1.3666666746139526, - [ - 0.3885023295879364, - 0.3319453001022339, - 0.3885023295879364 - ] - ], - [ - 1.3777778148651123, - [ - 0.3844585716724396, - 0.3303910791873932, - 0.3844585716724396 - ] - ], - [ - 1.3888888359069824, - [ - 0.3746879994869232, - 0.32611551880836487, - 0.3746879994869232 - ] - ], - [ - 1.399999976158142, - [ - 0.36272338032722473, - 0.31969577074050903, - 0.36272338032722473 - ] - ], - [ - 1.4111111164093018, - [ - 0.3481850326061249, - 0.309937059879303, - 0.3481850326061249 - ] - ], - [ - 1.4222221374511719, - [ - 0.33145344257354736, - 0.2980346083641052, - 0.33145344257354736 - ] - ], - [ - 1.4333332777023315, - [ - 0.31719592213630676, - 0.28814390301704407, - 0.31719592213630676 - ] - ], - [ - 1.441666603088379, - [ - 0.3087269961833954, - 0.28288108110427856, - 0.3087269961833954 - ] - ], - [ - 1.4500000476837158, - [ - 0.30127182602882385, - 0.27861344814300537, - 0.30127182602882385 - ] - ], - [ - 1.4583333730697632, - [ - 0.2959660589694977, - 0.27575182914733887, - 0.2959660589694977 - ] - ], - [ - 1.4666666984558105, - [ - 0.2939451336860657, - 0.2747066915035248, - 0.2939451336860657 - ] - ], - [ - 1.4777778387069702, - [ - 0.2950729727745056, - 0.2771170437335968, - 0.2950729727745056 - ] - ], - [ - 1.4888888597488403, - [ - 0.2980344891548157, - 0.2828575670719147, - 0.2980344891548157 - ] - ], - [ - 1.5, - [ - 0.302199125289917, - 0.28969767689704895, - 0.302199125289917 - ] - ], - [ - 1.5111111402511597, - [ - 0.3075464963912964, - 0.29709213972091675, - 0.3075464963912964 - ] - ], - [ - 1.5222221612930298, - [ - 0.3140967786312103, - 0.3055858016014099, - 0.3140967786312103 - ] - ], - [ - 1.5333333015441895, - [ - 0.32128360867500305, - 0.31458520889282227, - 0.32128360867500305 - ] - ], - [ - 1.5416666269302368, - [ - 0.3270561397075653, - 0.3216567933559418, - 0.3270561397075653 - ] - ], - [ - 1.5499999523162842, - [ - 0.33325764536857605, - 0.3291052281856537, - 0.33325764536857605 - ] - ], - [ - 1.558333396911621, - [ - 0.33967551589012146, - 0.3366535007953644, - 0.33967551589012146 - ] - ], - [ - 1.5666667222976685, - [ - 0.34609702229499817, - 0.34402433037757874, - 0.34609702229499817 - ] - ], - [ - 1.5777778625488281, - [ - 0.3550330698490143, - 0.3555641174316406, - 0.3550330698490143 - ] - ], - [ - 1.5888888835906982, - [ - 0.36410146951675415, - 0.3669523000717163, - 0.36410146951675415 - ] - ], - [ - 1.600000023841858, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.6111111640930176, - [ - 0.37949538230895996, - 0.3153447210788727, - 0.37949538230895996 - ] - ], - [ - 1.6222221851348877, - [ - 0.3858203589916229, - 0.19891534745693207, - 0.3858203589916229 - ] - ], - [ - 1.6333333253860474, - [ - 0.3885023295879364, - 0.10348072648048401, - 0.3885023295879364 - ] - ], - [ - 1.644444465637207, - [ - 0.3844585716724396, - 0.05706813931465149, - 0.3844585716724396 - ] - ], - [ - 1.6555554866790771, - [ - 0.3746880292892456, - 0.031656958162784576, - 0.3746880292892456 - ] - ], - [ - 1.6666666269302368, - [ - 0.36272338032722473, - 0.023920951411128044, - 0.36272338032722473 - ] - ], - [ - 1.6749999523162842, - [ - 0.3522079885005951, - 0.026140939444303513, - 0.3522079885005951 - ] - ], - [ - 1.683333396911621, - [ - 0.33980149030685425, - 0.03291807696223259, - 0.33980149030685425 - ] - ], - [ - 1.6916667222976685, - [ - 0.3274741470813751, - 0.044427692890167236, - 0.3274741470813751 - ] - ], - [ - 1.7000000476837158, - [ - 0.3171958327293396, - 0.060845352709293365, - 0.3171958327293396 - ] - ], - [ - 1.7111111879348755, - [ - 0.30607396364212036, - 0.09281578660011292, - 0.30607396364212036 - ] - ], - [ - 1.7222222089767456, - [ - 0.2974269390106201, - 0.13340440392494202, - 0.2974269390106201 - ] - ], - [ - 1.7333333492279053, - [ - 0.2939451336860657, - 0.17536237835884094, - 0.2939451336860657 - ] - ], - [ - 1.744444489479065, - [ - 0.2950729727745056, - 0.22612261772155762, - 0.2950729727745056 - ] - ], - [ - 1.755555510520935, - [ - 0.2980344593524933, - 0.2782488167285919, - 0.2980344593524933 - ] - ], - [ - 1.7666666507720947, - [ - 0.302199125289917, - 0.302199125289917, - 0.302199125289917 - ] - ], - [ - 1.7777777910232544, - [ - 0.307546466588974, - 0.2912580072879791, - 0.307546466588974 - ] - ], - [ - 1.7888888120651245, - [ - 0.3140967786312103, - 0.270943820476532, - 0.3140967786312103 - ] - ], - [ - 1.7999999523162842, - [ - 0.32128360867500305, - 0.26000258326530457, - 0.32128360867500305 - ] - ], - [ - 1.8083332777023315, - [ - 0.3270561397075653, - 0.2603547275066376, - 0.3270561397075653 - ] - ], - [ - 1.816666603088379, - [ - 0.33325761556625366, - 0.26138025522232056, - 0.33325761556625366 - ] - ], - [ - 1.8250000476837158, - [ - 0.33967551589012146, - 0.26303306221961975, - 0.33967551589012146 - ] - ], - [ - 1.8333333730697632, - [ - 0.346096932888031, - 0.2652668058872223, - 0.346096932888031 - ] - ], - [ - 1.8444445133209229, - [ - 0.3550330400466919, - 0.26958149671554565, - 0.3550330400466919 - ] - ], - [ - 1.855555534362793, - [ - 0.36410146951675415, - 0.274956077337265, - 0.36410146951675415 - ] - ], - [ - 1.8666666746139526, - [ - 0.37210291624069214, - 0.28007346391677856, - 0.37210291624069214 - ] - ], - [ - 1.8777778148651123, - [ - 0.3794953227043152, - 0.2853335440158844, - 0.3794953227043152 - ] - ], - [ - 1.8888888359069824, - [ - 0.3858203887939453, - 0.29033610224723816, - 0.3858203887939453 - ] - ], - [ - 1.899999976158142, - [ - 0.3885023295879364, - 0.2925639748573303, - 0.3885023295879364 - ] - ], - [ - 1.9111111164093018, - [ - 0.38445860147476196, - 0.29008230566978455, - 0.38445860147476196 - ] - ], - [ - 1.9222221374511719, - [ - 0.3746880292892456, - 0.2840086817741394, - 0.3746880292892456 - ] - ], - [ - 1.9333332777023315, - [ - 0.3627234697341919, - 0.27639490365982056, - 0.3627234697341919 - ] - ], - [ - 1.941666603088379, - [ - 0.35220804810523987, - 0.26945197582244873, - 0.35220804810523987 - ] - ], - [ - 1.9500000476837158, - [ - 0.33980152010917664, - 0.26115262508392334, - 0.33980152010917664 - ] - ], - [ - 1.9583333730697632, - [ - 0.3274741768836975, - 0.25296661257743835, - 0.3274741768836975 - ] - ], - [ - 1.9666666984558105, - [ - 0.3171958327293396, - 0.24636323750019073, - 0.3171958327293396 - ] - ], - [ - 1.9777778387069702, - [ - 0.30607396364212036, - 0.2399570792913437, - 0.30607396364212036 - ] - ], - [ - 1.9888888597488403, - [ - 0.2974269390106201, - 0.2354932725429535, - 0.2974269390106201 - ] - ], - [ - 2.0, - [ - 0.2939451336860657, - 0.2338167428970337, - 0.2939451336860657 - ] - ], - [ - 2.01111102104187, - [ - 0.2950729429721832, - 0.23587153851985931, - 0.2950729429721832 - ] - ], - [ - 2.0222222805023193, - [ - 0.29803451895713806, - 0.2408389449119568, - 0.29803451895713806 - ] - ], - [ - 2.0333333015441895, - [ - 0.302199125289917, - 0.24692709743976593, - 0.302199125289917 - ] - ], - [ - 2.0444443225860596, - [ - 0.3075464069843292, - 0.2536802291870117, - 0.3075464069843292 - ] - ], - [ - 2.055555582046509, - [ - 0.3140968382358551, - 0.2615542411804199, - 0.3140968382358551 - ] - ], - [ - 2.066666603088379, - [ - 0.32128360867500305, - 0.27012670040130615, - 0.32128360867500305 - ] - ], - [ - 2.077777624130249, - [ - 0.32908621430397034, - 0.2793981432914734, - 0.32908621430397034 - ] - ], - [ - 2.0888888835906982, - [ - 0.3375253677368164, - 0.2893683910369873, - 0.3375253677368164 - ] - ], - [ - 2.0999999046325684, - [ - 0.34609684348106384, - 0.2996157109737396, - 0.34609684348106384 - ] - ], - [ - 2.1083333492279053, - [ - 0.35273975133895874, - 0.3076140284538269, - 0.35273975133895874 - ] - ], - [ - 2.116666793823242, - [ - 0.359625905752182, - 0.3159256875514984, - 0.359625905752182 - ] - ], - [ - 2.125, - [ - 0.3662489354610443, - 0.32407858967781067, - 0.3662489354610443 - ] - ], - [ - 2.133333444595337, - [ - 0.37210291624069214, - 0.33160141110420227, - 0.37210291624069214 - ] - ], - [ - 2.144444465637207, - [ - 0.3794953227043152, - 0.34210914373397827, - 0.3794953227043152 - ] - ], - [ - 2.1555557250976563, - [ - 0.3858204782009125, - 0.35177603363990784, - 0.3858204782009125 - ] - ], - [ - 2.1666667461395264, - [ - 0.3885023295879364, - 0.35601842403411865, - 0.3885023295879364 - ] - ], - [ - 2.1777777671813965, - [ - 0.38445860147476196, - 0.35404229164123535, - 0.38445860147476196 - ] - ], - [ - 2.1888890266418457, - [ - 0.3746877908706665, - 0.34876492619514465, - 0.3746877908706665 - ] - ], - [ - 2.200000047683716, - [ - 0.36272338032722473, - 0.3411591947078705, - 0.36272338032722473 - ] - ], - [ - 2.211111068725586, - [ - 0.34818512201309204, - 0.3300704061985016, - 0.34818512201309204 - ] - ], - [ - 2.222222328186035, - [ - 0.3314531743526459, - 0.31665319204330444, - 0.3314531743526459 - ] - ], - [ - 2.2333333492279053, - [ - 0.3171958327293396, - 0.3053377866744995, - 0.3171958327293396 - ] - ], - [ - 2.2444443702697754, - [ - 0.3060741126537323, - 0.29705166816711426, - 0.3060741126537323 - ] - ], - [ - 2.2555556297302246, - [ - 0.29742690920829773, - 0.290867418050766, - 0.29742690920829773 - ] - ], - [ - 2.2666666507720947, - [ - 0.2939451336860657, - 0.28843769431114197, - 0.2939451336860657 - ] - ], - [ - 2.277777671813965, - [ - 0.2950729429721832, - 0.29037052392959595, - 0.2950729429721832 - ] - ], - [ - 2.288888931274414, - [ - 0.29803451895713806, - 0.2950015664100647, - 0.29803451895713806 - ] - ], - [ - 2.299999952316284, - [ - 0.302199125289917, - 0.30058300495147705, - 0.302199125289917 - ] - ], - [ - 2.3111109733581543, - [ - 0.30754637718200684, - 0.30838263034820557, - 0.30754637718200684 - ] - ], - [ - 2.3222222328186035, - [ - 0.3140968382358551, - 0.31713247299194336, - 0.3140968382358551 - ] - ], - [ - 2.3333332538604736, - [ - 0.3212835192680359, - 0.32128360867500305, - 0.3212835192680359 - ] - ], - [ - 2.3444442749023438, - [ - 0.32908618450164795, - 0.27287185192108154, - 0.32908618450164795 - ] - ], - [ - 2.355555534362793, - [ - 0.3375253677368164, - 0.17356622219085693, - 0.3375253677368164 - ] - ], - [ - 2.366666555404663, - [ - 0.34609684348106384, - 0.0921907052397728, - 0.34609684348106384 - ] - ], - [ - 2.375, - [ - 0.35273972153663635, - 0.06075497344136238, - 0.35273972153663635 - ] - ], - [ - 2.383333206176758, - [ - 0.3596256971359253, - 0.03981860354542732, - 0.3596256971359253 - ] - ], - [ - 2.3916666507720947, - [ - 0.3662489056587219, - 0.02815501019358635, - 0.3662489056587219 - ] - ], - [ - 2.4000000953674316, - [ - 0.37210291624069214, - 0.024539513513445854, - 0.37210291624069214 - ] - ], - [ - 2.4111111164093018, - [ - 0.3794952929019928, - 0.03039485774934292, - 0.3794952929019928 - ] - ], - [ - 2.422222375869751, - [ - 0.3858204782009125, - 0.047354601323604584, - 0.3858204782009125 - ] - ], - [ - 2.433333396911621, - [ - 0.3885023295879364, - 0.0745217502117157, - 0.3885023295879364 - ] - ], - [ - 2.444444417953491, - [ - 0.38445863127708435, - 0.11652983725070953, - 0.38445863127708435 - ] - ], - [ - 2.4555556774139404, - [ - 0.3746878206729889, - 0.16874569654464722, - 0.3746878206729889 - ] - ], - [ - 2.4666666984558105, - [ - 0.36272329092025757, - 0.21639826893806458, - 0.36272329092025757 - ] - ], - [ - 2.4777777194976807, - [ - 0.34818512201309204, - 0.2605041265487671, - 0.34818512201309204 - ] - ], - [ - 2.48888897895813, - [ - 0.3314531743526459, - 0.30004650354385376, - 0.3314531743526459 - ] - ], - [ - 2.5, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 2.51111102104187, - [ - 0.3060741126537323, - 0.2973966896533966, - 0.3060741126537323 - ] - ], - [ - 2.5222222805023193, - [ - 0.2974269390106201, - 0.2595379948616028, - 0.2974269390106201 - ] - ], - [ - 2.5333333015441895, - [ - 0.2939451336860657, - 0.2358999252319336, - 0.2939451336860657 - ] - ], - [ - 2.5444443225860596, - [ - 0.2950729429721832, - 0.23184734582901, - 0.2950729429721832 - ] - ], - [ - 2.555555582046509, - [ - 0.2980344891548157, - 0.23035386204719543, - 0.2980344891548157 - ] - ], - [ - 2.566666603088379, - [ - 0.302199125289917, - 0.23014011979103088, - 0.302199125289917 - ] - ], - [ - 2.577777624130249, - [ - 0.30754637718200684, - 0.23190203309059143, - 0.30754637718200684 - ] - ], - [ - 2.5888888835906982, - [ - 0.3140968382358551, - 0.23618020117282867, - 0.3140968382358551 - ] - ], - [ - 2.5999999046325684, - [ - 0.3212835192680359, - 0.24146616458892822, - 0.3212835192680359 - ] - ], - [ - 2.6083333492279053, - [ - 0.3270561993122101, - 0.2458219826221466, - 0.3270561993122101 - ] - ], - [ - 2.616666793823242, - [ - 0.333257794380188, - 0.2508159577846527, - 0.333257794380188 - ] - ], - [ - 2.625, - [ - 0.33967548608779907, - 0.2562345862388611, - 0.33967548608779907 - ] - ], - [ - 2.633333444595337, - [ - 0.34609702229499817, - 0.26186490058898926, - 0.34609702229499817 - ] - ], - [ - 2.644444465637207, - [ - 0.3550330400466919, - 0.2700028419494629, - 0.3550330400466919 - ] - ], - [ - 2.6555557250976563, - [ - 0.3641015887260437, - 0.2786431610584259, - 0.3641015887260437 - ] - ], - [ - 2.6666667461395264, - [ - 0.37210291624069214, - 0.28678518533706665, - 0.37210291624069214 - ] - ], - [ - 2.6777777671813965, - [ - 0.3794953227043152, - 0.2954424023628235, - 0.3794953227043152 - ] - ], - [ - 2.6888890266418457, - [ - 0.3858204483985901, - 0.30360132455825806, - 0.3858204483985901 - ] - ], - [ - 2.700000047683716, - [ - 0.3885023295879364, - 0.30722036957740784, - 0.3885023295879364 - ] - ], - [ - 2.711111068725586, - [ - 0.38445863127708435, - 0.3056947588920593, - 0.38445863127708435 - ] - ], - [ - 2.722222328186035, - [ - 0.3746878206729889, - 0.3015863597393036, - 0.3746878206729889 - ] - ], - [ - 2.7333333492279053, - [ - 0.36272338032722473, - 0.2955949306488037, - 0.36272338032722473 - ] - ], - [ - 2.7444443702697754, - [ - 0.34818515181541443, - 0.2866811454296112, - 0.34818515181541443 - ] - ], - [ - 2.7555556297302246, - [ - 0.33145320415496826, - 0.27588433027267456, - 0.33145320415496826 - ] - ], - [ - 2.7666666507720947, - [ - 0.3171958327293396, - 0.26701709628105164, - 0.3171958327293396 - ] - ], - [ - 2.777777671813965, - [ - 0.3060741424560547, - 0.26116523146629333, - 0.3060741424560547 - ] - ], - [ - 2.788888931274414, - [ - 0.2974269390106201, - 0.2572428584098816, - 0.2974269390106201 - ] - ], - [ - 2.799999952316284, - [ - 0.2939451336860657, - 0.25581029057502747, - 0.2939451336860657 - ] - ], - [ - 2.8111109733581543, - [ - 0.29507291316986084, - 0.2583802044391632, - 0.29507291316986084 - ] - ], - [ - 2.8222222328186035, - [ - 0.2980344891548157, - 0.2644912302494049, - 0.2980344891548157 - ] - ], - [ - 2.8333332538604736, - [ - 0.302199125289917, - 0.2717496454715729, - 0.302199125289917 - ] - ], - [ - 2.8444442749023438, - [ - 0.30754637718200684, - 0.2795233726501465, - 0.30754637718200684 - ] - ], - [ - 2.855555534362793, - [ - 0.3140968084335327, - 0.2884445786476135, - 0.3140968084335327 - ] - ], - [ - 2.866666555404663, - [ - 0.3212835192680359, - 0.29801854491233826, - 0.3212835192680359 - ] - ], - [ - 2.875, - [ - 0.3270561695098877, - 0.30561602115631104, - 0.3270561695098877 - ] - ], - [ - 2.883333206176758, - [ - 0.3332575559616089, - 0.31365519762039185, - 0.3332575559616089 - ] - ], - [ - 2.9000000953674316, - [ - 0.34609702229499817, - 0.3301648795604706, - 0.34609702229499817 - ] - ], - [ - 2.9111111164093018, - [ - 0.3550330102443695, - 0.3415662944316864, - 0.3550330102443695 - ] - ], - [ - 2.922222375869751, - [ - 0.3641015887260437, - 0.35309064388275146, - 0.3641015887260437 - ] - ], - [ - 2.933333396911621, - [ - 0.37210291624069214, - 0.3634164035320282, - 0.37210291624069214 - ] - ], - [ - 2.944444417953491, - [ - 0.3794952630996704, - 0.37336623668670654, - 0.3794952630996704 - ] - ], - [ - 2.9555556774139404, - [ - 0.3858204483985901, - 0.3821175694465637, - 0.3858204483985901 - ] - ], - [ - 2.9666666984558105, - [ - 0.3885023295879364, - 0.38587865233421326, - 0.3885023295879364 - ] - ], - [ - 2.9777777194976807, - [ - 0.38445863127708435, - 0.38501936197280884, - 0.38445863127708435 - ] - ], - [ - 2.98888897895813, - [ - 0.3746878504753113, - 0.37901535630226135, - 0.3746878504753113 - ] - ], - [ - 3.0, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.01111102104187, - [ - 0.3481851816177368, - 0.2930067479610443, - 0.3481851816177368 - ] - ], - [ - 3.0222222805023193, - [ - 0.33145320415496826, - 0.1769118756055832, - 0.33145320415496826 - ] - ], - [ - 3.0333333015441895, - [ - 0.3171958327293396, - 0.0844893530011177, - 0.3171958327293396 - ] - ], - [ - 3.0444443225860596, - [ - 0.3060741424560547, - 0.042183924466371536, - 0.3060741424560547 - ] - ], - [ - 3.055555582046509, - [ - 0.2974269390106201, - 0.023552194237709045, - 0.2974269390106201 - ] - ], - [ - 3.066666603088379, - [ - 0.2939451336860657, - 0.01938514970242977, - 0.2939451336860657 - ] - ], - [ - 3.077777624130249, - [ - 0.2950729429721832, - 0.02300906740128994, - 0.2950729429721832 - ] - ], - [ - 3.0888888835906982, - [ - 0.2980344891548157, - 0.035204801708459854, - 0.2980344891548157 - ] - ], - [ - 3.0999999046325684, - [ - 0.302199125289917, - 0.05796685442328453, - 0.302199125289917 - ] - ], - [ - 3.1083333492279053, - [ - 0.30607447028160095, - 0.08422022312879562, - 0.30607447028160095 - ] - ], - [ - 3.116666793823242, - [ - 0.3107064962387085, - 0.11758188158273697, - 0.3107064962387085 - ] - ], - [ - 3.125, - [ - 0.31585586071014404, - 0.15456248819828033, - 0.31585586071014404 - ] - ], - [ - 3.133333444595337, - [ - 0.3212836980819702, - 0.19167600572109222, - 0.3212836980819702 - ] - ], - [ - 3.144444465637207, - [ - 0.3290863335132599, - 0.2472739815711975, - 0.3290863335132599 - ] - ], - [ - 3.1555557250976563, - [ - 0.33752548694610596, - 0.30517256259918213, - 0.33752548694610596 - ] - ], - [ - 3.1666667461395264, - [ - 0.346096932888031, - 0.34609711170196533, - 0.346096932888031 - ] - ], - [ - 3.1777777671813965, - [ - 0.3550329804420471, - 0.3628244698047638, - 0.3550329804420471 - ] - ], - [ - 3.1888890266418457, - [ - 0.3641015887260437, - 0.3679976463317871, - 0.3641015887260437 - ] - ], - [ - 3.200000047683716, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 3.211111068725586, - [ - 0.3794952630996704, - 0.3794952630996704, - 0.3794952630996704 - ] - ], - [ - 3.222222328186035, - [ - 0.3858204185962677, - 0.3858204185962677, - 0.3858204185962677 - ] - ], - [ - 3.2333333492279053, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 3.2444443702697754, - [ - 0.38445863127708435, - 0.38445863127708435, - 0.38445863127708435 - ] - ], - [ - 3.2555556297302246, - [ - 0.37468788027763367, - 0.37468788027763367, - 0.37468788027763367 - ] - ], - [ - 3.2666666507720947, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.277777671813965, - [ - 0.3456384241580963, - 0.3456384241580963, - 0.3456384241580963 - ] - ], - [ - 3.288888931274414, - [ - 0.3263601064682007, - 0.3263601064682007, - 0.3263601064682007 - ] - ], - [ - 3.299999952316284, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 3.3111109733581543, - [ - 0.32448574900627136, - 0.337210088968277, - 0.32448574900627136 - ] - ], - [ - 3.3222222328186035, - [ - 0.3402841091156006, - 0.37437182664871216, - 0.3402841091156006 - ] - ], - [ - 3.3333332538604736, - [ - 0.3554949462413788, - 0.3943864405155182, - 0.3554949462413788 - ] - ], - [ - 3.3444442749023438, - [ - 0.3693335950374603, - 0.3928608000278473, - 0.3693335950374603 - ] - ], - [ - 3.355555534362793, - [ - 0.3825843334197998, - 0.3900280296802521, - 0.3825843334197998 - ] - ], - [ - 3.366666555404663, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458257011_1067173.json b/lenses/physics-objects/Scene/assets/1645812458257011_1067173.json deleted file mode 100644 index b9864c2b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458257011_1067173.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458257011:1067173", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458257243_1067180.json b/lenses/physics-objects/Scene/assets/1645812458257243_1067180.json deleted file mode 100644 index c4e79ebf..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458257243_1067180.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458257243:1067180", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458257467_1067187.json b/lenses/physics-objects/Scene/assets/1645812458257467_1067187.json deleted file mode 100644 index a5ef06d7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458257467_1067187.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458257467:1067187", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458259321_1067200.json b/lenses/physics-objects/Scene/assets/1645812458259321_1067200.json deleted file mode 100644 index 0b5b8f56..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458259321_1067200.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458259321:1067200", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458259546_1067207.json b/lenses/physics-objects/Scene/assets/1645812458259546_1067207.json deleted file mode 100644 index 28180402..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458259546_1067207.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458259546:1067207", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458259753_1067214.json b/lenses/physics-objects/Scene/assets/1645812458259753_1067214.json deleted file mode 100644 index d8d7e865..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458259753_1067214.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458259753:1067214", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458261519_1067227.json b/lenses/physics-objects/Scene/assets/1645812458261519_1067227.json deleted file mode 100644 index b68fc68a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458261519_1067227.json +++ /dev/null @@ -1,1290 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458261519:1067227", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 0.03333333507180214, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 0.06666667014360428, - [ - -8.881784197001252e-16, - 0.0, - 4.440892098500626e-16 - ] - ], - [ - 0.10000000149011612, - [ - -4.440892098500626e-16, - -1.2252021865619219e-32, - 4.440892098500626e-16 - ] - ], - [ - 0.13333334028720856, - [ - -8.881784197001252e-16, - -1.9600679166398475e-32, - 4.440892098500626e-16 - ] - ], - [ - 0.1666666716337204, - [ - -8.881784197001252e-16, - 1.5330261251652072e-39, - 2.220446049250313e-16 - ] - ], - [ - 0.20000000298023224, - [ - -4.440892098500626e-16, - 6.126944348792559e-33, - 2.220446049250313e-16 - ] - ], - [ - 0.23333333432674408, - [ - -4.440892098500626e-16, - 5.845936546756737e-33, - 4.440892098500626e-16 - ] - ], - [ - 0.2666666805744171, - [ - -8.881784197001252e-16, - -3.376645358961438e-33, - 2.220446049250313e-16 - ] - ], - [ - 0.3333333432674408, - [ - -8.881784197001252e-16, - -1.2251936642278784e-32, - 2.220446049250313e-16 - ] - ], - [ - 0.36666667461395264, - [ - -8.881784197001252e-16, - 1.006064546034914e-32, - 1.1102230246251565e-16 - ] - ], - [ - 0.4000000059604645, - [ - -8.881784197001252e-16, - -1.0320159348180177e-32, - 1.1102230246251565e-16 - ] - ], - [ - 0.4333333373069763, - [ - -8.881784197001252e-16, - 1.0581000075259704e-32, - 5.5511141305090476e-17 - ] - ], - [ - 0.46666666865348816, - [ - -8.881784197001252e-16, - 1.2244143849416802e-32, - 3.4694444704117765e-18 - ] - ], - [ - 0.5, - [ - -8.881784197001252e-16, - 1.2241339560706121e-32, - -2.7755575615628914e-17 - ] - ], - [ - 0.5333333611488342, - [ - -8.881784197001252e-16, - 2.1788403090315358e-34, - -1.1102230246251565e-16 - ] - ], - [ - 0.5666666626930237, - [ - -8.881784197001252e-16, - 2.4138528170954063e-32, - -1.1102230246251565e-16 - ] - ], - [ - 0.6000000238418579, - [ - -8.881784197001252e-16, - -2.4357821050203776e-32, - -2.220446049250313e-16 - ] - ], - [ - 0.699999988079071, - [ - -8.881784197001252e-16, - 1.5674497177925325e-33, - -2.220446049250313e-16 - ] - ], - [ - 0.7333333492279053, - [ - -8.881784197001252e-16, - 3.560264510139839e-34, - -4.440892098500626e-16 - ] - ], - [ - 0.7666666507720947, - [ - -8.881784197001252e-16, - 3.794646176468388e-40, - -2.220446049250313e-16 - ] - ], - [ - 0.800000011920929, - [ - -8.881784197001252e-16, - -1.2360453505300897e-33, - -4.440892098500626e-16 - ] - ], - [ - 0.9666666388511658, - [ - -8.881784197001252e-16, - -4.6972368549774745e-33, - -4.440892098500626e-16 - ] - ], - [ - 1.0, - [ - -8.881784197001252e-16, - -2.620791397654771e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.0333333015441895, - [ - -8.881784197001252e-16, - -5.032562267318077e-32, - -4.440892098500626e-16 - ] - ], - [ - 1.0666667222976685, - [ - -8.881784197001252e-16, - 6.692357498880064e-33, - -8.881784197001252e-16 - ] - ], - [ - 1.100000023841858, - [ - -8.881784197001252e-16, - 2.4390407222976508e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.1333333253860474, - [ - -4.440892098500626e-16, - -4.357236134261667e-33, - -8.881784197001252e-16 - ] - ], - [ - 1.1666666269302368, - [ - -4.440892098500626e-16, - -2.4390931787330563e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2000000476837158, - [ - -8.881784197001252e-16, - -5.747159976862331e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2333333492279053, - [ - -4.440892098500626e-16, - 1.0947636763281175e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2666666507720947, - [ - -8.881784197001252e-16, - 5.504813008530703e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2999999523162842, - [ - -4.440892098500626e-16, - 1.0072552483439001e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.3666666746139526, - [ - -4.440892098500626e-16, - -1.0861187969985827e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.399999976158142, - [ - -4.440892098500626e-16, - 3.107779899290832e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.4333332777023315, - [ - -2.220446049250313e-16, - -1.1575927473536149e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.4666666984558105, - [ - -4.440892098500626e-16, - 1.7149571251780375e-38, - -8.881784197001252e-16 - ] - ], - [ - 1.5, - [ - -2.220446049250313e-16, - 2.4400052154125005e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.5333333015441895, - [ - -2.220446049250313e-16, - 1.2417685753848542e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.5666667222976685, - [ - -2.220446049250313e-16, - 4.880751286139607e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.600000023841858, - [ - -2.220446049250313e-16, - 7.567011707354012e-44, - -8.881784197001252e-16 - ] - ], - [ - 1.6333333253860474, - [ - -1.1102230246251565e-16, - 4.8819006257411233e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.6666666269302368, - [ - -5.551119093592723e-17, - 1.891752926838503e-43, - -8.881784197001252e-16 - ] - ], - [ - 1.7000000476837158, - [ - -2.775553591095951e-17, - -1.4993893568275543e-43, - -8.881784197001252e-16 - ] - ], - [ - 1.7333333492279053, - [ - 3.469460600433721e-18, - -2.4420455797319403e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.7666666507720947, - [ - 2.7755565689461563e-17, - -6.834747058140587e-34, - -8.881784197001252e-16 - ] - ], - [ - 1.7999999523162842, - [ - 5.5511091674253723e-17, - -3.8028497089320504e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.8333333730697632, - [ - 1.1102230246251565e-16, - 2.4433591946689842e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.8666666746139526, - [ - 1.1102230246251565e-16, - -1.272656452694236e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.899999976158142, - [ - 2.220446049250313e-16, - -2.4526623508349795e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.0999999046325684, - [ - 2.220446049250313e-16, - -2.3261591752825374e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.133333444595337, - [ - 4.440892098500626e-16, - -1.1961690924013438e-32, - -4.440892098500626e-16 - ] - ], - [ - 2.1666667461395264, - [ - 2.220446049250313e-16, - 2.160544070068773e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.200000047683716, - [ - 4.440892098500626e-16, - -7.62774398279785e-40, - -4.440892098500626e-16 - ] - ], - [ - 2.2333333492279053, - [ - 2.220446049250313e-16, - -1.7779360091793012e-34, - -8.881784197001252e-16 - ] - ], - [ - 2.2666666507720947, - [ - 2.220446049250313e-16, - -6.131626489728678e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.299999952316284, - [ - 4.440892098500626e-16, - -1.0837733735280053e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.3333332538604736, - [ - 2.220446049250313e-16, - -5.600982993170558e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5, - [ - 2.220446049250313e-16, - 6.334204206651683e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5333333015441895, - [ - 1.1102230246251565e-16, - 2.1338482627538127e-34, - -4.440892098500626e-16 - ] - ], - [ - 2.566666603088379, - [ - 2.220446049250313e-16, - 3.205199140552023e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5999999046325684, - [ - 1.1102230246251565e-16, - -1.4909243008700323e-33, - -2.220446049250313e-16 - ] - ], - [ - 2.6666667461395264, - [ - 1.1102230246251565e-16, - -1.6704955729665297e-33, - -2.220446049250313e-16 - ] - ], - [ - 2.700000047683716, - [ - 5.551108174808637e-17, - -9.762522196538294e-37, - -2.220446049250313e-16 - ] - ], - [ - 2.7333333492279053, - [ - 1.3877767955479755e-17, - 5.123313608709725e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.7666666507720947, - [ - -2.7755560726377888e-17, - 3.8513472171171697e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.799999952316284, - [ - -5.551115123125783e-17, - -1.0090677687973719e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.8333332538604736, - [ - -5.551115123125783e-17, - -5.940678722643273e-40, - -2.775571458197182e-17 - ] - ], - [ - 2.866666555404663, - [ - -1.1102202452982984e-16, - 3.8512191066000293e-34, - 3.469310467152543e-18 - ] - ], - [ - 2.9000000953674316, - [ - -2.220446049250313e-16, - -7.701492766767112e-34, - 5.551115123125783e-17 - ] - ], - [ - 2.933333396911621, - [ - -2.220446049250313e-16, - 1.4037325197573493e-39, - 5.551115123125783e-17 - ] - ], - [ - 2.9666666984558105, - [ - -2.220446049250313e-16, - 7.022118561774256e-34, - 1.1102230246251565e-16 - ] - ], - [ - 3.0, - [ - -2.220446049250313e-16, - 7.93558603824864e-34, - 1.1102230246251565e-16 - ] - ], - [ - 3.0333333015441895, - [ - -2.220446049250313e-16, - 2.802596928649634e-45, - 2.220446049250313e-16 - ] - ], - [ - 3.066666603088379, - [ - -4.440892098500626e-16, - 4.1985807637571366e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.0999999046325684, - [ - -1.090519158335989e-26, - 1.0013942270176436e-38, - 2.220446049250313e-16 - ] - ], - [ - 3.133333444595337, - [ - -4.440892098500626e-16, - -2.8037415547943103e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.1666667461395264, - [ - -4.440892098500626e-16, - 3.111198898078595e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.200000047683716, - [ - -4.440892098500626e-16, - -1.2963513331341425e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.299999952316284, - [ - -4.440892098500626e-16, - 1.2255705571041108e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.3333332538604736, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 3.366666555404663, - [ - -8.881784197001252e-16, - -5.8714405655209835e-43, - 4.440892098500626e-16 - ] - ], - [ - 3.4000000953674316, - [ - -4.440892098500626e-16, - -1.2252048314242112e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.433333396911621, - [ - -8.881784197001252e-16, - -1.9600679166398475e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.4666666984558105, - [ - -8.881784197001252e-16, - 1.2264200593530871e-38, - 2.220446049250313e-16 - ] - ], - [ - 3.5, - [ - -4.440892098500626e-16, - 6.126944348792559e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.5333333015441895, - [ - -4.440892098500626e-16, - 5.845937648782691e-33, - 4.440892098500626e-16 - ] - ], - [ - 3.566666603088379, - [ - -8.881784197001252e-16, - -3.376645358961438e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.633333444595337, - [ - -8.881784197001252e-16, - -1.2251936642278784e-32, - 2.220446049250313e-16 - ] - ], - [ - 3.6666667461395264, - [ - -8.881784197001252e-16, - 1.006064546034914e-32, - 1.1102230246251565e-16 - ] - ], - [ - 3.700000047683716, - [ - -8.881784197001252e-16, - -1.0320159348180177e-32, - 1.1102230246251565e-16 - ] - ], - [ - 3.7333333492279053, - [ - -8.881784197001252e-16, - 1.0581002279311612e-32, - 5.5511121452755775e-17 - ] - ], - [ - 3.7666666507720947, - [ - -8.881784197001252e-16, - 1.2244143849416802e-32, - 3.4694668042883155e-18 - ] - ], - [ - 3.799999952316284, - [ - -8.881784197001252e-16, - 1.2241339560706121e-32, - -2.7755496206290108e-17 - ] - ], - [ - 3.8333332538604736, - [ - -8.881784197001252e-16, - 2.1788403090315358e-34, - -1.1102230246251565e-16 - ] - ], - [ - 3.866666555404663, - [ - -8.881784197001252e-16, - 2.4138528170954063e-32, - -1.1102230246251565e-16 - ] - ], - [ - 3.9000000953674316, - [ - -8.881784197001252e-16, - -2.4357825458307592e-32, - -2.220446049250313e-16 - ] - ], - [ - 4.0, - [ - -8.881784197001252e-16, - 1.5674497177925325e-33, - -2.220446049250313e-16 - ] - ], - [ - 4.0333333015441895, - [ - -8.881784197001252e-16, - 3.560275530399378e-34, - -4.440892098500626e-16 - ] - ], - [ - 4.066666603088379, - [ - -8.881784197001252e-16, - 1.4718622497943576e-39, - -2.220446049250313e-16 - ] - ], - [ - 4.099999904632568, - [ - -8.881784197001252e-16, - -1.2360453505300897e-33, - -4.440892098500626e-16 - ] - ], - [ - 4.266666889190674, - [ - -8.881784197001252e-16, - -4.697317302872109e-33, - -4.440892098500626e-16 - ] - ], - [ - 4.300000190734863, - [ - -8.881784197001252e-16, - -2.620804621966218e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.333333492279053, - [ - -8.881784197001252e-16, - -5.032562267318077e-32, - -4.440892098500626e-16 - ] - ], - [ - 4.366666793823242, - [ - -8.881784197001252e-16, - 6.692436844748745e-33, - -8.881784197001252e-16 - ] - ], - [ - 4.400000095367432, - [ - -8.881784197001252e-16, - 2.4390407222976508e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.433333396911621, - [ - -4.440892098500626e-16, - -4.3572879294815e-33, - -8.881784197001252e-16 - ] - ], - [ - 4.4666666984558105, - [ - -4.440892098500626e-16, - -2.4390989092680165e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.5, - [ - -8.881784197001252e-16, - -5.747159976862331e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.5333333015441895, - [ - -4.440892098500626e-16, - 1.0947557417412495e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.566666603088379, - [ - -8.881784197001252e-16, - 5.504813008530703e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.599999904632568, - [ - -4.440892098500626e-16, - 1.0072592156373341e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.666666507720947, - [ - -4.440892098500626e-16, - -1.0861187969985827e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.699999809265137, - [ - -4.440892098500626e-16, - 3.107779899290832e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.733333110809326, - [ - -2.220446049250313e-16, - -1.1575927473536149e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.766666889190674, - [ - -4.440892098500626e-16, - 1.2004842108040391e-37, - -8.881784197001252e-16 - ] - ], - [ - 4.800000190734863, - [ - -2.220446049250313e-16, - 2.4400052154125005e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.833333492279053, - [ - -2.220446049250313e-16, - 1.2417685753848542e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.866666793823242, - [ - -2.220446049250313e-16, - 4.880751286139607e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.900000095367432, - [ - -2.220446049250313e-16, - 1.1981101869977186e-42, - -8.881784197001252e-16 - ] - ], - [ - 4.933333396911621, - [ - -1.1102214364383804e-16, - 4.8819006257411233e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.9666666984558105, - [ - -5.5511111526588424e-17, - 0.0, - -8.881784197001252e-16 - ] - ], - [ - 5.0, - [ - -2.7755575615628914e-17, - 0.0, - -8.881784197001252e-16 - ] - ], - [ - 5.0333333015441895, - [ - 3.4694202753788594e-18, - -2.4420455797319403e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.066666603088379, - [ - 2.775552598479216e-17, - -6.834747058140587e-34, - -8.881784197001252e-16 - ] - ], - [ - 5.099999904632568, - [ - 5.551103211724962e-17, - -3.8028497089320504e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.133333206176758, - [ - 1.1102230246251565e-16, - 2.4433591946689842e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.166666507720947, - [ - 1.1102230246251565e-16, - -1.272644550813934e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.199999809265137, - [ - 2.220446049250313e-16, - -2.4526623508349795e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.400000095367432, - [ - 2.220446049250313e-16, - -2.3261591752825374e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.433333396911621, - [ - 4.440892098500626e-16, - -1.1961723984792054e-32, - -4.440892098500626e-16 - ] - ], - [ - 5.4666666984558105, - [ - 2.220446049250313e-16, - 2.160544070068773e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.5, - [ - 4.440892098500626e-16, - 0.0, - -4.440892098500626e-16 - ] - ], - [ - 5.5333333015441895, - [ - 2.220446049250313e-16, - -1.7779280883677576e-34, - -8.881784197001252e-16 - ] - ], - [ - 5.566666603088379, - [ - 2.220446049250313e-16, - -6.131626489728678e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.599999904632568, - [ - 4.440892098500626e-16, - -1.0837733735280053e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.633333206176758, - [ - 2.220446049250313e-16, - -5.600982993170558e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.800000190734863, - [ - 2.220446049250313e-16, - 6.334204206651683e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.833333492279053, - [ - 1.1102230246251565e-16, - 2.1338482627538127e-34, - -4.440892098500626e-16 - ] - ], - [ - 5.866666793823242, - [ - 2.220446049250313e-16, - 3.205199140552023e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.900000095367432, - [ - 1.1102230246251565e-16, - -1.4909256784024747e-33, - -2.220446049250313e-16 - ] - ], - [ - 5.9666666984558105, - [ - 1.1102230246251565e-16, - -1.6704955729665297e-33, - -2.220446049250313e-16 - ] - ], - [ - 6.0, - [ - 5.551115123125783e-17, - -9.778132437223119e-37, - -2.220446049250313e-16 - ] - ], - [ - 6.0333333015441895, - [ - 1.387782751248386e-17, - 5.123313608709725e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.066666603088379, - [ - -2.7755511095541134e-17, - 3.851351349714497e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.099999904632568, - [ - -5.551115123125783e-17, - -1.0090677687973719e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.133333206176758, - [ - -5.551115123125783e-17, - -9.414539654658424e-40, - -2.775579399131063e-17 - ] - ], - [ - 6.166666507720947, - [ - -1.1102190541582163e-16, - 3.8512191066000293e-34, - 3.469250910148439e-18 - ] - ], - [ - 6.199999809265137, - [ - -2.220446049250313e-16, - -7.701492766767112e-34, - 5.551115123125783e-17 - ] - ], - [ - 6.233333110809326, - [ - -2.220446049250313e-16, - -4.957359564257262e-39, - 5.551115123125783e-17 - ] - ], - [ - 6.266666889190674, - [ - -2.220446049250313e-16, - 7.022135092163564e-34, - 1.1102230246251565e-16 - ] - ], - [ - 6.300000190734863, - [ - -2.220446049250313e-16, - 7.93558603824864e-34, - 1.1102230246251565e-16 - ] - ], - [ - 6.333333492279053, - [ - -2.220446049250313e-16, - 2.858648867222627e-43, - 2.220446049250313e-16 - ] - ], - [ - 6.366666793823242, - [ - -4.440892098500626e-16, - 4.1985807637571366e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.400000095367432, - [ - -1.0905192353731868e-26, - -1.0013907237714828e-38, - 2.220446049250313e-16 - ] - ], - [ - 6.433333396911621, - [ - -4.440892098500626e-16, - -2.8037415547943103e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.4666666984558105, - [ - -4.440892098500626e-16, - 3.111198898078595e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.5, - [ - -4.440892098500626e-16, - -1.2963513331341425e-32, - 4.440892098500626e-16 - ] - ], - [ - 6.599999904632568, - [ - -4.440892098500626e-16, - 1.2255705571041108e-32, - 4.440892098500626e-16 - ] - ], - [ - 6.633333206176758, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458261789_1067234.json b/lenses/physics-objects/Scene/assets/1645812458261789_1067234.json deleted file mode 100644 index 9caaecc9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458261789_1067234.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458261789:1067234", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.05636713281273842, - -0.11508914828300476, - 0.7272206544876099, - 0.6743348240852356 - ] - ], - [ - 0.03333333507180214, - [ - -0.05636713281273842, - -0.11508914828300476, - 0.7272206544876099, - 0.6743348240852356 - ] - ], - [ - 0.06666667014360428, - [ - -0.05785517394542694, - -0.11363857239484787, - 0.7280921339988708, - 0.6735139489173889 - ] - ], - [ - 0.10000000149011612, - [ - -0.05945229157805443, - -0.11207671463489532, - 0.7292298674583435, - 0.6724046468734741 - ] - ], - [ - 0.13333334028720856, - [ - -0.06116180121898651, - -0.11041929572820663, - 0.7304090261459351, - 0.671244740486145 - ] - ], - [ - 0.1666666716337204, - [ - -0.06296481192111969, - -0.10868768393993378, - 0.7315903902053833, - 0.6700730919837952 - ] - ], - [ - 0.20000000298023224, - [ - -0.06484463065862656, - -0.10689903050661087, - 0.7327584624290466, - 0.6689043045043945 - ] - ], - [ - 0.23333333432674408, - [ - -0.06678751856088638, - -0.10506682097911835, - 0.7339048385620117, - 0.6677455306053162 - ] - ], - [ - 0.2666666805744171, - [ - -0.06878216564655304, - -0.10320194065570831, - 0.7350245714187622, - 0.6666013598442078 - ] - ], - [ - 0.30000001192092896, - [ - -0.07081910967826843, - -0.10131317377090454, - 0.7361137866973877, - 0.6654749512672424 - ] - ], - [ - 0.3333333432674408, - [ - -0.07289042323827744, - -0.09940769523382187, - 0.737169086933136, - 0.6643694639205933 - ] - ], - [ - 0.36666667461395264, - [ - -0.0749891996383667, - -0.09749164432287216, - 0.7381882071495056, - 0.6632874011993408 - ] - ], - [ - 0.4000000059604645, - [ - -0.07710947096347809, - -0.09557007253170013, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.4333333373069763, - [ - -0.07924593985080719, - -0.0936472937464714, - 0.7401068210601807, - 0.6612051129341125 - ] - ], - [ - 0.46666666865348816, - [ - -0.08139388263225555, - -0.09172698855400085, - 0.7410008311271667, - 0.6602113246917725 - ] - ], - [ - 0.5, - [ - -0.08354903012514114, - -0.08981233090162277, - 0.7418473362922668, - 0.6592540740966797 - ] - ], - [ - 0.5333333611488342, - [ - -0.08570746332406998, - -0.08790595829486847, - 0.7426427602767944, - 0.6583377122879028 - ] - ], - [ - 0.5666666626930237, - [ - -0.08786562085151672, - -0.0860101729631424, - 0.7433831095695496, - 0.6574674248695374 - ] - ], - [ - 0.6000000238418579, - [ - -0.09002020210027695, - -0.08412683010101318, - 0.7440637350082397, - 0.6566492319107056 - ] - ], - [ - 0.6333333253860474, - [ - -0.09216810762882233, - -0.08225742727518082, - 0.7446790337562561, - 0.655890166759491 - ] - ], - [ - 0.6666666865348816, - [ - -0.09430652856826782, - -0.08040305227041245, - 0.7452222108840942, - 0.6551989316940308 - ] - ], - [ - 0.699999988079071, - [ - -0.09643282741308212, - -0.07856433838605881, - 0.745684802532196, - 0.6545858979225159 - ] - ], - [ - 0.7333333492279053, - [ - -0.09854461997747421, - -0.07674140483140945, - 0.746056318283081, - 0.6540640592575073 - ] - ], - [ - 0.7666666507720947, - [ - -0.10063981264829636, - -0.0749337449669838, - 0.7463231682777405, - 0.6536499857902527 - ] - ], - [ - 0.800000011920929, - [ - -0.10271672159433365, - -0.07313993573188782, - 0.7464675903320313, - 0.6533651351928711 - ] - ], - [ - 0.8333333134651184, - [ - -0.10477415472269058, - -0.07135729491710663, - 0.7464650273323059, - 0.6532384753227234 - ] - ], - [ - 0.8666666746139526, - [ - -0.10681174695491791, - -0.06958118826150894, - 0.7462809085845947, - 0.6533104181289673 - ] - ], - [ - 0.8999999761581421, - [ - -0.1088261604309082, - -0.0678107887506485, - 0.7459054589271545, - 0.6535928845405579 - ] - ], - [ - 0.9333333373069763, - [ - -0.11081024259328842, - -0.06605146825313568, - 0.7453653812408447, - 0.654055655002594 - ] - ], - [ - 0.9666666388511658, - [ - -0.11275886744260788, - -0.06430590897798538, - 0.7446691989898682, - 0.6546892523765564 - ] - ], - [ - 1.0, - [ - -0.11466693878173828, - -0.06257704645395279, - 0.7438254952430725, - 0.6554840207099915 - ] - ], - [ - 1.0333333015441895, - [ - -0.11652936786413193, - -0.060868117958307266, - 0.7428427934646606, - 0.656430184841156 - ] - ], - [ - 1.0666667222976685, - [ - -0.1183411180973053, - -0.05918261781334877, - 0.7417296171188354, - 0.6575180292129517 - ] - ], - [ - 1.100000023841858, - [ - -0.12009710818529129, - -0.05752440169453621, - 0.740494430065155, - 0.6587378978729248 - ] - ], - [ - 1.1333333253860474, - [ - -0.12179220467805862, - -0.055897634476423264, - 0.7391458749771118, - 0.6600798964500427 - ] - ], - [ - 1.1666666269302368, - [ - -0.12342127412557602, - -0.054306864738464355, - 0.7376924753189087, - 0.6615344882011414 - ] - ], - [ - 1.2000000476837158, - [ - -0.12497901171445847, - -0.052757009863853455, - 0.7361428737640381, - 0.6630917191505432 - ] - ], - [ - 1.2333333492279053, - [ - -0.12646007537841797, - -0.05125347897410393, - 0.7345058917999268, - 0.6647420525550842 - ] - ], - [ - 1.2666666507720947, - [ - -0.12785892188549042, - -0.049802087247371674, - 0.732790470123291, - 0.6664758324623108 - ] - ], - [ - 1.2999999523162842, - [ - -0.12916985154151917, - -0.04840917885303497, - 0.7310054898262024, - 0.6682834029197693 - ] - ], - [ - 1.3333333730697632, - [ - -0.1303868591785431, - -0.04708163067698479, - 0.7291601896286011, - 0.6701552271842957 - ] - ], - [ - 1.3666666746139526, - [ - -0.13150373101234436, - -0.04582693427801132, - 0.7272638082504272, - 0.6720819473266602 - ] - ], - [ - 1.399999976158142, - [ - -0.13251377642154694, - -0.044653236865997314, - 0.7253257632255554, - 0.674053966999054 - ] - ], - [ - 1.4333332777023315, - [ - -0.1334099918603897, - -0.043569415807724, - 0.7233558893203735, - 0.6760619282722473 - ] - ], - [ - 1.4666666984558105, - [ - -0.13418477773666382, - -0.04258516803383827, - 0.72136390209198, - 0.6780967712402344 - ] - ], - [ - 1.5, - [ - -0.13482984900474548, - -0.04171111807227135, - 0.7193598747253418, - 0.6801488399505615 - ] - ], - [ - 1.5333333015441895, - [ - -0.13533622026443481, - -0.04095893353223801, - 0.7173542380332947, - 0.6822091937065125 - ] - ], - [ - 1.5666667222976685, - [ - -0.1356939673423767, - -0.04034150391817093, - 0.7153575420379639, - 0.6842685341835022 - ] - ], - [ - 1.600000023841858, - [ - -0.13589194416999817, - -0.039873071014881134, - 0.7133805751800537, - 0.686317503452301 - ] - ], - [ - 1.6333333253860474, - [ - -0.13594438135623932, - -0.0395437628030777, - 0.7114294767379761, - 0.6883484721183777 - ] - ], - [ - 1.6666666269302368, - [ - -0.13587813079357147, - -0.039330996572971344, - 0.7095078825950623, - 0.6903541684150696 - ] - ], - [ - 1.7000000476837158, - [ - -0.1356998085975647, - -0.03923148661851883, - 0.707623302936554, - 0.6923264265060425 - ] - ], - [ - 1.7333333492279053, - [ - -0.1354154497385025, - -0.03924226015806198, - 0.7057832479476929, - 0.6942570209503174 - ] - ], - [ - 1.7666666507720947, - [ - -0.1350306272506714, - -0.03936060145497322, - 0.7039955854415894, - 0.6961377263069153 - ] - ], - [ - 1.7999999523162842, - [ - -0.134550541639328, - -0.03958405926823616, - 0.7022681832313538, - 0.697960376739502 - ] - ], - [ - 1.8333333730697632, - [ - -0.1339799165725708, - -0.039910346269607544, - 0.7006089687347412, - 0.6997168064117432 - ] - ], - [ - 1.8666666746139526, - [ - -0.133323073387146, - -0.04033732786774635, - 0.6990261077880859, - 0.7013989090919495 - ] - ], - [ - 1.899999976158142, - [ - -0.13258405029773712, - -0.04086301475763321, - 0.6975277066230774, - 0.7029985189437866 - ] - ], - [ - 1.9333332777023315, - [ - -0.13176646828651428, - -0.041485510766506195, - 0.6961221098899841, - 0.7045074105262756 - ] - ], - [ - 1.9666666984558105, - [ - -0.13087362051010132, - -0.04220297187566757, - 0.6948175430297852, - 0.7059175968170166 - ] - ], - [ - 2.0, - [ - -0.12990860641002655, - -0.04301364719867706, - 0.6936225295066833, - 0.7072209715843201 - ] - ], - [ - 2.0333333015441895, - [ - -0.1288740634918213, - -0.0439157709479332, - 0.6925454139709473, - 0.708409309387207 - ] - ], - [ - 2.066666603088379, - [ - -0.12777243554592133, - -0.044907648116350174, - 0.6915948390960693, - 0.7094745635986328 - ] - ], - [ - 2.0999999046325684, - [ - -0.12660586833953857, - -0.04598753899335861, - 0.6907791495323181, - 0.7104085087776184 - ] - ], - [ - 2.133333444595337, - [ - -0.12537622451782227, - -0.04715370759367943, - 0.6901069283485413, - 0.7112030386924744 - ] - ], - [ - 2.1666667461395264, - [ - -0.12408515810966492, - -0.04840434342622757, - 0.6895866394042969, - 0.7118498086929321 - ] - ], - [ - 2.200000047683716, - [ - -0.12273398786783218, - -0.04973766580224037, - 0.6892268061637878, - 0.7123405337333679 - ] - ], - [ - 2.2333333492279053, - [ - -0.12132379412651062, - -0.051151782274246216, - 0.6890357732772827, - 0.7126666307449341 - ] - ], - [ - 2.2666666507720947, - [ - -0.11985550075769424, - -0.05264474079012871, - 0.6890218257904053, - 0.7128198146820068 - ] - ], - [ - 2.299999952316284, - [ - -0.11832970380783081, - -0.05421450734138489, - 0.6891932487487793, - 0.712791383266449 - ] - ], - [ - 2.3333332538604736, - [ - -0.11674733459949493, - -0.055857911705970764, - 0.6895517110824585, - 0.7125787138938904 - ] - ], - [ - 2.366666555404663, - [ - -0.1151110827922821, - -0.05756788328289986, - 0.6900750994682312, - 0.7122021317481995 - ] - ], - [ - 2.4000000953674316, - [ - -0.11342368274927139, - -0.05933743342757225, - 0.6907402276992798, - 0.7116826772689819 - ] - ], - [ - 2.433333396911621, - [ - -0.11168783903121948, - -0.06116032972931862, - 0.6915282607078552, - 0.7110371589660645 - ] - ], - [ - 2.4666666984558105, - [ - -0.10990595817565918, - -0.0630311444401741, - 0.6924238801002502, - 0.7102794647216797 - ] - ], - [ - 2.5, - [ - -0.10808032006025314, - -0.06494487822055817, - 0.6934139728546143, - 0.7094208002090454 - ] - ], - [ - 2.5333333015441895, - [ - -0.10621319711208344, - -0.06689693033695221, - 0.6944873929023743, - 0.70847088098526 - ] - ], - [ - 2.566666603088379, - [ - -0.10430677980184555, - -0.06888299435377121, - 0.6956343650817871, - 0.7074377536773682 - ] - ], - [ - 2.5999999046325684, - [ - -0.10236325114965439, - -0.07089901715517044, - 0.6968464851379395, - 0.7063286900520325 - ] - ], - [ - 2.633333444595337, - [ - -0.10038479417562485, - -0.07294114679098129, - 0.6981161832809448, - 0.7051499485969543 - ] - ], - [ - 2.6666667461395264, - [ - -0.09837367385625839, - -0.07500559836626053, - 0.699436604976654, - 0.7039071321487427 - ] - ], - [ - 2.700000047683716, - [ - -0.09633220732212067, - -0.07708878815174103, - 0.7008016705513, - 0.7026054859161377 - ] - ], - [ - 2.7333333492279053, - [ - -0.09426271915435791, - -0.07918716222047806, - 0.7022057175636292, - 0.7012496590614319 - ] - ], - [ - 2.7666666507720947, - [ - -0.0921676978468895, - -0.08129719644784927, - 0.703643262386322, - 0.6998443007469177 - ] - ], - [ - 2.799999952316284, - [ - -0.09004972130060196, - -0.0834154263138771, - 0.7051094770431519, - 0.6983935832977295 - ] - ], - [ - 2.8333332538604736, - [ - -0.08791151642799377, - -0.08553837239742279, - 0.7065995335578918, - 0.6969017386436462 - ] - ], - [ - 2.866666555404663, - [ - -0.08575598895549774, - -0.08766248822212219, - 0.7081086039543152, - 0.6953729391098022 - ] - ], - [ - 2.9000000953674316, - [ - -0.0835861936211586, - -0.08978421986103058, - 0.7096322178840637, - 0.6938114166259766 - ] - ], - [ - 2.933333396911621, - [ - -0.08140557259321213, - -0.09189984202384949, - 0.7111656665802002, - 0.6922217607498169 - ] - ], - [ - 2.9666666984558105, - [ - -0.07921770960092545, - -0.09400557726621628, - 0.7127042412757874, - 0.690608561038971 - ] - ], - [ - 3.0, - [ - -0.07702666521072388, - -0.0960974395275116, - 0.7142424583435059, - 0.6889774203300476 - ] - ], - [ - 3.0333333015441895, - [ - -0.07483676820993423, - -0.09817126393318176, - 0.7157750725746155, - 0.6873339414596558 - ] - ], - [ - 3.066666603088379, - [ - -0.07265298068523407, - -0.10022260993719101, - 0.7172957062721252, - 0.6856850385665894 - ] - ], - [ - 3.0999999046325684, - [ - -0.0704808235168457, - -0.10224662721157074, - 0.7187969088554382, - 0.6840388178825378 - ] - ], - [ - 3.133333444595337, - [ - -0.0683266669511795, - -0.10423816740512848, - 0.7202697396278381, - 0.6824056506156921 - ] - ], - [ - 3.1666667461395264, - [ - -0.0661979541182518, - -0.10619126260280609, - 0.7217023968696594, - 0.6807987093925476 - ] - ], - [ - 3.200000047683716, - [ - -0.06410352885723114, - -0.10809941589832306, - 0.7230793237686157, - 0.6792359948158264 - ] - ], - [ - 3.2333333492279053, - [ - -0.06205439195036888, - -0.1099548414349556, - 0.724377453327179, - 0.677743673324585 - ] - ], - [ - 3.2666666507720947, - [ - -0.06006501987576485, - -0.11174805462360382, - 0.7255598902702332, - 0.6763634085655212 - ] - ], - [ - 3.299999952316284, - [ - -0.058156564831733704, - -0.11346633732318878, - 0.7265592813491821, - 0.6751702427864075 - ] - ], - [ - 3.3333332538604736, - [ - -0.0563671700656414, - -0.11508908867835999, - 0.7272206544876099, - 0.6743347644805908 - ] - ], - [ - 3.366666555404663, - [ - -0.057855214923620224, - -0.11363853514194489, - 0.7280921339988708, - 0.6735139489173889 - ] - ], - [ - 3.4000000953674316, - [ - -0.05945234000682831, - -0.11207667738199234, - 0.7292298674583435, - 0.6724046468734741 - ] - ], - [ - 3.433333396911621, - [ - -0.06116184964776039, - -0.11041925847530365, - 0.7304090261459351, - 0.671244740486145 - ] - ], - [ - 3.4666666984558105, - [ - -0.06296484917402267, - -0.10868766903877258, - 0.7315904498100281, - 0.6700730919837952 - ] - ], - [ - 3.5, - [ - -0.06484468281269073, - -0.10689900070428848, - 0.7327584624290466, - 0.6689043045043945 - ] - ], - [ - 3.5333333015441895, - [ - -0.06678755581378937, - -0.10506679117679596, - 0.7339048981666565, - 0.6677454710006714 - ] - ], - [ - 3.566666603088379, - [ - -0.06878220289945602, - -0.10320191830396652, - 0.7350245714187622, - 0.6666013598442078 - ] - ], - [ - 3.5999999046325684, - [ - -0.07081914693117142, - -0.10131311416625977, - 0.7361136674880981, - 0.6654750108718872 - ] - ], - [ - 3.633333444595337, - [ - -0.07289047539234161, - -0.09940765798091888, - 0.737169086933136, - 0.6643694639205933 - ] - ], - [ - 3.6666667461395264, - [ - -0.07498924434185028, - -0.09749161452054977, - 0.7381882071495056, - 0.6632874011993408 - ] - ], - [ - 3.700000047683716, - [ - -0.07710950821638107, - -0.09557003527879715, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 3.7333333492279053, - [ - -0.07924596965312958, - -0.09364726394414902, - 0.7401068806648254, - 0.6612050533294678 - ] - ], - [ - 3.7666666507720947, - [ - -0.08139390498399734, - -0.09172696620225906, - 0.7410008907318115, - 0.6602112650871277 - ] - ], - [ - 3.799999952316284, - [ - -0.08354905247688293, - -0.08981229364871979, - 0.7418473362922668, - 0.6592540144920349 - ] - ], - [ - 3.8333332538604736, - [ - -0.08570749312639236, - -0.08790593594312668, - 0.7426427602767944, - 0.6583377122879028 - ] - ], - [ - 3.866666555404663, - [ - -0.08786564320325851, - -0.0860101506114006, - 0.7433831095695496, - 0.6574674248695374 - ] - ], - [ - 3.9000000953674316, - [ - -0.09002023190259933, - -0.0841268002986908, - 0.7440637946128845, - 0.6566491723060608 - ] - ], - [ - 3.933333396911621, - [ - -0.09216814488172531, - -0.08225739747285843, - 0.7446790337562561, - 0.655890166759491 - ] - ], - [ - 3.9666666984558105, - [ - -0.0943065658211708, - -0.08040301501750946, - 0.7452222108840942, - 0.6551989316940308 - ] - ], - [ - 4.0, - [ - -0.09643283486366272, - -0.07856430858373642, - 0.745684802532196, - 0.6545857787132263 - ] - ], - [ - 4.0333333015441895, - [ - -0.098544642329216, - -0.07674138993024826, - 0.7460563778877258, - 0.6540639996528625 - ] - ], - [ - 4.066666603088379, - [ - -0.10063983500003815, - -0.0749337300658226, - 0.7463232278823853, - 0.6536499261856079 - ] - ], - [ - 4.099999904632568, - [ - -0.10271674394607544, - -0.07313991338014603, - 0.7464675903320313, - 0.6533651351928711 - ] - ], - [ - 4.133333206176758, - [ - -0.10477416962385178, - -0.07135727256536484, - 0.7464650273323059, - 0.6532384753227234 - ] - ], - [ - 4.166666507720947, - [ - -0.1068117618560791, - -0.06958116590976715, - 0.7462809085845947, - 0.6533104181289673 - ] - ], - [ - 4.199999809265137, - [ - -0.1088261753320694, - -0.0678107813000679, - 0.7459054589271545, - 0.6535928249359131 - ] - ], - [ - 4.233333110809326, - [ - -0.11081026494503021, - -0.06605145335197449, - 0.7453653812408447, - 0.654055655002594 - ] - ], - [ - 4.266666889190674, - [ - -0.11275892704725266, - -0.0643058717250824, - 0.7446692585945129, - 0.6546892523765564 - ] - ], - [ - 4.300000190734863, - [ - -0.11466698348522186, - -0.0625770315527916, - 0.7438255548477173, - 0.6554840207099915 - ] - ], - [ - 4.333333492279053, - [ - -0.11652940511703491, - -0.06086809188127518, - 0.7428428530693054, - 0.6564301252365112 - ] - ], - [ - 4.366666793823242, - [ - -0.11834115535020828, - -0.05918258801102638, - 0.7417296171188354, - 0.6575180292129517 - ] - ], - [ - 4.400000095367432, - [ - -0.12009713053703308, - -0.05752438306808472, - 0.7404944896697998, - 0.65873783826828 - ] - ], - [ - 4.433333396911621, - [ - -0.12179223448038101, - -0.055897608399391174, - 0.7391458749771118, - 0.6600798964500427 - ] - ], - [ - 4.4666666984558105, - [ - -0.12342129647731781, - -0.05430684611201286, - 0.7376924753189087, - 0.6615344882011414 - ] - ], - [ - 4.5, - [ - -0.12497903406620026, - -0.052756987512111664, - 0.7361428737640381, - 0.6630917191505432 - ] - ], - [ - 4.5333333015441895, - [ - -0.12646009027957916, - -0.05125345662236214, - 0.7345058917999268, - 0.6647420525550842 - ] - ], - [ - 4.566666603088379, - [ - -0.1278589516878128, - -0.04980206489562988, - 0.732790470123291, - 0.666475772857666 - ] - ], - [ - 4.599999904632568, - [ - -0.12916986644268036, - -0.04840915650129318, - 0.7310054898262024, - 0.6682834029197693 - ] - ], - [ - 4.633333206176758, - [ - -0.13038687407970428, - -0.04708161577582359, - 0.7291601896286011, - 0.6701552271842957 - ] - ], - [ - 4.666666507720947, - [ - -0.13150374591350555, - -0.04582692310214043, - 0.7272638082504272, - 0.6720819473266602 - ] - ], - [ - 4.699999809265137, - [ - -0.13251377642154694, - -0.044653233140707016, - 0.7253258228302002, - 0.6740539073944092 - ] - ], - [ - 4.733333110809326, - [ - -0.1334099918603897, - -0.043569415807724, - 0.7233558893203735, - 0.6760619282722473 - ] - ], - [ - 4.766666889190674, - [ - -0.13418477773666382, - -0.04258514940738678, - 0.72136390209198, - 0.6780967116355896 - ] - ], - [ - 4.800000190734863, - [ - -0.13482984900474548, - -0.04171111434698105, - 0.7193598747253418, - 0.6801488399505615 - ] - ], - [ - 4.833333492279053, - [ - -0.135336235165596, - -0.04095892235636711, - 0.7173542380332947, - 0.6822091937065125 - ] - ], - [ - 4.866666793823242, - [ - -0.1356939673423767, - -0.04034150391817093, - 0.7153575420379639, - 0.6842685341835022 - ] - ], - [ - 4.900000095367432, - [ - -0.13589194416999817, - -0.03987307474017143, - 0.7133805751800537, - 0.686317503452301 - ] - ], - [ - 4.933333396911621, - [ - -0.13594438135623932, - -0.039543766528367996, - 0.7114294767379761, - 0.6883484721183777 - ] - ], - [ - 4.9666666984558105, - [ - -0.13587813079357147, - -0.03933101147413254, - 0.7095078825950623, - 0.6903541684150696 - ] - ], - [ - 5.0, - [ - -0.1356997936964035, - -0.039231497794389725, - 0.707623302936554, - 0.6923264265060425 - ] - ], - [ - 5.0333333015441895, - [ - -0.1354154348373413, - -0.03924227133393288, - 0.7057832479476929, - 0.6942570209503174 - ] - ], - [ - 5.066666603088379, - [ - -0.1350306272506714, - -0.03936062380671501, - 0.7039955854415894, - 0.6961377263069153 - ] - ], - [ - 5.099999904632568, - [ - -0.1345505267381668, - -0.039584070444107056, - 0.702268123626709, - 0.6979604363441467 - ] - ], - [ - 5.133333206176758, - [ - -0.1339798867702484, - -0.03991036117076874, - 0.7006089091300964, - 0.6997168660163879 - ] - ], - [ - 5.166666507720947, - [ - -0.1333230435848236, - -0.040337346494197845, - 0.6990260481834412, - 0.7013989090919495 - ] - ], - [ - 5.199999809265137, - [ - -0.13258403539657593, - -0.0408630333840847, - 0.6975277066230774, - 0.7029985189437866 - ] - ], - [ - 5.233333110809326, - [ - -0.1317664384841919, - -0.04148552194237709, - 0.6961220502853394, - 0.7045074701309204 - ] - ], - [ - 5.266666889190674, - [ - -0.13087360560894012, - -0.04220300912857056, - 0.6948175430297852, - 0.7059175968170166 - ] - ], - [ - 5.300000190734863, - [ - -0.12990857660770416, - -0.04301368072628975, - 0.6936225295066833, - 0.7072209715843201 - ] - ], - [ - 5.333333492279053, - [ - -0.1288740187883377, - -0.043915823101997375, - 0.6925454139709473, - 0.708409309387207 - ] - ], - [ - 5.366666793823242, - [ - -0.12777239084243774, - -0.04490770027041435, - 0.6915948390960693, - 0.7094745635986328 - ] - ], - [ - 5.400000095367432, - [ - -0.126605823636055, - -0.045987579971551895, - 0.6907791495323181, - 0.7104085683822632 - ] - ], - [ - 5.433333396911621, - [ - -0.12537619471549988, - -0.04715373367071152, - 0.6901068687438965, - 0.7112030982971191 - ] - ], - [ - 5.4666666984558105, - [ - -0.12408511340618134, - -0.04840438440442085, - 0.6895866394042969, - 0.7118498682975769 - ] - ], - [ - 5.5, - [ - -0.12273392826318741, - -0.04973771050572395, - 0.6892267465591431, - 0.7123405337333679 - ] - ], - [ - 5.5333333015441895, - [ - -0.12132377177476883, - -0.05115183815360069, - 0.6890357732772827, - 0.7126667499542236 - ] - ], - [ - 5.566666603088379, - [ - -0.11985544860363007, - -0.05264478549361229, - 0.6890217661857605, - 0.7128198742866516 - ] - ], - [ - 5.599999904632568, - [ - -0.11832968890666962, - -0.054214563220739365, - 0.6891932487487793, - 0.7127914428710938 - ] - ], - [ - 5.633333206176758, - [ - -0.11674729734659195, - -0.05585794895887375, - 0.6895516514778137, - 0.7125787734985352 - ] - ], - [ - 5.666666507720947, - [ - -0.11511101573705673, - -0.05756792426109314, - 0.6900749802589417, - 0.7122021317481995 - ] - ], - [ - 5.699999809265137, - [ - -0.11342363804578781, - -0.059337466955184937, - 0.6907401084899902, - 0.7116826772689819 - ] - ], - [ - 5.733333110809326, - [ - -0.11168782413005829, - -0.0611603781580925, - 0.6915282607078552, - 0.711037278175354 - ] - ], - [ - 5.766666889190674, - [ - -0.10990588366985321, - -0.06303121894598007, - 0.6924238801002502, - 0.7102794647216797 - ] - ], - [ - 5.800000190734863, - [ - -0.10808026045560837, - -0.06494494527578354, - 0.6934139132499695, - 0.7094208598136902 - ] - ], - [ - 5.833333492279053, - [ - -0.10621313005685806, - -0.06689698994159698, - 0.6944872736930847, - 0.70847088098526 - ] - ], - [ - 5.866666793823242, - [ - -0.10430669784545898, - -0.06888305395841599, - 0.6956342458724976, - 0.7074377536773682 - ] - ], - [ - 5.900000095367432, - [ - -0.10236319154500961, - -0.07089908421039581, - 0.6968464255332947, - 0.7063287496566772 - ] - ], - [ - 5.933333396911621, - [ - -0.10038471966981888, - -0.07294119149446487, - 0.6981160640716553, - 0.7051499485969543 - ] - ], - [ - 5.9666666984558105, - [ - -0.09837363660335541, - -0.0750056654214859, - 0.699436604976654, - 0.7039071917533875 - ] - ], - [ - 6.0, - [ - -0.09633214771747589, - -0.0770888477563858, - 0.7008016705513, - 0.7026054859161377 - ] - ], - [ - 6.0333333015441895, - [ - -0.09426266700029373, - -0.07918721437454224, - 0.7022056579589844, - 0.7012497186660767 - ] - ], - [ - 6.066666603088379, - [ - -0.09216764569282532, - -0.08129724860191345, - 0.703643262386322, - 0.6998443007469177 - ] - ], - [ - 6.099999904632568, - [ - -0.09004966914653778, - -0.08341548591852188, - 0.7051094770431519, - 0.6983935832977295 - ] - ], - [ - 6.133333206176758, - [ - -0.0879114642739296, - -0.08553842455148697, - 0.7065994739532471, - 0.696901798248291 - ] - ], - [ - 6.166666507720947, - [ - -0.08575592935085297, - -0.08766254782676697, - 0.7081086039543152, - 0.6953729391098022 - ] - ], - [ - 6.199999809265137, - [ - -0.08358615636825562, - -0.08978425711393356, - 0.709632158279419, - 0.6938114762306213 - ] - ], - [ - 6.233333110809326, - [ - -0.08140552788972855, - -0.09189987182617188, - 0.7111656069755554, - 0.6922218203544617 - ] - ], - [ - 6.266666889190674, - [ - -0.07921764254570007, - -0.09400564432144165, - 0.7127041816711426, - 0.690608561038971 - ] - ], - [ - 6.300000190734863, - [ - -0.0770265981554985, - -0.09609749913215637, - 0.7142423987388611, - 0.6889774799346924 - ] - ], - [ - 6.333333492279053, - [ - -0.07483670115470886, - -0.09817132353782654, - 0.7157750129699707, - 0.6873340010643005 - ] - ], - [ - 6.366666793823242, - [ - -0.0726529061794281, - -0.100222647190094, - 0.7172956466674805, - 0.6856850385665894 - ] - ], - [ - 6.400000095367432, - [ - -0.07048077136278152, - -0.10224670171737671, - 0.7187969088554382, - 0.6840388774871826 - ] - ], - [ - 6.433333396911621, - [ - -0.06832662224769592, - -0.10423821210861206, - 0.7202697396278381, - 0.6824057102203369 - ] - ], - [ - 6.4666666984558105, - [ - -0.06619789451360703, - -0.10619132220745087, - 0.7217023968696594, - 0.6807987093925476 - ] - ], - [ - 6.5, - [ - -0.06410347670316696, - -0.10809945315122604, - 0.7230793237686157, - 0.6792360544204712 - ] - ], - [ - 6.5333333015441895, - [ - -0.0620543397963047, - -0.10995488613843918, - 0.7243773937225342, - 0.6777437329292297 - ] - ], - [ - 6.566666603088379, - [ - -0.06006496772170067, - -0.1117480993270874, - 0.7255598902702332, - 0.6763634085655212 - ] - ], - [ - 6.599999904632568, - [ - -0.05815650895237923, - -0.11346637457609177, - 0.7265592217445374, - 0.6751703023910522 - ] - ], - [ - 6.633333206176758, - [ - -0.056367117911577225, - -0.11508913338184357, - 0.7272205948829651, - 0.6743348240852356 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458262071_1067241.json b/lenses/physics-objects/Scene/assets/1645812458262071_1067241.json deleted file mode 100644 index b64147c6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458262071_1067241.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458262071:1067241", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458263939_1067254.json b/lenses/physics-objects/Scene/assets/1645812458263939_1067254.json deleted file mode 100644 index 44c0f5fe..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458263939_1067254.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458263939:1067254", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458264194_1067261.json b/lenses/physics-objects/Scene/assets/1645812458264194_1067261.json deleted file mode 100644 index ca31d2e0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458264194_1067261.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458264194:1067261", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.03333333507180214, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.06666667014360428, - [ - -0.07447168231010437, - -0.09147372841835022, - 0.7375175356864929, - 0.6649470329284668 - ] - ], - [ - 0.10000000149011612, - [ - -0.06844864785671234, - -0.08474902808666229, - 0.7334315180778503, - 0.6709773540496826 - ] - ], - [ - 0.13333334028720856, - [ - -0.06842648237943649, - -0.07775477319955826, - 0.7313636541366577, - 0.6740765571594238 - ] - ], - [ - 0.1666666716337204, - [ - -0.07827264815568924, - -0.0715152695775032, - 0.7331753969192505, - 0.6717238426208496 - ] - ], - [ - 0.20000000298023224, - [ - -0.0927291214466095, - -0.065275639295578, - 0.7362284660339355, - 0.6671642065048218 - ] - ], - [ - 0.23333333432674408, - [ - -0.10867708176374435, - -0.058659911155700684, - 0.7390431761741638, - 0.6622412800788879 - ] - ], - [ - 0.2666666805744171, - [ - -0.1220151036977768, - -0.05078640580177307, - 0.7400896549224854, - 0.6593940258026123 - ] - ], - [ - 0.30000001192092896, - [ - -0.12560848891735077, - -0.03970082849264145, - 0.7370697259902954, - 0.6628533601760864 - ] - ], - [ - 0.3333333432674408, - [ - -0.12429462373256683, - -0.02702448144555092, - 0.7320270538330078, - 0.6692958474159241 - ] - ], - [ - 0.36666667461395264, - [ - -0.12780065834522247, - -0.015676256269216537, - 0.7286404967308044, - 0.672684371471405 - ] - ], - [ - 0.4000000059604645, - [ - -0.14020568132400513, - -0.006955972407013178, - 0.7283481955528259, - 0.6706734299659729 - ] - ], - [ - 0.4333333373069763, - [ - -0.1560509204864502, - 0.00020201558072585613, - 0.7289610505104065, - 0.6665312051773071 - ] - ], - [ - 0.46666666865348816, - [ - -0.17207768559455872, - 0.0063881962560117245, - 0.7293304800987244, - 0.6621370911598206 - ] - ], - [ - 0.5, - [ - -0.18403242528438568, - 0.012742733582854271, - 0.7283390760421753, - 0.6599181294441223 - ] - ], - [ - 0.5333333611488342, - [ - -0.1845720261335373, - 0.0215448010712862, - 0.7242996096611023, - 0.6639721989631653 - ] - ], - [ - 0.5666666626930237, - [ - -0.17875534296035767, - 0.030779249966144562, - 0.7187852263450623, - 0.6711534261703491 - ] - ], - [ - 0.6000000238418579, - [ - -0.17666175961494446, - 0.037049733102321625, - 0.7147239446640015, - 0.6757126450538635 - ] - ], - [ - 0.6333333253860474, - [ - -0.18247245252132416, - 0.039024583995342255, - 0.7134681344032288, - 0.6753844022750854 - ] - ], - [ - 0.6666666865348816, - [ - -0.18905887007713318, - 0.03641548380255699, - 0.7125390768051147, - 0.6746990084648132 - ] - ], - [ - 0.699999988079071, - [ - -0.19224053621292114, - 0.02892819046974182, - 0.7104256749153137, - 0.6763890385627747 - ] - ], - [ - 0.7333333492279053, - [ - -0.1887332648038864, - 0.01852949894964695, - 0.7063067555427551, - 0.6820316910743713 - ] - ], - [ - 0.7666666507720947, - [ - -0.17230509221553802, - 0.0077214413322508335, - 0.6980953812599182, - 0.6949202418327332 - ] - ], - [ - 0.800000011920929, - [ - -0.14928625524044037, - -0.0050992039032280445, - 0.6868617534637451, - 0.7112724781036377 - ] - ], - [ - 0.8333333134651184, - [ - -0.13070446252822876, - -0.02179197035729885, - 0.6762692928314209, - 0.7246387600898743 - ] - ], - [ - 0.8666666746139526, - [ - -0.12130032479763031, - -0.04173913598060608, - 0.6690050959587097, - 0.7321040034294128 - ] - ], - [ - 0.8999999761581421, - [ - -0.1161351203918457, - -0.06266286969184875, - 0.6637380123138428, - 0.7362322211265564 - ] - ], - [ - 0.9333333373069763, - [ - -0.1126151755452156, - -0.08307552337646484, - 0.6596905589103699, - 0.7383933067321777 - ] - ], - [ - 0.9666666388511658, - [ - -0.10731003433465958, - -0.10151489824056625, - 0.6554723978042603, - 0.740631639957428 - ] - ], - [ - 1.0, - [ - -0.09407102316617966, - -0.11637984961271286, - 0.6479977369308472, - 0.7467966675758362 - ] - ], - [ - 1.0333333015441895, - [ - -0.07845986634492874, - -0.12780246138572693, - 0.6398612260818481, - 0.753716230392456 - ] - ], - [ - 1.0666667222976685, - [ - -0.06987202912569046, - -0.137150377035141, - 0.6361198425292969, - 0.7560815215110779 - ] - ], - [ - 1.100000023841858, - [ - -0.07145382463932037, - -0.14562739431858063, - 0.6386121511459351, - 0.7522376775741577 - ] - ], - [ - 1.1333333253860474, - [ - -0.07768894731998444, - -0.15299402177333832, - 0.6441255211830139, - 0.7454257607460022 - ] - ], - [ - 1.1666666269302368, - [ - -0.0853157714009285, - -0.1592300981283188, - 0.6506080627441406, - 0.737615168094635 - ] - ], - [ - 1.2000000476837158, - [ - -0.09028317034244537, - -0.16403143107891083, - 0.6557307243347168, - 0.7314096093177795 - ] - ], - [ - 1.2333333492279053, - [ - -0.08588456362485886, - -0.16656488180160522, - 0.6558812260627747, - 0.731231689453125 - ] - ], - [ - 1.2666666507720947, - [ - -0.07658874243497849, - -0.16751019656658173, - 0.6533506512641907, - 0.7343075275421143 - ] - ], - [ - 1.2999999523162842, - [ - -0.07106634229421616, - -0.1679438054561615, - 0.6529311537742615, - 0.7351362705230713 - ] - ], - [ - 1.3333333730697632, - [ - -0.07360947877168655, - -0.1665908396244049, - 0.6568293571472168, - 0.7317132949829102 - ] - ], - [ - 1.3666666746139526, - [ - -0.08029553294181824, - -0.1618683785200119, - 0.6623778343200684, - 0.7270536422729492 - ] - ], - [ - 1.399999976158142, - [ - -0.0884135365486145, - -0.1542041301727295, - 0.6680073142051697, - 0.7226135730743408 - ] - ], - [ - 1.4333332777023315, - [ - -0.09429523348808289, - -0.14371198415756226, - 0.6718707084655762, - 0.7204477787017822 - ] - ], - [ - 1.4666666984558105, - [ - -0.0913005843758583, - -0.1299128532409668, - 0.6708550453186035, - 0.7243896722793579 - ] - ], - [ - 1.5, - [ - -0.0840393602848053, - -0.11423341929912567, - 0.66748046875, - 0.7309979200363159 - ] - ], - [ - 1.5333333015441895, - [ - -0.08185745030641556, - -0.09866639971733093, - 0.6666904091835022, - 0.7342263460159302 - ] - ], - [ - 1.5666667222976685, - [ - -0.08887309581041336, - -0.08439796417951584, - 0.6706289649009705, - 0.7315978407859802 - ] - ], - [ - 1.600000023841858, - [ - -0.10011943429708481, - -0.07163193821907043, - 0.6765350699424744, - 0.7260478138923645 - ] - ], - [ - 1.6333333253860474, - [ - -0.11261375993490219, - -0.060764700174331665, - 0.6828721761703491, - 0.7192436456680298 - ] - ], - [ - 1.6666666269302368, - [ - -0.12228577584028244, - -0.05176122114062309, - 0.6879717707633972, - 0.7134856581687927 - ] - ], - [ - 1.7000000476837158, - [ - -0.12198532372713089, - -0.04370599612593651, - 0.6892188191413879, - 0.7128722071647644 - ] - ], - [ - 1.7333333492279053, - [ - -0.1183440163731575, - -0.03846299648284912, - 0.689516007900238, - 0.7135004997253418 - ] - ], - [ - 1.7666666507720947, - [ - -0.12239763140678406, - -0.03790782392024994, - 0.6932801008224487, - 0.7091858386993408 - ] - ], - [ - 1.7999999523162842, - [ - -0.13737566769123077, - -0.04232652112841606, - 0.7014032006263733, - 0.6981188654899597 - ] - ], - [ - 1.8333333730697632, - [ - -0.15698596835136414, - -0.05025168135762215, - 0.7106875777244568, - 0.6839249730110168 - ] - ], - [ - 1.8666666746139526, - [ - -0.17731335759162903, - -0.060291141271591187, - 0.7192879319190979, - 0.6689916253089905 - ] - ], - [ - 1.899999976158142, - [ - -0.19382244348526, - -0.07017229497432709, - 0.7257457971572876, - 0.6563550233840942 - ] - ], - [ - 1.9333332777023315, - [ - -0.1995861530303955, - -0.07601404190063477, - 0.7285494208335876, - 0.6508479118347168 - ] - ], - [ - 1.9666666984558105, - [ - -0.19922998547554016, - -0.0782642811536789, - 0.7291748523712158, - 0.6499893665313721 - ] - ], - [ - 2.0, - [ - -0.20143947005271912, - -0.07940328121185303, - 0.729729175567627, - 0.6485465168952942 - ] - ], - [ - 2.0333333015441895, - [ - -0.20935305953025818, - -0.07992873340845108, - 0.7307709455490112, - 0.644791841506958 - ] - ], - [ - 2.066666603088379, - [ - -0.21691633760929108, - -0.0753551721572876, - 0.7301388382911682, - 0.6435574889183044 - ] - ], - [ - 2.0999999046325684, - [ - -0.2212711125612259, - -0.0641181543469429, - 0.7270163893699646, - 0.6468192338943481 - ] - ], - [ - 2.133333444595337, - [ - -0.2195701003074646, - -0.047101762145757675, - 0.7211869359016418, - 0.6553318500518799 - ] - ], - [ - 2.1666667461395264, - [ - -0.2056937962770462, - -0.02454950474202633, - 0.711329460144043, - 0.6716382503509521 - ] - ], - [ - 2.200000047683716, - [ - -0.18514803051948547, - -0.0015722439857199788, - 0.6984966993331909, - 0.691245436668396 - ] - ], - [ - 2.2333333492279053, - [ - -0.1692584604024887, - 0.016331277787685394, - 0.6862465739250183, - 0.7072132229804993 - ] - ], - [ - 2.2666666507720947, - [ - -0.16439513862133026, - 0.02662968449294567, - 0.6775864958763123, - 0.7163390517234802 - ] - ], - [ - 2.299999952316284, - [ - -0.16714048385620117, - 0.0289575457572937, - 0.6720603108406067, - 0.7208054065704346 - ] - ], - [ - 2.3333332538604736, - [ - -0.1710483729839325, - 0.023879533633589745, - 0.6683127880096436, - 0.7235538959503174 - ] - ], - [ - 2.366666555404663, - [ - -0.16799961030483246, - 0.01405530609190464, - 0.6640416383743286, - 0.7284417152404785 - ] - ], - [ - 2.4000000953674316, - [ - -0.15158711373806, - 0.0015627203974872828, - 0.6564597487449646, - 0.7389719486236572 - ] - ], - [ - 2.433333396911621, - [ - -0.12815354764461517, - -0.014504272490739822, - 0.6467559337615967, - 0.7517135739326477 - ] - ], - [ - 2.4666666984558105, - [ - -0.10868359357118607, - -0.03498642146587372, - 0.6389970779418945, - 0.7606883645057678 - ] - ], - [ - 2.5, - [ - -0.09773164242506027, - -0.058866456151008606, - 0.6358439922332764, - 0.763338565826416 - ] - ], - [ - 2.5333333015441895, - [ - -0.0902286246418953, - -0.08422146737575531, - 0.6352910995483398, - 0.762345552444458 - ] - ], - [ - 2.566666603088379, - [ - -0.08355187624692917, - -0.10969913005828857, - 0.6360315680503845, - 0.7592424154281616 - ] - ], - [ - 2.5999999046325684, - [ - -0.07435964792966843, - -0.13400240242481232, - 0.6360630989074707, - 0.7562656402587891 - ] - ], - [ - 2.633333444595337, - [ - -0.056799765676259995, - -0.15588104724884033, - 0.6314211487770081, - 0.7574841380119324 - ] - ], - [ - 2.6666667461395264, - [ - -0.0365612730383873, - -0.17510613799095154, - 0.6246828436851501, - 0.7601135969161987 - ] - ], - [ - 2.700000047683716, - [ - -0.023113226518034935, - -0.19094611704349518, - 0.6221148371696472, - 0.7589324712753296 - ] - ], - [ - 2.7333333492279053, - [ - -0.0198544729501009, - -0.20368550717830658, - 0.6268751621246338, - 0.751761794090271 - ] - ], - [ - 2.7666666507720947, - [ - -0.021369250491261482, - -0.21462130546569824, - 0.6354026794433594, - 0.7414475679397583 - ] - ], - [ - 2.799999952316284, - [ - -0.024559177458286285, - -0.22396574914455414, - 0.6453364491462708, - 0.7299157977104187 - ] - ], - [ - 2.8333332538604736, - [ - -0.02562129497528076, - -0.23173296451568604, - 0.6538902521133423, - 0.7197714447975159 - ] - ], - [ - 2.866666555404663, - [ - -0.018294408917427063, - -0.2375933825969696, - 0.6566892266273499, - 0.7155236601829529 - ] - ], - [ - 2.9000000953674316, - [ - -0.0068920087069272995, - -0.2418746054172516, - 0.6564825773239136, - 0.7144786715507507 - ] - ], - [ - 2.933333396911621, - [ - 0.000418557581724599, - -0.2450491040945053, - 0.6589452028274536, - 0.7111554145812988 - ] - ], - [ - 2.9666666984558105, - [ - 0.0005329838022589684, - -0.247329443693161, - 0.666216254234314, - 0.7035508155822754 - ] - ], - [ - 3.0, - [ - -0.005942446645349264, - -0.2433396726846695, - 0.6762283444404602, - 0.6953169703483582 - ] - ], - [ - 3.0333333015441895, - [ - -0.014961952343583107, - -0.2346389889717102, - 0.6873341202735901, - 0.6872354745864868 - ] - ], - [ - 3.066666603088379, - [ - -0.02304173819720745, - -0.22191019356250763, - 0.6968307495117188, - 0.6816537976264954 - ] - ], - [ - 3.0999999046325684, - [ - -0.023762041702866554, - -0.20509564876556396, - 0.7009376287460327, - 0.682684063911438 - ] - ], - [ - 3.133333444595337, - [ - -0.02114638313651085, - -0.18552452325820923, - 0.7024299502372742, - 0.6868229508399963 - ] - ], - [ - 3.1666667461395264, - [ - -0.02366427704691887, - -0.16535133123397827, - 0.7064806818962097, - 0.687738299369812 - ] - ], - [ - 3.200000047683716, - [ - -0.03491097316145897, - -0.14631608128547668, - 0.7149126529693604, - 0.6828416585922241 - ] - ], - [ - 3.2333333492279053, - [ - -0.04984912648797035, - -0.12908056378364563, - 0.7243511080741882, - 0.6754027605056763 - ] - ], - [ - 3.2666666507720947, - [ - -0.06520476937294006, - -0.11428908258676529, - 0.7329323887825012, - 0.66745525598526 - ] - ], - [ - 3.299999952316284, - [ - -0.07659280300140381, - -0.10198955237865448, - 0.7387802600860596, - 0.6617670059204102 - ] - ], - [ - 3.3333332538604736, - [ - -0.07775861769914627, - -0.09773678332567215, - 0.7391610741615295, - 0.6618474125862122 - ] - ], - [ - 3.366666555404663, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458264433_1067268.json b/lenses/physics-objects/Scene/assets/1645812458264433_1067268.json deleted file mode 100644 index cf116343..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458264433_1067268.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458264433:1067268", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458265872_1067281.json b/lenses/physics-objects/Scene/assets/1645812458265872_1067281.json deleted file mode 100644 index 41e18f6b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458265872_1067281.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458265872:1067281", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.51051139831543, - -3.585482842430928e-15, - -6.2559232976022055e-16 - ] - ], - [ - 0.23333333432674408, - [ - 18.449323654174805, - -5.483470224925107e-15, - -6.471925169481525e-16 - ] - ], - [ - 0.2666666805744171, - [ - 18.415428161621094, - 2.443702123048155e-15, - 5.719771029627139e-16 - ] - ], - [ - 0.30000001192092896, - [ - 18.376243591308594, - 3.2489329355642714e-15, - 1.4597525467381829e-15 - ] - ], - [ - 0.36666667461395264, - [ - 18.284954071044922, - 3.1531760726354096e-15, - 1.011404031712852e-15 - ] - ], - [ - 0.6000000238418579, - [ - 17.907310485839844, - 2.75523131192763e-15, - 2.202365866293374e-16 - ] - ], - [ - 0.6666666865348816, - [ - 17.80716323852539, - -2.4622288511869745e-15, - 2.1885002016446171e-16 - ] - ], - [ - 0.699999988079071, - [ - 17.76207160949707, - 1.0352333978597204e-15, - 8.842642275113039e-16 - ] - ], - [ - 0.7333333492279053, - [ - 17.72128677368164, - -4.153362105873944e-15, - -1.2259320927337282e-16 - ] - ], - [ - 0.7666666507720947, - [ - 17.685546875, - 5.360693116857951e-16, - -2.274200877665439e-16 - ] - ], - [ - 0.8333333134651184, - [ - 17.632150650024414, - -4.614040455995982e-16, - -2.3600296674195333e-16 - ] - ], - [ - 1.0666667222976685, - [ - 17.684396743774414, - 1.7609810738252168e-15, - 1.5202098409858138e-15 - ] - ], - [ - 1.100000023841858, - [ - 17.720691680908203, - -7.37357162480123e-16, - 4.0934759765305585e-16 - ] - ], - [ - 1.1333333253860474, - [ - 17.762548446655273, - -1.2744921051410351e-14, - -1.920983268220949e-15 - ] - ], - [ - 1.2000000476837158, - [ - 17.859750747680664, - -1.460160710739641e-15, - 4.0787201331937966e-16 - ] - ], - [ - 1.4333332777023315, - [ - 18.259641647338867, - -3.3173727741859452e-15, - -1.8672818028815e-15 - ] - ], - [ - 1.5, - [ - 18.363039016723633, - -7.203342672237704e-15, - -3.199679028472618e-15 - ] - ], - [ - 1.5333333015441895, - [ - 18.408676147460938, - 6.791539817238134e-16, - -9.103859162763487e-17 - ] - ], - [ - 1.5666667222976685, - [ - 18.449138641357422, - -4.8661962351629565e-15, - -1.902920714137225e-15 - ] - ], - [ - 1.6333333253860474, - [ - 18.511144638061523, - 4.789126824874656e-15, - 2.121714406610694e-15 - ] - ], - [ - 1.899999976158142, - [ - 18.456161499023438, - 5.66129462780578e-15, - 4.637243335399238e-16 - ] - ], - [ - 1.9333332777023315, - [ - 18.41937255859375, - 6.3274360658773995e-15, - 9.07993061435245e-16 - ] - ], - [ - 2.0, - [ - 18.332622528076172, - 2.5526777821518673e-15, - -1.3120073426056938e-15 - ] - ], - [ - 2.0999999046325684, - [ - 18.18040657043457, - -6.773214682940761e-15, - -6.450192951032939e-16 - ] - ], - [ - 2.2333333492279053, - [ - 17.9665584564209, - -6.329154272210905e-15, - -6.436154968118976e-16 - ] - ], - [ - 2.299999952316284, - [ - 17.86796760559082, - 5.374036532755167e-15, - 5.357976788075225e-16 - ] - ], - [ - 2.366666555404663, - [ - 17.782638549804688, - -4.000609031199051e-15, - 4.828586489997208e-16 - ] - ], - [ - 2.4000000953674316, - [ - 17.746889114379883, - 4.603624491843596e-15, - 1.3712604736396843e-15 - ] - ], - [ - 2.4666666984558105, - [ - 17.69341278076172, - 8.433907055811068e-15, - 4.835095408801265e-16 - ] - ], - [ - 2.700000047683716, - [ - 17.737407684326172, - 1.3320601064781105e-15, - -1.5978524808211688e-16 - ] - ], - [ - 2.7333333492279053, - [ - 17.77105140686035, - 7.036351820752414e-15, - -5.5498015603130485e-17 - ] - ], - [ - 2.7666666507720947, - [ - 17.809955596923828, - -3.4956357283750595e-15, - -6.762455352807382e-16 - ] - ], - [ - 2.8333332538604736, - [ - 17.900588989257813, - 5.257445623939165e-16, - 7.211727980778167e-16 - ] - ], - [ - 3.066666603088379, - [ - 18.273523330688477, - 1.5102552450918852e-16, - -1.3217633622130505e-15 - ] - ], - [ - 3.133333444595337, - [ - 18.371719360351563, - -4.31690950373085e-16, - -7.661243071930104e-16 - ] - ], - [ - 3.200000047683716, - [ - 18.455881118774414, - 5.229145194380214e-15, - 1.3509351769164886e-15 - ] - ], - [ - 3.2666666507720947, - [ - 18.520166397094727, - -6.539057506869993e-15, - -1.2017654751249546e-15 - ] - ], - [ - 3.3333332538604736, - [ - 18.55848503112793, - 4.1860808710440095e-15, - 2.625878104755788e-16 - ] - ], - [ - 3.5333333015441895, - [ - 18.493396759033203, - -3.596091083062341e-15, - -2.0310329386320005e-16 - ] - ], - [ - 3.566666603088379, - [ - 18.458759307861328, - -5.9107267725308586e-15, - -1.0933577516123762e-15 - ] - ], - [ - 3.5999999046325684, - [ - 18.418758392333984, - 8.605758182347704e-15, - 1.3487302442756672e-15 - ] - ], - [ - 3.6666667461395264, - [ - 18.325624465942383, - 5.609545149893279e-15, - 9.558928804815942e-16 - ] - ], - [ - 3.9000000953674316, - [ - 17.941965103149414, - -2.4766946916184203e-15, - -1.4450979238386178e-15 - ] - ], - [ - 3.9666666984558105, - [ - 17.840389251708984, - -7.69145038441156e-16, - -3.362623656508434e-16 - ] - ], - [ - 4.0, - [ - 17.794597625732422, - -2.5729915380511567e-15, - -1.003114861411903e-15 - ] - ], - [ - 4.0333333015441895, - [ - 17.753116607666016, - -5.0415379844752275e-15, - -5.666823000094272e-16 - ] - ], - [ - 4.066666603088379, - [ - 17.71668815612793, - -7.207736232135113e-15, - -7.825316000791222e-16 - ] - ], - [ - 4.133333206176758, - [ - 17.66193199157715, - -9.89829234337514e-15, - -4.580483657603727e-16 - ] - ], - [ - 4.366666793823242, - [ - 17.709535598754883, - -1.3476433951252215e-15, - -7.002362612040585e-16 - ] - ], - [ - 4.400000095367432, - [ - 17.745174407958984, - -1.2924627985016297e-15, - 1.87306883785626e-16 - ] - ], - [ - 4.433333396911621, - [ - 17.786376953125, - 2.7982010815836037e-15, - 1.1876412007294892e-15 - ] - ], - [ - 4.5, - [ - 17.882129669189453, - -4.235715731203691e-15, - -2.5826132499968144e-16 - ] - ], - [ - 4.733333110809326, - [ - 18.269886016845703, - -5.648841125898774e-15, - -1.8672818028815e-15 - ] - ], - [ - 4.800000190734863, - [ - 18.368267059326172, - -3.0955877848592474e-15, - 3.53015777375027e-16 - ] - ], - [ - 4.833333492279053, - [ - 18.411231994628906, - -9.645919723773669e-15, - -3.199663146604857e-15 - ] - ], - [ - 4.866666793823242, - [ - 18.44894027709961, - 3.518518746961608e-16, - -1.0147421885579812e-15 - ] - ], - [ - 4.933333396911621, - [ - 18.50516128540039, - 3.567881497786984e-15, - 1.233535986910569e-15 - ] - ], - [ - 5.166666507720947, - [ - 18.45978546142578, - 4.665432909521216e-15, - -4.515763458290802e-16 - ] - ], - [ - 5.199999809265137, - [ - 18.42525291442871, - 3.3298466048836857e-15, - -8.685407019718631e-16 - ] - ], - [ - 5.233333110809326, - [ - 18.385421752929688, - -1.8882145281069957e-15, - -1.312452987815068e-15 - ] - ], - [ - 5.300000190734863, - [ - 18.29282569885254, - 1.4424547575267108e-15, - -1.3120073426056938e-15 - ] - ], - [ - 5.5333333015441895, - [ - 17.9105224609375, - 4.106944700364408e-15, - 2.2429644201530687e-15 - ] - ], - [ - 5.599999904632568, - [ - 17.809051513671875, - -2.4530313439292137e-15, - 9.170846234001501e-17 - ] - ], - [ - 5.633333206176758, - [ - 17.763307571411133, - -3.223456513851467e-15, - -6.275817983950841e-16 - ] - ], - [ - 5.666666507720947, - [ - 17.721872329711914, - -5.034065565693668e-16, - -1.0714513620140118e-15 - ] - ], - [ - 5.699999809265137, - [ - 17.685489654541016, - -1.7246467485197963e-15, - 3.898772218714357e-17 - ] - ], - [ - 5.766666889190674, - [ - 17.63083267211914, - 2.2721692691414497e-15, - 9.275988036697483e-16 - ] - ], - [ - 6.0, - [ - 17.671783447265625, - -4.27456616787893e-15, - -9.369413653197265e-16 - ] - ], - [ - 6.0333333015441895, - [ - 17.705156326293945, - -1.207057101704689e-15, - -5.55098700939251e-16 - ] - ], - [ - 6.066666603088379, - [ - 17.743837356567383, - 2.194257272828868e-15, - -1.211344994241927e-16 - ] - ], - [ - 6.133333206176758, - [ - 17.83417510986328, - 5.881946075290815e-16, - 4.852504053449709e-16 - ] - ], - [ - 6.400000095367432, - [ - 18.260404586791992, - -9.743669866985657e-15, - -1.7695081545052258e-15 - ] - ], - [ - 6.4666666984558105, - [ - 18.35369300842285, - -1.3475455628198137e-15, - -2.1071208494926702e-16 - ] - ], - [ - 6.5, - [ - 18.3942928314209, - -1.1229911145687731e-14, - -2.7568900141965906e-15 - ] - ], - [ - 6.566666603088379, - [ - 18.459714889526367, - 2.2316973996469288e-15, - -5.356316603498607e-16 - ] - ], - [ - 6.633333206176758, - [ - 18.499189376831055, - -1.0801932502494446e-14, - -2.1799045112958805e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458266037_1067288.json b/lenses/physics-objects/Scene/assets/1645812458266037_1067288.json deleted file mode 100644 index 22ad8db3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458266037_1067288.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458266037:1067288", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.052755282775471e-17, - 3.9429676689906046e-05, - 3.9429676689906046e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 9.052755282775471e-17, - 3.9429676689906046e-05, - 3.9429676689906046e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458266181_1067295.json b/lenses/physics-objects/Scene/assets/1645812458266181_1067295.json deleted file mode 100644 index ff8da4c5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458266181_1067295.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458266181:1067295", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458267378_1067308.json b/lenses/physics-objects/Scene/assets/1645812458267378_1067308.json deleted file mode 100644 index a4abccb0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458267378_1067308.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458267378:1067308", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 17.896520614624023, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 17.796785354614258, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 17.751941680908203, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 17.7114315032959, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 17.675989151000977, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 17.62326431274414, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 17.678565979003906, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 17.715377807617188, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 17.75777244567871, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 17.855960845947266, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 18.252674102783203, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 18.35362434387207, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 18.397857666015625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 18.436817169189453, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 18.495573043823242, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 18.426612854003906, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 18.388216018676758, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 18.29850959777832, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 17.92641258239746, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 17.827831268310547, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 17.78351593017578, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 17.74350357055664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 17.67932891845703, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 17.641210556030273, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 17.678119659423828, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 17.741239547729492, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 17.781085968017578, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 17.8736572265625, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 18.255290985107422, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 18.356416702270508, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 18.443187713623047, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 18.50969696044922, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 18.550031661987305, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 18.490400314331055, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 18.4566707611084, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 18.417621612548828, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 18.32651710510254, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458267539_1067315.json b/lenses/physics-objects/Scene/assets/1645812458267539_1067315.json deleted file mode 100644 index 5da1cec9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458267539_1067315.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458267539:1067315", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.880435577317844e-17, - 3.9710430428385735e-05, - 3.971043406636454e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 5.880435577317844e-17, - 3.9710430428385735e-05, - 3.971043406636454e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458267686_1067322.json b/lenses/physics-objects/Scene/assets/1645812458267686_1067322.json deleted file mode 100644 index 40f9a600..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458267686_1067322.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458267686:1067322", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458268886_1067335.json b/lenses/physics-objects/Scene/assets/1645812458268886_1067335.json deleted file mode 100644 index fe101ffb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458268886_1067335.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458268886:1067335", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.51051139831543, - 2.6791899861849933e-12, - -2.6789679415800682e-12 - ] - ], - [ - 0.23333333432674408, - [ - 18.449323654174805, - 5.205919029194206e-12, - -5.207279052399372e-12 - ] - ], - [ - 0.2666666805744171, - [ - 18.415428161621094, - 8.263253796492176e-12, - -8.262282351345629e-12 - ] - ], - [ - 0.30000001192092896, - [ - 18.376243591308594, - 2.0612900275551738e-11, - -2.0614066009727594e-11 - ] - ], - [ - 0.36666667461395264, - [ - 18.284954071044922, - -3.5724754317983942e-12, - 3.5733636102180943e-12 - ] - ], - [ - 0.6000000238418579, - [ - 17.907310485839844, - 8.7829717457244e-12, - -8.78347134608548e-12 - ] - ], - [ - 0.6666666865348816, - [ - 17.80716323852539, - 3.2858427350540564e-12, - -3.2855929348735158e-12 - ] - ], - [ - 0.699999988079071, - [ - 17.76207160949707, - 3.616822553259569e-13, - -3.5971160945724723e-13 - ] - ], - [ - 0.7333333492279053, - [ - 17.72128677368164, - 9.58164363823455e-12, - -9.582892639137253e-12 - ] - ], - [ - 0.7666666507720947, - [ - 17.685546875, - 1.2027823181881558e-11, - -1.2026490914252008e-11 - ] - ], - [ - 0.8333333134651184, - [ - 17.632150650024414, - 1.1781688905726506e-12, - -1.1770586675480255e-12 - ] - ], - [ - 1.0666667222976685, - [ - 17.684396743774414, - 2.0892954033513433e-11, - -2.089239892200112e-11 - ] - ], - [ - 1.100000023841858, - [ - 17.720691680908203, - 8.538891815845773e-12, - -8.539835505416704e-12 - ] - ], - [ - 1.1333333253860474, - [ - 17.762548446655273, - 8.844092125315228e-12, - -8.844480703373847e-12 - ] - ], - [ - 1.2000000476837158, - [ - 17.859752655029297, - 2.5546765224093715e-12, - -2.5555091896778404e-12 - ] - ], - [ - 1.4333332777023315, - [ - 18.259641647338867, - -2.7321480581404822e-12, - 2.7320370358380197e-12 - ] - ], - [ - 1.5, - [ - 18.363039016723633, - 6.35147403421632e-12, - -6.351807101123708e-12 - ] - ], - [ - 1.5333333015441895, - [ - 18.408676147460938, - 2.96551693791669e-12, - -2.9625193357502022e-12 - ] - ], - [ - 1.5666667222976685, - [ - 18.449140548706055, - 5.9681148911749915e-12, - -5.9681148911749915e-12 - ] - ], - [ - 1.6333333253860474, - [ - 18.511144638061523, - 3.041121174329753e-12, - -3.0446738880085533e-12 - ] - ], - [ - 1.899999976158142, - [ - 18.456161499023438, - 2.9732880654081972e-12, - -2.9718447754761845e-12 - ] - ], - [ - 1.9333332777023315, - [ - 18.41937255859375, - 3.6479669111855184e-12, - -3.6486330450002935e-12 - ] - ], - [ - 2.0, - [ - 18.332622528076172, - 6.280420628002048e-12, - -6.2803096056995855e-12 - ] - ], - [ - 2.0999999046325684, - [ - 18.18040657043457, - 8.86046791492845e-12, - -8.861134048743224e-12 - ] - ], - [ - 2.2333333492279053, - [ - 17.9665584564209, - 7.865097462200765e-12, - -7.865041951049534e-12 - ] - ], - [ - 2.299999952316284, - [ - 17.86796760559082, - 1.165112537698798e-11, - -1.164979310935843e-11 - ] - ], - [ - 2.366666555404663, - [ - 17.782638549804688, - 8.473777235451507e-12, - -8.473666213149045e-12 - ] - ], - [ - 2.4000000953674316, - [ - 17.746889114379883, - 6.653400053124869e-12, - -6.653344541973638e-12 - ] - ], - [ - 2.4666666984558105, - [ - 17.69341468811035, - 7.889688902196212e-12, - -7.889466857591287e-12 - ] - ], - [ - 2.700000047683716, - [ - 17.737407684326172, - 3.2900049871942283e-13, - -3.286813095998431e-13 - ] - ], - [ - 2.7333333492279053, - [ - 17.77105140686035, - -2.549960026118625e-12, - 2.549960026118625e-12 - ] - ], - [ - 2.7666666507720947, - [ - 17.809955596923828, - -1.8242754583428639e-13, - 1.826357126514036e-13 - ] - ], - [ - 2.8333332538604736, - [ - 17.900588989257813, - 7.169318090582966e-12, - -7.169370132287245e-12 - ] - ], - [ - 3.066666603088379, - [ - 18.273523330688477, - 4.90523767437967e-12, - -4.905515230135826e-12 - ] - ], - [ - 3.133333444595337, - [ - 18.371719360351563, - -2.1138368833106824e-12, - 2.1137536165838355e-12 - ] - ], - [ - 3.200000047683716, - [ - 18.455881118774414, - 1.3674783527761747e-11, - -1.3674839038912978e-11 - ] - ], - [ - 3.2666666507720947, - [ - 18.520166397094727, - -5.19750908978267e-13, - 5.202505093393484e-13 - ] - ], - [ - 3.3333332538604736, - [ - 18.55848503112793, - -1.7484347303309278e-12, - 1.7483792191796965e-12 - ] - ], - [ - 3.5333333015441895, - [ - 18.493396759033203, - 1.1185494804694107e-12, - -1.1181053912595607e-12 - ] - ], - [ - 3.566666603088379, - [ - 18.458759307861328, - 1.8142156613804028e-12, - -1.8145487282877903e-12 - ] - ], - [ - 3.5999999046325684, - [ - 18.418758392333984, - 1.579791636049932e-12, - -1.5794030579913132e-12 - ] - ], - [ - 3.6666667461395264, - [ - 18.325624465942383, - 8.999702025280776e-12, - -8.999840803158854e-12 - ] - ], - [ - 3.9000000953674316, - [ - 17.941965103149414, - 3.002671895846465e-12, - -3.0042678414443635e-12 - ] - ], - [ - 3.9666666984558105, - [ - 17.840389251708984, - -1.4135366054740528e-12, - 1.4137586500789778e-12 - ] - ], - [ - 4.0, - [ - 17.794597625732422, - 1.087713035960447e-12, - -1.089350614921769e-12 - ] - ], - [ - 4.0333333015441895, - [ - 17.753116607666016, - 4.263366569501326e-12, - -4.263921681013638e-12 - ] - ], - [ - 4.066666603088379, - [ - 17.71668815612793, - -1.266209359584991e-13, - 1.247890679678676e-13 - ] - ], - [ - 4.133333206176758, - [ - 17.66193199157715, - 1.972466634470038e-11, - -1.9725332478515156e-11 - ] - ], - [ - 4.366666793823242, - [ - 17.709535598754883, - -8.623663848988938e-13, - 8.624218960501251e-13 - ] - ], - [ - 4.400000095367432, - [ - 17.745174407958984, - 4.093021060969093e-12, - -4.092521460608012e-12 - ] - ], - [ - 4.433333396911621, - [ - 17.786376953125, - 1.1453227255486809e-11, - -1.1453504811242965e-11 - ] - ], - [ - 4.5, - [ - 17.882129669189453, - 6.0654259392833865e-12, - -6.066702695761705e-12 - ] - ], - [ - 4.733333110809326, - [ - 18.269887924194336, - 6.070477454045431e-12, - -6.069811320230656e-12 - ] - ], - [ - 4.800000190734863, - [ - 18.368267059326172, - 2.4289812782657405e-12, - -2.4300915012903657e-12 - ] - ], - [ - 4.833333492279053, - [ - 18.411231994628906, - 1.1634915253466716e-11, - -1.163469320886179e-11 - ] - ], - [ - 4.866666793823242, - [ - 18.44894027709961, - -1.5373251716771508e-12, - 1.5369921047697632e-12 - ] - ], - [ - 4.933333396911621, - [ - 18.50516128540039, - -1.996069975973569e-12, - 1.9952928198563313e-12 - ] - ], - [ - 5.166666507720947, - [ - 18.45978546142578, - 1.5148776330575764e-12, - -1.5134343431255637e-12 - ] - ], - [ - 5.199999809265137, - [ - 18.42525291442871, - 8.258282946371764e-12, - -8.259171124791465e-12 - ] - ], - [ - 5.233333110809326, - [ - 18.385421752929688, - 2.7094992915976945e-12, - -2.709388269295232e-12 - ] - ], - [ - 5.300000190734863, - [ - 18.29282569885254, - -8.466562954195789e-13, - 8.459901616048038e-13 - ] - ], - [ - 5.5333333015441895, - [ - 17.9105224609375, - -2.7203788267177176e-12, - 2.71960167060048e-12 - ] - ], - [ - 5.599999904632568, - [ - 17.809053421020508, - 2.8529962680517995e-12, - -2.853939957622731e-12 - ] - ], - [ - 5.633333206176758, - [ - 17.763307571411133, - 4.171203313307892e-12, - -4.170204112585729e-12 - ] - ], - [ - 5.666666507720947, - [ - 17.721872329711914, - 1.3800257811502625e-11, - -1.38000357668977e-11 - ] - ], - [ - 5.699999809265137, - [ - 17.685489654541016, - 1.935562821131498e-11, - -1.935474003289528e-11 - ] - ], - [ - 5.766666889190674, - [ - 17.63083267211914, - 1.029310057326649e-11, - -1.029354466247634e-11 - ] - ], - [ - 6.0, - [ - 17.671783447265625, - 3.3366642782084455e-12, - -3.3366642782084455e-12 - ] - ], - [ - 6.0333333015441895, - [ - 17.705156326293945, - -2.346144925471222e-13, - 2.348087815764316e-13 - ] - ], - [ - 6.066666603088379, - [ - 17.743837356567383, - -3.360007367822493e-12, - 3.3597575676419522e-12 - ] - ], - [ - 6.133333206176758, - [ - 17.83417510986328, - 8.65220742274353e-12, - -8.652287220023425e-12 - ] - ], - [ - 6.400000095367432, - [ - 18.260404586791992, - 8.645624147152198e-12, - -8.645624147152198e-12 - ] - ], - [ - 6.4666666984558105, - [ - 18.35369300842285, - 3.807565374103206e-12, - -3.807842929859362e-12 - ] - ], - [ - 6.5, - [ - 18.3942928314209, - 1.0286194639108626e-13, - -1.0380563596201764e-13 - ] - ], - [ - 6.566666603088379, - [ - 18.459714889526367, - 9.137420854676837e-12, - -9.136921254315755e-12 - ] - ], - [ - 6.633333206176758, - [ - 18.499189376831055, - 8.520294712821563e-12, - -8.520516757426488e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458269051_1067342.json b/lenses/physics-objects/Scene/assets/1645812458269051_1067342.json deleted file mode 100644 index 26b6f7ac..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458269051_1067342.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458269051:1067342", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.145401378259424e-17, - -3.888584615197033e-05, - -3.888584615197033e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -1.145401378259424e-17, - -3.888584615197033e-05, - -3.888584615197033e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458269200_1067349.json b/lenses/physics-objects/Scene/assets/1645812458269200_1067349.json deleted file mode 100644 index 907b3fb3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458269200_1067349.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458269200:1067349", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458270937_1067362.json b/lenses/physics-objects/Scene/assets/1645812458270937_1067362.json deleted file mode 100644 index c21c3bd9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458270937_1067362.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458270937:1067362", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 17.896520614624023, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 17.79678726196289, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 17.751941680908203, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 17.7114315032959, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 17.675989151000977, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 17.62326431274414, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 17.678565979003906, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 17.715377807617188, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 17.75777244567871, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 17.855960845947266, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 18.252674102783203, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 18.35362434387207, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 18.397857666015625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 18.436817169189453, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 18.495573043823242, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 18.426612854003906, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 18.388216018676758, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 18.29850959777832, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 17.92641258239746, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 17.827831268310547, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 17.783517837524414, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 17.74350357055664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 17.679330825805664, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 17.641210556030273, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 17.678119659423828, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 17.741239547729492, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 17.781085968017578, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 17.8736572265625, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 18.255290985107422, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 18.356416702270508, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 18.44318962097168, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 18.50969696044922, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 18.550031661987305, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 18.490400314331055, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 18.4566707611084, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 18.417621612548828, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 18.32651710510254, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458271190_1067369.json b/lenses/physics-objects/Scene/assets/1645812458271190_1067369.json deleted file mode 100644 index 408ab12c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458271190_1067369.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458271190:1067369", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.3708454010257501e-16, - -3.898736395058222e-05, - -3.898736395058222e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 1.3708454010257501e-16, - -3.898736395058222e-05, - -3.898736395058222e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458271413_1067376.json b/lenses/physics-objects/Scene/assets/1645812458271413_1067376.json deleted file mode 100644 index 04dd0d48..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458271413_1067376.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458271413:1067376", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458273218_1067389.json b/lenses/physics-objects/Scene/assets/1645812458273218_1067389.json deleted file mode 100644 index e50a7580..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458273218_1067389.json +++ /dev/null @@ -1,306 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458273218:1067389", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.131792068481445, - -1.2418952585052656e-12, - 1.2412291246904905e-12 - ] - ], - [ - 0.10000000149011612, - [ - 20.164026260375977, - -1.2529866033617054e-11, - 1.2529532966709667e-11 - ] - ], - [ - 0.46666666865348816, - [ - 20.427291870117188, - -7.512478486515484e-12, - 7.512977219514827e-12 - ] - ], - [ - 0.5666666626930237, - [ - 20.48505401611328, - -1.0903224937491851e-12, - 1.0911274054420383e-12 - ] - ], - [ - 0.699999988079071, - [ - 20.53164291381836, - -1.3174682698957607e-11, - 1.3170574873766494e-11 - ] - ], - [ - 0.9666666388511658, - [ - 20.463794708251953, - -5.172973160938454e-12, - 5.17541565159263e-12 - ] - ], - [ - 1.2666666507720947, - [ - 20.232187271118164, - 1.8112178423734804e-12, - -1.8118839761882555e-12 - ] - ], - [ - 1.3666666746139526, - [ - 20.172531127929688, - -1.3666847601540022e-12, - 1.3677949831786274e-12 - ] - ], - [ - 1.5, - [ - 20.128013610839844, - -1.5667460818297174e-12, - 1.570298795508518e-12 - ] - ], - [ - 1.7000000476837158, - [ - 20.169958114624023, - -1.6308510097928774e-11, - 1.6307843964114e-11 - ] - ], - [ - 1.7999999523162842, - [ - 20.24068260192871, - -4.991787365404843e-12, - 4.993341677639318e-12 - ] - ], - [ - 2.066666603088379, - [ - 20.456768035888672, - -6.567867777418357e-12, - 6.568533911233132e-12 - ] - ], - [ - 2.1666667461395264, - [ - 20.524370193481445, - -9.225176178517813e-12, - 9.22417697779565e-12 - ] - ], - [ - 2.299999952316284, - [ - 20.58479881286621, - 1.1845992936576621e-13, - -1.2034730850762898e-13 - ] - ], - [ - 2.566666603088379, - [ - 20.547571182250977, - -5.310307749084586e-12, - 5.309308548362424e-12 - ] - ], - [ - 2.9666666984558105, - [ - 20.259449005126953, - -9.586526017457686e-12, - 9.586331728428377e-12 - ] - ], - [ - 3.066666603088379, - [ - 20.204513549804688, - -1.329603311131522e-12, - 1.329159221921672e-12 - ] - ], - [ - 3.4000000953674316, - [ - 20.21074676513672, - -2.0444756998472258e-11, - 2.0446311310706733e-11 - ] - ], - [ - 3.7666666507720947, - [ - 20.46508026123047, - -9.649381120524492e-12, - 9.64938198788623e-12 - ] - ], - [ - 3.866666555404663, - [ - 20.520435333251953, - -1.880307021195904e-11, - 1.880451350189105e-11 - ] - ], - [ - 4.0, - [ - 20.564167022705078, - -6.090793668034333e-12, - 6.092903091781121e-12 - ] - ], - [ - 4.199999809265137, - [ - 20.53268051147461, - -2.8562709922935747e-12, - 2.855937925386187e-12 - ] - ], - [ - 4.266666889190674, - [ - 20.490907669067383, - -1.6221579635100625e-11, - 1.6219470211353837e-11 - ] - ], - [ - 4.566666603088379, - [ - 20.252180099487305, - -7.660309019053013e-12, - 7.659642885238238e-12 - ] - ], - [ - 4.666666507720947, - [ - 20.18722915649414, - -9.662937117127512e-12, - 9.663381206337363e-12 - ] - ], - [ - 4.800000190734863, - [ - 20.133241653442383, - -1.8451906669270102e-13, - 1.8740564655672642e-13 - ] - ], - [ - 5.0, - [ - 20.15787696838379, - -1.2668532889392736e-11, - 1.2671641513861687e-11 - ] - ], - [ - 5.099999904632568, - [ - 20.21916389465332, - -1.4344525567366873e-11, - 1.4344969656576723e-11 - ] - ], - [ - 5.400000095367432, - [ - 20.43317222595215, - -8.536948925552679e-12, - 8.536282791737904e-12 - ] - ], - [ - 5.5, - [ - 20.48893165588379, - -1.9346968471722903e-11, - 1.9345858248698278e-11 - ] - ], - [ - 5.633333206176758, - [ - 20.53287696838379, - -1.187272285693708e-12, - 1.1861620626690828e-12 - ] - ], - [ - 5.833333492279053, - [ - 20.501953125, - -5.379086065460115e-12, - 5.378364420494108e-12 - ] - ], - [ - 5.933333396911621, - [ - 20.43875503540039, - -8.657741190631896e-12, - 8.658407324446671e-12 - ] - ], - [ - 6.233333110809326, - [ - 20.214702606201172, - -3.661240147861955e-13, - 3.656521700007298e-13 - ] - ], - [ - 6.333333492279053, - [ - 20.155879974365234, - -9.632683539706477e-12, - 9.633183140067558e-12 - ] - ], - [ - 6.4666666984558105, - [ - 20.10825538635254, - -6.410543970658544e-12, - 6.411321126775782e-12 - ] - ], - [ - 6.633333206176758, - [ - 20.12047004699707, - -9.00834962180852e-12, - 9.00657326496912e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458273469_1067396.json b/lenses/physics-objects/Scene/assets/1645812458273469_1067396.json deleted file mode 100644 index d0ac5651..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458273469_1067396.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458273469:1067396", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.730356409976372e-17, - 3.834201561403461e-05, - 3.834201561403461e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 4.730356409976372e-17, - 3.834201561403461e-05, - 3.834201561403461e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458273709_1067403.json b/lenses/physics-objects/Scene/assets/1645812458273709_1067403.json deleted file mode 100644 index 8b43661a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458273709_1067403.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458273709:1067403", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458275549_1067416.json b/lenses/physics-objects/Scene/assets/1645812458275549_1067416.json deleted file mode 100644 index 4ce39c03..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458275549_1067416.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458275549:1067416", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 20.45611572265625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 20.501848220825195, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 20.45065689086914, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 20.21571922302246, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 20.151884078979492, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 20.099140167236328, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 20.125133514404297, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 20.187198638916016, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 20.403902053833008, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 20.460617065429688, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 20.505821228027344, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 20.47667121887207, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 20.414264678955078, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 20.191986083984375, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 20.13348960876465, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 20.08603858947754, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 20.11217498779297, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 20.173267364501953, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458275785_1067423.json b/lenses/physics-objects/Scene/assets/1645812458275785_1067423.json deleted file mode 100644 index 35efd1c1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458275785_1067423.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458275785:1067423", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -4.4994694560613854e-17, - 3.826429747277871e-05, - 3.826429747277871e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -4.4994694560613854e-17, - 3.826429747277871e-05, - 3.826429747277871e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458276008_1067430.json b/lenses/physics-objects/Scene/assets/1645812458276008_1067430.json deleted file mode 100644 index f4daaffb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458276008_1067430.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458276008:1067430", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458278086_1067443.json b/lenses/physics-objects/Scene/assets/1645812458278086_1067443.json deleted file mode 100644 index 33780917..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458278086_1067443.json +++ /dev/null @@ -1,306 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458278086:1067443", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.131790161132813, - 6.4994667633988534e-12, - -6.5005769864234786e-12 - ] - ], - [ - 0.10000000149011612, - [ - 20.164024353027344, - 6.639687497728142e-12, - -6.640464653845379e-12 - ] - ], - [ - 0.46666666865348816, - [ - 20.427291870117188, - 4.9384853845202414e-12, - -4.939212233656676e-12 - ] - ], - [ - 0.5666666626930237, - [ - 20.48505401611328, - 9.273999103387442e-12, - -9.273471747450746e-12 - ] - ], - [ - 0.699999988079071, - [ - 20.53164291381836, - 7.434055107613524e-12, - -7.432278750774124e-12 - ] - ], - [ - 0.9666666388511658, - [ - 20.463794708251953, - 2.0468080355606766e-12, - -2.0481403031902268e-12 - ] - ], - [ - 1.2666666507720947, - [ - 20.232187271118164, - 9.188197078180416e-13, - -9.183756186081915e-13 - ] - ], - [ - 1.3666666746139526, - [ - 20.172531127929688, - 7.158496018178084e-12, - -7.1596062412027095e-12 - ] - ], - [ - 1.5, - [ - 20.128013610839844, - 1.1685761733271072e-11, - -1.1689314446949872e-11 - ] - ], - [ - 1.7000000476837158, - [ - 20.16995620727539, - 7.540411003925662e-12, - -7.540633048530587e-12 - ] - ], - [ - 1.7999999523162842, - [ - 20.24068260192871, - 2.032574109023244e-11, - -2.0325963134837366e-11 - ] - ], - [ - 2.066666603088379, - [ - 20.456768035888672, - 6.611602758332946e-12, - -6.612490936752646e-12 - ] - ], - [ - 2.1666667461395264, - [ - 20.524370193481445, - 1.5976997502775703e-11, - -1.5979217948824953e-11 - ] - ], - [ - 2.299999952316284, - [ - 20.58479881286621, - 1.5643488240901782e-11, - -1.5644376419321482e-11 - ] - ], - [ - 2.566666603088379, - [ - 20.547571182250977, - 4.750537203196403e-12, - -4.749982091684091e-12 - ] - ], - [ - 2.9666666984558105, - [ - 20.259449005126953, - 1.0347423438916703e-11, - -1.034750670564355e-11 - ] - ], - [ - 3.066666603088379, - [ - 20.204513549804688, - 1.1142809765163353e-11, - -1.1142199142499809e-11 - ] - ], - [ - 3.4000000953674316, - [ - 20.21074676513672, - 1.5395127880846182e-11, - -1.5397903438407745e-11 - ] - ], - [ - 3.7666666507720947, - [ - 20.46508026123047, - 1.476503988517841e-11, - -1.4766046024794477e-11 - ] - ], - [ - 3.866666555404663, - [ - 20.520435333251953, - 1.5233342365306157e-11, - -1.523503545541871e-11 - ] - ], - [ - 4.0, - [ - 20.564167022705078, - 6.377453252992549e-12, - -6.381116988973812e-12 - ] - ], - [ - 4.199999809265137, - [ - 20.53268051147461, - 7.772894307367384e-12, - -7.771562039737834e-12 - ] - ], - [ - 4.266666889190674, - [ - 20.490907669067383, - 2.1468160582571727e-11, - -2.1467272404152027e-11 - ] - ], - [ - 4.566666603088379, - [ - 20.252180099487305, - 1.5478729409323932e-11, - -1.5479173498533783e-11 - ] - ], - [ - 4.666666507720947, - [ - 20.18722915649414, - 8.037760561296903e-12, - -8.035318070642727e-12 - ] - ], - [ - 4.800000190734863, - [ - 20.133241653442383, - 6.887380422926359e-12, - -6.887824512136209e-12 - ] - ], - [ - 5.0, - [ - 20.15787696838379, - 4.810819277667466e-12, - -4.8121515452970165e-12 - ] - ], - [ - 5.099999904632568, - [ - 20.219161987304688, - 1.1183515918888887e-11, - -1.1183071829679037e-11 - ] - ], - [ - 5.400000095367432, - [ - 20.43317222595215, - 1.4408465739967902e-12, - -1.439736350972165e-12 - ] - ], - [ - 5.5, - [ - 20.48893165588379, - 5.430321990684828e-12, - -5.432986525943928e-12 - ] - ], - [ - 5.633333206176758, - [ - 20.53287696838379, - 3.836485816532953e-12, - -3.836041727323103e-12 - ] - ], - [ - 5.833333492279053, - [ - 20.501953125, - 1.155031539162854e-11, - -1.155120357004824e-11 - ] - ], - [ - 5.933333396911621, - [ - 20.43875503540039, - 6.242334340406108e-12, - -6.243000474220883e-12 - ] - ], - [ - 6.233333110809326, - [ - 20.214702606201172, - 9.540178542988276e-12, - -9.540234054139507e-12 - ] - ], - [ - 6.333333492279053, - [ - 20.155879974365234, - 3.607224761947858e-12, - -3.609334185694646e-12 - ] - ], - [ - 6.4666666984558105, - [ - 20.10825538635254, - 1.0371486655613715e-11, - -1.037126461100879e-11 - ] - ], - [ - 6.633333206176758, - [ - 20.12047004699707, - 8.419707639428786e-12, - -8.419929684033711e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458278386_1067450.json b/lenses/physics-objects/Scene/assets/1645812458278386_1067450.json deleted file mode 100644 index e5c51136..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458278386_1067450.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458278386:1067450", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -3.675275084269458e-10, - -1.9171007807017304e-05, - -1.9171007807017304e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -3.675275084269458e-10, - -1.9171007807017304e-05, - -1.9171007807017304e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458278643_1067459.json b/lenses/physics-objects/Scene/assets/1645812458278643_1067459.json deleted file mode 100644 index 08c5bcb5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458278643_1067459.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458278643:1067459", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458293275_1067474.json b/lenses/physics-objects/Scene/assets/1645812458293275_1067474.json deleted file mode 100644 index 7dc40e11..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458293275_1067474.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458293275:1067474", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 20.45611572265625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 20.501848220825195, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 20.45065689086914, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 20.215717315673828, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 20.151884078979492, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 20.099140167236328, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 20.125133514404297, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 20.187198638916016, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 20.403902053833008, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 20.460617065429688, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 20.505821228027344, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 20.47667121887207, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 20.414264678955078, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 20.191986083984375, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 20.13348960876465, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 20.08603858947754, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 20.11217498779297, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 20.173267364501953, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458293571_1067481.json b/lenses/physics-objects/Scene/assets/1645812458293571_1067481.json deleted file mode 100644 index 4bd71559..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458293571_1067481.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458293571:1067481", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -3.660390879289821e-10, - -1.9132148736389354e-05, - -1.9132148736389354e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -3.660390879289821e-10, - -1.9132148736389354e-05, - -1.9132148736389354e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458293887_1067488.json b/lenses/physics-objects/Scene/assets/1645812458293887_1067488.json deleted file mode 100644 index 4cb7dec0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458293887_1067488.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458293887:1067488", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458296010_1067501.json b/lenses/physics-objects/Scene/assets/1645812458296010_1067501.json deleted file mode 100644 index 4430caed..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458296010_1067501.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458296010:1067501", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -6.451490879058838, - -0.0002543802256695926, - 0.0002543802256695926 - ] - ], - [ - 6.633333206176758, - [ - -6.451490879058838, - -0.00025453194393776357, - 0.00025453194393776357 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458296314_1067508.json b/lenses/physics-objects/Scene/assets/1645812458296314_1067508.json deleted file mode 100644 index 95d9dfb5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458296314_1067508.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458296314:1067508", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.3940772078058217e-05, - 1.3940222743258346e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 0.3333333432674408, - [ - -1.3990157640364487e-05, - 1.3989603758091107e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 0.5333333611488342, - [ - -1.4130950148683041e-05, - 1.413038535247324e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 0.6666666865348816, - [ - -1.4234047739591915e-05, - 1.4233474757929798e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 0.7666666507720947, - [ - -1.4299484064395074e-05, - 1.4298905625764746e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 1.2000000476837158, - [ - -1.425652408215683e-05, - 1.4255949281505309e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 1.3666666746139526, - [ - -1.4123869732429739e-05, - 1.4123304936219938e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 1.5, - [ - -1.4018289220985025e-05, - 1.4017733519722242e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 1.600000023841858, - [ - -1.3955059330328368e-05, - 1.3954509086033795e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 2.0333333015441895, - [ - -1.3994628716318402e-05, - 1.3994074834045023e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 2.200000047683716, - [ - -1.4113312317931559e-05, - 1.411274843121646e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 2.366666555404663, - [ - -1.423235244146781e-05, - 1.4231779459805693e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 2.5, - [ - -1.4295323126134463e-05, - 1.4294745596998837e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 2.7666666507720947, - [ - -1.4258012924983632e-05, - 1.4257438124332111e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 2.9666666984558105, - [ - -1.4123128494247794e-05, - 1.4122563698037993e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 3.0999999046325684, - [ - -1.4025197742739692e-05, - 1.4024641131982207e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 3.200000047683716, - [ - -1.3961789591121487e-05, - 1.3961238437332213e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 3.700000047683716, - [ - -1.4002099305798765e-05, - 1.4001545423525386e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 3.866666555404663, - [ - -1.4130484487395734e-05, - 1.4129919691185933e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 4.0, - [ - -1.4232645298761781e-05, - 1.4232072317099664e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 4.099999904632568, - [ - -1.4293311323854141e-05, - 1.4292733794718515e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 4.4666666984558105, - [ - -1.4261225260270294e-05, - 1.4260650459618773e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 4.633333206176758, - [ - -1.4139036466076504e-05, - 1.4138470760372002e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 4.800000190734863, - [ - -1.4014410226081964e-05, - 1.401385452481918e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 4.900000095367432, - [ - -1.3957301234768238e-05, - 1.3956750080978964e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 5.300000190734863, - [ - -1.400407654728042e-05, - 1.4003521755512338e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 5.4666666984558105, - [ - -1.4127518625173252e-05, - 1.4126954738458153e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 5.599999904632568, - [ - -1.4232598914531991e-05, - 1.4232025932869874e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 5.699999809265137, - [ - -1.4299530448624864e-05, - 1.4298952009994537e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 6.166666507720947, - [ - -1.424706442776369e-05, - 1.424649053660687e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 6.333333492279053, - [ - -1.4122036191110965e-05, - 1.4121472304395866e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 6.5, - [ - -1.4007289792061783e-05, - 1.4006734090799e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 6.599999904632568, - [ - -1.3959640455141198e-05, - 1.3959089301351923e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 6.633333206176758, - [ - -1.3949088497611228e-05, - 1.3948538253316656e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458296587_1067515.json b/lenses/physics-objects/Scene/assets/1645812458296587_1067515.json deleted file mode 100644 index c87268ef..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458296587_1067515.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458296587:1067515", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458298614_1067528.json b/lenses/physics-objects/Scene/assets/1645812458298614_1067528.json deleted file mode 100644 index 2ae08f4c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458298614_1067528.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458298614:1067528", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -6.451490879058838, - -0.00025619150255806744, - 0.00025619150255806744 - ] - ], - [ - 3.366666555404663, - [ - -6.451490879058838, - -0.00025619150255806744, - 0.00025619150255806744 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458298862_1067535.json b/lenses/physics-objects/Scene/assets/1645812458298862_1067535.json deleted file mode 100644 index 96d9f2a7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458298862_1067535.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458298862:1067535", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.4040036148799118e-05, - 1.4039478628546931e-05, - -0.7070927619934082, - 0.7071208357810974 - ] - ], - [ - 1.0, - [ - -1.4040036148799118e-05, - 1.4039478628546931e-05, - -0.7070927619934082, - 0.7071208357810974 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458299104_1067542.json b/lenses/physics-objects/Scene/assets/1645812458299104_1067542.json deleted file mode 100644 index 4bb67063..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458299104_1067542.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458299104:1067542", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458300907_1067555.json b/lenses/physics-objects/Scene/assets/1645812458300907_1067555.json deleted file mode 100644 index 4488e723..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458300907_1067555.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458300907:1067555", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458301155_1067562.json b/lenses/physics-objects/Scene/assets/1645812458301155_1067562.json deleted file mode 100644 index 201644c9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458301155_1067562.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458301155:1067562", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458301384_1067569.json b/lenses/physics-objects/Scene/assets/1645812458301384_1067569.json deleted file mode 100644 index 22fb3963..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458301384_1067569.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458301384:1067569", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458303323_1067582.json b/lenses/physics-objects/Scene/assets/1645812458303323_1067582.json deleted file mode 100644 index c6355ca7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458303323_1067582.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458303323:1067582", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458303574_1067589.json b/lenses/physics-objects/Scene/assets/1645812458303574_1067589.json deleted file mode 100644 index 802f0d57..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458303574_1067589.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458303574:1067589", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458303812_1067596.json b/lenses/physics-objects/Scene/assets/1645812458303812_1067596.json deleted file mode 100644 index c7570ba2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458303812_1067596.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458303812:1067596", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458305887_1067609.json b/lenses/physics-objects/Scene/assets/1645812458305887_1067609.json deleted file mode 100644 index e02b1888..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458305887_1067609.json +++ /dev/null @@ -1,1386 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458305887:1067609", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -4.755862712860107, - 85.6613540649414, - 1.7854092121124268 - ] - ], - [ - 0.03333333507180214, - [ - -4.755862712860107, - 85.6613540649414, - 1.7854092121124268 - ] - ], - [ - 0.06666667014360428, - [ - -4.904237270355225, - 85.7098388671875, - 1.4469034671783447 - ] - ], - [ - 0.10000000149011612, - [ - -5.10866117477417, - 85.72898864746094, - 1.0742511749267578 - ] - ], - [ - 0.13333334028720856, - [ - -5.319235801696777, - 85.72237396240234, - 0.6749869585037231 - ] - ], - [ - 0.1666666716337204, - [ - -5.52792501449585, - 85.6903305053711, - 0.2545759975910187 - ] - ], - [ - 0.20000000298023224, - [ - -5.731796741485596, - 85.63298034667969, - -0.18283212184906006 - ] - ], - [ - 0.23333333432674408, - [ - -5.929436683654785, - 85.55075073242188, - -0.6339464783668518 - ] - ], - [ - 0.2666666805744171, - [ - -6.120124340057373, - 85.4454345703125, - -1.09602689743042 - ] - ], - [ - 0.30000001192092896, - [ - -6.303413391113281, - 85.31919860839844, - -1.5667672157287598 - ] - ], - [ - 0.36666667461395264, - [ - -6.646450042724609, - 85.01290130615234, - -2.526542901992798 - ] - ], - [ - 0.4333333373069763, - [ - -6.955903053283691, - 84.6501235961914, - -3.499892234802246 - ] - ], - [ - 0.5, - [ - -7.228512763977051, - 84.24968719482422, - -4.4755024909973145 - ] - ], - [ - 0.5666666626930237, - [ - -7.459604263305664, - 83.83085632324219, - -5.4430952072143555 - ] - ], - [ - 0.6333333253860474, - [ - -7.642200469970703, - 83.41331481933594, - -6.392881870269775 - ] - ], - [ - 0.6666666865348816, - [ - -7.712177753448486, - 83.21128845214844, - -6.85811185836792 - ] - ], - [ - 0.699999988079071, - [ - -7.765621185302734, - 83.01726531982422, - -7.315332412719727 - ] - ], - [ - 0.7333333492279053, - [ - -7.800194263458252, - 82.83383178710938, - -7.763392925262451 - ] - ], - [ - 0.7666666507720947, - [ - -7.8128662109375, - 82.66375732421875, - -8.201163291931152 - ] - ], - [ - 0.800000011920929, - [ - -7.799612998962402, - 82.5099105834961, - -8.627549171447754 - ] - ], - [ - 0.8333333134651184, - [ - -7.755367279052734, - 82.37339782714844, - -9.043298721313477 - ] - ], - [ - 0.8666666746139526, - [ - -7.67264461517334, - 82.2553482055664, - -9.44955062866211 - ] - ], - [ - 0.8999999761581421, - [ - -7.549276828765869, - 82.15792846679688, - -9.845833778381348 - ] - ], - [ - 0.9333333373069763, - [ - -7.3915252685546875, - 82.08220672607422, - -10.231693267822266 - ] - ], - [ - 0.9666666388511658, - [ - -7.201464653015137, - 82.02975463867188, - -10.606677055358887 - ] - ], - [ - 1.0, - [ - -6.981146335601807, - 82.00212860107422, - -10.970338821411133 - ] - ], - [ - 1.0333333015441895, - [ - -6.732177257537842, - 82.0121078491211, - -11.321107864379883 - ] - ], - [ - 1.0666667222976685, - [ - -6.456307888031006, - 82.06983184814453, - -11.657716751098633 - ] - ], - [ - 1.100000023841858, - [ - -6.155620098114014, - 82.17140197753906, - -11.979990005493164 - ] - ], - [ - 1.1333333253860474, - [ - -5.832086563110352, - 82.31207275390625, - -12.287628173828125 - ] - ], - [ - 1.1666666269302368, - [ - -5.487688064575195, - 82.48712921142578, - -12.580248832702637 - ] - ], - [ - 1.2000000476837158, - [ - -5.124021530151367, - 82.69306945800781, - -12.85702896118164 - ] - ], - [ - 1.2333333492279053, - [ - -4.7426910400390625, - 82.9263687133789, - -13.117177963256836 - ] - ], - [ - 1.2666666507720947, - [ - -4.345690727233887, - 83.18228149414063, - -13.360254287719727 - ] - ], - [ - 1.2999999523162842, - [ - -3.935025215148926, - 83.45613098144531, - -13.585710525512695 - ] - ], - [ - 1.3333333730697632, - [ - -3.5127100944519043, - 83.7432861328125, - -13.792879104614258 - ] - ], - [ - 1.3666666746139526, - [ - -3.080796718597412, - 84.03914642333984, - -13.980950355529785 - ] - ], - [ - 1.399999976158142, - [ - -2.6413559913635254, - 84.33917999267578, - -14.148940086364746 - ] - ], - [ - 1.4333332777023315, - [ - -2.1965034008026123, - 84.638916015625, - -14.295692443847656 - ] - ], - [ - 1.4666666984558105, - [ - -1.7483973503112793, - 84.93392944335938, - -14.419828414916992 - ] - ], - [ - 1.5, - [ - -1.2992641925811768, - 85.21985626220703, - -14.519730567932129 - ] - ], - [ - 1.5333333015441895, - [ - -0.8513883948326111, - 85.49239349365234, - -14.593514442443848 - ] - ], - [ - 1.5666667222976685, - [ - -0.40713396668434143, - 85.747314453125, - -14.638991355895996 - ] - ], - [ - 1.600000023841858, - [ - 0.031033646315336227, - 85.98042297363281, - -14.653623580932617 - ] - ], - [ - 1.6333333253860474, - [ - 0.4619861841201782, - 86.18685150146484, - -14.640044212341309 - ] - ], - [ - 1.6666666269302368, - [ - 0.8852459192276001, - 86.36132049560547, - -14.603527069091797 - ] - ], - [ - 1.7000000476837158, - [ - 1.2992087602615356, - 86.49913024902344, - -14.5451021194458 - ] - ], - [ - 1.7333333492279053, - [ - 1.702196717262268, - 86.59559631347656, - -14.465665817260742 - ] - ], - [ - 1.7666666507720947, - [ - 2.0926144123077393, - 86.65338134765625, - -14.3656005859375 - ] - ], - [ - 1.7999999523162842, - [ - 2.468867301940918, - 86.67868041992188, - -14.245118141174316 - ] - ], - [ - 1.8333333730697632, - [ - 2.8292109966278076, - 86.67208862304688, - -14.10474967956543 - ] - ], - [ - 1.8666666746139526, - [ - 3.171865701675415, - 86.6351089477539, - -13.945138931274414 - ] - ], - [ - 1.899999976158142, - [ - 3.49507737159729, - 86.57064056396484, - -13.767108917236328 - ] - ], - [ - 1.9333332777023315, - [ - 3.7970919609069824, - 86.48141479492188, - -13.571455001831055 - ] - ], - [ - 1.9666666984558105, - [ - 4.075996398925781, - 86.37024688720703, - -13.358946800231934 - ] - ], - [ - 2.0, - [ - 4.329737186431885, - 86.23992919921875, - -13.13034439086914 - ] - ], - [ - 2.0333333015441895, - [ - 4.556384086608887, - 86.09325408935547, - -12.886414527893066 - ] - ], - [ - 2.066666603088379, - [ - 4.7540283203125, - 85.93299865722656, - -12.627927780151367 - ] - ], - [ - 2.0999999046325684, - [ - 4.920785427093506, - 85.76193237304688, - -12.355656623840332 - ] - ], - [ - 2.133333444595337, - [ - 5.054800510406494, - 85.58280944824219, - -12.070368766784668 - ] - ], - [ - 2.1666667461395264, - [ - 5.154233455657959, - 85.39836120605469, - -11.772838592529297 - ] - ], - [ - 2.200000047683716, - [ - 5.217282772064209, - 85.21129608154297, - -11.463834762573242 - ] - ], - [ - 2.2333333492279053, - [ - 5.242161273956299, - 85.0242919921875, - -11.144122123718262 - ] - ], - [ - 2.2666666507720947, - [ - 5.227104187011719, - 84.8399658203125, - -10.81445598602295 - ] - ], - [ - 2.299999952316284, - [ - 5.170363426208496, - 84.660888671875, - -10.4755859375 - ] - ], - [ - 2.3333332538604736, - [ - 5.071597576141357, - 84.48951721191406, - -10.128244400024414 - ] - ], - [ - 2.366666555404663, - [ - 4.935534477233887, - 84.32804107666016, - -9.773149490356445 - ] - ], - [ - 2.4000000953674316, - [ - 4.76762580871582, - 84.17980194091797, - -9.4107084274292 - ] - ], - [ - 2.433333396911621, - [ - 4.572404861450195, - 84.04830169677734, - -9.04123592376709 - ] - ], - [ - 2.4666666984558105, - [ - 4.353184700012207, - 83.9359130859375, - -8.665254592895508 - ] - ], - [ - 2.5, - [ - 4.112750053405762, - 83.84504699707031, - -8.283276557922363 - ] - ], - [ - 2.5333333015441895, - [ - 3.853469133377075, - 83.77815246582031, - -7.8957977294921875 - ] - ], - [ - 2.566666603088379, - [ - 3.5773847103118896, - 83.73770141601563, - -7.503300189971924 - ] - ], - [ - 2.5999999046325684, - [ - 3.2862746715545654, - 83.72621154785156, - -7.10624885559082 - ] - ], - [ - 2.633333444595337, - [ - 2.9815709590911865, - 83.74321746826172, - -6.70507287979126 - ] - ], - [ - 2.6666667461395264, - [ - 2.6644232273101807, - 83.78585815429688, - -6.300172805786133 - ] - ], - [ - 2.700000047683716, - [ - 2.335878372192383, - 83.85279846191406, - -5.891903877258301 - ] - ], - [ - 2.7333333492279053, - [ - 1.9968618154525757, - 83.94140625, - -5.480585098266602 - ] - ], - [ - 2.799999952316284, - [ - 1.2907437086105347, - 84.17190551757813, - -4.6501264572143555 - ] - ], - [ - 2.866666555404663, - [ - 0.5523702502250671, - 84.45417022705078, - -3.8117659091949463 - ] - ], - [ - 3.0333333015441895, - [ - -1.395086407661438, - 85.23097229003906, - -1.707685947418213 - ] - ], - [ - 3.133333444595337, - [ - -2.593075752258301, - 85.65486145019531, - -0.4582994878292084 - ] - ], - [ - 3.200000047683716, - [ - -3.366924285888672, - 85.8827896118164, - 0.35290154814720154 - ] - ], - [ - 3.2333333492279053, - [ - -3.7315421104431152, - 85.97047424316406, - 0.7464730143547058 - ] - ], - [ - 3.2666666507720947, - [ - -4.069517612457275, - 86.03630065917969, - 1.1293278932571411 - ] - ], - [ - 3.299999952316284, - [ - -4.363977432250977, - 86.07810974121094, - 1.4992393255233765 - ] - ], - [ - 3.3333332538604736, - [ - -4.577922821044922, - 86.09571075439453, - 1.8536542654037476 - ] - ], - [ - 3.366666555404663, - [ - -4.728652000427246, - 86.13921356201172, - 1.514114260673523 - ] - ], - [ - 3.4000000953674316, - [ - -4.935729026794434, - 86.1533203125, - 1.141149640083313 - ] - ], - [ - 3.433333396911621, - [ - -5.149139881134033, - 86.14153289794922, - 0.7422255277633667 - ] - ], - [ - 3.4666666984558105, - [ - -5.360839366912842, - 86.1041259765625, - 0.32272791862487793 - ] - ], - [ - 3.5, - [ - -5.567899227142334, - 86.04114532470703, - -0.11327540129423141 - ] - ], - [ - 3.5333333015441895, - [ - -5.7689127922058105, - 85.95295715332031, - -0.5625762939453125 - ] - ], - [ - 3.566666603088379, - [ - -5.963166236877441, - 85.84127807617188, - -1.0225200653076172 - ] - ], - [ - 3.5999999046325684, - [ - -6.150286674499512, - 85.70803833007813, - -1.490915298461914 - ] - ], - [ - 3.6666667461395264, - [ - -6.501673698425293, - 85.3858642578125, - -2.445704221725464 - ] - ], - [ - 3.7333333492279053, - [ - -6.819735050201416, - 85.00625610351563, - -3.4139232635498047 - ] - ], - [ - 3.799999952316284, - [ - -7.100460529327393, - 84.5898666381836, - -4.384425640106201 - ] - ], - [ - 3.866666555404663, - [ - -7.338630199432373, - 84.1573486328125, - -5.346996784210205 - ] - ], - [ - 3.933333396911621, - [ - -7.527696132659912, - 83.72693634033203, - -6.292501926422119 - ] - ], - [ - 3.9666666984558105, - [ - -7.600686550140381, - 83.5186996459961, - -6.755996227264404 - ] - ], - [ - 4.0, - [ - -7.656972885131836, - 83.31857299804688, - -7.211804389953613 - ] - ], - [ - 4.0333333015441895, - [ - -7.694202423095703, - 83.12923431396484, - -7.65880823135376 - ] - ], - [ - 4.066666603088379, - [ - -7.70932674407959, - 82.95343017578125, - -8.095909118652344 - ] - ], - [ - 4.099999904632568, - [ - -7.698305606842041, - 82.79405975341797, - -8.522042274475098 - ] - ], - [ - 4.133333206176758, - [ - -7.656136512756348, - 82.65217590332031, - -8.937874794006348 - ] - ], - [ - 4.166666507720947, - [ - -7.575399398803711, - 82.52886962890625, - -9.34447193145752 - ] - ], - [ - 4.199999809265137, - [ - -7.453919410705566, - 82.4262924194336, - -9.74138355255127 - ] - ], - [ - 4.233333110809326, - [ - -7.2979607582092285, - 82.34550476074219, - -10.128177642822266 - ] - ], - [ - 4.266666889190674, - [ - -7.109593868255615, - 82.28807067871094, - -10.504424095153809 - ] - ], - [ - 4.300000190734863, - [ - -6.890872478485107, - 82.25554656982422, - -10.869690895080566 - ] - ], - [ - 4.333333492279053, - [ - -6.643312454223633, - 82.2607192993164, - -11.222784042358398 - ] - ], - [ - 4.366666793823242, - [ - -6.368593692779541, - 82.3137435913086, - -11.562698364257813 - ] - ], - [ - 4.400000095367432, - [ - -6.0688300132751465, - 82.41069793701172, - -11.889108657836914 - ] - ], - [ - 4.433333396911621, - [ - -5.7460246086120605, - 82.54682159423828, - -12.20157241821289 - ] - ], - [ - 4.4666666984558105, - [ - -5.402187347412109, - 82.71737670898438, - -12.499560356140137 - ] - ], - [ - 4.5, - [ - -5.039332866668701, - 82.91766357421875, - -12.782485008239746 - ] - ], - [ - 4.5333333015441895, - [ - -4.659485816955566, - 83.14299774169922, - -13.049677848815918 - ] - ], - [ - 4.566666603088379, - [ - -4.264678001403809, - 83.38875579833984, - -13.300379753112793 - ] - ], - [ - 4.599999904632568, - [ - -3.8569445610046387, - 83.65037536621094, - -13.533731460571289 - ] - ], - [ - 4.633333206176758, - [ - -3.438337802886963, - 83.92334747314453, - -13.74876880645752 - ] - ], - [ - 4.666666507720947, - [ - -3.0109333992004395, - 84.20321655273438, - -13.944408416748047 - ] - ], - [ - 4.699999809265137, - [ - -2.5768237113952637, - 84.485595703125, - -14.119440078735352 - ] - ], - [ - 4.733333110809326, - [ - -2.138134002685547, - 84.76614379882813, - -14.272507667541504 - ] - ], - [ - 4.766666889190674, - [ - -1.6970138549804688, - 85.04059600830078, - -14.402088165283203 - ] - ], - [ - 4.800000190734863, - [ - -1.2556781768798828, - 85.30474853515625, - -14.506474494934082 - ] - ], - [ - 4.833333492279053, - [ - -0.8163684606552124, - 85.55448150634766, - -14.583745002746582 - ] - ], - [ - 4.866666793823242, - [ - -0.38139086961746216, - 85.78565216064453, - -14.631729125976563 - ] - ], - [ - 4.900000095367432, - [ - 0.046795789152383804, - 85.99414825439453, - -14.64797306060791 - ] - ], - [ - 4.933333396911621, - [ - 0.46707794070243835, - 86.17501831054688, - -14.635237693786621 - ] - ], - [ - 4.9666666984558105, - [ - 0.8790846467018127, - 86.32318115234375, - -14.598976135253906 - ] - ], - [ - 5.0, - [ - 1.281338095664978, - 86.43408203125, - -14.540454864501953 - ] - ], - [ - 5.0333333015441895, - [ - 1.6723099946975708, - 86.50321960449219, - -14.46086311340332 - ] - ], - [ - 5.066666603088379, - [ - 2.0505447387695313, - 86.53343200683594, - -14.360848426818848 - ] - ], - [ - 5.099999904632568, - [ - 2.414564847946167, - 86.53105926513672, - -14.240792274475098 - ] - ], - [ - 5.133333206176758, - [ - 2.762740135192871, - 86.49687194824219, - -14.101400375366211 - ] - ], - [ - 5.166666507720947, - [ - 3.093406915664673, - 86.43253326416016, - -13.943461418151855 - ] - ], - [ - 5.199999809265137, - [ - 3.404910087585449, - 86.3410873413086, - -13.767911911010742 - ] - ], - [ - 5.233333110809326, - [ - 3.6955881118774414, - 86.22545623779297, - -13.575626373291016 - ] - ], - [ - 5.266666889190674, - [ - 3.9636104106903076, - 86.08857727050781, - -13.367423057556152 - ] - ], - [ - 5.300000190734863, - [ - 4.206989288330078, - 85.93342590332031, - -13.144083976745605 - ] - ], - [ - 5.333333492279053, - [ - 4.423862934112549, - 85.7629165649414, - -12.906357765197754 - ] - ], - [ - 5.366666793823242, - [ - 4.612379550933838, - 85.5799789428711, - -12.654966354370117 - ] - ], - [ - 5.400000095367432, - [ - 4.770711421966553, - 85.38752746582031, - -12.390600204467773 - ] - ], - [ - 5.433333396911621, - [ - 4.897045612335205, - 85.1884536743164, - -12.113909721374512 - ] - ], - [ - 5.4666666984558105, - [ - 4.989591121673584, - 84.98564147949219, - -11.825529098510742 - ] - ], - [ - 5.5, - [ - 5.046580791473389, - 84.78192138671875, - -11.526052474975586 - ] - ], - [ - 5.5333333015441895, - [ - 5.066267490386963, - 84.58010864257813, - -11.21605110168457 - ] - ], - [ - 5.566666603088379, - [ - 5.046924114227295, - 84.38296508789063, - -10.896066665649414 - ] - ], - [ - 5.599999904632568, - [ - 4.986839771270752, - 84.19319915771484, - -10.566615104675293 - ] - ], - [ - 5.633333206176758, - [ - 4.885708332061768, - 84.01341247558594, - -10.22818660736084 - ] - ], - [ - 5.666666507720947, - [ - 4.74827766418457, - 83.84591674804688, - -9.88124942779541 - ] - ], - [ - 5.699999809265137, - [ - 4.579500675201416, - 83.69300842285156, - -9.526241302490234 - ] - ], - [ - 5.733333110809326, - [ - 4.383384704589844, - 83.55705261230469, - -9.163590431213379 - ] - ], - [ - 5.766666889190674, - [ - 4.1632256507873535, - 83.44041442871094, - -8.79369068145752 - ] - ], - [ - 5.800000190734863, - [ - 3.921799421310425, - 83.34552001953125, - -8.416938781738281 - ] - ], - [ - 5.833333492279053, - [ - 3.6614606380462646, - 83.2748794555664, - -8.033698081970215 - ] - ], - [ - 5.866666793823242, - [ - 3.384244918823242, - 83.23092651367188, - -7.644315242767334 - ] - ], - [ - 5.900000095367432, - [ - 3.091925621032715, - 83.2162094116211, - -7.2491374015808105 - ] - ], - [ - 5.933333396911621, - [ - 2.785968065261841, - 83.23027801513672, - -6.848630905151367 - ] - ], - [ - 5.9666666984558105, - [ - 2.4675755500793457, - 83.27029418945313, - -6.443369388580322 - ] - ], - [ - 6.0, - [ - 2.137835741043091, - 83.33493041992188, - -6.033798694610596 - ] - ], - [ - 6.0333333015441895, - [ - 1.7977070808410645, - 83.42157745361328, - -5.620327472686768 - ] - ], - [ - 6.099999904632568, - [ - 1.0897502899169922, - 83.64923095703125, - -4.783412933349609 - ] - ], - [ - 6.166666507720947, - [ - 0.35025033354759216, - 83.9301986694336, - -3.9364070892333984 - ] - ], - [ - 6.366666793823242, - [ - -1.9898300170898438, - 84.8714599609375, - -1.3819396495819092 - ] - ], - [ - 6.433333396911621, - [ - -2.7827279567718506, - 85.15792083740234, - -0.541399359703064 - ] - ], - [ - 6.5, - [ - -3.5511574745178223, - 85.39501953125, - 0.2770904004573822 - ] - ], - [ - 6.5333333015441895, - [ - -3.9132561683654785, - 85.48670196533203, - 0.6732077598571777 - ] - ], - [ - 6.566666603088379, - [ - -4.248719215393066, - 85.5566177368164, - 1.0578250885009766 - ] - ], - [ - 6.599999904632568, - [ - -4.540693283081055, - 85.60272979736328, - 1.4286476373672485 - ] - ], - [ - 6.633333206176758, - [ - -4.752266883850098, - 85.62495422363281, - 1.7830618619918823 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458306187_1067616.json b/lenses/physics-objects/Scene/assets/1645812458306187_1067616.json deleted file mode 100644 index e950d463..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458306187_1067616.json +++ /dev/null @@ -1,1783 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458306187:1067616", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11825686693191528, - 0.09234868735074997, - 0.6851925849914551, - 0.712739884853363 - ] - ], - [ - 0.06666667014360428, - [ - 0.11841131001710892, - 0.09229477494955063, - 0.685330867767334, - 0.712588369846344 - ] - ], - [ - 0.10000000149011612, - [ - 0.11900021135807037, - 0.09198600798845291, - 0.6854127049446106, - 0.7124513983726501 - ] - ], - [ - 0.13333334028720856, - [ - 0.11998524516820908, - 0.09144312888383865, - 0.6854342222213745, - 0.7123353481292725 - ] - ], - [ - 0.1666666716337204, - [ - 0.12132807821035385, - 0.09068696200847626, - 0.6853905916213989, - 0.7122465372085571 - ] - ], - [ - 0.20000000298023224, - [ - 0.12298808246850967, - 0.0897408276796341, - 0.6852875351905823, - 0.7121809124946594 - ] - ], - [ - 0.23333333432674408, - [ - 0.12492276728153229, - 0.08862986415624619, - 0.6851356625556946, - 0.7121293544769287 - ] - ], - [ - 0.2666666805744171, - [ - 0.12709149718284607, - 0.08737763017416, - 0.6849377155303955, - 0.7120908498764038 - ] - ], - [ - 0.30000001192092896, - [ - 0.12945356965065002, - 0.08600763231515884, - 0.6846961379051208, - 0.7120644450187683 - ] - ], - [ - 0.3333333432674408, - [ - 0.1319679617881775, - 0.08454398810863495, - 0.684412956237793, - 0.7120503187179565 - ] - ], - [ - 0.36666667461395264, - [ - 0.13459347188472748, - 0.08301108330488205, - 0.6840901970863342, - 0.7120494246482849 - ] - ], - [ - 0.4000000059604645, - [ - 0.1372891217470169, - 0.08143304288387299, - 0.6837310791015625, - 0.712061882019043 - ] - ], - [ - 0.4333333373069763, - [ - 0.14001411199569702, - 0.07983393222093582, - 0.6833397150039673, - 0.7120881080627441 - ] - ], - [ - 0.46666666865348816, - [ - 0.1427275687456131, - 0.0782378539443016, - 0.6829208135604858, - 0.7121285200119019 - ] - ], - [ - 0.5, - [ - 0.1452413648366928, - 0.0769011601805687, - 0.681672215461731, - 0.7129616141319275 - ] - ], - [ - 0.5333333611488342, - [ - 0.1474224478006363, - 0.07600819319486618, - 0.6790892481803894, - 0.715071439743042 - ] - ], - [ - 0.5666666626930237, - [ - 0.1493048071861267, - 0.075472392141819, - 0.6756232976913452, - 0.7180147171020508 - ] - ], - [ - 0.6000000238418579, - [ - 0.15091754496097565, - 0.0752013549208641, - 0.6717246770858765, - 0.7213560938835144 - ] - ], - [ - 0.6333333253860474, - [ - 0.15229371190071106, - 0.07509168237447739, - 0.6678414940834045, - 0.7246761918067932 - ] - ], - [ - 0.6666666865348816, - [ - 0.15347856283187866, - 0.07502380013465881, - 0.6644178032875061, - 0.7275746464729309 - ] - ], - [ - 0.699999988079071, - [ - 0.1545332670211792, - 0.0748603567481041, - 0.6618925929069519, - 0.7296667695045471 - ] - ], - [ - 0.7333333492279053, - [ - 0.1555286943912506, - 0.07445342093706131, - 0.6607022881507874, - 0.7305751442909241 - ] - ], - [ - 0.7666666507720947, - [ - 0.15631775557994843, - 0.07398438453674316, - 0.6603456139564514, - 0.7307769060134888 - ] - ], - [ - 0.800000011920929, - [ - 0.15668000280857086, - 0.07374753057956696, - 0.6600348353385925, - 0.7310038805007935 - ] - ], - [ - 0.8333333134651184, - [ - 0.1567230373620987, - 0.07356846332550049, - 0.6597957611083984, - 0.7312284708023071 - ] - ], - [ - 0.8999999761581421, - [ - 0.15628427267074585, - 0.0728447213768959, - 0.6595898866653442, - 0.7315806150436401 - ] - ], - [ - 0.9333333373069763, - [ - 0.1558198481798172, - 0.07231982052326202, - 0.6596201658248901, - 0.7317044734954834 - ] - ], - [ - 0.9666666388511658, - [ - 0.15520353615283966, - 0.07169940322637558, - 0.6597371101379395, - 0.7317909598350525 - ] - ], - [ - 1.0, - [ - 0.1544439196586609, - 0.07099346816539764, - 0.6599393486976624, - 0.7318381667137146 - ] - ], - [ - 1.0333333015441895, - [ - 0.15354947745800018, - 0.07021192461252213, - 0.6602251529693604, - 0.7318440079689026 - ] - ], - [ - 1.0666667222976685, - [ - 0.15252864360809326, - 0.06936480849981308, - 0.660592794418335, - 0.7318064570426941 - ] - ], - [ - 1.100000023841858, - [ - 0.15138986706733704, - 0.06846214830875397, - 0.6610404849052429, - 0.7317236661911011 - ] - ], - [ - 1.1333333253860474, - [ - 0.15014158189296722, - 0.06751400232315063, - 0.6615661382675171, - 0.7315939664840698 - ] - ], - [ - 1.1666666269302368, - [ - 0.14877721667289734, - 0.0665421336889267, - 0.6622055172920227, - 0.731383204460144 - ] - ], - [ - 1.2000000476837158, - [ - 0.14729376137256622, - 0.06564785540103912, - 0.6629916429519653, - 0.7310519814491272 - ] - ], - [ - 1.2333333492279053, - [ - 0.1457052379846573, - 0.06491323560476303, - 0.663913905620575, - 0.7305988073348999 - ] - ], - [ - 1.2666666507720947, - [ - 0.14402659237384796, - 0.06433460861444473, - 0.6649534106254578, - 0.7300372123718262 - ] - ], - [ - 1.2999999523162842, - [ - 0.14227072894573212, - 0.06391031295061111, - 0.6660950183868408, - 0.7293777465820313 - ] - ], - [ - 1.3333333730697632, - [ - 0.1404513418674469, - 0.06363826990127563, - 0.6673225164413452, - 0.7286317944526672 - ] - ], - [ - 1.3666666746139526, - [ - 0.13858482241630554, - 0.06351418048143387, - 0.668615460395813, - 0.7278143167495728 - ] - ], - [ - 1.399999976158142, - [ - 0.13668738305568695, - 0.06353374570608139, - 0.6699541211128235, - 0.726939857006073 - ] - ], - [ - 1.4333332777023315, - [ - 0.13477541506290436, - 0.0636925995349884, - 0.6713194251060486, - 0.7260227799415588 - ] - ], - [ - 1.4666666984558105, - [ - 0.13286498188972473, - 0.06398642808198929, - 0.6726930737495422, - 0.7250770330429077 - ] - ], - [ - 1.5, - [ - 0.13097205758094788, - 0.06441088765859604, - 0.6740576028823853, - 0.7241160273551941 - ] - ], - [ - 1.5333333015441895, - [ - 0.12911224365234375, - 0.06496161222457886, - 0.6753963232040405, - 0.7231526970863342 - ] - ], - [ - 1.5666667222976685, - [ - 0.12730108201503754, - 0.06563420593738556, - 0.6766935586929321, - 0.7221997380256653 - ] - ], - [ - 1.600000023841858, - [ - 0.12555372714996338, - 0.06642425060272217, - 0.6779342889785767, - 0.7212691903114319 - ] - ], - [ - 1.6333333253860474, - [ - 0.1238851249217987, - 0.06732726842164993, - 0.679104208946228, - 0.7203728556632996 - ] - ], - [ - 1.6666666269302368, - [ - 0.12230996787548065, - 0.06833874434232712, - 0.6801897287368774, - 0.7195221781730652 - ] - ], - [ - 1.7000000476837158, - [ - 0.12084277719259262, - 0.06945399940013885, - 0.6811774373054504, - 0.7187283635139465 - ] - ], - [ - 1.7333333492279053, - [ - 0.11949791014194489, - 0.0706683024764061, - 0.6820546984672546, - 0.7180026173591614 - ] - ], - [ - 1.7666666507720947, - [ - 0.11828956007957458, - 0.0719766914844513, - 0.6828086376190186, - 0.7173557877540588 - ] - ], - [ - 1.7999999523162842, - [ - 0.1172318384051323, - 0.07337415218353271, - 0.6834266781806946, - 0.7167990803718567 - ] - ], - [ - 1.8333333730697632, - [ - 0.11633885651826859, - 0.07485534995794296, - 0.6838958263397217, - 0.7163438200950623 - ] - ], - [ - 1.8666666746139526, - [ - 0.11562472581863403, - 0.07641471177339554, - 0.6842027902603149, - 0.716001570224762 - ] - ], - [ - 1.899999976158142, - [ - 0.11509481817483902, - 0.07805507630109787, - 0.6843534111976624, - 0.7157660722732544 - ] - ], - [ - 1.9333332777023315, - [ - 0.11475121229887009, - 0.07978262007236481, - 0.6843627691268921, - 0.7156217694282532 - ] - ], - [ - 1.9666666984558105, - [ - 0.11459431797266006, - 0.08157792687416077, - 0.6842715740203857, - 0.7155317068099976 - ] - ], - [ - 2.0, - [ - 0.11461111903190613, - 0.08341139554977417, - 0.684123158454895, - 0.7154596447944641 - ] - ], - [ - 2.0333333015441895, - [ - 0.11478923261165619, - 0.08526808023452759, - 0.6839219927787781, - 0.7154044508934021 - ] - ], - [ - 2.066666603088379, - [ - 0.11511567234992981, - 0.08713380247354507, - 0.6836722493171692, - 0.7153659462928772 - ] - ], - [ - 2.0999999046325684, - [ - 0.11557815223932266, - 0.08899322897195816, - 0.6833778023719788, - 0.7153438329696655 - ] - ], - [ - 2.133333444595337, - [ - 0.11616428196430206, - 0.09083117544651031, - 0.6830427050590515, - 0.7153379321098328 - ] - ], - [ - 2.1666667461395264, - [ - 0.11686147749423981, - 0.0926324874162674, - 0.6826707720756531, - 0.7153484225273132 - ] - ], - [ - 2.200000047683716, - [ - 0.11765704303979874, - 0.09438209235668182, - 0.6822657585144043, - 0.7153757214546204 - ] - ], - [ - 2.2333333492279053, - [ - 0.1185380145907402, - 0.09606505930423737, - 0.6818313002586365, - 0.7154203653335571 - ] - ], - [ - 2.2666666507720947, - [ - 0.11949139088392258, - 0.0976666659116745, - 0.6813710927963257, - 0.7154834866523743 - ] - ], - [ - 2.299999952316284, - [ - 0.12050392478704453, - 0.0991722121834755, - 0.6808884143829346, - 0.7155659794807434 - ] - ], - [ - 2.3333332538604736, - [ - 0.12156233191490173, - 0.1005672812461853, - 0.6803867816925049, - 0.7156694531440735 - ] - ], - [ - 2.366666555404663, - [ - 0.12265311926603317, - 0.10183745622634888, - 0.6798694729804993, - 0.7157952785491943 - ] - ], - [ - 2.4000000953674316, - [ - 0.12377925962209702, - 0.1030382364988327, - 0.6793529987335205, - 0.7159199118614197 - ] - ], - [ - 2.433333396911621, - [ - 0.1249382495880127, - 0.10423784703016281, - 0.6788474917411804, - 0.7160244584083557 - ] - ], - [ - 2.4666666984558105, - [ - 0.12610851228237152, - 0.10544134676456451, - 0.6783458590507507, - 0.7161184549331665 - ] - ], - [ - 2.5, - [ - 0.12726859748363495, - 0.10665374994277954, - 0.6778402924537659, - 0.7162124514579773 - ] - ], - [ - 2.5333333015441895, - [ - 0.12839727103710175, - 0.10788002610206604, - 0.6773214936256409, - 0.7163180708885193 - ] - ], - [ - 2.566666603088379, - [ - 0.12947343289852142, - 0.10912496596574783, - 0.6767793893814087, - 0.7164482474327087 - ] - ], - [ - 2.5999999046325684, - [ - 0.1304762214422226, - 0.11039324104785919, - 0.6762024760246277, - 0.7166168093681335 - ] - ], - [ - 2.633333444595337, - [ - 0.13138477504253387, - 0.11168937385082245, - 0.6755785942077637, - 0.7168383598327637 - ] - ], - [ - 2.6666667461395264, - [ - 0.1321781575679779, - 0.1130179911851883, - 0.6748955845832825, - 0.7171275019645691 - ] - ], - [ - 2.700000047683716, - [ - 0.13286487758159637, - 0.11434980481863022, - 0.674232542514801, - 0.717413067817688 - ] - ], - [ - 2.7333333492279053, - [ - 0.13345985114574432, - 0.11564838886260986, - 0.6736841201782227, - 0.7176096439361572 - ] - ], - [ - 2.7666666507720947, - [ - 0.1339537352323532, - 0.11690542101860046, - 0.6732496023178101, - 0.717721700668335 - ] - ], - [ - 2.799999952316284, - [ - 0.13433952629566193, - 0.11810987442731857, - 0.6729187965393066, - 0.7177627682685852 - ] - ], - [ - 2.8333332538604736, - [ - 0.13460908830165863, - 0.11925186216831207, - 0.6726875305175781, - 0.7177401185035706 - ] - ], - [ - 2.866666555404663, - [ - 0.1347542256116867, - 0.1203215941786766, - 0.6725519299507141, - 0.7176614999771118 - ] - ], - [ - 2.9000000953674316, - [ - 0.13476793467998505, - 0.12130771577358246, - 0.6725096702575684, - 0.7175323963165283 - ] - ], - [ - 2.933333396911621, - [ - 0.13464291393756866, - 0.12215515971183777, - 0.6725735664367676, - 0.7173523306846619 - ] - ], - [ - 2.9666666984558105, - [ - 0.1343708485364914, - 0.1228240504860878, - 0.6727514863014221, - 0.7171221971511841 - ] - ], - [ - 3.0, - [ - 0.1339443027973175, - 0.1233249232172966, - 0.6730372905731201, - 0.7168477773666382 - ] - ], - [ - 3.0333333015441895, - [ - 0.1333557665348053, - 0.12366816401481628, - 0.6734248399734497, - 0.7165343165397644 - ] - ], - [ - 3.066666603088379, - [ - 0.13231949508190155, - 0.12392943352460861, - 0.6739977598190308, - 0.7161425352096558 - ] - ], - [ - 3.0999999046325684, - [ - 0.1306818127632141, - 0.12417633086442947, - 0.674791693687439, - 0.715652585029602 - ] - ], - [ - 3.133333444595337, - [ - 0.12863335013389587, - 0.12440722435712814, - 0.6757292151451111, - 0.7150989174842834 - ] - ], - [ - 3.1666667461395264, - [ - 0.12636494636535645, - 0.12462062388658524, - 0.6767338514328003, - 0.7145158648490906 - ] - ], - [ - 3.200000047683716, - [ - 0.12406773120164871, - 0.12481626868247986, - 0.6777319312095642, - 0.7139381170272827 - ] - ], - [ - 3.2333333492279053, - [ - 0.12193260341882706, - 0.12496563792228699, - 0.6786540150642395, - 0.7134036421775818 - ] - ], - [ - 3.2666666507720947, - [ - 0.12015043199062347, - 0.1250246912240982, - 0.6794397234916687, - 0.7129477262496948 - ] - ], - [ - 3.299999952316284, - [ - 0.11891207098960876, - 0.12497059255838394, - 0.6800309419631958, - 0.7126010060310364 - ] - ], - [ - 3.3333332538604736, - [ - 0.11840832978487015, - 0.12478090822696686, - 0.6803703308105469, - 0.7123942375183105 - ] - ], - [ - 3.366666555404663, - [ - 0.1185634508728981, - 0.12438100576400757, - 0.6805372834205627, - 0.7122788429260254 - ] - ], - [ - 3.4000000953674316, - [ - 0.11914906650781631, - 0.12372279167175293, - 0.6806507110595703, - 0.7121873497962952 - ] - ], - [ - 3.433333396911621, - [ - 0.1201266422867775, - 0.12282302975654602, - 0.6807106733322144, - 0.7121215462684631 - ] - ], - [ - 3.4666666984558105, - [ - 0.1214577779173851, - 0.12169855087995529, - 0.680716335773468, - 0.7120833992958069 - ] - ], - [ - 3.5, - [ - 0.12310206890106201, - 0.12036878615617752, - 0.680678129196167, - 0.7120636105537415 - ] - ], - [ - 3.5333333015441895, - [ - 0.12501758337020874, - 0.11885492503643036, - 0.6806118488311768, - 0.7120475172996521 - ] - ], - [ - 3.566666603088379, - [ - 0.1271636188030243, - 0.11717644333839417, - 0.6805245280265808, - 0.7120290994644165 - ] - ], - [ - 3.5999999046325684, - [ - 0.1292838603258133, - 0.11558662354946136, - 0.6809111833572388, - 0.7115373611450195 - ] - ], - [ - 3.633333444595337, - [ - 0.1311984658241272, - 0.11425675451755524, - 0.6820698380470276, - 0.7102908492088318 - ] - ], - [ - 3.6666667461395264, - [ - 0.13298265635967255, - 0.11308766901493073, - 0.6837078332901001, - 0.708569347858429 - ] - ], - [ - 3.700000047683716, - [ - 0.1347123384475708, - 0.11198408156633377, - 0.6855406761169434, - 0.7066443562507629 - ] - ], - [ - 3.7333333492279053, - [ - 0.1364642083644867, - 0.11085256189107895, - 0.6873010396957397, - 0.7047740817070007 - ] - ], - [ - 3.7666666507720947, - [ - 0.13831651210784912, - 0.10960028320550919, - 0.6887441873550415, - 0.7031983137130737 - ] - ], - [ - 3.799999952316284, - [ - 0.1403498649597168, - 0.10813421756029129, - 0.6896432638168335, - 0.7021404504776001 - ] - ], - [ - 3.8333332538604736, - [ - 0.1426476538181305, - 0.1063627302646637, - 0.6897786855697632, - 0.7018147706985474 - ] - ], - [ - 3.866666555404663, - [ - 0.14503350853919983, - 0.1044551208615303, - 0.689452588558197, - 0.7019327282905579 - ] - ], - [ - 3.9000000953674316, - [ - 0.14724743366241455, - 0.10265602916479111, - 0.6891213655471802, - 0.7020625472068787 - ] - ], - [ - 3.933333396911621, - [ - 0.14924944937229156, - 0.10098981112241745, - 0.6887911558151245, - 0.7022054195404053 - ] - ], - [ - 3.9666666984558105, - [ - 0.15099969506263733, - 0.09948088228702545, - 0.6884689331054688, - 0.7023625373840332 - ] - ], - [ - 4.0, - [ - 0.15245814621448517, - 0.0981535017490387, - 0.6881617307662964, - 0.7025352716445923 - ] - ], - [ - 4.0333333015441895, - [ - 0.15358476340770721, - 0.09703196585178375, - 0.6878767609596252, - 0.7027247548103333 - ] - ], - [ - 4.066666603088379, - [ - 0.15433932840824127, - 0.09614045172929764, - 0.6876212358474731, - 0.7029321193695068 - ] - ], - [ - 4.099999904632568, - [ - 0.1546815037727356, - 0.09550298005342484, - 0.6874017715454102, - 0.7031583189964294 - ] - ], - [ - 4.133333206176758, - [ - 0.15471011400222778, - 0.094939224421978, - 0.6872432231903076, - 0.7033833265304565 - ] - ], - [ - 4.166666507720947, - [ - 0.15455745160579681, - 0.09425864368677139, - 0.6871644854545593, - 0.7035853266716003 - ] - ], - [ - 4.199999809265137, - [ - 0.1542334407567978, - 0.09346991032361984, - 0.6871630549430847, - 0.7037630081176758 - ] - ], - [ - 4.233333110809326, - [ - 0.15374793112277985, - 0.09258176386356354, - 0.687236487865448, - 0.703914999961853 - ] - ], - [ - 4.266666889190674, - [ - 0.15311066806316376, - 0.09160284698009491, - 0.6873821020126343, - 0.7040396928787231 - ] - ], - [ - 4.300000190734863, - [ - 0.1523314267396927, - 0.09054195880889893, - 0.6875973343849182, - 0.7041357755661011 - ] - ], - [ - 4.333333492279053, - [ - 0.15141990780830383, - 0.08940780907869339, - 0.6878795027732849, - 0.7042016983032227 - ] - ], - [ - 4.366666793823242, - [ - 0.15038573741912842, - 0.08820921927690506, - 0.6882256269454956, - 0.7042362689971924 - ] - ], - [ - 4.400000095367432, - [ - 0.14923852682113647, - 0.0869549885392189, - 0.6886329054832458, - 0.7042381763458252 - ] - ], - [ - 4.433333396911621, - [ - 0.14798791706562042, - 0.08565396070480347, - 0.6890981793403625, - 0.7042064666748047 - ] - ], - [ - 4.4666666984558105, - [ - 0.14662955701351166, - 0.0843278169631958, - 0.6896632313728333, - 0.7040974497795105 - ] - ], - [ - 4.5, - [ - 0.14516280591487885, - 0.08299475163221359, - 0.6903573274612427, - 0.7038795351982117 - ] - ], - [ - 4.5333333015441895, - [ - 0.1436031013727188, - 0.08165817707777023, - 0.6911577582359314, - 0.7035702466964722 - ] - ], - [ - 4.566666603088379, - [ - 0.14200428128242493, - 0.08029229193925858, - 0.6918408870697021, - 0.7033805251121521 - ] - ], - [ - 4.599999904632568, - [ - 0.14040885865688324, - 0.07888232171535492, - 0.6922353506088257, - 0.7034722566604614 - ] - ], - [ - 4.633333206176758, - [ - 0.13881461322307587, - 0.0774485319852829, - 0.692405641078949, - 0.7037802934646606 - ] - ], - [ - 4.666666507720947, - [ - 0.1372188925743103, - 0.07601074129343033, - 0.6924283504486084, - 0.7042275667190552 - ] - ], - [ - 4.699999809265137, - [ - 0.13561850786209106, - 0.07458887994289398, - 0.6923812031745911, - 0.7047356963157654 - ] - ], - [ - 4.733333110809326, - [ - 0.13400998711585999, - 0.07320293039083481, - 0.69234299659729, - 0.7052260637283325 - ] - ], - [ - 4.766666889190674, - [ - 0.13238947093486786, - 0.07187289744615555, - 0.692392885684967, - 0.7056198716163635 - ] - ], - [ - 4.800000190734863, - [ - 0.13075274229049683, - 0.07061909884214401, - 0.6926098465919495, - 0.7058387994766235 - ] - ], - [ - 4.833333492279053, - [ - 0.12909497320652008, - 0.06946231424808502, - 0.693072497844696, - 0.7058045864105225 - ] - ], - [ - 4.866666793823242, - [ - 0.12741103768348694, - 0.06842448562383652, - 0.6938587427139282, - 0.7054392695426941 - ] - ], - [ - 4.900000095367432, - [ - 0.12574514746665955, - 0.06747695803642273, - 0.694807231426239, - 0.7048956751823425 - ] - ], - [ - 4.933333396911621, - [ - 0.12415488064289093, - 0.0665798932313919, - 0.6956967711448669, - 0.7043853402137756 - ] - ], - [ - 4.9666666984558105, - [ - 0.12265441566705704, - 0.06573901325464249, - 0.6965150237083435, - 0.7039183974266052 - ] - ], - [ - 5.0, - [ - 0.12125782668590546, - 0.06496017426252365, - 0.6972500681877136, - 0.7035048604011536 - ] - ], - [ - 5.0333333015441895, - [ - 0.11997911334037781, - 0.06424933671951294, - 0.6978904604911804, - 0.7031542658805847 - ] - ], - [ - 5.066666603088379, - [ - 0.11883214861154556, - 0.06361252069473267, - 0.6984248161315918, - 0.7028763294219971 - ] - ], - [ - 5.099999904632568, - [ - 0.11783090233802795, - 0.06305573880672455, - 0.6988418698310852, - 0.7026805877685547 - ] - ], - [ - 5.133333206176758, - [ - 0.11698929220438004, - 0.06258495897054672, - 0.6991298794746399, - 0.7025766968727112 - ] - ], - [ - 5.166666507720947, - [ - 0.11632145196199417, - 0.06220608204603195, - 0.6992769241333008, - 0.7025749087333679 - ] - ], - [ - 5.199999809265137, - [ - 0.11583277583122253, - 0.06193329393863678, - 0.6992908716201782, - 0.7026658654212952 - ] - ], - [ - 5.266666889190674, - [ - 0.11539202928543091, - 0.061759039759635925, - 0.6989668607711792, - 0.7030760049819946 - ] - ], - [ - 5.300000190734863, - [ - 0.11541427671909332, - 0.06184736639261246, - 0.6986259818077087, - 0.7034032940864563 - ] - ], - [ - 5.333333492279053, - [ - 0.11558070778846741, - 0.062043290585279465, - 0.6981741189956665, - 0.7038072347640991 - ] - ], - [ - 5.366666793823242, - [ - 0.11587982624769211, - 0.06234154477715492, - 0.6976184248924255, - 0.7042825818061829 - ] - ], - [ - 5.400000095367432, - [ - 0.11630073934793472, - 0.06273603439331055, - 0.6969670653343201, - 0.704822838306427 - ] - ], - [ - 5.433333396911621, - [ - 0.11683255434036255, - 0.06322064250707626, - 0.6962287425994873, - 0.7054210305213928 - ] - ], - [ - 5.4666666984558105, - [ - 0.11746440827846527, - 0.06378921121358871, - 0.6954120397567749, - 0.7060702443122864 - ] - ], - [ - 5.5, - [ - 0.11818531900644302, - 0.06443566083908081, - 0.6945257186889648, - 0.7067632675170898 - ] - ], - [ - 5.5333333015441895, - [ - 0.11898434162139893, - 0.06515393406152725, - 0.6935788989067078, - 0.7074928879737854 - ] - ], - [ - 5.566666603088379, - [ - 0.11985041201114655, - 0.06593798100948334, - 0.6925808191299438, - 0.7082513570785522 - ] - ], - [ - 5.599999904632568, - [ - 0.1207723617553711, - 0.0667819008231163, - 0.6915411353111267, - 0.7090311050415039 - ] - ], - [ - 5.633333206176758, - [ - 0.12173909693956375, - 0.06767977029085159, - 0.6904697418212891, - 0.7098243236541748 - ] - ], - [ - 5.666666507720947, - [ - 0.12273930013179779, - 0.06862583756446838, - 0.6893768906593323, - 0.710623025894165 - ] - ], - [ - 5.699999809265137, - [ - 0.1237616240978241, - 0.06961437314748764, - 0.6882733106613159, - 0.711418867111206 - ] - ], - [ - 5.733333110809326, - [ - 0.12479468435049057, - 0.07063975185155869, - 0.6871699094772339, - 0.7122036218643188 - ] - ], - [ - 5.766666889190674, - [ - 0.125826895236969, - 0.0716964453458786, - 0.6860780119895935, - 0.7129685878753662 - ] - ], - [ - 5.800000190734863, - [ - 0.1268468052148819, - 0.07277900725603104, - 0.685009241104126, - 0.7137054204940796 - ] - ], - [ - 5.833333492279053, - [ - 0.1278427094221115, - 0.07388211041688919, - 0.6839755773544312, - 0.7144054174423218 - ] - ], - [ - 5.866666793823242, - [ - 0.12880302965641022, - 0.07500045746564865, - 0.6829890012741089, - 0.7150599956512451 - ] - ], - [ - 5.900000095367432, - [ - 0.1297159343957901, - 0.0761287584900856, - 0.6820617914199829, - 0.7156605124473572 - ] - ], - [ - 5.933333396911621, - [ - 0.13056984543800354, - 0.07726199179887772, - 0.6812065839767456, - 0.7161980867385864 - ] - ], - [ - 5.9666666984558105, - [ - 0.13135308027267456, - 0.07839493453502655, - 0.6804354190826416, - 0.7166646718978882 - ] - ], - [ - 6.0, - [ - 0.13205397129058838, - 0.07952248305082321, - 0.6797604560852051, - 0.7170520424842834 - ] - ], - [ - 6.0333333015441895, - [ - 0.13266101479530334, - 0.08063953369855881, - 0.6791937351226807, - 0.7173523306846619 - ] - ], - [ - 6.066666603088379, - [ - 0.1331653892993927, - 0.08173854649066925, - 0.6787360310554504, - 0.7175675630569458 - ] - ], - [ - 6.099999904632568, - [ - 0.13356105983257294, - 0.08280956745147705, - 0.6783792972564697, - 0.7177085280418396 - ] - ], - [ - 6.133333206176758, - [ - 0.13384054601192474, - 0.08384369313716888, - 0.6781216263771057, - 0.7177799344062805 - ] - ], - [ - 6.166666507720947, - [ - 0.13399629294872284, - 0.08483214676380157, - 0.6779607534408569, - 0.7177866697311401 - ] - ], - [ - 6.199999809265137, - [ - 0.13402177393436432, - 0.08576485514640808, - 0.6778952479362488, - 0.7177329659461975 - ] - ], - [ - 6.233333110809326, - [ - 0.13391080498695374, - 0.086631178855896, - 0.6779242157936096, - 0.7176222801208496 - ] - ], - [ - 6.266666889190674, - [ - 0.13365626335144043, - 0.08742155134677887, - 0.6780466437339783, - 0.7174582481384277 - ] - ], - [ - 6.300000190734863, - [ - 0.1332508623600006, - 0.08812638372182846, - 0.6782614588737488, - 0.7172442674636841 - ] - ], - [ - 6.333333492279053, - [ - 0.13268733024597168, - 0.08873604238033295, - 0.6785677671432495, - 0.7169837951660156 - ] - ], - [ - 6.366666793823242, - [ - 0.131682887673378, - 0.08930221945047379, - 0.6790557503700256, - 0.716636598110199 - ] - ], - [ - 6.400000095367432, - [ - 0.13008493185043335, - 0.08987070620059967, - 0.6797669529914856, - 0.7161830067634583 - ] - ], - [ - 6.433333396911621, - [ - 0.12808142602443695, - 0.09042278677225113, - 0.6806275844573975, - 0.7156569957733154 - ] - ], - [ - 6.4666666984558105, - [ - 0.12586049735546112, - 0.09094006568193436, - 0.6815657019615173, - 0.7150924801826477 - ] - ], - [ - 6.5, - [ - 0.12361054867506027, - 0.09140487015247345, - 0.6825112700462341, - 0.7145236134529114 - ] - ], - [ - 6.5333333015441895, - [ - 0.12152016162872314, - 0.09180065989494324, - 0.6833968758583069, - 0.7139847278594971 - ] - ], - [ - 6.566666603088379, - [ - 0.11977799981832504, - 0.09211204200983047, - 0.6841575503349304, - 0.7135104537010193 - ] - ], - [ - 6.599999904632568, - [ - 0.11857243627309799, - 0.09232461452484131, - 0.6847295761108398, - 0.7131354808807373 - ] - ], - [ - 6.633333206176758, - [ - 0.11809105426073074, - 0.09242507070302963, - 0.6850497126579285, - 0.7128947973251343 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458306458_1067623.json b/lenses/physics-objects/Scene/assets/1645812458306458_1067623.json deleted file mode 100644 index b17ead7e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458306458_1067623.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458306458:1067623", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458308434_1067636.json b/lenses/physics-objects/Scene/assets/1645812458308434_1067636.json deleted file mode 100644 index 9b71f631..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458308434_1067636.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458308434:1067636", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ], - [ - 0.03333333507180214, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ], - [ - 0.06666667014360428, - [ - -15.764620780944824, - 91.80744171142578, - -1.898552656173706 - ] - ], - [ - 0.10000000149011612, - [ - -14.717707633972168, - 90.77701568603516, - -1.3369472026824951 - ] - ], - [ - 0.13333334028720856, - [ - -14.167067527770996, - 89.49867248535156, - -1.4726824760437012 - ] - ], - [ - 0.1666666716337204, - [ - -14.53918170928955, - 88.2145767211914, - -2.764641761779785 - ] - ], - [ - 0.20000000298023224, - [ - -15.208720207214355, - 87.20280456542969, - -4.718194007873535 - ] - ], - [ - 0.23333333432674408, - [ - -15.822267532348633, - 86.77181243896484, - -7.077571392059326 - ] - ], - [ - 0.2666666805744171, - [ - -16.007911682128906, - 86.97065734863281, - -9.492650032043457 - ] - ], - [ - 0.30000001192092896, - [ - -15.234054565429688, - 87.52371978759766, - -11.192672729492188 - ] - ], - [ - 0.3333333432674408, - [ - -13.99876880645752, - 88.39926147460938, - -12.724187850952148 - ] - ], - [ - 0.36666667461395264, - [ - -13.16522216796875, - 89.13707733154297, - -14.8427734375 - ] - ], - [ - 0.4000000059604645, - [ - -13.076483726501465, - 88.89242553710938, - -17.497034072875977 - ] - ], - [ - 0.4333333373069763, - [ - -13.253740310668945, - 87.49861145019531, - -19.916370391845703 - ] - ], - [ - 0.46666666865348816, - [ - -13.453655242919922, - 85.27945709228516, - -21.694461822509766 - ] - ], - [ - 0.5, - [ - -13.305573463439941, - 83.07835388183594, - -22.773395538330078 - ] - ], - [ - 0.5333333611488342, - [ - -12.326030731201172, - 81.86373138427734, - -22.993038177490234 - ] - ], - [ - 0.5666666626930237, - [ - -10.87960433959961, - 81.68742370605469, - -23.072811126708984 - ] - ], - [ - 0.6000000238418579, - [ - -9.655826568603516, - 82.13300323486328, - -23.8197021484375 - ] - ], - [ - 0.6333333253860474, - [ - -9.008870124816895, - 82.66366577148438, - -25.26263427734375 - ] - ], - [ - 0.6666666865348816, - [ - -8.437755584716797, - 83.26907348632813, - -26.35932159423828 - ] - ], - [ - 0.699999988079071, - [ - -7.645174503326416, - 83.80736541748047, - -26.41942596435547 - ] - ], - [ - 0.7333333492279053, - [ - -6.510973930358887, - 84.0376968383789, - -25.13736915588379 - ] - ], - [ - 0.7666666507720947, - [ - -4.64489221572876, - 84.02674102783203, - -22.053525924682617 - ] - ], - [ - 0.800000011920929, - [ - -2.337420701980591, - 83.57685089111328, - -17.76862335205078 - ] - ], - [ - 0.8333333134651184, - [ - -0.3850533366203308, - 82.83871459960938, - -13.419047355651855 - ] - ], - [ - 0.8666666746139526, - [ - 0.6846006512641907, - 82.3623275756836, - -9.634010314941406 - ] - ], - [ - 0.8999999761581421, - [ - 1.2077851295471191, - 82.71622467041016, - -6.216939449310303 - ] - ], - [ - 0.9333333373069763, - [ - 1.4005720615386963, - 84.2834701538086, - -3.239501476287842 - ] - ], - [ - 0.9666666388511658, - [ - 1.6244897842407227, - 86.60323333740234, - -0.5392159223556519 - ] - ], - [ - 1.0, - [ - 2.6904311180114746, - 88.97821044921875, - 2.2679615020751953 - ] - ], - [ - 1.0333333015441895, - [ - 4.120794773101807, - 90.50177001953125, - 4.645824432373047 - ] - ], - [ - 1.0666667222976685, - [ - 4.769009113311768, - 90.0616455078125, - 6.116143226623535 - ] - ], - [ - 1.100000023841858, - [ - 4.058699607849121, - 88.23063659667969, - 6.780279636383057 - ] - ], - [ - 1.1333333253860474, - [ - 2.475457191467285, - 86.41026306152344, - 7.298311233520508 - ] - ], - [ - 1.1666666269302368, - [ - 0.5158990025520325, - 85.46018981933594, - 7.665659427642822 - ] - ], - [ - 1.2000000476837158, - [ - -1.1559675931930542, - 85.3213882446289, - 7.915109634399414 - ] - ], - [ - 1.2333333492279053, - [ - -1.54762601852417, - 85.71220397949219, - 8.60364818572998 - ] - ], - [ - 1.2666666507720947, - [ - -1.0681437253952026, - 86.4663314819336, - 9.323974609375 - ] - ], - [ - 1.2999999523162842, - [ - -0.853418231010437, - 87.50884246826172, - 9.396471977233887 - ] - ], - [ - 1.3333333730697632, - [ - -1.345427393913269, - 88.7396469116211, - 8.335067749023438 - ] - ], - [ - 1.3666666746139526, - [ - -2.0124406814575195, - 89.6806869506836, - 6.600438117980957 - ] - ], - [ - 1.399999976158142, - [ - -2.6563308238983154, - 89.8993148803711, - 4.6591291427612305 - ] - ], - [ - 1.4333332777023315, - [ - -2.9983177185058594, - 89.38176727294922, - 2.953946590423584 - ] - ], - [ - 1.4666666984558105, - [ - -2.4654572010040283, - 88.18550872802734, - 2.1847262382507324 - ] - ], - [ - 1.5, - [ - -1.5944920778274536, - 86.7733383178711, - 1.7573540210723877 - ] - ], - [ - 1.5333333015441895, - [ - -1.3874880075454712, - 85.72747802734375, - 0.6345046758651733 - ] - ], - [ - 1.5666667222976685, - [ - -2.2088732719421387, - 85.6284408569336, - -1.6015008687973022 - ] - ], - [ - 1.600000023841858, - [ - -3.3797619342803955, - 86.39794921875, - -4.387460231781006 - ] - ], - [ - 1.6333333253860474, - [ - -4.523741245269775, - 87.44556427001953, - -7.249701499938965 - ] - ], - [ - 1.6666666269302368, - [ - -5.185795783996582, - 88.71788024902344, - -9.712475776672363 - ] - ], - [ - 1.7000000476837158, - [ - -4.945962429046631, - 89.78942108154297, - -10.922228813171387 - ] - ], - [ - 1.7333333492279053, - [ - -4.696141719818115, - 89.61213684082031, - -11.237433433532715 - ] - ], - [ - 1.7666666507720947, - [ - -5.499828338623047, - 87.96141052246094, - -11.623556137084961 - ] - ], - [ - 1.7999999523162842, - [ - -7.535053730010986, - 85.40889739990234, - -12.385544776916504 - ] - ], - [ - 1.8333333730697632, - [ - -9.94926929473877, - 83.1669921875, - -13.231552124023438 - ] - ], - [ - 1.8666666746139526, - [ - -12.216297149658203, - 82.77728271484375, - -14.206501960754395 - ] - ], - [ - 1.899999976158142, - [ - -13.87624740600586, - 83.7771987915039, - -15.167501449584961 - ] - ], - [ - 1.9333332777023315, - [ - -14.438325881958008, - 85.45179748535156, - -15.587645530700684 - ] - ], - [ - 1.9666666984558105, - [ - -14.281967163085938, - 87.45700073242188, - -15.75316047668457 - ] - ], - [ - 2.0, - [ - -13.968849182128906, - 88.95923614501953, - -16.37221908569336 - ] - ], - [ - 2.0333333015441895, - [ - -13.688126564025879, - 89.45198059082031, - -17.637680053710938 - ] - ], - [ - 2.066666603088379, - [ - -12.91385269165039, - 88.9933853149414, - -19.05339813232422 - ] - ], - [ - 2.0999999046325684, - [ - -11.517012596130371, - 87.8594741821289, - -20.358108520507813 - ] - ], - [ - 2.133333444595337, - [ - -9.60915470123291, - 86.29920959472656, - -21.136781692504883 - ] - ], - [ - 2.1666667461395264, - [ - -6.998513221740723, - 84.74097442626953, - -20.836048126220703 - ] - ], - [ - 2.200000047683716, - [ - -3.98431134223938, - 83.5110855102539, - -19.93269920349121 - ] - ], - [ - 2.2333333492279053, - [ - -1.2297754287719727, - 82.9417953491211, - -19.445322036743164 - ] - ], - [ - 2.2666666507720947, - [ - 0.8330459594726563, - 83.43505859375, - -19.945621490478516 - ] - ], - [ - 2.299999952316284, - [ - 2.4121954441070557, - 85.30366516113281, - -20.905197143554688 - ] - ], - [ - 2.3333332538604736, - [ - 3.736921787261963, - 87.95008850097656, - -21.41961669921875 - ] - ], - [ - 2.366666555404663, - [ - 5.1502251625061035, - 89.91041564941406, - -20.60215187072754 - ] - ], - [ - 2.4000000953674316, - [ - 7.0986223220825195, - 90.41683197021484, - -17.724210739135742 - ] - ], - [ - 2.433333396911621, - [ - 9.25037670135498, - 89.83036804199219, - -13.29452133178711 - ] - ], - [ - 2.4666666984558105, - [ - 10.666982650756836, - 88.466064453125, - -8.327230453491211 - ] - ], - [ - 2.5, - [ - 10.812033653259277, - 87.08985137939453, - -3.6905739307403564 - ] - ], - [ - 2.5333333015441895, - [ - 10.19667911529541, - 86.41349029541016, - 0.4863222539424896 - ] - ], - [ - 2.566666603088379, - [ - 9.217427253723145, - 86.5971908569336, - 4.06210994720459 - ] - ], - [ - 2.5999999046325684, - [ - 8.339038848876953, - 87.4417724609375, - 7.274602890014648 - ] - ], - [ - 2.633333444595337, - [ - 8.340599060058594, - 88.30555725097656, - 10.96230411529541 - ] - ], - [ - 2.6666667461395264, - [ - 8.732973098754883, - 88.83667755126953, - 14.622702598571777 - ] - ], - [ - 2.700000047683716, - [ - 8.359658241271973, - 88.99360656738281, - 17.244592666625977 - ] - ], - [ - 2.7333333492279053, - [ - 6.611080169677734, - 88.82199096679688, - 18.5887451171875 - ] - ], - [ - 2.7666666507720947, - [ - 4.083095550537109, - 88.2205581665039, - 19.431100845336914 - ] - ], - [ - 2.799999952316284, - [ - 1.202919602394104, - 87.15206146240234, - 20.17106819152832 - ] - ], - [ - 2.8333332538604736, - [ - -1.4405308961868286, - 85.75498962402344, - 21.18085479736328 - ] - ], - [ - 2.866666555404663, - [ - -2.8518013954162598, - 84.21484375, - 23.063045501708984 - ] - ], - [ - 2.9000000953674316, - [ - -3.512834310531616, - 83.34078216552734, - 25.074430465698242 - ] - ], - [ - 2.933333396911621, - [ - -4.54408073425293, - 83.89916229248047, - 26.009130477905273 - ] - ], - [ - 2.9666666984558105, - [ - -6.4005842208862305, - 85.6041259765625, - 25.523950576782227 - ] - ], - [ - 3.0, - [ - -8.338191032409668, - 87.832763671875, - 23.465465545654297 - ] - ], - [ - 3.0333333015441895, - [ - -10.280367851257324, - 89.64493560791016, - 20.743099212646484 - ] - ], - [ - 3.066666603088379, - [ - -11.793442726135254, - 90.40131378173828, - 18.12234878540039 - ] - ], - [ - 3.0999999046325684, - [ - -12.067073822021484, - 90.01844024658203, - 16.48822593688965 - ] - ], - [ - 3.133333444595337, - [ - -11.821715354919434, - 88.16804504394531, - 15.437228202819824 - ] - ], - [ - 3.1666667461395264, - [ - -12.23453426361084, - 86.3916015625, - 13.80306625366211 - ] - ], - [ - 3.200000047683716, - [ - -13.626811981201172, - 86.19705963134766, - 10.931258201599121 - ] - ], - [ - 3.2333333492279053, - [ - -15.18028450012207, - 86.90435791015625, - 7.338354110717773 - ] - ], - [ - 3.2666666507720947, - [ - -16.507349014282227, - 88.49549102783203, - 3.346982717514038 - ] - ], - [ - 3.299999952316284, - [ - -17.29444694519043, - 90.47521209716797, - -0.2046194076538086 - ] - ], - [ - 3.3333332538604736, - [ - -16.853757858276367, - 91.60911560058594, - -1.4795416593551636 - ] - ], - [ - 3.366666555404663, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458308711_1067643.json b/lenses/physics-objects/Scene/assets/1645812458308711_1067643.json deleted file mode 100644 index accbddbf..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458308711_1067643.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458308711:1067643", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ], - [ - 0.03333333507180214, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ], - [ - 0.06666667014360428, - [ - -0.15852342545986176, - 0.2291928380727768, - 0.6645262837409973, - 0.6933583617210388 - ] - ], - [ - 0.10000000149011612, - [ - -0.1592605859041214, - 0.22560229897499084, - 0.6643983125686646, - 0.6944887042045593 - ] - ], - [ - 0.13333334028720856, - [ - -0.16198374330997467, - 0.2213202565908432, - 0.6639087200164795, - 0.6957038044929504 - ] - ], - [ - 0.1666666716337204, - [ - -0.16640760004520416, - 0.21661779284477234, - 0.6630772352218628, - 0.6969317197799683 - ] - ], - [ - 0.20000000298023224, - [ - -0.17227022349834442, - 0.21173705160617828, - 0.6618269681930542, - 0.6981944441795349 - ] - ], - [ - 0.23333333432674408, - [ - -0.17935709655284882, - 0.20693722367286682, - 0.6600130200386047, - 0.6995647549629211 - ] - ], - [ - 0.2666666805744171, - [ - -0.18741431832313538, - 0.20251062512397766, - 0.6576250195503235, - 0.7009955048561096 - ] - ], - [ - 0.30000001192092896, - [ - -0.19593192636966705, - 0.19866494834423065, - 0.6550248265266418, - 0.7022004127502441 - ] - ], - [ - 0.3333333432674408, - [ - -0.20446273684501648, - 0.1956285685300827, - 0.6524819135665894, - 0.702987790107727 - ] - ], - [ - 0.36666667461395264, - [ - -0.2126748114824295, - 0.19372600317001343, - 0.6501913666725159, - 0.7032004594802856 - ] - ], - [ - 0.4000000059604645, - [ - -0.2213587760925293, - 0.1955428123474121, - 0.6496071815490723, - 0.7005525231361389 - ] - ], - [ - 0.4333333373069763, - [ - -0.229897141456604, - 0.20092971622943878, - 0.6504479050636292, - 0.6954797506332397 - ] - ], - [ - 0.46666666865348816, - [ - -0.23682621121406555, - 0.20675122737884521, - 0.6515119671821594, - 0.6904342174530029 - ] - ], - [ - 0.5, - [ - -0.23285642266273499, - 0.2121327668428421, - 0.6529508829116821, - 0.6887907981872559 - ] - ], - [ - 0.5333333611488342, - [ - -0.21120260655879974, - 0.21646088361740112, - 0.6536937355995178, - 0.693702220916748 - ] - ], - [ - 0.5666666626930237, - [ - -0.1751902550458908, - 0.2195391058921814, - 0.6522683501243591, - 0.7040290832519531 - ] - ], - [ - 0.6000000238418579, - [ - -0.12854714691638947, - 0.22195753455162048, - 0.6477363705635071, - 0.7173897624015808 - ] - ], - [ - 0.6333333253860474, - [ - -0.07617868483066559, - 0.22550038993358612, - 0.641075611114502, - 0.7296358346939087 - ] - ], - [ - 0.6666666865348816, - [ - -0.022559406235814095, - 0.23006561398506165, - 0.6333698630332947, - 0.7385143637657166 - ] - ], - [ - 0.699999988079071, - [ - 0.02935798466205597, - 0.23284181952476501, - 0.6234415173530579, - 0.7458173036575317 - ] - ], - [ - 0.7333333492279053, - [ - 0.07594779878854752, - 0.2330867499113083, - 0.6114728450775146, - 0.7523320317268372 - ] - ], - [ - 0.7666666507720947, - [ - 0.11337573826313019, - 0.23139086365699768, - 0.5984700918197632, - 0.7585762739181519 - ] - ], - [ - 0.800000011920929, - [ - 0.13781771063804626, - 0.2292730212211609, - 0.5860605239868164, - 0.7648354172706604 - ] - ], - [ - 0.8333333134651184, - [ - 0.14553886651992798, - 0.22858574986457825, - 0.5757542252540588, - 0.7714105844497681 - ] - ], - [ - 0.8666666746139526, - [ - 0.13114123046398163, - 0.2339967042207718, - 0.5665901303291321, - 0.7791170477867126 - ] - ], - [ - 0.8999999761581421, - [ - 0.09714830666780472, - 0.2470621019601822, - 0.5557003617286682, - 0.7878576517105103 - ] - ], - [ - 0.9333333373069763, - [ - 0.05187900364398956, - 0.26421335339546204, - 0.5411629676818848, - 0.7966446876525879 - ] - ], - [ - 0.9666666388511658, - [ - 0.003655572421848774, - 0.281941294670105, - 0.5230045914649963, - 0.8043394684791565 - ] - ], - [ - 1.0, - [ - -0.039578765630722046, - 0.2975188195705414, - 0.5035756826400757, - 0.8101406097412109 - ] - ], - [ - 1.0333333015441895, - [ - -0.07010756433010101, - 0.3087080717086792, - 0.4874021112918854, - 0.81377112865448 - ] - ], - [ - 1.0666667222976685, - [ - -0.08092474937438965, - 0.3144022822380066, - 0.4808049201965332, - 0.8145116567611694 - ] - ], - [ - 1.100000023841858, - [ - -0.07795647531747818, - 0.31467121839523315, - 0.4810888469219208, - 0.814529538154602 - ] - ], - [ - 1.1333333253860474, - [ - -0.07212463021278381, - 0.31064632534980774, - 0.48129430413246155, - 0.8164880275726318 - ] - ], - [ - 1.1666666269302368, - [ - -0.06399127095937729, - 0.30137118697166443, - 0.4797477126121521, - 0.8215367794036865 - ] - ], - [ - 1.2000000476837158, - [ - -0.054144103080034256, - 0.28671544790267944, - 0.4752471148967743, - 0.8300620913505554 - ] - ], - [ - 1.2333333492279053, - [ - -0.043000299483537674, - 0.2681714594364166, - 0.46864277124404907, - 0.8406003713607788 - ] - ], - [ - 1.2666666507720947, - [ - -0.03109443187713623, - 0.24789299070835114, - 0.4615679383277893, - 0.8511976599693298 - ] - ], - [ - 1.2999999523162842, - [ - -0.019428053870797157, - 0.22900469601154327, - 0.4565735161304474, - 0.8594882488250732 - ] - ], - [ - 1.3333333730697632, - [ - -0.008787316270172596, - 0.21297574043273926, - 0.4546760320663452, - 0.8647738695144653 - ] - ], - [ - 1.3666666746139526, - [ - 0.000854270881973207, - 0.1985323280096054, - 0.4541850984096527, - 0.868504524230957 - ] - ], - [ - 1.399999976158142, - [ - 0.009403581731021404, - 0.185400128364563, - 0.4542868137359619, - 0.8712989687919617 - ] - ], - [ - 1.4333332777023315, - [ - 0.01671414077281952, - 0.17372290790081024, - 0.4544709026813507, - 0.8734971284866333 - ] - ], - [ - 1.4666666984558105, - [ - 0.022604256868362427, - 0.16391849517822266, - 0.4544665217399597, - 0.8752599358558655 - ] - ], - [ - 1.5, - [ - 0.02686949633061886, - 0.1565067321062088, - 0.4540487229824066, - 0.8767117261886597 - ] - ], - [ - 1.5333333015441895, - [ - 0.029274221509695053, - 0.15201948583126068, - 0.4529283940792084, - 0.8780028223991394 - ] - ], - [ - 1.5666667222976685, - [ - 0.02603432722389698, - 0.15146702527999878, - 0.45633015036582947, - 0.8764375448226929 - ] - ], - [ - 1.600000023841858, - [ - 0.014819804579019547, - 0.15450800955295563, - 0.4679394066333771, - 0.8700231909751892 - ] - ], - [ - 1.6333333253860474, - [ - -0.0026353003922849894, - 0.15979067981243134, - 0.48572245240211487, - 0.8593798279762268 - ] - ], - [ - 1.6666666269302368, - [ - -0.024654190987348557, - 0.16615499556064606, - 0.5075745582580566, - 0.8450756072998047 - ] - ], - [ - 1.7000000476837158, - [ - -0.04957924783229828, - 0.17304620146751404, - 0.5315685272216797, - 0.8276664614677429 - ] - ], - [ - 1.7333333492279053, - [ - -0.07604659348726273, - 0.18141679465770721, - 0.5567120313644409, - 0.807079017162323 - ] - ], - [ - 1.7666666507720947, - [ - -0.10152386128902435, - 0.1902458220720291, - 0.5800338983535767, - 0.785531759262085 - ] - ], - [ - 1.7999999523162842, - [ - -0.12268117815256119, - 0.19746337831020355, - 0.598054826259613, - 0.766999363899231 - ] - ], - [ - 1.8333333730697632, - [ - -0.13660679757595062, - 0.20224066078662872, - 0.6085368394851685, - 0.7550630569458008 - ] - ], - [ - 1.8666666746139526, - [ - -0.14100861549377441, - 0.20629239082336426, - 0.6079226136207581, - 0.7536512017250061 - ] - ], - [ - 1.899999976158142, - [ - -0.13908334076404572, - 0.21210967004299164, - 0.5979123115539551, - 0.7603724002838135 - ] - ], - [ - 1.9333332777023315, - [ - -0.13567669689655304, - 0.22026602923870087, - 0.5837640166282654, - 0.7696067094802856 - ] - ], - [ - 1.9666666984558105, - [ - -0.13170436024665833, - 0.2325236201286316, - 0.5687533020973206, - 0.7778858542442322 - ] - ], - [ - 2.0, - [ - -0.1273280680179596, - 0.24914969503879547, - 0.5551998019218445, - 0.7832401990890503 - ] - ], - [ - 2.0333333015441895, - [ - -0.1215781718492508, - 0.26715558767318726, - 0.5429999828338623, - 0.7867640256881714 - ] - ], - [ - 2.066666603088379, - [ - -0.11409500986337662, - 0.2844073176383972, - 0.5326220989227295, - 0.7889288663864136 - ] - ], - [ - 2.0999999046325684, - [ - -0.10491907596588135, - 0.29914698004722595, - 0.5246678590774536, - 0.790080189704895 - ] - ], - [ - 2.133333444595337, - [ - -0.09674644470214844, - 0.3100694715976715, - 0.5198938846588135, - 0.7900679707527161 - ] - ], - [ - 2.1666667461395264, - [ - -0.091773122549057, - 0.3171004056930542, - 0.5177747011184692, - 0.7892619371414185 - ] - ], - [ - 2.200000047683716, - [ - -0.08942323178052902, - 0.3204037845134735, - 0.516900897026062, - 0.788770318031311 - ] - ], - [ - 2.2333333492279053, - [ - -0.08912968635559082, - 0.32055526971817017, - 0.5162196755409241, - 0.7891878485679626 - ] - ], - [ - 2.2666666507720947, - [ - -0.09024005383253098, - 0.3186165690422058, - 0.515374481678009, - 0.7903982400894165 - ] - ], - [ - 2.299999952316284, - [ - -0.09195204824209213, - 0.316230446100235, - 0.5151078701019287, - 0.7913324236869812 - ] - ], - [ - 2.3333332538604736, - [ - -0.09379327297210693, - 0.3158295452594757, - 0.5166782736778259, - 0.7902519106864929 - ] - ], - [ - 2.366666555404663, - [ - -0.09526441991329193, - 0.319144070148468, - 0.5205157399177551, - 0.7862157225608826 - ] - ], - [ - 2.4000000953674316, - [ - -0.09518732875585556, - 0.32509252429008484, - 0.5245470404624939, - 0.78109210729599 - ] - ], - [ - 2.433333396911621, - [ - -0.09236013144254684, - 0.3323749005794525, - 0.5264798998832703, - 0.7770556211471558 - ] - ], - [ - 2.4666666984558105, - [ - -0.08694259077310562, - 0.3387630879878998, - 0.526365339756012, - 0.7749969959259033 - ] - ], - [ - 2.5, - [ - -0.08057891577482224, - 0.3421536087989807, - 0.5250265598297119, - 0.7751032710075378 - ] - ], - [ - 2.5333333015441895, - [ - -0.07375846058130264, - 0.34189510345458984, - 0.5212076902389526, - 0.7784664034843445 - ] - ], - [ - 2.566666603088379, - [ - -0.0664399266242981, - 0.3387168049812317, - 0.5153116583824158, - 0.7844173312187195 - ] - ], - [ - 2.5999999046325684, - [ - -0.059198617935180664, - 0.33445659279823303, - 0.5092641115188599, - 0.7907492518424988 - ] - ], - [ - 2.633333444595337, - [ - -0.05298696085810661, - 0.3321196436882019, - 0.5061193108558655, - 0.7941864728927612 - ] - ], - [ - 2.6666667461395264, - [ - -0.04855501279234886, - 0.3329189121723175, - 0.5072154402732849, - 0.7934355139732361 - ] - ], - [ - 2.700000047683716, - [ - -0.04627913609147072, - 0.334957480430603, - 0.5107211470603943, - 0.7904590964317322 - ] - ], - [ - 2.7333333492279053, - [ - -0.04659248888492584, - 0.3373759090900421, - 0.5157337784767151, - 0.7861458659172058 - ] - ], - [ - 2.7666666507720947, - [ - -0.0477045513689518, - 0.3400261402130127, - 0.5208770036697388, - 0.781532883644104 - ] - ], - [ - 2.799999952316284, - [ - -0.04799499362707138, - 0.34263139963150024, - 0.5251790881156921, - 0.7774878740310669 - ] - ], - [ - 2.8333332538604736, - [ - -0.04795758053660393, - 0.3444463014602661, - 0.5285848379135132, - 0.7743738889694214 - ] - ], - [ - 2.866666555404663, - [ - -0.04812297597527504, - 0.3446553945541382, - 0.5308567881584167, - 0.7727146148681641 - ] - ], - [ - 2.9000000953674316, - [ - -0.04910237714648247, - 0.34290096163749695, - 0.5321234464645386, - 0.7725623250007629 - ] - ], - [ - 2.933333396911621, - [ - -0.051423005759716034, - 0.33923521637916565, - 0.5331687331199646, - 0.7733088135719299 - ] - ], - [ - 2.9666666984558105, - [ - -0.05544404685497284, - 0.33407557010650635, - 0.5356414914131165, - 0.7735681533813477 - ] - ], - [ - 3.0, - [ - -0.06210517883300781, - 0.3282986283302307, - 0.5414794087409973, - 0.7714681029319763 - ] - ], - [ - 3.0333333015441895, - [ - -0.07527602463960648, - 0.32004663348197937, - 0.5512405633926392, - 0.7668360471725464 - ] - ], - [ - 3.066666603088379, - [ - -0.09511567652225494, - 0.30726343393325806, - 0.5631304979324341, - 0.7612005472183228 - ] - ], - [ - 3.0999999046325684, - [ - -0.11754254251718521, - 0.29099252820014954, - 0.5756958723068237, - 0.7550374865531921 - ] - ], - [ - 3.133333444595337, - [ - -0.13873231410980225, - 0.27309632301330566, - 0.5881108045578003, - 0.7485302090644836 - ] - ], - [ - 3.1666667461395264, - [ - -0.1551865190267563, - 0.2560769021511078, - 0.5997995734214783, - 0.7420123815536499 - ] - ], - [ - 3.200000047683716, - [ - -0.16349172592163086, - 0.24239586293697357, - 0.6099748015403748, - 0.7365089654922485 - ] - ], - [ - 3.2333333492279053, - [ - -0.16461902856826782, - 0.23241659998893738, - 0.620236337184906, - 0.7308830618858337 - ] - ], - [ - 3.2666666507720947, - [ - -0.16269199550151825, - 0.22483442723751068, - 0.6313450932502747, - 0.7241437435150146 - ] - ], - [ - 3.299999952316284, - [ - -0.15985336899757385, - 0.2214006632566452, - 0.6427932977676392, - 0.7157132029533386 - ] - ], - [ - 3.3333332538604736, - [ - -0.15935000777244568, - 0.22631675004959106, - 0.6548887491226196, - 0.7032134532928467 - ] - ], - [ - 3.366666555404663, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458308965_1067650.json b/lenses/physics-objects/Scene/assets/1645812458308965_1067650.json deleted file mode 100644 index eb0322fe..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458308965_1067650.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458308965:1067650", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458311314_1067667.json b/lenses/physics-objects/Scene/assets/1645812458311314_1067667.json deleted file mode 100644 index 459dbbaf..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458311314_1067667.json +++ /dev/null @@ -1,1050 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458311314:1067667", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.996328830718994, - 2.6645352591003757e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.03333333507180214, - [ - 6.996328830718994, - 2.6645352591003757e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.06666667014360428, - [ - 7.011565685272217, - -1.7763568394002505e-15, - 8.881784197001252e-16 - ] - ], - [ - 0.13333334028720856, - [ - 7.030261039733887, - -1.7763568394002505e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.30000001192092896, - [ - 7.0041046142578125, - -6.815756776662084e-28, - 1.7763568394002505e-15 - ] - ], - [ - 0.3333333432674408, - [ - 6.9891133308410645, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.9715375900268555, - 2.6645352591003757e-15, - -3.0292253945661992e-28 - ] - ], - [ - 0.4000000059604645, - [ - 6.951651096343994, - -5.55698713725354e-22, - -1.7763568394002505e-15 - ] - ], - [ - 0.4333333373069763, - [ - 6.929726600646973, - -3.552713678800501e-15, - 0.0 - ] - ], - [ - 0.5, - [ - 6.881004810333252, - -4.440892098500626e-15, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.7250471115112305, - -3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.800000011920929, - [ - 6.6440911293029785, - -3.552713678800501e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.8666666746139526, - [ - 6.59521484375, - -5.3290705182007514e-15, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.573299407958984, - -1.7763600157738027e-15, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 6.553426742553711, - 3.552713678800501e-15, - 1.5146128176537211e-28 - ] - ], - [ - 0.9666666388511658, - [ - 6.535869121551514, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.0, - [ - 6.520896911621094, - 0.0, - -3.552713678800501e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.499793529510498, - -1.7763523924772774e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.497269630432129, - 8.881784197001252e-16, - -4.03228455465545e-21 - ] - ], - [ - 1.2000000476837158, - [ - 6.5111870765686035, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.532743453979492, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.2666666507720947, - [ - 6.5610527992248535, - -8.881784197001252e-16, - 1.6935584991743625e-21 - ] - ], - [ - 1.2999999523162842, - [ - 6.595225811004639, - -8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.634374618530273, - 2.6645352591003757e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.3666666746139526, - [ - 6.677615642547607, - 8.881779432440924e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.724066257476807, - -8.881784197001252e-16, - -5.4526042657717e-27 - ] - ], - [ - 1.4666666984558105, - [ - 6.823061466217041, - 4.440892098500626e-16, - -7.105427357601002e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.92427921295166, - -6.661322265883178e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.973505020141602, - -2.9976021664879227e-15, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 7.02062463760376, - 1.1102424799131638e-16, - 5.4526042657717e-27 - ] - ], - [ - 1.6333333253860474, - [ - 7.0647478103637695, - 2.4424906541753444e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.6666666269302368, - [ - 7.104984283447266, - -1.1102230246251565e-15, - 1.3737974145825033e-26 - ] - ], - [ - 1.7000000476837158, - [ - 7.140442848205566, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.170231342315674, - -1.7763568394002505e-15, - -2.4233799304669705e-27 - ] - ], - [ - 1.7666666507720947, - [ - 7.193457126617432, - -1.2116899652334853e-27, - -3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 7.209227561950684, - -3.1086244689504383e-15, - -2.1810404737135157e-26 - ] - ], - [ - 1.899999976158142, - [ - 7.205173969268799, - 4.440892098500626e-16, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 7.190024375915527, - -1.7763542983014087e-15, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 7.169871807098389, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 2.0, - [ - 7.145212173461914, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 7.116572380065918, - -8.881784197001252e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.066666603088379, - [ - 7.084479808807373, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.0999999046325684, - [ - 7.049458026885986, - 1.7763568394002505e-15, - -4.362076633343956e-26 - ] - ], - [ - 2.133333444595337, - [ - 7.012030124664307, - 4.440892098500626e-15, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.932040691375732, - -8.881803255242566e-16, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.7659783363342285, - 8.881757197826059e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.4000000953674316, - [ - 6.687739849090576, - -2.220446049250313e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.433333396911621, - [ - 6.650790214538574, - -2.220446049250313e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.615801811218262, - 2.32864448884301e-21, - -1.7763568394002505e-15 - ] - ], - [ - 2.5, - [ - 6.583242893218994, - 2.6645352591003757e-15, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.553577423095703, - 8.881806431616118e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.566666603088379, - [ - 6.527266979217529, - -1.9984014443252818e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.5999999046325684, - [ - 6.504771709442139, - 6.661338147750939e-16, - 1.7763568394002505e-15 - ] - ], - [ - 2.633333444595337, - [ - 6.486550331115723, - 5.551115123125783e-16, - -5.927471256391293e-21 - ] - ], - [ - 2.6666667461395264, - [ - 6.4730634689331055, - 1.5543122344752192e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.8333332538604736, - [ - 6.484883785247803, - 2.220446049250313e-15, - 8.881784197001252e-16 - ] - ], - [ - 2.866666555404663, - [ - 6.500670909881592, - 4.440892098500626e-16, - 2.8653859371588943e-26 - ] - ], - [ - 2.9000000953674316, - [ - 6.519796848297119, - 2.220446049250313e-15, - -2.1810384707463736e-26 - ] - ], - [ - 2.933333396911621, - [ - 6.541914939880371, - 1.7763555688508296e-15, - -8.881784197001252e-16 - ] - ], - [ - 2.9666666984558105, - [ - 6.566641807556152, - 8.881771491507044e-16, - -8.881784197001252e-16 - ] - ], - [ - 3.0333333015441895, - [ - 6.621827125549316, - 1.7763552512134744e-15, - -2.4233791600949928e-27 - ] - ], - [ - 3.1666667461395264, - [ - 6.740447998046875, - -2.6645352591003757e-15, - 4.440892098500626e-16 - ] - ], - [ - 3.2333333492279053, - [ - 6.795554161071777, - -1.2116899652334853e-27, - -1.3230903844466542e-22 - ] - ], - [ - 3.2666666507720947, - [ - 6.8204264640808105, - -1.7763568394002505e-15, - -1.1102214364383804e-16 - ] - ], - [ - 3.299999952316284, - [ - 6.842916965484619, - 5.3290705182007514e-15, - -1.5543122344752192e-15 - ] - ], - [ - 3.3333332538604736, - [ - 6.862565994262695, - 1.776363192147355e-15, - 6.661338147750939e-16 - ] - ], - [ - 3.366666555404663, - [ - 6.8789143562316895, - 2.86624875377398e-26, - 6.661338147750939e-16 - ] - ], - [ - 3.433333396911621, - [ - 6.899871826171875, - -1.7763568394002505e-15, - -1.0584789718542507e-21 - ] - ], - [ - 3.5999999046325684, - [ - 6.880151271820068, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 6.866658687591553, - 5.3290705182007514e-15, - -8.881812784363222e-16 - ] - ], - [ - 3.6666667461395264, - [ - 6.85080099105835, - -2.6645352591003757e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.700000047683716, - [ - 6.832919597625732, - 2.5403346690485698e-21, - -1.7763568394002505e-15 - ] - ], - [ - 3.7333333492279053, - [ - 6.813237190246582, - 8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 3.7666666507720947, - [ - 6.7918548583984375, - -1.7763568394002505e-15, - 1.2116899652334853e-27 - ] - ], - [ - 3.799999952316284, - [ - 6.7687859535217285, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 6.7179694175720215, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.066666603088379, - [ - 6.55661678314209, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 6.507445812225342, - -1.7763638274220653e-15, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 6.484950542449951, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 6.464210033416748, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.233333110809326, - [ - 6.445497035980225, - -2.6645352591003757e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.266666889190674, - [ - 6.42908239364624, - -4.4407880722667915e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.300000190734863, - [ - 6.415238380432129, - 4.440892098500626e-16, - 3.48965489718031e-25 - ] - ], - [ - 4.366666793823242, - [ - 6.3963470458984375, - -4.440892098500626e-16, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 6.397035121917725, - -3.9968028886505635e-15, - 0.0 - ] - ], - [ - 4.5, - [ - 6.412381172180176, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 6.436107635498047, - 9.992007221626409e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.566666603088379, - [ - 6.467197418212891, - -8.881784197001252e-16, - 3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 6.5046706199646, - -6.661342912311268e-16, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 6.547669887542725, - -5.551127828619992e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.666666507720947, - [ - 6.595339298248291, - -3.397566817879134e-21, - 2.3639060120040074e-25 - ] - ], - [ - 4.699999809265137, - [ - 6.64680814743042, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.701180458068848, - 4.440981036960088e-16, - 4.835772569268168e-25 - ] - ], - [ - 4.866666793823242, - [ - 6.9289069175720215, - 3.1086244689504383e-15, - -1.5509597042324008e-25 - ] - ], - [ - 4.900000095367432, - [ - 6.983583927154541, - -1.3322676295501878e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.933333396911621, - [ - 7.035488605499268, - 8.881812784363222e-16, - -3.552713678800501e-15 - ] - ], - [ - 4.9666666984558105, - [ - 7.083680629730225, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.0, - [ - 7.12722110748291, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 7.165169715881348, - -5.3290705182007514e-15, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 7.196587085723877, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 7.220534324645996, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 7.236071586608887, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 7.220272064208984, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.300000190734863, - [ - 7.202829837799072, - 8.881733375024417e-16, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 7.181124210357666, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 7.155629634857178, - -3.877399260581002e-26, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 7.1268229484558105, - -8.881784197001252e-16, - -8.724153882985494e-26 - ] - ], - [ - 5.433333396911621, - [ - 7.095178604125977, - -4.848212782483987e-27, - -3.552713678800501e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.061172962188721, - -8.881796902495461e-16, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 6.987977504730225, - -1.7763587452243818e-15, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 6.834129810333252, - -5.909765030010018e-26, - 1.7763568394002505e-15 - ] - ], - [ - 5.733333110809326, - [ - 6.761048316955566, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 6.727120876312256, - 1.7763568394002505e-15, - 1.583507612143754e-25 - ] - ], - [ - 5.800000190734863, - [ - 6.695562839508057, - 1.7763568394002505e-15, - 1.7763670037956175e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.666844844818115, - 2.220446049250313e-15, - 3.552713678800501e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.64143705368042, - 1.33226350026457e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.619809150695801, - 3.816817208250357e-26, - 5.080687513452396e-21 - ] - ], - [ - 5.933333396911621, - [ - 6.602431297302246, - 1.5543122344752192e-15, - 1.7763568394002505e-15 - ] - ], - [ - 6.0, - [ - 6.582304954528809, - 9.992007221626409e-16, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 6.6051530838012695, - 1.9984014443252818e-15, - -1.7763568394002505e-15 - ] - ], - [ - 6.166666507720947, - [ - 6.6215057373046875, - -4.440892098500626e-16, - -8.363286323606246e-21 - ] - ], - [ - 6.199999809265137, - [ - 6.641143798828125, - 8.881657142059164e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.663597106933594, - 3.9968028886505635e-15, - 2.417886284634084e-25 - ] - ], - [ - 6.266666889190674, - [ - 6.688396453857422, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 6.333333492279053, - [ - 6.743152618408203, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 6.860070705413818, - -8.881784197001252e-16, - -8.881784197001252e-16 - ] - ], - [ - 6.5333333015441895, - [ - 6.914638519287109, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 6.939267635345459, - -1.7763568394002505e-15, - 8.881784197001252e-16 - ] - ], - [ - 6.599999904632568, - [ - 6.9614667892456055, - 4.440892098500626e-15, - 8.881784197001252e-16 - ] - ], - [ - 6.633333206176758, - [ - 6.980708599090576, - 2.000734172762884e-25, - -1.3322676295501878e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458311606_1067674.json b/lenses/physics-objects/Scene/assets/1645812458311606_1067674.json deleted file mode 100644 index f0b7fc99..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458311606_1067674.json +++ /dev/null @@ -1,1324 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458311606:1067674", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.021266691386699677, - 0.022661101073026657, - 0.010277343913912773, - 0.9994641542434692 - ] - ], - [ - 0.23333333432674408, - [ - -0.021227311342954636, - 0.02249741740524769, - 0.010568753816187382, - 0.9994656443595886 - ] - ], - [ - 0.46666666865348816, - [ - -0.021334217861294746, - 0.022568751126527786, - 0.010761510580778122, - 0.9994596838951111 - ] - ], - [ - 0.5, - [ - -0.02098122239112854, - 0.02237681858241558, - 0.01306269783526659, - 0.9994440674781799 - ] - ], - [ - 0.5333333611488342, - [ - -0.01995311677455902, - 0.021823575720191002, - 0.01908823847770691, - 0.9993805289268494 - ] - ], - [ - 0.5666666626930237, - [ - -0.018345778807997704, - 0.021021956577897072, - 0.027561400085687637, - 0.9992307424545288 - ] - ], - [ - 0.6000000238418579, - [ - -0.016294019296765327, - 0.020080778747797012, - 0.0372176431119442, - 0.9989725351333618 - ] - ], - [ - 0.6333333253860474, - [ - -0.014023360796272755, - 0.019113173708319664, - 0.046815793961286545, - 0.9986222982406616 - ] - ], - [ - 0.6666666865348816, - [ - -0.011866245418787003, - 0.01824684627354145, - 0.05514170601963997, - 0.9982413649559021 - ] - ], - [ - 0.699999988079071, - [ - -0.010244450531899929, - 0.017630551010370255, - 0.06100311875343323, - 0.9979292750358582 - ] - ], - [ - 0.7333333492279053, - [ - -0.009617176838219166, - 0.017426909878849983, - 0.06321662664413452, - 0.9978014230728149 - ] - ], - [ - 1.0666667222976685, - [ - -0.009761720895767212, - 0.017926273867487907, - 0.06321996450424194, - 0.9977908730506897 - ] - ], - [ - 1.2666666507720947, - [ - -0.009367655962705612, - 0.018022846430540085, - 0.062435757368803024, - 0.9978423714637756 - ] - ], - [ - 1.2999999523162842, - [ - -0.009073428809642792, - 0.01802072487771511, - 0.061788756400346756, - 0.9978852868080139 - ] - ], - [ - 1.3333333730697632, - [ - -0.008713210932910442, - 0.01800260692834854, - 0.06096081808209419, - 0.9979397654533386 - ] - ], - [ - 1.3666666746139526, - [ - -0.008296467363834381, - 0.017970316112041473, - 0.05996645987033844, - 0.998004138469696 - ] - ], - [ - 1.399999976158142, - [ - -0.007832623086869717, - 0.01792549528181553, - 0.05882040783762932, - 0.9980769157409668 - ] - ], - [ - 1.4333332777023315, - [ - -0.0073310611769557, - 0.01787009835243225, - 0.05753757804632187, - 0.9981564879417419 - ] - ], - [ - 1.4666666984558105, - [ - -0.006801108364015818, - 0.017805881798267365, - 0.056132953613996506, - 0.9982413649559021 - ] - ], - [ - 1.5, - [ - -0.006252067629247904, - 0.017734739929437637, - 0.05462157726287842, - 0.9983300566673279 - ] - ], - [ - 1.5333333015441895, - [ - -0.005693182814866304, - 0.01765851490199566, - 0.053018469363451004, - 0.9984212517738342 - ] - ], - [ - 1.5666667222976685, - [ - -0.005133661907166243, - 0.017579184845089912, - 0.051338426768779755, - 0.998513400554657 - ] - ], - [ - 1.600000023841858, - [ - -0.0045827096328139305, - 0.017498616129159927, - 0.04959633946418762, - 0.9986055493354797 - ] - ], - [ - 1.6333333253860474, - [ - -0.004049496725201607, - 0.01741885393857956, - 0.04780679568648338, - 0.998696506023407 - ] - ], - [ - 1.6666666269302368, - [ - -0.003543206723406911, - 0.017341850325465202, - 0.045984264463186264, - 0.9987854361534119 - ] - ], - [ - 1.7000000476837158, - [ - -0.0030730252619832754, - 0.017269767820835114, - 0.044143009930849075, - 0.9988713264465332 - ] - ], - [ - 1.7333333492279053, - [ - -0.0026481852401047945, - 0.01720470003783703, - 0.04229719564318657, - 0.9989535212516785 - ] - ], - [ - 1.7666666507720947, - [ - -0.0022779491264373064, - 0.017149021849036217, - 0.04046070948243141, - 0.9990313649177551 - ] - ], - [ - 1.7999999523162842, - [ - -0.001971660414710641, - 0.017104949802160263, - 0.03864734619855881, - 0.9991045594215393 - ] - ], - [ - 1.8333333730697632, - [ - -0.001738745835609734, - 0.017075050622224808, - 0.03687068819999695, - 0.9991727471351624 - ] - ], - [ - 1.8666666746139526, - [ - -0.0015887633198872209, - 0.01706191524863243, - 0.03514426574110985, - 0.9992353320121765 - ] - ], - [ - 1.899999976158142, - [ - -0.001530774519778788, - 0.01706702634692192, - 0.03348022699356079, - 0.9992924928665161 - ] - ], - [ - 1.9333332777023315, - [ - -0.0015734350308775902, - 0.017091456800699234, - 0.03188866376876831, - 0.9993440508842468 - ] - ], - [ - 1.9666666984558105, - [ - -0.0018815528601408005, - 0.01713608019053936, - 0.030254065990447998, - 0.9993935823440552 - ] - ], - [ - 2.0, - [ - -0.0025833030231297016, - 0.017202191054821014, - 0.02846885472536087, - 0.9994432926177979 - ] - ], - [ - 2.0333333015441895, - [ - -0.0036324486136436462, - 0.017288969829678535, - 0.02655557356774807, - 0.9994913339614868 - ] - ], - [ - 2.066666603088379, - [ - -0.004982720594853163, - 0.017393799498677254, - 0.024538347497582436, - 0.9995351433753967 - ] - ], - [ - 2.0999999046325684, - [ - -0.006588314194232225, - 0.017516683787107468, - 0.02244054339826107, - 0.9995729923248291 - ] - ], - [ - 2.133333444595337, - [ - -0.008403677493333817, - 0.01765730232000351, - 0.020285917446017265, - 0.9996029734611511 - ] - ], - [ - 2.1666667461395264, - [ - -0.010383456945419312, - 0.017815006896853447, - 0.01809881627559662, - 0.9996235370635986 - ] - ], - [ - 2.200000047683716, - [ - -0.012482658959925175, - 0.0179890226572752, - 0.01590416021645069, - 0.9996338486671448 - ] - ], - [ - 2.2333333492279053, - [ - -0.014656584709882736, - 0.01817801408469677, - 0.013727709650993347, - 0.9996330738067627 - ] - ], - [ - 2.2666666507720947, - [ - -0.016860852017998695, - 0.018380461260676384, - 0.01159612089395523, - 0.9996216297149658 - ] - ], - [ - 2.299999952316284, - [ - -0.019051359966397285, - 0.01859453320503235, - 0.009536962024867535, - 0.9996001124382019 - ] - ], - [ - 2.3333332538604736, - [ - -0.02118430845439434, - 0.01881811022758484, - 0.00757876131683588, - 0.999569833278656 - ] - ], - [ - 2.366666555404663, - [ - -0.023216139525175095, - 0.01904894970357418, - 0.005750993266701698, - 0.9995324015617371 - ] - ], - [ - 2.4000000953674316, - [ - -0.025518003851175308, - 0.019318854436278343, - 0.003970334306359291, - 0.9994798898696899 - ] - ], - [ - 2.433333396911621, - [ - -0.02834494039416313, - 0.019647736102342606, - 0.0021667571272701025, - 0.9994027614593506 - ] - ], - [ - 2.4666666984558105, - [ - -0.03148102015256882, - 0.020014310255646706, - 0.00039222222403623164, - 0.9993038773536682 - ] - ], - [ - 2.5, - [ - -0.03471236303448677, - 0.020396428182721138, - -0.0012982701882719994, - 0.9991883635520935 - ] - ], - [ - 2.5333333015441895, - [ - -0.037827301770448685, - 0.020771102979779243, - -0.002846412593498826, - 0.9990643262863159 - ] - ], - [ - 2.566666603088379, - [ - -0.04061610624194145, - 0.02111489325761795, - -0.004190697800368071, - 0.9989429116249084 - ] - ], - [ - 2.5999999046325684, - [ - -0.04287050664424896, - 0.021404176950454712, - -0.005266913678497076, - 0.9988374710083008 - ] - ], - [ - 2.633333444595337, - [ - -0.044382933527231216, - 0.02161548286676407, - -0.006009033415466547, - 0.9987626671791077 - ] - ], - [ - 2.6666667461395264, - [ - -0.044945407658815384, - 0.02172580175101757, - -0.006350471638143063, - 0.9987329840660095 - ] - ], - [ - 2.7333333492279053, - [ - -0.04495667666196823, - 0.02181246131658554, - -0.006596704013645649, - 0.9987289905548096 - ] - ], - [ - 2.8333332538604736, - [ - -0.04484168812632561, - 0.02186863124370575, - -0.006897603161633015, - 0.9987308979034424 - ] - ], - [ - 2.9666666984558105, - [ - -0.04433238133788109, - 0.02182210236787796, - -0.006863017100840807, - 0.9987549185752869 - ] - ], - [ - 3.066666603088379, - [ - -0.043695759028196335, - 0.02173907309770584, - -0.0065162330865859985, - 0.9987871050834656 - ] - ], - [ - 3.133333444595337, - [ - -0.043217893689870834, - 0.021673599258065224, - -0.006189982406795025, - 0.9988113641738892 - ] - ], - [ - 3.1666667461395264, - [ - -0.04297732934355736, - 0.021640321239829063, - -0.006010727025568485, - 0.9988235831260681 - ] - ], - [ - 3.2333333492279053, - [ - -0.04250245541334152, - 0.021579448133707047, - -0.005621983669698238, - 0.998847484588623 - ] - ], - [ - 3.2666666507720947, - [ - -0.04225001484155655, - 0.021557476371526718, - -0.005387959070503712, - 0.9988599419593811 - ] - ], - [ - 3.3333332538604736, - [ - -0.041727401316165924, - 0.021527448669075966, - -0.004863949026912451, - 0.9988852739334106 - ] - ], - [ - 3.4000000953674316, - [ - -0.04121631383895874, - 0.021507449448108673, - -0.004321325570344925, - 0.9989094138145447 - ] - ], - [ - 3.433333396911621, - [ - -0.04097827151417732, - 0.02149815671145916, - -0.0040636868216097355, - 0.9989204406738281 - ] - ], - [ - 3.5, - [ - -0.04056236892938614, - 0.021474698558449745, - -0.003619848983362317, - 0.9989396333694458 - ] - ], - [ - 3.5333333015441895, - [ - -0.04039192199707031, - 0.02145753800868988, - -0.0034588121343404055, - 0.9989475011825562 - ] - ], - [ - 3.566666603088379, - [ - -0.040252089500427246, - 0.021434785798192024, - -0.00335324602201581, - 0.9989539980888367 - ] - ], - [ - 3.5999999046325684, - [ - -0.040683314204216, - 0.020580412819981575, - -0.004542917013168335, - 0.9989497661590576 - ] - ], - [ - 3.633333444595337, - [ - -0.04205944761633873, - 0.018384724855422974, - -0.00777192460373044, - 0.9989157319068909 - ] - ], - [ - 3.6666667461395264, - [ - -0.044147636741399765, - 0.0153217613697052, - -0.012301256880164146, - 0.9988317489624023 - ] - ], - [ - 3.700000047683716, - [ - -0.04668848589062691, - 0.011856175027787685, - -0.017412815243005753, - 0.9986873269081116 - ] - ], - [ - 3.7333333492279053, - [ - -0.0493638850748539, - 0.008435806259512901, - -0.02242773026227951, - 0.9984933733940125 - ] - ], - [ - 3.7666666507720947, - [ - -0.051789574325084686, - 0.005489799194037914, - -0.026715442538261414, - 0.9982855319976807 - ] - ], - [ - 3.799999952316284, - [ - -0.053529947996139526, - 0.0034323635045439005, - -0.029688026756048203, - 0.9981189370155334 - ] - ], - [ - 3.8333332538604736, - [ - -0.05413157865405083, - 0.002672115806490183, - -0.030777452513575554, - 0.9980558156967163 - ] - ], - [ - 3.933333396911621, - [ - -0.05369478091597557, - 0.002763447118923068, - -0.03067002259194851, - 0.9980824589729309 - ] - ], - [ - 4.0333333015441895, - [ - -0.053089261054992676, - 0.0029014688916504383, - -0.030551692470908165, - 0.9981181025505066 - ] - ], - [ - 4.099999904632568, - [ - -0.05260828509926796, - 0.0030335222836583853, - -0.03042217344045639, - 0.9981471300125122 - ] - ], - [ - 4.166666507720947, - [ - -0.05207681655883789, - 0.003207485657185316, - -0.030220873653888702, - 0.9981805682182312 - ] - ], - [ - 4.199999809265137, - [ - -0.05179517716169357, - 0.003312685526907444, - -0.030084799975156784, - 0.9981989860534668 - ] - ], - [ - 4.233333110809326, - [ - -0.05150454863905907, - 0.0034314070362597704, - -0.029920512810349464, - 0.9982185363769531 - ] - ], - [ - 4.300000190734863, - [ - -0.05090121552348137, - 0.003713393583893776, - -0.0294931810349226, - 0.9982612133026123 - ] - ], - [ - 4.366666793823242, - [ - -0.050276778638362885, - 0.004061500076204538, - -0.028910206630825996, - 0.9983086585998535 - ] - ], - [ - 4.400000095367432, - [ - -0.04995983839035034, - 0.004262769594788551, - -0.028551077470183372, - 0.9983339309692383 - ] - ], - [ - 4.433333396911621, - [ - -0.04964154213666916, - 0.004483572207391262, - -0.02814183011651039, - 0.9983605742454529 - ] - ], - [ - 4.4666666984558105, - [ - -0.049320295453071594, - 0.004719749558717012, - -0.027697723358869553, - 0.9983877539634705 - ] - ], - [ - 4.5, - [ - -0.048995353281497955, - 0.004968869499862194, - -0.027228469029068947, - 0.9984155297279358 - ] - ], - [ - 4.5333333015441895, - [ - -0.048669394105672836, - 0.005234359297901392, - -0.026721540838479996, - 0.9984437227249146 - ] - ], - [ - 4.566666603088379, - [ - -0.048322927206754684, - 0.00567519199103117, - -0.02562185749411583, - 0.9984870553016663 - ] - ], - [ - 4.599999904632568, - [ - -0.047944094985723495, - 0.006400915794074535, - -0.02351444587111473, - 0.998552680015564 - ] - ], - [ - 4.633333206176758, - [ - -0.0475471206009388, - 0.00733750918880105, - -0.020621461793780327, - 0.9986291527748108 - ] - ], - [ - 4.666666507720947, - [ - -0.04714377596974373, - 0.008408983238041401, - -0.01719900593161583, - 0.998704731464386 - ] - ], - [ - 4.699999809265137, - [ - -0.04674195870757103, - 0.0095403753221035, - -0.01350573543459177, - 0.9987702369689941 - ] - ], - [ - 4.733333110809326, - [ - -0.046344589442014694, - 0.010658396407961845, - -0.009801122359931469, - 0.9988206624984741 - ] - ], - [ - 4.766666889190674, - [ - -0.045949313789606094, - 0.01169181801378727, - -0.006343929562717676, - 0.9988552927970886 - ] - ], - [ - 4.800000190734863, - [ - -0.045549120754003525, - 0.01257108710706234, - -0.0033914982341229916, - 0.9988773465156555 - ] - ], - [ - 4.833333492279053, - [ - -0.04513370245695114, - 0.013227907009422779, - -0.0011982939904555678, - 0.9988926649093628 - ] - ], - [ - 4.866666793823242, - [ - -0.044691722840070724, - 0.013594339601695538, - -1.5619094483554363e-05, - 0.9989083409309387 - ] - ], - [ - 4.900000095367432, - [ - -0.04423041269183159, - 0.01378824096173048, - 0.0005657724686898291, - 0.9989261627197266 - ] - ], - [ - 4.933333396911621, - [ - -0.04376477003097534, - 0.01397410687059164, - 0.001122339628636837, - 0.9989435076713562 - ] - ], - [ - 4.9666666984558105, - [ - -0.04329593852162361, - 0.014153817668557167, - 0.0016561015509068966, - 0.9989606738090515 - ] - ], - [ - 5.0, - [ - -0.04282496124505997, - 0.014329086989164352, - 0.002168837236240506, - 0.9989774823188782 - ] - ], - [ - 5.0333333015441895, - [ - -0.04235280305147171, - 0.014501637779176235, - 0.002662196522578597, - 0.9989939332008362 - ] - ], - [ - 5.066666603088379, - [ - -0.04188038408756256, - 0.01467303466051817, - 0.003137806197628379, - 0.9990099668502808 - ] - ], - [ - 5.099999904632568, - [ - -0.04140859469771385, - 0.014844895340502262, - 0.003597229951992631, - 0.9990255236625671 - ] - ], - [ - 5.133333206176758, - [ - -0.040938351303339005, - 0.015018717385828495, - 0.004042111802846193, - 0.9990407228469849 - ] - ], - [ - 5.166666507720947, - [ - -0.040470611304044724, - 0.0151960588991642, - 0.004474130924791098, - 0.9990551471710205 - ] - ], - [ - 5.199999809265137, - [ - -0.04000511392951012, - 0.015377454459667206, - 0.004889439791440964, - 0.9990691542625427 - ] - ], - [ - 5.233333110809326, - [ - -0.03954095020890236, - 0.015562866814434528, - 0.005281888414174318, - 0.9990828037261963 - ] - ], - [ - 5.266666889190674, - [ - -0.039078205823898315, - 0.01575375534594059, - 0.005649697966873646, - 0.9990959763526917 - ] - ], - [ - 5.300000190734863, - [ - -0.038617055863142014, - 0.015951378270983696, - 0.005991054233163595, - 0.9991089105606079 - ] - ], - [ - 5.333333492279053, - [ - -0.03815758228302002, - 0.016155214980244637, - 0.006309377960860729, - 0.9991213083267212 - ] - ], - [ - 5.366666793823242, - [ - -0.03769995644688606, - 0.016363518312573433, - 0.006610230077058077, - 0.9991332292556763 - ] - ], - [ - 5.400000095367432, - [ - -0.03724425658583641, - 0.016576051712036133, - 0.006894639693200588, - 0.9991449117660522 - ] - ], - [ - 5.433333396911621, - [ - -0.03679061308503151, - 0.01679268665611744, - 0.007163447793573141, - 0.9991562366485596 - ] - ], - [ - 5.4666666984558105, - [ - -0.03633905202150345, - 0.01701323501765728, - 0.007417289074510336, - 0.9991671442985535 - ] - ], - [ - 5.5, - [ - -0.035889629274606705, - 0.017237333580851555, - 0.0076566725037992, - 0.9991777539253235 - ] - ], - [ - 5.5333333015441895, - [ - -0.03544234856963158, - 0.017464712262153625, - 0.007881981320679188, - 0.9991881251335144 - ] - ], - [ - 5.566666603088379, - [ - -0.03499714657664299, - 0.01769503578543663, - 0.008093463256955147, - 0.9991979598999023 - ] - ], - [ - 5.599999904632568, - [ - -0.034553952515125275, - 0.01792771928012371, - 0.008291330188512802, - 0.999207615852356 - ] - ], - [ - 5.633333206176758, - [ - -0.034112609922885895, - 0.01816241815686226, - 0.008475647307932377, - 0.9992170929908752 - ] - ], - [ - 5.666666507720947, - [ - -0.03367290645837784, - 0.018398448824882507, - 0.008646470494568348, - 0.9992261528968811 - ] - ], - [ - 5.733333110809326, - [ - -0.032797303050756454, - 0.018871935084462166, - 0.008947585709393024, - 0.9992437958717346 - ] - ], - [ - 5.766666889190674, - [ - -0.032360661774873734, - 0.019107865169644356, - 0.009077796712517738, - 0.9992523789405823 - ] - ], - [ - 5.800000190734863, - [ - -0.03192421793937683, - 0.01934208907186985, - 0.00919440109282732, - 0.9992608428001404 - ] - ], - [ - 5.833333492279053, - [ - -0.03148743882775307, - 0.019573651254177094, - 0.009297368116676807, - 0.9992692470550537 - ] - ], - [ - 5.866666793823242, - [ - -0.031049765646457672, - 0.019801560789346695, - 0.009386729449033737, - 0.9992775917053223 - ] - ], - [ - 5.900000095367432, - [ - -0.030610598623752594, - 0.020024606958031654, - 0.009462575428187847, - 0.9992859959602356 - ] - ], - [ - 5.933333396911621, - [ - -0.030169283971190453, - 0.020241666585206985, - 0.009525056928396225, - 0.9992944598197937 - ] - ], - [ - 6.0, - [ - -0.029277702793478966, - 0.02065270207822323, - 0.00961101334542036, - 0.9993117451667786 - ] - ], - [ - 6.0333333015441895, - [ - -0.028826206922531128, - 0.020844023674726486, - 0.00963528547435999, - 0.9993206262588501 - ] - ], - [ - 6.066666603088379, - [ - -0.02837124466896057, - 0.021024391055107117, - 0.009650521911680698, - 0.9993297457695007 - ] - ], - [ - 6.133333206176758, - [ - -0.027456102892756462, - 0.021348899230360985, - 0.009674343280494213, - 0.9993482828140259 - ] - ], - [ - 6.166666507720947, - [ - -0.02699769102036953, - 0.021490994840860367, - 0.009690571576356888, - 0.9993574619293213 - ] - ], - [ - 6.199999809265137, - [ - -0.026540210470557213, - 0.021621230989694595, - 0.00971213635057211, - 0.9993667006492615 - ] - ], - [ - 6.233333110809326, - [ - -0.02608495019376278, - 0.02174275368452072, - 0.009737668558955193, - 0.9993758201599121 - ] - ], - [ - 6.266666889190674, - [ - -0.025633100420236588, - 0.02185603231191635, - 0.009767046198248863, - 0.9993847608566284 - ] - ], - [ - 6.333333492279053, - [ - -0.024744821712374687, - 0.02205989509820938, - 0.009836222976446152, - 0.9994019865989685 - ] - ], - [ - 6.366666793823242, - [ - -0.024311138316988945, - 0.022151557728648186, - 0.009875320829451084, - 0.9994102120399475 - ] - ], - [ - 6.400000095367432, - [ - -0.02388647012412548, - 0.02223699353635311, - 0.009916852228343487, - 0.9994181394577026 - ] - ], - [ - 6.4666666984558105, - [ - -0.02307165041565895, - 0.022390497848391533, - 0.010005365125834942, - 0.9994329810142517 - ] - ], - [ - 6.5333333015441895, - [ - -0.022319797426462173, - 0.022521596401929855, - 0.010097676888108253, - 0.9994461536407471 - ] - ], - [ - 6.599999904632568, - [ - -0.021668460220098495, - 0.022625358775258064, - 0.010189471766352654, - 0.9994572401046753 - ] - ], - [ - 6.633333206176758, - [ - -0.021410765126347542, - 0.022659480571746826, - 0.010233850218355656, - 0.9994616508483887 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458311867_1067681.json b/lenses/physics-objects/Scene/assets/1645812458311867_1067681.json deleted file mode 100644 index fefe012f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458311867_1067681.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458311867:1067681", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458325632_1067694.json b/lenses/physics-objects/Scene/assets/1645812458325632_1067694.json deleted file mode 100644 index f86dfe29..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458325632_1067694.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458325632:1067694", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.744994163513184, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.553083419799805, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 6.3327813148498535, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 6.103702068328857, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.877208232879639, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.661991596221924, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.466303825378418, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.299503803253174, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 5.173892021179199, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 5.107888698577881, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 5.311931133270264, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.7950263023376465, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 6.28037166595459, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 6.48912239074707, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 6.2352423667907715, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.70562744140625, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.179708003997803, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 4.9343976974487305, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 5.031842231750488, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 5.296666145324707, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 5.647629261016846, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 6.002902507781982, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 6.283050537109375, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 6.407604217529297, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 6.307703971862793, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.051822662353516, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.7334442138671875, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.429411888122559, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 5.21132230758667, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 5.154574394226074, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 5.439025402069092, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 6.004106044769287, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.571530818939209, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.860677242279053, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 6.683693885803223, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.226048469543457, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.766223430633545, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 5.581382751464844, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 5.733607769012451, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.04548978805542, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.433979511260986, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.8155198097229, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 7.106215953826904, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 7.2220072746276855, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 7.096148490905762, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 6.800572395324707, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.4305009841918945, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.064533233642578, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.776084899902344, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.642290115356445, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.8447418212890625, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.32330322265625, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.800171852111816, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 6.9961981773376465, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 6.725308895111084, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 5.625216960906982, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 5.354409217834473, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 5.425257682800293, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 5.6617431640625, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.982375144958496, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.3052802085876465, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 6.54823637008667, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 6.6288251876831055, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.465321063995361, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 6.089336395263672, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.622189998626709, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.224297523498535, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 5.057530403137207, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.208407402038574, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.578077793121338, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.024386882781982, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 6.404394149780273, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 6.574426174163818, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.360875606536865, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.872016429901123, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.386495590209961, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.180927276611328, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.31732177734375, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.619391441345215, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 6.3911356925964355, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 6.694707870483398, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 6.8321452140808105, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 6.720546722412109, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 6.390371799468994, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.961982727050781, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.595071315765381, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.451321125030518, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.61691427230835, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.992253303527832, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 6.434863090515137, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 6.802162170410156, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 6.951535701751709, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 6.709934234619141, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 6.186591148376465, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.661367893218994, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 5.412352561950684, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.023003578186035, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458325937_1067701.json b/lenses/physics-objects/Scene/assets/1645812458325937_1067701.json deleted file mode 100644 index 3fc37cc5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458325937_1067701.json +++ /dev/null @@ -1,883 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458325937:1067701", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.021381892263889313, - 0.022512312978506088, - 0.019053855910897255, - 0.9993363618850708 - ] - ], - [ - 0.06666667014360428, - [ - -0.02144031785428524, - 0.02275400608778, - 0.01901097781956196, - 0.9993303418159485 - ] - ], - [ - 0.10000000149011612, - [ - -0.021561073139309883, - 0.023343021050095558, - 0.018816884607076645, - 0.9993179440498352 - ] - ], - [ - 0.13333334028720856, - [ - -0.021731827408075333, - 0.02414356917142868, - 0.01845482550561428, - 0.9993019700050354 - ] - ], - [ - 0.1666666716337204, - [ - -0.021935945376753807, - 0.024985676631331444, - 0.01799195446074009, - 0.9992851614952087 - ] - ], - [ - 0.20000000298023224, - [ - -0.02214141935110092, - 0.025639861822128296, - 0.017675964161753654, - 0.9992697834968567 - ] - ], - [ - 0.23333333432674408, - [ - -0.02229321002960205, - 0.025795893743634224, - 0.01791851781308651, - 0.9992579817771912 - ] - ], - [ - 0.2666666805744171, - [ - -0.02233724296092987, - 0.02521418407559395, - 0.018797103315591812, - 0.9992557168006897 - ] - ], - [ - 0.30000001192092896, - [ - -0.022316791117191315, - 0.024288110435009003, - 0.019587837159633636, - 0.9992640018463135 - ] - ], - [ - 0.3333333432674408, - [ - -0.022290349006652832, - 0.02347678877413273, - 0.019998272880911827, - 0.9992757439613342 - ] - ], - [ - 0.4000000059604645, - [ - -0.022261416539549828, - 0.023560918867588043, - 0.019860560074448586, - 0.9992771744728088 - ] - ], - [ - 0.4333333373069763, - [ - -0.022140249609947205, - 0.024351373314857483, - 0.01894812285900116, - 0.9992786049842834 - ] - ], - [ - 0.46666666865348816, - [ - -0.022076528519392014, - 0.02519095130264759, - 0.01741289719939232, - 0.9992871880531311 - ] - ], - [ - 0.5, - [ - -0.022106222808361053, - 0.025800690054893494, - 0.016072548925876617, - 0.9992935061454773 - ] - ], - [ - 0.5333333611488342, - [ - -0.022239992395043373, - 0.02597954496741295, - 0.01633048988878727, - 0.999281644821167 - ] - ], - [ - 0.5666666626930237, - [ - -0.02248016744852066, - 0.025789212435483932, - 0.017741672694683075, - 0.9992571473121643 - ] - ], - [ - 0.6000000238418579, - [ - -0.022768352180719376, - 0.025278382003307343, - 0.019183142110705376, - 0.9992370009422302 - ] - ], - [ - 0.6333333253860474, - [ - -0.02286476269364357, - 0.02455488219857216, - 0.019933566451072693, - 0.9992381930351257 - ] - ], - [ - 0.6666666865348816, - [ - -0.02266812138259411, - 0.02389470674097538, - 0.020028095692396164, - 0.9992567896842957 - ] - ], - [ - 0.699999988079071, - [ - -0.02242359332740307, - 0.02360101416707039, - 0.019822021946310997, - 0.9992733597755432 - ] - ], - [ - 0.7333333492279053, - [ - -0.022246381267905235, - 0.02379312366247177, - 0.019351879134774208, - 0.9992820024490356 - ] - ], - [ - 0.7666666507720947, - [ - -0.022155286744236946, - 0.024323394522070885, - 0.018551426008343697, - 0.999286413192749 - ] - ], - [ - 0.800000011920929, - [ - -0.022136365994811058, - 0.025013918057084084, - 0.017388226464390755, - 0.9992907047271729 - ] - ], - [ - 0.8333333134651184, - [ - -0.02217826247215271, - 0.025710752233862877, - 0.0160784013569355, - 0.9992940425872803 - ] - ], - [ - 0.8666666746139526, - [ - -0.022279320284724236, - 0.02626802586019039, - 0.015252970159053802, - 0.9992903470993042 - ] - ], - [ - 0.8999999761581421, - [ - -0.022381199523806572, - 0.026407400146126747, - 0.015619372949004173, - 0.9992786049842834 - ] - ], - [ - 0.9333333373069763, - [ - -0.022415267303586006, - 0.02583829127252102, - 0.01718165911734104, - 0.9992671012878418 - ] - ], - [ - 0.9666666388511658, - [ - -0.022395126521587372, - 0.024875296279788017, - 0.01861235685646534, - 0.9992663860321045 - ] - ], - [ - 1.0, - [ - -0.022336747497320175, - 0.023967312648892403, - 0.019344814121723175, - 0.9992760419845581 - ] - ], - [ - 1.0333333015441895, - [ - -0.02224596217274666, - 0.023530712351202965, - 0.019484518095850945, - 0.9992856383323669 - ] - ], - [ - 1.0666667222976685, - [ - -0.022054964676499367, - 0.023760691285133362, - 0.019036121666431427, - 0.9992930889129639 - ] - ], - [ - 1.100000023841858, - [ - -0.02183862216770649, - 0.024352924898266792, - 0.017926784232258797, - 0.9993041753768921 - ] - ], - [ - 1.1333333253860474, - [ - -0.02170298434793949, - 0.02496166154742241, - 0.01635287143290043, - 0.9993190169334412 - ] - ], - [ - 1.1666666269302368, - [ - -0.021642012521624565, - 0.0253199003636837, - 0.015209318138659, - 0.9993293881416321 - ] - ], - [ - 1.2000000476837158, - [ - -0.021623656153678894, - 0.025238579139113426, - 0.015651844441890717, - 0.9993249773979187 - ] - ], - [ - 1.2333333492279053, - [ - -0.021632617339491844, - 0.024794504046440125, - 0.016980353742837906, - 0.9993142485618591 - ] - ], - [ - 1.2666666507720947, - [ - -0.021634813398122787, - 0.024068454280495644, - 0.01816604845225811, - 0.999311089515686 - ] - ], - [ - 1.2999999523162842, - [ - -0.021539555862545967, - 0.02321399375796318, - 0.018733292818069458, - 0.9993228912353516 - ] - ], - [ - 1.3333333730697632, - [ - -0.021352354437112808, - 0.022493764758110046, - 0.018826352432370186, - 0.9993417263031006 - ] - ], - [ - 1.399999976158142, - [ - -0.021118763834238052, - 0.022218473255634308, - 0.018529633060097694, - 0.9993582963943481 - ] - ], - [ - 1.4333332777023315, - [ - -0.021096885204315186, - 0.022593215107917786, - 0.018171438947319984, - 0.9993569254875183 - ] - ], - [ - 1.4666666984558105, - [ - -0.021111611276865005, - 0.02310355380177498, - 0.017660707235336304, - 0.9993541240692139 - ] - ], - [ - 1.5, - [ - -0.021147888153791428, - 0.023611243814229965, - 0.017128268256783485, - 0.9993508458137512 - ] - ], - [ - 1.5666667222976685, - [ - -0.02123643085360527, - 0.023979200050234795, - 0.017236677929759026, - 0.9993383288383484 - ] - ], - [ - 1.600000023841858, - [ - -0.021242517977952957, - 0.023429708555340767, - 0.01807370036840439, - 0.9993364810943604 - ] - ], - [ - 1.6333333253860474, - [ - -0.02123555913567543, - 0.022625502198934555, - 0.018759090453386307, - 0.9993425011634827 - ] - ], - [ - 1.6666666269302368, - [ - -0.021238403394818306, - 0.02192705310881138, - 0.01909465342760086, - 0.9993515610694885 - ] - ], - [ - 1.7000000476837158, - [ - -0.021268712356686592, - 0.02167169377207756, - 0.019210875034332275, - 0.9993542432785034 - ] - ], - [ - 1.7333333492279053, - [ - -0.021294284611940384, - 0.02204863354563713, - 0.01914592646062374, - 0.9993467330932617 - ] - ], - [ - 1.7666666507720947, - [ - -0.021310407668352127, - 0.022801268845796585, - 0.01873002015054226, - 0.999337375164032 - ] - ], - [ - 1.7999999523162842, - [ - -0.02134927362203598, - 0.023599326610565186, - 0.017916085198521614, - 0.9993330240249634 - ] - ], - [ - 1.8333333730697632, - [ - -0.021413039416074753, - 0.02416182868182659, - 0.01719719171524048, - 0.9993307590484619 - ] - ], - [ - 1.8666666746139526, - [ - -0.0215048398822546, - 0.024283915758132935, - 0.017419040203094482, - 0.9993219971656799 - ] - ], - [ - 1.899999976158142, - [ - -0.021645069122314453, - 0.02406235598027706, - 0.01829410158097744, - 0.9993087649345398 - ] - ], - [ - 1.9333332777023315, - [ - -0.021819477900862694, - 0.023588206619024277, - 0.01916446164250374, - 0.9992998838424683 - ] - ], - [ - 1.9666666984558105, - [ - -0.02190675213932991, - 0.022997478023171425, - 0.019621795043349266, - 0.999302864074707 - ] - ], - [ - 2.0, - [ - -0.021843891590833664, - 0.02252129092812538, - 0.01970697194337845, - 0.9993134140968323 - ] - ], - [ - 2.066666603088379, - [ - -0.021722162142395973, - 0.02269125171005726, - 0.019397210329771042, - 0.9993183612823486 - ] - ], - [ - 2.0999999046325684, - [ - -0.02173454873263836, - 0.023296041414141655, - 0.018911944702267647, - 0.9993134140968323 - ] - ], - [ - 2.133333444595337, - [ - -0.02179245464503765, - 0.02404501661658287, - 0.018125368282198906, - 0.9993089437484741 - ] - ], - [ - 2.1666667461395264, - [ - -0.021894438192248344, - 0.024795114994049072, - 0.017192166298627853, - 0.9993048906326294 - ] - ], - [ - 2.200000047683716, - [ - -0.0220527071505785, - 0.025409089401364326, - 0.016622178256511688, - 0.9992956519126892 - ] - ], - [ - 2.2333333492279053, - [ - -0.022251475602388382, - 0.025639979168772697, - 0.01704740896821022, - 0.99927818775177 - ] - ], - [ - 2.2666666507720947, - [ - -0.02244449406862259, - 0.025223374366760254, - 0.018399234861135483, - 0.9992604851722717 - ] - ], - [ - 2.299999952316284, - [ - -0.02259306237101555, - 0.024426383897662163, - 0.01955091767013073, - 0.9992550611495972 - ] - ], - [ - 2.3333332538604736, - [ - -0.022598695009946823, - 0.023658743128180504, - 0.020025508478283882, - 0.9992640018463135 - ] - ], - [ - 2.366666555404663, - [ - -0.022432472556829453, - 0.023346953094005585, - 0.019938400015234947, - 0.9992768168449402 - ] - ], - [ - 2.4000000953674316, - [ - -0.02225874923169613, - 0.02372720278799534, - 0.019402705132961273, - 0.9992823004722595 - ] - ], - [ - 2.433333396911621, - [ - -0.02215070277452469, - 0.024509666487574577, - 0.018287641927599907, - 0.9992868304252625 - ] - ], - [ - 2.4666666984558105, - [ - -0.022110067307949066, - 0.025331657379865646, - 0.016647424548864365, - 0.9992960095405579 - ] - ], - [ - 2.5, - [ - -0.022115757688879967, - 0.02586408704519272, - 0.01532991323620081, - 0.9993032217025757 - ] - ], - [ - 2.5333333015441895, - [ - -0.022178078070282936, - 0.02591278776526451, - 0.015721261501312256, - 0.9992945194244385 - ] - ], - [ - 2.566666603088379, - [ - -0.022318419069051743, - 0.025608299300074577, - 0.017233114689588547, - 0.9992743134498596 - ] - ], - [ - 2.5999999046325684, - [ - -0.022473102435469627, - 0.02499985136091709, - 0.018686240538954735, - 0.9992601275444031 - ] - ], - [ - 2.633333444595337, - [ - -0.02245270647108555, - 0.024211984127759933, - 0.01941518299281597, - 0.9992660880088806 - ] - ], - [ - 2.6666667461395264, - [ - -0.022214559838175774, - 0.02352127432823181, - 0.019510293379426003, - 0.9992860555648804 - ] - ], - [ - 2.700000047683716, - [ - -0.02197135239839554, - 0.023207660764455795, - 0.019324013963341713, - 0.9993023872375488 - ] - ], - [ - 2.7333333492279053, - [ - -0.021806031465530396, - 0.02335781417787075, - 0.01890508644282818, - 0.9993106126785278 - ] - ], - [ - 2.7666666507720947, - [ - -0.021719034761190414, - 0.023812944069504738, - 0.018220556899905205, - 0.9993143677711487 - ] - ], - [ - 2.799999952316284, - [ - -0.02169225364923477, - 0.024402936920523643, - 0.01728208176791668, - 0.9993174076080322 - ] - ], - [ - 2.8333332538604736, - [ - -0.021710343658924103, - 0.02498052641749382, - 0.0163137074559927, - 0.9993190169334412 - ] - ], - [ - 2.866666555404663, - [ - -0.02176804095506668, - 0.02540883794426918, - 0.015857020393013954, - 0.9993143081665039 - ] - ], - [ - 2.9000000953674316, - [ - -0.02183745615184307, - 0.025444110855460167, - 0.016469329595565796, - 0.999302089214325 - ] - ], - [ - 2.933333396911621, - [ - -0.021879954263567924, - 0.024860652163624763, - 0.017901970073580742, - 0.9992911219596863 - ] - ], - [ - 2.9666666984558105, - [ - -0.021882984787225723, - 0.023947544395923615, - 0.01902141235768795, - 0.99929279088974 - ] - ], - [ - 3.0, - [ - -0.02180934138596058, - 0.02311074733734131, - 0.019477052614092827, - 0.9993051886558533 - ] - ], - [ - 3.0333333015441895, - [ - -0.02167256735265255, - 0.02275010757148266, - 0.0194674301892519, - 0.9993166327476501 - ] - ], - [ - 3.066666603088379, - [ - -0.02157650887966156, - 0.023059969767928123, - 0.019143061712384224, - 0.9993178844451904 - ] - ], - [ - 3.0999999046325684, - [ - -0.021542895585298538, - 0.0237570833414793, - 0.01842038333415985, - 0.9993158578872681 - ] - ], - [ - 3.133333444595337, - [ - -0.021554259583353996, - 0.024504777044057846, - 0.017339257523417473, - 0.999316930770874 - ] - ], - [ - 3.1666667461395264, - [ - -0.021586406975984573, - 0.024990582838654518, - 0.01651163585484028, - 0.9993181824684143 - ] - ], - [ - 3.200000047683716, - [ - -0.021641360595822334, - 0.02501155436038971, - 0.016898980364203453, - 0.9993100166320801 - ] - ], - [ - 3.2333333492279053, - [ - -0.021745914593338966, - 0.024698004126548767, - 0.018042197450995445, - 0.9992956519126892 - ] - ], - [ - 3.2666666507720947, - [ - -0.021873850375413895, - 0.024126624688506126, - 0.019105682149529457, - 0.999286949634552 - ] - ], - [ - 3.299999952316284, - [ - -0.021903272718191147, - 0.023433391004800797, - 0.01963939517736435, - 0.9992925524711609 - ] - ], - [ - 3.3333332538604736, - [ - -0.021679257974028587, - 0.022893423214554787, - 0.019391294568777084, - 0.9993147253990173 - ] - ], - [ - 3.366666555404663, - [ - -0.021381892263889313, - 0.022512312978506088, - 0.019053855910897255, - 0.9993363618850708 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458326210_1067708.json b/lenses/physics-objects/Scene/assets/1645812458326210_1067708.json deleted file mode 100644 index 6775d53c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458326210_1067708.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458326210:1067708", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458328159_1067721.json b/lenses/physics-objects/Scene/assets/1645812458328159_1067721.json deleted file mode 100644 index e96769ab..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458328159_1067721.json +++ /dev/null @@ -1,1050 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458328159:1067721", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.996399402618408, - 1.7763568394002505e-15, - -7.993605777301127e-15 - ] - ], - [ - 0.03333333507180214, - [ - 6.996399402618408, - 1.7763568394002505e-15, - -7.993605777301127e-15 - ] - ], - [ - 0.06666667014360428, - [ - 7.011636257171631, - 6.217248937900877e-15, - -1.4765966227514582e-14 - ] - ], - [ - 0.13333334028720856, - [ - 7.030331611633301, - -1.7763568394002505e-15, - 3.3861802251067274e-15 - ] - ], - [ - 0.30000001192092896, - [ - 7.004175662994385, - 4.440892098500626e-15, - -1.509903313490213e-14 - ] - ], - [ - 0.3333333432674408, - [ - 6.989184379577637, - 4.733164468361099e-28, - 2.6645352591003757e-15 - ] - ], - [ - 0.36666667461395264, - [ - 6.971608638763428, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.4000000059604645, - [ - 6.951722621917725, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.4333333373069763, - [ - 6.929797649383545, - 1.7763568394002505e-15, - -3.552714949349922e-15 - ] - ], - [ - 0.5, - [ - 6.881080150604248, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 0.699999988079071, - [ - 6.725214958190918, - 5.10702591327572e-15, - 7.105427357601002e-15 - ] - ], - [ - 0.800000011920929, - [ - 6.644262790679932, - -1.942890293094024e-15, - -1.2701686471888312e-21 - ] - ], - [ - 0.8666666746139526, - [ - 6.595386505126953, - 4.524158825347513e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.8999999761581421, - [ - 6.5734710693359375, - -2.2204422376020504e-15, - 5.4526042657717e-27 - ] - ], - [ - 0.9333333373069763, - [ - 6.553598880767822, - -5.6343818499726694e-15, - -1.5146128176537211e-28 - ] - ], - [ - 0.9666666388511658, - [ - 6.536041259765625, - 7.771523055893469e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.0, - [ - 6.521069049835205, - 3.4416913763379853e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.499965667724609, - 8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.497441291809082, - 3.99679780645288e-15, - -1.3737974145825033e-26 - ] - ], - [ - 1.2000000476837158, - [ - 6.511358261108398, - 6.217248937900877e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.532913684844971, - 2.2204441434261818e-15, - -3.5527117729763696e-15 - ] - ], - [ - 1.2666666507720947, - [ - 6.561222076416016, - -8.881774667880596e-16, - -1.6935575904065997e-21 - ] - ], - [ - 1.2999999523162842, - [ - 6.595393657684326, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.634540557861328, - 7.993605777301127e-15, - -1.0658141036401503e-14 - ] - ], - [ - 1.3666666746139526, - [ - 6.677779197692871, - 5.3290692476513305e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.7242279052734375, - 6.1347933039769474e-27, - 5.4526042657717e-27 - ] - ], - [ - 1.4666666984558105, - [ - 6.823216915130615, - -8.88180960798967e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.924428462982178, - 8.881741315958298e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.9736504554748535, - 7.105427357601002e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.600000023841858, - [ - 7.020766258239746, - 3.552713678800501e-15, - -5.4526042657717e-27 - ] - ], - [ - 1.6333333253860474, - [ - 7.06488561630249, - 8.881784197001252e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.6666666269302368, - [ - 7.1051177978515625, - 3.552721302097026e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7000000476837158, - [ - 7.140572547912598, - -5.3290705182007514e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7333333492279053, - [ - 7.1703572273254395, - 1.7763593804990922e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7666666507720947, - [ - 7.193578720092773, - 5.3290705182007514e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 7.209344863891602, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.899999976158142, - [ - 7.20527982711792, - 2.272873320137969e-27, - -1.7763568394002505e-15 - ] - ], - [ - 1.9333332777023315, - [ - 7.190127372741699, - 3.5527060555039756e-15, - -3.552709231877528e-15 - ] - ], - [ - 1.9666666984558105, - [ - 7.169970989227295, - 8.881784197001252e-15, - -7.105427357601002e-15 - ] - ], - [ - 2.0, - [ - 7.145307540893555, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 2.0333333015441895, - [ - 7.116664409637451, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.066666603088379, - [ - 7.084567070007324, - 8.881784197001252e-15, - -3.5527073260533965e-15 - ] - ], - [ - 2.0999999046325684, - [ - 7.049541473388672, - 3.552723843195868e-15, - -5.3290705182007514e-15 - ] - ], - [ - 2.133333444595337, - [ - 7.012109279632568, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.200000047683716, - [ - 6.932111740112305, - -8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 2.3333332538604736, - [ - 6.7660346031188965, - 1.7763568394002505e-15, - -8.881719081343432e-16 - ] - ], - [ - 2.4000000953674316, - [ - 6.687790393829346, - 4.440904803994835e-16, - -7.105437521996369e-15 - ] - ], - [ - 2.433333396911621, - [ - 6.650837421417236, - 8.881784197001252e-16, - -9.769962616701378e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.615846633911133, - 4.4408817752865815e-16, - -3.552711137701659e-15 - ] - ], - [ - 2.5, - [ - 6.583285808563232, - -1.3322676295501878e-15, - -2.6645352591003757e-15 - ] - ], - [ - 2.5333333015441895, - [ - 6.55361795425415, - 1.1102230246251565e-15, - 8.881784197001252e-15 - ] - ], - [ - 2.566666603088379, - [ - 6.527306079864502, - -1.2212453270876722e-15, - -6.2172387735055096e-15 - ] - ], - [ - 2.5999999046325684, - [ - 6.504809379577637, - -1.0547118733938987e-15, - -7.993593071806918e-15 - ] - ], - [ - 2.633333444595337, - [ - 6.486587047576904, - -5.662137425588298e-15, - -1.598720986053636e-14 - ] - ], - [ - 2.6666667461395264, - [ - 6.473099708557129, - -3.5527098671522383e-15, - -5.3290705182007514e-15 - ] - ], - [ - 2.8333332538604736, - [ - 6.484919548034668, - -6.217248937900877e-15, - -1.1102230246251565e-14 - ] - ], - [ - 2.866666555404663, - [ - 6.500706195831299, - -8.881784197001252e-16, - -3.5817324676709366e-25 - ] - ], - [ - 2.9000000953674316, - [ - 6.519832134246826, - -2.6645352591003757e-15, - -5.773159728050814e-15 - ] - ], - [ - 2.933333396911621, - [ - 6.541950702667236, - -8.881784197001252e-16, - -1.4432829439908887e-15 - ] - ], - [ - 2.9666666984558105, - [ - 6.566677570343018, - -2.6645352591003757e-15, - 1.4432899320127035e-15 - ] - ], - [ - 3.0333333015441895, - [ - 6.621862888336182, - -3.552713678800501e-15, - -1.1601830607332886e-14 - ] - ], - [ - 3.1666667461395264, - [ - 6.740484714508057, - -6.058442507633638e-26, - 4.440892098500626e-15 - ] - ], - [ - 3.2333333492279053, - [ - 6.795591831207275, - -1.7763568394002505e-15, - -9.769962616701378e-15 - ] - ], - [ - 3.2666666507720947, - [ - 6.820464611053467, - -5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 3.299999952316284, - [ - 6.842955112457275, - -5.3290705182007514e-15, - -1.509903313490213e-14 - ] - ], - [ - 3.3333332538604736, - [ - 6.86260461807251, - -5.3290705182007514e-15, - -7.993621023894178e-15 - ] - ], - [ - 3.366666555404663, - [ - 6.878953456878662, - -1.7763657332461966e-15, - -2.6645352591003757e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.899911880493164, - -3.552713678800501e-15, - -1.2878597250047183e-14 - ] - ], - [ - 3.5999999046325684, - [ - 6.880188465118408, - -3.552713678800501e-15, - -6.8833941876207585e-15 - ] - ], - [ - 3.633333444595337, - [ - 6.866684913635254, - -3.552713678800501e-15, - -1.3322676295501878e-15 - ] - ], - [ - 3.6666667461395264, - [ - 6.8508124351501465, - -8.881784197001252e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.700000047683716, - [ - 6.83291482925415, - 1.7763568394002505e-15, - 2.6645352591003757e-15 - ] - ], - [ - 3.7333333492279053, - [ - 6.813216686248779, - -2.1169494618760484e-21, - -8.881784197001252e-16 - ] - ], - [ - 3.7666666507720947, - [ - 6.7918219566345215, - -7.105427357601002e-15, - -6.058449826167426e-28 - ] - ], - [ - 3.799999952316284, - [ - 6.768743991851807, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.866666555404663, - [ - 6.71792459487915, - -3.552736548690077e-15, - -1.7763511219278565e-15 - ] - ], - [ - 4.066666603088379, - [ - 6.556572914123535, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.133333206176758, - [ - 6.5074028968811035, - -8.881784197001252e-15, - 1.3763569687782066e-20 - ] - ], - [ - 4.166666507720947, - [ - 6.484907627105713, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.199999809265137, - [ - 6.464168071746826, - -7.10538161782185e-15, - -3.48965489718031e-25 - ] - ], - [ - 4.233333110809326, - [ - 6.445455551147461, - -1.4210854715202004e-14, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 6.429041385650635, - -8.881784197001252e-15, - 4.749804973007511e-25 - ] - ], - [ - 4.300000190734863, - [ - 6.415197849273682, - -8.881784197001252e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.366666793823242, - [ - 6.396308422088623, - -1.776343180993976e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.4666666984558105, - [ - 6.396999359130859, - -5.504058584237496e-21, - 0.0 - ] - ], - [ - 4.5, - [ - 6.412346839904785, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 6.436074733734131, - -1.7763587452243818e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.566666603088379, - [ - 6.467166900634766, - 8.881784197001252e-16, - -7.291941780594562e-26 - ] - ], - [ - 4.599999904632568, - [ - 6.504644870758057, - -1.2434497875801753e-14, - -3.552713678800501e-15 - ] - ], - [ - 4.633333206176758, - [ - 6.547650337219238, - -7.993605777301127e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.666666507720947, - [ - 6.595327377319336, - -1.7763568394002505e-14, - -3.552713678800501e-15 - ] - ], - [ - 4.699999809265137, - [ - 6.646804332733154, - -1.3766803621834568e-14, - -7.105427357601002e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.701185703277588, - -3.996851169528557e-15, - -3.552737819239498e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.928936004638672, - -4.4408476292708953e-16, - -1.7763568394002505e-14 - ] - ], - [ - 4.900000095367432, - [ - 6.983614921569824, - 8.881784197001252e-16, - -3.5526831856143998e-15 - ] - ], - [ - 4.933333396911621, - [ - 7.035521030426025, - -4.440892098500626e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.9666666984558105, - [ - 7.083714485168457, - 8.467796029968668e-22, - -5.080677416032809e-21 - ] - ], - [ - 5.0, - [ - 7.127255916595459, - 1.3322676295501878e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.0333333015441895, - [ - 7.165205955505371, - 2.6645352591003757e-15, - -1.0658141036401503e-14 - ] - ], - [ - 5.066666603088379, - [ - 7.196624755859375, - 2.7344781677229606e-26, - -7.105427357601002e-15 - ] - ], - [ - 5.099999904632568, - [ - 7.220573425292969, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.133333206176758, - [ - 7.236112117767334, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.2203168869018555, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 5.300000190734863, - [ - 7.202876091003418, - 1.7763568394002505e-15, - 3.48965489718031e-25 - ] - ], - [ - 5.333333492279053, - [ - 7.181171417236328, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 5.366666793823242, - [ - 7.1556782722473145, - 5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 5.400000095367432, - [ - 7.126872539520264, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.433333396911621, - [ - 7.095229148864746, - 5.3290705182007514e-15, - -1.7763568394002505e-14 - ] - ], - [ - 5.4666666984558105, - [ - 7.061224460601807, - 5.3290705182007514e-15, - -1.065813595420382e-14 - ] - ], - [ - 5.5333333015441895, - [ - 6.988030910491943, - 8.881806431616118e-16, - -7.105427357601002e-15 - ] - ], - [ - 5.666666507720947, - [ - 6.834186553955078, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.733333110809326, - [ - 6.761106967926025, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.766666889190674, - [ - 6.727180004119873, - 1.1546319456101628e-14, - -3.019806288167247e-14 - ] - ], - [ - 5.800000190734863, - [ - 6.69562292098999, - 3.5526755623178745e-15, - -1.24344216428365e-14 - ] - ], - [ - 5.833333492279053, - [ - 6.666905879974365, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.641498565673828, - 8.881971603040832e-16, - -5.3290908469914855e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.619871616363525, - 7.993605777301127e-15, - -1.7763568394002505e-14 - ] - ], - [ - 5.933333396911621, - [ - 6.602494239807129, - 8.239484522091109e-26, - -8.881784197001252e-15 - ] - ], - [ - 6.0, - [ - 6.582368850708008, - -6.661338147750939e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.133333206176758, - [ - 6.60521936416626, - 3.996807970848247e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.166666507720947, - [ - 6.621572017669678, - 2.886590028420774e-15, - -7.993605777301127e-15 - ] - ], - [ - 6.199999809265137, - [ - 6.641210079193115, - -4.440892098500626e-16, - -2.6645352591003757e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.663663864135742, - 3.3306512861835773e-15, - -9.769932123515276e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.6884636878967285, - 4.884981308350689e-15, - -1.1546319456101628e-14 - ] - ], - [ - 6.333333492279053, - [ - 6.743220329284668, - -1.7763304754997672e-15, - 6.217236232406668e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.860139846801758, - 5.3290705182007514e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.5333333015441895, - [ - 6.914708614349365, - -2.5403340632033946e-21, - 1.582067810090848e-15 - ] - ], - [ - 6.566666603088379, - [ - 6.939337730407715, - 5.3290705182007514e-15, - -6.827871601444713e-15 - ] - ], - [ - 6.599999904632568, - [ - 6.9615373611450195, - -1.7763568394002505e-15, - -1.9984014443252818e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.98077917098999, - 2.6645352591003757e-15, - -9.547918011776346e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458328449_1067728.json b/lenses/physics-objects/Scene/assets/1645812458328449_1067728.json deleted file mode 100644 index 514040b6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458328449_1067728.json +++ /dev/null @@ -1,1558 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458328449:1067728", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02328234724700451, - 0.06418260186910629, - 0.032441988587379456, - 0.9971389174461365 - ] - ], - [ - 0.03333333507180214, - [ - -0.02328234724700451, - 0.06418260186910629, - 0.032441988587379456, - 0.9971389174461365 - ] - ], - [ - 0.10000000149011612, - [ - -0.02324059046804905, - 0.06406939029693604, - 0.03273900970816612, - 0.9971374869346619 - ] - ], - [ - 0.1666666716337204, - [ - -0.023205678910017014, - 0.06403379887342453, - 0.0330977700650692, - 0.9971287250518799 - ] - ], - [ - 0.2666666805744171, - [ - -0.023172933608293533, - 0.06411939859390259, - 0.03363657742738724, - 0.9971059560775757 - ] - ], - [ - 0.36666667461395264, - [ - -0.023170441389083862, - 0.06432896852493286, - 0.0340031236410141, - 0.9970800876617432 - ] - ], - [ - 0.4000000059604645, - [ - -0.023174764588475227, - 0.06442158669233322, - 0.034098003059625626, - 0.9970707893371582 - ] - ], - [ - 0.4333333373069763, - [ - -0.02318129502236843, - 0.06452377885580063, - 0.03418121114373207, - 0.9970611333847046 - ] - ], - [ - 0.46666666865348816, - [ - -0.02318987436592579, - 0.0646345242857933, - 0.034252945333719254, - 0.9970514178276062 - ] - ], - [ - 0.5, - [ - -0.02250872552394867, - 0.06383374333381653, - 0.04095659404993057, - 0.9968656897544861 - ] - ], - [ - 0.5333333611488342, - [ - -0.020665250718593597, - 0.06159592792391777, - 0.058467309921979904, - 0.9961729049682617 - ] - ], - [ - 0.5666666626930237, - [ - -0.01797676645219326, - 0.05853651091456413, - 0.08304784446954727, - 0.9946624636650085 - ] - ], - [ - 0.6000000238418579, - [ - -0.014775882475078106, - 0.05523768812417984, - 0.11097007244825363, - 0.9921774864196777 - ] - ], - [ - 0.6333333253860474, - [ - -0.011440196074545383, - 0.05218902975320816, - 0.13858886063098907, - 0.9889077544212341 - ] - ], - [ - 0.6666666865348816, - [ - -0.0084104398265481, - 0.049760185182094574, - 0.16240401566028595, - 0.9854329824447632 - ] - ], - [ - 0.699999988079071, - [ - -0.006190572399646044, - 0.048211485147476196, - 0.17907238006591797, - 0.9826345443725586 - ] - ], - [ - 0.7333333492279053, - [ - -0.005319319199770689, - 0.04775157943367958, - 0.18533746898174286, - 0.9814997315406799 - ] - ], - [ - 0.8999999761581421, - [ - -0.005234294570982456, - 0.04849344119429588, - 0.18504515290260315, - 0.9815189838409424 - ] - ], - [ - 1.0666667222976685, - [ - -0.005198213271796703, - 0.04896005988121033, - 0.18447721004486084, - 0.9816027879714966 - ] - ], - [ - 1.1333333253860474, - [ - -0.005203609820455313, - 0.049017731100320816, - 0.18417999148368835, - 0.9816557168960571 - ] - ], - [ - 1.1666666269302368, - [ - -0.005214964505285025, - 0.04899459332227707, - 0.18398331105709076, - 0.9816938042640686 - ] - ], - [ - 1.2000000476837158, - [ - -0.005203248467296362, - 0.04894792288541794, - 0.18340523540973663, - 0.9818042516708374 - ] - ], - [ - 1.2333333492279053, - [ - -0.00513883400708437, - 0.04891103133559227, - 0.18217326700687408, - 0.982035756111145 - ] - ], - [ - 1.2666666507720947, - [ - -0.005027208477258682, - 0.048883162438869476, - 0.1803402602672577, - 0.982375979423523 - ] - ], - [ - 1.2999999523162842, - [ - -0.004872571211308241, - 0.04886161908507347, - 0.1780005395412445, - 0.9828044772148132 - ] - ], - [ - 1.3333333730697632, - [ - -0.004679309669882059, - 0.04884369671344757, - 0.17523804306983948, - 0.9833025932312012 - ] - ], - [ - 1.3666666746139526, - [ - -0.004453112371265888, - 0.04882815480232239, - 0.17208904027938843, - 0.983860433101654 - ] - ], - [ - 1.399999976158142, - [ - -0.004199715331196785, - 0.04881391301751137, - 0.16858892142772675, - 0.9844680428504944 - ] - ], - [ - 1.4333332777023315, - [ - -0.003924968186765909, - 0.04879968985915184, - 0.16477221250534058, - 0.9851158857345581 - ] - ], - [ - 1.4666666984558105, - [ - -0.0036348181311041117, - 0.048784591257572174, - 0.16067303717136383, - 0.9857946038246155 - ] - ], - [ - 1.5, - [ - -0.0033353501930832863, - 0.04876790568232536, - 0.15632523596286774, - 0.986495316028595 - ] - ], - [ - 1.5333333015441895, - [ - -0.0030327746644616127, - 0.04874937981367111, - 0.1517624408006668, - 0.9872094392776489 - ] - ], - [ - 1.5666667222976685, - [ - -0.0027334580663591623, - 0.04872915521264076, - 0.14701852202415466, - 0.9879289269447327 - ] - ], - [ - 1.600000023841858, - [ - -0.0024438973050564528, - 0.04870811477303505, - 0.14212743937969208, - 0.9886462092399597 - ] - ], - [ - 1.6333333253860474, - [ - -0.0021707462146878242, - 0.0486876517534256, - 0.13712351024150848, - 0.9893543124198914 - ] - ], - [ - 1.6666666269302368, - [ - -0.0019207936711609364, - 0.04867006465792656, - 0.13204136490821838, - 0.9900467991828918 - ] - ], - [ - 1.7000000476837158, - [ - -0.0017009851289913058, - 0.048658277839422226, - 0.12691614031791687, - 0.9907178282737732 - ] - ], - [ - 1.7333333492279053, - [ - -0.0015183985233306885, - 0.04865620657801628, - 0.12178341299295425, - 0.9913623332977295 - ] - ], - [ - 1.7666666507720947, - [ - -0.0013802633620798588, - 0.048668377101421356, - 0.11667922139167786, - 0.9919755458831787 - ] - ], - [ - 1.7999999523162842, - [ - -0.0012939304579049349, - 0.04870050027966499, - 0.11164018511772156, - 0.9925538301467896 - ] - ], - [ - 1.8333333730697632, - [ - -0.001266893232241273, - 0.04875887557864189, - 0.10670343041419983, - 0.9930938482284546 - ] - ], - [ - 1.8666666746139526, - [ - -0.0013067570980638266, - 0.048850737512111664, - 0.10190669447183609, - 0.9935929179191589 - ] - ], - [ - 1.899999976158142, - [ - -0.0014224096667021513, - 0.048972904682159424, - 0.09726990759372711, - 0.9940513968467712 - ] - ], - [ - 1.9333332777023315, - [ - -0.0016231422778218985, - 0.04911798983812332, - 0.0928042009472847, - 0.9944707751274109 - ] - ], - [ - 1.9666666984558105, - [ - -0.0020791541319340467, - 0.04925816133618355, - 0.0881861075758934, - 0.9948831796646118 - ] - ], - [ - 2.0, - [ - -0.00292481598444283, - 0.04937989264726639, - 0.08311153203248978, - 0.9953117966651917 - ] - ], - [ - 2.0333333015441895, - [ - -0.0041139437817037106, - 0.049505580216646194, - 0.07765571773052216, - 0.9957419633865356 - ] - ], - [ - 2.066666603088379, - [ - -0.005600039381533861, - 0.04965607821941376, - 0.07190462946891785, - 0.9961589574813843 - ] - ], - [ - 2.0999999046325684, - [ - -0.007337606977671385, - 0.0498499870300293, - 0.06592845171689987, - 0.9965513348579407 - ] - ], - [ - 2.133333444595337, - [ - -0.009281379170715809, - 0.050102755427360535, - 0.05979837104678154, - 0.9969090819358826 - ] - ], - [ - 2.1666667461395264, - [ - -0.01138618215918541, - 0.05042608827352524, - 0.05358733609318733, - 0.9972241520881653 - ] - ], - [ - 2.200000047683716, - [ - -0.013607080094516277, - 0.05082729831337929, - 0.047369714826345444, - 0.997490644454956 - ] - ], - [ - 2.2333333492279053, - [ - -0.015899214893579483, - 0.05130946263670921, - 0.04122154414653778, - 0.9977050423622131 - ] - ], - [ - 2.2666666507720947, - [ - -0.01821783185005188, - 0.051871031522750854, - 0.03522051125764847, - 0.9978663325309753 - ] - ], - [ - 2.299999952316284, - [ - -0.0205182246863842, - 0.0525059774518013, - 0.029445771127939224, - 0.9979754686355591 - ] - ], - [ - 2.3333332538604736, - [ - -0.022755740210413933, - 0.05320420861244202, - 0.023977821692824364, - 0.9980363249778748 - ] - ], - [ - 2.366666555404663, - [ - -0.024885723367333412, - 0.05395176261663437, - 0.018898235633969307, - 0.9980545043945313 - ] - ], - [ - 2.4000000953674316, - [ - -0.027271434664726257, - 0.054832130670547485, - 0.014009286649525166, - 0.9980248808860779 - ] - ], - [ - 2.433333396911621, - [ - -0.030163075774908066, - 0.05591070279479027, - 0.009144152514636517, - 0.9979381561279297 - ] - ], - [ - 2.4666666984558105, - [ - -0.03334757685661316, - 0.057133570313453674, - 0.004433898255228996, - 0.9977996945381165 - ] - ], - [ - 2.5, - [ - -0.03661371022462845, - 0.05843186751008034, - 1.3725934877584223e-05, - 0.9976197481155396 - ] - ], - [ - 2.5333333015441895, - [ - -0.039752647280693054, - 0.059722915291786194, - -0.003977405373007059, - 0.99741530418396 - ] - ], - [ - 2.566666603088379, - [ - -0.04255789518356323, - 0.06091233342885971, - -0.007397562265396118, - 0.9972079992294312 - ] - ], - [ - 2.5999999046325684, - [ - -0.04482495039701462, - 0.06189803406596184, - -0.010102872736752033, - 0.9970242381095886 - ] - ], - [ - 2.633333444595337, - [ - -0.046350277960300446, - 0.06257526576519012, - -0.011948692612349987, - 0.9968917965888977 - ] - ], - [ - 2.6666667461395264, - [ - -0.046929821372032166, - 0.06284327805042267, - -0.01279076561331749, - 0.9968373775482178 - ] - ], - [ - 2.7333333492279053, - [ - -0.04699213057756424, - 0.06286115199327469, - -0.013402722775936127, - 0.9968252778053284 - ] - ], - [ - 2.799999952316284, - [ - -0.04700149595737457, - 0.06279107183218002, - -0.013965325430035591, - 0.9968215227127075 - ] - ], - [ - 2.9000000953674316, - [ - -0.04683569818735123, - 0.06257564574480057, - -0.014306465163826942, - 0.9968380331993103 - ] - ], - [ - 3.0, - [ - -0.04639270156621933, - 0.06227998808026314, - -0.013861688785254955, - 0.9968835115432739 - ] - ], - [ - 3.0333333015441895, - [ - -0.046195223927497864, - 0.06217220053076744, - -0.01356644369661808, - 0.9969034790992737 - ] - ], - [ - 3.066666603088379, - [ - -0.0459810271859169, - 0.06206309422850609, - -0.01321492437273264, - 0.9969249367713928 - ] - ], - [ - 3.0999999046325684, - [ - -0.04575498774647713, - 0.061954379081726074, - -0.012817478738725185, - 0.9969472885131836 - ] - ], - [ - 3.133333444595337, - [ - -0.04552193358540535, - 0.06184801459312439, - -0.012384345754981041, - 0.9969701170921326 - ] - ], - [ - 3.1666667461395264, - [ - -0.045286625623703, - 0.06174561008810997, - -0.01192557718604803, - 0.9969926476478577 - ] - ], - [ - 3.200000047683716, - [ - -0.04505385830998421, - 0.061648931354284286, - -0.01145100686699152, - 0.9970147609710693 - ] - ], - [ - 3.2333333492279053, - [ - -0.04481254145503044, - 0.06156439706683159, - -0.0109220826998353, - 0.9970368146896362 - ] - ], - [ - 3.2666666507720947, - [ - -0.044552743434906006, - 0.06149660795927048, - -0.010309349745512009, - 0.997059166431427 - ] - ], - [ - 3.299999952316284, - [ - -0.0442807599902153, - 0.06144425645470619, - -0.009636033326387405, - 0.9970812201499939 - ] - ], - [ - 3.3333332538604736, - [ - -0.04400285333395004, - 0.06140614300966263, - -0.00892521534115076, - 0.9971024990081787 - ] - ], - [ - 3.366666555404663, - [ - -0.043725255876779556, - 0.061380982398986816, - -0.00819982960820198, - 0.9971224665641785 - ] - ], - [ - 3.4000000953674316, - [ - -0.04345417395234108, - 0.06136757507920265, - -0.007482644636183977, - 0.9971408247947693 - ] - ], - [ - 3.433333396911621, - [ - -0.04319579154253006, - 0.06136460602283478, - -0.006796266883611679, - 0.997157096862793 - ] - ], - [ - 3.4666666984558105, - [ - -0.042956288903951645, - 0.0613708533346653, - -0.006163040176033974, - 0.9971712231636047 - ] - ], - [ - 3.5, - [ - -0.042741913348436356, - 0.06138205900788307, - -0.0056157722137868404, - 0.9971829652786255 - ] - ], - [ - 3.5333333015441895, - [ - -0.04255896434187889, - 0.06139172613620758, - -0.005192291922867298, - 0.9971925020217896 - ] - ], - [ - 3.566666603088379, - [ - -0.04241368547081947, - 0.06139553338289261, - -0.004922374151647091, - 0.9971997737884521 - ] - ], - [ - 3.5999999046325684, - [ - -0.04297317937016487, - 0.05934284254908562, - -0.008464775048196316, - 0.9972764253616333 - ] - ], - [ - 3.633333444595337, - [ - -0.044652827084064484, - 0.05399179831147194, - -0.01805725321173668, - 0.9973790645599365 - ] - ], - [ - 3.6666667461395264, - [ - -0.04708403721451759, - 0.04657997936010361, - -0.031576789915561676, - 0.9973046183586121 - ] - ], - [ - 3.700000047683716, - [ - -0.04990097135305405, - 0.03831156715750694, - -0.046929918229579926, - 0.9969151020050049 - ] - ], - [ - 3.7333333492279053, - [ - -0.0527353398501873, - 0.030295446515083313, - -0.062092822045087814, - 0.9962157607078552 - ] - ], - [ - 3.7666666507720947, - [ - -0.055210381746292114, - 0.023517929017543793, - -0.07514190673828125, - 0.995365560054779 - ] - ], - [ - 3.799999952316284, - [ - -0.05693800747394562, - 0.018857093527913094, - -0.08425090461969376, - 0.9946378469467163 - ] - ], - [ - 3.8333332538604736, - [ - -0.05752355605363846, - 0.01714574731886387, - -0.08764240890741348, - 0.994342029094696 - ] - ], - [ - 3.9666666984558105, - [ - -0.056895237416028976, - 0.017398500815033913, - -0.0874183401465416, - 0.9943934082984924 - ] - ], - [ - 4.0333333015441895, - [ - -0.05647270381450653, - 0.01758831925690174, - -0.08721578866243362, - 0.9944319725036621 - ] - ], - [ - 4.066666603088379, - [ - -0.056238628923892975, - 0.017707042396068573, - -0.08705740422010422, - 0.9944570064544678 - ] - ], - [ - 4.099999904632568, - [ - -0.055990975350141525, - 0.017844585701823235, - -0.08684778958559036, - 0.9944868087768555 - ] - ], - [ - 4.166666507720947, - [ - -0.055459871888160706, - 0.018184993416070938, - -0.08623537421226501, - 0.9945638179779053 - ] - ], - [ - 4.199999809265137, - [ - -0.05517887324094772, - 0.018392331898212433, - -0.08581267297267914, - 0.9946120977401733 - ] - ], - [ - 4.233333110809326, - [ - -0.054889243096113205, - 0.01862732321023941, - -0.08529898524284363, - 0.9946679472923279 - ] - ], - [ - 4.266666889190674, - [ - -0.054592203348875046, - 0.01889215223491192, - -0.08468421548604965, - 0.9947319030761719 - ] - ], - [ - 4.300000190734863, - [ - -0.05428898707032204, - 0.01918896660208702, - -0.08395818620920181, - 0.9948042631149292 - ] - ], - [ - 4.333333492279053, - [ - -0.053980838507413864, - 0.019519828259944916, - -0.08311064541339874, - 0.9948857426643372 - ] - ], - [ - 4.366666793823242, - [ - -0.05366902053356171, - 0.01988700032234192, - -0.08213125914335251, - 0.9949766993522644 - ] - ], - [ - 4.400000095367432, - [ - -0.05335478484630585, - 0.02029254660010338, - -0.08100955188274384, - 0.99507737159729 - ] - ], - [ - 4.433333396911621, - [ - -0.05303935706615448, - 0.020738551393151283, - -0.0797349289059639, - 0.9951880574226379 - ] - ], - [ - 4.4666666984558105, - [ - -0.05272431671619415, - 0.021213380619883537, - -0.07833569496870041, - 0.9953058362007141 - ] - ], - [ - 4.5, - [ - -0.05241122096776962, - 0.021709153428673744, - -0.07682950049638748, - 0.9954290390014648 - ] - ], - [ - 4.5333333015441895, - [ - -0.0521012581884861, - 0.022234026342630386, - -0.0751895010471344, - 0.9955589771270752 - ] - ], - [ - 4.566666603088379, - [ - -0.05174485594034195, - 0.023079579696059227, - -0.07180625945329666, - 0.9958080649375916 - ] - ], - [ - 4.599999904632568, - [ - -0.051302313804626465, - 0.024450454860925674, - -0.06551684439182281, - 0.9962319135665894 - ] - ], - [ - 4.633333206176758, - [ - -0.050790589302778244, - 0.026218818500638008, - -0.05699930340051651, - 0.9967366456985474 - ] - ], - [ - 4.666666507720947, - [ - -0.05022841691970825, - 0.028249945491552353, - -0.04698673263192177, - 0.9972318410873413 - ] - ], - [ - 4.699999809265137, - [ - -0.04963398352265358, - 0.030409423634409904, - -0.03621591627597809, - 0.9976472854614258 - ] - ], - [ - 4.733333110809326, - [ - -0.04902501776814461, - 0.03256409615278244, - -0.025426723062992096, - 0.9979426860809326 - ] - ], - [ - 4.766666889190674, - [ - -0.048418816179037094, - 0.03458208963274956, - -0.0153605742380023, - 0.9981101155281067 - ] - ], - [ - 4.800000190734863, - [ - -0.04783228039741516, - 0.036331746727228165, - -0.006760028190910816, - 0.9981715083122253 - ] - ], - [ - 4.833333492279053, - [ - -0.04728172719478607, - 0.037680480629205704, - -0.0003659945505205542, - 0.9981706738471985 - ] - ], - [ - 4.866666793823242, - [ - -0.0467829704284668, - 0.03849203512072563, - 0.003081419738009572, - 0.9981585144996643 - ] - ], - [ - 4.900000095367432, - [ - -0.046312130987644196, - 0.038986027240753174, - 0.004773576743900776, - 0.9981546401977539 - ] - ], - [ - 4.933333396911621, - [ - -0.04583563655614853, - 0.039478566497564316, - 0.0064000352285802364, - 0.9981480836868286 - ] - ], - [ - 4.9666666984558105, - [ - -0.04535428434610367, - 0.039973195642232895, - 0.007967567071318626, - 0.9981390833854675 - ] - ], - [ - 5.0, - [ - -0.04486881196498871, - 0.040473345667123795, - 0.009482062421739101, - 0.9981276392936707 - ] - ], - [ - 5.0333333015441895, - [ - -0.04437989741563797, - 0.04098225384950638, - 0.010948844254016876, - 0.998113751411438 - ] - ], - [ - 5.066666603088379, - [ - -0.04388818144798279, - 0.04150325804948807, - 0.012372907251119614, - 0.99809730052948 - ] - ], - [ - 5.099999904632568, - [ - -0.043394263833761215, - 0.0420396625995636, - 0.01375917624682188, - 0.9980784058570862 - ] - ], - [ - 5.133333206176758, - [ - -0.04289871081709862, - 0.04259498789906502, - 0.015112536028027534, - 0.9980565905570984 - ] - ], - [ - 5.166666507720947, - [ - -0.04240208491683006, - 0.0431729257106781, - 0.016438031569123268, - 0.9980321526527405 - ] - ], - [ - 5.199999809265137, - [ - -0.04190540686249733, - 0.04376820847392082, - 0.017721455544233322, - 0.9980051517486572 - ] - ], - [ - 5.233333110809326, - [ - -0.041409946978092194, - 0.044372376054525375, - 0.018939362838864326, - 0.9979767799377441 - ] - ], - [ - 5.266666889190674, - [ - -0.04091658070683479, - 0.04498385637998581, - 0.020082831382751465, - 0.9979473948478699 - ] - ], - [ - 5.300000190734863, - [ - -0.04042624309659004, - 0.04560133069753647, - 0.02114216610789299, - 0.9979174733161926 - ] - ], - [ - 5.333333492279053, - [ - -0.039938729256391525, - 0.046224892139434814, - 0.022127162665128708, - 0.997887134552002 - ] - ], - [ - 5.366666793823242, - [ - -0.039453282952308655, - 0.046855244785547256, - 0.02305624820291996, - 0.9978559017181396 - ] - ], - [ - 5.400000095367432, - [ - -0.038970064371824265, - 0.04749184846878052, - 0.023931752890348434, - 0.9978241920471191 - ] - ], - [ - 5.433333396911621, - [ - -0.03848923742771149, - 0.04813390597701073, - 0.02475552447140217, - 0.9977920055389404 - ] - ], - [ - 5.4666666984558105, - [ - -0.03801094740629196, - 0.04878046363592148, - 0.025529010221362114, - 0.9977594614028931 - ] - ], - [ - 5.5, - [ - -0.03753536939620972, - 0.049430664628744125, - 0.026253290474414825, - 0.9977266788482666 - ] - ], - [ - 5.5333333015441895, - [ - -0.03706265985965729, - 0.05008332058787346, - 0.026929132640361786, - 0.9976937770843506 - ] - ], - [ - 5.566666603088379, - [ - -0.03659295663237572, - 0.05073712766170502, - 0.027557071298360825, - 0.9976609349250793 - ] - ], - [ - 5.599999904632568, - [ - -0.036126405000686646, - 0.05139085277915001, - 0.028137406334280968, - 0.9976282715797424 - ] - ], - [ - 5.633333206176758, - [ - -0.035663120448589325, - 0.052042797207832336, - 0.028670327737927437, - 0.9975959658622742 - ] - ], - [ - 5.666666507720947, - [ - -0.03520320728421211, - 0.052691392600536346, - 0.02915588766336441, - 0.9975641965866089 - ] - ], - [ - 5.699999809265137, - [ - -0.03474673256278038, - 0.053334809839725494, - 0.02959408238530159, - 0.9975330829620361 - ] - ], - [ - 5.733333110809326, - [ - -0.0342937596142292, - 0.05397102236747742, - 0.029984934255480766, - 0.997502863407135 - ] - ], - [ - 5.766666889190674, - [ - -0.03384426236152649, - 0.05459798127412796, - 0.030328474938869476, - 0.9974737167358398 - ] - ], - [ - 5.800000190734863, - [ - -0.033398278057575226, - 0.05521339923143387, - 0.030624831095337868, - 0.997445821762085 - ] - ], - [ - 5.833333492279053, - [ - -0.032955724745988846, - 0.055814895778894424, - 0.030874289572238922, - 0.9974194765090942 - ] - ], - [ - 5.866666793823242, - [ - -0.032516490668058395, - 0.05639993026852608, - 0.031077325344085693, - 0.9973946809768677 - ] - ], - [ - 5.900000095367432, - [ - -0.03208044916391373, - 0.056965988129377365, - 0.031234659254550934, - 0.9973716139793396 - ] - ], - [ - 5.933333396911621, - [ - -0.03164741396903992, - 0.05751032754778862, - 0.03134728595614433, - 0.9973506927490234 - ] - ], - [ - 5.9666666984558105, - [ - -0.03121715597808361, - 0.05803021416068077, - 0.03141652047634125, - 0.9973320364952087 - ] - ], - [ - 6.0, - [ - -0.030789421871304512, - 0.05852293595671654, - 0.03144402429461479, - 0.9973155856132507 - ] - ], - [ - 6.0333333015441895, - [ - -0.030363911762833595, - 0.05898567661643028, - 0.03143179789185524, - 0.9973017573356628 - ] - ], - [ - 6.066666603088379, - [ - -0.029940156266093254, - 0.059418998658657074, - 0.03139185532927513, - 0.9972901940345764 - ] - ], - [ - 6.099999904632568, - [ - -0.029517529532313347, - 0.05982675775885582, - 0.03134406358003616, - 0.9972798228263855 - ] - ], - [ - 6.133333206176758, - [ - -0.02909555286169052, - 0.06021108478307724, - 0.03130251541733742, - 0.997270405292511 - ] - ], - [ - 6.166666507720947, - [ - -0.028673788532614708, - 0.060574281960725784, - 0.03128098323941231, - 0.9972612857818604 - ] - ], - [ - 6.199999809265137, - [ - -0.028252622112631798, - 0.06091801077127457, - 0.03128107264637947, - 0.997252345085144 - ] - ], - [ - 6.233333110809326, - [ - -0.02783316932618618, - 0.0612434558570385, - 0.031295448541641235, - 0.9972438812255859 - ] - ], - [ - 6.300000190734863, - [ - -0.027002552524209023, - 0.06184614077210426, - 0.03136558458209038, - 0.9972273111343384 - ] - ], - [ - 6.333333492279053, - [ - -0.026593241840600967, - 0.062126439064741135, - 0.03142007067799568, - 0.9972190856933594 - ] - ], - [ - 6.366666793823242, - [ - -0.02618938870728016, - 0.062394559383392334, - 0.031486328691244125, - 0.9972109198570251 - ] - ], - [ - 6.400000095367432, - [ - -0.025792285799980164, - 0.06265168637037277, - 0.031563326716423035, - 0.9972027540206909 - ] - ], - [ - 6.433333396911621, - [ - -0.025403451174497604, - 0.06289876252412796, - 0.031649913638830185, - 0.9971944093704224 - ] - ], - [ - 6.4666666984558105, - [ - -0.025024792179465294, - 0.06313645094633102, - 0.03174488991498947, - 0.9971859455108643 - ] - ], - [ - 6.5333333015441895, - [ - -0.02430855669081211, - 0.06358256191015244, - 0.031955309212207794, - 0.9971686005592346 - ] - ], - [ - 6.566666603088379, - [ - -0.023979296907782555, - 0.0637875348329544, - 0.03206852078437805, - 0.9971598386764526 - ] - ], - [ - 6.599999904632568, - [ - -0.023679448291659355, - 0.06397341936826706, - 0.032186031341552734, - 0.9971513152122498 - ] - ], - [ - 6.633333206176758, - [ - -0.023426951840519905, - 0.06412451714277267, - 0.03230825066566467, - 0.9971436262130737 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458328721_1067735.json b/lenses/physics-objects/Scene/assets/1645812458328721_1067735.json deleted file mode 100644 index 18d8b5cd..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458328721_1067735.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458328721:1067735", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458330601_1067748.json b/lenses/physics-objects/Scene/assets/1645812458330601_1067748.json deleted file mode 100644 index 772881a2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458330601_1067748.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458330601:1067748", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.745084762573242, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.55317497253418, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 6.332873344421387, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 6.103795051574707, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.877301216125488, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.66208553314209, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.466397762298584, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.29959774017334, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 5.173985004425049, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 5.107981204986572, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 5.312024116516113, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.795119285583496, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 6.280464172363281, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 6.489213466644287, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 6.235334396362305, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.705720901489258, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.179802894592285, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 4.934492588043213, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 5.031935691833496, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 5.296759128570557, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 5.647721767425537, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 6.002994537353516, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 6.28314208984375, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 6.4076948165893555, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 6.307794094085693, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.051913738250732, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.733536720275879, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.429505348205566, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 5.211414813995361, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 5.154665946960449, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 5.439117431640625, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 6.004197120666504, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.571620941162109, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.8607659339904785, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 6.683783054351807, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.226138591766357, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.766314506530762, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 5.581473350524902, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 5.733696937561035, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.0455780029296875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.434068202972412, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.815608024597168, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 7.10630464553833, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 7.222095966339111, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 7.096237659454346, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 6.800662040710449, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.430591106414795, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.06462287902832, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.7761735916137695, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.642377853393555, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.844830513000488, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.32339334487915, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.800261974334717, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 6.996288299560547, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 6.725399494171143, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 5.625308990478516, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 5.3545002937316895, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 5.425348281860352, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 5.661833763122559, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.982465744018555, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.305371284484863, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 6.548327445983887, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 6.628916263580322, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.465412139892578, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 6.089428424835205, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.622283458709717, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.224391460418701, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 5.057623386383057, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.208499431610107, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.578170299530029, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.024478912353516, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 6.40448522567749, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 6.574516296386719, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.360966205596924, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.872108459472656, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.386589527130127, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.181020259857178, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.317413806915283, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.619482517242432, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 6.391226768493652, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 6.694797992706299, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 6.832235336303711, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 6.720636367797852, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 6.390462875366211, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.9620747566223145, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.595163822174072, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.451412677764893, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617004871368408, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.992344379425049, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 6.4349541664123535, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 6.802253246307373, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 6.951626777648926, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 6.710025310516357, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 6.186683654785156, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.661460876464844, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 5.412445068359375, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.02309513092041, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458330883_1067755.json b/lenses/physics-objects/Scene/assets/1645812458330883_1067755.json deleted file mode 100644 index 6c98059c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458330883_1067755.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458330883:1067755", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ], - [ - 0.03333333507180214, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ], - [ - 0.06666667014360428, - [ - -0.02312592789530754, - 0.0640283152461052, - 0.05849268287420273, - 0.9959640502929688 - ] - ], - [ - 0.10000000149011612, - [ - -0.023240048438310623, - 0.06495565176010132, - 0.05729035288095474, - 0.995971143245697 - ] - ], - [ - 0.13333334028720856, - [ - -0.02341853827238083, - 0.06607625633478165, - 0.055328067392110825, - 0.9960041642189026 - ] - ], - [ - 0.1666666716337204, - [ - -0.02362672984600067, - 0.06732767820358276, - 0.05319754034280777, - 0.9960315227508545 - ] - ], - [ - 0.20000000298023224, - [ - -0.023784156888723373, - 0.0686890184879303, - 0.05203884094953537, - 0.9959960579872131 - ] - ], - [ - 0.23333333432674408, - [ - -0.02375955507159233, - 0.0701553076505661, - 0.0535588413476944, - 0.9958138465881348 - ] - ], - [ - 0.2666666805744171, - [ - -0.023486780002713203, - 0.07168496400117874, - 0.058638911694288254, - 0.9954251050949097 - ] - ], - [ - 0.30000001192092896, - [ - -0.0231646541506052, - 0.07311303913593292, - 0.06460367888212204, - 0.9949594140052795 - ] - ], - [ - 0.3333333432674408, - [ - -0.022935599088668823, - 0.07424593716859818, - 0.0692422091960907, - 0.9945687651634216 - ] - ], - [ - 0.36666667461395264, - [ - -0.02285877801477909, - 0.07484708726406097, - 0.07115612179040909, - 0.9943903684616089 - ] - ], - [ - 0.4000000059604645, - [ - -0.02301963046193123, - 0.07308516651391983, - 0.06745801866054535, - 0.9947754144668579 - ] - ], - [ - 0.4333333373069763, - [ - -0.023396508768200874, - 0.06939997524023056, - 0.05919095501303673, - 0.9955564737319946 - ] - ], - [ - 0.46666666865348816, - [ - -0.02386206015944481, - 0.06622321903705597, - 0.050306063145399094, - 0.9962501525878906 - ] - ], - [ - 0.5, - [ - -0.024212747812271118, - 0.06494180858135223, - 0.04460834339261055, - 0.996597409248352 - ] - ], - [ - 0.5333333611488342, - [ - -0.02419835515320301, - 0.0663599967956543, - 0.045994121581315994, - 0.9964414238929749 - ] - ], - [ - 0.5666666626930237, - [ - -0.02389807440340519, - 0.06982441991567612, - 0.0528414323925972, - 0.9958720803260803 - ] - ], - [ - 0.6000000238418579, - [ - -0.02350412681698799, - 0.07398894429206848, - 0.06165377050638199, - 0.9950739741325378 - ] - ], - [ - 0.6333333253860474, - [ - -0.023206988349556923, - 0.07627838104963303, - 0.06792547553777695, - 0.9944994449615479 - ] - ], - [ - 0.6666666865348816, - [ - -0.023086873814463615, - 0.0754455104470253, - 0.06931237876415253, - 0.9944701194763184 - ] - ], - [ - 0.699999988079071, - [ - -0.02311224304139614, - 0.07319487631320953, - 0.06735005229711533, - 0.9947724938392639 - ] - ], - [ - 0.7333333492279053, - [ - -0.02327834628522396, - 0.07048289477825165, - 0.06281302124261856, - 0.9952611923217773 - ] - ], - [ - 0.7666666507720947, - [ - -0.02355167642235756, - 0.06801477819681168, - 0.05689343810081482, - 0.9957823157310486 - ] - ], - [ - 0.800000011920929, - [ - -0.023894084617495537, - 0.06621138006448746, - 0.050586067140102386, - 0.9962360262870789 - ] - ], - [ - 0.8333333134651184, - [ - -0.024240482598543167, - 0.06538444012403488, - 0.04509088769555092, - 0.9965460896492004 - ] - ], - [ - 0.8666666746139526, - [ - -0.02447017841041088, - 0.06585497409105301, - 0.0422990582883358, - 0.9966319799423218 - ] - ], - [ - 0.8999999761581421, - [ - -0.02442096546292305, - 0.06738141924142838, - 0.04406098648905754, - 0.9964547157287598 - ] - ], - [ - 0.9333333373069763, - [ - -0.024023013189435005, - 0.06959369778633118, - 0.050951432436704636, - 0.9959837198257446 - ] - ], - [ - 0.9666666388511658, - [ - -0.023553503677248955, - 0.07197129726409912, - 0.059101514518260956, - 0.9953755140304565 - ] - ], - [ - 1.0, - [ - -0.02321227453649044, - 0.07384313642978668, - 0.0653102695941925, - 0.9948582649230957 - ] - ], - [ - 1.0333333015441895, - [ - -0.023081231862306595, - 0.0743703544139862, - 0.06744076311588287, - 0.994679868221283 - ] - ], - [ - 1.0666667222976685, - [ - -0.023223690688610077, - 0.07201838493347168, - 0.06319287419319153, - 0.9951285719871521 - ] - ], - [ - 1.100000023841858, - [ - -0.023569073528051376, - 0.06798139959573746, - 0.05487348139286041, - 0.995897650718689 - ] - ], - [ - 1.1333333253860474, - [ - -0.023967202752828598, - 0.06459295749664307, - 0.04653259739279747, - 0.9965380430221558 - ] - ], - [ - 1.1666666269302368, - [ - -0.024212650954723358, - 0.06305669248104095, - 0.04176997393369675, - 0.996841549873352 - ] - ], - [ - 1.2000000476837158, - [ - -0.02410133183002472, - 0.06396181881427765, - 0.04368726909160614, - 0.9967042803764343 - ] - ], - [ - 1.2333333492279053, - [ - -0.023754248395562172, - 0.06655905395746231, - 0.05004261061549187, - 0.9962436556816101 - ] - ], - [ - 1.2666666507720947, - [ - -0.02335560880601406, - 0.06958695501089096, - 0.057520970702171326, - 0.9956422448158264 - ] - ], - [ - 1.2999999523162842, - [ - -0.023060107603669167, - 0.07099232077598572, - 0.06265285611152649, - 0.9952401518821716 - ] - ], - [ - 1.3333333730697632, - [ - -0.02292260341346264, - 0.06997529417276382, - 0.06399572640657425, - 0.9952298998832703 - ] - ], - [ - 1.3666666746139526, - [ - -0.022907905280590057, - 0.06795618683099747, - 0.06283603608608246, - 0.9954440593719482 - ] - ], - [ - 1.399999976158142, - [ - -0.02299974299967289, - 0.06567302346229553, - 0.059829313308000565, - 0.995780348777771 - ] - ], - [ - 1.4333332777023315, - [ - -0.023160317912697792, - 0.06365380436182022, - 0.05595320463180542, - 0.9961331486701965 - ] - ], - [ - 1.4666666984558105, - [ - -0.023352403193712234, - 0.062230005860328674, - 0.05203672870993614, - 0.9964307546615601 - ] - ], - [ - 1.5, - [ - -0.023527057841420174, - 0.061654508113861084, - 0.04898206517100334, - 0.9966172575950623 - ] - ], - [ - 1.5333333015441895, - [ - -0.023611707612872124, - 0.06217094138264656, - 0.047991666942834854, - 0.996631383895874 - ] - ], - [ - 1.5666667222976685, - [ - -0.023527638986706734, - 0.06357555091381073, - 0.05006279796361923, - 0.9964428544044495 - ] - ], - [ - 1.600000023841858, - [ - -0.023258034139871597, - 0.06557819992303848, - 0.055334288626909256, - 0.9960405230522156 - ] - ], - [ - 1.6333333253860474, - [ - -0.022959880530834198, - 0.06780526041984558, - 0.06142231076955795, - 0.9955414533615112 - ] - ], - [ - 1.6666666269302368, - [ - -0.022743696346879005, - 0.06974854320287704, - 0.06632520258426666, - 0.9950975179672241 - ] - ], - [ - 1.7000000476837158, - [ - -0.022665785625576973, - 0.07070831209421158, - 0.0684388056397438, - 0.9948883056640625 - ] - ], - [ - 1.7333333492279053, - [ - -0.02278580330312252, - 0.0692785382270813, - 0.06570440530776978, - 0.9951704740524292 - ] - ], - [ - 1.7666666507720947, - [ - -0.023066697642207146, - 0.0662560909986496, - 0.059489671140909195, - 0.9957605600357056 - ] - ], - [ - 1.7999999523162842, - [ - -0.0234037134796381, - 0.06363657116889954, - 0.05288359522819519, - 0.996296226978302 - ] - ], - [ - 1.8333333730697632, - [ - -0.023643771186470985, - 0.0626218169927597, - 0.048866357654333115, - 0.9965598583221436 - ] - ], - [ - 1.8666666746139526, - [ - -0.023617157712578773, - 0.06392575800418854, - 0.05027267336845398, - 0.9964077472686768 - ] - ], - [ - 1.899999976158142, - [ - -0.02339179813861847, - 0.066990926861763, - 0.05578244850039482, - 0.995918333530426 - ] - ], - [ - 1.9333332777023315, - [ - -0.023103686049580574, - 0.07066696137189865, - 0.06282973289489746, - 0.9952512383460999 - ] - ], - [ - 1.9666666984558105, - [ - -0.022893713787198067, - 0.07278413325548172, - 0.06792865693569183, - 0.9947684407234192 - ] - ], - [ - 2.0, - [ - -0.022822977975010872, - 0.07227198779582977, - 0.06915611773729324, - 0.994722843170166 - ] - ], - [ - 2.0333333015441895, - [ - -0.02286595106124878, - 0.0705258920788765, - 0.0676238089799881, - 0.9949524998664856 - ] - ], - [ - 2.066666603088379, - [ - -0.02301999367773533, - 0.06833510845899582, - 0.06389015167951584, - 0.9953483939170837 - ] - ], - [ - 2.0999999046325684, - [ - -0.02326030842959881, - 0.06631520390510559, - 0.05892437323927879, - 0.9957857131958008 - ] - ], - [ - 2.133333444595337, - [ - -0.023557152599096298, - 0.06487773358821869, - 0.05360548943281174, - 0.9961738586425781 - ] - ], - [ - 2.1666667461395264, - [ - -0.023857498541474342, - 0.06434661895036697, - 0.049010466784238815, - 0.9964379072189331 - ] - ], - [ - 2.200000047683716, - [ - -0.024059103801846504, - 0.0651293694972992, - 0.04689820110797882, - 0.9964837431907654 - ] - ], - [ - 2.2333333492279053, - [ - -0.024017805233597755, - 0.06729468703269958, - 0.04924546554684639, - 0.9962276220321655 - ] - ], - [ - 2.2666666507720947, - [ - -0.023682478815317154, - 0.07049592584371567, - 0.05647957697510719, - 0.9956303238868713 - ] - ], - [ - 2.299999952316284, - [ - -0.023294804617762566, - 0.07370547950267792, - 0.06469453126192093, - 0.9949067831039429 - ] - ], - [ - 2.3333332538604736, - [ - -0.023050861433148384, - 0.07523522526025772, - 0.06978245079517365, - 0.9944540858268738 - ] - ], - [ - 2.366666555404663, - [ - -0.023034965619444847, - 0.07395141571760178, - 0.06917822360992432, - 0.9945928454399109 - ] - ], - [ - 2.4000000953674316, - [ - -0.023248860612511635, - 0.07099295407533646, - 0.06360574811697006, - 0.9951753616333008 - ] - ], - [ - 2.433333396911621, - [ - -0.02362857200205326, - 0.06785063445568085, - 0.05554715916514397, - 0.9958677291870117 - ] - ], - [ - 2.4666666984558105, - [ - -0.024075010791420937, - 0.06546374410390854, - 0.047357071191072464, - 0.9964397549629211 - ] - ], - [ - 2.5, - [ - -0.024389071390032768, - 0.06443735212087631, - 0.04219603165984154, - 0.9967309236526489 - ] - ], - [ - 2.5333333015441895, - [ - -0.024321842938661575, - 0.06561031192541122, - 0.04394355043768883, - 0.9965806007385254 - ] - ], - [ - 2.566666603088379, - [ - -0.023979926481842995, - 0.06868225336074829, - 0.05085955932736397, - 0.9960527420043945 - ] - ], - [ - 2.5999999046325684, - [ - -0.023561712354421616, - 0.07229848206043243, - 0.0593203529715538, - 0.9953385591506958 - ] - ], - [ - 2.633333444595337, - [ - -0.023247849196195602, - 0.07408253848552704, - 0.06511927396059036, - 0.9948521256446838 - ] - ], - [ - 2.6666667461395264, - [ - -0.023108839988708496, - 0.07302042096853256, - 0.06633041799068451, - 0.9948539137840271 - ] - ], - [ - 2.700000047683716, - [ - -0.023112379014492035, - 0.07073775678873062, - 0.06447073817253113, - 0.9951409697532654 - ] - ], - [ - 2.7333333492279053, - [ - -0.02324608899652958, - 0.06810814142227173, - 0.060343123972415924, - 0.9955800175666809 - ] - ], - [ - 2.7666666507720947, - [ - -0.02346944622695446, - 0.06575334817171097, - 0.055117543786764145, - 0.9960361123085022 - ] - ], - [ - 2.799999952316284, - [ - -0.023739540949463844, - 0.0640513002872467, - 0.04977555572986603, - 0.996421754360199 - ] - ], - [ - 2.8333332538604736, - [ - -0.023992111906409264, - 0.06327714771032333, - 0.04544908180832863, - 0.9966718554496765 - ] - ], - [ - 2.866666555404663, - [ - -0.024120934307575226, - 0.06377162784337997, - 0.04384079575538635, - 0.9967092871665955 - ] - ], - [ - 2.9000000953674316, - [ - -0.023994969204068184, - 0.06554299592971802, - 0.04668049514293671, - 0.9964684247970581 - ] - ], - [ - 2.933333396911621, - [ - -0.023602046072483063, - 0.06821520626544952, - 0.05388892814517021, - 0.9959345459938049 - ] - ], - [ - 2.9666666984558105, - [ - -0.02318841964006424, - 0.07084774225950241, - 0.06161012873053551, - 0.9953125715255737 - ] - ], - [ - 3.0, - [ - -0.022926706820726395, - 0.07201356440782547, - 0.06637962907552719, - 0.994928240776062 - ] - ], - [ - 3.0333333015441895, - [ - -0.022882282733917236, - 0.07081334292888641, - 0.06624850630760193, - 0.9950241446495056 - ] - ], - [ - 3.066666603088379, - [ - -0.02304142154753208, - 0.0682375431060791, - 0.06194524094462395, - 0.995477557182312 - ] - ], - [ - 3.0999999046325684, - [ - -0.023334508761763573, - 0.06554041057825089, - 0.05562803894281387, - 0.9960248470306396 - ] - ], - [ - 3.133333444595337, - [ - -0.02367226965725422, - 0.06352537870407104, - 0.04930334910750389, - 0.9964804649353027 - ] - ], - [ - 3.1666667461395264, - [ - -0.023896848782896996, - 0.06273053586483002, - 0.04555032402276993, - 0.9967041611671448 - ] - ], - [ - 3.200000047683716, - [ - -0.02381955459713936, - 0.06392131745815277, - 0.04743701592087746, - 0.99654221534729 - ] - ], - [ - 3.2333333492279053, - [ - -0.023528676480054855, - 0.06686164438724518, - 0.0535493828356266, - 0.9960464835166931 - ] - ], - [ - 3.2666666507720947, - [ - -0.02318238466978073, - 0.07036694884300232, - 0.06100677326321602, - 0.9953839778900146 - ] - ], - [ - 3.299999952316284, - [ - -0.022931311279535294, - 0.0722995176911354, - 0.06628802418708801, - 0.9949135780334473 - ] - ], - [ - 3.3333332538604736, - [ - -0.022978324443101883, - 0.06859740614891052, - 0.0631445124745369, - 0.9953789114952087 - ] - ], - [ - 3.366666555404663, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458331139_1067762.json b/lenses/physics-objects/Scene/assets/1645812458331139_1067762.json deleted file mode 100644 index cab04f16..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458331139_1067762.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458331139:1067762", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458333028_1067775.json b/lenses/physics-objects/Scene/assets/1645812458333028_1067775.json deleted file mode 100644 index 5c9fbcd3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458333028_1067775.json +++ /dev/null @@ -1,1082 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458333028:1067775", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.620342254638672, - 1.1102230246251565e-16, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.620342254638672, - 1.1102230246251565e-16, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.645216464996338, - -5.551115123125783e-16, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.668265342712402, - 1.2212453270876722e-15, - -3.7865323450608567e-29 - ] - ], - [ - 0.13333334028720856, - [ - 6.689030170440674, - 2.220446049250313e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.1666666716337204, - [ - 6.7070512771606445, - 1.887379141862766e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.20000000298023224, - [ - 6.721870422363281, - 5.773159728050814e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.2666666805744171, - [ - 6.740061283111572, - 1.2212453270876722e-15, - -5.3290705182007514e-15 - ] - ], - [ - 0.4000000059604645, - [ - 6.726347923278809, - -8.326672684688674e-16, - -8.881784197001252e-16 - ] - ], - [ - 0.4333333373069763, - [ - 6.71447229385376, - 2.275957200481571e-15, - -4.440892098500626e-15 - ] - ], - [ - 0.46666666865348816, - [ - 6.699797630310059, - 1.942890293094024e-15, - -1.7763568394002505e-15 - ] - ], - [ - 0.5, - [ - 6.682734489440918, - 4.440892098500626e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.5666666626930237, - [ - 6.643466949462891, - 3.5527130435257905e-15, - -8.881782608814476e-16 - ] - ], - [ - 0.6333333253860474, - [ - 6.599852085113525, - 1.2116901578264797e-27, - -3.552713678800501e-15 - ] - ], - [ - 0.699999988079071, - [ - 6.551761150360107, - 1.3631512590359195e-27, - -7.105427357601002e-15 - ] - ], - [ - 0.8999999761581421, - [ - 6.386941909790039, - 0.0, - 1.7763587452243818e-15 - ] - ], - [ - 0.9666666388511658, - [ - 6.3363471031188965, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 1.0, - [ - 6.313114643096924, - 7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.0333333015441895, - [ - 6.2916131019592285, - 7.105427357601002e-15, - -5.3290705182007514e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.2721076011657715, - 7.105427357601002e-15, - -1.4843191385199003e-26 - ] - ], - [ - 1.100000023841858, - [ - 6.2548651695251465, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.1333333253860474, - [ - 6.240149974822998, - -1.2116901578264797e-27, - 1.7763568394002505e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.228217601776123, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.207911968231201, - -4.846759860933941e-27, - 3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.2032856941223145, - -3.0292234108583565e-26, - 1.7763568394002505e-15 - ] - ], - [ - 1.3666666746139526, - [ - 6.2198100090026855, - -7.105427357601002e-15, - 5.3290705182007514e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.2444281578063965, - -7.105427357601002e-15, - 7.105427357601002e-15 - ] - ], - [ - 1.4333332777023315, - [ - 6.276050090789795, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.4666666984558105, - [ - 6.313584804534912, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 1.5, - [ - 6.355942249298096, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.402030944824219, - 7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.4507598876953125, - -1.7782415384761014e-20, - -1.7763568394002505e-15 - ] - ], - [ - 1.6666666269302368, - [ - 6.601860046386719, - -1.8320049602641947e-26, - 7.105427357601002e-15 - ] - ], - [ - 1.7000000476837158, - [ - 6.650219440460205, - -4.3620809474270315e-26, - 1.7763568394002505e-15 - ] - ], - [ - 1.7333333492279053, - [ - 6.695751190185547, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.7666666507720947, - [ - 6.737359046936035, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.7999999523162842, - [ - 6.773947238922119, - 7.105427357601002e-15, - -5.329075600398435e-15 - ] - ], - [ - 1.8333333730697632, - [ - 6.804419040679932, - -3.552713678800501e-15, - -5.6803624298790016e-27 - ] - ], - [ - 1.8666666746139526, - [ - 6.827678680419922, - 3.552714949349922e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.899999976158142, - [ - 6.842625141143799, - 7.105427357601002e-15, - -2.6645352591003757e-15 - ] - ], - [ - 1.9666666984558105, - [ - 6.843155860900879, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.0, - [ - 6.826505184173584, - 0.0, - 8.881784197001252e-16 - ] - ], - [ - 2.0333333015441895, - [ - 6.8000168800354, - 1.0658141036401503e-14, - -6.661338147750939e-15 - ] - ], - [ - 2.066666603088379, - [ - 6.76678991317749, - 3.552723843195868e-15, - -1.3322714411984505e-15 - ] - ], - [ - 2.0999999046325684, - [ - 6.727671146392822, - 4.3633899634916326e-26, - -6.661338147750939e-16 - ] - ], - [ - 2.133333444595337, - [ - 6.683504581451416, - 3.552713678800501e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.1666667461395264, - [ - 6.635133743286133, - -8.467808348820564e-21, - 9.43689570931383e-16 - ] - ], - [ - 2.200000047683716, - [ - 6.583399772644043, - -3.552713678800501e-15, - -3.524958103184872e-15 - ] - ], - [ - 2.2333333492279053, - [ - 6.529140949249268, - -1.7763555688508296e-15, - 2.220446049250313e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.135465621948242, - 1.7763568394002505e-15, - -1.7763587452243818e-15 - ] - ], - [ - 2.5, - [ - 6.080301761627197, - 2.220446049250313e-16, - -4.440892098500626e-15 - ] - ], - [ - 2.5333333015441895, - [ - 6.0266923904418945, - -3.330657162474649e-16, - -8.881784197001252e-16 - ] - ], - [ - 2.566666603088379, - [ - 5.975306987762451, - -2.220446049250313e-15, - -1.0658141036401503e-14 - ] - ], - [ - 2.5999999046325684, - [ - 5.926812648773193, - -5.452596716126318e-26, - 2.6645352591003757e-15 - ] - ], - [ - 2.633333444595337, - [ - 5.881876468658447, - -2.6645397060233488e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.6666667461395264, - [ - 5.841166019439697, - -3.1086244689504383e-15, - -8.88176640930936e-15 - ] - ], - [ - 2.700000047683716, - [ - 5.805363655090332, - -1.7763552512134744e-15, - -1.0905202368567579e-26 - ] - ], - [ - 2.7333333492279053, - [ - 5.775156021118164, - -8.881777844254148e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.7666666507720947, - [ - 5.751216888427734, - 8.881784197001252e-16, - 7.105427357601002e-15 - ] - ], - [ - 2.799999952316284, - [ - 5.734220504760742, - 1.2701700608275733e-21, - -1.7763479455543043e-15 - ] - ], - [ - 2.933333396911621, - [ - 5.740973949432373, - -2.6645352591003757e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.9666666984558105, - [ - 5.757847785949707, - 2.1169476443405228e-21, - -5.3290705182007514e-15 - ] - ], - [ - 3.0, - [ - 5.77946138381958, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.805042743682861, - -3.552713678800501e-15, - -5.3290705182007514e-15 - ] - ], - [ - 3.066666603088379, - [ - 5.833820819854736, - -1.7763600157738027e-15, - -3.552721302097026e-15 - ] - ], - [ - 3.0999999046325684, - [ - 5.865022659301758, - -2.908488865611863e-26, - 3.552713678800501e-15 - ] - ], - [ - 3.299999952316284, - [ - 6.0649495124816895, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.3333332538604736, - [ - 6.096482276916504, - -3.186557404321612e-26, - -6.373114808643224e-26 - ] - ], - [ - 3.366666555404663, - [ - 6.126557350158691, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 6.154790878295898, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.1807990074157715, - 5.3290705182007514e-15, - -3.552722572646447e-15 - ] - ], - [ - 3.4666666984558105, - [ - 6.204196453094482, - -1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 3.5, - [ - 6.2245988845825195, - 0.0, - -5.3290705182007514e-15 - ] - ], - [ - 3.5333333015441895, - [ - 6.2416205406188965, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 3.566666603088379, - [ - 6.254876613616943, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 3.633333444595337, - [ - 6.26963472366333, - -3.552713678800501e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.799999952316284, - [ - 6.25252628326416, - 0.0, - 2.6645352591003757e-15 - ] - ], - [ - 3.8333332538604736, - [ - 6.239912033081055, - 0.0, - -8.881719081343432e-16 - ] - ], - [ - 3.866666555404663, - [ - 6.2246527671813965, - 0.0, - -2.6645352591003757e-15 - ] - ], - [ - 3.9000000953674316, - [ - 6.2075886726379395, - -3.552723843195868e-15, - 3.552713678800501e-15 - ] - ], - [ - 3.9666666984558105, - [ - 6.169130325317383, - -3.5527085966028174e-15, - 9.693516640379971e-27 - ] - ], - [ - 4.199999809265137, - [ - 6.017458438873291, - 5.0806842014987714e-20, - 3.552713678800501e-15 - ] - ], - [ - 4.266666889190674, - [ - 5.978160381317139, - -4.749804973007511e-25, - -1.7763568394002505e-15 - ] - ], - [ - 4.300000190734863, - [ - 5.960531234741211, - -3.552713678800501e-15, - -5.3290705182007514e-15 - ] - ], - [ - 4.333333492279053, - [ - 5.944611549377441, - -3.552713678800501e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.366666793823242, - [ - 5.930666446685791, - -3.552713678800501e-15, - -1.0161345138542815e-20 - ] - ], - [ - 4.433333396911621, - [ - 5.909780979156494, - -1.0658141036401503e-14, - -1.7763568394002505e-15 - ] - ], - [ - 4.566666603088379, - [ - 5.903515338897705, - -3.552713678800501e-15, - 3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 5.915491104125977, - -1.0658141036401503e-14, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 5.939952373504639, - -7.10544006309521e-15, - -1.7763466750048834e-15 - ] - ], - [ - 4.666666507720947, - [ - 5.975671291351318, - -3.552713678800501e-15, - -5.3290578127065426e-15 - ] - ], - [ - 4.699999809265137, - [ - 6.021407604217529, - -5.3290705182007514e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.075906276702881, - -3.5527289253935515e-15, - -3.552749254184286e-15 - ] - ], - [ - 4.766666889190674, - [ - 6.137894153594971, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.800000190734863, - [ - 6.206079959869385, - -1.3322676295501878e-15, - -3.552749254184286e-15 - ] - ], - [ - 4.833333492279053, - [ - 6.279153823852539, - -1.1102230246251565e-16, - -8.881784197001252e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.355805397033691, - -2.2204563724643577e-16, - -7.105413381557372e-15 - ] - ], - [ - 5.0, - [ - 6.675802707672119, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 5.0333333015441895, - [ - 6.7530131340026855, - -8.881784197001252e-16, - -5.3290705182007514e-15 - ] - ], - [ - 5.066666603088379, - [ - 6.82656717300415, - 1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 5.099999904632568, - [ - 6.895191669464111, - 1.7763568394002505e-15, - -5.3290578127065426e-15 - ] - ], - [ - 5.133333206176758, - [ - 6.957613945007324, - -1.7763568394002505e-15, - -7.1054210048538975e-15 - ] - ], - [ - 5.166666507720947, - [ - 7.012560844421387, - -8.363286323606246e-21, - -8.881784197001252e-15 - ] - ], - [ - 5.199999809265137, - [ - 7.058757305145264, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.233333110809326, - [ - 7.094928741455078, - 1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.1198015213012695, - 3.552713678800501e-15, - -2.6645352591003757e-15 - ] - ], - [ - 5.400000095367432, - [ - 7.112708568572998, - -5.3290705182007514e-15, - 7.105427357601002e-15 - ] - ], - [ - 5.433333396911621, - [ - 7.091943740844727, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.065135955810547, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.5, - [ - 7.032949447631836, - 1.7763568394002505e-15, - -6.217248937900877e-15 - ] - ], - [ - 5.5333333015441895, - [ - 6.996049880981445, - 1.7763568394002505e-15, - -8.881784197001252e-16 - ] - ], - [ - 5.566666603088379, - [ - 6.95510196685791, - 3.552713678800501e-15, - -2.6645320827268235e-15 - ] - ], - [ - 5.599999904632568, - [ - 6.910769939422607, - 8.724153266687912e-26, - -3.9968028886505635e-15 - ] - ], - [ - 5.633333206176758, - [ - 6.863718509674072, - 1.7763568394002505e-15, - 1.3322676295501878e-15 - ] - ], - [ - 5.699999809265137, - [ - 6.764112949371338, - 1.744827448590155e-25, - -1.3322676295501878e-15 - ] - ], - [ - 5.800000190734863, - [ - 6.610904216766357, - 1.744827448590155e-25, - -1.7763568394002505e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.561470031738281, - 1.7763568394002505e-15, - -8.909539772616881e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.513960838317871, - -1.7763568394002505e-15, - -1.776337463521582e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.4690327644348145, - 1.7763568394002505e-15, - 1.3322676295501878e-15 - ] - ], - [ - 5.933333396911621, - [ - 6.427347660064697, - 1.7763568394002505e-15, - -1.11022810682284e-15 - ] - ], - [ - 5.9666666984558105, - [ - 6.389566898345947, - 2.6645352591003757e-15, - -3.9968028886505635e-15 - ] - ], - [ - 6.0, - [ - 6.356349945068359, - 1.7763568394002505e-15, - -1.3322676295501878e-15 - ] - ], - [ - 6.0333333015441895, - [ - 6.328356742858887, - 3.6354323557159894e-27, - 1.7763568394002505e-15 - ] - ], - [ - 6.066666603088379, - [ - 6.306247234344482, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 6.099999904632568, - [ - 6.290682792663574, - 1.7763568394002505e-15, - -4.440892098500626e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.298219203948975, - 2.6645352591003757e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.3125152587890625, - 8.881709552222776e-16, - -4.440874310808734e-15 - ] - ], - [ - 6.300000190734863, - [ - 6.330260276794434, - 4.440892098500626e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.333333492279053, - [ - 6.350991725921631, - 1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.366666793823242, - [ - 6.374244689941406, - 3.877399260581002e-26, - -1.7763568394002505e-15 - ] - ], - [ - 6.400000095367432, - [ - 6.399555683135986, - 8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.454494953155518, - 2.886579864025407e-15, - -1.7763568394002505e-15 - ] - ], - [ - 6.599999904632568, - [ - 6.5686187744140625, - 2.1094237467877974e-15, - -3.552723843195868e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.595315456390381, - 6.661338147750939e-16, - -1.0672189805348802e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458333336_1067782.json b/lenses/physics-objects/Scene/assets/1645812458333336_1067782.json deleted file mode 100644 index f67d3a8c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458333336_1067782.json +++ /dev/null @@ -1,1396 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458333336:1067782", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.023915408179163933, - 0.02046450972557068, - 0.011657598428428173, - 0.999436616897583 - ] - ], - [ - 0.30000001192092896, - [ - -0.023964039981365204, - 0.02062162384390831, - 0.012193754315376282, - 0.9994257092475891 - ] - ], - [ - 0.46666666865348816, - [ - -0.023932497948408127, - 0.02084766887128353, - 0.012406284920871258, - 0.9994192719459534 - ] - ], - [ - 0.5, - [ - -0.023689523339271545, - 0.020508062094449997, - 0.014587625861167908, - 0.999402642250061 - ] - ], - [ - 0.5333333611488342, - [ - -0.022995229810476303, - 0.01957489363849163, - 0.020280102267861366, - 0.9993382692337036 - ] - ], - [ - 0.5666666626930237, - [ - -0.021848486736416817, - 0.01834603026509285, - 0.028293048962950706, - 0.999192476272583 - ] - ], - [ - 0.6000000238418579, - [ - -0.02029951848089695, - 0.017098698765039444, - 0.037438683211803436, - 0.9989464282989502 - ] - ], - [ - 0.6333333253860474, - [ - -0.018508775159716606, - 0.016043180599808693, - 0.046541884541511536, - 0.9986159801483154 - ] - ], - [ - 0.6666666865348816, - [ - -0.016756571829319, - 0.015295707620680332, - 0.05444580689072609, - 0.9982589483261108 - ] - ], - [ - 0.699999988079071, - [ - -0.01541309803724289, - 0.014882058836519718, - 0.060011375695466995, - 0.9979678392410278 - ] - ], - [ - 0.7333333492279053, - [ - -0.01487814076244831, - 0.014781883917748928, - 0.06210976839065552, - 0.9978489279747009 - ] - ], - [ - 0.8999999761581421, - [ - -0.0148452278226614, - 0.015020616352558136, - 0.061934005469083786, - 0.9978567957878113 - ] - ], - [ - 1.0333333015441895, - [ - -0.014822364784777164, - 0.015123223885893822, - 0.06162605807185173, - 0.9978746771812439 - ] - ], - [ - 1.1666666269302368, - [ - -0.01480917539447546, - 0.015093443915247917, - 0.06114903464913368, - 0.9979046583175659 - ] - ], - [ - 1.2000000476837158, - [ - -0.01476195827126503, - 0.01505495049059391, - 0.06083235144615173, - 0.9979252815246582 - ] - ], - [ - 1.2333333492279053, - [ - -0.014627939090132713, - 0.01502289529889822, - 0.060260970145463943, - 0.9979624152183533 - ] - ], - [ - 1.2666666507720947, - [ - -0.014414703473448753, - 0.014997411519289017, - 0.059462256729602814, - 0.9980137944221497 - ] - ], - [ - 1.2999999523162842, - [ - -0.014130252413451672, - 0.014983455650508404, - 0.058501217514276505, - 0.9980748891830444 - ] - ], - [ - 1.3333333730697632, - [ - -0.01378241740167141, - 0.01498491782695055, - 0.057432323694229126, - 0.998141884803772 - ] - ], - [ - 1.3666666746139526, - [ - -0.013378276489675045, - 0.014999838545918465, - 0.05626671016216278, - 0.9982134699821472 - ] - ], - [ - 1.399999976158142, - [ - -0.012924975715577602, - 0.015026010572910309, - 0.055014483630657196, - 0.9982888102531433 - ] - ], - [ - 1.4333332777023315, - [ - -0.012429731898009777, - 0.015061512589454651, - 0.05368504300713539, - 0.9983669519424438 - ] - ], - [ - 1.4666666984558105, - [ - -0.011899947188794613, - 0.015104302205145359, - 0.0522872656583786, - 0.998447060585022 - ] - ], - [ - 1.5, - [ - -0.011343211866915226, - 0.015152586624026299, - 0.050829753279685974, - 0.9985279440879822 - ] - ], - [ - 1.5333333015441895, - [ - -0.010767374187707901, - 0.015204711817204952, - 0.049321047961711884, - 0.998609185218811 - ] - ], - [ - 1.5666667222976685, - [ - -0.01018053200095892, - 0.015259388834238052, - 0.047769561409950256, - 0.9986899495124817 - ] - ], - [ - 1.600000023841858, - [ - -0.009591098874807358, - 0.015315462835133076, - 0.04618401452898979, - 0.9987695813179016 - ] - ], - [ - 1.6333333253860474, - [ - -0.00900777243077755, - 0.015372266992926598, - 0.044573236256837845, - 0.998847246170044 - ] - ], - [ - 1.6666666269302368, - [ - -0.00843957718461752, - 0.015429352410137653, - 0.04294644296169281, - 0.99892258644104 - ] - ], - [ - 1.7000000476837158, - [ - -0.007895817048847675, - 0.01548682525753975, - 0.04131314158439636, - 0.9989950060844421 - ] - ], - [ - 1.7333333492279053, - [ - -0.007386111654341221, - 0.015545046888291836, - 0.03968329355120659, - 0.9990640878677368 - ] - ], - [ - 1.7666666507720947, - [ - -0.006920318119227886, - 0.01560501754283905, - 0.03806724026799202, - 0.9991293549537659 - ] - ], - [ - 1.7999999523162842, - [ - -0.006508553400635719, - 0.01566789112985134, - 0.03647571802139282, - 0.9991905093193054 - ] - ], - [ - 1.8333333730697632, - [ - -0.00616112258285284, - 0.015735499560832977, - 0.03491993993520737, - 0.9992472529411316 - ] - ], - [ - 1.8666666746139526, - [ - -0.00588850537315011, - 0.01580996997654438, - 0.033411577343940735, - 0.9992992877960205 - ] - ], - [ - 1.899999976158142, - [ - -0.005701553076505661, - 0.01588752493262291, - 0.031951405107975006, - 0.9993469715118408 - ] - ], - [ - 1.9333332777023315, - [ - -0.0056113507598638535, - 0.015961969271302223, - 0.030536450445652008, - 0.9993905425071716 - ] - ], - [ - 1.9666666984558105, - [ - -0.005779508966952562, - 0.016013940796256065, - 0.0290641151368618, - 0.9994325637817383 - ] - ], - [ - 2.0, - [ - -0.006330156698822975, - 0.016032971441745758, - 0.027437495067715645, - 0.9994748830795288 - ] - ], - [ - 2.0333333015441895, - [ - -0.007218834012746811, - 0.01603448949754238, - 0.02568507008254528, - 0.9995154142379761 - ] - ], - [ - 2.066666603088379, - [ - -0.008401564322412014, - 0.01603461429476738, - 0.023840779438614845, - 0.9995519518852234 - ] - ], - [ - 2.0999999046325684, - [ - -0.009833842515945435, - 0.01604548655450344, - 0.021928338333964348, - 0.9995824098587036 - ] - ], - [ - 2.133333444595337, - [ - -0.011471446603536606, - 0.016077356413006783, - 0.019971836358308792, - 0.9996054768562317 - ] - ], - [ - 2.1666667461395264, - [ - -0.013270429335534573, - 0.0161382257938385, - 0.017995741218328476, - 0.9996198415756226 - ] - ], - [ - 2.200000047683716, - [ - -0.015187299810349941, - 0.016233818605542183, - 0.016024718061089516, - 0.9996245503425598 - ] - ], - [ - 2.2333333492279053, - [ - -0.017179008573293686, - 0.016367023810744286, - 0.014083750545978546, - 0.9996192455291748 - ] - ], - [ - 2.2666666507720947, - [ - -0.019202981144189835, - 0.016538191586732864, - 0.012197943404316902, - 0.9996044039726257 - ] - ], - [ - 2.299999952316284, - [ - -0.02121712826192379, - 0.01674509048461914, - 0.010392395779490471, - 0.9995806217193604 - ] - ], - [ - 2.3333332538604736, - [ - -0.023179851472377777, - 0.0169830322265625, - 0.008692087605595589, - 0.9995492696762085 - ] - ], - [ - 2.366666555404663, - [ - -0.02505003847181797, - 0.01724529080092907, - 0.007121773436665535, - 0.9995120763778687 - ] - ], - [ - 2.4000000953674316, - [ - -0.027204647660255432, - 0.017553992569446564, - 0.005631649401038885, - 0.999459981918335 - ] - ], - [ - 2.433333396911621, - [ - -0.02990155667066574, - 0.01793115958571434, - 0.004179483745247126, - 0.999383270740509 - ] - ], - [ - 2.4666666984558105, - [ - -0.03292255848646164, - 0.018361929804086685, - 0.0028011540416628122, - 0.9992852807044983 - ] - ], - [ - 2.5, - [ - -0.03605159372091293, - 0.018823139369487762, - 0.0015321816317737103, - 0.9991714954376221 - ] - ], - [ - 2.5333333015441895, - [ - -0.039075467735528946, - 0.019283829256892204, - 0.0004071573494002223, - 0.9990500807762146 - ] - ], - [ - 2.566666603088379, - [ - -0.041783906519412994, - 0.01970675028860569, - -0.0005406562704592943, - 0.9989321827888489 - ] - ], - [ - 2.5999999046325684, - [ - -0.043969158083200455, - 0.020050568506121635, - -0.0012794521171599627, - 0.9988308548927307 - ] - ], - [ - 2.633333444595337, - [ - -0.04542490094900131, - 0.020272783935070038, - -0.0017786291427910328, - 0.998760461807251 - ] - ], - [ - 2.6666667461395264, - [ - -0.04594448581337929, - 0.020333286374807358, - -0.0020081372931599617, - 0.9987350106239319 - ] - ], - [ - 2.799999952316284, - [ - -0.04585716128349304, - 0.020156633108854294, - -0.002353953430429101, - 0.998741865158081 - ] - ], - [ - 2.933333396911621, - [ - -0.04559221863746643, - 0.019966863095760345, - -0.002447835635393858, - 0.998757541179657 - ] - ], - [ - 2.9666666984558105, - [ - -0.045474544167518616, - 0.0199216827750206, - -0.0024082439485937357, - 0.998763918876648 - ] - ], - [ - 3.0333333015441895, - [ - -0.045187924057245255, - 0.019835887476801872, - -0.0022657192312180996, - 0.9987789988517761 - ] - ], - [ - 3.066666603088379, - [ - -0.04502592608332634, - 0.019795823842287064, - -0.002168467501178384, - 0.9987872838973999 - ] - ], - [ - 3.0999999046325684, - [ - -0.04485611990094185, - 0.01975814253091812, - -0.002057656878605485, - 0.9987959265708923 - ] - ], - [ - 3.1666667461395264, - [ - -0.04450716823339462, - 0.019690630957484245, - -0.0018065653275698423, - 0.9988133311271667 - ] - ], - [ - 3.2333333492279053, - [ - -0.044156838208436966, - 0.019636232405900955, - -0.0015198438195511699, - 0.9988304376602173 - ] - ], - [ - 3.2666666507720947, - [ - -0.04396353289484978, - 0.01961623691022396, - -0.0013418094022199512, - 0.9988396167755127 - ] - ], - [ - 3.299999952316284, - [ - -0.04375915974378586, - 0.019601784646511078, - -0.001144593465141952, - 0.9988491535186768 - ] - ], - [ - 3.3333332538604736, - [ - -0.043547678738832474, - 0.019593166187405586, - -0.0009351266780868173, - 0.9988587498664856 - ] - ], - [ - 3.4000000953674316, - [ - -0.04311930760741234, - 0.0195947103202343, - -0.0005070052575320005, - 0.9988776445388794 - ] - ], - [ - 3.5, - [ - -0.04252297058701515, - 0.01964658871293068, - 5.177639832254499e-05, - 0.9989023208618164 - ] - ], - [ - 3.566666603088379, - [ - -0.04220321774482727, - 0.019699828699231148, - 0.0002580154687166214, - 0.9989147782325745 - ] - ], - [ - 3.5999999046325684, - [ - -0.04249618947505951, - 0.01917504146695137, - -0.0009039449505507946, - 0.9989122152328491 - ] - ], - [ - 3.633333444595337, - [ - -0.04354963079094887, - 0.017774557694792747, - -0.004047786351293325, - 0.998884916305542 - ] - ], - [ - 3.6666667461395264, - [ - -0.04522969573736191, - 0.015857987105846405, - -0.008493767119944096, - 0.9988146424293518 - ] - ], - [ - 3.700000047683716, - [ - -0.04736201465129852, - 0.013769188895821571, - -0.013566836714744568, - 0.9986907243728638 - ] - ], - [ - 3.7333333492279053, - [ - -0.049686457961797714, - 0.011804169043898582, - -0.018605532124638557, - 0.9985218048095703 - ] - ], - [ - 3.7666666507720947, - [ - -0.05184895917773247, - 0.010195951908826828, - -0.02296886220574379, - 0.9983386993408203 - ] - ], - [ - 3.799999952316284, - [ - -0.05342373624444008, - 0.009121737442910671, - -0.02603595145046711, - 0.9981907606124878 - ] - ], - [ - 3.8333332538604736, - [ - -0.05395932495594025, - 0.00873563066124916, - -0.027195610105991364, - 0.9981346130371094 - ] - ], - [ - 3.9666666984558105, - [ - -0.05327373370528221, - 0.008795233443379402, - -0.027190908789634705, - 0.9981710314750671 - ] - ], - [ - 4.0, - [ - -0.053055036813020706, - 0.008812583051621914, - -0.027173934504389763, - 0.9981828927993774 - ] - ], - [ - 4.0333333015441895, - [ - -0.05282054841518402, - 0.008831774815917015, - -0.02714415453374386, - 0.9981959462165833 - ] - ], - [ - 4.066666603088379, - [ - -0.05257181450724602, - 0.008853272534906864, - -0.027098309248685837, - 0.9982101321220398 - ] - ], - [ - 4.099999904632568, - [ - -0.052310410887002945, - 0.008877577260136604, - -0.027033163234591484, - 0.9982254505157471 - ] - ], - [ - 4.166666507720947, - [ - -0.0517558827996254, - 0.008936518803238869, - -0.026831986382603645, - 0.9982592463493347 - ] - ], - [ - 4.199999809265137, - [ - -0.051465943455696106, - 0.00897202081978321, - -0.026689480990171432, - 0.9982777237892151 - ] - ], - [ - 4.233333110809326, - [ - -0.051169708371162415, - 0.0090121915563941, - -0.026514718309044838, - 0.9982972741127014 - ] - ], - [ - 4.266666889190674, - [ - -0.05086882412433624, - 0.009057492949068546, - -0.026304449886083603, - 0.9983177781105042 - ] - ], - [ - 4.300000190734863, - [ - -0.0505649708211422, - 0.009108377620577812, - -0.026055477559566498, - 0.9983392953872681 - ] - ], - [ - 4.333333492279053, - [ - -0.05025986582040787, - 0.009165407158434391, - -0.025764554738998413, - 0.9983617067337036 - ] - ], - [ - 4.366666793823242, - [ - -0.049955252557992935, - 0.009228921495378017, - -0.025428468361496925, - 0.9983850717544556 - ] - ], - [ - 4.400000095367432, - [ - -0.049652934074401855, - 0.009299442172050476, - -0.02504400722682476, - 0.9984092116355896 - ] - ], - [ - 4.433333396911621, - [ - -0.049354780465364456, - 0.009377490729093552, - -0.024607965722680092, - 0.9984341859817505 - ] - ], - [ - 4.4666666984558105, - [ - -0.04906304553151131, - 0.009458095766603947, - -0.024124179035425186, - 0.99845951795578 - ] - ], - [ - 4.5, - [ - -0.04878002032637596, - 0.009537816978991032, - -0.023595094680786133, - 0.9984853863716125 - ] - ], - [ - 4.5333333015441895, - [ - -0.04850758984684944, - 0.009619289077818394, - -0.023015182465314865, - 0.9985113739967346 - ] - ], - [ - 4.566666603088379, - [ - -0.048248302191495895, - 0.009742856957018375, - -0.021867042407393456, - 0.9985485672950745 - ] - ], - [ - 4.599999904632568, - [ - -0.04800727590918541, - 0.009941508062183857, - -0.01979176513850689, - 0.9986013770103455 - ] - ], - [ - 4.633333206176758, - [ - -0.04779063165187836, - 0.010203254409134388, - -0.017020991072058678, - 0.9986602067947388 - ] - ], - [ - 4.666666507720947, - [ - -0.047601550817489624, - 0.01051099319010973, - -0.013788452371954918, - 0.9987159371376038 - ] - ], - [ - 4.699999809265137, - [ - -0.04743800312280655, - 0.010846929624676704, - -0.010325835086405277, - 0.9987618923187256 - ] - ], - [ - 4.733333110809326, - [ - -0.047290973365306854, - 0.011192497797310352, - -0.0068643721751868725, - 0.9987948536872864 - ] - ], - [ - 4.766666889190674, - [ - -0.04714389890432358, - 0.011528491042554379, - -0.00363610265776515, - 0.9988149404525757 - ] - ], - [ - 4.800000190734863, - [ - -0.04697329178452492, - 0.011834786273539066, - -0.0008753871079534292, - 0.9988256692886353 - ] - ], - [ - 4.833333492279053, - [ - -0.04675048217177391, - 0.012089889496564865, - 0.001180741935968399, - 0.9988327622413635 - ] - ], - [ - 4.866666793823242, - [ - -0.04644453898072243, - 0.012270038016140461, - 0.002291547367349267, - 0.9988428950309753 - ] - ], - [ - 4.900000095367432, - [ - -0.04608231410384178, - 0.01240705419331789, - 0.0028385468758642673, - 0.9988566637039185 - ] - ], - [ - 4.933333396911621, - [ - -0.045711178332567215, - 0.01255041640251875, - 0.0033676098100841045, - 0.9988701939582825 - ] - ], - [ - 4.9666666984558105, - [ - -0.04533161595463753, - 0.012700708582997322, - 0.003881175769492984, - 0.9988837242126465 - ] - ], - [ - 5.0, - [ - -0.04494400694966316, - 0.012858474627137184, - 0.004381295293569565, - 0.9988972544670105 - ] - ], - [ - 5.0333333015441895, - [ - -0.04454866051673889, - 0.013024388812482357, - 0.004869791679084301, - 0.9989104270935059 - ] - ], - [ - 5.066666603088379, - [ - -0.0441458523273468, - 0.013199076987802982, - 0.0053483666852116585, - 0.9989235997200012 - ] - ], - [ - 5.099999904632568, - [ - -0.04373578354716301, - 0.013383330777287483, - 0.005818613804876804, - 0.9989365339279175 - ] - ], - [ - 5.133333206176758, - [ - -0.04331864416599274, - 0.013577902689576149, - 0.006282156798988581, - 0.9989492893218994 - ] - ], - [ - 5.166666507720947, - [ - -0.04289456084370613, - 0.013783722184598446, - 0.006740660406649113, - 0.998961865901947 - ] - ], - [ - 5.199999809265137, - [ - -0.04246378317475319, - 0.013997307047247887, - 0.007188072428107262, - 0.998974084854126 - ] - ], - [ - 5.233333110809326, - [ - -0.042026620358228683, - 0.014212919399142265, - 0.007614366244524717, - 0.9989863634109497 - ] - ], - [ - 5.266666889190674, - [ - -0.041583187878131866, - 0.014428725466132164, - 0.008015071973204613, - 0.9989987015724182 - ] - ], - [ - 5.300000190734863, - [ - -0.04113362729549408, - 0.014642446301877499, - 0.00838532205671072, - 0.9990111589431763 - ] - ], - [ - 5.333333492279053, - [ - -0.040678471326828, - 0.014854902401566505, - 0.00872830580919981, - 0.9990237355232239 - ] - ], - [ - 5.366666793823242, - [ - -0.040218546986579895, - 0.015068131498992443, - 0.009051088243722916, - 0.9990363121032715 - ] - ], - [ - 5.400000095367432, - [ - -0.03975426033139229, - 0.015281764790415764, - 0.0093541843816638, - 0.9990488290786743 - ] - ], - [ - 5.433333396911621, - [ - -0.03928602114319801, - 0.015495548024773598, - 0.00963801983743906, - 0.9990614652633667 - ] - ], - [ - 5.4666666984558105, - [ - -0.03881421312689781, - 0.01570916548371315, - 0.009902875870466232, - 0.9990739822387695 - ] - ], - [ - 5.5, - [ - -0.03833923488855362, - 0.01592213287949562, - 0.010148954577744007, - 0.9990863800048828 - ] - ], - [ - 5.5333333015441895, - [ - -0.03786150738596916, - 0.016134072095155716, - 0.010376399382948875, - 0.9990989565849304 - ] - ], - [ - 5.599999904632568, - [ - -0.036899421364068985, - 0.016552921384572983, - 0.010775643400847912, - 0.9991238713264465 - ] - ], - [ - 5.633333206176758, - [ - -0.03641592338681221, - 0.016758771613240242, - 0.01094749290496111, - 0.999136209487915 - ] - ], - [ - 5.666666507720947, - [ - -0.03593140468001366, - 0.016961419954895973, - 0.011100840754806995, - 0.9991486668586731 - ] - ], - [ - 5.699999809265137, - [ - -0.035446327179670334, - 0.01716025359928608, - 0.011235707439482212, - 0.9991610646247864 - ] - ], - [ - 5.733333110809326, - [ - -0.034961212426424026, - 0.017354672774672508, - 0.011352121829986572, - 0.9991735816001892 - ] - ], - [ - 5.766666889190674, - [ - -0.034476544708013535, - 0.017543958500027657, - 0.011450176127254963, - 0.9991859197616577 - ] - ], - [ - 5.800000190734863, - [ - -0.03399292379617691, - 0.01772741600871086, - 0.011530027724802494, - 0.999198317527771 - ] - ], - [ - 5.833333492279053, - [ - -0.03351091220974922, - 0.017904357984662056, - 0.011591894552111626, - 0.9992108345031738 - ] - ], - [ - 5.866666793823242, - [ - -0.03303111344575882, - 0.018074125051498413, - 0.011636108160018921, - 0.9992231130599976 - ] - ], - [ - 5.900000095367432, - [ - -0.03255417197942734, - 0.01823592558503151, - 0.011663085781037807, - 0.9992356300354004 - ] - ], - [ - 5.9666666984558105, - [ - -0.031611546874046326, - 0.018533101305365562, - 0.011667714454233646, - 0.9992603659629822 - ] - ], - [ - 6.0, - [ - -0.031147250905632973, - 0.018667109310626984, - 0.01164685096591711, - 0.9992725849151611 - ] - ], - [ - 6.066666603088379, - [ - -0.03023620881140232, - 0.018904976546764374, - 0.011567311361432076, - 0.9992971420288086 - ] - ], - [ - 6.133333206176758, - [ - -0.029352106153964996, - 0.019118033349514008, - 0.011480066925287247, - 0.9993204474449158 - ] - ], - [ - 6.166666507720947, - [ - -0.028921501711010933, - 0.019221540540456772, - 0.011448587290942669, - 0.9993312954902649 - ] - ], - [ - 6.199999809265137, - [ - -0.028499018400907516, - 0.019323086366057396, - 0.011426819488406181, - 0.9993417263031006 - ] - ], - [ - 6.233333110809326, - [ - -0.028084727004170418, - 0.019420869648456573, - 0.011410890147089958, - 0.9993517398834229 - ] - ], - [ - 6.266666889190674, - [ - -0.02767885848879814, - 0.01951540820300579, - 0.011400789022445679, - 0.9993613362312317 - ] - ], - [ - 6.300000190734863, - [ - -0.02728172391653061, - 0.019607190042734146, - 0.011396370828151703, - 0.9993705153465271 - ] - ], - [ - 6.366666793823242, - [ - -0.026515237987041473, - 0.019784661009907722, - 0.011403756216168404, - 0.9993875622749329 - ] - ], - [ - 6.400000095367432, - [ - -0.026147017255425453, - 0.019871193915605545, - 0.011415019631385803, - 0.9993954300880432 - ] - ], - [ - 6.4666666984558105, - [ - -0.02544517070055008, - 0.020041219890117645, - 0.011451180092990398, - 0.9994097352027893 - ] - ], - [ - 6.5, - [ - -0.02511451579630375, - 0.020124835893511772, - 0.011475438252091408, - 0.9994161128997803 - ] - ], - [ - 6.5333333015441895, - [ - -0.024800632148981094, - 0.02020721510052681, - 0.011503458954393864, - 0.9994219541549683 - ] - ], - [ - 6.566666603088379, - [ - -0.02450784668326378, - 0.020287323743104935, - 0.01153506524860859, - 0.9994271993637085 - ] - ], - [ - 6.633333206176758, - [ - -0.02402649261057377, - 0.020428849384188652, - 0.011609802953898907, - 0.9994352459907532 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458333701_1067789.json b/lenses/physics-objects/Scene/assets/1645812458333701_1067789.json deleted file mode 100644 index 4ee419c1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458333701_1067789.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458333701:1067789", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458335694_1067802.json b/lenses/physics-objects/Scene/assets/1645812458335694_1067802.json deleted file mode 100644 index b8abb92c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458335694_1067802.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458335694:1067802", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.540391445159912, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.198159217834473, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 5.76924991607666, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 5.363285064697266, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.0893473625183105, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.068422317504883, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.388131141662598, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.87137508392334, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 6.305295944213867, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.475950717926025, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 6.242915630340576, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.751884937286377, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 5.217187881469727, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 4.851180076599121, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 4.828135967254639, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.0581512451171875, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.421755313873291, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 5.810194969177246, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 6.113924503326416, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.223798751831055, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 6.0687408447265625, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 5.724577903747559, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 5.301242351531982, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 4.9081244468688965, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 4.653782844543457, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 4.659397602081299, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.014693737030029, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.544130802154541, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 6.032432556152344, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 6.262576580047607, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 6.097644805908203, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 5.687546253204346, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 5.245296001434326, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 4.982260704040527, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 5.067573547363281, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 5.403496265411377, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.870226860046387, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 6.357295513153076, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 6.753531455993652, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.9479594230651855, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.871163368225098, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.600349426269531, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 6.243899822235107, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 5.909931659698486, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 5.706154823303223, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 5.754636287689209, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.131871700286865, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.652023792266846, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 7.102278232574463, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 7.270223140716553, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.02716064453125, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.529537200927734, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 5.992214202880859, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 5.62857723236084, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 5.606588840484619, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 5.826107025146484, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 6.169455051422119, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 6.52783203125, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 6.7919158935546875, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 6.852899074554443, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 6.646009922027588, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.252625942230225, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 5.783215045928955, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 5.347792625427246, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 5.055630683898926, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 5.030750751495361, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.345818519592285, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.815781116485596, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.228062152862549, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.368836402893066, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 6.11267614364624, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.618986129760742, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.103941440582275, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.782019138336182, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 4.814279556274414, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.091306686401367, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.496212959289551, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.919575214385986, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 6.251091480255127, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 6.380809307098389, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 6.246529579162598, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.930973052978516, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.543271064758301, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.1920576095581055, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.985445499420166, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.047741889953613, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.443008899688721, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.982288837432861, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 6.452317714691162, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 6.638742923736572, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 6.421692848205566, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 5.963014602661133, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 5.476405620574951, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 5.174407005310059, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 5.216254711151123, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 5.492130279541016, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.886011600494385, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 6.289261817932129, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.531249046325684, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458335991_1067809.json b/lenses/physics-objects/Scene/assets/1645812458335991_1067809.json deleted file mode 100644 index fd5ed0e0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458335991_1067809.json +++ /dev/null @@ -1,910 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458335991:1067809", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.0240598376840353, - 0.02015869691967964, - 0.02051718719303608, - 0.9992966651916504 - ] - ], - [ - 0.10000000149011612, - [ - -0.023893795907497406, - 0.020350195467472076, - 0.019757511094212532, - 0.999312162399292 - ] - ], - [ - 0.13333334028720856, - [ - -0.023739587515592575, - 0.020353151485323906, - 0.018780307844281197, - 0.9993346333503723 - ] - ], - [ - 0.1666666716337204, - [ - -0.023563610389828682, - 0.020400747656822205, - 0.017791394144296646, - 0.9993557929992676 - ] - ], - [ - 0.20000000298023224, - [ - -0.023399079218506813, - 0.020689668133854866, - 0.017323600128293037, - 0.9993619322776794 - ] - ], - [ - 0.23333333432674408, - [ - -0.023297540843486786, - 0.021503368392586708, - 0.018133295699954033, - 0.9993327856063843 - ] - ], - [ - 0.2666666805744171, - [ - -0.02329365350306034, - 0.023029258474707603, - 0.0207534097135067, - 0.9992479085922241 - ] - ], - [ - 0.30000001192092896, - [ - -0.023326799273490906, - 0.02479245327413082, - 0.02408132702112198, - 0.9991302490234375 - ] - ], - [ - 0.3333333432674408, - [ - -0.0233487319201231, - 0.02625354193150997, - 0.026884591206908226, - 0.9990209341049194 - ] - ], - [ - 0.36666667461395264, - [ - -0.023339414969086647, - 0.02691671811044216, - 0.028088681399822235, - 0.9989703893661499 - ] - ], - [ - 0.4000000059604645, - [ - -0.02339174970984459, - 0.025426283478736877, - 0.025778604671359062, - 0.9990705847740173 - ] - ], - [ - 0.4333333373069763, - [ - -0.02349168434739113, - 0.022326435893774033, - 0.020962810143828392, - 0.9992548227310181 - ] - ], - [ - 0.46666666865348816, - [ - -0.02352617122232914, - 0.019497409462928772, - 0.016375288367271423, - 0.999398946762085 - ] - ], - [ - 0.5, - [ - -0.023479746654629707, - 0.018097134307026863, - 0.01381082646548748, - 0.9994651079177856 - ] - ], - [ - 0.5333333611488342, - [ - -0.023380566388368607, - 0.01885911077260971, - 0.014511591754853725, - 0.9994434118270874 - ] - ], - [ - 0.5666666626930237, - [ - -0.023238306865096092, - 0.02129814401268959, - 0.0178113654255867, - 0.9993444681167603 - ] - ], - [ - 0.6000000238418579, - [ - -0.023079346865415573, - 0.024475857615470886, - 0.022448835894465446, - 0.9991819262504578 - ] - ], - [ - 0.6333333253860474, - [ - -0.023031722754240036, - 0.026616012677550316, - 0.02603682316839695, - 0.9990411400794983 - ] - ], - [ - 0.6666666865348816, - [ - -0.023157643154263496, - 0.02666459232568741, - 0.026900196447968483, - 0.9990140795707703 - ] - ], - [ - 0.699999988079071, - [ - -0.02332213707268238, - 0.0254653412848711, - 0.0257400069385767, - 0.9990721940994263 - ] - ], - [ - 0.7333333492279053, - [ - -0.023449484258890152, - 0.023534266278147697, - 0.023062655702233315, - 0.999181866645813 - ] - ], - [ - 0.7666666507720947, - [ - -0.02351008728146553, - 0.021455101668834686, - 0.01977221854031086, - 0.9992978572845459 - ] - ], - [ - 0.800000011920929, - [ - -0.023498786613345146, - 0.019653119146823883, - 0.016597019508481026, - 0.9993929862976074 - ] - ], - [ - 0.8333333134651184, - [ - -0.02342326007783413, - 0.01846940442919731, - 0.014146068133413792, - 0.999454915523529 - ] - ], - [ - 0.8666666746139526, - [ - -0.023303041234612465, - 0.01825651340186596, - 0.013074168004095554, - 0.9994762539863586 - ] - ], - [ - 0.8999999761581421, - [ - -0.023209869861602783, - 0.019126979634165764, - 0.01392560638487339, - 0.9994506239891052 - ] - ], - [ - 0.9333333373069763, - [ - -0.023200934752821922, - 0.02110038697719574, - 0.01709434576332569, - 0.9993619322776794 - ] - ], - [ - 0.9666666388511658, - [ - -0.02322019822895527, - 0.023525619879364967, - 0.02127932943403721, - 0.999226987361908 - ] - ], - [ - 1.0, - [ - -0.02323661930859089, - 0.025558510795235634, - 0.024845510721206665, - 0.9990943670272827 - ] - ], - [ - 1.0333333015441895, - [ - -0.02326458878815174, - 0.026290863752365112, - 0.026189390569925308, - 0.9990404844284058 - ] - ], - [ - 1.0666667222976685, - [ - -0.023380301892757416, - 0.02455737255513668, - 0.023694142699241638, - 0.9991440773010254 - ] - ], - [ - 1.100000023841858, - [ - -0.02352765202522278, - 0.021400561556220055, - 0.01904902048408985, - 0.9993125796318054 - ] - ], - [ - 1.1333333253860474, - [ - -0.023608937859535217, - 0.018636735156178474, - 0.014879133552312851, - 0.9994367957115173 - ] - ], - [ - 1.1666666269302368, - [ - -0.023624936118721962, - 0.017298726364970207, - 0.01275777630507946, - 0.9994897842407227 - ] - ], - [ - 1.2000000476837158, - [ - -0.023609206080436707, - 0.017965661361813545, - 0.013636123389005661, - 0.9994667768478394 - ] - ], - [ - 1.2333333492279053, - [ - -0.023569447919726372, - 0.020068543031811714, - 0.016684317961335182, - 0.9993816018104553 - ] - ], - [ - 1.2666666507720947, - [ - -0.023527130484580994, - 0.02269672602415085, - 0.020666884258389473, - 0.9992518424987793 - ] - ], - [ - 1.2999999523162842, - [ - -0.023565517738461494, - 0.024376997724175453, - 0.023655269294977188, - 0.9991450905799866 - ] - ], - [ - 1.3333333730697632, - [ - -0.023708408698439598, - 0.02436167187988758, - 0.024486232548952103, - 0.999122142791748 - ] - ], - [ - 1.3666666746139526, - [ - -0.023858651518821716, - 0.023372221738100052, - 0.023754963651299477, - 0.9991597533226013 - ] - ], - [ - 1.399999976158142, - [ - -0.023970408365130424, - 0.02182215079665184, - 0.02186531573534012, - 0.9992352724075317 - ] - ], - [ - 1.4333332777023315, - [ - -0.024031151086091995, - 0.020179077982902527, - 0.019528355449438095, - 0.9993167519569397 - ] - ], - [ - 1.4666666984558105, - [ - -0.024041466414928436, - 0.01879558153450489, - 0.01732851378619671, - 0.9993840456008911 - ] - ], - [ - 1.5, - [ - -0.024008022621273994, - 0.017959656193852425, - 0.015757838264107704, - 0.9994261860847473 - ] - ], - [ - 1.5333333015441895, - [ - -0.023942554369568825, - 0.017959125339984894, - 0.015325053595006466, - 0.9994345307350159 - ] - ], - [ - 1.5666667222976685, - [ - -0.023885712027549744, - 0.018870610743761063, - 0.01641080714762211, - 0.999401867389679 - ] - ], - [ - 1.600000023841858, - [ - -0.02386557310819626, - 0.020669585093855858, - 0.019214008003473282, - 0.9993168711662292 - ] - ], - [ - 1.6333333253860474, - [ - -0.023848649114370346, - 0.02283574640750885, - 0.022745806723833084, - 0.9991958737373352 - ] - ], - [ - 1.6666666269302368, - [ - -0.023819563910365105, - 0.024717042222619057, - 0.025818584486842155, - 0.9990771412849426 - ] - ], - [ - 1.7000000476837158, - [ - -0.023791208863258362, - 0.025565359741449356, - 0.02717285230755806, - 0.999020516872406 - ] - ], - [ - 1.7333333492279053, - [ - -0.023826897144317627, - 0.024304544553160667, - 0.02532367594540119, - 0.9990997314453125 - ] - ], - [ - 1.7666666507720947, - [ - -0.023896899074316025, - 0.021676339209079742, - 0.021410079672932625, - 0.999250054359436 - ] - ], - [ - 1.7999999523162842, - [ - -0.02392251417040825, - 0.019259918481111526, - 0.01764705218374729, - 0.9993724822998047 - ] - ], - [ - 1.8333333730697632, - [ - -0.023889582604169846, - 0.01808868907392025, - 0.015597893856465816, - 0.9994293451309204 - ] - ], - [ - 1.8666666746139526, - [ - -0.023811377584934235, - 0.018825067207217216, - 0.016351299360394478, - 0.9994054436683655 - ] - ], - [ - 1.899999976158142, - [ - -0.023692121729254723, - 0.02101808413863182, - 0.019285019487142563, - 0.9993122816085815 - ] - ], - [ - 1.9333332777023315, - [ - -0.02355462685227394, - 0.023830467835068703, - 0.023296231403946877, - 0.9991669654846191 - ] - ], - [ - 1.9666666984558105, - [ - -0.023496335372328758, - 0.025731859728693962, - 0.02637512981891632, - 0.9990447163581848 - ] - ], - [ - 2.0, - [ - -0.02356751635670662, - 0.025824014097452164, - 0.027133358642458916, - 0.9990202784538269 - ] - ], - [ - 2.0333333015441895, - [ - -0.023670680820941925, - 0.024811841547489166, - 0.026130540296435356, - 0.9990702271461487 - ] - ], - [ - 2.066666603088379, - [ - -0.023748867213726044, - 0.023124411702156067, - 0.02376229129731655, - 0.9991679787635803 - ] - ], - [ - 2.0999999046325684, - [ - -0.023776914924383163, - 0.021275868639349937, - 0.020802533254027367, - 0.9992743730545044 - ] - ], - [ - 2.133333444595337, - [ - -0.023746298626065254, - 0.019667722284793854, - 0.017918478697538376, - 0.999363899230957 - ] - ], - [ - 2.1666667461395264, - [ - -0.023659000173211098, - 0.01863742247223854, - 0.015697859227657318, - 0.999423086643219 - ] - ], - [ - 2.200000047683716, - [ - -0.023522626608610153, - 0.01858234964311123, - 0.01483058463782072, - 0.9994406700134277 - ] - ], - [ - 2.2333333492279053, - [ - -0.02337937243282795, - 0.01978362165391445, - 0.016028115525841713, - 0.9994024038314819 - ] - ], - [ - 2.2666666507720947, - [ - -0.023274069651961327, - 0.022251635789871216, - 0.019657542929053307, - 0.9992881417274475 - ] - ], - [ - 2.299999952316284, - [ - -0.023196006193757057, - 0.025058330968022346, - 0.024179967120289803, - 0.99912428855896 - ] - ], - [ - 2.3333332538604736, - [ - -0.02319282479584217, - 0.026738550513982773, - 0.027230847626924515, - 0.9990023374557495 - ] - ], - [ - 2.366666555404663, - [ - -0.0233021080493927, - 0.026183022186160088, - 0.026895903050899506, - 0.9990236759185791 - ] - ], - [ - 2.4000000953674316, - [ - -0.02342529408633709, - 0.023924309760332108, - 0.023565664887428284, - 0.999161422252655 - ] - ], - [ - 2.433333396911621, - [ - -0.02349007874727249, - 0.021179215982556343, - 0.019114404916763306, - 0.999316930770874 - ] - ], - [ - 2.4666666984558105, - [ - -0.02348223701119423, - 0.018872108310461044, - 0.01512705348432064, - 0.9994317293167114 - ] - ], - [ - 2.5, - [ - -0.0234367735683918, - 0.017704466357827187, - 0.012914924882352352, - 0.999485194683075 - ] - ], - [ - 2.5333333015441895, - [ - -0.023378703743219376, - 0.018427379429340363, - 0.013727804645895958, - 0.9994625449180603 - ] - ], - [ - 2.566666603088379, - [ - -0.023287400603294373, - 0.020716892555356026, - 0.016970409080386162, - 0.9993700385093689 - ] - ], - [ - 2.5999999046325684, - [ - -0.02319001778960228, - 0.023626277223229408, - 0.021351976320147514, - 0.9992237687110901 - ] - ], - [ - 2.633333444595337, - [ - -0.023197639733552933, - 0.0254948940128088, - 0.024633634835481644, - 0.9991021156311035 - ] - ], - [ - 2.6666667461395264, - [ - -0.023350687697529793, - 0.025422528386116028, - 0.02537325769662857, - 0.9990819096565247 - ] - ], - [ - 2.700000047683716, - [ - -0.023524155840277672, - 0.02422161027789116, - 0.024262884631752968, - 0.9991352558135986 - ] - ], - [ - 2.7333333492279053, - [ - -0.02365564927458763, - 0.022382240742444992, - 0.021815795451402664, - 0.9992314577102661 - ] - ], - [ - 2.7666666507720947, - [ - -0.023725947365164757, - 0.02044454775750637, - 0.018885334953665733, - 0.999330997467041 - ] - ], - [ - 2.799999952316284, - [ - -0.02373461425304413, - 0.01880124770104885, - 0.016144530847668648, - 0.9994111061096191 - ] - ], - [ - 2.8333332538604736, - [ - -0.023691793903708458, - 0.017764288932085037, - 0.01414706651121378, - 0.9994613528251648 - ] - ], - [ - 2.866666555404663, - [ - -0.023612435907125473, - 0.017689164727926254, - 0.013511461205780506, - 0.9994733333587646 - ] - ], - [ - 2.9000000953674316, - [ - -0.023540586233139038, - 0.01881367154419422, - 0.01485636830329895, - 0.9994354248046875 - ] - ], - [ - 2.933333396911621, - [ - -0.023510782048106194, - 0.021089809015393257, - 0.01838506944477558, - 0.9993320107460022 - ] - ], - [ - 2.9666666984558105, - [ - -0.023502131924033165, - 0.02362513728439808, - 0.022599250078201294, - 0.9991890788078308 - ] - ], - [ - 3.0, - [ - -0.02354293502867222, - 0.025130370631814003, - 0.025447875261306763, - 0.9990828633308411 - ] - ], - [ - 3.0333333015441895, - [ - -0.023654481396079063, - 0.02467367984354496, - 0.025358373299241066, - 0.9990938901901245 - ] - ], - [ - 3.066666603088379, - [ - -0.023762580007314682, - 0.02272830717265606, - 0.022686118260025978, - 0.9992017149925232 - ] - ], - [ - 3.0999999046325684, - [ - -0.023819372057914734, - 0.020353391766548157, - 0.019030746072530746, - 0.9993278980255127 - ] - ], - [ - 3.133333444595337, - [ - -0.02381782792508602, - 0.018364083021879196, - 0.015751292929053307, - 0.999423623085022 - ] - ], - [ - 3.1666667461395264, - [ - -0.023784847930073738, - 0.017398782074451447, - 0.014003001153469086, - 0.9994676113128662 - ] - ], - [ - 3.200000047683716, - [ - -0.02373490110039711, - 0.018156101927161217, - 0.014916540123522282, - 0.9994421005249023 - ] - ], - [ - 3.2333333492279053, - [ - -0.02364816889166832, - 0.020357001572847366, - 0.01798778399825096, - 0.9993512034416199 - ] - ], - [ - 3.2666666507720947, - [ - -0.023545797914266586, - 0.023150570690631866, - 0.02208157628774643, - 0.9992107152938843 - ] - ], - [ - 3.299999952316284, - [ - -0.023520175367593765, - 0.025025879964232445, - 0.02520783059298992, - 0.9990921020507813 - ] - ], - [ - 3.3333332538604736, - [ - -0.02374369464814663, - 0.022982817143201828, - 0.023248685523867607, - 0.9991835355758667 - ] - ], - [ - 3.366666555404663, - [ - -0.0240598376840353, - 0.02015869691967964, - 0.02051718719303608, - 0.9992966651916504 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458336263_1067816.json b/lenses/physics-objects/Scene/assets/1645812458336263_1067816.json deleted file mode 100644 index 624c09a3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458336263_1067816.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458336263:1067816", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458338975_1067829.json b/lenses/physics-objects/Scene/assets/1645812458338975_1067829.json deleted file mode 100644 index 5f8c18f1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458338975_1067829.json +++ /dev/null @@ -1,1082 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458338975:1067829", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.620275497436523, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.03333333507180214, - [ - 6.620275497436523, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.06666667014360428, - [ - 6.645149230957031, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.10000000149011612, - [ - 6.668198108673096, - 2.220446049250313e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.13333334028720856, - [ - 6.688962459564209, - 2.6645352591003757e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.1666666716337204, - [ - 6.70698356628418, - -3.1086244689504383e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.20000000298023224, - [ - 6.721802234649658, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.2666666805744171, - [ - 6.739992618560791, - -1.3322676295501878e-15, - -4.638500581955594e-27 - ] - ], - [ - 0.4000000059604645, - [ - 6.726278781890869, - 1.1546319456101628e-14, - -1.7763568394002505e-14 - ] - ], - [ - 0.4333333373069763, - [ - 6.714402675628662, - -4.440895274874178e-16, - -5.329070094684278e-15 - ] - ], - [ - 0.46666666865348816, - [ - 6.699728488922119, - -1.3322676295501878e-15, - -1.7763568394002505e-15 - ] - ], - [ - 0.5, - [ - 6.682661056518555, - -2.6645352591003757e-15, - -5.3290705182007514e-15 - ] - ], - [ - 0.5666666626930237, - [ - 6.643366813659668, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.6333333253860474, - [ - 6.599713325500488, - 1.4210854715202004e-14, - 4.440892098500626e-16 - ] - ], - [ - 0.699999988079071, - [ - 6.5515923500061035, - 7.105427357601002e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.8999999761581421, - [ - 6.386768341064453, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 0.9666666388511658, - [ - 6.3361735343933105, - -5.927456716107088e-21, - -3.710799772229695e-27 - ] - ], - [ - 1.0, - [ - 6.312941074371338, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.0333333015441895, - [ - 6.291439533233643, - 6.7742368239749344e-21, - -1.7763568394002505e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.271934509277344, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.100000023841858, - [ - 6.2546916007995605, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.239976406097412, - 7.105429898699844e-15, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.228044033050537, - 1.8320049602641947e-26, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.207740306854248, - 4.846759860933941e-27, - 1.7763555688508296e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.203120231628418, - 0.0, - -7.573058527145891e-27 - ] - ], - [ - 1.3666666746139526, - [ - 6.219647407531738, - 1.2116901578264797e-27, - -1.7763568394002505e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.244268894195557, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.4333332777023315, - [ - 6.275893688201904, - 7.105427357601002e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.4666666984558105, - [ - 6.313432216644287, - 1.4210854715202004e-14, - 3.5527187609981845e-15 - ] - ], - [ - 1.5, - [ - 6.355793476104736, - 7.105427357601002e-15, - 7.105427357601002e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.401885986328125, - -7.105427357601002e-15, - 5.504070701141e-21 - ] - ], - [ - 1.5666667222976685, - [ - 6.450619220733643, - -7.105427357601002e-15, - -4.4408916749841525e-15 - ] - ], - [ - 1.6666666269302368, - [ - 6.601731777191162, - 1.2096866992560205e-20, - 8.881784197001252e-16 - ] - ], - [ - 1.7000000476837158, - [ - 6.650095462799072, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.7333333492279053, - [ - 6.69563102722168, - 7.105432439798685e-15, - 8.881784197001252e-16 - ] - ], - [ - 1.7666666507720947, - [ - 6.737242698669434, - 1.4210854715202004e-14, - -3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 6.773834705352783, - 8.724161894854063e-26, - 2.220446049250313e-15 - ] - ], - [ - 1.8333333730697632, - [ - 6.804310321807861, - 1.4210854715202004e-14, - -7.993605777301127e-15 - ] - ], - [ - 1.8666666746139526, - [ - 6.827573299407959, - 7.10542481650216e-15, - -4.884980037801268e-15 - ] - ], - [ - 1.899999976158142, - [ - 6.842523097991943, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.9666666984558105, - [ - 6.843060493469238, - -7.105427357601002e-15, - -3.2751579226442118e-15 - ] - ], - [ - 2.0, - [ - 6.826413154602051, - 0.0, - -1.8041124150158794e-15 - ] - ], - [ - 2.0333333015441895, - [ - 6.799928665161133, - 7.105422275403318e-15, - 7.771561172376096e-16 - ] - ], - [ - 2.066666603088379, - [ - 6.7667059898376465, - 1.0658141036401503e-14, - -2.6645352591003757e-15 - ] - ], - [ - 2.0999999046325684, - [ - 6.727591037750244, - 7.105427357601002e-15, - -1.5543122344752192e-15 - ] - ], - [ - 2.133333444595337, - [ - 6.683428764343262, - 7.105427357601002e-15, - -1.7763589569826186e-15 - ] - ], - [ - 2.1666667461395264, - [ - 6.635062217712402, - 1.4210854715202004e-14, - -1.2434497875801753e-14 - ] - ], - [ - 2.200000047683716, - [ - 6.583332061767578, - -7.105427357601002e-15, - 1.1102230246251565e-14 - ] - ], - [ - 2.2333333492279053, - [ - 6.529077529907227, - 1.4210854715202004e-14, - -1.4654943925052066e-14 - ] - ], - [ - 2.4666666984558105, - [ - 6.13542366027832, - -8.881784197001252e-16, - -1.776351757202567e-15 - ] - ], - [ - 2.5, - [ - 6.080262184143066, - -4.440892098500626e-16, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.0266547203063965, - -2.2204524019974175e-16, - -3.552713678800501e-15 - ] - ], - [ - 2.566666603088379, - [ - 5.975271224975586, - 8.881784197001252e-16, - 8.881784197001252e-15 - ] - ], - [ - 2.5999999046325684, - [ - 5.926778316497803, - -1.5543058817281147e-15, - -1.9539925233402755e-14 - ] - ], - [ - 2.633333444595337, - [ - 5.881843090057373, - -3.552713678800501e-15, - -1.2434497875801753e-14 - ] - ], - [ - 2.6666667461395264, - [ - 5.841133117675781, - 3.1086244689504383e-15, - -1.2434497875801753e-14 - ] - ], - [ - 2.700000047683716, - [ - 5.805331230163574, - -2.220446049250313e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.7333333492279053, - [ - 5.775123596191406, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 2.7666666507720947, - [ - 5.751184463500977, - -1.7763568394002505e-15, - -1.0658138495302661e-14 - ] - ], - [ - 2.799999952316284, - [ - 5.734188556671143, - -1.7763568394002505e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.933333396911621, - [ - 5.740942478179932, - 2.6645352591003757e-15, - -1.2932453176213094e-26 - ] - ], - [ - 2.9666666984558105, - [ - 5.757816314697266, - -2.963729973640678e-21, - -3.552720031547605e-15 - ] - ], - [ - 3.0, - [ - 5.779429912567139, - -3.552713678800501e-15, - -1.4210854715202004e-14 - ] - ], - [ - 3.0333333015441895, - [ - 5.80501127243042, - -1.7763568394002505e-15, - -7.105432439798685e-15 - ] - ], - [ - 3.066666603088379, - [ - 5.833788871765137, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.0999999046325684, - [ - 5.864990234375, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.299999952316284, - [ - 6.064915657043457, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.096447467803955, - 1.7763523924772774e-15, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.126522064208984, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.4000000953674316, - [ - 6.154755592346191, - -7.621008853907111e-21, - -3.552713678800501e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.180762767791748, - -1.7763568394002505e-15, - 1.3548526962325287e-20 - ] - ], - [ - 3.4666666984558105, - [ - 6.204159736633301, - -3.231657291015317e-27, - 1.0658141036401503e-14 - ] - ], - [ - 3.5, - [ - 6.22456169128418, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.5333333015441895, - [ - 6.241582870483398, - -3.552713678800501e-15, - -1.4210854715202004e-14 - ] - ], - [ - 3.566666603088379, - [ - 6.254838943481445, - -1.7763568394002505e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.633333444595337, - [ - 6.269610404968262, - -3.552713678800501e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.799999952316284, - [ - 6.252563953399658, - -7.105427357601002e-15, - -3.108628280598701e-15 - ] - ], - [ - 3.8333332538604736, - [ - 6.23995304107666, - -1.2746229617286448e-25, - 8.881784197001252e-16 - ] - ], - [ - 3.866666555404663, - [ - 6.224693775177002, - 0.0, - -8.465414034470968e-16 - ] - ], - [ - 3.9000000953674316, - [ - 6.207629680633545, - 7.105427357601002e-15, - -1.3322676295501878e-15 - ] - ], - [ - 3.9666666984558105, - [ - 6.16917085647583, - -1.4210854715202004e-14, - -2.664538435473928e-15 - ] - ], - [ - 4.199999809265137, - [ - 6.017496585845947, - 0.0, - -3.48965489718031e-25 - ] - ], - [ - 4.266666889190674, - [ - 5.978198051452637, - -7.11294159697997e-20, - -1.7763568394002505e-15 - ] - ], - [ - 4.300000190734863, - [ - 5.960567951202393, - -7.105427357601002e-15, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 5.944647789001465, - 7.105427357601002e-15, - -1.2116865293744645e-25 - ] - ], - [ - 4.366666793823242, - [ - 5.930701732635498, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 4.433333396911621, - [ - 5.909814357757568, - -3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.566666603088379, - [ - 5.903542518615723, - 7.105427357601002e-15, - -3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 5.91551399230957, - 7.105427357601002e-15, - -1.7763466750048834e-15 - ] - ], - [ - 4.633333206176758, - [ - 5.939970016479492, - -7.105427357601002e-15, - -7.1054095699091095e-15 - ] - ], - [ - 4.666666507720947, - [ - 5.975681781768799, - -3.552713678800501e-15, - -1.0658141036401503e-14 - ] - ], - [ - 4.699999809265137, - [ - 6.0214104652404785, - -3.552713678800501e-15, - -7.105478179577837e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.075901508331299, - 5.3290705182007514e-15, - 7.105427357601002e-15 - ] - ], - [ - 4.766666889190674, - [ - 6.137881755828857, - 1.776333016598609e-15, - 7.105427357601002e-15 - ] - ], - [ - 4.800000190734863, - [ - 6.206061363220215, - -1.7763568394002505e-15, - -1.5987211554602254e-14 - ] - ], - [ - 4.833333492279053, - [ - 6.279129981994629, - -3.597194326302543e-26, - -5.329019696223916e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.355778217315674, - -5.273559366969494e-16, - 5.3290705182007514e-15 - ] - ], - [ - 5.0, - [ - 6.675769805908203, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 5.0333333015441895, - [ - 6.752978801727295, - -2.6645352591003757e-15, - 1.0658141036401503e-14 - ] - ], - [ - 5.066666603088379, - [ - 6.826530933380127, - 5.329065436003068e-15, - -1.5099022970506762e-14 - ] - ], - [ - 5.099999904632568, - [ - 6.895153999328613, - 6.217246396802035e-15, - -1.687538997430238e-14 - ] - ], - [ - 5.133333206176758, - [ - 6.95757532119751, - 7.105427357601002e-15, - -1.3322691542094929e-14 - ] - ], - [ - 5.166666507720947, - [ - 7.0125203132629395, - 5.329087035343223e-15, - -8.881814690187353e-15 - ] - ], - [ - 5.199999809265137, - [ - 7.058715343475342, - 4.071615089813185e-25, - -6.543761446179666e-25 - ] - ], - [ - 5.233333110809326, - [ - 7.09488582611084, - 3.5526958911086086e-15, - -3.552647610230615e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.119756698608398, - 5.3290705182007514e-15, - -1.9539925233402755e-14 - ] - ], - [ - 5.400000095367432, - [ - 7.112658977508545, - 1.0658141036401503e-14, - -1.7763568394002505e-14 - ] - ], - [ - 5.433333396911621, - [ - 7.091893196105957, - -1.7763568394002505e-15, - 1.7763644626967758e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.065083980560303, - 3.552713678800501e-15, - 3.1086244689504383e-15 - ] - ], - [ - 5.5, - [ - 7.032896995544434, - -1.7763568394002505e-15, - -3.9968028886505635e-15 - ] - ], - [ - 5.5333333015441895, - [ - 6.995996475219727, - -5.3290705182007514e-15, - 3.1086244689504383e-15 - ] - ], - [ - 5.566666603088379, - [ - 6.955047607421875, - 1.7763454044554625e-15, - 2.220542134550267e-16 - ] - ], - [ - 5.599999904632568, - [ - 6.910714626312256, - 7.105427357601002e-15, - -7.327471962526033e-15 - ] - ], - [ - 5.633333206176758, - [ - 6.863662242889404, - -1.7763568394002505e-15, - 1.7208456881689926e-15 - ] - ], - [ - 5.699999809265137, - [ - 6.7640557289123535, - 1.4210854715202004e-14, - -2.275957200481571e-14 - ] - ], - [ - 5.800000190734863, - [ - 6.610844612121582, - 8.881784197001252e-15, - -8.43769498715119e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.561410427093506, - 3.552696526383319e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.513900279998779, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.4689717292785645, - 7.105427357601002e-15, - -1.1546319456101628e-14 - ] - ], - [ - 5.933333396911621, - [ - 6.427286624908447, - -3.552713678800501e-15, - 2.6645352591003757e-15 - ] - ], - [ - 5.9666666984558105, - [ - 6.389505386352539, - 3.552713678800501e-15, - -6.21725402009856e-15 - ] - ], - [ - 6.0, - [ - 6.356288433074951, - 3.552713678800501e-15, - -7.993605777301127e-15 - ] - ], - [ - 6.0333333015441895, - [ - 6.32829475402832, - 7.105427357601002e-15, - -1.0658138495302661e-14 - ] - ], - [ - 6.066666603088379, - [ - 6.306185245513916, - 5.329074329849014e-15, - -1.2434497875801753e-14 - ] - ], - [ - 6.099999904632568, - [ - 6.29062032699585, - 3.552721302097026e-15, - -7.105445145292894e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.298155784606934, - 6.217248937900877e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.312451362609863, - 8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.300000190734863, - [ - 6.330196380615234, - 5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 6.333333492279053, - [ - 6.350927352905273, - 4.846746117497858e-25, - -5.3290705182007514e-15 - ] - ], - [ - 6.366666793823242, - [ - 6.374180316925049, - 7.105427357601002e-15, - -1.5987211554602254e-14 - ] - ], - [ - 6.400000095367432, - [ - 6.399490833282471, - 4.440887016302943e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.454429626464844, - -8.881784197001252e-16, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 6.568552017211914, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.595248222351074, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458339311_1067836.json b/lenses/physics-objects/Scene/assets/1645812458339311_1067836.json deleted file mode 100644 index 1e900fd6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458339311_1067836.json +++ /dev/null @@ -1,1549 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458339311:1067836", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026125185191631317, - -0.014210006222128868, - 0.05037581920623779, - 0.9982874393463135 - ] - ], - [ - 0.03333333507180214, - [ - -0.026125185191631317, - -0.014210006222128868, - 0.05037581920623779, - 0.9982874393463135 - ] - ], - [ - 0.06666667014360428, - [ - -0.026100890710949898, - -0.014176296070218086, - 0.04994986951351166, - 0.9983099699020386 - ] - ], - [ - 0.13333334028720856, - [ - -0.026060903444886208, - -0.014128084294497967, - 0.04918961226940155, - 0.9983495473861694 - ] - ], - [ - 0.20000000298023224, - [ - -0.026035020127892494, - -0.014109929092228413, - 0.0485970675945282, - 0.9983794093132019 - ] - ], - [ - 0.3333333432674408, - [ - -0.026031678542494774, - -0.014155726879835129, - 0.04817098006606102, - 0.9983994960784912 - ] - ], - [ - 0.4333333373069763, - [ - -0.026066163554787636, - -0.014246107079088688, - 0.04846424236893654, - 0.998383104801178 - ] - ], - [ - 0.46666666865348816, - [ - -0.026083044707775116, - -0.014284116216003895, - 0.04864954203367233, - 0.9983732104301453 - ] - ], - [ - 0.5, - [ - -0.025648092851042747, - -0.01410819124430418, - 0.04781400412321091, - 0.9984272122383118 - ] - ], - [ - 0.5333333611488342, - [ - -0.024431124329566956, - -0.013612291775643826, - 0.04528152942657471, - 0.9985827207565308 - ] - ], - [ - 0.5666666626930237, - [ - -0.02260330133140087, - -0.01298005785793066, - 0.04163043946027756, - 0.9987931251525879 - ] - ], - [ - 0.6000000238418579, - [ - -0.020360339432954788, - -0.012381358072161674, - 0.03743860498070717, - 0.9990147948265076 - ] - ], - [ - 0.6333333253860474, - [ - -0.017959583550691605, - -0.011935650371015072, - 0.03328140452504158, - 0.999213457107544 - ] - ], - [ - 0.6666666865348816, - [ - -0.01573539897799492, - -0.01168846432119608, - 0.029730254784226418, - 0.9993657469749451 - ] - ], - [ - 0.699999988079071, - [ - -0.01409086398780346, - -0.011612075380980968, - 0.027351798489689827, - 0.9994592070579529 - ] - ], - [ - 0.7333333492279053, - [ - -0.01346067525446415, - -0.011640332639217377, - 0.02670864760875702, - 0.9994849562644958 - ] - ], - [ - 0.7666666507720947, - [ - -0.013478022068738937, - -0.0117028271779418, - 0.027126910164952278, - 0.9994726181030273 - ] - ], - [ - 0.800000011920929, - [ - -0.013495816849172115, - -0.011764590628445148, - 0.027555342763662338, - 0.9994599223136902 - ] - ], - [ - 0.8666666746139526, - [ - -0.01353203970938921, - -0.011883343569934368, - 0.028427060693502426, - 0.9994336366653442 - ] - ], - [ - 0.8999999761581421, - [ - -0.013550087809562683, - -0.011938988231122494, - 0.028862159699201584, - 0.9994202256202698 - ] - ], - [ - 0.9666666388511658, - [ - -0.013585028238594532, - -0.01203940063714981, - 0.02970924973487854, - 0.9993937611579895 - ] - ], - [ - 1.0, - [ - -0.01360147912055254, - -0.012082695960998535, - 0.03011220693588257, - 0.9993809461593628 - ] - ], - [ - 1.0333333015441895, - [ - -0.013616946525871754, - -0.012120471335947514, - 0.030495142564177513, - 0.9993686676025391 - ] - ], - [ - 1.0666667222976685, - [ - -0.013631193898618221, - -0.01215195283293724, - 0.03085324726998806, - 0.9993571043014526 - ] - ], - [ - 1.100000023841858, - [ - -0.013643987476825714, - -0.012176454067230225, - 0.031181609258055687, - 0.9993464350700378 - ] - ], - [ - 1.1666666269302368, - [ - -0.013664391823112965, - -0.012197369709610939, - 0.031742461025714874, - 0.9993282556533813 - ] - ], - [ - 1.2000000476837158, - [ - -0.013637657277286053, - -0.012280344031751156, - 0.032172996550798416, - 0.9993138313293457 - ] - ], - [ - 1.2333333492279053, - [ - -0.013544767163693905, - -0.012526651844382286, - 0.03292146325111389, - 0.9992876648902893 - ] - ], - [ - 1.2666666507720947, - [ - -0.013391572050750256, - -0.012918860651552677, - 0.033947382122278214, - 0.9992504119873047 - ] - ], - [ - 1.2999999523162842, - [ - -0.013181130401790142, - -0.013436645269393921, - 0.03513497859239578, - 0.9992052912712097 - ] - ], - [ - 1.3333333730697632, - [ - -0.012917185202240944, - -0.014060888439416885, - 0.03638778626918793, - 0.9991553425788879 - ] - ], - [ - 1.3666666746139526, - [ - -0.012606445699930191, - -0.014775642193853855, - 0.037695225328207016, - 0.9991005063056946 - ] - ], - [ - 1.399999976158142, - [ - -0.012255657464265823, - -0.015565124340355396, - 0.03904817998409271, - 0.9990410208702087 - ] - ], - [ - 1.4333332777023315, - [ - -0.0118716387078166, - -0.01641394942998886, - 0.04043827950954437, - 0.9989766478538513 - ] - ], - [ - 1.4666666984558105, - [ - -0.011461285874247551, - -0.01730692759156227, - 0.041857559233903885, - 0.9989079236984253 - ] - ], - [ - 1.5, - [ - -0.011031602509319782, - -0.018229197710752487, - 0.04329796880483627, - 0.9988349676132202 - ] - ], - [ - 1.5333333015441895, - [ - -0.010589703917503357, - -0.019166216254234314, - 0.0447511300444603, - 0.9987582564353943 - ] - ], - [ - 1.5666667222976685, - [ - -0.010142847895622253, - -0.02010384202003479, - 0.04620814323425293, - 0.9986780285835266 - ] - ], - [ - 1.600000023841858, - [ - -0.009698447771370411, - -0.02102823182940483, - 0.047659315168857574, - 0.9985951781272888 - ] - ], - [ - 1.6333333253860474, - [ - -0.009264091029763222, - -0.021926023066043854, - 0.04909418895840645, - 0.998510479927063 - ] - ], - [ - 1.6666666269302368, - [ - -0.008847543969750404, - -0.02278420887887478, - 0.05050143226981163, - 0.9984248876571655 - ] - ], - [ - 1.7000000476837158, - [ - -0.00845678336918354, - -0.023590292781591415, - 0.05186891555786133, - 0.9983395338058472 - ] - ], - [ - 1.7333333492279053, - [ - -0.00809998344630003, - -0.024332111701369286, - 0.05318367853760719, - 0.9982554912567139 - ] - ], - [ - 1.7666666507720947, - [ - -0.007785546127706766, - -0.024998001754283905, - 0.054432135075330734, - 0.998174250125885 - ] - ], - [ - 1.7999999523162842, - [ - -0.007522070314735174, - -0.02557654120028019, - 0.05560007691383362, - 0.9980971217155457 - ] - ], - [ - 1.8333333730697632, - [ - -0.0073183816857635975, - -0.026056718081235886, - 0.05667289346456528, - 0.9980260133743286 - ] - ], - [ - 1.8666666746139526, - [ - -0.007183498237282038, - -0.026427648961544037, - 0.057635582983493805, - 0.9979619979858398 - ] - ], - [ - 1.899999976158142, - [ - -0.007126189302653074, - -0.0266755111515522, - 0.058478761464357376, - 0.9979067444801331 - ] - ], - [ - 1.9333332777023315, - [ - -0.007155075203627348, - -0.026785103604197502, - 0.059195153415203094, - 0.997861385345459 - ] - ], - [ - 1.9666666984558105, - [ - -0.007422465365380049, - -0.026842547580599785, - 0.05953042954206467, - 0.997838020324707 - ] - ], - [ - 2.0, - [ - -0.008047482930123806, - -0.026936892420053482, - 0.059300296008586884, - 0.9978442192077637 - ] - ], - [ - 2.0333333015441895, - [ - -0.008988588117063046, - -0.027058342471718788, - 0.058562494814395905, - 0.9978764653205872 - ] - ], - [ - 2.066666603088379, - [ - -0.010203898884356022, - -0.02719493769109249, - 0.0573580302298069, - 0.9979310631752014 - ] - ], - [ - 2.0999999046325684, - [ - -0.011652280576527119, - -0.027332350611686707, - 0.055755365639925, - 0.9980023503303528 - ] - ], - [ - 2.133333444595337, - [ - -0.01329264510422945, - -0.02745513804256916, - 0.053822752088308334, - 0.9980844855308533 - ] - ], - [ - 2.1666667461395264, - [ - -0.01508390810340643, - -0.027547398582100868, - 0.05162842944264412, - 0.998172402381897 - ] - ], - [ - 2.200000047683716, - [ - -0.016985179856419563, - -0.027593346312642097, - 0.04924040660262108, - 0.9982613325119019 - ] - ], - [ - 2.2333333492279053, - [ - -0.018955715000629425, - -0.027577534317970276, - 0.0467265248298645, - 0.9983470439910889 - ] - ], - [ - 2.2666666507720947, - [ - -0.020955033600330353, - -0.027485420927405357, - 0.044154610484838486, - 0.9984266757965088 - ] - ], - [ - 2.299999952316284, - [ - -0.022942980751395226, - -0.027303546667099, - 0.041592374444007874, - 0.9984980821609497 - ] - ], - [ - 2.3333332538604736, - [ - -0.024879762902855873, - -0.02701970748603344, - 0.03910744935274124, - 0.9985597133636475 - ] - ], - [ - 2.366666555404663, - [ - -0.02672603167593479, - -0.0266231968998909, - 0.03676742687821388, - 0.9986116886138916 - ] - ], - [ - 2.4000000953674316, - [ - -0.028821175917983055, - -0.025900550186634064, - 0.03389870375394821, - 0.9986737966537476 - ] - ], - [ - 2.433333396911621, - [ - -0.03139751777052879, - -0.02471322938799858, - 0.03002648800611496, - 0.9987501502037048 - ] - ], - [ - 2.4666666984558105, - [ - -0.03425649181008339, - -0.023170113563537598, - 0.025518590584397316, - 0.9988186359405518 - ] - ], - [ - 2.5, - [ - -0.03720175847411156, - -0.021396486088633537, - 0.0207477118819952, - 0.9988632202148438 - ] - ], - [ - 2.5333333015441895, - [ - -0.04003993421792984, - -0.01953979581594467, - 0.01609213650226593, - 0.9988774061203003 - ] - ], - [ - 2.566666603088379, - [ - -0.042580679059028625, - -0.017770707607269287, - 0.011935168877243996, - 0.998863697052002 - ] - ], - [ - 2.5999999046325684, - [ - -0.04463617876172066, - -0.016279447823762894, - 0.008663693442940712, - 0.998833179473877 - ] - ], - [ - 2.633333444595337, - [ - -0.046019863337278366, - -0.015267642214894295, - 0.006666180677711964, - 0.998801589012146 - ] - ], - [ - 2.6666667461395264, - [ - -0.04654454067349434, - -0.014935730956494808, - 0.00633041700348258, - 0.9987844824790955 - ] - ], - [ - 2.700000047683716, - [ - -0.046573858708143234, - -0.015000500716269016, - 0.006922448985278606, - 0.998778223991394 - ] - ], - [ - 2.7333333492279053, - [ - -0.04659485071897507, - -0.015051468275487423, - 0.007448712829500437, - 0.9987726807594299 - ] - ], - [ - 2.7666666507720947, - [ - -0.04660366475582123, - -0.015087881125509739, - 0.00790359452366829, - 0.9987683296203613 - ] - ], - [ - 2.8333332538604736, - [ - -0.04656975716352463, - -0.015117358416318893, - 0.008573506958782673, - 0.9987638592720032 - ] - ], - [ - 2.933333396911621, - [ - -0.04633854702115059, - -0.01505778543651104, - 0.00900723971426487, - 0.9987717866897583 - ] - ], - [ - 3.066666603088379, - [ - -0.045692212879657745, - -0.01484737079590559, - 0.00904068537056446, - 0.9988043308258057 - ] - ], - [ - 3.1666667461395264, - [ - -0.04508678987622261, - -0.014645612798631191, - 0.008804578334093094, - 0.9988369345664978 - ] - ], - [ - 3.2333333492279053, - [ - -0.0446745865046978, - -0.014511046931147575, - 0.008561902679502964, - 0.9988595247268677 - ] - ], - [ - 3.299999952316284, - [ - -0.044214606285095215, - -0.014389323070645332, - 0.008315857499837875, - 0.9988839030265808 - ] - ], - [ - 3.366666555404663, - [ - -0.04373576119542122, - -0.014292755164206028, - 0.008169807493686676, - 0.9989075064659119 - ] - ], - [ - 3.4000000953674316, - [ - -0.043502550572156906, - -0.01425744779407978, - 0.008165898732841015, - 0.9989181756973267 - ] - ], - [ - 3.433333396911621, - [ - -0.043280549347400665, - -0.014232569374144077, - 0.008224503137171268, - 0.9989277124404907 - ] - ], - [ - 3.5, - [ - -0.04289133474230766, - -0.014218151569366455, - 0.00857958197593689, - 0.9989417195320129 - ] - ], - [ - 3.5333333015441895, - [ - -0.04273451864719391, - -0.014228849671781063, - 0.008904708549380302, - 0.9989454746246338 - ] - ], - [ - 3.566666603088379, - [ - -0.04260990023612976, - -0.014251560904085636, - 0.009346728213131428, - 0.9989464282989502 - ] - ], - [ - 3.5999999046325684, - [ - -0.043021060526371, - -0.01405732799321413, - 0.01055749412626028, - 0.9989194869995117 - ] - ], - [ - 3.633333444595337, - [ - -0.044303663074970245, - -0.013514919206500053, - 0.012923958711326122, - 0.9988431930541992 - ] - ], - [ - 3.6666667461395264, - [ - -0.04622097685933113, - -0.012782949022948742, - 0.016058461740612984, - 0.9987204670906067 - ] - ], - [ - 3.700000047683716, - [ - -0.04852212965488434, - -0.012012900784611702, - 0.019587816670536995, - 0.9985578656196594 - ] - ], - [ - 3.7333333492279053, - [ - -0.050918225198984146, - -0.011325892992317677, - 0.02314555086195469, - 0.998370349407196 - ] - ], - [ - 3.7666666507720947, - [ - -0.05307379364967346, - -0.010801970027387142, - 0.026375722140073776, - 0.9981838464736938 - ] - ], - [ - 3.799999952316284, - [ - -0.05461360514163971, - -0.010484287515282631, - 0.02893328107893467, - 0.9980332255363464 - ] - ], - [ - 3.8333332538604736, - [ - -0.05514639616012573, - -0.010401207953691483, - 0.030478881672024727, - 0.997958779335022 - ] - ], - [ - 3.866666555404663, - [ - -0.05503786355257034, - -0.010449416935443878, - 0.031417056918144226, - 0.9979351758956909 - ] - ], - [ - 3.9000000953674316, - [ - -0.054908353835344315, - -0.010498939082026482, - 0.032376836985349655, - 0.9979112148284912 - ] - ], - [ - 3.933333396911621, - [ - -0.05475928634405136, - -0.010549499653279781, - 0.03335323929786682, - 0.997886598110199 - ] - ], - [ - 3.9666666984558105, - [ - -0.05459212511777878, - -0.010600772686302662, - 0.03434131667017937, - 0.9978618025779724 - ] - ], - [ - 4.0, - [ - -0.05440827086567879, - -0.010652486234903336, - 0.035335950553417206, - 0.9978364706039429 - ] - ], - [ - 4.0333333015441895, - [ - -0.054209183901548386, - -0.01070431899279356, - 0.036331988871097565, - 0.9978110790252686 - ] - ], - [ - 4.066666603088379, - [ - -0.05399627611041069, - -0.01075596921145916, - 0.037324126809835434, - 0.9977854490280151 - ] - ], - [ - 4.099999904632568, - [ - -0.05377098172903061, - -0.010807154700160027, - 0.038306958973407745, - 0.9977598190307617 - ] - ], - [ - 4.133333206176758, - [ - -0.05353473871946335, - -0.010857588611543179, - 0.03927493095397949, - 0.9977342486381531 - ] - ], - [ - 4.166666507720947, - [ - -0.05328900367021561, - -0.010906906798481941, - 0.04022238403558731, - 0.9977092146873474 - ] - ], - [ - 4.199999809265137, - [ - -0.053035199642181396, - -0.010954800061881542, - 0.041143499314785004, - 0.9976846575737 - ] - ], - [ - 4.233333110809326, - [ - -0.05277477577328682, - -0.011000942438840866, - 0.042032334953546524, - 0.9976608157157898 - ] - ], - [ - 4.266666889190674, - [ - -0.052509211003780365, - -0.011044993996620178, - 0.04288283362984657, - 0.9976381659507751 - ] - ], - [ - 4.300000190734863, - [ - -0.052239980548620224, - -0.011086607351899147, - 0.04368883743882179, - 0.9976169466972351 - ] - ], - [ - 4.333333492279053, - [ - -0.05196855217218399, - -0.011125476099550724, - 0.04444406181573868, - 0.9975972175598145 - ] - ], - [ - 4.366666793823242, - [ - -0.051696449518203735, - -0.011161191388964653, - 0.04514221101999283, - 0.9975796341896057 - ] - ], - [ - 4.400000095367432, - [ - -0.05142519250512123, - -0.011193430051207542, - 0.04577691853046417, - 0.9975643754005432 - ] - ], - [ - 4.433333396911621, - [ - -0.051156334578990936, - -0.011221879161894321, - 0.04634184017777443, - 0.9975517988204956 - ] - ], - [ - 4.4666666984558105, - [ - -0.05089060589671135, - -0.011243872344493866, - 0.04683439061045647, - 0.9975422024726868 - ] - ], - [ - 4.5333333015441895, - [ - -0.05037345364689827, - -0.011263199150562286, - 0.047585342079401016, - 0.9975326061248779 - ] - ], - [ - 4.566666603088379, - [ - -0.05011932551860809, - -0.011255725286900997, - 0.04757244884967804, - 0.9975461959838867 - ] - ], - [ - 4.599999904632568, - [ - -0.049861565232276917, - -0.011228570714592934, - 0.04696469381451607, - 0.9975882172584534 - ] - ], - [ - 4.633333206176758, - [ - -0.04960263893008232, - -0.011183447204530239, - 0.04582616686820984, - 0.9976544976234436 - ] - ], - [ - 4.666666507720947, - [ - -0.049344878643751144, - -0.011125953868031502, - 0.044293250888586044, - 0.9977371692657471 - ] - ], - [ - 4.699999809265137, - [ - -0.049087729305028915, - -0.0110610481351614, - 0.042502261698246, - 0.9978285431861877 - ] - ], - [ - 4.733333110809326, - [ - -0.04882706701755524, - -0.010993129573762417, - 0.040589649230241776, - 0.9979217052459717 - ] - ], - [ - 4.766666889190674, - [ - -0.04855509102344513, - -0.01092622522264719, - 0.03869195654988289, - 0.9980109930038452 - ] - ], - [ - 4.800000190734863, - [ - -0.04826081171631813, - -0.01086394488811493, - 0.03694616258144379, - 0.9980921149253845 - ] - ], - [ - 4.833333492279053, - [ - -0.047930773347616196, - -0.010809161700308323, - 0.03548945486545563, - 0.9981614351272583 - ] - ], - [ - 4.866666793823242, - [ - -0.04755060374736786, - -0.010763391852378845, - 0.03445959836244583, - 0.9982163310050964 - ] - ], - [ - 4.900000095367432, - [ - -0.04713677987456322, - -0.010724238120019436, - 0.033699892461299896, - 0.9982622265815735 - ] - ], - [ - 4.933333396911621, - [ - -0.046716075390577316, - -0.010690315626561642, - 0.03297068923711777, - 0.9983066916465759 - ] - ], - [ - 4.9666666984558105, - [ - -0.046289701014757156, - -0.010663090273737907, - 0.032284803688526154, - 0.9983492493629456 - ] - ], - [ - 5.0, - [ - -0.045858755707740784, - -0.010643898509442806, - 0.03165378049015999, - 0.9983895421028137 - ] - ], - [ - 5.0333333015441895, - [ - -0.04542425647377968, - -0.010634019039571285, - 0.031088026240468025, - 0.9984273314476013 - ] - ], - [ - 5.066666603088379, - [ - -0.04498715698719025, - -0.01063459925353527, - 0.030596889555454254, - 0.9984622597694397 - ] - ], - [ - 5.099999904632568, - [ - -0.04454837739467621, - -0.010646776296198368, - 0.030188877135515213, - 0.9984943270683289 - ] - ], - [ - 5.133333206176758, - [ - -0.044108789414167404, - -0.010671594180166721, - 0.029871799051761627, - 0.9985229969024658 - ] - ], - [ - 5.166666507720947, - [ - -0.04366929456591606, - -0.010710126720368862, - 0.02965303510427475, - 0.9985484480857849 - ] - ], - [ - 5.199999809265137, - [ - -0.04323051869869232, - -0.010761557146906853, - 0.029543807730078697, - 0.9985702037811279 - ] - ], - [ - 5.266666889190674, - [ - -0.042357511818408966, - -0.010897618718445301, - 0.02970503643155098, - 0.9986013770103455 - ] - ], - [ - 5.300000190734863, - [ - -0.04192488268017769, - -0.010981885716319084, - 0.029998144134879112, - 0.9986099600791931 - ] - ], - [ - 5.333333492279053, - [ - -0.04149498790502548, - -0.011075636371970177, - 0.03041856177151203, - 0.9986141324043274 - ] - ], - [ - 5.366666793823242, - [ - -0.041067227721214294, - -0.011177141219377518, - 0.03093426488339901, - 0.9986148476600647 - ] - ], - [ - 5.400000095367432, - [ - -0.040641721338033676, - -0.01128553505986929, - 0.03153779357671738, - 0.9986121654510498 - ] - ], - [ - 5.433333396911621, - [ - -0.04021858423948288, - -0.011400057002902031, - 0.03222212195396423, - 0.9986061453819275 - ] - ], - [ - 5.4666666984558105, - [ - -0.03979792073369026, - -0.011519968509674072, - 0.03298055753111839, - 0.9985969662666321 - ] - ], - [ - 5.5, - [ - -0.0393797941505909, - -0.011644475162029266, - 0.03380661457777023, - 0.9985843896865845 - ] - ], - [ - 5.5333333015441895, - [ - -0.03896428644657135, - -0.01177285611629486, - 0.034693896770477295, - 0.9985688328742981 - ] - ], - [ - 5.566666603088379, - [ - -0.03855140134692192, - -0.01190438773483038, - 0.03563598915934563, - 0.9985501170158386 - ] - ], - [ - 5.599999904632568, - [ - -0.03814113512635231, - -0.012038230895996094, - 0.03662639111280441, - 0.9985283613204956 - ] - ], - [ - 5.633333206176758, - [ - -0.03773346170783043, - -0.012173697352409363, - 0.03765842318534851, - 0.9985038042068481 - ] - ], - [ - 5.666666507720947, - [ - -0.037328287959098816, - -0.012309941463172436, - 0.03872513025999069, - 0.9984765648841858 - ] - ], - [ - 5.699999809265137, - [ - -0.03692549094557762, - -0.012446153908967972, - 0.039819229394197464, - 0.9984469413757324 - ] - ], - [ - 5.733333110809326, - [ - -0.03652489557862282, - -0.012581519782543182, - 0.0409330353140831, - 0.9984148144721985 - ] - ], - [ - 5.766666889190674, - [ - -0.0361262746155262, - -0.012715162709355354, - 0.04205845668911934, - 0.9983808398246765 - ] - ], - [ - 5.800000190734863, - [ - -0.03572937473654747, - -0.012846192345023155, - 0.043186794966459274, - 0.9983453750610352 - ] - ], - [ - 5.833333492279053, - [ - -0.03533386066555977, - -0.012973704375326633, - 0.04430891200900078, - 0.998308539390564 - ] - ], - [ - 5.866666793823242, - [ - -0.034939367324113846, - -0.013096802867949009, - 0.04541511833667755, - 0.998271107673645 - ] - ], - [ - 5.900000095367432, - [ - -0.03454551473259926, - -0.013214501552283764, - 0.0464952252805233, - 0.9982335567474365 - ] - ], - [ - 5.933333396911621, - [ - -0.034151822328567505, - -0.013325881212949753, - 0.04753845930099487, - 0.9981964826583862 - ] - ], - [ - 5.9666666984558105, - [ - -0.03375782445073128, - -0.013429992832243443, - 0.04853367060422897, - 0.9981606006622314 - ] - ], - [ - 6.0, - [ - -0.03336302936077118, - -0.013525854796171188, - 0.04946931451559067, - 0.9981266260147095 - ] - ], - [ - 6.0333333015441895, - [ - -0.03296693414449692, - -0.013612575829029083, - 0.050333574414253235, - 0.9980953931808472 - ] - ], - [ - 6.066666603088379, - [ - -0.0325692817568779, - -0.013690028339624405, - 0.05111261084675789, - 0.9980677962303162 - ] - ], - [ - 6.099999904632568, - [ - -0.03217005729675293, - -0.0137589480727911, - 0.051791030913591385, - 0.9980448484420776 - ] - ], - [ - 6.133333206176758, - [ - -0.03176918998360634, - -0.01381983794271946, - 0.05235491693019867, - 0.998027503490448 - ] - ], - [ - 6.166666507720947, - [ - -0.03136665001511574, - -0.013873138464987278, - 0.052790939807891846, - 0.9980164170265198 - ] - ], - [ - 6.199999809265137, - [ - -0.030963053926825523, - -0.013919143937528133, - 0.05310498923063278, - 0.9980118274688721 - ] - ], - [ - 6.266666889190674, - [ - -0.030157145112752914, - -0.013992268592119217, - 0.05343380942940712, - 0.9980178475379944 - ] - ], - [ - 6.333333492279053, - [ - -0.02935981936752796, - -0.014046737924218178, - 0.0534178763628006, - 0.9980418086051941 - ] - ], - [ - 6.400000095367432, - [ - -0.02858070470392704, - -0.01408999040722847, - 0.05312301963567734, - 0.9980795383453369 - ] - ], - [ - 6.4666666984558105, - [ - -0.027832094579935074, - -0.014128264971077442, - 0.05261344835162163, - 0.9981270432472229 - ] - ], - [ - 6.5333333015441895, - [ - -0.027132121846079826, - -0.014165868982672691, - 0.051949918270111084, - 0.998180627822876 - ] - ], - [ - 6.566666603088379, - [ - -0.02680991031229496, - -0.01418463233858347, - 0.051578089594841, - 0.9982082843780518 - ] - ], - [ - 6.599999904632568, - [ - -0.026516158133745193, - -0.014202228747308254, - 0.05118829384446144, - 0.9982359409332275 - ] - ], - [ - 6.633333206176758, - [ - -0.026268314570188522, - -0.014215278439223766, - 0.050786323845386505, - 0.9982628226280212 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458339607_1067843.json b/lenses/physics-objects/Scene/assets/1645812458339607_1067843.json deleted file mode 100644 index 68e61d63..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458339607_1067843.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458339607:1067843", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458341750_1067856.json b/lenses/physics-objects/Scene/assets/1645812458341750_1067856.json deleted file mode 100644 index 8c4881f4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458341750_1067856.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458341750:1067856", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.5403032302856445, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.19807243347168, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 5.769165992736816, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 5.363203048706055, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.089266300201416, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.068337440490723, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.388038158416748, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.87127161026001, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 6.305184364318848, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.475834846496582, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 6.242807865142822, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.7517924308776855, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 5.217110633850098, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 4.85111141204834, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 4.828064441680908, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.058067798614502, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.421656131744385, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 5.810084819793701, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 6.113812446594238, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.223690509796143, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 6.0686421394348145, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 5.724489212036133, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 5.301164627075195, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 4.908054351806641, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 4.65371561050415, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 4.659327030181885, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.014612197875977, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.544035911560059, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 6.032326698303223, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 6.262465953826904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 6.097542762756348, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 5.687459468841553, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 5.2452239990234375, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 4.98219633102417, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 5.067505836486816, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 5.403417587280273, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.870134353637695, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 6.357193946838379, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 6.753427982330322, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.947858810424805, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.871069431304932, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.600263595581055, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 6.243821620941162, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 5.909858703613281, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 5.706082820892334, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 5.7545599937438965, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.1317853927612305, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.651926517486572, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 7.102170944213867, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 7.270111083984375, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.027054786682129, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.529444217681885, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 5.992134094238281, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 5.628504276275635, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 5.606512546539307, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 5.826020240783691, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 6.1693549156188965, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 6.527722358703613, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 6.79180383682251, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 6.852790832519531, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 6.645910263061523, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.252535820007324, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 5.7831339836120605, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 5.347718238830566, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 5.055558681488037, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 5.030673980712891, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.345729351043701, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.815677642822266, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.227949142456055, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.368724822998047, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 6.112575531005859, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.618899822235107, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.10386848449707, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.78195333480835, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 4.814210891723633, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.091226100921631, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.49611759185791, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.919469833374023, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 6.2509846687316895, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 6.380706310272217, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 6.246435165405273, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.9308881759643555, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.5431952476501465, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.191988945007324, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.985378265380859, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.047669410705566, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.442924499511719, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.9821906089782715, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 6.452210426330566, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 6.638636589050293, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 6.421596050262451, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 5.9629292488098145, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 5.47633171081543, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 5.174339294433594, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 5.216183185577393, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 5.492047309875488, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.885915279388428, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 6.28915548324585, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.531151294708252, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458342044_1067863.json b/lenses/physics-objects/Scene/assets/1645812458342044_1067863.json deleted file mode 100644 index cc3f3ad5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458342044_1067863.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458342044:1067863", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ], - [ - 0.03333333507180214, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ], - [ - 0.06666667014360428, - [ - -0.027790356427431107, - -0.018588872626423836, - 0.07823727279901505, - 0.9963739514350891 - ] - ], - [ - 0.10000000149011612, - [ - -0.02798883616924286, - -0.018867095932364464, - 0.08181934803724289, - 0.996075451374054 - ] - ], - [ - 0.13333334028720856, - [ - -0.0282578244805336, - -0.019214686006307602, - 0.0869489535689354, - 0.9956265091896057 - ] - ], - [ - 0.1666666716337204, - [ - -0.02856219746172428, - -0.019613031297922134, - 0.09254453331232071, - 0.9951055645942688 - ] - ], - [ - 0.20000000298023224, - [ - -0.02884673699736595, - -0.020034287124872208, - 0.09673886001110077, - 0.99468994140625 - ] - ], - [ - 0.23333333432674408, - [ - -0.02902727946639061, - -0.020438604056835175, - 0.09679567813873291, - 0.9946710467338562 - ] - ], - [ - 0.2666666805744171, - [ - -0.02903759852051735, - -0.02082020603120327, - 0.09115858376026154, - 0.995195209980011 - ] - ], - [ - 0.30000001192092896, - [ - -0.028966987505555153, - -0.02120855823159218, - 0.08378565311431885, - 0.9958368539810181 - ] - ], - [ - 0.3333333432674408, - [ - -0.028904838487505913, - -0.021556008607149124, - 0.07802481949329376, - 0.996299147605896 - ] - ], - [ - 0.36666667461395264, - [ - -0.028908060863614082, - -0.02175070345401764, - 0.07596198469400406, - 0.9964542388916016 - ] - ], - [ - 0.4000000059604645, - [ - -0.02883932553231716, - -0.021244097501039505, - 0.079526886343956, - 0.9961890578269958 - ] - ], - [ - 0.4333333373069763, - [ - -0.028688710182905197, - -0.02022918500006199, - 0.08744950592517853, - 0.995550274848938 - ] - ], - [ - 0.46666666865348816, - [ - -0.028617335483431816, - -0.01945825293660164, - 0.09689279645681381, - 0.9946930408477783 - ] - ], - [ - 0.5, - [ - -0.028672758489847183, - -0.019245240837335587, - 0.10402988642454147, - 0.993974506855011 - ] - ], - [ - 0.5333333611488342, - [ - -0.028852134943008423, - -0.019633861258625984, - 0.10425269603729248, - 0.9939384460449219 - ] - ], - [ - 0.5666666626930237, - [ - -0.029125984758138657, - -0.020488135516643524, - 0.09906411170959473, - 0.9944437742233276 - ] - ], - [ - 0.6000000238418579, - [ - -0.02940957061946392, - -0.02156701125204563, - 0.09166216105222702, - 0.9951221942901611 - ] - ], - [ - 0.6333333253860474, - [ - -0.029474245384335518, - -0.022199328988790512, - 0.08513884246349335, - 0.9956856369972229 - ] - ], - [ - 0.6666666865348816, - [ - -0.029243525117635727, - -0.021986406296491623, - 0.08147632330656052, - 0.9960035085678101 - ] - ], - [ - 0.699999988079071, - [ - -0.028962649405002594, - -0.021365109831094742, - 0.08105764538049698, - 0.9960594177246094 - ] - ], - [ - 0.7333333492279053, - [ - -0.028755323961377144, - -0.02061113342642784, - 0.084156334400177, - 0.9958242774009705 - ] - ], - [ - 0.7666666507720947, - [ - -0.028656020760536194, - -0.01995757222175598, - 0.08984681218862534, - 0.9953432083129883 - ] - ], - [ - 0.800000011920929, - [ - -0.02866491861641407, - -0.019547317177057266, - 0.09706903994083405, - 0.9946727156639099 - ] - ], - [ - 0.8333333134651184, - [ - -0.028773369267582893, - -0.019450785592198372, - 0.10437143594026566, - 0.993931770324707 - ] - ], - [ - 0.8666666746139526, - [ - -0.028966747224330902, - -0.019678190350532532, - 0.109375961124897, - 0.9933834075927734 - ] - ], - [ - 0.8999999761581421, - [ - -0.02914072759449482, - -0.02006751298904419, - 0.1088448017835617, - 0.9934288859367371 - ] - ], - [ - 0.9333333373069763, - [ - -0.02918826974928379, - -0.02052745781838894, - 0.10115549713373184, - 0.9942305684089661 - ] - ], - [ - 0.9666666388511658, - [ - -0.029165031388401985, - -0.021080872043967247, - 0.09139830619096756, - 0.9951639771461487 - ] - ], - [ - 1.0, - [ - -0.02912069298326969, - -0.02158214896917343, - 0.08370376378297806, - 0.9958312511444092 - ] - ], - [ - 1.0333333015441895, - [ - -0.029060037806630135, - -0.02173502929508686, - 0.08049473911523819, - 0.9960942268371582 - ] - ], - [ - 1.0666667222976685, - [ - -0.028874699026346207, - -0.021061329171061516, - 0.0833364948630333, - 0.9958803653717041 - ] - ], - [ - 1.100000023841858, - [ - -0.028628358617424965, - -0.01995057612657547, - 0.09019963443279266, - 0.9953122138977051 - ] - ], - [ - 1.1333333253860474, - [ - -0.028467578813433647, - -0.019101472571492195, - 0.0979517325758934, - 0.9946005344390869 - ] - ], - [ - 1.1666666269302368, - [ - -0.02841712348163128, - -0.018763478845357895, - 0.10274410992860794, - 0.9941247701644897 - ] - ], - [ - 1.2000000476837158, - [ - -0.028456447646021843, - -0.01895538903772831, - 0.10071977972984314, - 0.9943271279335022 - ] - ], - [ - 1.2333333492279053, - [ - -0.028551217168569565, - -0.019551675766706467, - 0.09413217753171921, - 0.9949581623077393 - ] - ], - [ - 1.2666666507720947, - [ - -0.028630584478378296, - -0.02032162807881832, - 0.0861535593867302, - 0.995663046836853 - ] - ], - [ - 1.2999999523162842, - [ - -0.02854854427278042, - -0.020706506446003914, - 0.07937414944171906, - 0.9962208271026611 - ] - ], - [ - 1.3333333730697632, - [ - -0.028289424255490303, - -0.02042189985513687, - 0.07521391659975052, - 0.99655681848526 - ] - ], - [ - 1.3666666746139526, - [ - -0.028030751273036003, - -0.019834185019135475, - 0.07382923364639282, - 0.9966796636581421 - ] - ], - [ - 1.399999976158142, - [ - -0.027847878634929657, - -0.019153356552124023, - 0.07524681091308594, - 0.9965919852256775 - ] - ], - [ - 1.4333332777023315, - [ - -0.02775157056748867, - -0.0185548085719347, - 0.07855436950922012, - 0.9963508248329163 - ] - ], - [ - 1.4666666984558105, - [ - -0.02773498184978962, - -0.018152417615056038, - 0.08280608803033829, - 0.9960142374038696 - ] - ], - [ - 1.5, - [ - -0.027788355946540833, - -0.018013861030340195, - 0.08688947558403015, - 0.9956673979759216 - ] - ], - [ - 1.5333333015441895, - [ - -0.027899283915758133, - -0.01817561499774456, - 0.08926475793123245, - 0.9954512119293213 - ] - ], - [ - 1.5666667222976685, - [ - -0.028002846986055374, - -0.01854686811566353, - 0.08805198967456818, - 0.9955495595932007 - ] - ], - [ - 1.600000023841858, - [ - -0.028041236102581024, - -0.01906955987215042, - 0.08252923935651779, - 0.9960115551948547 - ] - ], - [ - 1.6333333253860474, - [ - -0.02805621176958084, - -0.019705036655068398, - 0.07590208947658539, - 0.9965257048606873 - ] - ], - [ - 1.6666666269302368, - [ - -0.02807973325252533, - -0.020301392301917076, - 0.07075485587120056, - 0.9968917369842529 - ] - ], - [ - 1.7000000476837158, - [ - -0.0281138364225626, - -0.020600635558366776, - 0.06887035071849823, - 0.9970166087150574 - ] - ], - [ - 1.7333333492279053, - [ - -0.028072569519281387, - -0.020156698301434517, - 0.07166598737239838, - 0.9968298077583313 - ] - ], - [ - 1.7666666507720947, - [ - -0.027979226782917976, - -0.019257530570030212, - 0.07784207910299301, - 0.9963869452476501 - ] - ], - [ - 1.7999999523162842, - [ - -0.02794034406542778, - -0.01854013465344906, - 0.08506329357624054, - 0.9958111643791199 - ] - ], - [ - 1.8333333730697632, - [ - -0.027989305555820465, - -0.018314547836780548, - 0.09032361209392548, - 0.9953505992889404 - ] - ], - [ - 1.8666666746139526, - [ - -0.02812817133963108, - -0.01868242397904396, - 0.09034684300422668, - 0.995337724685669 - ] - ], - [ - 1.899999976158142, - [ - -0.02834203653037548, - -0.019509460777044296, - 0.08644098043441772, - 0.9956626296043396 - ] - ], - [ - 1.9333332777023315, - [ - -0.028570260852575302, - -0.020538857206702232, - 0.0809023380279541, - 0.9961008429527283 - ] - ], - [ - 1.9666666984558105, - [ - -0.028647739440202713, - -0.02116718515753746, - 0.07608846575021744, - 0.9964646697044373 - ] - ], - [ - 2.0, - [ - -0.028513647615909576, - -0.02104841358959675, - 0.07358786463737488, - 0.9966588020324707 - ] - ], - [ - 2.0333333015441895, - [ - -0.028342317789793015, - -0.020555641502141953, - 0.07376891374588013, - 0.996660590171814 - ] - ], - [ - 2.066666603088379, - [ - -0.028225064277648926, - -0.01992262341082096, - 0.0769050344824791, - 0.9964396953582764 - ] - ], - [ - 2.0999999046325684, - [ - -0.02818998321890831, - -0.01935960352420807, - 0.0822557806968689, - 0.9960243701934814 - ] - ], - [ - 2.133333444595337, - [ - -0.02824300341308117, - -0.019009901210665703, - 0.08894942700862885, - 0.9954541325569153 - ] - ], - [ - 2.1666667461395264, - [ - -0.028382806107401848, - -0.01895720139145851, - 0.09575536102056503, - 0.9948195815086365 - ] - ], - [ - 2.200000047683716, - [ - -0.028610514476895332, - -0.019255556166172028, - 0.10061292350292206, - 0.9943277835845947 - ] - ], - [ - 2.2333333492279053, - [ - -0.02886902540922165, - -0.019843624904751778, - 0.10057158023118973, - 0.9943128824234009 - ] - ], - [ - 2.2666666507720947, - [ - -0.029069336131215096, - -0.020643530413508415, - 0.09428684413433075, - 0.9949064254760742 - ] - ], - [ - 2.299999952316284, - [ - -0.029196439310908318, - -0.021497802808880806, - 0.086177296936512, - 0.9956199526786804 - ] - ], - [ - 2.3333332538604736, - [ - -0.029177868738770485, - -0.02194397523999214, - 0.08026052266359329, - 0.9961050748825073 - ] - ], - [ - 2.366666555404663, - [ - -0.02898756042122841, - -0.02159557119011879, - 0.07914045453071594, - 0.9962078928947449 - ] - ], - [ - 2.4000000953674316, - [ - -0.028795426711440086, - -0.02076321840286255, - 0.08353184908628464, - 0.9958725571632385 - ] - ], - [ - 2.433333396911621, - [ - -0.028690505772829056, - -0.019934790208935738, - 0.09156382828950882, - 0.9951862692832947 - ] - ], - [ - 2.4666666984558105, - [ - -0.028682418167591095, - -0.019408486783504486, - 0.10076519101858139, - 0.994307279586792 - ] - ], - [ - 2.5, - [ - -0.028734242543578148, - -0.019260302186012268, - 0.10714571923017502, - 0.9936413764953613 - ] - ], - [ - 2.5333333015441895, - [ - -0.02884625270962715, - -0.019547365605831146, - 0.10614297538995743, - 0.9937401413917542 - ] - ], - [ - 2.566666603088379, - [ - -0.029036512598395348, - -0.020258689299225807, - 0.09992370009422302, - 0.9943649768829346 - ] - ], - [ - 2.5999999046325684, - [ - -0.029217742383480072, - -0.0211598239839077, - 0.09184398502111435, - 0.9951197504997253 - ] - ], - [ - 2.633333444595337, - [ - -0.02919105626642704, - -0.02162907086312771, - 0.08489920198917389, - 0.9957270622253418 - ] - ], - [ - 2.6666667461395264, - [ - -0.02891498990356922, - -0.021328801289200783, - 0.08085509389638901, - 0.9960781335830688 - ] - ], - [ - 2.700000047683716, - [ - -0.028617143630981445, - -0.020675254985690117, - 0.07999400794506073, - 0.9961700439453125 - ] - ], - [ - 2.7333333492279053, - [ - -0.028399266302585602, - -0.019919363781809807, - 0.08239428699016571, - 0.9959959387779236 - ] - ], - [ - 2.7666666507720947, - [ - -0.028281092643737793, - -0.019265182316303253, - 0.08702249825000763, - 0.995618462562561 - ] - ], - [ - 2.799999952316284, - [ - -0.02825741097331047, - -0.018837302923202515, - 0.09279131889343262, - 0.9951062202453613 - ] - ], - [ - 2.8333332538604736, - [ - -0.028315739706158638, - -0.0186951644718647, - 0.09829911589622498, - 0.9945784211158752 - ] - ], - [ - 2.866666555404663, - [ - -0.028445854783058167, - -0.018869275227189064, - 0.10144106298685074, - 0.9942558407783508 - ] - ], - [ - 2.9000000953674316, - [ - -0.028584957122802734, - -0.0192941352725029, - 0.09951935708522797, - 0.9944378137588501 - ] - ], - [ - 2.933333396911621, - [ - -0.02865735813975334, - -0.019911309704184532, - 0.09192413836717606, - 0.9951543807983398 - ] - ], - [ - 2.9666666984558105, - [ - -0.028666630387306213, - -0.020589031279087067, - 0.08320105075836182, - 0.9959076046943665 - ] - ], - [ - 3.0, - [ - -0.028574218973517418, - -0.020921047776937485, - 0.07690747827291489, - 0.9964091777801514 - ] - ], - [ - 3.0333333015441895, - [ - -0.028377894312143326, - -0.020575636997818947, - 0.07513460516929626, - 0.9965571165084839 - ] - ], - [ - 3.066666603088379, - [ - -0.028208041563630104, - -0.01981470361351967, - 0.0782814621925354, - 0.9963351488113403 - ] - ], - [ - 3.0999999046325684, - [ - -0.028119908645749092, - -0.01905118115246296, - 0.0845399722456932, - 0.9958410263061523 - ] - ], - [ - 3.133333444595337, - [ - -0.02811306156218052, - -0.01854667440056801, - 0.09171441197395325, - 0.995215654373169 - ] - ], - [ - 3.1666667461395264, - [ - -0.02815580926835537, - -0.018393786624073982, - 0.0965220034122467, - 0.9947625994682312 - ] - ], - [ - 3.200000047683716, - [ - -0.028250262141227722, - -0.018692757934331894, - 0.09539970755577087, - 0.9948624968528748 - ] - ], - [ - 3.2333333492279053, - [ - -0.028417063876986504, - -0.019431833177804947, - 0.09017482399940491, - 0.995330810546875 - ] - ], - [ - 3.2666666507720947, - [ - -0.02859235182404518, - -0.020373543724417686, - 0.08350314199924469, - 0.995888888835907 - ] - ], - [ - 3.299999952316284, - [ - -0.028616931289434433, - -0.020931124687194824, - 0.07784028351306915, - 0.9963352084159851 - ] - ], - [ - 3.3333332538604736, - [ - -0.028207167983055115, - -0.019855670630931854, - 0.07685612142086029, - 0.9964452981948853 - ] - ], - [ - 3.366666555404663, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458342321_1067870.json b/lenses/physics-objects/Scene/assets/1645812458342321_1067870.json deleted file mode 100644 index 26170e32..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458342321_1067870.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458342321:1067870", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458344673_1067887.json b/lenses/physics-objects/Scene/assets/1645812458344673_1067887.json deleted file mode 100644 index 1c13ea51..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458344673_1067887.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458344673:1067887", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.7884345054626465, - 1.20959767115086e-15, - -1.1563559770584106 - ] - ], - [ - 6.633333206176758, - [ - 3.7884345054626465, - 1.20959767115086e-15, - -1.1563559770584106 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458344966_1067894.json b/lenses/physics-objects/Scene/assets/1645812458344966_1067894.json deleted file mode 100644 index 949ea6bc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458344966_1067894.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458344966:1067894", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458345243_1067901.json b/lenses/physics-objects/Scene/assets/1645812458345243_1067901.json deleted file mode 100644 index 9bddb4e2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458345243_1067901.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458345243:1067901", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458359033_1067914.json b/lenses/physics-objects/Scene/assets/1645812458359033_1067914.json deleted file mode 100644 index e1cffadb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458359033_1067914.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458359033:1067914", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.7884345054626465, - 0.0, - -1.1563559770584106 - ] - ], - [ - 3.366666555404663, - [ - 3.7884345054626465, - 0.0, - -1.1563559770584106 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458359316_1067921.json b/lenses/physics-objects/Scene/assets/1645812458359316_1067921.json deleted file mode 100644 index 17f3cff6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458359316_1067921.json +++ /dev/null @@ -1,370 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458359316:1067921", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.5666667222976685, - [ - 6.354337529046461e-05, - -0.01482462789863348, - -0.005069127772003412, - 0.9998772740364075 - ] - ], - [ - 1.600000023841858, - [ - 0.00021854486840311438, - -0.0204366035759449, - -0.017443494871258736, - 0.9996389746665955 - ] - ], - [ - 1.6333333253860474, - [ - 0.00041098834481090307, - -0.02740097977221012, - -0.03280699998140335, - 0.9990859627723694 - ] - ], - [ - 1.6666666269302368, - [ - 0.0005999053828418255, - -0.034234270453453064, - -0.047888994216918945, - 0.9982657432556152 - ] - ], - [ - 1.7000000476837158, - [ - 0.0007615540525875986, - -0.040078479796648026, - -0.06079399213194847, - 0.9973450899124146 - ] - ], - [ - 1.7333333492279053, - [ - 0.0008844402618706226, - -0.044519636780023575, - -0.07060454785823822, - 0.9965100288391113 - ] - ], - [ - 1.7666666507720947, - [ - 0.0009627725230529904, - -0.04734978452324867, - -0.07685808092355728, - 0.9959166049957275 - ] - ], - [ - 1.7999999523162842, - [ - 0.0009908233769237995, - -0.04836311563849449, - -0.07909747958183289, - 0.9956925511360168 - ] - ], - [ - 2.299999952316284, - [ - 0.0009861834114417434, - -0.048195526003837585, - -0.07872709631919861, - 0.9957300424575806 - ] - ], - [ - 2.3333332538604736, - [ - 0.0009739536908455193, - -0.0477537177503109, - -0.07775072753429413, - 0.9958280324935913 - ] - ], - [ - 2.366666555404663, - [ - 0.000956360308919102, - -0.047118134796619415, - -0.07634618133306503, - 0.9959669709205627 - ] - ], - [ - 2.4000000953674316, - [ - 0.0009357333183288574, - -0.0463729165494442, - -0.07469943910837173, - 0.9961268305778503 - ] - ], - [ - 2.433333396911621, - [ - 0.000914580887183547, - -0.04560867324471474, - -0.07301075011491776, - 0.9962873458862305 - ] - ], - [ - 2.4666666984558105, - [ - 0.0008956374367699027, - -0.044924233108758926, - -0.07149848341941833, - 0.9964281320571899 - ] - ], - [ - 2.5, - [ - 0.0008818520582281053, - -0.0444260910153389, - -0.07039789110422134, - 0.9965288043022156 - ] - ], - [ - 2.5333333015441895, - [ - 0.0008735696319490671, - -0.04412681981921196, - -0.06973668932914734, - 0.9965887069702148 - ] - ], - [ - 2.5999999046325684, - [ - 0.0008654994890093803, - -0.04383520036935806, - -0.06909242272377014, - 0.9966464638710022 - ] - ], - [ - 2.700000047683716, - [ - 0.0008589685894548893, - -0.043599214404821396, - -0.068571075797081, - 0.9966927170753479 - ] - ], - [ - 2.7333333492279053, - [ - 0.0008539842674508691, - -0.04341908544301987, - -0.0681731328368187, - 0.9967278838157654 - ] - ], - [ - 2.7666666507720947, - [ - 0.0008457484655082226, - -0.04312145709991455, - -0.06751561909914017, - 0.996785581111908 - ] - ], - [ - 2.799999952316284, - [ - 0.0008330750279128551, - -0.04266344755887985, - -0.06650383025407791, - 0.9968733191490173 - ] - ], - [ - 2.8333332538604736, - [ - 0.0008120859856717288, - -0.04190489277243614, - -0.06482817232608795, - 0.9970159530639648 - ] - ], - [ - 2.866666555404663, - [ - 0.0007812445401214063, - -0.040790241211652756, - -0.0623660683631897, - 0.9972191452980042 - ] - ], - [ - 2.9000000953674316, - [ - 0.000742838834412396, - -0.03940202295780182, - -0.059299975633621216, - 0.9974620938301086 - ] - ], - [ - 2.933333396911621, - [ - 0.0006993841961957514, - -0.03783116862177849, - -0.055830877274274826, - 0.9977230429649353 - ] - ], - [ - 2.9666666984558105, - [ - 0.0006538074812851846, - -0.03618333488702774, - -0.05219224467873573, - 0.9979811310768127 - ] - ], - [ - 3.0, - [ - 0.0006032210076227784, - -0.034354161471128464, - -0.048153676092624664, - 0.998248815536499 - ] - ], - [ - 3.0333333015441895, - [ - 0.0005445189890451729, - -0.03223123028874397, - -0.04346722364425659, - 0.9985346794128418 - ] - ], - [ - 3.066666603088379, - [ - 0.0004811894614249468, - -0.02994060330092907, - -0.03841140866279602, - 0.998813271522522 - ] - ], - [ - 3.0999999046325684, - [ - 0.00041756866266950965, - -0.027639063075184822, - -0.033332351595163345, - 0.9990620017051697 - ] - ], - [ - 3.133333444595337, - [ - 0.00035896975896321237, - -0.025518838316202164, - -0.028654195368289948, - 0.9992635250091553 - ] - ], - [ - 3.1666667461395264, - [ - 0.00030049512861296535, - -0.023402675986289978, - -0.023985736072063446, - 0.9994384050369263 - ] - ], - [ - 3.200000047683716, - [ - 0.00023569719633087516, - -0.021057317033410072, - -0.018812481313943863, - 0.9996012449264526 - ] - ], - [ - 3.2333333492279053, - [ - 0.0001689256459940225, - -0.018640117719769478, - -0.013481699861586094, - 0.9997353553771973 - ] - ], - [ - 3.2666666507720947, - [ - 0.00010545790428295732, - -0.016342129558324814, - -0.008414700627326965, - 0.9998311400413513 - ] - ], - [ - 3.299999952316284, - [ - 5.152117591933347e-05, - -0.014388926327228546, - -0.004108615685254335, - 0.9998881220817566 - ] - ], - [ - 3.3333332538604736, - [ - 2.0682364265667275e-05, - -0.01326123345643282, - -0.0016227378509938717, - 0.9999107718467712 - ] - ], - [ - 3.366666555404663, - [ - 3.8767324214268e-16, - -0.012525029480457306, - -3.02666013996325e-14, - 0.9999215602874756 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458359591_1067928.json b/lenses/physics-objects/Scene/assets/1645812458359591_1067928.json deleted file mode 100644 index ccaf71c1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458359591_1067928.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458359591:1067928", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458361547_1067941.json b/lenses/physics-objects/Scene/assets/1645812458361547_1067941.json deleted file mode 100644 index 2f757ab8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458361547_1067941.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458361547:1067941", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.120227813720703, - -3.552713678800501e-15, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 4.120227813720703, - -3.907985046680551e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458361851_1067948.json b/lenses/physics-objects/Scene/assets/1645812458361851_1067948.json deleted file mode 100644 index 3cc4e527..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458361851_1067948.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458361851:1067948", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.06364893168210983, - -0.017591916024684906, - -0.10346544533967972, - 0.992438554763794 - ] - ], - [ - 0.03333333507180214, - [ - -0.06364893168210983, - -0.017591916024684906, - -0.10346544533967972, - 0.992438554763794 - ] - ], - [ - 0.06666667014360428, - [ - -0.06407224386930466, - -0.018454035744071007, - -0.1024533361196518, - 0.9925006628036499 - ] - ], - [ - 0.10000000149011612, - [ - -0.06458324939012527, - -0.01930658146739006, - -0.1015518307685852, - 0.9925439357757568 - ] - ], - [ - 0.13333334028720856, - [ - -0.06736789643764496, - -0.02126459591090679, - -0.09888379275798798, - 0.992588222026825 - ] - ], - [ - 0.1666666716337204, - [ - -0.07039487361907959, - -0.02342045307159424, - -0.09598391503095627, - 0.9926143884658813 - ] - ], - [ - 0.20000000298023224, - [ - -0.07360634207725525, - -0.02573937177658081, - -0.0929076299071312, - 0.9926166534423828 - ] - ], - [ - 0.23333333432674408, - [ - -0.07694527506828308, - -0.028185375034809113, - -0.08970969170331955, - 0.992591142654419 - ] - ], - [ - 0.2666666805744171, - [ - -0.08035562932491302, - -0.03072110377252102, - -0.08644384145736694, - 0.9925354719161987 - ] - ], - [ - 0.30000001192092896, - [ - -0.08378239721059799, - -0.033307719975709915, - -0.08316275477409363, - 0.9924490451812744 - ] - ], - [ - 0.3333333432674408, - [ - -0.08717182278633118, - -0.03590488061308861, - -0.07991797477006912, - 0.9923332333564758 - ] - ], - [ - 0.36666667461395264, - [ - -0.09047134220600128, - -0.03847070783376694, - -0.07675977796316147, - 0.992190957069397 - ] - ], - [ - 0.4000000059604645, - [ - -0.09362956136465073, - -0.04096199944615364, - -0.07373727113008499, - 0.9920274615287781 - ] - ], - [ - 0.4333333373069763, - [ - -0.0965963751077652, - -0.04333421587944031, - -0.07089848071336746, - 0.9918491244316101 - ] - ], - [ - 0.46666666865348816, - [ - -0.09932263195514679, - -0.04554177075624466, - -0.06829025596380234, - 0.991663932800293 - ] - ], - [ - 0.5, - [ - -0.10067110508680344, - -0.04317421838641167, - -0.0648159384727478, - 0.9918671250343323 - ] - ], - [ - 0.5333333611488342, - [ - -0.09987343847751617, - -0.03338804841041565, - -0.05944175273180008, - 0.9926617741584778 - ] - ], - [ - 0.5666666626930237, - [ - -0.09744276851415634, - -0.01849409006536007, - -0.05237368121743202, - 0.993690013885498 - ] - ], - [ - 0.6000000238418579, - [ - -0.09390445053577423, - -0.0007684240699745715, - -0.043820593506097794, - 0.9946160912513733 - ] - ], - [ - 0.6333333253860474, - [ - -0.08978099375963211, - 0.01757524162530899, - -0.03392554447054863, - 0.9952284097671509 - ] - ], - [ - 0.6666666865348816, - [ - -0.0855654627084732, - 0.03438086062669754, - -0.022737132385373116, - 0.9954796433448792 - ] - ], - [ - 0.699999988079071, - [ - -0.08182691037654877, - 0.047331031411886215, - -0.010129660367965698, - 0.9954705238342285 - ] - ], - [ - 0.7333333492279053, - [ - -0.07914876192808151, - 0.05402066931128502, - 0.004159183241426945, - 0.9953893423080444 - ] - ], - [ - 0.7666666507720947, - [ - -0.07801288366317749, - 0.05666060373187065, - 0.018168816342949867, - 0.9951751828193665 - ] - ], - [ - 0.800000011920929, - [ - -0.07837597280740738, - 0.05901467800140381, - 0.029905252158641815, - 0.9947261810302734 - ] - ], - [ - 0.8333333134651184, - [ - -0.07994497567415237, - 0.06109108775854111, - 0.039540234953165054, - 0.994139552116394 - ] - ], - [ - 0.8666666746139526, - [ - -0.08243409544229507, - 0.06291971355676651, - 0.04724395275115967, - 0.9934856295585632 - ] - ], - [ - 0.8999999761581421, - [ - -0.08556416630744934, - 0.06454529613256454, - 0.053184717893600464, - 0.9928163290023804 - ] - ], - [ - 0.9333333373069763, - [ - -0.0890616700053215, - 0.06602165102958679, - 0.05752949416637421, - 0.9921690821647644 - ] - ], - [ - 0.9666666388511658, - [ - -0.09265772253274918, - 0.06740681082010269, - 0.06044391915202141, - 0.9915732145309448 - ] - ], - [ - 1.0, - [ - -0.09608694911003113, - 0.06875911355018616, - 0.06209269165992737, - 0.991051971912384 - ] - ], - [ - 1.0333333015441895, - [ - -0.09908653795719147, - 0.07013418525457382, - 0.06263943016529083, - 0.9906257390975952 - ] - ], - [ - 1.0666667222976685, - [ - -0.10139545053243637, - 0.07158287614583969, - 0.0622466579079628, - 0.9903132915496826 - ] - ], - [ - 1.100000023841858, - [ - -0.1027536615729332, - 0.07314984500408173, - 0.06107546016573906, - 0.9901316165924072 - ] - ], - [ - 1.1333333253860474, - [ - -0.10290182381868362, - 0.07487326860427856, - 0.05928509682416916, - 0.9900962114334106 - ] - ], - [ - 1.1666666269302368, - [ - -0.10158068686723709, - 0.07678508758544922, - 0.05703236535191536, - 0.9902185201644897 - ] - ], - [ - 1.2000000476837158, - [ - -0.09967131912708282, - 0.0788942500948906, - 0.054990775883197784, - 0.9903622269630432 - ] - ], - [ - 1.2333333492279053, - [ - -0.09822771698236465, - 0.08117949217557907, - 0.05374159663915634, - 0.9903903603553772 - ] - ], - [ - 1.2666666507720947, - [ - -0.0970919281244278, - 0.08388727158308029, - 0.05306945741176605, - 0.990312933921814 - ] - ], - [ - 1.2999999523162842, - [ - -0.09610255807638168, - 0.08720278739929199, - 0.05274687334895134, - 0.9901402592658997 - ] - ], - [ - 1.3333333730697632, - [ - -0.09525531530380249, - 0.09101860225200653, - 0.05277311056852341, - 0.9898772835731506 - ] - ], - [ - 1.3666666746139526, - [ - -0.09454688429832458, - 0.09522818773984909, - 0.05314882472157478, - 0.9895291328430176 - ] - ], - [ - 1.399999976158142, - [ - -0.09397456049919128, - 0.09972571581602097, - 0.05387658253312111, - 0.9891010522842407 - ] - ], - [ - 1.4333332777023315, - [ - -0.0935361385345459, - 0.10440603643655777, - 0.05496137589216232, - 0.9885998368263245 - ] - ], - [ - 1.4666666984558105, - [ - -0.09428401291370392, - 0.10872000455856323, - 0.05014056712388992, - 0.988319993019104 - ] - ], - [ - 1.5, - [ - -0.09678934514522552, - 0.11214341968297958, - 0.03570939972996712, - 0.9883220791816711 - ] - ], - [ - 1.5333333015441895, - [ - -0.10038129985332489, - 0.11467110365629196, - 0.01550515927374363, - 0.9881973266601563 - ] - ], - [ - 1.5666667222976685, - [ - -0.10442042350769043, - 0.11635445058345795, - -0.006631817668676376, - 0.9876811504364014 - ] - ], - [ - 1.600000023841858, - [ - -0.10826721787452698, - 0.11728354543447495, - -0.026859689503908157, - 0.9868137240409851 - ] - ], - [ - 1.6333333253860474, - [ - -0.11126641929149628, - 0.11758531630039215, - -0.04134823754429817, - 0.9859431982040405 - ] - ], - [ - 1.6666666269302368, - [ - -0.11273857951164246, - 0.11743859201669693, - -0.04628203436732292, - 0.9855741262435913 - ] - ], - [ - 1.7000000476837158, - [ - -0.11301667988300323, - 0.116939015686512, - -0.044481080025434494, - 0.9856845140457153 - ] - ], - [ - 1.7333333492279053, - [ - -0.11295265704393387, - 0.1159258782863617, - -0.04138714075088501, - 0.9859462380409241 - ] - ], - [ - 1.7666666507720947, - [ - -0.11261966079473495, - 0.11424721777439117, - -0.03711959347128868, - 0.9863501191139221 - ] - ], - [ - 1.7999999523162842, - [ - -0.11197053641080856, - 0.11217445135116577, - -0.0319223627448082, - 0.9868437051773071 - ] - ], - [ - 1.8333333730697632, - [ - -0.11093948781490326, - 0.11003143340349197, - -0.02609039843082428, - 0.9873726963996887 - ] - ], - [ - 1.8666666746139526, - [ - -0.10956861078739166, - 0.10773580521345139, - -0.019818395376205444, - 0.9879245758056641 - ] - ], - [ - 1.899999976158142, - [ - -0.10790025442838669, - 0.10519880801439285, - -0.013300668448209763, - 0.9884907007217407 - ] - ], - [ - 1.9333332777023315, - [ - -0.10597696155309677, - 0.10232581198215485, - -0.0067315478809177876, - 0.9890668392181396 - ] - ], - [ - 1.9666666984558105, - [ - -0.10329854488372803, - 0.09894499182701111, - 0.000505792791955173, - 0.989716649055481 - ] - ], - [ - 2.0, - [ - -0.09948593378067017, - 0.09490138292312622, - 0.008910822682082653, - 0.9904629588127136 - ] - ], - [ - 2.0333333015441895, - [ - -0.09476184844970703, - 0.09011930972337723, - 0.018110381439328194, - 0.9912470579147339 - ] - ], - [ - 2.066666603088379, - [ - -0.08934760093688965, - 0.08452460169792175, - 0.02772645652294159, - 0.9920200705528259 - ] - ], - [ - 2.0999999046325684, - [ - -0.08346384018659592, - 0.07804855704307556, - 0.037375304847955704, - 0.9927463531494141 - ] - ], - [ - 2.133333444595337, - [ - -0.07806868851184845, - 0.0699956938624382, - 0.040054865181446075, - 0.9936807751655579 - ] - ], - [ - 2.1666667461395264, - [ - -0.07383069396018982, - 0.06024705618619919, - 0.03140200674533844, - 0.994953989982605 - ] - ], - [ - 2.200000047683716, - [ - -0.0705469399690628, - 0.049594391137361526, - 0.014995702542364597, - 0.9961620569229126 - ] - ], - [ - 2.2333333492279053, - [ - -0.06797140091657639, - 0.038768526166677475, - -0.005553470458835363, - 0.9969183802604675 - ] - ], - [ - 2.2666666507720947, - [ - -0.0657636895775795, - 0.028380556032061577, - -0.026597151532769203, - 0.9970769882202148 - ] - ], - [ - 2.299999952316284, - [ - -0.063469797372818, - 0.018872972577810287, - -0.04446335509419441, - 0.9968142509460449 - ] - ], - [ - 2.3333332538604736, - [ - -0.06053733825683594, - 0.010496673174202442, - -0.055473875254392624, - 0.996567964553833 - ] - ], - [ - 2.366666555404663, - [ - -0.056367188692092896, - 0.0033279715571552515, - -0.05594466254115105, - 0.9968359470367432 - ] - ], - [ - 2.4000000953674316, - [ - -0.050094980746507645, - -0.0034580363426357508, - -0.049035824835300446, - 0.9975339770317078 - ] - ], - [ - 2.433333396911621, - [ - -0.041750431060791016, - -0.010548119433224201, - -0.04080628603696823, - 0.9982386827468872 - ] - ], - [ - 2.4666666984558105, - [ - -0.032340288162231445, - -0.017757615074515343, - -0.031878843903541565, - 0.9988105297088623 - ] - ], - [ - 2.5, - [ - -0.02283552847802639, - -0.024871082976460457, - -0.022847814485430717, - 0.9991686344146729 - ] - ], - [ - 2.5333333015441895, - [ - -0.013940103352069855, - -0.0316125825047493, - -0.014311624690890312, - 0.9993005990982056 - ] - ], - [ - 2.566666603088379, - [ - -0.006350316572934389, - -0.03766769543290138, - -0.006870590150356293, - 0.9992465376853943 - ] - ], - [ - 2.5999999046325684, - [ - -0.0007543085957877338, - -0.042690783739089966, - -0.0011259546736255288, - 0.9990875124931335 - ] - ], - [ - 2.633333444595337, - [ - 0.0021652011200785637, - -0.046317704021930695, - 0.0023225571494549513, - 0.9989216923713684 - ] - ], - [ - 2.6666667461395264, - [ - 0.001724623260088265, - -0.04818394407629967, - 0.0028799509163945913, - 0.9988329410552979 - ] - ], - [ - 2.700000047683716, - [ - -0.0006856810650788248, - -0.049045342952013016, - 0.0017813348677009344, - 0.9987947344779968 - ] - ], - [ - 2.7333333492279053, - [ - -0.003182294312864542, - -0.04989258944988251, - 0.0006593195721507072, - 0.998749315738678 - ] - ], - [ - 2.7666666507720947, - [ - -0.005714843515306711, - -0.05072742700576782, - -0.0004782405449077487, - 0.9986960887908936 - ] - ], - [ - 2.799999952316284, - [ - -0.008232944644987583, - -0.05155200511217117, - -0.0016232483321800828, - 0.9986351728439331 - ] - ], - [ - 2.8333332538604736, - [ - -0.010686203837394714, - -0.052368830889463425, - -0.002767373574897647, - 0.9985669255256653 - ] - ], - [ - 2.866666555404663, - [ - -0.013024232350289822, - -0.053180813789367676, - -0.0039020555559545755, - 0.9984923601150513 - ] - ], - [ - 2.9000000953674316, - [ - -0.015196669846773148, - -0.05399121344089508, - -0.005018521100282669, - 0.9984131455421448 - ] - ], - [ - 2.933333396911621, - [ - -0.017506388947367668, - -0.06088077649474144, - -0.01399249117821455, - 0.9978935122489929 - ] - ], - [ - 2.9666666984558105, - [ - -0.020100407302379608, - -0.07491018623113632, - -0.03289376199245453, - 0.9964450001716614 - ] - ], - [ - 3.0, - [ - -0.022400449961423874, - -0.08863849192857742, - -0.05297766998410225, - 0.994401752948761 - ] - ], - [ - 3.0333333015441895, - [ - -0.022953316569328308, - -0.09467456489801407, - -0.06570719927549362, - 0.9930722117424011 - ] - ], - [ - 3.066666603088379, - [ - -0.021196462213993073, - -0.09429848939180374, - -0.07144773751497269, - 0.9927505850791931 - ] - ], - [ - 3.0999999046325684, - [ - -0.018226036801934242, - -0.09379857033491135, - -0.07615277171134949, - 0.9925072193145752 - ] - ], - [ - 3.133333444595337, - [ - -0.014491807669401169, - -0.09324342757463455, - -0.07989317178726196, - 0.9923269152641296 - ] - ], - [ - 3.1666667461395264, - [ - -0.010446837171912193, - -0.09269002825021744, - -0.08273614197969437, - 0.9921966195106506 - ] - ], - [ - 3.200000047683716, - [ - -0.006546594202518463, - -0.09218819439411163, - -0.08474534749984741, - 0.9921072125434875 - ] - ], - [ - 3.2333333492279053, - [ - -0.003308388404548168, - -0.09177953749895096, - -0.08605214953422546, - 0.9920486807823181 - ] - ], - [ - 3.2666666507720947, - [ - -0.0012483041500672698, - -0.09150715917348862, - -0.08678106963634491, - 0.9920151829719543 - ] - ], - [ - 3.299999952316284, - [ - -0.0008217593422159553, - -0.09142244607210159, - -0.08698205649852753, - 0.9920057654380798 - ] - ], - [ - 3.3333332538604736, - [ - -0.0015502762980759144, - -0.09163524955511093, - -0.08697017282247543, - 0.9919862747192383 - ] - ], - [ - 3.366666555404663, - [ - -0.002600179985165596, - -0.09211321920156479, - -0.08702945709228516, - 0.991934597492218 - ] - ], - [ - 3.4000000953674316, - [ - -0.003894043853506446, - -0.09269800037145615, - -0.08716439455747604, - 0.991864025592804 - ] - ], - [ - 3.433333396911621, - [ - -0.007316844072192907, - -0.09453067928552628, - -0.085748091340065, - 0.9917953014373779 - ] - ], - [ - 3.4666666984558105, - [ - -0.010893934406340122, - -0.0963926911354065, - -0.08403432369232178, - 0.9917299151420593 - ] - ], - [ - 3.5, - [ - -0.014469456858932972, - -0.09809093177318573, - -0.08203808218240738, - 0.9916847348213196 - ] - ], - [ - 3.5333333015441895, - [ - -0.017890382558107376, - -0.09943162649869919, - -0.07977131009101868, - 0.9916803240776062 - ] - ], - [ - 3.566666603088379, - [ - -0.021006803959608078, - -0.1002199724316597, - -0.07724267244338989, - 0.9917399883270264 - ] - ], - [ - 3.5999999046325684, - [ - -0.018076715990900993, - -0.09633498638868332, - -0.07459590584039688, - 0.9923851490020752 - ] - ], - [ - 3.633333444595337, - [ - -0.005584262311458588, - -0.08532430976629257, - -0.07246825098991394, - 0.9936987161636353 - ] - ], - [ - 3.6666667461395264, - [ - 0.013265726156532764, - -0.06953214108943939, - -0.07170041650533676, - 0.994911253452301 - ] - ], - [ - 3.700000047683716, - [ - 0.03522292524576187, - -0.05134795606136322, - -0.07303617894649506, - 0.9953835606575012 - ] - ], - [ - 3.7333333492279053, - [ - 0.05698903650045395, - -0.03317492455244064, - -0.07694113254547119, - 0.994852602481842 - ] - ], - [ - 3.7666666507720947, - [ - 0.0752476155757904, - -0.01737312227487564, - -0.08354032039642334, - 0.993507444858551 - ] - ], - [ - 3.799999952316284, - [ - 0.08669871836900711, - -0.006205689162015915, - -0.09267614781856537, - 0.9918951392173767 - ] - ], - [ - 3.8333332538604736, - [ - 0.08807365596294403, - -0.001812983537092805, - -0.10408367961645126, - 0.9906596541404724 - ] - ], - [ - 3.866666555404663, - [ - 0.08118301630020142, - -0.0018932605162262917, - -0.11554504930973053, - 0.9899774193763733 - ] - ], - [ - 3.9000000953674316, - [ - 0.0708557739853859, - -0.002509105484932661, - -0.12514649331569672, - 0.9896017909049988 - ] - ], - [ - 3.933333396911621, - [ - 0.05838026851415634, - -0.0033209959510713816, - -0.1331612914800644, - 0.9893679022789001 - ] - ], - [ - 3.9666666984558105, - [ - 0.04505448788404465, - -0.004049466457217932, - -0.1398521512746811, - 0.989138662815094 - ] - ], - [ - 4.0, - [ - 0.032048217952251434, - -0.004620082676410675, - -0.1454004943370819, - 0.9888429045677185 - ] - ], - [ - 4.0333333015441895, - [ - 0.02048182301223278, - -0.005007890518754721, - -0.14991390705108643, - 0.9884741902351379 - ] - ], - [ - 4.066666603088379, - [ - 0.011583643034100533, - -0.005044762510806322, - -0.15351983904838562, - 0.9880648851394653 - ] - ], - [ - 4.099999904632568, - [ - 0.006580213084816933, - -0.0045646000653505325, - -0.15634112060070038, - 0.9876706600189209 - ] - ], - [ - 4.133333206176758, - [ - 0.004368474241346121, - -0.0037693411577492952, - -0.15898986160755157, - 0.9872633814811707 - ] - ], - [ - 4.166666507720947, - [ - 0.0029557610396295786, - -0.0029727891087532043, - -0.16194190084934235, - 0.9867914915084839 - ] - ], - [ - 4.199999809265137, - [ - 0.0022329543717205524, - -0.0021740668453276157, - -0.16512107849121094, - 0.9862684011459351 - ] - ], - [ - 4.233333110809326, - [ - 0.002090984024107456, - -0.0013712362851947546, - -0.1684512346982956, - 0.9857068061828613 - ] - ], - [ - 4.266666889190674, - [ - 0.0024208177346736193, - -0.0005605093319900334, - -0.1718558967113495, - 0.9851189851760864 - ] - ], - [ - 4.300000190734863, - [ - 0.003113523591309786, - 0.00026430393336340785, - -0.17525804042816162, - 0.9845175743103027 - ] - ], - [ - 4.333333492279053, - [ - 0.004060084465891123, - 0.0011121934512630105, - -0.17858059704303741, - 0.9839162826538086 - ] - ], - [ - 4.366666793823242, - [ - 0.005151417572051287, - 0.001995073165744543, - -0.1817455291748047, - 0.9833300709724426 - ] - ], - [ - 4.400000095367432, - [ - 0.006278149783611298, - 0.002927665365859866, - -0.18467450141906738, - 0.9827753305435181 - ] - ], - [ - 4.433333396911621, - [ - 0.0073304809629917145, - 0.003927235491573811, - -0.18728819489479065, - 0.982269823551178 - ] - ], - [ - 4.4666666984558105, - [ - 0.008197878487408161, - 0.005013033747673035, - -0.18950654566287994, - 0.9818325638771057 - ] - ], - [ - 4.5, - [ - 0.00876879133284092, - 0.006205537356436253, - -0.19124820828437805, - 0.9814829230308533 - ] - ], - [ - 4.5333333015441895, - [ - 0.008930213749408722, - 0.0075254375115036964, - -0.1924307942390442, - 0.9812410473823547 - ] - ], - [ - 4.566666603088379, - [ - 0.010782286524772644, - 0.007409123238176107, - -0.18103279173374176, - 0.9833901524543762 - ] - ], - [ - 4.599999904632568, - [ - 0.015386125072836876, - 0.004918810911476612, - -0.15036641061306, - 0.9884983897209167 - ] - ], - [ - 4.633333206176758, - [ - 0.021099181845784187, - 0.0009621779900044203, - -0.10839171707630157, - 0.9938838481903076 - ] - ], - [ - 4.666666507720947, - [ - 0.02649828977882862, - -0.0035017402842640877, - -0.0632968619465828, - 0.9976367354393005 - ] - ], - [ - 4.699999809265137, - [ - 0.030530717223882675, - -0.007372280117124319, - -0.023489084094762802, - 0.9992306232452393 - ] - ], - [ - 4.733333110809326, - [ - 0.03255713731050491, - -0.009390688501298428, - 0.0025564925745129585, - 0.9994224905967712 - ] - ], - [ - 4.766666889190674, - [ - 0.03226734325289726, - -0.00819490011781454, - 0.006400941405445337, - 0.9994251728057861 - ] - ], - [ - 4.800000190734863, - [ - 0.030550597235560417, - -0.006738556083291769, - -0.003296871203929186, - 0.9995051622390747 - ] - ], - [ - 4.833333492279053, - [ - 0.028415633365511894, - -0.008389104157686234, - -0.011387012898921967, - 0.9994962215423584 - ] - ], - [ - 4.866666793823242, - [ - 0.0259122084826231, - -0.012398838065564632, - -0.01655322127044201, - 0.9994502663612366 - ] - ], - [ - 4.900000095367432, - [ - 0.023224249482154846, - -0.01797325350344181, - -0.020118165761232376, - 0.9993662238121033 - ] - ], - [ - 4.933333396911621, - [ - 0.020561430603265762, - -0.024308448657393456, - -0.02408166043460369, - 0.9992029070854187 - ] - ], - [ - 4.9666666984558105, - [ - 0.018078120425343513, - -0.030646126717329025, - -0.028139038011431694, - 0.9989705681800842 - ] - ], - [ - 5.0, - [ - 0.015940891578793526, - -0.03622967004776001, - -0.03198498114943504, - 0.9987043142318726 - ] - ], - [ - 5.0333333015441895, - [ - 0.014328096993267536, - -0.04030343517661095, - -0.035317499190568924, - 0.9984602928161621 - ] - ], - [ - 5.066666603088379, - [ - 0.013427010737359524, - -0.04211058467626572, - -0.03784286975860596, - 0.9983057379722595 - ] - ], - [ - 5.099999904632568, - [ - 0.012926262803375721, - -0.04246067628264427, - -0.039758168160915375, - 0.998223066329956 - ] - ], - [ - 5.133333206176758, - [ - 0.012384556233882904, - -0.042682018131017685, - -0.04146450385451317, - 0.9981511831283569 - ] - ], - [ - 5.166666507720947, - [ - 0.011798846535384655, - -0.04279045760631561, - -0.04298406094312668, - 0.9980892539024353 - ] - ], - [ - 5.199999809265137, - [ - 0.011167074553668499, - -0.042798902839422226, - -0.044339340180158615, - 0.9980368614196777 - ] - ], - [ - 5.233333110809326, - [ - 0.010487936437129974, - -0.04271801561117172, - -0.04555293917655945, - 0.9979930520057678 - ] - ], - [ - 5.266666889190674, - [ - 0.009760739281773567, - -0.0425567589700222, - -0.04664758965373039, - 0.9979567527770996 - ] - ], - [ - 5.300000190734863, - [ - 0.008985417895019054, - -0.04232286289334297, - -0.04764596372842789, - 0.9979268908500671 - ] - ], - [ - 5.333333492279053, - [ - 0.008162293583154678, - -0.042022962123155594, - -0.04857081174850464, - 0.997901976108551 - ] - ], - [ - 5.366666793823242, - [ - 0.007292160298675299, - -0.04166299104690552, - -0.04944489523768425, - 0.9978808760643005 - ] - ], - [ - 5.400000095367432, - [ - 0.006376168690621853, - -0.04124830663204193, - -0.050290971994400024, - 0.9978621006011963 - ] - ], - [ - 5.433333396911621, - [ - 0.005415846593677998, - -0.04078374430537224, - -0.05113174393773079, - 0.9978442192077637 - ] - ], - [ - 5.4666666984558105, - [ - 0.0044130296446383, - -0.040273815393447876, - -0.051989905536174774, - 0.9978254437446594 - ] - ], - [ - 5.5, - [ - 0.0033698701299726963, - -0.039722803980112076, - -0.052888140082359314, - 0.9978044033050537 - ] - ], - [ - 5.5333333015441895, - [ - 0.0022888053208589554, - -0.03913477435708046, - -0.053849078714847565, - 0.9977793097496033 - ] - ], - [ - 5.566666603088379, - [ - 0.001172534073702991, - -0.0385136753320694, - -0.054895345121622086, - 0.9977483749389648 - ] - ], - [ - 5.599999904632568, - [ - 2.4007717001950368e-05, - -0.03786338493227959, - -0.05604952201247215, - 0.9977098107337952 - ] - ], - [ - 5.633333206176758, - [ - -0.0011535893427208066, - -0.03718772903084755, - -0.05733415111899376, - 0.9976615309715271 - ] - ], - [ - 5.666666507720947, - [ - -0.0023568591568619013, - -0.0364905521273613, - -0.05877173691987991, - 0.9976015090942383 - ] - ], - [ - 5.699999809265137, - [ - -0.003582203993573785, - -0.03577573969960213, - -0.06038477271795273, - 0.9975274205207825 - ] - ], - [ - 5.733333110809326, - [ - -0.0048258439637720585, - -0.03504722937941551, - -0.062195684760808945, - 0.9974368810653687 - ] - ], - [ - 5.766666889190674, - [ - -0.006328429561108351, - -0.034324485808610916, - -0.06421486288309097, - 0.9973255395889282 - ] - ], - [ - 5.800000190734863, - [ - -0.008293475955724716, - -0.03362155333161354, - -0.06641754508018494, - 0.9971908330917358 - ] - ], - [ - 5.833333492279053, - [ - -0.010661618784070015, - -0.03293387219309807, - -0.0687737986445427, - 0.9970316290855408 - ] - ], - [ - 5.866666793823242, - [ - -0.013373511843383312, - -0.03225686401128769, - -0.07125382870435715, - 0.9968467950820923 - ] - ], - [ - 5.900000095367432, - [ - -0.016369841992855072, - -0.031585946679115295, - -0.07382815331220627, - 0.9966362118721008 - ] - ], - [ - 5.933333396911621, - [ - -0.019591353833675385, - -0.030916821211576462, - -0.07646729797124863, - 0.9964000582695007 - ] - ], - [ - 5.9666666984558105, - [ - -0.022978778928518295, - -0.030245544388890266, - -0.07914203405380249, - 0.9961395263671875 - ] - ], - [ - 6.0, - [ - -0.026472952216863632, - -0.029568644240498543, - -0.08182327449321747, - 0.9958563446998596 - ] - ], - [ - 6.0333333015441895, - [ - -0.030014747753739357, - -0.028883211314678192, - -0.08448204398155212, - 0.9955539703369141 - ] - ], - [ - 6.066666603088379, - [ - -0.03354513272643089, - -0.028186919167637825, - -0.08708944916725159, - 0.9952364563941956 - ] - ], - [ - 6.099999904632568, - [ - -0.037005141377449036, - -0.027478039264678955, - -0.08961674571037292, - 0.9949092268943787 - ] - ], - [ - 6.133333206176758, - [ - -0.04033596068620682, - -0.02675544284284115, - -0.09203524887561798, - 0.9945786595344543 - ] - ], - [ - 6.166666507720947, - [ - -0.04347887262701988, - -0.026018543168902397, - -0.09431637078523636, - 0.9942520260810852 - ] - ], - [ - 6.199999809265137, - [ - -0.046375326812267303, - -0.025267260149121284, - -0.09643164277076721, - 0.9939375519752502 - ] - ], - [ - 6.233333110809326, - [ - -0.048966869711875916, - -0.024501897394657135, - -0.0983525812625885, - 0.993644118309021 - ] - ], - [ - 6.266666889190674, - [ - -0.05119527131319046, - -0.023723052814602852, - -0.10005086660385132, - 0.993381142616272 - ] - ], - [ - 6.300000190734863, - [ - -0.05309190973639488, - -0.022951209917664528, - -0.10147150605916977, - 0.9931555986404419 - ] - ], - [ - 6.333333492279053, - [ - -0.0547456294298172, - -0.022205637767910957, - -0.10259931534528732, - 0.992966890335083 - ] - ], - [ - 6.366666793823242, - [ - -0.05618404224514961, - -0.021485794335603714, - -0.1034647673368454, - 0.9928125739097595 - ] - ], - [ - 6.400000095367432, - [ - -0.05743439868092537, - -0.020791787654161453, - -0.10409771651029587, - 0.9926896095275879 - ] - ], - [ - 6.433333396911621, - [ - -0.05852358415722847, - -0.020124929025769234, - -0.10452700406312943, - 0.9925947189331055 - ] - ], - [ - 6.4666666984558105, - [ - -0.05947794392704964, - -0.019488368183374405, - -0.10478030145168304, - 0.9925239086151123 - ] - ], - [ - 6.5, - [ - -0.06032327935099602, - -0.01888824999332428, - -0.1048833355307579, - 0.9924736022949219 - ] - ], - [ - 6.5333333015441895, - [ - -0.061084482818841934, - -0.018335675820708275, - -0.10485865920782089, - 0.9924401044845581 - ] - ], - [ - 6.566666603088379, - [ - -0.06178499385714531, - -0.017850792035460472, - -0.10472320020198822, - 0.9924197793006897 - ] - ], - [ - 6.599999904632568, - [ - -0.06244534254074097, - -0.017472553998231888, - -0.10448244214057922, - 0.9924106597900391 - ] - ], - [ - 6.633333206176758, - [ - -0.06307773292064667, - -0.017288850620388985, - -0.1041121780872345, - 0.9924126863479614 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458362155_1067955.json b/lenses/physics-objects/Scene/assets/1645812458362155_1067955.json deleted file mode 100644 index ee45046a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458362155_1067955.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458362155:1067955", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458364043_1067968.json b/lenses/physics-objects/Scene/assets/1645812458364043_1067968.json deleted file mode 100644 index a26a0663..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458364043_1067968.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458364043:1067968", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 4.210193634033203, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 4.449684143066406, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 4.793212413787842, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.1927618980407715, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.5972137451171875, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.953238487243652, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.20658016204834, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.3029632568359375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 6.302816867828369, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 6.286803722381592, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.244623184204102, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.18498420715332, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.048078536987305, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.988101482391357, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 5.945240020751953, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 5.919802188873291, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.904217720031738, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.884127140045166, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.875518798828125, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 5.860561847686768, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.836024761199951, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.798692226409912, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.737972736358643, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 5.65117883682251, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.546942234039307, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.320463180541992, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.200425148010254, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.068267822265625, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.93363094329834, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.806002140045166, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.694681167602539, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.589103698730469, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.47807502746582, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.3697381019592285, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 4.272050857543945, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.192806243896484, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.148603439331055, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458364323_1067975.json b/lenses/physics-objects/Scene/assets/1645812458364323_1067975.json deleted file mode 100644 index ceba21d5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458364323_1067975.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458364323:1067975", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ], - [ - 0.03333333507180214, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ], - [ - 0.06666667014360428, - [ - -0.07252996414899826, - -0.06805935502052307, - -0.18119201064109802, - 0.978405237197876 - ] - ], - [ - 0.10000000149011612, - [ - -0.07631873339414597, - -0.08311024308204651, - -0.1745932549238205, - 0.9781540632247925 - ] - ], - [ - 0.13333334028720856, - [ - -0.07886999100446701, - -0.10062969475984573, - -0.16625480353832245, - 0.9777589440345764 - ] - ], - [ - 0.1666666716337204, - [ - -0.07906143367290497, - -0.11548689752817154, - -0.15669924020767212, - 0.9776796102523804 - ] - ], - [ - 0.20000000298023224, - [ - -0.07607404887676239, - -0.12251785397529602, - -0.146421417593956, - 0.978653609752655 - ] - ], - [ - 0.23333333432674408, - [ - -0.0693175420165062, - -0.11651556193828583, - -0.13595226407051086, - 0.9813950061798096 - ] - ], - [ - 0.2666666805744171, - [ - -0.05798119679093361, - -0.0910448282957077, - -0.1260240077972412, - 0.9861373901367188 - ] - ], - [ - 0.30000001192092896, - [ - -0.04326079040765762, - -0.049797963351011276, - -0.11721201241016388, - 0.9909137487411499 - ] - ], - [ - 0.3333333432674408, - [ - -0.027711164206266403, - -0.003073205007240176, - -0.10967348515987396, - 0.9935765862464905 - ] - ], - [ - 0.36666667461395264, - [ - -0.01403859630227089, - 0.03862467408180237, - -0.10307873040437698, - 0.9938238263130188 - ] - ], - [ - 0.4000000059604645, - [ - -0.004869159776717424, - 0.06495923548936844, - -0.09669691324234009, - 0.9931799173355103 - ] - ], - [ - 0.4333333373069763, - [ - -0.0012245458783581853, - 0.07192888110876083, - -0.09009252488613129, - 0.9933319091796875 - ] - ], - [ - 0.46666666865348816, - [ - -0.0016966632101684809, - 0.06572777777910233, - -0.08382835984230042, - 0.9943087100982666 - ] - ], - [ - 0.5, - [ - -0.00404897378757596, - 0.05296918749809265, - -0.07769065350294113, - 0.9955611824989319 - ] - ], - [ - 0.5333333611488342, - [ - -0.006004834547638893, - 0.04050041735172272, - -0.07143909484148026, - 0.9966043829917908 - ] - ], - [ - 0.5666666626930237, - [ - -0.006564558949321508, - 0.03373005613684654, - -0.06565798074007034, - 0.9972503185272217 - ] - ], - [ - 0.6000000238418579, - [ - -0.004867293406277895, - 0.03809189051389694, - -0.06092727184295654, - 0.9974033236503601 - ] - ], - [ - 0.6333333253860474, - [ - 0.0001608423626748845, - 0.06016797572374344, - -0.058016933500766754, - 0.9965009093284607 - ] - ], - [ - 0.6666666865348816, - [ - 0.007861247286200523, - 0.09614095836877823, - -0.05704517289996147, - 0.9937006235122681 - ] - ], - [ - 0.699999988079071, - [ - 0.016474993899464607, - 0.1358267366886139, - -0.05751941725611687, - 0.9889242649078369 - ] - ], - [ - 0.7333333492279053, - [ - 0.024112092331051826, - 0.1691703200340271, - -0.058637216687202454, - 0.9835456013679504 - ] - ], - [ - 0.7666666507720947, - [ - 0.028752334415912628, - 0.18636173009872437, - -0.05932013690471649, - 0.9802671670913696 - ] - ], - [ - 0.800000011920929, - [ - 0.02963266149163246, - 0.18387740850448608, - -0.059116169810295105, - 0.9807223081588745 - ] - ], - [ - 0.8333333134651184, - [ - 0.02810233272612095, - 0.16814464330673218, - -0.05886199325323105, - 0.983601987361908 - ] - ], - [ - 0.8666666746139526, - [ - 0.022468380630016327, - 0.13555309176445007, - -0.06292260438203812, - 0.98851478099823 - ] - ], - [ - 0.8999999761581421, - [ - 0.011512779630720615, - 0.08693861961364746, - -0.07436058670282364, - 0.9933678507804871 - ] - ], - [ - 0.9333333373069763, - [ - -0.002835348481312394, - 0.03427497670054436, - -0.09156614542007446, - 0.9952049255371094 - ] - ], - [ - 0.9666666388511658, - [ - -0.017889196053147316, - -0.010645494796335697, - -0.11197969317436218, - 0.9934925436973572 - ] - ], - [ - 1.0, - [ - -0.02943873591721058, - -0.03525007143616676, - -0.1326003074645996, - 0.9901050329208374 - ] - ], - [ - 1.0333333015441895, - [ - -0.034744445234537125, - -0.03764894977211952, - -0.14970721304416656, - 0.9874022006988525 - ] - ], - [ - 1.0666667222976685, - [ - -0.03271320462226868, - -0.022260380908846855, - -0.1594773828983307, - 0.9864082932472229 - ] - ], - [ - 1.100000023841858, - [ - -0.027492841705679893, - -0.0027581132017076015, - -0.16369105875492096, - 0.9861246347427368 - ] - ], - [ - 1.1333333253860474, - [ - -0.025591246783733368, - 0.0035312713589519262, - -0.16605953872203827, - 0.9857772588729858 - ] - ], - [ - 1.1666666269302368, - [ - -0.02822943776845932, - -0.006937749683856964, - -0.16628322005271912, - 0.9856494665145874 - ] - ], - [ - 1.2000000476837158, - [ - -0.033489733934402466, - -0.027678178623318672, - -0.16484901309013367, - 0.9853614568710327 - ] - ], - [ - 1.2333333492279053, - [ - -0.03970112279057503, - -0.05334676057100296, - -0.16217643022537231, - 0.9845185279846191 - ] - ], - [ - 1.2666666507720947, - [ - -0.045292794704437256, - -0.0785822942852974, - -0.15866105258464813, - 0.9831582307815552 - ] - ], - [ - 1.2999999523162842, - [ - -0.04889025539159775, - -0.09801197797060013, - -0.15465234220027924, - 0.981878936290741 - ] - ], - [ - 1.3333333730697632, - [ - -0.049319006502628326, - -0.10626887530088425, - -0.15045708417892456, - 0.9816503524780273 - ] - ], - [ - 1.3666666746139526, - [ - -0.04521828144788742, - -0.09681650996208191, - -0.1464640498161316, - 0.9834277629852295 - ] - ], - [ - 1.399999976158142, - [ - -0.03759181126952171, - -0.07316998392343521, - -0.14250949025154114, - 0.9863691329956055 - ] - ], - [ - 1.4333332777023315, - [ - -0.028744647279381752, - -0.04465659707784653, - -0.13812761008739471, - 0.988989531993866 - ] - ], - [ - 1.4666666984558105, - [ - -0.021029556170105934, - -0.020626425743103027, - -0.13277371227741241, - 0.990708589553833 - ] - ], - [ - 1.5, - [ - -0.016901573166251183, - -0.010880201123654842, - -0.1257007122039795, - 0.9918645620346069 - ] - ], - [ - 1.5333333015441895, - [ - -0.017000459134578705, - -0.01902574487030506, - -0.11662068217992783, - 0.9928487539291382 - ] - ], - [ - 1.5666667222976685, - [ - -0.01871986873447895, - -0.03530994430184364, - -0.09804527461528778, - 0.9943791627883911 - ] - ], - [ - 1.600000023841858, - [ - -0.019378669559955597, - -0.05259007588028908, - -0.06658031791448593, - 0.9962058067321777 - ] - ], - [ - 1.6333333253860474, - [ - -0.0174661073833704, - -0.06753836572170258, - -0.029079806059598923, - 0.9971398711204529 - ] - ], - [ - 1.6666666269302368, - [ - -0.012904438190162182, - -0.07625224441289902, - 0.008705920539796352, - 0.9969671368598938 - ] - ], - [ - 1.7000000476837158, - [ - -0.0068538193590939045, - -0.0742596685886383, - 0.042589373886585236, - 0.996305525302887 - ] - ], - [ - 1.7333333492279053, - [ - -0.001013929839245975, - -0.05557338148355484, - 0.06938929855823517, - 0.9960401058197021 - ] - ], - [ - 1.7666666507720947, - [ - 0.0030190227553248405, - -0.024521484971046448, - 0.08666577190160751, - 0.9959310293197632 - ] - ], - [ - 1.7999999523162842, - [ - 0.004903609398752451, - 0.008072609081864357, - 0.09221740067005157, - 0.995694100856781 - ] - ], - [ - 1.8333333730697632, - [ - 0.004939093720167875, - 0.03339211270213127, - 0.09132470935583115, - 0.9952489137649536 - ] - ], - [ - 1.8666666746139526, - [ - 0.0030293313320726156, - 0.04331672191619873, - 0.09145363420248032, - 0.9948621392250061 - ] - ], - [ - 1.899999976158142, - [ - -0.000791730999480933, - 0.03435888886451721, - 0.09291855245828629, - 0.9950804114341736 - ] - ], - [ - 1.9333332777023315, - [ - -0.006111214403063059, - 0.013490056619048119, - 0.09482704102993011, - 0.995383620262146 - ] - ], - [ - 1.9666666984558105, - [ - -0.012533575296401978, - -0.013482497073709965, - 0.09635458886623383, - 0.9951768517494202 - ] - ], - [ - 2.0, - [ - -0.019771013408899307, - -0.04071561619639397, - 0.09692750871181488, - 0.9942617416381836 - ] - ], - [ - 2.0333333015441895, - [ - -0.027694830670952797, - -0.06237230449914932, - 0.09636310487985611, - 0.9930039644241333 - ] - ], - [ - 2.066666603088379, - [ - -0.03629554063081741, - -0.0726495310664177, - 0.09485752135515213, - 0.9921727180480957 - ] - ], - [ - 2.0999999046325684, - [ - -0.045769765973091125, - -0.06462767720222473, - 0.09282445907592773, - 0.9925280809402466 - ] - ], - [ - 2.133333444595337, - [ - -0.05595429241657257, - -0.041781578212976456, - 0.09056492894887924, - 0.9934391975402832 - ] - ], - [ - 2.1666667461395264, - [ - -0.06635259091854095, - -0.013954502530395985, - 0.08811631053686142, - 0.9937998652458191 - ] - ], - [ - 2.200000047683716, - [ - -0.07678289711475372, - 0.008940123952925205, - 0.08545295149087906, - 0.993338942527771 - ] - ], - [ - 2.2333333492279053, - [ - -0.08745294064283371, - 0.016964247450232506, - 0.08243519067764282, - 0.9926069974899292 - ] - ], - [ - 2.2666666507720947, - [ - -0.09850939363241196, - 0.0066474610939621925, - 0.07864701002836227, - 0.9920012950897217 - ] - ], - [ - 2.299999952316284, - [ - -0.11270385980606079, - -0.013198422268033028, - 0.06040088087320328, - 0.9917032718658447 - ] - ], - [ - 2.3333332538604736, - [ - -0.13284684717655182, - -0.03510632365942001, - 0.020117919892072678, - 0.9903104305267334 - ] - ], - [ - 2.366666555404663, - [ - -0.15788576006889343, - -0.05362618342041969, - -0.0331089124083519, - 0.9854441285133362 - ] - ], - [ - 2.4000000953674316, - [ - -0.18514184653759003, - -0.063882015645504, - -0.08985427767038345, - 0.9765079617500305 - ] - ], - [ - 2.433333396911621, - [ - -0.21036744117736816, - -0.06196630001068115, - -0.14078395068645477, - 0.9654458165168762 - ] - ], - [ - 2.4666666984558105, - [ - -0.22827374935150146, - -0.04388906806707382, - -0.17690367996692657, - 0.9563837647438049 - ] - ], - [ - 2.5, - [ - -0.23665621876716614, - -0.016298646107316017, - -0.19029998779296875, - 0.9526354670524597 - ] - ], - [ - 2.5333333015441895, - [ - -0.2407151609659195, - 0.012408453039824963, - -0.18803289532661438, - 0.9521271586418152 - ] - ], - [ - 2.566666603088379, - [ - -0.24636833369731903, - 0.03584720194339752, - -0.18310680985450745, - 0.9510466456413269 - ] - ], - [ - 2.5999999046325684, - [ - -0.25611215829849243, - 0.04447584226727486, - -0.17736637592315674, - 0.9491941928863525 - ] - ], - [ - 2.633333444595337, - [ - -0.27038201689720154, - 0.03488760069012642, - -0.1723911613225937, - 0.9465505480766296 - ] - ], - [ - 2.6666667461395264, - [ - -0.28630515933036804, - 0.013681137003004551, - -0.16852132976055145, - 0.9431028366088867 - ] - ], - [ - 2.700000047683716, - [ - -0.3013700842857361, - -0.013588747009634972, - -0.16589556634426117, - 0.9388664960861206 - ] - ], - [ - 2.7333333492279053, - [ - -0.31352218985557556, - -0.04129529744386673, - -0.16421382129192352, - 0.9343621134757996 - ] - ], - [ - 2.7666666507720947, - [ - -0.321310430765152, - -0.06380661576986313, - -0.16277477145195007, - 0.9306947588920593 - ] - ], - [ - 2.799999952316284, - [ - -0.32374531030654907, - -0.0755305290222168, - -0.16064642369747162, - 0.9293421506881714 - ] - ], - [ - 2.8333332538604736, - [ - -0.3210780918598175, - -0.06969566643238068, - -0.15764372050762177, - 0.931235671043396 - ] - ], - [ - 2.866666555404663, - [ - -0.31411314010620117, - -0.049685996025800705, - -0.15438175201416016, - 0.935430645942688 - ] - ], - [ - 2.9000000953674316, - [ - -0.3027940094470978, - -0.025183895602822304, - -0.15124109387397766, - 0.9406421780586243 - ] - ], - [ - 2.933333396911621, - [ - -0.28766292333602905, - -0.00590622890740633, - -0.14844146370887756, - 0.9461396932601929 - ] - ], - [ - 2.9666666984558105, - [ - -0.26988136768341064, - -0.0015428992919623852, - -0.14567993581295013, - 0.9518083930015564 - ] - ], - [ - 3.0, - [ - -0.244963601231575, - -0.003313603810966015, - -0.13722780346870422, - 0.9597657918930054 - ] - ], - [ - 3.0333333015441895, - [ - -0.2116604447364807, - 0.0010651290649548173, - -0.12217395007610321, - 0.9696763753890991 - ] - ], - [ - 3.066666603088379, - [ - -0.17813606560230255, - 0.005328828003257513, - -0.10475423187017441, - 0.9783995747566223 - ] - ], - [ - 3.0999999046325684, - [ - -0.14837144315242767, - 0.004756479058414698, - -0.09159618616104126, - 0.9846692085266113 - ] - ], - [ - 3.133333444595337, - [ - -0.1279178112745285, - -0.007206037174910307, - -0.08744708448648453, - 0.9878959059715271 - ] - ], - [ - 3.1666667461395264, - [ - -0.11439801752567291, - -0.026596011593937874, - -0.0945173129439354, - 0.9885708093643188 - ] - ], - [ - 3.200000047683716, - [ - -0.10152040421962738, - -0.040978558361530304, - -0.10960560292005539, - 0.9879276156425476 - ] - ], - [ - 3.2333333492279053, - [ - -0.09001584351062775, - -0.0510188527405262, - -0.12935121357440948, - 0.9861858487129211 - ] - ], - [ - 3.2666666507720947, - [ - -0.08047759532928467, - -0.057601336389780045, - -0.15034280717372894, - 0.9836679697036743 - ] - ], - [ - 3.299999952316284, - [ - -0.07327894866466522, - -0.06074473634362221, - -0.169101744890213, - 0.980991780757904 - ] - ], - [ - 3.3333332538604736, - [ - -0.0699724331498146, - -0.06011531874537468, - -0.17915017902851105, - 0.9794872403144836 - ] - ], - [ - 3.366666555404663, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458364605_1067982.json b/lenses/physics-objects/Scene/assets/1645812458364605_1067982.json deleted file mode 100644 index 9cb548ab..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458364605_1067982.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458364605:1067982", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458366535_1067995.json b/lenses/physics-objects/Scene/assets/1645812458366535_1067995.json deleted file mode 100644 index 6084e5d3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458366535_1067995.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458366535:1067995", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ], - [ - 6.633333206176758, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458366828_1068002.json b/lenses/physics-objects/Scene/assets/1645812458366828_1068002.json deleted file mode 100644 index c94508da..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458366828_1068002.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458366828:1068002", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.01423344574868679, - -0.17049852013587952, - 0.9338523745536804, - 0.31408217549324036 - ] - ], - [ - 0.03333333507180214, - [ - 0.01423344574868679, - -0.17049852013587952, - 0.9338523745536804, - 0.31408217549324036 - ] - ], - [ - 0.06666667014360428, - [ - 0.014621520414948463, - -0.17024002969264984, - 0.934500515460968, - 0.3122715651988983 - ] - ], - [ - 0.10000000149011612, - [ - 0.015024892054498196, - -0.16996124386787415, - 0.9352064728736877, - 0.31028419733047485 - ] - ], - [ - 0.13333334028720856, - [ - 0.01543940044939518, - -0.1696656048297882, - 0.9359591603279114, - 0.3081487715244293 - ] - ], - [ - 0.1666666716337204, - [ - 0.01586095429956913, - -0.169356569647789, - 0.9367473721504211, - 0.3058939576148987 - ] - ], - [ - 0.20000000298023224, - [ - 0.016285507008433342, - -0.16903765499591827, - 0.9375603199005127, - 0.30354854464530945 - ] - ], - [ - 0.23333333432674408, - [ - 0.01670907996594906, - -0.16871239244937897, - 0.9383873343467712, - 0.3011414110660553 - ] - ], - [ - 0.2666666805744171, - [ - 0.017127765342593193, - -0.16838441789150238, - 0.9392182230949402, - 0.29870161414146423 - ] - ], - [ - 0.30000001192092896, - [ - 0.017537716776132584, - -0.16805729269981384, - 0.9400427937507629, - 0.29625818133354187 - ] - ], - [ - 0.3333333432674408, - [ - 0.01793517917394638, - -0.16773472726345062, - 0.9408513307571411, - 0.29384034872055054 - ] - ], - [ - 0.36666667461395264, - [ - 0.018316451460123062, - -0.1674204170703888, - 0.9416346549987793, - 0.2914775013923645 - ] - ], - [ - 0.4000000059604645, - [ - 0.018677908927202225, - -0.1671181172132492, - 0.9423834681510925, - 0.2891990542411804 - ] - ], - [ - 0.4333333373069763, - [ - 0.019015993922948837, - -0.16683156788349152, - 0.9430890679359436, - 0.2870345413684845 - ] - ], - [ - 0.46666666865348816, - [ - 0.019327187910676003, - -0.16656452417373657, - 0.943742573261261, - 0.28501343727111816 - ] - ], - [ - 0.5, - [ - 0.017664769664406776, - -0.16653810441493988, - 0.940962016582489, - 0.29418274760246277 - ] - ], - [ - 0.5333333611488342, - [ - 0.013277044519782066, - -0.16675783693790436, - 0.9329882860183716, - 0.31866663694381714 - ] - ], - [ - 0.5666666626930237, - [ - 0.007951898500323296, - -0.16693581640720367, - 0.9224236607551575, - 0.34814339876174927 - ] - ], - [ - 0.6000000238418579, - [ - 0.003484988585114479, - -0.1669580191373825, - 0.9128409028053284, - 0.3726048767566681 - ] - ], - [ - 0.6333333253860474, - [ - 0.0016723136650398374, - -0.16688840091228485, - 0.9087885022163391, - 0.38242536783218384 - ] - ], - [ - 0.6666666865348816, - [ - -3.311652108095586e-05, - -0.1659216284751892, - 0.9103978276252747, - 0.37900662422180176 - ] - ], - [ - 0.699999988079071, - [ - -0.004719001241028309, - -0.16354849934577942, - 0.9141271114349365, - 0.37094646692276 - ] - ], - [ - 0.7333333492279053, - [ - -0.01148911565542221, - -0.16052745282649994, - 0.9191002249717712, - 0.35965806245803833 - ] - ], - [ - 0.7666666507720947, - [ - -0.019403714686632156, - -0.15756314992904663, - 0.9245184063911438, - 0.3465012311935425 - ] - ], - [ - 0.800000011920929, - [ - -0.02739715203642845, - -0.15508686006069183, - 0.929798424243927, - 0.3326745629310608 - ] - ], - [ - 0.8333333134651184, - [ - -0.0343639999628067, - -0.15343673527240753, - 0.9344896078109741, - 0.3193829357624054 - ] - ], - [ - 0.8666666746139526, - [ - -0.039170797914266586, - -0.15285933017730713, - 0.9382630586624146, - 0.30783459544181824 - ] - ], - [ - 0.8999999761581421, - [ - -0.040674660354852676, - -0.15353776514530182, - 0.9408637285232544, - 0.29924437403678894 - ] - ], - [ - 0.9333333373069763, - [ - -0.03996145725250244, - -0.15514911711215973, - 0.942864179611206, - 0.29212838411331177 - ] - ], - [ - 0.9666666388511658, - [ - -0.039058756083250046, - -0.15715430676937103, - 0.9447245001792908, - 0.28508344292640686 - ] - ], - [ - 1.0, - [ - -0.03825348615646362, - -0.15940022468566895, - 0.9460593461990356, - 0.27946367859840393 - ] - ], - [ - 1.0333333015441895, - [ - -0.03784937411546707, - -0.1617400348186493, - 0.946511447429657, - 0.27662917971611023 - ] - ], - [ - 1.0666667222976685, - [ - -0.038167234510183334, - -0.16402806341648102, - 0.9457217454910278, - 0.27793610095977783 - ] - ], - [ - 1.100000023841858, - [ - -0.03912690654397011, - -0.16636568307876587, - 0.9438567161560059, - 0.28271228075027466 - ] - ], - [ - 1.1333333253860474, - [ - -0.04038875550031662, - -0.1688937246799469, - 0.9414204359054565, - 0.28908729553222656 - ] - ], - [ - 1.1666666269302368, - [ - -0.041891686618328094, - -0.17152100801467896, - 0.9385349154472351, - 0.29661092162132263 - ] - ], - [ - 1.2000000476837158, - [ - -0.04356765374541283, - -0.17415809631347656, - 0.9353315234184265, - 0.30483731627464294 - ] - ], - [ - 1.2333333492279053, - [ - -0.04534023255109787, - -0.17671817541122437, - 0.9319556355476379, - 0.31332677602767944 - ] - ], - [ - 1.2666666507720947, - [ - -0.04712434858083725, - -0.179117813706398, - 0.9285683035850525, - 0.3216472566127777 - ] - ], - [ - 1.2999999523162842, - [ - -0.04882664233446121, - -0.18127726018428802, - 0.9253469109535217, - 0.32937461137771606 - ] - ], - [ - 1.3333333730697632, - [ - -0.05034685507416725, - -0.18312034010887146, - 0.9224827885627747, - 0.3360920250415802 - ] - ], - [ - 1.3666666746139526, - [ - -0.051579978317022324, - -0.18457359075546265, - 0.9201773405075073, - 0.34138795733451843 - ] - ], - [ - 1.399999976158142, - [ - -0.052419304847717285, - -0.18556509912014008, - 0.9186367988586426, - 0.3448539078235626 - ] - ], - [ - 1.4333332777023315, - [ - -0.052760105580091476, - -0.18602235615253448, - 0.9180637001991272, - 0.34607964754104614 - ] - ], - [ - 1.4666666984558105, - [ - -0.052577193826436996, - -0.18598216772079468, - 0.9183265566825867, - 0.3454310894012451 - ] - ], - [ - 1.5, - [ - -0.052018772810697556, - -0.18556508421897888, - 0.9190589785575867, - 0.34378835558891296 - ] - ], - [ - 1.5333333015441895, - [ - -0.05124557018280029, - -0.18482181429862976, - 0.9201019406318665, - 0.34150731563568115 - ] - ], - [ - 1.5666667222976685, - [ - -0.05041835457086563, - -0.18380427360534668, - 0.9212983846664429, - 0.338944673538208 - ] - ], - [ - 1.600000023841858, - [ - -0.04969622939825058, - -0.18256646394729614, - 0.9224939346313477, - 0.33645913004875183 - ] - ], - [ - 1.6333333253860474, - [ - -0.049235619604587555, - -0.18116460740566254, - 0.9235386848449707, - 0.33441224694252014 - ] - ], - [ - 1.6666666269302368, - [ - -0.04909816384315491, - -0.17996564507484436, - 0.9240777492523193, - 0.33358967304229736 - ] - ], - [ - 1.7000000476837158, - [ - -0.04916543886065483, - -0.17913712561130524, - 0.924065351486206, - 0.33405977487564087 - ] - ], - [ - 1.7333333492279053, - [ - -0.04932573065161705, - -0.1784367561340332, - 0.9238128662109375, - 0.3351075053215027 - ] - ], - [ - 1.7666666507720947, - [ - -0.049469880759716034, - -0.17762210965156555, - 0.9236318469047546, - 0.3360168933868408 - ] - ], - [ - 1.7999999523162842, - [ - -0.04949053004384041, - -0.17645084857940674, - 0.9238352179527283, - 0.3360718786716461 - ] - ], - [ - 1.8333333730697632, - [ - -0.04928559064865112, - -0.17468023300170898, - 0.9247331619262695, - 0.33455389738082886 - ] - ], - [ - 1.8666666746139526, - [ - -0.048857178539037704, - -0.17248167097568512, - 0.9262377619743347, - 0.3315819799900055 - ] - ], - [ - 1.899999976158142, - [ - -0.04829065129160881, - -0.1702074557542801, - 0.9280064702033997, - 0.32787415385246277 - ] - ], - [ - 1.9333332777023315, - [ - -0.04761538282036781, - -0.16788531839847565, - 0.9299604296684265, - 0.32360613346099854 - ] - ], - [ - 1.9666666984558105, - [ - -0.04685847461223602, - -0.16554313898086548, - 0.932023286819458, - 0.31895509362220764 - ] - ], - [ - 2.0, - [ - -0.04604450985789299, - -0.16320914030075073, - 0.9341220259666443, - 0.3140999376773834 - ] - ], - [ - 2.0333333015441895, - [ - -0.04519544914364815, - -0.1609119027853012, - 0.9361873865127563, - 0.3092215061187744 - ] - ], - [ - 2.066666603088379, - [ - -0.04433061555027962, - -0.1586805135011673, - 0.9381542801856995, - 0.30450260639190674 - ] - ], - [ - 2.0999999046325684, - [ - -0.043466825038194656, - -0.1565445512533188, - 0.9399615526199341, - 0.30012786388397217 - ] - ], - [ - 2.133333444595337, - [ - -0.04261866584420204, - -0.15453414618968964, - 0.9415513873100281, - 0.2962833642959595 - ] - ], - [ - 2.1666667461395264, - [ - -0.041798945516347885, - -0.15268008410930634, - 0.9428685307502747, - 0.2931566536426544 - ] - ], - [ - 2.200000047683716, - [ - -0.04101914167404175, - -0.15101368725299835, - 0.9438584446907043, - 0.29093557596206665 - ] - ], - [ - 2.2333333492279053, - [ - -0.04044191911816597, - -0.15003353357315063, - 0.9437320232391357, - 0.29193228483200073 - ] - ], - [ - 2.2666666507720947, - [ - -0.040142059326171875, - -0.1500563770532608, - 0.9420294761657715, - 0.29740914702415466 - ] - ], - [ - 2.299999952316284, - [ - -0.0400175005197525, - -0.15083958208560944, - 0.939164400100708, - 0.30596768856048584 - ] - ], - [ - 2.3333332538604736, - [ - -0.03997189179062843, - -0.15213720500469208, - 0.9355579018592834, - 0.31620872020721436 - ] - ], - [ - 2.366666555404663, - [ - -0.03989719599485397, - -0.15369923412799835, - 0.9316765666007996, - 0.32674697041511536 - ] - ], - [ - 2.4000000953674316, - [ - -0.039664387702941895, - -0.1552712619304657, - 0.9280486106872559, - 0.33621925115585327 - ] - ], - [ - 2.433333396911621, - [ - -0.03895675390958786, - -0.15650437772274017, - 0.9252572655677795, - 0.3433478772640228 - ] - ], - [ - 2.4666666984558105, - [ - -0.03747336193919182, - -0.15702146291732788, - 0.923936128616333, - 0.3468173146247864 - ] - ], - [ - 2.5, - [ - -0.03506165370345116, - -0.1570696383714676, - 0.9243219494819641, - 0.34601840376853943 - ] - ], - [ - 2.5333333015441895, - [ - -0.0318463072180748, - -0.15712356567382813, - 0.925875723361969, - 0.342129111289978 - ] - ], - [ - 2.566666603088379, - [ - -0.02812313847243786, - -0.15721946954727173, - 0.928069531917572, - 0.3364197909832001 - ] - ], - [ - 2.5999999046325684, - [ - -0.02418612875044346, - -0.15741026401519775, - 0.9303901791572571, - 0.33016836643218994 - ] - ], - [ - 2.633333444595337, - [ - -0.02032708004117012, - -0.1577715426683426, - 0.932355523109436, - 0.3246661424636841 - ] - ], - [ - 2.6666667461395264, - [ - -0.01683778688311577, - -0.158402219414711, - 0.9335123896598816, - 0.32121625542640686 - ] - ], - [ - 2.700000047683716, - [ - -0.013582185842096806, - -0.15938878059387207, - 0.934058427810669, - 0.3192892372608185 - ] - ], - [ - 2.7333333492279053, - [ - -0.010261353105306625, - -0.16069459915161133, - 0.9344726204872131, - 0.3175419569015503 - ] - ], - [ - 2.7666666507720947, - [ - -0.006926125381141901, - -0.16225078701972961, - 0.9347367286682129, - 0.31606045365333557 - ] - ], - [ - 2.799999952316284, - [ - -0.0036287596449255943, - -0.16398999094963074, - 0.934833288192749, - 0.3149298429489136 - ] - ], - [ - 2.8333332538604736, - [ - -0.0004228462930768728, - -0.16584648191928864, - 0.9347468614578247, - 0.3142344355583191 - ] - ], - [ - 2.866666555404663, - [ - 0.002636825433000922, - -0.16775569319725037, - 0.9344619512557983, - 0.31405726075172424 - ] - ], - [ - 2.9000000953674316, - [ - 0.00549462903290987, - -0.1696542650461197, - 0.9339642524719238, - 0.31448057293891907 - ] - ], - [ - 2.933333396911621, - [ - 0.008094299584627151, - -0.17147929966449738, - 0.933239221572876, - 0.31558528542518616 - ] - ], - [ - 2.9666666984558105, - [ - 0.010455132462084293, - -0.173271045088768, - 0.9324044585227966, - 0.3170011639595032 - ] - ], - [ - 3.0, - [ - 0.012601002119481564, - -0.17508552968502045, - 0.9316093921661377, - 0.3182612955570221 - ] - ], - [ - 3.0333333015441895, - [ - 0.014483106322586536, - -0.17688341438770294, - 0.9308866262435913, - 0.31930017471313477 - ] - ], - [ - 3.066666603088379, - [ - 0.01605335995554924, - -0.17862506210803986, - 0.9302698969841003, - 0.32005205750465393 - ] - ], - [ - 3.0999999046325684, - [ - 0.017264239490032196, - -0.18027080595493317, - 0.9297932982444763, - 0.32045096158981323 - ] - ], - [ - 3.133333444595337, - [ - 0.018068604171276093, - -0.18178130686283112, - 0.9294908046722412, - 0.32043084502220154 - ] - ], - [ - 3.1666667461395264, - [ - 0.018665656447410583, - -0.1831771731376648, - 0.9293420314788818, - 0.3200329542160034 - ] - ], - [ - 3.200000047683716, - [ - 0.019277742132544518, - -0.18449120223522186, - 0.9293034672737122, - 0.3193531334400177 - ] - ], - [ - 3.2333333492279053, - [ - 0.0198922548443079, - -0.18570281565189362, - 0.9293739199638367, - 0.3184068500995636 - ] - ], - [ - 3.2666666507720947, - [ - 0.020496275275945663, - -0.1867915242910385, - 0.9295520186424255, - 0.31720951199531555 - ] - ], - [ - 3.299999952316284, - [ - 0.021076519042253494, - -0.18773703277111053, - 0.9298365116119385, - 0.3157763183116913 - ] - ], - [ - 3.3333332538604736, - [ - 0.021619316190481186, - -0.18851923942565918, - 0.9302259683609009, - 0.3141224980354309 - ] - ], - [ - 3.366666555404663, - [ - 0.021783437579870224, - -0.18917490541934967, - 0.930651843547821, - 0.3124508261680603 - ] - ], - [ - 3.4000000953674316, - [ - 0.021278761327266693, - -0.18976682424545288, - 0.9310462474822998, - 0.3109480142593384 - ] - ], - [ - 3.433333396911621, - [ - 0.020168056711554527, - -0.19031250476837158, - 0.93140709400177, - 0.30960503220558167 - ] - ], - [ - 3.4666666984558105, - [ - 0.018514173105359077, - -0.19082821905612946, - 0.9317312240600586, - 0.3084132671356201 - ] - ], - [ - 3.5, - [ - 0.01638006418943405, - -0.191329225897789, - 0.9320151805877686, - 0.30736419558525085 - ] - ], - [ - 3.5333333015441895, - [ - 0.013828783296048641, - -0.19182994961738586, - 0.9322547316551208, - 0.30644935369491577 - ] - ], - [ - 3.566666603088379, - [ - 0.010923516005277634, - -0.1923445612192154, - 0.932446300983429, - 0.305660218000412 - ] - ], - [ - 3.5999999046325684, - [ - 0.007727564312517643, - -0.19288690388202667, - 0.9325863122940063, - 0.3049881160259247 - ] - ], - [ - 3.633333444595337, - [ - -0.0010183315025642514, - -0.18241579830646515, - 0.9346478581428528, - 0.3052160143852234 - ] - ], - [ - 3.6666667461395264, - [ - -0.015998167917132378, - -0.15849480032920837, - 0.9382857084274292, - 0.3069908022880554 - ] - ], - [ - 3.700000047683716, - [ - -0.030224287882447243, - -0.13418354094028473, - 0.9407680034637451, - 0.30989810824394226 - ] - ], - [ - 3.7333333492279053, - [ - -0.036782585084438324, - -0.12283359467983246, - 0.9409685134887695, - 0.3132685422897339 - ] - ], - [ - 3.7666666507720947, - [ - -0.03487934172153473, - -0.1269100457429886, - 0.9390720129013062, - 0.3175233006477356 - ] - ], - [ - 3.799999952316284, - [ - -0.029301263391971588, - -0.13805370032787323, - 0.9357849359512329, - 0.32309311628341675 - ] - ], - [ - 3.8333332538604736, - [ - -0.0216514989733696, - -0.15350748598575592, - 0.9314292073249817, - 0.32925108075141907 - ] - ], - [ - 3.866666555404663, - [ - -0.013440148904919624, - -0.17047186195850372, - 0.9264761805534363, - 0.3352622985839844 - ] - ], - [ - 3.9000000953674316, - [ - -0.006042489316314459, - -0.1861097663640976, - 0.9216655492782593, - 0.340381383895874 - ] - ], - [ - 3.933333396911621, - [ - -0.0007053807494230568, - -0.1975657045841217, - 0.9180021286010742, - 0.3438595235347748 - ] - ], - [ - 3.9666666984558105, - [ - 0.0013884041691198945, - -0.20198820531368256, - 0.916628897190094, - 0.34494972229003906 - ] - ], - [ - 4.0, - [ - -2.21020254684845e-05, - -0.1993914395570755, - 0.9181770086288452, - 0.34233614802360535 - ] - ], - [ - 4.0333333015441895, - [ - -0.0037804637104272842, - -0.19319182634353638, - 0.9216729998588562, - 0.3364246189594269 - ] - ], - [ - 4.066666603088379, - [ - -0.008897678926587105, - -0.185528963804245, - 0.9259076118469238, - 0.32892993092536926 - ] - ], - [ - 4.099999904632568, - [ - -0.014211456291377544, - -0.1783004105091095, - 0.9298946261405945, - 0.3214077651500702 - ] - ], - [ - 4.133333206176758, - [ - -0.018447723239660263, - -0.17334266006946564, - 0.9328069090843201, - 0.315409779548645 - ] - ], - [ - 4.166666507720947, - [ - -0.02026345022022724, - -0.17244282364845276, - 0.9339220523834229, - 0.3124780058860779 - ] - ], - [ - 4.199999809265137, - [ - -0.019304096698760986, - -0.1742677539587021, - 0.9337396025657654, - 0.3120715618133545 - ] - ], - [ - 4.233333110809326, - [ - -0.01641279086470604, - -0.17627525329589844, - 0.9332570433616638, - 0.3125523626804352 - ] - ], - [ - 4.266666889190674, - [ - -0.012048185802996159, - -0.17843323945999146, - 0.9324909448623657, - 0.3138108551502228 - ] - ], - [ - 4.300000190734863, - [ - -0.006669286172837019, - -0.1807125359773636, - 0.9314559698104858, - 0.31573447585105896 - ] - ], - [ - 4.333333492279053, - [ - -0.0007338063442148268, - -0.183085098862648, - 0.9301741123199463, - 0.3182065784931183 - ] - ], - [ - 4.366666793823242, - [ - 0.00530209019780159, - -0.18552175164222717, - 0.9286791086196899, - 0.321105420589447 - ] - ], - [ - 4.400000095367432, - [ - 0.010984545573592186, - -0.18799063563346863, - 0.9270198941230774, - 0.32430389523506165 - ] - ], - [ - 4.433333396911621, - [ - 0.01586250774562359, - -0.19045566022396088, - 0.9252608418464661, - 0.32766997814178467 - ] - ], - [ - 4.4666666984558105, - [ - 0.019487841054797173, - -0.19287502765655518, - 0.9234791994094849, - 0.3310674726963043 - ] - ], - [ - 4.5, - [ - 0.02141505293548107, - -0.1952000856399536, - 0.9217610359191895, - 0.3343574106693268 - ] - ], - [ - 4.5333333015441895, - [ - 0.021200494840741158, - -0.19737355411052704, - 0.9201933741569519, - 0.337399423122406 - ] - ], - [ - 4.566666603088379, - [ - 0.01533410046249628, - -0.19732581079006195, - 0.9176918268203735, - 0.3444841206073761 - ] - ], - [ - 4.599999904632568, - [ - 0.004236588720232248, - -0.1944080889225006, - 0.9138537645339966, - 0.35645321011543274 - ] - ], - [ - 4.633333206176758, - [ - -0.006695251911878586, - -0.1909361332654953, - 0.9099916219711304, - 0.3679864704608917 - ] - ], - [ - 4.666666507720947, - [ - -0.012231514789164066, - -0.189704030752182, - 0.9078476428985596, - 0.37373173236846924 - ] - ], - [ - 4.699999809265137, - [ - -0.010988899506628513, - -0.19104214012622833, - 0.9100971817970276, - 0.36756667494773865 - ] - ], - [ - 4.733333110809326, - [ - -0.006064216606318951, - -0.19289827346801758, - 0.9165398478507996, - 0.35029730200767517 - ] - ], - [ - 4.766666889190674, - [ - 0.0008449669694527984, - -0.19472819566726685, - 0.9247029423713684, - 0.32711607217788696 - ] - ], - [ - 4.800000190734863, - [ - 0.0079652713611722, - -0.19615891575813293, - 0.9324193596839905, - 0.303401380777359 - ] - ], - [ - 4.833333492279053, - [ - 0.013555976562201977, - -0.19700010120868683, - 0.9381007552146912, - 0.2845596671104431 - ] - ], - [ - 4.866666793823242, - [ - 0.01584791950881481, - -0.19721734523773193, - 0.9405445456504822, - 0.2760980725288391 - ] - ], - [ - 4.900000095367432, - [ - 0.014938422478735447, - -0.1969173401594162, - 0.9400266408920288, - 0.2781192362308502 - ] - ], - [ - 4.933333396911621, - [ - 0.012491255067288876, - -0.196239173412323, - 0.9379758834838867, - 0.2855440378189087 - ] - ], - [ - 4.9666666984558105, - [ - 0.009098748676478863, - -0.19520723819732666, - 0.9349503517150879, - 0.29610708355903625 - ] - ], - [ - 5.0, - [ - 0.0053493487648665905, - -0.19386380910873413, - 0.9315568804740906, - 0.30755487084388733 - ] - ], - [ - 5.0333333015441895, - [ - 0.001818004879169166, - -0.1922876387834549, - 0.9285010099411011, - 0.3176605701446533 - ] - ], - [ - 5.066666603088379, - [ - -0.0009401239803992212, - -0.1905948519706726, - 0.9265807867050171, - 0.3242233693599701 - ] - ], - [ - 5.099999904632568, - [ - -0.0023909402079880238, - -0.18892502784729004, - 0.9266302585601807, - 0.32505080103874207 - ] - ], - [ - 5.133333206176758, - [ - -0.0028633929323405027, - -0.18739356100559235, - 0.9282045960426331, - 0.3214212954044342 - ] - ], - [ - 5.166666507720947, - [ - -0.003082824405282736, - -0.18598103523254395, - 0.9302126169204712, - 0.3163953125476837 - ] - ], - [ - 5.199999809265137, - [ - -0.0031213187612593174, - -0.18462443351745605, - 0.9324864745140076, - 0.3104400932788849 - ] - ], - [ - 5.233333110809326, - [ - -0.003049251390621066, - -0.1832592636346817, - 0.9348662495613098, - 0.3040260970592499 - ] - ], - [ - 5.266666889190674, - [ - -0.002935862634330988, - -0.18182018399238586, - 0.9372037053108215, - 0.297627717256546 - ] - ], - [ - 5.300000190734863, - [ - -0.0028492803685367107, - -0.18024130165576935, - 0.939362645149231, - 0.2917237877845764 - ] - ], - [ - 5.333333492279053, - [ - -0.002855720929801464, - -0.1784563511610031, - 0.9412188529968262, - 0.28679654002189636 - ] - ], - [ - 5.366666793823242, - [ - -0.0030181610491126776, - -0.17639845609664917, - 0.9426549673080444, - 0.28333044052124023 - ] - ], - [ - 5.400000095367432, - [ - -0.003177857957780361, - -0.17408372461795807, - 0.9435836672782898, - 0.2816643714904785 - ] - ], - [ - 5.433333396911621, - [ - -0.003177880309522152, - -0.17164857685565948, - 0.9440860748291016, - 0.281475305557251 - ] - ], - [ - 5.4666666984558105, - [ - -0.003083277028053999, - -0.1692083477973938, - 0.9442939758300781, - 0.2822551131248474 - ] - ], - [ - 5.5, - [ - -0.0029642132576555014, - -0.16687966883182526, - 0.9443369507789612, - 0.28349626064300537 - ] - ], - [ - 5.5333333015441895, - [ - -0.002896517515182495, - -0.16477897763252258, - 0.9443461298942566, - 0.2846926152706146 - ] - ], - [ - 5.566666603088379, - [ - -0.0029610509518533945, - -0.1630222499370575, - 0.9444555044174194, - 0.2853398323059082 - ] - ], - [ - 5.599999904632568, - [ - -0.0032418735790997744, - -0.16172568500041962, - 0.9447998404502869, - 0.2849343717098236 - ] - ], - [ - 5.633333206176758, - [ - -0.0036655946169048548, - -0.16084015369415283, - 0.9452365040779114, - 0.28398090600967407 - ] - ], - [ - 5.666666507720947, - [ - -0.004090991336852312, - -0.16025184094905853, - 0.9455265998840332, - 0.2833409309387207 - ] - ], - [ - 5.699999809265137, - [ - -0.0045014722272753716, - -0.15998117625713348, - 0.9456590414047241, - 0.28304556012153625 - ] - ], - [ - 5.733333110809326, - [ - -0.004721754230558872, - -0.15994828939437866, - 0.9456206560134888, - 0.28318873047828674 - ] - ], - [ - 5.766666889190674, - [ - -0.004609961062669754, - -0.16005127131938934, - 0.945417046546936, - 0.28381142020225525 - ] - ], - [ - 5.800000190734863, - [ - -0.004200296010822058, - -0.16027793288230896, - 0.9450637102127075, - 0.2848650813102722 - ] - ], - [ - 5.833333492279053, - [ - -0.003527296707034111, - -0.1606166511774063, - 0.944574773311615, - 0.2863011956214905 - ] - ], - [ - 5.866666793823242, - [ - -0.002625622320920229, - -0.16105620563030243, - 0.943964421749115, - 0.2880714237689972 - ] - ], - [ - 5.900000095367432, - [ - -0.0015300129307433963, - -0.16158536076545715, - 0.9432464838027954, - 0.29012730717658997 - ] - ], - [ - 5.933333396911621, - [ - -0.0002751616411842406, - -0.16219279170036316, - 0.942435085773468, - 0.29242047667503357 - ] - ], - [ - 5.9666666984558105, - [ - 0.0011043371632695198, - -0.16286681592464447, - 0.9415443539619446, - 0.29490241408348083 - ] - ], - [ - 6.0, - [ - 0.0025741122663021088, - -0.16359539330005646, - 0.9405897855758667, - 0.2975247800350189 - ] - ], - [ - 6.0333333015441895, - [ - 0.004100033547729254, - -0.16436582803726196, - 0.9395869374275208, - 0.30023905634880066 - ] - ], - [ - 6.066666603088379, - [ - 0.0056482707150280476, - -0.16516493260860443, - 0.9385529160499573, - 0.3029968738555908 - ] - ], - [ - 6.099999904632568, - [ - 0.007185335271060467, - -0.16597874462604523, - 0.9375054836273193, - 0.3057497441768646 - ] - ], - [ - 6.133333206176758, - [ - 0.008678089827299118, - -0.16679270565509796, - 0.9364635348320007, - 0.30844929814338684 - ] - ], - [ - 6.166666507720947, - [ - 0.01009376160800457, - -0.1675916165113449, - 0.9354469776153564, - 0.31104716658592224 - ] - ], - [ - 6.199999809265137, - [ - 0.011399930343031883, - -0.16835962235927582, - 0.9344763159751892, - 0.3134949207305908 - ] - ], - [ - 6.233333110809326, - [ - 0.012564443983137608, - -0.1690804660320282, - 0.9335734844207764, - 0.3157443106174469 - ] - ], - [ - 6.266666889190674, - [ - 0.013555459678173065, - -0.16973747313022614, - 0.9327605366706848, - 0.31774717569351196 - ] - ], - [ - 6.300000190734863, - [ - 0.014341313391923904, - -0.17031371593475342, - 0.9320600628852844, - 0.31945520639419556 - ] - ], - [ - 6.333333492279053, - [ - 0.014890434220433235, - -0.17079219222068787, - 0.9314948320388794, - 0.3208203613758087 - ] - ], - [ - 6.366666793823242, - [ - 0.015171253122389317, - -0.17115607857704163, - 0.9310873746871948, - 0.3217945396900177 - ] - ], - [ - 6.400000095367432, - [ - 0.015152051113545895, - -0.1713889092206955, - 0.9308598637580872, - 0.32232964038848877 - ] - ], - [ - 6.433333396911621, - [ - 0.014800818637013435, - -0.17147479951381683, - 0.930833101272583, - 0.3223775029182434 - ] - ], - [ - 6.4666666984558105, - [ - 0.014332730323076248, - -0.17145858705043793, - 0.930975615978241, - 0.32199525833129883 - ] - ], - [ - 6.5, - [ - 0.013987175188958645, - -0.17139722406864166, - 0.9312347173690796, - 0.3212931156158447 - ] - ], - [ - 6.5333333015441895, - [ - 0.013768088072538376, - -0.17129340767860413, - 0.9315983653068542, - 0.3203025162220001 - ] - ], - [ - 6.566666603088379, - [ - 0.013679339550435543, - -0.17114953696727753, - 0.9320540428161621, - 0.3190547823905945 - ] - ], - [ - 6.599999904632568, - [ - 0.013724773190915585, - -0.17096783220767975, - 0.9325898289680481, - 0.31758126616477966 - ] - ], - [ - 6.633333206176758, - [ - 0.013908208347856998, - -0.17075026035308838, - 0.9331933856010437, - 0.31591328978538513 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458367118_1068009.json b/lenses/physics-objects/Scene/assets/1645812458367118_1068009.json deleted file mode 100644 index a86cc262..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458367118_1068009.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458367118:1068009", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458369085_1068022.json b/lenses/physics-objects/Scene/assets/1645812458369085_1068022.json deleted file mode 100644 index e1223f40..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458369085_1068022.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458369085:1068022", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ], - [ - 3.366666555404663, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458369375_1068029.json b/lenses/physics-objects/Scene/assets/1645812458369375_1068029.json deleted file mode 100644 index 7eeaf9b0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458369375_1068029.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458369375:1068029", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ], - [ - 0.03333333507180214, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ], - [ - 0.06666667014360428, - [ - 0.018291406333446503, - -0.16765688359737396, - 0.9416007399559021, - 0.2914530038833618 - ] - ], - [ - 0.10000000149011612, - [ - 0.017636336386203766, - -0.1689033806324005, - 0.9398276805877686, - 0.2964532673358917 - ] - ], - [ - 0.13333334028720856, - [ - 0.01644115336239338, - -0.17088909447193146, - 0.936776340007782, - 0.30492112040519714 - ] - ], - [ - 0.1666666716337204, - [ - 0.014807743951678276, - -0.17337477207183838, - 0.932752251625061, - 0.31574535369873047 - ] - ], - [ - 0.20000000298023224, - [ - 0.01284916140139103, - -0.1761218011379242, - 0.9280881881713867, - 0.3278236985206604 - ] - ], - [ - 0.23333333432674408, - [ - 0.010698371566832066, - -0.1788952648639679, - 0.9231645464897156, - 0.3400724232196808 - ] - ], - [ - 0.2666666805744171, - [ - 0.008511831052601337, - -0.18146683275699615, - 0.9184186458587646, - 0.35143211483955383 - ] - ], - [ - 0.30000001192092896, - [ - 0.006467838305979967, - -0.1836164891719818, - 0.9143397808074951, - 0.3608682155609131 - ] - ], - [ - 0.3333333432674408, - [ - 0.004759973846375942, - -0.1851324886083603, - 0.9114530682563782, - 0.36736470460891724 - ] - ], - [ - 0.36666667461395264, - [ - 0.003504670225083828, - -0.18599912524223328, - 0.9101957678794861, - 0.37004855275154114 - ] - ], - [ - 0.4000000059604645, - [ - 0.003064920660108328, - -0.17878200113773346, - 0.9160476326942444, - 0.3590046167373657 - ] - ], - [ - 0.4333333373069763, - [ - 0.002496175467967987, - -0.1609819084405899, - 0.929543673992157, - 0.33170342445373535 - ] - ], - [ - 0.46666666865348816, - [ - 0.00030354957561939955, - -0.1400931030511856, - 0.9440297484397888, - 0.29863303899765015 - ] - ], - [ - 0.5, - [ - -0.0033706340473145247, - -0.12348482757806778, - 0.9545735716819763, - 0.27116304636001587 - ] - ], - [ - 0.5333333611488342, - [ - -0.006864909082651138, - -0.11817345023155212, - 0.9579753279685974, - 0.2612874507904053 - ] - ], - [ - 0.5666666626930237, - [ - -0.00999456923455, - -0.124323770403862, - 0.9548895359039307, - 0.2694989740848541 - ] - ], - [ - 0.6000000238418579, - [ - -0.013738230802118778, - -0.13531048595905304, - 0.948844313621521, - 0.2849505841732025 - ] - ], - [ - 0.6333333253860474, - [ - -0.017845630645751953, - -0.14779570698738098, - 0.9413914680480957, - 0.3026880621910095 - ] - ], - [ - 0.6666666865348816, - [ - -0.021646836772561073, - -0.15853145718574524, - 0.9344826340675354, - 0.3180273473262787 - ] - ], - [ - 0.699999988079071, - [ - -0.024054553359746933, - -0.16436998546123505, - 0.93045973777771, - 0.32657095789909363 - ] - ], - [ - 0.7333333492279053, - [ - -0.023692704737186432, - -0.16245438158512115, - 0.931415319442749, - 0.32482731342315674 - ] - ], - [ - 0.7666666507720947, - [ - -0.0208392683416605, - -0.1537296175956726, - 0.9365574717521667, - 0.3143139183521271 - ] - ], - [ - 0.800000011920929, - [ - -0.016860060393810272, - -0.14076188206672668, - 0.943924605846405, - 0.29817506670951843 - ] - ], - [ - 0.8333333134651184, - [ - -0.012970127165317535, - -0.1261812150478363, - 0.9516758322715759, - 0.27968400716781616 - ] - ], - [ - 0.8666666746139526, - [ - -0.010006701573729515, - -0.11272919923067093, - 0.9583027362823486, - 0.26238882541656494 - ] - ], - [ - 0.8999999761581421, - [ - -0.00840780045837164, - -0.10322923213243484, - 0.9626656174659729, - 0.25009578466415405 - ] - ], - [ - 0.9333333373069763, - [ - -0.008409573696553707, - -0.10051930695772171, - 0.9638229012489319, - 0.24671949446201324 - ] - ], - [ - 0.9666666388511658, - [ - -0.01017300970852375, - -0.10660328716039658, - 0.9615030884742737, - 0.25306931138038635 - ] - ], - [ - 1.0, - [ - -0.0135155925527215, - -0.11959090828895569, - 0.9566025733947754, - 0.2653806805610657 - ] - ], - [ - 1.0333333015441895, - [ - -0.018214702606201172, - -0.13643966615200043, - 0.9498897790908813, - 0.2806454300880432 - ] - ], - [ - 1.0666667222976685, - [ - -0.023794960230588913, - -0.15415391325950623, - 0.942357063293457, - 0.296029657125473 - ] - ], - [ - 1.100000023841858, - [ - -0.029495809227228165, - -0.16989243030548096, - 0.9352442622184753, - 0.30916815996170044 - ] - ], - [ - 1.1333333253860474, - [ - -0.03424308821558952, - -0.18098048865795135, - 0.9300103783607483, - 0.31804776191711426 - ] - ], - [ - 1.1666666269302368, - [ - -0.03673519566655159, - -0.1848023682832718, - 0.9282612204551697, - 0.32067111134529114 - ] - ], - [ - 1.2000000476837158, - [ - -0.03692694008350372, - -0.17827992141246796, - 0.9318456053733826, - 0.31387338042259216 - ] - ], - [ - 1.2333333492279053, - [ - -0.03636316955089569, - -0.16293567419052124, - 0.9397356510162354, - 0.2983733117580414 - ] - ], - [ - 1.2666666507720947, - [ - -0.03616319224238396, - -0.14306892454624176, - 0.9491803050041199, - 0.27799323201179504 - ] - ], - [ - 1.2999999523162842, - [ - -0.0369311086833477, - -0.12303519994020462, - 0.9578654766082764, - 0.25688979029655457 - ] - ], - [ - 1.3333333730697632, - [ - -0.03851896896958351, - -0.10719669610261917, - 0.9641568064689636, - 0.23963899910449982 - ] - ], - [ - 1.3666666746139526, - [ - -0.040218278765678406, - -0.09985699504613876, - 0.9669622778892517, - 0.23107361793518066 - ] - ], - [ - 1.399999976158142, - [ - -0.042018063366413116, - -0.10276475548744202, - 0.9654428958892822, - 0.2357836663722992 - ] - ], - [ - 1.4333332777023315, - [ - -0.0445125512778759, - -0.11247963458299637, - 0.9603162407875061, - 0.25131598114967346 - ] - ], - [ - 1.4666666984558105, - [ - -0.04784306138753891, - -0.12548115849494934, - 0.9529016613960266, - 0.27192646265029907 - ] - ], - [ - 1.5, - [ - -0.05175909399986267, - -0.1382894217967987, - 0.9449248909950256, - 0.29208552837371826 - ] - ], - [ - 1.5333333015441895, - [ - -0.055427879095077515, - -0.14752238988876343, - 0.9386926889419556, - 0.3066282868385315 - ] - ], - [ - 1.5666667222976685, - [ - -0.057654593139886856, - -0.14990487694740295, - 0.9368561506271362, - 0.31065258383750916 - ] - ], - [ - 1.600000023841858, - [ - -0.05549231544137001, - -0.14197418093681335, - 0.9415001273155212, - 0.30056846141815186 - ] - ], - [ - 1.6333333253860474, - [ - -0.04921884089708328, - -0.125791996717453, - 0.9504163265228271, - 0.28011199831962585 - ] - ], - [ - 1.6666666269302368, - [ - -0.04226262867450714, - -0.1065264567732811, - 0.959965169429779, - 0.25560295581817627 - ] - ], - [ - 1.7000000476837158, - [ - -0.0370955765247345, - -0.08975697308778763, - 0.9673401713371277, - 0.23413798213005066 - ] - ], - [ - 1.7333333492279053, - [ - -0.0351937934756279, - -0.08139476180076599, - 0.9706547260284424, - 0.22353053092956543 - ] - ], - [ - 1.7666666507720947, - [ - -0.03367791697382927, - -0.0857197642326355, - 0.9694360494613647, - 0.22740206122398376 - ] - ], - [ - 1.7999999523162842, - [ - -0.030002450570464134, - -0.0999205932021141, - 0.9649460315704346, - 0.2408212572336197 - ] - ], - [ - 1.8333333730697632, - [ - -0.025895562022924423, - -0.11930977553129196, - 0.9581564664840698, - 0.25890347361564636 - ] - ], - [ - 1.8666666746139526, - [ - -0.022638434544205666, - -0.13906656205654144, - 0.9505137205123901, - 0.27689650654792786 - ] - ], - [ - 1.899999976158142, - [ - -0.020790962502360344, - -0.1542425900697708, - 0.9441819787025452, - 0.2903400659561157 - ] - ], - [ - 1.9333332777023315, - [ - -0.02040446549654007, - -0.15984828770160675, - 0.9418031573295593, - 0.29502370953559875 - ] - ], - [ - 1.9666666984558105, - [ - -0.02102731354534626, - -0.15435703098773956, - 0.9449762105941772, - 0.28766632080078125 - ] - ], - [ - 2.0, - [ - -0.02234356664121151, - -0.142006054520607, - 0.9518231749534607, - 0.2708650827407837 - ] - ], - [ - 2.0333333015441895, - [ - -0.024538010358810425, - -0.12648315727710724, - 0.9598183035850525, - 0.2492968738079071 - ] - ], - [ - 2.066666603088379, - [ - -0.027168765664100647, - -0.11130908876657486, - 0.9669166207313538, - 0.22791320085525513 - ] - ], - [ - 2.0999999046325684, - [ - -0.029215050861239433, - -0.09984607994556427, - 0.9717504382133484, - 0.21184499561786652 - ] - ], - [ - 2.133333444595337, - [ - -0.02943936549127102, - -0.09545301645994186, - 0.973383367061615, - 0.20626886188983917 - ] - ], - [ - 2.1666667461395264, - [ - -0.027076272293925285, - -0.09976255893707275, - 0.9716053009033203, - 0.21283191442489624 - ] - ], - [ - 2.200000047683716, - [ - -0.022913476452231407, - -0.11056265234947205, - 0.9671981334686279, - 0.2275492399930954 - ] - ], - [ - 2.2333333492279053, - [ - -0.01809653453528881, - -0.1254492849111557, - 0.9606606364250183, - 0.2471160590648651 - ] - ], - [ - 2.2666666507720947, - [ - -0.013560510240495205, - -0.14192302525043488, - 0.9527370929718018, - 0.26826485991477966 - ] - ], - [ - 2.299999952316284, - [ - -0.009839634411036968, - -0.15735679864883423, - 0.9446094632148743, - 0.2878454625606537 - ] - ], - [ - 2.3333332538604736, - [ - -0.007046010345220566, - -0.1690312623977661, - 0.9378958940505981, - 0.3028697967529297 - ] - ], - [ - 2.366666555404663, - [ - -0.005031761713325977, - -0.17418378591537476, - 0.934476912021637, - 0.3104635775089264 - ] - ], - [ - 2.4000000953674316, - [ - -0.005618003197014332, - -0.17145667970180511, - 0.9355201125144958, - 0.3088254928588867 - ] - ], - [ - 2.433333396911621, - [ - -0.0098836999386549, - -0.16292820870876312, - 0.9398866295814514, - 0.2999497354030609 - ] - ], - [ - 2.4666666984558105, - [ - -0.01662934198975563, - -0.15104061365127563, - 0.9459047913551331, - 0.28666067123413086 - ] - ], - [ - 2.5, - [ - -0.024520300328731537, - -0.13818420469760895, - 0.9520624876022339, - 0.271810382604599 - ] - ], - [ - 2.5333333015441895, - [ - -0.031948771327733994, - -0.12659044563770294, - 0.9572101831436157, - 0.2582688331604004 - ] - ], - [ - 2.566666603088379, - [ - -0.03704347461462021, - -0.11831298470497131, - 0.9605610370635986, - 0.2489021271467209 - ] - ], - [ - 2.5999999046325684, - [ - -0.037811413407325745, - -0.11531424522399902, - 0.9614984393119812, - 0.24656376242637634 - ] - ], - [ - 2.633333444595337, - [ - -0.03351709991693497, - -0.1186513900756836, - 0.9597335457801819, - 0.25240835547447205 - ] - ], - [ - 2.6666667461395264, - [ - -0.026079591363668442, - -0.1266283094882965, - 0.9558915495872498, - 0.26373568177223206 - ] - ], - [ - 2.700000047683716, - [ - -0.017511261627078056, - -0.13707420229911804, - 0.9507060647010803, - 0.27760079503059387 - ] - ], - [ - 2.7333333492279053, - [ - -0.009636976756155491, - -0.14765164256095886, - 0.9452033638954163, - 0.29102709889411926 - ] - ], - [ - 2.7666666507720947, - [ - -0.004015894141048193, - -0.15584008395671844, - 0.9407848119735718, - 0.3010343909263611 - ] - ], - [ - 2.799999952316284, - [ - -0.0017748556565493345, - -0.1590726524591446, - 0.9390494227409363, - 0.30476078391075134 - ] - ], - [ - 2.8333332538604736, - [ - -0.0035943349357694387, - -0.15491870045661926, - 0.9415098428726196, - 0.29924312233924866 - ] - ], - [ - 2.866666555404663, - [ - -0.008681463077664375, - -0.14475703239440918, - 0.9472397565841675, - 0.2858445346355438 - ] - ], - [ - 2.9000000953674316, - [ - -0.0157896988093853, - -0.13179218769073486, - 0.9541441798210144, - 0.26831063628196716 - ] - ], - [ - 2.933333396911621, - [ - -0.02337290719151497, - -0.1190904751420021, - 0.9604926109313965, - 0.2504498362541199 - ] - ], - [ - 2.9666666984558105, - [ - -0.029472991824150085, - -0.10947617888450623, - 0.965088963508606, - 0.23611357808113098 - ] - ], - [ - 3.0, - [ - -0.0318484902381897, - -0.10557632893323898, - 0.9671218991279602, - 0.22916054725646973 - ] - ], - [ - 3.0333333015441895, - [ - -0.025393491610884666, - -0.11501453071832657, - 0.9639281630516052, - 0.23868295550346375 - ] - ], - [ - 3.066666603088379, - [ - -0.01122838631272316, - -0.13830511271953583, - 0.9544639587402344, - 0.2640916407108307 - ] - ], - [ - 3.0999999046325684, - [ - 0.003898769849911332, - -0.16705340147018433, - 0.9408990740776062, - 0.29459622502326965 - ] - ], - [ - 3.133333444595337, - [ - 0.015148041769862175, - -0.19175931811332703, - 0.9278627634048462, - 0.31948336958885193 - ] - ], - [ - 3.1666667461395264, - [ - 0.01975299045443535, - -0.20208407938480377, - 0.9224410653114319, - 0.32844263315200806 - ] - ], - [ - 3.200000047683716, - [ - 0.02004067972302437, - -0.19931471347808838, - 0.9244833588600159, - 0.32434940338134766 - ] - ], - [ - 3.2333333492279053, - [ - 0.01991349272429943, - -0.19289788603782654, - 0.9281603097915649, - 0.31766700744628906 - ] - ], - [ - 3.2666666507720947, - [ - 0.019456513226032257, - -0.18466868996620178, - 0.9325392842292786, - 0.3096601366996765 - ] - ], - [ - 3.299999952316284, - [ - 0.01883774623274803, - -0.17645971477031708, - 0.9367614984512329, - 0.30163753032684326 - ] - ], - [ - 3.3333332538604736, - [ - 0.01851796917617321, - -0.17109230160713196, - 0.9397145509719849, - 0.2955017387866974 - ] - ], - [ - 3.366666555404663, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458369651_1068036.json b/lenses/physics-objects/Scene/assets/1645812458369651_1068036.json deleted file mode 100644 index 25e3a6e8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458369651_1068036.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458369651:1068036", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458371511_1068049.json b/lenses/physics-objects/Scene/assets/1645812458371511_1068049.json deleted file mode 100644 index 636390cb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458371511_1068049.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458371511:1068049", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.450531959533691, - -5.119308480061591e-05, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - -8.450531959533691, - -5.119308480061591e-05, - -1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458371808_1068056.json b/lenses/physics-objects/Scene/assets/1645812458371808_1068056.json deleted file mode 100644 index b0072f0a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458371808_1068056.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458371808:1068056", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.011160519905388355, - 0.010281963273882866, - -0.14235498011112213, - 0.9896993637084961 - ] - ], - [ - 0.03333333507180214, - [ - -0.011160519905388355, - 0.010281963273882866, - -0.14235498011112213, - 0.9896993637084961 - ] - ], - [ - 0.06666667014360428, - [ - -0.010710014961659908, - 0.009840304963290691, - -0.1409943401813507, - 0.9899035692214966 - ] - ], - [ - 0.10000000149011612, - [ - -0.010204133577644825, - 0.009352103807032108, - -0.139396533370018, - 0.990139901638031 - ] - ], - [ - 0.13333334028720856, - [ - -0.009650441817939281, - 0.008824167773127556, - -0.13759061694145203, - 0.99040287733078 - ] - ], - [ - 0.1666666716337204, - [ - -0.009056510403752327, - 0.00826327782124281, - -0.13560563325881958, - 0.9906871318817139 - ] - ], - [ - 0.20000000298023224, - [ - -0.008429916575551033, - 0.0076761674135923386, - -0.1334705799818039, - 0.9909871816635132 - ] - ], - [ - 0.23333333432674408, - [ - -0.0077782291918993, - 0.00706954300403595, - -0.13121463358402252, - 0.991298258304596 - ] - ], - [ - 0.2666666805744171, - [ - -0.007108999881893396, - 0.006450063083320856, - -0.1288669854402542, - 0.9916155338287354 - ] - ], - [ - 0.30000001192092896, - [ - -0.006429755128920078, - 0.005824333988130093, - -0.12645679712295532, - 0.9919341802597046 - ] - ], - [ - 0.3333333432674408, - [ - -0.0057479869574308395, - 0.005198911763727665, - -0.12401340901851654, - 0.9922502636909485 - ] - ], - [ - 0.36666667461395264, - [ - -0.005071171093732119, - 0.004580314736813307, - -0.12156623601913452, - 0.9925599098205566 - ] - ], - [ - 0.4000000059604645, - [ - -0.0044067236594855785, - 0.00397499231621623, - -0.11914462596178055, - 0.9928591847419739 - ] - ], - [ - 0.4333333373069763, - [ - -0.003762025386095047, - 0.003389351535588503, - -0.11677814275026321, - 0.993145227432251 - ] - ], - [ - 0.46666666865348816, - [ - -0.003144416958093643, - 0.002829751931130886, - -0.11449626833200455, - 0.9934147000312805 - ] - ], - [ - 0.5, - [ - -0.004444000776857138, - 0.005660187918692827, - -0.12328419834375381, - 0.9923453330993652 - ] - ], - [ - 0.5333333611488342, - [ - -0.008385270833969116, - 0.013167493976652622, - -0.14732865989208221, - 0.9889643788337708 - ] - ], - [ - 0.5666666626930237, - [ - -0.013229446485638618, - 0.02224479243159294, - -0.1764615774154663, - 0.9839671850204468 - ] - ], - [ - 0.6000000238418579, - [ - -0.017248379066586494, - 0.029803449288010597, - -0.20064742863178253, - 0.9790581464767456 - ] - ], - [ - 0.6333333253860474, - [ - -0.018732711672782898, - 0.03278954327106476, - -0.2100444734096527, - 0.9769623875617981 - ] - ], - [ - 0.6666666865348816, - [ - -0.017839182168245316, - 0.034099794924259186, - -0.20555035769939423, - 0.9778895974159241 - ] - ], - [ - 0.699999988079071, - [ - -0.016119835898280144, - 0.03802144154906273, - -0.1956081986427307, - 0.9798122048377991 - ] - ], - [ - 0.7333333492279053, - [ - -0.013994613662362099, - 0.043600890785455704, - -0.1817568987607956, - 0.9822767376899719 - ] - ], - [ - 0.7666666507720947, - [ - -0.011843866668641567, - 0.04987551271915436, - -0.16553883254528046, - 0.9848700761795044 - ] - ], - [ - 0.800000011920929, - [ - -0.010155543684959412, - 0.05588318035006523, - -0.14863386750221252, - 0.9872598052024841 - ] - ], - [ - 0.8333333134651184, - [ - -0.009236174635589123, - 0.06063633784651756, - -0.13265186548233032, - 0.9892631769180298 - ] - ], - [ - 0.8666666746139526, - [ - -0.009031225927174091, - 0.06313419342041016, - -0.11901793628931046, - 0.9908416867256165 - ] - ], - [ - 0.8999999761581421, - [ - -0.009408346377313137, - 0.06239469721913338, - -0.10915295779705048, - 0.9920201897621155 - ] - ], - [ - 0.9333333373069763, - [ - -0.010304810479283333, - 0.05943489819765091, - -0.10134195536375046, - 0.9930213093757629 - ] - ], - [ - 0.9666666388511658, - [ - -0.011718379333615303, - 0.05625687167048454, - -0.09379689395427704, - 0.9939315915107727 - ] - ], - [ - 1.0, - [ - -0.01360012125223875, - 0.053389158099889755, - -0.08783840388059616, - 0.9946100115776062 - ] - ], - [ - 1.0333333015441895, - [ - -0.015910621732473373, - 0.05138222873210907, - -0.0847831666469574, - 0.9949465990066528 - ] - ], - [ - 1.0666667222976685, - [ - -0.018618611618876457, - 0.05080491304397583, - -0.08594144135713577, - 0.9948298931121826 - ] - ], - [ - 1.100000023841858, - [ - -0.021635876968503, - 0.05146825686097145, - -0.09066111594438553, - 0.9943156838417053 - ] - ], - [ - 1.1333333253860474, - [ - -0.024844039231538773, - 0.052718132734298706, - -0.0971219390630722, - 0.9935647249221802 - ] - ], - [ - 1.1666666269302368, - [ - -0.028168244287371635, - 0.05443069711327553, - -0.1048775166273117, - 0.992594838142395 - ] - ], - [ - 1.2000000476837158, - [ - -0.031531721353530884, - 0.056477006524801254, - -0.11348403990268707, - 0.9914320111274719 - ] - ], - [ - 1.2333333492279053, - [ - -0.03485584631562233, - 0.058723337948322296, - -0.12250082194805145, - 0.9901163578033447 - ] - ], - [ - 1.2666666507720947, - [ - -0.03806069493293762, - 0.06103159114718437, - -0.13149113953113556, - 0.98870450258255 - ] - ], - [ - 1.2999999523162842, - [ - -0.04106524586677551, - 0.06325992196798325, - -0.14002257585525513, - 0.9872718453407288 - ] - ], - [ - 1.3333333730697632, - [ - -0.04378783330321312, - 0.06526333093643188, - -0.14766676723957062, - 0.9859097599983215 - ] - ], - [ - 1.3666666746139526, - [ - -0.04614635929465294, - 0.0668945163488388, - -0.1539989411830902, - 0.9847233891487122 - ] - ], - [ - 1.399999976158142, - [ - -0.04805859550833702, - 0.06800470501184464, - -0.1585969477891922, - 0.9838255643844604 - ] - ], - [ - 1.4333332777023315, - [ - -0.0494421012699604, - 0.0684446170926094, - -0.1610392928123474, - 0.9833296537399292 - ] - ], - [ - 1.4666666984558105, - [ - -0.05020640417933464, - 0.06817012280225754, - -0.16150933504104614, - 0.983232855796814 - ] - ], - [ - 1.5, - [ - -0.05034851282835007, - 0.06735263764858246, - -0.16066965460777283, - 0.9834195971488953 - ] - ], - [ - 1.5333333015441895, - [ - -0.05000853165984154, - 0.066267229616642, - -0.15896941721439362, - 0.9837868213653564 - ] - ], - [ - 1.5666667222976685, - [ - -0.04937271401286125, - 0.06519195437431335, - -0.15691626071929932, - 0.9842203259468079 - ] - ], - [ - 1.600000023841858, - [ - -0.048559680581092834, - 0.06430675089359283, - -0.1548932045698166, - 0.9846394658088684 - ] - ], - [ - 1.6333333253860474, - [ - -0.047689005732536316, - 0.06379042565822601, - -0.15328431129455566, - 0.9849672317504883 - ] - ], - [ - 1.6666666269302368, - [ - -0.04691870138049126, - 0.06387528032064438, - -0.15289829671382904, - 0.9850587248802185 - ] - ], - [ - 1.7000000476837158, - [ - -0.04623797908425331, - 0.06450345367193222, - -0.15379346907138824, - 0.9849106073379517 - ] - ], - [ - 1.7333333492279053, - [ - -0.04551354795694351, - 0.06541847437620163, - -0.1552285999059677, - 0.9846588373184204 - ] - ], - [ - 1.7666666507720947, - [ - -0.04461297392845154, - 0.06636618822813034, - -0.15646183490753174, - 0.9844415187835693 - ] - ], - [ - 1.7999999523162842, - [ - -0.043405480682849884, - 0.06709558516740799, - -0.1567506045103073, - 0.9844000339508057 - ] - ], - [ - 1.8333333730697632, - [ - -0.04176263511180878, - 0.06736014038324356, - -0.15535016357898712, - 0.9846749901771545 - ] - ], - [ - 1.8666666746139526, - [ - -0.039732348173856735, - 0.06721702218055725, - -0.1523873209953308, - 0.9852316975593567 - ] - ], - [ - 1.899999976158142, - [ - -0.037483543157577515, - 0.0669059306383133, - -0.14861080050468445, - 0.9859175682067871 - ] - ], - [ - 1.9333332777023315, - [ - -0.03507080301642418, - 0.06645740568637848, - -0.14420630037784576, - 0.9866905212402344 - ] - ], - [ - 1.9666666984558105, - [ - -0.032547637820243835, - 0.06590055674314499, - -0.13936036825180054, - 0.9875103235244751 - ] - ], - [ - 2.0, - [ - -0.02996637672185898, - 0.06526294350624084, - -0.13426101207733154, - 0.9883404970169067 - ] - ], - [ - 2.0333333015441895, - [ - -0.027377789840102196, - 0.06457033008337021, - -0.129097580909729, - 0.9891486167907715 - ] - ], - [ - 2.066666603088379, - [ - -0.024831263348460197, - 0.06384671479463577, - -0.12406091392040253, - 0.9899070262908936 - ] - ], - [ - 2.0999999046325684, - [ - -0.022374747321009636, - 0.06311430037021637, - -0.11934319883584976, - 0.9905924201011658 - ] - ], - [ - 2.133333444595337, - [ - -0.020055048167705536, - 0.06239357963204384, - -0.11513776332139969, - 0.991185188293457 - ] - ], - [ - 2.1666667461395264, - [ - -0.01791834831237793, - 0.0617036409676075, - -0.11163919419050217, - 0.9916695356369019 - ] - ], - [ - 2.200000047683716, - [ - -0.016010496765375137, - 0.06106224283576012, - -0.10904251784086227, - 0.9920306205749512 - ] - ], - [ - 2.2333333492279053, - [ - -0.014695949852466583, - 0.06099076569080353, - -0.10971254110336304, - 0.9919815063476563 - ] - ], - [ - 2.2666666507720947, - [ - -0.014169316738843918, - 0.06178334355354309, - -0.11494115740060806, - 0.9913478493690491 - ] - ], - [ - 2.299999952316284, - [ - -0.014228006824851036, - 0.06312408298254013, - -0.12330745905637741, - 0.9902566075325012 - ] - ], - [ - 2.3333332538604736, - [ - -0.014668135903775692, - 0.06470581144094467, - -0.1333877444267273, - 0.9888406991958618 - ] - ], - [ - 2.366666555404663, - [ - -0.015276307240128517, - 0.06622819602489471, - -0.14376193284988403, - 0.9872755408287048 - ] - ], - [ - 2.4000000953674316, - [ - -0.01582532748579979, - 0.06739623844623566, - -0.15301808714866638, - 0.9857954978942871 - ] - ], - [ - 2.433333396911621, - [ - -0.016073841601610184, - 0.06791878491640091, - -0.1597524881362915, - 0.9846866726875305 - ] - ], - [ - 2.4666666984558105, - [ - -0.01576974056661129, - 0.06750776618719101, - -0.16256649792194366, - 0.9842591881752014 - ] - ], - [ - 2.5, - [ - -0.014914734289050102, - 0.06580605357885361, - -0.16098469495773315, - 0.9846476912498474 - ] - ], - [ - 2.5333333015441895, - [ - -0.013771061785519123, - 0.06291940063238144, - -0.15634627640247345, - 0.9855999946594238 - ] - ], - [ - 2.566666603088379, - [ - -0.012475533410906792, - 0.05925263836979866, - -0.14997324347496033, - 0.9868341088294983 - ] - ], - [ - 2.5999999046325684, - [ - -0.011170962825417519, - 0.05520891025662422, - -0.1431920826435089, - 0.9880906939506531 - ] - ], - [ - 2.633333444595337, - [ - -0.010009540244936943, - 0.051191627979278564, - -0.13733510673046112, - 0.9891502857208252 - ] - ], - [ - 2.6666667461395264, - [ - -0.00915621966123581, - 0.047604676336050034, - -0.13373923301696777, - 0.9898301959037781 - ] - ], - [ - 2.700000047683716, - [ - -0.008671680465340614, - 0.04424416646361351, - -0.13185110688209534, - 0.990243673324585 - ] - ], - [ - 2.7333333492279053, - [ - -0.008472943678498268, - 0.0406901054084301, - -0.13028007745742798, - 0.9906057119369507 - ] - ], - [ - 2.7666666507720947, - [ - -0.008522470481693745, - 0.03702206909656525, - -0.12910696864128113, - 0.9909026622772217 - ] - ], - [ - 2.799999952316284, - [ - -0.008784661069512367, - 0.03332044929265976, - -0.12841148674488068, - 0.9911221265792847 - ] - ], - [ - 2.8333332538604736, - [ - -0.009225809015333652, - 0.029666291549801826, - -0.1282721608877182, - 0.9912523627281189 - ] - ], - [ - 2.866666555404663, - [ - -0.009813924320042133, - 0.02614114247262478, - -0.12876619398593903, - 0.9912818074226379 - ] - ], - [ - 2.9000000953674316, - [ - -0.010518504306674004, - 0.02282675728201866, - -0.12996961176395416, - 0.9911994934082031 - ] - ], - [ - 2.933333396911621, - [ - -0.01131012849509716, - 0.0198049396276474, - -0.13195708394050598, - 0.9909930229187012 - ] - ], - [ - 2.9666666984558105, - [ - -0.012180004268884659, - 0.016984576359391212, - -0.1343546360731125, - 0.9907128810882568 - ] - ], - [ - 3.0, - [ - -0.013127729296684265, - 0.014255707152187824, - -0.1366867572069168, - 0.9904247522354126 - ] - ], - [ - 3.0333333015441895, - [ - -0.014135994017124176, - 0.011671122163534164, - -0.1388746052980423, - 0.9901403188705444 - ] - ], - [ - 3.066666603088379, - [ - -0.015186231583356857, - 0.009283148683607578, - -0.14083895087242126, - 0.9898725152015686 - ] - ], - [ - 3.0999999046325684, - [ - -0.016258860006928444, - 0.007143643219023943, - -0.14250019192695618, - 0.9896354675292969 - ] - ], - [ - 3.133333444595337, - [ - -0.01733364909887314, - 0.005303970072418451, - -0.14377857744693756, - 0.989443838596344 - ] - ], - [ - 3.1666667461395264, - [ - -0.018390106037259102, - 0.003815143369138241, - -0.14459416270256042, - 0.9893128871917725 - ] - ], - [ - 3.200000047683716, - [ - -0.019408049061894417, - 0.002727731131017208, - -0.14486701786518097, - 0.9892570376396179 - ] - ], - [ - 3.2333333492279053, - [ - -0.0203426331281662, - 0.0018605890218168497, - -0.14467203617095947, - 0.9892687797546387 - ] - ], - [ - 3.2666666507720947, - [ - -0.021157395094633102, - 0.0010148637229576707, - -0.144144669175148, - 0.989329993724823 - ] - ], - [ - 3.299999952316284, - [ - -0.021845564246177673, - 0.00021450448548421264, - -0.14329589903354645, - 0.9894388318061829 - ] - ], - [ - 3.3333332538604736, - [ - -0.022400738671422005, - -0.0005163375753909349, - -0.1421366184949875, - 0.989593505859375 - ] - ], - [ - 3.366666555404663, - [ - -0.02314699813723564, - -0.0006966875516809523, - -0.14049917459487915, - 0.989810049533844 - ] - ], - [ - 3.4000000953674316, - [ - -0.024312341585755348, - -1.5886082110228017e-05, - -0.13840079307556152, - 0.9900778532028198 - ] - ], - [ - 3.433333396911621, - [ - -0.025745021179318428, - 0.001296695088967681, - -0.13613083958625793, - 0.9903554320335388 - ] - ], - [ - 3.4666666984558105, - [ - -0.027290400117635727, - 0.0030144238844513893, - -0.13397972285747528, - 0.9906036257743835 - ] - ], - [ - 3.5, - [ - -0.028790421783924103, - 0.004913169890642166, - -0.1322387158870697, - 0.9907876253128052 - ] - ], - [ - 3.5333333015441895, - [ - -0.030084233731031418, - 0.006770458072423935, - -0.131199449300766, - 0.9908763766288757 - ] - ], - [ - 3.566666603088379, - [ - -0.0310098584741354, - 0.008363948203623295, - -0.13115344941616058, - 0.9908416867256165 - ] - ], - [ - 3.5999999046325684, - [ - -0.031406912952661514, - 0.009469239972531796, - -0.1323917806148529, - 0.9906545281410217 - ] - ], - [ - 3.633333444595337, - [ - -0.030088871717453003, - 0.010204225778579712, - -0.13891682028770447, - 0.9897942543029785 - ] - ], - [ - 3.6666667461395264, - [ - -0.027158768847584724, - 0.010834560729563236, - -0.15099234879016876, - 0.988102376461029 - ] - ], - [ - 3.700000047683716, - [ - -0.024346888065338135, - 0.011443547904491425, - -0.16331611573696136, - 0.9862069487571716 - ] - ], - [ - 3.7333333492279053, - [ - -0.02327459491789341, - 0.012304922565817833, - -0.1706271767616272, - 0.9849838614463806 - ] - ], - [ - 3.7666666507720947, - [ - -0.02464648336172104, - 0.013138281181454659, - -0.17305047810077667, - 0.984516978263855 - ] - ], - [ - 3.799999952316284, - [ - -0.02771036885678768, - 0.013567311689257622, - -0.1743103414773941, - 0.984207272529602 - ] - ], - [ - 3.8333332538604736, - [ - -0.03184324502944946, - 0.013807550072669983, - -0.17456892132759094, - 0.9840330481529236 - ] - ], - [ - 3.866666555404663, - [ - -0.03642209246754646, - 0.01406746357679367, - -0.1739935278892517, - 0.9839725494384766 - ] - ], - [ - 3.9000000953674316, - [ - -0.04082600027322769, - 0.014555896632373333, - -0.17276093363761902, - 0.9840096831321716 - ] - ], - [ - 3.933333396911621, - [ - -0.04443725198507309, - 0.015487088821828365, - -0.1710589975118637, - 0.9841363430023193 - ] - ], - [ - 3.9666666984558105, - [ - -0.046641819179058075, - 0.01708325743675232, - -0.16908486187458038, - 0.9843491315841675 - ] - ], - [ - 4.0, - [ - -0.04548768699169159, - 0.020543450489640236, - -0.16455939412117004, - 0.9851036667823792 - ] - ], - [ - 4.0333333015441895, - [ - -0.040672801434993744, - 0.02611386962234974, - -0.1563103199005127, - 0.986524760723114 - ] - ], - [ - 4.066666603088379, - [ - -0.034033410251140594, - 0.03258911147713661, - -0.14618347585201263, - 0.9881347417831421 - ] - ], - [ - 4.099999904632568, - [ - -0.027520528063178062, - 0.03871087357401848, - -0.13615797460079193, - 0.9895479083061218 - ] - ], - [ - 4.133333206176758, - [ - -0.022913089022040367, - 0.043113455176353455, - -0.12816044688224792, - 0.9905509352684021 - ] - ], - [ - 4.166666507720947, - [ - -0.021665971726179123, - 0.044356346130371094, - -0.12395240366458893, - 0.9910596013069153 - ] - ], - [ - 4.199999809265137, - [ - -0.02229648269712925, - 0.042467206716537476, - -0.12301281094551086, - 0.9912453293800354 - ] - ], - [ - 4.233333110809326, - [ - -0.022452913224697113, - 0.038733869791030884, - -0.1235107034444809, - 0.9913327693939209 - ] - ], - [ - 4.266666889190674, - [ - -0.022288186475634575, - 0.033605389297008514, - -0.12524493038654327, - 0.9913061261177063 - ] - ], - [ - 4.300000190734863, - [ - -0.021961702033877373, - 0.02752913162112236, - -0.12801261246204376, - 0.9911471009254456 - ] - ], - [ - 4.333333492279053, - [ - -0.0216340534389019, - 0.020950306206941605, - -0.13160569965839386, - 0.9908446073532104 - ] - ], - [ - 4.366666793823242, - [ - -0.02146303467452526, - 0.014312813058495522, - -0.13580846786499023, - 0.990399181842804 - ] - ], - [ - 4.400000095367432, - [ - -0.0216002706438303, - 0.008059280924499035, - -0.14039647579193115, - 0.989827036857605 - ] - ], - [ - 4.433333396911621, - [ - -0.022188734263181686, - 0.0026314056012779474, - -0.14513669908046722, - 0.9891592860221863 - ] - ], - [ - 4.4666666984558105, - [ - -0.02336108312010765, - -0.0015294934855774045, - -0.14978882670402527, - 0.9884408116340637 - ] - ], - [ - 4.5, - [ - -0.025238655507564545, - -0.003981525544077158, - -0.15410742163658142, - 0.9877237677574158 - ] - ], - [ - 4.5333333015441895, - [ - -0.027931250631809235, - -0.004280798602849245, - -0.15784482657909393, - 0.9870596528053284 - ] - ], - [ - 4.566666603088379, - [ - -0.031203988939523697, - 0.0021499264985322952, - -0.1648070067167282, - 0.985829770565033 - ] - ], - [ - 4.599999904632568, - [ - -0.03435899317264557, - 0.015211199410259724, - -0.1759958416223526, - 0.9836735129356384 - ] - ], - [ - 4.633333206176758, - [ - -0.03702300041913986, - 0.028293566778302193, - -0.18690739572048187, - 0.9812719225883484 - ] - ], - [ - 4.666666507720947, - [ - -0.03926440700888634, - 0.03476061299443245, - -0.19290685653686523, - 0.9798147678375244 - ] - ], - [ - 4.699999809265137, - [ - -0.04018639028072357, - 0.03202410042285919, - -0.18790720403194427, - 0.9808416962623596 - ] - ], - [ - 4.733333110809326, - [ - -0.03912879154086113, - 0.023644205182790756, - -0.17228259146213531, - 0.9839861989021301 - ] - ], - [ - 4.766666889190674, - [ - -0.036707159131765366, - 0.012241285294294357, - -0.15102875232696533, - 0.98777174949646 - ] - ], - [ - 4.800000190734863, - [ - -0.03365333005785942, - 0.0004959501093253493, - -0.12916818261146545, - 0.9910513758659363 - ] - ], - [ - 4.833333492279053, - [ - -0.030991768464446068, - -0.008788539096713066, - -0.11190931499004364, - 0.9931961297988892 - ] - ], - [ - 4.866666793823242, - [ - -0.029937589541077614, - -0.01281863171607256, - -0.10453371703624725, - 0.9939879775047302 - ] - ], - [ - 4.900000095367432, - [ - -0.03052828088402748, - -0.01180594228208065, - -0.10713149607181549, - 0.9937059283256531 - ] - ], - [ - 4.933333396911621, - [ - -0.03178834542632103, - -0.008358184248209, - -0.11489754170179367, - 0.9928334355354309 - ] - ], - [ - 4.9666666984558105, - [ - -0.033339619636535645, - -0.00338555546477437, - -0.12563960254192352, - 0.9915097951889038 - ] - ], - [ - 5.0, - [ - -0.03481115400791168, - 0.002200415590777993, - -0.13716989755630493, - 0.9899333119392395 - ] - ], - [ - 5.0333333015441895, - [ - -0.03585390746593475, - 0.007493284530937672, - -0.14730797708034515, - 0.9884123206138611 - ] - ], - [ - 5.066666603088379, - [ - -0.03614630550146103, - 0.011596976779401302, - -0.15388013422489166, - 0.9873600602149963 - ] - ], - [ - 5.099999904632568, - [ - -0.035390421748161316, - 0.013627493754029274, - -0.1547114998102188, - 0.9872316718101501 - ] - ], - [ - 5.133333206176758, - [ - -0.03395393118262291, - 0.014033098705112934, - -0.1510806381702423, - 0.9878385663032532 - ] - ], - [ - 5.166666507720947, - [ - -0.03239957615733147, - 0.013956272043287754, - -0.14602960646152496, - 0.9886510372161865 - ] - ], - [ - 5.199999809265137, - [ - -0.03073062375187874, - 0.013561276718974113, - -0.1400195211172104, - 0.9895788431167603 - ] - ], - [ - 5.233333110809326, - [ - -0.028947798535227776, - 0.013012709096074104, - -0.13351310789585114, - 0.9905387163162231 - ] - ], - [ - 5.266666889190674, - [ - -0.02704942785203457, - 0.012476119212806225, - -0.1269748955965042, - 0.991458535194397 - ] - ], - [ - 5.300000190734863, - [ - -0.025031527504324913, - 0.012117954902350903, - -0.12087172269821167, - 0.992278516292572 - ] - ], - [ - 5.333333492279053, - [ - -0.022887440398335457, - 0.012104413472115993, - -0.11567165702581406, - 0.9929500222206116 - ] - ], - [ - 5.366666793823242, - [ - -0.020607557147741318, - 0.012599821202456951, - -0.1118445098400116, - 0.9934322237968445 - ] - ], - [ - 5.400000095367432, - [ - -0.018193738535046577, - 0.013509310781955719, - -0.10976831614971161, - 0.9936989545822144 - ] - ], - [ - 5.433333396911621, - [ - -0.015708573162555695, - 0.01458344329148531, - -0.10915813595056534, - 0.9937933683395386 - ] - ], - [ - 5.4666666984558105, - [ - -0.013235185295343399, - 0.015753136947751045, - -0.10949011147022247, - 0.9937750101089478 - ] - ], - [ - 5.5, - [ - -0.010860471054911613, - 0.016953449696302414, - -0.11024029552936554, - 0.9937010407447815 - ] - ], - [ - 5.5333333015441895, - [ - -0.008673815056681633, - 0.018124952912330627, - -0.11088500171899796, - 0.9936301112174988 - ] - ], - [ - 5.566666603088379, - [ - -0.0067666140384972095, - 0.01921340636909008, - -0.11090078204870224, - 0.9936227202415466 - ] - ], - [ - 5.599999904632568, - [ - -0.0052327862940728664, - 0.020167699083685875, - -0.10976427048444748, - 0.9937392473220825 - ] - ], - [ - 5.633333206176758, - [ - -0.004054909106343985, - 0.02103208750486374, - -0.10799707472324371, - 0.9939204454421997 - ] - ], - [ - 5.666666507720947, - [ - -0.003160721156746149, - 0.02187146432697773, - -0.10649383813142776, - 0.9940677881240845 - ] - ], - [ - 5.699999809265137, - [ - -0.002564425813034177, - 0.02266600728034973, - -0.1052902564406395, - 0.994179904460907 - ] - ], - [ - 5.733333110809326, - [ - -0.002280178014189005, - 0.023396197706460953, - -0.1044217124581337, - 0.9942552447319031 - ] - ], - [ - 5.766666889190674, - [ - -0.0023222044110298157, - 0.024042943492531776, - -0.10392319411039352, - 0.9942919611930847 - ] - ], - [ - 5.800000190734863, - [ - -0.0025565268006175756, - 0.024489838629961014, - -0.10391737520694733, - 0.9942811131477356 - ] - ], - [ - 5.833333492279053, - [ - -0.002836399246007204, - 0.024651510640978813, - -0.10446672141551971, - 0.9942187666893005 - ] - ], - [ - 5.866666793823242, - [ - -0.0031579257920384407, - 0.024555670097470284, - -0.10551582276821136, - 0.9941093921661377 - ] - ], - [ - 5.900000095367432, - [ - -0.003518070327118039, - 0.02423000894486904, - -0.10700948536396027, - 0.9939565062522888 - ] - ], - [ - 5.933333396911621, - [ - -0.003914300352334976, - 0.023702215403318405, - -0.10889266431331635, - 0.9937632083892822 - ] - ], - [ - 5.9666666984558105, - [ - -0.004344267304986715, - 0.022999966517090797, - -0.11111030727624893, - 0.9935324192047119 - ] - ], - [ - 6.0, - [ - -0.004805525299161673, - 0.022150918841362, - -0.11360744386911392, - 0.9932671189308167 - ] - ], - [ - 6.0333333015441895, - [ - -0.005295304115861654, - 0.0211827140301466, - -0.11632905155420303, - 0.9929707050323486 - ] - ], - [ - 6.066666603088379, - [ - -0.005810311064124107, - 0.020122967660427094, - -0.11922004818916321, - 0.9926469326019287 - ] - ], - [ - 6.099999904632568, - [ - -0.006346589419990778, - 0.01899927295744419, - -0.12222527712583542, - 0.9923002123832703 - ] - ], - [ - 6.133333206176758, - [ - -0.006899399682879448, - 0.017839161679148674, - -0.12528946995735168, - 0.9919358491897583 - ] - ], - [ - 6.166666507720947, - [ - -0.0074631646275520325, - 0.01667013205587864, - -0.12835730612277985, - 0.9915598034858704 - ] - ], - [ - 6.199999809265137, - [ - -0.008031435310840607, - 0.015519607812166214, - -0.13137337565422058, - 0.9911790490150452 - ] - ], - [ - 6.233333110809326, - [ - -0.008596913889050484, - 0.014414981007575989, - -0.13428211212158203, - 0.9908009767532349 - ] - ], - [ - 6.266666889190674, - [ - -0.009151529520750046, - 0.013383529148995876, - -0.1370280534029007, - 0.990434467792511 - ] - ], - [ - 6.300000190734863, - [ - -0.00968647189438343, - 0.012452477589249611, - -0.13955555856227875, - 0.9900885820388794 - ] - ], - [ - 6.333333492279053, - [ - -0.010192425921559334, - 0.011648963205516338, - -0.14180906116962433, - 0.9897730350494385 - ] - ], - [ - 6.366666793823242, - [ - -0.010659699328243732, - 0.011000078171491623, - -0.1437329649925232, - 0.9894980788230896 - ] - ], - [ - 6.400000095367432, - [ - -0.011078433133661747, - 0.01053284015506506, - -0.1452716886997223, - 0.989273726940155 - ] - ], - [ - 6.433333396911621, - [ - -0.011438890360295773, - 0.010274245403707027, - -0.1463697850704193, - 0.9891104698181152 - ] - ], - [ - 6.4666666984558105, - [ - -0.01173175498843193, - 0.010251292958855629, - -0.14697177708148956, - 0.9890180826187134 - ] - ], - [ - 6.5, - [ - -0.011948450468480587, - 0.010490966960787773, - -0.1470222771167755, - 0.9890053868293762 - ] - ], - [ - 6.5333333015441895, - [ - -0.01205570437014103, - 0.010787202045321465, - -0.14661827683448792, - 0.9890608787536621 - ] - ], - [ - 6.566666603088379, - [ - -0.012027585878968239, - 0.010915231890976429, - -0.1459159553050995, - 0.9891636371612549 - ] - ], - [ - 6.599999904632568, - [ - -0.011867163702845573, - 0.010874162428081036, - -0.14494894444942474, - 0.9893081784248352 - ] - ], - [ - 6.633333206176758, - [ - -0.011577277444303036, - 0.01066326629370451, - -0.14375080168247223, - 0.9894888401031494 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458372103_1068063.json b/lenses/physics-objects/Scene/assets/1645812458372103_1068063.json deleted file mode 100644 index 5c788875..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458372103_1068063.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458372103:1068063", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458373728_1068076.json b/lenses/physics-objects/Scene/assets/1645812458373728_1068076.json deleted file mode 100644 index ce978e9c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458373728_1068076.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458373728:1068076", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.450531959533691, - -5.119308480061591e-05, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -8.450531959533691, - -5.119308480061591e-05, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458373924_1068083.json b/lenses/physics-objects/Scene/assets/1645812458373924_1068083.json deleted file mode 100644 index 922d6db5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458373924_1068083.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458373924:1068083", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ], - [ - 0.03333333507180214, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ], - [ - 0.06666667014360428, - [ - -0.004211791325360537, - 0.003822293598204851, - -0.1181473657488823, - 0.9929797649383545 - ] - ], - [ - 0.10000000149011612, - [ - -0.004471433348953724, - 0.0037584544625133276, - -0.11847641319036484, - 0.9929397106170654 - ] - ], - [ - 0.13333334028720856, - [ - -0.0062809595838189125, - 0.004593221936374903, - -0.1233857199549675, - 0.9923282861709595 - ] - ], - [ - 0.1666666716337204, - [ - -0.009294725023210049, - 0.006152559071779251, - -0.13176429271697998, - 0.9912183880805969 - ] - ], - [ - 0.20000000298023224, - [ - -0.013166792690753937, - 0.008265051059424877, - -0.14249762892723083, - 0.9896730780601501 - ] - ], - [ - 0.23333333432674408, - [ - -0.017543544992804527, - 0.010751552879810333, - -0.15447688102722168, - 0.9877822399139404 - ] - ], - [ - 0.2666666805744171, - [ - -0.022060226649045944, - 0.013418498449027538, - -0.16660575568675995, - 0.9856854677200317 - ] - ], - [ - 0.30000001192092896, - [ - -0.026341095566749573, - 0.016054922714829445, - -0.17780524492263794, - 0.983582079410553 - ] - ], - [ - 0.3333333432674408, - [ - -0.03000221773982048, - 0.01843304932117462, - -0.1870136857032776, - 0.9817261099815369 - ] - ], - [ - 0.36666667461395264, - [ - -0.032657064497470856, - 0.02031300775706768, - -0.19318382441997528, - 0.9804085493087769 - ] - ], - [ - 0.4000000059604645, - [ - -0.03392310440540314, - 0.021450800821185112, - -0.195272758603096, - 0.9799273610115051 - ] - ], - [ - 0.4333333373069763, - [ - -0.02602369524538517, - 0.022997446358203888, - -0.1834615170955658, - 0.9824132323265076 - ] - ], - [ - 0.46666666865348816, - [ - -0.007211902644485235, - 0.0263951625674963, - -0.15548285841941833, - 0.987459659576416 - ] - ], - [ - 0.5, - [ - 0.014008910395205021, - 0.03153412789106369, - -0.12186848372220993, - 0.991946280002594 - ] - ], - [ - 0.5333333611488342, - [ - 0.030051548033952713, - 0.03714711591601372, - -0.09390851110219955, - 0.9944337010383606 - ] - ], - [ - 0.5666666626930237, - [ - 0.03440070152282715, - 0.04095990210771561, - -0.0833960771560669, - 0.9950798749923706 - ] - ], - [ - 0.6000000238418579, - [ - 0.026612548157572746, - 0.04293413832783699, - -0.09164436161518097, - 0.9945098161697388 - ] - ], - [ - 0.6333333253860474, - [ - 0.01294553279876709, - 0.04484740272164345, - -0.10829722136259079, - 0.993022084236145 - ] - ], - [ - 0.6666666865348816, - [ - -0.002728629857301712, - 0.04692571982741356, - -0.1276901662349701, - 0.9906996488571167 - ] - ], - [ - 0.699999988079071, - [ - -0.016390079632401466, - 0.04897718504071236, - -0.14446143805980682, - 0.9881616830825806 - ] - ], - [ - 0.7333333492279053, - [ - -0.023886023089289665, - 0.05039020627737045, - -0.15357671678066254, - 0.9865619540214539 - ] - ], - [ - 0.7666666507720947, - [ - -0.02193145453929901, - 0.05018392577767372, - -0.15195192396640778, - 0.9868693947792053 - ] - ], - [ - 0.800000011920929, - [ - -0.012117341160774231, - 0.04843290150165558, - -0.1418655961751938, - 0.9886261224746704 - ] - ], - [ - 0.8333333134651184, - [ - 0.0024094784166663885, - 0.046059269458055496, - -0.12637624144554138, - 0.9909095764160156 - ] - ], - [ - 0.8666666746139526, - [ - 0.01849989779293537, - 0.04385850206017494, - -0.10866451263427734, - 0.9929381608963013 - ] - ], - [ - 0.8999999761581421, - [ - 0.03304634243249893, - 0.042317990213632584, - -0.09217406064271927, - 0.994294285774231 - ] - ], - [ - 0.9333333373069763, - [ - 0.043021172285079956, - 0.04160801321268082, - -0.08059308677911758, - 0.99494868516922 - ] - ], - [ - 0.9666666388511658, - [ - 0.04545915871858597, - 0.04174898564815521, - -0.0777098536491394, - 0.9950636625289917 - ] - ], - [ - 1.0, - [ - 0.03834592550992966, - 0.04209442064166069, - -0.08443818986415863, - 0.9948003888130188 - ] - ], - [ - 1.0333333015441895, - [ - 0.02368992567062378, - 0.04225293546915054, - -0.09719435125589371, - 0.9940859079360962 - ] - ], - [ - 1.0666667222976685, - [ - 0.004575078375637531, - 0.04268268495798111, - -0.1129579246044159, - 0.9926720261573792 - ] - ], - [ - 1.100000023841858, - [ - -0.01583005115389824, - 0.043624039739370346, - -0.12888215482234955, - 0.9905734658241272 - ] - ], - [ - 1.1333333253860474, - [ - -0.03427676111459732, - 0.04498366639018059, - -0.14242656528949738, - 0.9881883859634399 - ] - ], - [ - 1.1666666269302368, - [ - -0.04757798835635185, - 0.0464613102376461, - -0.15151400864124298, - 0.9862155914306641 - ] - ], - [ - 1.2000000476837158, - [ - -0.05261194705963135, - 0.047627754509449005, - -0.15428689122200012, - 0.985474169254303 - ] - ], - [ - 1.2333333492279053, - [ - -0.046160779893398285, - 0.04916108772158623, - -0.14735090732574463, - 0.9867826700210571 - ] - ], - [ - 1.2666666507720947, - [ - -0.03037949837744236, - 0.05202352628111839, - -0.13131846487522125, - 0.9895080327987671 - ] - ], - [ - 1.2999999523162842, - [ - -0.01016672421246767, - 0.056148577481508255, - -0.11020603775978088, - 0.9922693967819214 - ] - ], - [ - 1.3333333730697632, - [ - 0.009778744541108608, - 0.061060745269060135, - -0.08834930509328842, - 0.9941681623458862 - ] - ], - [ - 1.3666666746139526, - [ - 0.025118649005889893, - 0.06569910794496536, - -0.07049145549535751, - 0.9950294494628906 - ] - ], - [ - 1.399999976158142, - [ - 0.031853798776865005, - 0.06858330965042114, - -0.061614006757736206, - 0.9952313303947449 - ] - ], - [ - 1.4333332777023315, - [ - 0.02813686430454254, - 0.06975281238555908, - -0.0663265511393547, - 0.9949592351913452 - ] - ], - [ - 1.4666666984558105, - [ - 0.01708967797458172, - 0.07063176482915878, - -0.08204090595245361, - 0.9939760565757751 - ] - ], - [ - 1.5, - [ - 0.002237205859273672, - 0.07177851349115372, - -0.1029275581240654, - 0.9920931458473206 - ] - ], - [ - 1.5333333015441895, - [ - -0.012724362313747406, - 0.07343538105487823, - -0.12335915863513947, - 0.9895594120025635 - ] - ], - [ - 1.5666667222976685, - [ - -0.023877156898379326, - 0.07536942511796951, - -0.1380438357591629, - 0.9872655272483826 - ] - ], - [ - 1.600000023841858, - [ - -0.027214415371418, - 0.07704131305217743, - -0.1419401317834854, - 0.9864973425865173 - ] - ], - [ - 1.6333333253860474, - [ - -0.018160169944167137, - 0.07666120678186417, - -0.13158449530601501, - 0.9881694316864014 - ] - ], - [ - 1.6666666269302368, - [ - 0.000813653226941824, - 0.07419592142105103, - -0.11095675081014633, - 0.991051435470581 - ] - ], - [ - 1.7000000476837158, - [ - 0.02311609499156475, - 0.07153921574354172, - -0.08639609068632126, - 0.9934201240539551 - ] - ], - [ - 1.7333333492279053, - [ - 0.04227758198976517, - 0.06974048167467117, - -0.06497418880462646, - 0.9945488572120667 - ] - ], - [ - 1.7666666507720947, - [ - 0.052040763199329376, - 0.06898246705532074, - -0.05443638563156128, - 0.9947713613510132 - ] - ], - [ - 1.7999999523162842, - [ - 0.04893818125128746, - 0.06605587154626846, - -0.05866960808634758, - 0.9948866963386536 - ] - ], - [ - 1.8333333730697632, - [ - 0.03636306896805763, - 0.059372901916503906, - -0.07289356738328934, - 0.9949066042900085 - ] - ], - [ - 1.8666666746139526, - [ - 0.018444398418068886, - 0.051341090351343155, - -0.0919678658246994, - 0.9942664504051208 - ] - ], - [ - 1.899999976158142, - [ - -0.00033766633714549243, - 0.04405149444937706, - -0.11087311804294586, - 0.9928577542304993 - ] - ], - [ - 1.9333332777023315, - [ - -0.015033403411507607, - 0.039060480892658234, - -0.12487824261188507, - 0.9912889003753662 - ] - ], - [ - 1.9666666984558105, - [ - -0.020428339019417763, - 0.03753553330898285, - -0.12951287627220154, - 0.9906564354896545 - ] - ], - [ - 2.0, - [ - -0.014810835942626, - 0.039120521396398544, - -0.1214190423488617, - 0.9917195439338684 - ] - ], - [ - 2.0333333015441895, - [ - -0.0025215819478034973, - 0.04238457232713699, - -0.10345306992530823, - 0.9937276840209961 - ] - ], - [ - 2.066666603088379, - [ - 0.012573695741593838, - 0.04682483524084091, - -0.08053775876760483, - 0.9955716729164124 - ] - ], - [ - 2.0999999046325684, - [ - 0.026907052844762802, - 0.05159727856516838, - -0.05779549106955528, - 0.9966311454772949 - ] - ], - [ - 2.133333444595337, - [ - 0.03751394897699356, - 0.05533120036125183, - -0.0406346470117569, - 0.9969353079795837 - ] - ], - [ - 2.1666667461395264, - [ - 0.041756194084882736, - 0.05642446130514145, - -0.034501366317272186, - 0.9969365000724792 - ] - ], - [ - 2.200000047683716, - [ - 0.03807917609810829, - 0.05390285700559616, - -0.04111781343817711, - 0.9969723224639893 - ] - ], - [ - 2.2333333492279053, - [ - 0.028206374496221542, - 0.04865534231066704, - -0.05637170374393463, - 0.9968246221542358 - ] - ], - [ - 2.2666666507720947, - [ - 0.014236005954444408, - 0.04202612116932869, - -0.07681120932102203, - 0.9960578083992004 - ] - ], - [ - 2.299999952316284, - [ - -0.0015428534243255854, - 0.03521597012877464, - -0.09902087599039078, - 0.9944608211517334 - ] - ], - [ - 2.3333332538604736, - [ - -0.016529442742466927, - 0.029134953394532204, - -0.11970942467451096, - 0.9922438263893127 - ] - ], - [ - 2.366666555404663, - [ - -0.02782643772661686, - 0.024380702525377274, - -0.13574478030204773, - 0.9900529384613037 - ] - ], - [ - 2.4000000953674316, - [ - -0.03236504644155502, - 0.021356243640184402, - -0.14410661160945892, - 0.9888021349906921 - ] - ], - [ - 2.433333396911621, - [ - -0.02952875755727291, - 0.022308118641376495, - -0.14243407547473907, - 0.9891121983528137 - ] - ], - [ - 2.4666666984558105, - [ - -0.022110668942332268, - 0.028049664571881294, - -0.13253800570964813, - 0.9905343055725098 - ] - ], - [ - 2.5, - [ - -0.012237248942255974, - 0.03686681389808655, - -0.11766574531793594, - 0.9922933578491211 - ] - ], - [ - 2.5333333015441895, - [ - -0.0019125284161418676, - 0.046950943768024445, - -0.1010851114988327, - 0.9937674403190613 - ] - ], - [ - 2.566666603088379, - [ - 0.007167080417275429, - 0.05631743744015694, - -0.08606132119894028, - 0.994671106338501 - ] - ], - [ - 2.5999999046325684, - [ - 0.013630819506943226, - 0.06282395869493484, - -0.07582549750804901, - 0.9950466752052307 - ] - ], - [ - 2.633333444595337, - [ - 0.01626421883702278, - 0.06425946950912476, - -0.07358071953058243, - 0.9950840473175049 - ] - ], - [ - 2.6666667461395264, - [ - 0.014279025606811047, - 0.0597626194357872, - -0.08059369772672653, - 0.9948513507843018 - ] - ], - [ - 2.700000047683716, - [ - 0.008675893768668175, - 0.051409341394901276, - -0.09381334483623505, - 0.9942237734794617 - ] - ], - [ - 2.7333333492279053, - [ - 0.0009126343647949398, - 0.04141505807638168, - -0.10994977504014969, - 0.9930735230445862 - ] - ], - [ - 2.7666666507720947, - [ - -0.007276673801243305, - 0.03188876807689667, - -0.12566305696964264, - 0.991533637046814 - ] - ], - [ - 2.799999952316284, - [ - -0.013819637708365917, - 0.024777140468358994, - -0.13758327066898346, - 0.9900838136672974 - ] - ], - [ - 2.8333332538604736, - [ - -0.016434218734502792, - 0.021903954446315765, - -0.14234527945518494, - 0.9894381761550903 - ] - ], - [ - 2.866666555404663, - [ - -0.012775413691997528, - 0.024401573464274406, - -0.1366584748029709, - 0.9902353286743164 - ] - ], - [ - 2.9000000953674316, - [ - -0.003981465008109808, - 0.030986273661255836, - -0.12224402278661728, - 0.9920082688331604 - ] - ], - [ - 2.933333396911621, - [ - 0.006997440010309219, - 0.039835404604673386, - -0.10328105837106705, - 0.9938295483589172 - ] - ], - [ - 2.9666666984558105, - [ - 0.01750204525887966, - 0.04893301799893379, - -0.08399045467376709, - 0.9951105713844299 - ] - ], - [ - 3.0, - [ - 0.02532459981739521, - 0.05600414797663689, - -0.06861455738544464, - 0.9957481026649475 - ] - ], - [ - 3.0333333015441895, - [ - 0.02860274538397789, - 0.058607347309589386, - -0.061380211263895035, - 0.9959816932678223 - ] - ], - [ - 3.066666603088379, - [ - 0.02182823047041893, - 0.05095747485756874, - -0.07164520025253296, - 0.9958884716033936 - ] - ], - [ - 3.0999999046325684, - [ - 0.004217906855046749, - 0.03384329378604889, - -0.0985623374581337, - 0.9945462942123413 - ] - ], - [ - 3.133333444595337, - [ - -0.01850937120616436, - 0.014507608488202095, - -0.13091687858104706, - 0.9911143779754639 - ] - ], - [ - 3.1666667461395264, - [ - -0.038735177367925644, - -0.0009062131284736097, - -0.15744805335998535, - 0.9867668747901917 - ] - ], - [ - 3.200000047683716, - [ - -0.04712146148085594, - -0.007530818227678537, - -0.16715705394744873, - 0.9847748875617981 - ] - ], - [ - 3.2333333492279053, - [ - -0.04344217851758003, - -0.0072017936035990715, - -0.16228750348091125, - 0.9857604503631592 - ] - ], - [ - 3.2666666507720947, - [ - -0.03541160747408867, - -0.00523263169452548, - -0.1535567045211792, - 0.987491250038147 - ] - ], - [ - 3.299999952316284, - [ - -0.025312120094895363, - -0.002303608227521181, - -0.14282551407814026, - 0.9894214868545532 - ] - ], - [ - 3.3333332538604736, - [ - -0.016343891620635986, - 0.0009226297843270004, - -0.13388268649578094, - 0.9908620715141296 - ] - ], - [ - 3.366666555404663, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458374108_1068090.json b/lenses/physics-objects/Scene/assets/1645812458374108_1068090.json deleted file mode 100644 index ce5989f6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458374108_1068090.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458374108:1068090", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458375405_1068103.json b/lenses/physics-objects/Scene/assets/1645812458375405_1068103.json deleted file mode 100644 index 05583ab9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458375405_1068103.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458375405:1068103", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.8558149337768555, - -5.684341886080802e-14, - -2.842170943040401e-14 - ] - ], - [ - 6.633333206176758, - [ - -7.8558149337768555, - -8.526512829121202e-14, - -2.4868995751603507e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458375608_1068110.json b/lenses/physics-objects/Scene/assets/1645812458375608_1068110.json deleted file mode 100644 index 5b59a436..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458375608_1068110.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458375608:1068110", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.013763003051280975, - 0.008504632860422134, - -0.13267701864242554, - 0.991027295589447 - ] - ], - [ - 0.03333333507180214, - [ - -0.013763003051280975, - 0.008504632860422134, - -0.13267701864242554, - 0.991027295589447 - ] - ], - [ - 0.06666667014360428, - [ - -0.013388516381382942, - 0.008243829011917114, - -0.13187623023986816, - 0.9911414980888367 - ] - ], - [ - 0.10000000149011612, - [ - -0.012933336198329926, - 0.007937535643577576, - -0.13077983260154724, - 0.9912953972816467 - ] - ], - [ - 0.13333334028720856, - [ - -0.012406136840581894, - 0.00759101053699851, - -0.12941686809062958, - 0.9914836287498474 - ] - ], - [ - 0.1666666716337204, - [ - -0.011815633624792099, - 0.0072094956412911415, - -0.12781643867492676, - 0.9917013645172119 - ] - ], - [ - 0.20000000298023224, - [ - -0.01117054931819439, - 0.0067982058972120285, - -0.126007542014122, - 0.9919431209564209 - ] - ], - [ - 0.23333333432674408, - [ - -0.010479629971086979, - 0.00636233389377594, - -0.12401936948299408, - 0.9922040700912476 - ] - ], - [ - 0.2666666805744171, - [ - -0.009751605801284313, - 0.005907033104449511, - -0.12188097089529037, - 0.9924792647361755 - ] - ], - [ - 0.30000001192092896, - [ - -0.008995196782052517, - 0.005437422543764114, - -0.11962154507637024, - 0.9927639365196228 - ] - ], - [ - 0.3333333432674408, - [ - -0.00821908749639988, - 0.004958573263138533, - -0.11727031320333481, - 0.9930536150932312 - ] - ], - [ - 0.36666667461395264, - [ - -0.007431956473737955, - 0.004475530236959457, - -0.11485657840967178, - 0.9933441877365112 - ] - ], - [ - 0.4000000059604645, - [ - -0.006642416585236788, - 0.003993276972323656, - -0.11240968853235245, - 0.9936317205429077 - ] - ], - [ - 0.4333333373069763, - [ - -0.005859041120857, - 0.0035167608875781298, - -0.10995904356241226, - 0.9939126372337341 - ] - ], - [ - 0.46666666865348816, - [ - -0.0050903609953820705, - 0.003050886793062091, - -0.10753411799669266, - 0.9941836595535278 - ] - ], - [ - 0.5, - [ - -0.006837466731667519, - 0.005531038623303175, - -0.11612937599420547, - 0.9931951761245728 - ] - ], - [ - 0.5333333611488342, - [ - -0.012057813815772533, - 0.012078098021447659, - -0.13994017243385315, - 0.9900128841400146 - ] - ], - [ - 0.5666666626930237, - [ - -0.018447456881403923, - 0.01997830532491207, - -0.16879607737064362, - 0.98527592420578 - ] - ], - [ - 0.6000000238418579, - [ - -0.023717226460576057, - 0.026536725461483, - -0.19265007972717285, - 0.980621874332428 - ] - ], - [ - 0.6333333253860474, - [ - -0.025603903457522392, - 0.02909174934029579, - -0.20163707435131073, - 0.9786933064460754 - ] - ], - [ - 0.6666666865348816, - [ - -0.0247664712369442, - 0.030402058735489845, - -0.19665971398353577, - 0.9796873331069946 - ] - ], - [ - 0.699999988079071, - [ - -0.023531191051006317, - 0.03434700518846512, - -0.1861782819032669, - 0.9816335439682007 - ] - ], - [ - 0.7333333492279053, - [ - -0.022173626348376274, - 0.03995442017912865, - -0.1717214286327362, - 0.9840853214263916 - ] - ], - [ - 0.7666666507720947, - [ - -0.020928258076310158, - 0.04624948278069496, - -0.1548229604959488, - 0.9866372346878052 - ] - ], - [ - 0.800000011920929, - [ - -0.019922586157917976, - 0.05226507782936096, - -0.13701613247394562, - 0.9889883995056152 - ] - ], - [ - 0.8333333134651184, - [ - -0.019146418198943138, - 0.05705316737294197, - -0.11982626467943192, - 0.9909692406654358 - ] - ], - [ - 0.8666666746139526, - [ - -0.01866457797586918, - 0.05965818837285042, - -0.10490763187408447, - 0.9925154447555542 - ] - ], - [ - 0.8999999761581421, - [ - -0.01841113343834877, - 0.059143610298633575, - -0.09384839236736298, - 0.993657648563385 - ] - ], - [ - 0.9333333373069763, - [ - -0.018698882311582565, - 0.05600784718990326, - -0.08505221456289291, - 0.994625449180603 - ] - ], - [ - 0.9666666388511658, - [ - -0.019872305914759636, - 0.051938753575086594, - -0.07680126279592514, - 0.9954943656921387 - ] - ], - [ - 1.0, - [ - -0.021690377965569496, - 0.04785822704434395, - -0.07033137232065201, - 0.996138870716095 - ] - ], - [ - 1.0333333015441895, - [ - -0.023943375796079636, - 0.04471941292285919, - -0.06686936318874359, - 0.9964714646339417 - ] - ], - [ - 1.0666667222976685, - [ - -0.026441136375069618, - 0.04349610209465027, - -0.06763444095849991, - 0.9964108467102051 - ] - ], - [ - 1.100000023841858, - [ - -0.02914002723991871, - 0.04384861886501312, - -0.07198821753263474, - 0.9960150122642517 - ] - ], - [ - 1.1333333253860474, - [ - -0.032078612595796585, - 0.04471462219953537, - -0.07818897068500519, - 0.9954185485839844 - ] - ], - [ - 1.1666666269302368, - [ - -0.0351884625852108, - 0.04598468914628029, - -0.08579959720373154, - 0.994628369808197 - ] - ], - [ - 1.2000000476837158, - [ - -0.038399338722229004, - 0.04754588380455971, - -0.09438444674015045, - 0.9936581254005432 - ] - ], - [ - 1.2333333492279053, - [ - -0.04163910076022148, - 0.04928244277834892, - -0.10350963473320007, - 0.9925337433815002 - ] - ], - [ - 1.2666666507720947, - [ - -0.044833891093730927, - 0.05107639729976654, - -0.11274395138025284, - 0.99129718542099 - ] - ], - [ - 1.2999999523162842, - [ - -0.0479082316160202, - 0.05280796438455582, - -0.12165894359350204, - 0.9900076985359192 - ] - ], - [ - 1.3333333730697632, - [ - -0.05078526586294174, - 0.05435602366924286, - -0.12982948124408722, - 0.988741934299469 - ] - ], - [ - 1.3666666746139526, - [ - -0.0533868670463562, - 0.0555981770157814, - -0.13683322072029114, - 0.9875906705856323 - ] - ], - [ - 1.399999976158142, - [ - -0.05563382804393768, - 0.05641091614961624, - -0.14225062727928162, - 0.9866546988487244 - ] - ], - [ - 1.4333332777023315, - [ - -0.0574459508061409, - 0.05666947737336159, - -0.14566358923912048, - 0.9860378503799438 - ] - ], - [ - 1.4666666984558105, - [ - -0.05876695737242699, - 0.05626083165407181, - -0.14717547595500946, - 0.9857588410377502 - ] - ], - [ - 1.5, - [ - -0.05960981175303459, - 0.05530881881713867, - -0.1473969966173172, - 0.9857290387153625 - ] - ], - [ - 1.5333333015441895, - [ - -0.059997159987688065, - 0.05404486507177353, - -0.1466696858406067, - 0.9858841300010681 - ] - ], - [ - 1.5666667222976685, - [ - -0.05995280668139458, - 0.05270281434059143, - -0.1453329622745514, - 0.9861574172973633 - ] - ], - [ - 1.600000023841858, - [ - -0.059612490236759186, - 0.05159669369459152, - -0.14388053119182587, - 0.9864494800567627 - ] - ], - [ - 1.6333333253860474, - [ - -0.05915876477956772, - 0.05103315785527229, - -0.14286579191684723, - 0.9866535663604736 - ] - ], - [ - 1.6666666269302368, - [ - -0.058753423392772675, - 0.05124807357788086, - -0.1430583894252777, - 0.9866388440132141 - ] - ], - [ - 1.7000000476837158, - [ - -0.05840965732932091, - 0.05213141068816185, - -0.14445450901985168, - 0.9864094257354736 - ] - ], - [ - 1.7333333492279053, - [ - -0.057999998331069946, - 0.05338875204324722, - -0.14632192254066467, - 0.9860910177230835 - ] - ], - [ - 1.7666666507720947, - [ - -0.0573984794318676, - 0.054727550595998764, - -0.1479281634092331, - 0.9858132600784302 - ] - ], - [ - 1.7999999523162842, - [ - -0.05648224428296089, - 0.05585832521319389, - -0.14853999018669128, - 0.985710620880127 - ] - ], - [ - 1.8333333730697632, - [ - -0.055131930857896805, - 0.05649532750248909, - -0.14742231369018555, - 0.9859185814857483 - ] - ], - [ - 1.8666666746139526, - [ - -0.05341501906514168, - 0.056695904582738876, - -0.1446886658668518, - 0.9864065051078796 - ] - ], - [ - 1.899999976158142, - [ - -0.05149989575147629, - 0.056729454547166824, - -0.1410713940858841, - 0.9870300889015198 - ] - ], - [ - 1.9333332777023315, - [ - -0.04942014813423157, - 0.056630659848451614, - -0.13676141202449799, - 0.9877484440803528 - ] - ], - [ - 1.9666666984558105, - [ - -0.047208428382873535, - 0.056433577090501785, - -0.13195021450519562, - 0.9885221123695374 - ] - ], - [ - 2.0, - [ - -0.04489622265100479, - 0.056171633303165436, - -0.12683013081550598, - 0.9893144965171814 - ] - ], - [ - 2.0333333015441895, - [ - -0.04251372441649437, - 0.05587765574455261, - -0.12159447371959686, - 0.990093469619751 - ] - ], - [ - 2.066666603088379, - [ - -0.0400896780192852, - 0.05558374896645546, - -0.11643747240304947, - 0.9908307790756226 - ] - ], - [ - 2.0999999046325684, - [ - -0.037651482969522476, - 0.05532124266028404, - -0.11155430972576141, - 0.9915027022361755 - ] - ], - [ - 2.133333444595337, - [ - -0.035225145518779755, - 0.05512050539255142, - -0.10714100301265717, - 0.992089569568634 - ] - ], - [ - 2.1666667461395264, - [ - -0.03283572942018509, - 0.055010780692100525, - -0.103394515812397, - 0.9925750494003296 - ] - ], - [ - 2.200000047683716, - [ - -0.03050730936229229, - 0.055019885301589966, - -0.10051222145557404, - 0.9929448366165161 - ] - ], - [ - 2.2333333492279053, - [ - -0.028449783101677895, - 0.05564327538013458, - -0.10086808353662491, - 0.9929351806640625 - ] - ], - [ - 2.2666666507720947, - [ - -0.0268089659512043, - 0.05713225528597832, - -0.1057494729757309, - 0.992388129234314 - ] - ], - [ - 2.299999952316284, - [ - -0.025520049035549164, - 0.05915113911032677, - -0.11371975392103195, - 0.9914220571517944 - ] - ], - [ - 2.3333332538604736, - [ - -0.0245222095400095, - 0.061379559338092804, - -0.12333908677101135, - 0.9901609420776367 - ] - ], - [ - 2.366666555404663, - [ - -0.02375274896621704, - 0.0635201632976532, - -0.13316819071769714, - 0.9887706637382507 - ] - ], - [ - 2.4000000953674316, - [ - -0.023143578320741653, - 0.06529996544122696, - -0.14177130162715912, - 0.9874721169471741 - ] - ], - [ - 2.433333396911621, - [ - -0.022620558738708496, - 0.06646528095006943, - -0.1477171927690506, - 0.986534595489502 - ] - ], - [ - 2.4666666984558105, - [ - -0.022105887532234192, - 0.06677016615867615, - -0.14957749843597412, - 0.9862452149391174 - ] - ], - [ - 2.5, - [ - -0.02130628004670143, - 0.06594203412532806, - -0.14685644209384918, - 0.9867273569107056 - ] - ], - [ - 2.5333333015441895, - [ - -0.020168889313936234, - 0.06406938284635544, - -0.14094585180282593, - 0.9877361059188843 - ] - ], - [ - 2.566666603088379, - [ - -0.018812930211424828, - 0.06136321276426315, - -0.13333775103092194, - 0.9889902472496033 - ] - ], - [ - 2.5999999046325684, - [ - -0.017344409599900246, - 0.058071866631507874, - -0.12547123432159424, - 0.9902443289756775 - ] - ], - [ - 2.633333444595337, - [ - -0.01602882519364357, - 0.05454051122069359, - -0.11867459118366241, - 0.9913045763969421 - ] - ], - [ - 2.6666667461395264, - [ - -0.015142594464123249, - 0.051115233451128006, - -0.11428079009056091, - 0.9920171499252319 - ] - ], - [ - 2.700000047683716, - [ - -0.014653177931904793, - 0.0477299802005291, - -0.11171551793813705, - 0.9924851655960083 - ] - ], - [ - 2.7333333492279053, - [ - -0.014320693910121918, - 0.04413892328739166, - -0.10957217961549759, - 0.9928950667381287 - ] - ], - [ - 2.7666666507720947, - [ - -0.014124558307230473, - 0.04041847959160805, - -0.10793481022119522, - 0.9932355880737305 - ] - ], - [ - 2.799999952316284, - [ - -0.014046451076865196, - 0.036645617336034775, - -0.1068865954875946, - 0.9934964776039124 - ] - ], - [ - 2.8333332538604736, - [ - -0.014070226810872555, - 0.03289758414030075, - -0.10650969296693802, - 0.9936676621437073 - ] - ], - [ - 2.866666555404663, - [ - -0.014181738719344139, - 0.029251664876937866, - -0.10688528418540955, - 0.9937397837638855 - ] - ], - [ - 2.9000000953674316, - [ - -0.014368551783263683, - 0.025784792378544807, - -0.10809348523616791, - 0.9937025308609009 - ] - ], - [ - 2.933333396911621, - [ - -0.014619559049606323, - 0.022573376074433327, - -0.11021322011947632, - 0.9935440421104431 - ] - ], - [ - 2.9666666984558105, - [ - -0.014904355630278587, - 0.019526362419128418, - -0.1128711923956871, - 0.9933059215545654 - ] - ], - [ - 3.0, - [ - -0.015206621959805489, - 0.01653444953262806, - -0.11558868736028671, - 0.9930431246757507 - ] - ], - [ - 3.0333333015441895, - [ - -0.015535930171608925, - 0.013645892962813377, - -0.11828555166721344, - 0.9927642941474915 - ] - ], - [ - 3.066666603088379, - [ - -0.015900304540991783, - 0.010908967815339565, - -0.12088114768266678, - 0.992479681968689 - ] - ], - [ - 3.0999999046325684, - [ - -0.01630634255707264, - 0.008371972478926182, - -0.12329443544149399, - 0.9922008514404297 - ] - ], - [ - 3.133333444595337, - [ - -0.01675943285226822, - 0.006083150859922171, - -0.12544412910938263, - 0.9919405579566956 - ] - ], - [ - 3.1666667461395264, - [ - -0.017264045774936676, - 0.004090757109224796, - -0.12724857032299042, - 0.9917122721672058 - ] - ], - [ - 3.200000047683716, - [ - -0.017824146896600723, - 0.002442802768200636, - -0.12862618267536163, - 0.9915299415588379 - ] - ], - [ - 3.2333333492279053, - [ - -0.018443679437041283, - 0.0011871008900925517, - -0.12949536740779877, - 0.9914077520370483 - ] - ], - [ - 3.2666666507720947, - [ - -0.01912711374461651, - 0.0003711416502483189, - -0.12977468967437744, - 0.9913589358329773 - ] - ], - [ - 3.299999952316284, - [ - -0.019809285178780556, - -0.00018006916798185557, - -0.12953738868236542, - 0.9913766384124756 - ] - ], - [ - 3.3333332538604736, - [ - -0.020429683849215508, - -0.0006607443792745471, - -0.12891718745231628, - 0.9914447069168091 - ] - ], - [ - 3.366666555404663, - [ - -0.021353643387556076, - -0.000716423790436238, - -0.1277747005224228, - 0.9915731549263 - ] - ], - [ - 3.4000000953674316, - [ - -0.02281191758811474, - -0.00011984490265604109, - -0.1261504739522934, - 0.9917488098144531 - ] - ], - [ - 3.433333396911621, - [ - -0.02461455576121807, - 0.0009579729521647096, - -0.12432484328746796, - 0.9919358491897583 - ] - ], - [ - 3.4666666984558105, - [ - -0.026570133864879608, - 0.0023486120626330376, - -0.12257906794548035, - 0.9921002388000488 - ] - ], - [ - 3.5, - [ - -0.028485136106610298, - 0.0038862910587340593, - -0.12119531631469727, - 0.9922122955322266 - ] - ], - [ - 3.5333333015441895, - [ - -0.03016430139541626, - 0.005407093092799187, - -0.12045617401599884, - 0.9922455549240112 - ] - ], - [ - 3.566666603088379, - [ - -0.03141166269779205, - 0.006747310049831867, - -0.12064430117607117, - 0.9921757578849792 - ] - ], - [ - 3.5999999046325684, - [ - -0.032032452523708344, - 0.007740931585431099, - -0.1220419779419899, - 0.9919776916503906 - ] - ], - [ - 3.633333444595337, - [ - -0.030759502202272415, - 0.008869130164384842, - -0.1286819577217102, - 0.9911690950393677 - ] - ], - [ - 3.6666667461395264, - [ - -0.027712449431419373, - 0.010369922965765, - -0.14085178077220917, - 0.9895884394645691 - ] - ], - [ - 3.700000047683716, - [ - -0.024755671620368958, - 0.011812455952167511, - -0.1532304584980011, - 0.9878097176551819 - ] - ], - [ - 3.7333333492279053, - [ - -0.02369590476155281, - 0.012987538240849972, - -0.16053861379623413, - 0.9866597056388855 - ] - ], - [ - 3.7666666507720947, - [ - -0.025256745517253876, - 0.01345317717641592, - -0.16289518773555756, - 0.9862282872200012 - ] - ], - [ - 3.799999952316284, - [ - -0.02855459228157997, - 0.013085714541375637, - -0.1640283316373825, - 0.985955536365509 - ] - ], - [ - 3.8333332538604736, - [ - -0.032949499785900116, - 0.012254169210791588, - -0.16409580409526825, - 0.9858179092407227 - ] - ], - [ - 3.866666555404663, - [ - -0.03779999539256096, - 0.011319962330162525, - -0.16326165199279785, - 0.98579341173172 - ] - ], - [ - 3.9000000953674316, - [ - -0.04246741160750389, - 0.010644939728081226, - -0.161701038479805, - 0.9858681559562683 - ] - ], - [ - 3.933333396911621, - [ - -0.04631836712360382, - 0.010596983134746552, - -0.15960177779197693, - 0.9860373139381409 - ] - ], - [ - 3.9666666984558105, - [ - -0.048726268112659454, - 0.011553104966878891, - -0.15716171264648438, - 0.9863024353981018 - ] - ], - [ - 4.0, - [ - -0.04804755747318268, - 0.01499235164374113, - -0.15209545195102692, - 0.9870834946632385 - ] - ], - [ - 4.0333333015441895, - [ - -0.04413694143295288, - 0.021137408912181854, - -0.14322620630264282, - 0.9884794354438782 - ] - ], - [ - 4.066666603088379, - [ - -0.03858992084860802, - 0.02848745882511139, - -0.13240467011928558, - 0.9900345802307129 - ] - ], - [ - 4.099999904632568, - [ - -0.03288637101650238, - 0.03549513220787048, - -0.12148037552833557, - 0.9914137125015259 - ] - ], - [ - 4.133333206176758, - [ - -0.02835436910390854, - 0.04054674133658409, - -0.1123109683394432, - 0.9924405217170715 - ] - ], - [ - 4.166666507720947, - [ - -0.026418333873152733, - 0.04194597899913788, - -0.10690496116876602, - 0.9930328130722046 - ] - ], - [ - 4.199999809265137, - [ - -0.02582809515297413, - 0.03992360830307007, - -0.10492353141307831, - 0.9933428764343262 - ] - ], - [ - 4.233333110809326, - [ - -0.024496110156178474, - 0.03614440932869911, - -0.10452688485383987, - 0.9935631155967712 - ] - ], - [ - 4.266666889190674, - [ - -0.022655848413705826, - 0.03102780133485794, - -0.105509914457798, - 0.9936758279800415 - ] - ], - [ - 4.300000190734863, - [ - -0.020550750195980072, - 0.024989400058984756, - -0.10766707360744476, - 0.9936605095863342 - ] - ], - [ - 4.333333492279053, - [ - -0.018427859991788864, - 0.01844177395105362, - -0.11078786849975586, - 0.9935020804405212 - ] - ], - [ - 4.366666793823242, - [ - -0.016533130779862404, - 0.011796414852142334, - -0.11465409398078918, - 0.9931978583335876 - ] - ], - [ - 4.400000095367432, - [ - -0.01510726846754551, - 0.0054647112265229225, - -0.11903808265924454, - 0.9927598237991333 - ] - ], - [ - 4.433333396911621, - [ - -0.014382555149495602, - -0.00014099945838097483, - -0.12370259314775467, - 0.992215096950531 - ] - ], - [ - 4.4666666984558105, - [ - -0.014580589719116688, - -0.004606307949870825, - -0.12840208411216736, - 0.9916043281555176 - ] - ], - [ - 4.5, - [ - -0.015910953283309937, - -0.007513395044952631, - -0.13288487493991852, - 0.9909753799438477 - ] - ], - [ - 4.5333333015441895, - [ - -0.018570642918348312, - -0.008439370431005955, - -0.13689634203910828, - 0.9903753399848938 - ] - ], - [ - 4.566666603088379, - [ - -0.023271219804883003, - -0.002853047102689743, - -0.14425800740718842, - 0.9892623424530029 - ] - ], - [ - 4.599999904632568, - [ - -0.029312515631318092, - 0.009275651536881924, - -0.15598270297050476, - 0.9872812032699585 - ] - ], - [ - 4.633333206176758, - [ - -0.03497418388724327, - 0.02153470367193222, - -0.16755042970180511, - 0.9850075840950012 - ] - ], - [ - 4.666666507720947, - [ - -0.03897160291671753, - 0.0273874644190073, - -0.17430731654167175, - 0.9835385680198669 - ] - ], - [ - 4.699999809265137, - [ - -0.03980426490306854, - 0.024192379787564278, - -0.17027448117733002, - 0.984295129776001 - ] - ], - [ - 4.733333110809326, - [ - -0.03747394308447838, - 0.015447738580405712, - -0.1559130996465683, - 0.9869387745857239 - ] - ], - [ - 4.766666889190674, - [ - -0.03315356373786926, - 0.0038192933425307274, - -0.13616541028022766, - 0.9901238679885864 - ] - ], - [ - 4.800000190734863, - [ - -0.028168415650725365, - -0.007998024113476276, - -0.11597850918769836, - 0.9928200244903564 - ] - ], - [ - 4.833333492279053, - [ - -0.024072377011179924, - -0.017331305891275406, - -0.10029909759759903, - 0.9945151805877686 - ] - ], - [ - 4.866666793823242, - [ - -0.022585084661841393, - -0.021548788994550705, - -0.09406015276908875, - 0.9950770139694214 - ] - ], - [ - 4.900000095367432, - [ - -0.023747334256768227, - -0.020943008363246918, - -0.09746500849723816, - 0.9947351813316345 - ] - ], - [ - 4.933333396911621, - [ - -0.026072990149259567, - -0.01808711141347885, - -0.10597120225429535, - 0.9938627481460571 - ] - ], - [ - 4.9666666984558105, - [ - -0.029000770300626755, - -0.013786988332867622, - -0.11738361418247223, - 0.9925673604011536 - ] - ], - [ - 5.0, - [ - -0.031972117722034454, - -0.00885330606251955, - -0.1295134723186493, - 0.991022527217865 - ] - ], - [ - 5.0333333015441895, - [ - -0.03444751352071762, - -0.004098818171769381, - -0.14018091559410095, - 0.9895181059837341 - ] - ], - [ - 5.066666603088379, - [ - -0.035913679748773575, - -0.00033439265098422766, - -0.1472140997648239, - 0.9884523749351501 - ] - ], - [ - 5.099999904632568, - [ - -0.03588110953569412, - 0.001634050626307726, - -0.14844152331352234, - 0.9882686734199524 - ] - ], - [ - 5.133333206176758, - [ - -0.034812480211257935, - 0.0021603635977953672, - -0.14514866471290588, - 0.9887948632240295 - ] - ], - [ - 5.166666507720947, - [ - -0.03350994363427162, - 0.0022439497988671064, - -0.14038066565990448, - 0.9895278215408325 - ] - ], - [ - 5.199999809265137, - [ - -0.032002776861190796, - 0.00205167755484581, - -0.13459709286689758, - 0.9903814792633057 - ] - ], - [ - 5.233333110809326, - [ - -0.03031853772699833, - 0.0017516805091872811, - -0.12825867533683777, - 0.9912756681442261 - ] - ], - [ - 5.266666889190674, - [ - -0.02848326601088047, - 0.00151396868750453, - -0.12182775884866714, - 0.9921414256095886 - ] - ], - [ - 5.300000190734863, - [ - -0.026521408930420876, - 0.00151031871791929, - -0.11576852202415466, - 0.9929209351539612 - ] - ], - [ - 5.333333492279053, - [ - -0.02445506490767002, - 0.0019131259759888053, - -0.11054642498493195, - 0.9935683012008667 - ] - ], - [ - 5.366666793823242, - [ - -0.0223030224442482, - 0.0028937056194990873, - -0.10662849992513657, - 0.9940445423126221 - ] - ], - [ - 5.400000095367432, - [ - -0.020064745098352432, - 0.004358559846878052, - -0.10439441353082657, - 0.9943240284919739 - ] - ], - [ - 5.433333396911621, - [ - -0.017767969518899918, - 0.0060411179438233376, - -0.10356338322162628, - 0.99444580078125 - ] - ], - [ - 5.4666666984558105, - [ - -0.015474884770810604, - 0.007851263508200645, - -0.10361280292272568, - 0.9944663047790527 - ] - ], - [ - 5.5, - [ - -0.013252327218651772, - 0.00970209576189518, - -0.10401991009712219, - 0.9944396018981934 - ] - ], - [ - 5.5333333015441895, - [ - -0.011171122081577778, - 0.011511508375406265, - -0.1042620986700058, - 0.99442058801651 - ] - ], - [ - 5.566666603088379, - [ - -0.009305817075073719, - 0.013201969675719738, - -0.10381687432527542, - 0.9944652915000916 - ] - ], - [ - 5.599999904632568, - [ - -0.007734993472695351, - 0.014698437415063381, - -0.10216181725263596, - 0.9946291446685791 - ] - ], - [ - 5.633333206176758, - [ - -0.006465134676545858, - 0.016062166541814804, - -0.09981635212898254, - 0.9948552250862122 - ] - ], - [ - 5.666666507720947, - [ - -0.005454306956380606, - 0.01738908514380455, - -0.0976727157831192, - 0.9950517416000366 - ] - ], - [ - 5.699999809265137, - [ - -0.004711612593382597, - 0.018655890598893166, - -0.09576716274023056, - 0.9952177405357361 - ] - ], - [ - 5.733333110809326, - [ - -0.004245854448527098, - 0.0198394525796175, - -0.09413567185401917, - 0.9953526258468628 - ] - ], - [ - 5.766666889190674, - [ - -0.004065650515258312, - 0.02091694250702858, - -0.09281381219625473, - 0.9954554438591003 - ] - ], - [ - 5.800000190734863, - [ - -0.004179589916020632, - 0.021865807473659515, - -0.09183687716722488, - 0.9955253005027771 - ] - ], - [ - 5.833333492279053, - [ - -0.004596421029418707, - 0.02266395464539528, - -0.09123964607715607, - 0.9955604076385498 - ] - ], - [ - 5.866666793823242, - [ - -0.00516051659360528, - 0.023222630843520164, - -0.09114432334899902, - 0.9955534934997559 - ] - ], - [ - 5.900000095367432, - [ - -0.005709771998226643, - 0.023486047983169556, - -0.09161292016506195, - 0.9955013394355774 - ] - ], - [ - 5.933333396911621, - [ - -0.006244368385523558, - 0.023481734097003937, - -0.09258987009525299, - 0.9954078197479248 - ] - ], - [ - 5.9666666984558105, - [ - -0.006765405647456646, - 0.02323700487613678, - -0.09401986002922058, - 0.9952762126922607 - ] - ], - [ - 6.0, - [ - -0.007274533621966839, - 0.022778980433940887, - -0.0958477333188057, - 0.9951088428497314 - ] - ], - [ - 6.0333333015441895, - [ - -0.007773646619170904, - 0.022134684026241302, - -0.09801847487688065, - 0.9949080348014832 - ] - ], - [ - 6.066666603088379, - [ - -0.008264602161943913, - 0.02133108675479889, - -0.10047712922096252, - 0.9946763515472412 - ] - ], - [ - 6.099999904632568, - [ - -0.008748981170356274, - 0.020395150408148766, - -0.10316873341798782, - 0.994416356086731 - ] - ], - [ - 6.133333206176758, - [ - -0.009227892383933067, - 0.019353847950696945, - -0.10603824257850647, - 0.9941308498382568 - ] - ], - [ - 6.166666507720947, - [ - -0.009701832197606564, - 0.018234217539429665, - -0.10903065651655197, - 0.9938238859176636 - ] - ], - [ - 6.199999809265137, - [ - -0.010170536115765572, - 0.017063336446881294, - -0.11209079623222351, - 0.9934993982315063 - ] - ], - [ - 6.233333110809326, - [ - -0.010632946155965328, - 0.015868423506617546, - -0.11516346782445908, - 0.993162989616394 - ] - ], - [ - 6.266666889190674, - [ - -0.011087157763540745, - 0.014676702208817005, - -0.1181933805346489, - 0.9928203225135803 - ] - ], - [ - 6.300000190734863, - [ - -0.011530374176800251, - 0.013515516184270382, - -0.12112513184547424, - 0.9924783706665039 - ] - ], - [ - 6.333333492279053, - [ - -0.011959058232605457, - 0.01241225190460682, - -0.12390334159135818, - 0.9921447038650513 - ] - ], - [ - 6.366666793823242, - [ - -0.0123689454048872, - 0.011394353583455086, - -0.12647253274917603, - 0.9918275475502014 - ] - ], - [ - 6.400000095367432, - [ - -0.012755191884934902, - 0.01048931386321783, - -0.12877723574638367, - 0.9915361404418945 - ] - ], - [ - 6.433333396911621, - [ - -0.013112538494169712, - 0.009724617935717106, - -0.13076196610927582, - 0.9912794828414917 - ] - ], - [ - 6.4666666984558105, - [ - -0.01343552116304636, - 0.009127787314355373, - -0.13237117230892181, - 0.9910672307014465 - ] - ], - [ - 6.5, - [ - -0.013718708418309689, - 0.008726284839212894, - -0.13354942202568054, - 0.9909088015556335 - ] - ], - [ - 6.5333333015441895, - [ - -0.013957003131508827, - 0.008547541685402393, - -0.13424132764339447, - 0.9908134937286377 - ] - ], - [ - 6.566666603088379, - [ - -0.014145957306027412, - 0.008618906140327454, - -0.13439150154590607, - 0.9907898306846619 - ] - ], - [ - 6.599999904632568, - [ - -0.014211582019925117, - 0.008743942715227604, - -0.13409698009490967, - 0.990827739238739 - ] - ], - [ - 6.633333206176758, - [ - -0.014083455316722393, - 0.008706535212695599, - -0.13351424038410187, - 0.990908682346344 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458375937_1068117.json b/lenses/physics-objects/Scene/assets/1645812458375937_1068117.json deleted file mode 100644 index 983252f6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458375937_1068117.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458375937:1068117", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458378860_1068132.json b/lenses/physics-objects/Scene/assets/1645812458378860_1068132.json deleted file mode 100644 index ca6e4fb7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458378860_1068132.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458378860:1068132", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.8558149337768555, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -7.8558149337768555, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458379067_1068139.json b/lenses/physics-objects/Scene/assets/1645812458379067_1068139.json deleted file mode 100644 index 21552de9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458379067_1068139.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458379067:1068139", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ], - [ - 0.03333333507180214, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ], - [ - 0.06666667014360428, - [ - -0.009846247732639313, - 0.002192835556343198, - -0.11655078828334808, - 0.9931336045265198 - ] - ], - [ - 0.10000000149011612, - [ - -0.005465001333504915, - 0.0033049429766833782, - -0.10834027826786041, - 0.9940933585166931 - ] - ], - [ - 0.13333334028720856, - [ - -0.005672294646501541, - 0.0031688411254435778, - -0.108585886657238, - 0.9940659403800964 - ] - ], - [ - 0.1666666716337204, - [ - -0.007559226825833321, - 0.003605669131502509, - -0.11339040100574493, - 0.9935151934623718 - ] - ], - [ - 0.20000000298023224, - [ - -0.010755575262010098, - 0.004512997344136238, - -0.12164150923490524, - 0.9925055503845215 - ] - ], - [ - 0.23333333432674408, - [ - -0.014891275204718113, - 0.005791074130684137, - -0.1322234869003296, - 0.9910911321640015 - ] - ], - [ - 0.2666666805744171, - [ - -0.019587203860282898, - 0.007334285415709019, - -0.14402593672275543, - 0.9893528819084167 - ] - ], - [ - 0.30000001192092896, - [ - -0.024450553581118584, - 0.009025365114212036, - -0.15595048666000366, - 0.9874209761619568 - ] - ], - [ - 0.3333333432674408, - [ - -0.029074108228087425, - 0.010732368566095829, - -0.16691440343856812, - 0.9854843020439148 - ] - ], - [ - 0.36666667461395264, - [ - -0.03303994610905647, - 0.012308968231081963, - -0.17585241794586182, - 0.9837849140167236 - ] - ], - [ - 0.4000000059604645, - [ - -0.03592533990740776, - 0.013597650453448296, - -0.18171201646327972, - 0.9826013445854187 - ] - ], - [ - 0.4333333373069763, - [ - -0.03731129691004753, - 0.014436240307986736, - -0.18344449996948242, - 0.9822156429290771 - ] - ], - [ - 0.46666666865348816, - [ - -0.029926722869277, - 0.01751571148633957, - -0.17169077694416046, - 0.9845404624938965 - ] - ], - [ - 0.5, - [ - -0.012491906993091106, - 0.024586373940110207, - -0.1445072442293167, - 0.9891193509101868 - ] - ], - [ - 0.5333333611488342, - [ - 0.00679341796785593, - 0.033814795315265656, - -0.11207881569862366, - 0.9931005835533142 - ] - ], - [ - 0.5666666626930237, - [ - 0.02103203907608986, - 0.04249061271548271, - -0.08510956913232803, - 0.9952429533004761 - ] - ], - [ - 0.6000000238418579, - [ - 0.024493224918842316, - 0.04718003049492836, - -0.0747470110654831, - 0.9957846403121948 - ] - ], - [ - 0.6333333253860474, - [ - 0.01631644368171692, - 0.047756582498550415, - -0.08320025354623795, - 0.9952541589736938 - ] - ], - [ - 0.6666666865348816, - [ - 0.0019111796282231808, - 0.047152597457170486, - -0.10102207213640213, - 0.993764340877533 - ] - ], - [ - 0.699999988079071, - [ - -0.014688719063997269, - 0.046355459839105606, - -0.121925950050354, - 0.9913473129272461 - ] - ], - [ - 0.7333333492279053, - [ - -0.029193133115768433, - 0.045916493982076645, - -0.13996298611164093, - 0.9886606335639954 - ] - ], - [ - 0.7666666507720947, - [ - -0.03707185387611389, - 0.04594305157661438, - -0.14955461025238037, - 0.9869895577430725 - ] - ], - [ - 0.800000011920929, - [ - -0.03506990522146225, - 0.04574457183480263, - -0.14807498455047607, - 0.9872949719429016 - ] - ], - [ - 0.8333333134651184, - [ - -0.025121383368968964, - 0.0449543260037899, - -0.13852815330028534, - 0.9890186786651611 - ] - ], - [ - 0.8666666746139526, - [ - -0.010438327677547932, - 0.044098757207393646, - -0.12384650111198425, - 0.9912660717964172 - ] - ], - [ - 0.8999999761581421, - [ - 0.005769432056695223, - 0.04358178749680519, - -0.10708308964967728, - 0.9932776689529419 - ] - ], - [ - 0.9333333373069763, - [ - 0.020348763093352318, - 0.043519336730241776, - -0.09154781699180603, - 0.994641125202179 - ] - ], - [ - 0.9666666388511658, - [ - 0.030238797888159752, - 0.043737683445215225, - -0.08079060167074203, - 0.9953118562698364 - ] - ], - [ - 1.0, - [ - 0.03244177624583244, - 0.04393364116549492, - -0.07845781743526459, - 0.9954203963279724 - ] - ], - [ - 1.0333333015441895, - [ - 0.025128766894340515, - 0.042925864458084106, - -0.08559074252843857, - 0.9950881004333496 - ] - ], - [ - 1.0666667222976685, - [ - 0.010417488403618336, - 0.04037439823150635, - -0.09882331639528275, - 0.9942310452461243 - ] - ], - [ - 1.100000023841858, - [ - -0.008758128620684147, - 0.037297770380973816, - -0.11512622237205505, - 0.9926117658615112 - ] - ], - [ - 1.1333333253860474, - [ - -0.029341023415327072, - 0.034511763602495193, - -0.13164657354354858, - 0.9902611970901489 - ] - ], - [ - 1.1666666269302368, - [ - -0.04812748357653618, - 0.032513972371816635, - -0.14583542943000793, - 0.9876024723052979 - ] - ], - [ - 1.2000000476837158, - [ - -0.0618259534239769, - 0.031499702483415604, - -0.1554589569568634, - 0.9854024648666382 - ] - ], - [ - 1.2333333492279053, - [ - -0.06724783778190613, - 0.031596556305885315, - -0.15860615670681, - 0.9845422506332397 - ] - ], - [ - 1.2666666507720947, - [ - -0.061486583203077316, - 0.03417515382170677, - -0.15198728442192078, - 0.9858759045600891 - ] - ], - [ - 1.2999999523162842, - [ - -0.046844933182001114, - 0.039811503142118454, - -0.13621509075164795, - 0.9887699484825134 - ] - ], - [ - 1.3333333730697632, - [ - -0.028080768883228302, - 0.04750978574156761, - -0.11533721536397934, - 0.9917921423912048 - ] - ], - [ - 1.3666666746139526, - [ - -0.009688221849501133, - 0.05592111870646477, - -0.09370961040258408, - 0.9939806461334229 - ] - ], - [ - 1.399999976158142, - [ - 0.004300011321902275, - 0.06320375204086304, - -0.07607575505971909, - 0.9950876832008362 - ] - ], - [ - 1.4333332777023315, - [ - 0.010251525789499283, - 0.06717490404844284, - -0.06741242110729218, - 0.9954084753990173 - ] - ], - [ - 1.4666666984558105, - [ - 0.006401216611266136, - 0.06752152740955353, - -0.07233741134405136, - 0.995071530342102 - ] - ], - [ - 1.5, - [ - -0.004453604109585285, - 0.06620538234710693, - -0.08826932311058044, - 0.9938840866088867 - ] - ], - [ - 1.5333333015441895, - [ - -0.019025644287467003, - 0.06443195044994354, - -0.10937390476465225, - 0.9917278289794922 - ] - ], - [ - 1.5666667222976685, - [ - -0.033791109919548035, - 0.06313785165548325, - -0.13000725209712982, - 0.9889236092567444 - ] - ], - [ - 1.600000023841858, - [ - -0.04491307586431503, - 0.0628490149974823, - -0.14484991133213043, - 0.9864336252212524 - ] - ], - [ - 1.6333333253860474, - [ - -0.048404939472675323, - 0.06381703168153763, - -0.14882461726665497, - 0.9856142997741699 - ] - ], - [ - 1.6666666269302368, - [ - -0.03960306569933891, - 0.06524576991796494, - -0.13833972811698914, - 0.9874395728111267 - ] - ], - [ - 1.7000000476837158, - [ - -0.020905567333102226, - 0.06659448891878128, - -0.11740115284919739, - 0.9906286597251892 - ] - ], - [ - 1.7333333492279053, - [ - 0.0011095894733443856, - 0.06830824911594391, - -0.09252648055553436, - 0.9933637976646423 - ] - ], - [ - 1.7666666507720947, - [ - 0.02018185332417488, - 0.07006000727415085, - -0.0709148421883583, - 0.9948143362998962 - ] - ], - [ - 1.7999999523162842, - [ - 0.030433347448706627, - 0.070734903216362, - -0.06041162461042404, - 0.9951989054679871 - ] - ], - [ - 1.8333333730697632, - [ - 0.02861900068819523, - 0.06687604635953903, - -0.06471304595470428, - 0.9952490925788879 - ] - ], - [ - 1.8666666746139526, - [ - 0.017821649089455605, - 0.057907771319150925, - -0.07882507890462875, - 0.9950456619262695 - ] - ], - [ - 1.899999976158142, - [ - 0.001791309448890388, - 0.046850044280290604, - -0.0976601392030716, - 0.994114875793457 - ] - ], - [ - 1.9333332777023315, - [ - -0.015319358557462692, - 0.036486007273197174, - -0.11624019593000412, - 0.9924325346946716 - ] - ], - [ - 1.9666666984558105, - [ - -0.02882319875061512, - 0.02915843203663826, - -0.12988711893558502, - 0.9906807541847229 - ] - ], - [ - 2.0, - [ - -0.033721134066581726, - 0.026881173253059387, - -0.13418635725975037, - 0.9900173544883728 - ] - ], - [ - 2.0333333015441895, - [ - -0.02838435024023056, - 0.02947199158370495, - -0.12585556507110596, - 0.9912043809890747 - ] - ], - [ - 2.066666603088379, - [ - -0.01693044975399971, - 0.03471406549215317, - -0.10774634778499603, - 0.9934279322624207 - ] - ], - [ - 2.0999999046325684, - [ - -0.002981549361720681, - 0.04151231050491333, - -0.08472166210412979, - 0.9955350756645203 - ] - ], - [ - 2.133333444595337, - [ - 0.010184167884290218, - 0.04850146919488907, - -0.061838749796152115, - 0.9968549609184265 - ] - ], - [ - 2.1666667461395264, - [ - 0.019782233983278275, - 0.05398248881101608, - -0.0443657748401165, - 0.9973596334457397 - ] - ], - [ - 2.200000047683716, - [ - 0.023553157225251198, - 0.055998001247644424, - -0.03774622827768326, - 0.9974390864372253 - ] - ], - [ - 2.2333333492279053, - [ - 0.02026277966797352, - 0.053117118775844574, - -0.04385082796216011, - 0.9974192380905151 - ] - ], - [ - 2.2666666507720947, - [ - 0.011367608793079853, - 0.04633744806051254, - -0.05865045636892319, - 0.9971377849578857 - ] - ], - [ - 2.299999952316284, - [ - -0.0012936013517901301, - 0.03738229349255562, - -0.07869051396846771, - 0.9961971044540405 - ] - ], - [ - 2.3333332538604736, - [ - -0.015681203454732895, - 0.027869056910276413, - -0.10055897384881973, - 0.9944170713424683 - ] - ], - [ - 2.366666555404663, - [ - -0.02939947322010994, - 0.01919088326394558, - -0.12096433341503143, - 0.9920358061790466 - ] - ], - [ - 2.4000000953674316, - [ - -0.039710305631160736, - 0.012489045038819313, - -0.1367778331041336, - 0.989726722240448 - ] - ], - [ - 2.433333396911621, - [ - -0.04366965964436531, - 0.008747817017138004, - -0.14497824013233185, - 0.988431990146637 - ] - ], - [ - 2.4666666984558105, - [ - -0.04109426215291023, - 0.010322005487978458, - -0.14321890473365784, - 0.9887836575508118 - ] - ], - [ - 2.5, - [ - -0.03489183634519577, - 0.017493383958935738, - -0.13331979513168335, - 0.9903042912483215 - ] - ], - [ - 2.5333333015441895, - [ - -0.02683751843869686, - 0.028154321014881134, - -0.11851966381072998, - 0.9921895861625671 - ] - ], - [ - 2.566666603088379, - [ - -0.0185666773468256, - 0.04012512043118477, - -0.10207849740982056, - 0.9937933683395386 - ] - ], - [ - 2.5999999046325684, - [ - -0.011378943920135498, - 0.051111504435539246, - -0.08724988996982574, - 0.9948093295097351 - ] - ], - [ - 2.633333444595337, - [ - -0.006227062549442053, - 0.05872649699449539, - -0.07725007086992264, - 0.9952611923217773 - ] - ], - [ - 2.6666667461395264, - [ - -0.003904380602762103, - 0.06054291874170303, - -0.07527037709951401, - 0.9953159689903259 - ] - ], - [ - 2.700000047683716, - [ - -0.005014049354940653, - 0.055568598210811615, - -0.08256878703832626, - 0.9950222969055176 - ] - ], - [ - 2.7333333492279053, - [ - -0.008947255089879036, - 0.04606019705533981, - -0.09610524773597717, - 0.9942646622657776 - ] - ], - [ - 2.7666666507720947, - [ - -0.014697093516588211, - 0.034482989460229874, - -0.11260760575532913, - 0.9929322600364685 - ] - ], - [ - 2.799999952316284, - [ - -0.02095874957740307, - 0.023251770064234734, - -0.12874837219715118, - 0.9911831021308899 - ] - ], - [ - 2.8333332538604736, - [ - -0.02605811133980751, - 0.014682747423648834, - -0.14117039740085602, - 0.9895334839820862 - ] - ], - [ - 2.866666555404663, - [ - -0.028079530224204063, - 0.011010856367647648, - -0.14651645720005035, - 0.98874831199646 - ] - ], - [ - 2.9000000953674316, - [ - -0.025000005960464478, - 0.014023433439433575, - -0.1413506418466568, - 0.9895445108413696 - ] - ], - [ - 2.933333396911621, - [ - -0.01770119182765484, - 0.02225256711244583, - -0.1273331493139267, - 0.9914523363113403 - ] - ], - [ - 2.9666666984558105, - [ - -0.008657919242978096, - 0.033120859414339066, - -0.10875540971755981, - 0.9934788942337036 - ] - ], - [ - 3.0, - [ - -0.00010099830979015678, - 0.044131647795438766, - -0.08982733637094498, - 0.9949791431427002 - ] - ], - [ - 3.0333333015441895, - [ - 0.006224479991942644, - 0.052624478936195374, - -0.07477379590272903, - 0.9957915544509888 - ] - ], - [ - 3.066666603088379, - [ - 0.008936039172112942, - 0.05584033578634262, - -0.06780660152435303, - 0.9960945248603821 - ] - ], - [ - 3.0999999046325684, - [ - 0.0038748213555663824, - 0.047443583607673645, - -0.07751131802797318, - 0.9958544373512268 - ] - ], - [ - 3.133333444595337, - [ - -0.009698284789919853, - 0.028191333636641502, - -0.10275646299123764, - 0.9942596554756165 - ] - ], - [ - 3.1666667461395264, - [ - -0.0275657307356596, - 0.005890996195375919, - -0.13305410742759705, - 0.9907078146934509 - ] - ], - [ - 3.200000047683716, - [ - -0.04367572441697121, - -0.012312771752476692, - -0.15788200497627258, - 0.9864147901535034 - ] - ], - [ - 3.2333333492279053, - [ - -0.05026250332593918, - -0.020103545859456062, - -0.16692887246608734, - 0.9844817519187927 - ] - ], - [ - 3.2666666507720947, - [ - -0.04631905257701874, - -0.018798453733325005, - -0.1614350825548172, - 0.9856165051460266 - ] - ], - [ - 3.299999952316284, - [ - -0.03785134479403496, - -0.014618556015193462, - -0.15100233256816864, - 0.9877004027366638 - ] - ], - [ - 3.3333332538604736, - [ - -0.02780209109187126, - -0.008637286722660065, - -0.13921710848808289, - 0.9898338317871094 - ] - ], - [ - 3.366666555404663, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458379262_1068148.json b/lenses/physics-objects/Scene/assets/1645812458379262_1068148.json deleted file mode 100644 index 6ac8816d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458379262_1068148.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458379262:1068148", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458393264_1068161.json b/lenses/physics-objects/Scene/assets/1645812458393264_1068161.json deleted file mode 100644 index 17dc98c4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458393264_1068161.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458393264:1068161", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.8533260016702116e-08 - ] - ], - [ - 6.633333206176758, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.8533263569415794e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458393496_1068168.json b/lenses/physics-objects/Scene/assets/1645812458393496_1068168.json deleted file mode 100644 index 5bcf26b5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458393496_1068168.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458393496:1068168", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.015411662869155407, - 0.006616885308176279, - -0.10280217230319977, - 0.9945605397224426 - ] - ], - [ - 0.06666667014360428, - [ - -0.01519683562219143, - 0.006448955275118351, - -0.10259893536567688, - 0.9945858120918274 - ] - ], - [ - 0.10000000149011612, - [ - -0.014864242635667324, - 0.006156252231448889, - -0.10188699513673782, - 0.9946658611297607 - ] - ], - [ - 0.13333334028720856, - [ - -0.014423433691263199, - 0.005748225376009941, - -0.10070635378360748, - 0.994795024394989 - ] - ], - [ - 0.1666666716337204, - [ - -0.013883947394788265, - 0.005234253592789173, - -0.09909699857234955, - 0.9949671626091003 - ] - ], - [ - 0.20000000298023224, - [ - -0.013255328871309757, - 0.004623661749064922, - -0.09709890186786652, - 0.995175838470459 - ] - ], - [ - 0.23333333432674408, - [ - -0.012547124177217484, - 0.003925730008631945, - -0.0947519838809967, - 0.9954140782356262 - ] - ], - [ - 0.2666666805744171, - [ - -0.011768903583288193, - 0.003149708267301321, - -0.0920962542295456, - 0.9956755638122559 - ] - ], - [ - 0.30000001192092896, - [ - -0.010930245742201805, - 0.002304826630279422, - -0.08917172253131866, - 0.9959536194801331 - ] - ], - [ - 0.3333333432674408, - [ - -0.01004074513912201, - 0.0014002983225509524, - -0.086018405854702, - 0.9962419867515564 - ] - ], - [ - 0.36666667461395264, - [ - -0.009110040962696075, - 0.0004453397705219686, - -0.08267642557621002, - 0.9965347051620483 - ] - ], - [ - 0.4000000059604645, - [ - -0.00814777985215187, - -0.0005508383037522435, - -0.07918591797351837, - 0.9968264102935791 - ] - ], - [ - 0.4333333373069763, - [ - -0.007163645699620247, - -0.0015790178440511227, - -0.07558706402778625, - 0.9971122145652771 - ] - ], - [ - 0.46666666865348816, - [ - -0.006167349871248007, - -0.0026299708988517523, - -0.07192010432481766, - 0.9973878860473633 - ] - ], - [ - 0.5, - [ - -0.005168641451746225, - -0.0036944574676454067, - -0.06822533160448074, - 0.9976497292518616 - ] - ], - [ - 0.5333333611488342, - [ - -0.00417730025947094, - -0.004763227887451649, - -0.06454306095838547, - 0.997894823551178 - ] - ], - [ - 0.5666666626930237, - [ - -0.0032031480222940445, - -0.005827008746564388, - -0.06091366708278656, - 0.998120903968811 - ] - ], - [ - 0.6000000238418579, - [ - -0.0022560306824743748, - -0.006876531522721052, - -0.05737750232219696, - 0.998326301574707 - ] - ], - [ - 0.6333333253860474, - [ - -0.0013458591420203447, - -0.007902496494352818, - -0.05397501215338707, - 0.9985101222991943 - ] - ], - [ - 0.6666666865348816, - [ - -0.0004825596115551889, - -0.00889560766518116, - -0.050746574997901917, - 0.99867182970047 - ] - ], - [ - 0.699999988079071, - [ - 0.00032388439285568893, - -0.009846554137766361, - -0.04773261025547981, - 0.998811662197113 - ] - ], - [ - 0.7333333492279053, - [ - 0.0010634507052600384, - -0.010746021755039692, - -0.04497348889708519, - 0.9989299178123474 - ] - ], - [ - 0.7666666507720947, - [ - 0.001726062037050724, - -0.011584686115384102, - -0.04250960797071457, - 0.9990274310112 - ] - ], - [ - 0.800000011920929, - [ - 0.0023015947081148624, - -0.012353233061730862, - -0.04038131982088089, - 0.9991053342819214 - ] - ], - [ - 0.8333333134651184, - [ - 0.0027798647060990334, - -0.01304234005510807, - -0.03862897306680679, - 0.9991646409034729 - ] - ], - [ - 0.8666666746139526, - [ - 0.0031506316736340523, - -0.013642692007124424, - -0.037292856723070145, - 0.9992063045501709 - ] - ], - [ - 0.8999999761581421, - [ - 0.0034035888966172934, - -0.014144977554678917, - -0.03641324117779732, - 0.9992309212684631 - ] - ], - [ - 0.9333333373069763, - [ - 0.0033227289095520973, - -0.014617490582168102, - -0.03617992624640465, - 0.9992329478263855 - ] - ], - [ - 0.9666666388511658, - [ - 0.0027295048348605633, - -0.015123039484024048, - -0.03671859949827194, - 0.9992074966430664 - ] - ], - [ - 1.0, - [ - 0.0016691769706085324, - -0.015643173828721046, - -0.037972722202539444, - 0.9991549253463745 - ] - ], - [ - 1.0333333015441895, - [ - 0.00018652087601367384, - -0.01615847274661064, - -0.03988512605428696, - 0.9990736842155457 - ] - ], - [ - 1.0666667222976685, - [ - -0.001673902734182775, - -0.016648918390274048, - -0.04239829257130623, - 0.9989606738090515 - ] - ], - [ - 1.100000023841858, - [ - -0.003954460844397545, - -0.01672525890171528, - -0.046351656317710876, - 0.9987773299217224 - ] - ], - [ - 1.1333333253860474, - [ - -0.006671223323792219, - -0.01610851287841797, - -0.05232463404536247, - 0.9984779357910156 - ] - ], - [ - 1.1666666269302368, - [ - -0.009737768210470676, - -0.014945832081139088, - -0.0598701536655426, - 0.9980467557907104 - ] - ], - [ - 1.2000000476837158, - [ - -0.013065900653600693, - -0.013386295177042484, - -0.06854168325662613, - 0.997472882270813 - ] - ], - [ - 1.2333333492279053, - [ - -0.016566889360547066, - -0.011580229736864567, - -0.07789291441440582, - 0.996756911277771 - ] - ], - [ - 1.2666666507720947, - [ - -0.020152539014816284, - -0.009678599424660206, - -0.08747828751802444, - 0.9959155321121216 - ] - ], - [ - 1.2999999523162842, - [ - -0.023735715076327324, - -0.007832802832126617, - -0.09685321152210236, - 0.9949848055839539 - ] - ], - [ - 1.3333333730697632, - [ - -0.02723052352666855, - -0.0061946166679263115, - -0.10557455569505692, - 0.9940192103385925 - ] - ], - [ - 1.3666666746139526, - [ - -0.030551936477422714, - -0.004916619975119829, - -0.1132008507847786, - 0.9930902123451233 - ] - ], - [ - 1.399999976158142, - [ - -0.03361516073346138, - -0.0041528441943228245, - -0.11929282546043396, - 0.9922811985015869 - ] - ], - [ - 1.4333332777023315, - [ - -0.03633434325456619, - -0.004059983417391777, - -0.12341311573982239, - 0.991681694984436 - ] - ], - [ - 1.4666666984558105, - [ - -0.03848583996295929, - -0.004628799855709076, - -0.12516748905181885, - 0.9913781881332397 - ] - ], - [ - 1.5, - [ - -0.03999729081988335, - -0.0055875349789857864, - -0.1249394491314888, - 0.9913420677185059 - ] - ], - [ - 1.5333333015441895, - [ - -0.04101055487990379, - -0.006697875447571278, - -0.12345679849386215, - 0.9914795756340027 - ] - ], - [ - 1.5666667222976685, - [ - -0.04167117178440094, - -0.007715936284512281, - -0.1214446946978569, - 0.9916930794715881 - ] - ], - [ - 1.600000023841858, - [ - -0.042127735912799835, - -0.008392943069338799, - -0.11962704360485077, - 0.9918892979621887 - ] - ], - [ - 1.6333333253860474, - [ - -0.042530134320259094, - -0.008476881310343742, - -0.11872730404138565, - 0.9919795393943787 - ] - ], - [ - 1.6666666269302368, - [ - -0.04304055497050285, - -0.007660302333533764, - -0.11933619529008865, - 0.991891086101532 - ] - ], - [ - 1.7000000476837158, - [ - -0.04362032935023308, - -0.006019245833158493, - -0.12107418477535248, - 0.991666316986084 - ] - ], - [ - 1.7333333492279053, - [ - -0.0441179983317852, - -0.0038771016988903284, - -0.12320975214242935, - 0.9913920164108276 - ] - ], - [ - 1.7666666507720947, - [ - -0.04438639432191849, - -0.001557332114316523, - -0.12501057982444763, - 0.9911609292030334 - ] - ], - [ - 1.7999999523162842, - [ - -0.044285234063863754, - 0.0006177485338412225, - -0.12574262917041779, - 0.9910737872123718 - ] - ], - [ - 1.8333333730697632, - [ - -0.04368141293525696, - 0.002327265217900276, - -0.1246691569685936, - 0.9912336468696594 - ] - ], - [ - 1.8666666746139526, - [ - -0.04265647754073143, - 0.0036449055187404156, - -0.12195833027362823, - 0.9916114807128906 - ] - ], - [ - 1.899999976158142, - [ - -0.041401978582143784, - 0.004873580299317837, - -0.11838717013597488, - 0.9920921325683594 - ] - ], - [ - 1.9333332777023315, - [ - -0.03995358571410179, - 0.0060368869453668594, - -0.11412960290908813, - 0.9926437735557556 - ] - ], - [ - 1.9666666984558105, - [ - -0.03834564983844757, - 0.007158505264669657, - -0.10936000943183899, - 0.9932366013526917 - ] - ], - [ - 2.0, - [ - -0.0366109199821949, - 0.008262225426733494, - -0.10425335168838501, - 0.993842363357544 - ] - ], - [ - 2.0333333015441895, - [ - -0.034780353307724, - 0.009372033178806305, - -0.09898517280817032, - 0.9944367408752441 - ] - ], - [ - 2.066666603088379, - [ - -0.03288297355175018, - 0.010512031614780426, - -0.09373170882463455, - 0.9949988722801208 - ] - ], - [ - 2.0999999046325684, - [ - -0.030945736914873123, - 0.011706346645951271, - -0.08866975456476212, - 0.9955114126205444 - ] - ], - [ - 2.133333444595337, - [ - -0.028993558138608932, - 0.012978988699615002, - -0.08397674560546875, - 0.9959612488746643 - ] - ], - [ - 2.1666667461395264, - [ - -0.02704940363764763, - 0.014353558421134949, - -0.07983078062534332, - 0.9963380694389343 - ] - ], - [ - 2.200000047683716, - [ - -0.025134211406111717, - 0.01585300639271736, - -0.07641022652387619, - 0.9966336488723755 - ] - ], - [ - 2.2333333492279053, - [ - -0.023379474878311157, - 0.018126485869288445, - -0.07614190876483917, - 0.9966581463813782 - ] - ], - [ - 2.2666666507720947, - [ - -0.021858038380742073, - 0.02151815965771675, - -0.08037751168012619, - 0.9962924718856812 - ] - ], - [ - 2.299999952316284, - [ - -0.02051149122416973, - 0.02558925189077854, - -0.08767994493246078, - 0.9956088066101074 - ] - ], - [ - 2.3333332538604736, - [ - -0.019297195598483086, - 0.02991347201168537, - -0.09660851955413818, - 0.9946857690811157 - ] - ], - [ - 2.366666555404663, - [ - -0.018189257010817528, - 0.03409122675657272, - -0.10572028905153275, - 0.9936448931694031 - ] - ], - [ - 2.4000000953674316, - [ - -0.017177047207951546, - 0.037754591554403305, - -0.11357221752405167, - 0.992663562297821 - ] - ], - [ - 2.433333396911621, - [ - -0.016261983662843704, - 0.040562089532613754, - -0.11872198432683945, - 0.9919654130935669 - ] - ], - [ - 2.4666666984558105, - [ - -0.015453011728823185, - 0.042183373123407364, - -0.11972812563180923, - 0.9917898774147034 - ] - ], - [ - 2.5, - [ - -0.014595338143408298, - 0.04256763681769371, - -0.11603880673646927, - 0.9922248721122742 - ] - ], - [ - 2.5333333015441895, - [ - -0.013649670407176018, - 0.0420488603413105, - -0.10902398079633713, - 0.9930555820465088 - ] - ], - [ - 2.566666603088379, - [ - -0.012792417779564857, - 0.04086318984627724, - -0.10012591630220413, - 0.9940530061721802 - ] - ], - [ - 2.5999999046325684, - [ - -0.012190185487270355, - 0.0392523929476738, - -0.09079178422689438, - 0.9950213432312012 - ] - ], - [ - 2.633333444595337, - [ - -0.011830919422209263, - 0.037426192313432693, - -0.08256002515554428, - 0.9958128333091736 - ] - ], - [ - 2.6666667461395264, - [ - -0.011697711423039436, - 0.03565019369125366, - -0.07691153138875961, - 0.9963316917419434 - ] - ], - [ - 2.700000047683716, - [ - -0.01174144633114338, - 0.03386811539530754, - -0.07323648780584335, - 0.9966703057289124 - ] - ], - [ - 2.7333333492279053, - [ - -0.011806105263531208, - 0.03183837980031967, - -0.07008736580610275, - 0.9969627261161804 - ] - ], - [ - 2.7666666507720947, - [ - -0.01189133245497942, - 0.029622457921504974, - -0.06757061928510666, - 0.9972037672996521 - ] - ], - [ - 2.799999952316284, - [ - -0.011998970992863178, - 0.02728208713233471, - -0.06579241156578064, - 0.9973881244659424 - ] - ], - [ - 2.8333332538604736, - [ - -0.012133137322962284, - 0.024878913536667824, - -0.0648585632443428, - 0.9975104928016663 - ] - ], - [ - 2.866666555404663, - [ - -0.01230024453252554, - 0.022474147379398346, - -0.06487449258565903, - 0.9975644946098328 - ] - ], - [ - 2.9000000953674316, - [ - -0.012508937157690525, - 0.02012810669839382, - -0.06594512611627579, - 0.9975419044494629 - ] - ], - [ - 2.933333396911621, - [ - -0.012769941240549088, - 0.017899882048368454, - -0.06817474961280823, - 0.9974311590194702 - ] - ], - [ - 2.9666666984558105, - [ - -0.013004385866224766, - 0.015706386417150497, - -0.07110593467950821, - 0.997260332107544 - ] - ], - [ - 3.0, - [ - -0.013149987906217575, - 0.013458000496029854, - -0.07416115701198578, - 0.9970687627792358 - ] - ], - [ - 3.0333333015441895, - [ - -0.013242753222584724, - 0.011202964000403881, - -0.07726360112428665, - 0.9968599081039429 - ] - ], - [ - 3.066666603088379, - [ - -0.013317238539457321, - 0.008989991620182991, - -0.08033587038516998, - 0.9966383576393127 - ] - ], - [ - 3.0999999046325684, - [ - -0.013406583108007908, - 0.006868293508887291, - -0.08330007642507553, - 0.9964106678962708 - ] - ], - [ - 3.133333444595337, - [ - -0.013542595319449902, - 0.004887500312179327, - -0.08607788383960724, - 0.9961844682693481 - ] - ], - [ - 3.1666667461395264, - [ - -0.013755915686488152, - 0.003097699722275138, - -0.08859041333198547, - 0.9959683418273926 - ] - ], - [ - 3.200000047683716, - [ - -0.014076302759349346, - 0.0015491414815187454, - -0.09075869619846344, - 0.9957722425460815 - ] - ], - [ - 3.2333333492279053, - [ - -0.014532928355038166, - 0.00029219326097518206, - -0.09250352531671524, - 0.9956062436103821 - ] - ], - [ - 3.2666666507720947, - [ - -0.015154831111431122, - -0.0006228896090760827, - -0.093745656311512, - 0.9954806566238403 - ] - ], - [ - 3.299999952316284, - [ - -0.01597137376666069, - -0.001146207912825048, - -0.09440596401691437, - 0.9954050183296204 - ] - ], - [ - 3.3333332538604736, - [ - -0.017012832686305046, - -0.0012285033008083701, - -0.09440560638904572, - 0.9953876733779907 - ] - ], - [ - 3.366666555404663, - [ - -0.018052732571959496, - -0.0011282966006547213, - -0.09446454793214798, - 0.9953638911247253 - ] - ], - [ - 3.4000000953674316, - [ - -0.018958227708935738, - -0.0010529980063438416, - -0.09511642903089523, - 0.9952850341796875 - ] - ], - [ - 3.433333396911621, - [ - -0.019900785759091377, - -0.0008780587813816965, - -0.09600292891263962, - 0.9951817989349365 - ] - ], - [ - 3.4666666984558105, - [ - -0.02105095610022545, - -0.000478921429021284, - -0.09676539897918701, - 0.9950844645500183 - ] - ], - [ - 3.5, - [ - -0.022578546777367592, - 0.0002690639812499285, - -0.09704515337944031, - 0.9950239062309265 - ] - ], - [ - 3.5333333015441895, - [ - -0.024653829634189606, - 0.0014894078485667706, - -0.09648338705301285, - 0.9950280785560608 - ] - ], - [ - 3.566666603088379, - [ - -0.027449849992990494, - 0.0033019306138157845, - -0.09472160786390305, - 0.9951198101043701 - ] - ], - [ - 3.5999999046325684, - [ - -0.031145727261900902, - 0.005818850826472044, - -0.09140170365571976, - 0.9953100085258484 - ] - ], - [ - 3.633333444595337, - [ - -0.03440292552113533, - 0.028052279725670815, - -0.060137636959552765, - 0.9972026944160461 - ] - ], - [ - 3.6666667461395264, - [ - -0.0408727265894413, - 0.07215814292430878, - 0.0016700029373168945, - 0.9965540766716003 - ] - ], - [ - 3.700000047683716, - [ - -0.052519407123327255, - 0.11363938450813293, - 0.060089584439992905, - 0.9903116822242737 - ] - ], - [ - 3.7333333492279053, - [ - -0.05941735953092575, - 0.13129399716854095, - 0.08673010021448135, - 0.9857532978057861 - ] - ], - [ - 3.7666666507720947, - [ - -0.05671417713165283, - 0.12463336437940598, - 0.0772186741232872, - 0.987566351890564 - ] - ], - [ - 3.799999952316284, - [ - -0.05134866014122963, - 0.1079445332288742, - 0.048289742320775986, - 0.9916548728942871 - ] - ], - [ - 3.8333332538604736, - [ - -0.046570803970098495, - 0.0844958946108818, - 0.006691871210932732, - 0.9953124523162842 - ] - ], - [ - 3.866666555404663, - [ - -0.044662803411483765, - 0.05809329077601433, - -0.040112677961587906, - 0.9965046048164368 - ] - ], - [ - 3.9000000953674316, - [ - -0.045896295458078384, - 0.03320619463920593, - -0.08379847556352615, - 0.994871199131012 - ] - ], - [ - 3.933333396911621, - [ - -0.04846327006816864, - 0.014649496413767338, - -0.11560778319835663, - 0.9920037984848022 - ] - ], - [ - 3.9666666984558105, - [ - -0.049459345638751984, - 0.007210101000964642, - -0.1268371194601059, - 0.9906635880470276 - ] - ], - [ - 4.0, - [ - -0.046996746212244034, - 0.009034279733896255, - -0.12231576442718506, - 0.9913367629051208 - ] - ], - [ - 4.0333333015441895, - [ - -0.04190802574157715, - 0.014099297113716602, - -0.11377016454935074, - 0.9925227761268616 - ] - ], - [ - 4.066666603088379, - [ - -0.035623859614133835, - 0.020791562274098396, - -0.10301794856786728, - 0.9938238859176636 - ] - ], - [ - 4.099999904632568, - [ - -0.029473820701241493, - 0.02745339833199978, - -0.09190300107002258, - 0.9949530959129333 - ] - ], - [ - 4.133333206176758, - [ - -0.02463955618441105, - 0.03237060829997063, - -0.0822974443435669, - 0.9957771897315979 - ] - ], - [ - 4.166666507720947, - [ - -0.022183045744895935, - 0.03378947451710701, - -0.07609295099973679, - 0.9962812066078186 - ] - ], - [ - 4.199999809265137, - [ - -0.020686425268650055, - 0.0321207121014595, - -0.07288955897092819, - 0.9966080784797668 - ] - ], - [ - 4.233333110809326, - [ - -0.0184172410517931, - 0.029103027656674385, - -0.07110395282506943, - 0.9968741536140442 - ] - ], - [ - 4.266666889190674, - [ - -0.015805065631866455, - 0.024995824322104454, - -0.07073066383600235, - 0.9970569610595703 - ] - ], - [ - 4.300000190734863, - [ - -0.013069345615804195, - 0.02012239582836628, - -0.07158973813056946, - 0.9971455335617065 - ] - ], - [ - 4.333333492279053, - [ - -0.010435200296342373, - 0.014802535995841026, - -0.07349741458892822, - 0.9971310496330261 - ] - ], - [ - 4.366666793823242, - [ - -0.008129059337079525, - 0.009354731999337673, - -0.07626353949308395, - 0.9970107674598694 - ] - ], - [ - 4.400000095367432, - [ - -0.006374632474035025, - 0.004097749479115009, - -0.07969003915786743, - 0.996790885925293 - ] - ], - [ - 4.433333396911621, - [ - -0.005389826837927103, - -0.0006479576695710421, - -0.0835707038640976, - 0.9964870810508728 - ] - ], - [ - 4.4666666984558105, - [ - -0.00538439117372036, - -0.0045588514767587185, - -0.08769199252128601, - 0.9961226582527161 - ] - ], - [ - 4.5, - [ - -0.006558416411280632, - -0.007306912913918495, - -0.09183507412672043, - 0.9957259297370911 - ] - ], - [ - 4.5333333015441895, - [ - -0.009101544506847858, - -0.008558155037462711, - -0.09577862918376923, - 0.9953242540359497 - ] - ], - [ - 4.566666603088379, - [ - -0.014634817838668823, - -0.0038519292138516903, - -0.10330995917320251, - 0.9945341944694519 - ] - ], - [ - 4.599999904632568, - [ - -0.022683655843138695, - 0.007090393919497728, - -0.11536958813667297, - 0.9930382966995239 - ] - ], - [ - 4.633333206176758, - [ - -0.030478045344352722, - 0.01821267232298851, - -0.1274055540561676, - 0.9912149906158447 - ] - ], - [ - 4.666666507720947, - [ - -0.03566098213195801, - 0.023257378488779068, - -0.1347164511680603, - 0.9899691343307495 - ] - ], - [ - 4.699999809265137, - [ - -0.03614228591322899, - 0.019657187163829803, - -0.13142962753772736, - 0.9904714226722717 - ] - ], - [ - 4.733333110809326, - [ - -0.032407015562057495, - 0.010785152204334736, - -0.11811216175556183, - 0.992412805557251 - ] - ], - [ - 4.766666889190674, - [ - -0.026166290044784546, - -0.0007501125219278038, - -0.09965192526578903, - 0.9946780800819397 - ] - ], - [ - 4.800000190734863, - [ - -0.01930362731218338, - -0.012353327125310898, - -0.08091868460178375, - 0.9964572191238403 - ] - ], - [ - 4.833333492279053, - [ - -0.01394988689571619, - -0.02151549607515335, - -0.06674911081790924, - 0.9974403381347656 - ] - ], - [ - 4.866666793823242, - [ - -0.012411285191774368, - -0.0258093923330307, - -0.06193942949175835, - 0.997668981552124 - ] - ], - [ - 4.900000095367432, - [ - -0.014454376883804798, - -0.025679688900709152, - -0.0665997788310051, - 0.9973446130752563 - ] - ], - [ - 4.933333396911621, - [ - -0.01780793070793152, - -0.023628152906894684, - -0.07612079381942749, - 0.9966596364974976 - ] - ], - [ - 4.9666666984558105, - [ - -0.021860212087631226, - -0.020277826115489006, - -0.08836345374584198, - 0.9956419467926025 - ] - ], - [ - 5.0, - [ - -0.02603994868695736, - -0.01627584546804428, - -0.10125914216041565, - 0.9943860173225403 - ] - ], - [ - 5.0333333015441895, - [ - -0.029679449275135994, - -0.012334066443145275, - -0.11262001097202301, - 0.993118166923523 - ] - ], - [ - 5.066666603088379, - [ - -0.03213346004486084, - -0.009169088676571846, - -0.12026584148406982, - 0.992179274559021 - ] - ], - [ - 5.099999904632568, - [ - -0.032778359949588776, - -0.0074984002858400345, - -0.12201749533414841, - 0.9919582009315491 - ] - ], - [ - 5.133333206176758, - [ - -0.03212490677833557, - -0.007058151997625828, - -0.11915940046310425, - 0.9923301935195923 - ] - ], - [ - 5.166666507720947, - [ - -0.031129945069551468, - -0.006998198572546244, - -0.11474448442459106, - 0.992882490158081 - ] - ], - [ - 5.199999809265137, - [ - -0.0298484917730093, - -0.007154532242566347, - -0.10923994332551956, - 0.993541419506073 - ] - ], - [ - 5.233333110809326, - [ - -0.02833487279713154, - -0.007361250463873148, - -0.10311375558376312, - 0.9942386746406555 - ] - ], - [ - 5.266666889190674, - [ - -0.02664284221827984, - -0.007450027856975794, - -0.09683479368686676, - 0.9949159026145935 - ] - ], - [ - 5.300000190734863, - [ - -0.024825379252433777, - -0.007250247523188591, - -0.09087347984313965, - 0.9955265522003174 - ] - ], - [ - 5.333333492279053, - [ - -0.0229334719479084, - -0.0065900967456400394, - -0.08570103347301483, - 0.996035099029541 - ] - ], - [ - 5.366666793823242, - [ - -0.021014761179685593, - -0.005298189353197813, - -0.08179020881652832, - 0.9964140057563782 - ] - ], - [ - 5.400000095367432, - [ - -0.019063571467995644, - -0.0034666121937334538, - -0.07951672375202179, - 0.9966452121734619 - ] - ], - [ - 5.433333396911621, - [ - -0.01707059144973755, - -0.001369487727060914, - -0.07859097421169281, - 0.9967599511146545 - ] - ], - [ - 5.4666666984558105, - [ - -0.015078183263540268, - 0.0008896031649783254, - -0.07848863303661346, - 0.9968006014823914 - ] - ], - [ - 5.5, - [ - -0.013133793137967587, - 0.0032094556372612715, - -0.07868525385856628, - 0.9968078136444092 - ] - ], - [ - 5.5333333015441895, - [ - -0.011289776302874088, - 0.005492834374308586, - -0.078656405210495, - 0.996822714805603 - ] - ], - [ - 5.566666603088379, - [ - -0.009603396989405155, - 0.007646277546882629, - -0.07787769287824631, - 0.9968873262405396 - ] - ], - [ - 5.599999904632568, - [ - -0.00813694205135107, - 0.009577976539731026, - -0.07582467049360275, - 0.9970419406890869 - ] - ], - [ - 5.633333206176758, - [ - -0.006921635940670967, - 0.011359864845871925, - -0.07301893830299377, - 0.9972418546676636 - ] - ], - [ - 5.666666507720947, - [ - -0.005947988014668226, - 0.013108950108289719, - -0.07035636901855469, - 0.9974180459976196 - ] - ], - [ - 5.699999809265137, - [ - -0.0052207293920218945, - 0.01480014342814684, - -0.06787346303462982, - 0.9975705146789551 - ] - ], - [ - 5.733333110809326, - [ - -0.004744095262140036, - 0.016408495604991913, - -0.065606489777565, - 0.9976993799209595 - ] - ], - [ - 5.766666889190674, - [ - -0.004521900322288275, - 0.017909348011016846, - -0.06359130144119263, - 0.9978050589561462 - ] - ], - [ - 5.800000190734863, - [ - -0.0045576696284115314, - 0.019278215244412422, - -0.06186351180076599, - 0.9978880286216736 - ] - ], - [ - 5.833333492279053, - [ - -0.004854812286794186, - 0.020491041243076324, - -0.0604582354426384, - 0.9979485869407654 - ] - ], - [ - 5.866666793823242, - [ - -0.005416783504188061, - 0.02152409963309765, - -0.05941024795174599, - 0.9979869723320007 - ] - ], - [ - 5.900000095367432, - [ - -0.006247262936085463, - 0.022354092448949814, - -0.05875387042760849, - 0.9980026483535767 - ] - ], - [ - 5.933333396911621, - [ - -0.007177175022661686, - 0.022916942834854126, - -0.05861066281795502, - 0.9979920387268066 - ] - ], - [ - 5.9666666984558105, - [ - -0.008036240004003048, - 0.023182226344943047, - -0.05904193967580795, - 0.9979539513587952 - ] - ], - [ - 6.0, - [ - -0.008827573619782925, - 0.02317703515291214, - -0.0599917434155941, - 0.9978907108306885 - ] - ], - [ - 6.0333333015441895, - [ - -0.009555208496749401, - 0.022928010672330856, - -0.06140444427728653, - 0.9978038668632507 - ] - ], - [ - 6.066666603088379, - [ - -0.010223757475614548, - 0.022461455315351486, - -0.063224658370018, - 0.9976941347122192 - ] - ], - [ - 6.099999904632568, - [ - -0.01083808857947588, - 0.02180345356464386, - -0.06539716571569443, - 0.9975622296333313 - ] - ], - [ - 6.133333206176758, - [ - -0.011403069831430912, - 0.0209799837321043, - -0.06786683946847916, - 0.9974086880683899 - ] - ], - [ - 6.166666507720947, - [ - -0.011923309415578842, - 0.020016958937048912, - -0.07057856023311615, - 0.9972341060638428 - ] - ], - [ - 6.199999809265137, - [ - -0.012402975000441074, - 0.01894034817814827, - -0.07347726076841354, - 0.9970398545265198 - ] - ], - [ - 6.233333110809326, - [ - -0.012845650315284729, - 0.0177762508392334, - -0.07650772482156754, - 0.9968278408050537 - ] - ], - [ - 6.266666889190674, - [ - -0.013254200108349323, - 0.016550833359360695, - -0.07961476594209671, - 0.9966001510620117 - ] - ], - [ - 6.300000190734863, - [ - -0.013630639761686325, - 0.015290487557649612, - -0.08274299651384354, - 0.9963603615760803 - ] - ], - [ - 6.333333492279053, - [ - -0.01397621538490057, - 0.014021757058799267, - -0.08583701401948929, - 0.9961124658584595 - ] - ], - [ - 6.366666793823242, - [ - -0.01429129671305418, - 0.012771383859217167, - -0.08884131163358688, - 0.9958614706993103 - ] - ], - [ - 6.400000095367432, - [ - -0.014575453475117683, - 0.011566282249987125, - -0.09170027077198029, - 0.9956128001213074 - ] - ], - [ - 6.433333396911621, - [ - -0.014827539213001728, - 0.010433533228933811, - -0.09435823559761047, - 0.9953731894493103 - ] - ], - [ - 6.4666666984558105, - [ - -0.015045790933072567, - 0.009400393813848495, - -0.09675943851470947, - 0.9951496720314026 - ] - ], - [ - 6.5, - [ - -0.015227976255118847, - 0.008494200184941292, - -0.09884806722402573, - 0.9949497580528259 - ] - ], - [ - 6.5333333015441895, - [ - -0.015371603891253471, - 0.007742376998066902, - -0.10056835412979126, - 0.9947812557220459 - ] - ], - [ - 6.566666603088379, - [ - -0.01547414343804121, - 0.007172382436692715, - -0.10186444222927094, - 0.9946520924568176 - ] - ], - [ - 6.599999904632568, - [ - -0.015533305704593658, - 0.006811647675931454, - -0.102680504322052, - 0.9945697784423828 - ] - ], - [ - 6.633333206176758, - [ - -0.015547343529760838, - 0.0066875312477350235, - -0.1029607430100441, - 0.9945414066314697 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458393910_1068175.json b/lenses/physics-objects/Scene/assets/1645812458393910_1068175.json deleted file mode 100644 index 06f1ee5e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458393910_1068175.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458393910:1068175", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458396398_1068188.json b/lenses/physics-objects/Scene/assets/1645812458396398_1068188.json deleted file mode 100644 index fc84e8d2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458396398_1068188.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458396398:1068188", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.85332458058474e-08 - ] - ], - [ - 3.366666555404663, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.85332458058474e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458396867_1068195.json b/lenses/physics-objects/Scene/assets/1645812458396867_1068195.json deleted file mode 100644 index 0334bea6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458396867_1068195.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458396867:1068195", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ], - [ - 0.03333333507180214, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ], - [ - 0.06666667014360428, - [ - -0.018286291509866714, - -0.005882098339498043, - -0.10099151730537415, - 0.9947018027305603 - ] - ], - [ - 0.10000000149011612, - [ - -0.010813988745212555, - 0.0006413831724785268, - -0.08846110850572586, - 0.9960207343101501 - ] - ], - [ - 0.13333334028720856, - [ - -0.006533511448651552, - 0.0027109200600534678, - -0.07952986657619476, - 0.9968073964118958 - ] - ], - [ - 0.1666666716337204, - [ - -0.006688276305794716, - 0.002530549420043826, - -0.07972181588411331, - 0.9967914819717407 - ] - ], - [ - 0.20000000298023224, - [ - -0.008573484607040882, - 0.0026546937879174948, - -0.08445941656827927, - 0.9963865280151367 - ] - ], - [ - 0.23333333432674408, - [ - -0.011810645461082458, - 0.003039456205442548, - -0.09262800961732864, - 0.9956260919570923 - ] - ], - [ - 0.2666666805744171, - [ - -0.016021769493818283, - 0.0036436121445149183, - -0.10311001539230347, - 0.9945342540740967 - ] - ], - [ - 0.30000001192092896, - [ - -0.020819026976823807, - 0.004421733785420656, - -0.1147923544049263, - 0.9931614995002747 - ] - ], - [ - 0.3333333432674408, - [ - -0.025798963382840157, - 0.00531922047957778, - -0.12657180428504944, - 0.9916077256202698 - ] - ], - [ - 0.36666667461395264, - [ - -0.03054218366742134, - 0.006269590929150581, - -0.1373598426580429, - 0.9900303483009338 - ] - ], - [ - 0.4000000059604645, - [ - -0.03461641073226929, - 0.0071940296329557896, - -0.1460827887058258, - 0.9886403679847717 - ] - ], - [ - 0.4333333373069763, - [ - -0.03758326545357704, - 0.008003619499504566, - -0.1516784131526947, - 0.9876827001571655 - ] - ], - [ - 0.46666666865348816, - [ - -0.03900802135467529, - 0.008604305796325207, - -0.15308760106563568, - 0.9874049425125122 - ] - ], - [ - 0.5, - [ - -0.03243454545736313, - 0.01275656372308731, - -0.14146898686885834, - 0.9893289804458618 - ] - ], - [ - 0.5333333611488342, - [ - -0.016743438318371773, - 0.022419068962335587, - -0.1149979829788208, - 0.9929715394973755 - ] - ], - [ - 0.5666666626930237, - [ - 0.0005188090726733208, - 0.0345274917781353, - -0.08348435908555984, - 0.9959107041358948 - ] - ], - [ - 0.6000000238418579, - [ - 0.012980164960026741, - 0.045322805643081665, - -0.05728315934538841, - 0.9972442984580994 - ] - ], - [ - 0.6333333253860474, - [ - 0.01569591835141182, - 0.050602469593286514, - -0.04694753512740135, - 0.9974913597106934 - ] - ], - [ - 0.6666666865348816, - [ - 0.007463787216693163, - 0.050047989934682846, - -0.05549979209899902, - 0.9971756339073181 - ] - ], - [ - 0.699999988079071, - [ - -0.007157308980822563, - 0.04732133820652962, - -0.07432880252599716, - 0.9960846900939941 - ] - ], - [ - 0.7333333492279053, - [ - -0.024096259847283363, - 0.04406801983714104, - -0.09658215194940567, - 0.9940569996833801 - ] - ], - [ - 0.7666666507720947, - [ - -0.03892659395933151, - 0.041498150676488876, - -0.11575916409492493, - 0.9916463494300842 - ] - ], - [ - 0.800000011920929, - [ - -0.04688220098614693, - 0.04037225618958473, - -0.12575241923332214, - 0.9901305437088013 - ] - ], - [ - 0.8333333134651184, - [ - -0.044651228934526443, - 0.04014965146780014, - -0.12438040226697922, - 0.9904159903526306 - ] - ], - [ - 0.8666666746139526, - [ - -0.034335941076278687, - 0.040002353489398956, - -0.11534788459539413, - 0.9919253587722778 - ] - ], - [ - 0.8999999761581421, - [ - -0.01922270841896534, - 0.04018493369221687, - -0.10145542770624161, - 0.993842363357544 - ] - ], - [ - 0.9333333373069763, - [ - -0.002595557365566492, - 0.040826790034770966, - -0.0856233686208725, - 0.9954873323440552 - ] - ], - [ - 0.9666666388511658, - [ - 0.012320088222622871, - 0.04177464544773102, - -0.07102325558662415, - 0.996523380279541 - ] - ], - [ - 1.0, - [ - 0.022391727194190025, - 0.04259629175066948, - -0.06105992570519447, - 0.9969733357429504 - ] - ], - [ - 1.0333333015441895, - [ - 0.02454526722431183, - 0.04273970425128937, - -0.05923058092594147, - 0.9970269799232483 - ] - ], - [ - 1.0666667222976685, - [ - 0.017232730984687805, - 0.040638621896505356, - -0.06671111285686493, - 0.9967954754829407 - ] - ], - [ - 1.100000023841858, - [ - 0.002784203039482236, - 0.03599648177623749, - -0.0803694874048233, - 0.9961111545562744 - ] - ], - [ - 1.1333333253860474, - [ - -0.016050972044467926, - 0.030229847878217697, - -0.09717672318220139, - 0.9946784377098083 - ] - ], - [ - 1.1666666269302368, - [ - -0.036367520689964294, - 0.024571113288402557, - -0.11427177488803864, - 0.9924795627593994 - ] - ], - [ - 1.2000000476837158, - [ - -0.05507184565067291, - 0.019953042268753052, - -0.1290929764509201, - 0.9899010062217712 - ] - ], - [ - 1.2333333492279053, - [ - -0.06893422454595566, - 0.017015840858221054, - -0.13938668370246887, - 0.9876891374588013 - ] - ], - [ - 1.2666666507720947, - [ - -0.07469312846660614, - 0.01624368131160736, - -0.14307692646980286, - 0.9867553114891052 - ] - ], - [ - 1.2999999523162842, - [ - -0.0696612223982811, - 0.0194314643740654, - -0.13677945733070374, - 0.9879580736160278 - ] - ], - [ - 1.3333333730697632, - [ - -0.056310176849365234, - 0.026918023824691772, - -0.12124036997556686, - 0.9906590580940247 - ] - ], - [ - 1.3666666746139526, - [ - -0.03916507214307785, - 0.03702666610479355, - -0.10056819766759872, - 0.99346923828125 - ] - ], - [ - 1.399999976158142, - [ - -0.022444935515522957, - 0.047783803194761276, - -0.07915245741605759, - 0.9954637289047241 - ] - ], - [ - 1.4333332777023315, - [ - -0.009855934418737888, - 0.05680486559867859, - -0.06174689531326294, - 0.9964253306388855 - ] - ], - [ - 1.4666666984558105, - [ - -0.004666890483349562, - 0.06143563613295555, - -0.053316522389650345, - 0.9966751933097839 - ] - ], - [ - 1.5, - [ - -0.00852678157389164, - 0.061117641627788544, - -0.05848605930805206, - 0.9963791966438293 - ] - ], - [ - 1.5333333015441895, - [ - -0.01894589141011238, - 0.05817140266299248, - -0.0746845230460167, - 0.9953287839889526 - ] - ], - [ - 1.5666667222976685, - [ - -0.03290736302733421, - 0.05424671620130539, - -0.09607099741697311, - 0.9933502674102783 - ] - ], - [ - 1.600000023841858, - [ - -0.04711749404668808, - 0.050770219415426254, - -0.11698035150766373, - 0.9907158613204956 - ] - ], - [ - 1.6333333253860474, - [ - -0.057911619544029236, - 0.04882177338004112, - -0.13205046951770782, - 0.9883448481559753 - ] - ], - [ - 1.6666666269302368, - [ - -0.0614316463470459, - 0.049242179840803146, - -0.13614137470722198, - 0.9875560402870178 - ] - ], - [ - 1.7000000476837158, - [ - -0.05299684405326843, - 0.05190455541014671, - -0.12557201087474823, - 0.9893072843551636 - ] - ], - [ - 1.7333333492279053, - [ - -0.034866444766521454, - 0.0559021458029747, - -0.10439088940620422, - 0.992351770401001 - ] - ], - [ - 1.7666666507720947, - [ - -0.013533907011151314, - 0.06072762981057167, - -0.07924024760723114, - 0.9949121475219727 - ] - ], - [ - 1.7999999523162842, - [ - 0.004931745119392872, - 0.06517232209444046, - -0.057408127933740616, - 0.9962090849876404 - ] - ], - [ - 1.8333333730697632, - [ - 0.014958287589251995, - 0.06731951981782913, - -0.046784501522779465, - 0.9965217113494873 - ] - ], - [ - 1.8666666746139526, - [ - 0.013822766952216625, - 0.06330066174268723, - -0.05099960044026375, - 0.9965947270393372 - ] - ], - [ - 1.899999976158142, - [ - 0.004588988609611988, - 0.05297344550490379, - -0.06498409062623978, - 0.9964687824249268 - ] - ], - [ - 1.9333332777023315, - [ - -0.009475957602262497, - 0.03984937444329262, - -0.08367259800434113, - 0.995651125907898 - ] - ], - [ - 1.9666666984558105, - [ - -0.024682242423295975, - 0.02726575918495655, - -0.10209901630878448, - 0.9940942525863647 - ] - ], - [ - 2.0, - [ - -0.03675415366888046, - 0.018213162198662758, - -0.11556722968816757, - 0.9924523234367371 - ] - ], - [ - 2.0333333015441895, - [ - -0.041072726249694824, - 0.015407676808536053, - -0.11962868273258209, - 0.9918491840362549 - ] - ], - [ - 2.066666603088379, - [ - -0.03594518080353737, - 0.018707042559981346, - -0.11109919100999832, - 0.9929828643798828 - ] - ], - [ - 2.0999999046325684, - [ - -0.02505786530673504, - 0.025226686149835587, - -0.09290872514247894, - 0.9950396418571472 - ] - ], - [ - 2.133333444595337, - [ - -0.011854160577058792, - 0.03351863846182823, - -0.0698464959859848, - 0.9969239830970764 - ] - ], - [ - 2.1666667461395264, - [ - 0.0005778919439762831, - 0.04191277548670769, - -0.04689786210656166, - 0.998019814491272 - ] - ], - [ - 2.200000047683716, - [ - 0.009660329669713974, - 0.04847690090537071, - -0.029251238331198692, - 0.9983492493629456 - ] - ], - [ - 2.2333333492279053, - [ - 0.013176788575947285, - 0.051126230508089066, - -0.022197168320417404, - 0.9983585476875305 - ] - ], - [ - 2.2666666507720947, - [ - 0.010137799195945263, - 0.04812346771359444, - -0.027729937806725502, - 0.9984049201011658 - ] - ], - [ - 2.299999952316284, - [ - 0.0021148226223886013, - 0.04041346162557602, - -0.04203835874795914, - 0.9982960820198059 - ] - ], - [ - 2.3333332538604736, - [ - -0.009298354387283325, - 0.029968446120619774, - -0.06166758015751839, - 0.9976034164428711 - ] - ], - [ - 2.366666555404663, - [ - -0.022305404767394066, - 0.018685977905988693, - -0.08320116251707077, - 0.9961078763008118 - ] - ], - [ - 2.4000000953674316, - [ - -0.03473906219005585, - 0.0082920603454113, - -0.10334000736474991, - 0.9940047860145569 - ] - ], - [ - 2.433333396911621, - [ - -0.04406137019395828, - 0.00031725375447422266, - -0.11893365532159805, - 0.9919240474700928 - ] - ], - [ - 2.4666666984558105, - [ - -0.04751502722501755, - -0.0038340117316693068, - -0.12693707644939423, - 0.9907646775245667 - ] - ], - [ - 2.5, - [ - -0.04524873569607735, - -0.0017856659833341837, - -0.12500052154064178, - 0.9911227226257324 - ] - ], - [ - 2.5333333015441895, - [ - -0.04017172008752823, - 0.006326894275844097, - -0.11496717482805252, - 0.9925365447998047 - ] - ], - [ - 2.566666603088379, - [ - -0.033745624125003815, - 0.018147192895412445, - -0.1000908762216568, - 0.9942402839660645 - ] - ], - [ - 2.5999999046325684, - [ - -0.027279183268547058, - 0.03126827999949455, - -0.08364182710647583, - 0.9956315755844116 - ] - ], - [ - 2.633333444595337, - [ - -0.02173195220530033, - 0.043219927698373795, - -0.06887439638376236, - 0.996451735496521 - ] - ], - [ - 2.6666667461395264, - [ - -0.017710940912365913, - 0.05148688703775406, - -0.059003375470638275, - 0.9967718124389648 - ] - ], - [ - 2.700000047683716, - [ - -0.015663785859942436, - 0.05353953316807747, - -0.05721299722790718, - 0.9968023300170898 - ] - ], - [ - 2.7333333492279053, - [ - -0.016040220856666565, - 0.048310279846191406, - -0.06475920975208282, - 0.9966017603874207 - ] - ], - [ - 2.7666666507720947, - [ - -0.018551643937826157, - 0.038136374205350876, - -0.07860644906759262, - 0.996003270149231 - ] - ], - [ - 2.799999952316284, - [ - -0.02256184257566929, - 0.02561131864786148, - -0.09548753499984741, - 0.9948453903198242 - ] - ], - [ - 2.8333332538604736, - [ - -0.02712961845099926, - 0.013320275582373142, - -0.11207646876573563, - 0.9932398796081543 - ] - ], - [ - 2.866666555404663, - [ - -0.030927065759897232, - 0.0038069908041507006, - -0.12500682473182678, - 0.9916664361953735 - ] - ], - [ - 2.9000000953674316, - [ - -0.032366793602705, - -0.0004325096670072526, - -0.13090921938419342, - 0.9908657670021057 - ] - ], - [ - 2.933333396911621, - [ - -0.02971549704670906, - 0.0026613278314471245, - -0.12633319199085236, - 0.9915391206741333 - ] - ], - [ - 2.9666666984558105, - [ - -0.023733077570796013, - 0.011711047030985355, - -0.11279231309890747, - 0.9932660460472107 - ] - ], - [ - 3.0, - [ - -0.016481570899486542, - 0.023821109905838966, - -0.09454288333654404, - 0.9950992465019226 - ] - ], - [ - 3.0333333015441895, - [ - -0.009699865244328976, - 0.035995256155729294, - -0.07592658698558807, - 0.9964163899421692 - ] - ], - [ - 3.066666603088379, - [ - -0.004732048604637384, - 0.045348409563302994, - -0.06116904690861702, - 0.9970855116844177 - ] - ], - [ - 3.0999999046325684, - [ - -0.002556827152147889, - 0.04895336180925369, - -0.0544746071100235, - 0.9973111748695374 - ] - ], - [ - 3.133333444595337, - [ - -0.006395136471837759, - 0.04029325395822525, - -0.06369703263044357, - 0.9971350431442261 - ] - ], - [ - 3.1666667461395264, - [ - -0.016992053017020226, - 0.020143240690231323, - -0.08742254972457886, - 0.9958227872848511 - ] - ], - [ - 3.200000047683716, - [ - -0.031184813007712364, - -0.0035039049107581377, - -0.11585170030593872, - 0.9927706718444824 - ] - ], - [ - 3.2333333492279053, - [ - -0.0441121831536293, - -0.02302931621670723, - -0.13913816213607788, - 0.9890220165252686 - ] - ], - [ - 3.2666666507720947, - [ - -0.04930910840630531, - -0.03134870529174805, - -0.14760370552539825, - 0.9873191118240356 - ] - ], - [ - 3.299999952316284, - [ - -0.04542086273431778, - -0.02916179597377777, - -0.1414843648672104, - 0.9884678721427917 - ] - ], - [ - 3.3333332538604736, - [ - -0.037209440022706985, - -0.02235265076160431, - -0.12974776327610016, - 0.9905964732170105 - ] - ], - [ - 3.366666555404663, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458397193_1068202.json b/lenses/physics-objects/Scene/assets/1645812458397193_1068202.json deleted file mode 100644 index 259a03f1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458397193_1068202.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458397193:1068202", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458399254_1068215.json b/lenses/physics-objects/Scene/assets/1645812458399254_1068215.json deleted file mode 100644 index d788f41c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458399254_1068215.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458399254:1068215", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.4276004378643847e-07 - ] - ], - [ - 6.633333206176758, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458399581_1068222.json b/lenses/physics-objects/Scene/assets/1645812458399581_1068222.json deleted file mode 100644 index 8f0a9541..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458399581_1068222.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458399581:1068222", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.016794400289654732, - 0.005186174064874649, - -0.12222567200660706, - 0.9923467040061951 - ] - ], - [ - 0.03333333507180214, - [ - -0.016794400289654732, - 0.005186174064874649, - -0.12222567200660706, - 0.9923467040061951 - ] - ], - [ - 0.06666667014360428, - [ - -0.016427768394351006, - 0.004620571155101061, - -0.12320755422115326, - 0.9922341704368591 - ] - ], - [ - 0.10000000149011612, - [ - -0.016192296519875526, - 0.004371562972664833, - -0.12359122186899185, - 0.9921914935112 - ] - ], - [ - 0.13333334028720856, - [ - -0.01596844010055065, - 0.004278299864381552, - -0.12346874922513962, - 0.9922107458114624 - ] - ], - [ - 0.1666666716337204, - [ - -0.015634700655937195, - 0.004159723874181509, - -0.12299200147390366, - 0.9922758936882019 - ] - ], - [ - 0.20000000298023224, - [ - -0.015200779773294926, - 0.004018399864435196, - -0.12219011783599854, - 0.9923821687698364 - ] - ], - [ - 0.23333333432674408, - [ - -0.01467645913362503, - 0.0038568738382309675, - -0.12109226733446121, - 0.9925252795219421 - ] - ], - [ - 0.2666666805744171, - [ - -0.014071563258767128, - 0.0036776696797460318, - -0.11972755938768387, - 0.9927003383636475 - ] - ], - [ - 0.30000001192092896, - [ - -0.013395940884947777, - 0.0034832824021577835, - -0.1181250587105751, - 0.9929022789001465 - ] - ], - [ - 0.3333333432674408, - [ - -0.012659458443522453, - 0.0032761816401034594, - -0.11631389707326889, - 0.993126392364502 - ] - ], - [ - 0.36666667461395264, - [ - -0.011871992610394955, - 0.003058810019865632, - -0.11432326585054398, - 0.9933679699897766 - ] - ], - [ - 0.4000000059604645, - [ - -0.011043387465178967, - 0.002833573380485177, - -0.11218228191137314, - 0.9936222434043884 - ] - ], - [ - 0.4333333373069763, - [ - -0.01018347218632698, - 0.0026028496213257313, - -0.1099201887845993, - 0.9938848614692688 - ] - ], - [ - 0.46666666865348816, - [ - -0.00930203590542078, - 0.002368982881307602, - -0.10756625235080719, - 0.9941515922546387 - ] - ], - [ - 0.5, - [ - -0.011632858775556087, - 0.0042159236036241055, - -0.11611656099557877, - 0.9931585192680359 - ] - ], - [ - 0.5333333611488342, - [ - -0.018412265926599503, - 0.008935588411986828, - -0.13976827263832092, - 0.989972710609436 - ] - ], - [ - 0.5666666626930237, - [ - -0.0266573503613472, - 0.014596229419112206, - -0.16835176944732666, - 0.9852583408355713 - ] - ], - [ - 0.6000000238418579, - [ - -0.03340648487210274, - 0.0192857775837183, - -0.19182009994983673, - 0.980671763420105 - ] - ], - [ - 0.6333333253860474, - [ - -0.03573445975780487, - 0.02112245000898838, - -0.2003033459186554, - 0.9788541793823242 - ] - ], - [ - 0.6666666865348816, - [ - -0.0349908247590065, - 0.022527843713760376, - -0.19472165405750275, - 0.9799753427505493 - ] - ], - [ - 0.699999988079071, - [ - -0.034482691437006, - 0.026522299274802208, - -0.18354432284832, - 0.9820483922958374 - ] - ], - [ - 0.7333333492279053, - [ - -0.034260306507349014, - 0.0321211963891983, - -0.16827736794948578, - 0.9846203327178955 - ] - ], - [ - 0.7666666507720947, - [ - -0.03433309495449066, - 0.03834716975688934, - -0.15043428540229797, - 0.9872792363166809 - ] - ], - [ - 0.800000011920929, - [ - -0.03460901603102684, - 0.04425808787345886, - -0.13153176009655, - 0.9897186756134033 - ] - ], - [ - 0.8333333134651184, - [ - -0.03486671671271324, - 0.04896717518568039, - -0.11308180540800095, - 0.9917656183242798 - ] - ], - [ - 0.8666666746139526, - [ - -0.03476059436798096, - 0.051652032881975174, - -0.09658600389957428, - 0.9933755397796631 - ] - ], - [ - 0.8999999761581421, - [ - -0.03385743126273155, - 0.05154672637581825, - -0.08354003727436066, - 0.9945943355560303 - ] - ], - [ - 0.9333333373069763, - [ - -0.03260047361254692, - 0.04857897385954857, - -0.07252707332372665, - 0.9956490993499756 - ] - ], - [ - 0.9666666388511658, - [ - -0.03169035539031029, - 0.044020913541316986, - -0.062000393867492676, - 0.9966011643409729 - ] - ], - [ - 1.0, - [ - -0.031279176473617554, - 0.03907269611954689, - -0.05340291187167168, - 0.9973180294036865 - ] - ], - [ - 1.0333333015441895, - [ - -0.0315428264439106, - 0.03496168181300163, - -0.048101361840963364, - 0.9977319240570068 - ] - ], - [ - 1.0666667222976685, - [ - -0.032494448125362396, - 0.03302968293428421, - -0.04727568104863167, - 0.9978066682815552 - ] - ], - [ - 1.100000023841858, - [ - -0.034034859389066696, - 0.03293211758136749, - -0.050205472856760025, - 0.9976155161857605 - ] - ], - [ - 1.1333333253860474, - [ - -0.03600424528121948, - 0.033348243683576584, - -0.055115003138780594, - 0.9972732663154602 - ] - ], - [ - 1.1666666269302368, - [ - -0.03832549229264259, - 0.034155070781707764, - -0.061599235981702805, - 0.9967798590660095 - ] - ], - [ - 1.2000000476837158, - [ - -0.040920790284872055, - 0.03522850573062897, - -0.06925325840711594, - 0.9961368441581726 - ] - ], - [ - 1.2333333492279053, - [ - -0.04371226578950882, - 0.036444034427404404, - -0.07767219096422195, - 0.9953532814979553 - ] - ], - [ - 1.2666666507720947, - [ - -0.04662248119711876, - 0.037677276879549026, - -0.08645188063383102, - 0.9944510459899902 - ] - ], - [ - 1.2999999523162842, - [ - -0.049574483186006546, - 0.03880418837070465, - -0.09518907219171524, - 0.9934664964675903 - ] - ], - [ - 1.3333333730697632, - [ - -0.0524916835129261, - 0.039701081812381744, - -0.10348197817802429, - 0.9924514889717102 - ] - ], - [ - 1.3666666746139526, - [ - -0.055297281593084335, - 0.040244344621896744, - -0.11093051731586456, - 0.9914722442626953 - ] - ], - [ - 1.399999976158142, - [ - -0.05791346728801727, - 0.040309857577085495, - -0.11713681370019913, - 0.9906059503555298 - ] - ], - [ - 1.4333332777023315, - [ - -0.060260213911533356, - 0.03977207466959953, - -0.1217050701379776, - 0.9899367690086365 - ] - ], - [ - 1.4666666984558105, - [ - -0.06209874153137207, - 0.03855690360069275, - -0.1245415136218071, - 0.9895183444023132 - ] - ], - [ - 1.5, - [ - -0.0633542612195015, - 0.0368608683347702, - -0.12611334025859833, - 0.9893043637275696 - ] - ], - [ - 1.5333333015441895, - [ - -0.06419039517641068, - 0.034965261816978455, - -0.12686525285243988, - 0.989223062992096 - ] - ], - [ - 1.5666667222976685, - [ - -0.06477321684360504, - 0.03315386548638344, - -0.1272389441728592, - 0.9891995191574097 - ] - ], - [ - 1.600000023841858, - [ - -0.06527210772037506, - 0.031711872667074203, - -0.12767338752746582, - 0.989158034324646 - ] - ], - [ - 1.6333333253860474, - [ - -0.06585898250341415, - 0.030925236642360687, - -0.12860585749149323, - 0.9890231490135193 - ] - ], - [ - 1.6666666269302368, - [ - -0.06670252233743668, - 0.031024741008877754, - -0.13057440519332886, - 0.9887055158615112 - ] - ], - [ - 1.7000000476837158, - [ - -0.06764853745698929, - 0.03186052292585373, - -0.1333160549402237, - 0.9882487654685974 - ] - ], - [ - 1.7333333492279053, - [ - -0.06851231306791306, - 0.03318910300731659, - -0.13622400164604187, - 0.9877487421035767 - ] - ], - [ - 1.7666666507720947, - [ - -0.06915119290351868, - 0.03474656119942665, - -0.13875272870063782, - 0.9872986674308777 - ] - ], - [ - 1.7999999523162842, - [ - -0.0693194717168808, - 0.036216508597135544, - -0.1402297466993332, - 0.9870253205299377 - ] - ], - [ - 1.8333333730697632, - [ - -0.06877660751342773, - 0.0372837670147419, - -0.1399807631969452, - 0.9870588183403015 - ] - ], - [ - 1.8666666746139526, - [ - -0.06769878417253494, - 0.03787491098046303, - -0.13807034492492676, - 0.9873798489570618 - ] - ], - [ - 1.899999976158142, - [ - -0.0664285346865654, - 0.03817601501941681, - -0.13514626026153564, - 0.9878589510917664 - ] - ], - [ - 1.9333332777023315, - [ - -0.06497720628976822, - 0.03826289623975754, - -0.13140654563903809, - 0.9884564876556396 - ] - ], - [ - 1.9666666984558105, - [ - -0.06335561722517014, - 0.03821142762899399, - -0.12704932689666748, - 0.9891331791877747 - ] - ], - [ - 2.0, - [ - -0.061574485152959824, - 0.038097940385341644, - -0.12227307260036469, - 0.989851713180542 - ] - ], - [ - 2.0333333015441895, - [ - -0.059644415974617004, - 0.037999410182237625, - -0.11727640777826309, - 0.9905780553817749 - ] - ], - [ - 2.066666603088379, - [ - -0.057576119899749756, - 0.037993501871824265, - -0.11225830763578415, - 0.9912818670272827 - ] - ], - [ - 2.0999999046325684, - [ - -0.05538015067577362, - 0.0381583496928215, - -0.10741791129112244, - 0.9919366836547852 - ] - ], - [ - 2.133333444595337, - [ - -0.0530666783452034, - 0.03857225552201271, - -0.10295464098453522, - 0.992520272731781 - ] - ], - [ - 2.1666667461395264, - [ - -0.05064520984888077, - 0.039313122630119324, - -0.0990682989358902, - 0.9930132031440735 - ] - ], - [ - 2.200000047683716, - [ - -0.04812369868159294, - 0.04045768082141876, - -0.09595867991447449, - 0.9933978319168091 - ] - ], - [ - 2.2333333492279053, - [ - -0.04560944437980652, - 0.04251866787672043, - -0.09590069949626923, - 0.9934359788894653 - ] - ], - [ - 2.2666666507720947, - [ - -0.04320710897445679, - 0.045682746917009354, - -0.10010504722595215, - 0.9929880499839783 - ] - ], - [ - 2.299999952316284, - [ - -0.040926069021224976, - 0.049535058438777924, - -0.10717368125915527, - 0.9921618700027466 - ] - ], - [ - 2.3333332538604736, - [ - -0.03878938779234886, - 0.05367818474769592, - -0.11570724844932556, - 0.9910731911659241 - ] - ], - [ - 2.366666555404663, - [ - -0.03683694079518318, - 0.05774734169244766, - -0.12430675327777863, - 0.989876925945282 - ] - ], - [ - 2.4000000953674316, - [ - -0.035125553607940674, - 0.06141464784741402, - -0.13157548010349274, - 0.988778293132782 - ] - ], - [ - 2.433333396911621, - [ - -0.03372688964009285, - 0.06438157707452774, - -0.13611909747123718, - 0.9880229234695435 - ] - ], - [ - 2.4666666984558105, - [ - -0.03272343426942825, - 0.06635960936546326, - -0.1365443468093872, - 0.987866997718811 - ] - ], - [ - 2.5, - [ - -0.031719502061605453, - 0.0669969841837883, - -0.13235755264759064, - 0.9884265065193176 - ] - ], - [ - 2.5333333015441895, - [ - -0.030406469479203224, - 0.06637132167816162, - -0.12491145730018616, - 0.989478349685669 - ] - ], - [ - 2.566666603088379, - [ - -0.02899201773107052, - 0.06482549756765366, - -0.11558426916599274, - 0.9907559752464294 - ] - ], - [ - 2.5999999046325684, - [ - -0.027677709236741066, - 0.06270775943994522, - -0.10576034337282181, - 0.9920264482498169 - ] - ], - [ - 2.633333444595337, - [ - -0.026667168363928795, - 0.060378123074769974, - -0.09682901948690414, - 0.9931100010871887 - ] - ], - [ - 2.6666667461395264, - [ - -0.026171782985329628, - 0.05820988863706589, - -0.09018222987651825, - 0.993878185749054 - ] - ], - [ - 2.700000047683716, - [ - -0.02596455067396164, - 0.05603887140750885, - -0.08544449508190155, - 0.9944268465042114 - ] - ], - [ - 2.7333333492279053, - [ - -0.02567407861351967, - 0.053502678871154785, - -0.08136427402496338, - 0.9949161410331726 - ] - ], - [ - 2.7666666507720947, - [ - -0.025305399671196938, - 0.050685856491327286, - -0.07801839709281921, - 0.9953410029411316 - ] - ], - [ - 2.799999952316284, - [ - -0.024866892024874687, - 0.047672417014837265, - -0.07548346370458603, - 0.9956963658332825 - ] - ], - [ - 2.8333332538604736, - [ - -0.02437005750834942, - 0.04454556480050087, - -0.07383561879396439, - 0.995976984500885 - ] - ], - [ - 2.866666555404663, - [ - -0.023829260841012, - 0.04138724505901337, - -0.0731504037976265, - 0.9961768388748169 - ] - ], - [ - 2.9000000953674316, - [ - -0.023261280730366707, - 0.03827789053320885, - -0.07350263744592667, - 0.9962886571884155 - ] - ], - [ - 2.933333396911621, - [ - -0.022684885188937187, - 0.03529614582657814, - -0.07496626675128937, - 0.9963030815124512 - ] - ], - [ - 2.9666666984558105, - [ - -0.022060086950659752, - 0.03236953541636467, - -0.0772087350487709, - 0.9962451457977295 - ] - ], - [ - 3.0, - [ - -0.021358875557780266, - 0.029398133978247643, - -0.07979384064674377, - 0.9961488246917725 - ] - ], - [ - 3.0333333015441895, - [ - -0.020618045702576637, - 0.026417894288897514, - -0.08263877779245377, - 0.9960160851478577 - ] - ], - [ - 3.066666603088379, - [ - -0.019872937351465225, - 0.02346528321504593, - -0.08566003292798996, - 0.9958497881889343 - ] - ], - [ - 3.0999999046325684, - [ - -0.01915733702480793, - 0.020577432587742805, - -0.08877347409725189, - 0.9956550002098083 - ] - ], - [ - 3.133333444595337, - [ - -0.018503403291106224, - 0.017792174592614174, - -0.09189435839653015, - 0.9954378604888916 - ] - ], - [ - 3.1666667461395264, - [ - -0.01794171705842018, - 0.015148190781474113, - -0.0949372872710228, - 0.9952062964439392 - ] - ], - [ - 3.200000047683716, - [ - -0.017501359805464745, - 0.012684730812907219, - -0.09781656414270401, - 0.9949697256088257 - ] - ], - [ - 3.2333333492279053, - [ - -0.017210114747285843, - 0.010441654361784458, - -0.10044611245393753, - 0.9947389364242554 - ] - ], - [ - 3.2666666507720947, - [ - -0.017094722017645836, - 0.008459229953587055, - -0.10273957997560501, - 0.9945254325866699 - ] - ], - [ - 3.299999952316284, - [ - -0.017181234434247017, - 0.0067778998054564, - -0.1046106368303299, - 0.9943417310714722 - ] - ], - [ - 3.3333332538604736, - [ - -0.01749541610479355, - 0.005438019521534443, - -0.10597293078899384, - 0.9942003488540649 - ] - ], - [ - 3.366666555404663, - [ - -0.01804083213210106, - 0.004500515293329954, - -0.1073223203420639, - 0.9940505027770996 - ] - ], - [ - 3.4000000953674316, - [ - -0.018898166716098785, - 0.004060333129018545, - -0.10892900079488754, - 0.9938616752624512 - ] - ], - [ - 3.433333396911621, - [ - -0.02007143571972847, - 0.004018575418740511, - -0.11052083969116211, - 0.9936630129814148 - ] - ], - [ - 3.4666666984558105, - [ - -0.021561047062277794, - 0.004257421940565109, - -0.11188601702451706, - 0.993478000164032 - ] - ], - [ - 3.5, - [ - -0.02350071258842945, - 0.004840579349547625, - -0.11269008368253708, - 0.9933404326438904 - ] - ], - [ - 3.5333333015441895, - [ - -0.026024511083960533, - 0.0058304802514612675, - -0.11259876936674118, - 0.9932825565338135 - ] - ], - [ - 3.566666603088379, - [ - -0.029268814250826836, - 0.007285448256880045, - -0.11127808690071106, - 0.9933314919471741 - ] - ], - [ - 3.5999999046325684, - [ - -0.0333748459815979, - 0.009255667217075825, - -0.10839442908763885, - 0.9935044646263123 - ] - ], - [ - 3.633333444595337, - [ - -0.03794120252132416, - 0.030556729063391685, - -0.07723534107208252, - 0.995822012424469 - ] - ], - [ - 3.6666667461395264, - [ - -0.04672209173440933, - 0.07297716289758682, - -0.014844692312180996, - 0.9961280226707458 - ] - ], - [ - 3.700000047683716, - [ - -0.06044195592403412, - 0.11231216788291931, - 0.04458135738968849, - 0.9908306002616882 - ] - ], - [ - 3.7333333492279053, - [ - -0.06817643344402313, - 0.1288754791021347, - 0.07174582034349442, - 0.9867095947265625 - ] - ], - [ - 3.7666666507720947, - [ - -0.06509079784154892, - 0.1225266084074974, - 0.06180063262581825, - 0.9883982539176941 - ] - ], - [ - 3.799999952316284, - [ - -0.05880656838417053, - 0.10637444257736206, - 0.03196925297379494, - 0.9920706748962402 - ] - ], - [ - 3.8333332538604736, - [ - -0.052769988775253296, - 0.08335718512535095, - -0.010708448477089405, - 0.9950639605522156 - ] - ], - [ - 3.866666555404663, - [ - -0.04948248714208603, - 0.057063374668359756, - -0.058503806591033936, - 0.995425820350647 - ] - ], - [ - 3.9000000953674316, - [ - -0.04944523051381111, - 0.031961288303136826, - -0.10290063917636871, - 0.9929476976394653 - ] - ], - [ - 3.933333396911621, - [ - -0.05105956643819809, - 0.013074533082544804, - -0.1350483000278473, - 0.9894362688064575 - ] - ], - [ - 3.9666666984558105, - [ - -0.051604051142930984, - 0.005500089377164841, - -0.14621329307556152, - 0.987890899181366 - ] - ], - [ - 4.0, - [ - -0.0492241345345974, - 0.007520435843616724, - -0.14141954481601715, - 0.9886965751647949 - ] - ], - [ - 4.0333333015441895, - [ - -0.044549260288476944, - 0.012985721230506897, - -0.13259121775627136, - 0.9900839924812317 - ] - ], - [ - 4.066666603088379, - [ - -0.038837675005197525, - 0.02016672119498253, - -0.12151234596967697, - 0.9916247725486755 - ] - ], - [ - 4.099999904632568, - [ - -0.03324209898710251, - 0.027301140129566193, - -0.11000128835439682, - 0.9930002689361572 - ] - ], - [ - 4.133333206176758, - [ - -0.028761472553014755, - 0.0325864739716053, - -0.09991608560085297, - 0.9940460920333862 - ] - ], - [ - 4.166666507720947, - [ - -0.02626858279109001, - 0.03419337794184685, - -0.0931432843208313, - 0.994718611240387 - ] - ], - [ - 4.199999809265137, - [ - -0.02436923049390316, - 0.03265875577926636, - -0.08930955082178116, - 0.9951701164245605 - ] - ], - [ - 4.233333110809326, - [ - -0.021306438371539116, - 0.02994738705456257, - -0.08671212941408157, - 0.9955552220344543 - ] - ], - [ - 4.266666889190674, - [ - -0.017379093915224075, - 0.026358606293797493, - -0.08525633066892624, - 0.9958587288856506 - ] - ], - [ - 4.300000190734863, - [ - -0.013087264262139797, - 0.0220839511603117, - -0.08499404788017273, - 0.9960507154464722 - ] - ], - [ - 4.333333492279053, - [ - -0.008904661051928997, - 0.01731354556977749, - -0.08591436594724655, - 0.9961122870445251 - ] - ], - [ - 4.366666793823242, - [ - -0.005100559908896685, - 0.01233675703406334, - -0.08782397955656052, - 0.9960465431213379 - ] - ], - [ - 4.400000095367432, - [ - -0.001943498500622809, - 0.007442940026521683, - -0.09052147716283798, - 0.9958648085594177 - ] - ], - [ - 4.433333396911621, - [ - 0.00030219656764529645, - 0.0029237063135951757, - -0.09379687160253525, - 0.9955871105194092 - ] - ], - [ - 4.4666666984558105, - [ - 0.001379100140184164, - -0.0009250708972103894, - -0.09743230789899826, - 0.9952408671379089 - ] - ], - [ - 4.5, - [ - 0.0010384352644905448, - -0.0038013551384210587, - -0.10120409727096558, - 0.994857907295227 - ] - ], - [ - 4.5333333015441895, - [ - -0.0009589949040673673, - -0.005395116284489632, - -0.10488569736480713, - 0.9944692850112915 - ] - ], - [ - 4.566666603088379, - [ - -0.0069530075415968895, - -0.001579294097609818, - -0.11229004710912704, - 0.9936498999595642 - ] - ], - [ - 4.599999904632568, - [ - -0.01653856411576271, - 0.007965837605297565, - -0.12436843663454056, - 0.9920662641525269 - ] - ], - [ - 4.633333206176758, - [ - -0.02599714696407318, - 0.017697539180517197, - -0.13654488325119019, - 0.9901345372200012 - ] - ], - [ - 4.666666507720947, - [ - -0.03198513016104698, - 0.021805455908179283, - -0.14410565793514252, - 0.9888048768043518 - ] - ], - [ - 4.699999809265137, - [ - -0.03182545304298401, - 0.017959654331207275, - -0.14135867357254028, - 0.9892837405204773 - ] - ], - [ - 4.733333110809326, - [ - -0.02644485980272293, - 0.009368046186864376, - -0.1289706528186798, - 0.9912514686584473 - ] - ], - [ - 4.766666889190674, - [ - -0.018102284520864487, - -0.0015535301063209772, - -0.11170107126235962, - 0.9935758709907532 - ] - ], - [ - 4.800000190734863, - [ - -0.009232673794031143, - -0.012452446855604649, - -0.09428927302360535, - 0.9954241514205933 - ] - ], - [ - 4.833333492279053, - [ - -0.0025129171553999186, - -0.02113223820924759, - -0.0814402624964714, - 0.9964510202407837 - ] - ], - [ - 4.866666793823242, - [ - -0.0007891954737715423, - -0.0255204476416111, - -0.07781357318162918, - 0.9966410398483276 - ] - ], - [ - 4.900000095367432, - [ - -0.003611952066421509, - -0.026059698313474655, - -0.0836111381649971, - 0.9961510896682739 - ] - ], - [ - 4.933333396911621, - [ - -0.008086149580776691, - -0.024930350482463837, - -0.09440256655216217, - 0.9951890707015991 - ] - ], - [ - 4.9666666984558105, - [ - -0.013394324108958244, - -0.02267347276210785, - -0.10787729918956757, - 0.9938153624534607 - ] - ], - [ - 5.0, - [ - -0.018707867711782455, - -0.019845861941576004, - -0.12173864245414734, - 0.9921874403953552 - ] - ], - [ - 5.0333333015441895, - [ - -0.02334032952785492, - -0.016987139359116554, - -0.13386404514312744, - 0.9905791878700256 - ] - ], - [ - 5.066666603088379, - [ - -0.02666275016963482, - -0.01466619223356247, - -0.14220616221427917, - 0.9893692135810852 - ] - ], - [ - 5.099999904632568, - [ - -0.027947552502155304, - -0.013499529100954533, - -0.1445954144001007, - 0.9890039563179016 - ] - ], - [ - 5.133333206176758, - [ - -0.027720298618078232, - -0.013309093192219734, - -0.14229778945446014, - 0.9893461465835571 - ] - ], - [ - 5.166666507720947, - [ - -0.027042195200920105, - -0.013404135592281818, - -0.13834884762763977, - 0.9899236559867859 - ] - ], - [ - 5.199999809265137, - [ - -0.025998007506132126, - -0.013632279820740223, - -0.13322731852531433, - 0.9906506538391113 - ] - ], - [ - 5.233333110809326, - [ - -0.02467300370335579, - -0.013838901184499264, - -0.12741243839263916, - 0.991446316242218 - ] - ], - [ - 5.266666889190674, - [ - -0.023152874782681465, - -0.013866682536900043, - -0.12138425558805466, - 0.9922386407852173 - ] - ], - [ - 5.300000190734863, - [ - -0.02152324840426445, - -0.013555759564042091, - -0.11562450975179672, - 0.9929672479629517 - ] - ], - [ - 5.333333492279053, - [ - -0.01986822858452797, - -0.012744730338454247, - -0.11061602830886841, - 0.9935829639434814 - ] - ], - [ - 5.366666793823242, - [ - -0.018268482759594917, - -0.011272032745182514, - -0.10684331506490707, - 0.9940441250801086 - ] - ], - [ - 5.400000095367432, - [ - -0.0167024377733469, - -0.009222222492098808, - -0.10466401278972626, - 0.9943246245384216 - ] - ], - [ - 5.433333396911621, - [ - -0.01511290855705738, - -0.006862204056233168, - -0.10376650840044022, - 0.9944632053375244 - ] - ], - [ - 5.4666666984558105, - [ - -0.013526614755392075, - -0.004305867478251457, - -0.10363268107175827, - 0.9945143461227417 - ] - ], - [ - 5.5, - [ - -0.011975344270467758, - -0.001665575779043138, - -0.10374418646097183, - 0.9945304989814758 - ] - ], - [ - 5.5333333015441895, - [ - -0.010496338829398155, - 0.0009493580437265337, - -0.1035827025771141, - 0.9945650100708008 - ] - ], - [ - 5.566666603088379, - [ - -0.009132403880357742, - 0.0034324401058256626, - -0.10262992978096008, - 0.9946717619895935 - ] - ], - [ - 5.599999904632568, - [ - -0.007931863889098167, - 0.005677838809788227, - -0.10036738216876984, - 0.9949027299880981 - ] - ], - [ - 5.633333206176758, - [ - -0.0069419704377651215, - 0.007765434682369232, - -0.09730435907840729, - 0.9952001571655273 - ] - ], - [ - 5.666666507720947, - [ - -0.006176081020385027, - 0.009829526767134666, - -0.09432069212198257, - 0.9954741597175598 - ] - ], - [ - 5.699999809265137, - [ - -0.005635174456983805, - 0.011844278313219547, - -0.09145303815603256, - 0.9957230091094971 - ] - ], - [ - 5.733333110809326, - [ - -0.005319594405591488, - 0.013784029521048069, - -0.0887378454208374, - 0.9959454536437988 - ] - ], - [ - 5.766666889190674, - [ - -0.005229103844612837, - 0.01562343630939722, - -0.08621121197938919, - 0.9961406588554382 - ] - ], - [ - 5.800000190734863, - [ - -0.0053629628382623196, - 0.01733732968568802, - -0.0839090347290039, - 0.9963081479072571 - ] - ], - [ - 5.833333492279053, - [ - -0.0057201087474823, - 0.018900955095887184, - -0.08186674118041992, - 0.9964476227760315 - ] - ], - [ - 5.866666793823242, - [ - -0.006299251224845648, - 0.020289873704314232, - -0.08011943101882935, - 0.9965588450431824 - ] - ], - [ - 5.900000095367432, - [ - -0.007099050562828779, - 0.021479984745383263, - -0.07870179414749146, - 0.9966415762901306 - ] - ], - [ - 5.933333396911621, - [ - -0.00811828300356865, - 0.02244759164750576, - -0.0776481032371521, - 0.9966950416564941 - ] - ], - [ - 5.9666666984558105, - [ - -0.009356056340038776, - 0.02316935546696186, - -0.07699225842952728, - 0.9967185258865356 - ] - ], - [ - 6.0, - [ - -0.010634497739374638, - 0.023606404662132263, - -0.07685495913028717, - 0.9967060685157776 - ] - ], - [ - 6.0333333015441895, - [ - -0.01177963986992836, - 0.023753250017762184, - -0.07729700952768326, - 0.9966555237770081 - ] - ], - [ - 6.066666603088379, - [ - -0.012797655537724495, - 0.023636294528841972, - -0.07826243340969086, - 0.9965704083442688 - ] - ], - [ - 6.099999904632568, - [ - -0.01369559671729803, - 0.023281263187527657, - -0.07969563454389572, - 0.9964532256126404 - ] - ], - [ - 6.133333206176758, - [ - -0.014481039717793465, - 0.022713392972946167, - -0.0815412700176239, - 0.9963058829307556 - ] - ], - [ - 6.166666507720947, - [ - -0.01516179833561182, - 0.021957596763968468, - -0.08374422788619995, - 0.9961300492286682 - ] - ], - [ - 6.199999809265137, - [ - -0.015745652839541435, - 0.021038562059402466, - -0.08624950796365738, - 0.9959270358085632 - ] - ], - [ - 6.233333110809326, - [ - -0.01624014787375927, - 0.019980985671281815, - -0.08900213241577148, - 0.9956985712051392 - ] - ], - [ - 6.266666889190674, - [ - -0.01665239781141281, - 0.018809573724865913, - -0.09194725751876831, - 0.9954469203948975 - ] - ], - [ - 6.300000190734863, - [ - -0.01698886789381504, - 0.01754918321967125, - -0.09502984583377838, - 0.9951747059822083 - ] - ], - [ - 6.333333492279053, - [ - -0.017255377024412155, - 0.016224879771471024, - -0.09819494932889938, - 0.9948853254318237 - ] - ], - [ - 6.366666793823242, - [ - -0.017456939443945885, - 0.014861992560327053, - -0.10138749331235886, - 0.9945828318595886 - ] - ], - [ - 6.400000095367432, - [ - -0.017597738653421402, - 0.01348615251481533, - -0.10455231368541718, - 0.9942722320556641 - ] - ], - [ - 6.433333396911621, - [ - -0.017681118100881577, - 0.012123274616897106, - -0.10763418674468994, - 0.9939594268798828 - ] - ], - [ - 6.4666666984558105, - [ - -0.01770963706076145, - 0.01079965103417635, - -0.11057775467634201, - 0.9936510920524597 - ] - ], - [ - 6.5, - [ - -0.017685092985630035, - 0.009541817009449005, - -0.11332757025957108, - 0.9933544397354126 - ] - ], - [ - 6.5333333015441895, - [ - -0.01760866306722164, - 0.00837661698460579, - -0.11582818627357483, - 0.9930779337882996 - ] - ], - [ - 6.566666603088379, - [ - -0.01748102344572544, - 0.007331123109906912, - -0.11802396178245544, - 0.9928297996520996 - ] - ], - [ - 6.599999904632568, - [ - -0.017302554100751877, - 0.006432610098272562, - -0.11985930055379868, - 0.9926192760467529 - ] - ], - [ - 6.633333206176758, - [ - -0.017073534429073334, - 0.005708473268896341, - -0.12127847969532013, - 0.9924553632736206 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458399951_1068229.json b/lenses/physics-objects/Scene/assets/1645812458399951_1068229.json deleted file mode 100644 index 36315691..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458399951_1068229.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458399951:1068229", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458402172_1068242.json b/lenses/physics-objects/Scene/assets/1645812458402172_1068242.json deleted file mode 100644 index 2d1e50e5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458402172_1068242.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458402172:1068242", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ], - [ - 3.366666555404663, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458402486_1068249.json b/lenses/physics-objects/Scene/assets/1645812458402486_1068249.json deleted file mode 100644 index 8f6c762e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458402486_1068249.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458402486:1068249", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ], - [ - 0.03333333507180214, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ], - [ - 0.06666667014360428, - [ - -0.026204867288470268, - -0.01902020536363125, - -0.1425822675228119, - 0.9892531633377075 - ] - ], - [ - 0.10000000149011612, - [ - -0.017956651747226715, - -0.00851953960955143, - -0.12518468499183655, - 0.9919344782829285 - ] - ], - [ - 0.13333334028720856, - [ - -0.0117079121991992, - -0.00042789263534359634, - -0.11111263930797577, - 0.9937387704849243 - ] - ], - [ - 0.1666666716337204, - [ - -0.007897065952420235, - 0.0024546131025999784, - -0.10171522200107574, - 0.9947792887687683 - ] - ], - [ - 0.20000000298023224, - [ - -0.00800723023712635, - 0.0022440955508500338, - -0.10188097506761551, - 0.9947619438171387 - ] - ], - [ - 0.23333333432674408, - [ - -0.009860429912805557, - 0.0020829548593610525, - -0.10655435174703598, - 0.994255781173706 - ] - ], - [ - 0.2666666805744171, - [ - -0.01307740993797779, - 0.0019826791249215603, - -0.11462143063545227, - 0.9933212995529175 - ] - ], - [ - 0.30000001192092896, - [ - -0.017279712483286858, - 0.001957335276529193, - -0.12496520578861237, - 0.9920088052749634 - ] - ], - [ - 0.3333333432674408, - [ - -0.022078195586800575, - 0.0020183194428682327, - -0.13647319376468658, - 0.9903956651687622 - ] - ], - [ - 0.36666667461395264, - [ - -0.02706735022366047, - 0.0021703215315937996, - -0.1480448991060257, - 0.9886078834533691 - ] - ], - [ - 0.4000000059604645, - [ - -0.03182392567396164, - 0.002408679574728012, - -0.15859487652778625, - 0.9868277907371521 - ] - ], - [ - 0.4333333373069763, - [ - -0.03591037541627884, - 0.0027185005601495504, - -0.16705365478992462, - 0.985289990901947 - ] - ], - [ - 0.46666666865348816, - [ - -0.03888196125626564, - 0.003075864166021347, - -0.17236346006393433, - 0.9842609167098999 - ] - ], - [ - 0.5, - [ - -0.04029734432697296, - 0.0034512821584939957, - -0.17346934974193573, - 0.9840085506439209 - ] - ], - [ - 0.5333333611488342, - [ - -0.03456256911158562, - 0.008469725959002972, - -0.16204209625720978, - 0.986142098903656 - ] - ], - [ - 0.5666666626930237, - [ - -0.02092386595904827, - 0.02020600624382496, - -0.1364525407552719, - 0.9902194738388062 - ] - ], - [ - 0.6000000238418579, - [ - -0.0059532951563596725, - 0.03465203568339348, - -0.10588455945253372, - 0.9937566518783569 - ] - ], - [ - 0.6333333253860474, - [ - 0.004732094239443541, - 0.04721887782216072, - -0.08025457710027695, - 0.9956440925598145 - ] - ], - [ - 0.6666666865348816, - [ - 0.006779300048947334, - 0.05299125984311104, - -0.06981357932090759, - 0.9961286187171936 - ] - ], - [ - 0.699999988079071, - [ - -0.0012358316453173757, - 0.051394786685705185, - -0.07829037308692932, - 0.9956042766571045 - ] - ], - [ - 0.7333333492279053, - [ - -0.015589877963066101, - 0.0466390885412693, - -0.09777278453111649, - 0.9939931035041809 - ] - ], - [ - 0.7666666507720947, - [ - -0.03231062740087509, - 0.041003353893756866, - -0.12093449383974075, - 0.9912869334220886 - ] - ], - [ - 0.800000011920929, - [ - -0.04697954282164574, - 0.0363578237593174, - -0.14084310829639435, - 0.9882481694221497 - ] - ], - [ - 0.8333333134651184, - [ - -0.05474276468157768, - 0.034143660217523575, - -0.15100829303264618, - 0.9864249229431152 - ] - ], - [ - 0.8666666746139526, - [ - -0.0521329902112484, - 0.034015804529190063, - -0.14971593022346497, - 0.986767590045929 - ] - ], - [ - 0.8999999761581421, - [ - -0.041240379214286804, - 0.03469354286789894, - -0.14125525951385498, - 0.9885051846504211 - ] - ], - [ - 0.9333333373069763, - [ - -0.025454143062233925, - 0.03614034131169319, - -0.12823699414730072, - 0.9907580018043518 - ] - ], - [ - 0.9666666388511658, - [ - -0.008159095421433449, - 0.038186270743608475, - -0.11340201646089554, - 0.9927815794944763 - ] - ], - [ - 1.0, - [ - 0.0073251668363809586, - 0.04037395492196083, - -0.09975990653038025, - 0.9941651225090027 - ] - ], - [ - 1.0333333015441895, - [ - 0.017777124419808388, - 0.0419677309691906, - -0.09057062864303589, - 0.994846522808075 - ] - ], - [ - 1.0666667222976685, - [ - 0.020032618194818497, - 0.04211593419313431, - -0.08919252455234528, - 0.9949219226837158 - ] - ], - [ - 1.100000023841858, - [ - 0.012897898443043232, - 0.03897850587964058, - -0.09694081544876099, - 0.9944430589675903 - ] - ], - [ - 1.1333333253860474, - [ - -0.0010233476059511304, - 0.03240811452269554, - -0.11091267317533493, - 0.9933010935783386 - ] - ], - [ - 1.1666666269302368, - [ - -0.019194765016436577, - 0.024164307862520218, - -0.12806710600852966, - 0.9912852644920349 - ] - ], - [ - 1.2000000476837158, - [ - -0.038902513682842255, - 0.015841875225305557, - -0.14554129540920258, - 0.988460123538971 - ] - ], - [ - 1.2333333492279053, - [ - -0.057201288640499115, - 0.008762238547205925, - -0.16078074276447296, - 0.9852922558784485 - ] - ], - [ - 1.2666666507720947, - [ - -0.07097406685352325, - 0.003967109601944685, - -0.17155638337135315, - 0.9826064109802246 - ] - ], - [ - 1.2999999523162842, - [ - -0.07704400271177292, - 0.002339939121156931, - -0.17582695186138153, - 0.9813988208770752 - ] - ], - [ - 1.3333333730697632, - [ - -0.0728834941983223, - 0.005971244536340237, - -0.1700722724199295, - 0.9827144742012024 - ] - ], - [ - 1.3666666746139526, - [ - -0.06095298007130623, - 0.014907465316355228, - -0.15495812892913818, - 0.9859262108802795 - ] - ], - [ - 1.399999976158142, - [ - -0.04558790847659111, - 0.026939984411001205, - -0.13469311594963074, - 0.989471435546875 - ] - ], - [ - 1.4333332777023315, - [ - -0.030684465542435646, - 0.03956113010644913, - -0.11365001648664474, - 0.9922586679458618 - ] - ], - [ - 1.4666666984558105, - [ - -0.019587282091379166, - 0.0499369315803051, - -0.09657149761915207, - 0.9938796758651733 - ] - ], - [ - 1.5, - [ - -0.015188004821538925, - 0.05502822995185852, - -0.08842569589614868, - 0.9944456219673157 - ] - ], - [ - 1.5333333015441895, - [ - -0.019002389162778854, - 0.05407586321234703, - -0.09384681284427643, - 0.9939353466033936 - ] - ], - [ - 1.5666667222976685, - [ - -0.02885889634490013, - 0.04969107732176781, - -0.11026439815759659, - 0.992239773273468 - ] - ], - [ - 1.600000023841858, - [ - -0.0420367568731308, - 0.0438879169523716, - -0.1318272352218628, - 0.9894081950187683 - ] - ], - [ - 1.6333333253860474, - [ - -0.05550985038280487, - 0.03850271925330162, - -0.15287242829799652, - 0.9859341979026794 - ] - ], - [ - 1.6666666269302368, - [ - -0.06583482027053833, - 0.03509126976132393, - -0.16804687678813934, - 0.9829519987106323 - ] - ], - [ - 1.7000000476837158, - [ - -0.0693465992808342, - 0.03500516340136528, - -0.172230526804924, - 0.9819890856742859 - ] - ], - [ - 1.7333333492279053, - [ - -0.0614318810403347, - 0.038730841130018234, - -0.1617141216993332, - 0.9841618537902832 - ] - ], - [ - 1.7666666507720947, - [ - -0.04417496174573898, - 0.04505487531423569, - -0.14051708579063416, - 0.9880656003952026 - ] - ], - [ - 1.7999999523162842, - [ - -0.023876583203673363, - 0.052615657448768616, - -0.11530064046382904, - 0.9916488528251648 - ] - ], - [ - 1.8333333730697632, - [ - -0.0063219680450856686, - 0.05943143740296364, - -0.09337908029556274, - 0.9938351511955261 - ] - ], - [ - 1.8666666746139526, - [ - 0.0032830191776156425, - 0.06289942562580109, - -0.08268781006336212, - 0.994583249092102 - ] - ], - [ - 1.899999976158142, - [ - 0.002754796762019396, - 0.05883948132395744, - -0.08683645725250244, - 0.9944796562194824 - ] - ], - [ - 1.9333332777023315, - [ - -0.004898127634078264, - 0.04749438539147377, - -0.10070234537124634, - 0.9937703609466553 - ] - ], - [ - 1.9666666984558105, - [ - -0.016912702471017838, - 0.032756831496953964, - -0.11922191828489304, - 0.9921830892562866 - ] - ], - [ - 2.0, - [ - -0.03008875623345375, - 0.01840992271900177, - -0.13743700087070465, - 0.989882230758667 - ] - ], - [ - 2.0333333015441895, - [ - -0.040613096207380295, - 0.00797453336417675, - -0.1506769359111786, - 0.9877162575721741 - ] - ], - [ - 2.066666603088379, - [ - -0.04430213198065758, - 0.0047562397085130215, - -0.15451844036579132, - 0.9869846701622009 - ] - ], - [ - 2.0999999046325684, - [ - -0.03929750993847847, - 0.008706442080438137, - -0.14592555165290833, - 0.9884765148162842 - ] - ], - [ - 2.133333444595337, - [ - -0.028750544413924217, - 0.0164272952824831, - -0.12785732746124268, - 0.9912396669387817 - ] - ], - [ - 2.1666667461395264, - [ - -0.015989303588867188, - 0.02614862285554409, - -0.10495646297931671, - 0.994004487991333 - ] - ], - [ - 2.200000047683716, - [ - -0.003977227956056595, - 0.03591475635766983, - -0.08208540827035904, - 0.9959701299667358 - ] - ], - [ - 2.2333333492279053, - [ - 0.004834819585084915, - 0.043555255979299545, - -0.06435459852218628, - 0.9969643950462341 - ] - ], - [ - 2.2666666507720947, - [ - 0.008366895839571953, - 0.04678194969892502, - -0.057001709938049316, - 0.9972423315048218 - ] - ], - [ - 2.299999952316284, - [ - 0.005749690346419811, - 0.043698955327272415, - -0.06202773377299309, - 0.9971007704734802 - ] - ], - [ - 2.3333332538604736, - [ - -0.0013873293064534664, - 0.035312704741954803, - -0.07578521966934204, - 0.9964978098869324 - ] - ], - [ - 2.366666555404663, - [ - -0.011507720686495304, - 0.023753037676215172, - -0.09490639716386795, - 0.9951362609863281 - ] - ], - [ - 2.4000000953674316, - [ - -0.023064905777573586, - 0.011128398589789867, - -0.11596404016017914, - 0.9929233193397522 - ] - ], - [ - 2.433333396911621, - [ - -0.03413372114300728, - -0.0005714259459637105, - -0.13565830886363983, - 0.9901673793792725 - ] - ], - [ - 2.4666666984558105, - [ - -0.04241053760051727, - -0.009503189474344254, - -0.15085650980472565, - 0.987599790096283 - ] - ], - [ - 2.5, - [ - -0.045362330973148346, - -0.013916091062128544, - -0.15853503346443176, - 0.9862126708030701 - ] - ], - [ - 2.5333333015441895, - [ - -0.04344608634710312, - -0.011459678411483765, - -0.15636378526687622, - 0.9866769909858704 - ] - ], - [ - 2.566666603088379, - [ - -0.03952024132013321, - -0.002638733945786953, - -0.146178737282753, - 0.9884650707244873 - ] - ], - [ - 2.5999999046325684, - [ - -0.03472987189888954, - 0.010010241530835629, - -0.13121390342712402, - 0.9906949996948242 - ] - ], - [ - 2.633333444595337, - [ - -0.030056651681661606, - 0.02392417937517166, - -0.11472206562757492, - 0.9926546812057495 - ] - ], - [ - 2.6666667461395264, - [ - -0.026127809658646584, - 0.03652108088135719, - -0.09995601326227188, - 0.9939781427383423 - ] - ], - [ - 2.700000047683716, - [ - -0.023216387256979942, - 0.045225176960229874, - -0.09013599157333374, - 0.9946311712265015 - ] - ], - [ - 2.7333333492279053, - [ - -0.021440301090478897, - 0.047463782131671906, - -0.08846131712198257, - 0.9947171211242676 - ] - ], - [ - 2.7666666507720947, - [ - -0.02110421098768711, - 0.042120859026908875, - -0.09619178622961044, - 0.9942472577095032 - ] - ], - [ - 2.799999952316284, - [ - -0.022225067019462585, - 0.03155714273452759, - -0.11027985066175461, - 0.9931508302688599 - ] - ], - [ - 2.8333332538604736, - [ - -0.024517780169844627, - 0.018427351489663124, - -0.12744858860969543, - 0.9913708567619324 - ] - ], - [ - 2.866666555404663, - [ - -0.027391046285629272, - 0.0054220096208155155, - -0.14436879754066467, - 0.989129900932312 - ] - ], - [ - 2.9000000953674316, - [ - -0.029860801994800568, - -0.004759026691317558, - -0.15768636763095856, - 0.9870262145996094 - ] - ], - [ - 2.933333396911621, - [ - -0.03067038767039776, - -0.00942501612007618, - -0.16405020654201508, - 0.9859301447868347 - ] - ], - [ - 2.9666666984558105, - [ - -0.02839190512895584, - -0.006317911669611931, - -0.16003060340881348, - 0.9866834282875061 - ] - ], - [ - 3.0, - [ - -0.023597026243805885, - 0.0030872118659317493, - -0.14712956547737122, - 0.9888309240341187 - ] - ], - [ - 3.0333333015441895, - [ - -0.018039455637335777, - 0.0158549714833498, - -0.12942220270633698, - 0.9912987947463989 - ] - ], - [ - 3.066666603088379, - [ - -0.013048217631876469, - 0.028808679431676865, - -0.11118244379758835, - 0.9932966828346252 - ] - ], - [ - 3.0999999046325684, - [ - -0.009449009783565998, - 0.03873404860496521, - -0.09675834327936172, - 0.9945090413093567 - ] - ], - [ - 3.133333444595337, - [ - -0.007834852673113346, - 0.04261178895831108, - -0.09036486595869064, - 0.9949658513069153 - ] - ], - [ - 3.1666667461395264, - [ - -0.010724968276917934, - 0.03380395844578743, - -0.09919901937246323, - 0.9944355487823486 - ] - ], - [ - 3.200000047683716, - [ - -0.01895114965736866, - 0.0130777508020401, - -0.12154320627450943, - 0.9923190474510193 - ] - ], - [ - 3.2333333492279053, - [ - -0.030181817710399628, - -0.011451710015535355, - -0.14816895127296448, - 0.9884350895881653 - ] - ], - [ - 3.2666666507720947, - [ - -0.04052730277180672, - -0.03184698522090912, - -0.16989849507808685, - 0.9841126799583435 - ] - ], - [ - 3.299999952316284, - [ - -0.044608961790800095, - -0.040486760437488556, - -0.177778422832489, - 0.9822248816490173 - ] - ], - [ - 3.3333332538604736, - [ - -0.041343946009874344, - -0.03681817278265953, - -0.1718355417251587, - 0.9835688471794128 - ] - ], - [ - 3.366666555404663, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458402804_1068256.json b/lenses/physics-objects/Scene/assets/1645812458402804_1068256.json deleted file mode 100644 index ba259083..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458402804_1068256.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458402804:1068256", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458405165_1068269.json b/lenses/physics-objects/Scene/assets/1645812458405165_1068269.json deleted file mode 100644 index ab2f4d86..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458405165_1068269.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458405165:1068269", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -11.25827693939209, - -8.372910087928176e-05, - 2.4674262633084254e-11 - ] - ], - [ - 6.633333206176758, - [ - -11.25827693939209, - -8.372910087928176e-05, - 2.4672486276244854e-11 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458405523_1068276.json b/lenses/physics-objects/Scene/assets/1645812458405523_1068276.json deleted file mode 100644 index e4315afd..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458405523_1068276.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458405523:1068276", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.005049499683082104, - 0.00037646794226020575, - -0.10406888276338577, - 0.9945572018623352 - ] - ], - [ - 0.03333333507180214, - [ - -0.005049499683082104, - 0.00037646794226020575, - -0.10406888276338577, - 0.9945572018623352 - ] - ], - [ - 0.06666667014360428, - [ - -0.004218564834445715, - 0.0003121472545899451, - -0.10178377479314804, - 0.9947976469993591 - ] - ], - [ - 0.10000000149011612, - [ - -0.00343462941236794, - 0.00025235695648007095, - -0.09961310774087906, - 0.9950203895568848 - ] - ], - [ - 0.13333334028720856, - [ - -0.0027072930242866278, - 0.00019761911244131625, - -0.09758656471967697, - 0.995223343372345 - ] - ], - [ - 0.1666666716337204, - [ - -0.0020460961386561394, - 0.000148452163557522, - -0.0957338735461235, - 0.995404839515686 - ] - ], - [ - 0.20000000298023224, - [ - -0.0014605495380237699, - 0.00010537564230617136, - -0.094084732234478, - 0.9955632090568542 - ] - ], - [ - 0.23333333432674408, - [ - -0.0009601430501788855, - 6.891269731568173e-05, - -0.092668816447258, - 0.9956965446472168 - ] - ], - [ - 0.2666666805744171, - [ - -0.0005543599254451692, - 3.959327659686096e-05, - -0.0915159061551094, - 0.9958034753799438 - ] - ], - [ - 0.30000001192092896, - [ - -0.0002526941243559122, - 1.7957067029783502e-05, - -0.09065567702054977, - 0.9958822727203369 - ] - ], - [ - 0.3333333432674408, - [ - -6.466670311056077e-05, - 4.556474777928088e-06, - -0.09011781960725784, - 0.9959312081336975 - ] - ], - [ - 0.4000000059604645, - [ - -0.0002422050602035597, - -0.00012917211279273033, - -0.09027591347694397, - 0.9959167838096619 - ] - ], - [ - 0.4333333373069763, - [ - -0.0009418582776561379, - -0.0004993947804905474, - -0.09126347303390503, - 0.9958263039588928 - ] - ], - [ - 0.46666666865348816, - [ - -0.0020584336016327143, - -0.0010843517957255244, - -0.09282737970352173, - 0.995679497718811 - ] - ], - [ - 0.5, - [ - -0.006912972312420607, - -0.0004660321574192494, - -0.10594896972179413, - 0.9943474531173706 - ] - ], - [ - 0.5333333611488342, - [ - -0.016814367845654488, - 0.001933910883963108, - -0.13471494615077972, - 0.9907398223876953 - ] - ], - [ - 0.5666666626930237, - [ - -0.028663121163845062, - 0.004874181933701038, - -0.16873063147068024, - 0.9852333068847656 - ] - ], - [ - 0.6000000238418579, - [ - -0.039290767163038254, - 0.00711605791002512, - -0.19777065515518188, - 0.9794347286224365 - ] - ], - [ - 0.6333333253860474, - [ - -0.04547453299164772, - 0.007406860589981079, - -0.2118789404630661, - 0.976209282875061 - ] - ], - [ - 0.6666666865348816, - [ - -0.04886544868350029, - 0.007945353165268898, - -0.21200306713581085, - 0.9760143160820007 - ] - ], - [ - 0.699999988079071, - [ - -0.053067587316036224, - 0.01114658359438181, - -0.20659928023815155, - 0.9769218564033508 - ] - ], - [ - 0.7333333492279053, - [ - -0.05780000984668732, - 0.016012655571103096, - -0.1971028447151184, - 0.9785465002059937 - ] - ], - [ - 0.7666666507720947, - [ - -0.06278324872255325, - 0.021549668163061142, - -0.184940904378891, - 0.9805053472518921 - ] - ], - [ - 0.800000011920929, - [ - -0.06768318265676498, - 0.026804784312844276, - -0.1715310662984848, - 0.9824854135513306 - ] - ], - [ - 0.8333333134651184, - [ - -0.07208388298749924, - 0.03088957443833351, - -0.1582789570093155, - 0.9842751026153564 - ] - ], - [ - 0.8666666746139526, - [ - -0.07548889517784119, - 0.03298751264810562, - -0.1465775966644287, - 0.9857627749443054 - ] - ], - [ - 0.8999999761581421, - [ - -0.07734937965869904, - 0.03234191983938217, - -0.13781601190567017, - 0.9869031310081482 - ] - ], - [ - 0.9333333373069763, - [ - -0.07833470404148102, - 0.028395608067512512, - -0.13054288923740387, - 0.9879351854324341 - ] - ], - [ - 0.9666666388511658, - [ - -0.0794057697057724, - 0.022237541154026985, - -0.12309509515762329, - 0.9889630079269409 - ] - ], - [ - 1.0, - [ - -0.08049020171165466, - 0.015627440065145493, - -0.11655142903327942, - 0.9897943735122681 - ] - ], - [ - 1.0333333015441895, - [ - -0.08158387243747711, - 0.010348526760935783, - -0.11198455840349197, - 0.9903011918067932 - ] - ], - [ - 1.0666667222976685, - [ - -0.08272524923086166, - 0.008196298032999039, - -0.11046160757541656, - 0.9903976917266846 - ] - ], - [ - 1.100000023841858, - [ - -0.08379451930522919, - 0.008728865534067154, - -0.11132732033729553, - 0.9902063012123108 - ] - ], - [ - 1.1333333253860474, - [ - -0.08471507579088211, - 0.010230889543890953, - -0.11311890929937363, - 0.9899106025695801 - ] - ], - [ - 1.1666666269302368, - [ - -0.08555492758750916, - 0.012549546547234058, - -0.11567634344100952, - 0.9895159602165222 - ] - ], - [ - 1.2000000476837158, - [ - -0.08626572787761688, - 0.015496330335736275, - -0.11871417611837387, - 0.9890525937080383 - ] - ], - [ - 1.2333333492279053, - [ - -0.08680153638124466, - 0.01888260431587696, - -0.12194596230983734, - 0.9885536432266235 - ] - ], - [ - 1.2666666507720947, - [ - -0.08712071180343628, - 0.022520631551742554, - -0.12508414685726166, - 0.9880570769309998 - ] - ], - [ - 1.2999999523162842, - [ - -0.0871870219707489, - 0.02622416988015175, - -0.12783992290496826, - 0.9876070618629456 - ] - ], - [ - 1.3333333730697632, - [ - -0.08696987479925156, - 0.02980882301926613, - -0.12992317974567413, - 0.9872525930404663 - ] - ], - [ - 1.3666666746139526, - [ - -0.08644377440214157, - 0.033091951161623, - -0.13104256987571716, - 0.9870462417602539 - ] - ], - [ - 1.399999976158142, - [ - -0.08558699488639832, - 0.03589239716529846, - -0.13090574741363525, - 0.987041175365448 - ] - ], - [ - 1.4333332777023315, - [ - -0.08437937498092651, - 0.03802960366010666, - -0.1292193979024887, - 0.9872874021530151 - ] - ], - [ - 1.4666666984558105, - [ - -0.08266223222017288, - 0.03921075910329819, - -0.125981405377388, - 0.9878048300743103 - ] - ], - [ - 1.5, - [ - -0.08043897151947021, - 0.03955347090959549, - -0.12171460688114166, - 0.9885094165802002 - ] - ], - [ - 1.5333333015441895, - [ - -0.07793165743350983, - 0.039491184055805206, - -0.11691456288099289, - 0.9892917275428772 - ] - ], - [ - 1.5666667222976685, - [ - -0.07536584883928299, - 0.03945441171526909, - -0.11207848787307739, - 0.9900513887405396 - ] - ], - [ - 1.600000023841858, - [ - -0.07297233492136002, - 0.039869919419288635, - -0.10770472139120102, - 0.9906994104385376 - ] - ], - [ - 1.6333333253860474, - [ - -0.07098515331745148, - 0.04116077721118927, - -0.10429296642541885, - 0.9911559224128723 - ] - ], - [ - 1.6666666269302368, - [ - -0.06971246749162674, - 0.04329250752925873, - -0.10245715826749802, - 0.9913468956947327 - ] - ], - [ - 1.7000000476837158, - [ - -0.06908946484327316, - 0.04579245299100876, - -0.10205089300870895, - 0.991320013999939 - ] - ], - [ - 1.7333333492279053, - [ - -0.06879421323537827, - 0.048426736146211624, - -0.10243186354637146, - 0.9911761283874512 - ] - ], - [ - 1.7666666507720947, - [ - -0.06851127743721008, - 0.05096333473920822, - -0.10295359045267105, - 0.9910143613815308 - ] - ], - [ - 1.7999999523162842, - [ - -0.0679321214556694, - 0.05317136272788048, - -0.10296635329723358, - 0.9909369349479675 - ] - ], - [ - 1.8333333730697632, - [ - -0.06675348430871964, - 0.054821863770484924, - -0.1018172949552536, - 0.9910458922386169 - ] - ], - [ - 1.8666666746139526, - [ - -0.06519085168838501, - 0.05564052611589432, - -0.09956688433885574, - 0.9913328289985657 - ] - ], - [ - 1.899999976158142, - [ - -0.06365562975406647, - 0.05559058487415314, - -0.09684433043003082, - 0.9917050004005432 - ] - ], - [ - 1.9333332777023315, - [ - -0.06213951110839844, - 0.05480172857642174, - -0.09384778141975403, - 0.9921330809593201 - ] - ], - [ - 1.9666666984558105, - [ - -0.06063402444124222, - 0.05340364947915077, - -0.0907755047082901, - 0.992588222026825 - ] - ], - [ - 2.0, - [ - -0.05913205444812775, - 0.051526352763175964, - -0.08782580494880676, - 0.9930433630943298 - ] - ], - [ - 2.0333333015441895, - [ - -0.05762885510921478, - 0.04930015280842781, - -0.0851966142654419, - 0.9934736490249634 - ] - ], - [ - 2.066666603088379, - [ - -0.05612277239561081, - 0.04685547947883606, - -0.08308541774749756, - 0.9938569664955139 - ] - ], - [ - 2.0999999046325684, - [ - -0.054437462240457535, - 0.044336553663015366, - -0.08177721500396729, - 0.9941747188568115 - ] - ], - [ - 2.133333444595337, - [ - -0.05240996927022934, - 0.041917841881513596, - -0.08149827271699905, - 0.9944114685058594 - ] - ], - [ - 2.1666667461395264, - [ - -0.05006254091858864, - 0.039772119373083115, - -0.08235618472099304, - 0.9945499300956726 - ] - ], - [ - 2.200000047683716, - [ - -0.04741746932268143, - 0.03806702792644501, - -0.08445639908313751, - 0.9945700764656067 - ] - ], - [ - 2.2333333492279053, - [ - -0.044580698013305664, - 0.03738265857100487, - -0.08994260430335999, - 0.9942461848258972 - ] - ], - [ - 2.2666666507720947, - [ - -0.04169917106628418, - 0.03785257786512375, - -0.09991000592708588, - 0.9934014081954956 - ] - ], - [ - 2.299999952316284, - [ - -0.03884749114513397, - 0.03897984325885773, - -0.11288903653621674, - 0.992082417011261 - ] - ], - [ - 2.3333332538604736, - [ - -0.0360996350646019, - 0.04030546173453331, - -0.12741081416606903, - 0.9903730750083923 - ] - ], - [ - 2.366666555404663, - [ - -0.03353554382920265, - 0.04142884537577629, - -0.14201101660728455, - 0.9884290099143982 - ] - ], - [ - 2.4000000953674316, - [ - -0.031241344287991524, - 0.04201440140604973, - -0.15523460507392883, - 0.9864892363548279 - ] - ], - [ - 2.433333396911621, - [ - -0.029304519295692444, - 0.041783444583415985, - -0.16563770174980164, - 0.9848652482032776 - ] - ], - [ - 2.4666666984558105, - [ - -0.02780492790043354, - 0.040491051971912384, - -0.1717870682477951, - 0.9839088320732117 - ] - ], - [ - 2.5, - [ - -0.026307014748454094, - 0.03777718544006348, - -0.17313708364963531, - 0.9838213324546814 - ] - ], - [ - 2.5333333015441895, - [ - -0.024437183514237404, - 0.03379203751683235, - -0.17094382643699646, - 0.9843979477882385 - ] - ], - [ - 2.566666603088379, - [ - -0.02235863171517849, - 0.029044879600405693, - -0.16647422313690186, - 0.9853643178939819 - ] - ], - [ - 2.5999999046325684, - [ - -0.02025226503610611, - 0.024036068469285965, - -0.1609896421432495, - 0.986455500125885 - ] - ], - [ - 2.633333444595337, - [ - -0.01832655258476734, - 0.01926552876830101, - -0.15574674308300018, - 0.9874390959739685 - ] - ], - [ - 2.6666667461395264, - [ - -0.016818348318338394, - 0.015236135572195053, - -0.15199850499629974, - 0.9881202578544617 - ] - ], - [ - 2.700000047683716, - [ - -0.015699980780482292, - 0.011823847889900208, - -0.14918242394924164, - 0.9886143207550049 - ] - ], - [ - 2.7333333492279053, - [ - -0.014786875806748867, - 0.008618134073913097, - -0.14595545828342438, - 0.9891431331634521 - ] - ], - [ - 2.7666666507720947, - [ - -0.01409949455410242, - 0.005693019833415747, - -0.14239566028118134, - 0.9896930456161499 - ] - ], - [ - 2.799999952316284, - [ - -0.013660663738846779, - 0.0031223248224705458, - -0.13858090341091156, - 0.9902520775794983 - ] - ], - [ - 2.8333332538604736, - [ - -0.013332336209714413, - 0.0008113535586744547, - -0.13474160432815552, - 0.990790843963623 - ] - ], - [ - 2.866666555404663, - [ - -0.012970447540283203, - -0.0013496179599314928, - -0.131169855594635, - 0.9912742376327515 - ] - ], - [ - 2.9000000953674316, - [ - -0.012591535225510597, - -0.0033085744362324476, - -0.12803591787815094, - 0.991684079170227 - ] - ], - [ - 2.933333396911621, - [ - -0.012213262729346752, - -0.005012784618884325, - -0.12551014125347137, - 0.9920045137405396 - ] - ], - [ - 2.9666666984558105, - [ - -0.011795248836278915, - -0.0065427059307694435, - -0.12330041080713272, - 0.9922777414321899 - ] - ], - [ - 3.0, - [ - -0.011293934658169746, - -0.008013792335987091, - -0.12101027369499207, - 0.9925546646118164 - ] - ], - [ - 3.0333333015441895, - [ - -0.010722829028964043, - -0.00942574068903923, - -0.11865319311618805, - 0.992833137512207 - ] - ], - [ - 3.066666603088379, - [ - -0.010095514357089996, - -0.010778301395475864, - -0.11624258756637573, - 0.9931110739707947 - ] - ], - [ - 3.0999999046325684, - [ - -0.009425639174878597, - -0.012071308679878712, - -0.11379183828830719, - 0.9933865666389465 - ] - ], - [ - 3.133333444595337, - [ - -0.008726886473596096, - -0.013304677791893482, - -0.11131428182125092, - 0.9936578869819641 - ] - ], - [ - 3.1666667461395264, - [ - -0.008013017475605011, - -0.014478364959359169, - -0.10882332921028137, - 0.9939233660697937 - ] - ], - [ - 3.200000047683716, - [ - -0.007297792471945286, - -0.01559246052056551, - -0.10633229464292526, - 0.9941816329956055 - ] - ], - [ - 3.2333333492279053, - [ - -0.006595004815608263, - -0.016647126525640488, - -0.10385452955961227, - 0.9944313168525696 - ] - ], - [ - 3.2666666507720947, - [ - -0.005918464157730341, - -0.017642615363001823, - -0.1014033854007721, - 0.9946713447570801 - ] - ], - [ - 3.299999952316284, - [ - -0.005281985737383366, - -0.018579257652163506, - -0.0989922434091568, - 0.9949008226394653 - ] - ], - [ - 3.3333332538604736, - [ - -0.004699378274381161, - -0.01945745013654232, - -0.09663444757461548, - 0.9951187372207642 - ] - ], - [ - 3.366666555404663, - [ - -0.00433146208524704, - -0.020171863958239555, - -0.09487611800432205, - 0.9952752590179443 - ] - ], - [ - 3.4000000953674316, - [ - -0.004399134311825037, - -0.020616522058844566, - -0.09403649717569351, - 0.9953455328941345 - ] - ], - [ - 3.433333396911621, - [ - -0.005005471874028444, - -0.02079113759100437, - -0.09378843009471893, - 0.9953624606132507 - ] - ], - [ - 3.4666666984558105, - [ - -0.006252546329051256, - -0.02069496549665928, - -0.09380461275577545, - 0.9953559041023254 - ] - ], - [ - 3.5, - [ - -0.008241761475801468, - -0.020326636731624603, - -0.0937577486038208, - 0.9953535199165344 - ] - ], - [ - 3.5333333015441895, - [ - -0.011074363254010677, - -0.01968512125313282, - -0.09332048147916794, - 0.9953799247741699 - ] - ], - [ - 3.566666603088379, - [ - -0.014852190390229225, - -0.018771780654788017, - -0.09216558188199997, - 0.9954560399055481 - ] - ], - [ - 3.5999999046325684, - [ - -0.019678577780723572, - -0.017593510448932648, - -0.08996567130088806, - 0.9955949783325195 - ] - ], - [ - 3.633333444595337, - [ - -0.02863316982984543, - 0.0020799667108803988, - -0.05926414579153061, - 0.9978294372558594 - ] - ], - [ - 3.6666667461395264, - [ - -0.045693475753068924, - 0.04139508679509163, - 0.002975008450448513, - 0.9980931282043457 - ] - ], - [ - 3.700000047683716, - [ - -0.06716279685497284, - 0.07686568051576614, - 0.06149738281965256, - 0.9928740859031677 - ] - ], - [ - 3.7333333492279053, - [ - -0.07878074795007706, - 0.09145178645849228, - 0.08612073957920074, - 0.9889456033706665 - ] - ], - [ - 3.7666666507720947, - [ - -0.07597372680902481, - 0.08591514825820923, - 0.07198777049779892, - 0.9907897710800171 - ] - ], - [ - 3.799999952316284, - [ - -0.06883253157138824, - 0.07144384831190109, - 0.0369696170091629, - 0.9943797588348389 - ] - ], - [ - 3.8333332538604736, - [ - -0.06143949553370476, - 0.050110649317502975, - -0.011580774560570717, - 0.9967849254608154 - ] - ], - [ - 3.866666555404663, - [ - -0.05695192515850067, - 0.024887116625905037, - -0.06557274609804153, - 0.9959102869033813 - ] - ], - [ - 3.9000000953674316, - [ - -0.056541506201028824, - 3.216611730749719e-05, - -0.1161523386836052, - 0.9916207194328308 - ] - ], - [ - 3.933333396911621, - [ - -0.059203144162893295, - -0.019267264753580093, - -0.15425707399845123, - 0.9860671758651733 - ] - ], - [ - 3.9666666984558105, - [ - -0.06262460350990295, - -0.02759060077369213, - -0.17112526297569275, - 0.9828698039054871 - ] - ], - [ - 4.0, - [ - -0.0647314190864563, - -0.026034124195575714, - -0.17203561961650848, - 0.9826168417930603 - ] - ], - [ - 4.0333333015441895, - [ - -0.0653776004910469, - -0.020504910498857498, - -0.1690388321876526, - 0.9832249879837036 - ] - ], - [ - 4.066666603088379, - [ - -0.06524932384490967, - -0.013031579554080963, - -0.1637771725654602, - 0.9842508435249329 - ] - ], - [ - 4.099999904632568, - [ - -0.0649910494685173, - -0.005639226641505957, - -0.15787769854068756, - 0.9853014945983887 - ] - ], - [ - 4.133333206176758, - [ - -0.06515445560216904, - -0.0003501570026855916, - -0.1529608517885208, - 0.9860820174217224 - ] - ], - [ - 4.166666507720947, - [ - -0.06621894985437393, - 0.000820361019577831, - -0.15064077079296112, - 0.98636794090271 - ] - ], - [ - 4.199999809265137, - [ - -0.0669599175453186, - -0.0012576752342283726, - -0.1504790335893631, - 0.9863422513008118 - ] - ], - [ - 4.233333110809326, - [ - -0.06604345887899399, - -0.0042066327296197414, - -0.15085387229919434, - 0.9863386154174805 - ] - ], - [ - 4.266666889190674, - [ - -0.06377721577882767, - -0.007771112024784088, - -0.15159587562084198, - 0.986352264881134 - ] - ], - [ - 4.300000190734863, - [ - -0.06046685948967934, - -0.011694347485899925, - -0.1525316685438156, - 0.9863777756690979 - ] - ], - [ - 4.333333492279053, - [ - -0.056415487080812454, - -0.015719247981905937, - -0.15348240733146667, - 0.98641437292099 - ] - ], - [ - 4.366666793823242, - [ - -0.05192432925105095, - -0.019588831812143326, - -0.15426330268383026, - 0.9864699840545654 - ] - ], - [ - 4.400000095367432, - [ - -0.047293517738580704, - -0.023047324270009995, - -0.15468397736549377, - 0.986562192440033 - ] - ], - [ - 4.433333396911621, - [ - -0.042965300381183624, - -0.025827746838331223, - -0.1547035574913025, - 0.9866882562637329 - ] - ], - [ - 4.4666666984558105, - [ - -0.039424918591976166, - -0.027698775753378868, - -0.1543404757976532, - 0.986842155456543 - ] - ], - [ - 4.5, - [ - -0.03703876584768295, - -0.028462152928113937, - -0.1534908562898636, - 0.987045407295227 - ] - ], - [ - 4.5333333015441895, - [ - -0.03617580980062485, - -0.027921529486775398, - -0.1520547866821289, - 0.9873150587081909 - ] - ], - [ - 4.566666603088379, - [ - -0.03975279629230499, - -0.022311266511678696, - -0.15395016968250275, - 0.987026572227478 - ] - ], - [ - 4.599999904632568, - [ - -0.04742894321680069, - -0.011321283876895905, - -0.1602267026901245, - 0.985875129699707 - ] - ], - [ - 4.633333206176758, - [ - -0.054817769676446915, - -4.7231169446604326e-05, - -0.16638705134391785, - 0.9845356345176697 - ] - ], - [ - 4.666666507720947, - [ - -0.057840198278427124, - 0.0061944923363626, - -0.1677308976650238, - 0.9841151833534241 - ] - ], - [ - 4.699999809265137, - [ - -0.053172290325164795, - 0.005538988392800093, - -0.15878181159496307, - 0.9858652949333191 - ] - ], - [ - 4.733333110809326, - [ - -0.042142387479543686, - 0.0011435101041570306, - -0.14031898975372314, - 0.9892084002494812 - ] - ], - [ - 4.766666889190674, - [ - -0.027782024815678596, - -0.004862522706389427, - -0.11696066707372665, - 0.9927359819412231 - ] - ], - [ - 4.800000190734863, - [ - -0.013248924165964127, - -0.010544605553150177, - -0.09340260177850723, - 0.9954845309257507 - ] - ], - [ - 4.833333492279053, - [ - -0.0018559632590040565, - -0.014268971979618073, - -0.07439961284399033, - 0.9971246719360352 - ] - ], - [ - 4.866666793823242, - [ - 0.0030121617019176483, - -0.014624595642089844, - -0.06473749130964279, - 0.9977906346321106 - ] - ], - [ - 4.900000095367432, - [ - 0.002244428964331746, - -0.012215781025588512, - -0.06493208557367325, - 0.9978123903274536 - ] - ], - [ - 4.933333396911621, - [ - -0.00048095223610289395, - -0.008824896067380905, - -0.07081616669893265, - 0.9974502325057983 - ] - ], - [ - 4.9666666984558105, - [ - -0.004346395842730999, - -0.004830857273191214, - -0.08015748858451843, - 0.99676114320755 - ] - ], - [ - 5.0, - [ - -0.008557053282856941, - -0.000621417595539242, - -0.09071797132492065, - 0.9958397746086121 - ] - ], - [ - 5.0333333015441895, - [ - -0.01234465278685093, - 0.0034058510791510344, - -0.10025856643915176, - 0.9948790073394775 - ] - ], - [ - 5.066666603088379, - [ - -0.014968409202992916, - 0.006845593918114901, - -0.10654174536466599, - 0.9941719770431519 - ] - ], - [ - 5.099999904632568, - [ - -0.015711581334471703, - 0.009287804365158081, - -0.10732833296060562, - 0.9940561056137085 - ] - ], - [ - 5.133333206176758, - [ - -0.014959866181015968, - 0.010867276228964329, - -0.10363978147506714, - 0.9944431185722351 - ] - ], - [ - 5.166666507720947, - [ - -0.013701651245355606, - 0.012032946571707726, - -0.09840839356184006, - 0.9949790239334106 - ] - ], - [ - 5.199999809265137, - [ - -0.012132286094129086, - 0.012845464050769806, - -0.09225660562515259, - 0.9955784678459167 - ] - ], - [ - 5.233333110809326, - [ - -0.010440877638757229, - 0.01336679607629776, - -0.0858098715543747, - 0.9961672425270081 - ] - ], - [ - 5.266666889190674, - [ - -0.008811524137854576, - 0.013660122640430927, - -0.07969643175601959, - 0.9966866374015808 - ] - ], - [ - 5.300000190734863, - [ - -0.007425077725201845, - 0.013789619319140911, - -0.07454740256071091, - 0.9970945715904236 - ] - ], - [ - 5.333333492279053, - [ - -0.0064607965759932995, - 0.013819986954331398, - -0.07099460065364838, - 0.9973600506782532 - ] - ], - [ - 5.366666793823242, - [ - -0.006098838523030281, - 0.013815862126648426, - -0.06967008858919144, - 0.9974557757377625 - ] - ], - [ - 5.400000095367432, - [ - -0.0059317355044186115, - 0.013836724683642387, - -0.07085149735212326, - 0.9973732829093933 - ] - ], - [ - 5.433333396911621, - [ - -0.005469143390655518, - 0.013847577385604382, - -0.07400792837142944, - 0.997146487236023 - ] - ], - [ - 5.4666666984558105, - [ - -0.0047707268968224525, - 0.013767959550023079, - -0.07855774462223053, - 0.9968031644821167 - ] - ], - [ - 5.5, - [ - -0.003896967275068164, - 0.01351927686482668, - -0.08391944319009781, - 0.9963732361793518 - ] - ], - [ - 5.5333333015441895, - [ - -0.0029075774364173412, - 0.013029907830059528, - -0.08951189368963242, - 0.9958962798118591 - ] - ], - [ - 5.566666603088379, - [ - -0.0018599446630105376, - 0.01223775651305914, - -0.09475459158420563, - 0.9954237937927246 - ] - ], - [ - 5.599999904632568, - [ - -0.0008076774538494647, - 0.011090307496488094, - -0.09906777739524841, - 0.9950186610221863 - ] - ], - [ - 5.633333206176758, - [ - 0.00018186142551712692, - 0.009709497913718224, - -0.1027907207608223, - 0.9946556091308594 - ] - ], - [ - 5.666666507720947, - [ - 0.0010670823976397514, - 0.008265292271971703, - -0.10661182552576065, - 0.9942657947540283 - ] - ], - [ - 5.699999809265137, - [ - 0.0018372808117419481, - 0.006783760618418455, - -0.11047540605068207, - 0.9938539862632751 - ] - ], - [ - 5.733333110809326, - [ - 0.002482591662555933, - 0.0052916789427399635, - -0.11432557553052902, - 0.9934261441230774 - ] - ], - [ - 5.766666889190674, - [ - 0.0029940600506961346, - 0.0038164069410413504, - -0.11810643970966339, - 0.9929891228675842 - ] - ], - [ - 5.800000190734863, - [ - 0.0033636116422712803, - 0.002385931322351098, - -0.12176182121038437, - 0.992550790309906 - ] - ], - [ - 5.833333492279053, - [ - 0.003583992598578334, - 0.0010286710457876325, - -0.1252356767654419, - 0.9921200275421143 - ] - ], - [ - 5.866666793823242, - [ - 0.003648691577836871, - -0.00022656541841570288, - -0.12847192585468292, - 0.9917064309120178 - ] - ], - [ - 5.900000095367432, - [ - 0.003551820758730173, - -0.001350719714537263, - -0.1314145177602768, - 0.9913202524185181 - ] - ], - [ - 5.933333396911621, - [ - 0.003287968458607793, - -0.00231463392265141, - -0.134007528424263, - 0.9909722805023193 - ] - ], - [ - 5.9666666984558105, - [ - 0.002851969562470913, - -0.0030891692731529474, - -0.13619501888751984, - 0.9906731247901917 - ] - ], - [ - 6.0, - [ - 0.0022387339267879725, - -0.0036454484798014164, - -0.13792142271995544, - 0.9904340505599976 - ] - ], - [ - 6.0333333015441895, - [ - 0.0014429393922910094, - -0.00395499961450696, - -0.13913118839263916, - 0.9902650117874146 - ] - ], - [ - 6.066666603088379, - [ - 0.0004587504081428051, - -0.003989987540990114, - -0.13976910710334778, - 0.9901759624481201 - ] - ], - [ - 6.099999904632568, - [ - -0.0007205168367363513, - -0.003723442554473877, - -0.1397801786661148, - 0.9901753067970276 - ] - ], - [ - 6.133333206176758, - [ - -0.0019405423663556576, - -0.0032988355960696936, - -0.13926346600055695, - 0.9902479648590088 - ] - ], - [ - 6.166666507720947, - [ - -0.003041912103071809, - -0.0028800591826438904, - -0.13837748765945435, - 0.9903706908226013 - ] - ], - [ - 6.199999809265137, - [ - -0.004024520982056856, - -0.0024714395403862, - -0.1371566206216812, - 0.9905381202697754 - ] - ], - [ - 6.233333110809326, - [ - -0.004888248164206743, - -0.002077096374705434, - -0.13563518226146698, - 0.9907447099685669 - ] - ], - [ - 6.266666889190674, - [ - -0.0056329346261918545, - -0.0017008951399475336, - -0.13384735584259033, - 0.9909844994544983 - ] - ], - [ - 6.300000190734863, - [ - -0.0062582483515143394, - -0.0013464698567986488, - -0.1318274289369583, - 0.9912520051002502 - ] - ], - [ - 6.333333492279053, - [ - -0.006763833109289408, - -0.0010171293979510665, - -0.1296095997095108, - 0.9915416240692139 - ] - ], - [ - 6.366666793823242, - [ - -0.007149177603423595, - -0.0007158939843066037, - -0.1272280067205429, - 0.991847574710846 - ] - ], - [ - 6.400000095367432, - [ - -0.007413630373775959, - -0.00044547830475494266, - -0.12471682578325272, - 0.992164671421051 - ] - ], - [ - 6.433333396911621, - [ - -0.007556378375738859, - -0.00020829029381275177, - -0.12211024761199951, - 0.9924877285957336 - ] - ], - [ - 6.4666666984558105, - [ - -0.0075764781795442104, - -6.440754532377468e-06, - -0.11944250017404556, - 0.9928122162818909 - ] - ], - [ - 6.5, - [ - -0.007472815923392773, - 0.00015824286674614996, - -0.11674779653549194, - 0.9931334853172302 - ] - ], - [ - 6.5333333015441895, - [ - -0.007244132924824953, - 0.00028419142472557724, - -0.11406035721302032, - 0.9934473633766174 - ] - ], - [ - 6.566666603088379, - [ - -0.006889033131301403, - 0.00037006623460911214, - -0.11141444742679596, - 0.9937500953674316 - ] - ], - [ - 6.599999904632568, - [ - -0.006405996158719063, - 0.0004147206782363355, - -0.1088443472981453, - 0.9940381050109863 - ] - ], - [ - 6.633333206176758, - [ - -0.005793389398604631, - 0.0004171559412498027, - -0.10638437420129776, - 0.9943081140518188 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458405876_1068283.json b/lenses/physics-objects/Scene/assets/1645812458405876_1068283.json deleted file mode 100644 index d5800b21..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458405876_1068283.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458405876:1068283", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458407901_1068296.json b/lenses/physics-objects/Scene/assets/1645812458407901_1068296.json deleted file mode 100644 index 22006e98..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458407901_1068296.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458407901:1068296", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -11.25827693939209, - -8.372910087928176e-05, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -11.25827693939209, - -8.372910087928176e-05, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458408208_1068303.json b/lenses/physics-objects/Scene/assets/1645812458408208_1068303.json deleted file mode 100644 index 1d4b51ce..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458408208_1068303.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458408208:1068303", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ], - [ - 0.03333333507180214, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ], - [ - 0.06666667014360428, - [ - 0.004794943146407604, - -0.02782312035560608, - -0.1076970249414444, - 0.9937828183174133 - ] - ], - [ - 0.10000000149011612, - [ - 0.0018168522510677576, - -0.01939067430794239, - -0.10427121073007584, - 0.9943581819534302 - ] - ], - [ - 0.13333334028720856, - [ - -0.0015883526066318154, - -0.011142955161631107, - -0.10142116248607635, - 0.9947800040245056 - ] - ], - [ - 0.1666666716337204, - [ - -0.004914552439004183, - -0.005134477745741606, - -0.10019631683826447, - 0.994942307472229 - ] - ], - [ - 0.20000000298023224, - [ - -0.008352943696081638, - -0.0037840944714844227, - -0.10257799178361893, - 0.994682788848877 - ] - ], - [ - 0.23333333432674408, - [ - -0.011748631484806538, - -0.005120089743286371, - -0.1083775982260704, - 0.9940271973609924 - ] - ], - [ - 0.2666666805744171, - [ - -0.017119361087679863, - -0.006800639908760786, - -0.11886736005544662, - 0.9927392601966858 - ] - ], - [ - 0.30000001192092896, - [ - -0.024051109328866005, - -0.00869681779295206, - -0.1328151822090149, - 0.9908108115196228 - ] - ], - [ - 0.3333333432674408, - [ - -0.03211459517478943, - -0.010684926994144917, - -0.14899364113807678, - 0.9882587790489197 - ] - ], - [ - 0.36666667461395264, - [ - -0.04085162281990051, - -0.012652924284338951, - -0.16619297862052917, - 0.985165536403656 - ] - ], - [ - 0.4000000059604645, - [ - -0.04976852610707283, - -0.014505896717309952, - -0.183230921626091, - 0.9817021489143372 - ] - ], - [ - 0.4333333373069763, - [ - -0.05833670124411583, - -0.01617000252008438, - -0.19895987212657928, - 0.9781361818313599 - ] - ], - [ - 0.46666666865348816, - [ - -0.0659986212849617, - -0.017593780532479286, - -0.2122683972120285, - 0.9748215079307556 - ] - ], - [ - 0.5, - [ - -0.07217810302972794, - -0.018745936453342438, - -0.22207552194595337, - 0.9721735119819641 - ] - ], - [ - 0.5333333611488342, - [ - -0.07629363238811493, - -0.019609026610851288, - -0.22731643915176392, - 0.9706296920776367 - ] - ], - [ - 0.5666666626930237, - [ - -0.07079052180051804, - -0.013922532089054585, - -0.21575278043746948, - 0.973779022693634 - ] - ], - [ - 0.6000000238418579, - [ - -0.05449732765555382, - 0.0009628598927520216, - -0.18386712670326233, - 0.9814387559890747 - ] - ], - [ - 0.6333333253860474, - [ - -0.03615860641002655, - 0.019489562138915062, - -0.14394745230674744, - 0.9887324571609497 - ] - ], - [ - 0.6666666865348816, - [ - -0.022693973034620285, - 0.03549050912261009, - -0.10946217179298401, - 0.9930979013442993 - ] - ], - [ - 0.699999988079071, - [ - -0.01894775778055191, - 0.04244473576545715, - -0.0947784036397934, - 0.9944126605987549 - ] - ], - [ - 0.7333333492279053, - [ - -0.02313251793384552, - 0.04092681407928467, - -0.09748711436986923, - 0.9941258430480957 - ] - ], - [ - 0.7666666507720947, - [ - -0.029539894312620163, - 0.03703244775533676, - -0.10380508750677109, - 0.9934689402580261 - ] - ], - [ - 0.800000011920929, - [ - -0.036512572318315506, - 0.0325435996055603, - -0.11109615862369537, - 0.992605447769165 - ] - ], - [ - 0.8333333134651184, - [ - -0.042186666280031204, - 0.02914871647953987, - -0.11668362468481064, - 0.9918445348739624 - ] - ], - [ - 0.8666666746139526, - [ - -0.04462079331278801, - 0.028475446626544, - -0.11797261983156204, - 0.9916050434112549 - ] - ], - [ - 0.8999999761581421, - [ - -0.03959440067410469, - 0.031131042167544365, - -0.11159322410821915, - 0.992476761341095 - ] - ], - [ - 0.9333333373069763, - [ - -0.02647007815539837, - 0.03625794127583504, - -0.09762254357337952, - 0.9942106008529663 - ] - ], - [ - 0.9666666388511658, - [ - -0.008703389205038548, - 0.04330343380570412, - -0.07862897217273712, - 0.9959250688552856 - ] - ], - [ - 1.0, - [ - 0.010330158285796642, - 0.05152275413274765, - -0.05737855285406113, - 0.9969686269760132 - ] - ], - [ - 1.0333333015441895, - [ - 0.027450844645500183, - 0.059838730841875076, - -0.036966413259506226, - 0.9971456527709961 - ] - ], - [ - 1.0666667222976685, - [ - 0.039735157042741776, - 0.06686355918645859, - -0.020789476111531258, - 0.9967538118362427 - ] - ], - [ - 1.100000023841858, - [ - 0.044460274279117584, - 0.0710538849234581, - -0.012399112805724144, - 0.9964039921760559 - ] - ], - [ - 1.1333333253860474, - [ - 0.040980495512485504, - 0.07012402266263962, - -0.013382826931774616, - 0.9966062903404236 - ] - ], - [ - 1.1666666269302368, - [ - 0.031866658478975296, - 0.06421364843845367, - -0.021067675203084946, - 0.9972047209739685 - ] - ], - [ - 1.2000000476837158, - [ - 0.01919817551970482, - 0.05547485873103142, - -0.03255445510149002, - 0.9977445602416992 - ] - ], - [ - 1.2333333492279053, - [ - 0.005148554686456919, - 0.04599060118198395, - -0.045039672404527664, - 0.9979127049446106 - ] - ], - [ - 1.2666666507720947, - [ - -0.007912354543805122, - 0.03768933191895485, - -0.05593406409025192, - 0.9976915717124939 - ] - ], - [ - 1.2999999523162842, - [ - -0.017437173053622246, - 0.032334040850400925, - -0.06287392228841782, - 0.9973451495170593 - ] - ], - [ - 1.3333333730697632, - [ - -0.02082335203886032, - 0.031595733016729355, - -0.06361622363328934, - 0.997256875038147 - ] - ], - [ - 1.3666666746139526, - [ - -0.01608310081064701, - 0.03792672976851463, - -0.05461953207850456, - 0.997657060623169 - ] - ], - [ - 1.399999976158142, - [ - -0.005395665764808655, - 0.05064472556114197, - -0.03664536029100418, - 0.9980297088623047 - ] - ], - [ - 1.4333332777023315, - [ - 0.007596530951559544, - 0.06670676916837692, - -0.013923882506787777, - 0.9976465702056885 - ] - ], - [ - 1.4666666984558105, - [ - 0.01971830613911152, - 0.08287510275840759, - 0.009010232985019684, - 0.9963241219520569 - ] - ], - [ - 1.5, - [ - 0.028465377166867256, - 0.0956972986459732, - 0.027268236503005028, - 0.9946296811103821 - ] - ], - [ - 1.5333333015441895, - [ - 0.03184545040130615, - 0.10161994397640228, - 0.03577102720737457, - 0.9936698079109192 - ] - ], - [ - 1.5666667222976685, - [ - 0.028414083644747734, - 0.0996662899851799, - 0.029912304133176804, - 0.9941653609275818 - ] - ], - [ - 1.600000023841858, - [ - 0.019520388916134834, - 0.09287292510271072, - 0.012374823912978172, - 0.9954096674919128 - ] - ], - [ - 1.6333333253860474, - [ - 0.0074061863124370575, - 0.08372646570205688, - -0.010960172861814499, - 0.9964010715484619 - ] - ], - [ - 1.6666666269302368, - [ - -0.00532692763954401, - 0.07458240538835526, - -0.03436274453997612, - 0.9966083765029907 - ] - ], - [ - 1.7000000476837158, - [ - -0.015553771518170834, - 0.0675603523850441, - -0.052394479513168335, - 0.9962171912193298 - ] - ], - [ - 1.7333333492279053, - [ - -0.01961446739733219, - 0.06460269540548325, - -0.059941697865724564, - 0.9959160685539246 - ] - ], - [ - 1.7666666507720947, - [ - -0.012507697567343712, - 0.06717393547296524, - -0.05348421633243561, - 0.9962282180786133 - ] - ], - [ - 1.7999999523162842, - [ - 0.004000858869403601, - 0.07389954477548599, - -0.03710038214921951, - 0.9965673089027405 - ] - ], - [ - 1.8333333730697632, - [ - 0.023599164560437202, - 0.08233273774385452, - -0.01725418120622635, - 0.9961760640144348 - ] - ], - [ - 1.8666666746139526, - [ - 0.040414996445178986, - 0.08945948630571365, - -0.0009962215553969145, - 0.9951697587966919 - ] - ], - [ - 1.899999976158142, - [ - 0.0490606315433979, - 0.09171595424413681, - 0.004080138634890318, - 0.9945676326751709 - ] - ], - [ - 1.9333332777023315, - [ - 0.04921593517065048, - 0.08468428254127502, - -0.00612823199480772, - 0.9951728582382202 - ] - ], - [ - 1.9666666984558105, - [ - 0.04490809515118599, - 0.06918918341398239, - -0.027001935988664627, - 0.9962264895439148 - ] - ], - [ - 2.0, - [ - 0.03744025528430939, - 0.049446720629930496, - -0.05310820788145065, - 0.9966608285903931 - ] - ], - [ - 2.0333333015441895, - [ - 0.028772417455911636, - 0.029694905504584312, - -0.07908639311790466, - 0.996009886264801 - ] - ], - [ - 2.066666603088379, - [ - 0.02174864336848259, - 0.014097737148404121, - -0.0998043641448021, - 0.9946695566177368 - ] - ], - [ - 2.0999999046325684, - [ - 0.01984032616019249, - 0.006717747077345848, - -0.110355444252491, - 0.9936715364456177 - ] - ], - [ - 2.133333444595337, - [ - 0.024867622181773186, - 0.007969589903950691, - -0.10735921561717987, - 0.9938772916793823 - ] - ], - [ - 2.1666667461395264, - [ - 0.034518007189035416, - 0.014115526340901852, - -0.09392538666725159, - 0.9948805570602417 - ] - ], - [ - 2.200000047683716, - [ - 0.04609713330864906, - 0.02293342538177967, - -0.07493212074041367, - 0.9958585500717163 - ] - ], - [ - 2.2333333492279053, - [ - 0.05714491754770279, - 0.03206389397382736, - -0.055435772985219955, - 0.9963099360466003 - ] - ], - [ - 2.2666666507720947, - [ - 0.06562057882547379, - 0.03900614008307457, - -0.040705081075429916, - 0.9962507486343384 - ] - ], - [ - 2.299999952316284, - [ - 0.06978268921375275, - 0.04117381200194359, - -0.0361383818089962, - 0.9960567951202393 - ] - ], - [ - 2.3333332538604736, - [ - 0.06895562261343002, - 0.036907874047756195, - -0.04370452091097832, - 0.9959783554077148 - ] - ], - [ - 2.366666555404663, - [ - 0.06428944319486618, - 0.027689840644598007, - -0.059376247227191925, - 0.9957783818244934 - ] - ], - [ - 2.4000000953674316, - [ - 0.05678365379571915, - 0.01566552370786667, - -0.07952587306499481, - 0.995090901851654 - ] - ], - [ - 2.433333396911621, - [ - 0.047678496688604355, - 0.00299080484546721, - -0.10055943578481674, - 0.9937834739685059 - ] - ], - [ - 2.4666666984558105, - [ - 0.03874852880835533, - -0.008390115574002266, - -0.11916228383779526, - 0.9920828938484192 - ] - ], - [ - 2.5, - [ - 0.03208685666322708, - -0.0166416484862566, - -0.13223612308502197, - 0.9905589818954468 - ] - ], - [ - 2.5333333015441895, - [ - 0.029765967279672623, - -0.019834553822875023, - -0.1366538405418396, - 0.9899728894233704 - ] - ], - [ - 2.566666603088379, - [ - 0.030819138512015343, - -0.015908412635326385, - -0.130026176571846, - 0.9909037947654724 - ] - ], - [ - 2.5999999046325684, - [ - 0.032483577728271484, - -0.005799372214823961, - -0.1143936961889267, - 0.9928874373435974 - ] - ], - [ - 2.633333444595337, - [ - 0.034044865518808365, - 0.007914579473435879, - -0.09327312558889389, - 0.9950268268585205 - ] - ], - [ - 2.6666667461395264, - [ - 0.035018548369407654, - 0.022683272138237953, - -0.07021155208349228, - 0.9966592788696289 - ] - ], - [ - 2.700000047683716, - [ - 0.03534402325749397, - 0.03605281934142113, - -0.048750247806310654, - 0.9975341558456421 - ] - ], - [ - 2.7333333492279053, - [ - 0.03538747876882553, - 0.04569658637046814, - -0.03238816186785698, - 0.9978029727935791 - ] - ], - [ - 2.7666666507720947, - [ - 0.03575824201107025, - 0.04938484728336334, - -0.02457454614341259, - 0.9978369474411011 - ] - ], - [ - 2.799999952316284, - [ - 0.03653588891029358, - 0.04603579267859459, - -0.02672441117465496, - 0.997913658618927 - ] - ], - [ - 2.8333332538604736, - [ - 0.03727108985185623, - 0.03768038749694824, - -0.03571262210607529, - 0.9979557394981384 - ] - ], - [ - 2.866666555404663, - [ - 0.03774698078632355, - 0.026764782145619392, - -0.0481642410159111, - 0.9977670311927795 - ] - ], - [ - 2.9000000953674316, - [ - 0.037927888333797455, - 0.015784721821546555, - -0.06066576763987541, - 0.9973123669624329 - ] - ], - [ - 2.933333396911621, - [ - 0.038055647164583206, - 0.007301434874534607, - -0.06976396590471268, - 0.9968106150627136 - ] - ], - [ - 2.9666666984558105, - [ - 0.038556117564439774, - 0.0039082481525838375, - -0.0719895213842392, - 0.9966522455215454 - ] - ], - [ - 3.0, - [ - 0.04018076881766319, - 0.007881655357778072, - -0.06379545480012894, - 0.9971226453781128 - ] - ], - [ - 3.0333333015441895, - [ - 0.04272357001900673, - 0.01775052770972252, - -0.04688861593604088, - 0.9978281855583191 - ] - ], - [ - 3.066666603088379, - [ - 0.045206163078546524, - 0.030475975945591927, - -0.025702709332108498, - 0.998181939125061 - ] - ], - [ - 3.0999999046325684, - [ - 0.047018326818943024, - 0.04307210445404053, - -0.004700637888163328, - 0.9979538917541504 - ] - ], - [ - 3.133333444595337, - [ - 0.04805699363350868, - 0.05266164615750313, - 0.011667415499687195, - 0.997387170791626 - ] - ], - [ - 3.1666667461395264, - [ - 0.048570893704891205, - 0.05646447092294693, - 0.018987566232681274, - 0.9970417022705078 - ] - ], - [ - 3.200000047683716, - [ - 0.04584762081503868, - 0.046742189675569534, - 0.0060635460540652275, - 0.9978358745574951 - ] - ], - [ - 3.2333333492279053, - [ - 0.0376393124461174, - 0.023514606058597565, - -0.026570668444037437, - 0.9986612796783447 - ] - ], - [ - 3.2666666507720947, - [ - 0.025458775460720062, - -0.004222245421260595, - -0.0656525120139122, - 0.9975088834762573 - ] - ], - [ - 3.299999952316284, - [ - 0.013302299194037914, - -0.027371499687433243, - -0.0982227548956871, - 0.9946991205215454 - ] - ], - [ - 3.3333332538604736, - [ - 0.008993756026029587, - -0.03347162529826164, - -0.10770514607429504, - 0.9935786724090576 - ] - ], - [ - 3.366666555404663, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458408507_1068310.json b/lenses/physics-objects/Scene/assets/1645812458408507_1068310.json deleted file mode 100644 index fff2d8d7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458408507_1068310.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458408507:1068310", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458410438_1068323.json b/lenses/physics-objects/Scene/assets/1645812458410438_1068323.json deleted file mode 100644 index 055c760b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458410438_1068323.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458410438:1068323", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ], - [ - 6.633333206176758, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458410741_1068330.json b/lenses/physics-objects/Scene/assets/1645812458410741_1068330.json deleted file mode 100644 index c96c9bdd..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458410741_1068330.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458410741:1068330", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458411025_1068337.json b/lenses/physics-objects/Scene/assets/1645812458411025_1068337.json deleted file mode 100644 index 710fac3f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458411025_1068337.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458411025:1068337", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458427064_1068354.json b/lenses/physics-objects/Scene/assets/1645812458427064_1068354.json deleted file mode 100644 index 2aae9539..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458427064_1068354.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458427064:1068354", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ], - [ - 3.366666555404663, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458427477_1068361.json b/lenses/physics-objects/Scene/assets/1645812458427477_1068361.json deleted file mode 100644 index 88e1d389..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458427477_1068361.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458427477:1068361", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458427841_1068368.json b/lenses/physics-objects/Scene/assets/1645812458427841_1068368.json deleted file mode 100644 index 502e5e82..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458427841_1068368.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458427841:1068368", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458430194_1068381.json b/lenses/physics-objects/Scene/assets/1645812458430194_1068381.json deleted file mode 100644 index 5f411812..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458430194_1068381.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458430194:1068381", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ], - [ - 6.633333206176758, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458430519_1068388.json b/lenses/physics-objects/Scene/assets/1645812458430519_1068388.json deleted file mode 100644 index 457151ee..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458430519_1068388.json +++ /dev/null @@ -1,1747 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458430519:1068388", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.1666666716337204, - [ - 0.9129818677902222, - 0.36663058400154114, - 0.035043369978666306, - 0.17555071413516998 - ] - ], - [ - 0.20000000298023224, - [ - 0.9131301045417786, - 0.36630138754844666, - 0.03476114943623543, - 0.17552319169044495 - ] - ], - [ - 0.23333333432674408, - [ - 0.9133511781692505, - 0.36579227447509766, - 0.03443722054362297, - 0.17549902200698853 - ] - ], - [ - 0.2666666805744171, - [ - 0.9136591553688049, - 0.3650640547275543, - 0.034079235047101974, - 0.17548152804374695 - ] - ], - [ - 0.30000001192092896, - [ - 0.914068341255188, - 0.36407768726348877, - 0.03369487449526787, - 0.17547407746315002 - ] - ], - [ - 0.3333333432674408, - [ - 0.914592444896698, - 0.36279377341270447, - 0.0332917720079422, - 0.1754799634218216 - ] - ], - [ - 0.36666667461395264, - [ - 0.9152442812919617, - 0.3611728250980377, - 0.032877545803785324, - 0.17550253868103027 - ] - ], - [ - 0.4000000059604645, - [ - 0.91603684425354, - 0.3591751456260681, - 0.03245978057384491, - 0.17554523050785065 - ] - ], - [ - 0.4333333373069763, - [ - 0.9181338548660278, - 0.35384228825569153, - 0.03152874857187271, - 0.17558996379375458 - ] - ], - [ - 0.46666666865348816, - [ - 0.9221466779708862, - 0.3433939516544342, - 0.029811862856149673, - 0.17560628056526184 - ] - ], - [ - 0.5, - [ - 0.927252471446991, - 0.3295573890209198, - 0.027673207223415375, - 0.1755819171667099 - ] - ], - [ - 0.5333333611488342, - [ - 0.9326820373535156, - 0.3140840530395508, - 0.025475453585386276, - 0.17551766335964203 - ] - ], - [ - 0.5666666626930237, - [ - 0.9377670884132385, - 0.29876503348350525, - 0.023577364161610603, - 0.17543233931064606 - ] - ], - [ - 0.6000000238418579, - [ - 0.9419549703598022, - 0.28543099761009216, - 0.02233271673321724, - 0.17536042630672455 - ] - ], - [ - 0.6333333253860474, - [ - 0.9447875618934631, - 0.27594104409217834, - 0.02209121361374855, - 0.17534254491329193 - ] - ], - [ - 0.6666666865348816, - [ - 0.9458443522453308, - 0.27216190099716187, - 0.023201603442430496, - 0.17540889978408813 - ] - ], - [ - 0.699999988079071, - [ - 0.9440892934799194, - 0.27777984738349915, - 0.02676978148519993, - 0.17554868757724762 - ] - ], - [ - 0.7333333492279053, - [ - 0.9392533898353577, - 0.29304060339927673, - 0.03302975371479988, - 0.17561140656471252 - ] - ], - [ - 0.7666666507720947, - [ - 0.9319732785224915, - 0.31461086869239807, - 0.0410192608833313, - 0.1753944456577301 - ] - ], - [ - 0.800000011920929, - [ - 0.9230022430419922, - 0.33918291330337524, - 0.049761489033699036, - 0.1747729331254959 - ] - ], - [ - 0.8333333134651184, - [ - 0.9133733510971069, - 0.3635387718677521, - 0.05826839804649353, - 0.1737627238035202 - ] - ], - [ - 0.8666666746139526, - [ - 0.9044473171234131, - 0.3845895528793335, - 0.06555410474538803, - 0.1725364327430725 - ] - ], - [ - 0.8999999761581421, - [ - 0.8978514671325684, - 0.3993702232837677, - 0.07064763456583023, - 0.17139168083667755 - ] - ], - [ - 0.9333333373069763, - [ - 0.8953181505203247, - 0.40497711300849915, - 0.07259529083967209, - 0.1706719994544983 - ] - ], - [ - 0.9666666388511658, - [ - 0.896040141582489, - 0.40357184410095215, - 0.07234403491020203, - 0.1703179031610489 - ] - ], - [ - 1.0, - [ - 0.8978973031044006, - 0.39967820048332214, - 0.07155407220125198, - 0.17005299031734467 - ] - ], - [ - 1.0333333015441895, - [ - 0.9005765914916992, - 0.39390596747398376, - 0.07034780085086823, - 0.16985668241977692 - ] - ], - [ - 1.0666667222976685, - [ - 0.9037665128707886, - 0.38686618208885193, - 0.06884632259607315, - 0.16970817744731903 - ] - ], - [ - 1.100000023841858, - [ - 0.9071676731109619, - 0.3791763186454773, - 0.06716930866241455, - 0.16958896815776825 - ] - ], - [ - 1.1333333253860474, - [ - 0.9104993343353271, - 0.37146246433258057, - 0.06543479859828949, - 0.16948433220386505 - ] - ], - [ - 1.1666666269302368, - [ - 0.9135016202926636, - 0.36436039209365845, - 0.06375936418771744, - 0.16938428580760956 - ] - ], - [ - 1.2000000476837158, - [ - 0.9159338474273682, - 0.3585139513015747, - 0.062258291989564896, - 0.16928349435329437 - ] - ], - [ - 1.2333333492279053, - [ - 0.9175675511360168, - 0.3545720875263214, - 0.06104597821831703, - 0.16918045282363892 - ] - ], - [ - 1.2666666507720947, - [ - 0.9181752800941467, - 0.35318413376808167, - 0.06023654714226723, - 0.16907593607902527 - ] - ], - [ - 1.2999999523162842, - [ - 0.9171831011772156, - 0.35569947957992554, - 0.05986909195780754, - 0.16931851208209991 - ] - ], - [ - 1.3333333730697632, - [ - 0.914647102355957, - 0.3618220090866089, - 0.05980248376727104, - 0.17008578777313232 - ] - ], - [ - 1.3666666746139526, - [ - 0.9112808108329773, - 0.36972931027412415, - 0.05988091602921486, - 0.1711193025112152 - ] - ], - [ - 1.399999976158142, - [ - 0.9078415632247925, - 0.3776162564754486, - 0.059934746474027634, - 0.17215603590011597 - ] - ], - [ - 1.4333332777023315, - [ - 0.9051489233970642, - 0.38370364904403687, - 0.05977395549416542, - 0.17292837798595428 - ] - ], - [ - 1.4666666984558105, - [ - 0.9040665030479431, - 0.3862311542034149, - 0.059194475412368774, - 0.17316320538520813 - ] - ], - [ - 1.5, - [ - 0.9051781296730042, - 0.3839971423149109, - 0.05801492556929588, - 0.17272301018238068 - ] - ], - [ - 1.5333333015441895, - [ - 0.9079606533050537, - 0.3780502676963806, - 0.056342776864767075, - 0.17178748548030853 - ] - ], - [ - 1.5666667222976685, - [ - 0.911616861820221, - 0.3700057566165924, - 0.05440755560994148, - 0.17055855691432953 - ] - ], - [ - 1.600000023841858, - [ - 0.9153832793235779, - 0.36149755120277405, - 0.05242670699954033, - 0.16924721002578735 - ] - ], - [ - 1.6333333253860474, - [ - 0.9185540676116943, - 0.354187935590744, - 0.05059783160686493, - 0.1680748462677002 - ] - ], - [ - 1.6666666269302368, - [ - 0.9215700030326843, - 0.3470805585384369, - 0.04881948605179787, - 0.1669151932001114 - ] - ], - [ - 1.7000000476837158, - [ - 0.9247286915779114, - 0.3394456207752228, - 0.046993814408779144, - 0.1656663566827774 - ] - ], - [ - 1.7333333492279053, - [ - 0.9272036552429199, - 0.3333893418312073, - 0.04529202729463577, - 0.1646018624305725 - ] - ], - [ - 1.7666666507720947, - [ - 0.9282187223434448, - 0.331040620803833, - 0.04386717826128006, - 0.16400545835494995 - ] - ], - [ - 1.7999999523162842, - [ - 0.9276415109634399, - 0.3327711820602417, - 0.04258602485060692, - 0.16410663723945618 - ] - ], - [ - 1.8333333730697632, - [ - 0.926051139831543, - 0.33696940541267395, - 0.04125695303082466, - 0.16485990583896637 - ] - ], - [ - 1.8666666746139526, - [ - 0.9237402677536011, - 0.34279000759124756, - 0.03994590789079666, - 0.1661422699689865 - ] - ], - [ - 1.899999976158142, - [ - 0.9210122227668762, - 0.349388986825943, - 0.038717713207006454, - 0.16782353818416595 - ] - ], - [ - 1.9333332777023315, - [ - 0.918193519115448, - 0.3559284210205078, - 0.03762952610850334, - 0.16976411640644073 - ] - ], - [ - 1.9666666984558105, - [ - 0.9156372547149658, - 0.3615785241127014, - 0.03672698885202408, - 0.17181530594825745 - ] - ], - [ - 2.0, - [ - 0.9137197732925415, - 0.3655175268650055, - 0.036043379455804825, - 0.17382174730300903 - ] - ], - [ - 2.0333333015441895, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.066666603088379, - [ - 0.9125803112983704, - 0.36674943566322327, - 0.03533773869276047, - 0.17732316255569458 - ] - ], - [ - 2.0999999046325684, - [ - 0.9124242663383484, - 0.3663424253463745, - 0.03515727072954178, - 0.17899475991725922 - ] - ], - [ - 2.133333444595337, - [ - 0.9124724268913269, - 0.36551401019096375, - 0.03503399342298508, - 0.18046116828918457 - ] - ], - [ - 2.1666667461395264, - [ - 0.9128376245498657, - 0.3640722632408142, - 0.034941162914037704, - 0.18154333531856537 - ] - ], - [ - 2.200000047683716, - [ - 0.9136309027671814, - 0.36182451248168945, - 0.03485352545976639, - 0.18206273019313812 - ] - ], - [ - 2.2333333492279053, - [ - 0.9152790307998657, - 0.35762345790863037, - 0.03457239642739296, - 0.18213924765586853 - ] - ], - [ - 2.2666666507720947, - [ - 0.9178978204727173, - 0.35096442699432373, - 0.03398236632347107, - 0.18202407658100128 - ] - ], - [ - 2.299999952316284, - [ - 0.921131432056427, - 0.34261879324913025, - 0.03318718448281288, - 0.18173563480377197 - ] - ], - [ - 2.3333332538604736, - [ - 0.9246397018432617, - 0.33336448669433594, - 0.032290566712617874, - 0.1812923401594162 - ] - ], - [ - 2.366666555404663, - [ - 0.9281095862388611, - 0.32399019598960876, - 0.03139414265751839, - 0.18071334064006805 - ] - ], - [ - 2.4000000953674316, - [ - 0.9312602281570435, - 0.3152964115142822, - 0.030595986172556877, - 0.18001851439476013 - ] - ], - [ - 2.433333396911621, - [ - 0.9338393211364746, - 0.3080940544605255, - 0.02998974174261093, - 0.179228276014328 - ] - ], - [ - 2.4666666984558105, - [ - 0.9356153607368469, - 0.30320051312446594, - 0.02966434694826603, - 0.17836299538612366 - ] - ], - [ - 2.5, - [ - 0.9363596439361572, - 0.301434189081192, - 0.02970418892800808, - 0.17744214832782745 - ] - ], - [ - 2.5333333015441895, - [ - 0.9353799223899841, - 0.30526405572891235, - 0.02993503212928772, - 0.17601746320724487 - ] - ], - [ - 2.566666603088379, - [ - 0.9324592351913452, - 0.3152656555175781, - 0.030096208676695824, - 0.1738433986902237 - ] - ], - [ - 2.5999999046325684, - [ - 0.9282178282737732, - 0.32886478304862976, - 0.030147939920425415, - 0.17132048308849335 - ] - ], - [ - 2.633333444595337, - [ - 0.9234828352928162, - 0.343153178691864, - 0.03008933737874031, - 0.16887855529785156 - ] - ], - [ - 2.6666667461395264, - [ - 0.9191880822181702, - 0.3554501533508301, - 0.029966384172439575, - 0.16688516736030579 - ] - ], - [ - 2.700000047683716, - [ - 0.9161893725395203, - 0.3637095093727112, - 0.02984960936009884, - 0.16559424996376038 - ] - ], - [ - 2.7333333492279053, - [ - 0.9151042699813843, - 0.36663663387298584, - 0.029801582917571068, - 0.16514724493026733 - ] - ], - [ - 2.7666666507720947, - [ - 0.9150264859199524, - 0.36664992570877075, - 0.030002452433109283, - 0.1655118465423584 - ] - ], - [ - 2.799999952316284, - [ - 0.9147330522537231, - 0.36669787764549255, - 0.030758647248148918, - 0.16688327491283417 - ] - ], - [ - 2.8333332538604736, - [ - 0.9140860438346863, - 0.3667915165424347, - 0.032415591180324554, - 0.16988222301006317 - ] - ], - [ - 2.866666555404663, - [ - 0.9131758213043213, - 0.3668957054615021, - 0.03472337871789932, - 0.17404526472091675 - ] - ], - [ - 2.9000000953674316, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.933333396911621, - [ - 0.9136771559715271, - 0.36491113901138306, - 0.03504396602511406, - 0.17551587522029877 - ] - ], - [ - 2.9666666984558105, - [ - 0.9157838821411133, - 0.3598615825176239, - 0.03365227207541466, - 0.17523428797721863 - ] - ], - [ - 3.0, - [ - 0.9184805750846863, - 0.3532782196998596, - 0.031849443912506104, - 0.17485298216342926 - ] - ], - [ - 3.0333333015441895, - [ - 0.9211295247077942, - 0.3466738164424896, - 0.030053921043872833, - 0.17445452511310577 - ] - ], - [ - 3.066666603088379, - [ - 0.9231346845626831, - 0.3415793776512146, - 0.028677819296717644, - 0.17413641512393951 - ] - ], - [ - 3.0999999046325684, - [ - 0.9239287972450256, - 0.33953821659088135, - 0.028128638863563538, - 0.1740063577890396 - ] - ], - [ - 3.133333444595337, - [ - 0.9234793186187744, - 0.34070026874542236, - 0.028331264853477478, - 0.17408789694309235 - ] - ], - [ - 3.1666667461395264, - [ - 0.9222779273986816, - 0.34378376603126526, - 0.02890612557530403, - 0.17430084943771362 - ] - ], - [ - 3.200000047683716, - [ - 0.9205412864685059, - 0.34818321466445923, - 0.02980411984026432, - 0.17459635436534882 - ] - ], - [ - 3.2333333492279053, - [ - 0.918490469455719, - 0.35329458117485046, - 0.03097549080848694, - 0.1749248206615448 - ] - ], - [ - 3.2666666507720947, - [ - 0.9163565039634705, - 0.3585178256034851, - 0.03236852586269379, - 0.1752370148897171 - ] - ], - [ - 3.299999952316284, - [ - 0.9143833518028259, - 0.3632584810256958, - 0.0339292548596859, - 0.17548541724681854 - ] - ], - [ - 3.3333332538604736, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 3.366666555404663, - [ - 0.9115375876426697, - 0.3699081242084503, - 0.03741339221596718, - 0.17569133639335632 - ] - ], - [ - 3.4000000953674316, - [ - 0.9102500677108765, - 0.37285250425338745, - 0.039454806596040726, - 0.17569628357887268 - ] - ], - [ - 3.433333396911621, - [ - 0.9090502858161926, - 0.3755776882171631, - 0.04176376387476921, - 0.1755697876214981 - ] - ], - [ - 3.4666666984558105, - [ - 0.9080256223678589, - 0.3779025673866272, - 0.04437738656997681, - 0.17524214088916779 - ] - ], - [ - 3.5, - [ - 0.9072631597518921, - 0.37964746356010437, - 0.04733264073729515, - 0.174645334482193 - ] - ], - [ - 3.5333333015441895, - [ - 0.9068483710289001, - 0.38063400983810425, - 0.050667259842157364, - 0.1737140715122223 - ] - ], - [ - 3.566666603088379, - [ - 0.9068629741668701, - 0.38068482279777527, - 0.05442086607217789, - 0.17238683998584747 - ] - ], - [ - 3.5999999046325684, - [ - 0.9074145555496216, - 0.37973752617836, - 0.06019566208124161, - 0.1696311980485916 - ] - ], - [ - 3.633333444595337, - [ - 0.9084810614585876, - 0.37772995233535767, - 0.06816466152667999, - 0.1653355062007904 - ] - ], - [ - 3.6666667461395264, - [ - 0.9099998474121094, - 0.37445950508117676, - 0.07622741162776947, - 0.160840705037117 - ] - ], - [ - 3.700000047683716, - [ - 0.9120118618011475, - 0.3696769177913666, - 0.08227522671222687, - 0.15749333798885345 - ] - ], - [ - 3.7333333492279053, - [ - 0.9146327972412109, - 0.36309415102005005, - 0.08417141437530518, - 0.15660423040390015 - ] - ], - [ - 3.7666666507720947, - [ - 0.9184888005256653, - 0.35262998938560486, - 0.08241638541221619, - 0.158865287899971 - ] - ], - [ - 3.799999952316284, - [ - 0.9234035015106201, - 0.3380974531173706, - 0.0793241411447525, - 0.16347412765026093 - ] - ], - [ - 3.8333332538604736, - [ - 0.9283647537231445, - 0.3220707178115845, - 0.07546921074390411, - 0.16945146024227142 - ] - ], - [ - 3.866666555404663, - [ - 0.9325241446495056, - 0.3071749210357666, - 0.07151523232460022, - 0.17586331069469452 - ] - ], - [ - 3.9000000953674316, - [ - 0.9352098107337952, - 0.29607728123664856, - 0.06824018061161041, - 0.18183544278144836 - ] - ], - [ - 3.933333396911621, - [ - 0.9358578324317932, - 0.291459858417511, - 0.06651695817708969, - 0.18653889000415802 - ] - ], - [ - 3.9666666984558105, - [ - 0.9345702528953552, - 0.29298871755599976, - 0.06650152057409286, - 0.19056130945682526 - ] - ], - [ - 4.0, - [ - 0.9320459961891174, - 0.29789188504219055, - 0.06758873909711838, - 0.19489087164402008 - ] - ], - [ - 4.0333333015441895, - [ - 0.9286050796508789, - 0.30518242716789246, - 0.06953759491443634, - 0.19930090010166168 - ] - ], - [ - 4.066666603088379, - [ - 0.9245766997337341, - 0.31388404965400696, - 0.07208390533924103, - 0.20356495678424835 - ] - ], - [ - 4.099999904632568, - [ - 0.9203189611434937, - 0.3230409622192383, - 0.07493460923433304, - 0.20746657252311707 - ] - ], - [ - 4.133333206176758, - [ - 0.9162278771400452, - 0.331722617149353, - 0.07776759564876556, - 0.21080520749092102 - ] - ], - [ - 4.166666507720947, - [ - 0.9127359986305237, - 0.3390228748321533, - 0.08023665100336075, - 0.2133977711200714 - ] - ], - [ - 4.199999809265137, - [ - 0.9103017449378967, - 0.34405314922332764, - 0.08198123425245285, - 0.21507488191127777 - ] - ], - [ - 4.233333110809326, - [ - 0.9093897342681885, - 0.34592851996421814, - 0.08264061063528061, - 0.21567168831825256 - ] - ], - [ - 4.266666889190674, - [ - 0.9098983407020569, - 0.3453247845172882, - 0.08122564852237701, - 0.21503059566020966 - ] - ], - [ - 4.300000190734863, - [ - 0.9112593531608582, - 0.3436983525753021, - 0.07744643837213516, - 0.21326062083244324 - ] - ], - [ - 4.333333492279053, - [ - 0.9132207036018372, - 0.34131813049316406, - 0.07200471311807632, - 0.21058304607868195 - ] - ], - [ - 4.366666793823242, - [ - 0.9155333638191223, - 0.33845630288124084, - 0.06560198217630386, - 0.20722542703151703 - ] - ], - [ - 4.400000095367432, - [ - 0.9179579615592957, - 0.33540037274360657, - 0.0589340515434742, - 0.2034369260072708 - ] - ], - [ - 4.433333396911621, - [ - 0.9202694296836853, - 0.3324601948261261, - 0.0526873916387558, - 0.19949598610401154 - ] - ], - [ - 4.4666666984558105, - [ - 0.9222573637962341, - 0.32996901869773865, - 0.04753747954964638, - 0.1957094669342041 - ] - ], - [ - 4.5, - [ - 0.9237225651741028, - 0.3282800614833832, - 0.04414956644177437, - 0.19240479171276093 - ] - ], - [ - 4.5333333015441895, - [ - 0.9244689345359802, - 0.3277575373649597, - 0.043182674795389175, - 0.18991439044475555 - ] - ], - [ - 4.566666603088379, - [ - 0.9246617555618286, - 0.32824134826660156, - 0.04398631677031517, - 0.18794535100460052 - ] - ], - [ - 4.599999904632568, - [ - 0.9244868159294128, - 0.3296106457710266, - 0.0453270822763443, - 0.18608178198337555 - ] - ], - [ - 4.633333206176758, - [ - 0.9237708449363708, - 0.3322862684726715, - 0.04698764532804489, - 0.1844603419303894 - ] - ], - [ - 4.666666507720947, - [ - 0.9223337769508362, - 0.336683452129364, - 0.04875126853585243, - 0.18321633338928223 - ] - ], - [ - 4.699999809265137, - [ - 0.9199808239936829, - 0.3432094156742096, - 0.05040606111288071, - 0.18248771131038666 - ] - ], - [ - 4.733333110809326, - [ - 0.9162005186080933, - 0.3533105254173279, - 0.05145527422428131, - 0.18193578720092773 - ] - ], - [ - 4.766666889190674, - [ - 0.9109753370285034, - 0.36689385771751404, - 0.05169079825282097, - 0.18122053146362305 - ] - ], - [ - 4.800000190734863, - [ - 0.9048855900764465, - 0.3820648491382599, - 0.051344357430934906, - 0.18047849833965302 - ] - ], - [ - 4.833333492279053, - [ - 0.8986193537712097, - 0.39696675539016724, - 0.050653520971536636, - 0.17981961369514465 - ] - ], - [ - 4.866666793823242, - [ - 0.8929908275604248, - 0.40978965163230896, - 0.049860090017318726, - 0.17931486666202545 - ] - ], - [ - 4.900000095367432, - [ - 0.888916552066803, - 0.4187665283679962, - 0.049206968396902084, - 0.17899908125400543 - ] - ], - [ - 4.933333396911621, - [ - 0.8873522281646729, - 0.42214956879615784, - 0.048935867846012115, - 0.17888903617858887 - ] - ], - [ - 4.9666666984558105, - [ - 0.888550341129303, - 0.42018651962280273, - 0.048831481486558914, - 0.17758682370185852 - ] - ], - [ - 5.0, - [ - 0.8916783928871155, - 0.414993017911911, - 0.04858647659420967, - 0.17415447533130646 - ] - ], - [ - 5.0333333015441895, - [ - 0.8960242867469788, - 0.40760552883148193, - 0.048314642161130905, - 0.16930417716503143 - ] - ], - [ - 5.066666603088379, - [ - 0.9008951187133789, - 0.3990738093852997, - 0.04811035841703415, - 0.16374899446964264 - ] - ], - [ - 5.099999904632568, - [ - 0.9056460857391357, - 0.39047619700431824, - 0.04802054166793823, - 0.1582009196281433 - ] - ], - [ - 5.133333206176758, - [ - 0.9096922278404236, - 0.38292402029037476, - 0.04803551360964775, - 0.15336847305297852 - ] - ], - [ - 5.166666507720947, - [ - 0.9124983549118042, - 0.3775536119937897, - 0.04809851944446564, - 0.14995525777339935 - ] - ], - [ - 5.199999809265137, - [ - 0.9135507345199585, - 0.3755105137825012, - 0.048133764415979385, - 0.1486617773771286 - ] - ], - [ - 5.233333110809326, - [ - 0.9133504033088684, - 0.3756566345691681, - 0.04797893762588501, - 0.14956994354724884 - ] - ], - [ - 5.266666889190674, - [ - 0.9128026962280273, - 0.37605202198028564, - 0.047558702528476715, - 0.15203455090522766 - ] - ], - [ - 5.300000190734863, - [ - 0.9119840264320374, - 0.3766302466392517, - 0.046940553933382034, - 0.1556650847196579 - ] - ], - [ - 5.333333492279053, - [ - 0.9109715223312378, - 0.3773253858089447, - 0.04619179293513298, - 0.1600712388753891 - ] - ], - [ - 5.366666793823242, - [ - 0.9098469018936157, - 0.37807369232177734, - 0.04537780210375786, - 0.16486294567584991 - ] - ], - [ - 5.400000095367432, - [ - 0.908698558807373, - 0.3788141906261444, - 0.04456087946891785, - 0.16965056955814362 - ] - ], - [ - 5.433333396911621, - [ - 0.907622218132019, - 0.3794891834259033, - 0.04379982873797417, - 0.17404508590698242 - ] - ], - [ - 5.4666666984558105, - [ - 0.9067205190658569, - 0.3800441324710846, - 0.04315045103430748, - 0.1776580959558487 - ] - ], - [ - 5.5, - [ - 0.9061008095741272, - 0.38042643666267395, - 0.0426664724946022, - 0.1801016926765442 - ] - ], - [ - 5.5333333015441895, - [ - 0.9058706760406494, - 0.3805834650993347, - 0.04240133985877037, - 0.18098796904087067 - ] - ], - [ - 5.599999904632568, - [ - 0.9059407114982605, - 0.3804948925971985, - 0.0420890636742115, - 0.18089675903320313 - ] - ], - [ - 5.633333206176758, - [ - 0.9060253500938416, - 0.3803510069847107, - 0.04190707951784134, - 0.1808176338672638 - ] - ], - [ - 5.666666507720947, - [ - 0.906140148639679, - 0.3801463842391968, - 0.041709739714860916, - 0.1807180792093277 - ] - ], - [ - 5.699999809265137, - [ - 0.9062829613685608, - 0.37988531589508057, - 0.04149848222732544, - 0.18059957027435303 - ] - ], - [ - 5.733333110809326, - [ - 0.9064515829086304, - 0.37957197427749634, - 0.04127473011612892, - 0.1804635375738144 - ] - ], - [ - 5.766666889190674, - [ - 0.9066437482833862, - 0.37921056151390076, - 0.041039906442165375, - 0.18031147122383118 - ] - ], - [ - 5.800000190734863, - [ - 0.9068571925163269, - 0.3788054585456848, - 0.04079544171690941, - 0.180144801735878 - ] - ], - [ - 5.833333492279053, - [ - 0.90708988904953, - 0.3783607482910156, - 0.04054276645183563, - 0.1799650341272354 - ] - ], - [ - 5.866666793823242, - [ - 0.9073394536972046, - 0.3778807520866394, - 0.040283311158418655, - 0.17977361381053925 - ] - ], - [ - 5.900000095367432, - [ - 0.9076037406921387, - 0.3773697018623352, - 0.040018487721681595, - 0.17957201600074768 - ] - ], - [ - 5.933333396911621, - [ - 0.9078806638717651, - 0.37683188915252686, - 0.039749711751937866, - 0.1793617457151413 - ] - ], - [ - 5.9666666984558105, - [ - 0.9081677198410034, - 0.37627142667770386, - 0.03947839140892029, - 0.1791442632675171 - ] - ], - [ - 6.0, - [ - 0.908463180065155, - 0.37569278478622437, - 0.03920593485236168, - 0.17892110347747803 - ] - ], - [ - 6.0333333015441895, - [ - 0.9087643623352051, - 0.3751000165939331, - 0.03893372043967247, - 0.1786937266588211 - ] - ], - [ - 6.066666603088379, - [ - 0.9090695381164551, - 0.37449759244918823, - 0.03866314888000488, - 0.17846368253231049 - ] - ], - [ - 6.099999904632568, - [ - 0.9093763828277588, - 0.3738897740840912, - 0.03839559108018875, - 0.17823246121406555 - ] - ], - [ - 6.133333206176758, - [ - 0.9096828103065491, - 0.373280793428421, - 0.03813241049647331, - 0.17800162732601166 - ] - ], - [ - 6.166666507720947, - [ - 0.9099866151809692, - 0.3726750314235687, - 0.037874966859817505, - 0.17777268588542938 - ] - ], - [ - 6.199999809265137, - [ - 0.9102858304977417, - 0.37207677960395813, - 0.037624605000019073, - 0.1775471717119217 - ] - ], - [ - 6.233333110809326, - [ - 0.9105783104896545, - 0.3714904189109802, - 0.03738267347216606, - 0.17732667922973633 - ] - ], - [ - 6.266666889190674, - [ - 0.9108617901802063, - 0.3709201514720917, - 0.037150487303733826, - 0.17711268365383148 - ] - ], - [ - 6.300000190734863, - [ - 0.9111344218254089, - 0.370370477437973, - 0.03692938759922981, - 0.17690680921077728 - ] - ], - [ - 6.333333492279053, - [ - 0.9113940596580505, - 0.3698456883430481, - 0.036720678210258484, - 0.1767106056213379 - ] - ], - [ - 6.366666793823242, - [ - 0.9116386771202087, - 0.3693501651287079, - 0.036525674164295197, - 0.17652563750743866 - ] - ], - [ - 6.400000095367432, - [ - 0.9118661880493164, - 0.3688882291316986, - 0.036345675587654114, - 0.17635345458984375 - ] - ], - [ - 6.433333396911621, - [ - 0.9120745658874512, - 0.36846429109573364, - 0.0361819863319397, - 0.1761956661939621 - ] - ], - [ - 6.4666666984558105, - [ - 0.9122617840766907, - 0.3680827021598816, - 0.03603590279817581, - 0.17605382204055786 - ] - ], - [ - 6.5333333015441895, - [ - 0.9125646352767944, - 0.3674640953540802, - 0.035801731050014496, - 0.17582426965236664 - ] - ], - [ - 6.566666603088379, - [ - 0.9126761555671692, - 0.36723580956459045, - 0.035716235637664795, - 0.17573970556259155 - ] - ], - [ - 6.633333206176758, - [ - 0.9128093123435974, - 0.36696311831474304, - 0.03561496362090111, - 0.1756388545036316 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458430842_1068395.json b/lenses/physics-objects/Scene/assets/1645812458430842_1068395.json deleted file mode 100644 index ec1dde8d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458430842_1068395.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458430842:1068395", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458432937_1068408.json b/lenses/physics-objects/Scene/assets/1645812458432937_1068408.json deleted file mode 100644 index d63c8fbc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458432937_1068408.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458432937:1068408", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ], - [ - 3.366666555404663, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458433263_1068415.json b/lenses/physics-objects/Scene/assets/1645812458433263_1068415.json deleted file mode 100644 index e54da220..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458433263_1068415.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458433263:1068415", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.03333333507180214, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.06666667014360428, - [ - 0.9159976840019226, - 0.3575911223888397, - 0.040928762406110764, - 0.17720526456832886 - ] - ], - [ - 0.10000000149011612, - [ - 0.9185064435005188, - 0.3498275876045227, - 0.045415401458740234, - 0.17861708998680115 - ] - ], - [ - 0.13333334028720856, - [ - 0.9203315377235413, - 0.34392616152763367, - 0.048860661685466766, - 0.17977066338062286 - ] - ], - [ - 0.1666666716337204, - [ - 0.9214478135108948, - 0.3401734232902527, - 0.051063697785139084, - 0.18057812750339508 - ] - ], - [ - 0.20000000298023224, - [ - 0.9218173623085022, - 0.33885157108306885, - 0.05182180926203728, - 0.18096107244491577 - ] - ], - [ - 0.23333333432674408, - [ - 0.919849157333374, - 0.3447859287261963, - 0.048309337347745895, - 0.18073849380016327 - ] - ], - [ - 0.2666666805744171, - [ - 0.9146904945373535, - 0.35958537459373474, - 0.03955874219536781, - 0.18020747601985931 - ] - ], - [ - 0.30000001192092896, - [ - 0.9074109196662903, - 0.3786948323249817, - 0.02816534787416458, - 0.1800064891576767 - ] - ], - [ - 0.3333333432674408, - [ - 0.8994588255882263, - 0.3976304233074188, - 0.016749603673815727, - 0.180508553981781 - ] - ], - [ - 0.36666667461395264, - [ - 0.8928242325782776, - 0.41205012798309326, - 0.00792650692164898, - 0.18170508742332458 - ] - ], - [ - 0.4000000059604645, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 0.4333333373069763, - [ - 0.8930896520614624, - 0.4096311330795288, - 0.007893645204603672, - 0.18582506477832794 - ] - ], - [ - 0.46666666865348816, - [ - 0.9014421701431274, - 0.3886871635913849, - 0.01750084012746811, - 0.1897842437028885 - ] - ], - [ - 0.5, - [ - 0.9119425415992737, - 0.3596508502960205, - 0.030498184263706207, - 0.19514600932598114 - ] - ], - [ - 0.5333333611488342, - [ - 0.9220291972160339, - 0.32752564549446106, - 0.044375162571668625, - 0.20154443383216858 - ] - ], - [ - 0.5666666626930237, - [ - 0.9299944639205933, - 0.29765188694000244, - 0.056802719831466675, - 0.20805564522743225 - ] - ], - [ - 0.6000000238418579, - [ - 0.935021162033081, - 0.27560409903526306, - 0.06568402796983719, - 0.213221475481987 - ] - ], - [ - 0.6333333253860474, - [ - 0.936787486076355, - 0.26701605319976807, - 0.06907868385314941, - 0.21531322598457336 - ] - ], - [ - 0.6666666865348816, - [ - 0.9349901080131531, - 0.2755809426307678, - 0.06563056260347366, - 0.21340401470661163 - ] - ], - [ - 0.699999988079071, - [ - 0.9298899173736572, - 0.2975810468196869, - 0.056638479232788086, - 0.20866864919662476 - ] - ], - [ - 0.7333333492279053, - [ - 0.921837329864502, - 0.32741379737854004, - 0.04411423206329346, - 0.2026575654745102 - ] - ], - [ - 0.7666666507720947, - [ - 0.9116808772087097, - 0.3595242202281952, - 0.03020133636891842, - 0.19664232432842255 - ] - ], - [ - 0.800000011920929, - [ - 0.9011631011962891, - 0.38857707381248474, - 0.017240656539797783, - 0.19135232269763947 - ] - ], - [ - 0.8333333134651184, - [ - 0.8928856253623962, - 0.4095633029937744, - 0.007732387166470289, - 0.18695829808712006 - ] - ], - [ - 0.8666666746139526, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 0.8999999761581421, - [ - 0.8919548988342285, - 0.41500070691108704, - 0.007517814636230469, - 0.17926064133644104 - ] - ], - [ - 0.9333333373069763, - [ - 0.8962392210960388, - 0.40767887234687805, - 0.015257229097187519, - 0.17412757873535156 - ] - ], - [ - 0.9666666388511658, - [ - 0.9015533924102783, - 0.39759647846221924, - 0.025761449709534645, - 0.16868570446968079 - ] - ], - [ - 1.0, - [ - 0.9068583846092224, - 0.38658270239830017, - 0.03724018484354019, - 0.16363033652305603 - ] - ], - [ - 1.0333333015441895, - [ - 0.9113381505012512, - 0.3764658570289612, - 0.047827672213315964, - 0.15952661633491516 - ] - ], - [ - 1.0666667222976685, - [ - 0.9143909811973572, - 0.36906665563583374, - 0.0556018203496933, - 0.156803697347641 - ] - ], - [ - 1.100000023841858, - [ - 0.9155242443084717, - 0.3661975860595703, - 0.05862122029066086, - 0.15581472218036652 - ] - ], - [ - 1.1333333253860474, - [ - 0.9143403172492981, - 0.3690330684185028, - 0.055526427924633026, - 0.15720434486865997 - ] - ], - [ - 1.1666666269302368, - [ - 0.9111596345901489, - 0.3763599991798401, - 0.04758758842945099, - 0.16086305677890778 - ] - ], - [ - 1.2000000476837158, - [ - 0.9065118432044983, - 0.38640785217285156, - 0.03683430701494217, - 0.16603831946849823 - ] - ], - [ - 1.2333333492279053, - [ - 0.9010540843009949, - 0.39738473296165466, - 0.02525964006781578, - 0.1718984842300415 - ] - ], - [ - 1.2666666507720947, - [ - 0.8956820368766785, - 0.40747785568237305, - 0.01477239653468132, - 0.17747528851032257 - ] - ], - [ - 1.2999999523162842, - [ - 0.8915328979492188, - 0.4148651659488678, - 0.007189144846051931, - 0.18167078495025635 - ] - ], - [ - 1.3333333730697632, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 1.3666666746139526, - [ - 0.8908762335777283, - 0.41587650775909424, - 0.005670436192303896, - 0.18263177573680878 - ] - ], - [ - 1.399999976158142, - [ - 0.8935055136680603, - 0.4108926057815552, - 0.009483288042247295, - 0.18090176582336426 - ] - ], - [ - 1.4333332777023315, - [ - 0.8971741199493408, - 0.40364310145378113, - 0.01512238010764122, - 0.1786678582429886 - ] - ], - [ - 1.4666666984558105, - [ - 0.9013099074363708, - 0.39499303698539734, - 0.02199004590511322, - 0.1764579862356186 - ] - ], - [ - 1.5, - [ - 0.9053930640220642, - 0.38581225275993347, - 0.02946143038570881, - 0.17477013170719147 - ] - ], - [ - 1.5333333015441895, - [ - 0.9089750051498413, - 0.3769722282886505, - 0.03688431903719902, - 0.17405734956264496 - ] - ], - [ - 1.5666667222976685, - [ - 0.9116769433021545, - 0.3693463206291199, - 0.043585848063230515, - 0.17472487688064575 - ] - ], - [ - 1.600000023841858, - [ - 0.9138340950012207, - 0.361875057220459, - 0.050636932253837585, - 0.1771712452173233 - ] - ], - [ - 1.6333333253860474, - [ - 0.9158777594566345, - 0.35338905453681946, - 0.05894792452454567, - 0.18113316595554352 - ] - ], - [ - 1.6666666269302368, - [ - 0.9176507592201233, - 0.3446197509765625, - 0.06761649996042252, - 0.18596376478672028 - ] - ], - [ - 1.7000000476837158, - [ - 0.9190542697906494, - 0.3363393545150757, - 0.07577459514141083, - 0.19098040461540222 - ] - ], - [ - 1.7333333492279053, - [ - 0.9200482964515686, - 0.32936590909957886, - 0.08258997648954391, - 0.19546911120414734 - ] - ], - [ - 1.7666666507720947, - [ - 0.9206365346908569, - 0.3245503604412079, - 0.08726086467504501, - 0.19869829714298248 - ] - ], - [ - 1.7999999523162842, - [ - 0.9208335876464844, - 0.3227558732032776, - 0.08899560570716858, - 0.19993485510349274 - ] - ], - [ - 1.8333333730697632, - [ - 0.9205222129821777, - 0.3252701461315155, - 0.08608047664165497, - 0.1985662281513214 - ] - ], - [ - 1.8666666746139526, - [ - 0.9196441769599915, - 0.3317188024520874, - 0.07853593677282333, - 0.19506295025348663 - ] - ], - [ - 1.899999976158142, - [ - 0.9182695746421814, - 0.34045135974884033, - 0.06815746426582336, - 0.1903376430273056 - ] - ], - [ - 1.9333332777023315, - [ - 0.9165471196174622, - 0.34984973073005676, - 0.056772343814373016, - 0.18526579439640045 - ] - ], - [ - 1.9666666984558105, - [ - 0.9147673845291138, - 0.35836708545684814, - 0.04626002162694931, - 0.1806480586528778 - ] - ], - [ - 2.0, - [ - 0.9133599996566772, - 0.364533394575119, - 0.03855135664343834, - 0.17720811069011688 - ] - ], - [ - 2.0333333015441895, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.066666603088379, - [ - 0.914060652256012, - 0.3634316325187683, - 0.03820359706878662, - 0.17592918872833252 - ] - ], - [ - 2.0999999046325684, - [ - 0.9170326590538025, - 0.35433197021484375, - 0.04476625472307205, - 0.17747104167938232 - ] - ], - [ - 2.133333444595337, - [ - 0.92082279920578, - 0.3418015241622925, - 0.053658079355955124, - 0.1799386590719223 - ] - ], - [ - 2.1666667461395264, - [ - 0.9246149063110352, - 0.3280513286590576, - 0.0632602870464325, - 0.18294194340705872 - ] - ], - [ - 2.200000047683716, - [ - 0.9277896285057068, - 0.3153497576713562, - 0.07199540734291077, - 0.18595068156719208 - ] - ], - [ - 2.2333333492279053, - [ - 0.9299261569976807, - 0.3060155212879181, - 0.0783342495560646, - 0.18829651176929474 - ] - ], - [ - 2.2666666507720947, - [ - 0.9307124018669128, - 0.30238619446754456, - 0.08078037202358246, - 0.18923944234848022 - ] - ], - [ - 2.299999952316284, - [ - 0.9299891591072083, - 0.305481493473053, - 0.07835133373737335, - 0.18884462118148804 - ] - ], - [ - 2.3333332538604736, - [ - 0.9279675483703613, - 0.3137078285217285, - 0.07191502302885056, - 0.18786123394966125 - ] - ], - [ - 2.366666555404663, - [ - 0.9248281121253967, - 0.32546696066856384, - 0.06274682283401489, - 0.18662062287330627 - ] - ], - [ - 2.4000000953674316, - [ - 0.9207999110221863, - 0.3391597867012024, - 0.05213015899062157, - 0.18542014062404633 - ] - ], - [ - 2.433333396911621, - [ - 0.9162502884864807, - 0.3531970679759979, - 0.041363269090652466, - 0.18446224927902222 - ] - ], - [ - 2.4666666984558105, - [ - 0.911718487739563, - 0.36601701378822327, - 0.03175225481390953, - 0.18382857739925385 - ] - ], - [ - 2.5, - [ - 0.9078997373580933, - 0.37609004974365234, - 0.024606017395853996, - 0.18349097669124603 - ] - ], - [ - 2.5333333015441895, - [ - 0.9045625329017639, - 0.38442736864089966, - 0.019453441724181175, - 0.1833132803440094 - ] - ], - [ - 2.566666603088379, - [ - 0.9010939002037048, - 0.39273029565811157, - 0.014981449581682682, - 0.18321643769741058 - ] - ], - [ - 2.5999999046325684, - [ - 0.8977120518684387, - 0.4005352854728699, - 0.011231795884668827, - 0.18319018185138702 - ] - ], - [ - 2.633333444595337, - [ - 0.8946512341499329, - 0.40738657116889954, - 0.00824535358697176, - 0.18321406841278076 - ] - ], - [ - 2.6666667461395264, - [ - 0.8921583890914917, - 0.41283389925956726, - 0.0060628000646829605, - 0.18326173722743988 - ] - ], - [ - 2.700000047683716, - [ - 0.8904840350151062, - 0.4164310693740845, - 0.004723960999399424, - 0.1833057850599289 - ] - ], - [ - 2.7333333492279053, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 2.7666666507720947, - [ - 0.8912724852561951, - 0.41494277119636536, - 0.005977536551654339, - 0.18281236290931702 - ] - ], - [ - 2.799999952316284, - [ - 0.8948102593421936, - 0.40773770213127136, - 0.010399953462183475, - 0.1815389096736908 - ] - ], - [ - 2.8333332538604736, - [ - 0.8994877338409424, - 0.3978499472141266, - 0.016482582315802574, - 0.1799042522907257 - ] - ], - [ - 2.866666555404663, - [ - 0.9043729305267334, - 0.3870338797569275, - 0.023153789341449738, - 0.17826467752456665 - ] - ], - [ - 2.9000000953674316, - [ - 0.9086627960205078, - 0.3770705759525299, - 0.029314693063497543, - 0.1768907755613327 - ] - ], - [ - 2.933333396911621, - [ - 0.9116825461387634, - 0.3697645664215088, - 0.03384174406528473, - 0.17596599459648132 - ] - ], - [ - 2.9666666984558105, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 3.0, - [ - 0.9112933874130249, - 0.37072068452835083, - 0.03324886038899422, - 0.1760830581188202 - ] - ], - [ - 3.0333333015441895, - [ - 0.9073429107666016, - 0.3801858425140381, - 0.027386747300624847, - 0.1773063689470291 - ] - ], - [ - 3.066666603088379, - [ - 0.9019578099250793, - 0.39244741201400757, - 0.01981254853308201, - 0.17906597256660461 - ] - ], - [ - 3.0999999046325684, - [ - 0.896291196346283, - 0.40465378761291504, - 0.012295441702008247, - 0.18101508915424347 - ] - ], - [ - 3.133333444595337, - [ - 0.8917405605316162, - 0.41400206089019775, - 0.006554431281983852, - 0.1826421320438385 - ] - ], - [ - 3.1666667461395264, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 3.200000047683716, - [ - 0.8917406797409058, - 0.41400182247161865, - 0.006554572843015194, - 0.1826421022415161 - ] - ], - [ - 3.2333333492279053, - [ - 0.8962910771369934, - 0.40465375781059265, - 0.012295424938201904, - 0.18101508915424347 - ] - ], - [ - 3.2666666507720947, - [ - 0.9019579291343689, - 0.3924470841884613, - 0.019812755286693573, - 0.17906592786312103 - ] - ], - [ - 3.299999952316284, - [ - 0.9073429107666016, - 0.3801858723163605, - 0.027386732399463654, - 0.1773063689470291 - ] - ], - [ - 3.3333332538604736, - [ - 0.9100633859634399, - 0.37376925349235535, - 0.03142497316002846, - 0.1763339340686798 - ] - ], - [ - 3.366666555404663, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458433578_1068422.json b/lenses/physics-objects/Scene/assets/1645812458433578_1068422.json deleted file mode 100644 index 0b172b0f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458433578_1068422.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458433578:1068422", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458435547_1068435.json b/lenses/physics-objects/Scene/assets/1645812458435547_1068435.json deleted file mode 100644 index 7fcb87d7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458435547_1068435.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458435547:1068435", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ], - [ - 6.633333206176758, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458436088_1068442.json b/lenses/physics-objects/Scene/assets/1645812458436088_1068442.json deleted file mode 100644 index 6363775e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458436088_1068442.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458436088:1068442", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 0.03333333507180214, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 0.06666667014360428, - [ - -0.040350206196308136, - 0.07095343619585037, - -0.17571112513542175, - 0.981052041053772 - ] - ], - [ - 0.10000000149011612, - [ - -0.04026510939002037, - 0.0705440416932106, - -0.1766321063041687, - 0.9809196591377258 - ] - ], - [ - 0.13333334028720856, - [ - -0.04013031721115112, - 0.06988879293203354, - -0.1780344694852829, - 0.9807185530662537 - ] - ], - [ - 0.1666666716337204, - [ - -0.03995206952095032, - 0.06900975108146667, - -0.17980971932411194, - 0.9804641604423523 - ] - ], - [ - 0.20000000298023224, - [ - -0.03973645344376564, - 0.06792905926704407, - -0.18184949457645416, - 0.9801721572875977 - ] - ], - [ - 0.23333333432674408, - [ - -0.03948892652988434, - 0.06666909158229828, - -0.1840454488992691, - 0.9798587560653687 - ] - ], - [ - 0.2666666805744171, - [ - -0.03921402990818024, - 0.06525249034166336, - -0.18628928065299988, - 0.9795410633087158 - ] - ], - [ - 0.30000001192092896, - [ - -0.03891516104340553, - 0.06370224803686142, - -0.188472718000412, - 0.9792373180389404 - ] - ], - [ - 0.3333333432674408, - [ - -0.038594454526901245, - 0.062041692435741425, - -0.19048751890659332, - 0.9789667129516602 - ] - ], - [ - 0.36666667461395264, - [ - -0.03825278952717781, - 0.06029444560408592, - -0.1922253966331482, - 0.9787495732307434 - ] - ], - [ - 0.4000000059604645, - [ - -0.03788990154862404, - 0.058484382927417755, - -0.1935780793428421, - 0.9786069989204407 - ] - ], - [ - 0.4333333373069763, - [ - -0.036998096853494644, - 0.05572895705699921, - -0.19150815904140472, - 0.9792090058326721 - ] - ], - [ - 0.46666666865348816, - [ - -0.035258445888757706, - 0.05154532566666603, - -0.18417701125144958, - 0.9809072017669678 - ] - ], - [ - 0.5, - [ - -0.03297038376331329, - 0.046552885323762894, - -0.1732693612575531, - 0.9832209944725037 - ] - ], - [ - 0.5333333611488342, - [ - -0.03045564889907837, - 0.04136640578508377, - -0.16047757863998413, - 0.9857019186019897 - ] - ], - [ - 0.5666666626930237, - [ - -0.028054097667336464, - 0.03659640625119209, - -0.14751151204109192, - 0.987984836101532 - ] - ], - [ - 0.6000000238418579, - [ - -0.026116209104657173, - 0.03284987434744835, - -0.13609915971755981, - 0.989806056022644 - ] - ], - [ - 0.6333333253860474, - [ - -0.024992987513542175, - 0.03073274902999401, - -0.12798140943050385, - 0.9909852743148804 - ] - ], - [ - 0.6666666865348816, - [ - -0.0250239335000515, - 0.030854888260364532, - -0.12490226328372955, - 0.9913734197616577 - ] - ], - [ - 0.699999988079071, - [ - -0.026970764622092247, - 0.034804802387952805, - -0.13036417961120605, - 0.9904879331588745 - ] - ], - [ - 0.7333333492279053, - [ - -0.030877072364091873, - 0.04283827915787697, - -0.14475207030773163, - 0.9880578517913818 - ] - ], - [ - 0.7666666507720947, - [ - -0.03596283867955208, - 0.05357981473207474, - -0.16507311165332794, - 0.9841680526733398 - ] - ], - [ - 0.800000011920929, - [ - -0.04145491495728493, - 0.06567726284265518, - -0.18817771971225739, - 0.9790593385696411 - ] - ], - [ - 0.8333333134651184, - [ - -0.04666714742779732, - 0.07774078100919724, - -0.21096289157867432, - 0.9732797145843506 - ] - ], - [ - 0.8666666746139526, - [ - -0.0510193333029747, - 0.08835373818874359, - -0.23039963841438293, - 0.967732846736908 - ] - ], - [ - 0.8999999761581421, - [ - -0.05402667820453644, - 0.09608952701091766, - -0.2435338795185089, - 0.9636073708534241 - ] - ], - [ - 0.9333333373069763, - [ - -0.0552545040845871, - 0.09952296316623688, - -0.24744775891304016, - 0.962191104888916 - ] - ], - [ - 0.9666666388511658, - [ - -0.05527365207672119, - 0.09984821081161499, - -0.24417561292648315, - 0.9629918932914734 - ] - ], - [ - 1.0, - [ - -0.05501355603337288, - 0.0993422344326973, - -0.23815108835697174, - 0.964566707611084 - ] - ], - [ - 1.0333333015441895, - [ - -0.05456683412194252, - 0.09820576012134552, - -0.23003444075584412, - 0.966675877571106 - ] - ], - [ - 1.0666667222976685, - [ - -0.0540226511657238, - 0.09664078801870346, - -0.22048814594745636, - 0.969085693359375 - ] - ], - [ - 1.100000023841858, - [ - -0.05346636474132538, - 0.094852015376091, - -0.21018007397651672, - 0.9715805649757385 - ] - ], - [ - 1.1333333253860474, - [ - -0.05297938361763954, - 0.09304801374673843, - -0.19978469610214233, - 0.973971962928772 - ] - ], - [ - 1.1666666269302368, - [ - -0.05263892933726311, - 0.091441810131073, - -0.1899830847978592, - 0.9761013984680176 - ] - ], - [ - 1.2000000476837158, - [ - -0.0525178462266922, - 0.09025102853775024, - -0.1814614236354828, - 0.9778386354446411 - ] - ], - [ - 1.2333333492279053, - [ - -0.0526844784617424, - 0.08969759196043015, - -0.17490895092487335, - 0.9790738224983215 - ] - ], - [ - 1.2666666507720947, - [ - -0.053202610462903976, - 0.09000706672668457, - -0.17101483047008514, - 0.9797051548957825 - ] - ], - [ - 1.2999999523162842, - [ - -0.05441759526729584, - 0.0912974551320076, - -0.17114196717739105, - 0.9794967770576477 - ] - ], - [ - 1.3333333730697632, - [ - -0.05636024475097656, - 0.09328857809305191, - -0.17498736083507538, - 0.9785193800926208 - ] - ], - [ - 1.3666666746139526, - [ - -0.05862951651215553, - 0.09560512006282806, - -0.18073973059654236, - 0.9771158695220947 - ] - ], - [ - 1.399999976158142, - [ - -0.06082930788397789, - 0.09786053746938705, - -0.18659862875938416, - 0.975655734539032 - ] - ], - [ - 1.4333332777023315, - [ - -0.06256268173456192, - 0.09965625405311584, - -0.19077950716018677, - 0.974555253982544 - ] - ], - [ - 1.4666666984558105, - [ - -0.06343341618776321, - 0.10058523714542389, - -0.19150860607624054, - 0.9742603898048401 - ] - ], - [ - 1.5, - [ - -0.06309676915407181, - 0.10030178725719452, - -0.18740428984165192, - 0.9751092195510864 - ] - ], - [ - 1.5333333015441895, - [ - -0.06175471469759941, - 0.09900276362895966, - -0.1794605553150177, - 0.976820707321167 - ] - ], - [ - 1.5666667222976685, - [ - -0.059828486293554306, - 0.09709684550762177, - -0.16946762800216675, - 0.9789145588874817 - ] - ], - [ - 1.600000023841858, - [ - -0.05772408843040466, - 0.09498985856771469, - -0.159229576587677, - 0.9809642434120178 - ] - ], - [ - 1.6333333253860474, - [ - -0.0558304525911808, - 0.09307929128408432, - -0.15057037770748138, - 0.9826229214668274 - ] - ], - [ - 1.6666666269302368, - [ - -0.053926385939121246, - 0.09117269515991211, - -0.14240778982639313, - 0.984123706817627 - ] - ], - [ - 1.7000000476837158, - [ - -0.05180538818240166, - 0.08906209468841553, - -0.13398396968841553, - 0.9856127500534058 - ] - ], - [ - 1.7333333492279053, - [ - -0.0496843084692955, - 0.0870155617594719, - -0.12768977880477905, - 0.9867396354675293 - ] - ], - [ - 1.7666666507720947, - [ - -0.0478161983191967, - 0.08531897515058517, - -0.1258772909641266, - 0.9872129559516907 - ] - ], - [ - 1.7999999523162842, - [ - -0.04634498804807663, - 0.08391498774290085, - -0.12871502339839935, - 0.9870374202728271 - ] - ], - [ - 1.8333333730697632, - [ - -0.045098528265953064, - 0.08246533572673798, - -0.13426759839057922, - 0.9864774942398071 - ] - ], - [ - 1.8666666746139526, - [ - -0.04406037554144859, - 0.08092974126338959, - -0.1416565328836441, - 0.9856179356575012 - ] - ], - [ - 1.899999976158142, - [ - -0.04320390522480011, - 0.07927537709474564, - -0.1500018835067749, - 0.9845548868179321 - ] - ], - [ - 1.9333332777023315, - [ - -0.0424843430519104, - 0.07747794687747955, - -0.1584240347146988, - 0.9834095239639282 - ] - ], - [ - 1.9666666984558105, - [ - -0.04183501377701759, - 0.07552114129066467, - -0.1660449504852295, - 0.9823317527770996 - ] - ], - [ - 2.0, - [ - -0.04116810858249664, - 0.07339528203010559, - -0.1719885617494583, - 0.9814980626106262 - ] - ], - [ - 2.0333333015441895, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 2.066666603088379, - [ - -0.03974407538771629, - 0.06874459981918335, - -0.1770879328250885, - 0.980986475944519 - ] - ], - [ - 2.0999999046325684, - [ - -0.03947599604725838, - 0.06655824929475784, - -0.1784926801919937, - 0.9808934926986694 - ] - ], - [ - 2.133333444595337, - [ - -0.03937453776597977, - 0.06466425955295563, - -0.17948447167873383, - 0.9808432459831238 - ] - ], - [ - 2.1666667461395264, - [ - -0.03923770412802696, - 0.0631900504231453, - -0.1799519807100296, - 0.9808591604232788 - ] - ], - [ - 2.200000047683716, - [ - -0.03886374458670616, - 0.06226267293095589, - -0.17978313565254211, - 0.9809644222259521 - ] - ], - [ - 2.2333333492279053, - [ - -0.038181010633707047, - 0.06135132908821106, - -0.17728106677532196, - 0.9815037846565247 - ] - ], - [ - 2.2666666507720947, - [ - -0.03730578348040581, - 0.06000595912337303, - -0.17132842540740967, - 0.9826770424842834 - ] - ], - [ - 2.299999952316284, - [ - -0.03630925714969635, - 0.058430615812540054, - -0.16277576982975006, - 0.9842620491981506 - ] - ], - [ - 2.3333332538604736, - [ - -0.03532170131802559, - 0.05681845173239708, - -0.15255260467529297, - 0.9860283732414246 - ] - ], - [ - 2.366666555404663, - [ - -0.03446958214044571, - 0.05536365881562233, - -0.14159487187862396, - 0.9877740740776062 - ] - ], - [ - 2.4000000953674316, - [ - -0.03387026861310005, - 0.054263997822999954, - -0.13084542751312256, - 0.9893370270729065 - ] - ], - [ - 2.433333396911621, - [ - -0.03362860158085823, - 0.053722742944955826, - -0.12125339359045029, - 0.9905961751937866 - ] - ], - [ - 2.4666666984558105, - [ - -0.033835284411907196, - 0.05394982174038887, - -0.11377047747373581, - 0.9914640188217163 - ] - ], - [ - 2.5, - [ - -0.034567177295684814, - 0.055162373930215836, - -0.10934843122959137, - 0.9918695092201233 - ] - ], - [ - 2.5333333015441895, - [ - -0.035350602120161057, - 0.05752357095479965, - -0.11074939370155334, - 0.9915522933006287 - ] - ], - [ - 2.566666603088379, - [ - -0.035743169486522675, - 0.06080479547381401, - -0.11872585862874985, - 0.9904187917709351 - ] - ], - [ - 2.5999999046325684, - [ - -0.035926226526498795, - 0.06453856080770493, - -0.1306314617395401, - 0.9886756539344788 - ] - ], - [ - 2.633333444595337, - [ - -0.03610663861036301, - 0.068224236369133, - -0.14343687891960144, - 0.9866446256637573 - ] - ], - [ - 2.6666667461395264, - [ - -0.03644900023937225, - 0.07143835723400116, - -0.154310941696167, - 0.9847620129585266 - ] - ], - [ - 2.700000047683716, - [ - -0.037048984318971634, - 0.07388219982385635, - -0.16106891632080078, - 0.9834762811660767 - ] - ], - [ - 2.7333333492279053, - [ - -0.037946831434965134, - 0.07536552101373672, - -0.16232912242412567, - 0.9831223487854004 - ] - ], - [ - 2.7666666507720947, - [ - -0.03954186663031578, - 0.07664318382740021, - -0.1604161560535431, - 0.9832746982574463 - ] - ], - [ - 2.799999952316284, - [ - -0.04268454760313034, - 0.07883128523826599, - -0.15793049335479736, - 0.983372688293457 - ] - ], - [ - 2.8333332538604736, - [ - -0.04841143637895584, - 0.08249342441558838, - -0.1540745496749878, - 0.9834186434745789 - ] - ], - [ - 2.866666555404663, - [ - -0.05578618869185448, - 0.08672568947076797, - -0.14835913479328156, - 0.9835426211357117 - ] - ], - [ - 2.9000000953674316, - [ - -0.05812625586986542, - 0.08731997758150101, - -0.14419424533843994, - 0.9839739799499512 - ] - ], - [ - 2.933333396911621, - [ - -0.05695507302880287, - 0.08539417386054993, - -0.14076051115989685, - 0.984708309173584 - ] - ], - [ - 2.9666666984558105, - [ - -0.05496998503804207, - 0.08261136710643768, - -0.1363227814435959, - 0.985682487487793 - ] - ], - [ - 3.0, - [ - -0.05250883847475052, - 0.07946226000785828, - -0.13174957036972046, - 0.9866968393325806 - ] - ], - [ - 3.0333333015441895, - [ - -0.04991915822029114, - 0.07642862200737, - -0.12791708111763, - 0.9875748157501221 - ] - ], - [ - 3.066666603088379, - [ - -0.04755999520421028, - 0.07398054003715515, - -0.12571008503437042, - 0.9881608486175537 - ] - ], - [ - 3.0999999046325684, - [ - -0.04580008238554001, - 0.07257770001888275, - -0.1260196715593338, - 0.9883086085319519 - ] - ], - [ - 3.133333444595337, - [ - -0.04470197483897209, - 0.07220551371574402, - -0.12907648086547852, - 0.9879915714263916 - ] - ], - [ - 3.1666667461395264, - [ - -0.04404646158218384, - 0.07245965301990509, - -0.13405399024486542, - 0.9873393774032593 - ] - ], - [ - 3.200000047683716, - [ - -0.04377977177500725, - 0.07321511209011078, - -0.14025753736495972, - 0.9864333271980286 - ] - ], - [ - 3.2333333492279053, - [ - -0.043841633945703506, - 0.07435254752635956, - -0.1469920426607132, - 0.9853643774986267 - ] - ], - [ - 3.2666666507720947, - [ - -0.04416535422205925, - 0.07575718313455582, - -0.1535637378692627, - 0.9842400550842285 - ] - ], - [ - 3.299999952316284, - [ - -0.04467930272221565, - 0.0773172378540039, - -0.15928132832050323, - 0.9831863045692444 - ] - ], - [ - 3.3333332538604736, - [ - -0.0453098863363266, - 0.078921839594841, - -0.16345633566379547, - 0.9823443293571472 - ] - ], - [ - 3.366666555404663, - [ - -0.04603695124387741, - 0.08069051802158356, - -0.16696889698505402, - 0.9815759062767029 - ] - ], - [ - 3.4000000953674316, - [ - -0.04685288295149803, - 0.08276888728141785, - -0.17097704112529755, - 0.9806737303733826 - ] - ], - [ - 3.433333396911621, - [ - -0.047704096883535385, - 0.08508419990539551, - -0.17521142959594727, - 0.9796866774559021 - ] - ], - [ - 3.4666666984558105, - [ - -0.04853751137852669, - 0.08756336569786072, - -0.17940406501293182, - 0.9786679744720459 - ] - ], - [ - 3.5, - [ - -0.049301035702228546, - 0.09013302624225616, - -0.18328823149204254, - 0.977676272392273 - ] - ], - [ - 3.5333333015441895, - [ - -0.04994408041238785, - 0.09271955490112305, - -0.18659846484661102, - 0.9767751693725586 - ] - ], - [ - 3.566666603088379, - [ - -0.050418198108673096, - 0.0952492281794548, - -0.18907028436660767, - 0.9760317802429199 - ] - ], - [ - 3.5999999046325684, - [ - -0.050827477127313614, - 0.09926025569438934, - -0.19055308401584625, - 0.9753222465515137 - ] - ], - [ - 3.633333444595337, - [ - -0.05120524764060974, - 0.10503723472356796, - -0.19104452431201935, - 0.974601149559021 - ] - ], - [ - 3.6666667461395264, - [ - -0.051421284675598145, - 0.1106225922703743, - -0.1904912292957306, - 0.974079966545105 - ] - ], - [ - 3.700000047683716, - [ - -0.05136355757713318, - 0.11405494064092636, - -0.18881727755069733, - 0.9740129709243774 - ] - ], - [ - 3.7333333492279053, - [ - -0.05090871825814247, - 0.11337161064147949, - -0.18593180179595947, - 0.9746716022491455 - ] - ], - [ - 3.7666666507720947, - [ - -0.05110931396484375, - 0.10813161730766296, - -0.17974774539470673, - 0.9764150381088257 - ] - ], - [ - 3.799999952316284, - [ - -0.05277101323008537, - 0.10011148452758789, - -0.16976787149906158, - 0.9789647459983826 - ] - ], - [ - 3.8333332538604736, - [ - -0.05539165809750557, - 0.09068775922060013, - -0.1582886427640915, - 0.9816579818725586 - ] - ], - [ - 3.866666555404663, - [ - -0.05853836238384247, - 0.08129395544528961, - -0.14759768545627594, - 0.9839611053466797 - ] - ], - [ - 3.9000000953674316, - [ - -0.06186347082257271, - 0.07343974709510803, - -0.1399621218442917, - 0.9854897856712341 - ] - ], - [ - 3.933333396911621, - [ - -0.06508571654558182, - 0.06869649142026901, - -0.13762299716472626, - 0.9859536290168762 - ] - ], - [ - 3.9666666984558105, - [ - -0.06878301501274109, - 0.06694037467241287, - -0.14016053080558777, - 0.9854658246040344 - ] - ], - [ - 4.0, - [ - -0.07346992939710617, - 0.06680204719305038, - -0.1450432538986206, - 0.9844299554824829 - ] - ], - [ - 4.0333333015441895, - [ - -0.07881037890911102, - 0.06794494390487671, - -0.15152212977409363, - 0.9829615950584412 - ] - ], - [ - 4.066666603088379, - [ - -0.08445334434509277, - 0.07000190019607544, - -0.15891925990581512, - 0.9811789989471436 - ] - ], - [ - 4.099999904632568, - [ - -0.09000741690397263, - 0.07263213396072388, - -0.16641277074813843, - 0.9792497158050537 - ] - ], - [ - 4.133333206176758, - [ - -0.0950840637087822, - 0.0754723772406578, - -0.17320182919502258, - 0.9773761034011841 - ] - ], - [ - 4.166666507720947, - [ - -0.09930191934108734, - 0.07813964039087296, - -0.17850500345230103, - 0.9757916331291199 - ] - ], - [ - 4.199999809265137, - [ - -0.10228930413722992, - 0.08023834228515625, - -0.18155421316623688, - 0.9747496247291565 - ] - ], - [ - 4.233333110809326, - [ - -0.10368378460407257, - 0.08137119561433792, - -0.18158377707004547, - 0.9745029211044312 - ] - ], - [ - 4.266666889190674, - [ - -0.10290204733610153, - 0.08070293068885803, - -0.17959970235824585, - 0.9750089049339294 - ] - ], - [ - 4.300000190734863, - [ - -0.0999525710940361, - 0.07808108627796173, - -0.17718183994293213, - 0.9759710431098938 - ] - ], - [ - 4.333333492279053, - [ - -0.09535931050777435, - 0.07414241880178452, - -0.17440961301326752, - 0.9772363305091858 - ] - ], - [ - 4.366666793823242, - [ - -0.08965209871530533, - 0.06952032446861267, - -0.17136400938034058, - 0.9786540865898132 - ] - ], - [ - 4.400000095367432, - [ - -0.08337825536727905, - 0.06483770906925201, - -0.1681397557258606, - 0.9800883531570435 - ] - ], - [ - 4.433333396911621, - [ - -0.07710811495780945, - 0.060702648013830185, - -0.164852574467659, - 0.9814241528511047 - ] - ], - [ - 4.4666666984558105, - [ - -0.0714338943362236, - 0.0577070526778698, - -0.16164128482341766, - 0.9825676679611206 - ] - ], - [ - 4.5, - [ - -0.0669630616903305, - 0.056428950279951096, - -0.15866544842720032, - 0.9834414124488831 - ] - ], - [ - 4.5333333015441895, - [ - -0.06430667638778687, - 0.057438623160123825, - -0.1560981720685959, - 0.9839709401130676 - ] - ], - [ - 4.566666603088379, - [ - -0.06293812394142151, - 0.06096290796995163, - -0.15349715948104858, - 0.9842565655708313 - ] - ], - [ - 4.599999904632568, - [ - -0.061997219920158386, - 0.06613316386938095, - -0.15082086622714996, - 0.9843961596488953 - ] - ], - [ - 4.633333206176758, - [ - -0.06156955659389496, - 0.0718725174665451, - -0.14883574843406677, - 0.9843228459358215 - ] - ], - [ - 4.666666507720947, - [ - -0.061720382422208786, - 0.07709995657205582, - -0.14828744530677795, - 0.9840005040168762 - ] - ], - [ - 4.699999809265137, - [ - -0.06251118332147598, - 0.08073347806930542, - -0.14990234375, - 0.983414351940155 - ] - ], - [ - 4.733333110809326, - [ - -0.06359126418828964, - 0.08343113213777542, - -0.15621811151504517, - 0.982136070728302 - ] - ], - [ - 4.766666889190674, - [ - -0.06457162648439407, - 0.08639597147703171, - -0.16774998605251312, - 0.9799113273620605 - ] - ], - [ - 4.800000190734863, - [ - -0.06547939032316208, - 0.08936194330453873, - -0.18218398094177246, - 0.9770035147666931 - ] - ], - [ - 4.833333492279053, - [ - -0.06632114946842194, - 0.09207920730113983, - -0.19721940159797668, - 0.9737697243690491 - ] - ], - [ - 4.866666793823242, - [ - -0.06705981492996216, - 0.09432646632194519, - -0.2105768322944641, - 0.9707022905349731 - ] - ], - [ - 4.900000095367432, - [ - -0.06761409342288971, - 0.09590987116098404, - -0.22000086307525635, - 0.9684159755706787 - ] - ], - [ - 4.933333396911621, - [ - -0.06788042932748795, - 0.09664840996265411, - -0.22324977815151215, - 0.9675799012184143 - ] - ], - [ - 4.9666666984558105, - [ - -0.06644909083843231, - 0.09688331186771393, - -0.2207890897989273, - 0.9682201743125916 - ] - ], - [ - 5.0, - [ - -0.06252381205558777, - 0.09708775579929352, - -0.21530994772911072, - 0.9696939587593079 - ] - ], - [ - 5.0333333015441895, - [ - -0.0567692369222641, - 0.09717730432748795, - -0.20795466005802155, - 0.971642255783081 - ] - ], - [ - 5.066666603088379, - [ - -0.049873512238264084, - 0.09708899259567261, - -0.1998189091682434, - 0.973734438419342 - ] - ], - [ - 5.099999904632568, - [ - -0.04268322139978409, - 0.09684508293867111, - -0.1919419765472412, - 0.9756830930709839 - ] - ], - [ - 5.133333206176758, - [ - -0.0360250361263752, - 0.09642117470502853, - -0.18539994955062866, - 0.9772573709487915 - ] - ], - [ - 5.166666507720947, - [ - -0.030713031068444252, - 0.09575160592794418, - -0.18130216002464294, - 0.9782729148864746 - ] - ], - [ - 5.199999809265137, - [ - -0.02756500616669655, - 0.09474930167198181, - -0.18077804148197174, - 0.9785612225532532 - ] - ], - [ - 5.233333110809326, - [ - -0.026535391807556152, - 0.09303964674472809, - -0.18267525732517242, - 0.9784013628959656 - ] - ], - [ - 5.266666889190674, - [ - -0.02683604136109352, - 0.09046860784292221, - -0.18499693274497986, - 0.9781980514526367 - ] - ], - [ - 5.300000190734863, - [ - -0.028187304735183716, - 0.08728392422199249, - -0.18760450184345245, - 0.9779528379440308 - ] - ], - [ - 5.333333492279053, - [ - -0.030306104570627213, - 0.08373192697763443, - -0.19035564363002777, - 0.977668285369873 - ] - ], - [ - 5.366666793823242, - [ - -0.032904405146837234, - 0.08005617558956146, - -0.19310490787029266, - 0.9773529767990112 - ] - ], - [ - 5.400000095367432, - [ - -0.03568854182958603, - 0.07649629563093185, - -0.1957044154405594, - 0.9770232439041138 - ] - ], - [ - 5.433333396911621, - [ - -0.03835955634713173, - 0.07328762114048004, - -0.1980045586824417, - 0.976704478263855 - ] - ], - [ - 5.4666666984558105, - [ - -0.04061424732208252, - 0.07066170871257782, - -0.1998549848794937, - 0.9764299392700195 - ] - ], - [ - 5.5, - [ - -0.04214697331190109, - 0.06884760409593582, - -0.20110511779785156, - 0.9762378931045532 - ] - ], - [ - 5.5333333015441895, - [ - -0.04265245422720909, - 0.0680740475654602, - -0.20160478353500366, - 0.9761670827865601 - ] - ], - [ - 5.566666603088379, - [ - -0.042673397809267044, - 0.06804066151380539, - -0.20137907564640045, - 0.976215124130249 - ] - ], - [ - 5.599999904632568, - [ - -0.04293496161699295, - 0.06827196478843689, - -0.20059442520141602, - 0.9763489961624146 - ] - ], - [ - 5.633333206176758, - [ - -0.04340827092528343, - 0.06873501092195511, - -0.19931291043758392, - 0.9765580296516418 - ] - ], - [ - 5.666666507720947, - [ - -0.0440649688243866, - 0.06939641386270523, - -0.1975964903831482, - 0.9768307209014893 - ] - ], - [ - 5.699999809265137, - [ - -0.04487689211964607, - 0.0702226385474205, - -0.19550704956054688, - 0.9771550893783569 - ] - ], - [ - 5.733333110809326, - [ - -0.045815806835889816, - 0.07118015736341476, - -0.19310659170150757, - 0.9775193929672241 - ] - ], - [ - 5.766666889190674, - [ - -0.046853262931108475, - 0.07223581522703171, - -0.19045713543891907, - 0.9779124855995178 - ] - ], - [ - 5.800000190734863, - [ - -0.04796028509736061, - 0.0733567625284195, - -0.1876210719347, - 0.9783235192298889 - ] - ], - [ - 5.833333492279053, - [ - -0.04910729452967644, - 0.07451079785823822, - -0.18466073274612427, - 0.9787425994873047 - ] - ], - [ - 5.866666793823242, - [ - -0.05026410147547722, - 0.07566629350185394, - -0.18163876235485077, - 0.9791606068611145 - ] - ], - [ - 5.900000095367432, - [ - -0.051399655640125275, - 0.07679237425327301, - -0.17861805856227875, - 0.9795696139335632 - ] - ], - [ - 5.933333396911621, - [ - -0.05248227342963219, - 0.07785885035991669, - -0.17566154897212982, - 0.9799625873565674 - ] - ], - [ - 5.9666666984558105, - [ - -0.05347944796085358, - 0.07883617281913757, - -0.1728324443101883, - 0.9803335070610046 - ] - ], - [ - 6.0, - [ - -0.054358042776584625, - 0.0796954333782196, - -0.17019397020339966, - 0.9806772470474243 - ] - ], - [ - 6.0333333015441895, - [ - -0.05508437007665634, - 0.08040822297334671, - -0.16780947148799896, - 0.980989396572113 - ] - ], - [ - 6.066666603088379, - [ - -0.05562431365251541, - 0.08094646036624908, - -0.16574221849441528, - 0.9812660813331604 - ] - ], - [ - 6.099999904632568, - [ - -0.055943526327610016, - 0.08128223568201065, - -0.1640554815530777, - 0.9815036058425903 - ] - ], - [ - 6.133333206176758, - [ - -0.05600763112306595, - 0.08138752728700638, - -0.16281241178512573, - 0.981698215007782 - ] - ], - [ - 6.166666507720947, - [ - -0.05578247830271721, - 0.08123400062322617, - -0.1620759814977646, - 0.9818456768989563 - ] - ], - [ - 6.199999809265137, - [ - -0.0552317351102829, - 0.08084017038345337, - -0.16187253594398499, - 0.9819427728652954 - ] - ], - [ - 6.233333110809326, - [ - -0.054377902299165726, - 0.08026567101478577, - -0.16213735938072205, - 0.9819938540458679 - ] - ], - [ - 6.266666889190674, - [ - -0.053275641053915024, - 0.07954280823469162, - -0.16279640793800354, - 0.9820041656494141 - ] - ], - [ - 6.300000190734863, - [ - -0.051979999989271164, - 0.07870364934206009, - -0.16377559304237366, - 0.9819782972335815 - ] - ], - [ - 6.333333492279053, - [ - -0.050546105951070786, - 0.07778026908636093, - -0.16500109434127808, - 0.9819215536117554 - ] - ], - [ - 6.366666793823242, - [ - -0.04902894049882889, - 0.07680507004261017, - -0.16639931499958038, - 0.9818392992019653 - ] - ], - [ - 6.400000095367432, - [ - -0.04748339205980301, - 0.0758109986782074, - -0.16789695620536804, - 0.9817376732826233 - ] - ], - [ - 6.433333396911621, - [ - -0.045963920652866364, - 0.07483158260583878, - -0.16942116618156433, - 0.9816231727600098 - ] - ], - [ - 6.4666666984558105, - [ - -0.04452478885650635, - 0.07390109449625015, - -0.1708993762731552, - 0.9815037250518799 - ] - ], - [ - 6.5, - [ - -0.04321982339024544, - 0.07305441051721573, - -0.17225949466228485, - 0.9813876748085022 - ] - ], - [ - 6.5333333015441895, - [ - -0.042102567851543427, - 0.07232697308063507, - -0.1734296679496765, - 0.9812840223312378 - ] - ], - [ - 6.566666603088379, - [ - -0.041226353496313095, - 0.07175461202859879, - -0.1743382215499878, - 0.981202244758606 - ] - ], - [ - 6.599999904632568, - [ - -0.040644410997629166, - 0.07137326896190643, - -0.17491357028484344, - 0.9811519384384155 - ] - ], - [ - 6.633333206176758, - [ - -0.04041007533669472, - 0.07121867686510086, - -0.17508399486541748, - 0.9811424612998962 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458436481_1068449.json b/lenses/physics-objects/Scene/assets/1645812458436481_1068449.json deleted file mode 100644 index b7ba37fb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458436481_1068449.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458436481:1068449", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458438866_1068462.json b/lenses/physics-objects/Scene/assets/1645812458438866_1068462.json deleted file mode 100644 index 886baf2f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458438866_1068462.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458438866:1068462", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ], - [ - 3.366666555404663, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458439196_1068469.json b/lenses/physics-objects/Scene/assets/1645812458439196_1068469.json deleted file mode 100644 index 45542b00..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458439196_1068469.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458439196:1068469", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ], - [ - 0.03333333507180214, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ], - [ - 0.06666667014360428, - [ - -0.04254462197422981, - 0.06440746784210205, - -0.1935909390449524, - 0.9780409932136536 - ] - ], - [ - 0.10000000149011612, - [ - -0.04478800669312477, - 0.06593508273363113, - -0.1880931556224823, - 0.9789115190505981 - ] - ], - [ - 0.13333334028720856, - [ - -0.04669494181871414, - 0.06689713895320892, - -0.18449382483959198, - 0.9794418811798096 - ] - ], - [ - 0.1666666716337204, - [ - -0.048181500285863876, - 0.06712210178375244, - -0.1830185502767563, - 0.979631245136261 - ] - ], - [ - 0.20000000298023224, - [ - -0.04917546734213829, - 0.0664329007267952, - -0.1838921308517456, - 0.9794652462005615 - ] - ], - [ - 0.23333333432674408, - [ - -0.04874197766184807, - 0.06322020292282104, - -0.19248303771018982, - 0.9780479073524475 - ] - ], - [ - 0.2666666805744171, - [ - -0.0468410849571228, - 0.056931860744953156, - -0.21060562133789063, - 0.9747871160507202 - ] - ], - [ - 0.30000001192092896, - [ - -0.04469083249568939, - 0.048994358628988266, - -0.2331378161907196, - 0.9701799154281616 - ] - ], - [ - 0.3333333432674408, - [ - -0.04317203164100647, - 0.04099372401833534, - -0.2549811899662018, - 0.9651115536689758 - ] - ], - [ - 0.36666667461395264, - [ - -0.04278276115655899, - 0.034643545746803284, - -0.2713111639022827, - 0.9609161019325256 - ] - ], - [ - 0.4000000059604645, - [ - -0.043741632252931595, - 0.031729064881801605, - -0.27743983268737793, - 0.959222137928009 - ] - ], - [ - 0.4333333373069763, - [ - -0.046544399112463, - 0.03337733447551727, - -0.26777273416519165, - 0.9617782235145569 - ] - ], - [ - 0.46666666865348816, - [ - -0.051402196288108826, - 0.038331106305122375, - -0.24358491599559784, - 0.9677577018737793 - ] - ], - [ - 0.5, - [ - -0.05811342969536781, - 0.044791024178266525, - -0.2103646993637085, - 0.9748657941818237 - ] - ], - [ - 0.5333333611488342, - [ - -0.06614413857460022, - 0.051207106560468674, - -0.1737900972366333, - 0.9812236428260803 - ] - ], - [ - 0.5666666626930237, - [ - -0.07435858994722366, - 0.056499943137168884, - -0.1397392600774765, - 0.985774576663971 - ] - ], - [ - 0.6000000238418579, - [ - -0.08104158192873001, - 0.060095448046922684, - -0.11416589468717575, - 0.988325297832489 - ] - ], - [ - 0.6333333253860474, - [ - -0.08416687697172165, - 0.061726853251457214, - -0.10298316180706024, - 0.9891917109489441 - ] - ], - [ - 0.6666666865348816, - [ - -0.08253537118434906, - 0.06110481545329094, - -0.11009673774242401, - 0.9886014461517334 - ] - ], - [ - 0.699999988079071, - [ - -0.07740144431591034, - 0.058485716581344604, - -0.1316409707069397, - 0.9865389466285706 - ] - ], - [ - 0.7333333492279053, - [ - -0.07053910195827484, - 0.05432908609509468, - -0.16178706288337708, - 0.9828009605407715 - ] - ], - [ - 0.7666666507720947, - [ - -0.06347440183162689, - 0.049306612461805344, - -0.1946655660867691, - 0.9775710701942444 - ] - ], - [ - 0.800000011920929, - [ - -0.057220567017793655, - 0.04450229927897453, - -0.22445090115070343, - 0.9717855453491211 - ] - ], - [ - 0.8333333134651184, - [ - -0.05226724222302437, - 0.041404612362384796, - -0.2454594522714615, - 0.9671108722686768 - ] - ], - [ - 0.8666666746139526, - [ - -0.04885708540678024, - 0.04172978550195694, - -0.25215014815330505, - 0.9655527472496033 - ] - ], - [ - 0.8999999761581421, - [ - -0.04631410911679268, - 0.04675193503499031, - -0.24631032347679138, - 0.966954231262207 - ] - ], - [ - 0.9333333373069763, - [ - -0.04395595192909241, - 0.055549219250679016, - -0.23493386805057526, - 0.9694268703460693 - ] - ], - [ - 0.9666666388511658, - [ - -0.04213385283946991, - 0.06651221960783005, - -0.2203027456998825, - 0.9722487330436707 - ] - ], - [ - 1.0, - [ - -0.04106369987130165, - 0.078007273375988, - -0.20468875765800476, - 0.974849283695221 - ] - ], - [ - 1.0333333015441895, - [ - -0.04075063392519951, - 0.08839606493711472, - -0.19033703207969666, - 0.9768814444541931 - ] - ], - [ - 1.0666667222976685, - [ - -0.04099477455019951, - 0.09605547785758972, - -0.17945393919944763, - 0.9782070517539978 - ] - ], - [ - 1.100000023841858, - [ - -0.041480667889118195, - 0.09938511997461319, - -0.17421706020832062, - 0.9788004755973816 - ] - ], - [ - 1.1333333253860474, - [ - -0.04233601689338684, - 0.09709516167640686, - -0.17606325447559357, - 0.9786633253097534 - ] - ], - [ - 1.1666666269302368, - [ - -0.04380685091018677, - 0.09018025547266006, - -0.1835690587759018, - 0.9778808355331421 - ] - ], - [ - 1.2000000476837158, - [ - -0.0458059161901474, - 0.0804794654250145, - -0.19462721049785614, - 0.9764963388442993 - ] - ], - [ - 1.2333333492279053, - [ - -0.04816316068172455, - 0.06982515752315521, - -0.20709455013275146, - 0.9746366739273071 - ] - ], - [ - 1.2666666507720947, - [ - -0.05053083598613739, - 0.06002886965870857, - -0.21877607703208923, - 0.9726152420043945 - ] - ], - [ - 1.2999999523162842, - [ - -0.05237872153520584, - 0.05287579074501991, - -0.2274344265460968, - 0.9709451198577881 - ] - ], - [ - 1.3333333730697632, - [ - -0.05307730659842491, - 0.05013052001595497, - -0.23082008957862854, - 0.970253586769104 - ] - ], - [ - 1.3666666746139526, - [ - -0.052484843879938126, - 0.051268454641103745, - -0.22883465886116028, - 0.9706964492797852 - ] - ], - [ - 1.399999976158142, - [ - -0.051140427589416504, - 0.05421503633260727, - -0.22352498769760132, - 0.9718446135520935 - ] - ], - [ - 1.4333332777023315, - [ - -0.04946606978774071, - 0.05841121822595596, - -0.21586833894252777, - 0.9734177589416504 - ] - ], - [ - 1.4666666984558105, - [ - -0.04787040501832962, - 0.0632905662059784, - -0.206841841340065, - 0.9751508235931396 - ] - ], - [ - 1.5, - [ - -0.04672149196267128, - 0.06827408820390701, - -0.19742253422737122, - 0.9768215417861938 - ] - ], - [ - 1.5333333015441895, - [ - -0.046334151178598404, - 0.07277301698923111, - -0.18858160078525543, - 0.9782608151435852 - ] - ], - [ - 1.5666667222976685, - [ - -0.04697273299098015, - 0.07619383931159973, - -0.18128493428230286, - 0.9793487787246704 - ] - ], - [ - 1.600000023841858, - [ - -0.04940728098154068, - 0.07920262962579727, - -0.1742021143436432, - 0.9802752137184143 - ] - ], - [ - 1.6333333253860474, - [ - -0.05370386317372322, - 0.08258627355098724, - -0.16592754423618317, - 0.9812051057815552 - ] - ], - [ - 1.6666666269302368, - [ - -0.05902440845966339, - 0.08595579862594604, - -0.1573152244091034, - 0.9820283055305481 - ] - ], - [ - 1.7000000476837158, - [ - -0.06450967490673065, - 0.08896321803331375, - -0.1492336392402649, - 0.98267662525177 - ] - ], - [ - 1.7333333492279053, - [ - -0.06928252428770065, - 0.0913032665848732, - -0.14257194101810455, - 0.9831261038780212 - ] - ], - [ - 1.7666666507720947, - [ - -0.0724581629037857, - 0.09270352125167847, - -0.1382334977388382, - 0.9833856821060181 - ] - ], - [ - 1.7999999523162842, - [ - -0.07315351068973541, - 0.09289892762899399, - -0.1371273398399353, - 0.983470618724823 - ] - ], - [ - 1.8333333730697632, - [ - -0.07037273049354553, - 0.09074120223522186, - -0.14074264466762543, - 0.9833643436431885 - ] - ], - [ - 1.8666666746139526, - [ - -0.0646493062376976, - 0.08600721508264542, - -0.14865422248840332, - 0.9830183982849121 - ] - ], - [ - 1.899999976158142, - [ - -0.05731900408864021, - 0.07979315519332886, - -0.15885835886001587, - 0.9824009537696838 - ] - ], - [ - 1.9333332777023315, - [ - -0.049609310925006866, - 0.07320883870124817, - -0.1694423109292984, - 0.9815644025802612 - ] - ], - [ - 1.9666666984558105, - [ - -0.04272983968257904, - 0.06744241714477539, - -0.17859995365142822, - 0.9806771874427795 - ] - ], - [ - 2.0, - [ - -0.037829816341400146, - 0.06376077234745026, - -0.18456153571605682, - 0.9800207614898682 - ] - ], - [ - 2.0333333015441895, - [ - -0.03603898361325264, - 0.06346233189105988, - -0.1855819970369339, - 0.9799148440361023 - ] - ], - [ - 2.066666603088379, - [ - -0.03753175213932991, - 0.06681806594133377, - -0.179338738322258, - 0.9807978272438049 - ] - ], - [ - 2.0999999046325684, - [ - -0.041307155042886734, - 0.0725085660815239, - -0.16642390191555023, - 0.9825168251991272 - ] - ], - [ - 2.133333444595337, - [ - -0.046754200011491776, - 0.0794152170419693, - -0.14946356415748596, - 0.9844632744789124 - ] - ], - [ - 2.1666667461395264, - [ - -0.05314553156495094, - 0.08648383617401123, - -0.13110265135765076, - 0.9861583113670349 - ] - ], - [ - 2.200000047683716, - [ - -0.059572622179985046, - 0.09278880804777145, - -0.11399733275175095, - 0.987342894077301 - ] - ], - [ - 2.2333333492279053, - [ - -0.06495200842618942, - 0.09754366427659988, - -0.10080263763666153, - 0.9879804253578186 - ] - ], - [ - 2.2666666507720947, - [ - -0.0681004598736763, - 0.10005682706832886, - -0.09415963292121887, - 0.9881725311279297 - ] - ], - [ - 2.299999952316284, - [ - -0.06874167174100876, - 0.09953762590885162, - -0.09529492259025574, - 0.9880717396736145 - ] - ], - [ - 2.3333332538604736, - [ - -0.0677352249622345, - 0.09621427953243256, - -0.10252172499895096, - 0.9877469539642334 - ] - ], - [ - 2.366666555404663, - [ - -0.06565672904253006, - 0.09090571850538254, - -0.11411388218402863, - 0.9871187210083008 - ] - ], - [ - 2.4000000953674316, - [ - -0.06306880712509155, - 0.0844292938709259, - -0.12833531200885773, - 0.9861157536506653 - ] - ], - [ - 2.433333396911621, - [ - -0.06044637784361839, - 0.07763546705245972, - -0.14342321455478668, - 0.984758198261261 - ] - ], - [ - 2.4666666984558105, - [ - -0.058139391243457794, - 0.07141935080289841, - -0.15759442746639252, - 0.9832004308700562 - ] - ], - [ - 2.5, - [ - -0.05637669563293457, - 0.06671956926584244, - -0.16905345022678375, - 0.981728732585907 - ] - ], - [ - 2.5333333015441895, - [ - -0.0548735111951828, - 0.06333327293395996, - -0.1789119392633438, - 0.9802899360656738 - ] - ], - [ - 2.566666603088379, - [ - -0.05329187586903572, - 0.060386765748262405, - -0.18909285962581635, - 0.9786507487297058 - ] - ], - [ - 2.5999999046325684, - [ - -0.05169825628399849, - 0.05784423276782036, - -0.19902321696281433, - 0.9769191741943359 - ] - ], - [ - 2.633333444595337, - [ - -0.05014315992593765, - 0.055681876838207245, - -0.20813550055027008, - 0.9752256274223328 - ] - ], - [ - 2.6666667461395264, - [ - -0.048664726316928864, - 0.053887493908405304, - -0.2158660590648651, - 0.9737196564674377 - ] - ], - [ - 2.700000047683716, - [ - -0.04729349538683891, - 0.05245757848024368, - -0.2216566950082779, - 0.9725635647773743 - ] - ], - [ - 2.7333333492279053, - [ - -0.04605932906270027, - 0.05139363929629326, - -0.22495095431804657, - 0.9719229936599731 - ] - ], - [ - 2.7666666507720947, - [ - -0.04477279260754585, - 0.05232689529657364, - -0.22215132415294647, - 0.9725770354270935 - ] - ], - [ - 2.799999952316284, - [ - -0.0433974526822567, - 0.056153345853090286, - -0.21193304657936096, - 0.9747039675712585 - ] - ], - [ - 2.8333332538604736, - [ - -0.04224276915192604, - 0.06175127625465393, - -0.19714845716953278, - 0.9775146245956421 - ] - ], - [ - 2.866666555404663, - [ - -0.04153157025575638, - 0.06799257546663284, - -0.18066300451755524, - 0.9803128242492676 - ] - ], - [ - 2.9000000953674316, - [ - -0.041293974965810776, - 0.07376867532730103, - -0.16534766554832458, - 0.9826052784919739 - ] - ], - [ - 2.933333396911621, - [ - -0.04135820269584656, - 0.07800325006246567, - -0.15406851470470428, - 0.9841076731681824 - ] - ], - [ - 2.9666666984558105, - [ - -0.04143919795751572, - 0.0796474814414978, - -0.14967593550682068, - 0.9846503138542175 - ] - ], - [ - 3.0, - [ - -0.04156766086816788, - 0.07770584523677826, - -0.1548541635274887, - 0.9839990735054016 - ] - ], - [ - 3.0333333015441895, - [ - -0.04202704876661301, - 0.0727972611784935, - -0.16792738437652588, - 0.9822090864181519 - ] - ], - [ - 3.066666603088379, - [ - -0.04292917251586914, - 0.06630013883113861, - -0.18519476056098938, - 0.9795224666595459 - ] - ], - [ - 3.0999999046325684, - [ - -0.04419219493865967, - 0.0596163272857666, - -0.202935129404068, - 0.9763761162757874 - ] - ], - [ - 3.133333444595337, - [ - -0.045438431203365326, - 0.05416969954967499, - -0.21742403507232666, - 0.973513126373291 - ] - ], - [ - 3.1666667461395264, - [ - -0.04605932906270027, - 0.05139363929629326, - -0.22495095431804657, - 0.9719229936599731 - ] - ], - [ - 3.200000047683716, - [ - -0.04552382603287697, - 0.05298740416765213, - -0.22088707983493805, - 0.9727943539619446 - ] - ], - [ - 3.2333333492279053, - [ - -0.044221144169569016, - 0.05840287730097771, - -0.20651398599147797, - 0.9756975769996643 - ] - ], - [ - 3.2666666507720947, - [ - -0.04290498420596123, - 0.06569142639636993, - -0.18700699508190155, - 0.9792202115058899 - ] - ], - [ - 3.299999952316284, - [ - -0.04203939437866211, - 0.07291632145643234, - -0.16756942868232727, - 0.9822608828544617 - ] - ], - [ - 3.3333332538604736, - [ - -0.04066852852702141, - 0.06807027757167816, - -0.182779923081398, - 0.979951024055481 - ] - ], - [ - 3.366666555404663, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458439504_1068476.json b/lenses/physics-objects/Scene/assets/1645812458439504_1068476.json deleted file mode 100644 index 4aa730e9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458439504_1068476.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458439504:1068476", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458441465_1068489.json b/lenses/physics-objects/Scene/assets/1645812458441465_1068489.json deleted file mode 100644 index 8375cbe2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458441465_1068489.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458441465:1068489", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.855805397033691, - 9.32114380702842e-06, - 1.3663349818671122e-05 - ] - ], - [ - 3.366666555404663, - [ - 7.855805397033691, - 9.32114380702842e-06, - 1.3663349818671122e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458441774_1068496.json b/lenses/physics-objects/Scene/assets/1645812458441774_1068496.json deleted file mode 100644 index 56641b94..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458441774_1068496.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458441774:1068496", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.05962514132261276, - 0.0730171874165535, - -0.1468690037727356, - 0.984653651714325 - ] - ], - [ - 0.03333333507180214, - [ - -0.05962514132261276, - 0.0730171874165535, - -0.1468690037727356, - 0.984653651714325 - ] - ], - [ - 0.06666667014360428, - [ - -0.05876365676522255, - 0.07268033176660538, - -0.14796778559684753, - 0.9845658540725708 - ] - ], - [ - 0.10000000149011612, - [ - -0.05813505873084068, - 0.07239263504743576, - -0.14867345988750458, - 0.9845181703567505 - ] - ], - [ - 0.13333334028720856, - [ - -0.05779865011572838, - 0.0721791610121727, - -0.1488686203956604, - 0.9845240712165833 - ] - ], - [ - 0.1666666716337204, - [ - -0.05756557732820511, - 0.07188261300325394, - -0.1490388810634613, - 0.9845336675643921 - ] - ], - [ - 0.20000000298023224, - [ - -0.05721389874815941, - 0.07134458422660828, - -0.1496756374835968, - 0.9844967126846313 - ] - ], - [ - 0.23333333432674408, - [ - -0.05675382912158966, - 0.07058794051408768, - -0.1506703943014145, - 0.9844261407852173 - ] - ], - [ - 0.2666666805744171, - [ - -0.05619565770030022, - 0.06963556259870529, - -0.15191470086574554, - 0.9843348264694214 - ] - ], - [ - 0.30000001192092896, - [ - -0.05554933473467827, - 0.0685105174779892, - -0.15330006182193756, - 0.9842355847358704 - ] - ], - [ - 0.3333333432674408, - [ - -0.05482421815395355, - 0.06723625212907791, - -0.1547180414199829, - 0.9841422438621521 - ] - ], - [ - 0.36666667461395264, - [ - -0.05402882397174835, - 0.06583667546510696, - -0.15606002509593964, - 0.9840689301490784 - ] - ], - [ - 0.4000000059604645, - [ - -0.05317075923085213, - 0.06433617323637009, - -0.1572173684835434, - 0.9840307235717773 - ] - ], - [ - 0.4333333373069763, - [ - -0.051477085798978806, - 0.062054820358753204, - -0.1551697850227356, - 0.9845921397209167 - ] - ], - [ - 0.46666666865348816, - [ - -0.04848463460803032, - 0.05862291157245636, - -0.14808984100818634, - 0.9860436320304871 - ] - ], - [ - 0.5, - [ - -0.04467902332544327, - 0.05452538654208183, - -0.13765552639961243, - 0.9879685044288635 - ] - ], - [ - 0.5333333611488342, - [ - -0.04056123271584511, - 0.05023468658328056, - -0.12555541098117828, - 0.9899833798408508 - ] - ], - [ - 0.5666666626930237, - [ - -0.03664250671863556, - 0.046206820756196976, - -0.11349788308143616, - 0.991786539554596 - ] - ], - [ - 0.6000000238418579, - [ - -0.033438682556152344, - 0.04288165271282196, - -0.10321078449487686, - 0.9931719899177551 - ] - ], - [ - 0.6333333253860474, - [ - -0.03146564960479736, - 0.04068831354379654, - -0.0964345782995224, - 0.9940094351768494 - ] - ], - [ - 0.6666666865348816, - [ - -0.0312369242310524, - 0.04005608707666397, - -0.09491043537855148, - 0.9941890239715576 - ] - ], - [ - 0.699999988079071, - [ - -0.033866267651319504, - 0.042556218802928925, - -0.10207995772361755, - 0.9932883381843567 - ] - ], - [ - 0.7333333492279053, - [ - -0.0394180603325367, - 0.048728518187999725, - -0.11808272451162338, - 0.99102383852005 - ] - ], - [ - 0.7666666507720947, - [ - -0.046806614845991135, - 0.057468291372060776, - -0.13968750834465027, - 0.9874178171157837 - ] - ], - [ - 0.800000011920929, - [ - -0.054958924651145935, - 0.06763380765914917, - -0.16368111968040466, - 0.9826564192771912 - ] - ], - [ - 0.8333333134651184, - [ - -0.06288719177246094, - 0.07795219123363495, - -0.1870957463979721, - 0.9772226214408875 - ] - ], - [ - 0.8666666746139526, - [ - -0.06969202309846878, - 0.08706984668970108, - -0.20709772408008575, - 0.9719426035881042 - ] - ], - [ - 0.8999999761581421, - [ - -0.07453489303588867, - 0.09364784508943558, - -0.22077015042304993, - 0.9679542183876038 - ] - ], - [ - 0.9333333373069763, - [ - -0.07662352174520493, - 0.09633128345012665, - -0.22523725032806396, - 0.9664974212646484 - ] - ], - [ - 0.9666666388511658, - [ - -0.07683693617582321, - 0.09617936611175537, - -0.22250454127788544, - 0.9671285152435303 - ] - ], - [ - 1.0, - [ - -0.07666364312171936, - 0.0952717587351799, - -0.21695075929164886, - 0.9684928059577942 - ] - ], - [ - 1.0333333015441895, - [ - -0.0762132853269577, - 0.09379085898399353, - -0.20924262702465057, - 0.9703671336174011 - ] - ], - [ - 1.0666667222976685, - [ - -0.07559428364038467, - 0.09192084521055222, - -0.20004786550998688, - 0.9725311994552612 - ] - ], - [ - 1.100000023841858, - [ - -0.07491373270750046, - 0.08984969556331635, - -0.19003860652446747, - 0.9747821688652039 - ] - ], - [ - 1.1333333253860474, - [ - -0.07427717745304108, - 0.08777046203613281, - -0.17989236116409302, - 0.9769431948661804 - ] - ], - [ - 1.1666666269302368, - [ - -0.07378829270601273, - 0.08588200807571411, - -0.17029216885566711, - 0.9788667559623718 - ] - ], - [ - 1.2000000476837158, - [ - -0.0735485628247261, - 0.08438895642757416, - -0.1619253307580948, - 0.9804333448410034 - ] - ], - [ - 1.2333333492279053, - [ - -0.07365670055150986, - 0.08350132405757904, - -0.1554817110300064, - 0.9815436005592346 - ] - ], - [ - 1.2666666507720947, - [ - -0.07420822232961655, - 0.08343339711427689, - -0.15165098011493683, - 0.9821069240570068 - ] - ], - [ - 1.2999999523162842, - [ - -0.07544996589422226, - 0.08439330756664276, - -0.1518099308013916, - 0.9819056987762451 - ] - ], - [ - 1.3333333730697632, - [ - -0.07732827216386795, - 0.0861746147274971, - -0.15565846860408783, - 0.9810019135475159 - ] - ], - [ - 1.3666666746139526, - [ - -0.07949184626340866, - 0.08836459368467331, - -0.16136956214904785, - 0.9797104597091675 - ] - ], - [ - 1.399999976158142, - [ - -0.08159372955560684, - 0.09054262936115265, - -0.16712410748004913, - 0.9783731698989868 - ] - ], - [ - 1.4333332777023315, - [ - -0.08328884840011597, - 0.09228202700614929, - -0.17111459374427795, - 0.9773775339126587 - ] - ], - [ - 1.4666666984558105, - [ - -0.08423542231321335, - 0.09315089881420135, - -0.17154157161712646, - 0.9771391153335571 - ] - ], - [ - 1.5, - [ - -0.08404671400785446, - 0.09290529042482376, - -0.1670101433992386, - 0.977963387966156 - ] - ], - [ - 1.5333333015441895, - [ - -0.08284559845924377, - 0.0918097198009491, - -0.1585354208946228, - 0.9795785546302795 - ] - ], - [ - 1.5666667222976685, - [ - -0.08105258643627167, - 0.0901966542005539, - -0.14793309569358826, - 0.9815349578857422 - ] - ], - [ - 1.600000023841858, - [ - -0.07907187938690186, - 0.08840304613113403, - -0.13703082501888275, - 0.9834404587745667 - ] - ], - [ - 1.6333333253860474, - [ - -0.07728829234838486, - 0.08676715195178986, - -0.12767286598682404, - 0.9849861264228821 - ] - ], - [ - 1.6666666269302368, - [ - -0.07549411058425903, - 0.0851326733827591, - -0.11876294016838074, - 0.986381471157074 - ] - ], - [ - 1.7000000476837158, - [ - -0.0734705924987793, - 0.0833171084523201, - -0.10953877866268158, - 0.9877558350563049 - ] - ], - [ - 1.7333333492279053, - [ - -0.0715559646487236, - 0.08162052184343338, - -0.10236801952123642, - 0.9888066649436951 - ] - ], - [ - 1.7666666507720947, - [ - -0.0700758546590805, - 0.08033927530050278, - -0.09962952136993408, - 0.9892972111701965 - ] - ], - [ - 1.7999999523162842, - [ - -0.06881535053253174, - 0.07910870015621185, - -0.10070407390594482, - 0.9893760681152344 - ] - ], - [ - 1.8333333730697632, - [ - -0.06723686307668686, - 0.07747617363929749, - -0.10341053456068039, - 0.9893345832824707 - ] - ], - [ - 1.8666666746139526, - [ - -0.0653352364897728, - 0.07563859969377518, - -0.10771062970161438, - 0.9891453385353088 - ] - ], - [ - 1.899999976158142, - [ - -0.06331705302000046, - 0.07385316491127014, - -0.11348684132099152, - 0.9887655973434448 - ] - ], - [ - 1.9333332777023315, - [ - -0.061386995017528534, - 0.07237716019153595, - -0.1206195279955864, - 0.9881519675254822 - ] - ], - [ - 1.9666666984558105, - [ - -0.059743717312812805, - 0.07147064059972763, - -0.12898658215999603, - 0.9872614145278931 - ] - ], - [ - 2.0, - [ - -0.058575961738824844, - 0.07139921188354492, - -0.13846337795257568, - 0.9860521554946899 - ] - ], - [ - 2.0333333015441895, - [ - -0.05805840343236923, - 0.07243640720844269, - -0.1489236205816269, - 0.9844815731048584 - ] - ], - [ - 2.066666603088379, - [ - -0.062413331121206284, - 0.07959848642349243, - -0.16336309909820557, - 0.9813669919967651 - ] - ], - [ - 2.0999999046325684, - [ - -0.07257652282714844, - 0.09441614896059036, - -0.18200603127479553, - 0.9760595560073853 - ] - ], - [ - 2.133333444595337, - [ - -0.08399717509746552, - 0.11176764219999313, - -0.20062877237796783, - 0.9696394205093384 - ] - ], - [ - 2.1666667461395264, - [ - -0.09272556006908417, - 0.1261359006166458, - -0.21518884599208832, - 0.9639426469802856 - ] - ], - [ - 2.200000047683716, - [ - -0.09537171572446823, - 0.13171428442001343, - -0.22182312607765198, - 0.9614312648773193 - ] - ], - [ - 2.2333333492279053, - [ - -0.09260755777359009, - 0.1285300850868225, - -0.21868494153022766, - 0.9628503322601318 - ] - ], - [ - 2.2666666507720947, - [ - -0.08766531944274902, - 0.12131202220916748, - -0.20783664286136627, - 0.9666447639465332 - ] - ], - [ - 2.299999952316284, - [ - -0.08107663691043854, - 0.11128396540880203, - -0.19129206240177155, - 0.9718281030654907 - ] - ], - [ - 2.3333332538604736, - [ - -0.07341154664754868, - 0.0996503233909607, - -0.17109175026416779, - 0.9774498343467712 - ] - ], - [ - 2.366666555404663, - [ - -0.06524477899074554, - 0.0875781700015068, - -0.14929832518100739, - 0.9827426671981812 - ] - ], - [ - 2.4000000953674316, - [ - -0.05718538910150528, - 0.07615494728088379, - -0.12810881435871124, - 0.9871770739555359 - ] - ], - [ - 2.433333396911621, - [ - -0.049984171986579895, - 0.06639833003282547, - -0.10984260588884354, - 0.9904683232307434 - ] - ], - [ - 2.4666666984558105, - [ - -0.04445444792509079, - 0.05927455052733421, - -0.09684567898511887, - 0.992537796497345 - ] - ], - [ - 2.5, - [ - -0.04143096134066582, - 0.05572023242712021, - -0.09146737307310104, - 0.9933843612670898 - ] - ], - [ - 2.5333333015441895, - [ - -0.040690090507268906, - 0.05557249113917351, - -0.0941583588719368, - 0.9931718111038208 - ] - ], - [ - 2.566666603088379, - [ - -0.04131794720888138, - 0.057654350996017456, - -0.10253139585256577, - 0.9921976327896118 - ] - ], - [ - 2.5999999046325684, - [ - -0.042993173003196716, - 0.06122148782014847, - -0.11413845419883728, - 0.9906442165374756 - ] - ], - [ - 2.633333444595337, - [ - -0.04530307650566101, - 0.06541753560304642, - -0.1261940747499466, - 0.9888091087341309 - ] - ], - [ - 2.6666667461395264, - [ - -0.047827575355768204, - 0.06942238658666611, - -0.13611231744289398, - 0.9871000647544861 - ] - ], - [ - 2.700000047683716, - [ - -0.050212543457746506, - 0.07256583124399185, - -0.14191479980945587, - 0.9859376549720764 - ] - ], - [ - 2.7333333492279053, - [ - -0.05220309644937515, - 0.07436787337064743, - -0.14236728847026825, - 0.9856347441673279 - ] - ], - [ - 2.7666666507720947, - [ - -0.053529635071754456, - 0.07589954882860184, - -0.13996370136737823, - 0.9857911467552185 - ] - ], - [ - 2.799999952316284, - [ - -0.053765930235385895, - 0.0788816437125206, - -0.13767032325267792, - 0.9858670234680176 - ] - ], - [ - 2.8333332538604736, - [ - -0.05234774947166443, - 0.08429167419672012, - -0.1353696584701538, - 0.9858142137527466 - ] - ], - [ - 2.866666555404663, - [ - -0.049903348088264465, - 0.09156718850135803, - -0.13266831636428833, - 0.9856593012809753 - ] - ], - [ - 2.9000000953674316, - [ - -0.04998699203133583, - 0.0949622169137001, - -0.12978382408618927, - 0.9857178330421448 - ] - ], - [ - 2.933333396911621, - [ - -0.052253782749176025, - 0.09418982267379761, - -0.12518355250358582, - 0.9862692952156067 - ] - ], - [ - 2.9666666984558105, - [ - -0.05559638515114784, - 0.09068690240383148, - -0.11794158816337585, - 0.9873068928718567 - ] - ], - [ - 3.0, - [ - -0.05929235368967056, - 0.08549202978610992, - -0.10978314280509949, - 0.988495409488678 - ] - ], - [ - 3.0333333015441895, - [ - -0.06271345913410187, - 0.07972858846187592, - -0.10234988480806351, - 0.98956298828125 - ] - ], - [ - 3.066666603088379, - [ - -0.06529966741800308, - 0.07454412430524826, - -0.09727082401514053, - 0.9903119206428528 - ] - ], - [ - 3.0999999046325684, - [ - -0.06652972847223282, - 0.07111609727144241, - -0.09616669267416, - 0.9905898571014404 - ] - ], - [ - 3.133333444595337, - [ - -0.06597431004047394, - 0.0689084604382515, - -0.09991402924060822, - 0.9904122352600098 - ] - ], - [ - 3.1666667461395264, - [ - -0.0639486089348793, - 0.06669333577156067, - -0.10745324194431305, - 0.9899072647094727 - ] - ], - [ - 3.200000047683716, - [ - -0.06105475127696991, - 0.06459559500217438, - -0.11748920381069183, - 0.9890884757041931 - ] - ], - [ - 3.2333333492279053, - [ - -0.05786854401230812, - 0.06276044994592667, - -0.12872204184532166, - 0.9879994988441467 - ] - ], - [ - 3.2666666507720947, - [ - -0.05492907017469406, - 0.061376992613077164, - -0.13985183835029602, - 0.9867406487464905 - ] - ], - [ - 3.299999952316284, - [ - -0.05273795127868652, - 0.06068471074104309, - -0.14958320558071136, - 0.9854750037193298 - ] - ], - [ - 3.3333332538604736, - [ - -0.05176936462521553, - 0.0609634593129158, - -0.15662771463394165, - 0.9844141006469727 - ] - ], - [ - 3.366666555404663, - [ - -0.05184298753738403, - 0.06232317164540291, - -0.16136634349822998, - 0.9835593700408936 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458442080_1068503.json b/lenses/physics-objects/Scene/assets/1645812458442080_1068503.json deleted file mode 100644 index 1e4f03db..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458442080_1068503.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458442080:1068503", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458444151_1068520.json b/lenses/physics-objects/Scene/assets/1645812458444151_1068520.json deleted file mode 100644 index 24d50f88..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458444151_1068520.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458444151:1068520", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 10.832408905029297, - -1.6983514797175303e-05, - 6.44504907540977e-05 - ] - ], - [ - 3.366666555404663, - [ - 10.832408905029297, - -1.6983514797175303e-05, - 6.44504907540977e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458444491_1068527.json b/lenses/physics-objects/Scene/assets/1645812458444491_1068527.json deleted file mode 100644 index 45712b8b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458444491_1068527.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458444491:1068527", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.08082280308008194, - 0.07319287210702896, - -0.09524337202310562, - 0.9894641041755676 - ] - ], - [ - 0.03333333507180214, - [ - -0.08082280308008194, - 0.07319287210702896, - -0.09524337202310562, - 0.9894641041755676 - ] - ], - [ - 0.06666667014360428, - [ - -0.07928457856178284, - 0.07291422039270401, - -0.09711051732301712, - 0.9894276261329651 - ] - ], - [ - 0.10000000149011612, - [ - -0.07773809880018234, - 0.07259105890989304, - -0.09888914227485657, - 0.9893979430198669 - ] - ], - [ - 0.13333334028720856, - [ - -0.07624813169240952, - 0.07223770022392273, - -0.1004607304930687, - 0.9893814325332642 - ] - ], - [ - 0.1666666716337204, - [ - -0.07487915456295013, - 0.07186949253082275, - -0.10170700401067734, - 0.9893855452537537 - ] - ], - [ - 0.20000000298023224, - [ - -0.07369542121887207, - 0.07150240987539291, - -0.10250977426767349, - 0.989418089389801 - ] - ], - [ - 0.23333333432674408, - [ - -0.07276123017072678, - 0.07115259766578674, - -0.10275108367204666, - 0.9894874095916748 - ] - ], - [ - 0.2666666805744171, - [ - -0.07214106619358063, - 0.070835642516613, - -0.10231292992830276, - 0.9896009564399719 - ] - ], - [ - 0.30000001192092896, - [ - -0.07161713391542435, - 0.07043273746967316, - -0.10168037563562393, - 0.9897329807281494 - ] - ], - [ - 0.3333333432674408, - [ - -0.07093802839517593, - 0.06983016431331635, - -0.10134429484605789, - 0.9898590445518494 - ] - ], - [ - 0.36666667461395264, - [ - -0.0701184794306755, - 0.0690501406788826, - -0.10119551420211792, - 0.9899873733520508 - ] - ], - [ - 0.4000000059604645, - [ - -0.06917323917150497, - 0.06811492890119553, - -0.1011248230934143, - 0.990125834941864 - ] - ], - [ - 0.4333333373069763, - [ - -0.06719125062227249, - 0.06660084426403046, - -0.09813050925731659, - 0.9906664490699768 - ] - ], - [ - 0.46666666865348816, - [ - -0.06363008916378021, - 0.06428677588701248, - -0.09040132910013199, - 0.9917894005775452 - ] - ], - [ - 0.5, - [ - -0.059065546840429306, - 0.06149603798985481, - -0.07961345463991165, - 0.993172287940979 - ] - ], - [ - 0.5333333611488342, - [ - -0.054077066481113434, - 0.0585390105843544, - -0.06745508313179016, - 0.9945344924926758 - ] - ], - [ - 0.5666666626930237, - [ - -0.04924064502120018, - 0.05570610240101814, - -0.055633869022130966, - 0.9956791996955872 - ] - ], - [ - 0.6000000238418579, - [ - -0.04512526094913483, - 0.05326644331216812, - -0.045875996351242065, - 0.9965049028396606 - ] - ], - [ - 0.6333333253860474, - [ - -0.04229475185275078, - 0.05147208645939827, - -0.039919666945934296, - 0.9969795346260071 - ] - ], - [ - 0.6666666865348816, - [ - -0.04131632298231125, - 0.05056802183389664, - -0.03950464352965355, - 0.9970833659172058 - ] - ], - [ - 0.699999988079071, - [ - -0.04375861957669258, - 0.05193830281496048, - -0.04800398647785187, - 0.9965357184410095 - ] - ], - [ - 0.7333333492279053, - [ - -0.04996541142463684, - 0.056221336126327515, - -0.065506212413311, - 0.9950133562088013 - ] - ], - [ - 0.7666666507720947, - [ - -0.05865127220749855, - 0.06256760656833649, - -0.08880223333835602, - 0.9923505783081055 - ] - ], - [ - 0.800000011920929, - [ - -0.06851993501186371, - 0.07009153813123703, - -0.11469634622335434, - 0.9885530471801758 - ] - ], - [ - 0.8333333134651184, - [ - -0.0782964825630188, - 0.07782480865716934, - -0.1400471329689026, - 0.9839714169502258 - ] - ], - [ - 0.8666666746139526, - [ - -0.08675505220890045, - 0.08470676839351654, - -0.16179946064949036, - 0.9793463349342346 - ] - ], - [ - 0.8999999761581421, - [ - -0.09272709488868713, - 0.08960554003715515, - -0.176986426115036, - 0.9757296442985535 - ] - ], - [ - 0.9333333373069763, - [ - -0.0950774997472763, - 0.0913630872964859, - -0.18268831074237823, - 0.9742884635925293 - ] - ], - [ - 0.9666666388511658, - [ - -0.09495452046394348, - 0.09077109396457672, - -0.1809842735528946, - 0.9746737480163574 - ] - ], - [ - 1.0, - [ - -0.0943545326590538, - 0.0894976556301117, - -0.1763608157634735, - 0.9756968021392822 - ] - ], - [ - 1.0333333015441895, - [ - -0.09340694546699524, - 0.08771497756242752, - -0.16949240863323212, - 0.9771661758422852 - ] - ], - [ - 1.0666667222976685, - [ - -0.09224243462085724, - 0.08559512346982956, - -0.1610538512468338, - 0.9788905382156372 - ] - ], - [ - 1.100000023841858, - [ - -0.09099292010068893, - 0.0833122730255127, - -0.15172311663627625, - 0.9806933403015137 - ] - ], - [ - 1.1333333253860474, - [ - -0.08979123085737228, - 0.08104412257671356, - -0.1421823501586914, - 0.9824222922325134 - ] - ], - [ - 1.1666666269302368, - [ - -0.0887705460190773, - 0.07897276431322098, - -0.1331178992986679, - 0.9839527010917664 - ] - ], - [ - 1.2000000476837158, - [ - -0.08806372433900833, - 0.07728502154350281, - -0.12521937489509583, - 0.9851862192153931 - ] - ], - [ - 1.2333333492279053, - [ - -0.08780252188444138, - 0.07617242634296417, - -0.11917831748723984, - 0.9860451221466064 - ] - ], - [ - 1.2666666507720947, - [ - -0.08811651915311813, - 0.07583048939704895, - -0.11568605154752731, - 0.9864593148231506 - ] - ], - [ - 1.2999999523162842, - [ - -0.08882390707731247, - 0.07609420269727707, - -0.11436638981103897, - 0.986529529094696 - ] - ], - [ - 1.3333333730697632, - [ - -0.089728444814682, - 0.07674112915992737, - -0.1145697832107544, - 0.9863738417625427 - ] - ], - [ - 1.3666666746139526, - [ - -0.09093538671731949, - 0.0778828039765358, - -0.11657536774873734, - 0.9859388470649719 - ] - ], - [ - 1.399999976158142, - [ - -0.09254856407642365, - 0.07963038980960846, - -0.12066034227609634, - 0.9851573705673218 - ] - ], - [ - 1.4333332777023315, - [ - -0.0946694016456604, - 0.08209507912397385, - -0.127098947763443, - 0.9839431643486023 - ] - ], - [ - 1.4666666984558105, - [ - -0.09739560633897781, - 0.08538853377103806, - -0.13616091012954712, - 0.9821829199790955 - ] - ], - [ - 1.5, - [ - -0.10174935311079025, - 0.09100986272096634, - -0.15308360755443573, - 0.9787388443946838 - ] - ], - [ - 1.5333333015441895, - [ - -0.10768310725688934, - 0.09899838268756866, - -0.17810791730880737, - 0.9730782508850098 - ] - ], - [ - 1.5666667222976685, - [ - -0.11372684687376022, - 0.10728573054075241, - -0.20406503975391388, - 0.9663919806480408 - ] - ], - [ - 1.600000023841858, - [ - -0.11849004775285721, - 0.11384441703557968, - -0.2239380031824112, - 0.9606515169143677 - ] - ], - [ - 1.6333333253860474, - [ - -0.12065772712230682, - 0.11668254435062408, - -0.23085729777812958, - 0.9584006667137146 - ] - ], - [ - 1.6666666269302368, - [ - -0.11910215765237808, - 0.11460797488689423, - -0.21999643743038177, - 0.9613955020904541 - ] - ], - [ - 1.7000000476837158, - [ - -0.11438336223363876, - 0.10869826376438141, - -0.19481444358825684, - 0.9680643081665039 - ] - ], - [ - 1.7333333492279053, - [ - -0.1077282503247261, - 0.10037614405155182, - -0.16090244054794312, - 0.9759251475334167 - ] - ], - [ - 1.7666666507720947, - [ - -0.10036442428827286, - 0.09112276136875153, - -0.12400317192077637, - 0.9829785823822021 - ] - ], - [ - 1.7999999523162842, - [ - -0.09352400153875351, - 0.08248782902956009, - -0.09004732221364975, - 0.9880994558334351 - ] - ], - [ - 1.8333333730697632, - [ - -0.08843272179365158, - 0.07606981694698334, - -0.06507792323827744, - 0.9910387992858887 - ] - ], - [ - 1.8666666746139526, - [ - -0.08630639314651489, - 0.07347974181175232, - -0.05515263229608536, - 0.992023229598999 - ] - ], - [ - 1.899999976158142, - [ - -0.08464202284812927, - 0.07276549935340881, - -0.057813066989183426, - 0.992067813873291 - ] - ], - [ - 1.9333332777023315, - [ - -0.08116310834884644, - 0.0714493989944458, - -0.06555406749248505, - 0.9919729828834534 - ] - ], - [ - 1.9666666984558105, - [ - -0.07724092900753021, - 0.07030194997787476, - -0.07687948644161224, - 0.991554856300354 - ] - ], - [ - 2.0, - [ - -0.07426649332046509, - 0.07015076279640198, - -0.09023135900497437, - 0.9906672835350037 - ] - ], - [ - 2.0333333015441895, - [ - -0.07377579063177109, - 0.07195913046598434, - -0.10396352410316467, - 0.989227294921875 - ] - ], - [ - 2.066666603088379, - [ - -0.08025787770748138, - 0.07956510037183762, - -0.1197107806801796, - 0.986355721950531 - ] - ], - [ - 2.0999999046325684, - [ - -0.09347410500049591, - 0.09342517703771591, - -0.13794267177581787, - 0.9815835952758789 - ] - ], - [ - 2.133333444595337, - [ - -0.1080366000533104, - 0.10925893485546112, - -0.155325785279274, - 0.9758403897285461 - ] - ], - [ - 2.1666667461395264, - [ - -0.11910185217857361, - 0.12227901071310043, - -0.16870054602622986, - 0.9707744121551514 - ] - ], - [ - 2.200000047683716, - [ - -0.12230874598026276, - 0.12733933329582214, - -0.1750669628381729, - 0.9685952663421631 - ] - ], - [ - 2.2333333492279053, - [ - -0.11847267299890518, - 0.12451913952827454, - -0.1724114716053009, - 0.9699141979217529 - ] - ], - [ - 2.2666666507720947, - [ - -0.11173483729362488, - 0.1180848479270935, - -0.1620909720659256, - 0.973292350769043 - ] - ], - [ - 2.299999952316284, - [ - -0.10277915000915527, - 0.10915523767471313, - -0.1461625099182129, - 0.9778333902359009 - ] - ], - [ - 2.3333332538604736, - [ - -0.0923246219754219, - 0.09882299602031708, - -0.1267106682062149, - 0.9826772809028625 - ] - ], - [ - 2.366666555404663, - [ - -0.08117064088582993, - 0.08812309801578522, - -0.10587729513645172, - 0.9871350526809692 - ] - ], - [ - 2.4000000953674316, - [ - -0.0702110007405281, - 0.07800920307636261, - -0.08586694300174713, - 0.9907633662223816 - ] - ], - [ - 2.433333396911621, - [ - -0.06042437255382538, - 0.06934411078691483, - -0.06893512606620789, - 0.9933722615242004 - ] - ], - [ - 2.4666666984558105, - [ - -0.05284712091088295, - 0.06290917843580246, - -0.057364240288734436, - 0.9949668049812317 - ] - ], - [ - 2.5, - [ - -0.04845758154988289, - 0.059460677206516266, - -0.05339937284588814, - 0.9956229329109192 - ] - ], - [ - 2.5333333015441895, - [ - -0.04700838029384613, - 0.05880659818649292, - -0.05730798840522766, - 0.9955138564109802 - ] - ], - [ - 2.566666603088379, - [ - -0.04746163263916969, - 0.059941940009593964, - -0.06659096479415894, - 0.9948467016220093 - ] - ], - [ - 2.5999999046325684, - [ - -0.0493658073246479, - 0.06229245662689209, - -0.07884307205677032, - 0.9937135577201843 - ] - ], - [ - 2.633333444595337, - [ - -0.05214815214276314, - 0.0652085617184639, - -0.09132348746061325, - 0.9923146963119507 - ] - ], - [ - 2.6666667461395264, - [ - -0.05522555485367775, - 0.06806861609220505, - -0.10148518532514572, - 0.9909679889678955 - ] - ], - [ - 2.700000047683716, - [ - -0.05810580030083656, - 0.07035836577415466, - -0.10737824440002441, - 0.9900218844413757 - ] - ], - [ - 2.7333333492279053, - [ - -0.06043800339102745, - 0.07169982045888901, - -0.10778609663248062, - 0.9897416830062866 - ] - ], - [ - 2.7666666507720947, - [ - -0.0621669627726078, - 0.07305366545915604, - -0.10516772419214249, - 0.9898172616958618 - ] - ], - [ - 2.799999952316284, - [ - -0.06317522376775742, - 0.07600129395723343, - -0.10245457291603088, - 0.9898161292076111 - ] - ], - [ - 2.8333332538604736, - [ - -0.0630141943693161, - 0.08153446763753891, - -0.09954266250133514, - 0.9896830916404724 - ] - ], - [ - 2.866666555404663, - [ - -0.06218181177973747, - 0.088978111743927, - -0.0960027426481247, - 0.9894441962242126 - ] - ], - [ - 2.9000000953674316, - [ - -0.06345818936824799, - 0.09236213564872742, - -0.0919337272644043, - 0.9894394874572754 - ] - ], - [ - 2.933333396911621, - [ - -0.06652642786502838, - 0.09135163575410843, - -0.08587732911109924, - 0.989875853061676 - ] - ], - [ - 2.9666666984558105, - [ - -0.07047080993652344, - 0.08739788830280304, - -0.07697050273418427, - 0.9906921982765198 - ] - ], - [ - 3.0, - [ - -0.0746803730726242, - 0.08168776333332062, - -0.06696448475122452, - 0.9915976524353027 - ] - ], - [ - 3.0333333015441895, - [ - -0.07858157157897949, - 0.0754784420132637, - -0.05761752650141716, - 0.9923750162124634 - ] - ], - [ - 3.066666603088379, - [ - -0.08165860176086426, - 0.07010027021169662, - -0.05068635568022728, - 0.9928992390632629 - ] - ], - [ - 3.0999999046325684, - [ - -0.08344337344169617, - 0.06692716479301453, - -0.0479215644299984, - 0.9931070804595947 - ] - ], - [ - 3.133333444595337, - [ - -0.08338090032339096, - 0.06540432572364807, - -0.050284162163734436, - 0.9930968880653381 - ] - ], - [ - 3.1666667461395264, - [ - -0.08163171261548996, - 0.06408271938562393, - -0.05672020837664604, - 0.9929817318916321 - ] - ], - [ - 3.200000047683716, - [ - -0.07881012558937073, - 0.06297791004180908, - -0.0659499391913414, - 0.9927101135253906 - ] - ], - [ - 3.2333333492279053, - [ - -0.0755133405327797, - 0.06211841478943825, - -0.07668717205524445, - 0.9922490119934082 - ] - ], - [ - 3.2666666507720947, - [ - -0.0723133459687233, - 0.061574891209602356, - -0.08764103800058365, - 0.991614043712616 - ] - ], - [ - 3.299999952316284, - [ - -0.06975506991147995, - 0.0614713691174984, - -0.09751976281404495, - 0.9908811450004578 - ] - ], - [ - 3.3333332538604736, - [ - -0.06836210936307907, - 0.061978667974472046, - -0.10503436625003815, - 0.9901784062385559 - ] - ], - [ - 3.366666555404663, - [ - -0.06797442585229874, - 0.06340287625789642, - -0.11053439229726791, - 0.9895159006118774 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458444873_1068534.json b/lenses/physics-objects/Scene/assets/1645812458444873_1068534.json deleted file mode 100644 index 12e8131f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458444873_1068534.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458444873:1068534", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458458359_1068547.json b/lenses/physics-objects/Scene/assets/1645812458458359_1068547.json deleted file mode 100644 index 6c4762a3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458458359_1068547.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458458359:1068547", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 10.16450023651123, - -0.00017395714530721307, - -0.0001157265214715153 - ] - ], - [ - 3.366666555404663, - [ - 10.16450023651123, - -0.00017395714530721307, - -0.0001157265214715153 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458458649_1068554.json b/lenses/physics-objects/Scene/assets/1645812458458649_1068554.json deleted file mode 100644 index 3c463587..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458458649_1068554.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458458649:1068554", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.09923877567052841, - 0.06785961985588074, - -0.09951813519001007, - 0.9877464771270752 - ] - ], - [ - 0.03333333507180214, - [ - -0.09923877567052841, - 0.06785961985588074, - -0.09951813519001007, - 0.9877464771270752 - ] - ], - [ - 0.06666667014360428, - [ - -0.09784884005784988, - 0.0678420215845108, - -0.1011551097035408, - 0.9877199530601501 - ] - ], - [ - 0.10000000149011612, - [ - -0.09625329822301865, - 0.06777847558259964, - -0.1029331162571907, - 0.987697422504425 - ] - ], - [ - 0.13333334028720856, - [ - -0.09452053159475327, - 0.06766869127750397, - -0.10473257303237915, - 0.987683117389679 - ] - ], - [ - 0.1666666716337204, - [ - -0.09271880239248276, - 0.06751363724470139, - -0.10643411427736282, - 0.9876827001571655 - ] - ], - [ - 0.20000000298023224, - [ - -0.0909162312746048, - 0.06731557101011276, - -0.10791853070259094, - 0.9877026081085205 - ] - ], - [ - 0.23333333432674408, - [ - -0.0891808569431305, - 0.06707791984081268, - -0.1090669110417366, - 0.9877509474754333 - ] - ], - [ - 0.2666666805744171, - [ - -0.08758062869310379, - 0.06680485606193542, - -0.10976047813892365, - 0.987835705280304 - ] - ], - [ - 0.30000001192092896, - [ - -0.08618361502885818, - 0.06650082767009735, - -0.10988075286149979, - 0.9879657030105591 - ] - ], - [ - 0.3333333432674408, - [ - -0.08505807816982269, - 0.06616983562707901, - -0.1093093603849411, - 0.9881488680839539 - ] - ], - [ - 0.36666667461395264, - [ - -0.08427269756793976, - 0.06581450253725052, - -0.10792800784111023, - 0.9883916974067688 - ] - ], - [ - 0.4000000059604645, - [ - -0.08359024673700333, - 0.06535278260707855, - -0.10621894896030426, - 0.9886654019355774 - ] - ], - [ - 0.4333333373069763, - [ - -0.08172065019607544, - 0.06456580758094788, - -0.10183151066303253, - 0.9893348217010498 - ] - ], - [ - 0.46666666865348816, - [ - -0.07807154208421707, - 0.06341122835874557, - -0.09299051016569138, - 0.9905738830566406 - ] - ], - [ - 0.5, - [ - -0.073277048766613, - 0.06204023212194443, - -0.08134590089321136, - 0.9920505881309509 - ] - ], - [ - 0.5333333611488342, - [ - -0.06796283274888992, - 0.06059456616640091, - -0.06856179982423782, - 0.9934830665588379 - ] - ], - [ - 0.5666666626930237, - [ - -0.06273601949214935, - 0.05919784680008888, - -0.05632537230849266, - 0.9946794509887695 - ] - ], - [ - 0.6000000238418579, - [ - -0.058182571083307266, - 0.057952605187892914, - -0.04634605720639229, - 0.9955442547798157 - ] - ], - [ - 0.6333333253860474, - [ - -0.05487409979104996, - 0.05694252625107765, - -0.0403488464653492, - 0.9960513710975647 - ] - ], - [ - 0.6666666865348816, - [ - -0.053385309875011444, - 0.05623918026685715, - -0.04006271809339523, - 0.9961838126182556 - ] - ], - [ - 0.699999988079071, - [ - -0.05563011020421982, - 0.056908685714006424, - -0.048790257424116135, - 0.9956336617469788 - ] - ], - [ - 0.7333333492279053, - [ - -0.062200382351875305, - 0.059582266956567764, - -0.06657545268535614, - 0.9940568208694458 - ] - ], - [ - 0.7666666507720947, - [ - -0.07168572396039963, - 0.06370845437049866, - -0.09023160487413406, - 0.991292417049408 - ] - ], - [ - 0.800000011920929, - [ - -0.0826481282711029, - 0.06870244443416595, - -0.11658875644207001, - 0.9873481392860413 - ] - ], - [ - 0.8333333134651184, - [ - -0.09363528341054916, - 0.07388556748628616, - -0.14254525303840637, - 0.9825752973556519 - ] - ], - [ - 0.8666666746139526, - [ - -0.10320286452770233, - 0.07846667617559433, - -0.16510479152202606, - 0.9777180552482605 - ] - ], - [ - 0.8999999761581421, - [ - -0.10992859303951263, - 0.0815630629658699, - -0.181378573179245, - 0.9738403558731079 - ] - ], - [ - 0.9333333373069763, - [ - -0.11240234971046448, - 0.0822581946849823, - -0.18853777647018433, - 0.9721382856369019 - ] - ], - [ - 0.9666666388511658, - [ - -0.11191242933273315, - 0.08111536502838135, - -0.18843171000480652, - 0.9723114967346191 - ] - ], - [ - 1.0, - [ - -0.11080588400363922, - 0.07942387461662292, - -0.18519507348537445, - 0.973199188709259 - ] - ], - [ - 1.0333333015441895, - [ - -0.10925261676311493, - 0.07737885415554047, - -0.17941085994243622, - 0.9746220707893372 - ] - ], - [ - 1.0666667222976685, - [ - -0.10743151605129242, - 0.07510251551866531, - -0.17184807360172272, - 0.9763638377189636 - ] - ], - [ - 1.100000023841858, - [ - -0.10550962388515472, - 0.07270222902297974, - -0.16333773732185364, - 0.9782141447067261 - ] - ], - [ - 1.1333333253860474, - [ - -0.10364620387554169, - 0.07034850120544434, - -0.1545567512512207, - 0.9800105690956116 - ] - ], - [ - 1.1666666269302368, - [ - -0.10200311243534088, - 0.06821420043706894, - -0.14618661999702454, - 0.9816168546676636 - ] - ], - [ - 1.2000000476837158, - [ - -0.10074379295110703, - 0.06647519022226334, - -0.1389123946428299, - 0.9829217195510864 - ] - ], - [ - 1.2333333492279053, - [ - -0.10003188252449036, - 0.06531068682670593, - -0.13342149555683136, - 0.983832836151123 - ] - ], - [ - 1.2666666507720947, - [ - -0.10002952069044113, - 0.06490319967269897, - -0.1304013729095459, - 0.9842647910118103 - ] - ], - [ - 1.2999999523162842, - [ - -0.10055538266897202, - 0.0651434063911438, - -0.12946650385856628, - 0.984318733215332 - ] - ], - [ - 1.3333333730697632, - [ - -0.10138620436191559, - 0.06584049016237259, - -0.12996602058410645, - 0.9841213822364807 - ] - ], - [ - 1.3666666746139526, - [ - -0.1026175245642662, - 0.0670570656657219, - -0.13218756020069122, - 0.983615517616272 - ] - ], - [ - 1.399999976158142, - [ - -0.10434269905090332, - 0.06885591149330139, - -0.1364169716835022, - 0.9827319383621216 - ] - ], - [ - 1.4333332777023315, - [ - -0.10665222257375717, - 0.07129991799592972, - -0.1429368406534195, - 0.9813821315765381 - ] - ], - [ - 1.4666666984558105, - [ - -0.10963339358568192, - 0.07445225119590759, - -0.152025043964386, - 0.9794517755508423 - ] - ], - [ - 1.5, - [ - -0.11444903165102005, - 0.0796397402882576, - -0.16890300810337067, - 0.9757207036018372 - ] - ], - [ - 1.5333333015441895, - [ - -0.12107600271701813, - 0.08690332621335983, - -0.19379806518554688, - 0.9696549773216248 - ] - ], - [ - 1.5666667222976685, - [ - -0.12786638736724854, - 0.09439126402139664, - -0.21955662965774536, - 0.9625670909881592 - ] - ], - [ - 1.600000023841858, - [ - -0.1332598775625229, - 0.10029663145542145, - -0.23918429017066956, - 0.9565423727035522 - ] - ], - [ - 1.6333333253860474, - [ - -0.1357761174440384, - 0.10284508019685745, - -0.2458389699459076, - 0.9542279243469238 - ] - ], - [ - 1.6666666269302368, - [ - -0.13424141705036163, - 0.10086193680763245, - -0.23469117283821106, - 0.9574581980705261 - ] - ], - [ - 1.7000000476837158, - [ - -0.12931083142757416, - 0.09525489062070847, - -0.209172323346138, - 0.9645994901657104 - ] - ], - [ - 1.7333333492279053, - [ - -0.12225894629955292, - 0.08737961202859879, - -0.1748647391796112, - 0.973056972026825 - ] - ], - [ - 1.7666666507720947, - [ - -0.11438718438148499, - 0.07867144793272018, - -0.13750459253787994, - 0.9807237386703491 - ] - ], - [ - 1.7999999523162842, - [ - -0.10704061388969421, - 0.07066451013088226, - -0.10301784425973892, - 0.9863752722740173 - ] - ], - [ - 1.8333333730697632, - [ - -0.10158906131982803, - 0.06497039645910263, - -0.07744473218917847, - 0.9896771311759949 - ] - ], - [ - 1.8666666746139526, - [ - -0.09939216822385788, - 0.06323162466287613, - -0.06684217602014542, - 0.9907850623130798 - ] - ], - [ - 1.899999976158142, - [ - -0.09761941432952881, - 0.06369759142398834, - -0.06898178905248642, - 0.9907848238945007 - ] - ], - [ - 1.9333332777023315, - [ - -0.09375587850809097, - 0.06386110931634903, - -0.07645535469055176, - 0.9905989170074463 - ] - ], - [ - 1.9666666984558105, - [ - -0.08961628377437592, - 0.06420471519231796, - -0.08752451837062836, - 0.9900435209274292 - ] - ], - [ - 2.0, - [ - -0.08699911087751389, - 0.06527689844369888, - -0.10044793039560318, - 0.9889793992042542 - ] - ], - [ - 2.0333333015441895, - [ - -0.08765438199043274, - 0.06775351613759995, - -0.11347426474094391, - 0.9873448014259338 - ] - ], - [ - 2.066666603088379, - [ - -0.09634152799844742, - 0.07486358284950256, - -0.12832310795783997, - 0.9841986298561096 - ] - ], - [ - 2.0999999046325684, - [ - -0.11252520233392715, - 0.08719347417354584, - -0.14564915001392365, - 0.9790412187576294 - ] - ], - [ - 2.133333444595337, - [ - -0.13016991317272186, - 0.1012437492609024, - -0.16217881441116333, - 0.9728841185569763 - ] - ], - [ - 2.1666667461395264, - [ - -0.143723726272583, - 0.11291307955980301, - -0.17484790086746216, - 0.9674824476242065 - ] - ], - [ - 2.200000047683716, - [ - -0.14807435870170593, - 0.11766580492258072, - -0.1807805895805359, - 0.9651668667793274 - ] - ], - [ - 2.2333333492279053, - [ - -0.14411111176013947, - 0.11552891880273819, - -0.17797702550888062, - 0.9665449857711792 - ] - ], - [ - 2.2666666507720947, - [ - -0.13664059340953827, - 0.11023371666669846, - -0.16771014034748077, - 0.9700780510902405 - ] - ], - [ - 2.299999952316284, - [ - -0.12647981941699982, - 0.10278525203466415, - -0.15201471745967865, - 0.9748485088348389 - ] - ], - [ - 2.3333332538604736, - [ - -0.11447418481111526, - 0.09416483342647552, - -0.13295257091522217, - 0.9799757599830627 - ] - ], - [ - 2.366666555404663, - [ - -0.10153689235448837, - 0.08528769016265869, - -0.11264704912900925, - 0.9847472310066223 - ] - ], - [ - 2.4000000953674316, - [ - -0.08866018801927567, - 0.07697316259145737, - -0.09329214692115784, - 0.9886916279792786 - ] - ], - [ - 2.433333396911621, - [ - -0.07690489292144775, - 0.0699317529797554, - -0.07714303582906723, - 0.9915866851806641 - ] - ], - [ - 2.4666666984558105, - [ - -0.06737634539604187, - 0.0647726058959961, - -0.06649237871170044, - 0.9934000968933105 - ] - ], - [ - 2.5, - [ - -0.061199065297842026, - 0.062037769705057144, - -0.06364509463310242, - 0.9941607117652893 - ] - ], - [ - 2.5333333015441895, - [ - -0.058298613876104355, - 0.061363812536001205, - -0.06878476589918137, - 0.9940344095230103 - ] - ], - [ - 2.566666603088379, - [ - -0.05769239738583565, - 0.06181105598807335, - -0.0792619064450264, - 0.9932615756988525 - ] - ], - [ - 2.5999999046325684, - [ - -0.05890856310725212, - 0.06302571296691895, - -0.09256245940923691, - 0.9919625520706177 - ] - ], - [ - 2.633333444595337, - [ - -0.06124790757894516, - 0.06462586671113968, - -0.10591321438550949, - 0.990381121635437 - ] - ], - [ - 2.6666667461395264, - [ - -0.06402517855167389, - 0.06622564792633057, - -0.11681102216243744, - 0.9888731837272644 - ] - ], - [ - 2.700000047683716, - [ - -0.0666511207818985, - 0.0675070658326149, - -0.12334318459033966, - 0.987819254398346 - ] - ], - [ - 2.7333333492279053, - [ - -0.06869878619909286, - 0.0682295486330986, - -0.12431877851486206, - 0.9875069856643677 - ] - ], - [ - 2.7666666507720947, - [ - -0.07026834785938263, - 0.06922757625579834, - -0.12215174734592438, - 0.9875975251197815 - ] - ], - [ - 2.799999952316284, - [ - -0.07149739563465118, - 0.07191132009029388, - -0.11971304565668106, - 0.9876161813735962 - ] - ], - [ - 2.8333332538604736, - [ - -0.07207854837179184, - 0.0772995725274086, - -0.11687733232975006, - 0.9875065088272095 - ] - ], - [ - 2.866666555404663, - [ - -0.07238239049911499, - 0.08463775366544724, - -0.1131446436047554, - 0.9873173236846924 - ] - ], - [ - 2.9000000953674316, - [ - -0.07429061084985733, - 0.08771806955337524, - -0.10860683023929596, - 0.9874163269996643 - ] - ], - [ - 2.933333396911621, - [ - -0.07755032926797867, - 0.08612021058797836, - -0.10193325579166412, - 0.988017737865448 - ] - ], - [ - 2.9666666984558105, - [ - -0.08149681985378265, - 0.08132289350032806, - -0.09230240434408188, - 0.9890526533126831 - ] - ], - [ - 3.0, - [ - -0.08562126010656357, - 0.07471992820501328, - -0.08144727349281311, - 0.9901779294013977 - ] - ], - [ - 3.0333333015441895, - [ - -0.08947047591209412, - 0.06777776032686234, - -0.07111133635044098, - 0.9911329746246338 - ] - ], - [ - 3.066666603088379, - [ - -0.09266810119152069, - 0.06203877180814743, - -0.06304045766592026, - 0.9917609095573425 - ] - ], - [ - 3.0999999046325684, - [ - -0.09489626437425613, - 0.05909501388669014, - -0.05897879600524902, - 0.9919798374176025 - ] - ], - [ - 3.133333444595337, - [ - -0.09556894749403, - 0.05822977423667908, - -0.05989651754498482, - 0.9919114112854004 - ] - ], - [ - 3.1666667461395264, - [ - -0.09463628381490707, - 0.05764482915401459, - -0.06484418362379074, - 0.991723895072937 - ] - ], - [ - 3.200000047683716, - [ - -0.09259633719921112, - 0.05729425325989723, - -0.07268482446670532, - 0.9913930892944336 - ] - ], - [ - 3.2333333492279053, - [ - -0.08996276557445526, - 0.05717363581061363, - -0.0822417363524437, - 0.9908956289291382 - ] - ], - [ - 3.2666666507720947, - [ - -0.08730688691139221, - 0.057313788682222366, - -0.09224317222833633, - 0.9902443289756775 - ] - ], - [ - 3.299999952316284, - [ - -0.0851951390504837, - 0.05775490030646324, - -0.10140516608953476, - 0.9895065426826477 - ] - ], - [ - 3.3333332538604736, - [ - -0.08417974412441254, - 0.05858266353607178, - -0.10844465345144272, - 0.9887980818748474 - ] - ], - [ - 3.366666555404663, - [ - -0.08417466282844543, - 0.06012130156159401, - -0.11345605552196503, - 0.9881436228752136 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458458961_1068561.json b/lenses/physics-objects/Scene/assets/1645812458458961_1068561.json deleted file mode 100644 index a9871656..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458458961_1068561.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458458961:1068561", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458461060_1068574.json b/lenses/physics-objects/Scene/assets/1645812458461060_1068574.json deleted file mode 100644 index 2f6ab33b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458461060_1068574.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458461060:1068574", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 11.258268356323242, - 8.77664060681127e-05, - 6.775110523449257e-05 - ] - ], - [ - 3.366666555404663, - [ - 11.258268356323242, - 8.71710290084593e-05, - 6.79030708852224e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458461383_1068581.json b/lenses/physics-objects/Scene/assets/1645812458461383_1068581.json deleted file mode 100644 index bb38099f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458461383_1068581.json +++ /dev/null @@ -1,919 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458461383:1068581", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.11416274309158325, - 0.05336713790893555, - -0.09994456171989441, - 0.9869801998138428 - ] - ], - [ - 0.06666667014360428, - [ - -0.11390893906354904, - 0.05339282378554344, - -0.10020792484283447, - 0.9869814515113831 - ] - ], - [ - 0.10000000149011612, - [ - -0.11319334805011749, - 0.05345914512872696, - -0.10091782361268997, - 0.986987829208374 - ] - ], - [ - 0.13333334028720856, - [ - -0.11208461970090866, - 0.05354965850710869, - -0.10195375233888626, - 0.9870030879974365 - ] - ], - [ - 0.1666666716337204, - [ - -0.11065127700567245, - 0.053647980093955994, - -0.10319502651691437, - 0.9870303869247437 - ] - ], - [ - 0.20000000298023224, - [ - -0.10896191000938416, - 0.053738392889499664, - -0.1045210063457489, - 0.9870738983154297 - ] - ], - [ - 0.23333333432674408, - [ - -0.10708511620759964, - 0.053806133568286896, - -0.10581106692552567, - 0.9871381521224976 - ] - ], - [ - 0.2666666805744171, - [ - -0.10508958250284195, - 0.0538376085460186, - -0.1069447249174118, - 0.9872288107872009 - ] - ], - [ - 0.30000001192092896, - [ - -0.1030440405011177, - 0.053820326924324036, - -0.10780166834592819, - 0.9873520731925964 - ] - ], - [ - 0.3333333432674408, - [ - -0.10101742297410965, - 0.05374275892972946, - -0.10826192051172256, - 0.9875153303146362 - ] - ], - [ - 0.36666667461395264, - [ - -0.09907880425453186, - 0.05359385162591934, - -0.10820568352937698, - 0.9877259731292725 - ] - ], - [ - 0.4000000059604645, - [ - -0.09729741513729095, - 0.05336249992251396, - -0.10751348733901978, - 0.9879912734031677 - ] - ], - [ - 0.4333333373069763, - [ - -0.0946892648935318, - 0.053225141018629074, - -0.10327047109603882, - 0.9887043237686157 - ] - ], - [ - 0.46666666865348816, - [ - -0.09069386124610901, - 0.053324319422245026, - -0.0937218964099884, - 0.9900239109992981 - ] - ], - [ - 0.5, - [ - -0.08602570742368698, - 0.0535818412899971, - -0.0804935023188591, - 0.9915893077850342 - ] - ], - [ - 0.5333333611488342, - [ - -0.08105741441249847, - 0.053893234580755234, - -0.06582747399806976, - 0.993071973323822 - ] - ], - [ - 0.5666666626930237, - [ - -0.07608377933502197, - 0.054182372987270355, - -0.051992956548929214, - 0.9942697286605835 - ] - ], - [ - 0.6000000238418579, - [ - -0.07166892290115356, - 0.054386790841817856, - -0.04068795591592789, - 0.9951131343841553 - ] - ], - [ - 0.6333333253860474, - [ - -0.06835019588470459, - 0.054429784417152405, - -0.03362754359841347, - 0.9956077933311462 - ] - ], - [ - 0.6666666865348816, - [ - -0.0666637048125267, - 0.05422012507915497, - -0.032532576471567154, - 0.9957700371742249 - ] - ], - [ - 0.699999988079071, - [ - -0.06883344054222107, - 0.05434674024581909, - -0.04062750190496445, - 0.9953179359436035 - ] - ], - [ - 0.7333333492279053, - [ - -0.07571743428707123, - 0.055325109511613846, - -0.057905491441488266, - 0.9939079284667969 - ] - ], - [ - 0.7666666507720947, - [ - -0.08581779897212982, - 0.05698126181960106, - -0.08120859414339066, - 0.9913594722747803 - ] - ], - [ - 0.800000011920929, - [ - -0.09759730845689774, - 0.05911020562052727, - -0.10739714652299881, - 0.9876469969749451 - ] - ], - [ - 0.8333333134651184, - [ - -0.10946796089410782, - 0.061407797038555145, - -0.13340917229652405, - 0.9830808043479919 - ] - ], - [ - 0.8666666746139526, - [ - -0.11980472505092621, - 0.06344526261091232, - -0.15630124509334564, - 0.9783616065979004 - ] - ], - [ - 0.8999999761581421, - [ - -0.12696543335914612, - 0.06468924880027771, - -0.1732499599456787, - 0.9745150208473206 - ] - ], - [ - 0.9333333373069763, - [ - -0.12929977476596832, - 0.0645696148276329, - -0.18149961531162262, - 0.9727128148078918 - ] - ], - [ - 0.9666666388511658, - [ - -0.12820786237716675, - 0.06324902176856995, - -0.18285609781742096, - 0.9726900458335876 - ] - ], - [ - 1.0, - [ - -0.1263308972120285, - 0.06137075275182724, - -0.18136146664619446, - 0.9733356833457947 - ] - ], - [ - 1.0333333015441895, - [ - -0.12387190759181976, - 0.05911864712834358, - -0.17759785056114197, - 0.9744844436645508 - ] - ], - [ - 1.0666667222976685, - [ - -0.12103907763957977, - 0.05667116865515709, - -0.1721453219652176, - 0.9759631752967834 - ] - ], - [ - 1.100000023841858, - [ - -0.11804715543985367, - 0.05420168116688728, - -0.16558495163917542, - 0.977603554725647 - ] - ], - [ - 1.1333333253860474, - [ - -0.11511772871017456, - 0.05187886208295822, - -0.15850037336349487, - 0.9792519211769104 - ] - ], - [ - 1.1666666269302368, - [ - -0.11247824132442474, - 0.04986761137843132, - -0.1514788568019867, - 0.9807732701301575 - ] - ], - [ - 1.2000000476837158, - [ - -0.11034785956144333, - 0.048265352845191956, - -0.14530038833618164, - 0.9820294380187988 - ] - ], - [ - 1.2333333492279053, - [ - -0.10892773419618607, - 0.04716051369905472, - -0.1408073753118515, - 0.9828957915306091 - ] - ], - [ - 1.2666666507720947, - [ - -0.10842127352952957, - 0.046703968197107315, - -0.13868321478366852, - 0.9832754135131836 - ] - ], - [ - 1.2999999523162842, - [ - -0.1086660772562027, - 0.046873047947883606, - -0.13852661848068237, - 0.9832624197006226 - ] - ], - [ - 1.3333333730697632, - [ - -0.10940858721733093, - 0.04754743352532387, - -0.13968375325202942, - 0.9829840660095215 - ] - ], - [ - 1.3666666746139526, - [ - -0.11071170121431351, - 0.04873434081673622, - -0.14245732128620148, - 0.9823817014694214 - ] - ], - [ - 1.399999976158142, - [ - -0.11263566464185715, - 0.050441842526197433, - -0.1471482217311859, - 0.9813848733901978 - ] - ], - [ - 1.4333332777023315, - [ - -0.11523796617984772, - 0.052678290754556656, - -0.15405403077602386, - 0.9799043536186218 - ] - ], - [ - 1.4666666984558105, - [ - -0.11857365071773529, - 0.05545170232653618, - -0.16346736252307892, - 0.9778260588645935 - ] - ], - [ - 1.5, - [ - -0.12391118705272675, - 0.05987468734383583, - -0.18062804639339447, - 0.9738760590553284 - ] - ], - [ - 1.5333333015441895, - [ - -0.13124649226665497, - 0.06602858006954193, - -0.20575401186943054, - 0.9675121903419495 - ] - ], - [ - 1.5666667222976685, - [ - -0.13877315819263458, - 0.07239606231451035, - -0.23166587948799133, - 0.960120677947998 - ] - ], - [ - 1.600000023841858, - [ - -0.1447800248861313, - 0.07751736044883728, - -0.2513467073440552, - 0.9538630247116089 - ] - ], - [ - 1.6333333253860474, - [ - -0.1476466953754425, - 0.07996931672096252, - -0.25793275237083435, - 0.951460063457489 - ] - ], - [ - 1.6666666269302368, - [ - -0.14600884914398193, - 0.07852983474731445, - -0.24662083387374878, - 0.9548259973526001 - ] - ], - [ - 1.7000000476837158, - [ - -0.14053229987621307, - 0.0737401694059372, - -0.22087301313877106, - 0.9623035788536072 - ] - ], - [ - 1.7333333492279053, - [ - -0.1326517015695572, - 0.06682328134775162, - -0.18625682592391968, - 0.971208930015564 - ] - ], - [ - 1.7666666507720947, - [ - -0.12385067343711853, - 0.05908557027578354, - -0.14849810302257538, - 0.9793457984924316 - ] - ], - [ - 1.7999999523162842, - [ - -0.1157015711069107, - 0.05193833261728287, - -0.11351606249809265, - 0.9854084849357605 - ] - ], - [ - 1.8333333730697632, - [ - -0.10984619706869125, - 0.04688089340925217, - -0.08734489977359772, - 0.9889928698539734 - ] - ], - [ - 1.8666666746139526, - [ - -0.1079384982585907, - 0.04546291381120682, - -0.07603371143341064, - 0.9902026653289795 - ] - ], - [ - 1.899999976158142, - [ - -0.1068630963563919, - 0.04669736698269844, - -0.07729946821928024, - 0.9901638627052307 - ] - ], - [ - 1.9333332777023315, - [ - -0.10365764796733856, - 0.04847067594528198, - -0.08372902870178223, - 0.9898965358734131 - ] - ], - [ - 1.9666666984558105, - [ - -0.10017619282007217, - 0.050631873309612274, - -0.09365113824605942, - 0.9892576336860657 - ] - ], - [ - 2.0, - [ - -0.09828288108110428, - 0.05308575928211212, - -0.1054026335477829, - 0.9881360530853271 - ] - ], - [ - 2.0333333015441895, - [ - -0.09984074532985687, - 0.05585743859410286, - -0.11731812357902527, - 0.9864828586578369 - ] - ], - [ - 2.066666603088379, - [ - -0.11032536625862122, - 0.06144226714968681, - -0.1311192363500595, - 0.9832908511161804 - ] - ], - [ - 2.0999999046325684, - [ - -0.12945839762687683, - 0.07088254392147064, - -0.14737729728221893, - 0.9780061841011047 - ] - ], - [ - 2.133333444595337, - [ - -0.15060783922672272, - 0.08177497237920761, - -0.16277851164340973, - 0.9716652035713196 - ] - ], - [ - 2.1666667461395264, - [ - -0.16752129793167114, - 0.0910179540514946, - -0.17424295842647552, - 0.9660703539848328 - ] - ], - [ - 2.200000047683716, - [ - -0.1741328090429306, - 0.09498609602451324, - -0.17897768318653107, - 0.9636505842208862 - ] - ], - [ - 2.2333333492279053, - [ - -0.17112906277179718, - 0.0935744121670723, - -0.17516425251960754, - 0.9650266170501709 - ] - ], - [ - 2.2666666507720947, - [ - -0.16388362646102905, - 0.08966764807701111, - -0.16418243944644928, - 0.9685794711112976 - ] - ], - [ - 2.299999952316284, - [ - -0.1533672958612442, - 0.08409789949655533, - -0.14804963767528534, - 0.9733896255493164 - ] - ], - [ - 2.3333332538604736, - [ - -0.1405702382326126, - 0.07768892496824265, - -0.12880420684814453, - 0.9785774946212769 - ] - ], - [ - 2.366666555404663, - [ - -0.12653417885303497, - 0.07120031863451004, - -0.10854430496692657, - 0.9834316372871399 - ] - ], - [ - 2.4000000953674316, - [ - -0.1123594120144844, - 0.06528881192207336, - -0.08944067358970642, - 0.9874781370162964 - ] - ], - [ - 2.433333396911621, - [ - -0.09919322282075882, - 0.06048978120088577, - -0.0737302228808403, - 0.9904876351356506 - ] - ], - [ - 2.4666666984558105, - [ - -0.08820831030607224, - 0.05722108483314514, - -0.06369473040103912, - 0.9924153685569763 - ] - ], - [ - 2.5, - [ - -0.08058501780033112, - 0.0558127760887146, - -0.06163672357797623, - 0.9932734370231628 - ] - ], - [ - 2.5333333015441895, - [ - -0.07616724818944931, - 0.05580822378396988, - -0.06779550015926361, - 0.9932209253311157 - ] - ], - [ - 2.566666603088379, - [ - -0.07384558767080307, - 0.05636369064450264, - -0.07956904172897339, - 0.9924911856651306 - ] - ], - [ - 2.5999999046325684, - [ - -0.07321640849113464, - 0.057195693254470825, - -0.09446565061807632, - 0.9911832809448242 - ] - ], - [ - 2.633333444595337, - [ - -0.07372812181711197, - 0.058061111718416214, - -0.10964922606945038, - 0.9895302653312683 - ] - ], - [ - 2.6666667461395264, - [ - -0.07479425519704819, - 0.05878329649567604, - -0.12247249484062195, - 0.9879023432731628 - ] - ], - [ - 2.700000047683716, - [ - -0.075912244617939, - 0.05924805998802185, - -0.13088326156139374, - 0.9867100715637207 - ] - ], - [ - 2.7333333492279053, - [ - -0.07666318118572235, - 0.05942011997103691, - -0.13352100551128387, - 0.9862880706787109 - ] - ], - [ - 2.7666666507720947, - [ - -0.07722886651754379, - 0.06007330119609833, - -0.1327449530363083, - 0.9863091111183167 - ] - ], - [ - 2.799999952316284, - [ - -0.07797164469957352, - 0.06245039775967598, - -0.13144199550151825, - 0.9862776398658752 - ] - ], - [ - 2.8333332538604736, - [ - -0.07877741754055023, - 0.06759662181138992, - -0.12944146990776062, - 0.9861388206481934 - ] - ], - [ - 2.866666555404663, - [ - -0.07987204194068909, - 0.07470354437828064, - -0.1261528879404068, - 0.9859642386436462 - ] - ], - [ - 2.9000000953674316, - [ - -0.08195068687200546, - 0.07737953215837479, - -0.12174032628536224, - 0.9861419796943665 - ] - ], - [ - 2.933333396911621, - [ - -0.08479510992765427, - 0.07513704150915146, - -0.11502457410097122, - 0.9868807196617126 - ] - ], - [ - 2.9666666984558105, - [ - -0.08807262778282166, - 0.0694880485534668, - -0.10520640760660172, - 0.9881023168563843 - ] - ], - [ - 3.0, - [ - -0.09144646674394608, - 0.061995167285203934, - -0.09400050342082977, - 0.9894230961799622 - ] - ], - [ - 3.0333333015441895, - [ - -0.09465351700782776, - 0.05428648367524147, - -0.08313457667827606, - 0.9905465841293335 - ] - ], - [ - 3.066666603088379, - [ - -0.09752760082483292, - 0.048059944063425064, - -0.0743434950709343, - 0.991287887096405 - ] - ], - [ - 3.0999999046325684, - [ - -0.09997501224279404, - 0.045063216239213943, - -0.069365955889225, - 0.9915456175804138 - ] - ], - [ - 3.133333444595337, - [ - -0.10133841633796692, - 0.04448957368731499, - -0.06915353238582611, - 0.991447925567627 - ] - ], - [ - 3.1666667461395264, - [ - -0.10134150087833405, - 0.04431815445423126, - -0.07273557782173157, - 0.9911989569664001 - ] - ], - [ - 3.200000047683716, - [ - -0.10047585517168045, - 0.04446611925959587, - -0.07897129654884338, - 0.9908031821250916 - ] - ], - [ - 3.2333333492279053, - [ - -0.09922818839550018, - 0.04484856128692627, - -0.08671751618385315, - 0.9902639389038086 - ] - ], - [ - 3.2666666507720947, - [ - -0.09807780385017395, - 0.04540419578552246, - -0.09482777118682861, - 0.9896094799041748 - ] - ], - [ - 3.299999952316284, - [ - -0.09749612957239151, - 0.04610605910420418, - -0.10215337574481964, - 0.9889051914215088 - ] - ], - [ - 3.3333332538604736, - [ - -0.09794846922159195, - 0.04695718735456467, - -0.10754517465829849, - 0.9882485270500183 - ] - ], - [ - 3.366666555404663, - [ - -0.09951286762952805, - 0.04836880415678024, - -0.11103610694408417, - 0.9876378774642944 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458461730_1068588.json b/lenses/physics-objects/Scene/assets/1645812458461730_1068588.json deleted file mode 100644 index a4f68451..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458461730_1068588.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458461730:1068588", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458463404_1068601.json b/lenses/physics-objects/Scene/assets/1645812458463404_1068601.json deleted file mode 100644 index 4a498744..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458463404_1068601.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458463404:1068601", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.093833923339844, - 0.0005135946557857096, - 1.1158887900819536e-05 - ] - ], - [ - 3.366666555404663, - [ - 9.093833923339844, - 0.0005135946557857096, - 1.1158887900819536e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458463706_1068608.json b/lenses/physics-objects/Scene/assets/1645812458463706_1068608.json deleted file mode 100644 index 13324e67..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458463706_1068608.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458463706:1068608", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.9487540587069816e-07, - -6.15689614846815e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.9487540587069816e-07, - -6.15689614846815e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458463996_1068615.json b/lenses/physics-objects/Scene/assets/1645812458463996_1068615.json deleted file mode 100644 index 6325e297..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458463996_1068615.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458463996:1068615", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458466061_1068628.json b/lenses/physics-objects/Scene/assets/1645812458466061_1068628.json deleted file mode 100644 index 3f741665..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458466061_1068628.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458466061:1068628", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 33.82792663574219, - 8.881784197001252e-15, - 3.608617067337036 - ] - ], - [ - 6.633333206176758, - [ - 33.82792663574219, - -7.993605777301127e-15, - 3.608617067337036 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458466388_1068635.json b/lenses/physics-objects/Scene/assets/1645812458466388_1068635.json deleted file mode 100644 index 681bb18c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458466388_1068635.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458466388:1068635", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 0.03333333507180214, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 0.06666667014360428, - [ - 0.7070257067680359, - 0.010707038454711437, - -0.010707038454711437, - 0.7070257067680359 - ] - ], - [ - 0.10000000149011612, - [ - 0.7069785594940186, - 0.013465087860822678, - -0.013465087860822678, - 0.7069785594940186 - ] - ], - [ - 0.13333334028720856, - [ - 0.7068895101547241, - 0.01752919889986515, - -0.01752919889986515, - 0.7068895101547241 - ] - ], - [ - 0.1666666716337204, - [ - 0.7067499160766602, - 0.022463396191596985, - -0.022463396191596985, - 0.7067499160766602 - ] - ], - [ - 0.20000000298023224, - [ - 0.706558883190155, - 0.02783171460032463, - -0.02783171460032463, - 0.706558883190155 - ] - ], - [ - 0.23333333432674408, - [ - 0.7063270211219788, - 0.03319842368364334, - -0.03319842368364334, - 0.7063270211219788 - ] - ], - [ - 0.2666666805744171, - [ - 0.7060781121253967, - 0.0381283164024353, - -0.0381283164024353, - 0.7060781121253967 - ] - ], - [ - 0.30000001192092896, - [ - 0.7058472037315369, - 0.042186837643384933, - -0.042186837643384933, - 0.7058472037315369 - ] - ], - [ - 0.3333333432674408, - [ - 0.7056772708892822, - 0.044940050691366196, - -0.044940050691366196, - 0.7056772708892822 - ] - ], - [ - 0.36666667461395264, - [ - 0.7056119441986084, - 0.04595422372221947, - -0.04595422372221947, - 0.7056119441986084 - ] - ], - [ - 0.4000000059604645, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.4333333373069763, - [ - 0.7058948278427124, - 0.041382476687431335, - -0.041382476687431335, - 0.7058948278427124 - ] - ], - [ - 0.46666666865348816, - [ - 0.7061610221862793, - 0.03656039386987686, - -0.03656039386987686, - 0.7061610221862793 - ] - ], - [ - 0.5, - [ - 0.706433892250061, - 0.030841292813420296, - -0.030841292813420296, - 0.706433892250061 - ] - ], - [ - 0.5333333611488342, - [ - 0.7066709995269775, - 0.02482161670923233, - -0.02482161670923233, - 0.7066709995269775 - ] - ], - [ - 0.5666666626930237, - [ - 0.7068488597869873, - 0.019098790362477303, - -0.019098790362477303, - 0.7068488597869873 - ] - ], - [ - 0.6000000238418579, - [ - 0.7069627642631531, - 0.014270697720348835, - -0.014270697720348835, - 0.7069627642631531 - ] - ], - [ - 0.6333333253860474, - [ - 0.7070222496986389, - 0.010935441590845585, - -0.010935441590845585, - 0.7070222496986389 - ] - ], - [ - 0.6666666865348816, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 3.3333332538604736, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 3.366666555404663, - [ - 0.7070257067680359, - 0.010707031935453415, - -0.010707031935453415, - 0.7070257067680359 - ] - ], - [ - 3.4000000953674316, - [ - 0.7069785594940186, - 0.013465097174048424, - -0.013465097174048424, - 0.7069785594940186 - ] - ], - [ - 3.433333396911621, - [ - 0.7068895101547241, - 0.017529208213090897, - -0.017529208213090897, - 0.7068895101547241 - ] - ], - [ - 3.4666666984558105, - [ - 0.7067499160766602, - 0.022463401779532433, - -0.022463401779532433, - 0.7067499160766602 - ] - ], - [ - 3.5, - [ - 0.706558883190155, - 0.02783171460032463, - -0.02783171460032463, - 0.706558883190155 - ] - ], - [ - 3.5333333015441895, - [ - 0.7063270211219788, - 0.033198416233062744, - -0.033198416233062744, - 0.7063270211219788 - ] - ], - [ - 3.566666603088379, - [ - 0.7060781121253967, - 0.038128308951854706, - -0.038128308951854706, - 0.7060781121253967 - ] - ], - [ - 3.5999999046325684, - [ - 0.7058472037315369, - 0.04218682646751404, - -0.04218682646751404, - 0.7058472037315369 - ] - ], - [ - 3.633333444595337, - [ - 0.7056772708892822, - 0.04494005814194679, - -0.04494005814194679, - 0.7056772708892822 - ] - ], - [ - 3.6666667461395264, - [ - 0.7056119441986084, - 0.04595422372221947, - -0.04595422372221947, - 0.7056119441986084 - ] - ], - [ - 3.700000047683716, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 3.7333333492279053, - [ - 0.7058948278427124, - 0.041382476687431335, - -0.041382476687431335, - 0.7058948278427124 - ] - ], - [ - 3.7666666507720947, - [ - 0.7061610221862793, - 0.03656039386987686, - -0.03656039386987686, - 0.7061610221862793 - ] - ], - [ - 3.799999952316284, - [ - 0.706433892250061, - 0.030841302126646042, - -0.030841302126646042, - 0.706433892250061 - ] - ], - [ - 3.8333332538604736, - [ - 0.7066709995269775, - 0.02482163906097412, - -0.02482163906097412, - 0.7066709995269775 - ] - ], - [ - 3.866666555404663, - [ - 0.7068488597869873, - 0.019098807126283646, - -0.019098807126283646, - 0.7068488597869873 - ] - ], - [ - 3.9000000953674316, - [ - 0.7069627642631531, - 0.014270689338445663, - -0.014270689338445663, - 0.7069627642631531 - ] - ], - [ - 3.933333396911621, - [ - 0.7070222496986389, - 0.010935436934232712, - -0.010935436934232712, - 0.7070222496986389 - ] - ], - [ - 3.9666666984558105, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 6.633333206176758, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458466688_1068642.json b/lenses/physics-objects/Scene/assets/1645812458466688_1068642.json deleted file mode 100644 index be334281..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458466688_1068642.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458466688:1068642", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458468760_1068655.json b/lenses/physics-objects/Scene/assets/1645812458468760_1068655.json deleted file mode 100644 index 28ae8cef..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458468760_1068655.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458468760:1068655", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 33.82792663574219, - 0.0, - 3.608617067337036 - ] - ], - [ - 3.366666555404663, - [ - 33.82792663574219, - 0.0, - 3.608617067337036 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458469079_1068662.json b/lenses/physics-objects/Scene/assets/1645812458469079_1068662.json deleted file mode 100644 index e2e44cb8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458469079_1068662.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458469079:1068662", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.03333333507180214, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.06666667014360428, - [ - 0.7058947682380676, - 0.041383467614650726, - -0.041383467614650726, - 0.7058947682380676 - ] - ], - [ - 0.10000000149011612, - [ - 0.7061607837677002, - 0.036564335227012634, - -0.036564335227012634, - 0.7061607837677002 - ] - ], - [ - 0.13333334028720856, - [ - 0.7064334750175476, - 0.030850106850266457, - -0.030850106850266457, - 0.7064334750175476 - ] - ], - [ - 0.1666666716337204, - [ - 0.7066704630851746, - 0.024837201461195946, - -0.024837201461195946, - 0.7066704630851746 - ] - ], - [ - 0.20000000298023224, - [ - 0.7068482041358948, - 0.01912296563386917, - -0.01912296563386917, - 0.7068482041358948 - ] - ], - [ - 0.23333333432674408, - [ - 0.7069620490074158, - 0.014305279590189457, - -0.014305279590189457, - 0.7069620490074158 - ] - ], - [ - 0.2666666805744171, - [ - 0.7070215344429016, - 0.010982182808220387, - -0.010982182808220387, - 0.7070215344429016 - ] - ], - [ - 0.30000001192092896, - [ - 0.7070395350456238, - 0.009751496836543083, - -0.009751496836543083, - 0.7070395350456238 - ] - ], - [ - 0.5333333611488342, - [ - 0.7070375680923462, - 0.009893501177430153, - -0.009893501177430153, - 0.7070375680923462 - ] - ], - [ - 0.7333333492279053, - [ - 0.7070350646972656, - 0.010070374235510826, - -0.010070374235510826, - 0.7070350646972656 - ] - ], - [ - 1.0, - [ - 0.7070307731628418, - 0.010369711555540562, - -0.010369711555540562, - 0.7070307731628418 - ] - ], - [ - 1.2333333492279053, - [ - 0.7070261836051941, - 0.010676456615328789, - -0.010676456615328789, - 0.7070261836051941 - ] - ], - [ - 1.4333332777023315, - [ - 0.7070218324661255, - 0.010961753316223621, - -0.010961753316223621, - 0.7070218324661255 - ] - ], - [ - 1.6666666269302368, - [ - 0.7070163488388062, - 0.011308560147881508, - -0.011308560147881508, - 0.7070163488388062 - ] - ], - [ - 1.7999999523162842, - [ - 0.7070131301879883, - 0.01150849461555481, - -0.01150849461555481, - 0.7070131301879883 - ] - ], - [ - 1.8333333730697632, - [ - 0.7070122957229614, - 0.01155827846378088, - -0.01155827846378088, - 0.7070122957229614 - ] - ], - [ - 1.899999976158142, - [ - 0.7070106863975525, - 0.011657324619591236, - -0.011657324619591236, - 0.7070106863975525 - ] - ], - [ - 2.066666603088379, - [ - 0.7070066332817078, - 0.01190003752708435, - -0.01190003752708435, - 0.7070066332817078 - ] - ], - [ - 2.1666667461395264, - [ - 0.7070042490959167, - 0.012040700763463974, - -0.012040700763463974, - 0.7070042490959167 - ] - ], - [ - 2.2333333492279053, - [ - 0.7070026993751526, - 0.012131741270422935, - -0.012131741270422935, - 0.7070026993751526 - ] - ], - [ - 2.4666666984558105, - [ - 0.7069975733757019, - 0.012428108602762222, - -0.012428108602762222, - 0.7069975733757019 - ] - ], - [ - 2.566666603088379, - [ - 0.7069955468177795, - 0.012542115524411201, - -0.012542115524411201, - 0.7069955468177795 - ] - ], - [ - 2.5999999046325684, - [ - 0.706994891166687, - 0.012578089721500874, - -0.012578089721500874, - 0.706994891166687 - ] - ], - [ - 2.700000047683716, - [ - 0.7069931030273438, - 0.012679368257522583, - -0.012679368257522583, - 0.7069931030273438 - ] - ], - [ - 2.9666666984558105, - [ - 0.7069892287254333, - 0.012893677689135075, - -0.012893677689135075, - 0.7069892287254333 - ] - ], - [ - 3.0, - [ - 0.7069695591926575, - 0.013930132612586021, - -0.013930132612586021, - 0.7069695591926575 - ] - ], - [ - 3.0333333015441895, - [ - 0.7069094181060791, - 0.016706738620996475, - -0.016706738620996475, - 0.7069094181060791 - ] - ], - [ - 3.066666603088379, - [ - 0.706801176071167, - 0.020787589251995087, - -0.020787589251995087, - 0.706801176071167 - ] - ], - [ - 3.0999999046325684, - [ - 0.7066382765769958, - 0.025736641138792038, - -0.025736641138792038, - 0.7066382765769958 - ] - ], - [ - 3.133333444595337, - [ - 0.7064217329025269, - 0.031117916107177734, - -0.031117916107177734, - 0.7064217329025269 - ] - ], - [ - 3.1666667461395264, - [ - 0.7061643600463867, - 0.0364956259727478, - -0.0364956259727478, - 0.7061643600463867 - ] - ], - [ - 3.200000047683716, - [ - 0.7058917880058289, - 0.04143468663096428, - -0.04143468663096428, - 0.7058917880058289 - ] - ], - [ - 3.2333333492279053, - [ - 0.7056413292884827, - 0.045500658452510834, - -0.045500658452510834, - 0.7056413292884827 - ] - ], - [ - 3.2666666507720947, - [ - 0.7054579854011536, - 0.048259787261486053, - -0.048259787261486053, - 0.7054579854011536 - ] - ], - [ - 3.299999952316284, - [ - 0.7053875923156738, - 0.04927850142121315, - -0.04927850142121315, - 0.7053875923156738 - ] - ], - [ - 3.3333332538604736, - [ - 0.70550137758255, - 0.047621581703424454, - -0.047621581703424454, - 0.70550137758255 - ] - ], - [ - 3.366666555404663, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458469380_1068669.json b/lenses/physics-objects/Scene/assets/1645812458469380_1068669.json deleted file mode 100644 index 103ec9ca..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458469380_1068669.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458469380:1068669", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458471352_1068682.json b/lenses/physics-objects/Scene/assets/1645812458471352_1068682.json deleted file mode 100644 index e8132952..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458471352_1068682.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458471352:1068682", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.609814643859863, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 8.609814643859863, - -1.0658141036401503e-14, - 7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458471661_1068689.json b/lenses/physics-objects/Scene/assets/1645812458471661_1068689.json deleted file mode 100644 index ce913a2f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458471661_1068689.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458471661:1068689", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0842026894733873e-18, - 6.938893903907228e-17, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.0, - [ - -1.0842026894733873e-18, - 6.938893903907228e-17, - -0.18177372217178345, - 0.9833403825759888 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458471964_1068696.json b/lenses/physics-objects/Scene/assets/1645812458471964_1068696.json deleted file mode 100644 index b254bc2c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458471964_1068696.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458471964:1068696", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458473964_1068709.json b/lenses/physics-objects/Scene/assets/1645812458473964_1068709.json deleted file mode 100644 index a348750b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458473964_1068709.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458473964:1068709", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.609814643859863, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 8.609814643859863, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458474325_1068716.json b/lenses/physics-objects/Scene/assets/1645812458474325_1068716.json deleted file mode 100644 index 108bfe3a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458474325_1068716.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458474325:1068716", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.17411060631275177, - 0.9847261309623718 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.1543002426624298, - 0.988024115562439 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.1271134465932846, - 0.9918882846832275 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.09738359600305557, - 0.995246946811676 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.07001993805170059, - 0.997545599937439 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.04997310787439346, - 0.9987505674362183 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.056796927005052567, - 0.9983858466148376 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.09156381338834763, - 0.9957993030548096 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.1329103410243988, - 0.9911280870437622 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.1673777848482132, - 0.9858928322792053 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.17411060631275177, - 0.9847261309623718 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.1543002426624298, - 0.988024115562439 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.1271134316921234, - 0.9918882846832275 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.09738359600305557, - 0.995246946811676 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.0700199231505394, - 0.997545599937439 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.04997310787439346, - 0.9987505674362183 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.05679652839899063, - 0.9983857870101929 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.09156324714422226, - 0.9957993626594543 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.13290974497795105, - 0.991128146648407 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.1673777997493744, - 0.9858928322792053 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.17411065101623535, - 0.9847261905670166 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.15430034697055817, - 0.9880239963531494 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.12711361050605774, - 0.991888165473938 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.09738385677337646, - 0.9952468872070313 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.07002018392086029, - 0.997545599937439 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.05679631978273392, - 0.9983857870101929 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.09156366437673569, - 0.9957992434501648 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.1329098343849182, - 0.991128146648407 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.16737805306911469, - 0.9858927726745605 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.17411044239997864, - 0.9847261309623718 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.15430036187171936, - 0.9880239963531494 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.12711316347122192, - 0.9918882250785828 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.09738381952047348, - 0.9952468872070313 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.07001984864473343, - 0.997545599937439 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.05679614841938019, - 0.9983857870101929 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.09156318753957748, - 0.9957993626594543 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.13291041553020477, - 0.991128146648407 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.16737741231918335, - 0.9858928918838501 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.1741108000278473, - 0.984726071357727 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.15430009365081787, - 0.9880240559577942 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.12711365520954132, - 0.991888165473938 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.09738336503505707, - 0.995246946811676 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.07002007216215134, - 0.997545599937439 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.049972906708717346, - 0.9987505674362183 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.05679690092802048, - 0.9983858466148376 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.0915631577372551, - 0.9957993626594543 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.1329103708267212, - 0.9911280870437622 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.16737739741802216, - 0.9858928918838501 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.17411045730113983, - 0.9847261309623718 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.15430039167404175, - 0.9880239963531494 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.12711310386657715, - 0.9918882250785828 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.0973837673664093, - 0.9952470064163208 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.07001981139183044, - 0.997545599937439 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.04997329041361809, - 0.9987505674362183 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.05679627135396004, - 0.9983857870101929 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.09156358987092972, - 0.9957992434501648 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.13290975987911224, - 0.991128146648407 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.16737808287143707, - 0.9858927726745605 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.17411041259765625, - 0.9847261309623718 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.15430033206939697, - 0.9880239963531494 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.1271132230758667, - 0.9918882250785828 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.0973830595612526, - 0.9952470660209656 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.07001989334821701, - 0.997545599937439 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.04997282102704048, - 0.9987506866455078 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.05679694563150406, - 0.9983857274055481 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.09156324714422226, - 0.9957993626594543 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.1329103261232376, - 0.9911280870437622 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.16737736761569977, - 0.9858928918838501 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.17411088943481445, - 0.984726071357727 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.154300257563591, - 0.9880239963531494 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.12711398303508759, - 0.9918881058692932 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.09738380461931229, - 0.9952468872070313 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.07002053409814835, - 0.9975455403327942 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.04822830483317375, - 0.99883633852005 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.06412870436906815, - 0.9979417324066162 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.08657915890216827, - 0.9962449669837952 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.11226111650466919, - 0.9936787486076355 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.13786758482456207, - 0.9904506802558899 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.16013139486312866, - 0.9870957136154175 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.17583021521568298, - 0.9844205379486084 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.1802894026041031, - 0.9836136102676392 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458474641_1068723.json b/lenses/physics-objects/Scene/assets/1645812458474641_1068723.json deleted file mode 100644 index c0e4bc66..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458474641_1068723.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458474641:1068723", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458476827_1068740.json b/lenses/physics-objects/Scene/assets/1645812458476827_1068740.json deleted file mode 100644 index db0a8c21..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458476827_1068740.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458476827:1068740", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.643889427185059, - -1.4210854715202004e-14, - -2.6645352591003757e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.643889427185059, - 6.402349254233616e-25, - 5.3290705182007514e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458477169_1068747.json b/lenses/physics-objects/Scene/assets/1645812458477169_1068747.json deleted file mode 100644 index cd66172b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458477169_1068747.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458477169:1068747", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.3877787807814457e-17, - 8.326672684688674e-17, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.0, - [ - -1.3877787807814457e-17, - 8.326672684688674e-17, - -0.11685406416654587, - 0.9931491017341614 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458477480_1068754.json b/lenses/physics-objects/Scene/assets/1645812458477480_1068754.json deleted file mode 100644 index fc40e122..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458477480_1068754.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458477480:1068754", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458489718_1068767.json b/lenses/physics-objects/Scene/assets/1645812458489718_1068767.json deleted file mode 100644 index a257f28e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458489718_1068767.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458489718:1068767", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.643889427185059, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.643889427185059, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458490104_1068774.json b/lenses/physics-objects/Scene/assets/1645812458490104_1068774.json deleted file mode 100644 index ff23c1ba..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458490104_1068774.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458490104:1068774", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.11085249483585358, - 0.9938368797302246 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.1091165617108345, - 0.9940289855003357 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.08913253992795944, - 0.9960197806358337 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.0617508590221405, - 0.9980916976928711 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.031864747405052185, - 0.9994922876358032 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.004409227054566145, - 0.9999902844429016 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - 0.0, - 0.01567373052239418, - 0.9998771548271179 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - 0.0, - 0.008840969763696194, - 0.9999610185623169 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.026020677760243416, - 0.9996615052223206 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.06758473813533783, - 0.997713565826416 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.1023215800523758, - 0.9947513937950134 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.10911651700735092, - 0.9940289855003357 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.08913244307041168, - 0.9960197806358337 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.061750661581754684, - 0.9980916976928711 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.03186452388763428, - 0.9994922876358032 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.004408973269164562, - 0.9999902844429016 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.01567370444536209, - 0.9998771548271179 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - 0.0, - 0.008841052651405334, - 0.9999610185623169 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.02602103166282177, - 0.999661386013031 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.06758493930101395, - 0.9977135062217712 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.10232165455818176, - 0.9947513937950134 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.1091165617108345, - 0.9940289855003357 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.08913256227970123, - 0.9960197806358337 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.0617508627474308, - 0.9980916976928711 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.031864773482084274, - 0.9994922876358032 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.0044088358990848064, - 0.9999902844429016 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - 0.0, - 0.015673549845814705, - 0.9998772740364075 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.0, - 0.008841310627758503, - 0.9999610185623169 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.026020944118499756, - 0.999661386013031 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.06758451461791992, - 0.997713565826416 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.10232187807559967, - 0.9947513341903687 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.1091163381934166, - 0.9940289855003357 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.08913253992795944, - 0.9960197806358337 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.06175045296549797, - 0.9980916380882263 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.031864799559116364, - 0.9994922876358032 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.004408861044794321, - 0.9999902844429016 - ] - ], - [ - 1.5, - [ - 0.0, - 0.0, - 0.015673523768782616, - 0.9998772740364075 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 0.0, - 0.008840636350214481, - 0.9999610185623169 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.026020456105470657, - 0.9996615052223206 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.06758495420217514, - 0.9977135062217712 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.10232125967741013, - 0.994751513004303 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.10911671072244644, - 0.9940290451049805 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.08913235366344452, - 0.9960197806358337 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.06175095587968826, - 0.9980915784835815 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.0318642295897007, - 0.9994922280311584 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.004409085493534803, - 0.9999902844429016 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - 0.0, - 0.01567387953400612, - 0.9998771548271179 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - 0.0, - 0.008840636350214481, - 0.9999610185623169 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.026020431891083717, - 0.9996615052223206 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.06758492439985275, - 0.9977135062217712 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.10232198983430862, - 0.9947513341903687 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.10911630094051361, - 0.9940289855003357 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.08913248777389526, - 0.9960197806358337 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.061750393360853195, - 0.9980916380882263 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.03186473622918129, - 0.9994922876358032 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.004408898297697306, - 0.9999902844429016 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 0.0, - 0.015673499554395676, - 0.9998772740364075 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 0.0, - 0.008841360919177532, - 0.9999610185623169 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.02602100558578968, - 0.999661386013031 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.0675845742225647, - 0.997713565826416 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.10232191532850266, - 0.9947513341903687 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.10911636054515839, - 0.9940289855003357 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.08913188427686691, - 0.9960198402404785 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.061750516295433044, - 0.9980916380882263 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.03186381608247757, - 0.9994922280311584 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.004408823326230049, - 0.9999902844429016 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - 0.0, - 0.01567397080361843, - 0.9998771548271179 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - 0.0, - 0.008840661495923996, - 0.9999610185623169 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.026020381599664688, - 0.9996615052223206 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.06758486479520798, - 0.9977135062217712 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.10232121497392654, - 0.994751513004303 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.10911676287651062, - 0.9940290451049805 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.08913251757621765, - 0.9960197806358337 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.06175127625465393, - 0.9980915784835815 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.031864773482084274, - 0.9994922876358032 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.004408936016261578, - 0.9999902844429016 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - 0.0, - 0.015673473477363586, - 0.9998772740364075 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 0.0, - 0.0174203272908926, - 0.9998483657836914 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - 0.0, - 0.0014955770457163453, - 0.9999988675117493 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.02101781778037548, - 0.9997791051864624 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.046812817454338074, - 0.9989036917686462 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.07257593423128128, - 0.9973629117012024 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.0843203142285347, - 0.9964386820793152 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458490495_1068781.json b/lenses/physics-objects/Scene/assets/1645812458490495_1068781.json deleted file mode 100644 index 09162a43..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458490495_1068781.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458490495:1068781", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458492736_1068794.json b/lenses/physics-objects/Scene/assets/1645812458492736_1068794.json deleted file mode 100644 index 18d343b2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458492736_1068794.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458492736:1068794", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.96987247467041, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.96987247467041, - -4.263256414560601e-14, - 6.217248937900877e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458493073_1068801.json b/lenses/physics-objects/Scene/assets/1645812458493073_1068801.json deleted file mode 100644 index ea051f40..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458493073_1068801.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458493073:1068801", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.5265565265106922e-16, - 1.3877787807814457e-16, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.0, - [ - -1.5265565265106922e-16, - 1.3877787807814457e-16, - -0.15275777876377106, - 0.9882636666297913 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458493379_1068808.json b/lenses/physics-objects/Scene/assets/1645812458493379_1068808.json deleted file mode 100644 index c067e3a3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458493379_1068808.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458493379:1068808", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458495439_1068821.json b/lenses/physics-objects/Scene/assets/1645812458495439_1068821.json deleted file mode 100644 index d2d4223c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458495439_1068821.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458495439:1068821", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.96987247467041, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.96987247467041, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458495788_1068828.json b/lenses/physics-objects/Scene/assets/1645812458495788_1068828.json deleted file mode 100644 index a068b081..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458495788_1068828.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458495788:1068828", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.10866139829158783, - 0.9940788149833679 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.13101433217525482, - 0.9913805723190308 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.14678508043289185, - 0.9891685247421265 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.14505723118782043, - 0.9894232749938965 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.12515844404697418, - 0.9921367764472961 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.09786979109048843, - 0.9951992034912109 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.06805361807346344, - 0.9976816773414612 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.040634263306856155, - 0.999174177646637 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.02056070603430271, - 0.9997887015342712 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.027392040938138962, - 0.9996247887611389 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.06221994757652283, - 0.9980624914169312 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.1036861464381218, - 0.994610071182251 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.13829290866851807, - 0.9903913736343384 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.14505721628665924, - 0.9894232749938965 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.12515845894813538, - 0.9921367764472961 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.09786979854106903, - 0.9951993227005005 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.06805407255887985, - 0.997681736946106 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.040634606033563614, - 0.999174177646637 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.020560937002301216, - 0.9997885823249817 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.027392014861106873, - 0.9996247887611389 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.06221993267536163, - 0.9980624914169312 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.10368612408638, - 0.994610071182251 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.13829287886619568, - 0.9903913736343384 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.14505723118782043, - 0.9894232749938965 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.12515847384929657, - 0.9921367764472961 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.09786932915449142, - 0.9951992630958557 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.06805403530597687, - 0.997681736946106 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.040634263306856155, - 0.999174177646637 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.020560963079333305, - 0.9997885823249817 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.027391724288463593, - 0.9996247887611389 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.06222015991806984, - 0.9980625510215759 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.1036858782172203, - 0.9946101903915405 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.13829322159290314, - 0.9903914332389832 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.14505703747272491, - 0.989423394203186 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.12515848875045776, - 0.9921367764472961 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.09786935150623322, - 0.9951992630958557 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.06805405765771866, - 0.997681736946106 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.040634289383888245, - 0.999174177646637 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.0205604899674654, - 0.9997887015342712 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.027392348274588585, - 0.9996247887611389 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.062219664454460144, - 0.9980624914169312 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.10368645191192627, - 0.9946101307868958 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.1382925808429718, - 0.9903914332389832 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.14505741000175476, - 0.9894233345985413 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.12515823543071747, - 0.9921368956565857 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.09786985069513321, - 0.9951992034912109 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.06805359572172165, - 0.9976816773414612 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.04063450172543526, - 0.999174177646637 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.020560581237077713, - 0.9997887015342712 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.027392324060201645, - 0.9996247887611389 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.06222078576683998, - 0.9980624318122864 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.10368627309799194, - 0.994610071182251 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.13829343020915985, - 0.9903913140296936 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.14505702257156372, - 0.989423394203186 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.12515844404697418, - 0.9921367764472961 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.0978693887591362, - 0.9951992630958557 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.06805409491062164, - 0.997681736946106 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.04063432663679123, - 0.999174177646637 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.020560987293720245, - 0.9997885823249817 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.027391623705625534, - 0.9996247887611389 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.06221973896026611, - 0.9980624914169312 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.10368523001670837, - 0.9946101903915405 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.13829255104064941, - 0.9903914332389832 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.14505742490291595, - 0.9894233345985413 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.1251581907272339, - 0.9921368956565857 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.09786979109048843, - 0.9951992034912109 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.06805352121591568, - 0.9976816773414612 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.04063444957137108, - 0.999174177646637 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.020560581237077713, - 0.9997887015342712 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.027392297983169556, - 0.9996247887611389 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.06221957504749298, - 0.9980624914169312 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.10368650406599045, - 0.9946101307868958 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.13829262554645538, - 0.9903914332389832 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.14505743980407715, - 0.9894232153892517 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.12515847384929657, - 0.9921367764472961 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.09786943346261978, - 0.9951992630958557 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.06805414706468582, - 0.997681736946106 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.04063418507575989, - 0.9991741180419922 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.020560912787914276, - 0.9997885823249817 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.01881420984864235, - 0.9998229742050171 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.03473394736647606, - 0.9993966221809387 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.05722460150718689, - 0.998361349105835 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.0697120875120163, - 0.9975671768188477 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458496112_1068835.json b/lenses/physics-objects/Scene/assets/1645812458496112_1068835.json deleted file mode 100644 index 2a48d3c5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458496112_1068835.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458496112:1068835", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458498226_1068848.json b/lenses/physics-objects/Scene/assets/1645812458498226_1068848.json deleted file mode 100644 index a28b3ba9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458498226_1068848.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458498226:1068848", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.156426429748535, - -2.842170943040401e-14, - -2.6645352591003757e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.156426429748535, - 1.2804698508467232e-24, - 2.6645352591003757e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458498552_1068855.json b/lenses/physics-objects/Scene/assets/1645812458498552_1068855.json deleted file mode 100644 index 7d37b0ed..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458498552_1068855.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458498552:1068855", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.551115123125783e-17, - 1.942890293094024e-16, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.0, - [ - -5.551115123125783e-17, - 1.942890293094024e-16, - -0.1635444462299347, - 0.9865359663963318 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458498883_1068862.json b/lenses/physics-objects/Scene/assets/1645812458498883_1068862.json deleted file mode 100644 index 837140e6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458498883_1068862.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458498883:1068862", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458501240_1068875.json b/lenses/physics-objects/Scene/assets/1645812458501240_1068875.json deleted file mode 100644 index 97bd8914..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458501240_1068875.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458501240:1068875", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.156426429748535, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.156426429748535, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458501616_1068882.json b/lenses/physics-objects/Scene/assets/1645812458501616_1068882.json deleted file mode 100644 index e0550aff..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458501616_1068882.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458501616:1068882", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.06812731176614761, - 0.9976766109466553 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.09385240823030472, - 0.9955862164497375 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.11951423436403275, - 0.9928324818611145 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.14183634519577026, - 0.9898902177810669 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.15758198499679565, - 0.9875059127807617 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.15585704147815704, - 0.9877797365188599 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.1359887272119522, - 0.9907103776931763 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.1087350845336914, - 0.9940707683563232 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.07894822955131531, - 0.9968787431716919 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.051546815782785416, - 0.9986705780029297 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.03148119896650314, - 0.9995044469833374 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.03831030800938606, - 0.9992659091949463 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.07311908155679703, - 0.997323215007782 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.114545077085495, - 0.9934180378913879 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.14910368621349335, - 0.9888216853141785 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.15585702657699585, - 0.9877797365188599 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.13598908483982086, - 0.9907103180885315 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.10873550176620483, - 0.9940707087516785 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.07894867658615112, - 0.9968786835670471 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.05154680088162422, - 0.9986705780029297 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.03148119896650314, - 0.9995044469833374 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.03831028193235397, - 0.9992659091949463 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.07311905920505524, - 0.997323215007782 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.1145450547337532, - 0.9934180378913879 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.14910368621349335, - 0.9888216853141785 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.15585680305957794, - 0.9877796769142151 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.13598906993865967, - 0.9907103180885315 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.1087350994348526, - 0.9940707683563232 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.07894869893789291, - 0.9968786835670471 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.051546789705753326, - 0.9986705780029297 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.03148140385746956, - 0.9995043277740479 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.038309965282678604, - 0.9992659091949463 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.07311933487653732, - 0.997323215007782 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.11454486101865768, - 0.9934180974960327 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.14910396933555603, - 0.9888216257095337 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.15585680305957794, - 0.9877796769142151 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.13598908483982086, - 0.9907103180885315 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.10873512178659439, - 0.9940707683563232 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.07894778251647949, - 0.9968788623809814 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.05154680088162422, - 0.9986705780029297 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.03148098289966583, - 0.9995044469833374 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.038310643285512924, - 0.9992659687995911 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.07311885803937912, - 0.9973233342170715 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.1145452931523323, - 0.9934180378913879 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.1491033136844635, - 0.9888216257095337 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.15585723519325256, - 0.9877796173095703 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.13598909974098206, - 0.9907103180885315 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.10873598605394363, - 0.9940706491470337 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.07894863933324814, - 0.9968786835670471 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.051547516137361526, - 0.9986705183982849 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.03148142620921135, - 0.9995043277740479 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.038309916853904724, - 0.9992659091949463 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.07311940938234329, - 0.997323215007782 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.11454495787620544, - 0.9934181571006775 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.1491040289402008, - 0.9888216257095337 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.15585683286190033, - 0.9877796769142151 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.13598911464214325, - 0.9907103180885315 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.10873516649007797, - 0.9940707683563232 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.07894876599311829, - 0.9968786835670471 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.051546741276979446, - 0.9986705780029297 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.03148137778043747, - 0.9995043277740479 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.038309842348098755, - 0.9992659091949463 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.07311879098415375, - 0.9973233342170715 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.11454524099826813, - 0.9934180378913879 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.1491032838821411, - 0.9888216257095337 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.1558571457862854, - 0.9877796173095703 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.13598884642124176, - 0.9907103776931763 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.10873556137084961, - 0.9940707087516785 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.07894819974899292, - 0.9968787431716919 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.05154705047607422, - 0.9986705780029297 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.031481072306632996, - 0.9995044469833374 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.0383106954395771, - 0.9992659687995911 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.0731189027428627, - 0.9973233342170715 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.11454535275697708, - 0.9934180378913879 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.14910335838794708, - 0.9888216257095337 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.15585684776306152, - 0.9877796769142151 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.13598915934562683, - 0.9907103180885315 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.10873500257730484, - 0.9940707683563232 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.07894859462976456, - 0.9968788027763367 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.051546789705753326, - 0.9986705780029297 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.03148140385746956, - 0.9995043277740479 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.029735157266259193, - 0.9995579123497009 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.036488234996795654, - 0.9993340969085693 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458501984_1068889.json b/lenses/physics-objects/Scene/assets/1645812458501984_1068889.json deleted file mode 100644 index 5661c728..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458501984_1068889.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458501984:1068889", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458504200_1068902.json b/lenses/physics-objects/Scene/assets/1645812458504200_1068902.json deleted file mode 100644 index ecaa3775..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458504200_1068902.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458504200:1068902", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.4582438468933105, - 5.684341886080802e-14, - -1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 7.4582438468933105, - 0.0, - -8.881784197001252e-16 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458504558_1068909.json b/lenses/physics-objects/Scene/assets/1645812458504558_1068909.json deleted file mode 100644 index 219fa6e4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458504558_1068909.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458504558:1068909", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.326672684688674e-17, - 1.6653345369377348e-16, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.0, - [ - -8.326672684688674e-17, - 1.6653345369377348e-16, - -0.17853428423404694, - 0.983933687210083 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458504888_1068916.json b/lenses/physics-objects/Scene/assets/1645812458504888_1068916.json deleted file mode 100644 index 2542b207..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458504888_1068916.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458504888:1068916", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458506897_1068929.json b/lenses/physics-objects/Scene/assets/1645812458506897_1068929.json deleted file mode 100644 index 37099e26..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458506897_1068929.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458506897:1068929", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.4582438468933105, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 7.4582438468933105, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458507248_1068936.json b/lenses/physics-objects/Scene/assets/1645812458507248_1068936.json deleted file mode 100644 index f6dd827d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458507248_1068936.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458507248:1068936", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.0449385829269886, - 0.9989897608757019 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.06084175035357475, - 0.9981474280357361 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.08329767733812332, - 0.9965246915817261 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.10898798704147339, - 0.9940431714057922 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.13460496068000793, - 0.9908993244171143 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.1568797081708908, - 0.9876177310943604 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.17258760333061218, - 0.9849941730499268 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.17086665332317352, - 0.9852941632270813 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.1510455161333084, - 0.9885268211364746 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.1238461509346962, - 0.9923015236854553 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.09410540014505386, - 0.9955622553825378 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.06673432141542435, - 0.9977707862854004 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.04668363183736801, - 0.9989097118377686 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.05350831151008606, - 0.998567521572113 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.0882834941148758, - 0.9960954189300537 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.12964527308940887, - 0.9915604591369629 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.16412995755672455, - 0.9864387512207031 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.17086666822433472, - 0.9852941632270813 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.15104563534259796, - 0.9885268211364746 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.1238458976149559, - 0.9923014640808105 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.09410523623228073, - 0.9955622553825378 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.06673422455787659, - 0.9977707862854004 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.04668360948562622, - 0.9989097118377686 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.05350828543305397, - 0.998567521572113 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.088283471763134, - 0.9960954189300537 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.12964525818824768, - 0.9915604591369629 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.16413035988807678, - 0.9864386320114136 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.170866459608078, - 0.9852942228317261 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.15104565024375916, - 0.9885268807411194 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.12384586781263351, - 0.9923014640808105 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.09410563856363297, - 0.9955623149871826 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.06673423200845718, - 0.9977707862854004 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.046683840453624725, - 0.9989097118377686 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.05350799486041069, - 0.998567521572113 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.08828367292881012, - 0.9960953593254089 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.12964500486850739, - 0.9915605783462524 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.16413027048110962, - 0.9864386916160583 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.1708664894104004, - 0.9852942824363708 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.15104490518569946, - 0.9885269999504089 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.12384588271379471, - 0.9923014640808105 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.0941048115491867, - 0.9955623149871826 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.06673424690961838, - 0.9977707862854004 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.04668337106704712, - 0.9989098310470581 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.053508609533309937, - 0.9985674023628235 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.08828318864107132, - 0.9960954189300537 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.12964557111263275, - 0.9915603995323181 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.16412964463233948, - 0.9864388704299927 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.170866921544075, - 0.9852942228317261 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.15104559063911438, - 0.9885268211364746 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.12384675443172455, - 0.9923014640808105 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.09410567581653595, - 0.9955623149871826 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.06673426926136017, - 0.9977707862854004 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.046683866530656815, - 0.9989097118377686 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.05350804701447487, - 0.998567521572113 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.08828374743461609, - 0.9960953593254089 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.12964507937431335, - 0.9915604591369629 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.16413024067878723, - 0.9864386916160583 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.17086651921272278, - 0.9852942824363708 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.15104570984840393, - 0.9885268807411194 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.12384583801031113, - 0.9923015832901001 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.09410559386014938, - 0.9955623149871826 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.0667341947555542, - 0.9977707862854004 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.046683814376592636, - 0.9989097118377686 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.053508561104536057, - 0.9985674023628235 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.08828312158584595, - 0.9960954189300537 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.12964564561843872, - 0.9915603995323181 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.16412971913814545, - 0.9864388704299927 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.17086681723594666, - 0.9852941632270813 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.15104542672634125, - 0.9885268211364746 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.12384642660617828, - 0.9923014044761658 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.09410523623228073, - 0.9955622553825378 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.06673449277877808, - 0.9977707862854004 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.04668343812227249, - 0.9989098310470581 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.053508635610342026, - 0.9985674023628235 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.0882832333445549, - 0.9960954189300537 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.1296454817056656, - 0.9915603995323181 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.1641303449869156, - 0.9864386320114136 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.17086641490459442, - 0.9852942228317261 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.151045560836792, - 0.9885268211364746 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.12384586781263351, - 0.9923014640808105 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.09410563856363297, - 0.9955623149871826 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.06673423200845718, - 0.9977707862854004 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.046683840453624725, - 0.9989097118377686 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.04088829085230827, - 0.9991637468338013 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458507488_1068943.json b/lenses/physics-objects/Scene/assets/1645812458507488_1068943.json deleted file mode 100644 index 9684c975..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458507488_1068943.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458507488:1068943", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458509829_1068960.json b/lenses/physics-objects/Scene/assets/1645812458509829_1068960.json deleted file mode 100644 index 14f35372..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458509829_1068960.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458509829:1068960", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.598333358764648, - 2.220446049250313e-15, - -2.1251520898271257e-15 - ] - ], - [ - 6.633333206176758, - [ - 8.598333358764648, - 2.220446049250313e-15, - -2.1251520898271257e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458510173_1068967.json b/lenses/physics-objects/Scene/assets/1645812458510173_1068967.json deleted file mode 100644 index c38ec876..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458510173_1068967.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458510173:1068967", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ], - [ - 1.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458510489_1068974.json b/lenses/physics-objects/Scene/assets/1645812458510489_1068974.json deleted file mode 100644 index ce2020b3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458510489_1068974.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458510489:1068974", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458523556_1068987.json b/lenses/physics-objects/Scene/assets/1645812458523556_1068987.json deleted file mode 100644 index 5c57ca3e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458523556_1068987.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458523556:1068987", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.598333358764648, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 8.598333358764648, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458523925_1068994.json b/lenses/physics-objects/Scene/assets/1645812458523925_1068994.json deleted file mode 100644 index 38777b29..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458523925_1068994.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458523925:1068994", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ], - [ - 1.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458524190_1069001.json b/lenses/physics-objects/Scene/assets/1645812458524190_1069001.json deleted file mode 100644 index 0430da62..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458524190_1069001.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458524190:1069001", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458525970_1069014.json b/lenses/physics-objects/Scene/assets/1645812458525970_1069014.json deleted file mode 100644 index 4372f3ca..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458525970_1069014.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458525970:1069014", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ], - [ - 6.633333206176758, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458526360_1069021.json b/lenses/physics-objects/Scene/assets/1645812458526360_1069021.json deleted file mode 100644 index dc8ccc5d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458526360_1069021.json +++ /dev/null @@ -1,1531 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458526360:1069021", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.1083325669169426, - 0.06535156071186066, - -0.8517088294029236, - 0.5085128545761108 - ] - ], - [ - 0.03333333507180214, - [ - 0.1083325669169426, - 0.06535156071186066, - -0.8517088294029236, - 0.5085128545761108 - ] - ], - [ - 0.06666667014360428, - [ - 0.1098606288433075, - 0.06698577851057053, - -0.8524048924446106, - 0.5068033933639526 - ] - ], - [ - 0.10000000149011612, - [ - 0.11126690357923508, - 0.0684899091720581, - -0.8530292510986328, - 0.505242645740509 - ] - ], - [ - 0.13333334028720856, - [ - 0.11250976473093033, - 0.06981930881738663, - -0.8535659909248352, - 0.5038771033287048 - ] - ], - [ - 0.1666666716337204, - [ - 0.11354714632034302, - 0.0709289088845253, - -0.853999674320221, - 0.5027533173561096 - ] - ], - [ - 0.20000000298023224, - [ - 0.1143369972705841, - 0.07177358120679855, - -0.8543149828910828, - 0.501917839050293 - ] - ], - [ - 0.23333333432674408, - [ - 0.11483724415302277, - 0.07230821251869202, - -0.8544966578483582, - 0.5014173984527588 - ] - ], - [ - 0.3333333432674408, - [ - 0.11496560275554657, - 0.07244151085615158, - -0.8543719053268433, - 0.5015813112258911 - ] - ], - [ - 0.36666667461395264, - [ - 0.11492883414030075, - 0.07239975780248642, - -0.8542496562004089, - 0.5018038749694824 - ] - ], - [ - 0.4333333373069763, - [ - 0.11481130123138428, - 0.07226722687482834, - -0.8539003729820251, - 0.5024440288543701 - ] - ], - [ - 0.46666666865348816, - [ - 0.1147337406873703, - 0.07218004018068314, - -0.8536809682846069, - 0.5028469562530518 - ] - ], - [ - 0.5, - [ - 0.11464586108922958, - 0.07208135724067688, - -0.8534370064735413, - 0.5032952427864075 - ] - ], - [ - 0.5333333611488342, - [ - 0.11454924196004868, - 0.07197299599647522, - -0.8531720638275146, - 0.5037814378738403 - ] - ], - [ - 0.5666666626930237, - [ - 0.11444559693336487, - 0.07185680419206619, - -0.8528904914855957, - 0.5042983293533325 - ] - ], - [ - 0.6000000238418579, - [ - 0.11433646082878113, - 0.07173454761505127, - -0.8525957465171814, - 0.5048384070396423 - ] - ], - [ - 0.6333333253860474, - [ - 0.11422348022460938, - 0.0716080293059349, - -0.8522920608520508, - 0.505394458770752 - ] - ], - [ - 0.6666666865348816, - [ - 0.11410820484161377, - 0.07147900015115738, - -0.8519832491874695, - 0.5059590935707092 - ] - ], - [ - 0.699999988079071, - [ - 0.11399216949939728, - 0.07134917378425598, - -0.8516733050346375, - 0.5065251588821411 - ] - ], - [ - 0.7333333492279053, - [ - 0.11387686431407928, - 0.07122021168470383, - -0.8513661026954651, - 0.5070853233337402 - ] - ], - [ - 0.7666666507720947, - [ - 0.11376379430294037, - 0.07109379023313522, - -0.8510656952857971, - 0.5076324343681335 - ] - ], - [ - 0.800000011920929, - [ - 0.11365438252687454, - 0.07097150385379791, - -0.8507760167121887, - 0.508159339427948 - ] - ], - [ - 0.8333333134651184, - [ - 0.11355002969503403, - 0.07085493952035904, - -0.8505011200904846, - 0.5086588859558105 - ] - ], - [ - 0.8999999761581421, - [ - 0.11336209625005722, - 0.07064517587423325, - -0.8500115871429443, - 0.5095474720001221 - ] - ], - [ - 0.9666666388511658, - [ - 0.11321084201335907, - 0.07047665864229202, - -0.849629282951355, - 0.5102415680885315 - ] - ], - [ - 1.0333333015441895, - [ - 0.11310690641403198, - 0.07036130875349045, - -0.84938645362854, - 0.5106846690177917 - ] - ], - [ - 1.2000000476837158, - [ - 0.11270798742771149, - 0.06994431465864182, - -0.8496623039245605, - 0.5103711485862732 - ] - ], - [ - 1.2333333492279053, - [ - 0.1124999076128006, - 0.069727823138237, - -0.8498532772064209, - 0.5101286172866821 - ] - ], - [ - 1.2666666507720947, - [ - 0.11226598173379898, - 0.06948433071374893, - -0.85006183385849, - 0.5098658204078674 - ] - ], - [ - 1.2999999523162842, - [ - 0.11200954020023346, - 0.06921729445457458, - -0.8502852916717529, - 0.5095860958099365 - ] - ], - [ - 1.3333333730697632, - [ - 0.1117338240146637, - 0.06893011927604675, - -0.8505206108093262, - 0.5092925429344177 - ] - ], - [ - 1.3666666746139526, - [ - 0.11144217848777771, - 0.068626269698143, - -0.8507652878761292, - 0.5089886784553528 - ] - ], - [ - 1.399999976158142, - [ - 0.11113783717155457, - 0.06830912083387375, - -0.851016640663147, - 0.5086778402328491 - ] - ], - [ - 1.4333332777023315, - [ - 0.11082407087087631, - 0.06798210740089417, - -0.8512716889381409, - 0.5083632469177246 - ] - ], - [ - 1.4666666984558105, - [ - 0.1105041354894638, - 0.06764860451221466, - -0.8515276908874512, - 0.5080483555793762 - ] - ], - [ - 1.5333333015441895, - [ - 0.10985876619815826, - 0.0669756755232811, - -0.852031946182251, - 0.50743168592453 - ] - ], - [ - 1.5666667222976685, - [ - 0.10953979939222336, - 0.06664296984672546, - -0.8522746562957764, - 0.5071367621421814 - ] - ], - [ - 1.600000023841858, - [ - 0.10922759026288986, - 0.06631723791360855, - -0.8525073528289795, - 0.5068556070327759 - ] - ], - [ - 1.6333333253860474, - [ - 0.10892536491155624, - 0.06600183248519897, - -0.8527273535728455, - 0.5065916776657104 - ] - ], - [ - 1.6666666269302368, - [ - 0.10863637179136276, - 0.06570010632276535, - -0.8529319167137146, - 0.5063486695289612 - ] - ], - [ - 1.7000000476837158, - [ - 0.10836373269557953, - 0.06541536003351212, - -0.8531180620193481, - 0.5061300992965698 - ] - ], - [ - 1.7666666507720947, - [ - 0.10788055509328842, - 0.06491021811962128, - -0.8534247875213623, - 0.5057812333106995 - ] - ], - [ - 1.8666666746139526, - [ - 0.10735923051834106, - 0.06436353921890259, - -0.8536788821220398, - 0.5055331587791443 - ] - ], - [ - 1.9333332777023315, - [ - 0.10718508809804916, - 0.06417905539274216, - -0.8536787033081055, - 0.5055937767028809 - ] - ], - [ - 1.9666666984558105, - [ - 0.10715984553098679, - 0.06415101140737534, - -0.8536195158958435, - 0.5057026147842407 - ] - ], - [ - 2.0333333015441895, - [ - 0.10724964737892151, - 0.06424061208963394, - -0.8533689975738525, - 0.5060948729515076 - ] - ], - [ - 2.066666603088379, - [ - 0.10737143456935883, - 0.06436529755592346, - -0.853172242641449, - 0.5063849091529846 - ] - ], - [ - 2.0999999046325684, - [ - 0.1075490415096283, - 0.06454798579216003, - -0.8529240489006042, - 0.5067418217658997 - ] - ], - [ - 2.133333444595337, - [ - 0.10770920664072037, - 0.06471037119626999, - -0.8525909185409546, - 0.5072475671768188 - ] - ], - [ - 2.1666667461395264, - [ - 0.10777883231639862, - 0.0647745281457901, - -0.8521506190299988, - 0.5079638957977295 - ] - ], - [ - 2.200000047683716, - [ - 0.10776522010564804, - 0.06474863737821579, - -0.8516217470169067, - 0.5088562965393066 - ] - ], - [ - 2.2333333492279053, - [ - 0.10767677426338196, - 0.06464201956987381, - -0.8510212302207947, - 0.5098921656608582 - ] - ], - [ - 2.2666666507720947, - [ - 0.10751885175704956, - 0.0644606426358223, - -0.8503614068031311, - 0.5110479593276978 - ] - ], - [ - 2.299999952316284, - [ - 0.10729661583900452, - 0.06421027332544327, - -0.8496545553207397, - 0.5123003125190735 - ] - ], - [ - 2.3333332538604736, - [ - 0.10701502114534378, - 0.06389646232128143, - -0.8489128947257996, - 0.5136262774467468 - ] - ], - [ - 2.366666555404663, - [ - 0.10667871683835983, - 0.06352441012859344, - -0.8481486439704895, - 0.5150030851364136 - ] - ], - [ - 2.4000000953674316, - [ - 0.10630675405263901, - 0.06311415880918503, - -0.8473542332649231, - 0.5164361000061035 - ] - ], - [ - 2.433333396911621, - [ - 0.10591956228017807, - 0.06268718838691711, - -0.8465208411216736, - 0.5179322957992554 - ] - ], - [ - 2.4666666984558105, - [ - 0.10552337020635605, - 0.06225033849477768, - -0.8456587791442871, - 0.5194718241691589 - ] - ], - [ - 2.5, - [ - 0.10512415319681168, - 0.061810147017240524, - -0.8447784781455994, - 0.5210352540016174 - ] - ], - [ - 2.5333333015441895, - [ - 0.10472750663757324, - 0.06137275695800781, - -0.8438906073570251, - 0.5226035118103027 - ] - ], - [ - 2.566666603088379, - [ - 0.10433867573738098, - 0.06094394251704216, - -0.8430055379867554, - 0.5241575837135315 - ] - ], - [ - 2.5999999046325684, - [ - 0.10396252572536469, - 0.06052904576063156, - -0.8421341180801392, - 0.5256789922714233 - ] - ], - [ - 2.633333444595337, - [ - 0.10360357910394669, - 0.06013304367661476, - -0.8412869572639465, - 0.5271494388580322 - ] - ], - [ - 2.6666667461395264, - [ - 0.10326599329710007, - 0.059760503470897675, - -0.84047532081604, - 0.5285508632659912 - ] - ], - [ - 2.700000047683716, - [ - 0.10295356810092926, - 0.059415630996227264, - -0.839709997177124, - 0.5298655033111572 - ] - ], - [ - 2.7333333492279053, - [ - 0.10266979783773422, - 0.05910230055451393, - -0.8390020132064819, - 0.5310757756233215 - ] - ], - [ - 2.7666666507720947, - [ - 0.1024179682135582, - 0.05882413685321808, - -0.8383626341819763, - 0.5321640968322754 - ] - ], - [ - 2.799999952316284, - [ - 0.10220106691122055, - 0.05858450382947922, - -0.8378026485443115, - 0.5331130623817444 - ] - ], - [ - 2.8333332538604736, - [ - 0.10202211141586304, - 0.05838671699166298, - -0.8373337388038635, - 0.5339053869247437 - ] - ], - [ - 2.866666555404663, - [ - 0.10188394039869308, - 0.05823396518826485, - -0.8369665741920471, - 0.5345234870910645 - ] - ], - [ - 2.9000000953674316, - [ - 0.10178956389427185, - 0.05812959000468254, - -0.8367127180099487, - 0.5349501967430115 - ] - ], - [ - 3.0, - [ - 0.1018584594130516, - 0.05820460617542267, - -0.8368328213691711, - 0.534741222858429 - ] - ], - [ - 3.0333333015441895, - [ - 0.10229644924402237, - 0.058675240725278854, - -0.8372372984886169, - 0.5339722633361816 - ] - ], - [ - 3.066666603088379, - [ - 0.1029861569404602, - 0.0594150573015213, - -0.837795615196228, - 0.5328810214996338 - ] - ], - [ - 3.0999999046325684, - [ - 0.10389269143342972, - 0.06038663908839226, - -0.8384718298912048, - 0.5315307974815369 - ] - ], - [ - 3.133333444595337, - [ - 0.10498549044132233, - 0.06155732274055481, - -0.8392376899719238, - 0.529970645904541 - ] - ], - [ - 3.1666667461395264, - [ - 0.10623379051685333, - 0.06289413571357727, - -0.8400657773017883, - 0.5282501578330994 - ] - ], - [ - 3.200000047683716, - [ - 0.10760623961687088, - 0.06436353176832199, - -0.8409289121627808, - 0.5264188647270203 - ] - ], - [ - 3.2333333492279053, - [ - 0.109064482152462, - 0.06592460721731186, - -0.8418067097663879, - 0.5245193839073181 - ] - ], - [ - 3.2666666507720947, - [ - 0.11056580394506454, - 0.06753188371658325, - -0.8426828384399414, - 0.5225902199745178 - ] - ], - [ - 3.299999952316284, - [ - 0.11207132786512375, - 0.06914383172988892, - -0.8435384035110474, - 0.5206748843193054 - ] - ], - [ - 3.3333332538604736, - [ - 0.11354151368141174, - 0.0707181766629219, - -0.8443554639816284, - 0.5188170671463013 - ] - ], - [ - 3.366666555404663, - [ - 0.11493619531393051, - 0.07221192866563797, - -0.8451175093650818, - 0.5170606374740601 - ] - ], - [ - 3.4000000953674316, - [ - 0.1162145659327507, - 0.07358142733573914, - -0.8458084464073181, - 0.5154494047164917 - ] - ], - [ - 3.433333396911621, - [ - 0.11733536422252655, - 0.07478245347738266, - -0.8464134931564331, - 0.5140274167060852 - ] - ], - [ - 3.4666666984558105, - [ - 0.11825697869062424, - 0.07577046006917953, - -0.8469183444976807, - 0.5128388404846191 - ] - ], - [ - 3.5, - [ - 0.11893752217292786, - 0.0765005499124527, - -0.8473084568977356, - 0.5119276642799377 - ] - ], - [ - 3.5333333015441895, - [ - 0.11933521926403046, - 0.07692794501781464, - -0.8475697040557861, - 0.5113382935523987 - ] - ], - [ - 3.6666667461395264, - [ - 0.11903447657823563, - 0.07661183923482895, - -0.8477094173431396, - 0.5112242102622986 - ] - ], - [ - 3.700000047683716, - [ - 0.11888010799884796, - 0.07644703984260559, - -0.847660481929779, - 0.5113658905029297 - ] - ], - [ - 3.7333333492279053, - [ - 0.1187143325805664, - 0.07626946270465851, - -0.8475788831710815, - 0.5115661025047302 - ] - ], - [ - 3.7666666507720947, - [ - 0.11854158341884613, - 0.07608381658792496, - -0.8474653363227844, - 0.5118218660354614 - ] - ], - [ - 3.799999952316284, - [ - 0.11836633831262589, - 0.07589487731456757, - -0.8473206162452698, - 0.5121300220489502 - ] - ], - [ - 3.8333332538604736, - [ - 0.1181931123137474, - 0.07570745795965195, - -0.8471453785896301, - 0.512487530708313 - ] - ], - [ - 3.866666555404663, - [ - 0.11802004277706146, - 0.07551973313093185, - -0.8469468951225281, - 0.5128830671310425 - ] - ], - [ - 3.933333396911621, - [ - 0.11766351759433746, - 0.07513254135847092, - -0.8465118408203125, - 0.5137394070625305 - ] - ], - [ - 4.0, - [ - 0.1173018217086792, - 0.07473943382501602, - -0.8460526466369629, - 0.5146352648735046 - ] - ], - [ - 4.066666603088379, - [ - 0.11694496870040894, - 0.0743517205119133, - -0.8456011414527893, - 0.5155137181282043 - ] - ], - [ - 4.099999904632568, - [ - 0.11677143722772598, - 0.07416334748268127, - -0.8453884720802307, - 0.5159288644790649 - ] - ], - [ - 4.133333206176758, - [ - 0.11660274863243103, - 0.0739804208278656, - -0.8451898694038391, - 0.5163185000419617 - ] - ], - [ - 4.199999809265137, - [ - 0.1162845715880394, - 0.07363615930080414, - -0.8448512554168701, - 0.5169931650161743 - ] - ], - [ - 4.266666889190674, - [ - 0.11599963903427124, - 0.07332932204008102, - -0.8446180820465088, - 0.5174816250801086 - ] - ], - [ - 4.333333492279053, - [ - 0.11575712263584137, - 0.07307027280330658, - -0.844523012638092, - 0.5177276730537415 - ] - ], - [ - 4.433333396911621, - [ - 0.1154429018497467, - 0.07274115830659866, - -0.8447237014770508, - 0.5175167322158813 - ] - ], - [ - 4.4666666984558105, - [ - 0.11523834615945816, - 0.07252831012010574, - -0.844921886920929, - 0.5172685980796814 - ] - ], - [ - 4.5, - [ - 0.11496387422084808, - 0.07224266976118088, - -0.8451857566833496, - 0.5169384479522705 - ] - ], - [ - 4.5333333015441895, - [ - 0.11463001370429993, - 0.07189527899026871, - -0.8455084562301636, - 0.5165330767631531 - ] - ], - [ - 4.566666603088379, - [ - 0.11424228549003601, - 0.07149191945791245, - -0.8458852171897888, - 0.5160582065582275 - ] - ], - [ - 4.599999904632568, - [ - 0.11380647867918015, - 0.07103865593671799, - -0.8463103771209717, - 0.5155194997787476 - ] - ], - [ - 4.633333206176758, - [ - 0.11332857608795166, - 0.07054170966148376, - -0.8467790484428406, - 0.514923095703125 - ] - ], - [ - 4.666666507720947, - [ - 0.11281443387269974, - 0.07000721246004105, - -0.8472857475280762, - 0.5142749547958374 - ] - ], - [ - 4.699999809265137, - [ - 0.11226991564035416, - 0.0694412812590599, - -0.8478254079818726, - 0.5135812163352966 - ] - ], - [ - 4.733333110809326, - [ - 0.11170078068971634, - 0.06884994357824326, - -0.8483923673629761, - 0.512847900390625 - ] - ], - [ - 4.766666889190674, - [ - 0.11111276596784592, - 0.06823915243148804, - -0.8489817976951599, - 0.5120813846588135 - ] - ], - [ - 4.800000190734863, - [ - 0.11051147431135178, - 0.06761478632688522, - -0.8495880365371704, - 0.5112881660461426 - ] - ], - [ - 4.833333492279053, - [ - 0.10990244895219803, - 0.06698258221149445, - -0.8502061367034912, - 0.5104748010635376 - ] - ], - [ - 4.866666793823242, - [ - 0.10929113626480103, - 0.06634820997714996, - -0.8508304953575134, - 0.5096479654312134 - ] - ], - [ - 4.900000095367432, - [ - 0.10868024826049805, - 0.06571448594331741, - -0.8514586091041565, - 0.5088110566139221 - ] - ], - [ - 4.933333396911621, - [ - 0.10807234793901443, - 0.06508409976959229, - -0.8520879745483398, - 0.5079672336578369 - ] - ], - [ - 4.9666666984558105, - [ - 0.10747240483760834, - 0.06446219235658646, - -0.8527134656906128, - 0.5071232914924622 - ] - ], - [ - 5.0, - [ - 0.10688534379005432, - 0.06385384500026703, - -0.853330135345459, - 0.5062864422798157 - ] - ], - [ - 5.0333333015441895, - [ - 0.10631595551967621, - 0.06326404213905334, - -0.8539326786994934, - 0.505463719367981 - ] - ], - [ - 5.066666603088379, - [ - 0.10576898604631424, - 0.0626976490020752, - -0.8545159697532654, - 0.5046626925468445 - ] - ], - [ - 5.099999904632568, - [ - 0.1052490696310997, - 0.06215948238968849, - -0.8550747632980347, - 0.503890872001648 - ] - ], - [ - 5.133333206176758, - [ - 0.1047607883810997, - 0.06165424734354019, - -0.8556038737297058, - 0.5031560063362122 - ] - ], - [ - 5.166666507720947, - [ - 0.10430867224931717, - 0.061186615377664566, - -0.856097936630249, - 0.5024661421775818 - ] - ], - [ - 5.199999809265137, - [ - 0.10389721393585205, - 0.060761187225580215, - -0.8565517663955688, - 0.501829206943512 - ] - ], - [ - 5.233333110809326, - [ - 0.10353085398674011, - 0.06038254499435425, - -0.8569599390029907, - 0.5012534260749817 - ] - ], - [ - 5.266666889190674, - [ - 0.10321403294801712, - 0.06005522981286049, - -0.8573172688484192, - 0.50074702501297 - ] - ], - [ - 5.300000190734863, - [ - 0.10295112431049347, - 0.05978376790881157, - -0.8576180934906006, - 0.5003181099891663 - ] - ], - [ - 5.333333492279053, - [ - -0.10274660587310791, - -0.059572722762823105, - 0.8578572869300842, - -0.4999750852584839 - ] - ], - [ - 5.366666793823242, - [ - -0.10260489583015442, - -0.05942665413022041, - 0.8580294251441956, - -0.4997261166572571 - ] - ], - [ - 5.400000095367432, - [ - -0.10253050178289413, - -0.05935018137097359, - 0.8581291437149048, - -0.4995792806148529 - ] - ], - [ - 5.4666666984558105, - [ - -0.10228975862264633, - -0.05909169465303421, - 0.8579733371734619, - -0.49992677569389343 - ] - ], - [ - 5.5, - [ - 0.1020582988858223, - 0.05884053558111191, - -0.8577083349227905, - 0.5004581212997437 - ] - ], - [ - 5.5333333015441895, - [ - 0.10176510363817215, - 0.05852167308330536, - -0.857339084148407, - 0.5011873841285706 - ] - ], - [ - 5.566666603088379, - [ - 0.10141757130622864, - 0.058143194764852524, - -0.8568756580352783, - 0.5020935535430908 - ] - ], - [ - 5.599999904632568, - [ - 0.10102321207523346, - 0.0577133372426033, - -0.8563283681869507, - 0.5031554698944092 - ] - ], - [ - 5.633333206176758, - [ - 0.10058954358100891, - 0.057240359485149384, - -0.8557069897651672, - 0.5043519735336304 - ] - ], - [ - 5.666666507720947, - [ - 0.10012418031692505, - 0.05673256888985634, - -0.8550219535827637, - 0.5056619644165039 - ] - ], - [ - 5.699999809265137, - [ - 0.0996345579624176, - 0.0561981163918972, - -0.8542835712432861, - 0.5070644021034241 - ] - ], - [ - 5.733333110809326, - [ - 0.09912801533937454, - 0.05564501881599426, - -0.853502094745636, - 0.5085386037826538 - ] - ], - [ - 5.766666889190674, - [ - 0.09861163794994354, - 0.05508106201887131, - -0.8526878952980042, - 0.510063886642456 - ] - ], - [ - 5.800000190734863, - [ - 0.09809239953756332, - 0.05451381206512451, - -0.8518515825271606, - 0.511620044708252 - ] - ], - [ - 5.833333492279053, - [ - 0.0975768119096756, - 0.05395045131444931, - -0.8510035872459412, - 0.5131871104240417 - ] - ], - [ - 5.866666793823242, - [ - 0.09707122296094894, - 0.053397905081510544, - -0.85015469789505, - 0.5147454142570496 - ] - ], - [ - 5.900000095367432, - [ - 0.09658165276050568, - 0.05286272242665291, - -0.8493156433105469, - 0.5162755250930786 - ] - ], - [ - 5.933333396911621, - [ - 0.09611371904611588, - 0.052351098507642746, - -0.8484972715377808, - 0.5177585482597351 - ] - ], - [ - 5.9666666984558105, - [ - 0.0956728458404541, - 0.05186893418431282, - -0.8477104902267456, - 0.5191757678985596 - ] - ], - [ - 6.0, - [ - 0.0952640250325203, - 0.051421716809272766, - -0.8469661474227905, - 0.5205085277557373 - ] - ], - [ - 6.0333333015441895, - [ - 0.09489204734563828, - 0.051014699041843414, - -0.8462753295898438, - 0.5217387080192566 - ] - ], - [ - 6.066666603088379, - [ - 0.09456147998571396, - 0.05065286159515381, - -0.8456491231918335, - 0.5228481888771057 - ] - ], - [ - 6.099999904632568, - [ - 0.09427663683891296, - 0.05034097656607628, - -0.8450984358787537, - 0.5238189697265625 - ] - ], - [ - 6.133333206176758, - [ - 0.09404179453849792, - 0.0500837080180645, - -0.8446347117424011, - 0.5246334075927734 - ] - ], - [ - 6.166666507720947, - [ - 0.09386109560728073, - 0.04988561570644379, - -0.8442687392234802, - 0.525273323059082 - ] - ], - [ - 6.199999809265137, - [ - 0.09373874217271805, - 0.049751345068216324, - -0.8440114259719849, - 0.5257209539413452 - ] - ], - [ - 6.266666889190674, - [ - 0.09368672966957092, - 0.04969359561800957, - -0.8438672423362732, - 0.5259671211242676 - ] - ], - [ - 6.300000190734863, - [ - 0.09389922022819519, - 0.049921344965696335, - -0.8440307974815369, - 0.5256451368331909 - ] - ], - [ - 6.333333492279053, - [ - 0.09442538022994995, - 0.05048423260450363, - -0.8443783521652222, - 0.5249385237693787 - ] - ], - [ - 6.366666793823242, - [ - 0.09522409737110138, - 0.051338229328393936, - -0.8448739051818848, - 0.5239129662513733 - ] - ], - [ - 6.400000095367432, - [ - 0.09625490754842758, - 0.052440062165260315, - -0.8454844951629639, - 0.5226289629936218 - ] - ], - [ - 6.433333396911621, - [ - 0.09748060256242752, - 0.05375010892748833, - -0.8461856245994568, - 0.5211318135261536 - ] - ], - [ - 6.4666666984558105, - [ - 0.09886395931243896, - 0.05522864684462547, - -0.8469532132148743, - 0.5194669961929321 - ] - ], - [ - 6.5, - [ - 0.10036737471818924, - 0.0568355992436409, - -0.8477639555931091, - 0.5176798105239868 - ] - ], - [ - 6.5333333015441895, - [ - 0.10195280611515045, - 0.058530353009700775, - -0.8485950827598572, - 0.5158160328865051 - ] - ], - [ - 6.566666603088379, - [ - 0.10358161479234695, - 0.06027164310216904, - -0.8494251370429993, - 0.5139213800430298 - ] - ], - [ - 6.599999904632568, - [ - 0.10521456599235535, - 0.0620175264775753, - -0.8502334952354431, - 0.5120417475700378 - ] - ], - [ - 6.633333206176758, - [ - 0.10681172460317612, - 0.0637252926826477, - -0.8510007858276367, - 0.5102234482765198 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458526704_1069028.json b/lenses/physics-objects/Scene/assets/1645812458526704_1069028.json deleted file mode 100644 index 3efafc1d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458526704_1069028.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458526704:1069028", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458528689_1069041.json b/lenses/physics-objects/Scene/assets/1645812458528689_1069041.json deleted file mode 100644 index cf378942..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458528689_1069041.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458528689:1069041", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ], - [ - 3.366666555404663, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458529025_1069048.json b/lenses/physics-objects/Scene/assets/1645812458529025_1069048.json deleted file mode 100644 index db1b59fe..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458529025_1069048.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458529025:1069048", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ], - [ - 0.03333333507180214, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ], - [ - 0.06666667014360428, - [ - 0.022157030180096626, - -0.02519683912396431, - -0.5457963943481445, - 0.837245762348175 - ] - ], - [ - 0.10000000149011612, - [ - 0.025190167129039764, - -0.022629546001553535, - -0.5964528322219849, - 0.8019335269927979 - ] - ], - [ - 0.13333334028720856, - [ - 0.028088759630918503, - -0.020057540386915207, - -0.6510748267173767, - 0.7582285404205322 - ] - ], - [ - 0.1666666716337204, - [ - 0.029060788452625275, - -0.0192521084100008, - -0.6982820630073547, - 0.7149734497070313 - ] - ], - [ - 0.20000000298023224, - [ - 0.02636459469795227, - -0.02210601046681404, - -0.7279456853866577, - 0.6847710013389587 - ] - ], - [ - 0.23333333432674408, - [ - 0.018512001261115074, - -0.03032682090997696, - -0.7311282753944397, - 0.68131422996521 - ] - ], - [ - 0.2666666805744171, - [ - 0.006360294762998819, - -0.043001409620046616, - -0.6938213109970093, - 0.7188341021537781 - ] - ], - [ - 0.30000001192092896, - [ - -0.005864687729626894, - -0.0553324893116951, - -0.6189898252487183, - 0.783425509929657 - ] - ], - [ - 0.3333333432674408, - [ - -0.017856568098068237, - -0.06669510155916214, - -0.5219941735267639, - 0.8501499891281128 - ] - ], - [ - 0.36666667461395264, - [ - -0.030971065163612366, - -0.07864103466272354, - -0.42220813035964966, - 0.9025501012802124 - ] - ], - [ - 0.4000000059604645, - [ - -0.04346732422709465, - -0.09003855288028717, - -0.3463651239871979, - 0.9327566027641296 - ] - ], - [ - 0.4333333373069763, - [ - -0.052884481847286224, - -0.09927342087030411, - -0.3219101130962372, - 0.9400648474693298 - ] - ], - [ - 0.46666666865348816, - [ - -0.05972236022353172, - -0.1076158732175827, - -0.3749884366989136, - 0.9188230037689209 - ] - ], - [ - 0.5, - [ - -0.06670361012220383, - -0.11701982468366623, - -0.4858131408691406, - 0.8636217713356018 - ] - ], - [ - 0.5333333611488342, - [ - -0.07502879947423935, - -0.12729477882385254, - -0.6111438870429993, - 0.7776052355766296 - ] - ], - [ - 0.5666666626930237, - [ - -0.08490298688411713, - -0.13802370429039001, - -0.7170785665512085, - 0.6778932809829712 - ] - ], - [ - 0.6000000238418579, - [ - -0.09461659938097, - -0.14777186512947083, - -0.7841940522193909, - 0.5951898097991943 - ] - ], - [ - 0.6333333253860474, - [ - -0.1001969650387764, - -0.15330770611763, - -0.8047396540641785, - 0.5646694898605347 - ] - ], - [ - 0.6666666865348816, - [ - -0.09946861863136292, - -0.152756467461586, - -0.7869930267333984, - 0.5894178748130798 - ] - ], - [ - 0.699999988079071, - [ - -0.09390696883201599, - -0.14727984368801117, - -0.7470563650131226, - 0.6414023041725159 - ] - ], - [ - 0.7333333492279053, - [ - -0.08506263792514801, - -0.13815739750862122, - -0.6884417533874512, - 0.7069122195243835 - ] - ], - [ - 0.7666666507720947, - [ - -0.07480873912572861, - -0.1271081566810608, - -0.6159206032752991, - 0.7738791704177856 - ] - ], - [ - 0.800000011920929, - [ - -0.06418798118829727, - -0.11520157754421234, - -0.5384153723716736, - 0.8322964310646057 - ] - ], - [ - 0.8333333134651184, - [ - -0.05364030972123146, - -0.10312304645776749, - -0.46800708770751953, - 0.8760467767715454 - ] - ], - [ - 0.8666666746139526, - [ - -0.04336895793676376, - -0.09148868173360825, - -0.41824841499328613, - 0.902672290802002 - ] - ], - [ - 0.8999999761581421, - [ - -0.03365113586187363, - -0.08103856444358826, - -0.4026056230068207, - 0.9111580848693848 - ] - ], - [ - 0.9333333373069763, - [ - -0.022190161049365997, - -0.06995667517185211, - -0.44699376821517944, - 0.8915213346481323 - ] - ], - [ - 0.9666666388511658, - [ - -0.008876628242433071, - -0.0576341450214386, - -0.5442092418670654, - 0.836920440196991 - ] - ], - [ - 1.0, - [ - 0.003249203087761998, - -0.046095289289951324, - -0.6577650308609009, - 0.7518044114112854 - ] - ], - [ - 1.0333333015441895, - [ - 0.012253387831151485, - -0.036816131323575974, - -0.7567508220672607, - 0.6525508761405945 - ] - ], - [ - 1.0666667222976685, - [ - 0.01689612865447998, - -0.03141152113676071, - -0.821821391582489, - 0.5686277151107788 - ] - ], - [ - 1.100000023841858, - [ - 0.01642868109047413, - -0.03155728429555893, - -0.8435714840888977, - 0.5358372926712036 - ] - ], - [ - 1.1333333253860474, - [ - -0.0008031617035157979, - -0.050245996564626694, - -0.7919169664382935, - 0.6085575222969055 - ] - ], - [ - 1.1666666269302368, - [ - -0.030909094959497452, - -0.08177825808525085, - -0.6632903814315796, - 0.7432381510734558 - ] - ], - [ - 1.2000000476837158, - [ - -0.053657714277505875, - -0.10400455445051193, - -0.5213994979858398, - 0.845249354839325 - ] - ], - [ - 1.2333333492279053, - [ - -0.06573868542909622, - -0.11460990458726883, - -0.40972715616226196, - 0.9025888442993164 - ] - ], - [ - 1.2666666507720947, - [ - -0.07635819166898727, - -0.12379352748394012, - -0.325595885515213, - 0.9342547059059143 - ] - ], - [ - 1.2999999523162842, - [ - -0.08083229511976242, - -0.12777909636497498, - -0.2983386814594269, - 0.94240802526474 - ] - ], - [ - 1.3333333730697632, - [ - -0.07627427577972412, - -0.12371545284986496, - -0.32598066329956055, - 0.934137761592865 - ] - ], - [ - 1.3666666746139526, - [ - -0.06552343815565109, - -0.1137567088007927, - -0.3797324001789093, - 0.9157344698905945 - ] - ], - [ - 1.399999976158142, - [ - -0.05139802023768425, - -0.10043269395828247, - -0.4483136534690857, - 0.8867279291152954 - ] - ], - [ - 1.4333332777023315, - [ - -0.03647294268012047, - -0.08607043325901031, - -0.5190659165382385, - 0.8496070504188538 - ] - ], - [ - 1.4666666984558105, - [ - -0.022875113412737846, - -0.07270120829343796, - -0.5805009603500366, - 0.8106849789619446 - ] - ], - [ - 1.5, - [ - -0.012498320080339909, - -0.062294475734233856, - -0.6229487657546997, - 0.7796781659126282 - ] - ], - [ - 1.5333333015441895, - [ - -0.007200134918093681, - -0.05688183754682541, - -0.6379870772361755, - 0.7679097056388855 - ] - ], - [ - 1.5666667222976685, - [ - -0.01129577774554491, - -0.06089333817362785, - -0.6069216728210449, - 0.7923450469970703 - ] - ], - [ - 1.600000023841858, - [ - -0.024404535070061684, - -0.07369570434093475, - -0.5335089564323425, - 0.8422242999076843 - ] - ], - [ - 1.6333333253860474, - [ - -0.04170236364006996, - -0.09025250375270844, - -0.4440627098083496, - 0.8904627561569214 - ] - ], - [ - 1.6666666269302368, - [ - -0.05748802423477173, - -0.10518749803304672, - -0.3703386187553406, - 0.9211297631263733 - ] - ], - [ - 1.7000000476837158, - [ - -0.06385105103254318, - -0.11127205938100815, - -0.34646010398864746, - 0.9292507767677307 - ] - ], - [ - 1.7333333492279053, - [ - -0.059155210852622986, - -0.10703711956739426, - -0.37552186846733093, - 0.9187095761299133 - ] - ], - [ - 1.7666666507720947, - [ - -0.04917319864034653, - -0.09774041920900345, - -0.42859506607055664, - 0.8968474268913269 - ] - ], - [ - 1.7999999523162842, - [ - -0.03626307100057602, - -0.08542044460773468, - -0.4915841519832611, - 0.8658714294433594 - ] - ], - [ - 1.8333333730697632, - [ - -0.022757096216082573, - -0.07225312292575836, - -0.5538288354873657, - 0.8291775584220886 - ] - ], - [ - 1.8666666746139526, - [ - -0.010667772963643074, - -0.06023259088397026, - -0.6064077615737915, - 0.7927975058555603 - ] - ], - [ - 1.899999976158142, - [ - -0.0016379570588469505, - -0.05110056325793266, - -0.6420481204986572, - 0.7649576663970947 - ] - ], - [ - 1.9333332777023315, - [ - 0.0029765162616968155, - -0.04635962098836899, - -0.6543402075767517, - 0.7547720074653625 - ] - ], - [ - 1.9666666984558105, - [ - 0.0005867930594831705, - -0.04866335913538933, - -0.6274548768997192, - 0.7771305441856384 - ] - ], - [ - 2.0, - [ - -0.008207384496927261, - -0.05721357837319374, - -0.5656711459159851, - 0.8226028084754944 - ] - ], - [ - 2.0333333015441895, - [ - -0.020532839000225067, - -0.06901481747627258, - -0.49175259470939636, - 0.8677526712417603 - ] - ], - [ - 2.066666603088379, - [ - -0.03254443034529686, - -0.08046188205480576, - -0.4313599765300751, - 0.8979951739311218 - ] - ], - [ - 2.0999999046325684, - [ - -0.037962060421705246, - -0.08573845028877258, - -0.41257691383361816, - 0.9060839414596558 - ] - ], - [ - 2.133333444595337, - [ - -0.0321841798722744, - -0.0804775133728981, - -0.4520323872566223, - 0.8877805471420288 - ] - ], - [ - 2.1666667461395264, - [ - -0.01933935470879078, - -0.0683075487613678, - -0.5263861417770386, - 0.8472766280174255 - ] - ], - [ - 2.200000047683716, - [ - -0.005283266771584749, - -0.05461014434695244, - -0.6065719723701477, - 0.7931331992149353 - ] - ], - [ - 2.2333333492279053, - [ - 0.005490042734891176, - -0.04380732402205467, - -0.6677001118659973, - 0.743120014667511 - ] - ], - [ - 2.2666666507720947, - [ - 0.009726660326123238, - -0.039472322911024094, - -0.6908851265907288, - 0.7218207120895386 - ] - ], - [ - 2.299999952316284, - [ - 0.004438251722604036, - -0.044880613684654236, - -0.662731945514679, - 0.7474974989891052 - ] - ], - [ - 2.3333332538604736, - [ - -0.00823509506881237, - -0.05758929252624512, - -0.5961723327636719, - 0.8007460236549377 - ] - ], - [ - 2.366666555404663, - [ - -0.025815172120928764, - -0.0750078335404396, - -0.5224982500076294, - 0.8489422798156738 - ] - ], - [ - 2.4000000953674316, - [ - -0.04511900991201401, - -0.09439036250114441, - -0.47617095708847046, - 0.8731071949005127 - ] - ], - [ - 2.433333396911621, - [ - -0.05883534997701645, - -0.10881366580724716, - -0.48454728722572327, - 0.8659746646881104 - ] - ], - [ - 2.4666666984558105, - [ - -0.059767600148916245, - -0.11102519184350967, - -0.5714704394340515, - 0.8108779191970825 - ] - ], - [ - 2.5, - [ - -0.05334519222378731, - -0.10525394976139069, - -0.6957348585128784, - 0.7085399627685547 - ] - ], - [ - 2.5333333015441895, - [ - -0.05040036886930466, - -0.10186975449323654, - -0.7950822114944458, - 0.595757246017456 - ] - ], - [ - 2.566666603088379, - [ - -0.05798337608575821, - -0.10915256291627884, - -0.8377939462661743, - 0.5318129062652588 - ] - ], - [ - 2.5999999046325684, - [ - -0.07596387714147568, - -0.12811431288719177, - -0.8163736462593079, - 0.5579877495765686 - ] - ], - [ - 2.633333444595337, - [ - -0.09563587605953217, - -0.14903487265110016, - -0.7543596029281616, - 0.6321265697479248 - ] - ], - [ - 2.6666667461395264, - [ - -0.10911981761455536, - -0.16305245459079742, - -0.6859316229820251, - 0.7007172703742981 - ] - ], - [ - 2.700000047683716, - [ - -0.11122427135705948, - -0.16512496769428253, - -0.6574110388755798, - 0.7267555594444275 - ] - ], - [ - 2.7333333492279053, - [ - -0.10125264525413513, - -0.15491199493408203, - -0.6843942999839783, - 0.7052337527275085 - ] - ], - [ - 2.7666666507720947, - [ - -0.08563991636037827, - -0.13876765966415405, - -0.732845664024353, - 0.6605653762817383 - ] - ], - [ - 2.799999952316284, - [ - -0.06796783208847046, - -0.12018512934446335, - -0.7853119969367981, - 0.603507399559021 - ] - ], - [ - 2.8333332538604736, - [ - -0.05003233626484871, - -0.10103484243154526, - -0.8303135633468628, - 0.5457729697227478 - ] - ], - [ - 2.866666555404663, - [ - -0.03398697450757027, - -0.08382534235715866, - -0.858890950679779, - 0.5041077136993408 - ] - ], - [ - 2.9000000953674316, - [ - 0.02249845676124096, - 0.07174418121576309, - 0.864694356918335, - -0.496639221906662 - ] - ], - [ - 2.933333396911621, - [ - -0.016658933833241463, - -0.06621623039245605, - -0.8373001217842102, - 0.542463481426239 - ] - ], - [ - 2.9666666984558105, - [ - -0.014908256940543652, - -0.06509245187044144, - -0.7752177715301514, - 0.6281545758247375 - ] - ], - [ - 3.0, - [ - -0.015933934599161148, - -0.0662698745727539, - -0.6880752444267273, - 0.7224312424659729 - ] - ], - [ - 3.0333333015441895, - [ - -0.018329937011003494, - -0.0680985301733017, - -0.5932791829109192, - 0.8019017577171326 - ] - ], - [ - 3.066666603088379, - [ - -0.02056165784597397, - -0.06942267715930939, - -0.5156058669090271, - 0.8537612557411194 - ] - ], - [ - 3.0999999046325684, - [ - -0.021012231707572937, - -0.0693669244647026, - -0.4828750789165497, - 0.8726845979690552 - ] - ], - [ - 3.133333444595337, - [ - -0.02107570506632328, - -0.07005234807729721, - -0.5218084454536438, - 0.8499202728271484 - ] - ], - [ - 3.1666667461395264, - [ - -0.02299683541059494, - -0.07317429035902023, - -0.6143229007720947, - 0.7853177785873413 - ] - ], - [ - 3.200000047683716, - [ - -0.02670862153172493, - -0.07755960524082184, - -0.7198983430862427, - 0.6892151832580566 - ] - ], - [ - 3.2333333492279053, - [ - -0.03159540146589279, - -0.08218523859977722, - -0.8079389929771423, - 0.5826507806777954 - ] - ], - [ - 3.2666666507720947, - [ - 0.03597000241279602, - 0.08580882847309113, - 0.8622483611106873, - -0.4978664517402649 - ] - ], - [ - 3.299999952316284, - [ - 0.03687596321105957, - 0.08637062460184097, - 0.8770941495895386, - -0.47104793787002563 - ] - ], - [ - 3.3333332538604736, - [ - -0.0016459495527669787, - -0.07020130008459091, - -0.7531204223632813, - 0.6541245579719543 - ] - ], - [ - 3.366666555404663, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458529361_1069055.json b/lenses/physics-objects/Scene/assets/1645812458529361_1069055.json deleted file mode 100644 index c6262e40..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458529361_1069055.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458529361:1069055", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458531356_1069068.json b/lenses/physics-objects/Scene/assets/1645812458531356_1069068.json deleted file mode 100644 index f9ee46fc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458531356_1069068.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458531356:1069068", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.586009979248047, - 0.0, - 7.16093850883226e-15 - ] - ], - [ - 1.0, - [ - 9.586009979248047, - 0.0, - 7.16093850883226e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458531700_1069075.json b/lenses/physics-objects/Scene/assets/1645812458531700_1069075.json deleted file mode 100644 index 2cfe27b9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458531700_1069075.json +++ /dev/null @@ -1,1567 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458531700:1069075", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019005488604307175, - 0.034801922738552094, - -0.03364395722746849, - 0.9986470341682434 - ] - ], - [ - 0.03333333507180214, - [ - -0.019005488604307175, - 0.034801922738552094, - -0.03364395722746849, - 0.9986470341682434 - ] - ], - [ - 0.06666667014360428, - [ - -0.021390879526734352, - 0.03469886630773544, - -0.03405151516199112, - 0.9985885620117188 - ] - ], - [ - 0.10000000149011612, - [ - -0.023803019896149635, - 0.03461271524429321, - -0.03443137928843498, - 0.9985238313674927 - ] - ], - [ - 0.13333334028720856, - [ - -0.02617855742573738, - 0.03454752266407013, - -0.03477369621396065, - 0.9984548687934875 - ] - ], - [ - 0.1666666716337204, - [ - -0.02845492772758007, - 0.03450728580355644, - -0.03506877273321152, - 0.9983835816383362 - ] - ], - [ - 0.20000000298023224, - [ - -0.030570272356271744, - 0.03449583426117897, - -0.035306982696056366, - 0.9983131289482117 - ] - ], - [ - 0.23333333432674408, - [ - -0.03246327117085457, - 0.034516841173172, - -0.0354786217212677, - 0.9982465505599976 - ] - ], - [ - 0.2666666805744171, - [ - -0.034072957932949066, - 0.034573744982481, - -0.03557375445961952, - 0.9981874823570251 - ] - ], - [ - 0.30000001192092896, - [ - -0.035369791090488434, - 0.0346485860645771, - -0.035602789372205734, - 0.9981387257575989 - ] - ], - [ - 0.3333333432674408, - [ - -0.03633144497871399, - 0.03471813723444939, - -0.035580772906541824, - 0.9981025457382202 - ] - ], - [ - 0.36666667461395264, - [ - -0.03694995120167732, - 0.03478526324033737, - -0.035523753613233566, - 0.9980795383453369 - ] - ], - [ - 0.4000000059604645, - [ - -0.03726136311888695, - 0.03485538065433502, - -0.035451408475637436, - 0.99806809425354 - ] - ], - [ - 0.5, - [ - -0.03684040531516075, - 0.03509519621729851, - -0.03515930473804474, - 0.9980857372283936 - ] - ], - [ - 0.5666666626930237, - [ - -0.03585366532206535, - 0.035281743854284286, - -0.03491372987627983, - 0.9981237053871155 - ] - ], - [ - 0.6000000238418579, - [ - -0.03523955121636391, - 0.03538112714886665, - -0.03477916121482849, - 0.998146653175354 - ] - ], - [ - 0.6333333253860474, - [ - -0.03455976024270058, - 0.035482801496982574, - -0.034639157354831696, - 0.9981718063354492 - ] - ], - [ - 0.6666666865348816, - [ - -0.03382538631558418, - 0.0355854257941246, - -0.03449550271034241, - 0.9981982707977295 - ] - ], - [ - 0.699999988079071, - [ - -0.03304753825068474, - 0.03568769991397858, - -0.03435004502534866, - 0.9982255697250366 - ] - ], - [ - 0.7333333492279053, - [ - -0.03223733603954315, - 0.03578838333487511, - -0.0342046394944191, - 0.9982534646987915 - ] - ], - [ - 0.7666666507720947, - [ - -0.03140588849782944, - 0.03588617220520973, - -0.034061141312122345, - 0.9982813596725464 - ] - ], - [ - 0.800000011920929, - [ - -0.030564313754439354, - 0.03597985953092575, - -0.033921435475349426, - 0.9983088970184326 - ] - ], - [ - 0.8333333134651184, - [ - -0.029723742976784706, - 0.03606819733977318, - -0.033787406980991364, - 0.9983357191085815 - ] - ], - [ - 0.8666666746139526, - [ - -0.028895283117890358, - 0.03614996746182442, - -0.033660952001810074, - 0.9983612298965454 - ] - ], - [ - 0.8999999761581421, - [ - -0.028090085834264755, - 0.036224011331796646, - -0.03354397043585777, - 0.998385488986969 - ] - ], - [ - 0.9333333373069763, - [ - -0.027319274842739105, - 0.03628906235098839, - -0.03343838080763817, - 0.9984080791473389 - ] - ], - [ - 0.9666666388511658, - [ - -0.026594001799821854, - 0.036344014108181, - -0.033346086740493774, - 0.9984288215637207 - ] - ], - [ - 1.0, - [ - -0.025925399735569954, - 0.036387622356414795, - -0.0332689993083477, - 0.9984474182128906 - ] - ], - [ - 1.0333333015441895, - [ - -0.02532462775707245, - 0.03641871362924576, - -0.03320901468396187, - 0.9984635710716248 - ] - ], - [ - 1.0666667222976685, - [ - -0.02480284310877323, - 0.0364360585808754, - -0.03316802904009819, - 0.9984773993492126 - ] - ], - [ - 1.100000023841858, - [ - -0.024371212348341942, - 0.03643845021724701, - -0.033147912472486496, - 0.9984886050224304 - ] - ], - [ - 1.1333333253860474, - [ - -0.024054493755102158, - 0.036416053771972656, - -0.03315994143486023, - 0.9984967112541199 - ] - ], - [ - 1.2666666507720947, - [ - -0.02344042807817459, - 0.03607199341058731, - -0.03348521888256073, - 0.9985129237174988 - ] - ], - [ - 1.3333333730697632, - [ - -0.02326127327978611, - 0.03581489622592926, - -0.03370480611920357, - 0.9985190033912659 - ] - ], - [ - 1.399999976158142, - [ - -0.023290643468499184, - 0.03552722558379173, - -0.03393477201461792, - 0.9985207915306091 - ] - ], - [ - 1.4666666984558105, - [ - -0.023521196097135544, - 0.03522353991866112, - -0.034162405878305435, - 0.9985184073448181 - ] - ], - [ - 1.5333333015441895, - [ - -0.023893151432275772, - 0.03491710498929024, - -0.03437738120555878, - 0.9985130429267883 - ] - ], - [ - 1.5666667222976685, - [ - -0.024113453924655914, - 0.03476705402135849, - -0.03447699919342995, - 0.9985094666481018 - ] - ], - [ - 1.600000023841858, - [ - -0.024346664547920227, - 0.034621402621269226, - -0.034569770097732544, - 0.9985056519508362 - ] - ], - [ - 1.6666666269302368, - [ - -0.024821817874908447, - 0.0343501903116703, - -0.03473006561398506, - 0.9984978437423706 - ] - ], - [ - 1.7666666507720947, - [ - -0.025443771854043007, - 0.03401966392993927, - -0.0348903127014637, - 0.9984879493713379 - ] - ], - [ - 2.0333333015441895, - [ - -0.025134405121207237, - 0.0339127741754055, - -0.03463278338313103, - 0.9985082745552063 - ] - ], - [ - 2.066666603088379, - [ - -0.024758702144026756, - 0.03400804474949837, - -0.03450934216380119, - 0.998518705368042 - ] - ], - [ - 2.0999999046325684, - [ - -0.024282950907945633, - 0.03413243591785431, - -0.03436124697327614, - 0.9985312223434448 - ] - ], - [ - 2.133333444595337, - [ - -0.023683806881308556, - 0.03429756686091423, - -0.03417671471834183, - 0.998546302318573 - ] - ], - [ - 2.1666667461395264, - [ - -0.022944685071706772, - 0.034510288387537, - -0.033948030322790146, - 0.9985640048980713 - ] - ], - [ - 2.200000047683716, - [ - -0.022048883140087128, - 0.03475991263985634, - -0.03367256745696068, - 0.9985848665237427 - ] - ], - [ - 2.2333333492279053, - [ - -0.020969463512301445, - 0.035033900290727615, - -0.03335022181272507, - 0.9986094832420349 - ] - ], - [ - 2.2666666507720947, - [ - -0.019689494743943214, - 0.03532373905181885, - -0.03298959136009216, - 0.9986371994018555 - ] - ], - [ - 2.299999952316284, - [ - -0.018200956284999847, - 0.03562161326408386, - -0.03259929269552231, - 0.9986677765846252 - ] - ], - [ - 2.3333332538604736, - [ - -0.016525203362107277, - 0.03592102974653244, - -0.03218718618154526, - 0.9986995458602905 - ] - ], - [ - 2.366666555404663, - [ - -0.014687921851873398, - 0.03621602803468704, - -0.03176127001643181, - 0.998731255531311 - ] - ], - [ - 2.4000000953674316, - [ - -0.012615148909389973, - 0.036511726677417755, - -0.031316857784986496, - 0.9987627267837524 - ] - ], - [ - 2.433333396911621, - [ - -0.010246184654533863, - 0.036814380437135696, - -0.03084741346538067, - 0.998793363571167 - ] - ], - [ - 2.4666666984558105, - [ - -0.00762237748131156, - 0.037120044231414795, - -0.030358530580997467, - 0.9988204836845398 - ] - ], - [ - 2.5, - [ - -0.004785123281180859, - 0.03742492198944092, - -0.02985597960650921, - 0.9988418817520142 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017759810434654355, - 0.0377255380153656, - -0.029345687478780746, - 0.9988555908203125 - ] - ], - [ - 2.566666603088379, - [ - 0.0013634184142574668, - 0.03801858052611351, - -0.028833705931901932, - 0.9988601207733154 - ] - ], - [ - 2.5999999046325684, - [ - 0.004591344390064478, - 0.03830103576183319, - -0.02832631580531597, - 0.9988542199134827 - ] - ], - [ - 2.633333444595337, - [ - 0.007866024039685726, - 0.03857007995247841, - -0.027829797938466072, - 0.9988372921943665 - ] - ], - [ - 2.6666667461395264, - [ - 0.011145465075969696, - 0.038823146373033524, - -0.02735064923763275, - 0.9988096356391907 - ] - ], - [ - 2.700000047683716, - [ - 0.014387735165655613, - 0.03905783221125603, - -0.026895420625805855, - 0.9987713098526001 - ] - ], - [ - 2.7333333492279053, - [ - 0.01755080372095108, - 0.03927193582057953, - -0.026470761746168137, - 0.9987236857414246 - ] - ], - [ - 2.7666666507720947, - [ - 0.02059261128306389, - 0.0394633524119854, - -0.026083365082740784, - 0.9986682534217834 - ] - ], - [ - 2.799999952316284, - [ - 0.02347104623913765, - 0.03963005915284157, - -0.025739923119544983, - 0.9986070394515991 - ] - ], - [ - 2.8333332538604736, - [ - 0.02614401839673519, - 0.03977007791399956, - -0.025447145104408264, - 0.9985426664352417 - ] - ], - [ - 2.866666555404663, - [ - 0.028569404035806656, - 0.039881382137537, - -0.025211719796061516, - 0.9984777569770813 - ] - ], - [ - 2.9000000953674316, - [ - 0.030705148354172707, - 0.03996182605624199, - -0.025040259584784508, - 0.9984153509140015 - ] - ], - [ - 2.933333396911621, - [ - 0.03245987743139267, - 0.04000474512577057, - -0.02494535595178604, - 0.9983605146408081 - ] - ], - [ - 2.9666666984558105, - [ - 0.03375845029950142, - 0.040004611015319824, - -0.024937493726611137, - 0.9983176589012146 - ] - ], - [ - 3.0, - [ - 0.03458579629659653, - 0.0399618037045002, - -0.025017695501446724, - 0.9982890486717224 - ] - ], - [ - 3.0333333015441895, - [ - 0.03493800014257431, - 0.03988153487443924, - -0.02517838031053543, - 0.9982759356498718 - ] - ], - [ - 3.066666603088379, - [ - 0.034808576107025146, - 0.03977431729435921, - -0.02542206458747387, - 0.9982785582542419 - ] - ], - [ - 3.0999999046325684, - [ - 0.03420276939868927, - 0.03965051844716072, - -0.025746168568730354, - 0.9982961416244507 - ] - ], - [ - 3.133333444595337, - [ - 0.03314760699868202, - 0.039516381919384, - -0.026133563369512558, - 0.9983269572257996 - ] - ], - [ - 3.1666667461395264, - [ - 0.031687334179878235, - 0.03937782347202301, - -0.026567744091153145, - 0.9983683824539185 - ] - ], - [ - 3.200000047683716, - [ - 0.029886752367019653, - 0.039239928126335144, - -0.02703273482620716, - 0.9984169602394104 - ] - ], - [ - 3.2333333492279053, - [ - 0.027785681188106537, - 0.03910429775714874, - -0.027516601607203484, - 0.9984696507453918 - ] - ], - [ - 3.2666666507720947, - [ - 0.025415679439902306, - 0.038970865309238434, - -0.028010517358779907, - 0.9985243678092957 - ] - ], - [ - 3.299999952316284, - [ - 0.022838184610009193, - 0.038842130452394485, - -0.028503824025392532, - 0.9985775947570801 - ] - ], - [ - 3.3333332538604736, - [ - 0.02011416107416153, - 0.03872080147266388, - -0.028986230492591858, - 0.9986270070075989 - ] - ], - [ - 3.366666555404663, - [ - 0.017303958535194397, - 0.03860972076654434, - -0.029447780922055244, - 0.9986704587936401 - ] - ], - [ - 3.4000000953674316, - [ - 0.014467205852270126, - 0.03851180151104927, - -0.029878810048103333, - 0.998706579208374 - ] - ], - [ - 3.433333396911621, - [ - 0.011662928387522697, - 0.03842997923493385, - -0.03026990033686161, - 0.998734712600708 - ] - ], - [ - 3.4666666984558105, - [ - 0.00894930213689804, - 0.03836707025766373, - -0.030611759051680565, - 0.998754620552063 - ] - ], - [ - 3.5, - [ - 0.006383922882378101, - 0.03832587972283363, - -0.030895287171006203, - 0.9987672567367554 - ] - ], - [ - 3.5333333015441895, - [ - 0.004023839719593525, - 0.038308970630168915, - -0.03111121989786625, - 0.9987733960151672 - ] - ], - [ - 3.566666603088379, - [ - 0.00192575145047158, - 0.03831876814365387, - -0.03125021234154701, - 0.9987749457359314 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010051497520180419, - 0.038337111473083496, - -0.03132740780711174, - 0.9987736940383911 - ] - ], - [ - 3.633333444595337, - [ - -0.0014333546860143542, - 0.03834269568324089, - -0.031361259520053864, - 0.9987713694572449 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026498211082071066, - 0.03834100812673569, - -0.031365565955638885, - 0.9987689256668091 - ] - ], - [ - 3.700000047683716, - [ - -0.0035683244932442904, - 0.0383402556180954, - -0.031357429921627045, - 0.9987662434577942 - ] - ], - [ - 3.7333333492279053, - [ - -0.004218370653688908, - 0.03834351524710655, - -0.031336452811956406, - 0.9987642168998718 - ] - ], - [ - 3.7666666507720947, - [ - -0.004645652137696743, - 0.038354236632585526, - -0.03130149841308594, - 0.9987630248069763 - ] - ], - [ - 3.799999952316284, - [ - -0.004868499469012022, - 0.03837425261735916, - -0.031251806765794754, - 0.9987627267837524 - ] - ], - [ - 3.9000000953674316, - [ - -0.004651564639061689, - 0.038486313074827194, - -0.03102005645632744, - 0.9987667202949524 - ] - ], - [ - 3.933333396911621, - [ - -0.0044117094948887825, - 0.038531944155693054, - -0.03092716820538044, - 0.9987689256668091 - ] - ], - [ - 3.9666666984558105, - [ - -0.004112067632377148, - 0.038579199463129044, - -0.03083023801445961, - 0.9987713694572449 - ] - ], - [ - 4.0, - [ - -0.003764109220355749, - 0.03862686827778816, - -0.030731286853551865, - 0.9987739324569702 - ] - ], - [ - 4.0333333015441895, - [ - -0.00337930372916162, - 0.03867378085851669, - -0.03063218481838703, - 0.9987765550613403 - ] - ], - [ - 4.099999904632568, - [ - -0.0025450510438531637, - 0.03876059874892235, - -0.030441533774137497, - 0.9987815022468567 - ] - ], - [ - 4.133333206176758, - [ - -0.0021185562945902348, - 0.03879820182919502, - -0.03035391867160797, - 0.9987837076187134 - ] - ], - [ - 4.166666507720947, - [ - -0.0017011230811476707, - 0.038830388337373734, - -0.030274109914898872, - 0.998785674571991 - ] - ], - [ - 4.199999809265137, - [ - -0.001304239616729319, - 0.038856033235788345, - -0.030204061418771744, - 0.9987874031066895 - ] - ], - [ - 4.233333110809326, - [ - -0.0009393927175551653, - 0.03887399658560753, - -0.0301457978785038, - 0.9987888336181641 - ] - ], - [ - 4.266666889190674, - [ - -0.0006180812488310039, - 0.03888311982154846, - -0.030101263895630836, - 0.9987900853157043 - ] - ], - [ - 4.333333492279053, - [ - -0.00015206025273073465, - 0.03887023404240608, - -0.0300613846629858, - 0.9987919926643372 - ] - ], - [ - 4.433333396911621, - [ - -8.071820047916844e-05, - 0.038747504353523254, - -0.030163777992129326, - 0.9987936615943909 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002992761437781155, - 0.038657426834106445, - -0.030270028859376907, - 0.99879390001297 - ] - ], - [ - 4.5, - [ - -0.0006738190422765911, - 0.038533493876457214, - -0.0304175466299057, - 0.9987940192222595 - ] - ], - [ - 4.5333333015441895, - [ - -0.00123119936324656, - 0.03837260976433754, - -0.03060324676334858, - 0.9987940192222595 - ] - ], - [ - 4.566666603088379, - [ - -0.001990918768569827, - 0.038178130984306335, - -0.030822303146123886, - 0.9987936019897461 - ] - ], - [ - 4.599999904632568, - [ - -0.0029664046596735716, - 0.03795337677001953, - -0.031069831922650337, - 0.9987919926643372 - ] - ], - [ - 4.633333206176758, - [ - -0.0041539547964930534, - 0.037701256573200226, - -0.031341586261987686, - 0.9987888932228088 - ] - ], - [ - 4.666666507720947, - [ - -0.005547663196921349, - 0.03742465376853943, - -0.03163342922925949, - 0.9987832307815552 - ] - ], - [ - 4.699999809265137, - [ - -0.007138553075492382, - 0.037126440554857254, - -0.03194139152765274, - 0.9987744688987732 - ] - ], - [ - 4.733333110809326, - [ - -0.008905242197215557, - 0.03680924326181412, - -0.03226204216480255, - 0.9987617135047913 - ] - ], - [ - 4.766666889190674, - [ - -0.010826376266777515, - 0.036475770175457, - -0.03259206563234329, - 0.9987443685531616 - ] - ], - [ - 4.800000190734863, - [ - -0.012880445457994938, - 0.03612882271409035, - -0.032928187400102615, - 0.9987214803695679 - ] - ], - [ - 4.833333492279053, - [ - -0.015046034008264542, - 0.03577133268117905, - -0.033267274498939514, - 0.9986928105354309 - ] - ], - [ - 4.866666793823242, - [ - -0.017301645129919052, - 0.03540630638599396, - -0.033606238663196564, - 0.9986579418182373 - ] - ], - [ - 4.900000095367432, - [ - -0.01964053139090538, - 0.03503524884581566, - -0.03394375741481781, - 0.9986164569854736 - ] - ], - [ - 4.933333396911621, - [ - -0.022056840360164642, - 0.03465956822037697, - -0.03427869454026222, - 0.9985675811767578 - ] - ], - [ - 4.9666666984558105, - [ - -0.024530362337827682, - 0.0342823788523674, - -0.034608371555805206, - 0.9985116124153137 - ] - ], - [ - 5.0, - [ - -0.02704085037112236, - 0.03390689939260483, - -0.03493018075823784, - 0.9984483122825623 - ] - ], - [ - 5.0333333015441895, - [ - -0.029568010941147804, - 0.033536408096551895, - -0.03524165600538254, - 0.9983782172203064 - ] - ], - [ - 5.066666603088379, - [ - -0.03209151700139046, - 0.033174313604831696, - -0.03554042428731918, - 0.9983018040657043 - ] - ], - [ - 5.099999904632568, - [ - -0.034591030329465866, - 0.0328240692615509, - -0.03582417592406273, - 0.9982198476791382 - ] - ], - [ - 5.133333206176758, - [ - -0.037046167999506, - 0.03248921036720276, - -0.03609071671962738, - 0.9981330037117004 - ] - ], - [ - 5.166666507720947, - [ - -0.03943652659654617, - 0.032173335552215576, - -0.03633791580796242, - 0.9980427026748657 - ] - ], - [ - 5.199999809265137, - [ - -0.04174166917800903, - 0.03188007324934006, - -0.036563705652952194, - 0.9979500770568848 - ] - ], - [ - 5.233333110809326, - [ - -0.04394116252660751, - 0.03161308914422989, - -0.03676604479551315, - 0.9978567361831665 - ] - ], - [ - 5.266666889190674, - [ - -0.046014584600925446, - 0.031376056373119354, - -0.03694294020533562, - 0.9977642297744751 - ] - ], - [ - 5.300000190734863, - [ - -0.04794137924909592, - 0.031172629445791245, - -0.03709237277507782, - 0.9976743459701538 - ] - ], - [ - 5.333333492279053, - [ - -0.049701131880283356, - 0.031006483361124992, - -0.03721232712268829, - 0.9975889325141907 - ] - ], - [ - 5.366666793823242, - [ - -0.05127335712313652, - 0.030881183221936226, - -0.037300724536180496, - 0.9975100159645081 - ] - ], - [ - 5.400000095367432, - [ - -0.05263753607869148, - 0.03080025687813759, - -0.03735541179776192, - 0.9974393248558044 - ] - ], - [ - 5.433333396911621, - [ - -0.05375753715634346, - 0.030778322368860245, - -0.037364907562732697, - 0.9973800182342529 - ] - ], - [ - 5.4666666984558105, - [ - -0.05460391566157341, - 0.030824998393654823, - -0.03732152655720711, - 0.9973341226577759 - ] - ], - [ - 5.5333333015441895, - [ - -0.05534711480140686, - 0.031086353585124016, - -0.037060052156448364, - 0.9972947835922241 - ] - ], - [ - 5.566666603088379, - [ - -0.055174682289361954, - 0.03128217160701752, - -0.03684577718377113, - 0.9973061680793762 - ] - ], - [ - 5.599999904632568, - [ - -0.05460912361741066, - 0.031511545181274414, - -0.036584120243787766, - 0.99733966588974 - ] - ], - [ - 5.633333206176758, - [ - -0.05365891382098198, - 0.03176839277148247, - -0.036280564963817596, - 0.9973942041397095 - ] - ], - [ - 5.666666507720947, - [ - -0.05233697593212128, - 0.03204690292477608, - -0.03594055399298668, - 0.9974678754806519 - ] - ], - [ - 5.699999809265137, - [ - -0.05066237598657608, - 0.03234163671731949, - -0.03556952625513077, - 0.9975581169128418 - ] - ], - [ - 5.733333110809326, - [ - -0.04867502301931381, - 0.03264806047081947, - -0.03517237305641174, - 0.9976612329483032 - ] - ], - [ - 5.766666889190674, - [ - -0.0464148111641407, - 0.032961782068014145, - -0.034754153341054916, - 0.997773289680481 - ] - ], - [ - 5.800000190734863, - [ - -0.0439218133687973, - 0.03327857702970505, - -0.03432008624076843, - 0.9978905320167542 - ] - ], - [ - 5.833333492279053, - [ - -0.04123614728450775, - 0.03359445556998253, - -0.033875543624162674, - 0.9980097413063049 - ] - ], - [ - 5.866666793823242, - [ - -0.03839804604649544, - 0.03390561044216156, - -0.033426087349653244, - 0.9981276988983154 - ] - ], - [ - 5.900000095367432, - [ - -0.035447876900434494, - 0.034208424389362335, - -0.03297740966081619, - 0.9982414245605469 - ] - ], - [ - 5.933333396911621, - [ - -0.03242609649896622, - 0.03449949249625206, - -0.03253532201051712, - 0.9983485341072083 - ] - ], - [ - 5.9666666984558105, - [ - -0.029373345896601677, - 0.034775618463754654, - -0.032105863094329834, - 0.9984473586082458 - ] - ], - [ - 6.0, - [ - -0.026330312713980675, - 0.035033781081438065, - -0.031695082783699036, - 0.9985364079475403 - ] - ], - [ - 6.0333333015441895, - [ - -0.02333778329193592, - 0.03527109697461128, - -0.03130917251110077, - 0.9986146688461304 - ] - ], - [ - 6.066666603088379, - [ - -0.020436657592654228, - 0.03548482060432434, - -0.030954387038946152, - 0.9986817240715027 - ] - ], - [ - 6.099999904632568, - [ - -0.017667850479483604, - 0.03567228838801384, - -0.03063700906932354, - 0.9987375736236572 - ] - ], - [ - 6.133333206176758, - [ - -0.01507236622273922, - 0.035830892622470856, - -0.03036336414515972, - 0.9987828731536865 - ] - ], - [ - 6.166666507720947, - [ - -0.012691199779510498, - 0.03595797345042229, - -0.030139684677124023, - 0.9988180994987488 - ] - ], - [ - 6.199999809265137, - [ - -0.010565354488790035, - 0.03605081886053085, - -0.029972225427627563, - 0.9988446235656738 - ] - ], - [ - 6.233333110809326, - [ - -0.008735843934118748, - 0.03610657528042793, - -0.029867058619856834, - 0.9988633394241333 - ] - ], - [ - 6.266666889190674, - [ - -0.00724358856678009, - 0.0361221544444561, - -0.02983018010854721, - 0.9988759160041809 - ] - ], - [ - 6.300000190734863, - [ - -0.006126485764980316, - 0.036095891147851944, - -0.02986525371670723, - 0.9988831877708435 - ] - ], - [ - 6.333333492279053, - [ - -0.00541120208799839, - 0.036032095551490784, - -0.02996818535029888, - 0.9988866448402405 - ] - ], - [ - 6.366666793823242, - [ - -0.0051275584846735, - 0.03593979403376579, - -0.030145956203341484, - 0.998885989189148 - ] - ], - [ - 6.400000095367432, - [ - -0.0052922992035746574, - 0.035828087478876114, - -0.030400296673178673, - 0.998881459236145 - ] - ], - [ - 6.433333396911621, - [ - -0.005899468902498484, - 0.03570270538330078, - -0.030717648565769196, - 0.9988728165626526 - ] - ], - [ - 6.4666666984558105, - [ - -0.006926420144736767, - 0.035568755120038986, - -0.031084876507520676, - 0.9988597631454468 - ] - ], - [ - 6.5, - [ - -0.008330799639225006, - 0.035430338233709335, - -0.031489159911870956, - 0.9988411664962769 - ] - ], - [ - 6.5333333015441895, - [ - -0.010063238441944122, - 0.03529110178351402, - -0.03191770613193512, - 0.9988166689872742 - ] - ], - [ - 6.566666603088379, - [ - -0.012063445523381233, - 0.035154663026332855, - -0.03235846385359764, - 0.9987850189208984 - ] - ], - [ - 6.599999904632568, - [ - -0.014264632016420364, - 0.03502490743994713, - -0.03280024975538254, - 0.9987462759017944 - ] - ], - [ - 6.633333206176758, - [ - -0.016600508242845535, - 0.03490594029426575, - -0.03323223441839218, - 0.9987000823020935 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458532040_1069082.json b/lenses/physics-objects/Scene/assets/1645812458532040_1069082.json deleted file mode 100644 index 409ee925..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458532040_1069082.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458532040:1069082", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458534082_1069095.json b/lenses/physics-objects/Scene/assets/1645812458534082_1069095.json deleted file mode 100644 index 2d34c40d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458534082_1069095.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458534082:1069095", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.579776763916016, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.550202369689941, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.549690246582031, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.577801704406738, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.616694450378418, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.647472381591797, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.64210319519043, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.60186767578125, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.566583633422852, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.546910285949707, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.555007934570313, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.593953132629395, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.629302978515625, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.650921821594238, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.672428131103516, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.652365684509277, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.62389850616455, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.560041427612305, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.538373947143555, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.548818588256836, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.591733932495117, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.642949104309082, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.66637897491455, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.655115127563477, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.635235786437988, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.608949661254883, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.574481964111328, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.551239967346191, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.572334289550781, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.599699020385742, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.630139350891113, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.657357215881348, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.682101249694824, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.67599868774414, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.651427268981934, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.605463027954102, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.561933517456055, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.538514137268066, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.552611351013184, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.59038257598877, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.624704360961914, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.645240783691406, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.661698341369629, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.685948371887207, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.663606643676758, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.60451602935791, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.558735847473145, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.536520004272461, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.534852027893066, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.570012092590332, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.62663745880127, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.669305801391602, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.655534744262695, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.603260040283203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.5350341796875, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.526451110839844, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.643340110778809, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.672757148742676, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.670352935791016, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.641409873962402, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.597386360168457, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.560992240905762, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.557631492614746, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.58812141418457, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.693206787109375, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.72950267791748, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.736491203308105, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.711889266967773, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.678651809692383, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.633854866027832, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.57454776763916, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.530385971069336, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.523701667785645, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.545404434204102, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.594030380249023, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458534431_1069102.json b/lenses/physics-objects/Scene/assets/1645812458534431_1069102.json deleted file mode 100644 index 09c95f6a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458534431_1069102.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458534431:1069102", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ], - [ - 0.03333333507180214, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ], - [ - 0.06666667014360428, - [ - -0.037452954798936844, - -0.00262880208902061, - -0.015355575829744339, - 0.9991770386695862 - ] - ], - [ - 0.10000000149011612, - [ - -0.03785911947488785, - -0.002458215458318591, - -0.009509479627013206, - 0.9992349147796631 - ] - ], - [ - 0.13333334028720856, - [ - -0.03334643319249153, - -0.001921799615956843, - -0.012261711061000824, - 0.9993668794631958 - ] - ], - [ - 0.1666666716337204, - [ - -0.027381980791687965, - -0.000683751015458256, - -0.01905403472483158, - 0.9994432926177979 - ] - ], - [ - 0.20000000298023224, - [ - -0.022075671702623367, - 0.0013113172026351094, - -0.027239510789513588, - 0.9993842840194702 - ] - ], - [ - 0.23333333432674408, - [ - -0.018849339336156845, - 0.0037146788090467453, - -0.034725371748209, - 0.9992123246192932 - ] - ], - [ - 0.2666666805744171, - [ - -0.016655482351779938, - 0.006198814604431391, - -0.04023366793990135, - 0.9990322589874268 - ] - ], - [ - 0.30000001192092896, - [ - -0.015482455492019653, - 0.008345336653292179, - -0.04274526610970497, - 0.9989311695098877 - ] - ], - [ - 0.3333333432674408, - [ - -0.01504778303205967, - 0.009329994209110737, - -0.0405084528028965, - 0.9990224242210388 - ] - ], - [ - 0.36666667461395264, - [ - -0.014293573796749115, - 0.008816007524728775, - -0.03302833437919617, - 0.9993132948875427 - ] - ], - [ - 0.4000000059604645, - [ - -0.013326629064977169, - 0.006456753704696894, - -0.02159709297120571, - 0.9996570944786072 - ] - ], - [ - 0.4333333373069763, - [ - -0.010968334041535854, - 0.0027282051742076874, - -0.00944146141409874, - 0.9998915791511536 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876972805708647, - -0.0006823324947617948, - -0.00019992172019556165, - 0.999982476234436 - ] - ], - [ - 0.5, - [ - 0.002542380942031741, - -0.002110457280650735, - 0.0035432728473097086, - 0.9999882578849792 - ] - ], - [ - 0.5333333611488342, - [ - 0.013776680454611778, - -0.000787039112765342, - 0.00025451360852457583, - 0.9999047517776489 - ] - ], - [ - 0.5666666626930237, - [ - 0.025754105299711227, - 0.002150788437575102, - -0.008544170297682285, - 0.9996294975280762 - ] - ], - [ - 0.6000000238418579, - [ - 0.03531819209456444, - 0.0052953558042645454, - -0.02030841074883938, - 0.9991558194160461 - ] - ], - [ - 0.6333333253860474, - [ - 0.03814135119318962, - 0.008241514675319195, - -0.03151148557662964, - 0.9987413883209229 - ] - ], - [ - 0.6666666865348816, - [ - 0.033779922872781754, - 0.01088897418230772, - -0.03906625136733055, - 0.9986061453819275 - ] - ], - [ - 0.699999988079071, - [ - 0.02479425258934498, - 0.012192599475383759, - -0.0418211966753006, - 0.9987429976463318 - ] - ], - [ - 0.7333333492279053, - [ - 0.012739450670778751, - 0.011621243320405483, - -0.0397484265267849, - 0.9990609288215637 - ] - ], - [ - 0.7666666507720947, - [ - 0.000333388801664114, - 0.0094575434923172, - -0.033884067088365555, - 0.9993810653686523 - ] - ], - [ - 0.800000011920929, - [ - -0.009848864749073982, - 0.006252833176404238, - -0.024762263521552086, - 0.9996253252029419 - ] - ], - [ - 0.8333333134651184, - [ - -0.016030415892601013, - 0.0029923298861831427, - -0.013867572881281376, - 0.9997708797454834 - ] - ], - [ - 0.8666666746139526, - [ - -0.017553243786096573, - 0.0005540394922718406, - -0.003462712513282895, - 0.9998399019241333 - ] - ], - [ - 0.8999999761581421, - [ - -0.014066302217543125, - -0.0007693695952184498, - 0.004148793872445822, - 0.9998921751976013 - ] - ], - [ - 0.9333333373069763, - [ - -0.005548208486288786, - -0.0012709555448964238, - 0.007113289553672075, - 0.9999585151672363 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893920246511698, - -0.0009905759943649173, - 0.004578001331537962, - 0.999965250492096 - ] - ], - [ - 1.0, - [ - 0.020698409527540207, - 0.0005950498743914068, - -0.002183377044275403, - 0.9997832179069519 - ] - ], - [ - 1.0333333015441895, - [ - 0.03256573528051376, - 0.003911674488335848, - -0.011290887370705605, - 0.9993981719017029 - ] - ], - [ - 1.0666667222976685, - [ - 0.03981796279549599, - 0.008450599387288094, - -0.02063572034239769, - 0.9989581108093262 - ] - ], - [ - 1.100000023841858, - [ - 0.041013654321432114, - 0.012514438480138779, - -0.028751274570822716, - 0.9986664056777954 - ] - ], - [ - 1.1333333253860474, - [ - 0.03427920863032341, - 0.01371818594634533, - -0.0350731685757637, - 0.9987024664878845 - ] - ], - [ - 1.1666666269302368, - [ - 0.022853020578622818, - 0.012259810231626034, - -0.038296882063150406, - 0.9989299178123474 - ] - ], - [ - 1.2000000476837158, - [ - 0.01017936784774065, - 0.009369821287691593, - -0.03456239402294159, - 0.9993067979812622 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019203159026801586, - 0.005623944103717804, - -0.02308768779039383, - 0.9997158050537109 - ] - ], - [ - 1.2666666507720947, - [ - -0.010962792672216892, - 0.0021798918023705482, - -0.0077530499547719955, - 0.9999074935913086 - ] - ], - [ - 1.2999999523162842, - [ - -0.01475891936570406, - 2.4347828002646565e-05, - 0.005554767791181803, - 0.9998756647109985 - ] - ], - [ - 1.3333333730697632, - [ - -0.012652519159018993, - -0.0003450651129242033, - 0.011009438894689083, - 0.9998592734336853 - ] - ], - [ - 1.3666666746139526, - [ - -0.006202382501214743, - 0.00013270245108287781, - 0.008123836480081081, - 0.9999477863311768 - ] - ], - [ - 1.399999976158142, - [ - 0.001847455045208335, - 7.07186118233949e-05, - 0.000580425257794559, - 0.999998152256012 - ] - ], - [ - 1.4333332777023315, - [ - 0.0073410216718912125, - -0.001022262847982347, - -0.009770984761416912, - 0.9999247789382935 - ] - ], - [ - 1.4666666984558105, - [ - 0.008179101161658764, - -0.0027948173228651285, - -0.020744498819112778, - 0.9997474551200867 - ] - ], - [ - 1.5, - [ - 0.004500186070799828, - -0.004576898645609617, - -0.030359815806150436, - 0.9995184540748596 - ] - ], - [ - 1.5333333015441895, - [ - -0.004278848879039288, - -0.0059081995859742165, - -0.03706115484237671, - 0.9992863535881042 - ] - ], - [ - 1.5666667222976685, - [ - -0.016843263059854507, - -0.006707443855702877, - -0.03974501043558121, - 0.9990454912185669 - ] - ], - [ - 1.600000023841858, - [ - -0.0319896936416626, - -0.006811463739722967, - -0.03695519268512726, - 0.9987815618515015 - ] - ], - [ - 1.6333333253860474, - [ - -0.04703214392066002, - -0.00606961827725172, - -0.028891772031784058, - 0.9984570145606995 - ] - ], - [ - 1.6666666269302368, - [ - -0.059883005917072296, - -0.004821927286684513, - -0.017055965960025787, - 0.9980480074882507 - ] - ], - [ - 1.7000000476837158, - [ - -0.06942079961299896, - -0.003794945776462555, - -0.004295769147574902, - 0.9975709915161133 - ] - ], - [ - 1.7333333492279053, - [ - -0.07451290637254715, - -0.003060957882553339, - 0.005711808335036039, - 0.9971989989280701 - ] - ], - [ - 1.7666666507720947, - [ - -0.07449419796466827, - -0.0026884449180215597, - 0.009616429917514324, - 0.9971715807914734 - ] - ], - [ - 1.7999999523162842, - [ - -0.06937538087368011, - -0.0029640269931405783, - 0.006275528110563755, - 0.9975665807723999 - ] - ], - [ - 1.8333333730697632, - [ - -0.060957957059144974, - -0.003792479168623686, - -0.0020313721615821123, - 0.9981311559677124 - ] - ], - [ - 1.8666666746139526, - [ - -0.05287851765751839, - -0.004680939018726349, - -0.01267071533948183, - 0.9985095858573914 - ] - ], - [ - 1.899999976158142, - [ - -0.04705248400568962, - -0.005161261651664972, - -0.02303316630423069, - 0.9986134767532349 - ] - ], - [ - 1.9333332777023315, - [ - -0.04437577351927757, - -0.005212393589317799, - -0.03087318316102028, - 0.9985241293907166 - ] - ], - [ - 1.9666666984558105, - [ - -0.04813902825117111, - -0.005663493648171425, - -0.0339471735060215, - 0.9982475638389587 - ] - ], - [ - 2.0, - [ - -0.05919801443815231, - -0.006627367343753576, - -0.029476353898644447, - 0.9977889657020569 - ] - ], - [ - 2.0333333015441895, - [ - -0.07347387820482254, - -0.006562979891896248, - -0.017970917746424675, - 0.9971136450767517 - ] - ], - [ - 2.066666603088379, - [ - -0.08668159693479538, - -0.0049082376062870026, - -0.0031359801068902016, - 0.9962190389633179 - ] - ], - [ - 2.0999999046325684, - [ - -0.09527220577001572, - -0.0030592980328947306, - 0.009686297737061977, - 0.995399534702301 - ] - ], - [ - 2.133333444595337, - [ - -0.09622395038604736, - -0.002563362242653966, - 0.01509389840066433, - 0.9952420592308044 - ] - ], - [ - 2.1666667461395264, - [ - -0.08935883641242981, - -0.0032853081356734037, - 0.011688966304063797, - 0.9959254860877991 - ] - ], - [ - 2.200000047683716, - [ - -0.0763188824057579, - -0.003896684618666768, - 0.003343102987855673, - 0.9970702528953552 - ] - ], - [ - 2.2333333492279053, - [ - -0.06202175095677376, - -0.0034982385113835335, - -0.0072366357780992985, - 0.9980425238609314 - ] - ], - [ - 2.2666666507720947, - [ - -0.05131988227367401, - -0.0024239912163466215, - -0.01734655164182186, - 0.998528778553009 - ] - ], - [ - 2.299999952316284, - [ - -0.045247115194797516, - -0.0019139859359711409, - -0.025004984810948372, - 0.9986611008644104 - ] - ], - [ - 2.3333332538604736, - [ - -0.04489999637007713, - -0.002212446415796876, - -0.0283536184579134, - 0.9985865950584412 - ] - ], - [ - 2.366666555404663, - [ - -0.04897785931825638, - -0.0027890538331121206, - -0.023746464401483536, - 0.9985136389732361 - ] - ], - [ - 2.4000000953674316, - [ - -0.05522763729095459, - -0.003163496730849147, - -0.011249689385294914, - 0.998405396938324 - ] - ], - [ - 2.433333396911621, - [ - -0.05977262929081917, - -0.00407294649630785, - 0.004179276991635561, - 0.9981950521469116 - ] - ], - [ - 2.4666666984558105, - [ - -0.05818666145205498, - -0.006115545053035021, - 0.016652243211865425, - 0.9981480836868286 - ] - ], - [ - 2.5, - [ - -0.04972351714968681, - -0.0085093779489398, - 0.021295510232448578, - 0.9984998106956482 - ] - ], - [ - 2.5333333015441895, - [ - -0.035840824246406555, - -0.007804183289408684, - 0.014398221857845783, - 0.9992234110832214 - ] - ], - [ - 2.566666603088379, - [ - -0.01785689778625965, - -0.003243587678298354, - 0.0006849993951618671, - 0.9998350739479065 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010317229316569865, - 0.0013822956243529916, - -0.012344593182206154, - 0.9999228715896606 - ] - ], - [ - 2.633333444595337, - [ - 0.008380917832255363, - 0.0034712553024291992, - -0.01833467371761799, - 0.9997907280921936 - ] - ], - [ - 2.6666667461395264, - [ - 0.0034129463601857424, - 0.0018458275590091944, - -0.013272588141262531, - 0.9999043941497803 - ] - ], - [ - 2.700000047683716, - [ - -0.005080468021333218, - -0.0024621975608170033, - -0.0012752722250297666, - 0.9999832510948181 - ] - ], - [ - 2.7333333492279053, - [ - -0.011144123040139675, - -0.006812207866460085, - 0.011195766739547253, - 0.9998521208763123 - ] - ], - [ - 2.7666666507720947, - [ - -0.013166390359401703, - -0.008107566274702549, - 0.016862519085407257, - 0.9997382760047913 - ] - ], - [ - 2.799999952316284, - [ - -0.013736010529100895, - -0.0064601353369653225, - 0.013896667398512363, - 0.999788224697113 - ] - ], - [ - 2.8333332538604736, - [ - -0.014655441977083683, - -0.004009590018540621, - 0.006368356756865978, - 0.999864399433136 - ] - ], - [ - 2.866666555404663, - [ - -0.01641472801566124, - -0.001616368186660111, - -0.003307458246126771, - 0.9998584985733032 - ] - ], - [ - 2.9000000953674316, - [ - -0.019319405779242516, - 0.0003798648249357939, - -0.012855885550379753, - 0.99973064661026 - ] - ], - [ - 2.933333396911621, - [ - -0.022169016301631927, - 0.001914206543006003, - -0.020416023209691048, - 0.9995440244674683 - ] - ], - [ - 2.9666666984558105, - [ - -0.024820642545819283, - 0.002846070332452655, - -0.02417321875691414, - 0.9993955492973328 - ] - ], - [ - 3.0, - [ - -0.02750261500477791, - 0.002561185508966446, - -0.02163671888411045, - 0.9993842840194702 - ] - ], - [ - 3.0333333015441895, - [ - -0.02957155555486679, - 0.0008864459814503789, - -0.012802589684724808, - 0.9994803071022034 - ] - ], - [ - 3.066666603088379, - [ - -0.0314168781042099, - -0.0018020868301391602, - -0.00015866081230342388, - 0.9995047450065613 - ] - ], - [ - 3.0999999046325684, - [ - -0.032208651304244995, - -0.004568854812532663, - 0.012379256077110767, - 0.9993940591812134 - ] - ], - [ - 3.133333444595337, - [ - -0.03070155717432499, - -0.006400556303560734, - 0.021229051053524017, - 0.9992826581001282 - ] - ], - [ - 3.1666667461395264, - [ - -0.026909438893198967, - -0.0067686946131289005, - 0.023998210206627846, - 0.9993269443511963 - ] - ], - [ - 3.200000047683716, - [ - -0.021232394501566887, - -0.005524740554392338, - 0.019597399979829788, - 0.9995673298835754 - ] - ], - [ - 3.2333333492279053, - [ - -0.01455792598426342, - -0.0035393093712627888, - 0.010143623687326908, - 0.9998363256454468 - ] - ], - [ - 3.2666666507720947, - [ - -0.009047416038811207, - -0.0017044299747794867, - -0.0019431279506534338, - 0.9999558329582214 - ] - ], - [ - 3.299999952316284, - [ - -0.00843322928994894, - -0.0002181141171604395, - -0.014090502634644508, - 0.9998652338981628 - ] - ], - [ - 3.3333332538604736, - [ - -0.01614786684513092, - -0.0012787770247086883, - -0.023313606157898903, - 0.9995969533920288 - ] - ], - [ - 3.366666555404663, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458534763_1069109.json b/lenses/physics-objects/Scene/assets/1645812458534763_1069109.json deleted file mode 100644 index ef8d5302..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458534763_1069109.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458534763:1069109", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458536783_1069122.json b/lenses/physics-objects/Scene/assets/1645812458536783_1069122.json deleted file mode 100644 index 3824114a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458536783_1069122.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458536783:1069122", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.545063018798828, - -4.263256414560601e-14, - -8.881784197001252e-16 - ] - ], - [ - 6.633333206176758, - [ - 9.544044494628906, - -5.684341886080802e-14, - -5.218048215738236e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458537137_1069129.json b/lenses/physics-objects/Scene/assets/1645812458537137_1069129.json deleted file mode 100644 index 2bfc8d2b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458537137_1069129.json +++ /dev/null @@ -1,1765 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458537137:1069129", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01791844144463539, - 0.25316983461380005, - -0.22160540521144867, - 0.9415280222892761 - ] - ], - [ - 0.03333333507180214, - [ - -0.01791844144463539, - 0.25316983461380005, - -0.22160540521144867, - 0.9415280222892761 - ] - ], - [ - 0.06666667014360428, - [ - -0.020155271515250206, - 0.25392183661460876, - -0.2231856882572174, - 0.940906822681427 - ] - ], - [ - 0.10000000149011612, - [ - -0.02241489663720131, - 0.25480809807777405, - -0.22454430162906647, - 0.9402926564216614 - ] - ], - [ - 0.13333334028720856, - [ - -0.024638080969452858, - 0.25581344962120056, - -0.22564257681369781, - 0.9397009611129761 - ] - ], - [ - 0.1666666716337204, - [ - -0.02676665596663952, - 0.2569199204444885, - -0.22644267976284027, - 0.9391482472419739 - ] - ], - [ - 0.20000000298023224, - [ - -0.028743334114551544, - 0.2581070065498352, - -0.22690710425376892, - 0.9386520981788635 - ] - ], - [ - 0.23333333432674408, - [ - -0.030511539429426193, - 0.2593519687652588, - -0.22699850797653198, - 0.9382309317588806 - ] - ], - [ - 0.2666666805744171, - [ - -0.032015182077884674, - 0.2606305181980133, - -0.22667913138866425, - 0.9379037022590637 - ] - ], - [ - 0.30000001192092896, - [ - -0.033227693289518356, - 0.26179686188697815, - -0.22604995965957642, - 0.9376885294914246 - ] - ], - [ - 0.3333333432674408, - [ - -0.03412923216819763, - 0.26267877221107483, - -0.22524628043174744, - 0.9376029968261719 - ] - ], - [ - 0.36666667461395264, - [ - -0.03471067175269127, - 0.2633436322212219, - -0.22442151606082916, - 0.9375928044319153 - ] - ], - [ - 0.4000000059604645, - [ - -0.0350039042532444, - 0.26389095187187195, - -0.22369855642318726, - 0.9376007914543152 - ] - ], - [ - 0.4333333373069763, - [ - -0.03505142405629158, - 0.2643321752548218, - -0.2230326384305954, - 0.9376333951950073 - ] - ], - [ - 0.46666666865348816, - [ - -0.03491051122546196, - 0.26470375061035156, - -0.22239460051059723, - 0.9376853704452515 - ] - ], - [ - 0.5, - [ - -0.034613482654094696, - 0.26502183079719543, - -0.22177442908287048, - 0.9377533793449402 - ] - ], - [ - 0.5333333611488342, - [ - -0.03419358283281326, - 0.265301913022995, - -0.22116009891033173, - 0.9378346800804138 - ] - ], - [ - 0.5666666626930237, - [ - -0.03369130566716194, - 0.26556438207626343, - -0.22053338587284088, - 0.9379262924194336 - ] - ], - [ - 0.6000000238418579, - [ - -0.03311699628829956, - 0.26580810546875, - -0.2199014127254486, - 0.938025951385498 - ] - ], - [ - 0.6333333253860474, - [ - -0.032481007277965546, - 0.26603206992149353, - -0.2192714363336563, - 0.9381321668624878 - ] - ], - [ - 0.6666666865348816, - [ - -0.03179371356964111, - 0.2662351429462433, - -0.21865060925483704, - 0.9382429718971252 - ] - ], - [ - 0.699999988079071, - [ - -0.031065495684742928, - 0.2664163112640381, - -0.21804603934288025, - 0.9383566379547119 - ] - ], - [ - 0.7333333492279053, - [ - -0.030306750908493996, - 0.26657435297966003, - -0.2174648642539978, - 0.9384714365005493 - ] - ], - [ - 0.7666666507720947, - [ - -0.029527874663472176, - 0.2667081356048584, - -0.21691419184207916, - 0.9385858178138733 - ] - ], - [ - 0.800000011920929, - [ - -0.028739256784319878, - 0.2668163776397705, - -0.21640098094940186, - 0.9386979937553406 - ] - ], - [ - 0.8333333134651184, - [ - -0.02795136161148548, - 0.26689770817756653, - -0.215932235121727, - 0.9388064742088318 - ] - ], - [ - 0.8666666746139526, - [ - -0.027174606919288635, - 0.2669508457183838, - -0.21551497280597687, - 0.9389100670814514 - ] - ], - [ - 0.8999999761581421, - [ - -0.02641945146024227, - 0.2669743001461029, - -0.21515610814094543, - 0.9390073418617249 - ] - ], - [ - 0.9333333373069763, - [ - -0.025696348398923874, - 0.26696643233299255, - -0.2148624211549759, - 0.9390968084335327 - ] - ], - [ - 0.9666666388511658, - [ - -0.02501579001545906, - 0.2669256925582886, - -0.21464087069034576, - 0.9391775131225586 - ] - ], - [ - 1.0, - [ - -0.02438824065029621, - 0.26685020327568054, - -0.2144981175661087, - 0.9392479658126831 - ] - ], - [ - 1.0333333015441895, - [ - -0.023824213072657585, - 0.26673826575279236, - -0.2144409865140915, - 0.9393072724342346 - ] - ], - [ - 1.100000023841858, - [ - -0.022928668186068535, - 0.26639729738235474, - -0.21461047232151031, - 0.9393876194953918 - ] - ], - [ - 1.1333333253860474, - [ - -0.022630956023931503, - 0.2661145031452179, - -0.2149120271205902, - 0.939406156539917 - ] - ], - [ - 1.1666666269302368, - [ - -0.02246100641787052, - 0.2657002806663513, - -0.21543270349502563, - 0.9394081234931946 - ] - ], - [ - 1.2000000476837158, - [ - -0.02233710139989853, - 0.26514995098114014, - -0.21611735224723816, - 0.9394094347953796 - ] - ], - [ - 1.2333333492279053, - [ - -0.022191623225808144, - 0.264470636844635, - -0.21689584851264954, - 0.9394248127937317 - ] - ], - [ - 1.2666666507720947, - [ - -0.022053977474570274, - 0.26369708776474, - -0.21772868931293488, - 0.9394528865814209 - ] - ], - [ - 1.2999999523162842, - [ - -0.021949375048279762, - 0.2628585994243622, - -0.21858321130275726, - 0.9394919872283936 - ] - ], - [ - 1.3333333730697632, - [ - -0.02188732661306858, - 0.2619737982749939, - -0.21944014728069305, - 0.939540684223175 - ] - ], - [ - 1.3666666746139526, - [ - -0.021875277161598206, - 0.2610601484775543, - -0.2202823907136917, - 0.9395982027053833 - ] - ], - [ - 1.399999976158142, - [ - -0.021917782723903656, - 0.26013341546058655, - -0.22109532356262207, - 0.939663290977478 - ] - ], - [ - 1.4333332777023315, - [ - -0.022007813677191734, - 0.25920119881629944, - -0.22187429666519165, - 0.9397351741790771 - ] - ], - [ - 1.4666666984558105, - [ - -0.022138327360153198, - 0.25827133655548096, - -0.22261476516723633, - 0.9398130178451538 - ] - ], - [ - 1.5, - [ - -0.02230227366089821, - 0.2573516070842743, - -0.22331230342388153, - 0.9398960471153259 - ] - ], - [ - 1.5333333015441895, - [ - -0.022492606192827225, - 0.25644978880882263, - -0.2239624410867691, - 0.9399831891059875 - ] - ], - [ - 1.5666667222976685, - [ - -0.02270226553082466, - 0.25557389855384827, - -0.22456103563308716, - 0.9400740265846252 - ] - ], - [ - 1.600000023841858, - [ - -0.022924190387129784, - 0.254731684923172, - -0.2251037210226059, - 0.9401673078536987 - ] - ], - [ - 1.6333333253860474, - [ - -0.023151308298110962, - 0.2539311647415161, - -0.22558654844760895, - 0.9402626752853394 - ] - ], - [ - 1.6666666269302368, - [ - -0.023376530036330223, - 0.2531801462173462, - -0.22600527107715607, - 0.9403589367866516 - ] - ], - [ - 1.7000000476837158, - [ - -0.023592768236994743, - 0.2524866461753845, - -0.22635598480701447, - 0.9404556751251221 - ] - ], - [ - 1.7333333492279053, - [ - -0.023792915046215057, - 0.2518584430217743, - -0.2266346663236618, - 0.9405519366264343 - ] - ], - [ - 1.7666666507720947, - [ - -0.023969853296875954, - 0.25130346417427063, - -0.2268373817205429, - 0.9406471252441406 - ] - ], - [ - 1.7999999523162842, - [ - -0.024116458371281624, - 0.25082939863204956, - -0.22696004807949066, - 0.9407402276992798 - ] - ], - [ - 1.8333333730697632, - [ - -0.024225620552897453, - 0.25044405460357666, - -0.22699874639511108, - 0.9408307075500488 - ] - ], - [ - 1.8666666746139526, - [ - -0.024290170520544052, - 0.2501550614833832, - -0.22694945335388184, - 0.9409178495407104 - ] - ], - [ - 1.9666666984558105, - [ - -0.024144751951098442, - 0.2499411255121231, - -0.22623224556446075, - 0.9411511421203613 - ] - ], - [ - 2.0, - [ - -0.02395942248404026, - 0.2501119375228882, - -0.2257891148328781, - 0.9412168860435486 - ] - ], - [ - 2.0333333015441895, - [ - -0.023693732917308807, - 0.2504156231880188, - -0.22523650527000427, - 0.9412752985954285 - ] - ], - [ - 2.066666603088379, - [ - -0.02334056980907917, - 0.25085899233818054, - -0.2245696634054184, - 0.9413253664970398 - ] - ], - [ - 2.0999999046325684, - [ - -0.022892773151397705, - 0.25144878029823303, - -0.2237836718559265, - 0.9413661956787109 - ] - ], - [ - 2.133333444595337, - [ - -0.022328319028019905, - 0.25225135684013367, - -0.222805455327034, - 0.9413970708847046 - ] - ], - [ - 2.1666667461395264, - [ - -0.02163158543407917, - 0.253306120634079, - -0.2215898185968399, - 0.9414171576499939 - ] - ], - [ - 2.200000047683716, - [ - -0.020787447690963745, - 0.25451353192329407, - -0.22012068331241608, - 0.941455066204071 - ] - ], - [ - 2.2333333492279053, - [ - -0.01977100595831871, - 0.25575873255729675, - -0.2184160351753235, - 0.941536545753479 - ] - ], - [ - 2.2666666507720947, - [ - -0.01856602355837822, - 0.2569863498210907, - -0.21655991673469543, - 0.9416556358337402 - ] - ], - [ - 2.299999952316284, - [ - -0.01716465689241886, - 0.25815248489379883, - -0.21462036669254303, - 0.941807210445404 - ] - ], - [ - 2.3333332538604736, - [ - -0.015586771070957184, - 0.25923413038253784, - -0.21264351904392242, - 0.9419859051704407 - ] - ], - [ - 2.366666555404663, - [ - -0.013856335543096066, - 0.26021209359169006, - -0.210672527551651, - 0.942186176776886 - ] - ], - [ - 2.4000000953674316, - [ - -0.011903299018740654, - 0.2610923945903778, - -0.20871852338314056, - 0.9424042105674744 - ] - ], - [ - 2.433333396911621, - [ - -0.009670069441199303, - 0.26189613342285156, - -0.20677463710308075, - 0.9426352381706238 - ] - ], - [ - 2.4666666984558105, - [ - -0.007195475976914167, - 0.26260897517204285, - -0.20484758913516998, - 0.942879855632782 - ] - ], - [ - 2.5, - [ - -0.004518164787441492, - 0.2632647156715393, - -0.20298150181770325, - 0.943117082118988 - ] - ], - [ - 2.5333333015441895, - [ - -0.001677283551543951, - 0.2638486623764038, - -0.20118270814418793, - 0.9433485865592957 - ] - ], - [ - 2.566666603088379, - [ - 0.0012879433343186975, - 0.26436182856559753, - -0.19946987926959991, - 0.9435692429542542 - ] - ], - [ - 2.5999999046325684, - [ - 0.004338161554187536, - 0.2648048400878906, - -0.19786149263381958, - 0.9437745809555054 - ] - ], - [ - 2.633333444595337, - [ - 0.007433863822370768, - 0.2651776671409607, - -0.19637593626976013, - 0.9439608454704285 - ] - ], - [ - 2.6666667461395264, - [ - 0.010535260662436485, - 0.26547977328300476, - -0.1950313001871109, - 0.9441251754760742 - ] - ], - [ - 2.700000047683716, - [ - 0.013602550141513348, - 0.26570969820022583, - -0.1938454508781433, - 0.9442654848098755 - ] - ], - [ - 2.7333333492279053, - [ - 0.016595814377069473, - 0.26586535573005676, - -0.19283615052700043, - 0.9443804621696472 - ] - ], - [ - 2.7666666507720947, - [ - 0.019475026056170464, - 0.2659437954425812, - -0.19202077388763428, - 0.9444695115089417 - ] - ], - [ - 2.799999952316284, - [ - 0.022200094535946846, - 0.26594117283821106, - -0.19141660630702972, - 0.9445327520370483 - ] - ], - [ - 2.8333332538604736, - [ - 0.024730917066335678, - 0.2658529281616211, - -0.19104056060314178, - 0.9445708394050598 - ] - ], - [ - 2.866666555404663, - [ - 0.027027372270822525, - 0.2656734883785248, - -0.19090935587882996, - 0.9445849657058716 - ] - ], - [ - 2.9000000953674316, - [ - 0.02904939278960228, - 0.2653966248035431, - -0.19103935360908508, - 0.9445765018463135 - ] - ], - [ - 2.933333396911621, - [ - 0.030710332095623016, - 0.26500269770622253, - -0.19145631790161133, - 0.944550096988678 - ] - ], - [ - 2.9666666984558105, - [ - 0.03193891793489456, - 0.26447510719299316, - -0.19218210875988007, - 0.9445098638534546 - ] - ], - [ - 3.0, - [ - 0.03272072970867157, - 0.2638205587863922, - -0.19321462512016296, - 0.9444555044174194 - ] - ], - [ - 3.0333333015441895, - [ - 0.03305193409323692, - 0.26308244466781616, - -0.19450202584266663, - 0.9443857073783875 - ] - ], - [ - 3.066666603088379, - [ - 0.032925184816122055, - 0.26235994696617126, - -0.19608089327812195, - 0.9442645311355591 - ] - ], - [ - 3.0999999046325684, - [ - 0.03234504908323288, - 0.261719673871994, - -0.19794434309005737, - 0.9440735578536987 - ] - ], - [ - 3.133333444595337, - [ - 0.03133805841207504, - 0.2611789405345917, - -0.1999824047088623, - 0.9438275694847107 - ] - ], - [ - 3.1666667461395264, - [ - 0.029946859925985336, - 0.2607720196247101, - -0.20211155712604523, - 0.9435316920280457 - ] - ], - [ - 3.200000047683716, - [ - 0.028233589604496956, - 0.2605208158493042, - -0.2042635977268219, - 0.9431903958320618 - ] - ], - [ - 3.2333333492279053, - [ - 0.026236798614263535, - 0.2604331374168396, - -0.20638155937194824, - 0.942811131477356 - ] - ], - [ - 3.2666666507720947, - [ - 0.023987000808119774, - 0.26052114367485046, - -0.2084352970123291, - 0.9423948526382446 - ] - ], - [ - 3.299999952316284, - [ - 0.021543361246585846, - 0.260749876499176, - -0.21035988628864288, - 0.9419628977775574 - ] - ], - [ - 3.3333332538604736, - [ - 0.018963847309350967, - 0.26113009452819824, - -0.21212974190711975, - 0.9415160417556763 - ] - ], - [ - 3.366666555404663, - [ - 0.01630580425262451, - 0.2616543471813202, - -0.21370787918567657, - 0.9410632848739624 - ] - ], - [ - 3.4000000953674316, - [ - 0.013625702820718288, - 0.2623123526573181, - -0.2150585800409317, - 0.9406149983406067 - ] - ], - [ - 3.433333396911621, - [ - 0.010979175567626953, - 0.26309090852737427, - -0.21614691615104675, - 0.9401825070381165 - ] - ], - [ - 3.4666666984558105, - [ - 0.008420852944254875, - 0.263974130153656, - -0.21693888306617737, - 0.9397788643836975 - ] - ], - [ - 3.5, - [ - 0.00600456865504384, - 0.2649434506893158, - -0.2174006998538971, - 0.939417839050293 - ] - ], - [ - 3.5333333015441895, - [ - 0.0037834811955690384, - 0.265978068113327, - -0.217498779296875, - 0.9391143918037415 - ] - ], - [ - 3.566666603088379, - [ - 0.0018102737376466393, - 0.2670554220676422, - -0.21719887852668762, - 0.938883900642395 - ] - ], - [ - 3.5999999046325684, - [ - 9.446919284528121e-05, - 0.26803192496299744, - -0.21661360561847687, - 0.9387425780296326 - ] - ], - [ - 3.633333444595337, - [ - -0.001347160548903048, - 0.268741637468338, - -0.21588687598705292, - 0.9387060403823853 - ] - ], - [ - 3.6666667461395264, - [ - -0.002490512328222394, - 0.26925039291381836, - -0.2151641845703125, - 0.9387239217758179 - ] - ], - [ - 3.700000047683716, - [ - -0.0033538811840116978, - 0.26965007185935974, - -0.21455931663513184, - 0.938744843006134 - ] - ], - [ - 3.7333333492279053, - [ - -0.003965018317103386, - 0.26995202898979187, - -0.21402297914028168, - 0.9387782216072083 - ] - ], - [ - 3.7666666507720947, - [ - -0.004366839770227671, - 0.2701951563358307, - -0.21351882815361023, - 0.9388211965560913 - ] - ], - [ - 3.799999952316284, - [ - -0.004576562438160181, - 0.27039870619773865, - -0.21303106844425201, - 0.9388723969459534 - ] - ], - [ - 3.8333332538604736, - [ - -0.004612134303897619, - 0.2705806791782379, - -0.21254171431064606, - 0.9389306902885437 - ] - ], - [ - 3.866666555404663, - [ - -0.0045317066833376884, - 0.2707560360431671, - -0.2120347023010254, - 0.9389951825141907 - ] - ], - [ - 3.9000000953674316, - [ - -0.004373511765152216, - 0.27091678977012634, - -0.21152351796627045, - 0.9390648603439331 - ] - ], - [ - 3.933333396911621, - [ - -0.0041483198292553425, - 0.27106133103370667, - -0.211014986038208, - 0.9391385316848755 - ] - ], - [ - 3.9666666984558105, - [ - -0.0038668671622872353, - 0.2711881101131439, - -0.21051590144634247, - 0.9392151832580566 - ] - ], - [ - 4.0, - [ - -0.003539940807968378, - 0.2712955176830292, - -0.21003304421901703, - 0.9392935037612915 - ] - ], - [ - 4.0333333015441895, - [ - -0.0031783143058419228, - 0.2713819742202759, - -0.20957323908805847, - 0.9393725395202637 - ] - ], - [ - 4.066666603088379, - [ - -0.0027927574701607227, - 0.2714458107948303, - -0.20914326608181, - 0.9394511580467224 - ] - ], - [ - 4.099999904632568, - [ - -0.0023940610699355602, - 0.27148541808128357, - -0.2087498903274536, - 0.9395282864570618 - ] - ], - [ - 4.133333206176758, - [ - -0.0019930254202336073, - 0.2714989483356476, - -0.20839989185333252, - 0.9396030306816101 - ] - ], - [ - 4.166666507720947, - [ - -0.0016004451317712665, - 0.2714846730232239, - -0.20809999108314514, - 0.9396743774414063 - ] - ], - [ - 4.199999809265137, - [ - -0.00122713518794626, - 0.271440714597702, - -0.2078569084405899, - 0.9397414326667786 - ] - ], - [ - 4.233333110809326, - [ - -0.0008839134825393558, - 0.27136510610580444, - -0.20767734944820404, - 0.9398033618927002 - ] - ], - [ - 4.266666889190674, - [ - -0.0005816159537062049, - 0.27125585079193115, - -0.2075679898262024, - 0.9398592710494995 - ] - ], - [ - 4.300000190734863, - [ - -0.0003310625324957073, - 0.2711109220981598, - -0.20753544569015503, - 0.9399083852767944 - ] - ], - [ - 4.366666793823242, - [ - -2.8580454454640858e-05, - 0.2707052528858185, - -0.20772746205329895, - 0.939983069896698 - ] - ], - [ - 4.433333396911621, - [ - -7.597771036671475e-05, - 0.2700822055339813, - -0.20836816728115082, - 0.9400203824043274 - ] - ], - [ - 4.4666666984558105, - [ - -0.00028166448464617133, - 0.26959383487701416, - -0.2089885175228119, - 0.9400228261947632 - ] - ], - [ - 4.5, - [ - -0.0006341710104607046, - 0.2689487934112549, - -0.2097979187965393, - 0.940027117729187 - ] - ], - [ - 4.5333333015441895, - [ - -0.0011587776243686676, - 0.26813438534736633, - -0.2107512205839157, - 0.9400461316108704 - ] - ], - [ - 4.566666603088379, - [ - -0.0018738799262791872, - 0.2671862542629242, - -0.2118052840232849, - 0.9400779604911804 - ] - ], - [ - 4.599999904632568, - [ - -0.002792154438793659, - 0.2661357522010803, - -0.21292413771152496, - 0.9401209950447083 - ] - ], - [ - 4.633333206176758, - [ - -0.003910178784281015, - 0.2650039792060852, - -0.21408537030220032, - 0.9401729106903076 - ] - ], - [ - 4.666666507720947, - [ - -0.005222453735768795, - 0.2638111412525177, - -0.2152688354253769, - 0.9402318596839905 - ] - ], - [ - 4.699999809265137, - [ - -0.006720596458762884, - 0.26257559657096863, - -0.2164570391178131, - 0.9402952790260315 - ] - ], - [ - 4.733333110809326, - [ - -0.008384539745748043, - 0.2613082826137543, - -0.21764276921749115, - 0.9403613805770874 - ] - ], - [ - 4.766666889190674, - [ - -0.010194240137934685, - 0.26002001762390137, - -0.21881867945194244, - 0.9404276013374329 - ] - ], - [ - 4.800000190734863, - [ - -0.012129461392760277, - 0.25872182846069336, - -0.2199777364730835, - 0.9404922723770142 - ] - ], - [ - 4.833333492279053, - [ - -0.014170115813612938, - 0.2574247121810913, - -0.22111275792121887, - 0.9405534863471985 - ] - ], - [ - 4.866666793823242, - [ - -0.016295962035655975, - 0.25613972544670105, - -0.22221672534942627, - 0.9406096935272217 - ] - ], - [ - 4.900000095367432, - [ - -0.018500635400414467, - 0.25487464666366577, - -0.22328585386276245, - 0.9406594038009644 - ] - ], - [ - 4.933333396911621, - [ - -0.020778656005859375, - 0.2536369860172272, - -0.22431686520576477, - 0.9407010674476624 - ] - ], - [ - 4.9666666984558105, - [ - -0.023110929876565933, - 0.252437561750412, - -0.22530299425125122, - 0.9407336115837097 - ] - ], - [ - 5.0, - [ - -0.025478387251496315, - 0.25128722190856934, - -0.22623741626739502, - 0.9407563209533691 - ] - ], - [ - 5.0333333015441895, - [ - -0.027861833572387695, - 0.2501966059207916, - -0.22711317241191864, - 0.940768301486969 - ] - ], - [ - 5.066666603088379, - [ - -0.030242083594202995, - 0.2491765022277832, - -0.22792327404022217, - 0.940769612789154 - ] - ], - [ - 5.099999904632568, - [ - -0.03259991109371185, - 0.24823756515979767, - -0.22866050899028778, - 0.9407601952552795 - ] - ], - [ - 5.133333206176758, - [ - -0.034916024655103683, - 0.24739032983779907, - -0.22931750118732452, - 0.9407403469085693 - ] - ], - [ - 5.166666507720947, - [ - -0.0371711291372776, - 0.2466452568769455, - -0.22988666594028473, - 0.9407106637954712 - ] - ], - [ - 5.199999809265137, - [ - -0.039345886558294296, - 0.24601271748542786, - -0.23036019504070282, - 0.940671980381012 - ] - ], - [ - 5.233333110809326, - [ - -0.04142094776034355, - 0.24550293385982513, - -0.23073013126850128, - 0.9406255483627319 - ] - ], - [ - 5.266666889190674, - [ - -0.04337703064084053, - 0.24512585997581482, - -0.23098807036876678, - 0.9405723214149475 - ] - ], - [ - 5.300000190734863, - [ - -0.04519464820623398, - 0.24489158391952515, - -0.2311255782842636, - 0.940514087677002 - ] - ], - [ - 5.333333492279053, - [ - -0.04685448855161667, - 0.24480955302715302, - -0.23113371431827545, - 0.9404520988464355 - ] - ], - [ - 5.366666793823242, - [ - -0.04833723232150078, - 0.2448893040418625, - -0.23100343346595764, - 0.9403883218765259 - ] - ], - [ - 5.400000095367432, - [ - -0.04962341859936714, - 0.245139941573143, - -0.23072536289691925, - 0.9403242468833923 - ] - ], - [ - 5.433333396911621, - [ - -0.05067896842956543, - 0.24563199281692505, - -0.23022398352622986, - 0.9402624368667603 - ] - ], - [ - 5.4666666984558105, - [ - -0.051476094871759415, - 0.24640831351280212, - -0.22945129871368408, - 0.940204918384552 - ] - ], - [ - 5.5, - [ - -0.05198852717876434, - 0.2473672777414322, - -0.2283826470375061, - 0.9401850700378418 - ] - ], - [ - 5.5333333015441895, - [ - -0.052180349826812744, - 0.2483900636434555, - -0.22702696919441223, - 0.9402331113815308 - ] - ], - [ - 5.566666603088379, - [ - -0.05202341452240944, - 0.24942034482955933, - -0.22546282410621643, - 0.9403455853462219 - ] - ], - [ - 5.599999904632568, - [ - -0.05149828642606735, - 0.2503989338874817, - -0.2237401008605957, - 0.9405257701873779 - ] - ], - [ - 5.633333206176758, - [ - -0.05061168223619461, - 0.25133541226387024, - -0.2219289243221283, - 0.9407532811164856 - ] - ], - [ - 5.666666507720947, - [ - -0.04937560483813286, - 0.2521967887878418, - -0.22005555033683777, - 0.9410284757614136 - ] - ], - [ - 5.699999809265137, - [ - -0.047807443886995316, - 0.25297099351882935, - -0.21815574169158936, - 0.9413438439369202 - ] - ], - [ - 5.733333110809326, - [ - -0.04594428092241287, - 0.2536603510379791, - -0.21624979376792908, - 0.9416908025741577 - ] - ], - [ - 5.766666889190674, - [ - -0.043823160231113434, - 0.2542673349380493, - -0.21435777842998505, - 0.9420607089996338 - ] - ], - [ - 5.800000190734863, - [ - -0.041481390595436096, - 0.2547945976257324, - -0.212499737739563, - 0.9424451589584351 - ] - ], - [ - 5.833333492279053, - [ - -0.03895645588636398, - 0.2552446126937866, - -0.2106955498456955, - 0.9428361058235168 - ] - ], - [ - 5.866666793823242, - [ - -0.03628598898649216, - 0.25561970472335815, - -0.20896485447883606, - 0.943226158618927 - ] - ], - [ - 5.900000095367432, - [ - -0.033507850021123886, - 0.255921870470047, - -0.20732733607292175, - 0.943608283996582 - ] - ], - [ - 5.933333396911621, - [ - -0.030660104006528854, - 0.25615257024765015, - -0.2058020830154419, - 0.9439763426780701 - ] - ], - [ - 5.9666666984558105, - [ - -0.027781127020716667, - 0.2563127875328064, - -0.20440830290317535, - 0.9443248510360718 - ] - ], - [ - 6.0, - [ - -0.024909356608986855, - 0.25640273094177246, - -0.20316483080387115, - 0.9446488618850708 - ] - ], - [ - 6.0333333015441895, - [ - -0.022083496674895287, - 0.25642213225364685, - -0.20209017395973206, - 0.9449443221092224 - ] - ], - [ - 6.066666603088379, - [ - -0.01934237591922283, - 0.2563697099685669, - -0.20120267570018768, - 0.9452078938484192 - ] - ], - [ - 6.099999904632568, - [ - -0.016724945977330208, - 0.25624358654022217, - -0.20052050054073334, - 0.945436954498291 - ] - ], - [ - 6.133333206176758, - [ - -0.014270232059061527, - 0.256041020154953, - -0.20006145536899567, - 0.9456294178962708 - ] - ], - [ - 6.166666507720947, - [ - -0.012017321772873402, - 0.25575828552246094, - -0.19984295964241028, - 0.9457833170890808 - ] - ], - [ - 6.199999809265137, - [ - -0.010005302727222443, - 0.25539106130599976, - -0.1998823583126068, - 0.94589763879776 - ] - ], - [ - 6.233333110809326, - [ - -0.008273261599242687, - 0.2549341022968292, - -0.2001965343952179, - 0.9459711909294128 - ] - ], - [ - 6.266666889190674, - [ - -0.006860175635665655, - 0.2543814480304718, - -0.20080207288265228, - 0.9460029602050781 - ] - ], - [ - 6.300000190734863, - [ - -0.005802089348435402, - 0.25373685359954834, - -0.20170214772224426, - 0.9459916353225708 - ] - ], - [ - 6.333333492279053, - [ - -0.005124355666339397, - 0.25304192304611206, - -0.20285199582576752, - 0.945935845375061 - ] - ], - [ - 6.366666793823242, - [ - -0.0048550269566476345, - 0.25239643454551697, - -0.20430095493793488, - 0.9457979798316956 - ] - ], - [ - 6.400000095367432, - [ - -0.005009796936064959, - 0.25186586380004883, - -0.20604948699474335, - 0.9455591440200806 - ] - ], - [ - 6.433333396911621, - [ - -0.005582700949162245, - 0.251460462808609, - -0.20799072086811066, - 0.9452387690544128 - ] - ], - [ - 6.4666666984558105, - [ - -0.0065518696792423725, - 0.25120505690574646, - -0.21004624664783478, - 0.9448458552360535 - ] - ], - [ - 6.5, - [ - -0.007876649498939514, - 0.25111252069473267, - -0.21215136349201202, - 0.9443899989128113 - ] - ], - [ - 6.5333333015441895, - [ - -0.009509753435850143, - 0.2511902451515198, - -0.2142462432384491, - 0.943881094455719 - ] - ], - [ - 6.566666603088379, - [ - -0.011393656954169273, - 0.25143876671791077, - -0.21628054976463318, - 0.9433299899101257 - ] - ], - [ - 6.599999904632568, - [ - -0.013464829884469509, - 0.2518536150455475, - -0.21821081638336182, - 0.9427472949028015 - ] - ], - [ - 6.633333206176758, - [ - -0.01566031388938427, - 0.2524440586566925, - -0.22000844776630402, - 0.9421374797821045 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458537496_1069136.json b/lenses/physics-objects/Scene/assets/1645812458537496_1069136.json deleted file mode 100644 index 938a71ed..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458537496_1069136.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458537496:1069136", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458539459_1069149.json b/lenses/physics-objects/Scene/assets/1645812458539459_1069149.json deleted file mode 100644 index d68df235..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458539459_1069149.json +++ /dev/null @@ -1,610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458539459:1069149", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.620837211608887, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.601813316345215, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.578927040100098, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.545324325561523, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.530000686645508, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.550427436828613, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.61949348449707, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.641165733337402, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.635152816772461, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.569053649902344, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.54916763305664, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.554428100585938, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.587960243225098, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.613679885864258, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.644916534423828, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.643234252929688, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.621521949768066, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.594318389892578, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.562277793884277, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.538166046142578, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.551239967346191, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.620418548583984, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.640554428100586, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.636794090270996, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.610980987548828, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.573263168334961, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.550830841064453, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56634521484375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.585870742797852, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.631319999694824, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.651705741882324, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.678024291992188, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.677940368652344, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.65327262878418, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.604574203491211, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.563776969909668, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.54075813293457, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.544754028320313, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.60606575012207, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.656907081604004, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.676661491394043, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.68695068359375, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.660765647888184, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.602923393249512, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.560871124267578, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.536128044128418, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.530820846557617, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.561070442199707, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.615015983581543, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.661434173583984, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.648334503173828, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.599873542785645, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.537385940551758, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.524717330932617, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.56039810180664, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.645641326904297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.670839309692383, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.66580867767334, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.638547897338867, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.599087715148926, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.563285827636719, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.55574893951416, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.58242416381836, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.632237434387207, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.6868314743042, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.729645729064941, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.73875904083252, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.71192455291748, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.672002792358398, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.625155448913574, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.568922996520996, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.52923583984375, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.543018341064453, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.585705757141113, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.620837211608887, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458539816_1069156.json b/lenses/physics-objects/Scene/assets/1645812458539816_1069156.json deleted file mode 100644 index fd2ae87c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458539816_1069156.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458539816:1069156", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ], - [ - 0.03333333507180214, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ], - [ - 0.06666667014360428, - [ - -0.03732042387127876, - -0.015913505107164383, - -0.08397764712572098, - 0.9956413507461548 - ] - ], - [ - 0.10000000149011612, - [ - -0.03776228055357933, - -0.020756974816322327, - -0.06909465044736862, - 0.9966790080070496 - ] - ], - [ - 0.13333334028720856, - [ - -0.033191096037626266, - -0.017604589462280273, - -0.09558936208486557, - 0.9947115778923035 - ] - ], - [ - 0.1666666716337204, - [ - -0.027132082730531693, - -0.007856884971261024, - -0.13588498532772064, - 0.9903218746185303 - ] - ], - [ - 0.20000000298023224, - [ - -0.021710708737373352, - 0.006789343897253275, - -0.18293306231498718, - 0.9828621745109558 - ] - ], - [ - 0.23333333432674408, - [ - -0.01836893893778324, - 0.024097127839922905, - -0.22561189532279968, - 0.9737460613250732 - ] - ], - [ - 0.2666666805744171, - [ - -0.016107192263007164, - 0.04103158041834831, - -0.25420722365379333, - 0.9661447405815125 - ] - ], - [ - 0.30000001192092896, - [ - -0.014945048838853836, - 0.05382104218006134, - -0.2590118944644928, - 0.9642576575279236 - ] - ], - [ - 0.3333333432674408, - [ - -0.014638032764196396, - 0.056398313492536545, - -0.2284131944179535, - 0.9718191027641296 - ] - ], - [ - 0.36666667461395264, - [ - -0.01408085785806179, - 0.04780450090765953, - -0.16849517822265625, - 0.984441876411438 - ] - ], - [ - 0.4000000059604645, - [ - -0.013257824815809727, - 0.029452111572027206, - -0.09967128187417984, - 0.9944961667060852 - ] - ], - [ - 0.4333333373069763, - [ - -0.010959441773593426, - 0.006047597620636225, - -0.04100000113248825, - 0.9990808367729187 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876436363905668, - -0.012966020032763481, - -0.003866796614602208, - 0.9998912215232849 - ] - ], - [ - 0.5, - [ - 0.002541918307542801, - -0.01905626431107521, - 0.0041991230100393295, - 0.9998063445091248 - ] - ], - [ - 0.5333333611488342, - [ - 0.013772581703960896, - -0.010595481842756271, - -0.021985303610563278, - 0.999607264995575 - ] - ], - [ - 0.5666666626930237, - [ - 0.025684848427772522, - 0.0031140255741775036, - -0.0737467035651207, - 0.996941328048706 - ] - ], - [ - 0.6000000238418579, - [ - 0.03497659042477608, - 0.014889935962855816, - -0.1395016461610794, - 0.989491879940033 - ] - ], - [ - 0.6333333253860474, - [ - 0.037363387644290924, - 0.02721398137509823, - -0.20163105428218842, - 0.9783702492713928 - ] - ], - [ - 0.6666666865348816, - [ - 0.03276174142956734, - 0.04303247481584549, - -0.24304410815238953, - 0.968506395816803 - ] - ], - [ - 0.699999988079071, - [ - 0.023985790088772774, - 0.05441083014011383, - -0.25092944502830505, - 0.9661772847175598 - ] - ], - [ - 0.7333333492279053, - [ - 0.012407963164150715, - 0.05540746450424194, - -0.22342976927757263, - 0.9730648398399353 - ] - ], - [ - 0.7666666507720947, - [ - 0.00032809877302497625, - 0.04593384265899658, - -0.17488832771778107, - 0.9835161566734314 - ] - ], - [ - 0.800000011920929, - [ - -0.009781260043382645, - 0.028896022588014603, - -0.11614596843719482, - 0.9927635192871094 - ] - ], - [ - 0.8333333134651184, - [ - -0.01600542664527893, - 0.0098611144348979, - -0.056736644357442856, - 0.9982121586799622 - ] - ], - [ - 0.8666666746139526, - [ - -0.017552750185132027, - -0.005634254310280085, - -0.006051212083548307, - 0.9998117685317993 - ] - ], - [ - 0.8999999761581421, - [ - -0.014059868641197681, - -0.014568231999874115, - 0.02684129774570465, - 0.999434769153595 - ] - ], - [ - 0.9333333373069763, - [ - -0.005544448737055063, - -0.017287319526076317, - 0.03329596668481827, - 0.9992806315422058 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893042474985123, - -0.014103229157626629, - 0.008815172128379345, - 0.9998379349708557 - ] - ], - [ - 1.0, - [ - 0.020684046670794487, - -0.004177641123533249, - -0.037080273032188416, - 0.9990894794464111 - ] - ], - [ - 1.0333333015441895, - [ - 0.03243096545338631, - 0.012796011753380299, - -0.09076008200645447, - 0.9952623248100281 - ] - ], - [ - 1.0666667222976685, - [ - 0.03940458968281746, - 0.034275077283382416, - -0.14130915701389313, - 0.9885870814323425 - ] - ], - [ - 1.100000023841858, - [ - 0.04028763249516487, - 0.052972760051488876, - -0.1822999268770218, - 0.9809880256652832 - ] - ], - [ - 1.1333333253860474, - [ - 0.03347725421190262, - 0.05828513205051422, - -0.210232675075531, - 0.9753380417823792 - ] - ], - [ - 1.1666666269302368, - [ - 0.0222913958132267, - 0.0520370714366436, - -0.21766386926174164, - 0.9743806719779968 - ] - ], - [ - 1.2000000476837158, - [ - 0.010007926262915134, - 0.03956902399659157, - -0.1818631887435913, - 0.9824764132499695 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019092608708888292, - 0.02169959247112274, - -0.10755547136068344, - 0.993960440158844 - ] - ], - [ - 1.2666666507720947, - [ - -0.010960055515170097, - 0.0026842893566936255, - -0.023594535887241364, - 0.999657928943634 - ] - ], - [ - 1.2999999523162842, - [ - -0.014745643362402916, - -0.011025160551071167, - 0.041322533041238785, - 0.9989762306213379 - ] - ], - [ - 1.3333333730697632, - [ - -0.012629043310880661, - -0.013693191111087799, - 0.06034204736351967, - 0.9980039000511169 - ] - ], - [ - 1.3666666746139526, - [ - -0.006198979914188385, - -0.01093019638210535, - 0.03230780363082886, - 0.9993990659713745 - ] - ], - [ - 1.399999976158142, - [ - 0.0018470141803845763, - -0.012887917459011078, - -0.017638657242059708, - 0.9997596740722656 - ] - ], - [ - 1.4333332777023315, - [ - 0.007317865267395973, - -0.02148100920021534, - -0.07702456414699554, - 0.9967709183692932 - ] - ], - [ - 1.4666666984558105, - [ - 0.008099979721009731, - -0.03222518414258957, - -0.1365441530942917, - 0.9900766015052795 - ] - ], - [ - 1.5, - [ - 0.004419080913066864, - -0.03932482376694679, - -0.18730586767196655, - 0.9815043210983276 - ] - ], - [ - 1.5333333015441895, - [ - -0.0041730329394340515, - -0.03910789266228676, - -0.22058804333209991, - 0.9745737910270691 - ] - ], - [ - 1.5666667222976685, - [ - -0.016406502574682236, - -0.032470837235450745, - -0.22732417285442352, - 0.9731393456459045 - ] - ], - [ - 1.600000023841858, - [ - -0.031375229358673096, - -0.021955840289592743, - -0.19729004800319672, - 0.9795969724655151 - ] - ], - [ - 1.6333333253860474, - [ - -0.04660089686512947, - -0.012517770752310753, - -0.13767115771770477, - 0.9893020391464233 - ] - ], - [ - 1.6666666269302368, - [ - -0.05975986272096634, - -0.01000962033867836, - -0.06573761254549026, - 0.9959956407546997 - ] - ], - [ - 1.7000000476837158, - [ - -0.06941241770982742, - -0.016524845734238625, - 0.0011604648316279054, - 0.997450590133667 - ] - ], - [ - 1.7333333492279053, - [ - -0.07440628856420517, - -0.026802197098731995, - 0.04672417417168617, - 0.9957721829414368 - ] - ], - [ - 1.7666666507720947, - [ - -0.07433342933654785, - -0.03436324745416641, - 0.056831348687410355, - 0.9950195550918579 - ] - ], - [ - 1.7999999523162842, - [ - -0.06930530816316605, - -0.03694745525717735, - 0.026483066380023956, - 0.9965592622756958 - ] - ], - [ - 1.8333333730697632, - [ - -0.06089242920279503, - -0.03650175780057907, - -0.028884252533316612, - 0.9970583915710449 - ] - ], - [ - 1.8666666746139526, - [ - -0.05263001471757889, - -0.03344443812966347, - -0.09186486899852753, - 0.9938170909881592 - ] - ], - [ - 1.899999976158142, - [ - -0.04652554541826248, - -0.027622155845165253, - -0.1485072374343872, - 0.9874300956726074 - ] - ], - [ - 1.9333332777023315, - [ - -0.043613869696855545, - -0.020326552912592888, - -0.18595081567764282, - 0.9813801050186157 - ] - ], - [ - 1.9666666984558105, - [ - -0.047270942479372025, - -0.016037335619330406, - -0.19137802720069885, - 0.9802462458610535 - ] - ], - [ - 2.0, - [ - -0.05855344235897064, - -0.015522317960858345, - -0.1493663787841797, - 0.9869246482849121 - ] - ], - [ - 2.0333333015441895, - [ - -0.07329145818948746, - -0.014416927471756935, - -0.07152634859085083, - 0.9946379661560059 - ] - ], - [ - 2.066666603088379, - [ - -0.0866650864481926, - -0.015623671002686024, - 0.01306962501257658, - 0.996029257774353 - ] - ], - [ - 2.0999999046325684, - [ - -0.09496556967496872, - -0.02459881268441677, - 0.07696311175823212, - 0.9921960830688477 - ] - ], - [ - 2.133333444595337, - [ - -0.09574050456285477, - -0.03788089007139206, - 0.09391434490680695, - 0.9902418255805969 - ] - ], - [ - 2.1666667461395264, - [ - -0.08911734819412231, - -0.04431253671646118, - 0.05983927100896835, - 0.9932339787483215 - ] - ], - [ - 2.200000047683716, - [ - -0.07626025378704071, - -0.03942049667239189, - 0.002865975024178624, - 0.9963042736053467 - ] - ], - [ - 2.2333333492279053, - [ - -0.061903540045022964, - -0.02572823315858841, - -0.05665694922208786, - 0.9961405396461487 - ] - ], - [ - 2.2666666507720947, - [ - -0.051034193485975266, - -0.011312871240079403, - -0.10619782656431198, - 0.9929701685905457 - ] - ], - [ - 2.299999952316284, - [ - -0.04482882469892502, - -0.004410147201269865, - -0.13784636557102203, - 0.9894288778305054 - ] - ], - [ - 2.3333332538604736, - [ - -0.04445717856287956, - -0.004384283442050219, - -0.1428319662809372, - 0.9887382984161377 - ] - ], - [ - 2.366666555404663, - [ - -0.048723384737968445, - -0.008559891022741795, - -0.10419752448797226, - 0.9933256506919861 - ] - ], - [ - 2.4000000953674316, - [ - -0.055193349719047546, - -0.017041675746440887, - -0.032972123473882675, - 0.9977856278419495 - ] - ], - [ - 2.433333396911621, - [ - -0.05968594178557396, - -0.03348449990153313, - 0.04255755990743637, - 0.9967473149299622 - ] - ], - [ - 2.4666666984558105, - [ - -0.05783430486917496, - -0.05513478443026543, - 0.09667231142520905, - 0.9921037554740906 - ] - ], - [ - 2.5, - [ - -0.04931855946779251, - -0.06975249201059341, - 0.10896598547697067, - 0.9903679490089417 - ] - ], - [ - 2.5333333015441895, - [ - -0.035717420279979706, - -0.05604667589068413, - 0.06324413418769836, - 0.995782732963562 - ] - ], - [ - 2.566666603088379, - [ - -0.01785179041326046, - -0.022419996559619904, - -0.008986647240817547, - 0.9995488524436951 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010291543003404513, - 0.0006610725540667772, - -0.07134164124727249, - 0.9974517226219177 - ] - ], - [ - 2.633333444595337, - [ - 0.008347629569470882, - 0.004538347944617271, - -0.09084532409906387, - 0.9958196878433228 - ] - ], - [ - 2.6666667461395264, - [ - 0.0034090739209204912, - -0.007695329841226339, - -0.048855625092983246, - 0.9987704157829285 - ] - ], - [ - 2.700000047683716, - [ - -0.005077411886304617, - -0.030112294480204582, - 0.017428023740649223, - 0.9993817806243896 - ] - ], - [ - 2.7333333492279053, - [ - -0.011101999320089817, - -0.04984287545084953, - 0.0723276361823082, - 0.9960728883743286 - ] - ], - [ - 2.7666666507720947, - [ - -0.013101715594530106, - -0.05159398168325424, - 0.08651494234800339, - 0.994827389717102 - ] - ], - [ - 2.799999952316284, - [ - -0.013701796531677246, - -0.039214082062244415, - 0.060591500252485275, - 0.9972979426383972 - ] - ], - [ - 2.8333332538604736, - [ - -0.014648317359387875, - -0.02564205601811409, - 0.01926458813250065, - 0.9993783235549927 - ] - ], - [ - 2.866666555404663, - [ - -0.01640581339597702, - -0.012425418943166733, - -0.030742479488253593, - 0.9993154406547546 - ] - ], - [ - 2.9000000953674316, - [ - -0.01926233246922493, - -0.0007328220526687801, - -0.07787227630615234, - 0.9967769980430603 - ] - ], - [ - 2.933333396911621, - [ - -0.022034503519535065, - 0.008592306636273861, - -0.11153338849544525, - 0.993479311466217 - ] - ], - [ - 2.9666666984558105, - [ - -0.024643776938319206, - 0.013517910614609718, - -0.12083826214075089, - 0.992274284362793 - ] - ], - [ - 3.0, - [ - -0.02738877758383751, - 0.009534024633467197, - -0.09295724332332611, - 0.9952476620674133 - ] - ], - [ - 3.0333333015441895, - [ - -0.029556160792708397, - -0.003784894710406661, - -0.03451727703213692, - 0.9989598989486694 - ] - ], - [ - 3.066666603088379, - [ - -0.031391676515340805, - -0.02280399389564991, - 0.032968852669000626, - 0.9987030625343323 - ] - ], - [ - 3.0999999046325684, - [ - -0.03205167502164841, - -0.041829317808151245, - 0.09025591611862183, - 0.9945234656333923 - ] - ], - [ - 3.133333444595337, - [ - -0.030420761555433273, - -0.05433601886034012, - 0.1254551112651825, - 0.9901431202888489 - ] - ], - [ - 3.1666667461395264, - [ - -0.02664734423160553, - -0.05586257949471474, - 0.12989874184131622, - 0.9895936846733093 - ] - ], - [ - 3.200000047683716, - [ - -0.021109119057655334, - -0.04575800523161888, - 0.09947051107883453, - 0.9937636852264404 - ] - ], - [ - 3.2333333492279053, - [ - -0.014536586590111256, - -0.031153220683336258, - 0.04554362967610359, - 0.9983706474304199 - ] - ], - [ - 3.2666666507720947, - [ - -0.009044085629284382, - -0.01826580986380577, - -0.020227676257491112, - 0.9995875954627991 - ] - ], - [ - 3.299999952316284, - [ - -0.008404367603361607, - -0.007508535869419575, - -0.0835079476237297, - 0.9964433908462524 - ] - ], - [ - 3.3333332538604736, - [ - -0.01607266627252102, - -0.007895005866885185, - -0.1256311535835266, - 0.9919154047966003 - ] - ], - [ - 3.366666555404663, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458540149_1069163.json b/lenses/physics-objects/Scene/assets/1645812458540149_1069163.json deleted file mode 100644 index ed5e9aa5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458540149_1069163.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458540149:1069163", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458555654_1069180.json b/lenses/physics-objects/Scene/assets/1645812458555654_1069180.json deleted file mode 100644 index e48dd356..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458555654_1069180.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458555654:1069180", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.226876258850098, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 3.5999999046325684, - [ - 9.219075202941895, - 0.0, - -3.552734007591235e-15 - ] - ], - [ - 6.366666793823242, - [ - 9.241131782531738, - 2.842170943040401e-14, - -3.552713678800501e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.228670120239258, - 4.263256414560601e-14, - 7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458556081_1069187.json b/lenses/physics-objects/Scene/assets/1645812458556081_1069187.json deleted file mode 100644 index dadfb406..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458556081_1069187.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458556081:1069187", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.1290850192308426, - 0.055855099111795425, - -0.14239494502544403, - 0.979765772819519 - ] - ], - [ - 0.03333333507180214, - [ - 0.1290850192308426, - 0.055855099111795425, - -0.14239494502544403, - 0.979765772819519 - ] - ], - [ - 0.06666667014360428, - [ - 0.12635603547096252, - 0.05526640638709068, - -0.14508222043514252, - 0.9797607660293579 - ] - ], - [ - 0.10000000149011612, - [ - 0.12352397292852402, - 0.05162659287452698, - -0.1497899293899536, - 0.9796119332313538 - ] - ], - [ - 0.13333334028720856, - [ - 0.12061067670583725, - 0.04550955444574356, - -0.15610015392303467, - 0.9792929291725159 - ] - ], - [ - 0.1666666716337204, - [ - 0.1176331415772438, - 0.037482090294361115, - -0.16358433663845062, - 0.9787735939025879 - ] - ], - [ - 0.20000000298023224, - [ - 0.11462382227182388, - 0.028103074058890343, - -0.17180432379245758, - 0.9780363440513611 - ] - ], - [ - 0.23333333432674408, - [ - 0.11164481192827225, - 0.01792256347835064, - -0.18031439185142517, - 0.9770880937576294 - ] - ], - [ - 0.2666666805744171, - [ - 0.10879644751548767, - 0.007480810396373272, - -0.18866433203220367, - 0.9759678244590759 - ] - ], - [ - 0.30000001192092896, - [ - 0.10616681724786758, - -0.002797355642542243, - -0.19649982452392578, - 0.9747351408004761 - ] - ], - [ - 0.3333333432674408, - [ - 0.10386081784963608, - -0.012517151422798634, - -0.2034948468208313, - 0.9734711647033691 - ] - ], - [ - 0.36666667461395264, - [ - 0.10198347270488739, - -0.02109651267528534, - -0.20937862992286682, - 0.972273051738739 - ] - ], - [ - 0.4000000059604645, - [ - 0.10061145573854446, - -0.027887040749192238, - -0.21392247080802917, - 0.9712553024291992 - ] - ], - [ - 0.4333333373069763, - [ - 0.09986287355422974, - -0.03228183463215828, - -0.21675115823745728, - 0.9705691337585449 - ] - ], - [ - 0.46666666865348816, - [ - 0.09984460473060608, - -0.03367037698626518, - -0.21744604408740997, - 0.9703683853149414 - ] - ], - [ - 0.5, - [ - 0.1002514511346817, - -0.03235916793346405, - -0.21622245013713837, - 0.9706442952156067 - ] - ], - [ - 0.5333333611488342, - [ - 0.10070107877254486, - -0.02937578409910202, - -0.21379157900810242, - 0.9712310433387756 - ] - ], - [ - 0.5666666626930237, - [ - 0.10117445886135101, - -0.02520553022623062, - -0.2104910910129547, - 0.972019612789154 - ] - ], - [ - 0.6000000238418579, - [ - 0.10168129950761795, - -0.02036898024380207, - -0.20668521523475647, - 0.9728963375091553 - ] - ], - [ - 0.6333333253860474, - [ - 0.10224500298500061, - -0.015387327410280704, - -0.20274397730827332, - 0.973757803440094 - ] - ], - [ - 0.6666666865348816, - [ - 0.10290614515542984, - -0.01078244112432003, - -0.19904370605945587, - 0.974513053894043 - ] - ], - [ - 0.699999988079071, - [ - 0.10372162610292435, - -0.0070769572630524635, - -0.1959664672613144, - 0.9750840663909912 - ] - ], - [ - 0.7333333492279053, - [ - 0.10475929081439972, - -0.004794827662408352, - -0.19389602541923523, - 0.975400984287262 - ] - ], - [ - 0.7666666507720947, - [ - 0.10593654215335846, - -0.0034045549109578133, - -0.19247572124004364, - 0.9755608439445496 - ] - ], - [ - 0.800000011920929, - [ - 0.10711584240198135, - -0.002024764660745859, - -0.1910974681377411, - 0.9757068753242493 - ] - ], - [ - 0.8333333134651184, - [ - 0.10828500241041183, - -0.000656066054943949, - -0.18976616859436035, - 0.9758394956588745 - ] - ], - [ - 0.8666666746139526, - [ - 0.10943187773227692, - 0.0007008484681136906, - -0.1884867399930954, - 0.9759595990180969 - ] - ], - [ - 0.8999999761581421, - [ - 0.11054437607526779, - 0.0020451336167752743, - -0.18726390600204468, - 0.9760677218437195 - ] - ], - [ - 0.9333333373069763, - [ - 0.11161042004823685, - 0.003375845029950142, - -0.18610236048698425, - 0.9761647582054138 - ] - ], - [ - 0.9666666388511658, - [ - 0.11261802166700363, - 0.004691907204687595, - -0.1850067377090454, - 0.9762518405914307 - ] - ], - [ - 1.0, - [ - 0.11355523765087128, - 0.005992174614220858, - -0.1839815229177475, - 0.9763299226760864 - ] - ], - [ - 1.0333333015441895, - [ - 0.1144101545214653, - 0.007275407202541828, - -0.1830310970544815, - 0.9764001369476318 - ] - ], - [ - 1.0666667222976685, - [ - 0.11517089605331421, - 0.008540288545191288, - -0.1821596622467041, - 0.9764633178710938 - ] - ], - [ - 1.100000023841858, - [ - 0.11582569032907486, - 0.009785400703549385, - -0.18137148022651672, - 0.9765208959579468 - ] - ], - [ - 1.1333333253860474, - [ - 0.11633999645709991, - 0.010964642278850079, - -0.18071390688419342, - 0.9765691161155701 - ] - ], - [ - 1.1666666269302368, - [ - 0.11668586730957031, - 0.012043016031384468, - -0.1802225261926651, - 0.9766059517860413 - ] - ], - [ - 1.2000000476837158, - [ - 0.11695875972509384, - 0.012996045872569084, - -0.1798580139875412, - 0.976628303527832 - ] - ], - [ - 1.2333333492279053, - [ - 0.11724162101745605, - 0.013813224621117115, - -0.17957088351249695, - 0.9766361117362976 - ] - ], - [ - 1.2666666507720947, - [ - 0.11751104146242142, - 0.014536180533468723, - -0.1793278306722641, - 0.9766377806663513 - ] - ], - [ - 1.2999999523162842, - [ - 0.11774725466966629, - 0.015204528346657753, - -0.17909802496433258, - 0.9766413569450378 - ] - ], - [ - 1.3333333730697632, - [ - 0.1179436519742012, - 0.015840472653508186, - -0.17886443436145782, - 0.9766503572463989 - ] - ], - [ - 1.3666666746139526, - [ - 0.11809517443180084, - 0.01646418310701847, - -0.1786121428012848, - 0.9766678810119629 - ] - ], - [ - 1.399999976158142, - [ - 0.11819899827241898, - 0.017092660069465637, - -0.17832911014556885, - 0.976696252822876 - ] - ], - [ - 1.4333332777023315, - [ - 0.11826237291097641, - 0.017729921266436577, - -0.17801305651664734, - 0.9767348766326904 - ] - ], - [ - 1.4666666984558105, - [ - 0.11829247325658798, - 0.018379850313067436, - -0.17766188085079193, - 0.9767831563949585 - ] - ], - [ - 1.5, - [ - 0.11829643696546555, - 0.01904643513262272, - -0.17727360129356384, - 0.9768404364585876 - ] - ], - [ - 1.5333333015441895, - [ - 0.11828133463859558, - 0.019733620807528496, - -0.17684626579284668, - 0.9769060611724854 - ] - ], - [ - 1.5666667222976685, - [ - 0.11825418472290039, - 0.02044544741511345, - -0.17637813091278076, - 0.9769793748855591 - ] - ], - [ - 1.600000023841858, - [ - 0.11822199821472168, - 0.02118586003780365, - -0.17586740851402283, - 0.9770596623420715 - ] - ], - [ - 1.6333333253860474, - [ - 0.1181916818022728, - 0.021958891302347183, - -0.17531242966651917, - 0.9771459102630615 - ] - ], - [ - 1.6666666269302368, - [ - 0.11817019432783127, - 0.0227685384452343, - -0.17471162974834442, - 0.9772375822067261 - ] - ], - [ - 1.7000000476837158, - [ - 0.11816442757844925, - 0.023618794977664948, - -0.17406345903873444, - 0.9773338437080383 - ] - ], - [ - 1.7333333492279053, - [ - 0.11818120628595352, - 0.02451365627348423, - -0.17336636781692505, - 0.9774335622787476 - ] - ], - [ - 1.7666666507720947, - [ - 0.11822739988565445, - 0.025457115843892097, - -0.17261891067028046, - 0.977536141872406 - ] - ], - [ - 1.7999999523162842, - [ - 0.1183098629117012, - 0.026453105732798576, - -0.17181961238384247, - 0.9776405692100525 - ] - ], - [ - 1.8333333730697632, - [ - 0.11843541264533997, - 0.02750559151172638, - -0.17096705734729767, - 0.977745771408081 - ] - ], - [ - 1.8666666746139526, - [ - 0.11861085146665573, - 0.028618505224585533, - -0.1700597107410431, - 0.9778507947921753 - ] - ], - [ - 1.899999976158142, - [ - 0.11884303390979767, - 0.029795747250318527, - -0.16909612715244293, - 0.977954626083374 - ] - ], - [ - 1.9333332777023315, - [ - 0.11913874000310898, - 0.031041163951158524, - -0.16807475686073303, - 0.9780558943748474 - ] - ], - [ - 1.9666666984558105, - [ - 0.11950483918190002, - 0.03235859051346779, - -0.16699400544166565, - 0.978153645992279 - ] - ], - [ - 2.0, - [ - 0.11994817852973938, - 0.03375175595283508, - -0.16585227847099304, - 0.9782466292381287 - ] - ], - [ - 2.0333333015441895, - [ - 0.12047558277845383, - 0.035224419087171555, - -0.16464778780937195, - 0.9783332943916321 - ] - ], - [ - 2.066666603088379, - [ - 0.12109396606683731, - 0.03678027167916298, - -0.16337871551513672, - 0.978412389755249 - ] - ], - [ - 2.0999999046325684, - [ - 0.12181021273136139, - 0.038422841578722, - -0.16204310953617096, - 0.9784824848175049 - ] - ], - [ - 2.133333444595337, - [ - 0.12265288084745407, - 0.040209658443927765, - -0.16059310734272003, - 0.9785444736480713 - ] - ], - [ - 2.1666667461395264, - [ - 0.12364106625318527, - 0.0421745590865612, - -0.15899954736232758, - 0.9785976409912109 - ] - ], - [ - 2.200000047683716, - [ - 0.12479890882968903, - 0.04423730820417404, - -0.1572376936674118, - 0.9786442518234253 - ] - ], - [ - 2.2333333492279053, - [ - 0.12615899741649628, - 0.04630045220255852, - -0.15529765188694, - 0.9786842465400696 - ] - ], - [ - 2.2666666507720947, - [ - 0.12772999703884125, - 0.04830092564225197, - -0.15323707461357117, - 0.9787085652351379 - ] - ], - [ - 2.299999952316284, - [ - 0.1295115202665329, - 0.050183508545160294, - -0.1511160284280777, - 0.9787095189094543 - ] - ], - [ - 2.3333332538604736, - [ - 0.13147738575935364, - 0.05192389711737633, - -0.1489713340997696, - 0.9786854386329651 - ] - ], - [ - 2.366666555404663, - [ - 0.1335977017879486, - 0.053502436727285385, - -0.14683595299720764, - 0.9786360859870911 - ] - ], - [ - 2.4000000953674316, - [ - 0.13594233989715576, - 0.05490026995539665, - -0.14473256468772888, - 0.9785490036010742 - ] - ], - [ - 2.433333396911621, - [ - 0.13857023417949677, - 0.05612025409936905, - -0.14266692101955414, - 0.9784145355224609 - ] - ], - [ - 2.4666666984558105, - [ - 0.14143599569797516, - 0.057181216776371, - -0.14066118001937866, - 0.9782333970069885 - ] - ], - [ - 2.5, - [ - 0.14450260996818542, - 0.058069974184036255, - -0.1387016475200653, - 0.97801274061203 - ] - ], - [ - 2.5333333015441895, - [ - 0.14772449433803558, - 0.05880437791347504, - -0.13680967688560486, - 0.9777538776397705 - ] - ], - [ - 2.566666603088379, - [ - 0.15105895698070526, - 0.05939100310206413, - -0.13499458134174347, - 0.9774612784385681 - ] - ], - [ - 2.5999999046325684, - [ - 0.15446312725543976, - 0.05983567237854004, - -0.13326530158519745, - 0.9771392941474915 - ] - ], - [ - 2.633333444595337, - [ - 0.15789422392845154, - 0.06014363467693329, - -0.13163071870803833, - 0.9767935872077942 - ] - ], - [ - 2.6666667461395264, - [ - 0.1613093614578247, - 0.06031925603747368, - -0.13009946048259735, - 0.97642982006073 - ] - ], - [ - 2.700000047683716, - [ - 0.16466566920280457, - 0.060366302728652954, - -0.12868009507656097, - 0.9760546088218689 - ] - ], - [ - 2.7333333492279053, - [ - 0.16792041063308716, - 0.060287799686193466, - -0.12738102674484253, - 0.9756753444671631 - ] - ], - [ - 2.7666666507720947, - [ - 0.1710306704044342, - 0.060086071491241455, - -0.12621061503887177, - 0.9752994775772095 - ] - ], - [ - 2.799999952316284, - [ - 0.17395375669002533, - 0.059762876480817795, - -0.12517708539962769, - 0.9749354720115662 - ] - ], - [ - 2.8333332538604736, - [ - 0.17664693295955658, - 0.059319302439689636, - -0.12428867816925049, - 0.9745919108390808 - ] - ], - [ - 2.866666555404663, - [ - 0.17906752228736877, - 0.05875600129365921, - -0.12355349212884903, - 0.9742777347564697 - ] - ], - [ - 2.9000000953674316, - [ - 0.1811729371547699, - 0.058073192834854126, - -0.12297964096069336, - 0.9740020036697388 - ] - ], - [ - 2.933333396911621, - [ - 0.1829097718000412, - 0.057258013635873795, - -0.12258867174386978, - 0.9737749099731445 - ] - ], - [ - 2.9666666984558105, - [ - 0.1842370182275772, - 0.05630183592438698, - -0.12240224331617355, - 0.9736039042472839 - ] - ], - [ - 3.0, - [ - 0.18513405323028564, - 0.055219803005456924, - -0.12242090702056885, - 0.9734933376312256 - ] - ], - [ - 3.0333333015441895, - [ - 0.18559423089027405, - 0.0540645495057106, - -0.12261439859867096, - 0.9734463095664978 - ] - ], - [ - 3.066666603088379, - [ - 0.18559053540229797, - 0.05291326344013214, - -0.12303892523050308, - 0.973456621170044 - ] - ], - [ - 3.0999999046325684, - [ - 0.1851079761981964, - 0.051860179752111435, - -0.12374041229486465, - 0.9735162258148193 - ] - ], - [ - 3.133333444595337, - [ - 0.1841748058795929, - 0.05097285658121109, - -0.12465495616197586, - 0.973623514175415 - ] - ], - [ - 3.1666667461395264, - [ - 0.1828404814004898, - 0.05028367415070534, - -0.12570743262767792, - 0.9737755060195923 - ] - ], - [ - 3.200000047683716, - [ - 0.18117250502109528, - 0.04980740323662758, - -0.1268402636051178, - 0.9739647507667542 - ] - ], - [ - 3.2333333492279053, - [ - 0.17921294271945953, - 0.049553800374269485, - -0.12800335884094238, - 0.9741880297660828 - ] - ], - [ - 3.2666666507720947, - [ - 0.17699845135211945, - 0.04951130598783493, - -0.12914079427719116, - 0.9744449853897095 - ] - ], - [ - 3.299999952316284, - [ - 0.17458543181419373, - 0.049685124307870865, - -0.13024026155471802, - 0.9747250080108643 - ] - ], - [ - 3.3333332538604736, - [ - 0.17203950881958008, - 0.0500517301261425, - -0.1312503218650818, - 0.9750233888626099 - ] - ], - [ - 3.366666555404663, - [ - 0.16942283511161804, - 0.050594229251146317, - -0.13213282823562622, - 0.9753343462944031 - ] - ], - [ - 3.4000000953674316, - [ - 0.16679708659648895, - 0.05129348114132881, - -0.13285039365291595, - 0.9756528735160828 - ] - ], - [ - 3.433333396911621, - [ - 0.16422373056411743, - 0.05212808772921562, - -0.13336634635925293, - 0.9759747385978699 - ] - ], - [ - 3.4666666984558105, - [ - 0.16176338493824005, - 0.05307460576295853, - -0.13364507257938385, - 0.9762964248657227 - ] - ], - [ - 3.5, - [ - 0.15947650372982025, - 0.05410783365368843, - -0.1336517632007599, - 0.9766149520874023 - ] - ], - [ - 3.5333333015441895, - [ - 0.15742315351963043, - 0.055201299488544464, - -0.13335241377353668, - 0.9769278168678284 - ] - ], - [ - 3.566666603088379, - [ - 0.15566326677799225, - 0.05632774904370308, - -0.13271348178386688, - 0.9772324562072754 - ] - ], - [ - 3.5999999046325684, - [ - 0.15420275926589966, - 0.05734716355800629, - -0.1317966729402542, - 0.9775287508964539 - ] - ], - [ - 3.633333444595337, - [ - 0.15305247902870178, - 0.05809479206800461, - -0.13068895041942596, - 0.9778140783309937 - ] - ], - [ - 3.6666667461395264, - [ - 0.15220649540424347, - 0.05858423560857773, - -0.1295255571603775, - 0.9780716896057129 - ] - ], - [ - 3.700000047683716, - [ - 0.15160328149795532, - 0.05889470875263214, - -0.12846866250038147, - 0.9782862067222595 - ] - ], - [ - 3.7333333492279053, - [ - 0.151228129863739, - 0.05904896557331085, - -0.1275167614221573, - 0.978459358215332 - ] - ], - [ - 3.7666666507720947, - [ - 0.15106341242790222, - 0.05906710401177406, - -0.1266210973262787, - 0.9786001443862915 - ] - ], - [ - 3.799999952316284, - [ - 0.15109281241893768, - 0.058975402265787125, - -0.1257648468017578, - 0.9787115454673767 - ] - ], - [ - 3.8333332538604736, - [ - 0.15129879117012024, - 0.058802444487810135, - -0.12493220716714859, - 0.978796660900116 - ] - ], - [ - 3.866666555404663, - [ - 0.15162239968776703, - 0.058585017919540405, - -0.12410116195678711, - 0.9788653254508972 - ] - ], - [ - 3.9000000953674316, - [ - 0.15202289819717407, - 0.05832543596625328, - -0.12327702343463898, - 0.978922963142395 - ] - ], - [ - 3.933333396911621, - [ - 0.15248824656009674, - 0.058025624603033066, - -0.122464619576931, - 0.9789702892303467 - ] - ], - [ - 3.9666666984558105, - [ - 0.15300653874874115, - 0.05768740177154541, - -0.12166895717382431, - 0.9790086150169373 - ] - ], - [ - 4.0, - [ - 0.15356570482254028, - 0.05731259658932686, - -0.1208948940038681, - 0.9790389537811279 - ] - ], - [ - 4.0333333015441895, - [ - 0.1541537046432495, - 0.056902967393398285, - -0.12014740705490112, - 0.9790624380111694 - ] - ], - [ - 4.066666603088379, - [ - 0.1547585129737854, - 0.05646013095974922, - -0.11943147331476212, - 0.9790803790092468 - ] - ], - [ - 4.099999904632568, - [ - 0.15536801517009735, - 0.055985644459724426, - -0.11875208467245102, - 0.9790937304496765 - ] - ], - [ - 4.133333206176758, - [ - 0.15597011148929596, - 0.05548102408647537, - -0.1181141808629036, - 0.9791038036346436 - ] - ], - [ - 4.166666507720947, - [ - 0.1565527319908142, - 0.05494769662618637, - -0.11752282828092575, - 0.9791121482849121 - ] - ], - [ - 4.199999809265137, - [ - 0.15710368752479553, - 0.05438695847988129, - -0.1169830709695816, - 0.9791197180747986 - ] - ], - [ - 4.233333110809326, - [ - 0.1576109230518341, - 0.053800102323293686, - -0.11649991571903229, - 0.9791282415390015 - ] - ], - [ - 4.266666889190674, - [ - 0.15806223452091217, - 0.05318835750222206, - -0.1160784438252449, - 0.979138970375061 - ] - ], - [ - 4.300000190734863, - [ - 0.15844549238681793, - 0.05255282670259476, - -0.11572373658418655, - 0.9791533350944519 - ] - ], - [ - 4.333333492279053, - [ - 0.1587485522031784, - 0.05189468339085579, - -0.11544081568717957, - 0.9791727662086487 - ] - ], - [ - 4.366666793823242, - [ - 0.15895923972129822, - 0.051214978098869324, - -0.11523479968309402, - 0.9791986346244812 - ] - ], - [ - 4.400000095367432, - [ - 0.159065380692482, - 0.05051477253437042, - -0.11511072516441345, - 0.9792323708534241 - ] - ], - [ - 4.433333396911621, - [ - 0.15903711318969727, - 0.04974813759326935, - -0.11511501669883728, - 0.9792757034301758 - ] - ], - [ - 4.4666666984558105, - [ - 0.15884917974472046, - 0.0488811731338501, - -0.11528294533491135, - 0.9793301820755005 - ] - ], - [ - 4.5, - [ - 0.15848925709724426, - 0.047903526574373245, - -0.1155848503112793, - 0.9794011116027832 - ] - ], - [ - 4.5333333015441895, - [ - 0.15793952345848083, - 0.04681830480694771, - -0.1159803718328476, - 0.979495644569397 - ] - ], - [ - 4.566666603088379, - [ - 0.15718407928943634, - 0.04566969722509384, - -0.11643758416175842, - 0.9796172380447388 - ] - ], - [ - 4.599999904632568, - [ - 0.1562126874923706, - 0.04449983313679695, - -0.11692700535058975, - 0.9797681570053101 - ] - ], - [ - 4.633333206176758, - [ - 0.1550305336713791, - 0.043333999812603, - -0.11743327230215073, - 0.9799476265907288 - ] - ], - [ - 4.666666507720947, - [ - 0.1536446213722229, - 0.04219542816281319, - -0.11794315278530121, - 0.9801542162895203 - ] - ], - [ - 4.699999809265137, - [ - 0.1520647555589676, - 0.04110431298613548, - -0.11844611912965775, - 0.9803863763809204 - ] - ], - [ - 4.733333110809326, - [ - 0.15031176805496216, - 0.04006790742278099, - -0.11894132196903229, - 0.9806395173072815 - ] - ], - [ - 4.766666889190674, - [ - 0.14840662479400635, - 0.03909354656934738, - -0.11942790448665619, - 0.9809098839759827 - ] - ], - [ - 4.800000190734863, - [ - 0.14637042582035065, - 0.038188595324754715, - -0.11990483105182648, - 0.9811932444572449 - ] - ], - [ - 4.833333492279053, - [ - 0.14421463012695313, - 0.037359435111284256, - -0.12038255482912064, - 0.9814858436584473 - ] - ], - [ - 4.866666793823242, - [ - 0.14195141196250916, - 0.036610204726457596, - -0.12086993455886841, - 0.9817841649055481 - ] - ], - [ - 4.900000095367432, - [ - 0.13958799839019775, - 0.03594483807682991, - -0.12136374413967133, - 0.9820865392684937 - ] - ], - [ - 4.933333396911621, - [ - 0.13713078200817108, - 0.03536733239889145, - -0.12186072021722794, - 0.9823921322822571 - ] - ], - [ - 4.9666666984558105, - [ - 0.13460031151771545, - 0.03488163650035858, - -0.12235698848962784, - 0.9826977252960205 - ] - ], - [ - 5.0, - [ - 0.13201721012592316, - 0.0344916433095932, - -0.12284858524799347, - 0.9830005168914795 - ] - ], - [ - 5.0333333015441895, - [ - 0.12940219044685364, - 0.0342012383043766, - -0.12333130836486816, - 0.9832978844642639 - ] - ], - [ - 5.066666603088379, - [ - 0.12677600979804993, - 0.03401423990726471, - -0.12380088865756989, - 0.9835874438285828 - ] - ], - [ - 5.099999904632568, - [ - 0.12415952980518341, - 0.033934347331523895, - -0.12425285577774048, - 0.9838669300079346 - ] - ], - [ - 5.133333206176758, - [ - 0.12157364189624786, - 0.033965203911066055, - -0.12468265742063522, - 0.9841343760490417 - ] - ], - [ - 5.166666507720947, - [ - 0.11903934925794601, - 0.0341104120016098, - -0.12508553266525269, - 0.984387993812561 - ] - ], - [ - 5.199999809265137, - [ - 0.11657775938510895, - 0.034373361617326736, - -0.12545672059059143, - 0.984626293182373 - ] - ], - [ - 5.233333110809326, - [ - 0.11420991271734238, - 0.03475739061832428, - -0.12579113245010376, - 0.9848474860191345 - ] - ], - [ - 5.266666889190674, - [ - 0.11195701360702515, - 0.03526570647954941, - -0.12608379125595093, - 0.9850507974624634 - ] - ], - [ - 5.300000190734863, - [ - 0.10984041541814804, - 0.03590131923556328, - -0.1263294368982315, - 0.9852344989776611 - ] - ], - [ - 5.333333492279053, - [ - 0.10788139700889587, - 0.03666714206337929, - -0.12652285397052765, - 0.9853979349136353 - ] - ], - [ - 5.366666793823242, - [ - 0.10610134899616241, - 0.0375659242272377, - -0.1266586184501648, - 0.9855399131774902 - ] - ], - [ - 5.400000095367432, - [ - 0.1045217290520668, - 0.03860022872686386, - -0.12673133611679077, - 0.9856594800949097 - ] - ], - [ - 5.433333396911621, - [ - 0.10318349301815033, - 0.039826516062021255, - -0.1266898810863495, - 0.9857569336891174 - ] - ], - [ - 5.4666666984558105, - [ - 0.10211953520774841, - 0.04127703234553337, - -0.1265019327402115, - 0.9858322739601135 - ] - ], - [ - 5.5, - [ - 0.10137197375297546, - 0.04286607354879379, - -0.1261405050754547, - 0.9858879446983337 - ] - ], - [ - 5.5333333015441895, - [ - 0.10099121928215027, - 0.04449163004755974, - -0.12559472024440765, - 0.9859246611595154 - ] - ], - [ - 5.566666603088379, - [ - 0.1010015606880188, - 0.04609011858701706, - -0.12492142617702484, - 0.985935628414154 - ] - ], - [ - 5.599999904632568, - [ - 0.10141453891992569, - 0.04761701077222824, - -0.12419064342975616, - 0.985913097858429 - ] - ], - [ - 5.633333206176758, - [ - 0.1022239476442337, - 0.04902356117963791, - -0.12341555953025818, - 0.9858579039573669 - ] - ], - [ - 5.666666507720947, - [ - 0.10341014713048935, - 0.05030067265033722, - -0.1226397231221199, - 0.9857665300369263 - ] - ], - [ - 5.699999809265137, - [ - 0.10495078563690186, - 0.05143454298377037, - -0.12189028412103653, - 0.9856381416320801 - ] - ], - [ - 5.733333110809326, - [ - 0.10680438578128815, - 0.0524318665266037, - -0.12117703258991241, - 0.9854745268821716 - ] - ], - [ - 5.766666889190674, - [ - 0.10892949253320694, - 0.05329914763569832, - -0.12050928175449371, - 0.9852771759033203 - ] - ], - [ - 5.800000190734863, - [ - 0.1112845242023468, - 0.05404268577694893, - -0.1198960468173027, - 0.985048234462738 - ] - ], - [ - 5.833333492279053, - [ - 0.11382793635129929, - 0.05466841906309128, - -0.11934613436460495, - 0.9847899675369263 - ] - ], - [ - 5.866666793823242, - [ - 0.11651811003684998, - 0.0551818422973156, - -0.11886812746524811, - 0.9845044016838074 - ] - ], - [ - 5.900000095367432, - [ - 0.11931339651346207, - 0.055588170886039734, - -0.11847054958343506, - 0.9841946959495544 - ] - ], - [ - 5.933333396911621, - [ - 0.12217213958501816, - 0.05589193105697632, - -0.11816173791885376, - 0.9838637709617615 - ] - ], - [ - 5.9666666984558105, - [ - 0.12505267560482025, - 0.05609742924571037, - -0.11795016378164291, - 0.9835155606269836 - ] - ], - [ - 6.0, - [ - 0.12791329622268677, - 0.056208331137895584, - -0.11784403771162033, - 0.9831539988517761 - ] - ], - [ - 6.0333333015441895, - [ - 0.13071240484714508, - 0.05622779577970505, - -0.11785160005092621, - 0.9827836751937866 - ] - ], - [ - 6.066666603088379, - [ - 0.13340844213962555, - 0.05615866556763649, - -0.11798110604286194, - 0.9824097156524658 - ] - ], - [ - 6.099999904632568, - [ - 0.13595986366271973, - 0.05600324273109436, - -0.11824065446853638, - 0.9820375442504883 - ] - ], - [ - 6.133333206176758, - [ - 0.13832524418830872, - 0.055763453245162964, - -0.1186382845044136, - 0.9816728234291077 - ] - ], - [ - 6.166666507720947, - [ - 0.14046330749988556, - 0.055440910160541534, - -0.11918194591999054, - 0.9813216924667358 - ] - ], - [ - 6.199999809265137, - [ - 0.14233280718326569, - 0.05503692850470543, - -0.11987937241792679, - 0.980989933013916 - ] - ], - [ - 6.233333110809326, - [ - 0.14389267563819885, - 0.05455264821648598, - -0.12073828279972076, - 0.9806840419769287 - ] - ], - [ - 6.266666889190674, - [ - 0.14510205388069153, - 0.05398915335536003, - -0.12176604568958282, - 0.9804099202156067 - ] - ], - [ - 6.300000190734863, - [ - 0.14592397212982178, - 0.05335720255970955, - -0.12296117842197418, - 0.9801733493804932 - ] - ], - [ - 6.333333492279053, - [ - 0.14633587002754211, - 0.052704162895679474, - -0.12429044395685196, - 0.9799795746803284 - ] - ], - [ - 6.366666793823242, - [ - 0.1462937444448471, - 0.0521102100610733, - -0.12580934166908264, - 0.9798238277435303 - ] - ], - [ - 6.400000095367432, - [ - 0.14576759934425354, - 0.051667720079422, - -0.1275627613067627, - 0.9796989560127258 - ] - ], - [ - 6.433333396911621, - [ - 0.14477255940437317, - 0.05143129825592041, - -0.1294836550951004, - 0.9796069264411926 - ] - ], - [ - 6.4666666984558105, - [ - 0.14334438741207123, - 0.0514216385781765, - -0.13149267435073853, - 0.9795498251914978 - ] - ], - [ - 6.5, - [ - 0.1415359228849411, - 0.051643311977386475, - -0.1335277110338211, - 0.9795258641242981 - ] - ], - [ - 6.5333333015441895, - [ - 0.1394057273864746, - 0.05209570750594139, - -0.13553373515605927, - 0.9795318841934204 - ] - ], - [ - 6.566666603088379, - [ - 0.1370222121477127, - 0.05276580527424812, - -0.13746412098407745, - 0.9795634150505066 - ] - ], - [ - 6.599999904632568, - [ - 0.13445979356765747, - 0.053630851209163666, - -0.13927674293518066, - 0.9796153903007507 - ] - ], - [ - 6.633333206176758, - [ - 0.13179542124271393, - 0.054655395448207855, - -0.14091797173023224, - 0.9796861410140991 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458556373_1069194.json b/lenses/physics-objects/Scene/assets/1645812458556373_1069194.json deleted file mode 100644 index 16a70146..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458556373_1069194.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458556373:1069194", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458557910_1069207.json b/lenses/physics-objects/Scene/assets/1645812458557910_1069207.json deleted file mode 100644 index f6664b3c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458557910_1069207.json +++ /dev/null @@ -1,666 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458557910:1069207", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.59487247467041, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.58733081817627, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.558414459228516, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.521495819091797, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.479314804077148, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.429214477539063, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.394438743591309, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.395045280456543, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.442254066467285, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.527596473693848, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.605527877807617, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.627278327941895, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.599710464477539, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.565829277038574, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.54521656036377, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.525797843933105, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.486918449401855, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.505298614501953, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.5597562789917, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.611651420593262, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.631850242614746, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.620948791503906, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.591865539550781, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.556787490844727, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.534645080566406, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.528202056884766, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.558517456054688, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.607542037963867, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.638273239135742, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.635729789733887, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.601441383361816, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.56434154510498, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.542024612426758, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.526206970214844, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.504185676574707, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.499873161315918, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.537840843200684, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.59887981414795, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.654814720153809, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.679337501525879, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.673653602600098, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.638520240783691, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.58971118927002, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.55429744720459, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.49658489227295, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.49797534942627, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.543740272521973, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.607941627502441, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.658492088317871, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.657217025756836, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.6281099319458, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.586776733398438, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.551118850708008, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.51947021484375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.502232551574707, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.528499603271484, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.656556129455566, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.67302131652832, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.65295696258545, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.626509666442871, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.612667083740234, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.587979316711426, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.532612800598145, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.51339340209961, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.551396369934082, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.601865768432617, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.633203506469727, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.632732391357422, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.596206665039063, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.556103706359863, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.540031433105469, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.560027122497559, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.613954544067383, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.682973861694336, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.729347229003906, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.722323417663574, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.621354103088379, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.58343505859375, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.548263549804688, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.523444175720215, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.525860786437988, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.59487247467041, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458558173_1069214.json b/lenses/physics-objects/Scene/assets/1645812458558173_1069214.json deleted file mode 100644 index da26a76c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458558173_1069214.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458558173:1069214", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ], - [ - 0.03333333507180214, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ], - [ - 0.06666667014360428, - [ - -0.03730491176247597, - 0.009342155419290066, - -0.08968396484851837, - 0.9952276349067688 - ] - ], - [ - 0.10000000149011612, - [ - -0.03783920034766197, - 0.0082290880382061, - -0.032868362963199615, - 0.9987092614173889 - ] - ], - [ - 0.13333334028720856, - [ - -0.03332626447081566, - 0.011267070658504963, - -0.035161666572093964, - 0.9987623691558838 - ] - ], - [ - 0.1666666716337204, - [ - -0.02730405330657959, - 0.018775124102830887, - -0.07545030117034912, - 0.9965988397598267 - ] - ], - [ - 0.20000000298023224, - [ - -0.02187955565750599, - 0.029989944770932198, - -0.13236308097839355, - 0.9905058741569519 - ] - ], - [ - 0.23333333432674408, - [ - -0.018497632816433907, - 0.04403521120548248, - -0.19027510285377502, - 0.9805682897567749 - ] - ], - [ - 0.2666666805744171, - [ - -0.016174564138054848, - 0.05871463939547539, - -0.23458541929721832, - 0.9701859951019287 - ] - ], - [ - 0.30000001192092896, - [ - -0.01494699064642191, - 0.07083713263273239, - -0.25441011786460876, - 0.9643828272819519 - ] - ], - [ - 0.3333333432674408, - [ - -0.014569167047739029, - 0.07476525753736496, - -0.24213872849941254, - 0.9672470092773438 - ] - ], - [ - 0.36666667461395264, - [ - -0.013969228602945805, - 0.0694892555475235, - -0.20286984741687775, - 0.976637065410614 - ] - ], - [ - 0.4000000059604645, - [ - -0.01317414827644825, - 0.0552079901099205, - -0.142133891582489, - 0.9882188439369202 - ] - ], - [ - 0.4333333373069763, - [ - -0.010938495397567749, - 0.032225217670202255, - -0.06701220571994781, - 0.9971716403961182 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876719020307064, - 0.008905088528990746, - 0.002700445242226124, - 0.9999394416809082 - ] - ], - [ - 0.5, - [ - 0.0025402195751667023, - -0.0022060968913137913, - 0.041368816047906876, - 0.9991382956504822 - ] - ], - [ - 0.5333333611488342, - [ - 0.013769587501883507, - 0.004362082574516535, - 0.03180487081408501, - 0.9993898272514343 - ] - ], - [ - 0.5666666626930237, - [ - 0.025747401639819145, - 0.017515087500214577, - -0.017066380009055138, - 0.9993693232536316 - ] - ], - [ - 0.6000000238418579, - [ - 0.03518037497997284, - 0.024830903857946396, - -0.08723291754722595, - 0.9952568411827087 - ] - ], - [ - 0.6333333253860474, - [ - 0.03764358535408974, - 0.028508400544524193, - -0.16171422600746155, - 0.9857073426246643 - ] - ], - [ - 0.6666666865348816, - [ - 0.032944388687610626, - 0.03848569095134735, - -0.22122561931610107, - 0.9739059209823608 - ] - ], - [ - 0.699999988079071, - [ - 0.024002116173505783, - 0.05188237503170967, - -0.24892286956310272, - 0.9668347835540771 - ] - ], - [ - 0.7333333492279053, - [ - 0.012348278425633907, - 0.061282169073820114, - -0.24150404334068298, - 0.9683841466903687 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003254952316638082, - 0.06147909164428711, - -0.21019497513771057, - 0.9757245182991028 - ] - ], - [ - 0.800000011920929, - [ - -0.009709206409752369, - 0.051373764872550964, - -0.16172191500663757, - 0.9854503870010376 - ] - ], - [ - 0.8333333134651184, - [ - -0.01593954861164093, - 0.034812964498996735, - -0.10144857317209244, - 0.994103729724884 - ] - ], - [ - 0.8666666746139526, - [ - -0.017538290470838547, - 0.018429888412356377, - -0.03709757328033447, - 0.9989878535270691 - ] - ], - [ - 0.8999999761581421, - [ - -0.014063573442399502, - 0.0076622189953923225, - 0.018634282052516937, - 0.9996981024742126 - ] - ], - [ - 0.9333333373069763, - [ - -0.005541293881833553, - 0.004219749942421913, - 0.050251416862010956, - 0.9987123012542725 - ] - ], - [ - 0.9666666388511658, - [ - 0.006885714363306761, - 0.006642048247158527, - 0.04855000227689743, - 0.9987749457359314 - ] - ], - [ - 1.0, - [ - 0.02069292776286602, - 0.012884093448519707, - 0.019205307587981224, - 0.9995184540748596 - ] - ], - [ - 1.0333333015441895, - [ - 0.03254340589046478, - 0.022670330479741096, - -0.031621016561985016, - 0.9987127184867859 - ] - ], - [ - 1.0666667222976685, - [ - 0.039618413895368576, - 0.03647691756486893, - -0.0957074910402298, - 0.993951678276062 - ] - ], - [ - 1.100000023841858, - [ - 0.0404515415430069, - 0.05133084952831268, - -0.1598283350467682, - 0.9849790334701538 - ] - ], - [ - 1.1333333253860474, - [ - 0.0334770604968071, - 0.058967363089323044, - -0.21006888151168823, - 0.9753323793411255 - ] - ], - [ - 1.1666666269302368, - [ - 0.022196250036358833, - 0.0590038076043129, - -0.23387174308300018, - 0.9702215790748596 - ] - ], - [ - 1.2000000476837158, - [ - 0.009933392517268658, - 0.055295612663030624, - -0.21426138281822205, - 0.9751593470573425 - ] - ], - [ - 1.2333333492279053, - [ - -0.0018962862668558955, - 0.044997792690992355, - -0.15295098721981049, - 0.9872069954872131 - ] - ], - [ - 1.2666666507720947, - [ - -0.010932796634733677, - 0.029187016189098358, - -0.06839569658041, - 0.9971714019775391 - ] - ], - [ - 1.2999999523162842, - [ - -0.01475601177662611, - 0.013901984319090843, - 0.015226365067064762, - 0.9996785521507263 - ] - ], - [ - 1.3333333730697632, - [ - -0.01262648869305849, - 0.008834369480609894, - 0.06444573402404785, - 0.9978023171424866 - ] - ], - [ - 1.3666666746139526, - [ - -0.006189066916704178, - 0.01387769728899002, - 0.06452004611492157, - 0.9978007078170776 - ] - ], - [ - 1.399999976158142, - [ - 0.0018462992738932371, - 0.017874151468276978, - 0.030519427731633186, - 0.999372661113739 - ] - ], - [ - 1.4333332777023315, - [ - 0.0073381755501031876, - 0.012691360898315907, - -0.026658033952116966, - 0.9995371103286743 - ] - ], - [ - 1.4666666984558105, - [ - 0.008144533261656761, - -0.0007632941706106067, - -0.0941731333732605, - 0.9955223202705383 - ] - ], - [ - 1.5, - [ - 0.004443889483809471, - -0.015516504645347595, - -0.15981851518154144, - 0.9870144724845886 - ] - ], - [ - 1.5333333015441895, - [ - -0.004183725919574499, - -0.023401660844683647, - -0.21158047020435333, - 0.9770715236663818 - ] - ], - [ - 1.5666667222976685, - [ - -0.016368811950087547, - -0.021748607978224754, - -0.23791895806789398, - 0.9709035158157349 - ] - ], - [ - 1.600000023841858, - [ - -0.031151536852121353, - -0.014091415330767632, - -0.22990460693836212, - 0.9726125001907349 - ] - ], - [ - 1.6333333253860474, - [ - -0.046167779713869095, - -0.007426360622048378, - -0.19288302958011627, - 0.9801070094108582 - ] - ], - [ - 1.6666666269302368, - [ - -0.059334129095077515, - -0.005305266007781029, - -0.13611838221549988, - 0.9888999462127686 - ] - ], - [ - 1.7000000476837158, - [ - -0.06925651431083679, - -0.008000166155397892, - -0.0685296580195427, - 0.9952102303504944 - ] - ], - [ - 1.7333333492279053, - [ - -0.07450927048921585, - -0.011502649635076523, - -0.002753228647634387, - 0.997150182723999 - ] - ], - [ - 1.7666666507720947, - [ - -0.0744335725903511, - -0.011630390770733356, - 0.03989224135875702, - 0.9963598847389221 - ] - ], - [ - 1.7999999523162842, - [ - -0.0693177580833435, - -0.00618619192391634, - 0.040866509079933167, - 0.9967380166053772 - ] - ], - [ - 1.8333333730697632, - [ - -0.0609576515853405, - 0.0008038211381062865, - 0.005293780937790871, - 0.9981260895729065 - ] - ], - [ - 1.8666666746139526, - [ - -0.0528051033616066, - 0.004946493078023195, - -0.054150160402059555, - 0.9971233010292053 - ] - ], - [ - 1.899999976158142, - [ - -0.04672010987997055, - 0.00683389138430357, - -0.12075068056583405, - 0.9915593862533569 - ] - ], - [ - 1.9333332777023315, - [ - -0.043694041669368744, - 0.00852274801582098, - -0.17710866034030914, - 0.9831839799880981 - ] - ], - [ - 1.9666666984558105, - [ - -0.047123756259679794, - 0.008853157982230186, - -0.20686458051204681, - 0.97719407081604 - ] - ], - [ - 2.0, - [ - -0.05810059234499931, - 0.003240128979086876, - -0.19391092658042908, - 0.9792917966842651 - ] - ], - [ - 2.0333333015441895, - [ - -0.07270503789186478, - -0.008536439388990402, - -0.14527374505996704, - 0.9866796135902405 - ] - ], - [ - 2.066666603088379, - [ - -0.08640895038843155, - -0.020812368020415306, - -0.07669548690319061, - 0.9930852651596069 - ] - ], - [ - 2.0999999046325684, - [ - -0.09524096548557281, - -0.027115436270833015, - -0.004769273102283478, - 0.9950734376907349 - ] - ], - [ - 2.133333444595337, - [ - -0.0960935652256012, - -0.025472203269600868, - 0.047889698296785355, - 0.9938932657241821 - ] - ], - [ - 2.1666667461395264, - [ - -0.08919184654951096, - -0.019162779673933983, - 0.059275466948747635, - 0.9940643906593323 - ] - ], - [ - 2.200000047683716, - [ - -0.07627969235181808, - -0.009488549083471298, - 0.03103889524936676, - 0.9965580701828003 - ] - ], - [ - 2.2333333492279053, - [ - -0.062002044171094894, - 0.0029317177832126617, - -0.02629639394581318, - 0.997725248336792 - ] - ], - [ - 2.2666666507720947, - [ - -0.05109066143631935, - 0.015663720667362213, - -0.09471803903579712, - 0.9940688610076904 - ] - ], - [ - 2.299999952316284, - [ - -0.044718097895383835, - 0.023638298735022545, - -0.15265212953090668, - 0.9869847297668457 - ] - ], - [ - 2.3333332538604736, - [ - -0.0441594235599041, - 0.025767989456653595, - -0.1812007874250412, - 0.9821162223815918 - ] - ], - [ - 2.366666555404663, - [ - -0.0483153834939003, - 0.021604392677545547, - -0.16419008374214172, - 0.9850078821182251 - ] - ], - [ - 2.4000000953674316, - [ - -0.05493023619055748, - 0.011370002292096615, - -0.10366818308830261, - 0.9930288791656494 - ] - ], - [ - 2.433333396911621, - [ - -0.05976257845759392, - -0.007826857268810272, - -0.017586005851626396, - 0.9980270266532898 - ] - ], - [ - 2.4666666984558105, - [ - -0.05803819000720978, - -0.033213045448064804, - 0.06562511622905731, - 0.995601236820221 - ] - ], - [ - 2.5, - [ - -0.04935632646083832, - -0.05297471582889557, - 0.11147367209196091, - 0.9911263585090637 - ] - ], - [ - 2.5333333015441895, - [ - -0.03565067797899246, - -0.04683707281947136, - 0.09302578866481781, - 0.9939222931861877 - ] - ], - [ - 2.566666603088379, - [ - -0.01785195991396904, - -0.014417514204978943, - 0.018886113539338112, - 0.9995583891868591 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010289729107171297, - 0.01723255217075348, - -0.07160656899213791, - 0.9972841739654541 - ] - ], - [ - 2.633333444595337, - [ - 0.008313777856528759, - 0.03255462273955345, - -0.12345585972070694, - 0.9917811155319214 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033922058064490557, - 0.03158760070800781, - -0.10628774017095566, - 0.993827760219574 - ] - ], - [ - 2.700000047683716, - [ - -0.005075320601463318, - 0.012350587174296379, - -0.04337131604552269, - 0.9989697933197021 - ] - ], - [ - 2.7333333492279053, - [ - -0.011134706437587738, - -0.019914960488677025, - 0.03826184943318367, - 0.9990072250366211 - ] - ], - [ - 2.7666666507720947, - [ - -0.013098153285682201, - -0.040959134697914124, - 0.0949099063873291, - 0.994556725025177 - ] - ], - [ - 2.799999952316284, - [ - -0.013665534555912018, - -0.03755027428269386, - 0.09517179429531097, - 0.9946585297584534 - ] - ], - [ - 2.8333332538604736, - [ - -0.014629451557993889, - -0.02159668691456318, - 0.05597805231809616, - 0.9980912804603577 - ] - ], - [ - 2.866666555404663, - [ - -0.01641470193862915, - -0.0029966540168970823, - -0.002771025523543358, - 0.9998569488525391 - ] - ], - [ - 2.9000000953674316, - [ - -0.019276490435004234, - 0.015214282087981701, - -0.06611599773168564, - 0.9975097179412842 - ] - ], - [ - 2.933333396911621, - [ - -0.022005533799529076, - 0.030970094725489616, - -0.11895201355218887, - 0.99217289686203 - ] - ], - [ - 2.9666666984558105, - [ - -0.024530334398150444, - 0.04179754480719566, - -0.14861886203289032, - 0.9877062439918518 - ] - ], - [ - 3.0, - [ - -0.02719021961092949, - 0.0432930588722229, - -0.14552849531173706, - 0.988032341003418 - ] - ], - [ - 3.0333333015441895, - [ - -0.029363159090280533, - 0.034490641206502914, - -0.11409533768892288, - 0.9924366474151611 - ] - ], - [ - 3.066666603088379, - [ - -0.031360894441604614, - 0.01678597740828991, - -0.05728869512677193, - 0.9977237582206726 - ] - ], - [ - 3.0999999046325684, - [ - -0.03220490366220474, - -0.006965761538594961, - 0.018940411508083344, - 0.9992775321006775 - ] - ], - [ - 3.133333444595337, - [ - -0.030567210167646408, - -0.028123317286372185, - 0.09181127697229385, - 0.9949097633361816 - ] - ], - [ - 3.1666667461395264, - [ - -0.026660555973649025, - -0.03737447410821915, - 0.13276194036006927, - 0.990084171295166 - ] - ], - [ - 3.200000047683716, - [ - -0.021065155044198036, - -0.029673844575881958, - 0.1233648732304573, - 0.991693913936615 - ] - ], - [ - 3.2333333492279053, - [ - -0.014518753625452518, - -0.012848380021750927, - 0.0729670375585556, - 0.9971458911895752 - ] - ], - [ - 3.2666666507720947, - [ - -0.0090474309399724, - 0.0016698314575478435, - 0.00022545710089616477, - 0.9999576807022095 - ] - ], - [ - 3.299999952316284, - [ - -0.00840825866907835, - 0.011314638890326023, - -0.07734953612089157, - 0.9969043731689453 - ] - ], - [ - 3.3333332538604736, - [ - -0.015901613980531693, - 0.010339262895286083, - -0.1418912410736084, - 0.9897004961967468 - ] - ], - [ - 3.366666555404663, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458558413_1069221.json b/lenses/physics-objects/Scene/assets/1645812458558413_1069221.json deleted file mode 100644 index 6bde12c9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458558413_1069221.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458558413:1069221", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458560012_1069234.json b/lenses/physics-objects/Scene/assets/1645812458560012_1069234.json deleted file mode 100644 index f892de5a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458560012_1069234.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458560012:1069234", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.581108093261719, - 1.4210854715202004e-14, - 7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.579937934875488, - -2.842170943040401e-14, - -1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458560270_1069241.json b/lenses/physics-objects/Scene/assets/1645812458560270_1069241.json deleted file mode 100644 index f2682a37..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458560270_1069241.json +++ /dev/null @@ -1,1666 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458560270:1069241", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019014211371541023, - -0.037477366626262665, - -0.004714338108897209, - 0.9991054534912109 - ] - ], - [ - 0.03333333507180214, - [ - -0.019014211371541023, - -0.037477366626262665, - -0.004714338108897209, - 0.9991054534912109 - ] - ], - [ - 0.06666667014360428, - [ - -0.021401016041636467, - -0.037016961723566055, - -0.006899646017700434, - 0.999061644077301 - ] - ], - [ - 0.10000000149011612, - [ - -0.02381454035639763, - -0.036528799682855606, - -0.009116941131651402, - 0.9990072250366211 - ] - ], - [ - 0.13333334028720856, - [ - -0.02619137614965439, - -0.03601841256022453, - -0.011308769695460796, - 0.9989438652992249 - ] - ], - [ - 0.1666666716337204, - [ - -0.028468908742070198, - -0.03549261391162872, - -0.013417224399745464, - 0.9988743662834167 - ] - ], - [ - 0.20000000298023224, - [ - -0.030585238710045815, - -0.034960050135850906, - -0.015384181402623653, - 0.998802125453949 - ] - ], - [ - 0.23333333432674408, - [ - -0.03247905150055885, - -0.034431733191013336, - -0.017151683568954468, - 0.9987319111824036 - ] - ], - [ - 0.2666666805744171, - [ - -0.034089379012584686, - -0.033921267837285995, - -0.01866218075156212, - 0.9986686110496521 - ] - ], - [ - 0.30000001192092896, - [ - -0.03538671135902405, - -0.033453356474637985, - -0.019845454022288322, - 0.9986164569854736 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634878993034363, - -0.033059123903512955, - -0.020630117505788803, - 0.9985791444778442 - ] - ], - [ - 0.36666667461395264, - [ - -0.03696762025356293, - -0.032833077013492584, - -0.020966462790966034, - 0.9985568523406982 - ] - ], - [ - 0.4000000059604645, - [ - -0.03727928176522255, - -0.03271399810910225, - -0.021019093692302704, - 0.9985480904579163 - ] - ], - [ - 0.5, - [ - -0.036858994513750076, - -0.03220481425523758, - -0.02058970183134079, - 0.998589277267456 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640976920723915, - -0.03199999779462814, - -0.020279720425605774, - 0.9986186027526855 - ] - ], - [ - 0.5666666626930237, - [ - -0.03587266430258751, - -0.03177807480096817, - -0.019909294322133064, - 0.9986525774002075 - ] - ], - [ - 0.6000000238418579, - [ - -0.035258740186691284, - -0.0315433070063591, - -0.019485684111714363, - 0.9986903071403503 - ] - ], - [ - 0.6333333253860474, - [ - -0.03457910567522049, - -0.03129986301064491, - -0.01901610940694809, - 0.9987307190895081 - ] - ], - [ - 0.6666666865348816, - [ - -0.03384485840797424, - -0.03105185553431511, - -0.018507909029722214, - 0.9987731575965881 - ] - ], - [ - 0.699999988079071, - [ - -0.03306709975004196, - -0.030803335830569267, - -0.017968319356441498, - 0.998816728591919 - ] - ], - [ - 0.7333333492279053, - [ - -0.03225694224238396, - -0.030558275058865547, - -0.017404654994606972, - 0.9988607168197632 - ] - ], - [ - 0.7666666507720947, - [ - -0.031425490975379944, - -0.030320661142468452, - -0.01682416722178459, - 0.9989044070243835 - ] - ], - [ - 0.800000011920929, - [ - -0.030583854764699936, - -0.030094433575868607, - -0.016234073787927628, - 0.9989471435546875 - ] - ], - [ - 0.8333333134651184, - [ - -0.029743174090981483, - -0.029883520677685738, - -0.015641558915376663, - 0.9989883303642273 - ] - ], - [ - 0.8666666746139526, - [ - -0.02891455590724945, - -0.02969188056886196, - -0.01505381427705288, - 0.9990273714065552 - ] - ], - [ - 0.8999999761581421, - [ - -0.028109174221754074, - -0.029523491859436035, - -0.014477938413619995, - 0.9990638494491577 - ] - ], - [ - 0.9333333373069763, - [ - -0.02733813412487507, - -0.02938235178589821, - -0.013920982368290424, - 0.9990973472595215 - ] - ], - [ - 0.9666666388511658, - [ - -0.026612602174282074, - -0.02927251346409321, - -0.01338996458798647, - 0.9991274476051331 - ] - ], - [ - 1.0, - [ - -0.02594374306499958, - -0.029198110103607178, - -0.012891843914985657, - 0.9991538524627686 - ] - ], - [ - 1.0333333015441895, - [ - -0.025342702865600586, - -0.029163328930735588, - -0.01243351586163044, - 0.9991760849952698 - ] - ], - [ - 1.0666667222976685, - [ - -0.024820640683174133, - -0.029172435402870178, - -0.012021755799651146, - 0.9991938471794128 - ] - ], - [ - 1.100000023841858, - [ - -0.02438875287771225, - -0.029229821637272835, - -0.011663412675261497, - 0.999207079410553 - ] - ], - [ - 1.1666666269302368, - [ - -0.02389102801680565, - -0.02951483055949211, - -0.011113984510302544, - 0.9992170929908752 - ] - ], - [ - 1.2333333492279053, - [ - -0.023604020476341248, - -0.02997019700706005, - -0.010667001828551292, - 0.9992151260375977 - ] - ], - [ - 1.2999999523162842, - [ - -0.023344511166214943, - -0.030554428696632385, - -0.010289567522704601, - 0.9992074966430664 - ] - ], - [ - 1.3666666746139526, - [ - -0.023262683302164078, - -0.031239071860909462, - -0.010001727379858494, - 0.999191164970398 - ] - ], - [ - 1.399999976158142, - [ - -0.02330600470304489, - -0.03161023557186127, - -0.009890594519674778, - 0.9991796612739563 - ] - ], - [ - 1.4333332777023315, - [ - -0.023399634286761284, - -0.0319969579577446, - -0.009797872044146061, - 0.999165952205658 - ] - ], - [ - 1.4666666984558105, - [ - -0.023536093533039093, - -0.03239662945270538, - -0.00972046609967947, - 0.9991507530212402 - ] - ], - [ - 1.5, - [ - -0.02370789647102356, - -0.032806556671857834, - -0.009655345231294632, - 0.999133825302124 - ] - ], - [ - 1.5333333015441895, - [ - -0.023907573893666267, - -0.033223994076251984, - -0.009599505923688412, - 0.9991158246994019 - ] - ], - [ - 1.5666667222976685, - [ - -0.02412763424217701, - -0.033646196126937866, - -0.009550090879201889, - 0.9990968704223633 - ] - ], - [ - 1.600000023841858, - [ - -0.024360600858926773, - -0.03407031670212746, - -0.009504269808530807, - 0.999077320098877 - ] - ], - [ - 1.6333333253860474, - [ - -0.02459895983338356, - -0.03449352830648422, - -0.00945927295833826, - 0.9990573525428772 - ] - ], - [ - 1.6666666269302368, - [ - -0.024835223332047462, - -0.03491298109292984, - -0.009412392973899841, - 0.9990373849868774 - ] - ], - [ - 1.7000000476837158, - [ - -0.02506188675761223, - -0.0353257842361927, - -0.009360947646200657, - 0.9990177154541016 - ] - ], - [ - 1.7333333492279053, - [ - -0.025271430611610413, - -0.03572910279035568, - -0.009302305988967419, - 0.9989986419677734 - ] - ], - [ - 1.7666666507720947, - [ - -0.025456324219703674, - -0.03612006455659866, - -0.009233841672539711, - 0.9989805221557617 - ] - ], - [ - 1.7999999523162842, - [ - -0.025609051808714867, - -0.036495842039585114, - -0.009152976796030998, - 0.9989637136459351 - ] - ], - [ - 1.8333333730697632, - [ - -0.02572210133075714, - -0.03685363009572029, - -0.009057091549038887, - 0.9989485144615173 - ] - ], - [ - 1.899999976158142, - [ - -0.02579895220696926, - -0.037504300475120544, - -0.00880979374051094, - 0.9989245533943176 - ] - ], - [ - 1.9666666984558105, - [ - -0.02562655694782734, - -0.03805074095726013, - -0.008470731787383556, - 0.9989112615585327 - ] - ], - [ - 2.0, - [ - -0.02542802505195141, - -0.038278497755527496, - -0.00825992226600647, - 0.9989093542098999 - ] - ], - [ - 2.0333333015441895, - [ - -0.0251445434987545, - -0.03847276419401169, - -0.008017808198928833, - 0.9989110827445984 - ] - ], - [ - 2.066666603088379, - [ - -0.024768568575382233, - -0.03863127529621124, - -0.007741445675492287, - 0.9989166259765625 - ] - ], - [ - 2.0999999046325684, - [ - -0.024292541667819023, - -0.03875184431672096, - -0.0074277338571846485, - 0.9989259243011475 - ] - ], - [ - 2.133333444595337, - [ - -0.023693136870861053, - -0.03883105143904686, - -0.007081486284732819, - 0.9989397525787354 - ] - ], - [ - 2.1666667461395264, - [ - -0.02295375056564808, - -0.038866493850946426, - -0.00670400308445096, - 0.9989583492279053 - ] - ], - [ - 2.200000047683716, - [ - -0.022057663649320602, - -0.03882846608757973, - -0.006284129805862904, - 0.9989826679229736 - ] - ], - [ - 2.2333333492279053, - [ - -0.020977972075343132, - -0.038688696920871735, - -0.005747733637690544, - 0.9990145564079285 - ] - ], - [ - 2.2666666507720947, - [ - -0.01969769597053528, - -0.03846028074622154, - -0.005043467041105032, - 0.9990532398223877 - ] - ], - [ - 2.299999952316284, - [ - -0.01820877380669117, - -0.03816406801342964, - -0.004189603962004185, - 0.9990968108177185 - ] - ], - [ - 2.3333332538604736, - [ - -0.0165325328707695, - -0.03781730681657791, - -0.0032065303530544043, - 0.9991427659988403 - ] - ], - [ - 2.366666555404663, - [ - -0.01469465158879757, - -0.03743579238653183, - -0.002116390038281679, - 0.9991888403892517 - ] - ], - [ - 2.4000000953674316, - [ - -0.012621112167835236, - -0.03700479865074158, - -0.0008888076990842819, - 0.9992350935935974 - ] - ], - [ - 2.433333396911621, - [ - -0.010251184925436974, - -0.03650631010532379, - 0.000504713854752481, - 0.9992808103561401 - ] - ], - [ - 2.4666666984558105, - [ - -0.007626211270689964, - -0.03594445064663887, - 0.002035756129771471, - 0.9993225932121277 - ] - ], - [ - 2.5, - [ - -0.00478759128600359, - -0.03533758595585823, - 0.003688464406877756, - 0.9993571639060974 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017769162077456713, - -0.03468863293528557, - 0.005434143356978893, - 0.9993818402290344 - ] - ], - [ - 2.566666603088379, - [ - 0.0013641476398333907, - -0.03400525450706482, - 0.007248403038829565, - 0.9993945360183716 - ] - ], - [ - 2.5999999046325684, - [ - 0.004593823570758104, - -0.03329494968056679, - 0.009107038378715515, - 0.9993936419487 - ] - ], - [ - 2.633333444595337, - [ - 0.007870282046496868, - -0.03256535530090332, - 0.0109860273078084, - 0.9993782639503479 - ] - ], - [ - 2.6666667461395264, - [ - 0.01115147490054369, - -0.03182430565357208, - 0.012861517257988453, - 0.999348521232605 - ] - ], - [ - 2.700000047683716, - [ - 0.014395423233509064, - -0.031080074608325958, - 0.014710030518472195, - 0.9993050694465637 - ] - ], - [ - 2.7333333492279053, - [ - 0.017560036852955818, - -0.030341370031237602, - 0.016508325934410095, - 0.9992491006851196 - ] - ], - [ - 2.7666666507720947, - [ - 0.02060321718454361, - -0.029617594555020332, - 0.01823352463543415, - 0.9991825819015503 - ] - ], - [ - 2.799999952316284, - [ - 0.023482829332351685, - -0.02891891822218895, - 0.01986307092010975, - 0.9991085529327393 - ] - ], - [ - 2.8333332538604736, - [ - 0.02615676447749138, - -0.028256339952349663, - 0.0213747788220644, - 0.999029815196991 - ] - ], - [ - 2.866666555404663, - [ - 0.028582926839590073, - -0.027641762048006058, - 0.022746914997696877, - 0.9989503026008606 - ] - ], - [ - 2.9000000953674316, - [ - 0.03071923926472664, - -0.027088193222880363, - 0.023958077654242516, - 0.9988736510276794 - ] - ], - [ - 2.933333396911621, - [ - 0.03247436508536339, - -0.026626920327544212, - 0.02496412955224514, - 0.9988058805465698 - ] - ], - [ - 2.9666666984558105, - [ - 0.03377315402030945, - -0.026285486295819283, - 0.02572944201529026, - 0.9987525343894958 - ] - ], - [ - 3.0, - [ - 0.03460058942437172, - -0.026073433458805084, - 0.0262448750436306, - 0.9987162947654724 - ] - ], - [ - 3.0333333015441895, - [ - 0.034952808171510696, - -0.02600499801337719, - 0.026497837156057358, - 0.9986991286277771 - ] - ], - [ - 3.066666603088379, - [ - 0.03482331335544586, - -0.026102904230356216, - 0.026493284851312637, - 0.9987012147903442 - ] - ], - [ - 3.0999999046325684, - [ - 0.03421759232878685, - -0.02622300200164318, - 0.02613159455358982, - 0.9987286329269409 - ] - ], - [ - 3.133333444595337, - [ - 0.03316278010606766, - -0.026242360472679138, - 0.025346223264932632, - 0.9987838268280029 - ] - ], - [ - 3.1666667461395264, - [ - 0.03170296177268028, - -0.026196235790848732, - 0.02419702708721161, - 0.9988609552383423 - ] - ], - [ - 3.200000047683716, - [ - 0.02990281954407692, - -0.026092752814292908, - 0.022739827632904053, - 0.9989535212516785 - ] - ], - [ - 3.2333333492279053, - [ - 0.027801984921097755, - -0.02594645321369171, - 0.021017663180828094, - 0.9990556240081787 - ] - ], - [ - 3.2666666507720947, - [ - 0.025431916117668152, - -0.025778835639357567, - 0.019072571769356728, - 0.9991621971130371 - ] - ], - [ - 3.299999952316284, - [ - 0.02285396307706833, - -0.025586137548089027, - 0.016946133226156235, - 0.9992676973342896 - ] - ], - [ - 3.3333332538604736, - [ - 0.020129069685935974, - -0.025376906618475914, - 0.014693960547447205, - 0.999367356300354 - ] - ], - [ - 3.366666555404663, - [ - 0.01731758750975132, - -0.025154506787657738, - 0.012367989867925644, - 0.999457061290741 - ] - ], - [ - 3.4000000953674316, - [ - 0.01447919849306345, - -0.024922290816903114, - 0.010020798072218895, - 0.9995343089103699 - ] - ], - [ - 3.433333396911621, - [ - 0.01167299784719944, - -0.024684349074959755, - 0.0077054756693542, - 0.999597430229187 - ] - ], - [ - 3.4666666984558105, - [ - 0.008957288227975368, - -0.02444600872695446, - 0.005475359968841076, - 0.9996461272239685 - ] - ], - [ - 3.5, - [ - 0.006389759015291929, - -0.024214502424001694, - 0.0033838802482932806, - 0.9996806383132935 - ] - ], - [ - 3.5333333015441895, - [ - 0.0040275841020047665, - -0.023999366909265518, - 0.0014843743992969394, - 0.9997028708457947 - ] - ], - [ - 3.566666603088379, - [ - 0.0019275632221251726, - -0.02381286956369877, - -0.00017029984155669808, - 0.9997146725654602 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010061015927931294, - -0.02367566153407097, - -0.0015250249998643994, - 0.9997185468673706 - ] - ], - [ - 3.633333444595337, - [ - -0.0014347122050821781, - -0.023608345538377762, - -0.002516631269827485, - 0.999717116355896 - ] - ], - [ - 3.6666667461395264, - [ - -0.002652320545166731, - -0.023684903979301453, - -0.0030879739206284285, - 0.9997112154960632 - ] - ], - [ - 3.700000047683716, - [ - -0.0035716749262064695, - -0.023833686485886574, - -0.0033952787052839994, - 0.9997038841247559 - ] - ], - [ - 3.7333333492279053, - [ - -0.004222316667437553, - -0.023923687636852264, - -0.0036139809526503086, - 0.9996983408927917 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046499865129590034, - -0.023970987647771835, - -0.0037327215541154146, - 0.9996948838233948 - ] - ], - [ - 3.933333396911621, - [ - -0.004415846895426512, - -0.023663949221372604, - -0.0030782176181674004, - 0.9997054934501648 - ] - ], - [ - 3.9666666984558105, - [ - -0.004115932621061802, - -0.02354600839316845, - -0.0027903863228857517, - 0.9997103810310364 - ] - ], - [ - 4.0, - [ - -0.003767658257856965, - -0.023422274738550186, - -0.0024705769028514624, - 0.9997156262397766 - ] - ], - [ - 4.0333333015441895, - [ - -0.003382497699931264, - -0.023297222331166267, - -0.0021259081549942493, - 0.9997206926345825 - ] - ], - [ - 4.066666603088379, - [ - -0.0029719406738877296, - -0.023175330832600594, - -0.0017635057447478175, - 0.9997254610061646 - ] - ], - [ - 4.099999904632568, - [ - -0.00254746712744236, - -0.02306101843714714, - -0.0013904932420700788, - 0.9997298717498779 - ] - ], - [ - 4.133333206176758, - [ - -0.002120571443811059, - -0.022958697751164436, - -0.0010140098165720701, - 0.9997337460517883 - ] - ], - [ - 4.166666507720947, - [ - -0.0017027434660121799, - -0.022872764617204666, - -0.0006411341018974781, - 0.9997367262840271 - ] - ], - [ - 4.199999809265137, - [ - -0.0013054817682132125, - -0.022807618603110313, - -0.0002789096615742892, - 0.9997389912605286 - ] - ], - [ - 4.233333110809326, - [ - -0.0009402876021340489, - -0.022767717018723488, - 6.559572648257017e-05, - 0.9997403621673584 - ] - ], - [ - 4.300000190734863, - [ - -0.00035213472438044846, - -0.022781474515795708, - 0.0006736271898262203, - 0.9997401833534241 - ] - ], - [ - 4.366666793823242, - [ - -3.039792864001356e-05, - -0.02295043133199215, - 0.0011276031145825982, - 0.9997360706329346 - ] - ], - [ - 4.433333396911621, - [ - -8.079344843281433e-05, - -0.023311762139201164, - 0.0013771846424788237, - 0.9997273087501526 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029955385252833366, - -0.023576222360134125, - 0.001416376675479114, - 0.9997209906578064 - ] - ], - [ - 4.5, - [ - -0.0006744390702806413, - -0.02390626072883606, - 0.0013781092129647732, - 0.999713122844696 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012323195114731789, - -0.024320296943187714, - 0.0012296907370910048, - 0.9997028112411499 - ] - ], - [ - 4.566666603088379, - [ - -0.0019927036482840776, - -0.024826530367136, - 0.0009610065026208758, - 0.9996893405914307 - ] - ], - [ - 4.599999904632568, - [ - -0.0029690188821405172, - -0.025418013334274292, - 0.0005803116364404559, - 0.9996723532676697 - ] - ], - [ - 4.633333206176758, - [ - -0.004157539922744036, - -0.026088541373610497, - 9.540800238028169e-05, - 0.9996510148048401 - ] - ], - [ - 4.666666507720947, - [ - -0.005552337039262056, - -0.02683139778673649, - -0.00048591988161206245, - 0.9996244311332703 - ] - ], - [ - 4.699999809265137, - [ - -0.007144394796341658, - -0.027639465406537056, - -0.0011558390688151121, - 0.9995917677879333 - ] - ], - [ - 4.733333110809326, - [ - -0.008912288583815098, - -0.02850532718002796, - -0.0019044840009883046, - 0.9995521903038025 - ] - ], - [ - 4.766666889190674, - [ - -0.010834620334208012, - -0.02942134626209736, - -0.002722143428400159, - 0.9995046854019165 - ] - ], - [ - 4.800000190734863, - [ - -0.012889830395579338, - -0.03037976659834385, - -0.0035992974881082773, - 0.999448835849762 - ] - ], - [ - 4.833333492279053, - [ - -0.01505645178258419, - -0.03137268126010895, - -0.004526542965322733, - 0.9993841052055359 - ] - ], - [ - 4.866666793823242, - [ - -0.017312947660684586, - -0.03239213302731514, - -0.005494589917361736, - 0.9993101954460144 - ] - ], - [ - 4.900000095367432, - [ - -0.019652526825666428, - -0.03343486413359642, - -0.006501364056020975, - 0.9992265105247498 - ] - ], - [ - 4.933333396911621, - [ - -0.02206932194530964, - -0.034497760236263275, - -0.007545292843133211, - 0.9991325736045837 - ] - ], - [ - 4.9666666984558105, - [ - -0.024543065577745438, - -0.03557313606142998, - -0.00861805584281683, - 0.9990285038948059 - ] - ], - [ - 5.0, - [ - -0.027053482830524445, - -0.03665333241224289, - -0.009711279533803463, - 0.9989145994186401 - ] - ], - [ - 5.0333333015441895, - [ - -0.029580246657133102, - -0.03773069009184837, - -0.010816679336130619, - 0.9987914562225342 - ] - ], - [ - 5.066666603088379, - [ - -0.0321030393242836, - -0.038797665387392044, - -0.011925858445465565, - 0.998660147190094 - ] - ], - [ - 5.099999904632568, - [ - -0.03460149094462395, - -0.03984680771827698, - -0.013030451722443104, - 0.9985215067863464 - ] - ], - [ - 5.133333206176758, - [ - -0.037055227905511856, - -0.040870826691389084, - -0.014121984131634235, - 0.9983772039413452 - ] - ], - [ - 5.166666507720947, - [ - -0.03944388031959534, - -0.04186251759529114, - -0.015191847458481789, - 0.998228907585144 - ] - ], - [ - 5.199999809265137, - [ - -0.04174702987074852, - -0.04281489923596382, - -0.016231346875429153, - 0.998078465461731 - ] - ], - [ - 5.233333110809326, - [ - -0.04394430294632912, - -0.04372115060687065, - -0.017231643199920654, - 0.9979280829429626 - ] - ], - [ - 5.266666889190674, - [ - -0.04601531848311424, - -0.04457473382353783, - -0.01818370819091797, - 0.9977801442146301 - ] - ], - [ - 5.300000190734863, - [ - -0.047939591109752655, - -0.045369263738393784, - -0.019078319892287254, - 0.9976369142532349 - ] - ], - [ - 5.333333492279053, - [ - -0.04969675838947296, - -0.04609867185354233, - -0.01990603841841221, - 0.9975013136863708 - ] - ], - [ - 5.366666793823242, - [ - -0.051266465336084366, - -0.04675721749663353, - -0.020657261833548546, - 0.9973759651184082 - ] - ], - [ - 5.400000095367432, - [ - -0.05262827128171921, - -0.04733937978744507, - -0.021322080865502357, - 0.9972636699676514 - ] - ], - [ - 5.433333396911621, - [ - -0.05374610051512718, - -0.04783559963107109, - -0.021900173276662827, - 0.9971677660942078 - ] - ], - [ - 5.4666666984558105, - [ - -0.05459064617753029, - -0.04823816567659378, - -0.02238699607551098, - 0.9970916509628296 - ] - ], - [ - 5.5, - [ - -0.05513238534331322, - -0.048512402921915054, - -0.022762732580304146, - 0.9970400333404541 - ] - ], - [ - 5.5333333015441895, - [ - -0.05533181130886078, - -0.048630885779857635, - -0.022941509261727333, - 0.9970191121101379 - ] - ], - [ - 5.566666603088379, - [ - -0.055159468203783035, - -0.04861491173505783, - -0.022859256714582443, - 0.9970313310623169 - ] - ], - [ - 5.599999904632568, - [ - -0.05459469556808472, - -0.048485707491636276, - -0.022527499124407768, - 0.9970762729644775 - ] - ], - [ - 5.633333206176758, - [ - -0.05364582687616348, - -0.048272162675857544, - -0.021949168294668198, - 0.9971510171890259 - ] - ], - [ - 5.666666507720947, - [ - -0.052325665950775146, - -0.0479857362806797, - -0.021142635494470596, - 0.9972524046897888 - ] - ], - [ - 5.699999809265137, - [ - -0.05065314844250679, - -0.047640182077884674, - -0.020124685019254684, - 0.9973765015602112 - ] - ], - [ - 5.733333110809326, - [ - -0.048668015748262405, - -0.047244660556316376, - -0.01891965977847576, - 0.9975176453590393 - ] - ], - [ - 5.766666889190674, - [ - -0.04641003534197807, - -0.04680726304650307, - -0.0175520908087492, - 0.9976708292961121 - ] - ], - [ - 5.800000190734863, - [ - -0.04391917213797569, - -0.04633520171046257, - -0.016046717762947083, - 0.9978309869766235 - ] - ], - [ - 5.833333492279053, - [ - -0.04123546928167343, - -0.04583507403731346, - -0.01442817971110344, - 0.9979932904243469 - ] - ], - [ - 5.866666793823242, - [ - -0.03839904069900513, - -0.0453130267560482, - -0.012721136212348938, - 0.9981535077095032 - ] - ], - [ - 5.900000095367432, - [ - -0.03545023873448372, - -0.044774968177080154, - -0.010949963703751564, - 0.9983078837394714 - ] - ], - [ - 5.933333396911621, - [ - -0.03242950513958931, - -0.04422672092914581, - -0.009138857945799828, - 0.9984533190727234 - ] - ], - [ - 5.9666666984558105, - [ - -0.02937745489180088, - -0.043674271553754807, - -0.007311799563467503, - 0.9985871315002441 - ] - ], - [ - 6.0, - [ - -0.026334822177886963, - -0.04312377795577049, - -0.005492301657795906, - 0.9987075924873352 - ] - ], - [ - 6.0333333015441895, - [ - -0.023342423141002655, - -0.04258183389902115, - -0.0037036852445453405, - 0.9988133907318115 - ] - ], - [ - 6.066666603088379, - [ - -0.0204412080347538, - -0.04205559194087982, - -0.001968847354874015, - 0.9989042282104492 - ] - ], - [ - 6.099999904632568, - [ - -0.017672134563326836, - -0.041552815586328506, - -0.0003103603085037321, - 0.9989799857139587 - ] - ], - [ - 6.133333206176758, - [ - -0.015076265670359135, - -0.041082050651311874, - 0.001249569933861494, - 0.9990412592887878 - ] - ], - [ - 6.166666507720947, - [ - -0.01269464660435915, - -0.04065270721912384, - 0.002689115470275283, - 0.9990891814231873 - ] - ], - [ - 6.199999809265137, - [ - -0.010568316094577312, - -0.04027514532208443, - 0.003986807074397802, - 0.9991247653961182 - ] - ], - [ - 6.233333110809326, - [ - -0.008738349191844463, - -0.039960816502571106, - 0.005121505353599787, - 0.9991499185562134 - ] - ], - [ - 6.266666889190674, - [ - -0.007245692424476147, - -0.03972223773598671, - 0.006072491407394409, - 0.9991660118103027 - ] - ], - [ - 6.300000190734863, - [ - -0.006128271110355854, - -0.039573393762111664, - 0.006817790679633617, - 0.9991747140884399 - ] - ], - [ - 6.333333492279053, - [ - -0.005412775091826916, - -0.0395306833088398, - 0.007330101449042559, - 0.9991769194602966 - ] - ], - [ - 6.400000095367432, - [ - -0.0052938214503228664, - -0.03971036896109581, - 0.007514201570302248, - 0.9991690516471863 - ] - ], - [ - 6.433333396911621, - [ - -0.0059012314304709435, - -0.039665065705776215, - 0.006997731979936361, - 0.9991710782051086 - ] - ], - [ - 6.4666666984558105, - [ - -0.006928613875061274, - -0.039528146386146545, - 0.006097215693444014, - 0.9991758465766907 - ] - ], - [ - 6.5, - [ - -0.008333628065884113, - -0.039316561073064804, - 0.004855888430029154, - 0.999180257320404 - ] - ], - [ - 6.5333333015441895, - [ - -0.010066910646855831, - -0.039042625576257706, - 0.0033199097961187363, - 0.99918133020401 - ] - ], - [ - 6.566666603088379, - [ - -0.012068171054124832, - -0.038715194910764694, - 0.0015399467665702105, - 0.9991763234138489 - ] - ], - [ - 6.599999904632568, - [ - -0.014270578511059284, - -0.03834091126918793, - -0.0004300865111872554, - 0.9991627335548401 - ] - ], - [ - 6.633333206176758, - [ - -0.016607806086540222, - -0.03792997822165489, - -0.0025305021554231644, - 0.9991391897201538 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458560576_1069248.json b/lenses/physics-objects/Scene/assets/1645812458560576_1069248.json deleted file mode 100644 index 60765e5b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458560576_1069248.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458560576:1069248", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458562838_1069261.json b/lenses/physics-objects/Scene/assets/1645812458562838_1069261.json deleted file mode 100644 index d4637ef8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458562838_1069261.json +++ /dev/null @@ -1,610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458562838:1069261", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.59439754486084, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.565536499023438, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.530097007751465, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.531793594360352, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.570588111877441, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.561490058898926, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.524149894714355, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.4998140335083, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.523015975952148, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.578779220581055, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.623222351074219, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.622015953063965, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.595264434814453, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.573293685913086, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.554859161376953, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.525205612182617, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 9.504719734191895, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.508923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.540470123291016, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.581395149230957, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.606986045837402, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.578302383422852, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.574420928955078, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.593631744384766, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.598215103149414, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.564498901367188, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.521641731262207, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.523436546325684, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.593184471130371, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.604747772216797, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.583325386047363, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.579882621765137, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.617085456848145, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.632464408874512, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.598491668701172, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.544705390930176, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.51235294342041, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.516780853271484, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.578226089477539, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.579147338867188, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.555008888244629, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.543363571166992, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.577000617980957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.642417907714844, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.654427528381348, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.591819763183594, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.535988807678223, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.529961585998535, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.559260368347168, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.587362289428711, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.633867263793945, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.660310745239258, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.640313148498535, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.574085235595703, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.524907112121582, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.513439178466797, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.583789825439453, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.663187980651855, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.659445762634277, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.609320640563965, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.575163841247559, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.553913116455078, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.588661193847656, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.610657691955566, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.640311241149902, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.674881935119629, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.672609329223633, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.616706848144531, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.543720245361328, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.507469177246094, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.515920639038086, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.540055274963379, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458563220_1069268.json b/lenses/physics-objects/Scene/assets/1645812458563220_1069268.json deleted file mode 100644 index 8ba464fc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458563220_1069268.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458563220:1069268", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ], - [ - 0.03333333507180214, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ], - [ - 0.06666667014360428, - [ - -0.03739931434392929, - 0.05450734868645668, - -0.011546657420694828, - 0.997745931148529 - ] - ], - [ - 0.10000000149011612, - [ - -0.037473488599061966, - 0.055181700736284256, - 0.13159599900245667, - 0.9890568256378174 - ] - ], - [ - 0.13333334028720856, - [ - -0.03266499936580658, - 0.04927074909210205, - 0.19537708163261414, - 0.9789449572563171 - ] - ], - [ - 0.1666666716337204, - [ - -0.026961995288729668, - 0.04583711549639702, - 0.16938820481300354, - 0.9841136336326599 - ] - ], - [ - 0.20000000298023224, - [ - -0.021921608597040176, - 0.04338902607560158, - 0.1129583939909935, - 0.9924098253250122 - ] - ], - [ - 0.23333333432674408, - [ - -0.01882753148674965, - 0.043296173214912415, - 0.04068078100681305, - 0.9980562329292297 - ] - ], - [ - 0.2666666805744171, - [ - -0.01663690246641636, - 0.04921568185091019, - -0.038221582770347595, - 0.997917890548706 - ] - ], - [ - 0.30000001192092896, - [ - -0.015369759872555733, - 0.06161939352750778, - -0.11214713752269745, - 0.9916601181030273 - ] - ], - [ - 0.3333333432674408, - [ - -0.014794395305216312, - 0.07606738805770874, - -0.17110802233219147, - 0.9822001457214355 - ] - ], - [ - 0.36666667461395264, - [ - -0.01395456399768591, - 0.08739307522773743, - -0.20087026059627533, - 0.9756120443344116 - ] - ], - [ - 0.4000000059604645, - [ - -0.013094409368932247, - 0.0878387838602066, - -0.165290966629982, - 0.9822381734848022 - ] - ], - [ - 0.4333333373069763, - [ - -0.010912812314927578, - 0.07283515483140945, - -0.06991901993751526, - 0.9948303699493408 - ] - ], - [ - 0.46666666865348816, - [ - -0.005863979458808899, - 0.05015207454562187, - 0.04361704736948013, - 0.9977715015411377 - ] - ], - [ - 0.5, - [ - 0.002516727428883314, - 0.03465652838349342, - 0.13745805621147156, - 0.9898979067802429 - ] - ], - [ - 0.5333333611488342, - [ - 0.013556059449911118, - 0.039433661848306656, - 0.17383164167404175, - 0.9838921427726746 - ] - ], - [ - 0.5666666626930237, - [ - 0.025442754849791527, - 0.05403296276926994, - 0.1455637514591217, - 0.987544596195221 - ] - ], - [ - 0.6000000238418579, - [ - 0.035136327147483826, - 0.056976232677698135, - 0.08637957274913788, - 0.9940109252929688 - ] - ], - [ - 0.6333333253860474, - [ - 0.038118187338113785, - 0.045295462012290955, - 0.01491202786564827, - 0.9981347322463989 - ] - ], - [ - 0.6666666865348816, - [ - 0.03372494876384735, - 0.03632926568388939, - -0.059766195714473724, - 0.9969808459281921 - ] - ], - [ - 0.699999988079071, - [ - 0.02458508498966694, - 0.041060853749513626, - -0.13031037151813507, - 0.9903175234794617 - ] - ], - [ - 0.7333333492279053, - [ - 0.012510339729487896, - 0.05708080530166626, - -0.18450258672237396, - 0.9810932874679565 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003254261682741344, - 0.07401774823665619, - -0.20712237060070038, - 0.9755109548568726 - ] - ], - [ - 0.800000011920929, - [ - -0.009641693904995918, - 0.08076118677854538, - -0.18902628123760223, - 0.9785979390144348 - ] - ], - [ - 0.8333333134651184, - [ - -0.015827754512429237, - 0.07572019845247269, - -0.13995687663555145, - 0.9871312975883484 - ] - ], - [ - 0.8666666746139526, - [ - -0.01747136004269123, - 0.06506653130054474, - -0.0713128000497818, - 0.9951762557029724 - ] - ], - [ - 0.8999999761581421, - [ - -0.014044301584362984, - 0.055824752897024155, - 0.005197092890739441, - 0.9983282685279846 - ] - ], - [ - 0.9333333373069763, - [ - -0.0055235628969967365, - 0.05229949206113815, - 0.07861831039190292, - 0.9955166578292847 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068193762563169, - 0.05299483239650726, - 0.13682779669761658, - 0.9891527891159058 - ] - ], - [ - 1.0, - [ - 0.02038821205496788, - 0.053627170622348785, - 0.1639457643032074, - 0.9847996830940247 - ] - ], - [ - 1.0333333015441895, - [ - 0.032203007489442825, - 0.050779521465301514, - 0.14040255546569824, - 0.9882669448852539 - ] - ], - [ - 1.0666667222976685, - [ - 0.039676960557699203, - 0.04668501019477844, - 0.07338091731071472, - 0.9954202771186829 - ] - ], - [ - 1.100000023841858, - [ - 0.040981944650411606, - 0.04772842302918434, - -0.015785174444317818, - 0.9978944659233093 - ] - ], - [ - 1.1333333253860474, - [ - 0.034058548510074615, - 0.05496479943394661, - -0.10588682442903519, - 0.9922736883163452 - ] - ], - [ - 1.1666666269302368, - [ - 0.022469596937298775, - 0.06465993076562881, - -0.17508818209171295, - 0.9821702241897583 - ] - ], - [ - 1.2000000476837158, - [ - 0.009940873831510544, - 0.07393622398376465, - -0.20509885251522064, - 0.9758940935134888 - ] - ], - [ - 1.2333333492279053, - [ - -0.001883577206172049, - 0.07731363922357559, - -0.18017266690731049, - 0.9805900454521179 - ] - ], - [ - 1.2666666507720947, - [ - -0.010864708572626114, - 0.07391900569200516, - -0.1114162802696228, - 0.9909614324569702 - ] - ], - [ - 1.2999999523162842, - [ - -0.014724635519087315, - 0.06448928266763687, - -0.02261744812130928, - 0.9975534081459045 - ] - ], - [ - 1.3333333730697632, - [ - -0.012604847550392151, - 0.057343728840351105, - 0.06597957015037537, - 0.9960921406745911 - ] - ], - [ - 1.3666666746139526, - [ - -0.006133220624178648, - 0.06546685099601746, - 0.13399773836135864, - 0.9887977838516235 - ] - ], - [ - 1.399999976158142, - [ - 0.0018181706545874476, - 0.08549191802740097, - 0.15537068247795105, - 0.9841482639312744 - ] - ], - [ - 1.4333332777023315, - [ - 0.007247935049235821, - 0.09422852843999863, - 0.12811821699142456, - 0.9872458577156067 - ] - ], - [ - 1.4666666984558105, - [ - 0.008131262846291065, - 0.08074524998664856, - 0.07468117028474808, - 0.9938998222351074 - ] - ], - [ - 1.5, - [ - 0.004496538080275059, - 0.050383761525154114, - 0.004797991830855608, - 0.9987083077430725 - ] - ], - [ - 1.5333333015441895, - [ - -0.004269825294613838, - 0.01745087467133999, - -0.07287763804197311, - 0.9971790909767151 - ] - ], - [ - 1.5666667222976685, - [ - -0.016666648909449577, - -0.0044844141229987144, - -0.1497744619846344, - 0.9885695576667786 - ] - ], - [ - 1.600000023841858, - [ - -0.03127063065767288, - -0.009615660645067692, - -0.2137913703918457, - 0.976331353187561 - ] - ], - [ - 1.6333333253860474, - [ - -0.04559919238090515, - 0.0016374296974390745, - -0.2466231882572174, - 0.9680367112159729 - ] - ], - [ - 1.6666666269302368, - [ - -0.0583297461271286, - 0.026536105200648308, - -0.22538290917873383, - 0.9721605181694031 - ] - ], - [ - 1.7000000476837158, - [ - -0.06848284602165222, - 0.053561676293611526, - -0.15492954850196838, - 0.9840925335884094 - ] - ], - [ - 1.7333333492279053, - [ - -0.07418791949748993, - 0.07126322388648987, - -0.06055409833788872, - 0.9928498864173889 - ] - ], - [ - 1.7666666507720947, - [ - -0.07423347234725952, - 0.07724529504776001, - 0.033456992357969284, - 0.9936816096305847 - ] - ], - [ - 1.7999999523162842, - [ - -0.0687786415219307, - 0.07634419947862625, - 0.10652559250593185, - 0.9889860153198242 - ] - ], - [ - 1.8333333730697632, - [ - -0.06022011488676071, - 0.07238153368234634, - 0.13726045191287994, - 0.9860497117042542 - ] - ], - [ - 1.8666666746139526, - [ - -0.05244254320859909, - 0.061282895505428314, - 0.11333957314491272, - 0.9902769923210144 - ] - ], - [ - 1.899999976158142, - [ - -0.04696166515350342, - 0.045059945434331894, - 0.04879828169941902, - 0.9966859817504883 - ] - ], - [ - 1.9333332777023315, - [ - -0.044337715953588486, - 0.03259054198861122, - -0.040382012724876404, - 0.9976679682731628 - ] - ], - [ - 1.9666666984558105, - [ - -0.047707024961709976, - 0.029677024111151695, - -0.1347193717956543, - 0.9892896413803101 - ] - ], - [ - 2.0, - [ - -0.05780786648392677, - 0.028972504660487175, - -0.21551227569580078, - 0.9743579030036926 - ] - ], - [ - 2.0333333015441895, - [ - -0.0709899291396141, - 0.02558690868318081, - -0.2572126090526581, - 0.9634040594100952 - ] - ], - [ - 2.066666603088379, - [ - -0.08440005034208298, - 0.03454253077507019, - -0.22536228597164154, - 0.9699975848197937 - ] - ], - [ - 2.0999999046325684, - [ - -0.09429768472909927, - 0.06077847629785538, - -0.12946011126041412, - 0.9852177500724792 - ] - ], - [ - 2.133333444595337, - [ - -0.09592310339212418, - 0.08002275973558426, - -0.008480299264192581, - 0.9921306371688843 - ] - ], - [ - 2.1666667461395264, - [ - -0.08872770518064499, - 0.07290169596672058, - 0.09437409788370132, - 0.9888914227485657 - ] - ], - [ - 2.200000047683716, - [ - -0.07549770176410675, - 0.05247737467288971, - 0.13665929436683655, - 0.9863419532775879 - ] - ], - [ - 2.2333333492279053, - [ - -0.06167498230934143, - 0.0384807251393795, - 0.09865712374448776, - 0.9924628138542175 - ] - ], - [ - 2.2666666507720947, - [ - -0.051284059882164, - 0.04014279320836067, - 0.00948630552738905, - 0.9978318810462952 - ] - ], - [ - 2.299999952316284, - [ - -0.04497397691011429, - 0.055228717625141144, - -0.09801984578371048, - 0.9926325082778931 - ] - ], - [ - 2.3333332538604736, - [ - -0.04399285092949867, - 0.07323546707630157, - -0.18818074464797974, - 0.9784116744995117 - ] - ], - [ - 2.366666555404663, - [ - -0.04752693325281143, - 0.08465784788131714, - -0.2274685651063919, - 0.9689335823059082 - ] - ], - [ - 2.4000000953674316, - [ - -0.054054729640483856, - 0.08770494163036346, - -0.18564234673976898, - 0.9772016406059265 - ] - ], - [ - 2.433333396911621, - [ - -0.05936674028635025, - 0.07873722910881042, - -0.08584322035312653, - 0.9914167523384094 - ] - ], - [ - 2.4666666984558105, - [ - -0.05808468535542488, - 0.0539463572204113, - 0.030085811391472816, - 0.99639892578125 - ] - ], - [ - 2.5, - [ - -0.04935669153928757, - 0.018501944839954376, - 0.12196674197912216, - 0.9911335706710815 - ] - ], - [ - 2.5333333015441895, - [ - -0.03540011867880821, - -0.011405481956899166, - 0.15675659477710724, - 0.9869367480278015 - ] - ], - [ - 2.566666603088379, - [ - -0.017777327448129654, - -0.0005185343325138092, - 0.0943518802523613, - 0.9953800439834595 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010302306327503175, - 0.0457400307059288, - -0.03553638234734535, - 0.9983211159706116 - ] - ], - [ - 2.633333444595337, - [ - 0.008237054571509361, - 0.09036652743816376, - -0.16189448535442352, - 0.9826272130012512 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033110305666923523, - 0.11447601020336151, - -0.21425305306911469, - 0.9700412154197693 - ] - ], - [ - 2.700000047683716, - [ - -0.005002145189791918, - 0.09692573547363281, - -0.14563634991645813, - 0.9845662117004395 - ] - ], - [ - 2.7333333492279053, - [ - -0.011134759522974491, - 0.04117940738797188, - -0.012457831762731075, - 0.9990120530128479 - ] - ], - [ - 2.7666666507720947, - [ - -0.01307714730501175, - -0.01686650514602661, - 0.11649303883314133, - 0.9929621815681458 - ] - ], - [ - 2.799999952316284, - [ - -0.013513731770217419, - -0.03706244006752968, - 0.17594382166862488, - 0.9836095571517944 - ] - ], - [ - 2.8333332538604736, - [ - -0.0144788334146142, - -0.019740814343094826, - 0.15369302034378052, - 0.9878153204917908 - ] - ], - [ - 2.866666555404663, - [ - -0.016330676153302193, - 0.004148544277995825, - 0.10104963928461075, - 0.9947386980056763 - ] - ], - [ - 2.9000000953674316, - [ - -0.019303901121020317, - 0.028075728565454483, - 0.03133327513933182, - 0.9989281892776489 - ] - ], - [ - 2.933333396911621, - [ - -0.022119546309113503, - 0.05212320387363434, - -0.04646820202469826, - 0.9973137974739075 - ] - ], - [ - 2.9666666984558105, - [ - -0.02457248792052269, - 0.07629694789648056, - -0.12105510383844376, - 0.9894042015075684 - ] - ], - [ - 3.0, - [ - -0.026915214955806732, - 0.09774141758680344, - -0.18210037052631378, - 0.9780396819114685 - ] - ], - [ - 3.0333333015441895, - [ - -0.02869708649814129, - 0.11057119071483612, - -0.21493469178676605, - 0.9699245095252991 - ] - ], - [ - 3.066666603088379, - [ - -0.0307073425501585, - 0.10584240406751633, - -0.18291878700256348, - 0.9769315123558044 - ] - ], - [ - 3.0999999046325684, - [ - -0.031966958194971085, - 0.08294942229986191, - -0.09078439325094223, - 0.9918950200080872 - ] - ], - [ - 3.133333444595337, - [ - -0.03065972402691841, - 0.052712440490722656, - 0.020840827375650406, - 0.9979214668273926 - ] - ], - [ - 3.1666667461395264, - [ - -0.02673163451254368, - 0.029293112456798553, - 0.11369244754314423, - 0.9927242398262024 - ] - ], - [ - 3.200000047683716, - [ - -0.020989375188946724, - 0.026571765542030334, - 0.1498641073703766, - 0.9881265759468079 - ] - ], - [ - 3.2333333492279053, - [ - -0.014437462203204632, - 0.038363393396139145, - 0.12297695875167847, - 0.9915626645088196 - ] - ], - [ - 3.2666666507720947, - [ - -0.009018959477543831, - 0.04479444772005081, - 0.06542947888374329, - 0.9968104362487793 - ] - ], - [ - 3.299999952316284, - [ - -0.008426247164607048, - 0.04261201620101929, - -0.005980892106890678, - 0.9990382790565491 - ] - ], - [ - 3.3333332538604736, - [ - -0.017151476815342903, - 0.03858410194516182, - -0.10162359476089478, - 0.9939265251159668 - ] - ], - [ - 3.366666555404663, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458563576_1069275.json b/lenses/physics-objects/Scene/assets/1645812458563576_1069275.json deleted file mode 100644 index d716eb5c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458563576_1069275.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458563576:1069275", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458565725_1069288.json b/lenses/physics-objects/Scene/assets/1645812458565725_1069288.json deleted file mode 100644 index f5557c87..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458565725_1069288.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458565725:1069288", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.590449333190918, - 1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ], - [ - 1.0, - [ - 9.590449333190918, - 1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458566005_1069295.json b/lenses/physics-objects/Scene/assets/1645812458566005_1069295.json deleted file mode 100644 index 275d3123..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458566005_1069295.json +++ /dev/null @@ -1,1621 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458566005:1069295", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019016504287719727, - 0.019773641601204872, - -0.028205810114741325, - 0.9992256164550781 - ] - ], - [ - 0.03333333507180214, - [ - -0.019016504287719727, - 0.019773641601204872, - -0.028205810114741325, - 0.9992256164550781 - ] - ], - [ - 0.06666667014360428, - [ - -0.021402496844530106, - 0.020463546738028526, - -0.029326576739549637, - 0.9991312026977539 - ] - ], - [ - 0.10000000149011612, - [ - -0.02381504885852337, - 0.021200822666287422, - -0.030421182513237, - 0.9990285038948059 - ] - ], - [ - 0.13333334028720856, - [ - -0.026190755888819695, - 0.02197023667395115, - -0.031460098922252655, - 0.998920202255249 - ] - ], - [ - 0.1666666716337204, - [ - -0.028467077761888504, - 0.022754952311515808, - -0.03241454437375069, - 0.9988098740577698 - ] - ], - [ - 0.20000000298023224, - [ - -0.030582167208194733, - 0.02353636920452118, - -0.03325652703642845, - 0.9987015724182129 - ] - ], - [ - 0.23333333432674408, - [ - -0.032474759966135025, - 0.024294128641486168, - -0.03395898640155792, - 0.9986000061035156 - ] - ], - [ - 0.2666666805744171, - [ - -0.034083977341651917, - 0.025006094947457314, - -0.03449591249227524, - 0.9985104203224182 - ] - ], - [ - 0.30000001192092896, - [ - -0.03538035973906517, - 0.025636551901698112, - -0.034851185977458954, - 0.9984369874000549 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634166717529297, - 0.026145346462726593, - -0.03501256927847862, - 0.9983837008476257 - ] - ], - [ - 0.36666667461395264, - [ - -0.036960095167160034, - 0.02647906169295311, - -0.034975551068782806, - 0.9983534216880798 - ] - ], - [ - 0.4333333373069763, - [ - -0.03732087463140488, - 0.02681426890194416, - -0.0346703864634037, - 0.9983416795730591 - ] - ], - [ - 0.5, - [ - -0.03685074672102928, - 0.02702496200799942, - -0.034305162727832794, - 0.9983661770820618 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640134632587433, - 0.027107229456305504, - -0.03409601002931595, - 0.9983875155448914 - ] - ], - [ - 0.5666666626930237, - [ - -0.03586404025554657, - 0.027185453101992607, - -0.033864181488752365, - 0.9984127283096313 - ] - ], - [ - 0.6000000238418579, - [ - -0.035249948501586914, - 0.027258723974227905, - -0.03361321985721588, - 0.9984410405158997 - ] - ], - [ - 0.6333333253860474, - [ - -0.034570157527923584, - 0.02732616290450096, - -0.03334673494100571, - 0.9984720349311829 - ] - ], - [ - 0.6666666865348816, - [ - -0.0338357612490654, - 0.02738691121339798, - -0.0330682136118412, - 0.9985046982765198 - ] - ], - [ - 0.699999988079071, - [ - -0.03305790573358536, - 0.02744012139737606, - -0.032781247049570084, - 0.9985387325286865 - ] - ], - [ - 0.7333333492279053, - [ - -0.03224766626954079, - 0.027484940364956856, - -0.032489314675331116, - 0.9985735416412354 - ] - ], - [ - 0.7666666507720947, - [ - -0.03141617402434349, - 0.02752048149704933, - -0.03219594061374664, - 0.9986085891723633 - ] - ], - [ - 0.800000011920929, - [ - -0.030574552714824677, - 0.027545833960175514, - -0.03190460801124573, - 0.9986433386802673 - ] - ], - [ - 0.8333333134651184, - [ - -0.029733911156654358, - 0.027560055255889893, - -0.03161880746483803, - 0.9986774325370789 - ] - ], - [ - 0.8666666746139526, - [ - -0.028905391693115234, - 0.027562161907553673, - -0.03134196251630783, - 0.9987103939056396 - ] - ], - [ - 0.8999999761581421, - [ - -0.028100116178393364, - 0.027551110833883286, - -0.03107750229537487, - 0.9987419843673706 - ] - ], - [ - 0.9333333373069763, - [ - -0.027329225093126297, - 0.02752581425011158, - -0.030828848481178284, - 0.9987717866897583 - ] - ], - [ - 0.9666666388511658, - [ - -0.026603879407048225, - 0.027485117316246033, - -0.03059939295053482, - 0.9987996220588684 - ] - ], - [ - 1.0, - [ - -0.025935200974345207, - 0.027427811175584793, - -0.03039245307445526, - 0.9988250136375427 - ] - ], - [ - 1.0333333015441895, - [ - -0.025334374979138374, - 0.02735264040529728, - -0.03021138347685337, - 0.9988480806350708 - ] - ], - [ - 1.0666667222976685, - [ - -0.024812545627355576, - 0.02725825086236, - -0.0300595723092556, - 0.9988682270050049 - ] - ], - [ - 1.100000023841858, - [ - -0.024380898103117943, - 0.027143293991684914, - -0.02994019351899624, - 0.9988855719566345 - ] - ], - [ - 1.1333333253860474, - [ - -0.024064190685749054, - 0.02700183540582657, - -0.02986069768667221, - 0.9988994598388672 - ] - ], - [ - 1.1666666269302368, - [ - -0.023883672431111336, - 0.026829112321138382, - -0.029827198013663292, - 0.9989094734191895 - ] - ], - [ - 1.2000000476837158, - [ - -0.023752111941576004, - 0.026625080034136772, - -0.029824841767549515, - 0.9989181160926819 - ] - ], - [ - 1.2333333492279053, - [ - -0.023597225546836853, - 0.026387503370642662, - -0.02984590083360672, - 0.9989274740219116 - ] - ], - [ - 1.2666666507720947, - [ - -0.023450369015336037, - 0.026119250804185867, - -0.029893018305301666, - 0.9989365935325623 - ] - ], - [ - 1.2999999523162842, - [ - -0.023338373750448227, - 0.025829963386058807, - -0.029957348480820656, - 0.9989447593688965 - ] - ], - [ - 1.3666666746139526, - [ - -0.023257261142134666, - 0.025211403146386147, - -0.030113812536001205, - 0.9989578723907471 - ] - ], - [ - 1.4333332777023315, - [ - -0.02339494228363037, - 0.024569198489189148, - -0.03027745708823204, - 0.9989656209945679 - ] - ], - [ - 1.4666666984558105, - [ - -0.023531785234808922, - 0.02424396015703678, - -0.03035684861242771, - 0.9989679455757141 - ] - ], - [ - 1.5, - [ - -0.02370399422943592, - 0.023917896673083305, - -0.03043248876929283, - 0.9989694356918335 - ] - ], - [ - 1.5333333015441895, - [ - -0.023904090747237206, - 0.023592473939061165, - -0.030502906069159508, - 0.9989702701568604 - ] - ], - [ - 1.600000023841858, - [ - -0.024357998743653297, - 0.022949595004320145, - -0.030621884390711784, - 0.998970627784729 - ] - ], - [ - 1.6333333253860474, - [ - -0.02459683082997799, - 0.022635160014033318, - -0.03066752292215824, - 0.9989705681800842 - ] - ], - [ - 1.6666666269302368, - [ - -0.024833569303154945, - 0.02232743240892887, - -0.030701955780386925, - 0.9989705681800842 - ] - ], - [ - 1.7000000476837158, - [ - -0.025060711428523064, - 0.022027917206287384, - -0.030723771080374718, - 0.9989708662033081 - ] - ], - [ - 1.7666666507720947, - [ - -0.0254561398178339, - 0.02145957201719284, - -0.03072376549243927, - 0.9989732503890991 - ] - ], - [ - 1.8666666746139526, - [ - -0.025789178907871246, - 0.02070596255362034, - -0.03059295006096363, - 0.9989846348762512 - ] - ], - [ - 1.9666666984558105, - [ - -0.025629112496972084, - 0.02010505460202694, - -0.03026999905705452, - 0.9990108609199524 - ] - ], - [ - 2.0333333015441895, - [ - -0.02514777146279812, - 0.01980692334473133, - -0.029927682131528854, - 0.999039351940155 - ] - ], - [ - 2.066666603088379, - [ - -0.024772057309746742, - 0.019692249596118927, - -0.029713647440075874, - 0.999057412147522 - ] - ], - [ - 2.0999999046325684, - [ - -0.024296250194311142, - 0.019601965323090553, - -0.029468845576047897, - 0.999078094959259 - ] - ], - [ - 2.133333444595337, - [ - -0.023696983233094215, - 0.019542215391993523, - -0.029188137501478195, - 0.999101996421814 - ] - ], - [ - 2.1666667461395264, - [ - -0.02295767143368721, - 0.01951666921377182, - -0.02886781468987465, - 0.9991289973258972 - ] - ], - [ - 2.200000047683716, - [ - -0.022061558440327644, - 0.019532060250639915, - -0.02850339375436306, - 0.9991593360900879 - ] - ], - [ - 2.2333333492279053, - [ - -0.02098172903060913, - 0.019591502845287323, - -0.028062719851732254, - 0.9991939067840576 - ] - ], - [ - 2.2666666507720947, - [ - -0.019701242446899414, - 0.019680198282003403, - -0.027528934180736542, - 0.999233067035675 - ] - ], - [ - 2.299999952316284, - [ - -0.01821204088628292, - 0.01978018321096897, - -0.02692222222685814, - 0.9992758631706238 - ] - ], - [ - 2.3333332538604736, - [ - -0.016535475850105286, - 0.019881559535861015, - -0.026261037215590477, - 0.9993206262588501 - ] - ], - [ - 2.366666555404663, - [ - -0.014697249047458172, - 0.019976461306214333, - -0.02556319162249565, - 0.999365508556366 - ] - ], - [ - 2.4000000953674316, - [ - -0.012623335234820843, - 0.020064283162355423, - -0.024822968989610672, - 0.9994107484817505 - ] - ], - [ - 2.433333396911621, - [ - -0.010252977721393108, - 0.02015034854412079, - -0.02402937225997448, - 0.9994555711746216 - ] - ], - [ - 2.4666666984558105, - [ - -0.007627540268003941, - 0.02023550309240818, - -0.023193184286355972, - 0.9994971752166748 - ] - ], - [ - 2.5, - [ - -0.004788431338965893, - 0.020320752635598183, - -0.02232518047094345, - 0.9995327591896057 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017772340215742588, - 0.020406996831297874, - -0.021436264738440514, - 0.9995603561401367 - ] - ], - [ - 2.566666603088379, - [ - 0.0013643985148519278, - 0.020495032891631126, - -0.020537223666906357, - 0.9995781779289246 - ] - ], - [ - 2.5999999046325684, - [ - 0.004594700410962105, - 0.020585276186466217, - -0.01963888108730316, - 0.9995846152305603 - ] - ], - [ - 2.633333444595337, - [ - 0.007871869020164013, - 0.020677782595157623, - -0.018751967698335648, - 0.9995794296264648 - ] - ], - [ - 2.6666667461395264, - [ - 0.011153857223689556, - 0.020772064104676247, - -0.017887186259031296, - 0.9995620846748352 - ] - ], - [ - 2.700000047683716, - [ - 0.014398707076907158, - 0.020867127925157547, - -0.017055053263902664, - 0.9995330572128296 - ] - ], - [ - 2.7333333492279053, - [ - 0.017564330250024796, - 0.020961299538612366, - -0.016265995800495148, - 0.9994936585426331 - ] - ], - [ - 2.7666666507720947, - [ - 0.02060863748192787, - 0.021052300930023193, - -0.015530259348452091, - 0.9994453191757202 - ] - ], - [ - 2.799999952316284, - [ - 0.02348945289850235, - 0.02113720402121544, - -0.014857878908514977, - 0.999390184879303 - ] - ], - [ - 2.8333332538604736, - [ - 0.026164647191762924, - 0.02121240645647049, - -0.01425869669765234, - 0.9993308186531067 - ] - ], - [ - 2.866666555404663, - [ - 0.028592078015208244, - 0.021273577585816383, - -0.013742384500801563, - 0.9992703795433044 - ] - ], - [ - 2.9000000953674316, - [ - 0.030729640275239944, - 0.02131587825715542, - -0.013318289071321487, - 0.9992116689682007 - ] - ], - [ - 2.933333396911621, - [ - 0.03248587250709534, - 0.021328231319785118, - -0.013004551641643047, - 0.9991599917411804 - ] - ], - [ - 2.9666666984558105, - [ - 0.03378558158874512, - 0.021300407126545906, - -0.012815949507057667, - 0.9991198778152466 - ] - ], - [ - 3.0, - [ - 0.034613680094480515, - 0.021228745579719543, - -0.012756014242768288, - 0.9990938305854797 - ] - ], - [ - 3.0333333015441895, - [ - 0.034966256469488144, - 0.02111111395061016, - -0.012825787998735905, - 0.9990831613540649 - ] - ], - [ - 3.066666603088379, - [ - 0.034836821258068085, - 0.020943259820342064, - -0.013025281019508839, - 0.9990886449813843 - ] - ], - [ - 3.0999999046325684, - [ - 0.034230563789606094, - 0.02079676277935505, - -0.013407125137746334, - 0.9991075992584229 - ] - ], - [ - 3.133333444595337, - [ - 0.03317447006702423, - 0.0207511018961668, - -0.014004443772137165, - 0.9991360902786255 - ] - ], - [ - 3.1666667461395264, - [ - 0.03171280398964882, - 0.020810572430491447, - -0.01478290744125843, - 0.9991710186004639 - ] - ], - [ - 3.200000047683716, - [ - 0.02991047129034996, - 0.020969809964299202, - -0.015705948695540428, - 0.9992091655731201 - ] - ], - [ - 3.2333333492279053, - [ - 0.027807338163256645, - 0.021219652146100998, - -0.01674281246960163, - 0.9992479085922241 - ] - ], - [ - 3.2666666507720947, - [ - 0.02543501742184162, - 0.021548733115196228, - -0.017867501825094223, - 0.9992845058441162 - ] - ], - [ - 3.299999952316284, - [ - 0.022855078801512718, - 0.021948467940092087, - -0.01905125379562378, - 0.9993162751197815 - ] - ], - [ - 3.3333332538604736, - [ - 0.020128533244132996, - 0.022410091012716293, - -0.0202649999409914, - 0.9993407726287842 - ] - ], - [ - 3.366666555404663, - [ - 0.01731584407389164, - 0.022924302145838737, - -0.021479595452547073, - 0.9993564486503601 - ] - ], - [ - 3.4000000953674316, - [ - 0.014476709067821503, - 0.023480625823140144, - -0.02266610972583294, - 0.9993624687194824 - ] - ], - [ - 3.433333396911621, - [ - 0.011670216917991638, - 0.024067210033535957, - -0.023795852437615395, - 0.9993589520454407 - ] - ], - [ - 3.4666666984558105, - [ - 0.008954607881605625, - 0.02467040717601776, - -0.024840721860527992, - 0.9993468523025513 - ] - ], - [ - 3.5, - [ - 0.006387506145983934, - 0.025274762883782387, - -0.02577320672571659, - 0.9993278384208679 - ] - ], - [ - 3.5333333015441895, - [ - 0.004025978036224842, - 0.025862786918878555, - -0.026566654443740845, - 0.9993044137954712 - ] - ], - [ - 3.566666603088379, - [ - 0.001926723518408835, - 0.026415100321173668, - -0.02719525434076786, - 0.9992792010307312 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010056360042653978, - 0.02689979039132595, - -0.027645962312817574, - 0.9992557764053345 - ] - ], - [ - 3.633333444595337, - [ - -0.0014340229099616408, - 0.02728186920285225, - -0.027906935662031174, - 0.9992371201515198 - ] - ], - [ - 3.6666667461395264, - [ - -0.002651034854352474, - 0.0275157168507576, - -0.027968866750597954, - 0.9992265105247498 - ] - ], - [ - 3.700000047683716, - [ - -0.0035699512809515, - 0.027632668614387512, - -0.02792411483824253, - 0.999221682548523 - ] - ], - [ - 3.7333333492279053, - [ - -0.0042202891781926155, - 0.027714036405086517, - -0.02786862850189209, - 0.9992185235023499 - ] - ], - [ - 3.799999952316284, - [ - -0.004870711825788021, - 0.027839122340083122, - -0.02770797535777092, - 0.9992165565490723 - ] - ], - [ - 3.933333396911621, - [ - -0.004413742106407881, - 0.02806466445326805, - -0.027101609855890274, - 0.9992288947105408 - ] - ], - [ - 3.9666666984558105, - [ - -0.004113971721380949, - 0.028115587309002876, - -0.026908790692687035, - 0.9992339611053467 - ] - ], - [ - 4.0333333015441895, - [ - -0.0033808904699981213, - 0.02820078656077385, - -0.026499222964048386, - 0.9992453455924988 - ] - ], - [ - 4.066666603088379, - [ - -0.0029705313500016928, - 0.028232410550117493, - -0.026289351284503937, - 0.9992513060569763 - ] - ], - [ - 4.099999904632568, - [ - -0.0025462631601840258, - 0.028254933655261993, - -0.02608063817024231, - 0.9992572069168091 - ] - ], - [ - 4.133333206176758, - [ - -0.002119573066011071, - 0.028267020359635353, - -0.02587648294866085, - 0.9992631673812866 - ] - ], - [ - 4.199999809265137, - [ - -0.0013048761757090688, - 0.028254367411136627, - -0.02549540437757969, - 0.999274730682373 - ] - ], - [ - 4.266666889190674, - [ - -0.0006183877121657133, - 0.02818312868475914, - -0.025172999128699303, - 0.9992855787277222 - ] - ], - [ - 4.333333492279053, - [ - -0.00015213689766824245, - 0.028041329234838486, - -0.02493591420352459, - 0.999295711517334 - ] - ], - [ - 4.433333396911621, - [ - -8.075963705778122e-05, - 0.02766500785946846, - -0.024802004918456078, - 0.9993095397949219 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002994318201672286, - 0.02748136594891548, - -0.024838296696543694, - 0.9993136525154114 - ] - ], - [ - 4.5, - [ - -0.0006741720717400312, - 0.027261829003691673, - -0.024926213547587395, - 0.9993172883987427 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012318480294197798, - 0.026999300345778465, - -0.025077762082219124, - 0.9993200898170471 - ] - ], - [ - 4.566666603088379, - [ - -0.00199197162874043, - 0.026694994419813156, - -0.02529294416308403, - 0.999321699142456 - ] - ], - [ - 4.599999904632568, - [ - -0.002967976266518235, - 0.026357833296060562, - -0.025560494512319565, - 0.9993213415145874 - ] - ], - [ - 4.633333206176758, - [ - -0.004156157840043306, - 0.025994038209319115, - -0.025871893391013145, - 0.9993185997009277 - ] - ], - [ - 4.666666507720947, - [ - -0.005550603847950697, - 0.025609543547034264, - -0.026219410821795464, - 0.999312698841095 - ] - ], - [ - 4.699999809265137, - [ - -0.007142327725887299, - 0.025209901854395866, - -0.026596255600452423, - 0.9993028044700623 - ] - ], - [ - 4.733333110809326, - [ - -0.008909935131669044, - 0.02479802630841732, - -0.026998620480298996, - 0.9992881417274475 - ] - ], - [ - 4.766666889190674, - [ - -0.010832050815224648, - 0.024376826360821724, - -0.02742278203368187, - 0.9992679357528687 - ] - ], - [ - 4.800000190734863, - [ - -0.012887151911854744, - 0.023949362337589264, - -0.02786490134894848, - 0.9992416501045227 - ] - ], - [ - 4.833333492279053, - [ - -0.015053807757794857, - 0.02351863496005535, - -0.028321215882897377, - 0.9992087483406067 - ] - ], - [ - 4.866666793823242, - [ - -0.017310498282313347, - 0.023087600246071815, - -0.028787873685359955, - 0.9991689324378967 - ] - ], - [ - 4.900000095367432, - [ - -0.01965046301484108, - 0.022658273577690125, - -0.029263701289892197, - 0.9991216659545898 - ] - ], - [ - 4.933333396911621, - [ - -0.022067857906222343, - 0.02223251573741436, - -0.02974783442914486, - 0.9990664720535278 - ] - ], - [ - 4.9666666984558105, - [ - -0.024542439728975296, - 0.02181321755051613, - -0.030236538499593735, - 0.9990032911300659 - ] - ], - [ - 5.0, - [ - -0.0270539578050375, - 0.021403182297945023, - -0.03072606958448887, - 0.9989324808120728 - ] - ], - [ - 5.0333333015441895, - [ - -0.029582101851701736, - 0.021005062386393547, - -0.03121253475546837, - 0.9988541007041931 - ] - ], - [ - 5.066666603088379, - [ - -0.03210653364658356, - 0.020621415227651596, - -0.031692009419202805, - 0.9987691044807434 - ] - ], - [ - 5.099999904632568, - [ - -0.03460690379142761, - 0.02025468833744526, - -0.03216036781668663, - 0.9986781477928162 - ] - ], - [ - 5.133333206176758, - [ - -0.03706284612417221, - 0.019907159730792046, - -0.03261341527104378, - 0.9985821843147278 - ] - ], - [ - 5.166666507720947, - [ - -0.03945391625165939, - 0.019580893218517303, - -0.0330469012260437, - 0.998482882976532 - ] - ], - [ - 5.199999809265137, - [ - -0.041759707033634186, - 0.019277818500995636, - -0.03345638886094093, - 0.9983813762664795 - ] - ], - [ - 5.233333110809326, - [ - -0.04395977035164833, - 0.018999695777893066, - -0.03383735194802284, - 0.998279333114624 - ] - ], - [ - 5.266666889190674, - [ - -0.046033695340156555, - 0.018748043105006218, - -0.03418521210551262, - 0.9981787204742432 - ] - ], - [ - 5.300000190734863, - [ - -0.047960951924324036, - 0.018524233251810074, - -0.034495193511247635, - 0.9980815052986145 - ] - ], - [ - 5.333333492279053, - [ - -0.049721091985702515, - 0.018329409882426262, - -0.03476253151893616, - 0.9979897141456604 - ] - ], - [ - 5.366666793823242, - [ - -0.051293667405843735, - 0.01816456951200962, - -0.034982260316610336, - 0.997905433177948 - ] - ], - [ - 5.400000095367432, - [ - -0.052658189088106155, - 0.018030444160103798, - -0.03514945134520531, - 0.9978309273719788 - ] - ], - [ - 5.433333396911621, - [ - -0.053778499364852905, - 0.017933789640665054, - -0.03525586426258087, - 0.9977691769599915 - ] - ], - [ - 5.4666666984558105, - [ - -0.054625190794467926, - 0.017878491431474686, - -0.035294704139232635, - 0.997722864151001 - ] - ], - [ - 5.5, - [ - -0.05516854673624039, - 0.017871644347906113, - -0.03525765240192413, - 0.9976943135261536 - ] - ], - [ - 5.5333333015441895, - [ - -0.05536891892552376, - 0.017912419512867928, - -0.03510849550366402, - 0.9976877570152283 - ] - ], - [ - 5.566666603088379, - [ - -0.055196795612573624, - 0.017979709431529045, - -0.03482646867632866, - 0.9977060556411743 - ] - ], - [ - 5.599999904632568, - [ - -0.054631564766168594, - 0.01805223524570465, - -0.03442820906639099, - 0.9977495670318604 - ] - ], - [ - 5.633333206176758, - [ - -0.05368165671825409, - 0.018118910491466522, - -0.03392893075942993, - 0.9978170394897461 - ] - ], - [ - 5.666666507720947, - [ - -0.05235996097326279, - 0.01817123405635357, - -0.033343445509672165, - 0.9979060292243958 - ] - ], - [ - 5.699999809265137, - [ - -0.05068550258874893, - 0.01820378378033638, - -0.032685644924640656, - 0.9980136752128601 - ] - ], - [ - 5.733333110809326, - [ - -0.04869816452264786, - 0.018218258395791054, - -0.031966060400009155, - 0.9981357455253601 - ] - ], - [ - 5.766666889190674, - [ - -0.046437811106443405, - 0.018216758966445923, - -0.031195281073451042, - 0.9982677698135376 - ] - ], - [ - 5.800000190734863, - [ - -0.043944500386714935, - 0.01820162497460842, - -0.03038395568728447, - 0.998405933380127 - ] - ], - [ - 5.833333492279053, - [ - -0.041258305311203, - 0.01817527785897255, - -0.029542747884988785, - 0.9985463619232178 - ] - ], - [ - 5.866666793823242, - [ - -0.038419488817453384, - 0.01814010553061962, - -0.028682217001914978, - 0.9986852407455444 - ] - ], - [ - 5.900000095367432, - [ - -0.03546840324997902, - 0.018098246306180954, - -0.02781311795115471, - 0.9988197684288025 - ] - ], - [ - 5.933333396911621, - [ - -0.03244553133845329, - 0.018051568418741226, - -0.026946067810058594, - 0.9989471435546875 - ] - ], - [ - 5.9666666984558105, - [ - -0.029391521587967873, - 0.018001530319452286, - -0.02609170228242874, - 0.9990652203559875 - ] - ], - [ - 6.0, - [ - -0.0263470858335495, - 0.01794903539121151, - -0.025260744616389275, - 0.9991724491119385 - ] - ], - [ - 6.0333333015441895, - [ - -0.02335304766893387, - 0.017894521355628967, - -0.024463720619678497, - 0.9992676973342896 - ] - ], - [ - 6.066666603088379, - [ - -0.02045033685863018, - 0.01783774606883526, - -0.02371121570467949, - 0.9993504881858826 - ] - ], - [ - 6.099999904632568, - [ - -0.017679937183856964, - 0.017777858301997185, - -0.02301369607448578, - 0.999420702457428 - ] - ], - [ - 6.133333206176758, - [ - -0.015082867816090584, - 0.017713338136672974, - -0.02238152176141739, - 0.9994787573814392 - ] - ], - [ - 6.166666507720947, - [ - -0.012700187042355537, - 0.01764199510216713, - -0.021824980154633522, - 0.9995255470275879 - ] - ], - [ - 6.199999809265137, - [ - -0.010572941042482853, - 0.01756098121404648, - -0.021354228258132935, - 0.9995619058609009 - ] - ], - [ - 6.233333110809326, - [ - -0.008742191828787327, - 0.017466850578784943, - -0.02097924053668976, - 0.9995890855789185 - ] - ], - [ - 6.266666889190674, - [ - -0.007248900830745697, - 0.017355507239699364, - -0.02070995606482029, - 0.99960857629776 - ] - ], - [ - 6.300000190734863, - [ - -0.006131012924015522, - 0.017223063856363297, - -0.0205555260181427, - 0.999621570110321 - ] - ], - [ - 6.333333492279053, - [ - -0.0054152244701981544, - 0.017067670822143555, - -0.02052292786538601, - 0.9996291399002075 - ] - ], - [ - 6.366666793823242, - [ - -0.005131384823471308, - 0.01688384637236595, - -0.020618341863155365, - 0.9996317028999329 - ] - ], - [ - 6.400000095367432, - [ - -0.005296250805258751, - 0.016748515889048576, - -0.02089274488389492, - 0.999627411365509 - ] - ], - [ - 6.433333396911621, - [ - -0.005903844255954027, - 0.016744667664170265, - -0.02137862704694271, - 0.9996137619018555 - ] - ], - [ - 6.4666666984558105, - [ - -0.006931487936526537, - 0.016872357577085495, - -0.02204863913357258, - 0.9995905756950378 - ] - ], - [ - 6.5, - [ - -0.008336770348250866, - 0.017120830714702606, - -0.022871825844049454, - 0.9995570182800293 - ] - ], - [ - 6.5333333015441895, - [ - -0.010070250369608402, - 0.017479149624705315, - -0.02381674200296402, - 0.999512791633606 - ] - ], - [ - 6.566666603088379, - [ - -0.012071564793586731, - 0.01793569140136242, - -0.02485274337232113, - 0.9994572997093201 - ] - ], - [ - 6.599999904632568, - [ - -0.014273831620812416, - 0.018478447571396828, - -0.025949787348508835, - 0.9993905425071716 - ] - ], - [ - 6.633333206176758, - [ - -0.01661069318652153, - 0.019095318391919136, - -0.027077598497271538, - 0.9993128776550293 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458566253_1069302.json b/lenses/physics-objects/Scene/assets/1645812458566253_1069302.json deleted file mode 100644 index b829488f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458566253_1069302.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458566253:1069302", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458568216_1069315.json b/lenses/physics-objects/Scene/assets/1645812458568216_1069315.json deleted file mode 100644 index 9813aabe..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458568216_1069315.json +++ /dev/null @@ -1,586 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458568216:1069315", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.586286544799805, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.511849403381348, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.53223705291748, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.550731658935547, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.575698852539063, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.56080436706543, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.521554946899414, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.507804870605469, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.540088653564453, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.592049598693848, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.628941535949707, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.607305526733398, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.588858604431152, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.528346061706543, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.52590274810791, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.590409278869629, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.614852905273438, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.627761840820313, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.606452941894531, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.559947967529297, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.522756576538086, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.519936561584473, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.540730476379395, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56845760345459, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.600556373596191, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.62232780456543, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.62673568725586, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.663680076599121, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.647927284240723, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.539560317993164, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.514644622802734, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.5225830078125, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.552889823913574, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.588414192199707, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.607246398925781, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.645431518554688, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.679816246032715, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.655259132385254, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.579928398132324, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.533205032348633, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.535496711730957, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.55568790435791, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.58426284790039, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.620474815368652, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.650500297546387, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.655533790588379, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.62113094329834, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.561349868774414, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.526495933532715, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.520615577697754, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.549274444580078, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.629871368408203, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.670262336730957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.633353233337402, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.580317497253418, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.555824279785156, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.555459976196289, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.586343765258789, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.627274513244629, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.663873672485352, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.694721221923828, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.71712589263916, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.7100191116333, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.670751571655273, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.534368515014648, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.508350372314453, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.520478248596191, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.545428276062012, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.579495429992676, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458568592_1069322.json b/lenses/physics-objects/Scene/assets/1645812458568592_1069322.json deleted file mode 100644 index 917c1565..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458568592_1069322.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458568592:1069322", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ], - [ - 0.03333333507180214, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ], - [ - 0.06666667014360428, - [ - -0.04022965207695961, - 0.037780050188302994, - 0.012808019295334816, - 0.9983938336372375 - ] - ], - [ - 0.10000000149011612, - [ - -0.03783950209617615, - 0.031578123569488525, - 0.011605700477957726, - 0.9987173080444336 - ] - ], - [ - 0.13333334028720856, - [ - -0.033290158957242966, - 0.03046623431146145, - 0.05096108838915825, - 0.9976806044578552 - ] - ], - [ - 0.1666666716337204, - [ - -0.027337610721588135, - 0.03278857097029686, - 0.050253015011548996, - 0.9978238344192505 - ] - ], - [ - 0.20000000298023224, - [ - -0.022061550989747047, - 0.03519520163536072, - 0.027978958562016487, - 0.9987450838088989 - ] - ], - [ - 0.23333333432674408, - [ - -0.0188459362834692, - 0.0383150540292263, - -0.010551763698458672, - 0.9990322589874268 - ] - ], - [ - 0.2666666805744171, - [ - -0.016627687960863113, - 0.04391121491789818, - -0.05530039593577385, - 0.9973652362823486 - ] - ], - [ - 0.30000001192092896, - [ - -0.07927332073450089, - 0.03902655467391014, - 0.04331505298614502, - 0.9951465725898743 - ] - ], - [ - 0.3333333432674408, - [ - -0.16290698945522308, - 0.018644945695996284, - 0.14082126319408417, - 0.9763621687889099 - ] - ], - [ - 0.36666667461395264, - [ - -0.20890389382839203, - 0.012963192537426949, - 0.13236701488494873, - 0.9688498973846436 - ] - ], - [ - 0.4000000059604645, - [ - -0.25136715173721313, - 0.011780010536313057, - 0.11137113720178604, - 0.9613907933235168 - ] - ], - [ - 0.4333333373069763, - [ - -0.2823568880558014, - 0.014484881423413754, - 0.08632449805736542, - 0.9553078413009644 - ] - ], - [ - 0.46666666865348816, - [ - -0.2941238284111023, - 0.018277060240507126, - 0.06528399884700775, - 0.9533600211143494 - ] - ], - [ - 0.5, - [ - 0.0025377548299729824, - 0.03177857771515846, - 0.05140353739261627, - 0.9981690049171448 - ] - ], - [ - 0.5333333611488342, - [ - 0.0137231620028615, - 0.03591618686914444, - 0.0804072916507721, - 0.9960202574729919 - ] - ], - [ - 0.5666666626930237, - [ - 0.025661684572696686, - 0.04607798904180527, - 0.07154184579849243, - 0.9960421919822693 - ] - ], - [ - 0.6000000238418579, - [ - 0.035251546651124954, - 0.04954780638217926, - 0.04189683869481087, - 0.997269868850708 - ] - ], - [ - 0.6333333253860474, - [ - 0.03812742605805397, - 0.04230475053191185, - -7.396090222755447e-05, - 0.9983770847320557 - ] - ], - [ - 0.6666666865348816, - [ - 0.033747509121894836, - 0.033370401710271835, - -0.04945877566933632, - 0.9976480007171631 - ] - ], - [ - 0.699999988079071, - [ - 0.02468663826584816, - 0.03218187391757965, - -0.09750404953956604, - 0.9944083094596863 - ] - ], - [ - 0.7333333492279053, - [ - 0.012629278004169464, - 0.03989101201295853, - -0.1315893530845642, - 0.990420937538147 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003297251823823899, - 0.04980413615703583, - -0.14350725710391998, - 0.9883953332901001 - ] - ], - [ - 0.800000011920929, - [ - -0.009750792756676674, - 0.05415964499115944, - -0.1323738396167755, - 0.9896711707115173 - ] - ], - [ - 0.8333333134651184, - [ - -0.015922926366329193, - 0.05165847763419151, - -0.10438374429941177, - 0.9930670261383057 - ] - ], - [ - 0.8666666746139526, - [ - -0.01749907061457634, - 0.04566431790590286, - -0.06395143270492554, - 0.9967541098594666 - ] - ], - [ - 0.8999999761581421, - [ - -0.014053372666239738, - 0.04020240530371666, - -0.015469910576939583, - 0.9989729523658752 - ] - ], - [ - 0.9333333373069763, - [ - -0.0055413381196558475, - 0.038558151572942734, - 0.03224780410528183, - 0.9987205266952515 - ] - ], - [ - 0.9666666388511658, - [ - 0.006872269324958324, - 0.040906134992837906, - 0.06796857714653015, - 0.9968249201774597 - ] - ], - [ - 1.0, - [ - 0.020606935024261475, - 0.04451717808842659, - 0.08271682262420654, - 0.9953650236129761 - ] - ], - [ - 1.0333333015441895, - [ - 0.03245556727051735, - 0.045694030821323395, - 0.06934035569429398, - 0.9960173964500427 - ] - ], - [ - 1.0666667222976685, - [ - 0.039770323783159256, - 0.04357045143842697, - 0.031445421278476715, - 0.9977630376815796 - ] - ], - [ - 1.100000023841858, - [ - 0.04099009558558464, - 0.04086320102214813, - -0.021465424448251724, - 0.9980928301811218 - ] - ], - [ - 1.1333333253860474, - [ - 0.03417243808507919, - 0.04013022407889366, - -0.07758016884326935, - 0.995591938495636 - ] - ], - [ - 1.1666666269302368, - [ - 0.02268051914870739, - 0.04295012354850769, - -0.12160374224185944, - 0.9913896322250366 - ] - ], - [ - 1.2000000476837158, - [ - 0.010073523037135601, - 0.048614438623189926, - -0.13993027806282043, - 0.9889159202575684 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019024302018806338, - 0.05165921151638031, - -0.12816433608531952, - 0.9904047846794128 - ] - ], - [ - 1.2666666507720947, - [ - -0.010898986831307411, - 0.04961349442601204, - -0.09596199542284012, - 0.9940880537033081 - ] - ], - [ - 1.2999999523162842, - [ - -0.014727325178682804, - 0.04403771460056305, - -0.04866333305835724, - 0.9977353811264038 - ] - ], - [ - 1.3333333730697632, - [ - -0.01264277845621109, - 0.04000768065452576, - 0.007712631486356258, - 0.9990895986557007 - ] - ], - [ - 1.3666666746139526, - [ - -0.006186942104250193, - 0.04466114193201065, - 0.055176056921482086, - 0.9974582195281982 - ] - ], - [ - 1.399999976158142, - [ - 0.0018394719809293747, - 0.05652622878551483, - 0.07367648184299469, - 0.9956772327423096 - ] - ], - [ - 1.4333332777023315, - [ - 0.007314214948564768, - 0.06250523030757904, - 0.05898921936750412, - 0.9962731003761292 - ] - ], - [ - 1.4666666984558105, - [ - 0.00816586334258318, - 0.05543007329106331, - 0.024458549916744232, - 0.9981295466423035 - ] - ], - [ - 1.5, - [ - 0.004498160909861326, - 0.038066886365413666, - -0.01981029100716114, - 0.9990686774253845 - ] - ], - [ - 1.5333333015441895, - [ - -0.004271220415830612, - 0.018821420148015022, - -0.06790660321712494, - 0.9975050091743469 - ] - ], - [ - 1.5666667222976685, - [ - -0.016748037189245224, - 0.007186092436313629, - -0.11327016353607178, - 0.9933971762657166 - ] - ], - [ - 1.600000023841858, - [ - -0.03166510537266731, - 0.007073130924254656, - -0.14671023190021515, - 0.9886472821235657 - ] - ], - [ - 1.6333333253860474, - [ - -0.04644022881984711, - 0.014687634073197842, - -0.16014371812343597, - 0.9858912825584412 - ] - ], - [ - 1.6666666269302368, - [ - -0.059209998697042465, - 0.023612378165125847, - -0.14866293966770172, - 0.9868313670158386 - ] - ], - [ - 1.7000000476837158, - [ - -0.06890706717967987, - 0.028114553540945053, - -0.1182725578546524, - 0.990188479423523 - ] - ], - [ - 1.7333333492279053, - [ - -0.07427904009819031, - 0.02995188534259796, - -0.07356501370668411, - 0.9940692782402039 - ] - ], - [ - 1.7666666507720947, - [ - -0.07444582879543304, - 0.032569270581007004, - -0.01834813319146633, - 0.9965241551399231 - ] - ], - [ - 1.7999999523162842, - [ - -0.06929720193147659, - 0.0360863022506237, - 0.031591761857271194, - 0.9964424967765808 - ] - ], - [ - 1.8333333730697632, - [ - -0.06081065163016319, - 0.040136005729436874, - 0.056867338716983795, - 0.9957194924354553 - ] - ], - [ - 1.8666666746139526, - [ - -0.05278174206614494, - 0.041184742003679276, - 0.04628770798444748, - 0.9966821670532227 - ] - ], - [ - 1.899999976158142, - [ - -0.047029510140419006, - 0.038340725004673004, - 0.00793095026165247, - 0.9981259107589722 - ] - ], - [ - 1.9333332777023315, - [ - -0.04432572051882744, - 0.03527912497520447, - -0.04458964988589287, - 0.997397780418396 - ] - ], - [ - 1.9666666984558105, - [ - -0.047905243933200836, - 0.03557271510362625, - -0.09795878082513809, - 0.9934000968933105 - ] - ], - [ - 2.0, - [ - -0.0586109384894371, - 0.036988504230976105, - -0.13878995180130005, - 0.9878937005996704 - ] - ], - [ - 2.0333333015441895, - [ - -0.07253905385732651, - 0.03454083204269409, - -0.15636016428470612, - 0.9844269752502441 - ] - ], - [ - 2.066666603088379, - [ - -0.08575765043497086, - 0.029544157907366753, - -0.14270584285259247, - 0.9856002330780029 - ] - ], - [ - 2.0999999046325684, - [ - -0.09471745043992996, - 0.025199776515364647, - -0.10525308549404144, - 0.9896037578582764 - ] - ], - [ - 2.133333444595337, - [ - -0.09608254581689835, - 0.025441745296120644, - -0.05023398622870445, - 0.9937793612480164 - ] - ], - [ - 2.1666667461395264, - [ - -0.0893249362707138, - 0.027393586933612823, - 0.01243642345070839, - 0.9955480694770813 - ] - ], - [ - 2.200000047683716, - [ - -0.0761909931898117, - 0.027348773553967476, - 0.05125857889652252, - 0.9953992962837219 - ] - ], - [ - 2.2333333492279053, - [ - -0.06194302812218666, - 0.0298107098788023, - 0.041384272277355194, - 0.9967756867408752 - ] - ], - [ - 2.2666666507720947, - [ - -0.051290906965732574, - 0.037396129220724106, - -0.006055242381989956, - 0.9979650974273682 - ] - ], - [ - 2.299999952316284, - [ - -0.04510418325662613, - 0.04897304251790047, - -0.067339688539505, - 0.995506227016449 - ] - ], - [ - 2.3333332538604736, - [ - -0.04451705515384674, - 0.05983981117606163, - -0.11915690451860428, - 0.9900703430175781 - ] - ], - [ - 2.366666555404663, - [ - -0.048391666263341904, - 0.06468173116445541, - -0.14201407134532928, - 0.9865630865097046 - ] - ], - [ - 2.4000000953674316, - [ - -0.05467628687620163, - 0.061630092561244965, - -0.12728892266750336, - 0.988438069820404 - ] - ], - [ - 2.433333396911621, - [ - -0.05946359783411026, - 0.05062997341156006, - -0.08822628855705261, - 0.9930342435836792 - ] - ], - [ - 2.4666666984558105, - [ - -0.05812322720885277, - 0.034480635076761246, - -0.03610976040363312, - 0.9970601201057434 - ] - ], - [ - 2.5, - [ - -0.04972124472260475, - 0.017422553151845932, - 0.017696598544716835, - 0.9984544515609741 - ] - ], - [ - 2.5333333015441895, - [ - -0.035792287439107895, - 0.005595199763774872, - 0.0542423278093338, - 0.9978704452514648 - ] - ], - [ - 2.566666603088379, - [ - -0.017839467152953148, - 0.013099675998091698, - 0.042311761528253555, - 0.9988592863082886 - ] - ], - [ - 2.5999999046325684, - [ - 0.0001031074280035682, - 0.03476718068122864, - -0.014538797549903393, - 0.9992896914482117 - ] - ], - [ - 2.633333444595337, - [ - 0.008340730331838131, - 0.05542650818824768, - -0.08272825181484222, - 0.9949947595596313 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033805801067501307, - 0.07024812698364258, - -0.11881150305271149, - 0.9904229640960693 - ] - ], - [ - 2.700000047683716, - [ - -0.005043121054768562, - 0.0668460950255394, - -0.10093437135219574, - 0.9926320910453796 - ] - ], - [ - 2.7333333492279053, - [ - -0.011117194779217243, - 0.0452798455953598, - -0.054289691150188446, - 0.9974361062049866 - ] - ], - [ - 2.7666666507720947, - [ - -0.013166115619242191, - 0.019631637260317802, - 0.002454211702570319, - 0.9997175931930542 - ] - ], - [ - 2.799999952316284, - [ - -0.01372759509831667, - 0.007097748573869467, - 0.03753647580742836, - 0.9991758465766907 - ] - ], - [ - 2.8333332538604736, - [ - -0.014644277282059193, - 0.010355056263506413, - 0.03836674988269806, - 0.999102771282196 - ] - ], - [ - 2.866666555404663, - [ - -0.016408974304795265, - 0.019407043233513832, - 0.01837703213095665, - 0.9995080828666687 - ] - ], - [ - 2.9000000953674316, - [ - -0.019307829439640045, - 0.03200431540608406, - -0.018412062898278236, - 0.9991315603256226 - ] - ], - [ - 2.933333396911621, - [ - -0.022108687087893486, - 0.04591101408004761, - -0.061198294162750244, - 0.9968240261077881 - ] - ], - [ - 2.9666666984558105, - [ - -0.024658307433128357, - 0.05936836823821068, - -0.10048609972000122, - 0.9928594827651978 - ] - ], - [ - 3.0, - [ - -0.027212651446461678, - 0.0695006400346756, - -0.12887796759605408, - 0.9888476133346558 - ] - ], - [ - 3.0333333015441895, - [ - -0.029194990172982216, - 0.0732811912894249, - -0.14176197350025177, - 0.9867528080940247 - ] - ], - [ - 3.066666603088379, - [ - -0.03108144924044609, - 0.06806435436010361, - -0.12887707352638245, - 0.9888336062431335 - ] - ], - [ - 3.0999999046325684, - [ - -0.03203486278653145, - 0.0546848438680172, - -0.08912889659404755, - 0.9940016865730286 - ] - ], - [ - 3.133333444595337, - [ - -0.030671527609229088, - 0.0380837507545948, - -0.03155658394098282, - 0.9983052015304565 - ] - ], - [ - 3.1666667461395264, - [ - -0.02689969167113304, - 0.024104708805680275, - 0.027642743661999702, - 0.9989650845527649 - ] - ], - [ - 3.200000047683716, - [ - -0.021191783249378204, - 0.021061697974801064, - 0.06156874820590019, - 0.9976555705070496 - ] - ], - [ - 3.2333333492279053, - [ - -0.014528979547321796, - 0.028552621603012085, - 0.05720222741365433, - 0.9978484511375427 - ] - ], - [ - 3.2666666507720947, - [ - -0.009038364514708519, - 0.03498617932200432, - 0.027962731197476387, - 0.9989557266235352 - ] - ], - [ - 3.299999952316284, - [ - -0.008427537977695465, - 0.035884760320186615, - -0.0161215178668499, - 0.9991904497146606 - ] - ], - [ - 3.3333332538604736, - [ - -0.01631113700568676, - 0.034874510020017624, - -0.07444506883621216, - 0.9964816570281982 - ] - ], - [ - 3.366666555404663, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458568948_1069329.json b/lenses/physics-objects/Scene/assets/1645812458568948_1069329.json deleted file mode 100644 index 9bb8b155..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458568948_1069329.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458568948:1069329", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458571121_1069342.json b/lenses/physics-objects/Scene/assets/1645812458571121_1069342.json deleted file mode 100644 index 98d48db9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458571121_1069342.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458571121:1069342", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.588170051574707, - 0.0, - 1.4210854715202004e-14 - ] - ], - [ - 1.0, - [ - 9.588170051574707, - 0.0, - 1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458571522_1069349.json b/lenses/physics-objects/Scene/assets/1645812458571522_1069349.json deleted file mode 100644 index af89d5e4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458571522_1069349.json +++ /dev/null @@ -1,1675 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458571522:1069349", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01895235665142536, - 0.07860547304153442, - -0.041652608662843704, - 0.9958550333976746 - ] - ], - [ - 0.03333333507180214, - [ - -0.01895235665142536, - 0.07860547304153442, - -0.041652608662843704, - 0.9958550333976746 - ] - ], - [ - 0.06666667014360428, - [ - -0.021328827366232872, - 0.07948119193315506, - -0.04273233562707901, - 0.99569171667099 - ] - ], - [ - 0.10000000149011612, - [ - -0.023731326684355736, - 0.08043752610683441, - -0.043757401406764984, - 0.9955160021781921 - ] - ], - [ - 0.13333334028720856, - [ - -0.026096681132912636, - 0.08145380020141602, - -0.04470008611679077, - 0.9953321814537048 - ] - ], - [ - 0.1666666716337204, - [ - -0.02836265042424202, - 0.0825086236000061, - -0.045532647520303726, - 0.9951455593109131 - ] - ], - [ - 0.20000000298023224, - [ - -0.03046765923500061, - 0.08357962220907211, - -0.046227481216192245, - 0.9949619174003601 - ] - ], - [ - 0.23333333432674408, - [ - -0.03235079348087311, - 0.08464327454566956, - -0.04675719141960144, - 0.9947877526283264 - ] - ], - [ - 0.2666666805744171, - [ - -0.033951535820961, - 0.08567466586828232, - -0.047094859182834625, - 0.9946302175521851 - ] - ], - [ - 0.30000001192092896, - [ - -0.03524070233106613, - 0.08663411438465118, - -0.04723852872848511, - 0.9944954514503479 - ] - ], - [ - 0.3333333432674408, - [ - -0.03619629144668579, - 0.08747727423906326, - -0.04719381034374237, - 0.9943894147872925 - ] - ], - [ - 0.36666667461395264, - [ - -0.03681068494915962, - 0.08815107494592667, - -0.0469791553914547, - 0.9943175315856934 - ] - ], - [ - 0.4000000059604645, - [ - -0.03712017461657524, - 0.08855719119310379, - -0.04663434997200966, - 0.9942861795425415 - ] - ], - [ - 0.4333333373069763, - [ - -0.037169113755226135, - 0.0887751579284668, - -0.046275727450847626, - 0.9942816495895386 - ] - ], - [ - 0.46666666865348816, - [ - -0.037017785012722015, - 0.08895236253738403, - -0.045971501618623734, - 0.9942855834960938 - ] - ], - [ - 0.5, - [ - -0.03670062497258186, - 0.08908423781394958, - -0.04568549990653992, - 0.9942986965179443 - ] - ], - [ - 0.5333333611488342, - [ - -0.03625301271677017, - 0.08918868750333786, - -0.04540357366204262, - 0.9943186640739441 - ] - ], - [ - 0.5666666626930237, - [ - -0.035717859864234924, - 0.08928841352462769, - -0.045105595141649246, - 0.9943427443504333 - ] - ], - [ - 0.6000000238418579, - [ - -0.035106223076581955, - 0.08938214927911758, - -0.04479515552520752, - 0.9943700432777405 - ] - ], - [ - 0.6333333253860474, - [ - -0.03442918881773949, - 0.08946868777275085, - -0.044475916773080826, - 0.9944002628326416 - ] - ], - [ - 0.6666666865348816, - [ - -0.03369778394699097, - 0.08954686671495438, - -0.04415149986743927, - 0.9944327473640442 - ] - ], - [ - 0.699999988079071, - [ - -0.03292310982942581, - 0.08961556851863861, - -0.04382551461458206, - 0.9944669008255005 - ] - ], - [ - 0.7333333492279053, - [ - -0.032116200774908066, - 0.08967365324497223, - -0.0435015931725502, - 0.9945023059844971 - ] - ], - [ - 0.7666666507720947, - [ - -0.03128813952207565, - 0.08972003310918808, - -0.04318338632583618, - 0.9945384860038757 - ] - ], - [ - 0.800000011920929, - [ - -0.030449988320469856, - 0.08975359052419662, - -0.04287447780370712, - 0.9945747256278992 - ] - ], - [ - 0.8333333134651184, - [ - -0.029612844809889793, - 0.0897732526063919, - -0.04257849603891373, - 0.9946109652519226 - ] - ], - [ - 0.8666666746139526, - [ - -0.028787784278392792, - 0.08977791666984558, - -0.04229898378252983, - 0.9946466684341431 - ] - ], - [ - 0.8999999761581421, - [ - -0.02798587456345558, - 0.0897664725780487, - -0.04203951358795166, - 0.9946815967559814 - ] - ], - [ - 0.9333333373069763, - [ - -0.02721823938190937, - 0.08973776549100876, - -0.04180367663502693, - 0.9947153925895691 - ] - ], - [ - 0.9666666388511658, - [ - -0.02649596706032753, - 0.08969062566757202, - -0.04159494489431381, - 0.9947479367256165 - ] - ], - [ - 1.0, - [ - -0.02583014965057373, - 0.08962386101484299, - -0.041416849941015244, - 0.9947788715362549 - ] - ], - [ - 1.0333333015441895, - [ - -0.025231918320059776, - 0.08953623473644257, - -0.041272860020399094, - 0.9948081970214844 - ] - ], - [ - 1.0666667222976685, - [ - -0.024712374433875084, - 0.0894264504313469, - -0.04116637632250786, - 0.9948354363441467 - ] - ], - [ - 1.100000023841858, - [ - -0.02428266406059265, - 0.08929313719272614, - -0.041100822389125824, - 0.9948607087135315 - ] - ], - [ - 1.1333333253860474, - [ - -0.023967457935214043, - 0.08912988007068634, - -0.0410904660820961, - 0.9948834180831909 - ] - ], - [ - 1.2000000476837158, - [ - -0.02365713007748127, - 0.0886944979429245, - -0.04125901684165001, - 0.9949228763580322 - ] - ], - [ - 1.2666666507720947, - [ - -0.0233572106808424, - 0.08808314055204391, - -0.0416492335498333, - 0.9949679374694824 - ] - ], - [ - 1.3333333730697632, - [ - -0.023179680109024048, - 0.08731672912836075, - -0.042208489030599594, - 0.9950160384178162 - ] - ], - [ - 1.3666666746139526, - [ - -0.02316606231033802, - 0.08689922094345093, - -0.04250386729836464, - 0.9950403571128845 - ] - ], - [ - 1.399999976158142, - [ - -0.023210033774375916, - 0.08646903932094574, - -0.04279138892889023, - 0.9950644969940186 - ] - ], - [ - 1.4333332777023315, - [ - -0.02330414392054081, - 0.08602844923734665, - -0.0430685393512249, - 0.995088517665863 - ] - ], - [ - 1.4666666984558105, - [ - -0.023440977558493614, - 0.08557972311973572, - -0.04333282634615898, - 0.9951125979423523 - ] - ], - [ - 1.5, - [ - -0.02361304685473442, - 0.0851251482963562, - -0.04358184337615967, - 0.995136559009552 - ] - ], - [ - 1.5333333015441895, - [ - -0.023812932893633842, - 0.08466712385416031, - -0.04381321370601654, - 0.995160698890686 - ] - ], - [ - 1.5666667222976685, - [ - -0.024033192545175552, - 0.08420801907777786, - -0.044024720788002014, - 0.995185136795044 - ] - ], - [ - 1.600000023841858, - [ - -0.024266302585601807, - 0.08375022560358047, - -0.04421409219503403, - 0.9952096343040466 - ] - ], - [ - 1.6333333253860474, - [ - -0.024504849687218666, - 0.08329615741968155, - -0.04437912255525589, - 0.9952345490455627 - ] - ], - [ - 1.6666666269302368, - [ - -0.024741332978010178, - 0.0828482136130333, - -0.044517725706100464, - 0.9952598810195923 - ] - ], - [ - 1.7000000476837158, - [ - -0.02496827393770218, - 0.08240881562232971, - -0.04462778568267822, - 0.9952857494354248 - ] - ], - [ - 1.7333333492279053, - [ - -0.025178177282214165, - 0.08198034763336182, - -0.044707268476486206, - 0.9953122735023499 - ] - ], - [ - 1.7666666507720947, - [ - -0.02536354400217533, - 0.08156517148017883, - -0.04475411772727966, - 0.995339572429657 - ] - ], - [ - 1.7999999523162842, - [ - -0.02551688440144062, - 0.08116563409566879, - -0.044766370207071304, - 0.9953677654266357 - ] - ], - [ - 1.8666666746139526, - [ - -0.02569735422730446, - 0.0804225504398346, - -0.04467912018299103, - 0.9954273700714111 - ] - ], - [ - 1.899999976158142, - [ - -0.025709455832839012, - 0.08008348196744919, - -0.04457565024495125, - 0.9954590201377869 - ] - ], - [ - 1.9333332777023315, - [ - -0.02565942518413067, - 0.07976885885000229, - -0.04442966356873512, - 0.9954921007156372 - ] - ], - [ - 1.9666666984558105, - [ - -0.025539729744195938, - 0.07948078215122223, - -0.044239144772291183, - 0.9955267310142517 - ] - ], - [ - 2.0, - [ - -0.025342850014567375, - 0.07922118157148361, - -0.04400208964943886, - 0.9955630302429199 - ] - ], - [ - 2.0333333015441895, - [ - -0.02506122551858425, - 0.07899190485477448, - -0.043716397136449814, - 0.9956008791923523 - ] - ], - [ - 2.066666603088379, - [ - -0.024687346071004868, - 0.07879471778869629, - -0.043380007147789, - 0.9956405758857727 - ] - ], - [ - 2.0999999046325684, - [ - -0.024213671684265137, - 0.07863124459981918, - -0.04299074038863182, - 0.9956820011138916 - ] - ], - [ - 2.133333444595337, - [ - -0.02361690066754818, - 0.07850905507802963, - -0.04253523051738739, - 0.9957255125045776 - ] - ], - [ - 2.1666667461395264, - [ - -0.02288052812218666, - 0.07843269407749176, - -0.04200480878353119, - 0.9957713484764099 - ] - ], - [ - 2.200000047683716, - [ - -0.021987812593579292, - 0.07840701937675476, - -0.04139088839292526, - 0.995819091796875 - ] - ], - [ - 2.2333333492279053, - [ - -0.02091190777719021, - 0.07844201475381851, - -0.04068287834525108, - 0.9958686828613281 - ] - ], - [ - 2.2666666507720947, - [ - -0.019635949283838272, - 0.07852669805288315, - -0.03986532986164093, - 0.9959210753440857 - ] - ], - [ - 2.299999952316284, - [ - -0.018151920288801193, - 0.0786314532160759, - -0.03896142914891243, - 0.9959766864776611 - ] - ], - [ - 2.3333332538604736, - [ - -0.01648109219968319, - 0.07873991876840591, - -0.03801475837826729, - 0.996033787727356 - ] - ], - [ - 2.366666555404663, - [ - -0.014649092219769955, - 0.07883915305137634, - -0.03705647960305214, - 0.9960907697677612 - ] - ], - [ - 2.4000000953674316, - [ - -0.012582127004861832, - 0.07892110198736191, - -0.0360933281481266, - 0.9961478114128113 - ] - ], - [ - 2.433333396911621, - [ - -0.010219632647931576, - 0.07898716628551483, - -0.035115502774715424, - 0.9962045550346375 - ] - ], - [ - 2.4666666984558105, - [ - -0.007602822966873646, - 0.079037606716156, - -0.03413256257772446, - 0.9962581396102905 - ] - ], - [ - 2.5, - [ - -0.004772975109517574, - 0.07907304167747498, - -0.033154021948575974, - 0.9963059425354004 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017715194262564182, - 0.07909427583217621, - -0.03218940272927284, - 0.9963458180427551 - ] - ], - [ - 2.566666603088379, - [ - 0.00136002735234797, - 0.07910224795341492, - -0.03124823234975338, - 0.9963757991790771 - ] - ], - [ - 2.5999999046325684, - [ - 0.004580039530992508, - 0.07909790426492691, - -0.03033999167382717, - 0.9963945150375366 - ] - ], - [ - 2.633333444595337, - [ - 0.007846842519938946, - 0.07908215373754501, - -0.029474109411239624, - 0.9964013695716858 - ] - ], - [ - 2.6666667461395264, - [ - 0.01111853588372469, - 0.07905583083629608, - -0.028660016134381294, - 0.9963960647583008 - ] - ], - [ - 2.700000047683716, - [ - 0.01435327623039484, - 0.07901951670646667, - -0.027907101437449455, - 0.996379017829895 - ] - ], - [ - 2.7333333492279053, - [ - 0.017509115859866142, - 0.07897355407476425, - -0.027224726974964142, - 0.9963510632514954 - ] - ], - [ - 2.7666666507720947, - [ - 0.020544063299894333, - 0.0789179801940918, - -0.026622163131833076, - 0.9963138103485107 - ] - ], - [ - 2.799999952316284, - [ - 0.023416107520461082, - 0.07885236293077469, - -0.02610868774354458, - 0.9962692260742188 - ] - ], - [ - 2.8333332538604736, - [ - 0.026083210483193398, - 0.07877588272094727, - -0.025693511590361595, - 0.9962198138237 - ] - ], - [ - 2.866666555404663, - [ - 0.028503330424427986, - 0.0786871612071991, - -0.025385744869709015, - 0.9961684942245483 - ] - ], - [ - 2.9000000953674316, - [ - 0.030634509399533272, - 0.07858426868915558, - -0.025194421410560608, - 0.9961181282997131 - ] - ], - [ - 2.933333396911621, - [ - 0.032385535538196564, - 0.07846212387084961, - -0.025136660784482956, - 0.9960737824440002 - ] - ], - [ - 2.9666666984558105, - [ - 0.03368144854903221, - 0.07831554859876633, - -0.025226585566997528, - 0.9960401058197021 - ] - ], - [ - 3.0, - [ - 0.03450717031955719, - 0.07814221829175949, - -0.025466687977313995, - 0.9960193037986755 - ] - ], - [ - 3.0333333015441895, - [ - 0.03485880419611931, - 0.07794203609228134, - -0.025851529091596603, - 0.9960128664970398 - ] - ], - [ - 3.066666603088379, - [ - 0.03472988307476044, - 0.07771329581737518, - -0.02637721784412861, - 0.9960214495658875 - ] - ], - [ - 3.0999999046325684, - [ - 0.03412569314241409, - 0.07744117081165314, - -0.027017824351787567, - 0.9960463643074036 - ] - ], - [ - 3.133333444595337, - [ - 0.03307283669710159, - 0.07725292444229126, - -0.02780369110405445, - 0.9960748553276062 - ] - ], - [ - 3.1666667461395264, - [ - 0.03161516413092613, - 0.07726070284843445, - -0.028747593984007835, - 0.996094822883606 - ] - ], - [ - 3.200000047683716, - [ - 0.029817581176757813, - 0.07743490487337112, - -0.029796738177537918, - 0.996105968952179 - ] - ], - [ - 3.2333333492279053, - [ - 0.02771991677582264, - 0.07776930183172226, - -0.030914533883333206, - 0.9961064457893372 - ] - ], - [ - 3.2666666507720947, - [ - 0.025353839620947838, - 0.07825299352407455, - -0.03207508474588394, - 0.996094822883606 - ] - ], - [ - 3.299999952316284, - [ - 0.02278083749115467, - 0.07886634767055511, - -0.033253803849220276, - 0.9960700273513794 - ] - ], - [ - 3.3333332538604736, - [ - 0.020061876624822617, - 0.07959027588367462, - -0.034425463527441025, - 0.9960310459136963 - ] - ], - [ - 3.366666555404663, - [ - 0.01725730672478676, - 0.08040593564510345, - -0.03556434437632561, - 0.995978057384491 - ] - ], - [ - 3.4000000953674316, - [ - 0.01442672312259674, - 0.08129432797431946, - -0.036644529551267624, - 0.9959117770195007 - ] - ], - [ - 3.433333396911621, - [ - 0.011629054322838783, - 0.08223593980073929, - -0.03763982281088829, - 0.9958340525627136 - ] - ], - [ - 3.4666666984558105, - [ - 0.008922356180846691, - 0.08321056514978409, - -0.038524080067873, - 0.9957472085952759 - ] - ], - [ - 3.5, - [ - 0.006364029832184315, - 0.08419693261384964, - -0.039271291345357895, - 0.9956546425819397 - ] - ], - [ - 3.5333333015441895, - [ - 0.004010896198451519, - 0.08517258614301682, - -0.039855774492025375, - 0.9955607056617737 - ] - ], - [ - 3.566666603088379, - [ - 0.0019193801563233137, - 0.0861135944724083, - -0.04025214537978172, - 0.9954701066017151 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010017410386353731, - 0.0869823545217514, - -0.040462758392095566, - 0.9953877925872803 - ] - ], - [ - 3.633333444595337, - [ - -0.001428400631994009, - 0.08773761242628098, - -0.040495023131370544, - 0.9953192472457886 - ] - ], - [ - 3.6666667461395264, - [ - -0.002640536054968834, - 0.08833108842372894, - -0.04036501422524452, - 0.9952694773674011 - ] - ], - [ - 3.700000047683716, - [ - -0.003555749775841832, - 0.08867504447698593, - -0.04010774940252304, - 0.9952465295791626 - ] - ], - [ - 3.7333333492279053, - [ - -0.004203482996672392, - 0.0888485312461853, - -0.03983856365084648, - 0.9952392578125 - ] - ], - [ - 3.7666666507720947, - [ - -0.004629234783351421, - 0.0889892652630806, - -0.0396265871822834, - 0.9952332377433777 - ] - ], - [ - 3.799999952316284, - [ - -0.004851285368204117, - 0.08909061551094055, - -0.03943262994289398, - 0.9952308535575867 - ] - ], - [ - 3.866666555404663, - [ - -0.004803121089935303, - 0.08924856036901474, - -0.03902039676904678, - 0.9952331781387329 - ] - ], - [ - 3.933333396911621, - [ - -0.004396125674247742, - 0.08939316123723984, - -0.03855236992239952, - 0.9952403903007507 - ] - ], - [ - 4.0, - [ - -0.0037508325185626745, - 0.08951231092214584, - -0.03806189075112343, - 0.9952511191368103 - ] - ], - [ - 4.0333333015441895, - [ - -0.003367399098351598, - 0.08955905586481094, - -0.037817128002643585, - 0.9952576160430908 - ] - ], - [ - 4.066666603088379, - [ - -0.0029586805030703545, - 0.08959557861089706, - -0.03757747635245323, - 0.9952647089958191 - ] - ], - [ - 4.133333206176758, - [ - -0.002111125737428665, - 0.08963292092084885, - -0.037127695977687836, - 0.995280385017395 - ] - ], - [ - 4.199999809265137, - [ - -0.001299682422541082, - 0.08961430191993713, - -0.03674107789993286, - 0.9952977895736694 - ] - ], - [ - 4.233333110809326, - [ - -0.0009361184202134609, - 0.08958084881305695, - -0.03658028319478035, - 0.9953071475028992 - ] - ], - [ - 4.300000190734863, - [ - -0.0003505813074298203, - 0.08945916593074799, - -0.03634130582213402, - 0.9953272342681885 - ] - ], - [ - 4.433333396911621, - [ - -8.044119022088125e-05, - 0.0889536663889885, - -0.03630146384239197, - 0.9953740239143372 - ] - ], - [ - 4.5, - [ - -0.0006715303752571344, - 0.08851593732833862, - -0.036628346890211105, - 0.9954008460044861 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012270348379388452, - 0.08823296427726746, - -0.03691980987787247, - 0.995414674282074 - ] - ], - [ - 4.566666603088379, - [ - -0.00198421161621809, - 0.08789973706007004, - -0.03730808570981026, - 0.9954284429550171 - ] - ], - [ - 4.599999904632568, - [ - -0.002956456271931529, - 0.087522491812706, - -0.03777255490422249, - 0.9954417943954468 - ] - ], - [ - 4.633333206176758, - [ - -0.004140086006373167, - 0.08711127936840057, - -0.0382884219288826, - 0.9954540133476257 - ] - ], - [ - 4.666666507720947, - [ - -0.005529230460524559, - 0.08667425066232681, - -0.03883759304881096, - 0.9954641461372375 - ] - ], - [ - 4.699999809265137, - [ - -0.00711494404822588, - 0.08621881902217865, - -0.0394047275185585, - 0.9954712390899658 - ] - ], - [ - 4.733333110809326, - [ - -0.008875938132405281, - 0.08574771136045456, - -0.03998503088951111, - 0.995474636554718 - ] - ], - [ - 4.766666889190674, - [ - -0.010790924541652203, - 0.08526377379894257, - -0.04057375714182854, - 0.9954735636711121 - ] - ], - [ - 4.800000190734863, - [ - -0.01283847726881504, - 0.08476992696523666, - -0.04116620868444443, - 0.9954670071601868 - ] - ], - [ - 4.833333492279053, - [ - -0.014997252263128757, - 0.0842692106962204, - -0.04175775498151779, - 0.995454728603363 - ] - ], - [ - 4.866666793823242, - [ - -0.017245836555957794, - 0.08376466482877731, - -0.04234379902482033, - 0.9954362511634827 - ] - ], - [ - 4.900000095367432, - [ - -0.01957748457789421, - 0.08325879275798798, - -0.04292229935526848, - 0.995410680770874 - ] - ], - [ - 4.933333396911621, - [ - -0.021986382082104683, - 0.08275408297777176, - -0.043491460382938385, - 0.9953778386116028 - ] - ], - [ - 4.9666666984558105, - [ - -0.02445238083600998, - 0.08225362747907639, - -0.04404694586992264, - 0.9953373670578003 - ] - ], - [ - 5.0, - [ - -0.02695530280470848, - 0.08176056295633316, - -0.04458453878760338, - 0.9952894449234009 - ] - ], - [ - 5.0333333015441895, - [ - -0.029474904760718346, - 0.08127802610397339, - -0.04509982839226723, - 0.9952341914176941 - ] - ], - [ - 5.066666603088379, - [ - -0.03199092671275139, - 0.0808091014623642, - -0.04558854177594185, - 0.9951724410057068 - ] - ], - [ - 5.099999904632568, - [ - -0.034483086317777634, - 0.08035683631896973, - -0.04604624584317207, - 0.9951047301292419 - ] - ], - [ - 5.133333206176758, - [ - -0.03693108260631561, - 0.07992418855428696, - -0.046468548476696014, - 0.9950321316719055 - ] - ], - [ - 5.166666507720947, - [ - -0.03931456431746483, - 0.07951410114765167, - -0.04685094207525253, - 0.9949557185173035 - ] - ], - [ - 5.199999809265137, - [ - -0.0416131466627121, - 0.07912944257259369, - -0.047188833355903625, - 0.9948770403862 - ] - ], - [ - 5.233333110809326, - [ - -0.04380645602941513, - 0.07877285778522491, - -0.04747761785984039, - 0.9947973489761353 - ] - ], - [ - 5.266666889190674, - [ - -0.04587414115667343, - 0.07844696938991547, - -0.047712571918964386, - 0.9947187304496765 - ] - ], - [ - 5.300000190734863, - [ - -0.04779572784900665, - 0.07815424352884293, - -0.04788888990879059, - 0.9946427345275879 - ] - ], - [ - 5.333333492279053, - [ - -0.049550823867321014, - 0.07789692282676697, - -0.048001740127801895, - 0.9945716857910156 - ] - ], - [ - 5.366666793823242, - [ - -0.05111899599432945, - 0.07767713069915771, - -0.04804611578583717, - 0.9945072531700134 - ] - ], - [ - 5.400000095367432, - [ - -0.05247988924384117, - 0.07749675959348679, - -0.04801700636744499, - 0.9944519400596619 - ] - ], - [ - 5.433333396911621, - [ - -0.053597383201122284, - 0.07736425846815109, - -0.0478982999920845, - 0.9944083094596863 - ] - ], - [ - 5.4666666984558105, - [ - -0.0544421449303627, - 0.07728483527898788, - -0.04767861217260361, - 0.9943792223930359 - ] - ], - [ - 5.5333333015441895, - [ - -0.0551849864423275, - 0.07731418311595917, - -0.04688873142004013, - 0.9943734407424927 - ] - ], - [ - 5.566666603088379, - [ - -0.05501408129930496, - 0.0774213895201683, - -0.0462862029671669, - 0.9944028258323669 - ] - ], - [ - 5.599999904632568, - [ - -0.05445133149623871, - 0.0775490328669548, - -0.045558612793684006, - 0.9944575428962708 - ] - ], - [ - 5.633333206176758, - [ - -0.05350513383746147, - 0.07767806947231293, - -0.04474683105945587, - 0.9945355653762817 - ] - ], - [ - 5.666666507720947, - [ - -0.05218837037682533, - 0.07779386639595032, - -0.04387960210442543, - 0.9946351647377014 - ] - ], - [ - 5.699999809265137, - [ - -0.05051995441317558, - 0.07788585871458054, - -0.042981378734111786, - 0.9947533011436462 - ] - ], - [ - 5.733333110809326, - [ - -0.04853961616754532, - 0.07795403897762299, - -0.04206192120909691, - 0.9948858618736267 - ] - ], - [ - 5.766666889190674, - [ - -0.04628714919090271, - 0.07799889147281647, - -0.04113093763589859, - 0.9950286149978638 - ] - ], - [ - 5.800000190734863, - [ - -0.0438024140894413, - 0.07802118360996246, - -0.040198154747486115, - 0.9951774477958679 - ] - ], - [ - 5.833333492279053, - [ - -0.04112536832690239, - 0.07802196592092514, - -0.039273228496313095, - 0.9953285455703735 - ] - ], - [ - 5.866666793823242, - [ - -0.038296133279800415, - 0.0780024528503418, - -0.038365770131349564, - 0.9954783320426941 - ] - ], - [ - 5.900000095367432, - [ - -0.03535492718219757, - 0.0779639407992363, - -0.03748534992337227, - 0.995623767375946 - ] - ], - [ - 5.933333396911621, - [ - -0.0323420874774456, - 0.07790771871805191, - -0.03664137050509453, - 0.9957619309425354 - ] - ], - [ - 5.9666666984558105, - [ - -0.029298141598701477, - 0.07783506065607071, - -0.035843376070261, - 0.9958908557891846 - ] - ], - [ - 6.0, - [ - -0.026263676583766937, - 0.07774712145328522, - -0.03510063514113426, - 0.9960089325904846 - ] - ], - [ - 6.0333333015441895, - [ - -0.023279372602701187, - 0.07764477282762527, - -0.034422509372234344, - 0.9961147904396057 - ] - ], - [ - 6.066666603088379, - [ - -0.02038603462278843, - 0.0775287076830864, - -0.03381824865937233, - 0.9962078332901001 - ] - ], - [ - 6.099999904632568, - [ - -0.017624519765377045, - 0.07739926874637604, - -0.033297039568424225, - 0.9962881207466125 - ] - ], - [ - 6.133333206176758, - [ - -0.01503574475646019, - 0.07725641131401062, - -0.03286804258823395, - 0.9963558912277222 - ] - ], - [ - 6.166666507720947, - [ - -0.012660626322031021, - 0.07709960639476776, - -0.03254033997654915, - 0.9964118003845215 - ] - ], - [ - 6.199999809265137, - [ - -0.010540101677179337, - 0.07692788541316986, - -0.03232291713356972, - 0.9964568614959717 - ] - ], - [ - 6.233333110809326, - [ - -0.008715108968317509, - 0.07673965394496918, - -0.03222469612956047, - 0.9964922666549683 - ] - ], - [ - 6.266666889190674, - [ - -0.007226500194519758, - 0.07653272151947021, - -0.03225445747375488, - 0.9965190291404724 - ] - ], - [ - 6.300000190734863, - [ - -0.006112109404057264, - 0.07630518078804016, - -0.032418787479400635, - 0.9965386986732483 - ] - ], - [ - 6.333333492279053, - [ - -0.0053985570557415485, - 0.07605763524770737, - -0.03271656110882759, - 0.9965519309043884 - ] - ], - [ - 6.366666793823242, - [ - -0.00511561706662178, - 0.07578855752944946, - -0.03314853087067604, - 0.9965596199035645 - ] - ], - [ - 6.400000095367432, - [ - -0.005280021112412214, - 0.07548194378614426, - -0.03369583189487457, - 0.9965637922286987 - ] - ], - [ - 6.433333396911621, - [ - -0.005885767750442028, - 0.0752691999077797, - -0.034390293061733246, - 0.9965527653694153 - ] - ], - [ - 6.4666666984558105, - [ - -0.0069101713597774506, - 0.0752667561173439, - -0.03524409979581833, - 0.9965164661407471 - ] - ], - [ - 6.5, - [ - -0.008310921490192413, - 0.0754438191652298, - -0.036209382116794586, - 0.9964577555656433 - ] - ], - [ - 6.5333333015441895, - [ - -0.01003865897655487, - 0.07579358667135239, - -0.03725181147456169, - 0.9963768720626831 - ] - ], - [ - 6.566666603088379, - [ - -0.012033124454319477, - 0.07630535960197449, - -0.03834352642297745, - 0.9962742924690247 - ] - ], - [ - 6.599999904632568, - [ - -0.014227575622498989, - 0.07695812731981277, - -0.03945871815085411, - 0.9961516261100769 - ] - ], - [ - 6.633333206176758, - [ - -0.01655581220984459, - 0.07773153483867645, - -0.04057081788778305, - 0.9960108995437622 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458571886_1069356.json b/lenses/physics-objects/Scene/assets/1645812458571886_1069356.json deleted file mode 100644 index c41b6d19..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458571886_1069356.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458571886:1069356", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458573882_1069369.json b/lenses/physics-objects/Scene/assets/1645812458573882_1069369.json deleted file mode 100644 index dcafee60..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458573882_1069369.json +++ /dev/null @@ -1,586 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458573882:1069369", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.571681022644043, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.539355278015137, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.547517776489258, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.572500228881836, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.60361385345459, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.623600959777832, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.625658988952637, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.604679107666016, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.5712308883667, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.55263614654541, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.53225326538086, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.540992736816406, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.578922271728516, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.621126174926758, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.648396492004395, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.635900497436523, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.612698554992676, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.587059020996094, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.531906127929688, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.555904388427734, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.582420349121094, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.612190246582031, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.638144493103027, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.6432466506958, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.615017890930176, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.590317726135254, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.545239448547363, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.542633056640625, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.563063621520996, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.625728607177734, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.64533805847168, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.618820190429688, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.605743408203125, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.582554817199707, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.554974555969238, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.533534049987793, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.527419090270996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.547451972961426, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.585065841674805, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.613134384155273, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.617969512939453, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.588269233703613, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.554471969604492, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.529887199401855, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.529476165771484, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.561400413513184, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.604654312133789, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.627509117126465, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.604669570922852, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.629467964172363, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.595459938049316, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.530669212341309, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.521495819091797, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.559099197387695, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.582959175109863, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.611757278442383, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.61394214630127, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.55182933807373, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.543185234069824, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.564837455749512, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.63902759552002, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.662039756774902, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.636466979980469, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.616364479064941, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.56889533996582, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.525732040405273, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.51867389678955, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.539909362792969, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.57974624633789, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458574393_1069376.json b/lenses/physics-objects/Scene/assets/1645812458574393_1069376.json deleted file mode 100644 index 329a484c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458574393_1069376.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458574393:1069376", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ], - [ - 0.03333333507180214, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ], - [ - 0.06666667014360428, - [ - -0.03596574068069458, - 0.07508878409862518, - -0.269121915102005, - 0.959500789642334 - ] - ], - [ - 0.10000000149011612, - [ - -0.036584869027137756, - 0.09080654382705688, - -0.24088798463344574, - 0.9656027555465698 - ] - ], - [ - 0.13333334028720856, - [ - -0.03272834047675133, - 0.09515807032585144, - -0.16679683327674866, - 0.9808428287506104 - ] - ], - [ - 0.1666666716337204, - [ - -0.02716921828687191, - 0.09162113070487976, - -0.08627613633871078, - 0.9916772842407227 - ] - ], - [ - 0.20000000298023224, - [ - -0.021974094212055206, - 0.08847062289714813, - -0.045736756175756454, - 0.9947855472564697 - ] - ], - [ - 0.23333333432674408, - [ - -0.01876085065305233, - 0.08747804909944534, - -0.054065123200416565, - 0.9945213794708252 - ] - ], - [ - 0.2666666805744171, - [ - -0.016545366495847702, - 0.08807467669248581, - -0.08400829136371613, - 0.9924272894859314 - ] - ], - [ - 0.30000001192092896, - [ - -0.015305433422327042, - 0.0917319655418396, - -0.12718528509140015, - 0.987509548664093 - ] - ], - [ - 0.3333333432674408, - [ - -0.014758255332708359, - 0.09736046940088272, - -0.17405308783054352, - 0.9798003435134888 - ] - ], - [ - 0.36666667461395264, - [ - -0.01389198750257492, - 0.10269458591938019, - -0.21438340842723846, - 0.9712366461753845 - ] - ], - [ - 0.4000000059604645, - [ - -0.012863396666944027, - 0.1063460037112236, - -0.2397422194480896, - 0.9649086594581604 - ] - ], - [ - 0.4333333373069763, - [ - -0.01062724832445383, - 0.1075822040438652, - -0.22303655743598938, - 0.9687970876693726 - ] - ], - [ - 0.46666666865348816, - [ - -0.005769988056272268, - 0.10703382641077042, - -0.15691879391670227, - 0.981777548789978 - ] - ], - [ - 0.5, - [ - 0.002522629452869296, - 0.10347287356853485, - -0.06919069588184357, - 0.9922195672988892 - ] - ], - [ - 0.5333333611488342, - [ - 0.013699943199753761, - 0.1046912744641304, - 0.012262536212801933, - 0.9943348169326782 - ] - ], - [ - 0.5666666626930237, - [ - 0.025499451905488968, - 0.12225819379091263, - 0.06933210790157318, - 0.9897453188896179 - ] - ], - [ - 0.6000000238418579, - [ - 0.03482843190431595, - 0.14467857778072357, - 0.08389480412006378, - 0.9853003621101379 - ] - ], - [ - 0.6333333253860474, - [ - 0.03773285821080208, - 0.14026658236980438, - 0.05166220664978027, - 0.988044798374176 - ] - ], - [ - 0.6666666865348816, - [ - 0.033603645861148834, - 0.10925635695457458, - -0.010032318532466888, - 0.9933947920799255 - ] - ], - [ - 0.699999988079071, - [ - 0.02464013732969761, - 0.07819683849811554, - -0.0902886912226677, - 0.9925351738929749 - ] - ], - [ - 0.7333333492279053, - [ - 0.01253451220691204, - 0.06591399759054184, - -0.1709706336259842, - 0.9829889535903931 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003234650648664683, - 0.07328145951032639, - -0.23336634039878845, - 0.9696235656738281 - ] - ], - [ - 0.800000011920929, - [ - -0.009475795552134514, - 0.08753795921802521, - -0.25935402512550354, - 0.9617602825164795 - ] - ], - [ - 0.8333333134651184, - [ - -0.01548407506197691, - 0.09726493060588837, - -0.2402694821357727, - 0.9656968116760254 - ] - ], - [ - 0.8666666746139526, - [ - -0.017146902158856392, - 0.10010599344968796, - -0.18908783793449402, - 0.9766936898231506 - ] - ], - [ - 0.8999999761581421, - [ - -0.013897613622248173, - 0.09913820028305054, - -0.1184532642364502, - 0.9879005551338196 - ] - ], - [ - 0.9333333373069763, - [ - -0.005515348166227341, - 0.09981852024793625, - -0.04356413334608078, - 0.9940363168716431 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068542370572686195, - 0.10507042706012726, - 0.021489374339580536, - 0.9942089319229126 - ] - ], - [ - 1.0, - [ - 0.02051677741110325, - 0.11457152664661407, - 0.06596915423870087, - 0.9910098314285278 - ] - ], - [ - 1.0333333015441895, - [ - 0.03221133351325989, - 0.12362941354513168, - 0.0806422233581543, - 0.9885217547416687 - ] - ], - [ - 1.0666667222976685, - [ - 0.039456866681575775, - 0.12370803952217102, - 0.056926388293504715, - 0.9898985028266907 - ] - ], - [ - 1.100000023841858, - [ - 0.04077493026852608, - 0.11210913956165314, - 0.0034463070333003998, - 0.9928531050682068 - ] - ], - [ - 1.1333333253860474, - [ - 0.034077100455760956, - 0.09467392414808273, - -0.06478247791528702, - 0.9928137063980103 - ] - ], - [ - 1.1666666269302368, - [ - 0.022582903504371643, - 0.08283936232328415, - -0.13497070968151093, - 0.9871224761009216 - ] - ], - [ - 1.2000000476837158, - [ - 0.009944331832230091, - 0.08341892808675766, - -0.19978034496307373, - 0.9762327671051025 - ] - ], - [ - 1.2333333492279053, - [ - -0.001848999410867691, - 0.09222008287906647, - -0.25477784872055054, - 0.9625903964042664 - ] - ], - [ - 1.2666666507720947, - [ - -0.010442383587360382, - 0.10244065523147583, - -0.28679805994033813, - 0.9524410367012024 - ] - ], - [ - 1.2999999523162842, - [ - -0.014179165475070477, - 0.10678853094577789, - -0.2562107741832733, - 0.960599422454834 - ] - ], - [ - 1.3333333730697632, - [ - -0.012412162497639656, - 0.10190968215465546, - -0.1654188632965088, - 0.9808654189109802 - ] - ], - [ - 1.3666666746139526, - [ - -0.00616033561527729, - 0.1002577468752861, - -0.059383876621723175, - 0.9931686520576477 - ] - ], - [ - 1.399999976158142, - [ - 0.0018349814927205443, - 0.11407530307769775, - 0.021116528660058975, - 0.9932460784912109 - ] - ], - [ - 1.4333332777023315, - [ - 0.0072712525725364685, - 0.13169364631175995, - 0.040876876562833786, - 0.9904206395149231 - ] - ], - [ - 1.4666666984558105, - [ - 0.00811221543699503, - 0.1291140913963318, - 0.007038170471787453, - 0.9915716052055359 - ] - ], - [ - 1.5, - [ - 0.004473385866731405, - 0.105686254799366, - -0.040469247847795486, - 0.9935656189918518 - ] - ], - [ - 1.5333333015441895, - [ - -0.004253077786415815, - 0.07087300717830658, - -0.09153858572244644, - 0.9932671189308167 - ] - ], - [ - 1.5666667222976685, - [ - -0.01666208915412426, - 0.04025435447692871, - -0.1461765468120575, - 0.9882988333702087 - ] - ], - [ - 1.600000023841858, - [ - -0.03133352845907211, - 0.02436901442706585, - -0.20338226854801178, - 0.9782944321632385 - ] - ], - [ - 1.6333333253860474, - [ - -0.04542161524295807, - 0.023242812603712082, - -0.2599759101867676, - 0.9642662405967712 - ] - ], - [ - 1.6666666269302368, - [ - -0.05689331889152527, - 0.030459314584732056, - -0.3109903335571289, - 0.9482195973396301 - ] - ], - [ - 1.7000000476837158, - [ - -0.065120168030262, - 0.039531365036964417, - -0.3442794382572174, - 0.9357715249061584 - ] - ], - [ - 1.7333333492279053, - [ - -0.07055003196001053, - 0.05520985275506973, - -0.31706303358078003, - 0.944163978099823 - ] - ], - [ - 1.7666666507720947, - [ - -0.07236947864294052, - 0.07662013173103333, - -0.22462059557437897, - 0.9687299132347107 - ] - ], - [ - 1.7999999523162842, - [ - -0.06862705945968628, - 0.09410464763641357, - -0.11246304959058762, - 0.986806333065033 - ] - ], - [ - 1.8333333730697632, - [ - -0.06059757247567177, - 0.10640567541122437, - -0.022028367966413498, - 0.9922300577163696 - ] - ], - [ - 1.8666666746139526, - [ - -0.052548885345458984, - 0.11149553954601288, - 0.013331566005945206, - 0.9922850728034973 - ] - ], - [ - 1.899999976158142, - [ - -0.04680176451802254, - 0.1053333431482315, - -0.009210663847625256, - 0.9932923316955566 - ] - ], - [ - 1.9333332777023315, - [ - -0.044132500886917114, - 0.09107138961553574, - -0.06008657068014145, - 0.9930499196052551 - ] - ], - [ - 1.9666666984558105, - [ - -0.047642726451158524, - 0.07745078951120377, - -0.1252022385597229, - 0.9879554510116577 - ] - ], - [ - 2.0, - [ - -0.057929862290620804, - 0.07090883702039719, - -0.19552884995937347, - 0.976414144039154 - ] - ], - [ - 2.0333333015441895, - [ - -0.07067498564720154, - 0.06783284246921539, - -0.26546984910964966, - 0.9591295719146729 - ] - ], - [ - 2.066666603088379, - [ - -0.08162882179021835, - 0.06135653331875801, - -0.3308332562446594, - 0.9381479024887085 - ] - ], - [ - 2.0999999046325684, - [ - -0.0882234126329422, - 0.05386168509721756, - -0.373744398355484, - 0.9217542409896851 - ] - ], - [ - 2.133333444595337, - [ - -0.09077562391757965, - 0.06897836178541183, - -0.32478806376457214, - 0.9388900399208069 - ] - ], - [ - 2.1666667461395264, - [ - -0.08736130595207214, - 0.0976065844297409, - -0.18660883605480194, - 0.9736621975898743 - ] - ], - [ - 2.200000047683716, - [ - -0.07577890902757645, - 0.10855244845151901, - -0.04840933904051781, - 0.9900153875350952 - ] - ], - [ - 2.2333333492279053, - [ - -0.06167159229516983, - 0.10563576221466064, - 0.012830602005124092, - 0.9924077391624451 - ] - ], - [ - 2.2666666507720947, - [ - -0.0510503351688385, - 0.10291390866041183, - -0.01376680750399828, - 0.9932839870452881 - ] - ], - [ - 2.299999952316284, - [ - -0.0448782704770565, - 0.10380931943655014, - -0.07797855883836746, - 0.9905195236206055 - ] - ], - [ - 2.3333332538604736, - [ - -0.044060442596673965, - 0.1110314130783081, - -0.15968047082424164, - 0.9799147248268127 - ] - ], - [ - 2.366666555404663, - [ - -0.04710446298122406, - 0.12363064289093018, - -0.24552230536937714, - 0.9603204727172852 - ] - ], - [ - 2.4000000953674316, - [ - -0.051752954721450806, - 0.14021891355514526, - -0.3198937773704529, - 0.9355897903442383 - ] - ], - [ - 2.433333396911621, - [ - -0.054984964430332184, - 0.15826259553432465, - -0.3588344156742096, - 0.9182416200637817 - ] - ], - [ - 2.4666666984558105, - [ - -0.054175347089767456, - 0.16914018988609314, - -0.32371145486831665, - 0.9293371438980103 - ] - ], - [ - 2.5, - [ - -0.04784885421395302, - 0.16208255290985107, - -0.2195402830839157, - 0.960854709148407 - ] - ], - [ - 2.5333333015441895, - [ - -0.035357799381017685, - 0.13425709307193756, - -0.09491509944200516, - 0.9857565760612488 - ] - ], - [ - 2.566666603088379, - [ - -0.01776694320142269, - 0.10025297850370407, - 0.0033113304525613785, - 0.9947978258132935 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010268826736137271, - 0.0858590230345726, - 0.04757942259311676, - 0.9951706528663635 - ] - ], - [ - 2.633333444595337, - [ - 0.00834018737077713, - 0.10010626912117004, - -0.005262122489511967, - 0.9949278831481934 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033551922533661127, - 0.13087165355682373, - -0.12886261940002441, - 0.9829831123352051 - ] - ], - [ - 2.700000047683716, - [ - -0.004824099130928516, - 0.17227651178836823, - -0.2621144950389862, - 0.9495227932929993 - ] - ], - [ - 2.7333333492279053, - [ - -0.010258747264742851, - 0.20540308952331543, - -0.3324686586856842, - 0.9204179048538208 - ] - ], - [ - 2.7666666507720947, - [ - -0.012230202555656433, - 0.20605899393558502, - -0.3082137107849121, - 0.9286520481109619 - ] - ], - [ - 2.799999952316284, - [ - -0.013106356374919415, - 0.17790505290031433, - -0.24112558364868164, - 0.9539583325386047 - ] - ], - [ - 2.8333332538604736, - [ - -0.014295664615929127, - 0.14143100380897522, - -0.16895878314971924, - 0.975318431854248 - ] - ], - [ - 2.866666555404663, - [ - -0.01614341139793396, - 0.12134100496768951, - -0.13444195687770844, - 0.9833317399024963 - ] - ], - [ - 2.9000000953674316, - [ - -0.01896958239376545, - 0.11974260210990906, - -0.14733730256557465, - 0.9816281199455261 - ] - ], - [ - 2.933333396911621, - [ - -0.021626275032758713, - 0.12569376826286316, - -0.18156473338603973, - 0.9750731587409973 - ] - ], - [ - 2.9666666984558105, - [ - -0.023927437141537666, - 0.13697682321071625, - -0.22905604541301727, - 0.9634304046630859 - ] - ], - [ - 3.0, - [ - -0.02607879415154457, - 0.15016931295394897, - -0.28060176968574524, - 0.947645366191864 - ] - ], - [ - 3.0333333015441895, - [ - -0.0275495033711195, - 0.15980778634548187, - -0.32662758231163025, - 0.9311374425888062 - ] - ], - [ - 3.066666603088379, - [ - -0.02887897565960884, - 0.16422203183174133, - -0.35787084698677063, - 0.9187631011009216 - ] - ], - [ - 3.0999999046325684, - [ - -0.02978736162185669, - 0.16073058545589447, - -0.3449857831001282, - 0.9242637157440186 - ] - ], - [ - 3.133333444595337, - [ - -0.02912658080458641, - 0.15069103240966797, - -0.27875393629074097, - 0.9480191469192505 - ] - ], - [ - 3.1666667461395264, - [ - -0.026205720379948616, - 0.13331782817840576, - -0.18556749820709229, - 0.9731928706169128 - ] - ], - [ - 3.200000047683716, - [ - -0.02100272662937641, - 0.11181127279996872, - -0.09706169366836548, - 0.9887548685073853 - ] - ], - [ - 3.2333333492279053, - [ - -0.014476720243692398, - 0.10026725381612778, - -0.03443485498428345, - 0.9942591190338135 - ] - ], - [ - 3.2666666507720947, - [ - -0.009001090191304684, - 0.10007274150848389, - -0.014372018165886402, - 0.994835615158081 - ] - ], - [ - 3.299999952316284, - [ - -0.008386485278606415, - 0.09602341055870056, - -0.04506095498800278, - 0.9943232536315918 - ] - ], - [ - 3.3333332538604736, - [ - -0.01590006798505783, - 0.08199147880077362, - -0.11637483537197113, - 0.9896875619888306 - ] - ], - [ - 3.366666555404663, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458574833_1069385.json b/lenses/physics-objects/Scene/assets/1645812458574833_1069385.json deleted file mode 100644 index 41c4ef24..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458574833_1069385.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458574833:1069385", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458587976_1069400.json b/lenses/physics-objects/Scene/assets/1645812458587976_1069400.json deleted file mode 100644 index dcfcc4d0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458587976_1069400.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458587976:1069400", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.56847858428955, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.567745208740234, - 1.4210854715202004e-14, - -9.603524620907522e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458588499_1069407.json b/lenses/physics-objects/Scene/assets/1645812458588499_1069407.json deleted file mode 100644 index 28acf0c3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458588499_1069407.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458588499:1069407", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01889295130968094, - 0.10831126570701599, - -0.04889808967709541, - 0.9927339553833008 - ] - ], - [ - 0.03333333507180214, - [ - -0.01889295130968094, - 0.10831126570701599, - -0.04889808967709541, - 0.9927339553833008 - ] - ], - [ - 0.06666667014360428, - [ - -0.021259773522615433, - 0.10979248583316803, - -0.049994297325611115, - 0.9924688339233398 - ] - ], - [ - 0.10000000149011612, - [ - -0.0236519742757082, - 0.11137780547142029, - -0.05098249018192291, - 0.9921876788139343 - ] - ], - [ - 0.13333334028720856, - [ - -0.026006633415818214, - 0.11303096264600754, - -0.05183437466621399, - 0.991897702217102 - ] - ], - [ - 0.1666666716337204, - [ - -0.028261765837669373, - 0.11471349000930786, - -0.05252347141504288, - 0.9916064739227295 - ] - ], - [ - 0.20000000298023224, - [ - -0.030356215313076973, - 0.11638464033603668, - -0.053025513887405396, - 0.9913230538368225 - ] - ], - [ - 0.23333333432674408, - [ - -0.032229453325271606, - 0.11800131946802139, - -0.053318656980991364, - 0.9910570383071899 - ] - ], - [ - 0.2666666805744171, - [ - -0.03382141515612602, - 0.11951833218336105, - -0.05338340252637863, - 0.9908186793327332 - ] - ], - [ - 0.30000001192092896, - [ - -0.03510325402021408, - 0.12087695300579071, - -0.05322910472750664, - 0.990617573261261 - ] - ], - [ - 0.3333333432674408, - [ - -0.03605335205793381, - 0.12201457470655441, - -0.052874572575092316, - 0.9904629588127136 - ] - ], - [ - 0.36666667461395264, - [ - -0.036664269864559174, - 0.12286447733640671, - -0.05235491320490837, - 0.9903630614280701 - ] - ], - [ - 0.4000000059604645, - [ - -0.0369722805917263, - 0.12333694100379944, - -0.05174107477068901, - 0.9903251528739929 - ] - ], - [ - 0.4333333373069763, - [ - -0.03702129051089287, - 0.12353770434856415, - -0.05116477608680725, - 0.9903282523155212 - ] - ], - [ - 0.46666666865348816, - [ - -0.03687092661857605, - 0.12366465479135513, - -0.05070067197084427, - 0.9903419017791748 - ] - ], - [ - 0.5, - [ - -0.03655528277158737, - 0.12375253438949585, - -0.0503312349319458, - 0.9903614521026611 - ] - ], - [ - 0.5333333611488342, - [ - -0.03610961139202118, - 0.12381106615066528, - -0.05001448839902878, - 0.9903865456581116 - ] - ], - [ - 0.5666666626930237, - [ - -0.03557681292295456, - 0.12385314702987671, - -0.04969439655542374, - 0.9904166460037231 - ] - ], - [ - 0.6000000238418579, - [ - -0.034967850893735886, - 0.12387892603874207, - -0.049373872578144073, - 0.9904511570930481 - ] - ], - [ - 0.6333333253860474, - [ - -0.0342937633395195, - 0.12388859689235687, - -0.04905570670962334, - 0.9904893040657043 - ] - ], - [ - 0.6666666865348816, - [ - -0.03356553986668587, - 0.12388234585523605, - -0.04874280095100403, - 0.9905306100845337 - ] - ], - [ - 0.699999988079071, - [ - -0.03279421478509903, - 0.12386029213666916, - -0.04843791946768761, - 0.990574061870575 - ] - ], - [ - 0.7333333492279053, - [ - -0.031990788877010345, - 0.1238226369023323, - -0.04814394190907478, - 0.9906193614006042 - ] - ], - [ - 0.7666666507720947, - [ - -0.03116629458963871, - 0.12376946210861206, - -0.04786360263824463, - 0.9906659722328186 - ] - ], - [ - 0.800000011920929, - [ - -0.03033175878226757, - 0.12370079010725021, - -0.0475996732711792, - 0.9907130599021912 - ] - ], - [ - 0.8333333134651184, - [ - -0.02949819155037403, - 0.12361664324998856, - -0.04735490679740906, - 0.9907605648040771 - ] - ], - [ - 0.8666666746139526, - [ - -0.028676657006144524, - 0.12351685762405396, - -0.04713207483291626, - 0.9908076524734497 - ] - ], - [ - 0.8999999761581421, - [ - -0.02787819132208824, - 0.12340131402015686, - -0.04693390801548958, - 0.9908542633056641 - ] - ], - [ - 0.9333333373069763, - [ - -0.02711382880806923, - 0.12326972186565399, - -0.046763062477111816, - 0.990899920463562 - ] - ], - [ - 0.9666666388511658, - [ - -0.026394637301564217, - 0.12312175333499908, - -0.046622276306152344, - 0.9909443855285645 - ] - ], - [ - 1.0, - [ - -0.02573169209063053, - 0.12295695394277573, - -0.04651421308517456, - 0.9909873604774475 - ] - ], - [ - 1.0333333015441895, - [ - -0.02513604611158371, - 0.12277481704950333, - -0.04644154757261276, - 0.9910287261009216 - ] - ], - [ - 1.0666667222976685, - [ - -0.024618789553642273, - 0.12257469445466995, - -0.04640693962574005, - 0.9910680055618286 - ] - ], - [ - 1.100000023841858, - [ - -0.024190980941057205, - 0.12235598266124725, - -0.04641308635473251, - 0.9911052584648132 - ] - ], - [ - 1.1666666269302368, - [ - -0.023698650300502777, - 0.12184309214353561, - -0.04660159349441528, - 0.9911714792251587 - ] - ], - [ - 1.2000000476837158, - [ - -0.023568658158183098, - 0.12153215706348419, - -0.04679741710424423, - 0.9912035465240479 - ] - ], - [ - 1.2333333492279053, - [ - -0.02341560088098049, - 0.12116648256778717, - -0.04706975445151329, - 0.9912391304969788 - ] - ], - [ - 1.2666666507720947, - [ - -0.023270554840564728, - 0.12074586749076843, - -0.04742429032921791, - 0.9912768602371216 - ] - ], - [ - 1.2999999523162842, - [ - -0.023160137236118317, - 0.12028130143880844, - -0.047836784273386, - 0.9913161396980286 - ] - ], - [ - 1.3333333730697632, - [ - -0.02309439517557621, - 0.11978410929441452, - -0.048279162496328354, - 0.9913564324378967 - ] - ], - [ - 1.3666666746139526, - [ - -0.023081233724951744, - 0.11926598101854324, - -0.048722799867391586, - 0.991397500038147 - ] - ], - [ - 1.399999976158142, - [ - -0.02312544733285904, - 0.11873701214790344, - -0.049144890159368515, - 0.9914391040802002 - ] - ], - [ - 1.4333332777023315, - [ - -0.023219658061861992, - 0.11819921433925629, - -0.04954344406723976, - 0.991481363773346 - ] - ], - [ - 1.4666666984558105, - [ - -0.02335643209517002, - 0.1176547259092331, - -0.049916621297597885, - 0.9915242791175842 - ] - ], - [ - 1.5, - [ - -0.02352835424244404, - 0.11710561811923981, - -0.05026256665587425, - 0.9915676116943359 - ] - ], - [ - 1.5333333015441895, - [ - -0.023728007450699806, - 0.11655411124229431, - -0.05057952553033829, - 0.9916118383407593 - ] - ], - [ - 1.5666667222976685, - [ - -0.023947954177856445, - 0.11600231379270554, - -0.05086566507816315, - 0.9916565418243408 - ] - ], - [ - 1.600000023841858, - [ - -0.024180760607123375, - 0.11545243859291077, - -0.051119305193424225, - 0.9917020201683044 - ] - ], - [ - 1.6333333253860474, - [ - -0.024418991059064865, - 0.1149066686630249, - -0.05133877694606781, - 0.9917482137680054 - ] - ], - [ - 1.6666666269302368, - [ - -0.024655193090438843, - 0.11436716467142105, - -0.05152237042784691, - 0.9917953014373779 - ] - ], - [ - 1.7000000476837158, - [ - -0.024881897494196892, - 0.11383604258298874, - -0.05166839063167572, - 0.991843044757843 - ] - ], - [ - 1.7333333492279053, - [ - -0.025091642513871193, - 0.11331547796726227, - -0.051775190979242325, - 0.9918918013572693 - ] - ], - [ - 1.7666666507720947, - [ - -0.025276947766542435, - 0.11280754953622818, - -0.0518411286175251, - 0.9919415712356567 - ] - ], - [ - 1.8333333730697632, - [ - -0.025544317439198494, - 0.11183787137269974, - -0.051843658089637756, - 0.9920443892478943 - ] - ], - [ - 1.8666666746139526, - [ - -0.025611387565732002, - 0.11138012260198593, - -0.05177688226103783, - 0.9920976161956787 - ] - ], - [ - 1.899999976158142, - [ - -0.02562403678894043, - 0.11094300448894501, - -0.05166247859597206, - 0.992152214050293 - ] - ], - [ - 1.9333332777023315, - [ - -0.025574766099452972, - 0.11052842438220978, - -0.05149869993329048, - 0.9922083020210266 - ] - ], - [ - 1.9666666984558105, - [ - -0.025456057861447334, - 0.11013814806938171, - -0.05128379166126251, - 0.9922658801078796 - ] - ], - [ - 2.0, - [ - -0.025260409340262413, - 0.10977397859096527, - -0.05101591721177101, - 0.9923251271247864 - ] - ], - [ - 2.0333333015441895, - [ - -0.024980291724205017, - 0.1094374731183052, - -0.05069328844547272, - 0.9923858046531677 - ] - ], - [ - 2.066666603088379, - [ - -0.024608181789517403, - 0.10913032293319702, - -0.05031400918960571, - 0.9924482703208923 - ] - ], - [ - 2.0999999046325684, - [ - -0.024136563763022423, - 0.10885398089885712, - -0.049876172095537186, - 0.9925122857093811 - ] - ], - [ - 2.133333444595337, - [ - -0.0235422495752573, - 0.10861536115407944, - -0.04936575889587402, - 0.9925782084465027 - ] - ], - [ - 2.1666667461395264, - [ - -0.022808704525232315, - 0.10841872543096542, - -0.04877398908138275, - 0.9926460981369019 - ] - ], - [ - 2.200000047683716, - [ - -0.02191929519176483, - 0.10826750844717026, - -0.04809138551354408, - 0.9927159547805786 - ] - ], - [ - 2.2333333492279053, - [ - -0.020847199484705925, - 0.1081688404083252, - -0.047302547842264175, - 0.9927876591682434 - ] - ], - [ - 2.2666666507720947, - [ - -0.01957564242184162, - 0.10810810327529907, - -0.04639103636145592, - 0.9928631782531738 - ] - ], - [ - 2.299999952316284, - [ - -0.01809663325548172, - 0.10805216431617737, - -0.045383401215076447, - 0.9929440021514893 - ] - ], - [ - 2.3333332538604736, - [ - -0.016431355848908424, - 0.10798514634370804, - -0.0443260632455349, - 0.993027925491333 - ] - ], - [ - 2.366666555404663, - [ - -0.014605287462472916, - 0.10789584368467331, - -0.043268729001283646, - 0.9931128025054932 - ] - ], - [ - 2.4000000953674316, - [ - -0.012544871307909489, - 0.10777164250612259, - -0.0422401987016201, - 0.993198812007904 - ] - ], - [ - 2.433333396911621, - [ - -0.010189677588641644, - 0.10761208087205887, - -0.04123596101999283, - 0.9932851791381836 - ] - ], - [ - 2.4666666984558105, - [ - -0.007580770645290613, - 0.10742365568876266, - -0.04026196524500847, - 0.9933688640594482 - ] - ], - [ - 2.5, - [ - -0.004759276285767555, - 0.10721267014741898, - -0.03932425379753113, - 0.9934467077255249 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017664864426478744, - 0.1069851741194725, - -0.03842898830771446, - 0.993516206741333 - ] - ], - [ - 2.566666603088379, - [ - 0.0013562034582719207, - 0.10674664378166199, - -0.037582386285066605, - 0.9935747981071472 - ] - ], - [ - 2.5999999046325684, - [ - 0.00456728832796216, - 0.10650217533111572, - -0.03679082542657852, - 0.9936211109161377 - ] - ], - [ - 2.633333444595337, - [ - 0.007825200445950031, - 0.10625603795051575, - -0.03606078773736954, - 0.9936538934707642 - ] - ], - [ - 2.6666667461395264, - [ - 0.01108813751488924, - 0.10601166635751724, - -0.03539900481700897, - 0.9936727285385132 - ] - ], - [ - 2.700000047683716, - [ - 0.014314347878098488, - 0.10577169805765152, - -0.03481214493513107, - 0.9936777949333191 - ] - ], - [ - 2.7333333492279053, - [ - 0.0174619909375906, - 0.10553781688213348, - -0.03430711477994919, - 0.9936699271202087 - ] - ], - [ - 2.7666666507720947, - [ - 0.020489146932959557, - 0.10531069338321686, - -0.033890921622514725, - 0.993650496006012 - ] - ], - [ - 2.799999952316284, - [ - 0.023353852331638336, - 0.10509012639522552, - -0.033570580184459686, - 0.9936214685440063 - ] - ], - [ - 2.8333332538604736, - [ - 0.026014205068349838, - 0.1048748716711998, - -0.03335314244031906, - 0.993585467338562 - ] - ], - [ - 2.866666555404663, - [ - 0.028428256511688232, - 0.10466291010379791, - -0.033245671540498734, - 0.9935452938079834 - ] - ], - [ - 2.9000000953674316, - [ - 0.03055410459637642, - 0.10445127636194229, - -0.033255163580179214, - 0.9935041666030884 - ] - ], - [ - 2.933333396911621, - [ - 0.03230077773332596, - 0.10423446446657181, - -0.03339271619915962, - 0.9934670329093933 - ] - ], - [ - 2.9666666984558105, - [ - 0.03359345346689224, - 0.10400637984275818, - -0.03366786986589432, - 0.9934388995170593 - ] - ], - [ - 3.0, - [ - 0.03441716358065605, - 0.10376347601413727, - -0.03408320993185043, - 0.9934218525886536 - ] - ], - [ - 3.0333333015441895, - [ - 0.03476795554161072, - 0.10350509732961655, - -0.03463318571448326, - 0.9934175610542297 - ] - ], - [ - 3.066666603088379, - [ - 0.0346393845975399, - 0.10323091596364975, - -0.03531487658619881, - 0.9934265613555908 - ] - ], - [ - 3.0999999046325684, - [ - 0.03403668850660324, - 0.10293932259082794, - -0.036111991852521896, - 0.9934490323066711 - ] - ], - [ - 3.133333444595337, - [ - 0.032986223697662354, - 0.10276933014392853, - -0.03707180917263031, - 0.9934667944908142 - ] - ], - [ - 3.1666667461395264, - [ - 0.031531549990177155, - 0.10286813974380493, - -0.03821798041462898, - 0.9934602379798889 - ] - ], - [ - 3.200000047683716, - [ - 0.029737401753664017, - 0.1032349020242691, - -0.039491720497608185, - 0.9934277534484863 - ] - ], - [ - 3.2333333492279053, - [ - 0.027643786743283272, - 0.103839211165905, - -0.04083597660064697, - 0.9933709502220154 - ] - ], - [ - 3.2666666507720947, - [ - 0.02528247982263565, - 0.10464835166931152, - -0.04220914840698242, - 0.9932915568351746 - ] - ], - [ - 3.299999952316284, - [ - 0.02271495945751667, - 0.10563742369413376, - -0.043577924370765686, - 0.9931896924972534 - ] - ], - [ - 3.3333332538604736, - [ - 0.020002149045467377, - 0.10678113251924515, - -0.044908557087183, - 0.9930664300918579 - ] - ], - [ - 3.366666555404663, - [ - 0.01720438152551651, - 0.1080530658364296, - -0.04616772383451462, - 0.9929234981536865 - ] - ], - [ - 3.4000000953674316, - [ - 0.014381113462150097, - 0.10942511260509491, - -0.0473228357732296, - 0.9927637577056885 - ] - ], - [ - 3.433333396911621, - [ - 0.011591176502406597, - 0.1108669862151146, - -0.048342812806367874, - 0.992591142654419 - ] - ], - [ - 3.4666666984558105, - [ - 0.008892452344298363, - 0.11234591156244278, - -0.049198321998119354, - 0.9924107193946838 - ] - ], - [ - 3.5, - [ - 0.006342124659568071, - 0.11382636427879333, - -0.04986213520169258, - 0.9922284483909607 - ] - ], - [ - 3.5333333015441895, - [ - 0.003996755927801132, - 0.11527025699615479, - -0.050309181213378906, - 0.9920513033866882 - ] - ], - [ - 3.566666603088379, - [ - 0.0019124706741422415, - 0.11663690954446793, - -0.050516847521066666, - 0.9918872117996216 - ] - ], - [ - 3.5999999046325684, - [ - 9.98073082882911e-05, - 0.11787228286266327, - -0.050491638481616974, - 0.9917442798614502 - ] - ], - [ - 3.633333444595337, - [ - -0.0014231069944798946, - 0.11891793459653854, - -0.05024842917919159, - 0.9916307926177979 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026306810323148966, - 0.11971016228199005, - -0.049817077815532684, - 0.9915547370910645 - ] - ], - [ - 3.700000047683716, - [ - -0.0035424549132585526, - 0.12016326189041138, - -0.04926200211048126, - 0.9915249347686768 - ] - ], - [ - 3.7333333492279053, - [ - -0.0041877878829836845, - 0.12037113308906555, - -0.04872633144259453, - 0.9915236830711365 - ] - ], - [ - 3.799999952316284, - [ - -0.004833224695175886, - 0.12062954157590866, - -0.04796317592263222, - 0.9915265440940857 - ] - ], - [ - 3.866666555404663, - [ - -0.004785266704857349, - 0.12079839408397675, - -0.04738136753439903, - 0.9915341138839722 - ] - ], - [ - 3.9000000953674316, - [ - -0.004617911763489246, - 0.12086484581232071, - -0.04708626866340637, - 0.9915408492088318 - ] - ], - [ - 3.933333396911621, - [ - -0.004379820078611374, - 0.12091883271932602, - -0.04679257050156593, - 0.9915492534637451 - ] - ], - [ - 3.9666666984558105, - [ - -0.004082372412085533, - 0.1209598109126091, - -0.04650305584073067, - 0.9915591478347778 - ] - ], - [ - 4.0, - [ - -0.0037369609344750643, - 0.12098729610443115, - -0.046220503747463226, - 0.9915703535079956 - ] - ], - [ - 4.0333333015441895, - [ - -0.0033549631480127573, - 0.12100081145763397, - -0.045947711914777756, - 0.9915827512741089 - ] - ], - [ - 4.066666603088379, - [ - -0.002947775414213538, - 0.12099983543157578, - -0.04568741098046303, - 0.9915962219238281 - ] - ], - [ - 4.099999904632568, - [ - -0.002526776632294059, - 0.12098382413387299, - -0.0454423725605011, - 0.991610586643219 - ] - ], - [ - 4.133333206176758, - [ - -0.0021033722441643476, - 0.12095224857330322, - -0.045215360820293427, - 0.9916257858276367 - ] - ], - [ - 4.166666507720947, - [ - -0.0016889554681256413, - 0.12090446054935455, - -0.04500905051827431, - 0.9916418194770813 - ] - ], - [ - 4.199999809265137, - [ - -0.0012949313968420029, - 0.12083982676267624, - -0.044826164841651917, - 0.9916585683822632 - ] - ], - [ - 4.233333110809326, - [ - -0.0009327029110863805, - 0.12075762450695038, - -0.04466944560408592, - 0.9916760325431824 - ] - ], - [ - 4.300000190734863, - [ - -0.00034930664696730673, - 0.12053735554218292, - -0.04444519430398941, - 0.9917134046554565 - ] - ], - [ - 4.400000095367432, - [ - 1.73703074324294e-06, - 0.12005387991666794, - -0.0443718321621418, - 0.9917752742767334 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002971867215819657, - 0.11960232257843018, - -0.0445716567337513, - 0.9918209314346313 - ] - ], - [ - 4.5, - [ - -0.0006691308226436377, - 0.11932528018951416, - -0.044777583330869675, - 0.9918447732925415 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012226636754348874, - 0.11900637298822403, - -0.04507199302315712, - 0.9918692111968994 - ] - ], - [ - 4.566666603088379, - [ - -0.0019771649967879057, - 0.11864228546619415, - -0.04546032473444939, - 0.9918938875198364 - ] - ], - [ - 4.599999904632568, - [ - -0.002945987042039633, - 0.11824119836091995, - -0.045918650925159454, - 0.9919182658195496 - ] - ], - [ - 4.633333206176758, - [ - -0.004125474486500025, - 0.11781388521194458, - -0.046419430524110794, - 0.9919416904449463 - ] - ], - [ - 4.666666507720947, - [ - -0.005509783048182726, - 0.11737176775932312, - -0.046934377402067184, - 0.9919631481170654 - ] - ], - [ - 4.699999809265137, - [ - -0.007089999038726091, - 0.11692488938570023, - -0.04744083806872368, - 0.9919816851615906 - ] - ], - [ - 4.733333110809326, - [ - -0.008844918571412563, - 0.11647578328847885, - -0.04793677479028702, - 0.9919965863227844 - ] - ], - [ - 4.766666889190674, - [ - -0.010753342881798744, - 0.11602699756622314, - -0.048420120030641556, - 0.9920069575309753 - ] - ], - [ - 4.800000190734863, - [ - -0.01279391162097454, - 0.11558099091053009, - -0.04888869449496269, - 0.9920117259025574 - ] - ], - [ - 4.833333492279053, - [ - -0.014945365488529205, - 0.11514028161764145, - -0.049340397119522095, - 0.9920105338096619 - ] - ], - [ - 4.866666793823242, - [ - -0.01718633435666561, - 0.1147073432803154, - -0.04977292940020561, - 0.9920027852058411 - ] - ], - [ - 4.900000095367432, - [ - -0.01951015554368496, - 0.11428479105234146, - -0.05018485710024834, - 0.9919878244400024 - ] - ], - [ - 4.933333396911621, - [ - -0.02191098779439926, - 0.11387552320957184, - -0.05057480186223984, - 0.9919650554656982 - ] - ], - [ - 4.9666666984558105, - [ - -0.02436876855790615, - 0.11348170042037964, - -0.05094040930271149, - 0.991934061050415 - ] - ], - [ - 5.0, - [ - -0.02686336077749729, - 0.11310537904500961, - -0.05127910524606705, - 0.9918952584266663 - ] - ], - [ - 5.0333333015441895, - [ - -0.0293746180832386, - 0.11274828761816025, - -0.051588281989097595, - 0.9918485879898071 - ] - ], - [ - 5.066666603088379, - [ - -0.031882334500551224, - 0.11241205781698227, - -0.051865093410015106, - 0.9917948842048645 - ] - ], - [ - 5.099999904632568, - [ - -0.034366291016340256, - 0.11209796369075775, - -0.052106596529483795, - 0.9917348027229309 - ] - ], - [ - 5.133333206176758, - [ - -0.03680625557899475, - 0.11180706322193146, - -0.05230962485074997, - 0.9916694164276123 - ] - ], - [ - 5.166666507720947, - [ - -0.03918192908167839, - 0.11154011636972427, - -0.052470870316028595, - 0.9915999174118042 - ] - ], - [ - 5.199999809265137, - [ - -0.04147300869226456, - 0.11129752546548843, - -0.05258699133992195, - 0.9915278553962708 - ] - ], - [ - 5.233333110809326, - [ - -0.043659236282110214, - 0.11107957363128662, - -0.052654337137937546, - 0.9914549589157104 - ] - ], - [ - 5.266666889190674, - [ - -0.04572027921676636, - 0.1108860895037651, - -0.05266920477151871, - 0.9913828372955322 - ] - ], - [ - 5.300000190734863, - [ - -0.04763573780655861, - 0.11071670800447464, - -0.052627816796302795, - 0.9913137555122375 - ] - ], - [ - 5.333333492279053, - [ - -0.049385301768779755, - 0.11057083308696747, - -0.05252618342638016, - 0.9912497997283936 - ] - ], - [ - 5.366666793823242, - [ - -0.050948649644851685, - 0.11044753342866898, - -0.052360329777002335, - 0.9911932349205017 - ] - ], - [ - 5.400000095367432, - [ - -0.05230541154742241, - 0.110345758497715, - -0.05212613195180893, - 0.9911463260650635 - ] - ], - [ - 5.433333396911621, - [ - -0.053419675678014755, - 0.11026987433433533, - -0.05180729180574417, - 0.9911120533943176 - ] - ], - [ - 5.4666666984558105, - [ - -0.0542621947824955, - 0.1102214902639389, - -0.051392752677202225, - 0.9910931587219238 - ] - ], - [ - 5.5, - [ - -0.05480349063873291, - 0.11020148545503616, - -0.05087071657180786, - 0.9910925030708313 - ] - ], - [ - 5.5333333015441895, - [ - -0.055004019290208817, - 0.11021511256694794, - -0.05022333934903145, - 0.9911128878593445 - ] - ], - [ - 5.566666603088379, - [ - -0.05483458936214447, - 0.11023996025323868, - -0.04943335801362991, - 0.9911592602729797 - ] - ], - [ - 5.599999904632568, - [ - -0.05427488684654236, - 0.11023459583520889, - -0.048527803272008896, - 0.9912354946136475 - ] - ], - [ - 5.633333206176758, - [ - -0.05333317816257477, - 0.11018161475658417, - -0.04755251854658127, - 0.9913396835327148 - ] - ], - [ - 5.666666507720947, - [ - -0.05202220380306244, - 0.11006898432970047, - -0.0465565025806427, - 0.9914692044258118 - ] - ], - [ - 5.699999809265137, - [ - -0.05036076158285141, - 0.10989072918891907, - -0.04557858780026436, - 0.9916201233863831 - ] - ], - [ - 5.733333110809326, - [ - -0.04838843643665314, - 0.10965461283922195, - -0.04462454840540886, - 0.9917879104614258 - ] - ], - [ - 5.766666889190674, - [ - -0.04614470154047012, - 0.10936857014894485, - -0.043699946254491806, - 0.991967499256134 - ] - ], - [ - 5.800000190734863, - [ - -0.04366929829120636, - 0.10904071480035782, - -0.04281044751405716, - 0.9921544194221497 - ] - ], - [ - 5.833333492279053, - [ - -0.041002027690410614, - 0.10867898166179657, - -0.04196162521839142, - 0.9923442602157593 - ] - ], - [ - 5.866666793823242, - [ - -0.03818279504776001, - 0.10829097032546997, - -0.04115911200642586, - 0.9925326704978943 - ] - ], - [ - 5.900000095367432, - [ - -0.03525166213512421, - 0.10788396000862122, - -0.040408678352832794, - 0.9927162528038025 - ] - ], - [ - 5.933333396911621, - [ - -0.0322488509118557, - 0.10746459662914276, - -0.03971631079912186, - 0.9928917288780212 - ] - ], - [ - 5.9666666984558105, - [ - -0.02921474725008011, - 0.10703890770673752, - -0.03908802941441536, - 0.9930566549301147 - ] - ], - [ - 6.0, - [ - -0.026189809665083885, - 0.10661203414201736, - -0.038530200719833374, - 0.993208646774292 - ] - ], - [ - 6.0333333015441895, - [ - -0.023214656859636307, - 0.10618848353624344, - -0.038049258291721344, - 0.993346631526947 - ] - ], - [ - 6.066666603088379, - [ - -0.020329982042312622, - 0.10577170550823212, - -0.037651870399713516, - 0.9934693574905396 - ] - ], - [ - 6.099999904632568, - [ - -0.01757654920220375, - 0.10536438971757889, - -0.03734491765499115, - 0.9935767650604248 - ] - ], - [ - 6.133333206176758, - [ - -0.014995196834206581, - 0.10496824979782104, - -0.03713538125157356, - 0.9936689734458923 - ] - ], - [ - 6.166666507720947, - [ - -0.012626749463379383, - 0.10458410531282425, - -0.03703037276864052, - 0.993746280670166 - ] - ], - [ - 6.199999809265137, - [ - -0.010512092150747776, - 0.10421191900968552, - -0.037037111818790436, - 0.9938096404075623 - ] - ], - [ - 6.233333110809326, - [ - -0.00869208574295044, - 0.10385098308324814, - -0.037162888795137405, - 0.9938604235649109 - ] - ], - [ - 6.266666889190674, - [ - -0.007207497023046017, - 0.10349974036216736, - -0.03741496428847313, - 0.993899405002594 - ] - ], - [ - 6.300000190734863, - [ - -0.006096088793128729, - 0.10315694659948349, - -0.0377984456717968, - 0.9939279556274414 - ] - ], - [ - 6.333333492279053, - [ - -0.005384438671171665, - 0.10282392054796219, - -0.038310397416353226, - 0.9939469695091248 - ] - ], - [ - 6.366666793823242, - [ - -0.00510225398465991, - 0.10250166058540344, - -0.0389508455991745, - 0.9939568638801575 - ] - ], - [ - 6.400000095367432, - [ - -0.005266212392598391, - 0.1021888479590416, - -0.03970714658498764, - 0.9939582943916321 - ] - ], - [ - 6.433333396911621, - [ - -0.00587029755115509, - 0.10203484445810318, - -0.0406133234500885, - 0.9939340949058533 - ] - ], - [ - 6.4666666984558105, - [ - -0.006891800556331873, - 0.10219264030456543, - -0.04168294370174408, - 0.993867039680481 - ] - ], - [ - 6.5, - [ - -0.008288408629596233, - 0.10265465825796127, - -0.04286438226699829, - 0.993758499622345 - ] - ], - [ - 6.5333333015441895, - [ - -0.010010805912315845, - 0.1033858060836792, - -0.044102467596530914, - 0.9936127662658691 - ] - ], - [ - 6.566666603088379, - [ - -0.01199880987405777, - 0.10434846580028534, - -0.04535587877035141, - 0.9934335947036743 - ] - ], - [ - 6.599999904632568, - [ - -0.014185762964189053, - 0.10551148653030396, - -0.0465938039124012, - 0.9932246208190918 - ] - ], - [ - 6.633333206176758, - [ - -0.016505585983395576, - 0.10684331506490707, - -0.04778483510017395, - 0.9929897785186768 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458588928_1069414.json b/lenses/physics-objects/Scene/assets/1645812458588928_1069414.json deleted file mode 100644 index 2b85c30e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458588928_1069414.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458588928:1069414", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458590596_1069427.json b/lenses/physics-objects/Scene/assets/1645812458590596_1069427.json deleted file mode 100644 index a66a46ba..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458590596_1069427.json +++ /dev/null @@ -1,698 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458590596:1069427", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.348786354064941, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.38298511505127, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.454828262329102, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.503711700439453, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.530158042907715, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.531133651733398, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.499495506286621, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.388086318969727, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.396783828735352, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.46192455291748, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.505064010620117, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.495240211486816, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.515706062316895, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.572236061096191, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.616275787353516, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.605629920959473, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.530076026916504, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.4266996383667, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.364920616149902, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.391210556030273, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.451111793518066, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.493651390075684, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.50676155090332, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.578130722045898, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.586516380310059, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.55718994140625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.483602523803711, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.384125709533691, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.321845054626465, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.37325382232666, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.466426849365234, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.512076377868652, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.497881889343262, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.522909164428711, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.558379173278809, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.561482429504395, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.505852699279785, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.419910430908203, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.32438850402832, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.268131256103516, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.333856582641602, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.446985244750977, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.50396728515625, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.499022483825684, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.521098136901855, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.547226905822754, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.53390884399414, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.465947151184082, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.361763954162598, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.255226135253906, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.208895683288574, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.341546058654785, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.489023208618164, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.521815299987793, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.49975299835205, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.496994018554688, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.45901107788086, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.348811149597168, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.195780754089355, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.123937606811523, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.258180618286133, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.463851928710938, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.538150787353516, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.508101463317871, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.498662948608398, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.523159980773926, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.458017349243164, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.28194522857666, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.187701225280762, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.27519702911377, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.392515182495117, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.465810775756836, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.467256546020508, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.446194648742676, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.430352210998535, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.397602081298828, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.329445838928223, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.246316909790039, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.192352294921875, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.254857063293457, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.401461601257324, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.500313758850098, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.496692657470703, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458590890_1069434.json b/lenses/physics-objects/Scene/assets/1645812458590890_1069434.json deleted file mode 100644 index fbced123..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458590890_1069434.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458590890:1069434", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ], - [ - 0.03333333507180214, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ], - [ - 0.06666667014360428, - [ - -0.03568163514137268, - 0.11973024159669876, - -0.2797076106071472, - 0.951921820640564 - ] - ], - [ - 0.10000000149011612, - [ - -0.036332160234451294, - 0.1298217624425888, - -0.24954606592655182, - 0.9589332938194275 - ] - ], - [ - 0.13333334028720856, - [ - -0.0326048918068409, - 0.12899015843868256, - -0.1657944619655609, - 0.9771441221237183 - ] - ], - [ - 0.1666666716337204, - [ - -0.027112139388918877, - 0.11894449591636658, - -0.07629325985908508, - 0.9895941019058228 - ] - ], - [ - 0.20000000298023224, - [ - -0.02193063125014305, - 0.11302284151315689, - -0.032511916011571884, - 0.9928182363510132 - ] - ], - [ - 0.23333333432674408, - [ - -0.01871323026716709, - 0.1151091530919075, - -0.04838329926133156, - 0.9919973611831665 - ] - ], - [ - 0.2666666805744171, - [ - -0.01647086627781391, - 0.12145314365625381, - -0.094416543841362, - 0.9879592061042786 - ] - ], - [ - 0.30000001192092896, - [ - -0.01518191583454609, - 0.13010366261005402, - -0.15277811884880066, - 0.9795414209365845 - ] - ], - [ - 0.3333333432674408, - [ - -0.014578286558389664, - 0.13864754140377045, - -0.2093432992696762, - 0.9678532481193542 - ] - ], - [ - 0.36666667461395264, - [ - -0.013689897023141384, - 0.14385002851486206, - -0.2511235773563385, - 0.9571086168289185 - ] - ], - [ - 0.4000000059604645, - [ - -0.012700987048447132, - 0.14394350349903107, - -0.267264723777771, - 0.9527269005775452 - ] - ], - [ - 0.4333333373069763, - [ - -0.010534180328249931, - 0.13995671272277832, - -0.24103686213493347, - 0.9603136777877808 - ] - ], - [ - 0.46666666865348816, - [ - -0.0057334681041538715, - 0.1356482356786728, - -0.1727403849363327, - 0.9755651950836182 - ] - ], - [ - 0.5, - [ - 0.002513783983886242, - 0.13099607825279236, - -0.07228374481201172, - 0.9887409806251526 - ] - ], - [ - 0.5333333611488342, - [ - 0.013647356070578098, - 0.13183413445949554, - 0.0361400730907917, - 0.9905187487602234 - ] - ], - [ - 0.5666666626930237, - [ - 0.025301378220319748, - 0.1491428166627884, - 0.11260443180799484, - 0.9820573925971985 - ] - ], - [ - 0.6000000238418579, - [ - 0.03448306769132614, - 0.17038963735103607, - 0.13460537791252136, - 0.9755304455757141 - ] - ], - [ - 0.6333333253860474, - [ - 0.037398241460323334, - 0.16931860148906708, - 0.10457891970872879, - 0.979283332824707 - ] - ], - [ - 0.6666666865348816, - [ - 0.03343065455555916, - 0.14497461915016174, - 0.034128133207559586, - 0.9882813692092896 - ] - ], - [ - 0.699999988079071, - [ - 0.024594493210315704, - 0.1149308979511261, - -0.06860104948282242, - 0.9906967878341675 - ] - ], - [ - 0.7333333492279053, - [ - 0.012479571625590324, - 0.09969571977853775, - -0.17913591861724854, - 0.978680431842804 - ] - ], - [ - 0.7666666507720947, - [ - 0.00031991361174732447, - 0.1073760986328125, - -0.2623293697834015, - 0.9589858055114746 - ] - ], - [ - 0.800000011920929, - [ - -0.009342620149254799, - 0.12382854521274567, - -0.29225432872772217, - 0.9482439756393433 - ] - ], - [ - 0.8333333134651184, - [ - -0.015289891511201859, - 0.13321027159690857, - -0.2696186602115631, - 0.9535865187644958 - ] - ], - [ - 0.8666666746139526, - [ - -0.016982128843665123, - 0.1335543543100357, - -0.21490953862667084, - 0.9673100709915161 - ] - ], - [ - 0.8999999761581421, - [ - -0.013813389465212822, - 0.13009695708751678, - -0.13685300946235657, - 0.9819141626358032 - ] - ], - [ - 0.9333333373069763, - [ - -0.00549627048894763, - 0.12904630601406097, - -0.04507790878415108, - 0.990598201751709 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068259765394032, - 0.13366873562335968, - 0.04204227030277252, - 0.9901103377342224 - ] - ], - [ - 1.0, - [ - 0.02037247270345688, - 0.14314739406108856, - 0.10372716188430786, - 0.9840399622917175 - ] - ], - [ - 1.0333333015441895, - [ - 0.031928133219480515, - 0.15084341168403625, - 0.1271120309829712, - 0.979831337928772 - ] - ], - [ - 1.0666667222976685, - [ - 0.039142876863479614, - 0.14927205443382263, - 0.10871829092502594, - 0.9820213913917542 - ] - ], - [ - 1.100000023841858, - [ - 0.040572620928287506, - 0.13846716284751892, - 0.05637659877538681, - 0.9879283308982849 - ] - ], - [ - 1.1333333253860474, - [ - 0.034026455134153366, - 0.12396973371505737, - -0.026844056323170662, - 0.9913391470909119 - ] - ], - [ - 1.1666666269302368, - [ - 0.022529391571879387, - 0.11403059214353561, - -0.12918706238269806, - 0.9847844243049622 - ] - ], - [ - 1.2000000476837158, - [ - 0.009856215678155422, - 0.11549296230077744, - -0.22437775135040283, - 0.9675841331481934 - ] - ], - [ - 1.2333333492279053, - [ - -0.0018233350710943341, - 0.1253170371055603, - -0.2885351777076721, - 0.9492311477661133 - ] - ], - [ - 1.2666666507720947, - [ - -0.010312399826943874, - 0.1351199448108673, - -0.3113439083099365, - 0.9405855536460876 - ] - ], - [ - 1.2999999523162842, - [ - -0.014043334871530533, - 0.138671413064003, - -0.27461862564086914, - 0.951397716999054 - ] - ], - [ - 1.3333333730697632, - [ - -0.01233414001762867, - 0.13375058770179749, - -0.17865678668022156, - 0.9747001528739929 - ] - ], - [ - 1.3666666746139526, - [ - -0.0061408705078065395, - 0.13064268231391907, - -0.052280325442552567, - 0.9900311827659607 - ] - ], - [ - 1.399999976158142, - [ - 0.0018258191412314773, - 0.14309515058994293, - 0.05298908054828644, - 0.9882878065109253 - ] - ], - [ - 1.4333332777023315, - [ - 0.007217181846499443, - 0.16098080575466156, - 0.0873728021979332, - 0.9830560088157654 - ] - ], - [ - 1.4666666984558105, - [ - 0.008057249709963799, - 0.1622370183467865, - 0.06062987819314003, - 0.9848544597625732 - ] - ], - [ - 1.5, - [ - 0.0044533987529575825, - 0.14659447968006134, - 0.010852927342057228, - 0.9891272187232971 - ] - ], - [ - 1.5333333015441895, - [ - -0.004244727082550526, - 0.11798915266990662, - -0.057882312685251236, - 0.9913173913955688 - ] - ], - [ - 1.5666667222976685, - [ - -0.016620485112071037, - 0.0876251608133316, - -0.14205923676490784, - 0.9858320355415344 - ] - ], - [ - 1.600000023841858, - [ - -0.031076515093445778, - 0.07122015208005905, - -0.22920943796634674, - 0.970270574092865 - ] - ], - [ - 1.6333333253860474, - [ - -0.044725026935338974, - 0.07511879503726959, - -0.30140727758407593, - 0.9494791626930237 - ] - ], - [ - 1.6666666269302368, - [ - -0.05593664199113846, - 0.09023597091436386, - -0.3458171486854553, - 0.9322763085365295 - ] - ], - [ - 1.7000000476837158, - [ - -0.0643932893872261, - 0.10354071110486984, - -0.35903313755989075, - 0.9253259301185608 - ] - ], - [ - 1.7333333492279053, - [ - -0.06999193131923676, - 0.11425300687551498, - -0.32349416613578796, - 0.9366957545280457 - ] - ], - [ - 1.7666666507720947, - [ - -0.07185456156730652, - 0.12511275708675385, - -0.2324891835451126, - 0.9618381857872009 - ] - ], - [ - 1.7999999523162842, - [ - -0.06837159395217896, - 0.1319236159324646, - -0.10663465410470963, - 0.9831330180168152 - ] - ], - [ - 1.8333333730697632, - [ - -0.06039675325155258, - 0.1351935714483261, - 0.00824799481779337, - 0.9889423251152039 - ] - ], - [ - 1.8666666746139526, - [ - -0.05228975787758827, - 0.13709662854671478, - 0.05938785523176193, - 0.9873921871185303 - ] - ], - [ - 1.899999976158142, - [ - -0.04659300670027733, - 0.13528572022914886, - 0.04098009318113327, - 0.9888617396354675 - ] - ], - [ - 1.9333332777023315, - [ - -0.044015802443027496, - 0.1300017088651657, - -0.014881927520036697, - 0.9904245138168335 - ] - ], - [ - 1.9666666984558105, - [ - -0.04753880575299263, - 0.12656190991401672, - -0.09958557039499283, - 0.985801637172699 - ] - ], - [ - 2.0, - [ - -0.05753770470619202, - 0.13083484768867493, - -0.1976151317358017, - 0.9698041677474976 - ] - ], - [ - 2.0333333015441895, - [ - -0.0697014331817627, - 0.13912948966026306, - -0.28464603424072266, - 0.9459182620048523 - ] - ], - [ - 2.066666603088379, - [ - -0.08050551265478134, - 0.14080177247524261, - -0.34296849370002747, - 0.9252385497093201 - ] - ], - [ - 2.0999999046325684, - [ - -0.08776679635047913, - 0.1346389502286911, - -0.3651161789894104, - 0.9169839024543762 - ] - ], - [ - 2.133333444595337, - [ - -0.09029223769903183, - 0.13550986349582672, - -0.3183262348175049, - 0.933891236782074 - ] - ], - [ - 2.1666667461395264, - [ - -0.0867827981710434, - 0.14320720732212067, - -0.19093166291713715, - 0.967215359210968 - ] - ], - [ - 2.200000047683716, - [ - -0.07554712146520615, - 0.13774238526821136, - -0.03427182883024216, - 0.9869878888130188 - ] - ], - [ - 2.2333333492279053, - [ - -0.061437178403139114, - 0.12642166018486023, - 0.053310904651880264, - 0.9886358976364136 - ] - ], - [ - 2.2666666507720947, - [ - -0.05088105797767639, - 0.12622129917144775, - 0.03738551586866379, - 0.9899907112121582 - ] - ], - [ - 2.299999952316284, - [ - -0.04480799660086632, - 0.1370212435722351, - -0.03400668874382973, - 0.9889697432518005 - ] - ], - [ - 2.3333332538604736, - [ - -0.04393419250845909, - 0.15807883441448212, - -0.13543105125427246, - 0.9771076440811157 - ] - ], - [ - 2.366666555404663, - [ - -0.04675215110182762, - 0.18134965002536774, - -0.23760060966014862, - 0.9531382322311401 - ] - ], - [ - 2.4000000953674316, - [ - -0.05132905766367912, - 0.20065109431743622, - -0.3099285662174225, - 0.9279272556304932 - ] - ], - [ - 2.433333396911621, - [ - -0.054865531623363495, - 0.212540403008461, - -0.33512210845947266, - 0.916247546672821 - ] - ], - [ - 2.4666666984558105, - [ - -0.05407409369945526, - 0.2119354009628296, - -0.3028503656387329, - 0.9275997281074524 - ] - ], - [ - 2.5, - [ - -0.04749983921647072, - 0.19741305708885193, - -0.22124426066875458, - 0.9538464546203613 - ] - ], - [ - 2.5333333015441895, - [ - -0.03516403213143349, - 0.16620850563049316, - -0.10021033883094788, - 0.9803550839424133 - ] - ], - [ - 2.566666603088379, - [ - -0.017719678580760956, - 0.1219085156917572, - 0.021421652287244797, - 0.9921519160270691 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010235706577077508, - 0.09875589609146118, - 0.07987257093191147, - 0.9919010400772095 - ] - ], - [ - 2.633333444595337, - [ - 0.008324655704200268, - 0.11509670317173004, - 0.02205291949212551, - 0.9930745959281921 - ] - ], - [ - 2.6666667461395264, - [ - 0.003343320684507489, - 0.15776395797729492, - -0.12515972554683685, - 0.979507327079773 - ] - ], - [ - 2.700000047683716, - [ - -0.0047871642746031284, - 0.20070360600948334, - -0.2680552005767822, - 0.9422534704208374 - ] - ], - [ - 2.7333333492279053, - [ - -0.010236408561468124, - 0.22227172553539276, - -0.3271237909793854, - 0.9184119701385498 - ] - ], - [ - 2.7666666507720947, - [ - -0.012205437757074833, - 0.22073881328105927, - -0.3036738336086273, - 0.9267726540565491 - ] - ], - [ - 2.799999952316284, - [ - -0.013050890527665615, - 0.1977728307247162, - -0.24158483743667603, - 0.9499222636222839 - ] - ], - [ - 2.8333332538604736, - [ - -0.014231424778699875, - 0.16431808471679688, - -0.1734401285648346, - 0.9709354043006897 - ] - ], - [ - 2.866666555404663, - [ - -0.016075383871793747, - 0.14554442465305328, - -0.140533447265625, - 0.9791879057884216 - ] - ], - [ - 2.9000000953674316, - [ - -0.01885821856558323, - 0.14835889637470245, - -0.15912386775016785, - 0.9758656620979309 - ] - ], - [ - 2.933333396911621, - [ - -0.021410975605249405, - 0.16133445501327515, - -0.2039138823747635, - 0.9653663039207458 - ] - ], - [ - 2.9666666984558105, - [ - -0.023580873385071754, - 0.17821988463401794, - -0.2572465240955353, - 0.9494765996932983 - ] - ], - [ - 3.0, - [ - -0.025643877685070038, - 0.19388696551322937, - -0.30564671754837036, - 0.9318424463272095 - ] - ], - [ - 3.0333333015441895, - [ - -0.027158163487911224, - 0.20206470787525177, - -0.34039947390556335, - 0.9179110527038574 - ] - ], - [ - 3.066666603088379, - [ - -0.028694909065961838, - 0.20123670995235443, - -0.3539496064186096, - 0.9129074811935425 - ] - ], - [ - 3.0999999046325684, - [ - -0.02970762550830841, - 0.1928400844335556, - -0.3350106179714203, - 0.9217907786369324 - ] - ], - [ - 3.133333444595337, - [ - -0.02892695926129818, - 0.18160589039325714, - -0.28234362602233887, - 0.941522479057312 - ] - ], - [ - 3.1666667461395264, - [ - -0.026005452498793602, - 0.16624008119106293, - -0.19748936593532562, - 0.9657566547393799 - ] - ], - [ - 3.200000047683716, - [ - -0.02092108689248562, - 0.14334024488925934, - -0.09468004107475281, - 0.9849119782447815 - ] - ], - [ - 3.2333333492279053, - [ - -0.014440487138926983, - 0.1268252283334732, - -0.009865953586995602, - 0.9917709827423096 - ] - ], - [ - 3.2666666507720947, - [ - -0.008974364958703518, - 0.12452053278684616, - 0.024156827479600906, - 0.99188232421875 - ] - ], - [ - 3.299999952316284, - [ - -0.008368426002562046, - 0.12429385632276535, - -0.0074027227237820625, - 0.9921826720237732 - ] - ], - [ - 3.3333332538604736, - [ - -0.015668543055653572, - 0.1210198849439621, - -0.09775959700345993, - 0.9877002239227295 - ] - ], - [ - 3.366666555404663, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458591157_1069441.json b/lenses/physics-objects/Scene/assets/1645812458591157_1069441.json deleted file mode 100644 index 2ae66423..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458591157_1069441.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458591157:1069441", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458593040_1069454.json b/lenses/physics-objects/Scene/assets/1645812458593040_1069454.json deleted file mode 100644 index f5494873..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458593040_1069454.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458593040:1069454", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.575882911682129, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.0, - [ - 9.575882911682129, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458593416_1069461.json b/lenses/physics-objects/Scene/assets/1645812458593416_1069461.json deleted file mode 100644 index ca3f1f89..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458593416_1069461.json +++ /dev/null @@ -1,1657 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458593416:1069461", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01895872689783573, - 0.08508265018463135, - -0.0027416087687015533, - 0.9961897134780884 - ] - ], - [ - 0.03333333507180214, - [ - -0.01895872689783573, - 0.08508265018463135, - -0.0027416087687015533, - 0.9961897134780884 - ] - ], - [ - 0.06666667014360428, - [ - -0.02133713848888874, - 0.08577493578195572, - -0.003766434034332633, - 0.9960789084434509 - ] - ], - [ - 0.10000000149011612, - [ - -0.02374188043177128, - 0.08648461103439331, - -0.004717865493148565, - 0.9959591031074524 - ] - ], - [ - 0.13333334028720856, - [ - -0.026109810918569565, - 0.08720055222511292, - -0.0055716498754918575, - 0.9958329796791077 - ] - ], - [ - 0.1666666716337204, - [ - -0.028378555551171303, - 0.08791003376245499, - -0.006304706446826458, - 0.9957041144371033 - ] - ], - [ - 0.20000000298023224, - [ - -0.03048647567629814, - 0.08859836310148239, - -0.006895274389535189, - 0.9955769181251526 - ] - ], - [ - 0.23333333432674408, - [ - -0.03237253427505493, - 0.0892486423254013, - -0.007323023397475481, - 0.9954562187194824 - ] - ], - [ - 0.2666666805744171, - [ - -0.03397602587938309, - 0.08984171599149704, - -0.007569060195237398, - 0.9953476786613464 - ] - ], - [ - 0.30000001192092896, - [ - -0.035267628729343414, - 0.0903548076748848, - -0.007630079053342342, - 0.995255708694458 - ] - ], - [ - 0.3333333432674408, - [ - -0.03622525557875633, - 0.09076303988695145, - -0.007507748436182737, - 0.995185136795044 - ] - ], - [ - 0.36666667461395264, - [ - -0.03684110939502716, - 0.09104055911302567, - -0.007212268654257059, - 0.9951393604278564 - ] - ], - [ - 0.4000000059604645, - [ - -0.03715130686759949, - 0.09116014093160629, - -0.006775393150746822, - 0.9951199293136597 - ] - ], - [ - 0.4333333373069763, - [ - -0.037200894206762314, - 0.09104400873184204, - -0.0062237512320280075, - 0.995132327079773 - ] - ], - [ - 0.46666666865348816, - [ - -0.03705032914876938, - 0.09084164351224899, - -0.005689434707164764, - 0.9951596260070801 - ] - ], - [ - 0.5, - [ - -0.03673311695456505, - 0.09078614413738251, - -0.00531789381057024, - 0.9951785206794739 - ] - ], - [ - 0.5333333611488342, - [ - -0.03628493472933769, - 0.09081079810857773, - -0.005033664405345917, - 0.9951941967010498 - ] - ], - [ - 0.5666666626930237, - [ - -0.03574910759925842, - 0.09083649516105652, - -0.004737890791147947, - 0.9952126741409302 - ] - ], - [ - 0.6000000238418579, - [ - -0.03513670712709427, - 0.09086261689662933, - -0.004433803725987673, - 0.9952335357666016 - ] - ], - [ - 0.6333333253860474, - [ - -0.03445880860090256, - 0.090888611972332, - -0.004124668426811695, - 0.9952561855316162 - ] - ], - [ - 0.6666666865348816, - [ - -0.0337265208363533, - 0.0909140333533287, - -0.003813707735389471, - 0.9952802658081055 - ] - ], - [ - 0.699999988079071, - [ - -0.03295084461569786, - 0.09093835204839706, - -0.0035041619557887316, - 0.995305061340332 - ] - ], - [ - 0.7333333492279053, - [ - -0.03214293718338013, - 0.09096108376979828, - -0.0031992383301258087, - 0.9953304529190063 - ] - ], - [ - 0.7666666507720947, - [ - -0.03131387010216713, - 0.09098169952630997, - -0.0029021669179201126, - 0.9953559041023254 - ] - ], - [ - 0.800000011920929, - [ - -0.030474675819277763, - 0.09099961817264557, - -0.0026161582209169865, - 0.9953811168670654 - ] - ], - [ - 0.8333333134651184, - [ - -0.029636530205607414, - 0.09101419150829315, - -0.0023444052785634995, - 0.9954058527946472 - ] - ], - [ - 0.8666666746139526, - [ - -0.02881043031811714, - 0.09102469682693481, - -0.0020900550298392773, - 0.9954296946525574 - ] - ], - [ - 0.8999999761581421, - [ - -0.028007565066218376, - 0.0910303145647049, - -0.0018562756013125181, - 0.9954524636268616 - ] - ], - [ - 0.9333333373069763, - [ - -0.0272389966994524, - 0.09103019535541534, - -0.0016462430357933044, - 0.9954742789268494 - ] - ], - [ - 0.9666666388511658, - [ - -0.026515839621424675, - 0.0910232737660408, - -0.0014630877412855625, - 0.9954946041107178 - ] - ], - [ - 1.0, - [ - -0.025849223136901855, - 0.0910085141658783, - -0.0013099099742248654, - 0.9955137372016907 - ] - ], - [ - 1.0333333015441895, - [ - -0.02525026723742485, - 0.09098468720912933, - -0.0011898467782884836, - 0.995531439781189 - ] - ], - [ - 1.0666667222976685, - [ - -0.02473006770014763, - 0.09095053374767303, - -0.0011059887474402785, - 0.9955477118492126 - ] - ], - [ - 1.1333333253860474, - [ - -0.023984136059880257, - 0.09084553271532059, - -0.001065397053025663, - 0.9955756664276123 - ] - ], - [ - 1.2333333492279053, - [ - -0.023518836125731468, - 0.09059920907020569, - -0.0013714698143303394, - 0.9956087470054626 - ] - ], - [ - 1.2999999523162842, - [ - -0.023261012509465218, - 0.09038868546485901, - -0.0018111441750079393, - 0.9956332445144653 - ] - ], - [ - 1.3333333730697632, - [ - -0.02319437824189663, - 0.09024765342473984, - -0.0021280325017869473, - 0.9956469535827637 - ] - ], - [ - 1.399999976158142, - [ - -0.023224281147122383, - 0.08990518748760223, - -0.002800109563395381, - 0.9956755638122559 - ] - ], - [ - 1.4666666984558105, - [ - -0.023454925045371056, - 0.08949928730726242, - -0.0034273567143827677, - 0.9957047700881958 - ] - ], - [ - 1.5333333015441895, - [ - -0.023826686665415764, - 0.08904135972261429, - -0.003992669750005007, - 0.9957349896430969 - ] - ], - [ - 1.600000023841858, - [ - -0.024279875680804253, - 0.08854368329048157, - -0.00447962898761034, - 0.995766282081604 - ] - ], - [ - 1.6666666269302368, - [ - -0.024754725396633148, - 0.08801917731761932, - -0.004872298799455166, - 0.9957992434501648 - ] - ], - [ - 1.7000000476837158, - [ - -0.024981576949357986, - 0.08775094896554947, - -0.005028392653912306, - 0.9958164691925049 - ] - ], - [ - 1.7333333492279053, - [ - -0.02519138902425766, - 0.08748093247413635, - -0.005155074875801802, - 0.9958342909812927 - ] - ], - [ - 1.7666666507720947, - [ - -0.025376630946993828, - 0.08721079677343369, - -0.005250399000942707, - 0.9958527684211731 - ] - ], - [ - 1.7999999523162842, - [ - -0.025529803708195686, - 0.08694209158420563, - -0.005312430672347546, - 0.9958720207214355 - ] - ], - [ - 1.8666666746139526, - [ - -0.025709887966513634, - 0.08641541749238968, - -0.005328805185854435, - 0.9959131479263306 - ] - ], - [ - 1.9333332777023315, - [ - -0.0256714578717947, - 0.08591315150260925, - -0.005188446957617998, - 0.9959583282470703 - ] - ], - [ - 1.9666666984558105, - [ - -0.025551434606313705, - 0.08567479997873306, - -0.005054461769759655, - 0.9959826469421387 - ] - ], - [ - 2.0, - [ - -0.025354180485010147, - 0.08544676750898361, - -0.004875231999903917, - 0.9960081577301025 - ] - ], - [ - 2.0333333015441895, - [ - -0.025072144344449043, - 0.08523036539554596, - -0.004648666363209486, - 0.9960349202156067 - ] - ], - [ - 2.066666603088379, - [ - -0.024697810411453247, - 0.08502675592899323, - -0.004372655879706144, - 0.9960629343986511 - ] - ], - [ - 2.0999999046325684, - [ - -0.024223636835813522, - 0.08483709394931793, - -0.004045069683343172, - 0.9960921406745911 - ] - ], - [ - 2.133333444595337, - [ - -0.023626331239938736, - 0.08466268330812454, - -0.0036570210941135883, - 0.9961228370666504 - ] - ], - [ - 2.1666667461395264, - [ - -0.022889330983161926, - 0.08450452238321304, - -0.0032025189138948917, - 0.9961550235748291 - ] - ], - [ - 2.200000047683716, - [ - -0.021995972841978073, - 0.08436288684606552, - -0.002675294876098633, - 0.9961887001991272 - ] - ], - [ - 2.2333333492279053, - [ - -0.02091939002275467, - 0.08423798531293869, - -0.0020647651981562376, - 0.9962239265441895 - ] - ], - [ - 2.2666666507720947, - [ - -0.019642626866698265, - 0.08413461595773697, - -0.0013664719881489873, - 0.996259868144989 - ] - ], - [ - 2.299999952316284, - [ - -0.018157729879021645, - 0.08405029773712158, - -0.0005476128426380455, - 0.9962959289550781 - ] - ], - [ - 2.3333332538604736, - [ - -0.016486015170812607, - 0.08397401124238968, - 0.0004024585068691522, - 0.9963314533233643 - ] - ], - [ - 2.366666555404663, - [ - -0.014653125777840614, - 0.08390554040670395, - 0.0014028329169377685, - 0.9963650107383728 - ] - ], - [ - 2.4000000953674316, - [ - -0.012585245072841644, - 0.08385657519102097, - 0.0024106232449412346, - 0.996395468711853 - ] - ], - [ - 2.433333396911621, - [ - -0.010221857577562332, - 0.08383618295192719, - 0.0034376869443804026, - 0.996421217918396 - ] - ], - [ - 2.4666666984558105, - [ - -0.007604215294122696, - 0.08384547382593155, - 0.00447500217705965, - 0.9964396953582764 - ] - ], - [ - 2.5, - [ - -0.004773659165948629, - 0.0838858038187027, - 0.005513423588126898, - 0.9964486956596375 - ] - ], - [ - 2.5333333015441895, - [ - -0.001771697774529457, - 0.08395860344171524, - 0.0065436712466180325, - 0.9964461922645569 - ] - ], - [ - 2.566666603088379, - [ - 0.0013601022073999047, - 0.08406509459018707, - 0.007556254975497723, - 0.9964306950569153 - ] - ], - [ - 2.5999999046325684, - [ - 0.00458007026463747, - 0.08420611917972565, - 0.008541555143892765, - 0.9964012503623962 - ] - ], - [ - 2.633333444595337, - [ - 0.007846493273973465, - 0.08438189327716827, - 0.009489803574979305, - 0.9963573813438416 - ] - ], - [ - 2.6666667461395264, - [ - 0.011117455549538136, - 0.08459194749593735, - 0.010390988551080227, - 0.9962995648384094 - ] - ], - [ - 2.700000047683716, - [ - 0.01435110904276371, - 0.08483485877513885, - 0.011234947480261326, - 0.9962283372879028 - ] - ], - [ - 2.7333333492279053, - [ - 0.01750550977885723, - 0.08510830998420715, - 0.012011333368718624, - 0.9961456060409546 - ] - ], - [ - 2.7666666507720947, - [ - 0.020538683980703354, - 0.08540892601013184, - 0.012709591537714005, - 0.9960532784461975 - ] - ], - [ - 2.799999952316284, - [ - 0.023408694192767143, - 0.08573222160339355, - 0.013318981975317001, - 0.995954155921936 - ] - ], - [ - 2.8333332538604736, - [ - 0.026073571294546127, - 0.08607260882854462, - 0.013828675262629986, - 0.9958516359329224 - ] - ], - [ - 2.866666555404663, - [ - 0.02849135920405388, - 0.08642338216304779, - 0.014227689243853092, - 0.9957494735717773 - ] - ], - [ - 2.9000000953674316, - [ - 0.030620146542787552, - 0.08677675575017929, - 0.014505035243928432, - 0.9956515431404114 - ] - ], - [ - 2.933333396911621, - [ - 0.032368987798690796, - 0.08711443841457367, - 0.014639830216765404, - 0.9955647587776184 - ] - ], - [ - 2.9666666984558105, - [ - 0.03366302698850632, - 0.08741945773363113, - 0.014614651910960674, - 0.9954954981803894 - ] - ], - [ - 3.0, - [ - 0.03448731452226639, - 0.08768492937088013, - 0.014425059780478477, - 0.9954466819763184 - ] - ], - [ - 3.0333333015441895, - [ - 0.034838058054447174, - 0.08790324628353119, - 0.014071892015635967, - 0.9954201579093933 - ] - ], - [ - 3.066666603088379, - [ - 0.03470882028341293, - 0.08806765824556351, - 0.01355497632175684, - 0.9954174160957336 - ] - ], - [ - 3.0999999046325684, - [ - 0.03410486876964569, - 0.08817108720541, - 0.012879650108516216, - 0.9954380393028259 - ] - ], - [ - 3.133333444595337, - [ - 0.0330532006919384, - 0.08817318081855774, - 0.012083294801414013, - 0.9954832792282104 - ] - ], - [ - 3.1666667461395264, - [ - 0.03159744665026665, - 0.08823046833276749, - 0.01113410945981741, - 0.9955365657806396 - ] - ], - [ - 3.200000047683716, - [ - 0.02980179525911808, - 0.0885142982006073, - 0.01001353282481432, - 0.9955786466598511 - ] - ], - [ - 3.2333333492279053, - [ - 0.027706243097782135, - 0.0889129787683487, - 0.00880329217761755, - 0.9956150650978088 - ] - ], - [ - 3.2666666507720947, - [ - 0.025342553853988647, - 0.08932985365390778, - 0.007554949261248112, - 0.9956510663032532 - ] - ], - [ - 3.299999952316284, - [ - 0.022771980613470078, - 0.08975985646247864, - 0.006296848878264427, - 0.9956832528114319 - ] - ], - [ - 3.3333332538604736, - [ - 0.020055390894412994, - 0.09019854664802551, - 0.0050573283806443214, - 0.9957090020179749 - ] - ], - [ - 3.366666555404663, - [ - 0.017252953723073006, - 0.09064148366451263, - 0.0038641958963125944, - 0.9957266449928284 - ] - ], - [ - 3.4000000953674316, - [ - 0.014424164779484272, - 0.09108365327119827, - 0.002744309138506651, - 0.9957351088523865 - ] - ], - [ - 3.433333396911621, - [ - 0.011627886444330215, - 0.09151892364025116, - 0.0017233509570360184, - 0.9957339763641357 - ] - ], - [ - 3.4666666984558105, - [ - 0.008922154083848, - 0.09193965047597885, - 0.0008255130960606039, - 0.9957242608070374 - ] - ], - [ - 3.5, - [ - 0.0063643669709563255, - 0.09233632683753967, - 7.350125815719366e-05, - 0.995707631111145 - ] - ], - [ - 3.5333333015441895, - [ - 0.004011404234915972, - 0.09269716590642929, - -0.0005116721731610596, - 0.9956862330436707 - ] - ], - [ - 3.566666603088379, - [ - 0.001919751986861229, - 0.09300809353590012, - -0.0009105014614760876, - 0.9956631064414978 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010019998444477096, - 0.09325037151575089, - -0.001122153946198523, - 0.9956420660018921 - ] - ], - [ - 3.633333444595337, - [ - -0.0014288421953096986, - 0.09340525418519974, - -0.0011482445988804102, - 0.9956265091896057 - ] - ], - [ - 3.6666667461395264, - [ - -0.002641465747728944, - 0.09345592558383942, - -0.0009953699773177505, - 0.9956194162368774 - ] - ], - [ - 3.700000047683716, - [ - -0.003557097166776657, - 0.09338439255952835, - -0.0006927072536200285, - 0.9956236481666565 - ] - ], - [ - 3.7333333492279053, - [ - -0.00420520082116127, - 0.09312577545642853, - -0.00025696223019622266, - 0.9956454634666443 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046312748454511166, - 0.09282247722148895, - 0.0001793599221855402, - 0.9956718683242798 - ] - ], - [ - 3.799999952316284, - [ - -0.0048534865491092205, - 0.09269215166568756, - 0.0004625205765478313, - 0.9956828951835632 - ] - ], - [ - 3.9000000953674316, - [ - -0.0046372259967029095, - 0.09264454245567322, - 0.0011232825927436352, - 0.9956878423690796 - ] - ], - [ - 3.933333396911621, - [ - -0.0043981047347188, - 0.09264595061540604, - 0.0013605363201349974, - 0.9956884980201721 - ] - ], - [ - 3.9666666984558105, - [ - -0.004099376033991575, - 0.09265279024839401, - 0.0016002294141799212, - 0.9956887364387512 - ] - ], - [ - 4.0333333015441895, - [ - -0.003368855221197009, - 0.09267686307430267, - 0.002074130577966571, - 0.9956883788108826 - ] - ], - [ - 4.066666603088379, - [ - -0.0029599377885460854, - 0.09269124269485474, - 0.002301957691088319, - 0.9956878423690796 - ] - ], - [ - 4.099999904632568, - [ - -0.0025371673982590437, - 0.09270529448986053, - 0.002519447123631835, - 0.9956871867179871 - ] - ], - [ - 4.166666507720947, - [ - -0.0016958441119641066, - 0.09272649884223938, - 0.002910552779212594, - 0.9956859350204468 - ] - ], - [ - 4.199999809265137, - [ - -0.001300188829191029, - 0.09273063391447067, - 0.003077820176258683, - 0.9956856369972229 - ] - ], - [ - 4.233333110809326, - [ - -0.0009364745346829295, - 0.09272836893796921, - 0.0032219651620835066, - 0.9956858158111572 - ] - ], - [ - 4.300000190734863, - [ - -0.0003507077053654939, - 0.09269796311855316, - 0.0034282116685062647, - 0.9956883192062378 - ] - ], - [ - 4.366666793823242, - [ - -3.0275055905804038e-05, - 0.09262137115001678, - 0.003503975458443165, - 0.9956952333450317 - ] - ], - [ - 4.400000095367432, - [ - 1.7435393147025025e-06, - 0.09256115555763245, - 0.003485040972009301, - 0.9957008957862854 - ] - ], - [ - 4.433333396911621, - [ - -8.046867151279002e-05, - 0.0924840196967125, - 0.003417819272726774, - 0.9957082867622375 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029835436725988984, - 0.09238813072443008, - 0.0032945917919278145, - 0.9957175850868225 - ] - ], - [ - 4.5, - [ - -0.0006717513897456229, - 0.0922713503241539, - 0.0031085056252777576, - 0.9957288503646851 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012274375185370445, - 0.09213155508041382, - 0.0028496289160102606, - 0.9957420229911804 - ] - ], - [ - 4.566666603088379, - [ - -0.00198486540466547, - 0.09196631610393524, - 0.0025101385544985533, - 0.995756983757019 - ] - ], - [ - 4.599999904632568, - [ - -0.0029574441723525524, - 0.09176173806190491, - 0.0020758858881890774, - 0.9957744479179382 - ] - ], - [ - 4.633333206176758, - [ - -0.00414150208234787, - 0.09150824695825577, - 0.0015475237742066383, - 0.9957945942878723 - ] - ], - [ - 4.666666507720947, - [ - -0.0055311801843345165, - 0.09121191501617432, - 0.0009692366002127528, - 0.9958156943321228 - ] - ], - [ - 4.699999809265137, - [ - -0.007117558736354113, - 0.0908791646361351, - 0.00037599573261104524, - 0.9958364367485046 - ] - ], - [ - 4.733333110809326, - [ - -0.008879330940544605, - 0.09051460027694702, - -0.00022813653049524873, - 0.9958555102348328 - ] - ], - [ - 4.766666889190674, - [ - -0.010795243084430695, - 0.09012299031019211, - -0.0008391652372665703, - 0.9958717823028564 - ] - ], - [ - 4.800000190734863, - [ - -0.012843863107264042, - 0.08970911055803299, - -0.001453135977499187, - 0.9958842396736145 - ] - ], - [ - 4.833333492279053, - [ - -0.01500383485108614, - 0.0892777219414711, - -0.002066178247332573, - 0.9958916306495667 - ] - ], - [ - 4.866666793823242, - [ - -0.01725376397371292, - 0.08883349597454071, - -0.0026744427159428596, - 0.9958934783935547 - ] - ], - [ - 4.900000095367432, - [ - -0.019586892798542976, - 0.08837928622961044, - -0.0032765280921012163, - 0.995888888835907 - ] - ], - [ - 4.933333396911621, - [ - -0.021997423842549324, - 0.08791787177324295, - -0.003871236927807331, - 0.9958773851394653 - ] - ], - [ - 4.9666666984558105, - [ - -0.024465173482894897, - 0.08745353668928146, - -0.0044549196027219296, - 0.9958581924438477 - ] - ], - [ - 5.0, - [ - -0.026969999074935913, - 0.08699040114879608, - -0.005023954901844263, - 0.9958314299583435 - ] - ], - [ - 5.0333333015441895, - [ - -0.029491567984223366, - 0.08653225749731064, - -0.005574524402618408, - 0.9957968592643738 - ] - ], - [ - 5.066666603088379, - [ - -0.03200966492295265, - 0.08608262985944748, - -0.006102803163230419, - 0.9957549571990967 - ] - ], - [ - 5.099999904632568, - [ - -0.03450394421815872, - 0.0856446921825409, - -0.0066047534346580505, - 0.9957062005996704 - ] - ], - [ - 5.133333206176758, - [ - -0.03695407137274742, - 0.08522127568721771, - -0.00707631278783083, - 0.9956514835357666 - ] - ], - [ - 5.166666507720947, - [ - -0.03933968394994736, - 0.0848148837685585, - -0.007513155695050955, - 0.9955914616584778 - ] - ], - [ - 5.199999809265137, - [ - -0.04164036363363266, - 0.0844276025891304, - -0.00791084486991167, - 0.9955277442932129 - ] - ], - [ - 5.233333110809326, - [ - -0.043835707008838654, - 0.0840611681342125, - -0.008264773525297642, - 0.995461642742157 - ] - ], - [ - 5.266666889190674, - [ - -0.04590532183647156, - 0.0837169885635376, - -0.008570151403546333, - 0.995394766330719 - ] - ], - [ - 5.300000190734863, - [ - -0.04782867431640625, - 0.08339603990316391, - -0.008822036907076836, - 0.995328962802887 - ] - ], - [ - 5.333333492279053, - [ - -0.04958539456129074, - 0.08309893310070038, - -0.009015302173793316, - 0.9952660799026489 - ] - ], - [ - 5.366666793823242, - [ - -0.05115503817796707, - 0.08282609283924103, - -0.009144688956439495, - 0.995208203792572 - ] - ], - [ - 5.400000095367432, - [ - -0.05251714959740639, - 0.08257747441530228, - -0.009204803965985775, - 0.9951573610305786 - ] - ], - [ - 5.433333396911621, - [ - -0.053635574877262115, - 0.08235357701778412, - -0.00918363593518734, - 0.9951164722442627 - ] - ], - [ - 5.4666666984558105, - [ - -0.05448098108172417, - 0.08215425163507462, - -0.009071952663362026, - 0.9950880408287048 - ] - ], - [ - 5.5, - [ - -0.05502371862530708, - 0.0819786787033081, - -0.008860227651894093, - 0.9950745701789856 - ] - ], - [ - 5.5333333015441895, - [ - -0.05522415041923523, - 0.08182608336210251, - -0.008534777909517288, - 0.9950788617134094 - ] - ], - [ - 5.566666603088379, - [ - -0.05505277216434479, - 0.08170173317193985, - -0.008087158203125, - 0.9951024055480957 - ] - ], - [ - 5.599999904632568, - [ - -0.05448905751109123, - 0.08159341663122177, - -0.007480759173631668, - 0.9951469898223877 - ] - ], - [ - 5.633333206176758, - [ - -0.053541574627161026, - 0.08148045837879181, - -0.006702095735818148, - 0.9952132105827332 - ] - ], - [ - 5.666666507720947, - [ - -0.052223172038793564, - 0.08136017620563507, - -0.005828703287988901, - 0.9952986836433411 - ] - ], - [ - 5.699999809265137, - [ - -0.05055279657244682, - 0.08123455196619034, - -0.0049219997599720955, - 0.9954000115394592 - ] - ], - [ - 5.733333110809326, - [ - -0.048570264130830765, - 0.08110616356134415, - -0.003991182893514633, - 0.9955133199691772 - ] - ], - [ - 5.766666889190674, - [ - -0.04631533473730087, - 0.08097835630178452, - -0.003045522142201662, - 0.9956345558166504 - ] - ], - [ - 5.800000190734863, - [ - -0.04382803663611412, - 0.08085495233535767, - -0.002094338880851865, - 0.9957596063613892 - ] - ], - [ - 5.833333492279053, - [ - -0.041148386895656586, - 0.08074009418487549, - -0.001146961934864521, - 0.995884895324707 - ] - ], - [ - 5.866666793823242, - [ - -0.03831647336483002, - 0.08063776046037674, - -0.0002127702464349568, - 0.9960067272186279 - ] - ], - [ - 5.900000095367432, - [ - -0.03537265211343765, - 0.0805518850684166, - 0.0006988677778281271, - 0.996122419834137 - ] - ], - [ - 5.933333396911621, - [ - -0.03235727921128273, - 0.0804857686161995, - 0.0015785713912919164, - 0.9962291717529297 - ] - ], - [ - 5.9666666984558105, - [ - -0.029310911893844604, - 0.08044224232435226, - 0.0024168374948203564, - 0.9963253140449524 - ] - ], - [ - 6.0, - [ - -0.026274224743247032, - 0.08042334765195847, - 0.003204195760190487, - 0.9964092969894409 - ] - ], - [ - 6.0333333015441895, - [ - -0.023287909105420113, - 0.0804302915930748, - 0.003931000828742981, - 0.996480405330658 - ] - ], - [ - 6.066666603088379, - [ - -0.020392807200551033, - 0.08046329766511917, - 0.004587613511830568, - 0.9965384006500244 - ] - ], - [ - 6.099999904632568, - [ - -0.017629750072956085, - 0.08052162826061249, - 0.00516424048691988, - 0.9965835809707642 - ] - ], - [ - 6.133333206176758, - [ - -0.015039677731692791, - 0.08060348778963089, - 0.005650985985994339, - 0.996616780757904 - ] - ], - [ - 6.166666507720947, - [ - -0.012663525529205799, - 0.08070600032806396, - 0.0060378918424248695, - 0.9966393113136292 - ] - ], - [ - 6.199999809265137, - [ - -0.010542167350649834, - 0.08082523941993713, - 0.006314931437373161, - 0.9966525435447693 - ] - ], - [ - 6.233333110809326, - [ - -0.008716561831533909, - 0.08095629513263702, - 0.006472039967775345, - 0.9966586232185364 - ] - ], - [ - 6.266666889190674, - [ - -0.007227517198771238, - 0.08109323680400848, - 0.006499213166534901, - 0.9966592192649841 - ] - ], - [ - 6.300000190734863, - [ - -0.00611282791942358, - 0.08122920989990234, - 0.006387661676853895, - 0.9966562390327454 - ] - ], - [ - 6.333333492279053, - [ - -0.0053990981541574, - 0.08135625720024109, - 0.006133316084742546, - 0.9966515898704529 - ] - ], - [ - 6.366666793823242, - [ - -0.0051160650327801704, - 0.08146653324365616, - 0.00573075283318758, - 0.9966464638710022 - ] - ], - [ - 6.400000095367432, - [ - -0.005280434153974056, - 0.08155171573162079, - 0.0051800645887851715, - 0.9966417551040649 - ] - ], - [ - 6.433333396911621, - [ - -0.005886287894099951, - 0.08156675100326538, - 0.0045061372220516205, - 0.9966403245925903 - ] - ], - [ - 6.4666666984558105, - [ - -0.006910952273756266, - 0.08167118579149246, - 0.003677402390167117, - 0.9966285824775696 - ] - ], - [ - 6.5, - [ - -0.00831203255802393, - 0.082037553191185, - 0.00268033379688859, - 0.9965909719467163 - ] - ], - [ - 6.5333333015441895, - [ - -0.01004024688154459, - 0.0825541540980339, - 0.0015985056525096297, - 0.9965348243713379 - ] - ], - [ - 6.566666603088379, - [ - -0.012035438790917397, - 0.08312629163265228, - 0.0004893498262390494, - 0.9964662194252014 - ] - ], - [ - 6.599999904632568, - [ - -0.014230916276574135, - 0.08374446630477905, - -0.0006211894797161222, - 0.9963854551315308 - ] - ], - [ - 6.633333206176758, - [ - -0.016560500487685204, - 0.08439963310956955, - -0.001706858049146831, - 0.9962928891181946 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458593792_1069468.json b/lenses/physics-objects/Scene/assets/1645812458593792_1069468.json deleted file mode 100644 index aba71d79..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458593792_1069468.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458593792:1069468", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458595918_1069481.json b/lenses/physics-objects/Scene/assets/1645812458595918_1069481.json deleted file mode 100644 index 2a467388..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458595918_1069481.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458595918:1069481", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.553865432739258, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.516985893249512, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.53985595703125, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.565011978149414, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.597023010253906, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.619304656982422, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.623650550842285, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.601207733154297, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.55942153930664, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.524786949157715, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.50200366973877, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.496315956115723, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.538057327270508, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.598652839660645, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.639669418334961, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.640617370605469, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.61189079284668, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.573261260986328, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.5413818359375, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.516599655151367, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.512616157531738, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.49271011352539, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.502063751220703, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.554906845092773, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.622943878173828, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.64108657836914, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.605814933776855, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.56783676147461, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.539546012878418, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.524419784545898, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.501428604125977, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.498147010803223, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.550149917602539, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.612875938415527, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.64502239227295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.639372825622559, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.6177339553833, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.598592758178711, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.542119026184082, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.519347190856934, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.499715805053711, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.499611854553223, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.530952453613281, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.583107948303223, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.620355606079102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.608108520507813, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.534847259521484, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.532946586608887, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.510798454284668, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.484917640686035, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.515936851501465, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.591869354248047, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.64522933959961, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.637738227844238, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.550990104675293, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.54073429107666, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.518181800842285, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.48934268951416, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.513679504394531, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.578484535217285, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.603503227233887, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.553128242492676, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.52788257598877, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.542855262756348, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.580657958984375, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.622655868530273, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.65269947052002, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.654348373413086, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.62044620513916, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.573064804077148, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.550338745117188, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.540590286254883, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.511821746826172, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.488606452941895, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.498825073242188, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458596306_1069488.json b/lenses/physics-objects/Scene/assets/1645812458596306_1069488.json deleted file mode 100644 index 8f1be5d5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458596306_1069488.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458596306:1069488", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ], - [ - 0.03333333507180214, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ], - [ - 0.06666667014360428, - [ - -0.03707399219274521, - 0.11093902587890625, - -0.08981166779994965, - 0.9890661835670471 - ] - ], - [ - 0.10000000149011612, - [ - -0.037207793444395065, - 0.11224464327096939, - -0.14699245989322662, - 0.9820438623428345 - ] - ], - [ - 0.13333334028720856, - [ - -0.03301084414124489, - 0.10344686359167099, - -0.09734562784433365, - 0.9893093109130859 - ] - ], - [ - 0.1666666716337204, - [ - -0.02727172151207924, - 0.08414438366889954, - -0.03630782663822174, - 0.99541836977005 - ] - ], - [ - 0.20000000298023224, - [ - -0.0220300555229187, - 0.0685621052980423, - 0.012967508286237717, - 0.9973192811012268 - ] - ], - [ - 0.23333333432674408, - [ - -0.01880757138133049, - 0.06846759468317032, - 0.030892420560121536, - 0.9969976544380188 - ] - ], - [ - 0.2666666805744171, - [ - -0.016613857820630074, - 0.08019749075174332, - 0.014503025449812412, - 0.9965350031852722 - ] - ], - [ - 0.30000001192092896, - [ - -0.015433638356626034, - 0.09028197079896927, - -0.0055261049419641495, - 0.9957813024520874 - ] - ], - [ - 0.3333333432674408, - [ - -0.014984585344791412, - 0.09734275937080383, - -0.024902500212192535, - 0.9948264956474304 - ] - ], - [ - 0.36666667461395264, - [ - -0.014210449531674385, - 0.10301884263753891, - -0.046259086579084396, - 0.9935015439987183 - ] - ], - [ - 0.4000000059604645, - [ - -0.0132218599319458, - 0.10692303627729416, - -0.0687701478600502, - 0.9917980432510376 - ] - ], - [ - 0.4333333373069763, - [ - -0.010853980667889118, - 0.11001035571098328, - -0.09346435964107513, - 0.9894667863845825 - ] - ], - [ - 0.46666666865348816, - [ - -0.005799728445708752, - 0.11290180683135986, - -0.11562146991491318, - 0.9868391156196594 - ] - ], - [ - 0.5, - [ - 0.002520787762477994, - 0.10607113689184189, - -0.07537874579429626, - 0.9914941191673279 - ] - ], - [ - 0.5333333611488342, - [ - 0.013714466243982315, - 0.08626803010702133, - 0.03962869942188263, - 0.9953890442848206 - ] - ], - [ - 0.5666666626930237, - [ - 0.025285452604293823, - 0.07801821827888489, - 0.1733541488647461, - 0.9814388155937195 - ] - ], - [ - 0.6000000238418579, - [ - 0.03372430428862572, - 0.10424527525901794, - 0.2788486182689667, - 0.9540646076202393 - ] - ], - [ - 0.6333333253860474, - [ - 0.035808999091386795, - 0.14890040457248688, - 0.311970591545105, - 0.937667727470398 - ] - ], - [ - 0.6666666865348816, - [ - 0.031990572810173035, - 0.1739567518234253, - 0.27267375588417053, - 0.9457085728645325 - ] - ], - [ - 0.699999988079071, - [ - 0.02393021434545517, - 0.17126530408859253, - 0.20228341221809387, - 0.9639382362365723 - ] - ], - [ - 0.7333333492279053, - [ - 0.01252440270036459, - 0.14660826325416565, - 0.11679001152515411, - 0.9821961522102356 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033101887675002217, - 0.12093468010425568, - 0.027636494487524033, - 0.9922756552696228 - ] - ], - [ - 0.800000011920929, - [ - -0.009780527092516422, - 0.10872592031955719, - -0.05149071663618088, - 0.9926891326904297 - ] - ], - [ - 0.8333333134651184, - [ - -0.01583835296332836, - 0.1092277318239212, - -0.10993479937314987, - 0.987791895866394 - ] - ], - [ - 0.8666666746139526, - [ - -0.017280323430895805, - 0.1129455640912056, - -0.13457165658473969, - 0.9842942357063293 - ] - ], - [ - 0.8999999761581421, - [ - -0.013887367211282253, - 0.11154104769229889, - -0.11338600516319275, - 0.9871724247932434 - ] - ], - [ - 0.9333333373069763, - [ - -0.005510506685823202, - 0.10319723933935165, - -0.054305095225572586, - 0.9931620955467224 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068631405010819435, - 0.08953153342008591, - 0.030255548655986786, - 0.9955006837844849 - ] - ], - [ - 1.0, - [ - 0.020474594086408615, - 0.07890032976865768, - 0.12365365773439407, - 0.9889719486236572 - ] - ], - [ - 1.0333333015441895, - [ - 0.03172248974442482, - 0.08281879872083664, - 0.210696741938591, - 0.9735202193260193 - ] - ], - [ - 1.0666667222976685, - [ - 0.03805122897028923, - 0.10498909652233124, - 0.2760516405105591, - 0.954633355140686 - ] - ], - [ - 1.100000023841858, - [ - 0.038752418011426926, - 0.13248148560523987, - 0.3009236454963684, - 0.9436057806015015 - ] - ], - [ - 1.1333333253860474, - [ - 0.032716453075408936, - 0.14779354631900787, - 0.2618196904659271, - 0.9531722664833069 - ] - ], - [ - 1.1666666269302368, - [ - 0.022309154272079468, - 0.14456215500831604, - 0.16635452210903168, - 0.9751565456390381 - ] - ], - [ - 1.2000000476837158, - [ - 0.010087081231176853, - 0.13111726939678192, - 0.046026043593883514, - 0.9902464747428894 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019022963242605329, - 0.12226885557174683, - -0.06546454131603241, - 0.9903338551521301 - ] - ], - [ - 1.2666666507720947, - [ - -0.01077168807387352, - 0.1213393285870552, - -0.14107158780097961, - 0.9824762344360352 - ] - ], - [ - 1.2999999523162842, - [ - -0.014440617524087429, - 0.12345670163631439, - -0.16569890081882477, - 0.9783117175102234 - ] - ], - [ - 1.3333333730697632, - [ - -0.012461269274353981, - 0.11912363022565842, - -0.12622091174125671, - 0.9847450256347656 - ] - ], - [ - 1.3666666746139526, - [ - -0.006165125407278538, - 0.10256115347146988, - -0.03903913125395775, - 0.9939412474632263 - ] - ], - [ - 1.399999976158142, - [ - 0.0018364659044891596, - 0.08330253511667252, - 0.07015054672956467, - 0.9940505027770996 - ] - ], - [ - 1.4333332777023315, - [ - 0.0071967970579862595, - 0.08814793080091476, - 0.17671051621437073, - 0.9802813529968262 - ] - ], - [ - 1.4666666984558105, - [ - 0.007850824855268002, - 0.12988802790641785, - 0.2493906468153, - 0.9596206545829773 - ] - ], - [ - 1.5, - [ - 0.0042742472141981125, - 0.17686863243579865, - 0.2597326636314392, - 0.9493356347084045 - ] - ], - [ - 1.5333333015441895, - [ - -0.004103255458176136, - 0.19318820536136627, - 0.21062691509723663, - 0.9582786560058594 - ] - ], - [ - 1.5666667222976685, - [ - -0.016448603942990303, - 0.17467357218265533, - 0.13173018395900726, - 0.9756361842155457 - ] - ], - [ - 1.600000023841858, - [ - -0.031683143228292465, - 0.13782215118408203, - 0.03825783357024193, - 0.9892106056213379 - ] - ], - [ - 1.6333333253860474, - [ - -0.04670403152704239, - 0.10670427978038788, - -0.058121662586927414, - 0.9914911985397339 - ] - ], - [ - 1.6666666269302368, - [ - -0.05903676152229309, - 0.0936531275510788, - -0.1399947553873062, - 0.9839437007904053 - ] - ], - [ - 1.7000000476837158, - [ - -0.06778648495674133, - 0.09535348415374756, - -0.19356773793697357, - 0.974086344242096 - ] - ], - [ - 1.7333333492279053, - [ - -0.07241517305374146, - 0.10237246006727219, - -0.21230411529541016, - 0.9691249132156372 - ] - ], - [ - 1.7666666507720947, - [ - -0.07287126779556274, - 0.10908310115337372, - -0.17690147459506989, - 0.9754469394683838 - ] - ], - [ - 1.7999999523162842, - [ - -0.06866858154535294, - 0.1095820814371109, - -0.09116394072771072, - 0.9874034523963928 - ] - ], - [ - 1.8333333730697632, - [ - -0.060643814504146576, - 0.10012805461883545, - 0.01651577092707157, - 0.9929873943328857 - ] - ], - [ - 1.8666666746139526, - [ - -0.052293550223112106, - 0.08933921903371811, - 0.11916196346282959, - 0.9874635934829712 - ] - ], - [ - 1.899999976158142, - [ - -0.04594894126057625, - 0.0919775441288948, - 0.1960316151380539, - 0.9751926064491272 - ] - ], - [ - 1.9333332777023315, - [ - -0.043014418333768845, - 0.10369693487882614, - 0.22490563988685608, - 0.9678916335105896 - ] - ], - [ - 1.9666666984558105, - [ - -0.047017473727464676, - 0.1070859432220459, - 0.18898826837539673, - 0.9749900698661804 - ] - ], - [ - 2.0, - [ - -0.05860394984483719, - 0.10153156518936157, - 0.10274116694927216, - 0.9877758622169495 - ] - ], - [ - 2.0333333015441895, - [ - -0.07312268018722534, - 0.09905669838190079, - -0.009406156837940216, - 0.992347002029419 - ] - ], - [ - 2.066666603088379, - [ - -0.0856187716126442, - 0.10330341011285782, - -0.11719243228435516, - 0.9840039610862732 - ] - ], - [ - 2.0999999046325684, - [ - -0.09282359480857849, - 0.11062360554933548, - -0.1964770257472992, - 0.9698159694671631 - ] - ], - [ - 2.133333444595337, - [ - -0.09290271997451782, - 0.11922189593315125, - -0.23204413056373596, - 0.9608905911445618 - ] - ], - [ - 2.1666667461395264, - [ - -0.08702529221773148, - 0.12697122991085052, - -0.18858888745307922, - 0.9699170589447021 - ] - ], - [ - 2.200000047683716, - [ - -0.07559483498334885, - 0.11836760491132736, - -0.06999628245830536, - 0.9876108765602112 - ] - ], - [ - 2.2333333492279053, - [ - -0.06161125749349594, - 0.08495424687862396, - 0.0777105763554573, - 0.9914373159408569 - ] - ], - [ - 2.2666666507720947, - [ - -0.0502302385866642, - 0.05230266973376274, - 0.19892717897891998, - 0.9773277640342712 - ] - ], - [ - 2.299999952316284, - [ - -0.0438566617667675, - 0.04661623761057854, - 0.2427644282579422, - 0.9679715633392334 - ] - ], - [ - 2.3333332538604736, - [ - -0.04394099488854408, - 0.06211806833744049, - 0.19793714582920074, - 0.9772571921348572 - ] - ], - [ - 2.366666555404663, - [ - -0.048573870211839676, - 0.08235128223896027, - 0.10104523599147797, - 0.990277111530304 - ] - ], - [ - 2.4000000953674316, - [ - -0.05493349954485893, - 0.10304291546344757, - -0.011885580606758595, - 0.9930877089500427 - ] - ], - [ - 2.433333396911621, - [ - -0.058897390961647034, - 0.12884145975112915, - -0.11182281374931335, - 0.9835785031318665 - ] - ], - [ - 2.4666666984558105, - [ - -0.056428756564855576, - 0.1587154120206833, - -0.18605102598667145, - 0.967992901802063 - ] - ], - [ - 2.5, - [ - -0.047662731260061264, - 0.1840382069349289, - -0.2185996174812317, - 0.9571167230606079 - ] - ], - [ - 2.5333333015441895, - [ - -0.034952424466609955, - 0.16916924715042114, - -0.14351996779441833, - 0.9744547605514526 - ] - ], - [ - 2.566666603088379, - [ - -0.017766578122973442, - 0.09928756952285767, - 0.015625253319740295, - 0.9947774410247803 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010170494351768866, - 0.02806359902024269, - 0.1653355211019516, - 0.9858381152153015 - ] - ], - [ - 2.633333444595337, - [ - 0.008147312328219414, - 0.016396965831518173, - 0.23458923399448395, - 0.9719221591949463 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033643923234194517, - 0.060315780341625214, - 0.15746836364269257, - 0.9856746196746826 - ] - ], - [ - 2.700000047683716, - [ - -0.00504656694829464, - 0.11418040841817856, - -0.016479918733239174, - 0.9933105111122131 - ] - ], - [ - 2.7333333492279053, - [ - -0.010820851661264896, - 0.15902303159236908, - -0.17901331186294556, - 0.9708496332168579 - ] - ], - [ - 2.7666666507720947, - [ - -0.012585834600031376, - 0.17866931855678558, - -0.23375406861305237, - 0.9556557536125183 - ] - ], - [ - 2.799999952316284, - [ - -0.013301190920174122, - 0.16049160063266754, - -0.1917562633752823, - 0.9681400060653687 - ] - ], - [ - 2.8333332538604736, - [ - -0.014385633170604706, - 0.12971343100070953, - -0.14039327204227448, - 0.9814566969871521 - ] - ], - [ - 2.866666555404663, - [ - -0.01624615117907524, - 0.103752501308918, - -0.0983957052230835, - 0.9895907044410706 - ] - ], - [ - 2.9000000953674316, - [ - -0.019162330776453018, - 0.09600656479597092, - -0.08450581133365631, - 0.9916020035743713 - ] - ], - [ - 2.933333396911621, - [ - -0.02193121798336506, - 0.10564073175191879, - -0.10290636122226715, - 0.9888222217559814 - ] - ], - [ - 2.9666666984558105, - [ - -0.024461423978209496, - 0.11678154766559601, - -0.12519481778144836, - 0.984931468963623 - ] - ], - [ - 3.0, - [ - -0.026988757774233818, - 0.1272684931755066, - -0.14587217569351196, - 0.980711817741394 - ] - ], - [ - 3.0333333015441895, - [ - -0.028866250067949295, - 0.13747859001159668, - -0.16848856210708618, - 0.9756424427032471 - ] - ], - [ - 3.066666603088379, - [ - -0.030488459393382072, - 0.14577007293701172, - -0.19231264293193817, - 0.9699677228927612 - ] - ], - [ - 3.0999999046325684, - [ - -0.03105364739894867, - 0.1535024791955948, - -0.21687187254428864, - 0.9635555148124695 - ] - ], - [ - 3.133333444595337, - [ - -0.02941131219267845, - 0.1631612926721573, - -0.2368849515914917, - 0.9572872519493103 - ] - ], - [ - 3.1666667461395264, - [ - -0.026046548038721085, - 0.15866434574127197, - -0.19624896347522736, - 0.9672815203666687 - ] - ], - [ - 3.200000047683716, - [ - -0.020987728610634804, - 0.12765835225582123, - -0.08380483835935593, - 0.9880483746528625 - ] - ], - [ - 3.2333333492279053, - [ - -0.014482112601399422, - 0.09091423451900482, - 0.04731105640530586, - 0.9946288466453552 - ] - ], - [ - 3.2666666507720947, - [ - -0.00891219824552536, - 0.07842452079057693, - 0.153377965092659, - 0.9850103259086609 - ] - ], - [ - 3.299999952316284, - [ - -0.008240181021392345, - 0.09366647154092789, - 0.19150185585021973, - 0.9769778847694397 - ] - ], - [ - 3.3333332538604736, - [ - -0.017010433599352837, - 0.1066332757472992, - 0.16257253289222717, - 0.9807702898979187 - ] - ], - [ - 3.366666555404663, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458596697_1069495.json b/lenses/physics-objects/Scene/assets/1645812458596697_1069495.json deleted file mode 100644 index dba4080a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458596697_1069495.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458596697:1069495", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458599216_1069508.json b/lenses/physics-objects/Scene/assets/1645812458599216_1069508.json deleted file mode 100644 index 61d0b63d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458599216_1069508.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458599216:1069508", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.58010196685791, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 9.579046249389648, - -7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458599697_1069515.json b/lenses/physics-objects/Scene/assets/1645812458599697_1069515.json deleted file mode 100644 index ac9fde4d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458599697_1069515.json +++ /dev/null @@ -1,1747 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458599697:1069515", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019021643325686455, - 0.021640852093696594, - 0.013318146578967571, - 0.9994961023330688 - ] - ], - [ - 0.03333333507180214, - [ - -0.019021643325686455, - 0.021640852093696594, - 0.013318146578967571, - 0.9994961023330688 - ] - ], - [ - 0.06666667014360428, - [ - -0.021408768370747566, - 0.023449981585144997, - 0.011944863013923168, - 0.999424397945404 - ] - ], - [ - 0.10000000149011612, - [ - -0.023822428658604622, - 0.025440141558647156, - 0.010445252060890198, - 0.9993379712104797 - ] - ], - [ - 0.13333334028720856, - [ - -0.02619907446205616, - 0.027559880167245865, - 0.008866315707564354, - 0.9992374181747437 - ] - ], - [ - 0.1666666716337204, - [ - -0.028476055711507797, - 0.029757197946310043, - 0.007254496682435274, - 0.9991251230239868 - ] - ], - [ - 0.20000000298023224, - [ - -0.03059142827987671, - 0.03197913616895676, - 0.005655241198837757, - 0.9990042448043823 - ] - ], - [ - 0.23333333432674408, - [ - -0.032483842223882675, - 0.034171685576438904, - 0.00411268649622798, - 0.9988794922828674 - ] - ], - [ - 0.2666666805744171, - [ - -0.03409236669540405, - 0.03627967834472656, - 0.0026691872626543045, - 0.9987564086914063 - ] - ], - [ - 0.30000001192092896, - [ - -0.0353875569999218, - 0.03824687749147415, - 0.0013616844080388546, - 0.9986405968666077 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634727746248245, - 0.040015410631895065, - 0.00022348332277033478, - 0.9985377192497253 - ] - ], - [ - 0.36666667461395264, - [ - -0.03696378692984581, - 0.041527159512043, - -0.0007165170391090214, - 0.9984531402587891 - ] - ], - [ - 0.4000000059604645, - [ - -0.037273384630680084, - 0.042723435908555984, - -0.0014374158345162868, - 0.9983903765678406 - ] - ], - [ - 0.4333333373069763, - [ - -0.03732125461101532, - 0.043542053550481796, - -0.001921141054481268, - 0.9983524084091187 - ] - ], - [ - 0.46666666865348816, - [ - -0.03716859221458435, - 0.04401151463389397, - -0.002175254048779607, - 0.9983370900154114 - ] - ], - [ - 0.5, - [ - -0.03684980049729347, - 0.044175487011671066, - -0.002207617275416851, - 0.9983415007591248 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640028461813927, - 0.044171255081892014, - -0.002083175117149949, - 0.998358428478241 - ] - ], - [ - 0.5666666626930237, - [ - -0.03586279973387718, - 0.044162310659885406, - -0.00188412144780159, - 0.9983786940574646 - ] - ], - [ - 0.6000000238418579, - [ - -0.035248544067144394, - 0.044147927314043045, - -0.0016175223281607032, - 0.9984017610549927 - ] - ], - [ - 0.6333333253860474, - [ - -0.034568581730127335, - 0.04412749782204628, - -0.0012904269387945533, - 0.9984267950057983 - ] - ], - [ - 0.6666666865348816, - [ - -0.03383402153849602, - 0.04410038888454437, - -0.0009099108283407986, - 0.9984536170959473 - ] - ], - [ - 0.699999988079071, - [ - -0.033056002110242844, - 0.044066112488508224, - -0.00048300172784365714, - 0.9984814524650574 - ] - ], - [ - 0.7333333492279053, - [ - -0.03224559128284454, - 0.04402414709329605, - -1.6777386917965487e-05, - 0.99850994348526 - ] - ], - [ - 0.7666666507720947, - [ - -0.03141394630074501, - 0.04397398978471756, - 0.000481721042888239, - 0.9985385537147522 - ] - ], - [ - 0.800000011920929, - [ - -0.030572213232517242, - 0.04391516000032425, - 0.0010054836748167872, - 0.9985668659210205 - ] - ], - [ - 0.8333333134651184, - [ - -0.02973143942654133, - 0.04384717345237732, - 0.0015474653337150812, - 0.9985946416854858 - ] - ], - [ - 0.8666666746139526, - [ - -0.028902804479002953, - 0.043769463896751404, - 0.0021006271708756685, - 0.9986212849617004 - ] - ], - [ - 0.8999999761581421, - [ - -0.02809743769466877, - 0.043681513518095016, - 0.002657968085259199, - 0.9986467957496643 - ] - ], - [ - 0.9333333373069763, - [ - -0.027326464653015137, - 0.04358268529176712, - 0.003212481737136841, - 0.9986708760261536 - ] - ], - [ - 0.9666666388511658, - [ - -0.026601040735840797, - 0.04347236081957817, - 0.00375719484873116, - 0.9986933469772339 - ] - ], - [ - 1.0, - [ - -0.025932323187589645, - 0.04334981366991997, - 0.004285071045160294, - 0.9987141489982605 - ] - ], - [ - 1.0333333015441895, - [ - -0.025331441313028336, - 0.04321431741118431, - 0.004789162892848253, - 0.9987331628799438 - ] - ], - [ - 1.0666667222976685, - [ - -0.024809623137116432, - 0.043065015226602554, - 0.0052624852396547794, - 0.9987503290176392 - ] - ], - [ - 1.100000023841858, - [ - -0.024377960711717606, - 0.04290101304650307, - 0.005698060151189566, - 0.9987655878067017 - ] - ], - [ - 1.1333333253860474, - [ - -0.024061264470219612, - 0.042721617966890335, - 0.006087203044444323, - 0.9987787008285522 - ] - ], - [ - 1.1666666269302368, - [ - -0.023880790919065475, - 0.04252605140209198, - 0.00642164284363389, - 0.9987892508506775 - ] - ], - [ - 1.2000000476837158, - [ - -0.02374929003417492, - 0.04229801520705223, - 0.006746468599885702, - 0.9988000392913818 - ] - ], - [ - 1.2666666507720947, - [ - -0.023447781801223755, - 0.04170260205864906, - 0.007475016172975302, - 0.9988270401954651 - ] - ], - [ - 1.2999999523162842, - [ - -0.023335961624979973, - 0.04133604094386101, - 0.007851245813071728, - 0.9988418817520142 - ] - ], - [ - 1.3333333730697632, - [ - -0.023269139230251312, - 0.04092264175415039, - 0.008220630697906017, - 0.9988574981689453 - ] - ], - [ - 1.3666666746139526, - [ - -0.023255299776792526, - 0.0404585599899292, - 0.008562525734305382, - 0.9988739490509033 - ] - ], - [ - 1.399999976158142, - [ - -0.023299280554056168, - 0.03994099795818329, - 0.008862835355103016, - 0.9988910555839539 - ] - ], - [ - 1.4333332777023315, - [ - -0.02339361049234867, - 0.03937317058444023, - 0.009124855510890484, - 0.9989091157913208 - ] - ], - [ - 1.4666666984558105, - [ - -0.023530833423137665, - 0.038758400827646255, - 0.009351840242743492, - 0.9989278316497803 - ] - ], - [ - 1.5, - [ - -0.023703457787632942, - 0.0380999892950058, - 0.009546902030706406, - 0.9989471435546875 - ] - ], - [ - 1.5333333015441895, - [ - -0.02390400879085064, - 0.03740144520998001, - 0.009713079780340195, - 0.998967170715332 - ] - ], - [ - 1.5666667222976685, - [ - -0.0241249967366457, - 0.03666623681783676, - 0.009853302501142025, - 0.9989877343177795 - ] - ], - [ - 1.600000023841858, - [ - -0.024358926340937614, - 0.03589800000190735, - 0.009970446117222309, - 0.9990088939666748 - ] - ], - [ - 1.6333333253860474, - [ - -0.024598293006420135, - 0.0351002961397171, - 0.010067332535982132, - 0.9990302920341492 - ] - ], - [ - 1.6666666269302368, - [ - -0.02483559027314186, - 0.03427685797214508, - 0.010146661661565304, - 0.9990522265434265 - ] - ], - [ - 1.7000000476837158, - [ - -0.02506331540644169, - 0.03343142569065094, - 0.010211160406470299, - 0.9990746378898621 - ] - ], - [ - 1.7333333492279053, - [ - -0.025273898616433144, - 0.03256775066256523, - 0.010263456031680107, - 0.9990972280502319 - ] - ], - [ - 1.7666666507720947, - [ - -0.025459878146648407, - 0.03168964013457298, - 0.010306143201887608, - 0.99912029504776 - ] - ], - [ - 1.7999999523162842, - [ - -0.025613680481910706, - 0.030800990760326385, - 0.010341817513108253, - 0.9991438984870911 - ] - ], - [ - 1.8333333730697632, - [ - -0.02572772279381752, - 0.029905587434768677, - 0.010373019613325596, - 0.9991677403450012 - ] - ], - [ - 1.8666666746139526, - [ - -0.025794537737965584, - 0.02900736965239048, - 0.010402300395071507, - 0.9991921782493591 - ] - ], - [ - 1.899999976158142, - [ - -0.025806499645113945, - 0.028110230341553688, - 0.010432220064103603, - 0.9992172122001648 - ] - ], - [ - 1.9333332777023315, - [ - -0.02575608529150486, - 0.027218066155910492, - 0.010465294122695923, - 0.9992428421974182 - ] - ], - [ - 1.9666666984558105, - [ - -0.0256357379257679, - 0.02633478119969368, - 0.01050407625734806, - 0.9992693066596985 - ] - ], - [ - 2.0, - [ - -0.025437869131565094, - 0.025464298203587532, - 0.01055115181952715, - 0.9992964267730713 - ] - ], - [ - 2.0333333015441895, - [ - -0.025154944509267807, - 0.024610504508018494, - 0.010609142482280731, - 0.9993242621421814 - ] - ], - [ - 2.066666603088379, - [ - -0.024779390543699265, - 0.0237773098051548, - 0.010680665262043476, - 0.9993530511856079 - ] - ], - [ - 2.0999999046325684, - [ - -0.024303657934069633, - 0.022968554869294167, - 0.010768418200314045, - 0.999382734298706 - ] - ], - [ - 2.133333444595337, - [ - -0.023704349994659424, - 0.022187616676092148, - 0.0108761852607131, - 0.9994136095046997 - ] - ], - [ - 2.1666667461395264, - [ - -0.022964950650930405, - 0.021437933668494225, - 0.011007240042090416, - 0.9994457960128784 - ] - ], - [ - 2.200000047683716, - [ - -0.022068632766604424, - 0.020722487941384315, - 0.011164890602231026, - 0.9994794130325317 - ] - ], - [ - 2.2333333492279053, - [ - -0.020988453179597855, - 0.020043740049004555, - 0.01135308388620615, - 0.9995144009590149 - ] - ], - [ - 2.2666666507720947, - [ - -0.019707491621375084, - 0.01940503530204296, - 0.011575015261769295, - 0.999550461769104 - ] - ], - [ - 2.299999952316284, - [ - -0.018217703327536583, - 0.018806064501404762, - 0.011841955594718456, - 0.9995869994163513 - ] - ], - [ - 2.3333332538604736, - [ - -0.01654047705233097, - 0.018247002735733986, - 0.012160477228462696, - 0.9996228218078613 - ] - ], - [ - 2.366666555404663, - [ - -0.01470151636749506, - 0.0177253820002079, - 0.012563219293951988, - 0.9996559619903564 - ] - ], - [ - 2.4000000953674316, - [ - -0.01262680534273386, - 0.017223745584487915, - 0.013124549761414528, - 0.9996857643127441 - ] - ], - [ - 2.433333396911621, - [ - -0.010255598463118076, - 0.016730593517422676, - 0.013878685422241688, - 0.9997110962867737 - ] - ], - [ - 2.4666666984558105, - [ - -0.007629309315234423, - 0.016248207539319992, - 0.014806327410042286, - 0.999729335308075 - ] - ], - [ - 2.5, - [ - -0.004789412021636963, - 0.015779683366417885, - 0.015887975692749023, - 0.9997377991676331 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017775427550077438, - 0.0153285451233387, - 0.01710396073758602, - 0.99973464012146 - ] - ], - [ - 2.566666603088379, - [ - 0.0013645896688103676, - 0.014898591674864292, - 0.018434524536132813, - 0.9997182488441467 - ] - ], - [ - 2.5999999046325684, - [ - 0.00459517166018486, - 0.014493701048195362, - 0.01985974609851837, - 0.999687135219574 - ] - ], - [ - 2.633333444595337, - [ - 0.007872352376580238, - 0.014117695391178131, - 0.02135959453880787, - 0.9996411800384521 - ] - ], - [ - 2.6666667461395264, - [ - 0.011154060252010822, - 0.013774193823337555, - 0.022913943976163864, - 0.9995803236961365 - ] - ], - [ - 2.700000047683716, - [ - 0.014398299157619476, - 0.013466468080878258, - 0.024502595886588097, - 0.999505341053009 - ] - ], - [ - 2.7333333492279053, - [ - 0.017562996596097946, - 0.013197344727814198, - 0.026105323806405067, - 0.999417781829834 - ] - ], - [ - 2.7666666507720947, - [ - 0.020606037229299545, - 0.012969116680324078, - 0.02770192362368107, - 0.9993196725845337 - ] - ], - [ - 2.799999952316284, - [ - 0.02348531223833561, - 0.012783465906977654, - 0.029272234067320824, - 0.9992138743400574 - ] - ], - [ - 2.8333332538604736, - [ - 0.026158679276704788, - 0.012641418725252151, - 0.030796052888035774, - 0.9991034865379333 - ] - ], - [ - 2.866666555404663, - [ - 0.028584111481904984, - 0.012543329037725925, - 0.032253410667181015, - 0.9989922642707825 - ] - ], - [ - 2.9000000953674316, - [ - 0.030719563364982605, - 0.012488809414207935, - 0.03362433612346649, - 0.9988842606544495 - ] - ], - [ - 2.933333396911621, - [ - 0.032473716884851456, - 0.012478707358241081, - 0.03486359119415283, - 0.9987863898277283 - ] - ], - [ - 2.9666666984558105, - [ - 0.03377152979373932, - 0.012511779554188251, - 0.0359344407916069, - 0.9987050890922546 - ] - ], - [ - 3.0, - [ - 0.034598078578710556, - 0.012583666481077671, - 0.036829911172389984, - 0.9986432790756226 - ] - ], - [ - 3.0333333015441895, - [ - 0.03494943678379059, - 0.012688578106462955, - 0.03754332289099693, - 0.9986030459403992 - ] - ], - [ - 3.066666603088379, - [ - 0.034819286316633224, - 0.012821563519537449, - 0.03806784003973007, - 0.9985860586166382 - ] - ], - [ - 3.0999999046325684, - [ - 0.03421290963888168, - 0.012976340018212795, - 0.03839695826172829, - 0.9985924959182739 - ] - ], - [ - 3.133333444595337, - [ - 0.0331573560833931, - 0.013142668642103672, - 0.0385257750749588, - 0.998620867729187 - ] - ], - [ - 3.1666667461395264, - [ - 0.03169688209891319, - 0.013377774506807327, - 0.038418836891651154, - 0.9986693859100342 - ] - ], - [ - 3.200000047683716, - [ - 0.029896246269345284, - 0.013730264268815517, - 0.03805086016654968, - 0.9987341165542603 - ] - ], - [ - 3.2333333492279053, - [ - 0.027795184403657913, - 0.01432320661842823, - 0.037387315183877945, - 0.9988115429878235 - ] - ], - [ - 3.2666666507720947, - [ - 0.02542513608932495, - 0.015263499692082405, - 0.03641271963715553, - 0.9988968372344971 - ] - ], - [ - 3.299999952316284, - [ - 0.02284747175872326, - 0.016503579914569855, - 0.03516928479075432, - 0.9989839792251587 - ] - ], - [ - 3.3333332538604736, - [ - 0.020123016089200974, - 0.017997220158576965, - 0.0337008461356163, - 0.9990672469139099 - ] - ], - [ - 3.366666555404663, - [ - 0.017312120646238327, - 0.019698796793818474, - 0.03205246850848198, - 0.9991421699523926 - ] - ], - [ - 3.4000000953674316, - [ - 0.014474410563707352, - 0.021562788635492325, - 0.030269818380475044, - 0.9992043375968933 - ] - ], - [ - 3.433333396911621, - [ - 0.011668951250612736, - 0.02354314737021923, - 0.02839895524084568, - 0.9992512464523315 - ] - ], - [ - 3.4666666984558105, - [ - 0.008954020217061043, - 0.02559303119778633, - 0.026485612615942955, - 0.9992814064025879 - ] - ], - [ - 3.5, - [ - 0.006387294735759497, - 0.0276644304394722, - 0.02457481063902378, - 0.9992947578430176 - ] - ], - [ - 3.5333333015441895, - [ - 0.004025925882160664, - 0.02970794402062893, - 0.02271060086786747, - 0.9992924928665161 - ] - ], - [ - 3.566666603088379, - [ - 0.0019267192110419273, - 0.031672678887844086, - 0.020935554057359695, - 0.9992771744728088 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010056317842099816, - 0.033508915454149246, - 0.01928034797310829, - 0.999252438545227 - ] - ], - [ - 3.633333444595337, - [ - -0.0014340007910504937, - 0.03516450151801109, - 0.017779862508177757, - 0.9992223381996155 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026509391609579325, - 0.0365854874253273, - 0.016475560143589973, - 0.9991912841796875 - ] - ], - [ - 3.700000047683716, - [ - -0.003569743363186717, - 0.03771866112947464, - 0.015401041135191917, - 0.9991633296012878 - ] - ], - [ - 3.7333333492279053, - [ - -0.004219968803226948, - 0.03850710391998291, - 0.014587346464395523, - 0.9991429448127747 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046473597176373005, - 0.038975950330495834, - 0.014029156416654587, - 0.9991308450698853 - ] - ], - [ - 3.799999952316284, - [ - -0.004870274104177952, - 0.03916259855031967, - 0.013718889094889164, - 0.9991267919540405 - ] - ], - [ - 3.933333396911621, - [ - -0.004413279704749584, - 0.03928247094154358, - 0.01371463481336832, - 0.99912428855896 - ] - ], - [ - 3.9666666984558105, - [ - -0.004113508854061365, - 0.03930872306227684, - 0.013876930810511112, - 0.9991222620010376 - ] - ], - [ - 4.0, - [ - -0.0037654126062989235, - 0.039331354200839996, - 0.014088700525462627, - 0.9991198182106018 - ] - ], - [ - 4.066666603088379, - [ - -0.002970121568068862, - 0.03936157375574112, - 0.01463181059807539, - 0.9991135001182556 - ] - ], - [ - 4.099999904632568, - [ - -0.00254588620737195, - 0.03936714679002762, - 0.014948702417314053, - 0.9991097450256348 - ] - ], - [ - 4.133333206176758, - [ - -0.0021192380227148533, - 0.03936504200100899, - 0.015286273322999477, - 0.9991058111190796 - ] - ], - [ - 4.166666507720947, - [ - -0.0017016613855957985, - 0.03935428336262703, - 0.015637295320630074, - 0.9991015195846558 - ] - ], - [ - 4.199999809265137, - [ - -0.0013046438107267022, - 0.039333902299404144, - 0.015994567424058914, - 0.9990972280502319 - ] - ], - [ - 4.233333110809326, - [ - -0.0009396782843396068, - 0.039302878081798553, - 0.01635098271071911, - 0.9990931153297424 - ] - ], - [ - 4.266666889190674, - [ - -0.0006182663491927087, - 0.03926018998026848, - 0.016699358820915222, - 0.9990893006324768 - ] - ], - [ - 4.300000190734863, - [ - -0.00035190387279726565, - 0.039204757660627365, - 0.01703255996108055, - 0.9990859627723694 - ] - ], - [ - 4.333333492279053, - [ - -0.0001521047088317573, - 0.03913550823926926, - 0.017343446612358093, - 0.999083399772644 - ] - ], - [ - 4.400000095367432, - [ - 1.7493598534201737e-06, - 0.03895092010498047, - 0.017869824543595314, - 0.9990814328193665 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029936322243884206, - 0.03869953006505966, - 0.01821562647819519, - 0.9990848302841187 - ] - ], - [ - 4.5, - [ - -0.0006740177632309496, - 0.038546688854694366, - 0.018300289288163185, - 0.9990890026092529 - ] - ], - [ - 4.5333333015441895, - [ - -0.001231570029631257, - 0.038374628871679306, - 0.018314529210329056, - 0.9990948438644409 - ] - ], - [ - 4.566666603088379, - [ - -0.001991534372791648, - 0.038182295858860016, - 0.018250569701194763, - 0.9991021156311035 - ] - ], - [ - 4.599999904632568, - [ - -0.0029673492535948753, - 0.037964850664138794, - 0.018100643530488014, - 0.9991108179092407 - ] - ], - [ - 4.633333206176758, - [ - -0.004155328497290611, - 0.03771773725748062, - 0.01786084845662117, - 0.9991201758384705 - ] - ], - [ - 4.666666507720947, - [ - -0.005549590568989515, - 0.037432629615068436, - 0.017516039311885834, - 0.9991303086280823 - ] - ], - [ - 4.699999809265137, - [ - -0.007141164503991604, - 0.03710365295410156, - 0.017057694494724274, - 0.9991403222084045 - ] - ], - [ - 4.733333110809326, - [ - -0.008908693678677082, - 0.03673335909843445, - 0.016495564952492714, - 0.9991492629051208 - ] - ], - [ - 4.766666889190674, - [ - -0.010830825194716454, - 0.03632451966404915, - 0.015839243307709694, - 0.9991558194160461 - ] - ], - [ - 4.800000190734863, - [ - -0.012886079959571362, - 0.03588016703724861, - 0.01509832963347435, - 0.9991589188575745 - ] - ], - [ - 4.833333492279053, - [ - -0.01505303755402565, - 0.03540336713194847, - 0.01428243238478899, - 0.9991576671600342 - ] - ], - [ - 4.866666793823242, - [ - -0.017310181632637978, - 0.03489729017019272, - 0.013401149772107601, - 0.9991511106491089 - ] - ], - [ - 4.900000095367432, - [ - -0.01965080387890339, - 0.034366361796855927, - 0.012456679716706276, - 0.9991385340690613 - ] - ], - [ - 4.933333396911621, - [ - -0.022068995982408524, - 0.03381521627306938, - 0.011450705118477345, - 0.9991188049316406 - ] - ], - [ - 4.9666666984558105, - [ - -0.0245446115732193, - 0.03324735164642334, - 0.010392215102910995, - 0.9990916848182678 - ] - ], - [ - 5.0, - [ - -0.027057316154241562, - 0.03266622871160507, - 0.009290284477174282, - 0.9990568161010742 - ] - ], - [ - 5.0333333015441895, - [ - -0.02958683855831623, - 0.03207528591156006, - 0.008154037408530712, - 0.9990142583847046 - ] - ], - [ - 5.066666603088379, - [ - -0.03211277723312378, - 0.03147781640291214, - 0.006992698647081852, - 0.9989640712738037 - ] - ], - [ - 5.099999904632568, - [ - -0.03461482375860214, - 0.03087703138589859, - 0.0058155665174126625, - 0.9989067316055298 - ] - ], - [ - 5.133333206176758, - [ - -0.03707251325249672, - 0.030275983735919, - 0.004632102325558662, - 0.9988431930541992 - ] - ], - [ - 5.166666507720947, - [ - -0.03946540877223015, - 0.0296775009483099, - 0.003451766213402152, - 0.9987741708755493 - ] - ], - [ - 5.199999809265137, - [ - -0.04177306592464447, - 0.02908431738615036, - 0.0022841605823487043, - 0.9987010955810547 - ] - ], - [ - 5.233333110809326, - [ - -0.043974995613098145, - 0.028498873114585876, - 0.0011389517458155751, - 0.9986253976821899 - ] - ], - [ - 5.266666889190674, - [ - -0.04605074226856232, - 0.027923356741666794, - 2.5851817554212175e-05, - 0.9985488653182983 - ] - ], - [ - 5.300000190734863, - [ - -0.04797976464033127, - 0.027359841391444206, - -0.0010452369460836053, - 0.9984729886054993 - ] - ], - [ - 5.333333492279053, - [ - -0.049741536378860474, - 0.026810137555003166, - -0.002064520725980401, - 0.998400092124939 - ] - ], - [ - 5.366666793823242, - [ - -0.05131561681628227, - 0.026275647804141045, - -0.0030220241751521826, - 0.9983322024345398 - ] - ], - [ - 5.400000095367432, - [ - -0.052681438624858856, - 0.025757765397429466, - -0.003907767590135336, - 0.9982715845108032 - ] - ], - [ - 5.433333396911621, - [ - -0.05380283668637276, - 0.025257674977183342, - -0.004710542969405651, - 0.9982209801673889 - ] - ], - [ - 5.4666666984558105, - [ - -0.05465039238333702, - 0.024776525795459747, - -0.005419659893959761, - 0.9981834888458252 - ] - ], - [ - 5.5, - [ - -0.05519433692097664, - 0.024314695969223976, - -0.0060244095511734486, - 0.9981613755226135 - ] - ], - [ - 5.5333333015441895, - [ - -0.05539499595761299, - 0.02387252449989319, - -0.0065134018659591675, - 0.9981578588485718 - ] - ], - [ - 5.566666603088379, - [ - -0.05522271990776062, - 0.023450717329978943, - -0.00687604071572423, - 0.9981749653816223 - ] - ], - [ - 5.599999904632568, - [ - -0.05465700477361679, - 0.02304181642830372, - -0.007094674278050661, - 0.9982141852378845 - ] - ], - [ - 5.633333206176758, - [ - -0.05370626598596573, - 0.022638004273176193, - -0.007156951352953911, - 0.9982745051383972 - ] - ], - [ - 5.666666507720947, - [ - -0.05238349735736847, - 0.02222551964223385, - -0.0070253475569188595, - 0.998354971408844 - ] - ], - [ - 5.699999809265137, - [ - -0.05070780590176582, - 0.021791545674204826, - -0.006675671320408583, - 0.9984534382820129 - ] - ], - [ - 5.733333110809326, - [ - -0.048719123005867004, - 0.021338265389204025, - -0.006126235704869032, - 0.9985657930374146 - ] - ], - [ - 5.766666889190674, - [ - -0.04645732790231705, - 0.020868893712759018, - -0.005395303014665842, - 0.9986876845359802 - ] - ], - [ - 5.800000190734863, - [ - -0.043962474912405014, - 0.02038753032684326, - -0.004501226358115673, - 0.9988150000572205 - ] - ], - [ - 5.833333492279053, - [ - -0.04127470776438713, - 0.019898857921361923, - -0.003462414490059018, - 0.9989436864852905 - ] - ], - [ - 5.866666793823242, - [ - -0.038434289395809174, - 0.01940806210041046, - -0.0022973152808845043, - 0.9990699887275696 - ] - ], - [ - 5.900000095367432, - [ - -0.03548155352473259, - 0.01892043650150299, - -0.0010246525052934885, - 0.9991906881332397 - ] - ], - [ - 5.933333396911621, - [ - -0.032457076013088226, - 0.01844155788421631, - 0.00033681007334962487, - 0.9993029236793518 - ] - ], - [ - 5.9666666984558105, - [ - -0.0294015035033226, - 0.017976835370063782, - 0.001768037909641862, - 0.9994045495986938 - ] - ], - [ - 6.0, - [ - -0.026355557143688202, - 0.017531506717205048, - 0.0032498647924512625, - 0.9994937181472778 - ] - ], - [ - 6.0333333015441895, - [ - -0.023360097780823708, - 0.01711050048470497, - 0.004762995056807995, - 0.9995693564414978 - ] - ], - [ - 6.066666603088379, - [ - -0.020456083118915558, - 0.016718367114663124, - 0.006287856493145227, - 0.9996312856674194 - ] - ], - [ - 6.099999904632568, - [ - -0.017684511840343475, - 0.0163591131567955, - 0.007804833352565765, - 0.9996793270111084 - ] - ], - [ - 6.133333206176758, - [ - -0.01508642453700304, - 0.016036169603466988, - 0.009294193238019943, - 0.9997144937515259 - ] - ], - [ - 6.166666507720947, - [ - -0.012702877633273602, - 0.015752356499433517, - 0.010736081749200821, - 0.9997376799583435 - ] - ], - [ - 6.199999809265137, - [ - -0.01057493593543768, - 0.01550980843603611, - 0.012110613286495209, - 0.9997504353523254 - ] - ], - [ - 6.233333110809326, - [ - -0.008743636310100555, - 0.015309981070458889, - 0.013397840782999992, - 0.999754786491394 - ] - ], - [ - 6.266666889190674, - [ - -0.007249942049384117, - 0.015153617598116398, - 0.014577756635844707, - 0.9997526407241821 - ] - ], - [ - 6.300000190734863, - [ - -0.006131771951913834, - 0.015040663070976734, - 0.015630580484867096, - 0.9997459053993225 - ] - ], - [ - 6.333333492279053, - [ - -0.005415806081146002, - 0.014969781041145325, - 0.016536910086870193, - 0.9997365474700928 - ] - ], - [ - 6.366666793823242, - [ - -0.005131865385919809, - 0.014939742162823677, - 0.017277264967560768, - 0.9997260570526123 - ] - ], - [ - 6.400000095367432, - [ - -0.00529671274125576, - 0.01494811475276947, - 0.01783268339931965, - 0.9997153282165527 - ] - ], - [ - 6.433333396911621, - [ - -0.005904377903789282, - 0.014989087358117104, - 0.018185704946517944, - 0.9997048377990723 - ] - ], - [ - 6.4666666984558105, - [ - -0.006932200863957405, - 0.015129413455724716, - 0.01829843409359455, - 0.9996940493583679 - ] - ], - [ - 6.5, - [ - -0.008337809704244137, - 0.01542515680193901, - 0.018142255023121834, - 0.9996816515922546 - ] - ], - [ - 6.5333333015441895, - [ - -0.01007178146392107, - 0.016001999378204346, - 0.0176873579621315, - 0.9996647834777832 - ] - ], - [ - 6.566666603088379, - [ - -0.012073768302798271, - 0.016964666545391083, - 0.016932928934693336, - 0.9996398091316223 - ] - ], - [ - 6.599999904632568, - [ - -0.014276883564889431, - 0.018259862437844276, - 0.015922708436846733, - 0.9996045231819153 - ] - ], - [ - 6.633333206176758, - [ - -0.016614750027656555, - 0.019835691899061203, - 0.014702211134135723, - 0.9995571970939636 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458600151_1069522.json b/lenses/physics-objects/Scene/assets/1645812458600151_1069522.json deleted file mode 100644 index 7e0f0353..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458600151_1069522.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458600151:1069522", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458602967_1069535.json b/lenses/physics-objects/Scene/assets/1645812458602967_1069535.json deleted file mode 100644 index 8e3927c9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458602967_1069535.json +++ /dev/null @@ -1,714 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458602967:1069535", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.567887306213379, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.506635665893555, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.529809951782227, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.541194915771484, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.568730354309082, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.603951454162598, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.625950813293457, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.624031066894531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.591117858886719, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.538434982299805, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.499600410461426, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.519328117370605, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.492247581481934, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.444025993347168, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.444892883300781, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.50741195678711, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.578399658203125, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.629369735717773, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.648723602294922, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.617981910705566, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.556904792785645, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.511614799499512, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.507383346557617, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.476591110229492, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.45022964477539, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.463083267211914, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.526504516601563, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.60649585723877, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.646435737609863, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.62099552154541, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.557557106018066, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.506091117858887, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.524685859680176, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.491326332092285, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.446561813354492, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.455565452575684, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.52065658569336, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.595331192016602, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.644957542419434, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.654411315917969, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.614656448364258, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.555549621582031, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.510244369506836, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.51600170135498, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.474693298339844, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.497838973999023, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.61350154876709, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.637391090393066, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.60690975189209, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.548190116882324, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.496773719787598, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.490172386169434, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.51523208618164, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.514755249023438, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.480086326599121, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.486446380615234, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.567814826965332, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.64223575592041, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.64592170715332, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.58635139465332, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.513065338134766, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.481240272521973, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.500441551208496, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.510437965393066, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.486956596374512, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.486401557922363, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.566596984863281, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.618412971496582, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.560111999511719, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.48342227935791, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.507058143615723, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.511405944824219, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.533307075500488, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.567413330078125, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.592358589172363, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.596935272216797, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.57218074798584, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.526410102844238, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.489157676696777, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.496648788452148, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.518339157104492, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.508807182312012, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.476587295532227, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.475276947021484, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.528451919555664, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458603374_1069542.json b/lenses/physics-objects/Scene/assets/1645812458603374_1069542.json deleted file mode 100644 index 5990da8f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458603374_1069542.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458603374:1069542", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ], - [ - 0.03333333507180214, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ], - [ - 0.06666667014360428, - [ - -0.0373588427901268, - 0.04307207092642784, - 0.05833417549729347, - 0.9966675639152527 - ] - ], - [ - 0.10000000149011612, - [ - -0.03773508220911026, - 0.06784088164567947, - -0.04510663077235222, - 0.9959613680839539 - ] - ], - [ - 0.13333334028720856, - [ - -0.03303668648004532, - 0.08737505227327347, - -0.10491073131561279, - 0.9900848269462585 - ] - ], - [ - 0.1666666716337204, - [ - -0.02709580957889557, - 0.09103881567716599, - -0.113399438560009, - 0.9889986515045166 - ] - ], - [ - 0.20000000298023224, - [ - -0.021950041875243187, - 0.07551001757383347, - -0.07989265769720078, - 0.993696928024292 - ] - ], - [ - 0.23333333432674408, - [ - -0.01881861314177513, - 0.05212370678782463, - -0.041878413408994675, - 0.9975847005844116 - ] - ], - [ - 0.2666666805744171, - [ - -0.016657698899507523, - 0.03376585990190506, - -0.015827324241399765, - 0.9991655945777893 - ] - ], - [ - 0.30000001192092896, - [ - -0.015489257872104645, - 0.02963789366185665, - -0.011852406896650791, - 0.9993703961372375 - ] - ], - [ - 0.3333333432674408, - [ - -0.015042722225189209, - 0.038396887481212616, - -0.030384976416826248, - 0.998687207698822 - ] - ], - [ - 0.36666667461395264, - [ - -0.014257645234465599, - 0.05249618738889694, - -0.058540210127830505, - 0.9968018531799316 - ] - ], - [ - 0.4000000059604645, - [ - -0.013246403075754642, - 0.06757999956607819, - -0.08909978717565536, - 0.9936391115188599 - ] - ], - [ - 0.4333333373069763, - [ - -0.01086025033146143, - 0.08056312054395676, - -0.11495362967252731, - 0.990039050579071 - ] - ], - [ - 0.46666666865348816, - [ - -0.005802858155220747, - 0.09016638249158859, - -0.13011856377124786, - 0.9873730540275574 - ] - ], - [ - 0.5, - [ - 0.0025147295091301203, - 0.09276990592479706, - -0.11420727521181107, - 0.9891127943992615 - ] - ], - [ - 0.5333333611488342, - [ - 0.013713302090764046, - 0.08275949954986572, - -0.04827336221933365, - 0.9953052401542664 - ] - ], - [ - 0.5666666626930237, - [ - 0.0256634671241045, - 0.06568744033575058, - 0.05280033126473427, - 0.9961117506027222 - ] - ], - [ - 0.6000000238418579, - [ - 0.03488936647772789, - 0.05246337130665779, - 0.14769624173641205, - 0.9870238900184631 - ] - ], - [ - 0.6333333253860474, - [ - 0.037298571318387985, - 0.04315385967493057, - 0.2070123851299286, - 0.9766741991043091 - ] - ], - [ - 0.6666666865348816, - [ - 0.03287407010793686, - 0.037183016538619995, - 0.23040802776813507, - 0.9718276858329773 - ] - ], - [ - 0.699999988079071, - [ - 0.024178719148039818, - 0.03558655083179474, - 0.22264894843101501, - 0.9739488959312439 - ] - ], - [ - 0.7333333492279053, - [ - 0.012536820024251938, - 0.035262029618024826, - 0.17881758511066437, - 0.983170211315155 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033163282205350697, - 0.03980879485607147, - 0.1007014587521553, - 0.9941200017929077 - ] - ], - [ - 0.800000011920929, - [ - -0.009837553836405277, - 0.054143790155649185, - 0.0037966587115079165, - 0.9984774589538574 - ] - ], - [ - 0.8333333134651184, - [ - -0.015933755785226822, - 0.07419425249099731, - -0.0819474458694458, - 0.9937434196472168 - ] - ], - [ - 0.8666666746139526, - [ - -0.017327725887298584, - 0.09052961319684982, - -0.1317027360200882, - 0.9869946837425232 - ] - ], - [ - 0.8999999761581421, - [ - -0.013870766386389732, - 0.09629472345113754, - -0.13547351956367493, - 0.9859928488731384 - ] - ], - [ - 0.9333333373069763, - [ - -0.005497931968420744, - 0.09110505133867264, - -0.09894838184118271, - 0.9908980131149292 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068687261082232, - 0.07822009921073914, - -0.034619446843862534, - 0.9963111877441406 - ] - ], - [ - 1.0, - [ - 0.02063913457095623, - 0.06073419749736786, - 0.04509570449590683, - 0.9969211220741272 - ] - ], - [ - 1.0333333015441895, - [ - 0.03229343146085739, - 0.044150542467832565, - 0.12184009701013565, - 0.9910413026809692 - ] - ], - [ - 1.0666667222976685, - [ - 0.03915233910083771, - 0.03221636265516281, - 0.1805398166179657, - 0.9822599291801453 - ] - ], - [ - 1.100000023841858, - [ - 0.04005401208996773, - 0.024989048019051552, - 0.2157803624868393, - 0.9753000140190125 - ] - ], - [ - 1.1333333253860474, - [ - 0.03342380374670029, - 0.022093098610639572, - 0.2239319533109665, - 0.9737809896469116 - ] - ], - [ - 1.1666666269302368, - [ - 0.02239270880818367, - 0.022436803206801414, - 0.20230458676815033, - 0.9788094758987427 - ] - ], - [ - 1.2000000476837158, - [ - 0.010074877180159092, - 0.027352264150977135, - 0.14467938244342804, - 0.9890491366386414 - ] - ], - [ - 1.2333333492279053, - [ - -0.001916170702315867, - 0.041266996413469315, - 0.05631297081708908, - 0.9975581169128418 - ] - ], - [ - 1.2666666507720947, - [ - -0.010933835990726948, - 0.06294456869363785, - -0.037098970264196396, - 0.9972674250602722 - ] - ], - [ - 1.2999999523162842, - [ - -0.014625600539147854, - 0.08468909561634064, - -0.10412825644016266, - 0.990843653678894 - ] - ], - [ - 1.3333333730697632, - [ - -0.01248779334127903, - 0.09917660057544708, - -0.127085343003273, - 0.9868422150611877 - ] - ], - [ - 1.3666666746139526, - [ - -0.006134671624749899, - 0.1024433895945549, - -0.10622434318065643, - 0.9890319108963013 - ] - ], - [ - 1.399999976158142, - [ - 0.0018377872183918953, - 0.09258055686950684, - -0.043195806443691254, - 0.994766116142273 - ] - ], - [ - 1.4333332777023315, - [ - 0.007312119007110596, - 0.07720571756362915, - 0.04464675113558769, - 0.9959881901741028 - ] - ], - [ - 1.4666666984558105, - [ - 0.008094791322946548, - 0.06624513864517212, - 0.12863825261592865, - 0.9894434213638306 - ] - ], - [ - 1.5, - [ - 0.004415127914398909, - 0.06080138683319092, - 0.18615993857383728, - 0.9806265234947205 - ] - ], - [ - 1.5333333015441895, - [ - -0.004178892355412245, - 0.059117402881383896, - 0.20981676876544952, - 0.9759429097175598 - ] - ], - [ - 1.5666667222976685, - [ - -0.016490809619426727, - 0.05806897580623627, - 0.19899006187915802, - 0.9781405925750732 - ] - ], - [ - 1.600000023841858, - [ - -0.03158819302916527, - 0.055586833506822586, - 0.15241923928260803, - 0.9862457513809204 - ] - ], - [ - 1.6333333253860474, - [ - -0.046836044639348984, - 0.05722445622086525, - 0.07687758654356003, - 0.9942945241928101 - ] - ], - [ - 1.6666666269302368, - [ - -0.05974983796477318, - 0.06774631142616272, - -0.012825533747673035, - 0.9958293437957764 - ] - ], - [ - 1.7000000476837158, - [ - -0.06887062638998032, - 0.08410970866680145, - -0.09351778030395508, - 0.9896650314331055 - ] - ], - [ - 1.7333333492279053, - [ - -0.07334320992231369, - 0.09886568039655685, - -0.1463364213705063, - 0.9815457463264465 - ] - ], - [ - 1.7666666507720947, - [ - -0.07308346033096313, - 0.10790640860795975, - -0.1611471325159073, - 0.9782876968383789 - ] - ], - [ - 1.7999999523162842, - [ - -0.06829140335321426, - 0.10870348662137985, - -0.13869334757328033, - 0.9819797277450562 - ] - ], - [ - 1.8333333730697632, - [ - -0.060517944395542145, - 0.09573265165090561, - -0.07236474752426147, - 0.9909269213676453 - ] - ], - [ - 1.8666666746139526, - [ - -0.05274190381169319, - 0.06752841919660568, - 0.027967030182480812, - 0.9959298372268677 - ] - ], - [ - 1.899999976158142, - [ - -0.04666527733206749, - 0.03672218322753906, - 0.12486086785793304, - 0.9903956651687622 - ] - ], - [ - 1.9333332777023315, - [ - -0.04363184794783592, - 0.017466682940721512, - 0.18409283459186554, - 0.9817845821380615 - ] - ], - [ - 1.9666666984558105, - [ - -0.04728538915514946, - 0.014456147328019142, - 0.18995890021324158, - 0.980546236038208 - ] - ], - [ - 2.0, - [ - -0.05856980010867119, - 0.025217445567250252, - 0.146182119846344, - 0.9872003197669983 - ] - ], - [ - 2.0333333015441895, - [ - -0.07324153184890747, - 0.04655582830309868, - 0.06716140359640121, - 0.9939605593681335 - ] - ], - [ - 2.066666603088379, - [ - -0.08641017973423004, - 0.0740986168384552, - -0.02821488492190838, - 0.9930995106697083 - ] - ], - [ - 2.0999999046325684, - [ - -0.0942145437002182, - 0.0982428640127182, - -0.11192608624696732, - 0.98434978723526 - ] - ], - [ - 2.133333444595337, - [ - -0.09432540833950043, - 0.11362557858228683, - -0.16243799030780792, - 0.9756054878234863 - ] - ], - [ - 2.1666667461395264, - [ - -0.08742359280586243, - 0.12052403390407562, - -0.16869528591632843, - 0.9743577241897583 - ] - ], - [ - 2.200000047683716, - [ - -0.07510498911142349, - 0.11660632491111755, - -0.1341123878955841, - 0.9812115430831909 - ] - ], - [ - 2.2333333492279053, - [ - -0.061642877757549286, - 0.09411809593439102, - -0.05818811058998108, - 0.9919456243515015 - ] - ], - [ - 2.2666666507720947, - [ - -0.05120637267827988, - 0.05575194209814072, - 0.040188662707805634, - 0.9963204860687256 - ] - ], - [ - 2.299999952316284, - [ - -0.04492553323507309, - 0.020440723747015, - 0.11985684931278229, - 0.991563618183136 - ] - ], - [ - 2.3333332538604736, - [ - -0.044375453144311905, - 0.00420518359169364, - 0.1549176424741745, - 0.9869213104248047 - ] - ], - [ - 2.366666555404663, - [ - -0.048498716205358505, - 0.010929767042398453, - 0.141099750995636, - 0.9887463450431824 - ] - ], - [ - 2.4000000953674316, - [ - -0.05503686144948006, - 0.03827834501862526, - 0.07460979372262955, - 0.9949568510055542 - ] - ], - [ - 2.433333396911621, - [ - -0.05956671014428139, - 0.07955028861761093, - -0.024155357852578163, - 0.9947564005851746 - ] - ], - [ - 2.4666666984558105, - [ - -0.05738012120127678, - 0.120414137840271, - -0.1154869794845581, - 0.9843122959136963 - ] - ], - [ - 2.5, - [ - -0.048487503081560135, - 0.1479858160018921, - -0.1664203405380249, - 0.9736803770065308 - ] - ], - [ - 2.5333333015441895, - [ - -0.035000674426555634, - 0.15043683350086212, - -0.15477749705314636, - 0.9758010506629944 - ] - ], - [ - 2.566666603088379, - [ - -0.01768345944583416, - 0.11592099070549011, - -0.07683368772268295, - 0.9901243448257446 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010294772800989449, - 0.05637029558420181, - 0.035444919019937515, - 0.9977805614471436 - ] - ], - [ - 2.633333444595337, - [ - 0.008319308049976826, - 0.007824303582310677, - 0.12220332026481628, - 0.9924393892288208 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033785596024245024, - -0.006314869038760662, - 0.14207234978675842, - 0.9898303747177124 - ] - ], - [ - 2.700000047683716, - [ - -0.005056082736700773, - 0.010555820539593697, - 0.09732792526483536, - 0.9951836466789246 - ] - ], - [ - 2.7333333492279053, - [ - -0.011131609790027142, - 0.049142949283123016, - -6.538544403156266e-05, - 0.9987298250198364 - ] - ], - [ - 2.7666666507720947, - [ - -0.013053467497229576, - 0.09174887835979462, - -0.09489019215106964, - 0.9911648631095886 - ] - ], - [ - 2.799999952316284, - [ - -0.013489929959177971, - 0.1179899349808693, - -0.14769355952739716, - 0.9818773865699768 - ] - ], - [ - 2.8333332538604736, - [ - -0.014366233721375465, - 0.12029603868722916, - -0.15704026818275452, - 0.980133056640625 - ] - ], - [ - 2.866666555404663, - [ - -0.016189541667699814, - 0.09954845160245895, - -0.13172338902950287, - 0.9861424565315247 - ] - ], - [ - 2.9000000953674316, - [ - -0.019170144572854042, - 0.07167205214500427, - -0.10206963866949081, - 0.992006778717041 - ] - ], - [ - 2.933333396911621, - [ - -0.02206987887620926, - 0.0517057403922081, - -0.08164315670728683, - 0.9950748085975647 - ] - ], - [ - 2.9666666984558105, - [ - -0.024718888103961945, - 0.048677194863557816, - -0.07999750226736069, - 0.9952989220619202 - ] - ], - [ - 3.0, - [ - -0.02732119895517826, - 0.06224837154150009, - -0.09870606660842896, - 0.9927919507026672 - ] - ], - [ - 3.0333333015441895, - [ - -0.029242459684610367, - 0.0814819410443306, - -0.12512223422527313, - 0.9883572459220886 - ] - ], - [ - 3.066666603088379, - [ - -0.030888812616467476, - 0.10083550214767456, - -0.1522124856710434, - 0.9827051758766174 - ] - ], - [ - 3.0999999046325684, - [ - -0.03149723261594772, - 0.11685077100992203, - -0.173781156539917, - 0.9773197770118713 - ] - ], - [ - 3.133333444595337, - [ - -0.02991577424108982, - 0.12881679832935333, - -0.18548908829689026, - 0.9737069010734558 - ] - ], - [ - 3.1666667461395264, - [ - -0.026278259232640266, - 0.13161242008209229, - -0.17213550209999084, - 0.9758877754211426 - ] - ], - [ - 3.200000047683716, - [ - -0.0209486223757267, - 0.11543907225131989, - -0.11673993617296219, - 0.9862083792686462 - ] - ], - [ - 3.2333333492279053, - [ - -0.01450564805418253, - 0.08200283348560333, - -0.02362694963812828, - 0.9962463974952698 - ] - ], - [ - 3.2666666507720947, - [ - -0.009010748006403446, - 0.04812834784388542, - 0.07600612193346024, - 0.9959043860435486 - ] - ], - [ - 3.299999952316284, - [ - -0.008343025110661983, - 0.026798797771334648, - 0.14406441152095795, - 0.9891701936721802 - ] - ], - [ - 3.3333332538604736, - [ - -0.01598934456706047, - 0.025876857340335846, - 0.16157811880111694, - 0.9863911271095276 - ] - ], - [ - 3.366666555404663, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458603780_1069549.json b/lenses/physics-objects/Scene/assets/1645812458603780_1069549.json deleted file mode 100644 index 7719be9a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458603780_1069549.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458603780:1069549", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458606066_1069562.json b/lenses/physics-objects/Scene/assets/1645812458606066_1069562.json deleted file mode 100644 index bc09b0ae..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458606066_1069562.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458606066:1069562", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.587514877319336, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.574162483215332, - 0.0, - 7.105427357601002e-15 - ] - ], - [ - 3.6666667461395264, - [ - 9.597973823547363, - 7.105427357601002e-15, - 1.6935616697641128e-20 - ] - ], - [ - 6.4666666984558105, - [ - 9.578225135803223, - -1.4210854715202004e-14, - 7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.585514068603516, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458606531_1069569.json b/lenses/physics-objects/Scene/assets/1645812458606531_1069569.json deleted file mode 100644 index d9c0725a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458606531_1069569.json +++ /dev/null @@ -1,1531 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458606531:1069569", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01902780309319496, - -0.0, - 0.0, - 0.9998189806938171 - ] - ], - [ - 0.03333333507180214, - [ - -0.01902780309319496, - -0.0, - 0.0, - 0.9998189806938171 - ] - ], - [ - 0.06666667014360428, - [ - -0.021416204050183296, - -0.0, - 0.0, - 0.9997706413269043 - ] - ], - [ - 0.10000000149011612, - [ - -0.02383144199848175, - -0.0, - 0.0, - 0.9997161030769348 - ] - ], - [ - 0.13333334028720856, - [ - -0.026210064068436623, - -0.0, - 0.0, - 0.9996565580368042 - ] - ], - [ - 0.1666666716337204, - [ - -0.02848943881690502, - -0.0, - 0.0, - 0.9995940923690796 - ] - ], - [ - 0.20000000298023224, - [ - -0.030607590451836586, - -0.0, - 0.0, - 0.9995315074920654 - ] - ], - [ - 0.23333333432674408, - [ - -0.032503120601177216, - -0.0, - 0.0, - 0.9994717240333557 - ] - ], - [ - 0.2666666805744171, - [ - -0.03411496430635452, - -0.0, - 0.0, - 0.9994179010391235 - ] - ], - [ - 0.30000001192092896, - [ - -0.035413533449172974, - -0.0, - 0.0, - 0.9993727207183838 - ] - ], - [ - 0.3333333432674408, - [ - -0.03637641668319702, - -0.0, - 0.0, - 0.9993382692337036 - ] - ], - [ - 0.36666667461395264, - [ - -0.03699571266770363, - -0.0, - 0.0, - 0.9993154406547546 - ] - ], - [ - 0.5, - [ - -0.03688596561551094, - -0.0, - 0.0, - 0.9993194937705994 - ] - ], - [ - 0.5333333611488342, - [ - -0.03643592819571495, - -0.0, - 0.0, - 0.9993360042572021 - ] - ], - [ - 0.5666666626930237, - [ - -0.03589792549610138, - -0.0, - 0.0, - 0.9993555545806885 - ] - ], - [ - 0.6000000238418579, - [ - -0.03528302162885666, - -0.0, - 0.0, - 0.9993773698806763 - ] - ], - [ - 0.6333333253860474, - [ - -0.0346023328602314, - -0.0, - 0.0, - 0.9994011521339417 - ] - ], - [ - 0.6666666865348816, - [ - -0.0338670015335083, - -0.0, - 0.0, - 0.9994263648986816 - ] - ], - [ - 0.699999988079071, - [ - -0.033088166266679764, - -0.0, - 0.0, - 0.999452531337738 - ] - ], - [ - 0.7333333492279053, - [ - -0.032276932150125504, - -0.0, - 0.0, - 0.9994789361953735 - ] - ], - [ - 0.7666666507720947, - [ - -0.03144441917538643, - -0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 0.800000011920929, - [ - -0.030601751059293747, - -0.0, - 0.0, - 0.9995316863059998 - ] - ], - [ - 0.8333333134651184, - [ - -0.02976010926067829, - -0.0, - 0.0, - 0.9995570778846741 - ] - ], - [ - 0.8666666746139526, - [ - -0.02893061190843582, - -0.0, - 0.0, - 0.999581515789032 - ] - ], - [ - 0.8999999761581421, - [ - -0.028124386444687843, - -0.0, - 0.0, - 0.9996045231819153 - ] - ], - [ - 0.9333333373069763, - [ - -0.027352595701813698, - -0.0, - 0.0, - 0.9996258616447449 - ] - ], - [ - 0.9666666388511658, - [ - -0.02662641555070877, - -0.0, - 0.0, - 0.999645471572876 - ] - ], - [ - 1.0, - [ - -0.025956962257623672, - -0.0, - 0.0, - 0.9996630549430847 - ] - ], - [ - 1.0333333015441895, - [ - -0.025355452671647072, - -0.0, - 0.0, - 0.9996784925460815 - ] - ], - [ - 1.0666667222976685, - [ - -0.02483300492167473, - -0.0, - 0.0, - 0.9996916055679321 - ] - ], - [ - 1.100000023841858, - [ - -0.02440083958208561, - -0.0, - 0.0, - 0.9997022747993469 - ] - ], - [ - 1.1333333253860474, - [ - -0.024083733558654785, - -0.0, - 0.0, - 0.999709963798523 - ] - ], - [ - 1.2333333492279053, - [ - -0.02361598238348961, - -0.0, - 0.0, - 0.999721109867096 - ] - ], - [ - 1.2999999523162842, - [ - -0.023356661200523376, - -0.0, - 0.0, - 0.999727189540863 - ] - ], - [ - 1.5, - [ - -0.023721778765320778, - -0.0, - 0.0, - 0.9997186064720154 - ] - ], - [ - 1.5333333015441895, - [ - -0.023921892046928406, - -0.0, - 0.0, - 0.9997138381004333 - ] - ], - [ - 1.5666667222976685, - [ - -0.024142421782016754, - -0.0, - 0.0, - 0.9997085332870483 - ] - ], - [ - 1.600000023841858, - [ - -0.024375861510634422, - -0.0, - 0.0, - 0.9997028708457947 - ] - ], - [ - 1.6666666269302368, - [ - -0.024851491674780846, - -0.0, - 0.0, - 0.9996911287307739 - ] - ], - [ - 1.7000000476837158, - [ - -0.02507863938808441, - -0.0, - 0.0, - 0.9996854662895203 - ] - ], - [ - 1.7666666507720947, - [ - -0.02547404170036316, - -0.0, - 0.0, - 0.9996755123138428 - ] - ], - [ - 2.0, - [ - -0.025447551161050797, - -0.0, - 0.0, - 0.9996761679649353 - ] - ], - [ - 2.0333333015441895, - [ - -0.025163982063531876, - -0.0, - 0.0, - 0.9996833205223083 - ] - ], - [ - 2.066666603088379, - [ - -0.024787811562418938, - -0.0, - 0.0, - 0.9996927380561829 - ] - ], - [ - 2.0999999046325684, - [ - -0.02431148663163185, - -0.0, - 0.0, - 0.9997045397758484 - ] - ], - [ - 2.133333444595337, - [ - -0.02371162921190262, - -0.0, - 0.0, - 0.9997188448905945 - ] - ], - [ - 2.1666667461395264, - [ - -0.02297162264585495, - -0.0, - 0.0, - 0.9997361302375793 - ] - ], - [ - 2.200000047683716, - [ - -0.02207474783062935, - -0.0, - 0.0, - 0.9997563362121582 - ] - ], - [ - 2.2333333492279053, - [ - -0.02099403738975525, - -0.0, - 0.0, - 0.9997795820236206 - ] - ], - [ - 2.2666666507720947, - [ - -0.0197125393897295, - -0.0, - 0.0, - 0.9998056888580322 - ] - ], - [ - 2.299999952316284, - [ - -0.018222222104668617, - -0.0, - 0.0, - 0.9998340606689453 - ] - ], - [ - 2.3333332538604736, - [ - -0.01654445193707943, - -0.0, - 0.0, - 0.9998631477355957 - ] - ], - [ - 2.366666555404663, - [ - -0.014704993925988674, - -0.0, - 0.0, - 0.9998918771743774 - ] - ], - [ - 2.4000000953674316, - [ - -0.012629774399101734, - -0.0, - 0.0, - 0.9999202489852905 - ] - ], - [ - 2.433333396911621, - [ - -0.010258028283715248, - -0.0, - 0.0, - 0.9999474883079529 - ] - ], - [ - 2.4666666984558105, - [ - -0.007631157524883747, - -0.0, - 0.0, - 0.9999709725379944 - ] - ], - [ - 2.5, - [ - -0.004790617618709803, - -0.0, - 0.0, - 0.9999886155128479 - ] - ], - [ - 2.5333333015441895, - [ - -0.001778014120645821, - -0.0, - 0.0, - 0.9999985098838806 - ] - ], - [ - 2.566666603088379, - [ - 0.0013649731408804655, - 0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 2.5999999046325684, - [ - 0.0045965611934661865, - 0.0, - 0.0, - 0.9999894499778748 - ] - ], - [ - 2.633333444595337, - [ - 0.007874938659369946, - 0.0, - 0.0, - 0.9999690055847168 - ] - ], - [ - 2.6666667461395264, - [ - 0.011158053763210773, - 0.0, - 0.0, - 0.9999377727508545 - ] - ], - [ - 2.700000047683716, - [ - 0.01440394576638937, - 0.0, - 0.0, - 0.9998963475227356 - ] - ], - [ - 2.7333333492279053, - [ - 0.01757051609456539, - 0.0, - 0.0, - 0.9998456239700317 - ] - ], - [ - 2.7666666507720947, - [ - 0.020615702494978905, - 0.0, - 0.0, - 0.9997875690460205 - ] - ], - [ - 2.799999952316284, - [ - 0.02349729835987091, - 0.0, - 0.0, - 0.9997239112854004 - ] - ], - [ - 2.8333332538604736, - [ - 0.026173215359449387, - 0.0, - 0.0, - 0.9996574521064758 - ] - ], - [ - 2.866666555404663, - [ - 0.028601258993148804, - 0.0, - 0.0, - 0.9995909929275513 - ] - ], - [ - 2.9000000953674316, - [ - 0.03073936142027378, - 0.0, - 0.0, - 0.9995274543762207 - ] - ], - [ - 2.933333396911621, - [ - 0.032496027648448944, - 0.0, - 0.0, - 0.9994718432426453 - ] - ], - [ - 2.9666666984558105, - [ - 0.0337960459291935, - 0.0, - 0.0, - 0.9994288682937622 - ] - ], - [ - 3.0, - [ - 0.03462429717183113, - 0.0, - 0.0, - 0.9994004964828491 - ] - ], - [ - 3.066666603088379, - [ - 0.0348474346101284, - 0.0, - 0.0, - 0.9993927478790283 - ] - ], - [ - 3.0999999046325684, - [ - 0.03424105793237686, - 0.0, - 0.0, - 0.9994136095046997 - ] - ], - [ - 3.133333444595337, - [ - 0.03318488225340843, - 0.0, - 0.0, - 0.9994492530822754 - ] - ], - [ - 3.1666667461395264, - [ - 0.03172314539551735, - 0.0, - 0.0, - 0.9994966983795166 - ] - ], - [ - 3.200000047683716, - [ - 0.02992074005305767, - 0.0, - 0.0, - 0.9995523691177368 - ] - ], - [ - 3.2333333492279053, - [ - 0.027817506343126297, - 0.0, - 0.0, - 0.9996130466461182 - ] - ], - [ - 3.2666666507720947, - [ - 0.025445006787776947, - 0.0, - 0.0, - 0.9996762275695801 - ] - ], - [ - 3.299999952316284, - [ - 0.022864747792482376, - 0.0, - 0.0, - 0.9997385740280151 - ] - ], - [ - 3.3333332538604736, - [ - 0.020137734711170197, - 0.0, - 0.0, - 0.9997972249984741 - ] - ], - [ - 3.366666555404663, - [ - 0.017324404790997505, - 0.0, - 0.0, - 0.9998500347137451 - ] - ], - [ - 3.4000000953674316, - [ - 0.014484426006674767, - 0.0, - 0.0, - 0.9998950958251953 - ] - ], - [ - 3.433333396911621, - [ - 0.0116769103333354, - 0.0, - 0.0, - 0.999931812286377 - ] - ], - [ - 3.4666666984558105, - [ - 0.008960098959505558, - 0.0, - 0.0, - 0.9999598860740662 - ] - ], - [ - 3.5, - [ - 0.006391672883182764, - 0.0, - 0.0, - 0.9999796748161316 - ] - ], - [ - 3.5333333015441895, - [ - 0.004028750583529472, - 0.0, - 0.0, - 0.9999918937683105 - ] - ], - [ - 3.566666603088379, - [ - 0.0019281101413071156, - 0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010063848458230495, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - -0.001435117213986814, - -0.0, - 0.0, - 0.9999989867210388 - ] - ], - [ - 3.6666667461395264, - [ - -0.002653078641742468, - -0.0, - 0.0, - 0.9999964833259583 - ] - ], - [ - 3.700000047683716, - [ - -0.00357270915992558, - -0.0, - 0.0, - 0.999993622303009 - ] - ], - [ - 3.7333333492279053, - [ - -0.004223553463816643, - -0.0, - 0.0, - 0.9999911785125732 - ] - ], - [ - 3.799999952316284, - [ - -0.004874472506344318, - -0.0, - 0.0, - 0.9999881386756897 - ] - ], - [ - 3.9666666984558105, - [ - -0.004117093980312347, - -0.0, - 0.0, - 0.9999915361404419 - ] - ], - [ - 4.0, - [ - -0.0037687032017856836, - -0.0, - 0.0, - 0.9999929070472717 - ] - ], - [ - 4.0333333015441895, - [ - -0.003383425297215581, - -0.0, - 0.0, - 0.9999942779541016 - ] - ], - [ - 4.066666603088379, - [ - -0.002972743706777692, - -0.0, - 0.0, - 0.9999955892562866 - ] - ], - [ - 4.099999904632568, - [ - -0.0025481488555669785, - -0.0, - 0.0, - 0.9999967813491821 - ] - ], - [ - 4.166666507720947, - [ - -0.001703189336694777, - -0.0, - 0.0, - 0.9999985694885254 - ] - ], - [ - 4.199999809265137, - [ - -0.0013058226322755218, - -0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 4.266666889190674, - [ - -0.0006188295665197074, - -0.0, - 0.0, - 0.9999998211860657 - ] - ], - [ - 4.333333492279053, - [ - -0.00015224426169879735, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 4.433333396911621, - [ - -8.081553096417338e-05, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002996373805217445, - -0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 4.5, - [ - -0.0006746327271685004, - -0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012326857540756464, - -0.0, - 0.0, - 0.9999993443489075 - ] - ], - [ - 4.566666603088379, - [ - -0.001993319019675255, - -0.0, - 0.0, - 0.9999980330467224 - ] - ], - [ - 4.599999904632568, - [ - -0.002969980938360095, - -0.0, - 0.0, - 0.9999955892562866 - ] - ], - [ - 4.633333206176758, - [ - -0.004158958792686462, - -0.0, - 0.0, - 0.9999913573265076 - ] - ], - [ - 4.666666507720947, - [ - -0.005554335657507181, - -0.0, - 0.0, - 0.9999845623970032 - ] - ], - [ - 4.699999809265137, - [ - -0.007147131022065878, - -0.0, - 0.0, - 0.9999745488166809 - ] - ], - [ - 4.733333110809326, - [ - -0.008915932849049568, - -0.0, - 0.0, - 0.9999602437019348 - ] - ], - [ - 4.766666889190674, - [ - -0.01083935797214508, - -0.0, - 0.0, - 0.999941349029541 - ] - ], - [ - 4.800000190734863, - [ - -0.012895870953798294, - -0.0, - 0.0, - 0.9999168515205383 - ] - ], - [ - 4.833333492279053, - [ - -0.015064019709825516, - -0.0, - 0.0, - 0.9998866319656372 - ] - ], - [ - 4.866666793823242, - [ - -0.017322303727269173, - -0.0, - 0.0, - 0.9998499751091003 - ] - ], - [ - 4.900000095367432, - [ - -0.019663935527205467, - -0.0, - 0.0, - 0.9998066425323486 - ] - ], - [ - 4.933333396911621, - [ - -0.022083107382059097, - -0.0, - 0.0, - 0.9997561573982239 - ] - ], - [ - 4.9666666984558105, - [ - -0.024559522047638893, - -0.0, - 0.0, - 0.9996983408927917 - ] - ], - [ - 5.0, - [ - -0.027072954922914505, - -0.0, - 0.0, - 0.9996335506439209 - ] - ], - [ - 5.0333333015441895, - [ - -0.02960306778550148, - -0.0, - 0.0, - 0.9995617270469666 - ] - ], - [ - 5.066666603088379, - [ - -0.03212953358888626, - -0.0, - 0.0, - 0.9994838237762451 - ] - ], - [ - 5.099999904632568, - [ - -0.034631937742233276, - -0.0, - 0.0, - 0.9994001388549805 - ] - ], - [ - 5.133333206176758, - [ - -0.03708994388580322, - -0.0, - 0.0, - 0.9993119239807129 - ] - ], - [ - 5.166666507720947, - [ - -0.039483070373535156, - -0.0, - 0.0, - 0.9992202520370483 - ] - ], - [ - 5.199999809265137, - [ - -0.04179088771343231, - -0.0, - 0.0, - 0.9991263747215271 - ] - ], - [ - 5.233333110809326, - [ - -0.04399292543530464, - -0.0, - 0.0, - 0.9990318417549133 - ] - ], - [ - 5.266666889190674, - [ - -0.046068739145994186, - -0.0, - 0.0, - 0.998938262462616 - ] - ], - [ - 5.300000190734863, - [ - -0.047997765243053436, - -0.0, - 0.0, - 0.9988475441932678 - ] - ], - [ - 5.333333492279053, - [ - -0.04975956305861473, - -0.0, - 0.0, - 0.9987612366676331 - ] - ], - [ - 5.366666793823242, - [ - -0.051333580166101456, - -0.0, - 0.0, - 0.9986816644668579 - ] - ], - [ - 5.400000095367432, - [ - -0.05269935354590416, - -0.0, - 0.0, - 0.9986104369163513 - ] - ], - [ - 5.433333396911621, - [ - -0.053820643573999405, - -0.0, - 0.0, - 0.9985507130622864 - ] - ], - [ - 5.4666666984558105, - [ - -0.05466800183057785, - -0.0, - 0.0, - 0.9985045790672302 - ] - ], - [ - 5.5, - [ - -0.05521173030138016, - -0.0, - 0.0, - 0.998474657535553 - ] - ], - [ - 5.5333333015441895, - [ - -0.05541199445724487, - -0.0, - 0.0, - 0.9984635710716248 - ] - ], - [ - 5.566666603088379, - [ - -0.055239252746105194, - -0.0, - 0.0, - 0.9984731674194336 - ] - ], - [ - 5.599999904632568, - [ - -0.05467288941144943, - -0.0, - 0.0, - 0.9985043406486511 - ] - ], - [ - 5.633333206176758, - [ - -0.053721409291028976, - -0.0, - 0.0, - 0.9985559582710266 - ] - ], - [ - 5.666666507720947, - [ - -0.05239776894450188, - -0.0, - 0.0, - 0.9986262917518616 - ] - ], - [ - 5.699999809265137, - [ - -0.050721053034067154, - -0.0, - 0.0, - 0.998712956905365 - ] - ], - [ - 5.733333110809326, - [ - -0.04873116686940193, - -0.0, - 0.0, - 0.9988119602203369 - ] - ], - [ - 5.766666889190674, - [ - -0.04646814614534378, - -0.0, - 0.0, - 0.9989197850227356 - ] - ], - [ - 5.800000190734863, - [ - -0.04397210478782654, - -0.0, - 0.0, - 0.999032735824585 - ] - ], - [ - 5.833333492279053, - [ - -0.04128316417336464, - -0.0, - 0.0, - 0.9991475939750671 - ] - ], - [ - 5.866666793823242, - [ - -0.03844163194298744, - -0.0, - 0.0, - 0.9992608428001404 - ] - ], - [ - 5.900000095367432, - [ - -0.03548799082636833, - -0.0, - 0.0, - 0.9993700981140137 - ] - ], - [ - 5.933333396911621, - [ - -0.03246261551976204, - -0.0, - 0.0, - 0.999472975730896 - ] - ], - [ - 5.9666666984558105, - [ - -0.029406312853097916, - -0.0, - 0.0, - 0.9995675683021545 - ] - ], - [ - 6.0, - [ - -0.02635974809527397, - -0.0, - 0.0, - 0.999652624130249 - ] - ], - [ - 6.0333333015441895, - [ - -0.023363785818219185, - -0.0, - 0.0, - 0.9997271299362183 - ] - ], - [ - 6.066666603088379, - [ - -0.02045934647321701, - -0.0, - 0.0, - 0.9997906684875488 - ] - ], - [ - 6.099999904632568, - [ - -0.017687419429421425, - -0.0, - 0.0, - 0.9998436570167542 - ] - ], - [ - 6.133333206176758, - [ - -0.01508901547640562, - -0.0, - 0.0, - 0.999886155128479 - ] - ], - [ - 6.166666507720947, - [ - -0.012705192901194096, - -0.0, - 0.0, - 0.9999192953109741 - ] - ], - [ - 6.199999809265137, - [ - -0.010576983913779259, - -0.0, - 0.0, - 0.9999440908432007 - ] - ], - [ - 6.233333110809326, - [ - -0.008745457045733929, - -0.0, - 0.0, - 0.9999618530273438 - ] - ], - [ - 6.266666889190674, - [ - -0.007251552306115627, - -0.0, - 0.0, - 0.999973714351654 - ] - ], - [ - 6.300000190734863, - [ - -0.00613322202116251, - -0.0, - 0.0, - 0.9999812841415405 - ] - ], - [ - 6.333333492279053, - [ - -0.005417156498879194, - -0.0, - 0.0, - 0.9999853372573853 - ] - ], - [ - 6.400000095367432, - [ - -0.005298152565956116, - -0.0, - 0.0, - 0.9999859929084778 - ] - ], - [ - 6.433333396911621, - [ - -0.005906027276068926, - -0.0, - 0.0, - 0.9999826550483704 - ] - ], - [ - 6.4666666984558105, - [ - -0.006934162694960833, - -0.0, - 0.0, - 0.9999759793281555 - ] - ], - [ - 6.5, - [ - -0.008340176194906235, - -0.0, - 0.0, - 0.9999653100967407 - ] - ], - [ - 6.5333333015441895, - [ - -0.010074648074805737, - -0.0, - 0.0, - 0.9999492764472961 - ] - ], - [ - 6.566666603088379, - [ - -0.012077240273356438, - -0.0, - 0.0, - 0.9999271631240845 - ] - ], - [ - 6.599999904632568, - [ - -0.014281083829700947, - -0.0, - 0.0, - 0.9998980164527893 - ] - ], - [ - 6.633333206176758, - [ - -0.01661982387304306, - -0.0, - 0.0, - 0.9998618960380554 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458606959_1069578.json b/lenses/physics-objects/Scene/assets/1645812458606959_1069578.json deleted file mode 100644 index 40f60f7b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458606959_1069578.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458606959:1069578", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458621056_1069593.json b/lenses/physics-objects/Scene/assets/1645812458621056_1069593.json deleted file mode 100644 index 9e0bcbd7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458621056_1069593.json +++ /dev/null @@ -1,698 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458621056:1069593", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.523956298828125, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.530834197998047, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.572319984436035, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.54725170135498, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.498493194580078, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.503796577453613, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.5396728515625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.580140113830566, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.618281364440918, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.649275779724121, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.66047477722168, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.638126373291016, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.587942123413086, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.542471885681152, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.513714790344238, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.51364517211914, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.550040245056152, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.588860511779785, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.586450576782227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.546135902404785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.519232749938965, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.545969009399414, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.602581024169922, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.637680053710938, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.623563766479492, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.525134086608887, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 9.519977569580078, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.547954559326172, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.527161598205566, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.54844856262207, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.587210655212402, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.619555473327637, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.607752799987793, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.552044868469238, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.504493713378906, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.511163711547852, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.547163009643555, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56982707977295, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.562250137329102, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.53262710571289, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.51911449432373, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.54856014251709, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.6025972366333, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.652382850646973, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.67345142364502, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.642518043518066, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.567473411560059, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.500094413757324, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.493163108825684, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.526334762573242, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.548505783081055, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.547951698303223, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.575376510620117, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.665018081665039, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.685166358947754, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.64676570892334, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.553364753723145, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.478311538696289, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.472321510314941, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.518038749694824, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.569906234741211, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.590079307556152, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.593082427978516, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.61668872833252, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.655632972717285, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.662108421325684, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.61880874633789, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.532492637634277, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.478813171386719, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.512604713439941, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.562589645385742, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.538023948669434, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.662642478942871, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.626191139221191, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.54661750793457, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.522370338439941, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.544122695922852, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.586183547973633, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.691408157348633, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.726868629455566, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.727973937988281, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.693328857421875, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.645255088806152, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.58799934387207, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.535286903381348, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.523956298828125, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458621396_1069600.json b/lenses/physics-objects/Scene/assets/1645812458621396_1069600.json deleted file mode 100644 index ea384472..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458621396_1069600.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458621396:1069600", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ], - [ - 0.03333333507180214, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ], - [ - 0.06666667014360428, - [ - -0.03745751827955246, - -0.0, - 0.0, - 0.9992982149124146 - ] - ], - [ - 0.10000000149011612, - [ - -0.0378609336912632, - -0.0, - 0.0, - 0.9992830157279968 - ] - ], - [ - 0.13333334028720856, - [ - -0.03334900736808777, - -0.0, - 0.0, - 0.999443769454956 - ] - ], - [ - 0.1666666716337204, - [ - -0.027386965230107307, - -0.0, - 0.0, - 0.9996249079704285 - ] - ], - [ - 0.20000000298023224, - [ - -0.022083884105086327, - -0.0, - 0.0, - 0.9997562170028687 - ] - ], - [ - 0.23333333432674408, - [ - -0.01886085234582424, - -0.0, - 0.0, - 0.9998221397399902 - ] - ], - [ - 0.2666666805744171, - [ - -0.016669297590851784, - -0.0, - 0.0, - 0.9998610615730286 - ] - ], - [ - 0.30000001192092896, - [ - -0.01549716480076313, - -0.0, - 0.0, - 0.9998800158500671 - ] - ], - [ - 0.3333333432674408, - [ - -0.015060804784297943, - -0.0, - 0.0, - 0.9998865723609924 - ] - ], - [ - 0.36666667461395264, - [ - -0.014301936142146587, - -0.0, - 0.0, - 0.9998977184295654 - ] - ], - [ - 0.4000000059604645, - [ - -0.013330018147826195, - -0.0, - 0.0, - 0.9999112486839294 - ] - ], - [ - 0.4333333373069763, - [ - -0.01096886582672596, - -0.0, - 0.0, - 0.9999398589134216 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876975134015083, - -0.0, - 0.0, - 0.9999828338623047 - ] - ], - [ - 0.5, - [ - 0.0025424028281122446, - 0.0, - 0.0, - 0.9999967813491821 - ] - ], - [ - 0.5333333611488342, - [ - 0.01377668883651495, - 0.0, - 0.0, - 0.9999051094055176 - ] - ], - [ - 0.5666666626930237, - [ - 0.02575511299073696, - 0.0, - 0.0, - 0.999668300151825 - ] - ], - [ - 0.6000000238418579, - [ - 0.035325970500707626, - 0.0, - 0.0, - 0.9993758201599121 - ] - ], - [ - 0.6333333253860474, - [ - 0.03816162049770355, - 0.0, - 0.0, - 0.9992715716362 - ] - ], - [ - 0.6666666865348816, - [ - 0.03380774334073067, - 0.0, - 0.0, - 0.9994284510612488 - ] - ], - [ - 0.699999988079071, - [ - 0.024817822501063347, - 0.0, - 0.0, - 0.9996920824050903 - ] - ], - [ - 0.7333333492279053, - [ - 0.01275038905441761, - 0.0, - 0.0, - 0.9999186992645264 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033359540975652635, - 0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 0.800000011920929, - [ - -0.009852083399891853, - -0.0, - 0.0, - 0.9999514818191528 - ] - ], - [ - 0.8333333134651184, - [ - -0.016032038256525993, - -0.0, - 0.0, - 0.9998714923858643 - ] - ], - [ - 0.8666666746139526, - [ - -0.017553359270095825, - -0.0, - 0.0, - 0.9998460412025452 - ] - ], - [ - 0.8999999761581421, - [ - -0.014066430740058422, - -0.0, - 0.0, - 0.9999010562896729 - ] - ], - [ - 0.9333333373069763, - [ - -0.005548354238271713, - -0.0, - 0.0, - 0.999984622001648 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893998011946678, - 0.0, - 0.0, - 0.9999763369560242 - ] - ], - [ - 1.0, - [ - 0.02069847472012043, - 0.0, - 0.0, - 0.9997857809066772 - ] - ], - [ - 1.0333333015441895, - [ - 0.032568056136369705, - 0.0, - 0.0, - 0.999469518661499 - ] - ], - [ - 1.0666667222976685, - [ - 0.03982789069414139, - 0.0, - 0.0, - 0.99920654296875 - ] - ], - [ - 1.100000023841858, - [ - 0.04103384539484978, - 0.0, - 0.0, - 0.9991577863693237 - ] - ], - [ - 1.1333333253860474, - [ - 0.034303538501262665, - 0.0, - 0.0, - 0.9994114637374878 - ] - ], - [ - 1.1666666269302368, - [ - 0.022871527820825577, - 0.0, - 0.0, - 0.9997385144233704 - ] - ], - [ - 1.2000000476837158, - [ - 0.01018590573221445, - 0.0, - 0.0, - 0.9999481439590454 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019208587473258376, - -0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 1.2666666507720947, - [ - -0.010963154025375843, - -0.0, - 0.0, - 0.9999399185180664 - ] - ], - [ - 1.2999999523162842, - [ - -0.014759152196347713, - -0.0, - 0.0, - 0.9998911023139954 - ] - ], - [ - 1.3333333730697632, - [ - -0.012653294950723648, - -0.0, - 0.0, - 0.9999199509620667 - ] - ], - [ - 1.3666666746139526, - [ - -0.006202590651810169, - -0.0, - 0.0, - 0.9999808669090271 - ] - ], - [ - 1.399999976158142, - [ - 0.0018474564421921968, - 0.0, - 0.0, - 0.9999983906745911 - ] - ], - [ - 1.4333332777023315, - [ - 0.00734137836843729, - 0.0, - 0.0, - 0.9999730587005615 - ] - ], - [ - 1.4666666984558105, - [ - 0.008180898614227772, - 0.0, - 0.0, - 0.999966561794281 - ] - ], - [ - 1.5, - [ - 0.004502308089286089, - 0.0, - 0.0, - 0.9999898672103882 - ] - ], - [ - 1.5333333015441895, - [ - -0.004281865432858467, - -0.0, - 0.0, - 0.9999908208847046 - ] - ], - [ - 1.5666667222976685, - [ - -0.01685696840286255, - -0.0, - 0.0, - 0.999858021736145 - ] - ], - [ - 1.600000023841858, - [ - -0.032012298703193665, - -0.0, - 0.0, - 0.999487578868866 - ] - ], - [ - 1.6333333253860474, - [ - -0.04705266281962395, - -0.0, - 0.0, - 0.9988924264907837 - ] - ], - [ - 1.6666666269302368, - [ - -0.059892438352108, - -0.0, - 0.0, - 0.9982048273086548 - ] - ], - [ - 1.7000000476837158, - [ - -0.06942193955183029, - -0.0, - 0.0, - 0.9975873827934265 - ] - ], - [ - 1.7333333492279053, - [ - -0.0745144933462143, - -0.0, - 0.0, - 0.9972199201583862 - ] - ], - [ - 1.7666666507720947, - [ - -0.07449789345264435, - -0.0, - 0.0, - 0.9972211718559265 - ] - ], - [ - 1.7999999523162842, - [ - -0.06937704980373383, - -0.0, - 0.0, - 0.9975906014442444 - ] - ], - [ - 1.8333333730697632, - [ - -0.060958534479141235, - -0.0, - 0.0, - 0.9981403946876526 - ] - ], - [ - 1.8666666746139526, - [ - -0.052883341908454895, - -0.0, - 0.0, - 0.9986007213592529 - ] - ], - [ - 1.899999976158142, - [ - -0.04706559702754021, - -0.0, - 0.0, - 0.9988918304443359 - ] - ], - [ - 1.9333332777023315, - [ - -0.044397540390491486, - -0.0, - 0.0, - 0.9990139603614807 - ] - ], - [ - 1.9666666984558105, - [ - -0.04816757142543793, - -0.0, - 0.0, - 0.998839259147644 - ] - ], - [ - 2.0, - [ - -0.05922504886984825, - -0.0, - 0.0, - 0.9982446432113647 - ] - ], - [ - 2.0333333015441895, - [ - -0.07348731905221939, - -0.0, - 0.0, - 0.997296154499054 - ] - ], - [ - 2.066666603088379, - [ - -0.08668307214975357, - -0.0, - 0.0, - 0.9962359666824341 - ] - ], - [ - 2.0999999046325684, - [ - -0.09527711570262909, - -0.0, - 0.0, - 0.9954507946968079 - ] - ], - [ - 2.133333444595337, - [ - -0.0962352305650711, - -0.0, - 0.0, - 0.9953586459159851 - ] - ], - [ - 2.1666667461395264, - [ - -0.08936547487974167, - -0.0, - 0.0, - 0.9959989190101624 - ] - ], - [ - 2.200000047683716, - [ - -0.07631993293762207, - -0.0, - 0.0, - 0.9970833659172058 - ] - ], - [ - 2.2333333492279053, - [ - -0.062023743987083435, - -0.0, - 0.0, - 0.9980747699737549 - ] - ], - [ - 2.2666666507720947, - [ - -0.05132775008678436, - -0.0, - 0.0, - 0.9986819624900818 - ] - ], - [ - 2.299999952316284, - [ - -0.04526136815547943, - -0.0, - 0.0, - 0.9989751577377319 - ] - ], - [ - 2.3333332538604736, - [ - -0.04491817206144333, - -0.0, - 0.0, - 0.9989907741546631 - ] - ], - [ - 2.366666555404663, - [ - -0.04899188503623009, - -0.0, - 0.0, - 0.998799204826355 - ] - ], - [ - 2.4000000953674316, - [ - -0.05523142218589783, - -0.0, - 0.0, - 0.998473584651947 - ] - ], - [ - 2.433333396911621, - [ - -0.059773653745651245, - -0.0, - 0.0, - 0.9982119798660278 - ] - ], - [ - 2.4666666984558105, - [ - -0.0581958182156086, - -0.0, - 0.0, - 0.9983052015304565 - ] - ], - [ - 2.5, - [ - -0.04973660781979561, - -0.0, - 0.0, - 0.9987623691558838 - ] - ], - [ - 2.5333333015441895, - [ - -0.03584563732147217, - -0.0, - 0.0, - 0.9993573427200317 - ] - ], - [ - 2.566666603088379, - [ - -0.017856992781162262, - -0.0, - 0.0, - 0.9998405575752258 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010318031854694709, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.633333444595337, - [ - 0.008382376283407211, - 0.0, - 0.0, - 0.9999648928642273 - ] - ], - [ - 2.6666667461395264, - [ - 0.003413253929466009, - 0.0, - 0.0, - 0.9999942779541016 - ] - ], - [ - 2.700000047683716, - [ - -0.005080489441752434, - -0.0, - 0.0, - 0.9999871850013733 - ] - ], - [ - 2.7333333492279053, - [ - -0.011145085096359253, - -0.0, - 0.0, - 0.999937891960144 - ] - ], - [ - 2.7666666507720947, - [ - -0.013168702833354473, - -0.0, - 0.0, - 0.9999133944511414 - ] - ], - [ - 2.799999952316284, - [ - -0.013737625442445278, - -0.0, - 0.0, - 0.9999056458473206 - ] - ], - [ - 2.8333332538604736, - [ - -0.014655854552984238, - -0.0, - 0.0, - 0.9998925924301147 - ] - ], - [ - 2.866666555404663, - [ - -0.01641484908759594, - -0.0, - 0.0, - 0.9998652935028076 - ] - ], - [ - 2.9000000953674316, - [ - -0.019321003928780556, - -0.0, - 0.0, - 0.9998133182525635 - ] - ], - [ - 2.933333396911621, - [ - -0.02217368222773075, - -0.0, - 0.0, - 0.9997541308403015 - ] - ], - [ - 2.9666666984558105, - [ - -0.024828003719449043, - -0.0, - 0.0, - 0.9996917247772217 - ] - ], - [ - 3.0, - [ - -0.02750914730131626, - -0.0, - 0.0, - 0.999621570110321 - ] - ], - [ - 3.0333333015441895, - [ - -0.02957400307059288, - -0.0, - 0.0, - 0.9995626211166382 - ] - ], - [ - 3.066666603088379, - [ - -0.03141693398356438, - -0.0, - 0.0, - 0.9995063543319702 - ] - ], - [ - 3.0999999046325684, - [ - -0.03221145272254944, - -0.0, - 0.0, - 0.9994810819625854 - ] - ], - [ - 3.133333444595337, - [ - -0.030709119513630867, - -0.0, - 0.0, - 0.9995283484458923 - ] - ], - [ - 3.1666667461395264, - [ - -0.02691781520843506, - -0.0, - 0.0, - 0.9996376633644104 - ] - ], - [ - 3.200000047683716, - [ - -0.021236801519989967, - -0.0, - 0.0, - 0.9997744560241699 - ] - ], - [ - 3.2333333492279053, - [ - -0.014558767899870872, - -0.0, - 0.0, - 0.9998940229415894 - ] - ], - [ - 3.2666666507720947, - [ - -0.009047451429069042, - -0.0, - 0.0, - 0.9999591708183289 - ] - ], - [ - 3.299999952316284, - [ - -0.008434065617620945, - -0.0, - 0.0, - 0.9999645352363586 - ] - ], - [ - 3.3333332538604736, - [ - -0.01615757867693901, - -0.0, - 0.0, - 0.9998694658279419 - ] - ], - [ - 3.366666555404663, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458621669_1069607.json b/lenses/physics-objects/Scene/assets/1645812458621669_1069607.json deleted file mode 100644 index ce393921..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458621669_1069607.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458621669:1069607", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458623298_1069620.json b/lenses/physics-objects/Scene/assets/1645812458623298_1069620.json deleted file mode 100644 index 9c221fd1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458623298_1069620.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458623298:1069620", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ], - [ - 6.633333206176758, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458623560_1069627.json b/lenses/physics-objects/Scene/assets/1645812458623560_1069627.json deleted file mode 100644 index e8258335..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458623560_1069627.json +++ /dev/null @@ -1,1756 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458623560:1069627", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.6374300122261047, - 0.728632390499115, - -0.15214227139949799, - 0.19907432794570923 - ] - ], - [ - 0.03333333507180214, - [ - 0.6374300122261047, - 0.728632390499115, - -0.15214227139949799, - 0.19907432794570923 - ] - ], - [ - 0.06666667014360428, - [ - 0.6355137228965759, - 0.7300435304641724, - -0.15269362926483154, - 0.19960832595825195 - ] - ], - [ - 0.10000000149011612, - [ - 0.6336324214935303, - 0.7314105033874512, - -0.15325616300106049, - 0.2001532018184662 - ] - ], - [ - 0.13333334028720856, - [ - 0.6318284869194031, - 0.7327035069465637, - -0.15381638705730438, - 0.20069587230682373 - ] - ], - [ - 0.1666666716337204, - [ - 0.6301456093788147, - 0.7338935732841492, - -0.15435890853405, - 0.20122145116329193 - ] - ], - [ - 0.20000000298023224, - [ - 0.6286283135414124, - 0.734951913356781, - -0.15486682951450348, - 0.20171360671520233 - ] - ], - [ - 0.23333333432674408, - [ - 0.6273221969604492, - 0.7358500361442566, - -0.1553221493959427, - 0.20215491950511932 - ] - ], - [ - 0.2666666805744171, - [ - 0.6262735724449158, - 0.7365597486495972, - -0.15570564568042755, - 0.2025267779827118 - ] - ], - [ - 0.30000001192092896, - [ - 0.6255289912223816, - 0.737052321434021, - -0.1559978723526001, - 0.20281031727790833 - ] - ], - [ - 0.3333333432674408, - [ - 0.6251353621482849, - 0.7372992038726807, - -0.15617941319942474, - 0.20298683643341064 - ] - ], - [ - 0.36666667461395264, - [ - 0.6251389384269714, - 0.7372709512710571, - -0.15623168647289276, - 0.2030382603406906 - ] - ], - [ - 0.4000000059604645, - [ - 0.6254886984825134, - 0.7369424700737, - -0.15629641711711884, - 0.20310372114181519 - ] - ], - [ - 0.4333333373069763, - [ - 0.6260759234428406, - 0.736334502696991, - -0.15652035176753998, - 0.20332695543766022 - ] - ], - [ - 0.46666666865348816, - [ - 0.6268931031227112, - 0.7354636788368225, - -0.156879261136055, - 0.203684002161026 - ] - ], - [ - 0.5, - [ - 0.6279426217079163, - 0.7343370914459229, - -0.15735004842281342, - 0.2041521519422531 - ] - ], - [ - 0.5333333611488342, - [ - 0.6291975378990173, - 0.7329798936843872, - -0.15792348980903625, - 0.204722061753273 - ] - ], - [ - 0.5666666626930237, - [ - 0.6306304931640625, - 0.731417179107666, - -0.1585911065340042, - 0.2053852528333664 - ] - ], - [ - 0.6000000238418579, - [ - 0.6322140097618103, - 0.7296739816665649, - -0.15934419631958008, - 0.20613284409046173 - ] - ], - [ - 0.6333333253860474, - [ - 0.6339210867881775, - 0.7277757525444031, - -0.16017401218414307, - 0.20695608854293823 - ] - ], - [ - 0.6666666865348816, - [ - 0.6357250809669495, - 0.7257475852966309, - -0.16107170283794403, - 0.20784607529640198 - ] - ], - [ - 0.699999988079071, - [ - 0.6376000046730042, - 0.7236148118972778, - -0.1620280146598816, - 0.2087935209274292 - ] - ], - [ - 0.7333333492279053, - [ - 0.6395207047462463, - 0.7214028239250183, - -0.16303353011608124, - 0.20978905260562897 - ] - ], - [ - 0.7666666507720947, - [ - 0.6414628028869629, - 0.7191368341445923, - -0.164078027009964, - 0.21082240343093872 - ] - ], - [ - 0.800000011920929, - [ - 0.643403172492981, - 0.7168421745300293, - -0.16515138745307922, - 0.21188363432884216 - ] - ], - [ - 0.8333333134651184, - [ - 0.6453198790550232, - 0.7145445942878723, - -0.16624148190021515, - 0.2129606008529663 - ] - ], - [ - 0.8666666746139526, - [ - 0.64719158411026, - 0.7122688293457031, - -0.1673375517129898, - 0.2140427827835083 - ] - ], - [ - 0.8999999761581421, - [ - 0.6489987373352051, - 0.7100404500961304, - -0.16842693090438843, - 0.2151177078485489 - ] - ], - [ - 0.9333333373069763, - [ - 0.6507224440574646, - 0.7078846096992493, - -0.16949664056301117, - 0.21617256104946136 - ] - ], - [ - 0.9666666388511658, - [ - 0.6523450016975403, - 0.7058265209197998, - -0.17053323984146118, - 0.21719418466091156 - ] - ], - [ - 1.0, - [ - 0.653849720954895, - 0.7038912177085876, - -0.17152269184589386, - 0.21816885471343994 - ] - ], - [ - 1.0333333015441895, - [ - 0.655220627784729, - 0.7021037340164185, - -0.1724504828453064, - 0.21908234059810638 - ] - ], - [ - 1.0666667222976685, - [ - 0.6564424633979797, - 0.7004890441894531, - -0.1733017861843109, - 0.21992014348506927 - ] - ], - [ - 1.100000023841858, - [ - 0.6575003862380981, - 0.6990721225738525, - -0.1740613579750061, - 0.22066737711429596 - ] - ], - [ - 1.1333333253860474, - [ - 0.6583799719810486, - 0.6978777050971985, - -0.17471377551555634, - 0.22130899131298065 - ] - ], - [ - 1.1666666269302368, - [ - 0.6590666770935059, - 0.6969306468963623, - -0.17524366080760956, - 0.22182990610599518 - ] - ], - [ - 1.2000000476837158, - [ - 0.6595439910888672, - 0.6962687373161316, - -0.17561565339565277, - 0.2221955806016922 - ] - ], - [ - 1.2666666507720947, - [ - 0.6598029136657715, - 0.6959338784217834, - -0.17577362060546875, - 0.22235094010829926 - ] - ], - [ - 1.2999999523162842, - [ - 0.6595909595489502, - 0.6962468028068542, - -0.17557547986507416, - 0.22215627133846283 - ] - ], - [ - 1.3333333730697632, - [ - 0.6592087149620056, - 0.6967953443527222, - -0.17524515092372894, - 0.22183164954185486 - ] - ], - [ - 1.3666666746139526, - [ - 0.6586726903915405, - 0.6975542902946472, - -0.17479732632637024, - 0.2213914841413498 - ] - ], - [ - 1.399999976158142, - [ - 0.6579932570457458, - 0.6985046863555908, - -0.1742458939552307, - 0.22084935009479523 - ] - ], - [ - 1.4333332777023315, - [ - 0.657183825969696, - 0.6996270418167114, - -0.1736002117395401, - 0.22021442651748657 - ] - ], - [ - 1.4666666984558105, - [ - 0.6562578082084656, - 0.7009020447731018, - -0.17286938428878784, - 0.21949560940265656 - ] - ], - [ - 1.5, - [ - 0.6552284359931946, - 0.7023100256919861, - -0.1720629781484604, - 0.21870219707489014 - ] - ], - [ - 1.5333333015441895, - [ - 0.6541092991828918, - 0.7038317918777466, - -0.1711902916431427, - 0.21784332394599915 - ] - ], - [ - 1.5666667222976685, - [ - 0.65291428565979, - 0.7054477334022522, - -0.17026057839393616, - 0.21692807972431183 - ] - ], - [ - 1.600000023841858, - [ - 0.6516578197479248, - 0.7071382999420166, - -0.16928285360336304, - 0.21596528589725494 - ] - ], - [ - 1.6333333253860474, - [ - 0.65035480260849, - 0.7088837027549744, - -0.16826565563678741, - 0.21496327221393585 - ] - ], - [ - 1.6666666269302368, - [ - 0.6490210294723511, - 0.7106643319129944, - -0.16721749305725098, - 0.21393045783042908 - ] - ], - [ - 1.7000000476837158, - [ - 0.6476728320121765, - 0.712460458278656, - -0.1661461740732193, - 0.21287454664707184 - ] - ], - [ - 1.7333333492279053, - [ - 0.6463274359703064, - 0.7142519354820251, - -0.16505929827690125, - 0.21180297434329987 - ] - ], - [ - 1.7666666507720947, - [ - 0.6450027823448181, - 0.716018795967102, - -0.1639641523361206, - 0.21072304248809814 - ] - ], - [ - 1.7999999523162842, - [ - 0.6437178254127502, - 0.717741072177887, - -0.16286736726760864, - 0.20964127779006958 - ] - ], - [ - 1.8333333730697632, - [ - 0.6424918174743652, - 0.7193983197212219, - -0.16177551448345184, - 0.20856422185897827 - ] - ], - [ - 1.8666666746139526, - [ - 0.6413450837135315, - 0.7209703922271729, - -0.1606946885585785, - 0.20749801397323608 - ] - ], - [ - 1.899999976158142, - [ - 0.6402983665466309, - 0.7224368453025818, - -0.15963079035282135, - 0.2064485400915146 - ] - ], - [ - 1.9333332777023315, - [ - 0.6393728852272034, - 0.7237772941589355, - -0.15858964622020721, - 0.20542165637016296 - ] - ], - [ - 1.9666666984558105, - [ - 0.6385902762413025, - 0.7249712347984314, - -0.157576784491539, - 0.20442292094230652 - ] - ], - [ - 2.0, - [ - 0.637972354888916, - 0.7259981036186218, - -0.1565980166196823, - 0.20345821976661682 - ] - ], - [ - 2.0333333015441895, - [ - 0.6375405788421631, - 0.7268372774124146, - -0.15565916895866394, - 0.20253336429595947 - ] - ], - [ - 2.066666603088379, - [ - 0.6373167634010315, - 0.7274684309959412, - -0.15476636588573456, - 0.20165453851222992 - ] - ], - [ - 2.0999999046325684, - [ - 0.6373217105865479, - 0.7278706431388855, - -0.1539262980222702, - 0.2008284628391266 - ] - ], - [ - 2.133333444595337, - [ - 0.6374881267547607, - 0.7281200289726257, - -0.15310552716255188, - 0.20002198219299316 - ] - ], - [ - 2.1666667461395264, - [ - 0.6377261281013489, - 0.7283123135566711, - -0.15226899087429047, - 0.19920022785663605 - ] - ], - [ - 2.200000047683716, - [ - 0.6380273103713989, - 0.7284461259841919, - -0.15143468976020813, - 0.19838087260723114 - ] - ], - [ - 2.2333333492279053, - [ - 0.6383877396583557, - 0.7285158038139343, - -0.15062180161476135, - 0.19758275151252747 - ] - ], - [ - 2.2666666507720947, - [ - 0.6388012170791626, - 0.7285236716270447, - -0.14983706176280975, - 0.1968124955892563 - ] - ], - [ - 2.299999952316284, - [ - 0.6392617225646973, - 0.7284721732139587, - -0.14908693730831146, - 0.196076437830925 - ] - ], - [ - 2.3333332538604736, - [ - 0.6397629380226135, - 0.7283638715744019, - -0.1483777016401291, - 0.19538070261478424 - ] - ], - [ - 2.366666555404663, - [ - 0.6402989029884338, - 0.7282013893127441, - -0.14771540462970734, - 0.194731205701828 - ] - ], - [ - 2.4000000953674316, - [ - 0.6408622860908508, - 0.7279984354972839, - -0.1470850706100464, - 0.19411326944828033 - ] - ], - [ - 2.433333396911621, - [ - 0.641445517539978, - 0.7277691960334778, - -0.14647014439105988, - 0.1935105174779892 - ] - ], - [ - 2.4666666984558105, - [ - 0.642042338848114, - 0.7275175452232361, - -0.14587439596652985, - 0.19292663037776947 - ] - ], - [ - 2.5, - [ - 0.6426466703414917, - 0.7272471785545349, - -0.14530153572559357, - 0.19236524403095245 - ] - ], - [ - 2.5333333015441895, - [ - 0.643252432346344, - 0.7269619703292847, - -0.14475497603416443, - 0.19182968139648438 - ] - ], - [ - 2.566666603088379, - [ - 0.6438539028167725, - 0.7266658544540405, - -0.14423763751983643, - 0.19132283329963684 - ] - ], - [ - 2.5999999046325684, - [ - 0.6444452404975891, - 0.7263628244400024, - -0.14375226199626923, - 0.19084736704826355 - ] - ], - [ - 2.633333444595337, - [ - 0.6450209021568298, - 0.7260568141937256, - -0.14330126345157623, - 0.19040562212467194 - ] - ], - [ - 2.6666667461395264, - [ - 0.6455754041671753, - 0.725752055644989, - -0.14288674294948578, - 0.18999969959259033 - ] - ], - [ - 2.700000047683716, - [ - 0.6461033225059509, - 0.7254525423049927, - -0.14251023530960083, - 0.18963102996349335 - ] - ], - [ - 2.7333333492279053, - [ - 0.646599531173706, - 0.72516268491745, - -0.14217321574687958, - 0.18930108845233917 - ] - ], - [ - 2.7666666507720947, - [ - 0.6470588445663452, - 0.7248865962028503, - -0.1418769359588623, - 0.1890111118555069 - ] - ], - [ - 2.799999952316284, - [ - 0.6474761366844177, - 0.724628746509552, - -0.14162211120128632, - 0.18876175582408905 - ] - ], - [ - 2.8333332538604736, - [ - 0.6478464007377625, - 0.7243934273719788, - -0.1414095014333725, - 0.18855378031730652 - ] - ], - [ - 2.866666555404663, - [ - 0.6481645703315735, - 0.7241851091384888, - -0.1412397176027298, - 0.18838778138160706 - ] - ], - [ - 2.933333396911621, - [ - 0.6486279964447021, - 0.7238602042198181, - -0.1410388946533203, - 0.1881917268037796 - ] - ], - [ - 2.9666666984558105, - [ - 0.648768424987793, - 0.7237411141395569, - -0.141023650765419, - 0.1881771981716156 - ] - ], - [ - 3.0, - [ - 0.6488403081893921, - 0.723658561706543, - -0.1410636454820633, - 0.18821682035923004 - ] - ], - [ - 3.0333333015441895, - [ - 0.6488369703292847, - 0.7236199975013733, - -0.14115580916404724, - 0.18830755352973938 - ] - ], - [ - 3.066666603088379, - [ - 0.6485673189163208, - 0.723788857460022, - -0.1413177102804184, - 0.18846599757671356 - ] - ], - [ - 3.0999999046325684, - [ - 0.6478809714317322, - 0.7242944240570068, - -0.14156025648117065, - 0.18870232999324799 - ] - ], - [ - 3.133333444595337, - [ - 0.6468729376792908, - 0.7250601053237915, - -0.14186054468154907, - 0.18899428844451904 - ] - ], - [ - 3.1666667461395264, - [ - 0.6456266045570374, - 0.7260178923606873, - -0.14219996333122253, - 0.1893237978219986 - ] - ], - [ - 3.200000047683716, - [ - 0.644178569316864, - 0.7271360158920288, - -0.14257244765758514, - 0.18968495726585388 - ] - ], - [ - 3.2333333492279053, - [ - 0.6425673365592957, - 0.7283785343170166, - -0.1429775506258011, - 0.19007739424705505 - ] - ], - [ - 3.2666666507720947, - [ - 0.6408329010009766, - 0.7297075390815735, - -0.14341753721237183, - 0.19050343334674835 - ] - ], - [ - 3.299999952316284, - [ - 0.6390141248703003, - 0.7310888171195984, - -0.1438896209001541, - 0.19096049666404724 - ] - ], - [ - 3.3333332538604736, - [ - 0.6371505260467529, - 0.7324888706207275, - -0.14438940584659576, - 0.19144435226917267 - ] - ], - [ - 3.366666555404663, - [ - 0.6352823972702026, - 0.7338752746582031, - -0.14491042494773865, - 0.1919488161802292 - ] - ], - [ - 3.4000000953674316, - [ - 0.6334508061408997, - 0.7352161407470703, - -0.14544478058815002, - 0.19246631860733032 - ] - ], - [ - 3.433333396911621, - [ - 0.6316977739334106, - 0.7364803552627563, - -0.14598201215267181, - 0.19298674166202545 - ] - ], - [ - 3.4666666984558105, - [ - 0.6300665140151978, - 0.7376375794410706, - -0.14651040732860565, - 0.1934988796710968 - ] - ], - [ - 3.5, - [ - 0.6286009550094604, - 0.7386577725410461, - -0.14701612293720245, - 0.19398927688598633 - ] - ], - [ - 3.5333333015441895, - [ - 0.6273460984230042, - 0.7395114898681641, - -0.14748406410217285, - 0.1944434493780136 - ] - ], - [ - 3.566666603088379, - [ - 0.6263473033905029, - 0.740169107913971, - -0.14789818227291107, - 0.19484582543373108 - ] - ], - [ - 3.5999999046325684, - [ - 0.6256515979766846, - 0.7405991554260254, - -0.1482446938753128, - 0.19518321752548218 - ] - ], - [ - 3.633333444595337, - [ - 0.6253048181533813, - 0.740772008895874, - -0.14850667119026184, - 0.19543921947479248 - ] - ], - [ - 3.6666667461395264, - [ - 0.6253513097763062, - 0.740660548210144, - -0.14866334199905396, - 0.19559365510940552 - ] - ], - [ - 3.700000047683716, - [ - 0.625739336013794, - 0.7402455806732178, - -0.14885133504867554, - 0.19578072428703308 - ] - ], - [ - 3.7333333492279053, - [ - 0.6263599395751953, - 0.7395535707473755, - -0.14921070635318756, - 0.19613763689994812 - ] - ], - [ - 3.7666666507720947, - [ - 0.627204954624176, - 0.738603413105011, - -0.1497119665145874, - 0.19663532078266144 - ] - ], - [ - 3.799999952316284, - [ - 0.628276526927948, - 0.7374045848846436, - -0.15032565593719482, - 0.19724461436271667 - ] - ], - [ - 3.8333332538604736, - [ - 0.629547119140625, - 0.735984206199646, - -0.15103837847709656, - 0.19795219600200653 - ] - ], - [ - 3.866666555404663, - [ - 0.6309911012649536, - 0.7343645691871643, - -0.15184402465820313, - 0.1987517923116684 - ] - ], - [ - 3.9000000953674316, - [ - 0.6325833797454834, - 0.7325660586357117, - -0.1527392566204071, - 0.1996399611234665 - ] - ], - [ - 3.933333396911621, - [ - 0.6342971920967102, - 0.7306132912635803, - -0.15371450781822205, - 0.20060698688030243 - ] - ], - [ - 3.9666666984558105, - [ - 0.6361064314842224, - 0.7285313606262207, - -0.15476004779338837, - 0.201643168926239 - ] - ], - [ - 4.0, - [ - 0.6379855871200562, - 0.7263453006744385, - -0.15586571395397186, - 0.20273828506469727 - ] - ], - [ - 4.0333333015441895, - [ - 0.6399098634719849, - 0.724079966545105, - -0.15702126920223236, - 0.2038821280002594 - ] - ], - [ - 4.066666603088379, - [ - 0.6418553590774536, - 0.7217605710029602, - -0.15821577608585358, - 0.20506379008293152 - ] - ], - [ - 4.099999904632568, - [ - 0.6437991261482239, - 0.7194122076034546, - -0.1594380885362625, - 0.2062721848487854 - ] - ], - [ - 4.133333206176758, - [ - 0.6457194089889526, - 0.7170600891113281, - -0.1606762856245041, - 0.2074955552816391 - ] - ], - [ - 4.166666507720947, - [ - 0.6475954651832581, - 0.7147292494773865, - -0.161918044090271, - 0.20872169733047485 - ] - ], - [ - 4.199999809265137, - [ - 0.6494076251983643, - 0.712445080280304, - -0.16315028071403503, - 0.20993772149085999 - ] - ], - [ - 4.233333110809326, - [ - 0.6511371731758118, - 0.7102325558662415, - -0.16435955464839935, - 0.21113039553165436 - ] - ], - [ - 4.266666889190674, - [ - 0.652766764163971, - 0.708116888999939, - -0.16553185880184174, - 0.21228601038455963 - ] - ], - [ - 4.300000190734863, - [ - 0.6542795300483704, - 0.7061231732368469, - -0.16665245592594147, - 0.2133900672197342 - ] - ], - [ - 4.333333492279053, - [ - 0.6556597352027893, - 0.7042763829231262, - -0.16770675778388977, - 0.2144283652305603 - ] - ], - [ - 4.366666793823242, - [ - 0.6568922996520996, - 0.7026018500328064, - -0.1686786413192749, - 0.2153850495815277 - ] - ], - [ - 4.400000095367432, - [ - 0.6579623818397522, - 0.7011241912841797, - -0.16955314576625824, - 0.21624554693698883 - ] - ], - [ - 4.433333396911621, - [ - 0.6588555574417114, - 0.699868381023407, - -0.1703144907951355, - 0.21699443459510803 - ] - ], - [ - 4.4666666984558105, - [ - 0.6595574617385864, - 0.698859453201294, - -0.1709466129541397, - 0.217616006731987 - ] - ], - [ - 4.5, - [ - 0.6600533723831177, - 0.6981220841407776, - -0.1714341640472412, - 0.21809527277946472 - ] - ], - [ - 4.5333333015441895, - [ - 0.6603280305862427, - 0.6976811289787292, - -0.17176148295402527, - 0.21841685473918915 - ] - ], - [ - 4.599999904632568, - [ - 0.6601879000663757, - 0.6977282166481018, - -0.1719161570072174, - 0.2185683399438858 - ] - ], - [ - 4.633333206176758, - [ - 0.6598454713821411, - 0.6981110572814941, - -0.1718101054430008, - 0.2184636890888214 - ] - ], - [ - 4.666666507720947, - [ - 0.6593538522720337, - 0.6986864805221558, - -0.17160926759243011, - 0.21826572716236115 - ] - ], - [ - 4.699999809265137, - [ - 0.6587228775024414, - 0.6994373798370361, - -0.17132696509361267, - 0.2179875373840332 - ] - ], - [ - 4.733333110809326, - [ - 0.6579652428627014, - 0.7003459334373474, - -0.17097161710262299, - 0.21763736009597778 - ] - ], - [ - 4.766666889190674, - [ - 0.6570934653282166, - 0.7013944387435913, - -0.1705518364906311, - 0.21722367405891418 - ] - ], - [ - 4.800000190734863, - [ - 0.6561201214790344, - 0.7025652527809143, - -0.17007610201835632, - 0.2167547047138214 - ] - ], - [ - 4.833333492279053, - [ - 0.6550579071044922, - 0.7038406729698181, - -0.16955290734767914, - 0.2162388414144516 - ] - ], - [ - 4.866666793823242, - [ - 0.6539199948310852, - 0.705203115940094, - -0.16899017989635468, - 0.21568384766578674 - ] - ], - [ - 4.900000095367432, - [ - 0.6527208089828491, - 0.7066326141357422, - -0.16839827597141266, - 0.21509984135627747 - ] - ], - [ - 4.933333396911621, - [ - 0.6514754295349121, - 0.7081090211868286, - -0.16778725385665894, - 0.21449674665927887 - ] - ], - [ - 4.9666666984558105, - [ - 0.6501988768577576, - 0.7096143364906311, - -0.16716401278972626, - 0.21388138830661774 - ] - ], - [ - 5.0, - [ - 0.6489068269729614, - 0.7111304402351379, - -0.16653457283973694, - 0.21325962245464325 - ] - ], - [ - 5.0333333015441895, - [ - 0.6476160883903503, - 0.7126392126083374, - -0.1659044474363327, - 0.21263699233531952 - ] - ], - [ - 5.066666603088379, - [ - 0.6463441252708435, - 0.7141224145889282, - -0.16527828574180603, - 0.21201810240745544 - ] - ], - [ - 5.099999904632568, - [ - 0.6451092958450317, - 0.71556156873703, - -0.16466006636619568, - 0.2114069014787674 - ] - ], - [ - 5.133333206176758, - [ - 0.6439307928085327, - 0.7169380784034729, - -0.16405318677425385, - 0.21080680191516876 - ] - ], - [ - 5.166666507720947, - [ - 0.6428288817405701, - 0.7182334065437317, - -0.16346028447151184, - 0.2102205604314804 - ] - ], - [ - 5.199999809265137, - [ - 0.6418240666389465, - 0.719428539276123, - -0.1628836989402771, - 0.20965051651000977 - ] - ], - [ - 5.233333110809326, - [ - 0.6409380435943604, - 0.7205045819282532, - -0.16232505440711975, - 0.20909841358661652 - ] - ], - [ - 5.266666889190674, - [ - 0.6401925683021545, - 0.721442461013794, - -0.16178575158119202, - 0.20856571197509766 - ] - ], - [ - 5.300000190734863, - [ - 0.6396098136901855, - 0.7222227454185486, - -0.1612672507762909, - 0.20805397629737854 - ] - ], - [ - 5.333333492279053, - [ - 0.6392121315002441, - 0.7228262424468994, - -0.16077065467834473, - 0.20756447315216064 - ] - ], - [ - 5.366666793823242, - [ - 0.6390215754508972, - 0.7232332825660706, - -0.16029736399650574, - 0.2070986032485962 - ] - ], - [ - 5.400000095367432, - [ - 0.6390599012374878, - 0.7234245538711548, - -0.159849151968956, - 0.2066582888364792 - ] - ], - [ - 5.433333396911621, - [ - 0.6392607688903809, - 0.7234775424003601, - -0.15938876569271088, - 0.20620660483837128 - ] - ], - [ - 5.4666666984558105, - [ - 0.6395353674888611, - 0.7234896421432495, - -0.15887831151485443, - 0.20570601522922516 - ] - ], - [ - 5.5, - [ - 0.6398748755455017, - 0.7234609127044678, - -0.15833276510238647, - 0.2051711529493332 - ] - ], - [ - 5.5333333015441895, - [ - 0.6402746438980103, - 0.7233870625495911, - -0.15776878595352173, - 0.20461837947368622 - ] - ], - [ - 5.566666603088379, - [ - 0.6407280564308167, - 0.7232714891433716, - -0.15719051659107208, - 0.20405170321464539 - ] - ], - [ - 5.599999904632568, - [ - 0.6412285566329956, - 0.7231178283691406, - -0.15660236775875092, - 0.2034754753112793 - ] - ], - [ - 5.633333206176758, - [ - 0.6417693495750427, - 0.7229297757148743, - -0.1560087352991104, - 0.2028939574956894 - ] - ], - [ - 5.666666507720947, - [ - 0.6423436999320984, - 0.7227110266685486, - -0.15541398525238037, - 0.2023114114999771 - ] - ], - [ - 5.699999809265137, - [ - 0.6429447531700134, - 0.7224652767181396, - -0.1548226773738861, - 0.2017323225736618 - ] - ], - [ - 5.733333110809326, - [ - 0.6435658931732178, - 0.7221963405609131, - -0.15423902869224548, - 0.2011607587337494 - ] - ], - [ - 5.766666889190674, - [ - 0.6442005038261414, - 0.7219081521034241, - -0.15366719663143158, - 0.20060084760189056 - ] - ], - [ - 5.800000190734863, - [ - 0.6448420286178589, - 0.721604585647583, - -0.15311112999916077, - 0.20005638897418976 - ] - ], - [ - 5.833333492279053, - [ - 0.6454841494560242, - 0.7212895750999451, - -0.15257450938224792, - 0.19953100383281708 - ] - ], - [ - 5.866666793823242, - [ - 0.6461206078529358, - 0.7209671139717102, - -0.15206068754196167, - 0.19902797043323517 - ] - ], - [ - 5.900000095367432, - [ - 0.6467453837394714, - 0.7206411957740784, - -0.15157298743724823, - 0.1985505372285843 - ] - ], - [ - 5.933333396911621, - [ - 0.6473525166511536, - 0.7203159928321838, - -0.1511140614748001, - 0.19810129702091217 - ] - ], - [ - 5.9666666984558105, - [ - 0.6479362845420837, - 0.7199954986572266, - -0.15068669617176056, - 0.19768297672271729 - ] - ], - [ - 6.0, - [ - 0.6484910845756531, - 0.7196840047836304, - -0.15029287338256836, - 0.19729751348495483 - ] - ], - [ - 6.0333333015441895, - [ - 0.6490113735198975, - 0.7193856239318848, - -0.1499347984790802, - 0.19694705307483673 - ] - ], - [ - 6.066666603088379, - [ - 0.6494917869567871, - 0.7191046476364136, - -0.14961399137973785, - 0.19663310050964355 - ] - ], - [ - 6.099999904632568, - [ - 0.6499271392822266, - 0.7188453674316406, - -0.14933200180530548, - 0.19635717570781708 - ] - ], - [ - 6.133333206176758, - [ - 0.650312066078186, - 0.7186119556427002, - -0.14909012615680695, - 0.1961205005645752 - ] - ], - [ - 6.166666507720947, - [ - 0.6506415009498596, - 0.7184088826179504, - -0.14888937771320343, - 0.1959240883588791 - ] - ], - [ - 6.233333110809326, - [ - 0.6511134505271912, - 0.7181110382080078, - -0.14861558377742767, - 0.19565629959106445 - ] - ], - [ - 6.333333492279053, - [ - 0.651276171207428, - 0.7179988026618958, - -0.1485406756401062, - 0.19558310508728027 - ] - ], - [ - 6.366666793823242, - [ - 0.6509803533554077, - 0.7182226181030273, - -0.148634672164917, - 0.19567462801933289 - ] - ], - [ - 6.400000095367432, - [ - 0.650266170501709, - 0.7187827229499817, - -0.14881834387779236, - 0.19585300981998444 - ] - ], - [ - 6.433333396911621, - [ - 0.6492294669151306, - 0.7195992469787598, - -0.1490730196237564, - 0.196100115776062 - ] - ], - [ - 6.4666666984558105, - [ - 0.647954523563385, - 0.7206010818481445, - -0.14938375353813171, - 0.1964014619588852 - ] - ], - [ - 6.5, - [ - 0.6464791893959045, - 0.721754252910614, - -0.14974620938301086, - 0.1967528611421585 - ] - ], - [ - 6.5333333015441895, - [ - 0.6448410749435425, - 0.7230250239372253, - -0.15015581250190735, - 0.1971498429775238 - ] - ], - [ - 6.566666603088379, - [ - 0.6430783271789551, - 0.7243804335594177, - -0.15060725808143616, - 0.1975872814655304 - ] - ], - [ - 6.599999904632568, - [ - 0.6412293314933777, - 0.725787878036499, - -0.15109436213970184, - 0.19805921614170074 - ] - ], - [ - 6.633333206176758, - [ - 0.639333188533783, - 0.7272155284881592, - -0.15160925686359406, - 0.1985580325126648 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458623819_1069634.json b/lenses/physics-objects/Scene/assets/1645812458623819_1069634.json deleted file mode 100644 index 17ab1294..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458623819_1069634.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458623819:1069634", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458625613_1069647.json b/lenses/physics-objects/Scene/assets/1645812458625613_1069647.json deleted file mode 100644 index 890fdeef..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458625613_1069647.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458625613:1069647", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ], - [ - 3.366666555404663, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458626017_1069654.json b/lenses/physics-objects/Scene/assets/1645812458626017_1069654.json deleted file mode 100644 index 784eff1e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458626017_1069654.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458626017:1069654", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ], - [ - 0.03333333507180214, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ], - [ - 0.06666667014360428, - [ - 0.6956973671913147, - 0.7174240946769714, - 0.016231577843427658, - 0.03231722488999367 - ] - ], - [ - 0.10000000149011612, - [ - 0.6815620064735413, - 0.730954647064209, - 0.023488612845540047, - 0.025039413943886757 - ] - ], - [ - 0.13333334028720856, - [ - 0.6706121563911438, - 0.7409118413925171, - 0.032998088747262955, - 0.015495838597416878 - ] - ], - [ - 0.1666666716337204, - [ - 0.6620195508003235, - 0.7481884956359863, - 0.04385119676589966, - 0.004597511608153582 - ] - ], - [ - 0.20000000298023224, - [ - 0.6569414734840393, - 0.7519071698188782, - 0.05495898053050041, - -0.006556975655257702 - ] - ], - [ - 0.23333333432674408, - [ - 0.6564599275588989, - 0.7514626979827881, - 0.06414946168661118, - -0.015779269859194756 - ] - ], - [ - 0.2666666805744171, - [ - 0.6619436144828796, - 0.746175229549408, - 0.06825172156095505, - -0.019874783232808113 - ] - ], - [ - 0.30000001192092896, - [ - 0.6879904270172119, - 0.7226641774177551, - 0.06455204635858536, - -0.01608799397945404 - ] - ], - [ - 0.3333333432674408, - [ - 0.7360278367996216, - 0.6747288107872009, - 0.05447949096560478, - -0.006011923775076866 - ] - ], - [ - 0.36666667461395264, - [ - 0.786977231502533, - 0.6156669855117798, - 0.03926192969083786, - 0.00892691034823656 - ] - ], - [ - 0.4000000059604645, - [ - 0.8282637000083923, - 0.5593010187149048, - 0.020272381603717804, - 0.027398409321904182 - ] - ], - [ - 0.4333333373069763, - [ - 0.8540276288986206, - 0.5182215571403503, - 0.001528180786408484, - 0.045616425573825836 - ] - ], - [ - 0.46666666865348816, - [ - 0.8607399463653564, - 0.5056692957878113, - -0.010612007230520248, - 0.05755596235394478 - ] - ], - [ - 0.5, - [ - 0.8184263706207275, - 0.5707343220710754, - -0.016769729554653168, - 0.06449533253908157 - ] - ], - [ - 0.5333333611488342, - [ - 0.7093552350997925, - 0.7008408904075623, - -0.023017609491944313, - 0.07146590948104858 - ] - ], - [ - 0.5666666626930237, - [ - 0.5615329146385193, - 0.823005199432373, - -0.03194761276245117, - 0.07951442152261734 - ] - ], - [ - 0.6000000238418579, - [ - 0.43703585863113403, - 0.8940404653549194, - -0.04288339614868164, - 0.08861348032951355 - ] - ], - [ - 0.6333333253860474, - [ - 0.4125683009624481, - 0.9045019745826721, - -0.05031322315335274, - 0.09556213021278381 - ] - ], - [ - 0.6666666865348816, - [ - 0.48597800731658936, - 0.8669097423553467, - -0.05163581669330597, - 0.0981152355670929 - ] - ], - [ - 0.699999988079071, - [ - 0.5883920788764954, - 0.800911545753479, - -0.05095577612519264, - 0.09868630021810532 - ] - ], - [ - 0.7333333492279053, - [ - 0.6933812499046326, - 0.712042510509491, - -0.05019596964120865, - 0.09848031401634216 - ] - ], - [ - 0.7666666507720947, - [ - 0.7880986928939819, - 0.6053061485290527, - -0.051426973193883896, - 0.0992984026670456 - ] - ], - [ - 0.800000011920929, - [ - 0.8645870685577393, - 0.488492488861084, - -0.056706298142671585, - 0.10319232940673828 - ] - ], - [ - 0.8333333134651184, - [ - 0.9160352945327759, - 0.3801840841770172, - -0.06533448398113251, - 0.10986699908971786 - ] - ], - [ - 0.8666666746139526, - [ - 0.9433844089508057, - 0.30109989643096924, - -0.07467164099216461, - 0.11742686480283737 - ] - ], - [ - 0.8999999761581421, - [ - 0.9513968229293823, - 0.2709321081638336, - -0.08038873225450516, - 0.1223827376961708 - ] - ], - [ - 0.9333333373069763, - [ - 0.9398705959320068, - 0.3099614679813385, - -0.0776398628950119, - 0.12057868391275406 - ] - ], - [ - 0.9666666388511658, - [ - 0.9038945436477661, - 0.4068465232849121, - -0.06813925504684448, - 0.1131707951426506 - ] - ], - [ - 1.0, - [ - 0.8385005593299866, - 0.5315796732902527, - -0.0578039288520813, - 0.10487402230501175 - ] - ], - [ - 1.0333333015441895, - [ - 0.747849702835083, - 0.6546766757965088, - -0.049929119646549225, - 0.09811392426490784 - ] - ], - [ - 1.0666667222976685, - [ - 0.64969801902771, - 0.75309818983078, - -0.045092131942510605, - 0.09328615665435791 - ] - ], - [ - 1.100000023841858, - [ - 0.5716677904129028, - 0.8144479393959045, - -0.042283497750759125, - 0.08990448713302612 - ] - ], - [ - 1.1333333253860474, - [ - 0.5438712239265442, - 0.8336634039878845, - -0.03993528336286545, - 0.08726149797439575 - ] - ], - [ - 1.1666666269302368, - [ - 0.6181214451789856, - 0.7804006934165955, - -0.038211483508348465, - 0.08625872433185577 - ] - ], - [ - 1.2000000476837158, - [ - 0.7619287371635437, - 0.6400471329689026, - -0.04166008159518242, - 0.08982598036527634 - ] - ], - [ - 1.2333333492279053, - [ - 0.8870352506637573, - 0.4470570683479309, - -0.055372029542922974, - 0.1012057363986969 - ] - ], - [ - 1.2666666507720947, - [ - 0.9510357975959778, - 0.27364277839660645, - -0.07837440073490143, - 0.12044917792081833 - ] - ], - [ - 1.2999999523162842, - [ - 0.9643507599830627, - 0.205865278840065, - -0.09574056416749954, - 0.1359442174434662 - ] - ], - [ - 1.3333333730697632, - [ - 0.9547026753425598, - 0.24482585489749908, - -0.09719572961330414, - 0.13840638101100922 - ] - ], - [ - 1.3666666746139526, - [ - 0.9300230145454407, - 0.32879626750946045, - -0.09242677688598633, - 0.1356743723154068 - ] - ], - [ - 1.399999976158142, - [ - 0.8836570382118225, - 0.4405048191547394, - -0.08695998042821884, - 0.13245253264904022 - ] - ], - [ - 1.4333332777023315, - [ - 0.8146202564239502, - 0.5588402152061462, - -0.08359459787607193, - 0.13078083097934723 - ] - ], - [ - 1.4666666984558105, - [ - 0.7305214405059814, - 0.664981484413147, - -0.08324015140533447, - 0.1311836540699005 - ] - ], - [ - 1.5, - [ - 0.6470662951469421, - 0.7458270788192749, - -0.08539419621229172, - 0.13324804604053497 - ] - ], - [ - 1.5333333015441895, - [ - 0.5845880508422852, - 0.7949268221855164, - -0.08860836178064346, - 0.1360025852918625 - ] - ], - [ - 1.5666667222976685, - [ - 0.5636995434761047, - 0.8092382550239563, - -0.09101049602031708, - 0.138178750872612 - ] - ], - [ - 1.600000023841858, - [ - 0.6350212693214417, - 0.7547674775123596, - -0.08999951928853989, - 0.13774670660495758 - ] - ], - [ - 1.6333333253860474, - [ - 0.7735863924026489, - 0.6118273735046387, - -0.09043518453836441, - 0.13803207874298096 - ] - ], - [ - 1.6666666269302368, - [ - 0.8843573331832886, - 0.4379473626613617, - -0.09824115037918091, - 0.1283077895641327 - ] - ], - [ - 1.7000000476837158, - [ - 0.9315248727798462, - 0.3058091700077057, - -0.14932280778884888, - 0.12823837995529175 - ] - ], - [ - 1.7333333492279053, - [ - 0.9421454668045044, - 0.2611047923564911, - -0.16780512034893036, - 0.1266012340784073 - ] - ], - [ - 1.7666666507720947, - [ - 0.9316174387931824, - 0.2987721264362335, - -0.1599532812833786, - 0.13129796087741852 - ] - ], - [ - 1.7999999523162842, - [ - 0.9084827899932861, - 0.3841451108455658, - -0.1065511479973793, - 0.12545372545719147 - ] - ], - [ - 1.8333333730697632, - [ - 0.8508748412132263, - 0.49731436371803284, - -0.1002933606505394, - 0.13649791479110718 - ] - ], - [ - 1.8666666746139526, - [ - 0.7644907236099243, - 0.6231265068054199, - -0.09046856313943863, - 0.13814115524291992 - ] - ], - [ - 1.899999976158142, - [ - 0.6629151701927185, - 0.7322402000427246, - -0.08378179371356964, - 0.1317133605480194 - ] - ], - [ - 1.9333332777023315, - [ - 0.5827354788780212, - 0.7990140318870544, - -0.0784149318933487, - 0.12588591873645782 - ] - ], - [ - 1.9666666984558105, - [ - 0.5569707751274109, - 0.8188766241073608, - -0.07151760160923004, - 0.11878582835197449 - ] - ], - [ - 2.0, - [ - 0.6648125648498535, - 0.736953854560852, - -0.05887730419635773, - 0.10703600198030472 - ] - ], - [ - 2.0333333015441895, - [ - 0.8444876670837402, - 0.5247344970703125, - -0.048548806458711624, - 0.09558940678834915 - ] - ], - [ - 2.066666603088379, - [ - 0.9552778601646423, - 0.2772693336009979, - -0.048359327018260956, - 0.09070435911417007 - ] - ], - [ - 2.0999999046325684, - [ - 0.9815022945404053, - 0.16379649937152863, - -0.04759397357702255, - 0.08694148808717728 - ] - ], - [ - 2.133333444595337, - [ - 0.9697347283363342, - 0.23063579201698303, - -0.032159533351659775, - 0.07339906692504883 - ] - ], - [ - 2.1666667461395264, - [ - 0.9253361821174622, - 0.375063419342041, - -0.00993119552731514, - 0.054607417434453964 - ] - ], - [ - 2.200000047683716, - [ - 0.8391109704971313, - 0.5426070690155029, - 0.01062723621726036, - 0.036842647939920425 - ] - ], - [ - 2.2333333492279053, - [ - 0.7264732718467712, - 0.6863318085670471, - 0.02617698162794113, - 0.022360948845744133 - ] - ], - [ - 2.2666666507720947, - [ - 0.6285165548324585, - 0.7768366932868958, - 0.03691033273935318, - 0.011371590197086334 - ] - ], - [ - 2.299999952316284, - [ - 0.5953067541122437, - 0.8023728728294373, - 0.042103152722120285, - 0.005915139336138964 - ] - ], - [ - 2.3333332538604736, - [ - 0.6765654683113098, - 0.7353655099868774, - 0.03690768778324127, - 0.011600203812122345 - ] - ], - [ - 2.366666555404663, - [ - 0.8228521943092346, - 0.5672392249107361, - 0.021277805790305138, - 0.026479875668883324 - ] - ], - [ - 2.4000000953674316, - [ - 0.9366531372070313, - 0.3468213975429535, - -0.004633080214262009, - 0.04872780293226242 - ] - ], - [ - 2.433333396911621, - [ - 0.9828917980194092, - 0.16220898926258087, - -0.03880210593342781, - 0.07814282923936844 - ] - ], - [ - 2.4666666984558105, - [ - 0.9888790249824524, - 0.09634175151586533, - -0.05927335470914841, - 0.0965568870306015 - ] - ], - [ - 2.5, - [ - 0.9696447253227234, - 0.22343598306179047, - -0.046682845801115036, - 0.08767198771238327 - ] - ], - [ - 2.5333333015441895, - [ - 0.8810818195343018, - 0.46677717566490173, - -0.02553963102400303, - 0.07184630632400513 - ] - ], - [ - 2.566666603088379, - [ - 0.7367271780967712, - 0.6735450625419617, - -0.010389362461864948, - 0.05884028971195221 - ] - ], - [ - 2.5999999046325684, - [ - 0.6627039313316345, - 0.747359573841095, - 0.0007295378600247204, - 0.04771420359611511 - ] - ], - [ - 2.633333444595337, - [ - 0.7321858406066895, - 0.679970383644104, - 0.0107060382142663, - 0.03780960291624069 - ] - ], - [ - 2.6666667461395264, - [ - 0.8296766877174377, - 0.5571290254592896, - 0.0164386834949255, - 0.0312060359865427 - ] - ], - [ - 2.700000047683716, - [ - 0.8686720728874207, - 0.49418723583221436, - 0.01663964055478573, - 0.030182374641299248 - ] - ], - [ - 2.7333333492279053, - [ - 0.8504053354263306, - 0.5249931812286377, - 0.017440810799598694, - 0.029812002554535866 - ] - ], - [ - 2.7666666507720947, - [ - 0.8151991963386536, - 0.5781906247138977, - 0.024127887561917305, - 0.0237430352717638 - ] - ], - [ - 2.799999952316284, - [ - 0.7685076594352722, - 0.6387725472450256, - 0.034100666642189026, - 0.014247455634176731 - ] - ], - [ - 2.8333332538604736, - [ - 0.7151653170585632, - 0.697532057762146, - 0.04439172148704529, - 0.004142513033002615 - ] - ], - [ - 2.866666555404663, - [ - 0.6645365953445435, - 0.7453275322914124, - 0.05341565981507301, - -0.0049787708558142185 - ] - ], - [ - 2.9000000953674316, - [ - 0.627930760383606, - 0.7758907675743103, - 0.059705451130867004, - -0.011476150713860989 - ] - ], - [ - 2.933333396911621, - [ - 0.6169294118881226, - 0.7844631671905518, - 0.06186734512448311, - -0.013721494004130363 - ] - ], - [ - 2.9666666984558105, - [ - 0.668167769908905, - 0.741641104221344, - 0.0584760420024395, - -0.010041040368378162 - ] - ], - [ - 3.0, - [ - 0.7751799821853638, - 0.6296639442443848, - 0.051100898534059525, - -0.002836482133716345 - ] - ], - [ - 3.0333333015441895, - [ - 0.8817905783653259, - 0.4698065519332886, - 0.04123251140117645, - 0.005202583037316799 - ] - ], - [ - 3.066666603088379, - [ - 0.9530504941940308, - 0.3011187016963959, - 0.028400694951415062, - 0.014687196351587772 - ] - ], - [ - 3.0999999046325684, - [ - 0.9847837686538696, - 0.17134563624858856, - 0.014722730033099651, - 0.024997012689709663 - ] - ], - [ - 3.133333444595337, - [ - 0.9913443326950073, - 0.12753109633922577, - 0.008417360484600067, - 0.030022436752915382 - ] - ], - [ - 3.1666667461395264, - [ - 0.9752665162086487, - 0.2187751680612564, - 0.01181416679173708, - 0.029208067804574966 - ] - ], - [ - 3.200000047683716, - [ - 0.9126545786857605, - 0.40736255049705505, - 0.016000142320990562, - 0.02935001812875271 - ] - ], - [ - 3.2333333492279053, - [ - 0.7951213717460632, - 0.6054009795188904, - 0.016504984349012375, - 0.03161095827817917 - ] - ], - [ - 3.2666666507720947, - [ - 0.6681534647941589, - 0.7430740594863892, - 0.013365795835852623, - 0.03511793911457062 - ] - ], - [ - 3.299999952316284, - [ - 0.6143795847892761, - 0.7880384922027588, - 0.01044552680104971, - 0.03773556277155876 - ] - ], - [ - 3.3333332538604736, - [ - 0.6554045677185059, - 0.7542555332183838, - 0.01082668174058199, - 0.03776548430323601 - ] - ], - [ - 3.366666555404663, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458626393_1069661.json b/lenses/physics-objects/Scene/assets/1645812458626393_1069661.json deleted file mode 100644 index 9b98574b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458626393_1069661.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458626393:1069661", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458628547_1069674.json b/lenses/physics-objects/Scene/assets/1645812458628547_1069674.json deleted file mode 100644 index 3e38d4b3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458628547_1069674.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458628547:1069674", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.720895767211914, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.749065399169922, - 1.4210854715202004e-14, - 7.42159954445939e-27 - ] - ], - [ - 3.2333333492279053, - [ - 9.70783805847168, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.736244201660156, - 2.842170943040401e-14, - -5.3290705182007514e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.719375610351563, - 1.4210854715202004e-14, - 4.440892098500626e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458629068_1069681.json b/lenses/physics-objects/Scene/assets/1645812458629068_1069681.json deleted file mode 100644 index 5fd9abcf..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458629068_1069681.json +++ /dev/null @@ -1,1774 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458629068:1069681", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02585214003920555, - -0.11684762686491013, - -0.0818549320101738, - 0.989433228969574 - ] - ], - [ - 0.03333333507180214, - [ - -0.02585214003920555, - -0.11684762686491013, - -0.0818549320101738, - 0.989433228969574 - ] - ], - [ - 0.06666667014360428, - [ - -0.024675045162439346, - -0.11611444503068924, - -0.08422815799713135, - 0.9893503785133362 - ] - ], - [ - 0.10000000149011612, - [ - -0.02337397076189518, - -0.11538063734769821, - -0.08660075068473816, - 0.9892629981040955 - ] - ], - [ - 0.13333334028720856, - [ - -0.02199481800198555, - -0.11466418206691742, - -0.08892194926738739, - 0.989172101020813 - ] - ], - [ - 0.1666666716337204, - [ - -0.020575430244207382, - -0.11398548632860184, - -0.09114135801792145, - 0.9890789985656738 - ] - ], - [ - 0.20000000298023224, - [ - -0.019153298810124397, - -0.11336707323789597, - -0.09321039170026779, - 0.9889858961105347 - ] - ], - [ - 0.23333333432674408, - [ - -0.01776546984910965, - -0.11283311247825623, - -0.0950818806886673, - 0.9888947010040283 - ] - ], - [ - 0.2666666805744171, - [ - -0.016448553651571274, - -0.11240877956151962, - -0.09670983254909515, - 0.9888078570365906 - ] - ], - [ - 0.30000001192092896, - [ - -0.015238701365888119, - -0.11211951076984406, - -0.09804884344339371, - 0.9887281656265259 - ] - ], - [ - 0.3333333432674408, - [ - -0.0141716618090868, - -0.11199028789997101, - -0.09905350208282471, - 0.9886586666107178 - ] - ], - [ - 0.36666667461395264, - [ - -0.01328287459909916, - -0.112044557929039, - -0.09967739135026932, - 0.9886020421981812 - ] - ], - [ - 0.4000000059604645, - [ - -0.012580344453454018, - -0.11225122958421707, - -0.09993118047714233, - 0.9885621666908264 - ] - ], - [ - 0.4333333373069763, - [ - -0.01206088624894619, - -0.11255471408367157, - -0.09984775632619858, - 0.9885425567626953 - ] - ], - [ - 0.46666666865348816, - [ - -0.01171285379678011, - -0.11296812444925308, - -0.09947145730257034, - 0.9885375499725342 - ] - ], - [ - 0.5, - [ - -0.011518862098455429, - -0.11350163072347641, - -0.09886840730905533, - 0.9885392189025879 - ] - ], - [ - 0.5333333611488342, - [ - -0.011473330669105053, - -0.1141381710767746, - -0.0980563834309578, - 0.9885473251342773 - ] - ], - [ - 0.5666666626930237, - [ - -0.011568267829716206, - -0.11486109346151352, - -0.09705355763435364, - 0.9885614514350891 - ] - ], - [ - 0.6000000238418579, - [ - -0.011788538657128811, - -0.11565449833869934, - -0.09587756544351578, - 0.9885810613632202 - ] - ], - [ - 0.6333333253860474, - [ - -0.012115064077079296, - -0.1165035292506218, - -0.09454628080129623, - 0.9886056780815125 - ] - ], - [ - 0.6666666865348816, - [ - -0.012526395730674267, - -0.11739408224821091, - -0.09307767450809479, - 0.9886345267295837 - ] - ], - [ - 0.699999988079071, - [ - -0.012997484765946865, - -0.11831334978342056, - -0.0914899930357933, - 0.9886671900749207 - ] - ], - [ - 0.7333333492279053, - [ - -0.013509170152246952, - -0.11924944072961807, - -0.08980297297239304, - 0.9887025356292725 - ] - ], - [ - 0.7666666507720947, - [ - -0.014040384441614151, - -0.12019214034080505, - -0.08803687989711761, - 0.9887397289276123 - ] - ], - [ - 0.800000011920929, - [ - -0.014583301730453968, - -0.12112908065319061, - -0.08621226251125336, - 0.988778293132782 - ] - ], - [ - 0.8333333134651184, - [ - -0.01513022929430008, - -0.12204896658658981, - -0.08434996008872986, - 0.9888176918029785 - ] - ], - [ - 0.8666666746139526, - [ - -0.01567363180220127, - -0.12294147908687592, - -0.08247106522321701, - 0.9888570308685303 - ] - ], - [ - 0.8999999761581421, - [ - -0.01620614342391491, - -0.12379761040210724, - -0.0805969312787056, - 0.9888961911201477 - ] - ], - [ - 0.9333333373069763, - [ - -0.01672053337097168, - -0.12460929155349731, - -0.07874894142150879, - 0.9889345765113831 - ] - ], - [ - 0.9666666388511658, - [ - -0.01720973290503025, - -0.1253696233034134, - -0.07694865763187408, - 0.9889718890190125 - ] - ], - [ - 1.0, - [ - -0.017666803672909737, - -0.1260724812746048, - -0.07521753758192062, - 0.9890076518058777 - ] - ], - [ - 1.0333333015441895, - [ - -0.018084930256009102, - -0.1267126202583313, - -0.0735771581530571, - 0.9890415668487549 - ] - ], - [ - 1.0666667222976685, - [ - -0.018457407131791115, - -0.12728554010391235, - -0.07204889506101608, - 0.9890737533569336 - ] - ], - [ - 1.100000023841858, - [ - -0.018777597695589066, - -0.12778715789318085, - -0.07065412402153015, - 0.9891035556793213 - ] - ], - [ - 1.1333333253860474, - [ - -0.01903892308473587, - -0.12821368873119354, - -0.06941407173871994, - 0.9891311526298523 - ] - ], - [ - 1.1666666269302368, - [ - -0.01923481561243534, - -0.12856155633926392, - -0.06834987550973892, - 0.9891564249992371 - ] - ], - [ - 1.2000000476837158, - [ - -0.019449148327112198, - -0.12883226573467255, - -0.06745395064353943, - 0.9891784191131592 - ] - ], - [ - 1.2333333492279053, - [ - -0.019758936017751694, - -0.1290263533592224, - -0.0667208731174469, - 0.9891967177391052 - ] - ], - [ - 1.2666666507720947, - [ - -0.02014719322323799, - -0.12913823127746582, - -0.06617473810911179, - 0.9892109632492065 - ] - ], - [ - 1.3333333730697632, - [ - -0.021074889227747917, - -0.12907026708126068, - -0.06577828526496887, - 0.9892269372940063 - ] - ], - [ - 1.3666666746139526, - [ - -0.02156471274793148, - -0.12888211011886597, - -0.0659334808588028, - 0.9892305731773376 - ] - ], - [ - 1.399999976158142, - [ - -0.022031163796782494, - -0.12859083712100983, - -0.06628996878862381, - 0.9892343878746033 - ] - ], - [ - 1.4333332777023315, - [ - -0.022463439032435417, - -0.12820598483085632, - -0.06682554632425308, - 0.9892386794090271 - ] - ], - [ - 1.4666666984558105, - [ - -0.02285262569785118, - -0.12773634493350983, - -0.06751807779073715, - 0.9892435073852539 - ] - ], - [ - 1.5, - [ - -0.02319139800965786, - -0.12719054520130157, - -0.06834571063518524, - 0.9892489910125732 - ] - ], - [ - 1.5333333015441895, - [ - -0.02347513474524021, - -0.12657718360424042, - -0.06928692758083344, - 0.9892556071281433 - ] - ], - [ - 1.5666667222976685, - [ - -0.023695429787039757, - -0.12590529024600983, - -0.07031979411840439, - 0.989263117313385 - ] - ], - [ - 1.600000023841858, - [ - -0.02384672686457634, - -0.1251842975616455, - -0.07142289727926254, - 0.9892720580101013 - ] - ], - [ - 1.6333333253860474, - [ - -0.023916754871606827, - -0.12442474067211151, - -0.07257414609193802, - 0.9892823100090027 - ] - ], - [ - 1.6666666269302368, - [ - -0.02389603480696678, - -0.12363781780004501, - -0.07375204563140869, - 0.9892943501472473 - ] - ], - [ - 1.7000000476837158, - [ - -0.023798229172825813, - -0.12283347547054291, - -0.07493814080953598, - 0.9893077611923218 - ] - ], - [ - 1.7333333492279053, - [ - -0.02363709919154644, - -0.12202250957489014, - -0.07611417025327682, - 0.9893221855163574 - ] - ], - [ - 1.7666666507720947, - [ - -0.02342650480568409, - -0.12121644616127014, - -0.07726207375526428, - 0.9893374443054199 - ] - ], - [ - 1.7999999523162842, - [ - -0.023180397227406502, - -0.12042742222547531, - -0.07836401462554932, - 0.989352822303772 - ] - ], - [ - 1.8333333730697632, - [ - -0.022912854328751564, - -0.1196683719754219, - -0.07940242439508438, - 0.9893683791160583 - ] - ], - [ - 1.8666666746139526, - [ - -0.022638045251369476, - -0.11895271390676498, - -0.08035985380411148, - 0.9893836975097656 - ] - ], - [ - 1.899999976158142, - [ - -0.022370221093297005, - -0.11829441040754318, - -0.08121904730796814, - 0.9893985390663147 - ] - ], - [ - 1.9333332777023315, - [ - -0.022123737260699272, - -0.11770772188901901, - -0.08196287602186203, - 0.9894127249717712 - ] - ], - [ - 1.9666666984558105, - [ - -0.021913010627031326, - -0.11720714718103409, - -0.08257419615983963, - 0.9894260168075562 - ] - ], - [ - 2.0, - [ - -0.02175251394510269, - -0.11680714786052704, - -0.08303583413362503, - 0.9894382357597351 - ] - ], - [ - 2.066666603088379, - [ - -0.021640315651893616, - -0.11636559665203094, - -0.08344036340713501, - 0.9894586801528931 - ] - ], - [ - 2.1666667461395264, - [ - -0.022164540365338326, - -0.11672025173902512, - -0.0825842022895813, - 0.9894772171974182 - ] - ], - [ - 2.200000047683716, - [ - -0.022538049146533012, - -0.1170499324798584, - -0.08195324242115021, - 0.9894822239875793 - ] - ], - [ - 2.2333333492279053, - [ - -0.023013101890683174, - -0.11742189526557922, - -0.08119414001703262, - 0.9894897937774658 - ] - ], - [ - 2.2666666507720947, - [ - -0.023592596873641014, - -0.11782489717006683, - -0.08032657951116562, - 0.989499032497406 - ] - ], - [ - 2.299999952316284, - [ - -0.024274861440062523, - -0.11824848502874374, - -0.07937011122703552, - 0.9895092844963074 - ] - ], - [ - 2.3333332538604736, - [ - -0.025055550038814545, - -0.11868260055780411, - -0.07834406197071075, - 0.9895195364952087 - ] - ], - [ - 2.366666555404663, - [ - -0.02592511475086212, - -0.11911819875240326, - -0.07726757228374481, - 0.9895294308662415 - ] - ], - [ - 2.4000000953674316, - [ - -0.026959005743265152, - -0.11955448240041733, - -0.07613147795200348, - 0.989537239074707 - ] - ], - [ - 2.433333396911621, - [ - -0.028233874589204788, - -0.11999152600765228, - -0.07492401450872421, - 0.9895409345626831 - ] - ], - [ - 2.4666666984558105, - [ - -0.029730327427387238, - -0.12042313069105148, - -0.07365915924310684, - 0.989539623260498 - ] - ], - [ - 2.5, - [ - -0.031423963606357574, - -0.12084410339593887, - -0.07235078513622284, - 0.9895325303077698 - ] - ], - [ - 2.5333333015441895, - [ - -0.03328777104616165, - -0.12125008553266525, - -0.07101274281740189, - 0.989518940448761 - ] - ], - [ - 2.566666603088379, - [ - -0.035294678062200546, - -0.12163720279932022, - -0.06965908408164978, - 0.9894980192184448 - ] - ], - [ - 2.5999999046325684, - [ - -0.03741760924458504, - -0.1220020279288292, - -0.06830407679080963, - 0.9894696474075317 - ] - ], - [ - 2.633333444595337, - [ - -0.039629433304071426, - -0.12234151363372803, - -0.06696207821369171, - 0.989433228969574 - ] - ], - [ - 2.6666667461395264, - [ - -0.04190290346741676, - -0.12265320122241974, - -0.0656476765871048, - 0.989389181137085 - ] - ], - [ - 2.700000047683716, - [ - -0.044210851192474365, - -0.12293487787246704, - -0.06437550485134125, - 0.9893373847007751 - ] - ], - [ - 2.7333333492279053, - [ - -0.04652605950832367, - -0.12318475544452667, - -0.06316033005714417, - 0.9892783164978027 - ] - ], - [ - 2.7666666507720947, - [ - -0.04882127791643143, - -0.12340139597654343, - -0.06201694533228874, - 0.9892130494117737 - ] - ], - [ - 2.799999952316284, - [ - -0.05106927827000618, - -0.12358351051807404, - -0.06096022203564644, - 0.9891424775123596 - ] - ], - [ - 2.8333332538604736, - [ - -0.05324282869696617, - -0.12373006343841553, - -0.06000499054789543, - 0.9890679717063904 - ] - ], - [ - 2.866666555404663, - [ - -0.05531470477581024, - -0.12384001910686493, - -0.05916612967848778, - 0.9889910817146301 - ] - ], - [ - 2.9000000953674316, - [ - -0.05725780129432678, - -0.12391234189271927, - -0.05845843628048897, - 0.9889135956764221 - ] - ], - [ - 2.933333396911621, - [ - -0.05900229141116142, - -0.12394380569458008, - -0.057907991111278534, - 0.9888393878936768 - ] - ], - [ - 2.9666666984558105, - [ - -0.06049251928925514, - -0.12393153458833694, - -0.057537127286195755, - 0.9887726306915283 - ] - ], - [ - 3.0, - [ - -0.06172237917780876, - -0.12387463450431824, - -0.05735473707318306, - 0.988714337348938 - ] - ], - [ - 3.0333333015441895, - [ - -0.06268574297428131, - -0.1237715557217598, - -0.05736954137682915, - 0.9886656999588013 - ] - ], - [ - 3.066666603088379, - [ - -0.06335025280714035, - -0.12359090894460678, - -0.057652547955513, - 0.9886295795440674 - ] - ], - [ - 3.0999999046325684, - [ - -0.06369442492723465, - -0.1233115866780281, - -0.05824805796146393, - 0.9886073470115662 - ] - ], - [ - 3.133333444595337, - [ - -0.06373093277215958, - -0.12296029180288315, - -0.059214282780885696, - 0.9885914325714111 - ] - ], - [ - 3.1666667461395264, - [ - -0.06348130106925964, - -0.12255724519491196, - -0.06058512255549431, - 0.9885743856430054 - ] - ], - [ - 3.200000047683716, - [ - -0.06298308074474335, - -0.12210576236248016, - -0.062294069677591324, - 0.988555908203125 - ] - ], - [ - 3.2333333492279053, - [ - -0.06225128471851349, - -0.1216077208518982, - -0.06428229808807373, - 0.9885363578796387 - ] - ], - [ - 3.2666666507720947, - [ - -0.06128165125846863, - -0.12106543779373169, - -0.0664948895573616, - 0.988517165184021 - ] - ], - [ - 3.299999952316284, - [ - -0.06009616702795029, - -0.1204841285943985, - -0.06887295097112656, - 0.9884981513023376 - ] - ], - [ - 3.3333332538604736, - [ - -0.05871967598795891, - -0.11987138539552689, - -0.07135865092277527, - 0.9884790182113647 - ] - ], - [ - 3.366666555404663, - [ - -0.057183586061000824, - -0.11923738569021225, - -0.0738961473107338, - 0.9884593486785889 - ] - ], - [ - 3.4000000953674316, - [ - -0.05552496388554573, - -0.11859475821256638, - -0.07643160969018936, - 0.9884384274482727 - ] - ], - [ - 3.433333396911621, - [ - -0.053785502910614014, - -0.11795877665281296, - -0.07891325652599335, - 0.9884157776832581 - ] - ], - [ - 3.4666666984558105, - [ - -0.05199865624308586, - -0.11734765022993088, - -0.08128999173641205, - 0.9883915185928345 - ] - ], - [ - 3.5, - [ - -0.050197534263134, - -0.1167820617556572, - -0.0835123062133789, - 0.9883662462234497 - ] - ], - [ - 3.5333333015441895, - [ - -0.04841494932770729, - -0.11628448218107224, - -0.0855323076248169, - 0.9883410930633545 - ] - ], - [ - 3.566666603088379, - [ - -0.04668327420949936, - -0.11587847769260406, - -0.08730319142341614, - 0.9883173704147339 - ] - ], - [ - 3.5999999046325684, - [ - -0.04502236470580101, - -0.11558698117733002, - -0.08878187835216522, - 0.9882967472076416 - ] - ], - [ - 3.633333444595337, - [ - -0.04346464201807976, - -0.11543356627225876, - -0.08992225676774979, - 0.9882813096046448 - ] - ], - [ - 3.6666667461395264, - [ - -0.04206079989671707, - -0.11544222384691238, - -0.09067302197217941, - 0.9882725477218628 - ] - ], - [ - 3.700000047683716, - [ - -0.0408334918320179, - -0.11558586359024048, - -0.0910431519150734, - 0.9882730841636658 - ] - ], - [ - 3.7333333492279053, - [ - -0.03979407623410225, - -0.11581439524888992, - -0.09106487780809402, - 0.9882867336273193 - ] - ], - [ - 3.7666666507720947, - [ - -0.0389450378715992, - -0.11614423245191574, - -0.09078248590230942, - 0.9883078336715698 - ] - ], - [ - 3.799999952316284, - [ - -0.038283027708530426, - -0.11658930778503418, - -0.09026267379522324, - 0.9883289933204651 - ] - ], - [ - 3.8333332538604736, - [ - -0.03781663253903389, - -0.1171349436044693, - -0.08952049165964127, - 0.9883498549461365 - ] - ], - [ - 3.866666555404663, - [ - -0.03752168267965317, - -0.11776436120271683, - -0.08857882022857666, - 0.9883711338043213 - ] - ], - [ - 3.9000000953674316, - [ - -0.037357330322265625, - -0.11846047639846802, - -0.0874623954296112, - 0.9883936047554016 - ] - ], - [ - 3.933333396911621, - [ - -0.037304021418094635, - -0.11920933425426483, - -0.08618979156017303, - 0.9884173274040222 - ] - ], - [ - 3.9666666984558105, - [ - -0.03733978793025017, - -0.11999756097793579, - -0.08477954566478729, - 0.988442599773407 - ] - ], - [ - 4.0, - [ - -0.037438999861478806, - -0.12081307917833328, - -0.08325028419494629, - 0.9884694814682007 - ] - ], - [ - 4.0333333015441895, - [ - -0.037582311779260635, - -0.12164456397294998, - -0.08162207156419754, - 0.9884978532791138 - ] - ], - [ - 4.066666603088379, - [ - -0.03774852678179741, - -0.1224822849035263, - -0.07991529256105423, - 0.9885275363922119 - ] - ], - [ - 4.099999904632568, - [ - -0.037929482758045197, - -0.1233147382736206, - -0.07815096527338028, - 0.9885581731796265 - ] - ], - [ - 4.133333206176758, - [ - -0.0381171815097332, - -0.12413148581981659, - -0.0763503685593605, - 0.9885894656181335 - ] - ], - [ - 4.166666507720947, - [ - -0.03830379247665405, - -0.12492319941520691, - -0.07453493773937225, - 0.9886210560798645 - ] - ], - [ - 4.199999809265137, - [ - -0.03848164156079292, - -0.12568150460720062, - -0.0727262794971466, - 0.9886528253555298 - ] - ], - [ - 4.233333110809326, - [ - -0.038643207401037216, - -0.1263992041349411, - -0.07094597816467285, - 0.9886842966079712 - ] - ], - [ - 4.266666889190674, - [ - -0.03878113999962807, - -0.1270701140165329, - -0.06921570003032684, - 0.9887155294418335 - ] - ], - [ - 4.300000190734863, - [ - -0.038888249546289444, - -0.12768881022930145, - -0.06755711883306503, - 0.9887463450431824 - ] - ], - [ - 4.333333492279053, - [ - -0.03895745053887367, - -0.12825074791908264, - -0.06599178910255432, - 0.988776683807373 - ] - ], - [ - 4.366666793823242, - [ - -0.03898175060749054, - -0.12875200808048248, - -0.06454113870859146, - 0.9888063669204712 - ] - ], - [ - 4.400000095367432, - [ - -0.038954269140958786, - -0.12918904423713684, - -0.06322651356458664, - 0.9888352751731873 - ] - ], - [ - 4.433333396911621, - [ - -0.03886817768216133, - -0.12955863773822784, - -0.062069155275821686, - 0.9888635873794556 - ] - ], - [ - 4.4666666984558105, - [ - -0.038716647773981094, - -0.12985768914222717, - -0.061090145260095596, - 0.9888913035392761 - ] - ], - [ - 4.5, - [ - -0.0384928435087204, - -0.13008274137973785, - -0.060310494154691696, - 0.9889183044433594 - ] - ], - [ - 4.5333333015441895, - [ - -0.038189828395843506, - -0.13022999465465546, - -0.05975114926695824, - 0.9889446496963501 - ] - ], - [ - 4.566666603088379, - [ - -0.037800874561071396, - -0.13029491901397705, - -0.059432946145534515, - 0.9889702200889587 - ] - ], - [ - 4.599999904632568, - [ - -0.037314824759960175, - -0.13026563823223114, - -0.05939028412103653, - 0.9889950752258301 - ] - ], - [ - 4.633333206176758, - [ - -0.036727387458086014, - -0.13013644516468048, - -0.059640612453222275, - 0.9890190362930298 - ] - ], - [ - 4.666666507720947, - [ - -0.03601715341210365, - -0.12990282475948334, - -0.06016363576054573, - 0.989044189453125 - ] - ], - [ - 4.699999809265137, - [ - -0.03516647592186928, - -0.12956321239471436, - -0.06092575564980507, - 0.9890726804733276 - ] - ], - [ - 4.733333110809326, - [ - -0.034176506102085114, - -0.12912517786026, - -0.0619005411863327, - 0.989104151725769 - ] - ], - [ - 4.766666889190674, - [ - -0.03305019810795784, - -0.12859582901000977, - -0.06306175142526627, - 0.989138126373291 - ] - ], - [ - 4.800000190734863, - [ - -0.03179200366139412, - -0.12798219919204712, - -0.06438325345516205, - 0.9891737103462219 - ] - ], - [ - 4.833333492279053, - [ - -0.030408984050154686, - -0.12729158997535706, - -0.06583940237760544, - 0.9892105460166931 - ] - ], - [ - 4.866666793823242, - [ - -0.028904443606734276, - -0.12653209269046783, - -0.06740416586399078, - 0.9892476201057434 - ] - ], - [ - 4.900000095367432, - [ - -0.027271762490272522, - -0.12571173906326294, - -0.06905531883239746, - 0.9892846941947937 - ] - ], - [ - 4.933333396911621, - [ - -0.025496771559119225, - -0.12483993172645569, - -0.070770263671875, - 0.989321231842041 - ] - ], - [ - 4.9666666984558105, - [ - -0.023580485954880714, - -0.1239277720451355, - -0.0725238248705864, - 0.9893564581871033 - ] - ], - [ - 5.0, - [ - -0.021547097712755203, - -0.12298548966646194, - -0.07429394125938416, - 0.9893890619277954 - ] - ], - [ - 5.0333333015441895, - [ - -0.01942097581923008, - -0.12202459573745728, - -0.07605884969234467, - 0.9894179701805115 - ] - ], - [ - 5.066666603088379, - [ - -0.017226627096533775, - -0.12105761468410492, - -0.07779715955257416, - 0.9894422292709351 - ] - ], - [ - 5.099999904632568, - [ - -0.01498874370008707, - -0.12009816616773605, - -0.07948783785104752, - 0.9894613027572632 - ] - ], - [ - 5.133333206176758, - [ - -0.012732161208987236, - -0.11916078627109528, - -0.08111023902893066, - 0.9894744753837585 - ] - ], - [ - 5.166666507720947, - [ - -0.010481915436685085, - -0.11826113611459732, - -0.08264405280351639, - 0.9894819855690002 - ] - ], - [ - 5.199999809265137, - [ - -0.008263163268566132, - -0.11741543561220169, - -0.08406931906938553, - 0.989483654499054 - ] - ], - [ - 5.233333110809326, - [ - -0.0061012073419988155, - -0.11664067208766937, - -0.08536633849143982, - 0.9894798398017883 - ] - ], - [ - 5.266666889190674, - [ - -0.0040214392356574535, - -0.11595425009727478, - -0.08651562035083771, - 0.9894713163375854 - ] - ], - [ - 5.300000190734863, - [ - -0.0020494700875133276, - -0.11537376791238785, - -0.08749774098396301, - 0.9894588589668274 - ] - ], - [ - 5.333333492279053, - [ - -0.0002108554617734626, - -0.11491682380437851, - -0.08829314261674881, - 0.9894434809684753 - ] - ], - [ - 5.366666793823242, - [ - 0.0014687393559142947, - -0.11460071057081223, - -0.08888217061758041, - 0.98942631483078 - ] - ], - [ - 5.400000095367432, - [ - 0.0029636358376592398, - -0.11444209516048431, - -0.08924469351768494, - 0.9894087314605713 - ] - ], - [ - 5.433333396911621, - [ - 0.0042581805028021336, - -0.11443943530321121, - -0.08938185125589371, - 0.9893919229507446 - ] - ], - [ - 5.4666666984558105, - [ - 0.005343478638678789, - -0.11457843333482742, - -0.08930911868810654, - 0.9893771409988403 - ] - ], - [ - 5.5, - [ - 0.006202208809554577, - -0.11482156813144684, - -0.08904439955949783, - 0.9893677830696106 - ] - ], - [ - 5.5333333015441895, - [ - 0.0068242112174630165, - -0.11512729525566101, - -0.08861523866653442, - 0.9893667101860046 - ] - ], - [ - 5.566666603088379, - [ - 0.0071957954205572605, - -0.11548475176095963, - -0.08803755044937134, - 0.9893739819526672 - ] - ], - [ - 5.599999904632568, - [ - 0.007307868450880051, - -0.11588342487812042, - -0.08732673525810242, - 0.9893895387649536 - ] - ], - [ - 5.633333206176758, - [ - 0.00715376203879714, - -0.11631300300359726, - -0.08649799227714539, - 0.9894130825996399 - ] - ], - [ - 5.666666507720947, - [ - 0.006732049863785505, - -0.11676383763551712, - -0.08556609600782394, - 0.9894440770149231 - ] - ], - [ - 5.699999809265137, - [ - 0.006045802030712366, - -0.11722693592309952, - -0.08454553782939911, - 0.9894814491271973 - ] - ], - [ - 5.733333110809326, - [ - 0.005103509873151779, - -0.1176941841840744, - -0.08345051109790802, - 0.989524245262146 - ] - ], - [ - 5.766666889190674, - [ - 0.003923237323760986, - -0.11815882474184036, - -0.08229437470436096, - 0.9895710945129395 - ] - ], - [ - 5.800000190734863, - [ - 0.0025281638372689486, - -0.11861497908830643, - -0.0810902789235115, - 0.9896203875541687 - ] - ], - [ - 5.833333492279053, - [ - 0.0009440912399441004, - -0.11905793845653534, - -0.07985158264636993, - 0.9896706938743591 - ] - ], - [ - 5.866666793823242, - [ - -0.0008031062316149473, - -0.11948322504758835, - -0.07859176397323608, - 0.9897204041481018 - ] - ], - [ - 5.900000095367432, - [ - -0.0026875047478824854, - -0.11988680809736252, - -0.0773245096206665, - 0.9897682070732117 - ] - ], - [ - 5.933333396911621, - [ - -0.0046831401996314526, - -0.12026511877775192, - -0.07606370002031326, - 0.9898125529289246 - ] - ], - [ - 5.9666666984558105, - [ - -0.006763944402337074, - -0.12061494588851929, - -0.07482334226369858, - 0.9898523688316345 - ] - ], - [ - 6.0, - [ - -0.008903851732611656, - -0.12093350291252136, - -0.0736175999045372, - 0.989886999130249 - ] - ], - [ - 6.0333333015441895, - [ - -0.011076741851866245, - -0.12121837586164474, - -0.07246075570583344, - 0.989915668964386 - ] - ], - [ - 6.066666603088379, - [ - -0.01325644738972187, - -0.12146735936403275, - -0.0713670626282692, - 0.9899377226829529 - ] - ], - [ - 6.099999904632568, - [ - -0.015416782349348068, - -0.12167856842279434, - -0.07035095989704132, - 0.9899532198905945 - ] - ], - [ - 6.133333206176758, - [ - -0.017531534656882286, - -0.12185025215148926, - -0.06942684203386307, - 0.9899621605873108 - ] - ], - [ - 6.166666507720947, - [ - -0.019574489444494247, - -0.12198077142238617, - -0.06860905140638351, - 0.9899647831916809 - ] - ], - [ - 6.199999809265137, - [ - -0.021519433706998825, - -0.12206848710775375, - -0.06791194528341293, - 0.9899616837501526 - ] - ], - [ - 6.233333110809326, - [ - -0.02334013767540455, - -0.12211159616708755, - -0.06734979897737503, - 0.9899536371231079 - ] - ], - [ - 6.266666889190674, - [ - -0.02501044236123562, - -0.12210811674594879, - -0.06693676114082336, - 0.9899411797523499 - ] - ], - [ - 6.300000190734863, - [ - -0.0265041533857584, - -0.1220557689666748, - -0.06668685376644135, - 0.9899256229400635 - ] - ], - [ - 6.333333492279053, - [ - -0.027795158326625824, - -0.12195170670747757, - -0.06661394238471985, - 0.98990797996521 - ] - ], - [ - 6.366666793823242, - [ - -0.02883145771920681, - -0.12175925821065903, - -0.06679225713014603, - 0.9898899793624878 - ] - ], - [ - 6.400000095367432, - [ - -0.029571933671832085, - -0.12145411968231201, - -0.06726997345685959, - 0.9898732900619507 - ] - ], - [ - 6.433333396911621, - [ - -0.030009472742676735, - -0.12106258422136307, - -0.06810951232910156, - 0.9898506999015808 - ] - ], - [ - 6.4666666984558105, - [ - -0.030145861208438873, - -0.12060505896806717, - -0.0693492516875267, - 0.9898163080215454 - ] - ], - [ - 6.5, - [ - -0.029998986050486565, - -0.1200873851776123, - -0.07092930376529694, - 0.989771842956543 - ] - ], - [ - 6.5333333015441895, - [ - -0.02959206886589527, - -0.11951511353254318, - -0.07278993725776672, - 0.9897181987762451 - ] - ], - [ - 6.566666603088379, - [ - -0.028945188969373703, - -0.11889540404081345, - -0.0748709961771965, - 0.9896568059921265 - ] - ], - [ - 6.599999904632568, - [ - -0.02808520197868347, - -0.11823670566082001, - -0.07711358368396759, - 0.98958820104599 - ] - ], - [ - 6.633333206176758, - [ - -0.027042018249630928, - -0.11754979938268661, - -0.07946009188890457, - 0.9895134568214417 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458629472_1069688.json b/lenses/physics-objects/Scene/assets/1645812458629472_1069688.json deleted file mode 100644 index 0803828e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458629472_1069688.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458629472:1069688", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458631592_1069701.json b/lenses/physics-objects/Scene/assets/1645812458631592_1069701.json deleted file mode 100644 index 5779eb86..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458631592_1069701.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458631592:1069701", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.7186861038208, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.67585277557373, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.684871673583984, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.704936027526855, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.738115310668945, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.775662422180176, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.80355453491211, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.810712814331055, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.785930633544922, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.741040229797363, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.701931953430176, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.725296020507813, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.793306350708008, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.803955078125, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.780107498168945, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.741876602172852, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.710694313049316, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.690123558044434, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.678743362426758, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.69961929321289, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.767509460449219, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.764200210571289, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.725777626037598, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.696969032287598, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.694358825683594, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.726616859436035, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.767633438110352, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.802427291870117, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.820962905883789, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.800071716308594, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.752084732055664, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.716314315795898, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.722209930419922, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.765143394470215, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.824393272399902, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.87866497039795, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.912757873535156, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.900267601013184, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.797703742980957, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.768890380859375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.749324798583984, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.757988929748535, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.805475234985352, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.870185852050781, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.90667724609375, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.895702362060547, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.860180854797363, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.814422607421875, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.778340339660645, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.7771635055542, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.801082611083984, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.84406566619873, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.882078170776367, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.882575988769531, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.813047409057617, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.73570728302002, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.707103729248047, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.711676597595215, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.732438087463379, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.800414085388184, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.803507804870605, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.72603988647461, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.69956111907959, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.676795959472656, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.684767723083496, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458631971_1069708.json b/lenses/physics-objects/Scene/assets/1645812458631971_1069708.json deleted file mode 100644 index ab618b25..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458631971_1069708.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458631971:1069708", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ], - [ - 0.03333333507180214, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ], - [ - 0.06666667014360428, - [ - 0.029203113168478012, - 0.0005456783110275865, - 0.021827615797519684, - 0.9993351101875305 - ] - ], - [ - 0.10000000149011612, - [ - 0.03193573281168938, - 0.002338099991902709, - 0.03453065827488899, - 0.9988905191421509 - ] - ], - [ - 0.13333334028720856, - [ - 0.028240729123353958, - 0.005865449085831642, - 0.028632396832108498, - 0.9991738796234131 - ] - ], - [ - 0.1666666716337204, - [ - 0.0194932222366333, - 0.008173772133886814, - 0.013279986567795277, - 0.9996883869171143 - ] - ], - [ - 0.20000000298023224, - [ - 0.01260731928050518, - 0.006959022954106331, - -0.0076288580894470215, - 0.99986732006073 - ] - ], - [ - 0.23333333432674408, - [ - 0.011468027718365192, - 0.0022750389762222767, - -0.029836921021342278, - 0.99948650598526 - ] - ], - [ - 0.2666666805744171, - [ - 0.015343878418207169, - -0.0033002144191414118, - -0.04954976588487625, - 0.9986483454704285 - ] - ], - [ - 0.30000001192092896, - [ - 0.020466379821300507, - -0.008628307841718197, - -0.06343011558055878, - 0.9977390766143799 - ] - ], - [ - 0.3333333432674408, - [ - 0.02349415421485901, - -0.013880827464163303, - -0.06771373003721237, - 0.9973315596580505 - ] - ], - [ - 0.36666667461395264, - [ - 0.022392315790057182, - -0.013446423225104809, - -0.05345454066991806, - 0.9982286095619202 - ] - ], - [ - 0.4000000059604645, - [ - 0.01566450297832489, - -0.003547495463863015, - -0.02135946787893772, - 0.9996428489685059 - ] - ], - [ - 0.4333333373069763, - [ - 0.005422181449830532, - 0.011041941121220589, - 0.015995502471923828, - 0.9997963905334473 - ] - ], - [ - 0.46666666865348816, - [ - -0.006380088161677122, - 0.02242167480289936, - 0.04612090811133385, - 0.9986638426780701 - ] - ], - [ - 0.5, - [ - -0.01669624075293541, - 0.02455040253698826, - 0.05984477326273918, - 0.9977660775184631 - ] - ], - [ - 0.5333333611488342, - [ - -0.024596963077783585, - 0.01641961932182312, - 0.056005701422691345, - 0.9979923367500305 - ] - ], - [ - 0.5666666626930237, - [ - -0.03142159432172775, - 0.0036717471666634083, - 0.04002675041556358, - 0.9986976981163025 - ] - ], - [ - 0.6000000238418579, - [ - -0.036191340535879135, - -0.008170129731297493, - 0.015856217592954636, - 0.9991856813430786 - ] - ], - [ - 0.6333333253860474, - [ - -0.03777247667312622, - -0.017577875405550003, - -0.009123940952122211, - 0.9990900754928589 - ] - ], - [ - 0.6666666865348816, - [ - -0.033786624670028687, - -0.025299349799752235, - -0.027388758957386017, - 0.9987333416938782 - ] - ], - [ - 0.699999988079071, - [ - -0.025023607537150383, - -0.029704615473747253, - -0.03324735537171364, - 0.9986922740936279 - ] - ], - [ - 0.7333333492279053, - [ - -0.015446058474481106, - -0.028587494045495987, - -0.02532394975423813, - 0.9991511702537537 - ] - ], - [ - 0.7666666507720947, - [ - -0.007826277054846287, - -0.021992404013872147, - -0.008327635005116463, - 0.9996929168701172 - ] - ], - [ - 0.800000011920929, - [ - -0.0049097537994384766, - -0.011179043911397457, - 0.01332621369510889, - 0.9998366832733154 - ] - ], - [ - 0.8333333134651184, - [ - -0.007189714815467596, - 0.0006893951795063913, - 0.03543105348944664, - 0.999346137046814 - ] - ], - [ - 0.8666666746139526, - [ - -0.013789152726531029, - 0.010362084954977036, - 0.05472898483276367, - 0.9983523488044739 - ] - ], - [ - 0.8999999761581421, - [ - -0.024569783359766006, - 0.015902653336524963, - 0.0685621052980423, - 0.9972174763679504 - ] - ], - [ - 0.9333333373069763, - [ - -0.037658464163541794, - 0.017071295529603958, - 0.0742986872792244, - 0.9963786005973816 - ] - ], - [ - 0.9666666388511658, - [ - -0.04998357221484184, - 0.014143859967589378, - 0.06982283294200897, - 0.9962059855461121 - ] - ], - [ - 1.0, - [ - -0.05889527499675751, - 0.008003870025277138, - 0.05642426013946533, - 0.996636152267456 - ] - ], - [ - 1.0333333015441895, - [ - -0.062272995710372925, - 0.00023443359532393515, - 0.03661520406603813, - 0.9973872303962708 - ] - ], - [ - 1.0666667222976685, - [ - -0.05975636467337608, - -0.0071532330475747585, - 0.013950559310615063, - 0.9980899691581726 - ] - ], - [ - 1.100000023841858, - [ - -0.0523265078663826, - -0.012806696817278862, - -0.007396640256047249, - 0.9985204935073853 - ] - ], - [ - 1.1333333253860474, - [ - -0.041333429515361786, - -0.016420751810073853, - -0.023305829614400864, - 0.9987385869026184 - ] - ], - [ - 1.1666666269302368, - [ - -0.029744375497102737, - -0.01834237016737461, - -0.02958785369992256, - 0.998951256275177 - ] - ], - [ - 1.2000000476837158, - [ - -0.02017143741250038, - -0.01600499637424946, - -0.016271265223622322, - 0.9995359778404236 - ] - ], - [ - 1.2333333492279053, - [ - -0.012867617420852184, - -0.0071116103790700436, - 0.015480606816709042, - 0.9997720718383789 - ] - ], - [ - 1.2666666507720947, - [ - -0.008570344187319279, - 0.0027846861630678177, - 0.051939792931079865, - 0.9986096620559692 - ] - ], - [ - 1.2999999523162842, - [ - -0.007574733812361956, - 0.007211728487163782, - 0.07984602451324463, - 0.9967524409294128 - ] - ], - [ - 1.3333333730697632, - [ - -0.013692069798707962, - 0.007894203998148441, - 0.08993112295866013, - 0.9958226680755615 - ] - ], - [ - 1.3666666746139526, - [ - -0.027718590572476387, - 0.007999341934919357, - 0.08459866791963577, - 0.9959973692893982 - ] - ], - [ - 1.399999976158142, - [ - -0.042881496250629425, - 0.008619142696261406, - 0.0711715817451477, - 0.9965046644210815 - ] - ], - [ - 1.4333332777023315, - [ - -0.05393562465906143, - 0.00890437699854374, - 0.050650302320718765, - 0.9972192645072937 - ] - ], - [ - 1.4666666984558105, - [ - -0.06081425026059151, - 0.008325880393385887, - 0.02607380412518978, - 0.9977737665176392 - ] - ], - [ - 1.5, - [ - -0.0629822239279747, - 0.007063665892928839, - 0.0011800697539001703, - 0.9979890584945679 - ] - ], - [ - 1.5333333015441895, - [ - -0.05942365527153015, - 0.0055838036350905895, - -0.020663192495703697, - 0.998003363609314 - ] - ], - [ - 1.5666667222976685, - [ - -0.051077187061309814, - 0.004556271713227034, - -0.03641147166490555, - 0.998020350933075 - ] - ], - [ - 1.600000023841858, - [ - -0.039939578622579575, - 0.004616734571754932, - -0.04304837808012962, - 0.9982636570930481 - ] - ], - [ - 1.6333333253860474, - [ - -0.029788564890623093, - 0.0077473875135183334, - -0.03446442633867264, - 0.9989319443702698 - ] - ], - [ - 1.6666666269302368, - [ - -0.021940192207694054, - 0.014062589965760708, - -0.010499607771635056, - 0.9996052384376526 - ] - ], - [ - 1.7000000476837158, - [ - -0.018589574843645096, - 0.01932176947593689, - 0.021869763731956482, - 0.999401330947876 - ] - ], - [ - 1.7333333492279053, - [ - -0.0203761775046587, - 0.02089616097509861, - 0.052854023873806, - 0.9981757402420044 - ] - ], - [ - 1.7666666507720947, - [ - -0.02523047849535942, - 0.022352434694767, - 0.07432357966899872, - 0.9966643452644348 - ] - ], - [ - 1.7999999523162842, - [ - -0.02946474403142929, - 0.024856850504875183, - 0.08220164477825165, - 0.9958699941635132 - ] - ], - [ - 1.8333333730697632, - [ - -0.030969813466072083, - 0.025381488725543022, - 0.07263098657131195, - 0.9965548515319824 - ] - ], - [ - 1.8666666746139526, - [ - -0.028549598529934883, - 0.021172452718019485, - 0.048163749277591705, - 0.9982068538665771 - ] - ], - [ - 1.899999976158142, - [ - -0.021758247166872025, - 0.012922014109790325, - 0.01533276867121458, - 0.9995622634887695 - ] - ], - [ - 1.9333332777023315, - [ - -0.010676796548068523, - 0.0031116956379264593, - -0.01780988648533821, - 0.9997795224189758 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030748858116567135, - -0.00519885029643774, - -0.043093111366033554, - 0.9990528225898743 - ] - ], - [ - 2.0, - [ - 0.017699778079986572, - -0.008729195222258568, - -0.053159281611442566, - 0.9983910322189331 - ] - ], - [ - 2.0333333015441895, - [ - 0.03133717551827431, - -0.004052821081131697, - -0.04060543701052666, - 0.998675525188446 - ] - ], - [ - 2.066666603088379, - [ - 0.042006149888038635, - 0.008032274432480335, - -0.009378815069794655, - 0.9990411400794983 - ] - ], - [ - 2.0999999046325684, - [ - 0.04565466567873955, - 0.022323699668049812, - 0.028144612908363342, - 0.9983111619949341 - ] - ], - [ - 2.133333444595337, - [ - 0.0409756563603878, - 0.03425799310207367, - 0.05702926963567734, - 0.9969428777694702 - ] - ], - [ - 2.1666667461395264, - [ - 0.031977660953998566, - 0.03949328511953354, - 0.06785713136196136, - 0.9964001774787903 - ] - ], - [ - 2.200000047683716, - [ - 0.022242676466703415, - 0.03810226544737816, - 0.05985620245337486, - 0.9972315430641174 - ] - ], - [ - 2.2333333492279053, - [ - 0.01489723939448595, - 0.03467362001538277, - 0.03918442502617836, - 0.9985191226005554 - ] - ], - [ - 2.2666666507720947, - [ - 0.012394394725561142, - 0.03166692703962326, - 0.010762779042124748, - 0.9993637800216675 - ] - ], - [ - 2.299999952316284, - [ - 0.015667200088500977, - 0.03009011037647724, - -0.018690764904022217, - 0.9992496371269226 - ] - ], - [ - 2.3333332538604736, - [ - 0.02368246391415596, - 0.0277990885078907, - -0.042632244527339935, - 0.998423159122467 - ] - ], - [ - 2.366666555404663, - [ - 0.036005932837724686, - 0.024622291326522827, - -0.053318653255701065, - 0.997624397277832 - ] - ], - [ - 2.4000000953674316, - [ - 0.04655107110738754, - 0.028823137283325195, - -0.0305982306599617, - 0.9980311393737793 - ] - ], - [ - 2.433333396911621, - [ - 0.048557963222265244, - 0.03937385976314545, - 0.023143602535128593, - 0.9977757334709167 - ] - ], - [ - 2.4666666984558105, - [ - 0.04512801393866539, - 0.043681561946868896, - 0.07457850128412247, - 0.9952353835105896 - ] - ], - [ - 2.5, - [ - 0.03548220545053482, - 0.04505251348018646, - 0.09418898075819016, - 0.9939013719558716 - ] - ], - [ - 2.5333333015441895, - [ - 0.023663198575377464, - 0.03907338157296181, - 0.08046840131282806, - 0.9957098960876465 - ] - ], - [ - 2.566666603088379, - [ - 0.01654905080795288, - 0.025132188573479652, - 0.04944217577576637, - 0.9983236789703369 - ] - ], - [ - 2.5999999046325684, - [ - 0.016957614570856094, - 0.012594436295330524, - 0.015023047104477882, - 0.9996640086174011 - ] - ], - [ - 2.633333444595337, - [ - 0.021586287766695023, - 0.007542048580944538, - -0.0010458697797730565, - 0.9997380971908569 - ] - ], - [ - 2.6666667461395264, - [ - 0.025197675451636314, - 0.011972839944064617, - 0.0135570103302598, - 0.999518871307373 - ] - ], - [ - 2.700000047683716, - [ - 0.02794967032968998, - 0.020459972321987152, - 0.044172920286655426, - 0.9984233379364014 - ] - ], - [ - 2.7333333492279053, - [ - 0.029140181839466095, - 0.02683332934975624, - 0.07156079262495041, - 0.996649444103241 - ] - ], - [ - 2.7666666507720947, - [ - 0.03268074989318848, - 0.027868585661053658, - 0.0817088931798935, - 0.995730459690094 - ] - ], - [ - 2.799999952316284, - [ - 0.03264978155493736, - 0.02542714960873127, - 0.07591136544942856, - 0.9962554574012756 - ] - ], - [ - 2.8333332538604736, - [ - 0.029738713055849075, - 0.02290276065468788, - 0.061875179409980774, - 0.9973779320716858 - ] - ], - [ - 2.866666555404663, - [ - 0.028985731303691864, - 0.021627802401781082, - 0.04164767637848854, - 0.9984776377677917 - ] - ], - [ - 2.9000000953674316, - [ - 0.03304614871740341, - 0.0222798902541399, - 0.018359124660491943, - 0.9990367889404297 - ] - ], - [ - 2.933333396911621, - [ - 0.04003644362092018, - 0.024258282035589218, - -0.004057018551975489, - 0.9988955855369568 - ] - ], - [ - 2.9666666984558105, - [ - 0.04767785966396332, - 0.025630364194512367, - -0.022249804809689522, - 0.9982859492301941 - ] - ], - [ - 3.0, - [ - 0.05389326810836792, - 0.024517539888620377, - -0.03220459073781967, - 0.9977261424064636 - ] - ], - [ - 3.0333333015441895, - [ - 0.05550075322389603, - 0.022442569956183434, - -0.022488875314593315, - 0.9979530572891235 - ] - ], - [ - 3.066666603088379, - [ - 0.05043822526931763, - 0.02252678945660591, - 0.007162744645029306, - 0.9984474182128906 - ] - ], - [ - 3.0999999046325684, - [ - 0.04128573089838028, - 0.02334294654428959, - 0.04286687821149826, - 0.9979544281959534 - ] - ], - [ - 3.133333444595337, - [ - 0.030398502945899963, - 0.02201973646879196, - 0.07065866142511368, - 0.9967941641807556 - ] - ], - [ - 3.1666667461395264, - [ - 0.020887289196252823, - 0.017230717465281487, - 0.08097922056913376, - 0.9963479042053223 - ] - ], - [ - 3.200000047683716, - [ - 0.01413221750408411, - 0.008647117763757706, - 0.07271120697259903, - 0.9972155094146729 - ] - ], - [ - 3.2333333492279053, - [ - 0.008657152764499187, - 0.0006654482567682862, - 0.051760852336883545, - 0.9986217617988586 - ] - ], - [ - 3.2666666507720947, - [ - 0.005320777650922537, - -0.001142192748375237, - 0.023275503888726234, - 0.9997143745422363 - ] - ], - [ - 3.299999952316284, - [ - 0.004828611854463816, - 0.002228240016847849, - -0.005317050963640213, - 0.9999717473983765 - ] - ], - [ - 3.3333332538604736, - [ - 0.012481632642447948, - 0.002267105272039771, - -0.010918651707470417, - 0.9998599290847778 - ] - ], - [ - 3.366666555404663, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458632371_1069715.json b/lenses/physics-objects/Scene/assets/1645812458632371_1069715.json deleted file mode 100644 index 863b6b58..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458632371_1069715.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458632371:1069715", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458634323_1069728.json b/lenses/physics-objects/Scene/assets/1645812458634323_1069728.json deleted file mode 100644 index 85033d3d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458634323_1069728.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458634323:1069728", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.509506225585938, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 0.36666667461395264, - [ - 9.499068260192871, - -2.842170943040401e-14, - -5.3290705182007514e-15 - ] - ], - [ - 3.1666667461395264, - [ - 9.51876163482666, - 2.842170943040401e-14, - 1.7763758976415637e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.511234283447266, - -1.4210854715202004e-14, - -2.6645352591003757e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458634770_1069735.json b/lenses/physics-objects/Scene/assets/1645812458634770_1069735.json deleted file mode 100644 index 9a5b02c8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458634770_1069735.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458634770:1069735", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.024513037875294685, - -0.27630433440208435, - -0.20704910159111023, - 0.9381821155548096 - ] - ], - [ - 0.03333333507180214, - [ - -0.024513037875294685, - -0.27630433440208435, - -0.20704910159111023, - 0.9381821155548096 - ] - ], - [ - 0.06666667014360428, - [ - -0.023376699537038803, - -0.27542680501937866, - -0.2123091071844101, - 0.9372931718826294 - ] - ], - [ - 0.10000000149011612, - [ - -0.022123977541923523, - -0.2746463418006897, - -0.21751220524311066, - 0.9363591074943542 - ] - ], - [ - 0.13333334028720856, - [ - -0.02079913578927517, - -0.2739797532558441, - -0.22255779802799225, - 0.9353986978530884 - ] - ], - [ - 0.1666666716337204, - [ - -0.01943862996995449, - -0.27345001697540283, - -0.22733917832374573, - 0.9344326257705688 - ] - ], - [ - 0.20000000298023224, - [ - -0.018078412860631943, - -0.27308064699172974, - -0.2317497283220291, - 0.933483898639679 - ] - ], - [ - 0.23333333432674408, - [ - -0.01675374060869217, - -0.272894948720932, - -0.23568278551101685, - 0.9325777888298035 - ] - ], - [ - 0.2666666805744171, - [ - -0.015499262139201164, - -0.27291497588157654, - -0.23903124034404755, - 0.9317409992218018 - ] - ], - [ - 0.30000001192092896, - [ - -0.014348997734487057, - -0.273160845041275, - -0.24168728291988373, - 0.9310019016265869 - ] - ], - [ - 0.3333333432674408, - [ - -0.013336424715816975, - -0.2736494243144989, - -0.24354228377342224, - 0.9303898811340332 - ] - ], - [ - 0.36666667461395264, - [ - -0.012494619004428387, - -0.274393767118454, - -0.24448628723621368, - 0.9299346208572388 - ] - ], - [ - 0.4000000059604645, - [ - -0.011830837465822697, - -0.27528730034828186, - -0.24453690648078918, - 0.9296658635139465 - ] - ], - [ - 0.4333333373069763, - [ - -0.011341895908117294, - -0.276172399520874, - -0.24376487731933594, - 0.9296122193336487 - ] - ], - [ - 0.46666666865348816, - [ - -0.01101566944271326, - -0.277150958776474, - -0.24234336614608765, - 0.9296965599060059 - ] - ], - [ - 0.5, - [ - -0.010834618471562862, - -0.278342604637146, - -0.2405136525630951, - 0.9298178553581238 - ] - ], - [ - 0.5333333611488342, - [ - -0.010793543420732021, - -0.27970534563064575, - -0.23830552399158478, - 0.9299780130386353 - ] - ], - [ - 0.5666666626930237, - [ - -0.010885096155107021, - -0.2811979651451111, - -0.23573844134807587, - 0.9301809668540955 - ] - ], - [ - 0.6000000238418579, - [ - -0.011094998568296432, - -0.2827964425086975, - -0.23285135626792908, - 0.9304211735725403 - ] - ], - [ - 0.6333333253860474, - [ - -0.01140535157173872, - -0.2844800353050232, - -0.2296801507472992, - 0.9306922554969788 - ] - ], - [ - 0.6666666865348816, - [ - -0.011795996688306332, - -0.28623080253601074, - -0.22625882923603058, - 0.9309885501861572 - ] - ], - [ - 0.699999988079071, - [ - -0.012243366800248623, - -0.28803399205207825, - -0.2226182073354721, - 0.9313042759895325 - ] - ], - [ - 0.7333333492279053, - [ - -0.012729402631521225, - -0.2898717522621155, - -0.21879395842552185, - 0.9316337704658508 - ] - ], - [ - 0.7666666507720947, - [ - -0.013234262354671955, - -0.2917288541793823, - -0.21481986343860626, - 0.9319718480110168 - ] - ], - [ - 0.800000011920929, - [ - -0.013750515878200531, - -0.2935826778411865, - -0.2107413411140442, - 0.9323135018348694 - ] - ], - [ - 0.8333333134651184, - [ - -0.014270849525928497, - -0.2954123616218567, - -0.2066037654876709, - 0.9326537251472473 - ] - ], - [ - 0.8666666746139526, - [ - -0.014788104221224785, - -0.29719892144203186, - -0.20245243608951569, - 0.9329884052276611 - ] - ], - [ - 0.8999999761581421, - [ - -0.015295250341296196, - -0.2989250421524048, - -0.1983325332403183, - 0.9333134889602661 - ] - ], - [ - 0.9333333373069763, - [ - -0.015785397961735725, - -0.30057525634765625, - -0.19428910315036774, - 0.9336258769035339 - ] - ], - [ - 0.9666666388511658, - [ - -0.01625177264213562, - -0.3021353483200073, - -0.1903667002916336, - 0.9339221715927124 - ] - ], - [ - 1.0, - [ - -0.01668776385486126, - -0.3035928010940552, - -0.18660978972911835, - 0.9342000484466553 - ] - ], - [ - 1.0333333015441895, - [ - -0.01708683930337429, - -0.3049360513687134, - -0.1830623596906662, - 0.9344571828842163 - ] - ], - [ - 1.0666667222976685, - [ - -0.017442552372813225, - -0.3061544895172119, - -0.17976805567741394, - 0.9346917271614075 - ] - ], - [ - 1.100000023841858, - [ - -0.01774861104786396, - -0.3072381615638733, - -0.17677044868469238, - 0.9349021911621094 - ] - ], - [ - 1.1333333253860474, - [ - -0.017998674884438515, - -0.3081774413585663, - -0.1741124987602234, - 0.9350870251655579 - ] - ], - [ - 1.1666666269302368, - [ - -0.018186472356319427, - -0.30896270275115967, - -0.17183718085289001, - 0.9352450370788574 - ] - ], - [ - 1.2000000476837158, - [ - -0.01839142106473446, - -0.30956074595451355, - -0.16998082399368286, - 0.935382604598999 - ] - ], - [ - 1.2333333492279053, - [ - -0.018686432391405106, - -0.30994006991386414, - -0.16858045756816864, - 0.9355044364929199 - ] - ], - [ - 1.2666666507720947, - [ - -0.019055472686886787, - -0.3100925087928772, - -0.16768012940883636, - 0.9356083273887634 - ] - ], - [ - 1.2999999523162842, - [ - -0.019476985558867455, - -0.3099915683269501, - -0.16735301911830902, - 0.9356916546821594 - ] - ], - [ - 1.3333333730697632, - [ - -0.01993563584983349, - -0.3096272349357605, - -0.16763652861118317, - 0.9357519745826721 - ] - ], - [ - 1.3666666746139526, - [ - -0.020400045439600945, - -0.30899301171302795, - -0.1684555858373642, - 0.9358044266700745 - ] - ], - [ - 1.399999976158142, - [ - -0.02084263227880001, - -0.3080885708332062, - -0.16970448195934296, - 0.9358673095703125 - ] - ], - [ - 1.4333332777023315, - [ - -0.021253099665045738, - -0.30694833397865295, - -0.17132185399532318, - 0.9359379410743713 - ] - ], - [ - 1.4666666984558105, - [ - -0.021622955799102783, - -0.3056055009365082, - -0.17325279116630554, - 0.9360134601593018 - ] - ], - [ - 1.5, - [ - -0.021945243701338768, - -0.304084837436676, - -0.17544269561767578, - 0.9360933303833008 - ] - ], - [ - 1.5333333015441895, - [ - -0.022215567529201508, - -0.3024105727672577, - -0.1778399795293808, - 0.9361769556999207 - ] - ], - [ - 1.5666667222976685, - [ - -0.02242596074938774, - -0.30061039328575134, - -0.18039008975028992, - 0.936263918876648 - ] - ], - [ - 1.600000023841858, - [ - -0.022571099922060966, - -0.29871174693107605, - -0.1830415576696396, - 0.9363533854484558 - ] - ], - [ - 1.6333333253860474, - [ - -0.022639373317360878, - -0.2967478930950165, - -0.185737743973732, - 0.9364452362060547 - ] - ], - [ - 1.6666666269302368, - [ - -0.022621752694249153, - -0.2947522699832916, - -0.1884251981973648, - 0.9365391135215759 - ] - ], - [ - 1.7000000476837158, - [ - -0.022531135007739067, - -0.292746901512146, - -0.1910717785358429, - 0.9366339445114136 - ] - ], - [ - 1.7333333492279053, - [ - -0.022380542010068893, - -0.29075509309768677, - -0.19364580512046814, - 0.936729371547699 - ] - ], - [ - 1.7666666507720947, - [ - -0.02218305505812168, - -0.288800984621048, - -0.19611573219299316, - 0.9368246793746948 - ] - ], - [ - 1.7999999523162842, - [ - -0.021951891481876373, - -0.28690987825393677, - -0.19845029711723328, - 0.9369195699691772 - ] - ], - [ - 1.8333333730697632, - [ - -0.021700376644730568, - -0.2851077616214752, - -0.20061847567558289, - 0.9370138049125671 - ] - ], - [ - 1.8666666746139526, - [ - -0.021441910415887833, - -0.2834213376045227, - -0.20258928835391998, - 0.9371073246002197 - ] - ], - [ - 1.899999976158142, - [ - -0.021190017461776733, - -0.28187796473503113, - -0.20433193445205688, - 0.9372002482414246 - ] - ], - [ - 1.9333332777023315, - [ - -0.0209583081305027, - -0.2805051803588867, - -0.20581553876399994, - 0.9372928142547607 - ] - ], - [ - 1.9666666984558105, - [ - -0.02076045423746109, - -0.2793305516242981, - -0.20700903236865997, - 0.9373850226402283 - ] - ], - [ - 2.0, - [ - -0.020610176026821136, - -0.27838149666786194, - -0.20788125693798065, - 0.9374776482582092 - ] - ], - [ - 2.0333333015441895, - [ - -0.02052127942442894, - -0.2776850163936615, - -0.20840057730674744, - 0.9375708699226379 - ] - ], - [ - 2.0999999046325684, - [ - -0.0205827709287405, - -0.27715253829956055, - -0.2082511931657791, - 0.9377603530883789 - ] - ], - [ - 2.133333444595337, - [ - -0.02075117453932762, - -0.27732861042022705, - -0.20756393671035767, - 0.9378568530082703 - ] - ], - [ - 2.1666667461395264, - [ - -0.02101042866706848, - -0.2777572572231293, - -0.20651927590370178, - 0.937954843044281 - ] - ], - [ - 2.200000047683716, - [ - -0.021367182955145836, - -0.27832189202308655, - -0.20515911281108856, - 0.938077986240387 - ] - ], - [ - 2.2333333492279053, - [ - -0.0218212753534317, - -0.2789047360420227, - -0.2035483866930008, - 0.9382451772689819 - ] - ], - [ - 2.2666666507720947, - [ - -0.02237536758184433, - -0.2794937789440155, - -0.2017407864332199, - 0.9384472370147705 - ] - ], - [ - 2.299999952316284, - [ - -0.02302779257297516, - -0.2800808846950531, - -0.19978246092796326, - 0.9386754631996155 - ] - ], - [ - 2.3333332538604736, - [ - -0.023774415254592896, - -0.2806504964828491, - -0.19771918654441833, - 0.9389235377311707 - ] - ], - [ - 2.366666555404663, - [ - -0.024606140330433846, - -0.2811910808086395, - -0.19559256732463837, - 0.939185619354248 - ] - ], - [ - 2.4000000953674316, - [ - -0.025594795122742653, - -0.2816724181175232, - -0.19342876970767975, - 0.9394630789756775 - ] - ], - [ - 2.433333396911621, - [ - -0.02681342326104641, - -0.2820674777030945, - -0.1912485659122467, - 0.9397568702697754 - ] - ], - [ - 2.4666666984558105, - [ - -0.028243787586688995, - -0.2823769450187683, - -0.1890760064125061, - 0.940061628818512 - ] - ], - [ - 2.5, - [ - -0.02986280433833599, - -0.2826046347618103, - -0.18693067133426666, - 0.940372109413147 - ] - ], - [ - 2.5333333015441895, - [ - -0.03164493292570114, - -0.2827557921409607, - -0.18482992053031921, - 0.9406836032867432 - ] - ], - [ - 2.566666603088379, - [ - -0.0335644893348217, - -0.2828355133533478, - -0.18279096484184265, - 0.9409915804862976 - ] - ], - [ - 2.5999999046325684, - [ - -0.03559572249650955, - -0.2828485071659088, - -0.1808309257030487, - 0.9412915706634521 - ] - ], - [ - 2.633333444595337, - [ - -0.037712790071964264, - -0.2827993929386139, - -0.17896687984466553, - 0.9415801167488098 - ] - ], - [ - 2.6666667461395264, - [ - -0.03988967090845108, - -0.28269216418266296, - -0.17721590399742126, - 0.9418537616729736 - ] - ], - [ - 2.700000047683716, - [ - -0.04210037738084793, - -0.2825304865837097, - -0.1755949705839157, - 0.9421097040176392 - ] - ], - [ - 2.7333333492279053, - [ - -0.044318787753582, - -0.28231731057167053, - -0.17412105202674866, - 0.9423452615737915 - ] - ], - [ - 2.7666666507720947, - [ - -0.0465187206864357, - -0.28205519914627075, - -0.17281115055084229, - 0.9425588250160217 - ] - ], - [ - 2.799999952316284, - [ - -0.04867396876215935, - -0.2817460894584656, - -0.17168225347995758, - 0.9427487254142761 - ] - ], - [ - 2.8333332538604736, - [ - -0.05075828358530998, - -0.2813912034034729, - -0.17075137794017792, - 0.9429138898849487 - ] - ], - [ - 2.866666555404663, - [ - -0.05274540185928345, - -0.2809911370277405, - -0.17003551125526428, - 0.9430534839630127 - ] - ], - [ - 2.9000000953674316, - [ - -0.054609086364507675, - -0.2805458605289459, - -0.16955164074897766, - 0.9431670904159546 - ] - ], - [ - 2.933333396911621, - [ - -0.056282300502061844, - -0.2800631523132324, - -0.1693168580532074, - 0.9432543516159058 - ] - ], - [ - 2.9666666984558105, - [ - -0.05771147459745407, - -0.27954715490341187, - -0.1693483293056488, - 0.9433153867721558 - ] - ], - [ - 3.0, - [ - -0.058890450745821, - -0.2789912521839142, - -0.16966308653354645, - 0.9433505535125732 - ] - ], - [ - 3.0333333015441895, - [ - -0.05981314182281494, - -0.27838894724845886, - -0.17027804255485535, - 0.9433596134185791 - ] - ], - [ - 3.066666603088379, - [ - -0.060448382049798965, - -0.277655690908432, - -0.17133554816246033, - 0.9433437585830688 - ] - ], - [ - 3.0999999046325684, - [ - -0.06077553704380989, - -0.27673661708831787, - -0.17292411625385284, - 0.9433030486106873 - ] - ], - [ - 3.133333444595337, - [ - -0.060802944004535675, - -0.27572083473205566, - -0.1752328723669052, - 0.9431725740432739 - ] - ], - [ - 3.1666667461395264, - [ - -0.06054841727018356, - -0.27467721700668335, - -0.1783922165632248, - 0.9429012537002563 - ] - ], - [ - 3.200000047683716, - [ - -0.0600496307015419, - -0.2735925316810608, - -0.1822333186864853, - 0.9425137639045715 - ] - ], - [ - 3.2333333492279053, - [ - -0.05932274088263512, - -0.27246585488319397, - -0.1865997463464737, - 0.9420316815376282 - ] - ], - [ - 3.2666666507720947, - [ - -0.058364734053611755, - -0.27132368087768555, - -0.1913650929927826, - 0.9414651393890381 - ] - ], - [ - 3.299999952316284, - [ - -0.05719779059290886, - -0.2701895534992218, - -0.19640907645225525, - 0.9408238530158997 - ] - ], - [ - 3.3333332538604736, - [ - -0.05584689602255821, - -0.26909011602401733, - -0.20161476731300354, - 0.9401187896728516 - ] - ], - [ - 3.366666555404663, - [ - -0.054343197494745255, - -0.26805156469345093, - -0.2068713903427124, - 0.9393611550331116 - ] - ], - [ - 3.4000000953674316, - [ - -0.05272330716252327, - -0.2670995593070984, - -0.21207398176193237, - 0.9385641813278198 - ] - ], - [ - 3.433333396911621, - [ - -0.05102808028459549, - -0.26625850796699524, - -0.21712175011634827, - 0.9377423524856567 - ] - ], - [ - 3.4666666984558105, - [ - -0.049290385097265244, - -0.2655590772628784, - -0.22190801799297333, - 0.9369128346443176 - ] - ], - [ - 3.5, - [ - -0.047542754560709, - -0.26503244042396545, - -0.2263265997171402, - 0.9360949397087097 - ] - ], - [ - 3.5333333015441895, - [ - -0.045817166566848755, - -0.2647095322608948, - -0.23027125000953674, - 0.9353101253509521 - ] - ], - [ - 3.566666603088379, - [ - -0.04414505138993263, - -0.264619916677475, - -0.23363527655601501, - 0.9345812201499939 - ] - ], - [ - 3.5999999046325684, - [ - -0.04254579544067383, - -0.2647947072982788, - -0.236311674118042, - 0.933932900428772 - ] - ], - [ - 3.633333444595337, - [ - -0.04105053469538689, - -0.26525774598121643, - -0.23819206655025482, - 0.9333904385566711 - ] - ], - [ - 3.6666667461395264, - [ - -0.03970763087272644, - -0.2660224735736847, - -0.23916664719581604, - 0.9329816102981567 - ] - ], - [ - 3.700000047683716, - [ - -0.03853876143693924, - -0.2669817805290222, - -0.23925131559371948, - 0.9327348470687866 - ] - ], - [ - 3.7333333492279053, - [ - -0.037554964423179626, - -0.26797717809677124, - -0.23851414024829865, - 0.9326783418655396 - ] - ], - [ - 3.7666666507720947, - [ - -0.036755383014678955, - -0.2690955102443695, - -0.23713107407093048, - 0.9327408671379089 - ] - ], - [ - 3.799999952316284, - [ - -0.03613322600722313, - -0.2704380452632904, - -0.2353459596633911, - 0.9328290224075317 - ] - ], - [ - 3.8333332538604736, - [ - -0.03569678217172623, - -0.2719544768333435, - -0.23318789899349213, - 0.9329469203948975 - ] - ], - [ - 3.866666555404663, - [ - -0.035423390567302704, - -0.27360454201698303, - -0.23067590594291687, - 0.9330993294715881 - ] - ], - [ - 3.9000000953674316, - [ - -0.03527427464723587, - -0.2753704786300659, - -0.22784775495529175, - 0.9332804679870605 - ] - ], - [ - 3.933333396911621, - [ - -0.03523083031177521, - -0.277229905128479, - -0.22473804652690887, - 0.9334855079650879 - ] - ], - [ - 3.9666666984558105, - [ - -0.03527219966053963, - -0.279163122177124, - -0.221379816532135, - 0.9337102174758911 - ] - ], - [ - 4.0, - [ - -0.03537404537200928, - -0.2811537981033325, - -0.21780286729335785, - 0.9339503049850464 - ] - ], - [ - 4.0333333015441895, - [ - -0.03551798313856125, - -0.2831824719905853, - -0.21404221653938293, - 0.9342013001441956 - ] - ], - [ - 4.066666603088379, - [ - -0.03568384423851967, - -0.28523218631744385, - -0.2101312279701233, - 0.934459388256073 - ] - ], - [ - 4.099999904632568, - [ - -0.03586379438638687, - -0.2872790992259979, - -0.2061142772436142, - 0.934719979763031 - ] - ], - [ - 4.133333206176758, - [ - -0.03605012595653534, - -0.2893012762069702, - -0.20203609764575958, - 0.9349794387817383 - ] - ], - [ - 4.166666507720947, - [ - -0.03623533248901367, - -0.2912786304950714, - -0.19794130325317383, - 0.9352341890335083 - ] - ], - [ - 4.199999809265137, - [ - -0.03641203045845032, - -0.29319295287132263, - -0.19387449324131012, - 0.9354811310768127 - ] - ], - [ - 4.233333110809326, - [ - -0.03657297044992447, - -0.29502761363983154, - -0.18987996876239777, - 0.9357172250747681 - ] - ], - [ - 4.266666889190674, - [ - -0.03671109303832054, - -0.29676786065101624, - -0.1860019862651825, - 0.9359403848648071 - ] - ], - [ - 4.300000190734863, - [ - -0.036819517612457275, - -0.2984001934528351, - -0.18228469789028168, - 0.936148464679718 - ] - ], - [ - 4.333333492279053, - [ - -0.036891449242830276, - -0.29991239309310913, - -0.1787717491388321, - 0.936339795589447 - ] - ], - [ - 4.366666793823242, - [ - -0.03692018613219261, - -0.3012933135032654, - -0.17550650238990784, - 0.9365130662918091 - ] - ], - [ - 4.400000095367432, - [ - -0.03689916059374809, - -0.302532434463501, - -0.17253218591213226, - 0.9366672039031982 - ] - ], - [ - 4.433333396911621, - [ - -0.03682180494070053, - -0.3036196529865265, - -0.16989165544509888, - 0.936801016330719 - ] - ], - [ - 4.4666666984558105, - [ - -0.0366816371679306, - -0.30454501509666443, - -0.1676277220249176, - 0.9369139671325684 - ] - ], - [ - 4.5, - [ - -0.03647216036915779, - -0.3052982985973358, - -0.16578319668769836, - 0.9370051622390747 - ] - ], - [ - 4.5333333015441895, - [ - -0.03618674352765083, - -0.305868536233902, - -0.16440069675445557, - 0.937073826789856 - ] - ], - [ - 4.566666603088379, - [ - -0.03581899031996727, - -0.3062435984611511, - -0.16352319717407227, - 0.9371190071105957 - ] - ], - [ - 4.599999904632568, - [ - -0.035358309745788574, - -0.30639395117759705, - -0.1632232964038849, - 0.937139630317688 - ] - ], - [ - 4.633333206176758, - [ - -0.034800633788108826, - -0.3063066005706787, - -0.16353857517242432, - 0.9371340870857239 - ] - ], - [ - 4.666666507720947, - [ - -0.03412621468305588, - -0.30597245693206787, - -0.16439424455165863, - 0.9371183514595032 - ] - ], - [ - 4.699999809265137, - [ - -0.03331894800066948, - -0.3053898513317108, - -0.16568560898303986, - 0.9371101260185242 - ] - ], - [ - 4.733333110809326, - [ - -0.03237982839345932, - -0.30459272861480713, - -0.16735292971134186, - 0.937106192111969 - ] - ], - [ - 4.766666889190674, - [ - -0.031311534345149994, - -0.3036140203475952, - -0.16934294998645782, - 0.9371024966239929 - ] - ], - [ - 4.800000190734863, - [ - -0.030118290334939957, - -0.30247822403907776, - -0.17160284519195557, - 0.9370977878570557 - ] - ], - [ - 4.833333492279053, - [ - -0.028806783258914948, - -0.301209032535553, - -0.17408263683319092, - 0.9370904564857483 - ] - ], - [ - 4.866666793823242, - [ - -0.027380147948861122, - -0.2998332381248474, - -0.1767289787530899, - 0.9370790719985962 - ] - ], - [ - 4.900000095367432, - [ - -0.025832148268818855, - -0.298380583524704, - -0.17949111759662628, - 0.9370618462562561 - ] - ], - [ - 4.933333396911621, - [ - -0.024149315431714058, - -0.2968863248825073, - -0.1823122501373291, - 0.9370366930961609 - ] - ], - [ - 4.9666666984558105, - [ - -0.022332658991217613, - -0.29538270831108093, - -0.18513908982276917, - 0.9370025992393494 - ] - ], - [ - 5.0, - [ - -0.020405251532793045, - -0.29389047622680664, - -0.1879395693540573, - 0.9369582533836365 - ] - ], - [ - 5.0333333015441895, - [ - -0.018390169367194176, - -0.2924308478832245, - -0.19068118929862976, - 0.9369027018547058 - ] - ], - [ - 5.066666603088379, - [ - -0.01631072349846363, - -0.29102569818496704, - -0.19333143532276154, - 0.9368355870246887 - ] - ], - [ - 5.099999904632568, - [ - -0.014190372079610825, - -0.2896972894668579, - -0.19585756957530975, - 0.9367571473121643 - ] - ], - [ - 5.133333206176758, - [ - -0.01205267384648323, - -0.28846824169158936, - -0.19822663068771362, - 0.9366681575775146 - ] - ], - [ - 5.166666507720947, - [ - -0.009921406395733356, - -0.2873613238334656, - -0.20040513575077057, - 0.9365696907043457 - ] - ], - [ - 5.199999809265137, - [ - -0.00782039761543274, - -0.28639936447143555, - -0.20235943794250488, - 0.9364640712738037 - ] - ], - [ - 5.233333110809326, - [ - -0.00577362347394228, - -0.2856050133705139, - -0.2040552943944931, - 0.9363536238670349 - ] - ], - [ - 5.266666889190674, - [ - -0.003805116517469287, - -0.28500044345855713, - -0.2054578959941864, - 0.9362410306930542 - ] - ], - [ - 5.300000190734863, - [ - -0.0019390203524380922, - -0.28460735082626343, - -0.20653189718723297, - 0.936130166053772 - ] - ], - [ - 5.333333492279053, - [ - -0.00019946960674133152, - -0.28444647789001465, - -0.20724105834960938, - 0.9360241889953613 - ] - ], - [ - 5.366666793823242, - [ - 0.001389318029396236, - -0.2845373749732971, - -0.20754879713058472, - 0.9359273910522461 - ] - ], - [ - 5.400000095367432, - [ - 0.002803187817335129, - -0.28489816188812256, - -0.20741741359233856, - 0.9358435869216919 - ] - ], - [ - 5.433333396911621, - [ - 0.0040274267084896564, - -0.28550970554351807, - -0.20685751736164093, - 0.9357767701148987 - ] - ], - [ - 5.4666666984558105, - [ - 0.005053741857409477, - -0.28632718324661255, - -0.20591269433498383, - 0.9357303977012634 - ] - ], - [ - 5.5, - [ - 0.005865969695150852, - -0.28722792863845825, - -0.20462732017040253, - 0.9357314705848694 - ] - ], - [ - 5.5333333015441895, - [ - 0.006454740650951862, - -0.2880900502204895, - -0.20307080447673798, - 0.93580162525177 - ] - ], - [ - 5.566666603088379, - [ - 0.006807115860283375, - -0.2888985276222229, - -0.20129746198654175, - 0.9359330534934998 - ] - ], - [ - 5.599999904632568, - [ - 0.0069143944419920444, - -0.2896433472633362, - -0.19935445487499237, - 0.9361178874969482 - ] - ], - [ - 5.633333206176758, - [ - 0.006770108360797167, - -0.2903079092502594, - -0.1972878873348236, - 0.9363510012626648 - ] - ], - [ - 5.666666507720947, - [ - 0.006372686941176653, - -0.2908798158168793, - -0.19513945281505585, - 0.9366263747215271 - ] - ], - [ - 5.699999809265137, - [ - 0.005724750924855471, - -0.2913508415222168, - -0.19294703006744385, - 0.9369384050369263 - ] - ], - [ - 5.733333110809326, - [ - 0.004834053106606007, - -0.291716605424881, - -0.19074362516403198, - 0.9372807145118713 - ] - ], - [ - 5.766666889190674, - [ - 0.0037173954769968987, - -0.2919791638851166, - -0.18855364620685577, - 0.9376469850540161 - ] - ], - [ - 5.800000190734863, - [ - 0.002396369120106101, - -0.29214364290237427, - -0.1863970309495926, - 0.9380311965942383 - ] - ], - [ - 5.833333492279053, - [ - 0.0008952045463956892, - -0.29221686720848083, - -0.1842910200357437, - 0.9384271502494812 - ] - ], - [ - 5.866666793823242, - [ - -0.0007618195959366858, - -0.29220545291900635, - -0.1822526603937149, - 0.938828706741333 - ] - ], - [ - 5.900000095367432, - [ - -0.0025502764619886875, - -0.2921159863471985, - -0.18029899895191193, - 0.9392305612564087 - ] - ], - [ - 5.933333396911621, - [ - -0.004445692058652639, - -0.2919546365737915, - -0.17844682931900024, - 0.9396272897720337 - ] - ], - [ - 5.9666666984558105, - [ - -0.006423392798751593, - -0.29172736406326294, - -0.17671288549900055, - 0.9400140643119812 - ] - ], - [ - 6.0, - [ - -0.008458603173494339, - -0.29143959283828735, - -0.17511382699012756, - 0.9403864145278931 - ] - ], - [ - 6.0333333015441895, - [ - -0.010526493191719055, - -0.2910962998867035, - -0.17366617918014526, - 0.9407402276992798 - ] - ], - [ - 6.066666603088379, - [ - -0.012602079659700394, - -0.29070189595222473, - -0.1723865121603012, - 0.9410721063613892 - ] - ], - [ - 6.099999904632568, - [ - -0.014660310931503773, - -0.2902601957321167, - -0.1712912619113922, - 0.9413784742355347 - ] - ], - [ - 6.133333206176758, - [ - -0.016676077619194984, - -0.2897743880748749, - -0.17039696872234344, - 0.9416569471359253 - ] - ], - [ - 6.166666507720947, - [ - -0.0186242014169693, - -0.28924691677093506, - -0.16972003877162933, - 0.9419047236442566 - ] - ], - [ - 6.199999809265137, - [ - -0.020479468628764153, - -0.28867965936660767, - -0.16927693784236908, - 0.9421199560165405 - ] - ], - [ - 6.233333110809326, - [ - -0.02221662551164627, - -0.2880737781524658, - -0.16908416152000427, - 0.9423007369041443 - ] - ], - [ - 6.266666889190674, - [ - -0.023810476064682007, - -0.2874295711517334, - -0.16915811598300934, - 0.9424451589584351 - ] - ], - [ - 6.300000190734863, - [ - -0.025235772132873535, - -0.2867468297481537, - -0.1695152372121811, - 0.942551851272583 - ] - ], - [ - 6.333333492279053, - [ - -0.02646736055612564, - -0.2860245406627655, - -0.17017196118831635, - 0.9426192045211792 - ] - ], - [ - 6.366666793823242, - [ - -0.027455437928438187, - -0.28518474102020264, - -0.17127177119255066, - 0.9426462054252625 - ] - ], - [ - 6.400000095367432, - [ - -0.028160609304904938, - -0.28417840600013733, - -0.17290356755256653, - 0.9426314234733582 - ] - ], - [ - 6.433333396911621, - [ - -0.02857409417629242, - -0.2831139862537384, - -0.1752534657716751, - 0.9425053000450134 - ] - ], - [ - 6.4666666984558105, - [ - -0.02869606576859951, - -0.28207460045814514, - -0.17844970524311066, - 0.9422134160995483 - ] - ], - [ - 6.5, - [ - -0.02854449860751629, - -0.2810474932193756, - -0.18232282996177673, - 0.9417833685874939 - ] - ], - [ - 6.5333333015441895, - [ - -0.02814255841076374, - -0.2800261080265045, - -0.18671567738056183, - 0.9412388801574707 - ] - ], - [ - 6.566666603088379, - [ - -0.02751018851995468, - -0.27902472019195557, - -0.1915024071931839, - 0.9405930042266846 - ] - ], - [ - 6.599999904632568, - [ - -0.026673858985304832, - -0.2780586779117584, - -0.1965634822845459, - 0.9398589730262756 - ] - ], - [ - 6.633333206176758, - [ - -0.025662926957011223, - -0.2771459221839905, - -0.2017824500799179, - 0.9390502572059631 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458635194_1069742.json b/lenses/physics-objects/Scene/assets/1645812458635194_1069742.json deleted file mode 100644 index 8c6808be..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458635194_1069742.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458635194:1069742", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458637484_1069755.json b/lenses/physics-objects/Scene/assets/1645812458637484_1069755.json deleted file mode 100644 index 5e50e28f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458637484_1069755.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458637484:1069755", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.714620590209961, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.668499946594238, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.699816703796387, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.720037460327148, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.744884490966797, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.78878116607666, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.782343864440918, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.738207817077637, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.683037757873535, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.652953147888184, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.661609649658203, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.684399604797363, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.715960502624512, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.745569229125977, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.783934593200684, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.799711227416992, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.777750968933105, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.734082221984863, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.687151908874512, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.654716491699219, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.677506446838379, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.695239067077637, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.726469039916992, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.763548851013184, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.780754089355469, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.744796752929688, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.674476623535156, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.629341125488281, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.63659381866455, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.667413711547852, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.690388679504395, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.717530250549316, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.794673919677734, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.818455696105957, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.795319557189941, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.727636337280273, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.668505668640137, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.66498851776123, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.685481071472168, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.71920108795166, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.7523832321167, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.803596496582031, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.867756843566895, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.911194801330566, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.891815185546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.81644344329834, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.749448776245117, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.729486465454102, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.750216484069824, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.787118911743164, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.84512996673584, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.894891738891602, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.881103515625, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.722232818603516, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.71312427520752, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.798141479492188, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.843441009521484, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.87923526763916, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.865691184997559, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.767630577087402, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.675239562988281, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.655731201171875, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.667068481445313, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.70689582824707, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.728931427001953, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.789596557617188, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.811239242553711, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.799139022827148, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.748313903808594, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.68315601348877, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.644042015075684, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.674650192260742, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.683929443359375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458637768_1069762.json b/lenses/physics-objects/Scene/assets/1645812458637768_1069762.json deleted file mode 100644 index d3604b97..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458637768_1069762.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458637768:1069762", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ], - [ - 0.03333333507180214, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ], - [ - 0.06666667014360428, - [ - 0.029111729934811592, - 0.01122770644724369, - 0.08121589571237564, - 0.9962080121040344 - ] - ], - [ - 0.10000000149011612, - [ - 0.03185706213116646, - 0.019427919760346413, - 0.0757315456867218, - 0.9964298605918884 - ] - ], - [ - 0.13333334028720856, - [ - 0.02819010801613331, - 0.02582496777176857, - 0.06136248633265495, - 0.9973831176757813 - ] - ], - [ - 0.1666666716337204, - [ - 0.019477441906929016, - 0.02876688539981842, - 0.03215169161558151, - 0.998879075050354 - ] - ], - [ - 0.20000000298023224, - [ - 0.012603589333593845, - 0.0262663122266531, - -0.0028730568010360003, - 0.9995715022087097 - ] - ], - [ - 0.23333333432674408, - [ - 0.011463207192718983, - 0.018011482432484627, - -0.0375584252178669, - 0.9990663528442383 - ] - ], - [ - 0.2666666805744171, - [ - 0.015328706242144108, - 0.00697182584553957, - -0.06625168770551682, - 0.9976608157157898 - ] - ], - [ - 0.30000001192092896, - [ - 0.020435402169823647, - -0.0041335998103022575, - -0.08422170579433441, - 0.9962288737297058 - ] - ], - [ - 0.3333333432674408, - [ - 0.02346162684261799, - -0.012613557279109955, - -0.08586529642343521, - 0.9959506988525391 - ] - ], - [ - 0.36666667461395264, - [ - 0.022391920909285545, - -0.0045350114814937115, - -0.05525313317775726, - 0.9982109665870667 - ] - ], - [ - 0.4000000059604645, - [ - 0.015664054080843925, - 0.0229358971118927, - 0.0002826769195962697, - 0.9996142983436584 - ] - ], - [ - 0.4333333373069763, - [ - 0.005406180862337351, - 0.05199587345123291, - 0.059705235064029694, - 0.9968462586402893 - ] - ], - [ - 0.46666666865348816, - [ - -0.006337646394968033, - 0.06607817858457565, - 0.10718917101621628, - 0.9920202493667603 - ] - ], - [ - 0.5, - [ - -0.016574742272496223, - 0.05741746723651886, - 0.12380632013082504, - 0.9905052781105042 - ] - ], - [ - 0.5333333611488342, - [ - -0.024495650082826614, - 0.03162389248609543, - 0.10295020043849945, - 0.99388188123703 - ] - ], - [ - 0.5666666626930237, - [ - -0.031386543065309525, - 0.005810513161122799, - 0.06170834228396416, - 0.9975836873054504 - ] - ], - [ - 0.6000000238418579, - [ - -0.03619078919291496, - -0.010366925038397312, - 0.015541689470410347, - 0.9991703629493713 - ] - ], - [ - 0.6333333253860474, - [ - -0.03776240348815918, - -0.020729098469018936, - -0.022258853539824486, - 0.9988237619400024 - ] - ], - [ - 0.6666666865348816, - [ - -0.033764876425266266, - -0.030418844893574715, - -0.04183802753686905, - 0.998090386390686 - ] - ], - [ - 0.699999988079071, - [ - -0.025016434490680695, - -0.03531425818800926, - -0.036221228539943695, - 0.9984062910079956 - ] - ], - [ - 0.7333333492279053, - [ - -0.015450636856257915, - -0.02832033485174179, - -0.0080110477283597, - 0.9994474053382874 - ] - ], - [ - 0.7666666507720947, - [ - -0.007824872620403767, - -0.010297325439751148, - 0.028381338343024254, - 0.9995135068893433 - ] - ], - [ - 0.800000011920929, - [ - -0.004899625666439533, - 0.013230065815150738, - 0.06517448276281357, - 0.9977742433547974 - ] - ], - [ - 0.8333333134651184, - [ - -0.007154018152505159, - 0.03437391296029091, - 0.09983654320240021, - 0.9943842887878418 - ] - ], - [ - 0.8666666746139526, - [ - -0.013679608702659607, - 0.0462387390434742, - 0.1293846219778061, - 0.9904213547706604 - ] - ], - [ - 0.8999999761581421, - [ - -0.02432936616241932, - 0.04566822573542595, - 0.1491503119468689, - 0.9874597191810608 - ] - ], - [ - 0.9333333373069763, - [ - -0.03730553388595581, - 0.03521434962749481, - 0.1520497351884842, - 0.9870406985282898 - ] - ], - [ - 0.9666666388511658, - [ - -0.04965478926897049, - 0.020554127171635628, - 0.13303698599338531, - 0.9896531105041504 - ] - ], - [ - 1.0, - [ - -0.058700621128082275, - 0.007556363940238953, - 0.09883566945791245, - 0.9933421611785889 - ] - ], - [ - 1.0333333015441895, - [ - -0.06220416724681854, - -0.0007207686430774629, - 0.05955379828810692, - 0.9962848424911499 - ] - ], - [ - 1.0666667222976685, - [ - -0.059747591614723206, - -0.00525417597964406, - 0.022625332698225975, - 0.9979433417320251 - ] - ], - [ - 1.100000023841858, - [ - -0.052329402416944504, - -0.00831126980483532, - -0.006241943687200546, - 0.9985758066177368 - ] - ], - [ - 1.1333333253860474, - [ - -0.04133733734488487, - -0.01121679786592722, - -0.022317420691251755, - 0.9988330006599426 - ] - ], - [ - 1.1666666269302368, - [ - -0.029753608629107475, - -0.012634486891329288, - -0.020777683705091476, - 0.9992614388465881 - ] - ], - [ - 1.2000000476837158, - [ - -0.020174264907836914, - -0.004271742422133684, - 0.014917138032615185, - 0.9996761679649353 - ] - ], - [ - 1.2333333492279053, - [ - -0.01282708439975977, - 0.017776889726519585, - 0.079139344394207, - 0.996622622013092 - ] - ], - [ - 1.2666666507720947, - [ - -0.008484385907649994, - 0.03827642276883125, - 0.1454131305217743, - 0.9885939359664917 - ] - ], - [ - 1.2999999523162842, - [ - -0.00745033985003829, - 0.04161364585161209, - 0.19251157343387604, - 0.9803837537765503 - ] - ], - [ - 1.3333333730697632, - [ - -0.013464709743857384, - 0.030444521456956863, - 0.19972337782382965, - 0.979286789894104 - ] - ], - [ - 1.3666666746139526, - [ - -0.02740662172436714, - 0.016848169267177582, - 0.17075683176517487, - 0.9847878813743591 - ] - ], - [ - 1.399999976158142, - [ - -0.04261172562837601, - 0.011998100206255913, - 0.132189080119133, - 0.9902355074882507 - ] - ], - [ - 1.4333332777023315, - [ - -0.05377410724759102, - 0.015644900500774384, - 0.09145844727754593, - 0.9942329525947571 - ] - ], - [ - 1.4666666984558105, - [ - -0.0607454776763916, - 0.0224411990493536, - 0.0500454381108284, - 0.9966453909873962 - ] - ], - [ - 1.5, - [ - -0.06295102089643478, - 0.029755521565675735, - 0.012491103261709213, - 0.9974947571754456 - ] - ], - [ - 1.5333333015441895, - [ - -0.05939147248864174, - 0.03527635335922241, - -0.01720607653260231, - 0.9974628686904907 - ] - ], - [ - 1.5666667222976685, - [ - -0.05104363337159157, - 0.03789886459708214, - -0.03496254235506058, - 0.9973644614219666 - ] - ], - [ - 1.600000023841858, - [ - -0.03992113843560219, - 0.038498762995004654, - -0.036245815455913544, - 0.9978027939796448 - ] - ], - [ - 1.6333333253860474, - [ - -0.0297784935683012, - 0.04259582236409187, - -0.010407892987132072, - 0.9985942840576172 - ] - ], - [ - 1.6666666269302368, - [ - -0.021895820274949074, - 0.052321694791316986, - 0.040126800537109375, - 0.9975835084915161 - ] - ], - [ - 1.7000000476837158, - [ - -0.01847345009446144, - 0.060136232525110245, - 0.0983809158205986, - 0.9931584000587463 - ] - ], - [ - 1.7333333492279053, - [ - -0.02014824002981186, - 0.059611354023218155, - 0.14782439172267914, - 0.9870098829269409 - ] - ], - [ - 1.7666666507720947, - [ - -0.024869205430150032, - 0.05592270940542221, - 0.17651544511318207, - 0.9823932647705078 - ] - ], - [ - 1.7999999523162842, - [ - -0.029058316722512245, - 0.05324771627783775, - 0.17814189195632935, - 0.9821332693099976 - ] - ], - [ - 1.8333333730697632, - [ - -0.030675729736685753, - 0.051379039883613586, - 0.14855673909187317, - 0.9870918393135071 - ] - ], - [ - 1.8666666746139526, - [ - -0.028417808935046196, - 0.0475834459066391, - 0.09843429923057556, - 0.993598997592926 - ] - ], - [ - 1.899999976158142, - [ - -0.021727774292230606, - 0.03991822898387909, - 0.04008066654205322, - 0.9981623291969299 - ] - ], - [ - 1.9333332777023315, - [ - -0.010673179291188717, - 0.028867516666650772, - -0.01305888406932354, - 0.9994409680366516 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030736643821001053, - 0.017406506463885307, - -0.04872042313218117, - 0.9986560344696045 - ] - ], - [ - 2.0, - [ - 0.017697464674711227, - 0.012838270515203476, - -0.054752469062805176, - 0.9982605576515198 - ] - ], - [ - 2.0333333015441895, - [ - 0.03134629502892494, - 0.025597190484404564, - -0.020711544901132584, - 0.9989660978317261 - ] - ], - [ - 2.066666603088379, - [ - 0.04191310703754425, - 0.054997872561216354, - 0.039393164217472076, - 0.9968283176422119 - ] - ], - [ - 2.0999999046325684, - [ - 0.04526510462164879, - 0.0893729031085968, - 0.10135819017887115, - 0.9897929430007935 - ] - ], - [ - 2.133333444595337, - [ - 0.04036291688680649, - 0.1142597422003746, - 0.14464907348155975, - 0.9820347428321838 - ] - ], - [ - 2.1666667461395264, - [ - 0.031475648283958435, - 0.1149892583489418, - 0.15459613502025604, - 0.9807582497596741 - ] - ], - [ - 2.200000047683716, - [ - 0.02201405167579651, - 0.09560726583003998, - 0.12744495272636414, - 0.9869815707206726 - ] - ], - [ - 2.2333333492279053, - [ - 0.014823449775576591, - 0.07797491550445557, - 0.08069688826799393, - 0.9935735464096069 - ] - ], - [ - 2.2666666507720947, - [ - 0.012362347915768623, - 0.07261443138122559, - 0.031690649688243866, - 0.9967799186706543 - ] - ], - [ - 2.299999952316284, - [ - 0.015632731840014458, - 0.07446879893541336, - -0.009972882457077503, - 0.997050940990448 - ] - ], - [ - 2.3333332538604736, - [ - 0.023631231859326363, - 0.07316534221172333, - -0.03933931514620781, - 0.9962634444236755 - ] - ], - [ - 2.366666555404663, - [ - 0.03594487905502319, - 0.06780491024255753, - -0.04720144346356392, - 0.9959329962730408 - ] - ], - [ - 2.4000000953674316, - [ - 0.046436380594968796, - 0.08172789961099625, - -0.0002728938707150519, - 0.9955722689628601 - ] - ], - [ - 2.433333396911621, - [ - 0.04807678610086441, - 0.1149510070681572, - 0.0924748107790947, - 0.9878883957862854 - ] - ], - [ - 2.4666666984558105, - [ - 0.044128429144620895, - 0.13315245509147644, - 0.18227028846740723, - 0.9731910824775696 - ] - ], - [ - 2.5, - [ - 0.03454071655869484, - 0.1298784613609314, - 0.21407143771648407, - 0.9675288796424866 - ] - ], - [ - 2.5333333015441895, - [ - 0.023286959156394005, - 0.09730808436870575, - 0.1727072298526764, - 0.9798781871795654 - ] - ], - [ - 2.566666603088379, - [ - 0.016465695574879646, - 0.056432418525218964, - 0.09954630583524704, - 0.9932950139045715 - ] - ], - [ - 2.5999999046325684, - [ - 0.016936568543314934, - 0.036414388567209244, - 0.039216071367263794, - 0.9984233975410461 - ] - ], - [ - 2.633333444595337, - [ - 0.02156129479408264, - 0.03889395296573639, - 0.029321081936359406, - 0.9985803365707397 - ] - ], - [ - 2.6666667461395264, - [ - 0.02508750557899475, - 0.05762402340769768, - 0.0756915807723999, - 0.9951486587524414 - ] - ], - [ - 2.700000047683716, - [ - 0.027613554149866104, - 0.07978645712137222, - 0.14090409874916077, - 0.9864165782928467 - ] - ], - [ - 2.7333333492279053, - [ - 0.028571926057338715, - 0.09467697888612747, - 0.18781226873397827, - 0.9772136211395264 - ] - ], - [ - 2.7666666507720947, - [ - 0.03206957131624222, - 0.08946492522954941, - 0.1903318613767624, - 0.9771087765693665 - ] - ], - [ - 2.799999952316284, - [ - 0.032212767750024796, - 0.07454992085695267, - 0.16514244675636292, - 0.9829204678535461 - ] - ], - [ - 2.8333332538604736, - [ - 0.029451310634613037, - 0.06654012948274612, - 0.13811738789081573, - 0.9877391457557678 - ] - ], - [ - 2.866666555404663, - [ - 0.028805995360016823, - 0.06200113892555237, - 0.1034107580780983, - 0.9922865033149719 - ] - ], - [ - 2.9000000953674316, - [ - 0.03292557969689369, - 0.06106899306178093, - 0.06619139760732651, - 0.9953920841217041 - ] - ], - [ - 2.933333396911621, - [ - 0.03995374217629433, - 0.061041731387376785, - 0.031676702201366425, - 0.9968321919441223 - ] - ], - [ - 2.9666666984558105, - [ - 0.04761955142021179, - 0.05979772284626961, - 0.004217355977743864, - 0.9970651268959045 - ] - ], - [ - 3.0, - [ - 0.053848423063755035, - 0.05667521804571152, - -0.009312784299254417, - 0.996895968914032 - ] - ], - [ - 3.0333333015441895, - [ - 0.05542778596282005, - 0.05909455195069313, - 0.011926738545298576, - 0.9966410398483276 - ] - ], - [ - 3.066666603088379, - [ - 0.05021924152970314, - 0.07136937975883484, - 0.06422155350446701, - 0.9941126704216003 - ] - ], - [ - 3.0999999046325684, - [ - 0.04087726026773453, - 0.08109955489635468, - 0.12428972870111465, - 0.9880809783935547 - ] - ], - [ - 3.133333444595337, - [ - 0.029940221458673477, - 0.07700535655021667, - 0.1711932271718979, - 0.9817671179771423 - ] - ], - [ - 3.1666667461395264, - [ - 0.02056988701224327, - 0.05759427323937416, - 0.18300823867321014, - 0.9812073111534119 - ] - ], - [ - 3.200000047683716, - [ - 0.013995182700455189, - 0.03016067110002041, - 0.15377599000930786, - 0.9875461459159851 - ] - ], - [ - 3.2333333492279053, - [ - 0.008621628396213055, - 0.01019731443375349, - 0.10365062206983566, - 0.9945241212844849 - ] - ], - [ - 3.2666666507720947, - [ - 0.005315190181136131, - 0.006668583955615759, - 0.050960686057806015, - 0.9986642599105835 - ] - ], - [ - 3.299999952316284, - [ - 0.004828229080885649, - 0.011621503159403801, - 0.007537115830928087, - 0.9998924136161804 - ] - ], - [ - 3.3333332538604736, - [ - 0.012451169081032276, - 0.009213477373123169, - 0.01290574949234724, - 0.9997967481613159 - ] - ], - [ - 3.366666555404663, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458638045_1069769.json b/lenses/physics-objects/Scene/assets/1645812458638045_1069769.json deleted file mode 100644 index 9165404e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458638045_1069769.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458638045:1069769", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458640072_1069782.json b/lenses/physics-objects/Scene/assets/1645812458640072_1069782.json deleted file mode 100644 index 7b726fba..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458640072_1069782.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458640072:1069782", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.653112411499023, - -1.4210854715202004e-14, - 1.0658141036401503e-14 - ] - ], - [ - 0.6333333253860474, - [ - 9.675581932067871, - -1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 3.4000000953674316, - [ - 9.64746379852295, - 1.4210793728829801e-14, - 1.2656542480726785e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.652442932128906, - 1.4210854715202004e-14, - 1.0658141036401503e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458640458_1069789.json b/lenses/physics-objects/Scene/assets/1645812458640458_1069789.json deleted file mode 100644 index 4bb1316e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458640458_1069789.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458640458:1069789", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.025921493768692017, - -0.09076081961393356, - -0.0827825665473938, - 0.9920876026153564 - ] - ], - [ - 0.03333333507180214, - [ - -0.025921493768692017, - -0.09076081961393356, - -0.0827825665473938, - 0.9920876026153564 - ] - ], - [ - 0.06666667014360428, - [ - -0.024740634486079216, - -0.09056271612644196, - -0.08463031053543091, - 0.9919799566268921 - ] - ], - [ - 0.10000000149011612, - [ - -0.023435482755303383, - -0.0904242992401123, - -0.08646336942911148, - 0.9918661713600159 - ] - ], - [ - 0.13333334028720856, - [ - -0.02205209992825985, - -0.09034471213817596, - -0.08824723213911057, - 0.991748034954071 - ] - ], - [ - 0.1666666716337204, - [ - -0.02062845043838024, - -0.09032732993364334, - -0.0899442657828331, - 0.9916276931762695 - ] - ], - [ - 0.20000000298023224, - [ - -0.01920214295387268, - -0.09037568420171738, - -0.09151700139045715, - 0.9915081262588501 - ] - ], - [ - 0.23333333432674408, - [ - -0.017810337245464325, - -0.09049316495656967, - -0.09292808175086975, - 0.9913920164108276 - ] - ], - [ - 0.2666666805744171, - [ - -0.016489729285240173, - -0.09068287909030914, - -0.09414026886224747, - 0.9912831783294678 - ] - ], - [ - 0.30000001192092896, - [ - -0.015276570804417133, - -0.09094739705324173, - -0.09511646628379822, - 0.991185188293457 - ] - ], - [ - 0.3333333432674408, - [ - -0.014206687919795513, - -0.0912884771823883, - -0.0958196297287941, - 0.9911020994186401 - ] - ], - [ - 0.36666667461395264, - [ - -0.013315603137016296, - -0.09170675277709961, - -0.09621252119541168, - 0.9910377264022827 - ] - ], - [ - 0.4000000059604645, - [ - -0.012611327692866325, - -0.09216183423995972, - -0.09629589319229126, - 0.9909965991973877 - ] - ], - [ - 0.4333333373069763, - [ - -0.012090661562979221, - -0.09259578585624695, - -0.0960865169763565, - 0.9909829497337341 - ] - ], - [ - 0.46666666865348816, - [ - -0.011741912923753262, - -0.09303747862577438, - -0.09563285112380981, - 0.9909896850585938 - ] - ], - [ - 0.5, - [ - -0.011547617614269257, - -0.09352084994316101, - -0.09500432759523392, - 0.9910069108009338 - ] - ], - [ - 0.5333333611488342, - [ - -0.011502174660563469, - -0.09404116868972778, - -0.09422649443149567, - 0.9910324811935425 - ] - ], - [ - 0.5666666626930237, - [ - -0.011597546748816967, - -0.09459617733955383, - -0.09332804381847382, - 0.9910635352134705 - ] - ], - [ - 0.6000000238418579, - [ - -0.011818571016192436, - -0.09517962485551834, - -0.09232152998447418, - 0.9910993576049805 - ] - ], - [ - 0.6333333253860474, - [ - -0.012146111577749252, - -0.09578699618577957, - -0.09121759235858917, - 0.9911391735076904 - ] - ], - [ - 0.6666666865348816, - [ - -0.01255867350846529, - -0.09641492366790771, - -0.0900256410241127, - 0.9911820292472839 - ] - ], - [ - 0.699999988079071, - [ - -0.013031144626438618, - -0.09706167876720428, - -0.0887530967593193, - 0.9912275671958923 - ] - ], - [ - 0.7333333492279053, - [ - -0.013544321991503239, - -0.09772232919931412, - -0.08740992844104767, - 0.9912752509117126 - ] - ], - [ - 0.7666666507720947, - [ - -0.014077089726924896, - -0.09839262813329697, - -0.08600479364395142, - 0.9913243055343628 - ] - ], - [ - 0.800000011920929, - [ - -0.014621594920754433, - -0.099064402282238, - -0.08455359190702438, - 0.9913744926452637 - ] - ], - [ - 0.8333333134651184, - [ - -0.015170121565461159, - -0.0997299924492836, - -0.0830722525715828, - 0.9914246201515198 - ] - ], - [ - 0.8666666746139526, - [ - -0.01571512594819069, - -0.10038240998983383, - -0.08157677203416824, - 0.9914745688438416 - ] - ], - [ - 0.8999999761581421, - [ - -0.016249196603894234, - -0.10101517289876938, - -0.08008313179016113, - 0.9915233850479126 - ] - ], - [ - 0.9333333373069763, - [ - -0.016765106469392776, - -0.10162246227264404, - -0.07860732823610306, - 0.9915708303451538 - ] - ], - [ - 0.9666666388511658, - [ - -0.0172557532787323, - -0.10219894349575043, - -0.077165387570858, - 0.991616427898407 - ] - ], - [ - 1.0, - [ - -0.017714180052280426, - -0.1027398332953453, - -0.0757732167840004, - 0.9916598200798035 - ] - ], - [ - 1.0333333015441895, - [ - -0.018133552744984627, - -0.10324078798294067, - -0.07444672286510468, - 0.9917006492614746 - ] - ], - [ - 1.0666667222976685, - [ - -0.01850713975727558, - -0.10369781404733658, - -0.07320170104503632, - 0.9917387366294861 - ] - ], - [ - 1.100000023841858, - [ - -0.018828297033905983, - -0.10410724580287933, - -0.07205402851104736, - 0.9917739629745483 - ] - ], - [ - 1.1333333253860474, - [ - -0.019090406596660614, - -0.104465551674366, - -0.07101932168006897, - 0.9918057918548584 - ] - ], - [ - 1.1666666269302368, - [ - -0.01928689330816269, - -0.10476938635110855, - -0.07011329382658005, - 0.9918344020843506 - ] - ], - [ - 1.2000000476837158, - [ - -0.019501855596899986, - -0.10499779134988785, - -0.0693623274564743, - 0.991858959197998 - ] - ], - [ - 1.2333333492279053, - [ - -0.01981250010430813, - -0.1051313653588295, - -0.06879214942455292, - 0.9918782711029053 - ] - ], - [ - 1.2666666507720947, - [ - -0.020201804116368294, - -0.10516844689846039, - -0.06841729581356049, - 0.991892397403717 - ] - ], - [ - 1.2999999523162842, - [ - -0.020647022873163223, - -0.10510066151618958, - -0.06826093792915344, - 0.9919012188911438 - ] - ], - [ - 1.3333333730697632, - [ - -0.021131932735443115, - -0.1049254983663559, - -0.06833536922931671, - 0.9919044375419617 - ] - ], - [ - 1.3666666746139526, - [ - -0.021623004227876663, - -0.10464339703321457, - -0.06861210614442825, - 0.9919044971466064 - ] - ], - [ - 1.399999976158142, - [ - -0.022090625017881393, - -0.10425746440887451, - -0.0690530464053154, - 0.9919042587280273 - ] - ], - [ - 1.4333332777023315, - [ - -0.022523973137140274, - -0.10377615690231323, - -0.06963451951742172, - 0.9919043183326721 - ] - ], - [ - 1.4666666984558105, - [ - -0.022914128378033638, - -0.10320747643709183, - -0.07033205777406693, - 0.9919056296348572 - ] - ], - [ - 1.5, - [ - -0.02325373888015747, - -0.10256350785493851, - -0.07112357765436172, - 0.9919079542160034 - ] - ], - [ - 1.5333333015441895, - [ - -0.023538166657090187, - -0.10185587406158447, - -0.07198868691921234, - 0.991911768913269 - ] - ], - [ - 1.5666667222976685, - [ - -0.02375900372862816, - -0.10109805315732956, - -0.07290536910295486, - 0.9919171929359436 - ] - ], - [ - 1.600000023841858, - [ - -0.023910656571388245, - -0.10030315816402435, - -0.07385338842868805, - 0.9919241070747375 - ] - ], - [ - 1.6333333253860474, - [ - -0.02398083172738552, - -0.09948744624853134, - -0.0748094990849495, - 0.9919328093528748 - ] - ], - [ - 1.6666666269302368, - [ - -0.02396002970635891, - -0.09866709262132645, - -0.07575240731239319, - 0.9919437170028687 - ] - ], - [ - 1.7000000476837158, - [ - -0.02386193908751011, - -0.09785018116235733, - -0.07667276263237, - 0.9919562935829163 - ] - ], - [ - 1.7333333492279053, - [ - -0.02370036207139492, - -0.09704510867595673, - -0.07756133377552032, - 0.9919701218605042 - ] - ], - [ - 1.7666666507720947, - [ - -0.023489193990826607, - -0.09626058489084244, - -0.07840901613235474, - 0.9919849634170532 - ] - ], - [ - 1.7999999523162842, - [ - -0.02324243262410164, - -0.09550558030605316, - -0.07920679450035095, - 0.99200040102005 - ] - ], - [ - 1.8333333730697632, - [ - -0.022974180057644844, - -0.09478926658630371, - -0.07994569092988968, - 0.992016077041626 - ] - ], - [ - 1.8666666746139526, - [ - -0.02269863709807396, - -0.0941210463643074, - -0.08061682432889938, - 0.9920318126678467 - ] - ], - [ - 1.899999976158142, - [ - -0.022430110722780228, - -0.09351035207509995, - -0.08121128380298615, - 0.9920471906661987 - ] - ], - [ - 1.9333332777023315, - [ - -0.022182978689670563, - -0.09296676516532898, - -0.08172018080949783, - 0.992061972618103 - ] - ], - [ - 1.9666666984558105, - [ - -0.021971700713038445, - -0.09249981492757797, - -0.08213457465171814, - 0.9920760989189148 - ] - ], - [ - 2.0, - [ - -0.021810799837112427, - -0.09211897104978561, - -0.08244534581899643, - 0.9920892715454102 - ] - ], - [ - 2.0333333015441895, - [ - -0.021714825183153152, - -0.09183351695537567, - -0.08264335244894028, - 0.9921013712882996 - ] - ], - [ - 2.066666603088379, - [ - -0.021698350086808205, - -0.09165245294570923, - -0.0827191174030304, - 0.9921121597290039 - ] - ], - [ - 2.133333444595337, - [ - -0.021952010691165924, - -0.09162501245737076, - -0.08247893303632736, - 0.9921291470527649 - ] - ], - [ - 2.1666667461395264, - [ - -0.02222408354282379, - -0.09176087379455566, - -0.08218016475439072, - 0.9921352863311768 - ] - ], - [ - 2.200000047683716, - [ - -0.022598642855882645, - -0.09195195138454437, - -0.08177930861711502, - 0.9921422600746155 - ] - ], - [ - 2.2333333492279053, - [ - -0.02307501994073391, - -0.09215755760669708, - -0.08129526674747467, - 0.9921520352363586 - ] - ], - [ - 2.2666666507720947, - [ - -0.02365613728761673, - -0.09236283600330353, - -0.08074647933244705, - 0.9921640753746033 - ] - ], - [ - 2.299999952316284, - [ - -0.024340331554412842, - -0.09255493432283401, - -0.08015108108520508, - 0.9921779036521912 - ] - ], - [ - 2.3333332538604736, - [ - -0.025123240426182747, - -0.09272734075784683, - -0.07952633500099182, - 0.9921926259994507 - ] - ], - [ - 2.366666555404663, - [ - -0.025995273143053055, - -0.09287583827972412, - -0.07888711988925934, - 0.9922072291374207 - ] - ], - [ - 2.4000000953674316, - [ - -0.027032101526856422, - -0.09297957271337509, - -0.0782531276345253, - 0.9922199845314026 - ] - ], - [ - 2.433333396911621, - [ - -0.02831057459115982, - -0.0930190309882164, - -0.07764199376106262, - 0.9922287464141846 - ] - ], - [ - 2.4666666984558105, - [ - -0.02981123887002468, - -0.09299682080745697, - -0.07705996930599213, - 0.9922322630882263 - ] - ], - [ - 2.5, - [ - -0.03150961920619011, - -0.0929173156619072, - -0.07651076465845108, - 0.9922296404838562 - ] - ], - [ - 2.5333333015441895, - [ - -0.03337864950299263, - -0.09278564155101776, - -0.0759967565536499, - 0.9922203421592712 - ] - ], - [ - 2.566666603088379, - [ - -0.035391196608543396, - -0.09260673820972443, - -0.07552026212215424, - 0.9922036528587341 - ] - ], - [ - 2.5999999046325684, - [ - -0.03752008080482483, - -0.09238538891077042, - -0.07508353888988495, - 0.9921793341636658 - ] - ], - [ - 2.633333444595337, - [ - -0.03973810747265816, - -0.09212616831064224, - -0.07468884438276291, - 0.9921467900276184 - ] - ], - [ - 2.6666667461395264, - [ - -0.042017992585897446, - -0.09183353930711746, - -0.07433850318193436, - 0.9921063780784607 - ] - ], - [ - 2.700000047683716, - [ - -0.044332437217235565, - -0.09151164442300797, - -0.07403480261564255, - 0.9920580387115479 - ] - ], - [ - 2.7333333492279053, - [ - -0.046654172241687775, - -0.09116454422473907, - -0.0737801268696785, - 0.9920024871826172 - ] - ], - [ - 2.7666666507720947, - [ - -0.04895589128136635, - -0.09079600125551224, - -0.0735769048333168, - 0.991940438747406 - ] - ], - [ - 2.799999952316284, - [ - -0.05121026188135147, - -0.09040960669517517, - -0.07342759519815445, - 0.9918730854988098 - ] - ], - [ - 2.8333332538604736, - [ - -0.053389981389045715, - -0.09000874310731888, - -0.07333476096391678, - 0.991801381111145 - ] - ], - [ - 2.866666555404663, - [ - -0.055467743426561356, - -0.08959662169218063, - -0.07330101728439331, - 0.9917271733283997 - ] - ], - [ - 2.9000000953674316, - [ - -0.057416368275880814, - -0.08917625993490219, - -0.07332907617092133, - 0.9916520714759827 - ] - ], - [ - 2.933333396911621, - [ - -0.0591658316552639, - -0.08875911682844162, - -0.07341697067022324, - 0.9915802478790283 - ] - ], - [ - 2.9666666984558105, - [ - -0.060660310089588165, - -0.0883537009358406, - -0.0735645741224289, - 0.9915151000022888 - ] - ], - [ - 3.0, - [ - -0.06189366430044174, - -0.08795839548110962, - -0.07377742975950241, - 0.9914582371711731 - ] - ], - [ - 3.0333333015441895, - [ - -0.06285979598760605, - -0.08757151663303375, - -0.07406099140644073, - 0.9914105534553528 - ] - ], - [ - 3.066666603088379, - [ - -0.06352614611387253, - -0.08716163039207458, - -0.07445548474788666, - 0.9913747310638428 - ] - ], - [ - 3.0999999046325684, - [ - -0.06387126445770264, - -0.0867089331150055, - -0.0749860405921936, - 0.9913521409034729 - ] - ], - [ - 3.133333444595337, - [ - -0.06390780955553055, - -0.08623556047677994, - -0.07572305202484131, - 0.9913350939750671 - ] - ], - [ - 3.1666667461395264, - [ - -0.06365736573934555, - -0.0857589915394783, - -0.07671787589788437, - 0.9913161396980286 - ] - ], - [ - 3.200000047683716, - [ - -0.06315743178129196, - -0.08529119938611984, - -0.07794646173715591, - 0.9912925362586975 - ] - ], - [ - 3.2333333492279053, - [ - -0.062423013150691986, - -0.0848468691110611, - -0.0793803483247757, - 0.9912633895874023 - ] - ], - [ - 3.2666666507720947, - [ - -0.061449866741895676, - -0.08443792909383774, - -0.08097083121538162, - 0.9912304878234863 - ] - ], - [ - 3.299999952316284, - [ - -0.06026007980108261, - -0.08407148718833923, - -0.08267410844564438, - 0.9911941885948181 - ] - ], - [ - 3.3333332538604736, - [ - -0.058878615498542786, - -0.08375528454780579, - -0.08444773405790329, - 0.9911543726921082 - ] - ], - [ - 3.366666555404663, - [ - -0.05733700096607208, - -0.08349574357271194, - -0.08625204116106033, - 0.9911112785339355 - ] - ], - [ - 3.4000000953674316, - [ - -0.055672500282526016, - -0.08329781889915466, - -0.08804980665445328, - 0.991064727306366 - ] - ], - [ - 3.433333396911621, - [ - -0.05392695218324661, - -0.08316487818956375, - -0.08980575203895569, - 0.9910149574279785 - ] - ], - [ - 3.4666666984558105, - [ - -0.05213391035795212, - -0.08310430496931076, - -0.09148135781288147, - 0.9909626245498657 - ] - ], - [ - 3.5, - [ - -0.05032670870423317, - -0.0831236019730568, - -0.09303812682628632, - 0.9909095764160156 - ] - ], - [ - 3.5333333015441895, - [ - -0.04853822663426399, - -0.08323023468255997, - -0.09443747252225876, - 0.9908574819564819 - ] - ], - [ - 3.566666603088379, - [ - -0.04680095985531807, - -0.083431176841259, - -0.09564081579446793, - 0.9908087253570557 - ] - ], - [ - 3.5999999046325684, - [ - -0.04513487219810486, - -0.08373590558767319, - -0.09660832583904266, - 0.9907663464546204 - ] - ], - [ - 3.633333444595337, - [ - -0.04357248544692993, - -0.084149569272995, - -0.09730129688978195, - 0.9907334446907043 - ] - ], - [ - 3.6666667461395264, - [ - -0.042164646089076996, - -0.08467087149620056, - -0.09768271446228027, - 0.9907124042510986 - ] - ], - [ - 3.700000047683716, - [ - -0.04093405231833458, - -0.08525548875331879, - -0.09775135666131973, - 0.9907070994377136 - ] - ], - [ - 3.7333333492279053, - [ - -0.039892133325338364, - -0.08584091067314148, - -0.0975213348865509, - 0.9907218217849731 - ] - ], - [ - 3.7666666507720947, - [ - -0.03904126212000847, - -0.08644477277994156, - -0.0970463976264, - 0.9907497763633728 - ] - ], - [ - 3.799999952316284, - [ - -0.03837805986404419, - -0.08708810806274414, - -0.09640185534954071, - 0.9907822608947754 - ] - ], - [ - 3.8333332538604736, - [ - -0.037911053746938705, - -0.08776137977838516, - -0.09561416506767273, - 0.9908172488212585 - ] - ], - [ - 3.866666555404663, - [ - -0.03761589154601097, - -0.08846593648195267, - -0.09470955282449722, - 0.9908526539802551 - ] - ], - [ - 3.9000000953674316, - [ - -0.03745165839791298, - -0.08920107781887054, - -0.09369737654924393, - 0.9908891916275024 - ] - ], - [ - 3.933333396911621, - [ - -0.03739874064922333, - -0.089961476624012, - -0.09258795529603958, - 0.9909268021583557 - ] - ], - [ - 3.9666666984558105, - [ - -0.03743509203195572, - -0.09074313193559647, - -0.09139049798250198, - 0.9909652471542358 - ] - ], - [ - 4.0, - [ - -0.03753502666950226, - -0.09154374152421951, - -0.09011233597993851, - 0.9910048842430115 - ] - ], - [ - 4.0333333015441895, - [ - -0.03767918422818184, - -0.09235785901546478, - -0.0887632891535759, - 0.9910457134246826 - ] - ], - [ - 4.066666603088379, - [ - -0.037846293300390244, - -0.09318080544471741, - -0.08735199272632599, - 0.9910876154899597 - ] - ], - [ - 4.099999904632568, - [ - -0.03802817687392235, - -0.09400369226932526, - -0.0858939066529274, - 0.9911304712295532 - ] - ], - [ - 4.133333206176758, - [ - -0.03821681812405586, - -0.09481814503669739, - -0.08440454304218292, - 0.991173505783081 - ] - ], - [ - 4.166666507720947, - [ - -0.03840436041355133, - -0.09561656415462494, - -0.08289948850870132, - 0.9912166595458984 - ] - ], - [ - 4.199999809265137, - [ - -0.038583092391490936, - -0.09639189392328262, - -0.08139438182115555, - 0.9912592768669128 - ] - ], - [ - 4.233333110809326, - [ - -0.038745492696762085, - -0.09713778644800186, - -0.0799049511551857, - 0.9913012981414795 - ] - ], - [ - 4.266666889190674, - [ - -0.038884181529283524, - -0.09784841537475586, - -0.07844685018062592, - 0.9913424253463745 - ] - ], - [ - 4.300000190734863, - [ - -0.03899193927645683, - -0.09851858019828796, - -0.07703584432601929, - 0.9913824796676636 - ] - ], - [ - 4.333333492279053, - [ - -0.039061643183231354, - -0.09914356470108032, - -0.07568754255771637, - 0.9914212822914124 - ] - ], - [ - 4.366666793823242, - [ - -0.03908631205558777, - -0.09971895813941956, - -0.07441754639148712, - 0.9914587140083313 - ] - ], - [ - 4.400000095367432, - [ - -0.03905903175473213, - -0.10024087876081467, - -0.0732414722442627, - 0.9914947748184204 - ] - ], - [ - 4.433333396911621, - [ - -0.03897295147180557, - -0.10070554912090302, - -0.07217484712600708, - 0.9915292859077454 - ] - ], - [ - 4.4666666984558105, - [ - -0.03882122412323952, - -0.10110937803983688, - -0.07123319804668427, - 0.9915622472763062 - ] - ], - [ - 4.5, - [ - -0.038596972823143005, - -0.10144875943660736, - -0.07043203711509705, - 0.9915935397148132 - ] - ], - [ - 4.5333333015441895, - [ - -0.0382932610809803, - -0.10171998292207718, - -0.06978689134120941, - 0.9916231632232666 - ] - ], - [ - 4.566666603088379, - [ - -0.03790334239602089, - -0.10191906243562698, - -0.0693133994936943, - 0.9916508793830872 - ] - ], - [ - 4.599999904632568, - [ - -0.0374160073697567, - -0.10203549265861511, - -0.06903613358736038, - 0.9916768670082092 - ] - ], - [ - 4.633333206176758, - [ - -0.0368269644677639, - -0.10206511616706848, - -0.06896937638521194, - 0.9917004108428955 - ] - ], - [ - 4.666666507720947, - [ - -0.03611475229263306, - -0.10200872272253036, - -0.06908705830574036, - 0.9917243123054504 - ] - ], - [ - 4.699999809265137, - [ - -0.03526169806718826, - -0.10187001526355743, - -0.06935376673936844, - 0.9917506575584412 - ] - ], - [ - 4.733333110809326, - [ - -0.034268952906131744, - -0.10165686160326004, - -0.06974922120571136, - 0.9917795062065125 - ] - ], - [ - 4.766666889190674, - [ - -0.03313951566815376, - -0.10137639194726944, - -0.0702521875500679, - 0.9918110966682434 - ] - ], - [ - 4.800000190734863, - [ - -0.03187784552574158, - -0.10103975981473923, - -0.07084348052740097, - 0.9918448328971863 - ] - ], - [ - 4.833333492279053, - [ - -0.030491041019558907, - -0.10065736621618271, - -0.07150532305240631, - 0.9918798208236694 - ] - ], - [ - 4.866666793823242, - [ - -0.02898239716887474, - -0.10024124383926392, - -0.07221813499927521, - 0.9919154644012451 - ] - ], - [ - 4.900000095367432, - [ - -0.027345281094312668, - -0.09980551898479462, - -0.07296192646026611, - 0.9919514060020447 - ] - ], - [ - 4.933333396911621, - [ - -0.025565482676029205, - -0.09936735033988953, - -0.07371317595243454, - 0.9919873476028442 - ] - ], - [ - 4.9666666984558105, - [ - -0.02364402823150158, - -0.09894095361232758, - -0.07445193082094193, - 0.9920224547386169 - ] - ], - [ - 5.0, - [ - -0.021605167537927628, - -0.09853238612413406, - -0.07516974955797195, - 0.9920554757118225 - ] - ], - [ - 5.0333333015441895, - [ - -0.019473334774374962, - -0.09814774990081787, - -0.07585824280977249, - 0.992085337638855 - ] - ], - [ - 5.066666603088379, - [ - -0.01727309636771679, - -0.09779325872659683, - -0.07650883495807648, - 0.9921111464500427 - ] - ], - [ - 5.099999904632568, - [ - -0.01502920687198639, - -0.09747513383626938, - -0.07711289077997208, - 0.9921321868896484 - ] - ], - [ - 5.133333206176758, - [ - -0.012766566127538681, - -0.09719958901405334, - -0.07766161859035492, - 0.9921481609344482 - ] - ], - [ - 5.166666507720947, - [ - -0.010510271415114403, - -0.0969727635383606, - -0.07814618945121765, - 0.9921587705612183 - ] - ], - [ - 5.199999809265137, - [ - -0.00828554667532444, - -0.09680070728063583, - -0.07855754345655441, - 0.992164134979248 - ] - ], - [ - 5.233333110809326, - [ - -0.0061177643947303295, - -0.09668934345245361, - -0.07888655364513397, - 0.9921647310256958 - ] - ], - [ - 5.266666889190674, - [ - -0.004032369703054428, - -0.0966443344950676, - -0.07912389934062958, - 0.9921607971191406 - ] - ], - [ - 5.300000190734863, - [ - -0.0020550487097352743, - -0.09667114913463593, - -0.07926017045974731, - 0.9921534657478333 - ] - ], - [ - 5.333333492279053, - [ - -0.00021143213962204754, - -0.0967748612165451, - -0.07928568869829178, - 0.9921433329582214 - ] - ], - [ - 5.366666793823242, - [ - 0.0014727558009326458, - -0.09696023911237717, - -0.07919066399335861, - 0.9921317100524902 - ] - ], - [ - 5.400000095367432, - [ - 0.0029717583674937487, - -0.09723160415887833, - -0.07896506786346436, - 0.9921197891235352 - ] - ], - [ - 5.433333396911621, - [ - 0.004269873257726431, - -0.09758084267377853, - -0.07861339300870895, - 0.9921087026596069 - ] - ], - [ - 5.4666666984558105, - [ - 0.005358182825148106, - -0.09799156337976456, - -0.07815030962228775, - 0.9920996427536011 - ] - ], - [ - 5.5, - [ - 0.006219311151653528, - -0.09842134267091751, - -0.07759351283311844, - 0.9920957684516907 - ] - ], - [ - 5.5333333015441895, - [ - 0.006843063049018383, - -0.09882835298776627, - -0.07696777582168579, - 0.992099940776825 - ] - ], - [ - 5.566666603088379, - [ - 0.0072157131507992744, - -0.0991966724395752, - -0.0762937068939209, - 0.9921125173568726 - ] - ], - [ - 5.599999904632568, - [ - 0.007328139618039131, - -0.0995124951004982, - -0.07559137791395187, - 0.9921339154243469 - ] - ], - [ - 5.633333206176758, - [ - 0.007173645775765181, - -0.09976862370967865, - -0.07487994432449341, - 0.9921631813049316 - ] - ], - [ - 5.666666507720947, - [ - 0.006750797387212515, - -0.0999603345990181, - -0.07417590171098709, - 0.992199718952179 - ] - ], - [ - 5.699999809265137, - [ - 0.006062672473490238, - -0.10008493810892105, - -0.0734933465719223, - 0.9922423958778381 - ] - ], - [ - 5.733333110809326, - [ - 0.005117772147059441, - -0.10014194995164871, - -0.07284346967935562, - 0.9922899007797241 - ] - ], - [ - 5.766666889190674, - [ - 0.003934220876544714, - -0.10013435781002045, - -0.07223247736692429, - 0.9923407435417175 - ] - ], - [ - 5.800000190734863, - [ - 0.002535248640924692, - -0.10006684809923172, - -0.0716637521982193, - 0.9923933148384094 - ] - ], - [ - 5.833333492279053, - [ - 0.0009467401541769505, - -0.09994464367628098, - -0.07113918662071228, - 0.9924461841583252 - ] - ], - [ - 5.866666793823242, - [ - -0.0008053607889451087, - -0.09977283328771591, - -0.07066060602664948, - 0.9924978613853455 - ] - ], - [ - 5.900000095367432, - [ - -0.0026950500905513763, - -0.09955629706382751, - -0.07022978365421295, - 0.9925467371940613 - ] - ], - [ - 5.933333396911621, - [ - -0.0046962895430624485, - -0.09929981827735901, - -0.06984849274158478, - 0.992591917514801 - ] - ], - [ - 5.9666666984558105, - [ - -0.006782939191907644, - -0.09900790452957153, - -0.0695185586810112, - 0.9926321506500244 - ] - ], - [ - 6.0, - [ - -0.008928856812417507, - -0.09868496656417847, - -0.06924182176589966, - 0.9926667809486389 - ] - ], - [ - 6.0333333015441895, - [ - -0.011107838712632656, - -0.09833508729934692, - -0.06902012974023819, - 0.9926948547363281 - ] - ], - [ - 6.066666603088379, - [ - -0.013293659314513206, - -0.09796228259801865, - -0.06885549426078796, - 0.992716372013092 - ] - ], - [ - 6.099999904632568, - [ - -0.015460041351616383, - -0.0975702628493309, - -0.06874993443489075, - 0.9927309155464172 - ] - ], - [ - 6.133333206176758, - [ - -0.017580701038241386, - -0.09716261923313141, - -0.06870554387569427, - 0.9927386045455933 - ] - ], - [ - 6.166666507720947, - [ - -0.019629361107945442, - -0.09674271941184998, - -0.0687246024608612, - 0.9927399754524231 - ] - ], - [ - 6.199999809265137, - [ - -0.02157972753047943, - -0.09631370007991791, - -0.06880934536457062, - 0.9927352666854858 - ] - ], - [ - 6.233333110809326, - [ - -0.023405490443110466, - -0.09587862342596054, - -0.06896220147609711, - 0.9927253723144531 - ] - ], - [ - 6.266666889190674, - [ - -0.025080425664782524, - -0.09544031322002411, - -0.06918563693761826, - 0.9927111864089966 - ] - ], - [ - 6.300000190734863, - [ - -0.026578258723020554, - -0.09500142931938171, - -0.0694822445511818, - 0.9926936030387878 - ] - ], - [ - 6.333333492279053, - [ - -0.027872812002897263, - -0.09456463903188705, - -0.06985465437173843, - 0.9926736354827881 - ] - ], - [ - 6.366666793823242, - [ - -0.02891194261610508, - -0.09410466998815536, - -0.07034266740083694, - 0.9926531910896301 - ] - ], - [ - 6.400000095367432, - [ - -0.029654404148459435, - -0.09360705316066742, - -0.07096997648477554, - 0.9926337599754333 - ] - ], - [ - 6.433333396911621, - [ - -0.030093051493167877, - -0.09310802072286606, - -0.07180138677358627, - 0.992607593536377 - ] - ], - [ - 6.4666666984558105, - [ - -0.030229689553380013, - -0.09263637661933899, - -0.07288382202386856, - 0.9925687909126282 - ] - ], - [ - 6.5, - [ - -0.030082177370786667, - -0.09220235049724579, - -0.07419097423553467, - 0.9925167560577393 - ] - ], - [ - 6.5333333015441895, - [ - -0.02967379242181778, - -0.09181386977434158, - -0.07569500058889389, - 0.9924514889717102 - ] - ], - [ - 6.566666603088379, - [ - -0.02902468480169773, - -0.09147336333990097, - -0.07734905928373337, - 0.99237459897995 - ] - ], - [ - 6.599999904632568, - [ - -0.02816181071102619, - -0.09118279069662094, - -0.07910938560962677, - 0.9922873973846436 - ] - ], - [ - 6.633333206176758, - [ - -0.02711520530283451, - -0.090944804251194, - -0.08093365281820297, - 0.9921913146972656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458640839_1069796.json b/lenses/physics-objects/Scene/assets/1645812458640839_1069796.json deleted file mode 100644 index a85ac13a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458640839_1069796.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458640839:1069796", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458643144_1069813.json b/lenses/physics-objects/Scene/assets/1645812458643144_1069813.json deleted file mode 100644 index 3eb8ea4f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458643144_1069813.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458643144:1069813", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.710541725158691, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.672595977783203, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.684754371643066, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.705714225769043, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.739791870117188, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.777256965637207, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.80568790435791, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.812734603881836, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.783751487731934, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.733414649963379, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.690059661865234, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.706267356872559, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.726924896240234, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.794332504272461, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.801319122314453, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.7730131149292, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.73045539855957, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.696708679199219, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.676239013671875, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.678813934326172, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.700987815856934, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.736677169799805, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.765335083007813, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.77287483215332, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.7427396774292, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.69592571258545, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.672354698181152, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.702451705932617, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.678462028503418, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.69327449798584, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.726457595825195, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.76720142364502, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.8006591796875, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.813314437866211, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.785064697265625, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.729925155639648, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.691808700561523, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.701597213745117, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.721379280090332, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.76565170288086, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.825528144836426, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.878321647644043, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.90524959564209, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.882822036743164, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.821778297424316, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.77041244506836, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.745701789855957, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.754520416259766, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.802488327026367, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.868117332458496, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.901070594787598, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.876178741455078, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.820788383483887, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.771075248718262, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.771014213562012, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.79880142211914, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.8401517868042, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.870991706848145, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.858649253845215, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.775550842285156, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.702954292297363, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.703812599182129, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.72775650024414, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.798065185546875, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.812792778015137, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.791265487670898, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.697793006896973, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.675118446350098, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.684843063354492, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.73277759552002, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458643517_1069820.json b/lenses/physics-objects/Scene/assets/1645812458643517_1069820.json deleted file mode 100644 index fd497df7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458643517_1069820.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458643517:1069820", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ], - [ - 0.03333333507180214, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ], - [ - 0.06666667014360428, - [ - 0.029208647087216377, - -0.004145199432969093, - -0.008971577510237694, - 0.9995244741439819 - ] - ], - [ - 0.10000000149011612, - [ - 0.03194763511419296, - -0.001887952326796949, - 0.021220462396740913, - 0.9992625713348389 - ] - ], - [ - 0.13333334028720856, - [ - 0.028248216956853867, - -0.00037985193193890154, - 0.01799851283431053, - 0.9994388222694397 - ] - ], - [ - 0.1666666716337204, - [ - 0.019495293498039246, - -0.0007456812891177833, - 0.005533496383577585, - 0.9997943639755249 - ] - ], - [ - 0.20000000298023224, - [ - 0.01260669156908989, - -0.0037430410739034414, - -0.013842759653925896, - 0.9998177289962769 - ] - ], - [ - 0.23333333432674408, - [ - 0.011465431191027164, - -0.009230495430529118, - -0.0355333648622036, - 0.9992601871490479 - ] - ], - [ - 0.2666666805744171, - [ - 0.015337521210312843, - -0.015584840439260006, - -0.05522429943084717, - 0.9982345104217529 - ] - ], - [ - 0.30000001192092896, - [ - 0.020454591140151024, - -0.021944954991340637, - -0.06901642680168152, - 0.9971643686294556 - ] - ], - [ - 0.3333333432674408, - [ - 0.023476988077163696, - -0.028178075328469276, - -0.07374215871095657, - 0.9966027140617371 - ] - ], - [ - 0.36666667461395264, - [ - 0.022369850426912308, - -0.030034327879548073, - -0.06431372463703156, - 0.9972267746925354 - ] - ], - [ - 0.4000000059604645, - [ - 0.015650799497961998, - -0.024244744330644608, - -0.040365081280469894, - 0.9987682104110718 - ] - ], - [ - 0.4333333373069763, - [ - 0.005422653630375862, - -0.012050654739141464, - -0.007676639594137669, - 0.999883234500885 - ] - ], - [ - 0.46666666865348816, - [ - -0.006386497523635626, - 0.001417506136931479, - 0.024972211569547653, - 0.9996667504310608 - ] - ], - [ - 0.5, - [ - -0.01671280525624752, - 0.00847980659455061, - 0.04621416702866554, - 0.9987557530403137 - ] - ], - [ - 0.5333333611488342, - [ - -0.024606864899396896, - 0.005374961998313665, - 0.050740282982587814, - 0.998394250869751 - ] - ], - [ - 0.5666666626930237, - [ - -0.031419772654771805, - -0.004004714544862509, - 0.04141742363572121, - 0.9986397624015808 - ] - ], - [ - 0.6000000238418579, - [ - -0.036186665296554565, - -0.013563813641667366, - 0.01982773095369339, - 0.9990562796592712 - ] - ], - [ - 0.6333333253860474, - [ - -0.037771034985780716, - -0.0201264601200819, - -0.00798491295427084, - 0.9990518093109131 - ] - ], - [ - 0.6666666865348816, - [ - -0.033780794590711594, - -0.02525433897972107, - -0.03312248736619949, - 0.9985609650611877 - ] - ], - [ - 0.699999988079071, - [ - -0.025009343400597572, - -0.030342379584908485, - -0.046948593109846115, - 0.9981231093406677 - ] - ], - [ - 0.7333333492279053, - [ - -0.015431500039994717, - -0.03409415856003761, - -0.04666207358241081, - 0.9982094764709473 - ] - ], - [ - 0.7666666507720947, - [ - -0.00781879760324955, - -0.03460601717233658, - -0.035562366247177124, - 0.9987375140190125 - ] - ], - [ - 0.800000011920929, - [ - -0.004907557275146246, - -0.030119678005576134, - -0.01702473871409893, - 0.9993893504142761 - ] - ], - [ - 0.8333333134651184, - [ - -0.00719245383515954, - -0.021655874326825142, - 0.005080012138932943, - 0.9997267127037048 - ] - ], - [ - 0.8666666746139526, - [ - -0.013804242946207523, - -0.012159016914665699, - 0.02777532860636711, - 0.9994450211524963 - ] - ], - [ - 0.8999999761581421, - [ - -0.024602729827165604, - -0.005155928898602724, - 0.047507382929325104, - 0.9985546469688416 - ] - ], - [ - 0.9333333373069763, - [ - -0.03770046681165695, - -0.002754726679995656, - 0.059878963977098465, - 0.9974896311759949 - ] - ], - [ - 0.9666666388511658, - [ - -0.050016071647405624, - -0.004404390696436167, - 0.0613345168530941, - 0.9968535900115967 - ] - ], - [ - 1.0, - [ - -0.0589083768427372, - -0.008297063410282135, - 0.052305374294519424, - 0.9968576431274414 - ] - ], - [ - 1.0333333015441895, - [ - -0.062273554503917694, - -0.012609289959073067, - 0.034111328423023224, - 0.9973963499069214 - ] - ], - [ - 1.0666667222976685, - [ - -0.059753429144620895, - -0.015668096020817757, - 0.009930239990353584, - 0.9980409145355225 - ] - ], - [ - 1.100000023841858, - [ - -0.052318282425403595, - -0.017228957265615463, - -0.01537719089537859, - 0.9983634352684021 - ] - ], - [ - 1.1333333253860474, - [ - -0.041316140443086624, - -0.01851068064570427, - -0.03613533824682236, - 0.9983208775520325 - ] - ], - [ - 1.1666666269302368, - [ - -0.029722359031438828, - -0.0212089903652668, - -0.04732782393693924, - 0.9982118010520935 - ] - ], - [ - 1.2000000476837158, - [ - -0.020152978599071503, - -0.02446615695953369, - -0.04184277355670929, - 0.9986212849617004 - ] - ], - [ - 1.2333333492279053, - [ - -0.01286275964230299, - -0.024435507133603096, - -0.021167565137147903, - 0.9993945360183716 - ] - ], - [ - 1.2666666507720947, - [ - -0.008579910732805729, - -0.02005976252257824, - 0.00865622516721487, - 0.9997245073318481 - ] - ], - [ - 1.2999999523162842, - [ - -0.0075921122916042805, - -0.013691002503037453, - 0.040935441851615906, - 0.9990392327308655 - ] - ], - [ - 1.3333333730697632, - [ - -0.013720287941396236, - -0.00857115164399147, - 0.06311551481485367, - 0.9978750944137573 - ] - ], - [ - 1.3666666746139526, - [ - -0.02775190770626068, - -0.00715964799746871, - 0.06915163993835449, - 0.9971944689750671 - ] - ], - [ - 1.399999976158142, - [ - -0.042907074093818665, - -0.007778934668749571, - 0.06239209696650505, - 0.9970987439155579 - ] - ], - [ - 1.4333332777023315, - [ - -0.05395086482167244, - -0.00804494321346283, - 0.04489969089627266, - 0.9975011944770813 - ] - ], - [ - 1.4666666984558105, - [ - -0.060821592807769775, - -0.0069016399793326855, - 0.02145540527999401, - 0.9978941679000854 - ] - ], - [ - 1.5, - [ - -0.06298243254423141, - -0.0048641664907336235, - -0.004574069287627935, - 0.9979922771453857 - ] - ], - [ - 1.5333333015441895, - [ - -0.05941186845302582, - -0.003020137082785368, - -0.02908286079764366, - 0.9978052377700806 - ] - ], - [ - 1.5666667222976685, - [ - -0.05105239897966385, - -0.002469016471877694, - -0.04806708171963692, - 0.9975355267524719 - ] - ], - [ - 1.600000023841858, - [ - -0.03990842401981354, - -0.00346646411344409, - -0.05847639590501785, - 0.9974848628044128 - ] - ], - [ - 1.6333333253860474, - [ - -0.029758980497717857, - -0.004503936506807804, - -0.056662943214178085, - 0.9979397058486938 - ] - ], - [ - 1.6666666269302368, - [ - -0.02192264422774315, - -0.004080983344465494, - -0.043473467230796814, - 0.9988057017326355 - ] - ], - [ - 1.7000000476837158, - [ - -0.018593570217490196, - -0.0027758802752941847, - -0.02035299502313137, - 0.9996160864830017 - ] - ], - [ - 1.7333333492279053, - [ - -0.020407933741807938, - -0.001753169228322804, - 0.010825804434716702, - 0.9997316002845764 - ] - ], - [ - 1.7666666507720947, - [ - -0.025284508243203163, - 0.0004902516957372427, - 0.0419800728559494, - 0.9987983703613281 - ] - ], - [ - 1.7999999523162842, - [ - -0.029518580064177513, - 0.004387253895401955, - 0.06103256717324257, - 0.9976895451545715 - ] - ], - [ - 1.8333333730697632, - [ - -0.03100803680717945, - 0.006674005649983883, - 0.05847913399338722, - 0.9977846145629883 - ] - ], - [ - 1.8666666746139526, - [ - -0.028569329530000687, - 0.004461741540580988, - 0.037006355822086334, - 0.998896598815918 - ] - ], - [ - 1.899999976158142, - [ - -0.021762242540717125, - -0.001942834467627108, - 0.0055699837394058704, - 0.999745786190033 - ] - ], - [ - 1.9333332777023315, - [ - -0.010673864744603634, - -0.011438922956585884, - -0.027294844388961792, - 0.9995049834251404 - ] - ], - [ - 1.9666666984558105, - [ - 0.003072790103033185, - -0.021919099614024162, - -0.05257699638605118, - 0.9983716607093811 - ] - ], - [ - 2.0, - [ - 0.017681216821074486, - -0.03004690445959568, - -0.0639488697052002, - 0.9973440170288086 - ] - ], - [ - 2.0333333015441895, - [ - 0.03129243105649948, - -0.032189443707466125, - -0.05897395685315132, - 0.9972496628761292 - ] - ], - [ - 2.066666603088379, - [ - 0.04195477068424225, - -0.027414480224251747, - -0.04295467212796211, - 0.997819185256958 - ] - ], - [ - 2.0999999046325684, - [ - 0.04566878825426102, - -0.016903096809983253, - -0.01966416835784912, - 0.9986200332641602 - ] - ], - [ - 2.133333444595337, - [ - 0.04106559231877327, - -0.0018116316059604287, - 0.006865032482892275, - 0.9991312026977539 - ] - ], - [ - 2.1666667461395264, - [ - 0.03206240385770798, - 0.012677069753408432, - 0.02700379677116871, - 0.9990406036376953 - ] - ], - [ - 2.200000047683716, - [ - 0.022282568737864494, - 0.020396674051880836, - 0.03234957903623581, - 0.9990200996398926 - ] - ], - [ - 2.2333333492279053, - [ - 0.014910688623785973, - 0.020794792100787163, - 0.022439803928136826, - 0.999420702457428 - ] - ], - [ - 2.2666666507720947, - [ - 0.0123998848721385, - 0.015149448066949844, - -0.0020671857055276632, - 0.9998062252998352 - ] - ], - [ - 2.299999952316284, - [ - 0.015667764469981194, - 0.007996571250259876, - -0.0334460474550724, - 0.9992856979370117 - ] - ], - [ - 2.3333332538604736, - [ - 0.0236709825694561, - -0.0002728155814111233, - -0.05964328348636627, - 0.9979390501976013 - ] - ], - [ - 2.366666555404663, - [ - 0.03597370535135269, - -0.009428444318473339, - -0.07171937823295593, - 0.9967313408851624 - ] - ], - [ - 2.4000000953674316, - [ - 0.04650453105568886, - -0.011623842641711235, - -0.06022099032998085, - 0.997033417224884 - ] - ], - [ - 2.433333396911621, - [ - 0.048590585589408875, - -0.0030722031369805336, - -0.027114108204841614, - 0.998445987701416 - ] - ], - [ - 2.4666666984558105, - [ - 0.04529055953025818, - 0.010173046961426735, - 0.014285001903772354, - 0.9988200068473816 - ] - ], - [ - 2.5, - [ - 0.035633526742458344, - 0.023525124415755272, - 0.043513037264347076, - 0.9981399774551392 - ] - ], - [ - 2.5333333015441895, - [ - 0.02372450940310955, - 0.02622312866151333, - 0.04654662683606148, - 0.9982900023460388 - ] - ], - [ - 2.566666603088379, - [ - 0.01656448282301426, - 0.016930870711803436, - 0.030475875362753868, - 0.9992548227310181 - ] - ], - [ - 2.5999999046325684, - [ - 0.016960859298706055, - 0.00010067292168969288, - 0.0011081486009061337, - 0.999855637550354 - ] - ], - [ - 2.633333444595337, - [ - 0.021577734500169754, - -0.015300902538001537, - -0.024835852906107903, - 0.999341607093811 - ] - ], - [ - 2.6666667461395264, - [ - 0.025187702849507332, - -0.018063552677631378, - -0.02815716341137886, - 0.9991228580474854 - ] - ], - [ - 2.700000047683716, - [ - 0.02797900326550007, - -0.010822798125445843, - -0.012579073198139668, - 0.9994707703590393 - ] - ], - [ - 2.7333333492279053, - [ - 0.02922237478196621, - 0.0003559047181624919, - 0.014986114576458931, - 0.9994605183601379 - ] - ], - [ - 2.7666666507720947, - [ - 0.032772403210401535, - 0.013817311264574528, - 0.041077304631471634, - 0.9985227584838867 - ] - ], - [ - 2.799999952316284, - [ - 0.03271320089697838, - 0.018516601994633675, - 0.046928469091653824, - 0.998190701007843 - ] - ], - [ - 2.8333332538604736, - [ - 0.029783084988594055, - 0.013876725919544697, - 0.03445322439074516, - 0.9988660216331482 - ] - ], - [ - 2.866666555404663, - [ - 0.029013551771640778, - 0.00928486231714487, - 0.014144386164844036, - 0.9994359016418457 - ] - ], - [ - 2.9000000953674316, - [ - 0.03305768966674805, - 0.006691682152450085, - -0.009523948654532433, - 0.9993856549263 - ] - ], - [ - 2.933333396911621, - [ - 0.04002766311168671, - 0.005340144038200378, - -0.031859107315540314, - 0.9986763596534729 - ] - ], - [ - 2.9666666984558105, - [ - 0.04764746129512787, - 0.002782453317195177, - -0.049170322716236115, - 0.9976493716239929 - ] - ], - [ - 3.0, - [ - 0.05384572967886925, - -0.001975980121642351, - -0.05826345831155777, - 0.996846079826355 - ] - ], - [ - 3.0333333015441895, - [ - 0.055451229214668274, - -0.005762697663158178, - -0.05252109095454216, - 0.9970624446868896 - ] - ], - [ - 3.066666603088379, - [ - 0.050427328795194626, - -0.004990614950656891, - -0.031081657856702805, - 0.9982315897941589 - ] - ], - [ - 3.0999999046325684, - [ - 0.04133499786257744, - 0.0001839231263147667, - -0.0002535635430831462, - 0.9991453886032104 - ] - ], - [ - 3.133333444595337, - [ - 0.03046698309481144, - 0.006367160473018885, - 0.03083844482898712, - 0.9990397691726685 - ] - ], - [ - 3.1666667461395264, - [ - 0.020931871607899666, - 0.008794927038252354, - 0.05032762512564659, - 0.998474657535553 - ] - ], - [ - 3.200000047683716, - [ - 0.01415071077644825, - 0.00469602458178997, - 0.0522906593978405, - 0.9985206127166748 - ] - ], - [ - 3.2333333492279053, - [ - 0.008661964908242226, - -0.002580840839073062, - 0.03953912481665611, - 0.9991771578788757 - ] - ], - [ - 3.2666666507720947, - [ - 0.0053215776570141315, - -0.00599500210955739, - 0.0143832266330719, - 0.9998645186424255 - ] - ], - [ - 3.299999952316284, - [ - 0.004828076343983412, - -0.0032906632404774427, - -0.015640711411833763, - 0.9998607039451599 - ] - ], - [ - 3.3333332538604736, - [ - 0.012464629486203194, - -0.0027098702266812325, - -0.032775454223155975, - 0.9993813633918762 - ] - ], - [ - 3.366666555404663, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458643988_1069827.json b/lenses/physics-objects/Scene/assets/1645812458643988_1069827.json deleted file mode 100644 index 1c3fa7db..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458643988_1069827.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458643988:1069827", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458657771_1069840.json b/lenses/physics-objects/Scene/assets/1645812458657771_1069840.json deleted file mode 100644 index 04bb7ea1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458657771_1069840.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458657771:1069840", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.731429100036621, - 0.0, - -1.0658141036401503e-14 - ] - ], - [ - 0.5333333611488342, - [ - 9.758965492248535, - -1.4210854715202004e-14, - -7.105415922656214e-15 - ] - ], - [ - 3.2333333492279053, - [ - 9.718429565429688, - 0.0, - -3.9968028886505635e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.746305465698242, - 1.4210854715202004e-14, - 6.217226068011301e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.729907035827637, - -1.4210854715202004e-14, - -3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458658191_1069847.json b/lenses/physics-objects/Scene/assets/1645812458658191_1069847.json deleted file mode 100644 index e9a271d6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458658191_1069847.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458658191:1069847", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02610551193356514, - 0.022737819701433182, - -0.02323426678776741, - 0.9991304278373718 - ] - ], - [ - 0.03333333507180214, - [ - -0.02610551193356514, - 0.022737819701433182, - -0.02323426678776741, - 0.9991304278373718 - ] - ], - [ - 0.06666667014360428, - [ - -0.024918945506215096, - 0.02254519797861576, - -0.02470375970005989, - 0.9991298913955688 - ] - ], - [ - 0.10000000149011612, - [ - -0.023606961593031883, - 0.022343743592500687, - -0.026354875415563583, - 0.9991240501403809 - ] - ], - [ - 0.13333334028720856, - [ - -0.02221583016216755, - 0.022139834240078926, - -0.02814387157559395, - 0.9991117119789124 - ] - ], - [ - 0.1666666716337204, - [ - -0.02078373171389103, - 0.02193477191030979, - -0.030027875676751137, - 0.9990922212600708 - ] - ], - [ - 0.20000000298023224, - [ - -0.0193485077470541, - 0.021726807579398155, - -0.031963687390089035, - 0.9990655183792114 - ] - ], - [ - 0.23333333432674408, - [ - -0.017947588115930557, - 0.021511506289243698, - -0.033907800912857056, - 0.9990322589874268 - ] - ], - [ - 0.2666666805744171, - [ - -0.016617991030216217, - 0.02128227800130844, - -0.035816486924886703, - 0.9989936351776123 - ] - ], - [ - 0.30000001192092896, - [ - -0.015396257862448692, - 0.021031102165579796, - -0.037645794451236725, - 0.9989511966705322 - ] - ], - [ - 0.3333333432674408, - [ - -0.014318571425974369, - 0.020749133080244064, - -0.03935154154896736, - 0.9989074468612671 - ] - ], - [ - 0.36666667461395264, - [ - -0.01342076063156128, - 0.020427756011486053, - -0.040889278054237366, - 0.9988647103309631 - ] - ], - [ - 0.4000000059604645, - [ - -0.012710962444543839, - 0.02007465623319149, - -0.04220709949731827, - 0.9988263249397278 - ] - ], - [ - 0.4333333373069763, - [ - -0.012185979634523392, - 0.019707757979631424, - -0.04325057566165924, - 0.9987955093383789 - ] - ], - [ - 0.46666666865348816, - [ - -0.011834155768156052, - 0.01937243342399597, - -0.04395972192287445, - 0.9987753629684448 - ] - ], - [ - 0.5333333611488342, - [ - -0.011592007242143154, - 0.018915005028247833, - -0.04428461939096451, - 0.9987726211547852 - ] - ], - [ - 0.5666666626930237, - [ - -0.011687868274748325, - 0.018690600991249084, - -0.044145479798316956, - 0.9987818598747253 - ] - ], - [ - 0.6000000238418579, - [ - -0.011910347267985344, - 0.0184568390250206, - -0.043859079480171204, - 0.9987962245941162 - ] - ], - [ - 0.6333333253860474, - [ - -0.012240182608366013, - 0.018219681456685066, - -0.04342850670218468, - 0.9988154172897339 - ] - ], - [ - 0.6666666865348816, - [ - -0.012655687518417835, - 0.01798093505203724, - -0.04286746308207512, - 0.9988387823104858 - ] - ], - [ - 0.699999988079071, - [ - -0.01313155796378851, - 0.017741268500685692, - -0.04219024255871773, - 0.9988657236099243 - ] - ], - [ - 0.7333333492279053, - [ - -0.013648444786667824, - 0.017503419890999794, - -0.04141051322221756, - 0.9988957643508911 - ] - ], - [ - 0.7666666507720947, - [ - -0.014185057021677494, - 0.017269564792513847, - -0.04054230451583862, - 0.9989279508590698 - ] - ], - [ - 0.800000011920929, - [ - -0.014733491465449333, - 0.01704411394894123, - -0.03959793224930763, - 0.9989616870880127 - ] - ], - [ - 0.8333333134651184, - [ - -0.015285973437130451, - 0.016830887645483017, - -0.03858979791402817, - 0.9989964365959167 - ] - ], - [ - 0.8666666746139526, - [ - -0.015834899619221687, - 0.01663299836218357, - -0.037530459463596344, - 0.999031662940979 - ] - ], - [ - 0.8999999761581421, - [ - -0.016372814774513245, - 0.016452843323349953, - -0.03643254190683365, - 0.9990665316581726 - ] - ], - [ - 0.9333333373069763, - [ - -0.01689242199063301, - 0.01629212684929371, - -0.03530872240662575, - 0.9991008639335632 - ] - ], - [ - 0.9666666388511658, - [ - -0.017386572435498238, - 0.01615179516375065, - -0.03417174145579338, - 0.9991341829299927 - ] - ], - [ - 1.0, - [ - -0.017848264425992966, - 0.016032133251428604, - -0.03303437680006027, - 0.9991662502288818 - ] - ], - [ - 1.0333333015441895, - [ - -0.018270622938871384, - 0.015932779759168625, - -0.03190941736102104, - 0.9991968274116516 - ] - ], - [ - 1.0666667222976685, - [ - -0.018646854907274246, - 0.015852784737944603, - -0.030809631571173668, - 0.9992256760597229 - ] - ], - [ - 1.100000023841858, - [ - -0.018970267847180367, - 0.015790697187185287, - -0.029747746884822845, - 0.9992526769638062 - ] - ], - [ - 1.1333333253860474, - [ - -0.019234228879213333, - 0.01574467122554779, - -0.028736500069499016, - 0.9992779493331909 - ] - ], - [ - 1.1666666269302368, - [ - -0.01943208836019039, - 0.015712527558207512, - -0.0277885552495718, - 0.9993014335632324 - ] - ], - [ - 1.2000000476837158, - [ - -0.0196485947817564, - 0.015689769759774208, - -0.026878267526626587, - 0.9993224143981934 - ] - ], - [ - 1.2333333492279053, - [ - -0.01996155083179474, - 0.015672167763113976, - -0.025982864201068878, - 0.999340295791626 - ] - ], - [ - 1.2666666507720947, - [ - -0.020353788509964943, - 0.015657583251595497, - -0.02511919103562832, - 0.9993546009063721 - ] - ], - [ - 1.2999999523162842, - [ - -0.02080240286886692, - 0.01564551703631878, - -0.024303046986460686, - 0.9993657469749451 - ] - ], - [ - 1.3333333730697632, - [ - -0.021291062235832214, - 0.015633203089237213, - -0.023551633581519127, - 0.9993736147880554 - ] - ], - [ - 1.3666666746139526, - [ - -0.021785924211144447, - 0.015630556270480156, - -0.022894544526934624, - 0.9993782639503479 - ] - ], - [ - 1.399999976158142, - [ - -0.022257108241319656, - 0.01564660295844078, - -0.022362707182765007, - 0.9993796944618225 - ] - ], - [ - 1.4333332777023315, - [ - -0.022693676874041557, - 0.015713190659880638, - -0.021954350173473358, - 0.9993778467178345 - ] - ], - [ - 1.4666666984558105, - [ - -0.023086629807949066, - 0.015860924497246742, - -0.02164667658507824, - 0.9993732571601868 - ] - ], - [ - 1.5333333015441895, - [ - -0.023714860901236534, - 0.016360322013497353, - -0.02129868045449257, - 0.9993579387664795 - ] - ], - [ - 1.5666667222976685, - [ - -0.023937001824378967, - 0.016694538295269012, - -0.021242721006274223, - 0.9993483424186707 - ] - ], - [ - 1.600000023841858, - [ - -0.02408936806023121, - 0.017074493691325188, - -0.021255217492580414, - 0.9993379712104797 - ] - ], - [ - 1.6333333253860474, - [ - -0.02415960654616356, - 0.017491193488240242, - -0.021329684183001518, - 0.9993274807929993 - ] - ], - [ - 1.6666666269302368, - [ - -0.024138133972883224, - 0.01793559268116951, - -0.021459903568029404, - 0.9993173480033875 - ] - ], - [ - 1.7000000476837158, - [ - -0.024038776755332947, - 0.0184016153216362, - -0.021637242287397385, - 0.9993074536323547 - ] - ], - [ - 1.7333333492279053, - [ - -0.023875437676906586, - 0.018882740288972855, - -0.02185346744954586, - 0.9992976784706116 - ] - ], - [ - 1.7666666507720947, - [ - -0.023662123829126358, - 0.019372019916772842, - -0.02210066094994545, - 0.9992879629135132 - ] - ], - [ - 1.7999999523162842, - [ - -0.023412946611642838, - 0.01986214891076088, - -0.022371254861354828, - 0.99927818775177 - ] - ], - [ - 1.8333333730697632, - [ - -0.023142119869589806, - 0.020345408469438553, - -0.022658031433820724, - 0.9992682933807373 - ] - ], - [ - 1.8666666746139526, - [ - -0.02286398783326149, - 0.020813781768083572, - -0.02295401506125927, - 0.999258279800415 - ] - ], - [ - 1.899999976158142, - [ - -0.02259291708469391, - 0.021258950233459473, - -0.02325250208377838, - 0.999248206615448 - ] - ], - [ - 1.9333332777023315, - [ - -0.022343432530760765, - 0.021672401577234268, - -0.02354695089161396, - 0.9992380142211914 - ] - ], - [ - 1.9666666984558105, - [ - -0.022130096331238747, - 0.02204548940062523, - -0.023830940946936607, - 0.9992278814315796 - ] - ], - [ - 2.0, - [ - -0.021967515349388123, - 0.02236948534846306, - -0.02409805916249752, - 0.9992178678512573 - ] - ], - [ - 2.0333333015441895, - [ - -0.02187037467956543, - 0.02263576164841652, - -0.02434181421995163, - 0.9992080926895142 - ] - ], - [ - 2.0999999046325684, - [ - -0.02193107269704342, - 0.02296130731701851, - -0.024732116609811783, - 0.9991897344589233 - ] - ], - [ - 2.1666667461395264, - [ - -0.02238176390528679, - 0.022973710671067238, - -0.024929381906986237, - 0.9991746544837952 - ] - ], - [ - 2.2333333492279053, - [ - -0.023238137364387512, - 0.022621167823672295, - -0.024825967848300934, - 0.9991657137870789 - ] - ], - [ - 2.2666666507720947, - [ - -0.023823006078600883, - 0.022351322695612907, - -0.02463369257748127, - 0.9991626739501953 - ] - ], - [ - 2.299999952316284, - [ - -0.02451157197356224, - 0.02209489420056343, - -0.024360110983252525, - 0.9991584420204163 - ] - ], - [ - 2.3333332538604736, - [ - -0.02529946342110634, - 0.021857760846614838, - -0.024018393829464912, - 0.9991523027420044 - ] - ], - [ - 2.366666555404663, - [ - -0.02617700956761837, - 0.0216441098600626, - -0.023621346801519394, - 0.9991438984870911 - ] - ], - [ - 2.4000000953674316, - [ - -0.02722039818763733, - 0.021454280242323875, - -0.023144470527768135, - 0.9991312623023987 - ] - ], - [ - 2.433333396911621, - [ - -0.028506960719823837, - 0.021287428215146065, - -0.02256160043179989, - 0.9991121888160706 - ] - ], - [ - 2.4666666984558105, - [ - -0.03001714125275612, - 0.021144846454262733, - -0.02188350260257721, - 0.9990860819816589 - ] - ], - [ - 2.5, - [ - -0.03172626346349716, - 0.021026482805609703, - -0.021121734753251076, - 0.9990521669387817 - ] - ], - [ - 2.5333333015441895, - [ - -0.03360704705119133, - 0.020931417122483253, - -0.02028800919651985, - 0.9990100264549255 - ] - ], - [ - 2.566666603088379, - [ - -0.035632144659757614, - 0.020858265459537506, - -0.0193939171731472, - 0.9989590644836426 - ] - ], - [ - 2.5999999046325684, - [ - -0.037774212658405304, - 0.020805269479751587, - -0.018450923264026642, - 0.9988994002342224 - ] - ], - [ - 2.633333444595337, - [ - -0.04000583291053772, - 0.020770329982042313, - -0.017470305785536766, - 0.9988307952880859 - ] - ], - [ - 2.6666667461395264, - [ - -0.04229951649904251, - 0.020751113072037697, - -0.01646323688328266, - 0.9987537860870361 - ] - ], - [ - 2.700000047683716, - [ - -0.04462786391377449, - 0.02074512280523777, - -0.015440785326063633, - 0.998668909072876 - ] - ], - [ - 2.7333333492279053, - [ - -0.046963393688201904, - 0.020749755203723907, - -0.014413872733712196, - 0.9985770583152771 - ] - ], - [ - 2.7666666507720947, - [ - -0.04927860572934151, - 0.020762359723448753, - -0.013393335044384003, - 0.998479425907135 - ] - ], - [ - 2.799999952316284, - [ - -0.051546089351177216, - 0.020780356600880623, - -0.012389963492751122, - 0.9983776211738586 - ] - ], - [ - 2.8333332538604736, - [ - -0.053738340735435486, - 0.020801261067390442, - -0.011414488777518272, - 0.9982731342315674 - ] - ], - [ - 2.866666555404663, - [ - -0.055827993899583817, - 0.020822817459702492, - -0.010477657429873943, - 0.9981683492660522 - ] - ], - [ - 2.9000000953674316, - [ - -0.05778765305876732, - 0.020843012258410454, - -0.00959017314016819, - 0.9980652332305908 - ] - ], - [ - 2.933333396911621, - [ - -0.059547025710344315, - 0.02086322195827961, - -0.008778891526162624, - 0.997968852519989 - ] - ], - [ - 2.9666666984558105, - [ - -0.061049915850162506, - 0.020884668454527855, - -0.008065293543040752, - 0.9978836178779602 - ] - ], - [ - 3.0, - [ - -0.06229027733206749, - 0.020905615761876106, - -0.007452287245541811, - 0.9978113770484924 - ] - ], - [ - 3.0333333015441895, - [ - -0.06326193362474442, - 0.020924728363752365, - -0.00694289430975914, - 0.9977534413337708 - ] - ], - [ - 3.066666603088379, - [ - -0.06393231451511383, - 0.020943421870470047, - -0.006533010862767696, - 0.9977130889892578 - ] - ], - [ - 3.0999999046325684, - [ - -0.06427975744009018, - 0.02096232958137989, - -0.006221632473170757, - 0.997692346572876 - ] - ], - [ - 3.1666667461395264, - [ - -0.06406782567501068, - 0.020970933139324188, - -0.0058533507399261, - 0.9977080225944519 - ] - ], - [ - 3.200000047683716, - [ - -0.06356826424598694, - 0.020904643461108208, - -0.00595871452242136, - 0.9977407455444336 - ] - ], - [ - 3.2333333492279053, - [ - -0.06283386796712875, - 0.02074933983385563, - -0.006451913621276617, - 0.9977875351905823 - ] - ], - [ - 3.2666666507720947, - [ - -0.06186002492904663, - 0.020536664873361588, - -0.007291589863598347, - 0.9978469014167786 - ] - ], - [ - 3.299999952316284, - [ - -0.060668740421533585, - 0.020292147994041443, - -0.008429835550487041, - 0.9979161620140076 - ] - ], - [ - 3.3333332538604736, - [ - -0.059284757822752, - 0.020032117143273354, - -0.009828122332692146, - 0.997991681098938 - ] - ], - [ - 3.366666555404663, - [ - -0.05773957073688507, - 0.019769545644521713, - -0.01144616212695837, - 0.9980702996253967 - ] - ], - [ - 3.4000000953674316, - [ - -0.05607040971517563, - 0.0195140540599823, - -0.013242372311651707, - 0.9981482625007629 - ] - ], - [ - 3.433333396911621, - [ - -0.05431913956999779, - 0.019272271543741226, - -0.015173999592661858, - 0.998222291469574 - ] - ], - [ - 3.4666666984558105, - [ - -0.052519410848617554, - 0.019046710804104805, - -0.017199330031871796, - 0.9982901215553284 - ] - ], - [ - 3.5, - [ - -0.050704583525657654, - 0.018836645409464836, - -0.019276324659585953, - 0.9983499646186829 - ] - ], - [ - 3.5333333015441895, - [ - -0.048907727003097534, - 0.01863861456513405, - -0.021362967789173126, - 0.998400866985321 - ] - ], - [ - 3.566666603088379, - [ - -0.0471615269780159, - 0.018446801230311394, - -0.0234171524643898, - 0.9984423518180847 - ] - ], - [ - 3.5999999046325684, - [ - -0.04548604413866997, - 0.018255215138196945, - -0.02540128119289875, - 0.9984751343727112 - ] - ], - [ - 3.633333444595337, - [ - -0.043914034962654114, - 0.018055420368909836, - -0.0272730253636837, - 0.9984997510910034 - ] - ], - [ - 3.6666667461395264, - [ - -0.04249678924679756, - 0.017837034538388252, - -0.028983181342482567, - 0.9985169172286987 - ] - ], - [ - 3.700000047683716, - [ - -0.041257232427597046, - 0.01760207675397396, - -0.030476028099656105, - 0.9985285401344299 - ] - ], - [ - 3.7333333492279053, - [ - -0.04020683839917183, - 0.01736167073249817, - -0.03169362246990204, - 0.9985377788543701 - ] - ], - [ - 3.7666666507720947, - [ - -0.0393485426902771, - 0.017152655869722366, - -0.032570187002420425, - 0.998547375202179 - ] - ], - [ - 3.799999952316284, - [ - -0.038679338991642, - 0.017020579427480698, - -0.03303632512688637, - 0.99856036901474 - ] - ], - [ - 3.8333332538604736, - [ - -0.038207873702049255, - 0.01691950112581253, - -0.03318771719932556, - 0.9985752105712891 - ] - ], - [ - 3.9000000953674316, - [ - -0.03774318844079971, - 0.01666119694709778, - -0.03301604837179184, - 0.9986029267311096 - ] - ], - [ - 3.9666666984558105, - [ - -0.03772471472620964, - 0.016377508640289307, - -0.03227673098444939, - 0.9986324906349182 - ] - ], - [ - 4.0, - [ - -0.03782455250620842, - 0.016232378780841827, - -0.031725186854600906, - 0.9986487627029419 - ] - ], - [ - 4.0333333015441895, - [ - -0.03796890377998352, - 0.0160882119089365, - -0.031070763245224953, - 0.9986661672592163 - ] - ], - [ - 4.066666603088379, - [ - -0.03813639655709267, - 0.015947332605719566, - -0.03032730333507061, - 0.9986850023269653 - ] - ], - [ - 4.099999904632568, - [ - -0.03831878677010536, - 0.015813585370779037, - -0.029507311061024666, - 0.9987046122550964 - ] - ], - [ - 4.133333206176758, - [ - -0.03850797563791275, - 0.015690196305513382, - -0.028623390942811966, - 0.9987249970436096 - ] - ], - [ - 4.166666507720947, - [ - -0.03869606927037239, - 0.015579761937260628, - -0.027688227593898773, - 0.998745858669281 - ] - ], - [ - 4.199999809265137, - [ - -0.03887530416250229, - 0.015484213829040527, - -0.026714662089943886, - 0.9987668991088867 - ] - ], - [ - 4.233333110809326, - [ - -0.03903811797499657, - 0.01540475245565176, - -0.02571544423699379, - 0.9987879991531372 - ] - ], - [ - 4.266666889190674, - [ - -0.0391770601272583, - 0.015341922640800476, - -0.024703457951545715, - 0.9988091588020325 - ] - ], - [ - 4.300000190734863, - [ - -0.039284847676754, - 0.015295620076358318, - -0.023691637441515923, - 0.9988301396369934 - ] - ], - [ - 4.333333492279053, - [ - -0.03935437276959419, - 0.015265120193362236, - -0.022692851722240448, - 0.9988510608673096 - ] - ], - [ - 4.366666793823242, - [ - -0.03937855735421181, - 0.015249148942530155, - -0.02171994373202324, - 0.9988719820976257 - ] - ], - [ - 4.400000095367432, - [ - -0.0393504835665226, - 0.015245962888002396, - -0.02078583464026451, - 0.9988929033279419 - ] - ], - [ - 4.433333396911621, - [ - -0.039263226091861725, - 0.01525342557579279, - -0.019903291016817093, - 0.9989143013954163 - ] - ], - [ - 4.4666666984558105, - [ - -0.039109908044338226, - 0.015269119292497635, - -0.0190851129591465, - 0.9989359378814697 - ] - ], - [ - 4.5, - [ - -0.03888364136219025, - 0.015290466137230396, - -0.018344014883041382, - 0.9989583492279053 - ] - ], - [ - 4.5333333015441895, - [ - -0.038577426224946976, - 0.015314819291234016, - -0.01769273169338703, - 0.9989815950393677 - ] - ], - [ - 4.566666603088379, - [ - -0.038184452801942825, - 0.015339639969170094, - -0.01714375428855419, - 0.9990058541297913 - ] - ], - [ - 4.599999904632568, - [ - -0.03769349679350853, - 0.01536375842988491, - -0.01670796237885952, - 0.9990315437316895 - ] - ], - [ - 4.633333206176758, - [ - -0.03710020333528519, - 0.015384865924715996, - -0.01639733463525772, - 0.9990585446357727 - ] - ], - [ - 4.666666507720947, - [ - -0.03638288006186485, - 0.015412836335599422, - -0.01623578928411007, - 0.9990871548652649 - ] - ], - [ - 4.699999809265137, - [ - -0.035523589700460434, - 0.015457622706890106, - -0.016248615458607674, - 0.9991171956062317 - ] - ], - [ - 4.733333110809326, - [ - -0.03452354669570923, - 0.015554242767393589, - -0.016428865492343903, - 0.999147891998291 - ] - ], - [ - 4.766666889190674, - [ - -0.03338567540049553, - 0.015735959634184837, - -0.016748690977692604, - 0.999178409576416 - ] - ], - [ - 4.800000190734863, - [ - -0.03211451321840286, - 0.015994807705283165, - -0.01719428226351738, - 0.9992082715034485 - ] - ], - [ - 4.833333492279053, - [ - -0.03071720153093338, - 0.016323082149028778, - -0.017752761021256447, - 0.9992371201515198 - ] - ], - [ - 4.866666793823242, - [ - -0.029197121039032936, - 0.016713792458176613, - -0.0184116642922163, - 0.9992644190788269 - ] - ], - [ - 4.900000095367432, - [ - -0.027547568082809448, - 0.01716037653386593, - -0.0191634651273489, - 0.9992895722389221 - ] - ], - [ - 4.933333396911621, - [ - -0.025754259899258614, - 0.0176547784358263, - -0.020002208650112152, - 0.9993123412132263 - ] - ], - [ - 4.9666666984558105, - [ - -0.023818250745534897, - 0.01818738505244255, - -0.020917434245347977, - 0.999332070350647 - ] - ], - [ - 5.0, - [ - -0.02176397666335106, - 0.018750885501503944, - -0.021896325051784515, - 0.999347448348999 - ] - ], - [ - 5.0333333015441895, - [ - -0.01961607299745083, - 0.019337251782417297, - -0.022926388308405876, - 0.9993576407432556 - ] - ], - [ - 5.066666603088379, - [ - -0.01739933155477047, - 0.01993786357343197, - -0.023995524272322655, - 0.9993618726730347 - ] - ], - [ - 5.099999904632568, - [ - -0.015138681046664715, - 0.02054346166551113, - -0.025091933086514473, - 0.9993593692779541 - ] - ], - [ - 5.133333206176758, - [ - -0.012859238311648369, - 0.021144229918718338, - -0.026204083114862442, - 0.9993502497673035 - ] - ], - [ - 5.166666507720947, - [ - -0.010586285963654518, - 0.021729854866862297, - -0.027320751920342445, - 0.999334454536438 - ] - ], - [ - 5.199999809265137, - [ - -0.008345242589712143, - 0.022289572283625603, - -0.028430864214897156, - 0.9993124008178711 - ] - ], - [ - 5.233333110809326, - [ - -0.006161663681268692, - 0.022812314331531525, - -0.029523445293307304, - 0.9992847442626953 - ] - ], - [ - 5.266666889190674, - [ - -0.004061192739754915, - 0.023286819458007813, - -0.03058759681880474, - 0.9992525577545166 - ] - ], - [ - 5.300000190734863, - [ - -0.0020696790888905525, - 0.023701662197709084, - -0.031612273305654526, - 0.9992170929908752 - ] - ], - [ - 5.333333492279053, - [ - -0.00021293108875397593, - 0.024045513942837715, - -0.03258628025650978, - 0.9991797208786011 - ] - ], - [ - 5.366666793823242, - [ - 0.0014831608859822154, - 0.024307245388627052, - -0.03349808230996132, - 0.999142050743103 - ] - ], - [ - 5.400000095367432, - [ - 0.0029926872812211514, - 0.024476151913404465, - -0.03433575481176376, - 0.999106228351593 - ] - ], - [ - 5.433333396911621, - [ - 0.00429984787479043, - 0.024546746164560318, - -0.03508348390460014, - 0.9990737438201904 - ] - ], - [ - 5.4666666984558105, - [ - 0.005395702086389065, - 0.02451784536242485, - -0.03572262451052666, - 0.9990463852882385 - ] - ], - [ - 5.5, - [ - 0.006262755952775478, - 0.024378446862101555, - -0.03623258322477341, - 0.999026358127594 - ] - ], - [ - 5.5333333015441895, - [ - 0.006890764459967613, - 0.02412397973239422, - -0.03659083694219589, - 0.9990154504776001 - ] - ], - [ - 5.566666603088379, - [ - 0.007265900261700153, - 0.0238141268491745, - -0.03678830340504646, - 0.9990128874778748 - ] - ], - [ - 5.599999904632568, - [ - 0.007378983777016401, - 0.02350994013249874, - -0.036835283041000366, - 0.9990175366401672 - ] - ], - [ - 5.633333206176758, - [ - 0.007223289459943771, - 0.02322074957191944, - -0.036740463227033615, - 0.9990289211273193 - ] - ], - [ - 5.666666507720947, - [ - 0.006797382608056068, - 0.02295379340648651, - -0.03651244193315506, - 0.9990464448928833 - ] - ], - [ - 5.699999809265137, - [ - 0.006104379892349243, - 0.022716185078024864, - -0.03615947812795639, - 0.9990691542625427 - ] - ], - [ - 5.733333110809326, - [ - 0.005152874160557985, - 0.0225128922611475, - -0.03569090738892555, - 0.9990959763526917 - ] - ], - [ - 5.766666889190674, - [ - 0.003961120266467333, - 0.022345595061779022, - -0.03511748090386391, - 0.9991254806518555 - ] - ], - [ - 5.800000190734863, - [ - 0.0025525258388370275, - 0.022214146330952644, - -0.03445078432559967, - 0.9991562366485596 - ] - ], - [ - 5.833333492279053, - [ - 0.0009531695977784693, - 0.022117305546998978, - -0.03370269015431404, - 0.9991866946220398 - ] - ], - [ - 5.866666793823242, - [ - -0.0008108119363896549, - 0.0220533087849617, - -0.0328848771750927, - 0.9992154836654663 - ] - ], - [ - 5.900000095367432, - [ - -0.0027132274117320776, - 0.02201993018388748, - -0.03200883790850639, - 0.9992414116859436 - ] - ], - [ - 5.933333396911621, - [ - -0.004727852530777454, - 0.022014573216438293, - -0.031085867434740067, - 0.9992631673812866 - ] - ], - [ - 5.9666666984558105, - [ - -0.006828363053500652, - 0.022034402936697006, - -0.03012717142701149, - 0.9992798566818237 - ] - ], - [ - 6.0, - [ - -0.008988438174128532, - 0.022076327353715897, - -0.029143664985895157, - 0.9992910027503967 - ] - ], - [ - 6.0333333015441895, - [ - -0.011181705631315708, - 0.022137146443128586, - -0.028146198019385338, - 0.9992961287498474 - ] - ], - [ - 6.066666603088379, - [ - -0.01338175218552351, - 0.022213591262698174, - -0.02714541181921959, - 0.9992950558662415 - ] - ], - [ - 6.099999904632568, - [ - -0.015562154352664948, - 0.02230243943631649, - -0.02615191414952278, - 0.999288022518158 - ] - ], - [ - 6.133333206176758, - [ - -0.017696470022201538, - 0.022400526329874992, - -0.02517615631222725, - 0.9992753267288208 - ] - ], - [ - 6.166666507720947, - [ - -0.019758233800530434, - 0.022504905238747597, - -0.024228576570749283, - 0.9992578029632568 - ] - ], - [ - 6.199999809265137, - [ - -0.021721037104725838, - 0.022612828761339188, - -0.02331957407295704, - 0.9992363452911377 - ] - ], - [ - 6.233333110809326, - [ - -0.023558417335152626, - 0.022721920162439346, - -0.022459551692008972, - 0.999211847782135 - ] - ], - [ - 6.266666889190674, - [ - -0.025244006887078285, - 0.0228301789611578, - -0.021658923476934433, - 0.9991859793663025 - ] - ], - [ - 6.300000190734863, - [ - -0.026751378551125526, - 0.022936077788472176, - -0.02092817798256874, - 0.9991598129272461 - ] - ], - [ - 6.333333492279053, - [ - -0.028054244816303253, - 0.0230387095361948, - -0.02027786336839199, - 0.9991351366043091 - ] - ], - [ - 6.366666793823242, - [ - -0.029100127518177032, - 0.023144466802477837, - -0.019710717722773552, - 0.9991142153739929 - ] - ], - [ - 6.400000095367432, - [ - -0.029847538098692894, - 0.02325713075697422, - -0.0192327331751585, - 0.9990987777709961 - ] - ], - [ - 6.433333396911621, - [ - -0.03028959222137928, - 0.02337084896862507, - -0.018839700147509575, - 0.999090313911438 - ] - ], - [ - 6.4666666984558105, - [ - -0.030428284779191017, - 0.02347593568265438, - -0.018531981855630875, - 0.9990893602371216 - ] - ], - [ - 6.5, - [ - -0.03028152324259281, - 0.023518279194831848, - -0.01848485879600048, - 0.9990937113761902 - ] - ], - [ - 6.5333333015441895, - [ - -0.029872607439756393, - 0.023464135825634003, - -0.018833210691809654, - 0.9991008043289185 - ] - ], - [ - 6.566666603088379, - [ - -0.029221657663583755, - 0.023339668288826942, - -0.019527431577444077, - 0.9991097450256348 - ] - ], - [ - 6.599999904632568, - [ - -0.0283556766808033, - 0.023167571052908897, - -0.020518699660897255, - 0.9991188049316406 - ] - ], - [ - 6.633333206176758, - [ - -0.027304718270897865, - 0.02296285144984722, - -0.021767957136034966, - 0.9991262555122375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458658595_1069854.json b/lenses/physics-objects/Scene/assets/1645812458658595_1069854.json deleted file mode 100644 index 2b1b8adf..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458658595_1069854.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458658595:1069854", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458660700_1069867.json b/lenses/physics-objects/Scene/assets/1645812458660700_1069867.json deleted file mode 100644 index 0fec9c63..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458660700_1069867.json +++ /dev/null @@ -1,498 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458660700:1069867", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.706718444824219, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.67658805847168, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.69810676574707, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.723766326904297, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.752984046936035, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.773362159729004, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.777873039245605, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.75805377960205, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.726099014282227, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.700191497802734, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.71996784210205, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.766426086425781, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.75357723236084, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.727007865905762, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.705198287963867, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.674592971801758, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.68921947479248, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.737764358520508, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.743345260620117, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.720101356506348, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.699441909790039, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.6773099899292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.685721397399902, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.709616661071777, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.739645957946777, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.76675796508789, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.770821571350098, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.739975929260254, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.716948509216309, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.712419509887695, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.743667602539063, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.831430435180664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.861418724060059, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.859138488769531, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.828014373779297, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.793635368347168, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.771354675292969, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.749307632446289, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.748631477355957, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.77847957611084, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.826946258544922, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.857536315917969, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.84235668182373, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.814931869506836, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.783140182495117, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.799320220947266, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.827348709106445, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.84373950958252, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.7923002243042, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.735637664794922, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.710932731628418, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.714923858642578, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.738702774047852, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.76502513885498, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.770589828491211, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.721986770629883, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.690686225891113, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.680984497070313, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458661029_1069874.json b/lenses/physics-objects/Scene/assets/1645812458661029_1069874.json deleted file mode 100644 index 1c782e47..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458661029_1069874.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458661029:1069874", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ], - [ - 0.03333333507180214, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ], - [ - 0.06666667014360428, - [ - 0.028640007600188255, - -0.05908895283937454, - -0.18751032650470734, - 0.9800654649734497 - ] - ], - [ - 0.10000000149011612, - [ - 0.03190287947654724, - -0.054293494671583176, - -0.017432255670428276, - 0.9978629946708679 - ] - ], - [ - 0.13333334028720856, - [ - 0.028208669275045395, - -0.05488656833767891, - -0.010425828397274017, - 0.9980396032333374 - ] - ], - [ - 0.1666666716337204, - [ - 0.019454767927527428, - -0.05888305976986885, - -0.026761021465063095, - 0.99771648645401 - ] - ], - [ - 0.20000000298023224, - [ - 0.01255174819380045, - -0.06804770976305008, - -0.06535431742668152, - 0.9954600930213928 - ] - ], - [ - 0.23333333432674408, - [ - 0.011359323747456074, - -0.08127380907535553, - -0.11463422328233719, - 0.9900124073028564 - ] - ], - [ - 0.2666666805744171, - [ - 0.015072492882609367, - -0.09646999835968018, - -0.1677318662405014, - 0.9809854030609131 - ] - ], - [ - 0.30000001192092896, - [ - 0.01989508606493473, - -0.11440225690603256, - -0.214085653424263, - 0.96988844871521 - ] - ], - [ - 0.3333333432674408, - [ - 0.02261517010629177, - -0.13820238411426544, - -0.24239042401313782, - 0.960018515586853 - ] - ], - [ - 0.36666667461395264, - [ - 0.021418742835521698, - -0.1669243723154068, - -0.2449120730161667, - 0.9548274874687195 - ] - ], - [ - 0.4000000059604645, - [ - 0.0150662362575531, - -0.18050314486026764, - -0.20683082938194275, - 0.9614638090133667 - ] - ], - [ - 0.4333333373069763, - [ - 0.0053029716946184635, - -0.15757912397384644, - -0.13789722323417664, - 0.9778164625167847 - ] - ], - [ - 0.46666666865348816, - [ - -0.00634028110653162, - -0.10576938092708588, - -0.06204523891210556, - 0.9924328923225403 - ] - ], - [ - 0.5, - [ - -0.0167080145329237, - -0.05183885619044304, - 0.009580813348293304, - 0.9984698295593262 - ] - ], - [ - 0.5333333611488342, - [ - -0.024572694674134254, - -0.023934483528137207, - 0.06926976889371872, - 0.9970081448554993 - ] - ], - [ - 0.5666666626930237, - [ - -0.03129009157419205, - -0.031041914597153664, - 0.09482138603925705, - 0.9945181012153625 - ] - ], - [ - 0.6000000238418579, - [ - -0.03607076033949852, - -0.053743232041597366, - 0.06387307494878769, - 0.9958568215370178 - ] - ], - [ - 0.6333333253860474, - [ - -0.03769472613930702, - -0.06637527048587799, - -0.009856869466602802, - 0.9970337152481079 - ] - ], - [ - 0.6666666865348816, - [ - -0.033555254340171814, - -0.07101373374462128, - -0.09988456219434738, - 0.9918942451477051 - ] - ], - [ - 0.699999988079071, - [ - -0.024525368586182594, - -0.08718220144510269, - -0.18366581201553345, - 0.9788077473640442 - ] - ], - [ - 0.7333333492279053, - [ - -0.014883872121572495, - -0.12381836026906967, - -0.23977471888065338, - 0.9627854228019714 - ] - ], - [ - 0.7666666507720947, - [ - -0.007473080884665251, - -0.1649882197380066, - -0.2480018436908722, - 0.9545775651931763 - ] - ], - [ - 0.800000011920929, - [ - -0.004713932052254677, - -0.18331009149551392, - -0.2117762267589569, - 0.959961473941803 - ] - ], - [ - 0.8333333134651184, - [ - -0.006997725926339626, - -0.17127270996570587, - -0.15667855739593506, - 0.9726605415344238 - ] - ], - [ - 0.8666666746139526, - [ - -0.013616764917969704, - -0.13659875094890594, - -0.09598606824874878, - 0.9858713150024414 - ] - ], - [ - 0.8999999761581421, - [ - -0.024505840614438057, - -0.09383606910705566, - -0.03634614497423172, - 0.9946221709251404 - ] - ], - [ - 0.9333333373069763, - [ - -0.03769442439079285, - -0.059639230370521545, - 0.01883239857852459, - 0.9973302483558655 - ] - ], - [ - 0.9666666388511658, - [ - -0.04996741563081741, - -0.0440753698348999, - 0.06144396960735321, - 0.9958841800689697 - ] - ], - [ - 1.0, - [ - -0.058750998228788376, - -0.04715464264154434, - 0.0768221765756607, - 0.9941948056221008 - ] - ], - [ - 1.0333333015441895, - [ - -0.062121231108903885, - -0.05875195190310478, - 0.0524478442966938, - 0.9949564933776855 - ] - ], - [ - 1.0666667222976685, - [ - -0.05963274836540222, - -0.0660364031791687, - -0.004139722790569067, - 0.9960250854492188 - ] - ], - [ - 1.100000023841858, - [ - -0.052055537700653076, - -0.06614900380373001, - -0.07855591177940369, - 0.9933497309684753 - ] - ], - [ - 1.1333333253860474, - [ - -0.04074804112315178, - -0.06634820997714996, - -0.1565650999546051, - 0.9845937490463257 - ] - ], - [ - 1.1666666269302368, - [ - -0.028903789818286896, - -0.0800112783908844, - -0.22464239597320557, - 0.970720648765564 - ] - ], - [ - 1.2000000476837158, - [ - -0.01928802579641342, - -0.11713622510433197, - -0.26912420988082886, - 0.955761194229126 - ] - ], - [ - 1.2333333492279053, - [ - -0.012187927961349487, - -0.16293269395828247, - -0.2767079174518585, - 0.9469620585441589 - ] - ], - [ - 1.2666666507720947, - [ - -0.008216860704123974, - -0.17657341063022614, - -0.22825096547603607, - 0.9574214220046997 - ] - ], - [ - 1.2999999523162842, - [ - -0.007447576150298119, - -0.14314761757850647, - -0.13789238035678864, - 0.9800198674201965 - ] - ], - [ - 1.3333333730697632, - [ - -0.01368220616132021, - -0.08873831480741501, - -0.04127766937017441, - 0.9951052665710449 - ] - ], - [ - 1.3666666746139526, - [ - -0.027761509642004967, - -0.052416324615478516, - 0.03736920282244682, - 0.9975396394729614 - ] - ], - [ - 1.399999976158142, - [ - -0.04284306988120079, - -0.04835033044219017, - 0.06770478188991547, - 0.9956117868423462 - ] - ], - [ - 1.4333332777023315, - [ - -0.05386221781373024, - -0.057772520929574966, - 0.04494720324873924, - 0.9958620071411133 - ] - ], - [ - 1.4666666984558105, - [ - -0.06070975959300995, - -0.06457061320543289, - -0.0032974807545542717, - 0.9960592985153198 - ] - ], - [ - 1.5, - [ - -0.06269367784261703, - -0.06677240133285522, - -0.06879981607198715, - 0.9934170842170715 - ] - ], - [ - 1.5333333015441895, - [ - -0.058707721531391144, - -0.0665157362818718, - -0.14132839441299438, - 0.9859794974327087 - ] - ], - [ - 1.5666667222976685, - [ - -0.049827225506305695, - -0.06837417185306549, - -0.21201765537261963, - 0.9735968112945557 - ] - ], - [ - 1.600000023841858, - [ - -0.03833911940455437, - -0.07641296088695526, - -0.2728128731250763, - 0.9582611918449402 - ] - ], - [ - 1.6333333253860474, - [ - -0.02813423052430153, - -0.09133944660425186, - -0.31742316484451294, - 0.9434553980827332 - ] - ], - [ - 1.6666666269302368, - [ - -0.02051469124853611, - -0.10833141952753067, - -0.3380180895328522, - 0.9346588850021362 - ] - ], - [ - 1.7000000476837158, - [ - -0.017585469409823418, - -0.11292385309934616, - -0.305155485868454, - 0.9454200863838196 - ] - ], - [ - 1.7333333492279053, - [ - -0.019818784669041634, - -0.10015574842691422, - -0.21676260232925415, - 0.970870852470398 - ] - ], - [ - 1.7666666507720947, - [ - -0.025081541389226913, - -0.07801468670368195, - -0.10787580907344818, - 0.9907812476158142 - ] - ], - [ - 1.7999999523162842, - [ - -0.02952485717833042, - -0.05500570312142372, - -0.01716991700232029, - 0.9979017376899719 - ] - ], - [ - 1.8333333730697632, - [ - -0.03102344647049904, - -0.04531190171837807, - 0.02048775926232338, - 0.9982808232307434 - ] - ], - [ - 1.8666666746139526, - [ - -0.028545498847961426, - -0.05525847524404526, - -0.0008378568454645574, - 0.9980636239051819 - ] - ], - [ - 1.899999976158142, - [ - -0.0216636024415493, - -0.07833871245384216, - -0.05423973873257637, - 0.9952144622802734 - ] - ], - [ - 1.9333332777023315, - [ - -0.010529558174312115, - -0.1111753061413765, - -0.12389173358678818, - 0.985991895198822 - ] - ], - [ - 1.9666666984558105, - [ - 0.0029822401702404022, - -0.15301208198070526, - -0.19421115517616272, - 0.9689481258392334 - ] - ], - [ - 2.0, - [ - 0.01677100919187069, - -0.2028975784778595, - -0.2522526681423187, - 0.9460020661354065 - ] - ], - [ - 2.0333333015441895, - [ - 0.028932951390743256, - -0.25793614983558655, - -0.28713226318359375, - 0.9220559000968933 - ] - ], - [ - 2.066666603088379, - [ - 0.038139503449201584, - -0.3021793067455292, - -0.290586918592453, - 0.9070789813995361 - ] - ], - [ - 2.0999999046325684, - [ - 0.042057719081640244, - -0.3023603558540344, - -0.24705883860588074, - 0.9196582436561584 - ] - ], - [ - 2.133333444595337, - [ - 0.039176490157842636, - -0.2451266348361969, - -0.17276184260845184, - 0.9531691670417786 - ] - ], - [ - 2.1666667461395264, - [ - 0.03152201697230339, - -0.15518954396247864, - -0.10099751502275467, - 0.9822026491165161 - ] - ], - [ - 2.200000047683716, - [ - 0.02221379429101944, - -0.07420659065246582, - -0.04593101143836975, - 0.9959369897842407 - ] - ], - [ - 2.2333333492279053, - [ - 0.014902079477906227, - -0.03853694349527359, - -0.02458268590271473, - 0.9988436102867126 - ] - ], - [ - 2.2666666507720947, - [ - 0.01235708687454462, - -0.056023191660642624, - -0.0631183311343193, - 0.9963557720184326 - ] - ], - [ - 2.299999952316284, - [ - 0.015430626459419727, - -0.09667352586984634, - -0.14779514074325562, - 0.9841610193252563 - ] - ], - [ - 2.3333332538604736, - [ - 0.022748660296201706, - -0.1466073840856552, - -0.2412509322166443, - 0.9590552449226379 - ] - ], - [ - 2.366666555404663, - [ - 0.033531539142131805, - -0.2053748071193695, - -0.3058333098888397, - 0.9290655851364136 - ] - ], - [ - 2.4000000953674316, - [ - 0.04244530200958252, - -0.26371055841445923, - -0.31708529591560364, - 0.9100066423416138 - ] - ], - [ - 2.433333396911621, - [ - 0.04480329155921936, - -0.2799939513206482, - -0.2684154510498047, - 0.9206243753433228 - ] - ], - [ - 2.4666666984558105, - [ - 0.04323891922831535, - -0.23067927360534668, - -0.18871663510799408, - 0.9535741806030273 - ] - ], - [ - 2.5, - [ - 0.035111941397190094, - -0.13809506595134735, - -0.11120356619358063, - 0.983529806137085 - ] - ], - [ - 2.5333333015441895, - [ - 0.023693855851888657, - -0.05102882534265518, - -0.0531635545194149, - 0.9969996213912964 - ] - ], - [ - 2.566666603088379, - [ - 0.016566775739192963, - -0.017225058749318123, - -0.025340605527162552, - 0.9993932843208313 - ] - ], - [ - 2.5999999046325684, - [ - 0.016886970028281212, - -0.05842902138829231, - -0.07266897708177567, - 0.9954999089241028 - ] - ], - [ - 2.633333444595337, - [ - 0.02100508287549019, - -0.13933932781219482, - -0.18375058472156525, - 0.9728202819824219 - ] - ], - [ - 2.6666667461395264, - [ - 0.023503214120864868, - -0.21085239946842194, - -0.2929094433784485, - 0.9323051571846008 - ] - ], - [ - 2.700000047683716, - [ - 0.02550000324845314, - -0.24363000690937042, - -0.3320034444332123, - 0.9109159708023071 - ] - ], - [ - 2.7333333492279053, - [ - 0.027660472318530083, - -0.21139852702617645, - -0.24403536319732666, - 0.9460403323173523 - ] - ], - [ - 2.7666666507720947, - [ - 0.03237618878483772, - -0.12080307304859161, - -0.10617490112781525, - 0.9864509701728821 - ] - ], - [ - 2.799999952316284, - [ - 0.03266024589538574, - -0.06374482810497284, - -0.04133671522140503, - 0.9965746998786926 - ] - ], - [ - 2.8333332538604736, - [ - 0.02966909483075142, - -0.07178569585084915, - -0.06209556385874748, - 0.995043158531189 - ] - ], - [ - 2.866666555404663, - [ - 0.0287468321621418, - -0.08621856570243835, - -0.10558505356311798, - 0.990248441696167 - ] - ], - [ - 2.9000000953674316, - [ - 0.03246548771858215, - -0.09958487749099731, - -0.16037772595882416, - 0.9814825654029846 - ] - ], - [ - 2.933333396911621, - [ - 0.03883477300405502, - -0.11118168383836746, - -0.2175668478012085, - 0.9689144492149353 - ] - ], - [ - 2.9666666984558105, - [ - 0.045582860708236694, - -0.1285420060157776, - -0.26548314094543457, - 0.954420268535614 - ] - ], - [ - 3.0, - [ - 0.05085862800478935, - -0.15572670102119446, - -0.29437023401260376, - 0.9415459632873535 - ] - ], - [ - 3.0333333015441895, - [ - 0.05195941403508186, - -0.18925583362579346, - -0.2976740896701813, - 0.9342765212059021 - ] - ], - [ - 3.066666603088379, - [ - 0.04754923656582832, - -0.2076987326145172, - -0.2619766592979431, - 0.9412590265274048 - ] - ], - [ - 3.0999999046325684, - [ - 0.03976999223232269, - -0.18763990700244904, - -0.19768816232681274, - 0.9613162875175476 - ] - ], - [ - 3.133333444595337, - [ - 0.029950067400932312, - -0.1356964111328125, - -0.12723976373672485, - 0.9820894598960876 - ] - ], - [ - 3.1666667461395264, - [ - 0.020856566727161407, - -0.07753690332174301, - -0.0613323412835598, - 0.9948827028274536 - ] - ], - [ - 3.200000047683716, - [ - 0.014157797209918499, - -0.0412464439868927, - -0.0074896374717354774, - 0.9990206360816956 - ] - ], - [ - 3.2333333492279053, - [ - 0.00866188108921051, - -0.03776215761899948, - 0.012790173292160034, - 0.9991673827171326 - ] - ], - [ - 3.2666666507720947, - [ - 0.005315136630088091, - -0.04626397415995598, - -0.02282676286995411, - 0.9986543655395508 - ] - ], - [ - 3.299999952316284, - [ - 0.004801473114639521, - -0.04041464626789093, - -0.09801160544157028, - 0.9943526983261108 - ] - ], - [ - 3.3333332538604736, - [ - 0.013131147250533104, - -0.033159032464027405, - -0.1979210525751114, - 0.9795689582824707 - ] - ], - [ - 3.366666555404663, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458661322_1069881.json b/lenses/physics-objects/Scene/assets/1645812458661322_1069881.json deleted file mode 100644 index 4ac7503f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458661322_1069881.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458661322:1069881", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458663267_1069894.json b/lenses/physics-objects/Scene/assets/1645812458663267_1069894.json deleted file mode 100644 index 120da79d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458663267_1069894.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458663267:1069894", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.729620933532715, - -2.842170943040401e-14, - 1.4210854715202004e-14 - ] - ], - [ - 0.5333333611488342, - [ - 9.757063865661621, - 2.968639817783756e-26, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.716092109680176, - 4.064544194648235e-20, - 1.021405182655144e-14 - ] - ], - [ - 3.866666555404663, - [ - 9.746253967285156, - -1.3753852005324627e-24, - -1.7763568394002505e-15 - ] - ], - [ - 6.566666603088379, - [ - 9.725431442260742, - -3.9413850793747583e-20, - 7.105450227490578e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.727987289428711, - 6.402349254233616e-25, - -1.600587313558404e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458663660_1069901.json b/lenses/physics-objects/Scene/assets/1645812458663660_1069901.json deleted file mode 100644 index 0ff42bde..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458663660_1069901.json +++ /dev/null @@ -1,1792 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458663660:1069901", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026086164638400078, - 0.020797062665224075, - -0.04587152972817421, - 0.9983901977539063 - ] - ], - [ - 0.03333333507180214, - [ - -0.026086164638400078, - 0.020797062665224075, - -0.04587152972817421, - 0.9983901977539063 - ] - ], - [ - 0.06666667014360428, - [ - -0.024898655712604523, - 0.02063152939081192, - -0.04816223680973053, - 0.9983159899711609 - ] - ], - [ - 0.10000000149011612, - [ - -0.023585760965943336, - 0.020419247448444366, - -0.050694722682237625, - 0.9982268214225769 - ] - ], - [ - 0.13333334028720856, - [ - -0.02219383791089058, - 0.020165299996733665, - -0.05340433493256569, - 0.9981226325035095 - ] - ], - [ - 0.1666666716337204, - [ - -0.020761096850037575, - 0.019868919625878334, - -0.05622711405158043, - 0.9980043768882751 - ] - ], - [ - 0.20000000298023224, - [ - -0.01932542584836483, - 0.019526749849319458, - -0.05909867212176323, - 0.9978740215301514 - ] - ], - [ - 0.23333333432674408, - [ - -0.01792428083717823, - 0.01913369633257389, - -0.06195424124598503, - 0.9977346062660217 - ] - ], - [ - 0.2666666805744171, - [ - -0.01659463532269001, - 0.01868366077542305, - -0.06472872197628021, - 0.9975900650024414 - ] - ], - [ - 0.30000001192092896, - [ - -0.015373047441244125, - 0.018170412629842758, - -0.06735659390687943, - 0.9974450469017029 - ] - ], - [ - 0.3333333432674408, - [ - -0.0142956068739295, - 0.017588652670383453, - -0.06977212429046631, - 0.9973054528236389 - ] - ], - [ - 0.36666667461395264, - [ - -0.013398095034062862, - 0.016934834420681, - -0.07190919667482376, - 0.9971774220466614 - ] - ], - [ - 0.4000000059604645, - [ - -0.01268858928233385, - 0.016230659559369087, - -0.07369672507047653, - 0.9970678687095642 - ] - ], - [ - 0.4333333373069763, - [ - -0.012163877487182617, - 0.015512808226048946, - -0.07506250590085983, - 0.9969839453697205 - ] - ], - [ - 0.46666666865348816, - [ - -0.011812325567007065, - 0.014847776852548122, - -0.07593147456645966, - 0.9969325065612793 - ] - ], - [ - 0.5, - [ - -0.011616517789661884, - 0.014314082451164722, - -0.07622785866260529, - 0.9969199895858765 - ] - ], - [ - 0.5333333611488342, - [ - -0.011570699512958527, - 0.01385244820266962, - -0.07610172033309937, - 0.9969366788864136 - ] - ], - [ - 0.5666666626930237, - [ - -0.011666635982692242, - 0.013388196937739849, - -0.07576602697372437, - 0.9969674944877625 - ] - ], - [ - 0.6000000238418579, - [ - -0.011889075860381126, - 0.012931750155985355, - -0.07522259652614594, - 0.9970120191574097 - ] - ], - [ - 0.6333333253860474, - [ - -0.012218793854117393, - 0.012491431087255478, - -0.07446718961000443, - 0.9970703721046448 - ] - ], - [ - 0.6666666865348816, - [ - -0.012634172104299068, - 0.012065550312399864, - -0.07352035492658615, - 0.9971407055854797 - ] - ], - [ - 0.699999988079071, - [ - -0.01310993917286396, - 0.011649376712739468, - -0.07240327447652817, - 0.9972212314605713 - ] - ], - [ - 0.7333333492279053, - [ - -0.013626779429614544, - 0.011241142638027668, - -0.0711367055773735, - 0.9973101615905762 - ] - ], - [ - 0.7666666507720947, - [ - -0.014163443818688393, - 0.010837183333933353, - -0.06974188983440399, - 0.9974056482315063 - ] - ], - [ - 0.800000011920929, - [ - -0.014712022617459297, - 0.010443366132676601, - -0.06823776662349701, - 0.9975059628486633 - ] - ], - [ - 0.8333333134651184, - [ - -0.015264753252267838, - 0.010064773261547089, - -0.06664348393678665, - 0.9976093173027039 - ] - ], - [ - 0.8666666746139526, - [ - -0.015814021229743958, - 0.009705699980258942, - -0.0649782195687294, - 0.9977141618728638 - ] - ], - [ - 0.8999999761581421, - [ - -0.016352374106645584, - 0.009369573555886745, - -0.06326133012771606, - 0.9978191256523132 - ] - ], - [ - 0.9333333373069763, - [ - -0.016872499138116837, - 0.009058939293026924, - -0.06151224672794342, - 0.9979225993156433 - ] - ], - [ - 0.9666666388511658, - [ - -0.017367249354720116, - 0.008775560185313225, - -0.05975048616528511, - 0.9980236887931824 - ] - ], - [ - 1.0, - [ - -0.01782960444688797, - 0.00852036103606224, - -0.05799560993909836, - 0.9981212615966797 - ] - ], - [ - 1.0333333015441895, - [ - -0.018252655863761902, - 0.008293556980788708, - -0.056267231702804565, - 0.9982145428657532 - ] - ], - [ - 1.0666667222976685, - [ - -0.01862962730228901, - 0.008094679564237595, - -0.05458492785692215, - 0.9983025193214417 - ] - ], - [ - 1.100000023841858, - [ - -0.018953798338770866, - 0.007922729477286339, - -0.05296841263771057, - 0.998384952545166 - ] - ], - [ - 1.1333333253860474, - [ - -0.019218502566218376, - 0.007776225917041302, - -0.05143727734684944, - 0.9984610080718994 - ] - ], - [ - 1.1666666269302368, - [ - -0.01941709965467453, - 0.007653367705643177, - -0.050011154264211655, - 0.9985305666923523 - ] - ], - [ - 1.2000000476837158, - [ - -0.019634267315268517, - 0.007564478553831577, - -0.04866359382867813, - 0.9985935688018799 - ] - ], - [ - 1.2333333492279053, - [ - -0.019947756081819534, - 0.007517845835536718, - -0.04737158492207527, - 0.9986498355865479 - ] - ], - [ - 1.2666666507720947, - [ - -0.02034042403101921, - 0.007508520968258381, - -0.046159856021404266, - 0.9986988306045532 - ] - ], - [ - 1.2999999523162842, - [ - -0.0207893718034029, - 0.0075347647070884705, - -0.04505261406302452, - 0.9987398386001587 - ] - ], - [ - 1.3333333730697632, - [ - -0.02127825655043125, - 0.007592016831040382, - -0.04407455772161484, - 0.9987728595733643 - ] - ], - [ - 1.3666666746139526, - [ - -0.02177325449883938, - 0.0076886373572051525, - -0.04325857013463974, - 0.9987970590591431 - ] - ], - [ - 1.399999976158142, - [ - -0.022244468331336975, - 0.007832041010260582, - -0.042638085782527924, - 0.998812198638916 - ] - ], - [ - 1.4333332777023315, - [ - -0.022680992260575294, - 0.008063959889113903, - -0.04220302775502205, - 0.9988190531730652 - ] - ], - [ - 1.4666666984558105, - [ - -0.023073837161064148, - 0.008423429913818836, - -0.04191365838050842, - 0.9988193511962891 - ] - ], - [ - 1.5333333015441895, - [ - -0.023701714351773262, - 0.009453649632632732, - -0.041712552309036255, - 0.9988038539886475 - ] - ], - [ - 1.5666667222976685, - [ - -0.023923613131046295, - 0.010092861950397491, - -0.041774969547986984, - 0.9987896084785461 - ] - ], - [ - 1.600000023841858, - [ - -0.02407572790980339, - 0.010795803740620613, - -0.04192907363176346, - 0.998772144317627 - ] - ], - [ - 1.6333333253860474, - [ - -0.024145690724253654, - 0.011545157060027122, - -0.042163800448179245, - 0.9987521767616272 - ] - ], - [ - 1.6666666269302368, - [ - -0.024123959243297577, - 0.012323933653533459, - -0.04246875271201134, - 0.998730480670929 - ] - ], - [ - 1.7000000476837158, - [ - -0.02402433007955551, - 0.013123328797519207, - -0.0428319089114666, - 0.9987071752548218 - ] - ], - [ - 1.7333333492279053, - [ - -0.023860730230808258, - 0.013933897949755192, - -0.04324161633849144, - 0.9986824989318848 - ] - ], - [ - 1.7666666507720947, - [ - -0.023647166788578033, - 0.014745623804628849, - -0.043686702847480774, - 0.9986565113067627 - ] - ], - [ - 1.7999999523162842, - [ - -0.023397749289870262, - 0.01554791908711195, - -0.04415637627243996, - 0.9986295700073242 - ] - ], - [ - 1.8333333730697632, - [ - -0.023126697167754173, - 0.016329796984791756, - -0.04464016854763031, - 0.9986019134521484 - ] - ], - [ - 1.8666666746139526, - [ - -0.02284832112491131, - 0.01707986183464527, - -0.04512792453169823, - 0.9985738396644592 - ] - ], - [ - 1.899999976158142, - [ - -0.022577041760087013, - 0.01778644509613514, - -0.045609716325998306, - 0.9985458850860596 - ] - ], - [ - 1.9333332777023315, - [ - -0.02232733927667141, - 0.01843765750527382, - -0.04607570916414261, - 0.998518168926239 - ] - ], - [ - 1.9666666984558105, - [ - -0.022113781422376633, - 0.019021524116396904, - -0.046516161412000656, - 0.9984915852546692 - ] - ], - [ - 2.0, - [ - -0.02195100113749504, - 0.01952609047293663, - -0.046921245753765106, - 0.9984664916992188 - ] - ], - [ - 2.0333333015441895, - [ - -0.02185363508760929, - 0.019939471036195755, - -0.0472809374332428, - 0.9984434843063354 - ] - ], - [ - 2.066666603088379, - [ - -0.02183637209236622, - 0.02025013603270054, - -0.04758494719862938, - 0.998423159122467 - ] - ], - [ - 2.133333444595337, - [ - -0.022090600803494453, - 0.020524466410279274, - -0.04797996208071709, - 0.9983930587768555 - ] - ], - [ - 2.1666667461395264, - [ - -0.02236407808959484, - 0.020482078194618225, - -0.0480414554476738, - 0.9983848929405212 - ] - ], - [ - 2.200000047683716, - [ - -0.022740771993994713, - 0.02030862495303154, - -0.04799114540219307, - 0.9983823299407959 - ] - ], - [ - 2.2333333492279053, - [ - -0.023220008239150047, - 0.01999892294406891, - -0.04781145974993706, - 0.9983861446380615 - ] - ], - [ - 2.2666666507720947, - [ - -0.023804698139429092, - 0.019634155556559563, - -0.04749595373868942, - 0.998394787311554 - ] - ], - [ - 2.299999952316284, - [ - -0.02449309080839157, - 0.019297733902931213, - -0.047064121812582016, - 0.9984050393104553 - ] - ], - [ - 2.3333332538604736, - [ - -0.025280814617872238, - 0.018997399136424065, - -0.04653715342283249, - 0.9984158873558044 - ] - ], - [ - 2.366666555404663, - [ - -0.026158206164836884, - 0.01873740553855896, - -0.04593442752957344, - 0.9984261989593506 - ] - ], - [ - 2.4000000953674316, - [ - -0.027201399207115173, - 0.01853112131357193, - -0.04522573947906494, - 0.9984344244003296 - ] - ], - [ - 2.433333396911621, - [ - -0.028487758710980415, - 0.01838909462094307, - -0.04437858983874321, - 0.9984391927719116 - ] - ], - [ - 2.4666666984558105, - [ - -0.02999771013855934, - 0.018309075385332108, - -0.043407782912254333, - 0.9984391331672668 - ] - ], - [ - 2.5, - [ - -0.031706616282463074, - 0.01828572154045105, - -0.0423286072909832, - 0.9984331727027893 - ] - ], - [ - 2.5333333015441895, - [ - -0.03358720988035202, - 0.018311969935894012, - -0.04115665704011917, - 0.9984201192855835 - ] - ], - [ - 2.566666603088379, - [ - -0.03561219200491905, - 0.018380478024482727, - -0.0399072989821434, - 0.9983994960784912 - ] - ], - [ - 2.5999999046325684, - [ - -0.03775419667363167, - 0.018483763560652733, - -0.03859570622444153, - 0.998370349407196 - ] - ], - [ - 2.633333444595337, - [ - -0.03998585417866707, - 0.018614498898386955, - -0.037236928939819336, - 0.9983326196670532 - ] - ], - [ - 2.6666667461395264, - [ - -0.04227971285581589, - 0.018765589222311974, - -0.03584595397114754, - 0.9982861876487732 - ] - ], - [ - 2.700000047683716, - [ - -0.044608309864997864, - 0.018930349498987198, - -0.03443768620491028, - 0.9982313513755798 - ] - ], - [ - 2.7333333492279053, - [ - -0.04694418981671333, - 0.0191026758402586, - -0.0330270417034626, - 0.9981687068939209 - ] - ], - [ - 2.7666666507720947, - [ - -0.04925982281565666, - 0.019277112558484077, - -0.03162897750735283, - 0.9980989098548889 - ] - ], - [ - 2.799999952316284, - [ - -0.05152780935168266, - 0.01944897323846817, - -0.030258499085903168, - 0.9980235695838928 - ] - ], - [ - 2.8333332538604736, - [ - -0.05372065305709839, - 0.019614413380622864, - -0.028930669650435448, - 0.997944176197052 - ] - ], - [ - 2.866666555404663, - [ - -0.05581088364124298, - 0.01977044716477394, - -0.027660585939884186, - 0.9978623986244202 - ] - ], - [ - 2.9000000953674316, - [ - -0.05777118355035782, - 0.019915053620934486, - -0.02646341361105442, - 0.9977803230285645 - ] - ], - [ - 2.933333396911621, - [ - -0.05953112244606018, - 0.02004813961684704, - -0.025374723598361015, - 0.9977024793624878 - ] - ], - [ - 2.9666666984558105, - [ - -0.06103457883000374, - 0.02017141319811344, - -0.024423303082585335, - 0.9976329207420349 - ] - ], - [ - 3.0, - [ - -0.062275417149066925, - 0.020286373794078827, - -0.023614391684532166, - 0.9975733757019043 - ] - ], - [ - 3.0333333015441895, - [ - -0.06324750185012817, - 0.02039465866982937, - -0.02295329049229622, - 0.9975255131721497 - ] - ], - [ - 3.066666603088379, - [ - -0.06391813606023788, - 0.020504657179117203, - -0.02243933454155922, - 0.9974921345710754 - ] - ], - [ - 3.0999999046325684, - [ - -0.06426578760147095, - 0.020621921867132187, - -0.02207433059811592, - 0.9974755048751831 - ] - ], - [ - 3.133333444595337, - [ - -0.06430364400148392, - 0.020742643624544144, - -0.02185482159256935, - 0.9974753856658936 - ] - ], - [ - 3.1666667461395264, - [ - -0.06405386328697205, - 0.02085954323410988, - -0.02178122103214264, - 0.997490644454956 - ] - ], - [ - 3.200000047683716, - [ - -0.0635538175702095, - 0.020934946835041046, - -0.022094612941145897, - 0.9975141286849976 - ] - ], - [ - 3.2333333492279053, - [ - -0.06281827390193939, - 0.020949993282556534, - -0.022989213466644287, - 0.9975401759147644 - ] - ], - [ - 3.2666666507720947, - [ - -0.06184276193380356, - 0.020932719111442566, - -0.024386869743466377, - 0.9975684285163879 - ] - ], - [ - 3.299999952316284, - [ - -0.06064928323030472, - 0.02090328186750412, - -0.026204368099570274, - 0.9975961446762085 - ] - ], - [ - 3.3333332538604736, - [ - -0.059262730181217194, - 0.020867349579930305, - -0.028382668271660805, - 0.9976206421852112 - ] - ], - [ - 3.366666555404663, - [ - -0.05771460384130478, - 0.02082720771431923, - -0.03086119145154953, - 0.9976386427879333 - ] - ], - [ - 3.4000000953674316, - [ - -0.05604225769639015, - 0.0207824744284153, - -0.03357798606157303, - 0.9976471662521362 - ] - ], - [ - 3.433333396911621, - [ - -0.054287660866975784, - 0.020730752497911453, - -0.036470070481300354, - 0.9976438283920288 - ] - ], - [ - 3.4666666984558105, - [ - -0.05248451977968216, - 0.02066453918814659, - -0.03947579115629196, - 0.9976271986961365 - ] - ], - [ - 3.5, - [ - -0.05066636577248573, - 0.02057376503944397, - -0.04253353923559189, - 0.9975973963737488 - ] - ], - [ - 3.5333333015441895, - [ - -0.04886630177497864, - 0.020446451380848885, - -0.04558161646127701, - 0.9975551962852478 - ] - ], - [ - 3.566666603088379, - [ - -0.04711713269352913, - 0.02026960998773575, - -0.048558156937360764, - 0.9975025057792664 - ] - ], - [ - 3.5999999046325684, - [ - -0.04543900862336159, - 0.020029913634061813, - -0.05140666663646698, - 0.9974424839019775 - ] - ], - [ - 3.633333444595337, - [ - -0.04386474937200546, - 0.019714755937457085, - -0.05406444892287254, - 0.9973787069320679 - ] - ], - [ - 3.6666667461395264, - [ - -0.04244566336274147, - 0.01931416243314743, - -0.056459564715623856, - 0.9973152279853821 - ] - ], - [ - 3.700000047683716, - [ - -0.04120470583438873, - 0.018840376287698746, - -0.05851411819458008, - 0.9972578883171082 - ] - ], - [ - 3.7333333492279053, - [ - -0.04015350714325905, - 0.01832040399312973, - -0.06014808639883995, - 0.9972133636474609 - ] - ], - [ - 3.7666666507720947, - [ - -0.03929496183991432, - 0.017809979617595673, - -0.0612749420106411, - 0.9971880912780762 - ] - ], - [ - 3.799999952316284, - [ - -0.03862622380256653, - 0.017377108335494995, - -0.061806559562683105, - 0.9971890449523926 - ] - ], - [ - 3.8333332538604736, - [ - -0.03815560042858124, - 0.01697602868080139, - -0.0618901289999485, - 0.9972088932991028 - ] - ], - [ - 3.866666555404663, - [ - -0.037858232855796814, - 0.01654699072241783, - -0.061750378459692, - 0.9972361922264099 - ] - ], - [ - 3.9000000953674316, - [ - -0.03769287094473839, - 0.016102006658911705, - -0.06140085682272911, - 0.9972712397575378 - ] - ], - [ - 3.933333396911621, - [ - -0.03763982653617859, - 0.015653368085622787, - -0.06083746254444122, - 0.9973149299621582 - ] - ], - [ - 3.9666666984558105, - [ - -0.03767689689993858, - 0.015202656388282776, - -0.06008069962263107, - 0.9973663687705994 - ] - ], - [ - 4.0, - [ - -0.03777817636728287, - 0.014748652465641499, - -0.05915187671780586, - 0.997424840927124 - ] - ], - [ - 4.0333333015441895, - [ - -0.03792416304349899, - 0.014292576350271702, - -0.058071572333574295, - 0.9974894523620605 - ] - ], - [ - 4.066666603088379, - [ - -0.03809341415762901, - 0.013833909295499325, - -0.05686099827289581, - 0.9975591897964478 - ] - ], - [ - 4.099999904632568, - [ - -0.038277655839920044, - 0.013379573822021484, - -0.05553891509771347, - 0.9976328015327454 - ] - ], - [ - 4.133333206176758, - [ - -0.03846881911158562, - 0.01293572410941124, - -0.05412435904145241, - 0.9977091550827026 - ] - ], - [ - 4.166666507720947, - [ - -0.03865891695022583, - 0.012507614679634571, - -0.05263647809624672, - 0.9977868795394897 - ] - ], - [ - 4.199999809265137, - [ - -0.03884020447731018, - 0.012099582701921463, - -0.051094576716423035, - 0.9978649020195007 - ] - ], - [ - 4.233333110809326, - [ - -0.03900506719946861, - 0.011715123429894447, - -0.049518223851919174, - 0.9979426264762878 - ] - ], - [ - 4.266666889190674, - [ - -0.0391460545361042, - 0.011356792412698269, - -0.04792698100209236, - 0.9980188608169556 - ] - ], - [ - 4.300000190734863, - [ - -0.03925587236881256, - 0.011026343330740929, - -0.04634063318371773, - 0.9980932474136353 - ] - ], - [ - 4.333333492279053, - [ - -0.039327334612607956, - 0.010724736377596855, - -0.04477890580892563, - 0.9981650114059448 - ] - ], - [ - 4.366666793823242, - [ - -0.03935340419411659, - 0.010452221147716045, - -0.043261732906103134, - 0.9982336759567261 - ] - ], - [ - 4.400000095367432, - [ - -0.03932708129286766, - 0.01020844280719757, - -0.04180894419550896, - 0.998299241065979 - ] - ], - [ - 4.433333396911621, - [ - -0.039241477847099304, - 0.009992544539272785, - -0.040440477430820465, - 0.9983611702919006 - ] - ], - [ - 4.4666666984558105, - [ - -0.039089690893888474, - 0.00980326533317566, - -0.03917620703577995, - 0.9984194040298462 - ] - ], - [ - 4.5, - [ - -0.03886477276682854, - 0.00963908713310957, - -0.03803601488471031, - 0.9984738826751709 - ] - ], - [ - 4.5333333015441895, - [ - -0.03855975717306137, - 0.00949837826192379, - -0.037039726972579956, - 0.9985244274139404 - ] - ], - [ - 4.566666603088379, - [ - -0.03816784545779228, - 0.009379567578434944, - -0.03620704263448715, - 0.9985712170600891 - ] - ], - [ - 4.599999904632568, - [ - -0.03767773509025574, - 0.00928355474025011, - -0.03555632382631302, - 0.9986140131950378 - ] - ], - [ - 4.633333206176758, - [ - -0.03708513453602791, - 0.00920892134308815, - -0.03510650619864464, - 0.9986528158187866 - ] - ], - [ - 4.666666507720947, - [ - -0.03636830300092697, - 0.009165906347334385, - -0.034883901476860046, - 0.9986873865127563 - ] - ], - [ - 4.699999809265137, - [ - -0.0355093777179718, - 0.009163932874798775, - -0.03491567447781563, - 0.998717188835144 - ] - ], - [ - 4.733333110809326, - [ - -0.03450952470302582, - 0.009247886016964912, - -0.03518505021929741, - 0.9987419843673706 - ] - ], - [ - 4.766666889190674, - [ - -0.03337177634239197, - 0.009458244778215885, - -0.03564650937914848, - 0.9987624287605286 - ] - ], - [ - 4.800000190734863, - [ - -0.03210068121552467, - 0.009777894243597984, - -0.03628036752343178, - 0.9987781047821045 - ] - ], - [ - 4.833333492279053, - [ - -0.030703427270054817, - 0.010190634056925774, - -0.03706953674554825, - 0.9987890124320984 - ] - ], - [ - 4.866666793823242, - [ - -0.029183393344283104, - 0.010681790299713612, - -0.03799675405025482, - 0.9987946152687073 - ] - ], - [ - 4.900000095367432, - [ - -0.02753393165767193, - 0.011236129328608513, - -0.039050810039043427, - 0.9987946152687073 - ] - ], - [ - 4.933333396911621, - [ - -0.025740770623087883, - 0.011834578588604927, - -0.040222376585006714, - 0.9987890124320984 - ] - ], - [ - 4.9666666984558105, - [ - -0.023805025964975357, - 0.012458335608243942, - -0.041496679186820984, - 0.9987773299217224 - ] - ], - [ - 5.0, - [ - -0.021751143038272858, - 0.013096136972308159, - -0.042856957763433456, - 0.9987585544586182 - ] - ], - [ - 5.0333333015441895, - [ - -0.019603800028562546, - 0.013736331835389137, - -0.04428660869598389, - 0.9987321496009827 - ] - ], - [ - 5.066666603088379, - [ - -0.017387766391038895, - 0.014366945251822472, - -0.04576912522315979, - 0.9986974000930786 - ] - ], - [ - 5.099999904632568, - [ - -0.015128008089959621, - 0.014975816942751408, - -0.04728807136416435, - 0.9986545443534851 - ] - ], - [ - 5.133333206176758, - [ - -0.012849629856646061, - 0.015550772659480572, - -0.04882699251174927, - 0.9986035227775574 - ] - ], - [ - 5.166666507720947, - [ - -0.010577921755611897, - 0.016079634428024292, - -0.0503692589700222, - 0.9985451698303223 - ] - ], - [ - 5.199999809265137, - [ - -0.008338293060660362, - 0.016550445929169655, - -0.05189816281199455, - 0.9984804391860962 - ] - ], - [ - 5.233333110809326, - [ - -0.006156275048851967, - 0.01695152558386326, - -0.05339670553803444, - 0.9984105229377747 - ] - ], - [ - 5.266666889190674, - [ - -0.004057472571730614, - 0.01727161929011345, - -0.0548475906252861, - 0.9983372092247009 - ] - ], - [ - 5.300000190734863, - [ - -0.0020677009597420692, - 0.017499975860118866, - -0.0562329962849617, - 0.9982621669769287 - ] - ], - [ - 5.333333492279053, - [ - -0.00021271979494486004, - 0.01762663945555687, - -0.057534802705049515, - 0.9981879591941833 - ] - ], - [ - 5.366666793823242, - [ - 0.0014816386392340064, - 0.0176424328237772, - -0.05873431637883186, - 0.9981166124343872 - ] - ], - [ - 5.400000095367432, - [ - 0.00298952660523355, - 0.017539208754897118, - -0.05981221795082092, - 0.9980511665344238 - ] - ], - [ - 5.433333396911621, - [ - 0.0042952001094818115, - 0.01731666550040245, - -0.0607466921210289, - 0.9979937672615051 - ] - ], - [ - 5.4666666984558105, - [ - 0.005389765370637178, - 0.016980906948447227, - -0.061514124274253845, - 0.9979472160339355 - ] - ], - [ - 5.5, - [ - 0.006255784537643194, - 0.0165280532091856, - -0.06208968162536621, - 0.99791419506073 - ] - ], - [ - 5.5333333015441895, - [ - 0.006883047055453062, - 0.015962028875947, - -0.062447600066661835, - 0.9978969693183899 - ] - ], - [ - 5.566666603088379, - [ - 0.007257768884301186, - 0.015374098904430866, - -0.06258180737495422, - 0.9978951215744019 - ] - ], - [ - 5.599999904632568, - [ - 0.007370774634182453, - 0.01485466305166483, - -0.06251367181539536, - 0.9979063272476196 - ] - ], - [ - 5.633333206176758, - [ - 0.007215341553092003, - 0.01441755797713995, - -0.062261126935482025, - 0.9979296922683716 - ] - ], - [ - 5.666666507720947, - [ - 0.006790014915168285, - 0.014071580953896046, - -0.06184018775820732, - 0.9979637861251831 - ] - ], - [ - 5.699999809265137, - [ - 0.006097893230617046, - 0.013825420290231705, - -0.061264246702194214, - 0.9980071783065796 - ] - ], - [ - 5.733333110809326, - [ - 0.005147522781044245, - 0.013683002442121506, - -0.0605471134185791, - 0.9980583786964417 - ] - ], - [ - 5.766666889190674, - [ - 0.00395711325109005, - 0.01364138349890709, - -0.05970345064997673, - 0.9981151223182678 - ] - ], - [ - 5.800000190734863, - [ - 0.0025500203482806683, - 0.013693622313439846, - -0.05874815583229065, - 0.9981756806373596 - ] - ], - [ - 5.833333492279053, - [ - 0.0009522648761048913, - 0.013830331154167652, - -0.05769606679677963, - 0.9982380270957947 - ] - ], - [ - 5.866666793823242, - [ - -0.0008100689155980945, - 0.014041644521057606, - -0.05656159296631813, - 0.9983001351356506 - ] - ], - [ - 5.900000095367432, - [ - -0.0027108355425298214, - 0.014317451044917107, - -0.055358901619911194, - 0.998360276222229 - ] - ], - [ - 5.933333396911621, - [ - -0.00472384924069047, - 0.014647574163973331, - -0.05410192906856537, - 0.9984169006347656 - ] - ], - [ - 5.9666666984558105, - [ - -0.006822818890213966, - 0.01502187829464674, - -0.05280438810586929, - 0.9984685778617859 - ] - ], - [ - 6.0, - [ - -0.008981452323496342, - 0.015430598519742489, - -0.05148003250360489, - 0.9985144138336182 - ] - ], - [ - 6.0333333015441895, - [ - -0.011173391714692116, - 0.015864329412579536, - -0.05014248192310333, - 0.9985535740852356 - ] - ], - [ - 6.066666603088379, - [ - -0.013372250832617283, - 0.016314223408699036, - -0.04880550503730774, - 0.9985855221748352 - ] - ], - [ - 6.099999904632568, - [ - -0.01555159967392683, - 0.0167720727622509, - -0.04748287424445152, - 0.998610258102417 - ] - ], - [ - 6.133333206176758, - [ - -0.017684990540146828, - 0.01723046414554119, - -0.046188559383153915, - 0.9986275434494019 - ] - ], - [ - 6.166666507720947, - [ - -0.019745977595448494, - 0.01768272928893566, - -0.0449366495013237, - 0.9986381530761719 - ] - ], - [ - 6.199999809265137, - [ - -0.021708134561777115, - 0.01812318153679371, - -0.043741434812545776, - 0.9986425638198853 - ] - ], - [ - 6.233333110809326, - [ - -0.023544976487755775, - 0.01854700781404972, - -0.04261738434433937, - 0.9986417889595032 - ] - ], - [ - 6.266666889190674, - [ - -0.025230130180716515, - 0.01895039901137352, - -0.041579123586416245, - 0.9986368417739868 - ] - ], - [ - 6.300000190734863, - [ - -0.026737166568636894, - 0.019330495968461037, - -0.040641553699970245, - 0.9986289143562317 - ] - ], - [ - 6.333333492279053, - [ - -0.028039755299687386, - 0.01968546025454998, - -0.039819665253162384, - 0.9986193776130676 - ] - ], - [ - 6.366666793823242, - [ - -0.029085442423820496, - 0.02002568542957306, - -0.039122845977544785, - 0.998610258102417 - ] - ], - [ - 6.400000095367432, - [ - -0.029832735657691956, - 0.02035723254084587, - -0.03856275975704193, - 0.9986032843589783 - ] - ], - [ - 6.433333396911621, - [ - -0.030274709686636925, - 0.02067478746175766, - -0.038145437836647034, - 0.9985994696617126 - ] - ], - [ - 6.4666666984558105, - [ - -0.030413348227739334, - 0.020967962220311165, - -0.03788058087229729, - 0.9985992312431335 - ] - ], - [ - 6.5, - [ - -0.030266381800174713, - 0.021173609420657158, - -0.03801406919956207, - 0.9985944032669067 - ] - ], - [ - 6.5333333015441895, - [ - -0.02985694818198681, - 0.021253323182463646, - -0.038733966648578644, - 0.998577356338501 - ] - ], - [ - 6.566666603088379, - [ - -0.029205262660980225, - 0.02123662456870079, - -0.039953410625457764, - 0.9985488653182983 - ] - ], - [ - 6.599999904632568, - [ - -0.028338367119431496, - 0.021147824823856354, - -0.041589345782995224, - 0.9985089302062988 - ] - ], - [ - 6.633333206176758, - [ - -0.027286415919661522, - 0.020998310297727585, - -0.043582551181316376, - 0.9984563589096069 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458664038_1069908.json b/lenses/physics-objects/Scene/assets/1645812458664038_1069908.json deleted file mode 100644 index e11b96b4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458664038_1069908.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458664038:1069908", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458665916_1069921.json b/lenses/physics-objects/Scene/assets/1645812458665916_1069921.json deleted file mode 100644 index 4ade34df..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458665916_1069921.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458665916:1069921", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.665581703186035, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.645834922790527, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.621391296386719, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.580999374389648, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.473329544067383, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.441218376159668, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.482792854309082, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.575315475463867, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.65014362335205, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.677699089050293, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.687356948852539, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.660249710083008, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.584359169006348, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.48707103729248, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.499568939208984, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.531349182128906, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.618454933166504, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.656631469726563, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.679659843444824, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.657979965209961, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.630988121032715, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.574796676635742, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.488443374633789, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.388786315917969, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.328761100769043, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.412778854370117, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.571505546569824, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.665493965148926, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.686738014221191, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.669018745422363, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.63663387298584, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.586169242858887, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.512320518493652, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.417637825012207, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.317383766174316, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.258515357971191, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.347906112670898, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.52377700805664, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.649853706359863, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.700704574584961, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.693561553955078, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.661142349243164, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.597888946533203, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.496479988098145, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.506962776184082, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.534771919250488, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.574450492858887, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.667590141296387, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.710137367248535, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.742727279663086, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.751324653625488, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.717507362365723, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.622776985168457, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.648756980895996, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.684846878051758, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.704889297485352, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.763492584228516, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.773265838623047, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.752420425415039, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.699474334716797, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.687365531921387, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.66175651550293, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.618046760559082, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.5506591796875, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.463410377502441, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.47122859954834, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.492218017578125, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.52268123626709, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.633928298950195, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.665301322937012, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.664409637451172, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.631101608276367, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.528520584106445, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458666204_1069928.json b/lenses/physics-objects/Scene/assets/1645812458666204_1069928.json deleted file mode 100644 index 9d1516e1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458666204_1069928.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458666204:1069928", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ], - [ - 0.03333333507180214, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ], - [ - 0.06666667014360428, - [ - 0.019066428765654564, - -0.08520987629890442, - -0.23193620145320892, - 0.9688041806221008 - ] - ], - [ - 0.10000000149011612, - [ - -0.004491955041885376, - -0.06606847047805786, - -0.005449445452541113, - 0.9977900981903076 - ] - ], - [ - 0.13333334028720856, - [ - -0.04746943339705467, - -0.06259887665510178, - 0.008471084758639336, - 0.9968732595443726 - ] - ], - [ - 0.1666666716337204, - [ - -0.10329603403806686, - -0.062014251947402954, - -0.00887998379766941, - 0.9926758408546448 - ] - ], - [ - 0.20000000298023224, - [ - -0.15969359874725342, - -0.06090567633509636, - -0.054080940783023834, - 0.9838006496429443 - ] - ], - [ - 0.23333333432674408, - [ - -0.20749376714229584, - -0.05807926505804062, - -0.11206217110157013, - 0.9700593948364258 - ] - ], - [ - 0.2666666805744171, - [ - -0.24274660646915436, - -0.05359509587287903, - -0.17410846054553986, - 0.9528316259384155 - ] - ], - [ - 0.30000001192092896, - [ - -0.2658480703830719, - -0.05342763662338257, - -0.22777166962623596, - 0.9351953864097595 - ] - ], - [ - 0.3333333432674408, - [ - -0.2781939208507538, - -0.0671382024884224, - -0.2609448730945587, - 0.9219589829444885 - ] - ], - [ - 0.36666667461395264, - [ - -0.2815873920917511, - -0.09680843353271484, - -0.26092657446861267, - 0.9182886481285095 - ] - ], - [ - 0.4000000059604645, - [ - -0.28058677911758423, - -0.12585937976837158, - -0.20283664762973785, - 0.9296708106994629 - ] - ], - [ - 0.4333333373069763, - [ - -0.2746763527393341, - -0.1273980438709259, - -0.09260422736406326, - 0.9485499858856201 - ] - ], - [ - 0.46666666865348816, - [ - -0.25865620374679565, - -0.09597762674093246, - 0.03616619110107422, - 0.9605088829994202 - ] - ], - [ - 0.5, - [ - -0.22808821499347687, - -0.05272776260972023, - 0.15683038532733917, - 0.9594789147377014 - ] - ], - [ - 0.5333333611488342, - [ - -0.18362373113632202, - -0.028468884527683258, - 0.24690240621566772, - 0.9510579705238342 - ] - ], - [ - 0.5666666626930237, - [ - -0.1307421773672104, - -0.03236036375164986, - 0.28008583188056946, - 0.9504794478416443 - ] - ], - [ - 0.6000000238418579, - [ - -0.07486682385206223, - -0.0422331839799881, - 0.23960977792739868, - 0.9670565724372864 - ] - ], - [ - 0.6333333253860474, - [ - -0.02223898470401764, - -0.038727086037397385, - 0.14819186925888062, - 0.987949788570404 - ] - ], - [ - 0.6666666865348816, - [ - 0.024684233590960503, - -0.0345388725399971, - 0.036985717713832855, - 0.9984137415885925 - ] - ], - [ - 0.699999988079071, - [ - 0.06715431809425354, - -0.0558026023209095, - -0.06583379954099655, - 0.994003176689148 - ] - ], - [ - 0.7333333492279053, - [ - 0.10504817217588425, - -0.10727982223033905, - -0.12926732003688812, - 0.9801764488220215 - ] - ], - [ - 0.7666666507720947, - [ - 0.047069162130355835, - -0.008740684017539024, - -0.07324514538049698, - 0.9961642622947693 - ] - ], - [ - 0.800000011920929, - [ - -0.03137018159031868, - 0.0810663029551506, - 0.025331176817417145, - 0.9958928227424622 - ] - ], - [ - 0.8333333134651184, - [ - -0.002376696327701211, - 0.04639749228954315, - 0.0707981288433075, - 0.9964081645011902 - ] - ], - [ - 0.8666666746139526, - [ - 0.05628005787730217, - -0.014603592455387115, - 0.10981299728155136, - 0.9922501444816589 - ] - ], - [ - 0.8999999761581421, - [ - 0.09031369537115097, - -0.04238559305667877, - 0.1562800407409668, - 0.9826614260673523 - ] - ], - [ - 0.9333333373069763, - [ - 0.06327622383832932, - 0.0015170419355854392, - 0.22847670316696167, - 0.9714897871017456 - ] - ], - [ - 0.9666666388511658, - [ - 0.042964495718479156, - 0.017650987952947617, - 0.2830517888069153, - 0.9579793214797974 - ] - ], - [ - 1.0, - [ - 0.033051975071430206, - 0.010845030657947063, - 0.3011324107646942, - 0.9529476761817932 - ] - ], - [ - 1.0333333015441895, - [ - 0.03328376263380051, - -0.0008661188185214996, - 0.26872530579566956, - 0.9626412391662598 - ] - ], - [ - 1.0666667222976685, - [ - 0.040033090859651566, - -0.0014160684077069163, - 0.19624148309230804, - 0.9797370433807373 - ] - ], - [ - 1.100000023841858, - [ - 0.051116086542606354, - 0.009372353553771973, - 0.1012764498591423, - 0.9935000538825989 - ] - ], - [ - 1.1333333253860474, - [ - 0.0667601078748703, - 0.019334865733981133, - 0.0025256513617932796, - 0.997578501701355 - ] - ], - [ - 1.1666666269302368, - [ - 0.06442166864871979, - 0.040163252502679825, - -0.07242628931999207, - 0.9944803714752197 - ] - ], - [ - 1.2000000476837158, - [ - 0.051081109791994095, - 0.059551406651735306, - -0.1065097451210022, - 0.9912114143371582 - ] - ], - [ - 1.2333333492279053, - [ - 0.05479764938354492, - 0.04280231148004532, - -0.1024085059762001, - 0.9923092722892761 - ] - ], - [ - 1.2666666507720947, - [ - 0.052325014024972916, - 0.031275421380996704, - -0.02773944102227688, - 0.997754693031311 - ] - ], - [ - 1.2999999523162842, - [ - 0.01766541786491871, - 0.07427379488945007, - 0.10995343327522278, - 0.9910002946853638 - ] - ], - [ - 1.3333333730697632, - [ - -0.028706975281238556, - 0.1411563605070114, - 0.24475863575935364, - 0.9588242769241333 - ] - ], - [ - 1.3666666746139526, - [ - -0.06414076685905457, - 0.18164633214473724, - 0.3419018089771271, - 0.9197791814804077 - ] - ], - [ - 1.399999976158142, - [ - -0.06953510642051697, - 0.18628762662410736, - 0.37375593185424805, - 0.9059626460075378 - ] - ], - [ - 1.4333332777023315, - [ - -0.04899568110704422, - 0.1850137710571289, - 0.34038758277893066, - 0.9206007122993469 - ] - ], - [ - 1.4666666984558105, - [ - -0.018524661660194397, - 0.19016851484775543, - 0.2744982838630676, - 0.9424137473106384 - ] - ], - [ - 1.5, - [ - 0.017889395356178284, - 0.19975420832633972, - 0.18437260389328003, - 0.9621772170066833 - ] - ], - [ - 1.5333333015441895, - [ - 0.056982897222042084, - 0.2067881077528, - 0.08356744796037674, - 0.9731435179710388 - ] - ], - [ - 1.5666667222976685, - [ - 0.09474004060029984, - 0.20335762202739716, - -0.014379700645804405, - 0.9744040369987488 - ] - ], - [ - 1.600000023841858, - [ - 0.1285538524389267, - 0.1813429445028305, - -0.10242295265197754, - 0.9695866107940674 - ] - ], - [ - 1.6333333253860474, - [ - 0.15233835577964783, - 0.14145107567310333, - -0.17353473603725433, - 0.962637186050415 - ] - ], - [ - 1.6666666269302368, - [ - 0.15938518941402435, - 0.09635312855243683, - -0.2162424474954605, - 0.9584109783172607 - ] - ], - [ - 1.7000000476837158, - [ - 0.1375773847103119, - 0.07012548297643661, - -0.195782870054245, - 0.9684131145477295 - ] - ], - [ - 1.7333333492279053, - [ - 0.09081098437309265, - 0.06550674140453339, - -0.11183276772499084, - 0.9873984456062317 - ] - ], - [ - 1.7666666507720947, - [ - 0.03749970719218254, - 0.06564674526453018, - -0.006716185249388218, - 0.997115433216095 - ] - ], - [ - 1.7999999523162842, - [ - -0.005318074021488428, - 0.060401126742362976, - 0.07006844133138657, - 0.9956976771354675 - ] - ], - [ - 1.8333333730697632, - [ - -0.030656926333904266, - 0.03906674683094025, - 0.0708070695400238, - 0.9962531328201294 - ] - ], - [ - 1.8666666746139526, - [ - -0.04553060978651047, - -0.0003141249471809715, - -0.010311813093721867, - 0.9989097714424133 - ] - ], - [ - 1.899999976158142, - [ - -0.05921221524477005, - -0.050051361322402954, - -0.13281314074993134, - 0.988103985786438 - ] - ], - [ - 1.9333332777023315, - [ - -0.07447416335344315, - -0.10861169546842575, - -0.2694759964942932, - 0.9539600610733032 - ] - ], - [ - 1.9666666984558105, - [ - -0.09256919473409653, - -0.17647749185562134, - -0.391924649477005, - 0.898154616355896 - ] - ], - [ - 2.0, - [ - -0.19237233698368073, - -0.07605757564306259, - -0.39605095982551575, - 0.8946238160133362 - ] - ], - [ - 2.0333333015441895, - [ - -0.3644450306892395, - 0.10008327662944794, - -0.30903199315071106, - 0.8727326989173889 - ] - ], - [ - 2.066666603088379, - [ - -0.4618862271308899, - 0.16795721650123596, - -0.2160724252462387, - 0.8436611890792847 - ] - ], - [ - 2.0999999046325684, - [ - -0.41129353642463684, - 0.11938817799091339, - -0.2148573398590088, - 0.8777360916137695 - ] - ], - [ - 2.133333444595337, - [ - -0.28397974371910095, - 0.02688269130885601, - -0.2259579747915268, - 0.9314374923706055 - ] - ], - [ - 2.1666667461395264, - [ - -0.14483246207237244, - -0.06463607400655746, - -0.21039482951164246, - 0.9646655917167664 - ] - ], - [ - 2.200000047683716, - [ - -0.07250464707612991, - -0.10359194874763489, - -0.17251089215278625, - 0.9768581390380859 - ] - ], - [ - 2.2333333492279053, - [ - -0.0645882710814476, - -0.05700966343283653, - -0.11762215197086334, - 0.9893145561218262 - ] - ], - [ - 2.2666666507720947, - [ - -0.05866221338510513, - -0.07336105406284332, - -0.1362980604171753, - 0.9862047433853149 - ] - ], - [ - 2.299999952316284, - [ - -0.045218802988529205, - -0.119005486369133, - -0.21182286739349365, - 0.9689810276031494 - ] - ], - [ - 2.3333332538604736, - [ - -0.09734127670526505, - -0.11517828702926636, - -0.13548800349235535, - 0.9792352318763733 - ] - ], - [ - 2.366666555404663, - [ - -0.2050195336341858, - -0.11939021199941635, - -0.02452169358730316, - 0.9711394906044006 - ] - ], - [ - 2.4000000953674316, - [ - -0.25628066062927246, - -0.1369076520204544, - 0.048698026686906815, - 0.9556176066398621 - ] - ], - [ - 2.433333396911621, - [ - -0.17452552914619446, - -0.13816551864147186, - 0.05873269960284233, - 0.9731401801109314 - ] - ], - [ - 2.4666666984558105, - [ - -0.03179282322525978, - -0.1358659416437149, - 0.04693218320608139, - 0.989104151725769 - ] - ], - [ - 2.5, - [ - 0.04939420521259308, - -0.13521023094654083, - 0.05227334052324295, - 0.9882033467292786 - ] - ], - [ - 2.5333333015441895, - [ - 0.023874495178461075, - -0.025492632761597633, - 0.14470775425434113, - 0.9888578057289124 - ] - ], - [ - 2.566666603088379, - [ - 0.01292260829359293, - 0.0156173724681139, - 0.20058049261569977, - 0.979467511177063 - ] - ], - [ - 2.5999999046325684, - [ - 0.03146544098854065, - -0.03202426806092262, - 0.1657782644033432, - 0.9851405620574951 - ] - ], - [ - 2.633333444595337, - [ - -0.11093059182167053, - 0.030732160434126854, - -0.19154196977615356, - 0.9747110605239868 - ] - ], - [ - 2.6666667461395264, - [ - -0.19994887709617615, - 0.16732752323150635, - -0.43216922879219055, - 0.8632796406745911 - ] - ], - [ - 2.700000047683716, - [ - -0.15679335594177246, - 0.18366371095180511, - -0.4484083354473114, - 0.8605890274047852 - ] - ], - [ - 2.7333333492279053, - [ - -0.06767858564853668, - 0.19972355663776398, - -0.49005815386772156, - 0.8457973003387451 - ] - ], - [ - 2.7666666507720947, - [ - 0.018330207094550133, - 0.20123840868473053, - -0.5343879461288452, - 0.8207293152809143 - ] - ], - [ - 2.799999952316284, - [ - 0.05029162019491196, - 0.18893246352672577, - -0.5566521286964417, - 0.8074118494987488 - ] - ], - [ - 2.8333332538604736, - [ - 0.01949458196759224, - 0.14682307839393616, - -0.49887311458587646, - 0.8539254069328308 - ] - ], - [ - 2.866666555404663, - [ - -0.009619312360882759, - 0.048117589205503464, - -0.3587739169597626, - 0.9321337938308716 - ] - ], - [ - 2.9000000953674316, - [ - 0.010321295820176601, - -0.050075460225343704, - -0.24533803761005402, - 0.9680885076522827 - ] - ], - [ - 2.933333396911621, - [ - 0.060573916882276535, - -0.13021890819072723, - -0.19707727432250977, - 0.9698114991188049 - ] - ], - [ - 2.9666666984558105, - [ - 0.06353633105754852, - -0.14066606760025024, - -0.1079026535153389, - 0.9821065068244934 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - -0.09944659471511841, - -0.005055373068898916, - -0.08164619654417038, - 0.9916747212409973 - ] - ], - [ - 3.066666603088379, - [ - -0.1370585560798645, - 0.05377114191651344, - -0.08021941781044006, - 0.9858441352844238 - ] - ], - [ - 3.0999999046325684, - [ - -0.061391085386276245, - 0.02562197484076023, - -0.06640385836362839, - 0.9955728054046631 - ] - ], - [ - 3.133333444595337, - [ - 0.07054589688777924, - -0.04606759920716286, - -0.01943889632821083, - 0.996254563331604 - ] - ], - [ - 3.1666667461395264, - [ - 0.13395775854587555, - -0.07819275557994843, - 0.03316044062376022, - 0.9873406887054443 - ] - ], - [ - 3.200000047683716, - [ - 0.10163185000419617, - -0.0311567485332489, - 0.07349564880132675, - 0.9916141629219055 - ] - ], - [ - 3.2333333492279053, - [ - 0.07240447402000427, - -0.033969201147556305, - 0.07432661205530167, - 0.9940217733383179 - ] - ], - [ - 3.2666666507720947, - [ - 0.046487461775541306, - -0.05449327453970909, - 0.0038165284786373377, - 0.9974241256713867 - ] - ], - [ - 3.299999952316284, - [ - 0.025246957316994667, - -0.05274372920393944, - -0.11491929739713669, - 0.9916523098945618 - ] - ], - [ - 3.3333332538604736, - [ - 0.019291918724775314, - -0.05003149434924126, - -0.2485417127609253, - 0.9671358466148376 - ] - ], - [ - 3.366666555404663, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458666484_1069935.json b/lenses/physics-objects/Scene/assets/1645812458666484_1069935.json deleted file mode 100644 index 2bd6bb16..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458666484_1069935.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458666484:1069935", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458668475_1069948.json b/lenses/physics-objects/Scene/assets/1645812458668475_1069948.json deleted file mode 100644 index c22805d8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458668475_1069948.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458668475:1069948", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.729910850524902, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 0.6000000238418579, - [ - 9.752503395080566, - -1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ], - [ - 3.2333333492279053, - [ - 9.719191551208496, - -9.693519721867882e-27, - -2.220446049250313e-15 - ] - ], - [ - 3.933333396911621, - [ - 9.742609024047852, - 1.4210801352126327e-14, - 5.3290705182007514e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.728638648986816, - -1.4210854715202004e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458668877_1069955.json b/lenses/physics-objects/Scene/assets/1645812458668877_1069955.json deleted file mode 100644 index 89076dfa..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458668877_1069955.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458668877:1069955", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02604614570736885, - -0.051510073244571686, - -0.054242800921201706, - 0.9968581795692444 - ] - ], - [ - 0.03333333507180214, - [ - -0.02604614570736885, - -0.051510073244571686, - -0.054242800921201706, - 0.9968581795692444 - ] - ], - [ - 0.06666667014360428, - [ - -0.024860333651304245, - -0.05159465968608856, - -0.0561346709728241, - 0.9967792630195618 - ] - ], - [ - 0.10000000149011612, - [ - -0.023549208417534828, - -0.05175290256738663, - -0.0582919679582119, - 0.9966790676116943 - ] - ], - [ - 0.13333334028720856, - [ - -0.022159051150083542, - -0.05197513848543167, - -0.06066342070698738, - 0.9965578317642212 - ] - ], - [ - 0.1666666716337204, - [ - -0.020728085190057755, - -0.052257437258958817, - -0.06318849325180054, - 0.9964170455932617 - ] - ], - [ - 0.20000000298023224, - [ - -0.019294142723083496, - -0.05259886756539345, - -0.06580617278814316, - 0.9962583184242249 - ] - ], - [ - 0.23333333432674408, - [ - -0.01789463870227337, - -0.0530012883245945, - -0.06845507025718689, - 0.9960846304893494 - ] - ], - [ - 0.2666666805744171, - [ - -0.01656651683151722, - -0.053468432277441025, - -0.071073517203331, - 0.9958993196487427 - ] - ], - [ - 0.30000001192092896, - [ - -0.015346258878707886, - -0.05400558561086655, - -0.07359950989484787, - 0.9957063794136047 - ] - ], - [ - 0.3333333432674408, - [ - -0.014269881881773472, - -0.054618675261735916, - -0.07597077637910843, - 0.9955107569694519 - ] - ], - [ - 0.36666667461395264, - [ - -0.013373116962611675, - -0.055313531309366226, - -0.0781247615814209, - 0.9953181147575378 - ] - ], - [ - 0.4000000059604645, - [ - -0.012663993053138256, - -0.056075263768434525, - -0.08001245558261871, - 0.9951347708702087 - ] - ], - [ - 0.4333333373069763, - [ - -0.01213927660137415, - -0.056877270340919495, - -0.08159109205007553, - 0.9949675798416138 - ] - ], - [ - 0.46666666865348816, - [ - -0.011787342838943005, - -0.05768076330423355, - -0.08282402157783508, - 0.994823694229126 - ] - ], - [ - 0.5, - [ - -0.011590772308409214, - -0.058438412845134735, - -0.08367911726236343, - 0.9947103261947632 - ] - ], - [ - 0.5333333611488342, - [ - -0.011543989181518555, - -0.05910560488700867, - -0.0841108039021492, - 0.9946349263191223 - ] - ], - [ - 0.5666666626930237, - [ - -0.011638996191322803, - -0.059633057564496994, - -0.08407294005155563, - 0.994605541229248 - ] - ], - [ - 0.6000000238418579, - [ - -0.011860419064760208, - -0.06005891412496567, - -0.08370406925678253, - 0.9946084022521973 - ] - ], - [ - 0.6333333253860474, - [ - -0.012188827618956566, - -0.06043577566742897, - -0.08319035917520523, - 0.9946247339248657 - ] - ], - [ - 0.6666666865348816, - [ - -0.012602667324244976, - -0.060768526047468185, - -0.0825309306383133, - 0.9946542382240295 - ] - ], - [ - 0.699999988079071, - [ - -0.013076757080852985, - -0.061065152287483215, - -0.0817197859287262, - 0.9946969151496887 - ] - ], - [ - 0.7333333492279053, - [ - -0.013591817580163479, - -0.06133219227194786, - -0.08076974004507065, - 0.9947512745857239 - ] - ], - [ - 0.7666666507720947, - [ - -0.014126664958894253, - -0.06157870218157768, - -0.07969331741333008, - 0.9948152899742126 - ] - ], - [ - 0.800000011920929, - [ - -0.014673417434096336, - -0.06180024892091751, - -0.07850747555494308, - 0.9948879480361938 - ] - ], - [ - 0.8333333134651184, - [ - -0.015224338509142399, - -0.06199285015463829, - -0.07722922414541245, - 0.9949678182601929 - ] - ], - [ - 0.8666666746139526, - [ - -0.01577185094356537, - -0.06215313449501991, - -0.07587549835443497, - 0.9950533509254456 - ] - ], - [ - 0.8999999761581421, - [ - -0.016308525577187538, - -0.06227836757898331, - -0.07446322590112686, - 0.9951435327529907 - ] - ], - [ - 0.9333333373069763, - [ - -0.016827095299959183, - -0.06236644461750984, - -0.07300927489995956, - 0.9952371120452881 - ] - ], - [ - 0.9666666388511658, - [ - -0.017320429906249046, - -0.06241590529680252, - -0.07153043895959854, - 0.9953329563140869 - ] - ], - [ - 1.0, - [ - -0.01778152957558632, - -0.062425896525382996, - -0.07004339247941971, - 0.995430052280426 - ] - ], - [ - 1.0333333015441895, - [ - -0.018203524872660637, - -0.0623961016535759, - -0.06856473535299301, - 0.9955270886421204 - ] - ], - [ - 1.0666667222976685, - [ - -0.018579641357064247, - -0.06232679262757301, - -0.06711094826459885, - 0.9956235885620117 - ] - ], - [ - 1.100000023841858, - [ - -0.018903184682130814, - -0.06221863254904747, - -0.06569835543632507, - 0.9957184791564941 - ] - ], - [ - 1.1333333253860474, - [ - -0.019167505204677582, - -0.06207267940044403, - -0.06434319913387299, - 0.9958111047744751 - ] - ], - [ - 1.1666666269302368, - [ - -0.019365964457392693, - -0.06189023330807686, - -0.06306160986423492, - 0.9959005117416382 - ] - ], - [ - 1.2000000476837158, - [ - -0.01958303153514862, - -0.06167421117424965, - -0.06182472035288811, - 0.9959872961044312 - ] - ], - [ - 1.2333333492279053, - [ - -0.019896255806088448, - -0.061427537351846695, - -0.06060687452554703, - 0.9960711002349854 - ] - ], - [ - 1.2666666507720947, - [ - -0.02028854377567768, - -0.06115184351801872, - -0.059428904205560684, - 0.9961510896682739 - ] - ], - [ - 1.2999999523162842, - [ - -0.0207370612770319, - -0.06084587797522545, - -0.05831470340490341, - 0.99622642993927 - ] - ], - [ - 1.3333333730697632, - [ - -0.021225502714514732, - -0.0605119913816452, - -0.05728448927402496, - 0.9962962865829468 - ] - ], - [ - 1.3666666746139526, - [ - -0.021720141172409058, - -0.06014368683099747, - -0.05636775866150856, - 0.996360182762146 - ] - ], - [ - 1.399999976158142, - [ - -0.022191151976585388, - -0.05973655730485916, - -0.05559162423014641, - 0.9964179396629333 - ] - ], - [ - 1.4333332777023315, - [ - -0.02262762188911438, - -0.05929618328809738, - -0.054974012076854706, - 0.9964687824249268 - ] - ], - [ - 1.4666666984558105, - [ - -0.023020537570118904, - -0.05882774293422699, - -0.05453261733055115, - 0.996511697769165 - ] - ], - [ - 1.5, - [ - -0.0233625378459692, - -0.05832117050886154, - -0.054255761206150055, - 0.9965487122535706 - ] - ], - [ - 1.5333333015441895, - [ - -0.023648997768759727, - -0.057766079902648926, - -0.054113276302814484, - 0.99658203125 - ] - ], - [ - 1.5666667222976685, - [ - -0.023871462792158127, - -0.057178743183612823, - -0.05407998710870743, - 0.9966123104095459 - ] - ], - [ - 1.600000023841858, - [ - -0.024024341255426407, - -0.05657384172081947, - -0.05413396283984184, - 0.9966403245925903 - ] - ], - [ - 1.6333333253860474, - [ - -0.02409527264535427, - -0.05596889555454254, - -0.054250314831733704, - 0.9966663718223572 - ] - ], - [ - 1.6666666269302368, - [ - -0.02407471090555191, - -0.05538010969758034, - -0.05440620705485344, - 0.9966912269592285 - ] - ], - [ - 1.7000000476837158, - [ - -0.023976411670446396, - -0.05481084808707237, - -0.054593492299318314, - 0.9967148303985596 - ] - ], - [ - 1.7333333492279053, - [ - -0.023814257234334946, - -0.05426487699151039, - -0.05480409041047096, - 0.9967370629310608 - ] - ], - [ - 1.7666666507720947, - [ - -0.023602211847901344, - -0.05374636501073837, - -0.05502995476126671, - 0.9967577457427979 - ] - ], - [ - 1.7999999523162842, - [ - -0.02335434965789318, - -0.05325981229543686, - -0.05526307225227356, - 0.9967768788337708 - ] - ], - [ - 1.8333333730697632, - [ - -0.023084839805960655, - -0.05280996486544609, - -0.05549545958638191, - 0.9967941045761108 - ] - ], - [ - 1.8666666746139526, - [ - -0.022807961329817772, - -0.05240192264318466, - -0.055719077587127686, - 0.9968095421791077 - ] - ], - [ - 1.899999976158142, - [ - -0.022538095712661743, - -0.05204090476036072, - -0.05592583864927292, - 0.9968230128288269 - ] - ], - [ - 1.9333332777023315, - [ - -0.0222896970808506, - -0.05173220857977867, - -0.056107666343450546, - 0.9968344569206238 - ] - ], - [ - 2.0, - [ - -0.021915486082434654, - -0.05129360035061836, - -0.056363292038440704, - 0.9968510866165161 - ] - ], - [ - 2.1666667461395264, - [ - -0.022329799830913544, - -0.05145519599318504, - -0.055987343192100525, - 0.9968546628952026 - ] - ], - [ - 2.200000047683716, - [ - -0.022705867886543274, - -0.05171162262558937, - -0.05568908154964447, - 0.9968495965003967 - ] - ], - [ - 2.2333333492279053, - [ - -0.023184124380350113, - -0.05203685536980629, - -0.05530682951211929, - 0.9968429207801819 - ] - ], - [ - 2.2666666507720947, - [ - -0.023767497390508652, - -0.052430130541324615, - -0.054835375398397446, - 0.9968346357345581 - ] - ], - [ - 2.299999952316284, - [ - -0.02445433847606182, - -0.052887991070747375, - -0.05427074804902077, - 0.9968247413635254 - ] - ], - [ - 2.3333332538604736, - [ - -0.025240302085876465, - -0.053362030535936356, - -0.05360845848917961, - 0.9968158006668091 - ] - ], - [ - 2.366666555404663, - [ - -0.02611585147678852, - -0.053804438561201096, - -0.05286236107349396, - 0.9968092441558838 - ] - ], - [ - 2.4000000953674316, - [ - -0.027156982570886612, - -0.05420490354299545, - -0.052023518830537796, - 0.9968038201332092 - ] - ], - [ - 2.433333396911621, - [ - -0.028440942987799644, - -0.05455674231052399, - -0.05107545480132103, - 0.9967978596687317 - ] - ], - [ - 2.4666666984558105, - [ - -0.029948176816105843, - -0.05485599488019943, - -0.05003587529063225, - 0.9967901110649109 - ] - ], - [ - 2.5, - [ - -0.031654100865125656, - -0.05510270968079567, - -0.04891982674598694, - 0.996779203414917 - ] - ], - [ - 2.5333333015441895, - [ - -0.03353150561451912, - -0.05529933050274849, - -0.04774146154522896, - 0.9967639446258545 - ] - ], - [ - 2.566666603088379, - [ - -0.03555314242839813, - -0.05544904246926308, - -0.04651470109820366, - 0.9967436790466309 - ] - ], - [ - 2.5999999046325684, - [ - -0.03769168630242348, - -0.05555540695786476, - -0.04525334760546684, - 0.9967171549797058 - ] - ], - [ - 2.633333444595337, - [ - -0.03991985693573952, - -0.05562253296375275, - -0.04397108778357506, - 0.9966841340065002 - ] - ], - [ - 2.6666667461395264, - [ - -0.042210161685943604, - -0.055654656141996384, - -0.04268156364560127, - 0.9966439604759216 - ] - ], - [ - 2.700000047683716, - [ - -0.04453526437282562, - -0.05565628781914711, - -0.0413983054459095, - 0.9965968132019043 - ] - ], - [ - 2.7333333492279053, - [ - -0.04686771333217621, - -0.055631935596466064, - -0.04013483598828316, - 0.9965428709983826 - ] - ], - [ - 2.7666666507720947, - [ - -0.049180079251527786, - -0.05558609589934349, - -0.03890465572476387, - 0.996482789516449 - ] - ], - [ - 2.799999952316284, - [ - -0.0514448843896389, - -0.05552307143807411, - -0.037721313536167145, - 0.9964174628257751 - ] - ], - [ - 2.8333332538604736, - [ - -0.05363474786281586, - -0.05544697120785713, - -0.036598335951566696, - 0.9963480830192566 - ] - ], - [ - 2.866666555404663, - [ - -0.0557221844792366, - -0.05536147207021713, - -0.03554939106106758, - 0.9962762594223022 - ] - ], - [ - 2.9000000953674316, - [ - -0.0576799102127552, - -0.05526987835764885, - -0.03458813577890396, - 0.9962037801742554 - ] - ], - [ - 2.933333396911621, - [ - -0.05943756923079491, - -0.05517268925905228, - -0.03374851867556572, - 0.9961346387863159 - ] - ], - [ - 2.9666666984558105, - [ - -0.06093916296958923, - -0.05506988614797592, - -0.03305799886584282, - 0.9960727095603943 - ] - ], - [ - 3.0, - [ - -0.06217842921614647, - -0.054963212460279465, - -0.032520584762096405, - 0.996019721031189 - ] - ], - [ - 3.0333333015441895, - [ - -0.0631493404507637, - -0.05485386401414871, - -0.0321403332054615, - 0.9959770441055298 - ] - ], - [ - 3.066666603088379, - [ - -0.06381917744874954, - -0.05473471060395241, - -0.031934481114149094, - 0.9959474802017212 - ] - ], - [ - 3.133333444595337, - [ - -0.06420425325632095, - -0.05445680022239685, - -0.03207559138536453, - 0.995933473110199 - ] - ], - [ - 3.1666667461395264, - [ - -0.06395473331212997, - -0.05430646240711212, - -0.03240754082798958, - 0.9959469437599182 - ] - ], - [ - 3.200000047683716, - [ - -0.06345552206039429, - -0.054160818457603455, - -0.032886821776628494, - 0.995971143245697 - ] - ], - [ - 3.2333333492279053, - [ - -0.06272157281637192, - -0.05403001233935356, - -0.033502522855997086, - 0.9960042834281921 - ] - ], - [ - 3.2666666507720947, - [ - -0.061747852712869644, - -0.05395861342549324, - -0.03444019332528114, - 0.996036946773529 - ] - ], - [ - 3.299999952316284, - [ - -0.06055591255426407, - -0.05397705361247063, - -0.03583025932312012, - 0.9960600733757019 - ] - ], - [ - 3.3333332538604736, - [ - -0.05917081981897354, - -0.0540667399764061, - -0.037602029740810394, - 0.9960731267929077 - ] - ], - [ - 3.366666555404663, - [ - -0.057624176144599915, - -0.05421222001314163, - -0.039690304547548294, - 0.9960749745368958 - ] - ], - [ - 3.4000000953674316, - [ - -0.055953286588191986, - -0.05440567061305046, - -0.04204368218779564, - 0.9960630536079407 - ] - ], - [ - 3.433333396911621, - [ - -0.054200153797864914, - -0.05463975667953491, - -0.04461192339658737, - 0.9960354566574097 - ] - ], - [ - 3.4666666984558105, - [ - -0.05239846929907799, - -0.0549110546708107, - -0.04733569175004959, - 0.9959912300109863 - ] - ], - [ - 3.5, - [ - -0.050581708550453186, - -0.055219314992427826, - -0.050155315548181534, - 0.9959301948547363 - ] - ], - [ - 3.5333333015441895, - [ - -0.04878293350338936, - -0.055567167699337006, - -0.053010664880275726, - 0.9958525896072388 - ] - ], - [ - 3.566666603088379, - [ - -0.047034844756126404, - -0.05595928803086281, - -0.055841460824012756, - 0.9957600235939026 - ] - ], - [ - 3.5999999046325684, - [ - -0.04535757005214691, - -0.05640086159110069, - -0.058592669665813446, - 0.995654821395874 - ] - ], - [ - 3.633333444595337, - [ - -0.043783895671367645, - -0.05689919739961624, - -0.06120317429304123, - 0.9955398440361023 - ] - ], - [ - 3.6666667461395264, - [ - -0.0423649400472641, - -0.05746323987841606, - -0.06360302120447159, - 0.9954184293746948 - ] - ], - [ - 3.700000047683716, - [ - -0.041123662143945694, - -0.058084044605493546, - -0.06573688983917236, - 0.9952958226203918 - ] - ], - [ - 3.7333333492279053, - [ - -0.04007158428430557, - -0.05874166265130043, - -0.06755585968494415, - 0.9951783418655396 - ] - ], - [ - 3.7666666507720947, - [ - -0.039211634546518326, - -0.059403736144304276, - -0.06901714950799942, - 0.9950730204582214 - ] - ], - [ - 3.799999952316284, - [ - -0.03854093700647354, - -0.060028839856386185, - -0.07008232176303864, - 0.9949872493743896 - ] - ], - [ - 3.8333332538604736, - [ - -0.038068365305662155, - -0.060577817261219025, - -0.07069984078407288, - 0.9949284791946411 - ] - ], - [ - 3.866666555404663, - [ - -0.03776971250772476, - -0.06100475788116455, - -0.07083175331354141, - 0.9949043989181519 - ] - ], - [ - 3.9000000953674316, - [ - -0.03760342299938202, - -0.06134318187832832, - -0.0706290751695633, - 0.9949042797088623 - ] - ], - [ - 3.9666666984558105, - [ - -0.03758488595485687, - -0.061903178691864014, - -0.0697813481092453, - 0.9949302077293396 - ] - ], - [ - 4.0, - [ - -0.037684742361307144, - -0.06213175877928734, - -0.06912992149591446, - 0.9949575662612915 - ] - ], - [ - 4.0333333015441895, - [ - -0.037829313427209854, - -0.06233317777514458, - -0.06833795458078384, - 0.9949942827224731 - ] - ], - [ - 4.066666603088379, - [ - -0.03799719735980034, - -0.06251553446054459, - -0.06741800159215927, - 0.9950391054153442 - ] - ], - [ - 4.099999904632568, - [ - -0.038180164992809296, - -0.06267467141151428, - -0.06638742983341217, - 0.9950914978981018 - ] - ], - [ - 4.133333206176758, - [ - -0.038370147347450256, - -0.06280688941478729, - -0.06526347994804382, - 0.995150089263916 - ] - ], - [ - 4.166666507720947, - [ - -0.03855925798416138, - -0.06290919333696365, - -0.0640634298324585, - 0.9952142834663391 - ] - ], - [ - 4.199999809265137, - [ - -0.03873971849679947, - -0.06297910958528519, - -0.06280441582202911, - 0.9952831268310547 - ] - ], - [ - 4.233333110809326, - [ - -0.03890397027134895, - -0.06301480531692505, - -0.061503536999225616, - 0.9953556656837463 - ] - ], - [ - 4.266666889190674, - [ - -0.0390445701777935, - -0.06301503628492355, - -0.060177817940711975, - 0.9954311847686768 - ] - ], - [ - 4.300000190734863, - [ - -0.03915424272418022, - -0.06297920644283295, - -0.05884410813450813, - 0.9955089092254639 - ] - ], - [ - 4.333333492279053, - [ - -0.03922582045197487, - -0.06290718913078308, - -0.05751925706863403, - 0.9955880641937256 - ] - ], - [ - 4.366666793823242, - [ - -0.039252255111932755, - -0.06279941648244858, - -0.056219786405563354, - 0.9956680536270142 - ] - ], - [ - 4.400000095367432, - [ - -0.039226602762937546, - -0.0626567155122757, - -0.054962292313575745, - 0.9957482218742371 - ] - ], - [ - 4.433333396911621, - [ - -0.039141930639743805, - -0.06248027831315994, - -0.05376307666301727, - 0.9958281517028809 - ] - ], - [ - 4.4666666984558105, - [ - -0.03899133577942848, - -0.06227150931954384, - -0.05263841897249222, - 0.995907187461853 - ] - ], - [ - 4.5, - [ - -0.03876791521906853, - -0.06203198432922363, - -0.05160451680421829, - 0.9959849715232849 - ] - ], - [ - 4.5333333015441895, - [ - -0.03846464678645134, - -0.061763301491737366, - -0.050677381455898285, - 0.9960610270500183 - ] - ], - [ - 4.566666603088379, - [ - -0.03807474300265312, - -0.06146702170372009, - -0.049872905015945435, - 0.9961349368095398 - ] - ], - [ - 4.599999904632568, - [ - -0.03758691996335983, - -0.06114199385046959, - -0.049209412187337875, - 0.9962065815925598 - ] - ], - [ - 4.633333206176758, - [ - -0.036996856331825256, - -0.06078983098268509, - -0.04870123416185379, - 0.9962750673294067 - ] - ], - [ - 4.666666507720947, - [ - -0.03628287464380264, - -0.06040439009666443, - -0.048372022807598114, - 0.996340811252594 - ] - ], - [ - 4.699999809265137, - [ - -0.03542713820934296, - -0.05998075008392334, - -0.04824294149875641, - 0.9964034557342529 - ] - ], - [ - 4.733333110809326, - [ - -0.034430745989084244, - -0.059522248804569244, - -0.048325810581445694, - 0.9964618682861328 - ] - ], - [ - 4.766666889190674, - [ - -0.03329668194055557, - -0.05903166905045509, - -0.04863223060965538, - 0.9965146780014038 - ] - ], - [ - 4.800000190734863, - [ - -0.03202947974205017, - -0.05849560350179672, - -0.04914424568414688, - 0.9965627193450928 - ] - ], - [ - 4.833333492279053, - [ - -0.0306363794952631, - -0.05790132284164429, - -0.04982561990618706, - 0.9966073632240295 - ] - ], - [ - 4.866666793823242, - [ - -0.02912069484591484, - -0.05726335942745209, - -0.05064499378204346, - 0.9966484904289246 - ] - ], - [ - 4.900000095367432, - [ - -0.027475789189338684, - -0.05659507215023041, - -0.05158032104372978, - 0.9966853857040405 - ] - ], - [ - 4.933333396911621, - [ - -0.02568740025162697, - -0.055913299322128296, - -0.052606940269470215, - 0.9967178106307983 - ] - ], - [ - 4.9666666984558105, - [ - -0.023756595328450203, - -0.055235493928194046, - -0.0536966547369957, - 0.9967454671859741 - ] - ], - [ - 5.0, - [ - -0.021707776933908463, - -0.054567307233810425, - -0.05483590066432953, - 0.9967668652534485 - ] - ], - [ - 5.0333333015441895, - [ - -0.019565511494874954, - -0.053915079683065414, - -0.056011300534009933, - 0.9967813491821289 - ] - ], - [ - 5.066666603088379, - [ - -0.017354527488350868, - -0.0532856322824955, - -0.057209551334381104, - 0.9967882037162781 - ] - ], - [ - 5.099999904632568, - [ - -0.015099717304110527, - -0.0526861846446991, - -0.05841744318604469, - 0.9967867136001587 - ] - ], - [ - 5.133333206176758, - [ - -0.012826127000153065, - -0.05212438851594925, - -0.05962178111076355, - 0.9967767000198364 - ] - ], - [ - 5.166666507720947, - [ - -0.01055899914354086, - -0.05160820484161377, - -0.060809433460235596, - 0.9967584013938904 - ] - ], - [ - 5.199999809265137, - [ - -0.008323694579303265, - -0.05114571377635002, - -0.06196720153093338, - 0.9967321157455444 - ] - ], - [ - 5.233333110809326, - [ - -0.00614572037011385, - -0.050745051354169846, - -0.06308182328939438, - 0.9966984987258911 - ] - ], - [ - 5.266666889190674, - [ - -0.00405065156519413, - -0.05041445791721344, - -0.0641399696469307, - 0.996658444404602 - ] - ], - [ - 5.300000190734863, - [ - -0.0020642864983528852, - -0.05016183853149414, - -0.06512805074453354, - 0.9966133236885071 - ] - ], - [ - 5.333333492279053, - [ - -0.00021237338660284877, - -0.04999498650431633, - -0.06603233516216278, - 0.9965642094612122 - ] - ], - [ - 5.366666793823242, - [ - 0.0014792593428865075, - -0.0499211922287941, - -0.0668388232588768, - 0.9965130686759949 - ] - ], - [ - 5.400000095367432, - [ - 0.0029847656842321157, - -0.04994720593094826, - -0.06753319501876831, - 0.9964615702629089 - ] - ], - [ - 5.433333396911621, - [ - 0.0042883907444775105, - -0.05007288604974747, - -0.0681052953004837, - 0.9964115619659424 - ] - ], - [ - 5.4666666984558105, - [ - 0.005381218623369932, - -0.05029284209012985, - -0.06854765117168427, - 0.9963648319244385 - ] - ], - [ - 5.5, - [ - 0.006245814263820648, - -0.050606127828359604, - -0.0688486248254776, - 0.9963231682777405 - ] - ], - [ - 5.5333333015441895, - [ - 0.006871952675282955, - -0.05100629851222038, - -0.0689995288848877, - 0.9962882399559021 - ] - ], - [ - 5.566666603088379, - [ - 0.0072458889335393906, - -0.051490407437086105, - -0.06898938864469528, - 0.9962613582611084 - ] - ], - [ - 5.599999904632568, - [ - 0.007358497008681297, - -0.05205155909061432, - -0.06880836933851242, - 0.9962438941001892 - ] - ], - [ - 5.633333206176758, - [ - 0.007203117478638887, - -0.05263371020555496, - -0.06844691187143326, - 0.9962393641471863 - ] - ], - [ - 5.666666507720947, - [ - 0.0067783547565341, - -0.053182393312454224, - -0.06791416555643082, - 0.9962497353553772 - ] - ], - [ - 5.699999809265137, - [ - 0.006087301764637232, - -0.053679175674915314, - -0.06724046915769577, - 0.9962731599807739 - ] - ], - [ - 5.733333110809326, - [ - 0.005138496868312359, - -0.05411138758063316, - -0.06645219027996063, - 0.9963080286979675 - ] - ], - [ - 5.766666889190674, - [ - 0.00395012553781271, - -0.054473984986543655, - -0.06556681543588638, - 0.9963524341583252 - ] - ], - [ - 5.800000190734863, - [ - 0.0025454966817051172, - -0.05476688966155052, - -0.06459902226924896, - 0.9964041709899902 - ] - ], - [ - 5.833333492279053, - [ - 0.0009505701600573957, - -0.05499280244112015, - -0.06356243789196014, - 0.9964610934257507 - ] - ], - [ - 5.866666793823242, - [ - -0.000808625016361475, - -0.0551551952958107, - -0.062470436096191406, - 0.9965212941169739 - ] - ], - [ - 5.900000095367432, - [ - -0.0027060096617788076, - -0.055258072912693024, - -0.061336252838373184, - 0.9965828061103821 - ] - ], - [ - 5.933333396911621, - [ - -0.0047154598869383335, - -0.05530589073896408, - -0.060172706842422485, - 0.996643602848053 - ] - ], - [ - 5.9666666984558105, - [ - -0.006810750812292099, - -0.055303435772657394, - -0.058992769569158554, - 0.9967020750045776 - ] - ], - [ - 6.0, - [ - -0.008965649642050266, - -0.05525578185915947, - -0.057809069752693176, - 0.9967570304870605 - ] - ], - [ - 6.0333333015441895, - [ - -0.011153856292366982, - -0.055168066173791885, - -0.05663422867655754, - 0.9968072175979614 - ] - ], - [ - 6.066666603088379, - [ - -0.013349045068025589, - -0.0550454780459404, - -0.05548081174492836, - 0.9968519806861877 - ] - ], - [ - 6.099999904632568, - [ - -0.015524822287261486, - -0.05489310249686241, - -0.054361358284950256, - 0.9968905448913574 - ] - ], - [ - 6.133333206176758, - [ - -0.01765480451285839, - -0.05471586808562279, - -0.05328840762376785, - 0.9969227910041809 - ] - ], - [ - 6.166666507720947, - [ - -0.019712582230567932, - -0.05451836809515953, - -0.05227457731962204, - 0.9969485998153687 - ] - ], - [ - 6.199999809265137, - [ - -0.021671753376722336, - -0.05430484190583229, - -0.0513325072824955, - 0.9969685673713684 - ] - ], - [ - 6.233333110809326, - [ - -0.023505879566073418, - -0.05407910794019699, - -0.05047491937875748, - 0.9969830513000488 - ] - ], - [ - 6.266666889190674, - [ - -0.02518860436975956, - -0.05384431406855583, - -0.04971470683813095, - 0.9969928860664368 - ] - ], - [ - 6.300000190734863, - [ - -0.02669352851808071, - -0.053603045642375946, - -0.04906472936272621, - 0.9969989061355591 - ] - ], - [ - 6.333333492279053, - [ - -0.027994360774755478, - -0.053357046097517014, - -0.048538144677877426, - 0.9970023036003113 - ] - ], - [ - 6.366666793823242, - [ - -0.029038676992058754, - -0.05309589207172394, - -0.048160530626773834, - 0.9970045685768127 - ] - ], - [ - 6.400000095367432, - [ - -0.029785078018903732, - -0.05281317979097366, - -0.04795228689908981, - 0.9970077276229858 - ] - ], - [ - 6.4666666984558105, - [ - -0.030365165323019028, - -0.052209846675395966, - -0.04805624485015869, - 0.9970169067382813 - ] - ], - [ - 6.5, - [ - -0.03021874465048313, - -0.05191265046596527, - -0.04835442826151848, - 0.9970224499702454 - ] - ], - [ - 6.5333333015441895, - [ - -0.02981061302125454, - -0.05164077505469322, - -0.04879794269800186, - 0.9970273375511169 - ] - ], - [ - 6.566666603088379, - [ - -0.029160520061850548, - -0.051449041813611984, - -0.04955996572971344, - 0.9970188140869141 - ] - ], - [ - 6.599999904632568, - [ - -0.028295185416936874, - -0.05137406662106514, - -0.05076819658279419, - 0.9969868063926697 - ] - ], - [ - 6.633333206176758, - [ - -0.027244795113801956, - -0.0513993576169014, - -0.052351199090480804, - 0.9969329833984375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458669261_1069962.json b/lenses/physics-objects/Scene/assets/1645812458669261_1069962.json deleted file mode 100644 index 06d893a6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458669261_1069962.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458669261:1069962", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458671302_1069975.json b/lenses/physics-objects/Scene/assets/1645812458671302_1069975.json deleted file mode 100644 index 233d80d3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458671302_1069975.json +++ /dev/null @@ -1,418 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458671302:1069975", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.677977561950684, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.692473411560059, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.731230735778809, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.741954803466797, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.69045639038086, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.700031280517578, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.733489036560059, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.737482070922852, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.71200180053711, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.690876960754395, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.669386863708496, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.67984676361084, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.707411766052246, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.71312427520752, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.687334060668945, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.691731452941895, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.730252265930176, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.725699424743652, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.703495979309082, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.708248138427734, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.72873592376709, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.763860702514648, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.802338600158691, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.829924583435059, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.818431854248047, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.786585807800293, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.76047420501709, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.744659423828125, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.764851570129395, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.80935001373291, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.839316368103027, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.824028968811035, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.798137664794922, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.774252891540527, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.78498363494873, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.815858840942383, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.839125633239746, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.830283164978027, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.759047508239746, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.716338157653809, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.694992065429688, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.71558952331543, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.737000465393066, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.729292869567871, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.703100204467773, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.67656421661377, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.67995548248291, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.703191757202148, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458671686_1069982.json b/lenses/physics-objects/Scene/assets/1645812458671686_1069982.json deleted file mode 100644 index 0c3da828..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458671686_1069982.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458671686:1069982", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024345338344573975, - -0.12390456348657608, - 0.03684670478105545, - 0.9913108944892883 - ] - ], - [ - 0.03333333507180214, - [ - 0.024345338344573975, - -0.12390456348657608, - 0.03684670478105545, - 0.9913108944892883 - ] - ], - [ - 0.06666667014360428, - [ - 0.029177891090512276, - -0.03321824595332146, - -0.03314679116010666, - 0.9984720945358276 - ] - ], - [ - 0.10000000149011612, - [ - 0.03185051307082176, - -0.0037058363668620586, - -0.0806739404797554, - 0.9962246417999268 - ] - ], - [ - 0.13333334028720856, - [ - 0.028220683336257935, - -0.000741797499358654, - -0.04765888303518295, - 0.9984646439552307 - ] - ], - [ - 0.1666666716337204, - [ - 0.019490430131554604, - 0.017392108216881752, - 0.015104220248758793, - 0.9995447397232056 - ] - ], - [ - 0.20000000298023224, - [ - 0.012588257901370525, - 0.026764849200844765, - 0.04910559952259064, - 0.9983555674552917 - ] - ], - [ - 0.23333333432674408, - [ - 0.011458146385848522, - 0.025361357256770134, - 0.04442305490374565, - 0.9986250996589661 - ] - ], - [ - 0.2666666805744171, - [ - 0.015353338792920113, - 0.02227647788822651, - 0.0271941889077425, - 0.9992640018463135 - ] - ], - [ - 0.30000001192092896, - [ - 0.020504740998148918, - 0.018990393728017807, - 0.0008921519038267434, - 0.9996089935302734 - ] - ], - [ - 0.3333333432674408, - [ - 0.023537855595350266, - 0.015004645101726055, - -0.02912531979382038, - 0.9991860389709473 - ] - ], - [ - 0.36666667461395264, - [ - 0.022389153018593788, - 0.008505038917064667, - -0.056990787386894226, - 0.9980874061584473 - ] - ], - [ - 0.4000000059604645, - [ - 0.01561831310391426, - -0.004286171868443489, - -0.0796051174402237, - 0.9966949224472046 - ] - ], - [ - 0.4333333373069763, - [ - 0.005399132613092661, - -0.020731771364808083, - -0.09181071817874908, - 0.9955459833145142 - ] - ], - [ - 0.46666666865348816, - [ - -0.006363345310091972, - -0.02687288261950016, - -0.08447863161563873, - 0.9960425496101379 - ] - ], - [ - 0.5, - [ - -0.016700545325875282, - -0.015013574622571468, - -0.05870118364691734, - 0.9980229735374451 - ] - ], - [ - 0.5333333611488342, - [ - -0.02463294379413128, - 0.006213675253093243, - -0.021228300407528877, - 0.9994519352912903 - ] - ], - [ - 0.5666666626930237, - [ - -0.03143180161714554, - 0.020324405282735825, - 0.023537658154964447, - 0.9990220069885254 - ] - ], - [ - 0.6000000238418579, - [ - -0.036111537367105484, - 0.01706552691757679, - 0.06657057255506516, - 0.9969819784164429 - ] - ], - [ - 0.6333333253860474, - [ - -0.0376218780875206, - 0.00247198436409235, - 0.09133317321538925, - 0.9951063990592957 - ] - ], - [ - 0.6666666865348816, - [ - -0.03369307890534401, - -0.007746996358036995, - 0.08277929574251175, - 0.9959680438041687 - ] - ], - [ - 0.699999988079071, - [ - -0.025017984211444855, - -0.008640446700155735, - 0.0485929399728775, - 0.9984679222106934 - ] - ], - [ - 0.7333333492279053, - [ - -0.015456467866897583, - -0.008719240315258503, - 0.005994882434606552, - 0.9998245239257813 - ] - ], - [ - 0.7666666507720947, - [ - -0.007823849096894264, - -0.016380326822400093, - -0.030088011175394058, - 0.999382495880127 - ] - ], - [ - 0.800000011920929, - [ - -0.004903619177639484, - -0.028442567214369774, - -0.04461834952235222, - 0.9985871911048889 - ] - ], - [ - 0.8333333134651184, - [ - -0.007185737602412701, - -0.03312325105071068, - -0.03555331006646156, - 0.9987928867340088 - ] - ], - [ - 0.8666666746139526, - [ - -0.013803810812532902, - -0.026967503130435944, - -0.015954388305544853, - 0.9994136691093445 - ] - ], - [ - 0.8999999761581421, - [ - -0.02462799847126007, - -0.012319500558078289, - 0.009020967409014702, - 0.9995800852775574 - ] - ], - [ - 0.9333333373069763, - [ - -0.03774199262261391, - 0.0038941942621022463, - 0.037174925208091736, - 0.9985882043838501 - ] - ], - [ - 0.9666666388511658, - [ - -0.04999827593564987, - 0.014575248584151268, - 0.06540826708078384, - 0.9964986443519592 - ] - ], - [ - 1.0, - [ - -0.05874959006905556, - 0.015269960276782513, - 0.0891089141368866, - 0.9941704869270325 - ] - ], - [ - 1.0333333015441895, - [ - -0.061990395188331604, - 0.006452444940805435, - 0.1016993299126625, - 0.9928609132766724 - ] - ], - [ - 1.0666667222976685, - [ - -0.05947239324450493, - -0.005138541106134653, - 0.0984826311469078, - 0.9933468699455261 - ] - ], - [ - 1.100000023841858, - [ - -0.052148252725601196, - -0.012095439247786999, - 0.08290832489728928, - 0.9951183199882507 - ] - ], - [ - 1.1333333253860474, - [ - -0.04127402976155281, - -0.011646771803498268, - 0.05955934524536133, - 0.9973031282424927 - ] - ], - [ - 1.1666666269302368, - [ - -0.029745599254965782, - -0.0061198025941848755, - 0.033050891011953354, - 0.9989922046661377 - ] - ], - [ - 1.2000000476837158, - [ - -0.020176228135824203, - -0.0009340766700915992, - 0.006774295121431351, - 0.9997731447219849 - ] - ], - [ - 1.2333333492279053, - [ - -0.012867526151239872, - -0.0015878911362960935, - -0.017390141263604164, - 0.9997647404670715 - ] - ], - [ - 1.2666666507720947, - [ - -0.008575127460062504, - -0.010999246500432491, - -0.03835880011320114, - 0.9991667866706848 - ] - ], - [ - 1.2999999523162842, - [ - -0.00758693553507328, - -0.024546360597014427, - -0.05120072141289711, - 0.9983579516410828 - ] - ], - [ - 1.3333333730697632, - [ - -0.013739164918661118, - -0.024577932432293892, - -0.02666020393371582, - 0.9992479085922241 - ] - ], - [ - 1.3666666746139526, - [ - -0.02779952622950077, - -0.00891157053411007, - 0.03655220568180084, - 0.9989053606987 - ] - ], - [ - 1.399999976158142, - [ - -0.04275662824511528, - -0.0022047306410968304, - 0.10450408607721329, - 0.9936025142669678 - ] - ], - [ - 1.4333332777023315, - [ - -0.05349092185497284, - -0.01311663817614317, - 0.1373007595539093, - 0.9889970421791077 - ] - ], - [ - 1.4666666984558105, - [ - -0.060321953147649765, - -0.02557830698788166, - 0.12731021642684937, - 0.9896965026855469 - ] - ], - [ - 1.5, - [ - -0.06262310594320297, - -0.02883787639439106, - 0.10291209071874619, - 0.9922982454299927 - ] - ], - [ - 1.5333333015441895, - [ - -0.059275154024362564, - -0.02129962109029293, - 0.0706765428185463, - 0.9955087304115295 - ] - ], - [ - 1.5666667222976685, - [ - -0.05107753351330757, - -0.006756619084626436, - 0.03589373454451561, - 0.9980266094207764 - ] - ], - [ - 1.600000023841858, - [ - -0.03997490927577019, - 0.009857024066150188, - 0.003353262785822153, - 0.9991464614868164 - ] - ], - [ - 1.6333333253860474, - [ - -0.029790308326482773, - 0.024263106286525726, - -0.023299137130379677, - 0.998989999294281 - ] - ], - [ - 1.6666666269302368, - [ - -0.02191125601530075, - 0.03338228911161423, - -0.04277000203728676, - 0.9982866644859314 - ] - ], - [ - 1.7000000476837158, - [ - -0.018556781113147736, - 0.03410857543349266, - -0.05665888264775276, - 0.9976382255554199 - ] - ], - [ - 1.7333333492279053, - [ - -0.0203668475151062, - 0.029039505869150162, - -0.057440996170043945, - 0.9977186322212219 - ] - ], - [ - 1.7666666507720947, - [ - -0.025277631357312202, - 0.02677442505955696, - -0.03986090049147606, - 0.9985265731811523 - ] - ], - [ - 1.7999999523162842, - [ - -0.0295577310025692, - 0.03200725466012955, - -0.008688820526003838, - 0.9990127086639404 - ] - ], - [ - 1.8333333730697632, - [ - -0.031020253896713257, - 0.04349367693066597, - 0.028064310550689697, - 0.9981775879859924 - ] - ], - [ - 1.8666666746139526, - [ - -0.028490262106060982, - 0.05640881881117821, - 0.06105588376522064, - 0.9961318969726563 - ] - ], - [ - 1.899999976158142, - [ - -0.021650822833180428, - 0.06500519812107086, - 0.0776040330529213, - 0.9946271777153015 - ] - ], - [ - 1.9333332777023315, - [ - -0.010633953846991062, - 0.06348571181297302, - 0.06560283154249191, - 0.9957674145698547 - ] - ], - [ - 1.9666666984558105, - [ - 0.003072163322940469, - 0.05224477872252464, - 0.030350271612405777, - 0.9981682896614075 - ] - ], - [ - 2.0, - [ - 0.017712492495775223, - 0.03606875240802765, - -0.012982066720724106, - 0.9991080164909363 - ] - ], - [ - 2.0333333015441895, - [ - 0.03131485730409622, - 0.018904296681284904, - -0.0522451177239418, - 0.9979641437530518 - ] - ], - [ - 2.066666603088379, - [ - 0.04187341779470444, - 0.0015088457148522139, - -0.08037000894546509, - 0.995884120464325 - ] - ], - [ - 2.0999999046325684, - [ - 0.04548211395740509, - -0.016381027176976204, - -0.09250541031360626, - 0.9945379495620728 - ] - ], - [ - 2.133333444595337, - [ - 0.040924910455942154, - -0.022358020767569542, - -0.0799405574798584, - 0.995708167552948 - ] - ], - [ - 2.1666667461395264, - [ - 0.03203776106238365, - -0.00414943927899003, - -0.049068938940763474, - 0.9982728362083435 - ] - ], - [ - 2.200000047683716, - [ - 0.022285982966423035, - 0.03166478872299194, - -0.012406900525093079, - 0.9991730451583862 - ] - ], - [ - 2.2333333492279053, - [ - 0.014880891889333725, - 0.06601307541131973, - 0.023827429860830307, - 0.9974232316017151 - ] - ], - [ - 2.2666666507720947, - [ - 0.012346283532679081, - 0.07895044982433319, - 0.05124140903353691, - 0.9954841732978821 - ] - ], - [ - 2.299999952316284, - [ - 0.015617386437952518, - 0.07163814455270767, - 0.049635037779808044, - 0.99607253074646 - ] - ], - [ - 2.3333332538604736, - [ - 0.023654796183109283, - 0.06723535805940628, - 0.01998578943312168, - 0.9972564578056335 - ] - ], - [ - 2.366666555404663, - [ - 0.03596503287553787, - 0.07189903408288956, - -0.023303475230932236, - 0.9964908361434937 - ] - ], - [ - 2.4000000953674316, - [ - 0.04634092375636101, - 0.0752301812171936, - -0.07141303271055222, - 0.9935256242752075 - ] - ], - [ - 2.433333396911621, - [ - 0.04819067195057869, - 0.057144924998283386, - -0.11772948503494263, - 0.9902282953262329 - ] - ], - [ - 2.4666666984558105, - [ - 0.04481358081102371, - 0.021515119820833206, - -0.14418908953666687, - 0.9883007407188416 - ] - ], - [ - 2.5, - [ - 0.035462845116853714, - -0.007653190754354, - -0.10918736457824707, - 0.9933589100837708 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375783957540989, - -0.00401709508150816, - -0.005927372258156538, - 0.9996922016143799 - ] - ], - [ - 2.566666603088379, - [ - 0.01643841527402401, - 0.009065518155694008, - 0.12759408354759216, - 0.9916489124298096 - ] - ], - [ - 2.5999999046325684, - [ - 0.01643509417772293, - -0.008241568692028522, - 0.2469204068183899, - 0.9688613414764404 - ] - ], - [ - 2.633333444595337, - [ - 0.02063809521496296, - -0.050147894769907, - 0.2888976037502289, - 0.9558230042457581 - ] - ], - [ - 2.6666667461395264, - [ - 0.024522526189684868, - -0.06014290824532509, - 0.22263109683990479, - 0.9727368950843811 - ] - ], - [ - 2.700000047683716, - [ - 0.027808887884020805, - -0.02182101272046566, - 0.10917927324771881, - 0.9933934807777405 - ] - ], - [ - 2.7333333492279053, - [ - 0.029222521930933, - 0.014384348876774311, - -0.002840228844434023, - 0.9994654059410095 - ] - ], - [ - 2.7666666507720947, - [ - 0.03272790089249611, - 0.015551134943962097, - -0.06592049449682236, - 0.9971667528152466 - ] - ], - [ - 2.799999952316284, - [ - 0.032699812203645706, - 0.0329919196665287, - -0.04768044501543045, - 0.9977819323539734 - ] - ], - [ - 2.8333332538604736, - [ - 0.017802832648158073, - 0.06105669587850571, - 0.03263659030199051, - 0.9974417090415955 - ] - ], - [ - 2.866666555404663, - [ - -0.002697007730603218, - 0.04016386345028877, - 0.1257331222295761, - 0.9912471771240234 - ] - ], - [ - 2.9000000953674316, - [ - -0.008187701925635338, - -0.005506046116352081, - 0.15956157445907593, - 0.9871386885643005 - ] - ], - [ - 2.933333396911621, - [ - -0.0041847918182611465, - -0.04264678806066513, - 0.10881532728672028, - 0.9931379556655884 - ] - ], - [ - 2.9666666984558105, - [ - -0.004523019306361675, - -0.07304318994283676, - 0.006736707873642445, - 0.9972957968711853 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.003472686279565096, - -0.08600209653377533, - -0.1254166215658188, - 0.9883634448051453 - ] - ], - [ - 3.066666603088379, - [ - 0.02470758929848671, - -0.0785156860947609, - -0.15636204183101654, - 0.984264075756073 - ] - ], - [ - 3.0999999046325684, - [ - 0.029317794367671013, - -0.08545929938554764, - -0.1724957376718521, - 0.9808580875396729 - ] - ], - [ - 3.133333444595337, - [ - 0.018025323748588562, - -0.09255034476518631, - -0.17096617817878723, - 0.9807549715042114 - ] - ], - [ - 3.1666667461395264, - [ - 0.011554223485291004, - -0.0793057307600975, - -0.1535116732120514, - 0.9848915934562683 - ] - ], - [ - 3.200000047683716, - [ - 0.010176170617341995, - -0.05327250435948372, - -0.12260597944259644, - 0.9909723997116089 - ] - ], - [ - 3.2333333492279053, - [ - 0.01074996218085289, - -0.03275492787361145, - -0.07790818065404892, - 0.9963643550872803 - ] - ], - [ - 3.2666666507720947, - [ - 0.01181370671838522, - -0.03340623155236244, - -0.029673118144273758, - 0.9989315271377563 - ] - ], - [ - 3.299999952316284, - [ - 0.012286446988582611, - -0.05091133713722229, - -0.0018411612836644053, - 0.9986258745193481 - ] - ], - [ - 3.3333332538604736, - [ - 0.012819826602935791, - -0.1454106569290161, - -0.01459471695125103, - 0.9891806840896606 - ] - ], - [ - 3.366666555404663, - [ - 0.011752285994589329, - -0.2168988734483719, - -0.04814428836107254, - 0.9749353528022766 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458672061_1069989.json b/lenses/physics-objects/Scene/assets/1645812458672061_1069989.json deleted file mode 100644 index a706491c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458672061_1069989.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458672061:1069989", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458674774_1070006.json b/lenses/physics-objects/Scene/assets/1645812458674774_1070006.json deleted file mode 100644 index 34ea146d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458674774_1070006.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458674774:1070006", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.721576690673828, - -1.4210854715202004e-14, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.741897583007813, - 1.4210854715202004e-14, - 1.4210854715202004e-14 - ] - ], - [ - 3.2333333492279053, - [ - 9.709300994873047, - -1.4210854715202004e-14, - -2.942091015256665e-15 - ] - ], - [ - 3.9666666984558105, - [ - 9.730108261108398, - 2.842170943040401e-14, - 1.7763644626967758e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.720242500305176, - -1.4210854715202004e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458675196_1070013.json b/lenses/physics-objects/Scene/assets/1645812458675196_1070013.json deleted file mode 100644 index f91cb3eb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458675196_1070013.json +++ /dev/null @@ -1,1729 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458675196:1070013", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026043014600872993, - -0.05039811506867409, - -0.05738971382379532, - 0.9967387914657593 - ] - ], - [ - 0.03333333507180214, - [ - -0.026043014600872993, - -0.05039811506867409, - -0.05738971382379532, - 0.9967387914657593 - ] - ], - [ - 0.06666667014360428, - [ - -0.02485739067196846, - -0.050542473793029785, - -0.059099167585372925, - 0.9966618418693542 - ] - ], - [ - 0.10000000149011612, - [ - -0.023546462878584862, - -0.050769586116075516, - -0.06106317788362503, - 0.9965638518333435 - ] - ], - [ - 0.13333334028720856, - [ - -0.022156525403261185, - -0.05107004567980766, - -0.06323988735675812, - 0.9964445233345032 - ] - ], - [ - 0.1666666716337204, - [ - -0.020725756883621216, - -0.051439445465803146, - -0.06557352840900421, - 0.9963054656982422 - ] - ], - [ - 0.20000000298023224, - [ - -0.019292006269097328, - -0.05187529698014259, - -0.06800763309001923, - 0.9961484670639038 - ] - ], - [ - 0.23333333432674408, - [ - -0.017892681062221527, - -0.052376385778188705, - -0.07048515230417252, - 0.9959760904312134 - ] - ], - [ - 0.2666666805744171, - [ - -0.016564730554819107, - -0.05294249206781387, - -0.07294847071170807, - 0.9957918524742126 - ] - ], - [ - 0.30000001192092896, - [ - -0.015344594605267048, - -0.05357358977198601, - -0.0753394365310669, - 0.9955995082855225 - ] - ], - [ - 0.3333333432674408, - [ - -0.014268356375396252, - -0.054269541054964066, - -0.07759955525398254, - 0.9954043030738831 - ] - ], - [ - 0.36666667461395264, - [ - -0.01337167527526617, - -0.05502936989068985, - -0.07966984808444977, - 0.9952113628387451 - ] - ], - [ - 0.4000000059604645, - [ - -0.01266261376440525, - -0.05583508312702179, - -0.08150194585323334, - 0.9950274229049683 - ] - ], - [ - 0.4333333373069763, - [ - -0.012137949466705322, - -0.056658968329429626, - -0.08305243402719498, - 0.9948591589927673 - ] - ], - [ - 0.46666666865348816, - [ - -0.011786028742790222, - -0.057466059923172, - -0.0842842161655426, - 0.9947134852409363 - ] - ], - [ - 0.5, - [ - -0.01158945169299841, - -0.0582147017121315, - -0.08516450971364975, - 0.9945972561836243 - ] - ], - [ - 0.5333333611488342, - [ - -0.011542648077011108, - -0.05885583534836769, - -0.08563311398029327, - 0.994519829750061 - ] - ], - [ - 0.6000000238418579, - [ - -0.011859053745865822, - -0.059699613600969315, - -0.08529705554246902, - 0.9944947361946106 - ] - ], - [ - 0.6333333253860474, - [ - -0.012187417596578598, - -0.06000489741563797, - -0.08485282957553864, - 0.9945103526115417 - ] - ], - [ - 0.6666666865348816, - [ - -0.012601200491189957, - -0.06025925278663635, - -0.08428079634904861, - 0.9945384860038757 - ] - ], - [ - 0.699999988079071, - [ - -0.01307521853595972, - -0.06047281622886658, - -0.08356063812971115, - 0.9945801496505737 - ] - ], - [ - 0.7333333492279053, - [ - -0.013590210117399693, - -0.06065518036484718, - -0.08270455151796341, - 0.9946337342262268 - ] - ], - [ - 0.7666666507720947, - [ - -0.014124979265034199, - -0.060818690806627274, - -0.08172471076250076, - 0.9946972727775574 - ] - ], - [ - 0.800000011920929, - [ - -0.014671653509140015, - -0.06096025928854942, - -0.08063703030347824, - 0.9947694540023804 - ] - ], - [ - 0.8333333134651184, - [ - -0.015222512185573578, - -0.061077218502759933, - -0.07945728302001953, - 0.9948490262031555 - ] - ], - [ - 0.8666666746139526, - [ - -0.0157699566334486, - -0.06116722896695137, - -0.07820117473602295, - 0.9949343800544739 - ] - ], - [ - 0.8999999761581421, - [ - -0.016306575387716293, - -0.06122846156358719, - -0.07688436657190323, - 0.9950246214866638 - ] - ], - [ - 0.9333333373069763, - [ - -0.016825085505843163, - -0.06125946342945099, - -0.07552239298820496, - 0.9951183795928955 - ] - ], - [ - 0.9666666388511658, - [ - -0.0173183623701334, - -0.061259251087903976, - -0.07413063943386078, - 0.995214581489563 - ] - ], - [ - 1.0, - [ - -0.017779415473341942, - -0.06122727319598198, - -0.07272443920373917, - 0.9953121542930603 - ] - ], - [ - 1.0333333015441895, - [ - -0.018201377242803574, - -0.06116338074207306, - -0.07131895422935486, - 0.995410144329071 - ] - ], - [ - 1.0666667222976685, - [ - -0.018577463924884796, - -0.061067793518304825, - -0.06992923468351364, - 0.9955076575279236 - ] - ], - [ - 1.100000023841858, - [ - -0.018900994211435318, - -0.06094105541706085, - -0.06857030093669891, - 0.9956038594245911 - ] - ], - [ - 1.1333333253860474, - [ - -0.019165312871336937, - -0.060783978551626205, - -0.06725700199604034, - 0.9956979751586914 - ] - ], - [ - 1.1666666269302368, - [ - -0.01936378702521324, - -0.06059759110212326, - -0.06600409001111984, - 0.9957893490791321 - ] - ], - [ - 1.2000000476837158, - [ - -0.019580867141485214, - -0.060376983135938644, - -0.06479457020759583, - 0.9958780407905579 - ] - ], - [ - 1.2333333492279053, - [ - -0.01989409700036049, - -0.060118503868579865, - -0.0636134222149849, - 0.9959635138511658 - ] - ], - [ - 1.2666666507720947, - [ - -0.020286377519369125, - -0.05982530862092972, - -0.06247847527265549, - 0.9960451126098633 - ] - ], - [ - 1.2999999523162842, - [ - -0.02073487639427185, - -0.05949797481298447, - -0.061409857124090195, - 0.9961219429969788 - ] - ], - [ - 1.3333333730697632, - [ - -0.021223299205303192, - -0.05913989245891571, - -0.06042485311627388, - 0.9961932897567749 - ] - ], - [ - 1.3666666746139526, - [ - -0.021717917174100876, - -0.058746565133333206, - -0.059547681361436844, - 0.9962586164474487 - ] - ], - [ - 1.399999976158142, - [ - -0.022188909351825714, - -0.0583149716258049, - -0.058800745755434036, - 0.996317982673645 - ] - ], - [ - 1.4333332777023315, - [ - -0.022625381126999855, - -0.057853665202856064, - -0.05820322036743164, - 0.9963701367378235 - ] - ], - [ - 1.4666666984558105, - [ - -0.023018253967165947, - -0.05737012252211571, - -0.057776689529418945, - 0.9964138865470886 - ] - ], - [ - 1.5, - [ - -0.023360226303339005, - -0.05685233697295189, - -0.05750788375735283, - 0.996451199054718 - ] - ], - [ - 1.5333333015441895, - [ - -0.02364666946232319, - -0.0562889464199543, - -0.05736355856060982, - 0.9964847564697266 - ] - ], - [ - 1.5666667222976685, - [ - -0.023869136348366737, - -0.055698901414871216, - -0.05731770768761635, - 0.9965152144432068 - ] - ], - [ - 1.600000023841858, - [ - -0.024021996185183525, - -0.0550992414355278, - -0.057348672300577164, - 0.9965431094169617 - ] - ], - [ - 1.6333333253860474, - [ - -0.024092914536595345, - -0.054509200155735016, - -0.05743176490068436, - 0.9965691566467285 - ] - ], - [ - 1.6666666269302368, - [ - -0.024072345346212387, - -0.05394625663757324, - -0.05754413828253746, - 0.996593713760376 - ] - ], - [ - 1.7000000476837158, - [ - -0.023974047973752022, - -0.05341228470206261, - -0.05768004059791565, - 0.9966169595718384 - ] - ], - [ - 1.7333333492279053, - [ - -0.02381189353764057, - -0.052909523248672485, - -0.057833634316921234, - 0.9966387748718262 - ] - ], - [ - 1.7666666507720947, - [ - -0.023599864915013313, - -0.05244051665067673, - -0.05799904838204384, - 0.996658980846405 - ] - ], - [ - 1.7999999523162842, - [ - -0.0233520045876503, - -0.052008140832185745, - -0.05817035213112831, - 0.9966775178909302 - ] - ], - [ - 1.8333333730697632, - [ - -0.02308250218629837, - -0.05161549523472786, - -0.058341532945632935, - 0.9966942071914673 - ] - ], - [ - 1.8666666746139526, - [ - -0.022805649787187576, - -0.05126584693789482, - -0.058506496250629425, - 0.9967089295387268 - ] - ], - [ - 1.899999976158142, - [ - -0.02253578044474125, - -0.05096261948347092, - -0.058659084141254425, - 0.9967216849327087 - ] - ], - [ - 1.9666666984558105, - [ - -0.022075006738305092, - -0.050509605556726456, - -0.05890161916613579, - 0.9967408180236816 - ] - ], - [ - 2.200000047683716, - [ - -0.02270331233739853, - -0.050837185233831406, - -0.05841967090964317, - 0.9967384338378906 - ] - ], - [ - 2.2333333492279053, - [ - -0.023181486874818802, - -0.05112660303711891, - -0.058115117251873016, - 0.9967303276062012 - ] - ], - [ - 2.2666666507720947, - [ - -0.023764777928590775, - -0.05147724226117134, - -0.05774012580513954, - 0.9967204332351685 - ] - ], - [ - 2.299999952316284, - [ - -0.024451443925499916, - -0.051893237978219986, - -0.057289328426122665, - 0.9967081546783447 - ] - ], - [ - 2.3333332538604736, - [ - -0.025237277150154114, - -0.0523240864276886, - -0.05675329267978668, - 0.9966967105865479 - ] - ], - [ - 2.366666555404663, - [ - -0.02611265331506729, - -0.0527193583548069, - -0.056141871958971024, - 0.9966880679130554 - ] - ], - [ - 2.4000000953674316, - [ - -0.027153609320521355, - -0.05306420847773552, - -0.05545885115861893, - 0.9966800808906555 - ] - ], - [ - 2.433333396911621, - [ - -0.028437303379178047, - -0.053348492830991745, - -0.05470000207424164, - 0.9966711401939392 - ] - ], - [ - 2.4666666984558105, - [ - -0.029944246634840965, - -0.05357072502374649, - -0.05387941375374794, - 0.9966596961021423 - ] - ], - [ - 2.5, - [ - -0.03164982050657272, - -0.053733788430690765, - -0.05300842598080635, - 0.996644914150238 - ] - ], - [ - 2.5333333015441895, - [ - -0.033526837825775146, - -0.05384311079978943, - -0.05209740996360779, - 0.9966256618499756 - ] - ], - [ - 2.566666603088379, - [ - -0.035548023879528046, - -0.053904395550489426, - -0.05115658417344093, - 0.9966010451316833 - ] - ], - [ - 2.5999999046325684, - [ - -0.03768611699342728, - -0.053923599421978, - -0.050195951014757156, - 0.9965704083442688 - ] - ], - [ - 2.633333444595337, - [ - -0.039913784712553024, - -0.053906600922346115, - -0.049225352704524994, - 0.9965329170227051 - ] - ], - [ - 2.6666667461395264, - [ - -0.04220358282327652, - -0.05385932698845863, - -0.04825463518500328, - 0.9964886903762817 - ] - ], - [ - 2.700000047683716, - [ - -0.04452815651893616, - -0.05378732457756996, - -0.0472935289144516, - 0.9964374899864197 - ] - ], - [ - 2.7333333492279053, - [ - -0.04686003550887108, - -0.05369590222835541, - -0.04635179042816162, - 0.9963796734809875 - ] - ], - [ - 2.7666666507720947, - [ - -0.049171824008226395, - -0.05358991026878357, - -0.04543926939368248, - 0.9963160753250122 - ] - ], - [ - 2.799999952316284, - [ - -0.05143609270453453, - -0.05347367003560066, - -0.04456579312682152, - 0.9962474703788757 - ] - ], - [ - 2.8333332538604736, - [ - -0.053625382483005524, - -0.053350914269685745, - -0.043741364032030106, - 0.9961750507354736 - ] - ], - [ - 2.866666555404663, - [ - -0.05571233108639717, - -0.05322478339076042, - -0.04297599568963051, - 0.996100664138794 - ] - ], - [ - 2.9000000953674316, - [ - -0.05766957998275757, - -0.05309763550758362, - -0.042279843240976334, - 0.9960257411003113 - ] - ], - [ - 2.933333396911621, - [ - -0.059426844120025635, - -0.05296948179602623, - -0.04167727008461952, - 0.9959546327590942 - ] - ], - [ - 2.9666666984558105, - [ - -0.060927990823984146, - -0.052839260548353195, - -0.04118800535798073, - 0.9958912134170532 - ] - ], - [ - 3.0, - [ - -0.062167029827833176, - -0.05270708352327347, - -0.04081541299819946, - 0.9958370923995972 - ] - ], - [ - 3.0333333015441895, - [ - -0.06313765794038773, - -0.052572835236787796, - -0.040562838315963745, - 0.995793342590332 - ] - ], - [ - 3.066666603088379, - [ - -0.06380733102560043, - -0.05242873355746269, - -0.040443409234285355, - 0.9957631230354309 - ] - ], - [ - 3.133333444595337, - [ - -0.0641922727227211, - -0.05210117995738983, - -0.04062795266509056, - 0.9957481622695923 - ] - ], - [ - 3.1666667461395264, - [ - -0.0639427900314331, - -0.05193007364869118, - -0.04092257097363472, - 0.9957610964775085 - ] - ], - [ - 3.200000047683716, - [ - -0.0634436383843422, - -0.05177127942442894, - -0.04131307825446129, - 0.9957850575447083 - ] - ], - [ - 3.2333333492279053, - [ - -0.06270987540483475, - -0.05163953825831413, - -0.041776739060878754, - 0.9958190321922302 - ] - ], - [ - 3.2666666507720947, - [ - -0.0617363378405571, - -0.05155898258090019, - -0.04252731800079346, - 0.9958522319793701 - ] - ], - [ - 3.299999952316284, - [ - -0.06054459884762764, - -0.05154556408524513, - -0.043720923364162445, - 0.9958745241165161 - ] - ], - [ - 3.3333332538604736, - [ - -0.05915966257452965, - -0.051586925983428955, - -0.04527992010116577, - 0.9958858489990234 - ] - ], - [ - 3.366666555404663, - [ - -0.05761317163705826, - -0.051673077046871185, - -0.04713563248515129, - 0.995885968208313 - ] - ], - [ - 3.4000000953674316, - [ - -0.05594252422451973, - -0.0518035888671875, - -0.04924602806568146, - 0.9958723187446594 - ] - ], - [ - 3.433333396911621, - [ - -0.054189618676900864, - -0.051976315677165985, - -0.05156981572508812, - 0.9958426356315613 - ] - ], - [ - 3.4666666984558105, - [ - -0.05238817259669304, - -0.052191510796546936, - -0.05405203998088837, - 0.9957961440086365 - ] - ], - [ - 3.5, - [ - -0.05057164281606674, - -0.05245141685009003, - -0.056637395173311234, - 0.9957326650619507 - ] - ], - [ - 3.5333333015441895, - [ - -0.048773087561130524, - -0.05275958403944969, - -0.05927017331123352, - 0.995652973651886 - ] - ], - [ - 3.566666603088379, - [ - -0.04702527076005936, - -0.05312059447169304, - -0.06189418211579323, - 0.9955580830574036 - ] - ], - [ - 3.5999999046325684, - [ - -0.045348264276981354, - -0.05353885143995285, - -0.06445667147636414, - 0.9954509139060974 - ] - ], - [ - 3.633333444595337, - [ - -0.043774813413619995, - -0.05401935428380966, - -0.06690042465925217, - 0.9953341484069824 - ] - ], - [ - 3.6666667461395264, - [ - -0.04235611483454704, - -0.05456665903329849, - -0.06916187703609467, - 0.9952110648155212 - ] - ], - [ - 3.700000047683716, - [ - -0.04111500456929207, - -0.05516919493675232, - -0.07118814438581467, - 0.9950870275497437 - ] - ], - [ - 3.7333333492279053, - [ - -0.04006309062242508, - -0.055805426090955734, - -0.07293114811182022, - 0.9949682354927063 - ] - ], - [ - 3.7666666507720947, - [ - -0.03920327499508858, - -0.05644591152667999, - -0.0743485763669014, - 0.9948614239692688 - ] - ], - [ - 3.799999952316284, - [ - -0.038532648235559464, - -0.05705415457487106, - -0.07540218532085419, - 0.9947736263275146 - ] - ], - [ - 3.8333332538604736, - [ - -0.03806011378765106, - -0.05758895352482796, - -0.07602429389953613, - 0.9947136640548706 - ] - ], - [ - 3.866666555404663, - [ - -0.03776159510016441, - -0.05800621956586838, - -0.07615208625793457, - 0.994691014289856 - ] - ], - [ - 3.9000000953674316, - [ - -0.037595417350530624, - -0.058337558060884476, - -0.0759505107998848, - 0.9946933388710022 - ] - ], - [ - 3.933333396911621, - [ - -0.037541233003139496, - -0.05862606316804886, - -0.075629323720932, - 0.9947029948234558 - ] - ], - [ - 3.9666666984558105, - [ - -0.03757695481181145, - -0.0588756687939167, - -0.07517636567354202, - 0.9947211146354675 - ] - ], - [ - 4.0, - [ - -0.037676867097616196, - -0.05909278616309166, - -0.07457178831100464, - 0.9947500824928284 - ] - ], - [ - 4.0333333015441895, - [ - -0.037821460515260696, - -0.059285517781972885, - -0.07382838428020477, - 0.9947885870933533 - ] - ], - [ - 4.066666603088379, - [ - -0.03798938915133476, - -0.059464599937200546, - -0.07295916974544525, - 0.9948355555534363 - ] - ], - [ - 4.099999904632568, - [ - -0.03817242383956909, - -0.05962638929486275, - -0.07198011875152588, - 0.9948901534080505 - ] - ], - [ - 4.133333206176758, - [ - -0.038362469524145126, - -0.05976756289601326, - -0.07090716809034348, - 0.9949514269828796 - ] - ], - [ - 4.166666507720947, - [ - -0.038551636040210724, - -0.05988522991538048, - -0.0697561725974083, - 0.9950184226036072 - ] - ], - [ - 4.199999809265137, - [ - -0.03873218968510628, - -0.059976957738399506, - -0.06854299455881119, - 0.9950901865959167 - ] - ], - [ - 4.233333110809326, - [ - -0.03889653459191322, - -0.06004082038998604, - -0.06728324294090271, - 0.9951658844947815 - ] - ], - [ - 4.266666889190674, - [ - -0.03903723880648613, - -0.060075365006923676, - -0.06599251925945282, - 0.9952448010444641 - ] - ], - [ - 4.300000190734863, - [ - -0.039147019386291504, - -0.06007952243089676, - -0.06468641757965088, - 0.9953259825706482 - ] - ], - [ - 4.333333492279053, - [ - -0.039218734949827194, - -0.06005274876952171, - -0.06338019669055939, - 0.9954087138175964 - ] - ], - [ - 4.366666793823242, - [ - -0.039245326071977615, - -0.059994835406541824, - -0.062089186161756516, - 0.9954925179481506 - ] - ], - [ - 4.400000095367432, - [ - -0.03921983018517494, - -0.059905968606472015, - -0.0608285591006279, - 0.995576798915863 - ] - ], - [ - 4.433333396911621, - [ - -0.03913533315062523, - -0.05978657677769661, - -0.05961335822939873, - 0.9956607222557068 - ] - ], - [ - 4.4666666984558105, - [ - -0.038984932005405426, - -0.05963736027479172, - -0.058458585292100906, - 0.9957440495491028 - ] - ], - [ - 4.5, - [ - -0.03876171633601189, - -0.059459179639816284, - -0.0573791079223156, - 0.9958261847496033 - ] - ], - [ - 4.5333333015441895, - [ - -0.038458675146102905, - -0.05925299972295761, - -0.05638981983065605, - 0.9959068298339844 - ] - ], - [ - 4.566666603088379, - [ - -0.0380689911544323, - -0.059019722044467926, - -0.05550540238618851, - 0.9959853291511536 - ] - ], - [ - 4.599999904632568, - [ - -0.0375814288854599, - -0.058758076280355453, - -0.05474245548248291, - 0.9960614442825317 - ] - ], - [ - 4.633333206176758, - [ - -0.03699161484837532, - -0.05846923962235451, - -0.054114606231451035, - 0.9961348176002502 - ] - ], - [ - 4.666666507720947, - [ - -0.036277927458286285, - -0.05814746022224426, - -0.053642261773347855, - 0.9962054491043091 - ] - ], - [ - 4.699999809265137, - [ - -0.035422470420598984, - -0.05778821185231209, - -0.05334397032856941, - 0.9962731599807739 - ] - ], - [ - 4.733333110809326, - [ - -0.03442639485001564, - -0.057397812604904175, - -0.053235363215208054, - 0.9963364601135254 - ] - ], - [ - 4.766666889190674, - [ - -0.03329262137413025, - -0.05698166415095329, - -0.05333416163921356, - 0.9963936805725098 - ] - ], - [ - 4.800000190734863, - [ - -0.03202570602297783, - -0.05652577430009842, - -0.053622372448444366, - 0.9964455962181091 - ] - ], - [ - 4.833333492279053, - [ - -0.0306328684091568, - -0.05601818114519119, - -0.054062336683273315, - 0.9964942932128906 - ] - ], - [ - 4.866666793823242, - [ - -0.029117491096258163, - -0.05547747015953064, - -0.054624252021312714, - 0.9965394139289856 - ] - ], - [ - 4.900000095367432, - [ - -0.027472877874970436, - -0.05492107942700386, - -0.05528663098812103, - 0.9965804219245911 - ] - ], - [ - 4.933333396911621, - [ - -0.025684794411063194, - -0.0543692409992218, - -0.056025244295597076, - 0.9966170191764832 - ] - ], - [ - 4.9666666984558105, - [ - -0.023754287511110306, - -0.053841229528188705, - -0.05681351572275162, - 0.9966490268707275 - ] - ], - [ - 5.0, - [ - -0.021705767139792442, - -0.053341422230005264, - -0.057641785591840744, - 0.9966749548912048 - ] - ], - [ - 5.0333333015441895, - [ - -0.019563794136047363, - -0.05287458747625351, - -0.058500342071056366, - 0.9966942667961121 - ] - ], - [ - 5.066666603088379, - [ - -0.017353083938360214, - -0.05244560167193413, - -0.05937933176755905, - 0.9967057704925537 - ] - ], - [ - 5.099999904632568, - [ - -0.015098536387085915, - -0.05205954983830452, - -0.06026880815625191, - 0.9967093467712402 - ] - ], - [ - 5.133333206176758, - [ - -0.012825196608901024, - -0.05172144994139671, - -0.06115865334868431, - 0.9967046976089478 - ] - ], - [ - 5.166666507720947, - [ - -0.01055828295648098, - -0.05143618956208229, - -0.06203853338956833, - 0.9966915845870972 - ] - ], - [ - 5.199999809265137, - [ - -0.008323177695274353, - -0.05120857059955597, - -0.06289795786142349, - 0.9966706037521362 - ] - ], - [ - 5.233333110809326, - [ - -0.006145368330180645, - -0.05104311928153038, - -0.06372622400522232, - 0.9966422915458679 - ] - ], - [ - 5.266666889190674, - [ - -0.004050439223647118, - -0.05094390735030174, - -0.06451237201690674, - 0.9966074824333191 - ] - ], - [ - 5.300000190734863, - [ - -0.0020641894079744816, - -0.050914742052555084, - -0.06524517387151718, - 0.9965673685073853 - ] - ], - [ - 5.333333492279053, - [ - -0.00021236434986349195, - -0.050958774983882904, - -0.06591321527957916, - 0.9965232610702515 - ] - ], - [ - 5.366666793823242, - [ - 0.001479202532209456, - -0.05107865855097771, - -0.06650480628013611, - 0.9964767694473267 - ] - ], - [ - 5.400000095367432, - [ - 0.0029846690595149994, - -0.051276348531246185, - -0.06700797379016876, - 0.9964295029640198 - ] - ], - [ - 5.433333396911621, - [ - 0.004288268741220236, - -0.0515483021736145, - -0.06741420924663544, - 0.9963834285736084 - ] - ], - [ - 5.4666666984558105, - [ - 0.005381082184612751, - -0.05188683792948723, - -0.06771745532751083, - 0.9963399767875671 - ] - ], - [ - 5.5, - [ - 0.006245666649192572, - -0.05228729173541069, - -0.06790807843208313, - 0.9963009357452393 - ] - ], - [ - 5.5333333015441895, - [ - 0.006871808785945177, - -0.05274086818099022, - -0.0679793506860733, - 0.9962680339813232 - ] - ], - [ - 5.566666603088379, - [ - 0.007245746906846762, - -0.0532490499317646, - -0.06792128831148148, - 0.9962424039840698 - ] - ], - [ - 5.599999904632568, - [ - 0.0073583535850048065, - -0.05380997434258461, - -0.06772307306528091, - 0.9962249398231506 - ] - ], - [ - 5.633333206176758, - [ - 0.007202974986284971, - -0.05436316505074501, - -0.06737536191940308, - 0.9962195158004761 - ] - ], - [ - 5.666666507720947, - [ - 0.006778208073228598, - -0.05485111102461815, - -0.06688866764307022, - 0.9962285757064819 - ] - ], - [ - 5.699999809265137, - [ - 0.006087156943976879, - -0.05525808781385422, - -0.066297248005867, - 0.9962501525878906 - ] - ], - [ - 5.733333110809326, - [ - 0.0051383585669100285, - -0.05557491257786751, - -0.06562920659780502, - 0.9962819814682007 - ] - ], - [ - 5.766666889190674, - [ - 0.003950005397200584, - -0.05580051988363266, - -0.06489904224872589, - 0.9963226318359375 - ] - ], - [ - 5.800000190734863, - [ - 0.0025454077403992414, - -0.055938903242349625, - -0.06411799788475037, - 0.9963701367378235 - ] - ], - [ - 5.833333492279053, - [ - 0.0009505325579084456, - -0.055996980518102646, - -0.06329603493213654, - 0.9964221119880676 - ] - ], - [ - 5.866666793823242, - [ - -0.0008085892768576741, - -0.055982112884521484, - -0.062442660331726074, - 0.996476948261261 - ] - ], - [ - 5.900000095367432, - [ - -0.002705872058868408, - -0.05590200424194336, - -0.06156707555055618, - 0.9965325593948364 - ] - ], - [ - 5.933333396911621, - [ - -0.004715192597359419, - -0.05576447397470474, - -0.06067826226353645, - 0.9965873956680298 - ] - ], - [ - 5.9666666984558105, - [ - -0.006810322869569063, - -0.055577345192432404, - -0.05978492274880409, - 0.9966397285461426 - ] - ], - [ - 6.0, - [ - -0.008965023793280125, - -0.055348291993141174, - -0.058895763009786606, - 0.9966883659362793 - ] - ], - [ - 6.0333333015441895, - [ - -0.011153013445436954, - -0.05508477985858917, - -0.05801936611533165, - 0.9967321753501892 - ] - ], - [ - 6.066666603088379, - [ - -0.013347943313419819, - -0.05479390546679497, - -0.05716439709067345, - 0.9967706203460693 - ] - ], - [ - 6.099999904632568, - [ - -0.01552345510572195, - -0.05448233708739281, - -0.05633953586220741, - 0.9968032836914063 - ] - ], - [ - 6.133333206176758, - [ - -0.017653146758675575, - -0.05415617674589157, - -0.05555359646677971, - 0.996829628944397 - ] - ], - [ - 6.166666507720947, - [ - -0.01971062645316124, - -0.05382104218006134, - -0.05481551215052605, - 0.9968500733375549 - ] - ], - [ - 6.199999809265137, - [ - -0.021669479086995125, - -0.053481847047805786, - -0.054134417325258255, - 0.9968649744987488 - ] - ], - [ - 6.233333110809326, - [ - -0.02350330539047718, - -0.05314277485013008, - -0.05351957678794861, - 0.9968746900558472 - ] - ], - [ - 6.266666889190674, - [ - -0.025185752660036087, - -0.052807409316301346, - -0.0529804453253746, - 0.996880292892456 - ] - ], - [ - 6.300000190734863, - [ - -0.026690397411584854, - -0.052478447556495667, - -0.05252663046121597, - 0.996882438659668 - ] - ], - [ - 6.333333492279053, - [ - -0.027990978211164474, - -0.05215794965624809, - -0.05216794088482857, - 0.996882438659668 - ] - ], - [ - 6.366666793823242, - [ - -0.029035111889243126, - -0.05183761566877365, - -0.05192381888628006, - 0.9968820214271545 - ] - ], - [ - 6.400000095367432, - [ - -0.029781334102153778, - -0.05151251703500748, - -0.05180960148572922, - 0.9968827962875366 - ] - ], - [ - 6.433333396911621, - [ - -0.03022271953523159, - -0.05118996649980545, - -0.05182919651269913, - 0.9968851208686829 - ] - ], - [ - 6.4666666984558105, - [ - -0.030361244454979897, - -0.05087953433394432, - -0.05198340117931366, - 0.9968887567520142 - ] - ], - [ - 6.5, - [ - -0.030214840546250343, - -0.050594162195920944, - -0.05224267765879631, - 0.9968941807746887 - ] - ], - [ - 6.5333333015441895, - [ - -0.029806815087795258, - -0.050350673496723175, - -0.05258253961801529, - 0.9969009160995483 - ] - ], - [ - 6.566666603088379, - [ - -0.0291568785905838, - -0.05019683763384819, - -0.053205523639917374, - 0.9968948364257813 - ] - ], - [ - 6.599999904632568, - [ - -0.028291678056120872, - -0.0501638688147068, - -0.05426429957151413, - 0.996864378452301 - ] - ], - [ - 6.633333206176758, - [ - -0.027241457253694534, - -0.05023587867617607, - -0.05568185821175575, - 0.9968118071556091 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458675636_1070020.json b/lenses/physics-objects/Scene/assets/1645812458675636_1070020.json deleted file mode 100644 index c7b6c034..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458675636_1070020.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458675636:1070020", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458687270_1070033.json b/lenses/physics-objects/Scene/assets/1645812458687270_1070033.json deleted file mode 100644 index 6e60bb73..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458687270_1070033.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458687270:1070033", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.704326629638672, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.716970443725586, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.652694702148438, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.678302764892578, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.712156295776367, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.75533390045166, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.788521766662598, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.794644355773926, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.767488479614258, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.719871520996094, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.682476997375488, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.689746856689453, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.729743957519531, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.778515815734863, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.796714782714844, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.776395797729492, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.740674018859863, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.711181640625, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.688368797302246, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.677266120910645, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.641425132751465, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.640412330627441, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.662221908569336, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.74171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.766341209411621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.758034706115723, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.725704193115234, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.700185775756836, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.68758773803711, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.655640602111816, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.63571548461914, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.632442474365234, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.653716087341309, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.69595718383789, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.744750022888184, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.782364845275879, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.779633522033691, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.73636245727539, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.704923629760742, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.695144653320313, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.64456558227539, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.652572631835938, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.706216812133789, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.781662940979004, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.845727920532227, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.879295349121094, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.870356559753418, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.831686973571777, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.787400245666504, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.754205703735352, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.7283353805542, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.699947357177734, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.697094917297363, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.738727569580078, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.795510292053223, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.817014694213867, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.783417701721191, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.780190467834473, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.729022026062012, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.600573539733887, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.50210952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.611421585083008, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.780596733093262, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.787297248840332, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.7149076461792, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.629046440124512, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.630462646484375, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.65186595916748, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.74002456665039, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.765545845031738, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.7597017288208, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.732749938964844, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.701884269714355, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.680343627929688, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.65731143951416, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.628437042236328, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.65598201751709, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.704326629638672, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458687661_1070040.json b/lenses/physics-objects/Scene/assets/1645812458687661_1070040.json deleted file mode 100644 index 0e8dcf85..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458687661_1070040.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458687661:1070040", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.02431538514792919, - -0.12669247388839722, - 0.05545997619628906, - 0.9900919198989868 - ] - ], - [ - 0.03333333507180214, - [ - 0.02431538514792919, - -0.12669247388839722, - 0.05545997619628906, - 0.9900919198989868 - ] - ], - [ - 0.06666667014360428, - [ - 0.02918912284076214, - -0.027353160083293915, - -0.02618793211877346, - 0.9988563656806946 - ] - ], - [ - 0.10000000149011612, - [ - 0.031844548881053925, - -0.0012934420956298709, - -0.08301549404859543, - 0.9960386157035828 - ] - ], - [ - 0.13333334028720856, - [ - 0.02821734920144081, - 0.003905844409018755, - -0.04992314428091049, - 0.998346745967865 - ] - ], - [ - 0.1666666716337204, - [ - 0.019487304612994194, - 0.025565529242157936, - 0.013985525816679, - 0.9993853569030762 - ] - ], - [ - 0.20000000298023224, - [ - 0.012584445998072624, - 0.03549465164542198, - 0.049707747995853424, - 0.9980535507202148 - ] - ], - [ - 0.23333333432674408, - [ - 0.011453562416136265, - 0.03442041948437691, - 0.04720412194728851, - 0.9982263445854187 - ] - ], - [ - 0.2666666805744171, - [ - 0.01534696202725172, - 0.03235730156302452, - 0.031908418983221054, - 0.998849093914032 - ] - ], - [ - 0.30000001192092896, - [ - 0.020498964935541153, - 0.029931848868727684, - 0.005288342013955116, - 0.9993277192115784 - ] - ], - [ - 0.3333333432674408, - [ - 0.023533372208476067, - 0.026167983189225197, - -0.027689479291439056, - 0.9989968538284302 - ] - ], - [ - 0.36666667461395264, - [ - 0.022382324561476707, - 0.017953934147953987, - -0.06004731357097626, - 0.9977830648422241 - ] - ], - [ - 0.4000000059604645, - [ - 0.015612051822245121, - 0.002801925875246525, - -0.08451708406209946, - 0.9962958693504333 - ] - ], - [ - 0.4333333373069763, - [ - 0.005398020148277283, - -0.014000315219163895, - -0.09523255378007889, - 0.995341956615448 - ] - ], - [ - 0.46666666865348816, - [ - -0.006362917833030224, - -0.01900942251086235, - -0.08734510093927383, - 0.9959763884544373 - ] - ], - [ - 0.5, - [ - -0.016696760430932045, - -0.007488003466278315, - -0.06376360356807709, - 0.9977972507476807 - ] - ], - [ - 0.5333333611488342, - [ - -0.02462746389210224, - 0.01267952285706997, - -0.027763599529862404, - 0.999230682849884 - ] - ], - [ - 0.5666666626930237, - [ - -0.0314314179122448, - 0.025019316002726555, - 0.01909446343779564, - 0.9990102648735046 - ] - ], - [ - 0.6000000238418579, - [ - -0.03611522912979126, - 0.01776963844895363, - 0.06482226401567459, - 0.9970847368240356 - ] - ], - [ - 0.6333333253860474, - [ - -0.03762562945485115, - -0.00012040598085150123, - 0.09026763588190079, - 0.9952065348625183 - ] - ], - [ - 0.6666666865348816, - [ - -0.033689528703689575, - -0.009602764621376991, - 0.0838371142745018, - 0.9958636164665222 - ] - ], - [ - 0.699999988079071, - [ - -0.025012483820319176, - -0.006893174257129431, - 0.05316884070634842, - 0.9982484579086304 - ] - ], - [ - 0.7333333492279053, - [ - -0.015456370078027248, - -0.00342917931266129, - 0.010624370537698269, - 0.9998182058334351 - ] - ], - [ - 0.7666666507720947, - [ - -0.007824976928532124, - -0.00951687153428793, - -0.028172621503472328, - 0.9995271563529968 - ] - ], - [ - 0.800000011920929, - [ - -0.0049048010259866714, - -0.02084290236234665, - -0.043402377516031265, - 0.9988282918930054 - ] - ], - [ - 0.8333333134651184, - [ - -0.00718811247497797, - -0.02425689622759819, - -0.0333283431828022, - 0.9991241693496704 - ] - ], - [ - 0.8666666746139526, - [ - -0.01380701269954443, - -0.01782042905688286, - -0.01413736678659916, - 0.999646008014679 - ] - ], - [ - 0.8999999761581421, - [ - -0.02462954632937908, - -0.004708646330982447, - 0.00920554343611002, - 0.9996432662010193 - ] - ], - [ - 0.9333333373069763, - [ - -0.037742454558610916, - 0.00871843658387661, - 0.03598656877875328, - 0.9986012578010559 - ] - ], - [ - 0.9666666388511658, - [ - -0.05000071972608566, - 0.015964951366186142, - 0.0643153041601181, - 0.9965483546257019 - ] - ], - [ - 1.0, - [ - -0.058751121163368225, - 0.012930838391184807, - 0.08918270468711853, - 0.9941969513893127 - ] - ], - [ - 1.0333333015441895, - [ - -0.061986107379198074, - 0.0013628046726807952, - 0.10255862027406693, - 0.9927928447723389 - ] - ], - [ - 1.0666667222976685, - [ - -0.0594572052359581, - -0.010344075039029121, - 0.10061967372894287, - 0.9930930137634277 - ] - ], - [ - 1.100000023841858, - [ - -0.05211877450346947, - -0.01529049500823021, - 0.08891621977090836, - 0.9945570826530457 - ] - ], - [ - 1.1333333253860474, - [ - -0.041242025792598724, - -0.01141289621591568, - 0.07138281315565109, - 0.9965306520462036 - ] - ], - [ - 1.1666666269302368, - [ - -0.029726730659604073, - -0.00126490811817348, - 0.04892686381936073, - 0.9983590841293335 - ] - ], - [ - 1.2000000476837158, - [ - -0.020171312615275383, - 0.008783052675426006, - 0.02135099470615387, - 0.9995299577713013 - ] - ], - [ - 1.2333333492279053, - [ - -0.012868291698396206, - 0.011007442139089108, - -0.007999880239367485, - 0.999824583530426 - ] - ], - [ - 1.2666666507720947, - [ - -0.008577181026339531, - 0.0018321166280657053, - -0.033310677856206894, - 0.9994065761566162 - ] - ], - [ - 1.2999999523162842, - [ - -0.007589464541524649, - -0.012732069939374924, - -0.048947084695100784, - 0.9986913800239563 - ] - ], - [ - 1.3333333730697632, - [ - -0.01374152023345232, - -0.014738253317773342, - -0.027459146454930305, - 0.9994198083877563 - ] - ], - [ - 1.3666666746139526, - [ - -0.027803482487797737, - -0.0031870249658823013, - 0.03347015753388405, - 0.9990478157997131 - ] - ], - [ - 1.399999976158142, - [ - -0.042763713747262955, - -0.004152828827500343, - 0.10285623371601105, - 0.9937679171562195 - ] - ], - [ - 1.4333332777023315, - [ - -0.05349346995353699, - -0.021993061527609825, - 0.1358153074979782, - 0.9890444874763489 - ] - ], - [ - 1.4666666984558105, - [ - -0.060316137969493866, - -0.03567962720990181, - 0.12561185657978058, - 0.9896012544631958 - ] - ], - [ - 1.5, - [ - -0.06259611994028091, - -0.03721969947218895, - 0.10434134304523468, - 0.99187171459198 - ] - ], - [ - 1.5333333015441895, - [ - -0.05923495814204216, - -0.025841331109404564, - 0.07827655225992203, - 0.9948347806930542 - ] - ], - [ - 1.5666667222976685, - [ - -0.051048748195171356, - -0.005494469776749611, - 0.049266133457422256, - 0.9974651336669922 - ] - ], - [ - 1.600000023841858, - [ - -0.03996340185403824, - 0.018503524363040924, - 0.018464911729097366, - 0.998859167098999 - ] - ], - [ - 1.6333333253860474, - [ - -0.029781673103570938, - 0.03966325521469116, - -0.011634483933448792, - 0.9987015128135681 - ] - ], - [ - 1.6666666269302368, - [ - -0.021898677572607994, - 0.05235389992594719, - -0.03669308125972748, - 0.9977139830589294 - ] - ], - [ - 1.7000000476837158, - [ - -0.0185464546084404, - 0.05170907825231552, - -0.05297951400279999, - 0.9970834255218506 - ] - ], - [ - 1.7333333492279053, - [ - -0.020362485200166702, - 0.042742736637592316, - -0.05234630033373833, - 0.9975061416625977 - ] - ], - [ - 1.7666666507720947, - [ - -0.02527354098856449, - 0.0371914803981781, - -0.03526350110769272, - 0.9983659386634827 - ] - ], - [ - 1.7999999523162842, - [ - -0.029550082981586456, - 0.039609652012586594, - -0.006945276167243719, - 0.9987541437149048 - ] - ], - [ - 1.8333333730697632, - [ - -0.031013082712888718, - 0.04803897440433502, - 0.028842000290751457, - 0.9979472756385803 - ] - ], - [ - 1.8666666746139526, - [ - -0.02848425693809986, - 0.05841302499175072, - 0.06256888806819916, - 0.9959225654602051 - ] - ], - [ - 1.899999976158142, - [ - -0.021642407402396202, - 0.06770963966846466, - 0.08019968122243881, - 0.994240939617157 - ] - ], - [ - 1.9333332777023315, - [ - -0.010624321177601814, - 0.07195307314395905, - 0.07036338001489639, - 0.9948662519454956 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030685849487781525, - 0.0684751644730568, - 0.035805512219667435, - 0.9970054626464844 - ] - ], - [ - 2.0, - [ - 0.017696693539619446, - 0.05556643009185791, - -0.012706238776445389, - 0.9982172846794128 - ] - ], - [ - 2.0333333015441895, - [ - 0.03128698468208313, - 0.03218243643641472, - -0.061838626861572266, - 0.9970764517784119 - ] - ], - [ - 2.066666603088379, - [ - 0.04181577265262604, - 0.002416543662548065, - -0.09585386514663696, - 0.9945138692855835 - ] - ], - [ - 2.0999999046325684, - [ - 0.04542900621891022, - -0.02353871613740921, - -0.1028830036520958, - 0.9933766722679138 - ] - ], - [ - 2.133333444595337, - [ - 0.04091490060091019, - -0.027956560254096985, - -0.08119691163301468, - 0.9954654574394226 - ] - ], - [ - 2.1666667461395264, - [ - 0.032039836049079895, - -0.007349985186010599, - -0.04734666645526886, - 0.9983375072479248 - ] - ], - [ - 2.200000047683716, - [ - 0.022288788110017776, - 0.02719978056848049, - -0.012804776430130005, - 0.9992994666099548 - ] - ], - [ - 2.2333333492279053, - [ - 0.014887829311192036, - 0.059822238981723785, - 0.020435238257050514, - 0.9978888034820557 - ] - ], - [ - 2.2666666507720947, - [ - 0.012353623285889626, - 0.07468759268522263, - 0.045824866741895676, - 0.9960769414901733 - ] - ], - [ - 2.299999952316284, - [ - 0.015615799464285374, - 0.07513520121574402, - 0.04639251157641411, - 0.9959712028503418 - ] - ], - [ - 2.3333332538604736, - [ - 0.023631151765584946, - 0.08089316636323929, - 0.01905328966677189, - 0.996260404586792 - ] - ], - [ - 2.366666555404663, - [ - 0.035899609327316284, - 0.0912434384226799, - -0.0316128246486187, - 0.9946790933609009 - ] - ], - [ - 2.4000000953674316, - [ - 0.04621516168117523, - 0.08687107264995575, - -0.09259574860334396, - 0.9908297657966614 - ] - ], - [ - 2.433333396911621, - [ - 0.04807407408952713, - 0.05236152186989784, - -0.13832080364227295, - 0.9878332614898682 - ] - ], - [ - 2.4666666984558105, - [ - 0.0447801910340786, - 0.008433624170720577, - -0.1504644751548767, - 0.9875648021697998 - ] - ], - [ - 2.5, - [ - 0.03547694534063339, - -0.01561659574508667, - -0.10464169830083847, - 0.9937543272972107 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375766821205616, - -0.006054749712347984, - -0.005221436265856028, - 0.9996857643127441 - ] - ], - [ - 2.566666603088379, - [ - 0.016460077837109566, - 0.00982694886624813, - 0.11691698431968689, - 0.9929566383361816 - ] - ], - [ - 2.5999999046325684, - [ - 0.0165257565677166, - -0.0029565468430519104, - 0.2250356674194336, - 0.9742059111595154 - ] - ], - [ - 2.633333444595337, - [ - 0.020733561366796494, - -0.04035317525267601, - 0.2754461467266083, - 0.9602453708648682 - ] - ], - [ - 2.6666667461395264, - [ - 0.024463951587677002, - -0.05279034748673439, - 0.2343277931213379, - 0.970414936542511 - ] - ], - [ - 2.700000047683716, - [ - 0.027766475453972816, - -0.011646307073533535, - 0.12356378883123398, - 0.9918798208236694 - ] - ], - [ - 2.7333333492279053, - [ - 0.02921474166214466, - 0.02718854881823063, - -0.0026875226758420467, - 0.9991998076438904 - ] - ], - [ - 2.7666666507720947, - [ - 0.032720159739255905, - 0.02121655084192753, - -0.06787554174661636, - 0.9969313740730286 - ] - ], - [ - 2.799999952316284, - [ - 0.032689012587070465, - 0.0371868796646595, - -0.05134347081184387, - 0.997452974319458 - ] - ], - [ - 2.8333332538604736, - [ - 0.018142547458410263, - 0.06685851514339447, - 0.027255382388830185, - 0.9972252249717712 - ] - ], - [ - 2.866666555404663, - [ - -0.0014698763843625784, - 0.044755540788173676, - 0.1214834675192833, - 0.9915828704833984 - ] - ], - [ - 2.9000000953674316, - [ - -0.006669112015515566, - -0.0009020916768349707, - 0.15879791975021362, - 0.9872881770133972 - ] - ], - [ - 2.933333396911621, - [ - -0.0026563049759715796, - -0.03736116737127304, - 0.11253101378679276, - 0.9929420351982117 - ] - ], - [ - 2.9666666984558105, - [ - -0.003028933657333255, - -0.06995853036642075, - 0.011308078654110432, - 0.9974812269210815 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.001624553231522441, - -0.09085062146186829, - -0.1315203607082367, - 0.9871402978897095 - ] - ], - [ - 3.066666603088379, - [ - 0.021898429840803146, - -0.09086435288190842, - -0.1637311577796936, - 0.982067346572876 - ] - ], - [ - 3.0999999046325684, - [ - 0.026484914124011993, - -0.10274850577116013, - -0.17570710182189941, - 0.978707492351532 - ] - ], - [ - 3.133333444595337, - [ - 0.01567060500383377, - -0.11068359762430191, - -0.17048676311969757, - 0.9789984822273254 - ] - ], - [ - 3.1666667461395264, - [ - 0.009661173447966576, - -0.09784738719463348, - -0.15313662588596344, - 0.9833014607429504 - ] - ], - [ - 3.200000047683716, - [ - 0.00883936695754528, - -0.07205517590045929, - -0.1242164596915245, - 0.9895960688591003 - ] - ], - [ - 3.2333333492279053, - [ - 0.010666265152394772, - -0.050466638058423996, - -0.07941935956478119, - 0.9955058693885803 - ] - ], - [ - 3.2666666507720947, - [ - 0.013452150858938694, - -0.050184935331344604, - -0.027822915464639664, - 0.9982616901397705 - ] - ], - [ - 3.299999952316284, - [ - 0.015405284240841866, - -0.06677933782339096, - 0.005654980894178152, - 0.9976328015327454 - ] - ], - [ - 3.3333332538604736, - [ - 0.01582721620798111, - -0.1661718338727951, - -0.0003161155036650598, - 0.9859697222709656 - ] - ], - [ - 3.366666555404663, - [ - 0.014476865530014038, - -0.2444712072610855, - -0.02627582661807537, - 0.969192385673523 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458688044_1070047.json b/lenses/physics-objects/Scene/assets/1645812458688044_1070047.json deleted file mode 100644 index efaeadb3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458688044_1070047.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458688044:1070047", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458689754_1070060.json b/lenses/physics-objects/Scene/assets/1645812458689754_1070060.json deleted file mode 100644 index 862053ff..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458689754_1070060.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458689754:1070060", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.730019569396973, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 0.5333333611488342, - [ - 9.755657196044922, - 1.4210854715202004e-14, - -1.484319908891878e-26 - ] - ], - [ - 3.2333333492279053, - [ - 9.71721076965332, - -1.9387039443735764e-26, - 7.10542481650216e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.744003295898438, - -1.4210854715202004e-14, - 1.7470498823581765e-20 - ] - ], - [ - 6.633333206176758, - [ - 9.728507041931152, - -6.402349254233616e-25, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458690026_1070067.json b/lenses/physics-objects/Scene/assets/1645812458690026_1070067.json deleted file mode 100644 index 3703a7aa..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458690026_1070067.json +++ /dev/null @@ -1,1684 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458690026:1070067", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026019329205155373, - -0.08625069260597229, - -0.014255128800868988, - 0.9958316087722778 - ] - ], - [ - 0.03333333507180214, - [ - -0.026019329205155373, - -0.08625069260597229, - -0.014255128800868988, - 0.9958316087722778 - ] - ], - [ - 0.06666667014360428, - [ - -0.024836674332618713, - -0.08639247715473175, - -0.015480143949389458, - 0.9958312511444092 - ] - ], - [ - 0.10000000149011612, - [ - -0.023529009893536568, - -0.08657177537679672, - -0.016886360943317413, - 0.9958245754241943 - ] - ], - [ - 0.13333334028720856, - [ - -0.02214249223470688, - -0.08676186203956604, - -0.018374281004071236, - 0.9958134889602661 - ] - ], - [ - 0.1666666716337204, - [ - -0.02071519009768963, - -0.0869629755616188, - -0.019911887124180794, - 0.9957970976829529 - ] - ], - [ - 0.20000000298023224, - [ - -0.01928478106856346, - -0.08717663586139679, - -0.021467434242367744, - 0.9957748055458069 - ] - ], - [ - 0.23333333432674408, - [ - -0.017888562753796577, - -0.08740511536598206, - -0.023009490221738815, - 0.9957464337348938 - ] - ], - [ - 0.2666666805744171, - [ - -0.016563402488827705, - -0.08765102922916412, - -0.0245065800845623, - 0.9957121014595032 - ] - ], - [ - 0.30000001192092896, - [ - -0.01534572709351778, - -0.08791673928499222, - -0.025927182286977768, - 0.9956721067428589 - ] - ], - [ - 0.3333333432674408, - [ - -0.01427155639976263, - -0.08820410817861557, - -0.027239546179771423, - 0.9956276416778564 - ] - ], - [ - 0.36666667461395264, - [ - -0.013376622460782528, - -0.08851400762796402, - -0.028411343693733215, - 0.9955797791481018 - ] - ], - [ - 0.4000000059604645, - [ - -0.012669024989008904, - -0.0888420045375824, - -0.029421908780932426, - 0.9955304861068726 - ] - ], - [ - 0.4333333373069763, - [ - -0.012145554646849632, - -0.08917983621358871, - -0.03025490790605545, - 0.9954818487167358 - ] - ], - [ - 0.46666666865348816, - [ - -0.01179459411650896, - -0.08951520919799805, - -0.030898291617631912, - 0.9954363107681274 - ] - ], - [ - 0.5, - [ - -0.011598759330809116, - -0.08983258903026581, - -0.03134222701191902, - 0.9953960180282593 - ] - ], - [ - 0.5333333611488342, - [ - -0.01155244093388319, - -0.09011686593294144, - -0.031570762395858765, - 0.9953636527061462 - ] - ], - [ - 0.5666666626930237, - [ - -0.011647606268525124, - -0.09035120904445648, - -0.03156879544258118, - 0.9953413605690002 - ] - ], - [ - 0.6000000238418579, - [ - -0.0118690375238657, - -0.09051334112882614, - -0.03131747245788574, - 0.9953319430351257 - ] - ], - [ - 0.6333333253860474, - [ - -0.012197579257190228, - -0.0905795469880104, - -0.030798068270087242, - 0.9953381419181824 - ] - ], - [ - 0.6666666865348816, - [ - -0.012611499056220055, - -0.09058787673711777, - -0.030176879838109016, - 0.995351254940033 - ] - ], - [ - 0.699999988079071, - [ - -0.013085477985441685, - -0.09059056639671326, - -0.02966122515499592, - 0.9953604936599731 - ] - ], - [ - 0.7333333492279053, - [ - -0.013600235804915428, - -0.09058893471956253, - -0.029192669317126274, - 0.9953675270080566 - ] - ], - [ - 0.7666666507720947, - [ - -0.014134609140455723, - -0.09058073908090591, - -0.028690991923213005, - 0.995375394821167 - ] - ], - [ - 0.800000011920929, - [ - -0.014680733904242516, - -0.09056548029184341, - -0.028163062408566475, - 0.9953839778900146 - ] - ], - [ - 0.8333333134651184, - [ - -0.015230837278068066, - -0.09054284542798996, - -0.02761574275791645, - 0.9953930974006653 - ] - ], - [ - 0.8666666746139526, - [ - -0.015777379274368286, - -0.09051264077425003, - -0.027055880054831505, - 0.9954026937484741 - ] - ], - [ - 0.8999999761581421, - [ - -0.016312936320900917, - -0.09047481417655945, - -0.02649025432765484, - 0.9954127073287964 - ] - ], - [ - 0.9333333373069763, - [ - -0.016830239444971085, - -0.09042944759130478, - -0.02592553198337555, - 0.9954230785369873 - ] - ], - [ - 0.9666666388511658, - [ - -0.017322184517979622, - -0.09037671238183975, - -0.025368303060531616, - 0.9954338073730469 - ] - ], - [ - 1.0, - [ - -0.01778179407119751, - -0.09031687676906586, - -0.024824954569339752, - 0.9954448342323303 - ] - ], - [ - 1.0333333015441895, - [ - -0.01820223033428192, - -0.09025027602910995, - -0.024301793426275253, - 0.9954562783241272 - ] - ], - [ - 1.0666667222976685, - [ - -0.018576737493276596, - -0.0901772677898407, - -0.02380489557981491, - 0.9954679012298584 - ] - ], - [ - 1.100000023841858, - [ - -0.018898649141192436, - -0.09009827673435211, - -0.0233402531594038, - 0.9954800009727478 - ] - ], - [ - 1.1333333253860474, - [ - -0.019161373376846313, - -0.09001371264457703, - -0.02291369065642357, - 0.9954925179481506 - ] - ], - [ - 1.1666666269302368, - [ - -0.019358284771442413, - -0.08992395550012589, - -0.02253088355064392, - 0.9955055713653564 - ] - ], - [ - 1.2000000476837158, - [ - -0.01957380771636963, - -0.08982515335083008, - -0.022161342203617096, - 0.9955185651779175 - ] - ], - [ - 1.2333333492279053, - [ - -0.019885461777448654, - -0.08971449732780457, - -0.021777179092168808, - 0.9955308437347412 - ] - ], - [ - 1.2666666507720947, - [ - -0.020276153460144997, - -0.08959389477968216, - -0.021387990564107895, - 0.9955423474311829 - ] - ], - [ - 1.2999999523162842, - [ - -0.020723039284348488, - -0.08946464955806732, - -0.021005794405937195, - 0.9955528974533081 - ] - ], - [ - 1.3333333730697632, - [ - -0.02120986022055149, - -0.08932868391275406, - -0.020639600232243538, - 0.9955624341964722 - ] - ], - [ - 1.3666666746139526, - [ - -0.02170293778181076, - -0.0891861617565155, - -0.02030600979924202, - 0.9955714344978333 - ] - ], - [ - 1.399999976158142, - [ - -0.022172503173351288, - -0.08903742581605911, - -0.020019691437482834, - 0.9955801963806152 - ] - ], - [ - 1.4333332777023315, - [ - -0.022607631981372833, - -0.08888442814350128, - -0.019786909222602844, - 0.9955888390541077 - ] - ], - [ - 1.5, - [ - -0.023340411484241486, - -0.08857228606939316, - -0.019503606483340263, - 0.9956052303314209 - ] - ], - [ - 1.5333333015441895, - [ - -0.02362600527703762, - -0.08841632306575775, - -0.01946353353559971, - 0.995613157749176 - ] - ], - [ - 1.600000023841858, - [ - -0.024000102654099464, - -0.08805426210165024, - -0.019538037478923798, - 0.9956348538398743 - ] - ], - [ - 1.6666666269302368, - [ - -0.024049969390034676, - -0.0876583606004715, - -0.01960364729166031, - 0.9956672787666321 - ] - ], - [ - 1.7333333492279053, - [ - -0.023789651691913605, - -0.08730095624923706, - -0.019526807591319084, - 0.9957064390182495 - ] - ], - [ - 1.7999999523162842, - [ - -0.02333027310669422, - -0.08698448538780212, - -0.019303392618894577, - 0.9957493543624878 - ] - ], - [ - 1.8333333730697632, - [ - -0.02306114137172699, - -0.08684296160936356, - -0.01913529820740223, - 0.9957712292671204 - ] - ], - [ - 1.8666666746139526, - [ - -0.022784696891903877, - -0.08671350032091141, - -0.018928859382867813, - 0.995792806148529 - ] - ], - [ - 1.899999976158142, - [ - -0.022515276446938515, - -0.08659682422876358, - -0.018683377653360367, - 0.9958137273788452 - ] - ], - [ - 1.9333332777023315, - [ - -0.02226731739938259, - -0.08649369329214096, - -0.018398141488432884, - 0.9958335757255554 - ] - ], - [ - 1.9666666984558105, - [ - -0.022055337205529213, - -0.08640487492084503, - -0.01807239092886448, - 0.995851993560791 - ] - ], - [ - 2.0333333015441895, - [ - -0.021797606721520424, - -0.0862729549407959, - -0.017295951023697853, - 0.9958828687667847 - ] - ], - [ - 2.066666603088379, - [ - -0.021781079471111298, - -0.08623114973306656, - -0.01684342324733734, - 0.9958946108818054 - ] - ], - [ - 2.0999999046325684, - [ - -0.021858952939510345, - -0.08620613068342209, - -0.016346683725714684, - 0.9959033727645874 - ] - ], - [ - 2.133333444595337, - [ - -0.02203565277159214, - -0.08619751036167145, - -0.01580909453332424, - 0.9959089756011963 - ] - ], - [ - 2.200000047683716, - [ - -0.022684462368488312, - -0.08622659742832184, - -0.01463232934474945, - 0.9959098696708679 - ] - ], - [ - 2.2333333492279053, - [ - -0.023162303492426872, - -0.08626369386911392, - -0.0140005461871624, - 0.9959047436714172 - ] - ], - [ - 2.2666666507720947, - [ - -0.023745106533169746, - -0.08631528913974762, - -0.013345305807888508, - 0.9958954453468323 - ] - ], - [ - 2.299999952316284, - [ - -0.02443121001124382, - -0.08638074994087219, - -0.012672441080212593, - 0.995881974697113 - ] - ], - [ - 2.3333332538604736, - [ - -0.025216206908226013, - -0.08646068722009659, - -0.011989027261734009, - 0.9958639144897461 - ] - ], - [ - 2.366666555404663, - [ - -0.026090480387210846, - -0.08655551820993423, - -0.011304041370749474, - 0.9958412051200867 - ] - ], - [ - 2.4000000953674316, - [ - -0.027130024507641792, - -0.08664483577013016, - -0.010563368909060955, - 0.99581378698349 - ] - ], - [ - 2.433333396911621, - [ - -0.028411932289600372, - -0.0867077186703682, - -0.009725244715809822, - 0.9957810640335083 - ] - ], - [ - 2.4666666984558105, - [ - -0.02991667576134205, - -0.08674351871013641, - -0.008829259313642979, - 0.9957422614097595 - ] - ], - [ - 2.5, - [ - -0.03161969780921936, - -0.08675451576709747, - -0.007900379598140717, - 0.995696485042572 - ] - ], - [ - 2.5333333015441895, - [ - -0.033493783324956894, - -0.08674422651529312, - -0.006948370020836592, - 0.9956431984901428 - ] - ], - [ - 2.566666603088379, - [ - -0.035511694848537445, - -0.08671676367521286, - -0.005983070470392704, - 0.9955819249153137 - ] - ], - [ - 2.5999999046325684, - [ - -0.03764612227678299, - -0.08667661249637604, - -0.005014204420149326, - 0.9955123066902161 - ] - ], - [ - 2.633333444595337, - [ - -0.03986981511116028, - -0.08662844449281693, - -0.004051388707011938, - 0.9954343438148499 - ] - ], - [ - 2.6666667461395264, - [ - -0.04215526953339577, - -0.08657699078321457, - -0.003104237373918295, - 0.9953480362892151 - ] - ], - [ - 2.700000047683716, - [ - -0.0444752536714077, - -0.08652684092521667, - -0.0021822145208716393, - 0.9952539801597595 - ] - ], - [ - 2.7333333492279053, - [ - -0.0468023382127285, - -0.08648231625556946, - -0.0012947579380124807, - 0.9951525926589966 - ] - ], - [ - 2.7666666507720947, - [ - -0.049109138548374176, - -0.08644741773605347, - -0.00045116571709513664, - 0.9950453042984009 - ] - ], - [ - 2.799999952316284, - [ - -0.051368262618780136, - -0.08642563968896866, - 0.0003392626531422138, - 0.9949330687522888 - ] - ], - [ - 2.8333332538604736, - [ - -0.053552355617284775, - -0.08641988039016724, - 0.0010673420038074255, - 0.994817852973938 - ] - ], - [ - 2.866666555404663, - [ - -0.055634114891290665, - -0.08643243461847305, - 0.0017238494474440813, - 0.994701623916626 - ] - ], - [ - 2.9000000953674316, - [ - -0.057586248964071274, - -0.08646482974290848, - 0.002299654996022582, - 0.9945865273475647 - ] - ], - [ - 2.933333396911621, - [ - -0.05933871492743492, - -0.0865161120891571, - 0.002770170569419861, - 0.9944778680801392 - ] - ], - [ - 2.9666666984558105, - [ - -0.06083562970161438, - -0.08658415824174881, - 0.003116053529083729, - 0.9943804740905762 - ] - ], - [ - 3.0, - [ - -0.062070827931165695, - -0.08666802197694778, - 0.003335957881063223, - 0.9942960739135742 - ] - ], - [ - 3.0333333015441895, - [ - -0.06303830444812775, - -0.08676645159721375, - 0.003428463824093342, - 0.994226336479187 - ] - ], - [ - 3.066666603088379, - [ - -0.06370557844638824, - -0.08687839657068253, - 0.003380502574145794, - 0.9941741824150085 - ] - ], - [ - 3.0999999046325684, - [ - -0.06405100226402283, - -0.08700218051671982, - 0.0031837220303714275, - 0.9941418170928955 - ] - ], - [ - 3.133333444595337, - [ - -0.06408795714378357, - -0.08713477849960327, - 0.002844340167939663, - 0.994128942489624 - ] - ], - [ - 3.1666667461395264, - [ - -0.06383831799030304, - -0.08727271109819412, - 0.0023725712671875954, - 0.9941340684890747 - ] - ], - [ - 3.200000047683716, - [ - -0.06333983689546585, - -0.08741290867328644, - 0.0017860567895695567, - 0.9941548705101013 - ] - ], - [ - 3.2333333492279053, - [ - -0.06260737031698227, - -0.08755015581846237, - 0.0010951602598652244, - 0.9941902756690979 - ] - ], - [ - 3.2666666507720947, - [ - -0.061636462807655334, - -0.087677963078022, - 0.00030875709489919245, - 0.9942401051521301 - ] - ], - [ - 3.299999952316284, - [ - -0.06044907867908478, - -0.08779249340295792, - -0.0005554441595450044, - 0.9943028092384338 - ] - ], - [ - 3.3333332538604736, - [ - -0.05906979739665985, - -0.08792241662740707, - -0.001629738020710647, - 0.9943730235099792 - ] - ], - [ - 3.366666555404663, - [ - -0.05752989649772644, - -0.08808953315019608, - -0.003005216596648097, - 0.9944453239440918 - ] - ], - [ - 3.4000000953674316, - [ - -0.05586659908294678, - -0.08825594931840897, - -0.004557458683848381, - 0.9945195317268372 - ] - ], - [ - 3.433333396911621, - [ - -0.05412176996469498, - -0.08839334547519684, - -0.006188693456351757, - 0.9945949912071228 - ] - ], - [ - 3.4666666984558105, - [ - -0.052328940480947495, - -0.08850640058517456, - -0.007867524400353432, - 0.9946690201759338 - ] - ], - [ - 3.5, - [ - -0.05052121356129646, - -0.08860114216804504, - -0.0095629021525383, - 0.9947391748428345 - ] - ], - [ - 3.5333333015441895, - [ - -0.048731546849012375, - -0.08868437260389328, - -0.011244231835007668, - 0.9948035478591919 - ] - ], - [ - 3.566666603088379, - [ - -0.04699234291911125, - -0.08876318484544754, - -0.012881310656666756, - 0.9948602318763733 - ] - ], - [ - 3.5999999046325684, - [ - -0.04532359540462494, - -0.08884371817111969, - -0.014448333531618118, - 0.9949090480804443 - ] - ], - [ - 3.633333444595337, - [ - -0.043757881969213486, - -0.0889325886964798, - -0.015915174037218094, - 0.9949487447738647 - ] - ], - [ - 3.6666667461395264, - [ - -0.04234618321061134, - -0.08903646469116211, - -0.017245201393961906, - 0.9949783682823181 - ] - ], - [ - 3.700000047683716, - [ - -0.041111405938863754, - -0.08915740251541138, - -0.018414011225104332, - 0.9949983358383179 - ] - ], - [ - 3.7333333492279053, - [ - -0.04006481543183327, - -0.08929332345724106, - -0.01940182037651539, - 0.9950101971626282 - ] - ], - [ - 3.7666666507720947, - [ - -0.039209384471178055, - -0.08943738788366318, - -0.020193081349134445, - 0.9950155019760132 - ] - ], - [ - 3.799999952316284, - [ - -0.038542088121175766, - -0.08957890421152115, - -0.020774560049176216, - 0.995016872882843 - ] - ], - [ - 3.8333332538604736, - [ - -0.03807170316576958, - -0.08970621228218079, - -0.021126653999090195, - 0.9950160980224609 - ] - ], - [ - 3.933333396911621, - [ - -0.037553660571575165, - -0.08984576165676117, - -0.02071549743413925, - 0.9950318336486816 - ] - ], - [ - 3.9666666984558105, - [ - -0.0375891849398613, - -0.08980244398117065, - -0.02022361010313034, - 0.9950445294380188 - ] - ], - [ - 4.0, - [ - -0.037688300013542175, - -0.08977430313825607, - -0.019840076565742493, - 0.9950510263442993 - ] - ], - [ - 4.066666603088379, - [ - -0.037997838109731674, - -0.08973832428455353, - -0.019136834889650345, - 0.9950562715530396 - ] - ], - [ - 4.099999904632568, - [ - -0.03817890211939812, - -0.0897194966673851, - -0.018741924315690994, - 0.995058536529541 - ] - ], - [ - 4.133333206176758, - [ - -0.03836670517921448, - -0.089698925614357, - -0.018327150493860245, - 0.995060920715332 - ] - ], - [ - 4.166666507720947, - [ - -0.03855342045426369, - -0.0896759107708931, - -0.017899245023727417, - 0.9950635433197021 - ] - ], - [ - 4.233333110809326, - [ - -0.038892827928066254, - -0.08962058275938034, - -0.01703060045838356, - 0.9950705766677856 - ] - ], - [ - 4.266666889190674, - [ - -0.039030615240335464, - -0.08958761394023895, - -0.016602925956249237, - 0.9950754046440125 - ] - ], - [ - 4.300000190734863, - [ - -0.039137423038482666, - -0.08955080807209015, - -0.016188213601708412, - 0.9950813055038452 - ] - ], - [ - 4.333333492279053, - [ - -0.03920614346861839, - -0.08951009809970856, - -0.01579270325601101, - 0.9950886368751526 - ] - ], - [ - 4.366666793823242, - [ - -0.03922976925969124, - -0.08946543186903, - -0.01542251743376255, - 0.9950975179672241 - ] - ], - [ - 4.400000095367432, - [ - -0.03920140862464905, - -0.08941678702831268, - -0.01508363988250494, - 0.9951082468032837 - ] - ], - [ - 4.4666666984558105, - [ - -0.03896113857626915, - -0.08930768072605133, - -0.01452324353158474, - 0.9951357841491699 - ] - ], - [ - 4.5, - [ - -0.038735531270504, - -0.08924717456102371, - -0.014313196763396263, - 0.9951530694961548 - ] - ], - [ - 4.5333333015441895, - [ - -0.03843036666512489, - -0.08918262273073196, - -0.014157460071146488, - 0.995172917842865 - ] - ], - [ - 4.599999904632568, - [ - -0.03754974156618118, - -0.08904029428958893, - -0.014032987877726555, - 0.9952211380004883 - ] - ], - [ - 4.633333206176758, - [ - -0.03695876896381378, - -0.0889616385102272, - -0.014076135121285915, - 0.9952495694160461 - ] - ], - [ - 4.666666507720947, - [ - -0.036244314163923264, - -0.0888764038681984, - -0.01420294027775526, - 0.9952816963195801 - ] - ], - [ - 4.699999809265137, - [ - -0.0353885143995285, - -0.08878318965435028, - -0.014423450455069542, - 0.9953176379203796 - ] - ], - [ - 4.733333110809326, - [ - -0.034392569214105606, - -0.08868163079023361, - -0.014739328995347023, - 0.9953569769859314 - ] - ], - [ - 4.766666889190674, - [ - -0.033259399235248566, - -0.08857134729623795, - -0.015151389874517918, - 0.9953991174697876 - ] - ], - [ - 4.800000190734863, - [ - -0.031993526965379715, - -0.0884522944688797, - -0.015660587698221207, - 0.9954432845115662 - ] - ], - [ - 4.833333492279053, - [ - -0.0306019876152277, - -0.0883244127035141, - -0.016267236322164536, - 0.9954887628555298 - ] - ], - [ - 4.866666793823242, - [ - -0.02908818982541561, - -0.08817342668771744, - -0.016956351697444916, - 0.9955360293388367 - ] - ], - [ - 4.900000095367432, - [ - -0.027445470914244652, - -0.0879848450422287, - -0.017705805599689484, - 0.9955862164497375 - ] - ], - [ - 4.933333396911621, - [ - -0.025659576058387756, - -0.08777736872434616, - -0.018474692478775978, - 0.9956381916999817 - ] - ], - [ - 4.9666666984558105, - [ - -0.023731447756290436, - -0.0875716283917427, - -0.01922955922782421, - 0.9956898093223572 - ] - ], - [ - 5.0, - [ - -0.021685414016246796, - -0.08737100660800934, - -0.019966449588537216, - 0.9957396388053894 - ] - ], - [ - 5.0333333015441895, - [ - -0.01954597607254982, - -0.08717898279428482, - -0.020681390538811684, - 0.9957862496376038 - ] - ], - [ - 5.066666603088379, - [ - -0.01733780838549137, - -0.08699910342693329, - -0.0213702991604805, - 0.9958283305168152 - ] - ], - [ - 5.099999904632568, - [ - -0.015085743740200996, - -0.08683482557535172, - -0.022028932347893715, - 0.9958648681640625 - ] - ], - [ - 5.133333206176758, - [ - -0.012814781628549099, - -0.08668945729732513, - -0.02265295386314392, - 0.9958953857421875 - ] - ], - [ - 5.166666507720947, - [ - -0.010550116188824177, - -0.08656612038612366, - -0.023237766698002815, - 0.9959191679954529 - ] - ], - [ - 5.199999809265137, - [ - -0.008317052386701107, - -0.08646757900714874, - -0.02377859503030777, - 0.9959362149238586 - ] - ], - [ - 5.233333110809326, - [ - -0.006141080521047115, - -0.08639626950025558, - -0.02427036128938198, - 0.9959462285041809 - ] - ], - [ - 5.266666889190674, - [ - -0.004047771450132132, - -0.08635426312685013, - -0.024707769975066185, - 0.9959498643875122 - ] - ], - [ - 5.300000190734863, - [ - -0.002062908373773098, - -0.08634313941001892, - -0.025085223838686943, - 0.9959474802017212 - ] - ], - [ - 5.333333492279053, - [ - -0.00021224016381893307, - -0.08636396378278732, - -0.025396857410669327, - 0.9959398508071899 - ] - ], - [ - 5.366666793823242, - [ - 0.0014783910010010004, - -0.08641735464334488, - -0.025636551901698112, - 0.9959280490875244 - ] - ], - [ - 5.400000095367432, - [ - 0.0029831225983798504, - -0.08650331944227219, - -0.02579791285097599, - 0.995913028717041 - ] - ], - [ - 5.433333396911621, - [ - 0.004286172334104776, - -0.08661999553442001, - -0.025878718122839928, - 0.99589604139328 - ] - ], - [ - 5.4666666984558105, - [ - 0.005378591828048229, - -0.08676400780677795, - -0.025879504159092903, - 0.9958781599998474 - ] - ], - [ - 5.5, - [ - 0.006242914125323296, - -0.08693273365497589, - -0.025796888396143913, - 0.9958605766296387 - ] - ], - [ - 5.5333333015441895, - [ - 0.006868894677609205, - -0.08712206035852432, - -0.025630490854382515, - 0.9958441853523254 - ] - ], - [ - 5.566666603088379, - [ - 0.007242754567414522, - -0.08732784539461136, - -0.02537861280143261, - 0.9958299398422241 - ] - ], - [ - 5.599999904632568, - [ - 0.00735536077991128, - -0.0875449925661087, - -0.025041600689291954, - 0.9958186149597168 - ] - ], - [ - 5.633333206176758, - [ - 0.00720001757144928, - -0.0877695232629776, - -0.02462104894220829, - 0.9958105683326721 - ] - ], - [ - 5.666666507720947, - [ - 0.006775335408747196, - -0.0879964828491211, - -0.024120504036545753, - 0.9958056807518005 - ] - ], - [ - 5.699999809265137, - [ - 0.0060844458639621735, - -0.08819711208343506, - -0.02351621724665165, - 0.9958068132400513 - ] - ], - [ - 5.733333110809326, - [ - 0.005135959014296532, - -0.08834507316350937, - -0.022799991071224213, - 0.9958158135414124 - ] - ], - [ - 5.766666889190674, - [ - 0.003948059398680925, - -0.08843719214200974, - -0.02201121672987938, - 0.9958307147026062 - ] - ], - [ - 5.800000190734863, - [ - 0.0025440803728997707, - -0.08847498148679733, - -0.02117486670613289, - 0.995850145816803 - ] - ], - [ - 5.833333492279053, - [ - 0.000950007583014667, - -0.08846285194158554, - -0.020301315933465958, - 0.9958721399307251 - ] - ], - [ - 5.866666793823242, - [ - -0.0008081180858425796, - -0.08840607851743698, - -0.01940084993839264, - 0.9958952069282532 - ] - ], - [ - 5.900000095367432, - [ - -0.0027042042929679155, - -0.0883103609085083, - -0.018483715131878853, - 0.9959178566932678 - ] - ], - [ - 5.933333396911621, - [ - -0.004712124355137348, - -0.08818187564611435, - -0.01756005361676216, - 0.9959384799003601 - ] - ], - [ - 5.9666666984558105, - [ - -0.006805650424212217, - -0.08802689611911774, - -0.01663987897336483, - 0.9959559440612793 - ] - ], - [ - 6.0, - [ - -0.008958561345934868, - -0.0878518670797348, - -0.015733081847429276, - 0.9959689974784851 - ] - ], - [ - 6.0333333015441895, - [ - -0.011144571006298065, - -0.08766299486160278, - -0.014849364757537842, - 0.9959771633148193 - ] - ], - [ - 6.066666603088379, - [ - -0.013337363488972187, - -0.08746641874313354, - -0.013998359441757202, - 0.995979905128479 - ] - ], - [ - 6.099999904632568, - [ - -0.015510592609643936, - -0.08726778626441956, - -0.013189509510993958, - 0.9959768056869507 - ] - ], - [ - 6.133333206176758, - [ - -0.017637908458709717, - -0.08707240968942642, - -0.012432114221155643, - 0.995968222618103 - ] - ], - [ - 6.166666507720947, - [ - -0.01969292387366295, - -0.0868849977850914, - -0.011735420674085617, - 0.9959545731544495 - ] - ], - [ - 6.199999809265137, - [ - -0.021649321541190147, - -0.0867096483707428, - -0.011108523234724998, - 0.9959365129470825 - ] - ], - [ - 6.233333110809326, - [ - -0.023480691015720367, - -0.08654975146055222, - -0.01056052464991808, - 0.9959148168563843 - ] - ], - [ - 6.266666889190674, - [ - -0.025160769000649452, - -0.08640800416469574, - -0.010100302286446095, - 0.9958908557891846 - ] - ], - [ - 6.300000190734863, - [ - -0.026663197204470634, - -0.08628629893064499, - -0.009736881591379642, - 0.9958659410476685 - ] - ], - [ - 6.333333492279053, - [ - -0.027961786836385727, - -0.08618570864200592, - -0.009479069150984287, - 0.9958416223526001 - ] - ], - [ - 6.366666793823242, - [ - -0.029004177078604698, - -0.08610529452562332, - -0.009346972219645977, - 0.9958199262619019 - ] - ], - [ - 6.400000095367432, - [ - -0.029749099165201187, - -0.08604380488395691, - -0.009355928748846054, - 0.99580317735672 - ] - ], - [ - 6.4666666984558105, - [ - -0.03032774105668068, - -0.08597321808338165, - -0.009797083213925362, - 0.9957875609397888 - ] - ], - [ - 6.5, - [ - -0.030181370675563812, - -0.08596203476190567, - -0.010216042399406433, - 0.9957887530326843 - ] - ], - [ - 6.5333333015441895, - [ - -0.029773788526654243, - -0.08596611768007278, - -0.010751255787909031, - 0.9957951307296753 - ] - ], - [ - 6.566666603088379, - [ - -0.029125019907951355, - -0.08598420768976212, - -0.01138570997864008, - 0.9958056211471558 - ] - ], - [ - 6.599999904632568, - [ - -0.028262052685022354, - -0.0860166996717453, - -0.012101023457944393, - 0.9958193302154541 - ] - ], - [ - 6.633333206176758, - [ - -0.027214638888835907, - -0.08609757572412491, - -0.013027808628976345, - 0.9958298206329346 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458690296_1070074.json b/lenses/physics-objects/Scene/assets/1645812458690296_1070074.json deleted file mode 100644 index 259a63a0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458690296_1070074.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458690296:1070074", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458691859_1070087.json b/lenses/physics-objects/Scene/assets/1645812458691859_1070087.json deleted file mode 100644 index 27c07d19..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458691859_1070087.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458691859:1070087", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.708914756774902, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.66911506652832, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.678386688232422, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.7003812789917, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.736395835876465, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.775808334350586, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.803478240966797, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.808666229248047, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.77949333190918, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.733735084533691, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.698391914367676, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.693601608276367, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.715511322021484, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.753546714782715, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.789170265197754, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.797645568847656, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.771995544433594, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.736239433288574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.707063674926758, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.688926696777344, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.666657447814941, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.671357154846191, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.696249008178711, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.733413696289063, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.765080451965332, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.760485649108887, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.72316837310791, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.696537017822266, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.669221878051758, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.685872077941895, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.72342300415039, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.76618480682373, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.799692153930664, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.814644813537598, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.79341983795166, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.74703311920166, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.714308738708496, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.714203834533691, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.76113510131836, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.820659637451172, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.869340896606445, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.894037246704102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.877592086791992, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.783236503601074, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.759145736694336, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.751580238342285, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.802807807922363, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.868021965026855, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.898747444152832, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.880760192871094, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.84342098236084, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.802963256835938, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.770411491394043, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.764960289001465, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.796337127685547, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.840871810913086, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.864896774291992, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.808592796325684, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.732341766357422, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.706011772155762, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.707747459411621, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.730673789978027, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.79974365234375, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.797203063964844, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.758084297180176, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.721811294555664, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.69903564453125, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.671048164367676, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.675675392150879, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.712822914123535, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458692147_1070094.json b/lenses/physics-objects/Scene/assets/1645812458692147_1070094.json deleted file mode 100644 index 7f3e7881..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458692147_1070094.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458692147:1070094", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.02414613775908947, - -0.18023410439491272, - 0.015852730721235275, - 0.9831996560096741 - ] - ], - [ - 0.03333333507180214, - [ - 0.02414613775908947, - -0.18023410439491272, - 0.015852730721235275, - 0.9831996560096741 - ] - ], - [ - 0.06666667014360428, - [ - 0.028750287368893623, - -0.17626185715198517, - 0.012855803593993187, - 0.9838393926620483 - ] - ], - [ - 0.10000000149011612, - [ - 0.031469717621803284, - -0.17214877903461456, - 0.02234695293009281, - 0.9843146204948425 - ] - ], - [ - 0.13333334028720856, - [ - 0.02784198708832264, - -0.16588518023490906, - 0.03676564618945122, - 0.9850661158561707 - ] - ], - [ - 0.1666666716337204, - [ - 0.019212933257222176, - -0.1566653847694397, - 0.0651375874876976, - 0.985314130783081 - ] - ], - [ - 0.20000000298023224, - [ - 0.012410908937454224, - -0.14541161060333252, - 0.09937074780464172, - 0.9842900633811951 - ] - ], - [ - 0.23333333432674408, - [ - 0.011296134442090988, - -0.14096695184707642, - 0.103688083589077, - 0.9845048189163208 - ] - ], - [ - 0.2666666805744171, - [ - 0.01515891868621111, - -0.13924327492713928, - 0.08355572819709778, - 0.9866103529930115 - ] - ], - [ - 0.30000001192092896, - [ - 0.02026483230292797, - -0.13747777044773102, - 0.06867415457963943, - 0.9879134893417358 - ] - ], - [ - 0.3333333432674408, - [ - 0.023289375007152557, - -0.13596944510936737, - 0.059698957949876785, - 0.9886384606361389 - ] - ], - [ - 0.36666667461395264, - [ - 0.02219145931303501, - -0.13412442803382874, - 0.0534234382212162, - 0.9892745614051819 - ] - ], - [ - 0.4000000059604645, - [ - 0.015509127639234066, - -0.13219991326332092, - 0.05217255279421806, - 0.9897276759147644 - ] - ], - [ - 0.4333333373069763, - [ - 0.005368596874177456, - -0.13053056597709656, - 0.05477643758058548, - 0.9899154901504517 - ] - ], - [ - 0.46666666865348816, - [ - -0.00632353825494647, - -0.12924794852733612, - 0.059383220970630646, - 0.989812433719635 - ] - ], - [ - 0.5, - [ - -0.016557853668928146, - -0.12844163179397583, - 0.06423469632863998, - 0.9894961714744568 - ] - ], - [ - 0.5333333611488342, - [ - -0.024366525933146477, - -0.12938012182712555, - 0.07247619330883026, - 0.9886427521705627 - ] - ], - [ - 0.5666666626930237, - [ - -0.03105439431965351, - -0.13511605560779572, - 0.08098071068525314, - 0.987026572227478 - ] - ], - [ - 0.6000000238418579, - [ - -0.0356731116771698, - -0.14784018695354462, - 0.08298136293888092, - 0.9848781824111938 - ] - ], - [ - 0.6333333253860474, - [ - -0.037156667560338974, - -0.16368183493614197, - 0.07699841260910034, - 0.9828015565872192 - ] - ], - [ - 0.6666666865348816, - [ - -0.03322543203830719, - -0.17445212602615356, - 0.06208478659391403, - 0.9821445941925049 - ] - ], - [ - 0.699999988079071, - [ - -0.024653781205415726, - -0.17272025346755981, - 0.03790579363703728, - 0.9839325547218323 - ] - ], - [ - 0.7333333492279053, - [ - -0.015255678445100784, - -0.16060827672481537, - 0.011252147145569324, - 0.9868361949920654 - ] - ], - [ - 0.7666666507720947, - [ - -0.007744175847619772, - -0.1461714804172516, - -0.006806398741900921, - 0.989205539226532 - ] - ], - [ - 0.800000011920929, - [ - -0.004862988833338022, - -0.13837291300296783, - -0.01045132428407669, - 0.9903131127357483 - ] - ], - [ - 0.8333333134651184, - [ - -0.007124420255422592, - -0.13897737860679626, - -0.00010029121767729521, - 0.9902700185775757 - ] - ], - [ - 0.8666666746139526, - [ - -0.013667182996869087, - -0.14224892854690552, - 0.02066458761692047, - 0.9895209074020386 - ] - ], - [ - 0.8999999761581421, - [ - -0.02436649613082409, - -0.14082998037338257, - 0.038971949368715286, - 0.9889663457870483 - ] - ], - [ - 0.9333333373069763, - [ - -0.03737702965736389, - -0.13577596843242645, - 0.04669983685016632, - 0.9889322519302368 - ] - ], - [ - 0.9666666388511658, - [ - -0.049614474177360535, - -0.13132381439208984, - 0.049689263105392456, - 0.9888495802879333 - ] - ], - [ - 1.0, - [ - -0.05842222645878792, - -0.12992940843105316, - 0.04809918627142906, - 0.9886313080787659 - ] - ], - [ - 1.0333333015441895, - [ - -0.06171124801039696, - -0.13246877491474152, - 0.0415908508002758, - 0.9883895516395569 - ] - ], - [ - 1.0666667222976685, - [ - -0.05916956439614296, - -0.1373690962791443, - 0.03023151308298111, - 0.9882888197898865 - ] - ], - [ - 1.100000023841858, - [ - -0.05180039629340172, - -0.14142730832099915, - 0.014874400570988655, - 0.9884805679321289 - ] - ], - [ - 1.1333333253860474, - [ - -0.04093260318040848, - -0.14174652099609375, - -0.0026417351327836514, - 0.9890528321266174 - ] - ], - [ - 1.1666666269302368, - [ - -0.029470467939972878, - -0.1386045664548874, - -0.017636148259043694, - 0.9897521138191223 - ] - ], - [ - 1.2000000476837158, - [ - -0.019983775913715363, - -0.13557878136634827, - -0.02548910304903984, - 0.9902371168136597 - ] - ], - [ - 1.2333333492279053, - [ - -0.0127462362870574, - -0.13556283712387085, - -0.026166457682847977, - 0.9903412461280823 - ] - ], - [ - 1.2666666507720947, - [ - -0.008496655151247978, - -0.13922038674354553, - -0.019985070452094078, - 0.9900233745574951 - ] - ], - [ - 1.2999999523162842, - [ - -0.007519342005252838, - -0.144391730427742, - -0.007603172678500414, - 0.9894628524780273 - ] - ], - [ - 1.3333333730697632, - [ - -0.013596462085843086, - -0.14777731895446777, - 0.010767214931547642, - 0.9888685941696167 - ] - ], - [ - 1.3666666746139526, - [ - -0.027514399960637093, - -0.14324384927749634, - 0.03570697084069252, - 0.9886603951454163 - ] - ], - [ - 1.399999976158142, - [ - -0.04253702983260155, - -0.1317373812198639, - 0.06086311489343643, - 0.988499641418457 - ] - ], - [ - 1.4333332777023315, - [ - -0.053423989564180374, - -0.1264551430940628, - 0.07407167553901672, - 0.9877592921257019 - ] - ], - [ - 1.4666666984558105, - [ - -0.060135163366794586, - -0.1337604969739914, - 0.07105907797813416, - 0.9866319894790649 - ] - ], - [ - 1.5, - [ - -0.062227580696344376, - -0.14561514556407928, - 0.051641445606946945, - 0.9860309958457947 - ] - ], - [ - 1.5333333015441895, - [ - -0.058716095983982086, - -0.15368041396141052, - 0.022432241588830948, - 0.9861195683479309 - ] - ], - [ - 1.5666667222976685, - [ - -0.05048052594065666, - -0.15664540231227875, - -0.002158004092052579, - 0.9863616228103638 - ] - ], - [ - 1.600000023841858, - [ - -0.03946881741285324, - -0.15771806240081787, - -0.019776932895183563, - 0.9864969849586487 - ] - ], - [ - 1.6333333253860474, - [ - -0.0294054988771677, - -0.15995563566684723, - -0.03441312536597252, - 0.986085832118988 - ] - ], - [ - 1.6666666269302368, - [ - -0.021619539707899094, - -0.1655053347349167, - -0.043857697397470474, - 0.98499596118927 - ] - ], - [ - 1.7000000476837158, - [ - -0.018286844715476036, - -0.1763416826725006, - -0.045087024569511414, - 0.9831259250640869 - ] - ], - [ - 1.7333333492279053, - [ - -0.020018938928842545, - -0.19118764996528625, - -0.036366455256938934, - 0.9806753993034363 - ] - ], - [ - 1.7666666507720947, - [ - -0.024764729663729668, - -0.2050693780183792, - -0.018126582726836205, - 0.978266179561615 - ] - ], - [ - 1.7999999523162842, - [ - -0.028884921222925186, - -0.2145596146583557, - 0.004652067087590694, - 0.976272702217102 - ] - ], - [ - 1.8333333730697632, - [ - -0.03028995916247368, - -0.22010928392410278, - 0.025228969752788544, - 0.9746783971786499 - ] - ], - [ - 1.8666666746139526, - [ - -0.027843482792377472, - -0.22292494773864746, - 0.04233303293585777, - 0.9735180139541626 - ] - ], - [ - 1.899999976158142, - [ - -0.02117496356368065, - -0.2237360179424286, - 0.05673614516854286, - 0.9727665781974792 - ] - ], - [ - 1.9333332777023315, - [ - -0.010385425761342049, - -0.22289717197418213, - 0.06679504364728928, - 0.972495436668396 - ] - ], - [ - 1.9666666984558105, - [ - 0.0029937655199319124, - -0.221002995967865, - 0.07079663127660751, - 0.972695529460907 - ] - ], - [ - 2.0, - [ - 0.0172584168612957, - -0.2196260392665863, - 0.061435677111148834, - 0.9734949469566345 - ] - ], - [ - 2.0333333015441895, - [ - 0.030554182827472687, - -0.2216297835111618, - 0.04257378727197647, - 0.9737219214439392 - ] - ], - [ - 2.066666603088379, - [ - 0.04087778925895691, - -0.22911974787712097, - 0.025519708171486855, - 0.9722046852111816 - ] - ], - [ - 2.0999999046325684, - [ - 0.044313233345746994, - -0.24239952862262726, - 0.018934817984700203, - 0.968979001045227 - ] - ], - [ - 2.133333444595337, - [ - 0.03964456915855408, - -0.25938254594802856, - 0.027902992442250252, - 0.9645571112632751 - ] - ], - [ - 2.1666667461395264, - [ - 0.030819127336144447, - -0.2726992070674896, - 0.05007569491863251, - 0.960300862789154 - ] - ], - [ - 2.200000047683716, - [ - 0.021402815356850624, - -0.2696051001548767, - 0.07789232581853867, - 0.9595769047737122 - ] - ], - [ - 2.2333333492279053, - [ - 0.01436680369079113, - -0.2502354085445404, - 0.0993671640753746, - 0.9629653096199036 - ] - ], - [ - 2.2666666507720947, - [ - 0.01200353354215622, - -0.22820255160331726, - 0.1051160916686058, - 0.9678483009338379 - ] - ], - [ - 2.299999952316284, - [ - 0.0152369923889637, - -0.21472585201263428, - 0.09614428132772446, - 0.9718111753463745 - ] - ], - [ - 2.3333332538604736, - [ - 0.023105159401893616, - -0.21202625334262848, - 0.07530250400304794, - 0.9740844964981079 - ] - ], - [ - 2.366666555404663, - [ - 0.035221997648477554, - -0.21042920649051666, - 0.045730993151664734, - 0.9759035110473633 - ] - ], - [ - 2.4000000953674316, - [ - 0.04557329788804054, - -0.20680071413516998, - 0.022242877632379532, - 0.9770680665969849 - ] - ], - [ - 2.433333396911621, - [ - 0.04753865674138069, - -0.2083219587802887, - 0.01201040018349886, - 0.9768306016921997 - ] - ], - [ - 2.4666666984558105, - [ - 0.0442303791642189, - -0.2152983695268631, - 0.014421823434531689, - 0.9754396677017212 - ] - ], - [ - 2.5, - [ - 0.034754302352666855, - -0.22375111281871796, - 0.031665194779634476, - 0.9735117554664612 - ] - ], - [ - 2.5333333015441895, - [ - 0.023116450756788254, - -0.22307857871055603, - 0.059588972479104996, - 0.9727028012275696 - ] - ], - [ - 2.566666603088379, - [ - 0.016142310574650764, - -0.2107602059841156, - 0.08401788026094437, - 0.9737868309020996 - ] - ], - [ - 2.5999999046325684, - [ - 0.016540048643946648, - -0.20001325011253357, - 0.09488184005022049, - 0.9750480055809021 - ] - ], - [ - 2.633333444595337, - [ - 0.021054569631814957, - -0.19913774728775024, - 0.09517303109169006, - 0.9751117825508118 - ] - ], - [ - 2.6666667461395264, - [ - 0.024578819051384926, - -0.2034742534160614, - 0.0861830860376358, - 0.9749700427055359 - ] - ], - [ - 2.700000047683716, - [ - 0.027310064062476158, - -0.20565280318260193, - 0.07221764326095581, - 0.9755745530128479 - ] - ], - [ - 2.7333333492279053, - [ - 0.028530720621347427, - -0.20526695251464844, - 0.06969200074672699, - 0.9758045673370361 - ] - ], - [ - 2.7666666507720947, - [ - 0.03202080726623535, - -0.20287035405635834, - 0.07731430977582932, - 0.9756233096122742 - ] - ], - [ - 2.799999952316284, - [ - 0.031985748559236526, - -0.19622381031513214, - 0.0889439731836319, - 0.9759929776191711 - ] - ], - [ - 2.8333332538604736, - [ - 0.012133531272411346, - -0.17575573921203613, - 0.12835121154785156, - 0.9759553670883179 - ] - ], - [ - 2.866666555404663, - [ - -0.022642971947789192, - -0.14952045679092407, - 0.18705439567565918, - 0.9706398844718933 - ] - ], - [ - 2.9000000953674316, - [ - -0.03878220543265343, - -0.1353614330291748, - 0.20187440514564514, - 0.9692367911338806 - ] - ], - [ - 2.933333396911621, - [ - -0.03414923697710037, - -0.12111459672451019, - 0.12190474569797516, - 0.9845325350761414 - ] - ], - [ - 2.9666666984558105, - [ - -0.02442099340260029, - -0.10357178747653961, - 0.0001749985822243616, - 0.9943221211433411 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.015395471826195717, - -0.07244844734668732, - -0.10429678112268448, - 0.9917844533920288 - ] - ], - [ - 3.066666603088379, - [ - 0.035361018031835556, - -0.053850218653678894, - -0.1101430207490921, - 0.9918256998062134 - ] - ], - [ - 3.0999999046325684, - [ - 0.03728261962532997, - -0.04515549913048744, - -0.1044958308339119, - 0.9927998781204224 - ] - ], - [ - 3.133333444595337, - [ - 0.024907346814870834, - -0.045228324830532074, - -0.0946136862039566, - 0.9941741824150085 - ] - ], - [ - 3.1666667461395264, - [ - 0.01391415111720562, - -0.0453084334731102, - -0.08490050584077835, - 0.9952614903450012 - ] - ], - [ - 3.200000047683716, - [ - 0.0058842748403549194, - -0.04383378475904465, - -0.07457226514816284, - 0.9962344765663147 - ] - ], - [ - 3.2333333492279053, - [ - -0.00037575734313577414, - -0.04261249676346779, - -0.0679415687918663, - 0.9967787861824036 - ] - ], - [ - 3.2666666507720947, - [ - -0.00410606199875474, - -0.04699617996811867, - -0.07093589752912521, - 0.9963647127151489 - ] - ], - [ - 3.299999952316284, - [ - -0.0043211146257817745, - -0.055425070226192474, - -0.08367859572172165, - 0.9949409365653992 - ] - ], - [ - 3.3333332538604736, - [ - 0.007260885089635849, - -0.05661091208457947, - -0.11707919836044312, - 0.9914811849594116 - ] - ], - [ - 3.366666555404663, - [ - 0.023936279118061066, - -0.05857906490564346, - -0.14851520955562592, - 0.9868834614753723 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458692404_1070101.json b/lenses/physics-objects/Scene/assets/1645812458692404_1070101.json deleted file mode 100644 index 01d838a4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458692404_1070101.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458692404:1070101", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458694013_1070114.json b/lenses/physics-objects/Scene/assets/1645812458694013_1070114.json deleted file mode 100644 index 6fac794f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458694013_1070114.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458694013:1070114", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.70188045501709, - 0.0, - 7.105427357601002e-15 - ] - ], - [ - 0.5333333611488342, - [ - 9.726768493652344, - -1.4210836927510111e-14, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.6859712600708, - -1.9387039443735764e-26, - 6.217248937900877e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.713971138000488, - 0.0, - 1.2434497875801753e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.700383186340332, - -6.402349254233616e-25, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458694434_1070121.json b/lenses/physics-objects/Scene/assets/1645812458694434_1070121.json deleted file mode 100644 index cd68e64c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458694434_1070121.json +++ /dev/null @@ -1,1774 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458694434:1070121", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026021884754300117, - -0.05280650407075882, - -0.0682370513677597, - 0.9959307312965393 - ] - ], - [ - 0.03333333507180214, - [ - -0.026021884754300117, - -0.05280650407075882, - -0.0682370513677597, - 0.9959307312965393 - ] - ], - [ - 0.06666667014360428, - [ - -0.02483760006725788, - -0.053331159055233, - -0.06917396187782288, - 0.9958683848381042 - ] - ], - [ - 0.10000000149011612, - [ - -0.02352728880941868, - -0.05395149067044258, - -0.07080107182264328, - 0.9957524538040161 - ] - ], - [ - 0.13333334028720856, - [ - -0.022137224674224854, - -0.05466808006167412, - -0.07313591241836548, - 0.9955765604972839 - ] - ], - [ - 0.1666666716337204, - [ - -0.020705722272396088, - -0.05546550452709198, - -0.07607628405094147, - 0.9953427910804749 - ] - ], - [ - 0.20000000298023224, - [ - -0.019270790740847588, - -0.05633105710148811, - -0.07951931655406952, - 0.9950538277626038 - ] - ], - [ - 0.23333333432674408, - [ - -0.017869984731078148, - -0.0572543628513813, - -0.08336141705513, - 0.994712769985199 - ] - ], - [ - 0.2666666805744171, - [ - -0.016540298238396645, - -0.0582268089056015, - -0.08749876916408539, - 0.9943239092826843 - ] - ], - [ - 0.30000001192092896, - [ - -0.015318294987082481, - -0.05924132466316223, - -0.0918273776769638, - 0.9938931465148926 - ] - ], - [ - 0.3333333432674408, - [ - -0.014240027405321598, - -0.060291774570941925, - -0.09624334424734116, - 0.9934280514717102 - ] - ], - [ - 0.36666667461395264, - [ - -0.01334113348275423, - -0.0613725520670414, - -0.1006431058049202, - 0.9929382801055908 - ] - ], - [ - 0.4000000059604645, - [ - -0.012629636563360691, - -0.06246950477361679, - -0.10492885112762451, - 0.9924353957176208 - ] - ], - [ - 0.4333333373069763, - [ - -0.012102247215807438, - -0.06356310844421387, - -0.10900610685348511, - 0.9919329285621643 - ] - ], - [ - 0.46666666865348816, - [ - -0.011747309938073158, - -0.06463058292865753, - -0.11278312653303146, - 0.9914458394050598 - ] - ], - [ - 0.5, - [ - -0.011547422036528587, - -0.06564479321241379, - -0.1161709800362587, - 0.9909902811050415 - ] - ], - [ - 0.5333333611488342, - [ - -0.011496959254145622, - -0.06657884269952774, - -0.11907999962568283, - 0.9905831813812256 - ] - ], - [ - 0.5666666626930237, - [ - -0.011587933637201786, - -0.06740304082632065, - -0.12142226845026016, - 0.9902420043945313 - ] - ], - [ - 0.6000000238418579, - [ - -0.011805299669504166, - -0.06807580590248108, - -0.1230941116809845, - 0.9899869561195374 - ] - ], - [ - 0.6333333253860474, - [ - -0.01213016826659441, - -0.06855198740959167, - -0.12398840487003326, - 0.9898386597633362 - ] - ], - [ - 0.6666666865348816, - [ - -0.012540890835225582, - -0.06885268539190292, - -0.12425936013460159, - 0.9897785782814026 - ] - ], - [ - 0.699999988079071, - [ - -0.013012110255658627, - -0.0690113827586174, - -0.12411346286535263, - 0.9897797703742981 - ] - ], - [ - 0.7333333492279053, - [ - -0.013524577021598816, - -0.0690566822886467, - -0.12363094836473465, - 0.9898301362991333 - ] - ], - [ - 0.7666666507720947, - [ - -0.01405705139040947, - -0.06902697682380676, - -0.12291732430458069, - 0.9899136424064636 - ] - ], - [ - 0.800000011920929, - [ - -0.014601712115108967, - -0.06892362982034683, - -0.1219935417175293, - 0.9900272488594055 - ] - ], - [ - 0.8333333134651184, - [ - -0.015150883235037327, - -0.06874815374612808, - -0.12088052928447723, - 0.9901677966117859 - ] - ], - [ - 0.8666666746139526, - [ - -0.015697015449404716, - -0.06850223243236542, - -0.11959902942180634, - 0.9903318285942078 - ] - ], - [ - 0.8999999761581421, - [ - -0.016232695430517197, - -0.06818784028291702, - -0.11816981434822083, - 0.9905164241790771 - ] - ], - [ - 0.9333333373069763, - [ - -0.016750693321228027, - -0.06780722737312317, - -0.11661352962255478, - 0.9907183647155762 - ] - ], - [ - 0.9666666388511658, - [ - -0.017243873327970505, - -0.06736300140619278, - -0.1149507537484169, - 0.9909344911575317 - ] - ], - [ - 1.0, - [ - -0.0177052803337574, - -0.06685809046030045, - -0.1132020577788353, - 0.9911619424819946 - ] - ], - [ - 1.0333333015441895, - [ - -0.018128003925085068, - -0.0662958025932312, - -0.11138789355754852, - 0.991397500038147 - ] - ], - [ - 1.0666667222976685, - [ - -0.018505269661545753, - -0.06567983329296112, - -0.10952875018119812, - 0.9916386008262634 - ] - ], - [ - 1.100000023841858, - [ - -0.018830355256795883, - -0.06501418352127075, - -0.10764501988887787, - 0.9918826222419739 - ] - ], - [ - 1.1333333253860474, - [ - -0.019096584990620613, - -0.0643031895160675, - -0.10575710982084274, - 0.9921269416809082 - ] - ], - [ - 1.1666666269302368, - [ - -0.019297288730740547, - -0.06355147808790207, - -0.10388534516096115, - 0.9923692345619202 - ] - ], - [ - 1.2000000476837158, - [ - -0.019516678526997566, - -0.06278121471405029, - -0.10196617245674133, - 0.9926129579544067 - ] - ], - [ - 1.2333333492279053, - [ - -0.01983211375772953, - -0.06201409548521042, - -0.09994170814752579, - 0.9928607940673828 - ] - ], - [ - 1.2666666507720947, - [ - -0.02022656612098217, - -0.06125452741980553, - -0.09784077852964401, - 0.9931092262268066 - ] - ], - [ - 1.2999999523162842, - [ - -0.020677275955677032, - -0.06050567328929901, - -0.09569349884986877, - 0.9933551549911499 - ] - ], - [ - 1.3333333730697632, - [ - -0.021167948842048645, - -0.05977289378643036, - -0.09352884441614151, - 0.9935952425003052 - ] - ], - [ - 1.3666666746139526, - [ - -0.021664919331669807, - -0.05905643478035927, - -0.09137923270463943, - 0.9938274621963501 - ] - ], - [ - 1.399999976158142, - [ - -0.022138377651572227, - -0.05835786089301109, - -0.08927644789218903, - 0.9940493702888489 - ] - ], - [ - 1.4333332777023315, - [ - -0.022577429190278053, - -0.0576840303838253, - -0.08724907785654068, - 0.9942588210105896 - ] - ], - [ - 1.4666666984558105, - [ - -0.02297297865152359, - -0.057041652500629425, - -0.08532567322254181, - 0.9944537281990051 - ] - ], - [ - 1.5, - [ - -0.023317594081163406, - -0.05643796548247337, - -0.08353795856237411, - 0.9946319460868835 - ] - ], - [ - 1.5333333015441895, - [ - -0.02360648289322853, - -0.05587957799434662, - -0.08191932737827301, - 0.9947911500930786 - ] - ], - [ - 1.5666667222976685, - [ - -0.023831233382225037, - -0.055353011935949326, - -0.08047924190759659, - 0.9949327707290649 - ] - ], - [ - 1.600000023841858, - [ - -0.023986220359802246, - -0.05484337732195854, - -0.07921163737773895, - 0.9950590133666992 - ] - ], - [ - 1.6333333253860474, - [ - -0.02405911684036255, - -0.05436776950955391, - -0.07809389382600784, - 0.9951717853546143 - ] - ], - [ - 1.6666666269302368, - [ - -0.024040454998612404, - -0.05393727496266365, - -0.0770951509475708, - 0.9952734112739563 - ] - ], - [ - 1.7000000476837158, - [ - -0.023943915963172913, - -0.0535484254360199, - -0.07620938122272491, - 0.9953649640083313 - ] - ], - [ - 1.7333333492279053, - [ - -0.02378341741859913, - -0.05319844186306, - -0.07543028146028519, - 0.9954469203948975 - ] - ], - [ - 1.7666666507720947, - [ - -0.023572873324155807, - -0.05288522690534592, - -0.07475142180919647, - 0.9955198168754578 - ] - ], - [ - 1.7999999523162842, - [ - -0.023326387628912926, - -0.05260726436972618, - -0.07416621595621109, - 0.9955841302871704 - ] - ], - [ - 1.8333333730697632, - [ - -0.023058107122778893, - -0.0523635596036911, - -0.07366808503866196, - 0.995640218257904 - ] - ], - [ - 1.8666666746139526, - [ - -0.02278229035437107, - -0.05215359106659889, - -0.0732501819729805, - 0.9956883788108826 - ] - ], - [ - 1.899999976158142, - [ - -0.022513344883918762, - -0.05197723209857941, - -0.07290565967559814, - 0.9957290291786194 - ] - ], - [ - 1.9333332777023315, - [ - -0.022265708073973656, - -0.051834654062986374, - -0.07262757420539856, - 0.9957623481750488 - ] - ], - [ - 1.9666666984558105, - [ - -0.022053901106119156, - -0.0517263226211071, - -0.07240881770849228, - 0.9957886338233948 - ] - ], - [ - 2.066666603088379, - [ - -0.02177959494292736, - -0.05161436274647713, - -0.07203663140535355, - 0.9958274364471436 - ] - ], - [ - 2.0999999046325684, - [ - -0.021857276558876038, - -0.051651109009981155, - -0.07198280096054077, - 0.9958277344703674 - ] - ], - [ - 2.133333444595337, - [ - -0.022033706307411194, - -0.05172433704137802, - -0.0719531998038292, - 0.9958221912384033 - ] - ], - [ - 2.200000047683716, - [ - -0.022681837901473045, - -0.05197069048881531, - -0.07194559276103973, - 0.9957953691482544 - ] - ], - [ - 2.2333333492279053, - [ - -0.023159265518188477, - -0.052139509469270706, - -0.07195602357387543, - 0.9957748055458069 - ] - ], - [ - 2.2666666507720947, - [ - -0.02374163456261158, - -0.052335985004901886, - -0.07196836918592453, - 0.9957498908042908 - ] - ], - [ - 2.299999952316284, - [ - -0.024427229538559914, - -0.052557315677404404, - -0.071977399289608, - 0.9957211017608643 - ] - ], - [ - 2.3333332538604736, - [ - -0.025211742147803307, - -0.05280408263206482, - -0.07197922468185425, - 0.995688259601593 - ] - ], - [ - 2.366666555404663, - [ - -0.026085516437888145, - -0.05307560786604881, - -0.0719691663980484, - 0.9956520199775696 - ] - ], - [ - 2.4000000953674316, - [ - -0.027124710381031036, - -0.05336478725075722, - -0.07181509584188461, - 0.9956199526786804 - ] - ], - [ - 2.433333396911621, - [ - -0.028406688943505287, - -0.053662657737731934, - -0.07139650732278824, - 0.9955983757972717 - ] - ], - [ - 2.4666666984558105, - [ - -0.029912006109952927, - -0.053960081189870834, - -0.07071620970964432, - 0.9955867528915405 - ] - ], - [ - 2.5, - [ - -0.031616125255823135, - -0.05425413325428963, - -0.06978415697813034, - 0.9955838918685913 - ] - ], - [ - 2.5333333015441895, - [ - -0.033491916954517365, - -0.05454528331756592, - -0.06862486153841019, - 0.9955871105194092 - ] - ], - [ - 2.566666603088379, - [ - -0.03551212325692177, - -0.05483517423272133, - -0.06726270914077759, - 0.9955941438674927 - ] - ], - [ - 2.5999999046325684, - [ - -0.03764951974153519, - -0.05512615665793419, - -0.06572217494249344, - 0.9956024289131165 - ] - ], - [ - 2.633333444595337, - [ - -0.039876777678728104, - -0.0554211288690567, - -0.06402777880430222, - 0.9956097602844238 - ] - ], - [ - 2.6666667461395264, - [ - -0.04216654226183891, - -0.05572319030761719, - -0.06220415234565735, - 0.9956141710281372 - ] - ], - [ - 2.700000047683716, - [ - -0.04449132829904556, - -0.056035567075014114, - -0.06027597188949585, - 0.9956140518188477 - ] - ], - [ - 2.7333333492279053, - [ - -0.04682375490665436, - -0.05636123940348625, - -0.058268025517463684, - 0.9956082701683044 - ] - ], - [ - 2.7666666507720947, - [ - -0.04913628101348877, - -0.056702855974435806, - -0.05620527267456055, - 0.9955959916114807 - ] - ], - [ - 2.799999952316284, - [ - -0.05140148475766182, - -0.05706251785159111, - -0.054112743586301804, - 0.9955770969390869 - ] - ], - [ - 2.8333332538604736, - [ - -0.05359184741973877, - -0.057441726326942444, - -0.05201559141278267, - 0.9955514669418335 - ] - ], - [ - 2.866666555404663, - [ - -0.05567985400557518, - -0.05784113332629204, - -0.04993903264403343, - 0.9955201148986816 - ] - ], - [ - 2.9000000953674316, - [ - -0.057638198137283325, - -0.05826060101389885, - -0.04790829122066498, - 0.9954839944839478 - ] - ], - [ - 2.933333396911621, - [ - -0.059396494179964066, - -0.05868490785360336, - -0.045989181846380234, - 0.9954462051391602 - ] - ], - [ - 2.9666666984558105, - [ - -0.06089858338236809, - -0.05910109356045723, - -0.04423385486006737, - 0.9954103827476501 - ] - ], - [ - 3.0, - [ - -0.062138404697179794, - -0.059511493891477585, - -0.042647264897823334, - 0.9953785538673401 - ] - ], - [ - 3.0333333015441895, - [ - -0.06310971081256866, - -0.05991823226213455, - -0.041234347969293594, - 0.995352566242218 - ] - ], - [ - 3.066666603088379, - [ - -0.06377994269132614, - -0.06032000482082367, - -0.04000487178564072, - 0.9953357577323914 - ] - ], - [ - 3.0999999046325684, - [ - -0.06412757933139801, - -0.06071696802973747, - -0.03896668925881386, - 0.9953304529190063 - ] - ], - [ - 3.133333444595337, - [ - -0.06416573375463486, - -0.06111450865864754, - -0.03812120482325554, - 0.9953364133834839 - ] - ], - [ - 3.1666667461395264, - [ - -0.06391650438308716, - -0.061518263071775436, - -0.03746815770864487, - 0.9953523874282837 - ] - ], - [ - 3.200000047683716, - [ - -0.06341753154993057, - -0.06193394586443901, - -0.037004485726356506, - 0.9953758716583252 - ] - ], - [ - 3.2333333492279053, - [ - -0.0626838207244873, - -0.062356285750865936, - -0.036751940846443176, - 0.9954053163528442 - ] - ], - [ - 3.2666666507720947, - [ - -0.061710819602012634, - -0.06277580559253693, - -0.03672843798995018, - 0.9954406023025513 - ] - ], - [ - 3.299999952316284, - [ - -0.06052059307694435, - -0.06319097429513931, - -0.0369366891682148, - 0.9954797029495239 - ] - ], - [ - 3.3333332538604736, - [ - -0.05913737788796425, - -0.06361398845911026, - -0.03760865330696106, - 0.9955107569694519 - ] - ], - [ - 3.366666555404663, - [ - -0.05759214982390404, - -0.06405666470527649, - -0.03891990706324577, - 0.9955225586891174 - ] - ], - [ - 3.4000000953674316, - [ - -0.05592197924852371, - -0.06453723460435867, - -0.04091975837945938, - 0.9955065250396729 - ] - ], - [ - 3.433333396911621, - [ - -0.0541684664785862, - -0.06506757438182831, - -0.04363185912370682, - 0.9954538941383362 - ] - ], - [ - 3.4666666984558105, - [ - -0.05236531421542168, - -0.06563615053892136, - -0.0469575971364975, - 0.9953616261482239 - ] - ], - [ - 3.5, - [ - -0.05054599046707153, - -0.06623413413763046, - -0.05079791694879532, - 0.995227575302124 - ] - ], - [ - 3.5333333015441895, - [ - -0.048743534833192825, - -0.06685502082109451, - -0.05505317077040672, - 0.9950496554374695 - ] - ], - [ - 3.566666603088379, - [ - -0.046990759670734406, - -0.06749417632818222, - -0.05962330475449562, - 0.9948274493217468 - ] - ], - [ - 3.5999999046325684, - [ - -0.045307792723178864, - -0.06814396381378174, - -0.06441912800073624, - 0.9945622086524963 - ] - ], - [ - 3.633333444595337, - [ - -0.04372744262218475, - -0.06880304217338562, - -0.06933947652578354, - 0.9942566752433777 - ] - ], - [ - 3.6666667461395264, - [ - -0.042300958186388016, - -0.06947728991508484, - -0.07426606118679047, - 0.9939155578613281 - ] - ], - [ - 3.700000047683716, - [ - -0.04105139896273613, - -0.07016521692276001, - -0.07908721268177032, - 0.9935476183891296 - ] - ], - [ - 3.7333333492279053, - [ - -0.03999044746160507, - -0.07085967808961868, - -0.08369430154561996, - 0.9931641221046448 - ] - ], - [ - 3.7666666507720947, - [ - -0.03912116959691048, - -0.07154945284128189, - -0.08798156678676605, - 0.9927786588668823 - ] - ], - [ - 3.799999952316284, - [ - -0.038440968841314316, - -0.07221810519695282, - -0.09184567630290985, - 0.9924067854881287 - ] - ], - [ - 3.8333332538604736, - [ - -0.037958767265081406, - -0.07284725457429886, - -0.09518218040466309, - 0.992064893245697 - ] - ], - [ - 3.866666555404663, - [ - -0.03765068203210831, - -0.07340595126152039, - -0.09791576117277145, - 0.9917693734169006 - ] - ], - [ - 3.9000000953674316, - [ - -0.037476181983947754, - -0.07385292649269104, - -0.09996291249990463, - 0.9915386438369751 - ] - ], - [ - 3.933333396911621, - [ - -0.037416256964206696, - -0.07415176182985306, - -0.10121376812458038, - 0.9913915991783142 - ] - ], - [ - 3.9666666984558105, - [ - -0.03744834288954735, - -0.07430694252252579, - -0.10182485729455948, - 0.9913161993026733 - ] - ], - [ - 4.0333333015441895, - [ - -0.0376892052590847, - -0.0742531344294548, - -0.10184085369110107, - 0.9913094639778137 - ] - ], - [ - 4.066666603088379, - [ - -0.03785650432109833, - -0.07410434633493423, - -0.10143651068210602, - 0.9913556575775146 - ] - ], - [ - 4.099999904632568, - [ - -0.03803957998752594, - -0.07388697564601898, - -0.10081542283296585, - 0.9914282560348511 - ] - ], - [ - 4.133333206176758, - [ - -0.038230348378419876, - -0.07360221445560455, - -0.09999947249889374, - 0.9915248155593872 - ] - ], - [ - 4.166666507720947, - [ - -0.03842085599899292, - -0.07325143367052078, - -0.0990103930234909, - 0.9916425943374634 - ] - ], - [ - 4.199999809265137, - [ - -0.038603316992521286, - -0.07283631712198257, - -0.09786989539861679, - 0.9917792677879333 - ] - ], - [ - 4.233333110809326, - [ - -0.038770128041505814, - -0.07235883176326752, - -0.0965995341539383, - 0.9919322729110718 - ] - ], - [ - 4.266666889190674, - [ - -0.03891385346651077, - -0.07182128727436066, - -0.09522078931331635, - 0.9920991063117981 - ] - ], - [ - 4.300000190734863, - [ - -0.039027098566293716, - -0.07122638076543808, - -0.09375503659248352, - 0.9922770261764526 - ] - ], - [ - 4.333333492279053, - [ - -0.0391027107834816, - -0.07057712227106094, - -0.09222353249788284, - 0.9924639463424683 - ] - ], - [ - 4.366666793823242, - [ - -0.03913356736302376, - -0.06987692415714264, - -0.09064751118421555, - 0.9926574230194092 - ] - ], - [ - 4.400000095367432, - [ - -0.03911261260509491, - -0.0691295862197876, - -0.0890481173992157, - 0.9928553700447083 - ] - ], - [ - 4.433333396911621, - [ - -0.039032917469739914, - -0.06833911687135696, - -0.08744630217552185, - 0.9930555820465088 - ] - ], - [ - 4.4666666984558105, - [ - -0.038887541741132736, - -0.06750988960266113, - -0.08586310595273972, - 0.9932560920715332 - ] - ], - [ - 4.5, - [ - -0.0386694110929966, - -0.0666465014219284, - -0.08431939035654068, - 0.993455171585083 - ] - ], - [ - 4.5333333015441895, - [ - -0.03837152570486069, - -0.06575372815132141, - -0.08283597975969315, - 0.9936509728431702 - ] - ], - [ - 4.566666603088379, - [ - -0.03798706457018852, - -0.06483661383390427, - -0.08143336325883865, - 0.9938419461250305 - ] - ], - [ - 4.599999904632568, - [ - -0.037504643201828, - -0.0638992041349411, - -0.08013183623552322, - 0.994026780128479 - ] - ], - [ - 4.633333206176758, - [ - -0.03691992536187172, - -0.06294737756252289, - -0.07894989103078842, - 0.9942039251327515 - ] - ], - [ - 4.666666507720947, - [ - -0.03621114790439606, - -0.061982497572898865, - -0.07790927588939667, - 0.9943727254867554 - ] - ], - [ - 4.699999809265137, - [ - -0.035360582172870636, - -0.061006806790828705, - -0.0770307406783104, - 0.9945321083068848 - ] - ], - [ - 4.733333110809326, - [ - -0.03436916321516037, - -0.06002705916762352, - -0.07633136212825775, - 0.9946804642677307 - ] - ], - [ - 4.766666889190674, - [ - -0.033239878714084625, - -0.05904979258775711, - -0.07582782953977585, - 0.9948157668113708 - ] - ], - [ - 4.800000190734863, - [ - -0.03197718784213066, - -0.0580824539065361, - -0.0755399540066719, - 0.9949359893798828 - ] - ], - [ - 4.833333492279053, - [ - -0.030588120222091675, - -0.057131946086883545, - -0.07548882812261581, - 0.9950385689735413 - ] - ], - [ - 4.866666793823242, - [ - -0.02907613478600979, - -0.056184906512498856, - -0.07567095756530762, - 0.9951239824295044 - ] - ], - [ - 4.900000095367432, - [ - -0.027434634044766426, - -0.05522500351071358, - -0.07608005404472351, - 0.9951931238174438 - ] - ], - [ - 4.933333396911621, - [ - -0.02564946375787258, - -0.05426887050271034, - -0.07669474184513092, - 0.995246171951294 - ] - ], - [ - 4.9666666984558105, - [ - -0.023721762001514435, - -0.05333363264799118, - -0.07747450470924377, - 0.9952841401100159 - ] - ], - [ - 5.0, - [ - -0.021675944328308105, - -0.05242380127310753, - -0.0784037783741951, - 0.9953063726425171 - ] - ], - [ - 5.0333333015441895, - [ - -0.01953667588531971, - -0.05154455825686455, - -0.0794668048620224, - 0.9953122735023499 - ] - ], - [ - 5.066666603088379, - [ - -0.01732863485813141, - -0.05070148780941963, - -0.08064767718315125, - 0.9953014850616455 - ] - ], - [ - 5.099999904632568, - [ - -0.015076792798936367, - -0.049900494515895844, - -0.08193036168813705, - 0.9952739477157593 - ] - ], - [ - 5.133333206176758, - [ - -0.012806215323507786, - -0.04914760962128639, - -0.083298459649086, - 0.9952295422554016 - ] - ], - [ - 5.166666507720947, - [ - -0.010542154312133789, - -0.04844880476593971, - -0.08473551273345947, - 0.9951690435409546 - ] - ], - [ - 5.199999809265137, - [ - -0.008309999480843544, - -0.047809965908527374, - -0.08622470498085022, - 0.9950931668281555 - ] - ], - [ - 5.233333110809326, - [ - -0.006135264877229929, - -0.0472366102039814, - -0.08774907886981964, - 0.9950031042098999 - ] - ], - [ - 5.266666889190674, - [ - -0.004043503198772669, - -0.04673389345407486, - -0.08929137885570526, - 0.9949003458023071 - ] - ], - [ - 5.300000190734863, - [ - -0.0020605011377483606, - -0.04630643501877785, - -0.09083416312932968, - 0.9947867393493652 - ] - ], - [ - 5.333333492279053, - [ - -0.00021196811576373875, - -0.04595837742090225, - -0.0923597514629364, - 0.9946644902229309 - ] - ], - [ - 5.366666793823242, - [ - 0.0014763239305466413, - -0.045693010091781616, - -0.09385034441947937, - 0.9945361018180847 - ] - ], - [ - 5.400000095367432, - [ - 0.0029786035884171724, - -0.045513052493333817, - -0.09528793394565582, - 0.9944043159484863 - ] - ], - [ - 5.433333396911621, - [ - 0.004279181361198425, - -0.045417409390211105, - -0.09665578603744507, - 0.994271993637085 - ] - ], - [ - 5.4666666984558105, - [ - 0.005369213409721851, - -0.04540211334824562, - -0.09793796390295029, - 0.9941419363021851 - ] - ], - [ - 5.5, - [ - 0.006231349427253008, - -0.04546410217881203, - -0.09911733865737915, - 0.9940170645713806 - ] - ], - [ - 5.5333333015441895, - [ - 0.006855480372905731, - -0.04559748247265816, - -0.10017790645360947, - 0.9939005374908447 - ] - ], - [ - 5.566666603088379, - [ - 0.007227946072816849, - -0.04579707980155945, - -0.10110302269458771, - 0.9937950372695923 - ] - ], - [ - 5.599999904632568, - [ - 0.007339727599173784, - -0.04605570435523987, - -0.10187679529190063, - 0.9937032461166382 - ] - ], - [ - 5.633333206176758, - [ - 0.007184233050793409, - -0.046369362622499466, - -0.10248366743326187, - 0.9936274886131287 - ] - ], - [ - 5.666666507720947, - [ - 0.006760112941265106, - -0.046731527894735336, - -0.10290733724832535, - 0.9935696125030518 - ] - ], - [ - 5.699999809265137, - [ - 0.006070578936487436, - -0.047100648283958435, - -0.103091761469841, - 0.9935374855995178 - ] - ], - [ - 5.733333110809326, - [ - 0.005124197807163, - -0.0474369153380394, - -0.10299938172101974, - 0.9935364127159119 - ] - ], - [ - 5.766666889190674, - [ - 0.003939073067158461, - -0.047729361802339554, - -0.10263249278068542, - 0.9935657978057861 - ] - ], - [ - 5.800000190734863, - [ - 0.002538390690460801, - -0.04797583073377609, - -0.1020004078745842, - 0.9936235547065735 - ] - ], - [ - 5.833333492279053, - [ - 0.0009479402215220034, - -0.0481790192425251, - -0.10112619400024414, - 0.9937058687210083 - ] - ], - [ - 5.866666793823242, - [ - -0.0008064242429099977, - -0.048342883586883545, - -0.10003256052732468, - 0.9938087463378906 - ] - ], - [ - 5.900000095367432, - [ - -0.0026988014578819275, - -0.04847247153520584, - -0.09874214977025986, - 0.9939281344413757 - ] - ], - [ - 5.933333396911621, - [ - -0.004703233018517494, - -0.04857347905635834, - -0.09727739542722702, - 0.9940601587295532 - ] - ], - [ - 5.9666666984558105, - [ - -0.00679366011172533, - -0.04865219071507454, - -0.09566085785627365, - 0.9942011833190918 - ] - ], - [ - 6.0, - [ - -0.008943967521190643, - -0.048714976757764816, - -0.09391497075557709, - 0.9943474531173706 - ] - ], - [ - 6.0333333015441895, - [ - -0.011127984151244164, - -0.048768412321805954, - -0.09206250309944153, - 0.9944961071014404 - ] - ], - [ - 6.066666603088379, - [ - -0.013319465331733227, - -0.048818737268447876, - -0.09012618660926819, - 0.994644045829773 - ] - ], - [ - 6.099999904632568, - [ - -0.015492075122892857, - -0.048871930688619614, - -0.08812906593084335, - 0.9947888255119324 - ] - ], - [ - 6.133333206176758, - [ - -0.01761947013437748, - -0.048933468759059906, - -0.0860944613814354, - 0.9949285387992859 - ] - ], - [ - 6.166666507720947, - [ - -0.01967526040971279, - -0.04900814965367317, - -0.08404581248760223, - 0.9950615167617798 - ] - ], - [ - 6.199999809265137, - [ - -0.021632999181747437, - -0.04910003021359444, - -0.08200685679912567, - 0.995186448097229 - ] - ], - [ - 6.233333110809326, - [ - -0.023466244339942932, - -0.04921233281493187, - -0.08000154793262482, - 0.995302677154541 - ] - ], - [ - 6.266666889190674, - [ - -0.025148574262857437, - -0.04934728145599365, - -0.07805398106575012, - 0.9954094290733337 - ] - ], - [ - 6.300000190734863, - [ - -0.02665356919169426, - -0.049506183713674545, - -0.07618844509124756, - 0.9955069422721863 - ] - ], - [ - 6.333333492279053, - [ - -0.027954837307333946, - -0.04968927055597305, - -0.07442941516637802, - 0.9955952763557434 - ] - ], - [ - 6.366666793823242, - [ - -0.028999963775277138, - -0.04988998919725418, - -0.07280520349740982, - 0.9956754446029663 - ] - ], - [ - 6.400000095367432, - [ - -0.029747439548373222, - -0.05010358989238739, - -0.07134268432855606, - 0.9957484602928162 - ] - ], - [ - 6.433333396911621, - [ - -0.03019026480615139, - -0.05033330246806145, - -0.07006324082612991, - 0.9958143830299377 - ] - ], - [ - 6.4666666984558105, - [ - -0.030330296605825424, - -0.05058237910270691, - -0.06898698955774307, - 0.9958726167678833 - ] - ], - [ - 6.5, - [ - -0.030185379087924957, - -0.050854939967393875, - -0.06813158094882965, - 0.9959221482276917 - ] - ], - [ - 6.5333333015441895, - [ - -0.02977871336042881, - -0.051154885441064835, - -0.06751347333192825, - 0.9959610104560852 - ] - ], - [ - 6.566666603088379, - [ - -0.029130391776561737, - -0.05148439109325409, - -0.0671304240822792, - 0.995989203453064 - ] - ], - [ - 6.599999904632568, - [ - -0.02826729230582714, - -0.0518479160964489, - -0.0669831857085228, - 0.996005117893219 - ] - ], - [ - 6.633333206176758, - [ - -0.027219029143452644, - -0.052279867231845856, - -0.06729605048894882, - 0.9959905743598938 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458694840_1070128.json b/lenses/physics-objects/Scene/assets/1645812458694840_1070128.json deleted file mode 100644 index 59b7f312..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458694840_1070128.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458694840:1070128", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458697150_1070141.json b/lenses/physics-objects/Scene/assets/1645812458697150_1070141.json deleted file mode 100644 index 8797e295..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458697150_1070141.json +++ /dev/null @@ -1,674 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458697150:1070141", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.555261611938477, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.50987434387207, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.51086711883545, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.531912803649902, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.585413932800293, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.635934829711914, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.66999340057373, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.681620597839355, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.660406112670898, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.619580268859863, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.583708763122559, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.556190490722656, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.531167984008789, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.542634010314941, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.589513778686523, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.65059757232666, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.685772895812988, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.676735877990723, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.603480339050293, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.58304500579834, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.590846061706543, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.658583641052246, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.658242225646973, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.619107246398926, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.587224006652832, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.587448120117188, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.609709739685059, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.60838508605957, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.582024574279785, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.570038795471191, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.59213638305664, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.620068550109863, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.640358924865723, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.641069412231445, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.604251861572266, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.53979778289795, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.489099502563477, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.468329429626465, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.454858779907227, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.433846473693848, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.425662994384766, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.463200569152832, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.527649879455566, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.595046043395996, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.635164260864258, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.61625862121582, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.542609214782715, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.464465141296387, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.433324813842773, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.44945240020752, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.473297119140625, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.501198768615723, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.54847526550293, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.61844539642334, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.676079750061035, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.686969757080078, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.663869857788086, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.61868667602539, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.583380699157715, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.591826438903809, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.622196197509766, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.663284301757813, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.690982818603516, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.675714492797852, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.586871147155762, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.505417823791504, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.474292755126953, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.494719505310059, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.53557014465332, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.582939147949219, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.62119197845459, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.641746520996094, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.629241943359375, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.594228744506836, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.552000045776367, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.516843795776367, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.493947982788086, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.471098899841309, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.472784996032715, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.546449661254883, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458697617_1070148.json b/lenses/physics-objects/Scene/assets/1645812458697617_1070148.json deleted file mode 100644 index 4646334a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458697617_1070148.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458697617:1070148", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024179235100746155, - -0.17211982607841492, - 0.021338671445846558, - 0.984548032283783 - ] - ], - [ - 0.03333333507180214, - [ - 0.024179235100746155, - -0.17211982607841492, - 0.021338671445846558, - 0.984548032283783 - ] - ], - [ - 0.06666667014360428, - [ - 0.028646165505051613, - -0.19235874712467194, - 0.03515562042593956, - 0.9802762866020203 - ] - ], - [ - 0.10000000149011612, - [ - 0.03125419467687607, - -0.20405003428459167, - 0.04167700558900833, - 0.9775733947753906 - ] - ], - [ - 0.13333334028720856, - [ - 0.027573369443416595, - -0.21329137682914734, - 0.044991351664066315, - 0.975562572479248 - ] - ], - [ - 0.1666666716337204, - [ - 0.018974699079990387, - -0.21986980736255646, - 0.06617696583271027, - 0.973097026348114 - ] - ], - [ - 0.20000000298023224, - [ - 0.01221997756510973, - -0.22321836650371552, - 0.10380232334136963, - 0.9691487550735474 - ] - ], - [ - 0.23333333432674408, - [ - 0.011056162416934967, - -0.23284344375133514, - 0.13097068667411804, - 0.9635913968086243 - ] - ], - [ - 0.2666666805744171, - [ - 0.01474050059914589, - -0.2417883276939392, - 0.14462003111839294, - 0.9593780040740967 - ] - ], - [ - 0.30000001192092896, - [ - 0.019654231145977974, - -0.2465147227048874, - 0.14421504735946655, - 0.9581472873687744 - ] - ], - [ - 0.3333333432674408, - [ - 0.022611308842897415, - -0.2460508793592453, - 0.13276012241840363, - 0.9598554372787476 - ] - ], - [ - 0.36666667461395264, - [ - 0.021590465679764748, - -0.2426449954509735, - 0.119513601064682, - 0.9624832272529602 - ] - ], - [ - 0.4000000059604645, - [ - 0.01513074804097414, - -0.23650044202804565, - 0.10720209032297134, - 0.9655808210372925 - ] - ], - [ - 0.4333333373069763, - [ - 0.005252092611044645, - -0.229800745844841, - 0.09643714874982834, - 0.9684338569641113 - ] - ], - [ - 0.46666666865348816, - [ - -0.006199499126523733, - -0.22475163638591766, - 0.08819779753684998, - 0.9703966379165649 - ] - ], - [ - 0.5, - [ - -0.016253486275672913, - -0.22216269373893738, - 0.08332456648349762, - 0.9713066220283508 - ] - ], - [ - 0.5333333611488342, - [ - -0.02391928620636463, - -0.22338534891605377, - 0.08752809464931488, - 0.9704976677894592 - ] - ], - [ - 0.5666666626930237, - [ - -0.03042561374604702, - -0.23135219514369965, - 0.10188349336385727, - 0.9670419692993164 - ] - ], - [ - 0.6000000238418579, - [ - -0.03480982035398483, - -0.24717840552330017, - 0.11867942661046982, - 0.9610443711280823 - ] - ], - [ - 0.6333333253860474, - [ - -0.03607131913304329, - -0.26694148778915405, - 0.13093708455562592, - 0.954094648361206 - ] - ], - [ - 0.6666666865348816, - [ - -0.03211647644639015, - -0.2827286720275879, - 0.1331949383020401, - 0.9493640661239624 - ] - ], - [ - 0.699999988079071, - [ - -0.02380060963332653, - -0.28715696930885315, - 0.12123347818851471, - 0.9498825669288635 - ] - ], - [ - 0.7333333492279053, - [ - -0.014764681458473206, - -0.2790909707546234, - 0.09859489649534225, - 0.9550755620002747 - ] - ], - [ - 0.7666666507720947, - [ - -0.0075396099127829075, - -0.26093339920043945, - 0.06589023023843765, - 0.9630759954452515 - ] - ], - [ - 0.800000011920929, - [ - -0.004764765966683626, - -0.24044950306415558, - 0.02564866468310356, - 0.9703110456466675 - ] - ], - [ - 0.8333333134651184, - [ - -0.007007088977843523, - -0.22634781897068024, - -0.010691765695810318, - 0.973962664604187 - ] - ], - [ - 0.8666666746139526, - [ - -0.013464625924825668, - -0.2204979956150055, - -0.029217084869742393, - 0.9748568534851074 - ] - ], - [ - 0.8999999761581421, - [ - -0.024031279608607292, - -0.21753178536891937, - -0.027767473831772804, - 0.9753621816635132 - ] - ], - [ - 0.9333333373069763, - [ - -0.03689901530742645, - -0.2125229388475418, - -0.0184237752109766, - 0.9762853384017944 - ] - ], - [ - 0.9666666388511658, - [ - -0.04904431849718094, - -0.20504924654960632, - -0.008336331695318222, - 0.9774865508079529 - ] - ], - [ - 1.0, - [ - -0.057828955352306366, - -0.19751408696174622, - 0.0013711992651224136, - 0.9785919189453125 - ] - ], - [ - 1.0333333015441895, - [ - -0.06115015968680382, - -0.19221003353595734, - 0.009157223626971245, - 0.9794039726257324 - ] - ], - [ - 1.0666667222976685, - [ - -0.05866898596286774, - -0.19006092846393585, - 0.013275393284857273, - 0.9799278378486633 - ] - ], - [ - 1.100000023841858, - [ - -0.05137849226593971, - -0.18965721130371094, - 0.012073460035026073, - 0.9804308414459229 - ] - ], - [ - 1.1333333253860474, - [ - -0.040609803050756454, - -0.18833275139331818, - 0.004738878458738327, - 0.9812538623809814 - ] - ], - [ - 1.1666666269302368, - [ - -0.02924792468547821, - -0.18501780927181244, - -0.006453089881688356, - 0.9822786450386047 - ] - ], - [ - 1.2000000476837158, - [ - -0.01984136551618576, - -0.18053574860095978, - -0.019219353795051575, - 0.9831804633140564 - ] - ], - [ - 1.2333333492279053, - [ - -0.012659819796681404, - -0.1767636239528656, - -0.03274589031934738, - 0.9836270213127136 - ] - ], - [ - 1.2666666507720947, - [ - -0.008440428413450718, - -0.1751469522714615, - -0.04509954899549484, - 0.9834725856781006 - ] - ], - [ - 1.2999999523162842, - [ - -0.007468951400369406, - -0.17618095874786377, - -0.05425062030553818, - 0.9828333258628845 - ] - ], - [ - 1.3333333730697632, - [ - -0.013499833643436432, - -0.17992854118347168, - -0.058565299957990646, - 0.9818419218063354 - ] - ], - [ - 1.3666666746139526, - [ - -0.02732173353433609, - -0.18088872730731964, - -0.05219505727291107, - 0.981737494468689 - ] - ], - [ - 1.399999976158142, - [ - -0.042303211987018585, - -0.1748993694782257, - -0.034670859575271606, - 0.9830660223960876 - ] - ], - [ - 1.4333332777023315, - [ - -0.05323433876037598, - -0.16828323900699615, - -0.009530305862426758, - 0.9842540621757507 - ] - ], - [ - 1.4666666984558105, - [ - -0.05994781479239464, - -0.16957803070545197, - 0.016221603378653526, - 0.9835580587387085 - ] - ], - [ - 1.5, - [ - -0.06196760758757591, - -0.1763574779033661, - 0.03009646013379097, - 0.9819125533103943 - ] - ], - [ - 1.5333333015441895, - [ - -0.05840824544429779, - -0.18326431512832642, - 0.027184221893548965, - 0.9809504151344299 - ] - ], - [ - 1.5666667222976685, - [ - -0.05019751191139221, - -0.18795043230056763, - 0.011085533536970615, - 0.9808322787284851 - ] - ], - [ - 1.600000023841858, - [ - -0.03925306722521782, - -0.188775435090065, - -0.01602010242640972, - 0.9811046719551086 - ] - ], - [ - 1.6333333253860474, - [ - -0.02925042435526848, - -0.18591931462287903, - -0.04939999803900719, - 0.9808864593505859 - ] - ], - [ - 1.6666666269302368, - [ - -0.02150425687432289, - -0.18078041076660156, - -0.08341524004936218, - 0.9797437787055969 - ] - ], - [ - 1.7000000476837158, - [ - -0.01818937249481678, - -0.1755034178495407, - -0.11228018254041672, - 0.977885901927948 - ] - ], - [ - 1.7333333492279053, - [ - -0.01991927996277809, - -0.1731981486082077, - -0.13202737271785736, - 0.97579425573349 - ] - ], - [ - 1.7666666507720947, - [ - -0.024661360308527946, - -0.17593078315258026, - -0.13931342959403992, - 0.9741827249526978 - ] - ], - [ - 1.7999999523162842, - [ - -0.02879953756928444, - -0.1829695850610733, - -0.13494816422462463, - 0.9733867049217224 - ] - ], - [ - 1.8333333730697632, - [ - -0.030246557667851448, - -0.1917833536863327, - -0.1225861981511116, - 0.9732815027236938 - ] - ], - [ - 1.8666666746139526, - [ - -0.027858546003699303, - -0.19978097081184387, - -0.10270138084888458, - 0.9740452170372009 - ] - ], - [ - 1.899999976158142, - [ - -0.02123057097196579, - -0.2056128829717636, - -0.0775996744632721, - 0.9753209352493286 - ] - ], - [ - 1.9333332777023315, - [ - -0.010428870096802711, - -0.20869800448417664, - -0.051565006375312805, - 0.9765641093254089 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030081539880484343, - -0.20938394963741302, - -0.02991248108446598, - 0.9773712754249573 - ] - ], - [ - 2.0, - [ - 0.017331989482045174, - -0.2077903300523758, - -0.027041610330343246, - 0.9776459336280823 - ] - ], - [ - 2.0333333015441895, - [ - 0.030669130384922028, - -0.2033606320619583, - -0.04918897524476051, - 0.977386474609375 - ] - ], - [ - 2.066666603088379, - [ - 0.04102475196123123, - -0.19779418408870697, - -0.08486198633909225, - 0.9757012128829956 - ] - ], - [ - 2.0999999046325684, - [ - 0.04447269067168236, - -0.1951339691877365, - -0.11939913034439087, - 0.9724652767181396 - ] - ], - [ - 2.133333444595337, - [ - 0.03983127698302269, - -0.1979387253522873, - -0.14169785380363464, - 0.9691003561019897 - ] - ], - [ - 2.1666667461395264, - [ - 0.03105124644935131, - -0.20258918404579163, - -0.14789345860481262, - 0.9675334692001343 - ] - ], - [ - 2.200000047683716, - [ - 0.02162252925336361, - -0.19955575466156006, - -0.14113466441631317, - 0.9694281816482544 - ] - ], - [ - 2.2333333492279053, - [ - 0.014530008658766747, - -0.18593712151050568, - -0.12931998074054718, - 0.9739058613777161 - ] - ], - [ - 2.2666666507720947, - [ - 0.012152799405157566, - -0.16366051137447357, - -0.11355704814195633, - 0.9798838496208191 - ] - ], - [ - 2.299999952316284, - [ - 0.015454635955393314, - -0.14084945619106293, - -0.09128261357545853, - 0.9856927990913391 - ] - ], - [ - 2.3333332538604736, - [ - 0.023451944813132286, - -0.12965762615203857, - -0.07142333686351776, - 0.988705039024353 - ] - ], - [ - 2.366666555404663, - [ - 0.035693876445293427, - -0.12325289845466614, - -0.0738678127527237, - 0.988978385925293 - ] - ], - [ - 2.4000000953674316, - [ - 0.04609603434801102, - -0.10872849822044373, - -0.09676896035671234, - 0.9882758855819702 - ] - ], - [ - 2.433333396911621, - [ - 0.04801880195736885, - -0.09280912578105927, - -0.12453620135784149, - 0.9866973161697388 - ] - ], - [ - 2.4666666984558105, - [ - 0.04464025795459747, - -0.08483440428972244, - -0.14701072871685028, - 0.9844786524772644 - ] - ], - [ - 2.5, - [ - 0.035098977386951447, - -0.08642283827066422, - -0.1571044772863388, - 0.9831669926643372 - ] - ], - [ - 2.5333333015441895, - [ - 0.023388786241412163, - -0.08781235665082932, - -0.15219655632972717, - 0.9841637015342712 - ] - ], - [ - 2.566666603088379, - [ - 0.016362681984901428, - -0.08222697675228119, - -0.13653580844402313, - 0.9870810508728027 - ] - ], - [ - 2.5999999046325684, - [ - 0.01680814102292061, - -0.07182992249727249, - -0.11299882084131241, - 0.9908527731895447 - ] - ], - [ - 2.633333444595337, - [ - 0.02146187797188759, - -0.06702631711959839, - -0.08400748670101166, - 0.9939766526222229 - ] - ], - [ - 2.6666667461395264, - [ - 0.02509070374071598, - -0.07193857431411743, - -0.06016860529780388, - 0.9952763915061951 - ] - ], - [ - 2.700000047683716, - [ - 0.027863508090376854, - -0.08296997845172882, - -0.04032015800476074, - 0.9953461289405823 - ] - ], - [ - 2.7333333492279053, - [ - 0.02909076027572155, - -0.09365813434123993, - -0.020921992138028145, - 0.9949594736099243 - ] - ], - [ - 2.7666666507720947, - [ - 0.0326312817633152, - -0.10155529528856277, - -0.011898338794708252, - 0.994223415851593 - ] - ], - [ - 2.799999952316284, - [ - 0.03254033997654915, - -0.113880954682827, - -0.009432988241314888, - 0.9929165244102478 - ] - ], - [ - 2.8333332538604736, - [ - 0.01330763753503561, - -0.11607951670885086, - 0.0240315031260252, - 0.9928600788116455 - ] - ], - [ - 2.866666555404663, - [ - -0.018421076238155365, - -0.10732199251651764, - 0.08839403092861176, - 0.9901158213615417 - ] - ], - [ - 2.9000000953674316, - [ - -0.031422026455402374, - -0.10626282542943954, - 0.13333074748516083, - 0.9848572611808777 - ] - ], - [ - 2.933333396911621, - [ - -0.026824792847037315, - -0.10789600759744644, - 0.09658724814653397, - 0.9890954494476318 - ] - ], - [ - 2.9666666984558105, - [ - -0.021101556718349457, - -0.10135690122842789, - -0.0003404493036214262, - 0.9946262836456299 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.01513021718710661, - -0.07104866951704025, - -0.11160121858119965, - 0.9910945296287537 - ] - ], - [ - 3.066666603088379, - [ - 0.03742293640971184, - -0.04916665330529213, - -0.13352300226688385, - 0.9891176819801331 - ] - ], - [ - 3.0999999046325684, - [ - 0.042563896626234055, - -0.038352157920598984, - -0.14899878203868866, - 0.9871761798858643 - ] - ], - [ - 3.133333444595337, - [ - 0.032596293836832047, - -0.03916391730308533, - -0.160437673330307, - 0.985729992389679 - ] - ], - [ - 3.1666667461395264, - [ - 0.02317403256893158, - -0.04228227213025093, - -0.16776472330093384, - 0.9846472144126892 - ] - ], - [ - 3.200000047683716, - [ - 0.015808621421456337, - -0.04450672119855881, - -0.1667969524860382, - 0.9848594069480896 - ] - ], - [ - 3.2333333492279053, - [ - 0.008837452158331871, - -0.04620569944381714, - -0.1562870442867279, - 0.9865907430648804 - ] - ], - [ - 3.2666666507720947, - [ - 0.0028111690189689398, - -0.05246204137802124, - -0.14106641709804535, - 0.9886051416397095 - ] - ], - [ - 3.299999952316284, - [ - -0.0012482425663620234, - -0.06532489508390427, - -0.12742720544338226, - 0.9896937012672424 - ] - ], - [ - 3.3333332538604736, - [ - 0.006831097882241011, - -0.06926160305738449, - -0.13581319153308868, - 0.9882868528366089 - ] - ], - [ - 3.366666555404663, - [ - 0.01860036328434944, - -0.07664129137992859, - -0.14284272491931915, - 0.9865982532501221 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458698026_1070155.json b/lenses/physics-objects/Scene/assets/1645812458698026_1070155.json deleted file mode 100644 index 84d6eabc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458698026_1070155.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458698026:1070155", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458700318_1070168.json b/lenses/physics-objects/Scene/assets/1645812458700318_1070168.json deleted file mode 100644 index 1d3843b5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458700318_1070168.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458700318:1070168", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.687597274780273, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.68779182434082, - 2.423377003053455e-25, - 5.3290705182007514e-15 - ] - ], - [ - 3.633333444595337, - [ - 9.708744049072266, - 4.749815819844958e-25, - 1.1874539549612394e-25 - ] - ], - [ - 6.0, - [ - 9.661788940429688, - 1.4210854715202004e-14, - 1.4210854715202004e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.68540096282959, - -2.842170943040401e-14, - 1.0658141036401503e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458700727_1070175.json b/lenses/physics-objects/Scene/assets/1645812458700727_1070175.json deleted file mode 100644 index 82b8af38..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458700727_1070175.json +++ /dev/null @@ -1,1369 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458700727:1070175", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026119327172636986, - -0.0, - 0.0, - 0.9996588230133057 - ] - ], - [ - 0.03333333507180214, - [ - -0.026119327172636986, - -0.0, - 0.0, - 0.9996588230133057 - ] - ], - [ - 0.06666667014360428, - [ - -0.02493290975689888, - -0.0, - 0.0, - 0.9996891021728516 - ] - ], - [ - 0.10000000149011612, - [ - -0.023621072992682457, - -0.0, - 0.0, - 0.9997209906578064 - ] - ], - [ - 0.13333334028720856, - [ - -0.022230086848139763, - -0.0, - 0.0, - 0.9997528791427612 - ] - ], - [ - 0.1666666716337204, - [ - -0.02079812064766884, - -0.0, - 0.0, - 0.9997836947441101 - ] - ], - [ - 0.20000000298023224, - [ - -0.019362984225153923, - -0.0, - 0.0, - 0.9998125433921814 - ] - ], - [ - 0.23333333432674408, - [ - -0.01796209067106247, - -0.0, - 0.0, - 0.9998387694358826 - ] - ], - [ - 0.2666666805744171, - [ - -0.0166324395686388, - -0.0, - 0.0, - 0.9998617768287659 - ] - ], - [ - 0.30000001192092896, - [ - -0.01541060395538807, - -0.0, - 0.0, - 0.9998812675476074 - ] - ], - [ - 0.3333333432674408, - [ - -0.014332759194076061, - -0.0, - 0.0, - 0.999897301197052 - ] - ], - [ - 0.36666667461395264, - [ - -0.013434810563921928, - -0.0, - 0.0, - 0.9999097585678101 - ] - ], - [ - 0.4000000059604645, - [ - -0.012724872678518295, - -0.0, - 0.0, - 0.999919056892395 - ] - ], - [ - 0.46666666865348816, - [ - -0.011847845278680325, - -0.0, - 0.0, - 0.9999299049377441 - ] - ], - [ - 0.6666666865348816, - [ - -0.01266938541084528, - -0.0, - 0.0, - 0.9999198317527771 - ] - ], - [ - 0.699999988079071, - [ - -0.01314533594995737, - -0.0, - 0.0, - 0.9999136924743652 - ] - ], - [ - 0.7333333492279053, - [ - -0.013662257231771946, - -0.0, - 0.0, - 0.9999066591262817 - ] - ], - [ - 0.7666666507720947, - [ - -0.014198857359588146, - -0.0, - 0.0, - 0.9998992085456848 - ] - ], - [ - 0.800000011920929, - [ - -0.014747210778295994, - -0.0, - 0.0, - 0.9998912811279297 - ] - ], - [ - 0.8333333134651184, - [ - -0.015299548394978046, - -0.0, - 0.0, - 0.9998830556869507 - ] - ], - [ - 0.8666666746139526, - [ - -0.015848256647586823, - -0.0, - 0.0, - 0.9998744130134583 - ] - ], - [ - 0.8999999761581421, - [ - -0.016385912895202637, - -0.0, - 0.0, - 0.9998657703399658 - ] - ], - [ - 0.9333333373069763, - [ - -0.01690520904958248, - -0.0, - 0.0, - 0.9998571872711182 - ] - ], - [ - 1.0, - [ - -0.017860323190689087, - -0.0, - 0.0, - 0.999840497970581 - ] - ], - [ - 1.0333333015441895, - [ - -0.018282247707247734, - -0.0, - 0.0, - 0.9998328685760498 - ] - ], - [ - 1.0666667222976685, - [ - -0.018658054992556572, - -0.0, - 0.0, - 0.9998258948326111 - ] - ], - [ - 1.1333333253860474, - [ - -0.019244560971856117, - -0.0, - 0.0, - 0.9998148083686829 - ] - ], - [ - 1.2000000476837158, - [ - -0.019658122211694717, - -0.0, - 0.0, - 0.9998067617416382 - ] - ], - [ - 1.2333333492279053, - [ - -0.01997074857354164, - -0.0, - 0.0, - 0.9998005628585815 - ] - ], - [ - 1.2666666507720947, - [ - -0.020362719893455505, - -0.0, - 0.0, - 0.9997926354408264 - ] - ], - [ - 1.3333333730697632, - [ - -0.021299567073583603, - -0.0, - 0.0, - 0.9997731447219849 - ] - ], - [ - 1.3666666746139526, - [ - -0.021794306114315987, - -0.0, - 0.0, - 0.9997624754905701 - ] - ], - [ - 1.399999976158142, - [ - -0.022265415638685226, - -0.0, - 0.0, - 0.9997521042823792 - ] - ], - [ - 1.4333332777023315, - [ - -0.022701963782310486, - -0.0, - 0.0, - 0.9997422695159912 - ] - ], - [ - 1.4666666984558105, - [ - -0.023094959557056427, - -0.0, - 0.0, - 0.9997332692146301 - ] - ], - [ - 1.5, - [ - -0.023437000811100006, - -0.0, - 0.0, - 0.999725341796875 - ] - ], - [ - 1.600000023841858, - [ - -0.02409832552075386, - -0.0, - 0.0, - 0.9997096061706543 - ] - ], - [ - 1.7666666507720947, - [ - -0.023672359064221382, - -0.0, - 0.0, - 0.9997197985649109 - ] - ], - [ - 1.8333333730697632, - [ - -0.023152869194746017, - -0.0, - 0.0, - 0.9997319579124451 - ] - ], - [ - 1.899999976158142, - [ - -0.02260415256023407, - -0.0, - 0.0, - 0.9997445940971375 - ] - ], - [ - 2.0, - [ - -0.02197941206395626, - -0.0, - 0.0, - 0.9997584223747253 - ] - ], - [ - 2.200000047683716, - [ - -0.022771719843149185, - -0.0, - 0.0, - 0.999740719795227 - ] - ], - [ - 2.2666666507720947, - [ - -0.023836201056838036, - -0.0, - 0.0, - 0.9997159838676453 - ] - ], - [ - 2.299999952316284, - [ - -0.024524854496121407, - -0.0, - 0.0, - 0.9996992349624634 - ] - ], - [ - 2.3333332538604736, - [ - -0.025312822312116623, - -0.0, - 0.0, - 0.9996795654296875 - ] - ], - [ - 2.366666555404663, - [ - -0.02619045227766037, - -0.0, - 0.0, - 0.9996569752693176 - ] - ], - [ - 2.4000000953674316, - [ - -0.027233973145484924, - -0.0, - 0.0, - 0.9996291995048523 - ] - ], - [ - 2.433333396911621, - [ - -0.028520707041025162, - -0.0, - 0.0, - 0.999593198299408 - ] - ], - [ - 2.4666666984558105, - [ - -0.03003106452524662, - -0.0, - 0.0, - 0.9995489716529846 - ] - ], - [ - 2.5, - [ - -0.03174038231372833, - -0.0, - 0.0, - 0.9994961619377136 - ] - ], - [ - 2.5333333015441895, - [ - -0.03362132981419563, - -0.0, - 0.0, - 0.9994346499443054 - ] - ], - [ - 2.566666603088379, - [ - -0.03564661741256714, - -0.0, - 0.0, - 0.9993645548820496 - ] - ], - [ - 2.5999999046325684, - [ - -0.03778880089521408, - -0.0, - 0.0, - 0.9992857575416565 - ] - ], - [ - 2.633333444595337, - [ - -0.040020592510700226, - -0.0, - 0.0, - 0.999198853969574 - ] - ], - [ - 2.6666667461395264, - [ - -0.04231439530849457, - -0.0, - 0.0, - 0.9991044402122498 - ] - ], - [ - 2.700000047683716, - [ - -0.044642820954322815, - -0.0, - 0.0, - 0.999002993106842 - ] - ], - [ - 2.7333333492279053, - [ - -0.04697838053107262, - -0.0, - 0.0, - 0.9988960027694702 - ] - ], - [ - 2.7666666507720947, - [ - -0.049293678253889084, - -0.0, - 0.0, - 0.9987844228744507 - ] - ], - [ - 2.799999952316284, - [ - -0.05156119167804718, - -0.0, - 0.0, - 0.9986698627471924 - ] - ], - [ - 2.8333332538604736, - [ - -0.05375348776578903, - -0.0, - 0.0, - 0.9985542297363281 - ] - ], - [ - 2.866666555404663, - [ - -0.05584317818284035, - -0.0, - 0.0, - 0.9984395503997803 - ] - ], - [ - 2.9000000953674316, - [ - -0.05780290067195892, - -0.0, - 0.0, - 0.9983280301094055 - ] - ], - [ - 2.933333396911621, - [ - -0.05956228822469711, - -0.0, - 0.0, - 0.9982246160507202 - ] - ], - [ - 2.9666666984558105, - [ - -0.061065252870321274, - -0.0, - 0.0, - 0.9981337785720825 - ] - ], - [ - 3.0, - [ - -0.062305618077516556, - -0.0, - 0.0, - 0.9980571269989014 - ] - ], - [ - 3.0333333015441895, - [ - -0.06327735632658005, - -0.0, - 0.0, - 0.9979960918426514 - ] - ], - [ - 3.0999999046325684, - [ - -0.06429512798786163, - -0.0, - 0.0, - 0.9979309439659119 - ] - ], - [ - 3.1666667461395264, - [ - -0.0640830472111702, - -0.0, - 0.0, - 0.9979445934295654 - ] - ], - [ - 3.200000047683716, - [ - -0.06358332931995392, - -0.0, - 0.0, - 0.997976541519165 - ] - ], - [ - 3.2333333492279053, - [ - -0.06284870207309723, - -0.0, - 0.0, - 0.9980230927467346 - ] - ], - [ - 3.2666666507720947, - [ - -0.06187475100159645, - -0.0, - 0.0, - 0.9980839490890503 - ] - ], - [ - 3.299999952316284, - [ - -0.06068339943885803, - -0.0, - 0.0, - 0.9981570839881897 - ] - ], - [ - 3.3333332538604736, - [ - -0.05929955467581749, - -0.0, - 0.0, - 0.9982402324676514 - ] - ], - [ - 3.366666555404663, - [ - -0.057754676789045334, - -0.0, - 0.0, - 0.99833083152771 - ] - ], - [ - 3.4000000953674316, - [ - -0.05608600750565529, - -0.0, - 0.0, - 0.9984259605407715 - ] - ], - [ - 3.433333396911621, - [ - -0.05433550477027893, - -0.0, - 0.0, - 0.9985227584838867 - ] - ], - [ - 3.4666666984558105, - [ - -0.05253671482205391, - -0.0, - 0.0, - 0.998619019985199 - ] - ], - [ - 3.5, - [ - -0.05072302743792534, - -0.0, - 0.0, - 0.9987127780914307 - ] - ], - [ - 3.5333333015441895, - [ - -0.0489274263381958, - -0.0, - 0.0, - 0.9988023638725281 - ] - ], - [ - 3.566666603088379, - [ - -0.047182511538267136, - -0.0, - 0.0, - 0.9988862872123718 - ] - ], - [ - 3.5999999046325684, - [ - -0.04550832137465477, - -0.0, - 0.0, - 0.9989639520645142 - ] - ], - [ - 3.633333444595337, - [ - -0.0439375638961792, - -0.0, - 0.0, - 0.9990342855453491 - ] - ], - [ - 3.6666667461395264, - [ - -0.04252145439386368, - -0.0, - 0.0, - 0.9990955591201782 - ] - ], - [ - 3.700000047683716, - [ - -0.041282810270786285, - -0.0, - 0.0, - 0.9991475939750671 - ] - ], - [ - 3.7333333492279053, - [ - -0.04023313149809837, - -0.0, - 0.0, - 0.9991903305053711 - ] - ], - [ - 3.7666666507720947, - [ - -0.039375241845846176, - -0.0, - 0.0, - 0.9992244839668274 - ] - ], - [ - 3.799999952316284, - [ - -0.03870610147714615, - -0.0, - 0.0, - 0.9992506504058838 - ] - ], - [ - 3.866666555404663, - [ - -0.03793584555387497, - -0.0, - 0.0, - 0.9992801547050476 - ] - ], - [ - 3.9000000953674316, - [ - -0.037769053131341934, - -0.0, - 0.0, - 0.9992864727973938 - ] - ], - [ - 4.066666603088379, - [ - -0.038158826529979706, - -0.0, - 0.0, - 0.9992716908454895 - ] - ], - [ - 4.133333206176758, - [ - -0.03852853178977966, - -0.0, - 0.0, - 0.999257504940033 - ] - ], - [ - 4.233333110809326, - [ - -0.03905567526817322, - -0.0, - 0.0, - 0.999237060546875 - ] - ], - [ - 4.566666603088379, - [ - -0.03819458559155464, - -0.0, - 0.0, - 0.9992703199386597 - ] - ], - [ - 4.599999904632568, - [ - -0.037703223526477814, - -0.0, - 0.0, - 0.9992890954017639 - ] - ], - [ - 4.633333206176758, - [ - -0.037109583616256714, - -0.0, - 0.0, - 0.9993112087249756 - ] - ], - [ - 4.666666507720947, - [ - -0.03639201447367668, - -0.0, - 0.0, - 0.9993376135826111 - ] - ], - [ - 4.699999809265137, - [ - -0.03553253784775734, - -0.0, - 0.0, - 0.9993685483932495 - ] - ], - [ - 4.733333110809326, - [ - -0.03453240916132927, - -0.0, - 0.0, - 0.9994035959243774 - ] - ], - [ - 4.766666889190674, - [ - -0.033394522964954376, - -0.0, - 0.0, - 0.9994423389434814 - ] - ], - [ - 4.800000190734863, - [ - -0.0321233794093132, - -0.0, - 0.0, - 0.9994840025901794 - ] - ], - [ - 4.833333492279053, - [ - -0.030726158991456032, - -0.0, - 0.0, - 0.9995279312133789 - ] - ], - [ - 4.866666793823242, - [ - -0.029206156730651855, - -0.0, - 0.0, - 0.9995734095573425 - ] - ], - [ - 4.900000095367432, - [ - -0.02755669318139553, - -0.0, - 0.0, - 0.999620258808136 - ] - ], - [ - 4.933333396911621, - [ - -0.02576342597603798, - -0.0, - 0.0, - 0.9996680617332458 - ] - ], - [ - 4.9666666984558105, - [ - -0.023827411234378815, - -0.0, - 0.0, - 0.9997161030769348 - ] - ], - [ - 5.0, - [ - -0.02177303284406662, - -0.0, - 0.0, - 0.9997629523277283 - ] - ], - [ - 5.0333333015441895, - [ - -0.019624905660748482, - -0.0, - 0.0, - 0.9998074173927307 - ] - ], - [ - 5.066666603088379, - [ - -0.01740780845284462, - -0.0, - 0.0, - 0.999848484992981 - ] - ], - [ - 5.099999904632568, - [ - -0.015146656893193722, - -0.0, - 0.0, - 0.9998853802680969 - ] - ], - [ - 5.133333206176758, - [ - -0.012866536155343056, - -0.0, - 0.0, - 0.9999173283576965 - ] - ], - [ - 5.166666507720947, - [ - -0.010592742823064327, - -0.0, - 0.0, - 0.9999439120292664 - ] - ], - [ - 5.199999809265137, - [ - -0.00835069827735424, - -0.0, - 0.0, - 0.9999651312828064 - ] - ], - [ - 5.233333110809326, - [ - -0.006165958475321531, - -0.0, - 0.0, - 0.9999809861183167 - ] - ], - [ - 5.266666889190674, - [ - -0.004064197186380625, - -0.0, - 0.0, - 0.9999918341636658 - ] - ], - [ - 5.300000190734863, - [ - -0.002071296563372016, - -0.0, - 0.0, - 0.9999978542327881 - ] - ], - [ - 5.333333492279053, - [ - -0.00021310565352905542, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 5.366666793823242, - [ - 0.0014844336546957493, - 0.0, - 0.0, - 0.999998927116394 - ] - ], - [ - 5.400000095367432, - [ - 0.0029953503981232643, - 0.0, - 0.0, - 0.9999955296516418 - ] - ], - [ - 5.433333396911621, - [ - 0.0043037948198616505, - 0.0, - 0.0, - 0.9999907612800598 - ] - ], - [ - 5.4666666984558105, - [ - 0.005400775000452995, - 0.0, - 0.0, - 0.9999855160713196 - ] - ], - [ - 5.5, - [ - 0.006268741562962532, - 0.0, - 0.0, - 0.9999804496765137 - ] - ], - [ - 5.5333333015441895, - [ - 0.006897390820086002, - 0.0, - 0.0, - 0.9999762177467346 - ] - ], - [ - 5.666666507720947, - [ - 0.006803715601563454, - 0.0, - 0.0, - 0.9999768733978271 - ] - ], - [ - 5.699999809265137, - [ - 0.006109957117587328, - 0.0, - 0.0, - 0.9999813437461853 - ] - ], - [ - 5.733333110809326, - [ - 0.005157471168786287, - 0.0, - 0.0, - 0.9999867081642151 - ] - ], - [ - 5.766666889190674, - [ - 0.003964558243751526, - 0.0, - 0.0, - 0.9999921321868896 - ] - ], - [ - 5.800000190734863, - [ - 0.002554673934355378, - 0.0, - 0.0, - 0.9999968409538269 - ] - ], - [ - 5.833333492279053, - [ - 0.0009539456223137677, - 0.0, - 0.0, - 0.9999996423721313 - ] - ], - [ - 5.866666793823242, - [ - -0.0008114480879157782, - -0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 5.900000095367432, - [ - -0.0027152779512107372, - -0.0, - 0.0, - 0.9999963045120239 - ] - ], - [ - 5.933333396911621, - [ - -0.004731288179755211, - -0.0, - 0.0, - 0.9999887943267822 - ] - ], - [ - 5.9666666984558105, - [ - -0.0068331253714859486, - -0.0, - 0.0, - 0.9999767541885376 - ] - ], - [ - 6.0, - [ - -0.008994456380605698, - -0.0, - 0.0, - 0.9999596476554871 - ] - ], - [ - 6.0333333015441895, - [ - -0.011188885197043419, - -0.0, - 0.0, - 0.9999374151229858 - ] - ], - [ - 6.066666603088379, - [ - -0.013389995321631432, - -0.0, - 0.0, - 0.9999103546142578 - ] - ], - [ - 6.099999904632568, - [ - -0.015571366995573044, - -0.0, - 0.0, - 0.9998787641525269 - ] - ], - [ - 6.133333206176758, - [ - -0.017706526443362236, - -0.0, - 0.0, - 0.9998432397842407 - ] - ], - [ - 6.166666507720947, - [ - -0.01976904273033142, - -0.0, - 0.0, - 0.9998045563697815 - ] - ], - [ - 6.199999809265137, - [ - -0.021732516586780548, - -0.0, - 0.0, - 0.9997638463973999 - ] - ], - [ - 6.233333110809326, - [ - -0.023570459336042404, - -0.0, - 0.0, - 0.9997221827507019 - ] - ], - [ - 6.266666889190674, - [ - -0.025256527587771416, - -0.0, - 0.0, - 0.9996809959411621 - ] - ], - [ - 6.300000190734863, - [ - -0.026764292269945145, - -0.0, - 0.0, - 0.9996417760848999 - ] - ], - [ - 6.333333492279053, - [ - -0.028067469596862793, - -0.0, - 0.0, - 0.9996060132980347 - ] - ], - [ - 6.366666793823242, - [ - -0.029113583266735077, - -0.0, - 0.0, - 0.999576210975647 - ] - ], - [ - 6.400000095367432, - [ - -0.029861152172088623, - -0.0, - 0.0, - 0.9995541572570801 - ] - ], - [ - 6.4666666984558105, - [ - -0.030441902577877045, - -0.0, - 0.0, - 0.9995365142822266 - ] - ], - [ - 6.5, - [ - -0.030295079573988914, - -0.0, - 0.0, - 0.9995409846305847 - ] - ], - [ - 6.5333333015441895, - [ - -0.029886137694120407, - -0.0, - 0.0, - 0.9995533227920532 - ] - ], - [ - 6.566666603088379, - [ - -0.02923521213233471, - -0.0, - 0.0, - 0.9995725750923157 - ] - ], - [ - 6.599999904632568, - [ - -0.028369277715682983, - -0.0, - 0.0, - 0.9995974898338318 - ] - ], - [ - 6.633333206176758, - [ - -0.027318406850099564, - -0.0, - 0.0, - 0.999626874923706 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458701137_1070182.json b/lenses/physics-objects/Scene/assets/1645812458701137_1070182.json deleted file mode 100644 index 04e5f7de..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458701137_1070182.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458701137:1070182", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458703386_1070195.json b/lenses/physics-objects/Scene/assets/1645812458703386_1070195.json deleted file mode 100644 index b917e4a4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458703386_1070195.json +++ /dev/null @@ -1,642 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458703386:1070195", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.69099235534668, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.660043716430664, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.658446311950684, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.69141674041748, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.71140193939209, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.742655754089355, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.739459991455078, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.703551292419434, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.673001289367676, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.649310111999512, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.655193328857422, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.67481803894043, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.710564613342285, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.735054016113281, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.721455574035645, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.67701244354248, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.646876335144043, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.677384376525879, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.687591552734375, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.755110740661621, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.773056983947754, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.753244400024414, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.658538818359375, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.637006759643555, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.642962455749512, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.675971984863281, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.704232215881348, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.747004508972168, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.779563903808594, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.785223960876465, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.739331245422363, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.653802871704102, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.575587272644043, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.53098201751709, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.510360717773438, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.506429672241211, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.535569190979004, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.587993621826172, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.646728515625, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.674759864807129, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.647908210754395, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.55212688446045, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.263143539428711, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.161383628845215, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.114848136901855, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.148228645324707, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.254952430725098, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.388904571533203, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.484968185424805, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.486451148986816, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.397432327270508, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.263215065002441, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.118144989013672, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.001384735107422, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 8.961726188659668, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.01787281036377, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.156188011169434, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.320211410522461, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.439979553222656, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.452415466308594, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.419819831848145, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.435391426086426, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.463796615600586, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.537035942077637, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.629417419433594, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.689308166503906, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.719366073608398, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.725967407226563, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.696243286132813, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.585149765014648, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.543745994567871, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.522477149963379, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.526774406433105, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.551639556884766, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.592469215393066, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.665350914001465, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458703921_1070202.json b/lenses/physics-objects/Scene/assets/1645812458703921_1070202.json deleted file mode 100644 index 3a6111a0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458703921_1070202.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458703921:1070202", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ], - [ - 0.03333333507180214, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ], - [ - 0.06666667014360428, - [ - 0.02921007201075554, - 0.0, - 0.0, - 0.999573290348053 - ] - ], - [ - 0.10000000149011612, - [ - 0.031954891979694366, - 0.0, - 0.0, - 0.999489426612854 - ] - ], - [ - 0.13333334028720856, - [ - 0.028252795338630676, - 0.0, - 0.0, - 0.9996008276939392 - ] - ], - [ - 0.1666666716337204, - [ - 0.01949560083448887, - 0.0, - 0.0, - 0.9998099207878113 - ] - ], - [ - 0.20000000298023224, - [ - 0.012607996352016926, - 0.0, - 0.0, - 0.9999206066131592 - ] - ], - [ - 0.23333333432674408, - [ - 0.011473170481622219, - 0.0, - 0.0, - 0.999934196472168 - ] - ], - [ - 0.2666666805744171, - [ - 0.015362833626568317, - 0.0, - 0.0, - 0.9998819828033447 - ] - ], - [ - 0.30000001192092896, - [ - 0.020508449524641037, - 0.0, - 0.0, - 0.9997897744178772 - ] - ], - [ - 0.3333333432674408, - [ - 0.0235504861921072, - 0.0, - 0.0, - 0.9997226595878601 - ] - ], - [ - 0.36666667461395264, - [ - 0.022426409646868706, - 0.0, - 0.0, - 0.9997485876083374 - ] - ], - [ - 0.4000000059604645, - [ - 0.015668179839849472, - 0.0, - 0.0, - 0.9998772740364075 - ] - ], - [ - 0.4333333373069763, - [ - 0.005423208698630333, - 0.0, - 0.0, - 0.99998539686203 - ] - ], - [ - 0.46666666865348816, - [ - -0.006388497073203325, - -0.0, - 0.0, - 0.9999796152114868 - ] - ], - [ - 0.5, - [ - -0.016731277108192444, - -0.0, - 0.0, - 0.9998600482940674 - ] - ], - [ - 0.5333333611488342, - [ - -0.024638960137963295, - -0.0, - 0.0, - 0.9996964335441589 - ] - ], - [ - 0.5666666626930237, - [ - -0.03144701570272446, - -0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 0.6000000238418579, - [ - -0.036197103559970856, - -0.0, - 0.0, - 0.9993447661399841 - ] - ], - [ - 0.6333333253860474, - [ - -0.037779901176691055, - -0.0, - 0.0, - 0.9992861747741699 - ] - ], - [ - 0.6666666865348816, - [ - -0.03381013870239258, - -0.0, - 0.0, - 0.999428391456604 - ] - ], - [ - 0.699999988079071, - [ - -0.0250485111027956, - -0.0, - 0.0, - 0.9996862411499023 - ] - ], - [ - 0.7333333492279053, - [ - -0.015457333996891975, - -0.0, - 0.0, - 0.9998805522918701 - ] - ], - [ - 0.7666666507720947, - [ - -0.007828443311154842, - -0.0, - 0.0, - 0.9999693632125854 - ] - ], - [ - 0.800000011920929, - [ - -0.004910495597869158, - -0.0, - 0.0, - 0.9999879598617554 - ] - ], - [ - 0.8333333134651184, - [ - -0.00719423545524478, - -0.0, - 0.0, - 0.9999741315841675 - ] - ], - [ - 0.8666666746139526, - [ - -0.013810592703521252, - -0.0, - 0.0, - 0.9999046325683594 - ] - ], - [ - 0.8999999761581421, - [ - -0.024630876258015633, - -0.0, - 0.0, - 0.9996966123580933 - ] - ], - [ - 0.9333333373069763, - [ - -0.03776838630437851, - -0.0, - 0.0, - 0.9992865324020386 - ] - ], - [ - 0.9666666388511658, - [ - -0.05011091008782387, - -0.0, - 0.0, - 0.9987437725067139 - ] - ], - [ - 1.0, - [ - -0.058991167694330215, - -0.0, - 0.0, - 0.9982585310935974 - ] - ], - [ - 1.0333333015441895, - [ - -0.06231479346752167, - -0.0, - 0.0, - 0.9980566501617432 - ] - ], - [ - 1.0666667222976685, - [ - -0.05976370349526405, - -0.0, - 0.0, - 0.9982125759124756 - ] - ], - [ - 1.100000023841858, - [ - -0.05233225226402283, - -0.0, - 0.0, - 0.9986297488212585 - ] - ], - [ - 1.1333333253860474, - [ - -0.04135022684931755, - -0.0, - 0.0, - 0.9991447329521179 - ] - ], - [ - 1.1666666269302368, - [ - -0.02976241707801819, - -0.0, - 0.0, - 0.9995570182800293 - ] - ], - [ - 1.2000000476837158, - [ - -0.020176690071821213, - -0.0, - 0.0, - 0.999796450138092 - ] - ], - [ - 1.2333333492279053, - [ - -0.012869483791291714, - -0.0, - 0.0, - 0.999917209148407 - ] - ], - [ - 1.2666666507720947, - [ - -0.008581966161727905, - -0.0, - 0.0, - 0.9999631643295288 - ] - ], - [ - 1.2999999523162842, - [ - -0.007599194534122944, - -0.0, - 0.0, - 0.9999711513519287 - ] - ], - [ - 1.3333333730697632, - [ - -0.013748208992183208, - -0.0, - 0.0, - 0.9999055862426758 - ] - ], - [ - 1.3666666746139526, - [ - -0.027819208800792694, - -0.0, - 0.0, - 0.9996129870414734 - ] - ], - [ - 1.399999976158142, - [ - -0.04299212247133255, - -0.0, - 0.0, - 0.9990754127502441 - ] - ], - [ - 1.4333332777023315, - [ - -0.05400710552930832, - -0.0, - 0.0, - 0.9985405802726746 - ] - ], - [ - 1.4666666984558105, - [ - -0.060837045311927795, - -0.0, - 0.0, - 0.99814772605896 - ] - ], - [ - 1.5, - [ - -0.06298385560512543, - -0.0, - 0.0, - 0.9980145692825317 - ] - ], - [ - 1.5333333015441895, - [ - -0.05943729728460312, - -0.0, - 0.0, - 0.9982320666313171 - ] - ], - [ - 1.5666667222976685, - [ - -0.0511116199195385, - -0.0, - 0.0, - 0.9986929297447205 - ] - ], - [ - 1.600000023841858, - [ - -0.0399770624935627, - -0.0, - 0.0, - 0.9992005825042725 - ] - ], - [ - 1.6333333253860474, - [ - -0.029807180166244507, - -0.0, - 0.0, - 0.999555766582489 - ] - ], - [ - 1.6666666269302368, - [ - -0.021943574771285057, - -0.0, - 0.0, - 0.9997591972351074 - ] - ], - [ - 1.7000000476837158, - [ - -0.018597496673464775, - -0.0, - 0.0, - 0.9998270273208618 - ] - ], - [ - 1.7333333492279053, - [ - -0.020409168675541878, - -0.0, - 0.0, - 0.9997918009757996 - ] - ], - [ - 1.7666666507720947, - [ - -0.025306815281510353, - -0.0, - 0.0, - 0.9996797442436218 - ] - ], - [ - 1.7999999523162842, - [ - -0.029573995620012283, - -0.0, - 0.0, - 0.9995626211166382 - ] - ], - [ - 1.8333333730697632, - [ - -0.03106187842786312, - -0.0, - 0.0, - 0.999517560005188 - ] - ], - [ - 1.8666666746139526, - [ - -0.028589200228452682, - -0.0, - 0.0, - 0.9995912313461304 - ] - ], - [ - 1.899999976158142, - [ - -0.021762622520327568, - -0.0, - 0.0, - 0.9997631907463074 - ] - ], - [ - 1.9333332777023315, - [ - -0.010678546503186226, - -0.0, - 0.0, - 0.9999430775642395 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030777871143072844, - 0.0, - 0.0, - 0.9999952912330627 - ] - ], - [ - 2.0, - [ - 0.017725523561239243, - 0.0, - 0.0, - 0.9998430013656616 - ] - ], - [ - 2.0333333015441895, - [ - 0.03136332333087921, - 0.0, - 0.0, - 0.9995081424713135 - ] - ], - [ - 2.066666603088379, - [ - 0.0420093759894371, - 0.0, - 0.0, - 0.9991173148155212 - ] - ], - [ - 2.0999999046325684, - [ - 0.045684173703193665, - 0.0, - 0.0, - 0.998956024646759 - ] - ], - [ - 2.133333444595337, - [ - 0.04106661677360535, - 0.0, - 0.0, - 0.9991564154624939 - ] - ], - [ - 2.1666667461395264, - [ - 0.032076675444841385, - 0.0, - 0.0, - 0.999485433101654 - ] - ], - [ - 2.200000047683716, - [ - 0.022298885509371758, - 0.0, - 0.0, - 0.9997514486312866 - ] - ], - [ - 2.2333333492279053, - [ - 0.014917672611773014, - 0.0, - 0.0, - 0.9998887181282043 - ] - ], - [ - 2.2666666507720947, - [ - 0.012401332147419453, - 0.0, - 0.0, - 0.9999231100082397 - ] - ], - [ - 2.299999952316284, - [ - 0.01567704603075981, - 0.0, - 0.0, - 0.9998772144317627 - ] - ], - [ - 2.3333332538604736, - [ - 0.023713205009698868, - 0.0, - 0.0, - 0.9997189044952393 - ] - ], - [ - 2.366666555404663, - [ - 0.036068182438611984, - 0.0, - 0.0, - 0.9993493556976318 - ] - ], - [ - 2.4000000953674316, - [ - 0.04659225419163704, - 0.0, - 0.0, - 0.9989140033721924 - ] - ], - [ - 2.433333396911621, - [ - 0.0486086942255497, - 0.0, - 0.0, - 0.9988179206848145 - ] - ], - [ - 2.4666666984558105, - [ - 0.04529751464724541, - 0.0, - 0.0, - 0.998973548412323 - ] - ], - [ - 2.5, - [ - 0.035677220672369, - 0.0, - 0.0, - 0.999363362789154 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375844679772854, - 0.0, - 0.0, - 0.9997178316116333 - ] - ], - [ - 2.566666603088379, - [ - 0.01657455787062645, - 0.0, - 0.0, - 0.9998627305030823 - ] - ], - [ - 2.5999999046325684, - [ - 0.0169608723372221, - 0.0, - 0.0, - 0.999856173992157 - ] - ], - [ - 2.633333444595337, - [ - 0.021586919203400612, - 0.0, - 0.0, - 0.9997670650482178 - ] - ], - [ - 2.6666667461395264, - [ - 0.025201810523867607, - 0.0, - 0.0, - 0.9996823668479919 - ] - ], - [ - 2.700000047683716, - [ - 0.027982864528894424, - 0.0, - 0.0, - 0.9996083974838257 - ] - ], - [ - 2.7333333492279053, - [ - 0.0292256660759449, - 0.0, - 0.0, - 0.9995729327201843 - ] - ], - [ - 2.7666666507720947, - [ - 0.03280322626233101, - 0.0, - 0.0, - 0.999461829662323 - ] - ], - [ - 2.799999952316284, - [ - 0.032754916697740555, - 0.0, - 0.0, - 0.9994634389877319 - ] - ], - [ - 2.8333332538604736, - [ - 0.02980365976691246, - 0.0, - 0.0, - 0.9995558857917786 - ] - ], - [ - 2.866666555404663, - [ - 0.029017707332968712, - 0.0, - 0.0, - 0.9995788931846619 - ] - ], - [ - 2.9000000953674316, - [ - 0.03305993601679802, - 0.0, - 0.0, - 0.9994533658027649 - ] - ], - [ - 2.933333396911621, - [ - 0.040048569440841675, - 0.0, - 0.0, - 0.9991977214813232 - ] - ], - [ - 2.9666666984558105, - [ - 0.04770536720752716, - 0.0, - 0.0, - 0.9988614320755005 - ] - ], - [ - 3.0, - [ - 0.053937479853630066, - 0.0, - 0.0, - 0.9985443353652954 - ] - ], - [ - 3.0333333015441895, - [ - 0.05552879348397255, - 0.0, - 0.0, - 0.9984570741653442 - ] - ], - [ - 3.066666603088379, - [ - 0.0504523441195488, - 0.0, - 0.0, - 0.998726487159729 - ] - ], - [ - 3.0999999046325684, - [ - 0.04133502393960953, - 0.0, - 0.0, - 0.9991454482078552 - ] - ], - [ - 3.133333444595337, - [ - 0.030482092872262, - 0.0, - 0.0, - 0.999535322189331 - ] - ], - [ - 3.1666667461395264, - [ - 0.02095925435423851, - 0.0, - 0.0, - 0.9997803568840027 - ] - ], - [ - 3.200000047683716, - [ - 0.014170258305966854, - 0.0, - 0.0, - 0.9998996257781982 - ] - ], - [ - 3.2333333492279053, - [ - 0.008668778464198112, - 0.0, - 0.0, - 0.9999624490737915 - ] - ], - [ - 3.2666666507720947, - [ - 0.005322223529219627, - 0.0, - 0.0, - 0.999985933303833 - ] - ], - [ - 3.299999952316284, - [ - 0.00482869241386652, - 0.0, - 0.0, - 0.9999884366989136 - ] - ], - [ - 3.3333332538604736, - [ - 0.01247545424848795, - 0.0, - 0.0, - 0.9999222755432129 - ] - ], - [ - 3.366666555404663, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458704527_1070209.json b/lenses/physics-objects/Scene/assets/1645812458704527_1070209.json deleted file mode 100644 index aa9f8df5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458704527_1070209.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458704527:1070209", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458707592_1070224.json b/lenses/physics-objects/Scene/assets/1645812458707592_1070224.json deleted file mode 100644 index 46177545..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458707592_1070224.json +++ /dev/null @@ -1,434 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458707592:1070224", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.271388292312622, - 0.07050038129091263, - 0.2560364603996277 - ] - ], - [ - 0.46666666865348816, - [ - -2.271247148513794, - 0.06472492218017578, - 0.25879862904548645 - ] - ], - [ - 0.5, - [ - -2.271369218826294, - 0.05806845426559448, - 0.2593061923980713 - ] - ], - [ - 0.5333333611488342, - [ - -2.271721839904785, - 0.042821209877729416, - 0.25918230414390564 - ] - ], - [ - 0.5666666626930237, - [ - -2.2720892429351807, - 0.02190542034804821, - 0.258574515581131 - ] - ], - [ - 0.6333333253860474, - [ - -2.272285223007202, - -0.025383219122886658, - 0.25652435421943665 - ] - ], - [ - 0.6666666865348816, - [ - -2.2720694541931152, - -0.046104367822408676, - 0.2555466294288635 - ] - ], - [ - 0.699999988079071, - [ - -2.271765947341919, - -0.06119057908654213, - 0.25507864356040955 - ] - ], - [ - 0.7333333492279053, - [ - -2.271519660949707, - -0.0679083988070488, - 0.25557056069374084 - ] - ], - [ - 0.9333333373069763, - [ - -2.2705600261688232, - -0.07656142115592957, - 0.26158228516578674 - ] - ], - [ - 1.1333333253860474, - [ - -2.270099401473999, - -0.08044897764921188, - 0.2643977403640747 - ] - ], - [ - 1.2666666507720947, - [ - -2.270620107650757, - -0.0739944651722908, - 0.2617993950843811 - ] - ], - [ - 1.2999999523162842, - [ - -2.270892858505249, - -0.07027026265859604, - 0.2604564130306244 - ] - ], - [ - 1.3333333730697632, - [ - -2.2712042331695557, - -0.06583750993013382, - 0.25889384746551514 - ] - ], - [ - 1.399999976158142, - [ - -2.271894693374634, - -0.05524737760424614, - 0.25528886914253235 - ] - ], - [ - 1.5, - [ - -2.2729365825653076, - -0.03649706766009331, - 0.24931339919567108 - ] - ], - [ - 1.6333333253860474, - [ - -2.274012804031372, - -0.009890032932162285, - 0.2418624311685562 - ] - ], - [ - 1.7000000476837158, - [ - -2.274340867996216, - 0.00264574121683836, - 0.2389480322599411 - ] - ], - [ - 1.7666666507720947, - [ - -2.274515390396118, - 0.013869773596525192, - 0.2368900328874588 - ] - ], - [ - 1.7999999523162842, - [ - -2.2745461463928223, - 0.01880696415901184, - 0.2362544685602188 - ] - ], - [ - 1.8666666746139526, - [ - -2.274498462677002, - 0.026957465335726738, - 0.23592205345630646 - ] - ], - [ - 1.899999976158142, - [ - -2.274428129196167, - 0.03012794628739357, - 0.23621824383735657 - ] - ], - [ - 2.0, - [ - -2.2740797996520996, - 0.03780214488506317, - 0.23845796287059784 - ] - ], - [ - 2.1666667461395264, - [ - -2.2730555534362793, - 0.050624340772628784, - 0.24573519825935364 - ] - ], - [ - 2.299999952316284, - [ - -2.2720272541046143, - 0.05932711437344551, - 0.2531842589378357 - ] - ], - [ - 2.5333333015441895, - [ - -2.270160675048828, - 0.07032044231891632, - 0.26674947142601013 - ] - ], - [ - 2.633333444595337, - [ - -2.2695915699005127, - 0.07284688204526901, - 0.27088281512260437 - ] - ], - [ - 2.866666555404663, - [ - -2.2694973945617676, - 0.07596612721681595, - 0.27081507444381714 - ] - ], - [ - 3.2333333492279053, - [ - -2.2701778411865234, - 0.09325718134641647, - 0.2594716548919678 - ] - ], - [ - 3.4000000953674316, - [ - -2.2704224586486816, - 0.09651544690132141, - 0.2561172544956207 - ] - ], - [ - 3.5999999046325684, - [ - -2.270620822906494, - 0.09651803970336914, - 0.25435298681259155 - ] - ], - [ - 3.633333444595337, - [ - -2.270876169204712, - 0.10300248861312866, - 0.24948301911354065 - ] - ], - [ - 3.6666667461395264, - [ - -2.271188974380493, - 0.11223156005144119, - 0.24255700409412384 - ] - ], - [ - 3.7333333492279053, - [ - -2.2717092037200928, - 0.13258853554725647, - 0.22690699994564056 - ] - ], - [ - 3.7666666507720947, - [ - -2.2718613147735596, - 0.14082345366477966, - 0.2203288972377777 - ] - ], - [ - 3.799999952316284, - [ - -2.2719485759735107, - 0.14603090286254883, - 0.21599528193473816 - ] - ], - [ - 3.8333332538604736, - [ - -2.271984577178955, - 0.14699383080005646, - 0.21496179699897766 - ] - ], - [ - 4.266666889190674, - [ - -2.271904945373535, - 0.12564589083194733, - 0.22889073193073273 - ] - ], - [ - 4.400000095367432, - [ - -2.2718424797058105, - 0.12074146419763565, - 0.232127845287323 - ] - ], - [ - 4.633333206176758, - [ - -2.271989583969116, - 0.11407218873500824, - 0.23405222594738007 - ] - ], - [ - 4.733333110809326, - [ - -2.272332191467285, - 0.1000765860080719, - 0.23711028695106506 - ] - ], - [ - 4.800000190734863, - [ - -2.2725296020507813, - 0.09295213967561722, - 0.23811469972133636 - ] - ], - [ - 4.866666793823242, - [ - -2.2726800441741943, - 0.09238251298666, - 0.23689869046211243 - ] - ], - [ - 4.9666666984558105, - [ - -2.272831678390503, - 0.09776876866817474, - 0.23325353860855103 - ] - ], - [ - 5.266666889190674, - [ - -2.272921085357666, - 0.0964149534702301, - 0.2329455316066742 - ] - ], - [ - 5.366666793823242, - [ - -2.2728111743927, - 0.09029210358858109, - 0.23644453287124634 - ] - ], - [ - 5.5333333015441895, - [ - -2.272454261779785, - 0.07681365311145782, - 0.2445019632577896 - ] - ], - [ - 5.766666889190674, - [ - -2.271630048751831, - 0.056539226323366165, - 0.25735142827033997 - ] - ], - [ - 5.866666793823242, - [ - -2.271249771118164, - 0.049763306975364685, - 0.2620634436607361 - ] - ], - [ - 6.0, - [ - -2.270869731903076, - 0.04496818035840988, - 0.26619139313697815 - ] - ], - [ - 6.233333110809326, - [ - -2.2708280086517334, - 0.050269778817892075, - 0.26559972763061523 - ] - ], - [ - 6.5333333015441895, - [ - -2.271252393722534, - 0.06583838909864426, - 0.2584707736968994 - ] - ], - [ - 6.633333206176758, - [ - -2.2713565826416016, - 0.069639191031456, - 0.25655215978622437 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458708015_1070233.json b/lenses/physics-objects/Scene/assets/1645812458708015_1070233.json deleted file mode 100644 index 7d6cdc24..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458708015_1070233.json +++ /dev/null @@ -1,1369 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458708015:1070233", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.03902631625533104, - 0.040256429463624954, - -0.7168620824813843, - 0.6949570178985596 - ] - ], - [ - 0.13333334028720856, - [ - -0.03880481421947479, - 0.04005889594554901, - -0.7171423435211182, - 0.69469153881073 - ] - ], - [ - 0.2666666805744171, - [ - -0.038861919194459915, - 0.04009690508246422, - -0.7169583439826965, - 0.6948760151863098 - ] - ], - [ - 0.3333333432674408, - [ - -0.03901268169283867, - 0.04022395610809326, - -0.7167044281959534, - 0.6951221823692322 - ] - ], - [ - 0.36666667461395264, - [ - -0.039113473147153854, - 0.040309932082891464, - -0.716544508934021, - 0.6952763795852661 - ] - ], - [ - 0.4000000059604645, - [ - -0.03922925889492035, - 0.04040909186005592, - -0.7163649201393127, - 0.6954491138458252 - ] - ], - [ - 0.4333333373069763, - [ - -0.03935868293046951, - 0.040520209819078445, - -0.716167688369751, - 0.6956384181976318 - ] - ], - [ - 0.46666666865348816, - [ - -0.03950030729174614, - 0.04064200446009636, - -0.7159547805786133, - 0.695842444896698 - ] - ], - [ - 0.5, - [ - -0.039637647569179535, - 0.0406639501452446, - -0.7149300575256348, - 0.6968861818313599 - ] - ], - [ - 0.5333333611488342, - [ - -0.03975483402609825, - 0.04051126167178154, - -0.7125882506370544, - 0.6992827653884888 - ] - ], - [ - 0.5666666626930237, - [ - -0.039846934378147125, - 0.040232956409454346, - -0.709367036819458, - 0.7025609612464905 - ] - ], - [ - 0.6000000238418579, - [ - -0.03990870341658592, - 0.03987744823098183, - -0.7057039737701416, - 0.7062571048736572 - ] - ], - [ - 0.6333333253860474, - [ - -0.039943162351846695, - 0.03949945792555809, - -0.7020362019538879, - 0.7099223136901855 - ] - ], - [ - 0.6666666865348816, - [ - -0.03996942937374115, - 0.03916660696268082, - -0.6988005638122559, - 0.7131243348121643 - ] - ], - [ - 0.699999988079071, - [ - -0.04002557322382927, - 0.0389619916677475, - -0.6964332461357117, - 0.7154444456100464 - ] - ], - [ - 0.7333333492279053, - [ - -0.04016069322824478, - 0.038978010416030884, - -0.6953701376914978, - 0.7164692878723145 - ] - ], - [ - 0.7666666507720947, - [ - -0.04034916311502457, - 0.039133209735155106, - -0.6951070427894592, - 0.7167055010795593 - ] - ], - [ - 0.800000011920929, - [ - -0.04053328558802605, - 0.03928466513752937, - -0.694850504398346, - 0.7169355154037476 - ] - ], - [ - 0.8333333134651184, - [ - -0.04071100801229477, - 0.039430707693099976, - -0.6946033835411072, - 0.7171568870544434 - ] - ], - [ - 0.8666666746139526, - [ - -0.04088025167584419, - 0.039569657295942307, - -0.6943686008453369, - 0.7173669338226318 - ] - ], - [ - 0.8999999761581421, - [ - -0.041038841009140015, - 0.03969976678490639, - -0.6941492557525635, - 0.7175629138946533 - ] - ], - [ - 0.9666666388511658, - [ - -0.04131527617573738, - 0.0399264357984066, - -0.6937692165374756, - 0.7179019451141357 - ] - ], - [ - 1.0333333015441895, - [ - -0.04152236506342888, - 0.040096353739500046, - -0.6934882998466492, - 0.7181519269943237 - ] - ], - [ - 1.2000000476837158, - [ - -0.041544634848833084, - 0.04012388736009598, - -0.6935408115386963, - 0.7180984020233154 - ] - ], - [ - 1.2333333492279053, - [ - -0.04139544442296028, - 0.04001652076840401, - -0.6938774585723877, - 0.7177876830101013 - ] - ], - [ - 1.2666666507720947, - [ - -0.04119636118412018, - 0.039875734597444534, - -0.6943519711494446, - 0.7173479795455933 - ] - ], - [ - 1.2999999523162842, - [ - -0.040951747447252274, - 0.03970414400100708, - -0.6949525475502014, - 0.716789722442627 - ] - ], - [ - 1.3333333730697632, - [ - -0.040666691958904266, - 0.03950493037700653, - -0.6956662535667419, - 0.716124415397644 - ] - ], - [ - 1.3666666746139526, - [ - -0.04034935683012009, - 0.0392838716506958, - -0.6964763402938843, - 0.7153666615486145 - ] - ], - [ - 1.399999976158142, - [ - -0.04000763222575188, - 0.03904656320810318, - -0.6973665952682495, - 0.7145311236381531 - ] - ], - [ - 1.4333332777023315, - [ - -0.03964915871620178, - 0.038798484951257706, - -0.6983209252357483, - 0.7136319279670715 - ] - ], - [ - 1.4666666984558105, - [ - -0.03928118199110031, - 0.03854488208889961, - -0.6993242502212524, - 0.7126829624176025 - ] - ], - [ - 1.5, - [ - -0.03891058266162872, - 0.038290802389383316, - -0.7003614902496338, - 0.7116976380348206 - ] - ], - [ - 1.5333333015441895, - [ - -0.03854385018348694, - 0.03804107755422592, - -0.7014187574386597, - 0.7106891870498657 - ] - ], - [ - 1.5666667222976685, - [ - -0.03818709775805473, - 0.03780033439397812, - -0.7024823427200317, - 0.7096699476242065 - ] - ], - [ - 1.600000023841858, - [ - -0.03784610331058502, - 0.037573035806417465, - -0.7035394310951233, - 0.7086524367332458 - ] - ], - [ - 1.6333333253860474, - [ - -0.037526313215494156, - 0.03736346215009689, - -0.7045774459838867, - 0.7076484560966492 - ] - ], - [ - 1.6666666269302368, - [ - -0.037232931703329086, - 0.03717575967311859, - -0.7055845856666565, - 0.7066696882247925 - ] - ], - [ - 1.7000000476837158, - [ - -0.03697100281715393, - 0.037014033645391464, - -0.7065491080284119, - 0.7057276368141174 - ] - ], - [ - 1.7333333492279053, - [ - -0.036745402961969376, - 0.03688230738043785, - -0.7074596285820007, - 0.7048335671424866 - ] - ], - [ - 1.7666666507720947, - [ - -0.03656106814742088, - 0.03678469359874725, - -0.7083048820495605, - 0.703998863697052 - ] - ], - [ - 1.7999999523162842, - [ - -0.03642287850379944, - 0.03672528266906738, - -0.7090736031532288, - 0.703234851360321 - ] - ], - [ - 1.8333333730697632, - [ - -0.03633597120642662, - 0.03670840710401535, - -0.7097542881965637, - 0.7025532722473145 - ] - ], - [ - 1.8666666746139526, - [ - -0.03630572929978371, - 0.036738574504852295, - -0.7103350758552551, - 0.7019659876823425 - ] - ], - [ - 1.899999976158142, - [ - -0.03632578253746033, - 0.03681015223264694, - -0.710821807384491, - 0.7014683485031128 - ] - ], - [ - 1.9333332777023315, - [ - -0.03638486564159393, - 0.036913346499204636, - -0.7112292647361755, - 0.7010468244552612 - ] - ], - [ - 1.9666666984558105, - [ - -0.03648015111684799, - 0.03705018386244774, - -0.7116032242774963, - 0.700654923915863 - ] - ], - [ - 2.0, - [ - -0.03660837188363075, - 0.03722197189927101, - -0.7119866013526917, - 0.7002495527267456 - ] - ], - [ - 2.0333333015441895, - [ - -0.03676602989435196, - 0.03742484375834465, - -0.7123754024505615, - 0.699834942817688 - ] - ], - [ - 2.066666603088379, - [ - -0.036949094384908676, - 0.037654321640729904, - -0.7127652764320374, - 0.6994159817695618 - ] - ], - [ - 2.0999999046325684, - [ - -0.03715452551841736, - 0.03790692612528801, - -0.7131520509719849, - 0.6989969611167908 - ] - ], - [ - 2.133333444595337, - [ - -0.03737928718328476, - 0.038179174065589905, - -0.7135317325592041, - 0.6985825896263123 - ] - ], - [ - 2.1666667461395264, - [ - -0.037620335817337036, - 0.03846752643585205, - -0.7139000296592712, - 0.6981774568557739 - ] - ], - [ - 2.200000047683716, - [ - -0.0378747284412384, - 0.03876851499080658, - -0.7142528295516968, - 0.6977861523628235 - ] - ], - [ - 2.2333333492279053, - [ - -0.03813944011926651, - 0.03907853737473488, - -0.7145857214927673, - 0.697413444519043 - ] - ], - [ - 2.2666666507720947, - [ - -0.03841153532266617, - 0.03939405828714371, - -0.7148944735527039, - 0.6970643401145935 - ] - ], - [ - 2.299999952316284, - [ - -0.03868807479739189, - 0.03971148282289505, - -0.7151745557785034, - 0.6967436671257019 - ] - ], - [ - 2.3333332538604736, - [ - -0.03896612301468849, - 0.0400271899998188, - -0.7154213786125183, - 0.6964565515518188 - ] - ], - [ - 2.366666555404663, - [ - -0.03924282267689705, - 0.04033758491277695, - -0.7156304717063904, - 0.6962082386016846 - ] - ], - [ - 2.4000000953674316, - [ - -0.03952646628022194, - 0.040655020624399185, - -0.7158347368240356, - 0.6959636807441711 - ] - ], - [ - 2.433333396911621, - [ - -0.039820436388254166, - 0.04098627343773842, - -0.7160618901252747, - 0.695693850517273 - ] - ], - [ - 2.4666666984558105, - [ - -0.040114641189575195, - 0.04131939634680748, - -0.7162986397743225, - 0.6954134106636047 - ] - ], - [ - 2.5, - [ - -0.040399517863988876, - 0.041642796248197556, - -0.7165309190750122, - 0.6951382756233215 - ] - ], - [ - 2.5333333015441895, - [ - -0.04066604748368263, - 0.04194522276520729, - -0.7167434692382813, - 0.6948853731155396 - ] - ], - [ - 2.566666603088379, - [ - -0.04090585932135582, - 0.042215872555971146, - -0.7169198393821716, - 0.6946729421615601 - ] - ], - [ - 2.633333444595337, - [ - -0.0412745364010334, - 0.04262057691812515, - -0.7170939445495605, - 0.6944466829299927 - ] - ], - [ - 2.7333333492279053, - [ - -0.04148223623633385, - 0.042826395481824875, - -0.7170112729072571, - 0.6945070028305054 - ] - ], - [ - 2.8333332538604736, - [ - -0.041340772062540054, - 0.042724382132291794, - -0.7173764705657959, - 0.6941444873809814 - ] - ], - [ - 2.9000000953674316, - [ - -0.04110654816031456, - 0.04253152385354042, - -0.7177907824516296, - 0.6937419176101685 - ] - ], - [ - 2.933333396911621, - [ - -0.04095920920372009, - 0.042407333850860596, - -0.7180299162864685, - 0.6935106515884399 - ] - ], - [ - 2.9666666984558105, - [ - -0.04079565033316612, - 0.04226795211434364, - -0.7182846665382385, - 0.6932649612426758 - ] - ], - [ - 3.0, - [ - -0.04061976447701454, - 0.04211676865816116, - -0.7185498476028442, - 0.693009614944458 - ] - ], - [ - 3.0333333015441895, - [ - -0.04043533653020859, - 0.041957102715969086, - -0.7188205718994141, - 0.6927492618560791 - ] - ], - [ - 3.066666603088379, - [ - -0.04024600610136986, - 0.041792165488004684, - -0.7190921902656555, - 0.6924883723258972 - ] - ], - [ - 3.0999999046325684, - [ - -0.04005534574389458, - 0.041625138372182846, - -0.7193601131439209, - 0.6922311782836914 - ] - ], - [ - 3.133333444595337, - [ - -0.03986671566963196, - 0.04145902767777443, - -0.7196201086044312, - 0.6919817328453064 - ] - ], - [ - 3.1666667461395264, - [ - -0.03968342766165733, - 0.0412968210875988, - -0.719868004322052, - 0.6917440891265869 - ] - ], - [ - 3.2333333492279053, - [ - -0.03934655338525772, - 0.040996063500642776, - -0.7203066349029541, - 0.6913244724273682 - ] - ], - [ - 3.299999952316284, - [ - -0.03907184675335884, - 0.040745172649621964, - -0.7206214070320129, - 0.6910268664360046 - ] - ], - [ - 3.433333396911621, - [ - -0.03876505792140961, - 0.04044707119464874, - -0.7208250761032104, - 0.6908491253852844 - ] - ], - [ - 3.566666603088379, - [ - -0.03881637379527092, - 0.04046439006924629, - -0.7205142378807068, - 0.6911694407463074 - ] - ], - [ - 3.5999999046325684, - [ - -0.038539256900548935, - 0.04021226242184639, - -0.7208449840545654, - 0.6908547282218933 - ] - ], - [ - 3.633333444595337, - [ - -0.037742987275123596, - 0.03949373960494995, - -0.7218698263168335, - 0.6898694038391113 - ] - ], - [ - 3.6666667461395264, - [ - -0.03661439195275307, - 0.0384683795273304, - -0.7233241200447083, - 0.6884634494781494 - ] - ], - [ - 3.700000047683716, - [ - -0.0353362113237381, - 0.03729481250047684, - -0.7249523997306824, - 0.6868802905082703 - ] - ], - [ - 3.7333333492279053, - [ - -0.03408504277467728, - 0.03613242879509926, - -0.7265173196792603, - 0.6853504776954651 - ] - ], - [ - 3.7666666507720947, - [ - -0.03303122520446777, - 0.035142093896865845, - -0.7278040051460266, - 0.6840872168540955 - ] - ], - [ - 3.799999952316284, - [ - -0.03234076127409935, - 0.03448622301220894, - -0.7286167144775391, - 0.6832879781723022 - ] - ], - [ - 3.8333332538604736, - [ - -0.032178446650505066, - 0.03432761877775192, - -0.7287683486938477, - 0.6831418871879578 - ] - ], - [ - 3.866666555404663, - [ - -0.0323391929268837, - 0.0344749316573143, - -0.7285219430923462, - 0.6833896636962891 - ] - ], - [ - 3.9000000953674316, - [ - -0.03250632807612419, - 0.03462820127606392, - -0.7282689213752747, - 0.683643639087677 - ] - ], - [ - 3.9666666984558105, - [ - -0.03285573795437813, - 0.03494872897863388, - -0.7277480959892273, - 0.6841651201248169 - ] - ], - [ - 4.0, - [ - -0.03303582966327667, - 0.03511388972401619, - -0.7274828553199768, - 0.684429943561554 - ] - ], - [ - 4.0333333015441895, - [ - -0.033217959105968475, - 0.03528084605932236, - -0.727216362953186, - 0.6846957206726074 - ] - ], - [ - 4.066666603088379, - [ - -0.03340088576078415, - 0.03544842079281807, - -0.7269501686096191, - 0.6849607825279236 - ] - ], - [ - 4.099999904632568, - [ - -0.033583324402570724, - 0.03561542555689812, - -0.7266858816146851, - 0.6852235794067383 - ] - ], - [ - 4.166666507720947, - [ - -0.03394132852554321, - 0.0359426811337471, - -0.726170003414154, - 0.6857355237007141 - ] - ], - [ - 4.233333110809326, - [ - -0.03428051993250847, - 0.03625204786658287, - -0.7256830930709839, - 0.6862176656723022 - ] - ], - [ - 4.266666889190674, - [ - -0.034439343959093094, - 0.036396611481904984, - -0.7254551649093628, - 0.686443030834198 - ] - ], - [ - 4.300000190734863, - [ - -0.034588947892189026, - 0.03653257340192795, - -0.7252401113510132, - 0.6866555213928223 - ] - ], - [ - 4.366666793823242, - [ - -0.034854456782341, - 0.0367731936275959, - -0.7248560190200806, - 0.6870347857475281 - ] - ], - [ - 4.433333396911621, - [ - -0.03506510332226753, - 0.036963023245334625, - -0.7245448231697083, - 0.6873419880867004 - ] - ], - [ - 4.5, - [ - -0.03512817993760109, - 0.037022002041339874, - -0.7244719862937927, - 0.6874123215675354 - ] - ], - [ - 4.5333333015441895, - [ - -0.03508496657013893, - 0.03698573261499405, - -0.7245601415634155, - 0.6873235702514648 - ] - ], - [ - 4.566666603088379, - [ - -0.03507603704929352, - 0.03697219863533974, - -0.7245224118232727, - 0.6873645186424255 - ] - ], - [ - 4.599999904632568, - [ - -0.035160623490810394, - 0.03702731803059578, - -0.72420334815979, - 0.6876934170722961 - ] - ], - [ - 4.633333206176758, - [ - -0.03531244024634361, - 0.03712989017367363, - -0.7236669063568115, - 0.6882445812225342 - ] - ], - [ - 4.666666507720947, - [ - -0.03550335019826889, - 0.03725803270936012, - -0.7229892015457153, - 0.6889397501945496 - ] - ], - [ - 4.699999809265137, - [ - -0.0357053242623806, - 0.0373903252184391, - -0.7222477197647095, - 0.6896994709968567 - ] - ], - [ - 4.733333110809326, - [ - -0.035890623927116394, - 0.03750608488917351, - -0.7215210795402527, - 0.6904436945915222 - ] - ], - [ - 4.766666889190674, - [ - -0.03603187948465347, - 0.037585388869047165, - -0.7208886742591858, - 0.691092312335968 - ] - ], - [ - 4.800000190734863, - [ - -0.036102037876844406, - 0.03760888800024986, - -0.720430314540863, - 0.6915652751922607 - ] - ], - [ - 4.833333492279053, - [ - -0.03607426956295967, - 0.0375574491918087, - -0.7202253341674805, - 0.6917828917503357 - ] - ], - [ - 4.866666793823242, - [ - -0.03592189773917198, - 0.037411756813526154, - -0.720352828502655, - 0.6916659474372864 - ] - ], - [ - 4.900000095367432, - [ - -0.03570478409528732, - 0.03721784055233002, - -0.7206627130508423, - 0.6913648247718811 - ] - ], - [ - 4.933333396911621, - [ - -0.03550390154123306, - 0.03703790530562401, - -0.7209474444389343, - 0.6910879015922546 - ] - ], - [ - 5.0, - [ - -0.03517023101449013, - 0.0367373563349247, - -0.721410870552063, - 0.6906372308731079 - ] - ], - [ - 5.0333333015441895, - [ - -0.03504663333296776, - 0.036625027656555176, - -0.7215750217437744, - 0.6904779672622681 - ] - ], - [ - 5.233333110809326, - [ - -0.035144906491041183, - 0.036693084985017776, - -0.7212451100349426, - 0.6908139586448669 - ] - ], - [ - 5.266666889190674, - [ - -0.03528836742043495, - 0.03681699559092522, - -0.7209957838058472, - 0.6910603046417236 - ] - ], - [ - 5.300000190734863, - [ - -0.03545853868126869, - 0.03696480765938759, - -0.7207098603248596, - 0.6913418769836426 - ] - ], - [ - 5.333333492279053, - [ - -0.035653255879879, - 0.03713442385196686, - -0.7203900218009949, - 0.6916560530662537 - ] - ], - [ - 5.366666793823242, - [ - -0.035870037972927094, - 0.03732334077358246, - -0.720038115978241, - 0.6920011043548584 - ] - ], - [ - 5.400000095367432, - [ - -0.03610675781965256, - 0.0375295989215374, - -0.7196574807167053, - 0.6923734545707703 - ] - ], - [ - 5.433333396911621, - [ - -0.036361340433359146, - 0.037751298397779465, - -0.7192516922950745, - 0.6927695870399475 - ] - ], - [ - 5.4666666984558105, - [ - -0.03663159906864166, - 0.03798646852374077, - -0.7188243269920349, - 0.6931859254837036 - ] - ], - [ - 5.5, - [ - -0.03691524267196655, - 0.038233041763305664, - -0.7183793783187866, - 0.6936185956001282 - ] - ], - [ - 5.5333333015441895, - [ - -0.0372098870575428, - 0.03848890960216522, - -0.7179206013679504, - 0.6940634250640869 - ] - ], - [ - 5.566666603088379, - [ - -0.037513069808483124, - 0.03875191509723663, - -0.7174524068832397, - 0.6945164203643799 - ] - ], - [ - 5.599999904632568, - [ - -0.03782208263874054, - 0.03901970386505127, - -0.7169792652130127, - 0.6949732303619385 - ] - ], - [ - 5.633333206176758, - [ - -0.03813418373465538, - 0.0392899326980114, - -0.716505765914917, - 0.6954291462898254 - ] - ], - [ - 5.666666507720947, - [ - -0.03844638168811798, - 0.03956006467342377, - -0.7160369753837585, - 0.695879340171814 - ] - ], - [ - 5.699999809265137, - [ - -0.03875555098056793, - 0.03982747346162796, - -0.715578019618988, - 0.6963188052177429 - ] - ], - [ - 5.733333110809326, - [ - -0.039058417081832886, - 0.0400894470512867, - -0.7151344418525696, - 0.6967424154281616 - ] - ], - [ - 5.766666889190674, - [ - -0.039351511746644974, - 0.04034313187003136, - -0.7147119641304016, - 0.6971446871757507 - ] - ], - [ - 5.800000190734863, - [ - -0.039631232619285583, - 0.04058557003736496, - -0.7143165469169617, - 0.6975199580192566 - ] - ], - [ - 5.833333492279053, - [ - -0.039893846958875656, - 0.040813736617565155, - -0.7139542102813721, - 0.6978626251220703 - ] - ], - [ - 5.866666793823242, - [ - -0.04013551399111748, - 0.04102452099323273, - -0.7136311531066895, - 0.6981666684150696 - ] - ], - [ - 5.900000095367432, - [ - -0.04035228490829468, - 0.0412147231400013, - -0.7133537530899048, - 0.6984264254570007 - ] - ], - [ - 5.933333396911621, - [ - -0.040540214627981186, - 0.041381169110536575, - -0.7131282687187195, - 0.6986359357833862 - ] - ], - [ - 6.0, - [ - -0.040813740342855453, - 0.04162994399666786, - -0.712857723236084, - 0.6988813281059265 - ] - ], - [ - 6.133333206176758, - [ - -0.04090730845928192, - 0.041751932352781296, - -0.7130734920501709, - 0.6986483335494995 - ] - ], - [ - 6.166666507720947, - [ - -0.04085223376750946, - 0.041715752333402634, - -0.7132439613342285, - 0.6984797716140747 - ] - ], - [ - 6.233333110809326, - [ - -0.04067421704530716, - 0.041584596037864685, - -0.713678240776062, - 0.6980542540550232 - ] - ], - [ - 6.300000190734863, - [ - -0.040431130677461624, - 0.04139653220772743, - -0.7142007350921631, - 0.6975449919700623 - ] - ], - [ - 6.366666793823242, - [ - -0.04014984145760536, - 0.041173793375492096, - -0.7147683501243591, - 0.6969927549362183 - ] - ], - [ - 6.433333396911621, - [ - -0.03985562548041344, - 0.040937524288892746, - -0.7153409719467163, - 0.6964359283447266 - ] - ], - [ - 6.5, - [ - -0.039571668952703476, - 0.040707267820835114, - -0.7158811092376709, - 0.6959103941917419 - ] - ], - [ - 6.566666603088379, - [ - -0.039318740367889404, - 0.04050059616565704, - -0.7163540124893188, - 0.6954500079154968 - ] - ], - [ - 6.599999904632568, - [ - -0.03920929133892059, - 0.04041052982211113, - -0.7165547609329224, - 0.6952545642852783 - ] - ], - [ - 6.633333206176758, - [ - -0.03911279886960983, - 0.04033036530017853, - -0.7167260050773621, - 0.6950881481170654 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458708410_1070240.json b/lenses/physics-objects/Scene/assets/1645812458708410_1070240.json deleted file mode 100644 index f142e659..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458708410_1070240.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458708410:1070240", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458721289_1070253.json b/lenses/physics-objects/Scene/assets/1645812458721289_1070253.json deleted file mode 100644 index ec2c4b3e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458721289_1070253.json +++ /dev/null @@ -1,818 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458721289:1070253", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ], - [ - 0.03333333507180214, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ], - [ - 0.06666667014360428, - [ - -2.271125078201294, - 0.03883153572678566, - 0.2649770975112915 - ] - ], - [ - 0.10000000149011612, - [ - -2.2702975273132324, - 0.032092347741127014, - 0.27285289764404297 - ] - ], - [ - 0.13333334028720856, - [ - -2.269196033477783, - 0.024205541238188744, - 0.28265395760536194 - ] - ], - [ - 0.1666666716337204, - [ - -2.267897844314575, - 0.015533316880464554, - 0.2934757173061371 - ] - ], - [ - 0.20000000298023224, - [ - -2.2664942741394043, - 0.005850367248058319, - 0.30446481704711914 - ] - ], - [ - 0.23333333432674408, - [ - -2.2651124000549316, - -0.0054353331215679646, - 0.3145892322063446 - ] - ], - [ - 0.2666666805744171, - [ - -2.2638823986053467, - -0.018048584461212158, - 0.3228631913661957 - ] - ], - [ - 0.30000001192092896, - [ - -2.2628014087677, - -0.029667409136891365, - 0.32951363921165466 - ] - ], - [ - 0.3333333432674408, - [ - -2.2619123458862305, - -0.0386381559073925, - 0.3346479833126068 - ] - ], - [ - 0.36666667461395264, - [ - -2.2613525390625, - -0.043715961277484894, - 0.3377911150455475 - ] - ], - [ - 0.4000000059604645, - [ - -2.2630674839019775, - -0.03221740573644638, - 0.32744109630584717 - ] - ], - [ - 0.4333333373069763, - [ - -2.2663276195526123, - -0.006299586966633797, - 0.30569368600845337 - ] - ], - [ - 0.46666666865348816, - [ - -2.268639087677002, - 0.017501430585980415, - 0.2875758111476898 - ] - ], - [ - 0.5, - [ - -2.269324541091919, - 0.02804192341864109, - 0.28126469254493713 - ] - ], - [ - 0.5333333611488342, - [ - -2.2681872844696045, - 0.01699373684823513, - 0.29114827513694763 - ] - ], - [ - 0.5666666626930237, - [ - -2.265289068222046, - -0.010319899767637253, - 0.31319165229797363 - ] - ], - [ - 0.6000000238418579, - [ - -2.2612102031707764, - -0.04234014078974724, - 0.3389184772968292 - ] - ], - [ - 0.6333333253860474, - [ - -2.2588448524475098, - -0.05978715047240257, - 0.3518170714378357 - ] - ], - [ - 0.6666666865348816, - [ - -2.260122060775757, - -0.054203879088163376, - 0.3444406986236572 - ] - ], - [ - 0.699999988079071, - [ - -2.2627742290496826, - -0.038231804966926575, - 0.32881805300712585 - ] - ], - [ - 0.7333333492279053, - [ - -2.2654569149017334, - -0.018633384257555008, - 0.31158825755119324 - ] - ], - [ - 0.7666666507720947, - [ - -2.2674918174743652, - -0.00013606436550617218, - 0.2970021963119507 - ] - ], - [ - 0.800000011920929, - [ - -2.2686898708343506, - 0.01454839389771223, - 0.2873397469520569 - ] - ], - [ - 0.8333333134651184, - [ - -2.269019365310669, - 0.022946594282984734, - 0.28417280316352844 - ] - ], - [ - 0.8666666746139526, - [ - -2.268416404724121, - 0.021618200466036797, - 0.2890489399433136 - ] - ], - [ - 0.8999999761581421, - [ - -2.2671542167663574, - 0.011168260127305984, - 0.2993604242801666 - ] - ], - [ - 0.9666666388511658, - [ - -2.2636473178863525, - -0.022643020376563072, - 0.324219286441803 - ] - ], - [ - 1.0, - [ - -2.262132406234741, - -0.034552376717329025, - 0.33360520005226135 - ] - ], - [ - 1.0333333015441895, - [ - -2.261810302734375, - -0.03617200627923012, - 0.3356117308139801 - ] - ], - [ - 1.0666667222976685, - [ - -2.2641923427581787, - -0.017498938366770744, - 0.32071176171302795 - ] - ], - [ - 1.100000023841858, - [ - -2.267592668533325, - 0.013435033150017262, - 0.2959262728691101 - ] - ], - [ - 1.1333333253860474, - [ - -2.2698304653167725, - 0.04065890237689018, - 0.2755831182003021 - ] - ], - [ - 1.1666666269302368, - [ - -2.2706074714660645, - 0.05462348461151123, - 0.2666223347187042 - ] - ], - [ - 1.2000000476837158, - [ - -2.27007794380188, - 0.049507588148117065, - 0.27207449078559875 - ] - ], - [ - 1.2333333492279053, - [ - -2.268507719039917, - 0.03184891492128372, - 0.28738152980804443 - ] - ], - [ - 1.2666666507720947, - [ - -2.26643443107605, - 0.011989333666861057, - 0.3047313094139099 - ] - ], - [ - 1.2999999523162842, - [ - -2.2655797004699707, - 0.003944232128560543, - 0.31122756004333496 - ] - ], - [ - 1.3333333730697632, - [ - -2.266749382019043, - 0.012124555185437202, - 0.30237331986427307 - ] - ], - [ - 1.3666666746139526, - [ - -2.2684903144836426, - 0.02657075971364975, - 0.288053959608078 - ] - ], - [ - 1.399999976158142, - [ - -2.270076036453247, - 0.04239928349852562, - 0.27328869700431824 - ] - ], - [ - 1.4333332777023315, - [ - -2.2712020874023438, - 0.0563938245177269, - 0.2611323595046997 - ] - ], - [ - 1.4666666984558105, - [ - -2.2718117237091064, - 0.0665736198425293, - 0.2533170282840729 - ] - ], - [ - 1.5, - [ - -2.2719199657440186, - 0.0711723119020462, - 0.2510848641395569 - ] - ], - [ - 1.5333333015441895, - [ - -2.2715139389038086, - 0.06810767948627472, - 0.25556859374046326 - ] - ], - [ - 1.5666667222976685, - [ - -2.270740032196045, - 0.058269813656806946, - 0.2647142708301544 - ] - ], - [ - 1.600000023841858, - [ - -2.269707679748535, - 0.04374624788761139, - 0.2761211097240448 - ] - ], - [ - 1.6333333253860474, - [ - -2.268437623977661, - 0.02799663506448269, - 0.28833505511283875 - ] - ], - [ - 1.6666666269302368, - [ - -2.2671713829040527, - 0.014444366097450256, - 0.29909053444862366 - ] - ], - [ - 1.7000000476837158, - [ - -2.266455888748169, - 0.0071297925896942616, - 0.3047235906124115 - ] - ], - [ - 1.7333333492279053, - [ - -2.267502546310425, - 0.014964386820793152, - 0.2965436279773712 - ] - ], - [ - 1.7666666507720947, - [ - -2.269521713256836, - 0.03355390205979347, - 0.27906179428100586 - ] - ], - [ - 1.7999999523162842, - [ - -2.270960807800293, - 0.05043313652276993, - 0.2644301652908325 - ] - ], - [ - 1.8333333730697632, - [ - -2.271360158920288, - 0.05689113959670067, - 0.2596469223499298 - ] - ], - [ - 1.8666666746139526, - [ - -2.2705512046813965, - 0.046502869576215744, - 0.2686353325843811 - ] - ], - [ - 1.899999976158142, - [ - -2.268523931503296, - 0.023234769701957703, - 0.28807878494262695 - ] - ], - [ - 1.9333332777023315, - [ - -2.2656338214874268, - -0.0041808392852544785, - 0.31083038449287415 - ] - ], - [ - 1.9666666984558105, - [ - -2.263824462890625, - -0.020589517429471016, - 0.3231169879436493 - ] - ], - [ - 2.0, - [ - -2.2644882202148438, - -0.018844634294509888, - 0.31853970885276794 - ] - ], - [ - 2.0333333015441895, - [ - -2.266164779663086, - -0.008549573831260204, - 0.3068445324897766 - ] - ], - [ - 2.066666603088379, - [ - -2.2679455280303955, - 0.005064551252871752, - 0.2934737801551819 - ] - ], - [ - 2.0999999046325684, - [ - -2.2693192958831787, - 0.01809508167207241, - 0.28212064504623413 - ] - ], - [ - 2.133333444595337, - [ - -2.270085096359253, - 0.02786736562848091, - 0.2750760614871979 - ] - ], - [ - 2.1666667461395264, - [ - -2.2701568603515625, - 0.031846508383750916, - 0.27404922246932983 - ] - ], - [ - 2.200000047683716, - [ - -2.2693514823913574, - 0.02616828866302967, - 0.2812266945838928 - ] - ], - [ - 2.2333333492279053, - [ - -2.267580509185791, - 0.009266844019293785, - 0.2961806356906891 - ] - ], - [ - 2.2666666507720947, - [ - -2.264883518218994, - -0.016163455322384834, - 0.3158653974533081 - ] - ], - [ - 2.299999952316284, - [ - -2.261888265609741, - -0.04088664427399635, - 0.33454397320747375 - ] - ], - [ - 2.3333332538604736, - [ - -2.2604799270629883, - -0.05241306498646736, - 0.34236449003219604 - ] - ], - [ - 2.366666555404663, - [ - -2.2620668411254883, - -0.04326430708169937, - 0.3330334424972534 - ] - ], - [ - 2.4000000953674316, - [ - -2.264998197555542, - -0.021689901128411293, - 0.3147103190422058 - ] - ], - [ - 2.433333396911621, - [ - -2.267563581466675, - 0.0022700796835124493, - 0.2964450716972351 - ] - ], - [ - 2.4666666984558105, - [ - -2.2691237926483154, - 0.022082991898059845, - 0.2834063768386841 - ] - ], - [ - 2.5, - [ - -2.2696194648742676, - 0.032019034028053284, - 0.27844616770744324 - ] - ], - [ - 2.5333333015441895, - [ - -2.26875901222229, - 0.02368413470685482, - 0.28618425130844116 - ] - ], - [ - 2.566666603088379, - [ - -2.2664105892181396, - 0.00036183022893965244, - 0.30514395236968994 - ] - ], - [ - 2.5999999046325684, - [ - -2.263237237930298, - -0.026166686788201332, - 0.3268063962459564 - ] - ], - [ - 2.633333444595337, - [ - -2.2617130279541016, - -0.0383385568857193, - 0.33602744340896606 - ] - ], - [ - 2.6666667461395264, - [ - -2.263176202774048, - -0.029753537848591805, - 0.3269214630126953 - ] - ], - [ - 2.700000047683716, - [ - -2.265589952468872, - -0.012525209225714207, - 0.31092607975006104 - ] - ], - [ - 2.7333333492279053, - [ - -2.2678682804107666, - 0.007189448922872543, - 0.2940264046192169 - ] - ], - [ - 2.7666666507720947, - [ - -2.269528865814209, - 0.025287941098213196, - 0.279872864484787 - ] - ], - [ - 2.799999952316284, - [ - -2.2704691886901855, - 0.03927960619330406, - 0.27047446370124817 - ] - ], - [ - 2.8333332538604736, - [ - -2.2707138061523438, - 0.046975672245025635, - 0.2671743929386139 - ] - ], - [ - 2.866666555404663, - [ - -2.2702152729034424, - 0.04511534795165062, - 0.2716926038265228 - ] - ], - [ - 2.9000000953674316, - [ - -2.2690165042877197, - 0.0328231155872345, - 0.28322529792785645 - ] - ], - [ - 2.933333396911621, - [ - -2.2672290802001953, - 0.013276020996272564, - 0.29870685935020447 - ] - ], - [ - 2.9666666984558105, - [ - -2.2653238773345947, - -0.005200679413974285, - 0.313066303730011 - ] - ], - [ - 3.0, - [ - -2.2645814418792725, - -0.012764658778905869, - 0.3181789219379425 - ] - ], - [ - 3.0333333015441895, - [ - -2.265852689743042, - -0.004181284457445145, - 0.3092310130596161 - ] - ], - [ - 3.066666603088379, - [ - -2.26794171333313, - 0.013585638254880905, - 0.29323312640190125 - ] - ], - [ - 3.0999999046325684, - [ - -2.2697105407714844, - 0.03257422521710396, - 0.27763691544532776 - ] - ], - [ - 3.133333444595337, - [ - -2.2707486152648926, - 0.0476105734705925, - 0.2667657136917114 - ] - ], - [ - 3.1666667461395264, - [ - -2.271027088165283, - 0.05412404611706734, - 0.2631286084651947 - ] - ], - [ - 3.200000047683716, - [ - -2.2703020572662354, - 0.0452498160302639, - 0.2709450423717499 - ] - ], - [ - 3.2333333492279053, - [ - -2.26838755607605, - 0.02337055094540119, - 0.289138525724411 - ] - ], - [ - 3.2666666507720947, - [ - -2.26570463180542, - -0.0020692015532404184, - 0.3103356659412384 - ] - ], - [ - 3.299999952316284, - [ - -2.2641639709472656, - -0.01609385758638382, - 0.32098588347435 - ] - ], - [ - 3.3333332538604736, - [ - -2.267263174057007, - 0.008899941109120846, - 0.29556721448898315 - ] - ], - [ - 3.366666555404663, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458721744_1070260.json b/lenses/physics-objects/Scene/assets/1645812458721744_1070260.json deleted file mode 100644 index 78f29504..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458721744_1070260.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458721744:1070260", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ], - [ - 0.03333333507180214, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ], - [ - 0.06666667014360428, - [ - -0.040682900696992874, - 0.041384439915418625, - -0.7119234800338745, - 0.6998550891876221 - ] - ], - [ - 0.10000000149011612, - [ - -0.04195944964885712, - 0.0425567701458931, - -0.7108137011528015, - 0.7008368372917175 - ] - ], - [ - 0.13333334028720856, - [ - -0.04354877769947052, - 0.0440157912671566, - -0.7095039486885071, - 0.7019760012626648 - ] - ], - [ - 0.1666666716337204, - [ - -0.04531008005142212, - 0.04562148079276085, - -0.7080559134483337, - 0.703222930431366 - ] - ], - [ - 0.20000000298023224, - [ - -0.047115083783864975, - 0.0472368560731411, - -0.7064412832260132, - 0.7046201229095459 - ] - ], - [ - 0.23333333432674408, - [ - -0.04881063103675842, - 0.04869364574551582, - -0.7045773267745972, - 0.7062700390815735 - ] - ], - [ - 0.2666666805744171, - [ - -0.05023986101150513, - 0.04984092712402344, - -0.7025167942047119, - 0.7081398367881775 - ] - ], - [ - 0.30000001192092896, - [ - -0.05141064152121544, - 0.05074101686477661, - -0.700621485710144, - 0.7098674774169922 - ] - ], - [ - 0.3333333432674408, - [ - -0.052318233996629715, - 0.05143216252326965, - -0.6991530656814575, - 0.7111980319023132 - ] - ], - [ - 0.36666667461395264, - [ - -0.05287067964673042, - 0.05185847729444504, - -0.6983170509338379, - 0.7119472026824951 - ] - ], - [ - 0.4000000059604645, - [ - -0.051113955676555634, - 0.05039146915078163, - -0.7002452611923218, - 0.7102850079536438 - ] - ], - [ - 0.4333333373069763, - [ - -0.04743307828903198, - 0.047301411628723145, - -0.7045373320579529, - 0.706498384475708 - ] - ], - [ - 0.46666666865348816, - [ - -0.044376157224178314, - 0.044719818979501724, - -0.7084188461303711, - 0.7029748558998108 - ] - ], - [ - 0.5, - [ - -0.04329689219594002, - 0.04383521154522896, - -0.7101101875305176, - 0.7013896107673645 - ] - ], - [ - 0.5333333611488342, - [ - -0.0449347048997879, - 0.04527262598276138, - -0.708305299282074, - 0.7030184268951416 - ] - ], - [ - 0.5666666626930237, - [ - -0.04864497482776642, - 0.04842387139797211, - -0.7038304805755615, - 0.7070441842079163 - ] - ], - [ - 0.6000000238418579, - [ - -0.053032342344522476, - 0.05204863101243973, - -0.6985201239585876, - 0.7117220759391785 - ] - ], - [ - 0.6333333253860474, - [ - -0.055271271616220474, - 0.05382770672440529, - -0.6956099271774292, - 0.714264988899231 - ] - ], - [ - 0.6666666865348816, - [ - -0.05404018610715866, - 0.05275969207286835, - -0.6965834498405457, - 0.7134897112846375 - ] - ], - [ - 0.699999988079071, - [ - -0.051397260278463364, - 0.05053618922829628, - -0.6992849111557007, - 0.7111998200416565 - ] - ], - [ - 0.7333333492279053, - [ - -0.04848306253552437, - 0.048085931688547134, - -0.7025492191314697, - 0.7083514332771301 - ] - ], - [ - 0.7666666507720947, - [ - -0.04601607844233513, - 0.04601331427693367, - -0.705586850643158, - 0.7056291699409485 - ] - ], - [ - 0.800000011920929, - [ - -0.04436866194009781, - 0.04465409740805626, - -0.7079634666442871, - 0.7034381031990051 - ] - ], - [ - 0.8333333134651184, - [ - -0.04379595071077347, - 0.04424109682440758, - -0.7092946767807007, - 0.7021578550338745 - ] - ], - [ - 0.8666666746139526, - [ - -0.04456357657909393, - 0.04499029740691185, - -0.7090421319007874, - 0.7023171186447144 - ] - ], - [ - 0.8999999761581421, - [ - -0.046267252415418625, - 0.04649573192000389, - -0.7073197364807129, - 0.7038439512252808 - ] - ], - [ - 0.9333333373069763, - [ - -0.04837886989116669, - 0.04825957119464874, - -0.7045825719833374, - 0.7063243389129639 - ] - ], - [ - 0.9666666388511658, - [ - -0.05050273612141609, - 0.050000086426734924, - -0.7017825841903687, - 0.7088375687599182 - ] - ], - [ - 1.0, - [ - -0.05210795998573303, - 0.051318131387233734, - -0.6998072862625122, - 0.7105779051780701 - ] - ], - [ - 1.0333333015441895, - [ - -0.05244161933660507, - 0.05160965025424957, - -0.6995292901992798, - 0.7108059525489807 - ] - ], - [ - 1.0666667222976685, - [ - -0.04989737272262573, - 0.04951322823762894, - -0.7026267051696777, - 0.7080779671669006 - ] - ], - [ - 1.100000023841858, - [ - -0.04571127891540527, - 0.04598291218280792, - -0.707706093788147, - 0.7035254836082458 - ] - ], - [ - 1.1333333253860474, - [ - -0.042299605906009674, - 0.043064095079898834, - -0.7121098637580872, - 0.6994682550430298 - ] - ], - [ - 1.1666666269302368, - [ - -0.04079129174351692, - 0.04178440198302269, - -0.7143381237983704, - 0.6973601579666138 - ] - ], - [ - 1.2000000476837158, - [ - -0.041676271706819534, - 0.042595088481903076, - -0.7135036587715149, - 0.6981126666069031 - ] - ], - [ - 1.2333333492279053, - [ - -0.04420452564954758, - 0.04482949525117874, - -0.7106401920318604, - 0.7007331252098083 - ] - ], - [ - 1.2666666507720947, - [ - -0.04709244146943092, - 0.047342218458652496, - -0.7073922157287598, - 0.7036600112915039 - ] - ], - [ - 1.2999999523162842, - [ - -0.04818674549460411, - 0.048270709812641144, - -0.7060739398002625, - 0.7048457860946655 - ] - ], - [ - 1.3333333730697632, - [ - -0.046725038439035416, - 0.04697563499212265, - -0.7074374556541443, - 0.7036635875701904 - ] - ], - [ - 1.3666666746139526, - [ - -0.044360604137182236, - 0.04488324001431465, - -0.7098180055618286, - 0.7015526294708252 - ] - ], - [ - 1.399999976158142, - [ - -0.041929833590984344, - 0.042720288038253784, - -0.7123988270759583, - 0.6992172598838806 - ] - ], - [ - 1.4333332777023315, - [ - -0.03993275761604309, - 0.04093659296631813, - -0.7146574854850769, - 0.6971328854560852 - ] - ], - [ - 1.4666666984558105, - [ - -0.038645002990961075, - 0.03979405388236046, - -0.7162836194038391, - 0.6956009864807129 - ] - ], - [ - 1.5, - [ - -0.038263559341430664, - 0.03948101028800011, - -0.7170056700706482, - 0.6948958039283752 - ] - ], - [ - 1.5333333015441895, - [ - -0.038975946605205536, - 0.040162093937397, - -0.7164998054504395, - 0.6953387260437012 - ] - ], - [ - 1.5666667222976685, - [ - -0.04046511650085449, - 0.04151681810617447, - -0.7149145007133484, - 0.6968042850494385 - ] - ], - [ - 1.600000023841858, - [ - -0.042353130877017975, - 0.04317730665206909, - -0.7125804424285889, - 0.6989785432815552 - ] - ], - [ - 1.6333333253860474, - [ - -0.04438994079828262, - 0.04494117200374603, - -0.7100357413291931, - 0.7013266682624817 - ] - ], - [ - 1.6666666269302368, - [ - -0.04619179293513298, - 0.04648702219128609, - -0.7078307867050171, - 0.7033355236053467 - ] - ], - [ - 1.7000000476837158, - [ - -0.04714196175336838, - 0.04729049280285835, - -0.706637442111969, - 0.7044180035591125 - ] - ], - [ - 1.7333333492279053, - [ - -0.045791495591402054, - 0.04609469324350357, - -0.7079371213912964, - 0.703280508518219 - ] - ], - [ - 1.7666666507720947, - [ - -0.04290369153022766, - 0.04354269057512283, - -0.710982084274292, - 0.7005482316017151 - ] - ], - [ - 1.7999999523162842, - [ - -0.04049304500222206, - 0.041402291506528854, - -0.7137135863304138, - 0.6980395317077637 - ] - ], - [ - 1.8333333730697632, - [ - -0.03970044106245041, - 0.04070727899670601, - -0.7147465348243713, - 0.6970682740211487 - ] - ], - [ - 1.8666666746139526, - [ - -0.04117550328373909, - 0.04202744737267494, - -0.7130722403526306, - 0.6986173987388611 - ] - ], - [ - 1.899999976158142, - [ - -0.04439743608236313, - 0.04485449567437172, - -0.709301769733429, - 0.7020741105079651 - ] - ], - [ - 1.9333332777023315, - [ - -0.04821132868528366, - 0.04812244325876236, - -0.7048131823539734, - 0.7061150074005127 - ] - ], - [ - 1.9666666984558105, - [ - -0.05030754208564758, - 0.049852073192596436, - -0.7021164298057556, - 0.7085312008857727 - ] - ], - [ - 2.0, - [ - -0.049572352319955826, - 0.04916153475642204, - -0.7024403214454651, - 0.7083101868629456 - ] - ], - [ - 2.0333333015441895, - [ - -0.04763602837920189, - 0.04745665192604065, - -0.7041743993759155, - 0.7068360447883606 - ] - ], - [ - 2.066666603088379, - [ - -0.04541495069861412, - 0.0455164797604084, - -0.7064310312271118, - 0.7048552632331848 - ] - ], - [ - 2.0999999046325684, - [ - -0.04352540895342827, - 0.043873853981494904, - -0.7085632681846619, - 0.7029358744621277 - ] - ], - [ - 2.133333444595337, - [ - -0.042342446744441986, - 0.04286542907357216, - -0.7101408839225769, - 0.7014767527580261 - ] - ], - [ - 2.1666667461395264, - [ - -0.042146388441324234, - 0.04274177551269531, - -0.7107648849487305, - 0.7008639574050903 - ] - ], - [ - 2.200000047683716, - [ - -0.04330909997224808, - 0.043811384588479996, - -0.7098209857940674, - 0.7016831040382385 - ] - ], - [ - 2.2333333492279053, - [ - -0.04579302296042442, - 0.0459805466234684, - -0.7070567011833191, - 0.7041730880737305 - ] - ], - [ - 2.2666666507720947, - [ - -0.049125246703624725, - 0.04877591133117676, - -0.7028888463973999, - 0.7079229354858398 - ] - ], - [ - 2.299999952316284, - [ - -0.05232742056250572, - 0.05139008164405823, - -0.6988006830215454, - 0.7115465998649597 - ] - ], - [ - 2.3333332538604736, - [ - -0.05369172990322113, - 0.05246122553944588, - -0.6968914270401001, - 0.7132373452186584 - ] - ], - [ - 2.366666555404663, - [ - -0.052116699516773224, - 0.05112944543361664, - -0.6984443664550781, - 0.7119305729866028 - ] - ], - [ - 2.4000000953674316, - [ - -0.0490039624273777, - 0.04853694140911102, - -0.7020372748374939, - 0.7087922692298889 - ] - ], - [ - 2.433333396911621, - [ - -0.04590500891208649, - 0.0459509901702404, - -0.7059667706489563, - 0.7052603363990784 - ] - ], - [ - 2.4666666984558105, - [ - -0.04368577525019646, - 0.04411299154162407, - -0.7091683745384216, - 0.7023003697395325 - ] - ], - [ - 2.5, - [ - -0.04282338544726372, - 0.043431784957647324, - -0.7107508778572083, - 0.7007945775985718 - ] - ], - [ - 2.5333333015441895, - [ - -0.04409991204738617, - 0.0445626825094223, - -0.7093895673751831, - 0.7020227313041687 - ] - ], - [ - 2.566666603088379, - [ - -0.04727793112397194, - 0.04728547856211662, - -0.7055805325508118, - 0.705467939376831 - ] - ], - [ - 2.5999999046325684, - [ - -0.05094706639647484, - 0.05036144331097603, - -0.701201319694519, - 0.7093552350997925 - ] - ], - [ - 2.633333444595337, - [ - -0.052531685680150986, - 0.051648762077093124, - -0.6991838812828064, - 0.7111362218856812 - ] - ], - [ - 2.6666667461395264, - [ - -0.05100499093532562, - 0.05033884570002556, - -0.700637698173523, - 0.7099093794822693 - ] - ], - [ - 2.700000047683716, - [ - -0.04831480607390404, - 0.048048440366983414, - -0.703510582447052, - 0.7074106931686401 - ] - ], - [ - 2.7333333492279053, - [ - -0.04547945782542229, - 0.045623861253261566, - -0.7067556381225586, - 0.7045186758041382 - ] - ], - [ - 2.7666666507720947, - [ - -0.04310829937458038, - 0.04359130561351776, - -0.7096975445747375, - 0.7018339037895203 - ] - ], - [ - 2.799999952316284, - [ - -0.041525617241859436, - 0.04225023090839386, - -0.7119436860084534, - 0.6997334361076355 - ] - ], - [ - 2.8333332538604736, - [ - -0.040946487337350845, - 0.04180233180522919, - -0.7131578922271729, - 0.6985569596290588 - ] - ], - [ - 2.866666555404663, - [ - -0.04165869206190109, - 0.04249478876590729, - -0.7128313779830933, - 0.6988062262535095 - ] - ], - [ - 2.9000000953674316, - [ - -0.04355328902602196, - 0.04418788105249405, - -0.7108302116394043, - 0.7006218433380127 - ] - ], - [ - 2.933333396911621, - [ - -0.046144239604473114, - 0.046415235847234726, - -0.7076534628868103, - 0.7035218477249146 - ] - ], - [ - 2.9666666984558105, - [ - -0.048570699989795685, - 0.04845932126045227, - -0.7046303153038025, - 0.7062498331069946 - ] - ], - [ - 3.0, - [ - -0.04944995790719986, - 0.04917201027274132, - -0.7033945322036743, - 0.7073704600334167 - ] - ], - [ - 3.0333333015441895, - [ - -0.04796211048960686, - 0.047873686999082565, - -0.7048301100730896, - 0.7061319947242737 - ] - ], - [ - 3.066666603088379, - [ - -0.045292049646377563, - 0.04556417465209961, - -0.7077563405036926, - 0.7035293579101563 - ] - ], - [ - 3.0999999046325684, - [ - -0.04269319027662277, - 0.04331030696630478, - -0.710844099521637, - 0.7007154822349548 - ] - ], - [ - 3.133333444595337, - [ - -0.0408778041601181, - 0.041743867099285126, - -0.7132591605186462, - 0.6984610557556152 - ] - ], - [ - 3.1666667461395264, - [ - -0.040259599685668945, - 0.04123051464557648, - -0.7142918705940247, - 0.6974713802337646 - ] - ], - [ - 3.200000047683716, - [ - -0.04154243320226669, - 0.04237867519259453, - -0.7128587961196899, - 0.6987922787666321 - ] - ], - [ - 3.2333333492279053, - [ - -0.04456005617976189, - 0.04502151161432266, - -0.7093124985694885, - 0.702042281627655 - ] - ], - [ - 3.2666666507720947, - [ - -0.04811185225844383, - 0.048067931085824966, - -0.7051474452018738, - 0.705791711807251 - ] - ], - [ - 3.299999952316284, - [ - -0.049924854189157486, - 0.04957124590873718, - -0.7028433084487915, - 0.7078569531440735 - ] - ], - [ - 3.3333332538604736, - [ - -0.04570595547556877, - 0.045884691178798676, - -0.7069981098175049, - 0.7042437195777893 - ] - ], - [ - 3.366666555404663, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458722182_1070267.json b/lenses/physics-objects/Scene/assets/1645812458722182_1070267.json deleted file mode 100644 index e9083718..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458722182_1070267.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458722182:1070267", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458724417_1070280.json b/lenses/physics-objects/Scene/assets/1645812458724417_1070280.json deleted file mode 100644 index 3dd5ad6e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458724417_1070280.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458724417:1070280", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 6.633333206176758, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458724864_1070287.json b/lenses/physics-objects/Scene/assets/1645812458724864_1070287.json deleted file mode 100644 index b178b26c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458724864_1070287.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458724864:1070287", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.059374433010816574, - -0.0613127127289772, - -0.7562949657440186, - 0.6486396193504333 - ] - ], - [ - 0.03333333507180214, - [ - 0.059374433010816574, - -0.0613127127289772, - -0.7562949657440186, - 0.6486396193504333 - ] - ], - [ - 0.06666667014360428, - [ - 0.05908206105232239, - -0.06161617860198021, - -0.7563971877098083, - 0.6485183238983154 - ] - ], - [ - 0.10000000149011612, - [ - 0.05823683366179466, - -0.06249043717980385, - -0.7566927075386047, - 0.6481664776802063 - ] - ], - [ - 0.13333334028720856, - [ - 0.05688028782606125, - -0.06388750672340393, - -0.7571648359298706, - 0.6475989818572998 - ] - ], - [ - 0.1666666716337204, - [ - 0.055052731186151505, - -0.06576108932495117, - -0.757797360420227, - 0.6468290686607361 - ] - ], - [ - 0.20000000298023224, - [ - 0.05279076471924782, - -0.0680684745311737, - -0.7585738897323608, - 0.6458680033683777 - ] - ], - [ - 0.23333333432674408, - [ - 0.05013071745634079, - -0.07076729834079742, - -0.7594782114028931, - 0.6447262763977051 - ] - ], - [ - 0.2666666805744171, - [ - 0.04710845649242401, - -0.0738154798746109, - -0.7604935765266418, - 0.6434140205383301 - ] - ], - [ - 0.30000001192092896, - [ - 0.04376186430454254, - -0.07716891169548035, - -0.7616037726402283, - 0.6419422030448914 - ] - ], - [ - 0.3333333432674408, - [ - 0.04012823849916458, - -0.08078356832265854, - -0.7627919912338257, - 0.6403219103813171 - ] - ], - [ - 0.36666667461395264, - [ - 0.036248475313186646, - -0.08461165428161621, - -0.7640419006347656, - 0.6385663151741028 - ] - ], - [ - 0.4000000059604645, - [ - 0.03216603770852089, - -0.08860241621732712, - -0.765336811542511, - 0.6366902589797974 - ] - ], - [ - 0.4333333373069763, - [ - 0.0279279425740242, - -0.09270116686820984, - -0.7666604518890381, - 0.6347112059593201 - ] - ], - [ - 0.46666666865348816, - [ - 0.023585090413689613, - -0.09684894979000092, - -0.767996609210968, - 0.6326493620872498 - ] - ], - [ - 0.5, - [ - 0.01919344626367092, - -0.1009814441204071, - -0.7693296670913696, - 0.6305286884307861 - ] - ], - [ - 0.5333333611488342, - [ - 0.0148129528388381, - -0.10502991080284119, - -0.7706441879272461, - 0.6283763647079468 - ] - ], - [ - 0.5666666626930237, - [ - 0.010509012266993523, - -0.10892003029584885, - -0.7719259262084961, - 0.6262238621711731 - ] - ], - [ - 0.6000000238418579, - [ - 0.0063522509299218655, - -0.11257205903530121, - -0.773160994052887, - 0.624106764793396 - ] - ], - [ - 0.6333333253860474, - [ - 0.0024175166618078947, - -0.11590195447206497, - -0.7743363976478577, - 0.6220643520355225 - ] - ], - [ - 0.6666666865348816, - [ - -0.0012157575692981482, - -0.1188211590051651, - -0.7754397392272949, - 0.6201398968696594 - ] - ], - [ - 0.699999988079071, - [ - -0.004463923163712025, - -0.12123711407184601, - -0.7764586806297302, - 0.6183797717094421 - ] - ], - [ - 0.7333333492279053, - [ - -0.007240810431540012, - -0.12305516749620438, - -0.777381420135498, - 0.6168333292007446 - ] - ], - [ - 0.7666666507720947, - [ - -0.009458503685891628, - -0.12417927384376526, - -0.778194785118103, - 0.6155508756637573 - ] - ], - [ - 0.800000011920929, - [ - -0.011028219014406204, - -0.12451333552598953, - -0.7788848876953125, - 0.6145837306976318 - ] - ], - [ - 0.8333333134651184, - [ - -0.01217296440154314, - -0.12427034974098206, - -0.7794591784477234, - 0.613882839679718 - ] - ], - [ - 0.8666666746139526, - [ - -0.013162114657461643, - -0.12372612953186035, - -0.7799293398857117, - 0.6133749485015869 - ] - ], - [ - 0.8999999761581421, - [ - -0.013979789800941944, - -0.12288277596235275, - -0.7802858352661133, - 0.6130728721618652 - ] - ], - [ - 0.9333333373069763, - [ - -0.014610218815505505, - -0.12174291163682938, - -0.7805191874504089, - 0.6129885911941528 - ] - ], - [ - 0.9666666388511658, - [ - -0.015040833503007889, - -0.12031242996454239, - -0.780620276927948, - 0.6131318807601929 - ] - ], - [ - 1.0, - [ - -0.015259474515914917, - -0.11859799176454544, - -0.7805808186531067, - 0.61351078748703 - ] - ], - [ - 1.0333333015441895, - [ - -0.015114029869437218, - -0.11647136509418488, - -0.7802860140800476, - 0.6142961382865906 - ] - ], - [ - 1.0666667222976685, - [ - -0.014500945806503296, - -0.11385297775268555, - -0.7796530723571777, - 0.6156042218208313 - ] - ], - [ - 1.100000023841858, - [ - -0.013490397483110428, - -0.11083079129457474, - -0.7787244915962219, - 0.6173513531684875 - ] - ], - [ - 1.1333333253860474, - [ - -0.012155716307461262, - -0.10749489814043045, - -0.7775466442108154, - 0.619450032711029 - ] - ], - [ - 1.1666666269302368, - [ - -0.01056903786957264, - -0.10393322259187698, - -0.776166558265686, - 0.621813178062439 - ] - ], - [ - 1.2000000476837158, - [ - -0.008713542483747005, - -0.10018431395292282, - -0.7746254205703735, - 0.6243738532066345 - ] - ], - [ - 1.2333333492279053, - [ - -0.006577183958142996, - -0.09628807008266449, - -0.7729613184928894, - 0.6270694732666016 - ] - ], - [ - 1.2666666507720947, - [ - -0.004229895770549774, - -0.0923241376876831, - -0.77121502161026, - 0.6298301219940186 - ] - ], - [ - 1.2999999523162842, - [ - -0.0017323560314252973, - -0.08836248517036438, - -0.769423246383667, - 0.632595419883728 - ] - ], - [ - 1.3333333730697632, - [ - 0.000864414672832936, - -0.08446313440799713, - -0.7676196098327637, - 0.6353151798248291 - ] - ], - [ - 1.3666666746139526, - [ - 0.003518408630043268, - -0.0806768387556076, - -0.7658334374427795, - 0.6379484534263611 - ] - ], - [ - 1.399999976158142, - [ - 0.006197714246809483, - -0.07704417407512665, - -0.7640898823738098, - 0.6404626965522766 - ] - ], - [ - 1.4333332777023315, - [ - 0.008876148611307144, - -0.07359977066516876, - -0.7624111771583557, - 0.6428323984146118 - ] - ], - [ - 1.4666666984558105, - [ - 0.01157040148973465, - -0.0704180970788002, - -0.7607967257499695, - 0.6450548768043518 - ] - ], - [ - 1.5, - [ - 0.014295493252575397, - -0.0675574243068695, - -0.7592480778694153, - 0.6471275091171265 - ] - ], - [ - 1.5333333015441895, - [ - 0.017031660303473473, - -0.06501799821853638, - -0.7577854990959167, - 0.6490328907966614 - ] - ], - [ - 1.5666667222976685, - [ - 0.019762322306632996, - -0.0627954974770546, - -0.7564268708229065, - 0.6507569551467896 - ] - ], - [ - 1.600000023841858, - [ - 0.022470949217677116, - -0.06088409200310707, - -0.7551882266998291, - 0.6522874236106873 - ] - ], - [ - 1.6333333253860474, - [ - 0.025143222883343697, - -0.059274639934301376, - -0.7540846467018127, - 0.6536137461662292 - ] - ], - [ - 1.6666666269302368, - [ - 0.02776389941573143, - -0.05795770138502121, - -0.7531301975250244, - 0.6547251343727112 - ] - ], - [ - 1.7000000476837158, - [ - 0.03031761758029461, - -0.05692305788397789, - -0.7523400783538818, - 0.6556105613708496 - ] - ], - [ - 1.7333333492279053, - [ - 0.03278835117816925, - -0.05616015940904617, - -0.7517296075820923, - 0.6562572121620178 - ] - ], - [ - 1.7666666507720947, - [ - 0.03518823906779289, - -0.055633921176195145, - -0.7512801289558411, - 0.6566925048828125 - ] - ], - [ - 1.7999999523162842, - [ - 0.03753829374909401, - -0.05530225858092308, - -0.7509577870368958, - 0.656958818435669 - ] - ], - [ - 1.8333333730697632, - [ - 0.03983238339424133, - -0.05514688789844513, - -0.7507596015930176, - 0.657063364982605 - ] - ], - [ - 1.8666666746139526, - [ - 0.04206179454922676, - -0.055151909589767456, - -0.7506833672523499, - 0.657011091709137 - ] - ], - [ - 1.899999976158142, - [ - 0.044216081500053406, - -0.055303093045949936, - -0.7507284283638, - 0.6568055748939514 - ] - ], - [ - 1.9333332777023315, - [ - 0.04628261551260948, - -0.0555884912610054, - -0.7508947849273682, - 0.6564488410949707 - ] - ], - [ - 1.9666666984558105, - [ - 0.04824785143136978, - -0.05598563700914383, - -0.7511690258979797, - 0.6559596657752991 - ] - ], - [ - 2.0, - [ - 0.05009736865758896, - -0.05646175518631935, - -0.7515365481376648, - 0.6553587913513184 - ] - ], - [ - 2.0333333015441895, - [ - 0.0518144816160202, - -0.056992724537849426, - -0.7519974112510681, - 0.6546502709388733 - ] - ], - [ - 2.066666603088379, - [ - 0.05338246375322342, - -0.057555049657821655, - -0.7525516152381897, - 0.6538377404212952 - ] - ], - [ - 2.0999999046325684, - [ - 0.05478401854634285, - -0.05812655761837959, - -0.7531991004943848, - 0.6529250741004944 - ] - ], - [ - 2.133333444595337, - [ - 0.05604963004589081, - -0.058741942048072815, - -0.753916323184967, - 0.6519340872764587 - ] - ], - [ - 2.1666667461395264, - [ - 0.05721619725227356, - -0.05944846570491791, - -0.7546760439872742, - 0.650888979434967 - ] - ], - [ - 2.200000047683716, - [ - 0.05827920138835907, - -0.06024068221449852, - -0.7554709315299988, - 0.6497986316680908 - ] - ], - [ - 2.2333333492279053, - [ - 0.05923321098089218, - -0.06111432611942291, - -0.7562933564186096, - 0.6486732959747314 - ] - ], - [ - 2.2666666507720947, - [ - 0.060073934495449066, - -0.06206424906849861, - -0.7571335434913635, - 0.6475246548652649 - ] - ], - [ - 2.299999952316284, - [ - 0.06079680100083351, - -0.0630858913064003, - -0.7579807043075562, - 0.6463662981987 - ] - ], - [ - 2.3333332538604736, - [ - 0.06139844283461571, - -0.06417383253574371, - -0.7588224411010742, - 0.6452136635780334 - ] - ], - [ - 2.366666555404663, - [ - 0.061875928193330765, - -0.06532250344753265, - -0.7596448063850403, - 0.6440839171409607 - ] - ], - [ - 2.4000000953674316, - [ - 0.06230582669377327, - -0.0664866492152214, - -0.7604251503944397, - 0.6430016756057739 - ] - ], - [ - 2.433333396911621, - [ - 0.06277243047952652, - -0.06761614233255386, - -0.7611392736434937, - 0.6419927477836609 - ] - ], - [ - 2.4666666984558105, - [ - 0.06328961253166199, - -0.06869371235370636, - -0.7617689371109009, - 0.6410802602767944 - ] - ], - [ - 2.5, - [ - 0.06387094408273697, - -0.06970234960317612, - -0.762295126914978, - 0.6402878165245056 - ] - ], - [ - 2.5333333015441895, - [ - 0.06452993303537369, - -0.07062499225139618, - -0.7626988887786865, - 0.6396392583847046 - ] - ], - [ - 2.566666603088379, - [ - 0.06528013199567795, - -0.07144435495138168, - -0.7629618644714355, - 0.639158308506012 - ] - ], - [ - 2.5999999046325684, - [ - 0.06613385677337646, - -0.07214391231536865, - -0.7630666494369507, - 0.6388670802116394 - ] - ], - [ - 2.633333444595337, - [ - 0.06708744913339615, - -0.07271883636713028, - -0.7630205750465393, - 0.6387572884559631 - ] - ], - [ - 2.6666667461395264, - [ - 0.06812407076358795, - -0.07317409664392471, - -0.7628526091575623, - 0.6387961506843567 - ] - ], - [ - 2.700000047683716, - [ - 0.06923503428697586, - -0.07350844144821167, - -0.7625783681869507, - 0.6389659643173218 - ] - ], - [ - 2.7333333492279053, - [ - 0.07041012495756149, - -0.07372184842824936, - -0.7622138857841492, - 0.6392477750778198 - ] - ], - [ - 2.7666666507720947, - [ - 0.07163866609334946, - -0.07381482422351837, - -0.7617758512496948, - 0.6396224498748779 - ] - ], - [ - 2.799999952316284, - [ - 0.07291016727685928, - -0.07378768920898438, - -0.7612807750701904, - 0.6400710940361023 - ] - ], - [ - 2.8333332538604736, - [ - 0.07421494275331497, - -0.07363146543502808, - -0.7607559561729431, - 0.6405631303787231 - ] - ], - [ - 2.866666555404663, - [ - 0.07554223388433456, - -0.07333838939666748, - -0.7602230906486511, - 0.6410738825798035 - ] - ], - [ - 2.9000000953674316, - [ - 0.0768795907497406, - -0.07291097193956375, - -0.7596908211708069, - 0.6415945887565613 - ] - ], - [ - 2.933333396911621, - [ - 0.0781787857413292, - -0.07236794382333755, - -0.7591690421104431, - 0.6421164274215698 - ] - ], - [ - 2.9666666984558105, - [ - 0.07940608263015747, - -0.0717197060585022, - -0.7586663365364075, - 0.6426323652267456 - ] - ], - [ - 3.0, - [ - 0.08056923002004623, - -0.07095713913440704, - -0.758188009262085, - 0.6431365609169006 - ] - ], - [ - 3.0333333015441895, - [ - 0.08167589455842972, - -0.07007075101137161, - -0.7577389478683472, - 0.6436233520507813 - ] - ], - [ - 3.066666603088379, - [ - 0.08297157287597656, - -0.0686798170208931, - -0.7573161721229553, - 0.6441048383712769 - ] - ], - [ - 3.0999999046325684, - [ - 0.08459299802780151, - -0.06658236682415009, - -0.7569206357002258, - 0.6445789337158203 - ] - ], - [ - 3.133333444595337, - [ - 0.08639447391033173, - -0.06402840465307236, - -0.756561279296875, - 0.6450204849243164 - ] - ], - [ - 3.1666667461395264, - [ - 0.0882430300116539, - -0.06125709041953087, - -0.7562476992607117, - 0.6454071402549744 - ] - ], - [ - 3.200000047683716, - [ - 0.09001761674880981, - -0.058497048914432526, - -0.7559906244277954, - 0.6457192301750183 - ] - ], - [ - 3.2333333492279053, - [ - 0.09158504754304886, - -0.055977415293455124, - -0.7558045983314514, - 0.6459397077560425 - ] - ], - [ - 3.2666666507720947, - [ - 0.09280625730752945, - -0.053926367312669754, - -0.7557078003883362, - 0.6460531949996948 - ] - ], - [ - 3.299999952316284, - [ - 0.09356159716844559, - -0.05256221815943718, - -0.7557178735733032, - 0.6460448503494263 - ] - ], - [ - 3.3333332538604736, - [ - 0.09372954070568085, - -0.05210572108626366, - -0.7558534741401672, - 0.6458988189697266 - ] - ], - [ - 3.366666555404663, - [ - 0.09330867230892181, - -0.05247761681675911, - -0.7561404705047607, - 0.6455937027931213 - ] - ], - [ - 3.4000000953674316, - [ - 0.09241688251495361, - -0.05341906100511551, - -0.7565930485725403, - 0.6451143622398376 - ] - ], - [ - 3.433333396911621, - [ - 0.09110032767057419, - -0.054888952523469925, - -0.7572084665298462, - 0.6444557905197144 - ] - ], - [ - 3.4666666984558105, - [ - 0.08938908576965332, - -0.05684615299105644, - -0.7579718232154846, - 0.6436278820037842 - ] - ], - [ - 3.5, - [ - 0.08731140196323395, - -0.05925120413303375, - -0.7588679790496826, - 0.6426395773887634 - ] - ], - [ - 3.5333333015441895, - [ - 0.08489382266998291, - -0.06206608563661575, - -0.7598816156387329, - 0.641498863697052 - ] - ], - [ - 3.566666603088379, - [ - 0.08216281980276108, - -0.06525272876024246, - -0.7609977126121521, - 0.6402139067649841 - ] - ], - [ - 3.5999999046325684, - [ - 0.07913491129875183, - -0.06877703964710236, - -0.762201726436615, - 0.6387927532196045 - ] - ], - [ - 3.633333444595337, - [ - 0.07583797723054886, - -0.0725991427898407, - -0.7634777426719666, - 0.6372438669204712 - ] - ], - [ - 3.6666667461395264, - [ - 0.07231796532869339, - -0.07666931301355362, - -0.7648087739944458, - 0.6355780363082886 - ] - ], - [ - 3.700000047683716, - [ - 0.0686226487159729, - -0.08093539625406265, - -0.7661779522895813, - 0.6338075399398804 - ] - ], - [ - 3.7333333492279053, - [ - 0.0648035779595375, - -0.08534092456102371, - -0.7675679922103882, - 0.631946861743927 - ] - ], - [ - 3.7666666507720947, - [ - 0.060916684567928314, - -0.08982452750205994, - -0.768962562084198, - 0.6300137042999268 - ] - ], - [ - 3.799999952316284, - [ - 0.05702235549688339, - -0.09431976824998856, - -0.7703455686569214, - 0.6280286312103271 - ] - ], - [ - 3.8333332538604736, - [ - 0.05318605154752731, - -0.09875457733869553, - -0.7717013955116272, - 0.6260157823562622 - ] - ], - [ - 3.866666555404663, - [ - 0.04945092648267746, - -0.10306479036808014, - -0.7730169892311096, - 0.6240007877349854 - ] - ], - [ - 3.9000000953674316, - [ - 0.04585519805550575, - -0.10718613862991333, - -0.7742804884910583, - 0.6220114231109619 - ] - ], - [ - 3.933333396911621, - [ - 0.04246396943926811, - -0.11103860288858414, - -0.7754788994789124, - 0.6200804114341736 - ] - ], - [ - 3.9666666984558105, - [ - 0.039347078651189804, - -0.11453714966773987, - -0.776600182056427, - 0.6182438135147095 - ] - ], - [ - 4.0, - [ - 0.03657815605401993, - -0.11759258806705475, - -0.7776322960853577, - 0.6165403723716736 - ] - ], - [ - 4.0333333015441895, - [ - 0.034233737736940384, - -0.12011279910802841, - -0.7785642743110657, - 0.6150112748146057 - ] - ], - [ - 4.066666603088379, - [ - 0.03239312395453453, - -0.1220027431845665, - -0.7793837785720825, - 0.6136993765830994 - ] - ], - [ - 4.099999904632568, - [ - 0.03113679029047489, - -0.12316644191741943, - -0.7800785303115845, - 0.6126483678817749 - ] - ], - [ - 4.133333206176758, - [ - 0.030248330906033516, - -0.12380615621805191, - -0.7806598544120789, - 0.6118230819702148 - ] - ], - [ - 4.166666507720947, - [ - 0.02944815717637539, - -0.12418144196271896, - -0.7811113595962524, - 0.6112093329429626 - ] - ], - [ - 4.199999809265137, - [ - 0.028732487931847572, - -0.12428539246320724, - -0.7813966274261475, - 0.6108576655387878 - ] - ], - [ - 4.233333110809326, - [ - 0.028117114678025246, - -0.12411819398403168, - -0.7815108895301819, - 0.6107739806175232 - ] - ], - [ - 4.266666889190674, - [ - 0.02761855721473694, - -0.12368203699588776, - -0.7814502716064453, - 0.6109627485275269 - ] - ], - [ - 4.300000190734863, - [ - 0.02725212648510933, - -0.1229822188615799, - -0.7812113761901855, - 0.6114259958267212 - ] - ], - [ - 4.333333492279053, - [ - 0.027143757790327072, - -0.12191545218229294, - -0.7806848883628845, - 0.6123162508010864 - ] - ], - [ - 4.366666793823242, - [ - 0.027386194095015526, - -0.1204153448343277, - -0.7797936201095581, - 0.6137361526489258 - ] - ], - [ - 4.400000095367432, - [ - 0.0279382411390543, - -0.11854922771453857, - -0.7785873413085938, - 0.6156032085418701 - ] - ], - [ - 4.433333396911621, - [ - 0.02875416912138462, - -0.11638686060905457, - -0.7771187424659729, - 0.6178298592567444 - ] - ], - [ - 4.4666666984558105, - [ - 0.029785901308059692, - -0.11399758607149124, - -0.7754420042037964, - 0.6203281879425049 - ] - ], - [ - 4.5, - [ - 0.03098573535680771, - -0.11144702881574631, - -0.7736103534698486, - 0.6230140328407288 - ] - ], - [ - 4.5333333015441895, - [ - 0.03230752795934677, - -0.10879570990800858, - -0.7716748714447021, - 0.6258096098899841 - ] - ], - [ - 4.566666603088379, - [ - 0.03370969370007515, - -0.10609640926122665, - -0.7696828842163086, - 0.6286457777023315 - ] - ], - [ - 4.599999904632568, - [ - 0.03515502065420151, - -0.10339484363794327, - -0.7676776051521301, - 0.631462574005127 - ] - ], - [ - 4.633333206176758, - [ - 0.0366111621260643, - -0.10072913765907288, - -0.7656971216201782, - 0.6342092752456665 - ] - ], - [ - 4.666666507720947, - [ - 0.03805147111415863, - -0.09812940657138824, - -0.7637746930122375, - 0.6368445158004761 - ] - ], - [ - 4.699999809265137, - [ - 0.03945140168070793, - -0.09562144428491592, - -0.7619396448135376, - 0.6393341422080994 - ] - ], - [ - 4.733333110809326, - [ - 0.040791768580675125, - -0.09322406351566315, - -0.7602164149284363, - 0.6416512131690979 - ] - ], - [ - 4.766666889190674, - [ - 0.04205609858036041, - -0.09095205366611481, - -0.7586262226104736, - 0.6437743902206421 - ] - ], - [ - 4.800000190734863, - [ - 0.04323052987456322, - -0.0888165831565857, - -0.757187008857727, - 0.645686149597168 - ] - ], - [ - 4.833333492279053, - [ - 0.044303517788648605, - -0.08682578802108765, - -0.7559149265289307, - 0.6473724842071533 - ] - ], - [ - 4.866666793823242, - [ - 0.04526471719145775, - -0.08498622477054596, - -0.7548243403434753, - 0.6488209962844849 - ] - ], - [ - 4.900000095367432, - [ - 0.04609537869691849, - -0.08330680429935455, - -0.753929853439331, - 0.6500192284584045 - ] - ], - [ - 4.933333396911621, - [ - 0.04680100455880165, - -0.08183928579092026, - -0.7532146573066711, - 0.6509836316108704 - ] - ], - [ - 4.9666666984558105, - [ - 0.047398388385772705, - -0.08063042163848877, - -0.7526600360870361, - 0.651732325553894 - ] - ], - [ - 5.0, - [ - 0.047879789024591446, - -0.07968375086784363, - -0.7522786259651184, - 0.6522536873817444 - ] - ], - [ - 5.0333333015441895, - [ - 0.04823489114642143, - -0.07900463044643402, - -0.7520849704742432, - 0.6525334715843201 - ] - ], - [ - 5.066666603088379, - [ - 0.048483531922101974, - -0.078571617603302, - -0.7520584464073181, - 0.6525977849960327 - ] - ], - [ - 5.099999904632568, - [ - 0.048658743500709534, - -0.07835178822278976, - -0.7521631121635437, - 0.6524906158447266 - ] - ], - [ - 5.133333206176758, - [ - 0.048765335232019424, - -0.07833705097436905, - -0.7523928284645081, - 0.6522194743156433 - ] - ], - [ - 5.166666507720947, - [ - 0.04880581796169281, - -0.07852140814065933, - -0.7527430057525635, - 0.6517902612686157 - ] - ], - [ - 5.199999809265137, - [ - 0.04878177493810654, - -0.07889968901872635, - -0.7532093524932861, - 0.6512073874473572 - ] - ], - [ - 5.233333110809326, - [ - 0.04869362339377403, - -0.07946795970201492, - -0.7537883520126343, - 0.6504743695259094 - ] - ], - [ - 5.266666889190674, - [ - 0.04854211583733559, - -0.08021031320095062, - -0.7544629573822021, - 0.6496118903160095 - ] - ], - [ - 5.300000190734863, - [ - 0.048327673226594925, - -0.08109964430332184, - -0.7552145719528198, - 0.6486433744430542 - ] - ], - [ - 5.333333492279053, - [ - 0.04804909974336624, - -0.08211687952280045, - -0.7560385465621948, - 0.647575318813324 - ] - ], - [ - 5.366666793823242, - [ - 0.047706034034490585, - -0.08324262499809265, - -0.7569298148155212, - 0.6464147567749023 - ] - ], - [ - 5.400000095367432, - [ - 0.04729870706796646, - -0.0844574049115181, - -0.7578827142715454, - 0.6451694369316101 - ] - ], - [ - 5.433333396911621, - [ - 0.04682893678545952, - -0.08574089407920837, - -0.7588908672332764, - 0.6438481211662292 - ] - ], - [ - 5.4666666984558105, - [ - 0.04629954323172569, - -0.08707245439291, - -0.7599466443061829, - 0.6424607634544373 - ] - ], - [ - 5.5, - [ - 0.04571539908647537, - -0.08843017369508743, - -0.7610419392585754, - 0.6410190463066101 - ] - ], - [ - 5.5333333015441895, - [ - 0.04508335888385773, - -0.08979104459285736, - -0.7621668577194214, - 0.6395364999771118 - ] - ], - [ - 5.566666603088379, - [ - 0.0444125235080719, - -0.09113065153360367, - -0.7633100748062134, - 0.638028621673584 - ] - ], - [ - 5.599999904632568, - [ - 0.043714240193367004, - -0.09242326021194458, - -0.7644590735435486, - 0.6365134716033936 - ] - ], - [ - 5.633333206176758, - [ - 0.042993828654289246, - -0.09365549683570862, - -0.7655796408653259, - 0.635033905506134 - ] - ], - [ - 5.666666507720947, - [ - 0.04226187989115715, - -0.09482184797525406, - -0.7666359543800354, - 0.6336340308189392 - ] - ], - [ - 5.699999809265137, - [ - 0.041541073471307755, - -0.0959056094288826, - -0.7676103711128235, - 0.6323375701904297 - ] - ], - [ - 5.733333110809326, - [ - 0.04085652157664299, - -0.09688743203878403, - -0.7684836983680725, - 0.6311706304550171 - ] - ], - [ - 5.766666889190674, - [ - 0.04023469239473343, - -0.09774631261825562, - -0.7692358493804932, - 0.6301612854003906 - ] - ], - [ - 5.800000190734863, - [ - 0.03970285505056381, - -0.09845978021621704, - -0.7698454260826111, - 0.6293388605117798 - ] - ], - [ - 5.833333492279053, - [ - 0.03928942233324051, - -0.09900356829166412, - -0.7702914476394653, - 0.6287334561347961 - ] - ], - [ - 5.866666793823242, - [ - 0.03902103379368782, - -0.09935399144887924, - -0.7705530524253845, - 0.6283742189407349 - ] - ], - [ - 5.933333396911621, - [ - 0.03899582102894783, - -0.0994013100862503, - -0.7704729437828064, - 0.6284665465354919 - ] - ], - [ - 5.9666666984558105, - [ - 0.03921312466263771, - -0.09911538660526276, - -0.7701719999313354, - 0.6288669109344482 - ] - ], - [ - 6.0, - [ - 0.03956398740410805, - -0.09863638132810593, - -0.7697256207466125, - 0.6294664740562439 - ] - ], - [ - 6.0333333015441895, - [ - 0.040035635232925415, - -0.09797252714633942, - -0.7691526412963867, - 0.6302404403686523 - ] - ], - [ - 6.066666603088379, - [ - 0.04061385616660118, - -0.09713328629732132, - -0.768471896648407, - 0.6311629414558411 - ] - ], - [ - 6.099999904632568, - [ - 0.0412842258810997, - -0.09612861275672913, - -0.7677029371261597, - 0.6322082877159119 - ] - ], - [ - 6.133333206176758, - [ - 0.042032841593027115, - -0.0949680507183075, - -0.7668640613555908, - 0.6333512663841248 - ] - ], - [ - 6.166666507720947, - [ - 0.04284534603357315, - -0.09366195648908615, - -0.7659737467765808, - 0.6345676779747009 - ] - ], - [ - 6.199999809265137, - [ - 0.04370873048901558, - -0.09221965819597244, - -0.7650489211082458, - 0.6358344554901123 - ] - ], - [ - 6.233333110809326, - [ - 0.04461069032549858, - -0.09065012633800507, - -0.7641057372093201, - 0.6371302008628845 - ] - ], - [ - 6.266666889190674, - [ - 0.045540355145931244, - -0.08896135538816452, - -0.7631593942642212, - 0.6384353637695313 - ] - ], - [ - 6.300000190734863, - [ - 0.046487465500831604, - -0.08716107904911041, - -0.7622239589691162, - 0.6397316455841064 - ] - ], - [ - 6.333333492279053, - [ - 0.04744449630379677, - -0.08525457978248596, - -0.7613120675086975, - 0.6410028338432312 - ] - ], - [ - 6.366666793823242, - [ - 0.048652905970811844, - -0.08285855501890182, - -0.7604379653930664, - 0.6422627568244934 - ] - ], - [ - 6.400000095367432, - [ - 0.05024433508515358, - -0.07977660000324249, - -0.7596117258071899, - 0.6435070037841797 - ] - ], - [ - 6.433333396911621, - [ - 0.05205419287085533, - -0.0762876495718956, - -0.7588409781455994, - 0.644694447517395 - ] - ], - [ - 6.4666666984558105, - [ - 0.053930822759866714, - -0.07265793532133102, - -0.7581362724304199, - 0.6457876563072205 - ] - ], - [ - 6.5, - [ - 0.05573399364948273, - -0.06914187222719193, - -0.7575116157531738, - 0.6467528343200684 - ] - ], - [ - 6.5333333015441895, - [ - 0.057333264499902725, - -0.06598342955112457, - -0.7569847106933594, - 0.647559642791748 - ] - ], - [ - 6.566666603088379, - [ - 0.05860497057437897, - -0.06341905146837234, - -0.7565756440162659, - 0.6481795907020569 - ] - ], - [ - 6.599999904632568, - [ - 0.05942811444401741, - -0.061682090163230896, - -0.7563072443008423, - 0.6485853791236877 - ] - ], - [ - 6.633333206176758, - [ - 0.059679243713617325, - -0.061008233577013016, - -0.7562025189399719, - 0.6487481594085693 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458725282_1070294.json b/lenses/physics-objects/Scene/assets/1645812458725282_1070294.json deleted file mode 100644 index bb06f034..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458725282_1070294.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458725282:1070294", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458727422_1070307.json b/lenses/physics-objects/Scene/assets/1645812458727422_1070307.json deleted file mode 100644 index 9d296fe9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458727422_1070307.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458727422:1070307", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 3.366666555404663, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458727845_1070314.json b/lenses/physics-objects/Scene/assets/1645812458727845_1070314.json deleted file mode 100644 index 803e888a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458727845_1070314.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458727845:1070314", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ], - [ - 0.03333333507180214, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ], - [ - 0.06666667014360428, - [ - 0.3965352177619934, - 0.37184303998947144, - -0.5794282555580139, - 0.6072523593902588 - ] - ], - [ - 0.10000000149011612, - [ - 0.4079502820968628, - 0.40352755784988403, - -0.5728515982627869, - 0.5853060483932495 - ] - ], - [ - 0.13333334028720856, - [ - 0.3857579529285431, - 0.3838520050048828, - -0.6060196757316589, - 0.580162525177002 - ] - ], - [ - 0.1666666716337204, - [ - 0.2985941171646118, - 0.24157372117042542, - -0.6872121691703796, - 0.6166224479675293 - ] - ], - [ - 0.20000000298023224, - [ - 0.3105451464653015, - 0.2299172431230545, - -0.685862123966217, - 0.6166789531707764 - ] - ], - [ - 0.23333333432674408, - [ - 0.3856348991394043, - 0.3250187933444977, - -0.6406971216201782, - 0.5789263248443604 - ] - ], - [ - 0.2666666805744171, - [ - 0.4628894627094269, - 0.4351562261581421, - -0.5679166316986084, - 0.5233001708984375 - ] - ], - [ - 0.30000001192092896, - [ - 0.44255340099334717, - 0.42360448837280273, - -0.5926628112792969, - 0.5229307413101196 - ] - ], - [ - 0.3333333432674408, - [ - 0.38771095871925354, - 0.3627742528915405, - -0.6467108130455017, - 0.5475767850875854 - ] - ], - [ - 0.36666667461395264, - [ - 0.290816068649292, - 0.20713847875595093, - -0.7051022052764893, - 0.612658679485321 - ] - ], - [ - 0.4000000059604645, - [ - 0.32167139649391174, - 0.24745367467403412, - -0.6891417503356934, - 0.6003147959709167 - ] - ], - [ - 0.4333333373069763, - [ - 0.39150193333625793, - 0.35836827754974365, - -0.6451590061187744, - 0.5496075749397278 - ] - ], - [ - 0.46666666865348816, - [ - -0.46021029353141785, - -0.44324415922164917, - 0.5996919870376587, - -0.4817785918712616 - ] - ], - [ - 0.5, - [ - -0.4681592881679535, - -0.45032718777656555, - 0.6029264330863953, - -0.4631544351577759 - ] - ], - [ - 0.5333333611488342, - [ - 0.4191059172153473, - 0.37011992931365967, - -0.6533621549606323, - 0.5103718042373657 - ] - ], - [ - 0.5666666626930237, - [ - 0.32906556129455566, - 0.2326406091451645, - -0.702053964138031, - 0.5871238708496094 - ] - ], - [ - 0.6000000238418579, - [ - 0.3903721570968628, - 0.2735467255115509, - -0.6573927402496338, - 0.5836236476898193 - ] - ], - [ - 0.6333333253860474, - [ - 0.4634530246257782, - 0.3495417833328247, - -0.5854662656784058, - 0.5659161806106567 - ] - ], - [ - 0.6666666865348816, - [ - 0.4471411108970642, - 0.311808317899704, - -0.5904082655906677, - 0.5951961874961853 - ] - ], - [ - 0.699999988079071, - [ - 0.368557333946228, - 0.19755862653255463, - -0.6517571210861206, - 0.6327313184738159 - ] - ], - [ - 0.7333333492279053, - [ - 0.19731049239635468, - -0.04781196638941765, - -0.7383361458778381, - 0.6431503295898438 - ] - ], - [ - 0.7666666507720947, - [ - 0.15186049044132233, - -0.1261744350194931, - -0.7357180118560791, - 0.6478714346885681 - ] - ], - [ - 0.800000011920929, - [ - 0.2284197360277176, - -0.04890898987650871, - -0.6915358304977417, - 0.6835280060768127 - ] - ], - [ - 0.8333333134651184, - [ - 0.39894455671310425, - 0.19936451315879822, - -0.5424128770828247, - 0.7119587659835815 - ] - ], - [ - 0.8666666746139526, - [ - 0.4516540467739105, - 0.2852376401424408, - -0.4842751622200012, - 0.6929111480712891 - ] - ], - [ - 0.8999999761581421, - [ - 0.2756017744541168, - 0.10932555794715881, - -0.6531463265419006, - 0.6967721581459045 - ] - ], - [ - 0.9333333373069763, - [ - 0.09242143481969833, - -0.14772917330265045, - -0.7420545220375061, - 0.6472939252853394 - ] - ], - [ - 0.9666666388511658, - [ - 0.2877638638019562, - 0.06305753439664841, - -0.5862017869949341, - 0.7547073364257813 - ] - ], - [ - 1.0, - [ - 0.3806145191192627, - 0.20482414960861206, - -0.49454617500305176, - 0.7540583610534668 - ] - ], - [ - 1.0333333015441895, - [ - 0.4604942798614502, - 0.34159550070762634, - -0.39894142746925354, - 0.7156140208244324 - ] - ], - [ - 1.0666667222976685, - [ - 0.44089779257774353, - 0.32241612672805786, - -0.4226597547531128, - 0.7231982350349426 - ] - ], - [ - 1.100000023841858, - [ - 0.3910678029060364, - 0.2512432336807251, - -0.4766918420791626, - 0.7461286187171936 - ] - ], - [ - 1.1333333253860474, - [ - 0.27190595865249634, - 0.0767212063074112, - -0.5603529810905457, - 0.7785791754722595 - ] - ], - [ - 1.1666666269302368, - [ - 0.3375263512134552, - 0.17120707035064697, - -0.5192762017250061, - 0.7662352919578552 - ] - ], - [ - 1.2000000476837158, - [ - 0.4790399968624115, - 0.4054379463195801, - -0.3900514245033264, - 0.6737957000732422 - ] - ], - [ - 1.2333333492279053, - [ - 0.51364666223526, - 0.461574524641037, - -0.34213945269584656, - 0.6372257471084595 - ] - ], - [ - 1.2666666507720947, - [ - 0.4497886598110199, - 0.3927166759967804, - -0.40914812684059143, - 0.6899721622467041 - ] - ], - [ - 1.2999999523162842, - [ - 0.29647746682167053, - 0.15051333606243134, - -0.5187919735908508, - 0.787592351436615 - ] - ], - [ - 1.3333333730697632, - [ - 0.17398856580257416, - -0.03596171736717224, - -0.5495955348014832, - 0.8163207173347473 - ] - ], - [ - 1.3666666746139526, - [ - 0.2379399687051773, - 0.0560484305024147, - -0.5098271369934082, - 0.8248147964477539 - ] - ], - [ - 1.399999976158142, - [ - 0.3458836078643799, - 0.24755050241947174, - -0.4462895691394806, - 0.7873429656028748 - ] - ], - [ - 1.4333332777023315, - [ - 0.35428157448768616, - 0.2705143690109253, - -0.44077643752098083, - 0.7791167497634888 - ] - ], - [ - 1.4666666984558105, - [ - 0.3076194226741791, - 0.20692263543605804, - -0.4675353765487671, - 0.8024736642837524 - ] - ], - [ - 1.5, - [ - 0.08693020045757294, - -0.13277001678943634, - -0.5674180388450623, - 0.8079926371574402 - ] - ], - [ - 1.5333333015441895, - [ - 0.10641130805015564, - -0.11878558993339539, - -0.5085426568984985, - 0.8461390137672424 - ] - ], - [ - 1.5666667222976685, - [ - 0.23139286041259766, - 0.05879335105419159, - -0.4510962665081024, - 0.8599493503570557 - ] - ], - [ - 1.600000023841858, - [ - 0.3941076397895813, - 0.315990686416626, - -0.3701384961605072, - 0.7796323299407959 - ] - ], - [ - 1.6333333253860474, - [ - 0.3740517497062683, - 0.28073200583457947, - -0.4075799584388733, - 0.784317135810852 - ] - ], - [ - 1.6666666269302368, - [ - 0.30657824873924255, - 0.18238581717014313, - -0.4983108639717102, - 0.7902097702026367 - ] - ], - [ - 1.7000000476837158, - [ - 0.188836008310318, - 0.02193448692560196, - -0.5887954831123352, - 0.7856078743934631 - ] - ], - [ - 1.7333333492279053, - [ - 0.20458583533763885, - 0.05096806585788727, - -0.6061368584632874, - 0.7669061422348022 - ] - ], - [ - 1.7666666507720947, - [ - 0.3056271970272064, - 0.1981862634420395, - -0.5832709074020386, - 0.7260228991508484 - ] - ], - [ - 1.7999999523162842, - [ - 0.43391290307044983, - 0.3829358220100403, - -0.5161046981811523, - 0.6314393877983093 - ] - ], - [ - 1.8333333730697632, - [ - 0.43591612577438354, - 0.3916209042072296, - -0.524643063545227, - 0.6175435781478882 - ] - ], - [ - 1.8666666746139526, - [ - 0.38657286763191223, - 0.3269440829753876, - -0.5559131503105164, - 0.6592643857002258 - ] - ], - [ - 1.899999976158142, - [ - 0.21991130709648132, - 0.11558233946561813, - -0.6177921295166016, - 0.7460647821426392 - ] - ], - [ - 1.9333332777023315, - [ - 0.2906714081764221, - 0.16993924975395203, - -0.5938096642494202, - 0.7307673096656799 - ] - ], - [ - 1.9666666984558105, - [ - 0.37598496675491333, - 0.2815339267253876, - -0.5393860936164856, - 0.6988824009895325 - ] - ], - [ - 2.0, - [ - 0.41882866621017456, - 0.3382691740989685, - -0.49969765543937683, - 0.6785711050033569 - ] - ], - [ - 2.0333333015441895, - [ - 0.3847249746322632, - 0.2866426110267639, - -0.5279728770256042, - 0.7007619738578796 - ] - ], - [ - 2.066666603088379, - [ - 0.31424853205680847, - 0.17193664610385895, - -0.5820978283882141, - 0.7299642562866211 - ] - ], - [ - 2.0999999046325684, - [ - 0.254896342754364, - 0.07240236550569534, - -0.6165443658828735, - 0.7413897514343262 - ] - ], - [ - 2.133333444595337, - [ - 0.33675989508628845, - 0.17206040024757385, - -0.5756762027740479, - 0.7249724268913269 - ] - ], - [ - 2.1666667461395264, - [ - 0.4466724693775177, - 0.3551528751850128, - -0.4774666130542755, - 0.6681135892868042 - ] - ], - [ - 2.200000047683716, - [ - 0.47442585229873657, - 0.4009189307689667, - -0.46439889073371887, - 0.6312826871871948 - ] - ], - [ - 2.2333333492279053, - [ - 0.44345107674598694, - 0.36534878611564636, - -0.5229304432868958, - 0.629615068435669 - ] - ], - [ - 2.2666666507720947, - [ - 0.3256012797355652, - 0.17067059874534607, - -0.6456927061080933, - 0.6692804098129272 - ] - ], - [ - 2.299999952316284, - [ - 0.30271226167678833, - 0.13484212756156921, - -0.6529237627983093, - 0.6810826659202576 - ] - ], - [ - 2.3333332538604736, - [ - 0.3554888963699341, - 0.20019517838954926, - -0.6227042078971863, - 0.6676743030548096 - ] - ], - [ - 2.366666555404663, - [ - 0.4230342209339142, - 0.30664896965026855, - -0.5787063837051392, - 0.6261847615242004 - ] - ], - [ - 2.4000000953674316, - [ - 0.41388171911239624, - 0.3027525544166565, - -0.6038073301315308, - 0.6102946400642395 - ] - ], - [ - 2.433333396911621, - [ - 0.37665972113609314, - 0.26000192761421204, - -0.6501265168190002, - 0.6065162420272827 - ] - ], - [ - 2.4666666984558105, - [ - 0.2921760082244873, - 0.13905303180217743, - -0.7149303555488586, - 0.619816243648529 - ] - ], - [ - 2.5, - [ - 0.29800188541412354, - 0.13918514549732208, - -0.7214034795761108, - 0.6094256043434143 - ] - ], - [ - 2.5333333015441895, - [ - 0.37777307629585266, - 0.24873876571655273, - -0.6755631566047668, - 0.5822636485099792 - ] - ], - [ - 2.566666603088379, - [ - 0.48734238743782043, - 0.3875541388988495, - -0.57030189037323, - 0.5357751250267029 - ] - ], - [ - 2.5999999046325684, - [ - 0.45502522587776184, - 0.3407336473464966, - -0.6085294485092163, - 0.5536646842956543 - ] - ], - [ - 2.633333444595337, - [ - 0.38294875621795654, - 0.23363958299160004, - -0.6705237030982971, - 0.5908982753753662 - ] - ], - [ - 2.6666667461395264, - [ - 0.282890260219574, - 0.06358254700899124, - -0.7206472158432007, - 0.629760205745697 - ] - ], - [ - 2.700000047683716, - [ - 0.30679255723953247, - 0.09888635575771332, - -0.6960265040397644, - 0.6415972113609314 - ] - ], - [ - 2.7333333492279053, - [ - 0.3642636239528656, - 0.21374912559986115, - -0.651275098323822, - 0.630447506904602 - ] - ], - [ - 2.7666666507720947, - [ - 0.4381468892097473, - 0.32286790013313293, - -0.5832893252372742, - 0.6029570698738098 - ] - ], - [ - 2.799999952316284, - [ - 0.437163382768631, - 0.33602893352508545, - -0.5834528803825378, - 0.5962847471237183 - ] - ], - [ - 2.8333332538604736, - [ - 0.3703310191631317, - 0.23111718893051147, - -0.6435263156890869, - 0.6287397742271423 - ] - ], - [ - 2.866666555404663, - [ - 0.3091438412666321, - 0.12313780933618546, - -0.6727448105812073, - 0.6608189940452576 - ] - ], - [ - 2.9000000953674316, - [ - 0.4129669666290283, - 0.20552252233028412, - -0.6150882244110107, - 0.6394413709640503 - ] - ], - [ - 2.933333396911621, - [ - 0.5259804129600525, - 0.34658533334732056, - -0.5165446996688843, - 0.580004096031189 - ] - ], - [ - 2.9666666984558105, - [ - 0.514411985874176, - 0.33097171783447266, - -0.5183148980140686, - 0.5976518392562866 - ] - ], - [ - 3.0, - [ - 0.4516105651855469, - 0.23914417624473572, - -0.57237309217453, - 0.6412854194641113 - ] - ], - [ - 3.0333333015441895, - [ - 0.352403461933136, - 0.09941069036722183, - -0.6344286203384399, - 0.680756688117981 - ] - ], - [ - 3.066666603088379, - [ - 0.3103744089603424, - 0.0804772600531578, - -0.6413270831108093, - 0.6970586180686951 - ] - ], - [ - 3.0999999046325684, - [ - 0.34100186824798584, - 0.15775106847286224, - -0.6165650486946106, - 0.6918670535087585 - ] - ], - [ - 3.133333444595337, - [ - 0.45266830921173096, - 0.3362172842025757, - -0.559504508972168, - 0.6074570417404175 - ] - ], - [ - 3.1666667461395264, - [ - 0.4834081828594208, - 0.40248069167137146, - -0.5616177320480347, - 0.5375049710273743 - ] - ], - [ - 3.200000047683716, - [ - 0.4453410804271698, - 0.33703622221946716, - -0.5669315457344055, - 0.6055299639701843 - ] - ], - [ - 3.2333333492279053, - [ - 0.3125094175338745, - 0.157661572098732, - -0.6134962439537048, - 0.7078863382339478 - ] - ], - [ - 3.2666666507720947, - [ - 0.2677229642868042, - 0.15927469730377197, - -0.6519927978515625, - 0.6912751793861389 - ] - ], - [ - 3.299999952316284, - [ - 0.2931293547153473, - 0.24571071565151215, - -0.654357373714447, - 0.6523174047470093 - ] - ], - [ - 3.3333332538604736, - [ - 0.29532983899116516, - 0.24896258115768433, - -0.6508268117904663, - 0.6536225080490112 - ] - ], - [ - 3.366666555404663, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458728191_1070321.json b/lenses/physics-objects/Scene/assets/1645812458728191_1070321.json deleted file mode 100644 index 82069b1c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458728191_1070321.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458728191:1070321", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458730546_1070334.json b/lenses/physics-objects/Scene/assets/1645812458730546_1070334.json deleted file mode 100644 index b1a51731..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458730546_1070334.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458730546:1070334", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2187843322753906, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.216980218887329, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.2117605209350586, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.203421115875244, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.1922624111175537, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.1785905361175537, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.1627140045166016, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.14494252204895, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.125584363937378, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.104947566986084, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.0833351612091064, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 1.992970585823059, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.9707807302474976, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.949263334274292, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.928651213645935, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.909164547920227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.8910108804702759, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 1.874387264251709, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 1.8594833612442017, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 1.84648597240448, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.8355827331542969, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.8267161846160889, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.8198199272155762, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8150806427001953, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.8157082796096802, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.8240249156951904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 1.8398749828338623, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 1.8625515699386597, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 1.8913509845733643, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 1.9255666732788086, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 1.9645888805389404, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.007796287536621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.0544512271881104, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1038002967834473, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.1550748348236084, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.3125407695770264, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3635406494140625, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.4124155044555664, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.4583399295806885, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.500478506088257, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.5379931926727295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5700418949127197, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.5957815647125244, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.614367723464966, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.62495493888855, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.626466989517212, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.61948561668396, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.607872724533081, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5920262336730957, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.5723464488983154, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.5492072105407715, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.5229904651641846, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.4941141605377197, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.4629976749420166, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.4300620555877686, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.3958261013031006, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.2902894020080566, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.2556333541870117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.221971035003662, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.1897404193878174, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.159379005432129, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.1314475536346436, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.106518268585205, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.085033893585205, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.0674397945404053, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.054180860519409, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.0457026958465576, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.0441722869873047, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.0500547885894775, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.059706926345825, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.0727391242980957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.0887622833251953, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.1073873043060303, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.1281914710998535, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.1507480144500732, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.174661874771118, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.3252501487731934, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.349513053894043, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.3722341060638428, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.392630100250244, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.409862756729126, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.4230597019195557, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.431372880935669, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.431413173675537, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.4251086711883545, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.4153575897216797, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.4024648666381836, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.386739492416382, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.3684935569763184, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.348039150238037, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.325671911239624, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.3017053604125977, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.2764785289764404, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.2503254413604736, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.142883539199829, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.116791009902954, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.0914950370788574, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.0672404766082764, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.0442631244659424, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.0227854251861572, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.003025770187378, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 1.9851970672607422, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 1.9695128202438354, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 1.955888032913208, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 1.944151520729065, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 1.9344356060028076, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 1.926952600479126, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 1.921919345855713, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 1.9226347208023071, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 1.933287262916565, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 1.9508129358291626, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 1.9745121002197266, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.0036816596984863, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.0376107692718506, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.0755774974823, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.1168458461761475, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.160667657852173, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.206282615661621, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.2997751235961914, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.3460700511932373, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.390994071960449, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.43373703956604, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.4734835624694824, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.50941801071167, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.5407087802886963, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.5665321350097656, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.586088180541992, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.598564386367798, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.6007626056671143, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.593127489089966, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.5806708335876465, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.5638206005096436, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.5430057048797607, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.5186572074890137, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.4911768436431885, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.4609766006469727, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.4284965991973877, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.394181489944458, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.358470916748047, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.2104508876800537, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.1743290424346924, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.1394236087799072, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.1058764457702637, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.0738608837127686, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.043850898742676, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.0163183212280273, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 1.9917325973510742, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 1.9705642461776733, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 1.953282117843628, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 1.9403564929962158, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 1.932260274887085, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 1.9291560649871826, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 1.9330416917800903, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 1.9400933980941772, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 1.9499688148498535, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 1.9623249769210815, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 1.9768180847167969, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 1.993104100227356, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.0108375549316406, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.029670238494873, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.089262008666992, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.150341272354126, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.169381856918335, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.1865427494049072, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.201066493988037, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.2121834754943848, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.2191193103790283, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.2211029529571533, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458730997_1070341.json b/lenses/physics-objects/Scene/assets/1645812458730997_1070341.json deleted file mode 100644 index a95d3f70..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458730997_1070341.json +++ /dev/null @@ -1,1387 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458730997:1070341", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.06276769936084747, - 2.7755575615628914e-17, - 2.649790109554573e-16, - 0.9980281591415405 - ] - ], - [ - 0.4000000059604645, - [ - 0.06235502287745476, - -1.559438874279782e-24, - -8.760356200660836e-17, - 0.998054027557373 - ] - ], - [ - 0.4333333373069763, - [ - 0.0621923990547657, - -5.551115123125783e-17, - -2.0296264668928643e-16, - 0.9980641603469849 - ] - ], - [ - 0.46666666865348816, - [ - 0.061990886926651, - -1.957888671810002e-25, - -3.8163916471489756e-17, - 0.9980767369270325 - ] - ], - [ - 0.5666666626930237, - [ - 0.06109768524765968, - -2.081668005736046e-17, - 1.4051260155412137e-16, - 0.9981318116188049 - ] - ], - [ - 0.6000000238418579, - [ - 0.060683462768793106, - -4.163335680599847e-17, - -2.463307335887066e-16, - 0.9981570839881897 - ] - ], - [ - 0.6333333253860474, - [ - 0.06020014360547066, - -6.938893490316922e-18, - -1.474514954580286e-17, - 0.9981863498687744 - ] - ], - [ - 0.6666666865348816, - [ - 0.05964100733399391, - -6.591950532200847e-17, - -4.388850394221322e-16, - 0.998219907283783 - ] - ], - [ - 0.699999988079071, - [ - 0.05899941176176071, - -4.5102823610286785e-17, - -2.9490391735834327e-17, - 0.998258113861084 - ] - ], - [ - 0.7333333492279053, - [ - 0.05826891213655472, - -6.93887818747559e-18, - 5.637851958669113e-17, - 0.9983010292053223 - ] - ], - [ - 0.7666666507720947, - [ - 0.05744349583983421, - 3.122502256758253e-17, - 3.816393632382446e-17, - 0.9983487725257874 - ] - ], - [ - 0.800000011920929, - [ - 0.056517891585826874, - 2.7755575615628914e-17, - -3.382710778154774e-17, - 0.9984015822410583 - ] - ], - [ - 0.8333333134651184, - [ - 0.055487822741270065, - -3.469447282825859e-17, - -2.3418770234409346e-17, - 0.9984594583511353 - ] - ], - [ - 0.8666666746139526, - [ - 0.054361119866371155, - 7.112366251504909e-17, - -7.45931094670027e-17, - 0.9985213279724121 - ] - ], - [ - 0.8999999761581421, - [ - 0.05315142124891281, - -3.122502256758253e-17, - 9.454242944073599e-17, - 0.9985864758491516 - ] - ], - [ - 0.9333333373069763, - [ - 0.051872655749320984, - -2.7755575615628914e-17, - -9.80118763926896e-17, - 0.9986537098884583 - ] - ], - [ - 0.9666666388511658, - [ - 0.05053885653614998, - 5.204159260992152e-18, - 2.216109505258167e-16, - 0.9987221956253052 - ] - ], - [ - 1.0, - [ - 0.049164243042469025, - 1.734723475976807e-18, - -6.938893903907228e-17, - 0.9987906813621521 - ] - ], - [ - 1.0333333015441895, - [ - 0.04777512326836586, - -5.204172495881953e-18, - -6.028167387741855e-17, - 0.9988582134246826 - ] - ], - [ - 1.0666667222976685, - [ - 0.04639550298452377, - 2.949030240032817e-17, - -4.336808689942018e-18, - 0.9989232420921326 - ] - ], - [ - 1.100000023841858, - [ - 0.0450352244079113, - -1.2143063504657037e-17, - -1.687018580387445e-16, - 0.9989854097366333 - ] - ], - [ - 1.1333333253860474, - [ - 0.0437028743326664, - 1.734718719688285e-18, - -1.7347277773159924e-17, - 0.9990445971488953 - ] - ], - [ - 1.1666666269302368, - [ - 0.04240616410970688, - 2.7755570652545238e-17, - 2.0382987607837683e-16, - 0.9991004467010498 - ] - ], - [ - 1.2000000476837158, - [ - 0.04118020087480545, - 1.3877789462175682e-17, - 2.484991644034572e-16, - 0.9991518259048462 - ] - ], - [ - 1.2333333492279053, - [ - 0.04005790501832962, - 1.0408352436389418e-17, - -2.1076890233118206e-16, - 0.9991973638534546 - ] - ], - [ - 1.2666666507720947, - [ - 0.03904304653406143, - 5.204169766185931e-17, - 2.1597294041021447e-16, - 0.9992375373840332 - ] - ], - [ - 1.2999999523162842, - [ - 0.038139279931783676, - 4.163338658450052e-17, - 3.0097454955175563e-16, - 0.9992725253105164 - ] - ], - [ - 1.3333333730697632, - [ - 0.03735030069947243, - 1.734721490743337e-17, - -8.890459137870116e-17, - 0.999302327632904 - ] - ], - [ - 1.3666666746139526, - [ - 0.03667990490794182, - -1.3877787807814457e-17, - -6.982261990806649e-17, - 0.9993270635604858 - ] - ], - [ - 1.399999976158142, - [ - 0.03613215684890747, - 4.5102810375396984e-17, - 3.8510858519707157e-16, - 0.9993470311164856 - ] - ], - [ - 1.4333332777023315, - [ - 0.035711195319890976, - -4.163331710132907e-17, - -2.207435623180487e-16, - 0.9993621706962585 - ] - ], - [ - 1.5333333015441895, - [ - 0.03573781996965408, - -4.8572220931403646e-17, - -3.946490613891316e-17, - 0.9993612170219421 - ] - ], - [ - 1.5666667222976685, - [ - 0.03619122505187988, - -6.938893903907228e-17, - -7.32920668600201e-17, - 0.9993448853492737 - ] - ], - [ - 1.600000023841858, - [ - 0.036838896572589874, - -2.0816658550664534e-17, - -3.3610247494715936e-17, - 0.9993212223052979 - ] - ], - [ - 1.6333333253860474, - [ - 0.03766293823719025, - -6.938901348532741e-18, - -1.3010439304715854e-17, - 0.9992905259132385 - ] - ], - [ - 1.6666666269302368, - [ - 0.03864465281367302, - 4.85722573273506e-17, - 1.5113776960958952e-16, - 0.9992530345916748 - ] - ], - [ - 1.7000000476837158, - [ - 0.0397646389901638, - -2.7755578924351364e-17, - -1.0213185788302432e-16, - 0.9992091655731201 - ] - ], - [ - 1.7333333492279053, - [ - 0.04100274294614792, - 5.0200433276758426e-26, - 8.196568423990414e-17, - 0.999159038066864 - ] - ], - [ - 1.7666666507720947, - [ - 0.0423443429172039, - -6.245005175260996e-17, - -1.4961991303788941e-16, - 0.9991031885147095 - ] - ], - [ - 1.7999999523162842, - [ - 0.043777454644441605, - -2.7755602085408515e-17, - -1.5178830414797062e-17, - 0.9990413188934326 - ] - ], - [ - 1.8333333730697632, - [ - 0.04528512433171272, - -2.7755575615628914e-17, - -1.7867651802561113e-16, - 0.998974084854126 - ] - ], - [ - 1.8666666746139526, - [ - 0.046850163489580154, - -2.7755575615628914e-17, - -1.1275699946871286e-16, - 0.9989020228385925 - ] - ], - [ - 1.899999976158142, - [ - 0.04845527186989784, - 1.3877787807814457e-17, - 2.3397082882237186e-16, - 0.9988253712654114 - ] - ], - [ - 1.9333332777023315, - [ - 0.05008311569690704, - 2.272540082796742e-23, - -2.3850406726519623e-18, - 0.9987451434135437 - ] - ], - [ - 1.9666666984558105, - [ - 0.051709551364183426, - -5.551115123125783e-17, - -3.903127820947816e-17, - 0.9986621737480164 - ] - ], - [ - 2.0, - [ - 0.05330263450741768, - 1.3877787807814457e-17, - 3.859759734048396e-17, - 0.9985784292221069 - ] - ], - [ - 2.0333333015441895, - [ - 0.05483349785208702, - -1.3877754720589955e-17, - -1.0841920808820313e-17, - 0.9984955191612244 - ] - ], - [ - 2.066666603088379, - [ - 0.05627373978495598, - -5.551115784870273e-17, - -1.717376505914835e-16, - 0.998415470123291 - ] - ], - [ - 2.0999999046325684, - [ - 0.057595446705818176, - 2.7755575615628914e-17, - 8.283304597789254e-17, - 0.9983400106430054 - ] - ], - [ - 2.133333444595337, - [ - 0.05884697660803795, - -1.3877849019179786e-17, - -1.5395672172783143e-16, - 0.9982671141624451 - ] - ], - [ - 2.1666667461395264, - [ - 0.060090381652116776, - -4.775212979751799e-23, - 1.9862583799934441e-16, - 0.9981929659843445 - ] - ], - [ - 2.200000047683716, - [ - 0.06131936237215996, - -5.551117770103743e-17, - 1.99488269740882e-17, - 0.9981182217597961 - ] - ], - [ - 2.2333333492279053, - [ - 0.06252782046794891, - -8.326671361199694e-17, - -4.839878497975292e-16, - 0.9980432391166687 - ] - ], - [ - 2.2666666507720947, - [ - 0.0637100338935852, - -1.3877802697065483e-17, - 1.1145595686173025e-16, - 0.9979685544967651 - ] - ], - [ - 2.299999952316284, - [ - 0.06486055999994278, - -1.1731155254707098e-23, - 1.474513101695714e-16, - 0.9978943467140198 - ] - ], - [ - 2.3333332538604736, - [ - 0.0659743994474411, - 2.6169737934117884e-23, - 3.7513395167998453e-16, - 0.9978213310241699 - ] - ], - [ - 2.366666555404663, - [ - 0.06704685837030411, - -4.163337004088827e-17, - -1.3140531654013294e-16, - 0.997749924659729 - ] - ], - [ - 2.4000000953674316, - [ - 0.06810129433870316, - -1.3877709225656264e-17, - -1.300601616318538e-18, - 0.9976785182952881 - ] - ], - [ - 2.433333396911621, - [ - 0.06916320323944092, - 1.3877852327902236e-17, - 1.7694201954276094e-16, - 0.9976053833961487 - ] - ], - [ - 2.4666666984558105, - [ - 0.07023174315690994, - 5.5511147922535377e-17, - 2.5066754227864863e-16, - 0.9975306987762451 - ] - ], - [ - 2.5, - [ - 0.07130605727434158, - 5.50728881246384e-26, - -1.2576745200831851e-16, - 0.9974544644355774 - ] - ], - [ - 2.5333333015441895, - [ - 0.07238523662090302, - -1.3877789462175682e-17, - 1.5699248781079084e-16, - 0.9973768591880798 - ] - ], - [ - 2.566666603088379, - [ - 0.07346813380718231, - -1.3877801042704258e-17, - 1.2143426636945948e-17, - 0.9972975850105286 - ] - ], - [ - 2.5999999046325684, - [ - 0.07455325871706009, - -7.10948521491443e-23, - -2.3418766925686896e-16, - 0.997217059135437 - ] - ], - [ - 2.633333444595337, - [ - 0.07563387602567673, - 2.7755615320298316e-17, - -1.1015441132893522e-16, - 0.9971356391906738 - ] - ], - [ - 2.6666667461395264, - [ - 0.07669887691736221, - -2.775563186391057e-17, - 7.806256303640122e-17, - 0.9970542788505554 - ] - ], - [ - 2.700000047683716, - [ - 0.0777399018406868, - -6.938894565651718e-17, - -3.5995512126518747e-16, - 0.9969736933708191 - ] - ], - [ - 2.7333333492279053, - [ - 0.07874824851751328, - -5.5511144613812927e-17, - -7.285827349446259e-17, - 0.9968945384025574 - ] - ], - [ - 2.7666666507720947, - [ - 0.07971518486738205, - 1.3877763819576693e-17, - 1.3444098997886374e-16, - 0.9968177080154419 - ] - ], - [ - 2.799999952316284, - [ - 0.0806320458650589, - 4.163336342344337e-17, - 2.2811613709095013e-16, - 0.99674391746521 - ] - ], - [ - 2.8333332538604736, - [ - 0.08148311823606491, - 1.3877825858122634e-17, - -5.204170758802666e-17, - 0.9966747164726257 - ] - ], - [ - 2.866666555404663, - [ - 0.08225330710411072, - -5.551117108359253e-17, - -8.673841545830037e-18, - 0.996611475944519 - ] - ], - [ - 2.9000000953674316, - [ - 0.0829349011182785, - 5.959722969909702e-23, - 8.673616718139545e-17, - 0.996554970741272 - ] - ], - [ - 2.933333396911621, - [ - 0.08350659906864166, - -1.3877787807814457e-17, - -1.6132928326584306e-16, - 0.9965072274208069 - ] - ], - [ - 2.9666666984558105, - [ - 0.08395139127969742, - -1.3877791116536907e-17, - -1.1709374198420587e-16, - 0.9964698553085327 - ] - ], - [ - 3.0333333015441895, - [ - 0.08445368707180023, - 1.3877792770898132e-17, - 1.5612577458240268e-17, - 0.9964274168014526 - ] - ], - [ - 3.0999999046325684, - [ - 0.08408956229686737, - 1.3877804351426708e-17, - 9.7144527889591e-17, - 0.9964582920074463 - ] - ], - [ - 3.133333444595337, - [ - 0.08356636762619019, - -1.3877787807814457e-17, - 1.6479873021779667e-17, - 0.9965022206306458 - ] - ], - [ - 3.1666667461395264, - [ - 0.08291712403297424, - 1.3877806005787933e-17, - 2.5500435096859064e-16, - 0.9965564608573914 - ] - ], - [ - 3.200000047683716, - [ - 0.08221865445375443, - 3.142457077117937e-23, - -4.33683453933616e-19, - 0.9966143369674683 - ] - ], - [ - 3.2333333492279053, - [ - 0.08153945207595825, - 8.326672684688674e-17, - 2.962040335230398e-16, - 0.996670126914978 - ] - ], - [ - 3.2666666507720947, - [ - 0.08094291388988495, - -1.3877787807814457e-17, - -1.214306433183765e-16, - 0.9967187643051147 - ] - ], - [ - 3.299999952316284, - [ - 0.0804990604519844, - 1.3877787807814457e-17, - -7.24247117394766e-17, - 0.9967547059059143 - ] - ], - [ - 3.366666555404663, - [ - 0.08022087067365646, - 1.3877787807814457e-17, - 2.0209528495129803e-16, - 0.9967771172523499 - ] - ], - [ - 3.5333333015441895, - [ - 0.08080066740512848, - -1.3877814277594058e-17, - 2.5847382439032386e-16, - 0.996730387210846 - ] - ], - [ - 3.5999999046325684, - [ - 0.08132937550544739, - -2.7755547491488087e-17, - 3.4697943678108865e-18, - 0.9966872930526733 - ] - ], - [ - 3.633333444595337, - [ - 0.08162397146224976, - -2.7755560726377888e-17, - -3.729677972662797e-17, - 0.9966632127761841 - ] - ], - [ - 3.6666667461395264, - [ - 0.08193489909172058, - -1.387771088001749e-17, - -1.3530844436108075e-16, - 0.9966377019882202 - ] - ], - [ - 3.700000047683716, - [ - 0.0822601392865181, - 5.551115123125783e-17, - 1.4137995005721998e-16, - 0.9966108798980713 - ] - ], - [ - 3.7333333492279053, - [ - 0.08259738236665726, - -2.7755575615628914e-17, - 1.1275702593849246e-17, - 0.9965829849243164 - ] - ], - [ - 3.7666666507720947, - [ - 0.08294367045164108, - -1.3877787807814457e-17, - 3.0357660829594124e-17, - 0.9965542554855347 - ] - ], - [ - 3.799999952316284, - [ - 0.08329549431800842, - -9.71445146547012e-17, - -2.411265631607762e-16, - 0.9965248703956604 - ] - ], - [ - 3.8333332538604736, - [ - 0.08364870399236679, - 2.7755453192898256e-17, - 1.9255430583342559e-16, - 0.9964953064918518 - ] - ], - [ - 3.866666555404663, - [ - 0.08398893475532532, - 2.7755575615628914e-17, - -5.204170427930421e-18, - 0.9964666962623596 - ] - ], - [ - 3.933333396911621, - [ - 0.0845656618475914, - 5.551116446614763e-17, - 1.682683359884279e-16, - 0.9964179992675781 - ] - ], - [ - 4.199999809265137, - [ - 0.08388224244117737, - -3.469433055319323e-17, - 8.673780830773076e-17, - 0.9964756965637207 - ] - ], - [ - 4.233333110809326, - [ - 0.08332238346338272, - -2.7755727816861623e-17, - -2.3245291931111255e-16, - 0.9965226650238037 - ] - ], - [ - 4.266666889190674, - [ - 0.0826682299375534, - -6.938816976110261e-18, - -1.3010333425597447e-16, - 0.9965771436691284 - ] - ], - [ - 4.300000190734863, - [ - 0.08193457871675491, - -3.469446951953614e-17, - 5.0306980803327406e-17, - 0.9966377019882202 - ] - ], - [ - 4.333333492279053, - [ - 0.0811459943652153, - -2.0816732996919663e-17, - -9.020628911272891e-17, - 0.996702253818512 - ] - ], - [ - 4.366666793823242, - [ - 0.08032732456922531, - -8.326672684688674e-17, - -2.2724877535296173e-16, - 0.9967685341835022 - ] - ], - [ - 4.400000095367432, - [ - 0.0794934555888176, - -2.7755573961267688e-17, - 7.979727989493313e-17, - 0.9968354105949402 - ] - ], - [ - 4.433333396911621, - [ - 0.07865765690803528, - -4.163336342344337e-17, - -3.2959746043559335e-17, - 0.9969016909599304 - ] - ], - [ - 4.4666666984558105, - [ - 0.07783100008964539, - 6.938893903907228e-17, - 5.377643437272592e-17, - 0.9969666600227356 - ] - ], - [ - 4.5, - [ - 0.07702212780714035, - -9.020563398568377e-17, - -2.168404609668805e-16, - 0.9970294833183289 - ] - ], - [ - 4.5333333015441895, - [ - 0.07623729109764099, - 3.469445628464634e-17, - 4.683732871058188e-17, - 0.9970898032188416 - ] - ], - [ - 4.566666603088379, - [ - 0.07548061013221741, - 3.4694499298038194e-17, - 2.0990154059319366e-16, - 0.997147262096405 - ] - ], - [ - 4.599999904632568, - [ - 0.07475457340478897, - -6.938893490316922e-18, - -9.020562075079397e-17, - 0.9972019791603088 - ] - ], - [ - 4.633333206176758, - [ - 0.0740600973367691, - 1.3877719151823615e-17, - 4.42350085773227e-17, - 0.9972537755966187 - ] - ], - [ - 4.666666507720947, - [ - 0.07339675724506378, - 2.7755575615628914e-17, - 1.3530843112619095e-16, - 0.9973028302192688 - ] - ], - [ - 4.699999809265137, - [ - 0.0727628692984581, - -1.3877787807814457e-17, - -7.806255641895632e-18, - 0.9973492622375488 - ] - ], - [ - 4.733333110809326, - [ - 0.07215600460767746, - 6.245004513516506e-17, - 7.28583859910259e-17, - 0.9973933696746826 - ] - ], - [ - 4.766666889190674, - [ - 0.07157302647829056, - -6.245009807472426e-17, - -3.72973289745547e-17, - 0.9974353909492493 - ] - ], - [ - 4.800000190734863, - [ - 0.07101036608219147, - -3.4694343788083034e-17, - -1.5178831738286042e-16, - 0.9974755644798279 - ] - ], - [ - 4.833333492279053, - [ - 0.07046414911746979, - -1.3877624853233784e-17, - 2.4286950881204177e-17, - 0.9975143074989319 - ] - ], - [ - 4.866666793823242, - [ - 0.0699303075671196, - 3.4694578707377e-17, - 1.9255429259853579e-16, - 0.9975518584251404 - ] - ], - [ - 4.900000095367432, - [ - 0.0694006159901619, - 2.7755575615628914e-17, - -2.3592239273284576e-16, - 0.9975888729095459 - ] - ], - [ - 4.933333396911621, - [ - 0.06891731172800064, - -2.0816759466699265e-17, - 1.8214603115201375e-17, - 0.9976223707199097 - ] - ], - [ - 4.9666666984558105, - [ - 0.06852713227272034, - -4.85722573273506e-17, - -1.3010426069826053e-16, - 0.9976492524147034 - ] - ], - [ - 5.0333333015441895, - [ - 0.0680089071393013, - -2.7755575615628914e-17, - 4.163336342344337e-17, - 0.9976847171783447 - ] - ], - [ - 5.099999904632568, - [ - 0.0678321048617363, - -6.938963387078683e-18, - 1.647942303552644e-17, - 0.9976967573165894 - ] - ], - [ - 5.166666507720947, - [ - 0.06799902021884918, - 3.4694535693985146e-17, - 1.084211635431712e-16, - 0.9976853728294373 - ] - ], - [ - 5.199999809265137, - [ - 0.06820623576641083, - -2.0816681711721685e-17, - -1.5612511283791264e-16, - 0.9976712465286255 - ] - ], - [ - 5.233333110809326, - [ - 0.0684930831193924, - 5.551115123125783e-17, - 4.49293380277993e-16, - 0.9976515769958496 - ] - ], - [ - 5.266666889190674, - [ - 0.06885045021772385, - 2.7755342350696174e-17, - 1.743380814442236e-16, - 0.9976270198822021 - ] - ], - [ - 5.300000190734863, - [ - 0.06926116347312927, - -1.387800618349617e-17, - -4.0767351644214653e-17, - 0.9975985884666443 - ] - ], - [ - 5.333333492279053, - [ - 0.06971125304698944, - -4.85722573273506e-17, - -2.975050761300224e-16, - 0.9975672364234924 - ] - ], - [ - 5.366666793823242, - [ - 0.07018721103668213, - -6.9388074635332166e-18, - -4.250048693341536e-17, - 0.9975338578224182 - ] - ], - [ - 5.400000095367432, - [ - 0.07067591696977615, - 6.938921200867443e-18, - -2.1684045104071314e-17, - 0.9974993467330933 - ] - ], - [ - 5.433333396911621, - [ - 0.0711648166179657, - 4.619914587620279e-25, - -2.0643209364124004e-16, - 0.9974645972251892 - ] - ], - [ - 5.4666666984558105, - [ - 0.07164189219474792, - -1.3877771264202206e-17, - 3.122524425198669e-17, - 0.9974304437637329 - ] - ], - [ - 5.5, - [ - 0.07209578901529312, - 3.469447282825859e-17, - 2.6194324487249787e-16, - 0.9973977208137512 - ] - ], - [ - 5.5333333015441895, - [ - 0.07251585274934769, - 5.551115123125783e-17, - 3.165870343657673e-16, - 0.997367262840271 - ] - ], - [ - 5.566666603088379, - [ - 0.07289215177297592, - -1.3877787807814457e-17, - -1.214306433183765e-16, - 0.9973398447036743 - ] - ], - [ - 5.633333206176758, - [ - 0.07348327338695526, - 6.938921200867443e-18, - -1.726049858596923e-16, - 0.9972964525222778 - ] - ], - [ - 5.699999809265137, - [ - 0.07387848198413849, - -4.746720033830031e-25, - -2.0036056147532122e-16, - 0.9972672462463379 - ] - ], - [ - 5.766666889190674, - [ - 0.07412335276603699, - -2.7755540874043186e-17, - -1.0755238567197411e-16, - 0.9972490668296814 - ] - ], - [ - 5.800000190734863, - [ - 0.07420255988836288, - -6.938845513841394e-18, - -7.806258950618082e-18, - 0.9972431659698486 - ] - ], - [ - 6.066666603088379, - [ - 0.07402405142784119, - -6.938894565651718e-17, - -6.505213034913027e-17, - 0.9972564578056335 - ] - ], - [ - 6.133333206176758, - [ - 0.07362496852874756, - -4.85722573273506e-17, - -3.642919299551295e-17, - 0.9972860217094421 - ] - ], - [ - 6.233333110809326, - [ - 0.07261167466640472, - 5.551115123125783e-17, - 1.0581813203458523e-16, - 0.9973602890968323 - ] - ], - [ - 6.266666889190674, - [ - 0.07214823365211487, - -6.939334791173719e-18, - -1.075538216575175e-16, - 0.9973939061164856 - ] - ], - [ - 6.300000190734863, - [ - 0.07161663472652435, - -7.632783294297951e-17, - -1.8214596497756474e-16, - 0.9974322319030762 - ] - ], - [ - 6.333333492279053, - [ - 0.07101425528526306, - -6.244997896071605e-17, - -1.5005359390688361e-16, - 0.9974753260612488 - ] - ], - [ - 6.366666793823242, - [ - 0.07023505866527557, - -6.244987308159764e-17, - -3.712309032683755e-16, - 0.9975305795669556 - ] - ], - [ - 6.400000095367432, - [ - 0.06923001259565353, - 6.938893903907228e-17, - 2.081668336608291e-17, - 0.9976007342338562 - ] - ], - [ - 6.433333396911621, - [ - 0.06808220595121384, - -1.3877896995655314e-17, - 6.938788851969434e-18, - 0.9976797103881836 - ] - ], - [ - 6.4666666984558105, - [ - 0.06687427312135696, - -5.551115123125783e-17, - -2.0036056147532122e-16, - 0.9977614283561707 - ] - ], - [ - 6.5, - [ - 0.06568815559148788, - -3.926835956323478e-27, - -5.4643792801991874e-17, - 0.9978402256965637 - ] - ], - [ - 6.5333333015441895, - [ - 0.06460488587617874, - 1.3877807660149158e-17, - 2.9967348047499343e-16, - 0.9979109168052673 - ] - ], - [ - 6.566666603088379, - [ - 0.06370469182729721, - -5.551115123125783e-17, - -2.944693365168426e-16, - 0.9979687929153442 - ] - ], - [ - 6.599999904632568, - [ - 0.06306732445955276, - 8.326674669922144e-17, - 2.1380470811881088e-16, - 0.9980093836784363 - ] - ], - [ - 6.633333206176758, - [ - 0.06277245283126831, - -1.3877787807814457e-17, - -2.480654570646834e-16, - 0.9980278611183167 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458731442_1070348.json b/lenses/physics-objects/Scene/assets/1645812458731442_1070348.json deleted file mode 100644 index 3eee677a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458731442_1070348.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458731442:1070348", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458733612_1070361.json b/lenses/physics-objects/Scene/assets/1645812458733612_1070361.json deleted file mode 100644 index 256bb575..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458733612_1070361.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458733612:1070361", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.131311416625977, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 3.8425300121307373, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.3258180618286133, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.9442389011383057, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.194369077682495, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.553333044052124, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.079673767089844, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.8533413410186768, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.5689079761505127, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 3.7149927616119385, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.212386131286621, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.224780559539795, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.060485363006592, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.4298529624938965, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.7791528701782227, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.743774175643921, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.0341804027557373, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.397268533706665, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.175774574279785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.6736514568328857, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.548614263534546, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.6758415699005127, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.4377732276916504, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.1825881004333496, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9140936136245728, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.330390214920044, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.112431764602661, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.6574547290802, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.362633466720581, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.865964889526367, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.4606661796569824, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.1758923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.098220109939575, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.5277132987976074, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.1320550441741943, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 1.9777666330337524, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.7518796920776367, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.7425758838653564, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.703174114227295, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.6110661029815674, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.1626930236816406, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.7382216453552246, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.8351869583129883, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.308112382888794, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5791823863983154, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.710757255554199, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.227011203765869, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.3157901763916016, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.980287551879883, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.0556602478027344, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.592318534851074, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.146716356277466, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.3040707111358643, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.9505648612976074, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.369253635406494, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.6031737327575684, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.40362548828125, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.1882176399230957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.2485737800598145, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.1753923892974854, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.0925683975219727, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 2.919550895690918, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.5348007678985596, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.5987513065338135, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.2223360538482666, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 3.8052475452423096, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.208189010620117, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.201737880706787, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 3.844181537628174, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 3.6763839721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.3838882446289063, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.0647926330566406, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.241211414337158, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.16917085647583, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.3038785457611084, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 3.904448986053467, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.110470294952393, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 3.7451653480529785, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.5460784435272217, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.130045175552368, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.8082008361816406, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.9388866424560547, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.0142176151275635, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.2146668434143066, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.416074752807617, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.611513376235962, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 3.9717938899993896, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.08469295501709, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.7855331897735596, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.2499887943267822, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.733948230743408, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.639939308166504, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.022679328918457, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.373033046722412, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.680539131164551, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.8989129066467285, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458734053_1070368.json b/lenses/physics-objects/Scene/assets/1645812458734053_1070368.json deleted file mode 100644 index 93817ed9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458734053_1070368.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458734053:1070368", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ], - [ - 0.03333333507180214, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ], - [ - 0.06666667014360428, - [ - -0.004946250002831221, - -0.0, - 0.0, - 0.999987781047821 - ] - ], - [ - 0.10000000149011612, - [ - -0.024564320221543312, - -0.0, - 0.0, - 0.999698281288147 - ] - ], - [ - 0.13333334028720856, - [ - -0.028323261067271233, - -0.0, - 0.0, - 0.9995988011360168 - ] - ], - [ - 0.1666666716337204, - [ - 0.016741929575800896, - 0.0, - 0.0, - 0.9998598694801331 - ] - ], - [ - 0.20000000298023224, - [ - 0.03544887900352478, - 0.0, - 0.0, - 0.9993714690208435 - ] - ], - [ - 0.23333333432674408, - [ - 0.020805563777685165, - 0.0, - 0.0, - 0.9997836351394653 - ] - ], - [ - 0.2666666805744171, - [ - -0.007588977459818125, - -0.0, - 0.0, - 0.9999712109565735 - ] - ], - [ - 0.30000001192092896, - [ - -0.017304878681898117, - -0.0, - 0.0, - 0.9998502731323242 - ] - ], - [ - 0.3333333432674408, - [ - -0.012241139076650143, - -0.0, - 0.0, - 0.9999250769615173 - ] - ], - [ - 0.36666667461395264, - [ - 0.036337994039058685, - 0.0, - 0.0, - 0.9993395805358887 - ] - ], - [ - 0.4000000059604645, - [ - 0.02952319197356701, - 0.0, - 0.0, - 0.9995641112327576 - ] - ], - [ - 0.4333333373069763, - [ - -0.0048590730875730515, - -0.0, - 0.0, - 0.9999881982803345 - ] - ], - [ - 0.46666666865348816, - [ - -0.023070670664310455, - -0.0, - 0.0, - 0.9997338652610779 - ] - ], - [ - 0.5, - [ - -0.02403407357633114, - -0.0, - 0.0, - 0.9997111558914185 - ] - ], - [ - 0.5333333611488342, - [ - 0.006268033757805824, - 0.0, - 0.0, - 0.9999804496765137 - ] - ], - [ - 0.5666666626930237, - [ - 0.04582894966006279, - 0.0, - 0.0, - 0.9989492893218994 - ] - ], - [ - 0.6000000238418579, - [ - 0.06669457256793976, - 0.0, - 0.0, - 0.9977735280990601 - ] - ], - [ - 0.6333333253860474, - [ - 0.07296960055828094, - 0.0, - 0.0, - 0.9973341822624207 - ] - ], - [ - 0.6666666865348816, - [ - 0.0908643901348114, - 0.0, - 0.0, - 0.9958633780479431 - ] - ], - [ - 0.699999988079071, - [ - 0.11043336987495422, - 0.0, - 0.0, - 0.9938835501670837 - ] - ], - [ - 0.7333333492279053, - [ - 0.15222622454166412, - 0.0, - 0.0, - 0.9883456826210022 - ] - ], - [ - 0.7666666507720947, - [ - 0.17539672553539276, - 0.0, - 0.0, - 0.9844978451728821 - ] - ], - [ - 0.800000011920929, - [ - 0.17979469895362854, - 0.0, - 0.0, - 0.983704149723053 - ] - ], - [ - 0.8333333134651184, - [ - 0.14699381589889526, - 0.0, - 0.0, - 0.9891374111175537 - ] - ], - [ - 0.8666666746139526, - [ - 0.13139259815216064, - 0.0, - 0.0, - 0.9913305044174194 - ] - ], - [ - 0.8999999761581421, - [ - 0.1049439013004303, - 0.0, - 0.0, - 0.994478166103363 - ] - ], - [ - 0.9333333373069763, - [ - 0.14847949147224426, - 0.0, - 0.0, - 0.9889155030250549 - ] - ], - [ - 0.9666666388511658, - [ - 0.15558934211730957, - 0.0, - 0.0, - 0.9878218173980713 - ] - ], - [ - 1.0, - [ - 0.1338970810174942, - 0.0, - 0.0, - 0.9909953474998474 - ] - ], - [ - 1.0333333015441895, - [ - 0.10294036567211151, - 0.0, - 0.0, - 0.994687557220459 - ] - ], - [ - 1.0666667222976685, - [ - 0.09838157147169113, - 0.0, - 0.0, - 0.995148777961731 - ] - ], - [ - 1.100000023841858, - [ - 0.1076764315366745, - 0.0, - 0.0, - 0.9941859841346741 - ] - ], - [ - 1.1333333253860474, - [ - 0.1367940753698349, - 0.0, - 0.0, - 0.990599513053894 - ] - ], - [ - 1.1666666269302368, - [ - 0.12175196409225464, - 0.0, - 0.0, - 0.9925605654716492 - ] - ], - [ - 1.2000000476837158, - [ - 0.06133159622550011, - 1.0216532481122087e-11, - 9.03366010468476e-12, - 0.9981174468994141 - ] - ], - [ - 1.2333333492279053, - [ - 0.044894590973854065, - 5.84216027601379e-17, - -6.391960097653696e-17, - 0.9989917278289795 - ] - ], - [ - 1.2666666507720947, - [ - 0.043039720505476, - 1.116595856574809e-12, - 1.0243640788040742e-12, - 0.9990733861923218 - ] - ], - [ - 1.2999999523162842, - [ - 0.10535871982574463, - 0.0, - 0.0, - 0.9944342970848083 - ] - ], - [ - 1.3333333730697632, - [ - 0.14758649468421936, - 0.0, - 0.0, - 0.9890491366386414 - ] - ], - [ - 1.3666666746139526, - [ - 0.13277947902679443, - 0.0, - 0.0, - 0.9911456108093262 - ] - ], - [ - 1.399999976158142, - [ - 0.07667502760887146, - 0.0, - 0.0, - 0.997056245803833 - ] - ], - [ - 1.4333332777023315, - [ - 0.06505397707223892, - 0.0, - 0.0, - 0.9978817701339722 - ] - ], - [ - 1.4666666984558105, - [ - 0.07606623321771622, - 0.0, - 0.0, - 0.9971027970314026 - ] - ], - [ - 1.5, - [ - 0.1525641530752182, - 0.0, - 0.0, - 0.9882935881614685 - ] - ], - [ - 1.5333333015441895, - [ - 0.16382001340389252, - 0.0, - 0.0, - 0.9864902496337891 - ] - ], - [ - 1.5666667222976685, - [ - 0.13353706896305084, - 0.0, - 0.0, - 0.9910438060760498 - ] - ], - [ - 1.600000023841858, - [ - 0.06892186403274536, - 0.0, - 0.0, - 0.9976220726966858 - ] - ], - [ - 1.6333333253860474, - [ - 0.07742173969745636, - 0.0, - 0.0, - 0.9969984292984009 - ] - ], - [ - 1.6666666269302368, - [ - 0.09103398770093918, - 0.0, - 0.0, - 0.9958478808403015 - ] - ], - [ - 1.7000000476837158, - [ - 0.11198782920837402, - 0.0, - 0.0, - 0.9937095642089844 - ] - ], - [ - 1.7333333492279053, - [ - 0.10042351484298706, - 0.0, - 0.0, - 0.9949448108673096 - ] - ], - [ - 1.7666666507720947, - [ - 0.06800391525030136, - 0.0, - 0.0, - 0.9976850748062134 - ] - ], - [ - 1.7999999523162842, - [ - 0.02447989583015442, - 0.0, - 0.0, - 0.9997003078460693 - ] - ], - [ - 1.8333333730697632, - [ - 0.016966046765446663, - 0.0, - 0.0, - 0.999856173992157 - ] - ], - [ - 1.8666666746139526, - [ - 0.029903186485171318, - 0.0, - 0.0, - 0.9995529055595398 - ] - ], - [ - 1.899999976158142, - [ - 0.06274112313985825, - 0.0, - 0.0, - 0.9980298280715942 - ] - ], - [ - 1.9333332777023315, - [ - 0.07720888406038284, - 0.0, - 0.0, - 0.9970149397850037 - ] - ], - [ - 1.9666666984558105, - [ - 0.06194903701543808, - 0.0, - 0.0, - 0.9980792999267578 - ] - ], - [ - 2.0, - [ - 0.05417384207248688, - 0.0, - 0.0, - 0.9985315203666687 - ] - ], - [ - 2.0333333015441895, - [ - 0.06629963964223862, - 0.0, - 0.0, - 0.9977997541427612 - ] - ], - [ - 2.066666603088379, - [ - 0.09519843012094498, - 0.0, - 0.0, - 0.9954583048820496 - ] - ], - [ - 2.0999999046325684, - [ - 0.12063175439834595, - 0.0, - 0.0, - 0.9926974177360535 - ] - ], - [ - 2.133333444595337, - [ - 0.11349978297948837, - 0.0, - 0.0, - 0.9935380220413208 - ] - ], - [ - 2.1666667461395264, - [ - 0.06661835312843323, - 0.0, - 0.0, - 0.9977785348892212 - ] - ], - [ - 2.200000047683716, - [ - 0.05103234574198723, - 0.0, - 0.0, - 0.9986971020698547 - ] - ], - [ - 2.2333333492279053, - [ - 0.04851556941866875, - 0.0, - 0.0, - 0.9988224506378174 - ] - ], - [ - 2.2666666507720947, - [ - 0.09782447665929794, - 0.0, - 0.0, - 0.9952036738395691 - ] - ], - [ - 2.299999952316284, - [ - 0.10649468004703522, - 0.0, - 0.0, - 0.9943132996559143 - ] - ], - [ - 2.3333332538604736, - [ - 0.10115934163331985, - 0.0, - 0.0, - 0.9948702454566956 - ] - ], - [ - 2.366666555404663, - [ - 0.07566046714782715, - 0.0, - 0.0, - 0.997133731842041 - ] - ], - [ - 2.4000000953674316, - [ - 0.0681190937757492, - 0.0, - 0.0, - 0.997677206993103 - ] - ], - [ - 2.433333396911621, - [ - 0.06743530184030533, - 0.0, - 0.0, - 0.9977236390113831 - ] - ], - [ - 2.4666666984558105, - [ - 0.08881198614835739, - 0.0, - 0.0, - 0.9960485100746155 - ] - ], - [ - 2.5, - [ - 0.09249258041381836, - 0.0, - 0.0, - 0.995713472366333 - ] - ], - [ - 2.5333333015441895, - [ - 0.07466892898082733, - 0.0, - 0.0, - 0.9972084760665894 - ] - ], - [ - 2.566666603088379, - [ - 0.06192748621106148, - 0.0, - 0.0, - 0.9980806708335876 - ] - ], - [ - 2.5999999046325684, - [ - 0.0703657791018486, - 0.0, - 0.0, - 0.9975212812423706 - ] - ], - [ - 2.633333444595337, - [ - 0.09164443612098694, - 0.0, - 0.0, - 0.9957917928695679 - ] - ], - [ - 2.6666667461395264, - [ - 0.13700267672538757, - 0.0, - 0.0, - 0.9905706644058228 - ] - ], - [ - 2.700000047683716, - [ - 0.13174746930599213, - 0.0, - 0.0, - 0.9912832975387573 - ] - ], - [ - 2.7333333492279053, - [ - 0.09438022971153259, - 0.0, - 0.0, - 0.9955363273620605 - ] - ], - [ - 2.7666666507720947, - [ - 0.07424861192703247, - 0.0, - 0.0, - 0.9972397685050964 - ] - ], - [ - 2.799999952316284, - [ - 0.061812080442905426, - 0.0, - 0.0, - 0.9980878233909607 - ] - ], - [ - 2.8333332538604736, - [ - 0.08638199418783188, - 0.0, - 0.0, - 0.9962621927261353 - ] - ], - [ - 2.866666555404663, - [ - 0.11802493035793304, - 0.0, - 0.0, - 0.9930106401443481 - ] - ], - [ - 2.9000000953674316, - [ - 0.14489634335041046, - 0.0, - 0.0, - 0.9894469380378723 - ] - ], - [ - 2.933333396911621, - [ - 0.14445695281028748, - 0.0, - 0.0, - 0.9895110726356506 - ] - ], - [ - 2.9666666984558105, - [ - 0.146394282579422, - 0.0, - 0.0, - 0.9892263412475586 - ] - ], - [ - 3.0, - [ - 0.15692438185214996, - 0.0, - 0.0, - 0.9876106381416321 - ] - ], - [ - 3.0333333015441895, - [ - 0.17316535115242004, - 0.0, - 0.0, - 0.9848927855491638 - ] - ], - [ - 3.066666603088379, - [ - 0.15368279814720154, - 0.0, - 0.0, - 0.9881202578544617 - ] - ], - [ - 3.0999999046325684, - [ - 0.12295036762952805, - 0.0, - 0.0, - 0.992412805557251 - ] - ], - [ - 3.133333444595337, - [ - 0.07839829474687576, - 0.0, - 0.0, - 0.9969221353530884 - ] - ], - [ - 3.1666667461395264, - [ - 0.04500224068760872, - 0.0, - 0.0, - 0.9989868998527527 - ] - ], - [ - 3.200000047683716, - [ - 0.07019603997468948, - 0.0, - 0.0, - 0.9975333213806152 - ] - ], - [ - 3.2333333492279053, - [ - 0.10117074847221375, - 0.0, - 0.0, - 0.9948691725730896 - ] - ], - [ - 3.2666666507720947, - [ - 0.06166553497314453, - 0.0, - 0.0, - 0.9980968832969666 - ] - ], - [ - 3.299999952316284, - [ - 0.012868594378232956, - 0.0, - 0.0, - 0.999917209148407 - ] - ], - [ - 3.3333332538604736, - [ - 0.011572502553462982, - 0.0, - 0.0, - 0.9999330639839172 - ] - ], - [ - 3.366666555404663, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458734357_1070375.json b/lenses/physics-objects/Scene/assets/1645812458734357_1070375.json deleted file mode 100644 index c4c3475d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458734357_1070375.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458734357:1070375", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458736434_1070388.json b/lenses/physics-objects/Scene/assets/1645812458736434_1070388.json deleted file mode 100644 index 25d32529..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458736434_1070388.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458736434:1070388", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2187843322753906, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.216980218887329, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.2117605209350586, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.203421115875244, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.1922624111175537, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.1785905361175537, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.1627140045166016, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.14494252204895, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.125584363937378, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.104947566986084, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.0833351612091064, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 1.992970585823059, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.9707807302474976, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.949263334274292, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.928651213645935, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.909164547920227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.8910108804702759, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 1.874387264251709, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 1.8594833612442017, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 1.84648597240448, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.8355827331542969, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.8267161846160889, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.8198199272155762, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8150806427001953, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.8157082796096802, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.8240249156951904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 1.8398749828338623, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 1.8625515699386597, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 1.8913509845733643, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 1.9255666732788086, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 1.9645888805389404, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.007796287536621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.0544512271881104, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1038002967834473, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.1550748348236084, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.3125407695770264, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3635406494140625, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.4124155044555664, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.4583399295806885, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.500478506088257, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.5379931926727295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5700418949127197, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.5957815647125244, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.614367723464966, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.62495493888855, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.626466989517212, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.61948561668396, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.607872724533081, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5920262336730957, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.5723464488983154, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.5492072105407715, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.5229904651641846, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.4941141605377197, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.4629976749420166, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.4300620555877686, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.3958261013031006, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.2902894020080566, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.2556333541870117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.221971035003662, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.1897404193878174, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.159379005432129, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.1314475536346436, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.106518268585205, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.085033893585205, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.0674397945404053, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.054180860519409, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.0457026958465576, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.0441722869873047, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.0500547885894775, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.059706926345825, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.0727391242980957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.0887622833251953, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.1073873043060303, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.1281914710998535, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.1507480144500732, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.174661874771118, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.3252501487731934, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.349513053894043, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.3722341060638428, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.392630100250244, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.409862756729126, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.4230597019195557, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.431372880935669, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.431413173675537, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.4251086711883545, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.4153575897216797, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.4024648666381836, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.386739492416382, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.3684935569763184, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.348039150238037, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.325671911239624, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.3017053604125977, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.2764785289764404, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.2503254413604736, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.142883539199829, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.116791009902954, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.0914950370788574, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.0672404766082764, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.0442631244659424, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.0227854251861572, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.003025770187378, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 1.9851970672607422, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 1.9695128202438354, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 1.955888032913208, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 1.944151520729065, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 1.9344356060028076, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 1.926952600479126, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 1.921919345855713, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 1.9226347208023071, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 1.933287262916565, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 1.9508129358291626, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 1.9745121002197266, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.0036816596984863, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.0376107692718506, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.0755774974823, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.1168458461761475, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.160667657852173, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.206282615661621, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.2997751235961914, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.3460700511932373, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.390994071960449, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.43373703956604, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.4734835624694824, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.50941801071167, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.5407087802886963, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.5665321350097656, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.586088180541992, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.598564386367798, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.6007626056671143, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.593127489089966, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.5806708335876465, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.5638206005096436, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.5430057048797607, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.5186572074890137, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.4911768436431885, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.4609766006469727, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.4284965991973877, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.394181489944458, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.358470916748047, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.2104508876800537, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.1743290424346924, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.1394236087799072, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.1058764457702637, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.0738608837127686, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.043850898742676, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.0163183212280273, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 1.9917325973510742, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 1.9705642461776733, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 1.953282117843628, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 1.9403564929962158, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 1.932260274887085, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 1.9291560649871826, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 1.9330416917800903, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 1.9400933980941772, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 1.9499688148498535, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 1.9623249769210815, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 1.9768180847167969, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 1.993104100227356, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.0108375549316406, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.029670238494873, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.089262008666992, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.150341272354126, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.169381856918335, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.1865427494049072, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.201066493988037, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.2121834754943848, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.2191193103790283, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.2211029529571533, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458736848_1070395.json b/lenses/physics-objects/Scene/assets/1645812458736848_1070395.json deleted file mode 100644 index 50a7bb0d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458736848_1070395.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458736848:1070395", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010025763913290575, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.00010025763913290575, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458737227_1070402.json b/lenses/physics-objects/Scene/assets/1645812458737227_1070402.json deleted file mode 100644 index e6512bb6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458737227_1070402.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458737227:1070402", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458739332_1070415.json b/lenses/physics-objects/Scene/assets/1645812458739332_1070415.json deleted file mode 100644 index 87dd12b8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458739332_1070415.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458739332:1070415", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.131311416625977, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 3.8425300121307373, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.3258180618286133, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.9442389011383057, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.194369077682495, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.553333044052124, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.079673767089844, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.8533413410186768, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.5689079761505127, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 3.7149927616119385, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.212386131286621, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.224780559539795, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.060485363006592, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.4298529624938965, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.7791528701782227, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.743774175643921, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.0341804027557373, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.397268533706665, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.175774574279785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.6736514568328857, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.548614263534546, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.6758415699005127, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.4377732276916504, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.1825881004333496, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9140936136245728, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.330390214920044, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.112431764602661, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.6574547290802, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.362633466720581, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.865964889526367, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.4606661796569824, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.1758923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.098220109939575, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.5277132987976074, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.1320550441741943, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 1.9777666330337524, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.7518796920776367, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.7425758838653564, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.703174114227295, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.6110661029815674, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.1626930236816406, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.7382216453552246, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.8351869583129883, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.308112382888794, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5791823863983154, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.710757255554199, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.227011203765869, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.3157901763916016, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.980287551879883, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.0556602478027344, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.592318534851074, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.146716356277466, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.3040707111358643, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.9505648612976074, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.369253635406494, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.6031737327575684, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.40362548828125, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.1882176399230957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.2485737800598145, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.1753923892974854, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.0925683975219727, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 2.919550895690918, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.5348007678985596, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.5987513065338135, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.2223360538482666, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 3.8052475452423096, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.208189010620117, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.201737880706787, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 3.844181537628174, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 3.6763839721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.3838882446289063, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.0647926330566406, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.241211414337158, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.16917085647583, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.3038785457611084, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 3.904448986053467, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.110470294952393, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 3.7451653480529785, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.5460784435272217, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.130045175552368, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.8082008361816406, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.9388866424560547, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.0142176151275635, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.2146668434143066, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.416074752807617, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.611513376235962, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 3.9717938899993896, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.08469295501709, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.7855331897735596, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.2499887943267822, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.733948230743408, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.639939308166504, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.022679328918457, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.373033046722412, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.680539131164551, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.8989129066467285, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458739735_1070422.json b/lenses/physics-objects/Scene/assets/1645812458739735_1070422.json deleted file mode 100644 index 690f415b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458739735_1070422.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458739735:1070422", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010153929179068655, - 0.0, - 1.0 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - 0.0001015226443996653, - 0.0, - 1.0 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - 0.49592307209968567, - 0.0, - 0.8683664798736572 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - 0.4646342694759369, - 0.0, - 0.8855026960372925 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - 1.3943045473752136e-07, - 0.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.00010120639490196481, - 0.0, - 1.0 - ] - ], - [ - 1.5, - [ - 0.0, - 0.20401255786418915, - 0.0, - 0.9789682626724243 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.00010153929179068655, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458740110_1070429.json b/lenses/physics-objects/Scene/assets/1645812458740110_1070429.json deleted file mode 100644 index ddff61ee..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458740110_1070429.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458740110:1070429", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458742227_1070442.json b/lenses/physics-objects/Scene/assets/1645812458742227_1070442.json deleted file mode 100644 index 9fe71ed6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458742227_1070442.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458742227:1070442", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.415693521499634, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.413729429244995, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.4080464839935303, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.3989670276641846, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.3868179321289063, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.3719327449798584, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.354647159576416, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.335298538208008, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.3142223358154297, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.2917542457580566, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.268223762512207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 2.16983962059021, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.1456797122955322, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.122253656387329, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.0998122692108154, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 2.0785961151123047, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 2.0588314533233643, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.0407326221466064, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.024506092071533, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.010354995727539, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.998484492301941, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.9888306856155396, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9813225269317627, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.9761625528335571, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.9768458604812622, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.985900640487671, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 2.003157377243042, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.027846336364746, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.059201717376709, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.096453905105591, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.138939142227173, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.185981035232544, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.23677659034729, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.2905051708221436, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.346329927444458, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.517770528793335, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.5732955932617188, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.626508951187134, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.676508903503418, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.7223870754241943, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.763231039047241, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.798124074935913, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.82614803314209, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.846383571624756, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.857910394668579, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.8595566749572754, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8519556522369385, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.8393123149871826, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.822059392929077, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.800632953643799, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.775440216064453, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.746896982192993, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.7154579162597656, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.681580066680908, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.645721435546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.608447313308716, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.493544578552246, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.455812692642212, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.4191629886627197, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.3840720653533936, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.3510162830352783, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.3206067085266113, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.293464422225952, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.270073175430298, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.250917673110962, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.2364821434020996, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.2272515296936035, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.225585460662842, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.231989860534668, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.2424986362457275, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.2566874027252197, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.274132490158081, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.294410467147827, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.317060947418213, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.3416192531585693, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.3676559925079346, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.5316081047058105, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.5580241680145264, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.582761526107788, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.6049675941467285, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.623729705810547, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.6380975246429443, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.647148609161377, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.6471924781799316, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.6403284072875977, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.629711866378784, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.6156749725341797, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.5985543727874756, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.578688859939575, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.5564193725585938, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.532067060470581, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.5059735774993896, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.4785079956054688, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.4500346183776855, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.333056926727295, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.3046488761901855, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.2771079540252686, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.250701665878296, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.22568416595459, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.202300548553467, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.1807870864868164, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 2.1613762378692627, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 2.1443002223968506, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 2.1294660568237305, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 2.1166880130767822, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 2.106110095977783, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 2.0979628562927246, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 2.092482805252075, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 2.09326171875, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 2.1048595905303955, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 2.123941421508789, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 2.14974308013916, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.1815013885498047, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.2184417247772217, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.259777545928955, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.304708242416382, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.352419376373291, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.4020822048187256, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.5038719177246094, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.5542755126953125, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.6031863689422607, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.64972186088562, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.692995548248291, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.7321200370788574, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.7661869525909424, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.7943027019500732, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.815594434738159, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.8291778564453125, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.831571102142334, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.823258399963379, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.8096961975097656, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.7913506031036377, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.768688440322876, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.7421789169311523, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.7122607231140137, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.67937970161438, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.6440179347991943, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.606656551361084, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.567776918411255, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.406620502471924, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.367292881011963, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.3292899131774902, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.2927653789520264, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.257908821105957, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.2252354621887207, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.1952593326568604, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 2.1684916019439697, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 2.1454453468322754, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 2.1266281604766846, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 2.112556219100952, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 2.1037416458129883, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 2.1003618240356445, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 2.1045923233032227, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 2.112269878387451, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 2.1230216026306152, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 2.136474370956421, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 2.1522536277770996, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 2.169985055923462, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.1892921924591064, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.20979642868042, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.274677276611328, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.3411765098571777, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.3619067668914795, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.3805906772613525, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.3964033126831055, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.4085068702697754, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.416058301925659, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.418217897415161, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458742656_1070449.json b/lenses/physics-objects/Scene/assets/1645812458742656_1070449.json deleted file mode 100644 index 008b968e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458742656_1070449.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458742656:1070449", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458743041_1070456.json b/lenses/physics-objects/Scene/assets/1645812458743041_1070456.json deleted file mode 100644 index 85869a6c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458743041_1070456.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458743041:1070456", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458757860_1070473.json b/lenses/physics-objects/Scene/assets/1645812458757860_1070473.json deleted file mode 100644 index e74ad5d4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458757860_1070473.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458757860:1070473", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.497951030731201, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.1835408210754395, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.6209726333618164, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 3.2055296897888184, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.477857828140259, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.8686788082122803, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.441730499267578, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.195311546325684, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.8856358528137207, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.044685363769531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.586220741271973, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.599714756011963, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.420840740203857, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.7342402935028076, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.025792121887207, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.987274408340454, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.303453207015991, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.6987640857696533, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4576127529144287, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.91092848777771, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.774794816970825, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.913313150405884, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.6541171073913574, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3762850761413574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.0839626789093018, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.5372042655944824, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.3886489868164063, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.9820408821105957, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.661055564880371, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 3.120310068130493, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.679041624069214, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.368994951248169, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.2844297885894775, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.7520389556884766, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.3212673664093018, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1532864570617676, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.9960992336273193, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.9859697818756104, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.943071126937866, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.8427889347076416, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3546249866485596, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.8924826383590698, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.9980533123016357, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.512949228286743, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.8080756664276123, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.9513275623321533, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.513396978378296, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6100547313690186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2447776794433594, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.3268394470214844, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8223776817321777, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.3372297286987305, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5085487365722656, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.2124171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.668262243270874, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.922942638397217, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.7056851387023926, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.471160650253296, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.5368731021881104, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4571971893310547, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.36702299118042, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.1786508560180664, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.7597553730010986, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.829381227493286, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.5083069801330566, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.142950057983398, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.581650733947754, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.57462739944458, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.185338497161865, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.002650737762451, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.6841964721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.336782217025757, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.528857469558716, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.4504237174987793, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.597085952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.250955581665039, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.475260257720947, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.077535629272461, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.8607804775238037, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.4078257083892822, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 3.0574188232421875, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 3.1997015476226807, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.2817187309265137, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.499957799911499, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.7192392349243164, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.9320223331451416, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 4.324276447296143, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.447195053100586, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.121485710144043, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.5384132862091064, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.976576566696167, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.8742246627807617, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.290931463241577, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.672377824783325, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.007174968719482, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.24492883682251, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458758288_1070480.json b/lenses/physics-objects/Scene/assets/1645812458758288_1070480.json deleted file mode 100644 index 5964a2f6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458758288_1070480.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458758288:1070480", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458758686_1070487.json b/lenses/physics-objects/Scene/assets/1645812458758686_1070487.json deleted file mode 100644 index d27c0892..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458758686_1070487.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458758686:1070487", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458760877_1070500.json b/lenses/physics-objects/Scene/assets/1645812458760877_1070500.json deleted file mode 100644 index e5e254e2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458760877_1070500.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458760877:1070500", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.415693521499634, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.413729429244995, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.4080464839935303, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.3989670276641846, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.3868179321289063, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.3719327449798584, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.354647159576416, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.335298538208008, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.3142223358154297, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.2917542457580566, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.268223762512207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 2.16983962059021, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.1456797122955322, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.122253656387329, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.0998122692108154, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 2.0785961151123047, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 2.0588314533233643, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.0407326221466064, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.024506092071533, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.010354995727539, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.998484492301941, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.9888306856155396, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9813225269317627, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.9761625528335571, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.9768458604812622, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.985900640487671, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 2.003157377243042, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.027846336364746, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.059201717376709, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.096453905105591, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.138939142227173, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.185981035232544, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.23677659034729, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.2905051708221436, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.346329927444458, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.517770528793335, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.5732955932617188, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.626508951187134, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.676508903503418, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.7223870754241943, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.763231039047241, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.798124074935913, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.82614803314209, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.846383571624756, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.857910394668579, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.8595566749572754, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8519556522369385, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.8393123149871826, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.822059392929077, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.800632953643799, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.775440216064453, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.746896982192993, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.7154579162597656, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.681580066680908, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.645721435546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.608447313308716, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.493544578552246, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.455812692642212, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.4191629886627197, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.3840720653533936, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.3510162830352783, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.3206067085266113, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.293464422225952, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.270073175430298, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.250917673110962, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.2364821434020996, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.2272515296936035, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.225585460662842, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.231989860534668, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.2424986362457275, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.2566874027252197, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.274132490158081, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.294410467147827, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.317060947418213, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.3416192531585693, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.3676559925079346, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.5316081047058105, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.5580241680145264, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.582761526107788, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.6049675941467285, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.623729705810547, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.6380975246429443, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.647148609161377, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.6471924781799316, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.6403284072875977, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.629711866378784, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.6156749725341797, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.5985543727874756, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.578688859939575, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.5564193725585938, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.532067060470581, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.5059735774993896, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.4785079956054688, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.4500346183776855, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.333056926727295, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.3046488761901855, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.2771079540252686, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.250701665878296, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.22568416595459, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.202300548553467, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.1807870864868164, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 2.1613762378692627, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 2.1443002223968506, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 2.1294660568237305, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 2.1166880130767822, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 2.106110095977783, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 2.0979628562927246, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 2.092482805252075, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 2.09326171875, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 2.1048595905303955, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 2.123941421508789, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 2.14974308013916, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.1815013885498047, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.2184417247772217, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.259777545928955, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.304708242416382, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.352419376373291, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.4020822048187256, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.5038719177246094, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.5542755126953125, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.6031863689422607, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.64972186088562, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.692995548248291, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.7321200370788574, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.7661869525909424, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.7943027019500732, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.815594434738159, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.8291778564453125, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.831571102142334, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.823258399963379, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.8096961975097656, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.7913506031036377, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.768688440322876, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.7421789169311523, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.7122607231140137, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.67937970161438, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.6440179347991943, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.606656551361084, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.567776918411255, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.406620502471924, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.367292881011963, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.3292899131774902, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.2927653789520264, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.257908821105957, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.2252354621887207, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.1952593326568604, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 2.1684916019439697, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 2.1454453468322754, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 2.1266281604766846, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 2.112556219100952, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 2.1037416458129883, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 2.1003618240356445, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 2.1045923233032227, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 2.112269878387451, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 2.1230216026306152, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 2.136474370956421, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 2.1522536277770996, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 2.169985055923462, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.1892921924591064, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.20979642868042, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.274677276611328, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.3411765098571777, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.3619067668914795, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.3805906772613525, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.3964033126831055, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.4085068702697754, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.416058301925659, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.418217897415161, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458761235_1070507.json b/lenses/physics-objects/Scene/assets/1645812458761235_1070507.json deleted file mode 100644 index d047e9a5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458761235_1070507.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458761235:1070507", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.06430744379758835, - -0.6368538737297058, - 0.1813475787639618, - 0.7465887665748596 - ] - ], - [ - 0.06666667014360428, - [ - 0.06435737758874893, - -0.6367186903953552, - 0.18138201534748077, - 0.7466914057731628 - ] - ], - [ - 0.10000000149011612, - [ - 0.06450017541646957, - -0.6363255381584167, - 0.18147973716259003, - 0.7469903826713562 - ] - ], - [ - 0.13333334028720856, - [ - 0.06472528725862503, - -0.6356928944587708, - 0.1816333681344986, - 0.7474721074104309 - ] - ], - [ - 0.1666666716337204, - [ - 0.06502361595630646, - -0.6348325610160828, - 0.18183572590351105, - 0.7481279373168945 - ] - ], - [ - 0.20000000298023224, - [ - 0.06538620591163635, - -0.6337559223175049, - 0.18208032846450806, - 0.7489491701126099 - ] - ], - [ - 0.23333333432674408, - [ - 0.06580475717782974, - -0.6324720978736877, - 0.1823609322309494, - 0.7499288320541382 - ] - ], - [ - 0.2666666805744171, - [ - 0.06627101451158524, - -0.6309903264045715, - 0.18267139792442322, - 0.7510595917701721 - ] - ], - [ - 0.30000001192092896, - [ - 0.06677704304456711, - -0.6293188333511353, - 0.18300534784793854, - 0.7523348331451416 - ] - ], - [ - 0.3333333432674408, - [ - 0.06731414794921875, - -0.6274705529212952, - 0.18335671722888947, - 0.7537438273429871 - ] - ], - [ - 0.36666667461395264, - [ - 0.06787364929914474, - -0.6254592537879944, - 0.18371888995170593, - 0.7552756071090698 - ] - ], - [ - 0.4000000059604645, - [ - 0.06844621151685715, - -0.6233029365539551, - 0.18408510088920593, - 0.7569156289100647 - ] - ], - [ - 0.4333333373069763, - [ - 0.06902183592319489, - -0.6210240125656128, - 0.18444813787937164, - 0.7586461901664734 - ] - ], - [ - 0.46666666865348816, - [ - 0.06958968192338943, - -0.6186503767967224, - 0.18480037152767181, - 0.760445773601532 - ] - ], - [ - 0.5, - [ - 0.070138119161129, - -0.6162152290344238, - 0.18513351678848267, - 0.7622893452644348 - ] - ], - [ - 0.5333333611488342, - [ - 0.0706542506814003, - -0.6137591600418091, - 0.18543890118598938, - 0.764146625995636 - ] - ], - [ - 0.5666666626930237, - [ - 0.07112415879964828, - -0.6113289594650269, - 0.18570703268051147, - 0.7659839391708374 - ] - ], - [ - 0.6000000238418579, - [ - 0.0715327262878418, - -0.6089773178100586, - 0.18592756986618042, - 0.7677633762359619 - ] - ], - [ - 0.6333333253860474, - [ - 0.07186339795589447, - -0.6067647933959961, - 0.18608956038951874, - 0.7694432139396667 - ] - ], - [ - 0.6666666865348816, - [ - 0.07209807634353638, - -0.6047572493553162, - 0.1861809641122818, - 0.7709780335426331 - ] - ], - [ - 0.699999988079071, - [ - 0.07221724092960358, - -0.6030253767967224, - 0.18618863821029663, - 0.772320568561554 - ] - ], - [ - 0.7333333492279053, - [ - 0.07219944894313812, - -0.6016436815261841, - 0.186098113656044, - 0.7734207510948181 - ] - ], - [ - 0.7666666507720947, - [ - 0.07202138751745224, - -0.6006894707679749, - 0.1858937293291092, - 0.7742277383804321 - ] - ], - [ - 0.800000011920929, - [ - 0.07165771722793579, - -0.6002394556999207, - 0.1855580359697342, - 0.7746908664703369 - ] - ], - [ - 0.8333333134651184, - [ - 0.07109753787517548, - -0.600209653377533, - 0.1850803792476654, - 0.7748798727989197 - ] - ], - [ - 0.8666666746139526, - [ - 0.07033957540988922, - -0.6004699468612671, - 0.18445630371570587, - 0.7748961448669434 - ] - ], - [ - 0.8999999761581421, - [ - 0.06937086582183838, - -0.6010274291038513, - 0.1836766004562378, - 0.7747364640235901 - ] - ], - [ - 0.9333333373069763, - [ - 0.06817887723445892, - -0.6018846035003662, - 0.18273164331912994, - 0.7744002342224121 - ] - ], - [ - 0.9666666388511658, - [ - 0.06675136834383011, - -0.6030425429344177, - 0.18161241710186005, - 0.7738868594169617 - ] - ], - [ - 1.0, - [ - 0.06507748365402222, - -0.604496955871582, - 0.1803101748228073, - 0.7731989026069641 - ] - ], - [ - 1.0333333015441895, - [ - 0.06300422549247742, - -0.6064295172691345, - 0.17871370911598206, - 0.77222740650177 - ] - ], - [ - 1.0666667222976685, - [ - 0.06042100116610527, - -0.6089510321617126, - 0.1767411231994629, - 0.7709023952484131 - ] - ], - [ - 1.100000023841858, - [ - 0.05738828703761101, - -0.6119451522827148, - 0.17443394660949707, - 0.7692869901657104 - ] - ], - [ - 1.1333333253860474, - [ - 0.05397286266088486, - -0.6152932047843933, - 0.1718384176492691, - 0.7674456238746643 - ] - ], - [ - 1.1666666269302368, - [ - 0.050243962556123734, - -0.6188811659812927, - 0.16900303959846497, - 0.765440821647644 - ] - ], - [ - 1.2000000476837158, - [ - 0.04627752676606178, - -0.6226147413253784, - 0.16598285734653473, - 0.7633211612701416 - ] - ], - [ - 1.2333333492279053, - [ - 0.04214733839035034, - -0.6264051198959351, - 0.16283170878887177, - 0.7611347436904907 - ] - ], - [ - 1.2666666507720947, - [ - 0.03791572153568268, - -0.6301643252372742, - 0.15959469974040985, - 0.7589366436004639 - ] - ], - [ - 1.2999999523162842, - [ - 0.03363916650414467, - -0.6338192224502563, - 0.15631332993507385, - 0.7567747235298157 - ] - ], - [ - 1.3333333730697632, - [ - 0.029367707669734955, - -0.6373109817504883, - 0.1530248373746872, - 0.7546892762184143 - ] - ], - [ - 1.3666666746139526, - [ - 0.02514469064772129, - -0.6405949592590332, - 0.1497621238231659, - 0.7527132034301758 - ] - ], - [ - 1.399999976158142, - [ - 0.021007370203733444, - -0.64363694190979, - 0.1465536504983902, - 0.7508744597434998 - ] - ], - [ - 1.4333332777023315, - [ - 0.01698671095073223, - -0.6464153528213501, - 0.14342395961284637, - 0.7491917014122009 - ] - ], - [ - 1.4666666984558105, - [ - 0.012807666324079037, - -0.6488928198814392, - 0.1401491016149521, - 0.7477515935897827 - ] - ], - [ - 1.5, - [ - 0.008240921422839165, - -0.651043713092804, - 0.13654199242591858, - 0.7466126680374146 - ] - ], - [ - 1.5333333015441895, - [ - 0.0033785414416342974, - -0.6528749465942383, - 0.13267695903778076, - 0.7457477450370789 - ] - ], - [ - 1.5666667222976685, - [ - -0.0016914776060730219, - -0.6543965935707092, - 0.12862525880336761, - 0.7451293468475342 - ] - ], - [ - 1.600000023841858, - [ - -0.006884345319122076, - -0.6556234955787659, - 0.12445615977048874, - 0.7447289228439331 - ] - ], - [ - 1.6333333253860474, - [ - -0.01211730856448412, - -0.6565700769424438, - 0.120237335562706, - 0.7445212602615356 - ] - ], - [ - 1.6666666269302368, - [ - -0.01730877347290516, - -0.6572524905204773, - 0.11603603512048721, - 0.7444831728935242 - ] - ], - [ - 1.7000000476837158, - [ - -0.02237723395228386, - -0.6576854586601257, - 0.11191964149475098, - 0.744596004486084 - ] - ], - [ - 1.7333333492279053, - [ - -0.0272400863468647, - -0.6578807830810547, - 0.10795651376247406, - 0.7448464632034302 - ] - ], - [ - 1.7666666507720947, - [ - -0.03185611590743065, - -0.6578817367553711, - 0.10418307781219482, - 0.7451997995376587 - ] - ], - [ - 1.7999999523162842, - [ - -0.036200184375047684, - -0.6577391028404236, - 0.10062296688556671, - 0.7456163763999939 - ] - ], - [ - 1.8333333730697632, - [ - -0.04021130129694939, - -0.6574714779853821, - 0.09732762724161148, - 0.7460842132568359 - ] - ], - [ - 1.8666666746139526, - [ - -0.04382670298218727, - -0.6570932865142822, - 0.0943499282002449, - 0.746596097946167 - ] - ], - [ - 1.899999976158142, - [ - -0.04698236659169197, - -0.656614363193512, - 0.09174362570047379, - 0.7471502423286438 - ] - ], - [ - 1.9333332777023315, - [ - -0.049612946808338165, - -0.6560410857200623, - 0.08956339955329895, - 0.747748076915741 - ] - ], - [ - 1.9666666984558105, - [ - -0.0516604483127594, - -0.6553837060928345, - 0.08785790950059891, - 0.74838787317276 - ] - ], - [ - 2.0, - [ - -0.0530712753534317, - -0.6546552181243896, - 0.0866720974445343, - 0.7490648031234741 - ] - ], - [ - 2.0333333015441895, - [ - -0.053785290569067, - -0.6538637280464172, - 0.08605577796697617, - 0.7497758269309998 - ] - ], - [ - 2.066666603088379, - [ - -0.05374159291386604, - -0.6530154943466187, - 0.0860590860247612, - 0.7505176067352295 - ] - ], - [ - 2.0999999046325684, - [ - -0.05287858098745346, - -0.6521148085594177, - 0.08673209697008133, - 0.7512840032577515 - ] - ], - [ - 2.133333444595337, - [ - -0.051532626152038574, - -0.6511667966842651, - 0.08779820054769516, - 0.7520755529403687 - ] - ], - [ - 2.1666667461395264, - [ - -0.05008605122566223, - -0.650180995464325, - 0.08894376456737518, - 0.7528913021087646 - ] - ], - [ - 2.200000047683716, - [ - -0.048546202480793, - -0.6491639018058777, - 0.09016276895999908, - 0.753724217414856 - ] - ], - [ - 2.2333333492279053, - [ - -0.04692170023918152, - -0.6481241583824158, - 0.09144836664199829, - 0.754566490650177 - ] - ], - [ - 2.2666666507720947, - [ - -0.04522238299250603, - -0.6470698118209839, - 0.09279268980026245, - 0.7554105520248413 - ] - ], - [ - 2.299999952316284, - [ - -0.043459657579660416, - -0.6460106372833252, - 0.09418676793575287, - 0.7562475800514221 - ] - ], - [ - 2.3333332538604736, - [ - -0.04164646938443184, - -0.6449571847915649, - 0.09562046825885773, - 0.757068395614624 - ] - ], - [ - 2.366666555404663, - [ - -0.03979739174246788, - -0.6439222097396851, - 0.09708254784345627, - 0.757862389087677 - ] - ], - [ - 2.4000000953674316, - [ - -0.03791716322302818, - -0.642922580242157, - 0.09857002645730972, - 0.7586150765419006 - ] - ], - [ - 2.433333396911621, - [ - -0.036011457443237305, - -0.64198237657547, - 0.10007959604263306, - 0.7593061923980713 - ] - ], - [ - 2.4666666984558105, - [ - -0.03409743309020996, - -0.6411221027374268, - 0.10159845650196075, - 0.7599194645881653 - ] - ], - [ - 2.5, - [ - -0.032192911952733994, - -0.6403646469116211, - 0.10311352461576462, - 0.7604370713233948 - ] - ], - [ - 2.5333333015441895, - [ - -0.0303155817091465, - -0.6397335529327393, - 0.10461186617612839, - 0.7608405351638794 - ] - ], - [ - 2.566666603088379, - [ - -0.028482260182499886, - -0.639252245426178, - 0.10608144104480743, - 0.7611123919487 - ] - ], - [ - 2.5999999046325684, - [ - -0.026708155870437622, - -0.6389426589012146, - 0.10751134157180786, - 0.7612360119819641 - ] - ], - [ - 2.633333444595337, - [ - -0.024979230016469955, - -0.6388071179389954, - 0.10891333222389221, - 0.7612093091011047 - ] - ], - [ - 2.6666667461395264, - [ - -0.02325776033103466, - -0.638830304145813, - 0.11031720042228699, - 0.761042058467865 - ] - ], - [ - 2.700000047683716, - [ - -0.021520623937249184, - -0.6390054821968079, - 0.11174135655164719, - 0.7607383131980896 - ] - ], - [ - 2.7333333492279053, - [ - -0.01974412426352501, - -0.639324963092804, - 0.11320456862449646, - 0.7603015899658203 - ] - ], - [ - 2.7666666507720947, - [ - -0.01790444739162922, - -0.6397802233695984, - 0.11472562700510025, - 0.7597359418869019 - ] - ], - [ - 2.799999952316284, - [ - -0.015978120267391205, - -0.6403614282608032, - 0.11632294207811356, - 0.759046196937561 - ] - ], - [ - 2.8333332538604736, - [ - -0.013719309121370316, - -0.6410925984382629, - 0.1181962862610817, - 0.7581831812858582 - ] - ], - [ - 2.866666555404663, - [ - -0.01094262395054102, - -0.6419875621795654, - 0.1204959824681282, - 0.7571083307266235 - ] - ], - [ - 2.9000000953674316, - [ - -0.007716465275734663, - -0.6430220007896423, - 0.12316514551639557, - 0.7558396458625793 - ] - ], - [ - 2.933333396911621, - [ - -0.004116356372833252, - -0.6441733241081238, - 0.12614114582538605, - 0.7543952465057373 - ] - ], - [ - 2.9666666984558105, - [ - -0.00021628578542731702, - -0.6454205513000488, - 0.12936244904994965, - 0.7527931928634644 - ] - ], - [ - 3.0, - [ - 0.003915790934115648, - -0.6467465758323669, - 0.13277284801006317, - 0.7510492205619812 - ] - ], - [ - 3.0333333015441895, - [ - 0.00821154098957777, - -0.6481362581253052, - 0.1363159865140915, - 0.749179482460022 - ] - ], - [ - 3.066666603088379, - [ - 0.012572257779538631, - -0.6497455835342407, - 0.13991570472717285, - 0.7470583319664001 - ] - ], - [ - 3.0999999046325684, - [ - 0.016915248706936836, - -0.6516374945640564, - 0.14350605010986328, - 0.7446398138999939 - ] - ], - [ - 3.133333444595337, - [ - 0.021196464076638222, - -0.6536689400672913, - 0.14704671502113342, - 0.7420545220375061 - ] - ], - [ - 3.1666667461395264, - [ - 0.025373492389917374, - -0.6557118892669678, - 0.1504993885755539, - 0.7394241094589233 - ] - ], - [ - 3.200000047683716, - [ - 0.0294069554656744, - -0.657652735710144, - 0.1538289487361908, - 0.7368614673614502 - ] - ], - [ - 3.2333333492279053, - [ - 0.033256251364946365, - -0.6593908667564392, - 0.15699975192546844, - 0.73447185754776 - ] - ], - [ - 3.2666666507720947, - [ - 0.03688100725412369, - -0.6608357429504395, - 0.15997669100761414, - 0.7323547005653381 - ] - ], - [ - 3.299999952316284, - [ - 0.04024568572640419, - -0.661899209022522, - 0.1627286970615387, - 0.7306087017059326 - ] - ], - [ - 3.3333332538604736, - [ - 0.0433155782520771, - -0.6624917984008789, - 0.16522541642189026, - 0.7293345928192139 - ] - ], - [ - 3.366666555404663, - [ - 0.045989684760570526, - -0.6626752018928528, - 0.16738742589950562, - 0.7285107970237732 - ] - ], - [ - 3.4000000953674316, - [ - 0.04839291051030159, - -0.6626036763191223, - 0.16932040452957153, - 0.7279732823371887 - ] - ], - [ - 3.433333396911621, - [ - 0.050754908472299576, - -0.6623063683509827, - 0.1712108999490738, - 0.7276407480239868 - ] - ], - [ - 3.4666666984558105, - [ - 0.05307237058877945, - -0.6617920994758606, - 0.17305652797222137, - 0.727506697177887 - ] - ], - [ - 3.5, - [ - 0.055342141538858414, - -0.661067545413971, - 0.17485496401786804, - 0.7275663018226624 - ] - ], - [ - 3.5333333015441895, - [ - 0.057561032474040985, - -0.6601384282112122, - 0.17660397291183472, - 0.7278152108192444 - ] - ], - [ - 3.566666603088379, - [ - 0.059725839644670486, - -0.6590096354484558, - 0.17830118536949158, - 0.7282498478889465 - ] - ], - [ - 3.5999999046325684, - [ - 0.06183157116174698, - -0.6576871871948242, - 0.17994287610054016, - 0.7288656234741211 - ] - ], - [ - 3.633333444595337, - [ - 0.06387485563755035, - -0.6561770439147949, - 0.1815265417098999, - 0.7296572923660278 - ] - ], - [ - 3.6666667461395264, - [ - 0.06585463136434555, - -0.6544864773750305, - 0.18305152654647827, - 0.7306180596351624 - ] - ], - [ - 3.700000047683716, - [ - 0.06776908040046692, - -0.6526271104812622, - 0.1845170110464096, - 0.7317367792129517 - ] - ], - [ - 3.7333333492279053, - [ - 0.06961607933044434, - -0.6506142616271973, - 0.18592187762260437, - 0.7329991459846497 - ] - ], - [ - 3.7666666507720947, - [ - 0.0713929831981659, - -0.6484681367874146, - 0.18726471066474915, - 0.7343868613243103 - ] - ], - [ - 3.799999952316284, - [ - 0.07309666275978088, - -0.6462151408195496, - 0.18854394555091858, - 0.7358763813972473 - ] - ], - [ - 3.8333332538604736, - [ - 0.07472354918718338, - -0.6438872218132019, - 0.18975773453712463, - 0.7374399304389954 - ] - ], - [ - 3.866666555404663, - [ - 0.07626605033874512, - -0.641523003578186, - 0.19090129435062408, - 0.7390456199645996 - ] - ], - [ - 3.9000000953674316, - [ - 0.07771537452936172, - -0.6391658186912537, - 0.19196893274784088, - 0.740658700466156 - ] - ], - [ - 3.933333396911621, - [ - 0.07906553149223328, - -0.6368657946586609, - 0.19295760989189148, - 0.742238461971283 - ] - ], - [ - 3.9666666984558105, - [ - 0.08031044155359268, - -0.6346783638000488, - 0.19386416673660278, - 0.7437407374382019 - ] - ], - [ - 4.0, - [ - 0.08144363760948181, - -0.6326646208763123, - 0.19468553364276886, - 0.7451174259185791 - ] - ], - [ - 4.0333333015441895, - [ - 0.08245820552110672, - -0.6308907270431519, - 0.19541853666305542, - 0.7463170289993286 - ] - ], - [ - 4.066666603088379, - [ - 0.08334670960903168, - -0.6294254660606384, - 0.19605962932109833, - 0.7472867965698242 - ] - ], - [ - 4.099999904632568, - [ - 0.08410096168518066, - -0.6283395290374756, - 0.19660474359989166, - 0.7479726076126099 - ] - ], - [ - 4.133333206176758, - [ - 0.08471199870109558, - -0.6275649070739746, - 0.1970454305410385, - 0.7484378814697266 - ] - ], - [ - 4.166666507720947, - [ - 0.08466986566781998, - -0.6270943284034729, - 0.19697099924087524, - 0.7488566637039185 - ] - ], - [ - 4.199999809265137, - [ - 0.08352167904376984, - -0.6270260810852051, - 0.19601985812187195, - 0.7492921352386475 - ] - ], - [ - 4.233333110809326, - [ - 0.08134603500366211, - -0.627347469329834, - 0.19425632059574127, - 0.7497215867042542 - ] - ], - [ - 4.266666889190674, - [ - 0.07822107523679733, - -0.6280397176742554, - 0.1917438507080078, - 0.7501212358474731 - ] - ], - [ - 4.300000190734863, - [ - 0.07422526180744171, - -0.6290807127952576, - 0.188546285033226, - 0.750465452671051 - ] - ], - [ - 4.333333492279053, - [ - 0.06931443512439728, - -0.6306037306785583, - 0.18463781476020813, - 0.750628650188446 - ] - ], - [ - 4.366666793823242, - [ - 0.06348157674074173, - -0.6326857805252075, - 0.1800183653831482, - 0.7505146265029907 - ] - ], - [ - 4.400000095367432, - [ - 0.05686748027801514, - -0.6352109909057617, - 0.17479446530342102, - 0.7501466274261475 - ] - ], - [ - 4.433333396911621, - [ - 0.04961911216378212, - -0.6380601525306702, - 0.16907677054405212, - 0.749553382396698 - ] - ], - [ - 4.4666666984558105, - [ - 0.0418865829706192, - -0.641118049621582, - 0.16297844052314758, - 0.7487664222717285 - ] - ], - [ - 4.5, - [ - 0.03382016718387604, - -0.6442780494689941, - 0.1566130667924881, - 0.747819721698761 - ] - ], - [ - 4.5333333015441895, - [ - 0.025568243116140366, - -0.6474459171295166, - 0.1500936597585678, - 0.7467475533485413 - ] - ], - [ - 4.566666603088379, - [ - 0.017275582998991013, - -0.650540292263031, - 0.14353127777576447, - 0.7455854415893555 - ] - ], - [ - 4.599999904632568, - [ - 0.009081902913749218, - -0.653495192527771, - 0.13703441619873047, - 0.7443675994873047 - ] - ], - [ - 4.633333206176758, - [ - 0.001121261389926076, - -0.6562589406967163, - 0.13070853054523468, - 0.7431273460388184 - ] - ], - [ - 4.666666507720947, - [ - -0.006478018127381802, - -0.658789873123169, - 0.12465549260377884, - 0.7418995499610901 - ] - ], - [ - 4.699999809265137, - [ - -0.013593737035989761, - -0.661060631275177, - 0.11897418648004532, - 0.7407153248786926 - ] - ], - [ - 4.733333110809326, - [ - -0.02010880410671234, - -0.6630503535270691, - 0.11376021802425385, - 0.7396069765090942 - ] - ], - [ - 4.766666889190674, - [ - -0.025911029428243637, - -0.6647460460662842, - 0.10910643637180328, - 0.7386047840118408 - ] - ], - [ - 4.800000190734863, - [ - -0.030891627073287964, - -0.6661392450332642, - 0.10510373115539551, - 0.7377380132675171 - ] - ], - [ - 4.833333492279053, - [ - -0.03494508937001228, - -0.667224109172821, - 0.10184083133935928, - 0.7370340824127197 - ] - ], - [ - 4.866666793823242, - [ - -0.037967681884765625, - -0.6679959893226624, - 0.0994052141904831, - 0.7365177869796753 - ] - ], - [ - 4.900000095367432, - [ - -0.039858128875494, - -0.6684486865997314, - 0.09788212925195694, - 0.7362111210823059 - ] - ], - [ - 4.933333396911621, - [ - -0.041055094450712204, - -0.6685379147529602, - 0.09691359847784042, - 0.7361924648284912 - ] - ], - [ - 4.9666666984558105, - [ - -0.042047664523124695, - -0.6682342886924744, - 0.09609948098659515, - 0.7365188002586365 - ] - ], - [ - 5.0, - [ - -0.04281013086438179, - -0.6675502061843872, - 0.09546120464801788, - 0.737177848815918 - ] - ], - [ - 5.0333333015441895, - [ - -0.043314993381500244, - -0.6664952635765076, - 0.095021553337574, - 0.7381590604782104 - ] - ], - [ - 5.066666603088379, - [ - -0.0435735248029232, - -0.6651152968406677, - 0.0947728157043457, - 0.7394195199012756 - ] - ], - [ - 5.099999904632568, - [ - -0.04361402615904808, - -0.6634688377380371, - 0.0946936309337616, - 0.7409048676490784 - ] - ], - [ - 5.133333206176758, - [ - -0.043431803584098816, - -0.6615806818008423, - 0.09478842467069626, - 0.7425899505615234 - ] - ], - [ - 5.166666507720947, - [ - -0.04302119091153145, - -0.6594744920730591, - 0.09506228566169739, - 0.7444499731063843 - ] - ], - [ - 5.199999809265137, - [ - -0.04237579554319382, - -0.6571710705757141, - 0.0955207422375679, - 0.7464625239372253 - ] - ], - [ - 5.233333110809326, - [ - -0.04148875176906586, - -0.6546898484230042, - 0.09616964310407639, - 0.7486062049865723 - ] - ], - [ - 5.266666889190674, - [ - -0.040360935032367706, - -0.6520575284957886, - 0.09700866043567657, - 0.7508537173271179 - ] - ], - [ - 5.300000190734863, - [ - -0.03899814933538437, - -0.6493071913719177, - 0.09803356230258942, - 0.7531724572181702 - ] - ], - [ - 5.333333492279053, - [ - -0.03740088641643524, - -0.6464688777923584, - 0.09924447536468506, - 0.7555327415466309 - ] - ], - [ - 5.366666793823242, - [ - -0.03556995838880539, - -0.643572986125946, - 0.10064123570919037, - 0.7579049468040466 - ] - ], - [ - 5.400000095367432, - [ - -0.03350677713751793, - -0.6406520009040833, - 0.10222335159778595, - 0.7602583169937134 - ] - ], - [ - 5.433333396911621, - [ - -0.031213440001010895, - -0.6377390623092651, - 0.10398973524570465, - 0.7625619769096375 - ] - ], - [ - 5.4666666984558105, - [ - -0.028693005442619324, - -0.6348704695701599, - 0.10593876987695694, - 0.7647830843925476 - ] - ], - [ - 5.5, - [ - -0.025949466973543167, - -0.6320849657058716, - 0.10806818306446075, - 0.7668875455856323 - ] - ], - [ - 5.5333333015441895, - [ - -0.02298816666007042, - -0.6294242143630981, - 0.11037479341030121, - 0.7688394784927368 - ] - ], - [ - 5.566666603088379, - [ - -0.019815847277641296, - -0.6269332766532898, - 0.1128544807434082, - 0.7706009745597839 - ] - ], - [ - 5.599999904632568, - [ - -0.01644088886678219, - -0.6246611475944519, - 0.11550208926200867, - 0.7721318602561951 - ] - ], - [ - 5.633333206176758, - [ - -0.012859286740422249, - -0.6225408911705017, - 0.11831861734390259, - 0.773484468460083 - ] - ], - [ - 5.666666507720947, - [ - -0.009088631719350815, - -0.6204882860183716, - 0.12128718942403793, - 0.7747265100479126 - ] - ], - [ - 5.699999809265137, - [ - -0.0051723262295126915, - -0.6185310482978821, - 0.1243739202618599, - 0.7758374214172363 - ] - ], - [ - 5.733333110809326, - [ - -0.0011555877281352878, - -0.6166993975639343, - 0.12754380702972412, - 0.776796817779541 - ] - ], - [ - 5.766666889190674, - [ - 0.0029150068294256926, - -0.615026593208313, - 0.13076116144657135, - 0.777583122253418 - ] - ], - [ - 5.800000190734863, - [ - 0.006991598289459944, - -0.6135483384132385, - 0.13398967683315277, - 0.7781749963760376 - ] - ], - [ - 5.833333492279053, - [ - 0.011026379652321339, - -0.6123006343841553, - 0.13719326257705688, - 0.778552770614624 - ] - ], - [ - 5.866666793823242, - [ - 0.01497188676148653, - -0.6113213300704956, - 0.14033658802509308, - 0.7786962985992432 - ] - ], - [ - 5.900000095367432, - [ - 0.018782492727041245, - -0.6106455326080322, - 0.14338558912277222, - 0.7785883545875549 - ] - ], - [ - 5.933333396911621, - [ - 0.02244557812809944, - -0.6102725267410278, - 0.14633071422576904, - 0.7782357931137085 - ] - ], - [ - 5.9666666984558105, - [ - 0.025975722819566727, - -0.6101711988449097, - 0.14918231964111328, - 0.7776638269424438 - ] - ], - [ - 6.0, - [ - 0.029371220618486404, - -0.6103260517120361, - 0.15193839371204376, - 0.7768874764442444 - ] - ], - [ - 6.0333333015441895, - [ - 0.03263154998421669, - -0.6107187271118164, - 0.15459756553173065, - 0.7759236097335815 - ] - ], - [ - 6.066666603088379, - [ - 0.0357564315199852, - -0.6113296151161194, - 0.15715861320495605, - 0.7747895121574402 - ] - ], - [ - 6.099999904632568, - [ - 0.0387454517185688, - -0.6121375560760498, - 0.1596199870109558, - 0.7735036611557007 - ] - ], - [ - 6.133333206176758, - [ - 0.04159766063094139, - -0.6131199598312378, - 0.16197936236858368, - 0.7720856666564941 - ] - ], - [ - 6.166666507720947, - [ - 0.04431085288524628, - -0.6142556071281433, - 0.16423369944095612, - 0.7705543041229248 - ] - ], - [ - 6.199999809265137, - [ - 0.04688168317079544, - -0.6155228614807129, - 0.16637887060642242, - 0.7689290046691895 - ] - ], - [ - 6.233333110809326, - [ - 0.04930536076426506, - -0.616901159286499, - 0.1684095561504364, - 0.767228901386261 - ] - ], - [ - 6.266666889190674, - [ - 0.05157572403550148, - -0.618370532989502, - 0.1703193336725235, - 0.7654731273651123 - ] - ], - [ - 6.300000190734863, - [ - 0.05368483439087868, - -0.6199138164520264, - 0.17210076749324799, - 0.7636793255805969 - ] - ], - [ - 6.333333492279053, - [ - 0.05562382936477661, - -0.621512770652771, - 0.1737450361251831, - 0.7618665099143982 - ] - ], - [ - 6.366666793823242, - [ - 0.057348910719156265, - -0.6233486533164978, - 0.175221785902977, - 0.7598979473114014 - ] - ], - [ - 6.400000095367432, - [ - 0.05883089825510979, - -0.625493586063385, - 0.17650869488716125, - 0.7577211856842041 - ] - ], - [ - 6.433333396911621, - [ - 0.060083914548158646, - -0.6277820467948914, - 0.17761164903640747, - 0.7554692029953003 - ] - ], - [ - 6.4666666984558105, - [ - 0.06112563982605934, - -0.6300641298294067, - 0.17854008078575134, - 0.7532638907432556 - ] - ], - [ - 6.5, - [ - 0.06197782978415489, - -0.6322047710418701, - 0.17930738627910614, - 0.7512155175209045 - ] - ], - [ - 6.5333333015441895, - [ - 0.062666155397892, - -0.6340813636779785, - 0.1799306720495224, - 0.7494255900382996 - ] - ], - [ - 6.566666603088379, - [ - 0.06321951001882553, - -0.6355792880058289, - 0.1804298758506775, - 0.7479889392852783 - ] - ], - [ - 6.599999904632568, - [ - 0.06366875022649765, - -0.6365872621536255, - 0.18082661926746368, - 0.7469971179962158 - ] - ], - [ - 6.633333206176758, - [ - 0.06404541432857513, - -0.636991560459137, - 0.18114304542541504, - 0.7465434670448303 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458761599_1070514.json b/lenses/physics-objects/Scene/assets/1645812458761599_1070514.json deleted file mode 100644 index 6d86d41c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458761599_1070514.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458761599:1070514", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458763541_1070527.json b/lenses/physics-objects/Scene/assets/1645812458763541_1070527.json deleted file mode 100644 index 1aacd3ef..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458763541_1070527.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458763541:1070527", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.497951030731201, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.1835408210754395, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.6209726333618164, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 3.2055296897888184, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.477857828140259, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.8686788082122803, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.441730499267578, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.195311546325684, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.8856358528137207, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.044685363769531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.586220741271973, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.599714756011963, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.420840740203857, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.7342402935028076, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.025792121887207, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.987274408340454, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.303453207015991, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.6987640857696533, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4576127529144287, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.91092848777771, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.774794816970825, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.913313150405884, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.6541171073913574, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3762850761413574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.0839626789093018, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.5372042655944824, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.3886489868164063, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.9820408821105957, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.661055564880371, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 3.120310068130493, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.679041624069214, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.368994951248169, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.2844297885894775, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.7520389556884766, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.3212673664093018, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1532864570617676, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.9960992336273193, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.9859697818756104, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.943071126937866, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.8427889347076416, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3546249866485596, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.8924826383590698, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.9980533123016357, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.512949228286743, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.8080756664276123, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.9513275623321533, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.513396978378296, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6100547313690186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2447776794433594, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.3268394470214844, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8223776817321777, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.3372297286987305, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5085487365722656, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.2124171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.668262243270874, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.922942638397217, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.7056851387023926, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.471160650253296, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.5368731021881104, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4571971893310547, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.36702299118042, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.1786508560180664, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.7597553730010986, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.829381227493286, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.5083069801330566, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.142950057983398, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.581650733947754, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.57462739944458, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.185338497161865, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.002650737762451, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.6841964721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.336782217025757, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.528857469558716, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.4504237174987793, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.597085952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.250955581665039, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.475260257720947, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.077535629272461, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.8607804775238037, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.4078257083892822, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 3.0574188232421875, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 3.1997015476226807, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.2817187309265137, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.499957799911499, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.7192392349243164, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.9320223331451416, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 4.324276447296143, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.447195053100586, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.121485710144043, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.5384132862091064, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.976576566696167, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.8742246627807617, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.290931463241577, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.672377824783325, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.007174968719482, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.24492883682251, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458763907_1070534.json b/lenses/physics-objects/Scene/assets/1645812458763907_1070534.json deleted file mode 100644 index bb303170..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458763907_1070534.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458763907:1070534", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ], - [ - 0.03333333507180214, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ], - [ - 0.06666667014360428, - [ - -0.05059034749865532, - -0.7938099503517151, - 0.09063220024108887, - 0.5992430448532104 - ] - ], - [ - 0.10000000149011612, - [ - -0.02517617680132389, - 0.8558880090713501, - -0.15121865272521973, - -0.4939178228378296 - ] - ], - [ - 0.13333334028720856, - [ - -0.11912517994642258, - 0.8472426533699036, - -0.22697137296199799, - -0.4652666449546814 - ] - ], - [ - 0.1666666716337204, - [ - 0.1196289211511612, - -0.7883702516555786, - 0.2280903160572052, - 0.5586914420127869 - ] - ], - [ - 0.20000000298023224, - [ - 0.09978675097227097, - -0.7333645820617676, - 0.21241702139377594, - 0.6380423307418823 - ] - ], - [ - 0.23333333432674408, - [ - 0.11658132821321487, - -0.770902693271637, - 0.226230189204216, - 0.5838987827301025 - ] - ], - [ - 0.2666666805744171, - [ - 0.05886157602071762, - -0.8404543995857239, - 0.17896273732185364, - 0.5080788135528564 - ] - ], - [ - 0.30000001192092896, - [ - 0.1057058647274971, - -0.8084668517112732, - 0.21729819476604462, - 0.5366461873054504 - ] - ], - [ - 0.3333333432674408, - [ - 0.14594833552837372, - -0.7421028017997742, - 0.2500881552696228, - 0.6045150756835938 - ] - ], - [ - 0.36666667461395264, - [ - 0.11547976732254028, - -0.7701735496520996, - 0.22546707093715668, - 0.5853731632232666 - ] - ], - [ - 0.4000000059604645, - [ - 0.12063874304294586, - -0.7543056011199951, - 0.22997798025608063, - 0.6029755473136902 - ] - ], - [ - 0.4333333373069763, - [ - 0.08064327389001846, - -0.7941936254501343, - 0.19740812480449677, - 0.5690194964408875 - ] - ], - [ - 0.46666666865348816, - [ - 0.03654896467924118, - -0.8442071080207825, - 0.16082990169525146, - 0.5100120306015015 - ] - ], - [ - 0.5, - [ - -0.07611788064241409, - 0.8438317179679871, - -0.1925647109746933, - -0.495048463344574 - ] - ], - [ - 0.5333333611488342, - [ - 0.0808647945523262, - -0.8357037901878357, - 0.1962106078863144, - 0.5065189599990845 - ] - ], - [ - 0.5666666626930237, - [ - 0.052437569946050644, - -0.8468362092971802, - 0.17313526570796967, - 0.5001428723335266 - ] - ], - [ - 0.6000000238418579, - [ - 0.06860000640153885, - -0.8366424441337585, - 0.1864974945783615, - 0.5104333162307739 - ] - ], - [ - 0.6333333253860474, - [ - -0.017631500959396362, - 0.8675471544265747, - -0.14458882808685303, - -0.4755472242832184 - ] - ], - [ - 0.6666666865348816, - [ - 0.035100650042295456, - -0.8460385203361511, - 0.1593855917453766, - 0.5075265765190125 - ] - ], - [ - 0.699999988079071, - [ - 0.09052789956331253, - -0.7598846554756165, - 0.2045440375804901, - 0.6103619933128357 - ] - ], - [ - 0.7333333492279053, - [ - 0.0651913434267044, - -0.7004921436309814, - 0.18362639844417572, - 0.6865436434745789 - ] - ], - [ - 0.7666666507720947, - [ - 0.05407661572098732, - -0.7008101940155029, - 0.1747957319021225, - 0.6894833445549011 - ] - ], - [ - 0.800000011920929, - [ - 0.08174620568752289, - -0.7145059108734131, - 0.19696177542209625, - 0.6663369536399841 - ] - ], - [ - 0.8333333134651184, - [ - -0.03692097216844559, - 0.8602252006530762, - -0.16001088917255402, - -0.4827483594417572 - ] - ], - [ - 0.8666666746139526, - [ - -0.05758790299296379, - 0.894278347492218, - -0.17489154636859894, - -0.40787598490715027 - ] - ], - [ - 0.8999999761581421, - [ - -0.052212126553058624, - 0.9404533505439758, - -0.23605799674987793, - -0.2389523983001709 - ] - ], - [ - 0.9333333373069763, - [ - -0.016944050788879395, - 0.8744574785232544, - -0.18639451265335083, - -0.447542279958725 - ] - ], - [ - 0.9666666388511658, - [ - 0.03404475376009941, - -0.790229856967926, - 0.15892505645751953, - 0.5908642411231995 - ] - ], - [ - 1.0, - [ - 0.031805653125047684, - -0.8130733966827393, - 0.15735352039337158, - 0.5595890879631042 - ] - ], - [ - 1.0333333015441895, - [ - -0.02915291115641594, - -0.8451234102249146, - 0.10730484873056412, - 0.5228787064552307 - ] - ], - [ - 1.0666667222976685, - [ - 0.01598685048520565, - -0.8104599714279175, - 0.14469851553440094, - 0.5674164295196533 - ] - ], - [ - 1.100000023841858, - [ - 0.04946004971861839, - -0.7512561082839966, - 0.17168357968330383, - 0.6353681683540344 - ] - ], - [ - 1.1333333253860474, - [ - 0.013073978014290333, - -0.7202196717262268, - 0.14181073009967804, - 0.678971529006958 - ] - ], - [ - 1.1666666269302368, - [ - 0.039250899106264114, - -0.699902355670929, - 0.16230425238609314, - 0.6944446563720703 - ] - ], - [ - 1.2000000476837158, - [ - 0.03240818530321121, - -0.8419743776321411, - 0.1568393111228943, - 0.5151993036270142 - ] - ], - [ - 1.2333333492279053, - [ - -0.0005589009379036725, - 0.8690419793128967, - -0.130569189786911, - -0.47719746828079224 - ] - ], - [ - 1.2666666507720947, - [ - 0.060453806072473526, - -0.8060070872306824, - 0.17976590991020203, - 0.5606979131698608 - ] - ], - [ - 1.2999999523162842, - [ - 0.05288611352443695, - -0.6708480715751648, - 0.17242145538330078, - 0.7193307876586914 - ] - ], - [ - 1.3333333730697632, - [ - 0.005204783286899328, - -0.6648557782173157, - 0.13464684784412384, - 0.7347176671028137 - ] - ], - [ - 1.3666666746139526, - [ - 0.03786163404583931, - -0.6807724833488464, - 0.16145916283130646, - 0.7134748697280884 - ] - ], - [ - 1.399999976158142, - [ - 0.0066535864025354385, - -0.784532904624939, - 0.1371392160654068, - 0.6046954989433289 - ] - ], - [ - 1.4333332777023315, - [ - 0.021556688472628593, - -0.7975760698318481, - 0.14904367923736572, - 0.5841178894042969 - ] - ], - [ - 1.4666666984558105, - [ - 0.06626187264919281, - -0.7466540932655334, - 0.1844448447227478, - 0.6356863379478455 - ] - ], - [ - 1.5, - [ - 0.007377769332379103, - -0.7451905608177185, - 0.14871713519096375, - 0.6500152349472046 - ] - ], - [ - 1.5333333015441895, - [ - -0.01046932116150856, - -0.6893117427825928, - 0.12167174369096756, - 0.714097797870636 - ] - ], - [ - 1.5666667222976685, - [ - 0.015526575967669487, - -0.7691386938095093, - 0.14368043839931488, - 0.622527539730072 - ] - ], - [ - 1.600000023841858, - [ - 0.02949047088623047, - 0.8862441778182983, - -0.10536321997642517, - -0.4501113295555115 - ] - ], - [ - 1.6333333253860474, - [ - -0.021440545096993446, - -0.8439523577690125, - 0.11359583586454391, - 0.5238136053085327 - ] - ], - [ - 1.6666666269302368, - [ - 0.02684503048658371, - -0.7439557909965515, - 0.15331406891345978, - 0.6498491764068604 - ] - ], - [ - 1.7000000476837158, - [ - 0.010752558708190918, - -0.7405461668968201, - 0.14053429663181305, - 0.6570585370063782 - ] - ], - [ - 1.7333333492279053, - [ - 0.02005106769502163, - -0.777786135673523, - 0.14820586144924164, - 0.6104766130447388 - ] - ], - [ - 1.7666666507720947, - [ - 0.029736170545220375, - -0.8255906701087952, - 0.1554519236087799, - 0.5416184067726135 - ] - ], - [ - 1.7999999523162842, - [ - 0.032222818583250046, - 0.9037983417510986, - -0.10187086462974548, - -0.41440635919570923 - ] - ], - [ - 1.8333333730697632, - [ - -0.0019869098905473948, - 0.9009875059127808, - -0.13003677129745483, - -0.41389399766921997 - ] - ], - [ - 1.8666666746139526, - [ - -0.022556589916348457, - 0.8581337928771973, - -0.14855727553367615, - -0.4909464120864868 - ] - ], - [ - 1.899999976158142, - [ - -0.003891484346240759, - -0.8375541567802429, - 0.1278972625732422, - 0.5311592817306519 - ] - ], - [ - 1.9333332777023315, - [ - 0.02831956557929516, - -0.8066542148590088, - 0.15455615520477295, - 0.5697537660598755 - ] - ], - [ - 1.9666666984558105, - [ - 0.018367983400821686, - -0.7979688048362732, - 0.14674994349479675, - 0.584271252155304 - ] - ], - [ - 2.0, - [ - -0.006783087272197008, - -0.8097841739654541, - 0.12627966701984406, - 0.5729371905326843 - ] - ], - [ - 2.0333333015441895, - [ - 0.04723498970270157, - -0.7528188228607178, - 0.1702074557542801, - 0.6340836882591248 - ] - ], - [ - 2.066666603088379, - [ - 0.059359174221754074, - -0.7073867917060852, - 0.17957226932048798, - 0.6810537576675415 - ] - ], - [ - 2.0999999046325684, - [ - 0.050608254969120026, - -0.7437897324562073, - 0.17281800508499146, - 0.6436998844146729 - ] - ], - [ - 2.133333444595337, - [ - 0.08723246306180954, - -0.7481715679168701, - 0.20233021676540375, - 0.6258532404899597 - ] - ], - [ - 2.1666667461395264, - [ - 0.042169731110334396, - -0.8366974592208862, - 0.16528505086898804, - 0.5204228758811951 - ] - ], - [ - 2.200000047683716, - [ - -0.0641712099313736, - 0.852118194103241, - -0.18249288201332092, - -0.48628485202789307 - ] - ], - [ - 2.2333333492279053, - [ - 0.1322317272424698, - -0.7989914417266846, - 0.23764866590499878, - 0.5363306403160095 - ] - ], - [ - 2.2666666507720947, - [ - 0.1279417723417282, - -0.7469707131385803, - 0.23448127508163452, - 0.6088384985923767 - ] - ], - [ - 2.299999952316284, - [ - 0.06863009184598923, - -0.7715275287628174, - 0.1873633712530136, - 0.6040946841239929 - ] - ], - [ - 2.3333332538604736, - [ - 0.038833778351545334, - -0.7694952487945557, - 0.16358022391796112, - 0.6161254048347473 - ] - ], - [ - 2.366666555404663, - [ - -0.007113455794751644, - -0.7884157299995422, - 0.12628895044326782, - 0.6019976139068604 - ] - ], - [ - 2.4000000953674316, - [ - 0.026255177333950996, - -0.7635546326637268, - 0.15350942313671112, - 0.6266816258430481 - ] - ], - [ - 2.433333396911621, - [ - 0.0882025733590126, - -0.7040398120880127, - 0.20334802567958832, - 0.6746835112571716 - ] - ], - [ - 2.4666666984558105, - [ - 0.0839090645313263, - -0.7310447096824646, - 0.19993165135383606, - 0.6469622850418091 - ] - ], - [ - 2.5, - [ - 0.09787880629301071, - -0.7121235132217407, - 0.21093370020389557, - 0.6624249815940857 - ] - ], - [ - 2.5333333015441895, - [ - 0.11667662858963013, - -0.7033880352973938, - 0.22578975558280945, - 0.6638153195381165 - ] - ], - [ - 2.566666603088379, - [ - -0.10423051565885544, - 0.8384251594543457, - -0.2151787281036377, - -0.4897727370262146 - ] - ], - [ - 2.5999999046325684, - [ - 0.14824356138706207, - -0.7686659097671509, - 0.2514830529689789, - 0.569150984287262 - ] - ], - [ - 2.633333444595337, - [ - 0.1586904525756836, - -0.638167142868042, - 0.25972315669059753, - 0.7071802616119385 - ] - ], - [ - 2.6666667461395264, - [ - 0.08966080844402313, - -0.6507476568222046, - 0.20397718250751495, - 0.7258661985397339 - ] - ], - [ - 2.700000047683716, - [ - 0.09739600867033005, - -0.5821418166160583, - 0.20934689044952393, - 0.7796145677566528 - ] - ], - [ - 2.7333333492279053, - [ - 0.0905144214630127, - -0.5829365849494934, - 0.20342771708965302, - 0.7814149260520935 - ] - ], - [ - 2.7666666507720947, - [ - 0.06924997270107269, - -0.6583775877952576, - 0.18720635771751404, - 0.7257391214370728 - ] - ], - [ - 2.799999952316284, - [ - 0.11998333036899567, - -0.6553173661231995, - 0.22809265553951263, - 0.71002596616745 - ] - ], - [ - 2.8333332538604736, - [ - 0.10994233191013336, - -0.6187249422073364, - 0.21898087859153748, - 0.746417760848999 - ] - ], - [ - 2.866666555404663, - [ - 0.06699249893426895, - -0.6734761595726013, - 0.18510375916957855, - 0.7125155925750732 - ] - ], - [ - 2.9000000953674316, - [ - 0.10902725905179977, - -0.7050262093544006, - 0.21956035494804382, - 0.6654654741287231 - ] - ], - [ - 2.933333396911621, - [ - 0.10951071977615356, - -0.7964438796043396, - 0.22010165452957153, - 0.5524851083755493 - ] - ], - [ - 2.9666666984558105, - [ - 0.0995088517665863, - -0.7839534878730774, - 0.21229849755764008, - 0.5748428106307983 - ] - ], - [ - 3.0, - [ - 0.09679755568504333, - -0.6996801495552063, - 0.21012535691261292, - 0.6759625673294067 - ] - ], - [ - 3.0333333015441895, - [ - 0.031274065375328064, - -0.7267904877662659, - 0.15735526382923126, - 0.6678599119186401 - ] - ], - [ - 3.066666603088379, - [ - 0.0008262915653176606, - -0.6526740193367004, - 0.13137197494506836, - 0.7461617588996887 - ] - ], - [ - 3.0999999046325684, - [ - 0.013884174637496471, - -0.524354100227356, - 0.13831011950969696, - 0.8400775790214539 - ] - ], - [ - 3.133333444595337, - [ - 0.022903304547071457, - -0.6394728422164917, - 0.14882586896419525, - 0.7539235949516296 - ] - ], - [ - 3.1666667461395264, - [ - 0.09274765849113464, - -0.7048112750053406, - 0.20609766244888306, - 0.6724305152893066 - ] - ], - [ - 3.200000047683716, - [ - 0.07130327075719833, - -0.6839480400085449, - 0.1884392499923706, - 0.7011573314666748 - ] - ], - [ - 3.2333333492279053, - [ - -0.023547304794192314, - -0.7103668451309204, - 0.11222287267446518, - 0.6944282054901123 - ] - ], - [ - 3.2666666507720947, - [ - 0.00023463585239369422, - -0.6911061406135559, - 0.1314159780740738, - 0.7107053399085999 - ] - ], - [ - 3.299999952316284, - [ - 0.015917019918560982, - -0.665023148059845, - 0.1438618302345276, - 0.7326627969741821 - ] - ], - [ - 3.3333332538604736, - [ - 0.010415050201117992, - -0.690274715423584, - 0.1406668871641159, - 0.7096655368804932 - ] - ], - [ - 3.366666555404663, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458764220_1070541.json b/lenses/physics-objects/Scene/assets/1645812458764220_1070541.json deleted file mode 100644 index e562ddf1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458764220_1070541.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458764220:1070541", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458766424_1070554.json b/lenses/physics-objects/Scene/assets/1645812458766424_1070554.json deleted file mode 100644 index 87b3a685..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458766424_1070554.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458766424:1070554", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458766836_1070561.json b/lenses/physics-objects/Scene/assets/1645812458766836_1070561.json deleted file mode 100644 index 66581b6c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458766836_1070561.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458766836:1070561", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.149733523372561e-05, - -0.019308768212795258, - -1.7494475059720571e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - 9.149733523372561e-05, - -0.019308768212795258, - -1.7494475059720571e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458767224_1070568.json b/lenses/physics-objects/Scene/assets/1645812458767224_1070568.json deleted file mode 100644 index 3d90ad43..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458767224_1070568.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458767224:1070568", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458769430_1070581.json b/lenses/physics-objects/Scene/assets/1645812458769430_1070581.json deleted file mode 100644 index fd1d7b61..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458769430_1070581.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458769430:1070581", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458769855_1070588.json b/lenses/physics-objects/Scene/assets/1645812458769855_1070588.json deleted file mode 100644 index bbfb748b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458769855_1070588.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458769855:1070588", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.1503796284087e-05, - -0.019308719784021378, - -1.7676907191344071e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - 9.1503796284087e-05, - -0.019308719784021378, - -1.7676907191344071e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458770255_1070595.json b/lenses/physics-objects/Scene/assets/1645812458770255_1070595.json deleted file mode 100644 index 8f99a712..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458770255_1070595.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458770255:1070595", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458772179_1070608.json b/lenses/physics-objects/Scene/assets/1645812458772179_1070608.json deleted file mode 100644 index 78c4d595..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458772179_1070608.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458772179:1070608", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 6.633333206176758, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458772618_1070615.json b/lenses/physics-objects/Scene/assets/1645812458772618_1070615.json deleted file mode 100644 index cc7e3f2f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458772618_1070615.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458772618:1070615", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.003068600781261921, - -0.11376027762889862, - -0.5338321924209595, - 0.8378975987434387 - ] - ], - [ - 0.03333333507180214, - [ - -0.003068600781261921, - -0.11376027762889862, - -0.5338321924209595, - 0.8378975987434387 - ] - ], - [ - 0.06666667014360428, - [ - -0.004307345952838659, - -0.11542089283466339, - -0.5339943766593933, - 0.8375616073608398 - ] - ], - [ - 0.10000000149011612, - [ - -0.007831553928554058, - -0.12014984339475632, - -0.5344322919845581, - 0.8365911841392517 - ] - ], - [ - 0.13333334028720856, - [ - -0.013295258395373821, - -0.12749512493610382, - -0.5350431799888611, - 0.8350431323051453 - ] - ], - [ - 0.1666666716337204, - [ - -0.020322032272815704, - -0.13696864247322083, - -0.5357072949409485, - 0.8329731822013855 - ] - ], - [ - 0.20000000298023224, - [ - -0.028550872579216957, - -0.14810562133789063, - -0.5363097786903381, - 0.8304344415664673 - ] - ], - [ - 0.23333333432674408, - [ - -0.03766116127371788, - -0.16049638390541077, - -0.5367531776428223, - 0.827477216720581 - ] - ], - [ - 0.2666666805744171, - [ - -0.04738031327724457, - -0.17379553616046906, - -0.5369619131088257, - 0.824149489402771 - ] - ], - [ - 0.30000001192092896, - [ - -0.05748112127184868, - -0.18771745264530182, - -0.5368818640708923, - 0.8204973936080933 - ] - ], - [ - 0.3333333432674408, - [ - -0.06777498871088028, - -0.2020266354084015, - -0.5364786982536316, - 0.816567599773407 - ] - ], - [ - 0.36666667461395264, - [ - -0.07810410857200623, - -0.21652644872665405, - -0.5357341766357422, - 0.8124068975448608 - ] - ], - [ - 0.4000000059604645, - [ - -0.08833523839712143, - -0.23105040192604065, - -0.5346448421478271, - 0.8080640435218811 - ] - ], - [ - 0.4333333373069763, - [ - -0.09835080802440643, - -0.24544934928417206, - -0.5332183837890625, - 0.8035918474197388 - ] - ], - [ - 0.46666666865348816, - [ - -0.10805076360702515, - -0.2595933973789215, - -0.5314745306968689, - 0.7990438938140869 - ] - ], - [ - 0.5, - [ - -0.11734287440776825, - -0.27335819602012634, - -0.5294416546821594, - 0.7944793701171875 - ] - ], - [ - 0.5333333611488342, - [ - -0.1261434555053711, - -0.28662505745887756, - -0.5271572470664978, - 0.7899615168571472 - ] - ], - [ - 0.5666666626930237, - [ - -0.13437490165233612, - -0.2992769479751587, - -0.5246667265892029, - 0.7855581045150757 - ] - ], - [ - 0.6000000238418579, - [ - -0.14196588099002838, - -0.31119832396507263, - -0.5220234990119934, - 0.7813403606414795 - ] - ], - [ - 0.6333333253860474, - [ - -0.14884258806705475, - -0.32226234674453735, - -0.5192859172821045, - 0.7773898839950562 - ] - ], - [ - 0.6666666865348816, - [ - -0.1549435555934906, - -0.33235156536102295, - -0.5165205597877502, - 0.7737838625907898 - ] - ], - [ - 0.699999988079071, - [ - -0.16020342707633972, - -0.3413351774215698, - -0.5137970447540283, - 0.77060866355896 - ] - ], - [ - 0.7333333492279053, - [ - -0.16456004977226257, - -0.34907981753349304, - -0.511188805103302, - 0.7679513096809387 - ] - ], - [ - 0.7666666507720947, - [ - -0.1679522544145584, - -0.35544732213020325, - -0.5087707042694092, - 0.7658992409706116 - ] - ], - [ - 0.800000011920929, - [ - -0.17031893134117126, - -0.3602950870990753, - -0.5066169500350952, - 0.7645378708839417 - ] - ], - [ - 0.8333333134651184, - [ - -0.17205652594566345, - -0.3640492558479309, - -0.5046243667602539, - 0.7636877298355103 - ] - ], - [ - 0.8666666746139526, - [ - -0.17360223829746246, - -0.3672047257423401, - -0.5026711821556091, - 0.7631151080131531 - ] - ], - [ - 0.8999999761581421, - [ - -0.17495456337928772, - -0.36971715092658997, - -0.5008029341697693, - 0.7628214359283447 - ] - ], - [ - 0.9333333373069763, - [ - -0.17610962688922882, - -0.3715391159057617, - -0.4990655481815338, - 0.7628090381622314 - ] - ], - [ - 0.9666666388511658, - [ - -0.1770593822002411, - -0.3726194500923157, - -0.4975043833255768, - 0.763081967830658 - ] - ], - [ - 1.0, - [ - -0.17778964340686798, - -0.3729022443294525, - -0.49616381525993347, - 0.7636468410491943 - ] - ], - [ - 1.0333333015441895, - [ - -0.17803052067756653, - -0.3716024160385132, - -0.49541133642196655, - 0.7647119760513306 - ] - ], - [ - 1.0666667222976685, - [ - -0.17753252387046814, - -0.36808884143829346, - -0.49552372097969055, - 0.7664522528648376 - ] - ], - [ - 1.100000023841858, - [ - -0.17626647651195526, - -0.3625103831291199, - -0.4963929057121277, - 0.7688370943069458 - ] - ], - [ - 1.1333333253860474, - [ - -0.17416740953922272, - -0.35499370098114014, - -0.4978984594345093, - 0.771843433380127 - ] - ], - [ - 1.1666666269302368, - [ - -0.17115163803100586, - -0.3456486761569977, - -0.4999152719974518, - 0.77544766664505 - ] - ], - [ - 1.2000000476837158, - [ - -0.1669372171163559, - -0.3344043493270874, - -0.5024445652961731, - 0.7796506881713867 - ] - ], - [ - 1.2333333492279053, - [ - -0.16125701367855072, - -0.3211984634399414, - -0.5054639577865601, - 0.7844322323799133 - ] - ], - [ - 1.2666666507720947, - [ - -0.15405569970607758, - -0.30613937973976135, - -0.508812665939331, - 0.7897184491157532 - ] - ], - [ - 1.2999999523162842, - [ - -0.1452799141407013, - -0.2893069088459015, - -0.5123289823532104, - 0.7954334020614624 - ] - ], - [ - 1.3333333730697632, - [ - -0.1348850280046463, - -0.27076107263565063, - -0.5158529281616211, - 0.8014925122261047 - ] - ], - [ - 1.3666666746139526, - [ - -0.12282290309667587, - -0.25052618980407715, - -0.5192233920097351, - 0.80781090259552 - ] - ], - [ - 1.399999976158142, - [ - -0.10902819037437439, - -0.22857528924942017, - -0.5222746729850769, - 0.8143066763877869 - ] - ], - [ - 1.4333332777023315, - [ - -0.09339720755815506, - -0.20480643212795258, - -0.5248298048973083, - 0.8209049701690674 - ] - ], - [ - 1.4666666984558105, - [ - -0.0757417231798172, - -0.178985133767128, - -0.5266861319541931, - 0.827544093132019 - ] - ], - [ - 1.5, - [ - -0.05569028854370117, - -0.15061795711517334, - -0.5275832414627075, - 0.8341875076293945 - ] - ], - [ - 1.5333333015441895, - [ - -0.03240681439638138, - -0.118584044277668, - -0.5271124243736267, - 0.8408567905426025 - ] - ], - [ - 1.5666667222976685, - [ - -0.0034504905343055725, - -0.07963081449270248, - -0.5243526101112366, - 0.8477625846862793 - ] - ], - [ - 1.600000023841858, - [ - 0.05807236209511757, - 0.0018931004451587796, - -0.5105701684951782, - 0.8578706979751587 - ] - ], - [ - 1.6333333253860474, - [ - 0.05951308831572533, - 0.003364463336765766, - -0.5134679079055786, - 0.8560359477996826 - ] - ], - [ - 1.6666666269302368, - [ - 0.06107165664434433, - 0.004790406674146652, - -0.5156468749046326, - 0.8546084761619568 - ] - ], - [ - 1.7000000476837158, - [ - 0.06275735050439835, - 0.006178564392030239, - -0.5170770883560181, - 0.8536128401756287 - ] - ], - [ - 1.7333333492279053, - [ - 0.06458239257335663, - 0.007539184298366308, - -0.5177161693572998, - 0.8530782461166382 - ] - ], - [ - 1.7666666507720947, - [ - 0.0665513277053833, - 0.008888388983905315, - -0.517681360244751, - 0.8529350161552429 - ] - ], - [ - 1.7999999523162842, - [ - 0.06866005063056946, - 0.010239252820611, - -0.5171562433242798, - 0.8530712723731995 - ] - ], - [ - 1.8333333730697632, - [ - 0.07091158628463745, - 0.011601048521697521, - -0.5161802768707275, - 0.8534606695175171 - ] - ], - [ - 1.8666666746139526, - [ - 0.07330826669931412, - 0.012982264161109924, - -0.5147868990898132, - 0.85407954454422 - ] - ], - [ - 1.899999976158142, - [ - 0.07585195451974869, - 0.014390982687473297, - -0.513005256652832, - 0.854906439781189 - ] - ], - [ - 1.9333332777023315, - [ - 0.07854373753070831, - 0.015834689140319824, - -0.5108615756034851, - 0.8559209108352661 - ] - ], - [ - 1.9666666984558105, - [ - 0.08137417584657669, - 0.017320683225989342, - -0.5083624720573425, - 0.857114851474762 - ] - ], - [ - 2.0, - [ - 0.05281192809343338, - -0.02303772233426571, - -0.5171120166778564, - 0.8539761900901794 - ] - ], - [ - 2.0333333015441895, - [ - 0.027130400761961937, - -0.05979441478848457, - -0.5242519974708557, - 0.8490279316902161 - ] - ], - [ - 2.066666603088379, - [ - 0.010420579463243484, - -0.08486554771661758, - -0.5280588865280151, - 0.8448923230171204 - ] - ], - [ - 2.0999999046325684, - [ - -0.002718984382227063, - -0.10539104789495468, - -0.5305598378181458, - 0.8410657644271851 - ] - ], - [ - 2.133333444595337, - [ - -0.013659320771694183, - -0.12316019088029861, - -0.5322790145874023, - 0.8374510407447815 - ] - ], - [ - 2.1666667461395264, - [ - -0.02299036644399166, - -0.1389230340719223, - -0.5334495902061462, - 0.8340285420417786 - ] - ], - [ - 2.200000047683716, - [ - -0.031031956896185875, - -0.15306764841079712, - -0.5342023372650146, - 0.8308039307594299 - ] - ], - [ - 2.2333333492279053, - [ - -0.037985336035490036, - -0.16582030057907104, - -0.5346220135688782, - 0.8277922868728638 - ] - ], - [ - 2.2666666507720947, - [ - -0.0439935177564621, - -0.177325040102005, - -0.5347697734832764, - 0.8250101208686829 - ] - ], - [ - 2.299999952316284, - [ - -0.049168989062309265, - -0.18768012523651123, - -0.534693717956543, - 0.8224727511405945 - ] - ], - [ - 2.3333332538604736, - [ - -0.05360882356762886, - -0.19695796072483063, - -0.5344349145889282, - 0.820190966129303 - ] - ], - [ - 2.366666555404663, - [ - -0.05739960819482803, - -0.2052116096019745, - -0.5340303182601929, - 0.8181717991828918 - ] - ], - [ - 2.4000000953674316, - [ - -0.06042131409049034, - -0.2122994214296341, - -0.533592939376831, - 0.8164293169975281 - ] - ], - [ - 2.433333396911621, - [ - -0.06255295127630234, - -0.21807171404361725, - -0.533254861831665, - 0.8149669170379639 - ] - ], - [ - 2.4666666984558105, - [ - -0.06385040283203125, - -0.22252526879310608, - -0.5330696702003479, - 0.8137827515602112 - ] - ], - [ - 2.5, - [ - -0.06431333720684052, - -0.2256549745798111, - -0.5331447720527649, - 0.8128348588943481 - ] - ], - [ - 2.5333333015441895, - [ - -0.06393446773290634, - -0.2274387925863266, - -0.5335744023323059, - 0.8120852112770081 - ] - ], - [ - 2.566666603088379, - [ - -0.06273999810218811, - -0.2278313934803009, - -0.5343813896179199, - 0.8115376234054565 - ] - ], - [ - 2.5999999046325684, - [ - -0.060730818659067154, - -0.22676770389080048, - -0.5355745553970337, - 0.8112016320228577 - ] - ], - [ - 2.633333444595337, - [ - -0.05797485262155533, - -0.22435125708580017, - -0.5371059775352478, - 0.8110626339912415 - ] - ], - [ - 2.6666667461395264, - [ - -0.054589446634054184, - -0.22081294655799866, - -0.5388839244842529, - 0.811089277267456 - ] - ], - [ - 2.700000047683716, - [ - -0.05061168596148491, - -0.21624615788459778, - -0.5408349633216858, - 0.8112791180610657 - ] - ], - [ - 2.7333333492279053, - [ - -0.04606463387608528, - -0.2107282280921936, - -0.5428814888000488, - 0.8116350173950195 - ] - ], - [ - 2.7666666507720947, - [ - -0.040962256491184235, - -0.20432421565055847, - -0.5449439883232117, - 0.8121636509895325 - ] - ], - [ - 2.799999952316284, - [ - -0.03531380742788315, - -0.19708934426307678, - -0.5469431281089783, - 0.8128726482391357 - ] - ], - [ - 2.8333332538604736, - [ - -0.02912825345993042, - -0.18907283246517181, - -0.5488017201423645, - 0.8137688040733337 - ] - ], - [ - 2.866666555404663, - [ - -0.022413168102502823, - -0.18031489849090576, - -0.5504445433616638, - 0.8148590326309204 - ] - ], - [ - 2.9000000953674316, - [ - -0.015179703943431377, - -0.17085224390029907, - -0.5518004298210144, - 0.8161467909812927 - ] - ], - [ - 2.933333396911621, - [ - -0.007550680544227362, - -0.16081812977790833, - -0.5527806282043457, - 0.8176271319389343 - ] - ], - [ - 2.9666666984558105, - [ - 0.00037561930366791785, - -0.15031501650810242, - -0.5533189177513123, - 0.8192944526672363 - ] - ], - [ - 3.0, - [ - 0.008602777495980263, - -0.13935115933418274, - -0.5533896088600159, - 0.8211377263069153 - ] - ], - [ - 3.0333333015441895, - [ - 0.017122631892561913, - -0.12794406712055206, - -0.5529727339744568, - 0.8231393098831177 - ] - ], - [ - 3.066666603088379, - [ - 0.02632664330303669, - -0.11554383486509323, - -0.5519784688949585, - 0.8253946304321289 - ] - ], - [ - 3.0999999046325684, - [ - 0.0365150049328804, - -0.10175289958715439, - -0.5503150820732117, - 0.8279289603233337 - ] - ], - [ - 3.133333444595337, - [ - 0.04751267656683922, - -0.08684724569320679, - -0.5479776263237, - 0.8306146264076233 - ] - ], - [ - 3.1666667461395264, - [ - 0.05909883603453636, - -0.07115668803453445, - -0.5449894666671753, - 0.8333249688148499 - ] - ], - [ - 3.200000047683716, - [ - 0.07096459716558456, - -0.05512132868170738, - -0.5414254069328308, - 0.8359331488609314 - ] - ], - [ - 3.2333333492279053, - [ - 0.08252532035112381, - -0.03950781375169754, - -0.5374746918678284, - 0.8383016586303711 - ] - ], - [ - 3.2666666507720947, - [ - 0.0927317664027214, - -0.025671761482954025, - -0.5335705280303955, - 0.8402645587921143 - ] - ], - [ - 3.299999952316284, - [ - 0.09991762787103653, - -0.015805838629603386, - -0.5305304527282715, - 0.8416080474853516 - ] - ], - [ - 3.3333332538604736, - [ - 0.1017681285738945, - -0.01296615693718195, - -0.5295332074165344, - 0.842062771320343 - ] - ], - [ - 3.366666555404663, - [ - 0.09781573712825775, - -0.01777435839176178, - -0.5309255123138428, - 0.8415666818618774 - ] - ], - [ - 3.4000000953674316, - [ - 0.08989198505878448, - -0.027812954038381577, - -0.5338616371154785, - 0.8403199315071106 - ] - ], - [ - 3.433333396911621, - [ - 0.0794590413570404, - -0.04116135835647583, - -0.5375366806983948, - 0.8384785652160645 - ] - ], - [ - 3.4666666984558105, - [ - 0.06757611781358719, - -0.05643577501177788, - -0.5413790941238403, - 0.8361561894416809 - ] - ], - [ - 3.5, - [ - 0.054902832955121994, - -0.07278242707252502, - -0.5450493693351746, - 0.8334324359893799 - ] - ], - [ - 3.5333333015441895, - [ - 0.04183313995599747, - -0.08969897776842117, - -0.5483610033988953, - 0.8303641080856323 - ] - ], - [ - 3.566666603088379, - [ - 0.028612831607460976, - -0.10687814652919769, - -0.5512126088142395, - 0.826996386051178 - ] - ], - [ - 3.5999999046325684, - [ - 0.015373609028756618, - -0.12414894998073578, - -0.5535467267036438, - 0.8233691453933716 - ] - ], - [ - 3.633333444595337, - [ - 0.002237211214378476, - -0.14136701822280884, - -0.5553343296051025, - 0.8195207118988037 - ] - ], - [ - 3.6666667461395264, - [ - -0.010657372884452343, - -0.15838320553302765, - -0.5565746426582336, - 0.8154911994934082 - ] - ], - [ - 3.700000047683716, - [ - -0.0231931172311306, - -0.17507362365722656, - -0.5572856664657593, - 0.8113225102424622 - ] - ], - [ - 3.7333333492279053, - [ - -0.03526611998677254, - -0.1913270652294159, - -0.5574995875358582, - 0.8070591688156128 - ] - ], - [ - 3.7666666507720947, - [ - -0.04678071290254593, - -0.20703808963298798, - -0.5572606921195984, - 0.8027499914169312 - ] - ], - [ - 3.799999952316284, - [ - -0.057645995169878006, - -0.2221013903617859, - -0.5566228628158569, - 0.7984479665756226 - ] - ], - [ - 3.8333332538604736, - [ - -0.06777462363243103, - -0.23640967905521393, - -0.5556492209434509, - 0.7942110896110535 - ] - ], - [ - 3.866666555404663, - [ - -0.0771481990814209, - -0.24991072714328766, - -0.5543813705444336, - 0.7900974750518799 - ] - ], - [ - 3.9000000953674316, - [ - -0.08576956391334534, - -0.2625659704208374, - -0.5528513193130493, - 0.7861667275428772 - ] - ], - [ - 3.933333396911621, - [ - -0.09358468651771545, - -0.27427932620048523, - -0.5511171221733093, - 0.7824849486351013 - ] - ], - [ - 3.9666666984558105, - [ - -0.10054050385951996, - -0.2849483788013458, - -0.5492409467697144, - 0.7791215777397156 - ] - ], - [ - 4.0, - [ - -0.10658445209264755, - -0.2944639027118683, - -0.5472884178161621, - 0.77614825963974 - ] - ], - [ - 4.0333333015441895, - [ - -0.11166408658027649, - -0.3027098476886749, - -0.5453272461891174, - 0.7736383676528931 - ] - ], - [ - 4.066666603088379, - [ - -0.11572667211294174, - -0.30956342816352844, - -0.5434255003929138, - 0.7716647982597351 - ] - ], - [ - 4.099999904632568, - [ - -0.11871860921382904, - -0.3148963451385498, - -0.5416505336761475, - 0.7702993750572205 - ] - ], - [ - 4.133333206176758, - [ - -0.12104380130767822, - -0.3191538155078888, - -0.539941132068634, - 0.7693846821784973 - ] - ], - [ - 4.166666507720947, - [ - -0.12314417213201523, - -0.3228471577167511, - -0.5382205247879028, - 0.7687157392501831 - ] - ], - [ - 4.199999809265137, - [ - -0.12502077221870422, - -0.32594019174575806, - -0.5365301966667175, - 0.7682890892028809 - ] - ], - [ - 4.233333110809326, - [ - -0.12667207419872284, - -0.32839277386665344, - -0.5349117517471313, - 0.7681027054786682 - ] - ], - [ - 4.266666889190674, - [ - -0.1280924677848816, - -0.3301599621772766, - -0.5334060788154602, - 0.7681566476821899 - ] - ], - [ - 4.300000190734863, - [ - -0.12927010655403137, - -0.33119091391563416, - -0.532052755355835, - 0.7684540748596191 - ] - ], - [ - 4.333333492279053, - [ - -0.12992696464061737, - -0.33075690269470215, - -0.5311427712440491, - 0.7691594362258911 - ] - ], - [ - 4.366666793823242, - [ - -0.12980876863002777, - -0.3282628655433655, - -0.5308932662010193, - 0.7704190611839294 - ] - ], - [ - 4.400000095367432, - [ - -0.12889209389686584, - -0.32382732629776, - -0.531213104724884, - 0.7722275257110596 - ] - ], - [ - 4.433333396911621, - [ - -0.12711453437805176, - -0.3175419867038727, - -0.5319952368736267, - 0.774590253829956 - ] - ], - [ - 4.4666666984558105, - [ - -0.12439242005348206, - -0.30948010087013245, - -0.5331245064735413, - 0.7775132656097412 - ] - ], - [ - 4.5, - [ - -0.12063425034284592, - -0.299701064825058, - -0.5344839096069336, - 0.78099524974823 - ] - ], - [ - 4.5333333015441895, - [ - -0.11575023829936981, - -0.2882534861564636, - -0.5359578728675842, - 0.7850229144096375 - ] - ], - [ - 4.566666603088379, - [ - -0.10965663194656372, - -0.27517449855804443, - -0.5374343991279602, - 0.7895686626434326 - ] - ], - [ - 4.599999904632568, - [ - -0.10227437317371368, - -0.2604855000972748, - -0.5388057827949524, - 0.7945914268493652 - ] - ], - [ - 4.633333206176758, - [ - -0.09353144466876984, - -0.24419337511062622, - -0.5399664640426636, - 0.8000360727310181 - ] - ], - [ - 4.666666507720947, - [ - -0.08334199339151382, - -0.22626294195652008, - -0.540805459022522, - 0.8058466911315918 - ] - ], - [ - 4.699999809265137, - [ - -0.07162170112133026, - -0.20664019882678986, - -0.5412083864212036, - 0.8119505047798157 - ] - ], - [ - 4.733333110809326, - [ - -0.05823501572012901, - -0.1851842999458313, - -0.5410413146018982, - 0.8182846307754517 - ] - ], - [ - 4.766666889190674, - [ - -0.042960502207279205, - -0.16162490844726563, - -0.5401350855827332, - 0.8247944712638855 - ] - ], - [ - 4.800000190734863, - [ - -0.025373876094818115, - -0.13541069626808167, - -0.5382425785064697, - 0.8314535617828369 - ] - ], - [ - 4.833333492279053, - [ - -0.004502939525991678, - -0.10525503754615784, - -0.5349107980728149, - 0.8383148312568665 - ] - ], - [ - 4.866666793823242, - [ - 0.02278786152601242, - -0.06700156629085541, - -0.5288810133934021, - 0.8457401394844055 - ] - ], - [ - 4.900000095367432, - [ - 0.07116301357746124, - -0.0011759004555642605, - -0.5142325162887573, - 0.8546925187110901 - ] - ], - [ - 4.933333396911621, - [ - 0.07015923410654068, - -0.0009217250626534224, - -0.5164870619773865, - 0.8534156084060669 - ] - ], - [ - 4.9666666984558105, - [ - 0.06924938410520554, - -0.0006684595136903226, - -0.5180487036705017, - 0.8525430560112 - ] - ], - [ - 5.0, - [ - 0.06844063848257065, - -0.0004233588697388768, - -0.5188793540000916, - 0.8521032333374023 - ] - ], - [ - 5.0333333015441895, - [ - 0.06774133443832397, - -0.0001931239094119519, - -0.5189271569252014, - 0.8521302342414856 - ] - ], - [ - 5.066666603088379, - [ - 0.06715290248394012, - 2.100562232953962e-05, - -0.5182989239692688, - 0.8525589108467102 - ] - ], - [ - 5.099999904632568, - [ - 0.06667459011077881, - 0.00022182708198670298, - -0.5171716809272766, - 0.8532806634902954 - ] - ], - [ - 5.133333206176758, - [ - 0.06631273031234741, - 0.00040932788397185504, - -0.5155794024467468, - 0.8542718291282654 - ] - ], - [ - 5.166666507720947, - [ - 0.06607453525066376, - 0.0005844440311193466, - -0.5135509967803955, - 0.8555110692977905 - ] - ], - [ - 5.199999809265137, - [ - 0.06596790999174118, - 0.0007490824209526181, - -0.5111115574836731, - 0.8569787740707397 - ] - ], - [ - 5.233333110809326, - [ - 0.03668787330389023, - -0.038087718188762665, - -0.5181912779808044, - 0.8536282181739807 - ] - ], - [ - 5.266666889190674, - [ - 0.0068317921832203865, - -0.07805662602186203, - -0.5243975520133972, - 0.8478606343269348 - ] - ], - [ - 5.300000190734863, - [ - -0.013529631309211254, - -0.10579940676689148, - -0.527014434337616, - 0.8431366682052612 - ] - ], - [ - 5.333333492279053, - [ - -0.030260814353823662, - -0.1291000097990036, - -0.5281760096549988, - 0.8387179374694824 - ] - ], - [ - 5.366666793823242, - [ - -0.04473332688212395, - -0.14977328479290009, - -0.528434693813324, - 0.8344600796699524 - ] - ], - [ - 5.400000095367432, - [ - -0.0575048066675663, - -0.16854943335056305, - -0.5280538201332092, - 0.8303273320198059 - ] - ], - [ - 5.433333396911621, - [ - -0.06885634362697601, - -0.18578575551509857, - -0.5271963477134705, - 0.8263210654258728 - ] - ], - [ - 5.4666666984558105, - [ - -0.07894894480705261, - -0.2016732096672058, - -0.5259807109832764, - 0.8224594593048096 - ] - ], - [ - 5.5, - [ - -0.08788488060235977, - -0.21631720662117004, - -0.5245020389556885, - 0.818767786026001 - ] - ], - [ - 5.5333333015441895, - [ - -0.09573862701654434, - -0.2297777682542801, - -0.5228433609008789, - 0.815273642539978 - ] - ], - [ - 5.566666603088379, - [ - -0.10256007313728333, - -0.24207262694835663, - -0.5210776329040527, - 0.8120101094245911 - ] - ], - [ - 5.599999904632568, - [ - -0.10839762538671494, - -0.25320810079574585, - -0.5192745923995972, - 0.8090052604675293 - ] - ], - [ - 5.633333206176758, - [ - -0.11330122500658035, - -0.26318326592445374, - -0.5175023674964905, - 0.806280791759491 - ] - ], - [ - 5.666666507720947, - [ - -0.1173124760389328, - -0.2719763517379761, - -0.5158251523971558, - 0.803860068321228 - ] - ], - [ - 5.699999809265137, - [ - -0.12047602981328964, - -0.2795615792274475, - -0.5143064856529236, - 0.8017603754997253 - ] - ], - [ - 5.733333110809326, - [ - -0.12283634394407272, - -0.28590649366378784, - -0.5130085945129395, - 0.7999942898750305 - ] - ], - [ - 5.766666889190674, - [ - -0.12443634867668152, - -0.2909725606441498, - -0.5119920372962952, - 0.798570454120636 - ] - ], - [ - 5.800000190734863, - [ - -0.12531408667564392, - -0.29471394419670105, - -0.5113149285316467, - 0.7974944114685059 - ] - ], - [ - 5.833333492279053, - [ - -0.12549884617328644, - -0.2970765233039856, - -0.5110308527946472, - 0.7967703938484192 - ] - ], - [ - 5.866666793823242, - [ - -0.12500564754009247, - -0.2979949414730072, - -0.5111876130104065, - 0.7964043021202087 - ] - ], - [ - 5.900000095367432, - [ - -0.12382857501506805, - -0.29738879203796387, - -0.5118243098258972, - 0.7964058518409729 - ] - ], - [ - 5.933333396911621, - [ - -0.12202167510986328, - -0.2953561842441559, - -0.5129035115242004, - 0.7967467904090881 - ] - ], - [ - 5.9666666984558105, - [ - -0.11968349665403366, - -0.29213428497314453, - -0.5143277049064636, - 0.7973710894584656 - ] - ], - [ - 6.0, - [ - -0.11683861166238785, - -0.2878206670284271, - -0.5160320997238159, - 0.7982599139213562 - ] - ], - [ - 6.0333333015441895, - [ - -0.11350493878126144, - -0.2825089693069458, - -0.5179507732391357, - 0.799394965171814 - ] - ], - [ - 6.066666603088379, - [ - -0.1096901148557663, - -0.2762792706489563, - -0.5200154781341553, - 0.8007633686065674 - ] - ], - [ - 6.099999904632568, - [ - -0.1053999736905098, - -0.26920682191848755, - -0.5221586227416992, - 0.8023521304130554 - ] - ], - [ - 6.133333206176758, - [ - -0.10064119100570679, - -0.26136302947998047, - -0.5243149399757385, - 0.8041483759880066 - ] - ], - [ - 6.166666507720947, - [ - -0.09542430937290192, - -0.2528176009654999, - -0.5264222621917725, - 0.8061371445655823 - ] - ], - [ - 6.199999809265137, - [ - -0.08976619690656662, - -0.24364066123962402, - -0.5284225940704346, - 0.8083012104034424 - ] - ], - [ - 6.233333110809326, - [ - -0.08369248360395432, - -0.23390541970729828, - -0.5302631258964539, - 0.8106201887130737 - ] - ], - [ - 6.266666889190674, - [ - -0.07724032551050186, - -0.22369152307510376, - -0.5318971276283264, - 0.8130691647529602 - ] - ], - [ - 6.300000190734863, - [ - -0.07045869529247284, - -0.21308577060699463, - -0.5332843065261841, - 0.8156211376190186 - ] - ], - [ - 6.333333492279053, - [ - -0.06340804696083069, - -0.20218220353126526, - -0.5343907475471497, - 0.8182472586631775 - ] - ], - [ - 6.366666793823242, - [ - -0.05583120509982109, - -0.19060483574867249, - -0.5351938009262085, - 0.8210482597351074 - ] - ], - [ - 6.400000095367432, - [ - -0.04757363721728325, - -0.1781471073627472, - -0.5356685519218445, - 0.8240508437156677 - ] - ], - [ - 6.433333396911621, - [ - -0.03891231492161751, - -0.16522741317749023, - -0.5358061790466309, - 0.82710200548172 - ] - ], - [ - 6.4666666984558105, - [ - -0.030176760628819466, - -0.15232637524604797, - -0.5356255769729614, - 0.8300549983978271 - ] - ], - [ - 6.5, - [ - -0.021766798570752144, - -0.14001142978668213, - -0.5351808667182922, - 0.8327692747116089 - ] - ], - [ - 6.5333333015441895, - [ - -0.014169551432132721, - -0.12896166741847992, - -0.5345667004585266, - 0.8351086974143982 - ] - ], - [ - 6.566666603088379, - [ - -0.00796589720994234, - -0.11997891217470169, - -0.5339198112487793, - 0.8369415998458862 - ] - ], - [ - 6.599999904632568, - [ - -0.003807042958214879, - -0.11395971477031708, - -0.5334073305130005, - 0.8381379842758179 - ] - ], - [ - 6.633333206176758, - [ - -0.0023401665966957808, - -0.11180082708597183, - -0.5331934094429016, - 0.8385702967643738 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458773037_1070622.json b/lenses/physics-objects/Scene/assets/1645812458773037_1070622.json deleted file mode 100644 index 3ea073f6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458773037_1070622.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458773037:1070622", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458775259_1070635.json b/lenses/physics-objects/Scene/assets/1645812458775259_1070635.json deleted file mode 100644 index 4f16df67..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458775259_1070635.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458775259:1070635", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 3.366666555404663, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458775577_1070642.json b/lenses/physics-objects/Scene/assets/1645812458775577_1070642.json deleted file mode 100644 index 340fe5de..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458775577_1070642.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458775577:1070642", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ], - [ - 0.03333333507180214, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ], - [ - 0.06666667014360428, - [ - 0.22697961330413818, - 0.2114734947681427, - -0.5405818223953247, - 0.782004177570343 - ] - ], - [ - 0.10000000149011612, - [ - 0.22265170514583588, - 0.23961399495601654, - -0.53035569190979, - 0.7821344137191772 - ] - ], - [ - 0.13333334028720856, - [ - 0.2566573917865753, - 0.3048486113548279, - -0.4873232841491699, - 0.7769879698753357 - ] - ], - [ - 0.1666666716337204, - [ - 0.34060436487197876, - 0.4046449661254883, - -0.407327800989151, - 0.7445368766784668 - ] - ], - [ - 0.20000000298023224, - [ - 0.3694281280040741, - 0.40789711475372314, - -0.3820037245750427, - 0.742439329624176 - ] - ], - [ - 0.23333333432674408, - [ - 0.3272005319595337, - 0.3237249553203583, - -0.4230799376964569, - 0.7804776430130005 - ] - ], - [ - 0.2666666805744171, - [ - 0.25245267152786255, - 0.2668316662311554, - -0.48888567090034485, - 0.7912392616271973 - ] - ], - [ - 0.30000001192092896, - [ - 0.2572574019432068, - 0.30604830384254456, - -0.48850396275520325, - 0.7755752205848694 - ] - ], - [ - 0.3333333432674408, - [ - 0.28179699182510376, - 0.3642033040523529, - -0.47286951541900635, - 0.7512262463569641 - ] - ], - [ - 0.36666667461395264, - [ - 0.3354763686656952, - 0.4348645508289337, - -0.4333915114402771, - 0.714506983757019 - ] - ], - [ - 0.4000000059604645, - [ - 0.3138023614883423, - 0.36213383078575134, - -0.4726373851299286, - 0.7395952343940735 - ] - ], - [ - 0.4333333373069763, - [ - 0.26332688331604004, - 0.2943246364593506, - -0.5084839463233948, - 0.7651640772819519 - ] - ], - [ - 0.46666666865348816, - [ - 0.2431529313325882, - 0.2912643253803253, - -0.5089516639709473, - 0.7726641893386841 - ] - ], - [ - 0.5, - [ - 0.29097750782966614, - 0.35673514008522034, - -0.4596918225288391, - 0.7594442367553711 - ] - ], - [ - 0.5333333611488342, - [ - 0.3625209629535675, - 0.43500861525535583, - -0.3918837308883667, - 0.7251021862030029 - ] - ], - [ - 0.5666666626930237, - [ - 0.40530189871788025, - 0.4667515456676483, - -0.34393444657325745, - 0.7068116068840027 - ] - ], - [ - 0.6000000238418579, - [ - 0.3591371476650238, - 0.34279415011405945, - -0.403384804725647, - 0.768630862236023 - ] - ], - [ - 0.6333333253860474, - [ - 0.2578776776790619, - 0.22246383130550385, - -0.5052695274353027, - 0.7929133772850037 - ] - ], - [ - 0.6666666865348816, - [ - 0.21654647588729858, - 0.18436379730701447, - -0.5308045148849487, - 0.7983509302139282 - ] - ], - [ - 0.699999988079071, - [ - 0.21545840799808502, - 0.19561441242694855, - -0.509107768535614, - 0.8100137114524841 - ] - ], - [ - 0.7333333492279053, - [ - 0.2564196288585663, - 0.25206199288368225, - -0.435558021068573, - 0.8252291679382324 - ] - ], - [ - 0.7666666507720947, - [ - 0.27024105191230774, - 0.2458493709564209, - -0.4017208516597748, - 0.8397310376167297 - ] - ], - [ - 0.800000011920929, - [ - 0.24559016525745392, - 0.14759361743927002, - -0.43374180793762207, - 0.8542656898498535 - ] - ], - [ - 0.8333333134651184, - [ - 0.17379695177078247, - 0.05449854955077171, - -0.4777568578720093, - 0.8594026565551758 - ] - ], - [ - 0.8666666746139526, - [ - 0.17908751964569092, - 0.09081897139549255, - -0.4369589388370514, - 0.8767818808555603 - ] - ], - [ - 0.8999999761581421, - [ - 0.22852939367294312, - 0.1900833547115326, - -0.3555451035499573, - 0.8861322402954102 - ] - ], - [ - 0.9333333373069763, - [ - 0.29761803150177, - 0.3048194646835327, - -0.26328524947166443, - 0.8655573129653931 - ] - ], - [ - 0.9666666388511658, - [ - 0.32017120718955994, - 0.3095025420188904, - -0.2587529420852661, - 0.857172966003418 - ] - ], - [ - 1.0, - [ - 0.2930830717086792, - 0.2248762547969818, - -0.3379366397857666, - 0.8656395077705383 - ] - ], - [ - 1.0333333015441895, - [ - 0.24441973865032196, - 0.1766742765903473, - -0.4003400504589081, - 0.8653167486190796 - ] - ], - [ - 1.0666667222976685, - [ - 0.23997505009174347, - 0.20729157328605652, - -0.3923560380935669, - 0.8634228110313416 - ] - ], - [ - 1.100000023841858, - [ - 0.25304871797561646, - 0.2618550956249237, - -0.3534279763698578, - 0.861676812171936 - ] - ], - [ - 1.1333333253860474, - [ - 0.32802486419677734, - 0.3580404222011566, - -0.2570858597755432, - 0.8355319499969482 - ] - ], - [ - 1.1666666269302368, - [ - 0.34368467330932617, - 0.33406007289886475, - -0.2600392699241638, - 0.8382507562637329 - ] - ], - [ - 1.2000000476837158, - [ - 0.3081105947494507, - 0.2646665871143341, - -0.296019971370697, - 0.8645181655883789 - ] - ], - [ - 1.2333333492279053, - [ - 0.23576487600803375, - 0.18723854422569275, - -0.3575439155101776, - 0.8840356469154358 - ] - ], - [ - 1.2666666507720947, - [ - 0.22178538143634796, - 0.21487760543823242, - -0.35342949628829956, - 0.8830212354660034 - ] - ], - [ - 1.2999999523162842, - [ - 0.2283613532781601, - 0.2641456425189972, - -0.3203887343406677, - 0.8805845975875854 - ] - ], - [ - 1.3333333730697632, - [ - 0.23359961807727814, - 0.28921064734458923, - -0.30683985352516174, - 0.8761493563652039 - ] - ], - [ - 1.3666666746139526, - [ - 0.19980020821094513, - 0.16462334990501404, - -0.3686545789241791, - 0.8927894830703735 - ] - ], - [ - 1.399999976158142, - [ - 0.12999796867370605, - 0.06940530985593796, - -0.4186665713787079, - 0.8961036205291748 - ] - ], - [ - 1.4333332777023315, - [ - 0.10754811763763428, - 0.07440536469221115, - -0.41497623920440674, - 0.9003843665122986 - ] - ], - [ - 1.4666666984558105, - [ - 0.12302181869745255, - 0.14130966365337372, - -0.3735770285129547, - 0.9084808230400085 - ] - ], - [ - 1.5, - [ - 0.192281112074852, - 0.2669030427932739, - -0.2916063964366913, - 0.8981963396072388 - ] - ], - [ - 1.5333333015441895, - [ - 0.2282412201166153, - 0.3001699447631836, - -0.24549157917499542, - 0.8930497169494629 - ] - ], - [ - 1.5666667222976685, - [ - 0.18280798196792603, - 0.15987466275691986, - -0.2539888918399811, - 0.9362216591835022 - ] - ], - [ - 1.600000023841858, - [ - 0.10672816634178162, - 0.04441610723733902, - -0.3229156732559204, - 0.939341127872467 - ] - ], - [ - 1.6333333253860474, - [ - 0.10748250037431717, - 0.07270610332489014, - -0.3511551320552826, - 0.9272817373275757 - ] - ], - [ - 1.6666666269302368, - [ - 0.13712178170681, - 0.1526012122631073, - -0.37421056628227234, - 0.9043654799461365 - ] - ], - [ - 1.7000000476837158, - [ - 0.20122697949409485, - 0.27362269163131714, - -0.36883842945098877, - 0.8652147054672241 - ] - ], - [ - 1.7333333492279053, - [ - 0.22601670026779175, - 0.28309911489486694, - -0.3852350413799286, - 0.8487433791160583 - ] - ], - [ - 1.7666666507720947, - [ - 0.20236632227897644, - 0.19698898494243622, - -0.4287310242652893, - 0.858156681060791 - ] - ], - [ - 1.7999999523162842, - [ - 0.1685040444135666, - 0.1617923229932785, - -0.4616752564907074, - 0.8557368516921997 - ] - ], - [ - 1.8333333730697632, - [ - 0.2007552534341812, - 0.23574475944042206, - -0.41626763343811035, - 0.8548935651779175 - ] - ], - [ - 1.8666666746139526, - [ - 0.2476119101047516, - 0.32591336965560913, - -0.35886991024017334, - 0.8388572335243225 - ] - ], - [ - 1.899999976158142, - [ - 0.30831795930862427, - 0.4173724055290222, - -0.2953042984008789, - 0.8022067546844482 - ] - ], - [ - 1.9333332777023315, - [ - 0.2943301796913147, - 0.3303993344306946, - -0.34152302145957947, - 0.8291972279548645 - ] - ], - [ - 1.9666666984558105, - [ - 0.24569831788539886, - 0.22350984811782837, - -0.42694050073623657, - 0.8410692811012268 - ] - ], - [ - 2.0, - [ - 0.2172379493713379, - 0.19374282658100128, - -0.4607657790184021, - 0.8384308218955994 - ] - ], - [ - 2.0333333015441895, - [ - 0.2201700359582901, - 0.23759374022483826, - -0.438996821641922, - 0.8380669355392456 - ] - ], - [ - 2.066666603088379, - [ - 0.24792687594890594, - 0.309198260307312, - -0.38554441928863525, - 0.8332371711730957 - ] - ], - [ - 2.0999999046325684, - [ - 0.2873881459236145, - 0.36525529623031616, - -0.330858051776886, - 0.8212975263595581 - ] - ], - [ - 2.133333444595337, - [ - 0.29018697142601013, - 0.2781211733818054, - -0.40366479754447937, - 0.8218851089477539 - ] - ], - [ - 2.1666667461395264, - [ - 0.26486024260520935, - 0.23225563764572144, - -0.4401184916496277, - 0.8259553909301758 - ] - ], - [ - 2.200000047683716, - [ - 0.26443254947662354, - 0.2645679712295532, - -0.4204190671443939, - 0.8266359567642212 - ] - ], - [ - 2.2333333492279053, - [ - 0.2911228835582733, - 0.3192104697227478, - -0.37907859683036804, - 0.8183225393295288 - ] - ], - [ - 2.2666666507720947, - [ - 0.33050960302352905, - 0.3852922320365906, - -0.32586315274238586, - 0.7975755333900452 - ] - ], - [ - 2.299999952316284, - [ - 0.34331390261650085, - 0.3812178075313568, - -0.3511947691440582, - 0.7832437753677368 - ] - ], - [ - 2.3333332538604736, - [ - 0.32520896196365356, - 0.2780999541282654, - -0.4639595150947571, - 0.7756554484367371 - ] - ], - [ - 2.366666555404663, - [ - 0.2765754163265228, - 0.21485035121440887, - -0.5196444392204285, - 0.7793042063713074 - ] - ], - [ - 2.4000000953674316, - [ - 0.2672729194164276, - 0.2233513593673706, - -0.5250256657600403, - 0.7765483856201172 - ] - ], - [ - 2.433333396911621, - [ - 0.29521623253822327, - 0.2672500014305115, - -0.49741795659065247, - 0.7707142233848572 - ] - ], - [ - 2.4666666984558105, - [ - 0.3631628155708313, - 0.3549497127532959, - -0.4193895161151886, - 0.7524864673614502 - ] - ], - [ - 2.5, - [ - 0.3979685306549072, - 0.3642515540122986, - -0.4118836224079132, - 0.7343661785125732 - ] - ], - [ - 2.5333333015441895, - [ - 0.3860297203063965, - 0.2869930863380432, - -0.4743010997772217, - 0.7373293042182922 - ] - ], - [ - 2.566666603088379, - [ - 0.3316211700439453, - 0.21777452528476715, - -0.5065761208534241, - 0.7654948234558105 - ] - ], - [ - 2.5999999046325684, - [ - 0.32003095746040344, - 0.23605525493621826, - -0.48881232738494873, - 0.7764796018600464 - ] - ], - [ - 2.633333444595337, - [ - 0.32015112042427063, - 0.274716317653656, - -0.4548458158969879, - 0.7843146920204163 - ] - ], - [ - 2.6666667461395264, - [ - 0.34933578968048096, - 0.3356083929538727, - -0.3956996202468872, - 0.780226469039917 - ] - ], - [ - 2.700000047683716, - [ - 0.34499090909957886, - 0.2582215368747711, - -0.4697609841823578, - 0.7704722881317139 - ] - ], - [ - 2.7333333492279053, - [ - 0.30535149574279785, - 0.18105216324329376, - -0.5224173069000244, - 0.7752810716629028 - ] - ], - [ - 2.7666666507720947, - [ - 0.2751035988330841, - 0.1641150563955307, - -0.5324560403823853, - 0.7835016846656799 - ] - ], - [ - 2.799999952316284, - [ - 0.28475818037986755, - 0.21473269164562225, - -0.4985743463039398, - 0.7900800704956055 - ] - ], - [ - 2.8333332538604736, - [ - 0.3394360840320587, - 0.2920331358909607, - -0.4284984767436981, - 0.7847858667373657 - ] - ], - [ - 2.866666555404663, - [ - 0.39907026290893555, - 0.3587344288825989, - -0.35680249333381653, - 0.7646859288215637 - ] - ], - [ - 2.9000000953674316, - [ - 0.4007342457771301, - 0.27379554510116577, - -0.43272390961647034, - 0.7597355246543884 - ] - ], - [ - 2.933333396911621, - [ - 0.3483961820602417, - 0.18554376065731049, - -0.485791951417923, - 0.7798716425895691 - ] - ], - [ - 2.9666666984558105, - [ - 0.32214251160621643, - 0.18241244554519653, - -0.48692262172698975, - 0.7911108136177063 - ] - ], - [ - 3.0, - [ - 0.3156258761882782, - 0.22362712025642395, - -0.4619649648666382, - 0.7980974912643433 - ] - ], - [ - 3.0333333015441895, - [ - 0.33682695031166077, - 0.29541319608688354, - -0.4116285741329193, - 0.7936249375343323 - ] - ], - [ - 3.066666603088379, - [ - 0.34440451860427856, - 0.30755874514579773, - -0.40834861993789673, - 0.7874290943145752 - ] - ], - [ - 3.0999999046325684, - [ - 0.31959089636802673, - 0.22770088911056519, - -0.45987823605537415, - 0.7965713739395142 - ] - ], - [ - 3.133333444595337, - [ - 0.2677081823348999, - 0.18766577541828156, - -0.47982257604599, - 0.8141771554946899 - ] - ], - [ - 3.1666667461395264, - [ - 0.2585749626159668, - 0.21739912033081055, - -0.4559852182865143, - 0.8233798146247864 - ] - ], - [ - 3.200000047683716, - [ - 0.28560319542884827, - 0.2882494330406189, - -0.41102153062820435, - 0.8163360953330994 - ] - ], - [ - 3.2333333492279053, - [ - 0.3463483154773712, - 0.39500343799591064, - -0.34614741802215576, - 0.7773011922836304 - ] - ], - [ - 3.2666666507720947, - [ - 0.35782113671302795, - 0.37761208415031433, - -0.3605423867702484, - 0.7741978764533997 - ] - ], - [ - 3.299999952316284, - [ - 0.2927199602127075, - 0.25199925899505615, - -0.452166348695755, - 0.803963303565979 - ] - ], - [ - 3.3333332538604736, - [ - 0.28046825528144836, - 0.25168731808662415, - -0.4894371032714844, - 0.7864112257957458 - ] - ], - [ - 3.366666555404663, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458776009_1070649.json b/lenses/physics-objects/Scene/assets/1645812458776009_1070649.json deleted file mode 100644 index 2e637a2c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458776009_1070649.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458776009:1070649", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458790074_1070666.json b/lenses/physics-objects/Scene/assets/1645812458790074_1070666.json deleted file mode 100644 index 9646b4d7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458790074_1070666.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458790074:1070666", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.7372212409973145, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.7661415338516235, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.7894134521484375, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.806234359741211, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.815813422203064, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.8172773122787476, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.8111273050308228, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.8009010553359985, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.786987066268921, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.769776463508606, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.7497197389602661, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.7433819770812988, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.7678967714309692, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.7865897417068481, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.7986960411071777, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.8034625053405762, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.8017446994781494, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.7951650619506836, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.784136414527893, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.769075632095337, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.7504024505615234, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458790439_1070673.json b/lenses/physics-objects/Scene/assets/1645812458790439_1070673.json deleted file mode 100644 index 8885f5df..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458790439_1070673.json +++ /dev/null @@ -1,1729 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458790439:1070673", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11076939105987549, - 9.367508093763738e-17, - 1.1622648612533588e-16, - 0.9938462376594543 - ] - ], - [ - 0.06666667014360428, - [ - 0.11101088672876358, - 1.0408335065596555e-17, - 1.6653345369377348e-16, - 0.9938191771507263 - ] - ], - [ - 0.10000000149011612, - [ - 0.11170396953821182, - -5.2041710896749113e-17, - -1.8735016187527477e-16, - 0.9937416315078735 - ] - ], - [ - 0.13333334028720856, - [ - 0.11279650777578354, - -2.428612535495285e-17, - 1.0581817173925464e-16, - 0.9936181306838989 - ] - ], - [ - 0.1666666716337204, - [ - 0.11423587054014206, - 8.673622342967711e-18, - 2.5326962749261384e-16, - 0.9934536814689636 - ] - ], - [ - 0.20000000298023224, - [ - 0.11597450077533722, - 4.683753385137379e-17, - -1.734732574963545e-18, - 0.9932522177696228 - ] - ], - [ - 0.23333333432674408, - [ - 0.11797267943620682, - -4.0766001685454967e-17, - -4.163336342344337e-17, - 0.9930168390274048 - ] - ], - [ - 0.2666666805744171, - [ - 0.12019870430231094, - 6.461844948013606e-17, - 1.0755285551056204e-16, - 0.9927498698234558 - ] - ], - [ - 0.30000001192092896, - [ - 0.12262756377458572, - 2.081667013119311e-17, - -2.1163626406917047e-16, - 0.9924527406692505 - ] - ], - [ - 0.3333333432674408, - [ - 0.12523919343948364, - -1.3530843112619095e-16, - -1.8214596497756474e-16, - 0.9921265840530396 - ] - ], - [ - 0.36666667461395264, - [ - 0.1280163675546646, - -1.3877789462175682e-17, - 2.0816681711721685e-16, - 0.9917720556259155 - ] - ], - [ - 0.4000000059604645, - [ - 0.13094335794448853, - -8.326672684688674e-17, - 4.5102810375396984e-17, - 0.9913898706436157 - ] - ], - [ - 0.4333333373069763, - [ - 0.13400328159332275, - 1.5959457302475605e-16, - 2.428613197239775e-17, - 0.9909809827804565 - ] - ], - [ - 0.46666666865348816, - [ - 0.13717803359031677, - 4.163336342344337e-17, - -3.8163916471489756e-17, - 0.9905464053153992 - ] - ], - [ - 0.5, - [ - 0.14044572412967682, - 1.5265566588595902e-16, - 1.960237527853792e-16, - 0.9900884032249451 - ] - ], - [ - 0.5333333611488342, - [ - 0.1437799036502838, - 1.249000770354403e-16, - 5.204170758802666e-17, - 0.9896097183227539 - ] - ], - [ - 0.5666666626930237, - [ - 0.14714832603931427, - 4.857226725351795e-17, - 2.6107588313450947e-16, - 0.9891144633293152 - ] - ], - [ - 0.6000000238418579, - [ - 0.1505126953125, - -5.551115784870273e-17, - -5.2909069326015067e-17, - 0.988608181476593 - ] - ], - [ - 0.6333333253860474, - [ - 0.1538253128528595, - 2.081668336608291e-17, - 1.9125326322644298e-16, - 0.9880980849266052 - ] - ], - [ - 0.6666666865348816, - [ - 0.15703365206718445, - -3.400058542310134e-16, - 2.1467200368235028e-16, - 0.9875933527946472 - ] - ], - [ - 0.699999988079071, - [ - 0.16007556021213531, - -6.245006498749976e-17, - 5.2692228891517966e-17, - 0.9871047735214233 - ] - ], - [ - 0.7333333492279053, - [ - 0.16288243234157562, - -4.163334687983112e-17, - 8.55436109661104e-17, - 0.9866455793380737 - ] - ], - [ - 0.7666666507720947, - [ - 0.16537970304489136, - 2.7755578924351364e-17, - 2.1320839692394385e-16, - 0.9862300753593445 - ] - ], - [ - 0.800000011920929, - [ - 0.1674889773130417, - -1.0408340855860843e-16, - 5.0732191342849065e-17, - 0.9858739376068115 - ] - ], - [ - 0.8333333134651184, - [ - 0.16923892498016357, - -1.3877863908430812e-17, - 8.714276284841222e-17, - 0.9855750799179077 - ] - ], - [ - 0.8666666746139526, - [ - 0.17068539559841156, - 1.3183898417423734e-16, - -1.4403625861469926e-16, - 0.9853255748748779 - ] - ], - [ - 0.8999999761581421, - [ - 0.17178845405578613, - 3.469446951953614e-17, - 1.227316859253591e-16, - 0.9851338863372803 - ] - ], - [ - 0.9333333373069763, - [ - 0.17250758409500122, - 1.8735012217060537e-16, - -2.329950468671349e-16, - 0.985008180141449 - ] - ], - [ - 0.9666666388511658, - [ - 0.17280280590057373, - 2.081682233242582e-17, - 2.2854979149016473e-16, - 0.9849564433097839 - ] - ], - [ - 1.0, - [ - 0.17263583838939667, - -1.3183898417423734e-16, - -3.491130995403324e-17, - 0.9849857091903687 - ] - ], - [ - 1.0333333015441895, - [ - 0.17157207429409027, - -6.245015101428346e-17, - -5.659534678629843e-17, - 0.9851716756820679 - ] - ], - [ - 1.0666667222976685, - [ - 0.16929210722446442, - 6.938894565651718e-17, - -5.0306987420772306e-17, - 0.9855660200119019 - ] - ], - [ - 1.100000023841858, - [ - 0.16595162451267242, - -1.6653345369377348e-16, - -1.6263032587282567e-16, - 0.986133873462677 - ] - ], - [ - 1.1333333253860474, - [ - 0.16172198951244354, - 1.3877787807814457e-16, - 3.81638469883183e-17, - 0.9868363738059998 - ] - ], - [ - 1.1666666269302368, - [ - 0.15677879750728607, - 6.939047759501163e-18, - 3.681950577760773e-16, - 0.9876337647438049 - ] - ], - [ - 1.2000000476837158, - [ - 0.15129707753658295, - -9.020568030779807e-17, - 2.9013226312910457e-16, - 0.9884884357452393 - ] - ], - [ - 1.2333333492279053, - [ - 0.14545179903507233, - 6.938896550885189e-17, - -9.80118763926896e-17, - 0.9893653392791748 - ] - ], - [ - 1.2666666507720947, - [ - 0.1394011527299881, - 8.326674008177654e-17, - -2.905665130983602e-17, - 0.9902361035346985 - ] - ], - [ - 1.2999999523162842, - [ - 0.1332765370607376, - 1.942890160745126e-16, - 9.757755032281761e-18, - 0.9910789132118225 - ] - ], - [ - 1.3333333730697632, - [ - 0.1271832436323166, - 1.3877794425259357e-17, - 6.895530449219238e-17, - 0.9918793439865112 - ] - ], - [ - 1.3666666746139526, - [ - 0.1211981475353241, - 1.1102230246251565e-16, - 7.37257477290143e-17, - 0.9926283359527588 - ] - ], - [ - 1.399999976158142, - [ - 0.11536998301744461, - -1.3877787807814457e-16, - 3.469447779134227e-18, - 0.9933226108551025 - ] - ], - [ - 1.4333332777023315, - [ - 0.10971908271312714, - -1.3530843112619095e-16, - 1.6479873021779667e-17, - 0.9939626455307007 - ] - ], - [ - 1.4666666984558105, - [ - 0.10423333197832108, - 5.898060480065634e-17, - -4.85722639447955e-17, - 0.9945529699325562 - ] - ], - [ - 1.5, - [ - 0.09885504841804504, - -1.7347233105406846e-17, - 2.7755575615628914e-17, - 0.9951018691062927 - ] - ], - [ - 1.5333333015441895, - [ - 0.09343721717596054, - -2.3418786778021597e-17, - -2.5153490401663703e-16, - 0.9956251978874207 - ] - ], - [ - 1.5666667222976685, - [ - 0.08755350112915039, - 3.122502256758253e-17, - 7.719520129841282e-17, - 0.9961599111557007 - ] - ], - [ - 1.600000023841858, - [ - 0.07658405601978302, - -1.0408342179349823e-16, - -2.697495269841731e-16, - 0.9970632195472717 - ] - ], - [ - 1.7333333492279053, - [ - 0.07669875025749207, - 3.469446951953614e-17, - 2.402592014227878e-16, - 0.9970543384552002 - ] - ], - [ - 1.7666666507720947, - [ - 0.0771985873579979, - 1.690009849412993e-23, - 4.943973487062476e-17, - 0.9970158338546753 - ] - ], - [ - 1.7999999523162842, - [ - 0.07784797251224518, - -3.469446951953614e-17, - -2.1337098754514727e-16, - 0.996965229511261 - ] - ], - [ - 1.8333333730697632, - [ - 0.0786392018198967, - -1.387776630111853e-17, - -6.938632514833662e-18, - 0.9969032406806946 - ] - ], - [ - 1.8666666746139526, - [ - 0.07956520467996597, - 6.938895558268453e-18, - 2.2811613709095013e-16, - 0.9968296885490417 - ] - ], - [ - 1.899999976158142, - [ - 0.08061940222978592, - -3.469444635847899e-17, - 2.0816850456566646e-17, - 0.9967450499534607 - ] - ], - [ - 1.9333332777023315, - [ - 0.0817953422665596, - -6.245004513516506e-17, - -2.2898349882893854e-16, - 0.9966491460800171 - ] - ], - [ - 1.9666666984558105, - [ - 0.08308091759681702, - -2.7755552454571762e-17, - -1.2663473433696811e-16, - 0.9965428113937378 - ] - ], - [ - 2.0, - [ - 0.08972156047821045, - -6.938893490316922e-18, - 1.0191500421363742e-17, - 0.995966911315918 - ] - ], - [ - 2.0333333015441895, - [ - 0.09602153301239014, - -6.9388852185107966e-18, - -8.066455560613782e-17, - 0.9953792691230774 - ] - ], - [ - 2.066666603088379, - [ - 0.10099201649427414, - -7.632781970808971e-17, - -1.474513631091306e-16, - 0.9948872327804565 - ] - ], - [ - 2.0999999046325684, - [ - 0.10551198571920395, - -7.632790573487342e-17, - -2.237793284010081e-16, - 0.9944180250167847 - ] - ], - [ - 2.133333444595337, - [ - 0.10978821665048599, - -8.673483376624802e-18, - -1.491862321688952e-16, - 0.9939550161361694 - ] - ], - [ - 2.1666667461395264, - [ - 0.11389504373073578, - 1.2143108999590728e-17, - -1.6653349339844288e-16, - 0.9934929013252258 - ] - ], - [ - 2.200000047683716, - [ - 0.11785917729139328, - 7.459314917167211e-17, - 2.740863092043355e-16, - 0.993030309677124 - ] - ], - [ - 2.2333333492279053, - [ - 0.12168411165475845, - 8.023098723370693e-17, - 9.194035084421568e-17, - 0.9925689697265625 - ] - ], - [ - 2.2666666507720947, - [ - 0.12535998225212097, - 9.627715291671279e-17, - 1.4224732503009818e-16, - 0.992111325263977 - ] - ], - [ - 2.299999952316284, - [ - 0.1288679540157318, - 2.0816681711721685e-17, - 1.7694179454963432e-16, - 0.991661787033081 - ] - ], - [ - 2.3333332538604736, - [ - 0.13218261301517487, - 7.892992477438962e-17, - -2.0816681711721685e-17, - 0.9912253618240356 - ] - ], - [ - 2.366666555404663, - [ - 0.13527286052703857, - -5.724588794212443e-17, - 2.740863356741151e-16, - 0.9908084869384766 - ] - ], - [ - 2.4000000953674316, - [ - 0.13811196386814117, - 3.64291963042354e-17, - -1.942890293094024e-16, - 0.9904166460037231 - ] - ], - [ - 2.433333396911621, - [ - 0.1406654417514801, - -4.683753054265134e-17, - 4.85722573273506e-17, - 0.9900571703910828 - ] - ], - [ - 2.4666666984558105, - [ - 0.142881840467453, - 8.67361572552281e-18, - -2.185751579730777e-16, - 0.9897397756576538 - ] - ], - [ - 2.5, - [ - 0.14474350214004517, - -7.112366251504909e-17, - -1.0061396160665481e-16, - 0.9894692301750183 - ] - ], - [ - 2.5333333015441895, - [ - 0.1462279111146927, - -3.122502256758253e-17, - 2.7755575615628914e-17, - 0.9892509579658508 - ] - ], - [ - 2.566666603088379, - [ - 0.14728039503097534, - -6.418476861114186e-17, - -5.204170427930421e-17, - 0.9890947937965393 - ] - ], - [ - 2.5999999046325684, - [ - 0.14785349369049072, - 3.4691274534420156e-18, - -3.4693991822732393e-18, - 0.9890092611312866 - ] - ], - [ - 2.700000047683716, - [ - 0.14719364047050476, - 3.0357664138316574e-17, - 1.457167852169416e-16, - 0.9891077876091003 - ] - ], - [ - 2.7333333492279053, - [ - 0.14638374745845795, - -8.673616552703423e-18, - 2.3592239273284576e-16, - 0.9892278909683228 - ] - ], - [ - 2.7666666507720947, - [ - 0.14535756409168243, - 1.9868003156435644e-17, - -2.0469737016526324e-16, - 0.9893791675567627 - ] - ], - [ - 2.799999952316284, - [ - 0.14415770769119263, - 3.122502256758253e-17, - 3.0184191128974404e-16, - 0.9895548224449158 - ] - ], - [ - 2.8333332538604736, - [ - 0.14282231032848358, - 8.673676109707527e-18, - 7.632844836535525e-17, - 0.9897483587265015 - ] - ], - [ - 2.866666555404663, - [ - 0.1413835734128952, - -1.5612410367756532e-17, - -1.9775777481219656e-16, - 0.9899548888206482 - ] - ], - [ - 2.9000000953674316, - [ - 0.13986797630786896, - -4.683753716009624e-17, - -3.400058012914542e-16, - 0.9901701807975769 - ] - ], - [ - 2.933333396911621, - [ - 0.13828998804092407, - 1.5265571882551823e-16, - 1.4918656304114023e-16, - 0.9903917908668518 - ] - ], - [ - 2.9666666984558105, - [ - 0.13665729761123657, - 5.898060480065634e-17, - 2.2551410481654413e-16, - 0.9906184077262878 - ] - ], - [ - 3.0, - [ - 0.13498090207576752, - 1.2836955045717353e-16, - 2.498002070104398e-16, - 0.9908483028411865 - ] - ], - [ - 3.0333333015441895, - [ - 0.13326889276504517, - -4.163336342344337e-17, - -1.7694179454963432e-16, - 0.9910799264907837 - ] - ], - [ - 3.066666603088379, - [ - 0.13143238425254822, - 6.9388641254051765e-18, - -7.979750488805974e-17, - 0.9913251399993896 - ] - ], - [ - 3.0999999046325684, - [ - 0.12942320108413696, - -1.791710931301637e-25, - 6.071532165918825e-17, - 0.9915894269943237 - ] - ], - [ - 3.133333444595337, - [ - 0.12730680406093597, - 6.938975794787871e-18, - -7.28583926084708e-17, - 0.9918633699417114 - ] - ], - [ - 3.1666667461395264, - [ - 0.12514850497245789, - 4.163336342344337e-17, - -5.629017522747627e-27, - 0.9921380281448364 - ] - ], - [ - 3.200000047683716, - [ - 0.12301991879940033, - -3.4694539002707596e-17, - -4.250078140971343e-17, - 0.9924042224884033 - ] - ], - [ - 3.2333333492279053, - [ - 0.12100593000650406, - -5.551115784870273e-17, - -7.589415869143021e-17, - 0.9926518797874451 - ] - ], - [ - 3.2666666507720947, - [ - 0.11923620849847794, - 1.3877787807814457e-17, - -1.8214596497756474e-17, - 0.9928659200668335 - ] - ], - [ - 3.299999952316284, - [ - 0.11793297529220581, - -1.249000902703301e-16, - -4.0028746855142784e-16, - 0.993021547794342 - ] - ], - [ - 3.3333332538604736, - [ - 0.11741006374359131, - 8.326672684688674e-17, - 5.0306980803327406e-17, - 0.9930835366249084 - ] - ], - [ - 3.366666555404663, - [ - 0.11772378534078598, - -1.249000240958811e-16, - -1.4137943389651774e-16, - 0.9930464029312134 - ] - ], - [ - 3.4000000953674316, - [ - 0.11861807852983475, - -4.163336342344337e-17, - -2.5665775928163104e-16, - 0.9929399490356445 - ] - ], - [ - 3.433333396911621, - [ - 0.1199088990688324, - -2.775550613245746e-17, - 9.454299854099742e-17, - 0.9927849173545837 - ] - ], - [ - 3.4666666984558105, - [ - 0.12146779149770737, - 7.632783956042441e-17, - 3.2612803995341934e-16, - 0.992595374584198 - ] - ], - [ - 3.5, - [ - 0.12321972101926804, - -3.469446951953614e-17, - -1.5265566588595902e-16, - 0.9923794269561768 - ] - ], - [ - 3.5333333015441895, - [ - 0.12512455880641937, - 4.163335018855357e-17, - 3.157196726277789e-16, - 0.99214106798172 - ] - ], - [ - 3.566666603088379, - [ - 0.12716101109981537, - -1.3877786980633844e-17, - -2.393918396847994e-16, - 0.9918820858001709 - ] - ], - [ - 3.5999999046325684, - [ - 0.12931492924690247, - 2.0816685020444135e-17, - 2.7755578924351364e-17, - 0.991603672504425 - ] - ], - [ - 3.633333444595337, - [ - 0.13158029317855835, - -8.673629291284856e-17, - -1.8735010893571556e-16, - 0.9913055300712585 - ] - ], - [ - 3.6666667461395264, - [ - 0.1339571326971054, - -5.898061803554614e-17, - 1.0755285551056204e-16, - 0.9909871220588684 - ] - ], - [ - 3.700000047683716, - [ - 0.13644437491893768, - -7.459314917167211e-17, - 4.1633121886704505e-17, - 0.9906477332115173 - ] - ], - [ - 3.7333333492279053, - [ - 0.13903847336769104, - -3.729655473350135e-17, - -2.3245294578089215e-16, - 0.9902870059013367 - ] - ], - [ - 3.7666666507720947, - [ - 0.14173176884651184, - -3.382710778154774e-17, - 1.5265566588595902e-16, - 0.9899051189422607 - ] - ], - [ - 3.799999952316284, - [ - 0.1445113569498062, - 5.898059818321144e-17, - -1.4224732503009818e-16, - 0.9895031452178955 - ] - ], - [ - 3.8333332538604736, - [ - 0.1473582237958908, - 3.642935181419056e-17, - 2.42861286636753e-16, - 0.9890832901000977 - ] - ], - [ - 3.866666555404663, - [ - 0.15024347603321075, - -2.0816539436656326e-17, - 1.9081955588766918e-16, - 0.9886490106582642 - ] - ], - [ - 3.9000000953674316, - [ - 0.15313273668289185, - -4.8572349971579205e-17, - 2.8102522957802235e-16, - 0.98820561170578 - ] - ], - [ - 3.933333396911621, - [ - 0.15598781406879425, - -1.491862189340054e-16, - -1.1102230246251565e-16, - 0.987758994102478 - ] - ], - [ - 3.9666666984558105, - [ - 0.15876372158527374, - 1.3877787807814457e-16, - 1.8041124150158794e-16, - 0.9873166084289551 - ] - ], - [ - 4.0, - [ - 0.1614082306623459, - 7.632783294297951e-17, - 1.3877787807814457e-17, - 0.9868877530097961 - ] - ], - [ - 4.0333333015441895, - [ - 0.1638626754283905, - 3.4694512532927995e-17, - -1.3183899740912714e-16, - 0.9864831566810608 - ] - ], - [ - 4.066666603088379, - [ - 0.16606277227401733, - -6.244985322926294e-17, - 1.45716758747162e-16, - 0.9861152768135071 - ] - ], - [ - 4.099999904632568, - [ - 0.16794031858444214, - -1.3877787807814457e-16, - 1.1622647289044608e-16, - 0.9857971668243408 - ] - ], - [ - 4.133333206176758, - [ - 0.16952495276927948, - -2.7756353165404713e-17, - 1.3357383999911215e-16, - 0.985525906085968 - ] - ], - [ - 4.166666507720947, - [ - 0.17087125778198242, - 2.428614454554306e-16, - -7.285747278362964e-17, - 0.9852933883666992 - ] - ], - [ - 4.199999809265137, - [ - 0.171945720911026, - 6.938893903907228e-17, - -2.8275992658421956e-16, - 0.9851064085960388 - ] - ], - [ - 4.233333110809326, - [ - 0.17271357774734497, - 1.8041085768978371e-16, - 1.9079829072848167e-17, - 0.9849721193313599 - ] - ], - [ - 4.266666889190674, - [ - 0.17313987016677856, - -1.734723608325705e-16, - 4.111294373367237e-16, - 0.984897255897522 - ] - ], - [ - 4.333333492279053, - [ - 0.17250140011310577, - -3.469447282825859e-17, - 8.153200998835483e-17, - 0.9850093722343445 - ] - ], - [ - 4.366666793823242, - [ - 0.17080038785934448, - -6.245037600741008e-17, - 8.500148341008805e-17, - 0.985305666923523 - ] - ], - [ - 4.400000095367432, - [ - 0.16820555925369263, - -2.220446313948109e-16, - 9.020543546233676e-17, - 0.9857519268989563 - ] - ], - [ - 4.433333396911621, - [ - 0.16484925150871277, - -6.244972088036493e-17, - -2.1163634347850927e-16, - 0.9863188862800598 - ] - ], - [ - 4.4666666984558105, - [ - 0.16086864471435547, - 1.0408348135050233e-16, - -7.112349707892658e-17, - 0.9869758486747742 - ] - ], - [ - 4.5, - [ - 0.15639808773994446, - 1.5265566588595902e-16, - 1.1622647289044608e-16, - 0.9876940846443176 - ] - ], - [ - 4.5333333015441895, - [ - 0.15156260132789612, - 1.8041125473647774e-16, - -1.0928744663764084e-16, - 0.9884476661682129 - ] - ], - [ - 4.566666603088379, - [ - 0.14647328853607178, - -1.8041124150158794e-16, - -1.0234869170007652e-16, - 0.9892145991325378 - ] - ], - [ - 4.599999904632568, - [ - 0.14122462272644043, - -1.0408386516230655e-16, - -1.7347459752894685e-17, - 0.9899775981903076 - ] - ], - [ - 4.633333206176758, - [ - 0.13589338958263397, - 1.3530843112619095e-16, - 5.724586808978973e-17, - 0.9907234907150269 - ] - ], - [ - 4.666666507720947, - [ - 0.13053496181964874, - -9.020558766356947e-17, - 2.255177411025169e-17, - 0.9914438128471375 - ] - ], - [ - 4.699999809265137, - [ - 0.12518826127052307, - 1.7346821169461794e-17, - -8.326667390732754e-17, - 0.9921330213546753 - ] - ], - [ - 4.733333110809326, - [ - 0.1198682188987732, - 6.591928694632676e-17, - 1.0581706000851136e-16, - 0.9927898049354553 - ] - ], - [ - 4.766666889190674, - [ - 0.11456277966499329, - 8.397151781600642e-17, - 2.3592239273284576e-16, - 0.9934160113334656 - ] - ], - [ - 4.800000190734863, - [ - 0.10921645164489746, - 5.2041714205471563e-17, - -2.6020849492674146e-16, - 0.994018018245697 - ] - ], - [ - 4.833333492279053, - [ - 0.10367660224437714, - -5.5511114835310875e-17, - -1.5785957161609343e-16, - 0.9946110844612122 - ] - ], - [ - 4.866666793823242, - [ - 0.09743501991033554, - 1.3877809314510383e-17, - -1.3097143714779172e-16, - 0.9952418804168701 - ] - ], - [ - 4.900000095367432, - [ - 0.08808211982250214, - -3.307284199009712e-23, - -7.372558891033669e-17, - 0.9961132407188416 - ] - ], - [ - 4.933333396911621, - [ - 0.08693791925907135, - -6.938948497827657e-18, - -6.071298073805472e-18, - 0.9962137341499329 - ] - ], - [ - 4.9666666984558105, - [ - 0.08593308180570602, - -6.245003851772015e-17, - 1.726049858596923e-16, - 0.9963009357452393 - ] - ], - [ - 5.0, - [ - 0.08508104830980301, - -2.7755575615628914e-17, - 3.122502256758253e-17, - 0.9963740110397339 - ] - ], - [ - 5.0333333015441895, - [ - 0.08439721167087555, - -4.857224740118325e-17, - -1.700029006457271e-16, - 0.9964321851730347 - ] - ], - [ - 5.066666603088379, - [ - 0.08387264609336853, - -5.551119755337213e-17, - -7.459358592303554e-17, - 0.9964765906333923 - ] - ], - [ - 5.166666507720947, - [ - 0.08314044773578644, - -3.469446951953614e-17, - 2.5413698923060224e-16, - 0.9965378642082214 - ] - ], - [ - 5.199999809265137, - [ - 0.08318302780389786, - 6.938625897388761e-18, - -9.454240297095638e-17, - 0.9965342879295349 - ] - ], - [ - 5.233333110809326, - [ - 0.0883699506521225, - 3.4694376875307536e-17, - -4.401966699409555e-17, - 0.9960877299308777 - ] - ], - [ - 5.266666889190674, - [ - 0.09396594017744064, - 4.1633105343092254e-17, - 2.662800800322195e-16, - 0.9955754280090332 - ] - ], - [ - 5.300000190734863, - [ - 0.09827166795730591, - -6.245004513516506e-17, - -1.942890160745126e-16, - 0.9951596260070801 - ] - ], - [ - 5.333333492279053, - [ - 0.10226716846227646, - -2.4286007895305867e-17, - 1.0234867184774182e-16, - 0.9947569966316223 - ] - ], - [ - 5.366666793823242, - [ - 0.1061742752790451, - 4.3368040577305874e-17, - 4.5102310758307e-17, - 0.9943476319313049 - ] - ], - [ - 5.400000095367432, - [ - 0.11007485538721085, - -2.1510571102112408e-16, - -1.43982048506075e-16, - 0.9939233064651489 - ] - ], - [ - 5.433333396911621, - [ - 0.114000104367733, - -5.898046583431343e-17, - 1.3010424746337073e-16, - 0.9934807419776917 - ] - ], - [ - 5.4666666984558105, - [ - 0.11795559525489807, - -4.510276405328268e-17, - 4.163335680599847e-17, - 0.9930188655853271 - ] - ], - [ - 5.5, - [ - 0.12193091213703156, - 1.3877789462175682e-17, - 7.45931160844476e-17, - 0.9925386905670166 - ] - ], - [ - 5.5333333015441895, - [ - 0.1259041279554367, - -1.1102228261018095e-16, - -1.561235742819733e-17, - 0.9920424222946167 - ] - ], - [ - 5.566666603088379, - [ - 0.12984144687652588, - -7.28585051050341e-17, - -2.428612601669734e-16, - 0.9915347695350647 - ] - ], - [ - 5.599999904632568, - [ - 0.13370124995708466, - 1.3877541307991916e-17, - -3.295971295633483e-17, - 0.9910216927528381 - ] - ], - [ - 5.633333206176758, - [ - 0.13743478059768677, - 1.249000902703301e-16, - -6.591948546967377e-17, - 0.9905108213424683 - ] - ], - [ - 5.666666507720947, - [ - 0.14098422229290009, - 9.714469332571351e-17, - 1.3877785160836497e-16, - 0.9900118708610535 - ] - ], - [ - 5.699999809265137, - [ - 0.1442859172821045, - 3.469446951953614e-17, - -1.5959455978986625e-16, - 0.9895360469818115 - ] - ], - [ - 5.733333110809326, - [ - 0.14727136492729187, - 1.9428885725583498e-16, - 1.5959336864978418e-16, - 0.9890961050987244 - ] - ], - [ - 5.766666889190674, - [ - 0.14986903965473175, - 1.2865389719425637e-23, - 2.480654570646834e-16, - 0.9887058734893799 - ] - ], - [ - 5.800000190734863, - [ - 0.15200631320476532, - 2.0816857074011546e-17, - 1.8041014300573447e-16, - 0.9883795380592346 - ] - ], - [ - 5.833333492279053, - [ - 0.15361230075359344, - 5.551117770103743e-17, - -1.5439038936193583e-16, - 0.9881312251091003 - ] - ], - [ - 5.866666793823242, - [ - 0.15462049841880798, - 6.938894565651718e-17, - -7.979728651237803e-17, - 0.9879740476608276 - ] - ], - [ - 5.900000095367432, - [ - 0.15497134625911713, - -9.020562075079397e-17, - -3.1051550219984847e-16, - 0.9879189729690552 - ] - ], - [ - 5.933333396911621, - [ - 0.15470148622989655, - 1.5265566588595902e-16, - 7.806255641895632e-17, - 0.9879612326622009 - ] - ], - [ - 5.9666666984558105, - [ - 0.15392358601093292, - -5.551117108359253e-17, - 1.561239713286673e-17, - 0.988082766532898 - ] - ], - [ - 6.0, - [ - 0.15270072221755981, - 6.938893903907228e-17, - -1.5265565265106922e-16, - 0.988272488117218 - ] - ], - [ - 6.0333333015441895, - [ - 0.1510983258485794, - 1.3183895770445774e-16, - -7.459327490312522e-17, - 0.9885187149047852 - ] - ], - [ - 6.066666603088379, - [ - 0.14917989075183868, - -2.081643024881547e-17, - 2.220445784552517e-16, - 0.9888100624084473 - ] - ], - [ - 6.099999904632568, - [ - 0.14700628817081451, - -1.3877787807814457e-16, - 1.2143065159018262e-17, - 0.9891355633735657 - ] - ], - [ - 6.133333206176758, - [ - 0.1446342170238495, - -9.714473303038291e-17, - 5.724559015710392e-17, - 0.9894852042198181 - ] - ], - [ - 6.166666507720947, - [ - 0.14211539924144745, - -2.428639170711009e-17, - 1.5439042906660523e-16, - 0.9898501038551331 - ] - ], - [ - 6.199999809265137, - [ - 0.13949589431285858, - 7.488433798943431e-23, - -6.938840964348025e-17, - 0.9902226328849792 - ] - ], - [ - 6.233333110809326, - [ - 0.13681624829769135, - -5.204170758802666e-17, - -9.367506770274758e-17, - 0.9905964732170105 - ] - ], - [ - 6.266666889190674, - [ - 0.1341116577386856, - -1.3877349402089804e-17, - -2.4286191529401853e-17, - 0.9909663200378418 - ] - ], - [ - 6.300000190734863, - [ - 0.1314122974872589, - 8.326660773287853e-17, - -8.847177077754402e-17, - 0.9913278222084045 - ] - ], - [ - 6.333333492279053, - [ - 0.12874354422092438, - -1.7867650479072133e-16, - -6.435824095873954e-16, - 0.9916779398918152 - ] - ], - [ - 6.366666793823242, - [ - 0.12602999806404114, - 8.847089727481716e-17, - 2.949030240032817e-17, - 0.9920264482498169 - ] - ], - [ - 6.400000095367432, - [ - 0.1232418566942215, - 5.4643789493269423e-17, - -3.642919299551295e-17, - 0.9923766851425171 - ] - ], - [ - 6.433333396911621, - [ - 0.12047206610441208, - 7.914678506122143e-17, - 5.3776652748407634e-17, - 0.9927167296409607 - ] - ], - [ - 6.4666666984558105, - [ - 0.11781400442123413, - -1.4224732503009818e-16, - 2.237793284010081e-16, - 0.9930356740951538 - ] - ], - [ - 6.5, - [ - 0.11536555737257004, - -5.724587470723463e-17, - -1.9081958235744878e-16, - 0.9933230876922607 - ] - ], - [ - 6.5333333015441895, - [ - 0.11323399096727371, - -1.3877825858122634e-17, - 7.112366251504909e-17, - 0.9935683608055115 - ] - ], - [ - 6.566666603088379, - [ - 0.11153960973024368, - 6.245005175260996e-17, - 1.3877849019179786e-17, - 0.9937599897384644 - ] - ], - [ - 6.599999904632568, - [ - 0.1104150041937828, - -3.122502256758253e-17, - 6.938893903907228e-18, - 0.9938855767250061 - ] - ], - [ - 6.633333206176758, - [ - 0.10999690741300583, - 2.4286130318036524e-17, - 3.0878077872387166e-16, - 0.9939319491386414 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458790779_1070680.json b/lenses/physics-objects/Scene/assets/1645812458790779_1070680.json deleted file mode 100644 index 284fbb8f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458790779_1070680.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458790779:1070680", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458792855_1070693.json b/lenses/physics-objects/Scene/assets/1645812458792855_1070693.json deleted file mode 100644 index 0bb4c84d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458792855_1070693.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458792855:1070693", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 3.975243091583252, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.068360328674316, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.9764435291290283, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.117602348327637, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.54388427734375, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.934835910797119, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.5031299591064453, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.7532401084899902, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.021518707275391, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.503063201904297, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 3.685898780822754, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.532503366470337, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.545138359069824, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.315328598022461, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.5336480140686035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 3.8021209239959717, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.712857723236084, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.073338031768799, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4110734462738037, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.591874599456787, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 3.874537467956543, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.448965311050415, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.3167617321014404, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3598482608795166, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.4311347007751465, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 2.769866704940796, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 3.6772656440734863, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.599883556365967, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.426626682281494, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.263912677764893, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.435640335083008, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.2981462478637695, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.170444011688232, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.771017551422119, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.1420552730560303, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.6196327209472656, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.0193071365356445, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.6283135414123535, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.058468818664551, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.8278918266296387, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.1113181114196777, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.383334159851074, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.4207828044891357, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.4387059211730957, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.94984769821167, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.1331119537353516, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.79256010055542, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.1821165084838867, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.6565635204315186, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.1890058517456055, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6433799266815186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.952622890472412, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.089118242263794, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8381545543670654, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.0975661277770996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 3.804500102996826, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.1312239170074463, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.4327776432037354, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.134583950042725, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.432620525360107, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 4.609613418579102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.530483722686768, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4257771968841553, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.5223023891448975, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.506273031234741, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 3.7744576930999756, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.455747604370117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.436801910400391, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.015720367431641, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.73366117477417, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.934529781341553, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.789510726928711, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.712840557098389, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.001687049865723, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.3474457263946533, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.836031436920166, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.146539688110352, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.490503311157227, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.906909465789795, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.173006534576416, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.202613830566406, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.505837917327881, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.36214017868042, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.214995384216309, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.0824875831604, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.9374544620513916, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.353426218032837, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.995256185531616, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 4.653754711151123, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.159857273101807, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.7289605140686035, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.77108097076416, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.011524677276611, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 3.9712326526641846, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 3.794471263885498, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.9744038581848145, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.4239280223846436, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.9034409523010254, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.1571109294891357, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458793300_1070700.json b/lenses/physics-objects/Scene/assets/1645812458793300_1070700.json deleted file mode 100644 index b7bef793..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458793300_1070700.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458793300:1070700", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ], - [ - 0.03333333507180214, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ], - [ - 0.06666667014360428, - [ - 0.047738268971443176, - 0.0, - 0.0, - 0.9988598823547363 - ] - ], - [ - 0.10000000149011612, - [ - 0.023614194244146347, - 0.0, - 0.0, - 0.9997211694717407 - ] - ], - [ - 0.13333334028720856, - [ - 0.0019152399618178606, - 0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 0.1666666716337204, - [ - -0.008547553792595863, - -0.0, - 0.0, - 0.9999634623527527 - ] - ], - [ - 0.20000000298023224, - [ - 0.016448957845568657, - 0.0, - 0.0, - 0.9998648166656494 - ] - ], - [ - 0.23333333432674408, - [ - 0.05060107633471489, - 0.0, - 0.0, - 0.9987189173698425 - ] - ], - [ - 0.2666666805744171, - [ - 0.02937074564397335, - 0.0, - 0.0, - 0.9995685815811157 - ] - ], - [ - 0.30000001192092896, - [ - 0.0013009426183998585, - 0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 0.3333333432674408, - [ - -0.027073906734585762, - -0.0, - 0.0, - 0.9996334314346313 - ] - ], - [ - 0.36666667461395264, - [ - -0.04391887038946152, - -0.0, - 0.0, - 0.999035120010376 - ] - ], - [ - 0.4000000059604645, - [ - 0.0012197642354294658, - 0.0, - 0.0, - 0.9999992847442627 - ] - ], - [ - 0.4333333373069763, - [ - 0.014018463902175426, - 0.0, - 0.0, - 0.9999018311500549 - ] - ], - [ - 0.46666666865348816, - [ - 0.0004362128966022283, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.5, - [ - -0.01188796665519476, - -0.0, - 0.0, - 0.9999294281005859 - ] - ], - [ - 0.5333333611488342, - [ - -0.01686812937259674, - -0.0, - 0.0, - 0.9998577237129211 - ] - ], - [ - 0.5666666626930237, - [ - -0.005004842299968004, - -0.0, - 0.0, - 0.9999874830245972 - ] - ], - [ - 0.6000000238418579, - [ - 0.06417332589626312, - 0.0, - 0.0, - 0.997938871383667 - ] - ], - [ - 0.6333333253860474, - [ - 0.06702039390802383, - 0.0, - 0.0, - 0.9977515935897827 - ] - ], - [ - 0.6666666865348816, - [ - 0.06116579473018646, - 0.0, - 0.0, - 0.9981276392936707 - ] - ], - [ - 0.699999988079071, - [ - 0.05390865355730057, - 0.0, - 0.0, - 0.9985458850860596 - ] - ], - [ - 0.7333333492279053, - [ - 0.04945702105760574, - 0.0, - 0.0, - 0.9987762570381165 - ] - ], - [ - 0.7666666507720947, - [ - 0.06925041973590851, - 0.0, - 0.0, - 0.9975993037223816 - ] - ], - [ - 0.800000011920929, - [ - 0.12198608368635178, - 0.0, - 0.0, - 0.9925318360328674 - ] - ], - [ - 0.8333333134651184, - [ - 0.12914125621318817, - 0.0, - 0.0, - 0.9916263222694397 - ] - ], - [ - 0.8666666746139526, - [ - 0.11141058057546616, - 0.0, - 0.0, - 0.9937744736671448 - ] - ], - [ - 0.8999999761581421, - [ - 0.08424307405948639, - 0.0, - 0.0, - 0.9964452385902405 - ] - ], - [ - 0.9333333373069763, - [ - 0.05754430219531059, - 0.0, - 0.0, - 0.9983430504798889 - ] - ], - [ - 0.9666666388511658, - [ - 0.07468655705451965, - 0.0, - 0.0, - 0.9972070455551147 - ] - ], - [ - 1.0, - [ - 0.11294957250356674, - 0.0, - 0.0, - 0.9936007261276245 - ] - ], - [ - 1.0333333015441895, - [ - 0.10278017073869705, - 0.0, - 0.0, - 0.9947041869163513 - ] - ], - [ - 1.0666667222976685, - [ - 0.07606745511293411, - 0.0, - 0.0, - 0.997102677822113 - ] - ], - [ - 1.100000023841858, - [ - 0.04652978852391243, - 0.0, - 0.0, - 0.9989169239997864 - ] - ], - [ - 1.1333333253860474, - [ - 0.037277691066265106, - 0.0, - 0.0, - 0.9993049502372742 - ] - ], - [ - 1.1666666269302368, - [ - 0.0742674246430397, - 0.0, - 0.0, - 0.9972384572029114 - ] - ], - [ - 1.2000000476837158, - [ - 0.09841673821210861, - 0.0, - 0.0, - 0.9951453804969788 - ] - ], - [ - 1.2333333492279053, - [ - 0.09227968752384186, - 0.0, - 0.0, - 0.9957331418991089 - ] - ], - [ - 1.2666666507720947, - [ - 0.0589631125330925, - 0.0, - 0.0, - 0.9982602596282959 - ] - ], - [ - 1.2999999523162842, - [ - 0.02663782238960266, - 0.0, - 0.0, - 0.9996451735496521 - ] - ], - [ - 1.3333333730697632, - [ - 0.010611006990075111, - 0.0, - 0.0, - 0.9999437928199768 - ] - ], - [ - 1.3666666746139526, - [ - 0.07934203743934631, - 0.0, - 0.0, - 0.9968474507331848 - ] - ], - [ - 1.399999976158142, - [ - 0.09116053581237793, - 0.0, - 0.0, - 0.9958361983299255 - ] - ], - [ - 1.4333332777023315, - [ - 0.07046610862016678, - 0.0, - 0.0, - 0.9975141882896423 - ] - ], - [ - 1.4666666984558105, - [ - 0.03545220568776131, - 0.0, - 0.0, - 0.999371349811554 - ] - ], - [ - 1.5, - [ - -0.004268044605851173, - -0.0, - 0.0, - 0.9999908804893494 - ] - ], - [ - 1.5333333015441895, - [ - 0.0005970001220703125, - 0.0, - 0.0, - 0.9999998211860657 - ] - ], - [ - 1.5666667222976685, - [ - 0.0814136415719986, - 0.0, - 0.0, - 0.996680498123169 - ] - ], - [ - 1.600000023841858, - [ - 0.10212357342243195, - 0.0, - 0.0, - 0.9947717189788818 - ] - ], - [ - 1.6333333253860474, - [ - 0.07804705947637558, - 0.0, - 0.0, - 0.9969496726989746 - ] - ], - [ - 1.6666666269302368, - [ - 0.03780408576130867, - 0.0, - 0.0, - 0.9992851614952087 - ] - ], - [ - 1.7000000476837158, - [ - -0.007745526731014252, - -0.0, - 0.0, - 0.999970018863678 - ] - ], - [ - 1.7333333492279053, - [ - 0.003460849402472377, - 0.0, - 0.0, - 0.9999940395355225 - ] - ], - [ - 1.7666666507720947, - [ - 0.050177834928035736, - 0.0, - 0.0, - 0.9987403154373169 - ] - ], - [ - 1.7999999523162842, - [ - 0.047615621238946915, - 0.0, - 0.0, - 0.9988657236099243 - ] - ], - [ - 1.8333333730697632, - [ - 0.019326455891132355, - 0.0, - 0.0, - 0.9998133182525635 - ] - ], - [ - 1.8666666746139526, - [ - -0.013359577395021915, - -0.0, - 0.0, - 0.9999107718467712 - ] - ], - [ - 1.899999976158142, - [ - -0.04158523678779602, - -0.0, - 0.0, - 0.9991349577903748 - ] - ], - [ - 1.9333332777023315, - [ - 0.024180300533771515, - 0.0, - 0.0, - 0.9997076392173767 - ] - ], - [ - 1.9666666984558105, - [ - 0.06434576213359833, - 0.0, - 0.0, - 0.9979276657104492 - ] - ], - [ - 2.0, - [ - 0.06141372397542, - 0.0, - 0.0, - 0.9981123805046082 - ] - ], - [ - 2.0333333015441895, - [ - 0.03144368156790733, - 0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 2.066666603088379, - [ - -0.0005573013913817704, - -0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 2.0999999046325684, - [ - -0.012598894536495209, - -0.0, - 0.0, - 0.9999207258224487 - ] - ], - [ - 2.133333444595337, - [ - 0.059381309896707535, - 0.0, - 0.0, - 0.9982354640960693 - ] - ], - [ - 2.1666667461395264, - [ - 0.07167435437440872, - 0.0, - 0.0, - 0.9974281787872314 - ] - ], - [ - 2.200000047683716, - [ - 0.04736661911010742, - 0.0, - 0.0, - 0.9988775849342346 - ] - ], - [ - 2.2333333492279053, - [ - 0.027824778109788895, - 0.0, - 0.0, - 0.9996128082275391 - ] - ], - [ - 2.2666666507720947, - [ - 0.007545683532953262, - 0.0, - 0.0, - 0.9999716281890869 - ] - ], - [ - 2.299999952316284, - [ - 0.02072373405098915, - 0.0, - 0.0, - 0.9997852444648743 - ] - ], - [ - 2.3333332538604736, - [ - 0.08240701258182526, - 0.0, - 0.0, - 0.9965987801551819 - ] - ], - [ - 2.366666555404663, - [ - 0.08626360446214676, - 0.0, - 0.0, - 0.9962724447250366 - ] - ], - [ - 2.4000000953674316, - [ - 0.07177740335464478, - 0.0, - 0.0, - 0.9974206686019897 - ] - ], - [ - 2.433333396911621, - [ - 0.06271195411682129, - 0.0, - 0.0, - 0.9980316758155823 - ] - ], - [ - 2.4666666984558105, - [ - 0.05533651262521744, - 0.0, - 0.0, - 0.9984678626060486 - ] - ], - [ - 2.5, - [ - 0.07939819246530533, - 0.0, - 0.0, - 0.9968429803848267 - ] - ], - [ - 2.5333333015441895, - [ - 0.12617921829223633, - 0.0, - 0.0, - 0.9920075535774231 - ] - ], - [ - 2.566666603088379, - [ - 0.130142480134964, - 0.0, - 0.0, - 0.9914953112602234 - ] - ], - [ - 2.5999999046325684, - [ - 0.10859207808971405, - 0.0, - 0.0, - 0.9940863847732544 - ] - ], - [ - 2.633333444595337, - [ - 0.081901915371418, - 0.0, - 0.0, - 0.9966405034065247 - ] - ], - [ - 2.6666667461395264, - [ - 0.06258348375558853, - 0.0, - 0.0, - 0.9980398416519165 - ] - ], - [ - 2.700000047683716, - [ - 0.1143355518579483, - 0.0, - 0.0, - 0.993442177772522 - ] - ], - [ - 2.7333333492279053, - [ - 0.13449090719223022, - 0.0, - 0.0, - 0.9909148216247559 - ] - ], - [ - 2.7666666507720947, - [ - 0.12178868055343628, - 0.0, - 0.0, - 0.9925560355186462 - ] - ], - [ - 2.799999952316284, - [ - 0.09518209844827652, - 0.0, - 0.0, - 0.9954599738121033 - ] - ], - [ - 2.8333332538604736, - [ - 0.08713864535093307, - 0.0, - 0.0, - 0.9961962103843689 - ] - ], - [ - 2.866666555404663, - [ - 0.0921734943985939, - 0.0, - 0.0, - 0.9957429766654968 - ] - ], - [ - 2.9000000953674316, - [ - 0.1552482545375824, - 0.0, - 0.0, - 0.9878755807876587 - ] - ], - [ - 2.933333396911621, - [ - 0.17084787786006927, - 0.0, - 0.0, - 0.985297441482544 - ] - ], - [ - 2.9666666984558105, - [ - 0.15136687457561493, - 0.0, - 0.0, - 0.9884777665138245 - ] - ], - [ - 3.0, - [ - 0.11772234737873077, - 0.0, - 0.0, - 0.9930466413497925 - ] - ], - [ - 3.0333333015441895, - [ - 0.08402116596698761, - 0.0, - 0.0, - 0.9964639544487 - ] - ], - [ - 3.066666603088379, - [ - 0.08082392811775208, - 0.0, - 0.0, - 0.9967284202575684 - ] - ], - [ - 3.0999999046325684, - [ - 0.11810588836669922, - 0.0, - 0.0, - 0.9930011034011841 - ] - ], - [ - 3.133333444595337, - [ - 0.10418708622455597, - 0.0, - 0.0, - 0.9945577383041382 - ] - ], - [ - 3.1666667461395264, - [ - 0.07657833397388458, - 0.0, - 0.0, - 0.9970635771751404 - ] - ], - [ - 3.200000047683716, - [ - 0.046385470777750015, - 0.0, - 0.0, - 0.9989237189292908 - ] - ], - [ - 3.2333333492279053, - [ - 0.01099210325628519, - 0.0, - 0.0, - 0.9999396800994873 - ] - ], - [ - 3.2666666507720947, - [ - 0.03632238134741783, - 0.0, - 0.0, - 0.9993402361869812 - ] - ], - [ - 3.299999952316284, - [ - 0.07758612930774689, - 0.0, - 0.0, - 0.996985673904419 - ] - ], - [ - 3.3333332538604736, - [ - 0.07016028463840485, - 0.0, - 0.0, - 0.9975358247756958 - ] - ], - [ - 3.366666555404663, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458793712_1070707.json b/lenses/physics-objects/Scene/assets/1645812458793712_1070707.json deleted file mode 100644 index da895ffe..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458793712_1070707.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458793712:1070707", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458796167_1070720.json b/lenses/physics-objects/Scene/assets/1645812458796167_1070720.json deleted file mode 100644 index dec89d3e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458796167_1070720.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458796167:1070720", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.7372212409973145, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.7661415338516235, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.7894134521484375, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.806234359741211, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.815813422203064, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.8172773122787476, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.8111273050308228, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.8009010553359985, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.786987066268921, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.769776463508606, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.7497197389602661, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.7433819770812988, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.7678967714309692, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.7865897417068481, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.7986960411071777, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.8034625053405762, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.8017446994781494, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.7951650619506836, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.784136414527893, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.769075632095337, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.7504024505615234, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458796621_1070727.json b/lenses/physics-objects/Scene/assets/1645812458796621_1070727.json deleted file mode 100644 index 00b484c3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458796621_1070727.json +++ /dev/null @@ -1,1648 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458796621:1070727", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.34314459562301636, - 0.0, - 0.9392825961112976 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - 0.34314459562301636, - 0.0, - 0.9392825961112976 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - 0.3465190529823303, - 0.0, - 0.938042938709259 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - 0.3560839295387268, - 0.0, - 0.9344539642333984 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - 0.3708004057407379, - 0.0, - 0.9287126064300537 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - 0.38952088356018066, - 0.0, - 0.9210176467895508 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - 0.4111455976963043, - 0.0, - 0.9115697145462036 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - 0.43470972776412964, - 0.0, - 0.9005706310272217 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - 0.4594119191169739, - 0.0, - 0.8882233500480652 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - 0.4846078157424927, - 0.0, - 0.8747315406799316 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - 0.5097895860671997, - 0.0, - 0.8602991104125977 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - 0.5345610976219177, - 0.0, - 0.8451298475265503 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - 0.5586172938346863, - 0.0, - 0.829425573348999 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - 0.5817169547080994, - 0.0, - 0.8133912682533264 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - 0.603685200214386, - 0.0, - 0.7972227931022644 - ] - ], - [ - 0.5, - [ - 0.0, - 0.6243839859962463, - 0.0, - 0.7811175584793091 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 0.6437119841575623, - 0.0, - 0.7652678489685059 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 0.661594808101654, - 0.0, - 0.7498615384101868 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 0.6779838800430298, - 0.0, - 0.7350767850875854 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 0.6928296685218811, - 0.0, - 0.7211012840270996 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 0.7061188817024231, - 0.0, - 0.7080932855606079 - ] - ], - [ - 0.699999988079071, - [ - 1.3231258477959335e-18, - 0.7178283929824829, - 1.3231258477959335e-18, - 0.6962200999259949 - ] - ], - [ - 0.7333333492279053, - [ - 2.590221582824822e-18, - 0.7279411554336548, - 2.590221582824822e-18, - 0.6856396198272705 - ] - ], - [ - 0.7666666507720947, - [ - 3.669804158384371e-18, - 0.7364377379417419, - 3.669804158384371e-18, - 0.6765053272247314 - ] - ], - [ - 0.800000011920929, - [ - 4.550995115443742e-18, - 0.7432913184165955, - 4.550995115443742e-18, - 0.6689679026603699 - ] - ], - [ - 0.8333333134651184, - [ - 5.2671424471931645e-18, - 0.7488070130348206, - 5.2671424471931645e-18, - 0.6627880930900574 - ] - ], - [ - 0.8666666746139526, - [ - 5.854975867962136e-18, - 0.7532981634140015, - 5.854975867962136e-18, - 0.6576791405677795 - ] - ], - [ - 0.8999999761581421, - [ - 6.3080098681579346e-18, - 0.7567370533943176, - 6.3080098681579346e-18, - 0.653719425201416 - ] - ], - [ - 0.9333333373069763, - [ - 6.6193953923086214e-18, - 0.7590893507003784, - 6.6193953923086214e-18, - 0.6509864330291748 - ] - ], - [ - 0.9666666388511658, - [ - 6.781678715914481e-18, - 0.7603117823600769, - 6.781678715914481e-18, - 0.6495584845542908 - ] - ], - [ - 1.0, - [ - 6.786528889436186e-18, - 0.7603481411933899, - 6.786528889436186e-18, - 0.6495157480239868 - ] - ], - [ - 1.0333333015441895, - [ - 6.4883319329720444e-18, - 0.7581003904342651, - 6.4883319329720444e-18, - 0.6521378755569458 - ] - ], - [ - 1.0666667222976685, - [ - 5.769804802600307e-18, - 0.7526494860649109, - 5.769804802600307e-18, - 0.6584213972091675 - ] - ], - [ - 1.100000023841858, - [ - 4.658069509835669e-18, - 0.7441191077232361, - 4.658069509835669e-18, - 0.6680470705032349 - ] - ], - [ - 1.1333333253860474, - [ - 3.174029322347651e-18, - 0.7325495481491089, - 3.174029322347651e-18, - 0.6807137131690979 - ] - ], - [ - 1.1666666269302368, - [ - 1.3346150763115653e-18, - 0.7179207801818848, - 1.3346150763115653e-18, - 0.6961248517036438 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - 0.7000649571418762, - 0.0, - 0.7140792608261108 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - 0.6787563562393188, - 0.0, - 0.7343635559082031 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - 0.6538400650024414, - 0.0, - 0.756632924079895 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - 0.6251106858253479, - 0.0, - 0.7805361151695251 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - 0.5923382043838501, - 0.0, - 0.8056895732879639 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - 0.5552414059638977, - 0.0, - 0.8316892385482788 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - 0.5134574770927429, - 0.0, - 0.858115017414093 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - 0.46648502349853516, - 0.0, - 0.8845292329788208 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.4135473966598511, - 0.0, - 0.9104825854301453 - ] - ], - [ - 1.5, - [ - 0.0, - 0.35328203439712524, - 0.0, - 0.935516893863678 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.28283631801605225, - 0.0, - 0.9591681957244873 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 0.19417648017406464, - 0.0, - 0.9809666275978088 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 0.00010147270950255916, - 0.0, - 1.0 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - 0.0001014560621115379, - 0.0, - 1.0 - ] - ], - [ - 2.0, - [ - 0.0, - 0.10278493165969849, - 0.0, - 0.9947035908699036 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - 0.19601108133792877, - 0.0, - 0.9806017875671387 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - 0.2601134777069092, - 0.0, - 0.9655780792236328 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - 0.3126843273639679, - 0.0, - 0.9498571157455444 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - 0.3581516146659851, - 0.0, - 0.9336634278297424 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.39838576316833496, - 0.0, - 0.9172179698944092 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - 0.4343661367893219, - 0.0, - 0.900736391544342 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - 0.4666728675365448, - 0.0, - 0.8844299912452698 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.49568113684654236, - 0.0, - 0.8685045838356018 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 0.5216495990753174, - 0.0, - 0.8531598448753357 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 0.5447676181793213, - 0.0, - 0.8385870456695557 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 0.5651720762252808, - 0.0, - 0.8249730467796326 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 0.5827760100364685, - 0.0, - 0.8126329779624939 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 0.5975088477134705, - 0.0, - 0.8018622994422913 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.6094179153442383, - 0.0, - 0.7928491830825806 - ] - ], - [ - 2.5, - [ - 0.0, - 0.6185231804847717, - 0.0, - 0.7857665419578552 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - 0.6247953772544861, - 0.0, - 0.7807885408401489 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - 0.6281378865242004, - 0.0, - 0.7781020402908325 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - 0.6283859014511108, - 0.0, - 0.7779017686843872 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - 0.6257081031799316, - 0.0, - 0.7800573110580444 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - 0.620535135269165, - 0.0, - 0.7841787934303284 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - 0.6129988431930542, - 0.0, - 0.7900838255882263 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - 0.6031954288482666, - 0.0, - 0.7975934147834778 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - 0.5911952257156372, - 0.0, - 0.8065285086631775 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - 0.5770511031150818, - 0.0, - 0.8167080879211426 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - 0.5608087778091431, - 0.0, - 0.827945351600647 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - 0.5425018668174744, - 0.0, - 0.8400546312332153 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - 0.5221654176712036, - 0.0, - 0.85284423828125 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - 0.49997103214263916, - 0.0, - 0.8660421371459961 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - 0.47608065605163574, - 0.0, - 0.8794017434120178 - ] - ], - [ - 3.0, - [ - 0.0, - 0.45056724548339844, - 0.0, - 0.8927425146102905 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - 0.4235333800315857, - 0.0, - 0.9058805108070374 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - 0.3942926228046417, - 0.0, - 0.9189849495887756 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - 0.3622586131095886, - 0.0, - 0.9320776462554932 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - 0.32779109477996826, - 0.0, - 0.9447502493858337 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 0.2914239466190338, - 0.0, - 0.9565939903259277 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - 0.25400999188423157, - 0.0, - 0.9672015905380249 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - 0.2172153741121292, - 0.0, - 0.9761238098144531 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - 0.1842135488986969, - 0.0, - 0.9828862547874451 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - 0.16036933660507202, - 0.0, - 0.987057089805603 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - 0.15322397649288177, - 0.0, - 0.9881914854049683 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.16431032121181488, - 0.0, - 0.9864087104797363 - ] - ], - [ - 3.4000000953674316, - [ - 0.0, - 0.18763135373592377, - 0.0, - 0.9822395443916321 - ] - ], - [ - 3.433333396911621, - [ - 0.0, - 0.21830280125141144, - 0.0, - 0.9758810997009277 - ] - ], - [ - 3.4666666984558105, - [ - 0.0, - 0.2527935206890106, - 0.0, - 0.9675203561782837 - ] - ], - [ - 3.5, - [ - 0.0, - 0.2889229655265808, - 0.0, - 0.957352340221405 - ] - ], - [ - 3.5333333015441895, - [ - 0.0, - 0.3254123032093048, - 0.0, - 0.9455721974372864 - ] - ], - [ - 3.566666603088379, - [ - 0.0, - 0.3614901602268219, - 0.0, - 0.9323759078979492 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.3967154622077942, - 0.0, - 0.9179416298866272 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 0.43075627088546753, - 0.0, - 0.9024683237075806 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 0.4633331596851349, - 0.0, - 0.8861841559410095 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 0.4942554831504822, - 0.0, - 0.8693166971206665 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 0.5233914852142334, - 0.0, - 0.8520923256874084 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 0.5506510138511658, - 0.0, - 0.8347355723381042 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.5759735703468323, - 0.0, - 0.8174683451652527 - ] - ], - [ - 3.8333332538604736, - [ - 0.0, - 0.5993215441703796, - 0.0, - 0.8005083799362183 - ] - ], - [ - 3.866666555404663, - [ - 0.0, - 0.6207275986671448, - 0.0, - 0.7840263247489929 - ] - ], - [ - 3.9000000953674316, - [ - 0.0, - 0.640239417552948, - 0.0, - 0.7681754231452942 - ] - ], - [ - 3.933333396911621, - [ - 0.0, - 0.6578581929206848, - 0.0, - 0.7531418204307556 - ] - ], - [ - 3.9666666984558105, - [ - 0.0, - 0.6735888719558716, - 0.0, - 0.7391062378883362 - ] - ], - [ - 4.0, - [ - 0.0, - 0.6874362826347351, - 0.0, - 0.7262446880340576 - ] - ], - [ - 4.0333333015441895, - [ - 0.0, - 0.69940185546875, - 0.0, - 0.7147286534309387 - ] - ], - [ - 4.066666603088379, - [ - 2.9112644923258537e-19, - 0.7094799876213074, - 2.9112644923258537e-19, - 0.7047255635261536 - ] - ], - [ - 4.099999904632568, - [ - 1.3013753403840048e-18, - 0.7176534533500671, - 1.3013753403840048e-18, - 0.6964004039764404 - ] - ], - [ - 4.133333206176758, - [ - 2.1316241726241448e-18, - 0.7242985367774963, - 2.1316241726241448e-18, - 0.6894865036010742 - ] - ], - [ - 4.166666507720947, - [ - 2.8248011123532757e-18, - 0.7297967076301575, - 2.8248011123532757e-18, - 0.6836642026901245 - ] - ], - [ - 4.199999809265137, - [ - 3.3742469420500394e-18, - 0.7341225743293762, - 3.3742469420500394e-18, - 0.6790169477462769 - ] - ], - [ - 4.233333110809326, - [ - 3.7728758257921535e-18, - 0.7372431755065918, - 3.7728758257921535e-18, - 0.6756274700164795 - ] - ], - [ - 4.266666889190674, - [ - 4.0129720296208764e-18, - 0.7391155362129211, - 4.0129720296208764e-18, - 0.6735787391662598 - ] - ], - [ - 4.300000190734863, - [ - 4.085911161674577e-18, - 0.739683210849762, - 4.085911161674577e-18, - 0.6729552149772644 - ] - ], - [ - 4.333333492279053, - [ - 3.836931865247647e-18, - 0.7377433180809021, - 3.836931865247647e-18, - 0.6750814318656921 - ] - ], - [ - 4.366666793823242, - [ - 3.1420697518155928e-18, - 0.7322980761528015, - 3.1420697518155928e-18, - 0.6809841990470886 - ] - ], - [ - 4.400000095367432, - [ - 2.0314265442546777e-18, - 0.7235000729560852, - 2.0314265442546777e-18, - 0.6903243064880371 - ] - ], - [ - 4.433333396911621, - [ - 5.28366269159192e-19, - 0.7114080786705017, - 5.28366269159192e-19, - 0.7027791738510132 - ] - ], - [ - 4.4666666984558105, - [ - 0.0, - 0.6960117220878601, - 0.0, - 0.7180305123329163 - ] - ], - [ - 4.5, - [ - 0.0, - 0.6772480010986328, - 0.0, - 0.7357548475265503 - ] - ], - [ - 4.5333333015441895, - [ - 0.0, - 0.6550143957138062, - 0.0, - 0.7556165456771851 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.6291747093200684, - 0.0, - 0.777263879776001 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 0.5995602607727051, - 0.0, - 0.8003296256065369 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 0.5659738779067993, - 0.0, - 0.8244231939315796 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 0.5281347632408142, - 0.0, - 0.8491605520248413 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 0.48572811484336853, - 0.0, - 0.8741099238395691 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 0.4382550120353699, - 0.0, - 0.898850679397583 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.3849247395992279, - 0.0, - 0.9229479432106018 - ] - ], - [ - 4.800000190734863, - [ - 0.0, - 0.3242839276790619, - 0.0, - 0.9459598064422607 - ] - ], - [ - 4.833333492279053, - [ - 0.0, - 0.2530965209007263, - 0.0, - 0.9674411416053772 - ] - ], - [ - 4.866666793823242, - [ - 0.0, - 0.16107262670993805, - 0.0, - 0.9869426488876343 - ] - ], - [ - 4.900000095367432, - [ - 0.0, - 0.00010148935689358041, - 0.0, - 1.0 - ] - ], - [ - 5.199999809265137, - [ - 0.0, - 0.00010168908920604736, - 0.0, - 1.0 - ] - ], - [ - 5.233333110809326, - [ - 0.0, - 0.0954585149884224, - 0.0, - 0.995433509349823 - ] - ], - [ - 5.266666889190674, - [ - 0.0, - 0.19272367656230927, - 0.0, - 0.9812530875205994 - ] - ], - [ - 5.300000190734863, - [ - 0.0, - 0.25932443141937256, - 0.0, - 0.9657903909683228 - ] - ], - [ - 5.333333492279053, - [ - 0.0, - 0.3144102096557617, - 0.0, - 0.9492872357368469 - ] - ], - [ - 5.366666793823242, - [ - 0.0, - 0.3624855577945709, - 0.0, - 0.9319894909858704 - ] - ], - [ - 5.400000095367432, - [ - 0.0, - 0.40540215373039246, - 0.0, - 0.9141384363174438 - ] - ], - [ - 5.433333396911621, - [ - 0.0, - 0.44410941004753113, - 0.0, - 0.8959725499153137 - ] - ], - [ - 5.4666666984558105, - [ - 0.0, - 0.47916164994239807, - 0.0, - 0.877726674079895 - ] - ], - [ - 5.5, - [ - 0.0, - 0.5109158158302307, - 0.0, - 0.8596307635307312 - ] - ], - [ - 5.5333333015441895, - [ - 0.0, - 0.5396268963813782, - 0.0, - 0.8419042825698853 - ] - ], - [ - 5.566666603088379, - [ - 0.0, - 0.5654594302177429, - 0.0, - 0.8247761130332947 - ] - ], - [ - 5.599999904632568, - [ - 0.0, - 0.5885546207427979, - 0.0, - 0.8084574341773987 - ] - ], - [ - 5.633333206176758, - [ - 0.0, - 0.6090369820594788, - 0.0, - 0.7931418418884277 - ] - ], - [ - 5.666666507720947, - [ - 0.0, - 0.6269854307174683, - 0.0, - 0.779030978679657 - ] - ], - [ - 5.699999809265137, - [ - 0.0, - 0.6424662470817566, - 0.0, - 0.7663139700889587 - ] - ], - [ - 5.733333110809326, - [ - 0.0, - 0.6555241942405701, - 0.0, - 0.7551741600036621 - ] - ], - [ - 5.766666889190674, - [ - 0.0, - 0.6661815047264099, - 0.0, - 0.745789647102356 - ] - ], - [ - 5.800000190734863, - [ - 0.0, - 0.6744321584701538, - 0.0, - 0.7383368015289307 - ] - ], - [ - 5.833333492279053, - [ - 0.0, - 0.6802367568016052, - 0.0, - 0.7329924702644348 - ] - ], - [ - 5.866666793823242, - [ - 0.0, - 0.6835137009620667, - 0.0, - 0.729937732219696 - ] - ], - [ - 5.900000095367432, - [ - 0.0, - 0.6841273903846741, - 0.0, - 0.7293625473976135 - ] - ], - [ - 5.933333396911621, - [ - 0.0, - 0.6822289228439331, - 0.0, - 0.7311387062072754 - ] - ], - [ - 5.9666666984558105, - [ - 0.0, - 0.6781948804855347, - 0.0, - 0.734882116317749 - ] - ], - [ - 6.0, - [ - 0.0, - 0.6721420288085938, - 0.0, - 0.740422248840332 - ] - ], - [ - 6.0333333015441895, - [ - 0.0, - 0.6641725897789001, - 0.0, - 0.7475792765617371 - ] - ], - [ - 6.066666603088379, - [ - 0.0, - 0.6543613076210022, - 0.0, - 0.756182074546814 - ] - ], - [ - 6.099999904632568, - [ - 0.0, - 0.6427743434906006, - 0.0, - 0.7660555839538574 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.6294747591018677, - 0.0, - 0.7770209312438965 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 0.6145288348197937, - 0.0, - 0.7888943552970886 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 0.5980130434036255, - 0.0, - 0.8014863729476929 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 0.5800214409828186, - 0.0, - 0.8146012425422668 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 0.5606754422187805, - 0.0, - 0.8280356526374817 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 0.5401263236999512, - 0.0, - 0.8415839672088623 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.5185577869415283, - 0.0, - 0.8550426959991455 - ] - ], - [ - 6.366666793823242, - [ - 0.0, - 0.49567028880119324, - 0.0, - 0.868510901927948 - ] - ], - [ - 6.400000095367432, - [ - 0.0, - 0.47130081057548523, - 0.0, - 0.8819725513458252 - ] - ], - [ - 6.433333396911621, - [ - 0.0, - 0.44604647159576416, - 0.0, - 0.8950098156929016 - ] - ], - [ - 6.4666666984558105, - [ - 0.0, - 0.42069846391677856, - 0.0, - 0.9072005152702332 - ] - ], - [ - 6.5, - [ - 0.0, - 0.39630138874053955, - 0.0, - 0.9181205034255981 - ] - ], - [ - 6.5333333015441895, - [ - 0.0, - 0.3742091953754425, - 0.0, - 0.9273443222045898 - ] - ], - [ - 6.566666603088379, - [ - 0.0, - 0.3561016917228699, - 0.0, - 0.9344472289085388 - ] - ], - [ - 6.599999904632568, - [ - 0.0, - 0.34390026330947876, - 0.0, - 0.9390062093734741 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.33951306343078613, - 0.0, - 0.9406013488769531 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458797051_1070734.json b/lenses/physics-objects/Scene/assets/1645812458797051_1070734.json deleted file mode 100644 index 2396a55e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458797051_1070734.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458797051:1070734", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458799340_1070747.json b/lenses/physics-objects/Scene/assets/1645812458799340_1070747.json deleted file mode 100644 index 2231095b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458799340_1070747.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458799340:1070747", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 3.975243091583252, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.068360328674316, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.9764435291290283, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.117602348327637, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.54388427734375, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.934835910797119, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.5031299591064453, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.7532401084899902, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.021518707275391, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.503063201904297, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 3.685898780822754, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.532503366470337, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.545138359069824, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.315328598022461, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.5336480140686035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 3.8021209239959717, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.712857723236084, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.073338031768799, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4110734462738037, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.591874599456787, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 3.874537467956543, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.448965311050415, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.3167617321014404, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3598482608795166, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.4311347007751465, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 2.769866704940796, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 3.6772656440734863, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.599883556365967, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.426626682281494, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.263912677764893, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.435640335083008, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.2981462478637695, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.170444011688232, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.771017551422119, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.1420552730560303, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.6196327209472656, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.0193071365356445, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.6283135414123535, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.058468818664551, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.8278918266296387, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.1113181114196777, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.383334159851074, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.4207828044891357, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.4387059211730957, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.94984769821167, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.1331119537353516, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.79256010055542, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.1821165084838867, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.6565635204315186, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.1890058517456055, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6433799266815186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.952622890472412, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.089118242263794, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8381545543670654, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.0975661277770996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 3.804500102996826, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.1312239170074463, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.4327776432037354, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.134583950042725, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.432620525360107, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 4.609613418579102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.530483722686768, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4257771968841553, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.5223023891448975, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.506273031234741, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 3.7744576930999756, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.455747604370117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.436801910400391, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.015720367431641, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.73366117477417, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.934529781341553, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.789510726928711, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.712840557098389, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.001687049865723, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.3474457263946533, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.836031436920166, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.146539688110352, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.490503311157227, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.906909465789795, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.173006534576416, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.202613830566406, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.505837917327881, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.36214017868042, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.214995384216309, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.0824875831604, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.9374544620513916, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.353426218032837, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.995256185531616, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 4.653754711151123, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.159857273101807, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.7289605140686035, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.77108097076416, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.011524677276611, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 3.9712326526641846, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 3.794471263885498, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.9744038581848145, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.4239280223846436, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.9034409523010254, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.1571109294891357, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458799768_1070754.json b/lenses/physics-objects/Scene/assets/1645812458799768_1070754.json deleted file mode 100644 index 98905548..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458799768_1070754.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458799768:1070754", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458800161_1070761.json b/lenses/physics-objects/Scene/assets/1645812458800161_1070761.json deleted file mode 100644 index 1b9b7a27..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458800161_1070761.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458800161:1070761", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458802621_1070774.json b/lenses/physics-objects/Scene/assets/1645812458802621_1070774.json deleted file mode 100644 index 0f44ed91..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458802621_1070774.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458802621:1070774", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.8913934230804443, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.9228804111480713, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.9482176303863525, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.9665312767028809, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.9769604206085205, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.9785542488098145, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.9718583822250366, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.9607245922088623, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.9455758333206177, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.9268379211425781, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.905001163482666, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.8981009721755981, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.9247913360595703, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.9451433420181274, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.9583239555358887, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.9635133743286133, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.9616432189941406, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.9544795751571655, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.942472219467163, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.9260748624801636, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.9057444334030151, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458803074_1070781.json b/lenses/physics-objects/Scene/assets/1645812458803074_1070781.json deleted file mode 100644 index b95672bc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458803074_1070781.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458803074:1070781", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458803535_1070788.json b/lenses/physics-objects/Scene/assets/1645812458803535_1070788.json deleted file mode 100644 index 32654400..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458803535_1070788.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458803535:1070788", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458805864_1070805.json b/lenses/physics-objects/Scene/assets/1645812458805864_1070805.json deleted file mode 100644 index 0f221b19..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458805864_1070805.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458805864:1070805", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.32803201675415, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.429412841796875, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 4.329339027404785, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.483025074005127, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.858391523361206, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.1952922344207764, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.8140203952789307, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.086326599121094, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.378414154052734, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.902694225311279, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.013007640838623, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.8460006713867188, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.8597569465637207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.6095521450042725, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.8472466468811035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 4.139545440673828, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.9536142349243164, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.346086025238037, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.713794708251953, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.9106409549713135, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 4.21838903427124, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.7550487518310547, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.5223662853240967, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.5692763328552246, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.6468892097473145, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 3.0156826972961426, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 4.003610134124756, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.919360399246216, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.7307276725769043, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.642320156097412, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.829287528991699, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.679591655731201, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.540555953979492, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 3.016935348510742, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.3321549892425537, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.8521149158477783, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.287260055541992, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.9503138065338135, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.418643474578857, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 3.078857421875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.387436628341675, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.6835930347442627, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.724365234375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.7438790798187256, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 3.2116363048553467, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.322417974472046, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 3.0403900146484375, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.4645180702209473, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.9810707569122314, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.560765266418457, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.9667162895202637, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2146575450897217, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.363266706466675, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 3.0900309085845947, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.372464895248413, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 4.142136096954346, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.409108877182007, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.7374253273010254, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.501513481140137, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.825999736785889, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.01870059967041, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.932549476623535, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.7298028469085693, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.8348941802978516, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.8174424171447754, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 4.109427452087402, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.851179599761963, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.830552577972412, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.372101306915283, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.153756618499756, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.3724517822265625, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.214562892913818, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.131088733673096, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.356822490692139, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.644519805908203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 4.176465034484863, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.514530658721924, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.88901948928833, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.342380046844482, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.543346405029297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.575581073760986, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.905714988708496, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.749264717102051, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.589061260223389, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.444793701171875, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.198143243789673, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.651031494140625, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 4.349820137023926, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.066758632659912, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617776393890381, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.148638725280762, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.105751037597656, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.367533206939697, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.323665142059326, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.1312174797058105, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.327117919921875, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.7277894020080566, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.1611111164093018, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.437293529510498, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458806313_1070812.json b/lenses/physics-objects/Scene/assets/1645812458806313_1070812.json deleted file mode 100644 index 2afa4876..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458806313_1070812.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458806313:1070812", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458806718_1070819.json b/lenses/physics-objects/Scene/assets/1645812458806718_1070819.json deleted file mode 100644 index b660651c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458806718_1070819.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458806718:1070819", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458819704_1070832.json b/lenses/physics-objects/Scene/assets/1645812458819704_1070832.json deleted file mode 100644 index f11a92ba..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458819704_1070832.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458819704:1070832", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.8913934230804443, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.9228804111480713, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.9482176303863525, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.9665312767028809, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.9769604206085205, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.9785542488098145, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.9718583822250366, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.9607245922088623, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.9455758333206177, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.9268379211425781, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.905001163482666, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.8981009721755981, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.9247913360595703, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.9451433420181274, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.9583239555358887, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.9635133743286133, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.9616432189941406, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.9544795751571655, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.942472219467163, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.9260748624801636, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.9057444334030151, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458820219_1070839.json b/lenses/physics-objects/Scene/assets/1645812458820219_1070839.json deleted file mode 100644 index 4b232934..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458820219_1070839.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458820219:1070839", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.008500070311129093, - -0.8225788474082947, - -0.16239070892333984, - 0.5449046492576599 - ] - ], - [ - 0.03333333507180214, - [ - -0.008500070311129093, - -0.8225788474082947, - -0.16239070892333984, - 0.5449046492576599 - ] - ], - [ - 0.06666667014360428, - [ - -0.008408334106206894, - -0.8235265612602234, - -0.16260826587677002, - 0.543407678604126 - ] - ], - [ - 0.10000000149011612, - [ - -0.008158739656209946, - -0.8262037634849548, - -0.1632436066865921, - 0.5391404032707214 - ] - ], - [ - 0.13333334028720856, - [ - -0.007803758606314659, - -0.8302953243255615, - -0.16427549719810486, - 0.5325056910514832 - ] - ], - [ - 0.1666666716337204, - [ - -0.0074036684818565845, - -0.8354498147964478, - -0.16568857431411743, - 0.5239428281784058 - ] - ], - [ - 0.20000000298023224, - [ - -0.007015972398221493, - -0.84132981300354, - -0.1674726903438568, - 0.5138752460479736 - ] - ], - [ - 0.23333333432674408, - [ - -0.006689576897770166, - -0.8476406931877136, - -0.16962195932865143, - 0.5026816725730896 - ] - ], - [ - 0.2666666805744171, - [ - 0.006462902296334505, - 0.8541397452354431, - 0.17213308811187744, - -0.4906870424747467 - ] - ], - [ - 0.30000001192092896, - [ - 0.006364340428262949, - 0.8606343865394592, - 0.1750040203332901, - -0.47816479206085205 - ] - ], - [ - 0.3333333432674408, - [ - 0.0064135449938476086, - 0.8669759035110474, - 0.17823216319084167, - -0.4653439223766327 - ] - ], - [ - 0.36666667461395264, - [ - 0.006622915156185627, - 0.873051643371582, - 0.1818128377199173, - -0.45241695642471313 - ] - ], - [ - 0.4000000059604645, - [ - 0.006998716853559017, - 0.8787781000137329, - 0.1857375204563141, - -0.439547061920166 - ] - ], - [ - 0.4333333373069763, - [ - 0.007542256731539965, - 0.8840960264205933, - 0.18999308347702026, - -0.42687225341796875 - ] - ], - [ - 0.46666666865348816, - [ - 0.008249943144619465, - 0.8889647722244263, - 0.1945585161447525, - -0.4145124554634094 - ] - ], - [ - 0.5, - [ - 0.009114121086895466, - 0.8933601975440979, - 0.19940511882305145, - -0.40256938338279724 - ] - ], - [ - 0.5333333611488342, - [ - 0.010122934356331825, - 0.8972718715667725, - 0.20449413359165192, - -0.391130268573761 - ] - ], - [ - 0.5666666626930237, - [ - 0.01126042753458023, - 0.9007013440132141, - 0.20977570116519928, - -0.38026896119117737 - ] - ], - [ - 0.6000000238418579, - [ - 0.012506616301834583, - 0.9036603569984436, - 0.215187206864357, - -0.3700486421585083 - ] - ], - [ - 0.6333333253860474, - [ - 0.013837089762091637, - 0.9061722755432129, - 0.22065524756908417, - -0.3605157136917114 - ] - ], - [ - 0.6666666865348816, - [ - 0.015223952010273933, - 0.9082661271095276, - 0.226090207695961, - -0.3517162799835205 - ] - ], - [ - 0.699999988079071, - [ - 0.016635360196232796, - 0.9099797606468201, - 0.23139193654060364, - -0.3436828553676605 - ] - ], - [ - 0.7333333492279053, - [ - 0.01803647167980671, - 0.911357045173645, - 0.23644867539405823, - -0.3364447355270386 - ] - ], - [ - 0.7666666507720947, - [ - 0.019390296190977097, - 0.9124451279640198, - 0.24113939702510834, - -0.3300298750400543 - ] - ], - [ - 0.800000011920929, - [ - 0.020658906549215317, - 0.9132922887802124, - 0.24533717334270477, - -0.3244688808917999 - ] - ], - [ - 0.8333333134651184, - [ - 0.02189469151198864, - 0.9138750433921814, - 0.2491709142923355, - -0.31979188323020935 - ] - ], - [ - 0.8666666746139526, - [ - 0.023154787719249725, - 0.9141517281532288, - 0.2527981102466583, - -0.3160437345504761 - ] - ], - [ - 0.8999999761581421, - [ - 0.02440895512700081, - 0.914141833782196, - 0.25613147020339966, - -0.31328192353248596 - ] - ], - [ - 0.9333333373069763, - [ - 0.025627879425883293, - 0.913864016532898, - 0.25908362865448, - -0.31156325340270996 - ] - ], - [ - 0.9666666388511658, - [ - 0.02678382769227028, - 0.9133335947990417, - 0.2615692615509033, - -0.3109435737133026 - ] - ], - [ - 1.0, - [ - 0.027851441875100136, - 0.9125620722770691, - 0.26350727677345276, - -0.3114781975746155 - ] - ], - [ - 1.0333333015441895, - [ - 0.028641387820243835, - 0.911428689956665, - 0.2641785740852356, - -0.3141450881958008 - ] - ], - [ - 1.0666667222976685, - [ - 0.029023557901382446, - 0.9098113775253296, - 0.26305916905403137, - -0.31968846917152405 - ] - ], - [ - 1.100000023841858, - [ - 0.02907782420516014, - 0.9076761603355408, - 0.2604021430015564, - -0.32782530784606934 - ] - ], - [ - 1.1333333253860474, - [ - 0.028896363452076912, - 0.9049514532089233, - 0.25649040937423706, - -0.33829066157341003 - ] - ], - [ - 1.1666666269302368, - [ - 0.028576398268342018, - 0.9015457630157471, - 0.25161561369895935, - -0.35083961486816406 - ] - ], - [ - 1.2000000476837158, - [ - 0.02811884880065918, - 0.8974243998527527, - 0.24587535858154297, - -0.36521780490875244 - ] - ], - [ - 1.2333333492279053, - [ - 0.027530893683433533, - 0.8925281167030334, - 0.23938190937042236, - -0.38122424483299255 - ] - ], - [ - 1.2666666507720947, - [ - 0.026912780478596687, - 0.8867177367210388, - 0.23241618275642395, - -0.39873558282852173 - ] - ], - [ - 1.2999999523162842, - [ - 0.02635435201227665, - 0.879858672618866, - 0.22522173821926117, - -0.4176473319530487 - ] - ], - [ - 1.3333333730697632, - [ - 0.025936709716916084, - 0.871815025806427, - 0.21799778938293457, - -0.43788450956344604 - ] - ], - [ - 1.3666666746139526, - [ - 0.025734208524227142, - 0.8624449372291565, - 0.21090194582939148, - -0.45939841866493225 - ] - ], - [ - 1.399999976158142, - [ - 0.025818834081292152, - 0.85158771276474, - 0.20405180752277374, - -0.48217692971229553 - ] - ], - [ - 1.4333332777023315, - [ - -0.026267535984516144, - -0.8390402793884277, - -0.19752860069274902, - 0.5062646269798279 - ] - ], - [ - 1.4666666984558105, - [ - -0.0271749310195446, - -0.8245107531547546, - -0.19137972593307495, - 0.531805694103241 - ] - ], - [ - 1.5, - [ - -0.028680380433797836, - -0.8075128197669983, - -0.18561765551567078, - 0.5591480731964111 - ] - ], - [ - 1.5333333015441895, - [ - -0.031041162088513374, - -0.7870649099349976, - -0.18020592629909515, - 0.5891444087028503 - ] - ], - [ - 1.5666667222976685, - [ - -0.034926529973745346, - -0.7604635953903198, - -0.1749848574399948, - 0.6243841052055359 - ] - ], - [ - 1.600000023841858, - [ - -0.04732711985707283, - -0.698661744594574, - -0.16802482306957245, - 0.6938296556472778 - ] - ], - [ - 1.6333333253860474, - [ - -0.04406507685780525, - -0.6985516548156738, - -0.16548246145248413, - 0.6947657465934753 - ] - ], - [ - 1.6666666269302368, - [ - -0.04134165495634079, - -0.6985670924186707, - -0.1633560061454773, - 0.695420503616333 - ] - ], - [ - 1.7000000476837158, - [ - -0.03918606415390968, - -0.6987314224243164, - -0.16167016327381134, - 0.6957741379737854 - ] - ], - [ - 1.7333333492279053, - [ - -0.03763565048575401, - -0.6990736722946167, - -0.16045598685741425, - 0.6957970261573792 - ] - ], - [ - 1.7666666507720947, - [ - -0.036585889756679535, - -0.6995981335639954, - -0.15963277220726013, - 0.6955151557922363 - ] - ], - [ - 1.7999999523162842, - [ - -0.03587403520941734, - -0.7002942562103271, - -0.15907388925552368, - 0.6949794888496399 - ] - ], - [ - 1.8333333730697632, - [ - -0.035463277250528336, - -0.7011711597442627, - -0.15875078737735748, - 0.6941898465156555 - ] - ], - [ - 1.8666666746139526, - [ - -0.03532145544886589, - -0.7022387981414795, - -0.15863855183124542, - 0.6931427717208862 - ] - ], - [ - 1.899999976158142, - [ - -0.0354197733104229, - -0.7035064697265625, - -0.15871471166610718, - 0.6918336749076843 - ] - ], - [ - 1.9333332777023315, - [ - -0.03573146089911461, - -0.7049832344055176, - -0.15895822644233704, - 0.690256655216217 - ] - ], - [ - 1.9666666984558105, - [ - -0.03624293953180313, - -0.706668496131897, - -0.1593584567308426, - 0.6884118914604187 - ] - ], - [ - 2.0, - [ - -0.029037954285740852, - -0.7414732575416565, - -0.16154001653194427, - 0.65059894323349 - ] - ], - [ - 2.0333333015441895, - [ - -0.02255706861615181, - -0.7718997001647949, - -0.16347478330135345, - 0.6139528155326843 - ] - ], - [ - 2.066666603088379, - [ - -0.018380366265773773, - -0.7927328944206238, - -0.1650870144367218, - 0.5865006446838379 - ] - ], - [ - 2.0999999046325684, - [ - -0.01515933033078909, - -0.8097696900367737, - -0.1666855812072754, - 0.5623694658279419 - ] - ], - [ - 2.133333444595337, - [ - -0.012547825463116169, - -0.8244737386703491, - -0.16834937036037445, - 0.5401334166526794 - ] - ], - [ - 2.1666667461395264, - [ - -0.010394546203315258, - -0.8374637365341187, - -0.17010949552059174, - 0.519239068031311 - ] - ], - [ - 2.200000047683716, - [ - 0.008616197854280472, - 0.8490617275238037, - 0.17197760939598083, - -0.499443382024765 - ] - ], - [ - 2.2333333492279053, - [ - 0.007159684784710407, - 0.8594564199447632, - 0.17395378649234772, - -0.48064926266670227 - ] - ], - [ - 2.2666666507720947, - [ - 0.005987212527543306, - 0.8687675595283508, - 0.17602947354316711, - -0.46284008026123047 - ] - ], - [ - 2.299999952316284, - [ - 0.005069321021437645, - 0.877075731754303, - 0.17818865180015564, - -0.446050763130188 - ] - ], - [ - 2.3333332538604736, - [ - 0.004381199367344379, - 0.8844377994537354, - 0.18040809035301208, - -0.43035274744033813 - ] - ], - [ - 2.366666555404663, - [ - 0.0039009982720017433, - 0.8908951282501221, - 0.1826581060886383, - -0.41584452986717224 - ] - ], - [ - 2.4000000953674316, - [ - 0.003509354777634144, - 0.8964962363243103, - 0.18473589420318604, - -0.4026845097541809 - ] - ], - [ - 2.433333396911621, - [ - 0.0030777205247431993, - 0.9012926816940308, - 0.18640367686748505, - -0.39104464650154114 - ] - ], - [ - 2.4666666984558105, - [ - 0.002574511105194688, - 0.9053155779838562, - 0.18757915496826172, - -0.38106611371040344 - ] - ], - [ - 2.5, - [ - 0.0018819522811099887, - 0.9086101651191711, - 0.18805041909217834, - -0.37290921807289124 - ] - ], - [ - 2.5333333015441895, - [ - 0.0008968955953605473, - 0.9112020134925842, - 0.18762356042861938, - -0.36675259470939636 - ] - ], - [ - 2.566666603088379, - [ - -0.0003866229671984911, - 0.9130661487579346, - 0.1862533837556839, - -0.3627943694591522 - ] - ], - [ - 2.5999999046325684, - [ - -0.001969921635463834, - 0.9141504168510437, - 0.18391205370426178, - -0.3612501919269562 - ] - ], - [ - 2.633333444595337, - [ - -0.0038250964134931564, - 0.9144784212112427, - 0.18069370090961456, - -0.3620281219482422 - ] - ], - [ - 2.6666667461395264, - [ - -0.0058997999876737595, - 0.9141354560852051, - 0.17678675055503845, - -0.364784836769104 - ] - ], - [ - 2.700000047683716, - [ - -0.008151445537805557, - 0.9131263494491577, - 0.17232437431812286, - -0.3693753182888031 - ] - ], - [ - 2.7333333492279053, - [ - -0.010534883476793766, - 0.9114458560943604, - 0.16744212806224823, - -0.3756575882434845 - ] - ], - [ - 2.7666666507720947, - [ - -0.013003470376133919, - 0.9090831279754639, - 0.16227398812770844, - -0.3834918141365051 - ] - ], - [ - 2.799999952316284, - [ - -0.015509841963648796, - 0.9060252904891968, - 0.1569489687681198, - -0.3927399516105652 - ] - ], - [ - 2.8333332538604736, - [ - -0.018006615340709686, - 0.9022600054740906, - 0.15158838033676147, - -0.4032661020755768 - ] - ], - [ - 2.866666555404663, - [ - -0.020446322858333588, - 0.8977784514427185, - 0.14630484580993652, - -0.41493454575538635 - ] - ], - [ - 2.9000000953674316, - [ - -0.0227817315608263, - 0.8925760388374329, - 0.14120043814182281, - -0.4276113212108612 - ] - ], - [ - 2.933333396911621, - [ - -0.024915168061852455, - 0.8866627216339111, - 0.13644087314605713, - -0.4411261975765228 - ] - ], - [ - 2.9666666984558105, - [ - -0.026765352115035057, - 0.8800663948059082, - 0.13214978575706482, - -0.45530566573143005 - ] - ], - [ - 3.0, - [ - -0.028311485424637794, - 0.8728176951408386, - 0.1283492147922516, - -0.47001510858535767 - ] - ], - [ - 3.0333333015441895, - [ - -0.02953341417014599, - 0.864956259727478, - 0.12505383789539337, - -0.4851185381412506 - ] - ], - [ - 3.066666603088379, - [ - 0.030347337946295738, - -0.856311023235321, - -0.12229956686496735, - 0.5008525848388672 - ] - ], - [ - 3.0999999046325684, - [ - 0.030694477260112762, - -0.8467292189598083, - -0.12009690701961517, - 0.5173820853233337 - ] - ], - [ - 3.133333444595337, - [ - 0.030598901212215424, - -0.8363122940063477, - -0.11840765923261642, - 0.5344390869140625 - ] - ], - [ - 3.1666667461395264, - [ - 0.03009694442152977, - -0.8252190351486206, - -0.11718196421861649, - 0.5517030954360962 - ] - ], - [ - 3.200000047683716, - [ - 0.02924550510942936, - -0.8137116432189941, - -0.11635933816432953, - 0.5687517523765564 - ] - ], - [ - 3.2333333492279053, - [ - 0.0281074158847332, - -0.8022999167442322, - -0.11590778827667236, - 0.584884762763977 - ] - ], - [ - 3.2666666507720947, - [ - 0.02680394984781742, - -0.7919678092002869, - -0.11580013483762741, - 0.5988813042640686 - ] - ], - [ - 3.299999952316284, - [ - 0.025607045739889145, - -0.7844194769859314, - -0.11596411466598511, - 0.6087550520896912 - ] - ], - [ - 3.3333332538604736, - [ - 0.024914616718888283, - -0.7820430397987366, - -0.11631961166858673, - 0.6117660403251648 - ] - ], - [ - 3.366666555404663, - [ - 0.024888616055250168, - -0.7852941751480103, - -0.11679139733314514, - 0.6074976921081543 - ] - ], - [ - 3.4000000953674316, - [ - 0.025296974927186966, - -0.7922403216362, - -0.11737354844808578, - 0.5982798933982849 - ] - ], - [ - 3.433333396911621, - [ - 0.025889290496706963, - -0.8013410568237305, - -0.11812429875135422, - 0.5858574509620667 - ] - ], - [ - 3.4666666984558105, - [ - 0.026487724855542183, - -0.8114784955978394, - -0.11909100413322449, - 0.5715053677558899 - ] - ], - [ - 3.5, - [ - 0.026986554265022278, - -0.8219712972640991, - -0.12031178921461105, - 0.5560217499732971 - ] - ], - [ - 3.5333333015441895, - [ - 0.02732766792178154, - -0.8324234485626221, - -0.12181757390499115, - 0.5398934483528137 - ] - ], - [ - 3.566666603088379, - [ - 0.02747914381325245, - -0.842600405216217, - -0.12363524734973907, - 0.5234346389770508 - ] - ], - [ - 3.5999999046325684, - [ - 0.02740892581641674, - -0.8523646593093872, - -0.12580837309360504, - 0.5068485736846924 - ] - ], - [ - 3.633333444595337, - [ - -0.027108455076813698, - 0.8616198897361755, - 0.12835878133773804, - -0.4903065860271454 - ] - ], - [ - 3.6666667461395264, - [ - -0.026596616953611374, - 0.8702965974807739, - 0.13127323985099792, - -0.47396600246429443 - ] - ], - [ - 3.700000047683716, - [ - -0.02589576505124569, - 0.878355085849762, - 0.13453127443790436, - -0.45795536041259766 - ] - ], - [ - 3.7333333492279053, - [ - -0.025030825287103653, - 0.8857753276824951, - 0.13810381293296814, - -0.44238322973251343 - ] - ], - [ - 3.7666666507720947, - [ - -0.024029001593589783, - 0.8925524950027466, - 0.14195206761360168, - -0.4273432791233063 - ] - ], - [ - 3.799999952316284, - [ - -0.02291981317102909, - 0.898693859577179, - 0.14602629840373993, - -0.4129169285297394 - ] - ], - [ - 3.8333332538604736, - [ - -0.02173541486263275, - 0.9042165279388428, - 0.1502644121646881, - -0.3991749882698059 - ] - ], - [ - 3.866666555404663, - [ - -0.020474357530474663, - 0.9091423153877258, - 0.15465231239795685, - -0.3861653804779053 - ] - ], - [ - 3.9000000953674316, - [ - -0.01912614330649376, - 0.9134919047355652, - 0.1591884195804596, - -0.3739328384399414 - ] - ], - [ - 3.933333396911621, - [ - -0.017713915556669235, - 0.9172908663749695, - 0.16381046175956726, - -0.36253249645233154 - ] - ], - [ - 3.9666666984558105, - [ - -0.01626402884721756, - 0.9205692410469055, - 0.16844384372234344, - -0.35201478004455566 - ] - ], - [ - 4.0, - [ - -0.01480596698820591, - 0.9233605265617371, - 0.17300184071063995, - -0.34242740273475647 - ] - ], - [ - 4.0333333015441895, - [ - -0.013371896930038929, - 0.9257006645202637, - 0.17738671600818634, - -0.3338167369365692 - ] - ], - [ - 4.066666603088379, - [ - -0.01199602335691452, - 0.927626371383667, - 0.18149158358573914, - -0.32623034715652466 - ] - ], - [ - 4.099999904632568, - [ - -0.010713550262153149, - 0.9291737079620361, - 0.1852034330368042, - -0.31972038745880127 - ] - ], - [ - 4.133333206176758, - [ - -0.00946368370205164, - 0.9303576350212097, - 0.188649520277977, - -0.31425538659095764 - ] - ], - [ - 4.166666507720947, - [ - -0.008180979639291763, - 0.9311779737472534, - 0.19198422133922577, - -0.30981069803237915 - ] - ], - [ - 4.199999809265137, - [ - -0.006893562152981758, - 0.9316449761390686, - 0.19513095915317535, - -0.30645400285720825 - ] - ], - [ - 4.233333110809326, - [ - -0.00562903331592679, - 0.9317671656608582, - 0.19801193475723267, - -0.3042524755001068 - ] - ], - [ - 4.266666889190674, - [ - -0.004413912538439035, - 0.9315503835678101, - 0.20055004954338074, - -0.3032722771167755 - ] - ], - [ - 4.300000190734863, - [ - -0.0032730773091316223, - 0.9309961795806885, - 0.2026706486940384, - -0.303578644990921 - ] - ], - [ - 4.333333492279053, - [ - -0.002384122693911195, - 0.9298696517944336, - 0.20377111434936523, - -0.3062908351421356 - ] - ], - [ - 4.366666793823242, - [ - -0.0018736233469098806, - 0.9279658198356628, - 0.2034042328596115, - -0.3122544586658478 - ] - ], - [ - 4.400000095367432, - [ - -0.0016756437253206968, - 0.9252890944480896, - 0.20176689326763153, - -0.3211345374584198 - ] - ], - [ - 4.433333396911621, - [ - -0.0017128570470958948, - 0.9218076467514038, - 0.19908659160137177, - -0.3326142132282257 - ] - ], - [ - 4.4666666984558105, - [ - -0.0019024256616830826, - 0.9174661040306091, - 0.19560231268405914, - -0.3463987410068512 - ] - ], - [ - 4.5, - [ - -0.0021607745438814163, - 0.9121959805488586, - 0.19154882431030273, - -0.36221936345100403 - ] - ], - [ - 4.5333333015441895, - [ - -0.002406982472166419, - 0.9059227108955383, - 0.187144473195076, - -0.3798360228538513 - ] - ], - [ - 4.566666603088379, - [ - -0.0025650677271187305, - 0.8985681533813477, - 0.18258215487003326, - -0.39903968572616577 - ] - ], - [ - 4.599999904632568, - [ - -0.0025657108053565025, - 0.8900513052940369, - 0.17802296578884125, - -0.41965451836586 - ] - ], - [ - 4.633333206176758, - [ - -0.0023446232080459595, - 0.8802839517593384, - 0.1735958456993103, - -0.44154179096221924 - ] - ], - [ - 4.666666507720947, - [ - -0.001838850905187428, - 0.8691657185554504, - 0.1694033443927765, - -0.464596688747406 - ] - ], - [ - 4.699999809265137, - [ - -0.0009855724638327956, - 0.8565655946731567, - 0.1655150055885315, - -0.4887734055519104 - ] - ], - [ - 4.733333110809326, - [ - -0.0002866840804927051, - -0.8423024415969849, - -0.1619783639907837, - 0.5140909552574158 - ] - ], - [ - 4.766666889190674, - [ - -0.0020689433440566063, - -0.8260918855667114, - -0.15881697833538055, - 0.5406894087791443 - ] - ], - [ - 4.800000190734863, - [ - -0.004499401897192001, - -0.8074242472648621, - -0.1560310274362564, - 0.5689465403556824 - ] - ], - [ - 4.833333492279053, - [ - -0.007844085805118084, - -0.7851912975311279, - -0.15358853340148926, - 0.5998530387878418 - ] - ], - [ - 4.866666793823242, - [ - -0.012871881015598774, - -0.7559328675270081, - -0.1513717621564865, - 0.6367781162261963 - ] - ], - [ - 4.900000095367432, - [ - -0.023020513355731964, - -0.7029674053192139, - -0.14873945713043213, - 0.695114016532898 - ] - ], - [ - 4.933333396911621, - [ - -0.022028792649507523, - -0.7016724348068237, - -0.14796359837055206, - 0.6966184973716736 - ] - ], - [ - 4.9666666984558105, - [ - -0.02158469520509243, - -0.7005719542503357, - -0.14761781692504883, - 0.6978123188018799 - ] - ], - [ - 5.0, - [ - -0.021721472963690758, - -0.6996738314628601, - -0.1477290242910385, - 0.6986850500106812 - ] - ], - [ - 5.0333333015441895, - [ - -0.02248322032392025, - -0.6989871859550476, - -0.14833217859268188, - 0.6992202401161194 - ] - ], - [ - 5.066666603088379, - [ - -0.02377341315150261, - -0.6984924674034119, - -0.1493510901927948, - 0.6994550228118896 - ] - ], - [ - 5.099999904632568, - [ - -0.025432774797081947, - -0.6981596946716309, - -0.1506599336862564, - 0.6994481682777405 - ] - ], - [ - 5.133333206176758, - [ - -0.027425313368439674, - -0.6979867219924927, - -0.15222983062267303, - 0.6992055773735046 - ] - ], - [ - 5.166666507720947, - [ - -0.029718801379203796, - -0.6979735493659973, - -0.15403470396995544, - 0.6987295746803284 - ] - ], - [ - 5.199999809265137, - [ - -0.03228318691253662, - -0.6981226801872253, - -0.15605024993419647, - 0.6980192065238953 - ] - ], - [ - 5.233333110809326, - [ - -0.027820680290460587, - -0.7295647263526917, - -0.15969114005565643, - 0.6644245982170105 - ] - ], - [ - 5.266666889190674, - [ - -0.023080462589859962, - -0.7603623270988464, - -0.1634686291217804, - 0.6281676888465881 - ] - ], - [ - 5.300000190734863, - [ - -0.020636694505810738, - -0.780921220779419, - -0.16706544160842896, - 0.6015191674232483 - ] - ], - [ - 5.333333492279053, - [ - -0.019052589312195778, - -0.7976435422897339, - -0.17076341807842255, - 0.5781363248825073 - ] - ], - [ - 5.366666793823242, - [ - -0.01798137277364731, - -0.8120482563972473, - -0.17461787164211273, - 0.5565634965896606 - ] - ], - [ - 5.400000095367432, - [ - -0.017272677272558212, - -0.8247667551040649, - -0.17863954603672028, - 0.5362362861633301 - ] - ], - [ - 5.433333396911621, - [ - -0.01684240624308586, - -0.8361280560493469, - -0.1828194111585617, - 0.5168979167938232 - ] - ], - [ - 5.4666666984558105, - [ - 0.01663471944630146, - 0.8463281393051147, - 0.18713492155075073, - -0.4984302818775177 - ] - ], - [ - 5.5, - [ - 0.016607047989964485, - 0.8554966449737549, - 0.1915517896413803, - -0.4807884991168976 - ] - ], - [ - 5.5333333015441895, - [ - 0.01672288030385971, - 0.8637264966964722, - 0.19602322578430176, - -0.46397387981414795 - ] - ], - [ - 5.566666603088379, - [ - 0.016949011012911797, - 0.871090292930603, - 0.20049288868904114, - -0.4480145275592804 - ] - ], - [ - 5.599999904632568, - [ - 0.017252007499337196, - 0.8776474595069885, - 0.20489077270030975, - -0.43296340107917786 - ] - ], - [ - 5.633333206176758, - [ - 0.017597680911421776, - 0.8834478855133057, - 0.20913317799568176, - -0.41889554262161255 - ] - ], - [ - 5.666666507720947, - [ - 0.017950981855392456, - 0.8885383605957031, - 0.21312767267227173, - -0.40589895844459534 - ] - ], - [ - 5.699999809265137, - [ - 0.018275335431098938, - 0.8929606676101685, - 0.2167709916830063, - -0.39407819509506226 - ] - ], - [ - 5.733333110809326, - [ - 0.018533121794462204, - 0.8967523574829102, - 0.21995191276073456, - -0.3835529685020447 - ] - ], - [ - 5.766666889190674, - [ - 0.018686478957533836, - 0.8999456763267517, - 0.22255465388298035, - -0.3744570016860962 - ] - ], - [ - 5.800000190734863, - [ - 0.018698446452617645, - 0.9025648832321167, - 0.22446250915527344, - -0.36693811416625977 - ] - ], - [ - 5.833333492279053, - [ - 0.018534408882260323, - 0.9046234488487244, - 0.2255626916885376, - -0.3611573278903961 - ] - ], - [ - 5.866666793823242, - [ - 0.018164129927754402, - 0.9061186909675598, - 0.22575204074382782, - -0.3572884202003479 - ] - ], - [ - 5.900000095367432, - [ - 0.017563749104738235, - 0.9070274233818054, - 0.22494277358055115, - -0.3555186986923218 - ] - ], - [ - 5.933333396911621, - [ - 0.016749940812587738, - 0.9073761105537415, - 0.22320206463336945, - -0.3557652533054352 - ] - ], - [ - 5.9666666984558105, - [ - 0.01577277109026909, - 0.9072294235229492, - 0.22072085738182068, - -0.3577265739440918 - ] - ], - [ - 6.0, - [ - 0.014667334035038948, - 0.9065930247306824, - 0.21761906147003174, - -0.36126992106437683 - ] - ], - [ - 6.0333333015441895, - [ - 0.013471994549036026, - 0.9054615497589111, - 0.21401946246623993, - -0.3662697672843933 - ] - ], - [ - 6.066666603088379, - [ - 0.012226162478327751, - 0.9038260579109192, - 0.21004566550254822, - -0.37259870767593384 - ] - ], - [ - 6.099999904632568, - [ - 0.010969323106110096, - 0.9016758799552917, - 0.2058173269033432, - -0.38013091683387756 - ] - ], - [ - 6.133333206176758, - [ - 0.00973991584032774, - 0.8990020155906677, - 0.20144718885421753, - -0.3887408971786499 - ] - ], - [ - 6.166666507720947, - [ - 0.008574645034968853, - 0.8957995176315308, - 0.1970391571521759, - -0.39830291271209717 - ] - ], - [ - 6.199999809265137, - [ - 0.007507867645472288, - 0.8920695185661316, - 0.1926867961883545, - -0.4086898863315582 - ] - ], - [ - 6.233333110809326, - [ - 0.0065712337382137775, - 0.8878211379051208, - 0.18847280740737915, - -0.4197719097137451 - ] - ], - [ - 6.266666889190674, - [ - 0.0057932413183152676, - 0.8830732107162476, - 0.18446820974349976, - -0.4314158856868744 - ] - ], - [ - 6.300000190734863, - [ - 0.0051991757936775684, - 0.877857506275177, - 0.18073414266109467, - -0.4434800446033478 - ] - ], - [ - 6.333333492279053, - [ - 0.004811117425560951, - 0.8722208738327026, - 0.1773226410150528, - -0.45581191778182983 - ] - ], - [ - 6.366666793823242, - [ - 0.004699269309639931, - 0.8660826683044434, - 0.17427320778369904, - -0.46851634979248047 - ] - ], - [ - 6.400000095367432, - [ - 0.004907498601824045, - 0.8594063520431519, - 0.1716098040342331, - -0.48160848021507263 - ] - ], - [ - 6.433333396911621, - [ - 0.005401867441833019, - 0.852354109287262, - 0.16933871805667877, - -0.49476027488708496 - ] - ], - [ - 6.4666666984558105, - [ - -0.006129644811153412, - -0.845154345035553, - -0.16745498776435852, - 0.5075779557228088 - ] - ], - [ - 6.5, - [ - -0.007015232928097248, - -0.838120698928833, - -0.16594648361206055, - 0.5195828080177307 - ] - ], - [ - 6.5333333015441895, - [ - -0.007956772111356258, - -0.831669807434082, - -0.16479885578155518, - 0.5301920175552368 - ] - ], - [ - 6.566666603088379, - [ - -0.008825795724987984, - -0.8263255953788757, - -0.16400028765201569, - 0.538713276386261 - ] - ], - [ - 6.599999904632568, - [ - -0.00947458203881979, - -0.8226920962333679, - -0.16354554891586304, - 0.5443719625473022 - ] - ], - [ - 6.633333206176758, - [ - -0.009756258688867092, - -0.8213682174682617, - -0.16343744099140167, - 0.5463948249816895 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458820670_1070846.json b/lenses/physics-objects/Scene/assets/1645812458820670_1070846.json deleted file mode 100644 index 725f7dad..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458820670_1070846.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458820670:1070846", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458822490_1070859.json b/lenses/physics-objects/Scene/assets/1645812458822490_1070859.json deleted file mode 100644 index c59f40d7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458822490_1070859.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458822490:1070859", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.32803201675415, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.429412841796875, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 4.329339027404785, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.483025074005127, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.858391523361206, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.1952922344207764, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.8140203952789307, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.086326599121094, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.378414154052734, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.902694225311279, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.013007640838623, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.8460006713867188, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.8597569465637207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.6095521450042725, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.8472466468811035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 4.139545440673828, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.9536142349243164, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.346086025238037, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.713794708251953, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.9106409549713135, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 4.21838903427124, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.7550487518310547, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.5223662853240967, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.5692763328552246, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.6468892097473145, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 3.0156826972961426, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 4.003610134124756, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.919360399246216, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.7307276725769043, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.642320156097412, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.829287528991699, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.679591655731201, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.540555953979492, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 3.016935348510742, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.3321549892425537, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.8521149158477783, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.287260055541992, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.9503138065338135, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.418643474578857, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 3.078857421875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.387436628341675, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.6835930347442627, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.724365234375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.7438790798187256, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 3.2116363048553467, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.322417974472046, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 3.0403900146484375, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.4645180702209473, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.9810707569122314, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.560765266418457, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.9667162895202637, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2146575450897217, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.363266706466675, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 3.0900309085845947, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.372464895248413, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 4.142136096954346, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.409108877182007, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.7374253273010254, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.501513481140137, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.825999736785889, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.01870059967041, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.932549476623535, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.7298028469085693, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.8348941802978516, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.8174424171447754, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 4.109427452087402, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.851179599761963, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.830552577972412, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.372101306915283, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.153756618499756, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.3724517822265625, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.214562892913818, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.131088733673096, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.356822490692139, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.644519805908203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 4.176465034484863, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.514530658721924, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.88901948928833, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.342380046844482, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.543346405029297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.575581073760986, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.905714988708496, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.749264717102051, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.589061260223389, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.444793701171875, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.198143243789673, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.651031494140625, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 4.349820137023926, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.066758632659912, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617776393890381, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.148638725280762, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.105751037597656, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.367533206939697, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.323665142059326, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.1312174797058105, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.327117919921875, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.7277894020080566, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.1611111164093018, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.437293529510498, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458822999_1070866.json b/lenses/physics-objects/Scene/assets/1645812458822999_1070866.json deleted file mode 100644 index a78959c6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458822999_1070866.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458822999:1070866", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ], - [ - 0.03333333507180214, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ], - [ - 0.06666667014360428, - [ - -0.013829059898853302, - -0.6730048656463623, - -0.1424131840467453, - 0.7256664037704468 - ] - ], - [ - 0.10000000149011612, - [ - -0.014625951647758484, - -0.6730718612670898, - -0.14310294389724731, - 0.7254528999328613 - ] - ], - [ - 0.13333334028720856, - [ - -0.022750766947865486, - -0.6840288639068604, - -0.1499030590057373, - 0.7135236263275146 - ] - ], - [ - 0.1666666716337204, - [ - -0.04813195392489433, - -0.7484204173088074, - -0.17121566832065582, - 0.638933002948761 - ] - ], - [ - 0.20000000298023224, - [ - -0.038642268627882004, - -0.7845476865768433, - -0.16329357028007507, - 0.5969312787055969 - ] - ], - [ - 0.23333333432674408, - [ - -0.03010905347764492, - -0.7571994662284851, - -0.15615247189998627, - 0.6335290670394897 - ] - ], - [ - 0.2666666805744171, - [ - -0.04876578971743584, - -0.7040193676948547, - -0.1711360663175583, - 0.6875253319740295 - ] - ], - [ - 0.30000001192092896, - [ - -0.03386614844202995, - -0.6954127550125122, - -0.1590401828289032, - 0.6999717354774475 - ] - ], - [ - 0.3333333432674408, - [ - -0.022961469367146492, - -0.6932516694068909, - -0.15022379159927368, - 0.704491138458252 - ] - ], - [ - 0.36666667461395264, - [ - -0.027392225340008736, - -0.7341018319129944, - -0.15440380573272705, - 0.6606842279434204 - ] - ], - [ - 0.4000000059604645, - [ - 0.014087764546275139, - -0.719534158706665, - -0.12024277448654175, - 0.6838229298591614 - ] - ], - [ - 0.4333333373069763, - [ - -0.002907525049522519, - -0.6847038269042969, - -0.13354752957820892, - 0.7164756059646606 - ] - ], - [ - 0.46666666865348816, - [ - -0.026487959548830986, - -0.678912341594696, - -0.15269355475902557, - 0.717677652835846 - ] - ], - [ - 0.5, - [ - -0.039020027965307236, - -0.7065276503562927, - -0.16316448152065277, - 0.6875125169754028 - ] - ], - [ - 0.5333333611488342, - [ - -0.05473915487527847, - -0.7589912414550781, - -0.17633512616157532, - 0.6243731379508972 - ] - ], - [ - 0.5666666626930237, - [ - -0.055629368871450424, - -0.8094947934150696, - -0.17686866223812103, - 0.5570828318595886 - ] - ], - [ - 0.6000000238418579, - [ - 0.0036247686948627234, - -0.7993170619010925, - -0.12877057492733002, - 0.5869389176368713 - ] - ], - [ - 0.6333333253860474, - [ - -0.0013169691665098071, - -0.7708786129951477, - -0.13296180963516235, - 0.6229491233825684 - ] - ], - [ - 0.6666666865348816, - [ - 0.01245697308331728, - -0.78730708360672, - -0.12182831764221191, - 0.6042766571044922 - ] - ], - [ - 0.699999988079071, - [ - 0.022096043452620506, - -0.7891605496406555, - -0.11399172246456146, - 0.6031113266944885 - ] - ], - [ - 0.7333333492279053, - [ - 0.00898061878979206, - -0.8360848426818848, - -0.12403687089681625, - 0.5343185663223267 - ] - ], - [ - 0.7666666507720947, - [ - -0.023170141503214836, - 0.8688962459564209, - 0.11133338510990143, - -0.48175445199012756 - ] - ], - [ - 0.800000011920929, - [ - 0.0681583359837532, - -0.8593330979347229, - -0.07498899102210999, - 0.5012761354446411 - ] - ], - [ - 0.8333333134651184, - [ - 0.020713789388537407, - -0.8199031949043274, - -0.11465538293123245, - 0.5605210661888123 - ] - ], - [ - 0.8666666746139526, - [ - -0.0007011658744886518, - -0.8266106843948364, - -0.13185077905654907, - 0.5471103191375732 - ] - ], - [ - 0.8999999761581421, - [ - -0.01947927102446556, - -0.8432565927505493, - -0.14673081040382385, - 0.5167291164398193 - ] - ], - [ - 0.9333333373069763, - [ - 0.03447074815630913, - 0.8713738918304443, - 0.1581099033355713, - -0.46316391229629517 - ] - ], - [ - 0.9666666388511658, - [ - -0.006349165458232164, - 0.8714479207992554, - 0.12496251612901688, - -0.47426003217697144 - ] - ], - [ - 1.0, - [ - 0.04883488640189171, - -0.8164995908737183, - -0.09182637929916382, - 0.5679009556770325 - ] - ], - [ - 1.0333333015441895, - [ - 0.02998965047299862, - -0.7669114470481873, - -0.10764329880475998, - 0.6319496631622314 - ] - ], - [ - 1.0666667222976685, - [ - 0.04552212730050087, - -0.7524101734161377, - -0.09484327584505081, - 0.6502395272254944 - ] - ], - [ - 1.100000023841858, - [ - 0.048584215342998505, - -0.7596068382263184, - -0.0923486053943634, - 0.64195716381073 - ] - ], - [ - 1.1333333253860474, - [ - 0.03776124492287636, - -0.8358654379844666, - -0.10050053149461746, - 0.5383332371711731 - ] - ], - [ - 1.1666666269302368, - [ - 0.06949570775032043, - -0.7637539505958557, - -0.07519036531448364, - 0.6373357772827148 - ] - ], - [ - 1.2000000476837158, - [ - 0.050781331956386566, - -0.7501322627067566, - -0.09039752930402756, - 0.6531088352203369 - ] - ], - [ - 1.2333333492279053, - [ - 0.034326232969760895, - -0.696314811706543, - -0.10306176543235779, - 0.7094686031341553 - ] - ], - [ - 1.2666666507720947, - [ - 0.04810413345694542, - -0.694063663482666, - -0.09182877838611603, - 0.7124107480049133 - ] - ], - [ - 1.2999999523162842, - [ - 0.04588485509157181, - -0.7143259048461914, - -0.0940907821059227, - 0.6919392943382263 - ] - ], - [ - 1.3333333730697632, - [ - 0.05415551736950874, - -0.744045615196228, - -0.08765885978937149, - 0.660135805606842 - ] - ], - [ - 1.3666666746139526, - [ - 0.1078101322054863, - -0.7038708329200745, - -0.04269065707921982, - 0.7007997632026672 - ] - ], - [ - 1.399999976158142, - [ - 0.0723915621638298, - -0.6638317704200745, - -0.07106789201498032, - 0.7409697771072388 - ] - ], - [ - 1.4333332777023315, - [ - 0.0675065815448761, - -0.6670507192611694, - -0.07521571218967438, - 0.738125205039978 - ] - ], - [ - 1.4666666984558105, - [ - 0.05980568379163742, - -0.6915425062179565, - -0.08218035101890564, - 0.7151494026184082 - ] - ], - [ - 1.5, - [ - 0.026520725339651108, - -0.770122766494751, - -0.11040883511304855, - 0.6277082562446594 - ] - ], - [ - 1.5333333015441895, - [ - 0.0196986086666584, - -0.8120912313461304, - -0.11566751450300217, - 0.5716126561164856 - ] - ], - [ - 1.5666667222976685, - [ - 0.02438945323228836, - -0.7613753080368042, - -0.11183501034975052, - 0.6381267309188843 - ] - ], - [ - 1.600000023841858, - [ - -0.02314586378633976, - -0.6839706897735596, - -0.1496242731809616, - 0.7136251926422119 - ] - ], - [ - 1.6333333253860474, - [ - -0.01845724694430828, - -0.6700851917266846, - -0.14579933881759644, - 0.7275903820991516 - ] - ], - [ - 1.6666666269302368, - [ - 0.01316989678889513, - -0.6686345934867859, - -0.12010042369365692, - 0.7337099313735962 - ] - ], - [ - 1.7000000476837158, - [ - 0.0435728095471859, - -0.7223869562149048, - -0.09615437686443329, - 0.6833834052085876 - ] - ], - [ - 1.7333333492279053, - [ - 0.09202893078327179, - -0.739958643913269, - -0.05626482143998146, - 0.6639474034309387 - ] - ], - [ - 1.7666666507720947, - [ - 0.11972814798355103, - -0.6960370540618896, - -0.032509010285139084, - 0.7072063088417053 - ] - ], - [ - 1.7999999523162842, - [ - 0.09655876457691193, - -0.6846525073051453, - -0.05155486240983009, - 0.7206035256385803 - ] - ], - [ - 1.8333333730697632, - [ - 0.0834500715136528, - -0.7207944393157959, - -0.06322836875915527, - 0.685196042060852 - ] - ], - [ - 1.8666666746139526, - [ - 0.064604751765728, - -0.7566041946411133, - -0.07914949208498001, - 0.6458418369293213 - ] - ], - [ - 1.899999976158142, - [ - 0.04902801290154457, - -0.8137949705123901, - -0.09169488400220871, - 0.5717744827270508 - ] - ], - [ - 1.9333332777023315, - [ - 0.1407811939716339, - -0.732139527797699, - -0.015413416549563408, - 0.6662693619728088 - ] - ], - [ - 1.9666666984558105, - [ - 0.17395663261413574, - -0.6029707789421082, - 0.017249837517738342, - 0.7783750891685486 - ] - ], - [ - 2.0, - [ - 0.17076753079891205, - -0.5870056748390198, - 0.01554081216454506, - 0.7912150621414185 - ] - ], - [ - 2.0333333015441895, - [ - 0.1843898743391037, - -0.5994724631309509, - 0.026893671602010727, - 0.7784022688865662 - ] - ], - [ - 2.066666603088379, - [ - 0.18448777496814728, - -0.6397302150726318, - 0.025234404951334, - 0.745702862739563 - ] - ], - [ - 2.0999999046325684, - [ - 0.18062511086463928, - -0.6976842880249023, - 0.019956408068537712, - 0.6929739713668823 - ] - ], - [ - 2.133333444595337, - [ - 0.24840743839740753, - -0.6385642290115356, - 0.08122114837169647, - 0.7238318920135498 - ] - ], - [ - 2.1666667461395264, - [ - 0.19945259392261505, - -0.6834646463394165, - 0.03627055510878563, - 0.7012696862220764 - ] - ], - [ - 2.200000047683716, - [ - 0.1647890955209732, - -0.7798939943313599, - 0.005017886403948069, - 0.6038085222244263 - ] - ], - [ - 2.2333333492279053, - [ - -0.12074427306652069, - 0.8623642921447754, - 0.030280906707048416, - -0.49074631929397583 - ] - ], - [ - 2.2666666507720947, - [ - -0.07952695339918137, - 0.9169401526451111, - 0.06091424822807312, - -0.3862459063529968 - ] - ], - [ - 2.299999952316284, - [ - -0.11085493117570877, - 0.9141925573348999, - 0.03440644592046738, - -0.3883032202720642 - ] - ], - [ - 2.3333332538604736, - [ - -0.18169346451759338, - 0.8572640419006348, - -0.022435897961258888, - -0.48123010993003845 - ] - ], - [ - 2.366666555404663, - [ - 0.166298046708107, - -0.7983260154724121, - 0.007025463972240686, - 0.5787671804428101 - ] - ], - [ - 2.4000000953674316, - [ - 0.18873231112957, - -0.7511655688285828, - 0.026359325274825096, - 0.6320092082023621 - ] - ], - [ - 2.433333396911621, - [ - 0.1647064983844757, - -0.7753990292549133, - 0.005429542623460293, - 0.6095889210700989 - ] - ], - [ - 2.4666666984558105, - [ - 0.12944576144218445, - -0.8459320664405823, - -0.023342378437519073, - 0.516815185546875 - ] - ], - [ - 2.5, - [ - -0.1634882688522339, - 0.8619549870491028, - -0.006692402996122837, - -0.47985461354255676 - ] - ], - [ - 2.5333333015441895, - [ - 0.18477903306484222, - -0.8278217315673828, - 0.023253900930285454, - 0.529175877571106 - ] - ], - [ - 2.566666603088379, - [ - 0.12222084403038025, - -0.8166728615760803, - -0.030649466440081596, - 0.5631768107414246 - ] - ], - [ - 2.5999999046325684, - [ - 0.12226472795009613, - -0.8088847994804382, - -0.030675651505589485, - 0.5742958188056946 - ] - ], - [ - 2.633333444595337, - [ - 0.12339267879724503, - -0.8037288188934326, - -0.02972153201699257, - 0.5813010334968567 - ] - ], - [ - 2.6666667461395264, - [ - 0.11788671463727951, - -0.8353749513626099, - -0.03355422616004944, - 0.5358409285545349 - ] - ], - [ - 2.700000047683716, - [ - 0.17126767337322235, - -0.7875070571899414, - 0.010989728383719921, - 0.5919284224510193 - ] - ], - [ - 2.7333333492279053, - [ - 0.1417769342660904, - -0.7543729543685913, - -0.01439620554447174, - 0.6407912969589233 - ] - ], - [ - 2.7666666507720947, - [ - 0.11027359217405319, - -0.753278911113739, - -0.04098587855696678, - 0.6470941305160522 - ] - ], - [ - 2.799999952316284, - [ - 0.11474276334047318, - -0.756935715675354, - -0.03726395592093468, - 0.6422568559646606 - ] - ], - [ - 2.8333332538604736, - [ - 0.13097047805786133, - -0.7587986588478088, - -0.023593878373503685, - 0.6375850439071655 - ] - ], - [ - 2.866666555404663, - [ - 0.15680232644081116, - -0.7865763306617737, - -0.0015377585077658296, - 0.5972508192062378 - ] - ], - [ - 2.9000000953674316, - [ - 0.20273543894290924, - -0.7341827750205994, - 0.03760061040520668, - 0.646885097026825 - ] - ], - [ - 2.933333396911621, - [ - 0.12590086460113525, - -0.7111288905143738, - -0.027531256899237633, - 0.6911488771438599 - ] - ], - [ - 2.9666666984558105, - [ - 0.10273300856351852, - -0.7027037739753723, - -0.04668940231204033, - 0.7024767398834229 - ] - ], - [ - 3.0, - [ - 0.09935620427131653, - -0.6940222978591919, - -0.04926972836256027, - 0.7113606333732605 - ] - ], - [ - 3.0333333015441895, - [ - 0.09180434048175812, - -0.7208458185195923, - -0.05607164278626442, - 0.6846964359283447 - ] - ], - [ - 3.066666603088379, - [ - 0.09449102729558945, - -0.730995237827301, - -0.053989067673683167, - 0.6736487150192261 - ] - ], - [ - 3.0999999046325684, - [ - 0.09342512488365173, - -0.6952273845672607, - -0.05433716997504234, - 0.7106181383132935 - ] - ], - [ - 3.133333444595337, - [ - 0.018502576276659966, - -0.6863209009170532, - -0.11616566777229309, - 0.7177233695983887 - ] - ], - [ - 3.1666667461395264, - [ - -0.008031554520130157, - -0.6895670294761658, - -0.13796108961105347, - 0.710914671421051 - ] - ], - [ - 3.200000047683716, - [ - 0.02238180674612522, - -0.7297221422195435, - -0.11359874904155731, - 0.6738694310188293 - ] - ], - [ - 3.2333333492279053, - [ - 0.0504479743540287, - -0.8128777742385864, - -0.09053485095500946, - 0.5731388926506042 - ] - ], - [ - 3.2666666507720947, - [ - 0.0531829297542572, - -0.8122626543045044, - -0.08831921219825745, - 0.5741086602210999 - ] - ], - [ - 3.299999952316284, - [ - 0.032378580421209335, - -0.7329272627830505, - -0.10530707240104675, - 0.6713268160820007 - ] - ], - [ - 3.3333332538604736, - [ - 0.02331620827317238, - -0.7067601084709167, - -0.11189989000558853, - 0.6981582641601563 - ] - ], - [ - 3.366666555404663, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458823447_1070873.json b/lenses/physics-objects/Scene/assets/1645812458823447_1070873.json deleted file mode 100644 index 796d7036..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458823447_1070873.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458823447:1070873", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458825658_1070886.json b/lenses/physics-objects/Scene/assets/1645812458825658_1070886.json deleted file mode 100644 index 674f4968..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458825658_1070886.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458825658:1070886", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458826103_1070893.json b/lenses/physics-objects/Scene/assets/1645812458826103_1070893.json deleted file mode 100644 index 77bac787..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458826103_1070893.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458826103:1070893", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.152765414910391e-05, - -0.01930941268801689, - 1.5764595673317672e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - -9.152765414910391e-05, - -0.01930941268801689, - 1.5764595673317672e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458826534_1070900.json b/lenses/physics-objects/Scene/assets/1645812458826534_1070900.json deleted file mode 100644 index 6d44c9f5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458826534_1070900.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458826534:1070900", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458828788_1070913.json b/lenses/physics-objects/Scene/assets/1645812458828788_1070913.json deleted file mode 100644 index 1526b262..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458828788_1070913.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458828788:1070913", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458829218_1070920.json b/lenses/physics-objects/Scene/assets/1645812458829218_1070920.json deleted file mode 100644 index 9d45f247..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458829218_1070920.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458829218:1070920", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.153572318609804e-05, - -0.019308792427182198, - 1.7571101125213318e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - -9.153572318609804e-05, - -0.019308792427182198, - 1.7571101125213318e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458829532_1070927.json b/lenses/physics-objects/Scene/assets/1645812458829532_1070927.json deleted file mode 100644 index 3f7a8b17..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458829532_1070927.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458829532:1070927", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458831313_1070940.json b/lenses/physics-objects/Scene/assets/1645812458831313_1070940.json deleted file mode 100644 index e4ced6b1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458831313_1070940.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458831313:1070940", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ], - [ - 6.633333206176758, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458831836_1070947.json b/lenses/physics-objects/Scene/assets/1645812458831836_1070947.json deleted file mode 100644 index 10021c70..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458831836_1070947.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458831836:1070947", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ], - [ - 1.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458832261_1070954.json b/lenses/physics-objects/Scene/assets/1645812458832261_1070954.json deleted file mode 100644 index 31c9a0a0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458832261_1070954.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458832261:1070954", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458834535_1070967.json b/lenses/physics-objects/Scene/assets/1645812458834535_1070967.json deleted file mode 100644 index da2f0ab2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458834535_1070967.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458834535:1070967", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ], - [ - 3.366666555404663, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458835002_1070974.json b/lenses/physics-objects/Scene/assets/1645812458835002_1070974.json deleted file mode 100644 index c649defd..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458835002_1070974.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458835002:1070974", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ], - [ - 1.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458835436_1070981.json b/lenses/physics-objects/Scene/assets/1645812458835436_1070981.json deleted file mode 100644 index 173fe6b0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458835436_1070981.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458835436:1070981", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458838205_1070996.json b/lenses/physics-objects/Scene/assets/1645812458838205_1070996.json deleted file mode 100644 index c0e588d6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458838205_1070996.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458838205:1070996", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644267082214355, - 1.4210854715202004e-14, - 8.090399461480047e-09 - ] - ], - [ - 6.633333206176758, - [ - 2.2644267082214355, - -1.4210854715202004e-14, - 1.633174306903129e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458838744_1071003.json b/lenses/physics-objects/Scene/assets/1645812458838744_1071003.json deleted file mode 100644 index 38a891b0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458838744_1071003.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458838744:1071003", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0312570296227932, - 0.9995114803314209 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0312570296227932, - 0.9995114803314209 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458839075_1071012.json b/lenses/physics-objects/Scene/assets/1645812458839075_1071012.json deleted file mode 100644 index 6398d829..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458839075_1071012.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458839075:1071012", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458852937_1071025.json b/lenses/physics-objects/Scene/assets/1645812458852937_1071025.json deleted file mode 100644 index 61493150..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458852937_1071025.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458852937:1071025", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644267082214355, - 0.0, - -5.600178099030018e-10 - ] - ], - [ - 3.366666555404663, - [ - 2.2644267082214355, - 0.0, - -5.600178099030018e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458853425_1071032.json b/lenses/physics-objects/Scene/assets/1645812458853425_1071032.json deleted file mode 100644 index 0a6078a0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458853425_1071032.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458853425:1071032", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.03125704079866409, - 0.9995114803314209 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.03125704079866409, - 0.9995114803314209 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458853852_1071039.json b/lenses/physics-objects/Scene/assets/1645812458853852_1071039.json deleted file mode 100644 index 3d7d9335..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458853852_1071039.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458853852:1071039", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458856196_1071052.json b/lenses/physics-objects/Scene/assets/1645812458856196_1071052.json deleted file mode 100644 index 7f825d3a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458856196_1071052.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458856196:1071052", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2627172470092773, - -1.4210854715202004e-14, - -7.548242919597214e-09 - ] - ], - [ - 6.633333206176758, - [ - 2.2627172470092773, - 2.842170943040401e-14, - -1.5839031419773164e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458856616_1071059.json b/lenses/physics-objects/Scene/assets/1645812458856616_1071059.json deleted file mode 100644 index 5425d2cc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458856616_1071059.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458856616:1071059", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458857063_1071066.json b/lenses/physics-objects/Scene/assets/1645812458857063_1071066.json deleted file mode 100644 index 93f21e48..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458857063_1071066.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458857063:1071066", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458859361_1071079.json b/lenses/physics-objects/Scene/assets/1645812458859361_1071079.json deleted file mode 100644 index a31f596f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458859361_1071079.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458859361:1071079", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2627172470092773, - 0.0, - 2.6635049721335236e-10 - ] - ], - [ - 3.366666555404663, - [ - 2.2627172470092773, - 0.0, - 2.6635049721335236e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458859849_1071086.json b/lenses/physics-objects/Scene/assets/1645812458859849_1071086.json deleted file mode 100644 index 3438159e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458859849_1071086.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458859849:1071086", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458860280_1071093.json b/lenses/physics-objects/Scene/assets/1645812458860280_1071093.json deleted file mode 100644 index 953d3a51..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458860280_1071093.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458860280:1071093", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458862894_1071106.json b/lenses/physics-objects/Scene/assets/1645812458862894_1071106.json deleted file mode 100644 index cc05cfa7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458862894_1071106.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458862894:1071106", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.260877847671509, - 0.0, - -1.283550954411794e-08 - ] - ], - [ - 6.633333206176758, - [ - 2.260877847671509, - -1.4210854715202004e-14, - -1.9884867086261693e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458863551_1071113.json b/lenses/physics-objects/Scene/assets/1645812458863551_1071113.json deleted file mode 100644 index 2237954d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458863551_1071113.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458863551:1071113", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.036411941051483154, - 0.9993369579315186 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.036411941051483154, - 0.9993369579315186 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458864208_1071120.json b/lenses/physics-objects/Scene/assets/1645812458864208_1071120.json deleted file mode 100644 index e461813b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458864208_1071120.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458864208:1071120", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458867116_1071133.json b/lenses/physics-objects/Scene/assets/1645812458867116_1071133.json deleted file mode 100644 index e865a321..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458867116_1071133.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458867116:1071133", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.260877847671509, - 0.0, - 2.708731017264654e-09 - ] - ], - [ - 3.366666555404663, - [ - 2.260877847671509, - 0.0, - 2.708731017264654e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458867696_1071140.json b/lenses/physics-objects/Scene/assets/1645812458867696_1071140.json deleted file mode 100644 index 5e30a328..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458867696_1071140.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458867696:1071140", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.036411937326192856, - 0.9993369579315186 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.036411937326192856, - 0.9993369579315186 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458868200_1071147.json b/lenses/physics-objects/Scene/assets/1645812458868200_1071147.json deleted file mode 100644 index e41f74c4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458868200_1071147.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458868200:1071147", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458870635_1071160.json b/lenses/physics-objects/Scene/assets/1645812458870635_1071160.json deleted file mode 100644 index 3b9a5bd6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458870635_1071160.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458870635:1071160", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644100189208984, - 1.4210854715202004e-14, - 1.2293353002235108e-08 - ] - ], - [ - 6.633333206176758, - [ - 2.2644100189208984, - -6.402349254233616e-25, - 1.4957786120817218e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458871183_1071167.json b/lenses/physics-objects/Scene/assets/1645812458871183_1071167.json deleted file mode 100644 index d7920c10..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458871183_1071167.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458871183:1071167", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458871754_1071176.json b/lenses/physics-objects/Scene/assets/1645812458871754_1071176.json deleted file mode 100644 index 0fbe6ed5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458871754_1071176.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458871754:1071176", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458884810_1071191.json b/lenses/physics-objects/Scene/assets/1645812458884810_1071191.json deleted file mode 100644 index 8d3d0cd1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458884810_1071191.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458884810:1071191", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644100189208984, - 0.0, - -2.4150601518613257e-09 - ] - ], - [ - 3.366666555404663, - [ - 2.2644100189208984, - 0.0, - -2.4150601518613257e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458885279_1071198.json b/lenses/physics-objects/Scene/assets/1645812458885279_1071198.json deleted file mode 100644 index f8ebf790..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458885279_1071198.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458885279:1071198", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812458885735_1071205.json b/lenses/physics-objects/Scene/assets/1645812458885735_1071205.json deleted file mode 100644 index 02c9fd60..00000000 --- a/lenses/physics-objects/Scene/assets/1645812458885735_1071205.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812458885735:1071205", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812485552595_1105058.json b/lenses/physics-objects/Scene/assets/1645812485552595_1105058.json deleted file mode 100644 index 27c30600..00000000 --- a/lenses/physics-objects/Scene/assets/1645812485552595_1105058.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812485552595:1105058", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.8932132720947266, - 40.48527526855469, - -2.4735374450683594 - ] - ], - [ - 0.0416666679084301, - [ - -0.8932132720947266, - 40.48527526855469, - -2.4735374450683594 - ] - ], - [ - 0.0833333358168602, - [ - -3.5906121730804443, - 50.08885955810547, - -11.102291107177734 - ] - ], - [ - 0.125, - [ - -8.657869338989258, - 67.99440002441406, - -27.44224739074707 - ] - ], - [ - 0.1666666716337204, - [ - -11.557576179504395, - 77.8441162109375, - -37.17396545410156 - ] - ], - [ - 0.2083333432674408, - [ - -11.84611988067627, - 78.19515991210938, - -38.747066497802734 - ] - ], - [ - 0.25, - [ - -12.105833053588867, - 78.5111312866211, - -40.162994384765625 - ] - ], - [ - 0.2916666567325592, - [ - -12.338235855102539, - 78.79387664794922, - -41.43001937866211 - ] - ], - [ - 0.3333333134651184, - [ - -12.544843673706055, - 79.04524230957031, - -42.55642318725586 - ] - ], - [ - 0.3749999701976776, - [ - -12.727174758911133, - 79.2670669555664, - -43.55046463012695 - ] - ], - [ - 0.4166666269302368, - [ - -12.88674545288086, - 79.4612045288086, - -44.42042922973633 - ] - ], - [ - 0.458333283662796, - [ - -13.02507495880127, - 79.62950134277344, - -45.17457962036133 - ] - ], - [ - 0.4999999403953552, - [ - -13.143677711486816, - 79.77379608154297, - -45.821189880371094 - ] - ], - [ - 0.5416666269302368, - [ - -13.244073867797852, - 79.89593505859375, - -46.368534088134766 - ] - ], - [ - 0.5833333134651184, - [ - -13.327778816223145, - 79.99777221679688, - -46.824886322021484 - ] - ], - [ - 0.625, - [ - -13.39631175994873, - 80.0811538696289, - -47.198516845703125 - ] - ], - [ - 0.6666666865348816, - [ - -13.451188087463379, - 80.14791870117188, - -47.49769592285156 - ] - ], - [ - 0.7083333730697632, - [ - -13.493926048278809, - 80.19991302490234, - -47.73069763183594 - ] - ], - [ - 0.7500000596046448, - [ - -13.526041984558105, - 80.23898315429688, - -47.905792236328125 - ] - ], - [ - 0.7916667461395264, - [ - -13.549055099487305, - 80.26698303222656, - -48.031253814697266 - ] - ], - [ - 0.833333432674408, - [ - -13.564480781555176, - 80.28575134277344, - -48.115352630615234 - ] - ], - [ - 0.8750001192092896, - [ - -13.573837280273438, - 80.29713439941406, - -48.16636657714844 - ] - ], - [ - 0.9166668057441711, - [ - -13.578642845153809, - 80.302978515625, - -48.192562103271484 - ] - ], - [ - 0.9583334922790527, - [ - -13.580412864685059, - 80.30513000488281, - -48.202213287353516 - ] - ], - [ - 1.0, - [ - -13.580665588378906, - 80.3054428100586, - -48.203590393066406 - ] - ], - [ - 1.5, - [ - -13.580665588378906, - 80.3054428100586, - -48.203590393066406 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812485552916_1105065.json b/lenses/physics-objects/Scene/assets/1645812485552916_1105065.json deleted file mode 100644 index 26e8a80a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812485552916_1105065.json +++ /dev/null @@ -1,208 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812485552916:1105065", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.0416666679084301, - [ - -7.765523945044541e-17, - 2.236854533276507e-17, - 6.858196810324515e-17, - 1.0 - ] - ], - [ - 0.0833333358168602, - [ - -0.0701470822095871, - 0.015540167689323425, - 0.062096238136291504, - 0.9954807758331299 - ] - ], - [ - 0.125, - [ - -0.204065203666687, - 0.020352955907583237, - 0.18113110959529877, - 0.9618391990661621 - ] - ], - [ - 0.1666666716337204, - [ - -0.27904245257377625, - 0.00806634034961462, - 0.24622170627117157, - 0.9281406998634338 - ] - ], - [ - 0.2083333432674408, - [ - -0.2860453128814697, - 0.005305914208292961, - 0.2491740733385086, - 0.9252362847328186 - ] - ], - [ - 0.25, - [ - -0.2923184931278229, - 0.002767514204606414, - 0.25180116295814514, - 0.92257159948349 - ] - ], - [ - 0.2916666567325592, - [ - -0.297906756401062, - 0.0004500427166931331, - 0.2541262209415436, - 0.9201474189758301 - ] - ], - [ - 0.3333333134651184, - [ - -0.30285367369651794, - -0.0016497421311214566, - 0.25617140531539917, - 0.9179614186286926 - ] - ], - [ - 0.3749999701976776, - [ - -0.3072018027305603, - -0.0035369317047297955, - 0.2579578757286072, - 0.9160088896751404 - ] - ], - [ - 0.4166666269302368, - [ - -0.3109927177429199, - -0.005218244157731533, - 0.25950583815574646, - 0.9142827987670898 - ] - ], - [ - 0.458333283662796, - [ - -0.31426700949668884, - -0.0067018563859164715, - 0.2608346939086914, - 0.9127741456031799 - ] - ], - [ - 0.4999999403953552, - [ - -0.3170645534992218, - -0.007997122593224049, - 0.26196303963661194, - 0.9114721417427063 - ] - ], - [ - 0.5416666269302368, - [ - -0.31942448019981384, - -0.00911445077508688, - 0.2629087567329407, - 0.9103646874427795 - ] - ], - [ - 0.5833333134651184, - [ - -0.3213852345943451, - -0.010065147653222084, - 0.26368921995162964, - 0.90943843126297 - ] - ], - [ - 0.625, - [ - -0.32298481464385986, - -0.010861239396035671, - 0.26432114839553833, - 0.9086788296699524 - ] - ], - [ - 0.6666666865348816, - [ - -0.3242606818675995, - -0.011515299789607525, - 0.26482096314430237, - 0.9080706238746643 - ] - ], - [ - 0.7083333730697632, - [ - -0.3252498507499695, - -0.012040439061820507, - 0.26520460844039917, - 0.9075979590415955 - ] - ], - [ - 0.7500000596046448, - [ - -0.3259892761707306, - -0.012450125068426132, - 0.26548776030540466, - 0.9072443246841431 - ] - ], - [ - 0.833333432674408, - [ - -0.32686474919319153, - -0.012978284619748592, - 0.2658142149448395, - 0.9068262577056885 - ] - ], - [ - 0.9166668057441711, - [ - -0.32717785239219666, - -0.013211848214268684, - 0.26592200994491577, - 0.906678318977356 - ] - ], - [ - 1.5, - [ - -0.3272179961204529, - -0.01326436921954155, - 0.2659313380718231, - 0.9066603183746338 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812485553191_1105072.json b/lenses/physics-objects/Scene/assets/1645812485553191_1105072.json deleted file mode 100644 index b77e3540..00000000 --- a/lenses/physics-objects/Scene/assets/1645812485553191_1105072.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812485553191:1105072", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.5, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812485556794_1105085.json b/lenses/physics-objects/Scene/assets/1645812485556794_1105085.json deleted file mode 100644 index f5ca328d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812485556794_1105085.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812485556794:1105085", - "type": "Asset.IntStepNoLerpAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 1.0, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812485558698_1105098.json b/lenses/physics-objects/Scene/assets/1645812485558698_1105098.json deleted file mode 100644 index e577c374..00000000 --- a/lenses/physics-objects/Scene/assets/1645812485558698_1105098.json +++ /dev/null @@ -1,298 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812485558698:1105098", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.31219482421875, - 20.17280387878418, - 2.2109949588775635 - ] - ], - [ - 0.0833333358168602, - [ - -1.31219482421875, - 20.17280387878418, - 2.2109949588775635 - ] - ], - [ - 0.125, - [ - -1.31219482421875, - 27.394989013671875, - 2.2109949588775635 - ] - ], - [ - 0.1666666716337204, - [ - -1.31219482421875, - 43.37818908691406, - 2.2109949588775635 - ] - ], - [ - 0.2083333432674408, - [ - -1.31219482421875, - 59.59736251831055, - 2.2109949588775635 - ] - ], - [ - 0.25, - [ - -1.31219482421875, - 67.5274658203125, - 2.2109949588775635 - ] - ], - [ - 0.2916666567325592, - [ - -1.5613861083984375, - 68.30487823486328, - 2.2109949588775635 - ] - ], - [ - 0.3333333134651184, - [ - -2.2015304565429688, - 68.79859924316406, - 2.2109949588775635 - ] - ], - [ - 0.3749999701976776, - [ - -3.0714263916015625, - 69.08257293701172, - 2.2109949588775635 - ] - ], - [ - 0.4166666269302368, - [ - -4.009925842285156, - 69.23072052001953, - 2.2109949588775635 - ] - ], - [ - 0.458333283662796, - [ - -4.8558349609375, - 69.31697082519531, - 2.2109949588775635 - ] - ], - [ - 0.4999999403953552, - [ - -5.448005676269531, - 69.41525268554688, - 2.2109949588775635 - ] - ], - [ - 0.5416666865348816, - [ - -5.8675537109375, - 69.54370880126953, - 2.2489991188049316 - ] - ], - [ - 0.5833333730697632, - [ - -6.301216125488281, - 69.67092895507813, - 2.358668327331543 - ] - ], - [ - 0.6250000596046448, - [ - -6.746124267578125, - 69.79653930664063, - 2.533487558364868 - ] - ], - [ - 0.6666667461395264, - [ - -7.199440002441406, - 69.92015838623047, - 2.766941547393799 - ] - ], - [ - 0.708333432674408, - [ - -7.658348083496094, - 70.04141235351563, - 3.052515983581543 - ] - ], - [ - 0.7500001192092896, - [ - -8.119979858398438, - 70.15992736816406, - 3.383695125579834 - ] - ], - [ - 0.7916668057441711, - [ - -8.581512451171875, - 70.27532196044922, - 3.7539641857147217 - ] - ], - [ - 0.8333334922790527, - [ - -9.040092468261719, - 70.3872299194336, - 4.156808376312256 - ] - ], - [ - 0.8750001788139343, - [ - -9.492897033691406, - 70.49526977539063, - 4.585712432861328 - ] - ], - [ - 0.9166668653488159, - [ - -9.937065124511719, - 70.59906005859375, - 5.034161567687988 - ] - ], - [ - 0.9583335518836975, - [ - -10.369773864746094, - 70.69823455810547, - 5.495640754699707 - ] - ], - [ - 1.000000238418579, - [ - -10.788169860839844, - 70.79241180419922, - 5.963634967803955 - ] - ], - [ - 1.041666865348816, - [ - -11.189414978027344, - 70.88121032714844, - 6.431628227233887 - ] - ], - [ - 1.0833334922790527, - [ - -11.570671081542969, - 70.96427154541016, - 6.893106460571289 - ] - ], - [ - 1.1250001192092896, - [ - -11.929100036621094, - 71.04119873046875, - 7.341554641723633 - ] - ], - [ - 1.1666667461395264, - [ - -12.261856079101563, - 71.11162567138672, - 7.770457744598389 - ] - ], - [ - 1.2083333730697632, - [ - -12.566108703613281, - 71.17517852783203, - 8.173301696777344 - ] - ], - [ - 1.25, - [ - -12.839012145996094, - 71.23147583007813, - 8.543570518493652 - ] - ], - [ - 1.2916666269302368, - [ - -13.077713012695313, - 71.28014373779297, - 8.874749183654785 - ] - ], - [ - 1.3333332538604736, - [ - -13.279388427734375, - 71.32080078125, - 9.160322189331055 - ] - ], - [ - 1.3749998807907104, - [ - -13.441192626953125, - 71.35308837890625, - 9.393776893615723 - ] - ], - [ - 1.4166665077209473, - [ - -13.560287475585938, - 71.3766098022461, - 9.568595886230469 - ] - ], - [ - 1.458333134651184, - [ - -13.633827209472656, - 71.39099884033203, - 9.678264617919922 - ] - ], - [ - 1.5, - [ - -13.658966064453125, - 71.39588165283203, - 9.716269493103027 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812485558953_1105105.json b/lenses/physics-objects/Scene/assets/1645812485558953_1105105.json deleted file mode 100644 index ec2543a7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812485558953_1105105.json +++ /dev/null @@ -1,325 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812485558953:1105105", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.0833333358168602, - [ - -1.0113112154306786e-16, - -3.688325114688075e-33, - 3.647072077098556e-17, - 1.0 - ] - ], - [ - 0.125, - [ - -0.024441061541438103, - -0.007072694133967161, - 0.008748718537390232, - 0.9996379613876343 - ] - ], - [ - 0.1666666716337204, - [ - -0.07891623675823212, - -0.05660500377416611, - 0.025252871215343475, - 0.9949524402618408 - ] - ], - [ - 0.2083333432674408, - [ - -0.13016363978385925, - -0.1876274049282074, - 0.02637816220521927, - 0.9732202291488647 - ] - ], - [ - 0.25, - [ - -0.13683703541755676, - -0.4240838289260864, - -0.012990965507924557, - 0.8951311707496643 - ] - ], - [ - 0.2916666567325592, - [ - -0.06885514408349991, - -0.7533419728279114, - -0.10071418434381485, - 0.646213173866272 - ] - ], - [ - 0.3333333134651184, - [ - -0.06480127573013306, - 0.9664167761802673, - 0.2013765275478363, - -0.14590014517307281 - ] - ], - [ - 0.3749999701976776, - [ - -0.19670230150222778, - 0.8412148356437683, - 0.24506328999996185, - 0.4400111436843872 - ] - ], - [ - 0.4166666269302368, - [ - -0.2525923252105713, - 0.4408828318119049, - 0.20653165876865387, - 0.8361603617668152 - ] - ], - [ - 0.458333283662796, - [ - -0.2373649626970291, - 0.04281873628497124, - 0.13372685015201569, - 0.9612187743186951 - ] - ], - [ - 0.4999999403953552, - [ - -0.2171744555234909, - -0.1324869990348816, - 0.09499397873878479, - 0.9624232649803162 - ] - ], - [ - 0.5416666865348816, - [ - -0.2157379686832428, - -0.15610064566135406, - 0.090499646961689, - 0.9596350789070129 - ] - ], - [ - 0.5833333730697632, - [ - -0.21428388357162476, - -0.1776421219110489, - 0.08621141314506531, - 0.956605076789856 - ] - ], - [ - 0.6250000596046448, - [ - -0.21284985542297363, - -0.19721351563930511, - 0.08215077966451645, - 0.9534426927566528 - ] - ], - [ - 0.6666667461395264, - [ - -0.21146705746650696, - -0.2149180769920349, - 0.07833437621593475, - 0.9502397775650024 - ] - ], - [ - 0.708333432674408, - [ - -0.21016040444374084, - -0.2308596819639206, - 0.0747741162776947, - 0.94707190990448 - ] - ], - [ - 0.7500001192092896, - [ - -0.20894944667816162, - -0.24514082074165344, - 0.07147803157567978, - 0.9440005421638489 - ] - ], - [ - 0.7916668057441711, - [ - -0.20784850418567657, - -0.2578626573085785, - 0.06845031678676605, - 0.9410740733146667 - ] - ], - [ - 0.8333334922790527, - [ - -0.20686711370944977, - -0.2691260874271393, - 0.06569136679172516, - 0.93832927942276 - ] - ], - [ - 0.8750001788139343, - [ - -0.20601093769073486, - -0.2790282368659973, - 0.06319903582334518, - 0.9357930421829224 - ] - ], - [ - 0.9166668653488159, - [ - -0.20528186857700348, - -0.28766465187072754, - 0.0609683059155941, - 0.9334834218025208 - ] - ], - [ - 0.9583335518836975, - [ - -0.20467843115329742, - -0.29512888193130493, - 0.05899171531200409, - 0.931410551071167 - ] - ], - [ - 1.000000238418579, - [ - -0.20419630408287048, - -0.3015124201774597, - 0.057259637862443924, - 0.9295781254768372 - ] - ], - [ - 1.041666865348816, - [ - -0.20382876694202423, - -0.30690431594848633, - 0.05576076731085777, - 0.9279839992523193 - ] - ], - [ - 1.0833334922790527, - [ - -0.2035667598247528, - -0.31139251589775085, - 0.05448196828365326, - 0.9266212582588196 - ] - ], - [ - 1.1250001192092896, - [ - -0.20339958369731903, - -0.31506288051605225, - 0.053408823907375336, - 0.9254790544509888 - ] - ], - [ - 1.1666667461395264, - [ - -0.20331496000289917, - -0.31799986958503723, - 0.05252576246857643, - 0.9245432019233704 - ] - ], - [ - 1.2083333730697632, - [ - -0.20329922437667847, - -0.3202872574329376, - 0.051816049963235855, - 0.9237968325614929 - ] - ], - [ - 1.25, - [ - -0.20333793759346008, - -0.32200711965560913, - 0.051262348890304565, - 0.9232211112976074 - ] - ], - [ - 1.2916666269302368, - [ - -0.20341572165489197, - -0.3232412338256836, - 0.05084645748138428, - 0.9227956533432007 - ] - ], - [ - 1.3333332538604736, - [ - -0.20351660251617432, - -0.3240708112716675, - 0.05054967477917671, - 0.9224987030029297 - ] - ], - [ - 1.3749998807907104, - [ - -0.20362432301044464, - -0.32457610964775085, - 0.05035299062728882, - 0.9223080277442932 - ] - ], - [ - 1.4166665077209473, - [ - -0.20372213423252106, - -0.32483789324760437, - 0.05023687332868576, - 0.9222005605697632 - ] - ], - [ - 1.5, - [ - -0.20382067561149597, - -0.32495132088661194, - 0.05016769468784332, - 0.9221426248550415 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812485559196_1105112.json b/lenses/physics-objects/Scene/assets/1645812485559196_1105112.json deleted file mode 100644 index a10ac200..00000000 --- a/lenses/physics-objects/Scene/assets/1645812485559196_1105112.json +++ /dev/null @@ -1,274 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812485559196:1105112", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.5367323756217957, - 0.5367323756217957, - 0.5367323756217957 - ] - ], - [ - 0.0833333358168602, - [ - 0.5367323756217957, - 0.5367323756217957, - 0.5367323756217957 - ] - ], - [ - 0.125, - [ - 0.5871933698654175, - 0.5871933698654175, - 0.5871933698654175 - ] - ], - [ - 0.1666666716337204, - [ - 0.7031406164169312, - 0.7031406164169312, - 0.7031406164169312 - ] - ], - [ - 0.2083333432674408, - [ - 0.8314209580421448, - 0.8314209580421448, - 0.8314209580421448 - ] - ], - [ - 0.25, - [ - 0.9188809394836426, - 0.9188809394836426, - 0.9188809394836426 - ] - ], - [ - 0.2916666567325592, - [ - 0.960452675819397, - 0.960452675819397, - 0.960452675819397 - ] - ], - [ - 0.3333333134651184, - [ - 0.9886046648025513, - 0.9886046648025513, - 0.9886046648025513 - ] - ], - [ - 0.3749999701976776, - [ - 1.0064889192581177, - 1.0064889192581177, - 1.0064889192581177 - ] - ], - [ - 0.4166666269302368, - [ - 1.0172573328018188, - 1.0172573328018188, - 1.0172573328018188 - ] - ], - [ - 0.458333283662796, - [ - 1.024061679840088, - 1.024061679840088, - 1.024061679840088 - ] - ], - [ - 0.4999999403953552, - [ - 1.0300542116165161, - 1.0300542116165161, - 1.0300542116165161 - ] - ], - [ - 0.5416666865348816, - [ - 1.036595106124878, - 1.036595106124878, - 1.036595106124878 - ] - ], - [ - 0.6250000596046448, - [ - 1.0490777492523193, - 1.0490777492523193, - 1.0490777492523193 - ] - ], - [ - 0.708333432674408, - [ - 1.060713529586792, - 1.060713529586792, - 1.060713529586792 - ] - ], - [ - 0.7916668057441711, - [ - 1.0714445114135742, - 1.0714445114135742, - 1.0714445114135742 - ] - ], - [ - 0.8333334922790527, - [ - 1.0764529705047607, - 1.0764529705047607, - 1.0764529705047607 - ] - ], - [ - 0.8750001788139343, - [ - 1.0812135934829712, - 1.0812135934829712, - 1.0812135934829712 - ] - ], - [ - 0.9166668653488159, - [ - 1.0857192277908325, - 1.0857192277908325, - 1.0857192277908325 - ] - ], - [ - 0.9583335518836975, - [ - 1.0899627208709717, - 1.0899627208709717, - 1.0899627208709717 - ] - ], - [ - 1.000000238418579, - [ - 1.0939370393753052, - 1.0939370393753052, - 1.0939370393753052 - ] - ], - [ - 1.041666865348816, - [ - 1.0976345539093018, - 1.0976345539093018, - 1.0976345539093018 - ] - ], - [ - 1.0833334922790527, - [ - 1.1010483503341675, - 1.1010483503341675, - 1.1010483503341675 - ] - ], - [ - 1.1250001192092896, - [ - 1.1041713953018188, - 1.1041713953018188, - 1.1041713953018188 - ] - ], - [ - 1.1666667461395264, - [ - 1.1069960594177246, - 1.1069960594177246, - 1.1069960594177246 - ] - ], - [ - 1.2083333730697632, - [ - 1.1095154285430908, - 1.1095154285430908, - 1.1095154285430908 - ] - ], - [ - 1.25, - [ - 1.1117222309112549, - 1.1117222309112549, - 1.1117222309112549 - ] - ], - [ - 1.2916666269302368, - [ - 1.1136093139648438, - 1.1136093139648438, - 1.1136093139648438 - ] - ], - [ - 1.3333332538604736, - [ - 1.1151695251464844, - 1.1151695251464844, - 1.1151695251464844 - ] - ], - [ - 1.3749998807907104, - [ - 1.1163954734802246, - 1.1163954734802246, - 1.1163954734802246 - ] - ], - [ - 1.4166665077209473, - [ - 1.117280125617981, - 1.117280125617981, - 1.117280125617981 - ] - ], - [ - 1.458333134651184, - [ - 1.1178162097930908, - 1.1178162097930908, - 1.1178162097930908 - ] - ], - [ - 1.5, - [ - 1.1179964542388916, - 1.1179964542388916, - 1.1179964542388916 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812485561302_1105125.json b/lenses/physics-objects/Scene/assets/1645812485561302_1105125.json deleted file mode 100644 index 8f4a204a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812485561302_1105125.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812485561302:1105125", - "type": "Asset.IntStepNoLerpAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 1.5, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715851829_1489815.json b/lenses/physics-objects/Scene/assets/1645812715851829_1489815.json deleted file mode 100644 index 35bf8265..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715851829_1489815.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715851829:1489815", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.440892098500626e-16, - 1.4533743858337402, - 0.5034739971160889 - ] - ], - [ - 11.375, - [ - 4.440892098500626e-16, - 1.4533743858337402, - 0.5034739971160889 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715852005_1489822.json b/lenses/physics-objects/Scene/assets/1645812715852005_1489822.json deleted file mode 100644 index cdb7390a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715852005_1489822.json +++ /dev/null @@ -1,1954 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715852005:1489822", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026034293696284294, - -0.09112615883350372, - 0.0763770192861557, - 0.992564857006073 - ] - ], - [ - 0.0416666679084301, - [ - -0.026034293696284294, - -0.09112615883350372, - 0.0763770192861557, - 0.992564857006073 - ] - ], - [ - 0.0833333358168602, - [ - -0.029150430113077164, - -0.07873201370239258, - 0.06913546472787857, - 0.9940683245658875 - ] - ], - [ - 0.125, - [ - -0.03242037817835808, - -0.06476188451051712, - 0.06102025881409645, - 0.9955055713653564 - ] - ], - [ - 0.1666666716337204, - [ - -0.03564561530947685, - -0.04977511614561081, - 0.052371714264154434, - 0.9967493414878845 - ] - ], - [ - 0.2083333283662796, - [ - -0.038663942366838455, - -0.034342795610427856, - 0.043529849499464035, - 0.9977127909660339 - ] - ], - [ - 0.25, - [ - -0.04135516285896301, - -0.019046464934945107, - 0.03483176976442337, - 0.9983556270599365 - ] - ], - [ - 0.2916666567325592, - [ - -0.0436425507068634, - -0.004475442226976156, - 0.026608919724822044, - 0.9986828565597534 - ] - ], - [ - 0.3333333432674408, - [ - -0.045490168035030365, - 0.008776375092566013, - 0.01918521523475647, - 0.9987419843673706 - ] - ], - [ - 0.375, - [ - -0.04689566045999527, - 0.020113669335842133, - 0.01287639606744051, - 0.9986142516136169 - ] - ], - [ - 0.4166666567325592, - [ - -0.04787857457995415, - 0.028942247852683067, - 0.007991219870746136, - 0.9984018802642822 - ] - ], - [ - 0.4583333432674408, - [ - -0.048464130610227585, - 0.03467049449682236, - 0.004834706895053387, - 0.9982113242149353 - ] - ], - [ - 0.5, - [ - -0.04866271838545799, - 0.03671007230877876, - 0.0037133358418941498, - 0.9981335401535034 - ] - ], - [ - 0.5416666865348816, - [ - -0.04818488657474518, - 0.034917838871479034, - 0.005821572616696358, - 0.9982109069824219 - ] - ], - [ - 0.5833333134651184, - [ - -0.04681450128555298, - 0.0300147607922554, - 0.011612881906330585, - 0.9983850121498108 - ] - ], - [ - 0.625, - [ - -0.04461723193526268, - 0.02272115647792816, - 0.020294902846217155, - 0.9985395073890686 - ] - ], - [ - 0.6666666865348816, - [ - -0.04165700078010559, - 0.013762515038251877, - 0.031074635684490204, - 0.9985538721084595 - ] - ], - [ - 0.7083333134651184, - [ - -0.03803161159157753, - 0.0038600375410169363, - 0.04314875975251198, - 0.9983371496200562 - ] - ], - [ - 0.75, - [ - -0.03389574959874153, - -0.0062785097397863865, - 0.055699095129966736, - 0.9978524446487427 - ] - ], - [ - 0.7916666865348816, - [ - -0.029471270740032196, - -0.015966642647981644, - 0.06789222359657288, - 0.9971295595169067 - ] - ], - [ - 0.8333333134651184, - [ - -0.025045398622751236, - -0.02454429864883423, - 0.0788823813199997, - 0.9962669610977173 - ] - ], - [ - 0.875, - [ - -0.02095750905573368, - -0.0313783697783947, - 0.08781535923480988, - 0.995421826839447 - ] - ], - [ - 0.9166666865348816, - [ - -0.017575407400727272, - -0.03585699945688248, - 0.09383215010166168, - 0.9947869777679443 - ] - ], - [ - 0.9583333134651184, - [ - -0.01526170875877142, - -0.03737729415297508, - 0.09607117623090744, - 0.9945553541183472 - ] - ], - [ - 1.0, - [ - -0.013669662177562714, - -0.03688868507742882, - 0.09527979046106339, - 0.9946728944778442 - ] - ], - [ - 1.0416666269302368, - [ - -0.012221785262227058, - -0.03580112010240555, - 0.09290874749422073, - 0.9949557185173035 - ] - ], - [ - 1.0833333730697632, - [ - -0.010902700945734978, - -0.03419686481356621, - 0.0891508162021637, - 0.9953712224960327 - ] - ], - [ - 1.125, - [ - -0.009694764390587807, - -0.03215624392032623, - 0.08419905602931976, - 0.9958828687667847 - ] - ], - [ - 1.1666666269302368, - [ - -0.008579998277127743, - -0.029757961630821228, - 0.07824733108282089, - 0.996452808380127 - ] - ], - [ - 1.2083333730697632, - [ - -0.007541717495769262, - -0.027079403400421143, - 0.07149052619934082, - 0.99704509973526 - ] - ], - [ - 1.25, - [ - -0.006565816234797239, - -0.024196835234761238, - 0.06412480026483536, - 0.9976269006729126 - ] - ], - [ - 1.4166666269302368, - [ - -0.003141685388982296, - -0.012119155377149582, - 0.03253907337784767, - 0.999392032623291 - ] - ], - [ - 1.4583333730697632, - [ - -0.002409399254247546, - -0.009328755550086498, - 0.025112422183156013, - 0.9996383190155029 - ] - ], - [ - 1.5, - [ - -0.0017439019866287708, - -0.006773671135306358, - 0.01827615685760975, - 0.9998084902763367 - ] - ], - [ - 1.5416666269302368, - [ - -0.0011603706516325474, - -0.00452466681599617, - 0.012231896631419659, - 0.999914288520813 - ] - ], - [ - 1.5833333730697632, - [ - -0.000676274998113513, - -0.002652179915457964, - 0.007181129883974791, - 0.9999704957008362 - ] - ], - [ - 1.625, - [ - -0.00031005992786958814, - -0.001226620515808463, - 0.00332509889267385, - 0.9999936819076538 - ] - ], - [ - 1.6666666269302368, - [ - -7.95366067904979e-05, - -0.0003187210240866989, - 0.0008646040805615485, - 0.9999995827674866 - ] - ], - [ - 1.7083333730697632, - [ - -9.030241289974261e-14, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 1.75, - [ - -0.07088203728199005, - -0.0, - 0.0, - 0.9974848031997681 - ] - ], - [ - 1.8333333730697632, - [ - -0.3737829625606537, - -0.0, - 0.0, - 0.9275162220001221 - ] - ], - [ - 1.875, - [ - -0.43858692049980164, - -0.0, - 0.0, - 0.898688793182373 - ] - ], - [ - 1.9166666269302368, - [ - -0.42399853467941284, - -0.0, - 0.0, - 0.9056628942489624 - ] - ], - [ - 1.9583333730697632, - [ - -0.383440762758255, - -0.0, - 0.0, - 0.9235655069351196 - ] - ], - [ - 2.0, - [ - -0.32146355509757996, - -0.0, - 0.0, - 0.9469219446182251 - ] - ], - [ - 2.0416667461395264, - [ - -0.24292680621147156, - -0.0, - 0.0, - 0.9700446128845215 - ] - ], - [ - 2.0833332538604736, - [ - -0.15349146723747253, - -0.0, - 0.0, - 0.9881500005722046 - ] - ], - [ - 2.125, - [ - -0.059653766453266144, - -0.0, - 0.0, - 0.9982191324234009 - ] - ], - [ - 2.1666667461395264, - [ - 0.03158729523420334, - 0.0, - 0.0, - 0.9995009899139404 - ] - ], - [ - 2.2083332538604736, - [ - 0.11324143409729004, - 0.0, - 0.0, - 0.9935675263404846 - ] - ], - [ - 2.25, - [ - 0.17876334488391876, - 0.0, - 0.0, - 0.9838922023773193 - ] - ], - [ - 2.2916667461395264, - [ - 0.2221960425376892, - 0.0, - 0.0, - 0.975002110004425 - ] - ], - [ - 2.3333332538604736, - [ - 0.23793189227581024, - 0.0, - 0.0, - 0.9712818264961243 - ] - ], - [ - 2.375, - [ - 0.2112974226474762, - 0.005292375572025776, - -0.006514709442853928, - 0.9773858785629272 - ] - ], - [ - 2.4166667461395264, - [ - 0.14728161692619324, - 0.019400324672460556, - -0.020839907228946686, - 0.9886847138404846 - ] - ], - [ - 2.4583332538604736, - [ - 0.0702931359410286, - 0.038825683295726776, - -0.03544110059738159, - 0.9961402416229248 - ] - ], - [ - 2.5, - [ - 0.005347861908376217, - 0.05729293078184128, - -0.0452958308160305, - 0.997314989566803 - ] - ], - [ - 2.5416667461395264, - [ - -0.023126382380723953, - 0.06641224771738052, - -0.04860569164156914, - 0.9963394403457642 - ] - ], - [ - 2.5833332538604736, - [ - -0.025329429656267166, - 0.06790176779031754, - -0.048086389899253845, - 0.9962105751037598 - ] - ], - [ - 2.625, - [ - -0.02735750377178192, - 0.06922299414873123, - -0.04696899652481079, - 0.9961193203926086 - ] - ], - [ - 2.6666667461395264, - [ - -0.029220327734947205, - 0.07038240879774094, - -0.04530932754278183, - 0.9960620403289795 - ] - ], - [ - 2.7083332538604736, - [ - -0.030926870182156563, - 0.07138746231794357, - -0.04316282272338867, - 0.9960343241691589 - ] - ], - [ - 2.75, - [ - -0.032485492527484894, - 0.07224646210670471, - -0.04058457911014557, - 0.9960311651229858 - ] - ], - [ - 2.7916667461395264, - [ - -0.033904001116752625, - 0.07296836376190186, - -0.03762943297624588, - 0.9960473775863647 - ] - ], - [ - 2.8333332538604736, - [ - -0.03518979251384735, - 0.07356268167495728, - -0.034351978451013565, - 0.9960774779319763 - ] - ], - [ - 2.9166667461395264, - [ - -0.03739142417907715, - 0.07440884411334991, - -0.02704753912985325, - 0.9961594343185425 - ] - ], - [ - 3.0416667461395264, - [ - -0.03987083584070206, - 0.07497967034578323, - -0.015029452741146088, - 0.9962742924690247 - ] - ], - [ - 3.1666667461395264, - [ - -0.0415249802172184, - 0.07497061043977737, - -0.003033169312402606, - 0.9963162541389465 - ] - ], - [ - 3.25, - [ - -0.042262546718120575, - 0.07478499412536621, - 0.004233833402395248, - 0.9962947368621826 - ] - ], - [ - 3.2916667461395264, - [ - -0.04254376143217087, - 0.07466960698366165, - 0.007486698683351278, - 0.9962722659111023 - ] - ], - [ - 3.3333332538604736, - [ - -0.042776741087436676, - 0.07455270737409592, - 0.01041403878480196, - 0.9962447285652161 - ] - ], - [ - 3.375, - [ - -0.04296925291419029, - 0.0744442567229271, - 0.012962090782821178, - 0.9962146878242493 - ] - ], - [ - 3.4166667461395264, - [ - -0.031433675438165665, - 0.07063624262809753, - 0.014035699889063835, - 0.9969079494476318 - ] - ], - [ - 3.4583332538604736, - [ - -0.0006622229120694101, - 0.06077057123184204, - 0.013412388041615486, - 0.9980614185333252 - ] - ], - [ - 3.5, - [ - 0.0430031418800354, - 0.04683813452720642, - 0.012508347630500793, - 0.9978980422019958 - ] - ], - [ - 3.5416667461395264, - [ - 0.09306579828262329, - 0.030889736488461494, - 0.012464066036045551, - 0.9951026439666748 - ] - ], - [ - 3.5833332538604736, - [ - 0.14294487237930298, - 0.015044868923723698, - 0.013745317235589027, - 0.9895208477973938 - ] - ], - [ - 3.625, - [ - 0.18616493046283722, - 0.0013857039157301188, - 0.01601349376142025, - 0.982387125492096 - ] - ], - [ - 3.6666667461395264, - [ - 0.2165040522813797, - -0.00814481358975172, - 0.01827104017138481, - 0.9760767817497253 - ] - ], - [ - 3.7083332538604736, - [ - 0.22795191407203674, - -0.011726544238626957, - 0.01926461234688759, - 0.9734112620353699 - ] - ], - [ - 3.75, - [ - 0.22782835364341736, - -0.011766458861529827, - 0.018980322405695915, - 0.9734451770782471 - ] - ], - [ - 3.7916667461395264, - [ - 0.22697968780994415, - -0.011734426021575928, - 0.01831749640405178, - 0.9736565351486206 - ] - ], - [ - 3.8333332538604736, - [ - 0.22468823194503784, - -0.01140103954821825, - 0.017562318593263626, - 0.974205732345581 - ] - ], - [ - 3.875, - [ - 0.2202335000038147, - -0.010536383837461472, - 0.017006196081638336, - 0.975242018699646 - ] - ], - [ - 3.9166667461395264, - [ - 0.1960328221321106, - -0.008316856808960438, - 0.02085542492568493, - 0.9803403615951538 - ] - ], - [ - 3.9583332538604736, - [ - 0.14138883352279663, - -0.0053197043016552925, - 0.031892042607069016, - 0.9894260168075562 - ] - ], - [ - 4.0, - [ - 0.06611168384552002, - -0.0037298898678272963, - 0.04812868684530258, - 0.9966439604759216 - ] - ], - [ - 4.041666507720947, - [ - -0.019263556227087975, - -0.005212885327637196, - 0.0671105831861496, - 0.9975459575653076 - ] - ], - [ - 4.083333492279053, - [ - -0.10363936424255371, - -0.010089376010000706, - 0.0860125795006752, - 0.9908375144004822 - ] - ], - [ - 4.125, - [ - -0.1760721206665039, - -0.017044447362422943, - 0.10208302736282349, - 0.9789215326309204 - ] - ], - [ - 4.166666507720947, - [ - -0.2264193594455719, - -0.02344524674117565, - 0.11304952204227448, - 0.9671630859375 - ] - ], - [ - 4.208333492279053, - [ - -0.2452792227268219, - -0.026188058778643608, - 0.11709810048341751, - 0.9619981050491333 - ] - ], - [ - 4.25, - [ - -0.2444990575313568, - -0.025766901671886444, - 0.11583001166582108, - 0.9623615145683289 - ] - ], - [ - 4.291666507720947, - [ - -0.24225367605686188, - -0.024645214900374413, - 0.11248759180307388, - 0.9633547067642212 - ] - ], - [ - 4.333333492279053, - [ - -0.23868297040462494, - -0.023043714463710785, - 0.10776078701019287, - 0.9648248553276062 - ] - ], - [ - 4.375, - [ - -0.2339276373386383, - -0.021183794364333153, - 0.10234025865793228, - 0.966620683670044 - ] - ], - [ - 4.416666507720947, - [ - -0.22813282907009125, - -0.019276535138487816, - 0.09692081809043884, - 0.968602180480957 - ] - ], - [ - 4.458333492279053, - [ - -0.22144964337348938, - -0.017514068633317947, - 0.09220397472381592, - 0.970645010471344 - ] - ], - [ - 4.5, - [ - -0.21403580904006958, - -0.016063261777162552, - 0.0888989195227623, - 0.9726396203041077 - ] - ], - [ - 4.541666507720947, - [ - -0.20605310797691345, - -0.015061452984809875, - 0.08772168308496475, - 0.9744845628738403 - ] - ], - [ - 4.583333492279053, - [ - -0.19706501066684723, - -0.01331966184079647, - 0.09323935955762863, - 0.975855827331543 - ] - ], - [ - 4.625, - [ - -0.1867942065000534, - -0.009780197404325008, - 0.10721373558044434, - 0.9764822125434875 - ] - ], - [ - 4.666666507720947, - [ - -0.1756603866815567, - -0.004825857933610678, - 0.12615638971328735, - 0.9763220548629761 - ] - ], - [ - 4.708333492279053, - [ - -0.1640169471502304, - 0.0010205985745415092, - 0.14660942554473877, - 0.9755014777183533 - ] - ], - [ - 4.75, - [ - -0.15207719802856445, - 0.007065560668706894, - 0.16518442332744598, - 0.9744417667388916 - ] - ], - [ - 4.791666507720947, - [ - -0.13989292085170746, - 0.0124365771189332, - 0.17858979105949402, - 0.9738486409187317 - ] - ], - [ - 4.833333492279053, - [ - -0.12740053236484528, - 0.01608245074748993, - 0.18362212181091309, - 0.9745734333992004 - ] - ], - [ - 4.875, - [ - -0.11480887979269028, - 0.01826534792780876, - 0.17724010348320007, - 0.9772775769233704 - ] - ], - [ - 4.916666507720947, - [ - -0.10222353786230087, - 0.019750842824578285, - 0.16044722497463226, - 0.9815380573272705 - ] - ], - [ - 4.958333492279053, - [ - -0.08946580439805984, - 0.020216025412082672, - 0.13613998889923096, - 0.9864345192909241 - ] - ], - [ - 5.0, - [ - -0.07640353590250015, - 0.019468767568469048, - 0.10725097358226776, - 0.9911008477210999 - ] - ], - [ - 5.041666507720947, - [ - -0.06290681660175323, - 0.017441002652049065, - 0.07677122205495834, - 0.994909405708313 - ] - ], - [ - 5.083333492279053, - [ - -0.04880695417523384, - 0.014191573485732079, - 0.04774358868598938, - 0.9975655674934387 - ] - ], - [ - 5.125, - [ - -0.03386254608631134, - 0.009919836185872555, - 0.023236168548464775, - 0.9991071224212646 - ] - ], - [ - 5.166666507720947, - [ - -0.017737310379743576, - 0.004993872717022896, - 0.006310189142823219, - 0.9998102784156799 - ] - ], - [ - 5.208333492279053, - [ - 8.971225895493262e-08, - -2.164804868698411e-08, - 2.0199708333952515e-13, - 1.0 - ] - ], - [ - 5.25, - [ - 0.029383724555373192, - -0.005954049993306398, - 0.00999857485294342, - 0.999500572681427 - ] - ], - [ - 5.291666507720947, - [ - 0.06986936926841736, - -0.011568180285394192, - 0.03229761868715286, - 0.9969660639762878 - ] - ], - [ - 5.333333492279053, - [ - 0.1057635173201561, - -0.01444908045232296, - 0.05481009557843208, - 0.992774486541748 - ] - ], - [ - 5.375, - [ - 0.12122677266597748, - -0.015068205073475838, - 0.0650704875588417, - 0.9903751015663147 - ] - ], - [ - 5.541666507720947, - [ - 0.12122677266597748, - -0.015068205073475838, - 0.0650704875588417, - 0.9903751015663147 - ] - ], - [ - 5.583333492279053, - [ - 0.07186334580183029, - -0.025614699348807335, - 0.054156675934791565, - 0.995613694190979 - ] - ], - [ - 5.625, - [ - -0.037810683250427246, - -0.04497970640659332, - 0.027206694707274437, - 0.9979012608528137 - ] - ], - [ - 5.666666507720947, - [ - -0.1476750373840332, - -0.05857805907726288, - -0.0030354156624525785, - 0.9872950315475464 - ] - ], - [ - 5.708333492279053, - [ - -0.1972426027059555, - -0.0627192035317421, - -0.017605388537049294, - 0.9781879782676697 - ] - ], - [ - 5.75, - [ - -0.15200208127498627, - -0.06346318125724792, - -0.014699411578476429, - 0.9862310886383057 - ] - ], - [ - 5.833333492279053, - [ - 0.04958122596144676, - -0.06512296944856644, - -0.0016270665219053626, - 0.9966434836387634 - ] - ], - [ - 5.875, - [ - 0.09540935605764389, - -0.06512882560491562, - 0.0013726090546697378, - 0.9933043122291565 - ] - ], - [ - 5.916666507720947, - [ - 0.08062846958637238, - -0.05497518926858902, - 0.00033150482340715826, - 0.995227038860321 - ] - ], - [ - 5.958333492279053, - [ - 0.04791509732604027, - -0.03257733955979347, - -0.000881275103893131, - 0.9983197450637817 - ] - ], - [ - 6.0, - [ - 0.015002956613898277, - -0.010167446918785572, - -0.0006117516895756125, - 0.9998356699943542 - ] - ], - [ - 6.041666507720947, - [ - 3.063562858257596e-13, - -2.059130047461083e-13, - -1.5609636453968283e-14, - 1.0 - ] - ], - [ - 6.708333492279053, - [ - -2.9708852071082968e-21, - -7.94390662734075e-14, - -5.157971895734456e-14, - 1.0 - ] - ], - [ - 6.75, - [ - -6.87000501784496e-05, - -0.004835037514567375, - -0.0031397396232932806, - 0.9999834895133972 - ] - ], - [ - 6.791666507720947, - [ - -0.0006406016764231026, - -0.01808585599064827, - -0.011753401719033718, - 0.9997671246528625 - ] - ], - [ - 6.833333492279053, - [ - -0.0023760369513183832, - -0.037846069782972336, - -0.02464441955089569, - 0.9989768266677856 - ] - ], - [ - 6.875, - [ - -0.005940929055213928, - -0.06215985119342804, - -0.040633246302604675, - 0.997221052646637 - ] - ], - [ - 6.916666507720947, - [ - -0.011864453554153442, - -0.08902415633201599, - -0.058563072234392166, - 0.994235634803772 - ] - ], - [ - 6.958333492279053, - [ - -0.020444253459572792, - -0.11641409248113632, - -0.07730890810489655, - 0.9899763464927673 - ] - ], - [ - 7.0, - [ - -0.031703829765319824, - -0.14232654869556427, - -0.09578517079353333, - 0.9846640229225159 - ] - ], - [ - 7.041666507720947, - [ - -0.04540643468499184, - -0.164831280708313, - -0.11294325441122055, - 0.9787813425064087 - ] - ], - [ - 7.083333492279053, - [ - -0.06112241744995117, - -0.18210971355438232, - -0.12774205207824707, - 0.9730272889137268 - ] - ], - [ - 7.125, - [ - -0.0783446729183197, - -0.19247432053089142, - -0.13908344507217407, - 0.9682311415672302 - ] - ], - [ - 7.166666507720947, - [ - -0.09664501994848251, - -0.19436806440353394, - -0.14570724964141846, - 0.9652203917503357 - ] - ], - [ - 7.208333492279053, - [ - -0.11870753765106201, - -0.1853359490633011, - -0.1466211974620819, - 0.9643968939781189 - ] - ], - [ - 7.25, - [ - -0.14685069024562836, - -0.1655784249305725, - -0.1415688842535019, - 0.9648714661598206 - ] - ], - [ - 7.291666507720947, - [ - -0.18038837611675262, - -0.1377357840538025, - -0.13004516065120697, - 0.9651825428009033 - ] - ], - [ - 7.333333492279053, - [ - -0.21854561567306519, - -0.10458000749349594, - -0.11170083284378052, - 0.9637551307678223 - ] - ], - [ - 7.375, - [ - -0.26023608446121216, - -0.06890977919101715, - -0.08668102324008942, - 0.9591741561889648 - ] - ], - [ - 7.416666507720947, - [ - -0.30397453904151917, - -0.033368561416864395, - -0.05582154169678688, - 0.950457751750946 - ] - ], - [ - 7.458333492279053, - [ - -0.34791693091392517, - -0.0002305685920873657, - -0.020692860707640648, - 0.9372969269752502 - ] - ], - [ - 7.5, - [ - -0.3900040090084076, - 0.02878786064684391, - 0.016496211290359497, - 0.9202153086662292 - ] - ], - [ - 7.541666507720947, - [ - -0.42816025018692017, - 0.05263609439134598, - 0.05309879407286644, - 0.900604784488678 - ] - ], - [ - 7.583333492279053, - [ - -0.4604703485965729, - 0.07090949267148972, - 0.08626505732536316, - 0.8806232213973999 - ] - ], - [ - 7.625, - [ - -0.48527568578720093, - 0.08369624614715576, - 0.11315298825502396, - 0.8629593253135681 - ] - ], - [ - 7.666666507720947, - [ - -0.5011510848999023, - 0.09130401164293289, - 0.13107334077358246, - 0.8504886627197266 - ] - ], - [ - 7.708333492279053, - [ - -0.5067559480667114, - 0.09388858079910278, - 0.13755546510219574, - 0.8458497524261475 - ] - ], - [ - 8.833333015441895, - [ - -0.5067559480667114, - 0.09388858079910278, - 0.13755546510219574, - 0.8458497524261475 - ] - ], - [ - 8.875, - [ - -0.5059264302253723, - 0.09417835623025894, - 0.13763299584388733, - 0.8463013768196106 - ] - ], - [ - 8.916666984558105, - [ - -0.5034953951835632, - 0.09502474963665009, - 0.13785366714000702, - 0.8476197719573975 - ] - ], - [ - 8.958333015441895, - [ - -0.4995464086532593, - 0.09639491140842438, - 0.13819634914398193, - 0.8497430086135864 - ] - ], - [ - 9.0, - [ - -0.4941599667072296, - 0.09825778752565384, - 0.13863632082939148, - 0.8526026606559753 - ] - ], - [ - 9.041666984558105, - [ - -0.48741406202316284, - 0.10058330744504929, - 0.13914604485034943, - 0.8561243414878845 - ] - ], - [ - 9.083333015441895, - [ - -0.4793858826160431, - 0.10334176570177078, - 0.1396961510181427, - 0.8602294325828552 - ] - ], - [ - 9.125, - [ - -0.47015127539634705, - 0.1065034493803978, - 0.14025601744651794, - 0.8648369908332825 - ] - ], - [ - 9.166666984558105, - [ - -0.45978692173957825, - 0.11003786325454712, - 0.14079459011554718, - 0.8698646426200867 - ] - ], - [ - 9.208333015441895, - [ - -0.44837048649787903, - 0.11391343176364899, - 0.14128108322620392, - 0.8752298355102539 - ] - ], - [ - 9.25, - [ - -0.43598026037216187, - 0.11809726804494858, - 0.14168551564216614, - 0.8808515667915344 - ] - ], - [ - 9.291666984558105, - [ - -0.4226972758769989, - 0.12255468219518661, - 0.14197948575019836, - 0.8866506814956665 - ] - ], - [ - 9.333333015441895, - [ - -0.40860456228256226, - 0.12724900245666504, - 0.1421365886926651, - 0.8925509452819824 - ] - ], - [ - 9.375, - [ - -0.39378708600997925, - 0.1321418285369873, - 0.14213304221630096, - 0.8984811902046204 - ] - ], - [ - 9.416666984558105, - [ - -0.37833309173583984, - 0.13719262182712555, - 0.14194819331169128, - 0.9043744802474976 - ] - ], - [ - 9.458333015441895, - [ - -0.36233311891555786, - 0.14235860109329224, - 0.14156474173069, - 0.9101693034172058 - ] - ], - [ - 9.5, - [ - -0.34587982296943665, - 0.14759594202041626, - 0.1409694254398346, - 0.9158112406730652 - ] - ], - [ - 9.583333015441895, - [ - -0.31199759244918823, - 0.15809908509254456, - 0.1391107738018036, - 0.9264504313468933 - ] - ], - [ - 9.666666984558105, - [ - -0.2774723768234253, - 0.16832081973552704, - 0.13635192811489105, - 0.9359943270683289 - ] - ], - [ - 9.75, - [ - -0.24311599135398865, - 0.1778683066368103, - 0.13274486362934113, - 0.9442649483680725 - ] - ], - [ - 9.791666984558105, - [ - -0.22625835239887238, - 0.18226602673530579, - 0.13065843284130096, - 0.947900116443634 - ] - ], - [ - 9.833333015441895, - [ - -0.20975331962108612, - 0.18634803593158722, - 0.128410205245018, - 0.9512038826942444 - ] - ], - [ - 9.875, - [ - -0.19370383024215698, - 0.1900668442249298, - 0.12602433562278748, - 0.954186201095581 - ] - ], - [ - 9.916666984558105, - [ - -0.17821407318115234, - 0.19337572157382965, - 0.12352795898914337, - 0.9568628072738647 - ] - ], - [ - 9.958333015441895, - [ - -0.16338764131069183, - 0.19622930884361267, - 0.1209503561258316, - 0.9592546820640564 - ] - ], - [ - 10.0, - [ - -0.14932693541049957, - 0.1985837072134018, - 0.11832205951213837, - 0.9613874554634094 - ] - ], - [ - 10.041666984558105, - [ - -0.13613493740558624, - 0.20039629936218262, - 0.11567440629005432, - 0.9632902145385742 - ] - ], - [ - 10.083333015441895, - [ - -0.12380050867795944, - 0.2019975334405899, - 0.11076393723487854, - 0.9651951789855957 - ] - ], - [ - 10.125, - [ - -0.11204341053962708, - 0.20314131677150726, - 0.10187973827123642, - 0.9673677682876587 - ] - ], - [ - 10.166666984558105, - [ - -0.1005864217877388, - 0.2029615044593811, - 0.08986951410770416, - 0.9698517918586731 - ] - ], - [ - 10.208333015441895, - [ - -0.08919526636600494, - 0.20062914490699768, - 0.07559902966022491, - 0.9726648926734924 - ] - ], - [ - 10.25, - [ - -0.07768002152442932, - 0.19533614814281464, - 0.059952929615974426, - 0.9758151769638062 - ] - ], - [ - 10.291666984558105, - [ - -0.0658825933933258, - 0.18628671765327454, - 0.04384855553507805, - 0.9793029427528381 - ] - ], - [ - 10.333333015441895, - [ - -0.0536467507481575, - 0.172694131731987, - 0.028256792575120926, - 0.9831075072288513 - ] - ], - [ - 10.375, - [ - -0.040773920714855194, - 0.15378309786319733, - 0.014232088811695576, - 0.9871604442596436 - ] - ], - [ - 10.416666984558105, - [ - -0.0268953088670969, - 0.12657511234283447, - 0.0008362429798580706, - 0.9915919899940491 - ] - ], - [ - 10.458333015441895, - [ - -0.012235731817781925, - 0.08937370032072067, - -0.013131692074239254, - 0.9958364367485046 - ] - ], - [ - 10.5, - [ - 0.0025527863763272762, - 0.04341598227620125, - -0.026902612298727036, - 0.9986915588378906 - ] - ], - [ - 10.541666984558105, - [ - 0.016799751669168472, - -0.009922363795340061, - -0.0397053062915802, - 0.9990209341049194 - ] - ], - [ - 10.583333015441895, - [ - 0.029847344383597374, - -0.06910749524831772, - -0.050812218338251114, - 0.9958671927452087 - ] - ], - [ - 10.625, - [ - 0.04109276086091995, - -0.13246114552021027, - -0.05959165841341019, - 0.9885414838790894 - ] - ], - [ - 10.666666984558105, - [ - 0.05003383755683899, - -0.19819137454032898, - -0.06555872410535812, - 0.9766876697540283 - ] - ], - [ - 10.708333015441895, - [ - 0.05631648376584053, - -0.2644604444503784, - -0.0684223622083664, - 0.9603163599967957 - ] - ], - [ - 10.75, - [ - 0.05977277457714081, - -0.3294699788093567, - -0.06811799108982086, - 0.9398067593574524 - ] - ], - [ - 10.791666984558105, - [ - 0.06044356897473335, - -0.3915366530418396, - -0.06482138484716415, - 0.9158841967582703 - ] - ], - [ - 10.833333015441895, - [ - 0.05858407914638519, - -0.4491739273071289, - -0.05894237011671066, - 0.889570951461792 - ] - ], - [ - 10.875, - [ - 0.0546487495303154, - -0.5011515617370605, - -0.05109702795743942, - 0.8621193170547485 - ] - ], - [ - 10.916666984558105, - [ - 0.04925879091024399, - -0.5465127229690552, - -0.04206439480185509, - 0.8349419236183167 - ] - ], - [ - 10.958333015441895, - [ - 0.043154746294021606, - -0.5845673084259033, - -0.03273051232099533, - 0.8095353245735168 - ] - ], - [ - 11.0, - [ - 0.03713887929916382, - -0.614842414855957, - -0.02402573451399803, - 0.7874085903167725 - ] - ], - [ - 11.041666984558105, - [ - 0.03201375901699066, - -0.6369876861572266, - -0.01686358079314232, - 0.770024299621582 - ] - ], - [ - 11.083333015441895, - [ - 0.0285158883780241, - -0.6506582498550415, - -0.012077837251126766, - 0.7587391138076782 - ] - ], - [ - 11.125, - [ - 0.027247874066233635, - -0.6553677916526794, - -0.01036091148853302, - 0.7547471523284912 - ] - ], - [ - 11.166666984558105, - [ - 0.03462870419025421, - -0.6318573951721191, - -0.015323899686336517, - 0.7741590738296509 - ] - ], - [ - 11.208333015441895, - [ - 0.04890468716621399, - -0.5654932260513306, - -0.023418091237545013, - 0.822968602180481 - ] - ], - [ - 11.25, - [ - 0.05594812333583832, - -0.46270951628685, - -0.022406864911317825, - 0.8844590783119202 - ] - ], - [ - 11.291666984558105, - [ - 0.04503196105360985, - -0.3360483646392822, - -0.003664459101855755, - 0.9407604336738586 - ] - ], - [ - 11.333333015441895, - [ - 0.014721639454364777, - -0.20501352846622467, - 0.03248986229300499, - 0.9781089425086975 - ] - ], - [ - 11.375, - [ - -0.026034293696284294, - -0.09112615883350372, - 0.0763770192861557, - 0.992564857006073 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715852171_1489829.json b/lenses/physics-objects/Scene/assets/1645812715852171_1489829.json deleted file mode 100644 index 3c8d0171..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715852171_1489829.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715852171:1489829", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715852305_1489836.json b/lenses/physics-objects/Scene/assets/1645812715852305_1489836.json deleted file mode 100644 index 10e52c56..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715852305_1489836.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715852305:1489836", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715855476_1489849.json b/lenses/physics-objects/Scene/assets/1645812715855476_1489849.json deleted file mode 100644 index 516b7a88..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715855476_1489849.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715855476:1489849", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.4791141972893971e-31, - 1.6742913722991943, - 0.2363944947719574 - ] - ], - [ - 11.375, - [ - -1.4791141972893971e-31, - 1.6742913722991943, - 0.2363944947719574 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715855635_1489856.json b/lenses/physics-objects/Scene/assets/1645812715855635_1489856.json deleted file mode 100644 index b6c1da6c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715855635_1489856.json +++ /dev/null @@ -1,1000 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715855635:1489856", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.0416666679084301, - [ - 3.2794131663626724e-18, - -5.0633592913097604e-20, - 6.54671785612364e-19, - 1.0 - ] - ], - [ - 0.2083333283662796, - [ - 0.007813495583832264, - -0.00010844655480468646, - 0.001560688717290759, - 0.9999683499336243 - ] - ], - [ - 0.4166666567325592, - [ - 0.018530551344156265, - -0.00021751318126916885, - 0.003703952068462968, - 0.9998214244842529 - ] - ], - [ - 0.6666666865348816, - [ - 0.03242798149585724, - -0.0002905283763539046, - 0.0064870333299040794, - 0.9994530081748962 - ] - ], - [ - 1.375, - [ - 0.07399647682905197, - -4.636935773305595e-05, - 0.014827264472842216, - 0.9971483945846558 - ] - ], - [ - 1.625, - [ - 0.08800026774406433, - 0.0001926880795508623, - 0.01763882301747799, - 0.9959643483161926 - ] - ], - [ - 1.8333333730697632, - [ - 0.09885292500257492, - 0.0004325913032516837, - 0.019817208871245384, - 0.994904637336731 - ] - ], - [ - 2.0, - [ - 0.10680857300758362, - 0.0006388556212186813, - 0.021413493901491165, - 0.9940487742424011 - ] - ], - [ - 2.1666667461395264, - [ - 0.11397171020507813, - 0.0008466341532766819, - 0.022850142791867256, - 0.9932208061218262 - ] - ], - [ - 2.2916667461395264, - [ - 0.11874282360076904, - 0.0009966526413336396, - 0.02380664087831974, - 0.9926391243934631 - ] - ], - [ - 2.4166667461395264, - [ - 0.12293552607297897, - 0.0011361707001924515, - 0.024646876379847527, - 0.9921079277992249 - ] - ], - [ - 2.5416667461395264, - [ - 0.1264931708574295, - 0.0012602038914337754, - 0.02535959519445896, - 0.9916424751281738 - ] - ], - [ - 2.6666667461395264, - [ - 0.12935911118984222, - 0.001363897230476141, - 0.02593356743454933, - 0.9912577867507935 - ] - ], - [ - 2.7916667461395264, - [ - 0.13147665560245514, - 0.0014426797861233354, - 0.02635754458606243, - 0.9909677505493164 - ] - ], - [ - 2.9166667461395264, - [ - 0.1327890306711197, - 0.001492431154474616, - 0.02662026323378086, - 0.9907856583595276 - ] - ], - [ - 3.0416667461395264, - [ - 0.13323920965194702, - 0.0015096599236130714, - 0.026710372418165207, - 0.9907227754592896 - ] - ], - [ - 3.0833332538604736, - [ - 0.11252167075872421, - 0.0008028828306123614, - 0.02255937084555626, - 0.9933929443359375 - ] - ], - [ - 3.125, - [ - 0.06677290052175522, - -0.0001387098600389436, - 0.013377007097005844, - 0.9976785182952881 - ] - ], - [ - 3.1666667461395264, - [ - 0.020879222080111504, - -0.00023528032761532813, - 0.0041740164160728455, - 0.9997732639312744 - ] - ], - [ - 3.2083332538604736, - [ - 1.0689252895367332e-13, - -1.6636304125269776e-15, - 2.121660662370191e-14, - 1.0 - ] - ], - [ - 3.75, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 3.7916667461395264, - [ - 0.013376801274716854, - 3.816835305769928e-05, - 0.002853057347238064, - 0.9999064803123474 - ] - ], - [ - 3.8333332538604736, - [ - 0.046800389885902405, - 0.0005000251694582403, - 0.010671892203390598, - 0.9988471269607544 - ] - ], - [ - 3.875, - [ - 0.09015090763568878, - 0.002019487554207444, - 0.022304333746433258, - 0.9956762790679932 - ] - ], - [ - 3.9166667461395264, - [ - 0.13328278064727783, - 0.004920379724353552, - 0.03656211867928505, - 0.990391194820404 - ] - ], - [ - 3.9583332538604736, - [ - 0.1662023663520813, - 0.00883324071764946, - 0.05233234912157059, - 0.9846624135971069 - ] - ], - [ - 4.0, - [ - 0.17917375266551971, - 0.012543944641947746, - 0.06870323419570923, - 0.981335461139679 - ] - ], - [ - 4.041666507720947, - [ - 0.1618078202009201, - 0.004201406147330999, - 0.09288377314805984, - 0.9824323058128357 - ] - ], - [ - 4.083333492279053, - [ - 0.12165068835020065, - -0.021977443248033524, - 0.12522248923778534, - 0.9843969941139221 - ] - ], - [ - 4.125, - [ - 0.075436070561409, - -0.05697152763605118, - 0.15508784353733063, - 0.983367383480072 - ] - ], - [ - 4.166666507720947, - [ - 0.038221076130867004, - -0.08846841752529144, - 0.17524050176143646, - 0.9797976613044739 - ] - ], - [ - 4.208333492279053, - [ - 0.02304246462881565, - -0.10214860737323761, - 0.18243925273418427, - 0.9776250123977661 - ] - ], - [ - 4.25, - [ - 0.024680228903889656, - -0.1018417477607727, - 0.17086265981197357, - 0.9797066450119019 - ] - ], - [ - 4.291666507720947, - [ - 0.028903288766741753, - -0.10095186531543732, - 0.1423676311969757, - 0.9842280149459839 - ] - ], - [ - 4.333333492279053, - [ - 0.034709542989730835, - -0.0995054617524147, - 0.10634321719408035, - 0.9887290000915527 - ] - ], - [ - 4.375, - [ - 0.041091907769441605, - -0.09717807918787003, - 0.07233913987874985, - 0.9917837381362915 - ] - ], - [ - 4.416666507720947, - [ - 0.04871181398630142, - -0.09358418732881546, - 0.03837302327156067, - 0.9936784505844116 - ] - ], - [ - 4.458333492279053, - [ - 0.05838298797607422, - -0.08955272287130356, - -0.001390967983752489, - 0.9942685961723328 - ] - ], - [ - 4.5, - [ - 0.06914462894201279, - -0.08597647398710251, - -0.04297903552651405, - 0.9929652810096741 - ] - ], - [ - 4.541666507720947, - [ - 0.07983548194169998, - -0.08336647599935532, - -0.08232716470956802, - 0.9898982644081116 - ] - ], - [ - 4.583333492279053, - [ - 0.08914977312088013, - -0.08182144910097122, - -0.11536375433206558, - 0.9859254360198975 - ] - ], - [ - 4.625, - [ - 0.09572203457355499, - -0.08111744374036789, - -0.13807761669158936, - 0.982441782951355 - ] - ], - [ - 4.666666507720947, - [ - 0.09820276498794556, - -0.08092848211526871, - -0.14652350544929504, - 0.9809882044792175 - ] - ], - [ - 4.708333492279053, - [ - 0.09712696075439453, - -0.08336272835731506, - -0.13682520389556885, - 0.9822911620140076 - ] - ], - [ - 4.75, - [ - 0.0946061909198761, - -0.08976536244153976, - -0.11179891228675842, - 0.9851359724998474 - ] - ], - [ - 4.791666507720947, - [ - 0.09176291525363922, - -0.09878872334957123, - -0.07757995277643204, - 0.9878267645835876 - ] - ], - [ - 4.833333492279053, - [ - 0.08947884291410446, - -0.10893112421035767, - -0.040362197905778885, - 0.9891908168792725 - ] - ], - [ - 4.875, - [ - 0.08814775198698044, - -0.11848123371601105, - -0.0063291555270552635, - 0.9890157580375671 - ] - ], - [ - 4.916666507720947, - [ - 0.08764685690402985, - -0.12558715045452118, - 0.018449408933520317, - 0.9880311489105225 - ] - ], - [ - 4.958333492279053, - [ - 0.08756133913993835, - -0.12836606800556183, - 0.028026552870869637, - 0.9874562621116638 - ] - ], - [ - 5.0, - [ - 0.09108839929103851, - -0.12744563817977905, - 0.027180282399058342, - 0.9872800707817078 - ] - ], - [ - 5.041666507720947, - [ - 0.09991471469402313, - -0.12479495257139206, - 0.024997128173708916, - 0.9868224859237671 - ] - ], - [ - 5.083333492279053, - [ - 0.11141517758369446, - -0.1205798014998436, - 0.02199147455394268, - 0.9861863851547241 - ] - ], - [ - 5.125, - [ - 0.12296178936958313, - -0.1149192526936531, - 0.018692761659622192, - 0.9855580925941467 - ] - ], - [ - 5.166666507720947, - [ - 0.13191044330596924, - -0.1078575924038887, - 0.015689468011260033, - 0.9852513670921326 - ] - ], - [ - 5.208333492279053, - [ - 0.13558277487754822, - -0.09937706589698792, - 0.013669639825820923, - 0.9856747388839722 - ] - ], - [ - 5.25, - [ - 0.1299324631690979, - -0.0881398543715477, - 0.01159684732556343, - 0.987529456615448 - ] - ], - [ - 5.291666507720947, - [ - 0.11476399004459381, - -0.07371817529201508, - 0.008540324866771698, - 0.990617036819458 - ] - ], - [ - 5.333333492279053, - [ - 0.09315256774425507, - -0.05746511369943619, - 0.005385456141084433, - 0.9939775466918945 - ] - ], - [ - 5.375, - [ - 0.06823738664388657, - -0.04079883173108101, - 0.0027928571216762066, - 0.9968306422233582 - ] - ], - [ - 5.416666507720947, - [ - 0.04322413355112076, - -0.025203054770827293, - 0.001090747071430087, - 0.9987468719482422 - ] - ], - [ - 5.458333492279053, - [ - 0.02135537751019001, - -0.012196460738778114, - 0.0002605388290248811, - 0.9996975064277649 - ] - ], - [ - 5.5, - [ - 0.005873567424714565, - -0.003296478418633342, - 1.9362523744348437e-05, - 0.9999774098396301 - ] - ], - [ - 5.541666507720947, - [ - 1.0114658947641547e-13, - -5.559381487064627e-14, - 5.6231249474897796e-27, - 1.0 - ] - ], - [ - 6.708333492279053, - [ - -2.3044315682562398e-14, - -4.499398019420196e-14, - -9.467275393000053e-15, - 1.0 - ] - ], - [ - 6.75, - [ - -0.0014586389297619462, - -0.0028437983710318804, - -0.000602695916313678, - 0.9999948143959045 - ] - ], - [ - 6.791666507720947, - [ - -0.005598919931799173, - -0.010870766825973988, - -0.002350609051063657, - 0.9999224543571472 - ] - ], - [ - 6.833333492279053, - [ - -0.012083552777767181, - -0.02331293188035488, - -0.005196678452193737, - 0.9996417760848999 - ] - ], - [ - 6.875, - [ - -0.020581981167197227, - -0.039389628916978836, - -0.009121363051235676, - 0.9989702701568604 - ] - ], - [ - 6.916666507720947, - [ - -0.03075571171939373, - -0.05831261724233627, - -0.014100478030741215, - 0.9977248907089233 - ] - ], - [ - 6.958333492279053, - [ - -0.042247649282217026, - -0.07929142564535141, - -0.02007945068180561, - 0.9957534074783325 - ] - ], - [ - 7.0, - [ - -0.05467638745903969, - -0.10154017806053162, - -0.026954410597682, - 0.992962121963501 - ] - ], - [ - 7.041666507720947, - [ - -0.0676366537809372, - -0.12428786605596542, - -0.03456113114953041, - 0.9893348217010498 - ] - ], - [ - 7.083333492279053, - [ - -0.08070302754640579, - -0.14678719639778137, - -0.042670343071222305, - 0.984946608543396 - ] - ], - [ - 7.125, - [ - -0.0934360921382904, - -0.16832150518894196, - -0.050989143550395966, - 0.9799683094024658 - ] - ], - [ - 7.166666507720947, - [ - -0.10539145022630692, - -0.1882118135690689, - -0.05916871502995491, - 0.9746631383895874 - ] - ], - [ - 7.208333492279053, - [ - -0.11612667143344879, - -0.20581690967082977, - -0.06681551784276962, - 0.9693760275840759 - ] - ], - [ - 7.25, - [ - -0.12520641088485718, - -0.22052836418151855, - -0.07350556552410126, - 0.9645141363143921 - ] - ], - [ - 7.291666507720947, - [ - -0.132205531001091, - -0.23176175355911255, - -0.07880187779664993, - 0.9605199098587036 - ] - ], - [ - 7.333333492279053, - [ - -0.1367073655128479, - -0.2389395534992218, - -0.0822727233171463, - 0.9578362107276917 - ] - ], - [ - 7.375, - [ - -0.1382995992898941, - -0.24146950244903564, - -0.08351238071918488, - 0.9568653702735901 - ] - ], - [ - 10.041666984558105, - [ - -0.1382995992898941, - -0.24146950244903564, - -0.08351238071918488, - 0.9568653702735901 - ] - ], - [ - 10.083333015441895, - [ - -0.13798756897449493, - -0.2416779100894928, - -0.08322979509830475, - 0.9568824768066406 - ] - ], - [ - 10.125, - [ - -0.13707594573497772, - -0.24228107929229736, - -0.08240924775600433, - 0.9569320678710938 - ] - ], - [ - 10.166666984558105, - [ - -0.13560093939304352, - -0.24324464797973633, - -0.08109092712402344, - 0.9570103883743286 - ] - ], - [ - 10.208333015441895, - [ - -0.13359816372394562, - -0.2445332109928131, - -0.07931441813707352, - 0.9571124911308289 - ] - ], - [ - 10.25, - [ - -0.13110288977622986, - -0.24611061811447144, - -0.07711870223283768, - 0.957232654094696 - ] - ], - [ - 10.291666984558105, - [ - -0.1281503289937973, - -0.24794015288352966, - -0.07454261928796768, - 0.9573643803596497 - ] - ], - [ - 10.333333015441895, - [ - -0.12477582693099976, - -0.24998492002487183, - -0.0716250017285347, - 0.957501232624054 - ] - ], - [ - 10.375, - [ - -0.12101466953754425, - -0.25220805406570435, - -0.06840451806783676, - 0.9576363563537598 - ] - ], - [ - 10.416666984558105, - [ - -0.1169029027223587, - -0.25457310676574707, - -0.06492039561271667, - 0.9577638506889343 - ] - ], - [ - 10.458333015441895, - [ - -0.11247697472572327, - -0.25704410672187805, - -0.061212193220853806, - 0.957878053188324 - ] - ], - [ - 10.5, - [ - -0.10777369141578674, - -0.2595858871936798, - -0.05731971189379692, - 0.9579742550849915 - ] - ], - [ - 10.583333015441895, - [ - -0.09768639504909515, - -0.2647455036640167, - -0.049145061522722244, - 0.9580981135368347 - ] - ], - [ - 10.708333015441895, - [ - -0.08143738657236099, - -0.27219530940055847, - -0.036536574363708496, - 0.9580932855606079 - ] - ], - [ - 10.791666984558105, - [ - -0.07032766938209534, - -0.2766263484954834, - -0.02840457856655121, - 0.957979679107666 - ] - ], - [ - 10.875, - [ - -0.05938141793012619, - -0.28038421273231506, - -0.020909888669848442, - 0.9578211307525635 - ] - ], - [ - 10.916666984558105, - [ - -0.0540740080177784, - -0.2819518744945526, - -0.017516642808914185, - 0.9577433466911316 - ] - ], - [ - 10.958333015441895, - [ - -0.04893312603235245, - -0.2832830846309662, - -0.01442212425172329, - 0.9576785564422607 - ] - ], - [ - 11.0, - [ - -0.044000301510095596, - -0.2843573987483978, - -0.011673720553517342, - 0.9576370716094971 - ] - ], - [ - 11.041666984558105, - [ - -0.03931709751486778, - -0.2851550877094269, - -0.00931946188211441, - 0.9576293230056763 - ] - ], - [ - 11.083333015441895, - [ - -0.03492461517453194, - -0.28565722703933716, - -0.0074077206663787365, - 0.9576666355133057 - ] - ], - [ - 11.125, - [ - -0.03086298704147339, - -0.28584492206573486, - -0.005987036041915417, - 0.9577601552009583 - ] - ], - [ - 11.166666984558105, - [ - -0.026763267815113068, - -0.27169069647789, - -0.004454567097127438, - 0.9620020985603333 - ] - ], - [ - 11.208333015441895, - [ - -0.02218148671090603, - -0.234053373336792, - -0.0025859486777335405, - 0.971967339515686 - ] - ], - [ - 11.25, - [ - -0.017073022201657295, - -0.18022920191287994, - -0.0009353140485472977, - 0.9834760427474976 - ] - ], - [ - 11.291666984558105, - [ - -0.011511089280247688, - -0.1178550198674202, - 0.00010619399836286902, - 0.9929640889167786 - ] - ], - [ - 11.333333015441895, - [ - -0.005713218357414007, - -0.05500929802656174, - 0.0003827355685643852, - 0.9984695315361023 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715855807_1489863.json b/lenses/physics-objects/Scene/assets/1645812715855807_1489863.json deleted file mode 100644 index fa806182..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715855807_1489863.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715855807:1489863", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715855942_1489870.json b/lenses/physics-objects/Scene/assets/1645812715855942_1489870.json deleted file mode 100644 index 2aa7f8cd..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715855942_1489870.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715855942:1489870", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715858061_1489883.json b/lenses/physics-objects/Scene/assets/1645812715858061_1489883.json deleted file mode 100644 index 89f66bbe..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715858061_1489883.json +++ /dev/null @@ -1,1714 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715858061:1489883", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 2.186222553253174, - -0.28823933005332947 - ] - ], - [ - 0.0416666679084301, - [ - 5.3433180888296016e-17, - 2.186222553253174, - -0.28823933005332947 - ] - ], - [ - 0.0833333358168602, - [ - 0.03127622976899147, - 2.1112101078033447, - -0.20489437878131866 - ] - ], - [ - 0.125, - [ - 0.06584469974040985, - 2.028301477432251, - -0.12330169230699539 - ] - ], - [ - 0.1666666716337204, - [ - 0.09382869303226471, - 1.9611849784851074, - -0.03820447996258736 - ] - ], - [ - 0.2083333283662796, - [ - 0.1053515151143074, - 1.9335488080978394, - 0.05565398558974266 - ] - ], - [ - 0.25, - [ - 0.09820697456598282, - 1.9574151039123535, - 0.15951301157474518 - ] - ], - [ - 0.2916666567325592, - [ - 0.08117210119962692, - 2.014625072479248, - 0.270623117685318 - ] - ], - [ - 0.3333333432674408, - [ - 0.060844987630844116, - 2.0835959911346436, - 0.3882581293582916 - ] - ], - [ - 0.375, - [ - 0.04382374510169029, - 2.142744779586792, - 0.5116917490959167 - ] - ], - [ - 0.4166666567325592, - [ - 0.031565241515636444, - 2.195323944091797, - 0.6455641984939575 - ] - ], - [ - 0.4583333432674408, - [ - 0.020651360973715782, - 2.2498419284820557, - 0.7886514067649841 - ] - ], - [ - 0.5, - [ - 0.010367737151682377, - 2.2925992012023926, - 0.9314311742782593 - ] - ], - [ - 0.5416666865348816, - [ - -4.870497782860639e-09, - 2.3098959922790527, - 1.0643811225891113 - ] - ], - [ - 0.5833333134651184, - [ - -0.010074784979224205, - 2.3090322017669678, - 1.181336522102356 - ] - ], - [ - 0.625, - [ - -0.0196648258715868, - 2.302985191345215, - 1.2885842323303223 - ] - ], - [ - 0.6666666865348816, - [ - -0.029762348160147667, - 2.286572217941284, - 1.395280122756958 - ] - ], - [ - 0.7083333134651184, - [ - -0.04135957360267639, - 2.254610300064087, - 1.5105797052383423 - ] - ], - [ - 0.75, - [ - -0.057875748723745346, - 2.17706561088562, - 1.6390091180801392 - ] - ], - [ - 0.7916666865348816, - [ - -0.07773010432720184, - 2.060370922088623, - 1.774990439414978 - ] - ], - [ - 0.8333333134651184, - [ - -0.09441500902175903, - 1.9540423154830933, - 1.9125232696533203 - ] - ], - [ - 0.875, - [ - -0.10142278671264648, - 1.9075958728790283, - 2.045606851577759 - ] - ], - [ - 0.9166666865348816, - [ - -0.10126898437738419, - 1.938191294670105, - 2.1688032150268555 - ] - ], - [ - 0.9583333134651184, - [ - -0.1001923531293869, - 2.0108718872070313, - 2.2865917682647705 - ] - ], - [ - 1.0, - [ - -0.09727007895708084, - 2.0969791412353516, - 2.407848834991455 - ] - ], - [ - 1.0416666269302368, - [ - -0.09157934784889221, - 2.1678545475006104, - 2.5414507389068604 - ] - ], - [ - 1.0833333730697632, - [ - -0.0801045224070549, - 2.224532127380371, - 2.696436643600464 - ] - ], - [ - 1.125, - [ - -0.06331262737512589, - 2.2794041633605957, - 2.8658487796783447 - ] - ], - [ - 1.1666666269302368, - [ - -0.04550451412796974, - 2.320849895477295, - 3.03456711769104 - ] - ], - [ - 1.2083333730697632, - [ - -0.03098107874393463, - 2.337247371673584, - 3.1874725818634033 - ] - ], - [ - 1.25, - [ - -0.019701123237609863, - 2.3231115341186523, - 3.3240721225738525 - ] - ], - [ - 1.2916666269302368, - [ - -0.009766845032572746, - 2.286966323852539, - 3.451249837875366 - ] - ], - [ - 1.3333333730697632, - [ - -0.0026943995617330074, - 2.2382054328918457, - 3.5649514198303223 - ] - ], - [ - 1.375, - [ - 0.0, - 2.186222553253174, - 3.6611225605010986 - ] - ], - [ - 1.4166666269302368, - [ - 0.0, - 2.1183574199676514, - 3.724339723587036 - ] - ], - [ - 1.4583333730697632, - [ - 0.0, - 2.0346546173095703, - 3.7615466117858887 - ] - ], - [ - 1.5, - [ - 0.0, - 1.9635674953460693, - 3.8022375106811523 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 1.9335488080978394, - 3.8759076595306396 - ] - ], - [ - 1.5833333730697632, - [ - 0.0, - 1.9528917074203491, - 3.972712993621826 - ] - ], - [ - 1.625, - [ - 0.0, - 1.9993956089019775, - 4.0556960105896 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 2.0557730197906494, - 4.113680839538574 - ] - ], - [ - 1.7083333730697632, - [ - 0.0, - 2.104736566543579, - 4.13549280166626 - ] - ], - [ - 1.75, - [ - 0.0, - 2.1495718955993652, - 4.101122856140137 - ] - ], - [ - 1.7916666269302368, - [ - 0.0, - 2.196866989135742, - 4.025509357452393 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - 2.234288454055786, - 3.9498956203460693 - ] - ], - [ - 1.875, - [ - 0.0, - 2.2495028972625732, - 3.9155256748199463 - ] - ], - [ - 2.0416667461395264, - [ - 0.0, - 2.2495028972625732, - 3.9155256748199463 - ] - ], - [ - 2.0833332538604736, - [ - 0.0, - 2.1978840827941895, - 3.890767812728882 - ] - ], - [ - 2.125, - [ - 0.0, - 2.084322690963745, - 3.821596145629883 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 1.9707611799240112, - 3.7156665325164795 - ] - ], - [ - 2.2083332538604736, - [ - 0.0, - 1.919142246246338, - 3.580634355545044 - ] - ], - [ - 2.25, - [ - 0.0, - 1.9194433689117432, - 3.398750066757202 - ] - ], - [ - 2.2916667461395264, - [ - 0.0, - 1.9215513467788696, - 3.17252779006958 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 1.927272915840149, - 2.940018892288208 - ] - ], - [ - 2.375, - [ - 0.0, - 1.9384149312973022, - 2.7392680644989014 - ] - ], - [ - 2.4166667461395264, - [ - 0.0, - 1.9865413904190063, - 2.5586419105529785 - ] - ], - [ - 2.4583332538604736, - [ - 0.0, - 2.073629140853882, - 2.385108470916748 - ] - ], - [ - 2.5, - [ - 0.0, - 2.1571030616760254, - 2.2546212673187256 - ] - ], - [ - 2.5416667461395264, - [ - 0.0, - 2.1943888664245605, - 2.2031357288360596 - ] - ], - [ - 2.5833332538604736, - [ - 0.0, - 2.1943888664245605, - 2.2071707248687744 - ] - ], - [ - 2.625, - [ - 0.0, - 2.1943888664245605, - 2.217808723449707 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - 2.1943888664245605, - 2.2328484058380127 - ] - ], - [ - 2.75, - [ - 0.0, - 2.1943888664245605, - 2.267329692840576 - ] - ], - [ - 2.7916667461395264, - [ - 0.0, - 2.1943888664245605, - 2.282369375228882 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - 2.1943888664245605, - 2.2930071353912354 - ] - ], - [ - 2.875, - [ - 0.0, - 2.1943888664245605, - 2.2970423698425293 - ] - ], - [ - 3.0416667461395264, - [ - 0.0, - 2.1943888664245605, - 2.2970423698425293 - ] - ], - [ - 3.0833332538604736, - [ - 0.0, - 2.1585378646850586, - 2.298290491104126 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 2.0007941722869873, - 2.3037829399108887 - ] - ], - [ - 3.2083332538604736, - [ - 0.0, - 1.964943289756775, - 2.3050310611724854 - ] - ], - [ - 3.25, - [ - 0.0, - 1.9679423570632935, - 2.3050310611724854 - ] - ], - [ - 3.2916667461395264, - [ - 0.0, - 1.975848913192749, - 2.3050310611724854 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - 1.9870270490646362, - 2.3050310611724854 - ] - ], - [ - 3.4166667461395264, - [ - 0.0, - 2.012655258178711, - 2.3050310611724854 - ] - ], - [ - 3.4583332538604736, - [ - 0.0, - 2.0238335132598877, - 2.3050310611724854 - ] - ], - [ - 3.5, - [ - 0.0, - 2.0317399501800537, - 2.3050310611724854 - ] - ], - [ - 3.5416667461395264, - [ - 0.0, - 2.0347390174865723, - 2.3050310611724854 - ] - ], - [ - 3.5833332538604736, - [ - 0.0, - 1.9968070983886719, - 2.3897602558135986 - ] - ], - [ - 3.625, - [ - 0.0, - 1.9133567810058594, - 2.600149631500244 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 1.8299065828323364, - 2.8705012798309326 - ] - ], - [ - 3.7083332538604736, - [ - 0.0, - 1.7919745445251465, - 3.1351141929626465 - ] - ], - [ - 3.75, - [ - -2.7755575615628914e-16, - 1.851227045059204, - 3.3781726360321045 - ] - ], - [ - 3.7916667461395264, - [ - -8.881796902495461e-16, - 1.9815826416015625, - 3.6341471672058105 - ] - ], - [ - 3.8333332538604736, - [ - -1.498800236211014e-15, - 2.1119375228881836, - 3.912775993347168 - ] - ], - [ - 3.875, - [ - -1.7763568394002505e-15, - 2.171190023422241, - 4.223803997039795 - ] - ], - [ - 3.9166667461395264, - [ - -8.881766726946715e-16, - 2.133540391921997, - 4.657960891723633 - ] - ], - [ - 3.9583332538604736, - [ - -6.496795718555839e-27, - 2.066431760787964, - 5.117947101593018 - ] - ], - [ - 4.0, - [ - 0.0, - 1.986245036125183, - 5.480259418487549 - ] - ], - [ - 4.041666507720947, - [ - 0.0, - 1.9355171918869019, - 5.752360820770264 - ] - ], - [ - 4.083333492279053, - [ - 0.0, - 1.9403477907180786, - 5.955820560455322 - ] - ], - [ - 4.125, - [ - 0.0, - 1.9509752988815308, - 6.141185283660889 - ] - ], - [ - 4.166666507720947, - [ - 0.0, - 1.9616026878356934, - 6.276120662689209 - ] - ], - [ - 4.208333492279053, - [ - 0.0, - 1.9664332866668701, - 6.3282856941223145 - ] - ], - [ - 4.25, - [ - 0.0, - 1.9552361965179443, - 6.294596195220947 - ] - ], - [ - 4.291666507720947, - [ - 0.0, - 1.9306025505065918, - 6.213595867156982 - ] - ], - [ - 4.333333492279053, - [ - 0.0, - 1.9059690237045288, - 6.115386962890625 - ] - ], - [ - 4.375, - [ - 0.0, - 1.894771933555603, - 6.03007173538208 - ] - ], - [ - 4.458333492279053, - [ - 0.0, - 1.894771933555603, - 5.885976314544678 - ] - ], - [ - 4.5, - [ - 0.0, - 1.894771933555603, - 5.822772979736328 - ] - ], - [ - 4.541666507720947, - [ - 0.0, - 1.894771933555603, - 5.777612686157227 - ] - ], - [ - 4.583333492279053, - [ - 0.0, - 1.900214433670044, - 5.744570732116699 - ] - ], - [ - 4.625, - [ - 0.0, - 1.9151374101638794, - 5.71202278137207 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 1.937434196472168, - 5.6805267333984375 - ] - ], - [ - 4.708333492279053, - [ - 0.0, - 1.9649980068206787, - 5.6506428718566895 - ] - ], - [ - 4.75, - [ - 0.0, - 1.9957219362258911, - 5.622929573059082 - ] - ], - [ - 4.791666507720947, - [ - 0.0, - 2.027498960494995, - 5.597945690155029 - ] - ], - [ - 4.833333492279053, - [ - 0.0, - 2.058223247528076, - 5.5762505531311035 - ] - ], - [ - 4.875, - [ - 0.0, - 2.085786819458008, - 5.558403968811035 - ] - ], - [ - 4.916666507720947, - [ - 0.0, - 2.108083724975586, - 5.544963836669922 - ] - ], - [ - 4.958333492279053, - [ - 0.0, - 2.123006820678711, - 5.536489486694336 - ] - ], - [ - 5.0, - [ - 0.0, - 2.1284492015838623, - 5.533540725708008 - ] - ], - [ - 6.791666507720947, - [ - 0.0, - 2.1284492015838623, - 5.533540725708008 - ] - ], - [ - 6.833333492279053, - [ - 0.020290451124310493, - 2.1284492015838623, - 5.533540725708008 - ] - ], - [ - 6.916666507720947, - [ - 0.10956764966249466, - 2.1284492015838623, - 5.533540725708008 - ] - ], - [ - 6.958333492279053, - [ - 0.1298581063747406, - 2.1284492015838623, - 5.533540725708008 - ] - ], - [ - 7.208333492279053, - [ - 0.1298581063747406, - 2.1284492015838623, - 5.533540725708008 - ] - ], - [ - 7.25, - [ - 0.18459182977676392, - 2.103985071182251, - 5.375284194946289 - ] - ], - [ - 7.291666507720947, - [ - 0.317516028881073, - 2.044571876525879, - 4.990947723388672 - ] - ], - [ - 7.333333492279053, - [ - 0.48171839118003845, - 1.971178650856018, - 4.516174793243408 - ] - ], - [ - 7.375, - [ - 0.6302807331085205, - 1.9047760963439941, - 4.086622714996338 - ] - ], - [ - 7.416666507720947, - [ - 0.6302807331085205, - 1.9526704549789429, - 3.8692667484283447 - ] - ], - [ - 7.458333492279053, - [ - 0.6302807331085205, - 2.0056066513061523, - 3.650674819946289 - ] - ], - [ - 7.5, - [ - 0.6302807331085205, - 2.048459768295288, - 3.4345531463623047 - ] - ], - [ - 7.541666507720947, - [ - 0.6302807331085205, - 2.0661051273345947, - 3.2246015071868896 - ] - ], - [ - 7.583333492279053, - [ - 0.6302807331085205, - 2.004173994064331, - 3.034402370452881 - ] - ], - [ - 7.625, - [ - 0.6302807331085205, - 1.867928147315979, - 2.8577864170074463 - ] - ], - [ - 7.666666507720947, - [ - 0.6302807331085205, - 1.7316817045211792, - 2.6688170433044434 - ] - ], - [ - 7.708333492279053, - [ - 0.6302807331085205, - 1.6697510480880737, - 2.441558361053467 - ] - ], - [ - 7.75, - [ - 0.5905069708824158, - 2.0342938899993896, - 2.1361587047576904 - ] - ], - [ - 7.791666507720947, - [ - 0.4997088611125946, - 2.8744566440582275, - 1.7774282693862915 - ] - ], - [ - 7.833333492279053, - [ - 0.40066906809806824, - 3.810058355331421, - 1.4364286661148071 - ] - ], - [ - 7.875, - [ - 0.33617353439331055, - 4.460886001586914, - 1.1842339038848877 - ] - ], - [ - 7.916666507720947, - [ - 0.30822375416755676, - 4.830028057098389, - 1.0145100355148315 - ] - ], - [ - 7.958333492279053, - [ - 0.288883775472641, - 5.169923782348633, - 0.8699808716773987 - ] - ], - [ - 8.0, - [ - 0.27603039145469666, - 5.474410057067871, - 0.7452990412712097 - ] - ], - [ - 8.041666984558105, - [ - 0.2675394117832184, - 5.737339019775391, - 0.6351101398468018 - ] - ], - [ - 8.083333015441895, - [ - 0.26128754019737244, - 5.952549457550049, - 0.5340669751167297 - ] - ], - [ - 8.125, - [ - 0.25515055656433105, - 6.113894462585449, - 0.4368135929107666 - ] - ], - [ - 8.166666984558105, - [ - 0.24700497090816498, - 6.215214252471924, - 0.3380010724067688 - ] - ], - [ - 8.208333015441895, - [ - 0.23472732305526733, - 6.250355243682861, - 0.23228082060813904 - ] - ], - [ - 8.25, - [ - 0.21935340762138367, - 6.246995449066162, - 0.12192646414041519 - ] - ], - [ - 8.291666984558105, - [ - 0.20335018634796143, - 6.230873107910156, - 0.013013266958296299 - ] - ], - [ - 8.333333015441895, - [ - 0.186739981174469, - 6.192924499511719, - -0.0941159799695015 - ] - ], - [ - 8.375, - [ - 0.16954390704631805, - 6.124084949493408, - -0.19912582635879517 - ] - ], - [ - 8.416666984558105, - [ - 0.1517842561006546, - 6.015288352966309, - -0.3016735017299652 - ] - ], - [ - 8.458333015441895, - [ - 0.13348329067230225, - 5.857476711273193, - -0.4014163315296173 - ] - ], - [ - 8.5, - [ - 0.11466212570667267, - 5.641576766967773, - -0.4980185925960541 - ] - ], - [ - 8.541666984558105, - [ - 0.09534300863742828, - 5.358527183532715, - -0.5911376476287842 - ] - ], - [ - 8.583333015441895, - [ - 0.06944319605827332, - 4.829484939575195, - -0.6672799587249756 - ] - ], - [ - 8.625, - [ - 0.037891291081905365, - 4.022046089172363, - -0.7255682945251465 - ] - ], - [ - 8.666666984558105, - [ - 0.011229614727199078, - 3.146878480911255, - -0.7845767140388489 - ] - ], - [ - 8.708333015441895, - [ - 8.580972846346235e-13, - 2.4146525859832764, - -0.8628789782524109 - ] - ], - [ - 8.75, - [ - 0.0, - 1.9672797918319702, - -1.0118939876556396 - ] - ], - [ - 8.791666984558105, - [ - 0.0, - 1.8151897192001343, - -1.155998706817627 - ] - ], - [ - 8.833333015441895, - [ - 0.0, - 1.847773790359497, - -1.2362911701202393 - ] - ], - [ - 8.875, - [ - 0.0, - 1.9292353391647339, - -1.3089847564697266 - ] - ], - [ - 8.916666984558105, - [ - 0.0, - 2.035135507583618, - -1.3747628927230835 - ] - ], - [ - 8.958333015441895, - [ - 0.0, - 2.14103364944458, - -1.4343106746673584 - ] - ], - [ - 9.0, - [ - 0.0, - 2.2224955558776855, - -1.4883164167404175 - ] - ], - [ - 9.041666984558105, - [ - 0.0, - 2.255079984664917, - -1.5374648571014404 - ] - ], - [ - 9.083333015441895, - [ - 0.0, - 2.248943567276001, - -1.5832531452178955 - ] - ], - [ - 9.125, - [ - 0.0, - 2.2327656745910645, - -1.626495599746704 - ] - ], - [ - 9.166666984558105, - [ - 0.0, - 2.2098934650421143, - -1.6668486595153809 - ] - ], - [ - 9.208333015441895, - [ - 0.0, - 2.1836740970611572, - -1.7039681673049927 - ] - ], - [ - 9.25, - [ - 0.0, - 2.1574549674987793, - -1.737513780593872 - ] - ], - [ - 9.291666984558105, - [ - 0.0, - 2.134582757949829, - -1.767141342163086 - ] - ], - [ - 9.333333015441895, - [ - 0.0, - 2.1184048652648926, - -1.7925074100494385 - ] - ], - [ - 9.375, - [ - 0.0, - 2.1122684478759766, - -1.8132705688476563 - ] - ], - [ - 9.416666984558105, - [ - 0.0, - 2.1122684478759766, - -1.829419732093811 - ] - ], - [ - 9.458333015441895, - [ - 0.0, - 2.1122684478759766, - -1.8415554761886597 - ] - ], - [ - 9.5, - [ - 0.0, - 2.1122684478759766, - -1.850251317024231 - ] - ], - [ - 9.541666984558105, - [ - 0.0, - 2.1122684478759766, - -1.8560802936553955 - ] - ], - [ - 9.583333015441895, - [ - 0.0, - 2.1122684478759766, - -1.8596159219741821 - ] - ], - [ - 9.625, - [ - 0.0, - 2.1122684478759766, - -1.8614314794540405 - ] - ], - [ - 9.666666984558105, - [ - 0.0, - 2.1122684478759766, - -1.86210036277771 - ] - ], - [ - 9.708333015441895, - [ - 0.0, - 2.1122684478759766, - -1.8621959686279297 - ] - ], - [ - 9.75, - [ - 0.0, - 2.1122684478759766, - -1.8600937128067017 - ] - ], - [ - 9.791666984558105, - [ - 0.0, - 2.1122684478759766, - -1.8545513153076172 - ] - ], - [ - 9.833333015441895, - [ - 0.0, - 2.1122684478759766, - -1.8467156887054443 - ] - ], - [ - 9.916666984558105, - [ - 0.0, - 2.1122684478759766, - -1.8287508487701416 - ] - ], - [ - 9.958333015441895, - [ - 0.0, - 2.1122684478759766, - -1.8209152221679688 - ] - ], - [ - 10.0, - [ - 0.0, - 2.1122684478759766, - -1.8153728246688843 - ] - ], - [ - 10.041666984558105, - [ - 0.0, - 2.1122684478759766, - -1.8132705688476563 - ] - ], - [ - 10.083333015441895, - [ - 0.0, - 2.1122684478759766, - -1.799223780632019 - ] - ], - [ - 10.166666984558105, - [ - 0.0, - 2.1122684478759766, - -1.7374176979064941 - ] - ], - [ - 10.208333015441895, - [ - 0.0, - 2.1122684478759766, - -1.723371148109436 - ] - ], - [ - 10.25, - [ - 0.0, - 2.1122684478759766, - -1.6690568923950195 - ] - ], - [ - 10.333333015441895, - [ - 0.0, - 2.1122684478759766, - -1.430076003074646 - ] - ], - [ - 10.375, - [ - 0.0, - 2.1122684478759766, - -1.3757612705230713 - ] - ], - [ - 10.416666984558105, - [ - 0.0, - 2.1021311283111572, - -1.3456093072891235 - ] - ], - [ - 10.458333015441895, - [ - 0.0, - 2.076911687850952, - -1.2752013206481934 - ] - ], - [ - 10.5, - [ - 0.0, - 2.044398307800293, - -1.1946028470993042 - ] - ], - [ - 10.541666984558105, - [ - -4.3584900228862966e-13, - 2.0123801231384277, - -1.1338846683502197 - ] - ], - [ - 10.583333015441895, - [ - -0.006699713878333569, - 1.9806466102600098, - -1.0947686433792114 - ] - ], - [ - 10.625, - [ - -0.025222815573215485, - 1.9446818828582764, - -1.0585312843322754 - ] - ], - [ - 10.666666984558105, - [ - -0.053204622119665146, - 1.905819058418274, - -1.0245788097381592 - ] - ], - [ - 10.708333015441895, - [ - -0.08827956020832062, - 1.8653913736343384, - -0.992317259311676 - ] - ], - [ - 10.75, - [ - -0.12808461487293243, - 1.824729323387146, - -0.9611501693725586 - ] - ], - [ - 10.791666984558105, - [ - -0.17025431990623474, - 1.7851660251617432, - -0.9304835200309753 - ] - ], - [ - 10.833333015441895, - [ - -0.21242308616638184, - 1.748034954071045, - -0.8997229933738708 - ] - ], - [ - 10.875, - [ - -0.25222814083099365, - 1.714666485786438, - -0.8682727217674255 - ] - ], - [ - 10.916666984558105, - [ - -0.2873038947582245, - 1.6863938570022583, - -0.8355383276939392 - ] - ], - [ - 10.958333015441895, - [ - -0.31528499722480774, - 1.6645501852035522, - -0.8009257316589355 - ] - ], - [ - 11.0, - [ - -0.33380818367004395, - 1.6504666805267334, - -0.7638386487960815 - ] - ], - [ - 11.041666984558105, - [ - -0.34050801396369934, - 1.6454761028289795, - -0.7236829400062561 - ] - ], - [ - 11.083333015441895, - [ - -0.32188671827316284, - 1.6966413259506226, - -0.6697019338607788 - ] - ], - [ - 11.125, - [ - -0.27666276693344116, - 1.8159664869308472, - -0.5999524593353271 - ] - ], - [ - 11.166666984558105, - [ - -0.22079776227474213, - 1.9521902799606323, - -0.5270673632621765 - ] - ], - [ - 11.208333015441895, - [ - -0.17025436460971832, - 2.054049491882324, - -0.4636794924736023 - ] - ], - [ - 11.25, - [ - -0.12769049406051636, - 2.106527805328369, - -0.41387316584587097 - ] - ], - [ - 11.291666984558105, - [ - -0.08512666821479797, - 2.137411594390869, - -0.3706735372543335 - ] - ], - [ - 11.333333015441895, - [ - -0.042563825845718384, - 2.1596577167510986, - -0.3301176428794861 - ] - ], - [ - 11.375, - [ - 0.0, - 2.186222553253174, - -0.28823933005332947 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715858293_1489890.json b/lenses/physics-objects/Scene/assets/1645812715858293_1489890.json deleted file mode 100644 index 2dd901f7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715858293_1489890.json +++ /dev/null @@ -1,1441 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715858293:1489890", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.07453671842813492, - 0.0, - 0.9972182512283325 - ] - ], - [ - 0.375, - [ - 0.0, - -0.07453671842813492, - 0.0, - 0.9972182512283325 - ] - ], - [ - 0.4166666567325592, - [ - 0.0, - -0.06614217162132263, - 0.0, - 0.9978103041648865 - ] - ], - [ - 0.4583333432674408, - [ - 0.0, - -0.045931436121463776, - 0.0, - 0.9989445805549622 - ] - ], - [ - 0.5, - [ - 0.0, - -0.021380769088864326, - 0.0, - 0.9997714161872864 - ] - ], - [ - 0.5416666865348816, - [ - 0.0, - 9.78316627708864e-09, - 0.0, - 1.0 - ] - ], - [ - 0.5833333134651184, - [ - 0.0, - 0.019678376615047455, - 0.0, - 0.9998063445091248 - ] - ], - [ - 0.625, - [ - 0.0, - 0.04048776999115944, - 0.0, - 0.9991801381111145 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 0.05696483328938484, - 0.0, - 0.998376190662384 - ] - ], - [ - 0.7083333134651184, - [ - 0.0, - 0.06366530060768127, - 0.0, - 0.9979712963104248 - ] - ], - [ - 1.0416666269302368, - [ - 0.0, - 0.06366530060768127, - 0.0, - 0.9979712963104248 - ] - ], - [ - 1.0833333730697632, - [ - 0.0, - 0.056114815175533295, - 0.0, - 0.9984243512153625 - ] - ], - [ - 1.125, - [ - 0.0, - 0.037765469402074814, - 0.0, - 0.9992866516113281 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.015081713907420635, - 0.0, - 0.9998862743377686 - ] - ], - [ - 1.25, - [ - 0.0, - -0.0259768757969141, - 0.0, - 0.9996626377105713 - ] - ], - [ - 1.2916666269302368, - [ - 0.0, - -0.04865274578332901, - 0.0, - 0.9988157749176025 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0669916570186615, - 0.0, - 0.9977535605430603 - ] - ], - [ - 1.375, - [ - 0.0, - -0.07453671842813492, - 0.0, - 0.9972182512283325 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - -0.07453671842813492, - 0.0, - 0.9972182512283325 - ] - ], - [ - 1.5833333730697632, - [ - 0.0, - -0.0629071593284607, - 0.0, - 0.9980193972587585 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.011656928807497025, - 0.0, - 0.999932050704956 - ] - ], - [ - 1.7083333730697632, - [ - 1.4166349063054421e-14, - -1.8508165411780606e-15, - -1.248569339416675e-15, - 1.0 - ] - ], - [ - 1.75, - [ - 0.012318587861955166, - -0.001465973095037043, - -0.0009628864354453981, - 0.9999225735664368 - ] - ], - [ - 1.7916666269302368, - [ - 0.04273233190178871, - -0.004782679956406355, - -0.0029369969852268696, - 0.9990708827972412 - ] - ], - [ - 1.8333333730697632, - [ - 0.08140444755554199, - -0.008256726898252964, - -0.004639449063688517, - 0.996636152267456 - ] - ], - [ - 1.875, - [ - 0.11853157728910446, - -0.009984079748392105, - -0.005129408091306686, - 0.9928868412971497 - ] - ], - [ - 1.9166666269302368, - [ - 0.15999989211559296, - -0.010190092958509922, - -0.004706875886768103, - 0.9870532155036926 - ] - ], - [ - 1.9583333730697632, - [ - 0.20793811976909637, - -0.010407478548586369, - -0.004204410128295422, - 0.9780775904655457 - ] - ], - [ - 2.0, - [ - 0.24731090664863586, - -0.010568950325250626, - -0.003780207596719265, - 0.9688711762428284 - ] - ], - [ - 2.0416667461395264, - [ - 0.2636156976222992, - -0.010631199926137924, - -0.0036014250945299864, - 0.9645624756813049 - ] - ], - [ - 2.2083332538604736, - [ - 0.2636156976222992, - -0.010631199926137924, - -0.0036014250945299864, - 0.9645624756813049 - ] - ], - [ - 2.25, - [ - 0.22022737562656403, - -0.010459553450345993, - -0.0040731350891292095, - 0.975383996963501 - ] - ], - [ - 2.3333332538604736, - [ - 0.025271955877542496, - -0.009461315348744392, - -0.006039555184543133, - 0.9996176958084106 - ] - ], - [ - 2.375, - [ - -0.01944546401500702, - -0.009181829169392586, - -0.006456523202359676, - 0.9997479319572449 - ] - ], - [ - 3.5416667461395264, - [ - -0.01944546401500702, - -0.009181829169392586, - -0.006456523202359676, - 0.9997479319572449 - ] - ], - [ - 3.5833332538604736, - [ - -0.0015125826466828585, - -0.009296145290136337, - -0.006290815304964781, - 0.9999358654022217 - ] - ], - [ - 3.625, - [ - 0.040967777371406555, - -0.009554998017847538, - -0.005890219938009977, - 0.9990974068641663 - ] - ], - [ - 3.6666667461395264, - [ - 0.0909368097782135, - -0.009837912395596504, - -0.00540445651859045, - 0.9957934021949768 - ] - ], - [ - 3.7083332538604736, - [ - 0.13139018416404724, - -0.010049722157418728, - -0.004999576136469841, - 0.991267204284668 - ] - ], - [ - 3.75, - [ - 0.16245874762535095, - -0.010201789438724518, - -0.004681471269577742, - 0.9866514801979065 - ] - ], - [ - 3.7916667461395264, - [ - 0.19161736965179443, - -0.010336002334952354, - -0.004377185367047787, - 0.9814056158065796 - ] - ], - [ - 3.8333332538604736, - [ - 0.21319682896137238, - -0.010429946705698967, - -0.0041483608074486256, - 0.9769448041915894 - ] - ], - [ - 3.875, - [ - 0.22162646055221558, - -0.01046538632363081, - -0.004058126360177994, - 0.975067138671875 - ] - ], - [ - 4.041666507720947, - [ - 0.22162646055221558, - -0.01046538632363081, - -0.004058126360177994, - 0.975067138671875 - ] - ], - [ - 4.083333492279053, - [ - 0.24268582463264465, - 0.00875217467546463, - -0.006058535538613796, - 0.9700465202331543 - ] - ], - [ - 4.125, - [ - 0.28789186477661133, - 0.05061821639537811, - -0.013369104824960232, - 0.9562308192253113 - ] - ], - [ - 4.166666507720947, - [ - 0.3312836289405823, - 0.09161581099033356, - -0.024641145020723343, - 0.9387494325637817 - ] - ], - [ - 4.208333492279053, - [ - 0.3503224849700928, - 0.10986516624689102, - -0.031054722145199776, - 0.929644763469696 - ] - ], - [ - 4.25, - [ - 0.33538779616355896, - 0.11034847795963287, - -0.029291070997714996, - 0.935136616230011 - ] - ], - [ - 4.291666507720947, - [ - 0.30017104744911194, - 0.11136695742607117, - -0.025142604485154152, - 0.9470282793045044 - ] - ], - [ - 4.333333492279053, - [ - 0.25931277871131897, - 0.11234208196401596, - -0.02034715749323368, - 0.9590214490890503 - ] - ], - [ - 4.375, - [ - 0.22814740240573883, - 0.11294160783290863, - -0.01670162007212639, - 0.9669095277786255 - ] - ], - [ - 4.416666507720947, - [ - 0.21217858791351318, - 0.1132015585899353, - -0.01483770553022623, - 0.9705387949943542 - ] - ], - [ - 4.458333492279053, - [ - 0.20296096801757813, - 0.11333725601434708, - -0.01376302633434534, - 0.9725082516670227 - ] - ], - [ - 4.5, - [ - 0.19525198638439178, - 0.11344268918037415, - -0.012864924967288971, - 0.9740851521492004 - ] - ], - [ - 4.541666507720947, - [ - 0.1837616264820099, - 0.11358639597892761, - -0.011527434922754765, - 0.9763180613517761 - ] - ], - [ - 4.583333492279053, - [ - 0.16705554723739624, - 0.11112965643405914, - -0.009349540807306767, - 0.9796200394630432 - ] - ], - [ - 4.625, - [ - 0.14777392148971558, - 0.10404537618160248, - -0.006666161119937897, - 0.9835105538368225 - ] - ], - [ - 4.666666507720947, - [ - 0.12671245634555817, - 0.09331239759922028, - -0.003941341768950224, - 0.987532913684845 - ] - ], - [ - 4.708333492279053, - [ - 0.1046953946352005, - 0.07993524521589279, - -0.001563353929668665, - 0.9912854433059692 - ] - ], - [ - 4.75, - [ - 0.08258765190839767, - 0.06494629383087158, - 0.0001989435841096565, - 0.9944652915000916 - ] - ], - [ - 4.791666507720947, - [ - 0.06129254400730133, - 0.04939727857708931, - 0.001221248647198081, - 0.9968960285186768 - ] - ], - [ - 4.833333492279053, - [ - 0.04174315929412842, - 0.03434714674949646, - 0.0015290522715076804, - 0.9985366463661194 - ] - ], - [ - 4.875, - [ - 0.02488962560892105, - 0.02084983140230179, - 0.0012829594779759645, - 0.9994719624519348 - ] - ], - [ - 4.916666507720947, - [ - 0.0116847800090909, - 0.009944627061486244, - 0.0007443118374794722, - 0.9998821020126343 - ] - ], - [ - 4.958333492279053, - [ - 0.003075846005231142, - 0.0026558164972811937, - 0.0002218138542957604, - 0.9999917149543762 - ] - ], - [ - 5.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.791666507720947, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.833333492279053, - [ - -0.008218289352953434, - -0.026515325531363487, - -0.004666037857532501, - 0.9996037483215332 - ] - ], - [ - 6.875, - [ - -0.027039529755711555, - -0.08447010815143585, - -0.016391942277550697, - 0.995924174785614 - ] - ], - [ - 6.916666507720947, - [ - -0.046713389456272125, - -0.14168961346149445, - -0.03002145327627659, - 0.9883524775505066 - ] - ], - [ - 6.958333492279053, - [ - -0.05588136985898018, - -0.1673864722251892, - -0.03680836781859398, - 0.983617901802063 - ] - ], - [ - 7.208333492279053, - [ - -0.05588136985898018, - -0.1673864722251892, - -0.03680836781859398, - 0.983617901802063 - ] - ], - [ - 7.25, - [ - -0.06856468319892883, - -0.204445481300354, - -0.02670728601515293, - 0.9761084318161011 - ] - ], - [ - 7.291666507720947, - [ - -0.0931374728679657, - -0.29424166679382324, - -0.00788608193397522, - 0.9511493444442749 - ] - ], - [ - 7.333333492279053, - [ - -0.11050508916378021, - -0.4026658833026886, - 0.0034589252900332212, - 0.9086456298828125 - ] - ], - [ - 7.375, - [ - -0.11323200166225433, - -0.49578750133514404, - 0.0018389075994491577, - 0.8610283732414246 - ] - ], - [ - 7.416666507720947, - [ - -0.013873865827918053, - -0.6047114133834839, - 0.0010935332393273711, - 0.7963230609893799 - ] - ], - [ - 7.458333492279053, - [ - 0.04980695620179176, - -0.7086780667304993, - 0.05098908022046089, - 0.7019222378730774 - ] - ], - [ - 7.5, - [ - 0.0591253861784935, - -0.785122811794281, - 0.13140074908733368, - 0.6023455858230591 - ] - ], - [ - 7.541666507720947, - [ - 0.031154466792941093, - -0.8360483050346375, - 0.19115793704986572, - 0.5133334994316101 - ] - ], - [ - 7.583333492279053, - [ - -0.012088882736861706, - 0.8801178336143494, - -0.2242797166109085, - -0.41826438903808594 - ] - ], - [ - 7.625, - [ - -0.020365320146083832, - 0.9155071973800659, - -0.24882332980632782, - -0.3154659569263458 - ] - ], - [ - 7.666666507720947, - [ - -0.04077066108584404, - 0.9381529092788696, - -0.2533684968948364, - -0.2324032485485077 - ] - ], - [ - 7.708333492279053, - [ - -0.05085103213787079, - 0.9482239484786987, - -0.24213767051696777, - -0.19913533329963684 - ] - ], - [ - 7.75, - [ - -0.046524420380592346, - 0.9532477259635925, - -0.2215356081724167, - -0.20019038021564484 - ] - ], - [ - 7.791666507720947, - [ - -0.041463930159807205, - 0.9585286378860474, - -0.197439044713974, - -0.20129941403865814 - ] - ], - [ - 7.833333492279053, - [ - -0.037250567227602005, - 0.9624432325363159, - -0.17737624049186707, - -0.20212151110172272 - ] - ], - [ - 7.875, - [ - -0.03548895940184593, - 0.9639515280723572, - -0.16898798942565918, - -0.20243827998638153 - ] - ], - [ - 7.916666507720947, - [ - -0.03615396097302437, - 0.9633909463882446, - -0.1721545308828354, - -0.20232054591178894 - ] - ], - [ - 7.958333492279053, - [ - -0.037905268371105194, - 0.9618634581565857, - -0.18049374222755432, - -0.2019997537136078 - ] - ], - [ - 8.0, - [ - -0.040376342833042145, - 0.9595807790756226, - -0.192260280251503, - -0.20152036845684052 - ] - ], - [ - 8.083333015441895, - [ - -0.04601828381419182, - 0.953804612159729, - -0.21912553906440735, - -0.20030733942985535 - ] - ], - [ - 8.125, - [ - -0.04846806079149246, - 0.9510495066642761, - -0.2307906448841095, - -0.19972874224185944 - ] - ], - [ - 8.166666984558105, - [ - -0.05019644647836685, - 0.94901442527771, - -0.23902073502540588, - -0.1993013471364975 - ] - ], - [ - 8.208333015441895, - [ - -0.05085105821490288, - 0.9482240080833435, - -0.24213778972625732, - -0.19913536310195923 - ] - ], - [ - 8.25, - [ - -0.05009535327553749, - 0.9491355419158936, - -0.23853933811187744, - -0.1993267834186554 - ] - ], - [ - 8.291666984558105, - [ - -0.047973405569791794, - 0.9516178965568542, - -0.22843524813652039, - -0.19984810054302216 - ] - ], - [ - 8.333333015441895, - [ - -0.044700026512145996, - 0.9552250504493713, - -0.21284839510917664, - -0.2006056308746338 - ] - ], - [ - 8.375, - [ - -0.04048914834856987, - 0.9594730138778687, - -0.19279742240905762, - -0.20149773359298706 - ] - ], - [ - 8.416666984558105, - [ - -0.035557594150304794, - 0.9638941884040833, - -0.16931481659412384, - -0.2024262398481369 - ] - ], - [ - 8.458333015441895, - [ - -0.030126899480819702, - 0.968080461025238, - -0.14345543086528778, - -0.20330537855625153 - ] - ], - [ - 8.541666984558105, - [ - -0.018678661435842514, - 0.9746017456054688, - -0.08894229680299759, - -0.20467489957809448 - ] - ], - [ - 8.583333015441895, - [ - -0.009886238723993301, - 0.9775189161300659, - -0.047075364738702774, - -0.20528753101825714 - ] - ], - [ - 8.625, - [ - 0.0020775592420250177, - 0.97860187292099, - 0.009892726317048073, - -0.20551498234272003 - ] - ], - [ - 8.666666984558105, - [ - 0.012609519995748997, - 0.9768081307411194, - 0.06004282832145691, - -0.20513826608657837 - ] - ], - [ - 8.708333015441895, - [ - 0.01712871715426445, - 0.9752471446990967, - 0.08156191557645798, - -0.20481044054031372 - ] - ], - [ - 8.75, - [ - 0.0038419212214648724, - 0.9784807562828064, - 0.01829409971833229, - -0.20548953115940094 - ] - ], - [ - 8.791666984558105, - [ - -0.012955006211996078, - 0.9767056107521057, - -0.061687931418418884, - -0.20511674880981445 - ] - ], - [ - 8.833333015441895, - [ - -0.01970977894961834, - 0.9741411805152893, - -0.09385217726230621, - -0.2045781910419464 - ] - ], - [ - 8.875, - [ - -0.02582418918609619, - 0.9708956480026245, - -0.1229671984910965, - -0.20389659702777863 - ] - ], - [ - 8.916666984558105, - [ - -0.031030703336000443, - 0.967432975769043, - -0.1477590799331665, - -0.20316940546035767 - ] - ], - [ - 8.958333015441895, - [ - -0.03506810590624809, - 0.9643005728721619, - -0.16698400676250458, - -0.20251157879829407 - ] - ], - [ - 9.0, - [ - -0.03767949715256691, - 0.9620645642280579, - -0.179418683052063, - -0.20204198360443115 - ] - ], - [ - 9.041666984558105, - [ - -0.038607750087976456, - 0.9612297415733337, - -0.18383875489234924, - -0.20186667144298553 - ] - ], - [ - 9.083333015441895, - [ - -0.03768967464566231, - 0.962055504322052, - -0.17946715652942657, - -0.20204009115695953 - ] - ], - [ - 9.125, - [ - -0.035211216658353806, - 0.9641823172569275, - -0.16766546666622162, - -0.20248673856258392 - ] - ], - [ - 9.166666984558105, - [ - -0.031584516167640686, - 0.9670265316963196, - -0.1503961831331253, - -0.2030840367078781 - ] - ], - [ - 9.208333015441895, - [ - -0.027224116027355194, - 0.9700281023979187, - -0.12963324785232544, - -0.20371440052986145 - ] - ], - [ - 9.25, - [ - -0.02254953794181347, - 0.972743570804596, - -0.10737427324056625, - -0.20428466796875 - ] - ], - [ - 9.291666984558105, - [ - -0.017986109480261803, - 0.9748970866203308, - -0.08564456552267075, - -0.20473693311214447 - ] - ], - [ - 9.333333015441895, - [ - -0.013962924480438232, - 0.9763906598091125, - -0.06648734211921692, - -0.20505060255527496 - ] - ], - [ - 9.375, - [ - -0.010910225100815296, - 0.9772719144821167, - -0.05195128172636032, - -0.20523566007614136 - ] - ], - [ - 9.416666984558105, - [ - -0.008585336618125439, - 0.9777975678443909, - -0.040880851447582245, - -0.20534604787826538 - ] - ], - [ - 9.458333015441895, - [ - -0.006477942690253258, - 0.9781656265258789, - -0.03084605745971203, - -0.20542337000370026 - ] - ], - [ - 9.5, - [ - -0.004616663791239262, - 0.9784048199653625, - -0.021983196958899498, - -0.20547358691692352 - ] - ], - [ - 9.541666984558105, - [ - -0.003030151128768921, - 0.9785454273223877, - -0.014428689144551754, - -0.20550310611724854 - ] - ], - [ - 9.583333015441895, - [ - -0.0017469044541940093, - 0.9786164164543152, - -0.00831824541091919, - -0.20551802217960358 - ] - ], - [ - 9.625, - [ - -0.0007952451705932617, - 0.9786445498466492, - -0.003786723595112562, - -0.20552393794059753 - ] - ], - [ - 9.666666984558105, - [ - -0.00020351856073830277, - 0.9786512851715088, - -0.0009690956212580204, - -0.20552535355091095 - ] - ], - [ - 9.708333015441895, - [ - -1.2365601909937983e-14, - 0.978651762008667, - -5.915412474091775e-14, - -0.2055254429578781 - ] - ], - [ - 10.208333015441895, - [ - 7.250994442979406e-17, - 0.978651762008667, - 7.250994442979406e-17, - -0.2055254429578781 - ] - ], - [ - 10.25, - [ - 7.181228044883214e-17, - 0.981543242931366, - 7.181228044883214e-17, - -0.1912403255701065 - ] - ], - [ - 10.333333015441895, - [ - 6.856341940518926e-17, - 0.9917813539505005, - 6.856341940518926e-17, - -0.12794426083564758 - ] - ], - [ - 10.375, - [ - 6.778524097212388e-17, - 0.9935408234596252, - 6.778524097212388e-17, - -0.11347616463899612 - ] - ], - [ - 10.416666984558105, - [ - 6.913252628407065e-17, - 0.9903368353843689, - 6.913252628407065e-17, - -0.13868294656276703 - ] - ], - [ - 10.458333015441895, - [ - 7.216968864790405e-17, - 0.9800959229469299, - 7.216968864790405e-17, - -0.19852453470230103 - ] - ], - [ - 10.5, - [ - 7.545830068306377e-17, - 0.9630676507949829, - 7.545830068306377e-17, - -0.2692599296569824 - ] - ], - [ - 10.541666984558105, - [ - 7.792900314597596e-17, - 0.944678008556366, - 7.792900314597596e-17, - -0.32799914479255676 - ] - ], - [ - 10.583333015441895, - [ - 7.961605454889011e-17, - 0.9282355308532715, - 7.961605454889011e-17, - -0.3719933032989502 - ] - ], - [ - 10.625, - [ - 8.106434853979695e-17, - 0.9106062650680542, - 8.106434853979695e-17, - -0.41327494382858276 - ] - ], - [ - 10.666666984558105, - [ - 8.230863993931352e-17, - 0.8918285369873047, - 8.230863993931352e-17, - -0.45237356424331665 - ] - ], - [ - 10.708333015441895, - [ - 8.337588821796414e-17, - 0.8718389868736267, - 8.337588821796414e-17, - -0.4897925853729248 - ] - ], - [ - 10.75, - [ - -8.428547587186215e-17, - -0.8504818677902222, - -8.428547587186215e-17, - 0.5260043740272522 - ] - ], - [ - 10.791666984558105, - [ - -8.50490429865874e-17, - -0.827519953250885, - -8.50490429865874e-17, - 0.5614362955093384 - ] - ], - [ - 10.833333015441895, - [ - -8.567042106273723e-17, - -0.8026387691497803, - -8.567042106273723e-17, - 0.5964654684066772 - ] - ], - [ - 10.875, - [ - -8.614530214368148e-17, - -0.7754476070404053, - -8.614530214368148e-17, - 0.6314119100570679 - ] - ], - [ - 10.916666984558105, - [ - -8.646050427917848e-17, - -0.7454866170883179, - -8.646050427917848e-17, - 0.6665205955505371 - ] - ], - [ - 10.958333015441895, - [ - -8.659331639833e-17, - -0.712226390838623, - -8.659331639833e-17, - 0.7019498348236084 - ] - ], - [ - 11.0, - [ - 0.0, - -0.6750680208206177, - 0.0, - 0.737755537033081 - ] - ], - [ - 11.041666984558105, - [ - 0.0, - -0.6333516240119934, - 0.0, - 0.7738641500473022 - ] - ], - [ - 11.083333015441895, - [ - 0.0, - -0.5738680362701416, - 0.0, - 0.8189477920532227 - ] - ], - [ - 11.125, - [ - 0.0, - -0.4913475811481476, - 0.0, - 0.8709635734558105 - ] - ], - [ - 11.166666984558105, - [ - 0.0, - -0.3997441828250885, - 0.0, - 0.9166267514228821 - ] - ], - [ - 11.208333015441895, - [ - 0.0, - -0.3165988624095917, - 0.0, - 0.9485595226287842 - ] - ], - [ - 11.25, - [ - 0.0, - -0.24942553043365479, - 0.0, - 0.9683939814567566 - ] - ], - [ - 11.291666984558105, - [ - 0.0, - -0.18994934856891632, - 0.0, - 0.9817938804626465 - ] - ], - [ - 11.333333015441895, - [ - 0.0, - -0.13336816430091858, - 0.0, - 0.991066575050354 - ] - ], - [ - 11.375, - [ - 0.0, - -0.07453671842813492, - 0.0, - 0.9972182512283325 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715858460_1489897.json b/lenses/physics-objects/Scene/assets/1645812715858460_1489897.json deleted file mode 100644 index c333ff9c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715858460_1489897.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715858460:1489897", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715858612_1489904.json b/lenses/physics-objects/Scene/assets/1645812715858612_1489904.json deleted file mode 100644 index 9acd0a6c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715858612_1489904.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715858612:1489904", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715860277_1489917.json b/lenses/physics-objects/Scene/assets/1645812715860277_1489917.json deleted file mode 100644 index d7687c91..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715860277_1489917.json +++ /dev/null @@ -1,322 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715860277:1489917", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.938893903907228e-18, - 1.3554630279541016, - -0.1947970688343048 - ] - ], - [ - 7.375, - [ - 0.0, - 1.3554630279541016, - -0.1947970688343048 - ] - ], - [ - 7.416666507720947, - [ - 0.004573631100356579, - 1.3221690654754639, - -0.1884680688381195 - ] - ], - [ - 7.458333492279053, - [ - 0.016631556674838066, - 1.2343921661376953, - -0.1717822551727295 - ] - ], - [ - 7.5, - [ - 0.03367878869175911, - 1.1102954149246216, - -0.14819225668907166 - ] - ], - [ - 7.583333492279053, - [ - 0.0727628841996193, - 0.8257792592048645, - -0.09410758316516876 - ] - ], - [ - 7.625, - [ - 0.08981010317802429, - 0.7016826272010803, - -0.07051758468151093 - ] - ], - [ - 7.666666507720947, - [ - 0.1018679216504097, - 0.613906741142273, - -0.053831957280635834 - ] - ], - [ - 7.708333492279053, - [ - 0.10644160211086273, - 0.5806121826171875, - -0.04750286415219307 - ] - ], - [ - 7.75, - [ - 0.07359307259321213, - 0.802976131439209, - -0.048723865300416946 - ] - ], - [ - 7.833333492279053, - [ - -0.07094068080186844, - 1.7813788652420044, - -0.054096270352602005 - ] - ], - [ - 7.875, - [ - -0.10378901660442352, - 2.003741502761841, - -0.05531726032495499 - ] - ], - [ - 7.916666507720947, - [ - -0.10365302115678787, - 1.9691087007522583, - -0.043339427560567856 - ] - ], - [ - 7.958333492279053, - [ - -0.10326369851827621, - 1.877803087234497, - -0.01131367776542902 - ] - ], - [ - 8.0, - [ - -0.1026490330696106, - 1.7487170696258545, - 0.03489692509174347 - ] - ], - [ - 8.041666984558105, - [ - -0.10183701664209366, - 1.6007388830184937, - 0.08943097293376923 - ] - ], - [ - 8.083333015441895, - [ - -0.10085564851760864, - 1.4527639150619507, - 0.1464242786169052 - ] - ], - [ - 8.125, - [ - -0.0997328907251358, - 1.3236764669418335, - 0.20001696050167084 - ] - ], - [ - 8.166666984558105, - [ - -0.09849676489830017, - 1.2323710918426514, - 0.2443453073501587 - ] - ], - [ - 8.208333015441895, - [ - -0.0971752405166626, - 1.1977384090423584, - 0.27354636788368225 - ] - ], - [ - 8.25, - [ - -0.095671147108078, - 1.2193015813827515, - 0.289527028799057 - ] - ], - [ - 8.291666984558105, - [ - -0.0938940942287445, - 1.2761499881744385, - 0.29931360483169556 - ] - ], - [ - 8.333333015441895, - [ - -0.0918823629617691, - 1.3565202951431274, - 0.304725706577301 - ] - ], - [ - 8.375, - [ - -0.08967402577400208, - 1.4486541748046875, - 0.3075834810733795 - ] - ], - [ - 8.416666984558105, - [ - -0.08730734884738922, - 1.540787935256958, - 0.30970656871795654 - ] - ], - [ - 8.5, - [ - -0.08234314620494843, - 1.7015300989151, - 0.31600049138069153 - ] - ], - [ - 8.541666984558105, - [ - -0.07987041771411896, - 1.7936638593673706, - 0.31726643443107605 - ] - ], - [ - 8.583333015441895, - [ - -0.07723942399024963, - 1.8857955932617188, - 0.3177977204322815 - ] - ], - [ - 8.625, - [ - -0.07428694516420364, - 1.966167688369751, - 0.31867942214012146 - ] - ], - [ - 8.666666984558105, - [ - -0.07084999233484268, - 2.0230157375335693, - 0.3209966719150543 - ] - ], - [ - 8.708333015441895, - [ - -0.06676558405160904, - 2.044578790664673, - 0.3258344829082489 - ] - ], - [ - 8.75, - [ - -0.06116991117596626, - 1.642058253288269, - 0.3433087170124054 - ] - ], - [ - 8.791666984558105, - [ - -0.053636305034160614, - 0.8945153951644897, - 0.3689933717250824 - ] - ], - [ - 8.833333015441895, - [ - -0.04465726390480995, - 0.4919992685317993, - 0.3821607530117035 - ] - ], - [ - 8.875, - [ - -0.03231440857052803, - 0.626915454864502, - 0.2920110821723938 - ] - ], - [ - 8.916666984558105, - [ - -0.017559517174959183, - 0.9237334728240967, - 0.09368031471967697 - ] - ], - [ - 8.958333015441895, - [ - -0.005189388990402222, - 1.2205450534820557, - -0.10464631766080856 - ] - ], - [ - 9.0, - [ - 0.0, - 1.3554630279541016, - -0.1947970688343048 - ] - ], - [ - 11.375, - [ - 6.938893903907228e-18, - 1.3554630279541016, - -0.1947970688343048 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715860475_1489924.json b/lenses/physics-objects/Scene/assets/1645812715860475_1489924.json deleted file mode 100644 index 1f7b5c2c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715860475_1489924.json +++ /dev/null @@ -1,2197 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715860475:1489924", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.03613622859120369, - 0.1271923929452896, - -0.07648871839046478, - 0.9882640242576599 - ] - ], - [ - 0.0416666679084301, - [ - 0.03613622859120369, - 0.1271923929452896, - -0.07648871839046478, - 0.9882640242576599 - ] - ], - [ - 0.0833333358168602, - [ - 0.031534343957901, - 0.15561874210834503, - -0.07842236757278442, - 0.984194278717041 - ] - ], - [ - 0.125, - [ - 0.027437865734100342, - 0.1879962980747223, - -0.08022482693195343, - 0.9785032272338867 - ] - ], - [ - 0.1666666716337204, - [ - 0.02359353005886078, - 0.22019021213054657, - -0.08144766837358475, - 0.971764326095581 - ] - ], - [ - 0.2083333283662796, - [ - 0.019642621278762817, - 0.24816109240055084, - -0.0818275436758995, - 0.9650567173957825 - ] - ], - [ - 0.25, - [ - 0.015122775919735432, - 0.26798516511917114, - -0.08127836138010025, - 0.9598693251609802 - ] - ], - [ - 0.2916666567325592, - [ - 0.009502761997282505, - 0.2758069932460785, - -0.07985097169876099, - 0.957843542098999 - ] - ], - [ - 0.3333333432674408, - [ - 0.00042770130676217377, - 0.2638551890850067, - -0.0746823325753212, - 0.9616667032241821 - ] - ], - [ - 0.375, - [ - -0.012831529602408409, - 0.23011514544487, - -0.06398715823888779, - 0.9709727168083191 - ] - ], - [ - 0.4166666567325592, - [ - -0.027966991066932678, - 0.17928344011306763, - -0.04936257377266884, - 0.982160210609436 - ] - ], - [ - 0.4583333432674408, - [ - -0.04256459325551987, - 0.11635521054267883, - -0.03240082412958145, - 0.9917661547660828 - ] - ], - [ - 0.5, - [ - -0.05461258068680763, - 0.046859826892614365, - -0.014754172414541245, - 0.9972984194755554 - ] - ], - [ - 0.5416666865348816, - [ - -0.06290929019451141, - -0.02321339212357998, - 0.0019670736510306597, - 0.9977473020553589 - ] - ], - [ - 0.5833333134651184, - [ - -0.06728304922580719, - -0.08770617842674255, - 0.01637682132422924, - 0.9937366843223572 - ] - ], - [ - 0.625, - [ - -0.06855180114507675, - -0.1406242698431015, - 0.027451975271105766, - 0.9873053431510925 - ] - ], - [ - 0.6666666865348816, - [ - -0.06820247322320938, - -0.17632126808166504, - 0.034517787396907806, - 0.981360137462616 - ] - ], - [ - 0.7083333134651184, - [ - -0.06781843304634094, - -0.18941417336463928, - 0.03702550753951073, - 0.9788525104522705 - ] - ], - [ - 0.75, - [ - -0.06715171039104462, - -0.18579204380512238, - 0.03616572543978691, - 0.9796244502067566 - ] - ], - [ - 0.7916666865348816, - [ - -0.06519941985607147, - -0.1755502074956894, - 0.033677034080028534, - 0.981731653213501 - ] - ], - [ - 0.8333333134651184, - [ - -0.06196765974164009, - -0.15962406992912292, - 0.029639316722750664, - 0.9847850799560547 - ] - ], - [ - 0.875, - [ - -0.05742112174630165, - -0.1389571875333786, - 0.024098435416817665, - 0.9883385896682739 - ] - ], - [ - 0.9166666865348816, - [ - -0.051532987505197525, - -0.11451049894094467, - 0.017110230401158333, - 0.991936981678009 - ] - ], - [ - 0.9583333134651184, - [ - -0.04432456195354462, - -0.08726534992456436, - 0.00877491943538189, - 0.995159924030304 - ] - ], - [ - 1.0, - [ - -0.035893652588129044, - -0.058218810707330704, - -0.0007394123822450638, - 0.9976581931114197 - ] - ], - [ - 1.0416666269302368, - [ - -0.02643141709268093, - -0.028373178094625473, - -0.011184006929397583, - 0.99918532371521 - ] - ], - [ - 1.0833333730697632, - [ - -0.016227848827838898, - 0.0012791522312909365, - -0.022227294743061066, - 0.9996204376220703 - ] - ], - [ - 1.125, - [ - -0.005667219869792461, - 0.029770776629447937, - -0.03346138074994087, - 0.9989804625511169 - ] - ], - [ - 1.1666666269302368, - [ - 0.004785182885825634, - 0.056172747164964676, - -0.04441583901643753, - 0.997421145439148 - ] - ], - [ - 1.2083333730697632, - [ - 0.014602181501686573, - 0.07960151135921478, - -0.05457553640007973, - 0.9952245354652405 - ] - ], - [ - 1.25, - [ - 0.023217609152197838, - 0.09921791404485703, - -0.06340021640062332, - 0.9927725791931152 - ] - ], - [ - 1.2916666269302368, - [ - 0.030051246285438538, - 0.11421733349561691, - -0.07034418731927872, - 0.9905064702033997 - ] - ], - [ - 1.3333333730697632, - [ - 0.03453429788351059, - 0.12380985170602798, - -0.07487452775239944, - 0.9888742566108704 - ] - ], - [ - 1.375, - [ - 0.03613622859120369, - 0.1271923929452896, - -0.07648871839046478, - 0.9882640242576599 - ] - ], - [ - 1.4166666269302368, - [ - 0.034394148737192154, - 0.12181833386421204, - -0.07454435527324677, - 0.9891514182090759 - ] - ], - [ - 1.4583333730697632, - [ - 0.02986314333975315, - 0.10760808736085892, - -0.06931665539741516, - 0.9913243055343628 - ] - ], - [ - 1.5, - [ - 0.023633114993572235, - 0.08741433918476105, - -0.06173200160264969, - 0.9939765334129333 - ] - ], - [ - 1.5416666269302368, - [ - 0.01677410863339901, - 0.06412412226200104, - -0.05270060896873474, - 0.9964083433151245 - ] - ], - [ - 1.5833333730697632, - [ - 0.010253215208649635, - 0.040693413466215134, - -0.043074581772089005, - 0.9981901049613953 - ] - ], - [ - 1.625, - [ - 0.004880581516772509, - 0.020146168768405914, - -0.033621206879615784, - 0.9992196559906006 - ] - ], - [ - 1.6666666269302368, - [ - 0.0012950876262038946, - 0.005551847163587809, - -0.025022590532898903, - 0.9996706247329712 - ] - ], - [ - 1.7083333730697632, - [ - 3.299879426242776e-14, - -5.913042242971297e-16, - -0.017916090786457062, - 0.9998396039009094 - ] - ], - [ - 1.75, - [ - 0.026761436834931374, - -0.0003120933542959392, - -0.01165708526968956, - 0.999573826789856 - ] - ], - [ - 1.7916666269302368, - [ - 0.08788522332906723, - -0.0005173461395315826, - -0.005863731727004051, - 0.9961132407188416 - ] - ], - [ - 1.8333333730697632, - [ - 0.1544821560382843, - -0.0002545159950386733, - -0.0016277630347758532, - 0.9879943132400513 - ] - ], - [ - 1.875, - [ - 0.19815731048583984, - 0.0, - 0.0, - 0.9801702499389648 - ] - ], - [ - 1.9166666269302368, - [ - 0.22060619294643402, - 0.0, - 0.0, - 0.9753629565238953 - ] - ], - [ - 1.9583333730697632, - [ - 0.24179530143737793, - 0.0, - 0.0, - 0.9703273773193359 - ] - ], - [ - 2.0, - [ - 0.26152729988098145, - 0.0, - 0.0, - 0.9651961922645569 - ] - ], - [ - 2.0416667461395264, - [ - 0.2796114981174469, - 0.0, - 0.0, - 0.9601132273674011 - ] - ], - [ - 2.0833332538604736, - [ - 0.2958630621433258, - 0.0, - 0.0, - 0.9552303552627563 - ] - ], - [ - 2.125, - [ - 0.3101019859313965, - 0.0, - 0.0, - 0.9507033228874207 - ] - ], - [ - 2.1666667461395264, - [ - 0.3221515119075775, - 0.0, - 0.0, - 0.9466882348060608 - ] - ], - [ - 2.2083332538604736, - [ - 0.3318362236022949, - 0.0, - 0.0, - 0.9433370232582092 - ] - ], - [ - 2.25, - [ - 0.33897995948791504, - 0.0, - 0.0, - 0.9407935738563538 - ] - ], - [ - 2.2916667461395264, - [ - 0.3434031307697296, - 0.0, - 0.0, - 0.9391881227493286 - ] - ], - [ - 2.3333332538604736, - [ - 0.34492015838623047, - 0.0, - 0.0, - 0.9386321306228638 - ] - ], - [ - 2.375, - [ - 0.3429623246192932, - 0.0, - 0.0, - 0.9393491744995117 - ] - ], - [ - 2.4166667461395264, - [ - 0.33744654059410095, - 0.0, - 0.0, - 0.9413447976112366 - ] - ], - [ - 2.4583332538604736, - [ - 0.32890161871910095, - 0.0, - 0.0, - 0.9443643093109131 - ] - ], - [ - 2.5, - [ - 0.31785303354263306, - 0.0, - 0.0, - 0.948140025138855 - ] - ], - [ - 2.5416667461395264, - [ - 0.30482882261276245, - 0.0, - 0.0, - 0.95240718126297 - ] - ], - [ - 2.5833332538604736, - [ - 0.29036426544189453, - 0.0, - 0.0, - 0.9569162130355835 - ] - ], - [ - 2.625, - [ - 0.2750042974948883, - 0.0, - 0.0, - 0.9614430069923401 - ] - ], - [ - 2.6666667461395264, - [ - 0.25930508971214294, - 0.0, - 0.0, - 0.9657954573631287 - ] - ], - [ - 2.7083332538604736, - [ - 0.2438334971666336, - 0.0, - 0.0, - 0.9698171019554138 - ] - ], - [ - 2.75, - [ - 0.22916516661643982, - 0.0, - 0.0, - 0.9733875393867493 - ] - ], - [ - 2.7916667461395264, - [ - 0.21588315069675446, - 0.0, - 0.0, - 0.97641921043396 - ] - ], - [ - 2.8333332538604736, - [ - 0.20457477867603302, - 0.0, - 0.0, - 0.9788509607315063 - ] - ], - [ - 2.875, - [ - 0.1958291381597519, - 0.0, - 0.0, - 0.9806380271911621 - ] - ], - [ - 2.9166667461395264, - [ - 0.1902342587709427, - 0.0, - 0.0, - 0.9817387461662292 - ] - ], - [ - 2.9583332538604736, - [ - 0.18837444484233856, - 0.0, - 0.0, - 0.9820973873138428 - ] - ], - [ - 3.0, - [ - 0.19082683324813843, - 0.0, - 0.0, - 0.9816238284111023 - ] - ], - [ - 3.0416667461395264, - [ - 0.19815735518932343, - -3.44776731307523e-14, - -5.538781476380813e-15, - 0.9801702499389648 - ] - ], - [ - 3.0833332538604736, - [ - 0.2290736436843872, - -0.006802367512136698, - -0.0008728227112442255, - 0.9733850359916687 - ] - ], - [ - 3.125, - [ - 0.28344807028770447, - -0.021888367831707, - -0.0015590657712891698, - 0.9587364792823792 - ] - ], - [ - 3.1666667461395264, - [ - 0.334292471408844, - -0.037016939371824265, - -0.0006331574404612184, - 0.941741943359375 - ] - ], - [ - 3.2083332538604736, - [ - 0.3565754294395447, - -0.0438714325428009, - 0.00030690894345752895, - 0.9332358837127686 - ] - ], - [ - 3.7083332538604736, - [ - 0.3565754294395447, - -0.0438714325428009, - 0.00030690894345752895, - 0.9332358837127686 - ] - ], - [ - 3.75, - [ - 0.31625667214393616, - -0.06101558357477188, - 0.006230578292161226, - 0.9466890692710876 - ] - ], - [ - 3.7916667461395264, - [ - 0.2258666306734085, - -0.10045715421438217, - 0.014033582992851734, - 0.9688630700111389 - ] - ], - [ - 3.8333332538604736, - [ - 0.1342138946056366, - -0.14137499034404755, - 0.014386473223567009, - 0.9807104468345642 - ] - ], - [ - 3.875, - [ - 0.09248625487089157, - -0.16015832126140594, - 0.012028518132865429, - 0.9826753735542297 - ] - ], - [ - 3.9166667461395264, - [ - 0.1014469563961029, - -0.15005676448345184, - 0.009705455973744392, - 0.9834110736846924 - ] - ], - [ - 3.9583332538604736, - [ - 0.12605515122413635, - -0.12363624572753906, - 0.002724155317991972, - 0.9842848777770996 - ] - ], - [ - 4.0, - [ - 0.1628953069448471, - -0.08696117997169495, - -0.009364655241370201, - 0.9827590584754944 - ] - ], - [ - 4.041666507720947, - [ - 0.20810675621032715, - -0.046242259442806244, - -0.026496274396777153, - 0.9766531586647034 - ] - ], - [ - 4.083333492279053, - [ - 0.25724542140960693, - -0.007452834863215685, - -0.0472266785800457, - 0.9651626348495483 - ] - ], - [ - 4.125, - [ - 0.30557769536972046, - 0.024144530296325684, - -0.06846929341554642, - 0.9493952393531799 - ] - ], - [ - 4.166666507720947, - [ - 0.3485722839832306, - 0.04431890323758125, - -0.08574303239583969, - 0.9322989583015442 - ] - ], - [ - 4.208333492279053, - [ - 0.382241427898407, - 0.049788519740104675, - -0.09373436868190765, - 0.917946994304657 - ] - ], - [ - 4.25, - [ - 0.40722915530204773, - 0.04339037090539932, - -0.08792132884263992, - 0.9080482125282288 - ] - ], - [ - 4.291666507720947, - [ - 0.42613354325294495, - 0.032479558140039444, - -0.07084304094314575, - 0.9012972712516785 - ] - ], - [ - 4.333333492279053, - [ - 0.438189834356308, - 0.020246002823114395, - -0.047982290387153625, - 0.8973726630210876 - ] - ], - [ - 4.375, - [ - 0.4423218071460724, - 0.009148089215159416, - -0.025267869234085083, - 0.8964537382125854 - ] - ], - [ - 4.416666507720947, - [ - 0.4421297013759613, - -0.0019652112387120724, - -0.0019522177753970027, - 0.8969469666481018 - ] - ], - [ - 4.458333492279053, - [ - 0.44212737679481506, - -0.014977339655160904, - 0.025314034894108772, - 0.8964700102806091 - ] - ], - [ - 4.5, - [ - 0.4422769248485565, - -0.028852131217718124, - 0.05428707227110863, - 0.894769012928009 - ] - ], - [ - 4.541666507720947, - [ - 0.44242075085639954, - -0.0425703339278698, - 0.08271156251430511, - 0.8919699788093567 - ] - ], - [ - 4.583333492279053, - [ - 0.4422746002674103, - -0.05513574182987213, - 0.10836608707904816, - 0.8886000514030457 - ] - ], - [ - 4.625, - [ - 0.44144314527511597, - -0.06557092070579529, - 0.12910160422325134, - 0.8855287432670593 - ] - ], - [ - 4.666666507720947, - [ - 0.43945586681365967, - -0.07289760559797287, - 0.14285467565059662, - 0.8838309049606323 - ] - ], - [ - 4.708333492279053, - [ - 0.4358232319355011, - -0.07609447836875916, - 0.1476188749074936, - 0.8845769762992859 - ] - ], - [ - 4.75, - [ - 0.4235020875930786, - -0.07657904177904129, - 0.14374065399169922, - 0.8911343812942505 - ] - ], - [ - 4.791666507720947, - [ - 0.39734432101249695, - -0.07620556652545929, - 0.13379397988319397, - 0.9046599268913269 - ] - ], - [ - 4.833333492279053, - [ - 0.3596622943878174, - -0.07434923946857452, - 0.1192089319229126, - 0.9224448204040527 - ] - ], - [ - 4.875, - [ - 0.31288063526153564, - -0.07038038223981857, - 0.1015128493309021, - 0.9417257905006409 - ] - ], - [ - 4.916666507720947, - [ - 0.25969603657722473, - -0.06391158699989319, - 0.08227387070655823, - 0.960054337978363 - ] - ], - [ - 4.958333492279053, - [ - 0.20311620831489563, - -0.05495704337954521, - 0.06300344318151474, - 0.9755788445472717 - ] - ], - [ - 5.0, - [ - 0.14639145135879517, - -0.04399654641747475, - 0.045034438371658325, - 0.9872212409973145 - ] - ], - [ - 5.041666507720947, - [ - 0.09287678450345993, - -0.03194752708077431, - 0.029408346861600876, - 0.9947304129600525 - ] - ], - [ - 5.083333492279053, - [ - 0.04589131101965904, - -0.020065559074282646, - 0.016815170645713806, - 0.998603343963623 - ] - ], - [ - 5.125, - [ - 0.008621602319180965, - -0.009802800603210926, - 0.007615403272211552, - 0.9998857975006104 - ] - ], - [ - 5.166666507720947, - [ - -0.01590106636285782, - -0.0026526835281401873, - 0.0019586854614317417, - 0.9998681545257568 - ] - ], - [ - 5.208333492279053, - [ - -0.024731623008847237, - -0.0, - 0.0, - 0.9996941089630127 - ] - ], - [ - 5.25, - [ - -0.01935848593711853, - -0.0, - 0.0, - 0.9998126029968262 - ] - ], - [ - 5.333333492279053, - [ - 0.0042878990061581135, - 0.0, - 0.0, - 0.9999908208847046 - ] - ], - [ - 5.375, - [ - 0.009662177413702011, - 0.0, - 0.0, - 0.9999533295631409 - ] - ], - [ - 5.416666507720947, - [ - 0.009511214680969715, - 0.0, - 0.0, - 0.9999547600746155 - ] - ], - [ - 5.458333492279053, - [ - 0.008454429917037487, - 0.0, - 0.0, - 0.9999643564224243 - ] - ], - [ - 5.5, - [ - 0.005586004350334406, - 0.0, - 0.0, - 0.9999843835830688 - ] - ], - [ - 5.541666507720947, - [ - 4.124501273850001e-08, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.583333492279053, - [ - -0.015924714505672455, - -0.0008122898289002478, - -0.0019394096452742815, - 0.9998710751533508 - ] - ], - [ - 5.625, - [ - -0.04456485062837601, - -0.002647408051416278, - -0.006866431795060635, - 0.998979389667511 - ] - ], - [ - 5.666666507720947, - [ - -0.0789346918463707, - -0.004647032357752323, - -0.013409649021923542, - 0.9967787861824036 - ] - ], - [ - 5.708333492279053, - [ - -0.11203516274690628, - -0.006220848299562931, - -0.020082557573914528, - 0.9934818148612976 - ] - ], - [ - 5.75, - [ - -0.1369217187166214, - -0.007144782692193985, - -0.02528834342956543, - 0.9902333617210388 - ] - ], - [ - 5.791666507720947, - [ - -0.14673641324043274, - -0.00744554353877902, - -0.027385609224438667, - 0.988768458366394 - ] - ], - [ - 5.833333492279053, - [ - -0.13657988607883453, - -0.007153505925089121, - -0.025285858660936356, - 0.9902804493904114 - ] - ], - [ - 5.875, - [ - -0.11093788594007492, - -0.006243016570806503, - -0.020075654610991478, - 0.9936049580574036 - ] - ], - [ - 5.916666507720947, - [ - -0.07707729190587997, - -0.004672028124332428, - -0.01340101845562458, - 0.996924102306366 - ] - ], - [ - 5.958333492279053, - [ - -0.04235825315117836, - -0.0026625595055520535, - -0.0068605453707277775, - 0.9990754127502441 - ] - ], - [ - 6.0, - [ - -0.014199342578649521, - -0.0008156296098604798, - -0.001937991939485073, - 0.9998970031738281 - ] - ], - [ - 6.041666507720947, - [ - -3.5050852886797657e-08, - -1.5406717852992254e-14, - -3.524603026973383e-14, - 1.0 - ] - ], - [ - 6.083333492279053, - [ - 0.004114150535315275, - 0.0, - 0.0, - 0.9999915361404419 - ] - ], - [ - 6.125, - [ - 0.007062023505568504, - 0.0, - 0.0, - 0.9999750852584839 - ] - ], - [ - 6.166666507720947, - [ - 0.009038040414452553, - 0.0, - 0.0, - 0.9999591708183289 - ] - ], - [ - 6.208333492279053, - [ - 0.010236605070531368, - 0.0, - 0.0, - 0.9999476075172424 - ] - ], - [ - 6.25, - [ - 0.010852069593966007, - 0.0, - 0.0, - 0.9999411106109619 - ] - ], - [ - 6.291666507720947, - [ - 0.011078820563852787, - 0.0, - 0.0, - 0.9999387264251709 - ] - ], - [ - 6.375, - [ - 0.011088801547884941, - 0.0, - 0.0, - 0.9999386072158813 - ] - ], - [ - 6.5, - [ - 0.010579296387732029, - 0.0, - 0.0, - 0.9999440312385559 - ] - ], - [ - 6.583333492279053, - [ - 0.00965439435094595, - 0.0, - 0.0, - 0.9999533891677856 - ] - ], - [ - 6.666666507720947, - [ - 0.008059081621468067, - 0.0, - 0.0, - 0.9999675154685974 - ] - ], - [ - 6.75, - [ - 0.005619976203888655, - 0.0, - 0.0, - 0.9999842047691345 - ] - ], - [ - 6.791666507720947, - [ - 0.004029836039990187, - 0.0, - 0.0, - 0.9999918937683105 - ] - ], - [ - 6.833333492279053, - [ - 0.002163718221709132, - 0.0, - 0.0, - 0.9999976754188538 - ] - ], - [ - 6.875, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.916666507720947, - [ - -0.0034276123624294996, - -0.010600967332720757, - -0.0034286652226001024, - 0.999932050704956 - ] - ], - [ - 6.958333492279053, - [ - -0.008954227901995182, - -0.03847386687994003, - -0.012655308470129967, - 0.9991393685340881 - ] - ], - [ - 7.0, - [ - -0.016516858711838722, - -0.07767307758331299, - -0.026043353602290154, - 0.9965018033981323 - ] - ], - [ - 7.041666507720947, - [ - -0.0258037056773901, - -0.1222306489944458, - -0.04176102951169014, - 0.9912869930267334 - ] - ], - [ - 7.083333492279053, - [ - -0.03596798703074455, - -0.16627904772758484, - -0.05775127932429314, - 0.98372882604599 - ] - ], - [ - 7.125, - [ - -0.045582760125398636, - -0.20420145988464355, - -0.071828193962574, - 0.975225567817688 - ] - ], - [ - 7.166666507720947, - [ - -0.052793949842453, - -0.2307012677192688, - -0.08181087672710419, - 0.9681409597396851 - ] - ], - [ - 7.208333492279053, - [ - -0.05561166629195213, - -0.24067725241184235, - -0.08559510111808777, - 0.9652228951454163 - ] - ], - [ - 7.25, - [ - -0.055590927600860596, - -0.24068203568458557, - -0.08551192283630371, - 0.9652302861213684 - ] - ], - [ - 7.291666507720947, - [ - -0.055445726960897446, - -0.24071553349494934, - -0.08492964506149292, - 0.9652817249298096 - ] - ], - [ - 7.333333492279053, - [ - -0.055051516741514206, - -0.2408059984445572, - -0.08334902673959732, - 0.9654194712638855 - ] - ], - [ - 7.375, - [ - -0.05428342521190643, - -0.240980327129364, - -0.08027032762765884, - 0.9656804203987122 - ] - ], - [ - 7.416666507720947, - [ - -0.04226485639810562, - -0.23100054264068604, - -0.06888026744127274, - 0.9695917367935181 - ] - ], - [ - 7.458333492279053, - [ - -0.012625958770513535, - -0.20339538156986237, - -0.046220846474170685, - 0.977923572063446 - ] - ], - [ - 7.5, - [ - 0.027792425826191902, - -0.16227148473262787, - -0.018077027052640915, - 0.9861891269683838 - ] - ], - [ - 7.541666507720947, - [ - 0.07212528586387634, - -0.1125933974981308, - 0.009999051690101624, - 0.9909695982933044 - ] - ], - [ - 7.583333492279053, - [ - 0.11404627561569214, - -0.06068253889679909, - 0.03372078388929367, - 0.9910469055175781 - ] - ], - [ - 7.625, - [ - 0.1483747363090515, - -0.013964635320007801, - 0.050748731940984726, - 0.9875295162200928 - ] - ], - [ - 7.666666507720947, - [ - 0.17126716673374176, - 0.01968960091471672, - 0.06065327674150467, - 0.9831587076187134 - ] - ], - [ - 7.708333492279053, - [ - 0.17963196337223053, - 0.032555464655160904, - 0.06392833590507507, - 0.9811145067214966 - ] - ], - [ - 7.75, - [ - 0.16524755954742432, - 0.03161596134305, - 0.06439816206693649, - 0.9836395382881165 - ] - ], - [ - 7.833333492279053, - [ - 0.10157682001590729, - 0.027404334396123886, - 0.06630001962184906, - 0.9922376275062561 - ] - ], - [ - 7.875, - [ - 0.08703801035881042, - 0.026430658996105194, - 0.06669415533542633, - 0.9936184883117676 - ] - ], - [ - 7.916666507720947, - [ - 0.08703339844942093, - 0.025782302021980286, - 0.07365920394659042, - 0.9931439161300659 - ] - ], - [ - 7.958333492279053, - [ - 0.08708325773477554, - 0.02407926507294178, - 0.09200505912303925, - 0.9916510581970215 - ] - ], - [ - 8.0, - [ - 0.08730654418468475, - 0.021691424772143364, - 0.11788955330848694, - 0.9889434576034546 - ] - ], - [ - 8.041666984558105, - [ - 0.08778122812509537, - 0.018991710618138313, - 0.14746400713920593, - 0.9849812984466553 - ] - ], - [ - 8.083333015441895, - [ - 0.08848734200000763, - 0.016343170776963234, - 0.1769048273563385, - 0.980105996131897 - ] - ], - [ - 8.125, - [ - 0.08929013460874557, - 0.014083298854529858, - 0.2024565488100052, - 0.9751104116439819 - ] - ], - [ - 8.166666984558105, - [ - 0.08996186405420303, - 0.012517618015408516, - 0.22044481337070465, - 0.9711613059043884 - ] - ], - [ - 8.208333015441895, - [ - 0.09023898094892502, - 0.01193149108439684, - 0.22724780440330505, - 0.9695737361907959 - ] - ], - [ - 8.25, - [ - 0.088908351957798, - 0.01358849462121725, - 0.20552344620227814, - 0.9745105504989624 - ] - ], - [ - 8.291666984558105, - [ - 0.08609331399202347, - 0.017996903508901596, - 0.15078377723693848, - 0.9846463799476624 - ] - ], - [ - 8.333333015441895, - [ - 0.08356761932373047, - 0.02420252002775669, - 0.0789622813463211, - 0.9930738210678101 - ] - ], - [ - 8.375, - [ - 0.08237449824810028, - 0.030800463631749153, - 0.0067750499583780766, - 0.9961023330688477 - ] - ], - [ - 8.416666984558105, - [ - 0.08238925039768219, - 0.03604145720601082, - -0.048739802092313766, - 0.9947549700737 - ] - ], - [ - 8.458333015441895, - [ - 0.08262541890144348, - 0.038159336894750595, - -0.07089438289403915, - 0.9933232665061951 - ] - ], - [ - 8.5, - [ - 0.08280695974826813, - 0.037232253700494766, - -0.06073284149169922, - 0.9940162301063538 - ] - ], - [ - 8.541666984558105, - [ - 0.08338061720132828, - 0.03494963422417641, - -0.03529100492596626, - 0.9952792525291443 - ] - ], - [ - 8.583333015441895, - [ - 0.08437895029783249, - 0.03206707164645195, - -0.002161220880225301, - 0.9959152936935425 - ] - ], - [ - 8.625, - [ - 0.08566057682037354, - 0.02929501235485077, - 0.030995601788163185, - 0.9954111576080322 - ] - ], - [ - 8.666666984558105, - [ - 0.0868443176150322, - 0.027248410508036613, - 0.0564931258559227, - 0.9942455291748047 - ] - ], - [ - 8.708333015441895, - [ - 0.08739205449819565, - 0.026454422622919083, - 0.06668473780155182, - 0.9935874342918396 - ] - ], - [ - 9.0, - [ - 0.08753461390733719, - 0.026463991031050682, - 0.06668093800544739, - 0.993574857711792 - ] - ], - [ - 9.041666984558105, - [ - 0.08721974492073059, - 0.02642873302102089, - 0.0665317177772522, - 0.9936134815216064 - ] - ], - [ - 9.083333015441895, - [ - 0.08630433678627014, - 0.02632620744407177, - 0.06609122455120087, - 0.9937255382537842 - ] - ], - [ - 9.125, - [ - 0.0848320722579956, - 0.02616201899945736, - 0.06537006795406342, - 0.9939043521881104 - ] - ], - [ - 9.166666984558105, - [ - 0.08284647762775421, - 0.02594258449971676, - 0.06437872350215912, - 0.9941423535346985 - ] - ], - [ - 9.208333015441895, - [ - 0.08039110898971558, - 0.025674952194094658, - 0.06312763690948486, - 0.9944310784339905 - ] - ], - [ - 9.25, - [ - 0.07750923186540604, - 0.025366609916090965, - 0.06162707880139351, - 0.9947617650032043 - ] - ], - [ - 9.291666984558105, - [ - 0.07424435019493103, - 0.02502535469830036, - 0.059887465089559555, - 0.9951255917549133 - ] - ], - [ - 9.333333015441895, - [ - 0.07064001262187958, - 0.024659112095832825, - 0.0579192116856575, - 0.9955136775970459 - ] - ], - [ - 9.375, - [ - 0.06673955917358398, - 0.0242757610976696, - 0.05573267862200737, - 0.9959168434143066 - ] - ], - [ - 9.458333015441895, - [ - 0.05822525918483734, - 0.023488501086831093, - 0.050747234374284744, - 0.9967361092567444 - ] - ], - [ - 9.541666984558105, - [ - 0.04905162379145622, - 0.02272149920463562, - 0.04501667618751526, - 0.9975225329399109 - ] - ], - [ - 9.625, - [ - 0.0395711287856102, - 0.022024700418114662, - 0.0386287197470665, - 0.9982268810272217 - ] - ], - [ - 9.708333015441895, - [ - 0.030137792229652405, - 0.021437041461467743, - 0.03167276829481125, - 0.998813807964325 - ] - ], - [ - 9.791666984558105, - [ - 0.021107174456119537, - 0.020984161645174026, - 0.02423972450196743, - 0.9992630481719971 - ] - ], - [ - 9.875, - [ - 0.012836101464927197, - 0.02067676931619644, - 0.016421768814325333, - 0.9995689392089844 - ] - ], - [ - 9.916666984558105, - [ - 0.00909687951207161, - 0.020576631650328636, - 0.01239723525941372, - 0.9996700286865234 - ] - ], - [ - 9.958333015441895, - [ - 0.005681466776877642, - 0.020509637892246246, - 0.00831117294728756, - 0.9997389912605286 - ] - ], - [ - 10.0, - [ - 0.00263429363258183, - 0.020472604781389236, - 0.004174899775534868, - 0.9997783303260803 - ] - ], - [ - 10.041666984558105, - [ - -1.9140147244911532e-08, - 0.020461348816752434, - -3.3124841536391614e-08, - 0.9997906684875488 - ] - ], - [ - 10.083333015441895, - [ - -0.0023758672177791595, - 0.022056547924876213, - -0.004504516255110502, - 0.9997437596321106 - ] - ], - [ - 10.125, - [ - -0.0046441820450127125, - 0.026677224785089493, - -0.009579881094396114, - 0.9995874166488647 - ] - ], - [ - 10.166666984558105, - [ - -0.006751416251063347, - 0.0340740829706192, - -0.015141583047807217, - 0.9992818236351013 - ] - ], - [ - 10.208333015441895, - [ - -0.008641749620437622, - 0.04399488866329193, - -0.021106978878378868, - 0.9987714886665344 - ] - ], - [ - 10.25, - [ - -0.010260086506605148, - 0.05618495121598244, - -0.027395309880375862, - 0.9979917407035828 - ] - ], - [ - 10.291666984558105, - [ - -0.01155449915677309, - 0.07038550078868866, - -0.03392666205763817, - 0.9968758225440979 - ] - ], - [ - 10.333333015441895, - [ - -0.012478870339691639, - 0.08633406460285187, - -0.04062233492732048, - 0.9953595995903015 - ] - ], - [ - 10.375, - [ - -0.012995127588510513, - 0.10376610606908798, - -0.04740550369024277, - 0.993386447429657 - ] - ], - [ - 10.416666984558105, - [ - -0.013075049966573715, - 0.12241337448358536, - -0.05420084670186043, - 0.9909118413925171 - ] - ], - [ - 10.458333015441895, - [ - -0.01270198542624712, - 0.14200598001480103, - -0.06093564257025719, - 0.9879068732261658 - ] - ], - [ - 10.5, - [ - -0.011871958151459694, - 0.16227492690086365, - -0.06754102557897568, - 0.9843597412109375 - ] - ], - [ - 10.541666984558105, - [ - -0.01059459988027811, - 0.18295113742351532, - -0.07395198941230774, - 0.9802794456481934 - ] - ], - [ - 10.583333015441895, - [ - -0.008893529884517193, - 0.20376817882061005, - -0.08010879904031754, - 0.9756956696510315 - ] - ], - [ - 10.625, - [ - -0.006806228309869766, - 0.224465474486351, - -0.08595815300941467, - 0.970659613609314 - ] - ], - [ - 10.666666984558105, - [ - -0.004383781924843788, - 0.24478696286678314, - -0.0914531797170639, - 0.9652443528175354 - ] - ], - [ - 10.708333015441895, - [ - -0.001689982134848833, - 0.26448383927345276, - -0.09655427932739258, - 0.9595431089401245 - ] - ], - [ - 10.75, - [ - 0.0012001019204035401, - 0.2833169102668762, - -0.10122967511415482, - 0.9536679983139038 - ] - ], - [ - 10.791666984558105, - [ - 0.004201319068670273, - 0.3010545074939728, - -0.1054546907544136, - 0.9477488398551941 - ] - ], - [ - 10.833333015441895, - [ - 0.007220488507300615, - 0.3174741566181183, - -0.1092114970088005, - 0.9419294595718384 - ] - ], - [ - 10.875, - [ - 0.010158654302358627, - 0.33236226439476013, - -0.1124885231256485, - 0.9363645911216736 - ] - ], - [ - 10.916666984558105, - [ - 0.012913075275719166, - 0.34551188349723816, - -0.11527861654758453, - 0.9312173128128052 - ] - ], - [ - 10.958333015441895, - [ - 0.015379860997200012, - 0.3567213714122772, - -0.11757763475179672, - 0.9266546368598938 - ] - ], - [ - 11.0, - [ - 0.01745685748755932, - 0.3657926619052887, - -0.11938238888978958, - 0.922842800617218 - ] - ], - [ - 11.041666984558105, - [ - 0.01904604397714138, - 0.3725269138813019, - -0.1206878274679184, - 0.9199431538581848 - ] - ], - [ - 11.083333015441895, - [ - 0.020056869834661484, - 0.37672215700149536, - -0.12148451060056686, - 0.9181065559387207 - ] - ], - [ - 11.125, - [ - 0.020409366115927696, - 0.3781689703464508, - -0.12175550311803818, - 0.9174678921699524 - ] - ], - [ - 11.166666984558105, - [ - 0.02012472227215767, - 0.365852952003479, - -0.12067628651857376, - 0.922596275806427 - ] - ], - [ - 11.208333015441895, - [ - 0.019950293004512787, - 0.3330555260181427, - -0.11717171967029572, - 0.9353858828544617 - ] - ], - [ - 11.25, - [ - 0.02111353911459446, - 0.2859738767147064, - -0.11061310768127441, - 0.9515975713729858 - ] - ], - [ - 11.291666984558105, - [ - 0.024437623098492622, - 0.23118892312049866, - -0.10085119307041168, - 0.9673590660095215 - ] - ], - [ - 11.333333015441895, - [ - 0.029822269454598427, - 0.17579790949821472, - -0.08879183232784271, - 0.9799600839614868 - ] - ], - [ - 11.375, - [ - 0.03613622859120369, - 0.1271923929452896, - -0.07648871839046478, - 0.9882640242576599 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715860890_1489931.json b/lenses/physics-objects/Scene/assets/1645812715860890_1489931.json deleted file mode 100644 index 896d970f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715860890_1489931.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715860890:1489931", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715861077_1489938.json b/lenses/physics-objects/Scene/assets/1645812715861077_1489938.json deleted file mode 100644 index 17231afb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715861077_1489938.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715861077:1489938", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715862789_1489951.json b/lenses/physics-objects/Scene/assets/1645812715862789_1489951.json deleted file mode 100644 index 4a1db5f4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715862789_1489951.json +++ /dev/null @@ -1,530 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715862789:1489951", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.30913200974464417, - 0.4864063858985901, - 0.8660479187965393 - ] - ], - [ - 1.1666666269302368, - [ - -0.30913200974464417, - 0.4864063858985901, - 0.8660479187965393 - ] - ], - [ - 1.2083333730697632, - [ - -0.30913200974464417, - 0.518739640712738, - 0.8789259195327759 - ] - ], - [ - 1.25, - [ - -0.3091319799423218, - 0.5418229699134827, - 0.8918039798736572 - ] - ], - [ - 1.2916666269302368, - [ - -0.30913200974464417, - 0.518739640712738, - 0.8789259195327759 - ] - ], - [ - 1.3333333730697632, - [ - -0.30913200974464417, - 0.4864063858985901, - 0.8660479187965393 - ] - ], - [ - 1.6666666269302368, - [ - -0.30913200974464417, - 0.4864063858985901, - 0.8660479187965393 - ] - ], - [ - 1.7083333730697632, - [ - -0.30913200974464417, - 0.47804340720176697, - 0.8693661093711853 - ] - ], - [ - 1.75, - [ - -0.30913200974464417, - 0.4690805673599243, - 0.8826237916946411 - ] - ], - [ - 1.7916666269302368, - [ - -0.30913200974464417, - 0.46782320737838745, - 0.8859419822692871 - ] - ], - [ - 2.0, - [ - -0.30913200974464417, - 0.46782371401786804, - 0.8859403729438782 - ] - ], - [ - 2.0416667461395264, - [ - -0.30913200974464417, - 0.4683172106742859, - 0.8845378160476685 - ] - ], - [ - 2.0833332538604736, - [ - -0.30913200974464417, - 0.4725680947303772, - 0.8758699893951416 - ] - ], - [ - 2.125, - [ - -0.30913200974464417, - 0.4811153709888458, - 0.8673311471939087 - ] - ], - [ - 2.1666667461395264, - [ - -0.30913200974464417, - 0.4864063858985901, - 0.8660479187965393 - ] - ], - [ - 2.6666667461395264, - [ - -0.30913200974464417, - 0.4864063858985901, - 0.8660479187965393 - ] - ], - [ - 2.7083332538604736, - [ - -0.30913200974464417, - 0.518739640712738, - 0.8789259195327759 - ] - ], - [ - 2.75, - [ - -0.3091319799423218, - 0.5418229699134827, - 0.8918039798736572 - ] - ], - [ - 2.7916667461395264, - [ - -0.30913200974464417, - 0.514468252658844, - 0.8767262101173401 - ] - ], - [ - 2.8333332538604736, - [ - -0.30913200974464417, - 0.4813860058784485, - 0.8672000169754028 - ] - ], - [ - 2.875, - [ - -0.30913200974464417, - 0.4800029993057251, - 0.8679500222206116 - ] - ], - [ - 2.9166667461395264, - [ - -0.30913200974464417, - 0.479512095451355, - 0.8682648539543152 - ] - ], - [ - 2.9583332538604736, - [ - -0.30913200974464417, - 0.4794427752494812, - 0.8683114051818848 - ] - ], - [ - 3.0, - [ - -0.30913200974464417, - 0.48000219464302063, - 0.8679504990577698 - ] - ], - [ - 3.0416667461395264, - [ - -0.30913200974464417, - 0.4815657436847687, - 0.8671169877052307 - ] - ], - [ - 3.0833332538604736, - [ - -0.30913200974464417, - 0.4839952886104584, - 0.8663069605827332 - ] - ], - [ - 3.125, - [ - -0.30913200974464417, - 0.48715654015541077, - 0.8660764694213867 - ] - ], - [ - 3.1666667461395264, - [ - -0.30913200974464417, - 0.49152955412864685, - 0.8669241070747375 - ] - ], - [ - 3.2083332538604736, - [ - -0.30913200974464417, - 0.49673739075660706, - 0.8686627745628357 - ] - ], - [ - 3.25, - [ - -0.30913200974464417, - 0.5017098188400269, - 0.8706848621368408 - ] - ], - [ - 3.2916667461395264, - [ - -0.30913200974464417, - 0.5053569078445435, - 0.8723105788230896 - ] - ], - [ - 3.3333332538604736, - [ - -0.30913200974464417, - 0.5067484974861145, - 0.8729555010795593 - ] - ], - [ - 3.75, - [ - -0.30913200974464417, - 0.5067484974861145, - 0.8729555010795593 - ] - ], - [ - 3.7916667461395264, - [ - -0.30913200974464417, - 0.5017901062965393, - 0.8707194924354553 - ] - ], - [ - 3.8333332538604736, - [ - -0.30913200974464417, - 0.49213239550590515, - 0.867096483707428 - ] - ], - [ - 3.875, - [ - -0.30913200974464417, - 0.4853600561618805, - 0.8660960793495178 - ] - ], - [ - 3.9166667461395264, - [ - -0.30913200974464417, - 0.4829905927181244, - 0.8665727376937866 - ] - ], - [ - 4.791666507720947, - [ - -0.30913200974464417, - 0.48344409465789795, - 0.8664408922195435 - ] - ], - [ - 5.291666507720947, - [ - -0.30913200974464417, - 0.48410657048225403, - 0.8662832975387573 - ] - ], - [ - 5.416666507720947, - [ - -0.30913200974464417, - 0.48484688997268677, - 0.8661554455757141 - ] - ], - [ - 5.458333492279053, - [ - -0.30913200974464417, - 0.48951441049575806, - 0.8664278388023376 - ] - ], - [ - 5.5, - [ - -0.30913200974464417, - 0.5061087012290955, - 0.8726574182510376 - ] - ], - [ - 5.541666507720947, - [ - -0.30913200974464417, - 0.5283673405647278, - 0.8841106295585632 - ] - ], - [ - 5.583333492279053, - [ - -0.3091319799423218, - 0.5404370427131653, - 0.8909844160079956 - ] - ], - [ - 5.625, - [ - -0.3091319799423218, - 0.5418229699134827, - 0.8918039798736572 - ] - ], - [ - 5.75, - [ - -0.3091319799423218, - 0.5417309999465942, - 0.8917491436004639 - ] - ], - [ - 5.791666507720947, - [ - -0.3091319799423218, - 0.5413172245025635, - 0.8915035128593445 - ] - ], - [ - 5.833333492279053, - [ - -0.3091319799423218, - 0.538896918296814, - 0.8900836110115051 - ] - ], - [ - 5.875, - [ - -0.30913200974464417, - 0.5313021540641785, - 0.8857449889183044 - ] - ], - [ - 5.916666507720947, - [ - -0.30913200974464417, - 0.5193287134170532, - 0.8792345523834229 - ] - ], - [ - 5.958333492279053, - [ - -0.30913200974464417, - 0.5078723430633545, - 0.8734850287437439 - ] - ], - [ - 6.0, - [ - -0.30913200974464417, - 0.5016680955886841, - 0.8706668615341187 - ] - ], - [ - 6.041666507720947, - [ - -0.30913200974464417, - 0.49949881434440613, - 0.8697534203529358 - ] - ], - [ - 6.083333492279053, - [ - -0.30913200974464417, - 0.4980412423610687, - 0.8691664934158325 - ] - ], - [ - 6.125, - [ - -0.30913200974464417, - 0.49711304903030396, - 0.8688056468963623 - ] - ], - [ - 6.166666507720947, - [ - -0.30913200974464417, - 0.4965524971485138, - 0.8685930967330933 - ] - ], - [ - 6.333333492279053, - [ - -0.30913200974464417, - 0.4951673448085785, - 0.868087112903595 - ] - ], - [ - 6.375, - [ - -0.30913200974464417, - 0.4943855404853821, - 0.8678150177001953 - ] - ], - [ - 6.416666507720947, - [ - -0.30913200974464417, - 0.4932483732700348, - 0.8674390316009521 - ] - ], - [ - 6.5, - [ - -0.30913200974464417, - 0.4904693365097046, - 0.8666459321975708 - ] - ], - [ - 6.583333492279053, - [ - -0.30913200974464417, - 0.4880053997039795, - 0.866165041923523 - ] - ], - [ - 6.625, - [ - -0.30913200974464417, - 0.48714396357536316, - 0.8660755753517151 - ] - ], - [ - 6.666666507720947, - [ - -0.30913200974464417, - 0.4865989089012146, - 0.8660499453544617 - ] - ], - [ - 6.708333492279053, - [ - -0.30913200974464417, - 0.4864063858985901, - 0.8660479187965393 - ] - ], - [ - 11.375, - [ - -0.30913200974464417, - 0.4864063858985901, - 0.8660479187965393 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715863125_1489958.json b/lenses/physics-objects/Scene/assets/1645812715863125_1489958.json deleted file mode 100644 index c4543a0d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715863125_1489958.json +++ /dev/null @@ -1,415 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715863125:1489958", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.2083333730697632, - [ - -0.04595015197992325, - -0.005044145509600639, - -0.03619778901338577, - 0.9982749223709106 - ] - ], - [ - 1.25, - [ - -0.09209869056940079, - -0.006744889076799154, - -0.0727277547121048, - 0.9930675029754639 - ] - ], - [ - 1.2916666269302368, - [ - -0.04595015197992325, - -0.005044145509600639, - -0.036197785288095474, - 0.9982749223709106 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.6666667461395264, - [ - -3.3282082059944706e-13, - -4.872660028286749e-14, - -2.614030682451113e-13, - 1.0 - ] - ], - [ - 2.7083332538604736, - [ - -0.0459500290453434, - -0.005044136196374893, - -0.03619769215583801, - 0.9982750415802002 - ] - ], - [ - 2.75, - [ - -0.09209869056940079, - -0.006744889076799154, - -0.0727277547121048, - 0.9930675029754639 - ] - ], - [ - 2.7916667461395264, - [ - -0.038079142570495605, - -0.004418030846863985, - -0.02998322993516922, - 0.9988150596618652 - ] - ], - [ - 2.8333332538604736, - [ - -2.452752898788463e-13, - -3.589915027030731e-14, - -1.9184111764436462e-13, - 1.0 - ] - ], - [ - 3.125, - [ - -0.00010152308823307976, - -1.4855210793029983e-05, - -7.973851461429149e-05, - 1.0 - ] - ], - [ - 3.1666667461395264, - [ - -0.003114147810265422, - -0.0004481504438444972, - -0.0024464447051286697, - 0.9999920725822449 - ] - ], - [ - 3.2083332538604736, - [ - -0.009300158359110355, - -0.0012923053000122309, - -0.00730926264077425, - 0.9999293088912964 - ] - ], - [ - 3.25, - [ - -0.01650419645011425, - -0.0021983429323881865, - -0.012977448292076588, - 0.9997771382331848 - ] - ], - [ - 3.2916667461395264, - [ - -0.022302983328700066, - -0.0028675810899585485, - -0.017543800175189972, - 0.999593198299408 - ] - ], - [ - 3.3333332538604736, - [ - -0.024604950100183487, - -0.003118423977866769, - -0.019357437267899513, - 0.9995049834251404 - ] - ], - [ - 3.75, - [ - -0.024604950100183487, - -0.003118423977866769, - -0.019357437267899513, - 0.9995049834251404 - ] - ], - [ - 3.7916667461395264, - [ - -0.016627779230475426, - -0.0022131633013486862, - -0.013074728660285473, - 0.9997738003730774 - ] - ], - [ - 3.8333332538604736, - [ - -0.003727272618561983, - -0.000534552673343569, - -0.0029282362665981054, - 0.9999886155128479 - ] - ], - [ - 3.875, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.416666507720947, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.458333492279053, - [ - -0.0013501724461093545, - -0.00019620968669187278, - -0.0010605498682707548, - 0.9999985098838806 - ] - ], - [ - 5.5, - [ - -0.0235410425812006, - -0.0030035378877073526, - -0.01851915940642357, - 0.9995468258857727 - ] - ], - [ - 5.541666507720947, - [ - -0.06452154368162155, - -0.006133303511887789, - -0.050880566239356995, - 0.9965994954109192 - ] - ], - [ - 5.583333492279053, - [ - -0.08916140347719193, - -0.006737027317285538, - -0.07039857655763626, - 0.9935034513473511 - ] - ], - [ - 5.625, - [ - -0.09209869056940079, - -0.006744889076799154, - -0.0727277547121048, - 0.9930675029754639 - ] - ], - [ - 5.75, - [ - -0.09190214425325394, - -0.006744790822267532, - -0.07257189601659775, - 0.993097186088562 - ] - ], - [ - 5.791666507720947, - [ - -0.09102197736501694, - -0.006743594538420439, - -0.07187389582395554, - 0.9932289123535156 - ] - ], - [ - 5.833333492279053, - [ - -0.0859326422214508, - -0.0067126029171049595, - -0.06783882528543472, - 0.9939659833908081 - ] - ], - [ - 5.875, - [ - -0.07037969678640366, - -0.00636381795629859, - -0.055517397820949554, - 0.9959539175033569 - ] - ], - [ - 5.916666507720947, - [ - -0.047054972499608994, - -0.005124187562614679, - -0.03707050904631615, - 0.9981910586357117 - ] - ], - [ - 5.958333492279053, - [ - -0.02649562805891037, - -0.003318152390420437, - -0.020847419276833534, - 0.999426007270813 - ] - ], - [ - 6.0, - [ - -0.016440100967884064, - -0.002190646482631564, - -0.012926993891596794, - 0.9997788667678833 - ] - ], - [ - 6.041666507720947, - [ - -0.013184571638703346, - -0.0017911242321133614, - -0.010364877991378307, - 0.9998577833175659 - ] - ], - [ - 6.083333492279053, - [ - -0.011093889363110065, - -0.0015256410697475076, - -0.008720076642930508, - 0.9998992681503296 - ] - ], - [ - 6.125, - [ - -0.009808974340558052, - -0.0013590161688625813, - -0.007709423080086708, - 0.9999212622642517 - ] - ], - [ - 6.166666507720947, - [ - -0.009052269160747528, - -0.0012596548767760396, - -0.007114316802471876, - 0.9999329447746277 - ] - ], - [ - 6.333333492279053, - [ - -0.0072512635961174965, - -0.001019488088786602, - -0.005698169581592083, - 0.9999569654464722 - ] - ], - [ - 6.375, - [ - -0.0062828948721289635, - -0.000888210954144597, - -0.0049368771724402905, - 0.9999676942825317 - ] - ], - [ - 6.5, - [ - -0.0021252771839499474, - -0.00030752868042327464, - -0.0016694804653525352, - 0.9999963045120239 - ] - ], - [ - 6.541666507720947, - [ - -0.001080535352230072, - -0.00015725917182862759, - -0.0008487358572892845, - 0.9999990463256836 - ] - ], - [ - 6.583333492279053, - [ - -0.00041620456613600254, - -6.07954352744855e-05, - -0.00032690376974642277, - 0.9999998807907104 - ] - ], - [ - 6.625, - [ - -9.830569615587592e-05, - -1.4384682799573056e-05, - -7.72114799474366e-05, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715863296_1489965.json b/lenses/physics-objects/Scene/assets/1645812715863296_1489965.json deleted file mode 100644 index b60d0911..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715863296_1489965.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715863296:1489965", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715863448_1489972.json b/lenses/physics-objects/Scene/assets/1645812715863448_1489972.json deleted file mode 100644 index 648767e0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715863448_1489972.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715863448:1489972", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715865209_1489985.json b/lenses/physics-objects/Scene/assets/1645812715865209_1489985.json deleted file mode 100644 index ae2e479c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715865209_1489985.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715865209:1489985", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.1091406345367432, - -0.4118199050426483, - 0.13427793979644775 - ] - ], - [ - 11.375, - [ - 1.1091406345367432, - -0.4118199050426483, - 0.13427793979644775 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715865386_1489992.json b/lenses/physics-objects/Scene/assets/1645812715865386_1489992.json deleted file mode 100644 index a0ed90a5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715865386_1489992.json +++ /dev/null @@ -1,1828 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715865386:1489992", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.03247379884123802, - -0.08530603349208832, - -0.01596100814640522, - 0.995697557926178 - ] - ], - [ - 0.0416666679084301, - [ - -0.03247379884123802, - -0.08530603349208832, - -0.01596100814640522, - 0.995697557926178 - ] - ], - [ - 0.0833333358168602, - [ - 0.008810591883957386, - -0.07856497168540955, - -0.014913911931216717, - 0.9967585206031799 - ] - ], - [ - 0.125, - [ - 0.05549158155918121, - -0.07209134846925735, - -0.01375763863325119, - 0.9957582354545593 - ] - ], - [ - 0.1666666716337204, - [ - 0.10515733808279037, - -0.06579530984163284, - -0.012855548411607742, - 0.9921934604644775 - ] - ], - [ - 0.2083333283662796, - [ - 0.15537799894809723, - -0.05962575972080231, - -0.012519069947302341, - 0.9859746098518372 - ] - ], - [ - 0.25, - [ - 0.20376095175743103, - -0.053564947098493576, - -0.013008573092520237, - 0.9774677753448486 - ] - ], - [ - 0.2916666567325592, - [ - 0.24800518155097961, - -0.04761316627264023, - -0.014532848261296749, - 0.9674788117408752 - ] - ], - [ - 0.3333333432674408, - [ - 0.28593748807907104, - -0.0417654849588871, - -0.017249220982193947, - 0.9571822285652161 - ] - ], - [ - 0.375, - [ - 0.31551480293273926, - -0.0359824001789093, - -0.021264830604195595, - 0.9479997158050537 - ] - ], - [ - 0.4166666567325592, - [ - 0.3347851634025574, - -0.030156657099723816, - -0.026637909933924675, - 0.9414350390434265 - ] - ], - [ - 0.4583333432674408, - [ - 0.3418073058128357, - -0.02407807670533657, - -0.03337538614869118, - 0.9388686418533325 - ] - ], - [ - 0.5, - [ - 0.336475133895874, - -0.01728188805282116, - -0.041383955627679825, - 0.9406238198280334 - ] - ], - [ - 0.5416666865348816, - [ - 0.32118168473243713, - -0.009441149421036243, - -0.05028412118554115, - 0.9456345438957214 - ] - ], - [ - 0.5833333134651184, - [ - 0.29763633012771606, - -0.000478393369121477, - -0.05961780622601509, - 0.9528158903121948 - ] - ], - [ - 0.625, - [ - 0.2675494849681854, - 0.00961898360401392, - -0.06895352154970169, - 0.961025595664978 - ] - ], - [ - 0.6666666865348816, - [ - 0.23268219828605652, - 0.020770786330103874, - -0.07790879905223846, - 0.9692047238349915 - ] - ], - [ - 0.7083333134651184, - [ - 0.1948680579662323, - 0.03279164806008339, - -0.08617550879716873, - 0.9764860272407532 - ] - ], - [ - 0.75, - [ - 0.1560092717409134, - 0.04539280757308006, - -0.09354457259178162, - 0.9822679162025452 - ] - ], - [ - 0.7916666865348816, - [ - 0.11805331707000732, - 0.058195579797029495, - -0.09992532432079315, - 0.9862512946128845 - ] - ], - [ - 0.8333333134651184, - [ - 0.08296045660972595, - 0.07075230032205582, - -0.10535556077957153, - 0.98843914270401 - ] - ], - [ - 0.875, - [ - 0.05267128348350525, - 0.08256977051496506, - -0.1099981889128685, - 0.9890947341918945 - ] - ], - [ - 0.9166666865348816, - [ - 0.0290855560451746, - 0.09312959760427475, - -0.1141229048371315, - 0.9886642098426819 - ] - ], - [ - 0.9583333134651184, - [ - 0.014056003652513027, - 0.10190150886774063, - -0.1180720403790474, - 0.987662672996521 - ] - ], - [ - 1.0, - [ - 0.009398764930665493, - 0.10834716260433197, - -0.12221071124076843, - 0.9865278005599976 - ] - ], - [ - 1.0416666269302368, - [ - 0.010983170941472054, - 0.11315106600522995, - -0.1261214166879654, - 0.985479474067688 - ] - ], - [ - 1.0833333730697632, - [ - 0.013392175547778606, - 0.1173812597990036, - -0.1292603611946106, - 0.9845476150512695 - ] - ], - [ - 1.125, - [ - 0.016502123326063156, - 0.12106985598802567, - -0.1317785680294037, - 0.9837195873260498 - ] - ], - [ - 1.1666666269302368, - [ - 0.020195042714476585, - 0.12425161153078079, - -0.13382165133953094, - 0.9829778671264648 - ] - ], - [ - 1.2083333730697632, - [ - 0.024357590824365616, - 0.12696225941181183, - -0.1355310082435608, - 0.982302725315094 - ] - ], - [ - 1.25, - [ - 0.02888002246618271, - 0.12923717498779297, - -0.13704456388950348, - 0.9816734194755554 - ] - ], - [ - 1.2916666269302368, - [ - 0.03365539014339447, - 0.131110280752182, - -0.13849753141403198, - 0.9810687303543091 - ] - ], - [ - 1.3333333730697632, - [ - 0.03857878968119621, - 0.13261352479457855, - -0.14002330601215363, - 0.9804686903953552 - ] - ], - [ - 1.375, - [ - 0.04354662820696831, - 0.13377657532691956, - -0.14175377786159515, - 0.9798537492752075 - ] - ], - [ - 1.4166666269302368, - [ - 0.04845621809363365, - 0.13462676107883453, - -0.14382000267505646, - 0.9792056083679199 - ] - ], - [ - 1.4583333730697632, - [ - 0.0532052181661129, - 0.1351895034313202, - -0.1463523954153061, - 0.9785059690475464 - ] - ], - [ - 1.5, - [ - 0.057691361755132675, - 0.13548900187015533, - -0.14948129653930664, - 0.9777371883392334 - ] - ], - [ - 1.5416666269302368, - [ - 0.0618121512234211, - 0.1355491429567337, - -0.15333691239356995, - 0.9768794775009155 - ] - ], - [ - 1.5833333730697632, - [ - 0.06546477973461151, - 0.13539496064186096, - -0.1580495983362198, - 0.9759113192558289 - ] - ], - [ - 1.625, - [ - 0.06854595243930817, - 0.13505412638187408, - -0.16374985873699188, - 0.974806547164917 - ] - ], - [ - 1.6666666269302368, - [ - 0.07095207273960114, - 0.1345590204000473, - -0.17056813836097717, - 0.9735328555107117 - ] - ], - [ - 1.7083333730697632, - [ - 0.07257945090532303, - 0.13394896686077118, - -0.1786346286535263, - 0.9720491766929626 - ] - ], - [ - 1.75, - [ - 0.06487132608890533, - 0.12193096429109573, - -0.19637411832809448, - 0.9707531929016113 - ] - ], - [ - 1.7916666269302368, - [ - 0.04146023094654083, - 0.09310325235128403, - -0.22888696193695068, - 0.9681031107902527 - ] - ], - [ - 1.8333333730697632, - [ - 0.005764031317085028, - 0.05658170208334923, - -0.27118363976478577, - 0.960845947265625 - ] - ], - [ - 1.875, - [ - -0.036905642598867416, - 0.0206229817122221, - -0.3171045184135437, - 0.9474479556083679 - ] - ], - [ - 1.9166666269302368, - [ - -0.07886365801095963, - -0.008651786483824253, - -0.3592786490917206, - 0.9298518896102905 - ] - ], - [ - 1.9583333730697632, - [ - -0.11090682446956635, - -0.027694905176758766, - -0.3899647295475006, - 0.9137069582939148 - ] - ], - [ - 2.0, - [ - -0.12358569353818893, - -0.03452950716018677, - -0.40177059173583984, - 0.906705379486084 - ] - ], - [ - 2.0416667461395264, - [ - -0.11711791157722473, - -0.031274136155843735, - -0.3945615887641907, - 0.9108383655548096 - ] - ], - [ - 2.0833332538604736, - [ - -0.0997861921787262, - -0.021932244300842285, - -0.3750540316104889, - 0.9213556051254272 - ] - ], - [ - 2.125, - [ - -0.07489366829395294, - -0.006865405477583408, - -0.34647029638290405, - 0.9350412487983704 - ] - ], - [ - 2.1666667461395264, - [ - -0.04583654925227165, - 0.01341370027512312, - -0.3122089207172394, - 0.9488123655319214 - ] - ], - [ - 2.2083332538604736, - [ - -0.015853794291615486, - 0.037792421877384186, - -0.27584707736968994, - 0.9603274464607239 - ] - ], - [ - 2.25, - [ - 0.012254632078111172, - 0.06436625123023987, - -0.2409779280424118, - 0.9683163166046143 - ] - ], - [ - 2.2916667461395264, - [ - 0.03635257109999657, - 0.09048851579427719, - -0.21098308265209198, - 0.9726132154464722 - ] - ], - [ - 2.3333332538604736, - [ - 0.05502557009458542, - 0.11300170421600342, - -0.18886588513851166, - 0.9739264249801636 - ] - ], - [ - 2.375, - [ - 0.06738363951444626, - 0.12855686247348785, - -0.17725688219070435, - 0.9734025597572327 - ] - ], - [ - 2.4166667461395264, - [ - 0.07257945090532303, - 0.13394896686077118, - -0.1786346286535263, - 0.9720491766929626 - ] - ], - [ - 2.4583332538604736, - [ - 0.06217508763074875, - 0.1253553032875061, - -0.17878884077072144, - 0.9738864898681641 - ] - ], - [ - 2.5, - [ - 0.032908845692873, - 0.10324009507894516, - -0.16535069048404694, - 0.9802640676498413 - ] - ], - [ - 2.5416667461395264, - [ - -0.00822489708662033, - 0.07067732512950897, - -0.14393411576747894, - 0.9870258569717407 - ] - ], - [ - 2.5833332538604736, - [ - -0.05402376130223274, - 0.031213555485010147, - -0.11993587017059326, - 0.9908192157745361 - ] - ], - [ - 2.625, - [ - -0.0977533683180809, - -0.01041163969784975, - -0.09782406687736511, - 0.9903364777565002 - ] - ], - [ - 2.6666667461395264, - [ - -0.13381433486938477, - -0.04828718677163124, - -0.08058952540159225, - 0.9865431785583496 - ] - ], - [ - 2.7083332538604736, - [ - -0.15797601640224457, - -0.07583856582641602, - -0.06970462203025818, - 0.9820557832717896 - ] - ], - [ - 2.75, - [ - -0.16682405769824982, - -0.08643722534179688, - -0.06586113572120667, - 0.979979932308197 - ] - ], - [ - 2.7916667461395264, - [ - -0.14637650549411774, - -0.08611293882131577, - -0.06432389467954636, - 0.9833722114562988 - ] - ], - [ - 2.8333332538604736, - [ - -0.09496748447418213, - -0.08519195765256882, - -0.06066497415304184, - 0.9899714589118958 - ] - ], - [ - 2.875, - [ - -0.02770666591823101, - -0.08379308134317398, - -0.05630870163440704, - 0.9945051074028015 - ] - ], - [ - 2.9166667461395264, - [ - 0.03974815458059311, - -0.08221758157014847, - -0.05241185799241066, - 0.9944413304328918 - ] - ], - [ - 2.9583332538604736, - [ - 0.09156961739063263, - -0.08092021197080612, - -0.04972854629158974, - 0.9912588000297546 - ] - ], - [ - 3.0, - [ - 0.1122458428144455, - -0.08038680255413055, - -0.04873155429959297, - 0.9892240762710571 - ] - ], - [ - 3.0416667461395264, - [ - 0.07286271452903748, - -0.09332270175218582, - -0.03379173204302788, - 0.992391049861908 - ] - ], - [ - 3.0833332538604736, - [ - -0.026192214339971542, - -0.13239000737667084, - -0.0002791452861856669, - 0.990851640701294 - ] - ], - [ - 3.125, - [ - -0.1525583267211914, - -0.19684363901615143, - 0.03149569034576416, - 0.967980682849884 - ] - ], - [ - 3.1666667461395264, - [ - -0.2730998992919922, - -0.2767190635204315, - 0.045022763311862946, - 0.9202261567115784 - ] - ], - [ - 3.2083332538604736, - [ - -0.3635323941707611, - -0.3539177477359772, - 0.037723295390605927, - 0.8609084486961365 - ] - ], - [ - 3.25, - [ - -0.4141131341457367, - -0.41145485639572144, - 0.023638930171728134, - 0.8115766644477844 - ] - ], - [ - 3.2916667461395264, - [ - -0.4246451258659363, - -0.4387664496898651, - 0.025670913979411125, - 0.79151850938797 - ] - ], - [ - 3.3333332538604736, - [ - -0.4131719470024109, - -0.4467901289463043, - 0.04287225008010864, - 0.7923570871353149 - ] - ], - [ - 3.375, - [ - -0.3983672559261322, - -0.45229262113571167, - 0.059922344982624054, - 0.7957035899162292 - ] - ], - [ - 3.4166667461395264, - [ - -0.3807465732097626, - -0.4553920328617096, - 0.0769544318318367, - 0.8010793924331665 - ] - ], - [ - 3.4583332538604736, - [ - -0.36077243089675903, - -0.4562571346759796, - 0.09402602910995483, - 0.8079800605773926 - ] - ], - [ - 3.5, - [ - -0.33888474106788635, - -0.4550913870334625, - 0.11114809662103653, - 0.8159013986587524 - ] - ], - [ - 3.5416667461395264, - [ - -0.3155253231525421, - -0.4521214962005615, - 0.12831105291843414, - 0.8243582248687744 - ] - ], - [ - 3.5833332538604736, - [ - -0.2911573052406311, - -0.44758886098861694, - 0.14550571143627167, - 0.8328983783721924 - ] - ], - [ - 3.625, - [ - -0.2662769556045532, - -0.4417441189289093, - 0.16274048388004303, - 0.84111487865448 - ] - ], - [ - 3.6666667461395264, - [ - -0.24142207205295563, - -0.4348434805870056, - 0.18005244433879852, - 0.8486506342887878 - ] - ], - [ - 3.7083332538604736, - [ - -0.21717368066310883, - -0.42714810371398926, - 0.1975153684616089, - 0.8552004098892212 - ] - ], - [ - 3.75, - [ - -0.19415368139743805, - -0.418927937746048, - 0.2152438461780548, - 0.8605079054832458 - ] - ], - [ - 3.7916667461395264, - [ - -0.17302046716213226, - -0.41046953201293945, - 0.2333928942680359, - 0.8643531799316406 - ] - ], - [ - 3.8333332538604736, - [ - -0.15445999801158905, - -0.40208980441093445, - 0.25215545296669006, - 0.8665353655815125 - ] - ], - [ - 3.875, - [ - -0.1391741931438446, - -0.3941569924354553, - 0.2717553377151489, - 0.8668447732925415 - ] - ], - [ - 3.9166667461395264, - [ - -0.12786497175693512, - -0.38711848855018616, - 0.2924349904060364, - 0.8650270700454712 - ] - ], - [ - 3.9583332538604736, - [ - -0.12121100723743439, - -0.38153597712516785, - 0.31443509459495544, - 0.8607373237609863 - ] - ], - [ - 4.0, - [ - -0.1606370359659195, - -0.39535513520240784, - 0.3368264138698578, - 0.8393080830574036 - ] - ], - [ - 4.041666507720947, - [ - -0.2577488124370575, - -0.4425218403339386, - 0.3539573848247528, - 0.7825945019721985 - ] - ], - [ - 4.083333492279053, - [ - -0.3665345013141632, - -0.5122038125991821, - 0.3577699363231659, - 0.6894203424453735 - ] - ], - [ - 4.125, - [ - -0.4516722559928894, - -0.5812579989433289, - 0.3508255183696747, - 0.5788373947143555 - ] - ], - [ - 4.166666507720947, - [ - 0.5606300234794617, - 0.609604001045227, - -0.3741794228553772, - -0.4172130525112152 - ] - ], - [ - 4.208333492279053, - [ - 0.5722218155860901, - 0.5825449824333191, - -0.39416733384132385, - -0.4217056632041931 - ] - ], - [ - 4.25, - [ - 0.5762817859649658, - 0.5390356779098511, - -0.40924879908561707, - -0.4580996334552765 - ] - ], - [ - 4.291666507720947, - [ - 0.5732725858688354, - 0.49917441606521606, - -0.4168784022331238, - -0.4983932375907898 - ] - ], - [ - 4.333333492279053, - [ - -0.5419514775276184, - -0.4989498257637024, - 0.39214107394218445, - 0.5509657263755798 - ] - ], - [ - 4.375, - [ - -0.5007291436195374, - -0.48366206884384155, - 0.35603609681129456, - 0.6233617067337036 - ] - ], - [ - 4.416666507720947, - [ - -0.4537864625453949, - -0.4592795968055725, - 0.32038411498069763, - 0.693176805973053 - ] - ], - [ - 4.458333492279053, - [ - -0.39942434430122375, - -0.41950735449790955, - 0.29038986563682556, - 0.761674165725708 - ] - ], - [ - 4.5, - [ - -0.33701997995376587, - -0.3788728713989258, - 0.25743696093559265, - 0.8225564360618591 - ] - ], - [ - 4.541666507720947, - [ - -0.28086772561073303, - -0.3416682183742523, - 0.22641314566135406, - 0.8678209781646729 - ] - ], - [ - 4.583333492279053, - [ - -0.24085424840450287, - -0.269493043422699, - 0.20666718482971191, - 0.9092037081718445 - ] - ], - [ - 4.625, - [ - -0.20141145586967468, - -0.15256862342357635, - 0.1849033534526825, - 0.9497194290161133 - ] - ], - [ - 4.666666507720947, - [ - -0.16099749505519867, - -0.04177986457943916, - 0.1558942347764969, - 0.9736690521240234 - ] - ], - [ - 4.708333492279053, - [ - -0.14176605641841888, - 0.008882338181138039, - 0.14055892825126648, - 0.9798299074172974 - ] - ], - [ - 4.75, - [ - -0.15606431663036346, - -0.01313786394894123, - 0.1495782732963562, - 0.9762672185897827 - ] - ], - [ - 4.791666507720947, - [ - -0.18920715153217316, - -0.07612200826406479, - 0.16812768578529358, - 0.9644372463226318 - ] - ], - [ - 4.833333492279053, - [ - -0.22663655877113342, - -0.1645197719335556, - 0.18346300721168518, - 0.9422900080680847 - ] - ], - [ - 4.875, - [ - -0.25640392303466797, - -0.260361909866333, - 0.18669122457504272, - 0.9119293093681335 - ] - ], - [ - 4.916666507720947, - [ - -0.2732097804546356, - -0.34531718492507935, - 0.17726857960224152, - 0.8801637887954712 - ] - ], - [ - 4.958333492279053, - [ - -0.27908146381378174, - -0.40430590510368347, - 0.16305860877037048, - 0.8556063175201416 - ] - ], - [ - 5.0, - [ - -0.2799127399921417, - -0.4262639880180359, - 0.15593814849853516, - 0.8459498882293701 - ] - ], - [ - 5.041666507720947, - [ - -0.2615257799625397, - -0.4180135726928711, - 0.16356785595417023, - 0.8544673919677734 - ] - ], - [ - 5.083333492279053, - [ - -0.21101368963718414, - -0.3950209617614746, - 0.18214291334152222, - 0.8753603100776672 - ] - ], - [ - 5.125, - [ - -0.13480912148952484, - -0.36005711555480957, - 0.2041267305612564, - 0.9002875685691833 - ] - ], - [ - 5.166666507720947, - [ - -0.04037276655435562, - -0.3171115815639496, - 0.22235293686389923, - 0.9210697412490845 - ] - ], - [ - 5.208333492279053, - [ - 0.0626709908246994, - -0.27161887288093567, - 0.23185929656028748, - 0.9319531917572021 - ] - ], - [ - 5.25, - [ - 0.16275745630264282, - -0.22949646413326263, - 0.23087646067142487, - 0.931416928768158 - ] - ], - [ - 5.291666507720947, - [ - 0.24757060408592224, - -0.19568277895450592, - 0.22064509987831116, - 0.9228938221931458 - ] - ], - [ - 5.333333492279053, - [ - 0.3052435517311096, - -0.17309856414794922, - 0.20422804355621338, - 0.913867712020874 - ] - ], - [ - 5.375, - [ - 0.3245769441127777, - -0.16260236501693726, - 0.18495067954063416, - 0.9132380485534668 - ] - ], - [ - 5.416666507720947, - [ - 0.3136557638645172, - -0.15943367779254913, - 0.163654163479805, - 0.9216389060020447 - ] - ], - [ - 5.458333492279053, - [ - 0.28978168964385986, - -0.15795572102069855, - 0.14006933569908142, - 0.9335187077522278 - ] - ], - [ - 5.5, - [ - 0.2555307149887085, - -0.1568376123905182, - 0.1151825338602066, - 0.9470158219337463 - ] - ], - [ - 5.541666507720947, - [ - 0.21361619234085083, - -0.15506893396377563, - 0.08998729288578033, - 0.9603250622749329 - ] - ], - [ - 5.583333492279053, - [ - 0.166950985789299, - -0.15202879905700684, - 0.06549924612045288, - 0.9719693660736084 - ] - ], - [ - 5.625, - [ - 0.11863958090543747, - -0.14750909805297852, - 0.04272366315126419, - 0.9809895157814026 - ] - ], - [ - 5.666666507720947, - [ - 0.07191043347120285, - -0.1416883021593094, - 0.02259780839085579, - 0.9870374202728271 - ] - ], - [ - 5.708333492279053, - [ - 0.030031949281692505, - -0.13505899906158447, - 0.005940638482570648, - 0.9903644919395447 - ] - ], - [ - 5.75, - [ - -0.003760173451155424, - -0.1283159852027893, - -0.006570978090167046, - 0.9917044639587402 - ] - ], - [ - 5.791666507720947, - [ - -0.026301050558686256, - -0.12221364676952362, - -0.014386914670467377, - 0.9920509457588196 - ] - ], - [ - 5.833333492279053, - [ - -0.03447984531521797, - -0.11740348488092422, - -0.017024777829647064, - 0.9923394918441772 - ] - ], - [ - 5.875, - [ - -0.03443435952067375, - -0.11355610936880112, - -0.016915928572416306, - 0.9927905797958374 - ] - ], - [ - 5.916666507720947, - [ - -0.03437022864818573, - -0.11002180725336075, - -0.016813229769468307, - 0.9931924343109131 - ] - ], - [ - 5.958333492279053, - [ - -0.0342896468937397, - -0.10678792744874954, - -0.016716817393898964, - 0.9935497641563416 - ] - ], - [ - 6.0, - [ - -0.034194812178611755, - -0.1038418710231781, - -0.016626767814159393, - 0.9938668608665466 - ] - ], - [ - 6.041666507720947, - [ - -0.0340878926217556, - -0.10117083042860031, - -0.016543084755539894, - 0.9941473007202148 - ] - ], - [ - 6.083333492279053, - [ - -0.03397106006741524, - -0.09876203536987305, - -0.01646573469042778, - 0.994394838809967 - ] - ], - [ - 6.125, - [ - -0.03384646773338318, - -0.09660262614488602, - -0.01639462821185589, - 0.9946122765541077 - ] - ], - [ - 6.208333492279053, - [ - -0.03358257934451103, - -0.0929805114865303, - -0.016270650550723076, - 0.9949684143066406 - ] - ], - [ - 6.291666507720947, - [ - -0.033313263207674026, - -0.09020111709833145, - -0.01616990938782692, - 0.9952349066734314 - ] - ], - [ - 6.375, - [ - -0.03305543586611748, - -0.0881606787443161, - -0.01609089970588684, - 0.9954276084899902 - ] - ], - [ - 6.458333492279053, - [ - -0.03282589465379715, - -0.08675521612167358, - -0.016032027080655098, - 0.9955596327781677 - ] - ], - [ - 6.583333492279053, - [ - -0.032571155577898026, - -0.08560959249734879, - -0.015978047624230385, - 0.9956680536270142 - ] - ], - [ - 6.708333492279053, - [ - -0.03247379884123802, - -0.08530603349208832, - -0.01596100814640522, - 0.995697557926178 - ] - ], - [ - 6.75, - [ - -0.04202519729733467, - -0.09483634680509567, - -0.011318953707814217, - 0.9945411086082458 - ] - ], - [ - 6.791666507720947, - [ - -0.06601020693778992, - -0.11981502920389175, - -0.0002922343846876174, - 0.9905992746353149 - ] - ], - [ - 6.833333492279053, - [ - -0.09719197452068329, - -0.15476994216442108, - 0.012512469664216042, - 0.9830785393714905 - ] - ], - [ - 6.875, - [ - -0.1288660615682602, - -0.19364985823631287, - 0.023365113884210587, - 0.9722897410392761 - ] - ], - [ - 6.916666507720947, - [ - -0.1556682586669922, - -0.22979630529880524, - 0.030393078923225403, - 0.9602277278900146 - ] - ], - [ - 6.958333492279053, - [ - -0.1738193929195404, - -0.25635966658592224, - 0.03371921926736832, - 0.9502260684967041 - ] - ], - [ - 7.0, - [ - -0.18051700294017792, - -0.26666346192359924, - 0.03459235653281212, - 0.9461012482643127 - ] - ], - [ - 7.041666507720947, - [ - -0.18219897150993347, - -0.26485729217529297, - 0.028344236314296722, - 0.946493923664093 - ] - ], - [ - 7.083333492279053, - [ - -0.18517518043518066, - -0.2581118941307068, - 0.015500369481742382, - 0.9480760097503662 - ] - ], - [ - 7.125, - [ - -0.18618932366371155, - -0.2444896399974823, - 0.004812884144484997, - 0.9515961408615112 - ] - ], - [ - 7.166666507720947, - [ - -0.18205133080482483, - -0.22202394902706146, - 0.004871608689427376, - 0.9578825235366821 - ] - ], - [ - 7.208333492279053, - [ - -0.15324358642101288, - -0.1728246659040451, - 0.022067802026867867, - 0.9727082252502441 - ] - ], - [ - 7.25, - [ - -0.09116450697183609, - -0.0898810401558876, - 0.04497427120804787, - 0.9907512068748474 - ] - ], - [ - 7.291666507720947, - [ - -0.012037232518196106, - 0.00987998116761446, - 0.05777469277381897, - 0.9982081651687622 - ] - ], - [ - 7.333333492279053, - [ - 0.06476626545190811, - 0.10548602789640427, - 0.054832082241773605, - 0.9907933473587036 - ] - ], - [ - 7.375, - [ - 0.12084586173295975, - 0.1759660243988037, - 0.04364966228604317, - 0.9759748578071594 - ] - ], - [ - 7.416666507720947, - [ - 0.1416846066713333, - 0.20359845459461212, - 0.03984799608588219, - 0.9679283499717712 - ] - ], - [ - 7.458333492279053, - [ - 0.11765609681606293, - 0.20332090556621552, - 0.05062089115381241, - 0.9706982970237732 - ] - ], - [ - 7.5, - [ - 0.0571431890130043, - 0.20021286606788635, - 0.07033230364322662, - 0.9755526781082153 - ] - ], - [ - 7.541666507720947, - [ - -0.025347957387566566, - 0.19319270551204681, - 0.09473670274019241, - 0.9762474298477173 - ] - ], - [ - 7.583333492279053, - [ - -0.11465492099523544, - 0.18235477805137634, - 0.11945527791976929, - 0.9691911339759827 - ] - ], - [ - 7.625, - [ - -0.19554997980594635, - 0.16953504085540771, - 0.1404789537191391, - 0.9556589126586914 - ] - ], - [ - 7.666666507720947, - [ - -0.2537155747413635, - 0.15806862711906433, - 0.15462183952331543, - 0.9416659474372864 - ] - ], - [ - 7.708333492279053, - [ - -0.2759099304676056, - 0.15189003944396973, - 0.1594570279121399, - 0.935615599155426 - ] - ], - [ - 7.75, - [ - -0.23247157037258148, - 0.133575439453125, - 0.12987597286701202, - 0.9545925855636597 - ] - ], - [ - 7.791666507720947, - [ - -0.1364622265100479, - 0.08774202316999435, - 0.0705682709813118, - 0.984225332736969 - ] - ], - [ - 7.833333492279053, - [ - -0.04183191433548927, - 0.031304966658353806, - 0.01995558850467205, - 0.9984347224235535 - ] - ], - [ - 7.875, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 7.916666507720947, - [ - -3.8102833059383556e-05, - -0.0048447041772305965, - -0.0007539144135080278, - 0.9999879598617554 - ] - ], - [ - 8.0, - [ - -0.00033238751348108053, - -0.013979626819491386, - -0.002178892493247986, - 0.9998998641967773 - ] - ], - [ - 8.083333015441895, - [ - -0.0008943976718001068, - -0.02239803783595562, - -0.0035020129289478064, - 0.9997426271438599 - ] - ], - [ - 8.166666984558105, - [ - -0.0016971316654235125, - -0.03012808784842491, - -0.004732239525765181, - 0.9995334148406982 - ] - ], - [ - 8.25, - [ - -0.002714274451136589, - -0.037198059260845184, - -0.005877037066966295, - 0.999286949634552 - ] - ], - [ - 8.333333015441895, - [ - -0.00392022542655468, - -0.04363688454031944, - -0.006942639593034983, - 0.9990156292915344 - ] - ], - [ - 8.416666984558105, - [ - -0.0052900477312505245, - -0.04947376251220703, - -0.00793417077511549, - 0.9987300038337708 - ] - ], - [ - 8.5, - [ - -0.006799366325139999, - -0.05473782867193222, - -0.008855785243213177, - 0.9984383583068848 - ] - ], - [ - 8.583333015441895, - [ - -0.008424414321780205, - -0.05945867300033569, - -0.0097108855843544, - 0.9981479644775391 - ] - ], - [ - 8.666666984558105, - [ - -0.010141942650079727, - -0.06366589665412903, - -0.010502233169972897, - 0.9978644847869873 - ] - ], - [ - 8.791666984558105, - [ - -0.012841793708503246, - -0.06907845288515091, - -0.011574510484933853, - 0.9974614381790161 - ] - ], - [ - 8.916666984558105, - [ - -0.015623126178979874, - -0.07350219786167145, - -0.01251443475484848, - 0.9970941543579102 - ] - ], - [ - 9.041666984558105, - [ - -0.018412292003631592, - -0.07703741639852524, - -0.01332708727568388, - 0.9967691898345947 - ] - ], - [ - 9.166666984558105, - [ - -0.021136950701475143, - -0.07978424429893494, - -0.014017224311828613, - 0.9964894652366638 - ] - ], - [ - 9.291666984558105, - [ - -0.023725762963294983, - -0.08184269815683365, - -0.014589875936508179, - 0.9962559938430786 - ] - ], - [ - 9.458333015441895, - [ - -0.026844169944524765, - -0.08368890732526779, - -0.01518076192587614, - 0.9960147142410278 - ] - ], - [ - 9.625, - [ - -0.029429342597723007, - -0.08472441881895065, - -0.015589800663292408, - 0.9958477020263672 - ] - ], - [ - 9.791666984558105, - [ - -0.031315792351961136, - -0.08518417924642563, - -0.01583758369088173, - 0.9957471489906311 - ] - ], - [ - 9.958333015441895, - [ - -0.03233824297785759, - -0.0853022113442421, - -0.015948468819260597, - 0.9957025647163391 - ] - ], - [ - 11.375, - [ - -0.03247379884123802, - -0.08530603349208832, - -0.01596100814640522, - 0.995697557926178 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715865553_1489999.json b/lenses/physics-objects/Scene/assets/1645812715865553_1489999.json deleted file mode 100644 index 273ff434..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715865553_1489999.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715865553:1489999", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715865702_1490006.json b/lenses/physics-objects/Scene/assets/1645812715865702_1490006.json deleted file mode 100644 index fa214334..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715865702_1490006.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715865702:1490006", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715867320_1490019.json b/lenses/physics-objects/Scene/assets/1645812715867320_1490019.json deleted file mode 100644 index 2ee87c1a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715867320_1490019.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715867320:1490019", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7648084163665771, - -0.3904266655445099, - 0.3356948494911194 - ] - ], - [ - 11.375, - [ - 0.7648084163665771, - -0.3904266655445099, - 0.3356948494911194 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715867502_1490026.json b/lenses/physics-objects/Scene/assets/1645812715867502_1490026.json deleted file mode 100644 index 365ca1ec..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715867502_1490026.json +++ /dev/null @@ -1,2161 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715867502:1490026", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.05284641310572624, - -0.01799098215997219, - -0.07296530157327652, - 0.9957708716392517 - ] - ], - [ - 0.0416666679084301, - [ - 0.05284641310572624, - -0.01799098215997219, - -0.07296530157327652, - 0.9957708716392517 - ] - ], - [ - 0.0833333358168602, - [ - 0.077622190117836, - -0.006818331778049469, - -0.0783081203699112, - 0.9938793182373047 - ] - ], - [ - 0.125, - [ - 0.10547655075788498, - 0.005382424686104059, - -0.08496555685997009, - 0.990770697593689 - ] - ], - [ - 0.1666666716337204, - [ - 0.13523957133293152, - 0.017985370010137558, - -0.09282765537500381, - 0.9862909317016602 - ] - ], - [ - 0.2083333283662796, - [ - 0.16572053730487823, - 0.030411943793296814, - -0.10167016088962555, - 0.9804463386535645 - ] - ], - [ - 0.25, - [ - 0.19572602212429047, - 0.04215199127793312, - -0.1111493930220604, - 0.9734271168708801 - ] - ], - [ - 0.2916666567325592, - [ - 0.22408084571361542, - 0.05277888476848602, - -0.12081093341112137, - 0.9656122922897339 - ] - ], - [ - 0.3333333432674408, - [ - 0.2496461421251297, - 0.061954982578754425, - -0.13010910153388977, - 0.9575541615486145 - ] - ], - [ - 0.375, - [ - 0.2713298201560974, - 0.06942454725503922, - -0.1384343057870865, - 0.9499453902244568 - ] - ], - [ - 0.4166666567325592, - [ - 0.2880842387676239, - 0.07499199360609055, - -0.14514502882957458, - 0.9435659050941467 - ] - ], - [ - 0.4583333432674408, - [ - 0.2988896369934082, - 0.07848545163869858, - -0.14960262179374695, - 0.9392145872116089 - ] - ], - [ - 0.5, - [ - 0.30272403359413147, - 0.07970649003982544, - -0.1512090563774109, - 0.9376252293586731 - ] - ], - [ - 0.5416666865348816, - [ - 0.2999740242958069, - 0.07758325338363647, - -0.14897355437278748, - 0.9390439391136169 - ] - ], - [ - 0.5833333134651184, - [ - 0.2922244071960449, - 0.07151617854833603, - -0.14269059896469116, - 0.9429367780685425 - ] - ], - [ - 0.625, - [ - 0.2802272140979767, - 0.06189625337719917, - -0.1330469399690628, - 0.9486517310142517 - ] - ], - [ - 0.6666666865348816, - [ - 0.2647497355937958, - 0.0490775927901268, - -0.12077153474092484, - 0.9554650187492371 - ] - ], - [ - 0.7083333134651184, - [ - 0.24658642709255219, - 0.03342825546860695, - -0.10660587251186371, - 0.9626592993736267 - ] - ], - [ - 0.75, - [ - 0.22656244039535522, - 0.015369466505944729, - -0.0912749171257019, - 0.9695886373519897 - ] - ], - [ - 0.7916666865348816, - [ - 0.20552588999271393, - -0.004598118830472231, - -0.0754578709602356, - 0.9757275581359863 - ] - ], - [ - 0.8333333134651184, - [ - 0.18433158099651337, - -0.025881396606564522, - -0.05976010486483574, - 0.9807041883468628 - ] - ], - [ - 0.875, - [ - 0.16381923854351044, - -0.04779454320669174, - -0.04468906298279762, - 0.98431795835495 - ] - ], - [ - 0.9166666865348816, - [ - 0.14479030668735504, - -0.06956890970468521, - -0.03063751570880413, - 0.9865380525588989 - ] - ], - [ - 0.9583333134651184, - [ - 0.12798888981342316, - -0.09037082642316818, - -0.017877714708447456, - 0.9874879121780396 - ] - ], - [ - 1.0, - [ - 0.1140904426574707, - -0.10932328552007675, - -0.006569241639226675, - 0.9874151349067688 - ] - ], - [ - 1.0416666269302368, - [ - 0.10370218008756638, - -0.12552756071090698, - 0.003217409597709775, - 0.9866500496864319 - ] - ], - [ - 1.0833333730697632, - [ - 0.09737595170736313, - -0.13808280229568481, - 0.011461065150797367, - 0.9855555295944214 - ] - ], - [ - 1.125, - [ - 0.09563383460044861, - -0.14610128104686737, - 0.018133604899048805, - 0.9844692945480347 - ] - ], - [ - 1.1666666269302368, - [ - 0.09680180251598358, - -0.151274636387825, - 0.023474039509892464, - 0.9834604263305664 - ] - ], - [ - 1.2083333730697632, - [ - 0.09877909719944, - -0.15588460862636566, - 0.02787284553050995, - 0.9824286103248596 - ] - ], - [ - 1.25, - [ - 0.10145145654678345, - -0.15995141863822937, - 0.03147817775607109, - 0.981393039226532 - ] - ], - [ - 1.2916666269302368, - [ - 0.1047113761305809, - -0.16349969804286957, - 0.034432895481586456, - 0.9803662300109863 - ] - ], - [ - 1.3333333730697632, - [ - 0.10845685750246048, - -0.16655632853507996, - 0.03687531501054764, - 0.9793551564216614 - ] - ], - [ - 1.375, - [ - 0.11259046196937561, - -0.1691490113735199, - 0.03894010931253433, - 0.9783637523651123 - ] - ], - [ - 1.4166666269302368, - [ - 0.11701840162277222, - -0.17130513489246368, - 0.04075909033417702, - 0.9773944616317749 - ] - ], - [ - 1.4583333730697632, - [ - 0.12164957821369171, - -0.17305071651935577, - 0.04246193915605545, - 0.9764485955238342 - ] - ], - [ - 1.5, - [ - 0.1263948529958725, - -0.1744098663330078, - 0.044176824390888214, - 0.9755275249481201 - ] - ], - [ - 1.5416666269302368, - [ - 0.13116639852523804, - -0.1754046231508255, - 0.04603102058172226, - 0.9746331572532654 - ] - ], - [ - 1.5833333730697632, - [ - 0.1358771175146103, - -0.17605479061603546, - 0.04815138503909111, - 0.9737676978111267 - ] - ], - [ - 1.625, - [ - 0.1404401808977127, - -0.1763782799243927, - 0.050664763897657394, - 0.9729338884353638 - ] - ], - [ - 1.6666666269302368, - [ - 0.1447685807943344, - -0.17639167606830597, - 0.053698379546403885, - 0.972133994102478 - ] - ], - [ - 1.7083333730697632, - [ - 0.14877495169639587, - -0.17611105740070343, - 0.057380106300115585, - 0.9713693857192993 - ] - ], - [ - 1.75, - [ - 0.15237119793891907, - -0.1755531281232834, - 0.06183866411447525, - 0.9706391096115112 - ] - ], - [ - 1.7916666269302368, - [ - 0.1554684191942215, - -0.1747366189956665, - 0.06720378249883652, - 0.969938337802887 - ] - ], - [ - 1.8333333730697632, - [ - 0.15797697007656097, - -0.1736840307712555, - 0.07360624521970749, - 0.9692570567131042 - ] - ], - [ - 1.875, - [ - 0.15980646014213562, - -0.17242367565631866, - 0.08117768913507462, - 0.9685773849487305 - ] - ], - [ - 1.9166666269302368, - [ - 0.12654981017112732, - -0.1496502012014389, - 0.10396737605333328, - 0.9750798940658569 - ] - ], - [ - 1.9583333730697632, - [ - 0.04553912207484245, - -0.10349470376968384, - 0.14975126087665558, - 0.9822370409965515 - ] - ], - [ - 2.0, - [ - -0.043825630098581314, - -0.05776059627532959, - 0.2019314169883728, - 0.9767122268676758 - ] - ], - [ - 2.0416667461395264, - [ - -0.09119318425655365, - -0.019497912377119064, - 0.22977828979492188, - 0.9687650799751282 - ] - ], - [ - 2.0833332538604736, - [ - -0.07002032548189163, - 0.013753256760537624, - 0.2091761827468872, - 0.9752709269523621 - ] - ], - [ - 2.125, - [ - -0.04396360367536545, - 0.02807515114545822, - 0.18618327379226685, - 0.9811293482780457 - ] - ], - [ - 2.1666667461395264, - [ - -0.20727212727069855, - -0.2175774723291397, - 0.5306852459907532, - 0.7925096154212952 - ] - ], - [ - 2.2083332538604736, - [ - -0.07539160549640656, - -0.40887176990509033, - 0.5684013962745667, - 0.7099716663360596 - ] - ], - [ - 2.25, - [ - -0.06466303020715714, - -0.3901979923248291, - 0.5612861514091492, - 0.7269953489303589 - ] - ], - [ - 2.2916667461395264, - [ - -0.03133152425289154, - -0.3426744341850281, - 0.5374748706817627, - 0.7698789238929749 - ] - ], - [ - 2.3333332538604736, - [ - 0.027825986966490746, - -0.28203582763671875, - 0.491740345954895, - 0.8233304023742676 - ] - ], - [ - 2.375, - [ - 0.11178471148014069, - -0.22574079036712646, - 0.42309334874153137, - 0.8703661561012268 - ] - ], - [ - 2.4166667461395264, - [ - 0.21141329407691956, - -0.1879563182592392, - 0.33866703510284424, - 0.8973747491836548 - ] - ], - [ - 2.4583332538604736, - [ - 0.31133732199668884, - -0.17405840754508972, - 0.25187596678733826, - 0.8996284008026123 - ] - ], - [ - 2.5, - [ - 0.3955969512462616, - -0.17849057912826538, - 0.17677411437034607, - 0.8833997249603271 - ] - ], - [ - 2.5416667461395264, - [ - 0.4523960053920746, - -0.18755917251110077, - 0.12331190705299377, - 0.8631070852279663 - ] - ], - [ - 2.5833332538604736, - [ - 0.4738931953907013, - -0.18533983826637268, - 0.09754419326782227, - 0.8553125262260437 - ] - ], - [ - 2.625, - [ - 0.47522276639938354, - -0.16691112518310547, - 0.08452444523572922, - 0.8597439527511597 - ] - ], - [ - 2.6666667461395264, - [ - 0.47638651728630066, - -0.13873592019081116, - 0.06655320525169373, - 0.8656667470932007 - ] - ], - [ - 2.7083332538604736, - [ - 0.47678402066230774, - -0.10437767207622528, - 0.0457494892179966, - 0.8716015815734863 - ] - ], - [ - 2.75, - [ - 0.47603169083595276, - -0.06752803176641464, - 0.02426057495176792, - 0.8764959573745728 - ] - ], - [ - 2.7916667461395264, - [ - 0.4740787744522095, - -0.03201298043131828, - 0.004201096948236227, - 0.8798902630805969 - ] - ], - [ - 2.8333332538604736, - [ - 0.4712171256542206, - -0.0017444099066779017, - -0.0124049112200737, - 0.8819282650947571 - ] - ], - [ - 2.875, - [ - 0.4679918885231018, - 0.01933794841170311, - -0.02365277148783207, - 0.8832045197486877 - ] - ], - [ - 2.9166667461395264, - [ - 0.46502190828323364, - 0.02729605697095394, - -0.02773885242640972, - 0.8844434022903442 - ] - ], - [ - 2.9583332538604736, - [ - 0.46317005157470703, - 0.020167283713817596, - -0.019514864310622215, - 0.8858250379562378 - ] - ], - [ - 3.0, - [ - 0.46215158700942993, - 0.0033204874489456415, - 0.0036996756680309772, - 0.8867869973182678 - ] - ], - [ - 3.0416667461395264, - [ - 0.46105536818504333, - -0.016194628551602364, - 0.03991150110960007, - 0.8863254189491272 - ] - ], - [ - 3.0833332538604736, - [ - 0.4592050015926361, - -0.031479235738515854, - 0.08691363036632538, - 0.8835077285766602 - ] - ], - [ - 3.125, - [ - 0.45562630891799927, - -0.03593512251973152, - 0.14239045977592468, - 0.8779739737510681 - ] - ], - [ - 3.1666667461395264, - [ - 0.3821323812007904, - -0.04150354117155075, - 0.22095976769924164, - 0.8963420391082764 - ] - ], - [ - 3.2083332538604736, - [ - 0.2137390524148941, - -0.08709868788719177, - 0.31756189465522766, - 0.9197194576263428 - ] - ], - [ - 3.25, - [ - 0.023632477968931198, - -0.17980773746967316, - 0.39267921447753906, - 0.9016172885894775 - ] - ], - [ - 3.2916667461395264, - [ - -0.1186663806438446, - -0.27929526567459106, - 0.42369019985198975, - 0.8534629940986633 - ] - ], - [ - 3.3333332538604736, - [ - -0.17239420115947723, - -0.3246024549007416, - 0.4273310899734497, - 0.8260155320167542 - ] - ], - [ - 3.375, - [ - -0.17007535696029663, - -0.3209669888019562, - 0.42581602931022644, - 0.8286949396133423 - ] - ], - [ - 3.4166667461395264, - [ - -0.16320697963237762, - -0.31050655245780945, - 0.4212498664855957, - 0.8363597989082336 - ] - ], - [ - 3.4583332538604736, - [ - -0.1517094224691391, - -0.2939956784248352, - 0.4133780300617218, - 0.8483332991600037 - ] - ], - [ - 3.5, - [ - -0.13530533015727997, - -0.27235016226768494, - 0.40173575282096863, - 0.863785982131958 - ] - ], - [ - 3.5416667461395264, - [ - -0.1136254370212555, - -0.24663518369197845, - 0.3857572674751282, - 0.8817322254180908 - ] - ], - [ - 3.5833332538604736, - [ - -0.08631178736686707, - -0.21806779503822327, - 0.36488285660743713, - 0.9010311961174011 - ] - ], - [ - 3.625, - [ - -0.053115230053663254, - -0.18800395727157593, - 0.3386593461036682, - 0.9204038977622986 - ] - ], - [ - 3.6666667461395264, - [ - -0.013984533958137035, - -0.15790435671806335, - 0.30683180689811707, - 0.938469409942627 - ] - ], - [ - 3.7083332538604736, - [ - 0.030863769352436066, - -0.12927523255348206, - 0.26941680908203125, - 0.9538081288337708 - ] - ], - [ - 3.75, - [ - 0.08090127259492874, - -0.10358632355928421, - 0.22674882411956787, - 0.9650439620018005 - ] - ], - [ - 3.7916667461395264, - [ - 0.13527339696884155, - -0.08217542618513107, - 0.1794973611831665, - 0.9709423184394836 - ] - ], - [ - 3.8333332538604736, - [ - 0.19282370805740356, - -0.06614676862955093, - 0.1286446452140808, - 0.970512330532074 - ] - ], - [ - 3.875, - [ - 0.25215521454811096, - -0.056277770549058914, - 0.07542704790830612, - 0.9630998373031616 - ] - ], - [ - 3.9166667461395264, - [ - 0.31171920895576477, - -0.05294710025191307, - 0.021247442811727524, - 0.9484599828720093 - ] - ], - [ - 3.9583332538604736, - [ - 0.369928777217865, - -0.056092847138643265, - -0.03243632614612579, - 0.9267978072166443 - ] - ], - [ - 4.0, - [ - 0.42527952790260315, - -0.06520820409059525, - -0.08423106372356415, - 0.8987717032432556 - ] - ], - [ - 4.041666507720947, - [ - 0.47645899653434753, - -0.07937442511320114, - -0.1329173445701599, - 0.865459144115448 - ] - ], - [ - 4.083333492279053, - [ - 0.5224398374557495, - -0.09732688963413239, - -0.17754177749156952, - 0.8282892107963562 - ] - ], - [ - 4.125, - [ - 0.5625316500663757, - -0.11754197627305984, - -0.21746960282325745, - 0.7889543771743774 - ] - ], - [ - 4.166666507720947, - [ - 0.610171377658844, - -0.06998219341039658, - -0.32271018624305725, - 0.7201747298240662 - ] - ], - [ - 4.208333492279053, - [ - 0.5937773585319519, - -0.05985623598098755, - -0.3173004984855652, - 0.7369980216026306 - ] - ], - [ - 4.25, - [ - 0.5973218679428101, - -0.07521357387304306, - -0.30556827783584595, - 0.737683892250061 - ] - ], - [ - 4.291666507720947, - [ - 0.6041179299354553, - -0.11649398505687714, - -0.31433022022247314, - 0.7229572534561157 - ] - ], - [ - 4.333333492279053, - [ - 0.62076336145401, - -0.14043869078159332, - -0.290984183549881, - 0.7143234610557556 - ] - ], - [ - 4.375, - [ - 0.6329326629638672, - -0.127858504652977, - -0.2702172100543976, - 0.7141646146774292 - ] - ], - [ - 4.416666507720947, - [ - 0.6394631862640381, - -0.1119813397526741, - -0.24955539405345917, - 0.7185186743736267 - ] - ], - [ - 4.458333492279053, - [ - 0.6189435720443726, - -0.11130072176456451, - -0.22025737166404724, - 0.7456592321395874 - ] - ], - [ - 4.5, - [ - 0.5756633281707764, - -0.1296507865190506, - -0.17954879999160767, - 0.7871242761611938 - ] - ], - [ - 4.541666507720947, - [ - 0.5489861965179443, - -0.15132951736450195, - -0.14399629831314087, - 0.8093076348304749 - ] - ], - [ - 4.583333492279053, - [ - 0.5617449283599854, - -0.16965921223163605, - -0.11118344962596893, - 0.8020577430725098 - ] - ], - [ - 4.625, - [ - 0.593770444393158, - -0.18736162781715393, - -0.07542351633310318, - 0.7788732647895813 - ] - ], - [ - 4.666666507720947, - [ - 0.6255951523780823, - -0.19904033839702606, - -0.045970022678375244, - 0.7529278993606567 - ] - ], - [ - 4.708333492279053, - [ - 0.6398221850395203, - -0.2030581831932068, - -0.03369350731372833, - 0.740445613861084 - ] - ], - [ - 4.75, - [ - 0.6212202310562134, - -0.1915399134159088, - -0.013975580222904682, - 0.7597385048866272 - ] - ], - [ - 4.791666507720947, - [ - 0.5683856010437012, - -0.16793909668922424, - 0.03922383859753609, - 0.8044847846031189 - ] - ], - [ - 4.833333492279053, - [ - 0.4869789481163025, - -0.15112531185150146, - 0.1154145672917366, - 0.8524624109268188 - ] - ], - [ - 4.875, - [ - 0.3883884847164154, - -0.15499962866306305, - 0.19827687740325928, - 0.8864625096321106 - ] - ], - [ - 4.916666507720947, - [ - 0.28763389587402344, - -0.1813594549894333, - 0.2681427597999573, - 0.9013739228248596 - ] - ], - [ - 4.958333492279053, - [ - 0.19680136442184448, - -0.21945689618587494, - 0.30884358286857605, - 0.9042807817459106 - ] - ], - [ - 5.0, - [ - 0.12165884673595428, - -0.251516193151474, - 0.3113294243812561, - 0.9083021283149719 - ] - ], - [ - 5.041666507720947, - [ - 0.049422841519117355, - -0.2626838982105255, - 0.287597119808197, - 0.9196970462799072 - ] - ], - [ - 5.083333492279053, - [ - -0.03126604110002518, - -0.25253716111183167, - 0.2578156888484955, - 0.9320828914642334 - ] - ], - [ - 5.125, - [ - -0.11404584348201752, - -0.2247813642024994, - 0.22769339382648468, - 0.9405437707901001 - ] - ], - [ - 5.166666507720947, - [ - -0.19176292419433594, - -0.1847427636384964, - 0.20132893323898315, - 0.9426367282867432 - ] - ], - [ - 5.208333492279053, - [ - -0.2579721510410309, - -0.13937462866306305, - 0.18109188973903656, - 0.9387390613555908 - ] - ], - [ - 5.25, - [ - -0.3080306351184845, - -0.09672808647155762, - 0.16757731139659882, - 0.931492805480957 - ] - ], - [ - 5.291666507720947, - [ - -0.3392881751060486, - -0.06518077105283737, - 0.16000624001026154, - 0.9246800541877747 - ] - ], - [ - 5.333333492279053, - [ - -0.35014814138412476, - -0.0528215616941452, - 0.1572311669588089, - 0.9218918085098267 - ] - ], - [ - 5.375, - [ - -0.3258593678474426, - -0.05125080421566963, - 0.15717409551143646, - 0.9308520555496216 - ] - ], - [ - 5.416666507720947, - [ - -0.2607269287109375, - -0.04753730818629265, - 0.15808305144309998, - 0.9511947631835938 - ] - ], - [ - 5.458333492279053, - [ - -0.16655795276165009, - -0.04245302826166153, - 0.15999701619148254, - 0.9720376133918762 - ] - ], - [ - 5.5, - [ - -0.05671389400959015, - -0.03658920153975487, - 0.16287626326084137, - 0.9843353629112244 - ] - ], - [ - 5.541666507720947, - [ - 0.05378290265798569, - -0.030458688735961914, - 0.1663980484008789, - 0.9841195940971375 - ] - ], - [ - 5.583333492279053, - [ - 0.14958347380161285, - -0.02473738044500351, - 0.16989532113075256, - 0.973729133605957 - ] - ], - [ - 5.625, - [ - 0.21646526455879211, - -0.020438509061932564, - 0.1724672019481659, - 0.96071857213974 - ] - ], - [ - 5.666666507720947, - [ - 0.24155783653259277, - -0.01882108300924301, - 0.17317220568656921, - 0.9546239972114563 - ] - ], - [ - 5.708333492279053, - [ - 0.23447225987911224, - -0.019680596888065338, - 0.17246825993061066, - 0.956498920917511 - ] - ], - [ - 5.75, - [ - 0.214691162109375, - -0.02179172821342945, - 0.1714000254869461, - 0.9612778425216675 - ] - ], - [ - 5.791666507720947, - [ - 0.18435391783714294, - -0.02483968995511532, - 0.16998185217380524, - 0.9677307605743408 - ] - ], - [ - 5.833333492279053, - [ - 0.14561638236045837, - -0.028508031740784645, - 0.16823691129684448, - 0.9745150208473206 - ] - ], - [ - 5.875, - [ - 0.10071838647127151, - -0.03248602896928787, - 0.1662055104970932, - 0.980396032333374 - ] - ], - [ - 5.916666507720947, - [ - 0.05200536549091339, - -0.036475181579589844, - 0.16394825279712677, - 0.9844216704368591 - ] - ], - [ - 5.958333492279053, - [ - 0.001913808868266642, - -0.040193356573581696, - 0.16154509782791138, - 0.9860446453094482 - ] - ], - [ - 6.0, - [ - -0.04707233980298042, - -0.04337634891271591, - 0.15908995270729065, - 0.9851869344711304 - ] - ], - [ - 6.041666507720947, - [ - -0.09248252213001251, - -0.045777611434459686, - 0.15668174624443054, - 0.9822434782981873 - ] - ], - [ - 6.083333492279053, - [ - -0.13190782070159912, - -0.04716578498482704, - 0.15441319346427917, - 0.9780247807502747 - ] - ], - [ - 6.125, - [ - -0.163024440407753, - -0.04732170328497887, - 0.15235617756843567, - 0.9736381769180298 - ] - ], - [ - 6.166666507720947, - [ - -0.18358418345451355, - -0.046036724001169205, - 0.1505451798439026, - 0.9703163504600525 - ] - ], - [ - 6.208333492279053, - [ - -0.19136111438274384, - -0.0431138351559639, - 0.14895810186862946, - 0.9691922664642334 - ] - ], - [ - 6.25, - [ - -0.18756461143493652, - -0.03750753775238991, - 0.14339426159858704, - 0.9710050225257874 - ] - ], - [ - 6.291666507720947, - [ - -0.17601218819618225, - -0.029076866805553436, - 0.13073325157165527, - 0.975234866142273 - ] - ], - [ - 6.333333492279053, - [ - -0.15835273265838623, - -0.019122783094644547, - 0.11251002550125122, - 0.9807652235031128 - ] - ], - [ - 6.375, - [ - -0.13631890714168549, - -0.008930866606533527, - 0.09034328162670135, - 0.9864966869354248 - ] - ], - [ - 6.416666507720947, - [ - -0.11179301887750626, - 0.0004178924427833408, - 0.06600254029035568, - 0.9915370941162109 - ] - ], - [ - 6.458333492279053, - [ - -0.08681508153676987, - 0.008174614980816841, - 0.04141661897301674, - 0.9953295588493347 - ] - ], - [ - 6.5, - [ - -0.06354524195194244, - 0.01397770456969738, - 0.018636465072631836, - 0.9977071285247803 - ] - ], - [ - 6.541666507720947, - [ - -0.04420104995369911, - 0.017824890092015266, - -0.00022751952928956598, - 0.9988635778427124 - ] - ], - [ - 6.583333492279053, - [ - -0.031000787392258644, - 0.019954342395067215, - -0.01306271180510521, - 0.9992347955703735 - ] - ], - [ - 6.625, - [ - -0.026125330477952957, - 0.020636174827814102, - -0.017793137580156326, - 0.9992872476577759 - ] - ], - [ - 6.666666507720947, - [ - -0.03231751173734665, - 0.017856145277619362, - -0.010059481486678123, - 0.9992675185203552 - ] - ], - [ - 6.708333492279053, - [ - -0.04890691861510277, - 0.009840072132647038, - 0.010761800222098827, - 0.9986969828605652 - ] - ], - [ - 6.75, - [ - -0.07272495329380035, - -0.0031965153757482767, - 0.040942296385765076, - 0.9965062141418457 - ] - ], - [ - 6.791666507720947, - [ - -0.10052766650915146, - -0.02091160975396633, - 0.07666957378387451, - 0.9917553663253784 - ] - ], - [ - 6.833333492279053, - [ - -0.12922871112823486, - -0.042414575815200806, - 0.11423718184232712, - 0.9840989708900452 - ] - ], - [ - 6.875, - [ - -0.15613870322704315, - -0.06608152389526367, - 0.1502608060836792, - 0.9739997982978821 - ] - ], - [ - 6.916666507720947, - [ - -0.17915073037147522, - -0.08959092944860458, - 0.18186013400554657, - 0.9627073407173157 - ] - ], - [ - 6.958333492279053, - [ - -0.19678570330142975, - -0.11011575907468796, - 0.20671655237674713, - 0.9520599842071533 - ] - ], - [ - 7.0, - [ - -0.20804359018802643, - -0.12459659576416016, - 0.2229500412940979, - 0.9441857933998108 - ] - ], - [ - 7.041666507720947, - [ - -0.2120429128408432, - -0.13003814220428467, - 0.22879762947559357, - 0.9411585927009583 - ] - ], - [ - 7.083333492279053, - [ - -0.20414821803569794, - -0.12403904646635056, - 0.2137662172317505, - 0.9472284913063049 - ] - ], - [ - 7.125, - [ - -0.18193039298057556, - -0.10920615494251251, - 0.17217785120010376, - 0.9619408249855042 - ] - ], - [ - 7.166666507720947, - [ - -0.1473669558763504, - -0.09139300882816315, - 0.10908929258584976, - 0.9787899851799011 - ] - ], - [ - 7.208333492279053, - [ - -0.10321348905563354, - -0.07650724053382874, - 0.03037562407553196, - 0.9912471771240234 - ] - ], - [ - 7.25, - [ - -0.05359749495983124, - -0.06892427057027817, - -0.05667879432439804, - 0.9945673942565918 - ] - ], - [ - 7.291666507720947, - [ - -0.0036522033624351025, - -0.07030567526817322, - -0.1437816619873047, - 0.9871021509170532 - ] - ], - [ - 7.333333492279053, - [ - 0.041466403752565384, - -0.07914552837610245, - -0.2226625680923462, - 0.9707924127578735 - ] - ], - [ - 7.375, - [ - 0.07755531370639801, - -0.09119126945734024, - -0.28609156608581543, - 0.9506949782371521 - ] - ], - [ - 7.416666507720947, - [ - 0.10170687735080719, - -0.10058488696813583, - -0.32824578881263733, - 0.9336985945701599 - ] - ], - [ - 7.458333492279053, - [ - 0.11166543513536453, - -0.10140631347894669, - -0.344052255153656, - 0.926755428314209 - ] - ], - [ - 7.5, - [ - 0.12152712047100067, - -0.0686468780040741, - -0.3120814561843872, - 0.9397467374801636 - ] - ], - [ - 7.541666507720947, - [ - 0.1327378749847412, - 0.007610390894114971, - -0.22736704349517822, - 0.964690089225769 - ] - ], - [ - 7.583333492279053, - [ - 0.12455607950687408, - 0.10586979240179062, - -0.1115860641002655, - 0.9802172780036926 - ] - ], - [ - 7.625, - [ - 0.0909767746925354, - 0.19938790798187256, - 0.007248314563184977, - 0.9756613969802856 - ] - ], - [ - 7.666666507720947, - [ - 0.04648340493440628, - 0.2645426392555237, - 0.09919320791959763, - 0.9581321477890015 - ] - ], - [ - 7.708333492279053, - [ - 0.01723439432680607, - 0.2871514856815338, - 0.1379852592945099, - 0.9477378726005554 - ] - ], - [ - 7.75, - [ - 0.013402024284005165, - 0.24218520522117615, - 0.12328296899795532, - 0.9622723460197449 - ] - ], - [ - 7.791666507720947, - [ - 0.013940781354904175, - 0.1440240442752838, - 0.07947783917188644, - 0.9862788915634155 - ] - ], - [ - 7.833333492279053, - [ - 0.006497990805655718, - 0.0451614186167717, - 0.027653971686959267, - 0.998575747013092 - ] - ], - [ - 7.875, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 7.958333492279053, - [ - 0.00022148659627418965, - -0.00150266382843256, - -0.0081790154799819, - 0.999965488910675 - ] - ], - [ - 8.041666984558105, - [ - 0.0008667625952512026, - -0.002785179065540433, - -0.015728767961263657, - 0.9998720288276672 - ] - ], - [ - 8.125, - [ - 0.0019057875033468008, - -0.003874602960422635, - -0.02267279103398323, - 0.9997336268424988 - ] - ], - [ - 8.208333015441895, - [ - 0.003307043807581067, - -0.004795651417225599, - -0.02903546765446663, - 0.9995614290237427 - ] - ], - [ - 8.291666984558105, - [ - 0.005037759430706501, - -0.005570961162447929, - -0.03484177216887474, - 0.9993646144866943 - ] - ], - [ - 8.375, - [ - 0.007064014207571745, - -0.00622132932767272, - -0.04011688008904457, - 0.9991506338119507 - ] - ], - [ - 8.458333015441895, - [ - 0.009351026266813278, - -0.006766031496226788, - -0.04488639533519745, - 0.9989254474639893 - ] - ], - [ - 8.583333015441895, - [ - 0.01319247204810381, - -0.007423943839967251, - -0.05114888772368431, - 0.998576283454895 - ] - ], - [ - 8.708333015441895, - [ - 0.017417725175619125, - -0.007940556854009628, - -0.056418269872665405, - 0.9982237219810486 - ] - ], - [ - 8.833333015441895, - [ - 0.021901629865169525, - -0.008368343114852905, - -0.06078082695603371, - 0.9978757500648499 - ] - ], - [ - 8.958333015441895, - [ - 0.02651725895702839, - -0.00875736866146326, - -0.06432206183671951, - 0.9975383877754211 - ] - ], - [ - 9.083333015441895, - [ - 0.031136486679315567, - -0.00915653444826603, - -0.06712646782398224, - 0.9972164630889893 - ] - ], - [ - 9.208333015441895, - [ - 0.03563046082854271, - -0.0096146110445261, - -0.06927747279405594, - 0.9969145655632019 - ] - ], - [ - 9.375, - [ - 0.04120422899723053, - -0.010402683168649673, - -0.0712713897228241, - 0.9965512752532959 - ] - ], - [ - 9.541666984558105, - [ - 0.04601903632283211, - -0.011504633352160454, - -0.07244347035884857, - 0.9962438344955444 - ] - ], - [ - 9.666666984558105, - [ - 0.048947773873806, - -0.01261308416724205, - -0.0728989839553833, - 0.9960576295852661 - ] - ], - [ - 9.791666984558105, - [ - 0.05114809051156044, - -0.01402499433606863, - -0.07308214902877808, - 0.9959147572517395 - ] - ], - [ - 9.916666984558105, - [ - 0.05249081179499626, - -0.015797948464751244, - -0.07307589799165726, - 0.9958187937736511 - ] - ], - [ - 10.041666984558105, - [ - 0.05284641310572624, - -0.017990991473197937, - -0.07296530157327652, - 0.9957708716392517 - ] - ], - [ - 10.083333015441895, - [ - 0.05245804414153099, - -0.019264671951532364, - -0.0720043033361435, - 0.9958375692367554 - ] - ], - [ - 10.125, - [ - 0.051456019282341, - -0.021423421800136566, - -0.06930902600288391, - 0.996036946773529 - ] - ], - [ - 10.166666984558105, - [ - 0.04990919679403305, - -0.024400673806667328, - -0.0650290921330452, - 0.9963357448577881 - ] - ], - [ - 10.208333015441895, - [ - 0.04789199307560921, - -0.028133517131209373, - -0.059315990656614304, - 0.9966927766799927 - ] - ], - [ - 10.25, - [ - 0.04548203945159912, - -0.032561250030994415, - -0.05232219770550728, - 0.9970624446868896 - ] - ], - [ - 10.291666984558105, - [ - 0.0427585244178772, - -0.03762315586209297, - -0.04420166835188866, - 0.9973978400230408 - ] - ], - [ - 10.333333015441895, - [ - 0.03980030491948128, - -0.04325732961297035, - -0.03510916978120804, - 0.9976533055305481 - ] - ], - [ - 10.375, - [ - 0.036684028804302216, - -0.049399979412555695, - -0.025199100375175476, - 0.9977871179580688 - ] - ], - [ - 10.416666984558105, - [ - 0.03348304331302643, - -0.05598364770412445, - -0.014626250602304935, - 0.99776291847229 - ] - ], - [ - 10.458333015441895, - [ - 0.030265873298048973, - -0.06293708831071854, - -0.0035446342080831528, - 0.9975521564483643 - ] - ], - [ - 10.5, - [ - 0.027094736695289612, - -0.07018525898456573, - 0.007893979549407959, - 0.9971346855163574 - ] - ], - [ - 10.583333015441895, - [ - 0.021104250103235245, - -0.0852421224117279, - 0.03124355897307396, - 0.9956466555595398 - ] - ], - [ - 10.666666984558105, - [ - 0.015856195241212845, - -0.10046771913766861, - 0.05425940081477165, - 0.9933331608772278 - ] - ], - [ - 10.708333015441895, - [ - 0.01358052995055914, - -0.1079133003950119, - 0.0652950331568718, - 0.9919207692146301 - ] - ], - [ - 10.75, - [ - 0.011556819081306458, - -0.11511939018964767, - 0.07584018260240555, - 0.9903849959373474 - ] - ], - [ - 10.791666984558105, - [ - 0.009789736941456795, - -0.12198728322982788, - 0.08576825261116028, - 0.9887704849243164 - ] - ], - [ - 10.833333015441895, - [ - 0.00827672891318798, - -0.12841728329658508, - 0.09495723247528076, - 0.9871290922164917 - ] - ], - [ - 10.875, - [ - 0.0070090871304273605, - -0.1343095302581787, - 0.10328955203294754, - 0.9855166673660278 - ] - ], - [ - 10.916666984558105, - [ - 0.005973672028630972, - -0.1395639181137085, - 0.11065028607845306, - 0.9839932918548584 - ] - ], - [ - 10.958333015441895, - [ - 0.005154578015208244, - -0.1440807282924652, - 0.11692680418491364, - 0.982620120048523 - ] - ], - [ - 11.0, - [ - 0.004535241052508354, - -0.1477615386247635, - 0.12200786918401718, - 0.9814581274986267 - ] - ], - [ - 11.041666984558105, - [ - 0.004100931342691183, - -0.15050865709781647, - 0.12578125298023224, - 0.9805658459663391 - ] - ], - [ - 11.083333015441895, - [ - 0.0038414017762988806, - -0.15222598612308502, - 0.128132626414299, - 0.9799972176551819 - ] - ], - [ - 11.125, - [ - 0.00375384371727705, - -0.15281908214092255, - 0.12894371151924133, - 0.9797988533973694 - ] - ], - [ - 11.166666984558105, - [ - 0.004812281578779221, - -0.14550036191940308, - 0.1193614974617958, - 0.9821197986602783 - ] - ], - [ - 11.208333015441895, - [ - 0.008375412784516811, - -0.12635666131973267, - 0.09366769343614578, - 0.9875172972679138 - ] - ], - [ - 11.25, - [ - 0.015295393764972687, - -0.09975960105657578, - 0.05634916201233864, - 0.9932969808578491 - ] - ], - [ - 11.291666984558105, - [ - 0.025867270305752754, - -0.0701412782073021, - 0.012310323305428028, - 0.9971257448196411 - ] - ], - [ - 11.333333015441895, - [ - 0.0391494520008564, - -0.041685596108436584, - -0.0328485406935215, - 0.9978229403495789 - ] - ], - [ - 11.375, - [ - 0.05284641310572624, - -0.01799098215997219, - -0.07296530157327652, - 0.9957708716392517 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715867680_1490033.json b/lenses/physics-objects/Scene/assets/1645812715867680_1490033.json deleted file mode 100644 index 9795e869..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715867680_1490033.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715867680:1490033", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715867831_1490040.json b/lenses/physics-objects/Scene/assets/1645812715867831_1490040.json deleted file mode 100644 index 50b639a0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715867831_1490040.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715867831:1490040", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715869684_1490053.json b/lenses/physics-objects/Scene/assets/1645812715869684_1490053.json deleted file mode 100644 index afdbc442..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715869684_1490053.json +++ /dev/null @@ -1,770 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715869684:1490053", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.31030499935150146, - 0.7671864032745361, - 0.854077935218811 - ] - ], - [ - 1.1666666269302368, - [ - -0.31030499935150146, - 0.7671864032745361, - 0.854077935218811 - ] - ], - [ - 1.2083333730697632, - [ - -0.31030499935150146, - 0.6575272083282471, - 0.9244002103805542 - ] - ], - [ - 1.25, - [ - -0.31030499935150146, - 0.580328106880188, - 0.9753096103668213 - ] - ], - [ - 1.2916666269302368, - [ - -0.31030499935150146, - 0.6575271487236023, - 0.9244002103805542 - ] - ], - [ - 1.3333333730697632, - [ - -0.31030499935150146, - 0.7671864032745361, - 0.854077935218811 - ] - ], - [ - 1.5833333730697632, - [ - -0.31030499935150146, - 0.7671864032745361, - 0.854077935218811 - ] - ], - [ - 1.625, - [ - -0.31030499935150146, - 0.7252067923545837, - 0.8968808650970459 - ] - ], - [ - 1.6666666269302368, - [ - -0.31030499935150146, - 0.6934378147125244, - 0.9308714270591736 - ] - ], - [ - 1.7083333730697632, - [ - -0.31030499935150146, - 0.7240561246871948, - 0.914140522480011 - ] - ], - [ - 1.75, - [ - -0.31030499935150146, - 0.7605911493301392, - 0.898603081703186 - ] - ], - [ - 1.7916666269302368, - [ - -0.31030499935150146, - 0.7663031220436096, - 0.8967536091804504 - ] - ], - [ - 1.8333333730697632, - [ - -0.31030499935150146, - 0.7761814594268799, - 0.8860960006713867 - ] - ], - [ - 1.875, - [ - -0.31030499935150146, - 0.8197742700576782, - 0.8401343822479248 - ] - ], - [ - 1.9166666269302368, - [ - -0.31030502915382385, - 0.8673334121704102, - 0.7960877418518066 - ] - ], - [ - 1.9583333730697632, - [ - -0.31030502915382385, - 0.9018967747688293, - 0.7682140469551086 - ] - ], - [ - 2.0, - [ - -0.31030502915382385, - 0.9064656496047974, - 0.7646545171737671 - ] - ], - [ - 2.0416667461395264, - [ - -0.31030502915382385, - 0.9012932181358337, - 0.7676001191139221 - ] - ], - [ - 2.0833332538604736, - [ - -0.31030499935150146, - 0.8615721464157104, - 0.791452944278717 - ] - ], - [ - 2.125, - [ - -0.31030499935150146, - 0.7984693646430969, - 0.8322382569313049 - ] - ], - [ - 2.1666667461395264, - [ - -0.31030499935150146, - 0.7671864032745361, - 0.854077935218811 - ] - ], - [ - 2.6666667461395264, - [ - -0.31030499935150146, - 0.7671864032745361, - 0.854077935218811 - ] - ], - [ - 2.7083332538604736, - [ - -0.31030499935150146, - 0.6575273871421814, - 0.9244000911712646 - ] - ], - [ - 2.75, - [ - -0.31030499935150146, - 0.580328106880188, - 0.9753096103668213 - ] - ], - [ - 2.7916667461395264, - [ - -0.31030499935150146, - 0.6718667149543762, - 0.9150146245956421 - ] - ], - [ - 2.8333332538604736, - [ - -0.31030499935150146, - 0.7852445840835571, - 0.8438271880149841 - ] - ], - [ - 2.875, - [ - -0.31030499935150146, - 0.7903847098350525, - 0.8411104679107666 - ] - ], - [ - 2.9166667461395264, - [ - -0.31030499935150146, - 0.7922279238700867, - 0.840158224105835 - ] - ], - [ - 2.9583332538604736, - [ - -0.31030499935150146, - 0.7924889326095581, - 0.8400242924690247 - ] - ], - [ - 3.0, - [ - -0.31030499935150146, - 0.7903878092765808, - 0.8411088585853577 - ] - ], - [ - 3.0416667461395264, - [ - -0.31030499935150146, - 0.7845820784568787, - 0.8441838026046753 - ] - ], - [ - 3.0833332538604736, - [ - -0.31030499935150146, - 0.7757464647293091, - 0.8490819334983826 - ] - ], - [ - 3.125, - [ - -0.31030499935150146, - 0.7645623087882996, - 0.8556577563285828 - ] - ], - [ - 3.1666667461395264, - [ - -0.31030499935150146, - 0.7494669556617737, - 0.8649975657463074 - ] - ], - [ - 3.2083332538604736, - [ - -0.31030499935150146, - 0.7317053079605103, - 0.876259982585907 - ] - ], - [ - 3.25, - [ - -0.31030499935150146, - 0.7148535251617432, - 0.887082576751709 - ] - ], - [ - 3.2916667461395264, - [ - -0.31030499935150146, - 0.7025353908538818, - 0.8950479030609131 - ] - ], - [ - 3.3333332538604736, - [ - -0.31030499935150146, - 0.6978426575660706, - 0.8980917930603027 - ] - ], - [ - 3.75, - [ - -0.31030499935150146, - 0.6978426575660706, - 0.8980917930603027 - ] - ], - [ - 3.7916667461395264, - [ - -0.31030499935150146, - 0.7145819664001465, - 0.8872577548027039 - ] - ], - [ - 3.8333332538604736, - [ - -0.31030499935150146, - 0.7474024891853333, - 0.8662957549095154 - ] - ], - [ - 3.875, - [ - -0.31030499935150146, - 0.7708765268325806, - 0.851893961429596 - ] - ], - [ - 3.9166667461395264, - [ - -0.31030499935150146, - 0.779373824596405, - 0.8470392823219299 - ] - ], - [ - 4.083333492279053, - [ - -0.31030499935150146, - 0.7793113589286804, - 0.8470740914344788 - ] - ], - [ - 4.541666507720947, - [ - -0.31030499935150146, - 0.7785223722457886, - 0.8475147485733032 - ] - ], - [ - 5.208333492279053, - [ - -0.31030499935150146, - 0.7761403322219849, - 0.8488579988479614 - ] - ], - [ - 5.291666507720947, - [ - -0.31030499935150146, - 0.7753468751907349, - 0.8493096828460693 - ] - ], - [ - 5.375, - [ - -0.31030499935150146, - 0.7738284468650818, - 0.85017991065979 - ] - ], - [ - 5.416666507720947, - [ - -0.31030499935150146, - 0.7727000117301941, - 0.8508316874504089 - ] - ], - [ - 5.458333492279053, - [ - -0.31030499935150146, - 0.756391704082489, - 0.8606734871864319 - ] - ], - [ - 5.5, - [ - -0.31030499935150146, - 0.6999996900558472, - 0.8966920375823975 - ] - ], - [ - 5.541666507720947, - [ - -0.31030499935150146, - 0.6252738237380981, - 0.9455978274345398 - ] - ], - [ - 5.583333492279053, - [ - -0.31030499935150146, - 0.5849496126174927, - 0.9722440838813782 - ] - ], - [ - 5.625, - [ - -0.31030499935150146, - 0.580328106880188, - 0.9753096103668213 - ] - ], - [ - 5.708333492279053, - [ - -0.31030499935150146, - 0.5803553462028503, - 0.9752915501594543 - ] - ], - [ - 5.75, - [ - -0.31030499935150146, - 0.5806347131729126, - 0.9751061201095581 - ] - ], - [ - 5.791666507720947, - [ - -0.31030499935150146, - 0.5820140838623047, - 0.9741907715797424 - ] - ], - [ - 5.833333492279053, - [ - -0.31030499935150146, - 0.5900880098342896, - 0.9688394665718079 - ] - ], - [ - 5.875, - [ - -0.31030499935150146, - 0.6154577732086182, - 0.9520699977874756 - ] - ], - [ - 5.916666507720947, - [ - -0.31030499935150146, - 0.6555514335632324, - 0.9256954789161682 - ] - ], - [ - 5.958333492279053, - [ - -0.31030499935150146, - 0.6940554976463318, - 0.9005517363548279 - ] - ], - [ - 6.0, - [ - -0.31030499935150146, - 0.7149945497512817, - 0.8869916200637817 - ] - ], - [ - 6.041666507720947, - [ - -0.31030499935150146, - 0.7223371267318726, - 0.8822641372680664 - ] - ], - [ - 6.083333492279053, - [ - -0.31030499935150146, - 0.7272786498069763, - 0.879092812538147 - ] - ], - [ - 6.125, - [ - -0.31030499935150146, - 0.7304292917251587, - 0.877075731754303 - ] - ], - [ - 6.166666507720947, - [ - -0.31030499935150146, - 0.7323335409164429, - 0.8758586645126343 - ] - ], - [ - 6.208333492279053, - [ - -0.31030499935150146, - 0.7334871888160706, - 0.8751221299171448 - ] - ], - [ - 6.291666507720947, - [ - -0.31030499935150146, - 0.7353977560997009, - 0.8739036917686462 - ] - ], - [ - 6.333333492279053, - [ - -0.31030499935150146, - 0.7370448708534241, - 0.8728547692298889 - ] - ], - [ - 6.375, - [ - -0.31030499935150146, - 0.7397079467773438, - 0.871161937713623 - ] - ], - [ - 6.416666507720947, - [ - -0.31030499935150146, - 0.7467274069786072, - 0.8657798171043396 - ] - ], - [ - 6.458333492279053, - [ - -0.31030499935150146, - 0.760466456413269, - 0.8547142148017883 - ] - ], - [ - 6.5, - [ - -0.31030499935150146, - 0.7793086171150208, - 0.8397365808486938 - ] - ], - [ - 6.541666507720947, - [ - -0.31030499935150146, - 0.7997556924819946, - 0.8238537907600403 - ] - ], - [ - 6.583333492279053, - [ - -0.31030499935150146, - 0.817157506942749, - 0.8106551766395569 - ] - ], - [ - 6.625, - [ - -0.31030499935150146, - 0.828161358833313, - 0.8025357723236084 - ] - ], - [ - 6.666666507720947, - [ - -0.31030499935150146, - 0.8327381014823914, - 0.7993094325065613 - ] - ], - [ - 6.708333492279053, - [ - -0.31030499935150146, - 0.833645761013031, - 0.7987250685691833 - ] - ], - [ - 7.166666507720947, - [ - -0.31030499935150146, - 0.8333127498626709, - 0.7989827394485474 - ] - ], - [ - 7.375, - [ - -0.31030499935150146, - 0.8323239684104919, - 0.799750030040741 - ] - ], - [ - 7.541666507720947, - [ - -0.31030499935150146, - 0.8307415246963501, - 0.8009825348854065 - ] - ], - [ - 7.708333492279053, - [ - -0.31030499935150146, - 0.8282691240310669, - 0.8029165863990784 - ] - ], - [ - 7.833333492279053, - [ - -0.31030499935150146, - 0.8257763981819153, - 0.8048753142356873 - ] - ], - [ - 8.0, - [ - -0.31030499935150146, - 0.8216027617454529, - 0.8081731200218201 - ] - ], - [ - 8.166666984558105, - [ - -0.31030499935150146, - 0.8165443539619446, - 0.812199592590332 - ] - ], - [ - 8.375, - [ - -0.31030499935150146, - 0.809253454208374, - 0.8180615901947021 - ] - ], - [ - 8.875, - [ - -0.31030499935150146, - 0.7903168797492981, - 0.8336741328239441 - ] - ], - [ - 9.083333015441895, - [ - -0.31030499935150146, - 0.7831858396530151, - 0.8397483229637146 - ] - ], - [ - 9.25, - [ - -0.31030499935150146, - 0.778252124786377, - 0.8440407514572144 - ] - ], - [ - 9.416666984558105, - [ - -0.31030499935150146, - 0.7741557359695435, - 0.84767746925354 - ] - ], - [ - 9.583333015441895, - [ - -0.31030499935150146, - 0.7709741592407227, - 0.8505600094795227 - ] - ], - [ - 9.708333015441895, - [ - -0.31030499935150146, - 0.7692100405693054, - 0.8521851897239685 - ] - ], - [ - 9.833333015441895, - [ - -0.31030499935150146, - 0.7679876089096069, - 0.8533245325088501 - ] - ], - [ - 9.958333015441895, - [ - -0.31030499935150146, - 0.7673169374465942, - 0.8539547920227051 - ] - ], - [ - 11.375, - [ - -0.31030499935150146, - 0.7671864032745361, - 0.854077935218811 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715869884_1490060.json b/lenses/physics-objects/Scene/assets/1645812715869884_1490060.json deleted file mode 100644 index 47eee343..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715869884_1490060.json +++ /dev/null @@ -1,964 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715869884:1490060", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.2083333730697632, - [ - 0.22969172894954681, - 0.029762407764792442, - 0.015566928312182426, - 0.9726837277412415 - ] - ], - [ - 1.25, - [ - 0.38439810276031494, - 0.06376633793115616, - 0.02088748849928379, - 0.9207256436347961 - ] - ], - [ - 1.2916666269302368, - [ - 0.22969172894954681, - 0.029762407764792442, - 0.015566928312182426, - 0.9726837277412415 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.5833333730697632, - [ - 1.8091302381954139e-13, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.625, - [ - 0.09414742141962051, - 0.0, - 0.0, - 0.9955582618713379 - ] - ], - [ - 1.6666666269302368, - [ - 0.1669858694076538, - 0.0, - 0.0, - 0.9859592914581299 - ] - ], - [ - 1.7083333730697632, - [ - 0.10604020953178406, - 0.007655447814613581, - 0.0010145575506612659, - 0.994331955909729 - ] - ], - [ - 1.75, - [ - 0.03764414042234421, - 0.0377974770963192, - 0.0076578836888074875, - 0.9985467791557312 - ] - ], - [ - 1.7916666269302368, - [ - 0.02751479484140873, - 0.04526431858539581, - 0.00963997095823288, - 0.9985495209693909 - ] - ], - [ - 1.8333333730697632, - [ - 0.0045752632431685925, - 0.04503099247813225, - 0.010676950216293335, - 0.9989180564880371 - ] - ], - [ - 1.875, - [ - -0.09510190039873123, - 0.043741174042224884, - 0.015116075053811073, - 0.9943912029266357 - ] - ], - [ - 1.9166666269302368, - [ - -0.19477446377277374, - 0.04199608787894249, - 0.019444799050688744, - 0.9797557592391968 - ] - ], - [ - 1.9583333730697632, - [ - -0.2607106864452362, - 0.040581367909908295, - 0.02224518544971943, - 0.9643071293830872 - ] - ], - [ - 2.0, - [ - -0.26918238401412964, - 0.04038169980049133, - 0.022599905729293823, - 0.9619768261909485 - ] - ], - [ - 2.0416667461395264, - [ - -0.260006308555603, - 0.03773418813943863, - 0.020650967955589294, - 0.964648425579071 - ] - ], - [ - 2.0833332538604736, - [ - -0.1870815008878708, - 0.020812779664993286, - 0.009447246789932251, - 0.9820785522460938 - ] - ], - [ - 2.125, - [ - -0.06425751745700836, - 0.0028510598931461573, - 0.0008891887846402824, - 0.9979289770126343 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.6666667461395264, - [ - 1.8129597215837956e-12, - 1.8464281481816308e-13, - 1.6012019455561438e-13, - 1.0 - ] - ], - [ - 2.7083332538604736, - [ - 0.22969114780426025, - 0.029762310907244682, - 0.015566903166472912, - 0.972683846950531 - ] - ], - [ - 2.75, - [ - 0.38439810276031494, - 0.06376633793115616, - 0.02088748849928379, - 0.9207256436347961 - ] - ], - [ - 2.7916667461395264, - [ - 0.2000131607055664, - 0.024274474009871483, - 0.013659066520631313, - 0.9793972373008728 - ] - ], - [ - 2.8333332538604736, - [ - -0.0367211177945137, - 0.0025806755293160677, - 0.0007274316740222275, - 0.9993219375610352 - ] - ], - [ - 2.875, - [ - -0.046934422105550766, - 0.004248164128512144, - 0.0012444554595276713, - 0.9988882541656494 - ] - ], - [ - 2.9166667461395264, - [ - -0.05057058855891228, - 0.004946080967783928, - 0.0014684651978313923, - 0.9987071752548218 - ] - ], - [ - 2.9583332538604736, - [ - -0.05108444765210152, - 0.005049190949648619, - 0.00150190363638103, - 0.9986804723739624 - ] - ], - [ - 3.0, - [ - -0.04694050922989845, - 0.004249286837875843, - 0.0012448125053197145, - 0.9988878965377808 - ] - ], - [ - 3.0416667461395264, - [ - -0.03539705649018288, - 0.002395646646618843, - 0.0006718523218296468, - 0.9993702173233032 - ] - ], - [ - 3.0833332538604736, - [ - -0.01756894402205944, - 0.0005831805756315589, - 0.00015238809282891452, - 0.999845564365387 - ] - ], - [ - 3.125, - [ - 0.005442293826490641, - 5.658746158587746e-05, - 4.853498103329912e-05, - 0.9999852776527405 - ] - ], - [ - 3.1666667461395264, - [ - 0.03703271970152855, - 0.001781341154128313, - 0.0014326960081234574, - 0.9993114471435547 - ] - ], - [ - 3.2083332538604736, - [ - 0.07445162534713745, - 0.005472760181874037, - 0.004073369316756725, - 0.9972013831138611 - ] - ], - [ - 3.25, - [ - 0.1099824458360672, - 0.00995650701224804, - 0.006871702149510384, - 0.9938598871231079 - ] - ], - [ - 3.2916667461395264, - [ - 0.1359022706747055, - 0.013685192912817001, - 0.008925244212150574, - 0.9905875325202942 - ] - ], - [ - 3.3333332538604736, - [ - 0.14575669169425964, - 0.015191804617643356, - 0.009692920371890068, - 0.9891564249992371 - ] - ], - [ - 3.75, - [ - 0.14575669169425964, - 0.015191804617643356, - 0.009692920371890068, - 0.9891564249992371 - ] - ], - [ - 3.7916667461395264, - [ - 0.11055442690849304, - 0.010034920647740364, - 0.006917280610650778, - 0.9937953352928162 - ] - ], - [ - 3.8333332538604736, - [ - 0.041374415159225464, - 0.002139342948794365, - 0.0017053697956725955, - 0.9991399645805359 - ] - ], - [ - 3.875, - [ - -0.007609370164573193, - 0.00010873858263948932, - 2.7259908165433444e-05, - 0.9999710321426392 - ] - ], - [ - 3.9166667461395264, - [ - -0.024925876408815384, - 0.00117942423094064, - 0.0003174788726028055, - 0.9996885657310486 - ] - ], - [ - 4.291666507720947, - [ - -0.024295853450894356, - 0.0011200903682038188, - 0.00030075045651756227, - 0.9997042417526245 - ] - ], - [ - 4.625, - [ - -0.022725429385900497, - 0.0009789644973352551, - 0.0002612094976939261, - 0.99974125623703 - ] - ], - [ - 5.166666507720947, - [ - -0.018814217299222946, - 0.0006693065515719354, - 0.00017578410916030407, - 0.999822735786438 - ] - ], - [ - 5.25, - [ - -0.017709143459796906, - 0.0005925774457864463, - 0.0001549323642393574, - 0.9998431205749512 - ] - ], - [ - 5.291666507720947, - [ - -0.016755307093262672, - 0.000530146062374115, - 0.00013806918286718428, - 0.9998595714569092 - ] - ], - [ - 5.333333492279053, - [ - -0.015431469306349754, - 0.0004493118613027036, - 0.00011638204887276515, - 0.9998809099197388 - ] - ], - [ - 5.375, - [ - -0.013657561503350735, - 0.000351565278833732, - 9.03981999726966e-05, - 0.9999066591262817 - ] - ], - [ - 5.416666507720947, - [ - -0.011349624954164028, - 0.0002424447884550318, - 6.17437472101301e-05, - 0.9999355673789978 - ] - ], - [ - 5.458333492279053, - [ - 0.02249855361878872, - 0.0007633548229932785, - 0.0006324526038952172, - 0.9997463822364807 - ] - ], - [ - 5.5, - [ - 0.14122867584228516, - 0.014493709430098534, - 0.009341441094875336, - 0.9898269176483154 - ] - ], - [ - 5.541666507720947, - [ - 0.2955003082752228, - 0.043134965002536774, - 0.018897434696555138, - 0.9541812539100647 - ] - ], - [ - 5.583333492279053, - [ - 0.3754328489303589, - 0.06153935566544533, - 0.020836343988776207, - 0.9245696067810059 - ] - ], - [ - 5.625, - [ - 0.38439810276031494, - 0.06376633793115616, - 0.02088748849928379, - 0.9207256436347961 - ] - ], - [ - 5.708333492279053, - [ - 0.3843454420566559, - 0.06375307589769363, - 0.020887266844511032, - 0.9207485318183899 - ] - ], - [ - 5.75, - [ - 0.38380470871925354, - 0.06361722946166992, - 0.020885031670331955, - 0.9209834933280945 - ] - ], - [ - 5.791666507720947, - [ - 0.38113242387771606, - 0.06294956803321838, - 0.02087259106338024, - 0.9221386909484863 - ] - ], - [ - 5.833333492279053, - [ - 0.3654145300388336, - 0.05909714847803116, - 0.02073857933282852, - 0.9287354946136475 - ] - ], - [ - 5.875, - [ - 0.3152219355106354, - 0.04745429381728172, - 0.019611215218901634, - 0.9476279020309448 - ] - ], - [ - 5.916666507720947, - [ - 0.23376254737377167, - 0.030542166903614998, - 0.015810903161764145, - 0.9716852903366089 - ] - ], - [ - 5.958333492279053, - [ - 0.15369951725006104, - 0.016439754515886307, - 0.010303533636033535, - 0.9879271388053894 - ] - ], - [ - 6.0, - [ - 0.10968539118766785, - 0.009915855713188648, - 0.006848031654953957, - 0.9938933253288269 - ] - ], - [ - 6.041666507720947, - [ - 0.09420932084321976, - 0.00786841195076704, - 0.0056171715259552, - 0.9955055713653564 - ] - ], - [ - 6.083333492279053, - [ - 0.08378816395998001, - 0.006572296842932701, - 0.00479664234444499, - 0.9964504837989807 - ] - ], - [ - 6.125, - [ - 0.07714303582906723, - 0.005783445201814175, - 0.004280374851077795, - 0.9969940781593323 - ] - ], - [ - 6.166666507720947, - [ - 0.07312677055597305, - 0.005321754142642021, - 0.00397198460996151, - 0.9973005652427673 - ] - ], - [ - 6.208333492279053, - [ - 0.07069370150566101, - 0.005047815386205912, - 0.0037867531646043062, - 0.9974781274795532 - ] - ], - [ - 6.25, - [ - 0.06885769963264465, - 0.004844060633331537, - 0.0036478654947131872, - 0.9976080656051636 - ] - ], - [ - 6.291666507720947, - [ - 0.06666476279497147, - 0.0046040997840464115, - 0.003483060048893094, - 0.9977587461471558 - ] - ], - [ - 6.333333492279053, - [ - 0.06319175660610199, - 0.004231870174407959, - 0.003224701154977083, - 0.9979873299598694 - ] - ], - [ - 6.375, - [ - 0.05757812783122063, - 0.0036513337399810553, - 0.0028149515856057405, - 0.9983303546905518 - ] - ], - [ - 6.416666507720947, - [ - 0.04273010417819023, - 0.0028412258252501488, - 0.0022585606202483177, - 0.9990800619125366 - ] - ], - [ - 6.458333492279053, - [ - 0.014043244533240795, - 0.0019497572211548686, - 0.001643397263251245, - 0.9998982548713684 - ] - ], - [ - 6.5, - [ - -0.024477677419781685, - 0.0011534044751897454, - 0.0010507692350074649, - 0.9996991753578186 - ] - ], - [ - 6.541666507720947, - [ - -0.06548519432544708, - 0.0005640623276121914, - 0.0005579166463576257, - 0.9978533387184143 - ] - ], - [ - 6.583333492279053, - [ - -0.09989073127508163, - 0.00020973598293494433, - 0.0002222890907432884, - 0.9949983954429626 - ] - ], - [ - 6.625, - [ - -0.12148738652467728, - 4.8387930291937664e-05, - 5.3569685405818745e-05, - 0.992592990398407 - ] - ], - [ - 6.666666507720947, - [ - -0.13050687313079834, - 3.5191155802749563e-06, - 3.9679066503595095e-06, - 0.9914475083351135 - ] - ], - [ - 6.708333492279053, - [ - -0.13233472406864166, - -0.0, - 0.0, - 0.991205096244812 - ] - ], - [ - 7.041666507720947, - [ - -0.13214562833309174, - -0.0, - 0.0, - 0.991230309009552 - ] - ], - [ - 7.208333492279053, - [ - -0.13145811855793, - -0.0, - 0.0, - 0.9913217425346375 - ] - ], - [ - 7.333333492279053, - [ - -0.13034196197986603, - -0.0, - 0.0, - 0.9914690852165222 - ] - ], - [ - 7.458333492279053, - [ - -0.12850402295589447, - -0.0, - 0.0, - 0.9917089939117432 - ] - ], - [ - 7.583333492279053, - [ - -0.12578408420085907, - -0.0, - 0.0, - 0.992057740688324 - ] - ], - [ - 7.708333492279053, - [ - -0.12206350266933441, - -0.0, - 0.0, - 0.9925222992897034 - ] - ], - [ - 7.791666507720947, - [ - -0.11899234354496002, - -0.0, - 0.0, - 0.9928951859474182 - ] - ], - [ - 7.916666507720947, - [ - -0.11348675936460495, - -0.0, - 0.0, - 0.9935395121574402 - ] - ], - [ - 8.041666984558105, - [ - -0.1069362536072731, - -0.0, - 0.0, - 0.9942658543586731 - ] - ], - [ - 8.166666984558105, - [ - -0.09943192452192307, - -0.0, - 0.0, - 0.995044469833374 - ] - ], - [ - 8.291666984558105, - [ - -0.09111674129962921, - -0.0, - 0.0, - 0.995840311050415 - ] - ], - [ - 8.416666984558105, - [ - -0.08217652142047882, - -0.0, - 0.0, - 0.9966177940368652 - ] - ], - [ - 8.833333015441895, - [ - -0.05075036361813545, - -0.0, - 0.0, - 0.9987114667892456 - ] - ], - [ - 9.0, - [ - -0.038844846189022064, - -0.0, - 0.0, - 0.9992452263832092 - ] - ], - [ - 9.125, - [ - -0.030624568462371826, - -0.0, - 0.0, - 0.9995309710502625 - ] - ], - [ - 9.25, - [ - -0.023191137239336967, - -0.0, - 0.0, - 0.9997310638427734 - ] - ], - [ - 9.375, - [ - -0.016667870804667473, - -0.0, - 0.0, - 0.9998611807823181 - ] - ], - [ - 9.5, - [ - -0.011144292540848255, - -0.0, - 0.0, - 0.999937891960144 - ] - ], - [ - 9.583333015441895, - [ - -0.008048509247601032, - -0.0, - 0.0, - 0.999967634677887 - ] - ], - [ - 9.666666984558105, - [ - -0.005437744315713644, - -0.0, - 0.0, - 0.9999852180480957 - ] - ], - [ - 9.75, - [ - -0.0033229782711714506, - -0.0, - 0.0, - 0.9999945759773254 - ] - ], - [ - 9.833333015441895, - [ - -0.0017147660255432129, - -0.0, - 0.0, - 0.9999986290931702 - ] - ], - [ - 9.916666984558105, - [ - -0.0006253198953345418, - -0.0, - 0.0, - 0.9999998211860657 - ] - ], - [ - 10.0, - [ - -7.05079801264219e-05, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715870101_1490067.json b/lenses/physics-objects/Scene/assets/1645812715870101_1490067.json deleted file mode 100644 index 2fbac900..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715870101_1490067.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715870101:1490067", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715870285_1490074.json b/lenses/physics-objects/Scene/assets/1645812715870285_1490074.json deleted file mode 100644 index 771296b7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715870285_1490074.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715870285:1490074", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715871966_1490087.json b/lenses/physics-objects/Scene/assets/1645812715871966_1490087.json deleted file mode 100644 index 1e62cfed..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715871966_1490087.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715871966:1490087", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3873401880264282, - -0.3552643656730652, - 0.31503668427467346 - ] - ], - [ - 11.375, - [ - 0.3873401880264282, - -0.3552643656730652, - 0.31503668427467346 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715872138_1490094.json b/lenses/physics-objects/Scene/assets/1645812715872138_1490094.json deleted file mode 100644 index 7825a7aa..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715872138_1490094.json +++ /dev/null @@ -1,2206 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715872138:1490094", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.05283290892839432, - 0.0022263212595134974, - -0.0706053227186203, - 0.9961017370223999 - ] - ], - [ - 0.0416666679084301, - [ - 0.05283290892839432, - 0.0022263212595134974, - -0.0706053227186203, - 0.9961017370223999 - ] - ], - [ - 0.0833333358168602, - [ - 0.06405463814735413, - 0.0026083234697580338, - -0.08571170270442963, - 0.9942553639411926 - ] - ], - [ - 0.125, - [ - 0.07703237980604172, - 0.002846019808202982, - -0.10318923741579056, - 0.9916702508926392 - ] - ], - [ - 0.1666666716337204, - [ - 0.09134301543235779, - 0.002806919626891613, - -0.12246078997850418, - 0.9882569909095764 - ] - ], - [ - 0.2083333283662796, - [ - 0.10647089034318924, - 0.002377823693677783, - -0.14282377064228058, - 0.984001874923706 - ] - ], - [ - 0.25, - [ - 0.12183113396167755, - 0.0014966828748583794, - -0.1634848564863205, - 0.9789931774139404 - ] - ], - [ - 0.2916666567325592, - [ - 0.13680659234523773, - 0.00017551961354911327, - -0.18361173570156097, - 0.9734324216842651 - ] - ], - [ - 0.3333333432674408, - [ - 0.15078936517238617, - -0.0014923022827133536, - -0.20238907635211945, - 0.9676255583763123 - ] - ], - [ - 0.375, - [ - 0.16321627795696259, - -0.0033419791143387556, - -0.2190650850534439, - 0.9619563221931458 - ] - ], - [ - 0.4166666567325592, - [ - 0.17358995974063873, - -0.0051603675819933414, - -0.23297777771949768, - 0.9568496346473694 - ] - ], - [ - 0.4583333432674408, - [ - 0.1814788281917572, - -0.006715105846524239, - -0.24355356395244598, - 0.9527339339256287 - ] - ], - [ - 0.5, - [ - 0.18649567663669586, - -0.007782742381095886, - -0.25027740001678467, - 0.9500106573104858 - ] - ], - [ - 0.5416666865348816, - [ - 0.18825837969779968, - -0.008172627538442612, - -0.2526395618915558, - 0.9490338563919067 - ] - ], - [ - 0.5833333134651184, - [ - 0.18367435038089752, - -0.007174719125032425, - -0.2464963048696518, - 0.9515523314476013 - ] - ], - [ - 0.625, - [ - 0.17079268395900726, - -0.0046449946239590645, - -0.22922685742378235, - 0.9582605957984924 - ] - ], - [ - 0.6666666865348816, - [ - 0.1509048193693161, - -0.0015078759752213955, - -0.20254404842853546, - 0.9675750136375427 - ] - ], - [ - 0.7083333134651184, - [ - 0.12565013766288757, - 0.0012041748268529773, - -0.16861915588378906, - 0.9776390790939331 - ] - ], - [ - 0.75, - [ - 0.09724196046590805, - 0.0026891788002103567, - -0.1304025501012802, - 0.9866772294044495 - ] - ], - [ - 0.7916666865348816, - [ - 0.06832541525363922, - 0.002712785732001066, - -0.0914628803730011, - 0.9934580326080322 - ] - ], - [ - 0.8333333134651184, - [ - 0.04153057187795639, - 0.0017155713867396116, - -0.055405519902706146, - 0.9975983500480652 - ] - ], - [ - 0.875, - [ - 0.0189433004707098, - 0.0005566058098338544, - -0.02513490989804268, - 0.9995045065879822 - ] - ], - [ - 0.9166666865348816, - [ - 0.0017389138229191303, - 6.813494564994471e-06, - -0.002290338044986129, - 0.9999958872795105 - ] - ], - [ - 0.9583333134651184, - [ - -0.010791804641485214, - 8.198527939384803e-05, - 0.014111931435763836, - 0.9998422861099243 - ] - ], - [ - 1.0, - [ - -0.01931261457502842, - 0.00023161839635577053, - 0.025139451026916504, - 0.9994974732398987 - ] - ], - [ - 1.0416666269302368, - [ - -0.022435538470745087, - 0.0002983935410156846, - 0.029157819226384163, - 0.9993229508399963 - ] - ], - [ - 1.0833333730697632, - [ - -0.02124728262424469, - 0.000272405770374462, - 0.027630271390080452, - 0.9993924498558044 - ] - ], - [ - 1.125, - [ - -0.017854733392596245, - 0.00020228773064445704, - 0.023259378969669342, - 0.9995700120925903 - ] - ], - [ - 1.1666666269302368, - [ - -0.012537868693470955, - 0.00010786732309497893, - 0.01637951098382473, - 0.9997872114181519 - ] - ], - [ - 1.2083333730697632, - [ - -0.00560371857136488, - 2.3844875613576733e-05, - 0.007349102292209864, - 0.9999573230743408 - ] - ], - [ - 1.25, - [ - 0.0026702783070504665, - 1.5720041119493544e-05, - -0.00351885799318552, - 0.9999902248382568 - ] - ], - [ - 1.2916666269302368, - [ - 0.01289768423885107, - 0.00029250382794998586, - -0.01707657426595688, - 0.9997710585594177 - ] - ], - [ - 1.3333333730697632, - [ - 0.025357156991958618, - 0.0008767811232246459, - -0.03370912745594978, - 0.99910968542099 - ] - ], - [ - 1.375, - [ - 0.0399492010474205, - 0.0016368210781365633, - -0.05328073352575302, - 0.9977788329124451 - ] - ], - [ - 1.4166666269302368, - [ - 0.05642867088317871, - 0.0023643425665795803, - -0.07544470578432083, - 0.9955492615699768 - ] - ], - [ - 1.4583333730697632, - [ - 0.07440689951181412, - 0.0028176275081932545, - -0.09965323656797409, - 0.9922323822975159 - ] - ], - [ - 1.5, - [ - 0.09337132424116135, - 0.002773395972326398, - -0.12519168853759766, - 0.9877252578735352 - ] - ], - [ - 1.5416666269302368, - [ - 0.1127224862575531, - 0.002075260505080223, - -0.15123480558395386, - 0.9820475578308105 - ] - ], - [ - 1.5833333730697632, - [ - 0.13182257115840912, - 0.0006675084005109966, - -0.17691510915756226, - 0.9753581881523132 - ] - ], - [ - 1.625, - [ - 0.15004819631576538, - -0.0013930569402873516, - -0.20139412581920624, - 0.9679483771324158 - ] - ], - [ - 1.6666666269302368, - [ - 0.16683895885944366, - -0.0039482032880187035, - -0.2239244133234024, - 0.960211992263794 - ] - ], - [ - 1.7083333730697632, - [ - 0.1817304790019989, - -0.006767184939235449, - -0.2438908815383911, - 0.9525993466377258 - ] - ], - [ - 1.75, - [ - 0.1943681240081787, - -0.009584127925336361, - -0.2608259320259094, - 0.9455682039260864 - ] - ], - [ - 1.7916666269302368, - [ - 0.20449842512607574, - -0.012133581563830376, - -0.2743961215019226, - 0.9395424127578735 - ] - ], - [ - 1.8333333730697632, - [ - 0.211940735578537, - -0.014176493510603905, - -0.2843634784221649, - 0.9348890781402588 - ] - ], - [ - 1.875, - [ - 0.21654292941093445, - -0.015513341873884201, - -0.29052647948265076, - 0.9319136738777161 - ] - ], - [ - 1.9166666269302368, - [ - 0.21812790632247925, - -0.01598694734275341, - -0.29264891147613525, - 0.9308712482452393 - ] - ], - [ - 1.9583333730697632, - [ - 0.19281426072120667, - -0.00921624805778265, - -0.25874409079551697, - 0.9464614391326904 - ] - ], - [ - 2.0, - [ - 0.12000519037246704, - 0.001626013545319438, - -0.1610296666622162, - 0.9796252250671387 - ] - ], - [ - 2.0416667461395264, - [ - 0.024712517857551575, - 0.0008435128256678581, - -0.03284638375043869, - 0.9991545081138611 - ] - ], - [ - 2.0833332538604736, - [ - -0.054869454354047775, - 0.0010650712065398693, - 0.07025137543678284, - 0.996018648147583 - ] - ], - [ - 2.125, - [ - -0.13362735509872437, - 0.0001452042633900419, - 0.16636303067207336, - 0.9769682884216309 - ] - ], - [ - 2.1666667461395264, - [ - -0.185904860496521, - -0.004416132345795631, - 0.22799263894557953, - 0.9557402729988098 - ] - ], - [ - 2.2083332538604736, - [ - -0.20439550280570984, - -0.006819317117333412, - 0.24939240515232086, - 0.946561872959137 - ] - ], - [ - 2.25, - [ - -0.20605416595935822, - -0.007041723933070898, - 0.2512963116168976, - 0.9456968307495117 - ] - ], - [ - 2.2916667461395264, - [ - -0.20379285514354706, - -0.00673760985955596, - 0.24869953095912933, - 0.9468746781349182 - ] - ], - [ - 2.3333332538604736, - [ - -0.17979209125041962, - -0.0037015252746641636, - 0.2208676040172577, - 0.9585815668106079 - ] - ], - [ - 2.375, - [ - -0.11698628962039948, - 0.0008706721127964556, - 0.1464100182056427, - 0.9822818040847778 - ] - ], - [ - 2.4166667461395264, - [ - -0.03266579285264015, - 0.0005417476058937609, - 0.04224034398794174, - 0.9985731840133667 - ] - ], - [ - 2.4583332538604736, - [ - 0.048456139862537384, - 0.0020410355646163225, - -0.0647168904542923, - 0.9967244267463684 - ] - ], - [ - 2.5, - [ - 0.12921932339668274, - 0.0009035595576278865, - -0.1734166443347931, - 0.9763340950012207 - ] - ], - [ - 2.5416667461395264, - [ - 0.16200955212116241, - -0.0031468309462070465, - -0.2174461930990219, - 0.9625279903411865 - ] - ], - [ - 2.625, - [ - 0.16168121993541718, - -0.0030943178571760654, - -0.2170056849718094, - 0.9626827836036682 - ] - ], - [ - 2.7083332538604736, - [ - 0.1608339250087738, - -0.0029599543195217848, - -0.21586894989013672, - 0.963080644607544 - ] - ], - [ - 2.9583332538604736, - [ - 0.15724685788154602, - -0.002409437671303749, - -0.2110559046268463, - 0.964739978313446 - ] - ], - [ - 3.0416667461395264, - [ - 0.15639598667621613, - -0.0022831824608147144, - -0.20991410315036774, - 0.9651275277137756 - ] - ], - [ - 3.125, - [ - 0.1560659110546112, - -0.0022346493788063526, - -0.20947113633155823, - 0.9652773141860962 - ] - ], - [ - 3.1666667461395264, - [ - 0.16893494129180908, - -0.004312993958592415, - -0.22673551738262177, - 0.9591838121414185 - ] - ], - [ - 3.2083332538604736, - [ - 0.19859492778778076, - -0.010615852661430836, - -0.2664884328842163, - 0.9430966377258301 - ] - ], - [ - 3.25, - [ - 0.23094113171100616, - -0.02006833627820015, - -0.30980613827705383, - 0.9221082329750061 - ] - ], - [ - 3.2916667461395264, - [ - 0.25440508127212524, - -0.028754739090800285, - -0.34122857451438904, - 0.9044414162635803 - ] - ], - [ - 3.3333332538604736, - [ - 0.2630467116832733, - -0.03236823529005051, - -0.35280582308769226, - 0.8973778486251831 - ] - ], - [ - 3.5416667461395264, - [ - 0.2630467116832733, - -0.03236823529005051, - -0.35280582308769226, - 0.8973778486251831 - ] - ], - [ - 3.5833332538604736, - [ - 0.26170796155929565, - -0.03179335221648216, - -0.35101205110549927, - 0.8984924554824829 - ] - ], - [ - 3.625, - [ - 0.2568548619747162, - -0.029755834490060806, - -0.3445102572441101, - 0.9024705290794373 - ] - ], - [ - 3.6666667461395264, - [ - 0.24681255221366882, - -0.02576715499162674, - -0.3310595452785492, - 0.910395085811615 - ] - ], - [ - 3.7083332538604736, - [ - 0.2291366010904312, - -0.019465986639261246, - -0.30738985538482666, - 0.923379123210907 - ] - ], - [ - 3.75, - [ - 0.20060519874095917, - -0.011122571304440498, - -0.2691813111305237, - 0.941899836063385 - ] - ], - [ - 3.7916667461395264, - [ - 0.158003568649292, - -0.0025231135077774525, - -0.21207129955291748, - 0.9643931984901428 - ] - ], - [ - 3.8333332538604736, - [ - 0.10055916011333466, - 0.002595443045720458, - -0.13486772775650024, - 0.985744297504425 - ] - ], - [ - 3.875, - [ - 0.00076729228021577, - 1.3574466493082582e-06, - -0.0010100455256178975, - 0.9999992251396179 - ] - ], - [ - 3.9166667461395264, - [ - -0.11705336719751358, - 0.0008683956111781299, - 0.14649084210395813, - 0.9822617769241333 - ] - ], - [ - 3.9583332538604736, - [ - -0.19596998393535614, - -0.005687113851308823, - 0.23967301845550537, - 0.9508523941040039 - ] - ], - [ - 4.0, - [ - -0.20605416595935822, - -0.007041723933070898, - 0.2512963116168976, - 0.9456968307495117 - ] - ], - [ - 4.041666507720947, - [ - -0.17496147751808167, - -0.0031697952654212713, - 0.21522141993045807, - 0.960759162902832 - ] - ], - [ - 4.083333492279053, - [ - -0.027150297537446022, - 0.0004071463772561401, - 0.03520211949944496, - 0.9990112781524658 - ] - ], - [ - 4.125, - [ - 0.06752082705497742, - 0.0026949860621243715, - -0.09037936478853226, - 0.9936122298240662 - ] - ], - [ - 4.708333492279053, - [ - 0.06752082705497742, - 0.0026949860621243715, - -0.09037936478853226, - 0.9936122298240662 - ] - ], - [ - 4.75, - [ - 0.0656776875257492, - 0.0026508942246437073, - -0.08789728581905365, - 0.993958592414856 - ] - ], - [ - 4.791666507720947, - [ - 0.06067432463169098, - 0.002508836565539241, - -0.08116023242473602, - 0.9948495030403137 - ] - ], - [ - 4.833333492279053, - [ - 0.053345415741205215, - 0.0022468159440904856, - -0.07129498571157455, - 0.9960253238677979 - ] - ], - [ - 4.875, - [ - 0.04455096647143364, - 0.0018617704045027494, - -0.059465330094099045, - 0.9972341060638428 - ] - ], - [ - 4.958333492279053, - [ - 0.025850551202893257, - 0.0009023682214319706, - -0.034369584172964096, - 0.9990745186805725 - ] - ], - [ - 5.0, - [ - 0.017369594424962997, - 0.0004832864215131849, - -0.023034801706671715, - 0.9995836615562439 - ] - ], - [ - 5.041666507720947, - [ - 0.010203110054135323, - 0.0001939043722813949, - -0.013494201935827732, - 0.9998568892478943 - ] - ], - [ - 5.083333492279053, - [ - 0.004731078632175922, - 4.7061923396540806e-05, - -0.006241300608962774, - 0.9999693036079407 - ] - ], - [ - 5.125, - [ - 0.0012387584429234266, - 3.4987294839083916e-06, - -0.0016311164945363998, - 0.9999979138374329 - ] - ], - [ - 5.166666507720947, - [ - 1.9576484869472145e-14, - 3.064948527062969e-22, - -2.5716211657974414e-14, - 1.0 - ] - ], - [ - 5.208333492279053, - [ - 0.0015399836702272296, - 5.368766323954333e-06, - -0.0020280983299016953, - 0.9999967813491821 - ] - ], - [ - 5.25, - [ - 0.006004105322062969, - 7.364694465650246e-05, - -0.007925691083073616, - 0.9999505877494812 - ] - ], - [ - 5.291666507720947, - [ - 0.01328048575669527, - 0.0003076261200476438, - -0.017586007714271545, - 0.9997571110725403 - ] - ], - [ - 5.333333492279053, - [ - 0.023286134004592896, - 0.0007705250754952431, - -0.030938131734728813, - 0.9992498159408569 - ] - ], - [ - 5.375, - [ - 0.035833265632390976, - 0.001426301896572113, - -0.04775329679250717, - 0.9982153177261353 - ] - ], - [ - 5.416666507720947, - [ - 0.05054648965597153, - 0.002131745684891939, - -0.06752888858318329, - 0.9964339137077332 - ] - ], - [ - 5.458333492279053, - [ - 0.06683209538459778, - 0.002679047640413046, - -0.0894518569111824, - 0.9937427639961243 - ] - ], - [ - 5.5, - [ - 0.08389763534069061, - 0.002869338495656848, - -0.11243503540754318, - 0.9901068210601807 - ] - ], - [ - 5.541666507720947, - [ - 0.10081382840871811, - 0.002587416674941778, - -0.13521049916744232, - 0.98567134141922 - ] - ], - [ - 5.583333492279053, - [ - 0.11659738421440125, - 0.0018493864918127656, - -0.15644682943820953, - 0.9807782769203186 - ] - ], - [ - 5.625, - [ - 0.1302909404039383, - 0.0008081150008365512, - -0.17485685646533966, - 0.9759348034858704 - ] - ], - [ - 5.666666507720947, - [ - 0.14101707935333252, - -0.0002816490887198597, - -0.18926750123500824, - 0.9717468619346619 - ] - ], - [ - 5.708333492279053, - [ - 0.1479877382516861, - -0.0011235877173021436, - -0.19862796366214752, - 0.9688370823860168 - ] - ], - [ - 5.75, - [ - 0.15047171711921692, - -0.0014496175572276115, - -0.2019626945257187, - 0.967764139175415 - ] - ], - [ - 5.791666507720947, - [ - 0.14836809039115906, - -0.0011726167285814881, - -0.1991386115550995, - 0.9686741232872009 - ] - ], - [ - 5.833333492279053, - [ - 0.14254063367843628, - -0.0004565511189866811, - -0.1913137286901474, - 0.9711235761642456 - ] - ], - [ - 5.875, - [ - 0.13371898233890533, - 0.00048653571866452694, - -0.1794634312391281, - 0.9746342301368713 - ] - ], - [ - 5.916666507720947, - [ - 0.12266325205564499, - 0.0014354977756738663, - -0.16460365056991577, - 0.9787019491195679 - ] - ], - [ - 5.958333492279053, - [ - 0.11017758399248123, - 0.002207557437941432, - -0.1478111445903778, - 0.9828569889068604 - ] - ], - [ - 6.0, - [ - 0.09709619730710983, - 0.00269283726811409, - -0.13020633161067963, - 0.9867174625396729 - ] - ], - [ - 6.041666507720947, - [ - 0.08424527943134308, - 0.0028684951830655336, - -0.11290320754051208, - 0.9900240302085876 - ] - ], - [ - 6.083333492279053, - [ - 0.07239790260791779, - 0.0027889199554920197, - -0.0969475582242012, - 0.9926489591598511 - ] - ], - [ - 6.125, - [ - 0.06223871931433678, - 0.0025566599797457457, - -0.08326655626296997, - 0.9945785403251648 - ] - ], - [ - 6.166666507720947, - [ - 0.054352499544620514, - 0.002286307979375124, - -0.07265032082796097, - 0.9958727359771729 - ] - ], - [ - 6.208333492279053, - [ - 0.0492497943341732, - 0.0020759289618581533, - -0.06578446179628372, - 0.9966156482696533 - ] - ], - [ - 6.25, - [ - 0.04742866009473801, - 0.0019950438290834427, - -0.06333491206169128, - 0.9968627095222473 - ] - ], - [ - 6.291666507720947, - [ - 0.05003657564520836, - 0.002109979512169957, - -0.06684287637472153, - 0.996505856513977 - ] - ], - [ - 6.333333492279053, - [ - 0.057321999222040176, - 0.0023964671418070793, - -0.07664719223976135, - 0.9954062700271606 - ] - ], - [ - 6.375, - [ - 0.06854430586099625, - 0.0027174733113497496, - -0.09175767004489899, - 0.9934158325195313 - ] - ], - [ - 6.416666507720947, - [ - 0.082896888256073, - 0.0028706516604870558, - -0.11108732223510742, - 0.9903430938720703 - ] - ], - [ - 6.458333492279053, - [ - 0.09938618540763855, - 0.002630893373861909, - -0.13328887522220612, - 0.9860778450965881 - ] - ], - [ - 6.5, - [ - 0.1168123260140419, - 0.0018359884852543473, - -0.1567358672618866, - 0.9807065725326538 - ] - ], - [ - 6.541666507720947, - [ - 0.13384103775024414, - 0.0004746299237012863, - -0.17962738871574402, - 0.9745872616767883 - ] - ], - [ - 6.583333492279053, - [ - 0.1491212099790573, - -0.0012706515844911337, - -0.20014968514442444, - 0.9683499336242676 - ] - ], - [ - 6.625, - [ - 0.16139112412929535, - -0.003048128914088011, - -0.21661651134490967, - 0.9628192186355591 - ] - ], - [ - 6.666666507720947, - [ - 0.1695212721824646, - -0.004416892305016518, - -0.22752182185649872, - 0.9588936567306519 - ] - ], - [ - 6.708333492279053, - [ - 0.17246520519256592, - -0.004950901959091425, - -0.23146963119506836, - 0.9574199914932251 - ] - ], - [ - 6.75, - [ - 0.1572689712047577, - -0.0024127440992742777, - -0.21108557283878326, - 0.9647297859191895 - ] - ], - [ - 6.791666507720947, - [ - 0.1153717190027237, - 0.0019240466644987464, - -0.15479829907417297, - 0.9811846613883972 - ] - ], - [ - 6.833333492279053, - [ - 0.05644583702087402, - 0.0023649728391319513, - -0.07546781748533249, - 0.9955465197563171 - ] - ], - [ - 6.875, - [ - -0.00067584787029773, - 3.726671025106043e-07, - 0.0008889082237146795, - 0.9999994039535522 - ] - ], - [ - 6.916666507720947, - [ - -0.05389053747057915, - 0.0010449605761095881, - 0.06902650743722916, - 0.9961576461791992 - ] - ], - [ - 6.958333492279053, - [ - -0.10866232216358185, - 0.001111796242184937, - 0.13636435568332672, - 0.9846807718276978 - ] - ], - [ - 7.0, - [ - -0.15387921035289764, - -0.0012024034513160586, - 0.19042347371578217, - 0.9695662260055542 - ] - ], - [ - 7.041666507720947, - [ - -0.18302449584007263, - -0.0040736994706094265, - 0.22463808953762054, - 0.9570910930633545 - ] - ], - [ - 7.083333492279053, - [ - -0.19683267176151276, - -0.00580088933929801, - 0.24067088961601257, - 0.9504213929176331 - ] - ], - [ - 7.125, - [ - -0.20046381652355194, - -0.006286367774009705, - 0.2448648363351822, - 0.9485862851142883 - ] - ], - [ - 7.166666507720947, - [ - -0.19372990727424622, - -0.005394933745265007, - 0.23707932233810425, - 0.9519628286361694 - ] - ], - [ - 7.208333492279053, - [ - -0.1664191484451294, - -0.0023027947172522545, - 0.20520396530628204, - 0.9644639492034912 - ] - ], - [ - 7.25, - [ - -0.11243700236082077, - 0.0010121528757736087, - 0.140925332903862, - 0.9836142063140869 - ] - ], - [ - 7.291666507720947, - [ - -0.04420675337314606, - 0.0008267512312158942, - 0.05686119943857193, - 0.9974026679992676 - ] - ], - [ - 7.333333492279053, - [ - 0.016800103709101677, - 0.00045742798829451203, - -0.022275222465395927, - 0.9996106028556824 - ] - ], - [ - 7.375, - [ - 0.0743226632475853, - 0.0028165460098534822, - -0.09953979402780533, - 0.9922500848770142 - ] - ], - [ - 7.416666507720947, - [ - 0.09980525076389313, - 0.0026185198221355677, - -0.1338529735803604, - 0.9859591722488403 - ] - ], - [ - 7.458333492279053, - [ - 0.09708434343338013, - 0.002693136455491185, - -0.13019037246704102, - 0.986720860004425 - ] - ], - [ - 7.5, - [ - 0.0901157408952713, - 0.0028237171936780214, - -0.12080831080675125, - 0.9885730743408203 - ] - ], - [ - 7.541666507720947, - [ - 0.08071883022785187, - 0.0028678919188678265, - -0.10815408080816269, - 0.9908477067947388 - ] - ], - [ - 7.583333492279053, - [ - 0.07068699598312378, - 0.0027598151937127113, - -0.09464331716299057, - 0.9929946660995483 - ] - ], - [ - 7.625, - [ - 0.0617024227976799, - 0.0025406053755432367, - -0.08254446089267731, - 0.9946722984313965 - ] - ], - [ - 7.666666507720947, - [ - 0.05528416857123375, - 0.0023218984715640545, - -0.07390423119068146, - 0.9957292079925537 - ] - ], - [ - 7.708333492279053, - [ - 0.05283290892839432, - 0.0022263212595134974, - -0.0706053227186203, - 0.9961017370223999 - ] - ], - [ - 7.75, - [ - 0.09283845126628876, - 0.00278290337882936, - -0.12447424978017807, - 0.987866222858429 - ] - ], - [ - 7.791666507720947, - [ - 0.18631014227867126, - -0.007742150221019983, - -0.25002869963645935, - 0.9501128792762756 - ] - ], - [ - 7.833333492279053, - [ - 0.26318928599357605, - -0.032429806888103485, - -0.3529968857765198, - 0.8972585797309875 - ] - ], - [ - 7.875, - [ - 0.2857959568500519, - -0.04301072284579277, - -0.38330551981925964, - 0.8772386312484741 - ] - ], - [ - 7.916666507720947, - [ - 0.23793448507785797, - -0.022489851340651512, - -0.31917041540145874, - 0.9170669913291931 - ] - ], - [ - 7.958333492279053, - [ - 0.06100459769368172, - 0.002519305795431137, - -0.08160490542650223, - 0.9947928190231323 - ] - ], - [ - 8.0, - [ - -0.09573005139827728, - 0.0013366816565394402, - 0.12066635489463806, - 0.9880656003952026 - ] - ], - [ - 8.041666984558105, - [ - -0.1937694400548935, - -0.005400050897151232, - 0.23712511360645294, - 0.9519432187080383 - ] - ], - [ - 8.083333015441895, - [ - -0.20605416595935822, - -0.007041723933070898, - 0.2512963116168976, - 0.9456968307495117 - ] - ], - [ - 8.125, - [ - -0.20345133543014526, - -0.0066912476904690266, - 0.24830666184425354, - 0.9470515251159668 - ] - ], - [ - 8.166666984558105, - [ - -0.17516638338565826, - -0.0031917141750454903, - 0.21546126902103424, - 0.9606679677963257 - ] - ], - [ - 8.208333015441895, - [ - -0.09977987408638, - 0.0012850454077124596, - 0.12559454143047333, - 0.9870504140853882 - ] - ], - [ - 8.25, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 8.291666984558105, - [ - 0.1305040419101715, - 0.0007888172985985875, - -0.17514324188232422, - 0.9758549928665161 - ] - ], - [ - 8.333333015441895, - [ - 0.24991269409656525, - -0.026966160163283348, - -0.3352114260196686, - 0.9079921841621399 - ] - ], - [ - 8.375, - [ - 0.2956874668598175, - -0.048165809363126755, - -0.3965809941291809, - 0.8677398562431335 - ] - ], - [ - 8.416666984558105, - [ - 0.29991307854652405, - -0.05046194791793823, - -0.402255117893219, - 0.8635372519493103 - ] - ], - [ - 8.458333015441895, - [ - 0.29297828674316406, - -0.04672204703092575, - -0.39294394850730896, - 0.8703883290290833 - ] - ], - [ - 8.5, - [ - 0.22283010184764862, - -0.01743215322494507, - -0.2989453971385956, - 0.9277254343032837 - ] - ], - [ - 8.541666984558105, - [ - 0.06870356947183609, - 0.0027209725230932236, - -0.09197217226028442, - 0.9933848977088928 - ] - ], - [ - 8.583333015441895, - [ - -0.05705955997109413, - 0.0011085964506492019, - 0.07298856228590012, - 0.9956985712051392 - ] - ], - [ - 8.625, - [ - -0.1584150493144989, - -0.0015767174772918224, - 0.19578000903129578, - 0.9677667021751404 - ] - ], - [ - 8.666666984558105, - [ - -0.20177794992923737, - -0.006464117672294378, - 0.24637989699840546, - 0.9479139447212219 - ] - ], - [ - 8.708333015441895, - [ - -0.20605416595935822, - -0.007041723933070898, - 0.2512963116168976, - 0.9456968307495117 - ] - ], - [ - 8.75, - [ - -0.20265328884124756, - -0.006582880858331919, - 0.24738815426826477, - 0.9474638104438782 - ] - ], - [ - 8.791666984558105, - [ - -0.1690547615289688, - -0.002560187829658389, - 0.2082991600036621, - 0.9633407592773438 - ] - ], - [ - 8.833333015441895, - [ - -0.09098484367132187, - 0.0013763717142865062, - 0.11487735062837601, - 0.9892032146453857 - ] - ], - [ - 8.875, - [ - -0.0037515051662921906, - 1.0979288163071033e-05, - 0.004925242625176907, - 0.9999809265136719 - ] - ], - [ - 8.916666984558105, - [ - 0.07585049420595169, - 0.002834515180438757, - -0.10159745812416077, - 0.9919257164001465 - ] - ], - [ - 8.958333015441895, - [ - 0.11523079127073288, - 0.0019324450986459851, - -0.15460874140262604, - 0.9812310934066772 - ] - ], - [ - 9.0, - [ - 0.1120893582701683, - 0.002109359949827194, - -0.15038305521011353, - 0.9822508096694946 - ] - ], - [ - 9.041666984558105, - [ - 0.10351863503456116, - 0.0024946972262114286, - -0.1388508677482605, - 0.9848849177360535 - ] - ], - [ - 9.083333015441895, - [ - 0.09087113291025162, - 0.0028136877808719873, - -0.1218254342675209, - 0.9883790016174316 - ] - ], - [ - 9.125, - [ - 0.07559700310230255, - 0.0028317952528595924, - -0.10125607252120972, - 0.9919800758361816 - ] - ], - [ - 9.166666984558105, - [ - 0.05919835716485977, - 0.0024609898682683706, - -0.07917312532663345, - 0.9950986504554749 - ] - ], - [ - 9.208333015441895, - [ - 0.043116576969623566, - 0.0017930808244273067, - -0.057537101209163666, - 0.9974103569984436 - ] - ], - [ - 9.25, - [ - 0.028590070083737373, - 0.001045725541189313, - -0.03803866729140282, - 0.998866617679596 - ] - ], - [ - 9.291666984558105, - [ - 0.016544576734304428, - 0.0004459843912627548, - -0.02193448133766651, - 0.9996224045753479 - ] - ], - [ - 9.333333015441895, - [ - 0.007560990285128355, - 0.00011281174374744296, - -0.009988195262849331, - 0.9999216198921204 - ] - ], - [ - 9.375, - [ - 0.0019578563515096903, - 8.59280044096522e-06, - -0.0025790256913751364, - 0.9999947547912598 - ] - ], - [ - 9.416666984558105, - [ - 1.906187169643369e-14, - 1.590350400683781e-22, - -2.5060875819210918e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.0003133674617856741, - 2.2888887940553104e-07, - -0.00041239967686124146, - 0.9999998807907104 - ] - ], - [ - 9.5, - [ - 0.0012252614833414555, - 3.4239974411320873e-06, - -0.0016133320750668645, - 0.9999979734420776 - ] - ], - [ - 9.541666984558105, - [ - 0.0027012259233742952, - 1.607497142686043e-05, - -0.003559701144695282, - 0.9999901056289673 - ] - ], - [ - 9.583333015441895, - [ - 0.004714019130915403, - 4.6741355617996305e-05, - -0.006218740250915289, - 0.9999695420265198 - ] - ], - [ - 9.625, - [ - 0.007240016479045153, - 0.00010417452722322196, - -0.009562762454152107, - 0.9999280571937561 - ] - ], - [ - 9.666666984558105, - [ - 0.010255556553602219, - 0.00019568114657886326, - -0.013563869521021843, - 0.9998553991317749 - ] - ], - [ - 9.708333015441895, - [ - 0.013734160922467709, - 0.00032587337773293257, - -0.018189912661910057, - 0.9997401833534241 - ] - ], - [ - 9.75, - [ - 0.017644498497247696, - 0.0004958969657309353, - -0.023401545360684395, - 0.9995703101158142 - ] - ], - [ - 9.791666984558105, - [ - 0.021948151290416718, - 0.0007031213608570397, - -0.029149092733860016, - 0.9993338584899902 - ] - ], - [ - 9.833333015441895, - [ - 0.026598669588565826, - 0.0009413249790668488, - -0.03537122905254364, - 0.9990198612213135 - ] - ], - [ - 9.875, - [ - 0.03154123201966286, - 0.001201314851641655, - -0.04199458658695221, - 0.9986191391944885 - ] - ], - [ - 9.916666984558105, - [ - 0.03671194612979889, - 0.0014718063175678253, - -0.04893292114138603, - 0.9981260895729065 - ] - ], - [ - 10.041666984558105, - [ - 0.0528329536318779, - 0.002226324053481221, - -0.07060538232326508, - 0.9961017966270447 - ] - ], - [ - 10.083333015441895, - [ - 0.05877828598022461, - 0.0024468996562063694, - -0.07860759645700455, - 0.9951683282852173 - ] - ], - [ - 10.125, - [ - 0.06581423431634903, - 0.002654316835105419, - -0.08808116614818573, - 0.9939332008361816 - ] - ], - [ - 10.166666984558105, - [ - 0.07379501312971115, - 0.002809517551213503, - -0.09882912784814835, - 0.992360532283783 - ] - ], - [ - 10.208333015441895, - [ - 0.08255285024642944, - 0.002870729425922036, - -0.11062401533126831, - 0.9904236793518066 - ] - ], - [ - 10.25, - [ - 0.09189742058515549, - 0.002798472996801138, - -0.12320725619792938, - 0.9881128668785095 - ] - ], - [ - 10.291666984558105, - [ - 0.10161612182855606, - 0.0025613356847316027, - -0.13629035651683807, - 0.9854402542114258 - ] - ], - [ - 10.375, - [ - 0.12124720215797424, - 0.0015387785388156772, - -0.16269972920417786, - 0.9791963696479797 - ] - ], - [ - 10.416666984558105, - [ - 0.13067622482776642, - 0.0007732074009254575, - -0.17537462711334229, - 0.9757905006408691 - ] - ], - [ - 10.458333015441895, - [ - 0.13952632248401642, - -0.00011539654224179685, - -0.18726520240306854, - 0.9723498225212097 - ] - ], - [ - 10.5, - [ - 0.14756782352924347, - -0.001069838646799326, - -0.1980641782283783, - 0.9690166115760803 - ] - ], - [ - 10.541666984558105, - [ - 0.15458326041698456, - -0.0020196924451738596, - -0.20748132467269897, - 0.9659458994865417 - ] - ], - [ - 10.583333015441895, - [ - 0.16036900877952576, - -0.002886934904381633, - -0.21524521708488464, - 0.963297963142395 - ] - ], - [ - 10.625, - [ - 0.16473323106765747, - -0.003592096036300063, - -0.22109994292259216, - 0.9612309336662292 - ] - ], - [ - 10.666666984558105, - [ - 0.16748960316181183, - -0.004060329403728247, - -0.2247970700263977, - 0.9598942995071411 - ] - ], - [ - 10.708333015441895, - [ - 0.16845116019248962, - -0.004227878525853157, - -0.22608670592308044, - 0.9594222903251648 - ] - ], - [ - 10.75, - [ - 0.15968647599220276, - -0.0027806393336504698, - -0.21432942152023315, - 0.9636157751083374 - ] - ], - [ - 10.791666984558105, - [ - 0.13534432649612427, - 0.00032535396167077124, - -0.18164721131324768, - 0.9740052819252014 - ] - ], - [ - 10.833333015441895, - [ - 0.09906438738107681, - 0.002640175400301814, - -0.13285572826862335, - 0.9861686825752258 - ] - ], - [ - 10.875, - [ - 0.05665304511785507, - 0.0023724946659058332, - -0.07574672251939774, - 0.9955135583877563 - ] - ], - [ - 10.916666984558105, - [ - 0.015948830172419548, - 0.0004196060181129724, - -0.02114022709429264, - 0.9996492266654968 - ] - ], - [ - 10.958333015441895, - [ - -0.01762430928647518, - 0.00019778913701884449, - 0.022961977869272232, - 0.999580979347229 - ] - ], - [ - 11.0, - [ - -0.05086275562644005, - 0.0009802202694118023, - 0.06523242592811584, - 0.9965724945068359 - ] - ], - [ - 11.041666984558105, - [ - -0.08137831836938858, - 0.0013922121142968535, - 0.10310765355825424, - 0.9913346767425537 - ] - ], - [ - 11.083333015441895, - [ - -0.10565727949142456, - 0.001179888378828764, - 0.13272671401500702, - 0.9855043292045593 - ] - ], - [ - 11.125, - [ - -0.12133174389600754, - 0.0007131844176910818, - 0.1516367495059967, - 0.9809609651565552 - ] - ], - [ - 11.166666984558105, - [ - -0.12688353657722473, - 0.00047943819663487375, - 0.15829743444919586, - 0.9792048931121826 - ] - ], - [ - 11.208333015441895, - [ - -0.11496074497699738, - 0.0009365841979160905, - 0.1439696103334427, - 0.9828814268112183 - ] - ], - [ - 11.25, - [ - -0.08302657306194305, - 0.0013953509042039514, - 0.10513193160295486, - 0.9909853339195251 - ] - ], - [ - 11.291666984558105, - [ - -0.0389828085899353, - 0.0006990657420828938, - 0.05026036500930786, - 0.9979748129844666 - ] - ], - [ - 11.333333015441895, - [ - 0.005597413517534733, - 6.460878648795187e-05, - -0.0073873745277523994, - 0.9999570250511169 - ] - ], - [ - 11.375, - [ - 0.05283290892839432, - 0.0022263212595134974, - -0.0706053227186203, - 0.9961017370223999 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715872306_1490101.json b/lenses/physics-objects/Scene/assets/1645812715872306_1490101.json deleted file mode 100644 index 527ed28f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715872306_1490101.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715872306:1490101", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715872468_1490108.json b/lenses/physics-objects/Scene/assets/1645812715872468_1490108.json deleted file mode 100644 index 6ddea999..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715872468_1490108.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715872468:1490108", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715874179_1490121.json b/lenses/physics-objects/Scene/assets/1645812715874179_1490121.json deleted file mode 100644 index 8fbf4cc1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715874179_1490121.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715874179:1490121", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3261866867542267, - -0.28720125555992126, - 0.1030447781085968 - ] - ], - [ - 11.375, - [ - 0.3261866867542267, - -0.28720125555992126, - 0.1030447781085968 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715874364_1490128.json b/lenses/physics-objects/Scene/assets/1645812715874364_1490128.json deleted file mode 100644 index b695e39c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715874364_1490128.json +++ /dev/null @@ -1,2233 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715874364:1490128", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.09456435590982437, - 0.9955187439918518 - ] - ], - [ - 0.0416666679084301, - [ - 0.0, - -0.0, - -0.09456435590982437, - 0.9955187439918518 - ] - ], - [ - 0.0833333358168602, - [ - 0.0, - -0.0, - -0.11615601927042007, - 0.9932309985160828 - ] - ], - [ - 0.125, - [ - 0.0, - -0.0, - -0.14143149554729462, - 0.9899481534957886 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.16958148777484894, - 0.9855161905288696 - ] - ], - [ - 0.2083333283662796, - [ - 0.0, - -0.0, - -0.19956578314304352, - 0.9798844456672668 - ] - ], - [ - 0.25, - [ - 0.0, - -0.0, - -0.2301764041185379, - 0.9731489419937134 - ] - ], - [ - 0.2916666567325592, - [ - 0.0, - -0.0, - -0.26012900471687317, - 0.9655738472938538 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.28815963864326477, - 0.9575823545455933 - ] - ], - [ - 0.375, - [ - 0.0, - -0.0, - -0.3131038546562195, - 0.9497188925743103 - ] - ], - [ - 0.4166666567325592, - [ - 0.0, - -0.0, - -0.33394062519073486, - 0.9425942301750183 - ] - ], - [ - 0.4583333432674408, - [ - 0.0, - -0.0, - -0.3497909605503082, - 0.9368277788162231 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.3598717749118805, - 0.9330017566680908 - ] - ], - [ - 0.5416666865348816, - [ - 0.0, - -0.0, - -0.36341390013694763, - 0.9316278100013733 - ] - ], - [ - 0.5833333134651184, - [ - 0.0, - -0.0, - -0.3542025685310364, - 0.9351687431335449 - ] - ], - [ - 0.625, - [ - 0.0, - -0.0, - -0.32832106947898865, - 0.9445661902427673 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.2883913218975067, - 0.957512617111206 - ] - ], - [ - 0.7083333134651184, - [ - 0.0, - -0.0, - -0.23780634999275208, - 0.9713125824928284 - ] - ], - [ - 0.75, - [ - 0.0, - -0.0, - -0.18125014007091522, - 0.9834370017051697 - ] - ], - [ - 0.7916666865348816, - [ - 0.0, - -0.0, - -0.12444210797548294, - 0.9922268986701965 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.07314977049827576, - 0.9973210692405701 - ] - ], - [ - 0.875, - [ - 0.0, - -0.0, - -0.03187088668346405, - 0.9994919896125793 - ] - ], - [ - 0.9166666865348816, - [ - -1.2793372222730914e-17, - -1.2681761404423624e-16, - -0.002760919975116849, - 0.9999961853027344 - ] - ], - [ - 0.9583333134651184, - [ - -3.112739068455994e-05, - -0.00038069370202720165, - 0.01619487628340721, - 0.9998688101768494 - ] - ], - [ - 1.0, - [ - -8.156558033078909e-05, - -0.0011662192409858108, - 0.027948716655373573, - 0.9996086955070496 - ] - ], - [ - 1.0416666269302368, - [ - -0.0001019788978737779, - -0.0015494524268433452, - 0.03205188736319542, - 0.9994850158691406 - ] - ], - [ - 1.0833333730697632, - [ - -9.418110857950523e-05, - -0.0013979123905301094, - 0.030502982437610626, - 0.9995337128639221 - ] - ], - [ - 1.125, - [ - -7.22054173820652e-05, - -0.0010042112553492188, - 0.025996854528784752, - 0.9996615052223206 - ] - ], - [ - 1.1666666269302368, - [ - -4.0355007513426244e-05, - -0.0005090818740427494, - 0.018673153594136238, - 0.9998255372047424 - ] - ], - [ - 1.2083333730697632, - [ - -9.44205021369271e-06, - -0.00010560223017819226, - 0.008604567497968674, - 0.9999629855155945 - ] - ], - [ - 1.25, - [ - 0.0, - -0.0, - -0.004256670828908682, - 0.9999909400939941 - ] - ], - [ - 1.2916666269302368, - [ - 0.0, - -0.0, - -0.021331144496798515, - 0.9997724890708923 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.04332737997174263, - 0.9990609288215637 - ] - ], - [ - 1.375, - [ - 0.0, - -0.0, - -0.07018615305423737, - 0.997533917427063 - ] - ], - [ - 1.4166666269302368, - [ - 0.0, - -0.0, - -0.1014515832066536, - 0.9948405027389526 - ] - ], - [ - 1.4583333730697632, - [ - 0.0, - -0.0, - -0.13629600405693054, - 0.9906681776046753 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.17358991503715515, - 0.9848180413246155 - ] - ], - [ - 1.5833333730697632, - [ - 0.0, - -0.0, - -0.25015100836753845, - 0.9682068228721619 - ] - ], - [ - 1.625, - [ - 0.0, - -0.0, - -0.2866727411746979, - 0.9580285549163818 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.3203793466091156, - 0.9472893476486206 - ] - ], - [ - 1.7083333730697632, - [ - 0.0, - -0.0, - -0.35029658675193787, - 0.9366388320922852 - ] - ], - [ - 1.75, - [ - 0.0, - -0.0, - -0.3756909668445587, - 0.9267449975013733 - ] - ], - [ - 1.7916666269302368, - [ - 0.0, - -0.0, - -0.39604559540748596, - 0.9182308316230774 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.4109967350959778, - 0.9116369485855103 - ] - ], - [ - 1.875, - [ - 0.0, - -0.0, - -0.4202406406402588, - 0.9074128270149231 - ] - ], - [ - 1.9166666269302368, - [ - 0.0, - -0.0, - -0.4234239459037781, - 0.9059316515922546 - ] - ], - [ - 1.9583333730697632, - [ - 0.0, - -0.0, - -0.37256866693496704, - 0.9280046224594116 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.2265307754278183, - 0.9740040302276611 - ] - ], - [ - 2.0416667461395264, - [ - -2.9422059999792546e-15, - -2.0884878028371023e-14, - -0.042164742946624756, - 0.9991106986999512 - ] - ], - [ - 2.0833332538604736, - [ - -0.0002280030894326046, - -0.008011369034647942, - 0.06926076114177704, - 0.9975664019584656 - ] - ], - [ - 2.125, - [ - 0.0012364039430394769, - -0.03646066039800644, - 0.13103896379470825, - 0.9907058477401733 - ] - ], - [ - 2.1666667461395264, - [ - 0.003751510288566351, - -0.06213153153657913, - 0.1566295176744461, - 0.9856940507888794 - ] - ], - [ - 2.2083332538604736, - [ - 0.004860429558902979, - -0.07245543599128723, - 0.16291175782680511, - 0.9839646220207214 - ] - ], - [ - 2.25, - [ - 0.004961891565471888, - -0.07343284040689468, - 0.16336043179035187, - 0.9838173389434814 - ] - ], - [ - 2.2916667461395264, - [ - 0.0048234411515295506, - -0.0721040740609169, - 0.16274017095565796, - 0.9840189814567566 - ] - ], - [ - 2.3333332538604736, - [ - 0.0034045062493532896, - -0.05887894704937935, - 0.15419761836528778, - 0.986278235912323 - ] - ], - [ - 2.375, - [ - 0.0006816787063144147, - -0.029315225780010223, - 0.12057101726531982, - 0.9922715425491333 - ] - ], - [ - 2.4166667461395264, - [ - -0.00016580351802986115, - -0.003127391915768385, - 0.04479558765888214, - 0.9989912509918213 - ] - ], - [ - 2.4583332538604736, - [ - -4.333446152284376e-21, - -2.134132927411487e-20, - -0.08622671663761139, - 0.9962755441665649 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.2449428141117096, - 0.9695375561714172 - ] - ], - [ - 2.5416667461395264, - [ - 0.0, - -0.0, - -0.31068068742752075, - 0.9505143165588379 - ] - ], - [ - 2.5833332538604736, - [ - 0.0, - -0.0, - -0.310507208108902, - 0.9505710005760193 - ] - ], - [ - 2.625, - [ - 0.0, - -0.0, - -0.31002143025398254, - 0.9507296681404114 - ] - ], - [ - 2.7083332538604736, - [ - 0.0, - -0.0, - -0.30832019448280334, - 0.9512827396392822 - ] - ], - [ - 2.9583332538604736, - [ - 0.0, - -0.0, - -0.30111873149871826, - 0.953586757183075 - ] - ], - [ - 3.0416667461395264, - [ - 0.0, - -0.0, - -0.2994108498096466, - 0.954124391078949 - ] - ], - [ - 3.0833332538604736, - [ - 0.0, - -0.0, - -0.29892265796661377, - 0.9542773365974426 - ] - ], - [ - 3.125, - [ - 0.0, - -0.0, - -0.29874828457832336, - 0.9543320536613464 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.3245893120765686, - 0.9458550810813904 - ] - ], - [ - 3.2083332538604736, - [ - 0.0, - -0.0, - -0.3841841518878937, - 0.9232564568519592 - ] - ], - [ - 3.25, - [ - 0.0, - -0.0, - -0.44915157556533813, - 0.8934555649757385 - ] - ], - [ - 3.2916667461395264, - [ - 0.0, - -0.0, - -0.496230810880661, - 0.8681907653808594 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.5135586261749268, - 0.8580546379089355 - ] - ], - [ - 3.5416667461395264, - [ - 0.0, - -0.0, - -0.5135586261749268, - 0.8580546379089355 - ] - ], - [ - 3.5833332538604736, - [ - 0.0, - -0.0, - -0.5108745694160461, - 0.8596552610397339 - ] - ], - [ - 3.625, - [ - 0.0, - -0.0, - -0.5011435151100159, - 0.8653643131256104 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - -0.0, - -0.48100173473358154, - 0.8767196536064148 - ] - ], - [ - 3.7083332538604736, - [ - 0.0, - -0.0, - -0.4455289840698242, - 0.8952675461769104 - ] - ], - [ - 3.75, - [ - 0.0, - -0.0, - -0.38822343945503235, - 0.9215654134750366 - ] - ], - [ - 3.7916667461395264, - [ - 0.0, - -0.0, - -0.3026377856731415, - 0.9531057476997375 - ] - ], - [ - 3.8333332538604736, - [ - 0.0, - -0.0, - -0.18782559037208557, - 0.982202410697937 - ] - ], - [ - 3.875, - [ - 0.0, - -0.0, - -0.0012130027171224356, - 0.9999992847442627 - ] - ], - [ - 3.9166667461395264, - [ - 0.0006836538086645305, - -0.029342956840991974, - 0.12061566859483719, - 0.9922652840614319 - ] - ], - [ - 3.9583332538604736, - [ - 0.004346285946667194, - -0.06764919310808182, - 0.16027550399303436, - 0.9847419261932373 - ] - ], - [ - 4.0, - [ - 0.004961891565471888, - -0.07343284040689468, - 0.16336043179035187, - 0.9838173389434814 - ] - ], - [ - 4.041666507720947, - [ - 0.00313893286511302, - -0.05635751411318779, - 0.15216748416423798, - 0.9867417216300964 - ] - ], - [ - 4.083333492279053, - [ - -0.00013257862883619964, - -0.002217525616288185, - 0.03805343806743622, - 0.9992732405662537 - ] - ], - [ - 4.125, - [ - 0.0, - -0.0, - -0.12287851423025131, - 0.9924217462539673 - ] - ], - [ - 4.708333492279053, - [ - 0.0, - -0.0, - -0.12287851423025131, - 0.9924217462539673 - ] - ], - [ - 4.75, - [ - 0.0, - -0.0, - -0.11930102109909058, - 0.9928581118583679 - ] - ], - [ - 4.791666507720947, - [ - 0.0, - -0.0, - -0.10962270945310593, - 0.9939733743667603 - ] - ], - [ - 4.833333492279053, - [ - 0.0, - -0.0, - -0.09554401785135269, - 0.9954252243041992 - ] - ], - [ - 4.875, - [ - 0.0, - -0.0, - -0.07883409410715103, - 0.996887743473053 - ] - ], - [ - 4.916666507720947, - [ - 0.0, - -0.0, - -0.06121185049414635, - 0.998124897480011 - ] - ], - [ - 4.958333492279053, - [ - 0.0, - -0.0, - -0.04421880468726158, - 0.9990218877792358 - ] - ], - [ - 5.0, - [ - 0.0, - -0.0, - -0.029100913554430008, - 0.9995765686035156 - ] - ], - [ - 5.041666507720947, - [ - 0.0, - -0.0, - -0.016730016097426414, - 0.9998600482940674 - ] - ], - [ - 5.083333492279053, - [ - 0.0, - -0.0, - -0.007605482824146748, - 0.9999710917472839 - ] - ], - [ - 5.125, - [ - 0.0, - -0.0, - -0.0019624812994152308, - 0.9999980926513672 - ] - ], - [ - 5.166666507720947, - [ - 0.0, - -0.0, - -3.020578443401964e-14, - 1.0 - ] - ], - [ - 5.208333492279053, - [ - 0.0, - -0.0, - -0.00244294386357069, - 0.9999970197677612 - ] - ], - [ - 5.25, - [ - 0.0, - -0.0, - -0.0096995048224926, - 0.9999529719352722 - ] - ], - [ - 5.291666507720947, - [ - 0.0, - -0.0, - -0.021989965811371803, - 0.9997581839561462 - ] - ], - [ - 5.333333492279053, - [ - 0.0, - -0.0, - -0.03960063308477402, - 0.9992156028747559 - ] - ], - [ - 5.375, - [ - 0.0, - -0.0, - -0.0625162422657013, - 0.998043954372406 - ] - ], - [ - 5.416666507720947, - [ - 0.0, - -0.0, - -0.090202197432518, - 0.9959234595298767 - ] - ], - [ - 5.458333492279053, - [ - 0.0, - -0.0, - -0.12154097855091095, - 0.9925864338874817 - ] - ], - [ - 5.5, - [ - 0.0, - -0.0, - -0.15490496158599854, - 0.9879294037818909 - ] - ], - [ - 5.541666507720947, - [ - 0.0, - -0.0, - -0.1883307695388794, - 0.9821056723594666 - ] - ], - [ - 5.583333492279053, - [ - 0.0, - -0.0, - -0.21973130106925964, - 0.9755604267120361 - ] - ], - [ - 5.625, - [ - 0.0, - -0.0, - -0.24708646535873413, - 0.9689934253692627 - ] - ], - [ - 5.666666507720947, - [ - 0.0, - -0.0, - -0.2685644030570984, - 0.9632618427276611 - ] - ], - [ - 5.708333492279053, - [ - 0.0, - -0.0, - -0.2825396955013275, - 0.9592556357383728 - ] - ], - [ - 5.75, - [ - 0.0, - -0.0, - -0.28752240538597107, - 0.9577739238739014 - ] - ], - [ - 5.791666507720947, - [ - 0.0, - -0.0, - -0.28330254554748535, - 0.9590306878089905 - ] - ], - [ - 5.833333492279053, - [ - 0.0, - -0.0, - -0.27161797881126404, - 0.962405264377594 - ] - ], - [ - 5.875, - [ - 0.0, - -0.0, - -0.2539466619491577, - 0.9672182202339172 - ] - ], - [ - 5.916666507720947, - [ - 0.0, - -0.0, - -0.23183831572532654, - 0.9727543592453003 - ] - ], - [ - 5.958333492279053, - [ - 0.0, - -0.0, - -0.20693974196910858, - 0.9783537983894348 - ] - ], - [ - 6.0, - [ - 0.0, - -0.0, - -0.18096141517162323, - 0.9834902882575989 - ] - ], - [ - 6.041666507720947, - [ - 0.0, - -0.0, - -0.15558885037899017, - 0.9878219962120056 - ] - ], - [ - 6.083333492279053, - [ - 0.0, - -0.0, - -0.13237352669239044, - 0.9911999106407166 - ] - ], - [ - 6.125, - [ - 0.0, - -0.0, - -0.11264339834451675, - 0.9936354756355286 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - -0.0, - -0.09747102856636047, - 0.9952383637428284 - ] - ], - [ - 6.208333492279053, - [ - 0.0, - -0.0, - -0.0877346470952034, - 0.9961439967155457 - ] - ], - [ - 6.25, - [ - 0.0, - -0.0, - -0.0842771828174591, - 0.9964423775672913 - ] - ], - [ - 6.291666507720947, - [ - 0.0, - -0.0, - -0.08923133462667465, - 0.9960110187530518 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - -0.0, - -0.10316748172044754, - 0.9946640133857727 - ] - ], - [ - 6.375, - [ - 0.0, - -0.0, - -0.12486770004034042, - 0.9921734929084778 - ] - ], - [ - 6.416666507720947, - [ - 0.0, - -0.0, - -0.1529371440410614, - 0.9882360100746155 - ] - ], - [ - 6.458333492279053, - [ - 0.0, - -0.0, - -0.18549944460391998, - 0.9826443791389465 - ] - ], - [ - 6.5, - [ - 0.0, - -0.0, - -0.22015997767448425, - 0.9754638075828552 - ] - ], - [ - 6.541666507720947, - [ - 0.0, - -0.0, - -0.25419101119041443, - 0.9671541452407837 - ] - ], - [ - 6.583333492279053, - [ - 0.0, - -0.0, - -0.28481316566467285, - 0.9585830569267273 - ] - ], - [ - 6.625, - [ - 0.0, - -0.0, - -0.30943894386291504, - 0.9509193301200867 - ] - ], - [ - 6.666666507720947, - [ - 0.0, - -0.0, - -0.3257670998573303, - 0.9454500675201416 - ] - ], - [ - 6.708333492279053, - [ - 0.0, - -0.0, - -0.3316809833049774, - 0.9433916211128235 - ] - ], - [ - 6.75, - [ - 0.0, - -0.0, - -0.30116313695907593, - 0.9535726308822632 - ] - ], - [ - 6.791666507720947, - [ - 0.0, - -0.0, - -0.21728724241256714, - 0.9761077165603638 - ] - ], - [ - 6.833333492279053, - [ - -1.7454640889229523e-23, - -8.635541053685547e-23, - -0.10148455947637558, - 0.99483722448349 - ] - ], - [ - 6.875, - [ - -1.5326719449149095e-07, - -1.5797422747709788e-06, - 0.0010613540653139353, - 0.999999463558197 - ] - ], - [ - 6.916666507720947, - [ - -0.00022858745069243014, - -0.007759070955216885, - 0.06826391071081161, - 0.9976370930671692 - ] - ], - [ - 6.958333492279053, - [ - 0.00045340729411691427, - -0.025942232459783554, - 0.11487488448619843, - 0.9930411577224731 - ] - ], - [ - 7.0, - [ - 0.002080536913126707, - -0.04583605378866196, - 0.14223147928714752, - 0.9887694120407104 - ] - ], - [ - 7.041666507720947, - [ - 0.0035865369718521833, - -0.06059011071920395, - 0.1555030196905136, - 0.9859689474105835 - ] - ], - [ - 7.083333492279053, - [ - 0.004398411139845848, - -0.06813240796327591, - 0.16056513786315918, - 0.9846611022949219 - ] - ], - [ - 7.125, - [ - 0.004619361367076635, - -0.07018690556287766, - 0.16173900663852692, - 0.9843236207962036 - ] - ], - [ - 7.166666507720947, - [ - 0.004211682826280594, - -0.06640244275331497, - 0.15950541198253632, - 0.9849522709846497 - ] - ], - [ - 7.208333492279053, - [ - 0.002689543878659606, - -0.05200079083442688, - 0.14835065603256226, - 0.9875630736351013 - ] - ], - [ - 7.25, - [ - 0.0005527977482415736, - -0.027454543858766556, - 0.11749738454818726, - 0.9926934838294983 - ] - ], - [ - 7.291666507720947, - [ - -0.00021618371829390526, - -0.005438662134110928, - 0.05801324546337128, - 0.998301088809967 - ] - ], - [ - 7.333333492279053, - [ - 0.0, - -0.0, - -0.02810286357998848, - 0.9996050596237183 - ] - ], - [ - 7.375, - [ - 0.0, - -0.0, - -0.13613145053386688, - 0.9906907677650452 - ] - ], - [ - 7.416666507720947, - [ - 0.0, - -0.0, - -0.18633034825325012, - 0.982487142086029 - ] - ], - [ - 7.458333492279053, - [ - 0.0, - -0.0, - -0.18093790113925934, - 0.9834945201873779 - ] - ], - [ - 7.5, - [ - 0.0, - -0.0, - -0.1671580821275711, - 0.9859302043914795 - ] - ], - [ - 7.541666507720947, - [ - 0.0, - -0.0, - -0.1486586630344391, - 0.988888680934906 - ] - ], - [ - 7.583333492279053, - [ - 0.0, - -0.0, - -0.1290380209684372, - 0.9916396737098694 - ] - ], - [ - 7.625, - [ - 0.0, - -0.0, - -0.11160727590322495, - 0.9937524199485779 - ] - ], - [ - 7.666666507720947, - [ - 0.0, - -0.0, - -0.09925596415996552, - 0.9950619339942932 - ] - ], - [ - 7.708333492279053, - [ - 0.0, - -0.0, - -0.09456435590982437, - 0.9955187439918518 - ] - ], - [ - 7.75, - [ - 0.0, - -0.0, - -0.1725364327430725, - 0.9850032329559326 - ] - ], - [ - 7.791666507720947, - [ - 0.0, - -0.0, - -0.35949891805648804, - 0.9331455230712891 - ] - ], - [ - 7.833333492279053, - [ - 0.0, - -0.0, - -0.5138444304466248, - 0.8578833937644958 - ] - ], - [ - 7.875, - [ - 0.0, - -0.0, - -0.5591557621955872, - 0.8290627598762512 - ] - ], - [ - 7.916666507720947, - [ - 0.0, - -0.0, - -0.4631880521774292, - 0.8862601518630981 - ] - ], - [ - 7.958333492279053, - [ - -8.92548296556328e-14, - -4.2235206759895505e-13, - -0.11026011407375336, - 0.993902862071991 - ] - ], - [ - 8.0, - [ - 0.00016514438902959228, - -0.020987756550312042, - 0.10537134855985641, - 0.9942114353179932 - ] - ], - [ - 8.041666984558105, - [ - 0.004214048385620117, - -0.06642436236143112, - 0.15951921045780182, - 0.9849485754966736 - ] - ], - [ - 8.083333015441895, - [ - 0.004961891565471888, - -0.07343284040689468, - 0.16336043179035187, - 0.9838173389434814 - ] - ], - [ - 8.125, - [ - 0.0048024775460362434, - -0.07190563529729843, - 0.16264145076274872, - 0.9840500354766846 - ] - ], - [ - 8.166666984558105, - [ - 0.003150039119645953, - -0.056463681161403656, - 0.15225547552108765, - 0.986721932888031 - ] - ], - [ - 8.208333015441895, - [ - 0.0002466987643856555, - -0.02250043861567974, - 0.1084362268447876, - 0.9938488006591797 - ] - ], - [ - 8.25, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 8.291666984558105, - [ - 0.0, - -0.0, - -0.24751277267932892, - 0.9688846468925476 - ] - ], - [ - 8.333333015441895, - [ - 0.0, - -0.0, - -0.48722052574157715, - 0.8732789754867554 - ] - ], - [ - 8.375, - [ - 0.0, - -0.0, - -0.5789845585823059, - 0.8153384923934937 - ] - ], - [ - 8.416666984558105, - [ - 0.0, - -0.0, - -0.5874637961387634, - 0.8092505931854248 - ] - ], - [ - 8.458333015441895, - [ - 0.0, - -0.0, - -0.5735522508621216, - 0.8191689848899841 - ] - ], - [ - 8.5, - [ - 0.0, - -0.0, - -0.4328668713569641, - 0.9014578461647034 - ] - ], - [ - 8.541666984558105, - [ - -2.2129472665682708e-14, - -9.745574844084032e-14, - -0.1251775324344635, - 0.9921344518661499 - ] - ], - [ - 8.583333015441895, - [ - -0.00022537806944455951, - -0.008587107993662357, - 0.07146582007408142, - 0.9974060654640198 - ] - ], - [ - 8.625, - [ - 0.0022935625165700912, - -0.048034388571977615, - 0.14451557397842407, - 0.9883332848548889 - ] - ], - [ - 8.666666984558105, - [ - 0.004699811805039644, - -0.07093938440084457, - 0.16214390099048615, - 0.9842026829719543 - ] - ], - [ - 8.708333015441895, - [ - 0.004961891565471888, - -0.07343284040689468, - 0.16336043179035187, - 0.9838173389434814 - ] - ], - [ - 8.75, - [ - 0.00475349510088563, - -0.07144360989332199, - 0.16240684688091278, - 0.9841225743293762 - ] - ], - [ - 8.791666984558105, - [ - 0.0028253349009901285, - -0.053331296890974045, - 0.14955881237983704, - 0.987309455871582 - ] - ], - [ - 8.833333015441895, - [ - 7.968807040015236e-05, - -0.01926218904554844, - 0.10167323052883148, - 0.9946313500404358 - ] - ], - [ - 8.875, - [ - -4.410873316373909e-06, - -4.7824549255892634e-05, - 0.005808870308101177, - 0.9999831318855286 - ] - ], - [ - 8.916666984558105, - [ - 0.0, - -0.0, - -0.13911843299865723, - 0.9902758598327637 - ] - ], - [ - 8.958333015441895, - [ - 0.0, - -0.0, - -0.21700634062290192, - 0.9761703014373779 - ] - ], - [ - 9.0, - [ - 0.0, - -0.0, - -0.21074634790420532, - 0.9775407910346985 - ] - ], - [ - 9.041666984558105, - [ - 0.0, - -0.0, - -0.19369953870773315, - 0.9810609221458435 - ] - ], - [ - 9.083333015441895, - [ - 0.0, - -0.0, - -0.16864950954914093, - 0.985676109790802 - ] - ], - [ - 9.125, - [ - 0.0, - -0.0, - -0.13862261176109314, - 0.990345299243927 - ] - ], - [ - 9.166666984558105, - [ - 0.0, - -0.0, - -0.10677751898765564, - 0.9942829608917236 - ] - ], - [ - 9.208333015441895, - [ - 0.0, - -0.0, - -0.07613080739974976, - 0.9970978498458862 - ] - ], - [ - 9.25, - [ - 0.0, - -0.0, - -0.0491921566426754, - 0.9987893104553223 - ] - ], - [ - 9.291666984558105, - [ - 0.0, - -0.0, - -0.027655860409140587, - 0.9996175169944763 - ] - ], - [ - 9.333333015441895, - [ - 0.0, - -0.0, - -0.012284986674785614, - 0.9999245405197144 - ] - ], - [ - 9.375, - [ - 0.0, - -0.0, - -0.0031115030869841576, - 0.9999951720237732 - ] - ], - [ - 9.416666984558105, - [ - 0.0, - -0.0, - -2.983966630103023e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.0, - -0.0, - -0.0004943746607750654, - 0.9999998807907104 - ] - ], - [ - 9.5, - [ - 0.0, - -0.0, - -0.0019409824162721634, - 0.9999982118606567 - ] - ], - [ - 9.541666984558105, - [ - 0.0, - -0.0, - -0.004306567367166281, - 0.9999908208847046 - ] - ], - [ - 9.583333015441895, - [ - 0.0, - -0.0, - -0.0075775496661663055, - 0.9999713897705078 - ] - ], - [ - 9.625, - [ - 0.0, - -0.0, - -0.011749820783734322, - 0.9999309778213501 - ] - ], - [ - 9.666666984558105, - [ - 0.0, - -0.0, - -0.016818942502141, - 0.999858558177948 - ] - ], - [ - 9.708333015441895, - [ - 0.0, - -0.0, - -0.022772353142499924, - 0.9997407793998718 - ] - ], - [ - 9.75, - [ - 0.0, - -0.0, - -0.0295835193246603, - 0.9995623230934143 - ] - ], - [ - 9.791666984558105, - [ - 0.0, - -0.0, - -0.037206463515758514, - 0.9993076920509338 - ] - ], - [ - 9.833333015441895, - [ - 0.0, - -0.0, - -0.04557301476597786, - 0.9989610314369202 - ] - ], - [ - 9.875, - [ - 0.0, - -0.0, - -0.05459200590848923, - 0.9985087513923645 - ] - ], - [ - 9.916666984558105, - [ - 0.0, - -0.0, - -0.06414810568094254, - 0.9979404807090759 - ] - ], - [ - 9.958333015441895, - [ - 0.0, - -0.0, - -0.074103444814682, - 0.9972505569458008 - ] - ], - [ - 10.041666984558105, - [ - 0.0, - -0.0, - -0.09456443041563034, - 0.9955187439918518 - ] - ], - [ - 10.083333015441895, - [ - 0.0, - -0.0, - -0.1059686541557312, - 0.9943695664405823 - ] - ], - [ - 10.125, - [ - 0.0, - -0.0, - -0.11956585943698883, - 0.9928262829780579 - ] - ], - [ - 10.166666984558105, - [ - 0.0, - -0.0, - -0.13510066270828247, - 0.9908319711685181 - ] - ], - [ - 10.208333015441895, - [ - 0.0, - -0.0, - -0.15226095914840698, - 0.9883403182029724 - ] - ], - [ - 10.25, - [ - 0.0, - -0.0, - -0.17067673802375793, - 0.9853271842002869 - ] - ], - [ - 10.291666984558105, - [ - 0.0, - -0.0, - -0.18992267549037933, - 0.9817990660667419 - ] - ], - [ - 10.375, - [ - 0.0, - -0.0, - -0.22901037335395813, - 0.973423957824707 - ] - ], - [ - 10.416666984558105, - [ - 0.0, - -0.0, - -0.2478572577238083, - 0.9687966704368591 - ] - ], - [ - 10.458333015441895, - [ - 0.0, - -0.0, - -0.26557719707489014, - 0.9640896916389465 - ] - ], - [ - 10.5, - [ - 0.0, - -0.0, - -0.28169748187065125, - 0.9595032930374146 - ] - ], - [ - 10.541666984558105, - [ - 0.0, - -0.0, - -0.2957724928855896, - 0.9552584290504456 - ] - ], - [ - 10.583333015441895, - [ - 0.0, - -0.0, - -0.30738669633865356, - 0.9515846967697144 - ] - ], - [ - 10.625, - [ - 0.0, - -0.0, - -0.3161502182483673, - 0.9487091302871704 - ] - ], - [ - 10.666666984558105, - [ - 0.0, - -0.0, - -0.32168617844581604, - 0.9468463659286499 - ] - ], - [ - 10.708333015441895, - [ - 0.0, - -0.0, - -0.3236176073551178, - 0.9461879730224609 - ] - ], - [ - 10.75, - [ - 0.0, - -0.0, - -0.30601635575294495, - 0.9520263671875 - ] - ], - [ - 10.791666984558105, - [ - 0.0, - -0.0, - -0.257200688123703, - 0.9663581252098083 - ] - ], - [ - 10.833333015441895, - [ - 0.0, - -0.0, - -0.18486148118972778, - 0.9827646017074585 - ] - ], - [ - 10.875, - [ - 0.0, - -0.0, - -0.10188238322734833, - 0.9947964549064636 - ] - ], - [ - 10.916666984558105, - [ - -5.411797815237786e-20, - -4.3279358854026794e-19, - -0.02661554142832756, - 0.9996457695960999 - ] - ], - [ - 10.958333015441895, - [ - -7.074310269672424e-05, - -0.0009796174708753824, - 0.02568618766963482, - 0.9996696710586548 - ] - ], - [ - 11.0, - [ - -0.00022816516866441816, - -0.006998812314122915, - 0.06513594835996628, - 0.9978518486022949 - ] - ], - [ - 11.041666984558105, - [ - -6.02198597334791e-05, - -0.015931380912661552, - 0.09381624311208725, - 0.99546217918396 - ] - ], - [ - 11.083333015441895, - [ - 0.00037919802707619965, - -0.02475922368466854, - 0.1127391904592514, - 0.993316113948822 - ] - ], - [ - 11.125, - [ - 0.0008140011923387647, - -0.031130464747548103, - 0.12342017889022827, - 0.9918657541275024 - ] - ], - [ - 11.166666984558105, - [ - 0.0009960235329344869, - -0.0335022397339344, - 0.1269400417804718, - 0.9913439750671387 - ] - ], - [ - 11.208333015441895, - [ - 0.0006230709259398282, - -0.028481682762503624, - 0.11921411007642746, - 0.992459774017334 - ] - ], - [ - 11.25, - [ - -3.93365444324445e-05, - -0.01648688316345215, - 0.09520065039396286, - 0.9953215718269348 - ] - ], - [ - 11.291666984558105, - [ - -0.00019738648552447557, - -0.004327582661062479, - 0.05217275023460388, - 0.9986286759376526 - ] - ], - [ - 11.333333015441895, - [ - -2.9470224410755794e-14, - -2.750722284498852e-13, - -0.009028530679643154, - 0.9999592304229736 - ] - ], - [ - 11.375, - [ - 0.0, - -0.0, - -0.09456435590982437, - 0.9955187439918518 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715874540_1490135.json b/lenses/physics-objects/Scene/assets/1645812715874540_1490135.json deleted file mode 100644 index bd61327b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715874540_1490135.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715874540:1490135", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715874698_1490142.json b/lenses/physics-objects/Scene/assets/1645812715874698_1490142.json deleted file mode 100644 index f574cc21..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715874698_1490142.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715874698:1490142", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715876622_1490155.json b/lenses/physics-objects/Scene/assets/1645812715876622_1490155.json deleted file mode 100644 index 1dc15b7c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715876622_1490155.json +++ /dev/null @@ -1,762 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715876622:1490155", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.6079220175743103, - 0.0997263714671135, - 0.6783289313316345 - ] - ], - [ - 1.625, - [ - -0.6079220175743103, - 0.0997263714671135, - 0.6783289313316345 - ] - ], - [ - 1.6666666269302368, - [ - -0.6033750176429749, - 0.0865902230143547, - 0.6783289313316345 - ] - ], - [ - 1.7083333730697632, - [ - -0.590240478515625, - 0.04156285524368286, - 0.6788086891174316 - ] - ], - [ - 1.75, - [ - -0.5642080307006836, - -0.05699324980378151, - 0.6831933856010437 - ] - ], - [ - 1.7916666269302368, - [ - -0.5358249545097351, - -0.16729529201984406, - 0.689612865447998 - ] - ], - [ - 1.8333333730697632, - [ - -0.5228542685508728, - -0.21801209449768066, - 0.6928485631942749 - ] - ], - [ - 1.875, - [ - -0.5243703722953796, - -0.2124531865119934, - 0.6922969818115234 - ] - ], - [ - 1.9166666269302368, - [ - -0.528503954410553, - -0.19728879630565643, - 0.6907978057861328 - ] - ], - [ - 1.9583333730697632, - [ - -0.5345339179039001, - -0.17514145374298096, - 0.688625693321228 - ] - ], - [ - 2.0, - [ - -0.5416404008865356, - -0.1489863246679306, - 0.6860960721969604 - ] - ], - [ - 2.0416667461395264, - [ - -0.5489581227302551, - -0.12195982784032822, - 0.6835424900054932 - ] - ], - [ - 2.0833332538604736, - [ - -0.5556566715240479, - -0.09707473963499069, - 0.6812835335731506 - ] - ], - [ - 2.125, - [ - -0.5610436797142029, - -0.07684960216283798, - 0.6795800924301147 - ] - ], - [ - 2.1666667461395264, - [ - -0.5646744966506958, - -0.06291915476322174, - 0.6785903573036194 - ] - ], - [ - 2.2083332538604736, - [ - -0.5664523243904114, - -0.05567583069205284, - 0.6783289313316345 - ] - ], - [ - 2.25, - [ - -0.5674499869346619, - -0.05134471505880356, - 0.6783289313316345 - ] - ], - [ - 2.2916667461395264, - [ - -0.5682402849197388, - -0.04792707785964012, - 0.6783289313316345 - ] - ], - [ - 2.3333332538604736, - [ - -0.5687602162361145, - -0.04568527638912201, - 0.6783289313316345 - ] - ], - [ - 2.375, - [ - -0.5689472556114197, - -0.04488011449575424, - 0.6783289313316345 - ] - ], - [ - 2.4166667461395264, - [ - -0.5688596367835999, - -0.04525736719369888, - 0.6783289313316345 - ] - ], - [ - 2.5, - [ - -0.568474292755127, - -0.046917494386434555, - 0.6783289313316345 - ] - ], - [ - 2.5416667461395264, - [ - -0.5683867931365967, - -0.04729483649134636, - 0.6783289313316345 - ] - ], - [ - 2.5833332538604736, - [ - -0.5685092806816101, - -0.04676656052470207, - 0.6783289313316345 - ] - ], - [ - 2.625, - [ - -0.5689472556114197, - -0.04488011449575424, - 0.6783289313316345 - ] - ], - [ - 2.6666667461395264, - [ - -0.5698956251144409, - -0.040808241814374924, - 0.6783289313316345 - ] - ], - [ - 2.75, - [ - -0.5726141929626465, - -0.02923670783638954, - 0.6783289313316345 - ] - ], - [ - 2.7916667461395264, - [ - -0.5735827088356018, - -0.0251063983887434, - 0.678357720375061 - ] - ], - [ - 2.8333332538604736, - [ - -0.5742669105529785, - -0.0222783200442791, - 0.6783289313316345 - ] - ], - [ - 2.875, - [ - -0.5746470093727112, - -0.020686393603682518, - 0.6783289313316345 - ] - ], - [ - 2.9166667461395264, - [ - -0.5748403072357178, - -0.01987822726368904, - 0.6783289313316345 - ] - ], - [ - 2.9583332538604736, - [ - -0.57489413022995, - -0.01965317316353321, - 0.6783289313316345 - ] - ], - [ - 3.125, - [ - -0.57489413022995, - -0.01965317316353321, - 0.6783289313316345 - ] - ], - [ - 3.1666667461395264, - [ - -0.567927896976471, - -0.04927653446793556, - 0.6783289313316345 - ] - ], - [ - 3.2083332538604736, - [ - -0.5524016618728638, - -0.11850152909755707, - 0.6783289313316345 - ] - ], - [ - 3.25, - [ - -0.5380045175552368, - -0.1860356479883194, - 0.6783289313316345 - ] - ], - [ - 3.2916667461395264, - [ - -0.5315886735916138, - -0.21719592809677124, - 0.6783289313316345 - ] - ], - [ - 3.3333332538604736, - [ - -0.5309149622917175, - -0.22052767872810364, - 0.6783289313316345 - ] - ], - [ - 4.166666507720947, - [ - -0.5309194326400757, - -0.2205054610967636, - 0.6783289313316345 - ] - ], - [ - 4.708333492279053, - [ - -0.5310043096542358, - -0.22008422017097473, - 0.6783289313316345 - ] - ], - [ - 5.0, - [ - -0.5311955809593201, - -0.2191367745399475, - 0.6783289313316345 - ] - ], - [ - 5.208333492279053, - [ - -0.5314786434173584, - -0.21773844957351685, - 0.6783289313316345 - ] - ], - [ - 5.375, - [ - -0.5318460464477539, - -0.21592813730239868, - 0.6783289313316345 - ] - ], - [ - 5.416666507720947, - [ - -0.5330233573913574, - -0.20988507568836212, - 0.6784120202064514 - ] - ], - [ - 5.458333492279053, - [ - -0.5311712622642517, - -0.2092410922050476, - 0.681510329246521 - ] - ], - [ - 5.5, - [ - -0.5188337564468384, - -0.23927277326583862, - 0.6916146278381348 - ] - ], - [ - 5.541666507720947, - [ - -0.4977334141731262, - -0.2983231246471405, - 0.7076196670532227 - ] - ], - [ - 5.583333492279053, - [ - -0.4775503873825073, - -0.3601709008216858, - 0.7237940430641174 - ] - ], - [ - 5.625, - [ - -0.4674140214920044, - -0.39750730991363525, - 0.7343740463256836 - ] - ], - [ - 5.666666507720947, - [ - -0.4684161841869354, - -0.40336549282073975, - 0.7380972504615784 - ] - ], - [ - 5.708333492279053, - [ - -0.47187063097953796, - -0.397178590297699, - 0.738429844379425 - ] - ], - [ - 5.75, - [ - -0.48163077235221863, - -0.35988035798072815, - 0.7337138652801514 - ] - ], - [ - 5.791666507720947, - [ - -0.5505717396736145, - -0.10959408432245255, - 0.7038870453834534 - ] - ], - [ - 5.833333492279053, - [ - -0.6072101593017578, - 0.09583138674497604, - 0.6792157292366028 - ] - ], - [ - 5.875, - [ - -0.6079220175743103, - 0.0997263714671135, - 0.6783289313316345 - ] - ], - [ - 6.125, - [ - -0.6079220175743103, - 0.0997263714671135, - 0.6783289313316345 - ] - ], - [ - 6.166666507720947, - [ - -0.6076151132583618, - 0.09863407909870148, - 0.678455114364624 - ] - ], - [ - 6.208333492279053, - [ - -0.6052317023277283, - 0.09015100449323654, - 0.6794349551200867 - ] - ], - [ - 6.25, - [ - -0.6006416082382202, - 0.07381368428468704, - 0.6813220977783203 - ] - ], - [ - 6.291666507720947, - [ - -0.5978924036026001, - 0.06402872502803802, - 0.6824523210525513 - ] - ], - [ - 6.333333492279053, - [ - -0.619340717792511, - 0.1172274500131607, - 0.6804007887840271 - ] - ], - [ - 6.375, - [ - -0.6501262187957764, - 0.17265234887599945, - 0.6785674691200256 - ] - ], - [ - 6.416666507720947, - [ - -0.6623285412788391, - 0.1888572871685028, - 0.6783289313316345 - ] - ], - [ - 6.458333492279053, - [ - -0.6693688035011292, - 0.19673238694667816, - 0.6783289313316345 - ] - ], - [ - 6.5, - [ - -0.6717401742935181, - 0.19927959144115448, - 0.6783289313316345 - ] - ], - [ - 6.541666507720947, - [ - -0.6715554594993591, - 0.19908304512500763, - 0.6783289313316345 - ] - ], - [ - 6.583333492279053, - [ - -0.6707750558853149, - 0.19824913144111633, - 0.6783289313316345 - ] - ], - [ - 6.625, - [ - -0.6690400242805481, - 0.19637513160705566, - 0.6783289313316345 - ] - ], - [ - 6.666666507720947, - [ - -0.665945291519165, - 0.19296284019947052, - 0.6783289313316345 - ] - ], - [ - 6.708333492279053, - [ - -0.6610238552093506, - 0.1873440146446228, - 0.6783289313316345 - ] - ], - [ - 6.75, - [ - -0.6519632339477539, - 0.17481370270252228, - 0.6785992980003357 - ] - ], - [ - 6.791666507720947, - [ - -0.6374743580818176, - 0.14948970079421997, - 0.679692804813385 - ] - ], - [ - 6.833333492279053, - [ - -0.6200024485588074, - 0.11275061964988708, - 0.6816724538803101 - ] - ], - [ - 6.875, - [ - -0.6033438444137573, - 0.07180111110210419, - 0.6840977072715759 - ] - ], - [ - 6.916666507720947, - [ - -0.5912752151489258, - 0.038053058087825775, - 0.6861830949783325 - ] - ], - [ - 6.958333492279053, - [ - -0.5867026448249817, - 0.024201873689889908, - 0.6870526671409607 - ] - ], - [ - 7.041666507720947, - [ - -0.5867852568626404, - 0.024495743215084076, - 0.6870188117027283 - ] - ], - [ - 7.125, - [ - -0.5870261788368225, - 0.025353284552693367, - 0.6869196891784668 - ] - ], - [ - 7.208333492279053, - [ - -0.5874143838882446, - 0.026735153049230576, - 0.6867600679397583 - ] - ], - [ - 7.333333492279053, - [ - -0.5882462859153748, - 0.029695946723222733, - 0.6864180564880371 - ] - ], - [ - 7.458333492279053, - [ - -0.5893378853797913, - 0.03358118608593941, - 0.6859692931175232 - ] - ], - [ - 7.583333492279053, - [ - -0.5906418561935425, - 0.03822246566414833, - 0.6854332089424133 - ] - ], - [ - 7.75, - [ - -0.5926259160041809, - 0.045284029096364975, - 0.6846175193786621 - ] - ], - [ - 8.291666984558105, - [ - -0.5996819734573364, - 0.07039818912744522, - 0.6817166209220886 - ] - ], - [ - 8.458333015441895, - [ - -0.6016535758972168, - 0.07741566747426987, - 0.6809059977531433 - ] - ], - [ - 8.625, - [ - -0.6033892035484314, - 0.08359311521053314, - 0.6801924705505371 - ] - ], - [ - 8.75, - [ - -0.6045057773590088, - 0.08756719529628754, - 0.679733395576477 - ] - ], - [ - 8.875, - [ - -0.6054502725601196, - 0.09092894196510315, - 0.6793451309204102 - ] - ], - [ - 9.0, - [ - -0.6062196493148804, - 0.0936674103140831, - 0.6790288090705872 - ] - ], - [ - 9.125, - [ - -0.6068190336227417, - 0.09580066055059433, - 0.6787824034690857 - ] - ], - [ - 9.291666984558105, - [ - -0.6073765754699707, - 0.09778515249490738, - 0.6785531640052795 - ] - ], - [ - 9.458333015441895, - [ - -0.607702910900116, - 0.09894660860300064, - 0.6784189939498901 - ] - ], - [ - 9.666666984558105, - [ - -0.6078802943229675, - 0.09957784414291382, - 0.6783460974693298 - ] - ], - [ - 11.375, - [ - -0.6079220175743103, - 0.0997263714671135, - 0.6783289313316345 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715876798_1490162.json b/lenses/physics-objects/Scene/assets/1645812715876798_1490162.json deleted file mode 100644 index c3f72720..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715876798_1490162.json +++ /dev/null @@ -1,667 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715876798:1490162", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.625, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - -0.00025185305275954306, - -0.0013244906440377235, - 0.0007220093975774944, - 0.999998927116394 - ] - ], - [ - 1.7083333730697632, - [ - -0.001911509083583951, - -0.014165407977998257, - 0.007467885501682758, - 0.9998699426651001 - ] - ], - [ - 1.75, - [ - -0.0006059333682060242, - -0.044671375304460526, - 0.02202015183866024, - 0.998758852481842 - ] - ], - [ - 1.7916666269302368, - [ - 0.004084001295268536, - -0.07788648456335068, - 0.037339892238378525, - 0.9962543845176697 - ] - ], - [ - 1.8333333730697632, - [ - 0.007000670302659273, - -0.09269308298826218, - 0.04411563649773598, - 0.994692325592041 - ] - ], - [ - 1.875, - [ - 0.0063196271657943726, - -0.09192218631505966, - 0.04387542977929115, - 0.9947790503501892 - ] - ], - [ - 1.9166666269302368, - [ - 0.00447250297293067, - -0.08979520946741104, - 0.04321162402629852, - 0.9950124621391296 - ] - ], - [ - 1.9583333730697632, - [ - 0.0018084610346704721, - -0.08661366999149323, - 0.04221273958683014, - 0.9953457117080688 - ] - ], - [ - 2.0, - [ - -0.00126919976901263, - -0.08270415663719177, - 0.04096636921167374, - 0.995730996131897 - ] - ], - [ - 2.0416667461395264, - [ - -0.004333473276346922, - -0.07840769737958908, - 0.039553768932819366, - 0.9961270689964294 - ] - ], - [ - 2.0833332538604736, - [ - -0.006978081073611975, - -0.07406105846166611, - 0.03804713860154152, - 0.9965032339096069 - ] - ], - [ - 2.125, - [ - -0.00887448713183403, - -0.06997077167034149, - 0.03651085123419762, - 0.9968412518501282 - ] - ], - [ - 2.1666667461395264, - [ - -0.009831322357058525, - -0.0663839727640152, - 0.03500602766871452, - 0.9971315264701843 - ] - ], - [ - 2.2083332538604736, - [ - -0.009848341345787048, - -0.06346090883016586, - 0.0335969552397728, - 0.9973701238632202 - ] - ], - [ - 2.25, - [ - -0.009559362195432186, - -0.0610710047185421, - 0.03236933797597885, - 0.9975626468658447 - ] - ], - [ - 2.2916667461395264, - [ - -0.009328344836831093, - -0.05919749289751053, - 0.03140487149357796, - 0.9977085590362549 - ] - ], - [ - 2.3333332538604736, - [ - -0.009175434708595276, - -0.057974617928266525, - 0.03077435865998268, - 0.9978014230728149 - ] - ], - [ - 2.375, - [ - -0.009120257571339607, - -0.05753660574555397, - 0.030548328533768654, - 0.9978342056274414 - ] - ], - [ - 2.4166667461395264, - [ - -0.009146126918494701, - -0.05774175375699997, - 0.03065420500934124, - 0.9978188872337341 - ] - ], - [ - 2.5, - [ - -0.00925961509346962, - -0.058646176010370255, - 0.03112071193754673, - 0.9977506399154663 - ] - ], - [ - 2.5416667461395264, - [ - -0.009285328909754753, - -0.058852117508649826, - 0.031226880848407745, - 0.9977349638938904 - ] - ], - [ - 2.5833332538604736, - [ - -0.00924932211637497, - -0.05856384336948395, - 0.031078262254595757, - 0.9977570176124573 - ] - ], - [ - 2.625, - [ - -0.009120257571339607, - -0.05753660574555397, - 0.030548328533768654, - 0.9978342056274414 - ] - ], - [ - 2.6666667461395264, - [ - -0.00883918534964323, - -0.055331338196992874, - 0.02940879948437214, - 0.9979957342147827 - ] - ], - [ - 2.75, - [ - -0.008023416623473167, - -0.049158282577991486, - 0.026205509901046753, - 0.998414933681488 - ] - ], - [ - 2.7916667461395264, - [ - -0.007671014871448278, - -0.04687768220901489, - 0.025006290525197983, - 0.9985582232475281 - ] - ], - [ - 2.8333332538604736, - [ - -0.007522286847233772, - -0.045517705380916595, - 0.024307072162628174, - 0.9986395239830017 - ] - ], - [ - 2.875, - [ - -0.007406677585095167, - -0.04469284042716026, - 0.023875979706645012, - 0.9986879825592041 - ] - ], - [ - 2.9166667461395264, - [ - -0.007347861770540476, - -0.04427526891231537, - 0.02365761063992977, - 0.9987121820449829 - ] - ], - [ - 3.125, - [ - -0.00733146769925952, - -0.04415912553668022, - 0.023596858605742455, - 0.9987188577651978 - ] - ], - [ - 3.1666667461395264, - [ - -0.009419869631528854, - -0.059935931116342545, - 0.03178523853421211, - 0.9976515769958496 - ] - ], - [ - 3.2083332538604736, - [ - -0.01345309428870678, - -0.09980321675539017, - 0.05188942328095436, - 0.9935622811317444 - ] - ], - [ - 3.25, - [ - -0.01575862057507038, - -0.1416175365447998, - 0.07203812897205353, - 0.9871710538864136 - ] - ], - [ - 3.2916667461395264, - [ - -0.01615862362086773, - -0.16175174713134766, - 0.08138380944728851, - 0.9833371639251709 - ] - ], - [ - 3.3333332538604736, - [ - -0.01617407612502575, - -0.16394966840744019, - 0.08238961547613144, - 0.9828890562057495 - ] - ], - [ - 4.375, - [ - -0.016173752024769783, - -0.16389359533786774, - 0.08236398547887802, - 0.9829005599021912 - ] - ], - [ - 4.875, - [ - -0.01617054082453251, - -0.16336984932422638, - 0.08212455362081528, - 0.9830079078674316 - ] - ], - [ - 5.166666507720947, - [ - -0.01616327464580536, - -0.16233621537685394, - 0.08165154606103897, - 0.9832185506820679 - ] - ], - [ - 5.375, - [ - -0.016151316463947296, - -0.16091930866241455, - 0.0810021236538887, - 0.983505368232727 - ] - ], - [ - 5.416666507720947, - [ - -0.01598937436938286, - -0.1565462052822113, - 0.07897564023733139, - 0.9843782186508179 - ] - ], - [ - 5.458333492279053, - [ - -0.011467143893241882, - -0.1405661702156067, - 0.07089290767908096, - 0.9874633550643921 - ] - ], - [ - 5.5, - [ - 0.0037792259827256203, - -0.1107519194483757, - 0.05381110683083534, - 0.9923830628395081 - ] - ], - [ - 5.541666507720947, - [ - 0.029264792799949646, - -0.0750049278140068, - 0.02984408661723137, - 0.9963067770004272 - ] - ], - [ - 5.583333492279053, - [ - 0.05578581243753433, - -0.04752238094806671, - 0.007787321228533983, - 0.9972807765007019 - ] - ], - [ - 5.625, - [ - 0.07247630506753922, - -0.03723635897040367, - -0.0030269792769104242, - 0.9966701865196228 - ] - ], - [ - 5.666666507720947, - [ - 0.07747457921504974, - -0.03857303038239479, - -0.003776435274630785, - 0.9962407350540161 - ] - ], - [ - 5.708333492279053, - [ - 0.07790272682905197, - -0.03878919780254364, - -0.0037805959582328796, - 0.9961990118026733 - ] - ], - [ - 5.75, - [ - 0.07182791829109192, - -0.03572487831115723, - -0.0037041001487523317, - 0.9967702627182007 - ] - ], - [ - 5.791666507720947, - [ - 0.033240363001823425, - -0.016409792006015778, - -0.0023498244117945433, - 0.9993098974227905 - ] - ], - [ - 5.833333492279053, - [ - 0.0011553183430805802, - -0.0005664954660460353, - -9.980337927117944e-05, - 0.9999991655349731 - ] - ], - [ - 5.875, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.166666507720947, - [ - 0.0001643811265239492, - -8.058462117332965e-05, - -1.4279497918323614e-05, - 1.0 - ] - ], - [ - 6.208333492279053, - [ - 0.001440920983441174, - -0.0007065812824293971, - -0.00012427516048774123, - 0.9999988079071045 - ] - ], - [ - 6.25, - [ - 0.0038989693857729435, - -0.0019129564752802253, - -0.00033160828752443194, - 0.9999905228614807 - ] - ], - [ - 6.291666507720947, - [ - 0.005370910745114088, - -0.0026359811890870333, - -0.00045294585288502276, - 0.9999819993972778 - ] - ], - [ - 6.333333492279053, - [ - 0.002699014963582158, - -0.0013238743413239717, - -0.000231129044550471, - 0.9999954700469971 - ] - ], - [ - 6.375, - [ - 0.0003107754164375365, - -0.0001523564278613776, - -2.6974374122801237e-05, - 0.9999999403953552 - ] - ], - [ - 6.416666507720947, - [ - 1.7258131510418712e-20, - -8.460152889186614e-21, - -1.5005634893854247e-21, - 1.0 - ] - ], - [ - 6.708333492279053, - [ - 2.45029690981724e-15, - -1.2011656699191802e-15, - -2.1304895620651303e-16, - 1.0 - ] - ], - [ - 6.75, - [ - 0.0003522812621667981, - -0.00017270607349928468, - -3.056984132854268e-05, - 0.9999999403953552 - ] - ], - [ - 6.791666507720947, - [ - 0.0017768021207302809, - -0.0008713506977073848, - -0.00015295342018362135, - 0.9999980330467224 - ] - ], - [ - 6.833333492279053, - [ - 0.004355337005108595, - -0.002137077273800969, - -0.0003694543556775898, - 0.9999882578849792 - ] - ], - [ - 6.875, - [ - 0.0075133731588721275, - -0.0036891894415020943, - -0.0006257802015170455, - 0.9999647736549377 - ] - ], - [ - 6.916666507720947, - [ - 0.010228022001683712, - -0.0050250631757080555, - -0.0008383361273445189, - 0.999934732913971 - ] - ], - [ - 6.958333492279053, - [ - 0.011359849013388157, - -0.005582489538937807, - -0.0009248304995708168, - 0.9999194741249084 - ] - ], - [ - 7.208333492279053, - [ - 0.010979018174111843, - -0.0053948997519910336, - -0.0008958671824075282, - 0.9999247789382935 - ] - ], - [ - 7.541666507720947, - [ - 0.009495563805103302, - -0.004664469975978136, - -0.0007816942525096238, - 0.999943733215332 - ] - ], - [ - 8.583333015441895, - [ - 0.0026465223636478186, - -0.001298111747018993, - -0.00022670150792691857, - 0.9999956488609314 - ] - ], - [ - 8.958333015441895, - [ - 0.001038806396536529, - -0.0005093521904200315, - -8.979727135738358e-05, - 0.9999993443489075 - ] - ], - [ - 9.375, - [ - 0.00019120157230645418, - -9.3733353423886e-05, - -1.660684574744664e-05, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715876952_1490169.json b/lenses/physics-objects/Scene/assets/1645812715876952_1490169.json deleted file mode 100644 index 0ac57a63..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715876952_1490169.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715876952:1490169", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715877093_1490176.json b/lenses/physics-objects/Scene/assets/1645812715877093_1490176.json deleted file mode 100644 index 62c1ffcc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715877093_1490176.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715877093:1490176", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715879357_1490189.json b/lenses/physics-objects/Scene/assets/1645812715879357_1490189.json deleted file mode 100644 index f74e8ef1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715879357_1490189.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715879357:1490189", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.2752859890460968, - 0.5604663491249084, - 0.6424899101257324 - ] - ], - [ - 11.375, - [ - -0.2752859890460968, - 0.5604663491249084, - 0.6424899101257324 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715879636_1490198.json b/lenses/physics-objects/Scene/assets/1645812715879636_1490198.json deleted file mode 100644 index f0146cea..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715879636_1490198.json +++ /dev/null @@ -1,856 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715879636:1490198", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.0416666679084301, - [ - 0.0, - 1.4258950979717667e-17, - 0.0, - 1.0 - ] - ], - [ - 0.0833333358168602, - [ - 0.0, - 0.008395298384130001, - 0.0, - 0.9999647736549377 - ] - ], - [ - 0.125, - [ - 0.0, - 0.017865026369690895, - 0.0, - 0.999840497970581 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - 0.025624416768550873, - 0.0, - 0.9996716380119324 - ] - ], - [ - 0.2083333283662796, - [ - 0.0, - 0.028832826763391495, - 0.0, - 0.9995842576026917 - ] - ], - [ - 0.25, - [ - 0.0, - 0.009233750402927399, - 0.0, - 0.9999573826789856 - ] - ], - [ - 0.2916666567325592, - [ - 0.0, - -0.04089408367872238, - 0.0, - 0.9991635084152222 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.107436902821064, - 0.0, - 0.9942119121551514 - ] - ], - [ - 0.375, - [ - 0.0, - -0.137771338224411, - 0.0, - 0.9904640913009644 - ] - ], - [ - 0.4166666567325592, - [ - 0.0, - -0.12730392813682556, - 0.0, - 0.9918638467788696 - ] - ], - [ - 0.4583333432674408, - [ - 0.0, - -0.09874856472015381, - 0.0, - 0.995112419128418 - ] - ], - [ - 0.5, - [ - 0.0, - -0.05847523361444473, - 0.0, - 0.9982888698577881 - ] - ], - [ - 0.5416666865348816, - [ - 0.0, - -0.017640769481658936, - 0.0, - 0.999844491481781 - ] - ], - [ - 0.5833333134651184, - [ - 0.0, - 0.013055352494120598, - 0.0, - 0.9999147653579712 - ] - ], - [ - 0.625, - [ - 0.0, - 0.038893092423677444, - 0.0, - 0.9992433786392212 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 0.057028062641620636, - 0.0, - 0.9983726739883423 - ] - ], - [ - 0.7083333134651184, - [ - 0.0, - 0.0637415423989296, - 0.0, - 0.997966468334198 - ] - ], - [ - 0.75, - [ - 0.0, - 0.0622979998588562, - 0.0, - 0.9980576038360596 - ] - ], - [ - 0.7916666865348816, - [ - 0.0, - 0.05830930173397064, - 0.0, - 0.9982985854148865 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - 0.0522773414850235, - 0.0, - 0.9986326098442078 - ] - ], - [ - 0.875, - [ - 0.0, - 0.0447288379073143, - 0.0, - 0.9989991784095764 - ] - ], - [ - 0.9166666865348816, - [ - 0.0, - 0.03624122217297554, - 0.0, - 0.9993430972099304 - ] - ], - [ - 0.9583333134651184, - [ - 0.0, - 0.027437729761004448, - 0.0, - 0.9996235370635986 - ] - ], - [ - 1.0, - [ - 0.0, - 0.018958959728479385, - 0.0, - 0.9998202919960022 - ] - ], - [ - 1.0416666269302368, - [ - 0.0, - 0.011425909586250782, - 0.0, - 0.999934732913971 - ] - ], - [ - 1.0833333730697632, - [ - 0.0, - 0.0054117352701723576, - 0.0, - 0.9999854564666748 - ] - ], - [ - 1.125, - [ - 0.0, - 0.001437659258954227, - 0.0, - 0.9999989867210388 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 1.479902507641297e-15, - 0.0, - 1.0 - ] - ], - [ - 1.5833333730697632, - [ - 1.9121073539622724e-13, - -4.6382050354317264e-14, - 8.867561554058083e-27, - 1.0 - ] - ], - [ - 1.625, - [ - 0.1000685840845108, - -0.027045590803027153, - 0.0027210828848183155, - 0.9946091771125793 - ] - ], - [ - 1.6666666269302368, - [ - 0.17971579730510712, - -0.0600515753030777, - 0.010992024093866348, - 0.9818224906921387 - ] - ], - [ - 1.7916666269302368, - [ - 0.17960816621780396, - -0.05992414429783821, - 0.010961820371448994, - 0.9818502068519592 - ] - ], - [ - 1.8333333730697632, - [ - 0.15468312799930573, - -0.05434846132993698, - 0.008522428572177887, - 0.9864313006401062 - ] - ], - [ - 1.875, - [ - 0.046737655997276306, - -0.04119900241494179, - 0.0019292965298518538, - 0.9980554580688477 - ] - ], - [ - 1.9166666269302368, - [ - -0.05318919196724892, - -0.02525128424167633, - -0.0013454308500513434, - 0.9982642531394958 - ] - ], - [ - 1.9583333730697632, - [ - -0.11304126679897308, - -0.011981644667685032, - -0.0013632578775286674, - 0.9935172200202942 - ] - ], - [ - 2.0, - [ - -0.12055400758981705, - -0.004703675862401724, - -0.0005712194251827896, - 0.9926955699920654 - ] - ], - [ - 2.0416667461395264, - [ - -0.11580049246549606, - -0.0019380309386178851, - -0.00022594541951548308, - 0.9932705760002136 - ] - ], - [ - 2.0833332538604736, - [ - -0.0794016569852829, - -0.0005689039826393127, - -4.531499871518463e-05, - 0.9968425631523132 - ] - ], - [ - 2.125, - [ - -0.024888593703508377, - -7.09712621755898e-05, - -1.766922196111409e-06, - 0.9996902346611023 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.041666507720947, - [ - 0.0, - -0.001789871952496469, - 0.0, - 0.9999983906745911 - ] - ], - [ - 5.083333492279053, - [ - 0.0, - -0.006942055653780699, - 0.0, - 0.9999759197235107 - ] - ], - [ - 5.125, - [ - 0.0, - -0.01526258047670126, - 0.0, - 0.9998835325241089 - ] - ], - [ - 5.166666507720947, - [ - 0.0, - -0.02639959193766117, - 0.0, - 0.9996514916419983 - ] - ], - [ - 5.208333492279053, - [ - 0.0, - -0.039604999125003815, - 0.0, - 0.9992154240608215 - ] - ], - [ - 5.25, - [ - 0.0, - -0.05371079966425896, - 0.0, - 0.9985565543174744 - ] - ], - [ - 5.291666507720947, - [ - 0.0, - -0.06726278364658356, - 0.0, - 0.997735321521759 - ] - ], - [ - 5.333333492279053, - [ - 0.0, - -0.07871294021606445, - 0.0, - 0.9968973398208618 - ] - ], - [ - 5.375, - [ - 0.0, - -0.08657494932413101, - 0.0, - 0.9962453246116638 - ] - ], - [ - 5.416666507720947, - [ - 0.0, - -0.0894826203584671, - 0.0, - 0.9959883689880371 - ] - ], - [ - 5.458333492279053, - [ - 0.0, - -0.0787128433585167, - 0.0, - 0.9968973398208618 - ] - ], - [ - 5.5, - [ - 0.0, - -0.05371079966425896, - 0.0, - 0.9985565543174744 - ] - ], - [ - 5.541666507720947, - [ - 0.0, - -0.026399724185466766, - 0.0, - 0.9996514916419983 - ] - ], - [ - 5.583333492279053, - [ - 0.0, - -0.006941980682313442, - 0.0, - 0.9999759197235107 - ] - ], - [ - 5.625, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.416666507720947, - [ - -0.006651188246905804, - -0.0031669314485043287, - -2.1064428437966853e-05, - 0.9999728798866272 - ] - ], - [ - 6.458333492279053, - [ - -0.024886785075068474, - -0.012339984998106956, - -0.0003072211111430079, - 0.9996140599250793 - ] - ], - [ - 6.5, - [ - -0.05114436894655228, - -0.027081221342086792, - -0.0013873785501345992, - 0.9983230829238892 - ] - ], - [ - 6.541666507720947, - [ - -0.07931698113679886, - -0.045980338007211685, - -0.003662470728158951, - 0.9957817196846008 - ] - ], - [ - 6.583333492279053, - [ - -0.10223691910505295, - -0.06635898351669312, - -0.006835462059825659, - 0.9925206899642944 - ] - ], - [ - 6.625, - [ - -0.11537743359804153, - -0.08485275506973267, - -0.00989256426692009, - 0.989641547203064 - ] - ], - [ - 6.666666507720947, - [ - -0.11958890408277512, - -0.09812287986278534, - -0.011878236196935177, - 0.987891435623169 - ] - ], - [ - 6.708333492279053, - [ - -0.11990255117416382, - -0.10316766798496246, - -0.012528791092336178, - 0.9873311519622803 - ] - ], - [ - 6.833333492279053, - [ - -0.11990515887737274, - -0.10268480330705643, - -0.012469782494008541, - 0.9873819351196289 - ] - ], - [ - 6.958333492279053, - [ - -0.1198732778429985, - -0.10128561407327652, - -0.012294722720980644, - 0.9875324964523315 - ] - ], - [ - 7.083333492279053, - [ - -0.11970173567533493, - -0.09904424846172333, - -0.012002387084066868, - 0.987784206867218 - ] - ], - [ - 7.208333492279053, - [ - -0.11924373358488083, - -0.0960356816649437, - -0.011589081957936287, - 0.9881415963172913 - ] - ], - [ - 7.333333492279053, - [ - -0.11833378672599792, - -0.09233653545379639, - -0.011052423156797886, - 0.9886096119880676 - ] - ], - [ - 7.458333492279053, - [ - -0.1168084442615509, - -0.08802586048841476, - -0.01039451640099287, - 0.9891911745071411 - ] - ], - [ - 7.583333492279053, - [ - -0.11452396214008331, - -0.08318575471639633, - -0.009624113328754902, - 0.9898847341537476 - ] - ], - [ - 7.708333492279053, - [ - -0.11137019842863083, - -0.07790163904428482, - -0.008757520467042923, - 0.9906822443008423 - ] - ], - [ - 7.833333492279053, - [ - -0.10728037357330322, - -0.07226217538118362, - -0.007818233221769333, - 0.9915684461593628 - ] - ], - [ - 7.958333492279053, - [ - -0.10223684459924698, - -0.06635890156030655, - -0.006835448555648327, - 0.9925207495689392 - ] - ], - [ - 8.083333015441895, - [ - -0.09627272933721542, - -0.06028543412685394, - -0.0058417534455657005, - 0.9935104846954346 - ] - ], - [ - 8.208333015441895, - [ - -0.08946989476680756, - -0.05413610860705376, - -0.004870313219726086, - 0.9945052266120911 - ] - ], - [ - 8.333333015441895, - [ - -0.08195389807224274, - -0.04800453037023544, - -0.003952054772526026, - 0.9954715967178345 - ] - ], - [ - 8.5, - [ - -0.07110600173473358, - -0.04001300409436226, - -0.0028546941466629505, - 0.9966617822647095 - ] - ], - [ - 8.708333015441895, - [ - -0.056860439479351044, - -0.030597908422350883, - -0.0017434515757486224, - 0.9979116320610046 - ] - ], - [ - 8.875, - [ - -0.045509397983551025, - -0.023735331371426582, - -0.001081606955267489, - 0.9986813068389893 - ] - ], - [ - 9.041666984558105, - [ - -0.034711651504039764, - -0.01761668175458908, - -0.0006119680474512279, - 0.9992418885231018 - ] - ], - [ - 9.166666984558105, - [ - -0.027231473475694656, - -0.013576236553490162, - -0.00036987217026762664, - 0.9995369911193848 - ] - ], - [ - 9.291666984558105, - [ - -0.02044999599456787, - -0.010037844069302082, - -0.00020532716007437557, - 0.999740481376648 - ] - ], - [ - 9.416666984558105, - [ - -0.014491470530629158, - -0.0070190830156207085, - -0.00010173002374358475, - 0.9998703598976135 - ] - ], - [ - 9.541666984558105, - [ - -0.009455704130232334, - -0.004529719706624746, - -4.283404632587917e-05, - 0.9999450445175171 - ] - ], - [ - 9.666666984558105, - [ - -0.005422541871666908, - -0.002575090853497386, - -1.3963790479465388e-05, - 0.9999819993972778 - ] - ], - [ - 9.75, - [ - -0.0033241056371480227, - -0.0015714741311967373, - -5.223781499807956e-06, - 0.9999932646751404 - ] - ], - [ - 9.833333015441895, - [ - -0.0017196169355884194, - -0.0008101639687083662, - -1.3931742159911664e-06, - 0.9999982118606567 - ] - ], - [ - 9.916666984558105, - [ - -0.0006281782989390194, - -0.00029526505386456847, - -1.8547915203726006e-07, - 0.9999997615814209 - ] - ], - [ - 10.0, - [ - -7.089411519700661e-05, - -3.3283049560850486e-05, - -2.359572315313585e-09, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715879839_1490205.json b/lenses/physics-objects/Scene/assets/1645812715879839_1490205.json deleted file mode 100644 index a9f4ddf4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715879839_1490205.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715879839:1490205", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715880018_1490214.json b/lenses/physics-objects/Scene/assets/1645812715880018_1490214.json deleted file mode 100644 index c74838c4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715880018_1490214.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715880018:1490214", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715889966_1490227.json b/lenses/physics-objects/Scene/assets/1645812715889966_1490227.json deleted file mode 100644 index 79280ac6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715889966_1490227.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715889966:1490227", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2752864360809326, - 0.5604623556137085, - 0.6424902677536011 - ] - ], - [ - 11.375, - [ - 0.2752864360809326, - 0.5604623556137085, - 0.6424902677536011 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715890155_1490234.json b/lenses/physics-objects/Scene/assets/1645812715890155_1490234.json deleted file mode 100644 index e456769e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715890155_1490234.json +++ /dev/null @@ -1,829 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715890155:1490234", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.0416666679084301, - [ - 0.0, - 1.5447942046562614e-17, - 0.0, - 1.0 - ] - ], - [ - 0.0833333358168602, - [ - 0.0, - 0.009359266608953476, - 0.0, - 0.9999561905860901 - ] - ], - [ - 0.125, - [ - 0.0, - 0.020937906578183174, - 0.0, - 0.9997807741165161 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - 0.031119443476200104, - 0.0, - 0.9995157718658447 - ] - ], - [ - 0.2083333283662796, - [ - 0.0, - 0.03549306467175484, - 0.0, - 0.9993699193000793 - ] - ], - [ - 0.25, - [ - 0.0, - 0.010343244299292564, - 0.0, - 0.9999465346336365 - ] - ], - [ - 0.2916666567325592, - [ - 0.0, - -0.03672492876648903, - 0.0, - 0.9993253946304321 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.08584219217300415, - 0.0, - 0.9963087439537048 - ] - ], - [ - 0.375, - [ - 0.0, - -0.10639721900224686, - 0.0, - 0.99432373046875 - ] - ], - [ - 0.4166666567325592, - [ - 0.0, - -0.09939509630203247, - 0.0, - 0.9950480461120605 - ] - ], - [ - 0.4583333432674408, - [ - 0.0, - -0.07979258894920349, - 0.0, - 0.9968115091323853 - ] - ], - [ - 0.5, - [ - 0.0, - -0.05046258866786957, - 0.0, - 0.998725950717926 - ] - ], - [ - 0.5416666865348816, - [ - 0.0, - -0.017052488401532173, - 0.0, - 0.9998546242713928 - ] - ], - [ - 0.5833333134651184, - [ - 0.0, - 0.014932399615645409, - 0.0, - 0.9998885989189148 - ] - ], - [ - 0.625, - [ - 0.0, - 0.049767959862947464, - 0.0, - 0.9987608194351196 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 0.07738081365823746, - 0.0, - 0.9970017075538635 - ] - ], - [ - 0.7083333134651184, - [ - 0.0, - 0.08813875168561935, - 0.0, - 0.9961082339286804 - ] - ], - [ - 0.75, - [ - 0.0, - 0.0858030840754509, - 0.0, - 0.996312141418457 - ] - ], - [ - 0.7916666865348816, - [ - 0.0, - 0.07941307872533798, - 0.0, - 0.9968419075012207 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - 0.06993456929922104, - 0.0, - 0.9975515604019165 - ] - ], - [ - 0.875, - [ - 0.0, - 0.05840661749243736, - 0.0, - 0.998292863368988 - ] - ], - [ - 0.9583333134651184, - [ - 0.0, - 0.03358009085059166, - 0.0, - 0.9994361400604248 - ] - ], - [ - 1.0, - [ - 0.0, - 0.022337649017572403, - 0.0, - 0.9997504949569702 - ] - ], - [ - 1.0416666269302368, - [ - 0.0, - 0.01295515988022089, - 0.0, - 0.9999160766601563 - ] - ], - [ - 1.0833333730697632, - [ - 0.0, - 0.005927849095314741, - 0.0, - 0.9999824166297913 - ] - ], - [ - 1.125, - [ - 0.0, - 0.001535754301585257, - 0.0, - 0.9999988079071045 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 1.4908929718901584e-15, - 0.0, - 1.0 - ] - ], - [ - 1.5833333730697632, - [ - 1.9121073539622724e-13, - -4.5430964491690456e-14, - 8.686887754859183e-27, - 1.0 - ] - ], - [ - 1.625, - [ - 0.10007330775260925, - -0.0252652857452631, - 0.0025419644080102444, - 0.9946560859680176 - ] - ], - [ - 1.6666666269302368, - [ - 0.17980411648750305, - -0.051559217274188995, - 0.009437557309865952, - 0.9823049902915955 - ] - ], - [ - 1.7916666269302368, - [ - 0.1796959489583969, - -0.051462963223457336, - 0.009414030238986015, - 0.9823301434516907 - ] - ], - [ - 1.8333333730697632, - [ - 0.15474054217338562, - -0.04723655804991722, - 0.007407204248011112, - 0.9867974519729614 - ] - ], - [ - 1.875, - [ - 0.0467454195022583, - -0.036965686827898026, - 0.0017310557886958122, - 0.998221218585968 - ] - ], - [ - 1.9166666269302368, - [ - -0.0531911738216877, - -0.02373720332980156, - -0.0012647580588236451, - 0.9983013868331909 - ] - ], - [ - 1.9583333730697632, - [ - -0.11304141581058502, - -0.011860418133437634, - -0.0013494649901986122, - 0.993518590927124 - ] - ], - [ - 2.0, - [ - -0.12055391818284988, - -0.00483272410929203, - -0.0005868911393918097, - 0.9926948547363281 - ] - ], - [ - 2.0416667461395264, - [ - -0.11580047756433487, - -0.0020246219355612993, - -0.00023604063608217984, - 0.9932703971862793 - ] - ], - [ - 2.0833332538604736, - [ - -0.0794016644358635, - -0.0005996315740048885, - -4.776255082106218e-05, - 0.996842622756958 - ] - ], - [ - 2.125, - [ - -0.024888593703508377, - -7.505468238377944e-05, - -1.8685843770072097e-06, - 0.9996902346611023 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.041666507720947, - [ - 0.0, - -0.0018717426573857665, - 0.0, - 0.9999982714653015 - ] - ], - [ - 5.083333492279053, - [ - 0.0, - -0.007046781945973635, - 0.0, - 0.9999752640724182 - ] - ], - [ - 5.125, - [ - 0.0, - -0.014897625893354416, - 0.0, - 0.9998890161514282 - ] - ], - [ - 5.166666507720947, - [ - 0.0, - -0.024724937975406647, - 0.0, - 0.999694287776947 - ] - ], - [ - 5.25, - [ - 0.0, - -0.04681135341525078, - 0.0, - 0.998903751373291 - ] - ], - [ - 5.291666507720947, - [ - 0.0, - -0.05707910284399986, - 0.0, - 0.9983696341514587 - ] - ], - [ - 5.333333492279053, - [ - 0.0, - -0.06550107896327972, - 0.0, - 0.9978525042533875 - ] - ], - [ - 5.375, - [ - 0.0, - -0.07117078453302383, - 0.0, - 0.9974642395973206 - ] - ], - [ - 5.416666507720947, - [ - 0.0, - -0.07324665784835815, - 0.0, - 0.9973138570785522 - ] - ], - [ - 5.458333492279053, - [ - 0.0, - -0.06550100445747375, - 0.0, - 0.9978525042533875 - ] - ], - [ - 5.5, - [ - 0.0, - -0.04681135341525078, - 0.0, - 0.998903751373291 - ] - ], - [ - 5.541666507720947, - [ - 0.0, - -0.02472505159676075, - 0.0, - 0.999694287776947 - ] - ], - [ - 5.583333492279053, - [ - 0.0, - -0.007046710234135389, - 0.0, - 0.9999752640724182 - ] - ], - [ - 5.625, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.416666507720947, - [ - -0.006651186849921942, - -0.0032838310580700636, - -2.1841970010427758e-05, - 0.9999725818634033 - ] - ], - [ - 6.458333492279053, - [ - -0.024886827915906906, - -0.012199312448501587, - -0.0003037189017049968, - 0.9996157884597778 - ] - ], - [ - 6.5, - [ - -0.05114676058292389, - -0.025303933769464493, - -0.0012963276822119951, - 0.9983696937561035 - ] - ], - [ - 6.541666507720947, - [ - -0.07933508604764938, - -0.04076377674937248, - -0.003246956504881382, - 0.9960089921951294 - ] - ], - [ - 6.583333492279053, - [ - -0.10230051726102829, - -0.056368887424468994, - -0.0058064088225364685, - 0.9931381940841675 - ] - ], - [ - 6.625, - [ - -0.11551385372877121, - -0.06987526267766953, - -0.008146412670612335, - 0.9908117055892944 - ] - ], - [ - 6.666666507720947, - [ - -0.11979354918003082, - -0.07927736639976501, - -0.009596898220479488, - 0.9895820021629333 - ] - ], - [ - 6.708333492279053, - [ - -0.12013529241085052, - -0.08279874920845032, - -0.01005516853183508, - 0.9892476797103882 - ] - ], - [ - 6.875, - [ - -0.12013040482997894, - -0.08220655471086502, - -0.009982333518564701, - 0.989298403263092 - ] - ], - [ - 7.0, - [ - -0.12005676329135895, - -0.08102966845035553, - -0.009832323528826237, - 0.9894059300422668 - ] - ], - [ - 7.125, - [ - -0.11979354918003082, - -0.0792773887515068, - -0.009596901014447212, - 0.9895820021629333 - ] - ], - [ - 7.291666507720947, - [ - -0.11887814849615097, - -0.07612580060958862, - -0.009141622111201286, - 0.9899441003799438 - ] - ], - [ - 7.416666507720947, - [ - -0.1175539419054985, - -0.07321063429117203, - -0.00869026780128479, - 0.9903261065483093 - ] - ], - [ - 7.541666507720947, - [ - -0.11551385372877121, - -0.06987526267766953, - -0.008146412670612335, - 0.9908117055892944 - ] - ], - [ - 7.666666507720947, - [ - -0.11263637244701385, - -0.06616870313882828, - -0.0075176372192800045, - 0.991402268409729 - ] - ], - [ - 7.791666507720947, - [ - -0.10884053260087967, - -0.06214215233922005, - -0.006817501038312912, - 0.9920915365219116 - ] - ], - [ - 7.916666507720947, - [ - -0.10409297049045563, - -0.05784930661320686, - -0.006064978893846273, - 0.9928652048110962 - ] - ], - [ - 8.041666984558105, - [ - -0.09841066598892212, - -0.05334636941552162, - -0.005283130798488855, - 0.9937009811401367 - ] - ], - [ - 8.166666984558105, - [ - -0.09186023473739624, - -0.048692021518945694, - -0.004497278481721878, - 0.9945705533027649 - ] - ], - [ - 8.291666984558105, - [ - -0.08455353230237961, - -0.04394695535302162, - -0.0037328838370740414, - 0.9954423308372498 - ] - ], - [ - 8.416666984558105, - [ - -0.07664085924625397, - -0.039173297584056854, - -0.0030134718399494886, - 0.9962843656539917 - ] - ], - [ - 8.625, - [ - -0.06260315328836441, - -0.03132367879152298, - -0.0019657874945551157, - 0.9975448846817017 - ] - ], - [ - 8.875, - [ - -0.04551077261567116, - -0.02242889814078808, - -0.0010220734402537346, - 0.9987115263938904 - ] - ], - [ - 9.041666984558105, - [ - -0.03471200540661812, - -0.01703011803328991, - -0.0005915919900871813, - 0.9992520809173584 - ] - ], - [ - 9.166666984558105, - [ - -0.027231553569436073, - -0.013347623869776726, - -0.00036364380503073335, - 0.9995399713516235 - ] - ], - [ - 9.291666984558105, - [ - -0.02044999785721302, - -0.01003093272447586, - -0.00020518578821793199, - 0.9997405409812927 - ] - ], - [ - 9.416666984558105, - [ - -0.014491460286080837, - -0.007122039329260588, - -0.00010322220623493195, - 0.9998696446418762 - ] - ], - [ - 9.541666984558105, - [ - -0.009455698542296886, - -0.004659532103687525, - -4.406158041092567e-05, - 0.9999444484710693 - ] - ], - [ - 9.666666984558105, - [ - -0.005422540474683046, - -0.0026797510217875242, - -1.4531324268318713e-05, - 0.999981701374054 - ] - ], - [ - 9.75, - [ - -0.0033241051714867353, - -0.0016456316225230694, - -5.470290489029139e-06, - 0.9999931454658508 - ] - ], - [ - 9.833333015441895, - [ - -0.0017196168191730976, - -0.0008525771554559469, - -1.4661087561762542e-06, - 0.999998152256012 - ] - ], - [ - 9.916666984558105, - [ - -0.0006281782989390194, - -0.00031178348581306636, - -1.958556623549157e-07, - 0.9999997615814209 - ] - ], - [ - 10.0, - [ - -7.089411519700661e-05, - -3.5206998290959746e-05, - -2.4959689870485136e-09, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715890326_1490241.json b/lenses/physics-objects/Scene/assets/1645812715890326_1490241.json deleted file mode 100644 index 6f251c82..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715890326_1490241.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715890326:1490241", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715890482_1490248.json b/lenses/physics-objects/Scene/assets/1645812715890482_1490248.json deleted file mode 100644 index 78390ec6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715890482_1490248.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715890482:1490248", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715892345_1490261.json b/lenses/physics-objects/Scene/assets/1645812715892345_1490261.json deleted file mode 100644 index 9417b677..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715892345_1490261.json +++ /dev/null @@ -1,770 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715892345:1490261", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3103052079677582, - 0.7671822309494019, - 0.8540738821029663 - ] - ], - [ - 1.1666666269302368, - [ - 0.3103052079677582, - 0.7671822309494019, - 0.8540738821029663 - ] - ], - [ - 1.2083333730697632, - [ - 0.3103052079677582, - 0.6575230956077576, - 0.9150179624557495 - ] - ], - [ - 1.25, - [ - 0.3103052079677582, - 0.5803239941596985, - 0.9586332440376282 - ] - ], - [ - 1.2916666269302368, - [ - 0.3103052079677582, - 0.6575230956077576, - 0.9150179624557495 - ] - ], - [ - 1.3333333730697632, - [ - 0.3103052079677582, - 0.7671822309494019, - 0.8540738821029663 - ] - ], - [ - 1.5833333730697632, - [ - 0.3103052079677582, - 0.7671822309494019, - 0.8540738821029663 - ] - ], - [ - 1.625, - [ - 0.3103052079677582, - 0.7252026200294495, - 0.8968767523765564 - ] - ], - [ - 1.6666666269302368, - [ - 0.3103052079677582, - 0.6934336423873901, - 0.9308672547340393 - ] - ], - [ - 1.7083333730697632, - [ - 0.3103052079677582, - 0.7240519523620605, - 0.9153222441673279 - ] - ], - [ - 1.75, - [ - 0.3103052079677582, - 0.7605870366096497, - 0.8990140557289124 - ] - ], - [ - 1.7916666269302368, - [ - 0.3103052079677582, - 0.7662990093231201, - 0.8967494964599609 - ] - ], - [ - 1.8333333730697632, - [ - 0.3103052079677582, - 0.7761773467063904, - 0.886091947555542 - ] - ], - [ - 1.875, - [ - 0.3103052079677582, - 0.8197701573371887, - 0.8401303887367249 - ] - ], - [ - 1.9166666269302368, - [ - 0.3103052079677582, - 0.8673293590545654, - 0.7960838675498962 - ] - ], - [ - 1.9583333730697632, - [ - 0.3103052079677582, - 0.9018927216529846, - 0.7682101726531982 - ] - ], - [ - 2.0, - [ - 0.3103052079677582, - 0.9064615964889526, - 0.764650821685791 - ] - ], - [ - 2.0416667461395264, - [ - 0.3103052079677582, - 0.901289165019989, - 0.7677804231643677 - ] - ], - [ - 2.0833332538604736, - [ - 0.3103052079677582, - 0.8615680932998657, - 0.7924996614456177 - ] - ], - [ - 2.125, - [ - 0.3103052079677582, - 0.7984652519226074, - 0.8331562280654907 - ] - ], - [ - 2.1666667461395264, - [ - 0.3103052079677582, - 0.7671822309494019, - 0.8540738821029663 - ] - ], - [ - 2.6666667461395264, - [ - 0.3103052079677582, - 0.7671822309494019, - 0.8540738821029663 - ] - ], - [ - 2.7083332538604736, - [ - 0.3103052079677582, - 0.6575232148170471, - 0.91501784324646 - ] - ], - [ - 2.75, - [ - 0.3103052079677582, - 0.5803239941596985, - 0.9586332440376282 - ] - ], - [ - 2.7916667461395264, - [ - 0.3103052079677582, - 0.6718626022338867, - 0.9069523811340332 - ] - ], - [ - 2.8333332538604736, - [ - 0.3103052079677582, - 0.7852404117584229, - 0.8447117805480957 - ] - ], - [ - 2.875, - [ - 0.3103052079677582, - 0.790380597114563, - 0.8421488404273987 - ] - ], - [ - 2.9166667461395264, - [ - 0.3103052079677582, - 0.7922237515449524, - 0.8412408828735352 - ] - ], - [ - 2.9583332538604736, - [ - 0.3103052079677582, - 0.7924848198890686, - 0.8411127924919128 - ] - ], - [ - 3.0, - [ - 0.3103052079677582, - 0.7903836965560913, - 0.8421472907066345 - ] - ], - [ - 3.0416667461395264, - [ - 0.3103052079677582, - 0.7845779657363892, - 0.8450453877449036 - ] - ], - [ - 3.0833332538604736, - [ - 0.3103052079677582, - 0.7757423520088196, - 0.8495665788650513 - ] - ], - [ - 3.125, - [ - 0.3103052079677582, - 0.7645581960678101, - 0.8554800152778625 - ] - ], - [ - 3.1666667461395264, - [ - 0.3103052079677582, - 0.7494627833366394, - 0.863696813583374 - ] - ], - [ - 3.2083332538604736, - [ - 0.3103052079677582, - 0.731701135635376, - 0.8735032677650452 - ] - ], - [ - 3.25, - [ - 0.3103052079677582, - 0.7148493528366089, - 0.8828768134117126 - ] - ], - [ - 3.2916667461395264, - [ - 0.3103052079677582, - 0.7025312185287476, - 0.8897562026977539 - ] - ], - [ - 3.3333332538604736, - [ - 0.3103052079677582, - 0.6978384852409363, - 0.8923817276954651 - ] - ], - [ - 3.75, - [ - 0.3103052079677582, - 0.6978384852409363, - 0.8923817276954651 - ] - ], - [ - 3.7916667461395264, - [ - 0.3103052079677582, - 0.7145777940750122, - 0.8830282688140869 - ] - ], - [ - 3.8333332538604736, - [ - 0.3103052079677582, - 0.747398316860199, - 0.8648311495780945 - ] - ], - [ - 3.875, - [ - 0.3103052079677582, - 0.7708724141120911, - 0.8521155118942261 - ] - ], - [ - 3.9166667461395264, - [ - 0.3103052079677582, - 0.7793696522712708, - 0.8476943373680115 - ] - ], - [ - 4.083333492279053, - [ - 0.3103052079677582, - 0.7793072462081909, - 0.8477264046669006 - ] - ], - [ - 4.541666507720947, - [ - 0.3103052079677582, - 0.7785182595252991, - 0.8481317758560181 - ] - ], - [ - 5.208333492279053, - [ - 0.3103052079677582, - 0.7761362195014954, - 0.8493621945381165 - ] - ], - [ - 5.291666507720947, - [ - 0.3103052079677582, - 0.7753427624702454, - 0.849774181842804 - ] - ], - [ - 5.375, - [ - 0.3103052079677582, - 0.7738242745399475, - 0.8505656719207764 - ] - ], - [ - 5.416666507720947, - [ - 0.3103052079677582, - 0.7726958990097046, - 0.8511563539505005 - ] - ], - [ - 5.458333492279053, - [ - 0.3103052079677582, - 0.7563875317573547, - 0.8599073886871338 - ] - ], - [ - 5.5, - [ - 0.3103052079677582, - 0.6999955177307129, - 0.8911746144294739 - ] - ], - [ - 5.541666507720947, - [ - 0.3103052079677582, - 0.6252696514129639, - 0.9332036375999451 - ] - ], - [ - 5.583333492279053, - [ - 0.3103052079677582, - 0.5849454998970032, - 0.9560132026672363 - ] - ], - [ - 5.625, - [ - 0.3103052079677582, - 0.5803239941596985, - 0.9586332440376282 - ] - ], - [ - 5.708333492279053, - [ - 0.3103052079677582, - 0.5803512334823608, - 0.9586178660392761 - ] - ], - [ - 5.75, - [ - 0.3103052079677582, - 0.5806305408477783, - 0.9584593772888184 - ] - ], - [ - 5.791666507720947, - [ - 0.3103052079677582, - 0.5820099711418152, - 0.9576771855354309 - ] - ], - [ - 5.833333492279053, - [ - 0.3103052079677582, - 0.5900838971138, - 0.9531019926071167 - ] - ], - [ - 5.875, - [ - 0.3103052079677582, - 0.6154536008834839, - 0.9387489557266235 - ] - ], - [ - 5.916666507720947, - [ - 0.3103052079677582, - 0.6555472612380981, - 0.9161303043365479 - ] - ], - [ - 5.958333492279053, - [ - 0.3103052079677582, - 0.6940513849258423, - 0.8945023417472839 - ] - ], - [ - 6.0, - [ - 0.3103052079677582, - 0.7149903774261475, - 0.8827981948852539 - ] - ], - [ - 6.041666507720947, - [ - 0.3103052079677582, - 0.7223329544067383, - 0.8787079453468323 - ] - ], - [ - 6.083333492279053, - [ - 0.3103052079677582, - 0.727274477481842, - 0.8759604096412659 - ] - ], - [ - 6.125, - [ - 0.3103052079677582, - 0.7304251194000244, - 0.8742111325263977 - ] - ], - [ - 6.166666507720947, - [ - 0.3103052079677582, - 0.7323293685913086, - 0.873154878616333 - ] - ], - [ - 6.208333492279053, - [ - 0.3103052079677582, - 0.7334830164909363, - 0.8725153803825378 - ] - ], - [ - 6.291666507720947, - [ - 0.3103052079677582, - 0.7353935837745667, - 0.871457040309906 - ] - ], - [ - 6.333333492279053, - [ - 0.3103052079677582, - 0.7370407581329346, - 0.8705453276634216 - ] - ], - [ - 6.375, - [ - 0.3103052079677582, - 0.7397038340568542, - 0.8690729141235352 - ] - ], - [ - 6.416666507720947, - [ - 0.3103052079677582, - 0.7467232942581177, - 0.8640081286430359 - ] - ], - [ - 6.458333492279053, - [ - 0.3103052079677582, - 0.7604623436927795, - 0.8533164858818054 - ] - ], - [ - 6.5, - [ - 0.3103052079677582, - 0.7793045043945313, - 0.83871990442276 - ] - ], - [ - 6.541666507720947, - [ - 0.3103052079677582, - 0.7997515797615051, - 0.8231847286224365 - ] - ], - [ - 6.583333492279053, - [ - 0.3103052079677582, - 0.8171534538269043, - 0.8102718591690063 - ] - ], - [ - 6.625, - [ - 0.3103052079677582, - 0.8281573057174683, - 0.8023611307144165 - ] - ], - [ - 6.666666507720947, - [ - 0.3103052079677582, - 0.8327339887619019, - 0.799261748790741 - ] - ], - [ - 6.708333492279053, - [ - 0.3103052079677582, - 0.8336416482925415, - 0.7987210750579834 - ] - ], - [ - 7.166666507720947, - [ - 0.3103052079677582, - 0.8333086371421814, - 0.7989786863327026 - ] - ], - [ - 7.375, - [ - 0.3103052079677582, - 0.8323198556900024, - 0.799746036529541 - ] - ], - [ - 7.541666507720947, - [ - 0.3103052079677582, - 0.8307374119758606, - 0.8009785413742065 - ] - ], - [ - 7.708333492279053, - [ - 0.3103052079677582, - 0.8282650113105774, - 0.8029125928878784 - ] - ], - [ - 7.833333492279053, - [ - 0.3103052079677582, - 0.8257722854614258, - 0.8048713207244873 - ] - ], - [ - 8.0, - [ - 0.3103052079677582, - 0.8215986490249634, - 0.8081691265106201 - ] - ], - [ - 8.166666984558105, - [ - 0.3103052079677582, - 0.8165402412414551, - 0.8121955394744873 - ] - ], - [ - 8.375, - [ - 0.3103052079677582, - 0.8092493414878845, - 0.8180575966835022 - ] - ], - [ - 8.875, - [ - 0.3103052079677582, - 0.7903127670288086, - 0.8336700797080994 - ] - ], - [ - 9.083333015441895, - [ - 0.3103052079677582, - 0.7831816673278809, - 0.8397442698478699 - ] - ], - [ - 9.25, - [ - 0.3103052079677582, - 0.7782480120658875, - 0.8440366983413696 - ] - ], - [ - 9.416666984558105, - [ - 0.3103052079677582, - 0.774151623249054, - 0.8476734161376953 - ] - ], - [ - 9.583333015441895, - [ - 0.3103052079677582, - 0.7709699869155884, - 0.850555956363678 - ] - ], - [ - 9.708333015441895, - [ - 0.3103052079677582, - 0.7692059278488159, - 0.8521811366081238 - ] - ], - [ - 9.833333015441895, - [ - 0.3103052079677582, - 0.7679834365844727, - 0.8533204793930054 - ] - ], - [ - 9.958333015441895, - [ - 0.3103052079677582, - 0.76731276512146, - 0.8539507389068604 - ] - ], - [ - 11.375, - [ - 0.3103052079677582, - 0.7671822309494019, - 0.8540738821029663 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715892543_1490268.json b/lenses/physics-objects/Scene/assets/1645812715892543_1490268.json deleted file mode 100644 index b232a9b4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715892543_1490268.json +++ /dev/null @@ -1,964 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715892543:1490268", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.2083333730697632, - [ - 0.22995270788669586, - -0.013327046297490597, - -0.02103019319474697, - 0.9728832840919495 - ] - ], - [ - 1.25, - [ - 0.3874397277832031, - -0.033249225467443466, - -0.03703887388110161, - 0.9205504059791565 - ] - ], - [ - 1.2916666269302368, - [ - 0.22995272278785706, - -0.013327045366168022, - -0.021030191332101822, - 0.9728832840919495 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.5833333730697632, - [ - 1.8091302381954139e-13, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.625, - [ - 0.09414742141962051, - 0.0, - 0.0, - 0.9955582618713379 - ] - ], - [ - 1.6666666269302368, - [ - 0.1669858694076538, - 0.0, - 0.0, - 0.9859592914581299 - ] - ], - [ - 1.7083333730697632, - [ - 0.10952877998352051, - -0.00545462965965271, - -0.0037631643936038017, - 0.99396151304245 - ] - ], - [ - 1.75, - [ - 0.05043843016028404, - -0.026088953018188477, - -0.020358163863420486, - 0.9981787800788879 - ] - ], - [ - 1.7916666269302368, - [ - 0.04241108521819115, - -0.03111553192138672, - -0.02467244863510132, - 0.9983108639717102 - ] - ], - [ - 1.8333333730697632, - [ - 0.019473111256957054, - -0.03054070472717285, - -0.02538052387535572, - 0.9990214705467224 - ] - ], - [ - 1.875, - [ - -0.08028870820999146, - -0.02785632200539112, - -0.028300713747739792, - 0.995980441570282 - ] - ], - [ - 1.9166666269302368, - [ - -0.18019667267799377, - -0.024864092469215393, - -0.030962403863668442, - 0.9828287363052368 - ] - ], - [ - 1.9583333730697632, - [ - -0.24637484550476074, - -0.022708671167492867, - -0.03257536143064499, - 0.9683607816696167 - ] - ], - [ - 2.0, - [ - -0.25488343834877014, - -0.022419890388846397, - -0.03277188166975975, - 0.9661561846733093 - ] - ], - [ - 2.0416667461395264, - [ - -0.2465086728334427, - -0.021101055666804314, - -0.030283605679869652, - 0.9684374928474426 - ] - ], - [ - 2.0833332538604736, - [ - -0.17893333733081818, - -0.012292622588574886, - -0.015283321030437946, - 0.9836657047271729 - ] - ], - [ - 2.125, - [ - -0.06251902878284454, - -0.0018286836566403508, - -0.0017955206567421556, - 0.998040497303009 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.6666667461395264, - [ - 1.8086648715179288e-12, - -5.913633027276183e-14, - -1.7119793538529493e-13, - 1.0 - ] - ], - [ - 2.7083332538604736, - [ - 0.22995217144489288, - -0.013326996937394142, - -0.021030141040682793, - 0.9728835225105286 - ] - ], - [ - 2.75, - [ - 0.3874397277832031, - -0.033249225467443466, - -0.03703887388110161, - 0.9205504059791565 - ] - ], - [ - 2.7916667461395264, - [ - 0.19993767142295837, - -0.01050863228738308, - -0.017770793288946152, - 0.9795911908149719 - ] - ], - [ - 2.8333332538604736, - [ - -0.03510773181915283, - -0.001685382449068129, - -0.0015663343947380781, - 0.9993810057640076 - ] - ], - [ - 2.875, - [ - -0.044623956084251404, - -0.002757798181846738, - -0.002612364711239934, - 0.9989967346191406 - ] - ], - [ - 2.9166667461395264, - [ - -0.04798460379242897, - -0.003204061184078455, - -0.0030555948615074158, - 0.9988382458686829 - ] - ], - [ - 2.9583332538604736, - [ - -0.04845835268497467, - -0.003269875654950738, - -0.0031213206239044666, - 0.9988150000572205 - ] - ], - [ - 3.0, - [ - -0.044629596173763275, - -0.0027585173957049847, - -0.0026130755431950092, - 0.998996376991272 - ] - ], - [ - 3.0416667461395264, - [ - -0.03386585786938667, - -0.001565766055136919, - -0.0014515463262796402, - 0.9994240999221802 - ] - ], - [ - 3.0833332538604736, - [ - -0.01696685329079628, - -0.0003852125082630664, - -0.00034519072505645454, - 0.9998559355735779 - ] - ], - [ - 3.125, - [ - 0.005315478891134262, - -1.831595909607131e-05, - -5.2124694775557145e-05, - 0.9999858736991882 - ] - ], - [ - 3.1666667461395264, - [ - 0.036479052156209946, - -0.0006111798575147986, - -0.0015800597611814737, - 0.9993330836296082 - ] - ], - [ - 3.2083332538604736, - [ - 0.07373517751693726, - -0.0019986811093986034, - -0.004644184373319149, - 0.9972650408744812 - ] - ], - [ - 3.25, - [ - 0.10929799824953079, - -0.0038361719343811274, - -0.008103610947728157, - 0.9939686059951782 - ] - ], - [ - 3.2916667461395264, - [ - 0.13532383739948273, - -0.005466484930366278, - -0.010804874822497368, - 0.990727424621582 - ] - ], - [ - 3.3333332538604736, - [ - 0.14523427188396454, - -0.006148491054773331, - -0.011856475844979286, - 0.989307165145874 - ] - ], - [ - 3.75, - [ - 0.14523427188396454, - -0.006148491054773331, - -0.011856475844979286, - 0.989307165145874 - ] - ], - [ - 3.7916667461395264, - [ - 0.10987162590026855, - -0.0038695624098181725, - -0.008161954581737518, - 0.9939047694206238 - ] - ], - [ - 3.8333332538604736, - [ - 0.040787819772958755, - -0.0007396086002700031, - -0.00188784534111619, - 0.9991657733917236 - ] - ], - [ - 3.875, - [ - -0.007385921198874712, - -7.225483568618074e-05, - -6.351026240736246e-05, - 0.9999728202819824 - ] - ], - [ - 3.9166667461395264, - [ - -0.023980049416422844, - -0.0007756503182463348, - -0.0007049356936477125, - 0.9997119903564453 - ] - ], - [ - 4.291666507720947, - [ - -0.023381616920232773, - -0.0007369049708358943, - -0.0006689177243970335, - 0.9997261166572571 - ] - ], - [ - 4.625, - [ - -0.021888189017772675, - -0.0006446600891649723, - -0.000583429413381964, - 0.9997600317001343 - ] - ], - [ - 5.166666507720947, - [ - -0.018157806247472763, - -0.0004417738819029182, - -0.0003968254604842514, - 0.9998349547386169 - ] - ], - [ - 5.25, - [ - -0.017101014032959938, - -0.00039138682768680155, - -0.00035081832902505994, - 0.9998537302017212 - ] - ], - [ - 5.291666507720947, - [ - -0.016187863424420357, - -0.00035035121254622936, - -0.0003134596918243915, - 0.9998688697814941 - ] - ], - [ - 5.333333492279053, - [ - -0.0149189792573452, - -0.00029716608696617186, - -0.00026519663515500724, - 0.9998887181282043 - ] - ], - [ - 5.375, - [ - -0.013215954415500164, - -0.00023276485444512218, - -0.00020701269386336207, - 0.9999126195907593 - ] - ], - [ - 5.416666507720947, - [ - -0.01099554356187582, - -0.00016073985898401588, - -0.00014231825480237603, - 0.9999396204948425 - ] - ], - [ - 5.458333492279053, - [ - 0.022092731669545174, - -0.00025514536537230015, - -0.0006889302749186754, - 0.9997556805610657 - ] - ], - [ - 5.5, - [ - 0.1406794935464859, - -0.005830894224345684, - -0.01137192640453577, - 0.989972710609436 - ] - ], - [ - 5.541666507720947, - [ - 0.2967284023761749, - -0.02069251984357834, - -0.0281238853931427, - 0.954323410987854 - ] - ], - [ - 5.583333492279053, - [ - 0.37826064229011536, - -0.0318315252661705, - -0.03618227690458298, - 0.9244439005851746 - ] - ], - [ - 5.625, - [ - 0.3874397277832031, - -0.033249225467443466, - -0.03703887388110161, - 0.9205504059791565 - ] - ], - [ - 5.708333492279053, - [ - 0.3873857855796814, - -0.033240750432014465, - -0.03703382983803749, - 0.9205736517906189 - ] - ], - [ - 5.75, - [ - 0.3868318200111389, - -0.033153925091028214, - -0.03698214888572693, - 0.9208117723464966 - ] - ], - [ - 5.791666507720947, - [ - 0.3840950131416321, - -0.03272778540849686, - -0.036727212369441986, - 0.9219822287559509 - ] - ], - [ - 5.833333492279053, - [ - 0.36801353096961975, - -0.030292758718132973, - -0.035215914249420166, - 0.9286593794822693 - ] - ], - [ - 5.875, - [ - 0.3167995512485504, - -0.02320852130651474, - -0.030181994661688805, - 0.947728157043457 - ] - ], - [ - 5.916666507720947, - [ - 0.23407453298568726, - -0.013737726956605911, - -0.021475868299603462, - 0.9718843698501587 - ] - ], - [ - 5.958333492279053, - [ - 0.15322820842266083, - -0.006722888443619013, - -0.012711302377283573, - 0.9880862236022949 - ] - ], - [ - 6.0, - [ - 0.10900009423494339, - -0.003818877972662449, - -0.008073337376117706, - 0.9940016269683838 - ] - ], - [ - 6.041666507720947, - [ - 0.09349274635314941, - -0.0029622872825711966, - -0.006523770745843649, - 0.9955942034721375 - ] - ], - [ - 6.083333492279053, - [ - 0.08306560665369034, - -0.0024354662746191025, - -0.005516298580914736, - 0.9965258240699768 - ] - ], - [ - 6.125, - [ - 0.07642365247011185, - -0.0021211171988397837, - -0.00489230128005147, - 0.9970611929893494 - ] - ], - [ - 6.166666507720947, - [ - 0.07241213321685791, - -0.0019394592382013798, - -0.004523094277828932, - 0.9973626732826233 - ] - ], - [ - 6.208333492279053, - [ - 0.06998303532600403, - -0.0018325125565752387, - -0.004302586894482374, - 0.9975371956825256 - ] - ], - [ - 6.25, - [ - 0.068150594830513, - -0.0017533793579787016, - -0.004137859214097261, - 0.9976650476455688 - ] - ], - [ - 6.291666507720947, - [ - 0.0659625381231308, - -0.00166064512450248, - -0.003943066578358412, - 0.9978129267692566 - ] - ], - [ - 6.333333492279053, - [ - 0.062498778104782104, - -0.0015178017783910036, - -0.0036391643807291985, - 0.9980372786521912 - ] - ], - [ - 6.375, - [ - 0.05690419673919678, - -0.0012975480640307069, - -0.0031608291901648045, - 0.998373806476593 - ] - ], - [ - 6.416666507720947, - [ - 0.042093537747859955, - -0.0009844745509326458, - -0.002503221621736884, - 0.9991101622581482 - ] - ], - [ - 6.458333492279053, - [ - 0.013469061814248562, - -0.0006410067435353994, - -0.0017777319299057126, - 0.9999074935913086 - ] - ], - [ - 6.5, - [ - -0.024961641058325768, - -0.00035013334127143025, - -0.0011020282981917262, - 0.9996877312660217 - ] - ], - [ - 6.541666507720947, - [ - -0.06585494428873062, - -0.0001549530861666426, - -0.000567177776247263, - 0.9978291392326355 - ] - ], - [ - 6.583333492279053, - [ - -0.10013417154550552, - -5.214029806666076e-05, - -0.00022040783369448036, - 0.99497389793396 - ] - ], - [ - 6.625, - [ - -0.1216113343834877, - -1.118788441090146e-05, - -5.231524119153619e-05, - 0.9925777912139893 - ] - ], - [ - 6.666666507720947, - [ - -0.13054150342941284, - -7.873375125200255e-07, - -3.8508273974002805e-06, - 0.991442859172821 - ] - ], - [ - 6.708333492279053, - [ - -0.13233472406864166, - -0.0, - 0.0, - 0.991205096244812 - ] - ], - [ - 7.041666507720947, - [ - -0.13214562833309174, - -0.0, - 0.0, - 0.991230309009552 - ] - ], - [ - 7.208333492279053, - [ - -0.13145811855793, - -0.0, - 0.0, - 0.9913217425346375 - ] - ], - [ - 7.333333492279053, - [ - -0.13034196197986603, - -0.0, - 0.0, - 0.9914690852165222 - ] - ], - [ - 7.458333492279053, - [ - -0.12850402295589447, - -0.0, - 0.0, - 0.9917089939117432 - ] - ], - [ - 7.583333492279053, - [ - -0.12578408420085907, - -0.0, - 0.0, - 0.992057740688324 - ] - ], - [ - 7.708333492279053, - [ - -0.12206350266933441, - -0.0, - 0.0, - 0.9925222992897034 - ] - ], - [ - 7.791666507720947, - [ - -0.11899234354496002, - -0.0, - 0.0, - 0.9928951859474182 - ] - ], - [ - 7.916666507720947, - [ - -0.11348675936460495, - -0.0, - 0.0, - 0.9935395121574402 - ] - ], - [ - 8.041666984558105, - [ - -0.1069362536072731, - -0.0, - 0.0, - 0.9942658543586731 - ] - ], - [ - 8.166666984558105, - [ - -0.09943192452192307, - -0.0, - 0.0, - 0.995044469833374 - ] - ], - [ - 8.291666984558105, - [ - -0.09111674129962921, - -0.0, - 0.0, - 0.995840311050415 - ] - ], - [ - 8.416666984558105, - [ - -0.08217652142047882, - -0.0, - 0.0, - 0.9966177940368652 - ] - ], - [ - 8.833333015441895, - [ - -0.05075036361813545, - -0.0, - 0.0, - 0.9987114667892456 - ] - ], - [ - 9.0, - [ - -0.038844846189022064, - -0.0, - 0.0, - 0.9992452263832092 - ] - ], - [ - 9.125, - [ - -0.030624568462371826, - -0.0, - 0.0, - 0.9995309710502625 - ] - ], - [ - 9.25, - [ - -0.023191137239336967, - -0.0, - 0.0, - 0.9997310638427734 - ] - ], - [ - 9.375, - [ - -0.016667870804667473, - -0.0, - 0.0, - 0.9998611807823181 - ] - ], - [ - 9.5, - [ - -0.011144292540848255, - -0.0, - 0.0, - 0.999937891960144 - ] - ], - [ - 9.583333015441895, - [ - -0.008048509247601032, - -0.0, - 0.0, - 0.999967634677887 - ] - ], - [ - 9.666666984558105, - [ - -0.005437744315713644, - -0.0, - 0.0, - 0.9999852180480957 - ] - ], - [ - 9.75, - [ - -0.0033229782711714506, - -0.0, - 0.0, - 0.9999945759773254 - ] - ], - [ - 9.833333015441895, - [ - -0.0017147660255432129, - -0.0, - 0.0, - 0.9999986290931702 - ] - ], - [ - 9.916666984558105, - [ - -0.0006253198953345418, - -0.0, - 0.0, - 0.9999998211860657 - ] - ], - [ - 10.0, - [ - -7.05079801264219e-05, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715892722_1490275.json b/lenses/physics-objects/Scene/assets/1645812715892722_1490275.json deleted file mode 100644 index 90c10664..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715892722_1490275.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715892722:1490275", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715892891_1490282.json b/lenses/physics-objects/Scene/assets/1645812715892891_1490282.json deleted file mode 100644 index 631e8cea..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715892891_1490282.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715892891:1490282", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715894692_1490295.json b/lenses/physics-objects/Scene/assets/1645812715894692_1490295.json deleted file mode 100644 index 046d5a20..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715894692_1490295.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715894692:1490295", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.6645506620407104, - 0.7772650718688965, - 0.17876410484313965 - ] - ], - [ - 11.375, - [ - 0.6645506620407104, - 0.7772650718688965, - 0.17876410484313965 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715894854_1490302.json b/lenses/physics-objects/Scene/assets/1645812715894854_1490302.json deleted file mode 100644 index 6a43c728..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715894854_1490302.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715894854:1490302", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715895002_1490309.json b/lenses/physics-objects/Scene/assets/1645812715895002_1490309.json deleted file mode 100644 index 12b641e7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715895002_1490309.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715895002:1490309", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715895156_1490316.json b/lenses/physics-objects/Scene/assets/1645812715895156_1490316.json deleted file mode 100644 index c00ec38b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715895156_1490316.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715895156:1490316", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715897275_1490329.json b/lenses/physics-objects/Scene/assets/1645812715897275_1490329.json deleted file mode 100644 index 13f676c6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715897275_1490329.json +++ /dev/null @@ -1,754 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715897275:1490329", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.6079224348068237, - 0.09973113983869553, - 0.6783289909362793 - ] - ], - [ - 1.625, - [ - 0.6079224348068237, - 0.09973113983869553, - 0.6783289909362793 - ] - ], - [ - 1.6666666269302368, - [ - 0.6041789054870605, - 0.08634620904922485, - 0.6783289909362793 - ] - ], - [ - 1.7083333730697632, - [ - 0.5927743911743164, - 0.04229768365621567, - 0.6788087487220764 - ] - ], - [ - 1.75, - [ - 0.5682607889175415, - -0.048763927072286606, - 0.6831934452056885 - ] - ], - [ - 1.7916666269302368, - [ - 0.5407115817070007, - -0.1484983116388321, - 0.6896129250526428 - ] - ], - [ - 1.8333333730697632, - [ - 0.5279824733734131, - -0.19397833943367004, - 0.6928486227989197 - ] - ], - [ - 1.875, - [ - 0.5295197367668152, - -0.1891782283782959, - 0.6922970414161682 - ] - ], - [ - 1.9166666269302368, - [ - 0.5337095856666565, - -0.17607834935188293, - 0.6907978653907776 - ] - ], - [ - 1.9583333730697632, - [ - 0.5398169755935669, - -0.1569291651248932, - 0.6886257529258728 - ] - ], - [ - 2.0, - [ - 0.5470055341720581, - -0.13428014516830444, - 0.6860961318016052 - ] - ], - [ - 2.0416667461395264, - [ - 0.5543923377990723, - -0.11081819236278534, - 0.6835425496101379 - ] - ], - [ - 2.0833332538604736, - [ - 0.5611304640769958, - -0.08912613987922668, - 0.6812835931777954 - ] - ], - [ - 2.125, - [ - 0.5665155053138733, - -0.07136848568916321, - 0.6795801520347595 - ] - ], - [ - 2.1666667461395264, - [ - 0.5700976848602295, - -0.05896097421646118, - 0.6785904169082642 - ] - ], - [ - 2.2083332538604736, - [ - 0.5717851519584656, - -0.05226616933941841, - 0.6783289909362793 - ] - ], - [ - 2.25, - [ - 0.5726877450942993, - -0.048111408948898315, - 0.6783289909362793 - ] - ], - [ - 2.2916667461395264, - [ - 0.5734020471572876, - -0.04483134299516678, - 0.6783289909362793 - ] - ], - [ - 2.3333332538604736, - [ - 0.5738715529441833, - -0.04267900064587593, - 0.6783289909362793 - ] - ], - [ - 2.375, - [ - 0.5740403532981873, - -0.04190581664443016, - 0.6783289909362793 - ] - ], - [ - 2.4166667461395264, - [ - 0.5739612579345703, - -0.042268093675374985, - 0.6783289909362793 - ] - ], - [ - 2.5, - [ - 0.5736133456230164, - -0.04386212304234505, - 0.6783289909362793 - ] - ], - [ - 2.5416667461395264, - [ - 0.573534369468689, - -0.04422439634799957, - 0.6783289909362793 - ] - ], - [ - 2.5833332538604736, - [ - 0.5736449956893921, - -0.043717216700315475, - 0.6783289909362793 - ] - ], - [ - 2.625, - [ - 0.5740403532981873, - -0.04190581664443016, - 0.6783289909362793 - ] - ], - [ - 2.6666667461395264, - [ - 0.5748957991600037, - -0.0379943810403347, - 0.6783289909362793 - ] - ], - [ - 2.75, - [ - 0.5773424506187439, - -0.02686665765941143, - 0.6783289909362793 - ] - ], - [ - 2.7916667461395264, - [ - 0.5782028436660767, - -0.022861558943986893, - 0.6783577799797058 - ] - ], - [ - 2.8333332538604736, - [ - 0.5788255333900452, - -0.020165912806987762, - 0.6783289909362793 - ] - ], - [ - 2.875, - [ - 0.5791661143302917, - -0.018631892278790474, - 0.6783289909362793 - ] - ], - [ - 2.9166667461395264, - [ - 0.5793392658233643, - -0.017852971330285072, - 0.6783289909362793 - ] - ], - [ - 2.9583332538604736, - [ - 0.5793874859809875, - -0.017636040225625038, - 0.6783289909362793 - ] - ], - [ - 3.125, - [ - 0.5793874859809875, - -0.017636040225625038, - 0.6783289909362793 - ] - ], - [ - 3.1666667461395264, - [ - 0.5731198191642761, - -0.046126656234264374, - 0.6783289909362793 - ] - ], - [ - 3.2083332538604736, - [ - 0.5589709877967834, - -0.11231673508882523, - 0.6783289909362793 - ] - ], - [ - 3.25, - [ - 0.545663595199585, - -0.17650383710861206, - 0.6783289909362793 - ] - ], - [ - 3.2916667461395264, - [ - 0.5396737456321716, - -0.2060028314590454, - 0.6783289909362793 - ] - ], - [ - 3.3333332538604736, - [ - 0.5390414595603943, - -0.20915058255195618, - 0.6783289909362793 - ] - ], - [ - 4.166666507720947, - [ - 0.5390456318855286, - -0.20912960171699524, - 0.6783289909362793 - ] - ], - [ - 4.708333492279053, - [ - 0.539125382900238, - -0.20873180031776428, - 0.6783289909362793 - ] - ], - [ - 5.0, - [ - 0.5393049716949463, - -0.2078368216753006, - 0.6783289909362793 - ] - ], - [ - 5.208333492279053, - [ - 0.5395705699920654, - -0.20651553571224213, - 0.6783289909362793 - ] - ], - [ - 5.375, - [ - 0.5399150252342224, - -0.20480449497699738, - 0.6783289909362793 - ] - ], - [ - 5.416666507720947, - [ - 0.5409988164901733, - -0.19901958107948303, - 0.678412139415741 - ] - ], - [ - 5.458333492279053, - [ - 0.5385576486587524, - -0.19575993716716766, - 0.6815103888511658 - ] - ], - [ - 5.5, - [ - 0.5246304869651794, - -0.21538421511650085, - 0.6916146874427795 - ] - ], - [ - 5.541666507720947, - [ - 0.5008962154388428, - -0.2569221556186676, - 0.7076197266578674 - ] - ], - [ - 5.583333492279053, - [ - 0.4775432050228119, - -0.30013811588287354, - 0.7237940430641174 - ] - ], - [ - 5.625, - [ - 0.46446990966796875, - -0.3242049813270569, - 0.7343741059303284 - ] - ], - [ - 5.666666507720947, - [ - 0.4632992744445801, - -0.3241998851299286, - 0.7380973100662231 - ] - ], - [ - 5.708333492279053, - [ - 0.46579620242118835, - -0.31682518124580383, - 0.7384299039840698 - ] - ], - [ - 5.75, - [ - 0.47624820470809937, - -0.28603363037109375, - 0.7337138652801514 - ] - ], - [ - 5.791666507720947, - [ - 0.5479289889335632, - -0.07547744363546371, - 0.7038870453834534 - ] - ], - [ - 5.833333492279053, - [ - 0.6068748235702515, - 0.09714140743017197, - 0.6792157888412476 - ] - ], - [ - 5.875, - [ - 0.6079224348068237, - 0.09973113983869553, - 0.6783289909362793 - ] - ], - [ - 6.125, - [ - 0.6079224348068237, - 0.09973113983869553, - 0.6783289909362793 - ] - ], - [ - 6.166666507720947, - [ - 0.6076071858406067, - 0.09880437701940536, - 0.6784551739692688 - ] - ], - [ - 6.208333492279053, - [ - 0.605159342288971, - 0.0916069969534874, - 0.6794350147247314 - ] - ], - [ - 6.25, - [ - 0.600445032119751, - 0.07774574309587479, - 0.6813221573829651 - ] - ], - [ - 6.291666507720947, - [ - 0.597621500492096, - 0.06944377720355988, - 0.682452380657196 - ] - ], - [ - 6.333333492279053, - [ - 0.6156174540519714, - 0.12278135865926743, - 0.6804008483886719 - ] - ], - [ - 6.375, - [ - 0.6398252844810486, - 0.18305948376655579, - 0.6785675287246704 - ] - ], - [ - 6.416666507720947, - [ - 0.6488999724388123, - 0.20268531143665314, - 0.6783289909362793 - ] - ], - [ - 6.458333492279053, - [ - 0.6539974212646484, - 0.21293236315250397, - 0.6783289909362793 - ] - ], - [ - 6.5, - [ - 0.6557084918022156, - 0.2162952423095703, - 0.6783289909362793 - ] - ], - [ - 6.541666507720947, - [ - 0.6555753350257874, - 0.2160348743200302, - 0.6783289909362793 - ] - ], - [ - 6.583333492279053, - [ - 0.6550124883651733, - 0.21493181586265564, - 0.6783289909362793 - ] - ], - [ - 6.625, - [ - 0.6537599563598633, - 0.21246260404586792, - 0.6783289909362793 - ] - ], - [ - 6.666666507720947, - [ - 0.6515220403671265, - 0.20799985527992249, - 0.6783289909362793 - ] - ], - [ - 6.708333492279053, - [ - 0.6479523181915283, - 0.20074109733104706, - 0.6783289909362793 - ] - ], - [ - 6.75, - [ - 0.6411485075950623, - 0.1858605444431305, - 0.6785993576049805 - ] - ], - [ - 6.791666507720947, - [ - 0.6297047734260559, - 0.15840448439121246, - 0.6796928644180298 - ] - ], - [ - 6.833333492279053, - [ - 0.6152902245521545, - 0.12086637318134308, - 0.6816725134849548 - ] - ], - [ - 6.875, - [ - 0.6009973287582397, - 0.0807361975312233, - 0.6840977668762207 - ] - ], - [ - 6.916666507720947, - [ - 0.590281069278717, - 0.04862144961953163, - 0.6861831545829773 - ] - ], - [ - 6.958333492279053, - [ - 0.5861290693283081, - 0.035653021186590195, - 0.6870527267456055 - ] - ], - [ - 7.0, - [ - 0.5861504673957825, - 0.03571595996618271, - 0.6870442032814026 - ] - ], - [ - 7.083333492279053, - [ - 0.5863179564476013, - 0.036208365112543106, - 0.6869771480560303 - ] - ], - [ - 7.208333492279053, - [ - 0.5868600606918335, - 0.037802357226610184, - 0.6867601275444031 - ] - ], - [ - 7.333333492279053, - [ - 0.587714433670044, - 0.04031441733241081, - 0.6864181160926819 - ] - ], - [ - 7.458333492279053, - [ - 0.5888355374336243, - 0.043610818684101105, - 0.685969352722168 - ] - ], - [ - 7.583333492279053, - [ - 0.5901748538017273, - 0.04754866287112236, - 0.6854332685470581 - ] - ], - [ - 7.75, - [ - 0.5922125577926636, - 0.05353999882936478, - 0.6846175789833069 - ] - ], - [ - 8.208333015441895, - [ - 0.5983781814575195, - 0.07166852056980133, - 0.6821494698524475 - ] - ], - [ - 8.416666984558105, - [ - 0.6009984016418457, - 0.079372838139534, - 0.681100606918335 - ] - ], - [ - 8.583333015441895, - [ - 0.6028472185134888, - 0.0848088413476944, - 0.6803606152534485 - ] - ], - [ - 8.75, - [ - 0.6044137477874756, - 0.08941479027271271, - 0.6797334551811218 - ] - ], - [ - 8.916666984558105, - [ - 0.6056671142578125, - 0.09310001134872437, - 0.6792317628860474 - ] - ], - [ - 9.083333015441895, - [ - 0.6066031455993652, - 0.09585222601890564, - 0.6788570880889893 - ] - ], - [ - 9.25, - [ - 0.6072435975074768, - 0.0977352038025856, - 0.6786007285118103 - ] - ], - [ - 9.416666984558105, - [ - 0.607632577419281, - 0.09887894988059998, - 0.6784449815750122 - ] - ], - [ - 9.666666984558105, - [ - 0.6078795194625854, - 0.09960512816905975, - 0.6783461570739746 - ] - ], - [ - 11.375, - [ - 0.6079224348068237, - 0.09973113983869553, - 0.6783289909362793 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715897468_1490336.json b/lenses/physics-objects/Scene/assets/1645812715897468_1490336.json deleted file mode 100644 index 8a1dcd57..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715897468_1490336.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715897468:1490336", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.625, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - -0.00011602187441894785, - 0.0009645504178479314, - -0.0009666172554716468, - 0.9999990463256836 - ] - ], - [ - 1.7083333730697632, - [ - -0.0011206574272364378, - 0.010094204917550087, - -0.010093489661812782, - 0.9998974800109863 - ] - ], - [ - 1.75, - [ - -0.0027487745974212885, - 0.03035537339746952, - -0.03020506538450718, - 0.9990789294242859 - ] - ], - [ - 1.7916666269302368, - [ - -0.0035742181353271008, - 0.051832519471645355, - -0.05130976438522339, - 0.9973304271697998 - ] - ], - [ - 1.8333333730697632, - [ - -0.0036445281002670527, - 0.061305928975343704, - -0.060549426823854446, - 0.9962741136550903 - ] - ], - [ - 1.875, - [ - -0.003645104356110096, - 0.06097447872161865, - -0.06022687628865242, - 0.9963139891624451 - ] - ], - [ - 1.9166666269302368, - [ - -0.003645549528300762, - 0.06005161255598068, - -0.05932849645614624, - 0.9964239001274109 - ] - ], - [ - 1.9583333730697632, - [ - -0.0036429427564144135, - 0.05864476412534714, - -0.0579582042992115, - 0.9965884685516357 - ] - ], - [ - 2.0, - [ - -0.003633942687883973, - 0.05686226114630699, - -0.056220680475234985, - 0.9967911839485168 - ] - ], - [ - 2.2083332538604736, - [ - -0.003446226241067052, - 0.046166304498910904, - -0.045763056725263596, - 0.9978790283203125 - ] - ], - [ - 2.25, - [ - -0.003394118510186672, - 0.044429633766412735, - -0.044059980660676956, - 0.9980347752571106 - ] - ], - [ - 2.2916667461395264, - [ - -0.003349039237946272, - 0.043068088591098785, - -0.04272376373410225, - 0.9981526136398315 - ] - ], - [ - 2.3333332538604736, - [ - -0.0033176096621900797, - 0.04217933490872383, - -0.04185107722878456, - 0.998227596282959 - ] - ], - [ - 2.375, - [ - -0.003305966965854168, - 0.04186099022626877, - -0.04153839126229286, - 0.998254120349884 - ] - ], - [ - 2.5416667461395264, - [ - -0.0033403232228010893, - 0.04281708598136902, - -0.04247733950614929, - 0.9981739521026611 - ] - ], - [ - 2.5833332538604736, - [ - -0.0033329513389617205, - 0.042607568204402924, - -0.04227161779999733, - 0.9981916546821594 - ] - ], - [ - 2.625, - [ - -0.003305966965854168, - 0.04186099022626877, - -0.04153839126229286, - 0.998254120349884 - ] - ], - [ - 2.6666667461395264, - [ - -0.003244259161874652, - 0.040258124470710754, - -0.03996330499649048, - 0.9983845353126526 - ] - ], - [ - 2.75, - [ - -0.0030441018752753735, - 0.035770632326602936, - -0.03554708510637283, - 0.9987229704856873 - ] - ], - [ - 2.7916667461395264, - [ - -0.00295926071703434, - 0.03409983217716217, - -0.033900368958711624, - 0.9988390207290649 - ] - ], - [ - 2.8333332538604736, - [ - -0.002907098038122058, - 0.03312363848090172, - -0.032937631011009216, - 0.9989041686058044 - ] - ], - [ - 2.875, - [ - -0.0028740998823195696, - 0.03252384811639786, - -0.032345887273550034, - 0.9989432692527771 - ] - ], - [ - 2.9166667461395264, - [ - -0.0028571193106472492, - 0.032220203429460526, - -0.032046250998973846, - 0.9989628195762634 - ] - ], - [ - 3.125, - [ - -0.0028523635119199753, - 0.032135747373104095, - -0.03196290135383606, - 0.998968243598938 - ] - ], - [ - 3.1666667461395264, - [ - -0.003367251018062234, - 0.04360474646091461, - -0.04325054585933685, - 0.9981065392494202 - ] - ], - [ - 3.2083332538604736, - [ - -0.0034942966885864735, - 0.07255486398935318, - -0.07146584242582321, - 0.9947945475578308 - ] - ], - [ - 3.25, - [ - -0.0018206554232165217, - 0.10286635905504227, - -0.10058493167161942, - 0.9895948171615601 - ] - ], - [ - 3.2916667461395264, - [ - -0.00035118270898237824, - 0.11744120717048645, - -0.11443255096673965, - 0.9864647388458252 - ] - ], - [ - 3.3333332538604736, - [ - -0.00016447424422949553, - 0.1190313994884491, - -0.11593735218048096, - 0.9860984086990356 - ] - ], - [ - 4.666666507720947, - [ - -0.00018551504763308913, - 0.11885439604520798, - -0.1157698929309845, - 0.9861394166946411 - ] - ], - [ - 5.083333492279053, - [ - -0.00026933837216347456, - 0.11814376711845398, - -0.1150975301861763, - 0.9863035678863525 - ] - ], - [ - 5.375, - [ - -0.00042054179357364774, - 0.11683890223503113, - -0.11386227607727051, - 0.9866021871566772 - ] - ], - [ - 5.416666507720947, - [ - -0.0007760986918583512, - 0.11364281177520752, - -0.1108333170413971, - 0.9873199462890625 - ] - ], - [ - 5.458333492279053, - [ - -0.0019882600754499435, - 0.10086841881275177, - -0.09867889434099197, - 0.9899919629096985 - ] - ], - [ - 5.5, - [ - -0.003426040057092905, - 0.07506692409515381, - -0.07389550656080246, - 0.9944308400154114 - ] - ], - [ - 5.541666507720947, - [ - -0.0033039820846170187, - 0.041807252913713455, - -0.04148560017347336, - 0.9982585906982422 - ] - ], - [ - 5.583333492279053, - [ - -0.0014764232328161597, - 0.013758588582277298, - -0.013745427131652832, - 0.9998098015785217 - ] - ], - [ - 5.625, - [ - -9.928563667926937e-05, - 0.0008244368364103138, - -0.0008262314950115979, - 0.9999994039535522 - ] - ], - [ - 5.666666507720947, - [ - -5.196487952448418e-21, - 4.577784238460673e-20, - -4.588667479629427e-20, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715897636_1490343.json b/lenses/physics-objects/Scene/assets/1645812715897636_1490343.json deleted file mode 100644 index 585362ec..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715897636_1490343.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715897636:1490343", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715897795_1490350.json b/lenses/physics-objects/Scene/assets/1645812715897795_1490350.json deleted file mode 100644 index cf6c6c1f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715897795_1490350.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715897795:1490350", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715899709_1490363.json b/lenses/physics-objects/Scene/assets/1645812715899709_1490363.json deleted file mode 100644 index 4151c778..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715899709_1490363.json +++ /dev/null @@ -1,530 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715899709:1490363", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3091319501399994, - 0.4864014983177185, - 0.8660503029823303 - ] - ], - [ - 1.1666666269302368, - [ - 0.3091319501399994, - 0.4864014983177185, - 0.8660503029823303 - ] - ], - [ - 1.2083333730697632, - [ - 0.3091319501399994, - 0.520686686038971, - 0.877703070640564 - ] - ], - [ - 1.25, - [ - 0.3091319799423218, - 0.5452881455421448, - 0.8893558979034424 - ] - ], - [ - 1.2916666269302368, - [ - 0.3091319501399994, - 0.520686686038971, - 0.877703070640564 - ] - ], - [ - 1.3333333730697632, - [ - 0.3091319501399994, - 0.4864014983177185, - 0.8660503029823303 - ] - ], - [ - 1.6666666269302368, - [ - 0.3091319501399994, - 0.4864014983177185, - 0.8660503029823303 - ] - ], - [ - 1.7083333730697632, - [ - 0.3091319501399994, - 0.4777917265892029, - 0.8693684935569763 - ] - ], - [ - 1.75, - [ - 0.3091319501399994, - 0.4689893126487732, - 0.8826261758804321 - ] - ], - [ - 1.7916666269302368, - [ - 0.3091319501399994, - 0.46781831979751587, - 0.8859443664550781 - ] - ], - [ - 2.0, - [ - 0.3091319501399994, - 0.46781879663467407, - 0.8859426975250244 - ] - ], - [ - 2.0416667461395264, - [ - 0.3091319501399994, - 0.46827396750450134, - 0.8845402002334595 - ] - ], - [ - 2.0833332538604736, - [ - 0.3091319501399994, - 0.4723445475101471, - 0.8758723735809326 - ] - ], - [ - 2.125, - [ - 0.3091319501399994, - 0.48091861605644226, - 0.8673335313796997 - ] - ], - [ - 2.1666667461395264, - [ - 0.3091319501399994, - 0.4864014983177185, - 0.8660503029823303 - ] - ], - [ - 2.6666667461395264, - [ - 0.3091319501399994, - 0.4864014983177185, - 0.8660503029823303 - ] - ], - [ - 2.7083332538604736, - [ - 0.3091319501399994, - 0.520686686038971, - 0.877703070640564 - ] - ], - [ - 2.75, - [ - 0.3091319799423218, - 0.5452881455421448, - 0.8893558979034424 - ] - ], - [ - 2.7916667461395264, - [ - 0.3091319501399994, - 0.5161405205726624, - 0.8757126331329346 - ] - ], - [ - 2.8333332538604736, - [ - 0.3091319501399994, - 0.48119619488716125, - 0.8672023415565491 - ] - ], - [ - 2.875, - [ - 0.3091319501399994, - 0.4797811806201935, - 0.8679523468017578 - ] - ], - [ - 2.9166667461395264, - [ - 0.3091319501399994, - 0.4792810380458832, - 0.8682672381401062 - ] - ], - [ - 2.9583332538604736, - [ - 0.3091319501399994, - 0.4792104959487915, - 0.8683137893676758 - ] - ], - [ - 3.0, - [ - 0.3091319501399994, - 0.4797803461551666, - 0.8679528832435608 - ] - ], - [ - 3.0416667461395264, - [ - 0.3091319501399994, - 0.4813807010650635, - 0.8671193718910217 - ] - ], - [ - 3.0833332538604736, - [ - 0.3091319501399994, - 0.4838886857032776, - 0.8663092851638794 - ] - ], - [ - 3.125, - [ - 0.3091319501399994, - 0.48718780279159546, - 0.8660761117935181 - ] - ], - [ - 3.1666667461395264, - [ - 0.3091319501399994, - 0.49179455637931824, - 0.8668431043624878 - ] - ], - [ - 3.2083332538604736, - [ - 0.3091319501399994, - 0.49730542302131653, - 0.8684163689613342 - ] - ], - [ - 3.25, - [ - 0.3091319501399994, - 0.502579391002655, - 0.8702460527420044 - ] - ], - [ - 3.2916667461395264, - [ - 0.3091319501399994, - 0.5064525604248047, - 0.871717095375061 - ] - ], - [ - 3.3333332538604736, - [ - 0.3091319501399994, - 0.5079312324523926, - 0.8723006844520569 - ] - ], - [ - 3.75, - [ - 0.3091319501399994, - 0.5079312324523926, - 0.8723006844520569 - ] - ], - [ - 3.7916667461395264, - [ - 0.3091319501399994, - 0.5026646852493286, - 0.8702774047851563 - ] - ], - [ - 3.8333332538604736, - [ - 0.3091319501399994, - 0.4924314618110657, - 0.866999089717865 - ] - ], - [ - 3.875, - [ - 0.3091319501399994, - 0.4853082299232483, - 0.8660984635353088 - ] - ], - [ - 3.9166667461395264, - [ - 0.3091319501399994, - 0.48284852504730225, - 0.8665751218795776 - ] - ], - [ - 4.833333492279053, - [ - 0.3091319501399994, - 0.4833620488643646, - 0.8664317727088928 - ] - ], - [ - 5.291666507720947, - [ - 0.3091319501399994, - 0.4840041697025299, - 0.8662856817245483 - ] - ], - [ - 5.416666507720947, - [ - 0.3091319501399994, - 0.4847736060619354, - 0.8661577701568604 - ] - ], - [ - 5.458333492279053, - [ - 0.3091319501399994, - 0.4896681308746338, - 0.8663941025733948 - ] - ], - [ - 5.5, - [ - 0.3091319501399994, - 0.5072513222694397, - 0.8720309734344482 - ] - ], - [ - 5.541666507720947, - [ - 0.3091319501399994, - 0.5309411883354187, - 0.8823944926261902 - ] - ], - [ - 5.583333492279053, - [ - 0.3091319799423218, - 0.5438094139099121, - 0.888614296913147 - ] - ], - [ - 5.625, - [ - 0.3091319799423218, - 0.5452881455421448, - 0.8893558979034424 - ] - ], - [ - 5.75, - [ - 0.3091319799423218, - 0.5451899766921997, - 0.8893062472343445 - ] - ], - [ - 5.791666507720947, - [ - 0.3091319799423218, - 0.5447485446929932, - 0.8890840411186218 - ] - ], - [ - 5.833333492279053, - [ - 0.3091319799423218, - 0.5421666502952576, - 0.8877992033958435 - ] - ], - [ - 5.875, - [ - 0.3091319501399994, - 0.5340689420700073, - 0.8838733434677124 - ] - ], - [ - 5.916666507720947, - [ - 0.3091319501399994, - 0.5213137865066528, - 0.8779823184013367 - ] - ], - [ - 5.958333492279053, - [ - 0.3091319501399994, - 0.5091256499290466, - 0.8727798461914063 - ] - ], - [ - 6.0, - [ - 0.3091319501399994, - 0.5025351643562317, - 0.8702297806739807 - ] - ], - [ - 6.041666507720947, - [ - 0.3091319501399994, - 0.5002332329750061, - 0.8694032430648804 - ] - ], - [ - 6.083333492279053, - [ - 0.3091319501399994, - 0.4986874759197235, - 0.8688721656799316 - ] - ], - [ - 6.125, - [ - 0.3091319501399994, - 0.49770352244377136, - 0.868545651435852 - ] - ], - [ - 6.166666507720947, - [ - 0.3091319501399994, - 0.4971095025539398, - 0.8683533072471619 - ] - ], - [ - 6.333333492279053, - [ - 0.3091319501399994, - 0.4956422746181488, - 0.8678954839706421 - ] - ], - [ - 6.375, - [ - 0.3091319501399994, - 0.49481460452079773, - 0.867649257183075 - ] - ], - [ - 6.416666507720947, - [ - 0.3091319501399994, - 0.4936113953590393, - 0.867309033870697 - ] - ], - [ - 6.5, - [ - 0.3091319501399994, - 0.4906752109527588, - 0.8665913939476013 - ] - ], - [ - 6.583333492279053, - [ - 0.3091319501399994, - 0.4880794584751129, - 0.866156280040741 - ] - ], - [ - 6.625, - [ - 0.3091319501399994, - 0.4871746003627777, - 0.866075336933136 - ] - ], - [ - 6.666666507720947, - [ - 0.3091319501399994, - 0.48660311102867126, - 0.8660521507263184 - ] - ], - [ - 6.708333492279053, - [ - 0.3091319501399994, - 0.4864014983177185, - 0.8660503029823303 - ] - ], - [ - 11.375, - [ - 0.3091319501399994, - 0.4864014983177185, - 0.8660503029823303 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715899904_1490370.json b/lenses/physics-objects/Scene/assets/1645812715899904_1490370.json deleted file mode 100644 index 0dbfbca9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715899904_1490370.json +++ /dev/null @@ -1,424 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715899904:1490370", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.2083333730697632, - [ - -0.04984171688556671, - -0.0010871508857235312, - 0.02177976444363594, - 0.9985190629959106 - ] - ], - [ - 1.25, - [ - -0.09948834776878357, - -0.004342155531048775, - 0.043386612087488174, - 0.9940829277038574 - ] - ], - [ - 1.2916666269302368, - [ - -0.04984171688556671, - -0.001087151002138853, - 0.02177976630628109, - 0.9985190629959106 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.6666667461395264, - [ - -3.6277420954397566e-13, - -5.754723663552562e-26, - 1.5863101576665123e-13, - 1.0 - ] - ], - [ - 2.7083332538604736, - [ - -0.04984156787395477, - -0.0010871444828808308, - 0.021779702976346016, - 0.9985190629959106 - ] - ], - [ - 2.75, - [ - -0.09948834776878357, - -0.004342155531048775, - 0.043386612087488174, - 0.9940829277038574 - ] - ], - [ - 2.7916667461395264, - [ - -0.04133632406592369, - -0.000747579790186137, - 0.018066881224513054, - 0.998981773853302 - ] - ], - [ - 2.8333332538604736, - [ - -2.685802426814765e-13, - -3.1887951808425943e-26, - 1.1872344470378882e-13, - 1.0 - ] - ], - [ - 3.125, - [ - -0.00011065875150961801, - -5.354552801151158e-09, - 4.838797394768335e-05, - 1.0 - ] - ], - [ - 3.1666667461395264, - [ - -0.0033932081423699856, - -5.034708919993136e-06, - 0.0014837505295872688, - 0.9999931454658508 - ] - ], - [ - 3.2083332538604736, - [ - -0.01012649666517973, - -4.48419559688773e-05, - 0.004427910782396793, - 0.9999390244483948 - ] - ], - [ - 3.25, - [ - -0.017956387251615524, - -0.00014100525004323572, - 0.00785114336758852, - 0.9998079538345337 - ] - ], - [ - 3.2916667461395264, - [ - -0.024250278249382973, - -0.00025719846598803997, - 0.010602286085486412, - 0.9996497631072998 - ] - ], - [ - 3.3333332538604736, - [ - -0.026746701449155807, - -0.000312891264911741, - 0.011693326756358147, - 0.999573826789856 - ] - ], - [ - 3.75, - [ - -0.026746701449155807, - -0.000312891264911741, - 0.011693326756358147, - 0.999573826789856 - ] - ], - [ - 3.7916667461395264, - [ - -0.01809060201048851, - -0.00014312121493276209, - 0.007909814827144146, - 0.9998050332069397 - ] - ], - [ - 3.8333332538604736, - [ - -0.004060992505401373, - -7.21137939763139e-06, - 0.0017757503082975745, - 0.9999901652336121 - ] - ], - [ - 3.875, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.416666507720947, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.458333492279053, - [ - -0.0014714583521708846, - -9.467773338656116e-07, - 0.0006434271926991642, - 0.9999988079071045 - ] - ], - [ - 5.5, - [ - -0.025593064725399017, - -0.00028647654107771814, - 0.011189154349267483, - 0.9996097683906555 - ] - ], - [ - 5.541666507720947, - [ - -0.06986360996961594, - -0.0021376993972808123, - 0.030509071424603462, - 0.9970877170562744 - ] - ], - [ - 5.583333492279053, - [ - -0.09633839130401611, - -0.0040707215666770935, - 0.04202001914381981, - 0.994452953338623 - ] - ], - [ - 5.625, - [ - -0.09948834776878357, - -0.004342155531048775, - 0.043386612087488174, - 0.9940829277038574 - ] - ], - [ - 5.75, - [ - -0.09927763044834137, - -0.004323720932006836, - 0.04329521209001541, - 0.9941081404685974 - ] - ], - [ - 5.791666507720947, - [ - -0.09833382815122604, - -0.0042416430078446865, - 0.04288581386208534, - 0.994219958782196 - ] - ], - [ - 5.833333492279053, - [ - -0.09287446737289429, - -0.00378243625164032, - 0.04051642492413521, - 0.9948459267616272 - ] - ], - [ - 5.875, - [ - -0.07616671174764633, - -0.0025415942072868347, - 0.03325327858328819, - 0.9965372085571289 - ] - ], - [ - 5.916666507720947, - [ - -0.051034603267908096, - -0.001139857224188745, - 0.02230030670762062, - 0.9984472393989563 - ] - ], - [ - 5.958333492279053, - [ - -0.028796225786209106, - -0.00036269385600462556, - 0.012588966637849808, - 0.9995060563087463 - ] - ], - [ - 6.0, - [ - -0.017886776477098465, - -0.0001399140019202605, - 0.00782071240246296, - 0.9998094439506531 - ] - ], - [ - 6.041666507720947, - [ - -0.014349880628287792, - -9.004866296891123e-05, - 0.006274451967328787, - 0.9998774528503418 - ] - ], - [ - 6.083333492279053, - [ - -0.01207719836384058, - -6.378295074682683e-05, - 0.00528081227093935, - 0.999913215637207 - ] - ], - [ - 6.125, - [ - -0.010679914616048336, - -4.987735519534908e-05, - 0.004669884219765663, - 0.999932050704956 - ] - ], - [ - 6.166666507720947, - [ - -0.009856853634119034, - -4.248562618158758e-05, - 0.004310012795031071, - 0.9999421238899231 - ] - ], - [ - 6.291666507720947, - [ - -0.008569300174713135, - -3.21109255310148e-05, - 0.003747041104361415, - 0.9999562501907349 - ] - ], - [ - 6.333333492279053, - [ - -0.007897361181676388, - -2.7272470106254332e-05, - 0.0034532365389168262, - 0.9999628663063049 - ] - ], - [ - 6.375, - [ - -0.0068434542044997215, - -2.0479013983276673e-05, - 0.0029924132395535707, - 0.9999721050262451 - ] - ], - [ - 6.5, - [ - -0.0023159857373684645, - -2.3454388156096684e-06, - 0.0010127142304554582, - 0.9999969005584717 - ] - ], - [ - 6.541666507720947, - [ - -0.0011776360915973783, - -6.064207695999357e-07, - 0.000514947110787034, - 0.9999992847442627 - ] - ], - [ - 6.583333492279053, - [ - -0.00045364073594100773, - -8.998618739042286e-08, - 0.00019836440333165228, - 0.9999998807907104 - ] - ], - [ - 6.625, - [ - -0.00010715186363086104, - -5.020548865530827e-09, - 4.685451494879089e-05, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715900087_1490377.json b/lenses/physics-objects/Scene/assets/1645812715900087_1490377.json deleted file mode 100644 index fae6da86..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715900087_1490377.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715900087:1490377", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715900247_1490384.json b/lenses/physics-objects/Scene/assets/1645812715900247_1490384.json deleted file mode 100644 index a9820f70..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715900247_1490384.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715900247:1490384", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715902129_1490397.json b/lenses/physics-objects/Scene/assets/1645812715902129_1490397.json deleted file mode 100644 index 7733f29a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715902129_1490397.json +++ /dev/null @@ -1,922 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715902129:1490397", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.220446049250313e-16, - 0.9301916360855103, - 0.8631477952003479 - ] - ], - [ - 0.2083333283662796, - [ - -1.1102235540207486e-16, - 0.9301916360855103, - 0.8631477952003479 - ] - ], - [ - 0.25, - [ - 6.106226635438361e-16, - 0.9606300592422485, - 0.8526149988174438 - ] - ], - [ - 0.2916666567325592, - [ - 7.28583859910259e-16, - 1.0503771305084229, - 0.8254144191741943 - ] - ], - [ - 0.3333333432674408, - [ - -1.3877787807814457e-16, - 1.1406399011611938, - 0.8000985980033875 - ] - ], - [ - 0.375, - [ - 6.106226635438361e-16, - 1.1716537475585938, - 0.791668713092804 - ] - ], - [ - 0.4166666567325592, - [ - -1.1102226275784625e-16, - 1.1716117858886719, - 0.7916799783706665 - ] - ], - [ - 0.5833333134651184, - [ - -1.4205117602003393e-29, - 1.1707711219787598, - 0.7919068336486816 - ] - ], - [ - 0.8333333134651184, - [ - -1.5883974335179434e-22, - 1.1684311628341675, - 0.7925387620925903 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 1.1642347574234009, - 0.7936738729476929 - ] - ], - [ - 1.2083333730697632, - [ - 4.440892098500626e-16, - 1.163382649421692, - 0.7939046621322632 - ] - ], - [ - 1.25, - [ - 2.220446049250313e-16, - 1.1628000736236572, - 0.7940624952316284 - ] - ], - [ - 1.3333333730697632, - [ - -4.1633621503794487e-17, - 1.1642347574234009, - 0.7936738729476929 - ] - ], - [ - 1.375, - [ - -3.8510861166685117e-16, - 1.1632843017578125, - 0.7939313054084778 - ] - ], - [ - 1.4166666269302368, - [ - -2.914336233734424e-16, - 1.1614824533462524, - 0.7944195866584778 - ] - ], - [ - 1.4583333730697632, - [ - -1.5265550706728141e-16, - 1.1590862274169922, - 0.7950696349143982 - ] - ], - [ - 1.5416666269302368, - [ - -1.3877787807814457e-16, - 1.153643012046814, - 0.7965490818023682 - ] - ], - [ - 1.5833333730697632, - [ - -8.326666728988264e-17, - 1.151239037513733, - 0.7972036600112915 - ] - ], - [ - 1.7916666269302368, - [ - 5.551105858702922e-17, - 1.1431328058242798, - 0.7994164228439331 - ] - ], - [ - 1.8333333730697632, - [ - 1.6653353310311229e-16, - 1.1419894695281982, - 0.7997291684150696 - ] - ], - [ - 1.875, - [ - 2.220446049250313e-16, - 1.141378402709961, - 0.7998964190483093 - ] - ], - [ - 1.9166666269302368, - [ - 6.060847608948188e-28, - 1.1404880285263062, - 0.8001402020454407 - ] - ], - [ - 1.9583333730697632, - [ - 3.0283226149047677e-28, - 1.1384867429733276, - 0.8006885051727295 - ] - ], - [ - 2.0, - [ - 1.1102230246251565e-16, - 1.134489893913269, - 0.8017849922180176 - ] - ], - [ - 2.0416667461395264, - [ - 5.551115123125783e-17, - 1.0990880727767944, - 0.8115928769111633 - ] - ], - [ - 2.0833332538604736, - [ - 1.6653345369377348e-16, - 1.0217866897583008, - 0.8337595462799072 - ] - ], - [ - 2.125, - [ - -5.551115123125783e-17, - 0.9534642100334167, - 0.8549790382385254 - ] - ], - [ - 2.1666667461395264, - [ - -5.551115123125783e-17, - 0.9301916360855103, - 0.8631477952003479 - ] - ], - [ - 2.6666667461395264, - [ - -5.551115123125783e-17, - 0.9301916360855103, - 0.8631477952003479 - ] - ], - [ - 2.7083332538604736, - [ - -1.6653324193553667e-16, - 0.93669593334198, - 0.8607622981071472 - ] - ], - [ - 2.75, - [ - -2.7755575615628914e-16, - 0.95558762550354, - 0.8542731404304504 - ] - ], - [ - 2.7916667461395264, - [ - 1.6653345369377348e-16, - 0.9870169758796692, - 0.8442529439926147 - ] - ], - [ - 2.8333332538604736, - [ - -5.551115123125783e-17, - 1.0383639335632324, - 0.8288958668708801 - ] - ], - [ - 2.875, - [ - 1.1102230246251565e-16, - 1.1238726377487183, - 0.8047081828117371 - ] - ], - [ - 2.9166667461395264, - [ - -2.775582376981268e-17, - 1.187964916229248, - 0.7872874736785889 - ] - ], - [ - 2.9583332538604736, - [ - -1.5265566588595902e-16, - 1.1968520879745483, - 0.7849206328392029 - ] - ], - [ - 3.0, - [ - -1.0755285551056204e-16, - 1.1941710710525513, - 0.7856323719024658 - ] - ], - [ - 3.0416667461395264, - [ - 2.636779683484747e-16, - 1.16435706615448, - 0.7936407327651978 - ] - ], - [ - 3.0833332538604736, - [ - 5.551115123125783e-17, - 1.0830084085464478, - 0.8161091804504395 - ] - ], - [ - 3.125, - [ - 1.249000902703301e-16, - 0.9737745523452759, - 0.8483925461769104 - ] - ], - [ - 3.1666667461395264, - [ - 1.97758476261356e-16, - 0.8952728509902954, - 0.8778693079948425 - ] - ], - [ - 3.2083332538604736, - [ - -4.163336342344337e-17, - 0.8330405354499817, - 0.909970223903656 - ] - ], - [ - 3.25, - [ - -1.3877787807814457e-17, - 0.7951647639274597, - 0.932269811630249 - ] - ], - [ - 3.2916667461395264, - [ - -1.1102230246251565e-16, - 0.7825008034706116, - 0.9402115941047668 - ] - ], - [ - 3.3333332538604736, - [ - -5.551115123125783e-17, - 0.7814072370529175, - 0.9409171938896179 - ] - ], - [ - 3.7916667461395264, - [ - 1.1102337448858952e-16, - 0.7814436554908752, - 0.9408934712409973 - ] - ], - [ - 3.8333332538604736, - [ - 8.881784197001252e-16, - 0.7817767262458801, - 0.9406778812408447 - ] - ], - [ - 3.875, - [ - 2.220446049250313e-16, - 0.7824484705924988, - 0.9402452111244202 - ] - ], - [ - 3.9166667461395264, - [ - -4.440892098500626e-16, - 0.7828627824783325, - 0.9399793148040771 - ] - ], - [ - 4.583333492279053, - [ - -4.2370620900733513e-16, - 0.7815690040588379, - 0.9408122301101685 - ] - ], - [ - 5.041666507720947, - [ - 4.440892098500626e-16, - 0.7814667820930481, - 0.9408784508705139 - ] - ], - [ - 5.083333492279053, - [ - -1.3322676295501878e-15, - 0.7822321057319641, - 0.9403842687606812 - ] - ], - [ - 5.125, - [ - 6.661338147750939e-16, - 0.7849571108818054, - 0.9386439323425293 - ] - ], - [ - 5.166666507720947, - [ - 4.440900039434507e-16, - 0.7907813191413879, - 0.9349837303161621 - ] - ], - [ - 5.208333492279053, - [ - 2.220446049250313e-16, - 0.8002061247825623, - 0.9291860461235046 - ] - ], - [ - 5.25, - [ - 4.440892098500626e-16, - 0.812886655330658, - 0.92159104347229 - ] - ], - [ - 5.291666507720947, - [ - -4.440892098500626e-16, - 0.8276978731155396, - 0.9129973649978638 - ] - ], - [ - 5.333333492279053, - [ - 0.0, - 0.8429797291755676, - 0.9044430255889893 - ] - ], - [ - 5.375, - [ - 0.0, - 0.8568453788757324, - 0.8969680070877075 - ] - ], - [ - 5.416666507720947, - [ - 2.220446049250313e-16, - 0.8674443364143372, - 0.8914499878883362 - ] - ], - [ - 5.458333492279053, - [ - -2.220446049250313e-16, - 0.873916745185852, - 0.8881691098213196 - ] - ], - [ - 5.5, - [ - 0.0, - 0.8773136734962463, - 0.8864755034446716 - ] - ], - [ - 5.541666507720947, - [ - 0.0, - 0.8788717985153198, - 0.8857053518295288 - ] - ], - [ - 5.583333492279053, - [ - 9.693255484279512e-27, - 0.8798796534538269, - 0.8852094411849976 - ] - ], - [ - 5.666666507720947, - [ - 1.110229377372261e-16, - 0.8834723234176636, - 0.8834565877914429 - ] - ], - [ - 5.708333492279053, - [ - -1.1102230246251565e-16, - 0.8846806287765503, - 0.8828722834587097 - ] - ], - [ - 5.75, - [ - 0.0, - 0.8865835070610046, - 0.8819577097892761 - ] - ], - [ - 5.791666507720947, - [ - 0.0, - 0.8905103206634521, - 0.8800919055938721 - ] - ], - [ - 5.833333492279053, - [ - 4.440892098500626e-16, - 0.8980957269668579, - 0.8765737414360046 - ] - ], - [ - 5.916666507720947, - [ - -1.1102230246251565e-16, - 0.9188829064369202, - 0.8675792813301086 - ] - ], - [ - 5.958333492279053, - [ - 1.588160775246377e-22, - 0.9269627928733826, - 0.8643758296966553 - ] - ], - [ - 6.0, - [ - 1.3877787807814457e-17, - 0.9301916360855103, - 0.8631477952003479 - ] - ], - [ - 6.375, - [ - 4.930380657631324e-32, - 0.9301916360855103, - 0.8631477952003479 - ] - ], - [ - 6.416666507720947, - [ - 4.930380657631324e-32, - 0.9363843202590942, - 0.8608742952346802 - ] - ], - [ - 6.458333492279053, - [ - 4.930380657631324e-32, - 0.9553455710411072, - 0.8543534278869629 - ] - ], - [ - 6.5, - [ - 4.930380657631324e-32, - 0.9873740673065186, - 0.8441426157951355 - ] - ], - [ - 6.541666507720947, - [ - 4.930380657631324e-32, - 1.0289150476455688, - 0.8316590785980225 - ] - ], - [ - 6.583333492279053, - [ - 4.930380657631324e-32, - 1.072282314300537, - 0.819145679473877 - ] - ], - [ - 6.625, - [ - 4.930380657631324e-32, - 1.1088871955871582, - 0.8088603019714355 - ] - ], - [ - 6.666666507720947, - [ - 4.930380657631324e-32, - 1.132763385772705, - 0.8022593259811401 - ] - ], - [ - 6.708333492279053, - [ - 4.930380657631324e-32, - 1.1411842107772827, - 0.799949586391449 - ] - ], - [ - 6.791666507720947, - [ - -5.551115123125783e-17, - 1.1408312320709229, - 0.8000462055206299 - ] - ], - [ - 6.875, - [ - -1.3322676295501878e-15, - 1.1397916078567505, - 0.8003309369087219 - ] - ], - [ - 6.958333492279053, - [ - 1.7763568394002505e-15, - 1.1380890607833862, - 0.8007974624633789 - ] - ], - [ - 7.041666507720947, - [ - -3.8778787400999566e-26, - 1.1357415914535522, - 0.8014413714408875 - ] - ], - [ - 7.125, - [ - 2.6645352591003757e-15, - 1.132763385772705, - 0.8022593259811401 - ] - ], - [ - 7.208333492279053, - [ - 2.6645352591003757e-15, - 1.1291667222976685, - 0.8032487034797668 - ] - ], - [ - 7.291666507720947, - [ - -4.440942920477461e-16, - 1.1249643564224243, - 0.8044069409370422 - ] - ], - [ - 7.375, - [ - 8.881784197001252e-16, - 1.1201707124710083, - 0.8057309985160828 - ] - ], - [ - 7.458333492279053, - [ - 7.771546878695111e-16, - 1.1148040294647217, - 0.8072171211242676 - ] - ], - [ - 7.541666507720947, - [ - -2.220446049250313e-16, - 1.1088871955871582, - 0.8088603019714355 - ] - ], - [ - 7.625, - [ - 1.3322676295501878e-15, - 1.10244882106781, - 0.8106541037559509 - ] - ], - [ - 7.708333492279053, - [ - 8.326672684688674e-16, - 1.0955239534378052, - 0.8125903606414795 - ] - ], - [ - 7.833333492279053, - [ - 9.714191399885533e-17, - 1.084317922592163, - 0.8157396912574768 - ] - ], - [ - 7.958333492279053, - [ - 8.881784197001252e-16, - 1.072282314300537, - 0.819145679473877 - ] - ], - [ - 8.083333015441895, - [ - -4.440892098500626e-16, - 1.0596174001693726, - 0.8227583169937134 - ] - ], - [ - 8.458333015441895, - [ - 2.220446049250313e-16, - 1.0201754570007324, - 0.8342364430427551 - ] - ], - [ - 8.625, - [ - 3.885780586188048e-16, - 1.003211498260498, - 0.8393082022666931 - ] - ], - [ - 8.75, - [ - 6.938893903907228e-16, - 0.9912014603614807, - 0.8429641127586365 - ] - ], - [ - 8.875, - [ - 8.881784197001252e-16, - 0.9800219535827637, - 0.8464272022247314 - ] - ], - [ - 9.0, - [ - 4.440892098500626e-16, - 0.969831645488739, - 0.849645733833313 - ] - ], - [ - 9.083333015441895, - [ - 6.66132544225673e-16, - 0.9636474251747131, - 0.8516338467597961 - ] - ], - [ - 9.166666984558105, - [ - -1.1102230246251565e-16, - 0.9579800367355347, - 0.8534833788871765 - ] - ], - [ - 9.25, - [ - 3.885780586188048e-16, - 0.9528451561927795, - 0.8551857471466064 - ] - ], - [ - 9.333333015441895, - [ - 4.996029021801622e-16, - 0.948250412940979, - 0.8567339777946472 - ] - ], - [ - 9.416666984558105, - [ - -2.220446049250313e-16, - 0.9441965818405151, - 0.8581228256225586 - ] - ], - [ - 9.5, - [ - -1.1102230246251565e-16, - 0.9406784772872925, - 0.8593484163284302 - ] - ], - [ - 9.583333015441895, - [ - -1.4432899320127035e-15, - 0.937686562538147, - 0.8604077100753784 - ] - ], - [ - 9.666666984558105, - [ - 5.551115123125783e-16, - 0.9352091550827026, - 0.8612985014915466 - ] - ], - [ - 9.75, - [ - 2.220446049250313e-16, - 0.9332342743873596, - 0.8620185256004333 - ] - ], - [ - 9.833333015441895, - [ - 3.330690249699151e-16, - 0.9317522644996643, - 0.8625653386116028 - ] - ], - [ - 9.916666984558105, - [ - 1.2212453270876722e-15, - 0.9307583570480347, - 0.8629354238510132 - ] - ], - [ - 10.0, - [ - -1.1102230246251565e-16, - 0.9302554130554199, - 0.8631238341331482 - ] - ], - [ - 11.375, - [ - 2.220446049250313e-16, - 0.9301916360855103, - 0.8631477952003479 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715902363_1490404.json b/lenses/physics-objects/Scene/assets/1645812715902363_1490404.json deleted file mode 100644 index de302138..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715902363_1490404.json +++ /dev/null @@ -1,856 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715902363:1490404", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.2083333283662796, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.25, - [ - -0.0044024051167070866, - -0.0, - 0.0, - 0.9999904036521912 - ] - ], - [ - 0.2916666567325592, - [ - -0.03630196675658226, - -0.0, - 0.0, - 0.9993408918380737 - ] - ], - [ - 0.3333333432674408, - [ - -0.07834164798259735, - -0.0, - 0.0, - 0.9969266653060913 - ] - ], - [ - 0.375, - [ - -0.09407032281160355, - -0.0, - 0.0, - 0.99556565284729 - ] - ], - [ - 0.625, - [ - -0.09344440698623657, - -0.0, - 0.0, - 0.9956246018409729 - ] - ], - [ - 1.0, - [ - -0.09137172996997833, - -0.0, - 0.0, - 0.9958169460296631 - ] - ], - [ - 1.25, - [ - -0.08952010422945023, - -0.0, - 0.0, - 0.9959850311279297 - ] - ], - [ - 1.3333333730697632, - [ - -0.09025412052869797, - -0.0, - 0.0, - 0.995918869972229 - ] - ], - [ - 1.375, - [ - -0.0897677093744278, - -0.0, - 0.0, - 0.9959627389907837 - ] - ], - [ - 1.4166666269302368, - [ - -0.08884710818529129, - -0.0, - 0.0, - 0.9960452914237976 - ] - ], - [ - 1.5833333730697632, - [ - -0.08365099877119064, - -0.0, - 0.0, - 0.9964951276779175 - ] - ], - [ - 1.7916666269302368, - [ - -0.07958418130874634, - -0.0, - 0.0, - 0.9968281388282776 - ] - ], - [ - 1.8333333730697632, - [ - -0.07901385426521301, - -0.0, - 0.0, - 0.9968736171722412 - ] - ], - [ - 1.9166666269302368, - [ - -0.07826604694128036, - -0.0, - 0.0, - 0.9969325065612793 - ] - ], - [ - 1.9583333730697632, - [ - -0.07727143168449402, - -0.0, - 0.0, - 0.9970101118087769 - ] - ], - [ - 2.0, - [ - -0.07529256492853165, - -0.0, - 0.0, - 0.9971615076065063 - ] - ], - [ - 2.0416667461395264, - [ - -0.05821897089481354, - -0.0, - 0.0, - 0.9983039498329163 - ] - ], - [ - 2.0833332538604736, - [ - -0.024571692571043968, - -0.0, - 0.0, - 0.9996980428695679 - ] - ], - [ - 2.125, - [ - -0.0027983079198747873, - -0.0, - 0.0, - 0.9999961853027344 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.6666667461395264, - [ - -1.937007790283788e-21, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 2.7083332538604736, - [ - -0.00027927535120397806, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 2.75, - [ - -0.003247317858040333, - -0.0, - 0.0, - 0.9999947547912598 - ] - ], - [ - 2.7916667461395264, - [ - -0.0119928028434515, - -0.0, - 0.0, - 0.9999281764030457 - ] - ], - [ - 2.8333332538604736, - [ - -0.031250521540641785, - -0.0, - 0.0, - 0.9995115995407104 - ] - ], - [ - 2.875, - [ - -0.07008468359708786, - -0.0, - 0.0, - 0.997541069984436 - ] - ], - [ - 2.9166667461395264, - [ - -0.1025891900062561, - -0.0, - 0.0, - 0.994723916053772 - ] - ], - [ - 2.9583332538604736, - [ - -0.10732630640268326, - -0.0, - 0.0, - 0.9942238330841064 - ] - ], - [ - 3.0, - [ - -0.10588639229536057, - -0.0, - 0.0, - 0.9943783283233643 - ] - ], - [ - 3.0416667461395264, - [ - -0.09031671285629272, - -0.0, - 0.0, - 0.9959130883216858 - ] - ], - [ - 3.0833332538604736, - [ - -0.050759296864271164, - -0.0, - 0.0, - 0.9987109303474426 - ] - ], - [ - 3.125, - [ - -0.007903996855020523, - -0.0, - 0.0, - 0.9999687671661377 - ] - ], - [ - 3.1666667461395264, - [ - -0.006142372265458107, - -0.0, - 0.0, - 0.999981164932251 - ] - ], - [ - 3.2083332538604736, - [ - -0.03945261612534523, - -0.0, - 0.0, - 0.9992214441299438 - ] - ], - [ - 3.25, - [ - -0.0702248215675354, - -0.0, - 0.0, - 0.9975312948226929 - ] - ], - [ - 3.2916667461395264, - [ - -0.08234752714633942, - -0.0, - 0.0, - 0.9966036677360535 - ] - ], - [ - 3.3333332538604736, - [ - -0.08346906304359436, - -0.0, - 0.0, - 0.99651038646698 - ] - ], - [ - 3.7916667461395264, - [ - -0.08343102782964706, - -0.0, - 0.0, - 0.9965135455131531 - ] - ], - [ - 3.8333332538604736, - [ - -0.08308674395084381, - -0.0, - 0.0, - 0.9965423345565796 - ] - ], - [ - 3.875, - [ - -0.08240064233541489, - -0.0, - 0.0, - 0.9965993762016296 - ] - ], - [ - 3.9166667461395264, - [ - -0.08198122680187225, - -0.0, - 0.0, - 0.9966338872909546 - ] - ], - [ - 4.583333492279053, - [ - -0.08330099284648895, - -0.0, - 0.0, - 0.996524453163147 - ] - ], - [ - 5.041666507720947, - [ - -0.083406962454319, - -0.0, - 0.0, - 0.9965155720710754 - ] - ], - [ - 5.083333492279053, - [ - -0.08262065798044205, - -0.0, - 0.0, - 0.9965810775756836 - ] - ], - [ - 5.125, - [ - -0.07989349216222763, - -0.0, - 0.0, - 0.9968035221099854 - ] - ], - [ - 5.166666507720947, - [ - -0.07428906112909317, - -0.0, - 0.0, - 0.9972368478775024 - ] - ], - [ - 5.208333492279053, - [ - -0.06569191813468933, - -0.0, - 0.0, - 0.9978400468826294 - ] - ], - [ - 5.25, - [ - -0.05490035563707352, - -0.0, - 0.0, - 0.9984919428825378 - ] - ], - [ - 5.291666507720947, - [ - -0.043345119804143906, - -0.0, - 0.0, - 0.9990601539611816 - ] - ], - [ - 5.333333492279053, - [ - -0.03260820731520653, - -0.0, - 0.0, - 0.999468207359314 - ] - ], - [ - 5.375, - [ - -0.023956038057804108, - -0.0, - 0.0, - 0.999713122844696 - ] - ], - [ - 5.416666507720947, - [ - -0.018088286742568016, - -0.0, - 0.0, - 0.9998365044593811 - ] - ], - [ - 5.458333492279053, - [ - -0.014843663200736046, - -0.0, - 0.0, - 0.9998898506164551 - ] - ], - [ - 5.5, - [ - -0.013248545117676258, - -0.0, - 0.0, - 0.9999122619628906 - ] - ], - [ - 5.541666507720947, - [ - -0.01254241168498993, - -0.0, - 0.0, - 0.999921441078186 - ] - ], - [ - 5.583333492279053, - [ - -0.012094336561858654, - -0.0, - 0.0, - 0.9999268651008606 - ] - ], - [ - 5.666666507720947, - [ - -0.010553550906479359, - -0.0, - 0.0, - 0.9999443292617798 - ] - ], - [ - 5.708333492279053, - [ - -0.010055454447865486, - -0.0, - 0.0, - 0.9999494552612305 - ] - ], - [ - 5.75, - [ - -0.00929200742393732, - -0.0, - 0.0, - 0.9999568462371826 - ] - ], - [ - 5.791666507720947, - [ - -0.007799061015248299, - -0.0, - 0.0, - 0.9999696016311646 - ] - ], - [ - 5.875, - [ - -0.0025118307676166296, - -0.0, - 0.0, - 0.9999968409538269 - ] - ], - [ - 5.916666507720947, - [ - -0.0007066410034894943, - -0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 5.958333492279053, - [ - -5.968180266791023e-05, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 6.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.416666507720947, - [ - -0.0002545444294810295, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 6.458333492279053, - [ - -0.0031949300318956375, - -0.0, - 0.0, - 0.9999949932098389 - ] - ], - [ - 6.5, - [ - -0.012109464034438133, - -0.0, - 0.0, - 0.9999266862869263 - ] - ], - [ - 6.541666507720947, - [ - -0.027398819103837013, - -0.0, - 0.0, - 0.9996246099472046 - ] - ], - [ - 6.583333492279053, - [ - -0.04589970037341118, - -0.0, - 0.0, - 0.9989460706710815 - ] - ], - [ - 6.625, - [ - -0.06285962462425232, - -0.0, - 0.0, - 0.9980223774909973 - ] - ], - [ - 6.666666507720947, - [ - -0.07444079965353012, - -0.0, - 0.0, - 0.9972254633903503 - ] - ], - [ - 6.708333492279053, - [ - -0.07861262559890747, - -0.0, - 0.0, - 0.9969052672386169 - ] - ], - [ - 6.75, - [ - -0.07856834679841995, - -0.0, - 0.0, - 0.9969088435173035 - ] - ], - [ - 6.875, - [ - -0.07791963964700699, - -0.0, - 0.0, - 0.9969597458839417 - ] - ], - [ - 7.0, - [ - -0.07653172314167023, - -0.0, - 0.0, - 0.9970671534538269 - ] - ], - [ - 7.125, - [ - -0.07444082945585251, - -0.0, - 0.0, - 0.9972255229949951 - ] - ], - [ - 7.25, - [ - -0.07167990505695343, - -0.0, - 0.0, - 0.9974277019500732 - ] - ], - [ - 7.375, - [ - -0.06828592717647552, - -0.0, - 0.0, - 0.9976658821105957 - ] - ], - [ - 7.5, - [ - -0.06430612504482269, - -0.0, - 0.0, - 0.9979302287101746 - ] - ], - [ - 7.666666507720947, - [ - -0.05819864943623543, - -0.0, - 0.0, - 0.9983050227165222 - ] - ], - [ - 7.833333492279053, - [ - -0.05135929957032204, - -0.0, - 0.0, - 0.9986802339553833 - ] - ], - [ - 8.291666984558105, - [ - -0.030988909304142, - -0.0, - 0.0, - 0.9995198249816895 - ] - ], - [ - 8.5, - [ - -0.022275926545262337, - -0.0, - 0.0, - 0.9997518658638 - ] - ], - [ - 8.666666984558105, - [ - -0.01611226797103882, - -0.0, - 0.0, - 0.9998703002929688 - ] - ], - [ - 8.791666984558105, - [ - -0.012109454721212387, - -0.0, - 0.0, - 0.9999266862869263 - ] - ], - [ - 8.916666984558105, - [ - -0.00870725978165865, - -0.0, - 0.0, - 0.9999620914459229 - ] - ], - [ - 9.041666984558105, - [ - -0.005933166015893221, - -0.0, - 0.0, - 0.9999824166297913 - ] - ], - [ - 9.166666984558105, - [ - -0.003780438331887126, - -0.0, - 0.0, - 0.999992847442627 - ] - ], - [ - 9.291666984558105, - [ - -0.0022088452242314816, - -0.0, - 0.0, - 0.9999975562095642 - ] - ], - [ - 9.458333015441895, - [ - -0.0008924947469495237, - -0.0, - 0.0, - 0.9999997019767761 - ] - ], - [ - 9.666666984558105, - [ - -0.00017065681458916515, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715902563_1490411.json b/lenses/physics-objects/Scene/assets/1645812715902563_1490411.json deleted file mode 100644 index 6d20dc59..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715902563_1490411.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715902563:1490411", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715902724_1490418.json b/lenses/physics-objects/Scene/assets/1645812715902724_1490418.json deleted file mode 100644 index 2609b837..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715902724_1490418.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715902724:1490418", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715904512_1490431.json b/lenses/physics-objects/Scene/assets/1645812715904512_1490431.json deleted file mode 100644 index 77ca147f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715904512_1490431.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715904512:1490431", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.6645510196685791, - 0.7772661447525024, - 0.17876391112804413 - ] - ], - [ - 11.375, - [ - -0.6645510196685791, - 0.7772661447525024, - 0.17876391112804413 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715904686_1490438.json b/lenses/physics-objects/Scene/assets/1645812715904686_1490438.json deleted file mode 100644 index a95b4c9f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715904686_1490438.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715904686:1490438", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715904850_1490445.json b/lenses/physics-objects/Scene/assets/1645812715904850_1490445.json deleted file mode 100644 index 0c2a47db..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715904850_1490445.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715904850:1490445", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715905011_1490452.json b/lenses/physics-objects/Scene/assets/1645812715905011_1490452.json deleted file mode 100644 index 1aad2c68..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715905011_1490452.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715905011:1490452", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715907390_1490465.json b/lenses/physics-objects/Scene/assets/1645812715907390_1490465.json deleted file mode 100644 index 482748a7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715907390_1490465.json +++ /dev/null @@ -1,1130 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715907390:1490465", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.1102230246251565e-16, - -0.37915536761283875, - 0.9831839203834534 - ] - ], - [ - 0.0416666679084301, - [ - 1.1102230246251565e-16, - -0.37915536761283875, - 0.9831839203834534 - ] - ], - [ - 0.0833333358168602, - [ - -3.3306690738754696e-16, - -0.3725334107875824, - 0.9852607846260071 - ] - ], - [ - 0.125, - [ - 3.3306690738754696e-16, - -0.3627426326274872, - 0.9873220920562744 - ] - ], - [ - 0.1666666716337204, - [ - -3.885780586188048e-16, - -0.3499357998371124, - 0.9892839193344116 - ] - ], - [ - 0.2083333283662796, - [ - -5.551119093592723e-17, - -0.3346326947212219, - 0.9910811185836792 - ] - ], - [ - 0.25, - [ - 2.7755575615628914e-16, - -0.3176523447036743, - 0.992668092250824 - ] - ], - [ - 0.2916666567325592, - [ - 7.28583859910259e-16, - -0.3000079095363617, - 0.9940184354782104 - ] - ], - [ - 0.3333333432674408, - [ - -1.3877787807814457e-16, - -0.28277871012687683, - 0.9951235055923462 - ] - ], - [ - 0.375, - [ - 1.6653345369377348e-16, - -0.2669762372970581, - 0.9959897994995117 - ] - ], - [ - 0.4166666567325592, - [ - -1.6653345369377348e-16, - -0.2534196376800537, - 0.9966363310813904 - ] - ], - [ - 0.4583333432674408, - [ - -1.1102228261018095e-16, - -0.24263742566108704, - 0.9970909953117371 - ] - ], - [ - 0.5, - [ - 0.0, - -0.23480919003486633, - 0.9973874688148499 - ] - ], - [ - 0.5416666865348816, - [ - -7.562559945981296e-29, - -0.22975711524486542, - 0.997562050819397 - ] - ], - [ - 0.5833333134651184, - [ - -1.1102230246251565e-16, - -0.2269945740699768, - 0.9976505637168884 - ] - ], - [ - 0.625, - [ - 0.0, - -0.22583191096782684, - 0.9976856708526611 - ] - ], - [ - 0.6666666865348816, - [ - 1.5125119891962592e-28, - -0.22553342580795288, - 0.9976943731307983 - ] - ], - [ - 1.25, - [ - 1.1102230246251565e-16, - -0.22557520866394043, - 0.9976931810379028 - ] - ], - [ - 1.5, - [ - -1.3877787807814457e-16, - -0.2261197417974472, - 0.9976771473884583 - ] - ], - [ - 1.625, - [ - 2.7755575615628914e-17, - -0.22695696353912354, - 0.9976516962051392 - ] - ], - [ - 1.6666666269302368, - [ - 7.576059511185235e-29, - -0.2918669879436493, - 0.9945635795593262 - ] - ], - [ - 1.7083333730697632, - [ - 1.3877787807814457e-17, - -0.42341890931129456, - 0.9649350643157959 - ] - ], - [ - 1.75, - [ - -2.7755575615628914e-17, - -0.5359482169151306, - 0.9160395860671997 - ] - ], - [ - 1.7916666269302368, - [ - -7.94197707017013e-23, - -0.6360912322998047, - 0.8705357909202576 - ] - ], - [ - 1.8333333730697632, - [ - 2.220447637437089e-16, - -0.6785653233528137, - 0.8508304953575134 - ] - ], - [ - 1.875, - [ - 2.7755575615628914e-16, - -0.671563446521759, - 0.8540933132171631 - ] - ], - [ - 1.9166666269302368, - [ - -5.551115123125783e-17, - -0.6520597338676453, - 0.8631523847579956 - ] - ], - [ - 1.9583333730697632, - [ - 1.1102230246251565e-16, - -0.6223533153533936, - 0.8768623471260071 - ] - ], - [ - 2.0, - [ - 0.0, - -0.5848912000656128, - 0.8939860463142395 - ] - ], - [ - 2.0416667461395264, - [ - 5.551115123125783e-17, - -0.5423136949539185, - 0.9131937623023987 - ] - ], - [ - 2.0833332538604736, - [ - 1.0478072110413229e-22, - -0.4973987936973572, - 0.9331122636795044 - ] - ], - [ - 2.125, - [ - -5.551115123125783e-17, - -0.4529091417789459, - 0.9524197578430176 - ] - ], - [ - 2.1666667461395264, - [ - 1.1102230246251565e-16, - -0.411386102437973, - 0.969965398311615 - ] - ], - [ - 2.2083332538604736, - [ - 5.551131004993544e-17, - -0.37415874004364014, - 0.9848300218582153 - ] - ], - [ - 2.25, - [ - -5.551115123125783e-17, - -0.30650678277015686, - 0.9935501217842102 - ] - ], - [ - 2.2916667461395264, - [ - 5.551115123125783e-17, - -0.24836423993110657, - 0.9968560338020325 - ] - ], - [ - 2.3333332538604736, - [ - 7.941281610396087e-23, - -0.22733046114444733, - 0.9976401329040527 - ] - ], - [ - 2.375, - [ - -2.7755575615628914e-17, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 2.625, - [ - -5.551115123125783e-17, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 2.6666667461395264, - [ - -1.1102230246251565e-16, - -0.23604781925678253, - 0.9973425269126892 - ] - ], - [ - 2.7083332538604736, - [ - 5.551115123125783e-17, - -0.3056096136569977, - 0.9936166405677795 - ] - ], - [ - 2.75, - [ - -1.1102230246251565e-16, - -0.3744652569293976, - 0.9847444891929626 - ] - ], - [ - 2.7916667461395264, - [ - 2.220446049250313e-16, - -0.3895767033100128, - 0.9789539575576782 - ] - ], - [ - 2.8333332538604736, - [ - 5.551115123125783e-17, - -0.37446534633636475, - 0.9847444891929626 - ] - ], - [ - 2.875, - [ - 1.1102230246251565e-16, - -0.30560973286628723, - 0.9936166405677795 - ] - ], - [ - 2.9166667461395264, - [ - -1.3877787807814457e-16, - -0.23604772984981537, - 0.9973425269126892 - ] - ], - [ - 2.9583332538604736, - [ - -9.71445146547012e-17, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 3.5416667461395264, - [ - -5.551115123125783e-17, - -0.22551201283931732, - 0.9976949691772461 - ] - ], - [ - 4.0, - [ - -4.440892098500626e-16, - -0.22576037049293518, - 0.997687816619873 - ] - ], - [ - 4.166666507720947, - [ - -3.8778787400999566e-26, - -0.22644595801830292, - 0.9976673722267151 - ] - ], - [ - 4.291666507720947, - [ - -3.8778787400999566e-26, - -0.22763779759407043, - 0.9976304769515991 - ] - ], - [ - 4.375, - [ - 4.440892098500626e-16, - -0.22897039353847504, - 0.9975878596305847 - ] - ], - [ - 4.458333492279053, - [ - 4.440892098500626e-16, - -0.2309114933013916, - 0.9975234866142273 - ] - ], - [ - 4.541666507720947, - [ - 4.3369476562849266e-17, - -0.23364433646202087, - 0.9974290132522583 - ] - ], - [ - 4.583333492279053, - [ - -4.51461784622964e-16, - -0.23537148535251617, - 0.9973671436309814 - ] - ], - [ - 4.625, - [ - 2.220446049250313e-16, - -0.23737555742263794, - 0.9972935318946838 - ] - ], - [ - 4.666666507720947, - [ - -3.3306690738754696e-16, - -0.2396848350763321, - 0.9972062706947327 - ] - ], - [ - 4.708333492279053, - [ - -2.2204333437561043e-16, - -0.2423279583454132, - 0.9971032738685608 - ] - ], - [ - 4.75, - [ - 4.440892098500626e-16, - -0.24533331394195557, - 0.996982216835022 - ] - ], - [ - 4.791666507720947, - [ - 4.440892098500626e-16, - -0.24872855842113495, - 0.9968405961990356 - ] - ], - [ - 4.833333492279053, - [ - -8.881784197001252e-16, - -0.2525397837162018, - 0.9966753721237183 - ] - ], - [ - 4.875, - [ - 0.0, - -0.25679075717926025, - 0.9964834451675415 - ] - ], - [ - 4.916666507720947, - [ - 8.881784197001252e-16, - -0.2615019679069519, - 0.9962611794471741 - ] - ], - [ - 4.958333492279053, - [ - 8.881784197001252e-16, - -0.2666894197463989, - 0.9960044026374817 - ] - ], - [ - 5.0, - [ - 8.881784197001252e-16, - -0.27236342430114746, - 0.9957087635993958 - ] - ], - [ - 5.041666507720947, - [ - 8.881784197001252e-16, - -0.27852708101272583, - 0.9953693151473999 - ] - ], - [ - 5.083333492279053, - [ - -4.440892098500626e-16, - -0.28517472743988037, - 0.99498051404953 - ] - ], - [ - 5.125, - [ - 4.440892098500626e-16, - -0.2922899127006531, - 0.994536280632019 - ] - ], - [ - 5.166666507720947, - [ - 2.220446049250313e-16, - -0.29984351992607117, - 0.9940298795700073 - ] - ], - [ - 5.208333492279053, - [ - 4.440892098500626e-16, - -0.30779126286506653, - 0.9934538006782532 - ] - ], - [ - 5.25, - [ - 4.440892098500626e-16, - -0.31607121229171753, - 0.9927998781204224 - ] - ], - [ - 5.375, - [ - 0.0, - -0.34195709228515625, - 0.9902757406234741 - ] - ], - [ - 5.416666507720947, - [ - 0.01075931079685688, - -0.39702120423316956, - 0.9759056568145752 - ] - ], - [ - 5.458333492279053, - [ - 0.0421111136674881, - -0.5024012923240662, - 0.9309133291244507 - ] - ], - [ - 5.5, - [ - 0.09073902666568756, - -0.6627760529518127, - 0.8581802845001221 - ] - ], - [ - 5.541666507720947, - [ - 0.1462651789188385, - -0.8437169790267944, - 0.7724794745445251 - ] - ], - [ - 5.583333492279053, - [ - 0.19364634156227112, - -0.9968336820602417, - 0.6978775262832642 - ] - ], - [ - 5.625, - [ - 0.2218645066022873, - -1.0874909162521362, - 0.6529138684272766 - ] - ], - [ - 5.666666507720947, - [ - 0.23129446804523468, - -1.1176657676696777, - 0.6377884745597839 - ] - ], - [ - 5.708333492279053, - [ - 0.23211632668972015, - -1.1202890872955322, - 0.6364665031433105 - ] - ], - [ - 5.75, - [ - 0.23211632668972015, - -1.0820331573486328, - 0.6556392312049866 - ] - ], - [ - 5.791666507720947, - [ - 0.23211631178855896, - -0.8050523996353149, - 0.7910397052764893 - ] - ], - [ - 5.833333492279053, - [ - 0.23211631178855896, - -0.4404532015323639, - 0.9577363133430481 - ] - ], - [ - 5.875, - [ - 0.23211631178855896, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 5.916666507720947, - [ - 0.1945057511329651, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 5.958333492279053, - [ - -7.699258617321902e-07, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 6.0, - [ - -0.2091619074344635, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 6.041666507720947, - [ - -0.25119876861572266, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 6.083333492279053, - [ - -0.25119876861572266, - -0.2431444674730301, - 0.9970707893371582 - ] - ], - [ - 6.125, - [ - -0.25119876861572266, - -0.342929869890213, - 0.9901618361473083 - ] - ], - [ - 6.166666507720947, - [ - -0.25119876861572266, - -0.4012795686721802, - 0.9741523861885071 - ] - ], - [ - 6.208333492279053, - [ - -0.23762847483158112, - -0.44816499948501587, - 0.9544498324394226 - ] - ], - [ - 6.25, - [ - -0.13547219336032867, - -0.49825921654701233, - 0.9327343702316284 - ] - ], - [ - 6.291666507720947, - [ - -5.914143343943579e-07, - -0.5218364596366882, - 0.9223224520683289 - ] - ], - [ - 6.333333492279053, - [ - 0.17361094057559967, - -0.47626280784606934, - 0.9423429369926453 - ] - ], - [ - 6.375, - [ - 0.23211631178855896, - -0.40988796949386597, - 0.9705883264541626 - ] - ], - [ - 6.416666507720947, - [ - 0.22185881435871124, - -0.3496665358543396, - 0.9893198013305664 - ] - ], - [ - 6.458333492279053, - [ - 0.15467943251132965, - -0.2441355437040329, - 0.9970309734344482 - ] - ], - [ - 6.5, - [ - 0.0825684517621994, - -0.22551178932189941, - 0.9976949691772461 - ] - ], - [ - 6.541666507720947, - [ - 0.04905523732304573, - -0.22660446166992188, - 0.9976625442504883 - ] - ], - [ - 6.583333492279053, - [ - 0.025496698915958405, - -0.23934456706047058, - 0.9972192645072937 - ] - ], - [ - 6.625, - [ - 0.010529589839279652, - -0.2768210470676422, - 0.9954652786254883 - ] - ], - [ - 6.666666507720947, - [ - 0.002477017929777503, - -0.33364802598953247, - 0.9911829829216003 - ] - ], - [ - 6.708333492279053, - [ - 0.0, - -0.37915554642677307, - 0.9831839203834534 - ] - ], - [ - 6.75, - [ - 0.0, - -0.41195470094680786, - 0.9697287678718567 - ] - ], - [ - 6.791666507720947, - [ - -2.7755575615628914e-17, - -0.4564344882965088, - 0.9509073495864868 - ] - ], - [ - 6.833333492279053, - [ - 1.1102230246251565e-16, - -0.5058907270431519, - 0.929376482963562 - ] - ], - [ - 6.875, - [ - -1.3322676295501878e-15, - -0.5521218180656433, - 0.908795177936554 - ] - ], - [ - 6.916666507720947, - [ - -5.082420230653496e-21, - -0.5862444639205933, - 0.8933708071708679 - ] - ], - [ - 6.958333492279053, - [ - 1.3322676295501878e-15, - -0.5994938611984253, - 0.8873345255851746 - ] - ], - [ - 7.0, - [ - 0.0, - -0.5993655920028687, - 0.887393057346344 - ] - ], - [ - 7.041666507720947, - [ - 8.881784197001252e-16, - -0.5989856123924255, - 0.8875664472579956 - ] - ], - [ - 7.083333492279053, - [ - 7.75460438742361e-26, - -0.5983608365058899, - 0.8878517150878906 - ] - ], - [ - 7.166666507720947, - [ - -1.7763568394002505e-15, - -0.5964056253433228, - 0.8887437582015991 - ] - ], - [ - 7.25, - [ - -8.881784197001252e-16, - -0.5935572385787964, - 0.8900423645973206 - ] - ], - [ - 7.333333492279053, - [ - 8.881784197001252e-16, - -0.5898735523223877, - 0.8917199969291687 - ] - ], - [ - 7.416666507720947, - [ - -4.440892098500626e-16, - -0.5854132175445557, - 0.8937488198280334 - ] - ], - [ - 7.5, - [ - 5.551115123125783e-16, - -0.5802350044250488, - 0.8961004018783569 - ] - ], - [ - 7.583333492279053, - [ - -2.2204333437561043e-16, - -0.5743988156318665, - 0.8987459540367126 - ] - ], - [ - 7.666666507720947, - [ - -2.220446049250313e-16, - -0.5679647922515869, - 0.901656448841095 - ] - ], - [ - 7.75, - [ - -2.220446049250313e-16, - -0.5609936714172363, - 0.9048026204109192 - ] - ], - [ - 7.875, - [ - -5.273559366969494e-16, - -0.5496636629104614, - 0.909899115562439 - ] - ], - [ - 8.0, - [ - -4.440892098500626e-16, - -0.537470281124115, - 0.9153597354888916 - ] - ], - [ - 8.166666984558105, - [ - -4.440892098500626e-16, - -0.5202291011810303, - 0.923035740852356 - ] - ], - [ - 8.583333015441895, - [ - 5.551115123125783e-16, - -0.47521841526031494, - 0.9427963495254517 - ] - ], - [ - 8.75, - [ - 3.608224830031759e-16, - -0.4576740860939026, - 0.9503749012947083 - ] - ], - [ - 8.875, - [ - 1.1102230246251565e-15, - -0.44509249925613403, - 0.955761194229126 - ] - ], - [ - 9.0, - [ - 3.3306690738754696e-16, - -0.4331910014152527, - 0.960815966129303 - ] - ], - [ - 9.125, - [ - 1.0547118733938987e-15, - -0.4221249222755432, - 0.965478241443634 - ] - ], - [ - 9.25, - [ - 6.106226635438361e-16, - -0.4120388627052307, - 0.9696937799453735 - ] - ], - [ - 9.333333015441895, - [ - 1.1102230246251565e-16, - -0.4059262275695801, - 0.9722318649291992 - ] - ], - [ - 9.416666984558105, - [ - 1.6652837149608996e-16, - -0.4003470540046692, - 0.9745369553565979 - ] - ], - [ - 9.5, - [ - -2.220446049250313e-16, - -0.3953379988670349, - 0.9765967130661011 - ] - ], - [ - 9.583333015441895, - [ - -1.2212453270876722e-15, - -0.3909347653388977, - 0.9783994555473328 - ] - ], - [ - 9.666666984558105, - [ - 6.661338147750939e-16, - -0.3871726095676422, - 0.9799337387084961 - ] - ], - [ - 9.75, - [ - 3.3306690738754696e-16, - -0.38408711552619934, - 0.9811877608299255 - ] - ], - [ - 9.833333015441895, - [ - 1.5510419183298668e-25, - -0.3817145824432373, - 0.9821493625640869 - ] - ], - [ - 9.916666984558105, - [ - 1.4432899320127035e-15, - -0.38009271025657654, - 0.9828053116798401 - ] - ], - [ - 10.0, - [ - -3.3306690738754696e-16, - -0.3792613446712494, - 0.9831411242485046 - ] - ], - [ - 11.375, - [ - 1.1102230246251565e-16, - -0.37915536761283875, - 0.9831839203834534 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715907669_1490472.json b/lenses/physics-objects/Scene/assets/1645812715907669_1490472.json deleted file mode 100644 index 2a804e3a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715907669_1490472.json +++ /dev/null @@ -1,559 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715907669:1490472", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.7083333730697632, - [ - 0.0012711442541331053, - 0.0, - 0.0, - 0.9999992847442627 - ] - ], - [ - 1.75, - [ - 0.01288740336894989, - 0.0, - 0.0, - 0.9999169707298279 - ] - ], - [ - 1.7916666269302368, - [ - 0.02989107370376587, - 0.0, - 0.0, - 0.9995532631874084 - ] - ], - [ - 1.8333333730697632, - [ - 0.03845866397023201, - 0.0, - 0.0, - 0.9992601871490479 - ] - ], - [ - 1.875, - [ - 0.036998290568590164, - 0.0, - 0.0, - 0.9993153214454651 - ] - ], - [ - 1.9166666269302368, - [ - 0.033028796315193176, - 0.0, - 0.0, - 0.9994544982910156 - ] - ], - [ - 1.9583333730697632, - [ - 0.027276670560240746, - 0.0, - 0.0, - 0.999627947807312 - ] - ], - [ - 2.0416667461395264, - [ - 0.013812236487865448, - 0.0, - 0.0, - 0.9999046325683594 - ] - ], - [ - 2.0833332538604736, - [ - 0.007827799767255783, - 0.0, - 0.0, - 0.9999693632125854 - ] - ], - [ - 2.125, - [ - 0.003314782166853547, - 0.0, - 0.0, - 0.9999945163726807 - ] - ], - [ - 2.1666667461395264, - [ - 0.0006926740170456469, - 0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 2.2083332538604736, - [ - 1.5023844561273206e-15, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 5.416666507720947, - [ - 0.00022682327835354954, - 0.0025021356996148825, - 0.0032253973186016083, - 0.9999916553497314 - ] - ], - [ - 5.458333492279053, - [ - 0.008486957289278507, - 0.009205265901982784, - 0.013048399239778519, - 0.9998365640640259 - ] - ], - [ - 5.5, - [ - 0.03528411686420441, - 0.019130829721689224, - 0.02868819236755371, - 0.9987822771072388 - ] - ], - [ - 5.541666507720947, - [ - 0.07743361592292786, - 0.031044427305459976, - 0.04632025584578514, - 0.99543696641922 - ] - ], - [ - 5.583333492279053, - [ - 0.11964032799005508, - 0.042265646159648895, - 0.06076713651418686, - 0.9900541305541992 - ] - ], - [ - 5.625, - [ - 0.14701439440250397, - 0.04952826350927353, - 0.06899973750114441, - 0.9854809641838074 - ] - ], - [ - 5.666666507720947, - [ - 0.15660341084003448, - 0.052060358226299286, - 0.07168080657720566, - 0.9836803078651428 - ] - ], - [ - 5.708333492279053, - [ - 0.15745913982391357, - 0.05228354409337044, - 0.0719129741191864, - 0.9835149049758911 - ] - ], - [ - 5.75, - [ - 0.14515860378742218, - 0.05138096958398819, - 0.07256060093641281, - 0.985405445098877 - ] - ], - [ - 5.791666507720947, - [ - 0.06691712141036987, - 0.04549264907836914, - 0.07639020681381226, - 0.9937892556190491 - ] - ], - [ - 5.833333492279053, - [ - 0.0018629498081281781, - 0.04040592536330223, - 0.07919852435588837, - 0.9960379004478455 - ] - ], - [ - 5.875, - [ - -0.00047722982708364725, - 0.0402197428047657, - 0.07929324358701706, - 0.996039628982544 - ] - ], - [ - 5.916666507720947, - [ - -0.00020033142936881632, - 0.034785378724336624, - 0.06571347266435623, - 0.9972320199012756 - ] - ], - [ - 5.958333492279053, - [ - 2.5229711508455328e-14, - -1.8501810927773477e-07, - -2.2651367714843218e-07, - 1.0 - ] - ], - [ - 6.0, - [ - -0.0013321373844519258, - -0.06224972754716873, - -0.05263727530837059, - 0.9966707229614258 - ] - ], - [ - 6.041666507720947, - [ - -0.0022083064541220665, - -0.0759393572807312, - -0.06222638860344887, - 0.995166540145874 - ] - ], - [ - 6.125, - [ - -0.0022083064541220665, - -0.0759393572807312, - -0.06222638860344887, - 0.995166540145874 - ] - ], - [ - 6.166666507720947, - [ - -0.0018756464123725891, - -0.07596014440059662, - -0.06220099329948425, - 0.9951671361923218 - ] - ], - [ - 6.208333492279053, - [ - 0.0010159120429307222, - -0.07165930420160294, - -0.05895334109663963, - 0.9956849217414856 - ] - ], - [ - 6.25, - [ - 0.007583921775221825, - -0.039184991270303726, - -0.03489953652024269, - 0.9985936284065247 - ] - ], - [ - 6.291666507720947, - [ - 0.010924255475401878, - -1.362262622706112e-07, - -1.766692321325536e-07, - 0.9999403357505798 - ] - ], - [ - 6.333333492279053, - [ - 0.005394941661506891, - 0.03194966912269592, - 0.058081548660993576, - 0.9977859854698181 - ] - ], - [ - 6.375, - [ - 0.0001522451057098806, - 0.040269844233989716, - 0.07926779985427856, - 0.996039628982544 - ] - ], - [ - 6.416666507720947, - [ - -0.0003952232073061168, - 0.03877463936805725, - 0.0755656361579895, - 0.9963865876197815 - ] - ], - [ - 6.458333492279053, - [ - 6.346464260786888e-07, - 0.02869177982211113, - 0.05155092850327492, - 0.9982582330703735 - ] - ], - [ - 6.5, - [ - 0.00011104723671451211, - 0.016667170450091362, - 0.026567675173282623, - 0.9995080828666687 - ] - ], - [ - 6.541666507720947, - [ - 7.15544301783666e-05, - 0.010455048643052578, - 0.015389926731586456, - 0.9998269081115723 - ] - ], - [ - 6.583333492279053, - [ - 2.866606337192934e-05, - 0.005706924945116043, - 0.007803342305123806, - 0.9999532699584961 - ] - ], - [ - 6.625, - [ - 6.326279617496766e-06, - 0.0024496125988662243, - 0.0031559232156723738, - 0.9999920129776001 - ] - ], - [ - 6.666666507720947, - [ - 4.051044015795924e-07, - 0.0005904322606511414, - 0.0007322074379771948, - 0.9999995827674866 - ] - ], - [ - 6.708333492279053, - [ - 4.982739074859202e-15, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 6.75, - [ - 0.0007163833943195641, - 0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 6.791666507720947, - [ - 0.0036134407855570316, - 0.0, - 0.0, - 0.9999935626983643 - ] - ], - [ - 6.833333492279053, - [ - 0.008858262561261654, - 0.0, - 0.0, - 0.9999607801437378 - ] - ], - [ - 6.875, - [ - 0.015283182263374329, - 0.0, - 0.0, - 0.999883234500885 - ] - ], - [ - 6.916666507720947, - [ - 0.020807143300771713, - 0.0, - 0.0, - 0.9997835159301758 - ] - ], - [ - 6.958333492279053, - [ - 0.023110538721084595, - 0.0, - 0.0, - 0.9997329115867615 - ] - ], - [ - 7.166666507720947, - [ - 0.022566134110093117, - 0.0, - 0.0, - 0.9997453689575195 - ] - ], - [ - 7.375, - [ - 0.021062316372990608, - 0.0, - 0.0, - 0.999778151512146 - ] - ], - [ - 7.625, - [ - 0.01830524392426014, - 0.0, - 0.0, - 0.9998324513435364 - ] - ], - [ - 8.375, - [ - 0.00787357334047556, - 0.0, - 0.0, - 0.9999690055847168 - ] - ], - [ - 8.666666984558105, - [ - 0.004511572420597076, - 0.0, - 0.0, - 0.999989926815033 - ] - ], - [ - 8.916666984558105, - [ - 0.002391805639490485, - 0.0, - 0.0, - 0.9999971389770508 - ] - ], - [ - 9.166666984558105, - [ - 0.0010227533057332039, - 0.0, - 0.0, - 0.999999463558197 - ] - ], - [ - 9.5, - [ - 0.00018144592468161136, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715907916_1490479.json b/lenses/physics-objects/Scene/assets/1645812715907916_1490479.json deleted file mode 100644 index b1cbb590..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715907916_1490479.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715907916:1490479", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715908150_1490486.json b/lenses/physics-objects/Scene/assets/1645812715908150_1490486.json deleted file mode 100644 index 6e2c4425..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715908150_1490486.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715908150:1490486", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715910978_1490503.json b/lenses/physics-objects/Scene/assets/1645812715910978_1490503.json deleted file mode 100644 index 56b06a7a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715910978_1490503.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715910978:1490503", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7162027955055237, - 1.329153299331665, - 0.12957262992858887 - ] - ], - [ - 3.9583332538604736, - [ - 0.7162027955055237, - 1.329153299331665, - 0.12957262992858887 - ] - ], - [ - 4.0, - [ - 0.7339426279067993, - 1.3332955837249756, - 0.13033899664878845 - ] - ], - [ - 4.041666507720947, - [ - 0.7770094871520996, - 1.3435310125350952, - 0.13223445415496826 - ] - ], - [ - 4.083333492279053, - [ - 0.8301752805709839, - 1.3565729856491089, - 0.13465365767478943 - ] - ], - [ - 4.125, - [ - 0.878210186958313, - 1.369134545326233, - 0.13699115812778473 - ] - ], - [ - 4.166666507720947, - [ - 0.9181708097457886, - 1.385282039642334, - 0.1400468796491623 - ] - ], - [ - 4.208333492279053, - [ - 0.8242387771606445, - 1.3487550020217896, - 0.011927109211683273 - ] - ], - [ - 4.25, - [ - 0.7749305963516235, - 1.3293575048446655, - 0.012936032377183437 - ] - ], - [ - 4.291666507720947, - [ - 0.7540909051895142, - 1.3200751543045044, - 0.07580988854169846 - ] - ], - [ - 4.333333492279053, - [ - 0.7299612164497375, - 1.3201814889907837, - 0.08778146654367447 - ] - ], - [ - 4.375, - [ - 0.702268123626709, - 1.3204854726791382, - 0.0958498865365982 - ] - ], - [ - 4.416666507720947, - [ - 0.6745569109916687, - 1.320963740348816, - 0.10122114419937134 - ] - ], - [ - 4.458333492279053, - [ - 0.6503729224205017, - 1.3215932846069336, - 0.10510105639696121 - ] - ], - [ - 4.5, - [ - 0.6332624554634094, - 1.322351098060608, - 0.10869523137807846 - ] - ], - [ - 4.541666507720947, - [ - 0.6267710328102112, - 1.3232139348983765, - 0.11320950835943222 - ] - ], - [ - 4.583333492279053, - [ - 0.6407447457313538, - 1.3246526718139648, - 0.11879043281078339 - ] - ], - [ - 4.625, - [ - 0.6714869141578674, - 1.3266375064849854, - 0.12407921254634857 - ] - ], - [ - 4.666666507720947, - [ - 0.7022290229797363, - 1.3283954858779907, - 0.1280239373445511 - ] - ], - [ - 4.708333492279053, - [ - 0.7162027955055237, - 1.329153299331665, - 0.12957262992858887 - ] - ], - [ - 11.375, - [ - 0.7162027955055237, - 1.329153299331665, - 0.12957262992858887 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715911218_1490510.json b/lenses/physics-objects/Scene/assets/1645812715911218_1490510.json deleted file mode 100644 index dff49113..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715911218_1490510.json +++ /dev/null @@ -1,2260 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715911218:1490510", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2215646207332611, - 0.251025527715683, - -0.34463343024253845, - 0.876996636390686 - ] - ], - [ - 0.0416666679084301, - [ - 0.2215646207332611, - 0.251025527715683, - -0.34463343024253845, - 0.876996636390686 - ] - ], - [ - 0.0833333358168602, - [ - 0.24028028547763824, - 0.26591533422470093, - -0.33291780948638916, - 0.8721927404403687 - ] - ], - [ - 0.125, - [ - 0.2597622275352478, - 0.2830650806427002, - -0.32095327973365784, - 0.8656712770462036 - ] - ], - [ - 0.1666666716337204, - [ - 0.274564266204834, - 0.29741978645324707, - -0.31206461787223816, - 0.8595182299613953 - ] - ], - [ - 0.2083333283662796, - [ - 0.28039902448654175, - 0.30344027280807495, - -0.30861935019493103, - 0.8567698001861572 - ] - ], - [ - 0.25, - [ - 0.2514798641204834, - 0.2668648958206177, - -0.30427873134613037, - 0.8791788816452026 - ] - ], - [ - 0.2916666567325592, - [ - 0.17562095820903778, - 0.17963212728500366, - -0.2999976873397827, - 0.9202668070793152 - ] - ], - [ - 0.3333333432674408, - [ - 0.07778444141149521, - 0.07816232740879059, - -0.30392828583717346, - 0.9462917447090149 - ] - ], - [ - 0.375, - [ - 0.0, - -0.0, - -0.30901139974594116, - 0.9510584473609924 - ] - ], - [ - 0.4166666567325592, - [ - -0.0413445346057415, - -0.04665699601173401, - -0.30305215716362, - 0.9509328007698059 - ] - ], - [ - 0.4583333432674408, - [ - -0.06530895084142685, - -0.08190754801034927, - -0.2879068851470947, - 0.9519115090370178 - ] - ], - [ - 0.5, - [ - -0.07836136221885681, - -0.112683966755867, - -0.2686164379119873, - 0.9534186124801636 - ] - ], - [ - 0.5416666865348816, - [ - -0.0873342752456665, - -0.1455555558204651, - -0.25099706649780273, - 0.9529884457588196 - ] - ], - [ - 0.5833333134651184, - [ - -0.09479627758264542, - -0.18285253643989563, - -0.23556630313396454, - 0.94978266954422 - ] - ], - [ - 0.625, - [ - -0.09923874586820602, - -0.2198302298784256, - -0.219467893242836, - 0.9453360438346863 - ] - ], - [ - 0.6666666865348816, - [ - -0.10173658281564713, - -0.2525874972343445, - -0.20401230454444885, - 0.9403340816497803 - ] - ], - [ - 0.7083333134651184, - [ - -0.1037336140871048, - -0.27739161252975464, - -0.19069616496562958, - 0.9359103441238403 - ] - ], - [ - 0.75, - [ - -0.11238116770982742, - -0.291380912065506, - -0.18071259558200836, - 0.9326363801956177 - ] - ], - [ - 0.7916666865348816, - [ - -0.12843559682369232, - -0.296904057264328, - -0.1741667240858078, - 0.9300635457038879 - ] - ], - [ - 0.8333333134651184, - [ - -0.1439845860004425, - -0.2977290153503418, - -0.170562744140625, - 0.928188681602478 - ] - ], - [ - 0.875, - [ - -0.15098543465137482, - -0.29725953936576843, - -0.16942472755908966, - 0.9274348616600037 - ] - ], - [ - 0.9166666865348816, - [ - -0.14144591987133026, - -0.257304847240448, - -0.19061818718910217, - 0.936724066734314 - ] - ], - [ - 0.9583333134651184, - [ - -0.1076459288597107, - -0.16627775132656097, - -0.2413102686405182, - 0.9500175714492798 - ] - ], - [ - 1.0, - [ - -0.05174603685736656, - -0.06818277388811111, - -0.29685741662979126, - 0.9510779976844788 - ] - ], - [ - 1.0416666269302368, - [ - -4.2392233723376194e-08, - -5.1595797856407444e-08, - -0.32349422574043274, - 0.9462301731109619 - ] - ], - [ - 1.0833333730697632, - [ - 0.03520321100950241, - 0.04185819998383522, - -0.32404083013534546, - 0.9444608092308044 - ] - ], - [ - 1.125, - [ - 0.06728529930114746, - 0.08000332862138748, - -0.32535478472709656, - 0.939795970916748 - ] - ], - [ - 1.1666666269302368, - [ - 0.09670040756464005, - 0.11477240920066833, - -0.32726868987083435, - 0.9329370260238647 - ] - ], - [ - 1.2083333730697632, - [ - 0.1239500567317009, - 0.14653198421001434, - -0.32968956232070923, - 0.9243752360343933 - ] - ], - [ - 1.25, - [ - 0.14955395460128784, - 0.17566126585006714, - -0.3325880169868469, - 0.9144189357757568 - ] - ], - [ - 1.2916666269302368, - [ - 0.17402979731559753, - 0.2025407999753952, - -0.33598917722702026, - 0.9032176733016968 - ] - ], - [ - 1.3333333730697632, - [ - 0.19787722826004028, - 0.2275431901216507, - -0.3399658203125, - 0.8907816410064697 - ] - ], - [ - 1.375, - [ - 0.2215646207332611, - 0.251025527715683, - -0.34463343024253845, - 0.876996636390686 - ] - ], - [ - 1.4166666269302368, - [ - 0.24447935819625854, - 0.27162739634513855, - -0.3415670394897461, - 0.865898609161377 - ] - ], - [ - 1.4583333730697632, - [ - 0.2633688151836395, - 0.2879551351070404, - -0.32876232266426086, - 0.8600198030471802 - ] - ], - [ - 1.5, - [ - 0.2758696973323822, - 0.2992016673088074, - -0.31503817439079285, - 0.8573944568634033 - ] - ], - [ - 1.5416666269302368, - [ - 0.28039902448654175, - 0.30344027280807495, - -0.30861935019493103, - 0.8567698001861572 - ] - ], - [ - 1.5833333730697632, - [ - 0.26710569858551025, - 0.2787007987499237, - -0.30411607027053833, - 0.8709155321121216 - ] - ], - [ - 1.625, - [ - 0.23083186149597168, - 0.22194483876228333, - -0.2938389778137207, - 0.9006198048591614 - ] - ], - [ - 1.6666666269302368, - [ - 0.17855919897556305, - 0.16034719347953796, - -0.2830013930797577, - 0.9286094903945923 - ] - ], - [ - 1.7083333730697632, - [ - 0.1217915490269661, - 0.12322493642568588, - -0.2746489346027374, - 0.9458068609237671 - ] - ], - [ - 1.75, - [ - 0.05905912443995476, - 0.11478077620267868, - -0.244781032204628, - 0.9609472751617432 - ] - ], - [ - 1.7916666269302368, - [ - -0.01713395304977894, - 0.11051469296216965, - -0.17522695660591125, - 0.9781556129455566 - ] - ], - [ - 1.8333333730697632, - [ - -0.10144848376512527, - 0.09853203594684601, - -0.07533591985702515, - 0.9870786070823669 - ] - ], - [ - 1.875, - [ - -0.18674336373806, - 0.07025755941867828, - 0.04286724328994751, - 0.9789551496505737 - ] - ], - [ - 1.9166666269302368, - [ - -0.26427969336509705, - 0.022477174177765846, - 0.16523118317127228, - 0.9499208927154541 - ] - ], - [ - 1.9583333730697632, - [ - -0.3257998824119568, - -0.04186365380883217, - 0.2777675688266754, - 0.9027441740036011 - ] - ], - [ - 2.0, - [ - -0.36612123250961304, - -0.1146574318408966, - 0.36941084265708923, - 0.8463714122772217 - ] - ], - [ - 2.0416667461395264, - [ - -0.38467657566070557, - -0.18515533208847046, - 0.43362846970558167, - 0.7935413122177124 - ] - ], - [ - 2.0833332538604736, - [ - -0.3850374221801758, - -0.24294443428516388, - 0.46780437231063843, - 0.757550835609436 - ] - ], - [ - 2.125, - [ - -0.37252315878868103, - -0.2803163528442383, - 0.4704139232635498, - 0.7492396235466003 - ] - ], - [ - 2.1666667461395264, - [ - -0.3869068920612335, - -0.2939528822898865, - 0.08170054852962494, - 0.8701837658882141 - ] - ], - [ - 2.2083332538604736, - [ - -0.42469164729118347, - -0.17944467067718506, - -0.19341804087162018, - 0.8660405874252319 - ] - ], - [ - 2.25, - [ - -0.23644529283046722, - -0.10815824568271637, - -0.2994895577430725, - 0.9179878234863281 - ] - ], - [ - 2.2916667461395264, - [ - -0.15834002196788788, - -0.01202254369854927, - -0.32056596875190735, - 0.9338208436965942 - ] - ], - [ - 2.3333332538604736, - [ - -0.10006073862314224, - 0.09299635887145996, - -0.3216080665588379, - 0.9369673132896423 - ] - ], - [ - 2.375, - [ - -0.05555695295333862, - 0.17986300587654114, - -0.31142768263816833, - 0.9314373731613159 - ] - ], - [ - 2.4166667461395264, - [ - -0.02245049551129341, - 0.24393589794635773, - -0.2943090498447418, - 0.9237821102142334 - ] - ], - [ - 2.4583332538604736, - [ - -0.004923934582620859, - 0.2915998101234436, - -0.27249211072921753, - 0.9168933033943176 - ] - ], - [ - 2.5, - [ - -4.6408040361711755e-05, - 0.3103064298629761, - -0.2616787552833557, - 0.9139115810394287 - ] - ], - [ - 2.5416667461395264, - [ - -0.007607574108988047, - 0.29296937584877014, - -0.26693546772003174, - 0.9180721640586853 - ] - ], - [ - 2.5833332538604736, - [ - -0.02694660797715187, - 0.249392569065094, - -0.2802487313747406, - 0.9265732169151306 - ] - ], - [ - 2.625, - [ - -0.05298813059926033, - 0.19242554903030396, - -0.2978752851486206, - 0.9335068464279175 - ] - ], - [ - 2.6666667461395264, - [ - -0.08001509308815002, - 0.1354309320449829, - -0.31609657406806946, - 0.9355955123901367 - ] - ], - [ - 2.7083332538604736, - [ - -0.10157797485589981, - 0.09196696430444717, - -0.3314597010612488, - 0.933465838432312 - ] - ], - [ - 2.75, - [ - -0.11077576130628586, - 0.0753031075000763, - -0.3408663868904114, - 0.9305204153060913 - ] - ], - [ - 2.7916667461395264, - [ - -0.1084107905626297, - 0.08352372795343399, - -0.34480974078178406, - 0.928642749786377 - ] - ], - [ - 2.8333332538604736, - [ - -0.10223781317472458, - 0.10017219930887222, - -0.34635353088378906, - 0.9271203875541687 - ] - ], - [ - 2.875, - [ - -0.09579192847013474, - 0.11649180948734283, - -0.3464345335960388, - 0.9258707761764526 - ] - ], - [ - 2.9166667461395264, - [ - -0.0928056389093399, - 0.1238427683711052, - -0.34619107842445374, - 0.9253117442131042 - ] - ], - [ - 2.9583332538604736, - [ - -0.09304440021514893, - 0.12322922050952911, - -0.34613028168678284, - 0.9253924489021301 - ] - ], - [ - 3.0, - [ - -0.09371490776538849, - 0.12150197476148605, - -0.34595808386802673, - 0.925617516040802 - ] - ], - [ - 3.0416667461395264, - [ - -0.09474726021289825, - 0.11883055418729782, - -0.3456891179084778, - 0.9259596467018127 - ] - ], - [ - 3.0833332538604736, - [ - -0.09607072174549103, - 0.11538400501012802, - -0.3453373908996582, - 0.9263903498649597 - ] - ], - [ - 3.125, - [ - -0.09761475026607513, - 0.11133162677288055, - -0.34491702914237976, - 0.9268813729286194 - ] - ], - [ - 3.1666667461395264, - [ - -0.09930969774723053, - 0.10684317350387573, - -0.3444429039955139, - 0.9274056553840637 - ] - ], - [ - 3.2916667461395264, - [ - -0.10462947934865952, - 0.09247362613677979, - -0.3428659737110138, - 0.928947925567627 - ] - ], - [ - 3.3333332538604736, - [ - -0.10626789182424545, - 0.0879582092165947, - -0.34235215187072754, - 0.9293899536132813 - ] - ], - [ - 3.375, - [ - -0.10773754119873047, - 0.08387026190757751, - -0.3418795168399811, - 0.9297724366188049 - ] - ], - [ - 3.4166667461395264, - [ - -0.10898028314113617, - 0.08038515597581863, - -0.3414710462093353, - 0.9300854802131653 - ] - ], - [ - 3.4583332538604736, - [ - -0.10993900150060654, - 0.07767854630947113, - -0.34115034341812134, - 0.9303203225135803 - ] - ], - [ - 3.5, - [ - -0.11055673658847809, - 0.07592608779668808, - -0.34094107151031494, - 0.9304684996604919 - ] - ], - [ - 3.5416667461395264, - [ - -0.11077576130628586, - 0.0753031000494957, - -0.3408663868904114, - 0.9305204153060913 - ] - ], - [ - 3.5833332538604736, - [ - -0.1248733401298523, - 0.03554822877049446, - -0.3377406895160675, - 0.9322414994239807 - ] - ], - [ - 3.625, - [ - -0.1523488461971283, - -0.05366645008325577, - -0.3239699602127075, - 0.9321765899658203 - ] - ], - [ - 3.6666667461395264, - [ - -0.17236627638339996, - -0.14594469964504242, - -0.295801043510437, - 0.9281657934188843 - ] - ], - [ - 3.7083332538604736, - [ - -0.17300468683242798, - -0.19337397813796997, - -0.2542629837989807, - 0.931679368019104 - ] - ], - [ - 3.75, - [ - -0.15852855145931244, - -0.18274416029453278, - -0.19176051020622253, - 0.951157808303833 - ] - ], - [ - 3.7916667461395264, - [ - -0.14363457262516022, - -0.13885881006717682, - -0.10658709704875946, - 0.9740259647369385 - ] - ], - [ - 3.8333332538604736, - [ - -0.13941916823387146, - -0.07238863408565521, - -0.010839181952178478, - 0.9875246286392212 - ] - ], - [ - 3.875, - [ - -0.15065094828605652, - 0.0035335212014615536, - 0.0799664556980133, - 0.9853412508964539 - ] - ], - [ - 3.9166667461395264, - [ - -0.17386069893836975, - 0.07593600451946259, - 0.14920945465564728, - 0.970434308052063 - ] - ], - [ - 3.9583332538604736, - [ - -0.19939397275447845, - 0.1347649246454239, - 0.18209603428840637, - 0.9533737301826477 - ] - ], - [ - 4.0, - [ - -0.2158438265323639, - 0.19526365399360657, - 0.1365979164838791, - 0.9469026327133179 - ] - ], - [ - 4.041666507720947, - [ - -0.21326741576194763, - 0.2661054730415344, - 0.026717165485024452, - 0.93967604637146 - ] - ], - [ - 4.083333492279053, - [ - -0.19917550683021545, - 0.32524845004081726, - -0.07945791631937027, - 0.9209935069084167 - ] - ], - [ - 4.125, - [ - -0.20214058458805084, - 0.3515514135360718, - -0.12113332748413086, - 0.9060229063034058 - ] - ], - [ - 4.166666507720947, - [ - -0.21476136147975922, - 0.34779077768325806, - -0.1154322624206543, - 0.9053146243095398 - ] - ], - [ - 4.208333492279053, - [ - -0.23060664534568787, - 0.3295938968658447, - -0.10625435411930084, - 0.9093395471572876 - ] - ], - [ - 4.25, - [ - -0.25042831897735596, - 0.30073264241218567, - -0.09350136667490005, - 0.9154796600341797 - ] - ], - [ - 4.291666507720947, - [ - -0.26919615268707275, - 0.27032485604286194, - -0.08050641417503357, - 0.9208564758300781 - ] - ], - [ - 4.333333492279053, - [ - -0.28372636437416077, - 0.2530430853366852, - -0.0691559761762619, - 0.922326385974884 - ] - ], - [ - 4.375, - [ - -0.2973329722881317, - 0.23821137845516205, - -0.0581723116338253, - 0.922748327255249 - ] - ], - [ - 4.416666507720947, - [ - -0.31041908264160156, - 0.22372542321681976, - -0.04743906110525131, - 0.92267906665802 - ] - ], - [ - 4.458333492279053, - [ - -0.32319870591163635, - 0.20741677284240723, - -0.03684837743639946, - 0.9225850105285645 - ] - ], - [ - 4.5, - [ - -0.33567848801612854, - 0.1870640516281128, - -0.026303835213184357, - 0.9228407740592957 - ] - ], - [ - 4.541666507720947, - [ - -0.34758174419403076, - 0.1603914052248001, - -0.015699738636612892, - 0.9236965179443359 - ] - ], - [ - 4.583333492279053, - [ - -0.3597166836261749, - 0.11306993663311005, - -0.002631909679621458, - 0.9261816143989563 - ] - ], - [ - 4.625, - [ - -0.36812248826026917, - 0.048308126628398895, - 0.012284321710467339, - 0.9284402132034302 - ] - ], - [ - 4.666666507720947, - [ - -0.37002477049827576, - -0.008943621069192886, - 0.02453763224184513, - 0.9286547303199768 - ] - ], - [ - 4.708333492279053, - [ - -0.36935409903526306, - -0.03352762386202812, - 0.02961081638932228, - 0.9282116293907166 - ] - ], - [ - 4.75, - [ - -0.36467981338500977, - -0.03091956302523613, - 0.025776466354727745, - 0.9302624464035034 - ] - ], - [ - 4.791666507720947, - [ - -0.3513628840446472, - -0.02374759316444397, - 0.014958247542381287, - 0.935818612575531 - ] - ], - [ - 4.833333492279053, - [ - -0.33034074306488037, - -0.013197476044297218, - -0.0019423685735091567, - 0.9437674880027771 - ] - ], - [ - 4.875, - [ - -0.30250927805900574, - -0.0005969905178062618, - -0.02407209947705269, - 0.9528422355651855 - ] - ], - [ - 4.916666507720947, - [ - -0.2688419222831726, - 0.012735421769320965, - -0.05050557479262352, - 0.9617749452590942 - ] - ], - [ - 4.958333492279053, - [ - -0.23046880960464478, - 0.02562561072409153, - -0.0801667869091034, - 0.9694333076477051 - ] - ], - [ - 5.0, - [ - -0.1887074112892151, - 0.03716215863823891, - -0.11179816722869873, - 0.9749409556388855 - ] - ], - [ - 5.041666507720947, - [ - -0.14504486322402954, - 0.04679180681705475, - -0.1439778059720993, - 0.9777745604515076 - ] - ], - [ - 5.083333492279053, - [ - -0.10108982771635056, - 0.05437832325696945, - -0.1751675307750702, - 0.977824330329895 - ] - ], - [ - 5.125, - [ - -0.05850842967629433, - 0.06021736189723015, - -0.2037770301103592, - 0.9754104614257813 - ] - ], - [ - 5.166666507720947, - [ - -0.018960701301693916, - 0.06500235944986343, - -0.22822615504264832, - 0.9712507724761963 - ] - ], - [ - 5.208333492279053, - [ - 0.015933901071548462, - 0.06973984837532043, - -0.24697911739349365, - 0.9663767218589783 - ] - ], - [ - 5.25, - [ - 0.050654515624046326, - 0.0779326781630516, - -0.2610957622528076, - 0.9608275890350342 - ] - ], - [ - 5.291666507720947, - [ - 0.08900490403175354, - 0.09097225219011307, - -0.273215651512146, - 0.953496515750885 - ] - ], - [ - 5.333333492279053, - [ - 0.12826275825500488, - 0.10692646354436874, - -0.283963680267334, - 0.9441822171211243 - ] - ], - [ - 5.375, - [ - 0.1656799018383026, - 0.1239328384399414, - -0.2935982942581177, - 0.9332689046859741 - ] - ], - [ - 5.416666507720947, - [ - 0.1986447423696518, - 0.14019112288951874, - -0.30201050639152527, - 0.9217790365219116 - ] - ], - [ - 5.458333492279053, - [ - 0.22478355467319489, - 0.15395621955394745, - -0.3087809383869171, - 0.91127610206604 - ] - ], - [ - 5.5, - [ - 0.2419598251581192, - 0.1635107398033142, - -0.31329458951950073, - 0.9036405086517334 - ] - ], - [ - 5.541666507720947, - [ - 0.24814781546592712, - 0.16710308194160461, - -0.3149143159389496, - 0.9007375836372375 - ] - ], - [ - 5.583333492279053, - [ - 0.24493996798992157, - 0.1629713922739029, - -0.3128993809223175, - 0.903071939945221 - ] - ], - [ - 5.625, - [ - 0.23631387948989868, - 0.15183940529823303, - -0.3074619472026825, - 0.9091576933860779 - ] - ], - [ - 5.666666507720947, - [ - 0.22376903891563416, - 0.13556216657161713, - -0.2995288670063019, - 0.917514443397522 - ] - ], - [ - 5.708333492279053, - [ - 0.20883658528327942, - 0.1160222515463829, - -0.29002639651298523, - 0.9267204403877258 - ] - ], - [ - 5.75, - [ - 0.1930893361568451, - 0.0951971709728241, - -0.279853880405426, - 0.935593843460083 - ] - ], - [ - 5.791666507720947, - [ - 0.1781211644411087, - 0.07518436014652252, - -0.2698585093021393, - 0.9432902932167053 - ] - ], - [ - 5.833333492279053, - [ - 0.16551361978054047, - 0.05819481611251831, - -0.26082074642181396, - 0.9493108987808228 - ] - ], - [ - 5.875, - [ - 0.1568053513765335, - 0.046522337943315506, - -0.25346213579177856, - 0.9534173607826233 - ] - ], - [ - 5.916666507720947, - [ - 0.15347738564014435, - 0.042495306581258774, - -0.24848438799381256, - 0.9554550647735596 - ] - ], - [ - 5.958333492279053, - [ - 0.15497596561908722, - 0.04287612810730934, - -0.24494624137878418, - 0.9561095237731934 - ] - ], - [ - 6.0, - [ - 0.15954647958278656, - 0.04292928799986839, - -0.24143710732460022, - 0.9562480449676514 - ] - ], - [ - 6.041666507720947, - [ - 0.16682420670986176, - 0.0427248440682888, - -0.23798176646232605, - 0.9558812379837036 - ] - ], - [ - 6.083333492279053, - [ - 0.17644073069095612, - 0.042326703667640686, - -0.23460529744625092, - 0.9550065398216248 - ] - ], - [ - 6.125, - [ - 0.18802426755428314, - 0.04179195314645767, - -0.23133261501789093, - 0.9536170959472656 - ] - ], - [ - 6.166666507720947, - [ - 0.20120185613632202, - 0.041170086711645126, - -0.2281883955001831, - 0.9517106413841248 - ] - ], - [ - 6.208333492279053, - [ - 0.21560029685497284, - 0.040502846240997314, - -0.22519637644290924, - 0.9492958784103394 - ] - ], - [ - 6.25, - [ - 0.23084743320941925, - 0.03982434421777725, - -0.22237905859947205, - 0.9463990926742554 - ] - ], - [ - 6.291666507720947, - [ - 0.2465742975473404, - 0.03916115313768387, - -0.2197568267583847, - 0.9430665373802185 - ] - ], - [ - 6.333333492279053, - [ - 0.26241666078567505, - 0.0385330431163311, - -0.21734771132469177, - 0.9393682479858398 - ] - ], - [ - 6.375, - [ - 0.27801579236984253, - 0.03795376792550087, - -0.21516673266887665, - 0.9353983402252197 - ] - ], - [ - 6.416666507720947, - [ - 0.2930205166339874, - 0.037431977689266205, - -0.21322576701641083, - 0.9312747120857239 - ] - ], - [ - 6.458333492279053, - [ - 0.3070874512195587, - 0.03697238862514496, - -0.21153342723846436, - 0.9271374940872192 - ] - ], - [ - 6.5, - [ - 0.3198803663253784, - 0.03657718375325203, - -0.21009543538093567, - 0.92314612865448 - ] - ], - [ - 6.541666507720947, - [ - 0.33107078075408936, - 0.036246951669454575, - -0.20891490578651428, - 0.9194742441177368 - ] - ], - [ - 6.583333492279053, - [ - 0.3403351604938507, - 0.03598237782716751, - -0.20799344778060913, - 0.9163057208061218 - ] - ], - [ - 6.625, - [ - 0.34735292196273804, - 0.03578536957502365, - -0.2073318511247635, - 0.9138265252113342 - ] - ], - [ - 6.666666507720947, - [ - 0.3518030643463135, - 0.03566041588783264, - -0.20693179965019226, - 0.9122182726860046 - ] - ], - [ - 6.708333492279053, - [ - 0.3533601462841034, - 0.035616010427474976, - -0.2067970186471939, - 0.9116485714912415 - ] - ], - [ - 7.375, - [ - 0.3533601462841034, - 0.035616010427474976, - -0.2067970186471939, - 0.9116485714912415 - ] - ], - [ - 7.416666507720947, - [ - 0.36242541670799255, - 0.0396987721323967, - -0.19095487892627716, - 0.9113771319389343 - ] - ], - [ - 7.458333492279053, - [ - 0.38588130474090576, - 0.051432911306619644, - -0.14922375977039337, - 0.9089458584785461 - ] - ], - [ - 7.5, - [ - 0.4178702235221863, - 0.07062538713216782, - -0.09056637436151505, - 0.9012182354927063 - ] - ], - [ - 7.541666507720947, - [ - 0.4526333212852478, - 0.09602779895067215, - -0.02404204197227955, - 0.8861849308013916 - ] - ], - [ - 7.583333492279053, - [ - 0.4852592647075653, - 0.12400316447019577, - 0.04186590388417244, - 0.8645195960998535 - ] - ], - [ - 7.625, - [ - 0.5123847723007202, - 0.14828112721443176, - 0.10003264248371124, - 0.8399214148521423 - ] - ], - [ - 7.666666507720947, - [ - 0.5322267413139343, - 0.16052012145519257, - 0.14494802057743073, - 0.8185096383094788 - ] - ], - [ - 7.708333492279053, - [ - 0.5433628559112549, - 0.15126073360443115, - 0.1718437522649765, - 0.8076798319816589 - ] - ], - [ - 7.75, - [ - 0.4800465404987335, - 0.06956513971090317, - 0.16788364946842194, - 0.8582139015197754 - ] - ], - [ - 7.791666507720947, - [ - 0.2764592170715332, - -0.07510232925415039, - 0.09132645279169083, - 0.9537239670753479 - ] - ], - [ - 7.833333492279053, - [ - -0.03331925719976425, - -0.17632822692394257, - -0.0706518366932869, - 0.9812270402908325 - ] - ], - [ - 7.875, - [ - -0.33607441186904907, - -0.1720515936613083, - -0.2401910424232483, - 0.8942933082580566 - ] - ], - [ - 7.916666507720947, - [ - -0.526337206363678, - -0.11407463252544403, - -0.3206477165222168, - 0.7791926264762878 - ] - ], - [ - 7.958333492279053, - [ - -0.6146590113639832, - -0.04920295998454094, - -0.23395122587680817, - 0.7516915798187256 - ] - ], - [ - 8.0, - [ - -0.6692726016044617, - -0.002050078473985195, - 0.007625129539519548, - 0.7429749965667725 - ] - ], - [ - 8.041666984558105, - [ - -0.6986579895019531, - -0.0016145773697644472, - 0.2698231339454651, - 0.6626234650611877 - ] - ], - [ - 8.083333015441895, - [ - -0.7042223215103149, - -0.0495399571955204, - 0.41492536664009094, - 0.5739805698394775 - ] - ], - [ - 8.125, - [ - -0.6844014525413513, - -0.16918379068374634, - 0.4320771396160126, - 0.5623884797096252 - ] - ], - [ - 8.166666984558105, - [ - -0.6134319305419922, - -0.3333253264427185, - 0.38644400238990784, - 0.6027076840400696 - ] - ], - [ - 8.208333015441895, - [ - -0.48779603838920593, - -0.4754735827445984, - 0.3111320734024048, - 0.6627041101455688 - ] - ], - [ - 8.25, - [ - -0.3501415550708771, - -0.5558799505233765, - 0.2450835108757019, - 0.7129743695259094 - ] - ], - [ - 8.291666984558105, - [ - -0.29841792583465576, - -0.5000151991844177, - 0.04800160229206085, - 0.8115586042404175 - ] - ], - [ - 8.333333015441895, - [ - -0.24534615874290466, - -0.4560939371585846, - -0.1474294811487198, - 0.8426435589790344 - ] - ], - [ - 8.375, - [ - -0.10056549310684204, - -0.37935566902160645, - -0.12059655785560608, - 0.9118291139602661 - ] - ], - [ - 8.416666984558105, - [ - 0.09531965106725693, - -0.2062101513147354, - -0.10569574683904648, - 0.9681013226509094 - ] - ], - [ - 8.458333015441895, - [ - 0.20089775323867798, - -0.058198053389787674, - -0.1278720200061798, - 0.969485342502594 - ] - ], - [ - 8.5, - [ - 0.16904768347740173, - 0.04902653768658638, - -0.0905713364481926, - 0.980212390422821 - ] - ], - [ - 8.541666984558105, - [ - 0.048295341432094574, - 0.1553875356912613, - 0.04920089244842529, - 0.985444962978363 - ] - ], - [ - 8.583333015441895, - [ - -0.13199718296527863, - 0.20398585498332977, - 0.2500443756580353, - 0.9372535943984985 - ] - ], - [ - 8.625, - [ - -0.3085660934448242, - 0.17301194369792938, - 0.4421461522579193, - 0.82423335313797 - ] - ], - [ - 8.666666984558105, - [ - -0.4254697859287262, - 0.10238204896450043, - 0.5679553151130676, - 0.6970797181129456 - ] - ], - [ - 8.708333015441895, - [ - -0.4649592638015747, - 0.06421858817338943, - 0.6104331016540527, - 0.6380127668380737 - ] - ], - [ - 8.75, - [ - -0.3891066908836365, - 0.1046566441655159, - 0.48593634366989136, - 0.7755700349807739 - ] - ], - [ - 8.791666984558105, - [ - -0.21493713557720184, - 0.10839251428842545, - 0.14012135565280914, - 0.9604265093803406 - ] - ], - [ - 8.833333015441895, - [ - -0.08942141383886337, - 0.006859959103167057, - -0.22799156606197357, - 0.9695239067077637 - ] - ], - [ - 8.875, - [ - -0.06430906802415848, - -0.06190815940499306, - -0.37879347801208496, - 0.9211663603782654 - ] - ], - [ - 8.916666984558105, - [ - -0.06452146917581558, - -0.061638932675123215, - -0.37525948882102966, - 0.9226147532463074 - ] - ], - [ - 8.958333015441895, - [ - -0.06506576389074326, - -0.06097709760069847, - -0.3663986921310425, - 0.9261751770973206 - ] - ], - [ - 9.041666984558105, - [ - -0.06656817346811295, - -0.05933326110243797, - -0.3431885838508606, - 0.935024082660675 - ] - ], - [ - 9.083333015441895, - [ - -0.06717880070209503, - -0.05873144045472145, - -0.33419838547706604, - 0.9382691979408264 - ] - ], - [ - 9.125, - [ - -0.06742806732654572, - -0.05849557742476463, - -0.33059269189834595, - 0.9395426511764526 - ] - ], - [ - 9.166666984558105, - [ - -0.06745388358831406, - -0.05849835276603699, - -0.3308883309364319, - 0.9394365549087524 - ] - ], - [ - 9.208333015441895, - [ - -0.06752514094114304, - -0.05850736051797867, - -0.3317379355430603, - 0.9391312003135681 - ] - ], - [ - 9.25, - [ - -0.06763258576393127, - -0.05852352827787399, - -0.3330852687358856, - 0.9386454224586487 - ] - ], - [ - 9.291666984558105, - [ - -0.06776703894138336, - -0.05854778364300728, - -0.33487391471862793, - 0.9379974603652954 - ] - ], - [ - 9.333333015441895, - [ - -0.06791938841342926, - -0.05858110263943672, - -0.33704736828804016, - 0.9372056722640991 - ] - ], - [ - 9.375, - [ - -0.06808049976825714, - -0.05862449109554291, - -0.3395490348339081, - 0.9362878203392029 - ] - ], - [ - 9.458333015441895, - [ - -0.06839262694120407, - -0.05874606594443321, - -0.3453112542629242, - 0.9341474771499634 - ] - ], - [ - 9.541666984558105, - [ - -0.06863054633140564, - -0.05892297625541687, - -0.35171058773994446, - 0.9317283034324646 - ] - ], - [ - 9.708333015441895, - [ - -0.0685892105102539, - -0.0594947449862957, - -0.36463961005210876, - 0.9267114400863647 - ] - ], - [ - 9.791666984558105, - [ - -0.06816020607948303, - -0.059919118881225586, - -0.3702903687953949, - 0.9244722723960876 - ] - ], - [ - 9.833333015441895, - [ - -0.06781020015478134, - -0.06017250567674637, - -0.3727222979068756, - 0.9235037565231323 - ] - ], - [ - 9.875, - [ - -0.06735682487487793, - -0.06045561656355858, - -0.3748200833797455, - 0.9226691126823425 - ] - ], - [ - 9.916666984558105, - [ - -0.0667901411652565, - -0.060769855976104736, - -0.37652984261512756, - 0.9219931364059448 - ] - ], - [ - 9.958333015441895, - [ - -0.06610014289617538, - -0.06111631542444229, - -0.3777979910373688, - 0.921501100063324 - ] - ], - [ - 10.0, - [ - -0.06527655571699142, - -0.06149570643901825, - -0.378570556640625, - 0.9212174415588379 - ] - ], - [ - 10.041666984558105, - [ - -0.06430905312299728, - -0.061908163130283356, - -0.37879347801208496, - 0.9211663603782654 - ] - ], - [ - 10.083333015441895, - [ - -0.06306248903274536, - -0.062033761292696, - -0.37829992175102234, - 0.9214468598365784 - ] - ], - [ - 10.125, - [ - -0.061414219439029694, - -0.06156224384903908, - -0.37700068950653076, - 0.9221219420433044 - ] - ], - [ - 10.166666984558105, - [ - -0.05937492102384567, - -0.06050647050142288, - -0.37495702505111694, - 0.9231581687927246 - ] - ], - [ - 10.208333015441895, - [ - -0.056957755237817764, - -0.05887807905673981, - -0.37222880125045776, - 0.9245187640190125 - ] - ], - [ - 10.25, - [ - -0.05417773127555847, - -0.056687574833631516, - -0.36887550354003906, - 0.9261654019355774 - ] - ], - [ - 10.291666984558105, - [ - -0.05105149745941162, - -0.053944915533065796, - -0.36495617032051086, - 0.9280574917793274 - ] - ], - [ - 10.333333015441895, - [ - -0.047596853226423264, - -0.05065983533859253, - -0.3605301082134247, - 0.9301539659500122 - ] - ], - [ - 10.375, - [ - -0.043831951916217804, - -0.04684172943234444, - -0.3556567430496216, - 0.9324123859405518 - ] - ], - [ - 10.416666984558105, - [ - -0.039775457233190536, - -0.042500559240579605, - -0.35039639472961426, - 0.9347909092903137 - ] - ], - [ - 10.458333015441895, - [ - -0.03544588387012482, - -0.03764689341187477, - -0.3448101878166199, - 0.9372472763061523 - ] - ], - [ - 10.5, - [ - -0.030860913917422295, - -0.03229169920086861, - -0.3389602303504944, - 0.9397397637367249 - ] - ], - [ - 10.541666984558105, - [ - -0.026037657633423805, - -0.026447387412190437, - -0.3329099714756012, - 0.9422279596328735 - ] - ], - [ - 10.583333015441895, - [ - -0.020991994068026543, - -0.020127644762396812, - -0.3267241418361664, - 0.9446722865104675 - ] - ], - [ - 10.625, - [ - -0.015737909823656082, - -0.013347147032618523, - -0.32046863436698914, - 0.9470343589782715 - ] - ], - [ - 10.666666984558105, - [ - -0.010287870652973652, - -0.006122639402747154, - -0.31421101093292236, - 0.9492776989936829 - ] - ], - [ - 10.708333015441895, - [ - -0.004652206785976887, - 0.0015273308381438255, - -0.30802005529403687, - 0.9513672590255737 - ] - ], - [ - 10.75, - [ - 0.0011615576222538948, - 0.009582857601344585, - -0.301965594291687, - 0.9532700777053833 - ] - ], - [ - 10.791666984558105, - [ - 0.007148172240704298, - 0.01802147552371025, - -0.2961187958717346, - 0.9549543261528015 - ] - ], - [ - 10.833333015441895, - [ - 0.013305243104696274, - 0.026818562299013138, - -0.2905518412590027, - 0.9563907980918884 - ] - ], - [ - 10.875, - [ - 0.019633863121271133, - 0.035947855561971664, - -0.2853374779224396, - 0.9575514793395996 - ] - ], - [ - 10.916666984558105, - [ - 0.02613791637122631, - 0.04538015276193619, - -0.28054922819137573, - 0.9584100246429443 - ] - ], - [ - 10.958333015441895, - [ - 0.0328245684504509, - 0.05508376285433769, - -0.2762606739997864, - 0.9589412808418274 - ] - ], - [ - 11.0, - [ - 0.03970489650964737, - 0.06502512097358704, - -0.272545725107193, - 0.9591215252876282 - ] - ], - [ - 11.041666984558105, - [ - 0.046792931854724884, - 0.07516732066869736, - -0.26947781443595886, - 0.9589276313781738 - ] - ], - [ - 11.083333015441895, - [ - 0.05410606041550636, - 0.08547056466341019, - -0.26712971925735474, - 0.958336591720581 - ] - ], - [ - 11.125, - [ - 0.0616656094789505, - 0.09589284658432007, - -0.2655734717845917, - 0.9573257565498352 - ] - ], - [ - 11.166666984558105, - [ - 0.06949559599161148, - 0.10638829320669174, - -0.2648797333240509, - 0.9558717608451843 - ] - ], - [ - 11.208333015441895, - [ - 0.07762300223112106, - 0.1169075295329094, - -0.2651173174381256, - 0.9539497494697571 - ] - ], - [ - 11.25, - [ - 0.09774937480688095, - 0.13867172598838806, - -0.27375707030296326, - 0.9467166066169739 - ] - ], - [ - 11.291666984558105, - [ - 0.1352246105670929, - 0.17532670497894287, - -0.29431045055389404, - 0.9297077059745789 - ] - ], - [ - 11.333333015441895, - [ - 0.18008312582969666, - 0.21582995355129242, - -0.3203617036342621, - 0.9046302437782288 - ] - ], - [ - 11.375, - [ - 0.2215646207332611, - 0.251025527715683, - -0.34463343024253845, - 0.876996636390686 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715911421_1490517.json b/lenses/physics-objects/Scene/assets/1645812715911421_1490517.json deleted file mode 100644 index c752498a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715911421_1490517.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715911421:1490517", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715911613_1490524.json b/lenses/physics-objects/Scene/assets/1645812715911613_1490524.json deleted file mode 100644 index ddfba476..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715911613_1490524.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715911613:1490524", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715922644_1490537.json b/lenses/physics-objects/Scene/assets/1645812715922644_1490537.json deleted file mode 100644 index 39f37941..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715922644_1490537.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715922644:1490537", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.042214080691337585, - -0.12301114201545715, - 0.599821150302887 - ] - ], - [ - 11.375, - [ - 0.042214080691337585, - -0.12301114201545715, - 0.599821150302887 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715922917_1490544.json b/lenses/physics-objects/Scene/assets/1645812715922917_1490544.json deleted file mode 100644 index 60c049d7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715922917_1490544.json +++ /dev/null @@ -1,2152 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715922917:1490544", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.04414500668644905, - -0.006406024564057589, - 0.02142963372170925, - 0.9987747073173523 - ] - ], - [ - 0.0416666679084301, - [ - 0.04414500668644905, - -0.006406024564057589, - 0.02142963372170925, - 0.9987747073173523 - ] - ], - [ - 0.0833333358168602, - [ - 0.05366772040724754, - -0.008578761480748653, - 0.02642148546874523, - 0.998172402381897 - ] - ], - [ - 0.125, - [ - 0.06472107023000717, - -0.011236678808927536, - 0.03233640268445015, - 0.9973160624504089 - ] - ], - [ - 0.1666666716337204, - [ - 0.07695836573839188, - -0.014287547208368778, - 0.039023518562316895, - 0.9961678981781006 - ] - ], - [ - 0.2083333283662796, - [ - 0.08995190262794495, - -0.017594030126929283, - 0.04627145454287529, - 0.9947150349617004 - ] - ], - [ - 0.2916666567325592, - [ - 0.116208516061306, - -0.024309730157256126, - 0.061343684792518616, - 0.9910305738449097 - ] - ], - [ - 0.3333333432674408, - [ - 0.12841640412807465, - -0.027390392497181892, - 0.06853274255990982, - 0.9889703989028931 - ] - ], - [ - 0.375, - [ - 0.1393311768770218, - -0.030100425705313683, - 0.0750526636838913, - 0.9869386553764343 - ] - ], - [ - 0.4166666567325592, - [ - 0.14849473536014557, - -0.0323353111743927, - 0.08059185743331909, - 0.9850932359695435 - ] - ], - [ - 0.4583333432674408, - [ - 0.1554979681968689, - -0.03401495888829231, - 0.0848645567893982, - 0.98359614610672 - ] - ], - [ - 0.5, - [ - 0.15996818244457245, - -0.035073172301054, - 0.0876094177365303, - 0.98260098695755 - ] - ], - [ - 0.5416666865348816, - [ - 0.16154207289218903, - -0.03544304892420769, - 0.08857905864715576, - 0.9822432994842529 - ] - ], - [ - 0.5833333134651184, - [ - 0.15745264291763306, - -0.0344790555536747, - 0.08606312423944473, - 0.9831647872924805 - ] - ], - [ - 0.625, - [ - 0.1460188329219818, - -0.03173544257879257, - 0.07908942550420761, - 0.9856045246124268 - ] - ], - [ - 0.6666666865348816, - [ - 0.1285175383090973, - -0.027415715157985687, - 0.06859275698661804, - 0.9889523983001709 - ] - ], - [ - 0.7083333134651184, - [ - 0.10651831328868866, - -0.021838398650288582, - 0.055717550218105316, - 0.9925081729888916 - ] - ], - [ - 0.75, - [ - 0.08201782405376434, - -0.015569595620036125, - 0.041828256100416183, - 0.9956310987472534 - ] - ], - [ - 0.7916666865348816, - [ - 0.057300545275211334, - -0.009438912384212017, - 0.028351739048957825, - 0.9979097843170166 - ] - ], - [ - 0.8333333134651184, - [ - 0.03459034487605095, - -0.004385980777442455, - 0.01652803272008896, - 0.9992552995681763 - ] - ], - [ - 0.875, - [ - 0.015640322118997574, - -0.0011626393534243107, - 0.007185665424913168, - 0.9998512864112854 - ] - ], - [ - 0.9166666865348816, - [ - 0.0014202736783772707, - -1.2442747902241535e-05, - 0.0006252106977626681, - 0.9999988079071045 - ] - ], - [ - 0.9583333134651184, - [ - -0.008724425919353962, - -0.000411837303545326, - -0.0036974523682147264, - 0.9999551177024841 - ] - ], - [ - 1.0, - [ - -0.015514480881392956, - -0.0012596599990502, - -0.00642574904486537, - 0.9998582005500793 - ] - ], - [ - 1.0416666269302368, - [ - -0.017983654513955116, - -0.001672728220000863, - -0.007390019483864307, - 0.9998095631599426 - ] - ], - [ - 1.0833333730697632, - [ - -0.017045315355062485, - -0.001509426161646843, - -0.0070252069272100925, - 0.9998289942741394 - ] - ], - [ - 1.125, - [ - -0.014358344487845898, - -0.0010849444661289454, - -0.005969385616481304, - 0.9998785257339478 - ] - ], - [ - 1.1666666269302368, - [ - -0.010122450068593025, - -0.0005505428998731077, - -0.004268998745828867, - 0.999939501285553 - ] - ], - [ - 1.2083333730697632, - [ - -0.004548872821033001, - -0.00011436262138886377, - -0.001957233529537916, - 0.9999878406524658 - ] - ], - [ - 1.25, - [ - 0.0021825945004820824, - -2.890975883929059e-05, - 0.0009634817251935601, - 0.9999971389770508 - ] - ], - [ - 1.2916666269302368, - [ - 0.010614699684083462, - -0.0005819980287924409, - 0.004812739323824644, - 0.9999319314956665 - ] - ], - [ - 1.3333333730697632, - [ - 0.020997054874897003, - -0.001932503073476255, - 0.009768226183950901, - 0.9997300505638123 - ] - ], - [ - 1.375, - [ - 0.03325676918029785, - -0.004120402038097382, - 0.015853147953748703, - 0.999312698841095 - ] - ], - [ - 1.4166666269302368, - [ - 0.047192662954330444, - -0.007086729630827904, - 0.023016177117824554, - 0.9985954761505127 - ] - ], - [ - 1.4583333730697632, - [ - 0.06248149648308754, - -0.01068900153040886, - 0.031128013506531715, - 0.9975033402442932 - ] - ], - [ - 1.5, - [ - 0.07869700342416763, - -0.014727090485394001, - 0.039984773844480515, - 0.9959875345230103 - ] - ], - [ - 1.5833333730697632, - [ - 0.1118742972612381, - -0.023206498473882675, - 0.05881829187273979, - 0.9917086362838745 - ] - ], - [ - 1.625, - [ - 0.1277674287557602, - -0.027227815240621567, - 0.06814780086278915, - 0.9890854358673096 - ] - ], - [ - 1.6666666269302368, - [ - 0.14252561330795288, - -0.030884016305208206, - 0.0769769474864006, - 0.9863098859786987 - ] - ], - [ - 1.7083333730697632, - [ - 0.15572188794612885, - -0.034068234264850616, - 0.08500172942876816, - 0.983547031879425 - ] - ], - [ - 1.75, - [ - 0.16701044142246246, - -0.03671686351299286, - 0.09196101874113083, - 0.9809702038764954 - ] - ], - [ - 1.7916666269302368, - [ - 0.17612521350383759, - -0.038799308240413666, - 0.09764248877763748, - 0.9787443280220032 - ] - ], - [ - 1.8333333730697632, - [ - 0.18286201357841492, - -0.04030401632189751, - 0.10187693685293198, - 0.9770150184631348 - ] - ], - [ - 1.875, - [ - 0.1870461106300354, - -0.04122320935130119, - 0.10452179610729218, - 0.9759045243263245 - ] - ], - [ - 1.9166666269302368, - [ - 0.18849049508571625, - -0.04153772443532944, - 0.10543746501207352, - 0.9755147099494934 - ] - ], - [ - 1.9583333730697632, - [ - 0.1656177043914795, - -0.036394137889146805, - 0.09109776467084885, - 0.9812988638877869 - ] - ], - [ - 2.0, - [ - 0.10163082927465439, - -0.020586837083101273, - 0.052907682955265045, - 0.993200957775116 - ] - ], - [ - 2.0416667461395264, - [ - 0.020457645878195763, - -0.0018489387584850192, - 0.009505883790552616, - 0.9997438192367554 - ] - ], - [ - 2.0833332538604736, - [ - -0.04311816766858101, - -0.00861230120062828, - -0.016574928537011147, - 0.9988954663276672 - ] - ], - [ - 2.125, - [ - -0.10150439292192459, - -0.038968537002801895, - -0.03606651350855827, - 0.9934170842170715 - ] - ], - [ - 2.1666667461395264, - [ - -0.1388799250125885, - -0.06623981893062592, - -0.04890145733952522, - 0.9868806004524231 - ] - ], - [ - 2.2083332538604736, - [ - -0.15183748304843903, - -0.07720787823200226, - -0.05358061194419861, - 0.9839276671409607 - ] - ], - [ - 2.25, - [ - -0.15298646688461304, - -0.07824945449829102, - -0.05399945378303528, - 0.9836443662643433 - ] - ], - [ - 2.2916667461395264, - [ - -0.15141889452934265, - -0.0768338292837143, - -0.05342787131667137, - 0.9840296506881714 - ] - ], - [ - 2.3333332538604736, - [ - -0.13456018269062042, - -0.0627872496843338, - -0.047369956970214844, - 0.9877790212631226 - ] - ], - [ - 2.375, - [ - -0.08940166980028152, - -0.031361743807792664, - -0.0320538654923439, - 0.9949855804443359 - ] - ], - [ - 2.4166667461395264, - [ - -0.026006339117884636, - -0.0033710270654410124, - -0.010434622876346111, - 0.9996016621589661 - ] - ], - [ - 2.4583332538604736, - [ - 0.040440384298563004, - -0.005600528325885534, - 0.019515763968229294, - 0.9989756345748901 - ] - ], - [ - 2.5, - [ - 0.10961385816335678, - -0.022629663348197937, - 0.05750694125890732, - 0.9920512437820435 - ] - ], - [ - 2.5416667461395264, - [ - 0.1382683962583542, - -0.029838712885975838, - 0.07441405951976776, - 0.987144410610199 - ] - ], - [ - 2.5833332538604736, - [ - 0.1381923258304596, - -0.029819967225193977, - 0.07436838001012802, - 0.9871590733528137 - ] - ], - [ - 2.7083332538604736, - [ - 0.13723362982273102, - -0.02958342619240284, - 0.07379306107759476, - 0.9873430728912354 - ] - ], - [ - 2.9166667461395264, - [ - 0.13456784188747406, - -0.028923653066158295, - 0.07219675928354263, - 0.9878474473953247 - ] - ], - [ - 3.0416667461395264, - [ - 0.1333327740430832, - -0.02861698530614376, - 0.07145891338586807, - 0.9880774617195129 - ] - ], - [ - 3.125, - [ - 0.13304297626018524, - -0.028544941917061806, - 0.07128594070672989, - 0.9881311058998108 - ] - ], - [ - 3.1666667461395264, - [ - 0.14437657594680786, - -0.03133588656783104, - 0.07809522747993469, - 0.985938549041748 - ] - ], - [ - 3.2083332538604736, - [ - 0.17080606520175934, - -0.0375903882086277, - 0.09432024508714676, - 0.9800592660903931 - ] - ], - [ - 3.25, - [ - 0.20023313164710999, - -0.0440400205552578, - 0.1129317507147789, - 0.9722209572792053 - ] - ], - [ - 3.2916667461395264, - [ - 0.22207559645175934, - -0.04842359572649002, - 0.1271066516637802, - 0.9654954671859741 - ] - ], - [ - 3.3333332538604736, - [ - 0.23024457693099976, - -0.049969032406806946, - 0.13248614966869354, - 0.9627761840820313 - ] - ], - [ - 3.5416667461395264, - [ - 0.23024457693099976, - -0.049969032406806946, - 0.13248614966869354, - 0.9627761840820313 - ] - ], - [ - 3.5833332538604736, - [ - 0.2289743274450302, - -0.049732137471437454, - 0.13164685666561127, - 0.9632065296173096 - ] - ], - [ - 3.625, - [ - 0.22438405454158783, - -0.048865579068660736, - 0.12862250208854675, - 0.9647384285926819 - ] - ], - [ - 3.6666667461395264, - [ - 0.21495604515075684, - -0.04703455790877342, - 0.12245290726423264, - 0.9677743315696716 - ] - ], - [ - 3.7083332538604736, - [ - 0.19857199490070343, - -0.04369204863905907, - 0.11186619848012924, - 0.9727004170417786 - ] - ], - [ - 3.75, - [ - 0.17261497676372528, - -0.038003530353307724, - 0.09544793516397476, - 0.9796169996261597 - ] - ], - [ - 3.7916667461395264, - [ - 0.13474483788013458, - -0.028967542573809624, - 0.07230257242918015, - 0.9878143072128296 - ] - ], - [ - 3.8333332538604736, - [ - 0.0848669484257698, - -0.01629500277340412, - 0.04341757297515869, - 0.995312511920929 - ] - ], - [ - 3.875, - [ - 0.0006261914386413991, - -2.4609710180811817e-06, - 0.00027482592849992216, - 0.9999997615814209 - ] - ], - [ - 3.9166667461395264, - [ - -0.08945069462060928, - -0.03139128535985947, - -0.03207005187869072, - 0.994979739189148 - ] - ], - [ - 3.9583332538604736, - [ - -0.14595748484134674, - -0.07209821790456772, - -0.05144244804978371, - 0.9853183031082153 - ] - ], - [ - 4.0, - [ - -0.15298646688461304, - -0.07824945449829102, - -0.05399945378303528, - 0.9836443662643433 - ] - ], - [ - 4.041666507720947, - [ - -0.13113640248775482, - -0.060110658407211304, - -0.04616633430123329, - 0.9884627461433411 - ] - ], - [ - 4.083333492279053, - [ - -0.02169315703213215, - -0.0023922158870846033, - -0.008813692256808281, - 0.9997230768203735 - ] - ], - [ - 4.125, - [ - 0.05661579594016075, - -0.009275665506720543, - 0.02798685058951378, - 0.9979606866836548 - ] - ], - [ - 4.708333492279053, - [ - 0.05661579594016075, - -0.009275665506720543, - 0.02798685058951378, - 0.9979606866836548 - ] - ], - [ - 4.75, - [ - 0.05504778027534485, - -0.008903763256967068, - 0.02715313248336315, - 0.9980748295783997 - ] - ], - [ - 4.791666507720947, - [ - 0.050795670598745346, - -0.007909908890724182, - 0.02490537241101265, - 0.9983671307563782 - ] - ], - [ - 4.833333492279053, - [ - 0.0445791631937027, - -0.006502052769064903, - 0.021654991433024406, - 0.9987499713897705 - ] - ], - [ - 4.875, - [ - 0.037139784544706345, - -0.004905841778963804, - 0.01782473362982273, - 0.9991390705108643 - ] - ], - [ - 4.958333492279053, - [ - 0.02141004055738449, - -0.001997345592826605, - 0.009969417937099934, - 0.9997192025184631 - ] - ], - [ - 5.0, - [ - 0.014329715631902218, - -0.0009966243524104357, - 0.006561893969774246, - 0.9998753070831299 - ] - ], - [ - 5.041666507720947, - [ - 0.00838358886539936, - -0.000377750227926299, - 0.003776770317927003, - 0.9999576807022095 - ] - ], - [ - 5.083333492279053, - [ - 0.0038730723317712545, - -8.790812717052177e-05, - 0.001719921943731606, - 0.9999909996986389 - ] - ], - [ - 5.125, - [ - 0.0010113539174199104, - -6.365439730871003e-06, - 0.0004445196536835283, - 0.9999994039535522 - ] - ], - [ - 5.166666507720947, - [ - 1.5867068401363704e-14, - -3.784488879771972e-22, - 6.949337820146874e-15, - 1.0 - ] - ], - [ - 5.208333492279053, - [ - 0.0012575924629345536, - -9.789818250283133e-06, - 0.0005532611976377666, - 0.9999990463256836 - ] - ], - [ - 5.25, - [ - 0.004919726401567459, - -0.0001389062381349504, - 0.002192405052483082, - 0.9999855756759644 - ] - ], - [ - 5.291666507720947, - [ - 0.010932136327028275, - -0.0006139418692328036, - 0.004961051978170872, - 0.9999277591705322 - ] - ], - [ - 5.333333492279053, - [ - 0.019264882430434227, - -0.0016686501912772655, - 0.008927540853619576, - 0.9997732639312744 - ] - ], - [ - 5.375, - [ - 0.029789963737130165, - -0.0034524183720350266, - 0.014110035263001919, - 0.9994506239891052 - ] - ], - [ - 5.416666507720947, - [ - 0.04220901057124138, - -0.00598188117146492, - 0.020427417010068893, - 0.9988820552825928 - ] - ], - [ - 5.458333492279053, - [ - 0.05602976307272911, - -0.009136354550719261, - 0.027674956247210503, - 0.9980036616325378 - ] - ], - [ - 5.541666507720947, - [ - 0.08508580923080444, - -0.016350816935300827, - 0.043539952486753464, - 0.9952875375747681 - ] - ], - [ - 5.583333492279053, - [ - 0.09868509322404861, - -0.01983175240457058, - 0.05122334882616997, - 0.9936016201972961 - ] - ], - [ - 5.625, - [ - 0.11054408550262451, - -0.02286715619266033, - 0.058046117424964905, - 0.9919111728668213 - ] - ], - [ - 5.666666507720947, - [ - 0.11987686157226563, - -0.025240011513233185, - 0.06349223852157593, - 0.9904348850250244 - ] - ], - [ - 5.708333492279053, - [ - 0.1259644478559494, - -0.026775361970067024, - 0.06707996129989624, - 0.9894019961357117 - ] - ], - [ - 5.75, - [ - 0.1281382292509079, - -0.027320727705955505, - 0.06836771219968796, - 0.9890197515487671 - ] - ], - [ - 5.791666507720947, - [ - 0.12629714608192444, - -0.02685893513262272, - 0.06727681308984756, - 0.9893439412117004 - ] - ], - [ - 5.833333492279053, - [ - 0.1212058737874031, - -0.025576157495379448, - 0.06427314877510071, - 0.9902141094207764 - ] - ], - [ - 5.875, - [ - 0.11352245509624481, - -0.02362649329006672, - 0.059776920825242996, - 0.9914540648460388 - ] - ], - [ - 5.916666507720947, - [ - 0.10393097251653671, - -0.021176107227802277, - 0.05422769486904144, - 0.9928792715072632 - ] - ], - [ - 5.958333492279053, - [ - 0.09314516186714172, - -0.018411695957183838, - 0.048074789345264435, - 0.9943208694458008 - ] - ], - [ - 6.0, - [ - 0.0818926990032196, - -0.015537787228822708, - 0.04175861179828644, - 0.9956448078155518 - ] - ], - [ - 6.041666507720947, - [ - 0.07088253647089005, - -0.012762068770825863, - 0.035685863345861435, - 0.9967644214630127 - ] - ], - [ - 6.083333492279053, - [ - 0.060768984258174896, - -0.010273044928908348, - 0.030207350850105286, - 0.9976418018341064 - ] - ], - [ - 6.125, - [ - 0.05212447792291641, - -0.008218054659664631, - 0.02560572326183319, - 0.9982784390449524 - ] - ], - [ - 6.166666507720947, - [ - 0.045432526618242264, - -0.006691732909530401, - 0.022098582237958908, - 0.9987005591392517 - ] - ], - [ - 6.208333492279053, - [ - 0.04111173003911972, - -0.0057445610873401165, - 0.0198613703250885, - 0.9989407062530518 - ] - ], - [ - 6.25, - [ - 0.03957151249051094, - -0.005415420047938824, - 0.019069291651248932, - 0.9990200996398926 - ] - ], - [ - 6.291666507720947, - [ - 0.041777465492486954, - -0.0058882711455225945, - 0.02020462602376938, - 0.9989053010940552 - ] - ], - [ - 6.333333492279053, - [ - 0.04795036092400551, - -0.007258262485265732, - 0.02341226488351822, - 0.9985489249229431 - ] - ], - [ - 6.375, - [ - 0.05748685449361801, - -0.009483414702117443, - 0.02845110185444355, - 0.9978957176208496 - ] - ], - [ - 6.416666507720947, - [ - 0.06972970813512802, - -0.012474811635911465, - 0.03505643457174301, - 0.9968717098236084 - ] - ], - [ - 6.458333492279053, - [ - 0.08385913819074631, - -0.01603817567229271, - 0.042854588478803635, - 0.9954264760017395 - ] - ], - [ - 6.541666507720947, - [ - 0.1136285662651062, - -0.023653514683246613, - 0.059838712215423584, - 0.991437554359436 - ] - ], - [ - 6.583333492279053, - [ - 0.1269560605287552, - -0.027024341747164726, - 0.06766696274280548, - 0.9892284870147705 - ] - ], - [ - 6.625, - [ - 0.13772399723529816, - -0.029704459011554718, - 0.0740872472524643, - 0.9872491359710693 - ] - ], - [ - 6.666666507720947, - [ - 0.14489470422267914, - -0.03146208077669144, - 0.07840869575738907, - 0.9858335256576538 - ] - ], - [ - 6.708333492279053, - [ - 0.14749875664710999, - -0.03209437429904938, - 0.07998697459697723, - 0.9853001236915588 - ] - ], - [ - 6.75, - [ - 0.13409943878650665, - -0.028807422146201134, - 0.07191680371761322, - 0.987934947013855 - ] - ], - [ - 6.791666507720947, - [ - 0.0976264700293541, - -0.019560333341360092, - 0.05061974376440048, - 0.9937425851821899 - ] - ], - [ - 6.833333492279053, - [ - 0.047207221388816833, - -0.007090021390467882, - 0.023023784160614014, - 0.9985945820808411 - ] - ], - [ - 6.875, - [ - -0.0005508841131813824, - -1.7126745888162986e-06, - -0.00024066735932137817, - 0.9999998211860657 - ] - ], - [ - 6.916666507720947, - [ - -0.04237138479948044, - -0.008341934531927109, - -0.016314823180437088, - 0.9989339113235474 - ] - ], - [ - 6.958333492279053, - [ - -0.08330685645341873, - -0.027767622843384743, - -0.030043605715036392, - 0.9956838488578796 - ] - ], - [ - 7.0, - [ - -0.11609689146280289, - -0.04893673583865166, - -0.04097728058695793, - 0.9911849498748779 - ] - ], - [ - 7.041666507720947, - [ - -0.13684628903865814, - -0.06460361927747726, - -0.04817863553762436, - 0.9873086214065552 - ] - ], - [ - 7.083333492279053, - [ - -0.14656171202659607, - -0.07261151820421219, - -0.051661167293787, - 0.9851793646812439 - ] - ], - [ - 7.125, - [ - -0.14910021424293518, - -0.07479467988014221, - -0.052582819014787674, - 0.9845861792564392 - ] - ], - [ - 7.166666507720947, - [ - -0.14438652992248535, - -0.0707741379737854, - -0.05087507516145706, - 0.985675036907196 - ] - ], - [ - 7.208333492279053, - [ - -0.12506119906902313, - -0.05548502877354622, - -0.04405190795660019, - 0.9896164536476135 - ] - ], - [ - 7.25, - [ - -0.08607421815395355, - -0.02937936782836914, - -0.03095593862235546, - 0.9953742027282715 - ] - ], - [ - 7.291666507720947, - [ - -0.03494768589735031, - -0.005853578913956881, - -0.013693774119019508, - 0.99927818775177 - ] - ], - [ - 7.333333492279053, - [ - 0.013855830766260624, - -0.0009389775223098695, - 0.006337182596325874, - 0.9998834729194641 - ] - ], - [ - 7.375, - [ - 0.06240968778729439, - -0.010671509429812431, - 0.03108934871852398, - 0.9975093007087708 - ] - ], - [ - 7.416666507720947, - [ - 0.08421915769577026, - -0.01612989604473114, - 0.04305560514330864, - 0.9953859448432922 - ] - ], - [ - 7.458333492279053, - [ - 0.08188249170780182, - -0.015535195358097553, - 0.04175293818116188, - 0.9956458210945129 - ] - ], - [ - 7.5, - [ - 0.07590686529874802, - -0.01402230653911829, - 0.038443487137556076, - 0.9962748885154724 - ] - ], - [ - 7.541666507720947, - [ - 0.06786853075027466, - -0.012012754566967487, - 0.03404289484024048, - 0.9970410466194153 - ] - ], - [ - 7.583333492279053, - [ - 0.059311337769031525, - -0.009921068325638771, - 0.02942601591348648, - 0.9977564215660095 - ] - ], - [ - 7.625, - [ - 0.051668863743543625, - -0.008112139999866486, - 0.025365374982357025, - 0.9983091354370117 - ] - ], - [ - 7.666666507720947, - [ - 0.046222224831581116, - -0.00686833867803216, - 0.022509831935167313, - 0.9986540079116821 - ] - ], - [ - 7.708333492279053, - [ - 0.04414500668644905, - -0.006406024564057589, - 0.02142963372170925, - 0.9987747073173523 - ] - ], - [ - 7.75, - [ - 0.07824012637138367, - -0.014611475169658661, - 0.039731912314891815, - 0.9960353374481201 - ] - ], - [ - 7.791666507720947, - [ - 0.15980258584022522, - -0.0350341834127903, - 0.08750750869512558, - 0.9826383590698242 - ] - ], - [ - 7.833333492279053, - [ - 0.23037995398044586, - -0.04999420419335365, - 0.13257569074630737, - 0.9627301692962646 - ] - ], - [ - 7.875, - [ - 0.2521214187145233, - -0.05385369434952736, - 0.14710575342178345, - 0.9549316763877869 - ] - ], - [ - 7.916666507720947, - [ - 0.2066948413848877, - -0.04537425562739372, - 0.11709344387054443, - 0.9703131318092346 - ] - ], - [ - 7.958333492279053, - [ - 0.051076166331768036, - -0.007974907755851746, - 0.025053072720766068, - 0.9983487129211426 - ] - ], - [ - 8.0, - [ - -0.07377905398607254, - -0.022483931854367256, - -0.026901850476861, - 0.9966581463813782 - ] - ], - [ - 8.041666984558105, - [ - -0.1444142609834671, - -0.0707974061369896, - -0.050885070115327835, - 0.9856687784194946 - ] - ], - [ - 8.083333015441895, - [ - -0.15298646688461304, - -0.07824945449829102, - -0.05399945378303528, - 0.9836443662643433 - ] - ], - [ - 8.125, - [ - -0.15118148922920227, - -0.07662263512611389, - -0.05334126949310303, - 0.9840874075889587 - ] - ], - [ - 8.166666984558105, - [ - -0.13128183782100677, - -0.06022338196635246, - -0.046217288821935654, - 0.9884343147277832 - ] - ], - [ - 8.208333015441895, - [ - -0.07677078992128372, - -0.024097727611660957, - -0.02788911946117878, - 0.9963673949241638 - ] - ], - [ - 8.25, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 8.291666984558105, - [ - 0.11072913557291031, - -0.022914350032806396, - 0.0581534318625927, - 0.9918831586837769 - ] - ], - [ - 8.333333015441895, - [ - 0.2178567349910736, - -0.04760519042611122, - 0.1243450790643692, - 0.9668560028076172 - ] - ], - [ - 8.375, - [ - 0.2618216276168823, - -0.05546609312295914, - 0.15369299054145813, - 0.9511842131614685 - ] - ], - [ - 8.416666984558105, - [ - 0.2660037577152252, - -0.05614842474460602, - 0.15655693411827087, - 0.9495152831077576 - ] - ], - [ - 8.458333015441895, - [ - 0.2591525614261627, - -0.055028025060892105, - 0.1518734097480774, - 0.952232301235199 - ] - ], - [ - 8.5, - [ - 0.19278587400913239, - -0.042464446276426315, - 0.10816852003335953, - 0.9743356704711914 - ] - ], - [ - 8.541666984558105, - [ - 0.05762245133519173, - -0.009516064077615738, - 0.02852346934378147, - 0.997885525226593 - ] - ], - [ - 8.583333015441895, - [ - -0.04478653147816658, - -0.009229354560375214, - -0.017153913155198097, - 0.9988066554069519 - ] - ], - [ - 8.625, - [ - -0.11934561282396317, - -0.05127233266830444, - -0.04208571836352348, - 0.9906344413757324 - ] - ], - [ - 8.666666984558105, - [ - -0.15001662075519562, - -0.07559476047754288, - -0.05291653051972389, - 0.9843679666519165 - ] - ], - [ - 8.708333015441895, - [ - -0.15298646688461304, - -0.07824945449829102, - -0.05399945378303528, - 0.9836443662643433 - ] - ], - [ - 8.75, - [ - -0.1506262719631195, - -0.07613104581832886, - -0.05313875153660774, - 0.9842215776443481 - ] - ], - [ - 8.791666984558105, - [ - -0.1269383579492569, - -0.05689781531691551, - -0.0447024367749691, - 0.9892680048942566 - ] - ], - [ - 8.833333015441895, - [ - -0.07026391476392746, - -0.02064233087003231, - -0.025739893317222595, - 0.9969826340675354 - ] - ], - [ - 8.875, - [ - -0.0030499508138746023, - -5.181274900678545e-05, - -0.001319699571467936, - 0.9999945759773254 - ] - ], - [ - 8.916666984558105, - [ - 0.06371268630027771, - -0.010989565402269363, - 0.031791701912879944, - 0.997401237487793 - ] - ], - [ - 8.958333015441895, - [ - 0.09750476479530334, - -0.01952913962304592, - 0.050550416111946106, - 0.9937585592269897 - ] - ], - [ - 9.0, - [ - 0.09479363262653351, - -0.018834132701158524, - 0.0490090511739254, - 0.9941114187240601 - ] - ], - [ - 9.041666984558105, - [ - 0.0874113142490387, - -0.01694442331790924, - 0.04484282433986664, - 0.9950182437896729 - ] - ], - [ - 9.083333015441895, - [ - 0.07655403763055801, - -0.014185500331223011, - 0.03880036249756813, - 0.9962092041969299 - ] - ], - [ - 9.125, - [ - 0.06349646300077438, - -0.010936708189547062, - 0.03167503699660301, - 0.9974192976951599 - ] - ], - [ - 9.166666984558105, - [ - 0.04954257979989052, - -0.007621500175446272, - 0.024246696382761, - 0.9984486699104309 - ] - ], - [ - 9.208333015441895, - [ - 0.03592868149280548, - -0.004656961653381586, - 0.017207687720656395, - 0.9991953372955322 - ] - ], - [ - 9.25, - [ - 0.023705312982201576, - -0.002370457397773862, - 0.01109269168227911, - 0.9996546506881714 - ] - ], - [ - 9.291666984558105, - [ - 0.013643278740346432, - -0.0009135842556133866, - 0.006236542947590351, - 0.9998870491981506 - ] - ], - [ - 9.333333015441895, - [ - 0.006202060263603926, - -0.00021532697428483516, - 0.0027753503527492285, - 0.9999769926071167 - ] - ], - [ - 9.375, - [ - 0.00159937993157655, - -1.5718003851361573e-05, - 0.0007045221864245832, - 0.9999985694885254 - ] - ], - [ - 9.416666984558105, - [ - 1.55282196470782e-14, - -1.9637101891892163e-22, - 6.768975283039753e-15, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.00025564292445778847, - -4.1355357893735345e-07, - 0.00011203723261132836, - 1.0 - ] - ], - [ - 9.5, - [ - 0.0010003234492614865, - -6.228845450095832e-06, - 0.00043965308577753603, - 0.9999994039535522 - ] - ], - [ - 9.541666984558105, - [ - 0.0022079437039792538, - -2.9569373509730212e-05, - 0.0009747613221406937, - 0.999997079372406 - ] - ], - [ - 9.583333015441895, - [ - 0.003859058953821659, - -8.729792898520827e-05, - 0.0017136168899014592, - 0.9999911785125732 - ] - ], - [ - 9.625, - [ - 0.005937490146607161, - -0.00019835162675008178, - 0.002654720563441515, - 0.9999788403511047 - ] - ], - [ - 9.666666984558105, - [ - 0.00842695776373148, - -0.0003813672810792923, - 0.0037967972457408905, - 0.9999572038650513 - ] - ], - [ - 9.708333015441895, - [ - 0.011308491230010986, - -0.000652700662612915, - 0.005137177184224129, - 0.9999226331710815 - ] - ], - [ - 9.75, - [ - 0.014558544382452965, - -0.00102491385769099, - 0.0066705611534416676, - 0.9998712539672852 - ] - ], - [ - 9.791666984558105, - [ - 0.018147042021155357, - -0.0015056600095704198, - 0.008387784473598003, - 0.9997990131378174 - ] - ], - [ - 9.833333015441895, - [ - 0.022036489099264145, - -0.0020970662590116262, - 0.010275134816765785, - 0.9997022747993469 - ] - ], - [ - 9.916666984558105, - [ - 0.030529538169503212, - -0.0035920573864132166, - 0.01448049210011959, - 0.9994224905967712 - ] - ], - [ - 10.041666984558105, - [ - 0.044145043939352036, - -0.006406032480299473, - 0.021429654210805893, - 0.9987747073173523 - ] - ], - [ - 10.083333015441895, - [ - 0.049186043441295624, - -0.007539841346442699, - 0.024059602990746498, - 0.9984714388847351 - ] - ], - [ - 10.125, - [ - 0.0551639162003994, - -0.008931215852499008, - 0.027214793488383293, - 0.9980664253234863 - ] - ], - [ - 10.166666984558105, - [ - 0.061959803104400635, - -0.010562016628682613, - 0.03084723837673664, - 0.9975460171699524 - ] - ], - [ - 10.208333015441895, - [ - 0.06943566352128983, - -0.01240166649222374, - 0.034896086901426315, - 0.9968987703323364 - ] - ], - [ - 10.25, - [ - 0.07743348926305771, - -0.014407545328140259, - 0.03928593546152115, - 0.9961190223693848 - ] - ], - [ - 10.375, - [ - 0.10270533710718155, - -0.020862162113189697, - 0.053523801267147064, - 0.9930517673492432 - ] - ], - [ - 10.416666984558105, - [ - 0.1108786016702652, - -0.022952526807785034, - 0.05824017897248268, - 0.9918604493141174 - ] - ], - [ - 10.458333015441895, - [ - 0.11857733875513077, - -0.024910856038331985, - 0.06272995471954346, - 0.9906482100486755 - ] - ], - [ - 10.5, - [ - 0.12559717893600464, - -0.026683073490858078, - 0.06686273217201233, - 0.9894658923149109 - ] - ], - [ - 10.541666984558105, - [ - 0.13174179196357727, - -0.028221050277352333, - 0.07051005959510803, - 0.9883703589439392 - ] - ], - [ - 10.583333015441895, - [ - 0.1368246078491211, - -0.029482383280992508, - 0.07354780286550522, - 0.9874211549758911 - ] - ], - [ - 10.625, - [ - 0.1406680941581726, - -0.0304289348423481, - 0.07585711777210236, - 0.9866774082183838 - ] - ], - [ - 10.666666984558105, - [ - 0.14309997856616974, - -0.03102441132068634, - 0.07732369750738144, - 0.9861952066421509 - ] - ], - [ - 10.708333015441895, - [ - 0.14394916594028473, - -0.031231695786118507, - 0.0778367891907692, - 0.9860246777534485 - ] - ], - [ - 10.75, - [ - 0.13622422516345978, - -0.02933395281434059, - 0.07318802177906036, - 0.987535297870636 - ] - ], - [ - 10.791666984558105, - [ - 0.1149359866976738, - -0.023986248299479485, - 0.060600753873586655, - 0.9912326335906982 - ] - ], - [ - 10.833333015441895, - [ - 0.08358273655176163, - -0.015967776998877525, - 0.04270033910870552, - 0.9954575300216675 - ] - ], - [ - 10.875, - [ - 0.04738295078277588, - -0.007129725068807602, - 0.02311559207737446, - 0.9985838532447815 - ] - ], - [ - 10.916666984558105, - [ - 0.013147885911166668, - -0.0008554229279980063, - 0.006002334412187338, - 0.9998952746391296 - ] - ], - [ - 10.958333015441895, - [ - -0.014175409451127052, - -0.0010584380943328142, - -0.00589688029140234, - 0.9998816847801208 - ] - ], - [ - 11.0, - [ - -0.0400574766099453, - -0.007527019362896681, - -0.015504986047744751, - 0.9990488290786743 - ] - ], - [ - 11.041666984558105, - [ - -0.06311378628015518, - -0.017085295170545578, - -0.023365629836916924, - 0.9975864887237549 - ] - ], - [ - 11.083333015441895, - [ - -0.0810994878411293, - -0.026506507769227028, - -0.029316099360585213, - 0.9959222078323364 - ] - ], - [ - 11.125, - [ - -0.09257229417562485, - -0.03329506143927574, - -0.03310162201523781, - 0.9945984482765198 - ] - ], - [ - 11.166666984558105, - [ - -0.09661243110895157, - -0.03582020103931427, - -0.03443986177444458, - 0.9940809011459351 - ] - ], - [ - 11.208333015441895, - [ - -0.08792117983102798, - -0.030473776161670685, - -0.03156519681215286, - 0.9951608180999756 - ] - ], - [ - 11.25, - [ - -0.0643439069390297, - -0.017678746953606606, - -0.023775409907102585, - 0.9974878430366516 - ] - ], - [ - 11.291666984558105, - [ - -0.030913835391402245, - -0.004660746548324823, - -0.012238876894116402, - 0.9994362592697144 - ] - ], - [ - 11.333333015441895, - [ - 0.004585166461765766, - -0.00012147374945925549, - 0.0020410476718097925, - 0.9999874234199524 - ] - ], - [ - 11.375, - [ - 0.04414500668644905, - -0.006406024564057589, - 0.02142963372170925, - 0.9987747073173523 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715923202_1490551.json b/lenses/physics-objects/Scene/assets/1645812715923202_1490551.json deleted file mode 100644 index f4749d00..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715923202_1490551.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715923202:1490551", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715923447_1490558.json b/lenses/physics-objects/Scene/assets/1645812715923447_1490558.json deleted file mode 100644 index c88ec516..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715923447_1490558.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715923447:1490558", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715925776_1490571.json b/lenses/physics-objects/Scene/assets/1645812715925776_1490571.json deleted file mode 100644 index 3f2996d6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715925776_1490571.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715925776:1490571", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.05460776761174202, - -0.4704819321632385, - 0.6262797117233276 - ] - ], - [ - 11.375, - [ - 0.05460776761174202, - -0.4704819321632385, - 0.6262797117233276 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715925969_1490578.json b/lenses/physics-objects/Scene/assets/1645812715925969_1490578.json deleted file mode 100644 index 97c45666..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715925969_1490578.json +++ /dev/null @@ -1,2215 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715925969:1490578", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.05258346349000931, - 0.01158178225159645, - 0.005503818392753601, - 0.9985342025756836 - ] - ], - [ - 0.0416666679084301, - [ - 0.05258346349000931, - 0.01158178225159645, - 0.005503818392753601, - 0.9985342025756836 - ] - ], - [ - 0.0833333358168602, - [ - 0.06385640799999237, - 0.01582399569451809, - 0.007300468627363443, - 0.9978070259094238 - ] - ], - [ - 0.125, - [ - 0.07687550783157349, - 0.02121087908744812, - 0.00944871548563242, - 0.9967702627182007 - ] - ], - [ - 0.1666666716337204, - [ - 0.09119317680597305, - 0.027664154767990112, - 0.011843428015708923, - 0.9953785538673401 - ] - ], - [ - 0.2083333283662796, - [ - 0.10627131909132004, - 0.03499462455511093, - 0.014346196316182613, - 0.9936177134513855 - ] - ], - [ - 0.25, - [ - 0.12151222676038742, - 0.042911723256111145, - 0.01680794358253479, - 0.9915194511413574 - ] - ], - [ - 0.2916666567325592, - [ - 0.1363002359867096, - 0.051047347486019135, - 0.019092721864581108, - 0.9891672730445862 - ] - ], - [ - 0.3333333432674408, - [ - 0.15004323422908783, - 0.058988381177186966, - 0.02109600603580475, - 0.9866926074028015 - ] - ], - [ - 0.375, - [ - 0.1622050404548645, - 0.06631072610616684, - 0.022753247991204262, - 0.98426353931427 - ] - ], - [ - 0.4166666567325592, - [ - 0.17232075333595276, - 0.07260754704475403, - 0.024037694558501244, - 0.9820671677589417 - ] - ], - [ - 0.4583333432674408, - [ - 0.17999175190925598, - 0.07750602066516876, - 0.024949340149760246, - 0.980292558670044 - ] - ], - [ - 0.5, - [ - 0.18486054241657257, - 0.08067000657320023, - 0.02549821138381958, - 0.9791163206100464 - ] - ], - [ - 0.5416666865348816, - [ - 0.18656955659389496, - 0.08179068565368652, - 0.02568519301712513, - 0.9786943197250366 - ] - ], - [ - 0.5833333134651184, - [ - 0.18212337791919708, - 0.078886017203331, - 0.025192562490701675, - 0.9797823429107666 - ] - ], - [ - 0.625, - [ - 0.16959626972675323, - 0.07089333236217499, - 0.023700688034296036, - 0.982674777507782 - ] - ], - [ - 0.6666666865348816, - [ - 0.15015646815299988, - 0.05905529856681824, - 0.02111196517944336, - 0.9866710901260376 - ] - ], - [ - 0.7083333134651184, - [ - 0.12529020011425018, - 0.04494873806834221, - 0.017402753233909607, - 0.9909486174583435 - ] - ], - [ - 0.75, - [ - 0.0970802754163742, - 0.030464038252830505, - 0.012825721874833107, - 0.9947275519371033 - ] - ], - [ - 0.7916666865348816, - [ - 0.06814365088939667, - 0.01754353940486908, - 0.008001768961548805, - 0.9974891543388367 - ] - ], - [ - 0.8333333134651184, - [ - 0.04122982546687126, - 0.007770287338644266, - 0.003801855258643627, - 0.9991122484207153 - ] - ], - [ - 0.875, - [ - 0.0186349768191576, - 0.0019767670892179012, - 0.0010232977801933885, - 0.9998238682746887 - ] - ], - [ - 0.9166666865348816, - [ - 0.0016878561582416296, - 2.048602982540615e-05, - 1.1049092790926807e-05, - 0.9999985694885254 - ] - ], - [ - 0.9583333134651184, - [ - -0.010335206985473633, - 2.2091627610130142e-24, - 1.226020107370427e-24, - 0.9999465942382813 - ] - ], - [ - 1.0, - [ - -0.018337929621338844, - -0.0, - 0.0, - 0.9998318552970886 - ] - ], - [ - 1.0416666269302368, - [ - -0.02123892493546009, - -0.0, - 0.0, - 0.9997744560241699 - ] - ], - [ - 1.0833333730697632, - [ - -0.020137066021561623, - -0.0, - 0.0, - 0.9997972249984741 - ] - ], - [ - 1.125, - [ - -0.016977911815047264, - -0.0, - 0.0, - 0.9998558759689331 - ] - ], - [ - 1.1666666269302368, - [ - -0.0119859017431736, - -0.0, - 0.0, - 0.9999281764030457 - ] - ], - [ - 1.2083333730697632, - [ - -0.005395946558564901, - 4.116007044102378e-23, - 2.2577426299366062e-23, - 0.9999854564666748 - ] - ], - [ - 1.25, - [ - 0.00259434524923563, - 4.7682082367828116e-05, - 2.566144939919468e-05, - 0.9999966621398926 - ] - ], - [ - 1.2916666269302368, - [ - 0.012639215216040611, - 0.0009785235160961747, - 0.0005140104331076145, - 0.9999195337295532 - ] - ], - [ - 1.3333333730697632, - [ - 0.025027204304933548, - 0.0033246385864913464, - 0.0016941558569669724, - 0.9996798038482666 - ] - ], - [ - 1.375, - [ - 0.03964237868785858, - 0.007278991863131523, - 0.0035758602898567915, - 0.9991810321807861 - ] - ], - [ - 1.4166666269302368, - [ - 0.05619639530777931, - 0.012895145453512669, - 0.006070524919778109, - 0.9983180165290833 - ] - ], - [ - 1.4583333730697632, - [ - 0.07424391806125641, - 0.020083118230104446, - 0.009010650217533112, - 0.9969971776008606 - ] - ], - [ - 1.5, - [ - 0.09321846067905426, - 0.028618119657039642, - 0.012181852012872696, - 0.9951597452163696 - ] - ], - [ - 1.5416666269302368, - [ - 0.11248308420181274, - 0.03816210478544235, - 0.015360238961875439, - 0.9928018450737 - ] - ], - [ - 1.5833333730697632, - [ - 0.13138650357723236, - 0.048296090215444565, - 0.01834697835147381, - 0.9899840950965881 - ] - ], - [ - 1.625, - [ - 0.14931635558605194, - 0.058559440076351166, - 0.020993346348404884, - 0.9868306517601013 - ] - ], - [ - 1.6666666269302368, - [ - 0.16574138402938843, - 0.06849086284637451, - 0.02321246825158596, - 0.9835140705108643 - ] - ], - [ - 1.7083333730697632, - [ - 0.18023614585399628, - 0.07766382396221161, - 0.02497745119035244, - 0.9802343845367432 - ] - ], - [ - 1.75, - [ - 0.1924862563610077, - 0.0857110545039177, - 0.026308950036764145, - 0.9771952033042908 - ] - ], - [ - 1.7916666269302368, - [ - 0.20227408409118652, - 0.0923343077301979, - 0.027257032692432404, - 0.9745853543281555 - ] - ], - [ - 1.8333333730697632, - [ - 0.2094476819038391, - 0.0972980260848999, - 0.027881886810064316, - 0.9725673794746399 - ] - ], - [ - 1.875, - [ - 0.21387676894664764, - 0.10040917247533798, - 0.028236649930477142, - 0.9712762832641602 - ] - ], - [ - 1.9166666269302368, - [ - 0.21540096402168274, - 0.10148806869983673, - 0.028353091329336166, - 0.9708238244056702 - ] - ], - [ - 1.9583333730697632, - [ - 0.19098249077796936, - 0.08470872789621353, - 0.026153938844799995, - 0.9775817394256592 - ] - ], - [ - 2.0, - [ - 0.11970429122447968, - 0.041947171092033386, - 0.01652088388800621, - 0.99178546667099 - ] - ], - [ - 2.0416667461395264, - [ - 0.024383580312132835, - 0.0031771049834787846, - 0.001621556468307972, - 0.9996963143348694 - ] - ], - [ - 2.0833332538604736, - [ - -0.050485264509916306, - 2.3985029207989892e-20, - 1.3018128090681202e-20, - 0.9987248182296753 - ] - ], - [ - 2.125, - [ - -0.11653117090463638, - -0.0, - 0.0, - 0.9931871294975281 - ] - ], - [ - 2.1666667461395264, - [ - -0.15766599774360657, - -0.0, - 0.0, - 0.9874925017356873 - ] - ], - [ - 2.2083332538604736, - [ - -0.17176154255867004, - -0.0, - 0.0, - 0.9851386547088623 - ] - ], - [ - 2.25, - [ - -0.1730063110589981, - -0.0, - 0.0, - 0.9849207401275635 - ] - ], - [ - 2.2916667461395264, - [ - -0.17130769789218903, - -0.0, - 0.0, - 0.9852175712585449 - ] - ], - [ - 2.3333332538604736, - [ - -0.1529485285282135, - -0.0, - 0.0, - 0.9882341623306274 - ] - ], - [ - 2.375, - [ - -0.1030384823679924, - -0.0, - 0.0, - 0.9946773648262024 - ] - ], - [ - 2.4166667461395264, - [ - -0.030630379915237427, - 2.6170151861001044e-14, - 1.5226542086650002e-14, - 0.9995307922363281 - ] - ], - [ - 2.4583332538604736, - [ - 0.04818583279848099, - 0.010046335868537426, - 0.004828754812479019, - 0.9987761974334717 - ] - ], - [ - 2.5, - [ - 0.1288168579339981, - 0.04687615856528282, - 0.01795143447816372, - 0.9903972148895264 - ] - ], - [ - 2.5416667461395264, - [ - 0.16102620959281921, - 0.0655890479683876, - 0.02259780839085579, - 0.9845091104507446 - ] - ], - [ - 2.5833332538604736, - [ - 0.16094177961349487, - 0.0655374526977539, - 0.022586632519960403, - 0.984526515007019 - ] - ], - [ - 2.7083332538604736, - [ - 0.15987727046012878, - 0.064888134598732, - 0.022445209324359894, - 0.9847461581230164 - ] - ], - [ - 2.9166667461395264, - [ - 0.15691238641738892, - 0.06309058517217636, - 0.02204643376171589, - 0.9853488206863403 - ] - ], - [ - 3.0416667461395264, - [ - 0.15553629398345947, - 0.062261782586574554, - 0.021858958527445793, - 0.985623836517334 - ] - ], - [ - 3.125, - [ - 0.1552131623029709, - 0.062067680060863495, - 0.021814720705151558, - 0.9856879711151123 - ] - ], - [ - 3.1666667461395264, - [ - 0.16778555512428284, - 0.0697614848613739, - 0.023472998291254044, - 0.9830719232559204 - ] - ], - [ - 3.2083332538604736, - [ - 0.19657354056835175, - 0.088455930352211, - 0.026717865839600563, - 0.9761252999305725 - ] - ], - [ - 3.25, - [ - 0.22770114243030548, - 0.11035049706697464, - 0.02918280102312565, - 0.9670177698135376 - ] - ], - [ - 3.2916667461395264, - [ - 0.2501361072063446, - 0.12724703550338745, - 0.0301516056060791, - 0.9593388438224792 - ] - ], - [ - 3.3333332538604736, - [ - 0.25837311148643494, - 0.133697971701622, - 0.03031444177031517, - 0.9562683701515198 - ] - ], - [ - 3.5416667461395264, - [ - 0.25837311148643494, - 0.133697971701622, - 0.03031444177031517, - 0.9562683701515198 - ] - ], - [ - 3.5833332538604736, - [ - 0.25709787011146545, - 0.13269022107124329, - 0.03029642440378666, - 0.9567528963088989 - ] - ], - [ - 3.625, - [ - 0.2524724304676056, - 0.12906284630298615, - 0.030208857730031013, - 0.9584820866584778 - ] - ], - [ - 3.6666667461395264, - [ - 0.2428881973028183, - 0.12168257683515549, - 0.029920008033514023, - 0.9619269371032715 - ] - ], - [ - 3.7083332538604736, - [ - 0.22597108781337738, - 0.10908709466457367, - 0.02907823584973812, - 0.967569887638092 - ] - ], - [ - 3.75, - [ - 0.19851575791835785, - 0.08977074921131134, - 0.026905696839094162, - 0.9756069779396057 - ] - ], - [ - 3.7916667461395264, - [ - 0.15710943937301636, - 0.06320955604314804, - 0.022073162719607353, - 0.9853090643882751 - ] - ], - [ - 3.8333332538604736, - [ - 0.10038665682077408, - 0.03207191079854965, - 0.01337494608014822, - 0.9943416118621826 - ] - ], - [ - 3.875, - [ - 0.0007439963519573212, - 4.0443201214657165e-06, - 2.186224946854054e-06, - 0.9999998211860657 - ] - ], - [ - 3.9166667461395264, - [ - -0.10309330374002457, - -0.0, - 0.0, - 0.9946717023849487 - ] - ], - [ - 3.9583332538604736, - [ - -0.1653759628534317, - -0.0, - 0.0, - 0.9862306118011475 - ] - ], - [ - 4.0, - [ - -0.1730063110589981, - -0.0, - 0.0, - 0.9849207401275635 - ] - ], - [ - 4.041666507720947, - [ - -0.14920318126678467, - -0.0, - 0.0, - 0.9888065457344055 - ] - ], - [ - 4.083333492279053, - [ - -0.02558785490691662, - 7.16387019150666e-13, - 4.1199143163868357e-13, - 0.9996725916862488 - ] - ], - [ - 4.125, - [ - 0.06733614951372147, - 0.017215445637702942, - 0.007869111374020576, - 0.9975507855415344 - ] - ], - [ - 4.708333492279053, - [ - 0.06733614951372147, - 0.017215445637702942, - 0.007869111374020576, - 0.9975507855415344 - ] - ], - [ - 4.75, - [ - 0.06548599153757095, - 0.016471046954393387, - 0.007566124200820923, - 0.9976889491081238 - ] - ], - [ - 4.791666507720947, - [ - 0.06046156585216522, - 0.014502565376460552, - 0.006751196924597025, - 0.9980423450469971 - ] - ], - [ - 4.833333492279053, - [ - 0.05309842899441719, - 0.01176618505269289, - 0.005583972670137882, - 0.9985043406486511 - ] - ], - [ - 4.875, - [ - 0.04426286369562149, - 0.008738680742681026, - 0.00424273032695055, - 0.9989727139472961 - ] - ], - [ - 4.916666507720947, - [ - 0.034807562828063965, - 0.005852362606674433, - 0.002910337410867214, - 0.999372661113739 - ] - ], - [ - 4.958333492279053, - [ - 0.025519978255033493, - 0.0034392920788377523, - 0.0017504434799775481, - 0.9996668696403503 - ] - ], - [ - 5.0, - [ - 0.017071088775992393, - 0.0016895881853997707, - 0.000877991144079715, - 0.9998524785041809 - ] - ], - [ - 5.041666507720947, - [ - 0.00997889507561922, - 0.000631936127319932, - 0.0003340993425808847, - 0.9999500513076782 - ] - ], - [ - 5.083333492279053, - [ - 0.004605723079293966, - 0.00014555729285348207, - 7.795857527526096e-05, - 0.99998939037323 - ] - ], - [ - 5.125, - [ - 0.0012017545523121953, - 1.0470259439898655e-05, - 5.653681910189334e-06, - 0.9999992847442627 - ] - ], - [ - 5.166666507720947, - [ - 1.8845041426331956e-14, - 5.810540916143505e-22, - 3.146573795083487e-22, - 1.0 - ] - ], - [ - 5.208333492279053, - [ - 0.0014944570139050484, - 1.6112126104417257e-05, - 8.694061762071215e-06, - 0.9999989867210388 - ] - ], - [ - 5.25, - [ - 0.005851801950484514, - 0.00023055229394230992, - 0.0001231113274116069, - 0.9999829530715942 - ] - ], - [ - 5.291666507720947, - [ - 0.013017814606428146, - 0.0010329666547477245, - 0.0005421098321676254, - 0.9999145865440369 - ] - ], - [ - 5.333333492279053, - [ - 0.022960279136896133, - 0.002859845757484436, - 0.0014647713396698236, - 0.9997312426567078 - ] - ], - [ - 5.375, - [ - 0.0355130210518837, - 0.0060537466779351234, - 0.0030051444191485643, - 0.9993463754653931 - ] - ], - [ - 5.416666507720947, - [ - 0.050286076962947845, - 0.010770739987492561, - 0.005148958880454302, - 0.9986634850502014 - ] - ], - [ - 5.458333492279053, - [ - 0.06664483994245529, - 0.016936104744672775, - 0.00775574054569006, - 0.9976028800010681 - ] - ], - [ - 5.5, - [ - 0.08375001698732376, - 0.02424420602619648, - 0.01059762854129076, - 0.9961354732513428 - ] - ], - [ - 5.541666507720947, - [ - 0.10064034163951874, - 0.032196320593357086, - 0.013416997157037258, - 0.9943112730979919 - ] - ], - [ - 5.583333492279053, - [ - 0.11632728576660156, - 0.040163543075323105, - 0.015980791300535202, - 0.9922698736190796 - ] - ], - [ - 5.625, - [ - 0.12987492978572845, - 0.04745924472808838, - 0.01811474747955799, - 0.9902283549308777 - ] - ], - [ - 5.666666507720947, - [ - 0.1404450684785843, - 0.05340448021888733, - 0.019710250198841095, - 0.9884506464004517 - ] - ], - [ - 5.708333492279053, - [ - 0.14729467034339905, - 0.05737161263823509, - 0.020705796778202057, - 0.9872103333473206 - ] - ], - [ - 5.75, - [ - 0.14973174035549164, - 0.058804452419281006, - 0.021052062511444092, - 0.9867519736289978 - ] - ], - [ - 5.791666507720947, - [ - 0.14766795933246613, - 0.05759035423398018, - 0.020759111270308495, - 0.9871407151222229 - ] - ], - [ - 5.833333492279053, - [ - 0.14194351434707642, - 0.05426473543047905, - 0.01993076503276825, - 0.9881852865219116 - ] - ], - [ - 5.875, - [ - 0.13325712084770203, - 0.04933791980147362, - 0.018632562831044197, - 0.9896773099899292 - ] - ], - [ - 5.916666507720947, - [ - 0.12233578413724899, - 0.043353307992219925, - 0.01693819835782051, - 0.9913967847824097 - ] - ], - [ - 5.958333492279053, - [ - 0.1099557876586914, - 0.03686337545514107, - 0.01494924072176218, - 0.9931401610374451 - ] - ], - [ - 6.0, - [ - 0.09693492203950882, - 0.0303939301520586, - 0.01280152890831232, - 0.9947441816329956 - ] - ], - [ - 6.041666507720947, - [ - 0.08409785479307175, - 0.024400951340794563, - 0.010655857622623444, - 0.9961017966270447 - ] - ], - [ - 6.083333492279053, - [ - 0.07222940772771835, - 0.019232753664255142, - 0.008676327764987946, - 0.9971648454666138 - ] - ], - [ - 6.125, - [ - 0.062032826244831085, - 0.015109652653336525, - 0.007004675921052694, - 0.9979351758956909 - ] - ], - [ - 6.166666507720947, - [ - 0.054110344499349594, - 0.012131277471780777, - 0.005742100067436695, - 0.9984447360038757 - ] - ], - [ - 6.208333492279053, - [ - 0.04898322373628616, - 0.01031941082328558, - 0.0049498253501951694, - 0.9987341165542603 - ] - ], - [ - 6.25, - [ - 0.04715355858206749, - 0.00969640351831913, - 0.004672956187278032, - 0.9988296627998352 - ] - ], - [ - 6.291666507720947, - [ - 0.04977373778820038, - 0.010592502541840076, - 0.0050704628229141235, - 0.9986914992332458 - ] - ], - [ - 6.333333492279053, - [ - 0.05709391459822655, - 0.013228371739387512, - 0.006212783511728048, - 0.9982618093490601 - ] - ], - [ - 6.375, - [ - 0.06836330890655518, - 0.01763312518596649, - 0.008037895895540714, - 0.9974722862243652 - ] - ], - [ - 6.416666507720947, - [ - 0.08274857699871063, - 0.023794662207365036, - 0.010430010966956615, - 0.9962318539619446 - ] - ], - [ - 6.458333492279053, - [ - 0.09921785444021225, - 0.0315006747841835, - 0.013181045651435852, - 0.9944796562194824 - ] - ], - [ - 6.5, - [ - 0.11654039472341537, - 0.04027539864182472, - 0.01601501740515232, - 0.992239773273468 - ] - ], - [ - 6.541666507720947, - [ - 0.13337744772434235, - 0.04940517619252205, - 0.01865086331963539, - 0.9896574020385742 - ] - ], - [ - 6.583333492279053, - [ - 0.1484069675207138, - 0.05802418291568756, - 0.020864367485046387, - 0.9870022535324097 - ] - ], - [ - 6.625, - [ - 0.16042187809944153, - 0.06522006541490555, - 0.022517679259181023, - 0.9846341013908386 - ] - ], - [ - 6.666666507720947, - [ - 0.16835716366767883, - 0.07011812925338745, - 0.023545190691947937, - 0.982947051525116 - ] - ], - [ - 6.708333492279053, - [ - 0.17122556269168854, - 0.0719168409705162, - 0.023903032764792442, - 0.982312798500061 - ] - ], - [ - 6.75, - [ - 0.15639066696166992, - 0.06277595460414886, - 0.021975532174110413, - 0.9854533076286316 - ] - ], - [ - 6.791666507720947, - [ - 0.11511179059743881, - 0.03952735662460327, - 0.01578521355986595, - 0.9924402832984924 - ] - ], - [ - 6.833333492279053, - [ - 0.05621363967657089, - 0.012901530601084232, - 0.006073256954550743, - 0.9983169436454773 - ] - ], - [ - 6.875, - [ - -0.0006542864139191806, - -0.0, - 0.0, - 0.9999998807907104 - ] - ], - [ - 6.916666507720947, - [ - -0.04962378740310669, - -0.0, - 0.0, - 0.9987680912017822 - ] - ], - [ - 6.958333492279053, - [ - -0.09620733559131622, - -0.0, - 0.0, - 0.995361328125 - ] - ], - [ - 7.0, - [ - -0.13268093764781952, - -0.0, - 0.0, - 0.9911589026451111 - ] - ], - [ - 7.041666507720947, - [ - -0.15544626116752625, - -0.0, - 0.0, - 0.9878443479537964 - ] - ], - [ - 7.083333492279053, - [ - -0.16603310406208038, - -0.0, - 0.0, - 0.9861202836036682 - ] - ], - [ - 7.125, - [ - -0.16879147291183472, - -0.0, - 0.0, - 0.9856517910957336 - ] - ], - [ - 7.166666507720947, - [ - -0.1636667400598526, - -0.0, - 0.0, - 0.9865157008171082 - ] - ], - [ - 7.208333492279053, - [ - -0.14254307746887207, - -0.0, - 0.0, - 0.9897887110710144 - ] - ], - [ - 7.25, - [ - -0.09931216388940811, - -0.0, - 0.0, - 0.9950563311576843 - ] - ], - [ - 7.291666507720947, - [ - -0.0410350002348423, - -0.0, - 0.0, - 0.999157726764679 - ] - ], - [ - 7.333333492279053, - [ - 0.016505658626556396, - 0.0015902061713859439, - 0.0008274903520941734, - 0.9998621940612793 - ] - ], - [ - 7.375, - [ - 0.07415946573019028, - 0.020047245547175407, - 0.00899661798030138, - 0.9970042705535889 - ] - ], - [ - 7.416666507720947, - [ - 0.09963548183441162, - 0.03170442953705788, - 0.013250363990664482, - 0.9944306015968323 - ] - ], - [ - 7.458333492279053, - [ - 0.0969230979681015, - 0.030388228595256805, - 0.012799562886357307, - 0.9947456121444702 - ] - ], - [ - 7.5, - [ - 0.08996720612049103, - 0.02709147147834301, - 0.011638383381068707, - 0.9955081343650818 - ] - ], - [ - 7.541666507720947, - [ - 0.08056819438934326, - 0.02282484620809555, - 0.010065284557640553, - 0.9964368939399719 - ] - ], - [ - 7.583333492279053, - [ - 0.07051324844360352, - 0.01851736567914486, - 0.008392359130084515, - 0.9973036646842957 - ] - ], - [ - 7.625, - [ - 0.06149419769644737, - 0.014900656417012215, - 0.006917631719261408, - 0.9979722499847412 - ] - ], - [ - 7.666666507720947, - [ - 0.055046454071998596, - 0.01247220579534769, - 0.005889084190130234, - 0.9983885288238525 - ] - ], - [ - 7.708333492279053, - [ - 0.05258346349000931, - 0.01158178225159645, - 0.005503818392753601, - 0.9985342025756836 - ] - ], - [ - 7.75, - [ - 0.0926864743232727, - 0.028366589918732643, - 0.012092999182641506, - 0.9952177405357361 - ] - ], - [ - 7.791666507720947, - [ - 0.18468058109283447, - 0.08055230975151062, - 0.02547835186123848, - 0.979160487651825 - ] - ], - [ - 7.833333492279053, - [ - 0.25850892066955566, - 0.133805513381958, - 0.030316201969981194, - 0.9562166929244995 - ] - ], - [ - 7.875, - [ - 0.2799997925758362, - 0.1513248085975647, - 0.030194129794836044, - 0.9475173950195313 - ] - ], - [ - 7.916666507720947, - [ - 0.2343991994857788, - 0.11529452353715897, - 0.02954862080514431, - 0.9648269414901733 - ] - ], - [ - 7.958333492279053, - [ - 0.06079332157969475, - 0.014630156569182873, - 0.006804634816944599, - 0.9980199337005615 - ] - ], - [ - 8.0, - [ - -0.08547689765691757, - -0.0, - 0.0, - 0.9963401556015015 - ] - ], - [ - 8.041666984558105, - [ - -0.16369690001010895, - -0.0, - 0.0, - 0.986510694026947 - ] - ], - [ - 8.083333015441895, - [ - -0.1730063110589981, - -0.0, - 0.0, - 0.9849207401275635 - ] - ], - [ - 8.125, - [ - -0.17105025053024292, - -0.0, - 0.0, - 0.9852623343467712 - ] - ], - [ - 8.166666984558105, - [ - -0.14936238527297974, - -0.0, - 0.0, - 0.988782525062561 - ] - ], - [ - 8.208333015441895, - [ - -0.08885319530963898, - -0.0, - 0.0, - 0.9960447549819946 - ] - ], - [ - 8.25, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 8.291666984558105, - [ - 0.130085289478302, - 0.04757538065314293, - 0.018147123977541924, - 0.99019455909729 - ] - ], - [ - 8.333333015441895, - [ - 0.2458489090204239, - 0.12394319474697113, - 0.030024364590644836, - 0.9608824849128723 - ] - ], - [ - 8.375, - [ - 0.28937578201293945, - 0.15932002663612366, - 0.02987651899456978, - 0.9433909058570862 - ] - ], - [ - 8.416666984558105, - [ - 0.2933724820613861, - 0.16281583905220032, - 0.029690682888031006, - 0.9415637254714966 - ] - ], - [ - 8.458333015441895, - [ - 0.28680992126464844, - 0.1571069359779358, - 0.02998008020222187, - 0.9445415139198303 - ] - ], - [ - 8.5, - [ - 0.21991921961307526, - 0.10471121966838837, - 0.02868090756237507, - 0.9694578647613525 - ] - ], - [ - 8.541666984558105, - [ - 0.06852315366268158, - 0.01769845001399517, - 0.008064218796789646, - 0.9974599480628967 - ] - ], - [ - 8.583333015441895, - [ - -0.052408285439014435, - 1.9239692033556216e-13, - 1.1760465648200102e-13, - 0.9986257553100586 - ] - ], - [ - 8.625, - [ - -0.13625995814800262, - -0.0, - 0.0, - 0.9906731247901917 - ] - ], - [ - 8.666666984558105, - [ - -0.16978637874126434, - -0.0, - 0.0, - 0.9854809045791626 - ] - ], - [ - 8.708333015441895, - [ - -0.1730063110589981, - -0.0, - 0.0, - 0.9849207401275635 - ] - ], - [ - 8.75, - [ - -0.1704479604959488, - -0.0, - 0.0, - 0.985366702079773 - ] - ], - [ - 8.791666984558105, - [ - -0.1446029096841812, - -0.0, - 0.0, - 0.9894897937774658 - ] - ], - [ - 8.833333015441895, - [ - -0.08150162547826767, - -0.0, - 0.0, - 0.9966732263565063 - ] - ], - [ - 8.875, - [ - -0.003619612194597721, - -0.0, - 0.0, - 0.9999934434890747 - ] - ], - [ - 8.916666984558105, - [ - 0.07569102942943573, - 0.020700892433524132, - 0.009251360781490803, - 0.9968734979629517 - ] - ], - [ - 8.958333015441895, - [ - 0.11497202515602112, - 0.03945440426468849, - 0.015762684866786003, - 0.9924597144126892 - ] - ], - [ - 9.0, - [ - 0.11185447126626968, - 0.037837810814380646, - 0.015258228406310081, - 0.9928867220878601 - ] - ], - [ - 9.041666984558105, - [ - 0.10333382338285446, - 0.03352602571249008, - 0.013862492516636848, - 0.9939848780632019 - ] - ], - [ - 9.083333015441895, - [ - 0.09072184562683105, - 0.027443552389740944, - 0.01176461111754179, - 0.9954285621643066 - ] - ], - [ - 9.125, - [ - 0.07543694972991943, - 0.020592041313648224, - 0.009209081530570984, - 0.9968953728675842 - ] - ], - [ - 9.166666984558105, - [ - 0.05897894874215126, - 0.013937010429799557, - 0.006513298023492098, - 0.9981406927108765 - ] - ], - [ - 9.208333015441895, - [ - 0.04282231628894806, - 0.008273969404399395, - 0.004031912889331579, - 0.9990403056144714 - ] - ], - [ - 9.25, - [ - 0.02825828827917576, - 0.004102226346731186, - 0.0020737021695822477, - 0.9995900988578796 - ] - ], - [ - 9.291666984558105, - [ - 0.016252050176262856, - 0.0015464494936168194, - 0.0008052195189520717, - 0.9998664259910583 - ] - ], - [ - 9.333333015441895, - [ - 0.007379134651273489, - 0.00035844079684466124, - 0.00019069877453148365, - 0.9999727010726929 - ] - ], - [ - 9.375, - [ - 0.0019008017843589187, - 2.5889312382787466e-05, - 1.3956223483546637e-05, - 0.9999982118606567 - ] - ], - [ - 9.416666984558105, - [ - 1.843974632546614e-14, - 3.0149970972379053e-22, - 1.6327068039311213e-22, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.000303702981909737, - 6.790385214117123e-07, - 3.674521167340572e-07, - 0.9999999403953552 - ] - ], - [ - 9.5, - [ - 0.001188643742352724, - 1.0245318662782665e-05, - 5.532392606255598e-06, - 0.9999992847442627 - ] - ], - [ - 9.541666984558105, - [ - 0.0026244947221130133, - 4.877286482951604e-05, - 2.6246587367495522e-05, - 0.999996542930603 - ] - ], - [ - 9.583333015441895, - [ - 0.004589042626321316, - 0.00014454228221438825, - 7.74180589360185e-05, - 0.9999894499778748 - ] - ], - [ - 9.625, - [ - 0.0070639606565237045, - 0.00032998420647345483, - 0.00017569267947692424, - 0.9999749660491943 - ] - ], - [ - 9.666666984558105, - [ - 0.0100305937230587, - 0.0006380495615303516, - 0.000337289267918095, - 0.9999494552612305 - ] - ], - [ - 9.708333015441895, - [ - 0.013466708362102509, - 0.0010991045273840427, - 0.0005761903594247997, - 0.9999085664749146 - ] - ], - [ - 9.75, - [ - 0.01734413020312786, - 0.001738430350087583, - 0.0009027686901390553, - 0.9998476505279541 - ] - ], - [ - 9.791666984558105, - [ - 0.02162632718682289, - 0.00257417606189847, - 0.0013227974995970726, - 0.9997619390487671 - ] - ], - [ - 9.833333015441895, - [ - 0.02626739628612995, - 0.003615944180637598, - 0.001836945302784443, - 0.9996467232704163 - ] - ], - [ - 9.875, - [ - 0.031211884692311287, - 0.004863981623202562, - 0.0024407291784882545, - 0.9994980692863464 - ] - ], - [ - 9.958333015441895, - [ - 0.04173974320292473, - 0.00793040357530117, - 0.00387516594491899, - 0.9990895390510559 - ] - ], - [ - 10.041666984558105, - [ - 0.05258351191878319, - 0.01158179808408022, - 0.005503824446350336, - 0.9985342025756836 - ] - ], - [ - 10.083333015441895, - [ - 0.05855696648359299, - 0.013777351006865501, - 0.0064458297565579414, - 0.9981682896614075 - ] - ], - [ - 10.125, - [ - 0.06562308222055435, - 0.01652585156261921, - 0.007588526699692011, - 0.9976788759231567 - ] - ], - [ - 10.166666984558105, - [ - 0.0736304298043251, - 0.019822947680950165, - 0.008908731862902641, - 0.9970487952232361 - ] - ], - [ - 10.208333015441895, - [ - 0.0824042484164238, - 0.023640694096684456, - 0.01037239097058773, - 0.9962645769119263 - ] - ], - [ - 10.25, - [ - 0.09174685925245285, - 0.027923978865146637, - 0.011935988441109657, - 0.9953191876411438 - ] - ], - [ - 10.291666984558105, - [ - 0.10143951326608658, - 0.0325891487300396, - 0.013549359515309334, - 0.9942154884338379 - ] - ], - [ - 10.375, - [ - 0.12093418091535568, - 0.04260259494185448, - 0.016716325655579567, - 0.9916050434112549 - ] - ], - [ - 10.416666984558105, - [ - 0.13025520741939545, - 0.04766935482621193, - 0.01817329041659832, - 0.9901671409606934 - ] - ], - [ - 10.458333015441895, - [ - 0.1389782428741455, - 0.052566513419151306, - 0.01949295960366726, - 0.9887071251869202 - ] - ], - [ - 10.5, - [ - 0.14688247442245483, - 0.0571303516626358, - 0.020646803081035614, - 0.9872868657112122 - ] - ], - [ - 10.541666984558105, - [ - 0.1537613570690155, - 0.06119793653488159, - 0.02161495015025139, - 0.9859741926193237 - ] - ], - [ - 10.583333015441895, - [ - 0.15942279994487762, - 0.06461154669523239, - 0.02238454855978489, - 0.9848393797874451 - ] - ], - [ - 10.625, - [ - 0.1636863350868225, - 0.06722115725278854, - 0.022946903482079506, - 0.983951985836029 - ] - ], - [ - 10.666666984558105, - [ - 0.16637608408927917, - 0.06888458877801895, - 0.023293759673833847, - 0.9833775162696838 - ] - ], - [ - 10.708333015441895, - [ - 0.1673138588666916, - 0.06946761161088943, - 0.02341320924460888, - 0.9831745028495789 - ] - ], - [ - 10.75, - [ - 0.15875548124313354, - 0.06420610100030899, - 0.022295163944363594, - 0.9849757552146912 - ] - ], - [ - 10.791666984558105, - [ - 0.13485939800739288, - 0.05023573711514473, - 0.018875541165471077, - 0.9894104599952698 - ] - ], - [ - 10.833333015441895, - [ - 0.09889713674783707, - 0.031344473361968994, - 0.013127791695296764, - 0.9945172667503357 - ] - ], - [ - 10.875, - [ - 0.05642182379961014, - 0.012978584505617619, - 0.006106203887611628, - 0.998304009437561 - ] - ], - [ - 10.916666984558105, - [ - 0.01566099375486374, - 0.0014463653787970543, - 0.0007541942759416997, - 0.9998760223388672 - ] - ], - [ - 10.958333015441895, - [ - -0.016762614250183105, - 6.312390513284439e-19, - 3.5564545133716755e-19, - 0.9998595118522644 - ] - ], - [ - 11.0, - [ - -0.0469515435397625, - -0.0, - 0.0, - 0.9988971948623657 - ] - ], - [ - 11.041666984558105, - [ - -0.07338724285364151, - -0.0, - 0.0, - 0.9973035454750061 - ] - ], - [ - 11.083333015441895, - [ - -0.09372702986001968, - -0.0, - 0.0, - 0.9955979585647583 - ] - ], - [ - 11.125, - [ - -0.10658233612775803, - -0.0, - 0.0, - 0.9943038821220398 - ] - ], - [ - 11.166666984558105, - [ - -0.11108860373497009, - -0.0, - 0.0, - 0.9938105344772339 - ] - ], - [ - 11.208333015441895, - [ - -0.10138143599033356, - -0.0, - 0.0, - 0.9948476552963257 - ] - ], - [ - 11.25, - [ - -0.0747859925031662, - -0.0, - 0.0, - 0.9971995949745178 - ] - ], - [ - 11.291666984558105, - [ - -0.03634912520647049, - 8.738686250300812e-20, - 5.151572287524859e-20, - 0.9993391633033752 - ] - ], - [ - 11.333333015441895, - [ - 0.005453440360724926, - 0.0002014574856730178, - 0.00010767830826807767, - 0.9999850988388062 - ] - ], - [ - 11.375, - [ - 0.05258346349000931, - 0.01158178225159645, - 0.005503818392753601, - 0.9985342025756836 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715926157_1490585.json b/lenses/physics-objects/Scene/assets/1645812715926157_1490585.json deleted file mode 100644 index efe09007..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715926157_1490585.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715926157:1490585", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715926323_1490592.json b/lenses/physics-objects/Scene/assets/1645812715926323_1490592.json deleted file mode 100644 index 2933ea54..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715926323_1490592.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715926323:1490592", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715928374_1490605.json b/lenses/physics-objects/Scene/assets/1645812715928374_1490605.json deleted file mode 100644 index 68a3858d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715928374_1490605.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715928374:1490605", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7549200654029846, - -0.2440134584903717, - 0.7857444286346436 - ] - ], - [ - 11.375, - [ - 0.7549200654029846, - -0.2440134584903717, - 0.7857444286346436 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715928589_1490612.json b/lenses/physics-objects/Scene/assets/1645812715928589_1490612.json deleted file mode 100644 index b1661053..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715928589_1490612.json +++ /dev/null @@ -1,2206 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715928589:1490612", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.054676081985235214, - 0.007890697568655014, - -0.061572737991809845, - 0.9965726733207703 - ] - ], - [ - 0.0416666679084301, - [ - 0.054676081985235214, - 0.007890697568655014, - -0.061572737991809845, - 0.9965726733207703 - ] - ], - [ - 0.0833333358168602, - [ - 0.06665844470262527, - 0.01030817162245512, - -0.07510215044021606, - 0.9948920011520386 - ] - ], - [ - 0.125, - [ - 0.08064890652894974, - 0.01310239639133215, - -0.09088830649852753, - 0.9925037026405334 - ] - ], - [ - 0.1666666716337204, - [ - 0.09623462706804276, - 0.016085367649793625, - -0.10845409333705902, - 0.9893018007278442 - ] - ], - [ - 0.2083333283662796, - [ - 0.11288487911224365, - 0.01903657615184784, - -0.12719006836414337, - 0.9852498769760132 - ] - ], - [ - 0.25, - [ - 0.12996982038021088, - 0.02174447476863861, - -0.1463792771100998, - 0.9804122447967529 - ] - ], - [ - 0.2916666567325592, - [ - 0.14679737389087677, - 0.02404549904167652, - -0.16524137556552887, - 0.9749706983566284 - ] - ], - [ - 0.3333333432674408, - [ - 0.16265986859798431, - 0.025849539786577225, - -0.1829858422279358, - 0.9692212343215942 - ] - ], - [ - 0.375, - [ - 0.17687873542308807, - 0.027146030217409134, - -0.19886156916618347, - 0.9635512828826904 - ] - ], - [ - 0.4166666567325592, - [ - 0.18883562088012695, - 0.0279911570250988, - -0.21218955516815186, - 0.9584013819694519 - ] - ], - [ - 0.4583333432674408, - [ - 0.19798173010349274, - 0.028481753543019295, - -0.2223707139492035, - 0.9542239308357239 - ] - ], - [ - 0.5, - [ - 0.2038220763206482, - 0.028722865507006645, - -0.2288658171892166, - 0.9514473080635071 - ] - ], - [ - 0.5416666865348816, - [ - 0.2058786004781723, - 0.028794223442673683, - -0.23115174472332, - 0.9504492282867432 - ] - ], - [ - 0.5833333134651184, - [ - 0.2005353569984436, - 0.02859414927661419, - -0.2252112329006195, - 0.9530203938484192 - ] - ], - [ - 0.625, - [ - 0.18560360372066498, - 0.02778525836765766, - -0.20858891308307648, - 0.9598280787467957 - ] - ], - [ - 0.6666666865348816, - [ - 0.16279149055480957, - 0.025862954556941986, - -0.18313291668891907, - 0.9691709876060486 - ] - ], - [ - 0.7083333134651184, - [ - 0.13424523174762726, - 0.022365132346749306, - -0.15117526054382324, - 0.9790934920310974 - ] - ], - [ - 0.75, - [ - 0.10270615667104721, - 0.017265290021896362, - -0.11574017256498337, - 0.9878045320510864 - ] - ], - [ - 0.7916666865348816, - [ - 0.07124704867601395, - 0.01123209297657013, - -0.08028128743171692, - 0.9941593408584595 - ] - ], - [ - 0.8333333134651184, - [ - 0.04272175207734108, - 0.005533947609364986, - -0.04807260259985924, - 0.9979144334793091 - ] - ], - [ - 0.875, - [ - 0.019215542823076248, - 0.0015359062235802412, - -0.021557584404945374, - 0.9995817542076111 - ] - ], - [ - 0.9166666865348816, - [ - 0.0017392977606505156, - 1.700691063888371e-05, - -0.0019424462225288153, - 0.9999966025352478 - ] - ], - [ - 0.9583333134651184, - [ - -0.010665983892977238, - 0.00014166193432174623, - 0.011856785044074059, - 0.9998728036880493 - ] - ], - [ - 1.0, - [ - -0.01894853264093399, - 0.00042280449997633696, - 0.021001974120736122, - 0.9995997548103333 - ] - ], - [ - 1.0416666269302368, - [ - -0.021957045421004295, - 0.0005564417224377394, - 0.02431114763021469, - 0.9994631409645081 - ] - ], - [ - 1.0833333730697632, - [ - -0.020813945680856705, - 0.0005038329982198775, - 0.023054584860801697, - 0.9995175004005432 - ] - ], - [ - 1.125, - [ - -0.01753927581012249, - 0.000365688931196928, - 0.019449597224593163, - 0.9996569156646729 - ] - ], - [ - 1.1666666269302368, - [ - -0.01237251702696085, - 0.00018842334975488484, - 0.013745348900556564, - 0.9998290538787842 - ] - ], - [ - 1.2083333730697632, - [ - -0.005564879160374403, - 3.993149221059866e-05, - 0.006197797134518623, - 0.9999653100967407 - ] - ], - [ - 1.25, - [ - 0.0026732406113296747, - 3.944131458410993e-05, - -0.002986449282616377, - 0.9999919533729553 - ] - ], - [ - 1.2916666269302368, - [ - 0.013024825602769852, - 0.0007781232707202435, - -0.014593529514968395, - 0.9998083710670471 - ] - ], - [ - 1.3333333730697632, - [ - 0.025833381339907646, - 0.0025204047560691833, - -0.029013948515057564, - 0.9992419481277466 - ] - ], - [ - 1.375, - [ - 0.041058752685785294, - 0.005216034594923258, - -0.04619481414556503, - 0.9980746507644653 - ] - ], - [ - 1.4166666269302368, - [ - 0.05850363150238991, - 0.008661012165248394, - -0.06589502841234207, - 0.9960724711418152 - ] - ], - [ - 1.4583333730697632, - [ - 0.07780732214450836, - 0.01254135649651289, - -0.08768323808908463, - 0.9930258989334106 - ] - ], - [ - 1.5, - [ - 0.0984567403793335, - 0.016494890674948692, - -0.11095643043518066, - 0.9887986779212952 - ] - ], - [ - 1.5416666269302368, - [ - 0.11981687694787979, - 0.02017756924033165, - -0.13498041033744812, - 0.9833702445030212 - ] - ], - [ - 1.5833333730697632, - [ - 0.14117833971977234, - 0.02331998571753502, - -0.15894724428653717, - 0.9768626689910889 - ] - ], - [ - 1.625, - [ - 0.16181546449661255, - 0.02576284483075142, - -0.18204213678836823, - 0.9695425033569336 - ] - ], - [ - 1.6666666269302368, - [ - 0.18104524910449982, - 0.027466371655464172, - -0.2035081684589386, - 0.9617965817451477 - ] - ], - [ - 1.7083333730697632, - [ - 0.19827423989772797, - 0.028495172038674355, - -0.22269614040851593, - 0.9540868997573853 - ] - ], - [ - 1.75, - [ - 0.2130245417356491, - 0.028986724093556404, - -0.23909015953540802, - 0.946898341178894 - ] - ], - [ - 1.7916666269302368, - [ - 0.2249344289302826, - 0.029113605618476868, - -0.2523047626018524, - 0.940690815448761 - ] - ], - [ - 1.8333333730697632, - [ - 0.23373332619667053, - 0.02904898300766945, - -0.2620547413825989, - 0.9358698725700378 - ] - ], - [ - 1.875, - [ - 0.239195317029953, - 0.028940116986632347, - -0.26810166239738464, - 0.9327751994132996 - ] - ], - [ - 1.9166666269302368, - [ - 0.24108020961284637, - 0.028890222311019897, - -0.2701874375343323, - 0.9316890239715576 - ] - ], - [ - 1.9583333730697632, - [ - 0.21120452880859375, - 0.028945904225111008, - -0.2370690107345581, - 0.9478150010108948 - ] - ], - [ - 2.0, - [ - 0.12792953848838806, - 0.02143995277583599, - -0.1440897136926651, - 0.9810263514518738 - ] - ], - [ - 2.0416667461395264, - [ - 0.02516605705022812, - 0.002414549235254526, - -0.028261641040444374, - 0.9992808103561401 - ] - ], - [ - 2.0833332538604736, - [ - -0.052510786801576614, - 0.002610348165035248, - 0.05757230520248413, - 0.9969559907913208 - ] - ], - [ - 2.125, - [ - -0.12343595176935196, - 0.009362277574837208, - 0.13282358646392822, - 0.9833788871765137 - ] - ], - [ - 2.1666667461395264, - [ - -0.16919659078121185, - 0.013594628311693668, - 0.180222287774086, - 0.9688692688941956 - ] - ], - [ - 2.2083332538604736, - [ - -0.18521066009998322, - 0.015080632641911507, - 0.19659766554832458, - 0.9627143740653992 - ] - ], - [ - 2.25, - [ - -0.18663768470287323, - 0.015231273137032986, - 0.19804835319519043, - 0.9621388912200928 - ] - ], - [ - 2.2916667461395264, - [ - -0.18469126522541046, - 0.015028082765638828, - 0.19606904685497284, - 0.9629227519035339 - ] - ], - [ - 2.3333332538604736, - [ - -0.1638801097869873, - 0.013118639588356018, - 0.17475874722003937, - 0.9707886576652527 - ] - ], - [ - 2.375, - [ - -0.1087028756737709, - 0.007922155782580376, - 0.11738312989473343, - 0.9870877265930176 - ] - ], - [ - 2.4166667461395264, - [ - -0.031721677631139755, - 0.0010889919940382242, - 0.035007450729608536, - 0.9988828897476196 - ] - ], - [ - 2.4583332538604736, - [ - 0.0500328354537487, - 0.006963746156543493, - -0.05632897466421127, - 0.9971335530281067 - ] - ], - [ - 2.5, - [ - 0.13825082778930664, - 0.02292471192777157, - -0.15566633641719818, - 0.9778185486793518 - ] - ], - [ - 2.5416667461395264, - [ - 0.1754930317401886, - 0.027033431455492973, - -0.19731566309928894, - 0.9641255736351013 - ] - ], - [ - 2.625, - [ - 0.175116166472435, - 0.02700228802859783, - -0.19689515233039856, - 0.9642808437347412 - ] - ], - [ - 2.7083332538604736, - [ - 0.17414404451847076, - 0.02692093327641487, - -0.1958104372024536, - 0.9646799564361572 - ] - ], - [ - 2.9583332538604736, - [ - 0.17003431916236877, - 0.026560772210359573, - -0.1912231594324112, - 0.9663419723510742 - ] - ], - [ - 3.0416667461395264, - [ - 0.16906088590621948, - 0.026471642777323723, - -0.19013626873493195, - 0.966729462146759 - ] - ], - [ - 3.125, - [ - 0.16868339478969574, - 0.026436688378453255, - -0.1897147297859192, - 0.9668791890144348 - ] - ], - [ - 3.1666667461395264, - [ - 0.1834603250026703, - 0.02763945423066616, - -0.20620037615299225, - 0.9607599973678589 - ] - ], - [ - 3.2083332538604736, - [ - 0.21798452734947205, - 0.02906924858689308, - -0.2445959746837616, - 0.9443573355674744 - ] - ], - [ - 3.25, - [ - 0.25638842582702637, - 0.028247656300663948, - -0.2871086597442627, - 0.9225159287452698 - ] - ], - [ - 3.2916667461395264, - [ - 0.28475454449653625, - 0.0259132981300354, - -0.31837713718414307, - 0.903813898563385 - ] - ], - [ - 3.3333332538604736, - [ - 0.29531338810920715, - 0.024654870852828026, - -0.32998770475387573, - 0.8962647318840027 - ] - ], - [ - 3.5416667461395264, - [ - 0.29531338810920715, - 0.024654870852828026, - -0.32998770475387573, - 0.8962647318840027 - ] - ], - [ - 3.5833332538604736, - [ - 0.2936736047267914, - 0.024864375591278076, - -0.32818561792373657, - 0.8974584937095642 - ] - ], - [ - 3.625, - [ - 0.2877415418624878, - 0.025579014793038368, - -0.3216632604598999, - 0.9017114043235779 - ] - ], - [ - 3.6666667461395264, - [ - 0.2755277752876282, - 0.026838429272174835, - -0.30821868777275085, - 0.9101459383964539 - ] - ], - [ - 3.7083332538604736, - [ - 0.25422483682632446, - 0.02836431935429573, - -0.2847191095352173, - 0.9238507747650146 - ] - ], - [ - 3.75, - [ - 0.22034814953804016, - 0.029093710705637932, - -0.24721844494342804, - 0.9431242346763611 - ] - ], - [ - 3.7916667461395264, - [ - 0.17090049386024475, - 0.026638852432370186, - -0.19219020009040833, - 0.9659950137138367 - ] - ], - [ - 3.8333332538604736, - [ - 0.10635717213153839, - 0.017913082614541054, - -0.1198485940694809, - 0.986916184425354 - ] - ], - [ - 3.875, - [ - 0.0007667347672395408, - 3.370176500538946e-06, - -0.0008559856214560568, - 0.9999993443489075 - ] - ], - [ - 3.9166667461395264, - [ - -0.10876249521970749, - 0.007928014732897282, - 0.11744578182697296, - 0.9870736598968506 - ] - ], - [ - 3.9583332538604736, - [ - -0.17792928218841553, - 0.014384510926902294, - 0.18916906416416168, - 0.9655823707580566 - ] - ], - [ - 4.0, - [ - -0.18663768470287323, - 0.015231273137032986, - 0.19804835319519043, - 0.9621388912200928 - ] - ], - [ - 4.041666507720947, - [ - -0.1596726030111313, - 0.012741046026349068, - 0.17042653262615204, - 0.9722639322280884 - ] - ], - [ - 4.083333492279053, - [ - -0.02647383138537407, - 0.0007851197151467204, - 0.02926713600754738, - 0.9992206692695618 - ] - ], - [ - 4.125, - [ - 0.07038141787052155, - 0.011058184318244457, - -0.07930435240268707, - 0.9943012595176697 - ] - ], - [ - 4.708333492279053, - [ - 0.07038141787052155, - 0.011058184318244457, - -0.07930435240268707, - 0.9943012595176697 - ] - ], - [ - 4.75, - [ - 0.06840047240257263, - 0.010659473948180676, - -0.0770685151219368, - 0.994619607925415 - ] - ], - [ - 4.791666507720947, - [ - 0.06303752213716507, - 0.00957676861435175, - -0.07101435959339142, - 0.995435357093811 - ] - ], - [ - 4.833333492279053, - [ - 0.055220916867256165, - 0.00800008699297905, - -0.06218802183866501, - 0.9965036511421204 - ] - ], - [ - 4.875, - [ - 0.0459047332406044, - 0.006150740664452314, - -0.0516669861972332, - 0.9975899457931519 - ] - ], - [ - 4.916666507720947, - [ - 0.036005642265081406, - 0.004272799007594585, - -0.040490053594112396, - 0.9985218644142151 - ] - ], - [ - 4.958333492279053, - [ - 0.026344455778598785, - 0.002602388383820653, - -0.029590170830488205, - 0.9992114901542664 - ] - ], - [ - 5.0, - [ - 0.017599456012248993, - 0.001320717274211347, - -0.019738418981432915, - 0.9996494054794312 - ] - ], - [ - 5.041666507720947, - [ - 0.010281750932335854, - 0.0005077441455796361, - -0.011512385681271553, - 0.9998807311058044 - ] - ], - [ - 5.083333492279053, - [ - 0.004745333921164274, - 0.00011944403377128765, - -0.005304939113557339, - 0.9999746680259705 - ] - ], - [ - 5.125, - [ - 0.0012384311994537711, - 8.708994755579624e-06, - -0.0013828291557729244, - 0.9999982714653015 - ] - ], - [ - 5.166666507720947, - [ - 1.9537816121364092e-14, - 5.787247683769629e-22, - -2.1770115549678282e-14, - 1.0 - ] - ], - [ - 5.208333492279053, - [ - 0.0015400274423882365, - 1.3386114915192593e-05, - -0.0017197788693010807, - 0.9999973177909851 - ] - ], - [ - 5.25, - [ - 0.006029018200933933, - 0.00018826275481842458, - -0.0067426725290715694, - 0.9999591708183289 - ] - ], - [ - 5.291666507720947, - [ - 0.013415359891951084, - 0.0008202106109820306, - -0.01503245159983635, - 0.9997966885566711 - ] - ], - [ - 5.333333492279053, - [ - 0.023691171780228615, - 0.0021853456273674965, - -0.026599232107400894, - 0.9993630051612854 - ] - ], - [ - 5.375, - [ - 0.036741871386766434, - 0.004407819826155901, - -0.04132111743092537, - 0.9984604120254517 - ] - ], - [ - 5.416666507720947, - [ - 0.052248287945985794, - 0.0074047003872692585, - -0.05883096903562546, - 0.9968723058700562 - ] - ], - [ - 5.458333492279053, - [ - 0.0696408599615097, - 0.010909243486821651, - -0.07846853882074356, - 0.9944213628768921 - ] - ], - [ - 5.541666507720947, - [ - 0.10663782060146332, - 0.01796232908964157, - -0.12016434222459793, - 0.9868466258049011 - ] - ], - [ - 5.583333492279053, - [ - 0.12412836402654648, - 0.02085856907069683, - -0.13982267677783966, - 0.9821439385414124 - ] - ], - [ - 5.625, - [ - 0.13945531845092773, - 0.023088758811354637, - -0.15701638162136078, - 0.9774277210235596 - ] - ], - [ - 5.666666507720947, - [ - 0.15155860781669617, - 0.024625420570373535, - -0.1705712080001831, - 0.9733083248138428 - ] - ], - [ - 5.708333492279053, - [ - 0.15947005152702332, - 0.025516457855701447, - -0.17942039668560028, - 0.9704259634017944 - ] - ], - [ - 5.75, - [ - 0.16229793429374695, - 0.025812512263655663, - -0.18258136510849, - 0.9693591594696045 - ] - ], - [ - 5.791666507720947, - [ - 0.15990273654460907, - 0.025562530383467674, - -0.17990411818027496, - 0.9702639579772949 - ] - ], - [ - 5.833333492279053, - [ - 0.15328475832939148, - 0.024827631190419197, - -0.17250268161296844, - 0.9726922512054443 - ] - ], - [ - 5.875, - [ - 0.14331422746181488, - 0.02360094152390957, - -0.16134028136730194, - 0.9761524200439453 - ] - ], - [ - 5.916666507720947, - [ - 0.13090042769908905, - 0.021881598979234695, - -0.14742343127727509, - 0.9801288843154907 - ] - ], - [ - 5.958333492279053, - [ - 0.11699140071868896, - 0.019719213247299194, - -0.13180582225322723, - 0.9841501116752625 - ] - ], - [ - 6.0, - [ - 0.10254590958356857, - 0.017236551269888878, - -0.11555980890989304, - 0.9878426790237427 - ] - ], - [ - 6.041666507720947, - [ - 0.08848408609628677, - 0.014624248258769512, - -0.09972195327281952, - 0.9909654259681702 - ] - ], - [ - 6.083333492279053, - [ - 0.07563680410385132, - 0.012110126204788685, - -0.0852346196770668, - 0.9934121370315552 - ] - ], - [ - 6.125, - [ - 0.06471206247806549, - 0.009915142320096493, - -0.07290489226579666, - 0.9951878786087036 - ] - ], - [ - 6.166666507720947, - [ - 0.056292224675416946, - 0.008215461857616901, - -0.0633978322148323, - 0.9963656067848206 - ] - ], - [ - 6.208333492279053, - [ - 0.050873517990112305, - 0.0071307397447526455, - -0.05727838724851608, - 0.9970357418060303 - ] - ], - [ - 6.25, - [ - 0.048945341259241104, - 0.006748357322067022, - -0.055100806057453156, - 0.9972577095031738 - ] - ], - [ - 6.291666507720947, - [ - 0.05170749872922897, - 0.007296812254935503, - -0.058220233768224716, - 0.9969371557235718 - ] - ], - [ - 6.333333492279053, - [ - 0.059456292539834976, - 0.00885325763374567, - -0.06697077304124832, - 0.9959425330162048 - ] - ], - [ - 6.375, - [ - 0.07148264348506927, - 0.011279383674263954, - -0.08054715394973755, - 0.9941202998161316 - ] - ], - [ - 6.416666507720947, - [ - 0.08701619505882263, - 0.014342269860208035, - -0.09806745499372482, - 0.9912645816802979 - ] - ], - [ - 6.458333492279053, - [ - 0.10506518930196762, - 0.01768539287149906, - -0.11839491128921509, - 0.9872341156005859 - ] - ], - [ - 6.5, - [ - 0.1243678629398346, - 0.020895730704069138, - -0.14009155333042145, - 0.982074499130249 - ] - ], - [ - 6.541666507720947, - [ - 0.1434517502784729, - 0.02361881732940674, - -0.16149435937404633, - 0.9761062264442444 - ] - ], - [ - 6.583333492279053, - [ - 0.16075986623764038, - 0.025652969256043434, - -0.18086226284503937, - 0.9699417948722839 - ] - ], - [ - 6.625, - [ - 0.17478327453136444, - 0.026974592357873917, - -0.19652371108531952, - 0.9644177556037903 - ] - ], - [ - 6.666666507720947, - [ - 0.1841365098953247, - 0.02768624573945999, - -0.2069539576768875, - 0.9604672193527222 - ] - ], - [ - 6.708333492279053, - [ - 0.18753540515899658, - 0.027910349890589714, - -0.21074120700359344, - 0.958978533744812 - ] - ], - [ - 6.75, - [ - 0.17005963623523712, - 0.026563068851828575, - -0.19125142693519592, - 0.9663317203521729 - ] - ], - [ - 6.791666507720947, - [ - 0.12276334315538406, - 0.02064540795981884, - -0.13828985393047333, - 0.9825369715690613 - ] - ], - [ - 6.833333492279053, - [ - 0.058521926403045654, - 0.008664710447192192, - -0.06591569632291794, - 0.9960699081420898 - ] - ], - [ - 6.875, - [ - -0.0006743840640410781, - 6.066038622520864e-07, - 0.0007524727843701839, - 0.9999995827674866 - ] - ], - [ - 6.916666507720947, - [ - -0.051604270935058594, - 0.002535528503358364, - 0.056593865156173706, - 0.9970595240592957 - ] - ], - [ - 6.958333492279053, - [ - -0.1012934073805809, - 0.0071909185498952866, - 0.10958284884691238, - 0.9887768030166626 - ] - ], - [ - 7.0, - [ - -0.14124594628810883, - 0.01105560828000307, - 0.15137022733688354, - 0.9782712459564209 - ] - ], - [ - 7.041666507720947, - [ - -0.1666925698518753, - 0.01337042823433876, - 0.17765052616596222, - 0.9697809815406799 - ] - ], - [ - 7.083333492279053, - [ - -0.1786763072013855, - 0.01445340272039175, - 0.1899326890707016, - 0.9652934670448303 - ] - ], - [ - 7.125, - [ - -0.18181739747524261, - 0.01474783569574356, - 0.19314010441303253, - 0.9640652537345886 - ] - ], - [ - 7.166666507720947, - [ - -0.1759883016347885, - 0.014206894673407078, - 0.187183678150177, - 0.9663273692131042 - ] - ], - [ - 7.208333492279053, - [ - -0.15221896767616272, - 0.012066776864230633, - 0.16273443400859833, - 0.9747827053070068 - ] - ], - [ - 7.25, - [ - -0.10465700924396515, - 0.007523111999034882, - 0.11312684416770935, - 0.9880247116088867 - ] - ], - [ - 7.291666507720947, - [ - -0.04258947819471359, - 0.0018293922767043114, - 0.04683716595172882, - 0.9979925155639648 - ] - ], - [ - 7.333333492279053, - [ - 0.017015408724546432, - 0.001245727064087987, - -0.019081171602010727, - 0.9996724724769592 - ] - ], - [ - 7.375, - [ - 0.07771625369787216, - 0.012523309327661991, - -0.08758050948381424, - 0.9930422902107239 - ] - ], - [ - 7.416666507720947, - [ - 0.1055266484618187, - 0.01776691898703575, - -0.1189141571521759, - 0.9871209859848022 - ] - ], - [ - 7.458333492279053, - [ - 0.10253287851810455, - 0.01723421737551689, - -0.11554514616727829, - 0.9878458976745605 - ] - ], - [ - 7.5, - [ - 0.09489163011312485, - 0.01583574153482914, - -0.10694146156311035, - 0.9896001815795898 - ] - ], - [ - 7.541666507720947, - [ - 0.08464818447828293, - 0.013884196057915688, - -0.0953979566693306, - 0.9917364120483398 - ] - ], - [ - 7.583333492279053, - [ - 0.07379092276096344, - 0.011741788126528263, - -0.0831519216299057, - 0.9937317371368408 - ] - ], - [ - 7.625, - [ - 0.064137764275074, - 0.009799107909202576, - -0.07225652784109116, - 0.9952734708786011 - ] - ], - [ - 7.666666507720947, - [ - 0.057284098118543625, - 0.0084151616320014, - -0.06451791524887085, - 0.9962354898452759 - ] - ], - [ - 7.708333492279053, - [ - 0.054676081985235214, - 0.007890697568655014, - -0.061572737991809845, - 0.9965726733207703 - ] - ], - [ - 7.75, - [ - 0.09787262976169586, - 0.01638767309486866, - -0.11029870808124542, - 0.9889320731163025 - ] - ], - [ - 7.791666507720947, - [ - 0.2036057561635971, - 0.028714964166283607, - -0.2286253273487091, - 0.9515517950057983 - ] - ], - [ - 7.833333492279053, - [ - 0.2954881191253662, - 0.024632250890135765, - -0.3301796615123749, - 0.8961369395256042 - ] - ], - [ - 7.875, - [ - 0.32341310381889343, - 0.020251575857400894, - -0.3608093559741974, - 0.8745344281196594 - ] - ], - [ - 7.916666507720947, - [ - 0.2647971510887146, - 0.027712425217032433, - -0.29638952016830444, - 0.9172064661979675 - ] - ], - [ - 7.958333492279053, - [ - 0.06339089572429657, - 0.009648406878113747, - -0.07141333818435669, - 0.9953836798667908 - ] - ], - [ - 8.0, - [ - -0.08972036093473434, - 0.006050239782780409, - 0.09735020995140076, - 0.9911794066429138 - ] - ], - [ - 8.041666984558105, - [ - -0.17602260410785675, - 0.014210013672709465, - 0.18721874058246613, - 0.9663142561912537 - ] - ], - [ - 8.083333015441895, - [ - -0.18663768470287323, - 0.015231273137032986, - 0.19804835319519043, - 0.9621388912200928 - ] - ], - [ - 8.125, - [ - -0.18439678847789764, - 0.014998625963926315, - 0.19576920568943024, - 0.9630406498908997 - ] - ], - [ - 8.166666984558105, - [ - -0.15985117852687836, - 0.012757153250277042, - 0.17061059176921844, - 0.9722020626068115 - ] - ], - [ - 8.208333015441895, - [ - -0.09335320442914963, - 0.006407324690371752, - 0.10119672864675522, - 0.990456223487854 - ] - ], - [ - 8.25, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 8.291666984558105, - [ - 0.139694944024086, - 0.02312111109495163, - -0.1572849452495575, - 0.977349579334259 - ] - ], - [ - 8.333333015441895, - [ - 0.27928951382637024, - 0.026480782777071, - -0.3123617470264435, - 0.9075936675071716 - ] - ], - [ - 8.375, - [ - 0.3357774317264557, - 0.017832007259130478, - -0.37433499097824097, - 0.8641810417175293 - ] - ], - [ - 8.416666984558105, - [ - 0.34109053015708923, - 0.016712963581085205, - -0.38013967871665955, - 0.8595765233039856 - ] - ], - [ - 8.458333015441895, - [ - 0.3323814272880554, - 0.018524503335356712, - -0.37062227725982666, - 0.867074728012085 - ] - ], - [ - 8.5, - [ - 0.24668334424495697, - 0.028704257681965828, - -0.27638477087020874, - 0.9284044504165649 - ] - ], - [ - 8.541666984558105, - [ - 0.07165411114692688, - 0.01131394598633051, - -0.08074066042900085, - 0.9940918684005737 - ] - ], - [ - 8.583333015441895, - [ - -0.054535914212465286, - 0.0027798509690910578, - 0.05975637957453728, - 0.9967183470726013 - ] - ], - [ - 8.625, - [ - -0.14521944522857666, - 0.011424584314227104, - 0.15549087524414063, - 0.9770380854606628 - ] - ], - [ - 8.666666984558105, - [ - -0.18295270204544067, - 0.014856853522360325, - 0.19429786503314972, - 0.9636160731315613 - ] - ], - [ - 8.708333015441895, - [ - -0.18663768470287323, - 0.015231273137032986, - 0.19804835319519043, - 0.9621388912200928 - ] - ], - [ - 8.75, - [ - -0.1837082952260971, - 0.014930534176528454, - 0.19506794214248657, - 0.9633155465126038 - ] - ], - [ - 8.791666984558105, - [ - -0.15452048182487488, - 0.01227592770010233, - 0.16511191427707672, - 0.974017858505249 - ] - ], - [ - 8.833333015441895, - [ - -0.08545297384262085, - 0.0056328740902245045, - 0.09282390028238297, - 0.9919928312301636 - ] - ], - [ - 8.875, - [ - -0.0037320987321436405, - 1.8188386093243025e-05, - 0.004159421194344759, - 0.9999843835830688 - ] - ], - [ - 8.916666984558105, - [ - 0.07936904579401016, - 0.012850191444158554, - -0.08944480121135712, - 0.9927411675453186 - ] - ], - [ - 8.958333015441895, - [ - 0.12260650098323822, - 0.020620768889784813, - -0.13811372220516205, - 0.9825819134712219 - ] - ], - [ - 9.0, - [ - 0.11911346018314362, - 0.0200643427670002, - -0.134190171957016, - 0.983566164970398 - ] - ], - [ - 9.041666984558105, - [ - 0.10962165147066116, - 0.01848066970705986, - -0.12352066487073898, - 0.9860954284667969 - ] - ], - [ - 9.083333015441895, - [ - 0.09571810811758041, - 0.015989551320672035, - -0.1078723594546318, - 0.9894170761108398 - ] - ], - [ - 9.125, - [ - 0.07909468561410904, - 0.012796055525541306, - -0.08913535624742508, - 0.9927915930747986 - ] - ], - [ - 9.166666984558105, - [ - 0.061459578573703766, - 0.009257884696125984, - -0.0692327544093132, - 0.99566251039505 - ] - ], - [ - 9.208333015441895, - [ - 0.04439204931259155, - 0.005856358911842108, - -0.04995874688029289, - 0.9977470636367798 - ] - ], - [ - 9.25, - [ - 0.02918712981045246, - 0.0030715002212673426, - -0.032795991748571396, - 0.9990310668945313 - ] - ], - [ - 9.291666984558105, - [ - 0.016753491014242172, - 0.0012126575456932187, - -0.018786462023854256, - 0.9996824264526367 - ] - ], - [ - 9.333333015441895, - [ - 0.007602582219988108, - 0.00029094121418893337, - -0.008506403304636478, - 0.99993497133255 - ] - ], - [ - 9.375, - [ - 0.001958700828254223, - 2.147422310372349e-05, - -0.0021876459941267967, - 0.9999957084655762 - ] - ], - [ - 9.416666984558105, - [ - 1.9007532838801432e-14, - 3.0029079616375744e-22, - -2.12029117950107e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.0003129987744614482, - 5.668522931046027e-07, - -0.0003493736148811877, - 0.9999998807907104 - ] - ], - [ - 9.5, - [ - 0.0012249215506017208, - 8.522339157934766e-06, - -0.0013677377719432116, - 0.9999983310699463 - ] - ], - [ - 9.541666984558105, - [ - 0.002704301383346319, - 4.033875302411616e-05, - -0.003021181095391512, - 0.999991774559021 - ] - ], - [ - 9.583333015441895, - [ - 0.004728150554001331, - 0.00011861894745379686, - -0.005285699386149645, - 0.9999748468399048 - ] - ], - [ - 9.625, - [ - 0.007277848664671183, - 0.000268174713710323, - -0.008142311125993729, - 0.9999403357505798 - ] - ], - [ - 9.666666984558105, - [ - 0.0103350430727005, - 0.0005125529132783413, - -0.011572212912142277, - 0.9998795986175537 - ] - ], - [ - 9.708333015441895, - [ - 0.013878462836146355, - 0.0008712089038453996, - -0.015553008764982224, - 0.9997824430465698 - ] - ], - [ - 9.75, - [ - 0.017881538718938828, - 0.0013574649346992373, - -0.020055891945958138, - 0.9996381402015686 - ] - ], - [ - 9.791666984558105, - [ - 0.022309863939881325, - 0.001977172214537859, - -0.02504272200167179, - 0.999435544013977 - ] - ], - [ - 9.833333015441895, - [ - 0.027119917795062065, - 0.0027282044757157564, - -0.03046456165611744, - 0.9991641640663147 - ] - ], - [ - 9.875, - [ - 0.032258566468954086, - 0.003600713098421693, - -0.03626115620136261, - 0.9988150596618652 - ] - ], - [ - 9.916666984558105, - [ - 0.03766203299164772, - 0.004577805288136005, - -0.04235986992716789, - 0.9983819127082825 - ] - ], - [ - 10.041666984558105, - [ - 0.05467613413929939, - 0.00789070688188076, - -0.06157279014587402, - 0.9965726733207703 - ] - ], - [ - 10.083333015441895, - [ - 0.06101083382964134, - 0.00916721299290657, - -0.0687260851264, - 0.9957261681556702 - ] - ], - [ - 10.125, - [ - 0.06854713708162308, - 0.010689024813473225, - -0.07723406702280045, - 0.9945963621139526 - ] - ], - [ - 10.166666984558105, - [ - 0.07714588940143585, - 0.012410175055265427, - -0.0869370847940445, - 0.9931447505950928 - ] - ], - [ - 10.208333015441895, - [ - 0.08664191514253616, - 0.014270123094320297, - -0.09764557331800461, - 0.9913400411605835 - ] - ], - [ - 10.25, - [ - 0.09684169292449951, - 0.01619768515229225, - -0.10913776606321335, - 0.9891655445098877 - ] - ], - [ - 10.291666984558105, - [ - 0.10752230882644653, - 0.01811695098876953, - -0.1211593747138977, - 0.986626148223877 - ] - ], - [ - 10.375, - [ - 0.12931706011295319, - 0.021647628396749496, - -0.1456468403339386, - 0.9806097745895386 - ] - ], - [ - 10.416666984558105, - [ - 0.13988858461380005, - 0.023147281259298325, - -0.1575019657611847, - 0.9772863984107971 - ] - ], - [ - 10.458333015441895, - [ - 0.14987139403820038, - 0.024423616006970406, - -0.16868279874324799, - 0.9739035964012146 - ] - ], - [ - 10.5, - [ - 0.15899242460727692, - 0.02546527050435543, - -0.17888641357421875, - 0.9706042408943176 - ] - ], - [ - 10.541666984558105, - [ - 0.16698876023292542, - 0.026277078315615654, - -0.18782217800617218, - 0.9675469398498535 - ] - ], - [ - 10.583333015441895, - [ - 0.1736108511686325, - 0.026875682175159454, - -0.19521541893482208, - 0.964897871017456 - ] - ], - [ - 10.625, - [ - 0.17862224578857422, - 0.027283411473035812, - -0.20080624520778656, - 0.9628221988677979 - ] - ], - [ - 10.666666984558105, - [ - 0.18179462850093842, - 0.02752108685672283, - -0.20434364676475525, - 0.9614765644073486 - ] - ], - [ - 10.708333015441895, - [ - 0.18290263414382935, - 0.02760031633079052, - -0.2055787742137909, - 0.9610007405281067 - ] - ], - [ - 10.75, - [ - 0.17282834649085999, - 0.02680847980082035, - -0.19434213638305664, - 0.9652164578437805 - ] - ], - [ - 10.791666984558105, - [ - 0.14514687657356262, - 0.023836972191929817, - -0.1633930206298828, - 0.9755342602729797 - ] - ], - [ - 10.833333015441895, - [ - 0.10471093654632568, - 0.017622660845518112, - -0.11799629032611847, - 0.987320601940155 - ] - ], - [ - 10.875, - [ - 0.05874283239245415, - 0.00870926957577467, - -0.06616514921188354, - 0.9960399866104126 - ] - ], - [ - 10.916666984558105, - [ - 0.01614316925406456, - 0.0011367882834747434, - -0.018099810928106308, - 0.9997053146362305 - ] - ], - [ - 10.958333015441895, - [ - -0.017316250130534172, - 0.0003570009721443057, - 0.019203783944249153, - 0.9996655583381653 - ] - ], - [ - 11.0, - [ - -0.04879505932331085, - 0.0023078504018485546, - 0.05355869233608246, - 0.9973692297935486 - ] - ], - [ - 11.041666984558105, - [ - -0.07677526026964188, - 0.004795394372195005, - 0.08359251171350479, - 0.9935265779495239 - ] - ], - [ - 11.083333015441895, - [ - -0.09861122071743011, - 0.006926000118255615, - 0.10675320774316788, - 0.9893592000007629 - ] - ], - [ - 11.125, - [ - -0.11255981773138046, - 0.008301539346575737, - 0.12143409252166748, - 0.9861618280410767 - ] - ], - [ - 11.166666984558105, - [ - -0.11747722327709198, - 0.008783074095845222, - 0.12658970057964325, - 0.9849350452423096 - ] - ], - [ - 11.208333015441895, - [ - -0.10690250247716904, - 0.007744684815406799, - 0.11548998951911926, - 0.9875089526176453 - ] - ], - [ - 11.25, - [ - -0.07826801389455795, - 0.004938111174851656, - 0.08518315106630325, - 0.9932742714881897 - ] - ], - [ - 11.291666984558105, - [ - -0.037688154727220535, - 0.0014786042738705873, - 0.04151143133640289, - 0.9984259605407715 - ] - ], - [ - 11.333333015441895, - [ - 0.005618628114461899, - 0.00016477117605973035, - -0.006282921880483627, - 0.9999644756317139 - ] - ], - [ - 11.375, - [ - 0.054676081985235214, - 0.007890697568655014, - -0.061572737991809845, - 0.9965726733207703 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715928806_1490619.json b/lenses/physics-objects/Scene/assets/1645812715928806_1490619.json deleted file mode 100644 index 7be94ab4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715928806_1490619.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715928806:1490619", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715928982_1490626.json b/lenses/physics-objects/Scene/assets/1645812715928982_1490626.json deleted file mode 100644 index 9778e5f2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715928982_1490626.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715928982:1490626", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715930678_1490639.json b/lenses/physics-objects/Scene/assets/1645812715930678_1490639.json deleted file mode 100644 index e6840948..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715930678_1490639.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715930678:1490639", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0248287916183472, - -0.3904266655445099, - 0.1131826788187027 - ] - ], - [ - 11.375, - [ - 1.0248287916183472, - -0.3904266655445099, - 0.1131826788187027 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715930917_1490646.json b/lenses/physics-objects/Scene/assets/1645812715930917_1490646.json deleted file mode 100644 index c665801f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715930917_1490646.json +++ /dev/null @@ -1,2233 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715930917:1490646", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.003271735506132245, - 0.0007670115446671844, - -0.09101488441228867, - 0.9958438873291016 - ] - ], - [ - 0.0416666679084301, - [ - 0.003271735506132245, - 0.0007670115446671844, - -0.09101488441228867, - 0.9958438873291016 - ] - ], - [ - 0.0833333358168602, - [ - 0.0037792122457176447, - 0.001026294194161892, - -0.11191879212856293, - 0.9937097430229187 - ] - ], - [ - 0.125, - [ - 0.004330100957304239, - 0.0013444405049085617, - -0.13642103970050812, - 0.9906405806541443 - ] - ], - [ - 0.1666666716337204, - [ - 0.004906784743070602, - 0.0017115174559876323, - -0.16374456882476807, - 0.9864891767501831 - ] - ], - [ - 0.2083333283662796, - [ - 0.005494448821991682, - 0.0021121774334460497, - -0.19288396835327148, - 0.9812040328979492 - ] - ], - [ - 0.25, - [ - 0.006079168524593115, - 0.002527371048927307, - -0.2226664423942566, - 0.9748724699020386 - ] - ], - [ - 0.2916666567325592, - [ - 0.006646167952567339, - 0.002936564153060317, - -0.25184059143066406, - 0.9677414298057556 - ] - ], - [ - 0.3333333432674408, - [ - 0.007178829982876778, - 0.0033199219033122063, - -0.2791703939437866, - 0.9602090120315552 - ] - ], - [ - 0.375, - [ - 0.007658659480512142, - 0.003659970825538039, - -0.30351340770721436, - 0.9527893662452698 - ] - ], - [ - 0.4166666567325592, - [ - 0.008065972477197647, - 0.003942393697798252, - -0.32386425137519836, - 0.9460610747337341 - ] - ], - [ - 0.4583333432674408, - [ - 0.008380815386772156, - 0.004155831877142191, - -0.33935505151748657, - 0.9406119585037231 - ] - ], - [ - 0.5, - [ - 0.008583636954426765, - 0.004290817771106958, - -0.34921178221702576, - 0.9369947910308838 - ] - ], - [ - 0.5416666865348816, - [ - 0.008655414916574955, - 0.004338092170655727, - -0.35267600417137146, - 0.9356954097747803 - ] - ], - [ - 0.5833333134651184, - [ - 0.008469314314424992, - 0.004214982967823744, - -0.3436681628227234, - 0.9390435218811035 - ] - ], - [ - 0.625, - [ - 0.007955437526106834, - 0.0038664115127176046, - -0.31837427616119385, - 0.9479238390922546 - ] - ], - [ - 0.6666666865348816, - [ - 0.00718325562775135, - 0.0033230865374207497, - -0.2793964147567749, - 0.9601432085037231 - ] - ], - [ - 0.7083333134651184, - [ - 0.006223755888640881, - 0.0026314393617212772, - -0.23009519279003143, - 0.9731447696685791 - ] - ], - [ - 0.75, - [ - 0.005137974396348, - 0.0018664937233552337, - -0.17508026957511902, - 0.9845390915870667 - ] - ], - [ - 0.7916666865348816, - [ - 0.003964155446738005, - 0.0011291118571534753, - -0.11994785815477371, - 0.9927716255187988 - ] - ], - [ - 0.8333333134651184, - [ - 0.002720032585784793, - 0.0005261994083411992, - -0.07031243294477463, - 0.997521162033081 - ] - ], - [ - 0.875, - [ - 0.0014280705945566297, - 0.00014074712817091495, - -0.03052501380443573, - 0.9995329976081848 - ] - ], - [ - 0.9166666865348816, - [ - 0.00015164745855145156, - 1.5276845033440623e-06, - -0.0026324379723519087, - 0.999996542930603 - ] - ], - [ - 0.9583333134651184, - [ - -0.0013688931940123439, - 0.00048070724005810916, - 0.01537206582725048, - 0.9998809099197388 - ] - ], - [ - 1.0, - [ - -0.0029883820097893476, - 0.0014569860650226474, - 0.02645173668861389, - 0.9996445775032043 - ] - ], - [ - 1.0416666269302368, - [ - -0.0036912159994244576, - 0.001928578014485538, - 0.030303968116641045, - 0.9995320439338684 - ] - ], - [ - 1.0833333730697632, - [ - -0.0034171417355537415, - 0.0017424047691747546, - 0.028850745409727097, - 0.9995763897895813 - ] - ], - [ - 1.125, - [ - -0.002679829951375723, - 0.001256808522157371, - 0.024616407230496407, - 0.9996926784515381 - ] - ], - [ - 1.1666666269302368, - [ - -0.0016638879897072911, - 0.0006413816008716822, - 0.017713671550154686, - 0.9998416304588318 - ] - ], - [ - 1.2083333730697632, - [ - -0.0006104891654103994, - 0.00013426630175672472, - 0.008182412944734097, - 0.9999663233757019 - ] - ], - [ - 1.25, - [ - 0.00023075571516528726, - 3.5458942875266075e-06, - -0.0040598586201667786, - 0.9999917149543762 - ] - ], - [ - 1.2916666269302368, - [ - 0.0010184033308178186, - 7.073915185173973e-05, - -0.020403292030096054, - 0.9997913241386414 - ] - ], - [ - 1.3333333730697632, - [ - 0.0018281900556758046, - 0.00023315004364121705, - -0.04154755175113678, - 0.9991348385810852 - ] - ], - [ - 1.375, - [ - 0.002638798439875245, - 0.0004945302498526871, - -0.0674501284956932, - 0.9977190494537354 - ] - ], - [ - 1.4166666269302368, - [ - 0.003438130719587207, - 0.0008481909171678126, - -0.09767971932888031, - 0.9952116012573242 - ] - ], - [ - 1.4583333730697632, - [ - 0.004221171140670776, - 0.0012787743471562862, - -0.13144013285636902, - 0.9913142919540405 - ] - ], - [ - 1.5, - [ - 0.0049866265617311, - 0.0017645987682044506, - -0.16763801872730255, - 0.9858344197273254 - ] - ], - [ - 1.5833333730697632, - [ - 0.006457350682467222, - 0.0028000923339277506, - -0.2421184629201889, - 0.9702211618423462 - ] - ], - [ - 1.625, - [ - 0.007150438614189625, - 0.003299606963992119, - -0.2777200937271118, - 0.9606298804283142 - ] - ], - [ - 1.6666666269302368, - [ - 0.0078001124784350395, - 0.003758788574486971, - -0.3106175661087036, - 0.9504955410957336 - ] - ], - [ - 1.7083333730697632, - [ - 0.008390937931835651, - 0.004162617493420839, - -0.3398493528366089, - 0.9404332637786865 - ] - ], - [ - 1.75, - [ - 0.008906395174562931, - 0.004501267336308956, - -0.36468663811683655, - 0.9310768246650696 - ] - ], - [ - 1.7916666269302368, - [ - 0.009330585598945618, - 0.0047692242078483105, - -0.38461169600486755, - 0.9230189919471741 - ] - ], - [ - 1.8333333730697632, - [ - 0.009649179875850677, - 0.004963738843798637, - -0.3992571234703064, - 0.9167748093605042 - ] - ], - [ - 1.875, - [ - 0.009849361144006252, - 0.005082922056317329, - -0.40831637382507324, - 0.9127731919288635 - ] - ], - [ - 1.9166666269302368, - [ - 0.009918889962136745, - 0.005123764742165804, - -0.41143694519996643, - 0.9113699793815613 - ] - ], - [ - 1.9583333730697632, - [ - 0.008842235431075096, - 0.004459872376173735, - -0.3616316020488739, - 0.9322686195373535 - ] - ], - [ - 2.0, - [ - 0.006009980570524931, - 0.0024777089711278677, - -0.2191176861524582, - 0.9756767749786377 - ] - ], - [ - 2.0416667461395264, - [ - 0.0017893725307658315, - 0.00022313770023174584, - -0.040428124368190765, - 0.9991809129714966 - ] - ], - [ - 2.0833332538604736, - [ - -0.013978039845824242, - 0.009641032665967941, - 0.06487613916397095, - 0.997748851776123 - ] - ], - [ - 2.125, - [ - -0.0555785596370697, - 0.04151107370853424, - 0.12148118764162064, - 0.9901668429374695 - ] - ], - [ - 2.1666667461395264, - [ - -0.09235304594039917, - 0.06917857378721237, - 0.1459050178527832, - 0.9825461506843567 - ] - ], - [ - 2.2083332538604736, - [ - -0.10688256472349167, - 0.0802619457244873, - 0.15244783461093903, - 0.9792312383651733 - ] - ], - [ - 2.25, - [ - -0.108241006731987, - 0.08131816983222961, - 0.15294413268566132, - 0.9789174199104309 - ] - ], - [ - 2.2916667461395264, - [ - -0.10639285296201706, - 0.07988304644823074, - 0.15226030349731445, - 0.9793447256088257 - ] - ], - [ - 2.3333332538604736, - [ - -0.08773408085107803, - 0.06569243222475052, - 0.14347651600837708, - 0.9835658073425293 - ] - ], - [ - 2.375, - [ - -0.045241791754961014, - 0.03368771821260452, - 0.11184070259332657, - 0.9921239614486694 - ] - ], - [ - 2.4166667461395264, - [ - -0.006373421289026737, - 0.003847895422950387, - 0.04221673309803009, - 0.9990808367729187 - ] - ], - [ - 2.4583332538604736, - [ - 0.003063637064769864, - 0.0006709875306114554, - -0.08295059949159622, - 0.9965487122535706 - ] - ], - [ - 2.5, - [ - 0.006358822342008352, - 0.00272890436463058, - -0.23704522848129272, - 0.9714739918708801 - ] - ], - [ - 2.5416667461395264, - [ - 0.007611714769154787, - 0.003627016209065914, - -0.3011476993560791, - 0.9535402059555054 - ] - ], - [ - 2.5833332538604736, - [ - 0.007608356885612011, - 0.0036246557720005512, - -0.3009783625602722, - 0.9535937309265137 - ] - ], - [ - 2.625, - [ - 0.007598955649882555, - 0.0036180466413497925, - -0.30050408840179443, - 0.9537433981895447 - ] - ], - [ - 2.7083332538604736, - [ - 0.0075660585425794125, - 0.0035948941949754953, - -0.2988433539867401, - 0.9542654156684875 - ] - ], - [ - 2.9583332538604736, - [ - 0.007427211385220289, - 0.0034967910032719374, - -0.2918144762516022, - 0.956439733505249 - ] - ], - [ - 3.0416667461395264, - [ - 0.007394374348223209, - 0.0034735037479549646, - -0.2901477813720703, - 0.9569469690322876 - ] - ], - [ - 3.0833332538604736, - [ - 0.00738499453291297, - 0.0034668464213609695, - -0.2896714210510254, - 0.9570913910865784 - ] - ], - [ - 3.125, - [ - 0.007381645031273365, - 0.0034644680563360453, - -0.28950124979019165, - 0.9571428894996643 - ] - ], - [ - 3.1666667461395264, - [ - 0.007882324978709221, - 0.003815873060375452, - -0.31472915410995483, - 0.9491411447525024 - ] - ], - [ - 3.2083332538604736, - [ - 0.009082118049263954, - 0.0046134875155985355, - -0.37299877405166626, - 0.9277759194374084 - ] - ], - [ - 3.25, - [ - 0.010492539964616299, - 0.005449759773910046, - -0.43667179346084595, - 0.8995433449745178 - ] - ], - [ - 3.2916667461395264, - [ - 0.011602004989981651, - 0.006024995818734169, - -0.4829219579696655, - 0.8755658268928528 - ] - ], - [ - 3.3333332538604736, - [ - 0.01203195285052061, - 0.006228926125913858, - -0.4999701678752899, - 0.8659366369247437 - ] - ], - [ - 3.5416667461395264, - [ - 0.01203195285052061, - 0.006228926125913858, - -0.4999701678752899, - 0.8659366369247437 - ] - ], - [ - 3.5833332538604736, - [ - 0.011964546516537666, - 0.006197629030793905, - -0.49732860922813416, - 0.8674577474594116 - ] - ], - [ - 3.625, - [ - 0.011722655966877937, - 0.006083261221647263, - -0.4877539873123169, - 0.8728813529014587 - ] - ], - [ - 3.6666667461395264, - [ - 0.011234062723815441, - 0.005842185579240322, - -0.4679502844810486, - 0.883664071559906 - ] - ], - [ - 3.7083332538604736, - [ - 0.010410457849502563, - 0.005404317285865545, - -0.4331169128417969, - 0.9012614488601685 - ] - ], - [ - 3.75, - [ - 0.009166320785880089, - 0.004666654858738184, - -0.3769528269767761, - 0.9261754751205444 - ] - ], - [ - 3.7916667461395264, - [ - 0.007456447463482618, - 0.0035174975637346506, - -0.2932969927787781, - 0.9559858441352844 - ] - ], - [ - 3.8333332538604736, - [ - 0.005266743246465921, - 0.0019543885719031096, - -0.18147046864032745, - 0.9833803772926331 - ] - ], - [ - 3.875, - [ - 6.756664515705779e-05, - 3.0247758786572376e-07, - -0.0011561611900106072, - 0.9999993443489075 - ] - ], - [ - 3.9166667461395264, - [ - -0.045281995087862015, - 0.03371824696660042, - 0.11188166588544846, - 0.9921165108680725 - ] - ], - [ - 3.9583332538604736, - [ - -0.10014853626489639, - 0.07509419322013855, - 0.14963814616203308, - 0.9807851910591125 - ] - ], - [ - 4.0, - [ - -0.108241006731987, - 0.08131816983222961, - 0.15294413268566132, - 0.9789174199104309 - ] - ], - [ - 4.041666507720947, - [ - -0.08414333313703537, - 0.06298855692148209, - 0.14147694408893585, - 0.9843457937240601 - ] - ], - [ - 4.083333492279053, - [ - -0.004857013002038002, - 0.00274515594355762, - 0.03592389449477196, - 0.9993389844894409 - ] - ], - [ - 4.125, - [ - 0.003929613158106804, - 0.0011095888912677765, - -0.11843247711658478, - 0.9929537177085876 - ] - ], - [ - 4.708333492279053, - [ - 0.003929613158106804, - 0.0011095888912677765, - -0.11843247711658478, - 0.9929537177085876 - ] - ], - [ - 4.75, - [ - 0.0038499669171869755, - 0.0010651291813701391, - -0.11496581137180328, - 0.9933614134788513 - ] - ], - [ - 4.791666507720947, - [ - 0.003629862330853939, - 0.0009464196045883, - -0.10559070855379105, - 0.9944025874137878 - ] - ], - [ - 4.833333492279053, - [ - 0.0032956921495497227, - 0.0007784616318531334, - -0.09196273237466812, - 0.9957568049430847 - ] - ], - [ - 4.875, - [ - 0.002872216748073697, - 0.0005881765391677618, - -0.0758044421672821, - 0.9971184134483337 - ] - ], - [ - 4.916666507720947, - [ - 0.002384006744250655, - 0.0004016409220639616, - -0.05878724530339241, - 0.9982677102088928 - ] - ], - [ - 4.958333492279053, - [ - 0.0018576972652226686, - 0.00024091757950372994, - -0.04240596294403076, - 0.9990987181663513 - ] - ], - [ - 5.0, - [ - 0.0013247488532215357, - 0.00012076599523425102, - -0.02786296233534813, - 0.9996108412742615 - ] - ], - [ - 5.041666507720947, - [ - 0.0008237111032940447, - 4.6009605284780264e-05, - -0.015991630032658577, - 0.9998719096183777 - ] - ], - [ - 5.083333492279053, - [ - 0.00040091140544973314, - 1.0759625183709431e-05, - -0.007258615456521511, - 0.9999735951423645 - ] - ], - [ - 5.125, - [ - 0.00010856821609195322, - 7.819607503734005e-07, - -0.0018708306597545743, - 0.9999982714653015 - ] - ], - [ - 5.166666507720947, - [ - 1.8325786512742546e-15, - 5.470272643543515e-23, - -2.87211050840723e-14, - 1.0 - ] - ], - [ - 5.208333492279053, - [ - 0.00013456415035761893, - 1.2022259170407779e-06, - -0.0023290994577109814, - 0.9999973773956299 - ] - ], - [ - 5.25, - [ - 0.0005028615705668926, - 1.6980813597911038e-05, - -0.009260687977075577, - 0.9999570846557617 - ] - ], - [ - 5.291666507720947, - [ - 0.0010454152943566442, - 7.46008736314252e-05, - -0.021035363897681236, - 0.9997782111167908 - ] - ], - [ - 5.333333492279053, - [ - 0.0017024427652359009, - 0.00020152117940597236, - -0.037959933280944824, - 0.9992778897285461 - ] - ], - [ - 5.375, - [ - 0.002421917859464884, - 0.00041484099347144365, - -0.060045916587114334, - 0.9981926083564758 - ] - ], - [ - 5.416666507720947, - [ - 0.0031638299115002155, - 0.000716443988494575, - -0.08679518848657608, - 0.9962208867073059 - ] - ], - [ - 5.458333492279053, - [ - 0.003899937029927969, - 0.0010929320706054568, - -0.11713630706071854, - 0.9931076169013977 - ] - ], - [ - 5.5, - [ - 0.004609995987266302, - 0.001518768141977489, - -0.14949467778205872, - 0.9887506365776062 - ] - ], - [ - 5.541666507720947, - [ - 0.005276595242321491, - 0.001961157890036702, - -0.18196150660514832, - 0.9832895398139954 - ] - ], - [ - 5.583333492279053, - [ - 0.005880693439394236, - 0.002385212341323495, - -0.21250014007091522, - 0.9771404266357422 - ] - ], - [ - 5.625, - [ - 0.006399377714842558, - 0.002758199581876397, - -0.23913320899009705, - 0.9709617495536804 - ] - ], - [ - 5.666666507720947, - [ - 0.006805997341871262, - 0.003051973646506667, - -0.26006221771240234, - 0.9655630588531494 - ] - ], - [ - 5.708333492279053, - [ - 0.0070716156624257565, - 0.0032431194558739662, - -0.2736889123916626, - 0.9617869257926941 - ] - ], - [ - 5.75, - [ - 0.007166659459471703, - 0.0033112158998847008, - -0.27854880690574646, - 0.9603896141052246 - ] - ], - [ - 5.791666507720947, - [ - 0.0070861526764929295, - 0.003253546077758074, - -0.27443286776542664, - 0.9615746736526489 - ] - ], - [ - 5.833333492279053, - [ - 0.006863933522254229, - 0.00309374975040555, - -0.2630390524864197, - 0.9647558331489563 - ] - ], - [ - 5.875, - [ - 0.006529162172228098, - 0.0028519965708255768, - -0.2458164244890213, - 0.9692903161048889 - ] - ], - [ - 5.916666507720947, - [ - 0.006110683549195528, - 0.002550024539232254, - -0.2242843508720398, - 0.9745012521743774 - ] - ], - [ - 5.958333492279053, - [ - 0.005636283662170172, - 0.0022117600310593843, - -0.2000552862882614, - 0.9797658920288086 - ] - ], - [ - 6.0, - [ - 0.005132296588271856, - 0.0018626429373398423, - -0.17479971051216125, - 0.9845888614654541 - ] - ], - [ - 6.041666507720947, - [ - 0.004623997490853071, - 0.0015276881167665124, - -0.15015845000743866, - 0.9886499643325806 - ] - ], - [ - 6.083333492279053, - [ - 0.004137026611715555, - 0.0012289416044950485, - -0.12763655185699463, - 0.9918116331100464 - ] - ], - [ - 6.125, - [ - 0.0036993257235735655, - 0.0009832109790295362, - -0.10851621627807617, - 0.9940873384475708 - ] - ], - [ - 6.166666507720947, - [ - 0.0033425302244722843, - 0.0008010800811462104, - -0.09382733702659607, - 0.9955825805664063 - ] - ], - [ - 6.208333492279053, - [ - 0.0031018585432320833, - 0.0006881536683067679, - -0.08440874516963959, - 0.9964261651039124 - ] - ], - [ - 6.25, - [ - 0.0030138285364955664, - 0.0006489194347523153, - -0.08106569200754166, - 0.9967041015625 - ] - ], - [ - 6.291666507720947, - [ - 0.003139529377222061, - 0.0007052848814055324, - -0.08585616201162338, - 0.9963023662567139 - ] - ], - [ - 6.333333492279053, - [ - 0.0034788812045007944, - 0.0008686536457389593, - -0.09934066236019135, - 0.9950470328330994 - ] - ], - [ - 6.375, - [ - 0.003973530139774084, - 0.0011344347149133682, - -0.12036033719778061, - 0.992721676826477 - ] - ], - [ - 6.416666507720947, - [ - 0.004569603130221367, - 0.00149313744623214, - -0.14758476614952087, - 0.9890377521514893 - ] - ], - [ - 6.458333492279053, - [ - 0.005221299361437559, - 0.0019232528284192085, - -0.1792096495628357, - 0.983795166015625 - ] - ], - [ - 6.5, - [ - 0.005888855550438166, - 0.0023910384625196457, - -0.21291731297969818, - 0.9770495295524597 - ] - ], - [ - 6.541666507720947, - [ - 0.00653378339484334, - 0.0028553372249007225, - -0.24605445563793182, - 0.9692297577857971 - ] - ], - [ - 6.583333492279053, - [ - 0.00711495615541935, - 0.0032741944305598736, - -0.2759062349796295, - 0.9611526727676392 - ] - ], - [ - 6.625, - [ - 0.00758768804371357, - 0.00361012015491724, - -0.2999354898929596, - 0.9539225101470947 - ] - ], - [ - 6.666666507720947, - [ - 0.007905376143753529, - 0.0038318291772156954, - -0.31587955355644226, - 0.948758602142334 - ] - ], - [ - 6.708333492279053, - [ - 0.008021460846066475, - 0.003911859355866909, - -0.32165658473968506, - 0.9468143582344055 - ] - ], - [ - 6.75, - [ - 0.0074280668050050735, - 0.003497397294268012, - -0.29185783863067627, - 0.9564265012741089 - ] - ], - [ - 6.791666507720947, - [ - 0.005834128707647324, - 0.0023520104587078094, - -0.21012189984321594, - 0.9776550531387329 - ] - ], - [ - 6.833333492279053, - [ - 0.0034389153588563204, - 0.0008485839935019612, - -0.09771164506673813, - 0.9952085614204407 - ] - ], - [ - 6.875, - [ - -6.166022649267688e-05, - 2.0223201318003703e-06, - 0.0010110873263329268, - 0.9999995827674866 - ] - ], - [ - 6.916666507720947, - [ - -0.013596178963780403, - 0.009345836006104946, - 0.06395789980888367, - 0.9978162050247192 - ] - ], - [ - 6.958333492279053, - [ - -0.040347956120967865, - 0.029963556677103043, - 0.10662401467561722, - 0.9930285811424255 - ] - ], - [ - 7.0, - [ - -0.06908245384693146, - 0.05167308449745178, - 0.13193731009960175, - 0.9874968528747559 - ] - ], - [ - 7.041666507720947, - [ - -0.09016602486371994, - 0.06752660870552063, - 0.14477509260177612, - 0.9830312132835388 - ] - ], - [ - 7.083333492279053, - [ - -0.1008283942937851, - 0.07561279088258743, - 0.14994104206562042, - 0.9806293845176697 - ] - ], - [ - 7.125, - [ - -0.10371255874633789, - 0.07781954109668732, - 0.15118150413036346, - 0.9799653887748718 - ] - ], - [ - 7.166666507720947, - [ - -0.09839217364788055, - 0.07375676929950714, - 0.1488381177186966, - 0.9811860918998718 - ] - ], - [ - 7.208333492279053, - [ - -0.07792087644338608, - 0.05831101909279823, - 0.1377710998058319, - 0.9856709837913513 - ] - ], - [ - 7.25, - [ - -0.042543426156044006, - 0.03163611516356468, - 0.1090240553021431, - 0.9926242828369141 - ] - ], - [ - 7.291666507720947, - [ - -0.010042100213468075, - 0.006611962802708149, - 0.05449172854423523, - 0.9984419345855713 - ] - ], - [ - 7.333333492279053, - [ - 0.0012868207413703203, - 0.00011382099910406396, - -0.026904122903943062, - 0.9996371865272522 - ] - ], - [ - 7.375, - [ - 0.004217657260596752, - 0.0012766774743795395, - -0.1312805414199829, - 0.9913354516029358 - ] - ], - [ - 7.416666507720947, - [ - 0.005237545818090439, - 0.0019343697931617498, - -0.18001720309257507, - 0.9836476445198059 - ] - ], - [ - 7.458333492279053, - [ - 0.005131835583597422, - 0.0018623293144628406, - -0.1747768670320511, - 0.9845929145812988 - ] - ], - [ - 7.5, - [ - 0.004858279600739479, - 0.0016795109258964658, - -0.1613910049200058, - 0.9868772625923157 - ] - ], - [ - 7.541666507720947, - [ - 0.0044812289997935295, - 0.0014376044273376465, - -0.14343273639678955, - 0.9896488785743713 - ] - ], - [ - 7.583333492279053, - [ - 0.00406478950753808, - 0.0011868014698848128, - -0.12440274655818939, - 0.992222785949707 - ] - ], - [ - 7.625, - [ - 0.0036755807232111692, - 0.000970563676673919, - -0.10751268267631531, - 0.9941964745521545 - ] - ], - [ - 7.666666507720947, - [ - 0.003385587129741907, - 0.0008221418247558177, - -0.09555468708276749, - 0.9954180717468262 - ] - ], - [ - 7.708333492279053, - [ - 0.003271735506132245, - 0.0007670115446671844, - -0.09101488441228867, - 0.9958438873291016 - ] - ], - [ - 7.75, - [ - 0.00496568763628602, - 0.0017506314907222986, - -0.16661465167999268, - 0.9860080480575562 - ] - ], - [ - 7.791666507720947, - [ - 0.00857609510421753, - 0.0042858365923166275, - -0.3488471210002899, - 0.9371306300163269 - ] - ], - [ - 7.833333492279053, - [ - 0.012039153836667538, - 0.0062322551384568214, - -0.5002515912055969, - 0.8657740950584412 - ] - ], - [ - 7.875, - [ - 0.013225198723375797, - 0.006744406186044216, - -0.5449047684669495, - 0.8383666276931763 - ] - ], - [ - 7.916666507720947, - [ - 0.010814839042723179, - 0.005624315235763788, - -0.4504508674144745, - 0.8927180171012878 - ] - ], - [ - 7.958333492279053, - [ - 0.0036445646546781063, - 0.0009541845065541565, - -0.10620800405740738, - 0.9943369030952454 - ] - ], - [ - 8.0, - [ - -0.03313815966248512, - 0.024448245763778687, - 0.09794123470783234, - 0.9943398237228394 - ] - ], - [ - 8.041666984558105, - [ - -0.0984230563044548, - 0.07378028333187103, - 0.1488523781299591, - 0.9811790585517883 - ] - ], - [ - 8.083333015441895, - [ - -0.108241006731987, - 0.08131816983222961, - 0.15294413268566132, - 0.9789174199104309 - ] - ], - [ - 8.125, - [ - -0.10611603409051895, - 0.07966917753219604, - 0.15215280652046204, - 0.9794089794158936 - ] - ], - [ - 8.166666984558105, - [ - -0.08429469168186188, - 0.06310245394706726, - 0.14156317710876465, - 0.9843131303787231 - ] - ], - [ - 8.208333015441895, - [ - -0.03534261882305145, - 0.026138419285416603, - 0.10073982179164886, - 0.9939412474632263 - ] - ], - [ - 8.25, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 8.291666984558105, - [ - 0.006407449021935463, - 0.0027640212792903185, - -0.2395484745502472, - 0.9708593487739563 - ] - ], - [ - 8.333333015441895, - [ - 0.011383221484720707, - 0.005917233414947987, - -0.4740626811981201, - 0.880397617816925 - ] - ], - [ - 8.375, - [ - 0.013773416168987751, - 0.00696072680875659, - -0.5644822716712952, - 0.825300931930542 - ] - ], - [ - 8.416666984558105, - [ - 0.014012685045599937, - 0.007053719833493233, - -0.5728619694709778, - 0.8195016980171204 - ] - ], - [ - 8.458333015441895, - [ - 0.013621490448713303, - 0.006901662331074476, - -0.5591163635253906, - 0.8289486765861511 - ] - ], - [ - 8.5, - [ - 0.010126969777047634, - 0.0052442788146436214, - -0.42069584131240845, - 0.9071300625801086 - ] - ], - [ - 8.541666984558105, - [ - 0.00398031622171402, - 0.0011383534874767065, - -0.12066062539815903, - 0.9926851987838745 - ] - ], - [ - 8.583333015441895, - [ - -0.014846882782876492, - 0.010313320904970169, - 0.0669059082865715, - 0.997595489025116 - ] - ], - [ - 8.625, - [ - -0.07223834097385406, - 0.05404333397746086, - 0.13410210609436035, - 0.9868523478507996 - ] - ], - [ - 8.666666984558105, - [ - -0.10476601868867874, - 0.07862881571054459, - 0.1516149789094925, - 0.9797216653823853 - ] - ], - [ - 8.708333015441895, - [ - -0.108241006731987, - 0.08131816983222961, - 0.15294413268566132, - 0.9789174199104309 - ] - ], - [ - 8.75, - [ - -0.1054709255695343, - 0.07917152345180511, - 0.15189848840236664, - 0.9795584678649902 - ] - ], - [ - 8.791666984558105, - [ - -0.07982341945171356, - 0.05974043905735016, - 0.13893751800060272, - 0.9852693676948547 - ] - ], - [ - 8.833333015441895, - [ - -0.03061930648982525, - 0.02251276932656765, - 0.09456506371498108, - 0.9947929978370667 - ] - ], - [ - 8.875, - [ - -0.00038404384395107627, - 6.0960097471252084e-05, - 0.00552756292745471, - 0.999984622001648 - ] - ], - [ - 8.916666984558105, - [ - 0.004281210713088512, - 0.0013148022117093205, - -0.13417743146419525, - 0.9909471869468689 - ] - ], - [ - 8.958333015441895, - [ - 0.005828771740198135, - 0.002348195994272828, - -0.2098485380411148, - 0.9777137041091919 - ] - ], - [ - 9.0, - [ - 0.005709210876375437, - 0.0022632915060967207, - -0.2037581354379654, - 0.9790019989013672 - ] - ], - [ - 9.041666984558105, - [ - 0.005380990915000439, - 0.0020332082640379667, - -0.187180295586586, - 0.9823087453842163 - ] - ], - [ - 9.083333015441895, - [ - 0.004888152237981558, - 0.0016992007149383426, - -0.16283942759037018, - 0.9866390228271484 - ] - ], - [ - 9.125, - [ - 0.004270688630640507, - 0.0013084661914035678, - -0.1336965560913086, - 0.9910122752189636 - ] - ], - [ - 9.166666984558105, - [ - 0.003563756588846445, - 0.0009119954775087535, - -0.10283567011356354, - 0.9946915507316589 - ] - ], - [ - 9.208333015441895, - [ - 0.002800416899845004, - 0.0005585069884546101, - -0.07319231331348419, - 0.9973138570785522 - ] - ], - [ - 9.25, - [ - 0.002018551342189312, - 0.0002855785423889756, - -0.04719694331288338, - 0.9988835453987122 - ] - ], - [ - 9.291666984558105, - [ - 0.001269689528271556, - 0.00011076197552029043, - -0.026474734768271446, - 0.9996486902236938 - ] - ], - [ - 9.333333015441895, - [ - 0.000624480948317796, - 2.6285544663551264e-05, - -0.011734447441995144, - 0.9999309778213501 - ] - ], - [ - 9.375, - [ - 0.00017037276120390743, - 1.9293470359116327e-06, - -0.002966928528621793, - 0.9999955892562866 - ] - ], - [ - 9.416666984558105, - [ - 1.7152152484103565e-15, - 2.9077302525919764e-23, - -2.8419236094198025e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 2.772195693978574e-05, - 5.085624366074626e-08, - -0.0004711313231382519, - 0.9999998807907104 - ] - ], - [ - 9.5, - [ - 0.00010739979188656434, - 7.651924534002319e-07, - -0.0018503273604437709, - 0.9999983906745911 - ] - ], - [ - 9.541666984558105, - [ - 0.0002333600277779624, - 3.6266806091589388e-06, - -0.004107489250600338, - 0.9999915361404419 - ] - ], - [ - 9.583333015441895, - [ - 0.0003995292354375124, - 1.0685120287234895e-05, - -0.0072319176979362965, - 0.9999737739562988 - ] - ], - [ - 9.625, - [ - 0.0005996740655973554, - 2.422026955173351e-05, - -0.011222252622246742, - 0.9999369382858276 - ] - ], - [ - 9.666666984558105, - [ - 0.000827579468023032, - 4.6448170905932784e-05, - -0.016076847910881042, - 0.9998704195022583 - ] - ], - [ - 9.708333015441895, - [ - 0.0010772288078442216, - 7.928451668703929e-05, - -0.021786099299788475, - 0.9997620582580566 - ] - ], - [ - 9.75, - [ - 0.0013429567916318774, - 0.00012417258403729647, - -0.028326675295829773, - 0.9995977878570557 - ] - ], - [ - 9.791666984558105, - [ - 0.0016195109346881509, - 0.00018196390010416508, - -0.03565613552927971, - 0.9993627667427063 - ] - ], - [ - 9.833333015441895, - [ - 0.0019021197222173214, - 0.0002528596669435501, - -0.043710216879844666, - 0.9990425109863281 - ] - ], - [ - 9.875, - [ - 0.002186521887779236, - 0.0003364047151990235, - -0.052402012050151825, - 0.9986236095428467 - ] - ], - [ - 9.916666984558105, - [ - 0.002468910301104188, - 0.0004315048863645643, - -0.0616208091378212, - 0.9980965852737427 - ] - ], - [ - 9.958333015441895, - [ - 0.002745889825746417, - 0.0005364869721233845, - -0.07123365998268127, - 0.9974557161331177 - ] - ], - [ - 10.041666984558105, - [ - 0.003271737601608038, - 0.0007670126506127417, - -0.09101496636867523, - 0.9958439469337463 - ] - ], - [ - 10.083333015441895, - [ - 0.0035448374692350626, - 0.000902250874787569, - -0.1020524799823761, - 0.9947723150253296 - ] - ], - [ - 10.125, - [ - 0.0038558931555598974, - 0.0010684103472158313, - -0.11522241681814194, - 0.9933316707611084 - ] - ], - [ - 10.166666984558105, - [ - 0.004195617977529764, - 0.0012635572347790003, - -0.13028094172477722, - 0.9914675354957581 - ] - ], - [ - 10.208333015441895, - [ - 0.004555686842650175, - 0.001484343665651977, - -0.14692850410938263, - 0.9891356229782104 - ] - ], - [ - 10.25, - [ - 0.0049286470748484135, - 0.0017260037129744887, - -0.16480830311775208, - 0.9863117933273315 - ] - ], - [ - 10.291666984558105, - [ - 0.005307609215378761, - 0.0019824982155114412, - -0.18350879848003387, - 0.983001708984375 - ] - ], - [ - 10.375, - [ - 0.006057047750800848, - 0.002511481987312436, - -0.22153134644031525, - 0.9751312136650085 - ] - ], - [ - 10.416666984558105, - [ - 0.006413958966732025, - 0.0027687347028404474, - -0.23988400399684906, - 0.9707764387130737 - ] - ], - [ - 10.458333015441895, - [ - 0.0067493668757379055, - 0.0030111048836261034, - -0.2571505010128021, - 0.9663432240486145 - ] - ], - [ - 10.5, - [ - 0.007055570371448994, - 0.003231604350730777, - -0.27286747097969055, - 0.9620204567909241 - ] - ], - [ - 10.541666984558105, - [ - 0.007324531674385071, - 0.003423871472477913, - -0.2865975499153137, - 0.9580170512199402 - ] - ], - [ - 10.583333015441895, - [ - 0.007548025343567133, - 0.0035821872297674417, - -0.2979321777820587, - 0.9545505046844482 - ] - ], - [ - 10.625, - [ - 0.007717794273048639, - 0.0037013711407780647, - -0.3064877986907959, - 0.951836109161377 - ] - ], - [ - 10.666666984558105, - [ - 0.007825602777302265, - 0.00377651653252542, - -0.3118937611579895, - 0.9500772356987 - ] - ], - [ - 10.708333015441895, - [ - 0.00786332506686449, - 0.003802704159170389, - -0.3137800991535187, - 0.9494554996490479 - ] - ], - [ - 10.75, - [ - 0.00752157112583518, - 0.003563527250662446, - -0.2965945601463318, - 0.9549673199653625 - ] - ], - [ - 10.791666984558105, - [ - 0.0065907365642488, - 0.002896504011005163, - -0.24898700416088104, - 0.9684800505638123 - ] - ], - [ - 10.833333015441895, - [ - 0.005208817310631275, - 0.0019147206330671906, - -0.17858964204788208, - 0.9839079976081848 - ] - ], - [ - 10.875, - [ - 0.00344838690944016, - 0.0008533197687938809, - -0.09809669852256775, - 0.995170533657074 - ] - ], - [ - 10.916666984558105, - [ - 0.001229531248100102, - 0.0001037518450175412, - -0.025475552305579185, - 0.9996746778488159 - ] - ], - [ - 10.958333015441895, - [ - -0.002632222604006529, - 0.0012263773242011666, - 0.024324113503098488, - 0.9997000098228455 - ] - ], - [ - 11.0, - [ - -0.01244083046913147, - 0.008453994989395142, - 0.06107400357723236, - 0.9980198740959167 - ] - ], - [ - 11.041666984558105, - [ - -0.025741156190633774, - 0.018751876428723335, - 0.08738981932401657, - 0.9956650137901306 - ] - ], - [ - 11.083333015441895, - [ - -0.03862899914383888, - 0.028651829808950424, - 0.1046711876988411, - 0.9933433532714844 - ] - ], - [ - 11.125, - [ - -0.04787147790193558, - 0.03568306192755699, - 0.11445623636245728, - 0.9916324019432068 - ] - ], - [ - 11.166666984558105, - [ - -0.05130352824926376, - 0.03828173503279686, - 0.11769528687000275, - 0.9909844994544983 - ] - ], - [ - 11.208333015441895, - [ - -0.044033363461494446, - 0.03276946768164635, - 0.1105966717004776, - 0.9923485517501831 - ] - ], - [ - 11.25, - [ - -0.026556475088000298, - 0.01938156597316265, - 0.08865459263324738, - 0.9955196976661682 - ] - ], - [ - 11.291666984558105, - [ - -0.008301557041704655, - 0.005289097782224417, - 0.04907767102122307, - 0.9987464547157288 - ] - ], - [ - 11.333333015441895, - [ - 0.00047052832087501884, - 1.485594293626491e-05, - -0.008619028143584728, - 0.9999627470970154 - ] - ], - [ - 11.375, - [ - 0.003271735506132245, - 0.0007670115446671844, - -0.09101488441228867, - 0.9958438873291016 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715931119_1490653.json b/lenses/physics-objects/Scene/assets/1645812715931119_1490653.json deleted file mode 100644 index 0e799dad..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715931119_1490653.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715931119:1490653", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715931294_1490660.json b/lenses/physics-objects/Scene/assets/1645812715931294_1490660.json deleted file mode 100644 index 9e2d54d5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715931294_1490660.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715931294:1490660", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715932972_1490673.json b/lenses/physics-objects/Scene/assets/1645812715932972_1490673.json deleted file mode 100644 index 3bebd966..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715932972_1490673.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715932972:1490673", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.7648100256919861, - -0.3904300034046173, - 0.3356949985027313 - ] - ], - [ - 11.375, - [ - -0.7648100256919861, - -0.3904300034046173, - 0.3356949985027313 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715933200_1490680.json b/lenses/physics-objects/Scene/assets/1645812715933200_1490680.json deleted file mode 100644 index 8586a71c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715933200_1490680.json +++ /dev/null @@ -1,1999 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715933200:1490680", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.0416666679084301, - [ - 2.365828782539959e-18, - -6.302684479374318e-18, - -2.870988396216399e-17, - 1.0 - ] - ], - [ - 0.0833333358168602, - [ - 0.0011901523685082793, - -0.0035197725519537926, - -0.016872694715857506, - 0.9998507499694824 - ] - ], - [ - 0.125, - [ - 0.0018642429495230317, - -0.006697804667055607, - -0.035794947296381, - 0.999334990978241 - ] - ], - [ - 0.1666666716337204, - [ - 0.0021713199093937874, - -0.0096588134765625, - -0.05598737671971321, - 0.9983823895454407 - ] - ], - [ - 0.2083333283662796, - [ - 0.002261103130877018, - -0.01253470778465271, - -0.07666719704866409, - 0.9969754815101624 - ] - ], - [ - 0.25, - [ - 0.00228104367852211, - -0.01546759344637394, - -0.0970516949892044, - 0.9951565265655518 - ] - ], - [ - 0.2916666567325592, - [ - 0.002375465352088213, - -0.018610460683703423, - -0.11636138707399368, - 0.9930298328399658 - ] - ], - [ - 0.3333333432674408, - [ - 0.0026870486326515675, - -0.022125661373138428, - -0.1338220238685608, - 0.9907547235488892 - ] - ], - [ - 0.375, - [ - 0.0033609303645789623, - -0.026181431487202644, - -0.14866489171981812, - 0.9885352849960327 - ] - ], - [ - 0.4166666567325592, - [ - 0.004551554564386606, - -0.030946452170610428, - -0.16012433171272278, - 0.9866012334823608 - ] - ], - [ - 0.4583333432674408, - [ - 0.006432278081774712, - -0.03658238798379898, - -0.16743282973766327, - 0.9851835370063782 - ] - ], - [ - 0.5, - [ - 0.009207517839968204, - -0.04323400557041168, - -0.16981370747089386, - 0.9844843149185181 - ] - ], - [ - 0.5416666865348816, - [ - 0.02093154937028885, - -0.05291843041777611, - -0.16615019738674164, - 0.9844570159912109 - ] - ], - [ - 0.5833333134651184, - [ - 0.04760552570223808, - -0.0665844976902008, - -0.15622037649154663, - 0.9843248724937439 - ] - ], - [ - 0.625, - [ - 0.08636162430047989, - -0.08251504600048065, - -0.140572190284729, - 0.9828389286994934 - ] - ], - [ - 0.6666666865348816, - [ - 0.13420473039150238, - -0.09888798743486404, - -0.11992612481117249, - 0.9786869883537292 - ] - ], - [ - 0.7083333134651184, - [ - 0.18795806169509888, - -0.11402767151594162, - -0.09532321989536285, - 0.9708672165870667 - ] - ], - [ - 0.75, - [ - 0.2442988008260727, - -0.12662740051746368, - -0.06816752254962921, - 0.9589769244194031 - ] - ], - [ - 0.7916666865348816, - [ - 0.29986995458602905, - -0.1359165906906128, - -0.04016932100057602, - 0.9433934092521667 - ] - ], - [ - 0.8333333134651184, - [ - 0.35142946243286133, - -0.14174294471740723, - -0.013219386339187622, - 0.9253277778625488 - ] - ], - [ - 0.875, - [ - 0.39597973227500916, - -0.144548699259758, - 0.01075824350118637, - 0.906747043132782 - ] - ], - [ - 0.9166666865348816, - [ - 0.43082329630851746, - -0.1452360600233078, - 0.029925359413027763, - 0.8901697993278503 - ] - ], - [ - 0.9583333134651184, - [ - 0.45350417494773865, - -0.14493219554424286, - 0.04258279129862785, - 0.8783594369888306 - ] - ], - [ - 1.0, - [ - 0.4616239666938782, - -0.14466869831085205, - 0.04714536294341087, - 0.8739288449287415 - ] - ], - [ - 1.0416666269302368, - [ - 0.4551888704299927, - -0.14252720773220062, - 0.04093167930841446, - 0.8779599666595459 - ] - ], - [ - 1.0833333730697632, - [ - 0.4370620548725128, - -0.1360829621553421, - 0.023691345006227493, - 0.888761579990387 - ] - ], - [ - 1.125, - [ - 0.40896663069725037, - -0.1249183639883995, - -0.0022797584533691406, - 0.9039560556411743 - ] - ], - [ - 1.1666666269302368, - [ - 0.37272363901138306, - -0.10845442861318588, - -0.034467458724975586, - 0.9209379553794861 - ] - ], - [ - 1.2083333730697632, - [ - 0.33038094639778137, - -0.08632916212081909, - -0.07021927088499069, - 0.937264621257782 - ] - ], - [ - 1.25, - [ - 0.2842318117618561, - -0.05867592245340347, - -0.1068868413567543, - 0.9509703516960144 - ] - ], - [ - 1.2916666269302368, - [ - 0.23672255873680115, - -0.02627861499786377, - -0.1420273780822754, - 0.9607809782028198 - ] - ], - [ - 1.3333333730697632, - [ - 0.19028472900390625, - 0.009406252764165401, - -0.17362432181835175, - 0.9662079811096191 - ] - ], - [ - 1.375, - [ - 0.14714880287647247, - 0.04634938761591911, - -0.200273334980011, - 0.9675173163414001 - ] - ], - [ - 1.4166666269302368, - [ - 0.10919655859470367, - 0.08213566988706589, - -0.22127960622310638, - 0.9655907154083252 - ] - ], - [ - 1.4583333730697632, - [ - 0.077901192009449, - 0.1141815260052681, - -0.23662957549095154, - 0.961717426776886 - ] - ], - [ - 1.5, - [ - 0.05437665060162544, - 0.13992729783058167, - -0.24682560563087463, - 0.9573614001274109 - ] - ], - [ - 1.5416666269302368, - [ - 0.03953399881720543, - 0.15696530044078827, - -0.25259312987327576, - 0.9539369344711304 - ] - ], - [ - 1.5833333730697632, - [ - 0.034327492117881775, - 0.16309592127799988, - -0.2544842064380646, - 0.9526066184043884 - ] - ], - [ - 1.625, - [ - 0.04149152711033821, - 0.15503132343292236, - -0.2427586019039154, - 0.9567195177078247 - ] - ], - [ - 1.6666666269302368, - [ - 0.061925143003463745, - 0.13449007272720337, - -0.21017993986606598, - 0.966386079788208 - ] - ], - [ - 1.7083333730697632, - [ - 0.09447462856769562, - 0.10779548436403275, - -0.16026879847049713, - 0.9766107797622681 - ] - ], - [ - 1.75, - [ - 0.13705307245254517, - 0.08139428496360779, - -0.09747976064682007, - 0.982389509677887 - ] - ], - [ - 1.7916666269302368, - [ - 0.18563991785049438, - 0.060473665595054626, - -0.028110424056649208, - 0.9803522825241089 - ] - ], - [ - 1.8333333730697632, - [ - 0.2344258725643158, - 0.047693949192762375, - 0.03992385417222977, - 0.9701421856880188 - ] - ], - [ - 1.875, - [ - 0.2767779231071472, - 0.042615439742803574, - 0.09809811413288116, - 0.9549631476402283 - ] - ], - [ - 1.9166666269302368, - [ - 0.30630820989608765, - 0.042252201586961746, - 0.1383223831653595, - 0.9408809542655945 - ] - ], - [ - 1.9583333730697632, - [ - 0.317331463098526, - 0.04278386011719704, - 0.1532849669456482, - 0.9348657727241516 - ] - ], - [ - 2.0, - [ - 0.287431925535202, - 0.03428283706307411, - 0.14250093698501587, - 0.9465205073356628 - ] - ], - [ - 2.0416667461395264, - [ - 0.21050123870372772, - 0.016303153708577156, - 0.1111476868391037, - 0.9711178541183472 - ] - ], - [ - 2.0833332538604736, - [ - 0.10670727491378784, - 0.0015948150539770722, - 0.061670634895563126, - 0.9923748970031738 - ] - ], - [ - 2.125, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.1666667461395264, - [ - -0.15004321932792664, - 0.1288619190454483, - -0.14418861269950867, - 0.9695831537246704 - ] - ], - [ - 2.2083332538604736, - [ - -0.15887601673603058, - 0.07317300885915756, - -0.19786202907562256, - 0.9644971489906311 - ] - ], - [ - 2.25, - [ - -0.14659655094146729, - 0.13774076104164124, - -0.27784448862075806, - 0.939329206943512 - ] - ], - [ - 2.2916667461395264, - [ - -0.09638340026140213, - 0.10469985008239746, - -0.25765082240104675, - 0.9557009339332581 - ] - ], - [ - 2.3333332538604736, - [ - 0.032216884195804596, - 0.037446554750204086, - -0.19690100848674774, - 0.9791781306266785 - ] - ], - [ - 2.375, - [ - 0.19646090269088745, - -0.016961567103862762, - -0.10618633031845093, - 0.9745973944664001 - ] - ], - [ - 2.4166667461395264, - [ - 0.33644136786460876, - -0.03740748018026352, - -0.021055741235613823, - 0.940725564956665 - ] - ], - [ - 2.4583332538604736, - [ - 0.3941677212715149, - -0.03870263695716858, - 0.015599359758198261, - 0.9180907011032104 - ] - ], - [ - 2.5, - [ - 0.3895401358604431, - -0.03418436273932457, - 0.010446843691170216, - 0.9203155636787415 - ] - ], - [ - 2.5416667461395264, - [ - 0.3767571747303009, - -0.021424628794193268, - -0.003564059268683195, - 0.9260573983192444 - ] - ], - [ - 2.5833332538604736, - [ - 0.35751381516456604, - -0.0014246961800381541, - -0.02404443360865116, - 0.933597207069397 - ] - ], - [ - 2.625, - [ - 0.3335999548435211, - 0.02481703646481037, - -0.04847125709056854, - 0.9411407709121704 - ] - ], - [ - 2.6666667461395264, - [ - 0.3068985342979431, - 0.056063853204250336, - -0.07437952607870102, - 0.9471735954284668 - ] - ], - [ - 2.7083332538604736, - [ - 0.2793180048465729, - 0.09070765227079391, - -0.09955985844135284, - 0.9507057666778564 - ] - ], - [ - 2.75, - [ - 0.2526737153530121, - 0.1267474740743637, - -0.12224110215902328, - 0.9513927698135376 - ] - ], - [ - 2.7916667461395264, - [ - 0.22856497764587402, - 0.1618601232767105, - -0.14121834933757782, - 0.9495350122451782 - ] - ], - [ - 2.8333332538604736, - [ - 0.20828919112682343, - 0.1935308277606964, - -0.15588848292827606, - 0.9459705352783203 - ] - ], - [ - 2.875, - [ - 0.1928366869688034, - 0.21919377148151398, - -0.16616342961788177, - 0.9418905377388 - ] - ], - [ - 2.9166667461395264, - [ - 0.18298663198947906, - 0.23633866012096405, - -0.17225082218647003, - 0.9386104345321655 - ] - ], - [ - 2.9583332538604736, - [ - 0.17950139939785004, - 0.24256594479084015, - -0.17431055009365082, - 0.9373137354850769 - ] - ], - [ - 3.0, - [ - 0.19767580926418304, - 0.22821080684661865, - -0.15996485948562622, - 0.9398166537284851 - ] - ], - [ - 3.0416667461395264, - [ - 0.23305530846118927, - 0.20070727169513702, - -0.13048546016216278, - 0.9425366520881653 - ] - ], - [ - 3.0833332538604736, - [ - 0.2529298663139343, - 0.17873162031173706, - -0.11135216802358627, - 0.9442892670631409 - ] - ], - [ - 3.125, - [ - 0.1870250403881073, - 0.15960180759429932, - -0.16395387053489685, - 0.9553366303443909 - ] - ], - [ - 3.1666667461395264, - [ - 0.039879899471998215, - 0.1697656661272049, - -0.2868598997592926, - 0.9419664740562439 - ] - ], - [ - 3.2083332538604736, - [ - -0.09597275406122208, - 0.22827520966529846, - -0.3995208144187927, - 0.882645308971405 - ] - ], - [ - 3.25, - [ - -0.14971517026424408, - 0.26881882548332214, - -0.44291236996650696, - 0.8421106934547424 - ] - ], - [ - 3.2916667461395264, - [ - -0.1486554592847824, - 0.2684665620326996, - -0.4355210065841675, - 0.8462557196617126 - ] - ], - [ - 3.3333332538604736, - [ - -0.14559762179851532, - 0.2676317095756531, - -0.4146832227706909, - 0.8574452996253967 - ] - ], - [ - 3.375, - [ - -0.14076115190982819, - 0.26684725284576416, - -0.38228440284729004, - 0.8734058141708374 - ] - ], - [ - 3.4166667461395264, - [ - -0.13443604111671448, - 0.266769140958786, - -0.34024128317832947, - 0.8916260600090027 - ] - ], - [ - 3.4583332538604736, - [ - -0.12699396908283234, - 0.26801612973213196, - -0.2906794548034668, - 0.9096952080726624 - ] - ], - [ - 3.5, - [ - -0.11886096000671387, - 0.2710401117801666, - -0.23601080477237701, - 0.9255853295326233 - ] - ], - [ - 3.5416667461395264, - [ - -0.11045145988464355, - 0.2760368585586548, - -0.17891065776348114, - 0.9378673434257507 - ] - ], - [ - 3.5833332538604736, - [ - -0.10207386314868927, - 0.2829052209854126, - -0.12220975011587143, - 0.945838451385498 - ] - ], - [ - 3.625, - [ - -0.09383291006088257, - 0.2912558913230896, - -0.06874193251132965, - 0.9495472311973572 - ] - ], - [ - 3.6666667461395264, - [ - -0.08555623888969421, - 0.3004566729068756, - -0.02119755744934082, - 0.949713945388794 - ] - ], - [ - 3.7083332538604736, - [ - -0.07676665484905243, - 0.30969464778900146, - 0.01798018254339695, - 0.947561502456665 - ] - ], - [ - 3.75, - [ - -0.06671497225761414, - 0.31802695989608765, - 0.046623971313238144, - 0.9445815086364746 - ] - ], - [ - 3.7916667461395264, - [ - -0.054479263722896576, - 0.3243970274925232, - 0.06278547644615173, - 0.9422613978385925 - ] - ], - [ - 3.8333332538604736, - [ - -0.03913002088665962, - 0.32760483026504517, - 0.0646091178059578, - 0.9417906403541565 - ] - ], - [ - 3.875, - [ - -0.0195919256657362, - 0.32585465908050537, - 0.056197937577962875, - 0.9435447454452515 - ] - ], - [ - 3.9166667461395264, - [ - 0.003911205101758242, - 0.3184788227081299, - 0.043839145451784134, - 0.946907639503479 - ] - ], - [ - 3.9583332538604736, - [ - 0.03015112690627575, - 0.305851548910141, - 0.028908804059028625, - 0.951162576675415 - ] - ], - [ - 4.0, - [ - 0.057818181812763214, - 0.2884439527988434, - 0.012738379649817944, - 0.9556646347045898 - ] - ], - [ - 4.041666507720947, - [ - 0.08556253463029861, - 0.26687678694725037, - -0.0034191831946372986, - 0.9599187970161438 - ] - ], - [ - 4.083333492279053, - [ - 0.1120448186993599, - 0.24194209277629852, - -0.018427282571792603, - 0.963623583316803 - ] - ], - [ - 4.125, - [ - 0.1359843909740448, - 0.2145986557006836, - -0.03129858523607254, - 0.966683030128479 - ] - ], - [ - 4.166666507720947, - [ - 0.15620416402816772, - 0.18593743443489075, - -0.04121974855661392, - 0.9691895842552185 - ] - ], - [ - 4.208333492279053, - [ - 0.17165696620941162, - 0.15712974965572357, - -0.04755702614784241, - 0.9713817238807678 - ] - ], - [ - 4.25, - [ - 0.18143095076084137, - 0.1293623447418213, - -0.04983994737267494, - 0.9735831618309021 - ] - ], - [ - 4.291666507720947, - [ - 0.184732124209404, - 0.10376344621181488, - -0.04772111400961876, - 0.9761300683021545 - ] - ], - [ - 4.333333492279053, - [ - 0.17683783173561096, - 0.07486474514007568, - -0.03153647109866142, - 0.9808818101882935 - ] - ], - [ - 4.375, - [ - 0.1578727513551712, - 0.03899877890944481, - 0.0014020147500559688, - 0.9866880774497986 - ] - ], - [ - 4.416666507720947, - [ - 0.13393865525722504, - 0.00011780358181567863, - 0.04103636369109154, - 0.9901396036148071 - ] - ], - [ - 4.458333492279053, - [ - 0.10982423275709152, - -0.036660730838775635, - 0.07805334776639938, - 0.9902032613754272 - ] - ], - [ - 4.5, - [ - 0.08851172029972076, - -0.0648467093706131, - 0.10454155504703522, - 0.988449215888977 - ] - ], - [ - 4.541666507720947, - [ - 0.07161759585142136, - -0.07704263180494308, - 0.11397732049226761, - 0.9878990650177002 - ] - ], - [ - 4.583333492279053, - [ - 0.05780327320098877, - -0.07083205133676529, - 0.11178882420063019, - 0.9895175099372864 - ] - ], - [ - 4.625, - [ - 0.0445958711206913, - -0.05056016519665718, - 0.10794384032487869, - 0.9918685555458069 - ] - ], - [ - 4.666666507720947, - [ - 0.03187882527709007, - -0.018698567524552345, - 0.10299108922481537, - 0.9939954280853271 - ] - ], - [ - 4.708333492279053, - [ - 0.01960001140832901, - 0.022219888865947723, - 0.09732323884963989, - 0.9948117136955261 - ] - ], - [ - 4.75, - [ - 0.0077154687605798244, - 0.06957584619522095, - 0.09130096435546875, - 0.9933598637580872 - ] - ], - [ - 4.791666507720947, - [ - -0.0038605399895459414, - 0.12067636102437973, - 0.08532966673374176, - 0.989010214805603 - ] - ], - [ - 4.833333492279053, - [ - -0.015291541814804077, - 0.17279759049415588, - 0.07989078760147095, - 0.9815930128097534 - ] - ], - [ - 4.875, - [ - -0.026841655373573303, - 0.22324709594249725, - 0.07553249597549438, - 0.9714602828025818 - ] - ], - [ - 4.916666507720947, - [ - -0.038888972252607346, - 0.269430935382843, - 0.07282719016075134, - 0.9594742655754089 - ] - ], - [ - 4.958333492279053, - [ - -0.05193148925900459, - 0.30889055132865906, - 0.07230681926012039, - 0.9469221234321594 - ] - ], - [ - 5.0, - [ - -0.06659004092216492, - 0.33929792046546936, - 0.07438314706087112, - 0.935366153717041 - ] - ], - [ - 5.041666507720947, - [ - -0.08360859751701355, - 0.35839998722076416, - 0.07925638556480408, - 0.9264326691627502 - ] - ], - [ - 5.083333492279053, - [ - -0.10384050011634827, - 0.36390921473503113, - 0.08680737018585205, - 0.9215485453605652 - ] - ], - [ - 5.125, - [ - -0.13431617617607117, - 0.3456384837627411, - 0.10298077762126923, - 0.9229779839515686 - ] - ], - [ - 5.166666507720947, - [ - -0.17812171578407288, - 0.29812148213386536, - 0.1294761598110199, - 0.9287799596786499 - ] - ], - [ - 5.208333492279053, - [ - -0.22902172803878784, - 0.2262258380651474, - 0.15918821096420288, - 0.9332898855209351 - ] - ], - [ - 5.25, - [ - -0.2799459397792816, - 0.13622958958148956, - 0.1854041963815689, - 0.932039201259613 - ] - ], - [ - 5.291666507720947, - [ - -0.32437020540237427, - 0.03639698401093483, - 0.20301029086112976, - 0.9231717586517334 - ] - ], - [ - 5.333333492279053, - [ - -0.35781586170196533, - -0.06357830762863159, - 0.20965270698070526, - 0.9077286720275879 - ] - ], - [ - 5.375, - [ - -0.3788633942604065, - -0.1539146602153778, - 0.20632492005825043, - 0.888933539390564 - ] - ], - [ - 5.416666507720947, - [ - -0.3891960680484772, - -0.22611646354198456, - 0.19701604545116425, - 0.870966374874115 - ] - ], - [ - 5.458333492279053, - [ - -0.3925838768482208, - -0.2735269069671631, - 0.18746013939380646, - 0.8578575849533081 - ] - ], - [ - 5.5, - [ - -0.3930703401565552, - -0.2906057834625244, - 0.18331226706504822, - 0.8529012799263 - ] - ], - [ - 5.541666507720947, - [ - -0.38096150755882263, - -0.2885899841785431, - 0.2078450471162796, - 0.8534545302391052 - ] - ], - [ - 5.583333492279053, - [ - -0.34939414262771606, - -0.28064653277397156, - 0.2720097303390503, - 0.8515703082084656 - ] - ], - [ - 5.625, - [ - -0.3064427673816681, - -0.26304110884666443, - 0.3606485426425934, - 0.8407347202301025 - ] - ], - [ - 5.666666507720947, - [ - -0.26068931818008423, - -0.23391109704971313, - 0.4578104019165039, - 0.8171514868736267 - ] - ], - [ - 5.708333492279053, - [ - -0.21944905817508698, - -0.19533440470695496, - 0.5486022233963013, - 0.7827658653259277 - ] - ], - [ - 5.75, - [ - -0.18677391111850739, - -0.15315842628479004, - 0.6214773058891296, - 0.7452677488327026 - ] - ], - [ - 5.791666507720947, - [ - -0.16265763342380524, - -0.11533442884683609, - 0.6692257523536682, - 0.7158054113388062 - ] - ], - [ - 5.833333492279053, - [ - -0.14434204995632172, - -0.09024578332901001, - 0.6875026226043701, - 0.7059470415115356 - ] - ], - [ - 5.875, - [ - -0.12846271693706512, - -0.07508076727390289, - 0.6780145764350891, - 0.7198309302330017 - ] - ], - [ - 5.916666507720947, - [ - -0.1129997968673706, - -0.06244979426264763, - 0.6471970081329346, - 0.751310408115387 - ] - ], - [ - 5.958333492279053, - [ - -0.0976671501994133, - -0.053453072905540466, - 0.5972309708595276, - 0.7943041324615479 - ] - ], - [ - 6.0, - [ - -0.08288169652223587, - -0.04875331372022629, - 0.5304192900657654, - 0.8422644138336182 - ] - ], - [ - 6.041666507720947, - [ - -0.06945225596427917, - -0.04845552146434784, - 0.44998404383659363, - 0.8890122771263123 - ] - ], - [ - 6.083333492279053, - [ - -0.05821659415960312, - -0.052064649760723114, - 0.3604181110858917, - 0.929515540599823 - ] - ], - [ - 6.125, - [ - -0.049696777015924454, - -0.05857469141483307, - 0.26740044355392456, - 0.9605188369750977 - ] - ], - [ - 6.166666507720947, - [ - -0.043854743242263794, - -0.06667512655258179, - 0.177374929189682, - 0.9809023141860962 - ] - ], - [ - 6.208333492279053, - [ - -0.040008846670389175, - -0.0749989002943039, - 0.09700258076190948, - 0.9916477203369141 - ] - ], - [ - 6.25, - [ - -0.036920059472322464, - -0.08231036365032196, - 0.03269133344292641, - 0.9953860640525818 - ] - ], - [ - 6.291666507720947, - [ - -0.03301773592829704, - -0.08754823356866837, - -0.009635715745389462, - 0.9955663084983826 - ] - ], - [ - 6.333333492279053, - [ - -0.026724200695753098, - -0.08968422561883926, - -0.024461785331368446, - 0.9953110814094543 - ] - ], - [ - 6.375, - [ - -0.020149001851677895, - -0.08676913380622864, - -0.023067865520715714, - 0.995757520198822 - ] - ], - [ - 6.416666507720947, - [ - -0.015900922939181328, - -0.07861414551734924, - -0.020577447488904, - 0.9965658783912659 - ] - ], - [ - 6.458333492279053, - [ - -0.013401561416685581, - -0.0667022094130516, - -0.017320046201348305, - 0.9975326657295227 - ] - ], - [ - 6.5, - [ - -0.012067417614161968, - -0.05252733454108238, - -0.013594439253211021, - 0.9984540343284607 - ] - ], - [ - 6.541666507720947, - [ - -0.01128447987139225, - -0.0375869944691658, - -0.009713421575725079, - 0.9991825222969055 - ] - ], - [ - 6.583333492279053, - [ - -0.010396535508334637, - -0.023376239463686943, - -0.0060256836004555225, - 0.9996545314788818 - ] - ], - [ - 6.625, - [ - -0.008706006221473217, - -0.011384520679712296, - -0.0029156634118407965, - 0.999893069267273 - ] - ], - [ - 6.666666507720947, - [ - -0.005485640838742256, - -0.003096227766945958, - -0.0007824763306416571, - 0.9999798536300659 - ] - ], - [ - 6.708333492279053, - [ - 2.9043825122698763e-08, - -1.9099917028292564e-14, - -2.7818573182861184e-13, - 1.0 - ] - ], - [ - 6.75, - [ - 0.009725701995193958, - -0.0012379863765090704, - -0.015780549496412277, - 0.99982750415802 - ] - ], - [ - 6.791666507720947, - [ - 0.023577313870191574, - -0.005219741724431515, - -0.05638153478503227, - 0.9981173276901245 - ] - ], - [ - 6.833333492279053, - [ - 0.03902075067162514, - -0.012143664062023163, - -0.11157415062189102, - 0.9929155707359314 - ] - ], - [ - 6.875, - [ - 0.05362766981124878, - -0.02139529027044773, - -0.17107883095741272, - 0.9835641980171204 - ] - ], - [ - 6.916666507720947, - [ - 0.06543578207492828, - -0.0312948040664196, - -0.22491097450256348, - 0.9716758131980896 - ] - ], - [ - 6.958333492279053, - [ - 0.07314233481884003, - -0.039305366575717926, - -0.2636984884738922, - 0.9610246419906616 - ] - ], - [ - 7.0, - [ - 0.075903981924057, - -0.042568936944007874, - -0.2785894572734833, - 0.9564594030380249 - ] - ], - [ - 7.041666507720947, - [ - 0.0691278725862503, - -0.03612638637423515, - -0.2506176829338074, - 0.9649388790130615 - ] - ], - [ - 7.083333492279053, - [ - 0.05174057558178902, - -0.022552812471985817, - -0.1827145516872406, - 0.981544554233551 - ] - ], - [ - 7.125, - [ - 0.02905014529824257, - -0.009847009554505348, - -0.09993360936641693, - 0.9945212006568909 - ] - ], - [ - 7.166666507720947, - [ - 0.008768506348133087, - -0.0022966305259615183, - -0.029626712203025818, - 0.999519944190979 - ] - ], - [ - 7.208333492279053, - [ - 3.6859651751175795e-14, - -4.433238986415594e-14, - -3.6159953070019624e-13, - 1.0 - ] - ], - [ - 7.25, - [ - 0.002088660141453147, - -0.0026223575696349144, - -0.02101936750113964, - 0.9997734427452087 - ] - ], - [ - 7.291666507720947, - [ - 0.007054744753986597, - -0.009941553696990013, - -0.07630696892738342, - 0.9970098733901978 - ] - ], - [ - 7.333333492279053, - [ - 0.012663722969591618, - -0.021185409277677536, - -0.15387137234210968, - 0.9877825975418091 - ] - ], - [ - 7.375, - [ - 0.016921397298574448, - -0.03512850031256676, - -0.24132885038852692, - 0.9696598649024963 - ] - ], - [ - 7.416666507720947, - [ - 0.01872231997549534, - -0.0498882457613945, - -0.3265222907066345, - 0.943686306476593 - ] - ], - [ - 7.458333492279053, - [ - 0.018205126747488976, - -0.06316663324832916, - -0.398435115814209, - 0.9148377180099487 - ] - ], - [ - 7.5, - [ - 0.016638506203889847, - -0.07265232503414154, - -0.44768601655960083, - 0.8910791277885437 - ] - ], - [ - 7.541666507720947, - [ - 0.01578177884221077, - -0.07625045627355576, - -0.4659802317619324, - 0.8813621401786804 - ] - ], - [ - 7.583333492279053, - [ - 0.016638508066534996, - -0.07265231013298035, - -0.44768592715263367, - 0.8910791873931885 - ] - ], - [ - 7.625, - [ - 0.01820513792335987, - -0.06316658109426498, - -0.3984348475933075, - 0.9148378372192383 - ] - ], - [ - 7.666666507720947, - [ - 0.01872231811285019, - -0.04988834634423256, - -0.32652291655540466, - 0.9436860680580139 - ] - ], - [ - 7.708333492279053, - [ - 0.016921382397413254, - -0.03512844070792198, - -0.24132849276065826, - 0.9696598649024963 - ] - ], - [ - 7.75, - [ - 0.012663706205785275, - -0.021185364574193954, - -0.1538711041212082, - 0.9877827167510986 - ] - ], - [ - 7.791666507720947, - [ - 0.007054788060486317, - -0.00994162354618311, - -0.07630746811628342, - 0.997009813785553 - ] - ], - [ - 7.833333492279053, - [ - 0.0020886461716145277, - -0.002622338943183422, - -0.02101922407746315, - 0.9997734427452087 - ] - ], - [ - 7.875, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 10.041666984558105, - [ - 8.235243270735687e-14, - 2.82587030219026e-14, - 6.626010521103331e-16, - 1.0 - ] - ], - [ - 10.083333015441895, - [ - 0.0013440727489069104, - 0.00046122577623464167, - 1.0194427886744961e-05, - 0.9999989867210388 - ] - ], - [ - 10.125, - [ - 0.00523480074480176, - 0.0017965197330340743, - 3.2715455745346844e-05, - 0.9999846816062927 - ] - ], - [ - 10.166666984558105, - [ - 0.011459559202194214, - 0.0039333016611635685, - 4.71350213047117e-05, - 0.9999266266822815 - ] - ], - [ - 10.208333015441895, - [ - 0.019804857671260834, - 0.00679865013808012, - 2.4715458494029008e-05, - 0.9997807741165161 - ] - ], - [ - 10.25, - [ - 0.030056733638048172, - 0.01031915657222271, - -6.83426987961866e-05, - 0.9994950294494629 - ] - ], - [ - 10.291666984558105, - [ - 0.041999246925115585, - 0.014420154504477978, - -0.0002679441822692752, - 0.9990135431289673 - ] - ], - [ - 10.333333015441895, - [ - 0.055414676666259766, - 0.019025614485144615, - -0.0006094288546591997, - 0.9982819557189941 - ] - ], - [ - 10.375, - [ - 0.0700845867395401, - 0.024058444425463676, - -0.001125244190916419, - 0.9972502589225769 - ] - ], - [ - 10.416666984558105, - [ - 0.08578821271657944, - 0.029439954087138176, - -0.0018428422044962645, - 0.9958767294883728 - ] - ], - [ - 10.458333015441895, - [ - 0.10230366885662079, - 0.03509041666984558, - -0.0027829408645629883, - 0.9941303133964539 - ] - ], - [ - 10.5, - [ - 0.11940986663103104, - 0.04093000292778015, - -0.003958200570195913, - 0.9919931292533875 - ] - ], - [ - 10.583333015441895, - [ - 0.154509037733078, - 0.05285682901740074, - -0.007017848547548056, - 0.9865515232086182 - ] - ], - [ - 10.666666984558105, - [ - 0.18933765590190887, - 0.06459468603134155, - -0.010928172618150711, - 0.979724109172821 - ] - ], - [ - 10.708333015441895, - [ - 0.2061169445514679, - 0.07020626962184906, - -0.013128278777003288, - 0.9759172797203064 - ] - ], - [ - 10.75, - [ - 0.2221980094909668, - 0.07555346935987473, - -0.015432837419211864, - 0.9719473123550415 - ] - ], - [ - 10.791666984558105, - [ - 0.23738008737564087, - 0.08057107031345367, - -0.017786800861358643, - 0.9679062962532043 - ] - ], - [ - 10.833333015441895, - [ - 0.25146785378456116, - 0.0851977989077568, - -0.020127885043621063, - 0.9638984203338623 - ] - ], - [ - 10.875, - [ - 0.2642717957496643, - 0.08937651664018631, - -0.02238820120692253, - 0.9600369930267334 - ] - ], - [ - 10.916666984558105, - [ - 0.2756058871746063, - 0.09305302053689957, - -0.024495651945471764, - 0.9564425945281982 - ] - ], - [ - 10.958333015441895, - [ - 0.28528738021850586, - 0.09617573022842407, - -0.026376010850071907, - 0.9532395601272583 - ] - ], - [ - 11.0, - [ - 0.29313626885414124, - 0.09869469702243805, - -0.027955206111073494, - 0.9505520462989807 - ] - ], - [ - 11.041666984558105, - [ - 0.2989714741706848, - 0.10055980086326599, - -0.02916131727397442, - 0.9485006332397461 - ] - ], - [ - 11.083333015441895, - [ - 0.30261051654815674, - 0.10171949863433838, - -0.02992740273475647, - 0.9471981525421143 - ] - ], - [ - 11.125, - [ - 0.3038662075996399, - 0.1021190658211708, - -0.030194245278835297, - 0.9467446208000183 - ] - ], - [ - 11.166666984558105, - [ - 0.2890309691429138, - 0.09737861156463623, - -0.027123069390654564, - 0.9519680142402649 - ] - ], - [ - 11.208333015441895, - [ - 0.24946095049381256, - 0.0845404863357544, - -0.019785085693001747, - 0.964484691619873 - ] - ], - [ - 11.25, - [ - 0.19252422451972961, - 0.06566276401281357, - -0.011330047622323036, - 0.979027271270752 - ] - ], - [ - 11.291666984558105, - [ - 0.12613673508167267, - 0.043222058564424515, - -0.004476835019886494, - 0.991060733795166 - ] - ], - [ - 11.333333015441895, - [ - 0.05894668400287628, - 0.02023773267865181, - -0.0007200061227194965, - 0.9980558156967163 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715933459_1490687.json b/lenses/physics-objects/Scene/assets/1645812715933459_1490687.json deleted file mode 100644 index 3c56259b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715933459_1490687.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715933459:1490687", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715933673_1490694.json b/lenses/physics-objects/Scene/assets/1645812715933673_1490694.json deleted file mode 100644 index 14df0e65..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715933673_1490694.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715933673:1490694", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715935404_1490707.json b/lenses/physics-objects/Scene/assets/1645812715935404_1490707.json deleted file mode 100644 index a7b839c3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715935404_1490707.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715935404:1490707", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.05460000038146973, - -0.4704799950122833, - 0.6262800097465515 - ] - ], - [ - 11.375, - [ - -0.05460000038146973, - -0.4704799950122833, - 0.6262800097465515 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715935634_1490714.json b/lenses/physics-objects/Scene/assets/1645812715935634_1490714.json deleted file mode 100644 index fb78a697..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715935634_1490714.json +++ /dev/null @@ -1,2089 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715935634:1490714", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.09133652597665787, - -0.013163252733647823, - -0.02878633886575699, - 0.9953169822692871 - ] - ], - [ - 0.0416666679084301, - [ - 0.09133652597665787, - -0.013163252733647823, - -0.02878633886575699, - 0.9953169822692871 - ] - ], - [ - 0.0833333358168602, - [ - 0.1193469688296318, - -0.016925005242228508, - -0.03889022022485733, - 0.991946280002594 - ] - ], - [ - 0.125, - [ - 0.15120773017406464, - -0.021607430651783943, - -0.05064619705080986, - 0.9869672060012817 - ] - ], - [ - 0.1666666716337204, - [ - 0.1770518273115158, - -0.025811485946178436, - -0.06031642481684685, - 0.9820123910903931 - ] - ], - [ - 0.2083333283662796, - [ - 0.18757763504981995, - -0.02764177694916725, - -0.06427866220474243, - 0.9797544479370117 - ] - ], - [ - 0.25, - [ - 0.1762654185295105, - -0.02567758969962597, - -0.06002087891101837, - 0.9821755886077881 - ] - ], - [ - 0.2916666567325592, - [ - 0.14521071314811707, - -0.02068677730858326, - -0.04841718077659607, - 0.9879988431930542 - ] - ], - [ - 0.3333333432674408, - [ - 0.10002952814102173, - -0.014303058385848999, - -0.0318925641477108, - 0.9943703413009644 - ] - ], - [ - 0.375, - [ - 0.049813948571681976, - -0.007847613655030727, - -0.01449041161686182, - 0.9986225366592407 - ] - ], - [ - 0.4166666567325592, - [ - 0.006630638148635626, - -0.0013664951547980309, - -0.0015628351829946041, - 0.999975860118866 - ] - ], - [ - 0.4583333432674408, - [ - -0.024070510640740395, - 0.00869430135935545, - 0.005140172317624092, - 0.9996592402458191 - ] - ], - [ - 0.5, - [ - -0.04913711175322533, - 0.02499026618897915, - 0.010548458434641361, - 0.9984236359596252 - ] - ], - [ - 0.5416666865348816, - [ - -0.06756347417831421, - 0.04190104454755783, - 0.01486712135374546, - 0.9967239499092102 - ] - ], - [ - 0.5833333134651184, - [ - -0.07884063571691513, - 0.05444676801562309, - 0.017763787880539894, - 0.9952407479286194 - ] - ], - [ - 0.625, - [ - -0.08273331075906754, - 0.05918828397989273, - 0.018821299076080322, - 0.9946344494819641 - ] - ], - [ - 0.6666666865348816, - [ - -0.07955560088157654, - 0.05530139058828354, - 0.017955612391233444, - 0.9951333999633789 - ] - ], - [ - 0.7083333134651184, - [ - -0.0703544095158577, - 0.044845324009656906, - 0.015562879852950573, - 0.9963920712471008 - ] - ], - [ - 0.75, - [ - -0.055325012654066086, - 0.03018924593925476, - 0.011952473782002926, - 0.9979404211044312 - ] - ], - [ - 0.7916666865348816, - [ - -0.03474951535463333, - 0.014716584235429764, - 0.0074075376614928246, - 0.9992602467536926 - ] - ], - [ - 0.8333333134651184, - [ - -0.009397338144481182, - 0.002598806284368038, - 0.0020308885723352432, - 0.9999504089355469 - ] - ], - [ - 0.875, - [ - 0.022095639258623123, - -0.003994334023445845, - -0.0057982150465250015, - 0.9997310638427734 - ] - ], - [ - 0.9166666865348816, - [ - 0.06405246257781982, - -0.009674208238720894, - -0.019268926233053207, - 0.9977136850357056 - ] - ], - [ - 0.9583333134651184, - [ - 0.10830200463533401, - -0.015409164130687714, - -0.034874532371759415, - 0.9933866262435913 - ] - ], - [ - 1.0, - [ - 0.14638124406337738, - -0.02086494490504265, - -0.04885173588991165, - 0.9878009557723999 - ] - ], - [ - 1.0416666269302368, - [ - 0.17209532856941223, - -0.02497403509914875, - -0.058454833924770355, - 0.9830273389816284 - ] - ], - [ - 1.0833333730697632, - [ - 0.18140089511871338, - -0.026559071615338326, - -0.06195216625928879, - 0.9810965657234192 - ] - ], - [ - 1.125, - [ - 0.17754726111888885, - -0.025896044448018074, - -0.06050266698002815, - 0.9819092750549316 - ] - ], - [ - 1.1666666269302368, - [ - 0.16664749383926392, - -0.024071060121059418, - -0.056412212550640106, - 0.9841071367263794 - ] - ], - [ - 1.2083333730697632, - [ - 0.14971204102039337, - -0.021375976502895355, - -0.050089653581380844, - 0.9872287511825562 - ] - ], - [ - 1.25, - [ - 0.12792865931987762, - -0.018137935549020767, - -0.04203392192721367, - 0.9907262325286865 - ] - ], - [ - 1.2916666269302368, - [ - 0.10279583930969238, - -0.014670412056148052, - -0.032887086272239685, - 0.9940504431724548 - ] - ], - [ - 1.3333333730697632, - [ - 0.0761374831199646, - -0.011210422962903976, - -0.023435110226273537, - 0.9967588782310486 - ] - ], - [ - 1.375, - [ - 0.049979738891124725, - -0.007869168184697628, - -0.014545089565217495, - 0.9986134171485901 - ] - ], - [ - 1.4166666269302368, - [ - 0.026311052963137627, - -0.004628317896276712, - -0.007048873696476221, - 0.9996182322502136 - ] - ], - [ - 1.4583333730697632, - [ - 0.006784070748835802, - -0.0013958645286038518, - -0.0016012826235964894, - 0.9999747276306152 - ] - ], - [ - 1.5, - [ - -0.008166125975549221, - 0.002200684743002057, - 0.0017674395348876715, - 0.9999626874923706 - ] - ], - [ - 1.5416666269302368, - [ - -0.020792527124285698, - 0.00711519131436944, - 0.00444783316925168, - 0.9997485876083374 - ] - ], - [ - 1.5833333730697632, - [ - -0.03109353967010975, - 0.012502799741923809, - 0.00662778178229928, - 0.9994162917137146 - ] - ], - [ - 1.625, - [ - -0.0387922003865242, - 0.017350420355796814, - 0.008276610635221004, - 0.9990624785423279 - ] - ], - [ - 1.6666666269302368, - [ - -0.04363330081105232, - 0.02076343633234501, - 0.009329826571047306, - 0.9987882375717163 - ] - ], - [ - 1.7083333730697632, - [ - -0.04532669484615326, - 0.022024445235729218, - 0.009702121838927269, - 0.9986823797225952 - ] - ], - [ - 1.75, - [ - -0.03727871924638748, - 0.016341423615813255, - 0.007950276136398315, - 0.999139666557312 - ] - ], - [ - 1.7916666269302368, - [ - -0.0168730691075325, - 0.00539176631718874, - 0.00361945410259068, - 0.9998365640640259 - ] - ], - [ - 1.8333333730697632, - [ - 0.010348399169743061, - -0.002055281773209572, - -0.0025183414109051228, - 0.9999411702156067 - ] - ], - [ - 1.875, - [ - 0.04102301970124245, - -0.0066879307851195335, - -0.01162954606115818, - 0.9990681409835815 - ] - ], - [ - 1.9166666269302368, - [ - 0.0560128390789032, - -0.008647918701171875, - -0.01655111461877823, - 0.9982554912567139 - ] - ], - [ - 1.9583333730697632, - [ - 0.0331341028213501, - -0.005607865285128355, - -0.009136050008237362, - 0.9993935227394104 - ] - ], - [ - 2.0, - [ - -0.009914020076394081, - 0.0027710760477930307, - 0.0021412575151771307, - 0.9999447464942932 - ] - ], - [ - 2.0416667461395264, - [ - -0.052397701889276505, - 0.027670320123434067, - 0.011283311992883682, - 0.9981790781021118 - ] - ], - [ - 2.0833332538604736, - [ - -0.08657713979482651, - 0.06408683955669403, - 0.019898569211363792, - 0.9939826726913452 - ] - ], - [ - 2.125, - [ - -0.10642125457525253, - 0.09314045310020447, - 0.026087619364261627, - 0.9896053671836853 - ] - ], - [ - 2.1666667461395264, - [ - -0.11265945434570313, - 0.10377870500087738, - 0.02829761616885662, - 0.987794041633606 - ] - ], - [ - 2.2083332538604736, - [ - -0.10977108776569366, - 0.09874986857175827, - 0.02725604549050331, - 0.9886636734008789 - ] - ], - [ - 2.25, - [ - -0.10078934580087662, - 0.08420432358980179, - 0.024211281910538673, - 0.9910423755645752 - ] - ], - [ - 2.2916667461395264, - [ - -0.08463022857904434, - 0.06157840043306351, - 0.019348671659827232, - 0.9943196177482605 - ] - ], - [ - 2.3333332538604736, - [ - -0.06069009378552437, - 0.035086411982774734, - 0.013205085881054401, - 0.9974523782730103 - ] - ], - [ - 2.375, - [ - -0.029884787276387215, - 0.011805799789726734, - 0.006370972841978073, - 0.9994633197784424 - ] - ], - [ - 2.4166667461395264, - [ - 0.005386974662542343, - -0.001125123118981719, - -0.0012546174693852663, - 0.999984085559845 - ] - ], - [ - 2.4583332538604736, - [ - 0.05096008628606796, - -0.007996433414518833, - -0.014868921600282192, - 0.998557984828949 - ] - ], - [ - 2.5, - [ - 0.09730581939220428, - -0.01394366193562746, - -0.030916137620806694, - 0.9946765303611755 - ] - ], - [ - 2.5416667461395264, - [ - 0.1293068528175354, - -0.01833583228290081, - -0.0425405278801918, - 0.990522027015686 - ] - ], - [ - 2.5833332538604736, - [ - 0.14773832261562347, - -0.02107243239879608, - -0.049355871975421906, - 0.9875695109367371 - ] - ], - [ - 2.625, - [ - 0.16097912192344666, - -0.023150499910116196, - -0.05429115146398544, - 0.9851915836334229 - ] - ], - [ - 2.6666667461395264, - [ - 0.16983187198638916, - -0.024596666917204857, - -0.05760570615530014, - 0.9834805130958557 - ] - ], - [ - 2.7083332538604736, - [ - 0.17518244683742523, - -0.02549383044242859, - -0.05961397662758827, - 0.9823988676071167 - ] - ], - [ - 2.75, - [ - 0.17792260646820068, - -0.025960205122828484, - -0.060643766075372696, - 0.9818310141563416 - ] - ], - [ - 2.7916667461395264, - [ - 0.17893067002296448, - -0.026132972911000252, - -0.06102282553911209, - 0.981619656085968 - ] - ], - [ - 2.8333332538604736, - [ - 0.17907460033893585, - -0.026157695800065994, - -0.061076968908309937, - 0.9815893769264221 - ] - ], - [ - 2.875, - [ - 0.17395906150341034, - -0.02528713271021843, - -0.05915449187159538, - 0.9826492667198181 - ] - ], - [ - 2.9166667461395264, - [ - 0.1606958955526352, - -0.02310500666499138, - -0.054185301065444946, - 0.985244631767273 - ] - ], - [ - 2.9583332538604736, - [ - 0.14249764382839203, - -0.020276613533496857, - -0.04741095378994942, - 0.9884510636329651 - ] - ], - [ - 3.0, - [ - 0.12277521193027496, - -0.017405645921826363, - -0.04014376923441887, - 0.9914695024490356 - ] - ], - [ - 3.0416667461395264, - [ - 0.10496246814727783, - -0.014959863387048244, - -0.03366789594292641, - 0.9937935471534729 - ] - ], - [ - 3.0833332538604736, - [ - 0.0922170877456665, - -0.013277791440486908, - -0.0290995966643095, - 0.9952250719070435 - ] - ], - [ - 3.125, - [ - 0.08735641837120056, - -0.012647777795791626, - -0.027374546974897385, - 0.995720624923706 - ] - ], - [ - 3.1666667461395264, - [ - 0.12241470813751221, - -0.017354866489768028, - -0.04001181572675705, - 0.9915204048156738 - ] - ], - [ - 3.2083332538604736, - [ - 0.20156635344028473, - -0.030187586322426796, - -0.0695599690079689, - 0.9765353798866272 - ] - ], - [ - 3.25, - [ - 0.27166545391082764, - -0.04509960860013962, - -0.09614742547273636, - 0.956514298915863 - ] - ], - [ - 3.2916667461395264, - [ - 0.2969335913658142, - -0.051441870629787445, - -0.10572883486747742, - 0.9476315975189209 - ] - ], - [ - 3.5416667461395264, - [ - 0.2969335913658142, - -0.051441870629787445, - -0.10572883486747742, - 0.9476315975189209 - ] - ], - [ - 3.5833332538604736, - [ - 0.2945922613143921, - -0.050831180065870285, - -0.10484173148870468, - 0.9484934210777283 - ] - ], - [ - 3.625, - [ - 0.2871854901313782, - -0.04893052950501442, - -0.10203438997268677, - 0.9511673450469971 - ] - ], - [ - 3.6666667461395264, - [ - 0.27367281913757324, - -0.04558368772268295, - -0.09690912067890167, - 0.9558420181274414 - ] - ], - [ - 3.7083332538604736, - [ - 0.25257712602615356, - -0.04066157341003418, - -0.08890140801668167, - 0.9626255631446838 - ] - ], - [ - 3.75, - [ - 0.22237873077392578, - -0.03422752022743225, - -0.07744093239307404, - 0.9712770581245422 - ] - ], - [ - 3.7916667461395264, - [ - 0.18215657770633698, - -0.026690205559134483, - -0.06223659589886665, - 0.9809348583221436 - ] - ], - [ - 3.8333332538604736, - [ - 0.1325397938489914, - -0.01880357414484024, - -0.04373067617416382, - 0.9900339841842651 - ] - ], - [ - 3.875, - [ - 0.06791022419929504, - -0.01016449835151434, - -0.020589089021086693, - 0.9974271655082703 - ] - ], - [ - 3.9166667461395264, - [ - 0.0022054752334952354, - -0.0004778917646035552, - -0.0004963896935805678, - 0.9999974370002747 - ] - ], - [ - 3.9583332538604736, - [ - -0.04634784907102585, - 0.02280179038643837, - 0.009927716106176376, - 0.9986157417297363 - ] - ], - [ - 4.0, - [ - -0.08590082079172134, - 0.06320902705192566, - 0.01970653049647808, - 0.9941012859344482 - ] - ], - [ - 4.041666507720947, - [ - -0.1118922010064125, - 0.10242470353841782, - 0.028017733246088028, - 0.9880305528640747 - ] - ], - [ - 4.083333492279053, - [ - -0.12452623248100281, - 0.12673558294773102, - 0.032962847501039505, - 0.983536958694458 - ] - ], - [ - 4.125, - [ - -0.12817974388599396, - 0.13490383327007294, - 0.03455391898751259, - 0.9819251298904419 - ] - ], - [ - 4.166666507720947, - [ - -0.12847188115119934, - 0.13560889661312103, - 0.03468577563762665, - 0.9817851781845093 - ] - ], - [ - 4.208333492279053, - [ - -0.0992138683795929, - 0.08180868625640869, - 0.023704824969172478, - 0.9914142489433289 - ] - ], - [ - 4.25, - [ - 0.11686984449625015, - -0.01658080890774727, - -0.037986453622579575, - 0.9922820925712585 - ] - ], - [ - 4.291666507720947, - [ - 0.3028520941734314, - -0.05300694704055786, - -0.10797063261270523, - 0.9454169273376465 - ] - ], - [ - 4.333333492279053, - [ - 0.30254918336868286, - -0.05292610079050064, - -0.1078559160232544, - 0.9455315470695496 - ] - ], - [ - 4.375, - [ - 0.301712304353714, - -0.05270315706729889, - -0.10753898322582245, - 0.9458475708961487 - ] - ], - [ - 4.416666507720947, - [ - 0.3004446029663086, - -0.05236661434173584, - -0.10705883800983429, - 0.9463240504264832 - ] - ], - [ - 4.458333492279053, - [ - 0.2988492250442505, - -0.05194508656859398, - -0.10645454376935959, - 0.9469203948974609 - ] - ], - [ - 4.625, - [ - 0.2915000915527344, - -0.05003194510936737, - -0.10366992652416229, - 0.9496195316314697 - ] - ], - [ - 4.666666507720947, - [ - 0.29008156061172485, - -0.04966805875301361, - -0.10313225537538528, - 0.9501312971115112 - ] - ], - [ - 4.708333492279053, - [ - 0.2891216278076172, - -0.04942280426621437, - -0.10276839137077332, - 0.9504760503768921 - ] - ], - [ - 4.75, - [ - 0.28876951336860657, - -0.049333032220602036, - -0.10263490676879883, - 0.9506021738052368 - ] - ], - [ - 4.791666507720947, - [ - 0.28927409648895264, - -0.04946170002222061, - -0.10282617807388306, - 0.9504213929176331 - ] - ], - [ - 4.875, - [ - 0.2917626202106476, - -0.05009948089718819, - -0.10376941412687302, - 0.9495243430137634 - ] - ], - [ - 4.916666507720947, - [ - 0.2927418351173401, - -0.05035190284252167, - -0.1041405200958252, - 0.9491690397262573 - ] - ], - [ - 4.958333492279053, - [ - 0.2929040789604187, - -0.050393812358379364, - -0.1042020171880722, - 0.9491099119186401 - ] - ], - [ - 5.0, - [ - 0.2917626202106476, - -0.05009948089718819, - -0.10376941412687302, - 0.9495243430137634 - ] - ], - [ - 5.041666507720947, - [ - 0.28876951336860657, - -0.049333035945892334, - -0.10263491421937943, - 0.9506021738052368 - ] - ], - [ - 5.083333492279053, - [ - 0.2816445827484131, - -0.04753945767879486, - -0.09993329644203186, - 0.9531157612800598 - ] - ], - [ - 5.125, - [ - 0.2687707245349884, - -0.04440741613507271, - -0.09504885971546173, - 0.957473874092102 - ] - ], - [ - 5.166666507720947, - [ - 0.2506124973297119, - -0.040221475064754486, - -0.08815548568964005, - 0.9632259607315063 - ] - ], - [ - 5.208333492279053, - [ - 0.22813624143600464, - -0.035400670021772385, - -0.0796244665980339, - 0.9697219133377075 - ] - ], - [ - 5.25, - [ - 0.20299214124679565, - -0.03045455925166607, - -0.07009908556938171, - 0.9761931300163269 - ] - ], - [ - 5.291666507720947, - [ - 0.17739184200763702, - -0.025869499891996384, - -0.06044423580169678, - 0.9819416403770447 - ] - ], - [ - 5.333333492279053, - [ - 0.15379153192043304, - -0.022010188549757004, - -0.05160851404070854, - 0.9865091443061829 - ] - ], - [ - 5.375, - [ - 0.13454437255859375, - -0.019096119329333305, - -0.044469818472862244, - 0.9897251129150391 - ] - ], - [ - 5.416666507720947, - [ - 0.12169492989778519, - -0.01725364476442337, - -0.0397484228014946, - 0.9916212558746338 - ] - ], - [ - 5.458333492279053, - [ - 0.1170264407992363, - -0.016602491959929466, - -0.038043536245822906, - 0.9922609925270081 - ] - ], - [ - 5.541666507720947, - [ - 0.13221150636672974, - -0.018755847588181496, - -0.04360970854759216, - 0.9900841116905212 - ] - ], - [ - 5.583333492279053, - [ - 0.11702626943588257, - -0.016602469608187675, - -0.03804348036646843, - 0.9922609925270081 - ] - ], - [ - 5.625, - [ - 0.022010473534464836, - -0.00398125359788537, - -0.005773291457444429, - 0.9997331500053406 - ] - ], - [ - 5.666666507720947, - [ - -0.06022043153643608, - 0.03464314714074135, - 0.013093965128064156, - 0.9974979162216187 - ] - ], - [ - 5.708333492279053, - [ - -0.09074690192937851, - 0.06965257972478867, - 0.021107317879796028, - 0.9932109713554382 - ] - ], - [ - 5.75, - [ - -0.07956527918577194, - 0.05531302094459534, - 0.01795821823179722, - 0.99513179063797 - ] - ], - [ - 5.791666507720947, - [ - -0.04610847681760788, - 0.022618401795625687, - 0.009874760173261166, - 0.9986315369606018 - ] - ], - [ - 5.833333492279053, - [ - 0.008277064189314842, - -0.001677245949395001, - -0.0019799976143985987, - 0.9999623894691467 - ] - ], - [ - 5.875, - [ - 0.09862294793128967, - -0.014117183163762093, - -0.031387969851493835, - 0.9945295453071594 - ] - ], - [ - 5.916666507720947, - [ - 0.1838936060667038, - -0.026993026956915855, - -0.06289061158895493, - 0.9805607199668884 - ] - ], - [ - 5.958333492279053, - [ - 0.2170974314212799, - -0.03317289054393768, - -0.07543905824422836, - 0.972665011882782 - ] - ], - [ - 6.0, - [ - 0.21697255969047546, - -0.03314819931983948, - -0.0753917396068573, - 0.9726974964141846 - ] - ], - [ - 6.041666507720947, - [ - 0.21653974056243896, - -0.03306271508336067, - -0.07522773742675781, - 0.9728094339370728 - ] - ], - [ - 6.083333492279053, - [ - 0.21571119129657745, - -0.032899439334869385, - -0.07491380721330643, - 0.9730232357978821 - ] - ], - [ - 6.125, - [ - 0.2143976092338562, - -0.03264160081744194, - -0.0744161605834961, - 0.9733604788780212 - ] - ], - [ - 6.166666507720947, - [ - 0.2125074863433838, - -0.03227277472615242, - -0.07370024174451828, - 0.9738415479660034 - ] - ], - [ - 6.208333492279053, - [ - 0.2099466770887375, - -0.03177714720368385, - -0.07273056358098984, - 0.9744860529899597 - ] - ], - [ - 6.25, - [ - 0.20661740005016327, - -0.031139757484197617, - -0.0714704617857933, - 0.9753111004829407 - ] - ], - [ - 6.291666507720947, - [ - 0.20241819322109222, - -0.030346926301717758, - -0.06988206505775452, - 0.9763311147689819 - ] - ], - [ - 6.333333492279053, - [ - 0.19724397361278534, - -0.02938680350780487, - -0.06792645901441574, - 0.9775567650794983 - ] - ], - [ - 6.375, - [ - 0.190986767411232, - -0.02825007401406765, - -0.06556425988674164, - 0.9789929986000061 - ] - ], - [ - 6.416666507720947, - [ - 0.18353763222694397, - -0.026930807158350945, - -0.06275653839111328, - 0.980637788772583 - ] - ], - [ - 6.458333492279053, - [ - 0.17478978633880615, - -0.02542738988995552, - -0.059466488659381866, - 0.9824793934822083 - ] - ], - [ - 6.5, - [ - 0.16464471817016602, - -0.02374362386763096, - -0.05566227808594704, - 0.9844949245452881 - ] - ], - [ - 6.541666507720947, - [ - 0.153018981218338, - -0.021889375522732735, - -0.051320672035217285, - 0.9866470694541931 - ] - ], - [ - 6.583333492279053, - [ - 0.13985595107078552, - -0.019880933687090874, - -0.04643258824944496, - 0.988882839679718 - ] - ], - [ - 6.625, - [ - 0.1251414269208908, - -0.017740391194820404, - -0.04101080074906349, - 0.9911321997642517 - ] - ], - [ - 6.666666507720947, - [ - 0.10892307013273239, - -0.015493158251047134, - -0.035099342465400696, - 0.993309497833252 - ] - ], - [ - 6.708333492279053, - [ - 0.09133642166852951, - -0.013163239695131779, - -0.028786305338144302, - 0.9953169226646423 - ] - ], - [ - 6.75, - [ - 0.06070620194077492, - -0.009248101152479649, - -0.01813196949660778, - 0.9979481101036072 - ] - ], - [ - 6.791666507720947, - [ - 0.01750333234667778, - -0.0032712144311517477, - -0.004475925583392382, - 0.9998314380645752 - ] - ], - [ - 6.833333492279053, - [ - -0.019325697794556618, - 0.006449250038713217, - 0.0041379849426448345, - 0.9997838735580444 - ] - ], - [ - 6.875, - [ - -0.05119141563773155, - 0.026663443073630333, - 0.011010216549038887, - 0.9982722401618958 - ] - ], - [ - 6.916666507720947, - [ - -0.07553845643997192, - 0.05059272423386574, - 0.01689118519425392, - 0.995715320110321 - ] - ], - [ - 6.958333492279053, - [ - -0.09043261408805847, - 0.06922370940446854, - 0.021014679223299026, - 0.9932715892791748 - ] - ], - [ - 7.0, - [ - -0.0955311506986618, - 0.07637563347816467, - 0.02255009487271309, - 0.9922358989715576 - ] - ], - [ - 7.041666507720947, - [ - -0.09056047350168228, - 0.06939800828695297, - 0.021052338182926178, - 0.9932469725608826 - ] - ], - [ - 7.083333492279053, - [ - -0.07593322545289993, - 0.05104546248912811, - 0.016994373872876167, - 0.9956605434417725 - ] - ], - [ - 7.125, - [ - -0.051710281521081924, - 0.027094321325421333, - 0.011127501726150513, - 0.9982326030731201 - ] - ], - [ - 7.166666507720947, - [ - -0.019305793568491936, - 0.006440384313464165, - 0.004133779555559158, - 0.9997843503952026 - ] - ], - [ - 7.208333492279053, - [ - 0.019894368946552277, - -0.003652412910014391, - -0.005158752202987671, - 0.9997822046279907 - ] - ], - [ - 7.25, - [ - 0.06967294961214066, - -0.010388411581516266, - -0.02119547687470913, - 0.9972906112670898 - ] - ], - [ - 7.291666507720947, - [ - 0.11126933991909027, - -0.01581175997853279, - -0.03594975173473358, - 0.9930139780044556 - ] - ], - [ - 7.333333492279053, - [ - 0.12780189514160156, - -0.018119776621460915, - -0.041987344622612, - 0.9907448887825012 - ] - ], - [ - 7.375, - [ - 0.1101260706782341, - -0.015656258910894394, - -0.03553515300154686, - 0.9931588172912598 - ] - ], - [ - 7.416666507720947, - [ - 0.06519544124603271, - -0.009819543920457363, - -0.019659042358398438, - 0.9976305365562439 - ] - ], - [ - 7.458333492279053, - [ - 0.0119834765791893, - -0.0023445808328688145, - -0.0029530590400099754, - 0.9999212026596069 - ] - ], - [ - 7.5, - [ - -0.030225014314055443, - 0.012000232934951782, - 0.006443213205784559, - 0.9994503259658813 - ] - ], - [ - 7.541666507720947, - [ - -0.0669894814491272, - 0.04130835086107254, - 0.01472560502588749, - 0.9967894554138184 - ] - ], - [ - 7.583333492279053, - [ - -0.09473592042922974, - 0.07523240894079208, - 0.022305920720100403, - 0.9924049973487854 - ] - ], - [ - 7.625, - [ - -0.11202176660299301, - 0.10265239328145981, - 0.028064830228686333, - 0.9879909753799438 - ] - ], - [ - 7.666666507720947, - [ - -0.12045943737030029, - 0.11838358640670776, - 0.03128683939576149, - 0.9851376414299011 - ] - ], - [ - 7.708333492279053, - [ - -0.12285099178552628, - 0.12322051078081131, - 0.03226152062416077, - 0.9842172265052795 - ] - ], - [ - 7.75, - [ - -0.10058767348527908, - 0.08389517664909363, - 0.02414601482450962, - 0.9910906553268433 - ] - ], - [ - 7.791666507720947, - [ - -6.229541895663715e-07, - 1.8381369670805725e-07, - 1.806740357324088e-07, - 1.0 - ] - ], - [ - 7.833333492279053, - [ - 0.2215024083852768, - -0.03405110538005829, - -0.07710866630077362, - 0.9715099930763245 - ] - ], - [ - 7.875, - [ - 0.3082487881183624, - -0.05446087196469307, - -0.11001400649547577, - 0.9433523416519165 - ] - ], - [ - 7.958333492279053, - [ - 0.3080289363861084, - -0.05440113693475723, - -0.10993076860904694, - 0.9434372782707214 - ] - ], - [ - 8.0, - [ - 0.3075035810470581, - -0.054258573800325394, - -0.10973187536001205, - 0.9436401128768921 - ] - ], - [ - 8.041666984558105, - [ - 0.3064674437046051, - -0.05397811159491539, - -0.10933958739042282, - 0.9440386295318604 - ] - ], - [ - 8.083333015441895, - [ - 0.3047221601009369, - -0.053507860749959946, - -0.10867879539728165, - 0.9447064399719238 - ] - ], - [ - 8.125, - [ - 0.280062198638916, - -0.047146979719400406, - -0.09933312982320786, - 0.9536641240119934 - ] - ], - [ - 8.166666984558105, - [ - 0.19863882660865784, - -0.029643813148140907, - -0.06845346838235855, - 0.9772297739982605 - ] - ], - [ - 8.208333015441895, - [ - 0.07062963396310806, - -0.010509970597922802, - -0.02152535691857338, - 0.9972149729728699 - ] - ], - [ - 8.25, - [ - -0.026166949421167374, - 0.009770294651389122, - 0.00558331748470664, - 0.9995942711830139 - ] - ], - [ - 8.291666984558105, - [ - -0.0858650654554367, - 0.06316275149583817, - 0.01969640888273716, - 0.9941074848175049 - ] - ], - [ - 8.333333015441895, - [ - -0.1178382933139801, - 0.11329200863838196, - 0.030251553282141685, - 0.9860852360725403 - ] - ], - [ - 8.375, - [ - -0.12765543162822723, - 0.13367152214050293, - 0.03431952744722366, - 0.9821701645851135 - ] - ], - [ - 8.416666984558105, - [ - -0.12847188115119934, - 0.13560889661312103, - 0.03468577563762665, - 0.9817851781845093 - ] - ], - [ - 8.458333015441895, - [ - -0.1258227527141571, - 0.1295413374900818, - 0.03351706266403198, - 0.9829875230789185 - ] - ], - [ - 8.5, - [ - -0.09892291575670242, - 0.08137081563472748, - 0.023612096905708313, - 0.9914814829826355 - ] - ], - [ - 8.541666984558105, - [ - -0.03283766657114029, - 0.0135390879586339, - 0.006999134551733732, - 0.9993445873260498 - ] - ], - [ - 8.583333015441895, - [ - 0.05808424949645996, - -0.00891322921961546, - -0.017246782779693604, - 0.9981229901313782 - ] - ], - [ - 8.625, - [ - 0.1164906695485115, - -0.01652834750711918, - -0.037848275154829025, - 0.9923327565193176 - ] - ], - [ - 8.666666984558105, - [ - -0.005773469805717468, - 0.0014768709661439061, - 0.001253501744940877, - 0.9999814629554749 - ] - ], - [ - 8.708333015441895, - [ - -0.11227473616600037, - 0.10309825837612152, - 0.028157008811831474, - 0.9879131317138672 - ] - ], - [ - 8.75, - [ - -0.12847188115119934, - 0.13560889661312103, - 0.03468577563762665, - 0.9817851781845093 - ] - ], - [ - 8.791666984558105, - [ - -0.12576963007450104, - 0.12942472100257874, - 0.03349414840340614, - 0.9830103516578674 - ] - ], - [ - 8.833333015441895, - [ - -0.09834153205156326, - 0.08050056546926498, - 0.02342763915657997, - 0.9916146993637085 - ] - ], - [ - 8.875, - [ - -0.03103506565093994, - 0.012468681670725346, - 0.006615347694605589, - 0.9994186162948608 - ] - ], - [ - 8.916666984558105, - [ - 0.06277414411306381, - -0.009511595591902733, - -0.018833640962839127, - 0.9978047013282776 - ] - ], - [ - 8.958333015441895, - [ - 0.12244571000337601, - -0.017359228804707527, - -0.04002315178513527, - 0.9915159344673157 - ] - ], - [ - 9.0, - [ - 0.11896879225969315, - -0.016872292384505272, - -0.03875213488936424, - 0.991998016834259 - ] - ], - [ - 9.041666984558105, - [ - 0.10950061678886414, - -0.015571394003927708, - -0.035308513790369034, - 0.9932373762130737 - ] - ], - [ - 9.083333015441895, - [ - 0.09558079391717911, - -0.01371715310961008, - -0.030299190431833267, - 0.994865894317627 - ] - ], - [ - 9.125, - [ - 0.0788678303360939, - -0.011558578349649906, - -0.024388017132878304, - 0.9965196847915649 - ] - ], - [ - 9.166666984558105, - [ - 0.06107965484261513, - -0.00929571408778429, - -0.018258465453982353, - 0.9979225993156433 - ] - ], - [ - 9.208333015441895, - [ - 0.04385632276535034, - -0.007065764628350735, - -0.012542960233986378, - 0.9989342093467712 - ] - ], - [ - 9.25, - [ - 0.02857975848019123, - -0.004959740210324526, - -0.0077348314225673676, - 0.999549388885498 - ] - ], - [ - 9.291666984558105, - [ - 0.016219576820731163, - -0.003061888739466667, - -0.0041147624142467976, - 0.9998553991317749 - ] - ], - [ - 9.333333015441895, - [ - 0.007271493785083294, - -0.0014885920099914074, - -0.0017240156885236502, - 0.9999709725379944 - ] - ], - [ - 9.375, - [ - 0.0018549220403656363, - -0.00040367417386732996, - -0.0004157725488767028, - 0.9999982118606567 - ] - ], - [ - 9.416666984558105, - [ - 4.843856503508777e-14, - -1.127621335471644e-14, - -1.01364932547361e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.0007913750596344471, - -0.00017454667249694467, - -0.0001750856899889186, - 0.9999996423721313 - ] - ], - [ - 9.5, - [ - 0.0030836567748337984, - -0.0006611708085983992, - -0.0007010268163867295, - 0.9999948740005493 - ] - ], - [ - 9.541666984558105, - [ - 0.006811588071286678, - -0.0014011223101988435, - -0.001608187216334045, - 0.9999745488166809 - ] - ], - [ - 9.583333015441895, - [ - 0.011935558170080185, - -0.0023362182546406984, - -0.0029402035288512707, - 0.9999217391014099 - ] - ], - [ - 9.625, - [ - 0.018389448523521423, - -0.00341374846175313, - -0.004727485589683056, - 0.9998139142990112 - ] - ], - [ - 9.666666984558105, - [ - 0.026043318212032318, - -0.004588783252984285, - -0.00696848938241601, - 0.999626100063324 - ] - ], - [ - 9.708333015441895, - [ - 0.034683823585510254, - -0.005823859013617039, - -0.009619617834687233, - 0.9993351697921753 - ] - ], - [ - 9.75, - [ - 0.04401061311364174, - -0.007086216472089291, - -0.012592948041856289, - 0.99892657995224 - ] - ], - [ - 9.833333015441895, - [ - 0.06313924491405487, - -0.009558025747537613, - -0.018957870081067085, - 0.9977788925170898 - ] - ], - [ - 9.875, - [ - 0.0720149427652359, - -0.010685971938073635, - -0.022004058584570885, - 0.9971035718917847 - ] - ], - [ - 9.916666984558105, - [ - 0.07976716011762619, - -0.011673444882035255, - -0.02470274828374386, - 0.9964390397071838 - ] - ], - [ - 9.958333015441895, - [ - 0.08589255809783936, - -0.012459044344723225, - -0.026857076212763786, - 0.9958645105361938 - ] - ], - [ - 10.0, - [ - 0.08990301191806793, - -0.012977181933820248, - -0.02827705815434456, - 0.9954644441604614 - ] - ], - [ - 10.041666984558105, - [ - 0.09133652597665787, - -0.013163252733647823, - -0.02878633886575699, - 0.9953169822692871 - ] - ], - [ - 11.375, - [ - 0.09133652597665787, - -0.013163252733647823, - -0.02878633886575699, - 0.9953169822692871 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715935834_1490721.json b/lenses/physics-objects/Scene/assets/1645812715935834_1490721.json deleted file mode 100644 index 2d8d63af..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715935834_1490721.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715935834:1490721", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715936006_1490728.json b/lenses/physics-objects/Scene/assets/1645812715936006_1490728.json deleted file mode 100644 index 0d4ca038..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715936006_1490728.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715936006:1490728", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715937747_1490741.json b/lenses/physics-objects/Scene/assets/1645812715937747_1490741.json deleted file mode 100644 index bba42000..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715937747_1490741.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715937747:1490741", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.7549200057983398, - -0.24401000142097473, - 0.7857440114021301 - ] - ], - [ - 11.375, - [ - -0.7549200057983398, - -0.24401000142097473, - 0.7857440114021301 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715937946_1490748.json b/lenses/physics-objects/Scene/assets/1645812715937946_1490748.json deleted file mode 100644 index c3cb9905..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715937946_1490748.json +++ /dev/null @@ -1,2089 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715937946:1490748", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.06329184025526047, - -0.017222722992300987, - 0.13270805776119232, - 0.9889823794364929 - ] - ], - [ - 0.0416666679084301, - [ - 0.06329184025526047, - -0.017222722992300987, - 0.13270805776119232, - 0.9889823794364929 - ] - ], - [ - 0.0833333358168602, - [ - 0.08397930860519409, - -0.02317168191075325, - 0.17308227717876434, - 0.9810469150543213 - ] - ], - [ - 0.125, - [ - 0.1083575114607811, - -0.02895130217075348, - 0.21900945901870728, - 0.9692551493644714 - ] - ], - [ - 0.1666666716337204, - [ - 0.12876933813095093, - -0.03263125941157341, - 0.25623181462287903, - 0.9574439525604248 - ] - ], - [ - 0.2083333283662796, - [ - 0.13723808526992798, - -0.033833764493465424, - 0.27137207984924316, - 0.9520390629768372 - ] - ], - [ - 0.25, - [ - 0.1281401515007019, - -0.03253425285220146, - 0.2551000714302063, - 0.9578338265419006 - ] - ], - [ - 0.2916666567325592, - [ - 0.10370127856731415, - -0.027960507199168205, - 0.21036620438098907, - 0.9717048406600952 - ] - ], - [ - 0.3333333432674408, - [ - 0.06963702291250229, - -0.01913575641810894, - 0.14523714780807495, - 0.986757755279541 - ] - ], - [ - 0.375, - [ - 0.03388417884707451, - -0.00778444716706872, - 0.07282456755638123, - 0.996738612651825 - ] - ], - [ - 0.4166666567325592, - [ - 0.004506723023951054, - -0.00026622627046890557, - 0.00989494752138853, - 0.9999408721923828 - ] - ], - [ - 0.4583333432674408, - [ - -0.016884641721844673, - -0.0014232461107894778, - -0.03728467598557472, - 0.9991610050201416 - ] - ], - [ - 0.5, - [ - -0.03569907695055008, - -0.005858428776264191, - -0.07855242490768433, - 0.9962533712387085 - ] - ], - [ - 0.5416666865348816, - [ - -0.050639718770980835, - -0.010991520248353481, - -0.11061391979455948, - 0.9925116300582886 - ] - ], - [ - 0.5833333134651184, - [ - -0.06038250774145126, - -0.014917943626642227, - -0.13104204833507538, - 0.9894237518310547 - ] - ], - [ - 0.625, - [ - -0.0638696625828743, - -0.016415107995271683, - -0.13824976980686188, - 0.9881994724273682 - ] - ], - [ - 0.6666666865348816, - [ - -0.06101790443062782, - -0.015187379904091358, - -0.1323596090078354, - 0.9892053008079529 - ] - ], - [ - 0.7083333134651184, - [ - -0.053004179149866104, - -0.011907137930393219, - -0.11560940742492676, - 0.9918081760406494 - ] - ], - [ - 0.75, - [ - -0.040595654398202896, - -0.007406127639114857, - -0.08914721757173538, - 0.9951633810997009 - ] - ], - [ - 0.7916666865348816, - [ - -0.024718819186091423, - -0.002950443420559168, - -0.054551247507333755, - 0.9982007145881653 - ] - ], - [ - 0.8333333134651184, - [ - -0.006480807438492775, - -0.00021849833137821406, - -0.014291561208665371, - 0.999876856803894 - ] - ], - [ - 0.875, - [ - 0.014956631697714329, - -0.0022245896980166435, - 0.03262149542570114, - 0.9993534088134766 - ] - ], - [ - 0.9166666865348816, - [ - 0.043807148933410645, - -0.011009454727172852, - 0.09337615966796875, - 0.9946057796478271 - ] - ], - [ - 0.9583333134651184, - [ - 0.07573801279067993, - -0.020904645323753357, - 0.15716086328029633, - 0.9844425916671753 - ] - ], - [ - 1.0, - [ - 0.10460767894983292, - -0.028157686814665794, - 0.2120533287525177, - 0.9712351560592651 - ] - ], - [ - 1.0416666269302368, - [ - 0.1248120665550232, - -0.03200357034802437, - 0.24909763038158417, - 0.9598687887191772 - ] - ], - [ - 1.0833333730697632, - [ - 0.1322578638792038, - -0.03314992040395737, - 0.26248928904533386, - 0.9552531242370605 - ] - ], - [ - 1.125, - [ - 0.12916599214076996, - -0.032691873610019684, - 0.25694477558135986, - 0.957197368144989 - ] - ], - [ - 1.1666666269302368, - [ - 0.12048552185297012, - -0.03126977011561394, - 0.24125336110591888, - 0.9624459743499756 - ] - ], - [ - 1.2083333730697632, - [ - 0.10719332098960876, - -0.02870873734354973, - 0.21685385704040527, - 0.9698762893676758 - ] - ], - [ - 1.25, - [ - 0.09045775979757309, - -0.024847308173775673, - 0.1854536235332489, - 0.9781652092933655 - ] - ], - [ - 1.2916666269302368, - [ - 0.07167038321495056, - -0.019733382388949394, - 0.14922435581684113, - 0.9860051870346069 - ] - ], - [ - 1.3333333730697632, - [ - 0.05235844478011131, - -0.01378265954554081, - 0.11080119013786316, - 0.9923667311668396 - ] - ], - [ - 1.375, - [ - 0.03399882838129997, - -0.007821296341717243, - 0.07306408137083054, - 0.9967169761657715 - ] - ], - [ - 1.4166666269302368, - [ - 0.017810145393013954, - -0.0029550897888839245, - 0.03876524791121483, - 0.9990852475166321 - ] - ], - [ - 1.4583333730697632, - [ - 0.004610620439052582, - -0.00027777598006650805, - 0.010122491046786308, - 0.9999381899833679 - ] - ], - [ - 1.5, - [ - -0.00562431663274765, - -0.00016509259876329452, - -0.012399986386299133, - 0.9999073147773743 - ] - ], - [ - 1.5416666269302368, - [ - -0.014526800252497196, - -0.001063736155629158, - -0.03207539767026901, - 0.9993793368339539 - ] - ], - [ - 1.5833333730697632, - [ - -0.022009078413248062, - -0.002366588218137622, - -0.048588551580905914, - 0.9985736608505249 - ] - ], - [ - 1.625, - [ - -0.027751239016652107, - -0.0036695159506052732, - -0.061208005994558334, - 0.9977325201034546 - ] - ], - [ - 1.6666666269302368, - [ - -0.03143547847867012, - -0.0046315984800457954, - -0.06926842033863068, - 0.9970918893814087 - ] - ], - [ - 1.7083333730697632, - [ - -0.03273852542042732, - -0.004994016140699387, - -0.07211112976074219, - 0.9968467354774475 - ] - ], - [ - 1.75, - [ - -0.02661140449345112, - -0.003391301492229104, - -0.05870801955461502, - 0.9979146718978882 - ] - ], - [ - 1.7916666269302368, - [ - -0.011733937077224255, - -0.0007018574397079647, - -0.02590183913707733, - 0.9995954036712646 - ] - ], - [ - 1.8333333730697632, - [ - 0.007021344732493162, - -0.0006006707553751767, - 0.01539399940520525, - 0.9998567700386047 - ] - ], - [ - 1.875, - [ - 0.02783256024122238, - -0.00587112782523036, - 0.06011306494474411, - 0.9977862238883972 - ] - ], - [ - 1.9166666269302368, - [ - 0.038184892386198044, - -0.00917598232626915, - 0.08177612721920013, - 0.9958767890930176 - ] - ], - [ - 1.9583333730697632, - [ - 0.02244405820965767, - -0.004249049816280603, - 0.048680853098630905, - 0.9985531568527222 - ] - ], - [ - 2.0, - [ - -0.006840941030532122, - -0.00024312653113156557, - -0.01508709229528904, - 0.9998628497123718 - ] - ], - [ - 2.0416667461395264, - [ - -0.03826506435871124, - -0.0066517717204988, - -0.08411411941051483, - 0.9956989288330078 - ] - ], - [ - 2.0833332538604736, - [ - -0.06738197803497314, - -0.017966948449611664, - -0.14545118808746338, - 0.9869046807289124 - ] - ], - [ - 2.125, - [ - -0.08679768443107605, - -0.0272348802536726, - -0.18414433300495148, - 0.9786803722381592 - ] - ], - [ - 2.1666667461395264, - [ - -0.09344480186700821, - -0.030649971216917038, - -0.19693568348884583, - 0.9754716753959656 - ] - ], - [ - 2.2083332538604736, - [ - -0.0903286561369896, - -0.029033925384283066, - -0.19096903502941132, - 0.976999819278717 - ] - ], - [ - 2.25, - [ - -0.0810430720448494, - -0.02437531389296055, - -0.17287904024124146, - 0.9813005328178406 - ] - ], - [ - 2.2916667461395264, - [ - -0.06559417396783829, - -0.017171714454889297, - -0.14179301261901855, - 0.9875714182853699 - ] - ], - [ - 2.3333332538604736, - [ - -0.04493672773241997, - -0.008892039768397808, - -0.09847193211317062, - 0.9940849542617798 - ] - ], - [ - 2.375, - [ - -0.02111969329416752, - -0.0021874867379665375, - -0.046628985553979874, - 0.9986866116523743 - ] - ], - [ - 2.4166667461395264, - [ - 0.003664101008325815, - -0.00018055405234917998, - 0.00804850086569786, - 0.9999608993530273 - ] - ], - [ - 2.4583332538604736, - [ - 0.03467719629406929, - -0.008039665408432484, - 0.07448027282953262, - 0.9965870380401611 - ] - ], - [ - 2.5, - [ - 0.06764169037342072, - -0.018541812896728516, - 0.14131143689155579, - 0.9874775409698486 - ] - ], - [ - 2.5416667461395264, - [ - 0.09150425344705582, - -0.02510880120098591, - 0.18744038045406342, - 0.9776822924613953 - ] - ], - [ - 2.5833332538604736, - [ - 0.10566000640392303, - -0.028384018689393997, - 0.21400929987430573, - 0.970685601234436 - ] - ], - [ - 2.625, - [ - 0.11600977927446365, - -0.030458753928542137, - 0.23308880627155304, - 0.9650304913520813 - ] - ], - [ - 2.6666667461395264, - [ - 0.1230115219950676, - -0.03170422092080116, - 0.24583882093429565, - 0.9609507322311401 - ] - ], - [ - 2.7083332538604736, - [ - 0.12727448344230652, - -0.03239905461668968, - 0.25354138016700745, - 0.9583675265312195 - ] - ], - [ - 2.75, - [ - 0.12946659326553345, - -0.032737527042627335, - 0.2574848532676697, - 0.95701003074646 - ] - ], - [ - 2.7916667461395264, - [ - 0.13027457892894745, - -0.03285904601216316, - 0.2589353919029236, - 0.9565047025680542 - ] - ], - [ - 2.8333332538604736, - [ - 0.13039003312587738, - -0.03287626802921295, - 0.25914254784584045, - 0.9564324021339417 - ] - ], - [ - 2.875, - [ - 0.12629777193069458, - -0.03224412351846695, - 0.25178056955337524, - 0.958966076374054 - ] - ], - [ - 2.9166667461395264, - [ - 0.11578685790300369, - -0.03041698969900608, - 0.23268084228038788, - 0.9651569128036499 - ] - ], - [ - 2.9583332538604736, - [ - 0.10160496830940247, - -0.027496539056301117, - 0.20645558834075928, - 0.9727777242660522 - ] - ], - [ - 3.0, - [ - 0.0865594893693924, - -0.02385062538087368, - 0.17802435159683228, - 0.9799214005470276 - ] - ], - [ - 3.0416667461395264, - [ - 0.07326771318912506, - -0.02019725739955902, - 0.15234723687171936, - 0.9854005575180054 - ] - ], - [ - 3.0833332538604736, - [ - 0.06393152475357056, - -0.017418699339032173, - 0.13397717475891113, - 0.9887667298316956 - ] - ], - [ - 3.125, - [ - 0.06040913984179497, - -0.016331566497683525, - 0.12697169184684753, - 0.9899305105209351 - ] - ], - [ - 3.1666667461395264, - [ - 0.08628768473863602, - -0.023779820650815964, - 0.17750467360019684, - 0.9800414443016052 - ] - ], - [ - 3.2083332538604736, - [ - 0.14862534403800964, - -0.03514552116394043, - 0.2914660573005676, - 0.9443109035491943 - ] - ], - [ - 3.25, - [ - 0.20770147442817688, - -0.03623112291097641, - 0.39130374789237976, - 0.8957840204238892 - ] - ], - [ - 3.2916667461395264, - [ - 0.22967937588691711, - -0.03415190801024437, - 0.42672407627105713, - 0.8740639686584473 - ] - ], - [ - 3.5416667461395264, - [ - 0.22967937588691711, - -0.03415190801024437, - 0.42672407627105713, - 0.8740639686584473 - ] - ], - [ - 3.5833332538604736, - [ - 0.22763045132160187, - -0.03440314158797264, - 0.42345935106277466, - 0.8761752247810364 - ] - ], - [ - 3.625, - [ - 0.22116497159004211, - -0.03511853888630867, - 0.4131071865558624, - 0.8827204704284668 - ] - ], - [ - 3.6666667461395264, - [ - 0.2094360589981079, - -0.03611631691455841, - 0.3941316306591034, - 0.8941434025764465 - ] - ], - [ - 3.7083332538604736, - [ - 0.19131475687026978, - -0.03690005838871002, - 0.3643079400062561, - 0.9106684327125549 - ] - ], - [ - 3.75, - [ - 0.1658324897289276, - -0.036456845700740814, - 0.3212832808494568, - 0.9316370487213135 - ] - ], - [ - 3.7916667461395264, - [ - 0.13286559283733368, - -0.03323693946003914, - 0.2635763883590698, - 0.954866349697113 - ] - ], - [ - 3.8333332538604736, - [ - 0.09396573901176453, - -0.025713544338941574, - 0.19210106134414673, - 0.976527750492096 - ] - ], - [ - 3.875, - [ - 0.0465235710144043, - -0.011894755065441132, - 0.09893974661827087, - 0.9939342141151428 - ] - ], - [ - 3.9166667461395264, - [ - 0.0015035110991448164, - -3.257913704146631e-05, - 0.003306120866909623, - 0.9999935030937195 - ] - ], - [ - 3.9583332538604736, - [ - -0.033528007566928864, - -0.005219034850597382, - -0.0738312378525734, - 0.9966934323310852 - ] - ], - [ - 4.0, - [ - -0.06675883382558823, - -0.017688537016510963, - -0.1441778838634491, - 0.9871388673782349 - ] - ], - [ - 4.041666507720947, - [ - -0.09261023253202438, - -0.030214522033929825, - -0.19534292817115784, - 0.9758850336074829 - ] - ], - [ - 4.083333492279053, - [ - -0.10710613429546356, - -0.038098081946372986, - -0.2224442958831787, - 0.9682950973510742 - ] - ], - [ - 4.125, - [ - -0.11170774698257446, - -0.040816646069288254, - -0.23077413439750671, - 0.9657115936279297 - ] - ], - [ - 4.166666507720947, - [ - -0.11209223419427872, - -0.04105718806385994, - -0.23146189749240875, - 0.9654921293258667 - ] - ], - [ - 4.208333492279053, - [ - -0.07947088778018951, - -0.02361013926565647, - -0.1697709560394287, - 0.9819902181625366 - ] - ], - [ - 4.25, - [ - 0.08212148398160934, - -0.022673530504107475, - 0.1695113182067871, - 0.9818390607833862 - ] - ], - [ - 4.291666507720947, - [ - 0.2348690778017044, - -0.0334627591073513, - 0.4349590837955475, - 0.868635356426239 - ] - ], - [ - 4.333333492279053, - [ - 0.23460309207439423, - -0.033499911427497864, - 0.43453824520111084, - 0.868916392326355 - ] - ], - [ - 4.375, - [ - 0.23386847972869873, - -0.033601511269807816, - 0.43337517976760864, - 0.8696911334991455 - ] - ], - [ - 4.416666507720947, - [ - 0.23275624215602875, - -0.0337524451315403, - 0.43161237239837646, - 0.8708593845367432 - ] - ], - [ - 4.458333492279053, - [ - 0.23135749995708466, - -0.03393734246492386, - 0.4293923079967499, - 0.8723213076591492 - ] - ], - [ - 4.625, - [ - 0.22492820024490356, - -0.034716445952653885, - 0.419141948223114, - 0.8789323568344116 - ] - ], - [ - 4.666666507720947, - [ - 0.22369001805782318, - -0.034853145480155945, - 0.41715919971466064, - 0.8801853656768799 - ] - ], - [ - 4.708333492279053, - [ - 0.2228526473045349, - -0.03494314104318619, - 0.4158167839050293, - 0.8810290098190308 - ] - ], - [ - 4.75, - [ - 0.2225455641746521, - -0.034975651651620865, - 0.4153240919113159, - 0.8813376426696777 - ] - ], - [ - 4.791666507720947, - [ - 0.22298561036586761, - -0.03492898494005203, - 0.41602998971939087, - 0.8808952569961548 - ] - ], - [ - 4.875, - [ - 0.22515751421451569, - -0.03469066321849823, - 0.4195088744163513, - 0.8786997199058533 - ] - ], - [ - 4.916666507720947, - [ - 0.22601284086704254, - -0.03459315747022629, - 0.42087650299072266, - 0.8778294324874878 - ] - ], - [ - 4.958333492279053, - [ - 0.2261546403169632, - -0.03457679972052574, - 0.4211031198501587, - 0.8776848316192627 - ] - ], - [ - 5.0, - [ - 0.22515751421451569, - -0.03469066321849823, - 0.4195088744163513, - 0.8786997199058533 - ] - ], - [ - 5.041666507720947, - [ - 0.2225455790758133, - -0.03497564047574997, - 0.4153241217136383, - 0.8813376426696777 - ] - ], - [ - 5.083333492279053, - [ - 0.21634472906589508, - -0.035575397312641144, - 0.40533944964408875, - 0.8874847888946533 - ] - ], - [ - 5.125, - [ - 0.20520368218421936, - -0.036381591111421585, - 0.38722163438796997, - 0.8981242775917053 - ] - ], - [ - 5.166666507720947, - [ - 0.18963979184627533, - -0.03692624345421791, - 0.36151960492134094, - 0.9121276140213013 - ] - ], - [ - 5.208333492279053, - [ - 0.17064571380615234, - -0.03667812421917915, - 0.32951095700263977, - 0.9278778433799744 - ] - ], - [ - 5.25, - [ - 0.14979420602321625, - -0.03526023030281067, - 0.2935119867324829, - 0.9434877634048462 - ] - ], - [ - 5.291666507720947, - [ - 0.12904153764247894, - -0.03267290070652962, - 0.2567211389541626, - 0.9572747945785522 - ] - ], - [ - 5.333333492279053, - [ - 0.1103731095790863, - -0.029363032430410385, - 0.22273291647434235, - 0.9681661128997803 - ] - ], - [ - 5.375, - [ - 0.09549655765295029, - -0.026082299649715424, - 0.19499076902866364, - 0.9757964611053467 - ] - ], - [ - 5.416666507720947, - [ - 0.08574532717466354, - -0.02363801933825016, - 0.17646706104278564, - 0.9802797436714172 - ] - ], - [ - 5.458333492279053, - [ - 0.08223877847194672, - -0.022705206647515297, - 0.1697370857000351, - 0.9817894697189331 - ] - ], - [ - 5.541666507720947, - [ - 0.0937153622508049, - -0.025652697309851646, - 0.19162778556346893, - 0.976646363735199 - ] - ], - [ - 5.583333492279053, - [ - 0.08223863691091537, - -0.02270517311990261, - 0.1697368323802948, - 0.9817895293235779 - ] - ], - [ - 5.625, - [ - 0.014899037778377533, - -0.0022104803938418627, - 0.03249720111489296, - 0.9993583559989929 - ] - ], - [ - 5.666666507720947, - [ - -0.04455298185348511, - -0.008756657131016254, - -0.09765038639307022, - 0.9941844940185547 - ] - ], - [ - 5.708333492279053, - [ - -0.0712747648358345, - -0.019735043868422508, - -0.15336260199546814, - 0.9853985905647278 - ] - ], - [ - 5.75, - [ - -0.06102653592824936, - -0.015191048383712769, - -0.132377490401268, - 0.9892023205757141 - ] - ], - [ - 5.791666507720947, - [ - -0.03334268927574158, - -0.00516583863645792, - -0.07342762500047684, - 0.9967297315597534 - ] - ], - [ - 5.833333492279053, - [ - 0.005620996002107859, - -0.0004006731032859534, - 0.012333820573985577, - 0.9999081492424011 - ] - ], - [ - 5.875, - [ - 0.06860576570034027, - -0.018829694017767906, - 0.1432098150253296, - 0.9871320128440857 - ] - ], - [ - 5.916666507720947, - [ - 0.13426411151885986, - -0.033433422446250916, - 0.2660747468471527, - 0.9539704322814941 - ] - ], - [ - 5.958333492279053, - [ - 0.16143715381622314, - -0.03619907796382904, - 0.3137274980545044, - 0.9349882006645203 - ] - ], - [ - 6.0, - [ - 0.16133344173431396, - -0.03619234636425972, - 0.3135487139225006, - 0.9350662231445313 - ] - ], - [ - 6.041666507720947, - [ - 0.1609741598367691, - -0.03616882860660553, - 0.3129292130470276, - 0.9353366494178772 - ] - ], - [ - 6.083333492279053, - [ - 0.16028666496276855, - -0.03612282872200012, - 0.31174299120903015, - 0.9358523488044739 - ] - ], - [ - 6.125, - [ - 0.15919768810272217, - -0.036047324538230896, - 0.309861958026886, - 0.9366654753684998 - ] - ], - [ - 6.166666507720947, - [ - 0.1576329469680786, - -0.03593314439058304, - 0.30715465545654297, - 0.937825620174408 - ] - ], - [ - 6.208333492279053, - [ - 0.15551690757274628, - -0.0357680469751358, - 0.30348512530326843, - 0.9393784403800964 - ] - ], - [ - 6.25, - [ - 0.15277297794818878, - -0.035535722970962524, - 0.29871219396591187, - 0.9413654208183289 - ] - ], - [ - 6.291666507720947, - [ - 0.14932355284690857, - -0.03521448001265526, - 0.2926885485649109, - 0.9438199400901794 - ] - ], - [ - 6.333333492279053, - [ - 0.1450909972190857, - -0.03477603942155838, - 0.2852610647678375, - 0.9467657208442688 - ] - ], - [ - 6.375, - [ - 0.13999949395656586, - -0.03418412804603577, - 0.2762722671031952, - 0.9502132534980774 - ] - ], - [ - 6.416666507720947, - [ - 0.1339772790670395, - -0.033393554389476776, - 0.2655627429485321, - 0.954154908657074 - ] - ], - [ - 6.458333492279053, - [ - 0.1269608736038208, - -0.032349593937397, - 0.25297629833221436, - 0.9585601091384888 - ] - ], - [ - 6.5, - [ - 0.1189010962843895, - -0.030988678336143494, - 0.2383689284324646, - 0.9633705019950867 - ] - ], - [ - 6.541666507720947, - [ - 0.10976982116699219, - -0.02924089878797531, - 0.22161957621574402, - 0.9684938192367554 - ] - ], - [ - 6.583333492279053, - [ - 0.09956992417573929, - -0.02703562192618847, - 0.2026475965976715, - 0.9738012552261353 - ] - ], - [ - 6.625, - [ - 0.088346466422081, - -0.02431190013885498, - 0.1814355105161667, - 0.9791246056556702 - ] - ], - [ - 6.666666507720947, - [ - 0.07619854807853699, - -0.021035129204392433, - 0.1580561101436615, - 0.9842609167098999 - ] - ], - [ - 6.708333492279053, - [ - 0.0632917732000351, - -0.017222702503204346, - 0.13270792365074158, - 0.9889823794364929 - ] - ], - [ - 6.75, - [ - 0.0414607860147953, - -0.01024368591606617, - 0.08854906260967255, - 0.995155930519104 - ] - ], - [ - 6.791666507720947, - [ - 0.01185336522758007, - -0.0015063445316627622, - 0.02590845339000225, - 0.9995929002761841 - ] - ], - [ - 6.833333492279053, - [ - -0.013478306122124195, - -0.0009195968741551042, - -0.02975798025727272, - 0.999465823173523 - ] - ], - [ - 6.875, - [ - -0.03731215000152588, - -0.006352505646646023, - -0.08205109089612961, - 0.9959091544151306 - ] - ], - [ - 6.916666507720947, - [ - -0.057476285845041275, - -0.013705507852137089, - -0.12499227374792099, - 0.9903966784477234 - ] - ], - [ - 6.958333492279053, - [ - -0.07097820937633514, - -0.019598640501499176, - -0.1527625322341919, - 0.9855158925056458 - ] - ], - [ - 7.0, - [ - -0.0758553147315979, - -0.021876167505979538, - -0.16257494688034058, - 0.9835329055786133 - ] - ], - [ - 7.041666507720947, - [ - -0.07109880447387695, - -0.01965407468378544, - -0.15300659835338593, - 0.9854682683944702 - ] - ], - [ - 7.083333492279053, - [ - -0.05782128870487213, - -0.013847694732248783, - -0.12571245431900024, - 0.9902835488319397 - ] - ], - [ - 7.125, - [ - -0.03772151097655296, - -0.006480403244495392, - -0.08293770253658295, - 0.9958195686340332 - ] - ], - [ - 7.166666507720947, - [ - -0.013464105315506458, - -0.0009177118190564215, - -0.029726585373282433, - 0.9994669556617737 - ] - ], - [ - 7.208333492279053, - [ - 0.013468597084283829, - -0.0018690754659473896, - 0.029406573623418808, - 0.9994750618934631 - ] - ], - [ - 7.25, - [ - 0.04776890203356743, - -0.0122996149584651, - 0.10148146748542786, - 0.9936138987541199 - ] - ], - [ - 7.291666507720947, - [ - 0.0779414102435112, - -0.02152501605451107, - 0.16143819689750671, - 0.9835646748542786 - ] - ], - [ - 7.333333492279053, - [ - 0.0903615802526474, - -0.02482314221560955, - 0.18527084589004517, - 0.9782092571258545 - ] - ], - [ - 7.375, - [ - 0.07709154486656189, - -0.02128692902624607, - 0.15979018807411194, - 0.9839059114456177 - ] - ], - [ - 7.416666507720947, - [ - 0.044610701501369476, - -0.011271562427282333, - 0.0950247198343277, - 0.994411051273346 - ] - ], - [ - 7.458333492279053, - [ - 0.00812595896422863, - -0.0007803417393006384, - 0.017803935334086418, - 0.9998081922531128 - ] - ], - [ - 7.5, - [ - -0.021369706839323044, - -0.0022371967788785696, - -0.04717995226383209, - 0.998655378818512 - ] - ], - [ - 7.541666507720947, - [ - -0.050157058984041214, - -0.010807758197188377, - -0.10959134250879288, - 0.9926515817642212 - ] - ], - [ - 7.583333492279053, - [ - -0.07508508116006851, - -0.02151171676814556, - -0.1610332578420639, - 0.9838535189628601 - ] - ], - [ - 7.625, - [ - -0.09275080263614655, - -0.030287722125649452, - -0.19561144709587097, - 0.9758155941963196 - ] - ], - [ - 7.666666507720947, - [ - -0.10224432498216629, - -0.035369157791137695, - -0.21349146962165833, - 0.9709360003471375 - ] - ], - [ - 7.708333492279053, - [ - -0.10507617890834808, - -0.03694558143615723, - -0.21872387826442719, - 0.9694090485572815 - ] - ], - [ - 7.75, - [ - -0.08084093779325485, - -0.02427651360630989, - -0.17248018085956573, - 0.9813898205757141 - ] - ], - [ - 7.791666507720947, - [ - -4.2424042590027966e-07, - -8.316759282124553e-13, - -9.26727693695284e-07, - 1.0 - ] - ], - [ - 7.833333492279053, - [ - 0.16510184109210968, - -0.03641762584447861, - 0.3200300633907318, - 0.9321995973587036 - ] - ], - [ - 7.875, - [ - 0.23961390554904938, - -0.032766614109277725, - 0.4424452483654022, - 0.8635703325271606 - ] - ], - [ - 7.958333492279053, - [ - 0.23942039906978607, - -0.03279624879360199, - 0.44214075803756714, - 0.8637789487838745 - ] - ], - [ - 8.0, - [ - 0.2389579713344574, - -0.032866597175598145, - 0.4414127767086029, - 0.8642763495445251 - ] - ], - [ - 8.041666984558105, - [ - 0.23804640769958496, - -0.0330035462975502, - 0.43997666239738464, - 0.8652544021606445 - ] - ], - [ - 8.083333015441895, - [ - 0.2365119755268097, - -0.03322882950305939, - 0.43755578994750977, - 0.8668926358222961 - ] - ], - [ - 8.125, - [ - 0.2149708867073059, - -0.03569363057613373, - 0.40311774611473083, - 0.8888248205184937 - ] - ], - [ - 8.166666984558105, - [ - 0.1462300717830658, - -0.03489881753921509, - 0.2872639298439026, - 0.9459800720214844 - ] - ], - [ - 8.208333015441895, - [ - 0.04844585806131363, - -0.012519290670752525, - 0.10286082327365875, - 0.9934363961219788 - ] - ], - [ - 8.25, - [ - -0.018403656780719757, - -0.0016801967285573483, - -0.04063846170902252, - 0.999002993106842 - ] - ], - [ - 8.291666984558105, - [ - -0.06672593206167221, - -0.01767384260892868, - -0.14411062002182007, - 0.9871511459350586 - ] - ], - [ - 8.333333015441895, - [ - -0.09921840578317642, - -0.03371836617588997, - -0.20784814655780792, - 0.9725317358970642 - ] - ], - [ - 8.375, - [ - -0.11102756857872009, - -0.04040047526359558, - -0.22955329716205597, - 0.966098427772522 - ] - ], - [ - 8.416666984558105, - [ - -0.11209223419427872, - -0.04105718806385994, - -0.23146189749240875, - 0.9654921293258667 - ] - ], - [ - 8.458333015441895, - [ - -0.10870759934186935, - -0.0390237458050251, - -0.22536064684391022, - 0.9674049615859985 - ] - ], - [ - 8.5, - [ - -0.07918225228786469, - -0.023470109328627586, - -0.16919904947280884, - 0.9821156859397888 - ] - ], - [ - 8.541666984558105, - [ - -0.023298043757677078, - -0.002637371188029647, - -0.05142638087272644, - 0.9984015226364136 - ] - ], - [ - 8.583333015441895, - [ - 0.03962855413556099, - -0.009646139107644558, - 0.08476573973894119, - 0.9955658316612244 - ] - ], - [ - 8.625, - [ - 0.08183760941028595, - -0.02259673923254013, - 0.16896477341651917, - 0.98195880651474 - ] - ], - [ - 8.666666984558105, - [ - -0.0039664749056100845, - -8.257952140411362e-05, - -0.008740623481571674, - 0.9999539256095886 - ] - ], - [ - 8.708333015441895, - [ - -0.09302573651075363, - -0.03043116070330143, - -0.19613629579544067, - 0.9756796360015869 - ] - ], - [ - 8.75, - [ - -0.11209223419427872, - -0.04105718806385994, - -0.23146189749240875, - 0.9654921293258667 - ] - ], - [ - 8.791666984558105, - [ - -0.10864143073558807, - -0.03898515924811363, - -0.22524043917655945, - 0.967441976070404 - ] - ], - [ - 8.833333015441895, - [ - -0.07860704511404037, - -0.02319222316145897, - -0.16805784404277802, - 0.982364296913147 - ] - ], - [ - 8.875, - [ - -0.021965976804494858, - -0.0023577644024044275, - -0.048493608832359314, - 0.9985791444778442 - ] - ], - [ - 8.916666984558105, - [ - 0.042909733951091766, - -0.010716528631746769, - 0.09153231978416443, - 0.9948194622993469 - ] - ], - [ - 8.958333015441895, - [ - 0.08631104230880737, - -0.0237859096378088, - 0.1775493621826172, - 0.9800310730934143 - ] - ], - [ - 9.0, - [ - 0.08369533717632294, - -0.02309603989124298, - 0.17253713309764862, - 0.9811691045761108 - ] - ], - [ - 9.041666984558105, - [ - 0.07662712037563324, - -0.02115618623793125, - 0.15888862311840057, - 0.9840911030769348 - ] - ], - [ - 9.083333015441895, - [ - 0.06638138741254807, - -0.01816296949982643, - 0.1388251781463623, - 0.9879226684570313 - ] - ], - [ - 9.125, - [ - 0.05430763214826584, - -0.014406854286789894, - 0.11473686248064041, - 0.9918057322502136 - ] - ], - [ - 9.166666984558105, - [ - 0.04172219708561897, - -0.01032900158315897, - 0.0890878364443779, - 0.99509596824646 - ] - ], - [ - 9.208333015441895, - [ - 0.029777219519019127, - -0.006477944552898407, - 0.0642126053571701, - 0.9974708557128906 - ] - ], - [ - 9.25, - [ - 0.01934860274195671, - -0.003371642902493477, - 0.04206575080752373, - 0.998921811580658 - ] - ], - [ - 9.291666984558105, - [ - 0.01098644733428955, - -0.00132273870985955, - 0.024027423933148384, - 0.9996500611305237 - ] - ], - [ - 9.333333015441895, - [ - 0.004940594080835581, - -0.00031582999508827925, - 0.010844976641237736, - 0.9999289512634277 - ] - ], - [ - 9.375, - [ - 0.0012648969423025846, - -2.3239908841787837e-05, - 0.0027817310765385628, - 0.9999953508377075 - ] - ], - [ - 9.416666984558105, - [ - 3.31914671528738e-14, - -2.213733834460979e-21, - 7.309975649967548e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.0005401495727710426, - -4.343124146544142e-06, - 0.001188269816339016, - 0.9999991655349731 - ] - ], - [ - 9.5, - [ - 0.00210074195638299, - -6.236192712094635e-05, - 0.004618083126842976, - 0.9999871253967285 - ] - ], - [ - 9.541666984558105, - [ - 0.004629251081496477, - -0.0002798678760882467, - 0.010163291357457638, - 0.9999375939369202 - ] - ], - [ - 9.583333015441895, - [ - 0.008093595504760742, - -0.0007747973431833088, - 0.017733382061123848, - 0.9998096823692322 - ] - ], - [ - 9.625, - [ - 0.012451869435608387, - -0.0016377685824409127, - 0.02720564231276512, - 0.9995510578155518 - ] - ], - [ - 9.666666984558105, - [ - 0.01762872375547886, - -0.002906939946115017, - 0.03837547451257706, - 0.9991036653518677 - ] - ], - [ - 9.708333015441895, - [ - 0.023499760776758194, - -0.00455850875005126, - 0.050929002463817596, - 0.9984153509140015 - ] - ], - [ - 9.75, - [ - 0.02988327667117119, - -0.006511289160698652, - 0.06443578004837036, - 0.9974530935287476 - ] - ], - [ - 9.833333015441895, - [ - 0.0431659109890461, - -0.010800209827721119, - 0.09205895662307739, - 0.9947589635848999 - ] - ], - [ - 9.875, - [ - 0.04942750930786133, - -0.012837417423725128, - 0.10485811531543732, - 0.9931752681732178 - ] - ], - [ - 9.916666984558105, - [ - 0.05495109036564827, - -0.014612013474106789, - 0.11603318154811859, - 0.9916165471076965 - ] - ], - [ - 9.958333015441895, - [ - 0.059352416545152664, - -0.016001779586076736, - 0.12486185878515244, - 0.9902681112289429 - ] - ], - [ - 10.0, - [ - 0.06225196272134781, - -0.016902737319469452, - 0.13064198195934296, - 0.989328920841217 - ] - ], - [ - 10.041666984558105, - [ - 0.06329184025526047, - -0.017222722992300987, - 0.13270805776119232, - 0.9889823794364929 - ] - ], - [ - 11.375, - [ - 0.06329184025526047, - -0.017222722992300987, - 0.13270805776119232, - 0.9889823794364929 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715938135_1490755.json b/lenses/physics-objects/Scene/assets/1645812715938135_1490755.json deleted file mode 100644 index ab259e70..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715938135_1490755.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715938135:1490755", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715938294_1490762.json b/lenses/physics-objects/Scene/assets/1645812715938294_1490762.json deleted file mode 100644 index 8d7128b3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715938294_1490762.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715938294:1490762", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715940165_1490775.json b/lenses/physics-objects/Scene/assets/1645812715940165_1490775.json deleted file mode 100644 index 9e116aaf..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715940165_1490775.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715940165:1490775", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.3873400092124939, - -0.3552600145339966, - 0.3150370121002197 - ] - ], - [ - 11.375, - [ - -0.3873400092124939, - -0.3552600145339966, - 0.3150370121002197 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715940385_1490782.json b/lenses/physics-objects/Scene/assets/1645812715940385_1490782.json deleted file mode 100644 index 239bd809..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715940385_1490782.json +++ /dev/null @@ -1,2098 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715940385:1490782", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.08188116550445557, - -0.03157108277082443, - 0.08145783841609955, - 0.9928058981895447 - ] - ], - [ - 0.0416666679084301, - [ - 0.08188116550445557, - -0.03157108277082443, - 0.08145783841609955, - 0.9928058981895447 - ] - ], - [ - 0.0833333358168602, - [ - 0.10761962831020355, - -0.04516701400279999, - 0.10269884020090103, - 0.9878415465354919 - ] - ], - [ - 0.125, - [ - 0.13743285834789276, - -0.06108713150024414, - 0.126522034406662, - 0.9804961681365967 - ] - ], - [ - 0.1666666716337204, - [ - 0.1620233803987503, - -0.07410214841365814, - 0.14582626521587372, - 0.973135232925415 - ] - ], - [ - 0.2083333283662796, - [ - 0.17213799059391022, - -0.07939276099205017, - 0.15371626615524292, - 0.9697611331939697 - ] - ], - [ - 0.25, - [ - 0.1612699180841446, - -0.07370637357234955, - 0.14523763954639435, - 0.9733783602714539 - ] - ], - [ - 0.2916666567325592, - [ - 0.1317780762910843, - -0.058072153478860855, - 0.12204732000827789, - 0.982021689414978 - ] - ], - [ - 0.3333333432674408, - [ - 0.08982197940349579, - -0.03572724387049675, - 0.0881025418639183, - 0.991409957408905 - ] - ], - [ - 0.375, - [ - 0.04448788985610008, - -0.013169336132705212, - 0.04839479923248291, - 0.9977501630783081 - ] - ], - [ - 0.4166666567325592, - [ - 0.006027121562510729, - -0.00041797946323640645, - 0.007773156277835369, - 0.9999515414237976 - ] - ], - [ - 0.4583333432674408, - [ - -0.02307211421430111, - -0.0026629476342350245, - -0.036179617047309875, - 0.9990754127502441 - ] - ], - [ - 0.5, - [ - -0.049840040504932404, - -0.010385660454630852, - -0.08803748339414597, - 0.9948154091835022 - ] - ], - [ - 0.5416666865348816, - [ - -0.07208126783370972, - -0.018547596409916878, - -0.13589511811733246, - 0.9879235029220581 - ] - ], - [ - 0.5833333134651184, - [ - -0.08712708950042725, - -0.024286821484565735, - -0.16949397325515747, - 0.9813719987869263 - ] - ], - [ - 0.625, - [ - -0.09262292832136154, - -0.026362789794802666, - -0.18188782036304474, - 0.9785922765731812 - ] - ], - [ - 0.6666666865348816, - [ - -0.08812408894300461, - -0.024664992466568947, - -0.17173905670642853, - 0.9808831214904785 - ] - ], - [ - 0.7083333134651184, - [ - -0.07569167017936707, - -0.01992429606616497, - -0.14389726519584656, - 0.9864924550056458 - ] - ], - [ - 0.75, - [ - -0.057024333626031876, - -0.012927806004881859, - -0.10316174477338791, - 0.9929444789886475 - ] - ], - [ - 0.7916666865348816, - [ - -0.03406769037246704, - -0.00540311960503459, - -0.05645841360092163, - 0.9978089332580566 - ] - ], - [ - 0.8333333134651184, - [ - -0.008760741911828518, - -0.00041983104893006384, - -0.012580960057675838, - 0.9998824000358582 - ] - ], - [ - 0.875, - [ - 0.019852641969919205, - -0.0035853609442710876, - 0.023712312802672386, - 0.9995153546333313 - ] - ], - [ - 0.9166666865348816, - [ - 0.057219117879867554, - -0.019121447578072548, - 0.06006856635212898, - 0.996369481086731 - ] - ], - [ - 0.9583333134651184, - [ - 0.09741783142089844, - -0.03974029794335365, - 0.09437683969736099, - 0.9899613857269287 - ] - ], - [ - 1.0, - [ - 0.13288025557994843, - -0.05866024270653725, - 0.12292079627513885, - 0.9817292094230652 - ] - ], - [ - 1.0416666269302368, - [ - 0.15728004276752472, - -0.07160696387290955, - 0.14211811125278473, - 0.974647581577301 - ] - ], - [ - 1.0833333730697632, - [ - 0.16619573533535004, - -0.07628973573446274, - 0.14908349514007568, - 0.9717679619789124 - ] - ], - [ - 1.125, - [ - 0.16249819099903107, - -0.07435145229101181, - 0.1461971402168274, - 0.9729812741279602 - ] - ], - [ - 1.1666666269302368, - [ - 0.15208123624324799, - -0.06886288523674011, - 0.13804659247398376, - 0.9762543439865112 - ] - ], - [ - 1.2083333730697632, - [ - 0.13602064549922943, - -0.0603347085416317, - 0.12540607154369354, - 0.980883002281189 - ] - ], - [ - 1.25, - [ - 0.11559385806322098, - -0.04942486062645912, - 0.1091339960694313, - 0.986045241355896 - ] - ], - [ - 1.2916666269302368, - [ - 0.09235775470733643, - -0.037063539028167725, - 0.0902053713798523, - 0.9909386038780212 - ] - ], - [ - 1.3333333730697632, - [ - 0.06809581071138382, - -0.024501539766788483, - 0.06966579705476761, - 0.9949418902397156 - ] - ], - [ - 1.375, - [ - 0.044635675847530365, - -0.013235642574727535, - 0.0485336035490036, - 0.9977359175682068 - ] - ], - [ - 1.4166666269302368, - [ - 0.023598017171025276, - -0.00479711452499032, - 0.027709253132343292, - 0.9993259310722351 - ] - ], - [ - 1.4583333730697632, - [ - 0.006165536120533943, - -0.0004362262552604079, - 0.007944469340145588, - 0.9999493360519409 - ] - ], - [ - 1.5, - [ - -0.0075963158160448074, - -0.00031788108753971756, - -0.010821250267326832, - 0.9999125599861145 - ] - ], - [ - 1.5416666269302368, - [ - -0.01980084925889969, - -0.002002687891945243, - -0.030483612790703773, - 0.9993371367454529 - ] - ], - [ - 1.5833333730697632, - [ - -0.0302417054772377, - -0.004366879351437092, - -0.04921701177954674, - 0.9983206391334534 - ] - ], - [ - 1.625, - [ - -0.03837929666042328, - -0.006661885417997837, - -0.06483213603496552, - 0.9971356391906738 - ] - ], - [ - 1.6666666269302368, - [ - -0.04366225376725197, - -0.008317883126437664, - -0.07537094503641129, - 0.9961644411087036 - ] - ], - [ - 1.7083333730697632, - [ - -0.04554285854101181, - -0.008933727629482746, - -0.07919006049633026, - 0.9957785606384277 - ] - ], - [ - 1.75, - [ - -0.03675484657287598, - -0.006177067756652832, - -0.06165195256471634, - 0.9974015951156616 - ] - ], - [ - 1.7916666269302368, - [ - -0.01594756543636322, - -0.0013309455243870616, - -0.023994838818907738, - 0.9995839595794678 - ] - ], - [ - 1.8333333730697632, - [ - 0.009371266700327396, - -0.0009490182856097817, - 0.011835138313472271, - 0.999885618686676 - ] - ], - [ - 1.875, - [ - 0.036663174629211426, - -0.009777674451470375, - 0.04091347008943558, - 0.9984419345855713 - ] - ], - [ - 1.9166666269302368, - [ - 0.050020575523376465, - -0.01570001058280468, - 0.05353524535894394, - 0.9971887469291687 - ] - ], - [ - 1.9583333730697632, - [ - 0.029655689373612404, - -0.006979251746088266, - 0.03395930305123329, - 0.9989587664604187 - ] - ], - [ - 2.0, - [ - -0.009250962175428867, - -0.0004667386820074171, - -0.013329500332474709, - 0.9998682737350464 - ] - ], - [ - 2.0416667461395264, - [ - -0.05359264463186264, - -0.011697795242071152, - -0.09588940441608429, - 0.9938793778419495 - ] - ], - [ - 2.0833332538604736, - [ - -0.09821882843971252, - -0.028449244797229767, - -0.1945408582687378, - 0.9755498766899109 - ] - ], - [ - 2.125, - [ - -0.13027170300483704, - -0.03951925039291382, - -0.2668949365615845, - 0.9540621638298035 - ] - ], - [ - 2.1666667461395264, - [ - -0.14168938994407654, - -0.04299503564834595, - -0.2923579216003418, - 0.9447764754295349 - ] - ], - [ - 2.2083332538604736, - [ - -0.13630810379981995, - -0.041390687227249146, - -0.2803869843482971, - 0.9492576122283936 - ] - ], - [ - 2.25, - [ - -0.12057166546583176, - -0.036358773708343506, - -0.24509409070014954, - 0.9612852931022644 - ] - ], - [ - 2.2916667461395264, - [ - -0.0953628197312355, - -0.02738836780190468, - -0.18808002769947052, - 0.977129340171814 - ] - ], - [ - 2.3333332538604736, - [ - -0.06347761303186417, - -0.015301629900932312, - -0.11704440414905548, - 0.9909778237342834 - ] - ], - [ - 2.375, - [ - -0.02899130992591381, - -0.004046306014060974, - -0.04689158871769905, - 0.9984710812568665 - ] - ], - [ - 2.4166667461395264, - [ - 0.004903726279735565, - -0.00028287534951232374, - 0.006371827330440283, - 0.999967634677887 - ] - ], - [ - 2.4583332538604736, - [ - 0.04550980031490326, - -0.01362935733050108, - 0.04935285076498985, - 0.9976509213447571 - ] - ], - [ - 2.5, - [ - 0.0873294398188591, - -0.03441768139600754, - 0.08602692931890488, - 0.9918611645698547 - ] - ], - [ - 2.5416667461395264, - [ - 0.11687836050987244, - -0.05011133849620819, - 0.11016558110713959, - 0.985744297504425 - ] - ], - [ - 2.5833332538604736, - [ - 0.13415904343128204, - -0.05934230238199234, - 0.12393342703580856, - 0.9813870787620544 - ] - ], - [ - 2.625, - [ - 0.1466885209083557, - -0.06600715219974518, - 0.1338137686252594, - 0.9778647422790527 - ] - ], - [ - 2.6666667461395264, - [ - 0.15511812269687653, - -0.07046698778867722, - 0.14042598009109497, - 0.9753221869468689 - ] - ], - [ - 2.7083332538604736, - [ - 0.16023287177085876, - -0.07316127419471741, - 0.14442721009254456, - 0.9737112522125244 - ] - ], - [ - 2.75, - [ - 0.16285796463489532, - -0.07454028725624084, - 0.14647813141345978, - 0.9728644490242004 - ] - ], - [ - 2.7916667461395264, - [ - 0.16382470726966858, - -0.07504744827747345, - 0.1472329944372177, - 0.9725491404533386 - ] - ], - [ - 2.8333332538604736, - [ - 0.16396278142929077, - -0.07511986047029495, - 0.147340789437294, - 0.9725039601325989 - ] - ], - [ - 2.875, - [ - 0.15906211733818054, - -0.07254540175199509, - 0.14351198077201843, - 0.9740845561027527 - ] - ], - [ - 2.9166667461395264, - [ - 0.14641956984996796, - -0.06586449593305588, - 0.13360238075256348, - 0.9779435396194458 - ] - ], - [ - 2.9583332538604736, - [ - 0.12922635674476624, - -0.056710004806518555, - 0.12002244591712952, - 0.9826898574829102 - ] - ], - [ - 3.0, - [ - 0.11080019921064377, - -0.046864233911037445, - 0.10527218878269196, - 0.9871397018432617 - ] - ], - [ - 3.0416667461395264, - [ - 0.09434681385755539, - -0.03811424598097801, - 0.09184891730546951, - 0.9905603528022766 - ] - ], - [ - 3.0833332538604736, - [ - 0.08268363028764725, - -0.03198883309960365, - 0.0821337103843689, - 0.9926702380180359 - ] - ], - [ - 3.125, - [ - 0.07825931161642075, - -0.0296930018812418, - 0.07839392125606537, - 0.993402361869812 - ] - ], - [ - 3.1666667461395264, - [ - 0.11046544462442398, - -0.04668551683425903, - 0.1050017774105072, - 0.9872145056724548 - ] - ], - [ - 3.2083332538604736, - [ - 0.1856648325920105, - -0.086396723985672, - 0.16424253582954407, - 0.9649294018745422 - ] - ], - [ - 3.25, - [ - 0.2547248601913452, - -0.12061984091997147, - 0.21801596879959106, - 0.9343634843826294 - ] - ], - [ - 3.2916667461395264, - [ - 0.2800390124320984, - -0.1324804574251175, - 0.23791027069091797, - 0.92055743932724 - ] - ], - [ - 3.5416667461395264, - [ - 0.2800390124320984, - -0.1324804574251175, - 0.23791027069091797, - 0.92055743932724 - ] - ], - [ - 3.5833332538604736, - [ - 0.27768629789352417, - -0.13139274716377258, - 0.23605477809906006, - 0.9219027161598206 - ] - ], - [ - 3.625, - [ - 0.2702524960041046, - -0.12793686985969543, - 0.23020116984844208, - 0.9260686635971069 - ] - ], - [ - 3.6666667461395264, - [ - 0.2567291259765625, - -0.12157201021909714, - 0.2195858508348465, - 0.933323323726654 - ] - ], - [ - 3.7083332538604736, - [ - 0.23573148250579834, - -0.1114804595708847, - 0.20317667722702026, - 0.9437807202339172 - ] - ], - [ - 3.75, - [ - 0.2059590071439743, - -0.0967319905757904, - 0.18001209199428558, - 0.9569845795631409 - ] - ], - [ - 3.7916667461395264, - [ - 0.16692174971103668, - -0.07666964083909988, - 0.14964987337589264, - 0.971526563167572 - ] - ], - [ - 3.8333332538604736, - [ - 0.11989574879407883, - -0.051724161952733994, - 0.11258397996425629, - 0.9850251078605652 - ] - ], - [ - 3.875, - [ - 0.06068352237343788, - -0.020810963585972786, - 0.06315827369689941, - 0.9959394931793213 - ] - ], - [ - 3.9166667461395264, - [ - 0.002016095444560051, - -5.07657605339773e-05, - 0.0026736115105450153, - 0.9999943971633911 - ] - ], - [ - 3.9583332538604736, - [ - -0.046685438603162766, - -0.00931396335363388, - -0.08152654767036438, - 0.9955335855484009 - ] - ], - [ - 4.0, - [ - -0.09722156077623367, - -0.028079817071557045, - -0.1922842562198639, - 0.9761077165603638 - ] - ], - [ - 4.041666507720947, - [ - -0.14024318754673004, - -0.04256986826658249, - -0.289146363735199, - 0.9459990859031677 - ] - ], - [ - 4.083333492279053, - [ - -0.16591064631938934, - -0.04947826266288757, - -0.34547948837280273, - 0.9223174452781677 - ] - ], - [ - 4.125, - [ - -0.17434509098529816, - -0.05151215195655823, - -0.3637029826641083, - 0.9136030077934265 - ] - ], - [ - 4.166666507720947, - [ - -0.1750611960887909, - -0.05168750137090683, - -0.3652505874633789, - 0.9128383994102478 - ] - ], - [ - 4.208333492279053, - [ - -0.11795110255479813, - -0.03547438234090805, - -0.23918382823467255, - 0.963130533695221 - ] - ], - [ - 4.25, - [ - 0.10532558709383011, - -0.043944112956523895, - 0.1008368730545044, - 0.9883356690406799 - ] - ], - [ - 4.291666507720947, - [ - 0.28599196672439575, - -0.1352202594280243, - 0.24261142313480377, - 0.9170953035354614 - ] - ], - [ - 4.333333492279053, - [ - 0.28568708896636963, - -0.13508036732673645, - 0.24237044155597687, - 0.9172746539115906 - ] - ], - [ - 4.375, - [ - 0.28484490513801575, - -0.13469365239143372, - 0.24170485138893127, - 0.9177688956260681 - ] - ], - [ - 4.416666507720947, - [ - 0.28356948494911194, - -0.13410741090774536, - 0.24069726467132568, - 0.9185141921043396 - ] - ], - [ - 4.458333492279053, - [ - 0.2819649577140808, - -0.13336876034736633, - 0.23943021893501282, - 0.9194465279579163 - ] - ], - [ - 4.625, - [ - 0.2745811343193054, - -0.12995277345180511, - 0.23360802233219147, - 0.9236584901809692 - ] - ], - [ - 4.666666507720947, - [ - 0.2731574475765228, - -0.1292908489704132, - 0.23248699307441711, - 0.9244558811187744 - ] - ], - [ - 4.708333492279053, - [ - 0.27219435572624207, - -0.12884247303009033, - 0.2317289263010025, - 0.9249927401542664 - ] - ], - [ - 4.75, - [ - 0.2718411087989807, - -0.12867788970470428, - 0.23145094513893127, - 0.9251890778541565 - ] - ], - [ - 4.791666507720947, - [ - 0.2723473012447357, - -0.12891370058059692, - 0.2318492829799652, - 0.9249076247215271 - ] - ], - [ - 4.875, - [ - 0.2748447060585022, - -0.13007520139217377, - 0.23381561040878296, - 0.9235103130340576 - ] - ], - [ - 4.916666507720947, - [ - 0.2758277654647827, - -0.13053148984909058, - 0.23459003865718842, - 0.9229561686515808 - ] - ], - [ - 4.958333492279053, - [ - 0.27599072456359863, - -0.13060708343982697, - 0.2347184270620346, - 0.9228641390800476 - ] - ], - [ - 5.0, - [ - 0.2748447060585022, - -0.13007520139217377, - 0.23381561040878296, - 0.9235103130340576 - ] - ], - [ - 5.041666507720947, - [ - 0.2718411087989807, - -0.1286778748035431, - 0.23145094513893127, - 0.9251890778541565 - ] - ], - [ - 5.083333492279053, - [ - 0.26470088958740234, - -0.1253363937139511, - 0.22583836317062378, - 0.9290969967842102 - ] - ], - [ - 5.125, - [ - 0.25183674693107605, - -0.11924367398023605, - 0.21575523912906647, - 0.9358466267585754 - ] - ], - [ - 5.166666507720947, - [ - 0.2337837815284729, - -0.11053130775690079, - 0.20165835320949554, - 0.9447020292282104 - ] - ], - [ - 5.208333492279053, - [ - 0.21160683035850525, - -0.099568672478199, - 0.1844010353088379, - 0.9546229243278503 - ] - ], - [ - 5.25, - [ - 0.1870487630367279, - -0.0871083214879036, - 0.16531845927238464, - 0.9644141793251038 - ] - ], - [ - 5.291666507720947, - [ - 0.16234925389289856, - -0.0742732435464859, - 0.14608077704906464, - 0.973029613494873 - ] - ], - [ - 5.333333492279053, - [ - 0.13987529277801514, - -0.06238746643066406, - 0.12844987213611603, - 0.9798181056976318 - ] - ], - [ - 5.375, - [ - 0.12176957726478577, - -0.052725791931152344, - 0.11408248543739319, - 0.9845697283744812 - ] - ], - [ - 5.416666507720947, - [ - 0.10979726910591125, - -0.04632885381579399, - 0.10446173697710037, - 0.9873632192611694 - ] - ], - [ - 5.458333492279053, - [ - 0.10547052323818207, - -0.044021330773830414, - 0.10095465928316116, - 0.9883047342300415 - ] - ], - [ - 5.541666507720947, - [ - 0.11958905309438705, - -0.051560234278440475, - 0.11233848333358765, - 0.9850990176200867 - ] - ], - [ - 5.583333492279053, - [ - 0.10547035932540894, - -0.04402124881744385, - 0.10095451772212982, - 0.9883047938346863 - ] - ], - [ - 5.625, - [ - 0.019776923581957817, - -0.0035621041897684336, - 0.02363033965229988, - 0.999518871307373 - ] - ], - [ - 5.666666507720947, - [ - -0.06290387362241745, - -0.015087999403476715, - -0.11580034345388412, - 0.9911638498306274 - ] - ], - [ - 5.708333492279053, - [ - -0.10449256747961044, - -0.030745340511202812, - -0.20874474942684174, - 0.9718857407569885 - ] - ], - [ - 5.75, - [ - -0.08813762664794922, - -0.024670127779245377, - -0.17176957428455353, - 0.9808763265609741 - ] - ], - [ - 5.791666507720947, - [ - -0.04641701653599739, - -0.00922421831637621, - -0.08097654581069946, - 0.9955918788909912 - ] - ], - [ - 5.833333492279053, - [ - 0.007510473020374775, - -0.0006308227893896401, - 0.009594316594302654, - 0.9999256730079651 - ] - ], - [ - 5.875, - [ - 0.08853426575660706, - -0.035050176084041595, - 0.08703131973743439, - 0.991644561290741 - ] - ], - [ - 5.916666507720947, - [ - 0.16859152913093567, - -0.07754265516996384, - 0.15095213055610657, - 0.9709672927856445 - ] - ], - [ - 5.958333492279053, - [ - 0.20079082250595093, - -0.09412078559398651, - 0.17599672079086304, - 0.9590878486633301 - ] - ], - [ - 6.0, - [ - 0.20066875219345093, - -0.09405893087387085, - 0.1759018898010254, - 0.9591368436813354 - ] - ], - [ - 6.041666507720947, - [ - 0.20024581253528595, - -0.09384457021951675, - 0.17557330429553986, - 0.9593064188957214 - ] - ], - [ - 6.083333492279053, - [ - 0.19943632185459137, - -0.09343402087688446, - 0.17494440078735352, - 0.9596299529075623 - ] - ], - [ - 6.125, - [ - 0.198153555393219, - -0.09278272092342377, - 0.1739477962255478, - 0.9601399302482605 - ] - ], - [ - 6.166666507720947, - [ - 0.19630923867225647, - -0.09184475988149643, - 0.172514870762825, - 0.9608673453330994 - ] - ], - [ - 6.208333492279053, - [ - 0.19381289184093475, - -0.09057234227657318, - 0.17057527601718903, - 0.9618405699729919 - ] - ], - [ - 6.25, - [ - 0.19057199358940125, - -0.08891554176807404, - 0.16805686056613922, - 0.9630852937698364 - ] - ], - [ - 6.291666507720947, - [ - 0.18649159371852875, - -0.08682195842266083, - 0.16488534212112427, - 0.9646221399307251 - ] - ], - [ - 6.333333492279053, - [ - 0.18147511780261993, - -0.08423664420843124, - 0.16098447144031525, - 0.9664652943611145 - ] - ], - [ - 6.375, - [ - 0.17542578279972076, - -0.08110298216342926, - 0.1562769114971161, - 0.9686204791069031 - ] - ], - [ - 6.416666507720947, - [ - 0.1682491898536682, - -0.07736373692750931, - 0.1506851762533188, - 0.9710823893547058 - ] - ], - [ - 6.458333492279053, - [ - 0.15985703468322754, - -0.07296363264322281, - 0.14413344860076904, - 0.9738314151763916 - ] - ], - [ - 6.5, - [ - 0.15017390251159668, - -0.06785386800765991, - 0.1365506649017334, - 0.9768303632736206 - ] - ], - [ - 6.541666507720947, - [ - 0.13914461433887482, - -0.061998579651117325, - 0.12787342071533203, - 0.980022132396698 - ] - ], - [ - 6.583333492279053, - [ - 0.12674564123153687, - -0.05538501590490341, - 0.11805025488138199, - 0.9833270907402039 - ] - ], - [ - 6.625, - [ - 0.11299934983253479, - -0.048038654029369354, - 0.10704623907804489, - 0.9866430759429932 - ] - ], - [ - 6.666666507720947, - [ - 0.09798964112997055, - -0.04004352539777756, - 0.09484629333019257, - 0.9898478388786316 - ] - ], - [ - 6.708333492279053, - [ - 0.0818810760974884, - -0.03157104179263115, - 0.08145774900913239, - 0.9928058385848999 - ] - ], - [ - 6.75, - [ - 0.0542195662856102, - -0.01768002286553383, - 0.05736579746007919, - 0.9967230558395386 - ] - ], - [ - 6.791666507720947, - [ - 0.015765702351927757, - -0.002408905653283, - 0.019214823842048645, - 0.9996882677078247 - ] - ], - [ - 6.833333492279053, - [ - -0.01835155300796032, - -0.0017360459314659238, - -0.02801430970430374, - 0.9994375705718994 - ] - ], - [ - 6.875, - [ - -0.052195955067873, - -0.011205087415874004, - -0.0929541140794754, - 0.9942381978034973 - ] - ], - [ - 6.916666507720947, - [ - -0.08259188383817673, - -0.022560279816389084, - -0.15930472314357758, - 0.9835099577903748 - ] - ], - [ - 6.958333492279053, - [ - -0.10401196777820587, - -0.03057127073407173, - -0.20765647292137146, - 0.9721757769584656 - ] - ], - [ - 7.0, - [ - -0.1119721457362175, - -0.03340988606214523, - -0.22567428648471832, - 0.9671696424484253 - ] - ], - [ - 7.041666507720947, - [ - -0.1042073518037796, - -0.030642077326774597, - -0.2080988585948944, - 0.972058117389679 - ] - ], - [ - 7.083333492279053, - [ - -0.08312813937664032, - -0.02276485785841942, - -0.16050729155540466, - 0.9832643866539001 - ] - ], - [ - 7.125, - [ - -0.052795495837926865, - -0.011415987275540829, - -0.09421230107545853, - 0.9940856695175171 - ] - ], - [ - 7.166666507720947, - [ - -0.018331946805119514, - -0.0017325509106740355, - -0.02798113226890564, - 0.9994388222694397 - ] - ], - [ - 7.208333492279053, - [ - 0.01789475791156292, - -0.0030011238995939493, - 0.021576741710305214, - 0.9996025562286377 - ] - ], - [ - 7.25, - [ - 0.06226884946227074, - -0.02159213460981846, - 0.06456143409013748, - 0.9957351088523865 - ] - ], - [ - 7.291666507720947, - [ - 0.10015188902616501, - -0.041191332042217255, - 0.09661806374788284, - 0.9894129633903503 - ] - ], - [ - 7.333333492279053, - [ - 0.11547574400901794, - -0.04936174675822258, - 0.1090390607714653, - 0.9860726594924927 - ] - ], - [ - 7.375, - [ - 0.09909790009260178, - -0.040631603449583054, - 0.09575507044792175, - 0.9896259903907776 - ] - ], - [ - 7.416666507720947, - [ - 0.05824485048651695, - -0.019619030877947807, - 0.06098681315779686, - 0.9962445497512817 - ] - ], - [ - 7.458333492279053, - [ - 0.010836559347808361, - -0.0012362976558506489, - 0.013567918911576271, - 0.999848484992981 - ] - ], - [ - 7.5, - [ - -0.029342541471123695, - -0.004135412164032459, - -0.04754267632961273, - 0.9984295964241028 - ] - ], - [ - 7.541666507720947, - [ - -0.0713474303483963, - -0.018268462270498276, - -0.13427454233169556, - 0.9882035255432129 - ] - ], - [ - 7.583333492279053, - [ - -0.11070701479911804, - -0.03296533226966858, - -0.22281238436698914, - 0.9679937362670898 - ] - ], - [ - 7.625, - [ - -0.14048649370670319, - -0.042641691863536835, - -0.2896869480609894, - 0.9457942247390747 - ] - ], - [ - 7.666666507720947, - [ - -0.15716704726219177, - -0.04727118834853172, - -0.32645177841186523, - 0.9308561682701111 - ] - ], - [ - 7.708333492279053, - [ - -0.16224180161952972, - -0.048568591475486755, - -0.3375154435634613, - 0.9259600639343262 - ] - ], - [ - 7.75, - [ - -0.12023402750492096, - -0.03624550625681877, - -0.24433299899101257, - 0.961525559425354 - ] - ], - [ - 7.791666507720947, - [ - -5.72555222788651e-07, - -1.6539061786779996e-12, - -7.631547305209097e-07, - 1.0 - ] - ], - [ - 7.833333492279053, - [ - 0.20510059595108032, - -0.09629922360181808, - 0.17934519052505493, - 0.9573377370834351 - ] - ], - [ - 7.875, - [ - 0.2914266288280487, - -0.13770700991153717, - 0.24691134691238403, - 0.9138612151145935 - ] - ], - [ - 7.958333492279053, - [ - 0.2912050783634186, - -0.13760589063167572, - 0.24673588573932648, - 0.913994312286377 - ] - ], - [ - 8.0, - [ - 0.2906757593154907, - -0.1373642086982727, - 0.24631677567958832, - 0.9143121838569641 - ] - ], - [ - 8.041666984558105, - [ - 0.28963205218315125, - -0.1368873119354248, - 0.24549062550067902, - 0.914936900138855 - ] - ], - [ - 8.083333015441895, - [ - 0.2878745496273041, - -0.13608318567276, - 0.24410003423690796, - 0.9159829616546631 - ] - ], - [ - 8.125, - [ - 0.2631170451641083, - -0.12459136545658112, - 0.22459495067596436, - 0.9299481511116028 - ] - ], - [ - 8.166666984558105, - [ - 0.18282616138458252, - -0.08493420481681824, - 0.162035271525383, - 0.9659737944602966 - ] - ], - [ - 8.208333015441895, - [ - 0.06312986463308334, - -0.022018298506736755, - 0.06532088667154312, - 0.995621919631958 - ] - ], - [ - 8.25, - [ - -0.025188658386468887, - -0.003130973083898425, - -0.03995191678404808, - 0.9988792538642883 - ] - ], - [ - 8.291666984558105, - [ - -0.0971689447760582, - -0.028060268610715866, - -0.19216518104076385, - 0.9761369824409485 - ] - ], - [ - 8.333333015441895, - [ - -0.15179648995399475, - -0.04584356024861336, - -0.31468093395233154, - 0.9358590245246887 - ] - ], - [ - 8.375, - [ - -0.17308512330055237, - -0.051208727061748505, - -0.3609841763973236, - 0.9149370789527893 - ] - ], - [ - 8.416666984558105, - [ - -0.1750611960887909, - -0.05168750137090683, - -0.3652505874633789, - 0.9128383994102478 - ] - ], - [ - 8.458333015441895, - [ - -0.16882528364658356, - -0.05018675699830055, - -0.3517875075340271, - 0.9193611145019531 - ] - ], - [ - 8.5, - [ - -0.11747131496667862, - -0.0353107713162899, - -0.23810070753097534, - 0.9634634852409363 - ] - ], - [ - 8.541666984558105, - [ - -0.03205856680870056, - -0.004849100951105356, - -0.05263260379433632, - 0.998087465763092 - ] - ], - [ - 8.583333015441895, - [ - 0.05187265947461128, - -0.016567688435316086, - 0.05523177236318588, - 0.9969875812530518 - ] - ], - [ - 8.625, - [ - 0.10497477650642395, - -0.043757207691669464, - 0.10055169463157654, - 0.9884104132652283 - ] - ], - [ - 8.666666984558105, - [ - -0.005348195321857929, - -0.00015965245256666094, - -0.007498246617615223, - 0.9999576807022095 - ] - ], - [ - 8.708333015441895, - [ - -0.14096270501613617, - -0.04278208687901497, - -0.290744811296463, - 0.9453923106193542 - ] - ], - [ - 8.75, - [ - -0.1750611960887909, - -0.05168750137090683, - -0.3652505874633789, - 0.9128383994102478 - ] - ], - [ - 8.791666984558105, - [ - -0.16870445013046265, - -0.05015760287642479, - -0.3515263497829437, - 0.9194847941398621 - ] - ], - [ - 8.833333015441895, - [ - -0.11651650071144104, - -0.03498445823788643, - -0.235944926738739, - 0.9641213417053223 - ] - ], - [ - 8.875, - [ - -0.030181054025888443, - -0.004351115319877863, - -0.04910373315215111, - 0.9983280897140503 - ] - ], - [ - 8.916666984558105, - [ - 0.05607268586754799, - -0.01856793835759163, - 0.059038806706666946, - 0.9965067505836487 - ] - ], - [ - 8.958333015441895, - [ - 0.1104942336678505, - -0.04670088738203049, - 0.1050250455737114, - 0.9872081875801086 - ] - ], - [ - 9.0, - [ - 0.10726919025182724, - -0.04498012363910675, - 0.10241474211215973, - 0.9879176616668701 - ] - ], - [ - 9.041666984558105, - [ - 0.09852162003517151, - -0.04032574221491814, - 0.09528269618749619, - 0.9897416234016418 - ] - ], - [ - 9.083333015441895, - [ - 0.0857529491186142, - -0.0335916206240654, - 0.08470950275659561, - 0.9921402931213379 - ] - ], - [ - 9.125, - [ - 0.07056321948766708, - -0.02574959769845009, - 0.07180390506982803, - 0.9945863485336304 - ] - ], - [ - 9.166666984558105, - [ - 0.05455408990383148, - -0.017839720472693443, - 0.05766855925321579, - 0.9966844916343689 - ] - ], - [ - 9.208333015441895, - [ - 0.03918274864554405, - -0.010842585004866123, - 0.04335223138332367, - 0.9982324242591858 - ] - ], - [ - 9.25, - [ - 0.025612473487854004, - -0.0054946765303611755, - 0.02981521375477314, - 0.9992121458053589 - ] - ], - [ - 9.291666984558105, - [ - 0.01462131179869175, - -0.0021106938365846872, - 0.017927007749676704, - 0.9997301697731018 - ] - ], - [ - 9.333333015441895, - [ - 0.006604994181543589, - -0.000496396969538182, - 0.00848646741360426, - 0.9999420642852783 - ] - ], - [ - 9.375, - [ - 0.0016965179238468409, - -3.61915554094594e-05, - 0.002255141269415617, - 0.9999961256980896 - ] - ], - [ - 9.416666984558105, - [ - 4.4670152722203066e-14, - -3.310648028127319e-21, - 6.1499653839555e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.0007249769987538457, - -6.751236469426658e-06, - 0.0009707905701361597, - 0.9999992847442627 - ] - ], - [ - 9.5, - [ - 0.0028153685852885246, - -9.732044418342412e-05, - 0.0037119120825082064, - 0.9999891519546509 - ] - ], - [ - 9.541666984558105, - [ - 0.0061903540045022964, - -0.00043953186832368374, - 0.007975156418979168, - 0.999949038028717 - ] - ], - [ - 9.583333015441895, - [ - 0.010793659836053848, - -0.0012274162145331502, - 0.01351757999509573, - 0.9998496174812317 - ] - ], - [ - 9.625, - [ - 0.016555065289139748, - -0.0026230129878968, - 0.02009553648531437, - 0.9996575713157654 - ] - ], - [ - 9.666666984558105, - [ - 0.02336023934185505, - -0.004716787487268448, - 0.027458732947707176, - 0.9993388056755066 - ] - ], - [ - 9.708333015441895, - [ - 0.031031623482704163, - -0.007507745176553726, - 0.03534632921218872, - 0.998865008354187 - ] - ], - [ - 9.75, - [ - 0.03932001069188118, - -0.010901389643549919, - 0.043484244495630264, - 0.9982206225395203 - ] - ], - [ - 9.791666984558105, - [ - 0.04790407791733742, - -0.014720621518790722, - 0.051582008600234985, - 0.9974106550216675 - ] - ], - [ - 9.833333015441895, - [ - 0.05640003830194473, - -0.018725769594311714, - 0.059333160519599915, - 0.9964677691459656 - ] - ], - [ - 9.875, - [ - 0.06437746435403824, - -0.022638335824012756, - 0.06641791760921478, - 0.9954556226730347 - ] - ], - [ - 9.916666984558105, - [ - 0.07137680053710938, - -0.02616298943758011, - 0.07250608503818512, - 0.9944665431976318 - ] - ], - [ - 9.958333015441895, - [ - 0.07692937552928925, - -0.029006659984588623, - 0.07726313173770905, - 0.9936150908470154 - ] - ], - [ - 10.0, - [ - 0.08057568222284317, - -0.03089270368218422, - 0.08035602420568466, - 0.993023693561554 - ] - ], - [ - 10.041666984558105, - [ - 0.08188116550445557, - -0.03157108277082443, - 0.08145783841609955, - 0.9928058981895447 - ] - ], - [ - 11.375, - [ - 0.08188116550445557, - -0.03157108277082443, - 0.08145783841609955, - 0.9928058981895447 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715940618_1490789.json b/lenses/physics-objects/Scene/assets/1645812715940618_1490789.json deleted file mode 100644 index fc5126c5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715940618_1490789.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715940618:1490789", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715940799_1490796.json b/lenses/physics-objects/Scene/assets/1645812715940799_1490796.json deleted file mode 100644 index 797821ee..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715940799_1490796.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715940799:1490796", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715942906_1490809.json b/lenses/physics-objects/Scene/assets/1645812715942906_1490809.json deleted file mode 100644 index 47e5c27e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715942906_1490809.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715942906:1490809", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0248299837112427, - -0.39041998982429504, - 0.11318299919366837 - ] - ], - [ - 11.375, - [ - -1.0248299837112427, - -0.39041998982429504, - 0.11318299919366837 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715943177_1490816.json b/lenses/physics-objects/Scene/assets/1645812715943177_1490816.json deleted file mode 100644 index 7f86ce50..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715943177_1490816.json +++ /dev/null @@ -1,2116 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715943177:1490816", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.01223813183605671, - 0.022781305015087128, - 0.14339524507522583, - 0.9893276691436768 - ] - ], - [ - 0.0416666679084301, - [ - 0.01223813183605671, - 0.022781305015087128, - 0.14339524507522583, - 0.9893276691436768 - ] - ], - [ - 0.0833333358168602, - [ - 0.01633261702954769, - 0.030418207868933678, - 0.1941496580839157, - 0.9803641438484192 - ] - ], - [ - 0.125, - [ - 0.020470382645726204, - 0.03973772004246712, - 0.2532002329826355, - 0.9663806557655334 - ] - ], - [ - 0.1666666716337204, - [ - 0.023271828889846802, - 0.04781379550695419, - 0.30167528986930847, - 0.9519266486167908 - ] - ], - [ - 0.2083333283662796, - [ - 0.024244440719485283, - 0.051235977560281754, - 0.3214920163154602, - 0.9452142715454102 - ] - ], - [ - 0.25, - [ - 0.023195045068860054, - 0.047561194747686386, - 0.3001958727836609, - 0.9524087309837341 - ] - ], - [ - 0.2916666567325592, - [ - 0.019744090735912323, - 0.037930186837911606, - 0.24201032519340515, - 0.9693309664726257 - ] - ], - [ - 0.3333333432674408, - [ - 0.013542769476771355, - 0.02509855479001999, - 0.1589924544095993, - 0.9868677854537964 - ] - ], - [ - 0.375, - [ - 0.00586945004761219, - 0.01226821169257164, - 0.07179927080869675, - 0.9973263740539551 - ] - ], - [ - 0.4166666567325592, - [ - 0.00040751101914793253, - 0.0017191057559102774, - 0.0076624793000519276, - 0.9999691843986511 - ] - ], - [ - 0.4583333432674408, - [ - -0.001119805732741952, - -0.0070137870498001575, - -0.02410890720784664, - 0.9996840953826904 - ] - ], - [ - 0.5, - [ - -0.002512539504095912, - -0.015680085867643356, - -0.04555985704064369, - 0.9988353848457336 - ] - ], - [ - 0.5416666865348816, - [ - -0.0036769830621778965, - -0.02298416569828987, - -0.05883754417300224, - 0.9979962706565857 - ] - ], - [ - 0.5833333134651184, - [ - -0.004440754652023315, - -0.02787700854241848, - -0.06586910784244537, - 0.9974288940429688 - ] - ], - [ - 0.625, - [ - -0.004712049383670092, - -0.02964625507593155, - -0.06809448450803757, - 0.9972271919250488 - ] - ], - [ - 0.6666666865348816, - [ - -0.004490310791879892, - -0.028198765590786934, - -0.06628575921058655, - 0.9973920583724976 - ] - ], - [ - 0.7083333134651184, - [ - -0.0038627025205641985, - -0.02416389435529709, - -0.06065715104341507, - 0.9978587627410889 - ] - ], - [ - 0.75, - [ - -0.002891052048653364, - -0.018041417002677917, - -0.05025995522737503, - 0.998569130897522 - ] - ], - [ - 0.7916666865348816, - [ - -0.0016849387902766466, - -0.010532697662711143, - -0.03371378034353256, - 0.9993746280670166 - ] - ], - [ - 0.8333333134651184, - [ - -0.0004122238897252828, - -0.0025883191265165806, - -0.009811089374125004, - 0.9999484419822693 - ] - ], - [ - 0.875, - [ - 0.002002958208322525, - 0.005547260399907827, - 0.02856462076306343, - 0.9995745420455933 - ] - ], - [ - 0.9166666865348816, - [ - 0.008043913170695305, - 0.01578366756439209, - 0.09568347036838531, - 0.9952541589736938 - ] - ], - [ - 0.9583333134651184, - [ - 0.01475833635777235, - 0.02734718844294548, - 0.17397208511829376, - 0.9842602610588074 - ] - ], - [ - 1.0, - [ - 0.019887931644916534, - 0.03828103095293045, - 0.2441921830177307, - 0.9687668681144714 - ] - ], - [ - 1.0416666269302368, - [ - 0.022778596729040146, - 0.04622889310121536, - 0.2923544645309448, - 0.9549203515052795 - ] - ], - [ - 1.0833333730697632, - [ - 0.023686254397034645, - 0.049218498170375824, - 0.3098600506782532, - 0.9492118954658508 - ] - ], - [ - 1.125, - [ - 0.023319918662309647, - 0.047973163425922394, - 0.3026074171066284, - 0.9516215324401855 - ] - ], - [ - 1.1666666269302368, - [ - 0.022211529314517975, - 0.04450657591223717, - 0.2821205258369446, - 0.9580886363983154 - ] - ], - [ - 1.2083333730697632, - [ - 0.02029174007475376, - 0.039284560829401016, - 0.25040674209594727, - 0.9671305418014526 - ] - ], - [ - 1.25, - [ - 0.017510883510112762, - 0.03286021575331688, - 0.2099463790655136, - 0.9770037531852722 - ] - ], - [ - 1.2916666269302368, - [ - 0.013952357694506645, - 0.025845693424344063, - 0.16398772597312927, - 0.9860250353813171 - ] - ], - [ - 1.3333333730697632, - [ - 0.00991078931838274, - 0.018835213035345078, - 0.11655068397521973, - 0.9929566979408264 - ] - ], - [ - 1.375, - [ - 0.005894393660128117, - 0.012308740057051182, - 0.07207218557596207, - 0.9973060488700867 - ] - ], - [ - 1.4166666269302368, - [ - 0.002533702179789543, - 0.006570212077349424, - 0.03476262092590332, - 0.999370813369751 - ] - ], - [ - 1.4583333730697632, - [ - 0.00041952761239372194, - 0.0017580996500328183, - 0.007851433008909225, - 0.999967634677887 - ] - ], - [ - 1.5, - [ - -0.00035642911097966135, - -0.002238320652395487, - -0.008554425090551376, - 0.9999608397483826 - ] - ], - [ - 1.5416666269302368, - [ - -0.000954839400947094, - -0.005984262563288212, - -0.021024305373430252, - 0.999760627746582 - ] - ], - [ - 1.5833333730697632, - [ - -0.0014866971177980304, - -0.009299425408244133, - -0.030502544716000557, - 0.9994903206825256 - ] - ], - [ - 1.625, - [ - -0.001909891259856522, - -0.011931371875107288, - -0.037170469760894775, - 0.9992358684539795 - ] - ], - [ - 1.6666666269302368, - [ - -0.0021871267817914486, - -0.013655050657689571, - -0.04117857664823532, - 0.9990561008453369 - ] - ], - [ - 1.7083333730697632, - [ - -0.002286100061610341, - -0.014270647428929806, - -0.042546577751636505, - 0.9989900588989258 - ] - ], - [ - 1.75, - [ - -0.0018249714048579335, - -0.011403425596654415, - -0.035888005048036575, - 0.9992890954017639 - ] - ], - [ - 1.7916666269302368, - [ - -0.0007628198363818228, - -0.004784220829606056, - -0.017252955585718155, - 0.9998394250869751 - ] - ], - [ - 1.8333333730697632, - [ - 0.0007250132039189339, - 0.0026563669089227915, - 0.012363524176180363, - 0.9999197721481323 - ] - ], - [ - 1.875, - [ - 0.004567781463265419, - 0.010129095986485481, - 0.057533565908670425, - 0.9982818365097046 - ] - ], - [ - 1.9166666269302368, - [ - 0.006809346843510866, - 0.013789558783173561, - 0.08209151774644852, - 0.9965061545372009 - ] - ], - [ - 1.9583333730697632, - [ - 0.0034478809684515, - 0.008220371790230274, - 0.045125812292099, - 0.9989415407180786 - ] - ], - [ - 2.0, - [ - -0.00043580058263614774, - -0.002736177295446396, - -0.010335848666727543, - 0.9999428391456604 - ] - ], - [ - 2.0416667461395264, - [ - -0.00271034799516201, - -0.01691306196153164, - -0.04806647077202797, - 0.9986972808837891 - ] - ], - [ - 2.0833332538604736, - [ - -0.004983280785381794, - -0.031436070799827576, - -0.07018677145242691, - 0.9970259666442871 - ] - ], - [ - 2.125, - [ - -0.0064198607578873634, - -0.04143352806568146, - -0.07919695973396301, - 0.9959768652915955 - ] - ], - [ - 2.1666667461395264, - [ - -0.006875206716358662, - -0.04488528519868851, - -0.08133064955472946, - 0.9956522583961487 - ] - ], - [ - 2.2083332538604736, - [ - -0.006664710585027933, - -0.04326559230685234, - -0.08038973808288574, - 0.9958017468452454 - ] - ], - [ - 2.25, - [ - -0.006008222699165344, - -0.03845561295747757, - -0.07696384936571121, - 0.9962738752365112 - ] - ], - [ - 2.2916667461395264, - [ - -0.004845509771257639, - -0.03052411787211895, - -0.0691402480006218, - 0.9971281886100769 - ] - ], - [ - 2.3333332538604736, - [ - -0.0032296855933964252, - -0.02016284689307213, - -0.054138943552970886, - 0.9983246922492981 - ] - ], - [ - 2.375, - [ - -0.0014222434256225824, - -0.008898239582777023, - -0.029423130676150322, - 0.9995264410972595 - ] - ], - [ - 2.4166667461395264, - [ - 0.0003139272448606789, - 0.0014019113732501864, - 0.006148406304419041, - 0.999980092048645 - ] - ], - [ - 2.4583332538604736, - [ - 0.006042137276381254, - 0.012548571452498436, - 0.07368878275156021, - 0.9971840381622314 - ] - ], - [ - 2.5, - [ - 0.01313671376556158, - 0.024367565289139748, - 0.15408864617347717, - 0.9876691699028015 - ] - ], - [ - 2.5416667461395264, - [ - 0.0176960751414299, - 0.03325702250003815, - 0.21249176561832428, - 0.9764364361763 - ] - ], - [ - 2.5833332538604736, - [ - 0.020053448155522346, - 0.03868897259235382, - 0.24672318994998932, - 0.9681057333946228 - ] - ], - [ - 2.625, - [ - 0.021594716235995293, - 0.0427364818751812, - 0.27148696780204773, - 0.9612503051757813 - ] - ], - [ - 2.6666667461395264, - [ - 0.02254611626267433, - 0.04551079124212265, - 0.2881009578704834, - 0.9562522172927856 - ] - ], - [ - 2.7083332538604736, - [ - 0.02308838628232479, - 0.04721402749419212, - 0.29815882444381714, - 0.9530682563781738 - ] - ], - [ - 2.75, - [ - 0.02335619553923607, - 0.0480940006673336, - 0.30331361293792725, - 0.9513897895812988 - ] - ], - [ - 2.7916667461395264, - [ - 0.02345300279557705, - 0.0484190359711647, - 0.30521056056022644, - 0.9507639408111572 - ] - ], - [ - 2.8333332538604736, - [ - 0.023466752842068672, - 0.04846551641821861, - 0.3054814636707306, - 0.9506743550300598 - ] - ], - [ - 2.875, - [ - 0.02296663634479046, - 0.04682284966111183, - 0.2958582937717438, - 0.9538072347640991 - ] - ], - [ - 2.9166667461395264, - [ - 0.021563207730650902, - 0.04264865070581436, - 0.27095621824264526, - 0.9614047408103943 - ] - ], - [ - 2.9583332538604736, - [ - 0.01940689980983734, - 0.037120651453733444, - 0.2369575947523117, - 0.9706165790557861 - ] - ], - [ - 3.0, - [ - 0.01680835708975792, - 0.031387809664011, - 0.20044873654842377, - 0.9790570139884949 - ] - ], - [ - 3.0416667461395264, - [ - 0.014271032996475697, - 0.026434220373630524, - 0.16791008412837982, - 0.9853445887565613 - ] - ], - [ - 3.0833332538604736, - [ - 0.012371369637548923, - 0.02301396057009697, - 0.14496782422065735, - 0.9890913367271423 - ] - ], - [ - 3.125, - [ - 0.011633272282779217, - 0.021735383197665215, - 0.13630937039852142, - 0.9903595447540283 - ] - ], - [ - 3.1666667461395264, - [ - 0.016758635640144348, - 0.03128548339009285, - 0.19978560507297516, - 0.9791966676712036 - ] - ], - [ - 3.2083332538604736, - [ - 0.0253705233335495, - 0.05590161681175232, - 0.34785178303718567, - 0.9355375170707703 - ] - ], - [ - 3.25, - [ - 0.027678584679961205, - 0.08119258284568787, - 0.4791470468044281, - 0.8735330700874329 - ] - ], - [ - 3.2916667461395264, - [ - 0.02693159319460392, - 0.09101387858390808, - 0.5256311893463135, - 0.8454011082649231 - ] - ], - [ - 3.5416667461395264, - [ - 0.02693159319460392, - 0.09101387858390808, - 0.5256311893463135, - 0.8454011082649231 - ] - ], - [ - 3.5833332538604736, - [ - 0.02703997492790222, - 0.09008991718292236, - 0.5213517546653748, - 0.8481420874595642 - ] - ], - [ - 3.625, - [ - 0.02732929401099682, - 0.08718526363372803, - 0.5077746510505676, - 0.8566310405731201 - ] - ], - [ - 3.6666667461395264, - [ - 0.027652543038129807, - 0.0819602832198143, - 0.4828622341156006, - 0.8714137673377991 - ] - ], - [ - 3.7083332538604736, - [ - 0.027653230354189873, - 0.07400649785995483, - 0.44365444779396057, - 0.8927088379859924 - ] - ], - [ - 3.75, - [ - 0.02666584961116314, - 0.06308640539646149, - 0.38704586029052734, - 0.9195132255554199 - ] - ], - [ - 3.7916667461395264, - [ - 0.02375647984445095, - 0.049463916569948196, - 0.3112827241420746, - 0.9487317800521851 - ] - ], - [ - 3.8333332538604736, - [ - 0.01812589354813099, - 0.03419293463230133, - 0.21847140789031982, - 0.9750757813453674 - ] - ], - [ - 3.875, - [ - 0.00863956194370985, - 0.016750246286392212, - 0.1022920161485672, - 0.9945758581161499 - ] - ], - [ - 3.9166667461395264, - [ - 0.00010869967809412628, - 0.0005801219958811998, - 0.0024294776376336813, - 0.9999969005584717 - ] - ], - [ - 3.9583332538604736, - [ - -0.0023462786339223385, - -0.014645060524344444, - -0.04336293414235115, - 0.9989492893218994 - ] - ], - [ - 4.0, - [ - -0.004935333039611578, - -0.03111799992620945, - -0.06982631981372833, - 0.9970614910125732 - ] - ], - [ - 4.041666507720947, - [ - -0.006819380447268486, - -0.04445125162601471, - -0.08108896017074585, - 0.9956918954849243 - ] - ], - [ - 4.083333492279053, - [ - -0.007718600798398256, - -0.05202210322022438, - -0.08416642993688583, - 0.9950628876686096 - ] - ], - [ - 4.125, - [ - -0.007959924638271332, - -0.05445058271288872, - -0.08455096185207367, - 0.9948984384536743 - ] - ], - [ - 4.166666507720947, - [ - -0.007978009060025215, - -0.054655492305755615, - -0.08455852419137955, - 0.9948865175247192 - ] - ], - [ - 4.208333492279053, - [ - -0.005893366876989603, - -0.037643913179636, - -0.07629087567329407, - 0.9963573217391968 - ] - ], - [ - 4.25, - [ - 0.01598488911986351, - 0.02972247079014778, - 0.18960829079151154, - 0.9812796711921692 - ] - ], - [ - 4.291666507720947, - [ - 0.0266207754611969, - 0.09336161613464355, - 0.5364213585853577, - 0.838347852230072 - ] - ], - [ - 4.333333492279053, - [ - 0.026637976989150047, - 0.09324104338884354, - 0.5358701348304749, - 0.8387131690979004 - ] - ], - [ - 4.375, - [ - 0.026684775948524475, - 0.09290813654661179, - 0.5343464612960815, - 0.8397201299667358 - ] - ], - [ - 4.416666507720947, - [ - 0.026753626763820648, - 0.0924045518040657, - 0.532037079334259, - 0.8412386178970337 - ] - ], - [ - 4.458333492279053, - [ - 0.026836799457669258, - 0.09177188575267792, - 0.5291280150413513, - 0.8431377410888672 - ] - ], - [ - 4.583333492279053, - [ - 0.027099385857582092, - 0.08955258131027222, - 0.5188543796539307, - 0.8497270941734314 - ] - ], - [ - 4.625, - [ - 0.02717060223221779, - 0.08887386322021484, - 0.5156906843185425, - 0.8517196178436279 - ] - ], - [ - 4.666666507720947, - [ - 0.027225792407989502, - 0.0883176401257515, - 0.5130902528762817, - 0.8533446788787842 - ] - ], - [ - 4.708333492279053, - [ - 0.027261458337306976, - 0.08794184029102325, - 0.5113294124603271, - 0.8544386029243469 - ] - ], - [ - 4.75, - [ - 0.027274204418063164, - 0.08780409395694733, - 0.5106831789016724, - 0.8548388481140137 - ] - ], - [ - 4.791666507720947, - [ - 0.027255883440375328, - 0.08800148218870163, - 0.5116090774536133, - 0.8542652130126953 - ] - ], - [ - 4.833333492279053, - [ - 0.027212034910917282, - 0.08845911920070648, - 0.5137523412704468, - 0.8529321551322937 - ] - ], - [ - 4.875, - [ - 0.02716006338596344, - 0.08897694200277328, - 0.5161718130111694, - 0.8514178395271301 - ] - ], - [ - 4.916666507720947, - [ - 0.02711985446512699, - 0.08936161547899246, - 0.5179652571678162, - 0.8502888083457947 - ] - ], - [ - 4.958333492279053, - [ - 0.02711305394768715, - 0.08942542225122452, - 0.5182623863220215, - 0.8501012325286865 - ] - ], - [ - 5.0, - [ - 0.02716006338596344, - 0.08897694200277328, - 0.5161718130111694, - 0.8514178395271301 - ] - ], - [ - 5.041666507720947, - [ - 0.027274202555418015, - 0.08780410140752792, - 0.5106831789016724, - 0.8548388481140137 - ] - ], - [ - 5.083333492279053, - [ - 0.02749335765838623, - 0.0850309282541275, - 0.4975805878639221, - 0.8628020882606506 - ] - ], - [ - 5.125, - [ - 0.027706328779459, - 0.08008939772844315, - 0.47378304600715637, - 0.8765544295310974 - ] - ], - [ - 5.166666507720947, - [ - 0.02762335166335106, - 0.07327897101640701, - 0.43998652696609497, - 0.8945831656455994 - ] - ], - [ - 5.208333492279053, - [ - 0.026938678696751595, - 0.06512411683797836, - 0.39787009358406067, - 0.9147308468818665 - ] - ], - [ - 5.25, - [ - 0.025474131107330322, - 0.0563846193253994, - 0.3505387008190155, - 0.9345022439956665 - ] - ], - [ - 5.291666507720947, - [ - 0.023304857313632965, - 0.04792315885424614, - 0.3023150563240051, - 0.9517174363136292 - ] - ], - [ - 5.333333492279053, - [ - 0.020774969831109047, - 0.0405242033302784, - 0.25802966952323914, - 0.9650631546974182 - ] - ], - [ - 5.375, - [ - 0.018389064818620682, - 0.03477681428194046, - 0.22218474745750427, - 0.9742107391357422 - ] - ], - [ - 5.416666507720947, - [ - 0.016659149900078773, - 0.0310814306139946, - 0.19846214354038239, - 0.9794739484786987 - ] - ], - [ - 5.458333492279053, - [ - 0.016006970778107643, - 0.02976633608341217, - 0.1898951232433319, - 0.9812225103378296 - ] - ], - [ - 5.541666507720947, - [ - 0.018082546070218086, - 0.034097567200660706, - 0.21786364912986755, - 0.9752157926559448 - ] - ], - [ - 5.583333492279053, - [ - 0.016006944701075554, - 0.02976628579199314, - 0.18989478051662445, - 0.9812225699424744 - ] - ], - [ - 5.625, - [ - 0.001992554636672139, - 0.005526544526219368, - 0.028441209346055984, - 0.9995782971382141 - ] - ], - [ - 5.666666507720947, - [ - -0.0031996616162359715, - -0.019974350929260254, - -0.05380667746067047, - 0.9983464479446411 - ] - ], - [ - 5.708333492279053, - [ - -0.005280833225697279, - -0.03342777490615845, - -0.0723351240158081, - 0.9968060851097107 - ] - ], - [ - 5.75, - [ - -0.004490984138101339, - -0.028203140944242477, - -0.06629139184951782, - 0.9973916411399841 - ] - ], - [ - 5.791666507720947, - [ - -0.0023321397602558136, - -0.014557072892785072, - -0.043172165751457214, - 0.9989588856697083 - ] - ], - [ - 5.833333492279053, - [ - 0.000541544402949512, - 0.0021360504906624556, - 0.009713617153465748, - 0.9999504089355469 - ] - ], - [ - 5.875, - [ - 0.01333340909332037, - 0.024720489978790283, - 0.15645819902420044, - 0.9872852563858032 - ] - ], - [ - 5.916666507720947, - [ - 0.023915866389870644, - 0.05002951994538307, - 0.314553439617157, - 0.9476187229156494 - ] - ], - [ - 5.958333492279053, - [ - 0.026382245123386383, - 0.06123613193631172, - 0.37710800766944885, - 0.923766016960144 - ] - ], - [ - 6.0, - [ - 0.02637515403330326, - 0.061192598193883896, - 0.3768729567527771, - 0.923865020275116 - ] - ], - [ - 6.041666507720947, - [ - 0.0263504721224308, - 0.061041828244924545, - 0.37605828046798706, - 0.9242077469825745 - ] - ], - [ - 6.083333492279053, - [ - 0.02630261518061161, - 0.060753509402275085, - 0.3744984269142151, - 0.9248612523078918 - ] - ], - [ - 6.125, - [ - 0.026225190609693527, - 0.06029732525348663, - 0.37202510237693787, - 0.9258909225463867 - ] - ], - [ - 6.166666507720947, - [ - 0.02611044980585575, - 0.059642940759658813, - 0.368465781211853, - 0.9273586869239807 - ] - ], - [ - 6.208333492279053, - [ - 0.025948751717805862, - 0.05876009538769722, - 0.36364221572875977, - 0.9293214082717896 - ] - ], - [ - 6.25, - [ - 0.025727959349751472, - 0.057618871331214905, - 0.35736989974975586, - 0.9318287968635559 - ] - ], - [ - 6.291666507720947, - [ - 0.025432679802179337, - 0.05619003251194954, - 0.34945720434188843, - 0.934920072555542 - ] - ], - [ - 6.333333492279053, - [ - 0.025043603032827377, - 0.0544457733631134, - 0.33970600366592407, - 0.9386204481124878 - ] - ], - [ - 6.375, - [ - 0.024536829441785812, - 0.052360713481903076, - 0.3279147148132324, - 0.9429359436035156 - ] - ], - [ - 6.416666507720947, - [ - 0.023883434012532234, - 0.0499134361743927, - 0.31388306617736816, - 0.9478480219841003 - ] - ], - [ - 6.458333492279053, - [ - 0.023049455136060715, - 0.04708836227655411, - 0.2974204421043396, - 0.9533060789108276 - ] - ], - [ - 6.5, - [ - 0.02199666015803814, - 0.04387860372662544, - 0.27836158871650696, - 0.9592214822769165 - ] - ], - [ - 6.541666507720947, - [ - 0.020684432238340378, - 0.04028856009244919, - 0.25658518075942993, - 0.9654601216316223 - ] - ], - [ - 6.583333492279053, - [ - 0.0190736036747694, - 0.03633730113506317, - 0.2320440113544464, - 0.971839189529419 - ] - ], - [ - 6.625, - [ - 0.017132854089140892, - 0.03206164389848709, - 0.20480547845363617, - 0.9781274199485779 - ] - ], - [ - 6.666666507720947, - [ - 0.014848415739834309, - 0.027517760172486305, - 0.17510156333446503, - 0.9840537309646606 - ] - ], - [ - 6.708333492279053, - [ - 0.012238116934895515, - 0.022781280800700188, - 0.1433950811624527, - 0.989327609539032 - ] - ], - [ - 6.75, - [ - 0.007528573274612427, - 0.014950519427657127, - 0.08999523520469666, - 0.9958015084266663 - ] - ], - [ - 6.791666507720947, - [ - 0.0014627940254285932, - 0.0044263373129069805, - 0.022022832185029984, - 0.9997466206550598 - ] - ], - [ - 6.833333492279053, - [ - -0.0008823132957331836, - -0.005531215574592352, - -0.01962347887456417, - 0.9997917413711548 - ] - ], - [ - 6.875, - [ - -0.00263673672452569, - -0.016453998163342476, - -0.04714687913656235, - 0.9987489581108093 - ] - ], - [ - 6.916666507720947, - [ - -0.004213536623865366, - -0.026409165933728218, - -0.06389906257390976, - 0.9975979924201965 - ] - ], - [ - 6.958333492279053, - [ - -0.005258296616375446, - -0.0332757793366909, - -0.07217768579721451, - 0.9968227744102478 - ] - ], - [ - 7.0, - [ - -0.005625802557915449, - -0.03578062728047371, - -0.07463915646076202, - 0.9965527057647705 - ] - ], - [ - 7.041666507720947, - [ - -0.005267463158816099, - -0.03333757817745209, - -0.07224182039499283, - 0.9968159198760986 - ] - ], - [ - 7.083333492279053, - [ - -0.004240551497787237, - -0.026583079248666763, - -0.0641385018825531, - 0.997577965259552 - ] - ], - [ - 7.125, - [ - -0.002668337896466255, - -0.016651038080453873, - -0.04754355177283287, - 0.9987269043922424 - ] - ], - [ - 7.166666507720947, - [ - -0.0008813351159915328, - -0.005525099579244852, - -0.019604384899139404, - 0.9997921586036682 - ] - ], - [ - 7.208333492279053, - [ - 0.0017385524697601795, - 0.005011026281863451, - 0.02539944276213646, - 0.9996632933616638 - ] - ], - [ - 7.25, - [ - 0.00891200266778469, - 0.01719418168067932, - 0.10532873868942261, - 0.9942488670349121 - ] - ], - [ - 7.291666507720947, - [ - 0.015187141485512257, - 0.028164420276880264, - 0.1793743520975113, - 0.9832603931427002 - ] - ], - [ - 7.333333492279053, - [ - 0.01749379001557827, - 0.032823774963617325, - 0.20971232652664185, - 0.9770554304122925 - ] - ], - [ - 7.375, - [ - 0.01502241101115942, - 0.027848880738019943, - 0.17729121446609497, - 0.983649730682373 - ] - ], - [ - 7.416666507720947, - [ - 0.008220266550779343, - 0.016069354489445686, - 0.09763596951961517, - 0.9950584769248962 - ] - ], - [ - 7.458333492279053, - [ - 0.0008803646196611226, - 0.003064206801354885, - 0.014505545608699322, - 0.9998897314071655 - ] - ], - [ - 7.5, - [ - -0.0014403301756829023, - -0.009010830894112587, - -0.029727837070822716, - 0.9995163679122925 - ] - ], - [ - 7.541666507720947, - [ - -0.003639075206592679, - -0.02274402789771557, - -0.058456968516111374, - 0.9980242848396301 - ] - ], - [ - 7.583333492279053, - [ - -0.005568234249949455, - -0.035384342074394226, - -0.0742684006690979, - 0.9965947866439819 - ] - ], - [ - 7.625, - [ - -0.006828812416642904, - -0.04452434182167053, - -0.08113019913434982, - 0.9956852197647095 - ] - ], - [ - 7.666666507720947, - [ - -0.007435789331793785, - -0.049474164843559265, - -0.0834103673696518, - 0.995258629322052 - ] - ], - [ - 7.708333492279053, - [ - -0.00760332215577364, - -0.05095680058002472, - -0.08388803154230118, - 0.99514240026474 - ] - ], - [ - 7.75, - [ - -0.005993508733808994, - -0.03835120052099228, - -0.07687884569168091, - 0.996284544467926 - ] - ], - [ - 7.791666507720947, - [ - -3.445396856704974e-08, - -1.6514020728664036e-07, - -8.759334377828054e-07, - 1.0 - ] - ], - [ - 7.833333492279053, - [ - 0.026620956137776375, - 0.06277812272310257, - 0.3853973150253296, - 0.9202277660369873 - ] - ], - [ - 7.875, - [ - 0.02629072032868862, - 0.0955171287059784, - 0.5462245345115662, - 0.8317596316337585 - ] - ], - [ - 7.916666507720947, - [ - 0.02629251964390278, - 0.09550614655017853, - 0.5461747646331787, - 0.8317936062812805 - ] - ], - [ - 7.958333492279053, - [ - 0.02630504034459591, - 0.09542904049158096, - 0.5458258390426636, - 0.8320309519767761 - ] - ], - [ - 8.0, - [ - 0.026338977739214897, - 0.09521865099668503, - 0.5448728203773499, - 0.832678496837616 - ] - ], - [ - 8.041666984558105, - [ - 0.02640463039278984, - 0.09480408579111099, - 0.5429924726486206, - 0.833950936794281 - ] - ], - [ - 8.083333015441895, - [ - 0.02651149034500122, - 0.09410698711872101, - 0.5398222804069519, - 0.8360819220542908 - ] - ], - [ - 8.125, - [ - 0.027532115578651428, - 0.08441869169473648, - 0.49466386437416077, - 0.8645365238189697 - ] - ], - [ - 8.166666984558105, - [ - 0.025151202455163002, - 0.0549142062664032, - 0.3423347771167755, - 0.9376346468925476 - ] - ], - [ - 8.208333015441895, - [ - 0.00905987061560154, - 0.01743573509156704, - 0.10698109120130539, - 0.9940668940544128 - ] - ], - [ - 8.25, - [ - -0.0012274050386622548, - -0.00768463546410203, - -0.02604827657341957, - 0.9996303915977478 - ] - ], - [ - 8.291666984558105, - [ - -0.004932801704853773, - -0.031101210042834282, - -0.06980719417333603, - 0.9970633387565613 - ] - ], - [ - 8.333333015441895, - [ - -0.007249284535646439, - -0.04789343476295471, - -0.08279363811016083, - 0.9953888058662415 - ] - ], - [ - 8.375, - [ - -0.007926644757390022, - -0.05408960208296776, - -0.08452250808477402, - 0.9949209094047546 - ] - ], - [ - 8.416666984558105, - [ - -0.007978009060025215, - -0.054655492305755615, - -0.08455852419137955, - 0.9948865175247192 - ] - ], - [ - 8.458333015441895, - [ - -0.007806228008121252, - -0.05286450684070587, - -0.08434412628412247, - 0.9950027465820313 - ] - ], - [ - 8.5, - [ - -0.005872173700481653, - -0.0374949686229229, - -0.07616432011127472, - 0.9963727593421936 - ] - ], - [ - 8.541666984558105, - [ - -0.001580633339472115, - -0.009884048253297806, - -0.03204446658492088, - 0.9994363188743591 - ] - ], - [ - 8.583333015441895, - [ - 0.007126169744879007, - 0.014300893060863018, - 0.08556877076625824, - 0.996204137802124 - ] - ], - [ - 8.625, - [ - 0.0159313827753067, - 0.02961633913218975, - 0.18891394138336182, - 0.9814176559448242 - ] - ], - [ - 8.666666984558105, - [ - -0.00024958839640021324, - -0.0015675846952944994, - -0.006087540648877621, - 0.9999802112579346 - ] - ], - [ - 8.708333015441895, - [ - -0.006847228389233351, - -0.0446673147380352, - -0.08121026307344437, - 0.9956720471382141 - ] - ], - [ - 8.75, - [ - -0.007978009060025215, - -0.054655492305755615, - -0.08455852419137955, - 0.9948865175247192 - ] - ], - [ - 8.791666984558105, - [ - -0.007802673615515232, - -0.05282966047525406, - -0.08433759957551956, - 0.995005190372467 - ] - ], - [ - 8.833333015441895, - [ - -0.005829859059303999, - -0.0371982641518116, - -0.07590948790311813, - 0.9964035749435425 - ] - ], - [ - 8.875, - [ - -0.0014835664769634604, - -0.009279941208660603, - -0.030450528487563133, - 0.9994921088218689 - ] - ], - [ - 8.916666984558105, - [ - 0.00784683134406805, - 0.015464846976101398, - 0.09350540488958359, - 0.9954677224159241 - ] - ], - [ - 8.958333015441895, - [ - 0.01676291599869728, - 0.03129427880048752, - 0.199842631816864, - 0.9791846871376038 - ] - ], - [ - 9.0, - [ - 0.01627974584698677, - 0.03031173348426819, - 0.19345583021640778, - 0.9805055856704712 - ] - ], - [ - 9.041666984558105, - [ - 0.014932035468518734, - 0.027676614001393318, - 0.1761525273323059, - 0.983860433101654 - ] - ], - [ - 9.083333015441895, - [ - 0.012878203764557838, - 0.023906953632831573, - 0.15099062025547028, - 0.9881621599197388 - ] - ], - [ - 9.125, - [ - 0.010331760160624981, - 0.019534729421138763, - 0.12132801860570908, - 0.9923664331436157 - ] - ], - [ - 9.166666984558105, - [ - 0.007585999555885792, - 0.015043271705508232, - 0.09062795341014862, - 0.9957423210144043 - ] - ], - [ - 9.208333015441895, - [ - 0.004982254467904568, - 0.010816635563969612, - 0.06208511069417, - 0.997999906539917 - ] - ], - [ - 9.25, - [ - 0.002830879995599389, - 0.007119339890778065, - 0.038165975362062454, - 0.9992420673370361 - ] - ], - [ - 9.291666984558105, - [ - 0.00132016243878752, - 0.004111254587769508, - 0.020238274708390236, - 0.999785840511322 - ] - ], - [ - 9.333333015441895, - [ - 0.0004583619302138686, - 0.0018817801028490067, - 0.008454735390841961, - 0.9999623894691467 - ] - ], - [ - 9.375, - [ - 8.943464490585029e-05, - 0.0004885410307906568, - 0.0020346061792224646, - 0.9999979138374329 - ] - ], - [ - 9.416666984558105, - [ - 1.4899151782316717e-15, - 1.3021689913958641e-14, - 4.9650526881073534e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 3.548880704329349e-05, - 0.00020927240257151425, - 0.0008563899318687618, - 0.9999997019767761 - ] - ], - [ - 9.5, - [ - 0.00016004305507522076, - 0.000808590673841536, - 0.0034323015715926886, - 0.9999938607215881 - ] - ], - [ - 9.541666984558105, - [ - 0.00042169340304099023, - 0.0017650892259553075, - 0.00788536760956049, - 0.9999672770500183 - ] - ], - [ - 9.583333015441895, - [ - 0.000875690602697432, - 0.003052289364859462, - 0.014442180283367634, - 0.9998906850814819 - ] - ], - [ - 9.625, - [ - 0.0015635137679055333, - 0.00464332802221179, - 0.02326641045510769, - 0.9997172951698303 - ] - ], - [ - 9.666666984558105, - [ - 0.0024991300888359547, - 0.00650535523891449, - 0.034363970160484314, - 0.9993851780891418 - ] - ], - [ - 9.708333015441895, - [ - 0.0036632625851780176, - 0.008594954386353493, - 0.0475299172103405, - 0.9988261461257935 - ] - ], - [ - 9.75, - [ - 0.005004978738725185, - 0.010854121297597885, - 0.062334295362234116, - 0.9979837536811829 - ] - ], - [ - 9.833333015441895, - [ - 0.007903117686510086, - 0.015555827878415585, - 0.09412693977355957, - 0.9954072833061218 - ] - ], - [ - 9.875, - [ - 0.009274016134440899, - 0.01778630167245865, - 0.10937919467687607, - 0.993797779083252 - ] - ], - [ - 9.916666984558105, - [ - 0.010470228269696236, - 0.019766006618738174, - 0.12290621548891068, - 0.9921661615371704 - ] - ], - [ - 9.958333015441895, - [ - 0.011409828439354897, - 0.02135300636291504, - 0.13371269404888153, - 0.9907243847846985 - ] - ], - [ - 10.0, - [ - 0.012020755559206009, - 0.022403528913855553, - 0.1408388763666153, - 0.9897060394287109 - ] - ], - [ - 10.041666984558105, - [ - 0.01223813183605671, - 0.022781305015087128, - 0.14339524507522583, - 0.9893276691436768 - ] - ], - [ - 11.375, - [ - 0.01223813183605671, - 0.022781305015087128, - 0.14339524507522583, - 0.9893276691436768 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715943401_1490823.json b/lenses/physics-objects/Scene/assets/1645812715943401_1490823.json deleted file mode 100644 index 872437ec..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715943401_1490823.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715943401:1490823", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715943662_1490830.json b/lenses/physics-objects/Scene/assets/1645812715943662_1490830.json deleted file mode 100644 index c41df59e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715943662_1490830.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715943662:1490830", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715945491_1490843.json b/lenses/physics-objects/Scene/assets/1645812715945491_1490843.json deleted file mode 100644 index c43855ad..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715945491_1490843.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715945491:1490843", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04222000017762184, - -0.12301000207662582, - 0.5998209714889526 - ] - ], - [ - 11.375, - [ - -0.04222000017762184, - -0.12301000207662582, - 0.5998209714889526 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715945985_1490850.json b/lenses/physics-objects/Scene/assets/1645812715945985_1490850.json deleted file mode 100644 index 0ec25919..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715945985_1490850.json +++ /dev/null @@ -1,2062 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715945985:1490850", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.08165741711854935, - -0.011347920633852482, - -0.007500233594328165, - 0.9965676069259644 - ] - ], - [ - 0.0416666679084301, - [ - 0.08165741711854935, - -0.011347920633852482, - -0.007500233594328165, - 0.9965676069259644 - ] - ], - [ - 0.0833333358168602, - [ - 0.10379858314990997, - -0.013425344601273537, - -0.009092524647712708, - 0.9944661855697632 - ] - ], - [ - 0.125, - [ - 0.12830881774425507, - -0.015467253513634205, - -0.010727178305387497, - 0.9915556311607361 - ] - ], - [ - 0.1666666716337204, - [ - 0.14780893921852112, - -0.016937952488660812, - -0.011949488893151283, - 0.9887986779212952 - ] - ], - [ - 0.2083333283662796, - [ - 0.15567420423030853, - -0.017498234286904335, - -0.012425679713487625, - 0.9875752925872803 - ] - ], - [ - 0.25, - [ - 0.1472196727991104, - -0.01689525507390499, - -0.01191344577819109, - 0.9888878464698792 - ] - ], - [ - 0.2916666567325592, - [ - 0.12373961508274078, - -0.015104195103049278, - -0.010431346483528614, - 0.9921449422836304 - ] - ], - [ - 0.3333333432674408, - [ - 0.08860138803720474, - -0.012027005665004253, - -0.008013032376766205, - 0.9959623217582703 - ] - ], - [ - 0.375, - [ - 0.047219615429639816, - -0.007499425206333399, - -0.004732771310955286, - 0.9988451600074768 - ] - ], - [ - 0.4166666567325592, - [ - 0.007075908128172159, - -0.0013909211847931147, - -0.0008132077637128532, - 0.9999737739562988 - ] - ], - [ - 0.4583333432674408, - [ - -0.03013371303677559, - 0.007451348938047886, - 0.004036743193864822, - 0.9995100498199463 - ] - ], - [ - 0.5, - [ - -0.06928707659244537, - 0.019296295940876007, - 0.010574125684797764, - 0.9973540902137756 - ] - ], - [ - 0.5416666865348816, - [ - -0.10334126651287079, - 0.030552053824067116, - 0.017399216070771217, - 0.9940244555473328 - ] - ], - [ - 0.5833333134651184, - [ - -0.1265248954296112, - 0.03847238048911095, - 0.022646887227892876, - 0.9909583330154419 - ] - ], - [ - 0.625, - [ - -0.13496480882167816, - 0.041386112570762634, - 0.024678422138094902, - 0.9896780848503113 - ] - ], - [ - 0.6666666865348816, - [ - -0.12805776298046112, - 0.03900062292814255, - 0.023011041805148125, - 0.9907323718070984 - ] - ], - [ - 0.7083333134651184, - [ - -0.1089078038930893, - 0.032439954578876495, - 0.01861477456986904, - 0.9933480024337769 - ] - ], - [ - 0.75, - [ - -0.0802105963230133, - 0.022840138524770737, - 0.012648816220462322, - 0.9964360594749451 - ] - ], - [ - 0.7916666865348816, - [ - -0.04582872986793518, - 0.011998514644801617, - 0.006486962549388409, - 0.9988561868667603 - ] - ], - [ - 0.8333333134651184, - [ - -0.010907737538218498, - 0.0024416325613856316, - 0.0013559248764067888, - 0.9999366998672485 - ] - ], - [ - 0.875, - [ - 0.022312985733151436, - -0.004002907779067755, - -0.0024192004930227995, - 0.9997401833534241 - ] - ], - [ - 0.9166666865348816, - [ - 0.05931372195482254, - -0.008955525234341621, - -0.0057523478753864765, - 0.9981826543807983 - ] - ], - [ - 0.9583333134651184, - [ - 0.095146045088768, - -0.012643194757401943, - -0.008484788239002228, - 0.9953469634056091 - ] - ], - [ - 1.0, - [ - 0.12463291734457016, - -0.015175767242908478, - -0.01048948522657156, - 0.9920315146446228 - ] - ], - [ - 1.0416666269302368, - [ - 0.14409098029136658, - -0.016666807234287262, - -0.011721177026629448, - 0.98935467004776 - ] - ], - [ - 1.0833333730697632, - [ - 0.15106356143951416, - -0.0171719491481781, - -0.0121476324275136, - 0.9883002638816833 - ] - ], - [ - 1.125, - [ - 0.1481800675392151, - -0.01696479320526123, - -0.011972163803875446, - 0.9887424111366272 - ] - ], - [ - 1.1666666269302368, - [ - 0.13999313116073608, - -0.016363071277737617, - -0.011467037722468376, - 0.989950954914093 - ] - ], - [ - 1.2083333730697632, - [ - 0.12717090547084808, - -0.015377537347376347, - -0.010653861798346043, - 0.9917044043540955 - ] - ], - [ - 1.25, - [ - 0.11046115309000015, - -0.014004417695105076, - -0.009548969566822052, - 0.9937359094619751 - ] - ], - [ - 1.2916666269302368, - [ - 0.09079645574092865, - -0.01223615650087595, - -0.008172469213604927, - 0.9957607388496399 - ] - ], - [ - 1.3333333730697632, - [ - 0.06932596862316132, - -0.01007020752876997, - -0.0065554240718483925, - 0.997521698474884 - ] - ], - [ - 1.375, - [ - 0.04736260697245598, - -0.007517428603023291, - -0.004745174665004015, - 0.9988381862640381 - ] - ], - [ - 1.4166666269302368, - [ - 0.02625775709748268, - -0.00461155828088522, - -0.002808370627462864, - 0.9996406435966492 - ] - ], - [ - 1.4583333730697632, - [ - 0.007234769407659769, - -0.0014206657651811838, - -0.0008309150580316782, - 0.9999724626541138 - ] - ], - [ - 1.5, - [ - -0.009416457265615463, - 0.0020873993635177612, - 0.0011632655514404178, - 0.9999527931213379 - ] - ], - [ - 1.5416666269302368, - [ - -0.025605037808418274, - 0.006206856109201908, - 0.003372972598299384, - 0.9996472001075745 - ] - ], - [ - 1.5833333730697632, - [ - -0.04029255732893944, - 0.01035741250962019, - 0.0055963704362511635, - 0.9991186857223511 - ] - ], - [ - 1.625, - [ - -0.05214954912662506, - 0.013914528302848339, - 0.007538500241935253, - 0.9985139966011047 - ] - ], - [ - 1.6666666269302368, - [ - -0.05999591201543808, - 0.016347814351320267, - 0.008894993923604488, - 0.9980252385139465 - ] - ], - [ - 1.7083333730697632, - [ - -0.06281235069036484, - 0.0172344408929348, - 0.009395665489137173, - 0.9978322982788086 - ] - ], - [ - 1.75, - [ - -0.04975861683487892, - 0.013184808194637299, - 0.007136404514312744, - 0.9986487627029419 - ] - ], - [ - 1.7916666269302368, - [ - -0.020367011427879333, - 0.004813094157725573, - 0.002629819791764021, - 0.9997775554656982 - ] - ], - [ - 1.8333333730697632, - [ - 0.01087395939975977, - -0.002086048247292638, - -0.0012305100681260228, - 0.9999379515647888 - ] - ], - [ - 1.875, - [ - 0.039551082998514175, - -0.006503067910671234, - -0.004054213874042034, - 0.9991881847381592 - ] - ], - [ - 1.9166666269302368, - [ - 0.052529577165842056, - -0.008154848590493202, - -0.005187589675188065, - 0.9985727071762085 - ] - ], - [ - 1.9583333730697632, - [ - 0.03250500559806824, - -0.0055289845913648605, - -0.0034057318698614836, - 0.9994505047798157 - ] - ], - [ - 2.0, - [ - -0.011539158411324024, - 0.0025933582801371813, - 0.0014381782384589314, - 0.9999290108680725 - ] - ], - [ - 2.0416667461395264, - [ - -0.07497949153184891, - 0.021133625879883766, - 0.011641747318208218, - 0.9968932271003723 - ] - ], - [ - 2.0833332538604736, - [ - -0.14352884888648987, - 0.04435383901000023, - 0.026806147769093513, - 0.9882882237434387 - ] - ], - [ - 2.125, - [ - -0.19172628223896027, - 0.061139896512031555, - 0.040038760751485825, - 0.9787235856056213 - ] - ], - [ - 2.1666667461395264, - [ - -0.20846283435821533, - 0.066959448158741, - 0.04514182358980179, - 0.9746906757354736 - ] - ], - [ - 2.2083332538604736, - [ - -0.20060540735721588, - 0.06422953307628632, - 0.04271286353468895, - 0.9766308665275574 - ] - ], - [ - 2.25, - [ - -0.1773184984922409, - 0.05611931160092354, - 0.0358574315905571, - 0.9818976521492004 - ] - ], - [ - 2.2916667461395264, - [ - -0.13916216790676117, - 0.0428394190967083, - 0.025712892413139343, - 0.989008367061615 - ] - ], - [ - 2.3333332538604736, - [ - -0.09009765088558197, - 0.02610672265291214, - 0.01462002657353878, - 0.9954834580421448 - ] - ], - [ - 2.375, - [ - -0.038499586284160614, - 0.009834075346589088, - 0.005314061883836985, - 0.9991961121559143 - ] - ], - [ - 2.4166667461395264, - [ - 0.005780926439911127, - -0.0011461678659543395, - -0.0006680082296952605, - 0.9999824166297913 - ] - ], - [ - 2.4583332538604736, - [ - 0.048207055777311325, - -0.007623336277902126, - -0.00481824204325676, - 0.9987967610359192 - ] - ], - [ - 2.5, - [ - 0.08643340319395065, - -0.01181788556277752, - -0.007854326628148556, - 0.9961565732955933 - ] - ], - [ - 2.5416667461395264, - [ - 0.11152662336826324, - -0.014095259830355644, - -0.009621080942451954, - 0.993614912033081 - ] - ], - [ - 2.5833332538604736, - [ - 0.12566767632961273, - -0.015258309431374073, - -0.010556643828749657, - 0.9918988943099976 - ] - ], - [ - 2.625, - [ - 0.135716050863266, - -0.016040394082665443, - -0.011198887601494789, - 0.9905546307563782 - ] - ], - [ - 2.6666667461395264, - [ - 0.14238987863063812, - -0.01654135249555111, - -0.011616000905632973, - 0.9896043539047241 - ] - ], - [ - 2.7083332538604736, - [ - 0.14640779793262482, - -0.01683625765144825, - -0.011863697320222855, - 0.9890099763870239 - ] - ], - [ - 2.75, - [ - 0.14846113324165344, - -0.0169850904494524, - -0.011989321559667587, - 0.9886996746063232 - ] - ], - [ - 2.7916667461395264, - [ - 0.14921583235263824, - -0.017039483413100243, - -0.012035335414111614, - 0.988584578037262 - ] - ], - [ - 2.8333332538604736, - [ - 0.14932356774806976, - -0.017047233879566193, - -0.012041897512972355, - 0.9885680675506592 - ] - ], - [ - 2.875, - [ - 0.1454901248216629, - -0.01676933281123638, - -0.011807344853878021, - 0.9891471266746521 - ] - ], - [ - 2.9166667461395264, - [ - 0.13550201058387756, - -0.016024092212319374, - -0.011185388080775738, - 0.9905844330787659 - ] - ], - [ - 2.9583332538604736, - [ - 0.1216663122177124, - -0.014936956577003002, - -0.010295840911567211, - 0.992405354976654 - ] - ], - [ - 3.0, - [ - 0.1064661294221878, - -0.013659513555467129, - -0.009276434779167175, - 0.9941792488098145 - ] - ], - [ - 3.0416667461395264, - [ - 0.09251101315021515, - -0.012397760525345802, - -0.008296145126223564, - 0.9955999255180359 - ] - ], - [ - 3.0833332538604736, - [ - 0.08236414194107056, - -0.011418289504945278, - -0.00755302794277668, - 0.9965082406997681 - ] - ], - [ - 3.125, - [ - 0.07845307886600494, - -0.011025131680071354, - -0.00725908437743783, - 0.996830403804779 - ] - ], - [ - 3.1666667461395264, - [ - 0.10618599504232407, - -0.013635070994496346, - -0.009257195517420769, - 0.9942097067832947 - ] - ], - [ - 3.2083332538604736, - [ - 0.16606925427913666, - -0.018212473019957542, - -0.013041714206337929, - 0.9858596324920654 - ] - ], - [ - 3.25, - [ - 0.21742847561836243, - -0.02135893702507019, - -0.015901869162917137, - 0.9757130742073059 - ] - ], - [ - 3.2916667461395264, - [ - 0.23573234677314758, - -0.02233867347240448, - -0.0168635044246912, - 0.9714148640632629 - ] - ], - [ - 3.5416667461395264, - [ - 0.23573234677314758, - -0.02233867347240448, - -0.0168635044246912, - 0.9714148640632629 - ] - ], - [ - 3.5833332538604736, - [ - 0.23403988778591156, - -0.022251294925808907, - -0.016775568947196007, - 0.9718275666236877 - ] - ], - [ - 3.625, - [ - 0.22868113219738007, - -0.02197020687162876, - -0.01649588719010353, - 0.9731136560440063 - ] - ], - [ - 3.6666667461395264, - [ - 0.21888577938079834, - -0.02143966779112816, - -0.01597934402525425, - 0.9753840565681458 - ] - ], - [ - 3.7083332538604736, - [ - 0.2035394012928009, - -0.0205664224922657, - -0.015154478140175343, - 0.9787334203720093 - ] - ], - [ - 3.75, - [ - 0.1814301759004593, - -0.01921726204454899, - -0.013926774263381958, - 0.983117401599884 - ] - ], - [ - 3.7916667461395264, - [ - 0.15162841975688934, - -0.017212247475981712, - -0.012181861326098442, - 0.9882127046585083 - ] - ], - [ - 3.8333332538604736, - [ - 0.11402130872011185, - -0.014306129887700081, - -0.009789003990590572, - 0.9933270812034607 - ] - ], - [ - 3.875, - [ - 0.06253238767385483, - -0.009322132915258408, - -0.006014303769916296, - 0.9979813694953918 - ] - ], - [ - 3.9166667461395264, - [ - 0.0024035200476646423, - -0.00048768683336675167, - -0.0002818319189827889, - 0.9999969601631165 - ] - ], - [ - 3.9583332538604736, - [ - -0.06452884525060654, - 0.017777947708964348, - 0.00970435794442892, - 0.9977102875709534 - ] - ], - [ - 4.0, - [ - -0.14200511574745178, - 0.04382513090968132, - 0.026422690600156784, - 0.9885422587394714 - ] - ], - [ - 4.041666507720947, - [ - -0.20635657012462616, - 0.06622812151908875, - 0.04448492452502251, - 0.9752188920974731 - ] - ], - [ - 4.083333492279053, - [ - -0.2431439906358719, - 0.07895108312368393, - 0.056584183126688004, - 0.9651144742965698 - ] - ], - [ - 4.125, - [ - -0.2549675405025482, - 0.08303222060203552, - 0.06077088788151741, - 0.9614593386650085 - ] - ], - [ - 4.166666507720947, - [ - -0.25596708059310913, - 0.08337961137294769, - 0.06113288551568985, - 0.9611408114433289 - ] - ], - [ - 4.208333492279053, - [ - -0.17339767515659332, - 0.054752398282289505, - 0.03475312143564224, - 0.9827144145965576 - ] - ], - [ - 4.25, - [ - 0.10186593979597092, - -0.01325368881225586, - -0.008958287537097931, - 0.994669497013092 - ] - ], - [ - 4.291666507720947, - [ - 0.24000732600688934, - -0.02255627140402794, - -0.01708483323454857, - 0.9703586101531982 - ] - ], - [ - 4.333333492279053, - [ - 0.23978863656520844, - -0.02254525199532509, - -0.01707354001700878, - 0.970413088798523 - ] - ], - [ - 4.375, - [ - 0.2391843944787979, - -0.022514738142490387, - -0.017042312771081924, - 0.9705634713172913 - ] - ], - [ - 4.458333492279053, - [ - 0.23711654543876648, - -0.022409621626138687, - -0.01693529076874256, - 0.9710750579833984 - ] - ], - [ - 4.583333492279053, - [ - 0.23305299878120422, - -0.022200031206011772, - -0.016724204644560814, - 0.9720667600631714 - ] - ], - [ - 4.666666507720947, - [ - 0.2307772934436798, - -0.02208094857633114, - -0.016605518758296967, - 0.9726142883300781 - ] - ], - [ - 4.708333492279053, - [ - 0.2300826460123062, - -0.022044360637664795, - -0.016569221392273903, - 0.9727802872657776 - ] - ], - [ - 4.75, - [ - 0.22982777655124664, - -0.022030910477042198, - -0.016555894166231155, - 0.9728410840034485 - ] - ], - [ - 4.791666507720947, - [ - 0.23019295930862427, - -0.022050177678465843, - -0.016574986279010773, - 0.9727539420127869 - ] - ], - [ - 4.875, - [ - 0.23199351131916046, - -0.022144740447402, - -0.01666899397969246, - 0.9723223447799683 - ] - ], - [ - 4.916666507720947, - [ - 0.23270179331302643, - -0.022181732580065727, - -0.016705909743905067, - 0.9721516370773315 - ] - ], - [ - 4.958333492279053, - [ - 0.23281913995742798, - -0.0221878495067358, - -0.016712022945284843, - 0.9721232652664185 - ] - ], - [ - 5.0, - [ - 0.23199351131916046, - -0.022144740447402, - -0.01666899397969246, - 0.9723223447799683 - ] - ], - [ - 5.041666507720947, - [ - 0.22982777655124664, - -0.022030910477042198, - -0.016555896028876305, - 0.9728410840034485 - ] - ], - [ - 5.083333492279053, - [ - 0.2246675342321396, - -0.021755393594503403, - -0.016285104677081108, - 0.9740564823150635 - ] - ], - [ - 5.125, - [ - 0.21532583236694336, - -0.02124164067208767, - -0.015789780765771866, - 0.9761835336685181 - ] - ], - [ - 5.166666507720947, - [ - 0.20210646092891693, - -0.02048228122293949, - -0.015076393261551857, - 0.9790332913398743 - ] - ], - [ - 5.208333492279053, - [ - 0.18566033244132996, - -0.019483981654047966, - -0.014165647327899933, - 0.982318639755249 - ] - ], - [ - 5.25, - [ - 0.1671253740787506, - -0.01828344166278839, - -0.01310349814593792, - 0.985679030418396 - ] - ], - [ - 5.291666507720947, - [ - 0.14806364476680756, - -0.016956377774477005, - -0.011965053156018257, - 0.9887600541114807 - ] - ], - [ - 5.333333492279053, - [ - 0.13027189671993256, - -0.015620970167219639, - -0.010853121988475323, - 0.9912959337234497 - ] - ], - [ - 5.375, - [ - 0.11556491255760193, - -0.014435341581702232, - -0.00989227183163166, - 0.993145763874054 - ] - ], - [ - 5.416666507720947, - [ - 0.1056264340877533, - -0.013586143031716347, - -0.009218713268637657, - 0.9942703247070313 - ] - ], - [ - 5.458333492279053, - [ - 0.10198825597763062, - -0.013264602981507778, - -0.008966808207333088, - 0.9946567416191101 - ] - ], - [ - 5.541666507720947, - [ - 0.11376830190420151, - -0.014284858480095863, - -0.00977203156799078, - 0.9933566451072693 - ] - ], - [ - 5.583333492279053, - [ - 0.10198813676834106, - -0.013264591805636883, - -0.008966797962784767, - 0.9946567416191101 - ] - ], - [ - 5.625, - [ - 0.022232534363865852, - -0.003990239463746548, - -0.0024111608508974314, - 0.9997419714927673 - ] - ], - [ - 5.666666507720947, - [ - -0.08921656012535095, - 0.025813650339841843, - 0.014440769329667091, - 0.9955729842185974 - ] - ], - [ - 5.708333492279053, - [ - -0.15308624505996704, - 0.04767541587352753, - 0.029259799048304558, - 0.9866283535957336 - ] - ], - [ - 5.75, - [ - -0.12807859480381012, - 0.03900780528783798, - 0.023016005754470825, - 0.9907292723655701 - ] - ], - [ - 5.791666507720947, - [ - -0.06412523984909058, - 0.01764993742108345, - 0.00963153038173914, - 0.9977393746376038 - ] - ], - [ - 5.833333492279053, - [ - 0.008770760148763657, - -0.0017051863251253963, - -0.0010009646648541093, - 0.9999595880508423 - ] - ], - [ - 5.875, - [ - 0.08748264610767365, - -0.0119194146245718, - -0.007931291125714779, - 0.9960631728172302 - ] - ], - [ - 5.916666507720947, - [ - 0.15292592346668243, - -0.017304465174674988, - -0.012260310351848602, - 0.9880101680755615 - ] - ], - [ - 5.958333492279053, - [ - 0.17754295468330383, - -0.01896844618022442, - -0.013705478981137276, - 0.9838348627090454 - ] - ], - [ - 6.041666507720947, - [ - 0.17713207006454468, - -0.018941933289170265, - -0.013681983575224876, - 0.9839096665382385 - ] - ], - [ - 6.083333492279053, - [ - 0.17652149498462677, - -0.018902460113167763, - -0.013647033832967281, - 0.9840206503868103 - ] - ], - [ - 6.125, - [ - 0.175553098320961, - -0.018839672207832336, - -0.013591514900326729, - 0.9841959476470947 - ] - ], - [ - 6.166666507720947, - [ - 0.17415890097618103, - -0.018748871982097626, - -0.013511383906006813, - 0.9844463467597961 - ] - ], - [ - 6.208333492279053, - [ - 0.17226845026016235, - -0.018624991178512573, - -0.013402355834841728, - 0.9847827553749084 - ] - ], - [ - 6.25, - [ - 0.1698080599308014, - -0.01846243068575859, - -0.01325980108231306, - 0.9852150678634644 - ] - ], - [ - 6.291666507720947, - [ - 0.1667003333568573, - -0.01825491525232792, - -0.013078651390969753, - 0.9857518672943115 - ] - ], - [ - 6.333333492279053, - [ - 0.16286388039588928, - -0.017995303496718407, - -0.012853305786848068, - 0.9864006638526917 - ] - ], - [ - 6.375, - [ - 0.15821333229541779, - -0.017675384879112244, - -0.012577513232827187, - 0.9871666431427002 - ] - ], - [ - 6.416666507720947, - [ - 0.1526600420475006, - -0.017285611480474472, - -0.01224425807595253, - 0.9880518317222595 - ] - ], - [ - 6.458333492279053, - [ - 0.1461133062839508, - -0.016814809292554855, - -0.01184562686830759, - 0.9890540242195129 - ] - ], - [ - 6.5, - [ - 0.13848350942134857, - -0.016249850392341614, - -0.011372734792530537, - 0.9901661276817322 - ] - ], - [ - 6.541666507720947, - [ - 0.12968526780605316, - -0.015575173310935497, - -0.010815557092428207, - 0.9913738965988159 - ] - ], - [ - 6.583333492279053, - [ - 0.1196436658501625, - -0.01477225124835968, - -0.010162857361137867, - 0.9926549792289734 - ] - ], - [ - 6.625, - [ - 0.10830263793468475, - -0.013818914070725441, - -0.009402144700288773, - 0.993977427482605 - ] - ], - [ - 6.666666507720947, - [ - 0.0956350713968277, - -0.012688357383012772, - -0.008519606664776802, - 0.9952991008758545 - ] - ], - [ - 6.708333492279053, - [ - 0.08165734261274338, - -0.011347913183271885, - -0.00750022754073143, - 0.9965676069259644 - ] - ], - [ - 6.75, - [ - 0.05650314316153526, - -0.008628563024103642, - -0.0055205076932907104, - 0.9983499646186829 - ] - ], - [ - 6.791666507720947, - [ - 0.017927978187799454, - -0.0032966136932373047, - -0.0019747025799006224, - 0.9998319149017334 - ] - ], - [ - 6.833333492279053, - [ - -0.02362222410738468, - 0.005673196166753769, - 0.003088537370786071, - 0.9997000694274902 - ] - ], - [ - 6.875, - [ - -0.0728570967912674, - 0.02044607140123844, - 0.01124024298042059, - 0.9970694184303284 - ] - ], - [ - 6.916666507720947, - [ - -0.11954417824745178, - 0.03607289865612984, - 0.021015498787164688, - 0.9919507503509521 - ] - ], - [ - 6.958333492279053, - [ - -0.15235595405101776, - 0.04742133244872093, - 0.029069358482956886, - 0.98675936460495 - ] - ], - [ - 7.0, - [ - -0.16440916061401367, - 0.05161885917186737, - 0.03227517753839493, - 0.9845117926597595 - ] - ], - [ - 7.041666507720947, - [ - -0.15265284478664398, - 0.04752463102340698, - 0.029146727174520493, - 0.9867061376571655 - ] - ], - [ - 7.083333492279053, - [ - -0.12037017941474915, - 0.03635624796152115, - 0.02120622619986534, - 0.991836428642273 - ] - ], - [ - 7.125, - [ - -0.07376764714717865, - 0.02074068784713745, - 0.011411993764340878, - 0.9969944357872009 - ] - ], - [ - 7.166666507720947, - [ - -0.023595498874783516, - 0.005666052456945181, - 0.003084729891270399, - 0.9997007846832275 - ] - ], - [ - 7.208333492279053, - [ - 0.020223340019583702, - -0.0036704170051962137, - -0.0022090021520853043, - 0.9997863173484802 - ] - ], - [ - 7.25, - [ - 0.06399578601121902, - -0.009486154653131962, - -0.006132190581411123, - 0.9978862404823303 - ] - ], - [ - 7.291666507720947, - [ - 0.09747980535030365, - -0.012857673689723015, - -0.008650442585349083, - 0.9951169490814209 - ] - ], - [ - 7.333333492279053, - [ - 0.11036308854818344, - -0.013996031135320663, - -0.009542320854961872, - 0.9937469959259033 - ] - ], - [ - 7.375, - [ - 0.09658145904541016, - -0.012775428593158722, - -0.008586832322180271, - 0.9952060580253601 - ] - ], - [ - 7.416666507720947, - [ - 0.060269713401794434, - -0.00906527042388916, - -0.0058305407874286175, - 0.9981239438056946 - ] - ], - [ - 7.458333492279053, - [ - 0.012513224966824055, - -0.0023762427736073732, - -0.0014068824239075184, - 0.9999179840087891 - ] - ], - [ - 7.5, - [ - -0.03900238126516342, - 0.009980409406125546, - 0.005392924416810274, - 0.9991748332977295 - ] - ], - [ - 7.541666507720947, - [ - -0.102210134267807, - 0.030169714242219925, - 0.017155643552541733, - 0.9941571950912476 - ] - ], - [ - 7.583333492279053, - [ - -0.16249987483024597, - 0.050953496247529984, - 0.03175844997167587, - 0.984880268573761 - ] - ], - [ - 7.625, - [ - -0.20671123266220093, - 0.0663512721657753, - 0.04459523782134056, - 0.9751303791999817 - ] - ], - [ - 7.666666507720947, - [ - -0.2307533621788025, - 0.07467708736658096, - 0.05235808715224266, - 0.9687284827232361 - ] - ], - [ - 7.708333492279053, - [ - -0.23796223104000092, - 0.07716464251279831, - 0.05479757860302925, - 0.9666523933410645 - ] - ], - [ - 7.75, - [ - -0.176814004778862, - 0.055943429470062256, - 0.0357145331799984, - 0.9820039868354797 - ] - ], - [ - 7.791666507720947, - [ - -6.858155074951355e-07, - 1.4930876091057144e-07, - 8.113182303759459e-08, - 1.0 - ] - ], - [ - 7.833333492279053, - [ - 0.1807856410741806, - -0.01917625591158867, - -0.01389020774513483, - 0.9832374453544617 - ] - ], - [ - 7.875, - [ - 0.24390123784542084, - -0.022750411182641983, - -0.017285503447055817, - 0.969379186630249 - ] - ], - [ - 7.958333492279053, - [ - 0.24374264478683472, - -0.022742584347724915, - -0.017277346923947334, - 0.9694193005561829 - ] - ], - [ - 8.0, - [ - 0.24336375296115875, - -0.022723855450749397, - -0.017257854342460632, - 0.9695153832435608 - ] - ], - [ - 8.041666984558105, - [ - 0.24261634051799774, - -0.02268679440021515, - -0.017219381406903267, - 0.9697041511535645 - ] - ], - [ - 8.083333015441895, - [ - 0.24135713279247284, - -0.022624019533395767, - -0.01715448684990406, - 0.9700209498405457 - ] - ], - [ - 8.125, - [ - 0.22352059185504913, - -0.02169334515929222, - -0.01622464880347252, - 0.9743226766586304 - ] - ], - [ - 8.166666984558105, - [ - 0.16389891505241394, - -0.018065715208649635, - -0.012914289720356464, - 0.9862271547317505 - ] - ], - [ - 8.208333015441895, - [ - 0.06478820741176605, - -0.009574313648045063, - -0.006195719353854656, - 0.9978339672088623 - ] - ], - [ - 8.25, - [ - -0.03310094028711319, - 0.008284715004265308, - 0.0044822306372225285, - 0.9994076490402222 - ] - ], - [ - 8.291666984558105, - [ - -0.14192470908164978, - 0.043797217309474945, - 0.026402505114674568, - 0.9885556697845459 - ] - ], - [ - 8.333333015441895, - [ - -0.22307096421718597, - 0.07202190160751343, - 0.04981590807437897, - 0.9708608388900757 - ] - ], - [ - 8.375, - [ - -0.253208190202713, - 0.08242297917604446, - 0.06013739854097366, - 0.9620164036750793 - ] - ], - [ - 8.416666984558105, - [ - -0.25596708059310913, - 0.08337961137294769, - 0.06113288551568985, - 0.9611408114433289 - ] - ], - [ - 8.458333015441895, - [ - -0.24724312126636505, - 0.08036410808563232, - 0.058017730712890625, - 0.9638705253601074 - ] - ], - [ - 8.5, - [ - -0.17267854511737823, - 0.054501600563526154, - 0.03455209359526634, - 0.9828621745109558 - ] - ], - [ - 8.541666984558105, - [ - -0.04291243106126785, - 0.011129440739750862, - 0.006014272570610046, - 0.998998761177063 - ] - ], - [ - 8.583333015441895, - [ - 0.05428793281316757, - -0.008366142399609089, - -0.005335664842277765, - 0.9984760284423828 - ] - ], - [ - 8.625, - [ - 0.1015697494149208, - -0.013227230869233608, - -0.008937639184296131, - 0.9947004318237305 - ] - ], - [ - 8.666666984558105, - [ - -0.006572261452674866, - 0.0014286249643191695, - 0.0008021407411433756, - 0.9999770522117615 - ] - ], - [ - 8.708333015441895, - [ - -0.20740506052970886, - 0.06659223884344101, - 0.04481140524148941, - 0.9749566912651062 - ] - ], - [ - 8.75, - [ - -0.25596708059310913, - 0.08337961137294769, - 0.06113288551568985, - 0.9611408114433289 - ] - ], - [ - 8.791666984558105, - [ - -0.2470734864473343, - 0.08030561357736588, - 0.057958029210567474, - 0.9639225006103516 - ] - ], - [ - 8.833333015441895, - [ - -0.17124629020690918, - 0.054002221673727036, - 0.03415318951010704, - 0.9831541180610657 - ] - ], - [ - 8.875, - [ - -0.04020538926124573, - 0.01033187285065651, - 0.005582576151937246, - 0.9991224408149719 - ] - ], - [ - 8.916666984558105, - [ - 0.058242231607437134, - -0.008831675164401531, - -0.005664313677698374, - 0.9982473254203796 - ] - ], - [ - 8.958333015441895, - [ - 0.10621010512113571, - -0.013637173920869827, - -0.009258851408958435, - 0.9942070841789246 - ] - ], - [ - 9.0, - [ - 0.10350383073091507, - -0.013399273157119751, - -0.009072106331586838, - 0.9944974184036255 - ] - ], - [ - 9.041666984558105, - [ - 0.09608958661556244, - -0.012730229645967484, - -0.008551920764148235, - 0.995254635810852 - ] - ], - [ - 9.083333015441895, - [ - 0.08505674451589584, - -0.011683751828968525, - -0.007752901408821344, - 0.9962774515151978 - ] - ], - [ - 9.125, - [ - 0.07156094163656235, - -0.01030912809073925, - -0.006730115972459316, - 0.9973602294921875 - ] - ], - [ - 9.208333015441895, - [ - 0.04204195737838745, - -0.00683356449007988, - -0.004277581349015236, - 0.9990833401679993 - ] - ], - [ - 9.25, - [ - 0.028352662920951843, - -0.0049252756871283054, - -0.0030111821833997965, - 0.9995813369750977 - ] - ], - [ - 9.291666984558105, - [ - 0.016683779656887054, - -0.0030900666024535894, - -0.0018461531726643443, - 0.9998544454574585 - ] - ], - [ - 9.333333015441895, - [ - 0.007738165557384491, - -0.0015145214274525642, - -0.0008868756121955812, - 0.9999685287475586 - ] - ], - [ - 9.375, - [ - 0.0020251506939530373, - -0.00041201000567525625, - -0.00023786505335010588, - 0.9999978542327881 - ] - ], - [ - 9.416666984558105, - [ - 5.435048570055778e-14, - -1.1517611815453285e-14, - -6.5050597219495736e-15, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.0008688853122293949, - -0.0001782309846021235, - -0.00010258688416797668, - 0.9999997019767761 - ] - ], - [ - 9.5, - [ - 0.003345710225403309, - -0.0006744246347807348, - -0.0003906866768375039, - 0.9999940991401672 - ] - ], - [ - 9.541666984558105, - [ - 0.007263238076120615, - -0.0014259894378483295, - -0.0008340858039446175, - 0.9999722838401794 - ] - ], - [ - 9.583333015441895, - [ - 0.012465441599488258, - -0.0023678664583712816, - -0.001401772489771247, - 0.999918520450592 - ] - ], - [ - 9.625, - [ - 0.018781879916787148, - -0.0034367500338703394, - -0.002062290906906128, - 0.9998155832290649 - ] - ], - [ - 9.666666984558105, - [ - 0.02600928209722042, - -0.004573921672999859, - -0.0027841413393616676, - 0.9996473789215088 - ] - ], - [ - 9.708333015441895, - [ - 0.03390301764011383, - -0.005727104842662811, - -0.003536436939612031, - 0.9994024634361267 - ] - ], - [ - 9.791666984558105, - [ - 0.050508592277765274, - -0.007908512838184834, - -0.005015860311686993, - 0.9986798167228699 - ] - ], - [ - 9.833333015441895, - [ - 0.05854848027229309, - -0.008867146447300911, - -0.005689513869583607, - 0.9982289671897888 - ] - ], - [ - 9.875, - [ - 0.06593331694602966, - -0.00970084685832262, - -0.006287137977778912, - 0.997757077217102 - ] - ], - [ - 9.916666984558105, - [ - 0.07229510694742203, - -0.010386869311332703, - -0.0067871552892029285, - 0.9973061084747314 - ] - ], - [ - 9.958333015441895, - [ - 0.07727031409740448, - -0.010904407128691673, - -0.007169322110712528, - 0.9969247579574585 - ] - ], - [ - 10.0, - [ - 0.08050520718097687, - -0.011232561431825161, - -0.007413859944790602, - 0.9966633319854736 - ] - ], - [ - 10.041666984558105, - [ - 0.08165741711854935, - -0.011347920633852482, - -0.007500233594328165, - 0.9965676069259644 - ] - ], - [ - 11.375, - [ - 0.08165741711854935, - -0.011347920633852482, - -0.007500233594328165, - 0.9965676069259644 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715946529_1490857.json b/lenses/physics-objects/Scene/assets/1645812715946529_1490857.json deleted file mode 100644 index ac09571a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715946529_1490857.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715946529:1490857", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715947061_1490866.json b/lenses/physics-objects/Scene/assets/1645812715947061_1490866.json deleted file mode 100644 index 82402786..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715947061_1490866.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715947061:1490866", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715960167_1490881.json b/lenses/physics-objects/Scene/assets/1645812715960167_1490881.json deleted file mode 100644 index 1e785114..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715960167_1490881.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715960167:1490881", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.716202974319458, - 1.3291518688201904, - 0.12957239151000977 - ] - ], - [ - 4.208333492279053, - [ - -0.716202974319458, - 1.3291518688201904, - 0.12957239151000977 - ] - ], - [ - 4.25, - [ - -0.7432146072387695, - 1.3884111642837524, - 0.17278537154197693 - ] - ], - [ - 4.291666507720947, - [ - -0.8026400208473206, - 1.5318562984466553, - 0.2766982913017273 - ] - ], - [ - 4.333333492279053, - [ - -0.8620659112930298, - 1.7079912424087524, - 0.40272456407546997 - ] - ], - [ - 4.375, - [ - -0.889077365398407, - 1.8653135299682617, - 0.5122731328010559 - ] - ], - [ - 4.416666507720947, - [ - -0.8864362835884094, - 1.999881625175476, - 0.5995005369186401 - ] - ], - [ - 4.458333492279053, - [ - -0.8806259036064148, - 2.131527900695801, - 0.6803048849105835 - ] - ], - [ - 4.5, - [ - -0.8748155236244202, - 2.244413375854492, - 0.7487085461616516 - ] - ], - [ - 4.541666507720947, - [ - -0.8690050840377808, - 2.3425850868225098, - 0.8078351616859436 - ] - ], - [ - 4.583333492279053, - [ - -0.8631947040557861, - 2.421997547149658, - 0.8545627593994141 - ] - ], - [ - 4.625, - [ - -0.8605536222457886, - 2.454683542251587, - 0.8735477328300476 - ] - ], - [ - 4.666666507720947, - [ - -0.8565117716789246, - 2.423168897628784, - 0.8527166247367859 - ] - ], - [ - 4.708333492279053, - [ - -0.8455411195755005, - 2.337627649307251, - 0.7961741089820862 - ] - ], - [ - 4.75, - [ - -0.8293738961219788, - 2.211568832397461, - 0.7128490805625916 - ] - ], - [ - 4.791666507720947, - [ - -0.8097422122955322, - 2.058497190475464, - 0.6116687655448914 - ] - ], - [ - 4.875, - [ - -0.7670143842697144, - 1.7253390550613403, - 0.39145171642303467 - ] - ], - [ - 4.916666507720947, - [ - -0.7473827004432678, - 1.5722671747207642, - 0.29027143120765686 - ] - ], - [ - 4.958333492279053, - [ - -0.7312154173851013, - 1.44620680809021, - 0.20694555342197418 - ] - ], - [ - 5.0, - [ - -0.7202447652816772, - 1.3606667518615723, - 0.1504037082195282 - ] - ], - [ - 5.041666507720947, - [ - -0.716202974319458, - 1.3291518688201904, - 0.12957239151000977 - ] - ], - [ - 11.375, - [ - -0.716202974319458, - 1.3291518688201904, - 0.12957239151000977 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715960419_1490888.json b/lenses/physics-objects/Scene/assets/1645812715960419_1490888.json deleted file mode 100644 index b13715fc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715960419_1490888.json +++ /dev/null @@ -1,2116 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715960419:1490888", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.11669617146253586, - 0.27555155754089355, - 0.14523743093013763, - 0.9430585503578186 - ] - ], - [ - 0.0416666679084301, - [ - -0.11669617146253586, - 0.27555155754089355, - 0.14523743093013763, - 0.9430585503578186 - ] - ], - [ - 0.0833333358168602, - [ - -0.13791616261005402, - 0.27777597308158875, - 0.12612132728099823, - 0.9422914981842041 - ] - ], - [ - 0.125, - [ - -0.16109710931777954, - 0.28163814544677734, - 0.10526860505342484, - 0.9400245547294617 - ] - ], - [ - 0.1666666716337204, - [ - -0.17958784103393555, - 0.2858237326145172, - 0.08866484463214874, - 0.9371187686920166 - ] - ], - [ - 0.2083333283662796, - [ - -0.18711712956428528, - 0.2878177762031555, - 0.08191309869289398, - 0.9356487393379211 - ] - ], - [ - 0.25, - [ - -0.1803949475288391, - 0.24741241335868835, - 0.11316148191690445, - 0.9452191591262817 - ] - ], - [ - 0.2916666567325592, - [ - -0.14620943367481232, - 0.15650023519992828, - 0.18783771991729736, - 0.9585652947425842 - ] - ], - [ - 0.3333333432674408, - [ - -0.07716924697160721, - 0.06254569441080093, - 0.2701925039291382, - 0.9576684832572937 - ] - ], - [ - 0.375, - [ - 0.0, - 0.0, - 0.3100006580352783, - 0.9507363438606262 - ] - ], - [ - 0.4166666567325592, - [ - 0.07061848044395447, - -0.03430812433362007, - 0.3060549795627594, - 0.948771059513092 - ] - ], - [ - 0.4583333432674408, - [ - 0.1419159322977066, - -0.06010720133781433, - 0.29713383316993713, - 0.9423155188560486 - ] - ], - [ - 0.5, - [ - 0.20377539098262787, - -0.08484773337841034, - 0.2870125472545624, - 0.9321482181549072 - ] - ], - [ - 0.5416666865348816, - [ - 0.24697327613830566, - -0.11424010246992111, - 0.27884525060653687, - 0.9209770560264587 - ] - ], - [ - 0.5833333134651184, - [ - 0.2673381567001343, - -0.15245778858661652, - 0.270558625459671, - 0.9121869206428528 - ] - ], - [ - 0.625, - [ - 0.27327680587768555, - -0.19405674934387207, - 0.2592437267303467, - 0.9057895541191101 - ] - ], - [ - 0.6666666865348816, - [ - 0.275593638420105, - -0.22957149147987366, - 0.24735397100448608, - 0.9000895023345947 - ] - ], - [ - 0.7083333134651184, - [ - 0.28575465083122253, - -0.2501543462276459, - 0.23894508183002472, - 0.8936846852302551 - ] - ], - [ - 0.75, - [ - 0.31480053067207336, - -0.2549331784248352, - 0.23672068119049072, - 0.8831042051315308 - ] - ], - [ - 0.7916666865348816, - [ - 0.35492968559265137, - -0.2522405982017517, - 0.23854228854179382, - 0.8680421710014343 - ] - ], - [ - 0.8333333134651184, - [ - 0.3901498019695282, - -0.24707578122615814, - 0.24144496023654938, - 0.8534875512123108 - ] - ], - [ - 0.875, - [ - 0.40522462129592896, - -0.24427133798599243, - 0.24289262294769287, - 0.8468340635299683 - ] - ], - [ - 0.9166666865348816, - [ - 0.3872576951980591, - -0.23566408455371857, - 0.24256528913974762, - 0.8577039241790771 - ] - ], - [ - 0.9583333134651184, - [ - 0.3381163775920868, - -0.21299871802330017, - 0.243353933095932, - 0.8837916851043701 - ] - ], - [ - 1.0, - [ - 0.2646273076534271, - -0.1814403086900711, - 0.24852684140205383, - 0.9139399528503418 - ] - ], - [ - 1.0416666269302368, - [ - 0.17682033777236938, - -0.14601220190525055, - 0.2588057518005371, - 0.9383147358894348 - ] - ], - [ - 1.0833333730697632, - [ - 0.08949627727270126, - -0.10976839810609818, - 0.27037954330444336, - 0.9522795081138611 - ] - ], - [ - 1.125, - [ - 0.020818611606955528, - -0.07247784733772278, - 0.27529144287109375, - 0.9583987593650818 - ] - ], - [ - 1.1666666269302368, - [ - -0.026947254315018654, - -0.021170923486351967, - 0.26801788806915283, - 0.9628042578697205 - ] - ], - [ - 1.2083333730697632, - [ - -0.0633632242679596, - 0.04870164766907692, - 0.2509533762931824, - 0.964694619178772 - ] - ], - [ - 1.25, - [ - -0.0875667929649353, - 0.1255391538143158, - 0.226010262966156, - 0.9620246291160583 - ] - ], - [ - 1.2916666269302368, - [ - -0.10106635838747025, - 0.19689728319644928, - 0.19666670262813568, - 0.9551644921302795 - ] - ], - [ - 1.3333333730697632, - [ - -0.10840941220521927, - 0.2506376802921295, - 0.16796313226222992, - 0.9472152590751648 - ] - ], - [ - 1.375, - [ - -0.11669617146253586, - 0.27555155754089355, - 0.14523743093013763, - 0.9430585503578186 - ] - ], - [ - 1.4166666269302368, - [ - -0.13421620428562164, - 0.28082752227783203, - 0.12503187358379364, - 0.9420663118362427 - ] - ], - [ - 1.4583333730697632, - [ - -0.15771719813346863, - 0.2842727601528168, - 0.10438679158687592, - 0.9399030208587646 - ] - ], - [ - 1.5, - [ - -0.17829403281211853, - 0.2867869436740875, - 0.0883607491850853, - 0.9371002316474915 - ] - ], - [ - 1.5416666269302368, - [ - -0.18711712956428528, - 0.2878177762031555, - 0.08191309869289398, - 0.9356487393379211 - ] - ], - [ - 1.5833333730697632, - [ - -0.16816699504852295, - 0.2398195117712021, - 0.09755489975214005, - 0.9511516690254211 - ] - ], - [ - 1.625, - [ - -0.11208166182041168, - 0.13659313321113586, - 0.14353716373443604, - 0.9737438559532166 - ] - ], - [ - 1.6666666269302368, - [ - -0.03839796409010887, - 0.04034461826086044, - 0.20319314301013947, - 0.9775533080101013 - ] - ], - [ - 1.7083333730697632, - [ - -2.775889598478215e-14, - -6.678504964492942e-15, - 0.2339150607585907, - 0.972257137298584 - ] - ], - [ - 1.75, - [ - -0.026818616315722466, - -0.00595976272597909, - 0.21685101091861725, - 0.9758180379867554 - ] - ], - [ - 1.7916666269302368, - [ - -0.10038555413484573, - -0.01737230084836483, - 0.16963398456573486, - 0.9802271723747253 - ] - ], - [ - 1.8333333730697632, - [ - -0.20929092168807983, - -0.021344665437936783, - 0.09918873757123947, - 0.9725756049156189 - ] - ], - [ - 1.875, - [ - -0.33853965997695923, - -0.005745279602706432, - 0.015966087579727173, - 0.9407991170883179 - ] - ], - [ - 1.9166666269302368, - [ - -0.469867080450058, - 0.03538487106561661, - -0.06623640656471252, - 0.8795371651649475 - ] - ], - [ - 1.9583333730697632, - [ - -0.5855938196182251, - 0.09889554977416992, - -0.1339758187532425, - 0.7933158278465271 - ] - ], - [ - 2.0, - [ - -0.6736924052238464, - 0.17343434691429138, - -0.17909714579582214, - 0.6956890821456909 - ] - ], - [ - 2.0416667461395264, - [ - -0.7307429313659668, - 0.24353313446044922, - -0.201634019613266, - 0.6050208806991577 - ] - ], - [ - 2.0833332538604736, - [ - -0.7607288956642151, - 0.29418763518333435, - -0.20868323743343353, - 0.5396262407302856 - ] - ], - [ - 2.125, - [ - -0.7699233293533325, - 0.31327730417251587, - -0.2095298171043396, - 0.5149492025375366 - ] - ], - [ - 2.1666667461395264, - [ - -0.6958760023117065, - 0.3185039758682251, - 0.011786333285272121, - 0.6435626149177551 - ] - ], - [ - 2.2083332538604736, - [ - -0.61094731092453, - 0.21781907975673676, - 0.16515585780143738, - 0.7429816722869873 - ] - ], - [ - 2.25, - [ - -0.5061469078063965, - 0.15838557481765747, - 0.2838738262653351, - 0.7988397479057312 - ] - ], - [ - 2.2916667461395264, - [ - -0.4002823829650879, - 0.10355126112699509, - 0.2971477806568146, - 0.8606708645820618 - ] - ], - [ - 2.3333332538604736, - [ - -0.27513089776039124, - -0.004210516810417175, - 0.27339088916778564, - 0.9217063784599304 - ] - ], - [ - 2.375, - [ - -0.1736793965101242, - -0.0895044133067131, - 0.26171350479125977, - 0.9451616406440735 - ] - ], - [ - 2.4166667461395264, - [ - -0.10514906048774719, - -0.13081562519073486, - 0.26756590604782104, - 0.9488095045089722 - ] - ], - [ - 2.4583332538604736, - [ - -0.04451217129826546, - -0.16687093675136566, - 0.2738819420337677, - 0.9461297392845154 - ] - ], - [ - 2.5, - [ - 0.005581432022154331, - -0.1967204064130783, - 0.279869019985199, - 0.9396507143974304 - ] - ], - [ - 2.5416667461395264, - [ - 0.043126266449689865, - -0.21940116584300995, - 0.2847481966018677, - 0.9321597218513489 - ] - ], - [ - 2.5833332538604736, - [ - 0.06660769134759903, - -0.23388265073299408, - 0.2878786325454712, - 0.9262765049934387 - ] - ], - [ - 2.625, - [ - 0.07472947239875793, - -0.238999605178833, - 0.28892016410827637, - 0.9240237474441528 - ] - ], - [ - 2.6666667461395264, - [ - 0.05927190184593201, - -0.2190801054239273, - 0.2850991487503052, - 0.9312406778335571 - ] - ], - [ - 2.7083332538604736, - [ - 0.02085426263511181, - -0.16827671229839325, - 0.2761293649673462, - 0.9460447430610657 - ] - ], - [ - 2.75, - [ - -0.028158532455563545, - -0.10037476569414139, - 0.26592856645584106, - 0.9583392143249512 - ] - ], - [ - 2.7916667461395264, - [ - -0.0754568800330162, - -0.030839568004012108, - 0.2576788663864136, - 0.9627859592437744 - ] - ], - [ - 2.8333332538604736, - [ - -0.11023594439029694, - 0.023421691730618477, - 0.25284409523010254, - 0.9609211087226868 - ] - ], - [ - 2.875, - [ - -0.12367996573448181, - 0.04524972662329674, - 0.25130796432495117, - 0.9589057564735413 - ] - ], - [ - 2.9166667461395264, - [ - -0.10950043052434921, - 0.030341986566781998, - 0.2536795735359192, - 0.9605914354324341 - ] - ], - [ - 2.9583332538604736, - [ - -0.0776001587510109, - -0.0021442940924316645, - 0.2598378360271454, - 0.9625268578529358 - ] - ], - [ - 3.0, - [ - -0.04485154151916504, - -0.03411844000220299, - 0.2672394812107086, - 0.961980938911438 - ] - ], - [ - 3.0416667461395264, - [ - -0.029726602137088776, - -0.04845559224486351, - 0.27099716663360596, - 0.9609001874923706 - ] - ], - [ - 3.5416667461395264, - [ - -0.029726602137088776, - -0.04845559224486351, - 0.27099716663360596, - 0.9609001874923706 - ] - ], - [ - 3.5833332538604736, - [ - -0.02171715535223484, - -0.07605597376823425, - 0.27192729711532593, - 0.9590617418289185 - ] - ], - [ - 3.625, - [ - -0.003849994856864214, - -0.13646595180034637, - 0.2730864882469177, - 0.9522531032562256 - ] - ], - [ - 3.6666667461395264, - [ - 0.013955250382423401, - -0.1963469386100769, - 0.2728484570980072, - 0.9417043328285217 - ] - ], - [ - 3.7083332538604736, - [ - 0.02045370638370514, - -0.22377747297286987, - 0.27185431122779846, - 0.9357354044914246 - ] - ], - [ - 3.75, - [ - 0.006583269685506821, - -0.2230302095413208, - 0.2623278498649597, - 0.93882817029953 - ] - ], - [ - 3.7916667461395264, - [ - -0.026584584265947342, - -0.21822747588157654, - 0.23694461584091187, - 0.946323037147522 - ] - ], - [ - 3.8333332538604736, - [ - -0.07534071058034897, - -0.20744319260120392, - 0.19850605726242065, - 0.9549274444580078 - ] - ], - [ - 3.875, - [ - -0.13547055423259735, - -0.18844415247440338, - 0.15022744238376617, - 0.9610245823860168 - ] - ], - [ - 3.9166667461395264, - [ - -0.20220120251178741, - -0.15947546064853668, - 0.09577400982379913, - 0.9615142345428467 - ] - ], - [ - 3.9583332538604736, - [ - -0.270399808883667, - -0.1198643147945404, - 0.03906417265534401, - 0.9544582366943359 - ] - ], - [ - 4.0, - [ - -0.33500123023986816, - -0.07036224752664566, - -0.016140885651111603, - 0.9394482374191284 - ] - ], - [ - 4.041666507720947, - [ - -0.3915441930294037, - -0.013174943625926971, - -0.06674385815858841, - 0.9176409244537354 - ] - ], - [ - 4.083333492279053, - [ - -0.4366602897644043, - 0.048311565071344376, - -0.11076228320598602, - 0.8914737701416016 - ] - ], - [ - 4.125, - [ - -0.4683532118797302, - 0.11000087112188339, - -0.14756624400615692, - 0.8641582727432251 - ] - ], - [ - 4.166666507720947, - [ - -0.4859990179538727, - 0.16761404275894165, - -0.17783473432064056, - 0.8390979170799255 - ] - ], - [ - 4.208333492279053, - [ - -0.4900575280189514, - 0.21710389852523804, - -0.2032219022512436, - 0.8193963766098022 - ] - ], - [ - 4.25, - [ - -0.4854277968406677, - 0.2543449401855469, - -0.22763806581497192, - 0.8048909306526184 - ] - ], - [ - 4.291666507720947, - [ - -0.4766695201396942, - 0.2827812731266022, - -0.2537945806980133, - 0.7927226424217224 - ] - ], - [ - 4.333333492279053, - [ - -0.4628995358943939, - 0.30968019366264343, - -0.28129997849464417, - 0.7814683318138123 - ] - ], - [ - 4.375, - [ - -0.4416963458061218, - 0.3417673408985138, - -0.3092437982559204, - 0.7697192430496216 - ] - ], - [ - 4.416666507720947, - [ - -0.40922844409942627, - 0.38392898440361023, - -0.3363543450832367, - 0.7563044428825378 - ] - ], - [ - 4.458333492279053, - [ - -0.3667544722557068, - 0.4300137460231781, - -0.36324307322502136, - 0.7406981587409973 - ] - ], - [ - 4.5, - [ - -0.3203392028808594, - 0.47098198533058167, - -0.39170804619789124, - 0.7225812077522278 - ] - ], - [ - 4.541666507720947, - [ - -0.2637110948562622, - 0.5100550055503845, - -0.4312868118286133, - 0.6959109306335449 - ] - ], - [ - 4.583333492279053, - [ - -0.20342956483364105, - 0.5419279336929321, - -0.47129061818122864, - 0.6654439568519592 - ] - ], - [ - 4.625, - [ - -0.17209665477275848, - 0.5557379722595215, - -0.4869631826877594, - 0.6514636874198914 - ] - ], - [ - 4.666666507720947, - [ - -0.18242782354354858, - 0.5513911843299866, - -0.4682857096195221, - 0.6658801436424255 - ] - ], - [ - 4.708333492279053, - [ - -0.21844667196273804, - 0.5325937867164612, - -0.4226725101470947, - 0.699980616569519 - ] - ], - [ - 4.75, - [ - -0.270530104637146, - 0.4985730051994324, - -0.35299262404441833, - 0.7440662980079651 - ] - ], - [ - 4.791666507720947, - [ - -0.3282940089702606, - 0.4492342472076416, - -0.2630752921104431, - 0.7881643772125244 - ] - ], - [ - 4.833333492279053, - [ - -0.38219261169433594, - 0.38721975684165955, - -0.15923039615154266, - 0.8237934112548828 - ] - ], - [ - 4.875, - [ - -0.4252820611000061, - 0.3183695077896118, - -0.050484880805015564, - 0.8457111120223999 - ] - ], - [ - 4.916666507720947, - [ - -0.45448753237724304, - 0.25076934695243835, - 0.05232654884457588, - 0.853122353553772 - ] - ], - [ - 4.958333492279053, - [ - -0.4707149267196655, - 0.19313746690750122, - 0.1380149871110916, - 0.8497512936592102 - ] - ], - [ - 5.0, - [ - -0.47762417793273926, - 0.1535067856311798, - 0.19620829820632935, - 0.8425042033195496 - ] - ], - [ - 5.041666507720947, - [ - -0.47932949662208557, - 0.13885769248008728, - 0.21758750081062317, - 0.8388190865516663 - ] - ], - [ - 5.541666507720947, - [ - -0.47932949662208557, - 0.13885769248008728, - 0.21758750081062317, - 0.8388190865516663 - ] - ], - [ - 5.583333492279053, - [ - -0.521720290184021, - 0.15899039804935455, - 0.19725926220417023, - 0.814628005027771 - ] - ], - [ - 5.625, - [ - -0.603461742401123, - 0.21120381355285645, - 0.16379165649414063, - 0.7512650489807129 - ] - ], - [ - 5.666666507720947, - [ - -0.6677101254463196, - 0.27061983942985535, - 0.1472928375005722, - 0.6776672601699829 - ] - ], - [ - 5.708333492279053, - [ - -0.6908242106437683, - 0.2987438142299652, - 0.14565660059452057, - 0.6421046257019043 - ] - ], - [ - 5.75, - [ - -0.6825239062309265, - 0.2813364565372467, - 0.13851231336593628, - 0.6601706147193909 - ] - ], - [ - 5.791666507720947, - [ - -0.6545296907424927, - 0.23329755663871765, - 0.12459023296833038, - 0.7082657814025879 - ] - ], - [ - 5.833333492279053, - [ - -0.5993343591690063, - 0.16209758818149567, - 0.11810515820980072, - 0.7749670147895813 - ] - ], - [ - 5.875, - [ - -0.5129014253616333, - 0.08023751527070999, - 0.13069528341293335, - 0.8446376919746399 - ] - ], - [ - 5.916666507720947, - [ - -0.4016210436820984, - 0.003844341030344367, - 0.1645675152540207, - 0.9008904099464417 - ] - ], - [ - 5.958333492279053, - [ - -0.2836645543575287, - -0.05378088727593422, - 0.21036671102046967, - 0.9340170621871948 - ] - ], - [ - 6.0, - [ - -0.183965265750885, - -0.08767768740653992, - 0.25114959478378296, - 0.9462523460388184 - ] - ], - [ - 6.041666507720947, - [ - -0.12714573740959167, - -0.10029945522546768, - 0.26887792348861694, - 0.9494622945785522 - ] - ], - [ - 6.083333492279053, - [ - -0.10075202584266663, - -0.10321243107318878, - 0.268948495388031, - 0.9522936344146729 - ] - ], - [ - 6.125, - [ - -0.0778077021241188, - -0.10565674304962158, - 0.2674683928489685, - 0.9545906186103821 - ] - ], - [ - 6.166666507720947, - [ - -0.05810824781656265, - -0.10776066035032272, - 0.2645888030529022, - 0.956558346748352 - ] - ], - [ - 6.208333492279053, - [ - -0.04142920300364494, - -0.10961068421602249, - 0.26048392057418823, - 0.9583408832550049 - ] - ], - [ - 6.25, - [ - -0.027533523738384247, - -0.11126001179218292, - 0.2553459405899048, - 0.960032045841217 - ] - ], - [ - 6.291666507720947, - [ - -0.01617504097521305, - -0.1127367690205574, - 0.2493816614151001, - 0.9616847634315491 - ] - ], - [ - 6.333333492279053, - [ - -0.007102624513208866, - -0.11405155807733536, - 0.2428096979856491, - 0.9633198976516724 - ] - ], - [ - 6.375, - [ - -6.255660264287144e-05, - -0.11520420014858246, - 0.23585942387580872, - 0.9649344682693481 - ] - ], - [ - 6.416666507720947, - [ - 0.005200556945055723, - -0.11618973314762115, - 0.22876852750778198, - 0.9665080904960632 - ] - ], - [ - 6.458333492279053, - [ - 0.008942240849137306, - -0.11700325459241867, - 0.2217826098203659, - 0.9680097103118896 - ] - ], - [ - 6.5, - [ - 0.0114174485206604, - -0.11764372885227203, - 0.21515394747257233, - 0.9694010615348816 - ] - ], - [ - 6.541666507720947, - [ - 0.012880176305770874, - -0.11811666935682297, - 0.20913967490196228, - 0.9706405997276306 - ] - ], - [ - 6.583333492279053, - [ - 0.013583005405962467, - -0.11843576282262802, - 0.2040010690689087, - 0.9716851711273193 - ] - ], - [ - 6.625, - [ - 0.013776914216578007, - -0.11862324178218842, - 0.20000216364860535, - 0.972490668296814 - ] - ], - [ - 6.666666507720947, - [ - 0.01371136773377657, - -0.11870907247066498, - 0.19740821421146393, - 0.9730108976364136 - ] - ], - [ - 6.708333492279053, - [ - 0.013634529896080494, - -0.11872915923595428, - 0.1964847445487976, - 0.9731965065002441 - ] - ], - [ - 7.375, - [ - 0.013634529896080494, - -0.11872915923595428, - 0.1964847445487976, - 0.9731965065002441 - ] - ], - [ - 7.416666507720947, - [ - 0.02064322493970394, - -0.13031043112277985, - 0.1721731722354889, - 0.9761914014816284 - ] - ], - [ - 7.458333492279053, - [ - 0.03609341382980347, - -0.16269800066947937, - 0.10885485261678696, - 0.9799883961677551 - ] - ], - [ - 7.5, - [ - 0.04991903156042099, - -0.21218723058700562, - 0.022209474816918373, - 0.9757004976272583 - ] - ], - [ - 7.541666507720947, - [ - 0.05337241664528847, - -0.27225983142852783, - -0.07118115574121475, - 0.9581018686294556 - ] - ], - [ - 7.583333492279053, - [ - 0.0429823063313961, - -0.3332836925983429, - -0.1563578099012375, - 0.9287770390510559 - ] - ], - [ - 7.625, - [ - 0.022523650899529457, - -0.38507822155952454, - -0.22274994850158691, - 0.8953155279159546 - ] - ], - [ - 7.666666507720947, - [ - 0.0017854819307103753, - -0.41982120275497437, - -0.2648361623287201, - 0.8681064248085022 - ] - ], - [ - 7.708333492279053, - [ - -0.007395739201456308, - -0.4324299395084381, - -0.2796996831893921, - 0.8571567535400391 - ] - ], - [ - 7.75, - [ - 0.021758610382676125, - -0.37277066707611084, - -0.242869570851326, - 0.8953116536140442 - ] - ], - [ - 7.791666507720947, - [ - 0.046205807477235794, - -0.2166634500026703, - -0.12420603632926941, - 0.9672098159790039 - ] - ], - [ - 7.833333492279053, - [ - -0.010732647962868214, - -0.033541418612003326, - 0.0652373656630516, - 0.9972481727600098 - ] - ], - [ - 7.875, - [ - -0.1308102011680603, - 0.08590002357959747, - 0.2486034631729126, - 0.955879807472229 - ] - ], - [ - 7.916666507720947, - [ - -0.2260945439338684, - 0.10912429541349411, - 0.3314022421836853, - 0.9094755053520203 - ] - ], - [ - 7.958333492279053, - [ - -0.27933841943740845, - 0.08253785222768784, - 0.32494673132896423, - 0.8997595310211182 - ] - ], - [ - 8.0, - [ - -0.3276884853839874, - 0.04880944639444351, - 0.29260119795799255, - 0.8970074653625488 - ] - ], - [ - 8.041666984558105, - [ - -0.37503373622894287, - 0.014039168134331703, - 0.23586608469486237, - 0.8963926434516907 - ] - ], - [ - 8.083333015441895, - [ - -0.4240856468677521, - -0.016160402446985245, - 0.15763285756111145, - 0.8916513323783875 - ] - ], - [ - 8.125, - [ - -0.4756888449192047, - -0.03675568848848343, - 0.06287325173616409, - 0.8765934705734253 - ] - ], - [ - 8.166666984558105, - [ - -0.5287094116210938, - -0.04377368465065956, - -0.041312191635370255, - 0.8466660976409912 - ] - ], - [ - 8.208333015441895, - [ - -0.5805020332336426, - -0.03488317131996155, - -0.14641070365905762, - 0.8002277612686157 - ] - ], - [ - 8.25, - [ - -0.6277883052825928, - -0.009737540036439896, - -0.24374619126319885, - 0.7391717433929443 - ] - ], - [ - 8.291666984558105, - [ - -0.6676480770111084, - 0.030101409181952477, - -0.3257807493209839, - 0.6687352657318115 - ] - ], - [ - 8.333333015441895, - [ - -0.6983287930488586, - 0.08163470774888992, - -0.3870134949684143, - 0.5965678691864014 - ] - ], - [ - 8.375, - [ - -0.7196363210678101, - 0.14108096063137054, - -0.4240986406803131, - 0.5313757061958313 - ] - ], - [ - 8.416666984558105, - [ - -0.7167191505432129, - 0.24927759170532227, - -0.39002758264541626, - 0.5215868353843689 - ] - ], - [ - 8.458333015441895, - [ - -0.6657423377037048, - 0.3947547376155853, - -0.2769424617290497, - 0.5694371461868286 - ] - ], - [ - 8.5, - [ - -0.5802754759788513, - 0.5093261003494263, - -0.1543102264404297, - 0.6164865493774414 - ] - ], - [ - 8.541666984558105, - [ - -0.5236971378326416, - 0.5597410798072815, - -0.10646414756774902, - 0.6333218812942505 - ] - ], - [ - 8.583333015441895, - [ - -0.504303514957428, - 0.5278780460357666, - -0.22033093869686127, - 0.6468980312347412 - ] - ], - [ - 8.625, - [ - -0.4695886969566345, - 0.3866652548313141, - -0.4222673773765564, - 0.672061562538147 - ] - ], - [ - 8.666666984558105, - [ - -0.4182994067668915, - 0.17354066669940948, - -0.5619164109230042, - 0.692213237285614 - ] - ], - [ - 8.708333015441895, - [ - -0.3564460873603821, - 0.030167128890752792, - -0.5984451770782471, - 0.7168678045272827 - ] - ], - [ - 8.75, - [ - -0.27840957045555115, - -0.030480269342660904, - -0.47500425577163696, - 0.8342242240905762 - ] - ], - [ - 8.791666984558105, - [ - -0.1944257915019989, - -0.05168837681412697, - -0.15523479878902435, - 0.9671758413314819 - ] - ], - [ - 8.833333015441895, - [ - -0.15463615953922272, - -0.03045503981411457, - 0.18687786161899567, - 0.9696580767631531 - ] - ], - [ - 8.875, - [ - -0.15212848782539368, - -0.016790859401226044, - 0.3368837833404541, - 0.9290234446525574 - ] - ], - [ - 8.916666984558105, - [ - -0.15169428288936615, - -0.018094459548592567, - 0.3286190629005432, - 0.9320251941680908 - ] - ], - [ - 8.958333015441895, - [ - -0.15075014531612396, - -0.021387696266174316, - 0.3078262209892273, - 0.9391804933547974 - ] - ], - [ - 9.0, - [ - -0.14982649683952332, - -0.025732440873980522, - 0.28053098917007446, - 0.9477300643920898 - ] - ], - [ - 9.041666984558105, - [ - -0.14924868941307068, - -0.030134012922644615, - 0.2529636323451996, - 0.9554193615913391 - ] - ], - [ - 9.083333015441895, - [ - -0.14904092252254486, - -0.03354823961853981, - 0.23159126937389374, - 0.9607428312301636 - ] - ], - [ - 9.125, - [ - -0.1490156501531601, - -0.03491904214024544, - 0.22300474345684052, - 0.962727427482605 - ] - ], - [ - 9.166666984558105, - [ - -0.14903967082500458, - -0.03481311351060867, - 0.2237013876438141, - 0.9625658988952637 - ] - ], - [ - 9.208333015441895, - [ - -0.14910833537578583, - -0.03450849652290344, - 0.22570353746414185, - 0.9620986580848694 - ] - ], - [ - 9.25, - [ - -0.14921797811985016, - -0.034025195986032486, - 0.22887885570526123, - 0.9613484144210815 - ] - ], - [ - 9.291666984558105, - [ - -0.14936615526676178, - -0.03338351845741272, - 0.23309408128261566, - 0.9603346586227417 - ] - ], - [ - 9.333333015441895, - [ - -0.1495509147644043, - -0.03260389715433121, - 0.23821522295475006, - 0.9590750932693481 - ] - ], - [ - 9.375, - [ - -0.14977043867111206, - -0.03170674666762352, - 0.24410869181156158, - 0.9575878381729126 - ] - ], - [ - 9.416666984558105, - [ - -0.1500224471092224, - -0.030712412670254707, - 0.25064051151275635, - 0.9558919072151184 - ] - ], - [ - 9.458333015441895, - [ - -0.15030379593372345, - -0.029641056433320045, - 0.25767701864242554, - 0.9540088772773743 - ] - ], - [ - 9.5, - [ - -0.15061016380786896, - -0.028512440621852875, - 0.2650855481624603, - 0.9519628286361694 - ] - ], - [ - 9.666666984558105, - [ - -0.1519467681646347, - -0.02380673587322235, - 0.2958158254623413, - 0.9427822828292847 - ] - ], - [ - 9.708333015441895, - [ - -0.15225929021835327, - -0.022673051804304123, - 0.3031274080276489, - 0.9404343962669373 - ] - ], - [ - 9.75, - [ - -0.15253756940364838, - -0.021590685471892357, - 0.31003808975219727, - 0.9381591081619263 - ] - ], - [ - 9.791666984558105, - [ - -0.15276619791984558, - -0.020575830712914467, - 0.31642356514930725, - 0.9360104203224182 - ] - ], - [ - 9.833333015441895, - [ - -0.15292857587337494, - -0.019644370302557945, - 0.32216110825538635, - 0.9340445399284363 - ] - ], - [ - 9.875, - [ - -0.15300734341144562, - -0.018811848014593124, - 0.32712918519973755, - 0.9323205351829529 - ] - ], - [ - 9.916666984558105, - [ - -0.15298444032669067, - -0.018093952909111977, - 0.33120661973953247, - 0.9308977127075195 - ] - ], - [ - 9.958333015441895, - [ - -0.1528419405221939, - -0.017506644129753113, - 0.334272563457489, - 0.929835855960846 - ] - ], - [ - 10.0, - [ - -0.15256217122077942, - -0.017066417261958122, - 0.33620572090148926, - 0.9291929006576538 - ] - ], - [ - 10.041666984558105, - [ - -0.15212848782539368, - -0.016790859401226044, - 0.3368837833404541, - 0.9290234446525574 - ] - ], - [ - 10.083333015441895, - [ - -0.14881077408790588, - -0.018071535974740982, - 0.3365325629711151, - 0.9296637177467346 - ] - ], - [ - 10.125, - [ - -0.1403348594903946, - -0.022132165729999542, - 0.33554238080978394, - 0.9312506914138794 - ] - ], - [ - 10.166666984558105, - [ - -0.12736095488071442, - -0.02874758280813694, - 0.3340708017349243, - 0.9334611296653748 - ] - ], - [ - 10.208333015441895, - [ - -0.11055009812116623, - -0.037695903331041336, - 0.33230286836624146, - 0.9359126687049866 - ] - ], - [ - 10.25, - [ - -0.09057480096817017, - -0.04875120893120766, - 0.33043020963668823, - 0.9382086396217346 - ] - ], - [ - 10.291666984558105, - [ - -0.06812923401594162, - -0.061676401644945145, - 0.32863274216651917, - 0.939976155757904 - ] - ], - [ - 10.333333015441895, - [ - -0.043930888175964355, - -0.07622043043375015, - 0.32706302404403687, - 0.9408987760543823 - ] - ], - [ - 10.375, - [ - -0.01871568337082863, - -0.09211935847997665, - 0.3258329927921295, - 0.9407426118850708 - ] - ], - [ - 10.416666984558105, - [ - 0.006766578182578087, - -0.10909659415483475, - 0.32500410079956055, - 0.9393745064735413 - ] - ], - [ - 10.458333015441895, - [ - 0.031764887273311615, - -0.12686800956726074, - 0.3245803713798523, - 0.9367727041244507 - ] - ], - [ - 10.5, - [ - 0.05554140731692314, - -0.14514876902103424, - 0.3245055675506592, - 0.9330291152000427 - ] - ], - [ - 10.541666984558105, - [ - 0.07737980782985687, - -0.16365598142147064, - 0.3246632516384125, - 0.9283441305160522 - ] - ], - [ - 10.583333015441895, - [ - 0.09659644216299057, - -0.18211455643177032, - 0.32488182187080383, - 0.923014223575592 - ] - ], - [ - 10.625, - [ - 0.11254604905843735, - -0.2002609372138977, - 0.3249419033527374, - 0.9174104332923889 - ] - ], - [ - 10.666666984558105, - [ - 0.12461774796247482, - -0.2178400605916977, - 0.32458779215812683, - 0.911953330039978 - ] - ], - [ - 10.708333015441895, - [ - 0.13222923874855042, - -0.2346038967370987, - 0.3235420286655426, - 0.9070816040039063 - ] - ], - [ - 10.75, - [ - 0.13481266796588898, - -0.25030583143234253, - 0.32152214646339417, - 0.9032142758369446 - ] - ], - [ - 10.791666984558105, - [ - 0.13179424405097961, - -0.2646894156932831, - 0.3182613253593445, - 0.9007105827331543 - ] - ], - [ - 10.833333015441895, - [ - 0.12257285416126251, - -0.2774789333343506, - 0.3135318160057068, - 0.8998217582702637 - ] - ], - [ - 10.875, - [ - 0.10649667680263519, - -0.2883697748184204, - 0.3071715235710144, - 0.9006369709968567 - ] - ], - [ - 10.916666984558105, - [ - 0.08284729719161987, - -0.297018438577652, - 0.29911673069000244, - 0.9030202627182007 - ] - ], - [ - 10.958333015441895, - [ - 0.05083487555384636, - -0.3030419647693634, - 0.2894386947154999, - 0.9065356254577637 - ] - ], - [ - 11.0, - [ - 0.01578589156270027, - -0.29662656784057617, - 0.2793029844760895, - 0.9131009578704834 - ] - ], - [ - 11.041666984558105, - [ - -0.016451828181743622, - -0.27015167474746704, - 0.27004384994506836, - 0.92402583360672 - ] - ], - [ - 11.083333015441895, - [ - -0.045266710221767426, - -0.2263597548007965, - 0.26102352142333984, - 0.9373254179954529 - ] - ], - [ - 11.125, - [ - -0.06962000578641891, - -0.16809844970703125, - 0.2508869469165802, - 0.9507638812065125 - ] - ], - [ - 11.166666984558105, - [ - -0.08857142925262451, - -0.0986318588256836, - 0.23830877244472504, - 0.9620997905731201 - ] - ], - [ - 11.208333015441895, - [ - -0.10170828551054001, - -0.021752260625362396, - 0.22254379093647003, - 0.9693588018417358 - ] - ], - [ - 11.25, - [ - -0.10942062735557556, - 0.05833738297224045, - 0.20376056432724, - 0.9711363315582275 - ] - ], - [ - 11.291666984558105, - [ - -0.1129913479089737, - 0.13728879392147064, - 0.18314243853092194, - 0.9668731093406677 - ] - ], - [ - 11.333333015441895, - [ - -0.11451516300439835, - 0.2109379768371582, - 0.16275599598884583, - 0.9570276737213135 - ] - ], - [ - 11.375, - [ - -0.11669617146253586, - 0.27555155754089355, - 0.14523743093013763, - 0.9430585503578186 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715960636_1490895.json b/lenses/physics-objects/Scene/assets/1645812715960636_1490895.json deleted file mode 100644 index 52c0f8d0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715960636_1490895.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715960636:1490895", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715960832_1490902.json b/lenses/physics-objects/Scene/assets/1645812715960832_1490902.json deleted file mode 100644 index 0ca82ca2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715960832_1490902.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715960832:1490902", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715963072_1490915.json b/lenses/physics-objects/Scene/assets/1645812715963072_1490915.json deleted file mode 100644 index 1e24c600..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715963072_1490915.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715963072:1490915", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.899058997631073, - -0.350399374961853, - 0.1484038531780243 - ] - ], - [ - 11.375, - [ - 0.899058997631073, - -0.350399374961853, - 0.1484038531780243 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715963316_1490922.json b/lenses/physics-objects/Scene/assets/1645812715963316_1490922.json deleted file mode 100644 index 703d1a18..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715963316_1490922.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715963316:1490922", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715963679_1490929.json b/lenses/physics-objects/Scene/assets/1645812715963679_1490929.json deleted file mode 100644 index 2e33bbfc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715963679_1490929.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715963679:1490929", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715963961_1490936.json b/lenses/physics-objects/Scene/assets/1645812715963961_1490936.json deleted file mode 100644 index f0f6a6ea..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715963961_1490936.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715963961:1490936", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715966098_1490949.json b/lenses/physics-objects/Scene/assets/1645812715966098_1490949.json deleted file mode 100644 index f67eace1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715966098_1490949.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715966098:1490949", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.1091370582580566, - -0.4118199944496155, - 0.13427799940109253 - ] - ], - [ - 11.375, - [ - -1.1091370582580566, - -0.4118199944496155, - 0.13427799940109253 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715966335_1490956.json b/lenses/physics-objects/Scene/assets/1645812715966335_1490956.json deleted file mode 100644 index 148d103f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715966335_1490956.json +++ /dev/null @@ -1,2125 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715966335:1490956", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0820574015378952, - 0.1394110471010208, - 0.027869703248143196, - 0.9864352345466614 - ] - ], - [ - 0.0416666679084301, - [ - 0.0820574015378952, - 0.1394110471010208, - 0.027869703248143196, - 0.9864352345466614 - ] - ], - [ - 0.0833333358168602, - [ - 0.0566512867808342, - 0.16750288009643555, - 0.0157590564340353, - 0.9841163754463196 - ] - ], - [ - 0.125, - [ - 0.02900959923863411, - 0.20006124675273895, - 0.004008675459772348, - 0.9793456196784973 - ] - ], - [ - 0.1666666716337204, - [ - 0.001258770120330155, - 0.2351609319448471, - -0.006039934232831001, - 0.9719368815422058 - ] - ], - [ - 0.2083333283662796, - [ - -0.02476072497665882, - 0.27068066596984863, - -0.013538402505218983, - 0.9622554779052734 - ] - ], - [ - 0.25, - [ - -0.04760408401489258, - 0.3043997585773468, - -0.018217263743281364, - 0.9511796832084656 - ] - ], - [ - 0.2916666567325592, - [ - -0.06626345217227936, - 0.33411526679992676, - -0.020375341176986694, - 0.9399792551994324 - ] - ], - [ - 0.3333333432674408, - [ - -0.08011528104543686, - 0.3577316403388977, - -0.020763345062732697, - 0.9301497340202332 - ] - ], - [ - 0.375, - [ - -0.08876407891511917, - 0.3732859194278717, - -0.020365914329886436, - 0.9232354760169983 - ] - ], - [ - 0.4166666567325592, - [ - -0.09178833663463593, - 0.37889182567596436, - -0.020093601197004318, - 0.920658528804779 - ] - ], - [ - 0.4583333432674408, - [ - -0.09137119352817535, - 0.37533730268478394, - -0.020529884845018387, - 0.9221451878547668 - ] - ], - [ - 0.5, - [ - -0.09012682735919952, - 0.36515307426452637, - -0.021706797182559967, - 0.9263202548027039 - ] - ], - [ - 0.5416666865348816, - [ - -0.08801273256540298, - 0.34902307391166687, - -0.02336394600570202, - 0.9326793551445007 - ] - ], - [ - 0.5833333134651184, - [ - -0.08494361490011215, - 0.3276110589504242, - -0.025187073275446892, - 0.9406493306159973 - ] - ], - [ - 0.625, - [ - -0.08082319796085358, - 0.3015897870063782, - -0.026841923594474792, - 0.949626624584198 - ] - ], - [ - 0.6666666865348816, - [ - -0.07557141035795212, - 0.271664023399353, - -0.028004279360175133, - 0.9590117931365967 - ] - ], - [ - 0.7083333134651184, - [ - -0.0691460594534874, - 0.2385847270488739, - -0.028386235237121582, - 0.9682408571243286 - ] - ], - [ - 0.75, - [ - -0.061558615416288376, - 0.20315498113632202, - -0.027758056297898293, - 0.9768152832984924 - ] - ], - [ - 0.7916666865348816, - [ - -0.05288344994187355, - 0.16622668504714966, - -0.025964902713894844, - 0.9843260645866394 - ] - ], - [ - 0.8333333134651184, - [ - -0.043261025100946426, - 0.1286909282207489, - -0.022937634959816933, - 0.9904752373695374 - ] - ], - [ - 0.875, - [ - -0.03289535269141197, - 0.09146299213171005, - -0.018697325140237808, - 0.9950893521308899 - ] - ], - [ - 0.9166666865348816, - [ - -0.02204681932926178, - 0.05546540394425392, - -0.013353478163480759, - 0.9981278777122498 - ] - ], - [ - 0.9583333134651184, - [ - -0.011021791957318783, - 0.02161072939634323, - -0.00709619140252471, - 0.9996805191040039 - ] - ], - [ - 1.0, - [ - -0.0001605211873538792, - -0.009212661534547806, - -0.0001832657726481557, - 0.9999575614929199 - ] - ], - [ - 1.0416666269302368, - [ - 0.01017468050122261, - -0.03614972531795502, - 0.007076540030539036, - 0.9992695450782776 - ] - ], - [ - 1.0833333730697632, - [ - 0.019609937444329262, - -0.058382295072078705, - 0.014343038201332092, - 0.9979987144470215 - ] - ], - [ - 1.125, - [ - 0.027767393738031387, - -0.07512505352497101, - 0.021265430375933647, - 0.9965606927871704 - ] - ], - [ - 1.1666666269302368, - [ - 0.03427012637257576, - -0.08561624586582184, - 0.02750413864850998, - 0.9953587055206299 - ] - ], - [ - 1.2083333730697632, - [ - 0.038744404911994934, - -0.08910265564918518, - 0.03275303915143013, - 0.9947295188903809 - ] - ], - [ - 1.25, - [ - 0.041344840079545975, - -0.08330856263637543, - 0.036430906504392624, - 0.9949990510940552 - ] - ], - [ - 1.2916666269302368, - [ - 0.04260673373937607, - -0.06769732385873795, - 0.03838859871029854, - 0.9960562586784363 - ] - ], - [ - 1.3333333730697632, - [ - 0.042774055153131485, - -0.0441046878695488, - 0.03903444856405258, - 0.9973472356796265 - ] - ], - [ - 1.375, - [ - 0.04211847856640816, - -0.01437064167112112, - 0.038798633962869644, - 0.9982556700706482 - ] - ], - [ - 1.4166666269302368, - [ - 0.040910329669713974, - 0.01964089833199978, - 0.03811796009540558, - 0.9982422590255737 - ] - ], - [ - 1.4583333730697632, - [ - 0.03939839079976082, - 0.0560389868915081, - 0.037422504276037216, - 0.9969488382339478 - ] - ], - [ - 1.5, - [ - 0.03779853135347366, - 0.092918261885643, - 0.03712471202015877, - 0.9942631721496582 - ] - ], - [ - 1.5416666269302368, - [ - 0.03629255294799805, - 0.1283826380968094, - 0.03761330619454384, - 0.990346372127533 - ] - ], - [ - 1.5833333730697632, - [ - 0.035039182752370834, - 0.160569965839386, - 0.03925547003746033, - 0.98562091588974 - ] - ], - [ - 1.625, - [ - 0.03419853001832962, - 0.18766999244689941, - 0.042409930378198624, - 0.980720043182373 - ] - ], - [ - 1.6666666269302368, - [ - 0.033970993012189865, - 0.20793002843856812, - 0.04745220020413399, - 0.9764013290405273 - ] - ], - [ - 1.7083333730697632, - [ - 0.05480308458209038, - 0.22411511838436127, - 0.0731077715754509, - 0.9702702164649963 - ] - ], - [ - 1.75, - [ - 0.10244672000408173, - 0.24397313594818115, - 0.12360651046037674, - 0.9564011693000793 - ] - ], - [ - 1.7916666269302368, - [ - 0.1560998260974884, - 0.27033892273902893, - 0.17863762378692627, - 0.9330801367759705 - ] - ], - [ - 1.8333333730697632, - [ - 0.19787801802158356, - 0.2968031167984009, - 0.22084400057792664, - 0.9077335000038147 - ] - ], - [ - 1.875, - [ - 0.21442633867263794, - 0.3090832531452179, - 0.23741355538368225, - 0.8956136107444763 - ] - ], - [ - 1.9166666269302368, - [ - 0.21640188992023468, - 0.28003913164138794, - 0.23756974935531616, - 0.9046043157577515 - ] - ], - [ - 1.9583333730697632, - [ - 0.21538487076759338, - 0.20448549091815948, - 0.231466144323349, - 0.9264008402824402 - ] - ], - [ - 2.0, - [ - 0.19988740980625153, - 0.10158780217170715, - 0.2084428071975708, - 0.9519855976104736 - ] - ], - [ - 2.0416667461395264, - [ - 0.16367141902446747, - -0.004532415419816971, - 0.16323956847190857, - 0.9729049205780029 - ] - ], - [ - 2.0833332538604736, - [ - 0.11028733104467392, - -0.0871998593211174, - 0.09996642172336578, - 0.9850074052810669 - ] - ], - [ - 2.125, - [ - 0.052315641194581985, - -0.12236721813678741, - 0.03056657686829567, - 0.9906336665153503 - ] - ], - [ - 2.1666667461395264, - [ - -0.013677111826837063, - 0.04635768011212349, - -0.0824262723326683, - 0.9954244494438171 - ] - ], - [ - 2.2083332538604736, - [ - -0.020352831110358238, - 0.24483421444892883, - -0.140359029173851, - 0.9591357111930847 - ] - ], - [ - 2.25, - [ - 0.025300385430455208, - 0.26168814301490784, - -0.09144075959920883, - 0.9604780077934265 - ] - ], - [ - 2.2916667461395264, - [ - 0.09679260849952698, - 0.27342572808265686, - -0.0162406824529171, - 0.9568729400634766 - ] - ], - [ - 2.3333332538604736, - [ - 0.15430021286010742, - 0.32526838779449463, - 0.02508625201880932, - 0.9326107501983643 - ] - ], - [ - 2.375, - [ - 0.1279468685388565, - 0.28687021136283875, - 0.0318620465695858, - 0.948852002620697 - ] - ], - [ - 2.4166667461395264, - [ - 0.0629144012928009, - 0.20007380843162537, - 0.035560254007577896, - 0.9771119356155396 - ] - ], - [ - 2.4583332538604736, - [ - -0.010455035604536533, - 0.1116044670343399, - 0.02364092878997326, - 0.9934165477752686 - ] - ], - [ - 2.5, - [ - -0.04599784314632416, - 0.06797022372484207, - 0.012337762862443924, - 0.9965500831604004 - ] - ], - [ - 2.5416667461395264, - [ - -0.04582054540514946, - 0.06134577468037605, - 0.011051072739064693, - 0.9970030188560486 - ] - ], - [ - 2.5833332538604736, - [ - -0.04554213210940361, - 0.055730581283569336, - 0.01010227296501398, - 0.997355580329895 - ] - ], - [ - 2.625, - [ - -0.04517725855112076, - 0.05104251578450203, - 0.009436625987291336, - 0.9976295232772827 - ] - ], - [ - 2.6666667461395264, - [ - -0.044743169099092484, - 0.04719935730099678, - 0.008998104371130466, - 0.9978424310684204 - ] - ], - [ - 2.7083332538604736, - [ - -0.044258978217840195, - 0.044118594378232956, - 0.008729741908609867, - 0.9980072379112244 - ] - ], - [ - 2.75, - [ - -0.04374515265226364, - 0.041717518121004105, - 0.008573987521231174, - 0.9981346130371094 - ] - ], - [ - 2.7916667461395264, - [ - -0.04322301596403122, - 0.03991319239139557, - 0.008472947403788567, - 0.9982320070266724 - ] - ], - [ - 2.8333332538604736, - [ - -0.04271438345313072, - 0.038622502237558365, - 0.008368609473109245, - 0.9983054399490356 - ] - ], - [ - 2.875, - [ - -0.04224129766225815, - 0.037762172520160675, - 0.008202988654375076, - 0.9983598589897156 - ] - ], - [ - 2.9166667461395264, - [ - -0.0418257862329483, - 0.03724877908825874, - 0.007918231189250946, - 0.9983989596366882 - ] - ], - [ - 3.0, - [ - -0.04125514626502991, - 0.036928966641426086, - 0.00676090968772769, - 0.998443067073822 - ] - ], - [ - 3.0416667461395264, - [ - -0.04114364832639694, - 0.03695579618215561, - 0.005773643031716347, - 0.9984529614448547 - ] - ], - [ - 3.0833332538604736, - [ - -0.0740167424082756, - 0.08028506487607956, - -0.031792741268873215, - 0.9935114979743958 - ] - ], - [ - 3.125, - [ - -0.1357552707195282, - 0.19158290326595306, - -0.10481815040111542, - 0.9663745164871216 - ] - ], - [ - 3.1666667461395264, - [ - -0.17525891959667206, - 0.3305972218513489, - -0.16024379432201385, - 0.9134066700935364 - ] - ], - [ - 3.2083332538604736, - [ - -0.1784561276435852, - 0.4429217278957367, - -0.17853474617004395, - 0.8602901101112366 - ] - ], - [ - 3.25, - [ - -0.1719215363264084, - 0.48682957887649536, - -0.17869876325130463, - 0.8375599384307861 - ] - ], - [ - 3.2916667461395264, - [ - -0.17105546593666077, - 0.48502618074417114, - -0.18044115602970123, - 0.8384096026420593 - ] - ], - [ - 3.3333332538604736, - [ - -0.16875238716602325, - 0.48000943660736084, - -0.18501289188861847, - 0.8407638072967529 - ] - ], - [ - 3.375, - [ - -0.16543257236480713, - 0.47234588861465454, - -0.19139647483825684, - 0.8443275690078735 - ] - ], - [ - 3.4166667461395264, - [ - -0.16150176525115967, - 0.46260806918144226, - -0.19856256246566772, - 0.8488132357597351 - ] - ], - [ - 3.4583332538604736, - [ - -0.15736767649650574, - 0.45140987634658813, - -0.2055060863494873, - 0.8539506793022156 - ] - ], - [ - 3.5, - [ - -0.15345399081707, - 0.43942418694496155, - -0.21127323806285858, - 0.8594893217086792 - ] - ], - [ - 3.5416667461395264, - [ - -0.15021184086799622, - 0.4273861050605774, - -0.21497958898544312, - 0.8651944994926453 - ] - ], - [ - 3.5833332538604736, - [ - -0.14813046157360077, - 0.416080504655838, - -0.21581676602363586, - 0.8708372712135315 - ] - ], - [ - 3.625, - [ - -0.14774709939956665, - 0.4063175320625305, - -0.2130471020936966, - 0.876177966594696 - ] - ], - [ - 3.6666667461395264, - [ - -0.14965574443340302, - 0.39889663457870483, - -0.20598384737968445, - 0.8809400200843811 - ] - ], - [ - 3.7083332538604736, - [ - -0.15451395511627197, - 0.3945600092411041, - -0.19395986199378967, - 0.8847753405570984 - ] - ], - [ - 3.75, - [ - -0.16455237567424774, - 0.4006122052669525, - -0.1686815321445465, - 0.885425865650177 - ] - ], - [ - 3.7916667461395264, - [ - -0.18086136877536774, - 0.4194090664386749, - -0.12622766196727753, - 0.8805974125862122 - ] - ], - [ - 3.8333332538604736, - [ - -0.20210467278957367, - 0.44408512115478516, - -0.07250189781188965, - 0.8698767423629761 - ] - ], - [ - 3.875, - [ - -0.22630831599235535, - 0.468403160572052, - -0.013938008807599545, - 0.8539256453514099 - ] - ], - [ - 3.9166667461395264, - [ - -0.2509307861328125, - 0.4874155521392822, - 0.04246405512094498, - 0.835258424282074 - ] - ], - [ - 3.9583332538604736, - [ - -0.2731303870677948, - 0.4976230263710022, - 0.08959316462278366, - 0.8183789849281311 - ] - ], - [ - 4.0, - [ - -0.289911150932312, - 0.4964984357357025, - 0.12078414857387543, - 0.8092292547225952 - ] - ], - [ - 4.041666507720947, - [ - -0.300961971282959, - 0.4655437171459198, - 0.12536440789699554, - 0.8227847218513489 - ] - ], - [ - 4.083333492279053, - [ - -0.3025399446487427, - 0.3946746587753296, - 0.10652849823236465, - 0.8610186576843262 - ] - ], - [ - 4.125, - [ - -0.2871588468551636, - 0.2945299446582794, - 0.07911019027233124, - 0.9080383777618408 - ] - ], - [ - 4.166666507720947, - [ - -0.2531304359436035, - 0.18040688335895538, - 0.05522669106721878, - 0.9488563537597656 - ] - ], - [ - 4.208333492279053, - [ - -0.20671160519123077, - 0.07259312272071838, - 0.041315194219350815, - 0.9748300313949585 - ] - ], - [ - 4.25, - [ - -0.1597096472978592, - -0.006858489941805601, - 0.0371711328625679, - 0.986440122127533 - ] - ], - [ - 4.291666507720947, - [ - -0.1248050406575203, - -0.037071168422698975, - 0.03780709579586983, - 0.9907674193382263 - ] - ], - [ - 4.333333492279053, - [ - -0.10093945264816284, - -0.03436870127916336, - 0.037087589502334595, - 0.9936068058013916 - ] - ], - [ - 4.375, - [ - -0.07989219576120377, - -0.02896878682076931, - 0.03348435088992119, - 0.9958196878433228 - ] - ], - [ - 4.416666507720947, - [ - -0.061713844537734985, - -0.02195439301431179, - 0.02776818908751011, - 0.997465968132019 - ] - ], - [ - 4.458333492279053, - [ - -0.04647547006607056, - -0.014305679127573967, - 0.020825037732720375, - 0.9985998868942261 - ] - ], - [ - 4.5, - [ - -0.03429308906197548, - -0.006920250598341227, - 0.01362654473632574, - 0.9992950558662415 - ] - ], - [ - 4.541666507720947, - [ - -0.02533208206295967, - -0.0006368575850501657, - 0.007197986356914043, - 0.9996529817581177 - ] - ], - [ - 4.583333492279053, - [ - -0.019797148182988167, - 0.003734916914254427, - 0.0025858785957098007, - 0.9997937083244324 - ] - ], - [ - 4.625, - [ - -0.01790659688413143, - 0.005379569251090288, - 0.0008250389364548028, - 0.9998249411582947 - ] - ], - [ - 4.666666507720947, - [ - -0.024976179003715515, - 0.0031077188905328512, - 0.005416583735495806, - 0.999668538570404 - ] - ], - [ - 4.708333492279053, - [ - -0.04405205324292183, - -0.003382060443982482, - 0.017714159563183784, - 0.9988664388656616 - ] - ], - [ - 4.75, - [ - -0.07183168828487396, - -0.013789131306111813, - 0.03536776453256607, - 0.9966941475868225 - ] - ], - [ - 4.791666507720947, - [ - -0.1049620732665062, - -0.02773156389594078, - 0.055986907333135605, - 0.9925116300582886 - ] - ], - [ - 4.833333492279053, - [ - -0.14016307890415192, - -0.04445645585656166, - 0.07731073349714279, - 0.9861039519309998 - ] - ], - [ - 4.875, - [ - -0.1743638962507248, - -0.06270739436149597, - 0.09736914187669754, - 0.9778467416763306 - ] - ], - [ - 4.916666507720947, - [ - -0.20481866598129272, - -0.08073794841766357, - 0.1146010085940361, - 0.9687091112136841 - ] - ], - [ - 4.958333492279053, - [ - -0.22914327681064606, - -0.09643241763114929, - 0.12787720561027527, - 0.9601258039474487 - ] - ], - [ - 5.0, - [ - -0.24523797631263733, - -0.10749071091413498, - 0.13639512658119202, - 0.9537822008132935 - ] - ], - [ - 5.041666507720947, - [ - -0.2510809898376465, - -0.11164442449808121, - 0.1394307166337967, - 0.9513427019119263 - ] - ], - [ - 5.541666507720947, - [ - -0.2510809898376465, - -0.11164442449808121, - 0.1394307166337967, - 0.9513427019119263 - ] - ], - [ - 5.583333492279053, - [ - -0.21686451137065887, - -0.0910562127828598, - 0.12122104316949844, - 0.9643567800521851 - ] - ], - [ - 5.625, - [ - -0.13625295460224152, - -0.05046830698847771, - 0.07618837803602219, - 0.9864500164985657 - ] - ], - [ - 5.666666507720947, - [ - -0.047975845634937286, - -0.016576070338487625, - 0.02505405992269516, - 0.998396635055542 - ] - ], - [ - 5.708333492279053, - [ - 1.1258777732336966e-07, - 4.305551826178089e-08, - -1.6941392687376566e-15, - 1.0 - ] - ], - [ - 5.75, - [ - 0.010615149512887001, - 0.007225703448057175, - 0.00012827801401726902, - 0.9999175667762756 - ] - ], - [ - 5.791666507720947, - [ - 0.020335359498858452, - 0.014049531891942024, - 0.0005106722819618881, - 0.9996944665908813 - ] - ], - [ - 5.833333492279053, - [ - 0.029191182926297188, - 0.020516904070973396, - 0.0011398490751162171, - 0.999362587928772 - ] - ], - [ - 5.875, - [ - 0.037215203046798706, - 0.026670750230550766, - 0.0020040159579366446, - 0.9989492893218994 - ] - ], - [ - 5.916666507720947, - [ - 0.04444219917058945, - 0.03255218639969826, - 0.003087505465373397, - 0.9984766840934753 - ] - ], - [ - 5.958333492279053, - [ - 0.05090836435556412, - 0.03820046782493591, - 0.004371251445263624, - 0.9979628920555115 - ] - ], - [ - 6.0, - [ - 0.05665082484483719, - 0.04365304857492447, - 0.005833160597831011, - 0.9974222183227539 - ] - ], - [ - 6.041666507720947, - [ - 0.061707790940999985, - 0.048946235328912735, - 0.007448581513017416, - 0.9968655705451965 - ] - ], - [ - 6.083333492279053, - [ - 0.06611809879541397, - 0.054115209728479385, - 0.009190605953335762, - 0.9963008761405945 - ] - ], - [ - 6.125, - [ - 0.06992089003324509, - 0.059194039553403854, - 0.01103030052036047, - 0.9957337379455566 - ] - ], - [ - 6.166666507720947, - [ - 0.07315582782030106, - 0.06421633064746857, - 0.012937076389789581, - 0.9951668977737427 - ] - ], - [ - 6.208333492279053, - [ - 0.07586276531219482, - 0.06921523064374924, - 0.01487889513373375, - 0.9946017861366272 - ] - ], - [ - 6.25, - [ - 0.07808180153369904, - 0.07422344386577606, - 0.016822325065732002, - 0.9940378069877625 - ] - ], - [ - 6.291666507720947, - [ - 0.07985322922468185, - 0.07927371561527252, - 0.018732935190200806, - 0.9934728145599365 - ] - ], - [ - 6.333333492279053, - [ - 0.08121754974126816, - 0.08439884334802628, - 0.02057529054582119, - 0.9929034113883972 - ] - ], - [ - 6.375, - [ - 0.08221551030874252, - 0.0896315947175026, - 0.0223130714148283, - 0.9923250079154968 - ] - ], - [ - 6.416666507720947, - [ - 0.08288819342851639, - 0.09500516206026077, - 0.023909244686365128, - 0.9917317628860474 - ] - ], - [ - 6.458333492279053, - [ - 0.08327708393335342, - 0.10055308789014816, - 0.025326086208224297, - 0.9911169409751892 - ] - ], - [ - 6.5, - [ - 0.0834241658449173, - 0.1063089370727539, - 0.026525193825364113, - 0.9904722571372986 - ] - ], - [ - 6.541666507720947, - [ - 0.0833720937371254, - 0.11230693012475967, - 0.02746761403977871, - 0.9897887706756592 - ] - ], - [ - 6.583333492279053, - [ - 0.08316433429718018, - 0.11858152598142624, - 0.028113767504692078, - 0.9890559911727905 - ] - ], - [ - 6.625, - [ - 0.08284531533718109, - 0.12516722083091736, - 0.028423484414815903, - 0.9882620573043823 - ] - ], - [ - 6.666666507720947, - [ - 0.0824606791138649, - 0.13209882378578186, - 0.028355959802865982, - 0.9873936772346497 - ] - ], - [ - 6.708333492279053, - [ - 0.0820574089884758, - 0.1394111067056656, - 0.027869701385498047, - 0.9864352941513062 - ] - ], - [ - 6.75, - [ - 0.05613168701529503, - 0.15205051004886627, - -0.013884548097848892, - 0.9866798520088196 - ] - ], - [ - 6.791666507720947, - [ - 0.0035535823553800583, - 0.17868672311306, - -0.1017068475484848, - 0.9786286950111389 - ] - ], - [ - 6.833333492279053, - [ - -0.042301639914512634, - 0.21410217881202698, - -0.1836836338043213, - 0.9584524631500244 - ] - ], - [ - 6.875, - [ - -0.06051769107580185, - 0.23295292258262634, - -0.21857990324497223, - 0.9456708431243896 - ] - ], - [ - 6.916666507720947, - [ - -0.06023666635155678, - 0.23234175145626068, - -0.21594496071338654, - 0.9464442133903503 - ] - ], - [ - 6.958333492279053, - [ - -0.059479787945747375, - 0.23074781894683838, - -0.20898213982582092, - 0.9484429955482483 - ] - ], - [ - 7.0, - [ - -0.05837078392505646, - 0.2285376787185669, - -0.19909928739070892, - 0.9511693120002747 - ] - ], - [ - 7.083333492279053, - [ - -0.055660996586084366, - 0.22366604208946228, - -0.1762762814760208, - 0.9569754600524902 - ] - ], - [ - 7.125, - [ - -0.05440869554877281, - 0.22162839770317078, - -0.16625353693962097, - 0.9593124389648438 - ] - ], - [ - 7.166666507720947, - [ - -0.05349796265363693, - 0.22021973133087158, - -0.15914055705070496, - 0.9608930945396423 - ] - ], - [ - 7.208333492279053, - [ - -0.05314721167087555, - 0.21969254314899445, - -0.156437486410141, - 0.9614769220352173 - ] - ], - [ - 7.25, - [ - -0.10268250852823257, - 0.24551598727703094, - -0.17843309044837952, - 0.94728022813797 - ] - ], - [ - 7.291666507720947, - [ - -0.2089214324951172, - 0.3182571530342102, - -0.21702554821968079, - 0.8988682627677917 - ] - ], - [ - 7.333333492279053, - [ - -0.30976855754852295, - 0.4185962677001953, - -0.23394277691841125, - 0.8210306763648987 - ] - ], - [ - 7.375, - [ - -0.3703453242778778, - 0.5062753558158875, - -0.22201336920261383, - 0.7464848756790161 - ] - ], - [ - 7.416666507720947, - [ - -0.3892172873020172, - 0.5423101186752319, - -0.20999759435653687, - 0.7143602967262268 - ] - ], - [ - 7.458333492279053, - [ - -0.3892039954662323, - 0.5422599911689758, - -0.21000991761684418, - 0.7144020199775696 - ] - ], - [ - 7.5, - [ - -0.38911086320877075, - 0.5419090390205383, - -0.21009545028209686, - 0.7146938443183899 - ] - ], - [ - 7.541666507720947, - [ - -0.3888563811779022, - 0.5409559607505798, - -0.2103259116411209, - 0.7154861092567444 - ] - ], - [ - 7.583333492279053, - [ - -0.38835352659225464, - 0.5390978455543518, - -0.21076714992523193, - 0.7170301675796509 - ] - ], - [ - 7.625, - [ - -0.3875037133693695, - 0.5360286831855774, - -0.21147280931472778, - 0.719578742980957 - ] - ], - [ - 7.666666507720947, - [ - -0.3861874043941498, - 0.5314368009567261, - -0.21247480809688568, - 0.7233869433403015 - ] - ], - [ - 7.708333492279053, - [ - -0.3842528760433197, - 0.5250036120414734, - -0.213771253824234, - 0.7287132143974304 - ] - ], - [ - 7.75, - [ - -0.36940765380859375, - 0.4345303773880005, - -0.23064616322517395, - 0.788367748260498 - ] - ], - [ - 7.791666507720947, - [ - -0.27746158838272095, - 0.2335137128829956, - -0.20006412267684937, - 0.9101982116699219 - ] - ], - [ - 7.833333492279053, - [ - -0.10327821224927902, - 0.058618370443582535, - -0.08004887402057648, - 0.9896917343139648 - ] - ], - [ - 7.875, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 7.916666507720947, - [ - 0.005012130364775658, - 0.0001614608190720901, - 0.002290125470608473, - 0.9999848008155823 - ] - ], - [ - 7.958333492279053, - [ - 0.009829387068748474, - 0.000636283599305898, - 0.004487684927880764, - 0.9999414086341858 - ] - ], - [ - 8.0, - [ - 0.014453544281423092, - 0.0014102020068094134, - 0.006590415723621845, - 0.9998729228973389 - ] - ], - [ - 8.041666984558105, - [ - 0.018886856734752655, - 0.0024691070429980755, - 0.008596707135438919, - 0.999781608581543 - ] - ], - [ - 8.083333015441895, - [ - 0.023131592199206352, - 0.0037989653646945953, - 0.01050536148250103, - 0.9996700286865234 - ] - ], - [ - 8.125, - [ - 0.027190566062927246, - 0.005385980475693941, - 0.012315827421844006, - 0.9995399117469788 - ] - ], - [ - 8.208333015441895, - [ - 0.03476240858435631, - 0.009276596829295158, - 0.015641655772924423, - 0.999230146408081 - ] - ], - [ - 8.291666984558105, - [ - 0.04162738099694252, - 0.014032856561243534, - 0.018577516078948975, - 0.9988619089126587 - ] - ], - [ - 8.375, - [ - 0.04781285300850868, - 0.01954858936369419, - 0.021132370457053185, - 0.9984413981437683 - ] - ], - [ - 8.458333015441895, - [ - 0.0533486045897007, - 0.02571978233754635, - 0.023320114240050316, - 0.9979722499847412 - ] - ], - [ - 8.541666984558105, - [ - 0.05826624482870102, - 0.03244433179497719, - 0.025158647447824478, - 0.9974564909934998 - ] - ], - [ - 8.625, - [ - 0.06259878724813461, - 0.039621636271476746, - 0.02666909247636795, - 0.9968953132629395 - ] - ], - [ - 8.708333015441895, - [ - 0.06638066470623016, - 0.047152914106845856, - 0.027875233441591263, - 0.9962897300720215 - ] - ], - [ - 8.791666984558105, - [ - 0.0696474015712738, - 0.054940856993198395, - 0.028802836313843727, - 0.9956411719322205 - ] - ], - [ - 8.916666984558105, - [ - 0.07366107404232025, - 0.06689395010471344, - 0.029731689020991325, - 0.9945930242538452 - ] - ], - [ - 9.041666984558105, - [ - 0.07672256231307983, - 0.07888920605182648, - 0.030190443620085716, - 0.9934679865837097 - ] - ], - [ - 9.166666984558105, - [ - 0.0789589136838913, - 0.09061257541179657, - 0.030275804921984673, - 0.9922894835472107 - ] - ], - [ - 9.291666984558105, - [ - 0.08049773424863815, - 0.10175438970327377, - 0.030083216726779938, - 0.9910908937454224 - ] - ], - [ - 9.416666984558105, - [ - 0.0814661979675293, - 0.1120087057352066, - 0.0297047421336174, - 0.9899166226387024 - ] - ], - [ - 9.5, - [ - 0.08185707032680511, - 0.11820206046104431, - 0.029392428696155548, - 0.9891732931137085 - ] - ], - [ - 9.583333015441895, - [ - 0.0820869654417038, - 0.12377697229385376, - 0.02906075306236744, - 0.988481879234314 - ] - ], - [ - 9.666666984558105, - [ - 0.08219200372695923, - 0.12864454090595245, - 0.0287329014390707, - 0.987861156463623 - ] - ], - [ - 9.75, - [ - 0.08220767974853516, - 0.13271576166152954, - 0.0284308772534132, - 0.98732990026474 - ] - ], - [ - 9.833333015441895, - [ - 0.08216892182826996, - 0.13590194284915924, - 0.028175530955195427, - 0.9869068264961243 - ] - ], - [ - 9.875, - [ - 0.08213986456394196, - 0.13713538646697998, - 0.028071602806448936, - 0.9867416620254517 - ] - ], - [ - 9.916666984558105, - [ - 0.08211000263690948, - 0.13811415433883667, - 0.027986716479063034, - 0.986609935760498 - ] - ], - [ - 9.958333015441895, - [ - 0.08208354562520981, - 0.13882718980312347, - 0.027923237532377243, - 0.9865139722824097 - ] - ], - [ - 10.0, - [ - 0.08206463605165482, - 0.13926322758197784, - 0.027883468195796013, - 0.9864552021026611 - ] - ], - [ - 10.041666984558105, - [ - 0.0820574015378952, - 0.1394110471010208, - 0.027869703248143196, - 0.9864352345466614 - ] - ], - [ - 10.083333015441895, - [ - 0.08182277530431747, - 0.13842462003231049, - 0.027893180027604103, - 0.9865929484367371 - ] - ], - [ - 10.125, - [ - 0.08114518970251083, - 0.13556861877441406, - 0.027960365638136864, - 0.9870434999465942 - ] - ], - [ - 10.166666984558105, - [ - 0.08006168156862259, - 0.13099730014801025, - 0.02806207910180092, - 0.9877461194992065 - ] - ], - [ - 10.208333015441895, - [ - 0.07860701531171799, - 0.12486418336629868, - 0.02818496897816658, - 0.9886533617973328 - ] - ], - [ - 10.25, - [ - 0.07681485265493393, - 0.11732212454080582, - 0.028313403949141502, - 0.9897137880325317 - ] - ], - [ - 10.291666984558105, - [ - 0.07471896708011627, - 0.1085246279835701, - 0.02843102253973484, - 0.9908740520477295 - ] - ], - [ - 10.333333015441895, - [ - 0.07235401123762131, - 0.09862592071294785, - 0.02852223441004753, - 0.992080807685852 - ] - ], - [ - 10.375, - [ - 0.0697561725974083, - 0.08778049051761627, - 0.02857345901429653, - 0.9932835698127747 - ] - ], - [ - 10.416666984558105, - [ - 0.0669640302658081, - 0.07614453136920929, - 0.028574202209711075, - 0.99443519115448 - ] - ], - [ - 10.458333015441895, - [ - 0.06401882320642471, - 0.06387543678283691, - 0.028517894446849823, - 0.9954940676689148 - ] - ], - [ - 10.5, - [ - 0.0609644278883934, - 0.05113069340586662, - 0.028402583673596382, - 0.9964248538017273 - ] - ], - [ - 10.666666984558105, - [ - 0.04863710701465607, - -0.0014162916922941804, - 0.02749401517212391, - 0.9984370470046997 - ] - ], - [ - 10.708333015441895, - [ - 0.045795880258083344, - -0.014146680943667889, - 0.027237381786108017, - 0.9984791874885559 - ] - ], - [ - 10.75, - [ - 0.043165210634469986, - -0.026396477594971657, - 0.027019448578357697, - 0.9983537197113037 - ] - ], - [ - 10.791666984558105, - [ - 0.040804751217365265, - -0.03800725191831589, - 0.026872968301177025, - 0.9980822801589966 - ] - ], - [ - 10.833333015441895, - [ - 0.038774702697992325, - -0.048821449279785156, - 0.02683389000594616, - 0.9976938962936401 - ] - ], - [ - 10.875, - [ - 0.03713516518473625, - -0.05868299677968025, - 0.026940355077385902, - 0.9972218871116638 - ] - ], - [ - 10.916666984558105, - [ - 0.03594595193862915, - -0.06743570417165756, - 0.02723171003162861, - 0.9967040419578552 - ] - ], - [ - 10.958333015441895, - [ - 0.03526577726006508, - -0.07492375373840332, - 0.02774720825254917, - 0.9961792230606079 - ] - ], - [ - 11.0, - [ - 0.03515182062983513, - -0.08099167793989182, - 0.028524715453386307, - 0.9956862330436707 - ] - ], - [ - 11.041666984558105, - [ - 0.03565923124551773, - -0.08548292517662048, - 0.02959912270307541, - 0.9952612519264221 - ] - ], - [ - 11.083333015441895, - [ - 0.03684039041399956, - -0.08823972940444946, - 0.031000643968582153, - 0.9949349164962769 - ] - ], - [ - 11.125, - [ - 0.038744404911994934, - -0.08910265564918518, - 0.03275303170084953, - 0.9947295188903809 - ] - ], - [ - 11.166666984558105, - [ - 0.04270559176802635, - -0.07736807316541672, - 0.03444764390587807, - 0.9954917430877686 - ] - ], - [ - 11.208333015441895, - [ - 0.04933357611298561, - -0.046609677374362946, - 0.035420406609773636, - 0.9970653653144836 - ] - ], - [ - 11.25, - [ - 0.05758249759674072, - -0.0031217318028211594, - 0.03524288907647133, - 0.9977136254310608 - ] - ], - [ - 11.291666984558105, - [ - 0.06641086935997009, - 0.04668225347995758, - 0.033691756427288055, - 0.9961302280426025 - ] - ], - [ - 11.333333015441895, - [ - 0.07484328001737595, - 0.09632327407598495, - 0.03098694421350956, - 0.992048442363739 - ] - ], - [ - 11.375, - [ - 0.0820574015378952, - 0.1394110471010208, - 0.027869703248143196, - 0.9864352345466614 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715966827_1490963.json b/lenses/physics-objects/Scene/assets/1645812715966827_1490963.json deleted file mode 100644 index dce8d804..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715966827_1490963.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715966827:1490963", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715967042_1490970.json b/lenses/physics-objects/Scene/assets/1645812715967042_1490970.json deleted file mode 100644 index 7b661158..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715967042_1490970.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715967042:1490970", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715969896_1490983.json b/lenses/physics-objects/Scene/assets/1645812715969896_1490983.json deleted file mode 100644 index 3fa436ee..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715969896_1490983.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715969896:1490983", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.3261899948120117, - -0.287200003862381, - 0.10304400324821472 - ] - ], - [ - 11.375, - [ - -0.3261899948120117, - -0.287200003862381, - 0.10304400324821472 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715970122_1490990.json b/lenses/physics-objects/Scene/assets/1645812715970122_1490990.json deleted file mode 100644 index ba024b3b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715970122_1490990.json +++ /dev/null @@ -1,2089 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715970122:1490990", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.13251811265945435, - 0.9911805987358093 - ] - ], - [ - 0.0416666679084301, - [ - 0.0, - 0.0, - 0.13251811265945435, - 0.9911805987358093 - ] - ], - [ - 0.0833333358168602, - [ - 0.0, - 0.0, - 0.1710699051618576, - 0.9852588772773743 - ] - ], - [ - 0.125, - [ - 0.0, - 0.0, - 0.21434707939624786, - 0.9767575860023499 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - 0.0, - 0.24908046424388885, - 0.9684829115867615 - ] - ], - [ - 0.2083333283662796, - [ - 0.0, - 0.0, - 0.2631414234638214, - 0.9647573828697205 - ] - ], - [ - 0.25, - [ - 0.0, - 0.0, - 0.2480279803276062, - 0.9687528610229492 - ] - ], - [ - 0.2916666567325592, - [ - 0.0, - 0.0, - 0.20624209940433502, - 0.97850102186203 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - 0.0, - 0.14454060792922974, - 0.9894989728927612 - ] - ], - [ - 0.375, - [ - 0.0, - 0.0, - 0.07414692640304565, - 0.9972473382949829 - ] - ], - [ - 0.4166666567325592, - [ - 0.0, - 0.0, - 0.01041176076978445, - 0.9999458193778992 - ] - ], - [ - 0.4583333432674408, - [ - -0.0010940332431346178, - -0.0011912962654605508, - -0.040825169533491135, - 0.9991649985313416 - ] - ], - [ - 0.5, - [ - -0.004842371214181185, - -0.004791694693267345, - -0.0885353609919548, - 0.9960497617721558 - ] - ], - [ - 0.5416666865348816, - [ - -0.009601117111742496, - -0.00879176240414381, - -0.12707747519016266, - 0.9918074607849121 - ] - ], - [ - 0.5833333134651184, - [ - -0.013487301766872406, - -0.011736799031496048, - -0.15220405161380768, - 0.9881873726844788 - ] - ], - [ - 0.625, - [ - -0.015019691549241543, - -0.012833445332944393, - -0.16116590797901154, - 0.9867295622825623 - ] - ], - [ - 0.6666666865348816, - [ - -0.013761090114712715, - -0.011935235932469368, - -0.1538386046886444, - 0.9879280924797058 - ] - ], - [ - 0.7083333134651184, - [ - -0.010489493608474731, - -0.00948740728199482, - -0.13318336009979248, - 0.9909905195236206 - ] - ], - [ - 0.75, - [ - -0.006235270295292139, - -0.006015817169100046, - -0.1011422798037529, - 0.9948342442512512 - ] - ], - [ - 0.7916666865348816, - [ - -0.0023382671643048525, - -0.0024475904647260904, - -0.060498952865600586, - 0.9981625080108643 - ] - ], - [ - 0.8333333134651184, - [ - -0.0001612378837307915, - -0.000184809003258124, - -0.015358176082372665, - 0.9998820424079895 - ] - ], - [ - 0.875, - [ - 0.0, - 0.0, - 0.03382818400859833, - 0.9994276762008667 - ] - ], - [ - 0.9166666865348816, - [ - 0.0, - 0.0, - 0.09436959773302078, - 0.9955373406410217 - ] - ], - [ - 0.9583333134651184, - [ - 0.0, - 0.0, - 0.15593135356903076, - 0.9877679944038391 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.20782548189163208, - 0.9781659245491028 - ] - ], - [ - 1.0416666269302368, - [ - 0.0, - 0.0, - 0.24244266748428345, - 0.9701657295227051 - ] - ], - [ - 1.0833333730697632, - [ - 0.0, - 0.0, - 0.2548959255218506, - 0.9669685959815979 - ] - ], - [ - 1.125, - [ - 0.0, - 0.0, - 0.24974334239959717, - 0.9683120846748352 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.0, - 0.2351343035697937, - 0.9719629883766174 - ] - ], - [ - 1.2083333730697632, - [ - 0.0, - 0.0, - 0.2123272567987442, - 0.977198600769043 - ] - ], - [ - 1.25, - [ - 0.0, - 0.0, - 0.18278124928474426, - 0.9831537008285522 - ] - ], - [ - 1.2916666269302368, - [ - 0.0, - 0.0, - 0.1483549177646637, - 0.9889342784881592 - ] - ], - [ - 1.375, - [ - 0.0, - 0.0, - 0.0743839219212532, - 0.9972296953201294 - ] - ], - [ - 1.4166666269302368, - [ - 0.0, - 0.0, - 0.0400681234896183, - 0.9991969466209412 - ] - ], - [ - 1.4583333730697632, - [ - -8.016732684992494e-23, - -1.234077086949943e-22, - 0.01064935140311718, - 0.9999433159828186 - ] - ], - [ - 1.5, - [ - -0.00012141852494096383, - -0.0001397471787640825, - -0.013303615152835846, - 0.9999114871025085 - ] - ], - [ - 1.5416666269302368, - [ - -0.0008101630373857915, - -0.0008926145965233445, - -0.03497883677482605, - 0.9993874430656433 - ] - ], - [ - 1.5833333730697632, - [ - -0.00185592460911721, - -0.0019695430528372526, - -0.05365530028939247, - 0.9985558390617371 - ] - ], - [ - 1.625, - [ - -0.0029424168169498444, - -0.00303280889056623, - -0.06819827854633331, - 0.9976628422737122 - ] - ], - [ - 1.6666666269302368, - [ - -0.003766752313822508, - -0.003809968940913677, - -0.07760119438171387, - 0.9969701766967773 - ] - ], - [ - 1.7083333730697632, - [ - -0.00408174330368638, - -0.004101047292351723, - -0.08093760162591934, - 0.9967023730278015 - ] - ], - [ - 1.75, - [ - -0.0027074008248746395, - -0.002806836273521185, - -0.06529960036277771, - 0.9978581070899963 - ] - ], - [ - 1.7916666269302368, - [ - -0.0005287234089337289, - -0.0005906412261538208, - -0.028106991201639175, - 0.9996045827865601 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - 0.0, - 0.016133524477481842, - 0.9998699426651001 - ] - ], - [ - 1.875, - [ - 0.0, - 0.0, - 0.061519451439380646, - 0.9981058835983276 - ] - ], - [ - 1.9166666269302368, - [ - 0.0, - 0.0, - 0.08298276364803314, - 0.996550977230072 - ] - ], - [ - 1.9583333730697632, - [ - -1.4361179962934863e-22, - -1.881554427987155e-22, - 0.05007338896393776, - 0.9987455606460571 - ] - ], - [ - 2.0, - [ - -0.0001796653086785227, - -0.00020557071547955275, - -0.01622418500483036, - 0.9998684525489807 - ] - ], - [ - 2.0416667461395264, - [ - -0.005551544949412346, - -0.005421150475740433, - -0.09513663500547409, - 0.9954339861869812 - ] - ], - [ - 2.0833332538604736, - [ - -0.016635838896036148, - -0.013954602181911469, - -0.1701679229736328, - 0.9851758480072021 - ] - ], - [ - 2.125, - [ - -0.026820898056030273, - -0.02030971646308899, - -0.2193170040845871, - 0.9750734567642212 - ] - ], - [ - 2.1666667461395264, - [ - -0.030774274840950966, - -0.02249719575047493, - -0.2358497530221939, - 0.9710416793823242 - ] - ], - [ - 2.2083332538604736, - [ - -0.028891855850815773, - -0.02147284895181656, - -0.22811998426914215, - 0.9729674458503723 - ] - ], - [ - 2.25, - [ - -0.023587621748447418, - -0.01841270551085472, - -0.20487427711486816, - 0.9783307909965515 - ] - ], - [ - 2.2916667461395264, - [ - -0.01580418460071087, - -0.013382058590650558, - -0.1655891388654709, - 0.9859774708747864 - ] - ], - [ - 2.3333332538604736, - [ - -0.007607605308294296, - -0.007176331244409084, - -0.11234579235315323, - 0.993614137172699 - ] - ], - [ - 2.375, - [ - -0.0017095403745770454, - -0.0018223600927740335, - -0.05141746252775192, - 0.998674213886261 - ] - ], - [ - 2.4166667461395264, - [ - 0.0, - 0.0, - 0.008480972610414028, - 0.9999640583992004 - ] - ], - [ - 2.4583332538604736, - [ - 0.0, - 0.0, - 0.0757846087217331, - 0.997124195098877 - ] - ], - [ - 2.5, - [ - 0.0, - 0.0, - 0.14077968895435333, - 0.9900409579277039 - ] - ], - [ - 2.5416667461395264, - [ - 0.0, - 0.0, - 0.18465809524059296, - 0.9828028082847595 - ] - ], - [ - 2.5833332538604736, - [ - 0.0, - 0.0, - 0.2096603512763977, - 0.9777742624282837 - ] - ], - [ - 2.625, - [ - 0.0, - 0.0, - 0.22751568257808685, - 0.9737744331359863 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - 0.0, - 0.2394077479839325, - 0.970919132232666 - ] - ], - [ - 2.7083332538604736, - [ - 0.0, - 0.0, - 0.24657821655273438, - 0.9691230058670044 - ] - ], - [ - 2.75, - [ - 0.0, - 0.0, - 0.25024542212486267, - 0.9681824445724487 - ] - ], - [ - 2.7916667461395264, - [ - 0.0, - 0.0, - 0.25159376859664917, - 0.9678329229354858 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - 0.0, - 0.2517862617969513, - 0.9677828550338745 - ] - ], - [ - 2.875, - [ - 0.0, - 0.0, - 0.24493984878063202, - 0.9695382714271545 - ] - ], - [ - 2.9166667461395264, - [ - 0.0, - 0.0, - 0.22713465988636017, - 0.9738633632659912 - ] - ], - [ - 2.9583332538604736, - [ - 0.0, - 0.0, - 0.20256944000720978, - 0.9792678952217102 - ] - ], - [ - 3.0, - [ - 0.0, - 0.0, - 0.17575354874134064, - 0.984434187412262 - ] - ], - [ - 3.0416667461395264, - [ - 0.0, - 0.0, - 0.151338592171669, - 0.9884819984436035 - ] - ], - [ - 3.0833332538604736, - [ - 0.0, - 0.0, - 0.13373854756355286, - 0.9910167455673218 - ] - ], - [ - 3.125, - [ - 0.0, - 0.0, - 0.1269942820072174, - 0.99190354347229 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 0.0, - 0.17526137828826904, - 0.9845220446586609 - ] - ], - [ - 3.2083332538604736, - [ - 0.0, - 0.0, - 0.2817564308643341, - 0.9594859480857849 - ] - ], - [ - 3.25, - [ - 0.0, - 0.0, - 0.3738870322704315, - 0.9274742603302002 - ] - ], - [ - 3.2916667461395264, - [ - 0.0, - 0.0, - 0.40664026141166687, - 0.9135883450508118 - ] - ], - [ - 3.5416667461395264, - [ - 0.0, - 0.0, - 0.40664026141166687, - 0.9135883450508118 - ] - ], - [ - 3.5833332538604736, - [ - 0.0, - 0.0, - 0.4036157429218292, - 0.9149286150932312 - ] - ], - [ - 3.625, - [ - 0.0, - 0.0, - 0.3940335512161255, - 0.919096052646637 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 0.0, - 0.37649792432785034, - 0.9264174699783325 - ] - ], - [ - 3.7083332538604736, - [ - 0.0, - 0.0, - 0.3489840626716614, - 0.9371286630630493 - ] - ], - [ - 3.75, - [ - 0.0, - 0.0, - 0.30930641293525696, - 0.9509624242782593 - ] - ], - [ - 3.7916667461395264, - [ - 0.0, - 0.0, - 0.2559055984020233, - 0.9667018055915833 - ] - ], - [ - 3.8333332538604736, - [ - 0.0, - 0.0, - 0.18905669450759888, - 0.9819661974906921 - ] - ], - [ - 3.875, - [ - 0.0, - 0.0, - 0.09980718791484833, - 0.995006799697876 - ] - ], - [ - 3.9166667461395264, - [ - -1.748551119434144e-14, - -2.0821509799521035e-14, - 0.003497394034639001, - 0.9999939799308777 - ] - ], - [ - 3.9583332538604736, - [ - -0.004278496373444796, - -0.004281319677829742, - -0.08296144753694534, - 0.9965343475341797 - ] - ], - [ - 4.0, - [ - -0.016343854367733, - -0.013754629530012608, - -0.1685727834701538, - 0.985457718372345 - ] - ], - [ - 4.041666507720947, - [ - -0.030265087261795998, - -0.022223105654120445, - -0.23378318548202515, - 0.971563458442688 - ] - ], - [ - 4.083333492279053, - [ - -0.03965524211525917, - -0.02695462852716446, - -0.2692906856536865, - 0.9618645906448364 - ] - ], - [ - 4.125, - [ - -0.04292149096727371, - -0.028462635353207588, - -0.2804003059864044, - 0.9585005640983582 - ] - ], - [ - 4.166666507720947, - [ - -0.043206024914979935, - -0.0285919439047575, - -0.28132712841033936, - 0.9582123160362244 - ] - ], - [ - 4.208333492279053, - [ - -0.02273523062467575, - -0.017895139753818512, - -0.20090872049331665, - 0.9791826009750366 - ] - ], - [ - 4.25, - [ - 0.0, - 0.0, - 0.16768129169940948, - 0.9858412742614746 - ] - ], - [ - 4.291666507720947, - [ - 0.0, - 0.0, - 0.4142761528491974, - 0.9101513624191284 - ] - ], - [ - 4.333333492279053, - [ - 0.0, - 0.0, - 0.4138856530189514, - 0.9103288650512695 - ] - ], - [ - 4.375, - [ - 0.0, - 0.0, - 0.4128066301345825, - 0.9108186960220337 - ] - ], - [ - 4.416666507720947, - [ - 0.0, - 0.0, - 0.41117173433303833, - 0.9115579128265381 - ] - ], - [ - 4.458333492279053, - [ - 0.0, - 0.0, - 0.4091132879257202, - 0.9124835729598999 - ] - ], - [ - 4.625, - [ - 0.0, - 0.0, - 0.399617999792099, - 0.9166818857192993 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 0.0, - 0.39778274297714233, - 0.9174796342849731 - ] - ], - [ - 4.708333492279053, - [ - 0.0, - 0.0, - 0.39654046297073364, - 0.9180172681808472 - ] - ], - [ - 4.75, - [ - 0.0, - 0.0, - 0.39608460664749146, - 0.9182140231132507 - ] - ], - [ - 4.791666507720947, - [ - 0.0, - 0.0, - 0.39673781394958496, - 0.9179320931434631 - ] - ], - [ - 4.875, - [ - 0.0, - 0.0, - 0.399957537651062, - 0.9165336489677429 - ] - ], - [ - 4.916666507720947, - [ - 0.0, - 0.0, - 0.4012238681316376, - 0.9159801602363586 - ] - ], - [ - 4.958333492279053, - [ - 0.0, - 0.0, - 0.4014336168766022, - 0.9158881306648254 - ] - ], - [ - 5.0, - [ - 0.0, - 0.0, - 0.399957537651062, - 0.9165336489677429 - ] - ], - [ - 5.041666507720947, - [ - 0.0, - 0.0, - 0.39608463644981384, - 0.9182140231132507 - ] - ], - [ - 5.083333492279053, - [ - 0.0, - 0.0, - 0.38685137033462524, - 0.9221420884132385 - ] - ], - [ - 5.125, - [ - 0.0, - 0.0, - 0.3701193034648895, - 0.9289842247962952 - ] - ], - [ - 5.166666507720947, - [ - 0.0, - 0.0, - 0.34641319513320923, - 0.9380820393562317 - ] - ], - [ - 5.208333492279053, - [ - 0.0, - 0.0, - 0.316897988319397, - 0.9484596252441406 - ] - ], - [ - 5.25, - [ - 0.0, - 0.0, - 0.2836492955684662, - 0.958928108215332 - ] - ], - [ - 5.291666507720947, - [ - 0.0, - 0.0, - 0.2495354413986206, - 0.9683657884597778 - ] - ], - [ - 5.333333492279053, - [ - 0.0, - 0.0, - 0.2178337126970291, - 0.9759860038757324 - ] - ], - [ - 5.375, - [ - 0.0, - 0.0, - 0.19178110361099243, - 0.9814377427101135 - ] - ], - [ - 5.416666507720947, - [ - 0.0, - 0.0, - 0.17427845299243927, - 0.9846965074539185 - ] - ], - [ - 5.458333492279053, - [ - 0.0, - 0.0, - 0.1678956300020218, - 0.9858047962188721 - ] - ], - [ - 5.541666507720947, - [ - 0.0, - 0.0, - 0.18861030042171478, - 0.9820520281791687 - ] - ], - [ - 5.583333492279053, - [ - 0.0, - 0.0, - 0.1678953915834427, - 0.9858047962188721 - ] - ], - [ - 5.625, - [ - 0.0, - 0.0, - 0.03370159491896629, - 0.9994319677352905 - ] - ], - [ - 5.666666507720947, - [ - -0.007481193635612726, - -0.007071177940815687, - -0.11135482043027878, - 0.9937273859977722 - ] - ], - [ - 5.708333492279053, - [ - -0.018510393798351288, - -0.015212497673928738, - -0.18011121451854706, - 0.983354389667511 - ] - ], - [ - 5.75, - [ - -0.013764825649559498, - -0.011937935836613178, - -0.15386080741882324, - 0.9879245162010193 - ] - ], - [ - 5.791666507720947, - [ - -0.004231906030327082, - -0.004238736815750599, - -0.08248623460531235, - 0.9965742230415344 - ] - ], - [ - 5.833333492279053, - [ - 0.0, - 0.0, - 0.012954480946063995, - 0.9999160766601563 - ] - ], - [ - 5.875, - [ - 0.0, - 0.0, - 0.14259904623031616, - 0.9897805452346802 - ] - ], - [ - 5.916666507720947, - [ - 0.0, - 0.0, - 0.2582255005836487, - 0.9660847783088684 - ] - ], - [ - 5.958333492279053, - [ - 0.0, - 0.0, - 0.30233150720596313, - 0.9532028436660767 - ] - ], - [ - 6.0, - [ - 0.0, - 0.0, - 0.3021664321422577, - 0.9532551765441895 - ] - ], - [ - 6.041666507720947, - [ - 0.0, - 0.0, - 0.3015943765640259, - 0.9534364342689514 - ] - ], - [ - 6.083333492279053, - [ - 0.0, - 0.0, - 0.30049896240234375, - 0.9537821412086487 - ] - ], - [ - 6.125, - [ - 0.0, - 0.0, - 0.2987616956233978, - 0.9543277621269226 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 0.0, - 0.29626089334487915, - 0.9551071524620056 - ] - ], - [ - 6.208333492279053, - [ - 0.0, - 0.0, - 0.29287028312683105, - 0.9561522006988525 - ] - ], - [ - 6.25, - [ - 0.0, - 0.0, - 0.2884584069252014, - 0.9574924111366272 - ] - ], - [ - 6.291666507720947, - [ - 0.0, - 0.0, - 0.28288745880126953, - 0.9591531157493591 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.0, - 0.27601316571235657, - 0.9611538648605347 - ] - ], - [ - 6.375, - [ - 0.0, - 0.0, - 0.2676854431629181, - 0.9635063409805298 - ] - ], - [ - 6.416666507720947, - [ - 0.0, - 0.0, - 0.25775009393692017, - 0.9662116169929504 - ] - ], - [ - 6.458333492279053, - [ - 0.0, - 0.0, - 0.24605244398117065, - 0.9692565202713013 - ] - ], - [ - 6.5, - [ - 0.0, - 0.0, - 0.23244410753250122, - 0.9726097583770752 - ] - ], - [ - 6.541666507720947, - [ - 0.0, - 0.0, - 0.21679148077964783, - 0.9762179255485535 - ] - ], - [ - 6.583333492279053, - [ - 0.0, - 0.0, - 0.19898974895477295, - 0.9800015687942505 - ] - ], - [ - 6.625, - [ - 0.0, - 0.0, - 0.1789822280406952, - 0.9838523268699646 - ] - ], - [ - 6.666666507720947, - [ - 0.0, - 0.0, - 0.15678466856479645, - 0.9876328110694885 - ] - ], - [ - 6.708333492279053, - [ - 0.0, - 0.0, - 0.1325179934501648, - 0.9911805987358093 - ] - ], - [ - 6.75, - [ - 0.0, - 0.0, - 0.08963952213525772, - 0.9959743022918701 - ] - ], - [ - 6.791666507720947, - [ - 0.0, - 0.0, - 0.026970311999320984, - 0.9996362328529358 - ] - ], - [ - 6.833333492279053, - [ - -0.0006975209107622504, - -0.0007725169998593628, - -0.032391972839832306, - 0.9994747042655945 - ] - ], - [ - 6.875, - [ - -0.005282816477119923, - -0.00518419686704874, - -0.09268365055322647, - 0.9956681132316589 - ] - ], - [ - 6.916666507720947, - [ - -0.01226632110774517, - -0.010838022455573082, - -0.1447199583053589, - 0.9893372654914856 - ] - ], - [ - 6.958333492279053, - [ - -0.018364552408456802, - -0.015116199851036072, - -0.17935514450073242, - 0.983496904373169 - ] - ], - [ - 7.0, - [ - -0.020825721323490143, - -0.01670755073428154, - -0.19175904989242554, - 0.9810788035392761 - ] - ], - [ - 7.041666507720947, - [ - -0.01842379756271839, - -0.015155349858105183, - -0.17966262996196747, - 0.9834390878677368 - ] - ], - [ - 7.083333492279053, - [ - -0.012408561073243618, - -0.010943915694952011, - -0.1456090211868286, - 0.9892038702964783 - ] - ], - [ - 7.125, - [ - -0.0053974841721355915, - -0.005285535007715225, - -0.09373720735311508, - 0.9955683350563049 - ] - ], - [ - 7.166666507720947, - [ - -0.0006960523896850646, - -0.000770944869145751, - -0.03235698863863945, - 0.9994758367538452 - ] - ], - [ - 7.208333492279053, - [ - 0.0, - 0.0, - 0.030549339950084686, - 0.9995332360267639 - ] - ], - [ - 7.25, - [ - 0.0, - 0.0, - 0.10228649526834488, - 0.9947549700737 - ] - ], - [ - 7.291666507720947, - [ - 0.0, - 0.0, - 0.1600060909986496, - 0.9871160387992859 - ] - ], - [ - 7.333333492279053, - [ - 0.0, - 0.0, - 0.18260855972766876, - 0.9831857085227966 - ] - ], - [ - 7.375, - [ - 0.0, - 0.0, - 0.1584368199110031, - 0.9873691201210022 - ] - ], - [ - 7.416666507720947, - [ - 0.0, - 0.0, - 0.09598235785961151, - 0.9953830242156982 - ] - ], - [ - 7.458333492279053, - [ - -1.1686502561839267e-14, - -1.4351614650376723e-14, - 0.018628647550940514, - 0.9998264908790588 - ] - ], - [ - 7.5, - [ - -0.0017500921385362744, - -0.0018632366554811597, - -0.052046094089746475, - 0.9986414313316345 - ] - ], - [ - 7.541666507720947, - [ - -0.0094241788610816, - -0.008651495911180973, - -0.1258307248353958, - 0.9919692277908325 - ] - ], - [ - 7.583333492279053, - [ - -0.02042822167277336, - -0.016455281525850296, - -0.18980467319488525, - 0.9814714193344116 - ] - ], - [ - 7.625, - [ - -0.030350586399435997, - -0.02226928435266018, - -0.23413144052028656, - 0.9714758992195129 - ] - ], - [ - 7.666666507720947, - [ - -0.036371830850839615, - -0.025373561307787895, - -0.2574732303619385, - 0.9652672410011292 - ] - ], - [ - 7.708333492279053, - [ - -0.038266342133283615, - -0.02629459835588932, - -0.2643675208091736, - 0.9633038640022278 - ] - ], - [ - 7.75, - [ - -0.02347727119922638, - -0.01834612339735031, - -0.20436489582061768, - 0.9784412384033203 - ] - ], - [ - 7.791666507720947, - [ - -6.200957716057109e-13, - -7.372817634188067e-13, - -9.956215762940701e-07, - 1.0 - ] - ], - [ - 7.833333492279053, - [ - 0.0, - 0.0, - 0.3081497848033905, - 0.9513378739356995 - ] - ], - [ - 7.875, - [ - 0.0, - 0.0, - 0.4212263524532318, - 0.9069556593894958 - ] - ], - [ - 7.958333492279053, - [ - 0.0, - 0.0, - 0.42094337940216064, - 0.9070869088172913 - ] - ], - [ - 8.0, - [ - 0.0, - 0.0, - 0.4202672839164734, - 0.9074004888534546 - ] - ], - [ - 8.041666984558105, - [ - 0.0, - 0.0, - 0.4189335107803345, - 0.9080170392990112 - ] - ], - [ - 8.083333015441895, - [ - 0.0, - 0.0, - 0.41668593883514404, - 0.9090505242347717 - ] - ], - [ - 8.125, - [ - 0.0, - 0.0, - 0.38479819893836975, - 0.9230007529258728 - ] - ], - [ - 8.166666984558105, - [ - 0.0, - 0.0, - 0.2778674364089966, - 0.9606194496154785 - ] - ], - [ - 8.208333015441895, - [ - 0.0, - 0.0, - 0.10363075882196426, - 0.9946158528327942 - ] - ], - [ - 8.25, - [ - -0.0012992448173463345, - -0.0014040350215509534, - -0.04461158812046051, - 0.9990025758743286 - ] - ], - [ - 8.291666984558105, - [ - -0.016328487545251846, - -0.013744072988629341, - -0.16848856210708618, - 0.9854726195335388 - ] - ], - [ - 8.333333015441895, - [ - -0.03439903259277344, - -0.02438732050359249, - -0.2500718832015991, - 0.967308759689331 - ] - ], - [ - 8.375, - [ - -0.0424252487719059, - -0.028236819431185722, - -0.2787613570690155, - 0.9590072631835938 - ] - ], - [ - 8.416666984558105, - [ - -0.043206024914979935, - -0.0285919439047575, - -0.28132712841033936, - 0.9582123160362244 - ] - ], - [ - 8.458333015441895, - [ - -0.04077109321951866, - -0.02747623436152935, - -0.27316418290138245, - 0.9607102274894714 - ] - ], - [ - 8.5, - [ - -0.02258010022342205, - -0.017800111323595047, - -0.2001798301935196, - 0.979337215423584 - ] - ], - [ - 8.541666984558105, - [ - -0.002078585559502244, - -0.0021914993412792683, - -0.0569060854613781, - 0.9983750581741333 - ] - ], - [ - 8.583333015441895, - [ - -7.525242535476667e-19, - -1.0930687214714603e-18, - 0.08592402189970016, - 0.9963017106056213 - ] - ], - [ - 8.625, - [ - 0.0, - 0.0, - 0.16716228425502777, - 0.9859293699264526 - ] - ], - [ - 8.666666984558105, - [ - -6.0349218983901665e-05, - -7.001677295193076e-05, - -0.009347539395093918, - 0.9999563097953796 - ] - ], - [ - 8.708333015441895, - [ - -0.0305181797593832, - -0.022359631955623627, - -0.23481230437755585, - 0.9713042378425598 - ] - ], - [ - 8.75, - [ - -0.043206024914979935, - -0.0285919439047575, - -0.28132712841033936, - 0.9582123160362244 - ] - ], - [ - 8.791666984558105, - [ - -0.04072459787130356, - -0.027454638853669167, - -0.27300429344177246, - 0.9607582688331604 - ] - ], - [ - 8.833333015441895, - [ - -0.02227243408560753, - -0.01761091873049736, - -0.19872646033763885, - 0.979643702507019 - ] - ], - [ - 8.875, - [ - -0.0018486946355551481, - -0.001962297596037388, - -0.053546756505966187, - 0.998561680316925 - ] - ], - [ - 8.916666984558105, - [ - 0.0, - 0.0, - 0.09256421029567719, - 0.9957067370414734 - ] - ], - [ - 8.958333015441895, - [ - 0.0, - 0.0, - 0.17530369758605957, - 0.9845144152641296 - ] - ], - [ - 9.0, - [ - 0.0, - 0.0, - 0.17055284976959229, - 0.985348641872406 - ] - ], - [ - 9.041666984558105, - [ - 0.0, - 0.0, - 0.1575780063867569, - 0.9875065684318542 - ] - ], - [ - 9.083333015441895, - [ - 0.0, - 0.0, - 0.13839498162269592, - 0.9903771281242371 - ] - ], - [ - 9.125, - [ - 0.0, - 0.0, - 0.11516932398080826, - 0.9933459758758545 - ] - ], - [ - 9.166666984558105, - [ - 0.0, - 0.0, - 0.0901680588722229, - 0.9959266781806946 - ] - ], - [ - 9.208333015441895, - [ - 0.0, - 0.0, - 0.06560273468494415, - 0.9978458285331726 - ] - ], - [ - 9.25, - [ - 0.0, - 0.0, - 0.04340708255767822, - 0.9990574717521667 - ] - ], - [ - 9.291666984558105, - [ - 0.0, - 0.0, - 0.025040635839104652, - 0.9996864199638367 - ] - ], - [ - 9.333333015441895, - [ - 0.0, - 0.0, - 0.011403241194784641, - 0.99993497133255 - ] - ], - [ - 9.375, - [ - 0.0, - 0.0, - 0.0029440075159072876, - 0.999995768070221 - ] - ], - [ - 9.416666984558105, - [ - 0.0, - 0.0, - 7.789438988574024e-14, - 1.0 - ] - ], - [ - 9.458333015441895, - [ - 0.0, - 0.0, - 0.0012593688443303108, - 0.9999992251396179 - ] - ], - [ - 9.5, - [ - 0.0, - 0.0, - 0.0048798080533742905, - 0.9999880790710449 - ] - ], - [ - 9.541666984558105, - [ - 0.0, - 0.0, - 0.010691946372389793, - 0.9999428391456604 - ] - ], - [ - 9.583333015441895, - [ - 0.0, - 0.0, - 0.01855570264160633, - 0.9998279213905334 - ] - ], - [ - 9.625, - [ - 0.0, - 0.0, - 0.02829892374575138, - 0.9995995163917542 - ] - ], - [ - 9.666666984558105, - [ - 0.0, - 0.0, - 0.03967322036623955, - 0.9992128014564514 - ] - ], - [ - 9.708333015441895, - [ - 0.0, - 0.0, - 0.05233147367835045, - 0.9986297488212585 - ] - ], - [ - 9.75, - [ - 0.0, - 0.0, - 0.0658247321844101, - 0.9978312253952026 - ] - ], - [ - 9.791666984558105, - [ - 0.0, - 0.0, - 0.07961148023605347, - 0.9968259930610657 - ] - ], - [ - 9.833333015441895, - [ - 0.0, - 0.0, - 0.09307999908924103, - 0.9956586360931396 - ] - ], - [ - 9.875, - [ - 0.0, - 0.0, - 0.10557563602924347, - 0.994411289691925 - ] - ], - [ - 9.916666984558105, - [ - 0.0, - 0.0, - 0.11642508953809738, - 0.9931994676589966 - ] - ], - [ - 9.958333015441895, - [ - 0.0, - 0.0, - 0.12495941668748856, - 0.9921618700027466 - ] - ], - [ - 10.0, - [ - 0.0, - 0.0, - 0.13053004443645477, - 0.9914443492889404 - ] - ], - [ - 10.041666984558105, - [ - 0.0, - 0.0, - 0.13251811265945435, - 0.9911805987358093 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.13251811265945435, - 0.9911805987358093 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715970335_1490997.json b/lenses/physics-objects/Scene/assets/1645812715970335_1490997.json deleted file mode 100644 index a0385a03..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715970335_1490997.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715970335:1490997", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715970526_1491004.json b/lenses/physics-objects/Scene/assets/1645812715970526_1491004.json deleted file mode 100644 index 6b8978b9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715970526_1491004.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715970526:1491004", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715972244_1491017.json b/lenses/physics-objects/Scene/assets/1645812715972244_1491017.json deleted file mode 100644 index 6dc4cb75..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715972244_1491017.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715972244:1491017", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.899058997631073, - -0.3503948450088501, - 0.1484043300151825 - ] - ], - [ - 11.375, - [ - -0.899058997631073, - -0.3503948450088501, - 0.1484043300151825 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715972457_1491024.json b/lenses/physics-objects/Scene/assets/1645812715972457_1491024.json deleted file mode 100644 index 905fb364..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715972457_1491024.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715972457:1491024", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715972833_1491031.json b/lenses/physics-objects/Scene/assets/1645812715972833_1491031.json deleted file mode 100644 index d35c7a1f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715972833_1491031.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715972833:1491031", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715973135_1491038.json b/lenses/physics-objects/Scene/assets/1645812715973135_1491038.json deleted file mode 100644 index b48f21b5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715973135_1491038.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715973135:1491038", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715975004_1491051.json b/lenses/physics-objects/Scene/assets/1645812715975004_1491051.json deleted file mode 100644 index 61e83aed..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715975004_1491051.json +++ /dev/null @@ -1,546 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715975004:1491051", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ], - [ - 0.0416666679084301, - [ - 0.3440530598163605, - 1.0091550740382887e-18, - 9.354450484277797e-20 - ] - ], - [ - 0.0833333358168602, - [ - 0.34501126408576965, - 0.0010795081034302711, - 0.00010006595402956009 - ] - ], - [ - 0.125, - [ - 0.34776023030281067, - 0.0041764578782022, - 0.00038714034599252045 - ] - ], - [ - 0.1666666716337204, - [ - 0.35211142897605896, - 0.009078486822545528, - 0.0008415381307713687 - ] - ], - [ - 0.2083333283662796, - [ - 0.35787639021873474, - 0.015573232434689999, - 0.0014435740886256099 - ] - ], - [ - 0.25, - [ - 0.36486661434173584, - 0.023448333144187927, - 0.0021735632326453924 - ] - ], - [ - 0.2916666567325592, - [ - 0.3728935718536377, - 0.032491426914930344, - 0.0030118206050246954 - ] - ], - [ - 0.3333333432674408, - [ - 0.3817687928676605, - 0.0424901507794857, - 0.003938660956919193 - ] - ], - [ - 0.375, - [ - 0.39130374789237976, - 0.053232140839099884, - 0.004934398923069239 - ] - ], - [ - 0.4166666567325592, - [ - 0.4013099670410156, - 0.06450503319501877, - 0.005979349836707115 - ] - ], - [ - 0.5416666865348816, - [ - 0.4322711229324341, - 0.09938553720712662, - 0.00921262800693512 - ] - ], - [ - 0.5833333134651184, - [ - 0.44227734208106995, - 0.1106584295630455, - 0.010257578454911709 - ] - ], - [ - 0.625, - [ - 0.45181232690811157, - 0.12140042334794998, - 0.011253316886723042 - ] - ], - [ - 0.6666666865348816, - [ - 0.460687518119812, - 0.13139915466308594, - 0.012180157005786896 - ] - ], - [ - 0.7083333134651184, - [ - 0.46871450543403625, - 0.14044223725795746, - 0.013018414378166199 - ] - ], - [ - 0.75, - [ - 0.47570469975471497, - 0.1483173370361328, - 0.013748403638601303 - ] - ], - [ - 0.7916666865348816, - [ - 0.48146966099739075, - 0.15481208264827728, - 0.014350439421832561 - ] - ], - [ - 0.8333333134651184, - [ - 0.4858208894729614, - 0.15971411764621735, - 0.014804837293922901 - ] - ], - [ - 0.875, - [ - 0.48856985569000244, - 0.16281107068061829, - 0.0150919109582901 - ] - ], - [ - 0.9166666865348816, - [ - 0.4895280599594116, - 0.16389057040214539, - 0.01519197691231966 - ] - ], - [ - 0.9583333134651184, - [ - 0.47875213623046875, - 0.15299390256404877, - 0.014362168498337269 - ] - ], - [ - 1.0, - [ - 0.45181232690811157, - 0.12537917494773865, - 0.012198989279568195 - ] - ], - [ - 1.0416666269302368, - [ - 0.41679057478904724, - 0.08865948021411896, - 0.009191813878715038 - ] - ], - [ - 1.0833333730697632, - [ - 0.3817687928676605, - 0.05044762045145035, - 0.005830003414303064 - ] - ], - [ - 1.125, - [ - 0.35482898354530334, - 0.018356842920184135, - 0.002602945314720273 - ] - ], - [ - 1.1666666269302368, - [ - 0.3440530598163605, - 1.2425525497405943e-08, - 2.0781998344432395e-09 - ] - ], - [ - 1.2083333730697632, - [ - 0.3440530598163605, - -0.007073342800140381, - -0.0016811974346637726 - ] - ], - [ - 1.25, - [ - 0.3440530598163605, - -0.010831047780811787, - -0.0025743315927684307 - ] - ], - [ - 1.2916666269302368, - [ - 0.3440530598163605, - -0.011936256662011147, - -0.0028370183426886797 - ] - ], - [ - 1.3333333730697632, - [ - 0.3440530598163605, - -0.01105208694934845, - -0.002626868197694421 - ] - ], - [ - 1.375, - [ - 0.3440530598163605, - -0.008841671980917454, - -0.00210149516351521 - ] - ], - [ - 1.4583333730697632, - [ - 0.3440530598163605, - -0.003094583051279187, - -0.0007355227717198431 - ] - ], - [ - 1.5, - [ - 0.3440530598163605, - -0.0008841671515256166, - -0.00021014950470998883 - ] - ], - [ - 1.5416666269302368, - [ - 0.3440530598163605, - -1.001591684414503e-15, - -2.393252946588807e-16 - ] - ], - [ - 1.5833333730697632, - [ - 0.34475743770599365, - -0.0010058052139356732, - -0.0003818806726485491 - ] - ], - [ - 1.625, - [ - 0.34678253531455994, - -0.0038974883500486612, - -0.0014797849580645561 - ] - ], - [ - 1.6666666269302368, - [ - 0.34999629855155945, - -0.008486460894346237, - -0.003222110215574503 - ] - ], - [ - 1.7083333730697632, - [ - 0.35426661372184753, - -0.01458415575325489, - -0.00553726265206933 - ] - ], - [ - 1.75, - [ - 0.3594614565372467, - -0.022001950070261955, - -0.008353624492883682 - ] - ], - [ - 1.7916666269302368, - [ - 0.3654487133026123, - -0.03055126965045929, - -0.011599602177739143 - ] - ], - [ - 1.8333333730697632, - [ - 0.37209632992744446, - -0.04004356265068054, - -0.015203599818050861 - ] - ], - [ - 1.875, - [ - 0.3792722523212433, - -0.050290171056985855, - -0.01909399963915348 - ] - ], - [ - 1.9166666269302368, - [ - 0.38684436678886414, - -0.061102546751499176, - -0.023199204355478287 - ] - ], - [ - 2.0833332538604736, - [ - 0.4184536039829254, - -0.1062379702925682, - -0.040336061269044876 - ] - ], - [ - 2.125, - [ - 0.42602571845054626, - -0.11705037951469421, - -0.044441282749176025 - ] - ], - [ - 2.1666667461395264, - [ - 0.4332016408443451, - -0.12729699909687042, - -0.048331696540117264 - ] - ], - [ - 2.2083332538604736, - [ - 0.43984925746917725, - -0.1367892473936081, - -0.05193566530942917 - ] - ], - [ - 2.25, - [ - 0.44583651423454285, - -0.14533859491348267, - -0.05518165975809097 - ] - ], - [ - 2.2916667461395264, - [ - 0.45103132724761963, - -0.15275639295578003, - -0.05799802392721176 - ] - ], - [ - 2.3333332538604736, - [ - 0.4553016722202301, - -0.15885408222675323, - -0.06031316891312599 - ] - ], - [ - 2.375, - [ - 0.4585154056549072, - -0.16344305872917175, - -0.062055498361587524 - ] - ], - [ - 2.4166667461395264, - [ - 0.4605405330657959, - -0.16633474826812744, - -0.06315340101718903 - ] - ], - [ - 2.4583332538604736, - [ - 0.4612449109554291, - -0.16734054684638977, - -0.06353528052568436 - ] - ], - [ - 2.5, - [ - 0.4579635262489319, - -0.16265501081943512, - -0.06175629422068596 - ] - ], - [ - 2.5416667461395264, - [ - 0.4490569531917572, - -0.14993709325790405, - -0.056927602738142014 - ] - ], - [ - 2.5833332538604736, - [ - 0.4359314739704132, - -0.1311950385570526, - -0.049811672419309616 - ] - ], - [ - 2.625, - [ - 0.4199933707714081, - -0.10843667387962341, - -0.041170861572027206 - ] - ], - [ - 2.7083332538604736, - [ - 0.3853045701980591, - -0.05890391767024994, - -0.022364437580108643 - ] - ], - [ - 2.75, - [ - 0.36936649680137634, - -0.03614555671811104, - -0.013723621144890785 - ] - ], - [ - 2.7916667461395264, - [ - 0.35624101758003235, - -0.017403388395905495, - -0.006607658229768276 - ] - ], - [ - 2.8333332538604736, - [ - 0.3473344147205353, - -0.004685551859438419, - -0.001778994221240282 - ] - ], - [ - 2.875, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ], - [ - 5.75, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 0.17813678085803986, - -0.09238135814666748, - 0.14686544239521027 - ] - ], - [ - 5.875, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ], - [ - 11.375, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715975347_1491058.json b/lenses/physics-objects/Scene/assets/1645812715975347_1491058.json deleted file mode 100644 index 189b6e54..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715975347_1491058.json +++ /dev/null @@ -1,640 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715975347:1491058", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 0.0416666679084301, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 0.0833333358168602, - [ - 0.0, - -0.0, - -0.7064824104309082, - 0.7077305912971497 - ] - ], - [ - 0.125, - [ - 0.0, - -0.0, - -0.7046881914138794, - 0.7095171213150024 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.7018389701843262, - 0.7123356461524963 - ] - ], - [ - 0.2083333283662796, - [ - 0.0, - -0.0, - -0.6980466246604919, - 0.7160522937774658 - ] - ], - [ - 0.25, - [ - 0.0, - -0.0, - -0.6934219002723694, - 0.7205318212509155 - ] - ], - [ - 0.2916666567325592, - [ - 0.0, - -0.0, - -0.688075840473175, - 0.7256388664245605 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.6821209788322449, - 0.7312393188476563 - ] - ], - [ - 0.375, - [ - 0.0, - -0.0, - -0.675672709941864, - 0.7372017502784729 - ] - ], - [ - 0.4166666567325592, - [ - 0.0, - -0.0, - -0.668849766254425, - 0.7433976531028748 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.6545746326446533, - 0.7559974193572998 - ] - ], - [ - 0.5833333134651184, - [ - 0.0, - -0.0, - -0.6403290033340454, - 0.7681007385253906 - ] - ], - [ - 0.625, - [ - 0.0, - -0.0, - -0.6335586309432983, - 0.7736946940422058 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.6272128224372864, - 0.7788480520248413 - ] - ], - [ - 0.7083333134651184, - [ - 0.0, - -0.0, - -0.6214373707771301, - 0.7834638357162476 - ] - ], - [ - 0.75, - [ - 0.0, - -0.0, - -0.6163801550865173, - 0.7874487042427063 - ] - ], - [ - 0.7916666865348816, - [ - 0.0, - -0.0, - -0.6121901869773865, - 0.7907105684280396 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.6090162992477417, - 0.793157696723938 - ] - ], - [ - 0.875, - [ - 0.0, - -0.0, - -0.6070060729980469, - 0.7946972250938416 - ] - ], - [ - 0.9166666865348816, - [ - 0.0, - -0.0, - -0.6063044667243958, - 0.7952325940132141 - ] - ], - [ - 0.9583333134651184, - [ - 0.0, - -0.0, - -0.613242506980896, - 0.789894700050354 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.6306537389755249, - 0.7760643362998962 - ] - ], - [ - 1.0416666269302368, - [ - 0.0, - -0.0, - -0.6534064412117004, - 0.7570073008537292 - ] - ], - [ - 1.0833333730697632, - [ - 0.0, - -0.0, - -0.6766194105148315, - 0.7363330125808716 - ] - ], - [ - 1.125, - [ - 0.0, - -0.0, - -0.6958590149879456, - 0.718178391456604 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 1.2083333730697632, - [ - 0.0, - 0.0, - -0.7118035554885864, - 0.7023786306381226 - ] - ], - [ - 1.25, - [ - 0.0, - 0.0, - -0.7142858505249023, - 0.6998540759086609 - ] - ], - [ - 1.2916666269302368, - [ - 0.0, - 0.0, - -0.7150142192840576, - 0.6991099119186401 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - 0.0, - -0.7144315838813782, - 0.6997053027153015 - ] - ], - [ - 1.375, - [ - 0.0, - 0.0, - -0.7129728198051453, - 0.7011916637420654 - ] - ], - [ - 1.4583333730697632, - [ - 0.0, - 0.0, - -0.7091655135154724, - 0.7050420641899109 - ] - ], - [ - 1.5, - [ - 0.0, - 0.0, - -0.7076956033706665, - 0.7065174579620361 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 1.5833333730697632, - [ - 0.0, - 0.0, - -0.7078632712364197, - 0.7063494920730591 - ] - ], - [ - 1.625, - [ - 0.0, - 0.0, - -0.7100337147712708, - 0.7041677236557007 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 0.0, - -0.7134642601013184, - 0.7006916403770447 - ] - ], - [ - 1.7083333730697632, - [ - 0.0, - 0.0, - -0.71799635887146, - 0.6960469484329224 - ] - ], - [ - 1.75, - [ - 0.0, - 0.0, - -0.7234687209129333, - 0.6903571486473083 - ] - ], - [ - 1.7916666269302368, - [ - 0.0, - 0.0, - -0.7297199964523315, - 0.6837460994720459 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - 0.0, - -0.7365899682044983, - 0.6763395667076111 - ] - ], - [ - 1.875, - [ - 0.0, - 0.0, - -0.7439214587211609, - 0.6682670712471008 - ] - ], - [ - 1.9166666269302368, - [ - 0.0, - 0.0, - -0.7515618205070496, - 0.659662663936615 - ] - ], - [ - 2.0833332538604736, - [ - 0.0, - 0.0, - -0.7823699712753296, - 0.6228141188621521 - ] - ], - [ - 2.125, - [ - 0.0, - 0.0, - -0.7894847393035889, - 0.6137702465057373 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.0, - -0.7961307764053345, - 0.6051245927810669 - ] - ], - [ - 2.2083332538604736, - [ - 0.0, - 0.0, - -0.8022031188011169, - 0.5970512628555298 - ] - ], - [ - 2.25, - [ - 0.0, - 0.0, - -0.8076022863388062, - 0.5897276997566223 - ] - ], - [ - 2.2916667461395264, - [ - 0.0, - 0.0, - -0.812232494354248, - 0.5833338499069214 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 0.0, - -0.8160009980201721, - 0.5780506730079651 - ] - ], - [ - 2.375, - [ - 0.0, - 0.0, - -0.8188142776489258, - 0.5740585327148438 - ] - ], - [ - 2.4166667461395264, - [ - 0.0, - 0.0, - -0.8205770254135132, - 0.5715359449386597 - ] - ], - [ - 2.4583332538604736, - [ - 0.0, - 0.0, - -0.8211883306503296, - 0.5706572532653809 - ] - ], - [ - 2.5, - [ - 0.0, - 0.0, - -0.8183324933052063, - 0.5747450590133667 - ] - ], - [ - 2.5416667461395264, - [ - 0.0, - 0.0, - -0.8104785680770874, - 0.5857682824134827 - ] - ], - [ - 2.5833332538604736, - [ - 0.0, - 0.0, - -0.7986342906951904, - 0.6018166542053223 - ] - ], - [ - 2.625, - [ - 0.0, - 0.0, - -0.7838250994682312, - 0.6209816336631775 - ] - ], - [ - 2.7083332538604736, - [ - 0.0, - 0.0, - -0.7500162720680237, - 0.6614193916320801 - ] - ], - [ - 2.75, - [ - 0.0, - 0.0, - -0.7337778806686401, - 0.679389476776123 - ] - ], - [ - 2.7916667461395264, - [ - 0.0, - 0.0, - -0.7200814485549927, - 0.6938895583152771 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - 0.0, - -0.7106240391731262, - 0.7035719752311707 - ] - ], - [ - 2.875, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 2.9166667461395264, - [ - 0.0, - 0.0, - -0.712524950504303, - 0.7016468048095703 - ] - ], - [ - 3.0, - [ - 0.0, - 0.0, - -0.7358596324920654, - 0.677134096622467 - ] - ], - [ - 3.0416667461395264, - [ - 0.0, - 0.0, - -0.7410464286804199, - 0.6714538931846619 - ] - ], - [ - 3.0833332538604736, - [ - 0.0, - 0.0, - -0.7358596920967102, - 0.6771340370178223 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 0.0, - -0.7125248908996582, - 0.7016468048095703 - ] - ], - [ - 3.2083332538604736, - [ - 0.0, - 0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 11.375, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715975691_1491065.json b/lenses/physics-objects/Scene/assets/1645812715975691_1491065.json deleted file mode 100644 index 74f60586..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715975691_1491065.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715975691:1491065", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 5.625, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 5.666666507720947, - [ - 0.9722633361816406, - 0.9722633361816406, - 0.9722633361816406 - ] - ], - [ - 5.708333492279053, - [ - 0.8960840106010437, - 0.8960840106010437, - 0.8960840106010437 - ] - ], - [ - 5.75, - [ - 0.7820111513137817, - 0.7820111513137817, - 0.7820111513137817 - ] - ], - [ - 5.791666507720947, - [ - 0.5348690152168274, - 0.5348690152168274, - 0.5348690152168274 - ] - ], - [ - 5.833333492279053, - [ - 0.3524773120880127, - 0.3524773120880127, - 0.3524773120880127 - ] - ], - [ - 5.875, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715975907_1491072.json b/lenses/physics-objects/Scene/assets/1645812715975907_1491072.json deleted file mode 100644 index 046b6085..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715975907_1491072.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715975907:1491072", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715987317_1491089.json b/lenses/physics-objects/Scene/assets/1645812715987317_1491089.json deleted file mode 100644 index 12fac2cc..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715987317_1491089.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715987317:1491089", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.10357675701379776, - -0.8686166405677795, - 0.12957264482975006 - ] - ], - [ - 11.375, - [ - 0.10357675701379776, - -0.8686166405677795, - 0.12957264482975006 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715987556_1491096.json b/lenses/physics-objects/Scene/assets/1645812715987556_1491096.json deleted file mode 100644 index 184ca315..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715987556_1491096.json +++ /dev/null @@ -1,1846 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715987556:1491096", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.09191112220287323, - -0.009989941492676735, - 0.014699987135827541, - 0.9956086874008179 - ] - ], - [ - 0.0416666679084301, - [ - -0.09191112220287323, - -0.009989941492676735, - 0.014699987135827541, - 0.9956086874008179 - ] - ], - [ - 0.0833333358168602, - [ - 0.17461450397968292, - 0.01200972031801939, - -0.02915826067328453, - 0.9841317534446716 - ] - ], - [ - 0.125, - [ - 0.3121512532234192, - 0.014044648967683315, - -0.055188607424497604, - 0.9483240842819214 - ] - ], - [ - 0.1666666716337204, - [ - 0.40732982754707336, - 0.011038222350180149, - -0.0743761733174324, - 0.9101806282997131 - ] - ], - [ - 0.2083333283662796, - [ - 0.4703182876110077, - 0.006766748148947954, - -0.08745691180229187, - 0.8781265616416931 - ] - ], - [ - 0.25, - [ - 0.4926939904689789, - 0.004763836041092873, - -0.09215707331895828, - 0.8652958869934082 - ] - ], - [ - 0.2916666567325592, - [ - 0.47686728835105896, - 0.006208083126693964, - -0.0888301432132721, - 0.8744531273841858 - ] - ], - [ - 0.3333333432674408, - [ - 0.4348214268684387, - 0.009412999264895916, - -0.08005449175834656, - 0.8969019055366516 - ] - ], - [ - 0.375, - [ - 0.382612943649292, - 0.012199101969599724, - -0.06931827962398529, - 0.9212239384651184 - ] - ], - [ - 0.4166666567325592, - [ - 0.31206032633781433, - 0.014045693911612034, - -0.05517067760229111, - 0.9483550190925598 - ] - ], - [ - 0.4583333432674408, - [ - 0.20541571080684662, - 0.013069724664092064, - -0.034783296287059784, - 0.9779691696166992 - ] - ], - [ - 0.5, - [ - 0.0675729289650917, - 0.005815640091896057, - -0.010687335394322872, - 0.9976402521133423 - ] - ], - [ - 0.5416666865348816, - [ - -0.13393749296665192, - -0.0154902134090662, - 0.020833177492022514, - 0.9906497001647949 - ] - ], - [ - 0.5833333134651184, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 0.625, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 0.6666666865348816, - [ - -0.10556134581565857, - -0.01171292457729578, - 0.0167352594435215, - 0.9942029714584351 - ] - ], - [ - 0.7083333134651184, - [ - 0.015240935608744621, - 0.0014360261848196387, - -0.002338629914447665, - 0.9998800754547119 - ] - ], - [ - 0.75, - [ - 0.14127801358699799, - 0.0104912044480443, - -0.023219306021928787, - 0.9896420240402222 - ] - ], - [ - 0.7916666865348816, - [ - 0.2571896016597748, - 0.014081175439059734, - -0.044514693319797516, - 0.9652325510978699 - ] - ], - [ - 0.8333333134651184, - [ - 0.33490175008773804, - 0.013677362352609634, - -0.05970003455877304, - 0.9402604103088379 - ] - ], - [ - 0.875, - [ - 0.3991582989692688, - 0.01145286113023758, - -0.07269878685474396, - 0.9139237403869629 - ] - ], - [ - 0.9166666865348816, - [ - 0.4850899279117584, - 0.005474526900798082, - -0.09055721759796143, - 0.8697454929351807 - ] - ], - [ - 0.9583333134651184, - [ - 0.5779467225074768, - -0.005499642342329025, - -0.11020945012569427, - 0.8085797429084778 - ] - ], - [ - 1.0, - [ - 0.6464452147483826, - -0.017263194546103477, - -0.12470629811286926, - 0.7525017261505127 - ] - ], - [ - 1.0416666269302368, - [ - 0.6873369216918945, - -0.026107829064130783, - -0.13324610888957977, - 0.7135348320007324 - ] - ], - [ - 1.0833333730697632, - [ - 0.7089240550994873, - -0.03142330050468445, - -0.13768765330314636, - 0.6910003423690796 - ] - ], - [ - 1.125, - [ - 0.7169377207756042, - -0.03352225944399834, - -0.1393207311630249, - 0.6822509169578552 - ] - ], - [ - 1.1666666269302368, - [ - 0.7181364893913269, - -0.03384238854050636, - -0.13956420123577118, - 0.6809232831001282 - ] - ], - [ - 1.2083333730697632, - [ - 0.7126215696334839, - -0.03238297253847122, - -0.13844232261180878, - 0.6869902014732361 - ] - ], - [ - 1.25, - [ - 0.6350531578063965, - -0.015057854354381561, - -0.12230657786130905, - 0.7625758051872253 - ] - ], - [ - 1.2916666269302368, - [ - 0.4287773370742798, - 0.009801270440220833, - -0.07880168408155441, - 0.8999134302139282 - ] - ], - [ - 1.3333333730697632, - [ - 0.10014490783214569, - 0.008101425133645535, - -0.01611929200589657, - 0.9948093891143799 - ] - ], - [ - 1.375, - [ - -0.09191112220287323, - -0.009989941492676735, - 0.014699987135827541, - 0.9956086874008179 - ] - ], - [ - 1.4166666269302368, - [ - 0.18052102625370026, - 0.012238824740052223, - -0.0302269347012043, - 0.983030378818512 - ] - ], - [ - 1.4583333730697632, - [ - 0.3258931338787079, - 0.013848189264535904, - -0.057907506823539734, - 0.9435298442840576 - ] - ], - [ - 1.5, - [ - 0.42719539999961853, - 0.009899981319904327, - -0.07847418636083603, - 0.9006929993629456 - ] - ], - [ - 1.5416666269302368, - [ - 0.492119163274765, - 0.004818657413125038, - -0.09203603863716125, - 0.8656355142593384 - ] - ], - [ - 1.5833333730697632, - [ - 0.5054047107696533, - 0.003505116328597069, - -0.09483659267425537, - 0.8576478362083435 - ] - ], - [ - 1.625, - [ - 0.4737195074558258, - 0.006479417905211449, - -0.08816983550786972, - 0.876227080821991 - ] - ], - [ - 1.6666666269302368, - [ - 0.41819852590560913, - 0.01043858751654625, - -0.07661481201648712, - 0.9050588011741638 - ] - ], - [ - 1.7083333730697632, - [ - 0.36082813143730164, - 0.012995793484151363, - -0.06490156054496765, - 0.9302806854248047 - ] - ], - [ - 1.75, - [ - 0.2905395030975342, - 0.01419992558658123, - -0.050952035933732986, - 0.9554000496864319 - ] - ], - [ - 1.7916666269302368, - [ - 0.17627766728401184, - 0.012075461447238922, - -0.02945868857204914, - 0.9838255643844604 - ] - ], - [ - 1.8333333730697632, - [ - 0.003803460393100977, - 0.0003650662547443062, - -0.0005795560427941382, - 0.9999925494194031 - ] - ], - [ - 1.875, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 2.0833332538604736, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 2.125, - [ - -0.019642045721411705, - -0.001896842964924872, - 0.003279523691162467, - 0.999799907207489 - ] - ], - [ - 2.1666667461395264, - [ - 0.04058890417218208, - 0.0036648449022322893, - -0.006322227884083986, - 0.9991492033004761 - ] - ], - [ - 2.2083332538604736, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 2.25, - [ - 0.08698643743991852, - 0.007219317834824324, - -0.013903993181884289, - 0.9960862994194031 - ] - ], - [ - 2.2916667461395264, - [ - 0.5329806804656982, - 0.00045893111382611096, - -0.10066844522953033, - 0.8401173949241638 - ] - ], - [ - 2.3333332538604736, - [ - 0.7485736608505249, - -0.04254326596856117, - -0.14566120505332947, - 0.6454536318778992 - ] - ], - [ - 2.375, - [ - 0.8006085157394409, - -0.06042741611599922, - -0.15555451810359955, - 0.575480043888092 - ] - ], - [ - 2.4166667461395264, - [ - 0.7366157174110413, - -0.038988906890153885, - -0.1432868093252182, - 0.659807562828064 - ] - ], - [ - 2.4583332538604736, - [ - 0.5655865669250488, - -0.003732973476871848, - -0.10758519172668457, - 0.817632794380188 - ] - ], - [ - 2.5, - [ - 0.3172931373119354, - 0.013980137184262276, - -0.056203726679086685, - 0.946557343006134 - ] - ], - [ - 2.5416667461395264, - [ - 0.13642866909503937, - 0.01023880299180746, - -0.022368865087628365, - 0.9903444051742554 - ] - ], - [ - 2.5833332538604736, - [ - 0.13492794334888458, - 0.010159087367355824, - -0.022106388583779335, - 0.9905567169189453 - ] - ], - [ - 2.625, - [ - 0.13080179691314697, - 0.009936021640896797, - -0.021386470645666122, - 0.9911280274391174 - ] - ], - [ - 2.6666667461395264, - [ - 0.12453291565179825, - 0.009586216881871223, - -0.020297622308135033, - 0.9919615387916565 - ] - ], - [ - 2.7083332538604736, - [ - 0.11668240278959274, - 0.009129702113568783, - -0.018942512571811676, - 0.9929466247558594 - ] - ], - [ - 2.75, - [ - 0.10806813091039658, - 0.00860530510544777, - -0.017466560006141663, - 0.9939528107643127 - ] - ], - [ - 2.7916667461395264, - [ - 0.09987615793943405, - 0.008083976805210114, - -0.016073772683739662, - 0.9948372840881348 - ] - ], - [ - 2.8333332538604736, - [ - 0.09366904199123383, - 0.007674342952668667, - -0.015025561675429344, - 0.9954603910446167 - ] - ], - [ - 2.875, - [ - 0.09121959656476974, - 0.007509241346269846, - -0.01461362186819315, - 0.9956953525543213 - ] - ], - [ - 3.0416667461395264, - [ - 0.09121959656476974, - 0.007509241346269846, - -0.01461362186819315, - 0.9956953525543213 - ] - ], - [ - 3.0833332538604736, - [ - 0.17347916960716248, - 0.011964293196797371, - -0.028953399509191513, - 0.9843392372131348 - ] - ], - [ - 3.125, - [ - 0.30535244941711426, - 0.014113577082753181, - -0.05385054647922516, - 0.9506107568740845 - ] - ], - [ - 3.1666667461395264, - [ - 0.40538910031318665, - 0.011139488779008389, - -0.07397735863924026, - 0.9110779166221619 - ] - ], - [ - 3.2083332538604736, - [ - 0.44459235668182373, - 0.008747573010623455, - -0.08208473026752472, - 0.8919211030006409 - ] - ], - [ - 3.25, - [ - 0.44140127301216125, - 0.00897006131708622, - -0.08142102509737015, - 0.8935631513595581 - ] - ], - [ - 3.2916667461395264, - [ - 0.4328928291797638, - 0.009538821876049042, - -0.07965447753667831, - 0.8978686928749084 - ] - ], - [ - 3.3333332538604736, - [ - 0.4205882251262665, - 0.010299287736415863, - -0.07710815221071243, - 0.9039102792739868 - ] - ], - [ - 3.375, - [ - 0.40609174966812134, - 0.011103025637567043, - -0.07412171363830566, - 0.9107536673545837 - ] - ], - [ - 3.4166667461395264, - [ - 0.39114031195640564, - 0.011829951778054237, - -0.07105787098407745, - 0.917507529258728 - ] - ], - [ - 3.4583332538604736, - [ - 0.37769821286201477, - 0.012397087179124355, - -0.06831835955381393, - 0.9233217239379883 - ] - ], - [ - 3.5, - [ - 0.36795052886009216, - 0.012758192606270313, - -0.06634111702442169, - 0.9273880124092102 - ] - ], - [ - 3.5416667461395264, - [ - 0.36419862508773804, - 0.012886100448668003, - -0.06558224558830261, - 0.9289199709892273 - ] - ], - [ - 3.5833332538604736, - [ - 0.39042142033576965, - 0.011862336657941341, - -0.0709109753370285, - 0.9178246259689331 - ] - ], - [ - 3.625, - [ - 0.40829458832740784, - 0.010987229645252228, - -0.0745745450258255, - 0.9097326397895813 - ] - ], - [ - 3.6666667461395264, - [ - 0.33877497911453247, - 0.013593563809990883, - -0.06047312170267105, - 0.9388235807418823 - ] - ], - [ - 3.7083332538604736, - [ - 0.09358017146587372, - 0.007668386213481426, - -0.015010603703558445, - 0.9954691529273987 - ] - ], - [ - 3.75, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 3.875, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 3.9166667461395264, - [ - 0.2760065793991089, - 0.014200862497091293, - -0.04813140630722046, - 0.9598448276519775 - ] - ], - [ - 3.9583332538604736, - [ - 0.5585953593254089, - -0.0027779233641922474, - -0.10610107332468033, - 0.8226214647293091 - ] - ], - [ - 4.0, - [ - 0.7458663582801819, - -0.04172235354781151, - -0.14512625336647034, - 0.6487534046173096 - ] - ], - [ - 4.041666507720947, - [ - 0.7731444239616394, - -0.050459641963243484, - -0.1504347324371338, - 0.614061176776886 - ] - ], - [ - 4.083333492279053, - [ - 0.6671096682548523, - -0.021543795242905617, - -0.12903878092765808, - 0.7333822846412659 - ] - ], - [ - 4.125, - [ - 0.5291769504547119, - 0.0009054960100911558, - -0.09986278414726257, - 0.8426139950752258 - ] - ], - [ - 4.166666507720947, - [ - 0.40397733449935913, - 0.011212059296667576, - -0.07368739694356918, - 0.9117273688316345 - ] - ], - [ - 4.208333492279053, - [ - 0.34954774379730225, - 0.013327374123036861, - -0.0626308023929596, - 0.9347278475761414 - ] - ], - [ - 4.25, - [ - 0.3496759533882141, - 0.013323912397027016, - -0.06265655159950256, - 0.9346781969070435 - ] - ], - [ - 4.291666507720947, - [ - 0.34216707944869995, - 0.013515015132725239, - -0.061151355504989624, - 0.9375497698783875 - ] - ], - [ - 4.333333492279053, - [ - 0.3169119358062744, - 0.013985286466777325, - -0.0561283640563488, - 0.9466894268989563 - ] - ], - [ - 4.375, - [ - 0.2706790566444397, - 0.014180718921124935, - -0.04710331931710243, - 0.9614120125770569 - ] - ], - [ - 4.416666507720947, - [ - 0.3144625425338745, - 0.014016978442668915, - -0.05564457178115845, - 0.947533905506134 - ] - ], - [ - 4.458333492279053, - [ - 0.4624321460723877, - 0.007409834768623114, - -0.0858062282204628, - 0.8824618458747864 - ] - ], - [ - 4.5, - [ - 0.6073009371757507, - -0.010114079341292381, - -0.11643743515014648, - 0.7858279943466187 - ] - ], - [ - 4.541666507720947, - [ - 0.705809473991394, - -0.030626444146037102, - -0.13705049455165863, - 0.6943429708480835 - ] - ], - [ - 4.583333492279053, - [ - 0.7528416514396667, - -0.04385729506611824, - -0.14650118350982666, - 0.6401901245117188 - ] - ], - [ - 4.625, - [ - 0.7240932583808899, - -0.03545740991830826, - -0.14077059924602509, - 0.6742516756057739 - ] - ], - [ - 4.666666507720947, - [ - 0.6234807372093201, - -0.012924361042678356, - -0.11986258625984192, - 0.772487998008728 - ] - ], - [ - 4.708333492279053, - [ - 0.540086030960083, - -0.00039852780173532665, - -0.102174311876297, - 0.8353845477104187 - ] - ], - [ - 4.75, - [ - 0.5071685910224915, - 0.003323332406580448, - -0.09520891308784485, - 0.8565653562545776 - ] - ], - [ - 4.791666507720947, - [ - 0.46920424699783325, - 0.006859541870653629, - -0.08722352981567383, - 0.8787447810173035 - ] - ], - [ - 4.833333492279053, - [ - 0.4283009171485901, - 0.009831130504608154, - -0.07870304584503174, - 0.9001486301422119 - ] - ], - [ - 4.875, - [ - 0.3874926269054413, - 0.011991861276328564, - -0.07031302154064178, - 0.9191092252731323 - ] - ], - [ - 4.916666507720947, - [ - 0.35107138752937317, - 0.013285764493048191, - -0.06293685734272003, - 0.934136688709259 - ] - ], - [ - 4.958333492279053, - [ - 0.3246524930000305, - 0.013869093731045723, - -0.057661257684230804, - 0.9439722299575806 - ] - ], - [ - 5.0, - [ - 0.31454604864120483, - 0.014015935361385345, - -0.05566105991601944, - 0.9475052356719971 - ] - ], - [ - 6.791666507720947, - [ - 0.31454604864120483, - 0.014015935361385345, - -0.05566105991601944, - 0.9475052356719971 - ] - ], - [ - 6.833333492279053, - [ - 0.29513177275657654, - 0.014182452112436295, - -0.05184812843799591, - 0.9539434313774109 - ] - ], - [ - 6.875, - [ - 0.23389634490013123, - 0.01374805811792612, - -0.040095359086990356, - 0.9713371396064758 - ] - ], - [ - 6.916666507720947, - [ - 0.138383150100708, - 0.010341484099626541, - -0.02271120809018612, - 0.9900643229484558 - ] - ], - [ - 6.958333492279053, - [ - 0.07543960213661194, - 0.0063990382477641106, - -0.011983244679868221, - 0.9970578551292419 - ] - ], - [ - 7.208333492279053, - [ - 0.07543960213661194, - 0.0063990382477641106, - -0.011983244679868221, - 0.9970578551292419 - ] - ], - [ - 7.25, - [ - 0.18456290662288666, - 0.012388581410050392, - -0.03096100687980652, - 0.9822548031806946 - ] - ], - [ - 7.291666507720947, - [ - 0.34613409638404846, - 0.013417028822004795, - -0.06194591894745827, - 0.9360417127609253 - ] - ], - [ - 7.333333492279053, - [ - 0.45489704608917236, - 0.007994461804628372, - -0.08423212915658951, - 0.8865154981613159 - ] - ], - [ - 7.375, - [ - 0.47529223561286926, - 0.006344505585730076, - -0.08849968016147614, - 0.875342845916748 - ] - ], - [ - 7.416666507720947, - [ - 0.5052662491798401, - 0.0035193131770938635, - -0.09480736404657364, - 0.8577325940132141 - ] - ], - [ - 7.458333492279053, - [ - 0.4836980104446411, - 0.005601238925009966, - -0.09026463329792023, - 0.8705500364303589 - ] - ], - [ - 7.5, - [ - 0.4022769629955292, - 0.011298242956399918, - -0.07333837449550629, - 0.9125059247016907 - ] - ], - [ - 7.541666507720947, - [ - 0.26211491227149963, - 0.014125540852546692, - -0.04545741528272629, - 0.9638620615005493 - ] - ], - [ - 7.583333492279053, - [ - 0.4190653860569, - 0.010388367809355259, - -0.07679372280836105, - 0.9046429991722107 - ] - ], - [ - 7.625, - [ - 0.683547854423523, - -0.025223303586244583, - -0.13246098160743713, - 0.7173425555229187 - ] - ], - [ - 7.666666507720947, - [ - 0.7571932077407837, - -0.04522264003753662, - -0.14735321700572968, - 0.6347443461418152 - ] - ], - [ - 7.708333492279053, - [ - 0.7651540637016296, - -0.04778950661420822, - -0.14889968931674957, - 0.6245673298835754 - ] - ], - [ - 7.75, - [ - 0.6809605360031128, - -0.02462729811668396, - -0.13192400336265564, - 0.7199182510375977 - ] - ], - [ - 7.791666507720947, - [ - 0.14073479175567627, - 0.010463323444128036, - -0.023123877122998238, - 0.989721953868866 - ] - ], - [ - 7.833333492279053, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 8.166666984558105, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 8.208333015441895, - [ - 0.12063965946435928, - 0.009362380020320415, - -0.01962439715862274, - 0.9924582242965698 - ] - ], - [ - 8.25, - [ - 0.4251527488231659, - 0.010025658644735813, - -0.07805155217647552, - 0.9016942977905273 - ] - ], - [ - 8.291666984558105, - [ - 0.5480228662490845, - -0.0013926809187978506, - -0.10385752469301224, - 0.8299896717071533 - ] - ], - [ - 8.333333015441895, - [ - 0.5566024780273438, - -0.0025114049203693867, - -0.10567805916070938, - 0.8240264058113098 - ] - ], - [ - 8.375, - [ - 0.547479510307312, - -0.0013234004145488143, - -0.10374225676059723, - 0.8303625583648682 - ] - ], - [ - 8.416666984558105, - [ - 0.49930503964424133, - 0.004120327066630125, - -0.093549944460392, - 0.8613513708114624 - ] - ], - [ - 8.458333015441895, - [ - 0.19603590667247772, - 0.012782390229403973, - -0.03305680677294731, - 0.9799560308456421 - ] - ], - [ - 8.5, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 8.708333015441895, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 8.75, - [ - 0.5135809779167175, - 0.0026476618368178606, - -0.09656333923339844, - 0.8525861501693726 - ] - ], - [ - 8.791666984558105, - [ - 0.6861777305603027, - -0.02583576738834381, - -0.13300606608390808, - 0.714704155921936 - ] - ], - [ - 8.833333015441895, - [ - 0.6894304156303406, - -0.02660258300602436, - -0.13367927074432373, - 0.7114126086235046 - ] - ], - [ - 8.875, - [ - 0.6809462308883667, - -0.024624010547995567, - -0.13192102313041687, - 0.7199325561523438 - ] - ], - [ - 8.916666984558105, - [ - 0.6658478379249573, - -0.02127167396247387, - -0.12877511978149414, - 0.734582245349884 - ] - ], - [ - 8.958333015441895, - [ - 0.6481413245201111, - -0.017600711435079575, - -0.125062957406044, - 0.7509742379188538 - ] - ], - [ - 9.0, - [ - 0.6312928795814514, - -0.014353015460073948, - -0.12151307612657547, - 0.765831470489502 - ] - ], - [ - 9.041666984558105, - [ - 0.6184732913970947, - -0.012033476494252682, - -0.11880338937044144, - 0.7766799926757813 - ] - ], - [ - 9.083333015441895, - [ - 0.579296886920929, - -0.005698782857507467, - -0.11049611121416092, - 0.8075724244117737 - ] - ], - [ - 9.125, - [ - 0.47954386472702026, - 0.005973249673843384, - -0.08939198404550552, - 0.8729324340820313 - ] - ], - [ - 9.166666984558105, - [ - 0.3298342823982239, - 0.01377758476883173, - -0.05869074538350105, - 0.9421119689941406 - ] - ], - [ - 9.208333015441895, - [ - 0.19564783573150635, - 0.01276983693242073, - -0.032985620200634, - 0.9800361394882202 - ] - ], - [ - 9.25, - [ - 0.13275624811649323, - 0.010042394511401653, - -0.02172715775668621, - 0.9908596873283386 - ] - ], - [ - 9.291666984558105, - [ - 0.09744228422641754, - 0.007924851030111313, - -0.015662021934986115, - 0.9950864911079407 - ] - ], - [ - 9.333333015441895, - [ - 0.09173059463500977, - 0.007543844636529684, - -0.014699479565024376, - 0.9956467747688293 - ] - ], - [ - 9.375, - [ - 0.11091882735490799, - 0.008781551383435726, - -0.01795371063053608, - 0.9936285018920898 - ] - ], - [ - 9.416666984558105, - [ - 0.13519270718097687, - 0.010173207148909569, - -0.022152673453092575, - 0.9905194044113159 - ] - ], - [ - 9.458333015441895, - [ - 0.1518324315547943, - 0.011013064533472061, - -0.025082260370254517, - 0.9880265593528748 - ] - ], - [ - 9.5, - [ - 0.16302603483200073, - 0.011525062844157219, - -0.027075709775090218, - 0.9861828684806824 - ] - ], - [ - 9.541666984558105, - [ - 0.1702319085597992, - 0.011831888929009438, - -0.028368452563881874, - 0.9849245548248291 - ] - ], - [ - 9.583333015441895, - [ - 0.17452318966388702, - 0.012006085366010666, - -0.029141779989004135, - 0.9841485023498535 - ] - ], - [ - 9.625, - [ - 0.1767512857913971, - 0.012094005942344666, - -0.029544318094849586, - 0.9837377071380615 - ] - ], - [ - 9.666666984558105, - [ - 0.1776323765516281, - 0.012128297239542007, - -0.029703686013817787, - 0.9835737347602844 - ] - ], - [ - 9.708333015441895, - [ - 0.1777966171503067, - 0.01213466003537178, - -0.029733406379818916, - 0.9835430979728699 - ] - ], - [ - 9.75, - [ - 0.17576056718826294, - 0.012055124156177044, - -0.029365241527557373, - 0.9839210510253906 - ] - ], - [ - 9.791666984558105, - [ - 0.17030689120292664, - 0.011834987439215183, - -0.028381941840052605, - 0.9849111437797546 - ] - ], - [ - 9.833333015441895, - [ - 0.16237498819828033, - 0.011496459133923054, - -0.02695927955210209, - 0.9862937927246094 - ] - ], - [ - 9.875, - [ - 0.15294109284877777, - 0.01106568519026041, - -0.02527889423072338, - 0.9878499507904053 - ] - ], - [ - 9.916666984558105, - [ - 0.1431126594543457, - 0.010584627278149128, - -0.02354195900261402, - 0.9893697500228882 - ] - ], - [ - 9.958333015441895, - [ - 0.13418813049793243, - 0.010119513608515263, - -0.021977119147777557, - 0.9906604886054993 - ] - ], - [ - 10.0, - [ - 0.12766188383102417, - 0.009762453846633434, - -0.020840348675847054, - 0.9915506839752197 - ] - ], - [ - 10.041666984558105, - [ - 0.1251373291015625, - 0.009620511904358864, - -0.020402342081069946, - 0.9918829798698425 - ] - ], - [ - 10.083333015441895, - [ - 0.10751365125179291, - 0.008570711128413677, - -0.017371950671076775, - 0.9940149784088135 - ] - ], - [ - 10.125, - [ - 0.06293939054012299, - 0.005462752655148506, - -0.009928904473781586, - 0.9979531168937683 - ] - ], - [ - 10.166666984558105, - [ - 0.00554487993940711, - 0.0005307283718138933, - -0.0008458130178041756, - 0.9999841451644897 - ] - ], - [ - 10.208333015441895, - [ - -0.02870762348175049, - -0.0028163078241050243, - 0.004768846090883017, - 0.9995725154876709 - ] - ], - [ - 10.25, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 10.416666984558105, - [ - -0.16833525896072388, - -0.020421314984560013, - 0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 10.458333015441895, - [ - 0.24015583097934723, - 0.01385741401463747, - -0.041276488453149796, - 0.9697573781013489 - ] - ], - [ - 10.5, - [ - 0.4715697467327118, - 0.006661729421466589, - -0.08771916478872299, - 0.877429723739624 - ] - ], - [ - 10.541666984558105, - [ - 0.6180322170257568, - -0.011955932714045048, - -0.11871007084846497, - 0.7770464420318604 - ] - ], - [ - 10.583333015441895, - [ - 0.7125223875045776, - -0.03235703706741333, - -0.1384221315383911, - 0.6870983839035034 - ] - ], - [ - 10.625, - [ - 0.7286861538887024, - -0.03673080727458, - -0.1416967213153839, - 0.6690211892127991 - ] - ], - [ - 10.666666984558105, - [ - 0.6515060663223267, - -0.018277447670698166, - -0.1257699877023697, - 0.7479222416877747 - ] - ], - [ - 10.708333015441895, - [ - 0.5675045847892761, - -0.004000529181212187, - -0.10799239575862885, - 0.8162476420402527 - ] - ], - [ - 10.75, - [ - 0.5454196333885193, - -0.001062349765561521, - -0.10330534726381302, - 0.8317717909812927 - ] - ], - [ - 10.791666984558105, - [ - 0.5532109141349792, - -0.0020636531990021467, - -0.10495828837156296, - 0.826400101184845 - ] - ], - [ - 10.833333015441895, - [ - 0.5773000121116638, - -0.005404679570347071, - -0.11007213592529297, - 0.8090609312057495 - ] - ], - [ - 10.875, - [ - 0.6057493090629578, - -0.00985482707619667, - -0.11610860377550125, - 0.7870765328407288 - ] - ], - [ - 10.916666984558105, - [ - 0.6295056939125061, - -0.014021956361830235, - -0.12113569676876068, - 0.7673670053482056 - ] - ], - [ - 10.958333015441895, - [ - 0.6425750851631165, - -0.016502033919095993, - -0.12389183789491653, - 0.7559601664543152 - ] - ], - [ - 11.0, - [ - 0.6391280293464661, - -0.015834495425224304, - -0.12316571176052094, - 0.7590091228485107 - ] - ], - [ - 11.041666984558105, - [ - 0.6057374477386475, - -0.009852844290435314, - -0.1161060705780983, - 0.7870860695838928 - ] - ], - [ - 11.083333015441895, - [ - 0.5794886946678162, - -0.0057271686382591724, - -0.1105368360877037, - 0.8074290752410889 - ] - ], - [ - 11.125, - [ - 0.5991145372390747, - -0.008765975944697857, - -0.11470184475183487, - 0.7923562526702881 - ] - ], - [ - 11.166666984558105, - [ - 0.6270238757133484, - -0.013566390611231327, - -0.12061144411563873, - 0.7694869041442871 - ] - ], - [ - 11.208333015441895, - [ - 0.6175352334976196, - -0.011868732050061226, - -0.11860491335391998, - 0.7774588465690613 - ] - ], - [ - 11.25, - [ - 0.5586034059524536, - -0.0027789974119514227, - -0.10610277205705643, - 0.8226157426834106 - ] - ], - [ - 11.291666984558105, - [ - 0.4593983292579651, - 0.007648702245205641, - -0.08517205715179443, - 0.8841042518615723 - ] - ], - [ - 11.333333015441895, - [ - 0.29466789960861206, - 0.014184582978487015, - -0.05175750330090523, - 0.9540917277336121 - ] - ], - [ - 11.375, - [ - -0.09191112220287323, - -0.009989941492676735, - 0.014699987135827541, - 0.9956086874008179 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715987788_1491103.json b/lenses/physics-objects/Scene/assets/1645812715987788_1491103.json deleted file mode 100644 index f13d2ff4..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715987788_1491103.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715987788:1491103", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715988039_1491110.json b/lenses/physics-objects/Scene/assets/1645812715988039_1491110.json deleted file mode 100644 index 5885e070..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715988039_1491110.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715988039:1491110", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715990158_1491123.json b/lenses/physics-objects/Scene/assets/1645812715990158_1491123.json deleted file mode 100644 index 6eb20346..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715990158_1491123.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715990158:1491123", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.035853493958711624, - -0.5374864935874939, - -0.10557770729064941 - ] - ], - [ - 11.375, - [ - -0.035853493958711624, - -0.5374864935874939, - -0.10557770729064941 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715990511_1491130.json b/lenses/physics-objects/Scene/assets/1645812715990511_1491130.json deleted file mode 100644 index 11a175db..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715990511_1491130.json +++ /dev/null @@ -1,2026 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715990511:1491130", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.15158510208129883, - 0.011605402454733849, - -0.030649835243821144, - 0.9879007339477539 - ] - ], - [ - 0.0416666679084301, - [ - -0.15158510208129883, - 0.011605402454733849, - -0.030649835243821144, - 0.9879007339477539 - ] - ], - [ - 0.0833333358168602, - [ - -0.19755390286445618, - 0.003409267170354724, - -0.04185780510306358, - 0.9793920516967773 - ] - ], - [ - 0.125, - [ - -0.21217367053031921, - -0.012023895047605038, - -0.043563421815633774, - 0.9761865735054016 - ] - ], - [ - 0.1666666716337204, - [ - -0.22643956542015076, - -0.030086835846304893, - -0.04196660593152046, - 0.9726554751396179 - ] - ], - [ - 0.2083333283662796, - [ - -0.2569522559642792, - -0.049762897193431854, - -0.04627915099263191, - 0.9640318751335144 - ] - ], - [ - 0.25, - [ - -0.28328630328178406, - -0.07686401158571243, - -0.06033019348978996, - 0.9540445804595947 - ] - ], - [ - 0.2916666567325592, - [ - -0.27457571029663086, - -0.11244919151067734, - -0.07762965559959412, - 0.9518072009086609 - ] - ], - [ - 0.3333333432674408, - [ - -0.22825293242931366, - -0.1452607363462448, - -0.09752879291772842, - 0.9577515721321106 - ] - ], - [ - 0.375, - [ - -0.15832121670246124, - -0.16458997130393982, - -0.12261185795068741, - 0.9658213257789612 - ] - ], - [ - 0.4166666567325592, - [ - -0.09287451207637787, - -0.16273920238018036, - -0.13164179027080536, - 0.9734272956848145 - ] - ], - [ - 0.4583333432674408, - [ - -0.05657567083835602, - -0.14741817116737366, - -0.10096942633390427, - 0.9822791218757629 - ] - ], - [ - 0.5, - [ - -0.05783870443701744, - -0.13266952335834503, - -0.054991282522678375, - 0.9879420399665833 - ] - ], - [ - 0.5416666865348816, - [ - -0.08451534062623978, - -0.12201966345310211, - -0.03831733018159866, - 0.9881802201271057 - ] - ], - [ - 0.5833333134651184, - [ - -0.11406001448631287, - -0.09172246605157852, - -0.06385379284620285, - 0.9871676564216614 - ] - ], - [ - 0.625, - [ - -0.1517522633075714, - -0.04288792237639427, - -0.08739875257015228, - 0.9836124181747437 - ] - ], - [ - 0.6666666865348816, - [ - -0.1710931658744812, - -0.008699166588485241, - -0.09205067157745361, - 0.9809067845344543 - ] - ], - [ - 0.7083333134651184, - [ - -0.16492612659931183, - -0.0006754251662641764, - -0.09329342842102051, - 0.9818836450576782 - ] - ], - [ - 0.75, - [ - -0.20086051523685455, - -0.012077515944838524, - -0.11534963548183441, - 0.9727301001548767 - ] - ], - [ - 0.7916666865348816, - [ - -0.23604664206504822, - -0.04465734213590622, - -0.15025271475315094, - 0.9590160846710205 - ] - ], - [ - 0.8333333134651184, - [ - -0.2752018868923187, - -0.08962448686361313, - -0.1836564540863037, - 0.9394156336784363 - ] - ], - [ - 0.875, - [ - -0.3425268232822418, - -0.12044388055801392, - -0.2033901810646057, - 0.9092860221862793 - ] - ], - [ - 0.9166666865348816, - [ - -0.39926034212112427, - -0.11412656307220459, - -0.20468425750732422, - 0.886380672454834 - ] - ], - [ - 0.9583333134651184, - [ - -0.41216611862182617, - -0.08714506775140762, - -0.19378423690795898, - 0.8859867453575134 - ] - ], - [ - 1.0, - [ - -0.39867523312568665, - -0.0558762326836586, - -0.17566654086112976, - 0.8983747363090515 - ] - ], - [ - 1.0416666269302368, - [ - -0.3784611225128174, - -0.029807446524500847, - -0.15570895373821259, - 0.9119393825531006 - ] - ], - [ - 1.0833333730697632, - [ - -0.3433173596858978, - -0.012464326806366444, - -0.13547182083129883, - 0.929314374923706 - ] - ], - [ - 1.125, - [ - -0.2781938314437866, - -0.001817333628423512, - -0.1125127375125885, - 0.9539108872413635 - ] - ], - [ - 1.1666666269302368, - [ - -0.1929425299167633, - 0.0038675451651215553, - -0.08679523319005966, - 0.9773560166358948 - ] - ], - [ - 1.2083333730697632, - [ - -0.08460742980241776, - 0.0030783284455537796, - -0.058459825813770294, - 0.9946932196617126 - ] - ], - [ - 1.25, - [ - 0.00527112977579236, - -0.005142514128237963, - -0.033203016966581345, - 0.9994214773178101 - ] - ], - [ - 1.2916666269302368, - [ - 0.0022773374803364277, - -0.004640457220375538, - -0.019649606198072433, - 0.9997935891151428 - ] - ], - [ - 1.3333333730697632, - [ - -0.09924908727407455, - 0.008562873117625713, - -0.0236507561057806, - 0.9947447776794434 - ] - ], - [ - 1.375, - [ - -0.15158510208129883, - 0.011605402454733849, - -0.030649835243821144, - 0.9879007339477539 - ] - ], - [ - 1.4166666269302368, - [ - -0.18216899037361145, - 0.005389295518398285, - -0.045842114835977554, - 0.9821833372116089 - ] - ], - [ - 1.4583333730697632, - [ - -0.20358164608478546, - -0.012024112977087498, - -0.06450517475605011, - 0.9768567085266113 - ] - ], - [ - 1.5, - [ - -0.2233189195394516, - -0.03721567243337631, - -0.08175929635763168, - 0.9705972671508789 - ] - ], - [ - 1.5416666269302368, - [ - -0.25485098361968994, - -0.06370165944099426, - -0.09735305607318878, - 0.9599559903144836 - ] - ], - [ - 1.5833333730697632, - [ - -0.32350388169288635, - -0.10345397889614105, - -0.12077417224645615, - 0.9327679872512817 - ] - ], - [ - 1.625, - [ - -0.3871139585971832, - -0.16492970287799835, - -0.13986431062221527, - 0.8963140845298767 - ] - ], - [ - 1.6666666269302368, - [ - -0.3633388876914978, - -0.19629397988319397, - -0.12796641886234283, - 0.9017084240913391 - ] - ], - [ - 1.7083333730697632, - [ - -0.2680039405822754, - -0.16644954681396484, - -0.1116815060377121, - 0.9423352479934692 - ] - ], - [ - 1.75, - [ - -0.18834513425827026, - -0.10754334926605225, - -0.11804751306772232, - 0.9690333008766174 - ] - ], - [ - 1.7916666269302368, - [ - -0.1490180939435959, - -0.04725418984889984, - -0.12939134240150452, - 0.9791927933692932 - ] - ], - [ - 1.8333333730697632, - [ - -0.10174038261175156, - -0.012358371168375015, - -0.1313367486000061, - 0.986025869846344 - ] - ], - [ - 1.875, - [ - -0.024868754670023918, - -0.005182426422834396, - -0.12910401821136475, - 0.9913056492805481 - ] - ], - [ - 1.9166666269302368, - [ - -0.04144779220223427, - -0.006788299884647131, - -0.13224880397319794, - 0.9903263449668884 - ] - ], - [ - 1.9583333730697632, - [ - -0.0569918267428875, - -0.011176015250384808, - -0.12758593261241913, - 0.9901257753372192 - ] - ], - [ - 2.0, - [ - -0.09198427945375443, - -0.020623568445444107, - -0.11979936808347702, - 0.9883125424385071 - ] - ], - [ - 2.0416667461395264, - [ - -0.19209669530391693, - -0.04090423136949539, - -0.11798275262117386, - 0.9733991026878357 - ] - ], - [ - 2.0833332538604736, - [ - -0.32045501470565796, - -0.11138952523469925, - -0.10373124480247498, - 0.9349549412727356 - ] - ], - [ - 2.125, - [ - -0.607179582118988, - -0.208793506026268, - 0.008754493668675423, - 0.7665908932685852 - ] - ], - [ - 2.1666667461395264, - [ - -0.6074206233024597, - -0.06035006418824196, - 0.053095199167728424, - 0.7903030514717102 - ] - ], - [ - 2.2083332538604736, - [ - -0.3692830502986908, - -0.00931941345334053, - 0.10457924753427505, - 0.9233669638633728 - ] - ], - [ - 2.25, - [ - -0.29514652490615845, - 0.011093419045209885, - 0.08594468235969543, - 0.9515140652656555 - ] - ], - [ - 2.2916667461395264, - [ - -0.3155020773410797, - 0.034536246210336685, - 0.05239967256784439, - 0.9468473792076111 - ] - ], - [ - 2.3333332538604736, - [ - -0.3563742935657501, - 0.04999876394867897, - 0.025799721479415894, - 0.9326478838920593 - ] - ], - [ - 2.375, - [ - -0.3677296042442322, - 0.04280024766921997, - -0.0011802162043750286, - 0.9289465546607971 - ] - ], - [ - 2.4166667461395264, - [ - -0.3062906861305237, - 0.019814470782876015, - -0.023056430742144585, - 0.9514524936676025 - ] - ], - [ - 2.4583332538604736, - [ - -0.17872531712055206, - 0.00653655594214797, - -0.031002100557088852, - 0.9833888411521912 - ] - ], - [ - 2.5, - [ - -0.021465057507157326, - 0.00012438965495675802, - -0.026843685656785965, - 0.9994092583656311 - ] - ], - [ - 2.5416667461395264, - [ - 0.10976577550172806, - -0.009309054352343082, - -0.014772767201066017, - 0.9938040971755981 - ] - ], - [ - 2.5833332538604736, - [ - 0.10643035918474197, - -0.00904181320220232, - -0.014670362696051598, - 0.9941709041595459 - ] - ], - [ - 2.625, - [ - 0.09837500751018524, - -0.008418009616434574, - -0.014292561449110508, - 0.9950111508369446 - ] - ], - [ - 2.6666667461395264, - [ - 0.0883573591709137, - -0.007674745749682188, - -0.01355547271668911, - 0.9959670305252075 - ] - ], - [ - 2.7083332538604736, - [ - 0.07841230183839798, - -0.006963563151657581, - -0.012478799559175968, - 0.9968186020851135 - ] - ], - [ - 2.75, - [ - 0.06973192095756531, - -0.006356368772685528, - -0.011208906769752502, - 0.9974825382232666 - ] - ], - [ - 2.7916667461395264, - [ - 0.06304958462715149, - -0.005895828828215599, - -0.009964058175683022, - 0.9979432225227356 - ] - ], - [ - 2.8333332538604736, - [ - 0.05878399685025215, - -0.005605608690530062, - -0.00901238527148962, - 0.9982143044471741 - ] - ], - [ - 2.875, - [ - 0.057262394577264786, - -0.005503084044903517, - -0.008636530488729477, - 0.9983067512512207 - ] - ], - [ - 3.0416667461395264, - [ - 0.057262394577264786, - -0.005503084044903517, - -0.008636530488729477, - 0.9983067512512207 - ] - ], - [ - 3.0833332538604736, - [ - -0.03567110002040863, - 0.0015957853756844997, - -0.022277340292930603, - 0.9991139769554138 - ] - ], - [ - 3.125, - [ - -0.14449211955070496, - 0.0013631765032187104, - -0.039095841348171234, - 0.9887324571609497 - ] - ], - [ - 3.1666667461395264, - [ - -0.22301317751407623, - -0.004880512598901987, - -0.051893606781959534, - 0.9734209775924683 - ] - ], - [ - 3.2083332538604736, - [ - -0.25428879261016846, - -0.008814241737127304, - -0.057088702917099, - 0.9654017090797424 - ] - ], - [ - 3.25, - [ - -0.2517813742160797, - -0.008453646674752235, - -0.05665264651179314, - 0.9660875797271729 - ] - ], - [ - 3.2916667461395264, - [ - -0.24512693285942078, - -0.007524820510298014, - -0.05549832433462143, - 0.9678719639778137 - ] - ], - [ - 3.3333332538604736, - [ - -0.23555675148963928, - -0.006260055582970381, - -0.053843531757593155, - 0.9703477025032043 - ] - ], - [ - 3.375, - [ - -0.22433170676231384, - -0.0048827799037098885, - -0.051910631358623505, - 0.9731169939041138 - ] - ], - [ - 3.4166667461395264, - [ - -0.21280616521835327, - -0.003587201703339815, - -0.0499352365732193, - 0.9758111238479614 - ] - ], - [ - 3.4583332538604736, - [ - -0.20247924327850342, - -0.0025278087705373764, - -0.04817350208759308, - 0.978097677230835 - ] - ], - [ - 3.5, - [ - -0.19500607252120972, - -0.0018206448294222355, - -0.04690365120768547, - 0.979678213596344 - ] - ], - [ - 3.5416667461395264, - [ - -0.19213224947452545, - -0.0015619525220245123, - -0.04641648754477501, - 0.9802694916725159 - ] - ], - [ - 3.5833332538604736, - [ - -0.20775502920150757, - -0.016236895695328712, - -0.04864892363548279, - 0.9768354296684265 - ] - ], - [ - 3.625, - [ - -0.22492726147174835, - -0.0547034777700901, - -0.03479263186454773, - 0.9722164273262024 - ] - ], - [ - 3.6666667461395264, - [ - -0.24914708733558655, - -0.09574797004461288, - 0.004493697080761194, - 0.9637104868888855 - ] - ], - [ - 3.7083332538604736, - [ - -0.27681317925453186, - -0.12674735486507416, - 0.03201252222061157, - 0.951990008354187 - ] - ], - [ - 3.75, - [ - -0.23853440582752228, - -0.15261971950531006, - 0.002238417509943247, - 0.9590638875961304 - ] - ], - [ - 3.7916667461395264, - [ - -0.10342790186405182, - -0.1220611035823822, - -0.08613123744726181, - 0.9833540320396423 - ] - ], - [ - 3.8333332538604736, - [ - -0.011173795908689499, - -0.052684053778648376, - -0.12960265576839447, - 0.9901023507118225 - ] - ], - [ - 3.875, - [ - 0.018986523151397705, - -0.014727995730936527, - -0.12301088869571686, - 0.9921144843101501 - ] - ], - [ - 3.9166667461395264, - [ - -0.13590751588344574, - -0.004945936147123575, - -0.09147205948829651, - 0.9864774346351624 - ] - ], - [ - 3.9583332538604736, - [ - -0.3485678732395172, - 0.010598745197057724, - -0.0810871496796608, - 0.9337092638015747 - ] - ], - [ - 4.0, - [ - -0.348681777715683, - -0.024611767381429672, - -0.10173483192920685, - 0.931378185749054 - ] - ], - [ - 4.041666507720947, - [ - -0.33818814158439636, - -0.057753030210733414, - -0.10800600796937943, - 0.9330745339393616 - ] - ], - [ - 4.083333492279053, - [ - -0.44468873739242554, - -0.04211205616593361, - -0.11246488988399506, - 0.8875979781150818 - ] - ], - [ - 4.125, - [ - -0.5086714625358582, - -0.010694057680666447, - -0.10541243106126785, - 0.8544163107872009 - ] - ], - [ - 4.166666507720947, - [ - -0.5250725746154785, - 0.018592962995171547, - -0.08903953433036804, - 0.846182644367218 - ] - ], - [ - 4.208333492279053, - [ - -0.522821843624115, - 0.03018791787326336, - -0.07952868938446045, - 0.8481869697570801 - ] - ], - [ - 4.25, - [ - -0.5336496233940125, - 0.02721984311938286, - -0.08321419358253479, - 0.8411614298820496 - ] - ], - [ - 4.291666507720947, - [ - -0.5539661645889282, - 0.019111981615424156, - -0.09108304232358932, - 0.8273210525512695 - ] - ], - [ - 4.333333492279053, - [ - -0.5683044791221619, - 0.007758124265819788, - -0.09862121939659119, - 0.8168498873710632 - ] - ], - [ - 4.375, - [ - -0.5680782794952393, - -0.003070891834795475, - -0.10267336666584015, - 0.81653892993927 - ] - ], - [ - 4.416666507720947, - [ - -0.556325376033783, - -0.0133904367685318, - -0.10461055487394333, - 0.8242447376251221 - ] - ], - [ - 4.458333492279053, - [ - -0.5398895144462585, - -0.024471910670399666, - -0.10598015785217285, - 0.8346787691116333 - ] - ], - [ - 4.5, - [ - -0.5222559571266174, - -0.0335080549120903, - -0.1060839295387268, - 0.8455011248588562 - ] - ], - [ - 4.541666507720947, - [ - -0.5092623829841614, - -0.03841666504740715, - -0.10505305975675583, - 0.8533111214637756 - ] - ], - [ - 4.583333492279053, - [ - -0.4953078627586365, - -0.040358394384384155, - -0.1032034158706665, - 0.8616207838058472 - ] - ], - [ - 4.625, - [ - -0.47146114706993103, - -0.04135150834918022, - -0.10083622485399246, - 0.8751265406608582 - ] - ], - [ - 4.666666507720947, - [ - -0.4395531415939331, - -0.04110218212008476, - -0.09827059507369995, - 0.8918782472610474 - ] - ], - [ - 4.708333492279053, - [ - -0.40155401825904846, - -0.03949553892016411, - -0.09572266042232513, - 0.9099624156951904 - ] - ], - [ - 4.75, - [ - -0.3595682382583618, - -0.03665327653288841, - -0.09328129887580872, - 0.9277207851409912 - ] - ], - [ - 4.791666507720947, - [ - -0.3158229887485504, - -0.03291026130318642, - -0.09093516319990158, - 0.9438768625259399 - ] - ], - [ - 4.833333492279053, - [ - -0.2727225720882416, - -0.02874661795794964, - -0.08864396065473557, - 0.9575689435005188 - ] - ], - [ - 4.875, - [ - -0.23299157619476318, - -0.024705955758690834, - -0.08642710745334625, - 0.9683154821395874 - ] - ], - [ - 4.916666507720947, - [ - -0.1998133808374405, - -0.021309055387973785, - -0.08442848920822144, - 0.9759571552276611 - ] - ], - [ - 4.958333492279053, - [ - -0.17697098851203918, - -0.019010305404663086, - -0.08295167982578278, - 0.9805299043655396 - ] - ], - [ - 5.0, - [ - -0.16850674152374268, - -0.018172483891248703, - -0.08238042891025543, - 0.9820838570594788 - ] - ], - [ - 6.791666507720947, - [ - -0.16850674152374268, - -0.018172483891248703, - -0.08238042891025543, - 0.9820838570594788 - ] - ], - [ - 6.833333492279053, - [ - -0.13498815894126892, - -0.016084732487797737, - -0.07585874944925308, - 0.9878081679344177 - ] - ], - [ - 6.875, - [ - -0.052349865436553955, - -0.011218390427529812, - -0.05750422179698944, - 0.9969086647033691 - ] - ], - [ - 6.916666507720947, - [ - 0.047900762408971786, - -0.00815906748175621, - -0.032870519906282425, - 0.9982777833938599 - ] - ], - [ - 6.958333492279053, - [ - 0.10441961884498596, - -0.008720857091248035, - -0.018894458189606667, - 0.9943156838417053 - ] - ], - [ - 7.208333492279053, - [ - 0.10441961884498596, - -0.008720857091248035, - -0.018894458189606667, - 0.9943156838417053 - ] - ], - [ - 7.25, - [ - -0.011471256613731384, - -0.00268648867495358, - 0.08173785358667374, - 0.9965842366218567 - ] - ], - [ - 7.291666507720947, - [ - -0.09698422253131866, - 0.016742151230573654, - 0.2317277193069458, - 0.967789351940155 - ] - ], - [ - 7.333333492279053, - [ - -0.03128528967499733, - -0.009439832530915737, - 0.16893747448921204, - 0.9850850105285645 - ] - ], - [ - 7.375, - [ - -0.041314274072647095, - -0.021706873551011086, - -0.0470036156475544, - 0.9978038668632507 - ] - ], - [ - 7.416666507720947, - [ - -0.2866908013820648, - -0.08257826417684555, - -0.21673619747161865, - 0.9295238852500916 - ] - ], - [ - 7.458333492279053, - [ - -0.5972931385040283, - -0.11099865287542343, - -0.2504905164241791, - 0.7537736296653748 - ] - ], - [ - 7.5, - [ - -0.4439036250114441, - 0.06264659762382507, - 0.01605314575135708, - 0.89373779296875 - ] - ], - [ - 7.541666507720947, - [ - -0.17879363894462585, - 0.022085247561335564, - 0.0861828401684761, - 0.979856014251709 - ] - ], - [ - 7.583333492279053, - [ - -0.1990177035331726, - -0.013061575591564178, - -0.004683135077357292, - 0.979897677898407 - ] - ], - [ - 7.625, - [ - -0.1783253699541092, - -0.05759085342288017, - -0.1036204844713211, - 0.9768040776252747 - ] - ], - [ - 7.666666507720947, - [ - -0.1659119427204132, - -0.10143284499645233, - -0.19476951658725739, - 0.9613789319992065 - ] - ], - [ - 7.708333492279053, - [ - -0.2247915118932724, - -0.16478076577186584, - -0.2664240300655365, - 0.9226778149604797 - ] - ], - [ - 7.75, - [ - -0.2160213738679886, - -0.12017080187797546, - -0.2348378598690033, - 0.9400770664215088 - ] - ], - [ - 7.791666507720947, - [ - 0.25080230832099915, - -0.002032582415267825, - -0.06010309234261513, - 0.9661685824394226 - ] - ], - [ - 7.833333492279053, - [ - 0.4400416612625122, - -0.03764122352004051, - 0.049082446843385696, - 0.8958446383476257 - ] - ], - [ - 7.875, - [ - 0.526273787021637, - -0.08332301676273346, - 0.12797990441322327, - 0.8364893198013306 - ] - ], - [ - 7.916666507720947, - [ - 0.5261839628219604, - -0.09422938525676727, - 0.1449599415063858, - 0.8326090574264526 - ] - ], - [ - 7.958333492279053, - [ - 0.3615446090698242, - -0.06742570549249649, - 0.13381491601467133, - 0.9202352166175842 - ] - ], - [ - 8.0, - [ - 0.20588946342468262, - -0.055334094911813736, - 0.11500874906778336, - 0.9702169299125671 - ] - ], - [ - 8.041666984558105, - [ - 0.11467134207487106, - -0.05215047672390938, - 0.0919841080904007, - 0.9877599477767944 - ] - ], - [ - 8.083333015441895, - [ - 0.06922440975904465, - -0.048735205084085464, - 0.06499869376420975, - 0.9942877292633057 - ] - ], - [ - 8.125, - [ - 0.04147907719016075, - -0.04347357153892517, - 0.040215253829956055, - 0.9973827004432678 - ] - ], - [ - 8.166666984558105, - [ - -0.0005100888665765524, - -0.040408674627542496, - 0.023069268092513084, - 0.998916745185852 - ] - ], - [ - 8.208333015441895, - [ - -0.0801829993724823, - -0.04443395882844925, - 0.015374500304460526, - 0.9956706166267395 - ] - ], - [ - 8.25, - [ - -0.19072949886322021, - -0.06367571651935577, - 0.005265583749860525, - 0.9795610904693604 - ] - ], - [ - 8.291666984558105, - [ - -0.2977944016456604, - -0.09370823949575424, - -0.022339574992656708, - 0.949756920337677 - ] - ], - [ - 8.333333015441895, - [ - -0.3135702908039093, - -0.09566669911146164, - -0.056023839861154556, - 0.9430710077285767 - ] - ], - [ - 8.375, - [ - -0.16075840592384338, - -0.057009849697351456, - -0.06058744341135025, - 0.9834814667701721 - ] - ], - [ - 8.416666984558105, - [ - 0.12824991345405579, - -0.016616689041256905, - -0.030132342129945755, - 0.9911447167396545 - ] - ], - [ - 8.458333015441895, - [ - 0.39327120780944824, - -0.026903191581368446, - 0.02306474559009075, - 0.918739378452301 - ] - ], - [ - 8.5, - [ - 0.4168323278427124, - -0.035541072487831116, - 0.04435169696807861, - 0.907204806804657 - ] - ], - [ - 8.541666984558105, - [ - 0.4631301760673523, - -0.037582699209451675, - 0.04935084655880928, - 0.8841167688369751 - ] - ], - [ - 8.583333015441895, - [ - 0.4937499761581421, - -0.026251815259456635, - 0.02914876863360405, - 0.868718683719635 - ] - ], - [ - 8.625, - [ - 0.5037797689437866, - -0.009885788895189762, - -0.0005045473808422685, - 0.8637755513191223 - ] - ], - [ - 8.666666984558105, - [ - 0.49529334902763367, - 3.3645512303337455e-05, - -0.021630629897117615, - 0.8684564828872681 - ] - ], - [ - 8.708333015441895, - [ - 0.46023207902908325, - -0.002771222498267889, - -0.02434682846069336, - 0.8874604105949402 - ] - ], - [ - 8.75, - [ - -0.21789894998073578, - -0.06485479325056076, - -0.11829087883234024, - 0.9666029214859009 - ] - ], - [ - 8.791666984558105, - [ - -0.5183814764022827, - -0.10399878770112991, - -0.17796489596366882, - 0.8299357891082764 - ] - ], - [ - 8.833333015441895, - [ - -0.5229709148406982, - -0.09279315173625946, - -0.17970748245716095, - 0.8280072808265686 - ] - ], - [ - 8.875, - [ - -0.4871585965156555, - -0.06743495911359787, - -0.16845475137233734, - 0.8542552590370178 - ] - ], - [ - 8.916666984558105, - [ - -0.42504772543907166, - -0.04009084776043892, - -0.15056255459785461, - 0.8916602730751038 - ] - ], - [ - 8.958333015441895, - [ - -0.34904053807258606, - -0.017985818907618523, - -0.1308881938457489, - 0.9277475476264954 - ] - ], - [ - 9.0, - [ - -0.2752203047275543, - -0.004537924192845821, - -0.11353942006826401, - 0.9546423554420471 - ] - ], - [ - 9.041666984558105, - [ - -0.23807908594608307, - 0.00044504718971438706, - -0.10452506691217422, - 0.965604841709137 - ] - ], - [ - 9.083333015441895, - [ - -0.24558445811271667, - 0.002059136750176549, - -0.10324075073003769, - 0.9638596177101135 - ] - ], - [ - 9.125, - [ - -0.26389631628990173, - 0.003590289270505309, - -0.10292533040046692, - 0.9590371251106262 - ] - ], - [ - 9.166666984558105, - [ - -0.28760093450546265, - 0.00532554229721427, - -0.10284120589494705, - 0.9521980285644531 - ] - ], - [ - 9.208333015441895, - [ - -0.311554878950119, - 0.00739990035071969, - -0.10234321653842926, - 0.9446717500686646 - ] - ], - [ - 9.25, - [ - -0.33167633414268494, - 0.009812659583985806, - -0.10099013149738312, - 0.937920868396759 - ] - ], - [ - 9.291666984558105, - [ - -0.3448601961135864, - 0.012400942854583263, - -0.09854870289564133, - 0.9333840608596802 - ] - ], - [ - 9.333333015441895, - [ - -0.3484826385974884, - 0.014827128499746323, - -0.09493942558765411, - 0.9323769211769104 - ] - ], - [ - 9.375, - [ - -0.3395412266254425, - 0.016576072201132774, - -0.09012799710035324, - 0.9361165165901184 - ] - ], - [ - 9.416666984558105, - [ - -0.3222324252128601, - 0.017374766990542412, - -0.08488402515649796, - 0.9426871538162231 - ] - ], - [ - 9.458333015441895, - [ - -0.3037503957748413, - 0.01745539717376232, - -0.08007962256669998, - 0.949219822883606 - ] - ], - [ - 9.5, - [ - -0.28431954979896545, - 0.016890976577997208, - -0.07564813643693924, - 0.9555911421775818 - ] - ], - [ - 9.541666984558105, - [ - -0.26404106616973877, - 0.015706757083535194, - -0.0713694840669632, - 0.961739182472229 - ] - ], - [ - 9.583333015441895, - [ - -0.2425752729177475, - 0.013900536112487316, - -0.06753920018672943, - 0.9676789045333862 - ] - ], - [ - 9.625, - [ - -0.217537984251976, - 0.011205471120774746, - -0.06390930712223053, - 0.973892867565155 - ] - ], - [ - 9.666666984558105, - [ - -0.1939450055360794, - 0.008209839463233948, - -0.06109539046883583, - 0.979073703289032 - ] - ], - [ - 9.708333015441895, - [ - -0.1941051036119461, - 0.008251848630607128, - -0.06098129227757454, - 0.9790487289428711 - ] - ], - [ - 9.75, - [ - -0.19350795447826385, - 0.008195223286747932, - -0.060964979231357574, - 0.9791684150695801 - ] - ], - [ - 9.791666984558105, - [ - -0.22887586057186127, - 0.01269019115716219, - -0.06487572938203812, - 0.9712085127830505 - ] - ], - [ - 9.833333015441895, - [ - -0.2497115135192871, - 0.014908344484865665, - -0.06772712618112564, - 0.9658339023590088 - ] - ], - [ - 9.875, - [ - -0.2654409408569336, - 0.016308046877384186, - -0.07020983844995499, - 0.9614289999008179 - ] - ], - [ - 9.916666984558105, - [ - -0.27747559547424316, - 0.01718263514339924, - -0.0723307654261589, - 0.9578519463539124 - ] - ], - [ - 9.958333015441895, - [ - -0.28620636463165283, - 0.017691409215331078, - -0.07396776229143143, - 0.9551448822021484 - ] - ], - [ - 10.0, - [ - -0.2916795313358307, - 0.017953546717762947, - -0.0749477967619896, - 0.9534062743186951 - ] - ], - [ - 10.041666984558105, - [ - -0.2936303913593292, - 0.018035970628261566, - -0.07530868053436279, - 0.9527772665023804 - ] - ], - [ - 10.083333015441895, - [ - -0.2772251069545746, - 0.012393112294375896, - -0.08529404550790787, - 0.9569313526153564 - ] - ], - [ - 10.125, - [ - -0.20715776085853577, - -0.0007533004391007125, - -0.10425306856632233, - 0.9727365374565125 - ] - ], - [ - 10.166666984558105, - [ - -0.10323061048984528, - -0.00889822468161583, - -0.1218961849808693, - 0.9871198534965515 - ] - ], - [ - 10.208333015441895, - [ - -0.017825230956077576, - -0.006317477207630873, - -0.12499286979436874, - 0.9919773936271667 - ] - ], - [ - 10.25, - [ - -0.028405698016285896, - -0.005287896376103163, - -0.1274958997964859, - 0.9914182424545288 - ] - ], - [ - 10.291666984558105, - [ - -0.11699458211660385, - -0.009168000891804695, - -0.14847373962402344, - 0.9819287061691284 - ] - ], - [ - 10.333333015441895, - [ - -0.16925573348999023, - -0.014640930108726025, - -0.1701856255531311, - 0.9706569910049438 - ] - ], - [ - 10.375, - [ - -0.15469563007354736, - -0.017668433487415314, - -0.1783459484577179, - 0.9715707898139954 - ] - ], - [ - 10.416666984558105, - [ - -0.1953936517238617, - -0.017209526151418686, - -0.17643027007579803, - 0.9645711779594421 - ] - ], - [ - 10.458333015441895, - [ - -0.2614028751850128, - -0.014250055886805058, - -0.1656004786491394, - 0.9508112072944641 - ] - ], - [ - 10.5, - [ - -0.3248448371887207, - -0.006012534722685814, - -0.1445196270942688, - 0.9346410036087036 - ] - ], - [ - 10.541666984558105, - [ - -0.3723324239253998, - 0.005754235666245222, - -0.1210615411400795, - 0.920151948928833 - ] - ], - [ - 10.583333015441895, - [ - -0.4183194041252136, - 0.019405877217650414, - -0.09934749454259872, - 0.9026418924331665 - ] - ], - [ - 10.625, - [ - -0.46881306171417236, - 0.03957022354006767, - -0.07248222827911377, - 0.8794286847114563 - ] - ], - [ - 10.666666984558105, - [ - -0.5084190368652344, - 0.06714566051959991, - -0.037962086498737335, - 0.8576481938362122 - ] - ], - [ - 10.708333015441895, - [ - -0.5267969965934753, - 0.09952680766582489, - 0.0056884861551225185, - 0.844124972820282 - ] - ], - [ - 10.75, - [ - -0.5256261229515076, - 0.1311584860086441, - 0.05549819767475128, - 0.8387100696563721 - ] - ], - [ - 10.791666984558105, - [ - -0.5174145698547363, - 0.15665899217128754, - 0.10055708885192871, - 0.8352414965629578 - ] - ], - [ - 10.833333015441895, - [ - -0.5142928957939148, - 0.17400604486465454, - 0.12888938188552856, - 0.8298266530036926 - ] - ], - [ - 10.875, - [ - -0.5305395126342773, - 0.18319948017597198, - 0.12709665298461914, - 0.8178094029426575 - ] - ], - [ - 10.916666984558105, - [ - -0.6067799925804138, - 0.10798276215791702, - -0.011512796394526958, - 0.787416934967041 - ] - ], - [ - 10.958333015441895, - [ - -0.59687340259552, - -0.10659434646368027, - -0.18436437845230103, - 0.7735564708709717 - ] - ], - [ - 11.0, - [ - -0.4152681231498718, - -0.32241809368133545, - -0.2219764143228531, - 0.8211731910705566 - ] - ], - [ - 11.041666984558105, - [ - -0.27067914605140686, - -0.31422317028045654, - -0.0928233191370964, - 0.9051963686943054 - ] - ], - [ - 11.083333015441895, - [ - -0.3466621935367584, - -0.19963648915290833, - -0.03003506362438202, - 0.9160068035125732 - ] - ], - [ - 11.125, - [ - -0.4144895374774933, - -0.10008403658866882, - -0.102720707654953, - 0.8986824154853821 - ] - ], - [ - 11.166666984558105, - [ - -0.43980151414871216, - -0.04738816246390343, - -0.14228016138076782, - 0.8854859471321106 - ] - ], - [ - 11.208333015441895, - [ - -0.3984450399875641, - -0.03074408695101738, - -0.14947272837162018, - 0.9044082164764404 - ] - ], - [ - 11.25, - [ - -0.34031474590301514, - -0.01919412426650524, - -0.13054238259792328, - 0.9310081005096436 - ] - ], - [ - 11.291666984558105, - [ - -0.29774871468544006, - -0.006492333021014929, - -0.10461156070232391, - 0.9488731026649475 - ] - ], - [ - 11.333333015441895, - [ - -0.2489936798810959, - 0.005538230761885643, - -0.07230199873447418, - 0.9657866954803467 - ] - ], - [ - 11.375, - [ - -0.15158510208129883, - 0.011605402454733849, - -0.030649835243821144, - 0.9879007339477539 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715990771_1491137.json b/lenses/physics-objects/Scene/assets/1645812715990771_1491137.json deleted file mode 100644 index 4136c5bb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715990771_1491137.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715990771:1491137", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715991107_1491144.json b/lenses/physics-objects/Scene/assets/1645812715991107_1491144.json deleted file mode 100644 index f7022011..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715991107_1491144.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715991107:1491144", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715993404_1491157.json b/lenses/physics-objects/Scene/assets/1645812715993404_1491157.json deleted file mode 100644 index 095762f0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715993404_1491157.json +++ /dev/null @@ -1,1762 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715993404:1491157", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.8670076131820679, - 1.8358232975006104, - -0.007831462658941746 - ] - ], - [ - 0.0416666679084301, - [ - 0.8670076131820679, - 1.8358232975006104, - -0.007831462658941746 - ] - ], - [ - 0.0833333358168602, - [ - 0.898283839225769, - 1.7608107328414917, - 0.07551348209381104 - ] - ], - [ - 0.125, - [ - 0.9328523278236389, - 1.677902102470398, - 0.1571061760187149 - ] - ], - [ - 0.1666666716337204, - [ - 0.9608362913131714, - 1.6107856035232544, - 0.24220336973667145 - ] - ], - [ - 0.2083333283662796, - [ - 0.9723591208457947, - 1.5831494331359863, - 0.33606186509132385 - ] - ], - [ - 0.25, - [ - 0.9652146100997925, - 1.607015609741211, - 0.4399208724498749 - ] - ], - [ - 0.2916666567325592, - [ - 0.9481797218322754, - 1.664225697517395, - 0.5510309934616089 - ] - ], - [ - 0.3333333432674408, - [ - 0.9278526306152344, - 1.733196496963501, - 0.6686660051345825 - ] - ], - [ - 0.375, - [ - 0.9108313918113708, - 1.7923452854156494, - 0.79209965467453 - ] - ], - [ - 0.4166666567325592, - [ - 0.9031693339347839, - 1.8449245691299438, - 0.9113405346870422 - ] - ], - [ - 0.4583333432674408, - [ - 0.9022984504699707, - 1.8994425535202026, - 1.0189321041107178 - ] - ], - [ - 0.5, - [ - 0.9022602438926697, - 1.9421998262405396, - 1.118135690689087 - ] - ], - [ - 0.5416666865348816, - [ - 0.899058997631073, - 1.9594964981079102, - 1.212785005569458 - ] - ], - [ - 0.5833333134651184, - [ - 0.8941274881362915, - 1.9586327075958252, - 1.2942482233047485 - ] - ], - [ - 0.625, - [ - 0.8884538412094116, - 1.9525858163833618, - 1.3637595176696777 - ] - ], - [ - 0.6666666865348816, - [ - 0.8803419470787048, - 1.9361729621887207, - 1.4404577016830444 - ] - ], - [ - 0.7083333134651184, - [ - 0.8692691922187805, - 1.9042109251022339, - 1.5435349941253662 - ] - ], - [ - 0.75, - [ - 0.8527529835700989, - 1.826666235923767, - 1.671964406967163 - ] - ], - [ - 0.7916666865348816, - [ - 0.8328986763954163, - 1.70997154712677, - 1.8079458475112915 - ] - ], - [ - 0.8333333134651184, - [ - 0.8162137269973755, - 1.6036429405212402, - 1.9454786777496338 - ] - ], - [ - 0.875, - [ - 0.809205949306488, - 1.5571964979171753, - 2.0785622596740723 - ] - ], - [ - 0.9166666865348816, - [ - 0.8093597888946533, - 1.587791919708252, - 2.201758623123169 - ] - ], - [ - 0.9583333134651184, - [ - 0.8104364275932312, - 1.6604726314544678, - 2.319546937942505 - ] - ], - [ - 1.0, - [ - 0.8133586645126343, - 1.746579885482788, - 2.4408040046691895 - ] - ], - [ - 1.0416666269302368, - [ - 0.8190494179725647, - 1.8174551725387573, - 2.574406147003174 - ] - ], - [ - 1.0833333730697632, - [ - 0.8299214839935303, - 1.8741326332092285, - 2.743163824081421 - ] - ], - [ - 1.125, - [ - 0.8443829417228699, - 1.9290047883987427, - 2.9459710121154785 - ] - ], - [ - 1.1666666269302368, - [ - 0.8576213717460632, - 1.9704504013061523, - 3.155787944793701 - ] - ], - [ - 1.2083333730697632, - [ - 0.8664073348045349, - 1.9868481159210205, - 3.3456649780273438 - ] - ], - [ - 1.25, - [ - 0.87043696641922, - 1.9727121591567993, - 3.5189692974090576 - ] - ], - [ - 1.2916666269302368, - [ - 0.8706124424934387, - 1.936566948890686, - 3.686330795288086 - ] - ], - [ - 1.3333333730697632, - [ - 0.8684558868408203, - 1.8878059387207031, - 3.832211494445801 - ] - ], - [ - 1.375, - [ - 0.8670076131820679, - 1.8358232975006104, - 3.941530227661133 - ] - ], - [ - 1.4166666269302368, - [ - 0.8670076131820679, - 1.7679580450057983, - 4.0047478675842285 - ] - ], - [ - 1.4583333730697632, - [ - 0.8670076131820679, - 1.6842552423477173, - 4.041954517364502 - ] - ], - [ - 1.5, - [ - 0.8670076131820679, - 1.6131680011749268, - 4.082645416259766 - ] - ], - [ - 1.5416666269302368, - [ - 0.8670076131820679, - 1.5831494331359863, - 4.156315326690674 - ] - ], - [ - 1.5833333730697632, - [ - 0.8733089566230774, - 1.602492332458496, - 4.232832908630371 - ] - ], - [ - 1.625, - [ - 0.8854964971542358, - 1.6489962339401245, - 4.270699977874756 - ] - ], - [ - 1.6666666269302368, - [ - 0.8953550457954407, - 1.7053736448287964, - 4.283003330230713 - ] - ], - [ - 1.7083333730697632, - [ - 0.899058997631073, - 1.754337191581726, - 4.283896446228027 - ] - ], - [ - 1.75, - [ - 0.8979527950286865, - 1.7938601970672607, - 4.243462085723877 - ] - ], - [ - 1.7916666269302368, - [ - 0.8956338167190552, - 1.8294422626495361, - 4.151801586151123 - ] - ], - [ - 1.8333333730697632, - [ - 0.8935738205909729, - 1.8549563884735107, - 4.053546905517578 - ] - ], - [ - 1.875, - [ - 0.8929699659347534, - 1.8627667427062988, - 3.9939496517181396 - ] - ], - [ - 1.9166666269302368, - [ - 0.8935102820396423, - 1.858913779258728, - 3.962322473526001 - ] - ], - [ - 1.9583333730697632, - [ - 0.8941864371299744, - 1.8577799797058105, - 3.925236701965332 - ] - ], - [ - 2.0, - [ - 0.8947807550430298, - 1.8595837354660034, - 3.894526481628418 - ] - ], - [ - 2.0416667461395264, - [ - 0.8950366377830505, - 1.8610687255859375, - 3.881779909133911 - ] - ], - [ - 2.0833332538604736, - [ - 0.8950366377830505, - 1.8094500303268433, - 3.8570215702056885 - ] - ], - [ - 2.125, - [ - 0.8950366377830505, - 1.6958884000778198, - 3.7878501415252686 - ] - ], - [ - 2.1666667461395264, - [ - 0.8950366377830505, - 1.582326889038086, - 3.6819207668304443 - ] - ], - [ - 2.2083332538604736, - [ - 0.8950366377830505, - 1.5307080745697021, - 3.5468883514404297 - ] - ], - [ - 2.25, - [ - 0.8943682312965393, - 1.528015375137329, - 3.3988921642303467 - ] - ], - [ - 2.2916667461395264, - [ - 0.8930304646492004, - 1.5342334508895874, - 3.247307777404785 - ] - ], - [ - 2.3333332538604736, - [ - 0.8919166922569275, - 1.5585800409317017, - 3.0871942043304443 - ] - ], - [ - 2.375, - [ - 0.891496479511261, - 1.5828118324279785, - 2.917848587036133 - ] - ], - [ - 2.4166667461395264, - [ - 0.891496479511261, - 1.6309382915496826, - 2.737222671508789 - ] - ], - [ - 2.4583332538604736, - [ - 0.891496479511261, - 1.7180259227752686, - 2.5636887550354004 - ] - ], - [ - 2.5, - [ - 0.891496479511261, - 1.8015000820159912, - 2.433201789855957 - ] - ], - [ - 2.5416667461395264, - [ - 0.891496479511261, - 1.8387857675552368, - 2.381716251373291 - ] - ], - [ - 2.5833332538604736, - [ - 0.891496479511261, - 1.8387857675552368, - 2.385751247406006 - ] - ], - [ - 2.625, - [ - 0.891496479511261, - 1.8387857675552368, - 2.3963892459869385 - ] - ], - [ - 2.6666667461395264, - [ - 0.891496479511261, - 1.8387857675552368, - 2.411428928375244 - ] - ], - [ - 2.75, - [ - 0.891496479511261, - 1.8387857675552368, - 2.4459102153778076 - ] - ], - [ - 2.7916667461395264, - [ - 0.891496479511261, - 1.8387857675552368, - 2.4609498977661133 - ] - ], - [ - 2.8333332538604736, - [ - 0.891496479511261, - 1.8387857675552368, - 2.471587896347046 - ] - ], - [ - 2.875, - [ - 0.891496479511261, - 1.8387857675552368, - 2.4756228923797607 - ] - ], - [ - 3.0416667461395264, - [ - 0.891496479511261, - 1.8387857675552368, - 2.4756228923797607 - ] - ], - [ - 3.0833332538604736, - [ - 0.891496479511261, - 1.8029348850250244, - 2.4768710136413574 - ] - ], - [ - 3.1666667461395264, - [ - 0.891496479511261, - 1.6451910734176636, - 2.48236346244812 - ] - ], - [ - 3.2083332538604736, - [ - 0.891496479511261, - 1.6093401908874512, - 2.483611822128296 - ] - ], - [ - 3.25, - [ - 0.891496479511261, - 1.6123392581939697, - 2.483611822128296 - ] - ], - [ - 3.2916667461395264, - [ - 0.891496479511261, - 1.6202458143234253, - 2.483611822128296 - ] - ], - [ - 3.3333332538604736, - [ - 0.891496479511261, - 1.6314239501953125, - 2.483611822128296 - ] - ], - [ - 3.4166667461395264, - [ - 0.891496479511261, - 1.6570521593093872, - 2.483611822128296 - ] - ], - [ - 3.4583332538604736, - [ - 0.891496479511261, - 1.6682302951812744, - 2.483611822128296 - ] - ], - [ - 3.5, - [ - 0.891496479511261, - 1.6761369705200195, - 2.483611822128296 - ] - ], - [ - 3.5416667461395264, - [ - 0.891496479511261, - 1.6791359186172485, - 2.483611822128296 - ] - ], - [ - 3.5833332538604736, - [ - 0.8916581273078918, - 1.6356178522109985, - 2.5558884143829346 - ] - ], - [ - 3.625, - [ - 0.8920775651931763, - 1.5407404899597168, - 2.7360363006591797 - ] - ], - [ - 3.6666667461395264, - [ - 0.8926343321800232, - 1.4471758604049683, - 2.969655990600586 - ] - ], - [ - 3.7083332538604736, - [ - 0.8931329250335693, - 1.4037630558013916, - 3.203786611557007 - ] - ], - [ - 3.75, - [ - 0.8935436606407166, - 1.4604922533035278, - 3.423079013824463 - ] - ], - [ - 3.7916667461395264, - [ - 0.8939502239227295, - 1.5898399353027344, - 3.6565330028533936 - ] - ], - [ - 3.8333332538604736, - [ - 0.8942638039588928, - 1.720310926437378, - 3.9183948040008545 - ] - ], - [ - 3.875, - [ - 0.8943891525268555, - 1.7798107862472534, - 4.222855091094971 - ] - ], - [ - 3.9166667461395264, - [ - 0.8943891525268555, - 1.7421612739562988, - 4.657012462615967 - ] - ], - [ - 3.9583332538604736, - [ - 0.8943891525268555, - 1.6750526428222656, - 5.116998672485352 - ] - ], - [ - 4.0, - [ - 0.8943891525268555, - 1.5948657989501953, - 5.479310989379883 - ] - ], - [ - 4.041666507720947, - [ - 0.8943891525268555, - 1.5441380739212036, - 5.751412391662598 - ] - ], - [ - 4.083333492279053, - [ - 0.895331621170044, - 1.554611086845398, - 5.903867244720459 - ] - ], - [ - 4.125, - [ - 0.8881829977035522, - 1.5800913572311401, - 5.977824687957764 - ] - ], - [ - 4.166666507720947, - [ - 0.8684979677200317, - 1.608546257019043, - 6.003773212432861 - ] - ], - [ - 4.208333492279053, - [ - 0.8555021286010742, - 1.6223351955413818, - 6.007625102996826 - ] - ], - [ - 4.25, - [ - 0.8582011461257935, - 1.6075142621994019, - 5.985256671905518 - ] - ], - [ - 4.291666507720947, - [ - 0.8645708560943604, - 1.5758804082870483, - 5.931107521057129 - ] - ], - [ - 4.333333492279053, - [ - 0.8719421029090881, - 1.545788049697876, - 5.864195346832275 - ] - ], - [ - 4.375, - [ - 0.8775278329849243, - 1.532305359840393, - 5.802753925323486 - ] - ], - [ - 4.416666507720947, - [ - 0.8803714513778687, - 1.531752109527588, - 5.743000507354736 - ] - ], - [ - 4.458333492279053, - [ - 0.8820059895515442, - 1.5316210985183716, - 5.677896022796631 - ] - ], - [ - 4.5, - [ - 0.8833687901496887, - 1.5316165685653687, - 5.6205644607543945 - ] - ], - [ - 4.541666507720947, - [ - 0.885392427444458, - 1.531786561012268, - 5.584137916564941 - ] - ], - [ - 4.583333492279053, - [ - 0.8891149163246155, - 1.5374654531478882, - 5.568507671356201 - ] - ], - [ - 4.625, - [ - 0.8942240476608276, - 1.5525871515274048, - 5.563593864440918 - ] - ], - [ - 4.666666507720947, - [ - 0.8995630145072937, - 1.5753103494644165, - 5.56755256652832 - ] - ], - [ - 4.708333492279053, - [ - 0.9040843844413757, - 1.6037027835845947, - 5.5784783363342285 - ] - ], - [ - 4.75, - [ - 0.9070289134979248, - 1.6357297897338867, - 5.594385623931885 - ] - ], - [ - 4.791666507720947, - [ - 0.908038318157196, - 1.669249176979065, - 5.613235950469971 - ] - ], - [ - 4.833333492279053, - [ - 0.9071972370147705, - 1.7020139694213867, - 5.632984638214111 - ] - ], - [ - 4.875, - [ - 0.9050039052963257, - 1.731685996055603, - 5.651629447937012 - ] - ], - [ - 4.916666507720947, - [ - 0.9022741913795471, - 1.7558618783950806, - 5.667241096496582 - ] - ], - [ - 4.958333492279053, - [ - 0.8999844193458557, - 1.7721147537231445, - 5.6779584884643555 - ] - ], - [ - 5.0, - [ - 0.899058997631073, - 1.7780498266220093, - 5.681944847106934 - ] - ], - [ - 6.791666507720947, - [ - 0.899058997631073, - 1.7780498266220093, - 5.681944847106934 - ] - ], - [ - 6.833333492279053, - [ - 0.9067692756652832, - 1.772592544555664, - 5.735113620758057 - ] - ], - [ - 6.875, - [ - 0.9127960801124573, - 1.7619067430496216, - 5.849576473236084 - ] - ], - [ - 6.916666507720947, - [ - 0.9043262600898743, - 1.7537246942520142, - 5.959041595458984 - ] - ], - [ - 6.958333492279053, - [ - 0.8959158062934875, - 1.7510484457015991, - 6.006652355194092 - ] - ], - [ - 7.208333492279053, - [ - 0.8959158062934875, - 1.7510484457015991, - 6.006652355194092 - ] - ], - [ - 7.25, - [ - 0.9204300045967102, - 1.757194995880127, - 5.915089130401611 - ] - ], - [ - 7.291666507720947, - [ - 0.9534747004508972, - 1.7630674839019775, - 5.676092624664307 - ] - ], - [ - 7.333333492279053, - [ - 0.9515191316604614, - 1.7443962097167969, - 5.341382026672363 - ] - ], - [ - 7.375, - [ - 0.9223490357398987, - 1.6958229541778564, - 4.994446754455566 - ] - ], - [ - 7.416666507720947, - [ - 0.7236087918281555, - 1.6221410036087036, - 4.783133029937744 - ] - ], - [ - 7.458333492279053, - [ - 0.5245345830917358, - 1.638553500175476, - 4.549117088317871 - ] - ], - [ - 7.5, - [ - 0.33984097838401794, - 1.7302682399749756, - 4.310629367828369 - ] - ], - [ - 7.541666507720947, - [ - 0.168198823928833, - 1.819422960281372, - 4.048457622528076 - ] - ], - [ - 7.583333492279053, - [ - 0.010796640068292618, - 1.7785872220993042, - 3.754444122314453 - ] - ], - [ - 7.625, - [ - -0.10522788017988205, - 1.5993070602416992, - 3.4408648014068604 - ] - ], - [ - 7.666666507720947, - [ - -0.16224709153175354, - 1.3911758661270142, - 3.1260547637939453 - ] - ], - [ - 7.708333492279053, - [ - -0.17763221263885498, - 1.2910993099212646, - 2.8378028869628906 - ] - ], - [ - 7.75, - [ - -0.22401930391788483, - 1.654361605644226, - 2.51735258102417 - ] - ], - [ - 7.791666507720947, - [ - -0.3225302994251251, - 2.4939322471618652, - 2.141068696975708 - ] - ], - [ - 7.833333492279053, - [ - -0.4279637634754181, - 3.4297759532928467, - 1.7855184078216553 - ] - ], - [ - 7.875, - [ - -0.4951227307319641, - 4.0809006690979, - 1.5272618532180786 - ] - ], - [ - 7.916666507720947, - [ - -0.5220678448677063, - 4.449917316436768, - 1.359824538230896 - ] - ], - [ - 7.958333492279053, - [ - -0.5387574434280396, - 4.789560317993164, - 1.2213271856307983 - ] - ], - [ - 8.0, - [ - -0.5478619337081909, - 5.093884468078613, - 1.1051772832870483 - ] - ], - [ - 8.041666984558105, - [ - -0.552054762840271, - 5.356908798217773, - 1.004770278930664 - ] - ], - [ - 8.083333015441895, - [ - -0.5540115237236023, - 5.572514057159424, - 0.9135023355484009 - ] - ], - [ - 8.125, - [ - -0.5564063787460327, - 5.734448432922363, - 0.8247653245925903 - ] - ], - [ - 8.166666984558105, - [ - -0.5619090795516968, - 5.83632230758667, - 0.7319674491882324 - ] - ], - [ - 8.208333015441895, - [ - -0.573185384273529, - 5.871703147888184, - 0.6285260915756226 - ] - ], - [ - 8.25, - [ - -0.5897153615951538, - 5.868068218231201, - 0.5155408978462219 - ] - ], - [ - 8.291666984558105, - [ - -0.6089627146720886, - 5.851289749145508, - 0.3992445170879364 - ] - ], - [ - 8.333333015441895, - [ - -0.6305703520774841, - 5.812666893005371, - 0.280741810798645 - ] - ], - [ - 8.375, - [ - -0.6541770696640015, - 5.743557453155518, - 0.16114242374897003 - ] - ], - [ - 8.416666984558105, - [ - -0.6794083714485168, - 5.635289192199707, - 0.041590407490730286 - ] - ], - [ - 8.458333015441895, - [ - -0.7058776617050171, - 5.479097843170166, - -0.07674232870340347 - ] - ], - [ - 8.5, - [ - -0.733192503452301, - 5.266052722930908, - -0.19267496466636658 - ] - ], - [ - 8.541666984558105, - [ - -0.7609601616859436, - 4.987052917480469, - -0.30502161383628845 - ] - ], - [ - 8.583333015441895, - [ - -0.7995399236679077, - 4.466444969177246, - -0.4100216031074524 - ] - ], - [ - 8.625, - [ - -0.8477505445480347, - 3.6747186183929443, - -0.5062226057052612 - ] - ], - [ - 8.666666984558105, - [ - -0.888388991355896, - 2.817293167114258, - -0.5970399975776672 - ] - ], - [ - 8.708333015441895, - [ - -0.9053884744644165, - 2.093770742416382, - -0.6884737014770508 - ] - ], - [ - 8.75, - [ - -0.8880316615104675, - 1.6226725578308105, - -0.7979872226715088 - ] - ], - [ - 8.791666984558105, - [ - -0.8645952939987183, - 1.448903203010559, - -0.8887543678283691 - ] - ], - [ - 8.833333015441895, - [ - -0.8547954559326172, - 1.4754869937896729, - -0.9467441439628601 - ] - ], - [ - 8.875, - [ - -0.845777690410614, - 1.5529018640518188, - -0.9989143013954163 - ] - ], - [ - 8.916666984558105, - [ - -0.8380066156387329, - 1.6564123630523682, - -1.0470064878463745 - ] - ], - [ - 8.958333015441895, - [ - -0.8319315910339355, - 1.7611361742019653, - -1.092728614807129 - ] - ], - [ - 9.0, - [ - -0.8279833197593689, - 1.842158317565918, - -1.1377485990524292 - ] - ], - [ - 9.041666984558105, - [ - -0.8265766501426697, - 1.8746473789215088, - -1.183695673942566 - ] - ], - [ - 9.083333015441895, - [ - -0.8279678821563721, - 1.8686050176620483, - -1.2326501607894897 - ] - ], - [ - 9.125, - [ - -0.8317156434059143, - 1.8528376817703247, - -1.2844220399856567 - ] - ], - [ - 9.166666984558105, - [ - -0.8371755480766296, - 1.8309738636016846, - -1.3372008800506592 - ] - ], - [ - 9.208333015441895, - [ - -0.843695878982544, - 1.8066023588180542, - -1.389159917831421 - ] - ], - [ - 9.25, - [ - -0.8506232500076294, - 1.78312349319458, - -1.4384709596633911 - ] - ], - [ - 9.291666984558105, - [ - -0.8573135137557983, - 1.763675570487976, - -1.4833247661590576 - ] - ], - [ - 9.333333015441895, - [ - -0.8631450533866882, - 1.751122236251831, - -1.521962285041809 - ] - ], - [ - 9.375, - [ - -0.8675237894058228, - 1.748110294342041, - -1.5526909828186035 - ] - ], - [ - 9.416666984558105, - [ - -0.8708300590515137, - 1.750704288482666, - -1.5763646364212036 - ] - ], - [ - 9.458333015441895, - [ - -0.8738046288490295, - 1.753214955329895, - -1.595270037651062 - ] - ], - [ - 9.5, - [ - -0.8764132261276245, - 1.7555572986602783, - -1.6099026203155518 - ] - ], - [ - 9.541666984558105, - [ - -0.8786225318908691, - 1.7576459646224976, - -1.6207597255706787 - ] - ], - [ - 9.583333015441895, - [ - -0.880399763584137, - 1.7593969106674194, - -1.6283398866653442 - ] - ], - [ - 9.625, - [ - -0.8817118406295776, - 1.7607312202453613, - -1.6331417560577393 - ] - ], - [ - 9.666666984558105, - [ - -0.8825251460075378, - 1.7615759372711182, - -1.6356616020202637 - ] - ], - [ - 9.708333015441895, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.6363927125930786 - ] - ], - [ - 9.75, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.6342904567718506 - ] - ], - [ - 9.791666984558105, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.6287481784820557 - ] - ], - [ - 9.833333015441895, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.6209124326705933 - ] - ], - [ - 9.916666984558105, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.60294771194458 - ] - ], - [ - 9.958333015441895, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.5951119661331177 - ] - ], - [ - 10.0, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.5895696878433228 - ] - ], - [ - 10.041666984558105, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.5874674320220947 - ] - ], - [ - 10.083333015441895, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.573420524597168 - ] - ], - [ - 10.166666984558105, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.5116145610809326 - ] - ], - [ - 10.208333015441895, - [ - -0.8828044533729553, - 1.7618690729141235, - -1.4975677728652954 - ] - ], - [ - 10.25, - [ - -0.8890106081962585, - 1.7618690729141235, - -1.469079613685608 - ] - ], - [ - 10.291666984558105, - [ - -0.8999988436698914, - 1.7618690729141235, - -1.4069725275039673 - ] - ], - [ - 10.333333015441895, - [ - -0.9072870016098022, - 1.7618690729141235, - -1.3454526662826538 - ] - ], - [ - 10.375, - [ - -0.9093679785728455, - 1.7618690729141235, - -1.3176177740097046 - ] - ], - [ - 10.416666984558105, - [ - -0.9052403569221497, - 1.7517317533493042, - -1.2413461208343506 - ] - ], - [ - 10.458333015441895, - [ - -0.8859423398971558, - 1.7265124320983887, - -1.0620418787002563 - ] - ], - [ - 10.5, - [ - -0.8456606268882751, - 1.69399893283844, - -0.8552079796791077 - ] - ], - [ - 10.541666984558105, - [ - -0.7975782155990601, - 1.661980390548706, - -0.6932036280632019 - ] - ], - [ - 10.583333015441895, - [ - -0.7594237327575684, - 1.6302472352981567, - -0.5812151432037354 - ] - ], - [ - 10.625, - [ - -0.7288679480552673, - 1.5942825078964233, - -0.4795543849468231 - ] - ], - [ - 10.666666984558105, - [ - -0.7040374875068665, - 1.555419683456421, - -0.38681137561798096 - ] - ], - [ - 10.708333015441895, - [ - -0.6827186346054077, - 1.5149919986724854, - -0.3016849756240845 - ] - ], - [ - 10.75, - [ - -0.6624182462692261, - 1.4743298292160034, - -0.22303207218647003 - ] - ], - [ - 10.791666984558105, - [ - -0.6404241919517517, - 1.4347666501998901, - -0.14992529153823853 - ] - ], - [ - 10.833333015441895, - [ - -0.6138591766357422, - 1.397635579109192, - -0.08168896287679672 - ] - ], - [ - 10.875, - [ - -0.5797366499900818, - 1.364267110824585, - -0.017938092350959778 - ] - ], - [ - 10.916666984558105, - [ - -0.5350279808044434, - 1.3359944820404053, - 0.04136740416288376 - ] - ], - [ - 10.958333015441895, - [ - -0.47673913836479187, - 1.3141508102416992, - 0.09588158875703812 - ] - ], - [ - 11.0, - [ - -0.4020024836063385, - 1.3000673055648804, - 0.1448308825492859 - ] - ], - [ - 11.041666984558105, - [ - -0.3082093596458435, - 1.2950767278671265, - 0.1869693100452423 - ] - ], - [ - 11.083333015441895, - [ - -0.1544821709394455, - 1.3462419509887695, - 0.22601374983787537 - ] - ], - [ - 11.125, - [ - 0.061272554099559784, - 1.4655671119689941, - 0.24629245698451996 - ] - ], - [ - 11.166666984558105, - [ - 0.2821751534938812, - 1.6017909049987793, - 0.23276755213737488 - ] - ], - [ - 11.208333015441895, - [ - 0.459435373544693, - 1.7036499977111816, - 0.19497188925743103 - ] - ], - [ - 11.25, - [ - 0.5878103971481323, - 1.7561283111572266, - 0.1503867208957672 - ] - ], - [ - 11.291666984558105, - [ - 0.6937028169631958, - 1.7870124578475952, - 0.10235424339771271 - ] - ], - [ - 11.333333015441895, - [ - 0.7852808833122253, - 1.809257984161377, - 0.05067625641822815 - ] - ], - [ - 11.375, - [ - 0.8670076131820679, - 1.8358232975006104, - -0.007831462658941746 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715993634_1491164.json b/lenses/physics-objects/Scene/assets/1645812715993634_1491164.json deleted file mode 100644 index 3b868610..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715993634_1491164.json +++ /dev/null @@ -1,1981 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715993634:1491164", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.20467525720596313, - -0.03143981844186783, - -0.11128807812929153, - 0.9719746708869934 - ] - ], - [ - 0.0416666679084301, - [ - -0.20467525720596313, - -0.03143981844186783, - -0.11128807812929153, - 0.9719746708869934 - ] - ], - [ - 0.0833333358168602, - [ - -0.3038463890552521, - -0.01867802068591118, - -0.11335119605064392, - 0.9457695484161377 - ] - ], - [ - 0.125, - [ - -0.35588011145591736, - 0.0016137429047375917, - -0.12726792693138123, - 0.9258237481117249 - ] - ], - [ - 0.1666666716337204, - [ - -0.3838472366333008, - 0.025271739810705185, - -0.1431446075439453, - 0.9118838906288147 - ] - ], - [ - 0.2083333283662796, - [ - -0.3818451464176178, - 0.034893084317445755, - -0.15168306231498718, - 0.9110263586044312 - ] - ], - [ - 0.25, - [ - -0.34734514355659485, - 0.027367858216166496, - -0.14863210916519165, - 0.9254786968231201 - ] - ], - [ - 0.2916666567325592, - [ - -0.2915833592414856, - 0.016802070662379265, - -0.13848717510700226, - 0.9463183283805847 - ] - ], - [ - 0.3333333432674408, - [ - -0.2237267643213272, - 0.007378758396953344, - -0.12676586210727692, - 0.9663448333740234 - ] - ], - [ - 0.375, - [ - -0.1525060087442398, - 0.001054519903846085, - -0.11831843852996826, - 0.9811939597129822 - ] - ], - [ - 0.4166666567325592, - [ - -0.07908546924591064, - -0.0010633128695189953, - -0.11510206013917923, - 0.9901999235153198 - ] - ], - [ - 0.4583333432674408, - [ - -9.263783431379125e-05, - 9.329172462457791e-05, - -0.11646239459514618, - 0.993195116519928 - ] - ], - [ - 0.5, - [ - 0.08500543981790543, - 0.002542132744565606, - -0.12099045515060425, - 0.9890040159225464 - ] - ], - [ - 0.5416666865348816, - [ - 0.1923491507768631, - 0.0047376430593431, - -0.1288686990737915, - 0.9728166460990906 - ] - ], - [ - 0.5833333134651184, - [ - 0.23265616595745087, - 0.006275116465985775, - -0.12795305252075195, - 0.9640849232673645 - ] - ], - [ - 0.625, - [ - 0.2565684914588928, - 0.007255938369780779, - -0.12611867487430573, - 0.9582348465919495 - ] - ], - [ - 0.6666666865348816, - [ - 0.2600836753845215, - 0.008617794141173363, - -0.12120255082845688, - 0.9579102993011475 - ] - ], - [ - 0.7083333134651184, - [ - 0.2520895302295685, - 0.010785681195557117, - -0.11178015172481537, - 0.9611658453941345 - ] - ], - [ - 0.75, - [ - 0.262272447347641, - 0.015201366506516933, - -0.1002894714474678, - 0.9596480131149292 - ] - ], - [ - 0.7916666865348816, - [ - 0.29138797521591187, - 0.02058803290128708, - -0.08774610608816147, - 0.9523497223854065 - ] - ], - [ - 0.8333333134651184, - [ - 0.32812416553497314, - 0.02531260810792446, - -0.07770656794309616, - 0.9410927295684814 - ] - ], - [ - 0.875, - [ - 0.33713260293006897, - 0.029274944216012955, - -0.07237021625041962, - 0.938214898109436 - ] - ], - [ - 0.9166666865348816, - [ - 0.2889188826084137, - 0.024903494864702225, - -0.07857884466648102, - 0.953798234462738 - ] - ], - [ - 0.9583333134651184, - [ - 0.19635798037052155, - 0.012651967816054821, - -0.09658293426036835, - 0.9756819009780884 - ] - ], - [ - 1.0, - [ - 0.08394884318113327, - 0.0016198690282180905, - -0.11601937562227249, - 0.9896916151046753 - ] - ], - [ - 1.0416666269302368, - [ - -0.020324362441897392, - 0.004422345664352179, - -0.12617652118206024, - 0.9917898178100586 - ] - ], - [ - 1.0833333730697632, - [ - -0.1004214659333229, - 0.031010543927550316, - -0.12700995802879333, - 0.9863175749778748 - ] - ], - [ - 1.125, - [ - -0.16572299599647522, - 0.06527990102767944, - -0.12680819630622864, - 0.975804328918457 - ] - ], - [ - 1.1666666269302368, - [ - -0.22626276314258575, - 0.09136398136615753, - -0.12989559769630432, - 0.9610332250595093 - ] - ], - [ - 1.2083333730697632, - [ - -0.2921157479286194, - 0.0990794375538826, - -0.135374054312706, - 0.941554844379425 - ] - ], - [ - 1.25, - [ - -0.3566603362560272, - 0.06741848587989807, - -0.12232483178377151, - 0.923734188079834 - ] - ], - [ - 1.2916666269302368, - [ - -0.3560623228549957, - 0.017690852284431458, - -0.10342688858509064, - 0.9285523891448975 - ] - ], - [ - 1.3333333730697632, - [ - -0.272164523601532, - -0.017565229907631874, - -0.1055026724934578, - 0.95628821849823 - ] - ], - [ - 1.375, - [ - -0.20467525720596313, - -0.03143981844186783, - -0.11128807812929153, - 0.9719746708869934 - ] - ], - [ - 1.4166666269302368, - [ - -0.3022981882095337, - -0.022332362830638885, - -0.1005731001496315, - 0.9476297497749329 - ] - ], - [ - 1.4583333730697632, - [ - -0.35876578092575073, - -0.006799708586186171, - -0.09944234788417816, - 0.9280906915664673 - ] - ], - [ - 1.5, - [ - -0.393316388130188, - 0.012416779063642025, - -0.10237443447113037, - 0.9136013984680176 - ] - ], - [ - 1.5416666269302368, - [ - -0.39436444640159607, - 0.020893005654215813, - -0.10539184510707855, - 0.9126514792442322 - ] - ], - [ - 1.5833333730697632, - [ - -0.36662739515304565, - 0.017802029848098755, - -0.10829907655715942, - 0.923871636390686 - ] - ], - [ - 1.625, - [ - -0.33405938744544983, - 0.015105283819139004, - -0.1110200360417366, - 0.9358689785003662 - ] - ], - [ - 1.6666666269302368, - [ - -0.30250775814056396, - 0.012419438920915127, - -0.11243186146020889, - 0.9464111924171448 - ] - ], - [ - 1.7083333730697632, - [ - -0.27598243951797485, - 0.010008436627686024, - -0.11270693689584732, - 0.9544792771339417 - ] - ], - [ - 1.75, - [ - -0.2608579993247986, - 0.008753401227295399, - -0.1127362847328186, - 0.958732008934021 - ] - ], - [ - 1.7916666269302368, - [ - -0.24660049378871918, - 0.008115197531878948, - -0.11589650064706802, - 0.9621281623840332 - ] - ], - [ - 1.8333333730697632, - [ - -0.21141210198402405, - 0.006203624419867992, - -0.12473612278699875, - 0.9693851470947266 - ] - ], - [ - 1.875, - [ - -0.16337333619594574, - 0.003318424802273512, - -0.13522735238075256, - 0.9772469997406006 - ] - ], - [ - 1.9166666269302368, - [ - -0.1734474003314972, - 0.00420881062746048, - -0.13563130795955658, - 0.9754498600959778 - ] - ], - [ - 1.9583333730697632, - [ - -0.18447674810886383, - 0.005221225321292877, - -0.1359402984380722, - 0.9733763337135315 - ] - ], - [ - 2.0, - [ - -0.19294115900993347, - 0.006020045839250088, - -0.13606105744838715, - 0.9717123508453369 - ] - ], - [ - 2.0416667461395264, - [ - -0.19627028703689575, - 0.0063381497748196125, - -0.13607478141784668, - 0.9710414409637451 - ] - ], - [ - 2.0833332538604736, - [ - -0.2120518684387207, - 0.008346603251993656, - -0.1392233520746231, - 0.9672544598579407 - ] - ], - [ - 2.125, - [ - -0.30768656730651855, - 0.019716979935765266, - -0.13654941320419312, - 0.9414321184158325 - ] - ], - [ - 2.1666667461395264, - [ - -0.379456102848053, - 0.03322929888963699, - -0.1411275863647461, - 0.9137789011001587 - ] - ], - [ - 2.2083332538604736, - [ - -0.3465818762779236, - 0.03362716734409332, - -0.1637820154428482, - 0.9229981899261475 - ] - ], - [ - 2.25, - [ - -0.4382227063179016, - 0.06659219413995743, - -0.13442057371139526, - 0.8862603902816772 - ] - ], - [ - 2.2916667461395264, - [ - -0.5331568717956543, - 0.08299750834703445, - -0.05568797141313553, - 0.8400917053222656 - ] - ], - [ - 2.3333332538604736, - [ - -0.4577282965183258, - -0.04140760749578476, - -0.005893696565181017, - 0.8881077766418457 - ] - ], - [ - 2.375, - [ - -0.294649600982666, - -0.09665688872337341, - -0.005604264326393604, - 0.9506880044937134 - ] - ], - [ - 2.4166667461395264, - [ - -0.2153119444847107, - -0.0656164214015007, - 0.014520745724439621, - 0.974230170249939 - ] - ], - [ - 2.4583332538604736, - [ - -0.13235490024089813, - -0.03847181051969528, - 0.03290208429098129, - 0.9899088740348816 - ] - ], - [ - 2.5, - [ - -0.03326612338423729, - -0.011495753191411495, - 0.025532284751534462, - 0.9990543127059937 - ] - ], - [ - 2.5416667461395264, - [ - 0.034871168434619904, - 0.004247717559337616, - 0.01325001660734415, - 0.9992950558662415 - ] - ], - [ - 2.5833332538604736, - [ - 0.03687656670808792, - 0.004489806946367025, - 0.013166590593755245, - 0.9992231130599976 - ] - ], - [ - 2.625, - [ - 0.042219530791044235, - 0.00513900350779295, - 0.012936879880726337, - 0.9990113973617554 - ] - ], - [ - 2.6666667461395264, - [ - 0.049916744232177734, - 0.006084767170250416, - 0.012586990371346474, - 0.9986556172370911 - ] - ], - [ - 2.7083332538604736, - [ - 0.05895887315273285, - 0.007211131043732166, - 0.012147394940257072, - 0.9981604814529419 - ] - ], - [ - 2.75, - [ - 0.06825245916843414, - 0.008385409601032734, - 0.011663386598229408, - 0.9975646734237671 - ] - ], - [ - 2.7916667461395264, - [ - 0.07658317685127258, - 0.009451677091419697, - 0.011201698333024979, - 0.9969554543495178 - ] - ], - [ - 2.8333332538604736, - [ - 0.0826122909784317, - 0.010231058113276958, - 0.010851080529391766, - 0.9964702725410461 - ] - ], - [ - 2.875, - [ - 0.08493078500032425, - 0.01053242851048708, - 0.01071255188435316, - 0.9962736964225769 - ] - ], - [ - 3.0416667461395264, - [ - 0.08493078500032425, - 0.01053242851048708, - 0.01071255188435316, - 0.9962736964225769 - ] - ], - [ - 3.0833332538604736, - [ - 0.05758571997284889, - 0.007346536498516798, - 0.01709890179336071, - 0.998167097568512 - ] - ], - [ - 3.125, - [ - 0.016593465581536293, - 0.002586512127891183, - 0.027603518217802048, - 0.9994778633117676 - ] - ], - [ - 3.1666667461395264, - [ - -0.011383718810975552, - -0.0003413065569475293, - 0.035134851932525635, - 0.9993177056312561 - ] - ], - [ - 3.2083332538604736, - [ - -0.02131856605410576, - -0.0011668907245621085, - 0.03781428560614586, - 0.9990566968917847 - ] - ], - [ - 3.25, - [ - -0.020490027964115143, - -0.001102846348658204, - 0.03760656341910362, - 0.9990820288658142 - ] - ], - [ - 3.2916667461395264, - [ - -0.01826005056500435, - -0.0009237765916623175, - 0.03704473376274109, - 0.9991463422775269 - ] - ], - [ - 3.3333332538604736, - [ - -0.014980822801589966, - -0.0006443709135055542, - 0.0362144410610199, - 0.9992316365242004 - ] - ], - [ - 3.4166667461395264, - [ - -0.006900519598275423, - 0.00010936650505755097, - 0.034147437661886215, - 0.9993929862976074 - ] - ], - [ - 3.4583332538604736, - [ - -0.003111781319603324, - 0.00048792044981382787, - 0.03317165747284889, - 0.9994447231292725 - ] - ], - [ - 3.5, - [ - -0.00032802094938233495, - 0.0007741554290987551, - 0.03245310112833977, - 0.9994729161262512 - ] - ], - [ - 3.5416667461395264, - [ - 0.0007512756274081767, - 0.0008867685683071613, - 0.032174255698919296, - 0.9994816184043884 - ] - ], - [ - 3.5833332538604736, - [ - 0.024153433740139008, - 0.0044691902585327625, - 0.03569643571972847, - 0.9990607500076294 - ] - ], - [ - 3.625, - [ - 0.10056589543819427, - 0.01767788454890251, - 0.04397382587194443, - 0.993800938129425 - ] - ], - [ - 3.6666667461395264, - [ - 0.22276942431926727, - 0.04300898686051369, - 0.053643401712179184, - 0.9724435210227966 - ] - ], - [ - 3.7083332538604736, - [ - 0.3775211572647095, - 0.08153847604990005, - 0.049305450171232224, - 0.9210854768753052 - ] - ], - [ - 3.75, - [ - 0.49923622608184814, - 0.07359274476766586, - 0.01842794008553028, - 0.8631383180618286 - ] - ], - [ - 3.7916667461395264, - [ - 0.5096994638442993, - 0.029019372537732124, - -0.001098507083952427, - 0.8598622679710388 - ] - ], - [ - 3.8333332538604736, - [ - 0.501318097114563, - 0.0055535947903990746, - -0.009991160593926907, - 0.8651875257492065 - ] - ], - [ - 3.875, - [ - 0.4792758524417877, - -0.003792192554101348, - -0.010545232333242893, - 0.8775928020477295 - ] - ], - [ - 3.9166667461395264, - [ - 0.29641708731651306, - -0.035740047693252563, - 0.009306090883910656, - 0.9543442726135254 - ] - ], - [ - 3.9583332538604736, - [ - 0.12078046053647995, - -0.06311299651861191, - 0.020833062008023262, - 0.9904518127441406 - ] - ], - [ - 4.0, - [ - -0.11514489352703094, - -0.09678702801465988, - 0.013269730843603611, - 0.9885331988334656 - ] - ], - [ - 4.041666507720947, - [ - -0.3620082437992096, - -0.13996745645999908, - 0.02988426387310028, - 0.9211221933364868 - ] - ], - [ - 4.083333492279053, - [ - -0.4703649878501892, - -0.05880400165915489, - 0.060336075723171234, - 0.8784410357475281 - ] - ], - [ - 4.125, - [ - -0.4599534273147583, - -0.009828850626945496, - 0.061036769300699234, - 0.8857882022857666 - ] - ], - [ - 4.166666507720947, - [ - -0.4243539571762085, - -0.025940265506505966, - 0.06383489817380905, - 0.9028709530830383 - ] - ], - [ - 4.208333492279053, - [ - -0.3983493149280548, - -0.04220522567629814, - 0.06751028448343277, - 0.9137718081474304 - ] - ], - [ - 4.25, - [ - -0.4083528518676758, - -0.04241899028420448, - 0.0670352354645729, - 0.9093706011772156 - ] - ], - [ - 4.291666507720947, - [ - -0.4288575351238251, - -0.04220572113990784, - 0.06520172208547592, - 0.9000271558761597 - ] - ], - [ - 4.333333492279053, - [ - -0.4462832808494568, - -0.0405765026807785, - 0.06152020022273064, - 0.8918520212173462 - ] - ], - [ - 4.375, - [ - -0.45056435465812683, - -0.037695009261369705, - 0.056221574544906616, - 0.890174150466919 - ] - ], - [ - 4.416666507720947, - [ - -0.4754965603351593, - -0.04512971639633179, - 0.06114588677883148, - 0.8764288425445557 - ] - ], - [ - 4.458333492279053, - [ - -0.5230044722557068, - -0.07602303475141525, - 0.07759308815002441, - 0.8453794121742249 - ] - ], - [ - 4.5, - [ - -0.5382608771324158, - -0.16799242794513702, - 0.09425894170999527, - 0.8204687833786011 - ] - ], - [ - 4.541666507720947, - [ - -0.5013299584388733, - -0.2440606653690338, - 0.08344510197639465, - 0.8259175419807434 - ] - ], - [ - 4.583333492279053, - [ - -0.4212241768836975, - -0.13677972555160522, - 0.04715441167354584, - 0.8953423500061035 - ] - ], - [ - 4.625, - [ - -0.2569330334663391, - -0.06358188390731812, - 0.04167785868048668, - 0.9634343385696411 - ] - ], - [ - 4.666666507720947, - [ - -0.10773615539073944, - -0.020889751613140106, - 0.0532580129802227, - 0.9925321936607361 - ] - ], - [ - 4.708333492279053, - [ - -0.037323761731386185, - -0.0017499394016340375, - 0.055580466985702515, - 0.9977548122406006 - ] - ], - [ - 4.75, - [ - -0.023014860227704048, - -0.0004741038428619504, - 0.052662499248981476, - 0.9983471035957336 - ] - ], - [ - 4.791666507720947, - [ - -0.00592638086527586, - 0.0012494624825194478, - 0.05017182230949402, - 0.99872225522995 - ] - ], - [ - 4.833333492279053, - [ - 0.012555922381579876, - 0.0033213964197784662, - 0.04804898798465729, - 0.9987605214118958 - ] - ], - [ - 4.875, - [ - 0.03081591986119747, - 0.005562253762036562, - 0.046231914311647415, - 0.9984399080276489 - ] - ], - [ - 4.916666507720947, - [ - 0.046891964972019196, - 0.007681138813495636, - 0.04473065584897995, - 0.9978684782981873 - ] - ], - [ - 4.958333492279053, - [ - 0.05842307209968567, - 0.009277754463255405, - 0.04367005452513695, - 0.99729323387146 - ] - ], - [ - 5.0, - [ - 0.06281442195177078, - 0.00990152359008789, - 0.04326627030968666, - 0.9970378875732422 - ] - ], - [ - 6.791666507720947, - [ - 0.06281442195177078, - 0.00990152359008789, - 0.04326627030968666, - 0.9970378875732422 - ] - ], - [ - 6.833333492279053, - [ - 0.09005793929100037, - 0.014006317593157291, - 0.03990520164370537, - 0.9950382709503174 - ] - ], - [ - 6.875, - [ - 0.1535126268863678, - 0.024389253929257393, - 0.035904206335544586, - 0.9871929287910461 - ] - ], - [ - 6.916666507720947, - [ - 0.2236652374267578, - 0.037991318851709366, - 0.03539836034178734, - 0.9732818007469177 - ] - ], - [ - 6.958333492279053, - [ - 0.2603192627429962, - 0.04602978378534317, - 0.035527899861335754, - 0.9637701511383057 - ] - ], - [ - 7.208333492279053, - [ - 0.2603192627429962, - 0.04602978378534317, - 0.035527899861335754, - 0.9637701511383057 - ] - ], - [ - 7.25, - [ - 0.19353799521923065, - 0.03095667064189911, - 0.03088066168129444, - 0.980117917060852 - ] - ], - [ - 7.291666507720947, - [ - 0.05209742859005928, - 0.007238253951072693, - 0.02257673814892769, - 0.9983606338500977 - ] - ], - [ - 7.333333492279053, - [ - -0.1216091513633728, - -0.01213774923235178, - 0.02526831440627575, - 0.9921822547912598 - ] - ], - [ - 7.375, - [ - -0.2775578200817108, - -0.02755069173872471, - 0.03963156044483185, - 0.9594956636428833 - ] - ], - [ - 7.416666507720947, - [ - -0.34419411420822144, - -0.23849886655807495, - 0.10769270360469818, - 0.9016934037208557 - ] - ], - [ - 7.458333492279053, - [ - -0.27768492698669434, - -0.6136746406555176, - 0.18160465359687805, - 0.7164595723152161 - ] - ], - [ - 7.5, - [ - -0.1724531352519989, - -0.8022121787071228, - 0.25189998745918274, - 0.5130905508995056 - ] - ], - [ - 7.541666507720947, - [ - 0.11852594465017319, - 0.8398595452308655, - -0.31023919582366943, - -0.4293473958969116 - ] - ], - [ - 7.583333492279053, - [ - 0.16112971305847168, - 0.856421947479248, - -0.20521125197410583, - -0.4454963505268097 - ] - ], - [ - 7.625, - [ - 0.18536004424095154, - 0.8430789709091187, - 0.0703628733754158, - -0.49990856647491455 - ] - ], - [ - 7.666666507720947, - [ - -0.13486215472221375, - -0.7606196403503418, - -0.35008764266967773, - 0.5298194289207458 - ] - ], - [ - 7.708333492279053, - [ - -0.15837587416172028, - -0.7414726614952087, - -0.39956530928611755, - 0.5152503252029419 - ] - ], - [ - 7.75, - [ - 0.1737705022096634, - 0.884764552116394, - 0.17001380026340485, - -0.3976063132286072 - ] - ], - [ - 7.791666507720947, - [ - -0.0030028384644538164, - 0.9625394940376282, - -0.15885306894779205, - -0.2197149246931076 - ] - ], - [ - 7.833333492279053, - [ - -0.12665322422981262, - 0.9522706866264343, - -0.27108728885650635, - -0.06042545661330223 - ] - ], - [ - 7.875, - [ - -0.16797082126140594, - 0.9588510394096375, - -0.22818082571029663, - -0.017999127507209778 - ] - ], - [ - 7.916666507720947, - [ - -0.17226171493530273, - 0.9612879157066345, - -0.2123914659023285, - -0.03378257527947426 - ] - ], - [ - 7.958333492279053, - [ - -0.1744629591703415, - 0.9641512036323547, - -0.19438855350017548, - -0.04678114503622055 - ] - ], - [ - 8.0, - [ - -0.17596198618412018, - 0.9669478535652161, - -0.17479464411735535, - -0.05912787467241287 - ] - ], - [ - 8.041666984558105, - [ - -0.17817820608615875, - 0.9691554307937622, - -0.15382836759090424, - -0.07298733294010162 - ] - ], - [ - 8.083333015441895, - [ - -0.1827649176120758, - 0.9701347351074219, - -0.13125884532928467, - -0.09059112519025803 - ] - ], - [ - 8.125, - [ - -0.19198282063007355, - 0.9689258337020874, - -0.10631142556667328, - -0.11412031203508377 - ] - ], - [ - 8.166666984558105, - [ - -0.2094520926475525, - 0.9637802839279175, - -0.0774635449051857, - -0.14579719305038452 - ] - ], - [ - 8.208333015441895, - [ - -0.20402754843235016, - 0.9556012153625488, - 0.06219419836997986, - -0.20330074429512024 - ] - ], - [ - 8.25, - [ - -0.1959414929151535, - 0.9237319827079773, - 0.2537882328033447, - -0.2095654308795929 - ] - ], - [ - 8.291666984558105, - [ - -0.1872517615556717, - 0.8592881560325623, - 0.4440068006515503, - -0.17151916027069092 - ] - ], - [ - 8.333333015441895, - [ - -0.1549193114042282, - 0.7856623530387878, - 0.5819289684295654, - -0.14175093173980713 - ] - ], - [ - 8.375, - [ - -0.13261118531227112, - 0.7376675605773926, - 0.6481369733810425, - -0.13483083248138428 - ] - ], - [ - 8.416666984558105, - [ - -0.11521492153406143, - 0.7709593176841736, - 0.6118370294570923, - -0.1341741532087326 - ] - ], - [ - 8.458333015441895, - [ - -0.10897224396467209, - 0.8927685022354126, - 0.42082270979881287, - -0.11831173300743103 - ] - ], - [ - 8.5, - [ - -0.1203509122133255, - 0.9698486924171448, - 0.1876838058233261, - -0.098407082259655 - ] - ], - [ - 8.541666984558105, - [ - -0.10355518758296967, - 0.9840412735939026, - 0.11419078707695007, - -0.0888807475566864 - ] - ], - [ - 8.583333015441895, - [ - -0.10123101621866226, - 0.9875566363334656, - 0.07818104326725006, - -0.09149812161922455 - ] - ], - [ - 8.625, - [ - -0.11111287027597427, - 0.9846435189247131, - 0.066769540309906, - -0.11693109571933746 - ] - ], - [ - 8.666666984558105, - [ - -0.12847977876663208, - 0.9760918617248535, - 0.06925319135189056, - -0.16106459498405457 - ] - ], - [ - 8.708333015441895, - [ - -0.14728336036205292, - 0.9651110172271729, - 0.08607569336891174, - -0.19864380359649658 - ] - ], - [ - 8.75, - [ - -0.04731135442852974, - 0.9397748112678528, - 0.3173355162143707, - -0.11782660335302353 - ] - ], - [ - 8.791666984558105, - [ - -0.026036802679300308, - 0.946165144443512, - 0.3132539987564087, - -0.07723701000213623 - ] - ], - [ - 8.833333015441895, - [ - -0.019283028319478035, - 0.9540247321128845, - 0.2891760468482971, - -0.07643454521894455 - ] - ], - [ - 8.875, - [ - -0.01192130520939827, - 0.9585011601448059, - 0.274730920791626, - -0.07520868629217148 - ] - ], - [ - 8.916666984558105, - [ - -0.005231822840869427, - 0.9597265720367432, - 0.27053648233413696, - -0.0755484402179718 - ] - ], - [ - 8.958333015441895, - [ - 0.00036597574944607913, - 0.957680344581604, - 0.27611908316612244, - -0.08128142356872559 - ] - ], - [ - 9.0, - [ - 0.004444852005690336, - 0.9519869089126587, - 0.2908860146999359, - -0.09532416611909866 - ] - ], - [ - 9.041666984558105, - [ - 0.005548554472625256, - 0.94236159324646, - 0.3144235610961914, - -0.11428748816251755 - ] - ], - [ - 9.083333015441895, - [ - -0.0007404080242849886, - 0.9291821718215942, - 0.3525000810623169, - -0.11119207739830017 - ] - ], - [ - 9.125, - [ - -0.01198677346110344, - 0.9194337725639343, - 0.38315311074256897, - -0.08770137280225754 - ] - ], - [ - 9.166666984558105, - [ - -0.026529574766755104, - 0.9215100407600403, - 0.38154181838035583, - -0.06738907098770142 - ] - ], - [ - 9.208333015441895, - [ - -0.04070207104086876, - 0.9308600425720215, - 0.35844045877456665, - -0.05799448862671852 - ] - ], - [ - 9.25, - [ - -0.049985311925411224, - 0.9377580881118774, - 0.3382711708545685, - -0.06069651618599892 - ] - ], - [ - 9.291666984558105, - [ - -0.057853393256664276, - 0.9433603286743164, - 0.3190213143825531, - -0.07035363465547562 - ] - ], - [ - 9.333333015441895, - [ - -0.06292130798101425, - 0.9462100267410278, - 0.3062573969364166, - -0.08326993137598038 - ] - ], - [ - 9.375, - [ - -0.06316927075386047, - 0.9466614723205566, - 0.30286529660224915, - -0.09007949382066727 - ] - ], - [ - 9.416666984558105, - [ - -0.060983967036008835, - 0.9465459585189819, - 0.30379655957221985, - -0.089663565158844 - ] - ], - [ - 9.458333015441895, - [ - -0.05966973304748535, - 0.9467874765396118, - 0.3034028708934784, - -0.08932923525571823 - ] - ], - [ - 9.5, - [ - -0.058952029794454575, - 0.9471832513809204, - 0.30237939953804016, - -0.08907965570688248 - ] - ], - [ - 9.541666984558105, - [ - -0.0586385652422905, - 0.9476136565208435, - 0.3011401891708374, - -0.0889071375131607 - ] - ], - [ - 9.625, - [ - -0.05866518244147301, - 0.9483148455619812, - 0.2989688217639923, - -0.0887410044670105 - ] - ], - [ - 9.666666984558105, - [ - -0.05878262594342232, - 0.9485125541687012, - 0.29832491278648376, - -0.08871759474277496 - ] - ], - [ - 9.75, - [ - -0.059120021760463715, - 0.9485777020454407, - 0.2980346977710724, - -0.08877325803041458 - ] - ], - [ - 9.791666984558105, - [ - -0.05986494943499565, - 0.9485783576965332, - 0.2978370487689972, - -0.08893021941184998 - ] - ], - [ - 9.875, - [ - -0.062223900109529495, - 0.9486746788024902, - 0.29690593481063843, - -0.08939474076032639 - ] - ], - [ - 9.958333015441895, - [ - -0.0647473856806755, - 0.9489282369613647, - 0.2954186499118805, - -0.08983760327100754 - ] - ], - [ - 10.0, - [ - -0.06561927497386932, - 0.9490501880645752, - 0.29479119181632996, - -0.08997779339551926 - ] - ], - [ - 10.041666984558105, - [ - -0.0659555122256279, - 0.9491018056869507, - 0.294533908367157, - -0.09003010392189026 - ] - ], - [ - 10.083333015441895, - [ - -0.0682881772518158, - 0.9495282769203186, - 0.29251784086227417, - -0.09036647528409958 - ] - ], - [ - 10.125, - [ - -0.07405363023281097, - 0.9510698914527893, - 0.2858335077762604, - -0.09100209921598434 - ] - ], - [ - 10.166666984558105, - [ - -0.08113705366849899, - 0.9538580775260925, - 0.2742544412612915, - -0.09141261875629425 - ] - ], - [ - 10.208333015441895, - [ - -0.08531563729047775, - 0.9558503031730652, - 0.26592275500297546, - -0.09141415357589722 - ] - ], - [ - 10.25, - [ - -0.1009921282529831, - 0.9659902453422546, - 0.22211483120918274, - -0.08560612797737122 - ] - ], - [ - 10.291666984558105, - [ - -0.10344942659139633, - 0.9625871181488037, - 0.23846125602722168, - -0.07655505836009979 - ] - ], - [ - 10.333333015441895, - [ - -0.10394289344549179, - 0.9592490792274475, - 0.2539786398410797, - -0.06731995195150375 - ] - ], - [ - 10.375, - [ - -0.10358414798974991, - 0.9577438235282898, - 0.260781466960907, - -0.06316772848367691 - ] - ], - [ - 10.416666984558105, - [ - -0.11410803347826004, - 0.9510300159454346, - 0.27511680126190186, - -0.08265720307826996 - ] - ], - [ - 10.458333015441895, - [ - -0.08822672814130783, - 0.8802086710929871, - 0.4465297758579254, - -0.13438713550567627 - ] - ], - [ - 10.5, - [ - -0.07229405641555786, - 0.8174630999565125, - 0.5448195338249207, - -0.1723349541425705 - ] - ], - [ - 10.541666984558105, - [ - -0.055610883980989456, - 0.7928766012191772, - 0.5845268964767456, - -0.16304121911525726 - ] - ], - [ - 10.583333015441895, - [ - -0.05622014403343201, - 0.8250563144683838, - 0.5203040242195129, - -0.2130848616361618 - ] - ], - [ - 10.625, - [ - -0.013933110982179642, - 0.8677729964256287, - 0.34277042746543884, - -0.3595612645149231 - ] - ], - [ - 10.666666984558105, - [ - -0.10215823352336884, - -0.819105327129364, - -0.15037012100219727, - 0.5440762639045715 - ] - ], - [ - 10.708333015441895, - [ - -0.1998876929283142, - -0.6751806735992432, - -0.054233673959970474, - 0.7079792618751526 - ] - ], - [ - 10.75, - [ - -0.23072874546051025, - -0.6199831366539001, - -0.05152832344174385, - 0.7481511235237122 - ] - ], - [ - 10.791666984558105, - [ - -0.24510373175144196, - -0.605574369430542, - -0.07844933867454529, - 0.7530269622802734 - ] - ], - [ - 10.833333015441895, - [ - -0.2533312737941742, - -0.5952155590057373, - -0.11996866017580032, - 0.7530930638313293 - ] - ], - [ - 10.875, - [ - -0.254443496465683, - -0.5825416445732117, - -0.16414248943328857, - 0.7542951703071594 - ] - ], - [ - 10.916666984558105, - [ - -0.24850553274154663, - -0.5717065930366516, - -0.20280078053474426, - 0.7551612257957458 - ] - ], - [ - 10.958333015441895, - [ - -0.24227473139762878, - -0.5593298673629761, - -0.24045197665691376, - 0.7554044127464294 - ] - ], - [ - 11.0, - [ - -0.24265244603157043, - -0.5425604581832886, - -0.2828200161457062, - 0.7528351545333862 - ] - ], - [ - 11.041666984558105, - [ - -0.2522036135196686, - -0.5180761814117432, - -0.33110952377319336, - 0.7472328543663025 - ] - ], - [ - 11.083333015441895, - [ - -0.2607893943786621, - -0.42571863532066345, - -0.3688621520996094, - 0.7840237617492676 - ] - ], - [ - 11.125, - [ - -0.2656537592411041, - -0.2522768974304199, - -0.3800123333930969, - 0.849338173866272 - ] - ], - [ - 11.166666984558105, - [ - -0.28141453862190247, - -0.08220794051885605, - -0.36071789264678955, - 0.8853985071182251 - ] - ], - [ - 11.208333015441895, - [ - -0.31183183193206787, - 0.0014220571611076593, - -0.3206138610839844, - 0.894408106803894 - ] - ], - [ - 11.25, - [ - -0.3333047926425934, - 0.02761821635067463, - -0.2637537121772766, - 0.9047536253929138 - ] - ], - [ - 11.291666984558105, - [ - -0.33827677369117737, - 0.039430368691682816, - -0.20165671408176422, - 0.9183401465415955 - ] - ], - [ - 11.333333015441895, - [ - -0.3168151080608368, - 0.014457068406045437, - -0.14790129661560059, - 0.936773419380188 - ] - ], - [ - 11.375, - [ - -0.20467525720596313, - -0.03143981471657753, - -0.11128809303045273, - 0.9719746708869934 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715993839_1491171.json b/lenses/physics-objects/Scene/assets/1645812715993839_1491171.json deleted file mode 100644 index db3fa48d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715993839_1491171.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715993839:1491171", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715994018_1491178.json b/lenses/physics-objects/Scene/assets/1645812715994018_1491178.json deleted file mode 100644 index abcaef72..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715994018_1491178.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715994018:1491178", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715995786_1491191.json b/lenses/physics-objects/Scene/assets/1645812715995786_1491191.json deleted file mode 100644 index 93479fc6..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715995786_1491191.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715995786:1491191", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.10357675701379776, - -0.8686166405677795, - 0.12957264482975006 - ] - ], - [ - 11.375, - [ - -0.10357675701379776, - -0.8686166405677795, - 0.12957264482975006 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715995998_1491198.json b/lenses/physics-objects/Scene/assets/1645812715995998_1491198.json deleted file mode 100644 index c6be81de..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715995998_1491198.json +++ /dev/null @@ -1,1963 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715995998:1491198", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11099788546562195, - -0.008786402642726898, - 0.017967240884900093, - 0.9936193823814392 - ] - ], - [ - 0.0416666679084301, - [ - 0.11099788546562195, - -0.008786402642726898, - 0.017967240884900093, - 0.9936193823814392 - ] - ], - [ - 0.0833333358168602, - [ - 0.288436621427536, - -0.01420515961945057, - 0.05054245889186859, - 0.9560586810112 - ] - ], - [ - 0.125, - [ - 0.41097283363342285, - -0.010843399912118912, - 0.07512558251619339, - 0.9084821939468384 - ] - ], - [ - 0.1666666716337204, - [ - 0.505642831325531, - -0.0034806779585778713, - 0.09488684684038162, - 0.8575019836425781 - ] - ], - [ - 0.2083333283662796, - [ - 0.5830003619194031, - 0.0062513588927686214, - 0.1112823486328125, - 0.8047904968261719 - ] - ], - [ - 0.25, - [ - 0.6498013138771057, - 0.017933372408151627, - 0.12541186809539795, - 0.7494722604751587 - ] - ], - [ - 0.2916666567325592, - [ - 0.7023029327392578, - 0.029741624370217323, - 0.13633155822753906, - 0.6980685591697693 - ] - ], - [ - 0.3333333432674408, - [ - 0.7336846590042114, - 0.0381452813744545, - 0.1427004188299179, - 0.663240909576416 - ] - ], - [ - 0.375, - [ - 0.7460401654243469, - 0.041774775832891464, - 0.14516066014766693, - 0.6485424637794495 - ] - ], - [ - 0.4166666567325592, - [ - 0.7419183850288391, - 0.040542419999837875, - 0.14434337615966797, - 0.6535123586654663 - ] - ], - [ - 0.4583333432674408, - [ - 0.7271692752838135, - 0.03630749136209488, - 0.14139126241207123, - 0.6707571148872375 - ] - ], - [ - 0.5, - [ - 0.7109456658363342, - 0.031946148723363876, - 0.1381005197763443, - 0.6888135075569153 - ] - ], - [ - 0.5416666865348816, - [ - 0.6973467469215393, - 0.02851298451423645, - 0.13531272113323212, - 0.7032673954963684 - ] - ], - [ - 0.5833333134651184, - [ - 0.6336787939071655, - 0.01479891687631607, - 0.12201663106679916, - 0.7637696862220764 - ] - ], - [ - 0.625, - [ - 0.48166629672050476, - -0.00578433508053422, - 0.08983773738145828, - 0.8717185854911804 - ] - ], - [ - 0.6666666865348816, - [ - 0.274242639541626, - -0.01419540774077177, - 0.047790661454200745, - 0.9603673815727234 - ] - ], - [ - 0.7083333134651184, - [ - 0.15083284676074982, - -0.010965261608362198, - 0.02490512654185295, - 0.9881846904754639 - ] - ], - [ - 0.75, - [ - 0.2733769714832306, - -0.01419228594750166, - 0.04762355238199234, - 0.9606224894523621 - ] - ], - [ - 0.7916666865348816, - [ - 0.4465000629425049, - -0.008612163364887238, - 0.08248178660869598, - 0.8909322619438171 - ] - ], - [ - 0.8333333134651184, - [ - 0.5805726051330566, - 0.005888072308152914, - 0.1107669472694397, - 0.8066173195838928 - ] - ], - [ - 0.875, - [ - 0.6465893387794495, - 0.017291780561208725, - 0.12473661452531815, - 0.7523722648620605 - ] - ], - [ - 0.9166666865348816, - [ - 0.6410812735557556, - 0.016211550682783127, - 0.12357723712921143, - 0.7572850584983826 - ] - ], - [ - 0.9583333134651184, - [ - 0.5885494351387024, - 0.007096866611391306, - 0.11246022582054138, - 0.8005697727203369 - ] - ], - [ - 1.0, - [ - 0.5041956305503845, - -0.0036287130787968636, - 0.09458144754171371, - 0.8583868145942688 - ] - ], - [ - 1.0416666269302368, - [ - 0.4050462543964386, - -0.011157204397022724, - 0.07390691339969635, - 0.9112358689308167 - ] - ], - [ - 1.0833333730697632, - [ - 0.3103174567222595, - -0.014065075665712357, - 0.054827239364385605, - 0.948946475982666 - ] - ], - [ - 1.125, - [ - 0.21891626715660095, - -0.013427949510514736, - 0.037288468331098557, - 0.9749384522438049 - ] - ], - [ - 1.1666666269302368, - [ - 0.11843077838420868, - -0.00923314318060875, - 0.01924348808825016, - 0.9927328824996948 - ] - ], - [ - 1.2083333730697632, - [ - -0.027836209163069725, - 0.002726724138483405, - -0.004626364912837744, - 0.9995980858802795 - ] - ], - [ - 1.25, - [ - -0.16833525896072388, - 0.020421314984560013, - -0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 1.2916666269302368, - [ - -0.16833525896072388, - 0.020421314984560013, - -0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 1.3333333730697632, - [ - -0.0014170483918860555, - 0.0001324620534433052, - -0.00023896842321846634, - 0.9999989867210388 - ] - ], - [ - 1.375, - [ - 0.11099788546562195, - -0.008786402642726898, - 0.017967240884900093, - 0.9936193823814392 - ] - ], - [ - 1.4166666269302368, - [ - 0.2364439070224762, - -0.013794312253594398, - 0.04057548940181732, - 0.9706995487213135 - ] - ], - [ - 1.4583333730697632, - [ - 0.3746602237224579, - -0.012514116242527962, - 0.06770126521587372, - 0.9246024489402771 - ] - ], - [ - 1.5, - [ - 0.4927963614463806, - -0.004754063207656145, - 0.09217861294746399, - 0.8652355074882507 - ] - ], - [ - 1.5416666269302368, - [ - 0.5806999802589417, - 0.005907027516514063, - 0.11079399287700653, - 0.8065218925476074 - ] - ], - [ - 1.5833333730697632, - [ - 0.6750255227088928, - 0.02328420616686344, - 0.130689799785614, - 0.7257537841796875 - ] - ], - [ - 1.625, - [ - 0.7654083371162415, - 0.047873012721538544, - 0.1489488184452057, - 0.6242375373840332 - ] - ], - [ - 1.6666666269302368, - [ - 0.7962714433670044, - 0.05876574292778969, - 0.15476420521736145, - 0.5818474292755127 - ] - ], - [ - 1.7083333730697632, - [ - 0.7599528431892395, - 0.04610215499997139, - 0.14789114892482758, - 0.6312483549118042 - ] - ], - [ - 1.75, - [ - 0.6572575569152832, - 0.019456639885902405, - 0.1269768923521042, - 0.7426377534866333 - ] - ], - [ - 1.7916666269302368, - [ - 0.46499407291412354, - -0.007204453926533461, - 0.08634211122989655, - 0.8810640573501587 - ] - ], - [ - 1.8333333730697632, - [ - 0.1996351182460785, - -0.012896348722279072, - 0.03371790796518326, - 0.9792050719261169 - ] - ], - [ - 1.875, - [ - -0.002275487408041954, - 0.00021303938410710543, - -0.00038355521974153817, - 0.9999973177909851 - ] - ], - [ - 1.9166666269302368, - [ - 0.08287063986063004, - -0.006931868847459555, - 0.013216843828558922, - 0.9964485764503479 - ] - ], - [ - 1.9583333730697632, - [ - 0.18826037645339966, - -0.012520565651357174, - 0.03163449093699455, - 0.981529712677002 - ] - ], - [ - 2.0, - [ - 0.3060026466846466, - -0.014107787050306797, - 0.05397829785943031, - 0.9503945112228394 - ] - ], - [ - 2.0416667461395264, - [ - 0.45765846967697144, - -0.0077835614793002605, - 0.08480863273143768, - 0.8850399255752563 - ] - ], - [ - 2.0833332538604736, - [ - 0.6986361145973206, - 0.028830168768763542, - 0.13557806611061096, - 0.7019223570823669 - ] - ], - [ - 2.125, - [ - 0.8868794441223145, - 0.10330091416835785, - 0.16882175207138062, - 0.4174601137638092 - ] - ], - [ - 2.1666667461395264, - [ - 0.8384993076324463, - 0.07661373913288116, - 0.1620754450559616, - 0.5145685076713562 - ] - ], - [ - 2.2083332538604736, - [ - 0.6726655960083008, - 0.02275930531322956, - 0.1301981657743454, - 0.7280463576316833 - ] - ], - [ - 2.25, - [ - 0.5396301746368408, - 0.00034260013489983976, - 0.10207770019769669, - 0.8356910347938538 - ] - ], - [ - 2.2916667461395264, - [ - 0.4287777841091156, - -0.00980124156922102, - 0.07880177348852158, - 0.8999132513999939 - ] - ], - [ - 2.3333332538604736, - [ - 0.3464284837245941, - -0.013409488834440708, - 0.0620049424469471, - 0.935929000377655 - ] - ], - [ - 2.375, - [ - 0.34429049491882324, - -0.013463390059769154, - 0.0615764819085598, - 0.9367449879646301 - ] - ], - [ - 2.4166667461395264, - [ - 0.3490154445171356, - -0.013341681100428104, - 0.06252393871545792, - 0.9349337816238403 - ] - ], - [ - 2.4583332538604736, - [ - 0.2536395192146301, - -0.014043509028851986, - 0.04383694753050804, - 0.9662029147148132 - ] - ], - [ - 2.5, - [ - 0.0782051831483841, - -0.006599417421966791, - 0.012441281229257584, - 0.9968377947807312 - ] - ], - [ - 2.5416667461395264, - [ - -0.10663723200559616, - 0.011851328425109386, - -0.016893936321139336, - 0.9940839409828186 - ] - ], - [ - 2.5833332538604736, - [ - -0.10341449081897736, - 0.01143787894397974, - -0.016417862847447395, - 0.9944371581077576 - ] - ], - [ - 2.625, - [ - -0.09611771255731583, - 0.010514378547668457, - -0.01533152163028717, - 0.9951963424682617 - ] - ], - [ - 2.6666667461395264, - [ - -0.08803147822618484, - 0.009511432610452175, - -0.014114156365394592, - 0.9959722757339478 - ] - ], - [ - 2.7083332538604736, - [ - -0.08126437664031982, - 0.008688674308359623, - -0.013084630481898785, - 0.9965687990188599 - ] - ], - [ - 2.75, - [ - -0.0765533298254013, - 0.008124824613332748, - -0.012362184934318066, - 0.9969557523727417 - ] - ], - [ - 2.7916667461395264, - [ - -0.07388801127672195, - 0.00780907366424799, - -0.011951395310461521, - 0.9971643686294556 - ] - ], - [ - 2.8333332538604736, - [ - -0.07274948060512543, - 0.007674913853406906, - -0.011775471270084381, - 0.9972512125968933 - ] - ], - [ - 2.875, - [ - -0.07247354835271835, - 0.007642463780939579, - -0.011732794344425201, - 0.9972720146179199 - ] - ], - [ - 3.0416667461395264, - [ - -0.07247354835271835, - 0.007642463780939579, - -0.011732794344425201, - 0.9972720146179199 - ] - ], - [ - 3.0833332538604736, - [ - 0.07695233076810837, - -0.006508946418762207, - 0.01223362423479557, - 0.9969384670257568 - ] - ], - [ - 3.125, - [ - 0.24723070859909058, - -0.013963524252176285, - 0.04261724650859833, - 0.9679182767868042 - ] - ], - [ - 3.1666667461395264, - [ - 0.36399045586586, - -0.012893014587461948, - 0.06554016470909119, - 0.929004430770874 - ] - ], - [ - 3.2083332538604736, - [ - 0.40854430198669434, - -0.010973961092531681, - 0.0746259018778801, - 0.9096164703369141 - ] - ], - [ - 3.25, - [ - 0.4049623906612396, - -0.01116152759641409, - 0.07388969510793686, - 0.9112746119499207 - ] - ], - [ - 3.2916667461395264, - [ - 0.39541682600975037, - -0.0116324657574296, - 0.07193245738744736, - 0.9156068563461304 - ] - ], - [ - 3.3333332538604736, - [ - 0.3815917670726776, - -0.012241125106811523, - 0.06911035627126694, - 0.921662449836731 - ] - ], - [ - 3.375, - [ - 0.3652348220348358, - -0.01285138912498951, - 0.06579170376062393, - 0.9284988045692444 - ] - ], - [ - 3.4166667461395264, - [ - 0.34828731417655945, - -0.013361047953367233, - 0.062377795577049255, - 0.9352147579193115 - ] - ], - [ - 3.4583332538604736, - [ - 0.3329763412475586, - -0.013716702349483967, - 0.0593162439763546, - 0.9409677982330322 - ] - ], - [ - 3.5, - [ - 0.32182493805885315, - -0.013914375565946102, - 0.05710061267018318, - 0.944973349571228 - ] - ], - [ - 3.5416667461395264, - [ - 0.3175211548805237, - -0.01397702842950821, - 0.056248802691698074, - 0.9464782476425171 - ] - ], - [ - 3.5833332538604736, - [ - 0.42396119236946106, - -0.010098056867718697, - 0.07780513167381287, - 0.9022757411003113 - ] - ], - [ - 3.625, - [ - 0.5892382264137268, - 0.007203302346169949, - 0.11260641366243362, - 0.8000413775444031 - ] - ], - [ - 3.6666667461395264, - [ - 0.703467845916748, - 0.030034111812710762, - 0.13657057285308838, - 0.6968353390693665 - ] - ], - [ - 3.7083332538604736, - [ - 0.7625463008880615, - 0.046938616782426834, - 0.14839492738246918, - 0.6279321908950806 - ] - ], - [ - 3.75, - [ - 0.7740556001663208, - 0.05077030509710312, - 0.1506085991859436, - 0.6128438711166382 - ] - ], - [ - 3.7916667461395264, - [ - 0.6882428526878357, - 0.026321403682231903, - 0.13343362510204315, - 0.7126179933547974 - ] - ], - [ - 3.8333332538604736, - [ - 0.48188987374305725, - -0.005764293018728495, - 0.08988470584154129, - 0.8715903162956238 - ] - ], - [ - 3.875, - [ - 0.2479695826768875, - -0.013973529450595379, - 0.04275761544704437, - 0.9677228927612305 - ] - ], - [ - 3.9166667461395264, - [ - 0.20308654010295868, - -0.013001298531889915, - 0.03435348719358444, - 0.978471577167511 - ] - ], - [ - 3.9583332538604736, - [ - 0.30781757831573486, - -0.01409073080867529, - 0.054335154592990875, - 0.9497881531715393 - ] - ], - [ - 4.0, - [ - 0.48472461104393005, - -0.005507882684469223, - 0.09048042446374893, - 0.869956910610199 - ] - ], - [ - 4.041666507720947, - [ - 0.5872550010681152, - 0.006897738669067621, - 0.11218549311161041, - 0.8015599846839905 - ] - ], - [ - 4.083333492279053, - [ - 0.5958758592605591, - 0.008245950564742088, - 0.11401486396789551, - 0.7948991060256958 - ] - ], - [ - 4.125, - [ - 0.5587592124938965, - 0.0027999405283480883, - 0.10613583773374557, - 0.8225055932998657 - ] - ], - [ - 4.166666507720947, - [ - 0.4931904077529907, - -0.004716355353593826, - 0.09226159751415253, - 0.8650022149085999 - ] - ], - [ - 4.208333492279053, - [ - 0.45550158619880676, - -0.007948624901473522, - 0.08435830473899841, - 0.8861934542655945 - ] - ], - [ - 4.25, - [ - 0.4798111915588379, - -0.005949588026851416, - 0.08944810926914215, - 0.8727799654006958 - ] - ], - [ - 4.291666507720947, - [ - 0.5300718545913696, - -0.0008012019679881632, - 0.10005229711532593, - 0.8420289158821106 - ] - ], - [ - 4.333333492279053, - [ - 0.5776867270469666, - 0.005461429245769978, - 0.11015424877405167, - 0.8087733387947083 - ] - ], - [ - 4.375, - [ - 0.6055749654769897, - 0.009825801476836205, - 0.11607164889574051, - 0.7872166037559509 - ] - ], - [ - 4.416666507720947, - [ - 0.6201029419898987, - 0.01232131291180849, - 0.11914820224046707, - 0.7753220200538635 - ] - ], - [ - 4.458333492279053, - [ - 0.6323530077934265, - 0.014550582505762577, - 0.12173683941364288, - 0.7649170756340027 - ] - ], - [ - 4.5, - [ - 0.6401770710945129, - 0.016036607325077057, - 0.12338677048683167, - 0.7580844759941101 - ] - ], - [ - 4.541666507720947, - [ - 0.6434702277183533, - 0.016676977276802063, - 0.12408028542995453, - 0.7551636099815369 - ] - ], - [ - 4.583333492279053, - [ - 0.6403425335884094, - 0.01606857404112816, - 0.12342161685228348, - 0.7579382658004761 - ] - ], - [ - 4.625, - [ - 0.6289705038070679, - 0.013923299498856068, - 0.12102267146110535, - 0.7678254842758179 - ] - ], - [ - 4.666666507720947, - [ - 0.6099526286125183, - 0.010561219416558743, - 0.11699929088354111, - 0.783682107925415 - ] - ], - [ - 4.708333492279053, - [ - 0.5839195251464844, - 0.006389946211129427, - 0.11147749423980713, - 0.8040958642959595 - ] - ], - [ - 4.75, - [ - 0.5517519116401672, - 0.0018732593161985278, - 0.10464870184659958, - 0.8274146318435669 - ] - ], - [ - 4.791666507720947, - [ - 0.5147889852523804, - -0.002517751883715391, - 0.09681863337755203, - 0.8518286943435669 - ] - ], - [ - 4.833333492279053, - [ - 0.47506824135780334, - -0.006363797467201948, - 0.08845271170139313, - 0.875468909740448 - ] - ], - [ - 4.875, - [ - 0.43560391664505005, - -0.009361432865262032, - 0.08021686971187592, - 0.8965081572532654 - ] - ], - [ - 4.916666507720947, - [ - 0.4005669057369232, - -0.01138357724994421, - 0.07298758625984192, - 0.913284957408905 - ] - ], - [ - 4.958333492279053, - [ - 0.37534621357917786, - -0.012488046661019325, - 0.06784053146839142, - 0.9243144392967224 - ] - ], - [ - 5.0, - [ - 0.36576583981513977, - -0.01283341646194458, - 0.0658990889787674, - 0.9282822608947754 - ] - ], - [ - 6.791666507720947, - [ - 0.36576583981513977, - -0.01283341646194458, - 0.0658990889787674, - 0.9282822608947754 - ] - ], - [ - 6.833333492279053, - [ - 0.3402352035045624, - -0.013560342602431774, - 0.060764968395233154, - 0.938277006149292 - ] - ], - [ - 6.875, - [ - 0.26811105012893677, - -0.014167114160954952, - 0.046608902513980865, - 0.9621555805206299 - ] - ], - [ - 6.916666507720947, - [ - 0.1629701554775238, - -0.011522612534463406, - 0.027065711095929146, - 0.9861924052238464 - ] - ], - [ - 6.958333492279053, - [ - 0.09486561268568039, - -0.00775428581982851, - 0.015227147378027439, - 0.9953434467315674 - ] - ], - [ - 7.208333492279053, - [ - 0.09486561268568039, - -0.00775428581982851, - 0.015227147378027439, - 0.9953434467315674 - ] - ], - [ - 7.25, - [ - 0.17367249727249146, - -0.01197205949574709, - 0.028988273814320564, - 0.9843039512634277 - ] - ], - [ - 7.291666507720947, - [ - 0.2660416066646576, - -0.014154314063489437, - 0.04621102288365364, - 0.9627492427825928 - ] - ], - [ - 7.333333492279053, - [ - 0.29638671875, - -0.01417622435837984, - 0.05209337919950485, - 0.9535408616065979 - ] - ], - [ - 7.375, - [ - 0.3525775074958801, - -0.013243661262094975, - 0.06323957443237305, - 0.9335494041442871 - ] - ], - [ - 7.416666507720947, - [ - 0.5184629559516907, - -0.00211750203743577, - 0.09759540110826492, - 0.8495097756385803 - ] - ], - [ - 7.458333492279053, - [ - 0.6031534075737, - 0.009425017051398754, - 0.11555831134319305, - 0.7891536355018616 - ] - ], - [ - 7.5, - [ - 0.4288775622844696, - -0.009794983081519604, - 0.07882244139909744, - 0.8998640775680542 - ] - ], - [ - 7.541666507720947, - [ - 0.3110067546367645, - -0.014057554304599762, - 0.05496302992105484, - 0.948712944984436 - ] - ], - [ - 7.583333492279053, - [ - 0.44910702109336853, - -0.008424172177910805, - 0.0830247774720192, - 0.889572262763977 - ] - ], - [ - 7.625, - [ - 0.5327668786048889, - -0.0004842457128688693, - 0.10062316805124283, - 0.8402584195137024 - ] - ], - [ - 7.666666507720947, - [ - 0.5999552011489868, - 0.008902180008590221, - 0.11488014459609985, - 0.7916926741600037 - ] - ], - [ - 7.708333492279053, - [ - 0.684412956237793, - 0.02542402595281601, - 0.13264036178588867, - 0.7164768576622009 - ] - ], - [ - 7.75, - [ - 0.6154596209526062, - 0.011506528593599796, - 0.11816555261611938, - 0.7791752219200134 - ] - ], - [ - 7.791666507720947, - [ - -0.04138563573360443, - 0.004148504231125116, - -0.006825206335633993, - 0.9991114139556885 - ] - ], - [ - 7.833333492279053, - [ - -0.16833525896072388, - 0.020421314984560013, - -0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 7.916666507720947, - [ - -0.16833525896072388, - 0.020421314984560013, - -0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 7.958333492279053, - [ - 0.10088972002267838, - -0.008149664849042892, - 0.0162455253303051, - 0.994731605052948 - ] - ], - [ - 8.0, - [ - 0.31082335114479065, - -0.014059575274586678, - 0.05492689087986946, - 0.9487752318382263 - ] - ], - [ - 8.041666984558105, - [ - 0.40839871764183044, - -0.010981700383126736, - 0.07459596544504166, - 0.9096841812133789 - ] - ], - [ - 8.083333015441895, - [ - 0.4388926327228546, - -0.009141442365944386, - 0.08089970052242279, - 0.8948435187339783 - ] - ], - [ - 8.125, - [ - 0.43745118379592896, - -0.009238514117896557, - 0.0806003287434578, - 0.8955750465393066 - ] - ], - [ - 8.166666984558105, - [ - 0.4489932358264923, - -0.008432440459728241, - 0.08300106227397919, - 0.8896318078041077 - ] - ], - [ - 8.208333015441895, - [ - 0.5095573663711548, - -0.003074362175539136, - 0.0957133024930954, - 0.8550910949707031 - ] - ], - [ - 8.25, - [ - 0.6180843710899353, - 0.011965100653469563, - 0.1187211200594902, - 0.7770031094551086 - ] - ], - [ - 8.291666984558105, - [ - 0.7058635354042053, - 0.030640171840786934, - 0.13706155121326447, - 0.6942852139472961 - ] - ], - [ - 8.333333015441895, - [ - 0.6976419687271118, - 0.02858547493815422, - 0.13537350296974182, - 0.7029598951339722 - ] - ], - [ - 8.375, - [ - 0.5537195205688477, - 0.0021303340326994658, - 0.10506623238325119, - 0.826045572757721 - ] - ], - [ - 8.416666984558105, - [ - 0.22897304594516754, - -0.013651912100613117, - 0.03916974738240242, - 0.9725485444068909 - ] - ], - [ - 8.458333015441895, - [ - -0.16833525896072388, - 0.020421314984560013, - -0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 8.708333015441895, - [ - -0.16833525896072388, - 0.020421314984560013, - -0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 8.75, - [ - 0.5554617643356323, - 0.002359997481107712, - 0.10543596744537354, - 0.8248271942138672 - ] - ], - [ - 8.791666984558105, - [ - 0.6915592551231384, - 0.027110127732157707, - 0.13411922752857208, - 0.7092410922050476 - ] - ], - [ - 8.833333015441895, - [ - 0.6688053607940674, - 0.021911796182394028, - 0.12939290702342987, - 0.7317627668380737 - ] - ], - [ - 8.875, - [ - 0.603656530380249, - 0.009507935494184494, - 0.11566496640443802, - 0.7887521982192993 - ] - ], - [ - 8.916666984558105, - [ - 0.5041516423225403, - -0.003633185988292098, - 0.09457217156887054, - 0.8584136366844177 - ] - ], - [ - 8.958333015441895, - [ - 0.37942495942115784, - -0.012328746728599072, - 0.06866943836212158, - 0.9225882887840271 - ] - ], - [ - 9.0, - [ - 0.2498195320367813, - -0.01399768702685833, - 0.04310935363173485, - 0.967231035232544 - ] - ], - [ - 9.041666984558105, - [ - 0.16925497353076935, - -0.011791342869400978, - 0.028192756697535515, - 0.9850984215736389 - ] - ], - [ - 9.083333015441895, - [ - 0.15327616035938263, - -0.011081504635512829, - 0.02533835545182228, - 0.9877963066101074 - ] - ], - [ - 9.125, - [ - 0.15177889168262482, - -0.011010512709617615, - 0.025072770193219185, - 0.9880350828170776 - ] - ], - [ - 9.166666984558105, - [ - 0.1574813723564148, - -0.011276805773377419, - 0.026086019352078438, - 0.9871129393577576 - ] - ], - [ - 9.208333015441895, - [ - 0.16362756490707397, - -0.011551360599696636, - 0.02718334272503853, - 0.9860800504684448 - ] - ], - [ - 9.25, - [ - 0.16523323953151703, - -0.01162094809114933, - 0.0274709053337574, - 0.9858033657073975 - ] - ], - [ - 9.291666984558105, - [ - 0.158868670463562, - -0.011339911259710789, - 0.026333235204219818, - 0.9868833422660828 - ] - ], - [ - 9.333333015441895, - [ - 0.1417711228132248, - -0.010516424663364887, - 0.023305978626012802, - 0.9895691871643066 - ] - ], - [ - 9.375, - [ - 0.11040645092725754, - -0.008750071749091148, - 0.017866060137748718, - 0.9936873912811279 - ] - ], - [ - 9.416666984558105, - [ - 0.07021068781614304, - -0.006013466510921717, - 0.011120707727968693, - 0.9974520802497864 - ] - ], - [ - 9.458333015441895, - [ - 0.030505267903208733, - -0.002802205039188266, - 0.004723679274320602, - 0.9995195269584656 - ] - ], - [ - 9.5, - [ - -0.008587898686528206, - 0.0008132437942549586, - -0.001442628214135766, - 0.9999618530273438 - ] - ], - [ - 9.541666984558105, - [ - -0.04714348539710045, - 0.004771318752318621, - -0.007748767267912626, - 0.9988467693328857 - ] - ], - [ - 9.583333015441895, - [ - -0.085923932492733, - 0.009253570809960365, - -0.013794563710689545, - 0.9961632490158081 - ] - ], - [ - 9.625, - [ - -0.12901920080184937, - 0.014816651120781898, - -0.02013608068227768, - 0.9913269281387329 - ] - ], - [ - 9.666666984558105, - [ - -0.16833525896072388, - 0.020421314984560013, - -0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 9.75, - [ - -0.16833525896072388, - 0.020421314984560013, - -0.025547929108142853, - 0.9851870536804199 - ] - ], - [ - 9.791666984558105, - [ - -0.10806798189878464, - 0.0120359743013978, - -0.017104556784033775, - 0.9939236044883728 - ] - ], - [ - 9.833333015441895, - [ - -0.06994761526584625, - 0.007346580270677805, - -0.011341378092765808, - 0.9974592328071594 - ] - ], - [ - 9.875, - [ - -0.039502643048763275, - 0.003947232384234667, - -0.006521758157759905, - 0.9991903901100159 - ] - ], - [ - 9.916666984558105, - [ - -0.015084575861692429, - 0.0014450813177973032, - -0.0025249540340155363, - 0.9998819828033447 - ] - ], - [ - 9.958333015441895, - [ - 0.0033227091189473867, - -0.0003191678551957011, - 0.0005061511765234172, - 0.9999943971633911 - ] - ], - [ - 10.0, - [ - 0.01518535241484642, - -0.0014309186954051256, - 0.0023300230968743563, - 0.9998809695243835 - ] - ], - [ - 10.041666984558105, - [ - 0.019479697570204735, - -0.0018226585816591978, - 0.0029966833535581827, - 0.9998040795326233 - ] - ], - [ - 10.083333015441895, - [ - 0.07996203005313873, - -0.006725428160279989, - 0.01273290440440178, - 0.9966939091682434 - ] - ], - [ - 10.125, - [ - 0.15295597910881042, - -0.011066388338804245, - 0.02528153359889984, - 0.9878475666046143 - ] - ], - [ - 10.166666984558105, - [ - 0.16698753833770752, - -0.011695962399244308, - 0.02778550237417221, - 0.9854980111122131 - ] - ], - [ - 10.208333015441895, - [ - 0.09991208463907242, - -0.00808630883693695, - 0.0160798579454422, - 0.9948334693908691 - ] - ], - [ - 10.25, - [ - 0.03406937047839165, - -0.0031107456889003515, - 0.005286625120788813, - 0.9994006752967834 - ] - ], - [ - 10.291666984558105, - [ - 0.027108917012810707, - -0.002504495671018958, - 0.0041893478482961655, - 0.9996206760406494 - ] - ], - [ - 10.333333015441895, - [ - -0.027348190546035767, - 0.002676664385944605, - -0.004546511452645063, - 0.999612033367157 - ] - ], - [ - 10.375, - [ - -0.11133258044719696, - 0.012459801509976387, - -0.017583437263965607, - 0.9935495257377625 - ] - ], - [ - 10.416666984558105, - [ - -0.056554555892944336, - 0.005813130643218756, - -0.009244144894182682, - 0.9983398914337158 - ] - ], - [ - 10.458333015441895, - [ - 0.024806834757328033, - -0.0023006617557257414, - 0.003828351153060794, - 0.9996823072433472 - ] - ], - [ - 10.5, - [ - 0.09810348600149155, - -0.007968271151185036, - 0.01577378623187542, - 0.9950193166732788 - ] - ], - [ - 10.541666984558105, - [ - 0.14976222813129425, - -0.010913682170212269, - 0.024715565145015717, - 0.9883528351783752 - ] - ], - [ - 10.583333015441895, - [ - 0.20122890174388885, - -0.012945338152348995, - 0.03401120752096176, - 0.9788681268692017 - ] - ], - [ - 10.625, - [ - 0.2602063715457916, - -0.014109441079199314, - 0.04509177803993225, - 0.9643963575363159 - ] - ], - [ - 10.666666984558105, - [ - 0.30617737770080566, - -0.014106201939284801, - 0.05401263386011124, - 0.9503362774848938 - ] - ], - [ - 10.708333015441895, - [ - 0.32768094539642334, - -0.01381695456802845, - 0.05826260522007942, - 0.9428890347480774 - ] - ], - [ - 10.75, - [ - 0.32779833674430847, - -0.013814857229590416, - 0.05828592926263809, - 0.9428468346595764 - ] - ], - [ - 10.791666984558105, - [ - 0.31843382120132446, - -0.013964373618364334, - 0.05642928555607796, - 0.9461610317230225 - ] - ], - [ - 10.833333015441895, - [ - 0.3076886832714081, - -0.01409198623150587, - 0.054309792816638947, - 0.9498313069343567 - ] - ], - [ - 10.875, - [ - 0.3083016276359558, - -0.01408595871180296, - 0.05443037673830986, - 0.9496257305145264 - ] - ], - [ - 10.916666984558105, - [ - 0.4886874556541443, - -0.005142195615917444, - 0.09131381660699844, - 0.8676519393920898 - ] - ], - [ - 10.958333015441895, - [ - 0.7277954816818237, - 0.03648192062973976, - 0.14151740074157715, - 0.6700415015220642 - ] - ], - [ - 11.0, - [ - 0.8534379005432129, - 0.08398213982582092, - 0.16440068185329437, - 0.4874045252799988 - ] - ], - [ - 11.041666984558105, - [ - 0.8719467520713806, - 0.09411553293466568, - 0.16700862348079681, - 0.45051002502441406 - ] - ], - [ - 11.083333015441895, - [ - 0.824792206287384, - 0.07038246840238571, - 0.1598062366247177, - 0.5377974510192871 - ] - ], - [ - 11.125, - [ - 0.7115969657897949, - 0.032115545123815536, - 0.13823339343070984, - 0.6881060004234314 - ] - ], - [ - 11.166666984558105, - [ - 0.5595593452453613, - 0.002907736226916313, - 0.10630565881729126, - 0.8219391703605652 - ] - ], - [ - 11.208333015441895, - [ - 0.4421047866344452, - -0.00892145186662674, - 0.08156727254390717, - 0.893202543258667 - ] - ], - [ - 11.25, - [ - 0.38288548588752747, - -0.012187806889414787, - 0.06937378644943237, - 0.9211066365242004 - ] - ], - [ - 11.291666984558105, - [ - 0.3252318799495697, - -0.013859407976269722, - 0.057776231318712234, - 0.9437658786773682 - ] - ], - [ - 11.333333015441895, - [ - 0.2507416009902954, - -0.014009248465299606, - 0.0432848185300827, - 0.9669843912124634 - ] - ], - [ - 11.375, - [ - 0.11099788546562195, - -0.008786402642726898, - 0.017967240884900093, - 0.9936193823814392 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715996205_1491205.json b/lenses/physics-objects/Scene/assets/1645812715996205_1491205.json deleted file mode 100644 index 893d7b42..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715996205_1491205.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715996205:1491205", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715996384_1491212.json b/lenses/physics-objects/Scene/assets/1645812715996384_1491212.json deleted file mode 100644 index ae4fa63a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715996384_1491212.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715996384:1491212", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715998514_1491225.json b/lenses/physics-objects/Scene/assets/1645812715998514_1491225.json deleted file mode 100644 index 466b674e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715998514_1491225.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715998514:1491225", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.03186976909637451, - -0.26874324679374695, - 0.489496648311615 - ] - ], - [ - 11.375, - [ - -0.03186976909637451, - -0.26874324679374695, - 0.489496648311615 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715998840_1491232.json b/lenses/physics-objects/Scene/assets/1645812715998840_1491232.json deleted file mode 100644 index ecdc47ad..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715998840_1491232.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715998840:1491232", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715999049_1491239.json b/lenses/physics-objects/Scene/assets/1645812715999049_1491239.json deleted file mode 100644 index 2f0d3652..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715999049_1491239.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715999049:1491239", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812715999372_1491246.json b/lenses/physics-objects/Scene/assets/1645812715999372_1491246.json deleted file mode 100644 index 7ee51b52..00000000 --- a/lenses/physics-objects/Scene/assets/1645812715999372_1491246.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812715999372:1491246", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716001775_1491259.json b/lenses/physics-objects/Scene/assets/1645812716001775_1491259.json deleted file mode 100644 index e48a1bf8..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716001775_1491259.json +++ /dev/null @@ -1,4122 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716001775:1491259", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.933211326599121, - 5.728184223175049, - -8.787354469299316 - ] - ], - [ - 5.208333492279053, - [ - -8.933211326599121, - 5.728184223175049, - -8.787354469299316 - ] - ], - [ - 5.222222328186035, - [ - -8.933223724365234, - 5.730747699737549, - -8.784310340881348 - ] - ], - [ - 5.236111164093018, - [ - -8.93326187133789, - 5.738282680511475, - -8.7753267288208 - ] - ], - [ - 5.25, - [ - -8.93332290649414, - 5.75055456161499, - -8.760629653930664 - ] - ], - [ - 5.263888835906982, - [ - -8.9334077835083, - 5.767602443695068, - -8.740180015563965 - ] - ], - [ - 5.277777671813965, - [ - -8.933517456054688, - 5.789389133453369, - -8.714016914367676 - ] - ], - [ - 5.291666507720947, - [ - -8.933648109436035, - 5.815561771392822, - -8.682476043701172 - ] - ], - [ - 5.3020830154418945, - [ - -8.933761596679688, - 5.83805513381958, - -8.655305862426758 - ] - ], - [ - 5.3125, - [ - -8.933886528015137, - 5.863067150115967, - -8.625060081481934 - ] - ], - [ - 5.3229169845581055, - [ - -8.9340238571167, - 5.890448093414307, - -8.59188461303711 - ] - ], - [ - 5.333333492279053, - [ - -8.934172630310059, - 5.920046329498291, - -8.555923461914063 - ] - ], - [ - 5.347222328186035, - [ - -8.934388160705566, - 5.963062763214111, - -8.503544807434082 - ] - ], - [ - 5.361111164093018, - [ - -8.934623718261719, - 6.0101141929626465, - -8.446125030517578 - ] - ], - [ - 5.375, - [ - -8.9348783493042, - 6.060850620269775, - -8.383999824523926 - ] - ], - [ - 5.388888835906982, - [ - -8.935151100158691, - 6.115272045135498, - -8.317171096801758 - ] - ], - [ - 5.402777671813965, - [ - -8.935441970825195, - 6.173376560211182, - -8.245637893676758 - ] - ], - [ - 5.416666507720947, - [ - -8.935750007629395, - 6.234816074371338, - -8.1697359085083 - ] - ], - [ - 5.4270830154418945, - [ - -8.935991287231445, - 6.2830681800842285, - -8.109957695007324 - ] - ], - [ - 5.4375, - [ - -8.936243057250977, - 6.333247661590576, - -8.047672271728516 - ] - ], - [ - 5.4479169845581055, - [ - -8.936504364013672, - 6.385203838348389, - -7.983025074005127 - ] - ], - [ - 5.458333492279053, - [ - -8.936772346496582, - 6.438785076141357, - -7.9161601066589355 - ] - ], - [ - 5.472222328186035, - [ - -8.93714427947998, - 6.512857913970947, - -7.823460102081299 - ] - ], - [ - 5.486111164093018, - [ - -8.937530517578125, - 6.589911937713623, - -7.726728916168213 - ] - ], - [ - 5.5, - [ - -8.9379301071167, - 6.6695990562438965, - -7.626303195953369 - ] - ], - [ - 5.513888835906982, - [ - -8.938342094421387, - 6.751918315887451, - -7.522182941436768 - ] - ], - [ - 5.527777671813965, - [ - -8.938767433166504, - 6.836866855621338, - -7.414368152618408 - ] - ], - [ - 5.541666507720947, - [ - -8.939205169677734, - 6.924099445343018, - -7.30319356918335 - ] - ], - [ - 5.5520830154418945, - [ - -8.939539909362793, - 6.991004467010498, - -7.217625141143799 - ] - ], - [ - 5.5625, - [ - -8.9398832321167, - 7.059245586395264, - -7.130115032196045 - ] - ], - [ - 5.5729169845581055, - [ - -8.940231323242188, - 7.128671169281006, - -7.040811061859131 - ] - ], - [ - 5.583333492279053, - [ - -8.940584182739258, - 7.1991286277771, - -6.949860095977783 - ] - ], - [ - 5.597222328186035, - [ - -8.94106388092041, - 7.2947821617126465, - -6.825926303863525 - ] - ], - [ - 5.611111164093018, - [ - -8.94155216217041, - 7.392364978790283, - -6.698972225189209 - ] - ], - [ - 5.625, - [ - -8.942049980163574, - 7.491527080535889, - -6.569333553314209 - ] - ], - [ - 5.638888835906982, - [ - -8.94255542755127, - 7.592268466949463, - -6.437010288238525 - ] - ], - [ - 5.652777671813965, - [ - -8.943068504333496, - 7.694588661193848, - -6.302000522613525 - ] - ], - [ - 5.666666507720947, - [ - -8.943586349487305, - 7.798137187957764, - -6.164644718170166 - ] - ], - [ - 5.6770830154418945, - [ - -8.943979263305664, - 7.876590251922607, - -6.060100078582764 - ] - ], - [ - 5.6875, - [ - -8.944376945495605, - 7.955786228179932, - -5.954183101654053 - ] - ], - [ - 5.6979169845581055, - [ - -8.944777488708496, - 8.035574913024902, - -5.847038745880127 - ] - ], - [ - 5.708333492279053, - [ - -8.945178985595703, - 8.115804672241211, - -5.738814830780029 - ] - ], - [ - 5.722222328186035, - [ - -8.945719718933105, - 8.223564147949219, - -5.592739582061768 - ] - ], - [ - 5.736111164093018, - [ - -8.946263313293457, - 8.33220100402832, - -5.444650173187256 - ] - ], - [ - 5.75, - [ - -8.946810722351074, - 8.441364288330078, - -5.294886112213135 - ] - ], - [ - 5.763888835906982, - [ - -8.947360038757324, - 8.551053047180176, - -5.143447399139404 - ] - ], - [ - 5.777777671813965, - [ - -8.94791316986084, - 8.661269187927246, - -4.9903340339660645 - ] - ], - [ - 5.791666507720947, - [ - -8.948466300964355, - 8.771660804748535, - -4.835882663726807 - ] - ], - [ - 5.8020830154418945, - [ - -8.948881149291992, - 8.854554176330566, - -4.719177722930908 - ] - ], - [ - 5.8125, - [ - -8.949297904968262, - 8.937600135803223, - -4.601668834686279 - ] - ], - [ - 5.8229169845581055, - [ - -8.949714660644531, - 9.020646095275879, - -4.483500957489014 - ] - ], - [ - 5.833333492279053, - [ - -8.950129508972168, - 9.103540420532227, - -4.364822864532471 - ] - ], - [ - 5.847222328186035, - [ - -8.950682640075684, - 9.213932037353516, - -4.205690860748291 - ] - ], - [ - 5.861111164093018, - [ - -8.9512357711792, - 9.32414722442627, - -4.045555591583252 - ] - ], - [ - 5.875, - [ - -8.95178508758545, - 9.433836936950684, - -3.884755849838257 - ] - ], - [ - 5.888888835906982, - [ - -8.95233154296875, - 9.542999267578125, - -3.723290205001831 - ] - ], - [ - 5.902777671813965, - [ - -8.952877044677734, - 9.651636123657227, - -3.5611588954925537 - ] - ], - [ - 5.916666507720947, - [ - -8.95341682434082, - 9.759395599365234, - -3.3986995220184326 - ] - ], - [ - 5.9270830154418945, - [ - -8.953818321228027, - 9.839625358581543, - -3.2766530513763428 - ] - ], - [ - 5.9375, - [ - -8.954218864440918, - 9.919414520263672, - -3.1543691158294678 - ] - ], - [ - 5.9479169845581055, - [ - -8.95461654663086, - 9.998610496520996, - -3.031994581222534 - ] - ], - [ - 5.958333492279053, - [ - -8.955009460449219, - 10.07706356048584, - -2.909677267074585 - ] - ], - [ - 5.972222328186035, - [ - -8.955528259277344, - 10.180611610412598, - -2.746577024459839 - ] - ], - [ - 5.986111164093018, - [ - -8.956040382385254, - 10.28293228149414, - -2.583484411239624 - ] - ], - [ - 6.0, - [ - -8.95654582977295, - 10.383673667907715, - -2.4207351207733154 - ] - ], - [ - 6.013888835906982, - [ - -8.957043647766113, - 10.482834815979004, - -2.258331060409546 - ] - ], - [ - 6.027777671813965, - [ - -8.95753288269043, - 10.58041763305664, - -2.096271276473999 - ] - ], - [ - 6.041666507720947, - [ - -8.958011627197266, - 10.676071166992188, - -1.934893250465393 - ] - ], - [ - 6.0520830154418945, - [ - -8.958364486694336, - 10.746530532836914, - -1.8143192529678345 - ] - ], - [ - 6.0625, - [ - -8.958712577819824, - 10.815956115722656, - -1.6940771341323853 - ] - ], - [ - 6.0729169845581055, - [ - -8.95905590057373, - 10.884196281433105, - -1.5743128061294556 - ] - ], - [ - 6.083333492279053, - [ - -8.959390640258789, - 10.951103210449219, - -1.4551721811294556 - ] - ], - [ - 6.097222328186035, - [ - -8.95982837677002, - 11.03833293914795, - -1.2971922159194946 - ] - ], - [ - 6.111111164093018, - [ - -8.960253715515137, - 11.123284339904785, - -1.1402298212051392 - ] - ], - [ - 6.125, - [ - -8.960665702819824, - 11.205601692199707, - -0.9846188426017761 - ] - ], - [ - 6.138888835906982, - [ - -8.961065292358398, - 11.285287857055664, - -0.8303620219230652 - ] - ], - [ - 6.152777671813965, - [ - -8.961450576782227, - 11.362342834472656, - -0.6774632334709167 - ] - ], - [ - 6.166666507720947, - [ - -8.961822509765625, - 11.43641471862793, - -0.5262524485588074 - ] - ], - [ - 6.1770830154418945, - [ - -8.962090492248535, - 11.489996910095215, - -0.41397061944007874 - ] - ], - [ - 6.1875, - [ - -8.96235179901123, - 11.541953086853027, - -0.3025871813297272 - ] - ], - [ - 6.1979169845581055, - [ - -8.962603569030762, - 11.592132568359375, - -0.19224898517131805 - ] - ], - [ - 6.208333492279053, - [ - -8.962844848632813, - 11.640384674072266, - -0.08310476690530777 - ] - ], - [ - 6.222222328186035, - [ - -8.963152885437012, - 11.701824188232422, - 0.06066926568746567 - ] - ], - [ - 6.236111164093018, - [ - -8.963443756103516, - 11.759928703308105, - 0.202413871884346 - ] - ], - [ - 6.25, - [ - -8.963717460632324, - 11.814350128173828, - 0.34179529547691345 - ] - ], - [ - 6.263888835906982, - [ - -8.963972091674805, - 11.86508560180664, - 0.478813499212265 - ] - ], - [ - 6.277777671813965, - [ - -8.964207649230957, - 11.912137985229492, - 0.6134646534919739 - ] - ], - [ - 6.291666507720947, - [ - -8.964423179626465, - 11.955153465270996, - 0.7454169392585754 - ] - ], - [ - 6.3020830154418945, - [ - -8.964571952819824, - 11.984753608703613, - 0.8425944447517395 - ] - ], - [ - 6.3125, - [ - -8.964709281921387, - 12.012133598327637, - 0.9383071064949036 - ] - ], - [ - 6.3229169845581055, - [ - -8.964834213256836, - 12.037144660949707, - 1.0324023962020874 - ] - ], - [ - 6.333333492279053, - [ - -8.964946746826172, - 12.059638977050781, - 1.1247371435165405 - ] - ], - [ - 6.347222328186035, - [ - -8.965078353881836, - 12.085811614990234, - 1.245214819908142 - ] - ], - [ - 6.361111164093018, - [ - -8.965187072753906, - 12.107597351074219, - 1.3626521825790405 - ] - ], - [ - 6.375, - [ - -8.965272903442383, - 12.124645233154297, - 1.4767173528671265 - ] - ], - [ - 6.388888835906982, - [ - -8.965333938598633, - 12.136918067932129, - 1.587328314781189 - ] - ], - [ - 6.402777671813965, - [ - -8.965372085571289, - 12.144453048706055, - 1.6945632696151733 - ] - ], - [ - 6.416666507720947, - [ - -8.965384483337402, - 12.147016525268555, - 1.7983325719833374 - ] - ], - [ - 6.4270830154418945, - [ - -8.9634428024292, - 12.14576244354248, - 1.8738254308700562 - ] - ], - [ - 6.4375, - [ - -8.95773696899414, - 12.142118453979492, - 1.9473479986190796 - ] - ], - [ - 6.4479169845581055, - [ - -8.94845199584961, - 12.136260986328125, - 2.018965005874634 - ] - ], - [ - 6.458333492279053, - [ - -8.935772895812988, - 12.128368377685547, - 2.0887415409088135 - ] - ], - [ - 6.472222328186035, - [ - -8.9133939743042, - 12.114494323730469, - 2.1789190769195557 - ] - ], - [ - 6.486111164093018, - [ - -8.884868621826172, - 12.096895217895508, - 2.2657949924468994 - ] - ], - [ - 6.5, - [ - -8.850850105285645, - 12.076201438903809, - 2.3494131565093994 - ] - ], - [ - 6.513888835906982, - [ - -8.811339378356934, - 12.052412986755371, - 2.4297773838043213 - ] - ], - [ - 6.527777671813965, - [ - -8.766334533691406, - 12.025529861450195, - 2.506887674331665 - ] - ], - [ - 6.541666507720947, - [ - -8.7164888381958, - 11.996179580688477, - 2.5807878971099854 - ] - ], - [ - 6.5520830154418945, - [ - -8.67595386505127, - 11.972575187683105, - 2.6341097354888916 - ] - ], - [ - 6.5625, - [ - -8.63260269165039, - 11.947492599487305, - 2.6856234073638916 - ] - ], - [ - 6.5729169845581055, - [ - -8.586711883544922, - 11.9212007522583, - 2.7353479862213135 - ] - ], - [ - 6.583333492279053, - [ - -8.538558959960938, - 11.893965721130371, - 2.7832987308502197 - ] - ], - [ - 6.597222328186035, - [ - -8.47065258026123, - 11.856012344360352, - 2.8444693088531494 - ] - ], - [ - 6.611111164093018, - [ - -8.398560523986816, - 11.816222190856934, - 2.9024832248687744 - ] - ], - [ - 6.625, - [ - -8.322931289672852, - 11.775225639343262, - 2.957388162612915 - ] - ], - [ - 6.638888835906982, - [ - -8.243765830993652, - 11.73302173614502, - 3.0091822147369385 - ] - ], - [ - 6.652777671813965, - [ - -8.161064147949219, - 11.689611434936523, - 3.0578691959381104 - ] - ], - [ - 6.666666507720947, - [ - -8.075477600097656, - 11.645622253417969, - 3.1034910678863525 - ] - ], - [ - 6.6770830154418945, - [ - -8.00942325592041, - 11.612277030944824, - 3.135704278945923 - ] - ], - [ - 6.6875, - [ - -7.941650390625, - 11.578516960144043, - 3.1661875247955322 - ] - ], - [ - 6.6979169845581055, - [ - -7.872438430786133, - 11.544608116149902, - 3.1949636936187744 - ] - ], - [ - 6.708333492279053, - [ - -7.802067756652832, - 11.510819435119629, - 3.2220499515533447 - ] - ], - [ - 6.722222328186035, - [ - -7.706249237060547, - 11.465779304504395, - 3.2555296421051025 - ] - ], - [ - 6.736111164093018, - [ - -7.6082000732421875, - 11.42078971862793, - 3.2859976291656494 - ] - ], - [ - 6.75, - [ - -7.508572101593018, - 11.376482009887695, - 3.313499689102173 - ] - ], - [ - 6.763888835906982, - [ - -7.407364845275879, - 11.332854270935059, - 3.3380377292633057 - ] - ], - [ - 6.777777671813965, - [ - -7.304577827453613, - 11.289909362792969, - 3.3596136569976807 - ] - ], - [ - 6.791666507720947, - [ - -7.200863838195801, - 11.248272895812988, - 3.378275156021118 - ] - ], - [ - 6.8020830154418945, - [ - -7.122497081756592, - 11.217931747436523, - 3.390363931655884 - ] - ], - [ - 6.8125, - [ - -7.04351282119751, - 11.188237190246582, - 3.400800943374634 - ] - ], - [ - 6.8229169845581055, - [ - -6.96419095993042, - 11.159457206726074, - 3.409616708755493 - ] - ], - [ - 6.833333492279053, - [ - -6.8848090171813965, - 11.131857872009277, - 3.416822671890259 - ] - ], - [ - 6.847222328186035, - [ - -6.780109405517578, - 11.097328186035156, - 3.423929452896118 - ] - ], - [ - 6.861111164093018, - [ - -6.675134658813477, - 11.064739227294922, - 3.4281675815582275 - ] - ], - [ - 6.875, - [ - -6.566285610198975, - 11.032898902893066, - 3.429575204849243 - ] - ], - [ - 6.888888835906982, - [ - -6.453347682952881, - 11.0018892288208, - 3.4246714115142822 - ] - ], - [ - 6.902777671813965, - [ - -6.336535930633545, - 10.97162914276123, - 3.4104597568511963 - ] - ], - [ - 6.916666507720947, - [ - -6.212893009185791, - 10.940681457519531, - 3.3876917362213135 - ] - ], - [ - 6.9270830154418945, - [ - -6.114599227905273, - 10.916607856750488, - 3.36495041847229 - ] - ], - [ - 6.9375, - [ - -6.01223087310791, - 10.892108917236328, - 3.3372347354888916 - ] - ], - [ - 6.9479169845581055, - [ - -5.906473636627197, - 10.867297172546387, - 3.3050196170806885 - ] - ], - [ - 6.958333492279053, - [ - -5.798016548156738, - 10.842286109924316, - 3.268781900405884 - ] - ], - [ - 6.972222328186035, - [ - -5.6487579345703125, - 10.808551788330078, - 3.2139017581939697 - ] - ], - [ - 6.986111164093018, - [ - -5.494285583496094, - 10.774393081665039, - 3.1515867710113525 - ] - ], - [ - 7.0, - [ - -5.336215496063232, - 10.740071296691895, - 3.082960367202759 - ] - ], - [ - 7.013888835906982, - [ - -5.17454719543457, - 10.705588340759277, - 3.0080244541168213 - ] - ], - [ - 7.027777671813965, - [ - -5.009282112121582, - 10.670942306518555, - 2.9267771244049072 - ] - ], - [ - 7.041666507720947, - [ - -4.842034816741943, - 10.636396408081055, - 2.840341806411743 - ] - ], - [ - 7.0520830154418945, - [ - -4.715364933013916, - 10.610563278198242, - 2.772157907485962 - ] - ], - [ - 7.0625, - [ - -4.587347030639648, - 10.584748268127441, - 2.7008955478668213 - ] - ], - [ - 7.0729169845581055, - [ - -4.458669185638428, - 10.559062957763672, - 2.6270315647125244 - ] - ], - [ - 7.083333492279053, - [ - -4.330020427703857, - 10.53361988067627, - 2.5510408878326416 - ] - ], - [ - 7.097222328186035, - [ - -4.158082485198975, - 10.49999713897705, - 2.446106195449829 - ] - ], - [ - 7.111111164093018, - [ - -3.985780715942383, - 10.46673583984375, - 2.337106943130493 - ] - ], - [ - 7.125, - [ - -3.8147311210632324, - 10.434100151062012, - 2.225170373916626 - ] - ], - [ - 7.138888835906982, - [ - -3.6449337005615234, - 10.402087211608887, - 2.110292673110962 - ] - ], - [ - 7.152777671813965, - [ - -3.476388931274414, - 10.370698928833008, - 1.9924758672714233 - ] - ], - [ - 7.166666507720947, - [ - -3.310713291168213, - 10.34019660949707, - 1.8728450536727905 - ] - ], - [ - 7.1770830154418945, - [ - -3.188403844833374, - 10.317912101745605, - 1.7819751501083374 - ] - ], - [ - 7.1875, - [ - -3.0674750804901123, - 10.296088218688965, - 1.6899207830429077 - ] - ], - [ - 7.1979169845581055, - [ - -2.9486148357391357, - 10.274836540222168, - 1.5971626043319702 - ] - ], - [ - 7.208333492279053, - [ - -2.8325111865997314, - 10.254267692565918, - 1.504177451133728 - ] - ], - [ - 7.222222328186035, - [ - -2.681544303894043, - 10.22783374786377, - 1.3795303106307983 - ] - ], - [ - 7.236111164093018, - [ - -2.5350632667541504, - 10.202548027038574, - 1.2541927099227905 - ] - ], - [ - 7.25, - [ - -2.3946845531463623, - 10.178672790527344, - 1.1292842626571655 - ] - ], - [ - 7.263888835906982, - [ - -2.2604081630706787, - 10.156208038330078, - 1.004808783531189 - ] - ], - [ - 7.277777671813965, - [ - -2.1322338581085205, - 10.135153770446777, - 0.8807643055915833 - ] - ], - [ - 7.291666507720947, - [ - -2.0117788314819336, - 10.115771293640137, - 0.7582762837409973 - ] - ], - [ - 7.3020830154418945, - [ - -1.9265670776367188, - 10.10234260559082, - 0.6674769520759583 - ] - ], - [ - 7.3125, - [ - -1.845466136932373, - 10.08981704711914, - 0.5773909687995911 - ] - ], - [ - 7.3229169845581055, - [ - -1.7691619396209717, - 10.078306198120117, - 0.48849520087242126 - ] - ], - [ - 7.333333492279053, - [ - -1.698340654373169, - 10.067920684814453, - 0.4012702405452728 - ] - ], - [ - 7.347222328186035, - [ - -1.6119945049285889, - 10.05575180053711, - 0.2872527539730072 - ] - ], - [ - 7.361111164093018, - [ - -1.5349843502044678, - 10.045516967773438, - 0.17591316998004913 - ] - ], - [ - 7.375, - [ - -1.4689264297485352, - 10.037480354309082, - 0.06837876886129379 - ] - ], - [ - 7.388888835906982, - [ - -1.4157015085220337, - 10.031668663024902, - -0.03474966436624527 - ] - ], - [ - 7.402777671813965, - [ - -1.3734287023544312, - 10.028053283691406, - -0.134072944521904 - ] - ], - [ - 7.416666507720947, - [ - -1.3380829095840454, - 10.026809692382813, - -0.23028342425823212 - ] - ], - [ - 7.4270830154418945, - [ - -1.3162193298339844, - 10.027922630310059, - -0.3001801073551178 - ] - ], - [ - 7.4375, - [ - -1.2989888191223145, - 10.031168937683105, - -0.36807218194007874 - ] - ], - [ - 7.4479169845581055, - [ - -1.2841800451278687, - 10.036404609680176, - -0.43472638726234436 - ] - ], - [ - 7.458333492279053, - [ - -1.2695814371109009, - 10.043486595153809, - -0.5009075999259949 - ] - ], - [ - 7.472222328186035, - [ - -1.2501853704452515, - 10.055952072143555, - -0.5883442759513855 - ] - ], - [ - 7.486111164093018, - [ - -1.2324726581573486, - 10.071784973144531, - -0.6744915843009949 - ] - ], - [ - 7.5, - [ - -1.216233253479004, - 10.090479850769043, - -0.7599350810050964 - ] - ], - [ - 7.513888835906982, - [ - -1.2014667987823486, - 10.112035751342773, - -0.8446747660636902 - ] - ], - [ - 7.527777671813965, - [ - -1.1881736516952515, - 10.136453628540039, - -0.9287106394767761 - ] - ], - [ - 7.541666507720947, - [ - -1.176142930984497, - 10.163227081298828, - -1.01262629032135 - ] - ], - [ - 7.5520830154418945, - [ - -1.1679404973983765, - 10.184831619262695, - -1.0755058526992798 - ] - ], - [ - 7.5625, - [ - -1.1604775190353394, - 10.207834243774414, - -1.1382404565811157 - ] - ], - [ - 7.5729169845581055, - [ - -1.1536657810211182, - 10.23201847076416, - -1.2010713815689087 - ] - ], - [ - 7.583333492279053, - [ - -1.1474167108535767, - 10.257168769836426, - -1.2642427682876587 - ] - ], - [ - 7.597222328186035, - [ - -1.140015959739685, - 10.292348861694336, - -1.3488508462905884 - ] - ], - [ - 7.611111164093018, - [ - -1.1336674690246582, - 10.329376220703125, - -1.4339224100112915 - ] - ], - [ - 7.625, - [ - -1.1281607151031494, - 10.367744445800781, - -1.520043969154358 - ] - ], - [ - 7.638888835906982, - [ - -1.1234958171844482, - 10.407455444335938, - -1.6072155237197876 - ] - ], - [ - 7.652777671813965, - [ - -1.1196725368499756, - 10.448507308959961, - -1.6954351663589478 - ] - ], - [ - 7.666666507720947, - [ - -1.116480827331543, - 10.490394592285156, - -1.7852903604507446 - ] - ], - [ - 7.6770830154418945, - [ - -1.1144930124282837, - 10.52233600616455, - -1.8537746667861938 - ] - ], - [ - 7.6875, - [ - -1.1128900051116943, - 10.554821968078613, - -1.923099160194397 - ] - ], - [ - 7.6979169845581055, - [ - -1.1115829944610596, - 10.587634086608887, - -1.993507981300354 - ] - ], - [ - 7.708333492279053, - [ - -1.1104830503463745, - 10.62055778503418, - -2.065241575241089 - ] - ], - [ - 7.722222328186035, - [ - -1.1093723773956299, - 10.66477108001709, - -2.162801504135132 - ] - ], - [ - 7.736111164093018, - [ - -1.108682632446289, - 10.709311485290527, - -2.262577772140503 - ] - ], - [ - 7.75, - [ - -1.1082733869552612, - 10.753673553466797, - -2.365159749984741 - ] - ], - [ - 7.763888835906982, - [ - -1.1080513000488281, - 10.797127723693848, - -2.471088171005249 - ] - ], - [ - 7.777777671813965, - [ - -1.1079694032669067, - 10.840402603149414, - -2.579819440841675 - ] - ], - [ - 7.791666507720947, - [ - -1.1079577207565308, - 10.885181427001953, - -2.690302610397339 - ] - ], - [ - 7.8020830154418945, - [ - -1.1079597473144531, - 10.919862747192383, - -2.774329900741577 - ] - ], - [ - 7.8125, - [ - -1.1079745292663574, - 10.95518684387207, - -2.859534978866577 - ] - ], - [ - 7.8229169845581055, - [ - -1.108014464378357, - 10.991767883300781, - -2.9453513622283936 - ] - ], - [ - 7.833333492279053, - [ - -1.108092188835144, - 11.030221939086914, - -3.0312106609344482 - ] - ], - [ - 7.847222328186035, - [ - -1.1082665920257568, - 11.084783554077148, - -3.1456334590911865 - ] - ], - [ - 7.861111164093018, - [ - -1.10856032371521, - 11.142312049865723, - -3.260474920272827 - ] - ], - [ - 7.875, - [ - -1.1090335845947266, - 11.20197582244873, - -3.375903844833374 - ] - ], - [ - 7.888888835906982, - [ - -1.1096762418746948, - 11.263775825500488, - -3.491920232772827 - ] - ], - [ - 7.902777671813965, - [ - -1.110498070716858, - 11.327710151672363, - -3.6085221767425537 - ] - ], - [ - 7.916666507720947, - [ - -1.1115888357162476, - 11.39294719696045, - -3.7258784770965576 - ] - ], - [ - 7.9270830154418945, - [ - -1.1125868558883667, - 11.442697525024414, - -3.8143937587738037 - ] - ], - [ - 7.9375, - [ - -1.1137237548828125, - 11.493298530578613, - -3.9033143520355225 - ] - ], - [ - 7.9479169845581055, - [ - -1.115037202835083, - 11.544398307800293, - -3.992706060409546 - ] - ], - [ - 7.958333492279053, - [ - -1.1165647506713867, - 11.595643043518066, - -4.082631587982178 - ] - ], - [ - 7.972222328186035, - [ - -1.118910789489746, - 11.664423942565918, - -4.203333377838135 - ] - ], - [ - 7.986111164093018, - [ - -1.1216152906417847, - 11.733675003051758, - -4.324951648712158 - ] - ], - [ - 8.0, - [ - -1.1247683763504028, - 11.802562713623047, - -4.447656154632568 - ] - ], - [ - 8.010416984558105, - [ - -1.12743079662323, - 11.853959083557129, - -4.540405750274658 - ] - ], - [ - 8.020833969116211, - [ - -1.1303329467773438, - 11.905267715454102, - -4.633742809295654 - ] - ], - [ - 8.03125, - [ - -1.1335121393203735, - 11.956133842468262, - -4.727728366851807 - ] - ], - [ - 8.041666984558105, - [ - -1.1370066404342651, - 12.006214141845703, - -4.822450160980225 - ] - ], - [ - 8.05555534362793, - [ - -1.1421319246292114, - 12.071980476379395, - -4.949822902679443 - ] - ], - [ - 8.06944465637207, - [ - -1.147795557975769, - 12.136555671691895, - -5.078455448150635 - ] - ], - [ - 8.083333015441895, - [ - -1.1540863513946533, - 12.1990966796875, - -5.208497524261475 - ] - ], - [ - 8.09375, - [ - -1.1592199802398682, - 12.24464225769043, - -5.306971073150635 - ] - ], - [ - 8.104166030883789, - [ - -1.1646935939788818, - 12.289158821105957, - -5.406210422515869 - ] - ], - [ - 8.114583015441895, - [ - -1.1705459356307983, - 12.332304000854492, - -5.506303310394287 - ] - ], - [ - 8.125, - [ - -1.1768144369125366, - 12.373723030090332, - -5.607309818267822 - ] - ], - [ - 8.135416984558105, - [ - -1.1834863424301147, - 12.413531303405762, - -5.709207057952881 - ] - ], - [ - 8.145833969116211, - [ - -1.1905491352081299, - 12.4518461227417, - -5.811972141265869 - ] - ], - [ - 8.15625, - [ - -1.1980400085449219, - 12.488314628601074, - -5.915665149688721 - ] - ], - [ - 8.166666984558105, - [ - -1.205998182296753, - 12.522590637207031, - -6.020374774932861 - ] - ], - [ - 8.18055534362793, - [ - -1.2173094749450684, - 12.565099716186523, - -6.161501407623291 - ] - ], - [ - 8.19444465637207, - [ - -1.2294284105300903, - 12.60391616821289, - -6.304385662078857 - ] - ], - [ - 8.208333015441895, - [ - -1.2424430847167969, - 12.638202667236328, - -6.449177265167236 - ] - ], - [ - 8.21875, - [ - -1.2527967691421509, - 12.660916328430176, - -6.559040546417236 - ] - ], - [ - 8.229166030883789, - [ - -1.263641119003296, - 12.681197166442871, - -6.669950008392334 - ] - ], - [ - 8.239583015441895, - [ - -1.275015950202942, - 12.698699951171875, - -6.781992435455322 - ] - ], - [ - 8.25, - [ - -1.2869582176208496, - 12.713068962097168, - -6.895229816436768 - ] - ], - [ - 8.260416984558105, - [ - -1.2993091344833374, - 12.724365234375, - -7.009623050689697 - ] - ], - [ - 8.270833969116211, - [ - -1.31210458278656, - 12.732723236083984, - -7.125155925750732 - ] - ], - [ - 8.28125, - [ - -1.3256738185882568, - 12.737909317016602, - -7.24191427230835 - ] - ], - [ - 8.291666984558105, - [ - -1.3403494358062744, - 12.739689826965332, - -7.360019207000732 - ] - ], - [ - 8.30555534362793, - [ - -1.361485242843628, - 12.738327026367188, - -7.519599437713623 - ] - ], - [ - 8.31944465637207, - [ - -1.3843915462493896, - 12.734320640563965, - -7.681508541107178 - ] - ], - [ - 8.333333015441895, - [ - -1.4096605777740479, - 12.727791786193848, - -7.845654010772705 - ] - ], - [ - 8.34375, - [ - -1.4303545951843262, - 12.721231460571289, - -7.970290660858154 - ] - ], - [ - 8.354166030883789, - [ - -1.4524035453796387, - 12.713228225708008, - -8.096221923828125 - ] - ], - [ - 8.364583015441895, - [ - -1.4757306575775146, - 12.703856468200684, - -8.223349571228027 - ] - ], - [ - 8.375, - [ - -1.5002533197402954, - 12.693195343017578, - -8.35153865814209 - ] - ], - [ - 8.385416984558105, - [ - -1.5259983539581299, - 12.681218147277832, - -8.480831146240234 - ] - ], - [ - 8.395833969116211, - [ - -1.5529927015304565, - 12.667900085449219, - -8.611266136169434 - ] - ], - [ - 8.40625, - [ - -1.5811530351638794, - 12.653319358825684, - -8.74271011352539 - ] - ], - [ - 8.416666984558105, - [ - -1.6104038953781128, - 12.637551307678223, - -8.875066757202148 - ] - ], - [ - 8.43055534362793, - [ - -1.6511454582214355, - 12.614632606506348, - -9.053009033203125 - ] - ], - [ - 8.44444465637207, - [ - -1.6938719749450684, - 12.589557647705078, - -9.232634544372559 - ] - ], - [ - 8.458333015441895, - [ - -1.7383859157562256, - 12.562512397766113, - -9.413629531860352 - ] - ], - [ - 8.46875, - [ - -1.7729406356811523, - 12.540940284729004, - -9.55028247833252 - ] - ], - [ - 8.479166030883789, - [ - -1.8085265159606934, - 12.518235206604004, - -9.687742233276367 - ] - ], - [ - 8.489583015441895, - [ - -1.8450684547424316, - 12.494470596313477, - -9.825909614562988 - ] - ], - [ - 8.5, - [ - -1.8824827671051025, - 12.469725608825684, - -9.964653015136719 - ] - ], - [ - 8.510416984558105, - [ - -1.9207963943481445, - 12.443974494934082, - -10.104011535644531 - ] - ], - [ - 8.520833969116211, - [ - -1.9600367546081543, - 12.417191505432129, - -10.244026184082031 - ] - ], - [ - 8.53125, - [ - -2.0001187324523926, - 12.389456748962402, - -10.384562492370605 - ] - ], - [ - 8.541666984558105, - [ - -2.0409693717956543, - 12.360841751098633, - -10.525525093078613 - ] - ], - [ - 8.55555534362793, - [ - -2.0966739654541016, - 12.321277618408203, - -10.714181900024414 - ] - ], - [ - 8.56944465637207, - [ - -2.15378999710083, - 12.280105590820313, - -10.903656005859375 - ] - ], - [ - 8.583333015441895, - [ - -2.212118148803711, - 12.23751449584961, - -11.093635559082031 - ] - ], - [ - 8.59375, - [ - -2.256657838821411, - 12.204644203186035, - -11.236457824707031 - ] - ], - [ - 8.604166030883789, - [ - -2.3019042015075684, - 12.170950889587402, - -11.379598617553711 - ] - ], - [ - 8.614583015441895, - [ - -2.3477847576141357, - 12.136505126953125, - -11.52296257019043 - ] - ], - [ - 8.625, - [ - -2.3942148685455322, - 12.10138988494873, - -11.666413307189941 - ] - ], - [ - 8.635416984558105, - [ - -2.4412214756011963, - 12.065577507019043, - -11.809993743896484 - ] - ], - [ - 8.645833969116211, - [ - -2.4888312816619873, - 12.029043197631836, - -11.953742027282715 - ] - ], - [ - 8.65625, - [ - -2.536959171295166, - 11.991867065429688, - -12.097524642944336 - ] - ], - [ - 8.666666984558105, - [ - -2.5855329036712646, - 11.954118728637695, - -12.241246223449707 - ] - ], - [ - 8.68055534362793, - [ - -2.6510326862335205, - 11.902860641479492, - -12.43282413482666 - ] - ], - [ - 8.69444465637207, - [ - -2.717369794845581, - 11.850543022155762, - -12.62435531616211 - ] - ], - [ - 8.708333015441895, - [ - -2.7843446731567383, - 11.797357559204102, - -12.815524101257324 - ] - ], - [ - 8.71875, - [ - -2.8349926471710205, - 11.756900787353516, - -12.958670616149902 - ] - ], - [ - 8.729166030883789, - [ - -2.886023998260498, - 11.71593189239502, - -13.101648330688477 - ] - ], - [ - 8.739583015441895, - [ - -2.9373672008514404, - 11.674519538879395, - -13.24436092376709 - ] - ], - [ - 8.75, - [ - -2.98893666267395, - 11.632746696472168, - -13.386674880981445 - ] - ], - [ - 8.760416984558105, - [ - -3.040759325027466, - 11.59058666229248, - -13.528630256652832 - ] - ], - [ - 8.770833969116211, - [ - -3.092862367630005, - 11.548013687133789, - -13.670267105102539 - ] - ], - [ - 8.78125, - [ - -3.14516019821167, - 11.505109786987305, - -13.811450958251953 - ] - ], - [ - 8.791666984558105, - [ - -3.1975812911987305, - 11.461942672729492, - -13.95208740234375 - ] - ], - [ - 8.80555534362793, - [ - -3.2677080631256104, - 11.403939247131348, - -14.138792991638184 - ] - ], - [ - 8.81944465637207, - [ - -3.3380987644195557, - 11.345426559448242, - -14.3245849609375 - ] - ], - [ - 8.833333015441895, - [ - -3.4085519313812256, - 11.28659725189209, - -14.509149551391602 - ] - ], - [ - 8.84375, - [ - -3.4614319801330566, - 11.242268562316895, - -14.646774291992188 - ] - ], - [ - 8.854166030883789, - [ - -3.5143723487854004, - 11.197736740112305, - -14.783743858337402 - ] - ], - [ - 8.864583015441895, - [ - -3.5673017501831055, - 11.153071403503418, - -14.919960975646973 - ] - ], - [ - 8.875, - [ - -3.6201345920562744, - 11.108354568481445, - -15.055291175842285 - ] - ], - [ - 8.885416984558105, - [ - -3.6728978157043457, - 11.063560485839844, - -15.189776420593262 - ] - ], - [ - 8.895833969116211, - [ - -3.7256178855895996, - 11.018662452697754, - -15.323455810546875 - ] - ], - [ - 8.90625, - [ - -3.778209686279297, - 10.973742485046387, - -15.456196784973145 - ] - ], - [ - 8.916666984558105, - [ - -3.830601692199707, - 10.928869247436523, - -15.587900161743164 - ] - ], - [ - 8.93055534362793, - [ - -3.9001874923706055, - 10.869071960449219, - -15.761940002441406 - ] - ], - [ - 8.94444465637207, - [ - -3.9694628715515137, - 10.809316635131836, - -15.934200286865234 - ] - ], - [ - 8.958333015441895, - [ - -4.03822660446167, - 10.74979305267334, - -16.104366302490234 - ] - ], - [ - 8.96875, - [ - -4.089462757110596, - 10.705306053161621, - -16.230623245239258 - ] - ], - [ - 8.979166030883789, - [ - -4.140436172485352, - 10.660923957824707, - -16.35573959350586 - ] - ], - [ - 8.989583015441895, - [ - -4.191075801849365, - 10.616719245910645, - -16.479616165161133 - ] - ], - [ - 9.0, - [ - -4.241295337677002, - 10.572772026062012, - -16.60211753845215 - ] - ], - [ - 9.010416984558105, - [ - -4.2911224365234375, - 10.52905559539795, - -16.723285675048828 - ] - ], - [ - 9.020833969116211, - [ - -4.340583324432373, - 10.485546112060547, - -16.843162536621094 - ] - ], - [ - 9.03125, - [ - -4.389593124389648, - 10.442323684692383, - -16.96161460876465 - ] - ], - [ - 9.041666984558105, - [ - -4.438080787658691, - 10.399456977844238, - -17.078540802001953 - ] - ], - [ - 9.05555534362793, - [ - -4.501957893371582, - 10.342818260192871, - -17.232120513916016 - ] - ], - [ - 9.06944465637207, - [ - -4.5649495124816895, - 10.28676986694336, - -17.383054733276367 - ] - ], - [ - 9.083333015441895, - [ - -4.626855850219727, - 10.231504440307617, - -17.531028747558594 - ] - ], - [ - 9.09375, - [ - -4.672571659088135, - 10.190570831298828, - -17.640073776245117 - ] - ], - [ - 9.104166030883789, - [ - -4.717702865600586, - 10.150053024291992, - -17.74748992919922 - ] - ], - [ - 9.114583015441895, - [ - -4.762176036834717, - 10.110020637512207, - -17.853178024291992 - ] - ], - [ - 9.125, - [ - -4.805906295776367, - 10.070555686950684, - -17.957006454467773 - ] - ], - [ - 9.135416984558105, - [ - -4.8487772941589355, - 10.031763076782227, - -18.058664321899414 - ] - ], - [ - 9.145833969116211, - [ - -4.890863418579102, - 9.993575096130371, - -18.158309936523438 - ] - ], - [ - 9.15625, - [ - -4.93236780166626, - 9.955806732177734, - -18.25650978088379 - ] - ], - [ - 9.166666984558105, - [ - -4.97350549697876, - 9.918265342712402, - -18.353862762451172 - ] - ], - [ - 9.18055534362793, - [ - -5.027597904205322, - 9.868735313415527, - -18.48192024230957 - ] - ], - [ - 9.19444465637207, - [ - -5.0809125900268555, - 9.819720268249512, - -18.608118057250977 - ] - ], - [ - 9.208333015441895, - [ - -5.134064674377441, - 9.770658493041992, - -18.733898162841797 - ] - ], - [ - 9.229166030883789, - [ - -5.213805198669434, - 9.696684837341309, - -18.92262077331543 - ] - ], - [ - 9.239583015441895, - [ - -5.25354528427124, - 9.659649848937988, - -19.016611099243164 - ] - ], - [ - 9.25, - [ - -5.293201446533203, - 9.622576713562012, - -19.110261917114258 - ] - ], - [ - 9.260416984558105, - [ - -5.332772254943848, - 9.585468292236328, - -19.20359992980957 - ] - ], - [ - 9.270833969116211, - [ - -5.372256755828857, - 9.548325538635254, - -19.296642303466797 - ] - ], - [ - 9.28125, - [ - -5.411654472351074, - 9.511147499084473, - -19.389318466186523 - ] - ], - [ - 9.291666984558105, - [ - -5.4509758949279785, - 9.473920822143555, - -19.48158073425293 - ] - ], - [ - 9.30555534362793, - [ - -5.503273963928223, - 9.424224853515625, - -19.603971481323242 - ] - ], - [ - 9.31944465637207, - [ - -5.555432319641113, - 9.374448776245117, - -19.72566032409668 - ] - ], - [ - 9.333333015441895, - [ - -5.607449054718018, - 9.324589729309082, - -19.846477508544922 - ] - ], - [ - 9.34375, - [ - -5.646374702453613, - 9.287135124206543, - -19.936521530151367 - ] - ], - [ - 9.354166030883789, - [ - -5.685218811035156, - 9.24963665008545, - -20.026094436645508 - ] - ], - [ - 9.364583015441895, - [ - -5.723991394042969, - 9.212081909179688, - -20.11514663696289 - ] - ], - [ - 9.375, - [ - -5.762692928314209, - 9.174470901489258, - -20.20360565185547 - ] - ], - [ - 9.385416984558105, - [ - -5.801321029663086, - 9.13680362701416, - -20.291492462158203 - ] - ], - [ - 9.395833969116211, - [ - -5.839875221252441, - 9.099082946777344, - -20.378828048706055 - ] - ], - [ - 9.40625, - [ - -5.878354549407959, - 9.061306953430176, - -20.465543746948242 - ] - ], - [ - 9.416666984558105, - [ - -5.916769981384277, - 9.023463249206543, - -20.551589965820313 - ] - ], - [ - 9.43055534362793, - [ - -5.967878818511963, - 8.972912788391113, - -20.665292739868164 - ] - ], - [ - 9.44444465637207, - [ - -6.018868923187256, - 8.922248840332031, - -20.7778377532959 - ] - ], - [ - 9.458333015441895, - [ - -6.069739818572998, - 8.871465682983398, - -20.889055252075195 - ] - ], - [ - 9.46875, - [ - -6.107820510864258, - 8.833294868469238, - -20.971603393554688 - ] - ], - [ - 9.479166030883789, - [ - -6.14583158493042, - 8.795062065124512, - -21.053422927856445 - ] - ], - [ - 9.489583015441895, - [ - -6.183784008026123, - 8.756752014160156, - -21.134464263916016 - ] - ], - [ - 9.5, - [ - -6.221675872802734, - 8.718366622924805, - -21.214656829833984 - ] - ], - [ - 9.510416984558105, - [ - -6.259507179260254, - 8.67990493774414, - -21.294021606445313 - ] - ], - [ - 9.520833969116211, - [ - -6.297276973724365, - 8.64137077331543, - -21.37257957458496 - ] - ], - [ - 9.53125, - [ - -6.334984302520752, - 8.602760314941406, - -21.450260162353516 - ] - ], - [ - 9.541666984558105, - [ - -6.3726396560668945, - 8.564064025878906, - -21.527015686035156 - ] - ], - [ - 9.55555534362793, - [ - -6.422753810882568, - 8.512346267700195, - -21.6279354095459 - ] - ], - [ - 9.56944465637207, - [ - -6.472771167755127, - 8.460478782653809, - -21.72723960876465 - ] - ], - [ - 9.583333015441895, - [ - -6.522690773010254, - 8.408458709716797, - -21.82476234436035 - ] - ], - [ - 9.59375, - [ - -6.560072422027588, - 8.36933708190918, - -21.896738052368164 - ] - ], - [ - 9.604166030883789, - [ - -6.5973968505859375, - 8.330132484436035, - -21.967731475830078 - ] - ], - [ - 9.614583015441895, - [ - -6.634674072265625, - 8.290833473205566, - -22.037689208984375 - ] - ], - [ - 9.625, - [ - -6.671903610229492, - 8.251437187194824, - -22.106542587280273 - ] - ], - [ - 9.635416984558105, - [ - -6.709084510803223, - 8.211946487426758, - -22.174312591552734 - ] - ], - [ - 9.645833969116211, - [ - -6.7462158203125, - 8.172362327575684, - -22.24102020263672 - ] - ], - [ - 9.65625, - [ - -6.78329610824585, - 8.132683753967285, - -22.306594848632813 - ] - ], - [ - 9.666666984558105, - [ - -6.820337772369385, - 8.09289836883545, - -22.37098503112793 - ] - ], - [ - 9.68055534362793, - [ - -6.869652271270752, - 8.039698600769043, - -22.45502281188965 - ] - ], - [ - 9.69444465637207, - [ - -6.918891429901123, - 7.98631477355957, - -22.536989212036133 - ] - ], - [ - 9.708333015441895, - [ - -6.96805477142334, - 7.932742595672607, - -22.61672019958496 - ] - ], - [ - 9.71875, - [ - -7.004883289337158, - 7.892434120178223, - -22.675052642822266 - ] - ], - [ - 9.729166030883789, - [ - -7.041666507720947, - 7.852023124694824, - -22.732147216796875 - ] - ], - [ - 9.739583015441895, - [ - -7.0784149169921875, - 7.811497688293457, - -22.78795051574707 - ] - ], - [ - 9.75, - [ - -7.1151275634765625, - 7.770855903625488, - -22.842391967773438 - ] - ], - [ - 9.760416984558105, - [ - -7.151803493499756, - 7.730099678039551, - -22.895492553710938 - ] - ], - [ - 9.770833969116211, - [ - -7.188442707061768, - 7.689230918884277, - -22.947277069091797 - ] - ], - [ - 9.78125, - [ - -7.225043773651123, - 7.648247718811035, - -22.99767303466797 - ] - ], - [ - 9.791666984558105, - [ - -7.2616167068481445, - 7.607138633728027, - -23.046627044677734 - ] - ], - [ - 9.80555534362793, - [ - -7.310325622558594, - 7.55214262008667, - -23.10968589782715 - ] - ], - [ - 9.81944465637207, - [ - -7.358982086181641, - 7.496927738189697, - -23.170217514038086 - ] - ], - [ - 9.833333015441895, - [ - -7.407583713531494, - 7.441488742828369, - -23.228057861328125 - ] - ], - [ - 9.84375, - [ - -7.444004535675049, - 7.399759769439697, - -23.26967430114746 - ] - ], - [ - 9.854166030883789, - [ - -7.480392932891846, - 7.357905864715576, - -23.309797286987305 - ] - ], - [ - 9.864583015441895, - [ - -7.516758441925049, - 7.315919399261475, - -23.348371505737305 - ] - ], - [ - 9.875, - [ - -7.5531005859375, - 7.273796558380127, - -23.38532829284668 - ] - ], - [ - 9.885416984558105, - [ - -7.589418888092041, - 7.231539249420166, - -23.42068862915039 - ] - ], - [ - 9.895833969116211, - [ - -7.625710964202881, - 7.189150333404541, - -23.4544734954834 - ] - ], - [ - 9.90625, - [ - -7.661977767944336, - 7.146627902984619, - -23.48661994934082 - ] - ], - [ - 9.916666984558105, - [ - -7.698227882385254, - 7.103959560394287, - -23.517065048217773 - ] - ], - [ - 9.93055534362793, - [ - -7.746528625488281, - 7.0468525886535645, - -23.5550479888916 - ] - ], - [ - 9.94444465637207, - [ - -7.794795989990234, - 6.989492893218994, - -23.590045928955078 - ] - ], - [ - 9.958333015441895, - [ - -7.84303092956543, - 6.931873798370361, - -23.621902465820313 - ] - ], - [ - 9.96875, - [ - -7.879189491271973, - 6.888487339019775, - -23.643728256225586 - ] - ], - [ - 9.979166030883789, - [ - -7.915329933166504, - 6.844955921173096, - -23.663806915283203 - ] - ], - [ - 9.989583015441895, - [ - -7.951457977294922, - 6.801271915435791, - -23.682079315185547 - ] - ], - [ - 10.0, - [ - -7.987575531005859, - 6.757432460784912, - -23.69847869873047 - ] - ], - [ - 10.010416984558105, - [ - -8.023680686950684, - 6.713439464569092, - -23.71302604675293 - ] - ], - [ - 10.020833969116211, - [ - -8.059773445129395, - 6.6692938804626465, - -23.72574234008789 - ] - ], - [ - 10.03125, - [ - -8.09585189819336, - 6.624995708465576, - -23.736562728881836 - ] - ], - [ - 10.041666984558105, - [ - -8.131925582885742, - 6.580532550811768, - -23.745426177978516 - ] - ], - [ - 10.05555534362793, - [ - -8.17979907989502, - 6.521043300628662, - -23.754220962524414 - ] - ], - [ - 10.06944465637207, - [ - -8.2276611328125, - 6.461266040802002, - -23.759571075439453 - ] - ], - [ - 10.083333015441895, - [ - -8.276145935058594, - 6.401069164276123, - -23.761377334594727 - ] - ], - [ - 10.09375, - [ - -8.312976837158203, - 6.3556294441223145, - -23.761377334594727 - ] - ], - [ - 10.104166030883789, - [ - -8.350085258483887, - 6.3099684715271, - -23.761377334594727 - ] - ], - [ - 10.114583015441895, - [ - -8.387691497802734, - 6.264037609100342, - -23.761377334594727 - ] - ], - [ - 10.125, - [ - -8.426002502441406, - 6.217799663543701, - -23.761377334594727 - ] - ], - [ - 10.135416984558105, - [ - -8.465096473693848, - 6.171237468719482, - -23.761377334594727 - ] - ], - [ - 10.145833969116211, - [ - -8.504855155944824, - 6.1243767738342285, - -23.761377334594727 - ] - ], - [ - 10.15625, - [ - -8.545188903808594, - 6.077239513397217, - -23.761377334594727 - ] - ], - [ - 10.166666984558105, - [ - -8.586019515991211, - 6.0298380851745605, - -23.761377334594727 - ] - ], - [ - 10.18055534362793, - [ - -8.64128303527832, - 5.966228008270264, - -23.761377334594727 - ] - ], - [ - 10.19444465637207, - [ - -8.697479248046875, - 5.9021382331848145, - -23.761377334594727 - ] - ], - [ - 10.208333015441895, - [ - -8.754404067993164, - 5.837629795074463, - -23.761377334594727 - ] - ], - [ - 10.21875, - [ - -8.797569274902344, - 5.788966655731201, - -23.761377334594727 - ] - ], - [ - 10.229166030883789, - [ - -8.841172218322754, - 5.740062236785889, - -23.761377334594727 - ] - ], - [ - 10.239583015441895, - [ - -8.885133743286133, - 5.690927982330322, - -23.761377334594727 - ] - ], - [ - 10.25, - [ - -8.929365158081055, - 5.641590595245361, - -23.761377334594727 - ] - ], - [ - 10.260416984558105, - [ - -8.973896026611328, - 5.592041492462158, - -23.761377334594727 - ] - ], - [ - 10.270833969116211, - [ - -9.018754005432129, - 5.542273044586182, - -23.761377334594727 - ] - ], - [ - 10.291666984558105, - [ - -9.109109878540039, - 5.442164897918701, - -23.761377334594727 - ] - ], - [ - 10.30555534362793, - [ - -9.169755935668945, - 5.375021457672119, - -23.761377334594727 - ] - ], - [ - 10.31944465637207, - [ - -9.230735778808594, - 5.307544231414795, - -23.761377334594727 - ] - ], - [ - 10.34375, - [ - -9.337760925292969, - 5.188792705535889, - -23.761377334594727 - ] - ], - [ - 10.364583015441895, - [ - -9.429810523986816, - 5.086325168609619, - -23.761377334594727 - ] - ], - [ - 10.385416984558105, - [ - -9.521717071533203, - 4.98333215713501, - -23.761377334594727 - ] - ], - [ - 10.40625, - [ - -9.613471984863281, - 4.879822254180908, - -23.761377334594727 - ] - ], - [ - 10.43055534362793, - [ - -9.719775199890137, - 4.758533954620361, - -23.761377334594727 - ] - ], - [ - 10.44444465637207, - [ - -9.780162811279297, - 4.688971042633057, - -23.761377334594727 - ] - ], - [ - 10.458333015441895, - [ - -9.840084075927734, - 4.619277477264404, - -23.761377334594727 - ] - ], - [ - 10.479166030883789, - [ - -9.929105758666992, - 4.514477252960205, - -23.761377334594727 - ] - ], - [ - 10.489583015441895, - [ - -9.973185539245605, - 4.461970806121826, - -23.761377334594727 - ] - ], - [ - 10.5, - [ - -10.016864776611328, - 4.409422397613525, - -23.761377334594727 - ] - ], - [ - 10.510416984558105, - [ - -10.06017017364502, - 4.356825351715088, - -23.761377334594727 - ] - ], - [ - 10.520833969116211, - [ - -10.103130340576172, - 4.304171085357666, - -23.761377334594727 - ] - ], - [ - 10.53125, - [ - -10.145658493041992, - 4.2514872550964355, - -23.761377334594727 - ] - ], - [ - 10.541666984558105, - [ - -10.187675476074219, - 4.198781490325928, - -23.761377334594727 - ] - ], - [ - 10.55555534362793, - [ - -10.242953300476074, - 4.128478527069092, - -23.761377334594727 - ] - ], - [ - 10.56944465637207, - [ - -10.297371864318848, - 4.058130741119385, - -23.761377334594727 - ] - ], - [ - 10.583333015441895, - [ - -10.350725173950195, - 3.9877984523773193, - -23.761377334594727 - ] - ], - [ - 10.59375, - [ - -10.390036582946777, - 3.9350526332855225, - -23.761377334594727 - ] - ], - [ - 10.604166030883789, - [ - -10.428776741027832, - 3.8823087215423584, - -23.761377334594727 - ] - ], - [ - 10.614583015441895, - [ - -10.466866493225098, - 3.829580068588257, - -23.761377334594727 - ] - ], - [ - 10.625, - [ - -10.504220962524414, - 3.776890516281128, - -23.761377334594727 - ] - ], - [ - 10.635416984558105, - [ - -10.540864944458008, - 3.724233388900757, - -23.761377334594727 - ] - ], - [ - 10.645833969116211, - [ - -10.576828002929688, - 3.6716020107269287, - -23.761377334594727 - ] - ], - [ - 10.65625, - [ - -10.612021446228027, - 3.6190221309661865, - -23.761377334594727 - ] - ], - [ - 10.666666984558105, - [ - -10.646369934082031, - 3.566500425338745, - -23.761377334594727 - ] - ], - [ - 10.68055534362793, - [ - -10.690898895263672, - 3.496570348739624, - -23.761377334594727 - ] - ], - [ - 10.69444465637207, - [ - -10.733970642089844, - 3.426739454269409, - -23.761377334594727 - ] - ], - [ - 10.708333015441895, - [ - -10.77538013458252, - 3.3570687770843506, - -23.761377334594727 - ] - ], - [ - 10.71875, - [ - -10.805341720581055, - 3.304913282394409, - -23.761377334594727 - ] - ], - [ - 10.729166030883789, - [ - -10.834396362304688, - 3.252842664718628, - -23.761377334594727 - ] - ], - [ - 10.739583015441895, - [ - -10.862464904785156, - 3.2008683681488037, - -23.761377334594727 - ] - ], - [ - 10.75, - [ - -10.889460563659668, - 3.1490132808685303, - -23.761377334594727 - ] - ], - [ - 10.760416984558105, - [ - -10.915410995483398, - 3.0972726345062256, - -23.761377334594727 - ] - ], - [ - 10.770833969116211, - [ - -10.940343856811523, - 3.045637845993042, - -23.761377334594727 - ] - ], - [ - 10.78125, - [ - -10.964173316955566, - 2.9941365718841553, - -23.761377334594727 - ] - ], - [ - 10.791666984558105, - [ - -10.986818313598633, - 2.9427764415740967, - -23.761377334594727 - ] - ], - [ - 10.80555534362793, - [ - -11.015222549438477, - 2.874521017074585, - -23.761377334594727 - ] - ], - [ - 10.81944465637207, - [ - -11.041569709777832, - 2.806508779525757, - -23.761377334594727 - ] - ], - [ - 10.833333015441895, - [ - -11.065659523010254, - 2.7388017177581787, - -23.761377334594727 - ] - ], - [ - 10.84375, - [ - -11.082239151000977, - 2.6882131099700928, - -23.761377334594727 - ] - ], - [ - 10.854166030883789, - [ - -11.097577095031738, - 2.6377923488616943, - -23.761377334594727 - ] - ], - [ - 10.864583015441895, - [ - -11.111590385437012, - 2.5875470638275146, - -23.761377334594727 - ] - ], - [ - 10.875, - [ - -11.124195098876953, - 2.537503957748413, - -23.761377334594727 - ] - ], - [ - 10.885416984558105, - [ - -11.135417938232422, - 2.487656354904175, - -23.761377334594727 - ] - ], - [ - 10.895833969116211, - [ - -11.14528751373291, - 2.4379966259002686, - -23.761377334594727 - ] - ], - [ - 10.90625, - [ - -11.153718948364258, - 2.3885505199432373, - -23.761377334594727 - ] - ], - [ - 10.916666984558105, - [ - -11.160630226135254, - 2.3393266201019287, - -23.761377334594727 - ] - ], - [ - 10.93055534362793, - [ - -11.167510032653809, - 2.2745473384857178, - -23.761377334594727 - ] - ], - [ - 10.94444465637207, - [ - -11.171735763549805, - 2.210158109664917, - -23.761377334594727 - ] - ], - [ - 10.958333015441895, - [ - -11.173172950744629, - 2.144712209701538, - -23.761377334594727 - ] - ], - [ - 10.96875, - [ - -11.166657447814941, - 2.0947349071502686, - -23.756690979003906 - ] - ], - [ - 10.979166030883789, - [ - -11.147953033447266, - 2.0442817211151123, - -23.743234634399414 - ] - ], - [ - 10.989583015441895, - [ - -11.118315696716309, - 1.9929958581924438, - -23.721912384033203 - ] - ], - [ - 11.0, - [ - -11.079010009765625, - 1.940539002418518, - -23.69363784790039 - ] - ], - [ - 11.010416984558105, - [ - -11.02929973602295, - 1.886640191078186, - -23.657875061035156 - ] - ], - [ - 11.020833969116211, - [ - -10.96886920928955, - 1.8315426111221313, - -23.614402770996094 - ] - ], - [ - 11.03125, - [ - -10.899618148803711, - 1.7756763696670532, - -23.56458282470703 - ] - ], - [ - 11.041666984558105, - [ - -10.823423385620117, - 1.7194534540176392, - -23.509769439697266 - ] - ], - [ - 11.05555534362793, - [ - -10.709835052490234, - 1.643680214881897, - -23.42805290222168 - ] - ], - [ - 11.06944465637207, - [ - -10.582785606384277, - 1.5670267343521118, - -23.336654663085938 - ] - ], - [ - 11.083333015441895, - [ - -10.446778297424316, - 1.4905096292495728, - -23.238811492919922 - ] - ], - [ - 11.09375, - [ - -10.339056015014648, - 1.4332424402236938, - -23.16131591796875 - ] - ], - [ - 11.104166030883789, - [ - -10.225667953491211, - 1.3759123086929321, - -23.079744338989258 - ] - ], - [ - 11.114583015441895, - [ - -10.108487129211426, - 1.318933129310608, - -22.995445251464844 - ] - ], - [ - 11.125, - [ - -9.989413261413574, - 1.2627350091934204, - -22.9097843170166 - ] - ], - [ - 11.135416984558105, - [ - -9.867817878723145, - 1.207175850868225, - -22.822307586669922 - ] - ], - [ - 11.145833969116211, - [ - -9.743069648742676, - 1.1521145105361938, - -22.73256492614746 - ] - ], - [ - 11.15625, - [ - -9.617071151733398, - 1.0979801416397095, - -22.641921997070313 - ] - ], - [ - 11.166666984558105, - [ - -9.491693496704102, - 1.0451847314834595, - -22.55172348022461 - ] - ], - [ - 11.18055534362793, - [ - -9.324298858642578, - 0.9766203761100769, - -22.43130111694336 - ] - ], - [ - 11.19444465637207, - [ - -9.156892776489258, - 0.9101902842521667, - -22.310869216918945 - ] - ], - [ - 11.208333015441895, - [ - -8.993982315063477, - 0.8469111323356628, - -22.19367218017578 - ] - ], - [ - 11.21875, - [ - -8.874910354614258, - 0.8015543818473816, - -22.10801124572754 - ] - ], - [ - 11.229166030883789, - [ - -8.75773811340332, - 0.757828414440155, - -22.023719787597656 - ] - ], - [ - 11.239583015441895, - [ - -8.644339561462402, - 0.7161499857902527, - -21.942140579223633 - ] - ], - [ - 11.25, - [ - -8.536617279052734, - 0.6769492030143738, - -21.86464500427246 - ] - ], - [ - 11.260416984558105, - [ - -8.433938980102539, - 0.6400830149650574, - -21.79077911376953 - ] - ], - [ - 11.270833969116211, - [ - -8.335675239562988, - 0.6054112315177917, - -21.7200870513916 - ] - ], - [ - 11.28125, - [ - -8.243725776672363, - 0.5733601450920105, - -21.65393829345703 - ] - ], - [ - 11.291666984558105, - [ - -8.159963607788086, - 0.544348418712616, - -21.59368133544922 - ] - ], - [ - 11.30555534362793, - [ - -8.059826850891113, - 0.5101258158683777, - -21.521642684936523 - ] - ], - [ - 11.31944465637207, - [ - -7.9731340408325195, - 0.4810587465763092, - -21.45927619934082 - ] - ], - [ - 11.333333015441895, - [ - -7.904382705688477, - 0.4581543505191803, - -21.409818649291992 - ] - ], - [ - 11.34375, - [ - -7.865077018737793, - 0.44512906670570374, - -21.381540298461914 - ] - ], - [ - 11.354166030883789, - [ - -7.835442543029785, - 0.4354759752750397, - -21.36022186279297 - ] - ], - [ - 11.364583015441895, - [ - -7.81673526763916, - 0.42947641015052795, - -21.346763610839844 - ] - ], - [ - 11.375, - [ - -7.810218811035156, - 0.42741361260414124, - -21.34207534790039 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716002270_1491266.json b/lenses/physics-objects/Scene/assets/1645812716002270_1491266.json deleted file mode 100644 index c722003b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716002270_1491266.json +++ /dev/null @@ -1,1927 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716002270:1491266", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.0, - 0.7071068286895752, - 0.0, - 0.7071068286895752 - ] - ], - [ - 5.1875, - [ - -0.0, - 0.7071068286895752, - 0.0, - 0.7071068286895752 - ] - ], - [ - 5.236111164093018, - [ - 0.0002274061116622761, - 0.7072467803955078, - -0.00022743498266208917, - 0.7069666981697083 - ] - ], - [ - 5.277777671813965, - [ - 0.0013830362586304545, - 0.7079749703407288, - -0.001384136383421719, - 0.7062348127365112 - ] - ], - [ - 5.3125, - [ - 0.003054374363273382, - 0.7090475559234619, - -0.0030598521698266268, - 0.705147385597229 - ] - ], - [ - 5.347222328186035, - [ - 0.005329133477061987, - 0.7105314135551453, - -0.005346163176000118, - 0.7036250233650208 - ] - ], - [ - 5.388888835906982, - [ - 0.008801504038274288, - 0.712836503982544, - -0.0088491914793849, - 0.7012192010879517 - ] - ], - [ - 5.4270830154418945, - [ - 0.012639951892197132, - 0.715431272983551, - -0.01274082437157631, - 0.6984526515007019 - ] - ], - [ - 5.472222328186035, - [ - 0.01790960691869259, - 0.7190611958503723, - -0.018118591979146004, - 0.6944796442985535 - ] - ], - [ - 5.513888835906982, - [ - 0.023403873667120934, - 0.7229224443435669, - -0.0237718652933836, - 0.690123438835144 - ] - ], - [ - 5.5625, - [ - 0.030479514971375465, - 0.7280035614967346, - -0.03112770803272724, - 0.6841877698898315 - ] - ], - [ - 5.611111164093018, - [ - 0.038158636540174484, - 0.7336568832397461, - -0.03921627625823021, - 0.677313506603241 - ] - ], - [ - 5.652777671813965, - [ - 0.04512913525104523, - 0.7389194369316101, - -0.046663496643304825, - 0.6706594228744507 - ] - ], - [ - 5.6979169845581055, - [ - 0.052991833537817, - 0.7450159192085266, - -0.05519774928689003, - 0.6626434326171875 - ] - ], - [ - 5.75, - [ - 0.06233799457550049, - 0.7525116801261902, - -0.06555161625146866, - 0.6523366570472717 - ] - ], - [ - 5.8020830154418945, - [ - 0.07183119654655457, - 0.7604475021362305, - -0.07633934915065765, - 0.6408839225769043 - ] - ], - [ - 5.847222328186035, - [ - 0.08005821704864502, - 0.7676399946212769, - -0.08594997972249985, - 0.6300255060195923 - ] - ], - [ - 5.888888835906982, - [ - 0.0875580906867981, - 0.7745093703269958, - -0.09496445953845978, - 0.6192338466644287 - ] - ], - [ - 5.9375, - [ - 0.09608513861894608, - 0.7827713489532471, - -0.10557108372449875, - 0.6057156324386597 - ] - ], - [ - 5.986111164093018, - [ - 0.10425121337175369, - 0.7912687659263611, - -0.11617810279130936, - 0.5912089943885803 - ] - ], - [ - 6.041666507720947, - [ - 0.11298054456710815, - 0.8012312650680542, - -0.12816928327083588, - 0.5734426975250244 - ] - ], - [ - 6.097222328186035, - [ - 0.12089389562606812, - 0.8114253878593445, - -0.1398763656616211, - 0.5544439554214478 - ] - ], - [ - 6.138888835906982, - [ - 0.12618763744831085, - 0.8192031979560852, - -0.14837855100631714, - 0.5394132137298584 - ] - ], - [ - 6.1875, - [ - 0.13156357407569885, - 0.8284030556678772, - -0.15790139138698578, - 0.5210631489753723 - ] - ], - [ - 6.236111164093018, - [ - 0.1359737366437912, - 0.837721586227417, - -0.16689908504486084, - 0.5018749237060547 - ] - ], - [ - 6.277777671813965, - [ - 0.13890677690505981, - 0.8457915782928467, - -0.17411592602729797, - 0.4847939908504486 - ] - ], - [ - 6.3229169845581055, - [ - 0.14112868905067444, - 0.8546078205108643, - -0.1813419908285141, - 0.465664267539978 - ] - ], - [ - 6.361111164093018, - [ - 0.1421806365251541, - 0.862118124961853, - -0.18691787123680115, - 0.44899746775627136 - ] - ], - [ - 6.402777671813965, - [ - 0.14245575666427612, - 0.8702237606048584, - -0.19238689541816711, - 0.4305858910083771 - ] - ], - [ - 6.416666507720947, - [ - 0.14227066934108734, - 0.873105525970459, - -0.1940465122461319, - 0.424018532037735 - ] - ], - [ - 6.4375, - [ - 0.14160120487213135, - 0.8777946829795837, - -0.19633522629737854, - 0.41337403655052185 - ] - ], - [ - 6.4479169845581055, - [ - 0.14106929302215576, - 0.8803243041038513, - -0.19738537073135376, - 0.4076366126537323 - ] - ], - [ - 6.458333492279053, - [ - 0.14037832617759705, - 0.883052408695221, - -0.19837063550949097, - 0.40144917368888855 - ] - ], - [ - 6.472222328186035, - [ - 0.1391911655664444, - 0.8870096206665039, - -0.19957661628723145, - 0.3924396336078644 - ] - ], - [ - 6.486111164093018, - [ - 0.13772337138652802, - 0.8912429213523865, - -0.200664684176445, - 0.3826904892921448 - ] - ], - [ - 6.5, - [ - 0.13600516319274902, - 0.8956770896911621, - -0.20164895057678223, - 0.3722940683364868 - ] - ], - [ - 6.513888835906982, - [ - 0.13403277099132538, - 0.9002895951271057, - -0.20252740383148193, - 0.36124297976493835 - ] - ], - [ - 6.527777671813965, - [ - 0.1318025439977646, - 0.9050564169883728, - -0.20329774916172028, - 0.3495297431945801 - ] - ], - [ - 6.541666507720947, - [ - 0.1293467879295349, - 0.9099047780036926, - -0.20397421717643738, - 0.3372495472431183 - ] - ], - [ - 6.5520830154418945, - [ - 0.1273568868637085, - 0.9135790467262268, - -0.20441928505897522, - 0.3276680111885071 - ] - ], - [ - 6.5625, - [ - 0.12523260712623596, - 0.9172828793525696, - -0.20480702817440033, - 0.3177468180656433 - ] - ], - [ - 6.583333492279053, - [ - 0.12063907086849213, - 0.9246631264686584, - -0.2054351419210434, - 0.297053724527359 - ] - ], - [ - 6.597222328186035, - [ - 0.1173323392868042, - 0.929518461227417, - -0.20574791729450226, - 0.28265950083732605 - ] - ], - [ - 6.611111164093018, - [ - 0.11382812261581421, - 0.9342978000640869, - -0.20597323775291443, - 0.2677794098854065 - ] - ], - [ - 6.625, - [ - 0.11016277223825455, - 0.9389417767524719, - -0.2061263918876648, - 0.25251659750938416 - ] - ], - [ - 6.638888835906982, - [ - 0.10633665323257446, - 0.943432092666626, - -0.206205815076828, - 0.23687037825584412 - ] - ], - [ - 6.652777671813965, - [ - 0.10235048085451126, - 0.9477506279945374, - -0.20621009171009064, - 0.2208404690027237 - ] - ], - [ - 6.6770830154418945, - [ - 0.09508360177278519, - 0.9547659158706665, - -0.20607581734657288, - 0.19212988018989563 - ] - ], - [ - 6.708333492279053, - [ - 0.08523968607187271, - 0.9626523852348328, - -0.2056456208229065, - 0.15409228205680847 - ] - ], - [ - 6.777777671813965, - [ - 0.0622226782143116, - 0.9746637940406799, - -0.20398050546646118, - 0.06745919585227966 - ] - ], - [ - 6.8125, - [ - 0.05057971552014351, - 0.9775772094726563, - -0.2029588520526886, - 0.024339299649000168 - ] - ], - [ - 6.833333492279053, - [ - 0.04367882013320923, - 0.9783406257629395, - -0.20233790576457977, - -0.0010977911297231913 - ] - ], - [ - 6.847222328186035, - [ - 0.03919241949915886, - 0.9784511923789978, - -0.201955184340477, - -0.017642708495259285 - ] - ], - [ - 6.902777671813965, - [ - 0.02125851996243, - 0.9759751558303833, - -0.2002948671579361, - -0.0830826461315155 - ] - ], - [ - 6.916666507720947, - [ - 0.016593648120760918, - 0.9746074080467224, - -0.1997654289007187, - -0.09979367256164551 - ] - ], - [ - 6.9270830154418945, - [ - 0.012981046922504902, - 0.9733578562736511, - -0.19930757582187653, - -0.11261649429798126 - ] - ], - [ - 6.9479169845581055, - [ - 0.005549320485442877, - 0.970259428024292, - -0.19826897978782654, - -0.13876332342624664 - ] - ], - [ - 6.972222328186035, - [ - -0.0033686065580695868, - 0.9655981063842773, - -0.19687969982624054, - -0.1698450744152069 - ] - ], - [ - 6.986111164093018, - [ - -0.008576123975217342, - 0.9624007344245911, - -0.1959999054670334, - -0.1878705620765686 - ] - ], - [ - 7.013888835906982, - [ - -0.019122881814837456, - 0.9548289775848389, - -0.1940852552652359, - -0.22420275211334229 - ] - ], - [ - 7.0520830154418945, - [ - -0.03378551825881004, - 0.9418027997016907, - -0.19114144146442413, - -0.27446484565734863 - ] - ], - [ - 7.111111164093018, - [ - -0.05619503930211067, - 0.9158982634544373, - -0.18604321777820587, - -0.3512270450592041 - ] - ], - [ - 7.152777671813965, - [ - -0.0713670626282692, - 0.8938242197036743, - -0.182169109582901, - -0.4034841060638428 - ] - ], - [ - 7.1875, - [ - -0.0833614319562912, - 0.8734626173973083, - -0.1788366585969925, - -0.4451195001602173 - ] - ], - [ - 7.208333492279053, - [ - -0.09021512418985367, - 0.8605598211288452, - -0.17681115865707397, - -0.46907976269721985 - ] - ], - [ - 7.236111164093018, - [ - -0.09890221059322357, - 0.8427608013153076, - -0.1740994155406952, - -0.4996618628501892 - ] - ], - [ - 7.25, - [ - 0.10303377360105515, - -0.8336885571479797, - 0.172746941447258, - 0.514301598072052 - ] - ], - [ - 7.263888835906982, - [ - 0.10701986402273178, - -0.8245420455932617, - 0.17139911651611328, - 0.5284879207611084 - ] - ], - [ - 7.277777671813965, - [ - 0.11086372286081314, - -0.8153412342071533, - 0.17005549371242523, - 0.5422260165214539 - ] - ], - [ - 7.291666507720947, - [ - 0.11454678326845169, - -0.8061549663543701, - 0.16872504353523254, - 0.5554504990577698 - ] - ], - [ - 7.3020830154418945, - [ - 0.11720534414052963, - -0.7992901802062988, - 0.16773593425750732, - 0.5650334358215332 - ] - ], - [ - 7.3229169845581055, - [ - 0.122266985476017, - -0.7856574654579163, - 0.1657782793045044, - 0.5833615660667419 - ] - ], - [ - 7.333333492279053, - [ - 0.12465611100196838, - -0.7789526581764221, - 0.16481757164001465, - 0.5920547246932983 - ] - ], - [ - 7.347222328186035, - [ - 0.12770144641399384, - -0.7701460123062134, - 0.16355447471141815, - 0.603172779083252 - ] - ], - [ - 7.361111164093018, - [ - 0.13059024512767792, - -0.7615149021148682, - 0.16231240332126617, - 0.6137555837631226 - ] - ], - [ - 7.375, - [ - 0.13330824673175812, - -0.7531360983848572, - 0.16110073029994965, - 0.6237481236457825 - ] - ], - [ - 7.388888835906982, - [ - 0.13572053611278534, - -0.7450527548789978, - 0.1597464382648468, - 0.6332119703292847 - ] - ], - [ - 7.402777671813965, - [ - 0.13797001540660858, - -0.7372629046440125, - 0.15842650830745697, - 0.6421127915382385 - ] - ], - [ - 7.416666507720947, - [ - 0.1404787003993988, - -0.7297821640968323, - 0.15766030550003052, - 0.6502515077590942 - ] - ], - [ - 7.4270830154418945, - [ - 0.1420600563287735, - -0.7244751453399658, - 0.15715916454792023, - 0.6559388041496277 - ] - ], - [ - 7.4375, - [ - 0.142846018075943, - -0.7195205092430115, - 0.15622511506080627, - 0.6614220142364502 - ] - ], - [ - 7.4479169845581055, - [ - 0.14315083622932434, - -0.7148957848548889, - 0.15500406920909882, - 0.6666375398635864 - ] - ], - [ - 7.458333492279053, - [ - 0.1432717740535736, - -0.710574746131897, - 0.15365980565547943, - 0.6715246438980103 - ] - ], - [ - 7.472222328186035, - [ - 0.14320389926433563, - -0.7053411602973938, - 0.15161928534507751, - 0.6774939894676208 - ] - ], - [ - 7.486111164093018, - [ - 0.14284063875675201, - -0.7007448077201843, - 0.14906610548496246, - 0.682885468006134 - ] - ], - [ - 7.5, - [ - 0.142388716340065, - -0.6967233419418335, - 0.1460133194923401, - 0.687736988067627 - ] - ], - [ - 7.513888835906982, - [ - 0.14185525476932526, - -0.6933131814002991, - 0.14245718717575073, - 0.6920259594917297 - ] - ], - [ - 7.527777671813965, - [ - 0.14122630655765533, - -0.6905496716499329, - 0.13841436803340912, - 0.6957281827926636 - ] - ], - [ - 7.541666507720947, - [ - 0.14061151444911957, - -0.6883551478385925, - 0.13399285078048706, - 0.6988859176635742 - ] - ], - [ - 7.5520830154418945, - [ - 0.14013293385505676, - -0.6870908737182617, - 0.1304643601179123, - 0.700890839099884 - ] - ], - [ - 7.5625, - [ - 0.13958463072776794, - -0.686179518699646, - 0.12677152454853058, - 0.7025687098503113 - ] - ], - [ - 7.5729169845581055, - [ - 0.13899807631969452, - -0.6855771541595459, - 0.12297448515892029, - 0.703946590423584 - ] - ], - [ - 7.583333492279053, - [ - 0.13840579986572266, - -0.6852346062660217, - 0.11913206428289413, - 0.7050566673278809 - ] - ], - [ - 7.597222328186035, - [ - 0.13751693069934845, - -0.6852035522460938, - 0.11397025734186172, - 0.7061132788658142 - ] - ], - [ - 7.611111164093018, - [ - 0.13646124303340912, - -0.6856333613395691, - 0.10883157700300217, - 0.7067114114761353 - ] - ], - [ - 7.625, - [ - 0.1353335976600647, - -0.6863842606544495, - 0.10383719950914383, - 0.7069507837295532 - ] - ], - [ - 7.638888835906982, - [ - 0.13408757746219635, - -0.6874226331710815, - 0.09903412312269211, - 0.7068683505058289 - ] - ], - [ - 7.652777671813965, - [ - 0.13268330693244934, - -0.6887108087539673, - 0.09446301311254501, - 0.7065050005912781 - ] - ], - [ - 7.666666507720947, - [ - 0.13126350939273834, - -0.6901043057441711, - 0.09019726514816284, - 0.7059677243232727 - ] - ], - [ - 7.6875, - [ - 0.1290699541568756, - -0.6923245191574097, - 0.0843946635723114, - 0.7049151062965393 - ] - ], - [ - 7.708333492279053, - [ - 0.12701253592967987, - -0.6944910287857056, - 0.07935528457164764, - 0.7037420272827148 - ] - ], - [ - 7.722222328186035, - [ - 0.12585556507110596, - -0.6958034634590149, - 0.07642675191164017, - 0.7029771208763123 - ] - ], - [ - 7.736111164093018, - [ - 0.12488001585006714, - -0.6969932317733765, - 0.07382645457983017, - 0.7022500038146973 - ] - ], - [ - 7.75, - [ - 0.12429659813642502, - -0.697955846786499, - 0.07156095653772354, - 0.7016316652297974 - ] - ], - [ - 7.763888835906982, - [ - 0.12419018894433975, - -0.6986653804779053, - 0.06956954300403595, - 0.7011444568634033 - ] - ], - [ - 7.777777671813965, - [ - 0.12450908869504929, - -0.6991209387779236, - 0.06788019090890884, - 0.7007993459701538 - ] - ], - [ - 7.791666507720947, - [ - 0.12526322901248932, - -0.6992484927177429, - 0.06662965565919876, - 0.7006576657295227 - ] - ], - [ - 7.8125, - [ - 0.1265512853860855, - -0.6989062428474426, - 0.06483955681324005, - 0.7009356617927551 - ] - ], - [ - 7.833333492279053, - [ - 0.1272805631160736, - -0.698091983795166, - 0.06277094781398773, - 0.7018027305603027 - ] - ], - [ - 7.847222328186035, - [ - 0.1273270845413208, - -0.6972866654396057, - 0.0613974928855896, - 0.7027158141136169 - ] - ], - [ - 7.861111164093018, - [ - 0.12704643607139587, - -0.6962634325027466, - 0.06000902131199837, - 0.7039000988006592 - ] - ], - [ - 7.875, - [ - 0.1264878660440445, - -0.6950564980506897, - 0.058643657714128494, - 0.7053071856498718 - ] - ], - [ - 7.888888835906982, - [ - 0.12562987208366394, - -0.6936706900596619, - 0.05732264742255211, - 0.7069315314292908 - ] - ], - [ - 7.902777671813965, - [ - 0.12444862723350525, - -0.6921157240867615, - 0.05606961250305176, - 0.7087627649307251 - ] - ], - [ - 7.9270830154418945, - [ - 0.12171921133995056, - -0.6891099810600281, - 0.054138217121362686, - 0.7123068571090698 - ] - ], - [ - 7.9479169845581055, - [ - 0.11863961815834045, - -0.6863086223602295, - 0.05281616374850273, - 0.7156224846839905 - ] - ], - [ - 7.972222328186035, - [ - 0.11433175951242447, - -0.6829581260681152, - 0.05175333470106125, - 0.719595730304718 - ] - ], - [ - 7.986111164093018, - [ - 0.11150410026311874, - -0.6810486912727356, - 0.05139824375510216, - 0.721871018409729 - ] - ], - [ - 8.010416984558105, - [ - 0.10610423237085342, - -0.677861213684082, - 0.05124598741531372, - 0.7256858348846436 - ] - ], - [ - 8.041666984558105, - [ - 0.09844473749399185, - -0.6741750836372375, - 0.05187346041202545, - 0.7301409244537354 - ] - ], - [ - 8.06944465637207, - [ - 0.09131192415952682, - -0.6714496612548828, - 0.053143471479415894, - 0.7334802150726318 - ] - ], - [ - 8.09375, - [ - 0.08512327075004578, - -0.6695476174354553, - 0.05472346767783165, - 0.735843300819397 - ] - ], - [ - 8.125, - [ - 0.07754980772733688, - -0.6676948070526123, - 0.05726698786020279, - 0.7381667494773865 - ] - ], - [ - 8.15625, - [ - 0.07087238132953644, - -0.6663804650306702, - 0.060276925563812256, - 0.7397843599319458 - ] - ], - [ - 8.18055534362793, - [ - 0.06659870594739914, - -0.6655566692352295, - 0.06288520991802216, - 0.7407053112983704 - ] - ], - [ - 8.19444465637207, - [ - 0.06454510241746902, - -0.6651142239570618, - 0.06447600573301315, - 0.7411476373672485 - ] - ], - [ - 8.208333015441895, - [ - 0.06286852806806564, - -0.6646391749382019, - 0.06613433361053467, - 0.7415717840194702 - ] - ], - [ - 8.21875, - [ - 0.061861176043748856, - -0.664246678352356, - 0.06742306798696518, - 0.7418919801712036 - ] - ], - [ - 8.239583015441895, - [ - 0.06047995388507843, - -0.663332998752594, - 0.07011681795120239, - 0.7425733208656311 - ] - ], - [ - 8.25, - [ - 0.06018524616956711, - -0.6627670526504517, - 0.07151638716459274, - 0.7429690361022949 - ] - ], - [ - 8.270833969116211, - [ - 0.05977581441402435, - -0.6614227890968323, - 0.07370717823505402, - 0.7439852952957153 - ] - ], - [ - 8.28125, - [ - 0.06022891402244568, - -0.6605823636054993, - 0.075103260576725, - 0.7445555925369263 - ] - ], - [ - 8.30555534362793, - [ - 0.06391305476427078, - -0.6580511331558228, - 0.0802578553557396, - 0.7459508180618286 - ] - ], - [ - 8.333333015441895, - [ - 0.0660163015127182, - -0.6548866033554077, - 0.08364123851060867, - 0.7481774687767029 - ] - ], - [ - 8.385416984558105, - [ - 0.07157888263463974, - -0.6476306319236755, - 0.0920674204826355, - 0.7529771327972412 - ] - ], - [ - 8.43055534362793, - [ - 0.07662174105644226, - -0.6401411890983582, - 0.09983281046152115, - 0.7578797936439514 - ] - ], - [ - 8.46875, - [ - 0.08103518933057785, - -0.6329882740974426, - 0.10666678100824356, - 0.7624836564064026 - ] - ], - [ - 8.510416984558105, - [ - 0.08599309623241425, - -0.6243850588798523, - 0.11432372778654099, - 0.7679053544998169 - ] - ], - [ - 8.55555534362793, - [ - 0.09152298420667648, - -0.6141895651817322, - 0.12276621162891388, - 0.7741596698760986 - ] - ], - [ - 8.604166030883789, - [ - 0.0976516529917717, - -0.6022805571556091, - 0.13191631436347961, - 0.7812300324440002 - ] - ], - [ - 8.65625, - [ - 0.10440091788768768, - -0.5885710120201111, - 0.14164890348911285, - 0.7890628576278687 - ] - ], - [ - 8.729166030883789, - [ - 0.11412133276462555, - -0.5680058002471924, - 0.1548801213502884, - 0.8002236485481262 - ] - ], - [ - 8.80555534362793, - [ - 0.12455584853887558, - -0.5451825261116028, - 0.16790372133255005, - 0.8118313550949097 - ] - ], - [ - 8.875, - [ - 0.1341451108455658, - -0.5237738490104675, - 0.1787252277135849, - 0.8220239281654358 - ] - ], - [ - 8.93055534362793, - [ - 0.1417863517999649, - -0.5065265893936157, - 0.18655547499656677, - 0.8297739028930664 - ] - ], - [ - 8.989583015441895, - [ - 0.1497696489095688, - -0.48839080333709717, - 0.1939992904663086, - 0.8375009298324585 - ] - ], - [ - 9.041666984558105, - [ - 0.15659712255001068, - -0.47281232476234436, - 0.1997908353805542, - 0.8438065648078918 - ] - ], - [ - 9.09375, - [ - 0.16312311589717865, - -0.4578673541545868, - 0.20485639572143555, - 0.8495776653289795 - ] - ], - [ - 9.135416984558105, - [ - 0.16804462671279907, - -0.446524441242218, - 0.2083931267261505, - 0.8537852168083191 - ] - ], - [ - 9.18055534362793, - [ - 0.17314830422401428, - -0.43499699234962463, - 0.2118034064769745, - 0.8578674793243408 - ] - ], - [ - 9.21875, - [ - 0.1777774840593338, - -0.42589470744132996, - 0.2146279513835907, - 0.8607808947563171 - ] - ], - [ - 9.270833969116211, - [ - 0.18499137461185455, - -0.4143264889717102, - 0.21863089501857758, - 0.8638936877250671 - ] - ], - [ - 9.31944465637207, - [ - 0.19245047867298126, - -0.4042558968067169, - 0.22244371473789215, - 0.8660593628883362 - ] - ], - [ - 9.385416984558105, - [ - 0.20340922474861145, - -0.3914256989955902, - 0.2276393473148346, - 0.8680961728096008 - ] - ], - [ - 9.479166030883789, - [ - 0.21995475888252258, - -0.3741621971130371, - 0.23481735587120056, - 0.8697605133056641 - ] - ], - [ - 9.583333015441895, - [ - 0.23847831785678864, - -0.35507044196128845, - 0.24201549589633942, - 0.8709084987640381 - ] - ], - [ - 9.65625, - [ - 0.2507883310317993, - -0.34097352623939514, - 0.24621251225471497, - 0.8719069361686707 - ] - ], - [ - 9.71875, - [ - 0.2604801654815674, - -0.32794618606567383, - 0.24902833998203278, - 0.8732618689537048 - ] - ], - [ - 9.770833969116211, - [ - 0.2677234411239624, - -0.31617680191993713, - 0.2506946921348572, - 0.8749334812164307 - ] - ], - [ - 9.81944465637207, - [ - 0.27362677454948425, - -0.30425503849983215, - 0.2515947222709656, - 0.8770731687545776 - ] - ], - [ - 9.864583015441895, - [ - 0.2782311737537384, - -0.29222795367240906, - 0.25179117918014526, - 0.8796542882919312 - ] - ], - [ - 9.90625, - [ - 0.281619131565094, - -0.2801887094974518, - 0.2513711750507355, - 0.8826083540916443 - ] - ], - [ - 9.94444465637207, - [ - 0.2839047610759735, - -0.2682664692401886, - 0.2504396140575409, - 0.8858392834663391 - ] - ], - [ - 9.979166030883789, - [ - 0.2852265238761902, - -0.2566160261631012, - 0.2491120547056198, - 0.8892340660095215 - ] - ], - [ - 10.010416984558105, - [ - 0.2857420742511749, - -0.24541062116622925, - 0.24750900268554688, - 0.892672598361969 - ] - ], - [ - 10.041666984558105, - [ - 0.28556719422340393, - -0.23347388207912445, - 0.2455090582370758, - 0.8964745402336121 - ] - ], - [ - 10.06944465637207, - [ - 0.2848001718521118, - -0.22228588163852692, - 0.24343769252300262, - 0.900119960308075 - ] - ], - [ - 10.083333015441895, - [ - 0.28415584564208984, - -0.21631918847560883, - 0.24220821261405945, - 0.902106761932373 - ] - ], - [ - 10.104166030883789, - [ - 0.28286316990852356, - -0.2067960649728775, - 0.2400490939617157, - 0.9053177833557129 - ] - ], - [ - 10.125, - [ - 0.28119659423828125, - -0.19648610055446625, - 0.23743808269500732, - 0.9088152050971985 - ] - ], - [ - 10.145833969116211, - [ - 0.2791173756122589, - -0.18518972396850586, - 0.2342601716518402, - 0.9126447439193726 - ] - ], - [ - 10.166666984558105, - [ - 0.2766634225845337, - -0.17303746938705444, - 0.23058658838272095, - 0.916703462600708 - ] - ], - [ - 10.18055534362793, - [ - 0.2748309075832367, - -0.16448941826820374, - 0.2278773933649063, - 0.9195016622543335 - ] - ], - [ - 10.19444465637207, - [ - 0.2728402614593506, - -0.1555785834789276, - 0.22495825588703156, - 0.9223596453666687 - ] - ], - [ - 10.208333015441895, - [ - 0.27071046829223633, - -0.1463555097579956, - 0.22185464203357697, - 0.9252439737319946 - ] - ], - [ - 10.229166030883789, - [ - 0.26725396513938904, - -0.131924569606781, - 0.21685071289539337, - 0.9295950531959534 - ] - ], - [ - 10.25, - [ - 0.26350724697113037, - -0.1168343648314476, - 0.21145939826965332, - 0.9339158535003662 - ] - ], - [ - 10.270833969116211, - [ - 0.2594940960407257, - -0.1011376902461052, - 0.20571096241474152, - 0.9381455183029175 - ] - ], - [ - 10.291666984558105, - [ - 0.25523945689201355, - -0.08488979190587997, - 0.19963723421096802, - 0.9422268867492676 - ] - ], - [ - 10.31944465637207, - [ - 0.2492327243089676, - -0.06245715916156769, - 0.1910858154296875, - 0.9473481774330139 - ] - ], - [ - 10.34375, - [ - 0.24371734261512756, - -0.0422319732606411, - 0.1832481026649475, - 0.9514402151107788 - ] - ], - [ - 10.375, - [ - 0.2363252341747284, - -0.015519409440457821, - 0.17275291681289673, - 0.9560679793357849 - ] - ], - [ - 10.40625, - [ - 0.228690966963768, - 0.011768047697842121, - 0.16191333532333374, - 0.9598678350448608 - ] - ], - [ - 10.46875, - [ - 0.21308141946792603, - 0.06716370582580566, - 0.13970917463302612, - 0.9646588563919067 - ] - ], - [ - 10.520833969116211, - [ - 0.20014476776123047, - 0.1131434217095375, - 0.12123006582260132, - 0.965631365776062 - ] - ], - [ - 10.55555534362793, - [ - 0.1917765885591507, - 0.143118217587471, - 0.10922443866729736, - 0.9647843837738037 - ] - ], - [ - 10.583333015441895, - [ - 0.1853097826242447, - 0.16647759079933167, - 0.09991271048784256, - 0.9633083343505859 - ] - ], - [ - 10.614583015441895, - [ - 0.17834779620170593, - 0.19187138974666595, - 0.08985047042369843, - 0.9608873724937439 - ] - ], - [ - 10.635416984558105, - [ - 0.17392762005329132, - 0.20815333724021912, - 0.08343950659036636, - 0.9588843584060669 - ] - ], - [ - 10.65625, - [ - 0.16969062387943268, - 0.22388887405395508, - 0.07727650552988052, - 0.9566123485565186 - ] - ], - [ - 10.68055534362793, - [ - 0.16502061486244202, - 0.24140161275863647, - 0.07046204060316086, - 0.9536920785903931 - ] - ], - [ - 10.69444465637207, - [ - 0.16248197853565216, - 0.2509998083114624, - 0.06674743443727493, - 0.9519156813621521 - ] - ], - [ - 10.708333015441895, - [ - 0.1600523591041565, - 0.2602440118789673, - 0.06318527460098267, - 0.9500862956047058 - ] - ], - [ - 10.71875, - [ - 0.15830104053020477, - 0.2669435739517212, - 0.06061319261789322, - 0.9486874938011169 - ] - ], - [ - 10.739583015441895, - [ - 0.15497632324695587, - 0.2797478437423706, - 0.05571945756673813, - 0.9458429217338562 - ] - ], - [ - 10.760416984558105, - [ - 0.15191705524921417, - 0.2916405200958252, - 0.051203396171331406, - 0.9429979920387268 - ] - ], - [ - 10.78125, - [ - 0.14911624789237976, - 0.3026232421398163, - 0.04705711826682091, - 0.9401964545249939 - ] - ], - [ - 10.791666984558105, - [ - 0.14782269299030304, - 0.30772942304611206, - 0.04513826221227646, - 0.9388362765312195 - ] - ], - [ - 10.80555534362793, - [ - 0.14620578289031982, - 0.31414225697517395, - 0.042736124247312546, - 0.9370763897895813 - ] - ], - [ - 10.81944465637207, - [ - 0.14471077919006348, - 0.3201012909412384, - 0.04051123559474945, - 0.9353891015052795 - ] - ], - [ - 10.833333015441895, - [ - 0.14334970712661743, - 0.32555434107780457, - 0.038482505828142166, - 0.9338011145591736 - ] - ], - [ - 10.84375, - [ - 0.1424158215522766, - 0.3293107748031616, - 0.03708871454000473, - 0.932682454586029 - ] - ], - [ - 10.854166030883789, - [ - 0.14155296981334686, - 0.33279162645339966, - 0.035799529403448105, - 0.9316281080245972 - ] - ], - [ - 10.864583015441895, - [ - 0.14076609909534454, - 0.33597519993782043, - 0.0346226803958416, - 0.9306486248970032 - ] - ], - [ - 10.875, - [ - 0.14006029069423676, - 0.3388393223285675, - 0.033566102385520935, - 0.9297549724578857 - ] - ], - [ - 10.885416984558105, - [ - 0.13943266868591309, - 0.3413922190666199, - 0.03262579068541527, - 0.9289485812187195 - ] - ], - [ - 10.895833969116211, - [ - 0.13888049125671387, - 0.34364190697669983, - 0.031797852367162704, - 0.9282302260398865 - ] - ], - [ - 10.90625, - [ - 0.13840900361537933, - 0.34556618332862854, - 0.031090402975678444, - 0.9276100397109985 - ] - ], - [ - 10.916666984558105, - [ - 0.13802336156368256, - 0.3471430242061615, - 0.030511461198329926, - 0.9270977973937988 - ] - ], - [ - 10.93055534362793, - [ - 0.13763956725597382, - 0.3487144112586975, - 0.029934953898191452, - 0.9265838861465454 - ] - ], - [ - 10.94444465637207, - [ - 0.13740293681621552, - 0.3496830463409424, - 0.02957932837307453, - 0.9262652397155762 - ] - ], - [ - 10.958333015441895, - [ - 0.1373220831155777, - 0.3500138521194458, - 0.02945777215063572, - 0.9261561036109924 - ] - ], - [ - 11.375, - [ - 0.1373220831155777, - 0.3500138521194458, - 0.02945777215063572, - 0.9261561036109924 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716002550_1491273.json b/lenses/physics-objects/Scene/assets/1645812716002550_1491273.json deleted file mode 100644 index 746f3ce1..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716002550_1491273.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716002550:1491273", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11174002289772034, - 0.11174002289772034, - 0.11174002289772034 - ] - ], - [ - 11.375, - [ - 0.11174002289772034, - 0.11174002289772034, - 0.11174002289772034 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716002845_1491280.json b/lenses/physics-objects/Scene/assets/1645812716002845_1491280.json deleted file mode 100644 index a94bd8fb..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716002845_1491280.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716002845:1491280", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716005099_1491293.json b/lenses/physics-objects/Scene/assets/1645812716005099_1491293.json deleted file mode 100644 index 64fadb6a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716005099_1491293.json +++ /dev/null @@ -1,1762 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716005099:1491293", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.9111307859420776, - 1.8358278274536133, - -0.2751369774341583 - ] - ], - [ - 0.0416666679084301, - [ - -0.9111307859420776, - 1.8358278274536133, - -0.2751369774341583 - ] - ], - [ - 0.0833333358168602, - [ - -0.8798545002937317, - 1.7608152627944946, - -0.19179204106330872 - ] - ], - [ - 0.125, - [ - -0.8452860713005066, - 1.6779066324234009, - -0.11019934713840485 - ] - ], - [ - 0.1666666716337204, - [ - -0.8173020482063293, - 1.6107902526855469, - -0.02510213479399681 - ] - ], - [ - 0.2083333283662796, - [ - -0.805779218673706, - 1.5831539630889893, - 0.06875631958246231 - ] - ], - [ - 0.25, - [ - -0.812923789024353, - 1.6070202589035034, - 0.17261534929275513 - ] - ], - [ - 0.2916666567325592, - [ - -0.8299586772918701, - 1.664230227470398, - 0.28372547030448914 - ] - ], - [ - 0.3333333432674408, - [ - -0.8502857685089111, - 1.733201026916504, - 0.4013604521751404 - ] - ], - [ - 0.375, - [ - -0.8673070073127747, - 1.7923498153686523, - 0.5247941017150879 - ] - ], - [ - 0.4166666567325592, - [ - -0.8792159557342529, - 1.8449290990829468, - 0.6739990711212158 - ] - ], - [ - 0.4583333432674408, - [ - -0.8882325887680054, - 1.8994472026824951, - 0.8539265990257263 - ] - ], - [ - 0.5, - [ - -0.8942137956619263, - 1.9422043561935425, - 1.041263461112976 - ] - ], - [ - 0.5416666865348816, - [ - -0.899058997631073, - 1.9595011472702026, - 1.2127854824066162 - ] - ], - [ - 0.5833333134651184, - [ - -0.9025979042053223, - 1.9586372375488281, - 1.3650031089782715 - ] - ], - [ - 0.625, - [ - -0.9037689566612244, - 1.9525903463363647, - 1.5092442035675049 - ] - ], - [ - 0.6666666865348816, - [ - -0.9061062335968018, - 1.9361774921417236, - 1.644984483718872 - ] - ], - [ - 0.7083333134651184, - [ - -0.9142722487449646, - 1.9042154550552368, - 1.7720264196395874 - ] - ], - [ - 0.75, - [ - -0.9307883977890015, - 1.82667076587677, - 1.9004558324813843 - ] - ], - [ - 0.7916666865348816, - [ - -0.9506427645683289, - 1.709976077079773, - 2.0364372730255127 - ] - ], - [ - 0.8333333134651184, - [ - -0.9673276543617249, - 1.6036474704742432, - 2.1739699840545654 - ] - ], - [ - 0.875, - [ - -0.9743354320526123, - 1.5572010278701782, - 2.307053804397583 - ] - ], - [ - 0.9166666865348816, - [ - -0.9741816520690918, - 1.5877964496612549, - 2.4302499294281006 - ] - ], - [ - 0.9583333134651184, - [ - -0.9731050133705139, - 1.6604771614074707, - 2.5480384826660156 - ] - ], - [ - 1.0, - [ - -0.9701827764511108, - 1.746584415435791, - 2.6692955493927 - ] - ], - [ - 1.0416666269302368, - [ - -0.9644920825958252, - 1.8174597024917603, - 2.8028972148895264 - ] - ], - [ - 1.0833333730697632, - [ - -0.9568724036216736, - 1.874137282371521, - 2.944648504257202 - ] - ], - [ - 1.125, - [ - -0.9486059546470642, - 1.9290094375610352, - 3.081688165664673 - ] - ], - [ - 1.1666666269302368, - [ - -0.9396786689758301, - 1.9704549312591553, - 3.210019588470459 - ] - ], - [ - 1.2083333730697632, - [ - -0.9316039085388184, - 1.9868526458740234, - 3.326070785522461 - ] - ], - [ - 1.25, - [ - -0.9252542853355408, - 1.9727166891098022, - 3.4255824089050293 - ] - ], - [ - 1.2916666269302368, - [ - -0.9189929962158203, - 1.936571478843689, - 3.5115716457366943 - ] - ], - [ - 1.3333333730697632, - [ - -0.9135227203369141, - 1.887810468673706, - 3.5918352603912354 - ] - ], - [ - 1.375, - [ - -0.9111307859420776, - 1.8358278274536133, - 3.674224853515625 - ] - ], - [ - 1.4166666269302368, - [ - -0.9111307859420776, - 1.7679625749588013, - 3.7374422550201416 - ] - ], - [ - 1.4583333730697632, - [ - -0.9111307859420776, - 1.6842597723007202, - 3.774648904800415 - ] - ], - [ - 1.5, - [ - -0.9111307859420776, - 1.6131726503372192, - 3.8153398036956787 - ] - ], - [ - 1.5416666269302368, - [ - -0.9111307859420776, - 1.5831539630889893, - 3.889009952545166 - ] - ], - [ - 1.5833333730697632, - [ - -0.9105777144432068, - 1.602496862411499, - 4.007052421569824 - ] - ], - [ - 1.625, - [ - -0.9076196551322937, - 1.6490007638931274, - 4.136674404144287 - ] - ], - [ - 1.6666666269302368, - [ - -0.9022743105888367, - 1.7053781747817993, - 4.241085529327393 - ] - ], - [ - 1.7083333730697632, - [ - -0.899058997631073, - 1.754341721534729, - 4.2838969230651855 - ] - ], - [ - 1.75, - [ - -0.9001541137695313, - 1.7973921298980713, - 4.238234043121338 - ] - ], - [ - 1.7916666269302368, - [ - -0.9023709297180176, - 1.8407340049743652, - 4.135070323944092 - ] - ], - [ - 1.8333333730697632, - [ - -0.9042215347290039, - 1.8740063905715942, - 4.025312900543213 - ] - ], - [ - 1.875, - [ - -0.9046949148178101, - 1.8853423595428467, - 3.9604880809783936 - ] - ], - [ - 1.9166666269302368, - [ - -0.9041545987129211, - 1.8814892768859863, - 3.928861141204834 - ] - ], - [ - 1.9583333730697632, - [ - -0.9034785032272339, - 1.8803552389144897, - 3.8917758464813232 - ] - ], - [ - 2.0, - [ - -0.9028841853141785, - 1.8821587562561035, - 3.8610658645629883 - ] - ], - [ - 2.0416667461395264, - [ - -0.9026282429695129, - 1.883643627166748, - 3.8483195304870605 - ] - ], - [ - 2.0833332538604736, - [ - -0.9026282429695129, - 1.8320249319076538, - 3.823561191558838 - ] - ], - [ - 2.125, - [ - -0.9026282429695129, - 1.7184633016586304, - 3.754389762878418 - ] - ], - [ - 2.1666667461395264, - [ - -0.9026282429695129, - 1.6049017906188965, - 3.6484601497650146 - ] - ], - [ - 2.2083332538604736, - [ - -0.9026282429695129, - 1.5532829761505127, - 3.513427972793579 - ] - ], - [ - 2.25, - [ - -0.9032966494560242, - 1.5505905151367188, - 3.365431308746338 - ] - ], - [ - 2.2916667461395264, - [ - -0.9046343564987183, - 1.5568090677261353, - 3.21384596824646 - ] - ], - [ - 2.3333332538604736, - [ - -0.9057480692863464, - 1.581155776977539, - 3.053731679916382 - ] - ], - [ - 2.375, - [ - -0.9061684012413025, - 1.605387568473816, - 2.884385585784912 - ] - ], - [ - 2.4166667461395264, - [ - -0.9061684012413025, - 1.6535141468048096, - 2.7037596702575684 - ] - ], - [ - 2.4583332538604736, - [ - -0.9061684012413025, - 1.7406017780303955, - 2.530226230621338 - ] - ], - [ - 2.5, - [ - -0.9061684012413025, - 1.8240758180618286, - 2.3997390270233154 - ] - ], - [ - 2.5416667461395264, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.3482534885406494 - ] - ], - [ - 2.5833332538604736, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.3522884845733643 - ] - ], - [ - 2.625, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.3629262447357178 - ] - ], - [ - 2.6666667461395264, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.3779659271240234 - ] - ], - [ - 2.75, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.412447214126587 - ] - ], - [ - 2.7916667461395264, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.4274871349334717 - ] - ], - [ - 2.8333332538604736, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.438124895095825 - ] - ], - [ - 2.875, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.44215989112854 - ] - ], - [ - 3.0416667461395264, - [ - -0.9061684012413025, - 1.8613615036010742, - 2.44215989112854 - ] - ], - [ - 3.0833332538604736, - [ - -0.9061684012413025, - 1.8255107402801514, - 2.443408250808716 - ] - ], - [ - 3.1666667461395264, - [ - -0.9061684012413025, - 1.667766809463501, - 2.4489004611968994 - ] - ], - [ - 3.2083332538604736, - [ - -0.9061684012413025, - 1.6319160461425781, - 2.450148820877075 - ] - ], - [ - 3.25, - [ - -0.9061684012413025, - 1.6349149942398071, - 2.450148820877075 - ] - ], - [ - 3.2916667461395264, - [ - -0.9061684012413025, - 1.6428215503692627, - 2.450148820877075 - ] - ], - [ - 3.3333332538604736, - [ - -0.9061684012413025, - 1.6539998054504395, - 2.450148820877075 - ] - ], - [ - 3.4166667461395264, - [ - -0.9061684012413025, - 1.6796278953552246, - 2.450148820877075 - ] - ], - [ - 3.4583332538604736, - [ - -0.9061684012413025, - 1.6908061504364014, - 2.450148820877075 - ] - ], - [ - 3.5, - [ - -0.9061684012413025, - 1.698712706565857, - 2.450148820877075 - ] - ], - [ - 3.5416667461395264, - [ - -0.9061684012413025, - 1.7017117738723755, - 2.450148820877075 - ] - ], - [ - 3.5833332538604736, - [ - -0.9060067534446716, - 1.6581934690475464, - 2.522425651550293 - ] - ], - [ - 3.625, - [ - -0.9055872559547424, - 1.5633162260055542, - 2.702573776245117 - ] - ], - [ - 3.6666667461395264, - [ - -0.9050305485725403, - 1.4697514772415161, - 2.9361941814422607 - ] - ], - [ - 3.7083332538604736, - [ - -0.9045318961143494, - 1.4263386726379395, - 3.1703248023986816 - ] - ], - [ - 3.75, - [ - -0.9041212201118469, - 1.4830676317214966, - 3.389617681503296 - ] - ], - [ - 3.7916667461395264, - [ - -0.903714656829834, - 1.6124151945114136, - 3.6230719089508057 - ] - ], - [ - 3.8333332538604736, - [ - -0.9034010767936707, - 1.7428860664367676, - 3.8849337100982666 - ] - ], - [ - 3.875, - [ - -0.903275728225708, - 1.802385926246643, - 4.189394474029541 - ] - ], - [ - 3.9166667461395264, - [ - -0.903275728225708, - 1.7647364139556885, - 4.623551368713379 - ] - ], - [ - 3.9583332538604736, - [ - -0.903275728225708, - 1.6976277828216553, - 5.083538055419922 - ] - ], - [ - 4.0, - [ - -0.903275728225708, - 1.617440938949585, - 5.445849895477295 - ] - ], - [ - 4.041666507720947, - [ - -0.903275728225708, - 1.5667132139205933, - 5.71795129776001 - ] - ], - [ - 4.083333492279053, - [ - -0.9023788571357727, - 1.568111777305603, - 5.939690589904785 - ] - ], - [ - 4.125, - [ - -0.9000777006149292, - 1.573662519454956, - 6.165736675262451 - ] - ], - [ - 4.166666507720947, - [ - -0.8972509503364563, - 1.5825883150100708, - 6.342425346374512 - ] - ], - [ - 4.208333492279053, - [ - -0.8957391381263733, - 1.587748408317566, - 6.414055824279785 - ] - ], - [ - 4.25, - [ - -0.8930401802062988, - 1.572927474975586, - 6.391687870025635 - ] - ], - [ - 4.291666507720947, - [ - -0.8866704106330872, - 1.5412938594818115, - 6.337538242340088 - ] - ], - [ - 4.333333492279053, - [ - -0.8792993426322937, - 1.5112018585205078, - 6.270625591278076 - ] - ], - [ - 4.375, - [ - -0.8737136721611023, - 1.4977192878723145, - 6.209184169769287 - ] - ], - [ - 4.416666507720947, - [ - -0.870870053768158, - 1.4971661567687988, - 6.149430274963379 - ] - ], - [ - 4.458333492279053, - [ - -0.8692355155944824, - 1.4970351457595825, - 6.084325790405273 - ] - ], - [ - 4.5, - [ - -0.8678727149963379, - 1.4970307350158691, - 6.026994228363037 - ] - ], - [ - 4.541666507720947, - [ - -0.8658491373062134, - 1.4972007274627686, - 5.990567684173584 - ] - ], - [ - 4.583333492279053, - [ - -0.8642755746841431, - 1.5036439895629883, - 5.965630054473877 - ] - ], - [ - 4.625, - [ - -0.8648030161857605, - 1.5208762884140015, - 5.935140132904053 - ] - ], - [ - 4.666666507720947, - [ - -0.8671857118606567, - 1.546790599822998, - 5.900740146636963 - ] - ], - [ - 4.708333492279053, - [ - -0.8710459470748901, - 1.5791839361190796, - 5.864029407501221 - ] - ], - [ - 4.75, - [ - -0.8759198188781738, - 1.6157333850860596, - 5.826597213745117 - ] - ], - [ - 4.791666507720947, - [ - -0.8812991380691528, - 1.6539870500564575, - 5.790060520172119 - ] - ], - [ - 4.833333492279053, - [ - -0.8866696953773499, - 1.6913715600967407, - 5.756095886230469 - ] - ], - [ - 4.875, - [ - -0.8915448188781738, - 1.7252129316329956, - 5.726456642150879 - ] - ], - [ - 4.916666507720947, - [ - -0.8954861760139465, - 1.7527722120285034, - 5.702969074249268 - ] - ], - [ - 4.958333492279053, - [ - -0.8981080651283264, - 1.7712922096252441, - 5.687507629394531 - ] - ], - [ - 5.0, - [ - -0.899058997631073, - 1.7780543565750122, - 5.681945323944092 - ] - ], - [ - 6.791666507720947, - [ - -0.899058997631073, - 1.7780543565750122, - 5.681945323944092 - ] - ], - [ - 6.833333492279053, - [ - -0.8887420892715454, - 1.7885868549346924, - 5.639659404754639 - ] - ], - [ - 6.875, - [ - -0.8586956858634949, - 1.8124064207077026, - 5.545446872711182 - ] - ], - [ - 6.916666507720947, - [ - -0.8183525204658508, - 1.836633324623108, - 5.45038366317749 - ] - ], - [ - 6.958333492279053, - [ - -0.7965693473815918, - 1.8476176261901855, - 5.407155513763428 - ] - ], - [ - 7.208333492279053, - [ - -0.7965693473815918, - 1.8476176261901855, - 5.407155513763428 - ] - ], - [ - 7.25, - [ - -0.7248073816299438, - 1.800539493560791, - 5.190835475921631 - ] - ], - [ - 7.291666507720947, - [ - -0.5330642461776733, - 1.6914921998977661, - 4.666980266571045 - ] - ], - [ - 7.333333492279053, - [ - -0.2634628117084503, - 1.5730775594711304, - 4.026962757110596 - ] - ], - [ - 7.375, - [ - 0.008217021822929382, - 1.4882441759109497, - 3.460008144378662 - ] - ], - [ - 7.416666507720947, - [ - 0.24055181443691254, - 1.588842749595642, - 3.0514354705810547 - ] - ], - [ - 7.458333492279053, - [ - 0.5418830513954163, - 1.6367838382720947, - 2.751084327697754 - ] - ], - [ - 7.5, - [ - 0.8205986022949219, - 1.6125749349594116, - 2.5819740295410156 - ] - ], - [ - 7.541666507720947, - [ - 1.0151758193969727, - 1.5602061748504639, - 2.4836366176605225 - ] - ], - [ - 7.583333492279053, - [ - 1.179244041442871, - 1.4794971942901611, - 2.4208388328552246 - ] - ], - [ - 7.625, - [ - 1.333504319190979, - 1.3840736150741577, - 2.384005069732666 - ] - ], - [ - 7.666666507720947, - [ - 1.435654640197754, - 1.3169726133346558, - 2.304816484451294 - ] - ], - [ - 7.708333492279053, - [ - 1.468577265739441, - 1.2911030054092407, - 2.114461898803711 - ] - ], - [ - 7.75, - [ - 1.4221900701522827, - 1.6543654203414917, - 1.7940109968185425 - ] - ], - [ - 7.791666507720947, - [ - 1.3236792087554932, - 2.493936061859131, - 1.4177273511886597 - ] - ], - [ - 7.833333492279053, - [ - 1.2182457447052002, - 3.4297802448272705, - 1.062177300453186 - ] - ], - [ - 7.875, - [ - 1.1510868072509766, - 4.080904960632324, - 0.8039206862449646 - ] - ], - [ - 7.916666507720947, - [ - 1.1241416931152344, - 4.449921131134033, - 0.6364833116531372 - ] - ], - [ - 7.958333492279053, - [ - 1.1074520349502563, - 4.789564609527588, - 0.4979858100414276 - ] - ], - [ - 8.0, - [ - 1.098347544670105, - 5.093888282775879, - 0.3818359076976776 - ] - ], - [ - 8.041666984558105, - [ - 1.0941545963287354, - 5.356912612915039, - 0.28142884373664856 - ] - ], - [ - 8.083333015441895, - [ - 1.0921978950500488, - 5.5725178718566895, - 0.19016079604625702 - ] - ], - [ - 8.125, - [ - 1.0898029804229736, - 5.734452247619629, - 0.1014237254858017 - ] - ], - [ - 8.166666984558105, - [ - 1.0843002796173096, - 5.8363261222839355, - 0.008625750429928303 - ] - ], - [ - 8.208333015441895, - [ - 1.073023796081543, - 5.871706962585449, - -0.09481563419103622 - ] - ], - [ - 8.25, - [ - 1.0564939975738525, - 5.868072032928467, - -0.20780077576637268 - ] - ], - [ - 8.291666984558105, - [ - 1.037246823310852, - 5.851293563842773, - -0.32409706711769104 - ] - ], - [ - 8.333333015441895, - [ - 1.015638828277588, - 5.812670707702637, - -0.44259968400001526 - ] - ], - [ - 8.375, - [ - 0.9920324087142944, - 5.743561267852783, - -0.5621989369392395 - ] - ], - [ - 8.416666984558105, - [ - 0.9668012261390686, - 5.635293483734131, - -0.6817507147789001 - ] - ], - [ - 8.458333015441895, - [ - 0.9403320550918579, - 5.47910213470459, - -0.8000832796096802 - ] - ], - [ - 8.5, - [ - 0.913017213344574, - 5.266057014465332, - -0.9160156846046448 - ] - ], - [ - 8.541666984558105, - [ - 0.8852497339248657, - 4.987057209014893, - -1.0283620357513428 - ] - ], - [ - 8.583333015441895, - [ - 0.8466700315475464, - 4.46644926071167, - -1.13336181640625 - ] - ], - [ - 8.625, - [ - 0.7984596490859985, - 3.6747231483459473, - -1.2295622825622559 - ] - ], - [ - 8.666666984558105, - [ - 0.7578214406967163, - 2.8172976970672607, - -1.3203792572021484 - ] - ], - [ - 8.708333015441895, - [ - 0.7408220171928406, - 2.093775510787964, - -1.4118127822875977 - ] - ], - [ - 8.75, - [ - 0.7581785321235657, - 1.6226770877838135, - -1.5213267803192139 - ] - ], - [ - 8.791666984558105, - [ - 0.7816146612167358, - 1.448907732963562, - -1.612094759941101 - ] - ], - [ - 8.833333015441895, - [ - 0.7914142608642578, - 1.4754912853240967, - -1.6700847148895264 - ] - ], - [ - 8.875, - [ - 0.800432026386261, - 1.5529061555862427, - -1.7222551107406616 - ] - ], - [ - 8.916666984558105, - [ - 0.8082030415534973, - 1.6564165353775024, - -1.7703474760055542 - ] - ], - [ - 8.958333015441895, - [ - 0.8142779469490051, - 1.7611404657363892, - -1.8160699605941772 - ] - ], - [ - 9.0, - [ - 0.8182262182235718, - 1.8421623706817627, - -1.861089825630188 - ] - ], - [ - 9.041666984558105, - [ - 0.819632887840271, - 1.8746514320373535, - -1.9070369005203247 - ] - ], - [ - 9.083333015441895, - [ - 0.8182416558265686, - 1.8686091899871826, - -1.9559913873672485 - ] - ], - [ - 9.125, - [ - 0.8144939541816711, - 1.8528417348861694, - -2.007763147354126 - ] - ], - [ - 9.166666984558105, - [ - 0.8090341091156006, - 1.8309781551361084, - -2.060542345046997 - ] - ], - [ - 9.208333015441895, - [ - 0.8025137782096863, - 1.806606650352478, - -2.1125004291534424 - ] - ], - [ - 9.25, - [ - 0.7955865263938904, - 1.783127784729004, - -2.161811590194702 - ] - ], - [ - 9.291666984558105, - [ - 0.7888963222503662, - 1.7636799812316895, - -2.206664800643921 - ] - ], - [ - 9.333333015441895, - [ - 0.7830649614334106, - 1.751126766204834, - -2.245302677154541 - ] - ], - [ - 9.375, - [ - 0.7786861658096313, - 1.7481147050857544, - -2.276031255722046 - ] - ], - [ - 9.416666984558105, - [ - 0.7753799557685852, - 1.750708818435669, - -2.2997047901153564 - ] - ], - [ - 9.458333015441895, - [ - 0.7724054455757141, - 1.753219485282898, - -2.3186099529266357 - ] - ], - [ - 9.5, - [ - 0.7697968482971191, - 1.7555618286132813, - -2.333242654800415 - ] - ], - [ - 9.541666984558105, - [ - 0.7675875425338745, - 1.7576504945755005, - -2.344099521636963 - ] - ], - [ - 9.583333015441895, - [ - 0.7658103704452515, - 1.7594014406204224, - -2.351679801940918 - ] - ], - [ - 9.625, - [ - 0.7644982933998108, - 1.7607357501983643, - -2.3564815521240234 - ] - ], - [ - 9.666666984558105, - [ - 0.7636849880218506, - 1.761580467224121, - -2.359001398086548 - ] - ], - [ - 9.708333015441895, - [ - 0.7634057402610779, - 1.761873722076416, - -2.3597326278686523 - ] - ], - [ - 9.75, - [ - 0.7634057402610779, - 1.761873722076416, - -2.3576302528381348 - ] - ], - [ - 9.791666984558105, - [ - 0.7634057402610779, - 1.761873722076416, - -2.35208797454834 - ] - ], - [ - 9.833333015441895, - [ - 0.7634057402610779, - 1.761873722076416, - -2.344252109527588 - ] - ], - [ - 9.916666984558105, - [ - 0.7634057402610779, - 1.761873722076416, - -2.3262875080108643 - ] - ], - [ - 9.958333015441895, - [ - 0.7634057402610779, - 1.761873722076416, - -2.3184516429901123 - ] - ], - [ - 10.0, - [ - 0.7634057402610779, - 1.761873722076416, - -2.3129093647003174 - ] - ], - [ - 10.041666984558105, - [ - 0.7634057402610779, - 1.761873722076416, - -2.310807228088379 - ] - ], - [ - 10.083333015441895, - [ - 0.7634057402610779, - 1.761873722076416, - -2.296760320663452 - ] - ], - [ - 10.166666984558105, - [ - 0.7634057402610779, - 1.761873722076416, - -2.234954357147217 - ] - ], - [ - 10.208333015441895, - [ - 0.7634057402610779, - 1.761873722076416, - -2.22090744972229 - ] - ], - [ - 10.25, - [ - 0.7775824666023254, - 1.761873722076416, - -2.144132137298584 - ] - ], - [ - 10.291666984558105, - [ - 0.8064298033714294, - 1.761873722076416, - -1.973831295967102 - ] - ], - [ - 10.333333015441895, - [ - 0.8319612741470337, - 1.761873722076416, - -1.8017902374267578 - ] - ], - [ - 10.375, - [ - 0.8424417972564697, - 1.761873722076416, - -1.7230690717697144 - ] - ], - [ - 10.416666984558105, - [ - 0.8237112760543823, - 1.7517362833023071, - -1.7352633476257324 - ] - ], - [ - 10.458333015441895, - [ - 0.7704406976699829, - 1.7265169620513916, - -1.761772871017456 - ] - ], - [ - 10.5, - [ - 0.6917266845703125, - 1.6940035820007324, - -1.7877681255340576 - ] - ], - [ - 10.541666984558105, - [ - 0.6136440634727478, - 1.661984920501709, - -1.807510495185852 - ] - ], - [ - 10.583333015441895, - [ - 0.5410500764846802, - 1.6302517652511597, - -1.8229862451553345 - ] - ], - [ - 10.625, - [ - 0.455026239156723, - 1.5942870378494263, - -1.832929015159607 - ] - ], - [ - 10.666666984558105, - [ - 0.35813984274864197, - 1.5554242134094238, - -1.8376758098602295 - ] - ], - [ - 10.708333015441895, - [ - 0.2526732087135315, - 1.5149965286254883, - -1.8373510837554932 - ] - ], - [ - 10.75, - [ - 0.14069052040576935, - 1.474334478378296, - -1.831834316253662 - ] - ], - [ - 10.791666984558105, - [ - 0.02412155084311962, - 1.434771180152893, - -1.8207358121871948 - ] - ], - [ - 10.833333015441895, - [ - -0.09517858922481537, - 1.3976401090621948, - -1.8033738136291504 - ] - ], - [ - 10.875, - [ - -0.21537016332149506, - 1.364271640777588, - -1.7787519693374634 - ] - ], - [ - 10.916666984558105, - [ - -0.334537148475647, - 1.3359990119934082, - -1.7455381155014038 - ] - ], - [ - 10.958333015441895, - [ - -0.45060768723487854, - 1.3141553401947021, - -1.702046513557434 - ] - ], - [ - 11.0, - [ - -0.561255693435669, - 1.3000718355178833, - -1.6462209224700928 - ] - ], - [ - 11.041666984558105, - [ - -0.6637545228004456, - 1.2950812578201294, - -1.5756468772888184 - ] - ], - [ - 11.083333015441895, - [ - -0.7682719826698303, - 1.3462464809417725, - -1.464101791381836 - ] - ], - [ - 11.125, - [ - -0.8686337471008301, - 1.465571641921997, - -1.2927016019821167 - ] - ], - [ - 11.166666984558105, - [ - -0.941281259059906, - 1.6017954349517822, - -1.084951400756836 - ] - ], - [ - 11.208333015441895, - [ - -0.978214681148529, - 1.7036545276641846, - -0.8850237131118774 - ] - ], - [ - 11.25, - [ - -0.9865748286247253, - 1.7561328411102295, - -0.7182555794715881 - ] - ], - [ - 11.291666984558105, - [ - -0.9746603965759277, - 1.7870169878005981, - -0.5683113932609558 - ] - ], - [ - 11.333333015441895, - [ - -0.9488707184791565, - 1.8092625141143799, - -0.4246619641780853 - ] - ], - [ - 11.375, - [ - -0.9111307859420776, - 1.8358278274536133, - -0.2751369774341583 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716005350_1491300.json b/lenses/physics-objects/Scene/assets/1645812716005350_1491300.json deleted file mode 100644 index dcc1a509..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716005350_1491300.json +++ /dev/null @@ -1,2017 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716005350:1491300", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2906573414802551, - -0.07206061482429504, - 0.048747871071100235, - 0.9528636932373047 - ] - ], - [ - 0.0416666679084301, - [ - 0.2906573414802551, - -0.07206061482429504, - 0.048747871071100235, - 0.9528636932373047 - ] - ], - [ - 0.0833333358168602, - [ - 0.2378053069114685, - -0.056850552558898926, - 0.029218025505542755, - 0.9692074060440063 - ] - ], - [ - 0.125, - [ - 0.2093392014503479, - -0.03974846005439758, - 0.015458852052688599, - 0.9769126772880554 - ] - ], - [ - 0.1666666716337204, - [ - 0.18646569550037384, - -0.024140551686286926, - 0.008463867008686066, - 0.982128381729126 - ] - ], - [ - 0.2083333283662796, - [ - 0.1523173600435257, - -0.018001312389969826, - 0.008447444997727871, - 0.988131582736969 - ] - ], - [ - 0.25, - [ - 0.09193308651447296, - -0.02504032664000988, - 0.01606258749961853, - 0.9953207969665527 - ] - ], - [ - 0.2916666567325592, - [ - 0.008783881552517414, - -0.042311832308769226, - 0.029682764783501625, - 0.9986248016357422 - ] - ], - [ - 0.3333333432674408, - [ - -0.08452997356653214, - -0.06945881247520447, - 0.043201953172683716, - 0.9930577874183655 - ] - ], - [ - 0.375, - [ - -0.1704040765762329, - -0.10455211251974106, - 0.05089744180440903, - 0.9784890413284302 - ] - ], - [ - 0.4166666567325592, - [ - -0.229173481464386, - -0.11067219823598862, - 0.060364555567502975, - 0.9651877284049988 - ] - ], - [ - 0.4583333432674408, - [ - -0.2645670473575592, - -0.06167832016944885, - 0.07612421363592148, - 0.9593775868415833 - ] - ], - [ - 0.5, - [ - -0.2930234372615814, - 0.004501392133533955, - 0.08879301697015762, - 0.9519627094268799 - ] - ], - [ - 0.5416666865348816, - [ - -0.33030614256858826, - 0.029991798102855682, - 0.0900387391448021, - 0.9390908479690552 - ] - ], - [ - 0.5833333134651184, - [ - -0.36603525280952454, - 0.01430036872625351, - 0.0725962445139885, - 0.9276548027992249 - ] - ], - [ - 0.625, - [ - -0.3587453365325928, - 0.00864865817129612, - 0.0577489510178566, - 0.9316072463989258 - ] - ], - [ - 0.6666666865348816, - [ - -0.31048426032066345, - 0.01988917402923107, - 0.05946766585111618, - 0.948508083820343 - ] - ], - [ - 0.7083333134651184, - [ - -0.2752765715122223, - 0.030718592926859856, - 0.06586644053459167, - 0.9586139917373657 - ] - ], - [ - 0.75, - [ - -0.3174983561038971, - 0.029879769310355186, - 0.0676460862159729, - 0.9453708529472351 - ] - ], - [ - 0.7916666865348816, - [ - -0.3651925325393677, - 0.021024076268076897, - 0.07631344348192215, - 0.9275606274604797 - ] - ], - [ - 0.8333333134651184, - [ - -0.3792645037174225, - 0.004578416235744953, - 0.09550552815198898, - 0.9203349351882935 - ] - ], - [ - 0.875, - [ - -0.34686604142189026, - -0.0040735299699008465, - 0.11198558658361435, - 0.9311964511871338 - ] - ], - [ - 0.9166666865348816, - [ - -0.2819318473339081, - -2.1359612674132222e-06, - 0.11193348467350006, - 0.9528826475143433 - ] - ], - [ - 0.9583333134651184, - [ - -0.2053542286157608, - 0.0055021243169903755, - 0.10287686437368393, - 0.9732500910758972 - ] - ], - [ - 1.0, - [ - -0.1222701370716095, - 0.00991817843168974, - 0.09365840256214142, - 0.9880180954933167 - ] - ], - [ - 1.0416666269302368, - [ - -0.034145016223192215, - 0.01157638430595398, - 0.0882045105099678, - 0.9954497814178467 - ] - ], - [ - 1.0833333730697632, - [ - 0.05254572257399559, - 0.004250613506883383, - 0.08430066704750061, - 0.9950448870658875 - ] - ], - [ - 1.125, - [ - 0.13318194448947906, - -0.011968430131673813, - 0.07975535839796066, - 0.9878049492835999 - ] - ], - [ - 1.1666666269302368, - [ - 0.20958009362220764, - -0.02967296727001667, - 0.0760028287768364, - 0.9743815064430237 - ] - ], - [ - 1.2083333730697632, - [ - 0.2921578288078308, - -0.04501277580857277, - 0.07705900073051453, - 0.952197253704071 - ] - ], - [ - 1.25, - [ - 0.3608339726924896, - -0.059181809425354004, - 0.07954425364732742, - 0.9273452758789063 - ] - ], - [ - 1.2916666269302368, - [ - 0.37144413590431213, - -0.07059835642576218, - 0.07415162026882172, - 0.9227928519248962 - ] - ], - [ - 1.3333333730697632, - [ - 0.32022297382354736, - -0.07411224395036697, - 0.05820713937282562, - 0.942643404006958 - ] - ], - [ - 1.375, - [ - 0.2906573414802551, - -0.07206061482429504, - 0.048747871071100235, - 0.9528636932373047 - ] - ], - [ - 1.4166666269302368, - [ - 0.2606399655342102, - -0.06383179128170013, - 0.042360756546258926, - 0.9623918533325195 - ] - ], - [ - 1.4583333730697632, - [ - 0.2263239175081253, - -0.05616549775004387, - 0.03853897005319595, - 0.971667468547821 - ] - ], - [ - 1.5, - [ - 0.192769855260849, - -0.054122310131788254, - 0.03914346918463707, - 0.9789680242538452 - ] - ], - [ - 1.5416666269302368, - [ - 0.15340681374073029, - -0.05878555774688721, - 0.04305635020136833, - 0.9854728579521179 - ] - ], - [ - 1.5833333730697632, - [ - 0.06784998625516891, - -0.06442996859550476, - 0.039138417690992355, - 0.9948433637619019 - ] - ], - [ - 1.625, - [ - -0.08425278216600418, - -0.05544193834066391, - 0.031306274235248566, - 0.994408130645752 - ] - ], - [ - 1.6666666269302368, - [ - -0.27565139532089233, - -0.011410154402256012, - 0.011791890487074852, - 0.9611176252365112 - ] - ], - [ - 1.7083333730697632, - [ - -0.43500813841819763, - 0.026966245844960213, - -0.020744509994983673, - 0.8997835516929626 - ] - ], - [ - 1.75, - [ - -0.5299224853515625, - 0.010564809665083885, - -0.037389181554317474, - 0.8471555709838867 - ] - ], - [ - 1.7916666269302368, - [ - -0.5506837964057922, - -0.030891506001353264, - -0.026140687987208366, - 0.8337324261665344 - ] - ], - [ - 1.8333333730697632, - [ - -0.5122626423835754, - -0.05429113283753395, - 0.008944380097091198, - 0.857064425945282 - ] - ], - [ - 1.875, - [ - -0.47224971652030945, - -0.055669154971838, - 0.03327760472893715, - 0.8790755271911621 - ] - ], - [ - 1.9166666269302368, - [ - -0.531018078327179, - -0.05682411417365074, - 0.017244962975382805, - 0.8452771306037903 - ] - ], - [ - 1.9583333730697632, - [ - -0.6039252281188965, - -0.06175702437758446, - -0.012038039043545723, - 0.7945536375045776 - ] - ], - [ - 2.0, - [ - -0.6678110957145691, - -0.06663060188293457, - -0.046429865062236786, - 0.7398871183395386 - ] - ], - [ - 2.0416667461395264, - [ - -0.7107900381088257, - -0.06888024508953094, - -0.07733505964279175, - 0.6957387924194336 - ] - ], - [ - 2.0833332538604736, - [ - -0.7180180549621582, - -0.06716213375329971, - -0.10630619525909424, - 0.6845716238021851 - ] - ], - [ - 2.125, - [ - -0.46446433663368225, - -0.005380559712648392, - -0.08916587382555008, - 0.8810751438140869 - ] - ], - [ - 2.1666667461395264, - [ - -0.028487754985690117, - 0.012926554307341576, - -0.12124761939048767, - 0.9921292066574097 - ] - ], - [ - 2.2083332538604736, - [ - 0.13135553896427155, - 0.04148070141673088, - -0.11816663295030594, - 0.9833930730819702 - ] - ], - [ - 2.25, - [ - 0.15610095858573914, - -0.01250691618770361, - -0.1217288225889206, - 0.9801318049430847 - ] - ], - [ - 2.2916667461395264, - [ - 0.1426726132631302, - -0.08726504445075989, - -0.11338454484939575, - 0.9793739318847656 - ] - ], - [ - 2.3333332538604736, - [ - 0.10702215135097504, - -0.14063209295272827, - -0.08961734175682068, - 0.980172336101532 - ] - ], - [ - 2.375, - [ - 0.04164961352944374, - -0.15022070705890656, - -0.07040009647607803, - 0.9852628707885742 - ] - ], - [ - 2.4166667461395264, - [ - -0.03317148983478546, - -0.13928444683551788, - -0.055974896997213364, - 0.9881125092506409 - ] - ], - [ - 2.4583332538604736, - [ - -0.06906376779079437, - -0.1367894411087036, - -0.032466139644384384, - 0.9876562356948853 - ] - ], - [ - 2.5, - [ - -0.05323374643921852, - -0.14010028541088104, - -0.00311855785548687, - 0.9887003302574158 - ] - ], - [ - 2.5416667461395264, - [ - -0.002229060046374798, - -0.14455895125865936, - 0.021861815825104713, - 0.9892521500587463 - ] - ], - [ - 2.5833332538604736, - [ - -0.002047305228188634, - -0.14458033442497253, - 0.021292338147759438, - 0.9892619252204895 - ] - ], - [ - 2.625, - [ - -0.001113670994527638, - -0.14467234909534454, - 0.019923819229006767, - 0.9892783761024475 - ] - ], - [ - 2.6666667461395264, - [ - 0.0010498615447431803, - -0.14487262070178986, - 0.018238024786114693, - 0.9892816543579102 - ] - ], - [ - 2.7083332538604736, - [ - 0.004473192151635885, - -0.14518745243549347, - 0.01658823899924755, - 0.9892550110816956 - ] - ], - [ - 2.75, - [ - 0.008668306283652782, - -0.14557969570159912, - 0.015173019841313362, - 0.9891921877861023 - ] - ], - [ - 2.7916667461395264, - [ - 0.012867264449596405, - -0.14598098397254944, - 0.014104380272328854, - 0.9891031384468079 - ] - ], - [ - 2.8333332538604736, - [ - 0.01611482724547386, - -0.1462973803281784, - 0.013434606604278088, - 0.9890182614326477 - ] - ], - [ - 2.875, - [ - 0.01740444451570511, - -0.14642444252967834, - 0.013198550790548325, - 0.9889806509017944 - ] - ], - [ - 3.0416667461395264, - [ - 0.01740444451570511, - -0.14642444252967834, - 0.013198550790548325, - 0.9889806509017944 - ] - ], - [ - 3.0833332538604736, - [ - -0.037280455231666565, - -0.1413334608078003, - -0.005193701479583979, - 0.9892461895942688 - ] - ], - [ - 3.125, - [ - -0.09835633635520935, - -0.1347181797027588, - -0.02694913186132908, - 0.9856220483779907 - ] - ], - [ - 3.1666667461395264, - [ - -0.13972854614257813, - -0.12967440485954285, - -0.041370026767253876, - 0.9807900190353394 - ] - ], - [ - 3.2083332538604736, - [ - -0.1554136872291565, - -0.1276908665895462, - -0.04645980894565582, - 0.9784596562385559 - ] - ], - [ - 3.25, - [ - -0.15411268174648285, - -0.12785273790359497, - -0.04606972262263298, - 0.9786627292633057 - ] - ], - [ - 3.2916667461395264, - [ - -0.15064558386802673, - -0.12828432023525238, - -0.04501727595925331, - 0.9791948199272156 - ] - ], - [ - 3.3333332538604736, - [ - -0.14562445878982544, - -0.12890896201133728, - -0.04346412047743797, - 0.979942262172699 - ] - ], - [ - 3.4166667461395264, - [ - -0.13353148102760315, - -0.13040690124034882, - -0.03960069641470909, - 0.981628954410553 - ] - ], - [ - 3.4583332538604736, - [ - -0.12797358632087708, - -0.1310901939868927, - -0.037775516510009766, - 0.9823498129844666 - ] - ], - [ - 3.5, - [ - -0.12392624467611313, - -0.131585031747818, - -0.036429762840270996, - 0.9828532338142395 - ] - ], - [ - 3.5416667461395264, - [ - -0.122364342212677, - -0.13177533447742462, - -0.03590700402855873, - 0.9830427765846252 - ] - ], - [ - 3.5833332538604736, - [ - -0.133215993642807, - -0.12065053731203079, - -0.05085483193397522, - 0.9824005961418152 - ] - ], - [ - 3.625, - [ - -0.12000740319490433, - -0.08896007388830185, - -0.0653214231133461, - 0.9866192936897278 - ] - ], - [ - 3.6666667461395264, - [ - -0.0660955011844635, - -0.04360632598400116, - -0.05242878198623657, - 0.9954803586006165 - ] - ], - [ - 3.7083332538604736, - [ - -0.049866143614053726, - -0.01841728761792183, - -0.029852207750082016, - 0.9981397986412048 - ] - ], - [ - 3.75, - [ - -0.18458221852779388, - -0.04972787946462631, - -0.033937230706214905, - 0.9809714555740356 - ] - ], - [ - 3.7916667461395264, - [ - -0.36263543367385864, - -0.12015952914953232, - -0.04691645875573158, - 0.9229605197906494 - ] - ], - [ - 3.8333332538604736, - [ - -0.4205939769744873, - -0.140396386384964, - -0.02154785580933094, - 0.8960609436035156 - ] - ], - [ - 3.875, - [ - -0.40454381704330444, - -0.12108411639928818, - 0.01199842058122158, - 0.9063878655433655 - ] - ], - [ - 3.9166667461395264, - [ - -0.3778981566429138, - -0.04521237313747406, - -0.002536894753575325, - 0.9247390627861023 - ] - ], - [ - 3.9583332538604736, - [ - -0.3592454493045807, - 0.004946570843458176, - -0.022850919514894485, - 0.9329503178596497 - ] - ], - [ - 4.0, - [ - -0.35125505924224854, - 0.008385661989450455, - -0.0337129607796669, - 0.9356352090835571 - ] - ], - [ - 4.041666507720947, - [ - -0.28698858618736267, - 0.007150169927626848, - -0.03580811619758606, - 0.9572378993034363 - ] - ], - [ - 4.083333492279053, - [ - -0.18405334651470184, - -0.002571111312136054, - -0.03858812898397446, - 0.9821551442146301 - ] - ], - [ - 4.125, - [ - -0.06504598259925842, - -0.016652559861540794, - -0.045749254524707794, - 0.9966939091682434 - ] - ], - [ - 4.166666507720947, - [ - 0.03261382505297661, - -0.030184496194124222, - -0.052002452313899994, - 0.9976577758789063 - ] - ], - [ - 4.208333492279053, - [ - 0.07316075265407562, - -0.03655153512954712, - -0.05393729731440544, - 0.9951895475387573 - ] - ], - [ - 4.25, - [ - 0.058479923754930496, - -0.03473133221268654, - -0.05612688139081001, - 0.9961042404174805 - ] - ], - [ - 4.291666507720947, - [ - 0.024358177557587624, - -0.03057442419230938, - -0.06019585207104683, - 0.9974208474159241 - ] - ], - [ - 4.333333492279053, - [ - -0.01602264679968357, - -0.02558533288538456, - -0.06311032921075821, - 0.9975498914718628 - ] - ], - [ - 4.375, - [ - -0.05158987641334534, - -0.020690828561782837, - -0.0636991485953331, - 0.9964200854301453 - ] - ], - [ - 4.416666507720947, - [ - -0.08489090204238892, - -0.015643611550331116, - -0.06230344623327255, - 0.9943174123764038 - ] - ], - [ - 4.458333492279053, - [ - -0.1209057942032814, - -0.0102866655215621, - -0.06019630655646324, - 0.9907838106155396 - ] - ], - [ - 4.5, - [ - -0.15225988626480103, - -0.005680885631591082, - -0.058585379272699356, - 0.9865862131118774 - ] - ], - [ - 4.541666507720947, - [ - -0.1718677282333374, - -0.0027228454127907753, - -0.05835852026939392, - 0.9833862781524658 - ] - ], - [ - 4.583333492279053, - [ - -0.18390248715877533, - -0.0007127522840164602, - -0.05843891203403473, - 0.9812055230140686 - ] - ], - [ - 4.625, - [ - -0.19622285664081573, - 0.0013103131204843521, - -0.057405006140470505, - 0.9788766503334045 - ] - ], - [ - 4.666666507720947, - [ - -0.20746754109859467, - 0.0029548737220466137, - -0.055413443595170975, - 0.9766666889190674 - ] - ], - [ - 4.708333492279053, - [ - -0.21642719209194183, - 0.0039477720856666565, - -0.05258714780211449, - 0.9748734831809998 - ] - ], - [ - 4.75, - [ - -0.22226426005363464, - 0.004190398380160332, - -0.04903358966112137, - 0.9737437963485718 - ] - ], - [ - 4.791666507720947, - [ - -0.22463659942150116, - 0.0037517999298870564, - -0.044894300401210785, - 0.9734007716178894 - ] - ], - [ - 4.833333492279053, - [ - -0.22374524176120758, - 0.002822000067681074, - -0.040399111807346344, - 0.9738059639930725 - ] - ], - [ - 4.875, - [ - -0.22034931182861328, - 0.0016553729074075818, - -0.035906460136175156, - 0.9747586250305176 - ] - ], - [ - 4.916666507720947, - [ - -0.21573609113693237, - 0.0005224448395892978, - -0.031917672604322433, - 0.9759297966957092 - ] - ], - [ - 4.958333492279053, - [ - -0.21165482699871063, - -0.00031727785244584084, - -0.029054323211312294, - 0.9769124984741211 - ] - ], - [ - 5.0, - [ - -0.20995073020458221, - -0.0006386021850630641, - -0.027969656512141228, - 0.9773116111755371 - ] - ], - [ - 6.791666507720947, - [ - -0.20995073020458221, - -0.0006386021850630641, - -0.027969656512141228, - 0.9773116111755371 - ] - ], - [ - 6.833333492279053, - [ - -0.2162632793188095, - 0.00010028513497672975, - -0.030150827020406723, - 0.9758694171905518 - ] - ], - [ - 6.875, - [ - -0.22289146482944489, - 0.001465045614168048, - -0.03607029467821121, - 0.9741746187210083 - ] - ], - [ - 6.916666507720947, - [ - -0.21501018106937408, - 0.002000759821385145, - -0.042422112077474594, - 0.9756879806518555 - ] - ], - [ - 6.958333492279053, - [ - -0.20299206674098969, - 0.0015058021526783705, - -0.04477459192276001, - 0.9781550168991089 - ] - ], - [ - 7.208333492279053, - [ - -0.20299206674098969, - 0.0015058021526783705, - -0.04477459192276001, - 0.9781550168991089 - ] - ], - [ - 7.25, - [ - -0.2667175531387329, - -0.04213159158825874, - -0.0642605796456337, - 0.9607066512107849 - ] - ], - [ - 7.291666507720947, - [ - -0.39526885747909546, - -0.25567159056663513, - -0.07504894584417343, - 0.8790690898895264 - ] - ], - [ - 7.333333492279053, - [ - -0.4917736351490021, - -0.5159481167793274, - -0.02521025575697422, - 0.7009426951408386 - ] - ], - [ - 7.375, - [ - -0.5296677350997925, - -0.6180362701416016, - 0.003615964436903596, - 0.5809218883514404 - ] - ], - [ - 7.416666507720947, - [ - -0.45004913210868835, - -0.6126139760017395, - -0.07493434101343155, - 0.6454029083251953 - ] - ], - [ - 7.458333492279053, - [ - -0.19164784252643585, - -0.7527333498001099, - -0.19383366405963898, - 0.5992429852485657 - ] - ], - [ - 7.5, - [ - -0.04028452932834625, - 0.906261146068573, - 0.37561988830566406, - -0.18967774510383606 - ] - ], - [ - 7.541666507720947, - [ - -0.03498522564768791, - 0.9055843949317932, - 0.4193580150604248, - -0.053214434534311295 - ] - ], - [ - 7.583333492279053, - [ - 0.025074884295463562, - 0.8797167539596558, - 0.46789446473121643, - -0.0808979943394661 - ] - ], - [ - 7.625, - [ - 0.09983468055725098, - 0.8514188528060913, - 0.5081284642219543, - -0.08321451395750046 - ] - ], - [ - 7.666666507720947, - [ - 0.16732503473758698, - 0.8373419046401978, - 0.5167199373245239, - -0.06214185059070587 - ] - ], - [ - 7.708333492279053, - [ - 0.22258782386779785, - 0.8560029864311218, - 0.46583792567253113, - -0.0266183540225029 - ] - ], - [ - 7.75, - [ - 0.18845345079898834, - 0.9462384581565857, - 0.26255062222480774, - -0.013612652197480202 - ] - ], - [ - 7.791666507720947, - [ - 0.13936856389045715, - 0.9808528423309326, - -0.1249539703130722, - -0.053764306008815765 - ] - ], - [ - 7.833333492279053, - [ - 0.11455905437469482, - 0.970162034034729, - -0.18869651854038239, - -0.10027797520160675 - ] - ], - [ - 7.875, - [ - 0.09788582473993301, - 0.9699194431304932, - -0.14872151613235474, - -0.16600161790847778 - ] - ], - [ - 7.916666507720947, - [ - 0.08426883816719055, - 0.9745367765426636, - -0.1126910001039505, - -0.17457836866378784 - ] - ], - [ - 7.958333492279053, - [ - 0.07288235425949097, - 0.9824134707450867, - 0.054527074098587036, - -0.16302989423274994 - ] - ], - [ - 8.0, - [ - 0.058736830949783325, - 0.9645435214042664, - 0.2214829921722412, - -0.13096188008785248 - ] - ], - [ - 8.041666984558105, - [ - 0.049954015761613846, - 0.9281891584396362, - 0.35896381735801697, - -0.08434731513261795 - ] - ], - [ - 8.083333015441895, - [ - 0.0506315752863884, - 0.882662296295166, - 0.4660165309906006, - -0.03424257040023804 - ] - ], - [ - 8.125, - [ - 0.05815112218260765, - 0.8409861326217651, - 0.5378915667533875, - 0.005802449770271778 - ] - ], - [ - 8.166666984558105, - [ - 0.06382721662521362, - 0.8111914396286011, - 0.5805757641792297, - 0.028747066855430603 - ] - ], - [ - 8.208333015441895, - [ - 0.06033323332667351, - 0.7981820702552795, - 0.598449170589447, - 0.03352472186088562 - ] - ], - [ - 8.25, - [ - 0.06608326733112335, - 0.8145063519477844, - 0.5761420726776123, - 0.016515223309397697 - ] - ], - [ - 8.291666984558105, - [ - 0.10705243796110153, - 0.8752368688583374, - 0.4715323746204376, - -0.01254689134657383 - ] - ], - [ - 8.333333015441895, - [ - 0.14866255223751068, - 0.94880610704422, - 0.2764774262905121, - -0.035023219883441925 - ] - ], - [ - 8.375, - [ - 0.1588478684425354, - 0.9834258556365967, - 0.06580553948879242, - -0.057539258152246475 - ] - ], - [ - 8.416666984558105, - [ - 0.16260193288326263, - 0.9733306765556335, - -0.14230044186115265, - -0.07706363499164581 - ] - ], - [ - 8.458333015441895, - [ - 0.15826773643493652, - 0.9301105737686157, - -0.31737324595451355, - -0.09549807757139206 - ] - ], - [ - 8.5, - [ - 0.13355900347232819, - 0.9436392188072205, - -0.28457915782928467, - -0.10354575514793396 - ] - ], - [ - 8.541666984558105, - [ - 0.10539903491735458, - 0.9656934142112732, - -0.21897494792938232, - -0.09152726083993912 - ] - ], - [ - 8.583333015441895, - [ - 0.08438686281442642, - 0.9816014170646667, - -0.16011908650398254, - -0.06082307919859886 - ] - ], - [ - 8.625, - [ - 0.06974110007286072, - 0.9910699129104614, - -0.1100422590970993, - -0.02841675654053688 - ] - ], - [ - 8.666666984558105, - [ - 0.05872299149632454, - 0.9959897994995117, - -0.06656532734632492, - -0.011189241893589497 - ] - ], - [ - 8.708333015441895, - [ - 0.0510687418282032, - 0.9977397918701172, - -0.041093870997428894, - -0.014785024337470531 - ] - ], - [ - 8.75, - [ - 0.039244744926691055, - 0.9755556583404541, - 0.2131820172071457, - -0.03611696884036064 - ] - ], - [ - 8.791666984558105, - [ - 0.07992915064096451, - 0.9733374118804932, - 0.21286608278751373, - -0.03022596798837185 - ] - ], - [ - 8.833333015441895, - [ - 0.080905981361866, - 0.980502188205719, - 0.17655138671398163, - -0.02999168261885643 - ] - ], - [ - 8.875, - [ - 0.07469319552183151, - 0.9874560236930847, - 0.1352090835571289, - -0.0327121801674366 - ] - ], - [ - 8.916666984558105, - [ - 0.06960931420326233, - 0.993176281452179, - 0.08672802895307541, - -0.0351242795586586 - ] - ], - [ - 8.958333015441895, - [ - 0.06923387944698334, - 0.9964960813522339, - 0.0305442214012146, - -0.03562762588262558 - ] - ], - [ - 9.0, - [ - 0.07274423539638519, - 0.9963485598564148, - -0.02837294526398182, - -0.03453666344285011 - ] - ], - [ - 9.041666984558105, - [ - 0.07609951496124268, - 0.9939106106758118, - -0.07245911657810211, - -0.03317037597298622 - ] - ], - [ - 9.083333015441895, - [ - 0.07678919285535812, - 0.9918566346168518, - -0.09637648612260818, - -0.03217855468392372 - ] - ], - [ - 9.125, - [ - 0.07615363597869873, - 0.989750862121582, - -0.11674166470766068, - -0.03106912598013878 - ] - ], - [ - 9.166666984558105, - [ - 0.07459947466850281, - 0.9875180125236511, - -0.1354864239692688, - -0.02977459505200386 - ] - ], - [ - 9.208333015441895, - [ - 0.07252049446105957, - 0.9849745631217957, - -0.15417005121707916, - -0.028239496052265167 - ] - ], - [ - 9.25, - [ - 0.07026943564414978, - 0.9819621443748474, - -0.17353075742721558, - -0.02645033597946167 - ] - ], - [ - 9.291666984558105, - [ - 0.06819045543670654, - 0.9783935546875, - -0.19364482164382935, - -0.024450551718473434 - ] - ], - [ - 9.333333015441895, - [ - 0.06666249781847, - 0.9742222428321838, - -0.21435607969760895, - -0.02233383059501648 - ] - ], - [ - 9.375, - [ - 0.06613640487194061, - 0.9693155884742737, - -0.2358916699886322, - -0.02020912989974022 - ] - ], - [ - 9.416666984558105, - [ - 0.06634984910488129, - 0.9638893008232117, - -0.25726598501205444, - -0.018153604120016098 - ] - ], - [ - 9.458333015441895, - [ - 0.06666872650384903, - 0.9584499597549438, - -0.2768867313861847, - -0.016213783994317055 - ] - ], - [ - 9.5, - [ - 0.06712721288204193, - 0.9530407190322876, - -0.2949579358100891, - -0.014399312436580658 - ] - ], - [ - 9.541666984558105, - [ - 0.06785005331039429, - 0.9476589560508728, - -0.31173399090766907, - -0.012687869369983673 - ] - ], - [ - 9.583333015441895, - [ - 0.06867577880620956, - 0.9422168135643005, - -0.32770031690597534, - -0.011119430884718895 - ] - ], - [ - 9.625, - [ - 0.06972356140613556, - 0.9361286163330078, - -0.34454333782196045, - -0.00958703737705946 - ] - ], - [ - 9.666666984558105, - [ - 0.07066245377063751, - 0.9304354786872864, - -0.3594822883605957, - -0.00831662304699421 - ] - ], - [ - 9.708333015441895, - [ - 0.07054819911718369, - 0.9303881525993347, - -0.3596286475658417, - -0.008250809274613857 - ] - ], - [ - 9.75, - [ - 0.07055678218603134, - 0.9306058287620544, - -0.3590615689754486, - -0.008323968388140202 - ] - ], - [ - 9.791666984558105, - [ - 0.06854774057865143, - 0.9394946098327637, - -0.3354812562465668, - -0.010166346095502377 - ] - ], - [ - 9.833333015441895, - [ - 0.06709138303995132, - 0.9451783299446106, - -0.31938114762306213, - -0.011502408422529697 - ] - ], - [ - 9.875, - [ - 0.06584839522838593, - 0.949749231338501, - -0.30574479699134827, - -0.012668943963944912 - ] - ], - [ - 9.916666984558105, - [ - 0.06480994075536728, - 0.9534210562705994, - -0.2942807972431183, - -0.013665296137332916 - ] - ], - [ - 9.958333015441895, - [ - 0.06402639299631119, - 0.9561843276023865, - -0.28531306982040405, - -0.01444491557776928 - ] - ], - [ - 10.0, - [ - 0.06356989592313766, - 0.9579574465751648, - -0.2793797552585602, - -0.01494610495865345 - ] - ], - [ - 10.041666984558105, - [ - 0.06340305507183075, - 0.9585981965065002, - -0.27720141410827637, - -0.015130354091525078 - ] - ], - [ - 10.083333015441895, - [ - 0.07496923208236694, - 0.959173858165741, - -0.2712545394897461, - -0.028041552752256393 - ] - ], - [ - 10.125, - [ - 0.10463321954011917, - 0.9525282382965088, - -0.28182098269462585, - -0.04815392568707466 - ] - ], - [ - 10.166666984558105, - [ - 0.1357525736093521, - 0.9367558360099792, - -0.31743401288986206, - -0.05740583688020706 - ] - ], - [ - 10.208333015441895, - [ - 0.15005138516426086, - 0.9158170223236084, - -0.3679318130016327, - -0.0582234263420105 - ] - ], - [ - 10.25, - [ - 0.15302154421806335, - 0.9128538370132446, - -0.3741419315338135, - -0.05744839087128639 - ] - ], - [ - 10.291666984558105, - [ - 0.1587173193693161, - 0.9320891499519348, - -0.3195567727088928, - -0.06246663257479668 - ] - ], - [ - 10.333333015441895, - [ - 0.16593120992183685, - 0.9430230855941772, - -0.2766627073287964, - -0.08143753558397293 - ] - ], - [ - 10.375, - [ - 0.1691008359193802, - 0.9404962062835693, - -0.27849146723747253, - -0.09651083499193192 - ] - ], - [ - 10.416666984558105, - [ - 0.1627483367919922, - 0.9459255933761597, - -0.26435762643814087, - -0.09408948570489883 - ] - ], - [ - 10.458333015441895, - [ - 0.14378519356250763, - 0.9536125659942627, - -0.24931953847408295, - -0.08825359493494034 - ] - ], - [ - 10.5, - [ - 0.11380048096179962, - 0.960784375667572, - -0.23993471264839172, - -0.07983972877264023 - ] - ], - [ - 10.541666984558105, - [ - 0.08187472075223923, - 0.96563720703125, - -0.23614747822284698, - -0.07124399393796921 - ] - ], - [ - 10.583333015441895, - [ - 0.05006105825304985, - 0.9694175720214844, - -0.23184658586978912, - -0.06301289051771164 - ] - ], - [ - 10.625, - [ - 0.00894276425242424, - 0.9727811217308044, - -0.22544234991073608, - -0.05284601077437401 - ] - ], - [ - 10.666666984558105, - [ - -0.04107140377163887, - 0.9735382199287415, - -0.22113105654716492, - -0.04046632722020149 - ] - ], - [ - 10.708333015441895, - [ - -0.09732566773891449, - 0.9704902768135071, - -0.21903753280639648, - -0.0264364555478096 - ] - ], - [ - 10.75, - [ - -0.154763862490654, - 0.9636334776878357, - -0.21742597222328186, - -0.013594983145594597 - ] - ], - [ - 10.791666984558105, - [ - -0.20513223111629486, - 0.9544724822044373, - -0.21633213758468628, - -0.010171559639275074 - ] - ], - [ - 10.833333015441895, - [ - -0.24074837565422058, - 0.945500373840332, - -0.21792033314704895, - -0.024082837626338005 - ] - ], - [ - 10.875, - [ - -0.25542566180229187, - 0.938399076461792, - -0.2237156480550766, - -0.06415754556655884 - ] - ], - [ - 10.916666984558105, - [ - -0.1774497777223587, - 0.944608211517334, - -0.18101242184638977, - -0.2084740698337555 - ] - ], - [ - 10.958333015441895, - [ - 0.00805812980979681, - 0.9394849538803101, - -0.06761953979730606, - -0.33575397729873657 - ] - ], - [ - 11.0, - [ - 0.2062399983406067, - 0.8995912075042725, - 0.07780395448207855, - -0.37702417373657227 - ] - ], - [ - 11.041666984558105, - [ - -0.2715761065483093, - -0.7706207036972046, - -0.16651487350463867, - 0.5519627928733826 - ] - ], - [ - 11.083333015441895, - [ - -0.221388041973114, - -0.5653616786003113, - -0.11225473880767822, - 0.7866081595420837 - ] - ], - [ - 11.125, - [ - -0.18896353244781494, - -0.3743206858634949, - -0.03802265599370003, - 0.9070452451705933 - ] - ], - [ - 11.166666984558105, - [ - -0.13782304525375366, - -0.1689320057630539, - 0.038579124957323074, - 0.9751813411712646 - ] - ], - [ - 11.208333015441895, - [ - -0.05331401526927948, - -0.07124877721071243, - 0.07316585630178452, - 0.9933418035507202 - ] - ], - [ - 11.25, - [ - 0.035410407930612564, - -0.07634889334440231, - 0.07173008471727371, - 0.9938671588897705 - ] - ], - [ - 11.291666984558105, - [ - 0.11413706839084625, - -0.0771007388830185, - 0.06467099487781525, - 0.9883551597595215 - ] - ], - [ - 11.333333015441895, - [ - 0.19310331344604492, - -0.07491770386695862, - 0.05551289767026901, - 0.976737916469574 - ] - ], - [ - 11.375, - [ - 0.29065728187561035, - -0.07206061482429504, - 0.048747867345809937, - 0.9528636932373047 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716005670_1491307.json b/lenses/physics-objects/Scene/assets/1645812716005670_1491307.json deleted file mode 100644 index d2033f58..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716005670_1491307.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716005670:1491307", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716005892_1491314.json b/lenses/physics-objects/Scene/assets/1645812716005892_1491314.json deleted file mode 100644 index 495c1cfe..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716005892_1491314.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716005892:1491314", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716007942_1491327.json b/lenses/physics-objects/Scene/assets/1645812716007942_1491327.json deleted file mode 100644 index 061793d3..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716007942_1491327.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716007942:1491327", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.03186976909637451, - -0.26874324679374695, - 0.489496648311615 - ] - ], - [ - 11.375, - [ - 0.03186976909637451, - -0.26874324679374695, - 0.489496648311615 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716008175_1491334.json b/lenses/physics-objects/Scene/assets/1645812716008175_1491334.json deleted file mode 100644 index 09f4abd9..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716008175_1491334.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716008175:1491334", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716008555_1491341.json b/lenses/physics-objects/Scene/assets/1645812716008555_1491341.json deleted file mode 100644 index f3ccf435..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716008555_1491341.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716008555:1491341", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716008821_1491348.json b/lenses/physics-objects/Scene/assets/1645812716008821_1491348.json deleted file mode 100644 index 07de1689..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716008821_1491348.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716008821:1491348", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716019522_1491365.json b/lenses/physics-objects/Scene/assets/1645812716019522_1491365.json deleted file mode 100644 index e5de4ebe..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716019522_1491365.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716019522:1491365", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.035853493958711624, - -0.5374864935874939, - -0.10557770729064941 - ] - ], - [ - 11.375, - [ - 0.035853493958711624, - -0.5374864935874939, - -0.10557770729064941 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716019796_1491372.json b/lenses/physics-objects/Scene/assets/1645812716019796_1491372.json deleted file mode 100644 index 4789c14f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716019796_1491372.json +++ /dev/null @@ -1,1999 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716019796:1491372", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.06103114038705826, - 0.0039037747774273157, - 0.10116536915302277, - 0.9929882884025574 - ] - ], - [ - 0.0416666679084301, - [ - 0.06103114038705826, - 0.0039037747774273157, - 0.10116536915302277, - 0.9929882884025574 - ] - ], - [ - 0.0833333358168602, - [ - -0.03536197915673256, - 0.011628604494035244, - 0.14353592693805695, - 0.9889447689056396 - ] - ], - [ - 0.125, - [ - -0.043940454721450806, - 0.028298528864979744, - 0.1806664615869522, - 0.982154905796051 - ] - ], - [ - 0.1666666716337204, - [ - -0.05086393281817436, - 0.047419603914022446, - 0.21415115892887115, - 0.9743220806121826 - ] - ], - [ - 0.2083333283662796, - [ - -0.09511576592922211, - 0.06697382777929306, - 0.23214493691921234, - 0.9656999707221985 - ] - ], - [ - 0.25, - [ - -0.15755106508731842, - 0.07620663940906525, - 0.22935456037521362, - 0.9574793577194214 - ] - ], - [ - 0.2916666567325592, - [ - -0.19958645105361938, - 0.07048816978931427, - 0.21527673304080963, - 0.9533377289772034 - ] - ], - [ - 0.3333333432674408, - [ - -0.2240542471408844, - 0.056507594883441925, - 0.19660550355911255, - 0.9528656005859375 - ] - ], - [ - 0.375, - [ - -0.24022173881530762, - 0.0421619676053524, - 0.17945148050785065, - 0.9530546069145203 - ] - ], - [ - 0.4166666567325592, - [ - -0.22965794801712036, - 0.028415504842996597, - 0.1643913835287094, - 0.9588667750358582 - ] - ], - [ - 0.4583333432674408, - [ - -0.1756826639175415, - 0.015402751043438911, - 0.1480608731508255, - 0.9731271862983704 - ] - ], - [ - 0.5, - [ - -0.09442032128572464, - 0.006684544496238232, - 0.13078543543815613, - 0.9868816137313843 - ] - ], - [ - 0.5416666865348816, - [ - 0.02175287716090679, - 0.005971160717308521, - 0.10961705446243286, - 0.9937179088592529 - ] - ], - [ - 0.5833333134651184, - [ - 0.024720335379242897, - 0.007339288480579853, - 0.10488644987344742, - 0.994149923324585 - ] - ], - [ - 0.625, - [ - 0.003090695245191455, - 0.007370317820459604, - 0.10355014353990555, - 0.9945921301841736 - ] - ], - [ - 0.6666666865348816, - [ - -0.058462511748075485, - 0.004764852579683065, - 0.10665640980005264, - 0.9925642609596252 - ] - ], - [ - 0.7083333134651184, - [ - -0.1531211882829666, - 0.00233362871222198, - 0.11432833969593048, - 0.9815689921379089 - ] - ], - [ - 0.75, - [ - -0.2377009093761444, - 0.0034742995630949736, - 0.12207330018281937, - 0.9636307954788208 - ] - ], - [ - 0.7916666865348816, - [ - -0.3009030818939209, - 0.008979709818959236, - 0.13013984262943268, - 0.9446905851364136 - ] - ], - [ - 0.8333333134651184, - [ - -0.3279340863227844, - 0.016340726986527443, - 0.13564427196979523, - 0.9347688555717468 - ] - ], - [ - 0.875, - [ - -0.32991456985473633, - 0.02768239751458168, - 0.1433306783437729, - 0.9326555728912354 - ] - ], - [ - 0.9166666865348816, - [ - -0.3115275502204895, - 0.048832472413778305, - 0.15234625339508057, - 0.9366731643676758 - ] - ], - [ - 0.9583333134651184, - [ - -0.2668503522872925, - 0.07834829390048981, - 0.15170007944107056, - 0.9484933018684387 - ] - ], - [ - 1.0, - [ - -0.198764830827713, - 0.10600661486387253, - 0.13580261170864105, - 0.9647864103317261 - ] - ], - [ - 1.0416666269302368, - [ - -0.1344277560710907, - 0.12647594511508942, - 0.12157121300697327, - 0.9752709865570068 - ] - ], - [ - 1.0833333730697632, - [ - -0.0969562828540802, - 0.141147643327713, - 0.1328044831752777, - 0.9762375950813293 - ] - ], - [ - 1.125, - [ - -0.08140093833208084, - 0.149900421500206, - 0.15980887413024902, - 0.9722988605499268 - ] - ], - [ - 1.1666666269302368, - [ - -0.08750941604375839, - 0.15584571659564972, - 0.1880481243133545, - 0.9657598733901978 - ] - ], - [ - 1.2083333730697632, - [ - -0.10388325899839401, - 0.15701918303966522, - 0.20612534880638123, - 0.9602425694465637 - ] - ], - [ - 1.25, - [ - -0.09174031019210815, - 0.11323346197605133, - 0.19537785649299622, - 0.9698399901390076 - ] - ], - [ - 1.2916666269302368, - [ - -0.05980336293578148, - 0.044995393604040146, - 0.15962830185890198, - 0.9843361973762512 - ] - ], - [ - 1.3333333730697632, - [ - 0.013664184138178825, - 0.005441449582576752, - 0.11804196983575821, - 0.9928997755050659 - ] - ], - [ - 1.375, - [ - 0.06103114038705826, - 0.0039037747774273157, - 0.10116536915302277, - 0.9929882884025574 - ] - ], - [ - 1.4166666269302368, - [ - -0.07619442045688629, - 0.01129047479480505, - 0.13215281069278717, - 0.9882321357727051 - ] - ], - [ - 1.4583333730697632, - [ - -0.0858158990740776, - 0.0281472597271204, - 0.15488635003566742, - 0.9837955236434937 - ] - ], - [ - 1.5, - [ - -0.07619151473045349, - 0.04725266620516777, - 0.17517724633216858, - 0.9804463386535645 - ] - ], - [ - 1.5416666269302368, - [ - -0.1103530004620552, - 0.06490539014339447, - 0.187678724527359, - 0.973851203918457 - ] - ], - [ - 1.5833333730697632, - [ - -0.15516476333141327, - 0.07021228224039078, - 0.19107231497764587, - 0.9666879177093506 - ] - ], - [ - 1.625, - [ - -0.15400104224681854, - 0.06196758896112442, - 0.18937109410762787, - 0.9677718281745911 - ] - ], - [ - 1.6666666269302368, - [ - -0.12623314559459686, - 0.04832356423139572, - 0.18281859159469604, - 0.9738108515739441 - ] - ], - [ - 1.7083333730697632, - [ - -0.0925116091966629, - 0.03614792972803116, - 0.17414450645446777, - 0.9796982407569885 - ] - ], - [ - 1.75, - [ - -0.034539710730314255, - 0.023398129269480705, - 0.16290266811847687, - 0.9857597351074219 - ] - ], - [ - 1.7916666269302368, - [ - 0.06778721511363983, - 0.0074880109168589115, - 0.14680537581443787, - 0.986811637878418 - ] - ], - [ - 1.8333333730697632, - [ - 0.2036854326725006, - -0.006476780865341425, - 0.12537217140197754, - 0.9709542393684387 - ] - ], - [ - 1.875, - [ - 0.3242669999599457, - -0.010679599829018116, - 0.10431960225105286, - 0.9401352405548096 - ] - ], - [ - 1.9166666269302368, - [ - 0.3338888883590698, - -0.011919218115508556, - 0.10440278798341751, - 0.9367370009422302 - ] - ], - [ - 1.9583333730697632, - [ - 0.34440210461616516, - -0.013292599469423294, - 0.10435882955789566, - 0.9329093098640442 - ] - ], - [ - 2.0, - [ - 0.3524555563926697, - -0.014349537901580334, - 0.10420865565538406, - 0.9298977255821228 - ] - ], - [ - 2.0416667461395264, - [ - 0.35561954975128174, - -0.014763616025447845, - 0.10411607474088669, - 0.9286962151527405 - ] - ], - [ - 2.0833332538604736, - [ - 0.3705686628818512, - -0.017763284966349602, - 0.10664205998182297, - 0.922491729259491 - ] - ], - [ - 2.125, - [ - 0.32245561480522156, - -0.02216368168592453, - 0.13237358629703522, - 0.937021017074585 - ] - ], - [ - 2.1666667461395264, - [ - 0.33791565895080566, - -0.029038088396191597, - 0.14940571784973145, - 0.928788423538208 - ] - ], - [ - 2.2083332538604736, - [ - 0.4957785904407501, - -0.05121934786438942, - 0.12482710927724838, - 0.8579035997390747 - ] - ], - [ - 2.25, - [ - 0.41089969873428345, - -0.04605284333229065, - 0.15804030001163483, - 0.8966960906982422 - ] - ], - [ - 2.2916667461395264, - [ - 0.19489207863807678, - 0.04632587730884552, - 0.1701396107673645, - 0.9648438692092896 - ] - ], - [ - 2.3333332538604736, - [ - -0.06428653001785278, - 0.1548888385295868, - 0.03513158857822418, - 0.9852119088172913 - ] - ], - [ - 2.375, - [ - -0.26987841725349426, - 0.17242851853370667, - -0.00962119735777378, - 0.9472811222076416 - ] - ], - [ - 2.4166667461395264, - [ - -0.2989005148410797, - 0.11953339725732803, - 0.03702915087342262, - 0.9460439085960388 - ] - ], - [ - 2.4583332538604736, - [ - -0.27745193243026733, - 0.04119601845741272, - 0.05038635432720184, - 0.9585325121879578 - ] - ], - [ - 2.5, - [ - -0.22761929035186768, - -0.007566506043076515, - 0.029308967292308807, - 0.973279595375061 - ] - ], - [ - 2.5416667461395264, - [ - -0.17063625156879425, - -0.017025994136929512, - 0.009453486651182175, - 0.9851416349411011 - ] - ], - [ - 2.5833332538604736, - [ - -0.17111842334270477, - -0.017190350219607353, - 0.009278126992285252, - 0.9850568175315857 - ] - ], - [ - 2.625, - [ - -0.1722790002822876, - -0.017614703625440598, - 0.00879591889679432, - 0.9848514199256897 - ] - ], - [ - 2.7083332538604736, - [ - -0.1747632920742035, - -0.018807396292686462, - 0.007149092853069305, - 0.984404981136322 - ] - ], - [ - 2.75, - [ - -0.1753978431224823, - -0.019371626898646355, - 0.006150027737021446, - 0.9842877984046936 - ] - ], - [ - 2.7916667461395264, - [ - -0.17551738023757935, - -0.019812004640698433, - 0.005205869674682617, - 0.9842631816864014 - ] - ], - [ - 2.8333332538604736, - [ - -0.17533867061138153, - -0.02008957229554653, - 0.0044950442388653755, - 0.9842929244041443 - ] - ], - [ - 2.875, - [ - -0.17521047592163086, - -0.020186686888337135, - 0.004215724766254425, - 0.9843149781227112 - ] - ], - [ - 3.0416667461395264, - [ - -0.17521047592163086, - -0.020186686888337135, - 0.004215724766254425, - 0.9843149781227112 - ] - ], - [ - 3.0833332538604736, - [ - -0.2294277548789978, - -0.023807451128959656, - 0.012654710561037064, - 0.9729521870613098 - ] - ], - [ - 3.125, - [ - -0.32043811678886414, - -0.025887347757816315, - 0.02813783474266529, - 0.9464976191520691 - ] - ], - [ - 3.1666667461395264, - [ - -0.39437493681907654, - -0.024222079664468765, - 0.041904743760824203, - 0.9176740646362305 - ] - ], - [ - 3.2083332538604736, - [ - -0.4249235689640045, - -0.02276056446135044, - 0.04794763773679733, - 0.9036720395088196 - ] - ], - [ - 3.25, - [ - -0.4224393665790558, - -0.022907627746462822, - 0.04743943363428116, - 0.9048589468002319 - ] - ], - [ - 3.2916667461395264, - [ - -0.4158483147621155, - -0.023283151909708977, - 0.046099450439214706, - 0.9079663753509521 - ] - ], - [ - 3.3333332538604736, - [ - -0.4064004123210907, - -0.023785142228007317, - 0.04419756680727005, - 0.9123154878616333 - ] - ], - [ - 3.4166667461395264, - [ - -0.3841599225997925, - -0.024789227172732353, - 0.039808619767427444, - 0.9220749139785767 - ] - ], - [ - 3.4583332538604736, - [ - -0.37417078018188477, - -0.02515699341893196, - 0.03787517547607422, - 0.9262444972991943 - ] - ], - [ - 3.5, - [ - -0.3669869899749756, - -0.02538878656923771, - 0.036498572677373886, - 0.9291629791259766 - ] - ], - [ - 3.5416667461395264, - [ - -0.36423495411872864, - -0.025470249354839325, - 0.03597421571612358, - 0.9302634000778198 - ] - ], - [ - 3.5833332538604736, - [ - -0.41148295998573303, - -0.03160253167152405, - 0.03953966125845909, - 0.910010814666748 - ] - ], - [ - 3.625, - [ - -0.4954501688480377, - -0.052455198019742966, - 0.04022067412734032, - 0.8661177158355713 - ] - ], - [ - 3.6666667461395264, - [ - -0.5352506637573242, - -0.08524143695831299, - 0.019987165927886963, - 0.8401435017585754 - ] - ], - [ - 3.7083332538604736, - [ - -0.46040403842926025, - -0.09851306676864624, - -0.030520638450980186, - 0.8816983699798584 - ] - ], - [ - 3.75, - [ - -0.2563481330871582, - -0.04295129328966141, - -0.03841151297092438, - 0.9648655652999878 - ] - ], - [ - 3.7916667461395264, - [ - -0.05514061078429222, - -0.0029826101381331682, - -0.015177317894995213, - 0.9983587861061096 - ] - ], - [ - 3.8333332538604736, - [ - 0.1684322953224182, - 0.01869879476726055, - -0.014249670319259167, - 0.9854329228401184 - ] - ], - [ - 3.875, - [ - 0.28770050406455994, - 0.025169318541884422, - -0.020030668005347252, - 0.9571800827980042 - ] - ], - [ - 3.9166667461395264, - [ - 0.028075050562620163, - 0.016345564275979996, - 0.01654808782041073, - 0.9993352890014648 - ] - ], - [ - 3.9583332538604736, - [ - -0.15240103006362915, - 0.05401015281677246, - 0.0284305140376091, - 0.9864322543144226 - ] - ], - [ - 4.0, - [ - -0.25669944286346436, - 0.12503522634506226, - -0.0010627375449985266, - 0.9583686590194702 - ] - ], - [ - 4.041666507720947, - [ - -0.17667797207832336, - 0.15068338811397552, - -0.0644848495721817, - 0.9705262184143066 - ] - ], - [ - 4.083333492279053, - [ - -0.23808543384075165, - 0.08273154497146606, - 0.018727092072367668, - 0.9675329923629761 - ] - ], - [ - 4.125, - [ - -0.3423566520214081, - 0.011841892264783382, - 0.03667527064681053, - 0.9387792944908142 - ] - ], - [ - 4.166666507720947, - [ - -0.11184492707252502, - 0.01849495619535446, - 0.0051077259704470634, - 0.9935404062271118 - ] - ], - [ - 4.208333492279053, - [ - 0.05250466987490654, - 0.028603024780750275, - -0.015354735776782036, - 0.9980928897857666 - ] - ], - [ - 4.25, - [ - 0.0632348358631134, - 0.02965734899044037, - -0.015109241008758545, - 0.9974434971809387 - ] - ], - [ - 4.291666507720947, - [ - 0.09371872246265411, - 0.03130209818482399, - -0.014778363518416882, - 0.9949967861175537 - ] - ], - [ - 4.333333492279053, - [ - 0.13973183929920197, - 0.03147381171584129, - -0.014841326512396336, - 0.9895778894424438 - ] - ], - [ - 4.375, - [ - 0.19253236055374146, - 0.029601313173770905, - -0.015974629670381546, - 0.980713963508606 - ] - ], - [ - 4.416666507720947, - [ - 0.22925178706645966, - 0.036691803485155106, - -0.0188238937407732, - 0.9724931716918945 - ] - ], - [ - 4.458333492279053, - [ - 0.24188196659088135, - 0.06381357461214066, - -0.039282314479351044, - 0.9674078226089478 - ] - ], - [ - 4.5, - [ - 0.20131003856658936, - 0.11343208700418472, - -0.12558051943778992, - 0.9647989273071289 - ] - ], - [ - 4.541666507720947, - [ - 0.0735563114285469, - 0.14503337442874908, - -0.19578777253627777, - 0.9670688509941101 - ] - ], - [ - 4.583333492279053, - [ - -0.1411200761795044, - 0.1399623602628708, - -0.06520245224237442, - 0.9778774380683899 - ] - ], - [ - 4.625, - [ - -0.37592482566833496, - 0.09105557203292847, - 0.03666403144598007, - 0.9214364886283875 - ] - ], - [ - 4.666666507720947, - [ - -0.49009886384010315, - 0.012268809601664543, - 0.0628129318356514, - 0.8693141937255859 - ] - ], - [ - 4.708333492279053, - [ - -0.5070052146911621, - -0.024288751184940338, - 0.05457903444766998, - 0.8598703145980835 - ] - ], - [ - 4.75, - [ - -0.4855842888355255, - -0.027377761900424957, - 0.04980706423521042, - 0.8723404407501221 - ] - ], - [ - 4.791666507720947, - [ - -0.46202799677848816, - -0.030927468091249466, - 0.043682776391506195, - 0.8852487802505493 - ] - ], - [ - 4.833333492279053, - [ - -0.4374096393585205, - -0.03433836251497269, - 0.03668892756104469, - 0.8978572487831116 - ] - ], - [ - 4.875, - [ - -0.41332507133483887, - -0.03713621571660042, - 0.029535384848713875, - 0.9093465805053711 - ] - ], - [ - 4.916666507720947, - [ - -0.39209839701652527, - -0.039063647389411926, - 0.023132219910621643, - 0.9188024997711182 - ] - ], - [ - 4.958333492279053, - [ - -0.3768256604671478, - -0.040116678923368454, - 0.018525157123804092, - 0.9252296090126038 - ] - ], - [ - 5.0, - [ - -0.3710140883922577, - -0.040444374084472656, - 0.01677710749208927, - 0.9275943636894226 - ] - ], - [ - 6.791666507720947, - [ - -0.3710140883922577, - -0.040444374084472656, - 0.01677710749208927, - 0.9275943636894226 - ] - ], - [ - 6.833333492279053, - [ - -0.3773286044597626, - -0.04390296712517738, - 0.016425471752882004, - 0.9248924851417542 - ] - ], - [ - 6.875, - [ - -0.37758541107177734, - -0.05180656537413597, - 0.008354434743523598, - 0.9244866371154785 - ] - ], - [ - 6.916666507720947, - [ - -0.3539341390132904, - -0.057667575776576996, - -0.009938247501850128, - 0.9334378838539124 - ] - ], - [ - 6.958333492279053, - [ - -0.3305065333843231, - -0.05788404494524002, - -0.022007714956998825, - 0.9417698979377747 - ] - ], - [ - 7.208333492279053, - [ - -0.3305065333843231, - -0.05788404494524002, - -0.022007714956998825, - 0.9417698979377747 - ] - ], - [ - 7.25, - [ - -0.368696004152298, - -0.05423769727349281, - 0.0033846755977720022, - 0.9279602766036987 - ] - ], - [ - 7.291666507720947, - [ - -0.3926306962966919, - -0.031168133020401, - 0.04255030304193497, - 0.9181825518608093 - ] - ], - [ - 7.333333492279053, - [ - -0.3433827757835388, - 0.0016358263092115521, - 0.05662200599908829, - 0.9374857544898987 - ] - ], - [ - 7.375, - [ - -0.21425984799861908, - 0.023796208202838898, - 0.0388655923306942, - 0.9757131338119507 - ] - ], - [ - 7.416666507720947, - [ - -0.13708269596099854, - 0.021813692525029182, - -0.11687194555997849, - 0.9833989143371582 - ] - ], - [ - 7.458333492279053, - [ - -0.16648653149604797, - -0.013208473101258278, - -0.30317240953445435, - 0.9381867051124573 - ] - ], - [ - 7.5, - [ - -0.20174135267734528, - -0.045052748173475266, - -0.2668249011039734, - 0.9413156509399414 - ] - ], - [ - 7.541666507720947, - [ - -0.12083278596401215, - -0.02567777968943119, - -0.22313053905963898, - 0.9669296145439148 - ] - ], - [ - 7.583333492279053, - [ - -0.2303360551595688, - -0.036543264985084534, - -0.1662583202123642, - 0.958106517791748 - ] - ], - [ - 7.625, - [ - -0.43557339906692505, - 0.037075676023960114, - 0.01674078404903412, - 0.8992335200309753 - ] - ], - [ - 7.666666507720947, - [ - -0.43592411279678345, - 0.17134083807468414, - 0.1862526386976242, - 0.8636681437492371 - ] - ], - [ - 7.708333492279053, - [ - -0.4239448606967926, - 0.17614571750164032, - 0.177705779671669, - 0.8704391717910767 - ] - ], - [ - 7.75, - [ - -0.3523293435573578, - 0.051745735108852386, - -0.01444381382316351, - 0.9343329071998596 - ] - ], - [ - 7.791666507720947, - [ - 0.10052525252103806, - 0.026291348040103912, - -0.1389789581298828, - 0.9848291873931885 - ] - ], - [ - 7.833333492279053, - [ - 0.44795292615890503, - 0.06650722026824951, - -0.10822822898626328, - 0.8849868178367615 - ] - ], - [ - 7.875, - [ - 0.5892820358276367, - 0.0321119949221611, - -0.0502983033657074, - 0.8057205677032471 - ] - ], - [ - 7.916666507720947, - [ - 0.603843092918396, - 0.023098375648260117, - -0.039395447820425034, - 0.7957940697669983 - ] - ], - [ - 7.958333492279053, - [ - 0.6179071664810181, - 0.015793513506650925, - -0.03170037642121315, - 0.7854529619216919 - ] - ], - [ - 8.0, - [ - 0.629676342010498, - 0.008994447067379951, - -0.024905748665332794, - 0.7764061093330383 - ] - ], - [ - 8.041666984558105, - [ - 0.6376704573631287, - 0.001458404352888465, - -0.016728052869439125, - 0.770126223564148 - ] - ], - [ - 8.083333015441895, - [ - 0.6406840085983276, - -0.008149986155331135, - -0.004765717312693596, - 0.76774662733078 - ] - ], - [ - 8.125, - [ - 0.6376944780349731, - -0.02122345380485058, - 0.013702251017093658, - 0.7698750495910645 - ] - ], - [ - 8.166666984558105, - [ - 0.6278030872344971, - -0.03939848393201828, - 0.04238007590174675, - 0.7762184143066406 - ] - ], - [ - 8.208333015441895, - [ - 0.45980212092399597, - -0.046405378729104996, - 0.1322275549173355, - 0.8768947720527649 - ] - ], - [ - 8.25, - [ - 0.1701515167951584, - 0.02592802792787552, - 0.18071813881397247, - 0.9683579802513123 - ] - ], - [ - 8.291666984558105, - [ - -0.1019839346408844, - 0.0787496417760849, - 0.17931239306926727, - 0.9753178358078003 - ] - ], - [ - 8.333333015441895, - [ - -0.26427021622657776, - 0.0779615044593811, - 0.1713908612728119, - 0.9458903074264526 - ] - ], - [ - 8.375, - [ - -0.30619898438453674, - 0.07098505645990372, - 0.16674920916557312, - 0.9345576763153076 - ] - ], - [ - 8.416666984558105, - [ - -0.2644940912723541, - 0.051746148616075516, - 0.1405181884765625, - 0.952690839767456 - ] - ], - [ - 8.458333015441895, - [ - -0.07748588174581528, - 0.004061615094542503, - 0.06371921300888062, - 0.9949468970298767 - ] - ], - [ - 8.5, - [ - 0.16700807213783264, - 0.015420314855873585, - 0.007582983002066612, - 0.985805869102478 - ] - ], - [ - 8.541666984558105, - [ - 0.23462237417697906, - 0.016845962032675743, - 0.010006679221987724, - 0.971889078617096 - ] - ], - [ - 8.583333015441895, - [ - 0.3365989029407501, - 0.010010563768446445, - 0.0300579946488142, - 0.9411150217056274 - ] - ], - [ - 8.625, - [ - 0.43894293904304504, - -0.011926821433007717, - 0.06389196962118149, - 0.8961610794067383 - ] - ], - [ - 8.666666984558105, - [ - 0.5134813785552979, - -0.046587005257606506, - 0.1061018705368042, - 0.8502405285835266 - ] - ], - [ - 8.708333015441895, - [ - 0.549995481967926, - -0.07694827020168304, - 0.14092908799648285, - 0.8195871710777283 - ] - ], - [ - 8.75, - [ - -0.046971600502729416, - 0.06495023518800735, - 0.1655680239200592, - 0.9829356074333191 - ] - ], - [ - 8.791666984558105, - [ - -0.42924830317497253, - 0.10570824891328812, - 0.15276330709457397, - 0.8838750123977661 - ] - ], - [ - 8.833333015441895, - [ - -0.42963072657585144, - 0.10319028049707413, - 0.14434127509593964, - 0.8854009509086609 - ] - ], - [ - 8.875, - [ - -0.36544328927993774, - 0.10382505506277084, - 0.13022013008594513, - 0.9158135652542114 - ] - ], - [ - 8.916666984558105, - [ - -0.25899824500083923, - 0.10506497323513031, - 0.11543990671634674, - 0.9531815648078918 - ] - ], - [ - 8.958333015441895, - [ - -0.1352219581604004, - 0.10365480929613113, - 0.10607139766216278, - 0.9796527624130249 - ] - ], - [ - 9.0, - [ - -0.02237781509757042, - 0.09824880212545395, - 0.10756479203701019, - 0.9890785813331604 - ] - ], - [ - 9.041666984558105, - [ - 0.05059761181473732, - 0.09102775156497955, - 0.11969481408596039, - 0.9873332381248474 - ] - ], - [ - 9.083333015441895, - [ - 0.03617807850241661, - 0.07831072807312012, - 0.1267816722393036, - 0.9881726503372192 - ] - ], - [ - 9.125, - [ - -0.04274499788880348, - 0.0520053431391716, - 0.12468310445547104, - 0.9899104237556458 - ] - ], - [ - 9.166666984558105, - [ - -0.10960990935564041, - 0.022660883143544197, - 0.11640237271785736, - 0.9868752956390381 - ] - ], - [ - 9.208333015441895, - [ - -0.09983016550540924, - 0.008465497754514217, - 0.10689947009086609, - 0.9892091751098633 - ] - ], - [ - 9.25, - [ - -0.017011307179927826, - 0.006114776711910963, - 0.10328635573387146, - 0.9944874048233032 - ] - ], - [ - 9.291666984558105, - [ - 0.08827771246433258, - 0.0037741041742265224, - 0.10239923745393753, - 0.9908114075660706 - ] - ], - [ - 9.333333015441895, - [ - 0.17020094394683838, - 5.380094808060676e-05, - 0.10522554814815521, - 0.979775071144104 - ] - ], - [ - 9.375, - [ - 0.18825320899486542, - -0.0008596830884926021, - 0.10912534594535828, - 0.9760387539863586 - ] - ], - [ - 9.416666984558105, - [ - 0.1652977019548416, - 0.0013927087420597672, - 0.11131854355335236, - 0.9799403548240662 - ] - ], - [ - 9.458333015441895, - [ - 0.14838315546512604, - 0.0030688983388245106, - 0.11288028210401535, - 0.9824617505073547 - ] - ], - [ - 9.5, - [ - 0.13615742325782776, - 0.0042644371278584, - 0.11400895565748215, - 0.9840959906578064 - ] - ], - [ - 9.541666984558105, - [ - 0.12765148282051086, - 0.005071130581200123, - 0.11481981724500656, - 0.9851374626159668 - ] - ], - [ - 9.583333015441895, - [ - 0.12209395319223404, - 0.005573573522269726, - 0.11538531631231308, - 0.9857729077339172 - ] - ], - [ - 9.625, - [ - 0.11882620304822922, - 0.005848805885761976, - 0.11575360596179962, - 0.9861273765563965 - ] - ], - [ - 9.666666984558105, - [ - 0.1172596663236618, - 0.00596707733348012, - 0.1159580796957016, - 0.9862902760505676 - ] - ], - [ - 9.708333015441895, - [ - 0.11685196310281754, - 0.0059929657727479935, - 0.11602228134870529, - 0.9863308668136597 - ] - ], - [ - 9.75, - [ - 0.11882045120000839, - 0.005773231387138367, - 0.11594486981630325, - 0.9861060380935669 - ] - ], - [ - 9.791666984558105, - [ - 0.12405353784561157, - 0.00518978014588356, - 0.11573131382465363, - 0.9854898452758789 - ] - ], - [ - 9.833333015441895, - [ - 0.13156424462795258, - 0.0043548280373215675, - 0.11540466547012329, - 0.9845576882362366 - ] - ], - [ - 9.916666984558105, - [ - 0.14933454990386963, - 0.002397826872766018, - 0.11453495174646378, - 0.9821279048919678 - ] - ], - [ - 9.958333015441895, - [ - 0.15735499560832977, - 0.0015266541158780456, - 0.11409646272659302, - 0.9809276461601257 - ] - ], - [ - 10.0, - [ - 0.16313928365707397, - 0.0009043915779329836, - 0.1137620285153389, - 0.9800220131874084 - ] - ], - [ - 10.041666984558105, - [ - 0.16535894572734833, - 0.0006670942530035973, - 0.11362955719232559, - 0.9796653985977173 - ] - ], - [ - 10.083333015441895, - [ - 0.18058738112449646, - -0.0009350793552584946, - 0.11265803873538971, - 0.9770851731300354 - ] - ], - [ - 10.125, - [ - 0.2171909362077713, - -0.004541469272226095, - 0.10985404998064041, - 0.9699172973632813 - ] - ], - [ - 10.166666984558105, - [ - 0.26083269715309143, - -0.008175256662070751, - 0.10557782649993896, - 0.9595586657524109 - ] - ], - [ - 10.208333015441895, - [ - 0.2852552831172943, - -0.00992244016379118, - 0.10243337601423264, - 0.9529104828834534 - ] - ], - [ - 10.25, - [ - 0.352891743183136, - -0.00952869188040495, - 0.088477224111557, - 0.931422770023346 - ] - ], - [ - 10.291666984558105, - [ - 0.31938958168029785, - -0.007124229799956083, - 0.09346150606870651, - 0.9429764151573181 - ] - ], - [ - 10.333333015441895, - [ - 0.2849227786064148, - -0.004496763460338116, - 0.0970594510436058, - 0.95361328125 - ] - ], - [ - 10.375, - [ - 0.2689531445503235, - -0.003284504171460867, - 0.09828878939151764, - 0.9581193923950195 - ] - ], - [ - 10.416666984558105, - [ - 0.2966292202472687, - 0.003513580420985818, - 0.06080535799264908, - 0.9530485272407532 - ] - ], - [ - 10.458333015441895, - [ - 0.11524054408073425, - 0.017752140760421753, - 0.023363566026091576, - 0.9929041266441345 - ] - ], - [ - 10.5, - [ - 0.03231988102197647, - 0.04958493262529373, - -0.04048454016447067, - 0.9974255561828613 - ] - ], - [ - 10.541666984558105, - [ - -0.06123264506459236, - 0.07839290052652359, - -0.09504169970750809, - 0.9904909133911133 - ] - ], - [ - 10.583333015441895, - [ - -0.2093980461359024, - 0.12119648605585098, - 0.050257645547389984, - 0.9689881801605225 - ] - ], - [ - 10.625, - [ - -0.43259620666503906, - 0.18931353092193604, - 0.25750330090522766, - 0.8430379629135132 - ] - ], - [ - 10.666666984558105, - [ - -0.6313316226005554, - 0.09205693006515503, - 0.2204495221376419, - 0.7377994656562805 - ] - ], - [ - 10.708333015441895, - [ - -0.6455564498901367, - -0.08276481181383133, - 0.05190408602356911, - 0.7574383616447449 - ] - ], - [ - 10.75, - [ - -0.5611104369163513, - -0.09798247367143631, - -0.023941200226545334, - 0.821572482585907 - ] - ], - [ - 10.791666984558105, - [ - -0.4602956473827362, - -0.04526963084936142, - -0.022476311773061752, - 0.8863257765769958 - ] - ], - [ - 10.833333015441895, - [ - -0.37411031126976013, - 0.014805280603468418, - 0.027330294251441956, - 0.9268631935119629 - ] - ], - [ - 10.875, - [ - -0.34221649169921875, - 0.05273374542593956, - 0.078833669424057, - 0.9348220825195313 - ] - ], - [ - 10.916666984558105, - [ - -0.3519541323184967, - 0.07416731864213943, - 0.11364609003067017, - 0.9261274337768555 - ] - ], - [ - 10.958333015441895, - [ - -0.3485771417617798, - 0.09369007498025894, - 0.14616255462169647, - 0.9210606217384338 - ] - ], - [ - 11.0, - [ - -0.3154308795928955, - 0.10817551612854004, - 0.17745086550712585, - 0.9259117841720581 - ] - ], - [ - 11.041666984558105, - [ - -0.2325536459684372, - 0.10829079896211624, - 0.20883306860923767, - 0.9437057971954346 - ] - ], - [ - 11.083333015441895, - [ - -0.18289555609226227, - 0.10787928104400635, - 0.24509933590888977, - 0.94595867395401 - ] - ], - [ - 11.125, - [ - -0.20926153659820557, - 0.11166179180145264, - 0.22915774583816528, - 0.9440488219261169 - ] - ], - [ - 11.166666984558105, - [ - -0.19119617342948914, - 0.09714367240667343, - 0.13366639614105225, - 0.9675434827804565 - ] - ], - [ - 11.208333015441895, - [ - -0.10646224021911621, - 0.08275897055864334, - 0.04241639003157616, - 0.9899584054946899 - ] - ], - [ - 11.25, - [ - -0.05347257852554321, - 0.06527621299028397, - 0.02985123172402382, - 0.9959863424301147 - ] - ], - [ - 11.291666984558105, - [ - -0.05509331077337265, - 0.04153428226709366, - 0.06386089324951172, - 0.9955708980560303 - ] - ], - [ - 11.333333015441895, - [ - -0.06496816128492355, - 0.01726864092051983, - 0.09759341180324554, - 0.9929534196853638 - ] - ], - [ - 11.375, - [ - 0.06103114038705826, - 0.0039037747774273157, - 0.10116536915302277, - 0.9929882884025574 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716020301_1491379.json b/lenses/physics-objects/Scene/assets/1645812716020301_1491379.json deleted file mode 100644 index c1a92f33..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716020301_1491379.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716020301:1491379", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716020537_1491386.json b/lenses/physics-objects/Scene/assets/1645812716020537_1491386.json deleted file mode 100644 index a7e9eef7..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716020537_1491386.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716020537:1491386", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716022579_1491399.json b/lenses/physics-objects/Scene/assets/1645812716022579_1491399.json deleted file mode 100644 index 80c9b502..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716022579_1491399.json +++ /dev/null @@ -1,1122 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716022579:1491399", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.67070198059082, - 0.09418559074401855, - -1.3774800300598145 - ] - ], - [ - 0.0416666679084301, - [ - -9.67070198059082, - 0.09418559074401855, - -1.3774800300598145 - ] - ], - [ - 0.0833333358168602, - [ - -9.670636177062988, - 0.09418559074401855, - -1.3404992818832397 - ] - ], - [ - 0.125, - [ - -9.670178413391113, - 0.09418559074401855, - -1.2336781024932861 - ] - ], - [ - 0.1666666716337204, - [ - -9.668936729431152, - 0.09418559074401855, - -1.0631978511810303 - ] - ], - [ - 0.2083333283662796, - [ - -9.666518211364746, - 0.09418559074401855, - -0.8352398872375488 - ] - ], - [ - 0.25, - [ - -9.662530899047852, - 0.09418559074401855, - -0.555985689163208 - ] - ], - [ - 0.2916666567325592, - [ - -9.656582832336426, - 0.09418559074401855, - -0.23161688446998596 - ] - ], - [ - 0.3333333432674408, - [ - -9.64828109741211, - 0.09418559074401855, - 0.1316855549812317 - ] - ], - [ - 0.375, - [ - -9.637234687805176, - 0.09418559074401855, - 0.5277396440505981 - ] - ], - [ - 0.4166666567325592, - [ - -9.623050689697266, - 0.09418559074401855, - 0.9503641128540039 - ] - ], - [ - 0.4583333432674408, - [ - -9.60533618927002, - 0.09418559074401855, - 1.3933779001235962 - ] - ], - [ - 0.5, - [ - -9.583701133728027, - 0.09418559074401855, - 1.8505992889404297 - ] - ], - [ - 0.5416666865348816, - [ - -9.557750701904297, - 0.09418559074401855, - 2.3158466815948486 - ] - ], - [ - 0.5833333134651184, - [ - -9.527094841003418, - 0.09418559074401855, - 2.7829387187957764 - ] - ], - [ - 0.625, - [ - -9.491339683532715, - 0.09418559074401855, - 3.245694398880005 - ] - ], - [ - 0.6666666865348816, - [ - -9.450094223022461, - 0.09418559074401855, - 3.697932004928589 - ] - ], - [ - 0.7083333134651184, - [ - -9.402965545654297, - 0.09418559074401855, - 4.133470058441162 - ] - ], - [ - 0.75, - [ - -9.349562644958496, - 0.09418559074401855, - 4.546126842498779 - ] - ], - [ - 0.7916666865348816, - [ - -9.289491653442383, - 0.09418559074401855, - 4.929721355438232 - ] - ], - [ - 0.8333333134651184, - [ - -9.22236156463623, - 0.09418559074401855, - 5.278071880340576 - ] - ], - [ - 0.875, - [ - -9.147780418395996, - 0.09418559074401855, - 5.584997177124023 - ] - ], - [ - 0.9166666865348816, - [ - -9.065354347229004, - 0.09418559074401855, - 5.844316005706787 - ] - ], - [ - 0.9583333134651184, - [ - -8.974693298339844, - 0.09418559074401855, - 6.049846172332764 - ] - ], - [ - 1.0, - [ - -8.87540340423584, - 0.09418559074401855, - 6.195407390594482 - ] - ], - [ - 1.0416666269302368, - [ - -8.767093658447266, - 0.09418559074401855, - 6.27481746673584 - ] - ], - [ - 1.0833333730697632, - [ - -8.607126235961914, - 0.09418559074401855, - 6.311720371246338 - ] - ], - [ - 1.125, - [ - -8.361784934997559, - 0.09418559074401855, - 6.335757255554199 - ] - ], - [ - 1.1666666269302368, - [ - -8.044053077697754, - 0.09418559074401855, - 6.349740028381348 - ] - ], - [ - 1.2083333730697632, - [ - -7.666916370391846, - 0.09418559074401855, - 6.356481552124023 - ] - ], - [ - 1.25, - [ - -7.243358135223389, - 0.09418559074401855, - 6.35879373550415 - ] - ], - [ - 1.2916666269302368, - [ - -6.786363124847412, - 0.09418559074401855, - 6.359489440917969 - ] - ], - [ - 1.3333333730697632, - [ - -6.3089165687561035, - 0.09418559074401855, - 6.3613810539245605 - ] - ], - [ - 1.375, - [ - -5.824002742767334, - 0.09418559074401855, - 6.367280960083008 - ] - ], - [ - 1.4166666269302368, - [ - -5.344605922698975, - 0.09418559074401855, - 6.380001544952393 - ] - ], - [ - 1.4583333730697632, - [ - -4.883710861206055, - 0.09418559074401855, - 6.402355670928955 - ] - ], - [ - 1.5, - [ - -4.4543023109436035, - 0.09418559074401855, - 6.437155246734619 - ] - ], - [ - 1.5416666269302368, - [ - -4.019166946411133, - 0.09418559074401855, - 6.490561485290527 - ] - ], - [ - 1.5833333730697632, - [ - -3.5430562496185303, - 0.09418559074401855, - 6.563103675842285 - ] - ], - [ - 1.625, - [ - -3.0419046878814697, - 0.09418559074401855, - 6.649145603179932 - ] - ], - [ - 1.6666666269302368, - [ - -2.5316436290740967, - 0.09418559074401855, - 6.743049621582031 - ] - ], - [ - 1.7083333730697632, - [ - -2.0282044410705566, - 0.09418559074401855, - 6.839181900024414 - ] - ], - [ - 1.75, - [ - -1.5475234985351563, - 0.09418559074401855, - 6.931904315948486 - ] - ], - [ - 1.7916666269302368, - [ - -1.1055312156677246, - 0.09418559074401855, - 7.0155816078186035 - ] - ], - [ - 1.8333333730697632, - [ - -0.7181596159934998, - 0.09418559074401855, - 7.084576606750488 - ] - ], - [ - 1.875, - [ - -0.40134361386299133, - 0.09418559074401855, - 7.133254051208496 - ] - ], - [ - 1.9166666269302368, - [ - -0.17101477086544037, - 0.09418559074401855, - 7.155977725982666 - ] - ], - [ - 1.9583333730697632, - [ - 0.0038277613930404186, - 0.09418559074401855, - 7.160429000854492 - ] - ], - [ - 2.0, - [ - 0.1651553511619568, - 0.09418559074401855, - 7.158653259277344 - ] - ], - [ - 2.0416667461395264, - [ - 0.31349411606788635, - 0.09418559074401855, - 7.151558876037598 - ] - ], - [ - 2.0833332538604736, - [ - 0.44936805963516235, - 0.09418559074401855, - 7.140052795410156 - ] - ], - [ - 2.125, - [ - 0.5733039379119873, - 0.09418559074401855, - 7.1250433921813965 - ] - ], - [ - 2.1666667461395264, - [ - 0.6858260631561279, - 0.09418559074401855, - 7.107438564300537 - ] - ], - [ - 2.2083332538604736, - [ - 0.7874591946601868, - 0.09418559074401855, - 7.088147163391113 - ] - ], - [ - 2.25, - [ - 0.8787295818328857, - 0.09418559074401855, - 7.068075180053711 - ] - ], - [ - 2.2916667461395264, - [ - 0.9601619839668274, - 0.09418559074401855, - 7.048131942749023 - ] - ], - [ - 2.3333332538604736, - [ - 1.0322810411453247, - 0.09418559074401855, - 7.0292253494262695 - ] - ], - [ - 2.375, - [ - 1.0956127643585205, - 0.09418559074401855, - 7.01226282119751 - ] - ], - [ - 2.4166667461395264, - [ - 1.1506818532943726, - 0.09418559074401855, - 6.998152732849121 - ] - ], - [ - 2.4583332538604736, - [ - 1.1980137825012207, - 0.09418559074401855, - 6.987802982330322 - ] - ], - [ - 2.5, - [ - 1.2381335496902466, - 0.09418559074401855, - 6.982120990753174 - ] - ], - [ - 2.5416667461395264, - [ - 1.2715665102005005, - 0.09418559074401855, - 6.982015609741211 - ] - ], - [ - 2.5833332538604736, - [ - 1.298837661743164, - 0.09418559074401855, - 6.988393783569336 - ] - ], - [ - 2.625, - [ - 1.3204723596572876, - 0.09418559074401855, - 7.002164363861084 - ] - ], - [ - 2.6666667461395264, - [ - 1.3369958400726318, - 0.09418559074401855, - 7.024234771728516 - ] - ], - [ - 2.7083332538604736, - [ - 1.3489331007003784, - 0.09418559074401855, - 7.05551290512085 - ] - ], - [ - 2.75, - [ - 1.3568096160888672, - 0.09418559074401855, - 7.096906661987305 - ] - ], - [ - 2.7916667461395264, - [ - 1.3611502647399902, - 0.09418559074401855, - 7.149324417114258 - ] - ], - [ - 2.8333332538604736, - [ - 1.3624804019927979, - 0.09418559074401855, - 7.2136735916137695 - ] - ], - [ - 2.875, - [ - 1.3581349849700928, - 0.09418559074401855, - 7.284462928771973 - ] - ], - [ - 2.9166667461395264, - [ - 1.345555305480957, - 0.09418559074401855, - 7.355829238891602 - ] - ], - [ - 2.9583332538604736, - [ - 1.325426697731018, - 0.09418559074401855, - 7.428126335144043 - ] - ], - [ - 3.0, - [ - 1.2984344959259033, - 0.09418559074401855, - 7.501707077026367 - ] - ], - [ - 3.0416667461395264, - [ - 1.2652637958526611, - 0.09418559074401855, - 7.576923370361328 - ] - ], - [ - 3.0833332538604736, - [ - 1.226600170135498, - 0.09418559074401855, - 7.654128551483154 - ] - ], - [ - 3.125, - [ - 1.1831283569335938, - 0.09418559074401855, - 7.733675003051758 - ] - ], - [ - 3.1666667461395264, - [ - 1.1355340480804443, - 0.09418559074401855, - 7.815916061401367 - ] - ], - [ - 3.2083332538604736, - [ - 1.0845024585723877, - 0.09418559074401855, - 7.9012041091918945 - ] - ], - [ - 3.25, - [ - 1.0307185649871826, - 0.09418559074401855, - 7.989892482757568 - ] - ], - [ - 3.2916667461395264, - [ - 0.9748676419258118, - 0.09418559074401855, - 8.082332611083984 - ] - ], - [ - 3.3333332538604736, - [ - 0.9176356196403503, - 0.09418559074401855, - 8.178878784179688 - ] - ], - [ - 3.375, - [ - 0.8597067594528198, - 0.09418559074401855, - 8.27988338470459 - ] - ], - [ - 3.4166667461395264, - [ - 0.8017666935920715, - 0.09418559074401855, - 8.385698318481445 - ] - ], - [ - 3.4583332538604736, - [ - 0.7445013523101807, - 0.09418559074401855, - 8.49667739868164 - ] - ], - [ - 3.5, - [ - 0.6885948777198792, - 0.09418559074401855, - 8.613173484802246 - ] - ], - [ - 3.5416667461395264, - [ - 0.6300471425056458, - 0.09418559074401855, - 8.73896312713623 - ] - ], - [ - 3.5833332538604736, - [ - 0.5651715993881226, - 0.09418559074401855, - 8.876543998718262 - ] - ], - [ - 3.625, - [ - 0.4951225221157074, - 0.09418559074401855, - 9.024348258972168 - ] - ], - [ - 3.6666667461395264, - [ - 0.42105576395988464, - 0.09418559074401855, - 9.180809020996094 - ] - ], - [ - 3.7083332538604736, - [ - 0.34412723779678345, - 0.09418559074401855, - 9.344359397888184 - ] - ], - [ - 3.75, - [ - 0.26549121737480164, - 0.09418559074401855, - 9.513432502746582 - ] - ], - [ - 3.7916667461395264, - [ - 0.18630367517471313, - 0.09418559074401855, - 9.686460494995117 - ] - ], - [ - 3.8333332538604736, - [ - 0.10772034525871277, - 0.09418559074401855, - 9.861876487731934 - ] - ], - [ - 3.875, - [ - 0.030895695090293884, - 0.09418559074401855, - 10.038113594055176 - ] - ], - [ - 3.9166667461395264, - [ - -0.04301443323493004, - 0.09418559074401855, - 10.213603973388672 - ] - ], - [ - 3.9583332538604736, - [ - -0.11285430192947388, - 0.09418559074401855, - 10.386780738830566 - ] - ], - [ - 4.0, - [ - -0.17746934294700623, - 0.09418559074401855, - 10.556077003479004 - ] - ], - [ - 4.041666507720947, - [ - -0.2342858761548996, - 0.09418559074401855, - 10.72514820098877 - ] - ], - [ - 4.083333492279053, - [ - -0.28297916054725647, - 0.09418559074401855, - 10.8980131149292 - ] - ], - [ - 4.125, - [ - -0.32576364278793335, - 0.09418559074401855, - 11.07363224029541 - ] - ], - [ - 4.166666507720947, - [ - -0.36485546827316284, - 0.09418559074401855, - 11.250975608825684 - ] - ], - [ - 4.208333492279053, - [ - -0.40247073769569397, - 0.09418559074401855, - 11.429006576538086 - ] - ], - [ - 4.25, - [ - -0.440824031829834, - 0.09418559074401855, - 11.606694221496582 - ] - ], - [ - 4.291666507720947, - [ - -0.48213154077529907, - 0.09418559074401855, - 11.783002853393555 - ] - ], - [ - 4.333333492279053, - [ - -0.49695488810539246, - 0.09418559074401855, - 11.782537460327148 - ] - ], - [ - 4.375, - [ - -0.5058487057685852, - 0.09418559074401855, - 11.782258033752441 - ] - ], - [ - 4.583333492279053, - [ - -0.5058487057685852, - 0.09418559074401855, - 11.782258033752441 - ] - ], - [ - 4.625, - [ - -0.5283166766166687, - 0.16509220004081726, - 11.677693367004395 - ] - ], - [ - 4.666666507720947, - [ - -0.5876278281211853, - 0.36240288615226746, - 11.40809440612793 - ] - ], - [ - 4.708333492279053, - [ - -0.671644926071167, - 0.6630095839500427, - 11.039599418640137 - ] - ], - [ - 4.75, - [ - -0.7682273387908936, - 1.0437934398651123, - 10.638358116149902 - ] - ], - [ - 4.791666507720947, - [ - -0.8652374744415283, - 1.481645107269287, - 10.270503044128418 - ] - ], - [ - 4.833333492279053, - [ - -0.9505378007888794, - 1.953458547592163, - 10.002177238464355 - ] - ], - [ - 4.875, - [ - -1.0262415409088135, - 2.5172817707061768, - 9.819084167480469 - ] - ], - [ - 4.916666507720947, - [ - -1.1024519205093384, - 3.2115581035614014, - 9.659831047058105 - ] - ], - [ - 4.958333492279053, - [ - -1.179011583328247, - 3.9837512969970703, - 9.519915580749512 - ] - ], - [ - 5.0, - [ - -1.2557603120803833, - 4.781300067901611, - 9.394840240478516 - ] - ], - [ - 5.041666507720947, - [ - -1.3325409889221191, - 5.551667213439941, - 9.280105590820313 - ] - ], - [ - 5.083333492279053, - [ - -1.4091962575912476, - 6.242316722869873, - 9.171210289001465 - ] - ], - [ - 5.125, - [ - -1.4855657815933228, - 6.800686836242676, - 9.063654899597168 - ] - ], - [ - 5.166666507720947, - [ - -1.5614924430847168, - 7.1742424964904785, - 8.952939987182617 - ] - ], - [ - 5.208333492279053, - [ - -1.6368190050125122, - 7.310439109802246, - 8.834564208984375 - ] - ], - [ - 5.25, - [ - -1.7203327417373657, - 7.2116875648498535, - 8.711731910705566 - ] - ], - [ - 5.291666507720947, - [ - -1.815078616142273, - 6.956768035888672, - 8.590802192687988 - ] - ], - [ - 5.333333492279053, - [ - -1.9122806787490845, - 6.607675552368164, - 8.47200870513916 - ] - ], - [ - 5.375, - [ - -2.003159761428833, - 6.226419925689697, - 8.355586051940918 - ] - ], - [ - 5.416666507720947, - [ - -2.0789403915405273, - 5.874997138977051, - 8.24177074432373 - ] - ], - [ - 5.458333492279053, - [ - -2.130845069885254, - 5.6154069900512695, - 8.130797386169434 - ] - ], - [ - 5.5, - [ - -2.150097131729126, - 5.509652137756348, - 8.022899627685547 - ] - ], - [ - 5.541666507720947, - [ - -2.085587501525879, - 5.50692892074585, - 7.984314918518066 - ] - ], - [ - 5.583333492279053, - [ - -1.8180413246154785, - 6.056547164916992, - 7.865798473358154 - ] - ], - [ - 5.625, - [ - -1.4302970170974731, - 6.777668476104736, - 7.608185291290283 - ] - ], - [ - 5.666666507720947, - [ - -0.8942505717277527, - 7.045321464538574, - 7.118077278137207 - ] - ], - [ - 5.708333492279053, - [ - -0.31095874309539795, - 7.183042049407959, - 6.536458969116211 - ] - ], - [ - 5.75, - [ - 0.08407820016145706, - 7.222017288208008, - 6.014547348022461 - ] - ], - [ - 5.791666507720947, - [ - 0.21382199227809906, - 7.127877712249756, - 5.8273024559021 - ] - ], - [ - 5.833333492279053, - [ - 0.23235706984996796, - 6.468881130218506, - 5.399887561798096 - ] - ], - [ - 5.875, - [ - -9.67070198059082, - 0.09418559074401855, - -1.3774800300598145 - ] - ], - [ - 11.375, - [ - -9.67070198059082, - 0.09418559074401855, - -1.3774800300598145 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716022933_1491406.json b/lenses/physics-objects/Scene/assets/1645812716022933_1491406.json deleted file mode 100644 index 72a0b845..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716022933_1491406.json +++ /dev/null @@ -1,1090 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716022933:1491406", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 0.0416666679084301, - [ - 2.56482093416485e-18, - 2.56482093416485e-18, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 0.0833333358168602, - [ - 0.002765500685200095, - 0.002765500685200095, - 0.7071014046669006, - 0.7071014046669006 - ] - ], - [ - 0.125, - [ - 0.010745557025074959, - 0.010745557025074959, - 0.7070251703262329, - 0.7070251703262329 - ] - ], - [ - 0.1666666716337204, - [ - 0.023462994024157524, - 0.023462994024157524, - 0.7067174315452576, - 0.7067174315452576 - ] - ], - [ - 0.2083333283662796, - [ - 0.04043335095047951, - 0.04043335095047951, - 0.7059498429298401, - 0.7059498429298401 - ] - ], - [ - 0.25, - [ - 0.06115971505641937, - 0.06115971505641937, - 0.7044568657875061, - 0.7044568657875061 - ] - ], - [ - 0.2916666567325592, - [ - 0.08512865006923676, - 0.08512865006923676, - 0.7019637823104858, - 0.7019637823104858 - ] - ], - [ - 0.3333333432674408, - [ - 0.11180834472179413, - 0.11180834472179413, - 0.6982111930847168, - 0.6982111930847168 - ] - ], - [ - 0.375, - [ - 0.14064958691596985, - 0.14064958691596985, - 0.6929774284362793, - 0.6929774284362793 - ] - ], - [ - 0.4166666567325592, - [ - 0.17108973860740662, - 0.17108973860740662, - 0.6860964298248291, - 0.6860964298248291 - ] - ], - [ - 0.4583333432674408, - [ - 0.202559694647789, - 0.202559694647789, - 0.6774729490280151, - 0.6774729490280151 - ] - ], - [ - 0.5, - [ - 0.23449303209781647, - 0.23449303209781647, - 0.6670929789543152, - 0.6670929789543152 - ] - ], - [ - 0.5833333134651184, - [ - 0.29756298661231995, - 0.29756298661231995, - 0.6414485573768616, - 0.6414485573768616 - ] - ], - [ - 0.625, - [ - 0.32767900824546814, - 0.32767900824546814, - 0.626599133014679, - 0.626599133014679 - ] - ], - [ - 0.6666666865348816, - [ - 0.3562374413013458, - 0.3562374413013458, - 0.6108149290084839, - 0.6108149290084839 - ] - ], - [ - 0.7083333134651184, - [ - 0.3828422427177429, - 0.3828422427177429, - 0.5945013165473938, - 0.5945013165473938 - ] - ], - [ - 0.75, - [ - 0.407152384519577, - 0.407152384519577, - 0.5781236290931702, - 0.5781236290931702 - ] - ], - [ - 0.7916666865348816, - [ - 0.42888057231903076, - 0.42888057231903076, - 0.5621934533119202, - 0.5621934533119202 - ] - ], - [ - 0.8333333134651184, - [ - 0.4477882981300354, - 0.4477882981300354, - 0.5472528338432312, - 0.5472528338432312 - ] - ], - [ - 0.875, - [ - 0.4636756181716919, - 0.4636756181716919, - 0.5338585376739502, - 0.5338585376739502 - ] - ], - [ - 0.9166666865348816, - [ - 0.47636649012565613, - 0.47636649012565613, - 0.5225658416748047, - 0.5225658416748047 - ] - ], - [ - 0.9583333134651184, - [ - 0.4856901466846466, - 0.4856901466846466, - 0.5139115452766418, - 0.5139115452766418 - ] - ], - [ - 1.0, - [ - 0.4914591312408447, - 0.4914591312408447, - 0.5083974003791809, - 0.5083974003791809 - ] - ], - [ - 1.0416666269302368, - [ - 0.49344372749328613, - 0.49344372749328613, - 0.5064713954925537, - 0.5064713954925537 - ] - ], - [ - 1.125, - [ - 0.49325019121170044, - 0.49325019121170044, - 0.506659984588623, - 0.506659984588623 - ] - ], - [ - 1.1666666269302368, - [ - 0.4927901327610016, - 0.4927901327610016, - 0.5071073770523071, - 0.5071073770523071 - ] - ], - [ - 1.2083333730697632, - [ - 0.49189308285713196, - 0.49189308285713196, - 0.5079775452613831, - 0.5079775452613831 - ] - ], - [ - 1.25, - [ - 0.4904109537601471, - 0.4904109537601471, - 0.5094086527824402, - 0.5094086527824402 - ] - ], - [ - 1.2916666269302368, - [ - 0.48819196224212646, - 0.48819196224212646, - 0.5115355253219604, - 0.5115355253219604 - ] - ], - [ - 1.3333333730697632, - [ - 0.48507988452911377, - 0.48507988452911377, - 0.514487624168396, - 0.514487624168396 - ] - ], - [ - 1.375, - [ - 0.48091089725494385, - 0.48091089725494385, - 0.5183866620063782, - 0.5183866620063782 - ] - ], - [ - 1.4166666269302368, - [ - 0.47551193833351135, - 0.47551193833351135, - 0.5233435034751892, - 0.5233435034751892 - ] - ], - [ - 1.4583333730697632, - [ - 0.46869778633117676, - 0.46869778633117676, - 0.5294548869132996, - 0.5294548869132996 - ] - ], - [ - 1.5, - [ - 0.46026846766471863, - 0.46026846766471863, - 0.5367987751960754, - 0.5367987751960754 - ] - ], - [ - 1.5416666269302368, - [ - 0.44322070479393005, - 0.44322070479393005, - 0.5509586334228516, - 0.5509586334228516 - ] - ], - [ - 1.5833333730697632, - [ - 0.41197335720062256, - 0.41197335720062256, - 0.5746981501579285, - 0.5746981501579285 - ] - ], - [ - 1.625, - [ - 0.36841726303100586, - 0.36841726303100586, - 0.6035467982292175, - 0.6035467982292175 - ] - ], - [ - 1.6666666269302368, - [ - 0.31487902998924255, - 0.31487902998924255, - 0.6331281065940857, - 0.6331281065940857 - ] - ], - [ - 1.7083333730697632, - [ - 0.2544620931148529, - 0.2544620931148529, - 0.6597341299057007, - 0.6597341299057007 - ] - ], - [ - 1.75, - [ - 0.19107991456985474, - 0.19107991456985474, - 0.6807999014854431, - 0.6807999014854431 - ] - ], - [ - 1.7916666269302368, - [ - 0.12923945486545563, - 0.12923945486545563, - 0.6951957941055298, - 0.6951957941055298 - ] - ], - [ - 1.8333333730697632, - [ - 0.07369839400053024, - 0.07369839400053024, - 0.7032557129859924, - 0.7032557129859924 - ] - ], - [ - 1.875, - [ - 0.029141880571842194, - 0.029141880571842194, - 0.7065060138702393, - 0.7065060138702393 - ] - ], - [ - 1.9166666269302368, - [ - 2.2388753961877228e-08, - 2.2388753961877228e-08, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 1.9583333730697632, - [ - -0.019126206636428833, - -0.019126206636428833, - 0.7068480849266052, - 0.7068480849266052 - ] - ], - [ - 2.0, - [ - -0.036503106355667114, - -0.036503106355667114, - 0.7061639428138733, - 0.7061639428138733 - ] - ], - [ - 2.0416667461395264, - [ - -0.052207693457603455, - -0.052207693457603455, - 0.705176830291748, - 0.705176830291748 - ] - ], - [ - 2.0833332538604736, - [ - -0.0663212314248085, - -0.0663212314248085, - 0.7039897441864014, - 0.7039897441864014 - ] - ], - [ - 2.125, - [ - -0.07892824709415436, - -0.07892824709415436, - 0.7026879787445068, - 0.7026879787445068 - ] - ], - [ - 2.1666667461395264, - [ - -0.09011483192443848, - -0.09011483192443848, - 0.7013410925865173, - 0.7013410925865173 - ] - ], - [ - 2.2083332538604736, - [ - -0.09996799379587173, - -0.09996799379587173, - 0.7000045776367188, - 0.7000045776367188 - ] - ], - [ - 2.25, - [ - -0.10857513546943665, - -0.10857513546943665, - 0.6987212896347046, - 0.6987212896347046 - ] - ], - [ - 2.2916667461395264, - [ - -0.11602320522069931, - -0.11602320522069931, - 0.6975232362747192, - 0.6975232362747192 - ] - ], - [ - 2.3333332538604736, - [ - -0.12239870429039001, - -0.12239870429039001, - 0.6964327692985535, - 0.6964327692985535 - ] - ], - [ - 2.375, - [ - -0.12778747081756592, - -0.12778747081756592, - 0.6954641342163086, - 0.6954641342163086 - ] - ], - [ - 2.4166667461395264, - [ - -0.1322745382785797, - -0.1322745382785797, - 0.6946247220039368, - 0.6946247220039368 - ] - ], - [ - 2.4583332538604736, - [ - -0.13594412803649902, - -0.13594412803649902, - 0.693915843963623, - 0.693915843963623 - ] - ], - [ - 2.5, - [ - -0.13887979090213776, - -0.13887979090213776, - 0.6933342814445496, - 0.6933342814445496 - ] - ], - [ - 2.5416667461395264, - [ - -0.1411643624305725, - -0.1411643624305725, - 0.6928727626800537, - 0.6928727626800537 - ] - ], - [ - 2.5833332538604736, - [ - -0.1428801715373993, - -0.1428801715373993, - 0.6925209760665894, - 0.6925209760665894 - ] - ], - [ - 2.625, - [ - -0.14410905539989471, - -0.14410905539989471, - 0.6922662854194641, - 0.6922662854194641 - ] - ], - [ - 2.6666667461395264, - [ - -0.1449325680732727, - -0.1449325680732727, - 0.6920943260192871, - 0.6920943260192871 - ] - ], - [ - 2.7083332538604736, - [ - -0.14543196558952332, - -0.14543196558952332, - 0.691989541053772, - 0.691989541053772 - ] - ], - [ - 2.75, - [ - -0.14568839967250824, - -0.14568839967250824, - 0.691935658454895, - 0.691935658454895 - ] - ], - [ - 2.9166667461395264, - [ - -0.14587771892547607, - -0.14587771892547607, - 0.6918957233428955, - 0.6918957233428955 - ] - ], - [ - 3.2916667461395264, - [ - -0.14725059270858765, - -0.14725059270858765, - 0.6916048526763916, - 0.6916048526763916 - ] - ], - [ - 3.5, - [ - -0.14768961071968079, - -0.14768961071968079, - 0.6915112137794495, - 0.6915112137794495 - ] - ], - [ - 3.5416667461395264, - [ - -0.14671172201633453, - -0.14671172201633453, - 0.6917193531990051, - 0.6917193531990051 - ] - ], - [ - 3.5833332538604736, - [ - -0.14393149316310883, - -0.14393149316310883, - 0.6923032402992249, - 0.6923032402992249 - ] - ], - [ - 3.625, - [ - -0.13957741856575012, - -0.13957741856575012, - 0.6931941509246826, - 0.6931941509246826 - ] - ], - [ - 3.6666667461395264, - [ - -0.13387711346149445, - -0.13387711346149445, - 0.6943175792694092, - 0.6943175792694092 - ] - ], - [ - 3.7083332538604736, - [ - -0.12705831229686737, - -0.12705831229686737, - 0.695597767829895, - 0.695597767829895 - ] - ], - [ - 3.75, - [ - -0.11934985220432281, - -0.11934985220432281, - 0.6969617009162903, - 0.6969617009162903 - ] - ], - [ - 3.7916667461395264, - [ - -0.11098235100507736, - -0.11098235100507736, - 0.6983429789543152, - 0.6983429789543152 - ] - ], - [ - 3.9166667461395264, - [ - -0.0842617005109787, - -0.0842617005109787, - 0.7020683884620667, - 0.7020683884620667 - ] - ], - [ - 3.9583332538604736, - [ - -0.0756036564707756, - -0.0756036564707756, - 0.7030534148216248, - 0.7030534148216248 - ] - ], - [ - 4.041666507720947, - [ - -0.0591869056224823, - -0.0591869056224823, - 0.7046253681182861, - 0.7046253681182861 - ] - ], - [ - 4.083333492279053, - [ - -0.050081901252269745, - -0.050081901252269745, - 0.705331027507782, - 0.705331027507782 - ] - ], - [ - 4.125, - [ - -0.04037463292479515, - -0.04037463292479515, - 0.7059531807899475, - 0.7059531807899475 - ] - ], - [ - 4.25, - [ - -0.009875711984932423, - -0.009875711984932423, - 0.7070378065109253, - 0.7070378065109253 - ] - ], - [ - 4.291666507720947, - [ - -4.5058325071067884e-08, - -4.5058325071067884e-08, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 4.333333492279053, - [ - 0.013553918339312077, - 0.013553918339312077, - 0.7069768905639648, - 0.7069768905639648 - ] - ], - [ - 4.375, - [ - 0.021684134379029274, - 0.021684134379029274, - 0.7067742347717285, - 0.7067742347717285 - ] - ], - [ - 4.416666507720947, - [ - 0.016645189374685287, - 0.02368791773915291, - 0.7067415118217468, - 0.7068792581558228 - ] - ], - [ - 4.458333492279053, - [ - 0.0022662747651338577, - 0.026111332699656487, - 0.7068771719932556, - 0.7068505883216858 - ] - ], - [ - 4.5, - [ - -0.020333372056484222, - 0.02355208620429039, - 0.707565426826477, - 0.7059624791145325 - ] - ], - [ - 4.541666507720947, - [ - -0.04997026175260544, - 0.01056088786572218, - 0.709039032459259, - 0.7033172249794006 - ] - ], - [ - 4.583333492279053, - [ - -0.0853147953748703, - -0.01837032288312912, - 0.7107880711555481, - 0.697971522808075 - ] - ], - [ - 4.625, - [ - -0.1204303503036499, - -0.08883937448263168, - 0.7387874722480774, - 0.6571127772331238 - ] - ], - [ - 4.666666507720947, - [ - -0.13140758872032166, - -0.20840223133563995, - 0.7914373874664307, - 0.5593993663787842 - ] - ], - [ - 4.708333492279053, - [ - -0.09469017386436462, - -0.3439171016216278, - 0.8304663896560669, - 0.42787888646125793 - ] - ], - [ - 4.75, - [ - -0.011706150136888027, - -0.45520904660224915, - 0.8406692743301392, - 0.29312607645988464 - ] - ], - [ - 4.791666507720947, - [ - 0.08760449290275574, - -0.5159074664115906, - 0.8333136439323425, - 0.17819464206695557 - ] - ], - [ - 4.833333492279053, - [ - 0.16122226417064667, - -0.5241073966026306, - 0.8314098119735718, - 0.08986974507570267 - ] - ], - [ - 4.875, - [ - 0.18801303207874298, - -0.492733359336853, - 0.8496242165565491, - 0.0019063843647018075 - ] - ], - [ - 4.916666507720947, - [ - 0.17180536687374115, - -0.43595612049102783, - 0.8770280480384827, - -0.10605168342590332 - ] - ], - [ - 4.958333492279053, - [ - 0.11157355457544327, - -0.36427468061447144, - 0.8984400629997253, - -0.21831348538398743 - ] - ], - [ - 5.0, - [ - 0.013157590292394161, - -0.28867846727371216, - 0.9039316773414612, - -0.3152763545513153 - ] - ], - [ - 5.041666507720947, - [ - -0.10834875702857971, - -0.2204754501581192, - 0.8911038041114807, - -0.3815562129020691 - ] - ], - [ - 5.083333492279053, - [ - -0.23162025213241577, - -0.16854581236839294, - 0.864533543586731, - -0.4129481017589569 - ] - ], - [ - 5.125, - [ - -0.33563748002052307, - -0.13692988455295563, - 0.832621693611145, - -0.41873475909233093 - ] - ], - [ - 5.166666507720947, - [ - -0.40501824021339417, - -0.12466727942228317, - 0.8034264445304871, - -0.4182394742965698 - ] - ], - [ - 5.208333492279053, - [ - -0.43004101514816284, - -0.12774872779846191, - 0.7814527153968811, - -0.43367800116539 - ] - ], - [ - 5.25, - [ - -0.41779863834381104, - -0.1274348497390747, - 0.7683730721473694, - -0.46776866912841797 - ] - ], - [ - 5.291666507720947, - [ - 0.38582363724708557, - 0.10887502133846283, - -0.7620494961738586, - 0.5084947347640991 - ] - ], - [ - 5.333333492279053, - [ - 0.33996933698654175, - 0.0744752287864685, - -0.7579260468482971, - 0.5517448782920837 - ] - ], - [ - 5.375, - [ - 0.2852960228919983, - 0.02828911505639553, - -0.7527648210525513, - 0.5925799608230591 - ] - ], - [ - 5.416666507720947, - [ - 0.22676509618759155, - -0.024292616173624992, - -0.7452547550201416, - 0.6265644431114197 - ] - ], - [ - 5.458333492279053, - [ - 0.16954836249351501, - -0.07705312222242355, - -0.7360913753509521, - 0.6507578492164612 - ] - ], - [ - 5.5, - [ - 0.11908099800348282, - -0.12360430508852005, - -0.7276449799537659, - 0.6641343832015991 - ] - ], - [ - 5.541666507720947, - [ - 0.06760680675506592, - -0.1598530113697052, - -0.7622240781784058, - 0.6236110925674438 - ] - ], - [ - 5.583333492279053, - [ - 0.021403485909104347, - -0.17589576542377472, - -0.8158372640609741, - 0.5504654049873352 - ] - ], - [ - 5.625, - [ - 0.01699557527899742, - 0.18392212688922882, - 0.8559622764587402, - -0.48292067646980286 - ] - ], - [ - 5.666666507720947, - [ - 0.025203853845596313, - 0.23550866544246674, - 0.8632447719573975, - -0.4457680284976959 - ] - ], - [ - 5.708333492279053, - [ - 0.013152015395462513, - 0.321078360080719, - 0.8466156721115112, - -0.4242377281188965 - ] - ], - [ - 5.75, - [ - 0.004485798068344593, - 0.36535710096359253, - 0.8320983052253723, - -0.41726064682006836 - ] - ], - [ - 5.833333492279053, - [ - 0.004485798068344593, - 0.36535710096359253, - 0.8320983052253723, - -0.41726064682006836 - ] - ], - [ - 5.875, - [ - 0.0, - 0.0, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 11.375, - [ - 0.0, - 0.0, - 0.7071068286895752, - 0.7071068286895752 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716023164_1491413.json b/lenses/physics-objects/Scene/assets/1645812716023164_1491413.json deleted file mode 100644 index 59a8a39b..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716023164_1491413.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716023164:1491413", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 5.625, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 5.666666507720947, - [ - 0.9722633361816406, - 0.9722633361816406, - 0.9722633361816406 - ] - ], - [ - 5.708333492279053, - [ - 0.8960840106010437, - 0.8960840106010437, - 0.8960840106010437 - ] - ], - [ - 5.75, - [ - 0.7820111513137817, - 0.7820111513137817, - 0.7820111513137817 - ] - ], - [ - 5.791666507720947, - [ - 0.5348690152168274, - 0.5348690152168274, - 0.5348690152168274 - ] - ], - [ - 5.833333492279053, - [ - 0.3524773120880127, - 0.3524773120880127, - 0.3524773120880127 - ] - ], - [ - 5.875, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 11.375, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716023379_1491420.json b/lenses/physics-objects/Scene/assets/1645812716023379_1491420.json deleted file mode 100644 index d22a351e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716023379_1491420.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716023379:1491420", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716025356_1491433.json b/lenses/physics-objects/Scene/assets/1645812716025356_1491433.json deleted file mode 100644 index 894ac88d..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716025356_1491433.json +++ /dev/null @@ -1,530 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716025356:1491433", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ], - [ - 0.0416666679084301, - [ - 0.3440530598163605, - 9.781042648066966e-19, - 9.066621357912607e-20 - ] - ], - [ - 0.0833333358168602, - [ - 0.34501126408576965, - 0.001079508219845593, - 0.00010006593947764486 - ] - ], - [ - 0.125, - [ - 0.34776023030281067, - 0.004176457412540913, - 0.00038714031688869 - ] - ], - [ - 0.1666666716337204, - [ - 0.35211142897605896, - 0.009078486822545528, - 0.0008415381889790297 - ] - ], - [ - 0.2083333432674408, - [ - 0.35787639021873474, - 0.015573233366012573, - 0.0014435743214562535 - ] - ], - [ - 0.25, - [ - 0.3648666441440582, - 0.023448331281542778, - 0.0021735632326453924 - ] - ], - [ - 0.2916666567325592, - [ - 0.3728935718536377, - 0.032491423189640045, - 0.0030118203721940517 - ] - ], - [ - 0.3333333432674408, - [ - 0.3817687928676605, - 0.0424901507794857, - 0.003938660491257906 - ] - ], - [ - 0.375, - [ - 0.39130377769470215, - 0.053232140839099884, - 0.004934398923069239 - ] - ], - [ - 0.4166666567325592, - [ - 0.401309996843338, - 0.06450503319501877, - 0.005979349371045828 - ] - ], - [ - 0.5416666865348816, - [ - 0.4322711229324341, - 0.09938554465770721, - 0.00921262800693512 - ] - ], - [ - 0.5833333730697632, - [ - 0.44227737188339233, - 0.1106584444642067, - 0.010257579386234283 - ] - ], - [ - 0.6250000596046448, - [ - 0.45181232690811157, - 0.12140043824911118, - 0.011253317818045616 - ] - ], - [ - 0.6666666865348816, - [ - 0.4606875479221344, - 0.13139915466308594, - 0.012180157005786896 - ] - ], - [ - 0.7083333730697632, - [ - 0.46871450543403625, - 0.14044225215911865, - 0.013018414378166199 - ] - ], - [ - 0.7500000596046448, - [ - 0.47570472955703735, - 0.1483173370361328, - 0.013748403638601303 - ] - ], - [ - 0.7916666865348816, - [ - 0.48146969079971313, - 0.15481209754943848, - 0.014350439421832561 - ] - ], - [ - 0.8333333730697632, - [ - 0.4858208894729614, - 0.15971411764621735, - 0.014804837293922901 - ] - ], - [ - 0.8750000596046448, - [ - 0.48856985569000244, - 0.1628110557794571, - 0.0150919109582901 - ] - ], - [ - 0.9166666865348816, - [ - 0.4895280599594116, - 0.16389057040214539, - 0.01519197691231966 - ] - ], - [ - 0.9666666984558105, - [ - 0.4743986427783966, - 0.14856475591659546, - 0.014020540751516819 - ] - ], - [ - 1.0166666507720947, - [ - 0.4383208751678467, - 0.11135756969451904, - 0.011069994419813156 - ] - ], - [ - 1.066666603088379, - [ - 0.3952603340148926, - 0.06542424112558365, - 0.007185969036072493 - ] - ], - [ - 1.1166666746139526, - [ - 0.3591824471950531, - 0.02391989715397358, - 0.0032140875700861216 - ] - ], - [ - 1.1666666269302368, - [ - 0.3440530598163605, - 1.0297537933467993e-08, - 1.6079888531805864e-09 - ] - ], - [ - 1.2083332538604736, - [ - 0.3440530598163605, - -0.007073326967656612, - -0.0016811934765428305 - ] - ], - [ - 1.25, - [ - 0.3440530598163605, - -0.010831047780811787, - -0.002574331359937787 - ] - ], - [ - 1.2916666269302368, - [ - 0.3440530598163605, - -0.011936256662011147, - -0.002837018109858036 - ] - ], - [ - 1.3333332538604736, - [ - 0.3440530598163605, - -0.011052092537283897, - -0.0026268695946782827 - ] - ], - [ - 1.375, - [ - 0.3440530598163605, - -0.00884167104959488, - -0.0021014949306845665 - ] - ], - [ - 1.4583332538604736, - [ - 0.3440530598163605, - -0.003094590501859784, - -0.0007355244597420096 - ] - ], - [ - 1.5, - [ - 0.3440530598163605, - -0.000884166918694973, - -0.00021014947560615838 - ] - ], - [ - 1.5416666269302368, - [ - 0.3440530598163605, - -1.140784820395039e-15, - -2.321155619700889e-16 - ] - ], - [ - 1.5853173732757568, - [ - 0.34482496976852417, - -0.0011022279504686594, - -0.0004184901190456003 - ] - ], - [ - 1.6289682388305664, - [ - 0.34703949093818665, - -0.004264372866600752, - -0.0016190822934731841 - ] - ], - [ - 1.6726189851760864, - [ - 0.3505447208881378, - -0.009269583970308304, - -0.0035194435622543097 - ] - ], - [ - 1.7162697315216064, - [ - 0.35518884658813477, - -0.01590103656053543, - -0.006037251092493534 - ] - ], - [ - 1.759920597076416, - [ - 0.36082005500793457, - -0.023941924795508385, - -0.009090187028050423 - ] - ], - [ - 1.803571343421936, - [ - 0.36728641390800476, - -0.03317536786198616, - -0.012595908716320992 - ] - ], - [ - 1.847222089767456, - [ - 0.3744361102581024, - -0.043384552001953125, - -0.016472097486257553 - ] - ], - [ - 1.8908729553222656, - [ - 0.3821173310279846, - -0.05435268580913544, - -0.020636437460780144 - ] - ], - [ - 1.9345238208770752, - [ - 0.3901781439781189, - -0.06586290150880814, - -0.025006597861647606 - ] - ], - [ - 2.065476179122925, - [ - 0.41511982679367065, - -0.10147764533758163, - -0.0385286808013916 - ] - ], - [ - 2.1091270446777344, - [ - 0.42318063974380493, - -0.11298786103725433, - -0.042898841202259064 - ] - ], - [ - 2.152777671813965, - [ - 0.43086183071136475, - -0.12395594269037247, - -0.04706316068768501 - ] - ], - [ - 2.1964285373687744, - [ - 0.4380115270614624, - -0.13416515290737152, - -0.05093936249613762 - ] - ], - [ - 2.240079402923584, - [ - 0.444477915763855, - -0.14339862763881683, - -0.05444509536027908 - ] - ], - [ - 2.2837300300598145, - [ - 0.45010906457901, - -0.15143945813179016, - -0.0574980154633522 - ] - ], - [ - 2.327380895614624, - [ - 0.45475324988365173, - -0.15807093679904938, - -0.060015831142663956 - ] - ], - [ - 2.3710317611694336, - [ - 0.4582584798336029, - -0.16307617723941803, - -0.061916202306747437 - ] - ], - [ - 2.414682388305664, - [ - 0.4604730010032654, - -0.16623830795288086, - -0.06311678886413574 - ] - ], - [ - 2.4583332538604736, - [ - 0.4612449109554291, - -0.16734054684638977, - -0.06353528052568436 - ] - ], - [ - 2.5, - [ - 0.4579635262489319, - -0.16265501081943512, - -0.06175629049539566 - ] - ], - [ - 2.5416665077209473, - [ - 0.4490569829940796, - -0.14993718266487122, - -0.0569276362657547 - ] - ], - [ - 2.5833332538604736, - [ - 0.4359315037727356, - -0.13119502365589142, - -0.049811676144599915 - ] - ], - [ - 2.625, - [ - 0.4199933707714081, - -0.10843667387962341, - -0.041170861572027206 - ] - ], - [ - 2.7083332538604736, - [ - 0.38530462980270386, - -0.05890391394495964, - -0.022364435717463493 - ] - ], - [ - 2.75, - [ - 0.36936649680137634, - -0.03614555671811104, - -0.01372362021356821 - ] - ], - [ - 2.7916667461395264, - [ - 0.35624098777770996, - -0.017403386533260345, - -0.006607657298445702 - ] - ], - [ - 2.8333332538604736, - [ - 0.34733444452285767, - -0.004685552790760994, - -0.0017789950361475348 - ] - ], - [ - 2.875, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ], - [ - 5.75, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 0.17813678085803986, - -0.09238135814666748, - 0.14686544239521027 - ] - ], - [ - 5.875, - [ - 0.3440530598163605, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716025594_1491440.json b/lenses/physics-objects/Scene/assets/1645812716025594_1491440.json deleted file mode 100644 index d8daf951..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716025594_1491440.json +++ /dev/null @@ -1,631 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716025594:1491440", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 0.0416666679084301, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 0.0833333358168602, - [ - 0.0, - -0.0, - -0.7064824104309082, - 0.7077305912971497 - ] - ], - [ - 0.125, - [ - 0.0, - -0.0, - -0.7046881914138794, - 0.7095171213150024 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.7018389701843262, - 0.7123356461524963 - ] - ], - [ - 0.2083333432674408, - [ - 0.0, - -0.0, - -0.6980466246604919, - 0.7160522937774658 - ] - ], - [ - 0.25, - [ - 0.0, - -0.0, - -0.6934219002723694, - 0.7205318212509155 - ] - ], - [ - 0.2916666567325592, - [ - 0.0, - -0.0, - -0.688075840473175, - 0.7256388664245605 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.6821209788322449, - 0.7312393188476563 - ] - ], - [ - 0.375, - [ - 0.0, - -0.0, - -0.675672709941864, - 0.7372017502784729 - ] - ], - [ - 0.4166666567325592, - [ - 0.0, - -0.0, - -0.6688497066497803, - 0.7433976531028748 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.6545746326446533, - 0.7559974193572998 - ] - ], - [ - 0.5833333730697632, - [ - 0.0, - -0.0, - -0.6403289437294006, - 0.7681007981300354 - ] - ], - [ - 0.6250000596046448, - [ - 0.0, - -0.0, - -0.6335586309432983, - 0.7736946940422058 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.6272128224372864, - 0.7788480520248413 - ] - ], - [ - 0.7083333730697632, - [ - 0.0, - -0.0, - -0.6214373111724854, - 0.7834638953208923 - ] - ], - [ - 0.7500000596046448, - [ - 0.0, - -0.0, - -0.6163801550865173, - 0.7874487042427063 - ] - ], - [ - 0.7916666865348816, - [ - 0.0, - -0.0, - -0.6121901869773865, - 0.7907105684280396 - ] - ], - [ - 0.8333333730697632, - [ - 0.0, - -0.0, - -0.6090162992477417, - 0.793157696723938 - ] - ], - [ - 0.8750000596046448, - [ - 0.0, - -0.0, - -0.6070060729980469, - 0.7946972250938416 - ] - ], - [ - 0.9166666865348816, - [ - 0.0, - -0.0, - -0.6063044667243958, - 0.7952325940132141 - ] - ], - [ - 0.9666666984558105, - [ - 0.0, - -0.0, - -0.6160521507263184, - 0.7877053618431091 - ] - ], - [ - 1.0166666507720947, - [ - 0.0, - -0.0, - -0.6393958926200867, - 0.7688776850700378 - ] - ], - [ - 1.066666603088379, - [ - 0.0, - -0.0, - -0.6675735116004944, - 0.7445439100265503 - ] - ], - [ - 1.1166666746139526, - [ - 0.0, - -0.0, - -0.6925262212753296, - 0.7213927507400513 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 1.2083332538604736, - [ - 0.0, - 0.0, - -0.7118035554885864, - 0.7023786306381226 - ] - ], - [ - 1.25, - [ - 0.0, - 0.0, - -0.7142858505249023, - 0.6998540759086609 - ] - ], - [ - 1.2916666269302368, - [ - 0.0, - 0.0, - -0.7150142192840576, - 0.6991099119186401 - ] - ], - [ - 1.3333332538604736, - [ - 0.0, - 0.0, - -0.7144315838813782, - 0.6997053027153015 - ] - ], - [ - 1.375, - [ - 0.0, - 0.0, - -0.7129728198051453, - 0.7011916637420654 - ] - ], - [ - 1.4583332538604736, - [ - 0.0, - 0.0, - -0.7091655135154724, - 0.7050420641899109 - ] - ], - [ - 1.5, - [ - 0.0, - 0.0, - -0.7076956033706665, - 0.7065174579620361 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 1.5853173732757568, - [ - 0.0, - 0.0, - -0.7079357504844666, - 0.7062768340110779 - ] - ], - [ - 1.6289682388305664, - [ - 0.0, - 0.0, - -0.7103086113929749, - 0.7038903832435608 - ] - ], - [ - 1.6726189851760864, - [ - 0.0, - 0.0, - -0.7140479683876038, - 0.7000967860221863 - ] - ], - [ - 1.7162697315216064, - [ - 0.0, - 0.0, - -0.7189710736274719, - 0.6950399875640869 - ] - ], - [ - 1.759920597076416, - [ - 0.0, - 0.0, - -0.7248925566673279, - 0.6888620257377625 - ] - ], - [ - 1.803571343421936, - [ - 0.0, - 0.0, - -0.7316266298294067, - 0.6817055344581604 - ] - ], - [ - 1.847222089767456, - [ - 0.0, - 0.0, - -0.7389901280403137, - 0.6737162470817566 - ] - ], - [ - 1.8908729553222656, - [ - 0.0, - 0.0, - -0.7468038201332092, - 0.6650444865226746 - ] - ], - [ - 1.9345238208770752, - [ - 0.0, - 0.0, - -0.7548941969871521, - 0.6558465957641602 - ] - ], - [ - 2.065476179122925, - [ - 0.0, - 0.0, - -0.7792046666145325, - 0.6267697215080261 - ] - ], - [ - 2.1091270446777344, - [ - 0.0, - 0.0, - -0.7868236899375916, - 0.6171778440475464 - ] - ], - [ - 2.152777671813965, - [ - 0.0, - 0.0, - -0.7939741015434265, - 0.6079515814781189 - ] - ], - [ - 2.1964285373687744, - [ - 0.0, - 0.0, - -0.8005325794219971, - 0.5992892384529114 - ] - ], - [ - 2.240079402923584, - [ - 0.0, - 0.0, - -0.8063828945159912, - 0.5913938283920288 - ] - ], - [ - 2.2837300300598145, - [ - 0.0, - 0.0, - -0.8114141225814819, - 0.5844716429710388 - ] - ], - [ - 2.327380895614624, - [ - 0.0, - 0.0, - -0.815518856048584, - 0.5787305235862732 - ] - ], - [ - 2.3710317611694336, - [ - 0.0, - 0.0, - -0.8185900449752808, - 0.5743781924247742 - ] - ], - [ - 2.414682388305664, - [ - 0.0, - 0.0, - -0.8205183744430542, - 0.5716201663017273 - ] - ], - [ - 2.4583332538604736, - [ - 0.0, - 0.0, - -0.8211883306503296, - 0.5706572532653809 - ] - ], - [ - 2.5, - [ - 0.0, - 0.0, - -0.8183324933052063, - 0.5747450590133667 - ] - ], - [ - 2.5416665077209473, - [ - 0.0, - 0.0, - -0.8104787468910217, - 0.5857682228088379 - ] - ], - [ - 2.5833332538604736, - [ - 0.0, - 0.0, - -0.7986342906951904, - 0.6018166542053223 - ] - ], - [ - 2.625, - [ - 0.0, - 0.0, - -0.7838250994682312, - 0.6209816336631775 - ] - ], - [ - 2.7083332538604736, - [ - 0.0, - 0.0, - -0.7500162720680237, - 0.6614193916320801 - ] - ], - [ - 2.75, - [ - 0.0, - 0.0, - -0.7337778806686401, - 0.679389476776123 - ] - ], - [ - 2.7916667461395264, - [ - 0.0, - 0.0, - -0.7200814485549927, - 0.6938895583152771 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - 0.0, - -0.7106240391731262, - 0.7035719752311707 - ] - ], - [ - 2.875, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 2.9166667461395264, - [ - 0.0, - 0.0, - -0.712524950504303, - 0.7016468048095703 - ] - ], - [ - 3.0, - [ - 0.0, - 0.0, - -0.7358596324920654, - 0.677134096622467 - ] - ], - [ - 3.0416667461395264, - [ - 0.0, - 0.0, - -0.7410464286804199, - 0.6714538931846619 - ] - ], - [ - 3.097222328186035, - [ - 0.0, - 0.0, - -0.7324163913726807, - 0.6808570027351379 - ] - ], - [ - 3.152777671813965, - [ - 0.0, - 0.0, - -0.7160738706588745, - 0.6980245113372803 - ] - ], - [ - 3.2083332538604736, - [ - 0.0, - 0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 5.875, - [ - 0.0, - -0.0, - -0.7071068286895752, - 0.7071068286895752 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716025922_1491447.json b/lenses/physics-objects/Scene/assets/1645812716025922_1491447.json deleted file mode 100644 index deae133c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716025922_1491447.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716025922:1491447", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 5.625, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 5.666666507720947, - [ - 0.9722633957862854, - 0.9722633957862854, - 0.9722633957862854 - ] - ], - [ - 5.708333492279053, - [ - 0.8960840106010437, - 0.8960840106010437, - 0.8960840106010437 - ] - ], - [ - 5.75, - [ - 0.7820111513137817, - 0.7820111513137817, - 0.7820111513137817 - ] - ], - [ - 5.7916669845581055, - [ - 0.5348658561706543, - 0.5348658561706543, - 0.5348658561706543 - ] - ], - [ - 5.833333492279053, - [ - 0.3524773120880127, - 0.3524773120880127, - 0.3524773120880127 - ] - ], - [ - 5.875, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716026133_1491454.json b/lenses/physics-objects/Scene/assets/1645812716026133_1491454.json deleted file mode 100644 index b1c8de4e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716026133_1491454.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716026133:1491454", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 5.875, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716027999_1491467.json b/lenses/physics-objects/Scene/assets/1645812716027999_1491467.json deleted file mode 100644 index a15c69e5..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716027999_1491467.json +++ /dev/null @@ -1,4650 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716027999:1491467", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.933211326599121, - 5.728184223175049, - -8.787354469299316 - ] - ], - [ - 5.208333492279053, - [ - -8.933211326599121, - 5.728184223175049, - -8.787354469299316 - ] - ], - [ - 5.218840599060059, - [ - -8.933218955993652, - 5.7296319007873535, - -8.78563117980957 - ] - ], - [ - 5.229348182678223, - [ - -8.933239936828613, - 5.733941555023193, - -8.780492782592773 - ] - ], - [ - 5.2398552894592285, - [ - -8.933276176452637, - 5.741060733795166, - -8.771988868713379 - ] - ], - [ - 5.250362396240234, - [ - -8.93332576751709, - 5.750940799713135, - -8.760167121887207 - ] - ], - [ - 5.26086950302124, - [ - -8.933388710021973, - 5.763530254364014, - -8.745077133178711 - ] - ], - [ - 5.271377086639404, - [ - -8.933465003967285, - 5.778780460357666, - -8.726767539978027 - ] - ], - [ - 5.28188419342041, - [ - -8.933554649353027, - 5.796637058258057, - -8.70528507232666 - ] - ], - [ - 5.292391300201416, - [ - -8.933656692504883, - 5.817051410675049, - -8.680681228637695 - ] - ], - [ - 5.30289888381958, - [ - -8.933772087097168, - 5.839972972869873, - -8.653000831604004 - ] - ], - [ - 5.313405990600586, - [ - -8.93389892578125, - 5.865350246429443, - -8.622295379638672 - ] - ], - [ - 5.323913097381592, - [ - -8.934038162231445, - 5.893133640289307, - -8.58861255645752 - ] - ], - [ - 5.334420204162598, - [ - -8.934188842773438, - 5.923271656036377, - -8.552001953125 - ] - ], - [ - 5.344927787780762, - [ - -8.934351921081543, - 5.955715656280518, - -8.5125093460083 - ] - ], - [ - 5.355434894561768, - [ - -8.934525489807129, - 5.99041223526001, - -8.470186233520508 - ] - ], - [ - 5.365942001342773, - [ - -8.934710502624512, - 6.027310848236084, - -8.425081253051758 - ] - ], - [ - 5.3764495849609375, - [ - -8.934906005859375, - 6.066364765167236, - -8.377240180969238 - ] - ], - [ - 5.386956691741943, - [ - -8.935112953186035, - 6.107517719268799, - -8.326714515686035 - ] - ], - [ - 5.397463798522949, - [ - -8.935328483581543, - 6.150722026824951, - -8.273550987243652 - ] - ], - [ - 5.407970905303955, - [ - -8.935556411743164, - 6.195927143096924, - -8.217799186706543 - ] - ], - [ - 5.418478488922119, - [ - -8.935791969299316, - 6.24308443069458, - -8.159505844116211 - ] - ], - [ - 5.428985595703125, - [ - -8.93603801727295, - 6.292139530181885, - -8.098722457885742 - ] - ], - [ - 5.439492702484131, - [ - -8.936293601989746, - 6.343040943145752, - -8.035496711730957 - ] - ], - [ - 5.450000286102295, - [ - -8.936556816101074, - 6.3957438468933105, - -7.969873905181885 - ] - ], - [ - 5.460507392883301, - [ - -8.936829566955566, - 6.450191974639893, - -7.901907444000244 - ] - ], - [ - 5.471014499664307, - [ - -8.937111854553223, - 6.506336688995361, - -7.831645488739014 - ] - ], - [ - 5.4815216064453125, - [ - -8.937400817871094, - 6.564126491546631, - -7.7591328620910645 - ] - ], - [ - 5.492029190063477, - [ - -8.937699317932129, - 6.623514652252197, - -7.684418201446533 - ] - ], - [ - 5.502536296844482, - [ - -8.938004493713379, - 6.684444904327393, - -7.607554912567139 - ] - ], - [ - 5.513043403625488, - [ - -8.93831729888916, - 6.7468695640563965, - -7.528589725494385 - ] - ], - [ - 5.523550987243652, - [ - -8.938637733459473, - 6.810740947723389, - -7.447564601898193 - ] - ], - [ - 5.534058094024658, - [ - -8.938963890075684, - 6.876000881195068, - -7.3645405769348145 - ] - ], - [ - 5.544565200805664, - [ - -8.939297676086426, - 6.942603588104248, - -7.279556751251221 - ] - ], - [ - 5.555072784423828, - [ - -8.9396390914917, - 7.010501384735107, - -7.192661762237549 - ] - ], - [ - 5.565579891204834, - [ - -8.939985275268555, - 7.079636096954346, - -7.10391092300415 - ] - ], - [ - 5.57608699798584, - [ - -8.940338134765625, - 7.149960994720459, - -7.01334810256958 - ] - ], - [ - 5.586594104766846, - [ - -8.940695762634277, - 7.221425533294678, - -6.921022891998291 - ] - ], - [ - 5.59710168838501, - [ - -8.941059112548828, - 7.293982028961182, - -6.8269782066345215 - ] - ], - [ - 5.607608795166016, - [ - -8.941429138183594, - 7.367574214935303, - -6.731274127960205 - ] - ], - [ - 5.6181159019470215, - [ - -8.941802024841309, - 7.442152500152588, - -6.633951663970947 - ] - ], - [ - 5.628623008728027, - [ - -8.942180633544922, - 7.517669200897217, - -6.535060405731201 - ] - ], - [ - 5.639130592346191, - [ - -8.942564010620117, - 7.594074726104736, - -6.434646129608154 - ] - ], - [ - 5.649637699127197, - [ - -8.942951202392578, - 7.671313285827637, - -6.332764148712158 - ] - ], - [ - 5.660144805908203, - [ - -8.943342208862305, - 7.749336242675781, - -6.229458332061768 - ] - ], - [ - 5.670652389526367, - [ - -8.943737030029297, - 7.828096866607666, - -6.124776363372803 - ] - ], - [ - 5.681159496307373, - [ - -8.944134712219238, - 7.907538414001465, - -6.018771648406982 - ] - ], - [ - 5.691666603088379, - [ - -8.944536209106445, - 7.987612724304199, - -5.9114909172058105 - ] - ], - [ - 5.702174186706543, - [ - -8.944940567016602, - 8.068272590637207, - -5.802976131439209 - ] - ], - [ - 5.712681293487549, - [ - -8.945347785949707, - 8.14946174621582, - -5.693286418914795 - ] - ], - [ - 5.723188400268555, - [ - -8.945756912231445, - 8.231131553649902, - -5.582465648651123 - ] - ], - [ - 5.7336955070495605, - [ - -8.946167945861816, - 8.313231468200684, - -5.4705634117126465 - ] - ], - [ - 5.744203090667725, - [ - -8.946581840515137, - 8.39571475982666, - -5.357619762420654 - ] - ], - [ - 5.7547101974487305, - [ - -8.94699764251709, - 8.478524208068848, - -5.243696689605713 - ] - ], - [ - 5.765217304229736, - [ - -8.947413444519043, - 8.56161117553711, - -5.1288371086120605 - ] - ], - [ - 5.775724411010742, - [ - -8.947831153869629, - 8.644927024841309, - -5.013089656829834 - ] - ], - [ - 5.786231994628906, - [ - -8.948249816894531, - 8.728424072265625, - -4.8964972496032715 - ] - ], - [ - 5.796739101409912, - [ - -8.948668479919434, - 8.812043190002441, - -4.779117107391357 - ] - ], - [ - 5.807246208190918, - [ - -8.949088096618652, - 8.89573860168457, - -4.660995960235596 - ] - ], - [ - 5.817753791809082, - [ - -8.949507713317871, - 8.979462623596191, - -4.542174816131592 - ] - ], - [ - 5.828260898590088, - [ - -8.94992733001709, - 9.06315803527832, - -4.422713756561279 - ] - ], - [ - 5.838768005371094, - [ - -8.950345993041992, - 9.146777153015137, - -4.3026556968688965 - ] - ], - [ - 5.849275588989258, - [ - -8.950764656066895, - 9.230274200439453, - -4.182043552398682 - ] - ], - [ - 5.859782695770264, - [ - -8.95118236541748, - 9.313589096069336, - -4.060938358306885 - ] - ], - [ - 5.8702898025512695, - [ - -8.951598167419434, - 9.396677017211914, - -3.9393813610076904 - ] - ], - [ - 5.880796909332275, - [ - -8.952013969421387, - 9.479486465454102, - -3.81742262840271 - ] - ], - [ - 5.8913044929504395, - [ - -8.952427864074707, - 9.561969757080078, - -3.6951024532318115 - ] - ], - [ - 5.901811599731445, - [ - -8.952838897705078, - 9.64406967163086, - -3.572483777999878 - ] - ], - [ - 5.912318706512451, - [ - -8.953248023986816, - 9.725739479064941, - -3.449608564376831 - ] - ], - [ - 5.922825813293457, - [ - -8.953655242919922, - 9.806927680969238, - -3.326523542404175 - ] - ], - [ - 5.933333396911621, - [ - -8.954059600830078, - 9.887587547302246, - -3.2032744884490967 - ] - ], - [ - 5.943840503692627, - [ - -8.954461097717285, - 9.967662811279297, - -3.079920530319214 - ] - ], - [ - 5.954347610473633, - [ - -8.954858779907227, - 10.047103881835938, - -2.956502676010132 - ] - ], - [ - 5.964855194091797, - [ - -8.955253601074219, - 10.125864028930664, - -2.8330676555633545 - ] - ], - [ - 5.975362300872803, - [ - -8.955644607543945, - 10.203887939453125, - -2.7096707820892334 - ] - ], - [ - 5.985869407653809, - [ - -8.956031799316406, - 10.281126022338867, - -2.5863568782806396 - ] - ], - [ - 5.996376991271973, - [ - -8.956415176391602, - 10.357531547546387, - -2.463169813156128 - ] - ], - [ - 6.0068840980529785, - [ - -8.956793785095215, - 10.4330472946167, - -2.340169668197632 - ] - ], - [ - 6.017391204833984, - [ - -8.95716667175293, - 10.5076265335083, - -2.2173964977264404 - ] - ], - [ - 6.02789831161499, - [ - -8.957536697387695, - 10.581218719482422, - -2.094902753829956 - ] - ], - [ - 6.038405895233154, - [ - -8.957900047302246, - 10.653775215148926, - -1.9727293252944946 - ] - ], - [ - 6.04891300201416, - [ - -8.958257675170898, - 10.725239753723145, - -1.8509365320205688 - ] - ], - [ - 6.059420108795166, - [ - -8.958610534667969, - 10.795564651489258, - -1.7295671701431274 - ] - ], - [ - 6.069927215576172, - [ - -8.958956718444824, - 10.864699363708496, - -1.6086679697036743 - ] - ], - [ - 6.080434799194336, - [ - -8.959298133850098, - 10.932597160339355, - -1.488284707069397 - ] - ], - [ - 6.090941905975342, - [ - -8.95963191986084, - 10.999199867248535, - -1.3684765100479126 - ] - ], - [ - 6.101449012756348, - [ - -8.95995807647705, - 11.064459800720215, - -1.2492843866348267 - ] - ], - [ - 6.111956596374512, - [ - -8.960278511047363, - 11.128331184387207, - -1.1307541131973267 - ] - ], - [ - 6.122463703155518, - [ - -8.960591316223145, - 11.190754890441895, - -1.0129448175430298 - ] - ], - [ - 6.132970809936523, - [ - -8.960896492004395, - 11.251686096191406, - -0.8958985209465027 - ] - ], - [ - 6.1434783935546875, - [ - -8.96119499206543, - 11.311074256896973, - -0.7796589732170105 - ] - ], - [ - 6.153985500335693, - [ - -8.9614839553833, - 11.368864059448242, - -0.6642834544181824 - ] - ], - [ - 6.164492607116699, - [ - -8.961766242980957, - 11.425008773803711, - -0.5498196482658386 - ] - ], - [ - 6.174999713897705, - [ - -8.96203899383545, - 11.479456901550293, - -0.43631139397621155 - ] - ], - [ - 6.185507297515869, - [ - -8.962302207946777, - 11.532159805297852, - -0.32380643486976624 - ] - ], - [ - 6.196014404296875, - [ - -8.962557792663574, - 11.583062171936035, - -0.21236006915569305 - ] - ], - [ - 6.206521511077881, - [ - -8.962803840637207, - 11.632116317749023, - -0.10201612859964371 - ] - ], - [ - 6.217028617858887, - [ - -8.96303939819336, - 11.67927074432373, - 0.007175765465945005 - ] - ], - [ - 6.227536201477051, - [ - -8.96326732635498, - 11.724477767944336, - 0.11516984552145004 - ] - ], - [ - 6.238043308258057, - [ - -8.963482856750488, - 11.767683029174805, - 0.22191078960895538 - ] - ], - [ - 6.2485504150390625, - [ - -8.963689804077148, - 11.808835983276367, - 0.32735475897789 - ] - ], - [ - 6.259057998657227, - [ - -8.963885307312012, - 11.84788990020752, - 0.43145594000816345 - ] - ], - [ - 6.269565105438232, - [ - -8.964070320129395, - 11.884788513183594, - 0.5341570973396301 - ] - ], - [ - 6.280072212219238, - [ - -8.96424388885498, - 11.919485092163086, - 0.6354163289070129 - ] - ], - [ - 6.290579795837402, - [ - -8.964406967163086, - 11.951929092407227, - 0.7351859211921692 - ] - ], - [ - 6.301086902618408, - [ - -8.964557647705078, - 11.982067108154297, - 0.8334124684333801 - ] - ], - [ - 6.311594009399414, - [ - -8.964696884155273, - 12.00985050201416, - 0.9300501942634583 - ] - ], - [ - 6.322101593017578, - [ - -8.964823722839355, - 12.035228729248047, - 1.0250533819198608 - ] - ], - [ - 6.332608699798584, - [ - -8.96493911743164, - 12.058149337768555, - 1.118364691734314 - ] - ], - [ - 6.34311580657959, - [ - -8.965041160583496, - 12.078563690185547, - 1.2099422216415405 - ] - ], - [ - 6.353622913360596, - [ - -8.965130805969238, - 12.096420288085938, - 1.2997363805770874 - ] - ], - [ - 6.364130020141602, - [ - -8.96520709991455, - 12.111669540405273, - 1.3876975774765015 - ] - ], - [ - 6.374637603759766, - [ - -8.965270042419434, - 12.124258995056152, - 1.4737838506698608 - ] - ], - [ - 6.3851447105407715, - [ - -8.965319633483887, - 12.134139060974121, - 1.5579360723495483 - ] - ], - [ - 6.395651817321777, - [ - -8.96535587310791, - 12.14125919342041, - 1.6401103734970093 - ] - ], - [ - 6.406159400939941, - [ - -8.965376853942871, - 12.14556884765625, - 1.7202609777450562 - ] - ], - [ - 6.416666507720947, - [ - -8.965384483337402, - 12.147016525268555, - 1.7983344793319702 - ] - ], - [ - 6.4270830154418945, - [ - -8.963488578796387, - 12.145806312561035, - 1.8737472295761108 - ] - ], - [ - 6.4375, - [ - -8.95785903930664, - 12.142236709594727, - 1.947283148765564 - ] - ], - [ - 6.447916507720947, - [ - -8.948590278625488, - 12.136394500732422, - 2.018944025039673 - ] - ], - [ - 6.4583330154418945, - [ - -8.935772895812988, - 12.128369331359863, - 2.0887396335601807 - ] - ], - [ - 6.46875, - [ - -8.919498443603516, - 12.118247985839844, - 2.1566832065582275 - ] - ], - [ - 6.479166507720947, - [ - -8.899858474731445, - 12.106121063232422, - 2.222769021987915 - ] - ], - [ - 6.4895830154418945, - [ - -8.876946449279785, - 12.092076301574707, - 2.287010431289673 - ] - ], - [ - 6.5, - [ - -8.850850105285645, - 12.076201438903809, - 2.3494131565093994 - ] - ], - [ - 6.510416507720947, - [ - -8.82166576385498, - 12.058587074279785, - 2.409986734390259 - ] - ], - [ - 6.5208330154418945, - [ - -8.789484024047852, - 12.039319038391113, - 2.468733072280884 - ] - ], - [ - 6.53125, - [ - -8.754393577575684, - 12.018486976623535, - 2.525667428970337 - ] - ], - [ - 6.541666507720947, - [ - -8.716489791870117, - 11.996179580688477, - 2.5807878971099854 - ] - ], - [ - 6.5520830154418945, - [ - -8.675863265991211, - 11.97248649597168, - 2.6341021060943604 - ] - ], - [ - 6.5625, - [ - -8.63260269165039, - 11.947492599487305, - 2.6856234073638916 - ] - ], - [ - 6.572916507720947, - [ - -8.58680534362793, - 11.921290397644043, - 2.735351800918579 - ] - ], - [ - 6.5833330154418945, - [ - -8.53856086730957, - 11.893967628479004, - 2.783296823501587 - ] - ], - [ - 6.59375, - [ - -8.487957000732422, - 11.865609169006348, - 2.829468011856079 - ] - ], - [ - 6.604166507720947, - [ - -8.435091018676758, - 11.836308479309082, - 2.8738691806793213 - ] - ], - [ - 6.6145830154418945, - [ - -8.380053520202637, - 11.806151390075684, - 2.916504144668579 - ] - ], - [ - 6.625, - [ - -8.322932243347168, - 11.775225639343262, - 2.957388162612915 - ] - ], - [ - 6.635416507720947, - [ - -8.263823509216309, - 11.743622779846191, - 2.996521234512329 - ] - ], - [ - 6.645833492279053, - [ - -8.202815055847168, - 11.711427688598633, - 3.0339128971099854 - ] - ], - [ - 6.65625, - [ - -8.14000415802002, - 11.678731918334961, - 3.0695650577545166 - ] - ], - [ - 6.666666507720947, - [ - -8.075478553771973, - 11.645623207092285, - 3.1034929752349854 - ] - ], - [ - 6.677083492279053, - [ - -8.00932788848877, - 11.612187385559082, - 3.1356966495513916 - ] - ], - [ - 6.6875, - [ - -7.941650390625, - 11.578516960144043, - 3.1661875247955322 - ] - ], - [ - 6.697916507720947, - [ - -7.872532844543457, - 11.544698715209961, - 3.194969415664673 - ] - ], - [ - 6.708333492279053, - [ - -7.802066802978516, - 11.510819435119629, - 3.2220499515533447 - ] - ], - [ - 6.71875, - [ - -7.730347633361816, - 11.476970672607422, - 3.247436761856079 - ] - ], - [ - 6.729166507720947, - [ - -7.657464981079102, - 11.443239212036133, - 3.2711355686187744 - ] - ], - [ - 6.739583492279053, - [ - -7.583507061004639, - 11.409712791442871, - 3.2931559085845947 - ] - ], - [ - 6.75, - [ - -7.508573055267334, - 11.376482009887695, - 3.313499689102173 - ] - ], - [ - 6.760416507720947, - [ - -7.4327497482299805, - 11.343634605407715, - 3.332176446914673 - ] - ], - [ - 6.770833492279053, - [ - -7.35612678527832, - 11.311257362365723, - 3.349195718765259 - ] - ], - [ - 6.78125, - [ - -7.278802394866943, - 11.279440879821777, - 3.3645594120025635 - ] - ], - [ - 6.791666507720947, - [ - -7.200864791870117, - 11.248273849487305, - 3.378277063369751 - ] - ], - [ - 6.802083492279053, - [ - -7.122401714324951, - 11.217842102050781, - 3.3903563022613525 - ] - ], - [ - 6.8125, - [ - -7.04351282119751, - 11.188237190246582, - 3.4008028507232666 - ] - ], - [ - 6.822916507720947, - [ - -6.9642863273620605, - 11.159546852111816, - 3.4096224308013916 - ] - ], - [ - 6.833333492279053, - [ - -6.884809494018555, - 11.131857872009277, - 3.416822671890259 - ] - ], - [ - 6.84375, - [ - -6.805182456970215, - 11.105259895324707, - 3.4224131107330322 - ] - ], - [ - 6.854166507720947, - [ - -6.725491523742676, - 11.079842567443848, - 3.4263956546783447 - ] - ], - [ - 6.864583492279053, - [ - -6.645826816558838, - 11.055692672729492, - 3.428781747817993 - ] - ], - [ - 6.875, - [ - -6.566285610198975, - 11.032898902893066, - 3.429575204849243 - ] - ], - [ - 6.885621070861816, - [ - -6.482845783233643, - 11.010108947753906, - 3.426771402359009 - ] - ], - [ - 6.896241664886475, - [ - -6.394710540771484, - 10.986804962158203, - 3.4184744358062744 - ] - ], - [ - 6.906862735748291, - [ - -6.302113056182861, - 10.96302318572998, - 3.4048502445220947 - ] - ], - [ - 6.917483806610107, - [ - -6.205298900604248, - 10.938803672790527, - 3.3860666751861572 - ] - ], - [ - 6.928104400634766, - [ - -6.104512691497803, - 10.914186477661133, - 3.3622934818267822 - ] - ], - [ - 6.938725471496582, - [ - -5.9999871253967285, - 10.889209747314453, - 3.333690881729126 - ] - ], - [ - 6.949346542358398, - [ - -5.891967296600342, - 10.863912582397461, - 3.3004343509674072 - ] - ], - [ - 6.959967136383057, - [ - -5.780699253082275, - 10.838335037231445, - 3.2626898288726807 - ] - ], - [ - 6.970588207244873, - [ - -5.666414260864258, - 10.812514305114746, - 3.220621347427368 - ] - ], - [ - 6.9812092781066895, - [ - -5.5493574142456055, - 10.786490440368652, - 3.174400568008423 - ] - ], - [ - 6.991829872131348, - [ - -5.429776191711426, - 10.760303497314453, - 3.1241915225982666 - ] - ], - [ - 7.002450942993164, - [ - -5.307900428771973, - 10.733990669250488, - 3.070162057876587 - ] - ], - [ - 7.0130720138549805, - [ - -5.183976173400879, - 10.70759105682373, - 3.012481927871704 - ] - ], - [ - 7.023692607879639, - [ - -5.058250427246094, - 10.681146621704102, - 2.9513208866119385 - ] - ], - [ - 7.034313678741455, - [ - -4.930952548980713, - 10.654693603515625, - 2.8868391513824463 - ] - ], - [ - 7.0449347496032715, - [ - -4.8023295402526855, - 10.62827205657959, - 2.819206476211548 - ] - ], - [ - 7.05555534362793, - [ - -4.6726274490356445, - 10.601921081542969, - 2.748598337173462 - ] - ], - [ - 7.066176414489746, - [ - -4.54207706451416, - 10.575678825378418, - 2.675171136856079 - ] - ], - [ - 7.0767974853515625, - [ - -4.410923957824707, - 10.549585342407227, - 2.5990984439849854 - ] - ], - [ - 7.087418079376221, - [ - -4.279415130615234, - 10.523680686950684, - 2.520548105239868 - ] - ], - [ - 7.098039150238037, - [ - -4.147780418395996, - 10.498001098632813, - 2.4396841526031494 - ] - ], - [ - 7.1086602210998535, - [ - -4.016266345977783, - 10.472587585449219, - 2.3566744327545166 - ] - ], - [ - 7.119280815124512, - [ - -3.8851189613342285, - 10.447480201721191, - 2.2716925144195557 - ] - ], - [ - 7.129901885986328, - [ - -3.7545690536499023, - 10.422715187072754, - 2.184898614883423 - ] - ], - [ - 7.1405229568481445, - [ - -3.6248626708984375, - 10.398333549499512, - 2.0964624881744385 - ] - ], - [ - 7.151143550872803, - [ - -3.496246576309204, - 10.374374389648438, - 2.0065557956695557 - ] - ], - [ - 7.161764621734619, - [ - -3.3689498901367188, - 10.350875854492188, - 1.915340781211853 - ] - ], - [ - 7.1723856925964355, - [ - -3.243220090866089, - 10.327877044677734, - 1.8229831457138062 - ] - ], - [ - 7.183006286621094, - [ - -3.119302988052368, - 10.305418014526367, - 1.7296603918075562 - ] - ], - [ - 7.19362735748291, - [ - -2.9974288940429688, - 10.283536911010742, - 1.6355289220809937 - ] - ], - [ - 7.204248428344727, - [ - -2.8778445720672607, - 10.262272834777832, - 1.5407603979110718 - ] - ], - [ - 7.214869022369385, - [ - -2.760795831680298, - 10.241666793823242, - 1.4455283880233765 - ] - ], - [ - 7.225490093231201, - [ - -2.646512985229492, - 10.221755027770996, - 1.3499873876571655 - ] - ], - [ - 7.236111164093018, - [ - -2.535242795944214, - 10.202577590942383, - 1.2543166875839233 - ] - ], - [ - 7.246731758117676, - [ - -2.4272305965423584, - 10.184174537658691, - 1.1586803197860718 - ] - ], - [ - 7.257352828979492, - [ - -2.3227083683013916, - 10.166583061218262, - 1.0632423162460327 - ] - ], - [ - 7.267973899841309, - [ - -2.22192120552063, - 10.1498441696167, - 0.9681723713874817 - ] - ], - [ - 7.278594493865967, - [ - -2.125114679336548, - 10.13399600982666, - 0.8736422657966614 - ] - ], - [ - 7.289215564727783, - [ - -2.0325214862823486, - 10.119077682495117, - 0.7798121571540833 - ] - ], - [ - 7.2998366355896, - [ - -1.9443864822387695, - 10.105128288269043, - 0.6868517994880676 - ] - ], - [ - 7.310457229614258, - [ - -1.8609545230865479, - 10.09218692779541, - 0.5949385762214661 - ] - ], - [ - 7.321078300476074, - [ - -1.782459020614624, - 10.080292701721191, - 0.5042212605476379 - ] - ], - [ - 7.331699371337891, - [ - -1.7091448307037354, - 10.069483757019043, - 0.4148810803890228 - ] - ], - [ - 7.342319965362549, - [ - -1.6412560939788818, - 10.05980110168457, - 0.32708773016929626 - ] - ], - [ - 7.352941036224365, - [ - -1.5790272951126099, - 10.05128288269043, - 0.24099572002887726 - ] - ], - [ - 7.363562107086182, - [ - -1.5227030515670776, - 10.043967247009277, - 0.15678055584430695 - ] - ], - [ - 7.37418270111084, - [ - -1.4725260734558105, - 10.037895202636719, - 0.07461389154195786 - ] - ], - [ - 7.384803771972656, - [ - -1.4287331104278564, - 10.033103942871094, - -0.00534788565710187 - ] - ], - [ - 7.395424842834473, - [ - -1.391567349433899, - 10.029632568359375, - -0.08292929083108902 - ] - ], - [ - 7.406045436859131, - [ - -1.3612712621688843, - 10.027522087097168, - -0.15796057879924774 - ] - ], - [ - 7.416666507720947, - [ - -1.3380827903747559, - 10.026809692382813, - -0.23028342425823212 - ] - ], - [ - 7.4270830154418945, - [ - -1.3194338083267212, - 10.027887344360352, - -0.2993103563785553 - ] - ], - [ - 7.4375, - [ - -1.3018196821212769, - 10.031073570251465, - -0.36737218499183655 - ] - ], - [ - 7.447916507720947, - [ - -1.285212755203247, - 10.036297798156738, - -0.43454328179359436 - ] - ], - [ - 7.4583330154418945, - [ - -1.2695822715759277, - 10.043486595153809, - -0.5009056925773621 - ] - ], - [ - 7.46875, - [ - -1.2548980712890625, - 10.052571296691895, - -0.5665470957756042 - ] - ], - [ - 7.479166507720947, - [ - -1.2411320209503174, - 10.063478469848633, - -0.631541907787323 - ] - ], - [ - 7.4895830154418945, - [ - -1.228253722190857, - 10.076138496398926, - -0.6959778666496277 - ] - ], - [ - 7.5, - [ - -1.2162331342697144, - 10.090479850769043, - -0.7599369883537292 - ] - ], - [ - 7.510416507720947, - [ - -1.205041766166687, - 10.106430053710938, - -0.8234955668449402 - ] - ], - [ - 7.5208330154418945, - [ - -1.1946494579315186, - 10.123918533325195, - -0.8867432475090027 - ] - ], - [ - 7.53125, - [ - -1.1850260496139526, - 10.142874717712402, - -0.9497601389884949 - ] - ], - [ - 7.541666507720947, - [ - -1.1761430501937866, - 10.163227081298828, - -1.01262629032135 - ] - ], - [ - 7.5520830154418945, - [ - -1.1679701805114746, - 10.184903144836426, - -1.0754238367080688 - ] - ], - [ - 7.5625, - [ - -1.160477638244629, - 10.207834243774414, - -1.1382423639297485 - ] - ], - [ - 7.572916507720947, - [ - -1.1536364555358887, - 10.231945037841797, - -1.2011514902114868 - ] - ], - [ - 7.5833330154418945, - [ - -1.1474169492721558, - 10.25716781616211, - -1.2642418146133423 - ] - ], - [ - 7.59375, - [ - -1.1417888402938843, - 10.283432006835938, - -1.3275953531265259 - ] - ], - [ - 7.604166507720947, - [ - -1.1367233991622925, - 10.310662269592285, - -1.3912912607192993 - ] - ], - [ - 7.6145830154418945, - [ - -1.1321905851364136, - 10.338789939880371, - -1.45541250705719 - ] - ], - [ - 7.625, - [ - -1.1281607151031494, - 10.367744445800781, - -1.520043969154358 - ] - ], - [ - 7.635416507720947, - [ - -1.1246044635772705, - 10.397453308105469, - -1.5852628946304321 - ] - ], - [ - 7.6458330154418945, - [ - -1.1214922666549683, - 10.427844047546387, - -1.6511560678482056 - ] - ], - [ - 7.65625, - [ - -1.1187942028045654, - 10.45884895324707, - -1.7178045511245728 - ] - ], - [ - 7.666666507720947, - [ - -1.116480827331543, - 10.49039363861084, - -1.7852894067764282 - ] - ], - [ - 7.6770830154418945, - [ - -1.1145228147506714, - 10.522407531738281, - -1.85369074344635 - ] - ], - [ - 7.6875, - [ - -1.1128901243209839, - 10.554821968078613, - -1.9230982065200806 - ] - ], - [ - 7.697916507720947, - [ - -1.111553430557251, - 10.587560653686523, - -1.9935861825942993 - ] - ], - [ - 7.7083330154418945, - [ - -1.110483169555664, - 10.620555877685547, - -2.0652387142181396 - ] - ], - [ - 7.71875, - [ - -1.1096495389938354, - 10.65373706817627, - -2.1381442546844482 - ] - ], - [ - 7.729166507720947, - [ - -1.109023094177246, - 10.687029838562012, - -2.212374448776245 - ] - ], - [ - 7.7395830154418945, - [ - -1.1085742712020874, - 10.720365524291992, - -2.288017988204956 - ] - ], - [ - 7.75, - [ - -1.1082733869552612, - 10.753673553466797, - -2.365158796310425 - ] - ], - [ - 7.760416507720947, - [ - -1.108090877532959, - 10.78687858581543, - -2.443873167037964 - ] - ], - [ - 7.7708330154418945, - [ - -1.107997179031372, - 10.81991195678711, - -2.5242459774017334 - ] - ], - [ - 7.78125, - [ - -1.1079626083374023, - 10.852705001831055, - -2.6063649654388428 - ] - ], - [ - 7.791666507720947, - [ - -1.1079577207565308, - 10.885181427001953, - -2.690302610397339 - ] - ], - [ - 7.8020830154418945, - [ - -1.1079598665237427, - 10.918526649475098, - -2.775254011154175 - ] - ], - [ - 7.8125, - [ - -1.1079745292663574, - 10.953893661499023, - -2.860377073287964 - ] - ], - [ - 7.822916507720947, - [ - -1.108014464378357, - 10.991164207458496, - -2.9456851482391357 - ] - ], - [ - 7.8333330154418945, - [ - -1.108092188835144, - 11.030220985412598, - -3.0312068462371826 - ] - ], - [ - 7.84375, - [ - -1.1082203388214111, - 11.070948600769043, - -3.1169707775115967 - ] - ], - [ - 7.854166507720947, - [ - -1.1084115505218506, - 11.113227844238281, - -3.202989339828491 - ] - ], - [ - 7.8645830154418945, - [ - -1.1086784601211548, - 11.156941413879395, - -3.289290189743042 - ] - ], - [ - 7.875, - [ - -1.1090335845947266, - 11.20197582244873, - -3.3759028911590576 - ] - ], - [ - 7.885416507720947, - [ - -1.1094895601272583, - 11.248209953308105, - -3.4628427028656006 - ] - ], - [ - 7.895833492279053, - [ - -1.1100590229034424, - 11.29552936553955, - -3.550138235092163 - ] - ], - [ - 7.90625, - [ - -1.1107546091079712, - 11.343812942504883, - -3.637807607650757 - ] - ], - [ - 7.916666507720947, - [ - -1.1115888357162476, - 11.39294719696045, - -3.725877523422241 - ] - ], - [ - 7.927083492279053, - [ - -1.1125743389129639, - 11.442816734313965, - -3.8143746852874756 - ] - ], - [ - 7.9375, - [ - -1.1137237548828125, - 11.493298530578613, - -3.9033143520355225 - ] - ], - [ - 7.947916507720947, - [ - -1.1150497198104858, - 11.544279098510742, - -3.992725133895874 - ] - ], - [ - 7.958333492279053, - [ - -1.1165648698806763, - 11.595643043518066, - -4.082632541656494 - ] - ], - [ - 7.96875, - [ - -1.118281602859497, - 11.647268295288086, - -4.17305326461792 - ] - ], - [ - 7.979166507720947, - [ - -1.1202126741409302, - 11.699041366577148, - -4.264013767242432 - ] - ], - [ - 7.989583492279053, - [ - -1.1223708391189575, - 11.750846862792969, - -4.3555426597595215 - ] - ], - [ - 8.0, - [ - -1.1247684955596924, - 11.802562713623047, - -4.447655200958252 - ] - ], - [ - 8.010416984558105, - [ - -1.1274182796478271, - 11.85407543182373, - -4.540381908416748 - ] - ], - [ - 8.020833015441895, - [ - -1.1303327083587646, - 11.90526294708252, - -4.633734226226807 - ] - ], - [ - 8.03125, - [ - -1.133524775505066, - 11.956016540527344, - -4.7277512550354 - ] - ], - [ - 8.041666984558105, - [ - -1.1370067596435547, - 12.00621509552002, - -4.822449207305908 - ] - ], - [ - 8.052083015441895, - [ - -1.1407910585403442, - 12.055734634399414, - -4.917843341827393 - ] - ], - [ - 8.0625, - [ - -1.1448909044265747, - 12.104470252990723, - -5.01397180557251 - ] - ], - [ - 8.072916984558105, - [ - -1.1493184566497803, - 12.152297973632813, - -5.1108527183532715 - ] - ], - [ - 8.083333015441895, - [ - -1.1540862321853638, - 12.199097633361816, - -5.208497524261475 - ] - ], - [ - 8.09375, - [ - -1.1592073440551758, - 12.244759559631348, - -5.306947231292725 - ] - ], - [ - 8.104166984558105, - [ - -1.16469407081604, - 12.289162635803223, - -5.406219959259033 - ] - ], - [ - 8.114583015441895, - [ - -1.1705585718154907, - 12.33218765258789, - -5.506326198577881 - ] - ], - [ - 8.125, - [ - -1.1768144369125366, - 12.373723030090332, - -5.607309818267822 - ] - ], - [ - 8.135416984558105, - [ - -1.183473825454712, - 12.41364860534668, - -5.709184169769287 - ] - ], - [ - 8.145833969116211, - [ - -1.1905492544174194, - 12.451847076416016, - -5.811972141265869 - ] - ], - [ - 8.15625, - [ - -1.1980526447296143, - 12.488197326660156, - -5.9156880378723145 - ] - ], - [ - 8.166666984558105, - [ - -1.2059980630874634, - 12.522590637207031, - -6.020374774932861 - ] - ], - [ - 8.177083969116211, - [ - -1.2143974304199219, - 12.554905891418457, - -6.126044750213623 - ] - ], - [ - 8.1875, - [ - -1.2232624292373657, - 12.58502197265625, - -6.2327141761779785 - ] - ], - [ - 8.197916984558105, - [ - -1.232607364654541, - 12.612828254699707, - -6.340423107147217 - ] - ], - [ - 8.208333969116211, - [ - -1.2424440383911133, - 12.638205528259277, - -6.4491868019104 - ] - ], - [ - 8.21875, - [ - -1.2527841329574585, - 12.661033630371094, - -6.559016704559326 - ] - ], - [ - 8.229166984558105, - [ - -1.2636420726776123, - 12.681199073791504, - -6.669959545135498 - ] - ], - [ - 8.239583969116211, - [ - -1.2750296592712402, - 12.698583602905273, - -6.7820258140563965 - ] - ], - [ - 8.25, - [ - -1.2869582176208496, - 12.713068962097168, - -6.895229816436768 - ] - ], - [ - 8.260416984558105, - [ - -1.2994426488876343, - 12.724540710449219, - -7.009615421295166 - ] - ], - [ - 8.270833969116211, - [ - -1.3124945163726807, - 12.732878684997559, - -7.125195026397705 - ] - ], - [ - 8.28125, - [ - -1.326125144958496, - 12.737967491149902, - -7.241981029510498 - ] - ], - [ - 8.291666984558105, - [ - -1.3403494358062744, - 12.739689826965332, - -7.360019207000732 - ] - ], - [ - 8.302083969116211, - [ - -1.3555889129638672, - 12.738933563232422, - -7.479393482208252 - ] - ], - [ - 8.3125, - [ - -1.3722375631332397, - 12.73668098449707, - -7.600144863128662 - ] - ], - [ - 8.322916984558105, - [ - -1.3902714252471924, - 12.732958793640137, - -7.7222514152526855 - ] - ], - [ - 8.333333969116211, - [ - -1.4096624851226807, - 12.727790832519531, - -7.845663547515869 - ] - ], - [ - 8.34375, - [ - -1.4303815364837646, - 12.721205711364746, - -7.970330715179443 - ] - ], - [ - 8.354166984558105, - [ - -1.452405571937561, - 12.713227272033691, - -8.096233367919922 - ] - ], - [ - 8.364583969116211, - [ - -1.4757059812545776, - 12.70388126373291, - -8.223320007324219 - ] - ], - [ - 8.375, - [ - -1.5002533197402954, - 12.693195343017578, - -8.35153865814209 - ] - ], - [ - 8.385416984558105, - [ - -1.5260251760482788, - 12.681192398071289, - -8.480871200561523 - ] - ], - [ - 8.395833969116211, - [ - -1.552992820739746, - 12.667900085449219, - -8.611266136169434 - ] - ], - [ - 8.40625, - [ - -1.581126093864441, - 12.653346061706543, - -8.742670059204102 - ] - ], - [ - 8.416666984558105, - [ - -1.6104037761688232, - 12.637551307678223, - -8.875067710876465 - ] - ], - [ - 8.427083969116211, - [ - -1.6407959461212158, - 12.62054443359375, - -9.008404731750488 - ] - ], - [ - 8.4375, - [ - -1.6722731590270996, - 12.6023530960083, - -9.142631530761719 - ] - ], - [ - 8.447916984558105, - [ - -1.7048141956329346, - 12.582999229431152, - -9.277728080749512 - ] - ], - [ - 8.458333969116211, - [ - -1.738389015197754, - 12.56251049041748, - -9.413641929626465 - ] - ], - [ - 8.46875, - [ - -1.77296781539917, - 12.540914535522461, - -9.550323486328125 - ] - ], - [ - 8.479166984558105, - [ - -1.8085296154022217, - 12.518233299255371, - -9.68775463104248 - ] - ], - [ - 8.489583969116211, - [ - -1.8450448513031006, - 12.494494438171387, - -9.825881004333496 - ] - ], - [ - 8.5, - [ - -1.8824827671051025, - 12.469725608825684, - -9.964653015136719 - ] - ], - [ - 8.510416984558105, - [ - -1.9208238124847412, - 12.443948745727539, - -10.104052543640137 - ] - ], - [ - 8.520833969116211, - [ - -1.9600369930267334, - 12.417191505432129, - -10.244026184082031 - ] - ], - [ - 8.53125, - [ - -2.000092029571533, - 12.389481544494629, - -10.384522438049316 - ] - ], - [ - 8.541666984558105, - [ - -2.040969133377075, - 12.360841751098633, - -10.525525093078613 - ] - ], - [ - 8.552083969116211, - [ - -2.0826382637023926, - 12.331298828125, - -10.666980743408203 - ] - ], - [ - 8.5625, - [ - -2.125068187713623, - 12.300881385803223, - -10.808835983276367 - ] - ], - [ - 8.572916984558105, - [ - -2.1682398319244385, - 12.269609451293945, - -10.951077461242676 - ] - ], - [ - 8.583333969116211, - [ - -2.2121222019195557, - 12.23751163482666, - -11.093648910522461 - ] - ], - [ - 8.59375, - [ - -2.2566847801208496, - 12.204618453979492, - -11.236498832702637 - ] - ], - [ - 8.604166984558105, - [ - -2.301908493041992, - 12.170947074890137, - -11.37961196899414 - ] - ], - [ - 8.614583969116211, - [ - -2.3477623462677, - 12.136528015136719, - -11.522934913635254 - ] - ], - [ - 8.625, - [ - -2.3942151069641113, - 12.10138988494873, - -11.666413307189941 - ] - ], - [ - 8.635416984558105, - [ - -2.4412484169006348, - 12.0655517578125, - -11.810033798217773 - ] - ], - [ - 8.645833969116211, - [ - -2.4888312816619873, - 12.029043197631836, - -11.953742027282715 - ] - ], - [ - 8.65625, - [ - -2.5369322299957275, - 11.991891860961914, - -12.097484588623047 - ] - ], - [ - 8.666666984558105, - [ - -2.5855331420898438, - 11.954119682312012, - -12.241247177124023 - ] - ], - [ - 8.677083969116211, - [ - -2.6346025466918945, - 11.915752410888672, - -12.38497543334961 - ] - ], - [ - 8.6875, - [ - -2.6841092109680176, - 11.876822471618652, - -12.528615951538086 - ] - ], - [ - 8.697916984558105, - [ - -2.7340354919433594, - 11.837346076965332, - -12.672154426574707 - ] - ], - [ - 8.708333969116211, - [ - -2.7843494415283203, - 11.797353744506836, - -12.815537452697754 - ] - ], - [ - 8.71875, - [ - -2.835019826889038, - 11.756875038146973, - -12.958711624145508 - ] - ], - [ - 8.729166984558105, - [ - -2.88602876663208, - 11.715928077697754, - -13.101661682128906 - ] - ], - [ - 8.739583969116211, - [ - -2.937345266342163, - 11.674541473388672, - -13.244333267211914 - ] - ], - [ - 8.75, - [ - -2.98893666267395, - 11.632746696472168, - -13.386674880981445 - ] - ], - [ - 8.760416984558105, - [ - -3.0407867431640625, - 11.590560913085938, - -13.528670310974121 - ] - ], - [ - 8.770833969116211, - [ - -3.092862844467163, - 11.548013687133789, - -13.670267105102539 - ] - ], - [ - 8.78125, - [ - -3.1451334953308105, - 11.505134582519531, - -13.811410903930664 - ] - ], - [ - 8.791666984558105, - [ - -3.1975817680358887, - 11.461942672729492, - -13.95208740234375 - ] - ], - [ - 8.802083969116211, - [ - -3.2501754760742188, - 11.418465614318848, - -14.092242240905762 - ] - ], - [ - 8.8125, - [ - -3.3028833866119385, - 11.374734878540039, - -14.231822967529297 - ] - ], - [ - 8.822916984558105, - [ - -3.3556876182556152, - 11.330767631530762, - -14.370814323425293 - ] - ], - [ - 8.833333969116211, - [ - -3.4085569381713867, - 11.286593437194824, - -14.509162902832031 - ] - ], - [ - 8.84375, - [ - -3.461459159851074, - 11.242242813110352, - -14.646815299987793 - ] - ], - [ - 8.854166984558105, - [ - -3.5143775939941406, - 11.197732925415039, - -14.783756256103516 - ] - ], - [ - 8.864583969116211, - [ - -3.5672800540924072, - 11.153093338012695, - -14.919933319091797 - ] - ], - [ - 8.875, - [ - -3.6201345920562744, - 11.108354568481445, - -15.055291175842285 - ] - ], - [ - 8.885416984558105, - [ - -3.672924518585205, - 11.0635347366333, - -15.189817428588867 - ] - ], - [ - 8.895833969116211, - [ - -3.7256178855895996, - 11.018662452697754, - -15.323455810546875 - ] - ], - [ - 8.90625, - [ - -3.7781825065612793, - 10.97376823425293, - -15.456155776977539 - ] - ], - [ - 8.916666984558105, - [ - -3.8306021690368652, - 10.928869247436523, - -15.587900161743164 - ] - ], - [ - 8.927083969116211, - [ - -3.8828444480895996, - 10.883995056152344, - -15.718636512756348 - ] - ], - [ - 8.9375, - [ - -3.9348769187927246, - 10.839177131652832, - -15.848312377929688 - ] - ], - [ - 8.947916984558105, - [ - -3.9866833686828613, - 10.794431686401367, - -15.976910591125488 - ] - ], - [ - 8.958333969116211, - [ - -4.03823184967041, - 10.74979019165039, - -16.104379653930664 - ] - ], - [ - 8.96875, - [ - -4.0894904136657715, - 10.705280303955078, - -16.23066520690918 - ] - ], - [ - 8.979166984558105, - [ - -4.140441417694092, - 10.660920143127441, - -16.355751037597656 - ] - ], - [ - 8.989583969116211, - [ - -4.19105339050293, - 10.616741180419922, - -16.479585647583008 - ] - ], - [ - 9.0, - [ - -4.24129581451416, - 10.572771072387695, - -16.60211753845215 - ] - ], - [ - 9.010416984558105, - [ - -4.291149616241455, - 10.529029846191406, - -16.72332763671875 - ] - ], - [ - 9.020833969116211, - [ - -4.340583801269531, - 10.485546112060547, - -16.843162536621094 - ] - ], - [ - 9.03125, - [ - -4.389566898345947, - 10.442349433898926, - -16.96157455444336 - ] - ], - [ - 9.041666984558105, - [ - -4.43808126449585, - 10.399456977844238, - -17.078540802001953 - ] - ], - [ - 9.052083969116211, - [ - -4.486094951629639, - 10.356900215148926, - -17.194011688232422 - ] - ], - [ - 9.0625, - [ - -4.533576965332031, - 10.31470775604248, - -17.307937622070313 - ] - ], - [ - 9.072916984558105, - [ - -4.580509185791016, - 10.27289867401123, - -17.420297622680664 - ] - ], - [ - 9.083333969116211, - [ - -4.626860618591309, - 10.231500625610352, - -17.53104019165039 - ] - ], - [ - 9.09375, - [ - -4.6725993156433105, - 10.190545082092285, - -17.640113830566406 - ] - ], - [ - 9.104166984558105, - [ - -4.71770715713501, - 10.150049209594727, - -17.747499465942383 - ] - ], - [ - 9.114583969116211, - [ - -4.762153148651123, - 10.110042572021484, - -17.853147506713867 - ] - ], - [ - 9.125, - [ - -4.805906772613525, - 10.070555686950684, - -17.957006454467773 - ] - ], - [ - 9.135416984558105, - [ - -4.848948001861572, - 10.03160572052002, - -18.059053421020508 - ] - ], - [ - 9.145833969116211, - [ - -4.891246795654297, - 9.993223190307617, - -18.15924072265625 - ] - ], - [ - 9.15625, - [ - -4.932772159576416, - 9.955436706542969, - -18.257518768310547 - ] - ], - [ - 9.166666984558105, - [ - -4.97350549697876, - 9.918265342712402, - -18.353862762451172 - ] - ], - [ - 9.177203178405762, - [ - -5.01424503326416, - 9.88097858428955, - -18.45023536682129 - ] - ], - [ - 9.19827651977539, - [ - -5.09544563293457, - 9.806323051452637, - -18.642457962036133 - ] - ], - [ - 9.219348907470703, - [ - -5.176273822784424, - 9.731557846069336, - -18.83381462097168 - ] - ], - [ - 9.22988510131836, - [ - -5.216551780700684, - 9.69412899017334, - -18.92911720275879 - ] - ], - [ - 9.240421295166016, - [ - -5.256741046905518, - 9.656665802001953, - -19.024137496948242 - ] - ], - [ - 9.250958442687988, - [ - -5.29684591293335, - 9.61916446685791, - -19.118865966796875 - ] - ], - [ - 9.261494636535645, - [ - -5.336859703063965, - 9.581628799438477, - -19.213258743286133 - ] - ], - [ - 9.2720308303833, - [ - -5.37678861618042, - 9.544055938720703, - -19.30730628967285 - ] - ], - [ - 9.282567024230957, - [ - -5.416631698608398, - 9.506442070007324, - -19.400985717773438 - ] - ], - [ - 9.293103218078613, - [ - -5.456390380859375, - 9.468785285949707, - -19.494272232055664 - ] - ], - [ - 9.303640365600586, - [ - -5.496070861816406, - 9.431082725524902, - -19.587156295776367 - ] - ], - [ - 9.314176559448242, - [ - -5.535665512084961, - 9.39333724975586, - -19.679594039916992 - ] - ], - [ - 9.324712753295898, - [ - -5.575179576873779, - 9.355545997619629, - -19.771577835083008 - ] - ], - [ - 9.335248947143555, - [ - -5.6146135330200195, - 9.317705154418945, - -19.863079071044922 - ] - ], - [ - 9.345786094665527, - [ - -5.653973579406738, - 9.279810905456543, - -19.954090118408203 - ] - ], - [ - 9.356322288513184, - [ - -5.693251609802246, - 9.241867065429688, - -20.044567108154297 - ] - ], - [ - 9.36685848236084, - [ - -5.732452869415283, - 9.203869819641113, - -20.13450050354004 - ] - ], - [ - 9.377394676208496, - [ - -5.771579265594482, - 9.165817260742188, - -20.223865509033203 - ] - ], - [ - 9.387930870056152, - [ - -5.810630798339844, - 9.127707481384277, - -20.312641143798828 - ] - ], - [ - 9.398468017578125, - [ - -5.849612712860107, - 9.089534759521484, - -20.40081214904785 - ] - ], - [ - 9.409004211425781, - [ - -5.888518810272217, - 9.051305770874023, - -20.48834228515625 - ] - ], - [ - 9.419540405273438, - [ - -5.927353382110596, - 9.01301383972168, - -20.575214385986328 - ] - ], - [ - 9.430076599121094, - [ - -5.966117858886719, - 8.974658012390137, - -20.66141128540039 - ] - ], - [ - 9.44061279296875, - [ - -6.0048136711120605, - 8.936237335205078, - -20.746906280517578 - ] - ], - [ - 9.451149940490723, - [ - -6.043444633483887, - 8.897745132446289, - -20.831687927246094 - ] - ], - [ - 9.461686134338379, - [ - -6.082004547119141, - 8.859187126159668, - -20.91571617126465 - ] - ], - [ - 9.472222328186035, - [ - -6.1204986572265625, - 8.820558547973633, - -20.998979568481445 - ] - ], - [ - 9.482758522033691, - [ - -6.158927917480469, - 8.78185749053955, - -21.081453323364258 - ] - ], - [ - 9.493294715881348, - [ - -6.197292804718018, - 8.743083000183105, - -21.163118362426758 - ] - ], - [ - 9.50383186340332, - [ - -6.235598564147949, - 8.704228401184082, - -21.243955612182617 - ] - ], - [ - 9.514368057250977, - [ - -6.273839473724365, - 8.665299415588379, - -21.323932647705078 - ] - ], - [ - 9.524904251098633, - [ - -6.312019348144531, - 8.62629222869873, - -21.403032302856445 - ] - ], - [ - 9.535440444946289, - [ - -6.350139141082764, - 8.587203979492188, - -21.481233596801758 - ] - ], - [ - 9.545976638793945, - [ - -6.388200759887695, - 8.548032760620117, - -21.558513641357422 - ] - ], - [ - 9.556513786315918, - [ - -6.426208019256592, - 8.508772850036621, - -21.634857177734375 - ] - ], - [ - 9.567049980163574, - [ - -6.464155197143555, - 8.46943187713623, - -21.710229873657227 - ] - ], - [ - 9.57758617401123, - [ - -6.502046585083008, - 8.43000316619873, - -21.78461265563965 - ] - ], - [ - 9.588122367858887, - [ - -6.539884090423584, - 8.390483856201172, - -21.857988357543945 - ] - ], - [ - 9.59865951538086, - [ - -6.577671051025391, - 8.350871086120605, - -21.930339813232422 - ] - ], - [ - 9.609195709228516, - [ - -6.6154022216796875, - 8.311168670654297, - -22.001630783081055 - ] - ], - [ - 9.619731903076172, - [ - -6.653081893920898, - 8.271371841430664, - -22.07184600830078 - ] - ], - [ - 9.630268096923828, - [ - -6.690711975097656, - 8.231478691101074, - -22.140962600708008 - ] - ], - [ - 9.640804290771484, - [ - -6.728292465209961, - 8.191488265991211, - -22.208961486816406 - ] - ], - [ - 9.651341438293457, - [ - -6.7658281326293945, - 8.15139389038086, - -22.27582359313965 - ] - ], - [ - 9.661877632141113, - [ - -6.803313732147217, - 8.111202239990234, - -22.341516494750977 - ] - ], - [ - 9.67241382598877, - [ - -6.840752601623535, - 8.070907592773438, - -22.406023025512695 - ] - ], - [ - 9.682950019836426, - [ - -6.878146648406982, - 8.030508995056152, - -22.46932029724121 - ] - ], - [ - 9.693486213684082, - [ - -6.915496826171875, - 7.9900031089782715, - -22.531389236450195 - ] - ], - [ - 9.704023361206055, - [ - -6.9528069496154785, - 7.949386119842529, - -22.59221076965332 - ] - ], - [ - 9.714559555053711, - [ - -6.990072250366211, - 7.908662796020508, - -22.651752471923828 - ] - ], - [ - 9.725095748901367, - [ - -7.027296543121338, - 7.867828845977783, - -22.709997177124023 - ] - ], - [ - 9.735631942749023, - [ - -7.064481258392334, - 7.826880931854248, - -22.766925811767578 - ] - ], - [ - 9.74616813659668, - [ - -7.101627349853516, - 7.785818576812744, - -22.822511672973633 - ] - ], - [ - 9.756705284118652, - [ - -7.138739109039307, - 7.744636058807373, - -22.876741409301758 - ] - ], - [ - 9.767241477966309, - [ - -7.175810813903809, - 7.703339576721191, - -22.929580688476563 - ] - ], - [ - 9.777777671813965, - [ - -7.212846279144287, - 7.661922454833984, - -22.98101234436035 - ] - ], - [ - 9.788313865661621, - [ - -7.249847888946533, - 7.620384216308594, - -23.031017303466797 - ] - ], - [ - 9.798850059509277, - [ - -7.286815643310547, - 7.578723430633545, - -23.07956886291504 - ] - ], - [ - 9.80938720703125, - [ - -7.32375431060791, - 7.536932468414307, - -23.12665367126465 - ] - ], - [ - 9.819923400878906, - [ - -7.360658645629883, - 7.495019435882568, - -23.172239303588867 - ] - ], - [ - 9.830459594726563, - [ - -7.397531986236572, - 7.452977657318115, - -23.216306686401367 - ] - ], - [ - 9.840995788574219, - [ - -7.4343767166137695, - 7.410806179046631, - -23.258834838867188 - ] - ], - [ - 9.851531982421875, - [ - -7.471193313598633, - 7.368504047393799, - -23.299802780151367 - ] - ], - [ - 9.862069129943848, - [ - -7.507985591888428, - 7.326063632965088, - -23.339189529418945 - ] - ], - [ - 9.872605323791504, - [ - -7.544748783111572, - 7.283491611480713, - -23.376968383789063 - ] - ], - [ - 9.88314151763916, - [ - -7.581486701965332, - 7.240783214569092, - -23.413118362426758 - ] - ], - [ - 9.893677711486816, - [ - -7.618200778961182, - 7.197936534881592, - -23.44761848449707 - ] - ], - [ - 9.904214859008789, - [ - -7.65489387512207, - 7.1549458503723145, - -23.480451583862305 - ] - ], - [ - 9.914751052856445, - [ - -7.691563606262207, - 7.111815929412842, - -23.511587142944336 - ] - ], - [ - 9.925287246704102, - [ - -7.72821044921875, - 7.068544864654541, - -23.541006088256836 - ] - ], - [ - 9.935823440551758, - [ - -7.764839172363281, - 7.025125980377197, - -23.568687438964844 - ] - ], - [ - 9.946359634399414, - [ - -7.801447868347168, - 6.98156213760376, - -23.594608306884766 - ] - ], - [ - 9.95689582824707, - [ - -7.838039398193359, - 6.937849521636963, - -23.61874771118164 - ] - ], - [ - 9.967432975769043, - [ - -7.874617576599121, - 6.893982410430908, - -23.641084671020508 - ] - ], - [ - 9.9779691696167, - [ - -7.911176681518555, - 6.849965572357178, - -23.66159439086914 - ] - ], - [ - 9.988505363464355, - [ - -7.947722434997559, - 6.805797100067139, - -23.680253982543945 - ] - ], - [ - 9.999041557312012, - [ - -7.9842529296875, - 6.761473178863525, - -23.697044372558594 - ] - ], - [ - 10.009578704833984, - [ - -8.020774841308594, - 6.716987133026123, - -23.711942672729492 - ] - ], - [ - 10.02011489868164, - [ - -8.057281494140625, - 6.672346591949463, - -23.724925994873047 - ] - ], - [ - 10.030651092529297, - [ - -8.093777656555176, - 6.6275458335876465, - -23.735971450805664 - ] - ], - [ - 10.041187286376953, - [ - -8.130266189575195, - 6.582581996917725, - -23.745058059692383 - ] - ], - [ - 10.05172348022461, - [ - -8.166744232177734, - 6.537455081939697, - -23.752164840698242 - ] - ], - [ - 10.062260627746582, - [ - -8.203219413757324, - 6.49215841293335, - -23.75726890563965 - ] - ], - [ - 10.072796821594238, - [ - -8.23968505859375, - 6.446699619293213, - -23.760347366333008 - ] - ], - [ - 10.083333015441895, - [ - -8.276145935058594, - 6.4010701179504395, - -23.761377334594727 - ] - ], - [ - 10.09375, - [ - -8.312560081481934, - 6.355714321136475, - -23.761377334594727 - ] - ], - [ - 10.104166030883789, - [ - -8.349689483642578, - 6.310049533843994, - -23.761377334594727 - ] - ], - [ - 10.114583015441895, - [ - -8.3875150680542, - 6.264074802398682, - -23.761377334594727 - ] - ], - [ - 10.125, - [ - -8.426003456115723, - 6.217799663543701, - -23.761377334594727 - ] - ], - [ - 10.135416030883789, - [ - -8.465123176574707, - 6.17123556137085, - -23.761377334594727 - ] - ], - [ - 10.145833015441895, - [ - -8.504852294921875, - 6.124380588531494, - -23.761377334594727 - ] - ], - [ - 10.15625, - [ - -8.545160293579102, - 6.077246189117432, - -23.761377334594727 - ] - ], - [ - 10.166666030883789, - [ - -8.586016654968262, - 6.029842853546143, - -23.761377334594727 - ] - ], - [ - 10.177083015441895, - [ - -8.627399444580078, - 5.982170581817627, - -23.761377334594727 - ] - ], - [ - 10.1875, - [ - -8.669278144836426, - 5.934238910675049, - -23.761377334594727 - ] - ], - [ - 10.197916030883789, - [ - -8.71161937713623, - 5.886058330535889, - -23.761377334594727 - ] - ], - [ - 10.208333015441895, - [ - -8.754404067993164, - 5.83762788772583, - -23.761377334594727 - ] - ], - [ - 10.21875, - [ - -8.797597885131836, - 5.78895902633667, - -23.761377334594727 - ] - ], - [ - 10.229166030883789, - [ - -8.841172218322754, - 5.740062236785889, - -23.761377334594727 - ] - ], - [ - 10.239583015441895, - [ - -8.88510513305664, - 5.69093656539917, - -23.761377334594727 - ] - ], - [ - 10.25, - [ - -8.929365158081055, - 5.641591548919678, - -23.761377334594727 - ] - ], - [ - 10.260416030883789, - [ - -8.973920822143555, - 5.592038631439209, - -23.761377334594727 - ] - ], - [ - 10.270833015441895, - [ - -9.01875114440918, - 5.542276859283447, - -23.761377334594727 - ] - ], - [ - 10.28125, - [ - -9.063822746276855, - 5.4923176765441895, - -23.761377334594727 - ] - ], - [ - 10.302083015441895, - [ - -9.154582977294922, - 5.391834735870361, - -23.761377334594727 - ] - ], - [ - 10.322916030883789, - [ - -9.245978355407715, - 5.290642261505127, - -23.761377334594727 - ] - ], - [ - 10.34375, - [ - -9.337787628173828, - 5.188786029815674, - -23.761377334594727 - ] - ], - [ - 10.364583015441895, - [ - -9.42978286743164, - 5.086331844329834, - -23.761377334594727 - ] - ], - [ - 10.385416030883789, - [ - -9.52174186706543, - 4.983330249786377, - -23.761377334594727 - ] - ], - [ - 10.416666030883789, - [ - -9.659122467041016, - 4.827913761138916, - -23.761377334594727 - ] - ], - [ - 10.4375, - [ - -9.750015258789063, - 4.72377347946167, - -23.761377334594727 - ] - ], - [ - 10.458333015441895, - [ - -9.840082168579102, - 4.619277477264404, - -23.761377334594727 - ] - ], - [ - 10.46875, - [ - -9.884740829467773, - 4.566909313201904, - -23.761377334594727 - ] - ], - [ - 10.479166030883789, - [ - -9.929105758666992, - 4.514477252960205, - -23.761377334594727 - ] - ], - [ - 10.489583015441895, - [ - -9.97315788269043, - 4.461977481842041, - -23.761377334594727 - ] - ], - [ - 10.5, - [ - -10.016864776611328, - 4.409422397613525, - -23.761377334594727 - ] - ], - [ - 10.510416030883789, - [ - -10.060194969177246, - 4.356822490692139, - -23.761377334594727 - ] - ], - [ - 10.520833015441895, - [ - -10.103126525878906, - 4.304175853729248, - -23.761377334594727 - ] - ], - [ - 10.53125, - [ - -10.1456298828125, - 4.25149393081665, - -23.761377334594727 - ] - ], - [ - 10.541666030883789, - [ - -10.18767261505127, - 4.198787212371826, - -23.761377334594727 - ] - ], - [ - 10.552083015441895, - [ - -10.22923469543457, - 4.146054744720459, - -23.761377334594727 - ] - ], - [ - 10.5625, - [ - -10.270282745361328, - 4.093306064605713, - -23.761377334594727 - ] - ], - [ - 10.572916030883789, - [ - -10.310786247253418, - 4.04055643081665, - -23.761377334594727 - ] - ], - [ - 10.583333015441895, - [ - -10.350724220275879, - 3.987797498703003, - -23.761377334594727 - ] - ], - [ - 10.59375, - [ - -10.390064239501953, - 3.9350459575653076, - -23.761377334594727 - ] - ], - [ - 10.604166030883789, - [ - -10.428776741027832, - 3.882309675216675, - -23.761377334594727 - ] - ], - [ - 10.614583015441895, - [ - -10.466838836669922, - 3.829587697982788, - -23.761377334594727 - ] - ], - [ - 10.625, - [ - -10.504220962524414, - 3.7768914699554443, - -23.761377334594727 - ] - ], - [ - 10.635416030883789, - [ - -10.540889739990234, - 3.724231481552124, - -23.761377334594727 - ] - ], - [ - 10.645833015441895, - [ - -10.576824188232422, - 3.6716067790985107, - -23.761377334594727 - ] - ], - [ - 10.65625, - [ - -10.611993789672852, - 3.619027853012085, - -23.761377334594727 - ] - ], - [ - 10.666666030883789, - [ - -10.646368026733398, - 3.5665061473846436, - -23.761377334594727 - ] - ], - [ - 10.677083015441895, - [ - -10.679923057556152, - 3.5140388011932373, - -23.761377334594727 - ] - ], - [ - 10.6875, - [ - -10.712629318237305, - 3.4616382122039795, - -23.761377334594727 - ] - ], - [ - 10.697916030883789, - [ - -10.744455337524414, - 3.409315824508667, - -23.761377334594727 - ] - ], - [ - 10.708333015441895, - [ - -10.77538013458252, - 3.357067823410034, - -23.761377334594727 - ] - ], - [ - 10.71875, - [ - -10.805370330810547, - 3.304905652999878, - -23.761377334594727 - ] - ], - [ - 10.729166030883789, - [ - -10.834397315979004, - 3.252842664718628, - -23.761377334594727 - ] - ], - [ - 10.739583015441895, - [ - -10.86243724822998, - 3.2008750438690186, - -23.761377334594727 - ] - ], - [ - 10.75, - [ - -10.889460563659668, - 3.1490142345428467, - -23.761377334594727 - ] - ], - [ - 10.760416030883789, - [ - -10.915435791015625, - 3.0972707271575928, - -23.761377334594727 - ] - ], - [ - 10.770833015441895, - [ - -10.940340042114258, - 3.0456435680389404, - -23.761377334594727 - ] - ], - [ - 10.78125, - [ - -10.964144706726074, - 2.9941442012786865, - -23.761377334594727 - ] - ], - [ - 10.791666030883789, - [ - -10.98681640625, - 2.9427831172943115, - -23.761377334594727 - ] - ], - [ - 10.802083015441895, - [ - -11.008333206176758, - 2.8915584087371826, - -23.761377334594727 - ] - ], - [ - 10.8125, - [ - -11.028664588928223, - 2.8404805660247803, - -23.761377334594727 - ] - ], - [ - 10.822916030883789, - [ - -11.047781944274902, - 2.789562940597534, - -23.761377334594727 - ] - ], - [ - 10.833333015441895, - [ - -11.065659523010254, - 2.7388007640838623, - -23.761377334594727 - ] - ], - [ - 10.84375, - [ - -11.082267761230469, - 2.688206434249878, - -23.761377334594727 - ] - ], - [ - 10.854166030883789, - [ - -11.097577095031738, - 2.6377923488616943, - -23.761377334594727 - ] - ], - [ - 10.864583015441895, - [ - -11.11156177520752, - 2.5875537395477295, - -23.761377334594727 - ] - ], - [ - 10.875, - [ - -11.124195098876953, - 2.537503957748413, - -23.761377334594727 - ] - ], - [ - 10.885416030883789, - [ - -11.135443687438965, - 2.4876534938812256, - -23.761377334594727 - ] - ], - [ - 10.895833015441895, - [ - -11.145286560058594, - 2.4380013942718506, - -23.761377334594727 - ] - ], - [ - 10.90625, - [ - -11.153691291809082, - 2.388557195663452, - -23.761377334594727 - ] - ], - [ - 10.916666030883789, - [ - -11.160629272460938, - 2.339332342147827, - -23.761377334594727 - ] - ], - [ - 10.927083015441895, - [ - -11.166074752807617, - 2.290325880050659, - -23.761377334594727 - ] - ], - [ - 10.9375, - [ - -11.170000076293945, - 2.241549253463745, - -23.761377334594727 - ] - ], - [ - 10.947916030883789, - [ - -11.172374725341797, - 2.1930110454559326, - -23.761377334594727 - ] - ], - [ - 10.958333015441895, - [ - -11.173172950744629, - 2.144712209701538, - -23.761377334594727 - ] - ], - [ - 10.96875, - [ - -11.166972160339355, - 2.0957467555999756, - -23.75691795349121 - ] - ], - [ - 10.979166030883789, - [ - -11.14879322052002, - 2.045306921005249, - -23.743839263916016 - ] - ], - [ - 10.989583015441895, - [ - -11.119261741638184, - 1.9935222864151, - -23.722593307495117 - ] - ], - [ - 11.0, - [ - -11.079010009765625, - 1.940539002418518, - -23.69363784790039 - ] - ], - [ - 11.010416030883789, - [ - -11.028675079345703, - 1.8865047693252563, - -23.657424926757813 - ] - ], - [ - 11.020833015441895, - [ - -10.968875885009766, - 1.8315483331680298, - -23.61440658569336 - ] - ], - [ - 11.03125, - [ - -10.900248527526855, - 1.7758175134658813, - -23.56503677368164 - ] - ], - [ - 11.041666030883789, - [ - -10.823431015014648, - 1.719460129737854, - -23.50977325439453 - ] - ], - [ - 11.052083015441895, - [ - -10.739039421081543, - 1.6626049280166626, - -23.44906234741211 - ] - ], - [ - 11.0625, - [ - -10.647711753845215, - 1.60539972782135, - -23.38336181640625 - ] - ], - [ - 11.072916030883789, - [ - -10.55008602142334, - 1.5479904413223267, - -23.31313133239746 - ] - ], - [ - 11.083333015441895, - [ - -10.446778297424316, - 1.4905086755752563, - -23.238811492919922 - ] - ], - [ - 11.09375, - [ - -10.338424682617188, - 1.4331003427505493, - -23.16086196899414 - ] - ], - [ - 11.104166030883789, - [ - -10.225666999816895, - 1.3759113550186157, - -23.079744338989258 - ] - ], - [ - 11.114583015441895, - [ - -10.109116554260254, - 1.3190752267837524, - -22.99589729309082 - ] - ], - [ - 11.125, - [ - -9.989413261413574, - 1.2627350091934204, - -22.9097843170166 - ] - ], - [ - 11.135416030883789, - [ - -9.86719799041748, - 1.2070404291152954, - -22.821863174438477 - ] - ], - [ - 11.145833015441895, - [ - -9.743081092834473, - 1.1521202325820923, - -22.732572555541992 - ] - ], - [ - 11.15625, - [ - -9.617701530456543, - 1.0981212854385376, - -22.642375946044922 - ] - ], - [ - 11.166666030883789, - [ - -9.491703987121582, - 1.0451914072036743, - -22.551733016967773 - ] - ], - [ - 11.177083015441895, - [ - -9.365694046020508, - 0.9934603571891785, - -22.46108055114746 - ] - ], - [ - 11.1875, - [ - -9.240314483642578, - 0.9430758357048035, - -22.37088394165039 - ] - ], - [ - 11.197916984558105, - [ - -9.116196632385254, - 0.8941780924797058, - -22.281593322753906 - ] - ], - [ - 11.208333015441895, - [ - -8.993982315063477, - 0.8469120860099792, - -22.19367218017578 - ] - ], - [ - 11.21875, - [ - -8.874279022216797, - 0.8014132380485535, - -22.10755729675293 - ] - ], - [ - 11.229166984558105, - [ - -8.75772762298584, - 0.7578245997428894, - -22.023712158203125 - ] - ], - [ - 11.239583015441895, - [ - -8.644969940185547, - 0.7162920832633972, - -21.942594528198242 - ] - ], - [ - 11.25, - [ - -8.536617279052734, - 0.6769501566886902, - -21.86464500427246 - ] - ], - [ - 11.260416984558105, - [ - -8.433308601379395, - 0.6399418711662292, - -21.790325164794922 - ] - ], - [ - 11.270833015441895, - [ - -8.335683822631836, - 0.605414092540741, - -21.720094680786133 - ] - ], - [ - 11.28125, - [ - -8.244355201721191, - 0.573502242565155, - -21.65439224243164 - ] - ], - [ - 11.291666984558105, - [ - -8.159963607788086, - 0.544348418712616, - -21.59368133544922 - ] - ], - [ - 11.302083015441895, - [ - -8.083145141601563, - 0.5180966258049011, - -21.538419723510742 - ] - ], - [ - 11.3125, - [ - -8.014517784118652, - 0.4948860704898834, - -21.48904800415039 - ] - ], - [ - 11.322916984558105, - [ - -7.954719543457031, - 0.47485795617103577, - -21.446029663085938 - ] - ], - [ - 11.333333015441895, - [ - -7.904382705688477, - 0.4581553041934967, - -21.40981674194336 - ] - ], - [ - 11.34375, - [ - -7.864130973815918, - 0.44491735100746155, - -21.380861282348633 - ] - ], - [ - 11.354166984558105, - [ - -7.834599494934082, - 0.43528714776039124, - -21.359615325927734 - ] - ], - [ - 11.364583015441895, - [ - -7.81641960144043, - 0.4294058382511139, - -21.34653663635254 - ] - ], - [ - 11.375, - [ - -7.810218811035156, - 0.42741361260414124, - -21.34207534790039 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716028420_1491474.json b/lenses/physics-objects/Scene/assets/1645812716028420_1491474.json deleted file mode 100644 index 2c9e13c2..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716028420_1491474.json +++ /dev/null @@ -1,1900 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716028420:1491474", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.0, - 0.7071068286895752, - 0.0, - 0.7071068286895752 - ] - ], - [ - 5.197916507720947, - [ - -0.0, - 0.7071068286895752, - 0.0, - 0.7071068286895752 - ] - ], - [ - 5.2398552894592285, - [ - 0.00029031469603069127, - 0.7072867751121521, - -0.0002903622225858271, - 0.706926703453064 - ] - ], - [ - 5.271377086639404, - [ - 0.0011429446749389172, - 0.7078230381011963, - -0.0011436938075348735, - 0.7063879370689392 - ] - ], - [ - 5.313405990600586, - [ - 0.0031062487978488207, - 0.7090811133384705, - -0.003111917292699218, - 0.7051132321357727 - ] - ], - [ - 5.355434894561768, - [ - 0.005952132865786552, - 0.7109413146972656, - -0.00597348203882575, - 0.7032008171081543 - ] - ], - [ - 5.397463798522949, - [ - 0.009611529298126698, - 0.7133798599243164, - -0.009668711572885513, - 0.7006449699401855 - ] - ], - [ - 5.439492702484131, - [ - 0.014013824984431267, - 0.7163698673248291, - -0.014138863421976566, - 0.6974366903305054 - ] - ], - [ - 5.4815216064453125, - [ - 0.01908688247203827, - 0.7198817729949951, - -0.01932583376765251, - 0.6935650110244751 - ] - ], - [ - 5.523550987243652, - [ - 0.024757133796811104, - 0.7238844633102417, - -0.025171931833028793, - 0.6890172362327576 - ] - ], - [ - 5.57608699798584, - [ - 0.0325700081884861, - 0.7295282483100891, - -0.033318351954221725, - 0.6823617815971375 - ] - ], - [ - 5.628623008728027, - [ - 0.04104866459965706, - 0.7358238101005554, - -0.04229124262928963, - 0.6746034622192383 - ] - ], - [ - 5.681159496307373, - [ - 0.05004023388028145, - 0.7427069544792175, - -0.05197645351290703, - 0.6657182574272156 - ] - ], - [ - 5.7336955070495605, - [ - 0.05938878282904625, - 0.7501152157783508, - -0.06225791946053505, - 0.6556859612464905 - ] - ], - [ - 5.786231994628906, - [ - 0.06893642246723175, - 0.7579889893531799, - -0.07301795482635498, - 0.6444911360740662 - ] - ], - [ - 5.838768005371094, - [ - 0.07852330803871155, - 0.7662723064422607, - -0.08413626998662949, - 0.6321249604225159 - ] - ], - [ - 5.8913044929504395, - [ - 0.08798911422491074, - 0.7749138474464417, - -0.09549073129892349, - 0.618585467338562 - ] - ], - [ - 5.943840503692627, - [ - 0.09717333316802979, - 0.7838670611381531, - -0.10695662349462509, - 0.6038793325424194 - ] - ], - [ - 5.996376991271973, - [ - 0.10591692477464676, - 0.7930907607078552, - -0.1184077113866806, - 0.5880208611488342 - ] - ], - [ - 6.04891300201416, - [ - 0.11406294256448746, - 0.8025484681129456, - -0.12971578538417816, - 0.5710335969924927 - ] - ], - [ - 6.101449012756348, - [ - 0.1214582622051239, - 0.8122093677520752, - -0.140751913189888, - 0.5529491305351257 - ] - ], - [ - 6.153985500335693, - [ - 0.1279546171426773, - 0.8220464587211609, - -0.151386559009552, - 0.5338065028190613 - ] - ], - [ - 6.196014404296875, - [ - 0.13240863382816315, - 0.8300269842147827, - -0.1595180332660675, - 0.5177616477012634 - ] - ], - [ - 6.238043308258057, - [ - 0.13612690567970276, - 0.8380942940711975, - -0.16724362969398499, - 0.5010958313941956 - ] - ], - [ - 6.280072212219238, - [ - 0.1390436291694641, - 0.8462381362915039, - -0.17449794709682465, - 0.483837366104126 - ] - ], - [ - 6.322101593017578, - [ - 0.14109697937965393, - 0.8544481992721558, - -0.18121641874313354, - 0.4660158157348633 - ] - ], - [ - 6.364130020141602, - [ - 0.14222948253154755, - 0.8627135157585144, - -0.1873352825641632, - 0.4476624131202698 - ] - ], - [ - 6.406159400939941, - [ - 0.14238865673542023, - 0.8710228800773621, - -0.19279271364212036, - 0.4288071393966675 - ] - ], - [ - 6.4270830154418945, - [ - 0.14203956723213196, - 0.8752841353416443, - -0.1952311247587204, - 0.4190313518047333 - ] - ], - [ - 6.4375, - [ - 0.14164546132087708, - 0.8776787519454956, - -0.19634558260440826, - 0.41360005736351013 - ] - ], - [ - 6.447916507720947, - [ - 0.14109085500240326, - 0.8802735209465027, - -0.19739151000976563, - 0.40773579478263855 - ] - ], - [ - 6.4583330154418945, - [ - 0.14037837088108063, - 0.883052408695221, - -0.19837062060832977, - 0.4014494717121124 - ] - ], - [ - 6.46875, - [ - 0.1395106166601181, - 0.8859989643096924, - -0.19928446412086487, - 0.39475101232528687 - ] - ], - [ - 6.479166507720947, - [ - 0.13849051296710968, - 0.8890964388847351, - -0.20013448596000671, - 0.3876519501209259 - ] - ], - [ - 6.4895830154418945, - [ - 0.13732102513313293, - 0.8923280835151672, - -0.2009221613407135, - 0.38016289472579956 - ] - ], - [ - 6.5, - [ - 0.13600516319274902, - 0.8956770896911621, - -0.20164895057678223, - 0.3722940683364868 - ] - ], - [ - 6.510416507720947, - [ - 0.13454636931419373, - 0.8991261720657349, - -0.20231619477272034, - 0.36405739188194275 - ] - ], - [ - 6.5208330154418945, - [ - 0.13294795155525208, - 0.9026582837104797, - -0.2029251903295517, - 0.3554634749889374 - ] - ], - [ - 6.53125, - [ - 0.1312134712934494, - 0.9062567949295044, - -0.2034774273633957, - 0.3465235233306885 - ] - ], - [ - 6.541666507720947, - [ - 0.1293468028306961, - 0.9099047183990479, - -0.20397420227527618, - 0.3372496962547302 - ] - ], - [ - 6.5520830154418945, - [ - 0.12735183537006378, - 0.9135856032371521, - -0.20441694557666779, - 0.3276534676551819 - ] - ], - [ - 6.5625, - [ - 0.12523260712623596, - 0.9172828793525696, - -0.20480701327323914, - 0.3177468180656433 - ] - ], - [ - 6.572916507720947, - [ - 0.1229935958981514, - 0.9209805130958557, - -0.20514589548110962, - 0.30754297971725464 - ] - ], - [ - 6.59375, - [ - 0.11817383021116257, - 0.9283149838447571, - -0.2056761234998703, - 0.2862929105758667 - ] - ], - [ - 6.6145830154418945, - [ - 0.11293067783117294, - 0.9354681968688965, - -0.2060200721025467, - 0.2640106678009033 - ] - ], - [ - 6.635416507720947, - [ - 0.10730451345443726, - 0.9423285126686096, - -0.20619119703769684, - 0.2408071905374527 - ] - ], - [ - 6.65625, - [ - 0.10133855044841766, - 0.9487929344177246, - -0.20620378851890564, - 0.2168005406856537 - ] - ], - [ - 6.677083492279053, - [ - 0.0950782299041748, - 0.9547701478004456, - -0.2060733288526535, - 0.19211412966251373 - ] - ], - [ - 6.708333492279053, - [ - 0.08523973822593689, - 0.9626524448394775, - -0.20564565062522888, - 0.15409256517887115 - ] - ], - [ - 6.760416507720947, - [ - 0.06805889308452606, - 0.9724221229553223, - -0.2044638991355896, - 0.0892072468996048 - ] - ], - [ - 6.802083492279053, - [ - 0.05406180024147034, - 0.9769209623336792, - -0.20327048003673553, - 0.03720327094197273 - ] - ], - [ - 6.833333492279053, - [ - 0.04367879033088684, - 0.9783406257629395, - -0.20233789086341858, - -0.0010979198850691319 - ] - ], - [ - 6.854166507720947, - [ - 0.03690201789140701, - 0.9783980250358582, - -0.2017378956079483, - -0.026026872918009758 - ] - ], - [ - 6.885621070861816, - [ - 0.02693038620054722, - 0.9772407412528992, - -0.20088660717010498, - -0.06261036545038223 - ] - ], - [ - 6.906862735748291, - [ - 0.019933026283979416, - 0.9756113886833191, - -0.2001604437828064, - -0.08786986023187637 - ] - ], - [ - 6.928104400634766, - [ - 0.012618519365787506, - 0.9732237458229065, - -0.19925889372825623, - -0.11389565467834473 - ] - ], - [ - 6.949346542358398, - [ - 0.005035846959799528, - 0.9700183868408203, - -0.19819392263889313, - -0.14056375622749329 - ] - ], - [ - 6.970588207244873, - [ - -0.002764302073046565, - 0.9659469127655029, - -0.19697795808315277, - -0.1677457094192505 - ] - ], - [ - 7.002450942993164, - [ - -0.014761215075850487, - 0.9581394195556641, - -0.1948983520269394, - -0.209202378988266 - ] - ], - [ - 7.034313678741455, - [ - -0.026960842311382294, - 0.9482358694076538, - -0.19255021214485168, - -0.25109022855758667 - ] - ], - [ - 7.087418079376221, - [ - -0.04728766158223152, - 0.9271041750907898, - -0.1881561130285263, - -0.32068514823913574 - ] - ], - [ - 7.1405229568481445, - [ - -0.06697937101125717, - 0.900611937046051, - -0.1833270937204361, - -0.3883337080478668 - ] - ], - [ - 7.1723856925964355, - [ - -0.07822200655937195, - 0.8825206756591797, - -0.18029609322547913, - -0.4272375702857971 - ] - ], - [ - 7.204248428344727, - [ - -0.0888933539390564, - 0.863123893737793, - -0.17720916867256165, - -0.46444809436798096 - ] - ], - [ - 7.225490093231201, - [ - -0.09564302861690521, - 0.8496354222297668, - -0.17513708770275116, - -0.4881588816642761 - ] - ], - [ - 7.246731758117676, - [ - 0.10207390040159225, - -0.8358323574066162, - 0.17306508123874664, - 0.5108950138092041 - ] - ], - [ - 7.267973899841309, - [ - 0.10816726088523865, - -0.8218359351158142, - 0.1710025668144226, - 0.5325820446014404 - ] - ], - [ - 7.289215564727783, - [ - 0.11390770226716995, - -0.8077752590179443, - 0.1689590960741043, - 0.5531519055366516 - ] - ], - [ - 7.310457229614258, - [ - 0.11928373575210571, - -0.7937840223312378, - 0.1669442355632782, - 0.5725451707839966 - ] - ], - [ - 7.331699371337891, - [ - 0.12428693473339081, - -0.7800000905990601, - 0.16496767103672028, - 0.5907099843025208 - ] - ], - [ - 7.342319965362549, - [ - 0.12664665281772614, - -0.7732303142547607, - 0.16399699449539185, - 0.5993167161941528 - ] - ], - [ - 7.352941036224365, - [ - 0.12891122698783875, - -0.7665651440620422, - 0.16303971409797668, - 0.6076000928878784 - ] - ], - [ - 7.363562107086182, - [ - 0.1310800313949585, - -0.7600231170654297, - 0.16209731996059418, - 0.6155545115470886 - ] - ], - [ - 7.37418270111084, - [ - 0.1331527680158615, - -0.7536219954490662, - 0.16117119789123535, - 0.6231757998466492 - ] - ], - [ - 7.384803771972656, - [ - 0.13512927293777466, - -0.74737948179245, - 0.16026285290718079, - 0.6304600238800049 - ] - ], - [ - 7.395424842834473, - [ - 0.13700924813747406, - -0.7413135170936584, - 0.15937380492687225, - 0.637403130531311 - ] - ], - [ - 7.406045436859131, - [ - 0.13879244029521942, - -0.7354419231414795, - 0.15850572288036346, - 0.6440013647079468 - ] - ], - [ - 7.416666507720947, - [ - 0.1404787003993988, - -0.7297821640968323, - 0.15766030550003052, - 0.6502515077590942 - ] - ], - [ - 7.4270830154418945, - [ - 0.14180125296115875, - -0.7244954109191895, - 0.15683718025684357, - 0.6560495495796204 - ] - ], - [ - 7.4375, - [ - 0.14263829588890076, - -0.7195261120796204, - 0.15594322979450226, - 0.661527156829834 - ] - ], - [ - 7.447916507720947, - [ - 0.14309817552566528, - -0.7148841619491577, - 0.15490342676639557, - 0.6666846871376038 - ] - ], - [ - 7.4583330154418945, - [ - 0.1432717889547348, - -0.7105749249458313, - 0.1536598801612854, - 0.6715244650840759 - ] - ], - [ - 7.46875, - [ - 0.143233984708786, - -0.706601619720459, - 0.15217038989067078, - 0.6760491728782654 - ] - ], - [ - 7.479166507720947, - [ - 0.1430448740720749, - -0.7029671669006348, - 0.15040737390518188, - 0.6802594661712646 - ] - ], - [ - 7.4895830154418945, - [ - 0.14275142550468445, - -0.6996738910675049, - 0.1483561396598816, - 0.6841556429862976 - ] - ], - [ - 7.5, - [ - 0.142388716340065, - -0.6967233419418335, - 0.1460133194923401, - 0.687736988067627 - ] - ], - [ - 7.510416507720947, - [ - 0.14198140799999237, - -0.6941172480583191, - 0.14338624477386475, - 0.6910014152526855 - ] - ], - [ - 7.5208330154418945, - [ - 0.14154522120952606, - -0.691855251789093, - 0.1404905766248703, - 0.6939479112625122 - ] - ], - [ - 7.53125, - [ - 0.14108803868293762, - -0.6899357438087463, - 0.13734948635101318, - 0.6965758800506592 - ] - ], - [ - 7.541666507720947, - [ - 0.14061149954795837, - -0.6883551478385925, - 0.13399283587932587, - 0.6988859176635742 - ] - ], - [ - 7.5520830154418945, - [ - 0.14011257886886597, - -0.6871064305305481, - 0.1304544359445572, - 0.7008814811706543 - ] - ], - [ - 7.5625, - [ - 0.13958455622196198, - -0.6861796379089355, - 0.12677167356014252, - 0.7025685906410217 - ] - ], - [ - 7.572916507720947, - [ - 0.13901866972446442, - -0.6855615377426147, - 0.12298432737588882, - 0.7039560079574585 - ] - ], - [ - 7.5833330154418945, - [ - 0.1384056955575943, - -0.6852347254753113, - 0.11913226544857025, - 0.7050565481185913 - ] - ], - [ - 7.59375, - [ - 0.13773679733276367, - -0.6851785778999329, - 0.11525470018386841, - 0.70588618516922 - ] - ], - [ - 7.6145830154418945, - [ - 0.13620387017726898, - -0.6857810020446777, - 0.10757365077733994, - 0.7068103551864624 - ] - ], - [ - 7.635416507720947, - [ - 0.13439573347568512, - -0.687149167060852, - 0.1002095565199852, - 0.7069100737571716 - ] - ], - [ - 7.65625, - [ - 0.13234755396842957, - -0.6890400648117065, - 0.09337200224399567, - 0.7063919305801392 - ] - ], - [ - 7.6770830154418945, - [ - 0.13016317784786224, - -0.6912084221839905, - 0.08720249682664871, - 0.7054673433303833 - ] - ], - [ - 7.697916507720947, - [ - 0.12800998985767365, - -0.6934266686439514, - 0.0817786380648613, - 0.7043331265449524 - ] - ], - [ - 7.71875, - [ - 0.12610885500907898, - -0.6954956650733948, - 0.077125184237957, - 0.7031600475311279 - ] - ], - [ - 7.7395830154418945, - [ - 0.1247163787484169, - -0.6972464919090271, - 0.07323180139064789, - 0.7020899057388306 - ] - ], - [ - 7.760416507720947, - [ - 0.12410764396190643, - -0.6985304951667786, - 0.07006863504648209, - 0.7012438774108887 - ] - ], - [ - 7.7708330154418945, - [ - 0.12418366223573685, - -0.6989516019821167, - 0.0687510296702385, - 0.7009410262107849 - ] - ], - [ - 7.78125, - [ - 0.12455850839614868, - -0.6991987228393555, - 0.06760495156049728, - 0.7007395029067993 - ] - ], - [ - 7.791666507720947, - [ - 0.12526322901248932, - -0.6992484927177429, - 0.06662965565919876, - 0.7006576657295227 - ] - ], - [ - 7.8125, - [ - 0.1266385018825531, - -0.6989066004753113, - 0.06476759165525436, - 0.7009261250495911 - ] - ], - [ - 7.8333330154418945, - [ - 0.1272803694009781, - -0.698091983795166, - 0.06277113407850266, - 0.7018027305603027 - ] - ], - [ - 7.854166507720947, - [ - 0.1272246092557907, - -0.6968002915382385, - 0.060702815651893616, - 0.7032769322395325 - ] - ], - [ - 7.875, - [ - 0.1264878660440445, - -0.6950564980506897, - 0.058643657714128494, - 0.7053071856498718 - ] - ], - [ - 7.895833492279053, - [ - 0.12507663667201996, - -0.6929114460945129, - 0.056685253977775574, - 0.7078251242637634 - ] - ], - [ - 7.916666507720947, - [ - 0.12299609184265137, - -0.6904378533363342, - 0.054919905960559845, - 0.7107399702072144 - ] - ], - [ - 7.9375, - [ - 0.12025859206914902, - -0.6877260804176331, - 0.053433023393154144, - 0.7139437198638916 - ] - ], - [ - 7.958333492279053, - [ - 0.11689150333404541, - -0.6848782300949097, - 0.052294883877038956, - 0.7173168063163757 - ] - ], - [ - 7.979166507720947, - [ - 0.11294344067573547, - -0.6820012331008911, - 0.05155504122376442, - 0.7207358479499817 - ] - ], - [ - 8.010416984558105, - [ - 0.1060948595404625, - -0.6778558492660522, - 0.05124307796359062, - 0.7256925106048584 - ] - ], - [ - 8.041666984558105, - [ - 0.09844469279050827, - -0.6741750836372375, - 0.05187341570854187, - 0.7301409244537354 - ] - ], - [ - 8.072916984558105, - [ - 0.090425506234169, - -0.671154260635376, - 0.05334588512778282, - 0.7338457107543945 - ] - ], - [ - 8.104166984558105, - [ - 0.08251877874135971, - -0.6688564419746399, - 0.0555121973156929, - 0.73670893907547 - ] - ], - [ - 8.135416984558105, - [ - 0.07520720362663269, - -0.6672074198722839, - 0.05822329595685005, - 0.7387747764587402 - ] - ], - [ - 8.15625, - [ - 0.07088571041822433, - -0.6663775444030762, - 0.06027592718601227, - 0.7397858500480652 - ] - ], - [ - 8.177083969116211, - [ - 0.06714683771133423, - -0.6656714677810669, - 0.06249960884451866, - 0.7405853867530823 - ] - ], - [ - 8.197916984558105, - [ - 0.06410010159015656, - -0.6649964451789856, - 0.06488364934921265, - 0.7412564754486084 - ] - ], - [ - 8.21875, - [ - 0.061848126351833344, - -0.664250910282135, - 0.06742377579212189, - 0.7418891787528992 - ] - ], - [ - 8.239583969116211, - [ - 0.06049293279647827, - -0.663328230381012, - 0.07011624425649643, - 0.7425765991210938 - ] - ], - [ - 8.25, - [ - 0.06018524244427681, - -0.6627670526504517, - 0.07151638716459274, - 0.7429690361022949 - ] - ], - [ - 8.260416984558105, - [ - 0.06014369800686836, - -0.6621216535568237, - 0.07294932752847672, - 0.7434083819389343 - ] - ], - [ - 8.270833969116211, - [ - 0.06038469821214676, - -0.6613794565200806, - 0.07441069930791855, - 0.7439045310020447 - ] - ], - [ - 8.28125, - [ - 0.0609261579811573, - -0.6605278849601746, - 0.07589445263147354, - 0.7444669008255005 - ] - ], - [ - 8.291666984558105, - [ - 0.06178836524486542, - -0.6595557928085327, - 0.07739267498254776, - 0.7451032400131226 - ] - ], - [ - 8.3125, - [ - 0.06387580186128616, - -0.657351553440094, - 0.08045788109302521, - 0.7465489506721497 - ] - ], - [ - 8.34375, - [ - 0.06710544973611832, - -0.6535584926605225, - 0.08527505397796631, - 0.7490569353103638 - ] - ], - [ - 8.385416984558105, - [ - 0.07157933712005615, - -0.6476293802261353, - 0.09206810593605042, - 0.7529781460762024 - ] - ], - [ - 8.427083969116211, - [ - 0.07622747123241425, - -0.640753984451294, - 0.09922314435243607, - 0.7574816346168518 - ] - ], - [ - 8.46875, - [ - 0.08103562146425247, - -0.6329867839813232, - 0.10666747391223907, - 0.7624847888946533 - ] - ], - [ - 8.510416984558105, - [ - 0.08599354326725006, - -0.6243835687637329, - 0.1143244206905365, - 0.7679065465927124 - ] - ], - [ - 8.5625, - [ - 0.09238817542791367, - -0.6125439405441284, - 0.12407296150922775, - 0.775151789188385 - ] - ], - [ - 8.614583969116211, - [ - 0.09898701310157776, - -0.5996127724647522, - 0.13387340307235718, - 0.7827796339988708 - ] - ], - [ - 8.666666984558105, - [ - 0.10577095299959183, - -0.5857248902320862, - 0.14357337355613708, - 0.7906488180160522 - ] - ], - [ - 8.739583969116211, - [ - 0.11553198099136353, - -0.5649583339691162, - 0.1567147821187973, - 0.8018198013305664 - ] - ], - [ - 8.8125, - [ - 0.12551313638687134, - -0.5430607199668884, - 0.1690336912870407, - 0.8128709197044373 - ] - ], - [ - 8.875, - [ - 0.1341451108455658, - -0.5237738490104675, - 0.1787252277135849, - 0.8220239281654358 - ] - ], - [ - 8.9375, - [ - 0.14273542165756226, - -0.504375696182251, - 0.18747927248477936, - 0.8307126760482788 - ] - ], - [ - 9.0, - [ - 0.15115399658679962, - -0.4852365553379059, - 0.1952158808708191, - 0.8388019800186157 - ] - ], - [ - 9.052083969116211, - [ - 0.15792982280254364, - -0.46976470947265625, - 0.20086167752742767, - 0.8450053930282593 - ] - ], - [ - 9.104166984558105, - [ - 0.16438385844230652, - -0.4549729526042938, - 0.20578400790691376, - 0.8506647348403931 - ] - ], - [ - 9.145833969116211, - [ - 0.1692451387643814, - -0.4437868893146515, - 0.20921801030635834, - 0.8547732830047607 - ] - ], - [ - 9.187739372253418, - [ - 0.1739424765110016, - -0.43324095010757446, - 0.2123115062713623, - 0.8584696054458618 - ] - ], - [ - 9.22988510131836, - [ - 0.17924407124519348, - -0.42334577441215515, - 0.2154739946126938, - 0.8615224361419678 - ] - ], - [ - 9.282567024230957, - [ - 0.1867334097623825, - -0.411837100982666, - 0.2195463329553604, - 0.8644768595695496 - ] - ], - [ - 9.335248947143555, - [ - 0.19499854743480682, - -0.40110477805137634, - 0.2236897051334381, - 0.866633415222168 - ] - ], - [ - 9.398468017578125, - [ - 0.20566420257091522, - -0.3889748454093933, - 0.22866076231002808, - 0.8683980107307434 - ] - ], - [ - 9.493294715881348, - [ - 0.22248812019824982, - -0.3715980052947998, - 0.23585478961467743, - 0.8699347376823425 - ] - ], - [ - 9.588122367858887, - [ - 0.2393108755350113, - -0.3541710674762726, - 0.24231627583503723, - 0.8709626793861389 - ] - ], - [ - 9.661877632141113, - [ - 0.25169745087623596, - -0.3398406207561493, - 0.24649789929389954, - 0.8720065951347351 - ] - ], - [ - 9.714559555053711, - [ - 0.2598629891872406, - -0.3288553059101105, - 0.24886642396450043, - 0.8731499910354614 - ] - ], - [ - 9.767241477966309, - [ - 0.26725244522094727, - -0.31701985001564026, - 0.25060203671455383, - 0.8747989535331726 - ] - ], - [ - 9.80938720703125, - [ - 0.27247998118400574, - -0.3068029582500458, - 0.2514641284942627, - 0.8765799403190613 - ] - ], - [ - 9.851531982421875, - [ - 0.27699291706085205, - -0.29580631852149963, - 0.2518007159233093, - 0.8788458108901978 - ] - ], - [ - 9.893677711486816, - [ - 0.28068915009498596, - -0.28392139077186584, - 0.25156086683273315, - 0.8816573023796082 - ] - ], - [ - 9.925287246704102, - [ - 0.282860666513443, - -0.2743567228317261, - 0.2509736716747284, - 0.8841552138328552 - ] - ], - [ - 9.95689582824707, - [ - 0.2844644784927368, - -0.26418036222457886, - 0.2500169575214386, - 0.8870063424110413 - ] - ], - [ - 9.988505363464355, - [ - 0.28545045852661133, - -0.2533418536186218, - 0.24867433309555054, - 0.8902230262756348 - ] - ], - [ - 10.02011489868164, - [ - 0.28576555848121643, - -0.24178825318813324, - 0.24693188071250916, - 0.8938127160072327 - ] - ], - [ - 10.05172348022461, - [ - 0.28535380959510803, - -0.2294667512178421, - 0.24477902054786682, - 0.8977758288383484 - ] - ], - [ - 10.083333015441895, - [ - 0.28415584564208984, - -0.21631918847560883, - 0.24220821261405945, - 0.902106761932373 - ] - ], - [ - 10.104166030883789, - [ - 0.28288203477859497, - -0.2068783938884735, - 0.2400953769683838, - 0.9052807688713074 - ] - ], - [ - 10.125, - [ - 0.28119656443595886, - -0.19648584723472595, - 0.23743803799152374, - 0.9088152647018433 - ] - ], - [ - 10.145833015441895, - [ - 0.27911749482154846, - -0.18518996238708496, - 0.23426030576229095, - 0.9126447439193726 - ] - ], - [ - 10.166666030883789, - [ - 0.27666351199150085, - -0.17303772270679474, - 0.2305867075920105, - 0.916703462600708 - ] - ], - [ - 10.1875, - [ - 0.27385416626930237, - -0.16007624566555023, - 0.22644248604774475, - 0.9209252595901489 - ] - ], - [ - 10.208333015441895, - [ - 0.27071043848991394, - -0.1463552564382553, - 0.22185459733009338, - 0.9252440333366394 - ] - ], - [ - 10.229166030883789, - [ - 0.2672540247440338, - -0.1319248378276825, - 0.21685077250003815, - 0.9295951128005981 - ] - ], - [ - 10.25, - [ - 0.26350727677345276, - -0.1168343648314476, - 0.21145939826965332, - 0.9339158535003662 - ] - ], - [ - 10.270833015441895, - [ - 0.25949424505233765, - -0.1011381521821022, - 0.20571118593215942, - 0.9381453394889832 - ] - ], - [ - 10.291666030883789, - [ - 0.2552396357059479, - -0.08489024639129639, - 0.19963745772838593, - 0.942226767539978 - ] - ], - [ - 10.322916030883789, - [ - 0.24846047163009644, - -0.059605278074741364, - 0.18998771905899048, - 0.947955310344696 - ] - ], - [ - 10.354166030883789, - [ - 0.24128444492816925, - -0.03340020775794983, - 0.1797933280467987, - 0.9530691504478455 - ] - ], - [ - 10.385416030883789, - [ - 0.23380377888679504, - -0.006479919888079166, - 0.16917337477207184, - 0.9574311375617981 - ] - ], - [ - 10.427083015441895, - [ - 0.22351765632629395, - 0.030159303918480873, - 0.1545625627040863, - 0.9618943333625793 - ] - ], - [ - 10.489583015441895, - [ - 0.2078704833984375, - 0.08564968407154083, - 0.13227610290050507, - 0.9653792381286621 - ] - ], - [ - 10.541666030883789, - [ - 0.19508931040763855, - 0.13122181594371796, - 0.11398264765739441, - 0.9652611017227173 - ] - ], - [ - 10.572916030883789, - [ - 0.1877063363790512, - 0.15779735147953033, - 0.10336728394031525, - 0.9639407396316528 - ] - ], - [ - 10.604166030883789, - [ - 0.1806294322013855, - 0.1835181564092636, - 0.0931527242064476, - 0.9617778658866882 - ] - ], - [ - 10.635416030883789, - [ - 0.1739255040884018, - 0.20816026628017426, - 0.08343646675348282, - 0.95888352394104 - ] - ], - [ - 10.65625, - [ - 0.16969291865825653, - 0.22388097643852234, - 0.07727987319231033, - 0.9566135406494141 - ] - ], - [ - 10.677083015441895, - [ - 0.16566842794418335, - 0.23896078765392303, - 0.07140873372554779, - 0.9541239738464355 - ] - ], - [ - 10.697916030883789, - [ - 0.1618662178516388, - 0.25333768129348755, - 0.0658452957868576, - 0.9514641165733337 - ] - ], - [ - 10.71875, - [ - 0.15829889476299286, - 0.26695123314857483, - 0.06061001867055893, - 0.9486860036849976 - ] - ], - [ - 10.739583015441895, - [ - 0.1549784243106842, - 0.27974048256874084, - 0.05572254955768585, - 0.9458445906639099 - ] - ], - [ - 10.760416030883789, - [ - 0.15191510319709778, - 0.29164767265319824, - 0.05120047926902771, - 0.9429963827133179 - ] - ], - [ - 10.78125, - [ - 0.1491183042526245, - 0.3026156425476074, - 0.04706018790602684, - 0.9401983022689819 - ] - ], - [ - 10.791666030883789, - [ - 0.14782282710075378, - 0.30772897601127625, - 0.045138441026210785, - 0.9388365149497986 - ] - ], - [ - 10.802083015441895, - [ - 0.14659707248210907, - 0.3125869929790497, - 0.0433177724480629, - 0.9375086426734924 - ] - ], - [ - 10.8125, - [ - 0.14544232189655304, - 0.3171815574169159, - 0.04160038381814957, - 0.9362220764160156 - ] - ], - [ - 10.822916030883789, - [ - 0.14435960352420807, - 0.3215060532093048, - 0.039988111704587936, - 0.934984028339386 - ] - ], - [ - 10.833333015441895, - [ - 0.14334972202777863, - 0.3255540728569031, - 0.03848256543278694, - 0.9338011145591736 - ] - ], - [ - 10.84375, - [ - 0.14241382479667664, - 0.3293182849884033, - 0.037085723131895065, - 0.9326802492141724 - ] - ], - [ - 10.854166030883789, - [ - 0.14155301451683044, - 0.33279138803482056, - 0.03579958528280258, - 0.9316281676292419 - ] - ], - [ - 10.864583015441895, - [ - 0.14076808094978333, - 0.33596765995025635, - 0.034625664353370667, - 0.9306509494781494 - ] - ], - [ - 10.875, - [ - 0.14006029069423676, - 0.3388393223285675, - 0.03356610983610153, - 0.9297549724578857 - ] - ], - [ - 10.885416030883789, - [ - 0.13943077623844147, - 0.34139952063560486, - 0.032622918486595154, - 0.9289463758468628 - ] - ], - [ - 10.895833015441895, - [ - 0.13888055086135864, - 0.3436416685581207, - 0.03179793432354927, - 0.9282302856445313 - ] - ], - [ - 10.90625, - [ - 0.1384110003709793, - 0.3455584645271301, - 0.031093411147594452, - 0.9276126027107239 - ] - ], - [ - 10.916666030883789, - [ - 0.13802342116832733, - 0.3471428155899048, - 0.030511530116200447, - 0.9270979762077332 - ] - ], - [ - 10.927083015441895, - [ - 0.13771915435791016, - 0.34838783740997314, - 0.03005451150238514, - 0.9266910552978516 - ] - ], - [ - 10.9375, - [ - 0.13749970495700836, - 0.34928640723228455, - 0.02972477860748768, - 0.926395833492279 - ] - ], - [ - 10.947916030883789, - [ - 0.13736680150032043, - 0.3498307764530182, - 0.029524987563490868, - 0.9262165427207947 - ] - ], - [ - 10.958333015441895, - [ - 0.1373220831155777, - 0.3500138521194458, - 0.02945777215063572, - 0.9261561036109924 - ] - ], - [ - 11.375, - [ - 0.1373220831155777, - 0.3500138521194458, - 0.02945777215063572, - 0.9261561036109924 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716028692_1491481.json b/lenses/physics-objects/Scene/assets/1645812716028692_1491481.json deleted file mode 100644 index 2c6021c0..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716028692_1491481.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716028692:1491481", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11174002289772034, - 0.11174002289772034, - 0.11174002289772034 - ] - ], - [ - 11.375, - [ - 0.11174002289772034, - 0.11174002289772034, - 0.11174002289772034 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716028946_1491488.json b/lenses/physics-objects/Scene/assets/1645812716028946_1491488.json deleted file mode 100644 index 06e7cb3c..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716028946_1491488.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716028946:1491488", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 11.375, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716030912_1491501.json b/lenses/physics-objects/Scene/assets/1645812716030912_1491501.json deleted file mode 100644 index 783a7a4a..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716030912_1491501.json +++ /dev/null @@ -1,1066 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716030912:1491501", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.67070198059082, - 0.09418559074401855, - -1.3774800300598145 - ] - ], - [ - 0.0416666679084301, - [ - -9.67070198059082, - 0.09418559074401855, - -1.3774800300598145 - ] - ], - [ - 0.08514492213726044, - [ - -9.67062759399414, - 0.09418559074401855, - -1.3372623920440674 - ] - ], - [ - 0.12862318754196167, - [ - -9.6701078414917, - 0.09418559074401855, - -1.2212918996810913 - ] - ], - [ - 0.1721014529466629, - [ - -9.668696403503418, - 0.09418559074401855, - -1.036591649055481 - ] - ], - [ - 0.21557970345020294, - [ - -9.665948867797852, - 0.09418559074401855, - -0.7901849746704102 - ] - ], - [ - 0.2590579390525818, - [ - -9.661418914794922, - 0.09418559074401855, - -0.4890953004360199 - ] - ], - [ - 0.3025362193584442, - [ - -9.65466022491455, - 0.09418559074401855, - -0.14034536480903625 - ] - ], - [ - 0.34601446986198425, - [ - -9.645228385925293, - 0.09418559074401855, - 0.249040886759758 - ] - ], - [ - 0.3894927203655243, - [ - -9.63267707824707, - 0.09418559074401855, - 0.6720405220985413 - ] - ], - [ - 0.43297097086906433, - [ - -9.616560935974121, - 0.09418559074401855, - 1.1216301918029785 - ] - ], - [ - 0.47644922137260437, - [ - -9.596434593200684, - 0.09418559074401855, - 1.5907866954803467 - ] - ], - [ - 0.5199275016784668, - [ - -9.571852684020996, - 0.09418559074401855, - 2.0724871158599854 - ] - ], - [ - 0.5634058117866516, - [ - -9.54236888885498, - 0.09418559074401855, - 2.559708595275879 - ] - ], - [ - 0.6068840622901917, - [ - -9.507536888122559, - 0.09418559074401855, - 3.0454254150390625 - ] - ], - [ - 0.6503623127937317, - [ - -9.466913223266602, - 0.09418559074401855, - 3.5226166248321533 - ] - ], - [ - 0.6938405632972717, - [ - -9.420050621032715, - 0.09418559074401855, - 3.9842586517333984 - ] - ], - [ - 0.7373188138008118, - [ - -9.366503715515137, - 0.09418559074401855, - 4.423327445983887 - ] - ], - [ - 0.7807970643043518, - [ - -9.305827140808105, - 0.09418559074401855, - 4.832800388336182 - ] - ], - [ - 0.8242753148078918, - [ - -9.237576484680176, - 0.09418559074401855, - 5.205653667449951 - ] - ], - [ - 0.8677535653114319, - [ - -9.161303520202637, - 0.09418559074401855, - 5.53486442565918 - ] - ], - [ - 0.9112318158149719, - [ - -9.07656478881836, - 0.09418559074401855, - 5.813409805297852 - ] - ], - [ - 0.9547101259231567, - [ - -8.982913970947266, - 0.09418559074401855, - 6.034265995025635 - ] - ], - [ - 0.9981883764266968, - [ - -8.879905700683594, - 0.09418559074401855, - 6.190409183502197 - ] - ], - [ - 1.0416666269302368, - [ - -8.767093658447266, - 0.09418559074401855, - 6.27481746673584 - ] - ], - [ - 1.0833332538604736, - [ - -8.60712718963623, - 0.09418559074401855, - 6.311720371246338 - ] - ], - [ - 1.125, - [ - -8.361784934997559, - 0.09418559074401855, - 6.335757255554199 - ] - ], - [ - 1.1666666269302368, - [ - -8.04405403137207, - 0.09418559074401855, - 6.349740505218506 - ] - ], - [ - 1.2083332538604736, - [ - -7.666917324066162, - 0.09418559074401855, - 6.356481552124023 - ] - ], - [ - 1.25, - [ - -7.243358135223389, - 0.09418559074401855, - 6.35879373550415 - ] - ], - [ - 1.2916666269302368, - [ - -6.78636360168457, - 0.09418559074401855, - 6.359489440917969 - ] - ], - [ - 1.3333332538604736, - [ - -6.30891752243042, - 0.09418559074401855, - 6.3613810539245605 - ] - ], - [ - 1.375, - [ - -5.824002742767334, - 0.09418559074401855, - 6.367280960083008 - ] - ], - [ - 1.4166667461395264, - [ - -5.3446044921875, - 0.09418559074401855, - 6.380001544952393 - ] - ], - [ - 1.4583333730697632, - [ - -4.8837103843688965, - 0.09418559074401855, - 6.402355670928955 - ] - ], - [ - 1.5, - [ - -4.4543023109436035, - 0.09418559074401855, - 6.437155246734619 - ] - ], - [ - 1.546296238899231, - [ - -3.967998743057251, - 0.09418559074401855, - 6.4977803230285645 - ] - ], - [ - 1.5925925970077515, - [ - -3.4332926273345947, - 0.09418559074401855, - 6.58125638961792 - ] - ], - [ - 1.6388888359069824, - [ - -2.8720433712005615, - 0.09418559074401855, - 6.679851531982422 - ] - ], - [ - 1.685185194015503, - [ - -2.306103229522705, - 0.09418559074401855, - 6.7858357429504395 - ] - ], - [ - 1.7314814329147339, - [ - -1.7573308944702148, - 0.09418559074401855, - 6.891476154327393 - ] - ], - [ - 1.7777776718139648, - [ - -1.2475804090499878, - 0.09418559074401855, - 6.989042282104492 - ] - ], - [ - 1.8240740299224854, - [ - -0.7987064719200134, - 0.09418559074401855, - 7.070802211761475 - ] - ], - [ - 1.8703703880310059, - [ - -0.43256571888923645, - 0.09418559074401855, - 7.129024028778076 - ] - ], - [ - 1.9166666269302368, - [ - -0.1710147261619568, - 0.09418559074401855, - 7.155977725982666 - ] - ], - [ - 1.9603173732757568, - [ - 0.011811807751655579, - 0.09418559074401855, - 7.1604790687561035 - ] - ], - [ - 2.0039682388305664, - [ - 0.17983412742614746, - 0.09418559074401855, - 7.1581926345825195 - ] - ], - [ - 2.047619104385376, - [ - 0.33365553617477417, - 0.09418559074401855, - 7.150163650512695 - ] - ], - [ - 2.0912697315216064, - [ - 0.4738791286945343, - 0.09418559074401855, - 7.1374359130859375 - ] - ], - [ - 2.134920597076416, - [ - 0.6011103391647339, - 0.09418559074401855, - 7.121053218841553 - ] - ], - [ - 2.1785714626312256, - [ - 0.7159521579742432, - 0.09418559074401855, - 7.102059364318848 - ] - ], - [ - 2.222222089767456, - [ - 0.8190079927444458, - 0.09418559074401855, - 7.081497669219971 - ] - ], - [ - 2.2658729553222656, - [ - 0.9108827710151672, - 0.09418559074401855, - 7.060412883758545 - ] - ], - [ - 2.309523820877075, - [ - 0.9921797513961792, - 0.09418559074401855, - 7.039849281311035 - ] - ], - [ - 2.3531744480133057, - [ - 1.0635024309158325, - 0.09418559074401855, - 7.020849704742432 - ] - ], - [ - 2.3968253135681152, - [ - 1.1254554986953735, - 0.09418559074401855, - 7.004458427429199 - ] - ], - [ - 2.440476179122925, - [ - 1.1786423921585083, - 0.09418559074401855, - 6.991719722747803 - ] - ], - [ - 2.4841270446777344, - [ - 1.223666787147522, - 0.09418559074401855, - 6.983677387237549 - ] - ], - [ - 2.527777671813965, - [ - 1.2611325979232788, - 0.09418559074401855, - 6.981375217437744 - ] - ], - [ - 2.5714285373687744, - [ - 1.2916439771652222, - 0.09418559074401855, - 6.985857009887695 - ] - ], - [ - 2.615079402923584, - [ - 1.3158044815063477, - 0.09418559074401855, - 6.998166561126709 - ] - ], - [ - 2.6587300300598145, - [ - 1.3342180252075195, - 0.09418559074401855, - 7.01934814453125 - ] - ], - [ - 2.702380895614624, - [ - 1.3474886417388916, - 0.09418559074401855, - 7.050446033477783 - ] - ], - [ - 2.7460317611694336, - [ - 1.356220006942749, - 0.09418559074401855, - 7.092503547668457 - ] - ], - [ - 2.789682388305664, - [ - 1.3610159158706665, - 0.09418559074401855, - 7.146564960479736 - ] - ], - [ - 2.8333332538604736, - [ - 1.3624804019927979, - 0.09418559074401855, - 7.2136735916137695 - ] - ], - [ - 2.875, - [ - 1.3581349849700928, - 0.09418559074401855, - 7.2844624519348145 - ] - ], - [ - 2.9166665077209473, - [ - 1.345555305480957, - 0.09418559074401855, - 7.355829238891602 - ] - ], - [ - 2.9583332538604736, - [ - 1.325426697731018, - 0.09418559074401855, - 7.428125858306885 - ] - ], - [ - 3.0, - [ - 1.2984344959259033, - 0.09418559074401855, - 7.501706600189209 - ] - ], - [ - 3.0416665077209473, - [ - 1.2652639150619507, - 0.09418559074401855, - 7.57692289352417 - ] - ], - [ - 3.0833332538604736, - [ - 1.226600170135498, - 0.09418559074401855, - 7.654128074645996 - ] - ], - [ - 3.125, - [ - 1.1831283569335938, - 0.09418559074401855, - 7.733675003051758 - ] - ], - [ - 3.1666665077209473, - [ - 1.1355342864990234, - 0.09418559074401855, - 7.815915584564209 - ] - ], - [ - 3.2083332538604736, - [ - 1.0845024585723877, - 0.09418559074401855, - 7.9012041091918945 - ] - ], - [ - 3.25, - [ - 1.0307185649871826, - 0.09418559074401855, - 7.98989200592041 - ] - ], - [ - 3.2916665077209473, - [ - 0.9748679995536804, - 0.09418559074401855, - 8.082331657409668 - ] - ], - [ - 3.3333332538604736, - [ - 0.9176355600357056, - 0.09418559074401855, - 8.178877830505371 - ] - ], - [ - 3.375, - [ - 0.8597067594528198, - 0.09418559074401855, - 8.27988338470459 - ] - ], - [ - 3.4166665077209473, - [ - 0.8017671704292297, - 0.09418559074401855, - 8.385698318481445 - ] - ], - [ - 3.4583332538604736, - [ - 0.7445012927055359, - 0.09418559074401855, - 8.49667739868164 - ] - ], - [ - 3.5, - [ - 0.6885948777198792, - 0.09418559074401855, - 8.613173484802246 - ] - ], - [ - 3.5416667461395264, - [ - 0.6300472617149353, - 0.09418559074401855, - 8.73896312713623 - ] - ], - [ - 3.5833332538604736, - [ - 0.5651715993881226, - 0.09418559074401855, - 8.876543998718262 - ] - ], - [ - 3.625, - [ - 0.4951225519180298, - 0.09418559074401855, - 9.024348258972168 - ] - ], - [ - 3.6666667461395264, - [ - 0.42105579376220703, - 0.09418559074401855, - 9.18080997467041 - ] - ], - [ - 3.7083332538604736, - [ - 0.34412720799446106, - 0.09418559074401855, - 9.344359397888184 - ] - ], - [ - 3.75, - [ - 0.265491247177124, - 0.09418559074401855, - 9.513432502746582 - ] - ], - [ - 3.7916667461395264, - [ - 0.18630369007587433, - 0.09418559074401855, - 9.686461448669434 - ] - ], - [ - 3.8333332538604736, - [ - 0.10772033780813217, - 0.09418559074401855, - 9.86187744140625 - ] - ], - [ - 3.875, - [ - 0.030895695090293884, - 0.09418559074401855, - 10.038114547729492 - ] - ], - [ - 3.9166667461395264, - [ - -0.04301442950963974, - 0.09418559074401855, - 10.213604927062988 - ] - ], - [ - 3.9583332538604736, - [ - -0.11285428702831268, - 0.09418559074401855, - 10.38677978515625 - ] - ], - [ - 4.0, - [ - -0.17746934294700623, - 0.09418559074401855, - 10.556077003479004 - ] - ], - [ - 4.048611164093018, - [ - -0.24290594458580017, - 0.09418559074401855, - 10.753725051879883 - ] - ], - [ - 4.097222328186035, - [ - -0.29778769612312317, - 0.09418559074401855, - 10.956296920776367 - ] - ], - [ - 4.1458330154418945, - [ - -0.3456324338912964, - 0.09418559074401855, - 11.162152290344238 - ] - ], - [ - 4.24305534362793, - [ - -0.4342862665653229, - 0.09418559074401855, - 11.577146530151367 - ] - ], - [ - 4.291666507720947, - [ - -0.4821314513683319, - 0.09418559074401855, - 11.783002853393555 - ] - ], - [ - 4.3333330154418945, - [ - -0.49695467948913574, - 0.09418559074401855, - 11.782537460327148 - ] - ], - [ - 4.375, - [ - -0.5058487057685852, - 0.09418559074401855, - 11.782258033752441 - ] - ], - [ - 4.583333492279053, - [ - -0.5058487057685852, - 0.09418559074401855, - 11.782258033752441 - ] - ], - [ - 4.625, - [ - -0.5283166766166687, - 0.16509220004081726, - 11.677693367004395 - ] - ], - [ - 4.6666669845581055, - [ - -0.5876287221908569, - 0.36240580677986145, - 11.40809154510498 - ] - ], - [ - 4.708333492279053, - [ - -0.671644926071167, - 0.6630096435546875, - 11.039600372314453 - ] - ], - [ - 4.75, - [ - -0.7682272791862488, - 1.0437934398651123, - 10.638357162475586 - ] - ], - [ - 4.7916669845581055, - [ - -0.8652384877204895, - 1.4816503524780273, - 10.270499229431152 - ] - ], - [ - 4.833333492279053, - [ - -0.9505378007888794, - 1.9534581899642944, - 10.002177238464355 - ] - ], - [ - 4.875, - [ - -1.0262415409088135, - 2.517282009124756, - 9.819084167480469 - ] - ], - [ - 4.9166669845581055, - [ - -1.1024527549743652, - 3.211566209793091, - 9.659829139709473 - ] - ], - [ - 4.958333492279053, - [ - -1.1790114641189575, - 3.9837515354156494, - 9.519914627075195 - ] - ], - [ - 5.0, - [ - -1.2557604312896729, - 4.781300067901611, - 9.394840240478516 - ] - ], - [ - 5.0416669845581055, - [ - -1.3325419425964355, - 5.551675796508789, - 9.280104637145996 - ] - ], - [ - 5.083333492279053, - [ - -1.409196138381958, - 6.242316246032715, - 9.171210289001465 - ] - ], - [ - 5.125, - [ - -1.4855659008026123, - 6.800686836242676, - 9.063654899597168 - ] - ], - [ - 5.1666669845581055, - [ - -1.5614935159683228, - 7.174245357513428, - 8.9529390335083 - ] - ], - [ - 5.208333492279053, - [ - -1.6368190050125122, - 7.310439109802246, - 8.834564208984375 - ] - ], - [ - 5.25694465637207, - [ - -1.7355812788009644, - 7.178369998931885, - 8.691437721252441 - ] - ], - [ - 5.305555820465088, - [ - -1.8476406335830688, - 6.847802639007568, - 8.55095386505127 - ] - ], - [ - 5.3541669845581055, - [ - -1.959059476852417, - 6.417191028594971, - 8.413485527038574 - ] - ], - [ - 5.402777671813965, - [ - -2.0558993816375732, - 5.984996318817139, - 8.27940559387207 - ] - ], - [ - 5.451388835906982, - [ - -2.1242246627807617, - 5.64966344833374, - 8.149085998535156 - ] - ], - [ - 5.5, - [ - -2.150097131729126, - 5.509652137756348, - 8.022899627685547 - ] - ], - [ - 5.541666507720947, - [ - -2.085587501525879, - 5.50692892074585, - 7.984315395355225 - ] - ], - [ - 5.5833330154418945, - [ - -1.818044900894165, - 6.056537628173828, - 7.8658013343811035 - ] - ], - [ - 5.625, - [ - -1.4302970170974731, - 6.777668476104736, - 7.608185291290283 - ] - ], - [ - 5.666666507720947, - [ - -0.8942506909370422, - 7.045321464538574, - 7.118077754974365 - ] - ], - [ - 5.708333492279053, - [ - -0.310958594083786, - 7.183042049407959, - 6.5364580154418945 - ] - ], - [ - 5.75, - [ - 0.08407820016145706, - 7.222017288208008, - 6.014547348022461 - ] - ], - [ - 5.7916669845581055, - [ - 0.2138226330280304, - 7.127874374389648, - 5.82729959487915 - ] - ], - [ - 5.833333492279053, - [ - 0.23235706984996796, - 6.468883991241455, - 5.39988899230957 - ] - ], - [ - 5.875, - [ - -9.67070198059082, - 0.09418559074401855, - -1.3774800300598145 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716031156_1491508.json b/lenses/physics-objects/Scene/assets/1645812716031156_1491508.json deleted file mode 100644 index c5161c13..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716031156_1491508.json +++ /dev/null @@ -1,1054 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716031156:1491508", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 0.0416666679084301, - [ - 2.495501337676528e-18, - 2.495501337676528e-18, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 0.08514492213726044, - [ - 0.0030074631795287132, - 0.0030074631795287132, - 0.7071003913879395, - 0.7071003913879395 - ] - ], - [ - 0.12862318754196167, - [ - 0.01167026162147522, - 0.01167026162147522, - 0.7070105075836182, - 0.7070105075836182 - ] - ], - [ - 0.1721014529466629, - [ - 0.025445813313126564, - 0.025445813313126564, - 0.7066488265991211, - 0.7066488265991211 - ] - ], - [ - 0.21557970345020294, - [ - 0.04378232732415199, - 0.04378232732415199, - 0.705750048160553, - 0.705750048160553 - ] - ], - [ - 0.2590579390525818, - [ - 0.06611257791519165, - 0.06611257791519165, - 0.7040093541145325, - 0.7040093541145325 - ] - ], - [ - 0.3025362193584442, - [ - 0.0918492004275322, - 0.0918492004275322, - 0.7011160850524902, - 0.7011160850524902 - ] - ], - [ - 0.34601446986198425, - [ - 0.12038297951221466, - 0.12038297951221466, - 0.6967840194702148, - 0.6967840194702148 - ] - ], - [ - 0.3894927203655243, - [ - 0.1510850489139557, - 0.1510850489139557, - 0.6907773613929749, - 0.6907773613929749 - ] - ], - [ - 0.43297097086906433, - [ - 0.18331287801265717, - 0.18331287801265717, - 0.6829321980476379, - 0.6829321980476379 - ] - ], - [ - 0.47644922137260437, - [ - 0.21641972661018372, - 0.21641972661018372, - 0.6731734871864319, - 0.6731734871864319 - ] - ], - [ - 0.5199275016784668, - [ - 0.249767005443573, - 0.249767005443573, - 0.6615258455276489, - 0.6615258455276489 - ] - ], - [ - 0.5634058117866516, - [ - 0.28273794054985046, - 0.28273794054985046, - 0.6481198072433472, - 0.6481198072433472 - ] - ], - [ - 0.6068840622901917, - [ - 0.3147513270378113, - 0.3147513270378113, - 0.6331915855407715, - 0.6331915855407715 - ] - ], - [ - 0.6503623127937317, - [ - 0.3452744483947754, - 0.3452744483947754, - 0.6170783042907715, - 0.6170783042907715 - ] - ], - [ - 0.6938405632972717, - [ - 0.37383243441581726, - 0.37383243441581726, - 0.6002077460289001, - 0.6002077460289001 - ] - ], - [ - 0.7373188138008118, - [ - 0.4000147581100464, - 0.4000147581100464, - 0.5830850601196289, - 0.5830850601196289 - ] - ], - [ - 0.7807970643043518, - [ - 0.4234754145145416, - 0.4234754145145416, - 0.5662761330604553, - 0.5662761330604553 - ] - ], - [ - 0.8242753148078918, - [ - 0.44392848014831543, - 0.44392848014831543, - 0.550388514995575, - 0.550388514995575 - ] - ], - [ - 0.8677535653114319, - [ - 0.4611375033855438, - 0.4611375033855438, - 0.5360525250434875, - 0.5360525250434875 - ] - ], - [ - 0.9112318158149719, - [ - 0.4748983681201935, - 0.4748983681201935, - 0.5239003896713257, - 0.5239003896713257 - ] - ], - [ - 0.9547101259231567, - [ - 0.4850176274776459, - 0.4850176274776459, - 0.5145463943481445, - 0.5145463943481445 - ] - ], - [ - 0.9981883764266968, - [ - 0.49128514528274536, - 0.49128514528274536, - 0.5085655450820923, - 0.5085655450820923 - ] - ], - [ - 1.0416666269302368, - [ - 0.49344372749328613, - 0.49344372749328613, - 0.5064713954925537, - 0.5064713954925537 - ] - ], - [ - 1.125, - [ - 0.49325016140937805, - 0.49325016140937805, - 0.5066599249839783, - 0.5066599249839783 - ] - ], - [ - 1.1666666269302368, - [ - 0.4927901327610016, - 0.4927901327610016, - 0.5071073770523071, - 0.5071073770523071 - ] - ], - [ - 1.2083332538604736, - [ - 0.49189311265945435, - 0.49189311265945435, - 0.5079775452613831, - 0.5079775452613831 - ] - ], - [ - 1.25, - [ - 0.4904109537601471, - 0.4904109537601471, - 0.5094086527824402, - 0.5094086527824402 - ] - ], - [ - 1.2916666269302368, - [ - 0.48819202184677124, - 0.48819202184677124, - 0.5115354657173157, - 0.5115354657173157 - ] - ], - [ - 1.3333332538604736, - [ - 0.48507988452911377, - 0.48507988452911377, - 0.514487624168396, - 0.514487624168396 - ] - ], - [ - 1.375, - [ - 0.48091092705726624, - 0.48091092705726624, - 0.5183866024017334, - 0.5183866024017334 - ] - ], - [ - 1.4166667461395264, - [ - 0.47551193833351135, - 0.47551193833351135, - 0.5233435034751892, - 0.5233435034751892 - ] - ], - [ - 1.4583333730697632, - [ - 0.46869778633117676, - 0.46869778633117676, - 0.5294548869132996, - 0.5294548869132996 - ] - ], - [ - 1.5, - [ - 0.46026846766471863, - 0.46026846766471863, - 0.5367987751960754, - 0.5367987751960754 - ] - ], - [ - 1.546296238899231, - [ - 0.44041651487350464, - 0.44041651487350464, - 0.553202748298645, - 0.553202748298645 - ] - ], - [ - 1.5925925970077515, - [ - 0.40328624844551086, - 0.40328624844551086, - 0.5808271765708923, - 0.5808271765708923 - ] - ], - [ - 1.6388888359069824, - [ - 0.35154467821121216, - 0.35154467821121216, - 0.6135278344154358, - 0.6135278344154358 - ] - ], - [ - 1.685185194015503, - [ - 0.2886608839035034, - 0.2886608839035034, - 0.645503580570221, - 0.645503580570221 - ] - ], - [ - 1.7314814329147339, - [ - 0.21933740377426147, - 0.21933740377426147, - 0.6722285151481628, - 0.6722285151481628 - ] - ], - [ - 1.7777776718139648, - [ - 0.14938928186893463, - 0.14938928186893463, - 0.6911460161209106, - 0.6911460161209106 - ] - ], - [ - 1.8240740299224854, - [ - 0.0852532833814621, - 0.0852532833814621, - 0.7019486427307129, - 0.7019486427307129 - ] - ], - [ - 1.8703703880310059, - [ - 0.03340994566679001, - 0.03340994566679001, - 0.7063170671463013, - 0.7063170671463013 - ] - ], - [ - 1.9166666269302368, - [ - 1.8137910728910356e-08, - 1.8137910728910356e-08, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 1.9603173732757568, - [ - -0.019992705434560776, - -0.019992705434560776, - 0.7068241238594055, - 0.7068241238594055 - ] - ], - [ - 2.0039682388305664, - [ - -0.038069579750299454, - -0.038069579750299454, - 0.7060812711715698, - 0.7060812711715698 - ] - ], - [ - 2.047619104385376, - [ - -0.054319366812705994, - -0.054319366812705994, - 0.7050173282623291, - 0.7050173282623291 - ] - ], - [ - 2.0912697315216064, - [ - -0.06883607804775238, - -0.06883607804775238, - 0.7037482261657715, - 0.7037482261657715 - ] - ], - [ - 2.134920597076416, - [ - -0.08171728998422623, - -0.08171728998422623, - 0.7023690938949585, - 0.7023690938949585 - ] - ], - [ - 2.1785714626312256, - [ - -0.09306227415800095, - -0.09306227415800095, - 0.7009561061859131, - 0.7009561061859131 - ] - ], - [ - 2.222222089767456, - [ - -0.10297118127346039, - -0.10297118127346039, - 0.6995691061019897, - 0.6995691061019897 - ] - ], - [ - 2.2658729553222656, - [ - -0.11154445260763168, - -0.11154445260763168, - 0.6982534527778625, - 0.6982534527778625 - ] - ], - [ - 2.309523820877075, - [ - -0.11888186633586884, - -0.11888186633586884, - 0.6970416903495789, - 0.6970416903495789 - ] - ], - [ - 2.3531744480133057, - [ - -0.1250825971364975, - -0.1250825971364975, - 0.695955753326416, - 0.695955753326416 - ] - ], - [ - 2.3968253135681152, - [ - -0.1302449256181717, - -0.1302449256181717, - 0.6950080990791321, - 0.6950080990791321 - ] - ], - [ - 2.440476179122925, - [ - -0.13446618616580963, - -0.13446618616580963, - 0.694203794002533, - 0.694203794002533 - ] - ], - [ - 2.4841270446777344, - [ - -0.13784271478652954, - -0.13784271478652954, - 0.6935412287712097, - 0.6935412287712097 - ] - ], - [ - 2.527777671813965, - [ - -0.14047008752822876, - -0.14047008752822876, - 0.6930138468742371, - 0.6930138468742371 - ] - ], - [ - 2.5714285373687744, - [ - -0.1424431949853897, - -0.1424431949853897, - 0.6926109790802002, - 0.6926109790802002 - ] - ], - [ - 2.615079402923584, - [ - -0.14385628700256348, - -0.14385628700256348, - 0.692318856716156, - 0.692318856716156 - ] - ], - [ - 2.6587300300598145, - [ - -0.14480319619178772, - -0.14480319619178772, - 0.6921214461326599, - 0.6921214461326599 - ] - ], - [ - 2.702380895614624, - [ - -0.14537739753723145, - -0.14537739753723145, - 0.6920010447502136, - 0.6920010447502136 - ] - ], - [ - 2.7460317611694336, - [ - -0.1456722468137741, - -0.1456722468137741, - 0.6919390559196472, - 0.6919390559196472 - ] - ], - [ - 2.9166665077209473, - [ - -0.14587771892547607, - -0.14587771892547607, - 0.6918957233428955, - 0.6918957233428955 - ] - ], - [ - 3.2916665077209473, - [ - -0.14725059270858765, - -0.14725059270858765, - 0.6916048526763916, - 0.6916048526763916 - ] - ], - [ - 3.5, - [ - -0.14768961071968079, - -0.14768961071968079, - 0.6915112137794495, - 0.6915112137794495 - ] - ], - [ - 3.5416667461395264, - [ - -0.14671172201633453, - -0.14671172201633453, - 0.6917193531990051, - 0.6917193531990051 - ] - ], - [ - 3.5833332538604736, - [ - -0.14393149316310883, - -0.14393149316310883, - 0.6923032402992249, - 0.6923032402992249 - ] - ], - [ - 3.625, - [ - -0.13957741856575012, - -0.13957741856575012, - 0.6931941509246826, - 0.6931941509246826 - ] - ], - [ - 3.6666667461395264, - [ - -0.13387709856033325, - -0.13387709856033325, - 0.6943175792694092, - 0.6943175792694092 - ] - ], - [ - 3.7083332538604736, - [ - -0.12705831229686737, - -0.12705831229686737, - 0.6955977082252502, - 0.6955977082252502 - ] - ], - [ - 3.75, - [ - -0.11934985220432281, - -0.11934985220432281, - 0.6969617009162903, - 0.6969617009162903 - ] - ], - [ - 3.7916667461395264, - [ - -0.11098233610391617, - -0.11098233610391617, - 0.6983429789543152, - 0.6983429789543152 - ] - ], - [ - 3.9166667461395264, - [ - -0.0842617005109787, - -0.0842617005109787, - 0.7020683884620667, - 0.7020683884620667 - ] - ], - [ - 3.9583332538604736, - [ - -0.0756036564707756, - -0.0756036564707756, - 0.7030534148216248, - 0.7030534148216248 - ] - ], - [ - 4.048611164093018, - [ - -0.05772063508629799, - -0.05772063508629799, - 0.7047470211982727, - 0.7047470211982727 - ] - ], - [ - 4.097222328186035, - [ - -0.04690207168459892, - -0.04690207168459892, - 0.7055495977401733, - 0.7055495977401733 - ] - ], - [ - 4.1458330154418945, - [ - -0.03536488488316536, - -0.03536488488316536, - 0.706221878528595, - 0.706221878528595 - ] - ], - [ - 4.24305534362793, - [ - -0.011556523852050304, - -0.011556523852050304, - 0.7070123553276062, - 0.7070123553276062 - ] - ], - [ - 4.291666507720947, - [ - -3.581508067895811e-08, - -3.581508067895811e-08, - 0.7071068286895752, - 0.7071068286895752 - ] - ], - [ - 4.3333330154418945, - [ - 0.013553774915635586, - 0.013553774915635586, - 0.7069768905639648, - 0.7069768905639648 - ] - ], - [ - 4.375, - [ - 0.021684134379029274, - 0.021684134379029274, - 0.7067742347717285, - 0.7067742347717285 - ] - ], - [ - 4.416666507720947, - [ - 0.016645191237330437, - 0.02368791587650776, - 0.7067415118217468, - 0.7068792581558228 - ] - ], - [ - 4.458333492279053, - [ - 0.0022662740666419268, - 0.026111336424946785, - 0.7068771719932556, - 0.7068505883216858 - ] - ], - [ - 4.5, - [ - -0.020333372056484222, - 0.02355208434164524, - 0.707565426826477, - 0.7059624791145325 - ] - ], - [ - 4.5416669845581055, - [ - -0.04997064918279648, - 0.010560659691691399, - 0.7090390920639038, - 0.7033172249794006 - ] - ], - [ - 4.583333492279053, - [ - -0.0853147804737091, - -0.01837030239403248, - 0.7107880711555481, - 0.697971522808075 - ] - ], - [ - 4.625, - [ - -0.1204303428530693, - -0.08883936703205109, - 0.7387874722480774, - 0.6571127772331238 - ] - ], - [ - 4.6666669845581055, - [ - -0.1314074546098709, - -0.20840372145175934, - 0.7914378643035889, - 0.5593979954719543 - ] - ], - [ - 4.708333492279053, - [ - -0.09469013661146164, - -0.3439171314239502, - 0.8304664492607117, - 0.42787885665893555 - ] - ], - [ - 4.75, - [ - -0.011706157587468624, - -0.45520904660224915, - 0.8406692743301392, - 0.29312610626220703 - ] - ], - [ - 4.7916669845581055, - [ - 0.0876055434346199, - -0.5159078240394592, - 0.8333135843276978, - 0.17819347977638245 - ] - ], - [ - 4.833333492279053, - [ - 0.16122226417064667, - -0.5241073966026306, - 0.8314098119735718, - 0.08986974507570267 - ] - ], - [ - 4.875, - [ - 0.18801303207874298, - -0.492733359336853, - 0.8496242165565491, - 0.0019063843647018075 - ] - ], - [ - 4.9166669845581055, - [ - 0.17180487513542175, - -0.43595537543296814, - 0.8770284056663513, - -0.10605287551879883 - ] - ], - [ - 4.958333492279053, - [ - 0.11157361418008804, - -0.3642747104167938, - 0.8984401226043701, - -0.21831363439559937 - ] - ], - [ - 5.0, - [ - 0.013157597742974758, - -0.28867846727371216, - 0.9039316773414612, - -0.3152763247489929 - ] - ], - [ - 5.0416669845581055, - [ - -0.10835019499063492, - -0.2204747498035431, - 0.8911035060882568, - -0.381556898355484 - ] - ], - [ - 5.083333492279053, - [ - -0.23162025213241577, - -0.16854575276374817, - 0.8645337224006653, - -0.41294804215431213 - ] - ], - [ - 5.125, - [ - -0.33563748002052307, - -0.13692988455295563, - 0.832621693611145, - -0.41873475909233093 - ] - ], - [ - 5.1666669845581055, - [ - -0.4050189256668091, - -0.1246672123670578, - 0.8034262657165527, - -0.41823944449424744 - ] - ], - [ - 5.208333492279053, - [ - -0.43004098534584045, - -0.1277487725019455, - 0.7814527153968811, - -0.4336780309677124 - ] - ], - [ - 5.25694465637207, - [ - -0.41366496682167053, - -0.12556540966033936, - 0.7669822573661804, - -0.474186509847641 - ] - ], - [ - 5.305555820465088, - [ - 0.3718229830265045, - 0.09899977594614029, - -0.7606257796287537, - 0.5228720307350159 - ] - ], - [ - 5.3541669845581055, - [ - 0.3134276866912842, - 0.05254475027322769, - -0.7556053996086121, - 0.5727675557136536 - ] - ], - [ - 5.402777671813965, - [ - 0.24639031291007996, - -0.0064284526742994785, - -0.748015284538269, - 0.6162171959877014 - ] - ], - [ - 5.451388835906982, - [ - 0.17876580357551575, - -0.06852079182863235, - -0.73764967918396, - 0.6474725008010864 - ] - ], - [ - 5.5, - [ - 0.11908099800348282, - -0.12360430508852005, - -0.7276449799537659, - 0.6641343832015991 - ] - ], - [ - 5.541666507720947, - [ - 0.06760679185390472, - -0.1598530262708664, - -0.7622240781784058, - 0.6236110925674438 - ] - ], - [ - 5.5833330154418945, - [ - 0.02140398882329464, - -0.17589563131332397, - -0.8158366084098816, - 0.5504663586616516 - ] - ], - [ - 5.625, - [ - 0.01699557527899742, - 0.18392212688922882, - 0.8559622764587402, - -0.48292067646980286 - ] - ], - [ - 5.666666507720947, - [ - 0.025203829631209373, - 0.23550863564014435, - 0.8632447123527527, - -0.4457681477069855 - ] - ], - [ - 5.708333492279053, - [ - 0.013152061030268669, - 0.32107841968536377, - 0.8466157913208008, - -0.4242376685142517 - ] - ], - [ - 5.75, - [ - 0.004485798068344593, - 0.36535710096359253, - 0.8320983052253723, - -0.41726064682006836 - ] - ], - [ - 5.833333492279053, - [ - 0.004485798068344593, - 0.36535710096359253, - 0.8320983052253723, - -0.41726064682006836 - ] - ], - [ - 5.875, - [ - 0.0, - 0.0, - 0.7071068286895752, - 0.7071068286895752 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716031523_1491515.json b/lenses/physics-objects/Scene/assets/1645812716031523_1491515.json deleted file mode 100644 index cd2e5a8e..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716031523_1491515.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716031523:1491515", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 5.625, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 5.666666507720947, - [ - 0.9722633957862854, - 0.9722633957862854, - 0.9722633957862854 - ] - ], - [ - 5.708333492279053, - [ - 0.8960840106010437, - 0.8960840106010437, - 0.8960840106010437 - ] - ], - [ - 5.75, - [ - 0.7820111513137817, - 0.7820111513137817, - 0.7820111513137817 - ] - ], - [ - 5.7916669845581055, - [ - 0.5348658561706543, - 0.5348658561706543, - 0.5348658561706543 - ] - ], - [ - 5.833333492279053, - [ - 0.3524773120880127, - 0.3524773120880127, - 0.3524773120880127 - ] - ], - [ - 5.875, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1645812716031774_1491522.json b/lenses/physics-objects/Scene/assets/1645812716031774_1491522.json deleted file mode 100644 index 86dde08f..00000000 --- a/lenses/physics-objects/Scene/assets/1645812716031774_1491522.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1645812716031774:1491522", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 1 - ], - [ - 5.875, - 1 - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292311176_202357.json b/lenses/physics-objects/Scene/assets/1646688292311176_202357.json deleted file mode 100644 index 1b248668..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292311176_202357.json +++ /dev/null @@ -1,1602 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292311176:202357", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.455559730529785, - 74.6678237915039, - -9.015266418457031 - ] - ], - [ - 0.03333333507180214, - [ - -7.455559730529785, - 74.6678237915039, - -9.015266418457031 - ] - ], - [ - 0.06666667014360428, - [ - -7.532705307006836, - 74.81471252441406, - -9.450799942016602 - ] - ], - [ - 0.10000000149011612, - [ - -7.675404071807861, - 74.93197631835938, - -9.928635597229004 - ] - ], - [ - 0.13333334028720856, - [ - -7.625034332275391, - 75.04377746582031, - -10.568943977355957 - ] - ], - [ - 0.1666666716337204, - [ - -7.5475311279296875, - 75.13177490234375, - -11.256538391113281 - ] - ], - [ - 0.20000000298023224, - [ - -7.445503234863281, - 75.1952133178711, - -11.982048988342285 - ] - ], - [ - 0.23333333432674408, - [ - -7.323193550109863, - 75.2343978881836, - -12.737027168273926 - ] - ], - [ - 0.2666666805744171, - [ - -7.185184955596924, - 75.24962615966797, - -13.513616561889648 - ] - ], - [ - 0.30000001192092896, - [ - -7.036230564117432, - 75.2411880493164, - -14.304441452026367 - ] - ], - [ - 0.3333333432674408, - [ - -6.881579875946045, - 75.21034240722656, - -15.102567672729492 - ] - ], - [ - 0.36666667461395264, - [ - -6.72665548324585, - 75.15892791748047, - -15.90137004852295 - ] - ], - [ - 0.4000000059604645, - [ - -6.576344013214111, - 75.08747100830078, - -16.69438362121582 - ] - ], - [ - 0.4333333373069763, - [ - -6.435347557067871, - 74.99613189697266, - -17.475299835205078 - ] - ], - [ - 0.46666666865348816, - [ - -6.308165550231934, - 74.8847427368164, - -18.237934112548828 - ] - ], - [ - 0.5, - [ - -5.767541885375977, - 74.75993347167969, - -18.74352264404297 - ] - ], - [ - 0.5333333611488342, - [ - -4.503533363342285, - 74.67463684082031, - -18.845470428466797 - ] - ], - [ - 0.5666666626930237, - [ - -2.69787335395813, - 74.7171630859375, - -18.673486709594727 - ] - ], - [ - 0.6000000238418579, - [ - -0.5484547019004822, - 74.96461486816406, - -18.348684310913086 - ] - ], - [ - 0.6333333253860474, - [ - 1.7279685735702515, - 75.44397735595703, - -17.98120880126953 - ] - ], - [ - 0.6666666865348816, - [ - 3.9104089736938477, - 76.10652160644531, - -17.672754287719727 - ] - ], - [ - 0.699999988079071, - [ - 5.800729751586914, - 76.83036041259766, - -17.53898811340332 - ] - ], - [ - 0.7333333492279053, - [ - 7.2400288581848145, - 77.43382263183594, - -17.702194213867188 - ] - ], - [ - 0.7666666507720947, - [ - 8.332756996154785, - 77.87077331542969, - -18.042531967163086 - ] - ], - [ - 0.800000011920929, - [ - 9.285577774047852, - 78.23776245117188, - -18.364120483398438 - ] - ], - [ - 0.8333333134651184, - [ - 10.11981201171875, - 78.53618621826172, - -18.66687774658203 - ] - ], - [ - 0.8666666746139526, - [ - 10.857719421386719, - 78.77033233642578, - -18.950740814208984 - ] - ], - [ - 0.8999999761581421, - [ - 11.514102935791016, - 78.94353485107422, - -19.213947296142578 - ] - ], - [ - 0.9333333373069763, - [ - 12.094268798828125, - 79.0599365234375, - -19.455068588256836 - ] - ], - [ - 0.9666666388511658, - [ - 12.60671615600586, - 79.12574768066406, - -19.672958374023438 - ] - ], - [ - 1.0, - [ - 13.059106826782227, - 79.14844512939453, - -19.866722106933594 - ] - ], - [ - 1.0333333015441895, - [ - 13.458816528320313, - 79.14769744873047, - -20.034534454345703 - ] - ], - [ - 1.0666667222976685, - [ - 13.812508583068848, - 79.14128875732422, - -20.17499542236328 - ] - ], - [ - 1.100000023841858, - [ - 14.126100540161133, - 79.13351440429688, - -20.28784942626953 - ] - ], - [ - 1.1333333253860474, - [ - 14.405336380004883, - 79.12815856933594, - -20.37263298034668 - ] - ], - [ - 1.1666666269302368, - [ - 14.654738426208496, - 79.13520812988281, - -20.42827033996582 - ] - ], - [ - 1.2000000476837158, - [ - 14.917223930358887, - 79.18867492675781, - -20.45879554748535 - ] - ], - [ - 1.2333333492279053, - [ - 15.232813835144043, - 79.31243133544922, - -20.46919059753418 - ] - ], - [ - 1.2666666507720947, - [ - 15.587604522705078, - 79.48465728759766, - -20.435863494873047 - ] - ], - [ - 1.2999999523162842, - [ - 15.960200309753418, - 79.6922378540039, - -20.33930206298828 - ] - ], - [ - 1.3333333730697632, - [ - 16.343496322631836, - 79.93931579589844, - -20.186609268188477 - ] - ], - [ - 1.3666666746139526, - [ - 16.73678207397461, - 80.22127532958984, - -19.986217498779297 - ] - ], - [ - 1.399999976158142, - [ - 17.139720916748047, - 80.53348541259766, - -19.746484756469727 - ] - ], - [ - 1.4333332777023315, - [ - 17.55231475830078, - 80.87103271484375, - -19.475666046142578 - ] - ], - [ - 1.4666666984558105, - [ - 17.533462524414063, - 80.87335968017578, - -19.179439544677734 - ] - ], - [ - 1.5, - [ - 16.79340934753418, - 80.35589599609375, - -18.870025634765625 - ] - ], - [ - 1.5333333015441895, - [ - 15.561631202697754, - 79.58238220214844, - -18.565292358398438 - ] - ], - [ - 1.5666667222976685, - [ - 14.094676971435547, - 78.79009246826172, - -18.283403396606445 - ] - ], - [ - 1.600000023841858, - [ - 12.688196182250977, - 78.16291046142578, - -18.041872024536133 - ] - ], - [ - 1.6333333253860474, - [ - 11.672137260437012, - 77.82408142089844, - -17.861696243286133 - ] - ], - [ - 1.6666666269302368, - [ - 11.392717361450195, - 77.85504150390625, - -17.76480484008789 - ] - ], - [ - 1.7000000476837158, - [ - 11.642889022827148, - 78.093994140625, - -17.728403091430664 - ] - ], - [ - 1.7333333492279053, - [ - 11.979986190795898, - 78.31903076171875, - -17.727664947509766 - ] - ], - [ - 1.7666666507720947, - [ - 12.393630027770996, - 78.52352905273438, - -17.77686882019043 - ] - ], - [ - 1.7999999523162842, - [ - 12.866514205932617, - 78.69879150390625, - -17.849157333374023 - ] - ], - [ - 1.8333333730697632, - [ - 13.377538681030273, - 78.82936096191406, - -17.91205406188965 - ] - ], - [ - 1.8666666746139526, - [ - 13.909850120544434, - 78.90638732910156, - -17.971172332763672 - ] - ], - [ - 1.899999976158142, - [ - 14.445600509643555, - 78.92725372314453, - -18.03224754333496 - ] - ], - [ - 1.9333332777023315, - [ - 14.966373443603516, - 78.8912582397461, - -18.10089874267578 - ] - ], - [ - 1.9666666984558105, - [ - 15.478693962097168, - 78.80203247070313, - -18.18919563293457 - ] - ], - [ - 2.0, - [ - 15.986878395080566, - 78.66120147705078, - -18.307537078857422 - ] - ], - [ - 2.0333333015441895, - [ - 16.467348098754883, - 78.46722412109375, - -18.45848846435547 - ] - ], - [ - 2.066666603088379, - [ - 16.895570755004883, - 78.22169494628906, - -18.644269943237305 - ] - ], - [ - 2.0999999046325684, - [ - 17.248510360717773, - 77.92298889160156, - -18.866741180419922 - ] - ], - [ - 2.133333444595337, - [ - 16.947811126708984, - 77.35455322265625, - -19.096887588500977 - ] - ], - [ - 2.1666667461395264, - [ - 15.626241683959961, - 76.44235229492188, - -19.300365447998047 - ] - ], - [ - 2.200000047683716, - [ - 13.578457832336426, - 75.410400390625, - -19.47770118713379 - ] - ], - [ - 2.2333333492279053, - [ - 11.1170654296875, - 74.44929504394531, - -19.63401985168457 - ] - ], - [ - 2.2666666507720947, - [ - 8.576457977294922, - 73.67547607421875, - -19.77360725402832 - ] - ], - [ - 2.299999952316284, - [ - 6.301853656768799, - 73.11625671386719, - -19.895715713500977 - ] - ], - [ - 2.3333332538604736, - [ - 4.63572359085083, - 72.72245788574219, - -19.993534088134766 - ] - ], - [ - 2.366666555404663, - [ - 3.913456439971924, - 72.40784454345703, - -20.058128356933594 - ] - ], - [ - 2.4000000953674316, - [ - 3.8028266429901123, - 72.1070327758789, - -20.086273193359375 - ] - ], - [ - 2.433333396911621, - [ - 3.737023115158081, - 71.80810546875, - -20.07554054260254 - ] - ], - [ - 2.4666666984558105, - [ - 3.6982133388519287, - 71.51560974121094, - -20.024999618530273 - ] - ], - [ - 2.5, - [ - 3.6698050498962402, - 71.23609161376953, - -19.933839797973633 - ] - ], - [ - 2.5333333015441895, - [ - 3.6287384033203125, - 70.97773742675781, - -19.798845291137695 - ] - ], - [ - 2.566666603088379, - [ - 3.551140069961548, - 70.75054931640625, - -19.617633819580078 - ] - ], - [ - 2.5999999046325684, - [ - 3.4125750064849854, - 70.56590270996094, - -19.38855743408203 - ] - ], - [ - 2.633333444595337, - [ - 3.188223123550415, - 70.43291473388672, - -19.110368728637695 - ] - ], - [ - 2.6666667461395264, - [ - 2.8532748222351074, - 70.35816192626953, - -18.781673431396484 - ] - ], - [ - 2.700000047683716, - [ - 2.4496009349823, - 70.33744049072266, - -18.425569534301758 - ] - ], - [ - 2.7333333492279053, - [ - 2.0362515449523926, - 70.36103820800781, - -18.06709098815918 - ] - ], - [ - 2.7666666507720947, - [ - 1.614802598953247, - 70.42709350585938, - -17.70726203918457 - ] - ], - [ - 2.799999952316284, - [ - 1.1869840621948242, - 70.53250122070313, - -17.347087860107422 - ] - ], - [ - 2.8333332538604736, - [ - 0.7543121576309204, - 70.67485046386719, - -16.9876708984375 - ] - ], - [ - 2.866666555404663, - [ - 0.3182767331600189, - 70.85174560546875, - -16.630178451538086 - ] - ], - [ - 2.9000000953674316, - [ - -0.11947067826986313, - 71.05680847167969, - -16.275157928466797 - ] - ], - [ - 2.933333396911621, - [ - -1.2315020561218262, - 71.42778778076172, - -16.488536834716797 - ] - ], - [ - 2.9666666984558105, - [ - -3.1779394149780273, - 72.05461120605469, - -17.373779296875 - ] - ], - [ - 3.0, - [ - -5.207093715667725, - 72.79132843017578, - -18.24189567565918 - ] - ], - [ - 3.0333333015441895, - [ - -6.6513261795043945, - 73.33903503417969, - -18.40132713317871 - ] - ], - [ - 3.066666603088379, - [ - -7.563474655151367, - 73.65436553955078, - -17.957380294799805 - ] - ], - [ - 3.0999999046325684, - [ - -8.399742126464844, - 73.94234466552734, - -17.49000358581543 - ] - ], - [ - 3.133333444595337, - [ - -9.15751838684082, - 74.20105743408203, - -17.010684967041016 - ] - ], - [ - 3.1666667461395264, - [ - -9.83290958404541, - 74.4292221069336, - -16.530317306518555 - ] - ], - [ - 3.200000047683716, - [ - -10.420462608337402, - 74.6261215209961, - -16.059478759765625 - ] - ], - [ - 3.2333333492279053, - [ - -10.914831161499023, - 74.7930679321289, - -15.609408378601074 - ] - ], - [ - 3.2666666507720947, - [ - -11.306347846984863, - 74.93277740478516, - -15.192208290100098 - ] - ], - [ - 3.299999952316284, - [ - -11.575332641601563, - 75.0480728149414, - -14.819973945617676 - ] - ], - [ - 3.3333332538604736, - [ - -11.731008529663086, - 75.15287780761719, - -14.503586769104004 - ] - ], - [ - 3.366666555404663, - [ - -11.833380699157715, - 75.30211639404297, - -14.914491653442383 - ] - ], - [ - 3.4000000953674316, - [ - -11.995293617248535, - 75.43045806884766, - -15.377537727355957 - ] - ], - [ - 3.433333396911621, - [ - -11.96887493133545, - 75.53328704833984, - -15.998108863830566 - ] - ], - [ - 3.4666666984558105, - [ - -11.912632942199707, - 75.6096420288086, - -16.647525787353516 - ] - ], - [ - 3.5, - [ - -11.829568862915039, - 75.65503692626953, - -17.3026065826416 - ] - ], - [ - 3.5333333015441895, - [ - -11.724117279052734, - 75.66539764404297, - -17.94131088256836 - ] - ], - [ - 3.566666603088379, - [ - -11.600850105285645, - 75.63612365722656, - -18.542320251464844 - ] - ], - [ - 3.5999999046325684, - [ - -11.79787826538086, - 75.59088897705078, - -18.807125091552734 - ] - ], - [ - 3.633333444595337, - [ - -12.565688133239746, - 75.56251525878906, - -18.559574127197266 - ] - ], - [ - 3.6666667461395264, - [ - -13.78062629699707, - 75.58927917480469, - -17.964448928833008 - ] - ], - [ - 3.700000047683716, - [ - -15.309958457946777, - 75.71713256835938, - -17.19017219543457 - ] - ], - [ - 3.7333333492279053, - [ - -17.004446029663086, - 75.96937561035156, - -16.408613204956055 - ] - ], - [ - 3.7666666507720947, - [ - -18.7020263671875, - 76.32553100585938, - -15.7927827835083 - ] - ], - [ - 3.799999952316284, - [ - -20.239147186279297, - 76.71448516845703, - -15.513696670532227 - ] - ], - [ - 3.8333332538604736, - [ - -21.462589263916016, - 77.0248031616211, - -15.737665176391602 - ] - ], - [ - 3.866666555404663, - [ - -22.346899032592773, - 77.20796966552734, - -16.32600212097168 - ] - ], - [ - 3.9000000953674316, - [ - -22.993663787841797, - 77.30286407470703, - -17.001537322998047 - ] - ], - [ - 3.933333396911621, - [ - -23.451135635375977, - 77.31804656982422, - -17.718812942504883 - ] - ], - [ - 3.9666666984558105, - [ - -23.76634407043457, - 77.26589965820313, - -18.4340877532959 - ] - ], - [ - 4.0, - [ - -23.97591781616211, - 77.16022491455078, - -19.122360229492188 - ] - ], - [ - 4.0333333015441895, - [ - -24.10910415649414, - 77.01355743408203, - -19.76365852355957 - ] - ], - [ - 4.066666603088379, - [ - -24.2001895904541, - 76.8386001586914, - -20.3247013092041 - ] - ], - [ - 4.099999904632568, - [ - -24.28203773498535, - 76.6487045288086, - -20.77297019958496 - ] - ], - [ - 4.133333206176758, - [ - -24.37140655517578, - 76.47434997558594, - -21.14740753173828 - ] - ], - [ - 4.166666507720947, - [ - -24.452539443969727, - 76.33623504638672, - -21.5087833404541 - ] - ], - [ - 4.199999809265137, - [ - -24.514772415161133, - 76.23271179199219, - -21.856966018676758 - ] - ], - [ - 4.233333110809326, - [ - -24.555959701538086, - 76.16092681884766, - -22.19175910949707 - ] - ], - [ - 4.266666889190674, - [ - -24.569841384887695, - 76.11834716796875, - -22.512866973876953 - ] - ], - [ - 4.300000190734863, - [ - -24.550214767456055, - 76.10224151611328, - -22.819908142089844 - ] - ], - [ - 4.333333492279053, - [ - -24.490398406982422, - 76.12100982666016, - -23.111595153808594 - ] - ], - [ - 4.366666793823242, - [ - -24.38391876220703, - 76.18022918701172, - -23.386747360229492 - ] - ], - [ - 4.400000095367432, - [ - -24.224708557128906, - 76.27137756347656, - -23.644731521606445 - ] - ], - [ - 4.433333396911621, - [ - -24.00653839111328, - 76.38506317138672, - -23.884639739990234 - ] - ], - [ - 4.4666666984558105, - [ - -23.724079132080078, - 76.51799774169922, - -24.105205535888672 - ] - ], - [ - 4.5, - [ - -23.371566772460938, - 76.66549682617188, - -24.30500602722168 - ] - ], - [ - 4.5333333015441895, - [ - -22.94178581237793, - 76.81649017333984, - -24.48264503479004 - ] - ], - [ - 4.566666603088379, - [ - -21.425552368164063, - 76.36480712890625, - -24.679264068603516 - ] - ], - [ - 4.599999904632568, - [ - -18.160890579223633, - 75.15364837646484, - -24.93059730529785 - ] - ], - [ - 4.633333206176758, - [ - -13.686993598937988, - 73.87945556640625, - -25.23457145690918 - ] - ], - [ - 4.666666507720947, - [ - -8.684460639953613, - 73.07438659667969, - -25.565753936767578 - ] - ], - [ - 4.699999809265137, - [ - -3.9787304401397705, - 72.94063568115234, - -25.861026763916016 - ] - ], - [ - 4.733333110809326, - [ - -0.44651156663894653, - 73.31865692138672, - -26.031036376953125 - ] - ], - [ - 4.766666889190674, - [ - 1.067491888999939, - 73.83458709716797, - -25.984817504882813 - ] - ], - [ - 4.800000190734863, - [ - 1.2799266576766968, - 74.3307876586914, - -25.95512580871582 - ] - ], - [ - 4.833333492279053, - [ - 1.4929358959197998, - 74.87409210205078, - -26.176420211791992 - ] - ], - [ - 4.866666793823242, - [ - 1.771450400352478, - 75.44854736328125, - -26.574161529541016 - ] - ], - [ - 4.900000095367432, - [ - 2.0729918479919434, - 76.03678131103516, - -27.07738494873047 - ] - ], - [ - 4.933333396911621, - [ - 2.3257038593292236, - 76.6149673461914, - -27.62265968322754 - ] - ], - [ - 4.9666666984558105, - [ - 2.5503387451171875, - 77.15740966796875, - -28.145606994628906 - ] - ], - [ - 5.0, - [ - 2.765449285507202, - 77.63579559326172, - -28.578161239624023 - ] - ], - [ - 5.0333333015441895, - [ - 2.988525867462158, - 78.01908874511719, - -28.852649688720703 - ] - ], - [ - 5.066666603088379, - [ - 3.236398935317993, - 78.28251647949219, - -28.90091896057129 - ] - ], - [ - 5.099999904632568, - [ - 3.5022239685058594, - 78.44864654541016, - -28.796403884887695 - ] - ], - [ - 5.133333206176758, - [ - 3.766425848007202, - 78.5499038696289, - -28.660066604614258 - ] - ], - [ - 5.166666507720947, - [ - 4.026430606842041, - 78.58413696289063, - -28.494081497192383 - ] - ], - [ - 5.199999809265137, - [ - 4.278839111328125, - 78.55509948730469, - -28.30047035217285 - ] - ], - [ - 5.233333110809326, - [ - 4.5198163986206055, - 78.46821594238281, - -28.080989837646484 - ] - ], - [ - 5.266666889190674, - [ - 4.746239185333252, - 78.32504272460938, - -27.837114334106445 - ] - ], - [ - 5.300000190734863, - [ - 4.955386161804199, - 78.12718200683594, - -27.570112228393555 - ] - ], - [ - 5.333333492279053, - [ - 5.143378734588623, - 77.88191223144531, - -27.281532287597656 - ] - ], - [ - 5.366666793823242, - [ - 5.305710315704346, - 77.59906768798828, - -26.972917556762695 - ] - ], - [ - 5.400000095367432, - [ - 5.4386982917785645, - 77.28397369384766, - -26.645532608032227 - ] - ], - [ - 5.433333396911621, - [ - 5.538634300231934, - 76.94190216064453, - -26.300552368164063 - ] - ], - [ - 5.4666666984558105, - [ - 5.6017746925354, - 76.57807922363281, - -25.93906593322754 - ] - ], - [ - 5.5, - [ - 5.624365329742432, - 76.19769287109375, - -25.56207847595215 - ] - ], - [ - 5.5333333015441895, - [ - 5.60263729095459, - 75.80584716796875, - -25.170513153076172 - ] - ], - [ - 5.566666603088379, - [ - 5.532812595367432, - 75.4076156616211, - -24.765216827392578 - ] - ], - [ - 5.599999904632568, - [ - 5.411105632781982, - 75.00802612304688, - -24.346961975097656 - ] - ], - [ - 5.633333206176758, - [ - 5.235116958618164, - 74.61196899414063, - -23.91645050048828 - ] - ], - [ - 5.666666507720947, - [ - 5.007479190826416, - 74.2240982055664, - -23.474315643310547 - ] - ], - [ - 5.699999809265137, - [ - 4.731024265289307, - 73.84906005859375, - -23.0211238861084 - ] - ], - [ - 5.733333110809326, - [ - 4.407623291015625, - 73.49158477783203, - -22.557405471801758 - ] - ], - [ - 5.766666889190674, - [ - 4.045088291168213, - 73.1574478149414, - -22.086414337158203 - ] - ], - [ - 5.800000190734863, - [ - 3.6529078483581543, - 72.85232543945313, - -21.611024856567383 - ] - ], - [ - 5.833333492279053, - [ - 3.234571933746338, - 72.58089447021484, - -21.131065368652344 - ] - ], - [ - 5.866666793823242, - [ - 2.793269634246826, - 72.34782409667969, - -20.64634895324707 - ] - ], - [ - 5.900000095367432, - [ - 2.3319473266601563, - 72.15778350830078, - -20.15668296813965 - ] - ], - [ - 5.933333396911621, - [ - 1.8532514572143555, - 72.0124740600586, - -19.662044525146484 - ] - ], - [ - 5.9666666984558105, - [ - 1.359580159187317, - 71.91118621826172, - -19.162553787231445 - ] - ], - [ - 6.0, - [ - 0.8532198071479797, - 71.85468292236328, - -18.658241271972656 - ] - ], - [ - 6.0333333015441895, - [ - 0.33633434772491455, - 71.84245300292969, - -18.149133682250977 - ] - ], - [ - 6.066666603088379, - [ - -0.18870294094085693, - 71.8723373413086, - -17.63536834716797 - ] - ], - [ - 6.099999904632568, - [ - -0.7193521857261658, - 71.9409408569336, - -17.11716079711914 - ] - ], - [ - 6.133333206176758, - [ - -1.2532914876937866, - 72.04551696777344, - -16.594799041748047 - ] - ], - [ - 6.166666507720947, - [ - -1.7882182598114014, - 72.1833724975586, - -16.068660736083984 - ] - ], - [ - 6.199999809265137, - [ - -2.3211710453033447, - 72.34780883789063, - -15.53888988494873 - ] - ], - [ - 6.266666889190674, - [ - -3.368000030517578, - 72.72718048095703, - -14.469273567199707 - ] - ], - [ - 6.300000190734863, - [ - -3.871588945388794, - 72.9330062866211, - -13.933165550231934 - ] - ], - [ - 6.333333492279053, - [ - -4.354434490203857, - 73.14398956298828, - -13.400930404663086 - ] - ], - [ - 6.366666793823242, - [ - -4.810886383056641, - 73.35173797607422, - -12.868317604064941 - ] - ], - [ - 6.400000095367432, - [ - -5.238187789916992, - 73.54973602294922, - -12.333560943603516 - ] - ], - [ - 6.433333396911621, - [ - -5.640220642089844, - 73.73634338378906, - -11.801522254943848 - ] - ], - [ - 6.4666666984558105, - [ - -6.01983642578125, - 73.90995788574219, - -11.277098655700684 - ] - ], - [ - 6.5, - [ - -6.378418922424316, - 74.0690689086914, - -10.765399932861328 - ] - ], - [ - 6.5333333015441895, - [ - -6.715065956115723, - 74.21232604980469, - -10.272058486938477 - ] - ], - [ - 6.566666603088379, - [ - -7.024864673614502, - 74.33878326416016, - -9.803750991821289 - ] - ], - [ - 6.599999904632568, - [ - -7.2945170402526855, - 74.448486328125, - -9.369375228881836 - ] - ], - [ - 6.633333206176758, - [ - -7.487578868865967, - 74.54430389404297, - -8.98353385925293 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292311355_202364.json b/lenses/physics-objects/Scene/assets/1646688292311355_202364.json deleted file mode 100644 index cfc2e7ad..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292311355_202364.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292311355:202364", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.002891623880714178, - -0.005618926137685776, - -0.0017596478573977947, - 0.9999784827232361 - ] - ], - [ - 0.03333333507180214, - [ - -0.002891623880714178, - -0.005618926137685776, - -0.0017596478573977947, - 0.9999784827232361 - ] - ], - [ - 0.06666667014360428, - [ - -0.0016879636095836759, - -0.00580759160220623, - -0.0008077714592218399, - 0.9999814033508301 - ] - ], - [ - 0.10000000149011612, - [ - -2.6553576390142553e-05, - -0.0059729372151196, - -2.381175545451697e-05, - 0.9999821782112122 - ] - ], - [ - 0.13333334028720856, - [ - 0.0034866079222410917, - -0.008042617700994015, - 0.0025485476944595575, - 0.999958336353302 - ] - ], - [ - 0.1666666716337204, - [ - 0.0076115732081234455, - -0.010228353552520275, - 0.005291638430207968, - 0.9999048113822937 - ] - ], - [ - 0.20000000298023224, - [ - 0.0122607983648777, - -0.012496641837060452, - 0.00814869999885559, - 0.9998135566711426 - ] - ], - [ - 0.23333333432674408, - [ - 0.017345448955893517, - -0.014814137481153011, - 0.011064574122428894, - 0.9996785521507263 - ] - ], - [ - 0.2666666805744171, - [ - 0.022775251418352127, - -0.017147531732916832, - 0.013986263424158096, - 0.9994956851005554 - ] - ], - [ - 0.30000001192092896, - [ - 0.028458427637815475, - -0.01946348510682583, - 0.016863364726305008, - 0.9992632865905762 - ] - ], - [ - 0.3333333432674408, - [ - 0.03430170938372612, - -0.021728515625, - 0.01964840665459633, - 0.9989821910858154 - ] - ], - [ - 0.36666667461395264, - [ - 0.04021044448018074, - -0.023909028619527817, - 0.022297043353319168, - 0.9986562728881836 - ] - ], - [ - 0.4000000059604645, - [ - 0.04608875513076782, - -0.025971215218305588, - 0.02476808801293373, - 0.9982925653457642 - ] - ], - [ - 0.4333333373069763, - [ - 0.051839713007211685, - -0.02788100205361843, - 0.027023496106266975, - 0.9979003071784973 - ] - ], - [ - 0.46666666865348816, - [ - 0.05736555904150009, - -0.02960406057536602, - 0.029028117656707764, - 0.9974919557571411 - ] - ], - [ - 0.5, - [ - 0.06178884953260422, - -0.02813856303691864, - 0.04020678624510765, - 0.9968820214271545 - ] - ], - [ - 0.5333333611488342, - [ - 0.06441672146320343, - -0.02177843265235424, - 0.06695505231618881, - 0.9954361915588379 - ] - ], - [ - 0.5666666626930237, - [ - 0.06529703736305237, - -0.012535148300230503, - 0.1046304851770401, - 0.9922860860824585 - ] - ], - [ - 0.6000000238418579, - [ - 0.06451034545898438, - -0.0023342303466051817, - 0.148490771651268, - 0.9868047833442688 - ] - ], - [ - 0.6333333253860474, - [ - 0.06233710050582886, - 0.00720844604074955, - 0.19374626874923706, - 0.979042649269104 - ] - ], - [ - 0.6666666865348816, - [ - 0.05931107699871063, - 0.014930499717593193, - 0.23567695915699005, - 0.9699050784111023 - ] - ], - [ - 0.699999988079071, - [ - 0.05638923868536949, - 0.020082641392946243, - 0.2697967290878296, - 0.9610549807548523 - ] - ], - [ - 0.7333333492279053, - [ - 0.054690320044755936, - 0.022251371294260025, - 0.29188305139541626, - 0.9546298384666443 - ] - ], - [ - 0.7666666507720947, - [ - 0.05393651872873306, - 0.022094573825597763, - 0.3053783178329468, - 0.9504455924034119 - ] - ], - [ - 0.800000011920929, - [ - 0.053170096129179, - 0.020652906969189644, - 0.31663423776626587, - 0.946831226348877 - ] - ], - [ - 0.8333333134651184, - [ - 0.05249485746026039, - 0.018107036128640175, - 0.3258552849292755, - 0.9437874555587769 - ] - ], - [ - 0.8666666746139526, - [ - 0.052024587988853455, - 0.01461569033563137, - 0.3332330882549286, - 0.9412946105003357 - ] - ], - [ - 0.8999999761581421, - [ - 0.05165984109044075, - 0.010446233674883842, - 0.3389517366886139, - 0.939326286315918 - ] - ], - [ - 0.9333333373069763, - [ - 0.05129508674144745, - 0.00585547648370266, - 0.3431911766529083, - 0.9378455877304077 - ] - ], - [ - 0.9666666388511658, - [ - 0.05082263797521591, - 0.0010928907431662083, - 0.346127986907959, - 0.9368091225624084 - ] - ], - [ - 1.0, - [ - 0.05013575777411461, - -0.0035968527663499117, - 0.34793561697006226, - 0.9361701011657715 - ] - ], - [ - 1.0333333015441895, - [ - 0.049130793660879135, - -0.007971527054905891, - 0.34878450632095337, - 0.9358803033828735 - ] - ], - [ - 1.0666667222976685, - [ - 0.0477086640894413, - -0.011789783835411072, - 0.3488422632217407, - 0.9358920454978943 - ] - ], - [ - 1.100000023841858, - [ - 0.045775387436151505, - -0.014809753745794296, - 0.3482728600502014, - 0.936157763004303 - ] - ], - [ - 1.1333333253860474, - [ - 0.043241947889328, - -0.01678857021033764, - 0.34723591804504395, - 0.9366298317909241 - ] - ], - [ - 1.1666666269302368, - [ - 0.040023352950811386, - -0.017481982707977295, - 0.3458859324455261, - 0.9372595548629761 - ] - ], - [ - 1.2000000476837158, - [ - 0.03635654225945473, - -0.01745300367474556, - 0.3445128798484802, - 0.9379149675369263 - ] - ], - [ - 1.2333333492279053, - [ - 0.032550565898418427, - -0.01744535192847252, - 0.34333354234695435, - 0.9384872913360596 - ] - ], - [ - 1.2666666507720947, - [ - 0.028315572068095207, - -0.01740456186234951, - 0.34219855070114136, - 0.9390396475791931 - ] - ], - [ - 1.2999999523162842, - [ - 0.02341926284134388, - -0.017254093661904335, - 0.3409407436847687, - 0.9396346211433411 - ] - ], - [ - 1.3333333730697632, - [ - 0.017972832545638084, - -0.016987059265375137, - 0.3395743668079376, - 0.9402540326118469 - ] - ], - [ - 1.3666666746139526, - [ - 0.01208751555532217, - -0.016597189009189606, - 0.33811601996421814, - 0.940880537033081 - ] - ], - [ - 1.399999976158142, - [ - 0.00587436743080616, - -0.01607905514538288, - 0.3365848958492279, - 0.9414975047111511 - ] - ], - [ - 1.4333332777023315, - [ - -0.0005555424722842872, - -0.015428276732563972, - 0.3350032567977905, - 0.9420904517173767 - ] - ], - [ - 1.4666666984558105, - [ - -0.006924398709088564, - -0.015416108071804047, - 0.3274174928665161, - 0.9447286128997803 - ] - ], - [ - 1.5, - [ - -0.012952974066138268, - -0.016470031812787056, - 0.31024253368377686, - 0.9504265189170837 - ] - ], - [ - 1.5333333015441895, - [ - -0.018556391820311546, - -0.018129052594304085, - 0.28704655170440674, - 0.9575653076171875 - ] - ], - [ - 1.5666667222976685, - [ - -0.02364794723689556, - -0.019937144592404366, - 0.26146167516708374, - 0.9647181630134583 - ] - ], - [ - 1.600000023841858, - [ - -0.028113525360822678, - -0.021385109052062035, - 0.2372215837240219, - 0.9708132743835449 - ] - ], - [ - 1.6333333253860474, - [ - -0.03181157633662224, - -0.021888257935643196, - 0.21814438700675964, - 0.9751523733139038 - ] - ], - [ - 1.6666666269302368, - [ - -0.03459809720516205, - -0.020793631672859192, - 0.2080870121717453, - 0.9772770404815674 - ] - ], - [ - 1.7000000476837158, - [ - -0.03668750450015068, - -0.01842600479722023, - 0.20437893271446228, - 0.9780305624008179 - ] - ], - [ - 1.7333333492279053, - [ - -0.03825974836945534, - -0.015616236254572868, - 0.20170927047729492, - 0.9785733222961426 - ] - ], - [ - 1.7666666507720947, - [ - -0.03914550319314003, - -0.012436553835868835, - 0.19996929168701172, - 0.9789409041404724 - ] - ], - [ - 1.7999999523162842, - [ - -0.039632078260183334, - -0.008946342393755913, - 0.1989731639623642, - 0.9791623950004578 - ] - ], - [ - 1.8333333730697632, - [ - -0.040072113275527954, - -0.005193626508116722, - 0.19849467277526855, - 0.9792686700820923 - ] - ], - [ - 1.8666666746139526, - [ - -0.04039254039525986, - -0.0012348659802228212, - 0.19836506247520447, - 0.9792947769165039 - ] - ], - [ - 1.899999976158142, - [ - -0.04051843658089638, - 0.0028715762309730053, - 0.1984158307313919, - 0.9792759418487549 - ] - ], - [ - 1.9333332777023315, - [ - -0.04037318751215935, - 0.007065527141094208, - 0.19847872853279114, - 0.9792479276657104 - ] - ], - [ - 1.9666666984558105, - [ - -0.03988761454820633, - 0.01126918476074934, - 0.19837500154972076, - 0.9792493581771851 - ] - ], - [ - 2.0, - [ - -0.03899602219462395, - 0.015385117381811142, - 0.19793058931827545, - 0.9793192148208618 - ] - ], - [ - 2.0333333015441895, - [ - -0.03762627765536308, - 0.01932019740343094, - 0.19698314368724823, - 0.9794940948486328 - ] - ], - [ - 2.066666603088379, - [ - -0.03570730984210968, - 0.022977439686655998, - 0.19536875188350677, - 0.9798102378845215 - ] - ], - [ - 2.0999999046325684, - [ - -0.03317004814743996, - 0.026254739612340927, - 0.1929212063550949, - 0.9803019165992737 - ] - ], - [ - 2.133333444595337, - [ - -0.029914863407611847, - 0.02822699025273323, - 0.1829531192779541, - 0.9822610020637512 - ] - ], - [ - 2.1666667461395264, - [ - -0.02606581710278988, - 0.028128264471888542, - 0.161371111869812, - 0.9861485362052917 - ] - ], - [ - 2.200000047683716, - [ - -0.02190699428319931, - 0.026123259216547012, - 0.1319049447774887, - 0.9906759262084961 - ] - ], - [ - 2.2333333492279053, - [ - -0.01771719567477703, - 0.022526171058416367, - 0.09834352880716324, - 0.9947397708892822 - ] - ], - [ - 2.2666666507720947, - [ - -0.013731131330132484, - 0.01788286678493023, - 0.06454434990882874, - 0.9976601004600525 - ] - ], - [ - 2.299999952316284, - [ - -0.010101797059178352, - 0.012990089133381844, - 0.034397922456264496, - 0.9992728233337402 - ] - ], - [ - 2.3333332538604736, - [ - -0.006877655163407326, - 0.008856013417243958, - 0.011780263856053352, - 0.999867856502533 - ] - ], - [ - 2.366666555404663, - [ - -0.004007686860859394, - 0.006611236836761236, - 0.0005285587976686656, - 0.9999699592590332 - ] - ], - [ - 2.4000000953674316, - [ - -0.0015877902042120695, - 0.005620748735964298, - -0.003424905939027667, - 0.999977171421051 - ] - ], - [ - 2.433333396911621, - [ - 0.00026501776301302016, - 0.004549192730337381, - -0.006773808971047401, - 0.9999666810035706 - ] - ], - [ - 2.4666666984558105, - [ - 0.0016548711573705077, - 0.0032485153060406446, - -0.00961021427065134, - 0.999947190284729 - ] - ], - [ - 2.5, - [ - 0.002680059988051653, - 0.0016058911569416523, - -0.011996193788945675, - 0.9999231696128845 - ] - ], - [ - 2.5333333015441895, - [ - 0.0034071202389895916, - -0.00023250217782333493, - -0.01401063147932291, - 0.9998961091041565 - ] - ], - [ - 2.566666603088379, - [ - 0.0039031729102134705, - -0.0021223786752671003, - -0.01573236659169197, - 0.9998664855957031 - ] - ], - [ - 2.5999999046325684, - [ - 0.0042352257296442986, - -0.0039209709502756596, - -0.017240779474377632, - 0.9998347163200378 - ] - ], - [ - 2.633333444595337, - [ - 0.004469746723771095, - -0.005486761219799519, - -0.018616169691085815, - 0.999801754951477 - ] - ], - [ - 2.6666667461395264, - [ - 0.0046724784187972546, - -0.006679180543869734, - -0.01993974670767784, - 0.9997679591178894 - ] - ], - [ - 2.700000047683716, - [ - 0.004871026612818241, - -0.007738727144896984, - -0.021251635625958443, - 0.9997324347496033 - ] - ], - [ - 2.7333333492279053, - [ - 0.005053886212408543, - -0.008962475694715977, - -0.022520259022712708, - 0.9996934533119202 - ] - ], - [ - 2.7666666507720947, - [ - 0.005228247959166765, - -0.010295395739376545, - -0.023720134049654007, - 0.9996519684791565 - ] - ], - [ - 2.799999952316284, - [ - 0.005402035545557737, - -0.011682313866913319, - -0.024825839325785637, - 0.9996089339256287 - ] - ], - [ - 2.8333332538604736, - [ - 0.005583831109106541, - -0.01306794211268425, - -0.025812024250626564, - 0.9995658993721008 - ] - ], - [ - 2.866666555404663, - [ - 0.005782751832157373, - -0.014396844431757927, - -0.026653368026018143, - 0.9995243549346924 - ] - ], - [ - 2.9000000953674316, - [ - 0.00600830651819706, - -0.015613475814461708, - -0.027324600145220757, - 0.9994866251945496 - ] - ], - [ - 2.933333396911621, - [ - 0.012355533428490162, - -0.018008578568696976, - -0.03560236096382141, - 0.9991273880004883 - ] - ], - [ - 2.9666666984558105, - [ - 0.02589796856045723, - -0.022008514031767845, - -0.053535543382167816, - 0.9979875087738037 - ] - ], - [ - 3.0, - [ - 0.039212699979543686, - -0.025961900129914284, - -0.07249902933835983, - 0.9962592124938965 - ] - ], - [ - 3.0333333015441895, - [ - 0.04492036998271942, - -0.027375251054763794, - -0.08416427671909332, - 0.9950623512268066 - ] - ], - [ - 3.066666603088379, - [ - 0.044076599180698395, - -0.025939827784895897, - -0.08881667256355286, - 0.9947342276573181 - ] - ], - [ - 3.0999999046325684, - [ - 0.04280542954802513, - -0.023600125685334206, - -0.09220483899116516, - 0.9945396184921265 - ] - ], - [ - 3.133333444595337, - [ - 0.04126706346869469, - -0.02069385163486004, - -0.09447803348302841, - 0.9944559931755066 - ] - ], - [ - 3.1666667461395264, - [ - 0.03961009532213211, - -0.0175578985363245, - -0.09577860683202744, - 0.9944592714309692 - ] - ], - [ - 3.200000047683716, - [ - 0.03797833248972893, - -0.014528188854455948, - -0.09623967856168747, - 0.994527280330658 - ] - ], - [ - 3.2333333492279053, - [ - 0.036539334803819656, - -0.011959184892475605, - -0.09598081558942795, - 0.9946404099464417 - ] - ], - [ - 3.2666666507720947, - [ - 0.03547953814268112, - -0.010216542519629002, - -0.09511102735996246, - 0.9947817325592041 - ] - ], - [ - 3.299999952316284, - [ - 0.034977253526449203, - -0.009653138928115368, - -0.09373820573091507, - 0.9949354529380798 - ] - ], - [ - 3.3333332538604736, - [ - 0.03528015315532684, - -0.009725967422127724, - -0.09234040975570679, - 0.9950547814369202 - ] - ], - [ - 3.366666555404663, - [ - 0.03638710454106331, - -0.00976561475545168, - -0.09122151136398315, - 0.995117723941803 - ] - ], - [ - 3.4000000953674316, - [ - 0.03805115446448326, - -0.00991811417043209, - -0.09025617688894272, - 0.9951419830322266 - ] - ], - [ - 3.433333396911621, - [ - 0.0413748100399971, - -0.011925204657018185, - -0.0876440554857254, - 0.9952208995819092 - ] - ], - [ - 3.4666666984558105, - [ - 0.0451069138944149, - -0.014005091041326523, - -0.08486665040254593, - 0.9952722787857056 - ] - ], - [ - 3.5, - [ - 0.049013637006282806, - -0.016050323843955994, - -0.0819726437330246, - 0.995299220085144 - ] - ], - [ - 3.5333333015441895, - [ - 0.05285903811454773, - -0.01795581728219986, - -0.07900478690862656, - 0.9953098893165588 - ] - ], - [ - 3.566666603088379, - [ - 0.056405022740364075, - -0.01961863599717617, - -0.07599958777427673, - 0.9953178763389587 - ] - ], - [ - 3.5999999046325684, - [ - 0.05708475038409233, - -0.01815624348819256, - -0.07853013277053833, - 0.9951103925704956 - ] - ], - [ - 3.633333444595337, - [ - 0.053533606231212616, - -0.011759813874959946, - -0.09053544700145721, - 0.9943839311599731 - ] - ], - [ - 3.6666667461395264, - [ - 0.047477107495069504, - -0.0019100833451375365, - -0.10966936498880386, - 0.9928317666053772 - ] - ], - [ - 3.700000047683716, - [ - 0.04061651602387428, - 0.009822332300245762, - -0.13352566957473755, - 0.9901639819145203 - ] - ], - [ - 3.7333333492279053, - [ - 0.03440467640757561, - 0.02168557606637478, - -0.1595316380262375, - 0.9863547682762146 - ] - ], - [ - 3.7666666507720947, - [ - 0.02991902455687523, - 0.031736984848976135, - -0.18494945764541626, - 0.9817796945571899 - ] - ], - [ - 3.799999952316284, - [ - 0.027854956686496735, - 0.0378916934132576, - -0.20695477724075317, - 0.9772195219993591 - ] - ], - [ - 3.8333332538604736, - [ - 0.028660554438829422, - 0.03799603506922722, - -0.22275176644325256, - 0.9737127423286438 - ] - ], - [ - 3.866666555404663, - [ - 0.031048165634274483, - 0.032254066318273544, - -0.2334616780281067, - 0.9713348150253296 - ] - ], - [ - 3.9000000953674316, - [ - 0.0332731232047081, - 0.02315082959830761, - -0.24222567677497864, - 0.9693729281425476 - ] - ], - [ - 3.933333396911621, - [ - 0.03512945398688316, - 0.01195379439741373, - -0.24935469031333923, - 0.9677010178565979 - ] - ], - [ - 3.9666666984558105, - [ - 0.03647056967020035, - -6.413910159608349e-05, - -0.25513118505477905, - 0.9662184119224548 - ] - ], - [ - 4.0, - [ - 0.03733508288860321, - -0.011777928099036217, - -0.25973644852638245, - 0.9648856520652771 - ] - ], - [ - 4.0333333015441895, - [ - 0.037802133709192276, - -0.022114697843790054, - -0.2632719874382019, - 0.9637270569801331 - ] - ], - [ - 4.066666603088379, - [ - 0.037820011377334595, - -0.029877396300435066, - -0.26586607098579407, - 0.96280437707901 - ] - ], - [ - 4.099999904632568, - [ - 0.037333518266677856, - -0.033869341015815735, - -0.26764336228370667, - 0.9621985554695129 - ] - ], - [ - 4.133333206176758, - [ - 0.03663524612784386, - -0.03523842617869377, - -0.26915574073791504, - 0.9617543816566467 - ] - ], - [ - 4.166666507720947, - [ - 0.036047209054231644, - -0.03599679097533226, - -0.27080872654914856, - 0.9612842798233032 - ] - ], - [ - 4.199999809265137, - [ - 0.035549454391002655, - -0.03624344244599342, - -0.27251535654067993, - 0.9608111381530762 - ] - ], - [ - 4.233333110809326, - [ - 0.035120975226163864, - -0.03607744351029396, - -0.27418866753578186, - 0.9603570699691772 - ] - ], - [ - 4.266666889190674, - [ - 0.034738946706056595, - -0.03559788316488266, - -0.27574142813682556, - 0.9599440693855286 - ] - ], - [ - 4.300000190734863, - [ - 0.034378163516521454, - -0.03490392491221428, - -0.2770865559577942, - 0.9595951437950134 - ] - ], - [ - 4.333333492279053, - [ - 0.03401077911257744, - -0.034094907343387604, - -0.27813634276390076, - 0.9593337178230286 - ] - ], - [ - 4.366666793823242, - [ - 0.03360619395971298, - -0.03327047824859619, - -0.27880313992500305, - 0.9591832756996155 - ] - ], - [ - 4.400000095367432, - [ - 0.033131349831819534, - -0.032530900090932846, - -0.27899864315986633, - 0.9591683149337769 - ] - ], - [ - 4.433333396911621, - [ - 0.032551102340221405, - -0.031977295875549316, - -0.2786337733268738, - 0.9593128561973572 - ] - ], - [ - 4.4666666984558105, - [ - 0.03182898461818695, - -0.03171207383275032, - -0.2776184678077698, - 0.9596402645111084 - ] - ], - [ - 4.5, - [ - 0.030928147956728935, - -0.03183934837579727, - -0.2758612334728241, - 0.9601721167564392 - ] - ], - [ - 4.5333333015441895, - [ - 0.02981262281537056, - -0.03246545419096947, - -0.2732687294483185, - 0.9609273672103882 - ] - ], - [ - 4.566666603088379, - [ - 0.02992420643568039, - -0.0313076376914978, - -0.2559547424316406, - 0.965718150138855 - ] - ], - [ - 4.599999904632568, - [ - 0.03196742758154869, - -0.027122313156723976, - -0.21573404967784882, - 0.9755517840385437 - ] - ], - [ - 4.633333206176758, - [ - 0.03489786759018898, - -0.021532593294978142, - -0.16115345060825348, - 0.9860771298408508 - ] - ], - [ - 4.666666507720947, - [ - 0.03778312727808952, - -0.015990953892469406, - -0.10121338814496994, - 0.9940184950828552 - ] - ], - [ - 4.699999809265137, - [ - 0.03977253660559654, - -0.01168578676879406, - -0.045378971844911575, - 0.9981094002723694 - ] - ], - [ - 4.733333110809326, - [ - 0.04006333276629448, - -0.0095199691131711, - -0.0032968102023005486, - 0.9991464614868164 - ] - ], - [ - 4.766666889190674, - [ - 0.03788169100880623, - -0.010171666741371155, - 0.015461147762835026, - 0.9991108179092407 - ] - ], - [ - 4.800000190734863, - [ - 0.03601435571908951, - -0.012603960931301117, - 0.018631072714924812, - 0.9990980625152588 - ] - ], - [ - 4.833333492279053, - [ - 0.037231672555208206, - -0.015271701849997044, - 0.020460588857531548, - 0.9989804625511169 - ] - ], - [ - 4.866666793823242, - [ - 0.04076016694307327, - -0.018012631684541702, - 0.021226607263088226, - 0.998781144618988 - ] - ], - [ - 4.900000095367432, - [ - 0.0458330363035202, - -0.02068839967250824, - 0.02120484597980976, - 0.9985098242759705 - ] - ], - [ - 4.933333396911621, - [ - 0.05168258026242256, - -0.02316674217581749, - 0.020670076832175255, - 0.9981808066368103 - ] - ], - [ - 4.9666666984558105, - [ - 0.0575312003493309, - -0.025305865332484245, - 0.019894279539585114, - 0.9978247284889221 - ] - ], - [ - 5.0, - [ - 0.06260121613740921, - -0.026960784569382668, - 0.01914818584918976, - 0.997490644454956 - ] - ], - [ - 5.0333333015441895, - [ - 0.06611469388008118, - -0.027982773259282112, - 0.01869896799325943, - 0.9972442984580994 - ] - ], - [ - 5.066666603088379, - [ - 0.06729171425104141, - -0.02822102978825569, - 0.01880648545920849, - 0.9971567988395691 - ] - ], - [ - 5.099999904632568, - [ - 0.06696174293756485, - -0.02794894389808178, - 0.01932094246149063, - 0.9971768856048584 - ] - ], - [ - 5.133333206176758, - [ - 0.06649034470319748, - -0.027534324675798416, - 0.019911527633666992, - 0.997208297252655 - ] - ], - [ - 5.166666507720947, - [ - 0.06589626520872116, - -0.02696770243346691, - 0.020557299256324768, - 0.9972501397132874 - ] - ], - [ - 5.199999809265137, - [ - 0.06519535183906555, - -0.02623860538005829, - 0.021236443892121315, - 0.9973015189170837 - ] - ], - [ - 5.233333110809326, - [ - 0.0644012838602066, - -0.025335729122161865, - 0.021926427260041237, - 0.997361421585083 - ] - ], - [ - 5.266666889190674, - [ - 0.06352023035287857, - -0.024265266954898834, - 0.02259567193686962, - 0.997429609298706 - ] - ], - [ - 5.300000190734863, - [ - 0.06255625933408737, - -0.023050017654895782, - 0.023219147697091103, - 0.9975051283836365 - ] - ], - [ - 5.333333492279053, - [ - 0.06151782348752022, - -0.02170269750058651, - 0.02378355711698532, - 0.9975865483283997 - ] - ], - [ - 5.366666793823242, - [ - 0.060412436723709106, - -0.020235657691955566, - 0.02427520789206028, - 0.9976730942726135 - ] - ], - [ - 5.400000095367432, - [ - 0.05924675986170769, - -0.018660910427570343, - 0.024680120870471, - 0.9977637529373169 - ] - ], - [ - 5.433333396911621, - [ - 0.05802670121192932, - -0.01699015498161316, - 0.02498401328921318, - 0.9978577494621277 - ] - ], - [ - 5.4666666984558105, - [ - 0.056757502257823944, - -0.01523488387465477, - 0.025172358378767967, - 0.9979544281959534 - ] - ], - [ - 5.5, - [ - 0.055443719029426575, - -0.01340629905462265, - 0.02523035928606987, - 0.9980529546737671 - ] - ], - [ - 5.5333333015441895, - [ - 0.054089389741420746, - -0.01151544600725174, - 0.025143012404441833, - 0.9981530904769897 - ] - ], - [ - 5.566666603088379, - [ - 0.05269794911146164, - -0.009573173709213734, - 0.02489507384598255, - 0.9982542395591736 - ] - ], - [ - 5.599999904632568, - [ - 0.05127233639359474, - -0.007590193301439285, - 0.0244710985571146, - 0.9983561038970947 - ] - ], - [ - 5.633333206176758, - [ - 0.04981497302651405, - -0.005577075760811567, - 0.02385542169213295, - 0.9984579682350159 - ] - ], - [ - 5.666666507720947, - [ - 0.04832789674401283, - -0.0035442921798676252, - 0.023032210767269135, - 0.9985596537590027 - ] - ], - [ - 5.699999809265137, - [ - 0.04681266099214554, - -0.001502219238318503, - 0.021985402330756187, - 0.998660683631897 - ] - ], - [ - 5.733333110809326, - [ - 0.045270491391420364, - 0.0005387928104028106, - 0.020698778331279755, - 0.9987601637840271 - ] - ], - [ - 5.766666889190674, - [ - 0.04373815283179283, - 0.002326895948499441, - 0.01917903684079647, - 0.9988563060760498 - ] - ], - [ - 5.800000190734863, - [ - 0.04224465787410736, - 0.003648209385573864, - 0.017466511577367783, - 0.9989480376243591 - ] - ], - [ - 5.833333492279053, - [ - 0.040778957307338715, - 0.004549490287899971, - 0.015594765543937683, - 0.9990361332893372 - ] - ], - [ - 5.866666793823242, - [ - 0.03933020308613777, - 0.005077396985143423, - 0.013596981763839722, - 0.999120831489563 - ] - ], - [ - 5.900000095367432, - [ - 0.03788776323199272, - 0.005278539378196001, - 0.01150593627244234, - 0.9992018342018127 - ] - ], - [ - 5.933333396911621, - [ - 0.03644160181283951, - 0.005199505481868982, - 0.009354040026664734, - 0.9992784857749939 - ] - ], - [ - 5.9666666984558105, - [ - 0.034982334822416306, - 0.004886887967586517, - 0.007173403166234493, - 0.9993502497673035 - ] - ], - [ - 6.0, - [ - 0.03350139781832695, - 0.0043872748501598835, - 0.004995791707187891, - 0.9994165301322937 - ] - ], - [ - 6.0333333015441895, - [ - 0.031991101801395416, - 0.003747264388948679, - 0.0028526606038212776, - 0.9994770288467407 - ] - ], - [ - 6.066666603088379, - [ - 0.0304446779191494, - 0.0030134522821754217, - 0.0007751340745016932, - 0.999531626701355 - ] - ], - [ - 6.099999904632568, - [ - 0.02885628491640091, - 0.0022324235178530216, - -0.0012060045264661312, - 0.999580442905426 - ] - ], - [ - 6.133333206176758, - [ - 0.02722093090415001, - 0.0014507274609059095, - -0.003060339717194438, - 0.999623715877533 - ] - ], - [ - 6.166666507720947, - [ - 0.02553446963429451, - 0.0007148553268052638, - -0.004757847636938095, - 0.999662458896637 - ] - ], - [ - 6.199999809265137, - [ - 0.023793429136276245, - 7.1192771429196e-05, - -0.0062689208425581455, - 0.9996972680091858 - ] - ], - [ - 6.233333110809326, - [ - 0.021994907408952713, - -0.00043398793786764145, - -0.007564380299299955, - 0.9997293949127197 - ] - ], - [ - 6.266666889190674, - [ - 0.020136374980211258, - -0.0007546287961304188, - -0.008615542203187943, - 0.9997598528862 - ] - ], - [ - 6.300000190734863, - [ - 0.018244894221425056, - -0.0009306470747105777, - -0.009363790974020958, - 0.9997893571853638 - ] - ], - [ - 6.333333492279053, - [ - 0.01634998805820942, - -0.0010618530213832855, - -0.009787232615053654, - 0.9998178482055664 - ] - ], - [ - 6.366666793823242, - [ - 0.014230062253773212, - -0.0013439682079479098, - -0.009782327339053154, - 0.9998500943183899 - ] - ], - [ - 6.400000095367432, - [ - 0.01175355538725853, - -0.0018851965432986617, - -0.00930856540799141, - 0.9998859167098999 - ] - ], - [ - 6.433333396911621, - [ - 0.009058144874870777, - -0.0025980938225984573, - -0.008485834114253521, - 0.999919593334198 - ] - ], - [ - 6.4666666984558105, - [ - 0.006283596623688936, - -0.0033949194476008415, - -0.007431503385305405, - 0.9999468922615051 - ] - ], - [ - 6.5, - [ - 0.0035732442047446966, - -0.00418810686096549, - -0.006259094458073378, - 0.9999653697013855 - ] - ], - [ - 6.5333333015441895, - [ - 0.001076724729500711, - -0.00489115621894598, - -0.0050769345834851265, - 0.9999746680259705 - ] - ], - [ - 6.566666603088379, - [ - -0.0010446221567690372, - -0.005420633591711521, - -0.003986094146966934, - 0.9999768137931824 - ] - ], - [ - 6.599999904632568, - [ - -0.0026048459112644196, - -0.00570086482912302, - -0.0030757016502320766, - 0.9999756217002869 - ] - ], - [ - 6.633333206176758, - [ - -0.0033535577822476625, - -0.005678008776158094, - -0.0024078157730400562, - 0.9999753832817078 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292311495_202371.json b/lenses/physics-objects/Scene/assets/1646688292311495_202371.json deleted file mode 100644 index d06d2fb5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292311495_202371.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292311495:202371", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292313440_202384.json b/lenses/physics-objects/Scene/assets/1646688292313440_202384.json deleted file mode 100644 index b8afeb72..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292313440_202384.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292313440:202384", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ], - [ - 0.03333333507180214, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ], - [ - 0.06666667014360428, - [ - -18.239437103271484, - 73.4368896484375, - -9.916707038879395 - ] - ], - [ - 0.10000000149011612, - [ - -16.072216033935547, - 71.28331756591797, - -9.995664596557617 - ] - ], - [ - 0.13333334028720856, - [ - -14.160581588745117, - 68.70738983154297, - -10.76524829864502 - ] - ], - [ - 0.1666666716337204, - [ - -13.124608039855957, - 66.25363159179688, - -12.378510475158691 - ] - ], - [ - 0.20000000298023224, - [ - -12.523321151733398, - 64.44309997558594, - -14.024277687072754 - ] - ], - [ - 0.23333333432674408, - [ - -12.19559097290039, - 63.85177993774414, - -15.164102554321289 - ] - ], - [ - 0.2666666805744171, - [ - -11.994400024414063, - 64.89191436767578, - -15.067774772644043 - ] - ], - [ - 0.30000001192092896, - [ - -11.343204498291016, - 67.23509979248047, - -13.219733238220215 - ] - ], - [ - 0.3333333432674408, - [ - -10.519932746887207, - 70.49101257324219, - -10.943323135375977 - ] - ], - [ - 0.36666667461395264, - [ - -10.060004234313965, - 73.5250015258789, - -9.633333206176758 - ] - ], - [ - 0.4000000059604645, - [ - -9.95870304107666, - 74.91557312011719, - -10.009978294372559 - ] - ], - [ - 0.4333333373069763, - [ - -9.627141952514648, - 74.22990417480469, - -11.643241882324219 - ] - ], - [ - 0.46666666865348816, - [ - -9.008482933044434, - 71.89859008789063, - -13.53109359741211 - ] - ], - [ - 0.5, - [ - -7.882821083068848, - 68.91085052490234, - -15.302876472473145 - ] - ], - [ - 0.5333333611488342, - [ - -6.0269246101379395, - 66.51866149902344, - -16.58246612548828 - ] - ], - [ - 0.5666666626930237, - [ - -4.050487995147705, - 65.2433090209961, - -17.811111450195313 - ] - ], - [ - 0.6000000238418579, - [ - -2.7555346488952637, - 65.18273162841797, - -19.433271408081055 - ] - ], - [ - 0.6333333253860474, - [ - -2.406940221786499, - 66.35555267333984, - -20.85972785949707 - ] - ], - [ - 0.6666666865348816, - [ - -2.1325502395629883, - 68.53282165527344, - -20.991363525390625 - ] - ], - [ - 0.699999988079071, - [ - -1.3265800476074219, - 70.67597198486328, - -19.52042579650879 - ] - ], - [ - 0.7333333492279053, - [ - 0.10309087485074997, - 71.85424041748047, - -16.816146850585938 - ] - ], - [ - 0.7666666507720947, - [ - 2.1691079139709473, - 71.78218841552734, - -13.23885726928711 - ] - ], - [ - 0.800000011920929, - [ - 4.195248126983643, - 70.39178466796875, - -9.666789054870605 - ] - ], - [ - 0.8333333134651184, - [ - 5.374301910400391, - 68.37261962890625, - -6.598841667175293 - ] - ], - [ - 0.8666666746139526, - [ - 4.7514848709106445, - 66.40471649169922, - -4.5818305015563965 - ] - ], - [ - 0.8999999761581421, - [ - 2.540156841278076, - 65.3667984008789, - -3.381883144378662 - ] - ], - [ - 0.9333333373069763, - [ - -0.44887828826904297, - 66.06253051757813, - -2.6684861183166504 - ] - ], - [ - 0.9666666388511658, - [ - -3.272057056427002, - 67.94570922851563, - -1.7490427494049072 - ] - ], - [ - 1.0, - [ - -4.656827449798584, - 70.3945083618164, - 0.5796409249305725 - ] - ], - [ - 1.0333333015441895, - [ - -4.890130519866943, - 72.53106689453125, - 3.811490297317505 - ] - ], - [ - 1.0666667222976685, - [ - -4.899226665496826, - 73.27212524414063, - 6.811886787414551 - ] - ], - [ - 1.100000023841858, - [ - -5.645107269287109, - 72.7691879272461, - 8.705018997192383 - ] - ], - [ - 1.1333333253860474, - [ - -7.370543956756592, - 71.61439514160156, - 9.242711067199707 - ] - ], - [ - 1.1666666269302368, - [ - -9.720751762390137, - 70.42335510253906, - 8.224624633789063 - ] - ], - [ - 1.2000000476837158, - [ - -11.973844528198242, - 69.5550537109375, - 6.178833484649658 - ] - ], - [ - 1.2333333492279053, - [ - -12.941036224365234, - 69.22449493408203, - 3.975224018096924 - ] - ], - [ - 1.2666666507720947, - [ - -12.808808326721191, - 69.75406646728516, - 1.5395909547805786 - ] - ], - [ - 1.2999999523162842, - [ - -12.525303840637207, - 71.4131851196289, - -1.3785269260406494 - ] - ], - [ - 1.3333333730697632, - [ - -12.53409481048584, - 73.9458999633789, - -4.563268184661865 - ] - ], - [ - 1.3666666746139526, - [ - -12.542847633361816, - 76.24815368652344, - -6.562248706817627 - ] - ], - [ - 1.399999976158142, - [ - -12.510100364685059, - 77.48094177246094, - -7.100241661071777 - ] - ], - [ - 1.4333332777023315, - [ - -12.201203346252441, - 77.55170440673828, - -6.649710178375244 - ] - ], - [ - 1.4666666984558105, - [ - -11.063918113708496, - 76.48194885253906, - -5.4439849853515625 - ] - ], - [ - 1.5, - [ - -9.664823532104492, - 74.63948822021484, - -5.029531002044678 - ] - ], - [ - 1.5333333015441895, - [ - -9.013994216918945, - 72.65348052978516, - -6.80643892288208 - ] - ], - [ - 1.5666667222976685, - [ - -8.854475975036621, - 71.45628356933594, - -10.580117225646973 - ] - ], - [ - 1.600000023841858, - [ - -8.053893089294434, - 71.36412048339844, - -15.316204071044922 - ] - ], - [ - 1.6333333253860474, - [ - -6.553422451019287, - 71.85111236572266, - -20.019062042236328 - ] - ], - [ - 1.6666666269302368, - [ - -4.243068218231201, - 72.79631042480469, - -23.66054916381836 - ] - ], - [ - 1.7000000476837158, - [ - -0.9853866100311279, - 73.6591567993164, - -24.801923751831055 - ] - ], - [ - 1.7333333492279053, - [ - 2.138631582260132, - 73.65412902832031, - -23.260324478149414 - ] - ], - [ - 1.7666666507720947, - [ - 3.688558578491211, - 72.83175659179688, - -20.532501220703125 - ] - ], - [ - 1.7999999523162842, - [ - 3.0121383666992188, - 71.38301849365234, - -17.901216506958008 - ] - ], - [ - 1.8333333730697632, - [ - 1.1271785497665405, - 69.9603271484375, - -15.97041130065918 - ] - ], - [ - 1.8666666746139526, - [ - -1.0360722541809082, - 69.50636291503906, - -15.605711936950684 - ] - ], - [ - 1.899999976158142, - [ - -2.858914375305176, - 69.43708801269531, - -16.8922061920166 - ] - ], - [ - 1.9333332777023315, - [ - -3.776557683944702, - 69.70597076416016, - -18.78207778930664 - ] - ], - [ - 1.9666666984558105, - [ - -4.207195281982422, - 70.54167938232422, - -21.30514907836914 - ] - ], - [ - 2.0, - [ - -4.682924270629883, - 71.30596923828125, - -24.646278381347656 - ] - ], - [ - 2.0333333015441895, - [ - -5.297206401824951, - 71.25899505615234, - -28.14056396484375 - ] - ], - [ - 2.066666603088379, - [ - -5.3296427726745605, - 70.3947982788086, - -30.591615676879883 - ] - ], - [ - 2.0999999046325684, - [ - -4.387710094451904, - 69.16500854492188, - -31.154033660888672 - ] - ], - [ - 2.133333444595337, - [ - -2.4364616870880127, - 67.81671142578125, - -29.727699279785156 - ] - ], - [ - 2.1666667461395264, - [ - 0.5539522171020508, - 66.60558319091797, - -26.613981246948242 - ] - ], - [ - 2.200000047683716, - [ - 3.9645349979400635, - 65.57289123535156, - -23.170007705688477 - ] - ], - [ - 2.2333333492279053, - [ - 6.840407371520996, - 64.8016586303711, - -21.39693832397461 - ] - ], - [ - 2.2666666507720947, - [ - 8.629570007324219, - 64.7452163696289, - -22.38141441345215 - ] - ], - [ - 2.299999952316284, - [ - 8.642777442932129, - 66.01902770996094, - -24.602710723876953 - ] - ], - [ - 2.3333332538604736, - [ - 6.708462715148926, - 68.29917907714844, - -26.523881912231445 - ] - ], - [ - 2.366666555404663, - [ - 4.038052082061768, - 70.2574234008789, - -27.071168899536133 - ] - ], - [ - 2.4000000953674316, - [ - 1.838151454925537, - 71.00933074951172, - -25.03301239013672 - ] - ], - [ - 2.433333396911621, - [ - 0.33458206057548523, - 71.00946044921875, - -20.5537166595459 - ] - ], - [ - 2.4666666984558105, - [ - -0.8599269390106201, - 70.66352844238281, - -14.170248985290527 - ] - ], - [ - 2.5, - [ - -1.6654008626937866, - 70.38618469238281, - -7.166116714477539 - ] - ], - [ - 2.5333333015441895, - [ - -2.088622570037842, - 70.60753631591797, - -0.39315345883369446 - ] - ], - [ - 2.566666603088379, - [ - -2.7024381160736084, - 71.41564178466797, - 5.313198089599609 - ] - ], - [ - 2.5999999046325684, - [ - -3.164296865463257, - 72.36754608154297, - 9.229281425476074 - ] - ], - [ - 2.633333444595337, - [ - -2.777254104614258, - 72.93832397460938, - 11.720612525939941 - ] - ], - [ - 2.6666667461395264, - [ - -1.9764363765716553, - 73.12201690673828, - 12.875649452209473 - ] - ], - [ - 2.700000047683716, - [ - -1.876108169555664, - 72.76805877685547, - 12.508946418762207 - ] - ], - [ - 2.7333333492279053, - [ - -3.0400140285491943, - 71.92024230957031, - 11.06472396850586 - ] - ], - [ - 2.7666666507720947, - [ - -4.950611591339111, - 70.634033203125, - 9.838125228881836 - ] - ], - [ - 2.799999952316284, - [ - -7.278896808624268, - 69.00196838378906, - 9.714592933654785 - ] - ], - [ - 2.8333332538604736, - [ - -9.44109058380127, - 67.27367401123047, - 11.658000946044922 - ] - ], - [ - 2.866666555404663, - [ - -10.422889709472656, - 65.62274169921875, - 15.90645980834961 - ] - ], - [ - 2.9000000953674316, - [ - -10.70234489440918, - 64.92974853515625, - 20.614578247070313 - ] - ], - [ - 2.933333396911621, - [ - -11.417664527893066, - 65.94520568847656, - 23.47757911682129 - ] - ], - [ - 2.9666666984558105, - [ - -12.973687171936035, - 67.91136932373047, - 23.37831687927246 - ] - ], - [ - 3.0, - [ - -14.097687721252441, - 70.36927032470703, - 21.036407470703125 - ] - ], - [ - 3.0333333015441895, - [ - -14.468877792358398, - 72.67314910888672, - 18.557518005371094 - ] - ], - [ - 3.066666603088379, - [ - -13.900949478149414, - 73.69818878173828, - 16.43061065673828 - ] - ], - [ - 3.0999999046325684, - [ - -12.281755447387695, - 73.25724029541016, - 15.15758228302002 - ] - ], - [ - 3.133333444595337, - [ - -10.775869369506836, - 70.80126953125, - 13.655878067016602 - ] - ], - [ - 3.1666667461395264, - [ - -10.791861534118652, - 68.08392333984375, - 10.89472770690918 - ] - ], - [ - 3.200000047683716, - [ - -12.620589256286621, - 67.0379867553711, - 7.209756851196289 - ] - ], - [ - 3.2333333492279053, - [ - -15.101348876953125, - 66.93147277832031, - 3.0936203002929688 - ] - ], - [ - 3.2666666507720947, - [ - -17.478469848632813, - 67.95873260498047, - -1.3314273357391357 - ] - ], - [ - 3.299999952316284, - [ - -19.26634407043457, - 69.90802764892578, - -5.3997063636779785 - ] - ], - [ - 3.3333332538604736, - [ - -19.36587905883789, - 72.5039291381836, - -7.895463466644287 - ] - ], - [ - 3.366666555404663, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292313591_202391.json b/lenses/physics-objects/Scene/assets/1646688292313591_202391.json deleted file mode 100644 index f33924db..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292313591_202391.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292313591:202391", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ], - [ - 0.03333333507180214, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ], - [ - 0.06666667014360428, - [ - -0.22904522716999054, - -0.09478938579559326, - 0.033794596791267395, - 0.9681999683380127 - ] - ], - [ - 0.10000000149011612, - [ - -0.21366634964942932, - -0.09575486183166504, - 0.04146936908364296, - 0.9713176488876343 - ] - ], - [ - 0.13333334028720856, - [ - -0.19757923483848572, - -0.09620513767004013, - 0.05055614560842514, - 0.9742438793182373 - ] - ], - [ - 0.1666666716337204, - [ - -0.18580573797225952, - -0.09582380205392838, - 0.060320280492305756, - 0.9760407209396362 - ] - ], - [ - 0.20000000298023224, - [ - -0.18339908123016357, - -0.094595767557621, - 0.07004547119140625, - 0.975966215133667 - ] - ], - [ - 0.23333333432674408, - [ - -0.1953558623790741, - -0.09277528524398804, - 0.078867107629776, - 0.9731437563896179 - ] - ], - [ - 0.2666666805744171, - [ - -0.2276282161474228, - -0.09074219316244125, - 0.08537232875823975, - 0.96574467420578 - ] - ], - [ - 0.30000001192092896, - [ - -0.2756156921386719, - -0.08879505097866058, - 0.08862829208374023, - 0.9530459046363831 - ] - ], - [ - 0.3333333432674408, - [ - -0.3282901644706726, - -0.08705039322376251, - 0.08892618864774704, - 0.9363439083099365 - ] - ], - [ - 0.36666667461395264, - [ - -0.37511980533599854, - -0.08552776277065277, - 0.08782731741666794, - 0.9188344478607178 - ] - ], - [ - 0.4000000059604645, - [ - -0.4065358340740204, - -0.08411236107349396, - 0.08790735900402069, - 0.9054977893829346 - ] - ], - [ - 0.4333333373069763, - [ - -0.4192669093608856, - -0.08254703879356384, - 0.0908464565873146, - 0.8995266556739807 - ] - ], - [ - 0.46666666865348816, - [ - -0.4192642271518707, - -0.08107471466064453, - 0.0964871197938919, - 0.8990743160247803 - ] - ], - [ - 0.5, - [ - -0.40696874260902405, - -0.07276436686515808, - 0.10415586829185486, - 0.9045625329017639 - ] - ], - [ - 0.5333333611488342, - [ - -0.3840066194534302, - -0.05229644477367401, - 0.11149607598781586, - 0.9150806665420532 - ] - ], - [ - 0.5666666626930237, - [ - -0.3565700054168701, - -0.022836074233055115, - 0.11598359048366547, - 0.9267601370811462 - ] - ], - [ - 0.6000000238418579, - [ - -0.33130159974098206, - 0.012310309335589409, - 0.11592371016740799, - 0.9362956881523132 - ] - ], - [ - 0.6333333253860474, - [ - -0.31670722365379333, - 0.050065938383340836, - 0.1108609214425087, - 0.9406912326812744 - ] - ], - [ - 0.6666666865348816, - [ - -0.31191664934158325, - 0.08820194005966187, - 0.10210448503494263, - 0.9404802322387695 - ] - ], - [ - 0.699999988079071, - [ - -0.3102525770664215, - 0.12482766062021255, - 0.09104257076978683, - 0.9380152821540833 - ] - ], - [ - 0.7333333492279053, - [ - -0.3053966760635376, - 0.15781913697719574, - 0.07844779640436172, - 0.9357734322547913 - ] - ], - [ - 0.7666666507720947, - [ - -0.29136618971824646, - 0.18462973833084106, - 0.0645255297422409, - 0.9364048838615417 - ] - ], - [ - 0.800000011920929, - [ - -0.2685182988643646, - 0.2026626020669937, - 0.049301788210868835, - 0.9404228329658508 - ] - ], - [ - 0.8333333134651184, - [ - -0.24736875295639038, - 0.21016933023929596, - 0.0336172915995121, - 0.9452552199363708 - ] - ], - [ - 0.8666666746139526, - [ - -0.23236660659313202, - 0.2050323486328125, - 0.013010203838348389, - 0.950683057308197 - ] - ], - [ - 0.8999999761581421, - [ - -0.22352339327335358, - 0.18762826919555664, - -0.01593104377388954, - 0.9563363194465637 - ] - ], - [ - 0.9333333373069763, - [ - -0.22313527762889862, - 0.16047081351280212, - -0.049868740141391754, - 0.9601941704750061 - ] - ], - [ - 0.9666666388511658, - [ - -0.23348042368888855, - 0.1278005838394165, - -0.0847105160355568, - 0.9601969718933105 - ] - ], - [ - 1.0, - [ - -0.258018434047699, - 0.09697422385215759, - -0.11627355962991714, - 0.9542028903961182 - ] - ], - [ - 1.0333333015441895, - [ - -0.2897499203681946, - 0.07556700706481934, - -0.1414336860179901, - 0.9435735940933228 - ] - ], - [ - 1.0666667222976685, - [ - -0.31605589389801025, - 0.06963682919740677, - -0.15725688636302948, - 0.9330217838287354 - ] - ], - [ - 1.100000023841858, - [ - -0.3299650251865387, - 0.07236918061971664, - -0.16753149032592773, - 0.9261851906776428 - ] - ], - [ - 1.1333333253860474, - [ - -0.3270975947380066, - 0.07180154323577881, - -0.17802372574806213, - 0.925288736820221 - ] - ], - [ - 1.1666666269302368, - [ - -0.30486881732940674, - 0.06645039469003677, - -0.1883171796798706, - 0.9312228560447693 - ] - ], - [ - 1.2000000476837158, - [ - -0.26991769671440125, - 0.0576724037528038, - -0.1981927454471588, - 0.9404988884925842 - ] - ], - [ - 1.2333333492279053, - [ - -0.22785143554210663, - 0.046826090663671494, - -0.2074262797832489, - 0.9501922726631165 - ] - ], - [ - 1.2666666507720947, - [ - -0.18449148535728455, - 0.03555078059434891, - -0.21576854586601257, - 0.9581977725028992 - ] - ], - [ - 1.2999999523162842, - [ - -0.14587120711803436, - 0.02570837177336216, - -0.2229718118906021, - 0.9635062217712402 - ] - ], - [ - 1.3333333730697632, - [ - -0.11810623109340668, - 0.019312644377350807, - -0.22885431349277496, - 0.9660764336585999 - ] - ], - [ - 1.3666666746139526, - [ - -0.10839040577411652, - 0.018871746957302094, - -0.2333911806344986, - 0.9661386609077454 - ] - ], - [ - 1.399999976158142, - [ - -0.11391040682792664, - 0.023729724809527397, - -0.23649516701698303, - 0.9646405577659607 - ] - ], - [ - 1.4333332777023315, - [ - -0.12618641555309296, - 0.031190695241093636, - -0.23790061473846436, - 0.962552547454834 - ] - ], - [ - 1.4666666984558105, - [ - -0.1368858516216278, - 0.03832962363958359, - -0.23716332018375397, - 0.9610133767127991 - ] - ], - [ - 1.5, - [ - -0.13735978305339813, - 0.042003996670246124, - -0.23364347219467163, - 0.9616542458534241 - ] - ], - [ - 1.5333333015441895, - [ - -0.12485464662313461, - 0.041442081332206726, - -0.2269655168056488, - 0.964976966381073 - ] - ], - [ - 1.5666667222976685, - [ - -0.10888835787773132, - 0.03855162858963013, - -0.20893575251102448, - 0.971083402633667 - ] - ], - [ - 1.600000023841858, - [ - -0.09605193138122559, - 0.035154495388269424, - -0.17456354200839996, - 0.9793190360069275 - ] - ], - [ - 1.6333333253860474, - [ - -0.08965233713388443, - 0.03346533700823784, - -0.12893518805503845, - 0.9870249629020691 - ] - ], - [ - 1.6666666269302368, - [ - -0.09332189708948135, - 0.03421027958393097, - -0.07726431638002396, - 0.9920439124107361 - ] - ], - [ - 1.7000000476837158, - [ - -0.11080636084079742, - 0.036499667912721634, - -0.024743294343352318, - 0.9928632974624634 - ] - ], - [ - 1.7333333492279053, - [ - -0.14679768681526184, - 0.03833671286702156, - 0.023449718952178955, - 0.9881451725959778 - ] - ], - [ - 1.7666666507720947, - [ - -0.19517666101455688, - 0.0371076874434948, - 0.06240107864141464, - 0.9780772924423218 - ] - ], - [ - 1.7999999523162842, - [ - -0.24334093928337097, - 0.03229701519012451, - 0.08788960427045822, - 0.9654105305671692 - ] - ], - [ - 1.8333333730697632, - [ - -0.28009217977523804, - 0.026956677436828613, - 0.10151713341474533, - 0.9542096257209778 - ] - ], - [ - 1.8666666746139526, - [ - -0.2967560291290283, - 0.026996569707989693, - 0.10523167252540588, - 0.9487535953521729 - ] - ], - [ - 1.899999976158142, - [ - -0.2934722304344177, - 0.03296194598078728, - 0.10162264108657837, - 0.9499791860580444 - ] - ], - [ - 1.9333332777023315, - [ - -0.2795098125934601, - 0.04116671159863472, - 0.09498217701911926, - 0.9545459151268005 - ] - ], - [ - 1.9666666984558105, - [ - -0.25964638590812683, - 0.0504116490483284, - 0.08533263951539993, - 0.9606043696403503 - ] - ], - [ - 2.0, - [ - -0.23881874978542328, - 0.0596524216234684, - 0.07321500033140182, - 0.9664610624313354 - ] - ], - [ - 2.0333333015441895, - [ - -0.2221296727657318, - 0.06818236410617828, - 0.05994294211268425, - 0.9707814455032349 - ] - ], - [ - 2.066666603088379, - [ - -0.21475689113140106, - 0.07571687549352646, - 0.04759111627936363, - 0.9725643992424011 - ] - ], - [ - 2.0999999046325684, - [ - -0.22292248904705048, - 0.08220476657152176, - 0.0389292947947979, - 0.9705835580825806 - ] - ], - [ - 2.133333444595337, - [ - -0.24460667371749878, - 0.08596319705247879, - 0.03615202382206917, - 0.9651275277137756 - ] - ], - [ - 2.1666667461395264, - [ - -0.27189114689826965, - 0.08576148003339767, - 0.038519565016031265, - 0.9577246308326721 - ] - ], - [ - 2.200000047683716, - [ - -0.2951032519340515, - 0.08166222274303436, - 0.043642960488796234, - 0.9509682655334473 - ] - ], - [ - 2.2333333492279053, - [ - -0.304782509803772, - 0.07356557250022888, - 0.049022119492292404, - 0.948310375213623 - ] - ], - [ - 2.2666666507720947, - [ - -0.29754623770713806, - 0.06199627369642258, - 0.052845872938632965, - 0.9512256383895874 - ] - ], - [ - 2.299999952316284, - [ - -0.2834271788597107, - 0.041315317153930664, - 0.044042643159627914, - 0.9570905566215515 - ] - ], - [ - 2.3333332538604736, - [ - -0.2698514759540558, - 0.007437916472554207, - 0.017058882862329483, - 0.96272212266922 - ] - ], - [ - 2.366666555404663, - [ - -0.25981107354164124, - -0.03479606658220291, - -0.020327256992459297, - 0.9648183584213257 - ] - ], - [ - 2.4000000953674316, - [ - -0.2565397322177887, - -0.07877073436975479, - -0.06084807217121124, - 0.9613949656486511 - ] - ], - [ - 2.433333396911621, - [ - -0.26338621973991394, - -0.1161341592669487, - -0.09803860634565353, - 0.9526432752609253 - ] - ], - [ - 2.4666666984558105, - [ - -0.28344783186912537, - -0.13916711509227753, - -0.12434927374124527, - 0.9406524896621704 - ] - ], - [ - 2.5, - [ - -0.30940577387809753, - -0.14476771652698517, - -0.13262268900871277, - 0.9304416179656982 - ] - ], - [ - 2.5333333015441895, - [ - -0.3338458240032196, - -0.14087413251399994, - -0.12831391394138336, - 0.923166811466217 - ] - ], - [ - 2.566666603088379, - [ - -0.3519377112388611, - -0.1381596028804779, - -0.12186264991760254, - 0.9177152514457703 - ] - ], - [ - 2.5999999046325684, - [ - -0.35540771484375, - -0.14040005207061768, - -0.11535485088825226, - 0.9168787598609924 - ] - ], - [ - 2.633333444595337, - [ - -0.34169772267341614, - -0.1490795910358429, - -0.1104629635810852, - 0.9213120341300964 - ] - ], - [ - 2.6666667461395264, - [ - -0.3173202574253082, - -0.16159890592098236, - -0.10705910623073578, - 0.9282951951026917 - ] - ], - [ - 2.700000047683716, - [ - -0.28798484802246094, - -0.17563459277153015, - -0.10451547056436539, - 0.9355713725090027 - ] - ], - [ - 2.7333333492279053, - [ - -0.25944358110427856, - -0.18886496126651764, - -0.10155612230300903, - 0.941650390625 - ] - ], - [ - 2.7666666507720947, - [ - -0.23667588829994202, - -0.19757921993732452, - -0.09796229004859924, - 0.9462295770645142 - ] - ], - [ - 2.799999952316284, - [ - -0.22456321120262146, - -0.19894222915172577, - -0.09340549260377884, - 0.9493517875671387 - ] - ], - [ - 2.8333332538604736, - [ - -0.22965900599956512, - -0.19337524473667145, - -0.0859469473361969, - 0.9499874114990234 - ] - ], - [ - 2.866666555404663, - [ - -0.24857370555400848, - -0.18298155069351196, - -0.07597465813159943, - 0.9481332898139954 - ] - ], - [ - 2.9000000953674316, - [ - -0.27187055349349976, - -0.16936467587947845, - -0.06540242582559586, - 0.9450526833534241 - ] - ], - [ - 2.933333396911621, - [ - -0.2902727723121643, - -0.15434110164642334, - -0.05597133934497833, - 0.942755401134491 - ] - ], - [ - 2.9666666984558105, - [ - -0.2946203351020813, - -0.13969561457633972, - -0.048768363893032074, - 0.9440898299217224 - ] - ], - [ - 3.0, - [ - -0.2931362986564636, - -0.11948321014642715, - -0.037892576307058334, - 0.9478180408477783 - ] - ], - [ - 3.0333333015441895, - [ - -0.29886394739151, - -0.09664594382047653, - -0.02116278186440468, - 0.9491533041000366 - ] - ], - [ - 3.066666603088379, - [ - -0.3062021732330322, - -0.0816417932510376, - -0.001998515333980322, - 0.9484570622444153 - ] - ], - [ - 3.0999999046325684, - [ - -0.309878408908844, - -0.07622197270393372, - 0.01404891163110733, - 0.9476118683815002 - ] - ], - [ - 3.133333444595337, - [ - -0.30195388197898865, - -0.08243777602910995, - 0.024374980479478836, - 0.9494386315345764 - ] - ], - [ - 3.1666667461395264, - [ - -0.28500646352767944, - -0.09396345913410187, - 0.02786274068057537, - 0.9535018801689148 - ] - ], - [ - 3.200000047683716, - [ - -0.27082115411758423, - -0.09964067488908768, - 0.026472056284546852, - 0.9570929408073425 - ] - ], - [ - 3.2333333492279053, - [ - -0.25921496748924255, - -0.09973911195993423, - 0.024315282702445984, - 0.9603481292724609 - ] - ], - [ - 3.2666666507720947, - [ - -0.2502816915512085, - -0.09834075719118118, - 0.023608194664120674, - 0.9628763198852539 - ] - ], - [ - 3.299999952316284, - [ - -0.24447232484817505, - -0.0962328091263771, - 0.024061011150479317, - 0.9645691514015198 - ] - ], - [ - 3.3333332538604736, - [ - -0.2411077916622162, - -0.09461022913455963, - 0.02563912607729435, - 0.9655354022979736 - ] - ], - [ - 3.366666555404663, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292313724_202398.json b/lenses/physics-objects/Scene/assets/1646688292313724_202398.json deleted file mode 100644 index 30a94520..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292313724_202398.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292313724:202398", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292373321_202434.json b/lenses/physics-objects/Scene/assets/1646688292373321_202434.json deleted file mode 100644 index 0e7a8d5b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292373321_202434.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292373321:202434", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5083333253860474, - [ - 0.0, - 1.2042196989059448, - 0.0 - ] - ], - [ - 0.5166666507720947, - [ - 0.0, - 4.335182189941406, - 0.0 - ] - ], - [ - 0.5250000357627869, - [ - 0.0, - 8.670392990112305, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 13.48725700378418, - 0.0 - ] - ], - [ - 0.5444444417953491, - [ - 0.0, - 21.40846061706543, - 0.0 - ] - ], - [ - 0.5555555820465088, - [ - 0.0, - 30.61369514465332, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 0.574999988079071, - [ - 0.0, - 43.35176086425781, - 0.0 - ] - ], - [ - 0.5833333730697632, - [ - 0.0, - 47.68696975708008, - 0.0 - ] - ], - [ - 0.5916666984558105, - [ - 0.0, - 50.81792449951172, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 0.6111111044883728, - [ - 0.0, - 49.951988220214844, - 0.0 - ] - ], - [ - 0.6222222447395325, - [ - 0.0, - 44.885581970214844, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 38.534934997558594, - 0.0 - ] - ], - [ - 0.6416666507720947, - [ - 0.0, - 32.81490707397461, - 0.0 - ] - ], - [ - 0.6583333611488342, - [ - 0.0, - 19.207216262817383, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 13.487196922302246, - 0.0 - ] - ], - [ - 0.6777777671813965, - [ - 0.0, - 7.136546611785889, - 0.0 - ] - ], - [ - 0.6888889074325562, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4777778387069702, - [ - 0.0, - 2.0701687335968018, - 0.0 - ] - ], - [ - 1.4888888597488403, - [ - 0.0, - 7.1365180015563965, - 0.0 - ] - ], - [ - 1.5, - [ - 0.0, - 13.48719310760498, - 0.0 - ] - ], - [ - 1.5111111402511597, - [ - 0.0, - 21.4084415435791, - 0.0 - ] - ], - [ - 1.5222221612930298, - [ - 0.0, - 30.61357879638672, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 38.534847259521484, - 0.0 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 43.351715087890625, - 0.0 - ] - ], - [ - 1.5499999523162842, - [ - 0.0, - 47.686912536621094, - 0.0 - ] - ], - [ - 1.558333396911621, - [ - 0.0, - 50.817928314208984, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 1.5777778625488281, - [ - 0.0, - 49.95195388793945, - 0.0 - ] - ], - [ - 1.5888888835906982, - [ - 0.0, - 44.88558578491211, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 1.6111111640930176, - [ - 0.0, - 30.61363410949707, - 0.0 - ] - ], - [ - 1.6222221851348877, - [ - 0.0, - 21.408485412597656, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - 13.487221717834473, - 0.0 - ] - ], - [ - 1.644444465637207, - [ - 0.0, - 7.136542797088623, - 0.0 - ] - ], - [ - 1.6555554866790771, - [ - 0.0, - 2.070175886154175, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.277777671813965, - [ - 0.0, - 2.070115089416504, - 0.0 - ] - ], - [ - 2.288888931274414, - [ - 0.0, - 7.136578559875488, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 13.487189292907715, - 0.0 - ] - ], - [ - 2.3111109733581543, - [ - 0.0, - 21.408348083496094, - 0.0 - ] - ], - [ - 2.3222222328186035, - [ - 0.0, - 30.613689422607422, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 38.53486633300781, - 0.0 - ] - ], - [ - 2.3444442749023438, - [ - 0.0, - 44.88549041748047, - 0.0 - ] - ], - [ - 2.355555534362793, - [ - 0.0, - 49.95197677612305, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 2.375, - [ - 0.0, - 50.817901611328125, - 0.0 - ] - ], - [ - 2.383333206176758, - [ - 0.0, - 47.68696594238281, - 0.0 - ] - ], - [ - 2.3916666507720947, - [ - 0.0, - 43.35169982910156, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 38.53474807739258, - 0.0 - ] - ], - [ - 2.4111111164093018, - [ - 0.0, - 30.613571166992188, - 0.0 - ] - ], - [ - 2.422222375869751, - [ - 0.0, - 21.408252716064453, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 13.48713207244873, - 0.0 - ] - ], - [ - 2.444444417953491, - [ - 0.0, - 7.136532306671143, - 0.0 - ] - ], - [ - 2.4555556774139404, - [ - 0.0, - 2.070100784301758, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.6083333492279053, - [ - 0.0, - 1.204234004020691, - 0.0 - ] - ], - [ - 3.616666793823242, - [ - 0.0, - 4.335289478302002, - 0.0 - ] - ], - [ - 3.625, - [ - 0.0, - 8.670446395874023, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 13.487397193908691, - 0.0 - ] - ], - [ - 3.644444465637207, - [ - 0.0, - 21.408580780029297, - 0.0 - ] - ], - [ - 3.6555557250976563, - [ - 0.0, - 30.6138973236084, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 38.53501892089844, - 0.0 - ] - ], - [ - 3.6777777671813965, - [ - 0.0, - 44.88561248779297, - 0.0 - ] - ], - [ - 3.6888890266418457, - [ - 0.0, - 49.95204162597656, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 3.711111068725586, - [ - 0.0, - 49.951995849609375, - 0.0 - ] - ], - [ - 3.722222328186035, - [ - 0.0, - 44.88552474975586, - 0.0 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 38.534908294677734, - 0.0 - ] - ], - [ - 3.7444443702697754, - [ - 0.0, - 30.613737106323242, - 0.0 - ] - ], - [ - 3.7555556297302246, - [ - 0.0, - 21.40839958190918, - 0.0 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 13.487232208251953, - 0.0 - ] - ], - [ - 3.777777671813965, - [ - 0.0, - 7.136610984802246, - 0.0 - ] - ], - [ - 3.788888931274414, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.577777862548828, - [ - 0.0, - 2.070183038711548, - 0.0 - ] - ], - [ - 4.588888645172119, - [ - 0.0, - 7.136421203613281, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 13.487168312072754, - 0.0 - ] - ], - [ - 4.611111164093018, - [ - 0.0, - 21.40850257873535, - 0.0 - ] - ], - [ - 4.622221946716309, - [ - 0.0, - 30.613454818725586, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 38.53483963012695, - 0.0 - ] - ], - [ - 4.644444465637207, - [ - 0.0, - 44.88559341430664, - 0.0 - ] - ], - [ - 4.655555248260498, - [ - 0.0, - 49.95187759399414, - 0.0 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 4.6777777671813965, - [ - 0.0, - 49.95200729370117, - 0.0 - ] - ], - [ - 4.6888885498046875, - [ - 0.0, - 44.88582992553711, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 38.53513717651367, - 0.0 - ] - ], - [ - 4.711111068725586, - [ - 0.0, - 30.613872528076172, - 0.0 - ] - ], - [ - 4.722221851348877, - [ - 0.0, - 21.408964157104492, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 13.487568855285645, - 0.0 - ] - ], - [ - 4.741666793823242, - [ - 0.0, - 8.67046070098877, - 0.0 - ] - ], - [ - 4.75, - [ - 0.0, - 4.335282325744629, - 0.0 - ] - ], - [ - 4.758333206176758, - [ - 0.0, - 1.2042804956436157, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.144444465637207, - [ - 0.0, - 2.0701615810394287, - 0.0 - ] - ], - [ - 6.155555248260498, - [ - 0.0, - 7.136389255523682, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 13.487135887145996, - 0.0 - ] - ], - [ - 6.1777777671813965, - [ - 0.0, - 21.408449172973633, - 0.0 - ] - ], - [ - 6.1888885498046875, - [ - 0.0, - 30.613405227661133, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 38.5348014831543, - 0.0 - ] - ], - [ - 6.211111068725586, - [ - 0.0, - 44.88555908203125, - 0.0 - ] - ], - [ - 6.222221851348877, - [ - 0.0, - 49.95185470581055, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 6.241666793823242, - [ - 0.0, - 50.81785202026367, - 0.0 - ] - ], - [ - 6.25, - [ - 0.0, - 47.68685531616211, - 0.0 - ] - ], - [ - 6.258333206176758, - [ - 0.0, - 43.3516731262207, - 0.0 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 38.53456497192383, - 0.0 - ] - ], - [ - 6.277778148651123, - [ - 0.0, - 30.613170623779297, - 0.0 - ] - ], - [ - 6.288888931274414, - [ - 0.0, - 21.408266067504883, - 0.0 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 13.486992835998535, - 0.0 - ] - ], - [ - 6.3111114501953125, - [ - 0.0, - 7.1363067626953125, - 0.0 - ] - ], - [ - 6.3222222328186035, - [ - 0.0, - 2.07012939453125, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292373483_202441.json b/lenses/physics-objects/Scene/assets/1646688292373483_202441.json deleted file mode 100644 index da242e1c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292373483_202441.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292373483:202441", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292373624_202448.json b/lenses/physics-objects/Scene/assets/1646688292373624_202448.json deleted file mode 100644 index 7d44d873..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292373624_202448.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292373624:202448", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5083333253860474, - [ - 1.0, - 0.9799210429191589, - 1.0 - ] - ], - [ - 0.5166666507720947, - [ - 1.0, - 0.9277158975601196, - 1.0 - ] - ], - [ - 0.5250000357627869, - [ - 1.0, - 0.855431318283081, - 1.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.0, - 0.7751157283782959, - 1.0 - ] - ], - [ - 0.5444444417953491, - [ - 1.0, - 0.6430389285087585, - 1.0 - ] - ], - [ - 0.5555555820465088, - [ - 1.0, - 0.48955237865448, - 1.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.0, - 0.35747548937797546, - 1.0 - ] - ], - [ - 0.574999988079071, - [ - 1.0, - 0.27716001868247986, - 1.0 - ] - ], - [ - 0.5833333730697632, - [ - 1.0, - 0.20487546920776367, - 1.0 - ] - ], - [ - 0.5916666984558105, - [ - 1.0, - 0.15267041325569153, - 1.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 0.6111111044883728, - [ - 1.0, - 0.16710889339447021, - 1.0 - ] - ], - [ - 0.6222222447395325, - [ - 1.0, - 0.25158533453941345, - 1.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.0, - 0.3574749529361725, - 1.0 - ] - ], - [ - 0.6416666507720947, - [ - 1.0, - 0.45284971594810486, - 1.0 - ] - ], - [ - 0.6583333611488342, - [ - 1.0, - 0.6797420978546143, - 1.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.0, - 0.7751167416572571, - 1.0 - ] - ], - [ - 0.6777777671813965, - [ - 1.0, - 0.8810064196586609, - 1.0 - ] - ], - [ - 0.6888889074325562, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 0.699999988079071, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4777778387069702, - [ - 1.0, - 0.9654823541641235, - 1.0 - ] - ], - [ - 1.4888888597488403, - [ - 1.0, - 0.8810068964958191, - 1.0 - ] - ], - [ - 1.5, - [ - 1.0, - 0.7751168012619019, - 1.0 - ] - ], - [ - 1.5111111402511597, - [ - 1.0, - 0.6430392265319824, - 1.0 - ] - ], - [ - 1.5222221612930298, - [ - 1.0, - 0.4895543158054352, - 1.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.0, - 0.35747644305229187, - 1.0 - ] - ], - [ - 1.5416666269302368, - [ - 1.0, - 0.27716079354286194, - 1.0 - ] - ], - [ - 1.5499999523162842, - [ - 1.0, - 0.20487643778324127, - 1.0 - ] - ], - [ - 1.558333396911621, - [ - 1.0, - 0.15267035365104675, - 1.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 1.5777778625488281, - [ - 1.0, - 0.16710948944091797, - 1.0 - ] - ], - [ - 1.5888888835906982, - [ - 1.0, - 0.2515852749347687, - 1.0 - ] - ], - [ - 1.600000023841858, - [ - 1.0, - 0.3574754595756531, - 1.0 - ] - ], - [ - 1.6111111640930176, - [ - 1.0, - 0.48955339193344116, - 1.0 - ] - ], - [ - 1.6222221851348877, - [ - 1.0, - 0.6430385112762451, - 1.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.0, - 0.7751163244247437, - 1.0 - ] - ], - [ - 1.644444465637207, - [ - 1.0, - 0.8810064792633057, - 1.0 - ] - ], - [ - 1.6555554866790771, - [ - 1.0, - 0.965482234954834, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.2666666507720947, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.277777671813965, - [ - 1.0, - 0.9654832482337952, - 1.0 - ] - ], - [ - 2.288888931274414, - [ - 1.0, - 0.8810058832168579, - 1.0 - ] - ], - [ - 2.299999952316284, - [ - 1.0, - 0.7751168608665466, - 1.0 - ] - ], - [ - 2.3111109733581543, - [ - 1.0, - 0.6430407762527466, - 1.0 - ] - ], - [ - 2.3222222328186035, - [ - 1.0, - 0.48955246806144714, - 1.0 - ] - ], - [ - 2.3333332538604736, - [ - 1.0, - 0.3574760854244232, - 1.0 - ] - ], - [ - 2.3444442749023438, - [ - 1.0, - 0.25158682465553284, - 1.0 - ] - ], - [ - 2.355555534362793, - [ - 1.0, - 0.16710911691188812, - 1.0 - ] - ], - [ - 2.366666555404663, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 2.375, - [ - 1.0, - 0.15267080068588257, - 1.0 - ] - ], - [ - 2.383333206176758, - [ - 1.0, - 0.20487552881240845, - 1.0 - ] - ], - [ - 2.3916666507720947, - [ - 1.0, - 0.27716100215911865, - 1.0 - ] - ], - [ - 2.4000000953674316, - [ - 1.0, - 0.3574780821800232, - 1.0 - ] - ], - [ - 2.4111111164093018, - [ - 1.0, - 0.48955443501472473, - 1.0 - ] - ], - [ - 2.422222375869751, - [ - 1.0, - 0.6430423855781555, - 1.0 - ] - ], - [ - 2.433333396911621, - [ - 1.0, - 0.775117814540863, - 1.0 - ] - ], - [ - 2.444444417953491, - [ - 1.0, - 0.88100665807724, - 1.0 - ] - ], - [ - 2.4555556774139404, - [ - 1.0, - 0.9654834866523743, - 1.0 - ] - ], - [ - 2.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.5999999046325684, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.6083333492279053, - [ - 1.0, - 0.9799208045005798, - 1.0 - ] - ], - [ - 3.616666793823242, - [ - 1.0, - 0.9277141094207764, - 1.0 - ] - ], - [ - 3.625, - [ - 1.0, - 0.8554304242134094, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - 1.0, - 0.7751134037971497, - 1.0 - ] - ], - [ - 3.644444465637207, - [ - 1.0, - 0.6430369019508362, - 1.0 - ] - ], - [ - 3.6555557250976563, - [ - 1.0, - 0.48954901099205017, - 1.0 - ] - ], - [ - 3.6666667461395264, - [ - 1.0, - 0.35747355222702026, - 1.0 - ] - ], - [ - 3.6777777671813965, - [ - 1.0, - 0.25158482789993286, - 1.0 - ] - ], - [ - 3.6888890266418457, - [ - 1.0, - 0.16710801422595978, - 1.0 - ] - ], - [ - 3.700000047683716, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 3.711111068725586, - [ - 1.0, - 0.16710875928401947, - 1.0 - ] - ], - [ - 3.722222328186035, - [ - 1.0, - 0.25158625841140747, - 1.0 - ] - ], - [ - 3.7333333492279053, - [ - 1.0, - 0.3574753701686859, - 1.0 - ] - ], - [ - 3.7444443702697754, - [ - 1.0, - 0.4895516633987427, - 1.0 - ] - ], - [ - 3.7555556297302246, - [ - 1.0, - 0.6430399417877197, - 1.0 - ] - ], - [ - 3.7666666507720947, - [ - 1.0, - 0.7751161456108093, - 1.0 - ] - ], - [ - 3.777777671813965, - [ - 1.0, - 0.8810053467750549, - 1.0 - ] - ], - [ - 3.788888931274414, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 3.799999952316284, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.566666603088379, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.577777862548828, - [ - 1.0, - 0.9654821157455444, - 1.0 - ] - ], - [ - 4.588888645172119, - [ - 1.0, - 0.881008505821228, - 1.0 - ] - ], - [ - 4.599999904632568, - [ - 1.0, - 0.7751172184944153, - 1.0 - ] - ], - [ - 4.611111164093018, - [ - 1.0, - 0.6430382132530212, - 1.0 - ] - ], - [ - 4.622221946716309, - [ - 1.0, - 0.48955637216567993, - 1.0 - ] - ], - [ - 4.633333206176758, - [ - 1.0, - 0.35747653245925903, - 1.0 - ] - ], - [ - 4.644444465637207, - [ - 1.0, - 0.25158512592315674, - 1.0 - ] - ], - [ - 4.655555248260498, - [ - 1.0, - 0.16711077094078064, - 1.0 - ] - ], - [ - 4.666666507720947, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 4.6777777671813965, - [ - 1.0, - 0.16710859537124634, - 1.0 - ] - ], - [ - 4.6888885498046875, - [ - 1.0, - 0.2515811622142792, - 1.0 - ] - ], - [ - 4.699999809265137, - [ - 1.0, - 0.3574715554714203, - 1.0 - ] - ], - [ - 4.711111068725586, - [ - 1.0, - 0.4895494282245636, - 1.0 - ] - ], - [ - 4.722221851348877, - [ - 1.0, - 0.6430305242538452, - 1.0 - ] - ], - [ - 4.733333110809326, - [ - 1.0, - 0.7751105427742004, - 1.0 - ] - ], - [ - 4.741666793823242, - [ - 1.0, - 0.8554301857948303, - 1.0 - ] - ], - [ - 4.75, - [ - 1.0, - 0.9277142286300659, - 1.0 - ] - ], - [ - 4.758333206176758, - [ - 1.0, - 0.9799200296401978, - 1.0 - ] - ], - [ - 4.766666889190674, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.133333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.144444465637207, - [ - 1.0, - 0.9654824733734131, - 1.0 - ] - ], - [ - 6.155555248260498, - [ - 1.0, - 0.881009042263031, - 1.0 - ] - ], - [ - 6.166666507720947, - [ - 1.0, - 0.7751177549362183, - 1.0 - ] - ], - [ - 6.1777777671813965, - [ - 1.0, - 0.6430391073226929, - 1.0 - ] - ], - [ - 6.1888885498046875, - [ - 1.0, - 0.4895572066307068, - 1.0 - ] - ], - [ - 6.199999809265137, - [ - 1.0, - 0.3574771583080292, - 1.0 - ] - ], - [ - 6.211111068725586, - [ - 1.0, - 0.2515856921672821, - 1.0 - ] - ], - [ - 6.222221851348877, - [ - 1.0, - 0.16711115837097168, - 1.0 - ] - ], - [ - 6.233333110809326, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 6.241666793823242, - [ - 1.0, - 0.15267163515090942, - 1.0 - ] - ], - [ - 6.25, - [ - 1.0, - 0.20487737655639648, - 1.0 - ] - ], - [ - 6.258333206176758, - [ - 1.0, - 0.27716147899627686, - 1.0 - ] - ], - [ - 6.266666889190674, - [ - 1.0, - 0.35748109221458435, - 1.0 - ] - ], - [ - 6.277778148651123, - [ - 1.0, - 0.4895611107349396, - 1.0 - ] - ], - [ - 6.288888931274414, - [ - 1.0, - 0.6430421471595764, - 1.0 - ] - ], - [ - 6.300000190734863, - [ - 1.0, - 0.7751201391220093, - 1.0 - ] - ], - [ - 6.3111114501953125, - [ - 1.0, - 0.8810104131698608, - 1.0 - ] - ], - [ - 6.3222222328186035, - [ - 1.0, - 0.9654830098152161, - 1.0 - ] - ], - [ - 6.333333492279053, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292374603_202461.json b/lenses/physics-objects/Scene/assets/1646688292374603_202461.json deleted file mode 100644 index fc0ac0db..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292374603_202461.json +++ /dev/null @@ -1,2570 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292374603:202461", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.03333333507180214, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.0416666679084301, - [ - -9.282278060913086, - 38.89265441894531, - 24.58257293701172 - ] - ], - [ - 0.05000000447034836, - [ - -9.374156951904297, - 44.04905700683594, - 24.825897216796875 - ] - ], - [ - 0.05833333730697632, - [ - -9.499730110168457, - 49.89438247680664, - 25.158458709716797 - ] - ], - [ - 0.06666667014360428, - [ - -9.636452674865723, - 54.179710388183594, - 25.520544052124023 - ] - ], - [ - 0.07777778059244156, - [ - -9.856290817260742, - 56.989376068115234, - 26.10274887084961 - ] - ], - [ - 0.08888889104127884, - [ - -10.109295845031738, - 58.358829498291016, - 26.77279281616211 - ] - ], - [ - 0.10000000149011612, - [ - -10.324888229370117, - 58.719642639160156, - 27.343751907348633 - ] - ], - [ - 0.10833333432674408, - [ - -10.452949523925781, - 58.61130905151367, - 27.68290138244629 - ] - ], - [ - 0.11666667461395264, - [ - -10.565679550170898, - 58.25349807739258, - 27.981449127197266 - ] - ], - [ - 0.125, - [ - -10.645910263061523, - 57.59700012207031, - 28.193925857543945 - ] - ], - [ - 0.13333334028720856, - [ - -10.676468849182129, - 56.592594146728516, - 28.27485466003418 - ] - ], - [ - 0.14444445073604584, - [ - -10.659414291381836, - 54.54631423950195, - 28.229690551757813 - ] - ], - [ - 0.15555556118488312, - [ - -10.614632606506348, - 51.910892486572266, - 28.11109161376953 - ] - ], - [ - 0.1666666716337204, - [ - -10.551657676696777, - 49.16157150268555, - 27.94431495666504 - ] - ], - [ - 0.17777778208255768, - [ - -10.470799446105957, - 45.79253005981445, - 27.730173110961914 - ] - ], - [ - 0.18888889253139496, - [ - -10.371748924255371, - 42.309757232666016, - 27.46785545349121 - ] - ], - [ - 0.20000000298023224, - [ - -10.263075828552246, - 40.705482482910156, - 27.180051803588867 - ] - ], - [ - 0.21111111342906952, - [ - -10.145088195800781, - 41.284568786621094, - 26.867582321166992 - ] - ], - [ - 0.2222222238779068, - [ - -10.017478942871094, - 42.35975646972656, - 26.529630661010742 - ] - ], - [ - 0.23333333432674408, - [ - -9.887866020202637, - 42.938838958740234, - 26.186370849609375 - ] - ], - [ - 0.24166667461395264, - [ - -9.787418365478516, - 42.90892028808594, - 25.920352935791016 - ] - ], - [ - 0.25, - [ - -9.683292388916016, - 42.835426330566406, - 25.644590377807617 - ] - ], - [ - 0.25833335518836975, - [ - -9.583141326904297, - 42.74276351928711, - 25.379358291625977 - ] - ], - [ - 0.2666666805744171, - [ - -9.494621276855469, - 42.65532684326172, - 25.144927978515625 - ] - ], - [ - 0.2777777910232544, - [ - -9.382838249206543, - 42.52433395385742, - 24.84889030456543 - ] - ], - [ - 0.2888889014720917, - [ - -9.287195205688477, - 42.388179779052734, - 24.59559440612793 - ] - ], - [ - 0.30000001192092896, - [ - -9.246641159057617, - 42.32533645629883, - 24.48819351196289 - ] - ], - [ - 0.31111112236976624, - [ - -9.307787895202637, - 42.53909683227539, - 24.650131225585938 - ] - ], - [ - 0.3222222328186035, - [ - -9.455533027648926, - 43.04107666015625, - 25.04140853881836 - ] - ], - [ - 0.3333333432674408, - [ - -9.636452674865723, - 43.622718811035156, - 25.520544052124023 - ] - ], - [ - 0.3444444537162781, - [ - -9.856290817260742, - 44.28154373168945, - 26.102750778198242 - ] - ], - [ - 0.35555556416511536, - [ - -10.109295845031738, - 45.0200080871582, - 26.77279281616211 - ] - ], - [ - 0.36666667461395264, - [ - -10.324889183044434, - 45.637168884277344, - 27.3437557220459 - ] - ], - [ - 0.3777777850627899, - [ - -10.493063926696777, - 46.09377670288086, - 27.789138793945313 - ] - ], - [ - 0.3888888955116272, - [ - -10.623819351196289, - 46.42906188964844, - 28.135421752929688 - ] - ], - [ - 0.4000000059604645, - [ - -10.676468849182129, - 46.55945587158203, - 28.27485466003418 - ] - ], - [ - 0.41111111640930176, - [ - -10.659414291381836, - 46.47359848022461, - 28.229690551757813 - ] - ], - [ - 0.42222222685813904, - [ - -10.614632606506348, - 46.259220123291016, - 28.11109161376953 - ] - ], - [ - 0.4333333373069763, - [ - -10.551657676696777, - 45.980934143066406, - 27.94431495666504 - ] - ], - [ - 0.4444444477558136, - [ - -10.470799446105957, - 45.651981353759766, - 27.730173110961914 - ] - ], - [ - 0.4555555582046509, - [ - -10.371748924255371, - 45.25912857055664, - 27.46785545349121 - ] - ], - [ - 0.46666666865348816, - [ - -10.263075828552246, - 44.82709884643555, - 27.180051803588867 - ] - ], - [ - 0.47777777910232544, - [ - -10.145089149475098, - 44.35639572143555, - 26.867582321166992 - ] - ], - [ - 0.4888888895511627, - [ - -10.017478942871094, - 43.846519470214844, - 26.529630661010742 - ] - ], - [ - 0.5, - [ - -9.887866020202637, - 43.32063674926758, - 26.186370849609375 - ] - ], - [ - 0.5083333253860474, - [ - -9.787418365478516, - 42.90879440307617, - 25.920352935791016 - ] - ], - [ - 0.5166666507720947, - [ - -9.683292388916016, - 42.47947311401367, - 25.644590377807617 - ] - ], - [ - 0.5250000357627869, - [ - -9.583141326904297, - 42.05809783935547, - 25.379358291625977 - ] - ], - [ - 0.5333333611488342, - [ - -9.494620323181152, - 41.670101165771484, - 25.144926071166992 - ] - ], - [ - 0.5444444417953491, - [ - -9.382838249206543, - 41.130496978759766, - 24.84889030456543 - ] - ], - [ - 0.5555555820465088, - [ - -9.287195205688477, - 40.63516616821289, - 24.59559440612793 - ] - ], - [ - 0.5666666626930237, - [ - -9.246641159057617, - 40.41799545288086, - 24.48819351196289 - ] - ], - [ - 0.574999988079071, - [ - -9.28227710723877, - 40.4868049621582, - 24.582571029663086 - ] - ], - [ - 0.5833333730697632, - [ - -9.374156951904297, - 40.67345428466797, - 24.825897216796875 - ] - ], - [ - 0.5916666984558105, - [ - -9.499730110168457, - 40.94827651977539, - 25.158458709716797 - ] - ], - [ - 0.6000000238418579, - [ - -9.636453628540039, - 41.28160095214844, - 25.52054786682129 - ] - ], - [ - 0.6111111044883728, - [ - -9.856290817260742, - 41.893646240234375, - 26.10274887084961 - ] - ], - [ - 0.6222222447395325, - [ - -10.109296798706055, - 42.62723159790039, - 26.772794723510742 - ] - ], - [ - 0.6333333253860474, - [ - -10.324888229370117, - 43.23947525024414, - 27.343751907348633 - ] - ], - [ - 0.6416666507720947, - [ - -10.452948570251465, - 43.57319259643555, - 27.682897567749023 - ] - ], - [ - 0.6499999761581421, - [ - -10.565679550170898, - 43.848602294921875, - 27.981447219848633 - ] - ], - [ - 0.6583333611488342, - [ - -10.645910263061523, - 44.03578186035156, - 28.193925857543945 - ] - ], - [ - 0.6666666865348816, - [ - -10.676468849182129, - 44.10482406616211, - 28.27485466003418 - ] - ], - [ - 0.6777777671813965, - [ - -10.659414291381836, - 43.97737121582031, - 28.229690551757813 - ] - ], - [ - 0.6888889074325562, - [ - -10.614632606506348, - 43.66970443725586, - 28.11109161376953 - ] - ], - [ - 0.699999988079071, - [ - -10.551657676696777, - 43.29362869262695, - 27.94431495666504 - ] - ], - [ - 0.7083333134651184, - [ - -10.493058204650879, - 42.9882926940918, - 27.789121627807617 - ] - ], - [ - 0.7166666984558105, - [ - -10.423016548156738, - 42.640262603759766, - 27.603628158569336 - ] - ], - [ - 0.7250000238418579, - [ - -10.345149993896484, - 42.26215744018555, - 27.39741325378418 - ] - ], - [ - 0.7333333492279053, - [ - -10.263075828552246, - 41.866607666015625, - 27.180051803588867 - ] - ], - [ - 0.7444444298744202, - [ - -10.145088195800781, - 41.30402755737305, - 26.867582321166992 - ] - ], - [ - 0.7666666507720947, - [ - -9.887866020202637, - 40.09307098388672, - 26.186370849609375 - ] - ], - [ - 0.7749999761581421, - [ - -9.787418365478516, - 39.62168884277344, - 25.920352935791016 - ] - ], - [ - 0.7833333015441895, - [ - -9.683292388916016, - 39.13494873046875, - 25.64459228515625 - ] - ], - [ - 0.7916666865348816, - [ - -9.583141326904297, - 38.66404724121094, - 25.379358291625977 - ] - ], - [ - 0.800000011920929, - [ - -9.494620323181152, - 38.24018859863281, - 25.144926071166992 - ] - ], - [ - 0.8111110925674438, - [ - -9.382838249206543, - 37.68076705932617, - 24.84889030456543 - ] - ], - [ - 0.8222222328186035, - [ - -9.287195205688477, - 37.18647766113281, - 24.59559440612793 - ] - ], - [ - 0.8333333134651184, - [ - -9.246641159057617, - 36.97357177734375, - 24.48819351196289 - ] - ], - [ - 0.8416666388511658, - [ - -9.28227710723877, - 37.08736038208008, - 24.582571029663086 - ] - ], - [ - 0.8500000238418579, - [ - -9.374156951904297, - 37.38739776611328, - 24.825897216796875 - ] - ], - [ - 0.8583333492279053, - [ - -9.499730110168457, - 37.81171798706055, - 25.158458709716797 - ] - ], - [ - 0.8666666746139526, - [ - -9.636452674865723, - 38.2983512878418, - 25.520544052124023 - ] - ], - [ - 0.8777777552604675, - [ - -9.856289863586426, - 38.69129180908203, - 26.10274887084961 - ] - ], - [ - 0.8888888955116272, - [ - -10.109295845031738, - 39.23176193237305, - 26.77279281616211 - ] - ], - [ - 0.8999999761581421, - [ - -10.324888229370117, - 40.95063781738281, - 27.343751907348633 - ] - ], - [ - 0.9083333015441895, - [ - -10.452948570251465, - 43.89043045043945, - 27.682897567749023 - ] - ], - [ - 0.9166666269302368, - [ - -10.565679550170898, - 47.99485778808594, - 27.981447219848633 - ] - ], - [ - 0.925000011920929, - [ - -10.645909309387207, - 52.15915298461914, - 28.193923950195313 - ] - ], - [ - 0.9333333373069763, - [ - -10.676468849182129, - 55.2784423828125, - 28.27485466003418 - ] - ], - [ - 0.9444444179534912, - [ - -10.659414291381836, - 57.50630187988281, - 28.229690551757813 - ] - ], - [ - 0.9555555582046509, - [ - -10.614632606506348, - 58.531490325927734, - 28.11109161376953 - ] - ], - [ - 0.9666666388511658, - [ - -10.551657676696777, - 58.77895736694336, - 27.94431495666504 - ] - ], - [ - 0.9749999642372131, - [ - -10.493058204650879, - 58.650421142578125, - 27.789121627807617 - ] - ], - [ - 0.9833333492279053, - [ - -10.423016548156738, - 58.227779388427734, - 27.603628158569336 - ] - ], - [ - 0.9916666746139526, - [ - -10.345149993896484, - 57.45552062988281, - 27.39741325378418 - ] - ], - [ - 1.0, - [ - -10.263075828552246, - 56.27811050415039, - 27.180051803588867 - ] - ], - [ - 1.0111111402511597, - [ - -10.145088195800781, - 53.886661529541016, - 26.86758041381836 - ] - ], - [ - 1.0222221612930298, - [ - -10.01747989654541, - 50.80810546875, - 26.529630661010742 - ] - ], - [ - 1.0333333015441895, - [ - -9.887866020202637, - 47.59103775024414, - 26.186370849609375 - ] - ], - [ - 1.0416666269302368, - [ - -9.787418365478516, - 44.729698181152344, - 25.920352935791016 - ] - ], - [ - 1.0499999523162842, - [ - -9.683292388916016, - 41.4605712890625, - 25.64459228515625 - ] - ], - [ - 1.058333396911621, - [ - -9.58314037322998, - 38.773292541503906, - 25.379356384277344 - ] - ], - [ - 1.0666667222976685, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.0777778625488281, - [ - -9.382838249206543, - 38.3637580871582, - 24.848888397216797 - ] - ], - [ - 1.0888888835906982, - [ - -9.287195205688477, - 39.855552673339844, - 24.59559440612793 - ] - ], - [ - 1.100000023841858, - [ - -9.246641159057617, - 41.19446563720703, - 24.48819351196289 - ] - ], - [ - 1.1111111640930176, - [ - -9.307788848876953, - 42.0106201171875, - 24.65013313293457 - ] - ], - [ - 1.1222221851348877, - [ - -9.45553207397461, - 42.673824310302734, - 25.041406631469727 - ] - ], - [ - 1.1333333253860474, - [ - -9.636452674865723, - 43.35426712036133, - 25.520544052124023 - ] - ], - [ - 1.144444465637207, - [ - -9.856290817260742, - 44.16300582885742, - 26.102750778198242 - ] - ], - [ - 1.1555554866790771, - [ - -10.109294891357422, - 44.988975524902344, - 26.772789001464844 - ] - ], - [ - 1.1666666269302368, - [ - -10.324888229370117, - 45.66930389404297, - 27.343751907348633 - ] - ], - [ - 1.1749999523162842, - [ - -10.452948570251465, - 46.059505462646484, - 27.682897567749023 - ] - ], - [ - 1.183333396911621, - [ - -10.565680503845215, - 46.378639221191406, - 27.981449127197266 - ] - ], - [ - 1.1916667222976685, - [ - -10.645910263061523, - 46.594051361083984, - 28.193925857543945 - ] - ], - [ - 1.2000000476837158, - [ - -10.676468849182129, - 46.67311096191406, - 28.27485466003418 - ] - ], - [ - 1.2111111879348755, - [ - -10.659414291381836, - 46.58917999267578, - 28.22968864440918 - ] - ], - [ - 1.2222222089767456, - [ - -10.614632606506348, - 46.376651763916016, - 28.11109161376953 - ] - ], - [ - 1.2333333492279053, - [ - -10.551657676696777, - 46.09423828125, - 27.94431495666504 - ] - ], - [ - 1.244444489479065, - [ - -10.47079849243164, - 45.75296401977539, - 27.73017120361328 - ] - ], - [ - 1.255555510520935, - [ - -10.371749877929688, - 45.341819763183594, - 27.467857360839844 - ] - ], - [ - 1.2666666507720947, - [ - -10.263075828552246, - 44.886329650878906, - 27.180051803588867 - ] - ], - [ - 1.2777777910232544, - [ - -10.145089149475098, - 44.3870849609375, - 26.867582321166992 - ] - ], - [ - 1.2888888120651245, - [ - -10.01747989654541, - 43.843505859375, - 26.529632568359375 - ] - ], - [ - 1.2999999523162842, - [ - -9.887866020202637, - 43.279266357421875, - 26.186370849609375 - ] - ], - [ - 1.3083332777023315, - [ - -9.787418365478516, - 42.835365295410156, - 25.920352935791016 - ] - ], - [ - 1.316666603088379, - [ - -9.683293342590332, - 42.37110900878906, - 25.644594192504883 - ] - ], - [ - 1.3250000476837158, - [ - -9.583141326904297, - 41.912689208984375, - 25.379358291625977 - ] - ], - [ - 1.3333333730697632, - [ - -9.494621276855469, - 41.48629379272461, - 25.144927978515625 - ] - ], - [ - 1.3444445133209229, - [ - -9.382838249206543, - 40.88010025024414, - 24.848888397216797 - ] - ], - [ - 1.355555534362793, - [ - -9.287195205688477, - 40.31532669067383, - 24.59559440612793 - ] - ], - [ - 1.3666666746139526, - [ - -9.246641159057617, - 40.06605529785156, - 24.48819351196289 - ] - ], - [ - 1.3777778148651123, - [ - -9.307787895202637, - 40.15926742553711, - 24.650131225585938 - ] - ], - [ - 1.3888888359069824, - [ - -9.45553207397461, - 40.41569137573242, - 25.041406631469727 - ] - ], - [ - 1.399999976158142, - [ - -9.636452674865723, - 40.80071258544922, - 25.520544052124023 - ] - ], - [ - 1.4111111164093018, - [ - -9.856290817260742, - 41.385982513427734, - 26.102750778198242 - ] - ], - [ - 1.4222221374511719, - [ - -10.109294891357422, - 42.099822998046875, - 26.772789001464844 - ] - ], - [ - 1.4333332777023315, - [ - -10.324886322021484, - 42.69300842285156, - 27.343748092651367 - ] - ], - [ - 1.441666603088379, - [ - -10.452947616577148, - 43.008644104003906, - 27.682897567749023 - ] - ], - [ - 1.4500000476837158, - [ - -10.565679550170898, - 43.264591217041016, - 27.981449127197266 - ] - ], - [ - 1.4583333730697632, - [ - -10.645910263061523, - 43.436214447021484, - 28.193925857543945 - ] - ], - [ - 1.4666666984558105, - [ - -10.676468849182129, - 43.498897552490234, - 28.27485466003418 - ] - ], - [ - 1.4777778387069702, - [ - -10.659414291381836, - 43.35433578491211, - 28.229690551757813 - ] - ], - [ - 1.4888888597488403, - [ - -10.614632606506348, - 43.01005554199219, - 28.11109161376953 - ] - ], - [ - 1.5, - [ - -10.551657676696777, - 42.599822998046875, - 27.94431495666504 - ] - ], - [ - 1.5111111402511597, - [ - -10.47079849243164, - 42.15634536743164, - 27.73017120361328 - ] - ], - [ - 1.5222221612930298, - [ - -10.371749877929688, - 41.64694595336914, - 27.467857360839844 - ] - ], - [ - 1.5333333015441895, - [ - -10.263075828552246, - 41.10721206665039, - 27.180051803588867 - ] - ], - [ - 1.5416666269302368, - [ - -10.175786972045898, - 40.683101654052734, - 26.948883056640625 - ] - ], - [ - 1.558333396911621, - [ - -9.984966278076172, - 39.78368377685547, - 26.443525314331055 - ] - ], - [ - 1.5666667222976685, - [ - -9.887864112854004, - 39.34162521362305, - 26.18636703491211 - ] - ], - [ - 1.5888888835906982, - [ - -9.61561393737793, - 37.96653747558594, - 25.465356826782227 - ] - ], - [ - 1.600000023841858, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.6111111640930176, - [ - -9.382838249206543, - 41.06166076660156, - 24.848888397216797 - ] - ], - [ - 1.6222221851348877, - [ - -9.287196159362793, - 48.0444221496582, - 24.595596313476563 - ] - ], - [ - 1.6333333253860474, - [ - -9.246641159057617, - 53.76803970336914, - 24.48819351196289 - ] - ], - [ - 1.644444465637207, - [ - -9.307787895202637, - 56.551597595214844, - 24.650131225585938 - ] - ], - [ - 1.6555554866790771, - [ - -9.455531120300293, - 58.07561111450195, - 25.041404724121094 - ] - ], - [ - 1.6666666269302368, - [ - -9.636452674865723, - 58.539573669433594, - 25.520544052124023 - ] - ], - [ - 1.6749999523162842, - [ - -9.795458793640137, - 58.40643310546875, - 25.941646575927734 - ] - ], - [ - 1.683333396911621, - [ - -9.983060836791992, - 57.999977111816406, - 26.438480377197266 - ] - ], - [ - 1.6916667222976685, - [ - -10.169466972351074, - 57.30970001220703, - 26.932144165039063 - ] - ], - [ - 1.7000000476837158, - [ - -10.324888229370117, - 56.3250617980957, - 27.343751907348633 - ] - ], - [ - 1.7111111879348755, - [ - -10.493064880371094, - 54.40766143798828, - 27.789140701293945 - ] - ], - [ - 1.7222222089767456, - [ - -10.623819351196289, - 51.973388671875, - 28.135421752929688 - ] - ], - [ - 1.7333333492279053, - [ - -10.676468849182129, - 49.456993103027344, - 28.27485466003418 - ] - ], - [ - 1.744444489479065, - [ - -10.659414291381836, - 46.412689208984375, - 28.229690551757813 - ] - ], - [ - 1.755555510520935, - [ - -10.614632606506348, - 43.286460876464844, - 28.111093521118164 - ] - ], - [ - 1.7666666507720947, - [ - -10.551657676696777, - 41.850059509277344, - 27.94431495666504 - ] - ], - [ - 1.7777777910232544, - [ - -10.470799446105957, - 42.50624465942383, - 27.730173110961914 - ] - ], - [ - 1.7888888120651245, - [ - -10.371749877929688, - 43.724571228027344, - 27.467857360839844 - ] - ], - [ - 1.7999999523162842, - [ - -10.263075828552246, - 44.38076400756836, - 27.180051803588867 - ] - ], - [ - 1.8083332777023315, - [ - -10.175786972045898, - 44.35964584350586, - 26.948883056640625 - ] - ], - [ - 1.816666603088379, - [ - -10.082013130187988, - 44.29813766479492, - 26.700538635253906 - ] - ], - [ - 1.8250000476837158, - [ - -9.984966278076172, - 44.199012756347656, - 26.443525314331055 - ] - ], - [ - 1.8333333730697632, - [ - -9.887866020202637, - 44.06504440307617, - 26.186370849609375 - ] - ], - [ - 1.8444445133209229, - [ - -9.752739906311035, - 43.8062744140625, - 25.828514099121094 - ] - ], - [ - 1.855555534362793, - [ - -9.61561393737793, - 43.48394012451172, - 25.465356826782227 - ] - ], - [ - 1.8666666746139526, - [ - -9.494621276855469, - 43.17702865600586, - 25.144927978515625 - ] - ], - [ - 1.8777778148651123, - [ - -9.382838249206543, - 42.8615608215332, - 24.84889030456543 - ] - ], - [ - 1.8888888359069824, - [ - -9.287195205688477, - 42.5615348815918, - 24.59559440612793 - ] - ], - [ - 1.899999976158142, - [ - -9.246641159057617, - 42.427921295166016, - 24.48819351196289 - ] - ], - [ - 1.9111111164093018, - [ - -9.307787895202637, - 42.57675552368164, - 24.650129318237305 - ] - ], - [ - 1.9222221374511719, - [ - -9.455531120300293, - 42.941017150878906, - 25.041404724121094 - ] - ], - [ - 1.9333332777023315, - [ - -9.63645076751709, - 43.397647857666016, - 25.520540237426758 - ] - ], - [ - 1.941666603088379, - [ - -9.79545783996582, - 43.81404495239258, - 25.9416446685791 - ] - ], - [ - 1.9583333730697632, - [ - -10.169466018676758, - 44.80274200439453, - 26.93214225769043 - ] - ], - [ - 1.9666666984558105, - [ - -10.324888229370117, - 45.19877243041992, - 27.343751907348633 - ] - ], - [ - 1.9777778387069702, - [ - -10.493064880371094, - 45.582977294921875, - 27.789140701293945 - ] - ], - [ - 1.9888888597488403, - [ - -10.623819351196289, - 45.85068893432617, - 28.135421752929688 - ] - ], - [ - 2.0, - [ - -10.676468849182129, - 45.95124053955078, - 28.27485466003418 - ] - ], - [ - 2.01111102104187, - [ - -10.659415245056152, - 45.8280029296875, - 28.229690551757813 - ] - ], - [ - 2.0222222805023193, - [ - -10.614632606506348, - 45.530086517333984, - 28.11109161376953 - ] - ], - [ - 2.0333333015441895, - [ - -10.551657676696777, - 45.164955139160156, - 27.94431495666504 - ] - ], - [ - 2.0444443225860596, - [ - -10.470800399780273, - 44.75994110107422, - 27.730175018310547 - ] - ], - [ - 2.055555582046509, - [ - -10.371748924255371, - 44.28770446777344, - 27.46785545349121 - ] - ], - [ - 2.066666603088379, - [ - -10.263075828552246, - 43.77357864379883, - 27.180051803588867 - ] - ], - [ - 2.077777624130249, - [ - -10.145090103149414, - 43.217529296875, - 26.867586135864258 - ] - ], - [ - 2.0888888835906982, - [ - -10.017478942871094, - 42.619571685791016, - 26.529630661010742 - ] - ], - [ - 2.0999999046325684, - [ - -9.887866973876953, - 42.00499725341797, - 26.18637466430664 - ] - ], - [ - 2.1083333492279053, - [ - -9.7874174118042, - 41.52530288696289, - 25.920351028442383 - ] - ], - [ - 2.116666793823242, - [ - -9.683290481567383, - 41.02682113647461, - 25.64458656311035 - ] - ], - [ - 2.125, - [ - -9.583141326904297, - 40.53785705566406, - 25.379358291625977 - ] - ], - [ - 2.133333444595337, - [ - -9.494621276855469, - 40.0866813659668, - 25.144927978515625 - ] - ], - [ - 2.144444465637207, - [ - -9.382838249206543, - 39.456485748291016, - 24.84889030456543 - ] - ], - [ - 2.1555557250976563, - [ - -9.28719425201416, - 38.87672424316406, - 24.595592498779297 - ] - ], - [ - 2.1666667461395264, - [ - -9.246641159057617, - 38.62228775024414, - 24.48819351196289 - ] - ], - [ - 2.1777777671813965, - [ - -9.307787895202637, - 38.740806579589844, - 24.650129318237305 - ] - ], - [ - 2.1888890266418457, - [ - -9.455534934997559, - 39.05731201171875, - 25.041414260864258 - ] - ], - [ - 2.200000047683716, - [ - -9.636452674865723, - 39.513458251953125, - 25.520544052124023 - ] - ], - [ - 2.211111068725586, - [ - -9.856289863586426, - 40.17850112915039, - 26.102746963500977 - ] - ], - [ - 2.222222328186035, - [ - -10.109298706054688, - 40.98318862915039, - 26.772798538208008 - ] - ], - [ - 2.2333333492279053, - [ - -10.324888229370117, - 41.66181945800781, - 27.343751907348633 - ] - ], - [ - 2.2444443702697754, - [ - -10.493062973022461, - 42.158775329589844, - 27.789134979248047 - ] - ], - [ - 2.2555556297302246, - [ - -10.623820304870605, - 42.52967071533203, - 28.13542366027832 - ] - ], - [ - 2.2666666507720947, - [ - -10.676468849182129, - 42.67538833618164, - 28.27485466003418 - ] - ], - [ - 2.277777671813965, - [ - -10.659415245056152, - 42.559471130371094, - 28.229690551757813 - ] - ], - [ - 2.288888931274414, - [ - -10.614632606506348, - 42.2817268371582, - 28.11109161376953 - ] - ], - [ - 2.299999952316284, - [ - -10.551657676696777, - 41.946983337402344, - 27.94431495666504 - ] - ], - [ - 2.3111109733581543, - [ - -10.470800399780273, - 41.479209899902344, - 27.73017692565918 - ] - ], - [ - 2.3222222328186035, - [ - -10.371748924255371, - 40.954444885253906, - 27.46785545349121 - ] - ], - [ - 2.3333332538604736, - [ - -10.263076782226563, - 40.705482482910156, - 27.180055618286133 - ] - ], - [ - 2.3444442749023438, - [ - -10.145090103149414, - 43.60894012451172, - 26.86758804321289 - ] - ], - [ - 2.355555534362793, - [ - -10.017478942871094, - 49.56471633911133, - 26.529630661010742 - ] - ], - [ - 2.366666555404663, - [ - -9.887866973876953, - 54.44514846801758, - 26.18637466430664 - ] - ], - [ - 2.375, - [ - -9.787418365478516, - 56.330482482910156, - 25.920352935791016 - ] - ], - [ - 2.383333206176758, - [ - -9.683293342590332, - 57.586124420166016, - 25.644594192504883 - ] - ], - [ - 2.3916666507720947, - [ - -9.583141326904297, - 58.285640716552734, - 25.37936019897461 - ] - ], - [ - 2.4000000953674316, - [ - -9.494621276855469, - 58.50247573852539, - 25.144927978515625 - ] - ], - [ - 2.4111111164093018, - [ - -9.38283920288086, - 58.15130615234375, - 24.848892211914063 - ] - ], - [ - 2.422222375869751, - [ - -9.28719425201416, - 57.134159088134766, - 24.595592498779297 - ] - ], - [ - 2.433333396911621, - [ - -9.246641159057617, - 55.50482940673828, - 24.48819351196289 - ] - ], - [ - 2.444444417953491, - [ - -9.30778694152832, - 52.98542785644531, - 24.650129318237305 - ] - ], - [ - 2.4555556774139404, - [ - -9.455533981323242, - 49.853824615478516, - 25.041412353515625 - ] - ], - [ - 2.4666666984558105, - [ - -9.636453628540039, - 46.99589920043945, - 25.52054786682129 - ] - ], - [ - 2.4777777194976807, - [ - -9.856289863586426, - 44.350685119628906, - 26.102746963500977 - ] - ], - [ - 2.48888897895813, - [ - -10.109298706054688, - 41.97916030883789, - 26.772798538208008 - ] - ], - [ - 2.5, - [ - -10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 2.51111102104187, - [ - -10.493062973022461, - 42.13808059692383, - 27.789134979248047 - ] - ], - [ - 2.5222222805023193, - [ - -10.623819351196289, - 44.408626556396484, - 28.135421752929688 - ] - ], - [ - 2.5333333015441895, - [ - -10.676468849182129, - 45.82630157470703, - 28.27485466003418 - ] - ], - [ - 2.5444443225860596, - [ - -10.659415245056152, - 46.06935119628906, - 28.229690551757813 - ] - ], - [ - 2.555555582046509, - [ - -10.614632606506348, - 46.1589241027832, - 28.11109161376953 - ] - ], - [ - 2.566666603088379, - [ - -10.551657676696777, - 46.1717414855957, - 27.94431495666504 - ] - ], - [ - 2.577777624130249, - [ - -10.470800399780273, - 46.066070556640625, - 27.73017692565918 - ] - ], - [ - 2.5888888835906982, - [ - -10.371748924255371, - 45.80949401855469, - 27.46785545349121 - ] - ], - [ - 2.5999999046325684, - [ - -10.263076782226563, - 45.492469787597656, - 27.180055618286133 - ] - ], - [ - 2.6083333492279053, - [ - -10.175786972045898, - 45.23123550415039, - 26.948881149291992 - ] - ], - [ - 2.616666793823242, - [ - -10.082010269165039, - 44.931724548339844, - 26.700531005859375 - ] - ], - [ - 2.625, - [ - -9.984966278076172, - 44.606746673583984, - 26.443525314331055 - ] - ], - [ - 2.633333444595337, - [ - -9.887864112854004, - 44.269073486328125, - 26.18636703491211 - ] - ], - [ - 2.644444465637207, - [ - -9.752739906311035, - 43.781005859375, - 25.828514099121094 - ] - ], - [ - 2.6555557250976563, - [ - -9.615612030029297, - 43.26280975341797, - 25.465351104736328 - ] - ], - [ - 2.6666667461395264, - [ - -9.494621276855469, - 42.774497985839844, - 25.144927978515625 - ] - ], - [ - 2.6777777671813965, - [ - -9.382838249206543, - 42.255287170410156, - 24.84889030456543 - ] - ], - [ - 2.6888890266418457, - [ - -9.28719425201416, - 41.76596450805664, - 24.595592498779297 - ] - ], - [ - 2.700000047683716, - [ - -9.246641159057617, - 41.548912048339844, - 24.48819351196289 - ] - ], - [ - 2.711111068725586, - [ - -9.30778694152832, - 41.640411376953125, - 24.650129318237305 - ] - ], - [ - 2.722222328186035, - [ - -9.455533981323242, - 41.886810302734375, - 25.041412353515625 - ] - ], - [ - 2.7333333492279053, - [ - -9.636452674865723, - 42.24613952636719, - 25.520544052124023 - ] - ], - [ - 2.7444443702697754, - [ - -9.85628890991211, - 42.780738830566406, - 26.102745056152344 - ] - ], - [ - 2.7555556297302246, - [ - -10.109297752380371, - 43.42826843261719, - 26.772798538208008 - ] - ], - [ - 2.7666666507720947, - [ - -10.324888229370117, - 43.96007537841797, - 27.343751907348633 - ] - ], - [ - 2.777777671813965, - [ - -10.493062973022461, - 44.31103515625, - 27.789134979248047 - ] - ], - [ - 2.788888931274414, - [ - -10.623819351196289, - 44.5462760925293, - 28.135421752929688 - ] - ], - [ - 2.799999952316284, - [ - -10.676468849182129, - 44.63219451904297, - 28.27485466003418 - ] - ], - [ - 2.8111109733581543, - [ - -10.659415245056152, - 44.478065490722656, - 28.229692459106445 - ] - ], - [ - 2.8222222328186035, - [ - -10.614632606506348, - 44.1115608215332, - 28.11109161376953 - ] - ], - [ - 2.8333332538604736, - [ - -10.551657676696777, - 43.67624282836914, - 27.94431495666504 - ] - ], - [ - 2.8444442749023438, - [ - -10.470800399780273, - 43.210018157958984, - 27.73017692565918 - ] - ], - [ - 2.855555534362793, - [ - -10.371749877929688, - 42.67497634887695, - 27.46785545349121 - ] - ], - [ - 2.866666555404663, - [ - -10.263076782226563, - 42.10078430175781, - 27.180055618286133 - ] - ], - [ - 2.875, - [ - -10.175786972045898, - 41.64513397216797, - 26.948883056640625 - ] - ], - [ - 2.883333206176758, - [ - -10.082014083862305, - 41.16299057006836, - 26.70054054260254 - ] - ], - [ - 2.9000000953674316, - [ - -9.887864112854004, - 40.17283630371094, - 26.18636703491211 - ] - ], - [ - 2.922222375869751, - [ - -9.615612030029297, - 38.797882080078125, - 25.465351104736328 - ] - ], - [ - 2.933333396911621, - [ - -9.494621276855469, - 38.1786003112793, - 25.144927978515625 - ] - ], - [ - 2.944444417953491, - [ - -9.38283920288086, - 37.58186721801758, - 24.848892211914063 - ] - ], - [ - 2.9555556774139404, - [ - -9.28719425201416, - 37.05701446533203, - 24.595592498779297 - ] - ], - [ - 2.9666666984558105, - [ - -9.246641159057617, - 36.831443786621094, - 24.48819351196289 - ] - ], - [ - 2.9777777194976807, - [ - -9.30778694152832, - 36.88298034667969, - 24.650129318237305 - ] - ], - [ - 2.98888897895813, - [ - -9.455533981323242, - 37.243064880371094, - 25.041412353515625 - ] - ], - [ - 3.0, - [ - -9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.01111102104187, - [ - -9.85628890991211, - 42.401363372802734, - 26.102745056152344 - ] - ], - [ - 3.0222222805023193, - [ - -10.109297752380371, - 49.36406326293945, - 26.772798538208008 - ] - ], - [ - 3.0333333015441895, - [ - -10.324888229370117, - 54.90703201293945, - 27.343751907348633 - ] - ], - [ - 3.0444443225860596, - [ - -10.493062973022461, - 57.44426727294922, - 27.789134979248047 - ] - ], - [ - 3.055555582046509, - [ - -10.623819351196289, - 58.56169128417969, - 28.135421752929688 - ] - ], - [ - 3.066666603088379, - [ - -10.676468849182129, - 58.81160354614258, - 28.27485466003418 - ] - ], - [ - 3.077777624130249, - [ - -10.659415245056152, - 58.59426498413086, - 28.229690551757813 - ] - ], - [ - 3.0888888835906982, - [ - -10.614632606506348, - 57.86283493041992, - 28.11109161376953 - ] - ], - [ - 3.0999999046325684, - [ - -10.551657676696777, - 56.49769592285156, - 27.94431495666504 - ] - ], - [ - 3.1083333492279053, - [ - -10.493057250976563, - 54.92317199707031, - 27.789121627807617 - ] - ], - [ - 3.116666793823242, - [ - -10.423015594482422, - 52.922332763671875, - 27.603626251220703 - ] - ], - [ - 3.125, - [ - -10.345149993896484, - 50.70444869995117, - 27.39741325378418 - ] - ], - [ - 3.133333444595337, - [ - -10.263073921203613, - 48.47859573364258, - 27.1800479888916 - ] - ], - [ - 3.144444465637207, - [ - -10.145088195800781, - 45.14414978027344, - 26.867582321166992 - ] - ], - [ - 3.1555557250976563, - [ - -10.017477035522461, - 41.671730041503906, - 26.529624938964844 - ] - ], - [ - 3.1666667461395264, - [ - -9.887866020202637, - 39.21731185913086, - 26.186370849609375 - ] - ], - [ - 3.1777777671813965, - [ - -9.752740859985352, - 38.2140998840332, - 25.828516006469727 - ] - ], - [ - 3.1888890266418457, - [ - -9.615612030029297, - 37.90384292602539, - 25.465351104736328 - ] - ], - [ - 3.200000047683716, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 3.211111068725586, - [ - -9.38283920288086, - 37.21428298950195, - 24.848892211914063 - ] - ], - [ - 3.222222328186035, - [ - -9.287195205688477, - 36.834938049316406, - 24.59559440612793 - ] - ], - [ - 3.2333333492279053, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 3.2444443702697754, - [ - -9.30778694152832, - 36.91661071777344, - 24.650129318237305 - ] - ], - [ - 3.2555556297302246, - [ - -9.455533027648926, - 37.502601623535156, - 25.041410446166992 - ] - ], - [ - 3.2666666507720947, - [ - -9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.277777671813965, - [ - -9.89479923248291, - 39.24481964111328, - 26.20473289489746 - ] - ], - [ - 3.288888931274414, - [ - -10.186312675476074, - 40.401023864746094, - 26.976757049560547 - ] - ], - [ - 3.299999952316284, - [ - -10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 3.3111109733581543, - [ - -10.214654922485352, - 39.75030517578125, - 27.05181884765625 - ] - ], - [ - 3.3222222328186035, - [ - -9.975763320922852, - 37.52155685424805, - 26.419153213500977 - ] - ], - [ - 3.3333332538604736, - [ - -9.745755195617676, - 36.321197509765625, - 25.810016632080078 - ] - ], - [ - 3.3444442749023438, - [ - -9.536497116088867, - 36.412696838378906, - 25.255828857421875 - ] - ], - [ - 3.355555534362793, - [ - -9.336129188537598, - 36.58258819580078, - 24.725187301635742 - ] - ], - [ - 3.366666555404663, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292374773_202468.json b/lenses/physics-objects/Scene/assets/1646688292374773_202468.json deleted file mode 100644 index 9fa08fe7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292374773_202468.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292374773:202468", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292374912_202475.json b/lenses/physics-objects/Scene/assets/1646688292374912_202475.json deleted file mode 100644 index 2805998e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292374912_202475.json +++ /dev/null @@ -1,2610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292374912:202475", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.03333333507180214, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.0416666679084301, - [ - 0.38614559173583984, - 0.3515104055404663, - 0.38614559173583984 - ] - ], - [ - 0.05000000447034836, - [ - 0.3800694942474365, - 0.2655334174633026, - 0.3800694942474365 - ] - ], - [ - 0.05833333730697632, - [ - 0.3717650771141052, - 0.16806945204734802, - 0.3717650771141052 - ] - ], - [ - 0.06666667014360428, - [ - 0.36272338032722473, - 0.09661661088466644, - 0.36272338032722473 - ] - ], - [ - 0.07777778059244156, - [ - 0.34818506240844727, - 0.04976867139339447, - 0.34818506240844727 - ] - ], - [ - 0.08888889104127884, - [ - 0.3314533233642578, - 0.026934685185551643, - 0.3314533233642578 - ] - ], - [ - 0.10000000149011612, - [ - 0.3171958327293396, - 0.02091849222779274, - 0.3171958327293396 - ] - ], - [ - 0.10833333432674408, - [ - 0.3087269067764282, - 0.022724837064743042, - 0.3087269067764282 - ] - ], - [ - 0.11666667461395264, - [ - 0.30127182602882385, - 0.028690919280052185, - 0.30127182602882385 - ] - ], - [ - 0.125, - [ - 0.2959660589694977, - 0.03963728994131088, - 0.2959660589694977 - ] - ], - [ - 0.13333334028720856, - [ - 0.2939451336860657, - 0.056384552270174026, - 0.2939451336860657 - ] - ], - [ - 0.14444445073604584, - [ - 0.2950729727745056, - 0.09050390869379044, - 0.2950729727745056 - ] - ], - [ - 0.15555556118488312, - [ - 0.2980344891548157, - 0.13444647192955017, - 0.2980344891548157 - ] - ], - [ - 0.1666666716337204, - [ - 0.302199125289917, - 0.18028821051120758, - 0.302199125289917 - ] - ], - [ - 0.17777778208255768, - [ - 0.307546466588974, - 0.23646299540996552, - 0.307546466588974 - ] - ], - [ - 0.18888889253139496, - [ - 0.3140968382358551, - 0.29453417658805847, - 0.3140968382358551 - ] - ], - [ - 0.20000000298023224, - [ - 0.32128360867500305, - 0.32128360867500305, - 0.32128360867500305 - ] - ], - [ - 0.21111111342906952, - [ - 0.3290863335132599, - 0.3116280436515808, - 0.3290863335132599 - ] - ], - [ - 0.2222222238779068, - [ - 0.3375253677368164, - 0.29370054602622986, - 0.3375253677368164 - ] - ], - [ - 0.23333333432674408, - [ - 0.346096932888031, - 0.2840449810028076, - 0.346096932888031 - ] - ], - [ - 0.24166667461395264, - [ - 0.35273972153663635, - 0.28454384207725525, - 0.35273972153663635 - ] - ], - [ - 0.25, - [ - 0.35962578654289246, - 0.2857692539691925, - 0.35962578654289246 - ] - ], - [ - 0.25833335518836975, - [ - 0.3662489354610443, - 0.2873143255710602, - 0.3662489354610443 - ] - ], - [ - 0.2666666805744171, - [ - 0.37210291624069214, - 0.28877219557762146, - 0.37210291624069214 - ] - ], - [ - 0.2777777910232544, - [ - 0.3794953227043152, - 0.29095640778541565, - 0.3794953227043152 - ] - ], - [ - 0.2888889014720917, - [ - 0.3858203887939453, - 0.29322656989097595, - 0.3858203887939453 - ] - ], - [ - 0.30000001192092896, - [ - 0.3885023295879364, - 0.2942744493484497, - 0.3885023295879364 - ] - ], - [ - 0.31111112236976624, - [ - 0.3844585716724396, - 0.2907102108001709, - 0.3844585716724396 - ] - ], - [ - 0.3222222328186035, - [ - 0.37468793988227844, - 0.28234031796455383, - 0.37468793988227844 - ] - ], - [ - 0.3333333432674408, - [ - 0.36272338032722473, - 0.2726420760154724, - 0.36272338032722473 - ] - ], - [ - 0.3444444537162781, - [ - 0.3481850326061249, - 0.2616569399833679, - 0.3481850326061249 - ] - ], - [ - 0.35555556416511536, - [ - 0.3314533233642578, - 0.2493439018726349, - 0.3314533233642578 - ] - ], - [ - 0.36666667461395264, - [ - 0.31719574332237244, - 0.23905348777770996, - 0.31719574332237244 - ] - ], - [ - 0.3777777850627899, - [ - 0.30607402324676514, - 0.23144006729125977, - 0.30607402324676514 - ] - ], - [ - 0.3888888955116272, - [ - 0.2974269390106201, - 0.22584958374500275, - 0.2974269390106201 - ] - ], - [ - 0.4000000059604645, - [ - 0.2939451336860657, - 0.2236754298210144, - 0.2939451336860657 - ] - ], - [ - 0.41111111640930176, - [ - 0.2950729727745056, - 0.22510698437690735, - 0.2950729727745056 - ] - ], - [ - 0.42222222685813904, - [ - 0.2980344891548157, - 0.22868148982524872, - 0.2980344891548157 - ] - ], - [ - 0.4333333373069763, - [ - 0.302199125289917, - 0.2333216369152069, - 0.302199125289917 - ] - ], - [ - 0.4444444477558136, - [ - 0.307546466588974, - 0.23880650103092194, - 0.307546466588974 - ] - ], - [ - 0.4555555582046509, - [ - 0.3140968382358551, - 0.24535688757896423, - 0.3140968382358551 - ] - ], - [ - 0.46666666865348816, - [ - 0.32128360867500305, - 0.25256043672561646, - 0.32128360867500305 - ] - ], - [ - 0.47777777910232544, - [ - 0.3290863037109375, - 0.2604089081287384, - 0.3290863037109375 - ] - ], - [ - 0.4888888895511627, - [ - 0.3375253677368164, - 0.2689104974269867, - 0.3375253677368164 - ] - ], - [ - 0.5, - [ - 0.346096932888031, - 0.2776789367198944, - 0.346096932888031 - ] - ], - [ - 0.5083333253860474, - [ - 0.35273969173431396, - 0.2845459282398224, - 0.35273969173431396 - ] - ], - [ - 0.5166666507720947, - [ - 0.35962578654289246, - 0.29170435667037964, - 0.35962578654289246 - ] - ], - [ - 0.5250000357627869, - [ - 0.3662489652633667, - 0.29873034358024597, - 0.3662489652633667 - ] - ], - [ - 0.5333333611488342, - [ - 0.3721030056476593, - 0.30519968271255493, - 0.3721030056476593 - ] - ], - [ - 0.5444444417953491, - [ - 0.3794953227043152, - 0.31419697403907776, - 0.3794953227043152 - ] - ], - [ - 0.5555555820465088, - [ - 0.3858204185962677, - 0.322456032037735, - 0.3858204185962677 - ] - ], - [ - 0.5666666626930237, - [ - 0.3885023295879364, - 0.3260771334171295, - 0.3885023295879364 - ] - ], - [ - 0.574999988079071, - [ - 0.38614562153816223, - 0.324929803609848, - 0.38614562153816223 - ] - ], - [ - 0.5833333730697632, - [ - 0.3800694942474365, - 0.3218176066875458, - 0.3800694942474365 - ] - ], - [ - 0.5916666984558105, - [ - 0.37176504731178284, - 0.3172352910041809, - 0.37176504731178284 - ] - ], - [ - 0.6000000238418579, - [ - 0.36272329092025757, - 0.3116775155067444, - 0.36272329092025757 - ] - ], - [ - 0.6111111044883728, - [ - 0.34818506240844727, - 0.30147233605384827, - 0.34818506240844727 - ] - ], - [ - 0.6222222447395325, - [ - 0.3314532935619354, - 0.28924065828323364, - 0.3314532935619354 - ] - ], - [ - 0.6333333253860474, - [ - 0.3171958327293396, - 0.27903223037719727, - 0.3171958327293396 - ] - ], - [ - 0.6416666507720947, - [ - 0.308726966381073, - 0.27346786856651306, - 0.308726966381073 - ] - ], - [ - 0.6499999761581421, - [ - 0.30127185583114624, - 0.26887577772140503, - 0.30127185583114624 - ] - ], - [ - 0.6583333611488342, - [ - 0.2959660589694977, - 0.26575472950935364, - 0.2959660589694977 - ] - ], - [ - 0.6666666865348816, - [ - 0.2939451336860657, - 0.26460355520248413, - 0.2939451336860657 - ] - ], - [ - 0.6777777671813965, - [ - 0.2950729727745056, - 0.2667286992073059, - 0.2950729727745056 - ] - ], - [ - 0.6888889074325562, - [ - 0.2980344891548157, - 0.27185866236686707, - 0.2980344891548157 - ] - ], - [ - 0.699999988079071, - [ - 0.302199125289917, - 0.27812930941581726, - 0.302199125289917 - ] - ], - [ - 0.7083333134651184, - [ - 0.30607444047927856, - 0.2832203805446625, - 0.30607444047927856 - ] - ], - [ - 0.7166666984558105, - [ - 0.3107064366340637, - 0.28902339935302734, - 0.3107064366340637 - ] - ], - [ - 0.7250000238418579, - [ - 0.31585586071014404, - 0.2953278422355652, - 0.31585586071014404 - ] - ], - [ - 0.7333333492279053, - [ - 0.32128360867500305, - 0.3019231855869293, - 0.32128360867500305 - ] - ], - [ - 0.7444444298744202, - [ - 0.3290863335132599, - 0.3113035559654236, - 0.3290863335132599 - ] - ], - [ - 0.7555555701255798, - [ - 0.3375253677368164, - 0.32132571935653687, - 0.3375253677368164 - ] - ], - [ - 0.7666666507720947, - [ - 0.346096932888031, - 0.33149483799934387, - 0.346096932888031 - ] - ], - [ - 0.7749999761581421, - [ - 0.35273969173431396, - 0.33935457468032837, - 0.35273969173431396 - ] - ], - [ - 0.7833333015441895, - [ - 0.35962575674057007, - 0.34747040271759033, - 0.35962575674057007 - ] - ], - [ - 0.7916666865348816, - [ - 0.3662489354610443, - 0.3553221523761749, - 0.3662489354610443 - ] - ], - [ - 0.800000011920929, - [ - 0.3721030056476593, - 0.362389475107193, - 0.3721030056476593 - ] - ], - [ - 0.8111110925674438, - [ - 0.3794953227043152, - 0.3717172145843506, - 0.3794953227043152 - ] - ], - [ - 0.8222222328186035, - [ - 0.3858204185962677, - 0.3799588978290558, - 0.3858204185962677 - ] - ], - [ - 0.8333333134651184, - [ - 0.3885023295879364, - 0.3835088312625885, - 0.3885023295879364 - ] - ], - [ - 0.8416666388511658, - [ - 0.38614562153816223, - 0.38161158561706543, - 0.38614562153816223 - ] - ], - [ - 0.8500000238418579, - [ - 0.3800694942474365, - 0.37660878896713257, - 0.3800694942474365 - ] - ], - [ - 0.8583333492279053, - [ - 0.3717650771141052, - 0.3695337176322937, - 0.3717650771141052 - ] - ], - [ - 0.8666666746139526, - [ - 0.36272338032722473, - 0.361419677734375, - 0.36272338032722473 - ] - ], - [ - 0.8777777552604675, - [ - 0.34818509221076965, - 0.3548679053783417, - 0.34818509221076965 - ] - ], - [ - 0.8888888955116272, - [ - 0.3314533233642578, - 0.3458561897277832, - 0.3314533233642578 - ] - ], - [ - 0.8999999761581421, - [ - 0.3171958327293396, - 0.31719592213630676, - 0.3171958327293396 - ] - ], - [ - 0.9083333015441895, - [ - 0.308726966381073, - 0.2681783139705658, - 0.308726966381073 - ] - ], - [ - 0.9166666269302368, - [ - 0.30127185583114624, - 0.19974175095558167, - 0.30127185583114624 - ] - ], - [ - 0.925000011920929, - [ - 0.29596608877182007, - 0.13030703365802765, - 0.29596608877182007 - ] - ], - [ - 0.9333333373069763, - [ - 0.2939451336860657, - 0.07829652726650238, - 0.2939451336860657 - ] - ], - [ - 0.9444444179534912, - [ - 0.2950729727745056, - 0.0411495566368103, - 0.2950729727745056 - ] - ], - [ - 0.9555555582046509, - [ - 0.2980344891548157, - 0.024055752903223038, - 0.2980344891548157 - ] - ], - [ - 0.9666666388511658, - [ - 0.302199125289917, - 0.019929485395550728, - 0.302199125289917 - ] - ], - [ - 0.9749999642372131, - [ - 0.30607444047927856, - 0.022072723135352135, - 0.30607444047927856 - ] - ], - [ - 0.9833333492279053, - [ - 0.3107064366340637, - 0.02911975234746933, - 0.3107064366340637 - ] - ], - [ - 0.9916666746139526, - [ - 0.31585586071014404, - 0.04199628904461861, - 0.31585586071014404 - ] - ], - [ - 1.0, - [ - 0.32128360867500305, - 0.06162818893790245, - 0.32128360867500305 - ] - ], - [ - 1.0111111402511597, - [ - 0.3290863633155823, - 0.10150280594825745, - 0.3290863633155823 - ] - ], - [ - 1.0222221612930298, - [ - 0.337525337934494, - 0.15283413231372833, - 0.337525337934494 - ] - ], - [ - 1.0333333015441895, - [ - 0.346096932888031, - 0.20647500455379486, - 0.346096932888031 - ] - ], - [ - 1.0416666269302368, - [ - 0.35273972153663635, - 0.2541844844818115, - 0.35273972153663635 - ] - ], - [ - 1.0499999523162842, - [ - 0.35962575674057007, - 0.30869340896606445, - 0.35962575674057007 - ] - ], - [ - 1.058333396911621, - [ - 0.3662489950656891, - 0.3535006046295166, - 0.3662489950656891 - ] - ], - [ - 1.0666667222976685, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.0777778625488281, - [ - 0.37949538230895996, - 0.36032912135124207, - 0.37949538230895996 - ] - ], - [ - 1.0888888835906982, - [ - 0.3858203887939453, - 0.33545517921447754, - 0.3858203887939453 - ] - ], - [ - 1.100000023841858, - [ - 0.3885023295879364, - 0.3131304085254669, - 0.3885023295879364 - ] - ], - [ - 1.1111111640930176, - [ - 0.3844585120677948, - 0.29952195286750793, - 0.3844585120677948 - ] - ], - [ - 1.1222221851348877, - [ - 0.37468796968460083, - 0.288463830947876, - 0.37468796968460083 - ] - ], - [ - 1.1333333253860474, - [ - 0.36272338032722473, - 0.2771182358264923, - 0.36272338032722473 - ] - ], - [ - 1.144444465637207, - [ - 0.3481850326061249, - 0.2636334300041199, - 0.3481850326061249 - ] - ], - [ - 1.1555554866790771, - [ - 0.33145344257354736, - 0.24986138939857483, - 0.33145344257354736 - ] - ], - [ - 1.1666666269302368, - [ - 0.3171958327293396, - 0.2385176569223404, - 0.3171958327293396 - ] - ], - [ - 1.1749999523162842, - [ - 0.308726966381073, - 0.23201149702072144, - 0.308726966381073 - ] - ], - [ - 1.183333396911621, - [ - 0.30127179622650146, - 0.22669033706188202, - 0.30127179622650146 - ] - ], - [ - 1.1916667222976685, - [ - 0.2959660291671753, - 0.22309857606887817, - 0.2959660291671753 - ] - ], - [ - 1.2000000476837158, - [ - 0.2939451336860657, - 0.22178037464618683, - 0.2939451336860657 - ] - ], - [ - 1.2111111879348755, - [ - 0.295073002576828, - 0.22317984700202942, - 0.295073002576828 - ] - ], - [ - 1.2222222089767456, - [ - 0.2980344891548157, - 0.22672350704669952, - 0.2980344891548157 - ] - ], - [ - 1.2333333492279053, - [ - 0.302199125289917, - 0.23143239319324493, - 0.302199125289917 - ] - ], - [ - 1.244444489479065, - [ - 0.3075464963912964, - 0.23712272942066193, - 0.3075464963912964 - ] - ], - [ - 1.255555510520935, - [ - 0.3140967786312103, - 0.2439780831336975, - 0.3140967786312103 - ] - ], - [ - 1.2666666507720947, - [ - 0.32128360867500305, - 0.251572847366333, - 0.32128360867500305 - ] - ], - [ - 1.2777777910232544, - [ - 0.3290863037109375, - 0.2598972022533417, - 0.3290863037109375 - ] - ], - [ - 1.2888888120651245, - [ - 0.33752530813217163, - 0.26896074414253235, - 0.33752530813217163 - ] - ], - [ - 1.2999999523162842, - [ - 0.346096932888031, - 0.2783687710762024, - 0.346096932888031 - ] - ], - [ - 1.3083332777023315, - [ - 0.35273969173431396, - 0.28577032685279846, - 0.35273969173431396 - ] - ], - [ - 1.316666603088379, - [ - 0.3596257269382477, - 0.29351121187210083, - 0.3596257269382477 - ] - ], - [ - 1.3250000476837158, - [ - 0.3662489652633667, - 0.30115482211112976, - 0.3662489652633667 - ] - ], - [ - 1.3333333730697632, - [ - 0.37210291624069214, - 0.30826446413993835, - 0.37210291624069214 - ] - ], - [ - 1.3444445133209229, - [ - 0.37949538230895996, - 0.31837207078933716, - 0.37949538230895996 - ] - ], - [ - 1.355555534362793, - [ - 0.3858203887939453, - 0.3277890086174011, - 0.3858203887939453 - ] - ], - [ - 1.3666666746139526, - [ - 0.3885023295879364, - 0.3319453001022339, - 0.3885023295879364 - ] - ], - [ - 1.3777778148651123, - [ - 0.3844585716724396, - 0.3303910791873932, - 0.3844585716724396 - ] - ], - [ - 1.3888888359069824, - [ - 0.3746879994869232, - 0.32611551880836487, - 0.3746879994869232 - ] - ], - [ - 1.399999976158142, - [ - 0.36272338032722473, - 0.31969577074050903, - 0.36272338032722473 - ] - ], - [ - 1.4111111164093018, - [ - 0.3481850326061249, - 0.309937059879303, - 0.3481850326061249 - ] - ], - [ - 1.4222221374511719, - [ - 0.33145344257354736, - 0.2980346083641052, - 0.33145344257354736 - ] - ], - [ - 1.4333332777023315, - [ - 0.31719592213630676, - 0.28814390301704407, - 0.31719592213630676 - ] - ], - [ - 1.441666603088379, - [ - 0.3087269961833954, - 0.28288108110427856, - 0.3087269961833954 - ] - ], - [ - 1.4500000476837158, - [ - 0.30127182602882385, - 0.27861344814300537, - 0.30127182602882385 - ] - ], - [ - 1.4583333730697632, - [ - 0.2959660589694977, - 0.27575182914733887, - 0.2959660589694977 - ] - ], - [ - 1.4666666984558105, - [ - 0.2939451336860657, - 0.2747066915035248, - 0.2939451336860657 - ] - ], - [ - 1.4777778387069702, - [ - 0.2950729727745056, - 0.2771170437335968, - 0.2950729727745056 - ] - ], - [ - 1.4888888597488403, - [ - 0.2980344891548157, - 0.2828575670719147, - 0.2980344891548157 - ] - ], - [ - 1.5, - [ - 0.302199125289917, - 0.28969767689704895, - 0.302199125289917 - ] - ], - [ - 1.5111111402511597, - [ - 0.3075464963912964, - 0.29709213972091675, - 0.3075464963912964 - ] - ], - [ - 1.5222221612930298, - [ - 0.3140967786312103, - 0.3055858016014099, - 0.3140967786312103 - ] - ], - [ - 1.5333333015441895, - [ - 0.32128360867500305, - 0.31458520889282227, - 0.32128360867500305 - ] - ], - [ - 1.5416666269302368, - [ - 0.3270561397075653, - 0.3216567933559418, - 0.3270561397075653 - ] - ], - [ - 1.5499999523162842, - [ - 0.33325764536857605, - 0.3291052281856537, - 0.33325764536857605 - ] - ], - [ - 1.558333396911621, - [ - 0.33967551589012146, - 0.3366535007953644, - 0.33967551589012146 - ] - ], - [ - 1.5666667222976685, - [ - 0.34609702229499817, - 0.34402433037757874, - 0.34609702229499817 - ] - ], - [ - 1.5777778625488281, - [ - 0.3550330698490143, - 0.3555641174316406, - 0.3550330698490143 - ] - ], - [ - 1.5888888835906982, - [ - 0.36410146951675415, - 0.3669523000717163, - 0.36410146951675415 - ] - ], - [ - 1.600000023841858, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.6111111640930176, - [ - 0.37949538230895996, - 0.3153447210788727, - 0.37949538230895996 - ] - ], - [ - 1.6222221851348877, - [ - 0.3858203589916229, - 0.19891534745693207, - 0.3858203589916229 - ] - ], - [ - 1.6333333253860474, - [ - 0.3885023295879364, - 0.10348072648048401, - 0.3885023295879364 - ] - ], - [ - 1.644444465637207, - [ - 0.3844585716724396, - 0.05706813931465149, - 0.3844585716724396 - ] - ], - [ - 1.6555554866790771, - [ - 0.3746880292892456, - 0.031656958162784576, - 0.3746880292892456 - ] - ], - [ - 1.6666666269302368, - [ - 0.36272338032722473, - 0.023920951411128044, - 0.36272338032722473 - ] - ], - [ - 1.6749999523162842, - [ - 0.3522079885005951, - 0.026140939444303513, - 0.3522079885005951 - ] - ], - [ - 1.683333396911621, - [ - 0.33980149030685425, - 0.03291807696223259, - 0.33980149030685425 - ] - ], - [ - 1.6916667222976685, - [ - 0.3274741470813751, - 0.044427692890167236, - 0.3274741470813751 - ] - ], - [ - 1.7000000476837158, - [ - 0.3171958327293396, - 0.060845352709293365, - 0.3171958327293396 - ] - ], - [ - 1.7111111879348755, - [ - 0.30607396364212036, - 0.09281578660011292, - 0.30607396364212036 - ] - ], - [ - 1.7222222089767456, - [ - 0.2974269390106201, - 0.13340440392494202, - 0.2974269390106201 - ] - ], - [ - 1.7333333492279053, - [ - 0.2939451336860657, - 0.17536237835884094, - 0.2939451336860657 - ] - ], - [ - 1.744444489479065, - [ - 0.2950729727745056, - 0.22612261772155762, - 0.2950729727745056 - ] - ], - [ - 1.755555510520935, - [ - 0.2980344593524933, - 0.2782488167285919, - 0.2980344593524933 - ] - ], - [ - 1.7666666507720947, - [ - 0.302199125289917, - 0.302199125289917, - 0.302199125289917 - ] - ], - [ - 1.7777777910232544, - [ - 0.307546466588974, - 0.2912580072879791, - 0.307546466588974 - ] - ], - [ - 1.7888888120651245, - [ - 0.3140967786312103, - 0.270943820476532, - 0.3140967786312103 - ] - ], - [ - 1.7999999523162842, - [ - 0.32128360867500305, - 0.26000258326530457, - 0.32128360867500305 - ] - ], - [ - 1.8083332777023315, - [ - 0.3270561397075653, - 0.2603547275066376, - 0.3270561397075653 - ] - ], - [ - 1.816666603088379, - [ - 0.33325761556625366, - 0.26138025522232056, - 0.33325761556625366 - ] - ], - [ - 1.8250000476837158, - [ - 0.33967551589012146, - 0.26303306221961975, - 0.33967551589012146 - ] - ], - [ - 1.8333333730697632, - [ - 0.346096932888031, - 0.2652668058872223, - 0.346096932888031 - ] - ], - [ - 1.8444445133209229, - [ - 0.3550330400466919, - 0.26958149671554565, - 0.3550330400466919 - ] - ], - [ - 1.855555534362793, - [ - 0.36410146951675415, - 0.274956077337265, - 0.36410146951675415 - ] - ], - [ - 1.8666666746139526, - [ - 0.37210291624069214, - 0.28007346391677856, - 0.37210291624069214 - ] - ], - [ - 1.8777778148651123, - [ - 0.3794953227043152, - 0.2853335440158844, - 0.3794953227043152 - ] - ], - [ - 1.8888888359069824, - [ - 0.3858203887939453, - 0.29033610224723816, - 0.3858203887939453 - ] - ], - [ - 1.899999976158142, - [ - 0.3885023295879364, - 0.2925639748573303, - 0.3885023295879364 - ] - ], - [ - 1.9111111164093018, - [ - 0.38445860147476196, - 0.29008230566978455, - 0.38445860147476196 - ] - ], - [ - 1.9222221374511719, - [ - 0.3746880292892456, - 0.2840086817741394, - 0.3746880292892456 - ] - ], - [ - 1.9333332777023315, - [ - 0.3627234697341919, - 0.27639490365982056, - 0.3627234697341919 - ] - ], - [ - 1.941666603088379, - [ - 0.35220804810523987, - 0.26945197582244873, - 0.35220804810523987 - ] - ], - [ - 1.9500000476837158, - [ - 0.33980152010917664, - 0.26115262508392334, - 0.33980152010917664 - ] - ], - [ - 1.9583333730697632, - [ - 0.3274741768836975, - 0.25296661257743835, - 0.3274741768836975 - ] - ], - [ - 1.9666666984558105, - [ - 0.3171958327293396, - 0.24636323750019073, - 0.3171958327293396 - ] - ], - [ - 1.9777778387069702, - [ - 0.30607396364212036, - 0.2399570792913437, - 0.30607396364212036 - ] - ], - [ - 1.9888888597488403, - [ - 0.2974269390106201, - 0.2354932725429535, - 0.2974269390106201 - ] - ], - [ - 2.0, - [ - 0.2939451336860657, - 0.2338167428970337, - 0.2939451336860657 - ] - ], - [ - 2.01111102104187, - [ - 0.2950729429721832, - 0.23587153851985931, - 0.2950729429721832 - ] - ], - [ - 2.0222222805023193, - [ - 0.29803451895713806, - 0.2408389449119568, - 0.29803451895713806 - ] - ], - [ - 2.0333333015441895, - [ - 0.302199125289917, - 0.24692709743976593, - 0.302199125289917 - ] - ], - [ - 2.0444443225860596, - [ - 0.3075464069843292, - 0.2536802291870117, - 0.3075464069843292 - ] - ], - [ - 2.055555582046509, - [ - 0.3140968382358551, - 0.2615542411804199, - 0.3140968382358551 - ] - ], - [ - 2.066666603088379, - [ - 0.32128360867500305, - 0.27012670040130615, - 0.32128360867500305 - ] - ], - [ - 2.077777624130249, - [ - 0.32908621430397034, - 0.2793981432914734, - 0.32908621430397034 - ] - ], - [ - 2.0888888835906982, - [ - 0.3375253677368164, - 0.2893683910369873, - 0.3375253677368164 - ] - ], - [ - 2.0999999046325684, - [ - 0.34609684348106384, - 0.2996157109737396, - 0.34609684348106384 - ] - ], - [ - 2.1083333492279053, - [ - 0.35273975133895874, - 0.3076140284538269, - 0.35273975133895874 - ] - ], - [ - 2.116666793823242, - [ - 0.359625905752182, - 0.3159256875514984, - 0.359625905752182 - ] - ], - [ - 2.125, - [ - 0.3662489354610443, - 0.32407858967781067, - 0.3662489354610443 - ] - ], - [ - 2.133333444595337, - [ - 0.37210291624069214, - 0.33160141110420227, - 0.37210291624069214 - ] - ], - [ - 2.144444465637207, - [ - 0.3794953227043152, - 0.34210914373397827, - 0.3794953227043152 - ] - ], - [ - 2.1555557250976563, - [ - 0.3858204782009125, - 0.35177603363990784, - 0.3858204782009125 - ] - ], - [ - 2.1666667461395264, - [ - 0.3885023295879364, - 0.35601842403411865, - 0.3885023295879364 - ] - ], - [ - 2.1777777671813965, - [ - 0.38445860147476196, - 0.35404229164123535, - 0.38445860147476196 - ] - ], - [ - 2.1888890266418457, - [ - 0.3746877908706665, - 0.34876492619514465, - 0.3746877908706665 - ] - ], - [ - 2.200000047683716, - [ - 0.36272338032722473, - 0.3411591947078705, - 0.36272338032722473 - ] - ], - [ - 2.211111068725586, - [ - 0.34818512201309204, - 0.3300704061985016, - 0.34818512201309204 - ] - ], - [ - 2.222222328186035, - [ - 0.3314531743526459, - 0.31665319204330444, - 0.3314531743526459 - ] - ], - [ - 2.2333333492279053, - [ - 0.3171958327293396, - 0.3053377866744995, - 0.3171958327293396 - ] - ], - [ - 2.2444443702697754, - [ - 0.3060741126537323, - 0.29705166816711426, - 0.3060741126537323 - ] - ], - [ - 2.2555556297302246, - [ - 0.29742690920829773, - 0.290867418050766, - 0.29742690920829773 - ] - ], - [ - 2.2666666507720947, - [ - 0.2939451336860657, - 0.28843769431114197, - 0.2939451336860657 - ] - ], - [ - 2.277777671813965, - [ - 0.2950729429721832, - 0.29037052392959595, - 0.2950729429721832 - ] - ], - [ - 2.288888931274414, - [ - 0.29803451895713806, - 0.2950015664100647, - 0.29803451895713806 - ] - ], - [ - 2.299999952316284, - [ - 0.302199125289917, - 0.30058300495147705, - 0.302199125289917 - ] - ], - [ - 2.3111109733581543, - [ - 0.30754637718200684, - 0.30838263034820557, - 0.30754637718200684 - ] - ], - [ - 2.3222222328186035, - [ - 0.3140968382358551, - 0.31713247299194336, - 0.3140968382358551 - ] - ], - [ - 2.3333332538604736, - [ - 0.3212835192680359, - 0.32128360867500305, - 0.3212835192680359 - ] - ], - [ - 2.3444442749023438, - [ - 0.32908618450164795, - 0.27287185192108154, - 0.32908618450164795 - ] - ], - [ - 2.355555534362793, - [ - 0.3375253677368164, - 0.17356622219085693, - 0.3375253677368164 - ] - ], - [ - 2.366666555404663, - [ - 0.34609684348106384, - 0.0921907052397728, - 0.34609684348106384 - ] - ], - [ - 2.375, - [ - 0.35273972153663635, - 0.06075497344136238, - 0.35273972153663635 - ] - ], - [ - 2.383333206176758, - [ - 0.3596256971359253, - 0.03981860354542732, - 0.3596256971359253 - ] - ], - [ - 2.3916666507720947, - [ - 0.3662489056587219, - 0.02815501019358635, - 0.3662489056587219 - ] - ], - [ - 2.4000000953674316, - [ - 0.37210291624069214, - 0.024539513513445854, - 0.37210291624069214 - ] - ], - [ - 2.4111111164093018, - [ - 0.3794952929019928, - 0.03039485774934292, - 0.3794952929019928 - ] - ], - [ - 2.422222375869751, - [ - 0.3858204782009125, - 0.047354601323604584, - 0.3858204782009125 - ] - ], - [ - 2.433333396911621, - [ - 0.3885023295879364, - 0.0745217502117157, - 0.3885023295879364 - ] - ], - [ - 2.444444417953491, - [ - 0.38445863127708435, - 0.11652983725070953, - 0.38445863127708435 - ] - ], - [ - 2.4555556774139404, - [ - 0.3746878206729889, - 0.16874569654464722, - 0.3746878206729889 - ] - ], - [ - 2.4666666984558105, - [ - 0.36272329092025757, - 0.21639826893806458, - 0.36272329092025757 - ] - ], - [ - 2.4777777194976807, - [ - 0.34818512201309204, - 0.2605041265487671, - 0.34818512201309204 - ] - ], - [ - 2.48888897895813, - [ - 0.3314531743526459, - 0.30004650354385376, - 0.3314531743526459 - ] - ], - [ - 2.5, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 2.51111102104187, - [ - 0.3060741126537323, - 0.2973966896533966, - 0.3060741126537323 - ] - ], - [ - 2.5222222805023193, - [ - 0.2974269390106201, - 0.2595379948616028, - 0.2974269390106201 - ] - ], - [ - 2.5333333015441895, - [ - 0.2939451336860657, - 0.2358999252319336, - 0.2939451336860657 - ] - ], - [ - 2.5444443225860596, - [ - 0.2950729429721832, - 0.23184734582901, - 0.2950729429721832 - ] - ], - [ - 2.555555582046509, - [ - 0.2980344891548157, - 0.23035386204719543, - 0.2980344891548157 - ] - ], - [ - 2.566666603088379, - [ - 0.302199125289917, - 0.23014011979103088, - 0.302199125289917 - ] - ], - [ - 2.577777624130249, - [ - 0.30754637718200684, - 0.23190203309059143, - 0.30754637718200684 - ] - ], - [ - 2.5888888835906982, - [ - 0.3140968382358551, - 0.23618020117282867, - 0.3140968382358551 - ] - ], - [ - 2.5999999046325684, - [ - 0.3212835192680359, - 0.24146616458892822, - 0.3212835192680359 - ] - ], - [ - 2.6083333492279053, - [ - 0.3270561993122101, - 0.2458219826221466, - 0.3270561993122101 - ] - ], - [ - 2.616666793823242, - [ - 0.333257794380188, - 0.2508159577846527, - 0.333257794380188 - ] - ], - [ - 2.625, - [ - 0.33967548608779907, - 0.2562345862388611, - 0.33967548608779907 - ] - ], - [ - 2.633333444595337, - [ - 0.34609702229499817, - 0.26186490058898926, - 0.34609702229499817 - ] - ], - [ - 2.644444465637207, - [ - 0.3550330400466919, - 0.2700028419494629, - 0.3550330400466919 - ] - ], - [ - 2.6555557250976563, - [ - 0.3641015887260437, - 0.2786431610584259, - 0.3641015887260437 - ] - ], - [ - 2.6666667461395264, - [ - 0.37210291624069214, - 0.28678518533706665, - 0.37210291624069214 - ] - ], - [ - 2.6777777671813965, - [ - 0.3794953227043152, - 0.2954424023628235, - 0.3794953227043152 - ] - ], - [ - 2.6888890266418457, - [ - 0.3858204483985901, - 0.30360132455825806, - 0.3858204483985901 - ] - ], - [ - 2.700000047683716, - [ - 0.3885023295879364, - 0.30722036957740784, - 0.3885023295879364 - ] - ], - [ - 2.711111068725586, - [ - 0.38445863127708435, - 0.3056947588920593, - 0.38445863127708435 - ] - ], - [ - 2.722222328186035, - [ - 0.3746878206729889, - 0.3015863597393036, - 0.3746878206729889 - ] - ], - [ - 2.7333333492279053, - [ - 0.36272338032722473, - 0.2955949306488037, - 0.36272338032722473 - ] - ], - [ - 2.7444443702697754, - [ - 0.34818515181541443, - 0.2866811454296112, - 0.34818515181541443 - ] - ], - [ - 2.7555556297302246, - [ - 0.33145320415496826, - 0.27588433027267456, - 0.33145320415496826 - ] - ], - [ - 2.7666666507720947, - [ - 0.3171958327293396, - 0.26701709628105164, - 0.3171958327293396 - ] - ], - [ - 2.777777671813965, - [ - 0.3060741424560547, - 0.26116523146629333, - 0.3060741424560547 - ] - ], - [ - 2.788888931274414, - [ - 0.2974269390106201, - 0.2572428584098816, - 0.2974269390106201 - ] - ], - [ - 2.799999952316284, - [ - 0.2939451336860657, - 0.25581029057502747, - 0.2939451336860657 - ] - ], - [ - 2.8111109733581543, - [ - 0.29507291316986084, - 0.2583802044391632, - 0.29507291316986084 - ] - ], - [ - 2.8222222328186035, - [ - 0.2980344891548157, - 0.2644912302494049, - 0.2980344891548157 - ] - ], - [ - 2.8333332538604736, - [ - 0.302199125289917, - 0.2717496454715729, - 0.302199125289917 - ] - ], - [ - 2.8444442749023438, - [ - 0.30754637718200684, - 0.2795233726501465, - 0.30754637718200684 - ] - ], - [ - 2.855555534362793, - [ - 0.3140968084335327, - 0.2884445786476135, - 0.3140968084335327 - ] - ], - [ - 2.866666555404663, - [ - 0.3212835192680359, - 0.29801854491233826, - 0.3212835192680359 - ] - ], - [ - 2.875, - [ - 0.3270561695098877, - 0.30561602115631104, - 0.3270561695098877 - ] - ], - [ - 2.883333206176758, - [ - 0.3332575559616089, - 0.31365519762039185, - 0.3332575559616089 - ] - ], - [ - 2.9000000953674316, - [ - 0.34609702229499817, - 0.3301648795604706, - 0.34609702229499817 - ] - ], - [ - 2.9111111164093018, - [ - 0.3550330102443695, - 0.3415662944316864, - 0.3550330102443695 - ] - ], - [ - 2.922222375869751, - [ - 0.3641015887260437, - 0.35309064388275146, - 0.3641015887260437 - ] - ], - [ - 2.933333396911621, - [ - 0.37210291624069214, - 0.3634164035320282, - 0.37210291624069214 - ] - ], - [ - 2.944444417953491, - [ - 0.3794952630996704, - 0.37336623668670654, - 0.3794952630996704 - ] - ], - [ - 2.9555556774139404, - [ - 0.3858204483985901, - 0.3821175694465637, - 0.3858204483985901 - ] - ], - [ - 2.9666666984558105, - [ - 0.3885023295879364, - 0.38587865233421326, - 0.3885023295879364 - ] - ], - [ - 2.9777777194976807, - [ - 0.38445863127708435, - 0.38501936197280884, - 0.38445863127708435 - ] - ], - [ - 2.98888897895813, - [ - 0.3746878504753113, - 0.37901535630226135, - 0.3746878504753113 - ] - ], - [ - 3.0, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.01111102104187, - [ - 0.3481851816177368, - 0.2930067479610443, - 0.3481851816177368 - ] - ], - [ - 3.0222222805023193, - [ - 0.33145320415496826, - 0.1769118756055832, - 0.33145320415496826 - ] - ], - [ - 3.0333333015441895, - [ - 0.3171958327293396, - 0.0844893530011177, - 0.3171958327293396 - ] - ], - [ - 3.0444443225860596, - [ - 0.3060741424560547, - 0.042183924466371536, - 0.3060741424560547 - ] - ], - [ - 3.055555582046509, - [ - 0.2974269390106201, - 0.023552194237709045, - 0.2974269390106201 - ] - ], - [ - 3.066666603088379, - [ - 0.2939451336860657, - 0.01938514970242977, - 0.2939451336860657 - ] - ], - [ - 3.077777624130249, - [ - 0.2950729429721832, - 0.02300906740128994, - 0.2950729429721832 - ] - ], - [ - 3.0888888835906982, - [ - 0.2980344891548157, - 0.035204801708459854, - 0.2980344891548157 - ] - ], - [ - 3.0999999046325684, - [ - 0.302199125289917, - 0.05796685442328453, - 0.302199125289917 - ] - ], - [ - 3.1083333492279053, - [ - 0.30607447028160095, - 0.08422022312879562, - 0.30607447028160095 - ] - ], - [ - 3.116666793823242, - [ - 0.3107064962387085, - 0.11758188158273697, - 0.3107064962387085 - ] - ], - [ - 3.125, - [ - 0.31585586071014404, - 0.15456248819828033, - 0.31585586071014404 - ] - ], - [ - 3.133333444595337, - [ - 0.3212836980819702, - 0.19167600572109222, - 0.3212836980819702 - ] - ], - [ - 3.144444465637207, - [ - 0.3290863335132599, - 0.2472739815711975, - 0.3290863335132599 - ] - ], - [ - 3.1555557250976563, - [ - 0.33752548694610596, - 0.30517256259918213, - 0.33752548694610596 - ] - ], - [ - 3.1666667461395264, - [ - 0.346096932888031, - 0.34609711170196533, - 0.346096932888031 - ] - ], - [ - 3.1777777671813965, - [ - 0.3550329804420471, - 0.3628244698047638, - 0.3550329804420471 - ] - ], - [ - 3.1888890266418457, - [ - 0.3641015887260437, - 0.3679976463317871, - 0.3641015887260437 - ] - ], - [ - 3.200000047683716, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 3.211111068725586, - [ - 0.3794952630996704, - 0.3794952630996704, - 0.3794952630996704 - ] - ], - [ - 3.222222328186035, - [ - 0.3858204185962677, - 0.3858204185962677, - 0.3858204185962677 - ] - ], - [ - 3.2333333492279053, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 3.2444443702697754, - [ - 0.38445863127708435, - 0.38445863127708435, - 0.38445863127708435 - ] - ], - [ - 3.2555556297302246, - [ - 0.37468788027763367, - 0.37468788027763367, - 0.37468788027763367 - ] - ], - [ - 3.2666666507720947, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.277777671813965, - [ - 0.3456384241580963, - 0.3456384241580963, - 0.3456384241580963 - ] - ], - [ - 3.288888931274414, - [ - 0.3263601064682007, - 0.3263601064682007, - 0.3263601064682007 - ] - ], - [ - 3.299999952316284, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 3.3111109733581543, - [ - 0.32448574900627136, - 0.337210088968277, - 0.32448574900627136 - ] - ], - [ - 3.3222222328186035, - [ - 0.3402841091156006, - 0.37437182664871216, - 0.3402841091156006 - ] - ], - [ - 3.3333332538604736, - [ - 0.3554949462413788, - 0.3943864405155182, - 0.3554949462413788 - ] - ], - [ - 3.3444442749023438, - [ - 0.3693335950374603, - 0.3928608000278473, - 0.3693335950374603 - ] - ], - [ - 3.355555534362793, - [ - 0.3825843334197998, - 0.3900280296802521, - 0.3825843334197998 - ] - ], - [ - 3.366666555404663, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292429341_202507.json b/lenses/physics-objects/Scene/assets/1646688292429341_202507.json deleted file mode 100644 index 5a655872..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292429341_202507.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292429341:202507", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5083333253860474, - [ - 0.0, - 1.2042196989059448, - 0.0 - ] - ], - [ - 0.5166666507720947, - [ - 0.0, - 4.335182189941406, - 0.0 - ] - ], - [ - 0.5250000357627869, - [ - 0.0, - 8.670392990112305, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 13.48725700378418, - 0.0 - ] - ], - [ - 0.5444444417953491, - [ - 0.0, - 21.40846061706543, - 0.0 - ] - ], - [ - 0.5555555820465088, - [ - 0.0, - 30.61369514465332, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 0.574999988079071, - [ - 0.0, - 43.35176086425781, - 0.0 - ] - ], - [ - 0.5833333730697632, - [ - 0.0, - 47.68696975708008, - 0.0 - ] - ], - [ - 0.5916666984558105, - [ - 0.0, - 50.81792449951172, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 0.6111111044883728, - [ - 0.0, - 49.951988220214844, - 0.0 - ] - ], - [ - 0.6222222447395325, - [ - 0.0, - 44.885581970214844, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 38.534934997558594, - 0.0 - ] - ], - [ - 0.6416666507720947, - [ - 0.0, - 32.81490707397461, - 0.0 - ] - ], - [ - 0.6583333611488342, - [ - 0.0, - 19.207216262817383, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 13.487196922302246, - 0.0 - ] - ], - [ - 0.6777777671813965, - [ - 0.0, - 7.136546611785889, - 0.0 - ] - ], - [ - 0.6888889074325562, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4777778387069702, - [ - 0.0, - 2.0701687335968018, - 0.0 - ] - ], - [ - 1.4888888597488403, - [ - 0.0, - 7.1365180015563965, - 0.0 - ] - ], - [ - 1.5, - [ - 0.0, - 13.48719310760498, - 0.0 - ] - ], - [ - 1.5111111402511597, - [ - 0.0, - 21.4084415435791, - 0.0 - ] - ], - [ - 1.5222221612930298, - [ - 0.0, - 30.61357879638672, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 38.534847259521484, - 0.0 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 43.351715087890625, - 0.0 - ] - ], - [ - 1.5499999523162842, - [ - 0.0, - 47.686912536621094, - 0.0 - ] - ], - [ - 1.558333396911621, - [ - 0.0, - 50.817928314208984, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 1.5777778625488281, - [ - 0.0, - 49.95195388793945, - 0.0 - ] - ], - [ - 1.5888888835906982, - [ - 0.0, - 44.88558578491211, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 1.6111111640930176, - [ - 0.0, - 30.61363410949707, - 0.0 - ] - ], - [ - 1.6222221851348877, - [ - 0.0, - 21.408485412597656, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - 13.487221717834473, - 0.0 - ] - ], - [ - 1.644444465637207, - [ - 0.0, - 7.136542797088623, - 0.0 - ] - ], - [ - 1.6555554866790771, - [ - 0.0, - 2.070175886154175, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.277777671813965, - [ - 0.0, - 2.070115089416504, - 0.0 - ] - ], - [ - 2.288888931274414, - [ - 0.0, - 7.136578559875488, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 13.487189292907715, - 0.0 - ] - ], - [ - 2.3111109733581543, - [ - 0.0, - 21.408348083496094, - 0.0 - ] - ], - [ - 2.3222222328186035, - [ - 0.0, - 30.613689422607422, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 38.53486633300781, - 0.0 - ] - ], - [ - 2.3444442749023438, - [ - 0.0, - 44.88549041748047, - 0.0 - ] - ], - [ - 2.355555534362793, - [ - 0.0, - 49.95197677612305, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 2.375, - [ - 0.0, - 50.817901611328125, - 0.0 - ] - ], - [ - 2.383333206176758, - [ - 0.0, - 47.68696594238281, - 0.0 - ] - ], - [ - 2.3916666507720947, - [ - 0.0, - 43.35169982910156, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 38.53474807739258, - 0.0 - ] - ], - [ - 2.4111111164093018, - [ - 0.0, - 30.613571166992188, - 0.0 - ] - ], - [ - 2.422222375869751, - [ - 0.0, - 21.408252716064453, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 13.48713207244873, - 0.0 - ] - ], - [ - 2.444444417953491, - [ - 0.0, - 7.136532306671143, - 0.0 - ] - ], - [ - 2.4555556774139404, - [ - 0.0, - 2.070100784301758, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.6083333492279053, - [ - 0.0, - 1.204234004020691, - 0.0 - ] - ], - [ - 3.616666793823242, - [ - 0.0, - 4.335289478302002, - 0.0 - ] - ], - [ - 3.625, - [ - 0.0, - 8.670446395874023, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 13.487397193908691, - 0.0 - ] - ], - [ - 3.644444465637207, - [ - 0.0, - 21.408580780029297, - 0.0 - ] - ], - [ - 3.6555557250976563, - [ - 0.0, - 30.6138973236084, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 38.53501892089844, - 0.0 - ] - ], - [ - 3.6777777671813965, - [ - 0.0, - 44.88561248779297, - 0.0 - ] - ], - [ - 3.6888890266418457, - [ - 0.0, - 49.95204162597656, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 3.711111068725586, - [ - 0.0, - 49.951995849609375, - 0.0 - ] - ], - [ - 3.722222328186035, - [ - 0.0, - 44.88552474975586, - 0.0 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 38.534908294677734, - 0.0 - ] - ], - [ - 3.7444443702697754, - [ - 0.0, - 30.613737106323242, - 0.0 - ] - ], - [ - 3.7555556297302246, - [ - 0.0, - 21.40839958190918, - 0.0 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 13.487232208251953, - 0.0 - ] - ], - [ - 3.777777671813965, - [ - 0.0, - 7.136610984802246, - 0.0 - ] - ], - [ - 3.788888931274414, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.577777862548828, - [ - 0.0, - 2.070183038711548, - 0.0 - ] - ], - [ - 4.588888645172119, - [ - 0.0, - 7.136421203613281, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 13.487168312072754, - 0.0 - ] - ], - [ - 4.611111164093018, - [ - 0.0, - 21.40850257873535, - 0.0 - ] - ], - [ - 4.622221946716309, - [ - 0.0, - 30.613454818725586, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 38.53483963012695, - 0.0 - ] - ], - [ - 4.644444465637207, - [ - 0.0, - 44.88559341430664, - 0.0 - ] - ], - [ - 4.655555248260498, - [ - 0.0, - 49.95187759399414, - 0.0 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 4.6777777671813965, - [ - 0.0, - 49.95200729370117, - 0.0 - ] - ], - [ - 4.6888885498046875, - [ - 0.0, - 44.88582992553711, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 38.53513717651367, - 0.0 - ] - ], - [ - 4.711111068725586, - [ - 0.0, - 30.613872528076172, - 0.0 - ] - ], - [ - 4.722221851348877, - [ - 0.0, - 21.408964157104492, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 13.487568855285645, - 0.0 - ] - ], - [ - 4.741666793823242, - [ - 0.0, - 8.67046070098877, - 0.0 - ] - ], - [ - 4.75, - [ - 0.0, - 4.335282325744629, - 0.0 - ] - ], - [ - 4.758333206176758, - [ - 0.0, - 1.2042804956436157, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.144444465637207, - [ - 0.0, - 2.0701615810394287, - 0.0 - ] - ], - [ - 6.155555248260498, - [ - 0.0, - 7.136389255523682, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 13.487135887145996, - 0.0 - ] - ], - [ - 6.1777777671813965, - [ - 0.0, - 21.408449172973633, - 0.0 - ] - ], - [ - 6.1888885498046875, - [ - 0.0, - 30.613405227661133, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 38.5348014831543, - 0.0 - ] - ], - [ - 6.211111068725586, - [ - 0.0, - 44.88555908203125, - 0.0 - ] - ], - [ - 6.222221851348877, - [ - 0.0, - 49.95185470581055, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 6.241666793823242, - [ - 0.0, - 50.81785202026367, - 0.0 - ] - ], - [ - 6.25, - [ - 0.0, - 47.68685531616211, - 0.0 - ] - ], - [ - 6.258333206176758, - [ - 0.0, - 43.3516731262207, - 0.0 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 38.53456497192383, - 0.0 - ] - ], - [ - 6.277778148651123, - [ - 0.0, - 30.613170623779297, - 0.0 - ] - ], - [ - 6.288888931274414, - [ - 0.0, - 21.408266067504883, - 0.0 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 13.486992835998535, - 0.0 - ] - ], - [ - 6.3111114501953125, - [ - 0.0, - 7.1363067626953125, - 0.0 - ] - ], - [ - 6.3222222328186035, - [ - 0.0, - 2.07012939453125, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292429501_202514.json b/lenses/physics-objects/Scene/assets/1646688292429501_202514.json deleted file mode 100644 index da401d2d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292429501_202514.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292429501:202514", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292429635_202521.json b/lenses/physics-objects/Scene/assets/1646688292429635_202521.json deleted file mode 100644 index ba85e2d1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292429635_202521.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292429635:202521", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5083333253860474, - [ - 1.0, - 0.9799210429191589, - 1.0 - ] - ], - [ - 0.5166666507720947, - [ - 1.0, - 0.9277158975601196, - 1.0 - ] - ], - [ - 0.5250000357627869, - [ - 1.0, - 0.855431318283081, - 1.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.0, - 0.7751157283782959, - 1.0 - ] - ], - [ - 0.5444444417953491, - [ - 1.0, - 0.6430389285087585, - 1.0 - ] - ], - [ - 0.5555555820465088, - [ - 1.0, - 0.48955237865448, - 1.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.0, - 0.35747548937797546, - 1.0 - ] - ], - [ - 0.574999988079071, - [ - 1.0, - 0.27716001868247986, - 1.0 - ] - ], - [ - 0.5833333730697632, - [ - 1.0, - 0.20487546920776367, - 1.0 - ] - ], - [ - 0.5916666984558105, - [ - 1.0, - 0.15267041325569153, - 1.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 0.6111111044883728, - [ - 1.0, - 0.16710889339447021, - 1.0 - ] - ], - [ - 0.6222222447395325, - [ - 1.0, - 0.25158533453941345, - 1.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.0, - 0.3574749529361725, - 1.0 - ] - ], - [ - 0.6416666507720947, - [ - 1.0, - 0.45284971594810486, - 1.0 - ] - ], - [ - 0.6583333611488342, - [ - 1.0, - 0.6797420978546143, - 1.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.0, - 0.7751167416572571, - 1.0 - ] - ], - [ - 0.6777777671813965, - [ - 1.0, - 0.8810064196586609, - 1.0 - ] - ], - [ - 0.6888889074325562, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 0.699999988079071, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4777778387069702, - [ - 1.0, - 0.9654823541641235, - 1.0 - ] - ], - [ - 1.4888888597488403, - [ - 1.0, - 0.8810068964958191, - 1.0 - ] - ], - [ - 1.5, - [ - 1.0, - 0.7751168012619019, - 1.0 - ] - ], - [ - 1.5111111402511597, - [ - 1.0, - 0.6430392265319824, - 1.0 - ] - ], - [ - 1.5222221612930298, - [ - 1.0, - 0.4895543158054352, - 1.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.0, - 0.35747644305229187, - 1.0 - ] - ], - [ - 1.5416666269302368, - [ - 1.0, - 0.27716079354286194, - 1.0 - ] - ], - [ - 1.5499999523162842, - [ - 1.0, - 0.20487643778324127, - 1.0 - ] - ], - [ - 1.558333396911621, - [ - 1.0, - 0.15267035365104675, - 1.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 1.5777778625488281, - [ - 1.0, - 0.16710948944091797, - 1.0 - ] - ], - [ - 1.5888888835906982, - [ - 1.0, - 0.2515852749347687, - 1.0 - ] - ], - [ - 1.600000023841858, - [ - 1.0, - 0.3574754595756531, - 1.0 - ] - ], - [ - 1.6111111640930176, - [ - 1.0, - 0.48955339193344116, - 1.0 - ] - ], - [ - 1.6222221851348877, - [ - 1.0, - 0.6430385112762451, - 1.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.0, - 0.7751163244247437, - 1.0 - ] - ], - [ - 1.644444465637207, - [ - 1.0, - 0.8810064792633057, - 1.0 - ] - ], - [ - 1.6555554866790771, - [ - 1.0, - 0.965482234954834, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.2666666507720947, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.277777671813965, - [ - 1.0, - 0.9654832482337952, - 1.0 - ] - ], - [ - 2.288888931274414, - [ - 1.0, - 0.8810058832168579, - 1.0 - ] - ], - [ - 2.299999952316284, - [ - 1.0, - 0.7751168608665466, - 1.0 - ] - ], - [ - 2.3111109733581543, - [ - 1.0, - 0.6430407762527466, - 1.0 - ] - ], - [ - 2.3222222328186035, - [ - 1.0, - 0.48955246806144714, - 1.0 - ] - ], - [ - 2.3333332538604736, - [ - 1.0, - 0.3574760854244232, - 1.0 - ] - ], - [ - 2.3444442749023438, - [ - 1.0, - 0.25158682465553284, - 1.0 - ] - ], - [ - 2.355555534362793, - [ - 1.0, - 0.16710911691188812, - 1.0 - ] - ], - [ - 2.366666555404663, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 2.375, - [ - 1.0, - 0.15267080068588257, - 1.0 - ] - ], - [ - 2.383333206176758, - [ - 1.0, - 0.20487552881240845, - 1.0 - ] - ], - [ - 2.3916666507720947, - [ - 1.0, - 0.27716100215911865, - 1.0 - ] - ], - [ - 2.4000000953674316, - [ - 1.0, - 0.3574780821800232, - 1.0 - ] - ], - [ - 2.4111111164093018, - [ - 1.0, - 0.48955443501472473, - 1.0 - ] - ], - [ - 2.422222375869751, - [ - 1.0, - 0.6430423855781555, - 1.0 - ] - ], - [ - 2.433333396911621, - [ - 1.0, - 0.775117814540863, - 1.0 - ] - ], - [ - 2.444444417953491, - [ - 1.0, - 0.88100665807724, - 1.0 - ] - ], - [ - 2.4555556774139404, - [ - 1.0, - 0.9654834866523743, - 1.0 - ] - ], - [ - 2.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.5999999046325684, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.6083333492279053, - [ - 1.0, - 0.9799208045005798, - 1.0 - ] - ], - [ - 3.616666793823242, - [ - 1.0, - 0.9277141094207764, - 1.0 - ] - ], - [ - 3.625, - [ - 1.0, - 0.8554304242134094, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - 1.0, - 0.7751134037971497, - 1.0 - ] - ], - [ - 3.644444465637207, - [ - 1.0, - 0.6430369019508362, - 1.0 - ] - ], - [ - 3.6555557250976563, - [ - 1.0, - 0.48954901099205017, - 1.0 - ] - ], - [ - 3.6666667461395264, - [ - 1.0, - 0.35747355222702026, - 1.0 - ] - ], - [ - 3.6777777671813965, - [ - 1.0, - 0.25158482789993286, - 1.0 - ] - ], - [ - 3.6888890266418457, - [ - 1.0, - 0.16710801422595978, - 1.0 - ] - ], - [ - 3.700000047683716, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 3.711111068725586, - [ - 1.0, - 0.16710875928401947, - 1.0 - ] - ], - [ - 3.722222328186035, - [ - 1.0, - 0.25158625841140747, - 1.0 - ] - ], - [ - 3.7333333492279053, - [ - 1.0, - 0.3574753701686859, - 1.0 - ] - ], - [ - 3.7444443702697754, - [ - 1.0, - 0.4895516633987427, - 1.0 - ] - ], - [ - 3.7555556297302246, - [ - 1.0, - 0.6430399417877197, - 1.0 - ] - ], - [ - 3.7666666507720947, - [ - 1.0, - 0.7751161456108093, - 1.0 - ] - ], - [ - 3.777777671813965, - [ - 1.0, - 0.8810053467750549, - 1.0 - ] - ], - [ - 3.788888931274414, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 3.799999952316284, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.566666603088379, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.577777862548828, - [ - 1.0, - 0.9654821157455444, - 1.0 - ] - ], - [ - 4.588888645172119, - [ - 1.0, - 0.881008505821228, - 1.0 - ] - ], - [ - 4.599999904632568, - [ - 1.0, - 0.7751172184944153, - 1.0 - ] - ], - [ - 4.611111164093018, - [ - 1.0, - 0.6430382132530212, - 1.0 - ] - ], - [ - 4.622221946716309, - [ - 1.0, - 0.48955637216567993, - 1.0 - ] - ], - [ - 4.633333206176758, - [ - 1.0, - 0.35747653245925903, - 1.0 - ] - ], - [ - 4.644444465637207, - [ - 1.0, - 0.25158512592315674, - 1.0 - ] - ], - [ - 4.655555248260498, - [ - 1.0, - 0.16711077094078064, - 1.0 - ] - ], - [ - 4.666666507720947, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 4.6777777671813965, - [ - 1.0, - 0.16710859537124634, - 1.0 - ] - ], - [ - 4.6888885498046875, - [ - 1.0, - 0.2515811622142792, - 1.0 - ] - ], - [ - 4.699999809265137, - [ - 1.0, - 0.3574715554714203, - 1.0 - ] - ], - [ - 4.711111068725586, - [ - 1.0, - 0.4895494282245636, - 1.0 - ] - ], - [ - 4.722221851348877, - [ - 1.0, - 0.6430305242538452, - 1.0 - ] - ], - [ - 4.733333110809326, - [ - 1.0, - 0.7751105427742004, - 1.0 - ] - ], - [ - 4.741666793823242, - [ - 1.0, - 0.8554301857948303, - 1.0 - ] - ], - [ - 4.75, - [ - 1.0, - 0.9277142286300659, - 1.0 - ] - ], - [ - 4.758333206176758, - [ - 1.0, - 0.9799200296401978, - 1.0 - ] - ], - [ - 4.766666889190674, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.133333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.144444465637207, - [ - 1.0, - 0.9654824733734131, - 1.0 - ] - ], - [ - 6.155555248260498, - [ - 1.0, - 0.881009042263031, - 1.0 - ] - ], - [ - 6.166666507720947, - [ - 1.0, - 0.7751177549362183, - 1.0 - ] - ], - [ - 6.1777777671813965, - [ - 1.0, - 0.6430391073226929, - 1.0 - ] - ], - [ - 6.1888885498046875, - [ - 1.0, - 0.4895572066307068, - 1.0 - ] - ], - [ - 6.199999809265137, - [ - 1.0, - 0.3574771583080292, - 1.0 - ] - ], - [ - 6.211111068725586, - [ - 1.0, - 0.2515856921672821, - 1.0 - ] - ], - [ - 6.222221851348877, - [ - 1.0, - 0.16711115837097168, - 1.0 - ] - ], - [ - 6.233333110809326, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 6.241666793823242, - [ - 1.0, - 0.15267163515090942, - 1.0 - ] - ], - [ - 6.25, - [ - 1.0, - 0.20487737655639648, - 1.0 - ] - ], - [ - 6.258333206176758, - [ - 1.0, - 0.27716147899627686, - 1.0 - ] - ], - [ - 6.266666889190674, - [ - 1.0, - 0.35748109221458435, - 1.0 - ] - ], - [ - 6.277778148651123, - [ - 1.0, - 0.4895611107349396, - 1.0 - ] - ], - [ - 6.288888931274414, - [ - 1.0, - 0.6430421471595764, - 1.0 - ] - ], - [ - 6.300000190734863, - [ - 1.0, - 0.7751201391220093, - 1.0 - ] - ], - [ - 6.3111114501953125, - [ - 1.0, - 0.8810104131698608, - 1.0 - ] - ], - [ - 6.3222222328186035, - [ - 1.0, - 0.9654830098152161, - 1.0 - ] - ], - [ - 6.333333492279053, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292430557_202534.json b/lenses/physics-objects/Scene/assets/1646688292430557_202534.json deleted file mode 100644 index bf98124d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292430557_202534.json +++ /dev/null @@ -1,2570 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292430557:202534", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.03333333507180214, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.0416666679084301, - [ - 9.282278060913086, - 38.89265441894531, - 24.58257293701172 - ] - ], - [ - 0.05000000447034836, - [ - 9.374156951904297, - 44.04905700683594, - 24.825897216796875 - ] - ], - [ - 0.05833333730697632, - [ - 9.499730110168457, - 49.89438247680664, - 25.158458709716797 - ] - ], - [ - 0.06666667014360428, - [ - 9.636452674865723, - 54.179710388183594, - 25.520544052124023 - ] - ], - [ - 0.07777778059244156, - [ - 9.856290817260742, - 56.989376068115234, - 26.10274887084961 - ] - ], - [ - 0.08888889104127884, - [ - 10.109295845031738, - 58.358829498291016, - 26.77279281616211 - ] - ], - [ - 0.10000000149011612, - [ - 10.324888229370117, - 58.719642639160156, - 27.343751907348633 - ] - ], - [ - 0.10833333432674408, - [ - 10.452949523925781, - 58.61130905151367, - 27.68290138244629 - ] - ], - [ - 0.11666667461395264, - [ - 10.565679550170898, - 58.25349807739258, - 27.981449127197266 - ] - ], - [ - 0.125, - [ - 10.645910263061523, - 57.59700012207031, - 28.193925857543945 - ] - ], - [ - 0.13333334028720856, - [ - 10.676468849182129, - 56.592594146728516, - 28.27485466003418 - ] - ], - [ - 0.14444445073604584, - [ - 10.659414291381836, - 54.54631423950195, - 28.229690551757813 - ] - ], - [ - 0.15555556118488312, - [ - 10.614632606506348, - 51.910892486572266, - 28.11109161376953 - ] - ], - [ - 0.1666666716337204, - [ - 10.551657676696777, - 49.16157150268555, - 27.94431495666504 - ] - ], - [ - 0.17777778208255768, - [ - 10.470799446105957, - 45.79253005981445, - 27.730173110961914 - ] - ], - [ - 0.18888889253139496, - [ - 10.371748924255371, - 42.309757232666016, - 27.46785545349121 - ] - ], - [ - 0.20000000298023224, - [ - 10.263075828552246, - 40.705482482910156, - 27.180051803588867 - ] - ], - [ - 0.21111111342906952, - [ - 10.145088195800781, - 41.284568786621094, - 26.867582321166992 - ] - ], - [ - 0.2222222238779068, - [ - 10.017478942871094, - 42.35975646972656, - 26.529630661010742 - ] - ], - [ - 0.23333333432674408, - [ - 9.887866020202637, - 42.938838958740234, - 26.186370849609375 - ] - ], - [ - 0.24166667461395264, - [ - 9.787418365478516, - 42.90892028808594, - 25.920352935791016 - ] - ], - [ - 0.25, - [ - 9.683292388916016, - 42.835426330566406, - 25.644590377807617 - ] - ], - [ - 0.25833335518836975, - [ - 9.583141326904297, - 42.74276351928711, - 25.379358291625977 - ] - ], - [ - 0.2666666805744171, - [ - 9.494621276855469, - 42.65532684326172, - 25.144927978515625 - ] - ], - [ - 0.2777777910232544, - [ - 9.382838249206543, - 42.52433395385742, - 24.84889030456543 - ] - ], - [ - 0.2888889014720917, - [ - 9.287195205688477, - 42.388179779052734, - 24.59559440612793 - ] - ], - [ - 0.30000001192092896, - [ - 9.246641159057617, - 42.32533645629883, - 24.48819351196289 - ] - ], - [ - 0.31111112236976624, - [ - 9.307787895202637, - 42.53909683227539, - 24.650131225585938 - ] - ], - [ - 0.3222222328186035, - [ - 9.455533027648926, - 43.04107666015625, - 25.04140853881836 - ] - ], - [ - 0.3333333432674408, - [ - 9.636452674865723, - 43.622718811035156, - 25.520544052124023 - ] - ], - [ - 0.3444444537162781, - [ - 9.856290817260742, - 44.28154373168945, - 26.102750778198242 - ] - ], - [ - 0.35555556416511536, - [ - 10.109295845031738, - 45.0200080871582, - 26.77279281616211 - ] - ], - [ - 0.36666667461395264, - [ - 10.324889183044434, - 45.637168884277344, - 27.3437557220459 - ] - ], - [ - 0.3777777850627899, - [ - 10.493063926696777, - 46.09377670288086, - 27.789138793945313 - ] - ], - [ - 0.3888888955116272, - [ - 10.623819351196289, - 46.42906188964844, - 28.135421752929688 - ] - ], - [ - 0.4000000059604645, - [ - 10.676468849182129, - 46.55945587158203, - 28.27485466003418 - ] - ], - [ - 0.41111111640930176, - [ - 10.659414291381836, - 46.47359848022461, - 28.229690551757813 - ] - ], - [ - 0.42222222685813904, - [ - 10.614632606506348, - 46.259220123291016, - 28.11109161376953 - ] - ], - [ - 0.4333333373069763, - [ - 10.551657676696777, - 45.980934143066406, - 27.94431495666504 - ] - ], - [ - 0.4444444477558136, - [ - 10.470799446105957, - 45.651981353759766, - 27.730173110961914 - ] - ], - [ - 0.4555555582046509, - [ - 10.371748924255371, - 45.25912857055664, - 27.46785545349121 - ] - ], - [ - 0.46666666865348816, - [ - 10.263075828552246, - 44.82709884643555, - 27.180051803588867 - ] - ], - [ - 0.47777777910232544, - [ - 10.145089149475098, - 44.35639572143555, - 26.867582321166992 - ] - ], - [ - 0.4888888895511627, - [ - 10.017478942871094, - 43.846519470214844, - 26.529630661010742 - ] - ], - [ - 0.5, - [ - 9.887866020202637, - 43.32063674926758, - 26.186370849609375 - ] - ], - [ - 0.5083333253860474, - [ - 9.787418365478516, - 42.90879440307617, - 25.920352935791016 - ] - ], - [ - 0.5166666507720947, - [ - 9.683292388916016, - 42.47947311401367, - 25.644590377807617 - ] - ], - [ - 0.5250000357627869, - [ - 9.583141326904297, - 42.05809783935547, - 25.379358291625977 - ] - ], - [ - 0.5333333611488342, - [ - 9.494620323181152, - 41.670101165771484, - 25.144926071166992 - ] - ], - [ - 0.5444444417953491, - [ - 9.382838249206543, - 41.130496978759766, - 24.84889030456543 - ] - ], - [ - 0.5555555820465088, - [ - 9.287195205688477, - 40.63516616821289, - 24.59559440612793 - ] - ], - [ - 0.5666666626930237, - [ - 9.246641159057617, - 40.41799545288086, - 24.48819351196289 - ] - ], - [ - 0.574999988079071, - [ - 9.28227710723877, - 40.4868049621582, - 24.582571029663086 - ] - ], - [ - 0.5833333730697632, - [ - 9.374156951904297, - 40.67345428466797, - 24.825897216796875 - ] - ], - [ - 0.5916666984558105, - [ - 9.499730110168457, - 40.94827651977539, - 25.158458709716797 - ] - ], - [ - 0.6000000238418579, - [ - 9.636453628540039, - 41.28160095214844, - 25.52054786682129 - ] - ], - [ - 0.6111111044883728, - [ - 9.856290817260742, - 41.893646240234375, - 26.10274887084961 - ] - ], - [ - 0.6222222447395325, - [ - 10.109296798706055, - 42.62723159790039, - 26.772794723510742 - ] - ], - [ - 0.6333333253860474, - [ - 10.324888229370117, - 43.23947525024414, - 27.343751907348633 - ] - ], - [ - 0.6416666507720947, - [ - 10.452948570251465, - 43.57319259643555, - 27.682897567749023 - ] - ], - [ - 0.6499999761581421, - [ - 10.565679550170898, - 43.848602294921875, - 27.981447219848633 - ] - ], - [ - 0.6583333611488342, - [ - 10.645910263061523, - 44.03578186035156, - 28.193925857543945 - ] - ], - [ - 0.6666666865348816, - [ - 10.676468849182129, - 44.10482406616211, - 28.27485466003418 - ] - ], - [ - 0.6777777671813965, - [ - 10.659414291381836, - 43.97737121582031, - 28.229690551757813 - ] - ], - [ - 0.6888889074325562, - [ - 10.614632606506348, - 43.66970443725586, - 28.11109161376953 - ] - ], - [ - 0.699999988079071, - [ - 10.551657676696777, - 43.29362869262695, - 27.94431495666504 - ] - ], - [ - 0.7083333134651184, - [ - 10.493058204650879, - 42.9882926940918, - 27.789121627807617 - ] - ], - [ - 0.7166666984558105, - [ - 10.423016548156738, - 42.640262603759766, - 27.603628158569336 - ] - ], - [ - 0.7250000238418579, - [ - 10.345149993896484, - 42.26215744018555, - 27.39741325378418 - ] - ], - [ - 0.7333333492279053, - [ - 10.263075828552246, - 41.866607666015625, - 27.180051803588867 - ] - ], - [ - 0.7444444298744202, - [ - 10.145088195800781, - 41.30402755737305, - 26.867582321166992 - ] - ], - [ - 0.7666666507720947, - [ - 9.887866020202637, - 40.09307098388672, - 26.186370849609375 - ] - ], - [ - 0.7749999761581421, - [ - 9.787418365478516, - 39.62168884277344, - 25.920352935791016 - ] - ], - [ - 0.7833333015441895, - [ - 9.683292388916016, - 39.13494873046875, - 25.64459228515625 - ] - ], - [ - 0.7916666865348816, - [ - 9.583141326904297, - 38.66404724121094, - 25.379358291625977 - ] - ], - [ - 0.800000011920929, - [ - 9.494620323181152, - 38.24018859863281, - 25.144926071166992 - ] - ], - [ - 0.8111110925674438, - [ - 9.382838249206543, - 37.68076705932617, - 24.84889030456543 - ] - ], - [ - 0.8222222328186035, - [ - 9.287195205688477, - 37.18647766113281, - 24.59559440612793 - ] - ], - [ - 0.8333333134651184, - [ - 9.246641159057617, - 36.97357177734375, - 24.48819351196289 - ] - ], - [ - 0.8416666388511658, - [ - 9.28227710723877, - 37.08736038208008, - 24.582571029663086 - ] - ], - [ - 0.8500000238418579, - [ - 9.374156951904297, - 37.38739776611328, - 24.825897216796875 - ] - ], - [ - 0.8583333492279053, - [ - 9.499730110168457, - 37.81171798706055, - 25.158458709716797 - ] - ], - [ - 0.8666666746139526, - [ - 9.636452674865723, - 38.2983512878418, - 25.520544052124023 - ] - ], - [ - 0.8777777552604675, - [ - 9.856289863586426, - 38.69129180908203, - 26.10274887084961 - ] - ], - [ - 0.8888888955116272, - [ - 10.109295845031738, - 39.23176193237305, - 26.77279281616211 - ] - ], - [ - 0.8999999761581421, - [ - 10.324888229370117, - 40.95063781738281, - 27.343751907348633 - ] - ], - [ - 0.9083333015441895, - [ - 10.452948570251465, - 43.89043045043945, - 27.682897567749023 - ] - ], - [ - 0.9166666269302368, - [ - 10.565679550170898, - 47.99485778808594, - 27.981447219848633 - ] - ], - [ - 0.925000011920929, - [ - 10.645909309387207, - 52.15915298461914, - 28.193923950195313 - ] - ], - [ - 0.9333333373069763, - [ - 10.676468849182129, - 55.2784423828125, - 28.27485466003418 - ] - ], - [ - 0.9444444179534912, - [ - 10.659414291381836, - 57.50630187988281, - 28.229690551757813 - ] - ], - [ - 0.9555555582046509, - [ - 10.614632606506348, - 58.531490325927734, - 28.11109161376953 - ] - ], - [ - 0.9666666388511658, - [ - 10.551657676696777, - 58.77895736694336, - 27.94431495666504 - ] - ], - [ - 0.9749999642372131, - [ - 10.493058204650879, - 58.650421142578125, - 27.789121627807617 - ] - ], - [ - 0.9833333492279053, - [ - 10.423016548156738, - 58.227779388427734, - 27.603628158569336 - ] - ], - [ - 0.9916666746139526, - [ - 10.345149993896484, - 57.45552062988281, - 27.39741325378418 - ] - ], - [ - 1.0, - [ - 10.263075828552246, - 56.27811050415039, - 27.180051803588867 - ] - ], - [ - 1.0111111402511597, - [ - 10.145088195800781, - 53.886661529541016, - 26.86758041381836 - ] - ], - [ - 1.0222221612930298, - [ - 10.01747989654541, - 50.80810546875, - 26.529630661010742 - ] - ], - [ - 1.0333333015441895, - [ - 9.887866020202637, - 47.59103775024414, - 26.186370849609375 - ] - ], - [ - 1.0416666269302368, - [ - 9.787418365478516, - 44.729698181152344, - 25.920352935791016 - ] - ], - [ - 1.0499999523162842, - [ - 9.683292388916016, - 41.4605712890625, - 25.64459228515625 - ] - ], - [ - 1.058333396911621, - [ - 9.58314037322998, - 38.773292541503906, - 25.379356384277344 - ] - ], - [ - 1.0666667222976685, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.0777778625488281, - [ - 9.382838249206543, - 38.3637580871582, - 24.848888397216797 - ] - ], - [ - 1.0888888835906982, - [ - 9.287195205688477, - 39.855552673339844, - 24.59559440612793 - ] - ], - [ - 1.100000023841858, - [ - 9.246641159057617, - 41.19446563720703, - 24.48819351196289 - ] - ], - [ - 1.1111111640930176, - [ - 9.307788848876953, - 42.0106201171875, - 24.65013313293457 - ] - ], - [ - 1.1222221851348877, - [ - 9.45553207397461, - 42.673824310302734, - 25.041406631469727 - ] - ], - [ - 1.1333333253860474, - [ - 9.636452674865723, - 43.35426712036133, - 25.520544052124023 - ] - ], - [ - 1.144444465637207, - [ - 9.856290817260742, - 44.16300582885742, - 26.102750778198242 - ] - ], - [ - 1.1555554866790771, - [ - 10.109294891357422, - 44.988975524902344, - 26.772789001464844 - ] - ], - [ - 1.1666666269302368, - [ - 10.324888229370117, - 45.66930389404297, - 27.343751907348633 - ] - ], - [ - 1.1749999523162842, - [ - 10.452948570251465, - 46.059505462646484, - 27.682897567749023 - ] - ], - [ - 1.183333396911621, - [ - 10.565680503845215, - 46.378639221191406, - 27.981449127197266 - ] - ], - [ - 1.1916667222976685, - [ - 10.645910263061523, - 46.594051361083984, - 28.193925857543945 - ] - ], - [ - 1.2000000476837158, - [ - 10.676468849182129, - 46.67311096191406, - 28.27485466003418 - ] - ], - [ - 1.2111111879348755, - [ - 10.659414291381836, - 46.58917999267578, - 28.22968864440918 - ] - ], - [ - 1.2222222089767456, - [ - 10.614632606506348, - 46.376651763916016, - 28.11109161376953 - ] - ], - [ - 1.2333333492279053, - [ - 10.551657676696777, - 46.09423828125, - 27.94431495666504 - ] - ], - [ - 1.244444489479065, - [ - 10.47079849243164, - 45.75296401977539, - 27.73017120361328 - ] - ], - [ - 1.255555510520935, - [ - 10.371749877929688, - 45.341819763183594, - 27.467857360839844 - ] - ], - [ - 1.2666666507720947, - [ - 10.263075828552246, - 44.886329650878906, - 27.180051803588867 - ] - ], - [ - 1.2777777910232544, - [ - 10.145089149475098, - 44.3870849609375, - 26.867582321166992 - ] - ], - [ - 1.2888888120651245, - [ - 10.01747989654541, - 43.843505859375, - 26.529632568359375 - ] - ], - [ - 1.2999999523162842, - [ - 9.887866020202637, - 43.279266357421875, - 26.186370849609375 - ] - ], - [ - 1.3083332777023315, - [ - 9.787418365478516, - 42.835365295410156, - 25.920352935791016 - ] - ], - [ - 1.316666603088379, - [ - 9.683293342590332, - 42.37110900878906, - 25.644594192504883 - ] - ], - [ - 1.3250000476837158, - [ - 9.583141326904297, - 41.912689208984375, - 25.379358291625977 - ] - ], - [ - 1.3333333730697632, - [ - 9.494621276855469, - 41.48629379272461, - 25.144927978515625 - ] - ], - [ - 1.3444445133209229, - [ - 9.382838249206543, - 40.88010025024414, - 24.848888397216797 - ] - ], - [ - 1.355555534362793, - [ - 9.287195205688477, - 40.31532669067383, - 24.59559440612793 - ] - ], - [ - 1.3666666746139526, - [ - 9.246641159057617, - 40.06605529785156, - 24.48819351196289 - ] - ], - [ - 1.3777778148651123, - [ - 9.307787895202637, - 40.15926742553711, - 24.650131225585938 - ] - ], - [ - 1.3888888359069824, - [ - 9.45553207397461, - 40.41569137573242, - 25.041406631469727 - ] - ], - [ - 1.399999976158142, - [ - 9.636452674865723, - 40.80071258544922, - 25.520544052124023 - ] - ], - [ - 1.4111111164093018, - [ - 9.856290817260742, - 41.385982513427734, - 26.102750778198242 - ] - ], - [ - 1.4222221374511719, - [ - 10.109294891357422, - 42.099822998046875, - 26.772789001464844 - ] - ], - [ - 1.4333332777023315, - [ - 10.324886322021484, - 42.69300842285156, - 27.343748092651367 - ] - ], - [ - 1.441666603088379, - [ - 10.452947616577148, - 43.008644104003906, - 27.682897567749023 - ] - ], - [ - 1.4500000476837158, - [ - 10.565679550170898, - 43.264591217041016, - 27.981449127197266 - ] - ], - [ - 1.4583333730697632, - [ - 10.645910263061523, - 43.436214447021484, - 28.193925857543945 - ] - ], - [ - 1.4666666984558105, - [ - 10.676468849182129, - 43.498897552490234, - 28.27485466003418 - ] - ], - [ - 1.4777778387069702, - [ - 10.659414291381836, - 43.35433578491211, - 28.229690551757813 - ] - ], - [ - 1.4888888597488403, - [ - 10.614632606506348, - 43.01005554199219, - 28.11109161376953 - ] - ], - [ - 1.5, - [ - 10.551657676696777, - 42.599822998046875, - 27.94431495666504 - ] - ], - [ - 1.5111111402511597, - [ - 10.47079849243164, - 42.15634536743164, - 27.73017120361328 - ] - ], - [ - 1.5222221612930298, - [ - 10.371749877929688, - 41.64694595336914, - 27.467857360839844 - ] - ], - [ - 1.5333333015441895, - [ - 10.263075828552246, - 41.10721206665039, - 27.180051803588867 - ] - ], - [ - 1.5416666269302368, - [ - 10.175786972045898, - 40.683101654052734, - 26.948883056640625 - ] - ], - [ - 1.558333396911621, - [ - 9.984966278076172, - 39.78368377685547, - 26.443525314331055 - ] - ], - [ - 1.5666667222976685, - [ - 9.887864112854004, - 39.34162521362305, - 26.18636703491211 - ] - ], - [ - 1.5888888835906982, - [ - 9.61561393737793, - 37.96653747558594, - 25.465356826782227 - ] - ], - [ - 1.600000023841858, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.6111111640930176, - [ - 9.382838249206543, - 41.06166076660156, - 24.848888397216797 - ] - ], - [ - 1.6222221851348877, - [ - 9.287196159362793, - 48.0444221496582, - 24.595596313476563 - ] - ], - [ - 1.6333333253860474, - [ - 9.246641159057617, - 53.76803970336914, - 24.48819351196289 - ] - ], - [ - 1.644444465637207, - [ - 9.307787895202637, - 56.551597595214844, - 24.650131225585938 - ] - ], - [ - 1.6555554866790771, - [ - 9.455531120300293, - 58.07561111450195, - 25.041404724121094 - ] - ], - [ - 1.6666666269302368, - [ - 9.636452674865723, - 58.539573669433594, - 25.520544052124023 - ] - ], - [ - 1.6749999523162842, - [ - 9.795458793640137, - 58.40643310546875, - 25.941646575927734 - ] - ], - [ - 1.683333396911621, - [ - 9.983060836791992, - 57.999977111816406, - 26.438480377197266 - ] - ], - [ - 1.6916667222976685, - [ - 10.169466972351074, - 57.30970001220703, - 26.932144165039063 - ] - ], - [ - 1.7000000476837158, - [ - 10.324888229370117, - 56.3250617980957, - 27.343751907348633 - ] - ], - [ - 1.7111111879348755, - [ - 10.493064880371094, - 54.40766143798828, - 27.789140701293945 - ] - ], - [ - 1.7222222089767456, - [ - 10.623819351196289, - 51.973388671875, - 28.135421752929688 - ] - ], - [ - 1.7333333492279053, - [ - 10.676468849182129, - 49.456993103027344, - 28.27485466003418 - ] - ], - [ - 1.744444489479065, - [ - 10.659414291381836, - 46.412689208984375, - 28.229690551757813 - ] - ], - [ - 1.755555510520935, - [ - 10.614632606506348, - 43.286460876464844, - 28.111093521118164 - ] - ], - [ - 1.7666666507720947, - [ - 10.551657676696777, - 41.850059509277344, - 27.94431495666504 - ] - ], - [ - 1.7777777910232544, - [ - 10.470799446105957, - 42.50624465942383, - 27.730173110961914 - ] - ], - [ - 1.7888888120651245, - [ - 10.371749877929688, - 43.724571228027344, - 27.467857360839844 - ] - ], - [ - 1.7999999523162842, - [ - 10.263075828552246, - 44.38076400756836, - 27.180051803588867 - ] - ], - [ - 1.8083332777023315, - [ - 10.175786972045898, - 44.35964584350586, - 26.948883056640625 - ] - ], - [ - 1.816666603088379, - [ - 10.082013130187988, - 44.29813766479492, - 26.700538635253906 - ] - ], - [ - 1.8250000476837158, - [ - 9.984966278076172, - 44.199012756347656, - 26.443525314331055 - ] - ], - [ - 1.8333333730697632, - [ - 9.887866020202637, - 44.06504440307617, - 26.186370849609375 - ] - ], - [ - 1.8444445133209229, - [ - 9.752739906311035, - 43.8062744140625, - 25.828514099121094 - ] - ], - [ - 1.855555534362793, - [ - 9.61561393737793, - 43.48394012451172, - 25.465356826782227 - ] - ], - [ - 1.8666666746139526, - [ - 9.494621276855469, - 43.17702865600586, - 25.144927978515625 - ] - ], - [ - 1.8777778148651123, - [ - 9.382838249206543, - 42.8615608215332, - 24.84889030456543 - ] - ], - [ - 1.8888888359069824, - [ - 9.287195205688477, - 42.5615348815918, - 24.59559440612793 - ] - ], - [ - 1.899999976158142, - [ - 9.246641159057617, - 42.427921295166016, - 24.48819351196289 - ] - ], - [ - 1.9111111164093018, - [ - 9.307787895202637, - 42.57675552368164, - 24.650129318237305 - ] - ], - [ - 1.9222221374511719, - [ - 9.455531120300293, - 42.941017150878906, - 25.041404724121094 - ] - ], - [ - 1.9333332777023315, - [ - 9.63645076751709, - 43.397647857666016, - 25.520540237426758 - ] - ], - [ - 1.941666603088379, - [ - 9.79545783996582, - 43.81404495239258, - 25.9416446685791 - ] - ], - [ - 1.9583333730697632, - [ - 10.169466018676758, - 44.80274200439453, - 26.93214225769043 - ] - ], - [ - 1.9666666984558105, - [ - 10.324888229370117, - 45.19877243041992, - 27.343751907348633 - ] - ], - [ - 1.9777778387069702, - [ - 10.493064880371094, - 45.582977294921875, - 27.789140701293945 - ] - ], - [ - 1.9888888597488403, - [ - 10.623819351196289, - 45.85068893432617, - 28.135421752929688 - ] - ], - [ - 2.0, - [ - 10.676468849182129, - 45.95124053955078, - 28.27485466003418 - ] - ], - [ - 2.01111102104187, - [ - 10.659415245056152, - 45.8280029296875, - 28.229690551757813 - ] - ], - [ - 2.0222222805023193, - [ - 10.614632606506348, - 45.530086517333984, - 28.11109161376953 - ] - ], - [ - 2.0333333015441895, - [ - 10.551657676696777, - 45.164955139160156, - 27.94431495666504 - ] - ], - [ - 2.0444443225860596, - [ - 10.470800399780273, - 44.75994110107422, - 27.730175018310547 - ] - ], - [ - 2.055555582046509, - [ - 10.371748924255371, - 44.28770446777344, - 27.46785545349121 - ] - ], - [ - 2.066666603088379, - [ - 10.263075828552246, - 43.77357864379883, - 27.180051803588867 - ] - ], - [ - 2.077777624130249, - [ - 10.145090103149414, - 43.217529296875, - 26.867586135864258 - ] - ], - [ - 2.0888888835906982, - [ - 10.017478942871094, - 42.619571685791016, - 26.529630661010742 - ] - ], - [ - 2.0999999046325684, - [ - 9.887866973876953, - 42.00499725341797, - 26.18637466430664 - ] - ], - [ - 2.1083333492279053, - [ - 9.7874174118042, - 41.52530288696289, - 25.920351028442383 - ] - ], - [ - 2.116666793823242, - [ - 9.683290481567383, - 41.02682113647461, - 25.64458656311035 - ] - ], - [ - 2.125, - [ - 9.583141326904297, - 40.53785705566406, - 25.379358291625977 - ] - ], - [ - 2.133333444595337, - [ - 9.494621276855469, - 40.0866813659668, - 25.144927978515625 - ] - ], - [ - 2.144444465637207, - [ - 9.382838249206543, - 39.456485748291016, - 24.84889030456543 - ] - ], - [ - 2.1555557250976563, - [ - 9.28719425201416, - 38.87672424316406, - 24.595592498779297 - ] - ], - [ - 2.1666667461395264, - [ - 9.246641159057617, - 38.62228775024414, - 24.48819351196289 - ] - ], - [ - 2.1777777671813965, - [ - 9.307787895202637, - 38.740806579589844, - 24.650129318237305 - ] - ], - [ - 2.1888890266418457, - [ - 9.455534934997559, - 39.05731201171875, - 25.041414260864258 - ] - ], - [ - 2.200000047683716, - [ - 9.636452674865723, - 39.513458251953125, - 25.520544052124023 - ] - ], - [ - 2.211111068725586, - [ - 9.856289863586426, - 40.17850112915039, - 26.102746963500977 - ] - ], - [ - 2.222222328186035, - [ - 10.109298706054688, - 40.98318862915039, - 26.772798538208008 - ] - ], - [ - 2.2333333492279053, - [ - 10.324888229370117, - 41.66181945800781, - 27.343751907348633 - ] - ], - [ - 2.2444443702697754, - [ - 10.493062973022461, - 42.158775329589844, - 27.789134979248047 - ] - ], - [ - 2.2555556297302246, - [ - 10.623820304870605, - 42.52967071533203, - 28.13542366027832 - ] - ], - [ - 2.2666666507720947, - [ - 10.676468849182129, - 42.67538833618164, - 28.27485466003418 - ] - ], - [ - 2.277777671813965, - [ - 10.659415245056152, - 42.559471130371094, - 28.229690551757813 - ] - ], - [ - 2.288888931274414, - [ - 10.614632606506348, - 42.2817268371582, - 28.11109161376953 - ] - ], - [ - 2.299999952316284, - [ - 10.551657676696777, - 41.946983337402344, - 27.94431495666504 - ] - ], - [ - 2.3111109733581543, - [ - 10.470800399780273, - 41.479209899902344, - 27.73017692565918 - ] - ], - [ - 2.3222222328186035, - [ - 10.371748924255371, - 40.954444885253906, - 27.46785545349121 - ] - ], - [ - 2.3333332538604736, - [ - 10.263076782226563, - 40.705482482910156, - 27.180055618286133 - ] - ], - [ - 2.3444442749023438, - [ - 10.145090103149414, - 43.60894012451172, - 26.86758804321289 - ] - ], - [ - 2.355555534362793, - [ - 10.017478942871094, - 49.56471633911133, - 26.529630661010742 - ] - ], - [ - 2.366666555404663, - [ - 9.887866973876953, - 54.44514846801758, - 26.18637466430664 - ] - ], - [ - 2.375, - [ - 9.787418365478516, - 56.330482482910156, - 25.920352935791016 - ] - ], - [ - 2.383333206176758, - [ - 9.683293342590332, - 57.586124420166016, - 25.644594192504883 - ] - ], - [ - 2.3916666507720947, - [ - 9.583141326904297, - 58.285640716552734, - 25.37936019897461 - ] - ], - [ - 2.4000000953674316, - [ - 9.494621276855469, - 58.50247573852539, - 25.144927978515625 - ] - ], - [ - 2.4111111164093018, - [ - 9.38283920288086, - 58.15130615234375, - 24.848892211914063 - ] - ], - [ - 2.422222375869751, - [ - 9.28719425201416, - 57.134159088134766, - 24.595592498779297 - ] - ], - [ - 2.433333396911621, - [ - 9.246641159057617, - 55.50482940673828, - 24.48819351196289 - ] - ], - [ - 2.444444417953491, - [ - 9.30778694152832, - 52.98542785644531, - 24.650129318237305 - ] - ], - [ - 2.4555556774139404, - [ - 9.455533981323242, - 49.853824615478516, - 25.041412353515625 - ] - ], - [ - 2.4666666984558105, - [ - 9.636453628540039, - 46.99589920043945, - 25.52054786682129 - ] - ], - [ - 2.4777777194976807, - [ - 9.856289863586426, - 44.350685119628906, - 26.102746963500977 - ] - ], - [ - 2.48888897895813, - [ - 10.109298706054688, - 41.97916030883789, - 26.772798538208008 - ] - ], - [ - 2.5, - [ - 10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 2.51111102104187, - [ - 10.493062973022461, - 42.13808059692383, - 27.789134979248047 - ] - ], - [ - 2.5222222805023193, - [ - 10.623819351196289, - 44.408626556396484, - 28.135421752929688 - ] - ], - [ - 2.5333333015441895, - [ - 10.676468849182129, - 45.82630157470703, - 28.27485466003418 - ] - ], - [ - 2.5444443225860596, - [ - 10.659415245056152, - 46.06935119628906, - 28.229690551757813 - ] - ], - [ - 2.555555582046509, - [ - 10.614632606506348, - 46.1589241027832, - 28.11109161376953 - ] - ], - [ - 2.566666603088379, - [ - 10.551657676696777, - 46.1717414855957, - 27.94431495666504 - ] - ], - [ - 2.577777624130249, - [ - 10.470800399780273, - 46.066070556640625, - 27.73017692565918 - ] - ], - [ - 2.5888888835906982, - [ - 10.371748924255371, - 45.80949401855469, - 27.46785545349121 - ] - ], - [ - 2.5999999046325684, - [ - 10.263076782226563, - 45.492469787597656, - 27.180055618286133 - ] - ], - [ - 2.6083333492279053, - [ - 10.175786972045898, - 45.23123550415039, - 26.948881149291992 - ] - ], - [ - 2.616666793823242, - [ - 10.082010269165039, - 44.931724548339844, - 26.700531005859375 - ] - ], - [ - 2.625, - [ - 9.984966278076172, - 44.606746673583984, - 26.443525314331055 - ] - ], - [ - 2.633333444595337, - [ - 9.887864112854004, - 44.269073486328125, - 26.18636703491211 - ] - ], - [ - 2.644444465637207, - [ - 9.752739906311035, - 43.781005859375, - 25.828514099121094 - ] - ], - [ - 2.6555557250976563, - [ - 9.615612030029297, - 43.26280975341797, - 25.465351104736328 - ] - ], - [ - 2.6666667461395264, - [ - 9.494621276855469, - 42.774497985839844, - 25.144927978515625 - ] - ], - [ - 2.6777777671813965, - [ - 9.382838249206543, - 42.255287170410156, - 24.84889030456543 - ] - ], - [ - 2.6888890266418457, - [ - 9.28719425201416, - 41.76596450805664, - 24.595592498779297 - ] - ], - [ - 2.700000047683716, - [ - 9.246641159057617, - 41.548912048339844, - 24.48819351196289 - ] - ], - [ - 2.711111068725586, - [ - 9.30778694152832, - 41.640411376953125, - 24.650129318237305 - ] - ], - [ - 2.722222328186035, - [ - 9.455533981323242, - 41.886810302734375, - 25.041412353515625 - ] - ], - [ - 2.7333333492279053, - [ - 9.636452674865723, - 42.24613952636719, - 25.520544052124023 - ] - ], - [ - 2.7444443702697754, - [ - 9.85628890991211, - 42.780738830566406, - 26.102745056152344 - ] - ], - [ - 2.7555556297302246, - [ - 10.109297752380371, - 43.42826843261719, - 26.772798538208008 - ] - ], - [ - 2.7666666507720947, - [ - 10.324888229370117, - 43.96007537841797, - 27.343751907348633 - ] - ], - [ - 2.777777671813965, - [ - 10.493062973022461, - 44.31103515625, - 27.789134979248047 - ] - ], - [ - 2.788888931274414, - [ - 10.623819351196289, - 44.5462760925293, - 28.135421752929688 - ] - ], - [ - 2.799999952316284, - [ - 10.676468849182129, - 44.63219451904297, - 28.27485466003418 - ] - ], - [ - 2.8111109733581543, - [ - 10.659415245056152, - 44.478065490722656, - 28.229692459106445 - ] - ], - [ - 2.8222222328186035, - [ - 10.614632606506348, - 44.1115608215332, - 28.11109161376953 - ] - ], - [ - 2.8333332538604736, - [ - 10.551657676696777, - 43.67624282836914, - 27.94431495666504 - ] - ], - [ - 2.8444442749023438, - [ - 10.470800399780273, - 43.210018157958984, - 27.73017692565918 - ] - ], - [ - 2.855555534362793, - [ - 10.371749877929688, - 42.67497634887695, - 27.46785545349121 - ] - ], - [ - 2.866666555404663, - [ - 10.263076782226563, - 42.10078430175781, - 27.180055618286133 - ] - ], - [ - 2.875, - [ - 10.175786972045898, - 41.64513397216797, - 26.948883056640625 - ] - ], - [ - 2.883333206176758, - [ - 10.082014083862305, - 41.16299057006836, - 26.70054054260254 - ] - ], - [ - 2.9000000953674316, - [ - 9.887864112854004, - 40.17283630371094, - 26.18636703491211 - ] - ], - [ - 2.922222375869751, - [ - 9.615612030029297, - 38.797882080078125, - 25.465351104736328 - ] - ], - [ - 2.933333396911621, - [ - 9.494621276855469, - 38.1786003112793, - 25.144927978515625 - ] - ], - [ - 2.944444417953491, - [ - 9.38283920288086, - 37.58186721801758, - 24.848892211914063 - ] - ], - [ - 2.9555556774139404, - [ - 9.28719425201416, - 37.05701446533203, - 24.595592498779297 - ] - ], - [ - 2.9666666984558105, - [ - 9.246641159057617, - 36.831443786621094, - 24.48819351196289 - ] - ], - [ - 2.9777777194976807, - [ - 9.30778694152832, - 36.88298034667969, - 24.650129318237305 - ] - ], - [ - 2.98888897895813, - [ - 9.455533981323242, - 37.243064880371094, - 25.041412353515625 - ] - ], - [ - 3.0, - [ - 9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.01111102104187, - [ - 9.85628890991211, - 42.401363372802734, - 26.102745056152344 - ] - ], - [ - 3.0222222805023193, - [ - 10.109297752380371, - 49.36406326293945, - 26.772798538208008 - ] - ], - [ - 3.0333333015441895, - [ - 10.324888229370117, - 54.90703201293945, - 27.343751907348633 - ] - ], - [ - 3.0444443225860596, - [ - 10.493062973022461, - 57.44426727294922, - 27.789134979248047 - ] - ], - [ - 3.055555582046509, - [ - 10.623819351196289, - 58.56169128417969, - 28.135421752929688 - ] - ], - [ - 3.066666603088379, - [ - 10.676468849182129, - 58.81160354614258, - 28.27485466003418 - ] - ], - [ - 3.077777624130249, - [ - 10.659415245056152, - 58.59426498413086, - 28.229690551757813 - ] - ], - [ - 3.0888888835906982, - [ - 10.614632606506348, - 57.86283493041992, - 28.11109161376953 - ] - ], - [ - 3.0999999046325684, - [ - 10.551657676696777, - 56.49769592285156, - 27.94431495666504 - ] - ], - [ - 3.1083333492279053, - [ - 10.493057250976563, - 54.92317199707031, - 27.789121627807617 - ] - ], - [ - 3.116666793823242, - [ - 10.423015594482422, - 52.922332763671875, - 27.603626251220703 - ] - ], - [ - 3.125, - [ - 10.345149993896484, - 50.70444869995117, - 27.39741325378418 - ] - ], - [ - 3.133333444595337, - [ - 10.263073921203613, - 48.47859573364258, - 27.1800479888916 - ] - ], - [ - 3.144444465637207, - [ - 10.145088195800781, - 45.14414978027344, - 26.867582321166992 - ] - ], - [ - 3.1555557250976563, - [ - 10.017477035522461, - 41.671730041503906, - 26.529624938964844 - ] - ], - [ - 3.1666667461395264, - [ - 9.887866020202637, - 39.21731185913086, - 26.186370849609375 - ] - ], - [ - 3.1777777671813965, - [ - 9.752740859985352, - 38.2140998840332, - 25.828516006469727 - ] - ], - [ - 3.1888890266418457, - [ - 9.615612030029297, - 37.90384292602539, - 25.465351104736328 - ] - ], - [ - 3.200000047683716, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 3.211111068725586, - [ - 9.38283920288086, - 37.21428298950195, - 24.848892211914063 - ] - ], - [ - 3.222222328186035, - [ - 9.287195205688477, - 36.834938049316406, - 24.59559440612793 - ] - ], - [ - 3.2333333492279053, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 3.2444443702697754, - [ - 9.30778694152832, - 36.91661071777344, - 24.650129318237305 - ] - ], - [ - 3.2555556297302246, - [ - 9.455533027648926, - 37.502601623535156, - 25.041410446166992 - ] - ], - [ - 3.2666666507720947, - [ - 9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.277777671813965, - [ - 9.89479923248291, - 39.24481964111328, - 26.20473289489746 - ] - ], - [ - 3.288888931274414, - [ - 10.186312675476074, - 40.401023864746094, - 26.976757049560547 - ] - ], - [ - 3.299999952316284, - [ - 10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 3.3111109733581543, - [ - 10.214654922485352, - 39.75030517578125, - 27.05181884765625 - ] - ], - [ - 3.3222222328186035, - [ - 9.975763320922852, - 37.52155685424805, - 26.419153213500977 - ] - ], - [ - 3.3333332538604736, - [ - 9.745755195617676, - 36.321197509765625, - 25.810016632080078 - ] - ], - [ - 3.3444442749023438, - [ - 9.536497116088867, - 36.412696838378906, - 25.255828857421875 - ] - ], - [ - 3.355555534362793, - [ - 9.336129188537598, - 36.58258819580078, - 24.725187301635742 - ] - ], - [ - 3.366666555404663, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292430706_202541.json b/lenses/physics-objects/Scene/assets/1646688292430706_202541.json deleted file mode 100644 index 4d4ea976..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292430706_202541.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292430706:202541", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292430847_202548.json b/lenses/physics-objects/Scene/assets/1646688292430847_202548.json deleted file mode 100644 index 91f0f566..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292430847_202548.json +++ /dev/null @@ -1,2610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292430847:202548", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.03333333507180214, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.0416666679084301, - [ - 0.38614559173583984, - 0.3515104055404663, - 0.38614559173583984 - ] - ], - [ - 0.05000000447034836, - [ - 0.3800694942474365, - 0.2655334174633026, - 0.3800694942474365 - ] - ], - [ - 0.05833333730697632, - [ - 0.3717650771141052, - 0.16806945204734802, - 0.3717650771141052 - ] - ], - [ - 0.06666667014360428, - [ - 0.36272338032722473, - 0.09661661088466644, - 0.36272338032722473 - ] - ], - [ - 0.07777778059244156, - [ - 0.34818506240844727, - 0.04976867139339447, - 0.34818506240844727 - ] - ], - [ - 0.08888889104127884, - [ - 0.3314533233642578, - 0.026934685185551643, - 0.3314533233642578 - ] - ], - [ - 0.10000000149011612, - [ - 0.3171958327293396, - 0.02091849222779274, - 0.3171958327293396 - ] - ], - [ - 0.10833333432674408, - [ - 0.3087269067764282, - 0.022724837064743042, - 0.3087269067764282 - ] - ], - [ - 0.11666667461395264, - [ - 0.30127182602882385, - 0.028690919280052185, - 0.30127182602882385 - ] - ], - [ - 0.125, - [ - 0.2959660589694977, - 0.03963728994131088, - 0.2959660589694977 - ] - ], - [ - 0.13333334028720856, - [ - 0.2939451336860657, - 0.056384552270174026, - 0.2939451336860657 - ] - ], - [ - 0.14444445073604584, - [ - 0.2950729727745056, - 0.09050390869379044, - 0.2950729727745056 - ] - ], - [ - 0.15555556118488312, - [ - 0.2980344891548157, - 0.13444647192955017, - 0.2980344891548157 - ] - ], - [ - 0.1666666716337204, - [ - 0.302199125289917, - 0.18028821051120758, - 0.302199125289917 - ] - ], - [ - 0.17777778208255768, - [ - 0.307546466588974, - 0.23646299540996552, - 0.307546466588974 - ] - ], - [ - 0.18888889253139496, - [ - 0.3140968382358551, - 0.29453417658805847, - 0.3140968382358551 - ] - ], - [ - 0.20000000298023224, - [ - 0.32128360867500305, - 0.32128360867500305, - 0.32128360867500305 - ] - ], - [ - 0.21111111342906952, - [ - 0.3290863335132599, - 0.3116280436515808, - 0.3290863335132599 - ] - ], - [ - 0.2222222238779068, - [ - 0.3375253677368164, - 0.29370054602622986, - 0.3375253677368164 - ] - ], - [ - 0.23333333432674408, - [ - 0.346096932888031, - 0.2840449810028076, - 0.346096932888031 - ] - ], - [ - 0.24166667461395264, - [ - 0.35273972153663635, - 0.28454384207725525, - 0.35273972153663635 - ] - ], - [ - 0.25, - [ - 0.35962578654289246, - 0.2857692539691925, - 0.35962578654289246 - ] - ], - [ - 0.25833335518836975, - [ - 0.3662489354610443, - 0.2873143255710602, - 0.3662489354610443 - ] - ], - [ - 0.2666666805744171, - [ - 0.37210291624069214, - 0.28877219557762146, - 0.37210291624069214 - ] - ], - [ - 0.2777777910232544, - [ - 0.3794953227043152, - 0.29095640778541565, - 0.3794953227043152 - ] - ], - [ - 0.2888889014720917, - [ - 0.3858203887939453, - 0.29322656989097595, - 0.3858203887939453 - ] - ], - [ - 0.30000001192092896, - [ - 0.3885023295879364, - 0.2942744493484497, - 0.3885023295879364 - ] - ], - [ - 0.31111112236976624, - [ - 0.3844585716724396, - 0.2907102108001709, - 0.3844585716724396 - ] - ], - [ - 0.3222222328186035, - [ - 0.37468793988227844, - 0.28234031796455383, - 0.37468793988227844 - ] - ], - [ - 0.3333333432674408, - [ - 0.36272338032722473, - 0.2726420760154724, - 0.36272338032722473 - ] - ], - [ - 0.3444444537162781, - [ - 0.3481850326061249, - 0.2616569399833679, - 0.3481850326061249 - ] - ], - [ - 0.35555556416511536, - [ - 0.3314533233642578, - 0.2493439018726349, - 0.3314533233642578 - ] - ], - [ - 0.36666667461395264, - [ - 0.31719574332237244, - 0.23905348777770996, - 0.31719574332237244 - ] - ], - [ - 0.3777777850627899, - [ - 0.30607402324676514, - 0.23144006729125977, - 0.30607402324676514 - ] - ], - [ - 0.3888888955116272, - [ - 0.2974269390106201, - 0.22584958374500275, - 0.2974269390106201 - ] - ], - [ - 0.4000000059604645, - [ - 0.2939451336860657, - 0.2236754298210144, - 0.2939451336860657 - ] - ], - [ - 0.41111111640930176, - [ - 0.2950729727745056, - 0.22510698437690735, - 0.2950729727745056 - ] - ], - [ - 0.42222222685813904, - [ - 0.2980344891548157, - 0.22868148982524872, - 0.2980344891548157 - ] - ], - [ - 0.4333333373069763, - [ - 0.302199125289917, - 0.2333216369152069, - 0.302199125289917 - ] - ], - [ - 0.4444444477558136, - [ - 0.307546466588974, - 0.23880650103092194, - 0.307546466588974 - ] - ], - [ - 0.4555555582046509, - [ - 0.3140968382358551, - 0.24535688757896423, - 0.3140968382358551 - ] - ], - [ - 0.46666666865348816, - [ - 0.32128360867500305, - 0.25256043672561646, - 0.32128360867500305 - ] - ], - [ - 0.47777777910232544, - [ - 0.3290863037109375, - 0.2604089081287384, - 0.3290863037109375 - ] - ], - [ - 0.4888888895511627, - [ - 0.3375253677368164, - 0.2689104974269867, - 0.3375253677368164 - ] - ], - [ - 0.5, - [ - 0.346096932888031, - 0.2776789367198944, - 0.346096932888031 - ] - ], - [ - 0.5083333253860474, - [ - 0.35273969173431396, - 0.2845459282398224, - 0.35273969173431396 - ] - ], - [ - 0.5166666507720947, - [ - 0.35962578654289246, - 0.29170435667037964, - 0.35962578654289246 - ] - ], - [ - 0.5250000357627869, - [ - 0.3662489652633667, - 0.29873034358024597, - 0.3662489652633667 - ] - ], - [ - 0.5333333611488342, - [ - 0.3721030056476593, - 0.30519968271255493, - 0.3721030056476593 - ] - ], - [ - 0.5444444417953491, - [ - 0.3794953227043152, - 0.31419697403907776, - 0.3794953227043152 - ] - ], - [ - 0.5555555820465088, - [ - 0.3858204185962677, - 0.322456032037735, - 0.3858204185962677 - ] - ], - [ - 0.5666666626930237, - [ - 0.3885023295879364, - 0.3260771334171295, - 0.3885023295879364 - ] - ], - [ - 0.574999988079071, - [ - 0.38614562153816223, - 0.324929803609848, - 0.38614562153816223 - ] - ], - [ - 0.5833333730697632, - [ - 0.3800694942474365, - 0.3218176066875458, - 0.3800694942474365 - ] - ], - [ - 0.5916666984558105, - [ - 0.37176504731178284, - 0.3172352910041809, - 0.37176504731178284 - ] - ], - [ - 0.6000000238418579, - [ - 0.36272329092025757, - 0.3116775155067444, - 0.36272329092025757 - ] - ], - [ - 0.6111111044883728, - [ - 0.34818506240844727, - 0.30147233605384827, - 0.34818506240844727 - ] - ], - [ - 0.6222222447395325, - [ - 0.3314532935619354, - 0.28924065828323364, - 0.3314532935619354 - ] - ], - [ - 0.6333333253860474, - [ - 0.3171958327293396, - 0.27903223037719727, - 0.3171958327293396 - ] - ], - [ - 0.6416666507720947, - [ - 0.308726966381073, - 0.27346786856651306, - 0.308726966381073 - ] - ], - [ - 0.6499999761581421, - [ - 0.30127185583114624, - 0.26887577772140503, - 0.30127185583114624 - ] - ], - [ - 0.6583333611488342, - [ - 0.2959660589694977, - 0.26575472950935364, - 0.2959660589694977 - ] - ], - [ - 0.6666666865348816, - [ - 0.2939451336860657, - 0.26460355520248413, - 0.2939451336860657 - ] - ], - [ - 0.6777777671813965, - [ - 0.2950729727745056, - 0.2667286992073059, - 0.2950729727745056 - ] - ], - [ - 0.6888889074325562, - [ - 0.2980344891548157, - 0.27185866236686707, - 0.2980344891548157 - ] - ], - [ - 0.699999988079071, - [ - 0.302199125289917, - 0.27812930941581726, - 0.302199125289917 - ] - ], - [ - 0.7083333134651184, - [ - 0.30607444047927856, - 0.2832203805446625, - 0.30607444047927856 - ] - ], - [ - 0.7166666984558105, - [ - 0.3107064366340637, - 0.28902339935302734, - 0.3107064366340637 - ] - ], - [ - 0.7250000238418579, - [ - 0.31585586071014404, - 0.2953278422355652, - 0.31585586071014404 - ] - ], - [ - 0.7333333492279053, - [ - 0.32128360867500305, - 0.3019231855869293, - 0.32128360867500305 - ] - ], - [ - 0.7444444298744202, - [ - 0.3290863335132599, - 0.3113035559654236, - 0.3290863335132599 - ] - ], - [ - 0.7555555701255798, - [ - 0.3375253677368164, - 0.32132571935653687, - 0.3375253677368164 - ] - ], - [ - 0.7666666507720947, - [ - 0.346096932888031, - 0.33149483799934387, - 0.346096932888031 - ] - ], - [ - 0.7749999761581421, - [ - 0.35273969173431396, - 0.33935457468032837, - 0.35273969173431396 - ] - ], - [ - 0.7833333015441895, - [ - 0.35962575674057007, - 0.34747040271759033, - 0.35962575674057007 - ] - ], - [ - 0.7916666865348816, - [ - 0.3662489354610443, - 0.3553221523761749, - 0.3662489354610443 - ] - ], - [ - 0.800000011920929, - [ - 0.3721030056476593, - 0.362389475107193, - 0.3721030056476593 - ] - ], - [ - 0.8111110925674438, - [ - 0.3794953227043152, - 0.3717172145843506, - 0.3794953227043152 - ] - ], - [ - 0.8222222328186035, - [ - 0.3858204185962677, - 0.3799588978290558, - 0.3858204185962677 - ] - ], - [ - 0.8333333134651184, - [ - 0.3885023295879364, - 0.3835088312625885, - 0.3885023295879364 - ] - ], - [ - 0.8416666388511658, - [ - 0.38614562153816223, - 0.38161158561706543, - 0.38614562153816223 - ] - ], - [ - 0.8500000238418579, - [ - 0.3800694942474365, - 0.37660878896713257, - 0.3800694942474365 - ] - ], - [ - 0.8583333492279053, - [ - 0.3717650771141052, - 0.3695337176322937, - 0.3717650771141052 - ] - ], - [ - 0.8666666746139526, - [ - 0.36272338032722473, - 0.361419677734375, - 0.36272338032722473 - ] - ], - [ - 0.8777777552604675, - [ - 0.34818509221076965, - 0.3548679053783417, - 0.34818509221076965 - ] - ], - [ - 0.8888888955116272, - [ - 0.3314533233642578, - 0.3458561897277832, - 0.3314533233642578 - ] - ], - [ - 0.8999999761581421, - [ - 0.3171958327293396, - 0.31719592213630676, - 0.3171958327293396 - ] - ], - [ - 0.9083333015441895, - [ - 0.308726966381073, - 0.2681783139705658, - 0.308726966381073 - ] - ], - [ - 0.9166666269302368, - [ - 0.30127185583114624, - 0.19974175095558167, - 0.30127185583114624 - ] - ], - [ - 0.925000011920929, - [ - 0.29596608877182007, - 0.13030703365802765, - 0.29596608877182007 - ] - ], - [ - 0.9333333373069763, - [ - 0.2939451336860657, - 0.07829652726650238, - 0.2939451336860657 - ] - ], - [ - 0.9444444179534912, - [ - 0.2950729727745056, - 0.0411495566368103, - 0.2950729727745056 - ] - ], - [ - 0.9555555582046509, - [ - 0.2980344891548157, - 0.024055752903223038, - 0.2980344891548157 - ] - ], - [ - 0.9666666388511658, - [ - 0.302199125289917, - 0.019929485395550728, - 0.302199125289917 - ] - ], - [ - 0.9749999642372131, - [ - 0.30607444047927856, - 0.022072723135352135, - 0.30607444047927856 - ] - ], - [ - 0.9833333492279053, - [ - 0.3107064366340637, - 0.02911975234746933, - 0.3107064366340637 - ] - ], - [ - 0.9916666746139526, - [ - 0.31585586071014404, - 0.04199628904461861, - 0.31585586071014404 - ] - ], - [ - 1.0, - [ - 0.32128360867500305, - 0.06162818893790245, - 0.32128360867500305 - ] - ], - [ - 1.0111111402511597, - [ - 0.3290863633155823, - 0.10150280594825745, - 0.3290863633155823 - ] - ], - [ - 1.0222221612930298, - [ - 0.337525337934494, - 0.15283413231372833, - 0.337525337934494 - ] - ], - [ - 1.0333333015441895, - [ - 0.346096932888031, - 0.20647500455379486, - 0.346096932888031 - ] - ], - [ - 1.0416666269302368, - [ - 0.35273972153663635, - 0.2541844844818115, - 0.35273972153663635 - ] - ], - [ - 1.0499999523162842, - [ - 0.35962575674057007, - 0.30869340896606445, - 0.35962575674057007 - ] - ], - [ - 1.058333396911621, - [ - 0.3662489950656891, - 0.3535006046295166, - 0.3662489950656891 - ] - ], - [ - 1.0666667222976685, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.0777778625488281, - [ - 0.37949538230895996, - 0.36032912135124207, - 0.37949538230895996 - ] - ], - [ - 1.0888888835906982, - [ - 0.3858203887939453, - 0.33545517921447754, - 0.3858203887939453 - ] - ], - [ - 1.100000023841858, - [ - 0.3885023295879364, - 0.3131304085254669, - 0.3885023295879364 - ] - ], - [ - 1.1111111640930176, - [ - 0.3844585120677948, - 0.29952195286750793, - 0.3844585120677948 - ] - ], - [ - 1.1222221851348877, - [ - 0.37468796968460083, - 0.288463830947876, - 0.37468796968460083 - ] - ], - [ - 1.1333333253860474, - [ - 0.36272338032722473, - 0.2771182358264923, - 0.36272338032722473 - ] - ], - [ - 1.144444465637207, - [ - 0.3481850326061249, - 0.2636334300041199, - 0.3481850326061249 - ] - ], - [ - 1.1555554866790771, - [ - 0.33145344257354736, - 0.24986138939857483, - 0.33145344257354736 - ] - ], - [ - 1.1666666269302368, - [ - 0.3171958327293396, - 0.2385176569223404, - 0.3171958327293396 - ] - ], - [ - 1.1749999523162842, - [ - 0.308726966381073, - 0.23201149702072144, - 0.308726966381073 - ] - ], - [ - 1.183333396911621, - [ - 0.30127179622650146, - 0.22669033706188202, - 0.30127179622650146 - ] - ], - [ - 1.1916667222976685, - [ - 0.2959660291671753, - 0.22309857606887817, - 0.2959660291671753 - ] - ], - [ - 1.2000000476837158, - [ - 0.2939451336860657, - 0.22178037464618683, - 0.2939451336860657 - ] - ], - [ - 1.2111111879348755, - [ - 0.295073002576828, - 0.22317984700202942, - 0.295073002576828 - ] - ], - [ - 1.2222222089767456, - [ - 0.2980344891548157, - 0.22672350704669952, - 0.2980344891548157 - ] - ], - [ - 1.2333333492279053, - [ - 0.302199125289917, - 0.23143239319324493, - 0.302199125289917 - ] - ], - [ - 1.244444489479065, - [ - 0.3075464963912964, - 0.23712272942066193, - 0.3075464963912964 - ] - ], - [ - 1.255555510520935, - [ - 0.3140967786312103, - 0.2439780831336975, - 0.3140967786312103 - ] - ], - [ - 1.2666666507720947, - [ - 0.32128360867500305, - 0.251572847366333, - 0.32128360867500305 - ] - ], - [ - 1.2777777910232544, - [ - 0.3290863037109375, - 0.2598972022533417, - 0.3290863037109375 - ] - ], - [ - 1.2888888120651245, - [ - 0.33752530813217163, - 0.26896074414253235, - 0.33752530813217163 - ] - ], - [ - 1.2999999523162842, - [ - 0.346096932888031, - 0.2783687710762024, - 0.346096932888031 - ] - ], - [ - 1.3083332777023315, - [ - 0.35273969173431396, - 0.28577032685279846, - 0.35273969173431396 - ] - ], - [ - 1.316666603088379, - [ - 0.3596257269382477, - 0.29351121187210083, - 0.3596257269382477 - ] - ], - [ - 1.3250000476837158, - [ - 0.3662489652633667, - 0.30115482211112976, - 0.3662489652633667 - ] - ], - [ - 1.3333333730697632, - [ - 0.37210291624069214, - 0.30826446413993835, - 0.37210291624069214 - ] - ], - [ - 1.3444445133209229, - [ - 0.37949538230895996, - 0.31837207078933716, - 0.37949538230895996 - ] - ], - [ - 1.355555534362793, - [ - 0.3858203887939453, - 0.3277890086174011, - 0.3858203887939453 - ] - ], - [ - 1.3666666746139526, - [ - 0.3885023295879364, - 0.3319453001022339, - 0.3885023295879364 - ] - ], - [ - 1.3777778148651123, - [ - 0.3844585716724396, - 0.3303910791873932, - 0.3844585716724396 - ] - ], - [ - 1.3888888359069824, - [ - 0.3746879994869232, - 0.32611551880836487, - 0.3746879994869232 - ] - ], - [ - 1.399999976158142, - [ - 0.36272338032722473, - 0.31969577074050903, - 0.36272338032722473 - ] - ], - [ - 1.4111111164093018, - [ - 0.3481850326061249, - 0.309937059879303, - 0.3481850326061249 - ] - ], - [ - 1.4222221374511719, - [ - 0.33145344257354736, - 0.2980346083641052, - 0.33145344257354736 - ] - ], - [ - 1.4333332777023315, - [ - 0.31719592213630676, - 0.28814390301704407, - 0.31719592213630676 - ] - ], - [ - 1.441666603088379, - [ - 0.3087269961833954, - 0.28288108110427856, - 0.3087269961833954 - ] - ], - [ - 1.4500000476837158, - [ - 0.30127182602882385, - 0.27861344814300537, - 0.30127182602882385 - ] - ], - [ - 1.4583333730697632, - [ - 0.2959660589694977, - 0.27575182914733887, - 0.2959660589694977 - ] - ], - [ - 1.4666666984558105, - [ - 0.2939451336860657, - 0.2747066915035248, - 0.2939451336860657 - ] - ], - [ - 1.4777778387069702, - [ - 0.2950729727745056, - 0.2771170437335968, - 0.2950729727745056 - ] - ], - [ - 1.4888888597488403, - [ - 0.2980344891548157, - 0.2828575670719147, - 0.2980344891548157 - ] - ], - [ - 1.5, - [ - 0.302199125289917, - 0.28969767689704895, - 0.302199125289917 - ] - ], - [ - 1.5111111402511597, - [ - 0.3075464963912964, - 0.29709213972091675, - 0.3075464963912964 - ] - ], - [ - 1.5222221612930298, - [ - 0.3140967786312103, - 0.3055858016014099, - 0.3140967786312103 - ] - ], - [ - 1.5333333015441895, - [ - 0.32128360867500305, - 0.31458520889282227, - 0.32128360867500305 - ] - ], - [ - 1.5416666269302368, - [ - 0.3270561397075653, - 0.3216567933559418, - 0.3270561397075653 - ] - ], - [ - 1.5499999523162842, - [ - 0.33325764536857605, - 0.3291052281856537, - 0.33325764536857605 - ] - ], - [ - 1.558333396911621, - [ - 0.33967551589012146, - 0.3366535007953644, - 0.33967551589012146 - ] - ], - [ - 1.5666667222976685, - [ - 0.34609702229499817, - 0.34402433037757874, - 0.34609702229499817 - ] - ], - [ - 1.5777778625488281, - [ - 0.3550330698490143, - 0.3555641174316406, - 0.3550330698490143 - ] - ], - [ - 1.5888888835906982, - [ - 0.36410146951675415, - 0.3669523000717163, - 0.36410146951675415 - ] - ], - [ - 1.600000023841858, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.6111111640930176, - [ - 0.37949538230895996, - 0.3153447210788727, - 0.37949538230895996 - ] - ], - [ - 1.6222221851348877, - [ - 0.3858203589916229, - 0.19891534745693207, - 0.3858203589916229 - ] - ], - [ - 1.6333333253860474, - [ - 0.3885023295879364, - 0.10348072648048401, - 0.3885023295879364 - ] - ], - [ - 1.644444465637207, - [ - 0.3844585716724396, - 0.05706813931465149, - 0.3844585716724396 - ] - ], - [ - 1.6555554866790771, - [ - 0.3746880292892456, - 0.031656958162784576, - 0.3746880292892456 - ] - ], - [ - 1.6666666269302368, - [ - 0.36272338032722473, - 0.023920951411128044, - 0.36272338032722473 - ] - ], - [ - 1.6749999523162842, - [ - 0.3522079885005951, - 0.026140939444303513, - 0.3522079885005951 - ] - ], - [ - 1.683333396911621, - [ - 0.33980149030685425, - 0.03291807696223259, - 0.33980149030685425 - ] - ], - [ - 1.6916667222976685, - [ - 0.3274741470813751, - 0.044427692890167236, - 0.3274741470813751 - ] - ], - [ - 1.7000000476837158, - [ - 0.3171958327293396, - 0.060845352709293365, - 0.3171958327293396 - ] - ], - [ - 1.7111111879348755, - [ - 0.30607396364212036, - 0.09281578660011292, - 0.30607396364212036 - ] - ], - [ - 1.7222222089767456, - [ - 0.2974269390106201, - 0.13340440392494202, - 0.2974269390106201 - ] - ], - [ - 1.7333333492279053, - [ - 0.2939451336860657, - 0.17536237835884094, - 0.2939451336860657 - ] - ], - [ - 1.744444489479065, - [ - 0.2950729727745056, - 0.22612261772155762, - 0.2950729727745056 - ] - ], - [ - 1.755555510520935, - [ - 0.2980344593524933, - 0.2782488167285919, - 0.2980344593524933 - ] - ], - [ - 1.7666666507720947, - [ - 0.302199125289917, - 0.302199125289917, - 0.302199125289917 - ] - ], - [ - 1.7777777910232544, - [ - 0.307546466588974, - 0.2912580072879791, - 0.307546466588974 - ] - ], - [ - 1.7888888120651245, - [ - 0.3140967786312103, - 0.270943820476532, - 0.3140967786312103 - ] - ], - [ - 1.7999999523162842, - [ - 0.32128360867500305, - 0.26000258326530457, - 0.32128360867500305 - ] - ], - [ - 1.8083332777023315, - [ - 0.3270561397075653, - 0.2603547275066376, - 0.3270561397075653 - ] - ], - [ - 1.816666603088379, - [ - 0.33325761556625366, - 0.26138025522232056, - 0.33325761556625366 - ] - ], - [ - 1.8250000476837158, - [ - 0.33967551589012146, - 0.26303306221961975, - 0.33967551589012146 - ] - ], - [ - 1.8333333730697632, - [ - 0.346096932888031, - 0.2652668058872223, - 0.346096932888031 - ] - ], - [ - 1.8444445133209229, - [ - 0.3550330400466919, - 0.26958149671554565, - 0.3550330400466919 - ] - ], - [ - 1.855555534362793, - [ - 0.36410146951675415, - 0.274956077337265, - 0.36410146951675415 - ] - ], - [ - 1.8666666746139526, - [ - 0.37210291624069214, - 0.28007346391677856, - 0.37210291624069214 - ] - ], - [ - 1.8777778148651123, - [ - 0.3794953227043152, - 0.2853335440158844, - 0.3794953227043152 - ] - ], - [ - 1.8888888359069824, - [ - 0.3858203887939453, - 0.29033610224723816, - 0.3858203887939453 - ] - ], - [ - 1.899999976158142, - [ - 0.3885023295879364, - 0.2925639748573303, - 0.3885023295879364 - ] - ], - [ - 1.9111111164093018, - [ - 0.38445860147476196, - 0.29008230566978455, - 0.38445860147476196 - ] - ], - [ - 1.9222221374511719, - [ - 0.3746880292892456, - 0.2840086817741394, - 0.3746880292892456 - ] - ], - [ - 1.9333332777023315, - [ - 0.3627234697341919, - 0.27639490365982056, - 0.3627234697341919 - ] - ], - [ - 1.941666603088379, - [ - 0.35220804810523987, - 0.26945197582244873, - 0.35220804810523987 - ] - ], - [ - 1.9500000476837158, - [ - 0.33980152010917664, - 0.26115262508392334, - 0.33980152010917664 - ] - ], - [ - 1.9583333730697632, - [ - 0.3274741768836975, - 0.25296661257743835, - 0.3274741768836975 - ] - ], - [ - 1.9666666984558105, - [ - 0.3171958327293396, - 0.24636323750019073, - 0.3171958327293396 - ] - ], - [ - 1.9777778387069702, - [ - 0.30607396364212036, - 0.2399570792913437, - 0.30607396364212036 - ] - ], - [ - 1.9888888597488403, - [ - 0.2974269390106201, - 0.2354932725429535, - 0.2974269390106201 - ] - ], - [ - 2.0, - [ - 0.2939451336860657, - 0.2338167428970337, - 0.2939451336860657 - ] - ], - [ - 2.01111102104187, - [ - 0.2950729429721832, - 0.23587153851985931, - 0.2950729429721832 - ] - ], - [ - 2.0222222805023193, - [ - 0.29803451895713806, - 0.2408389449119568, - 0.29803451895713806 - ] - ], - [ - 2.0333333015441895, - [ - 0.302199125289917, - 0.24692709743976593, - 0.302199125289917 - ] - ], - [ - 2.0444443225860596, - [ - 0.3075464069843292, - 0.2536802291870117, - 0.3075464069843292 - ] - ], - [ - 2.055555582046509, - [ - 0.3140968382358551, - 0.2615542411804199, - 0.3140968382358551 - ] - ], - [ - 2.066666603088379, - [ - 0.32128360867500305, - 0.27012670040130615, - 0.32128360867500305 - ] - ], - [ - 2.077777624130249, - [ - 0.32908621430397034, - 0.2793981432914734, - 0.32908621430397034 - ] - ], - [ - 2.0888888835906982, - [ - 0.3375253677368164, - 0.2893683910369873, - 0.3375253677368164 - ] - ], - [ - 2.0999999046325684, - [ - 0.34609684348106384, - 0.2996157109737396, - 0.34609684348106384 - ] - ], - [ - 2.1083333492279053, - [ - 0.35273975133895874, - 0.3076140284538269, - 0.35273975133895874 - ] - ], - [ - 2.116666793823242, - [ - 0.359625905752182, - 0.3159256875514984, - 0.359625905752182 - ] - ], - [ - 2.125, - [ - 0.3662489354610443, - 0.32407858967781067, - 0.3662489354610443 - ] - ], - [ - 2.133333444595337, - [ - 0.37210291624069214, - 0.33160141110420227, - 0.37210291624069214 - ] - ], - [ - 2.144444465637207, - [ - 0.3794953227043152, - 0.34210914373397827, - 0.3794953227043152 - ] - ], - [ - 2.1555557250976563, - [ - 0.3858204782009125, - 0.35177603363990784, - 0.3858204782009125 - ] - ], - [ - 2.1666667461395264, - [ - 0.3885023295879364, - 0.35601842403411865, - 0.3885023295879364 - ] - ], - [ - 2.1777777671813965, - [ - 0.38445860147476196, - 0.35404229164123535, - 0.38445860147476196 - ] - ], - [ - 2.1888890266418457, - [ - 0.3746877908706665, - 0.34876492619514465, - 0.3746877908706665 - ] - ], - [ - 2.200000047683716, - [ - 0.36272338032722473, - 0.3411591947078705, - 0.36272338032722473 - ] - ], - [ - 2.211111068725586, - [ - 0.34818512201309204, - 0.3300704061985016, - 0.34818512201309204 - ] - ], - [ - 2.222222328186035, - [ - 0.3314531743526459, - 0.31665319204330444, - 0.3314531743526459 - ] - ], - [ - 2.2333333492279053, - [ - 0.3171958327293396, - 0.3053377866744995, - 0.3171958327293396 - ] - ], - [ - 2.2444443702697754, - [ - 0.3060741126537323, - 0.29705166816711426, - 0.3060741126537323 - ] - ], - [ - 2.2555556297302246, - [ - 0.29742690920829773, - 0.290867418050766, - 0.29742690920829773 - ] - ], - [ - 2.2666666507720947, - [ - 0.2939451336860657, - 0.28843769431114197, - 0.2939451336860657 - ] - ], - [ - 2.277777671813965, - [ - 0.2950729429721832, - 0.29037052392959595, - 0.2950729429721832 - ] - ], - [ - 2.288888931274414, - [ - 0.29803451895713806, - 0.2950015664100647, - 0.29803451895713806 - ] - ], - [ - 2.299999952316284, - [ - 0.302199125289917, - 0.30058300495147705, - 0.302199125289917 - ] - ], - [ - 2.3111109733581543, - [ - 0.30754637718200684, - 0.30838263034820557, - 0.30754637718200684 - ] - ], - [ - 2.3222222328186035, - [ - 0.3140968382358551, - 0.31713247299194336, - 0.3140968382358551 - ] - ], - [ - 2.3333332538604736, - [ - 0.3212835192680359, - 0.32128360867500305, - 0.3212835192680359 - ] - ], - [ - 2.3444442749023438, - [ - 0.32908618450164795, - 0.27287185192108154, - 0.32908618450164795 - ] - ], - [ - 2.355555534362793, - [ - 0.3375253677368164, - 0.17356622219085693, - 0.3375253677368164 - ] - ], - [ - 2.366666555404663, - [ - 0.34609684348106384, - 0.0921907052397728, - 0.34609684348106384 - ] - ], - [ - 2.375, - [ - 0.35273972153663635, - 0.06075497344136238, - 0.35273972153663635 - ] - ], - [ - 2.383333206176758, - [ - 0.3596256971359253, - 0.03981860354542732, - 0.3596256971359253 - ] - ], - [ - 2.3916666507720947, - [ - 0.3662489056587219, - 0.02815501019358635, - 0.3662489056587219 - ] - ], - [ - 2.4000000953674316, - [ - 0.37210291624069214, - 0.024539513513445854, - 0.37210291624069214 - ] - ], - [ - 2.4111111164093018, - [ - 0.3794952929019928, - 0.03039485774934292, - 0.3794952929019928 - ] - ], - [ - 2.422222375869751, - [ - 0.3858204782009125, - 0.047354601323604584, - 0.3858204782009125 - ] - ], - [ - 2.433333396911621, - [ - 0.3885023295879364, - 0.0745217502117157, - 0.3885023295879364 - ] - ], - [ - 2.444444417953491, - [ - 0.38445863127708435, - 0.11652983725070953, - 0.38445863127708435 - ] - ], - [ - 2.4555556774139404, - [ - 0.3746878206729889, - 0.16874569654464722, - 0.3746878206729889 - ] - ], - [ - 2.4666666984558105, - [ - 0.36272329092025757, - 0.21639826893806458, - 0.36272329092025757 - ] - ], - [ - 2.4777777194976807, - [ - 0.34818512201309204, - 0.2605041265487671, - 0.34818512201309204 - ] - ], - [ - 2.48888897895813, - [ - 0.3314531743526459, - 0.30004650354385376, - 0.3314531743526459 - ] - ], - [ - 2.5, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 2.51111102104187, - [ - 0.3060741126537323, - 0.2973966896533966, - 0.3060741126537323 - ] - ], - [ - 2.5222222805023193, - [ - 0.2974269390106201, - 0.2595379948616028, - 0.2974269390106201 - ] - ], - [ - 2.5333333015441895, - [ - 0.2939451336860657, - 0.2358999252319336, - 0.2939451336860657 - ] - ], - [ - 2.5444443225860596, - [ - 0.2950729429721832, - 0.23184734582901, - 0.2950729429721832 - ] - ], - [ - 2.555555582046509, - [ - 0.2980344891548157, - 0.23035386204719543, - 0.2980344891548157 - ] - ], - [ - 2.566666603088379, - [ - 0.302199125289917, - 0.23014011979103088, - 0.302199125289917 - ] - ], - [ - 2.577777624130249, - [ - 0.30754637718200684, - 0.23190203309059143, - 0.30754637718200684 - ] - ], - [ - 2.5888888835906982, - [ - 0.3140968382358551, - 0.23618020117282867, - 0.3140968382358551 - ] - ], - [ - 2.5999999046325684, - [ - 0.3212835192680359, - 0.24146616458892822, - 0.3212835192680359 - ] - ], - [ - 2.6083333492279053, - [ - 0.3270561993122101, - 0.2458219826221466, - 0.3270561993122101 - ] - ], - [ - 2.616666793823242, - [ - 0.333257794380188, - 0.2508159577846527, - 0.333257794380188 - ] - ], - [ - 2.625, - [ - 0.33967548608779907, - 0.2562345862388611, - 0.33967548608779907 - ] - ], - [ - 2.633333444595337, - [ - 0.34609702229499817, - 0.26186490058898926, - 0.34609702229499817 - ] - ], - [ - 2.644444465637207, - [ - 0.3550330400466919, - 0.2700028419494629, - 0.3550330400466919 - ] - ], - [ - 2.6555557250976563, - [ - 0.3641015887260437, - 0.2786431610584259, - 0.3641015887260437 - ] - ], - [ - 2.6666667461395264, - [ - 0.37210291624069214, - 0.28678518533706665, - 0.37210291624069214 - ] - ], - [ - 2.6777777671813965, - [ - 0.3794953227043152, - 0.2954424023628235, - 0.3794953227043152 - ] - ], - [ - 2.6888890266418457, - [ - 0.3858204483985901, - 0.30360132455825806, - 0.3858204483985901 - ] - ], - [ - 2.700000047683716, - [ - 0.3885023295879364, - 0.30722036957740784, - 0.3885023295879364 - ] - ], - [ - 2.711111068725586, - [ - 0.38445863127708435, - 0.3056947588920593, - 0.38445863127708435 - ] - ], - [ - 2.722222328186035, - [ - 0.3746878206729889, - 0.3015863597393036, - 0.3746878206729889 - ] - ], - [ - 2.7333333492279053, - [ - 0.36272338032722473, - 0.2955949306488037, - 0.36272338032722473 - ] - ], - [ - 2.7444443702697754, - [ - 0.34818515181541443, - 0.2866811454296112, - 0.34818515181541443 - ] - ], - [ - 2.7555556297302246, - [ - 0.33145320415496826, - 0.27588433027267456, - 0.33145320415496826 - ] - ], - [ - 2.7666666507720947, - [ - 0.3171958327293396, - 0.26701709628105164, - 0.3171958327293396 - ] - ], - [ - 2.777777671813965, - [ - 0.3060741424560547, - 0.26116523146629333, - 0.3060741424560547 - ] - ], - [ - 2.788888931274414, - [ - 0.2974269390106201, - 0.2572428584098816, - 0.2974269390106201 - ] - ], - [ - 2.799999952316284, - [ - 0.2939451336860657, - 0.25581029057502747, - 0.2939451336860657 - ] - ], - [ - 2.8111109733581543, - [ - 0.29507291316986084, - 0.2583802044391632, - 0.29507291316986084 - ] - ], - [ - 2.8222222328186035, - [ - 0.2980344891548157, - 0.2644912302494049, - 0.2980344891548157 - ] - ], - [ - 2.8333332538604736, - [ - 0.302199125289917, - 0.2717496454715729, - 0.302199125289917 - ] - ], - [ - 2.8444442749023438, - [ - 0.30754637718200684, - 0.2795233726501465, - 0.30754637718200684 - ] - ], - [ - 2.855555534362793, - [ - 0.3140968084335327, - 0.2884445786476135, - 0.3140968084335327 - ] - ], - [ - 2.866666555404663, - [ - 0.3212835192680359, - 0.29801854491233826, - 0.3212835192680359 - ] - ], - [ - 2.875, - [ - 0.3270561695098877, - 0.30561602115631104, - 0.3270561695098877 - ] - ], - [ - 2.883333206176758, - [ - 0.3332575559616089, - 0.31365519762039185, - 0.3332575559616089 - ] - ], - [ - 2.9000000953674316, - [ - 0.34609702229499817, - 0.3301648795604706, - 0.34609702229499817 - ] - ], - [ - 2.9111111164093018, - [ - 0.3550330102443695, - 0.3415662944316864, - 0.3550330102443695 - ] - ], - [ - 2.922222375869751, - [ - 0.3641015887260437, - 0.35309064388275146, - 0.3641015887260437 - ] - ], - [ - 2.933333396911621, - [ - 0.37210291624069214, - 0.3634164035320282, - 0.37210291624069214 - ] - ], - [ - 2.944444417953491, - [ - 0.3794952630996704, - 0.37336623668670654, - 0.3794952630996704 - ] - ], - [ - 2.9555556774139404, - [ - 0.3858204483985901, - 0.3821175694465637, - 0.3858204483985901 - ] - ], - [ - 2.9666666984558105, - [ - 0.3885023295879364, - 0.38587865233421326, - 0.3885023295879364 - ] - ], - [ - 2.9777777194976807, - [ - 0.38445863127708435, - 0.38501936197280884, - 0.38445863127708435 - ] - ], - [ - 2.98888897895813, - [ - 0.3746878504753113, - 0.37901535630226135, - 0.3746878504753113 - ] - ], - [ - 3.0, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.01111102104187, - [ - 0.3481851816177368, - 0.2930067479610443, - 0.3481851816177368 - ] - ], - [ - 3.0222222805023193, - [ - 0.33145320415496826, - 0.1769118756055832, - 0.33145320415496826 - ] - ], - [ - 3.0333333015441895, - [ - 0.3171958327293396, - 0.0844893530011177, - 0.3171958327293396 - ] - ], - [ - 3.0444443225860596, - [ - 0.3060741424560547, - 0.042183924466371536, - 0.3060741424560547 - ] - ], - [ - 3.055555582046509, - [ - 0.2974269390106201, - 0.023552194237709045, - 0.2974269390106201 - ] - ], - [ - 3.066666603088379, - [ - 0.2939451336860657, - 0.01938514970242977, - 0.2939451336860657 - ] - ], - [ - 3.077777624130249, - [ - 0.2950729429721832, - 0.02300906740128994, - 0.2950729429721832 - ] - ], - [ - 3.0888888835906982, - [ - 0.2980344891548157, - 0.035204801708459854, - 0.2980344891548157 - ] - ], - [ - 3.0999999046325684, - [ - 0.302199125289917, - 0.05796685442328453, - 0.302199125289917 - ] - ], - [ - 3.1083333492279053, - [ - 0.30607447028160095, - 0.08422022312879562, - 0.30607447028160095 - ] - ], - [ - 3.116666793823242, - [ - 0.3107064962387085, - 0.11758188158273697, - 0.3107064962387085 - ] - ], - [ - 3.125, - [ - 0.31585586071014404, - 0.15456248819828033, - 0.31585586071014404 - ] - ], - [ - 3.133333444595337, - [ - 0.3212836980819702, - 0.19167600572109222, - 0.3212836980819702 - ] - ], - [ - 3.144444465637207, - [ - 0.3290863335132599, - 0.2472739815711975, - 0.3290863335132599 - ] - ], - [ - 3.1555557250976563, - [ - 0.33752548694610596, - 0.30517256259918213, - 0.33752548694610596 - ] - ], - [ - 3.1666667461395264, - [ - 0.346096932888031, - 0.34609711170196533, - 0.346096932888031 - ] - ], - [ - 3.1777777671813965, - [ - 0.3550329804420471, - 0.3628244698047638, - 0.3550329804420471 - ] - ], - [ - 3.1888890266418457, - [ - 0.3641015887260437, - 0.3679976463317871, - 0.3641015887260437 - ] - ], - [ - 3.200000047683716, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 3.211111068725586, - [ - 0.3794952630996704, - 0.3794952630996704, - 0.3794952630996704 - ] - ], - [ - 3.222222328186035, - [ - 0.3858204185962677, - 0.3858204185962677, - 0.3858204185962677 - ] - ], - [ - 3.2333333492279053, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 3.2444443702697754, - [ - 0.38445863127708435, - 0.38445863127708435, - 0.38445863127708435 - ] - ], - [ - 3.2555556297302246, - [ - 0.37468788027763367, - 0.37468788027763367, - 0.37468788027763367 - ] - ], - [ - 3.2666666507720947, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.277777671813965, - [ - 0.3456384241580963, - 0.3456384241580963, - 0.3456384241580963 - ] - ], - [ - 3.288888931274414, - [ - 0.3263601064682007, - 0.3263601064682007, - 0.3263601064682007 - ] - ], - [ - 3.299999952316284, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 3.3111109733581543, - [ - 0.32448574900627136, - 0.337210088968277, - 0.32448574900627136 - ] - ], - [ - 3.3222222328186035, - [ - 0.3402841091156006, - 0.37437182664871216, - 0.3402841091156006 - ] - ], - [ - 3.3333332538604736, - [ - 0.3554949462413788, - 0.3943864405155182, - 0.3554949462413788 - ] - ], - [ - 3.3444442749023438, - [ - 0.3693335950374603, - 0.3928608000278473, - 0.3693335950374603 - ] - ], - [ - 3.355555534362793, - [ - 0.3825843334197998, - 0.3900280296802521, - 0.3825843334197998 - ] - ], - [ - 3.366666555404663, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292496149_202580.json b/lenses/physics-objects/Scene/assets/1646688292496149_202580.json deleted file mode 100644 index a6974f7f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292496149_202580.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292496149:202580", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292496456_202587.json b/lenses/physics-objects/Scene/assets/1646688292496456_202587.json deleted file mode 100644 index fa29080c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292496456_202587.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292496456:202587", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292496631_202594.json b/lenses/physics-objects/Scene/assets/1646688292496631_202594.json deleted file mode 100644 index 086f5ed6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292496631_202594.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292496631:202594", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292497724_202607.json b/lenses/physics-objects/Scene/assets/1646688292497724_202607.json deleted file mode 100644 index ee44fa8e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292497724_202607.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292497724:202607", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292497871_202614.json b/lenses/physics-objects/Scene/assets/1646688292497871_202614.json deleted file mode 100644 index 3662df2c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292497871_202614.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292497871:202614", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292498057_202621.json b/lenses/physics-objects/Scene/assets/1646688292498057_202621.json deleted file mode 100644 index 909692bd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292498057_202621.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292498057:202621", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292499047_202634.json b/lenses/physics-objects/Scene/assets/1646688292499047_202634.json deleted file mode 100644 index e2e347cd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292499047_202634.json +++ /dev/null @@ -1,1290 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292499047:202634", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 0.03333333507180214, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 0.06666667014360428, - [ - -8.881784197001252e-16, - 0.0, - 4.440892098500626e-16 - ] - ], - [ - 0.10000000149011612, - [ - -4.440892098500626e-16, - -1.2252021865619219e-32, - 4.440892098500626e-16 - ] - ], - [ - 0.13333334028720856, - [ - -8.881784197001252e-16, - -1.9600679166398475e-32, - 4.440892098500626e-16 - ] - ], - [ - 0.1666666716337204, - [ - -8.881784197001252e-16, - 1.5330261251652072e-39, - 2.220446049250313e-16 - ] - ], - [ - 0.20000000298023224, - [ - -4.440892098500626e-16, - 6.126944348792559e-33, - 2.220446049250313e-16 - ] - ], - [ - 0.23333333432674408, - [ - -4.440892098500626e-16, - 5.845936546756737e-33, - 4.440892098500626e-16 - ] - ], - [ - 0.2666666805744171, - [ - -8.881784197001252e-16, - -3.376645358961438e-33, - 2.220446049250313e-16 - ] - ], - [ - 0.3333333432674408, - [ - -8.881784197001252e-16, - -1.2251936642278784e-32, - 2.220446049250313e-16 - ] - ], - [ - 0.36666667461395264, - [ - -8.881784197001252e-16, - 1.006064546034914e-32, - 1.1102230246251565e-16 - ] - ], - [ - 0.4000000059604645, - [ - -8.881784197001252e-16, - -1.0320159348180177e-32, - 1.1102230246251565e-16 - ] - ], - [ - 0.4333333373069763, - [ - -8.881784197001252e-16, - 1.0581000075259704e-32, - 5.5511141305090476e-17 - ] - ], - [ - 0.46666666865348816, - [ - -8.881784197001252e-16, - 1.2244143849416802e-32, - 3.4694444704117765e-18 - ] - ], - [ - 0.5, - [ - -8.881784197001252e-16, - 1.2241339560706121e-32, - -2.7755575615628914e-17 - ] - ], - [ - 0.5333333611488342, - [ - -8.881784197001252e-16, - 2.1788403090315358e-34, - -1.1102230246251565e-16 - ] - ], - [ - 0.5666666626930237, - [ - -8.881784197001252e-16, - 2.4138528170954063e-32, - -1.1102230246251565e-16 - ] - ], - [ - 0.6000000238418579, - [ - -8.881784197001252e-16, - -2.4357821050203776e-32, - -2.220446049250313e-16 - ] - ], - [ - 0.699999988079071, - [ - -8.881784197001252e-16, - 1.5674497177925325e-33, - -2.220446049250313e-16 - ] - ], - [ - 0.7333333492279053, - [ - -8.881784197001252e-16, - 3.560264510139839e-34, - -4.440892098500626e-16 - ] - ], - [ - 0.7666666507720947, - [ - -8.881784197001252e-16, - 3.794646176468388e-40, - -2.220446049250313e-16 - ] - ], - [ - 0.800000011920929, - [ - -8.881784197001252e-16, - -1.2360453505300897e-33, - -4.440892098500626e-16 - ] - ], - [ - 0.9666666388511658, - [ - -8.881784197001252e-16, - -4.6972368549774745e-33, - -4.440892098500626e-16 - ] - ], - [ - 1.0, - [ - -8.881784197001252e-16, - -2.620791397654771e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.0333333015441895, - [ - -8.881784197001252e-16, - -5.032562267318077e-32, - -4.440892098500626e-16 - ] - ], - [ - 1.0666667222976685, - [ - -8.881784197001252e-16, - 6.692357498880064e-33, - -8.881784197001252e-16 - ] - ], - [ - 1.100000023841858, - [ - -8.881784197001252e-16, - 2.4390407222976508e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.1333333253860474, - [ - -4.440892098500626e-16, - -4.357236134261667e-33, - -8.881784197001252e-16 - ] - ], - [ - 1.1666666269302368, - [ - -4.440892098500626e-16, - -2.4390931787330563e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2000000476837158, - [ - -8.881784197001252e-16, - -5.747159976862331e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2333333492279053, - [ - -4.440892098500626e-16, - 1.0947636763281175e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2666666507720947, - [ - -8.881784197001252e-16, - 5.504813008530703e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2999999523162842, - [ - -4.440892098500626e-16, - 1.0072552483439001e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.3666666746139526, - [ - -4.440892098500626e-16, - -1.0861187969985827e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.399999976158142, - [ - -4.440892098500626e-16, - 3.107779899290832e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.4333332777023315, - [ - -2.220446049250313e-16, - -1.1575927473536149e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.4666666984558105, - [ - -4.440892098500626e-16, - 1.7149571251780375e-38, - -8.881784197001252e-16 - ] - ], - [ - 1.5, - [ - -2.220446049250313e-16, - 2.4400052154125005e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.5333333015441895, - [ - -2.220446049250313e-16, - 1.2417685753848542e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.5666667222976685, - [ - -2.220446049250313e-16, - 4.880751286139607e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.600000023841858, - [ - -2.220446049250313e-16, - 7.567011707354012e-44, - -8.881784197001252e-16 - ] - ], - [ - 1.6333333253860474, - [ - -1.1102230246251565e-16, - 4.8819006257411233e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.6666666269302368, - [ - -5.551119093592723e-17, - 1.891752926838503e-43, - -8.881784197001252e-16 - ] - ], - [ - 1.7000000476837158, - [ - -2.775553591095951e-17, - -1.4993893568275543e-43, - -8.881784197001252e-16 - ] - ], - [ - 1.7333333492279053, - [ - 3.469460600433721e-18, - -2.4420455797319403e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.7666666507720947, - [ - 2.7755565689461563e-17, - -6.834747058140587e-34, - -8.881784197001252e-16 - ] - ], - [ - 1.7999999523162842, - [ - 5.5511091674253723e-17, - -3.8028497089320504e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.8333333730697632, - [ - 1.1102230246251565e-16, - 2.4433591946689842e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.8666666746139526, - [ - 1.1102230246251565e-16, - -1.272656452694236e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.899999976158142, - [ - 2.220446049250313e-16, - -2.4526623508349795e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.0999999046325684, - [ - 2.220446049250313e-16, - -2.3261591752825374e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.133333444595337, - [ - 4.440892098500626e-16, - -1.1961690924013438e-32, - -4.440892098500626e-16 - ] - ], - [ - 2.1666667461395264, - [ - 2.220446049250313e-16, - 2.160544070068773e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.200000047683716, - [ - 4.440892098500626e-16, - -7.62774398279785e-40, - -4.440892098500626e-16 - ] - ], - [ - 2.2333333492279053, - [ - 2.220446049250313e-16, - -1.7779360091793012e-34, - -8.881784197001252e-16 - ] - ], - [ - 2.2666666507720947, - [ - 2.220446049250313e-16, - -6.131626489728678e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.299999952316284, - [ - 4.440892098500626e-16, - -1.0837733735280053e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.3333332538604736, - [ - 2.220446049250313e-16, - -5.600982993170558e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5, - [ - 2.220446049250313e-16, - 6.334204206651683e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5333333015441895, - [ - 1.1102230246251565e-16, - 2.1338482627538127e-34, - -4.440892098500626e-16 - ] - ], - [ - 2.566666603088379, - [ - 2.220446049250313e-16, - 3.205199140552023e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5999999046325684, - [ - 1.1102230246251565e-16, - -1.4909243008700323e-33, - -2.220446049250313e-16 - ] - ], - [ - 2.6666667461395264, - [ - 1.1102230246251565e-16, - -1.6704955729665297e-33, - -2.220446049250313e-16 - ] - ], - [ - 2.700000047683716, - [ - 5.551108174808637e-17, - -9.762522196538294e-37, - -2.220446049250313e-16 - ] - ], - [ - 2.7333333492279053, - [ - 1.3877767955479755e-17, - 5.123313608709725e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.7666666507720947, - [ - -2.7755560726377888e-17, - 3.8513472171171697e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.799999952316284, - [ - -5.551115123125783e-17, - -1.0090677687973719e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.8333332538604736, - [ - -5.551115123125783e-17, - -5.940678722643273e-40, - -2.775571458197182e-17 - ] - ], - [ - 2.866666555404663, - [ - -1.1102202452982984e-16, - 3.8512191066000293e-34, - 3.469310467152543e-18 - ] - ], - [ - 2.9000000953674316, - [ - -2.220446049250313e-16, - -7.701492766767112e-34, - 5.551115123125783e-17 - ] - ], - [ - 2.933333396911621, - [ - -2.220446049250313e-16, - 1.4037325197573493e-39, - 5.551115123125783e-17 - ] - ], - [ - 2.9666666984558105, - [ - -2.220446049250313e-16, - 7.022118561774256e-34, - 1.1102230246251565e-16 - ] - ], - [ - 3.0, - [ - -2.220446049250313e-16, - 7.93558603824864e-34, - 1.1102230246251565e-16 - ] - ], - [ - 3.0333333015441895, - [ - -2.220446049250313e-16, - 2.802596928649634e-45, - 2.220446049250313e-16 - ] - ], - [ - 3.066666603088379, - [ - -4.440892098500626e-16, - 4.1985807637571366e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.0999999046325684, - [ - -1.090519158335989e-26, - 1.0013942270176436e-38, - 2.220446049250313e-16 - ] - ], - [ - 3.133333444595337, - [ - -4.440892098500626e-16, - -2.8037415547943103e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.1666667461395264, - [ - -4.440892098500626e-16, - 3.111198898078595e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.200000047683716, - [ - -4.440892098500626e-16, - -1.2963513331341425e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.299999952316284, - [ - -4.440892098500626e-16, - 1.2255705571041108e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.3333332538604736, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 3.366666555404663, - [ - -8.881784197001252e-16, - -5.8714405655209835e-43, - 4.440892098500626e-16 - ] - ], - [ - 3.4000000953674316, - [ - -4.440892098500626e-16, - -1.2252048314242112e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.433333396911621, - [ - -8.881784197001252e-16, - -1.9600679166398475e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.4666666984558105, - [ - -8.881784197001252e-16, - 1.2264200593530871e-38, - 2.220446049250313e-16 - ] - ], - [ - 3.5, - [ - -4.440892098500626e-16, - 6.126944348792559e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.5333333015441895, - [ - -4.440892098500626e-16, - 5.845937648782691e-33, - 4.440892098500626e-16 - ] - ], - [ - 3.566666603088379, - [ - -8.881784197001252e-16, - -3.376645358961438e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.633333444595337, - [ - -8.881784197001252e-16, - -1.2251936642278784e-32, - 2.220446049250313e-16 - ] - ], - [ - 3.6666667461395264, - [ - -8.881784197001252e-16, - 1.006064546034914e-32, - 1.1102230246251565e-16 - ] - ], - [ - 3.700000047683716, - [ - -8.881784197001252e-16, - -1.0320159348180177e-32, - 1.1102230246251565e-16 - ] - ], - [ - 3.7333333492279053, - [ - -8.881784197001252e-16, - 1.0581002279311612e-32, - 5.5511121452755775e-17 - ] - ], - [ - 3.7666666507720947, - [ - -8.881784197001252e-16, - 1.2244143849416802e-32, - 3.4694668042883155e-18 - ] - ], - [ - 3.799999952316284, - [ - -8.881784197001252e-16, - 1.2241339560706121e-32, - -2.7755496206290108e-17 - ] - ], - [ - 3.8333332538604736, - [ - -8.881784197001252e-16, - 2.1788403090315358e-34, - -1.1102230246251565e-16 - ] - ], - [ - 3.866666555404663, - [ - -8.881784197001252e-16, - 2.4138528170954063e-32, - -1.1102230246251565e-16 - ] - ], - [ - 3.9000000953674316, - [ - -8.881784197001252e-16, - -2.4357825458307592e-32, - -2.220446049250313e-16 - ] - ], - [ - 4.0, - [ - -8.881784197001252e-16, - 1.5674497177925325e-33, - -2.220446049250313e-16 - ] - ], - [ - 4.0333333015441895, - [ - -8.881784197001252e-16, - 3.560275530399378e-34, - -4.440892098500626e-16 - ] - ], - [ - 4.066666603088379, - [ - -8.881784197001252e-16, - 1.4718622497943576e-39, - -2.220446049250313e-16 - ] - ], - [ - 4.099999904632568, - [ - -8.881784197001252e-16, - -1.2360453505300897e-33, - -4.440892098500626e-16 - ] - ], - [ - 4.266666889190674, - [ - -8.881784197001252e-16, - -4.697317302872109e-33, - -4.440892098500626e-16 - ] - ], - [ - 4.300000190734863, - [ - -8.881784197001252e-16, - -2.620804621966218e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.333333492279053, - [ - -8.881784197001252e-16, - -5.032562267318077e-32, - -4.440892098500626e-16 - ] - ], - [ - 4.366666793823242, - [ - -8.881784197001252e-16, - 6.692436844748745e-33, - -8.881784197001252e-16 - ] - ], - [ - 4.400000095367432, - [ - -8.881784197001252e-16, - 2.4390407222976508e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.433333396911621, - [ - -4.440892098500626e-16, - -4.3572879294815e-33, - -8.881784197001252e-16 - ] - ], - [ - 4.4666666984558105, - [ - -4.440892098500626e-16, - -2.4390989092680165e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.5, - [ - -8.881784197001252e-16, - -5.747159976862331e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.5333333015441895, - [ - -4.440892098500626e-16, - 1.0947557417412495e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.566666603088379, - [ - -8.881784197001252e-16, - 5.504813008530703e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.599999904632568, - [ - -4.440892098500626e-16, - 1.0072592156373341e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.666666507720947, - [ - -4.440892098500626e-16, - -1.0861187969985827e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.699999809265137, - [ - -4.440892098500626e-16, - 3.107779899290832e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.733333110809326, - [ - -2.220446049250313e-16, - -1.1575927473536149e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.766666889190674, - [ - -4.440892098500626e-16, - 1.2004842108040391e-37, - -8.881784197001252e-16 - ] - ], - [ - 4.800000190734863, - [ - -2.220446049250313e-16, - 2.4400052154125005e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.833333492279053, - [ - -2.220446049250313e-16, - 1.2417685753848542e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.866666793823242, - [ - -2.220446049250313e-16, - 4.880751286139607e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.900000095367432, - [ - -2.220446049250313e-16, - 1.1981101869977186e-42, - -8.881784197001252e-16 - ] - ], - [ - 4.933333396911621, - [ - -1.1102214364383804e-16, - 4.8819006257411233e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.9666666984558105, - [ - -5.5511111526588424e-17, - 0.0, - -8.881784197001252e-16 - ] - ], - [ - 5.0, - [ - -2.7755575615628914e-17, - 0.0, - -8.881784197001252e-16 - ] - ], - [ - 5.0333333015441895, - [ - 3.4694202753788594e-18, - -2.4420455797319403e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.066666603088379, - [ - 2.775552598479216e-17, - -6.834747058140587e-34, - -8.881784197001252e-16 - ] - ], - [ - 5.099999904632568, - [ - 5.551103211724962e-17, - -3.8028497089320504e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.133333206176758, - [ - 1.1102230246251565e-16, - 2.4433591946689842e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.166666507720947, - [ - 1.1102230246251565e-16, - -1.272644550813934e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.199999809265137, - [ - 2.220446049250313e-16, - -2.4526623508349795e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.400000095367432, - [ - 2.220446049250313e-16, - -2.3261591752825374e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.433333396911621, - [ - 4.440892098500626e-16, - -1.1961723984792054e-32, - -4.440892098500626e-16 - ] - ], - [ - 5.4666666984558105, - [ - 2.220446049250313e-16, - 2.160544070068773e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.5, - [ - 4.440892098500626e-16, - 0.0, - -4.440892098500626e-16 - ] - ], - [ - 5.5333333015441895, - [ - 2.220446049250313e-16, - -1.7779280883677576e-34, - -8.881784197001252e-16 - ] - ], - [ - 5.566666603088379, - [ - 2.220446049250313e-16, - -6.131626489728678e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.599999904632568, - [ - 4.440892098500626e-16, - -1.0837733735280053e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.633333206176758, - [ - 2.220446049250313e-16, - -5.600982993170558e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.800000190734863, - [ - 2.220446049250313e-16, - 6.334204206651683e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.833333492279053, - [ - 1.1102230246251565e-16, - 2.1338482627538127e-34, - -4.440892098500626e-16 - ] - ], - [ - 5.866666793823242, - [ - 2.220446049250313e-16, - 3.205199140552023e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.900000095367432, - [ - 1.1102230246251565e-16, - -1.4909256784024747e-33, - -2.220446049250313e-16 - ] - ], - [ - 5.9666666984558105, - [ - 1.1102230246251565e-16, - -1.6704955729665297e-33, - -2.220446049250313e-16 - ] - ], - [ - 6.0, - [ - 5.551115123125783e-17, - -9.778132437223119e-37, - -2.220446049250313e-16 - ] - ], - [ - 6.0333333015441895, - [ - 1.387782751248386e-17, - 5.123313608709725e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.066666603088379, - [ - -2.7755511095541134e-17, - 3.851351349714497e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.099999904632568, - [ - -5.551115123125783e-17, - -1.0090677687973719e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.133333206176758, - [ - -5.551115123125783e-17, - -9.414539654658424e-40, - -2.775579399131063e-17 - ] - ], - [ - 6.166666507720947, - [ - -1.1102190541582163e-16, - 3.8512191066000293e-34, - 3.469250910148439e-18 - ] - ], - [ - 6.199999809265137, - [ - -2.220446049250313e-16, - -7.701492766767112e-34, - 5.551115123125783e-17 - ] - ], - [ - 6.233333110809326, - [ - -2.220446049250313e-16, - -4.957359564257262e-39, - 5.551115123125783e-17 - ] - ], - [ - 6.266666889190674, - [ - -2.220446049250313e-16, - 7.022135092163564e-34, - 1.1102230246251565e-16 - ] - ], - [ - 6.300000190734863, - [ - -2.220446049250313e-16, - 7.93558603824864e-34, - 1.1102230246251565e-16 - ] - ], - [ - 6.333333492279053, - [ - -2.220446049250313e-16, - 2.858648867222627e-43, - 2.220446049250313e-16 - ] - ], - [ - 6.366666793823242, - [ - -4.440892098500626e-16, - 4.1985807637571366e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.400000095367432, - [ - -1.0905192353731868e-26, - -1.0013907237714828e-38, - 2.220446049250313e-16 - ] - ], - [ - 6.433333396911621, - [ - -4.440892098500626e-16, - -2.8037415547943103e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.4666666984558105, - [ - -4.440892098500626e-16, - 3.111198898078595e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.5, - [ - -4.440892098500626e-16, - -1.2963513331341425e-32, - 4.440892098500626e-16 - ] - ], - [ - 6.599999904632568, - [ - -4.440892098500626e-16, - 1.2255705571041108e-32, - 4.440892098500626e-16 - ] - ], - [ - 6.633333206176758, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292499210_202641.json b/lenses/physics-objects/Scene/assets/1646688292499210_202641.json deleted file mode 100644 index bf5fddd2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292499210_202641.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292499210:202641", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.05636713281273842, - -0.11508914828300476, - 0.7272206544876099, - 0.6743348240852356 - ] - ], - [ - 0.03333333507180214, - [ - -0.05636713281273842, - -0.11508914828300476, - 0.7272206544876099, - 0.6743348240852356 - ] - ], - [ - 0.06666667014360428, - [ - -0.05785517394542694, - -0.11363857239484787, - 0.7280921339988708, - 0.6735139489173889 - ] - ], - [ - 0.10000000149011612, - [ - -0.05945229157805443, - -0.11207671463489532, - 0.7292298674583435, - 0.6724046468734741 - ] - ], - [ - 0.13333334028720856, - [ - -0.06116180121898651, - -0.11041929572820663, - 0.7304090261459351, - 0.671244740486145 - ] - ], - [ - 0.1666666716337204, - [ - -0.06296481192111969, - -0.10868768393993378, - 0.7315903902053833, - 0.6700730919837952 - ] - ], - [ - 0.20000000298023224, - [ - -0.06484463065862656, - -0.10689903050661087, - 0.7327584624290466, - 0.6689043045043945 - ] - ], - [ - 0.23333333432674408, - [ - -0.06678751856088638, - -0.10506682097911835, - 0.7339048385620117, - 0.6677455306053162 - ] - ], - [ - 0.2666666805744171, - [ - -0.06878216564655304, - -0.10320194065570831, - 0.7350245714187622, - 0.6666013598442078 - ] - ], - [ - 0.30000001192092896, - [ - -0.07081910967826843, - -0.10131317377090454, - 0.7361137866973877, - 0.6654749512672424 - ] - ], - [ - 0.3333333432674408, - [ - -0.07289042323827744, - -0.09940769523382187, - 0.737169086933136, - 0.6643694639205933 - ] - ], - [ - 0.36666667461395264, - [ - -0.0749891996383667, - -0.09749164432287216, - 0.7381882071495056, - 0.6632874011993408 - ] - ], - [ - 0.4000000059604645, - [ - -0.07710947096347809, - -0.09557007253170013, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.4333333373069763, - [ - -0.07924593985080719, - -0.0936472937464714, - 0.7401068210601807, - 0.6612051129341125 - ] - ], - [ - 0.46666666865348816, - [ - -0.08139388263225555, - -0.09172698855400085, - 0.7410008311271667, - 0.6602113246917725 - ] - ], - [ - 0.5, - [ - -0.08354903012514114, - -0.08981233090162277, - 0.7418473362922668, - 0.6592540740966797 - ] - ], - [ - 0.5333333611488342, - [ - -0.08570746332406998, - -0.08790595829486847, - 0.7426427602767944, - 0.6583377122879028 - ] - ], - [ - 0.5666666626930237, - [ - -0.08786562085151672, - -0.0860101729631424, - 0.7433831095695496, - 0.6574674248695374 - ] - ], - [ - 0.6000000238418579, - [ - -0.09002020210027695, - -0.08412683010101318, - 0.7440637350082397, - 0.6566492319107056 - ] - ], - [ - 0.6333333253860474, - [ - -0.09216810762882233, - -0.08225742727518082, - 0.7446790337562561, - 0.655890166759491 - ] - ], - [ - 0.6666666865348816, - [ - -0.09430652856826782, - -0.08040305227041245, - 0.7452222108840942, - 0.6551989316940308 - ] - ], - [ - 0.699999988079071, - [ - -0.09643282741308212, - -0.07856433838605881, - 0.745684802532196, - 0.6545858979225159 - ] - ], - [ - 0.7333333492279053, - [ - -0.09854461997747421, - -0.07674140483140945, - 0.746056318283081, - 0.6540640592575073 - ] - ], - [ - 0.7666666507720947, - [ - -0.10063981264829636, - -0.0749337449669838, - 0.7463231682777405, - 0.6536499857902527 - ] - ], - [ - 0.800000011920929, - [ - -0.10271672159433365, - -0.07313993573188782, - 0.7464675903320313, - 0.6533651351928711 - ] - ], - [ - 0.8333333134651184, - [ - -0.10477415472269058, - -0.07135729491710663, - 0.7464650273323059, - 0.6532384753227234 - ] - ], - [ - 0.8666666746139526, - [ - -0.10681174695491791, - -0.06958118826150894, - 0.7462809085845947, - 0.6533104181289673 - ] - ], - [ - 0.8999999761581421, - [ - -0.1088261604309082, - -0.0678107887506485, - 0.7459054589271545, - 0.6535928845405579 - ] - ], - [ - 0.9333333373069763, - [ - -0.11081024259328842, - -0.06605146825313568, - 0.7453653812408447, - 0.654055655002594 - ] - ], - [ - 0.9666666388511658, - [ - -0.11275886744260788, - -0.06430590897798538, - 0.7446691989898682, - 0.6546892523765564 - ] - ], - [ - 1.0, - [ - -0.11466693878173828, - -0.06257704645395279, - 0.7438254952430725, - 0.6554840207099915 - ] - ], - [ - 1.0333333015441895, - [ - -0.11652936786413193, - -0.060868117958307266, - 0.7428427934646606, - 0.656430184841156 - ] - ], - [ - 1.0666667222976685, - [ - -0.1183411180973053, - -0.05918261781334877, - 0.7417296171188354, - 0.6575180292129517 - ] - ], - [ - 1.100000023841858, - [ - -0.12009710818529129, - -0.05752440169453621, - 0.740494430065155, - 0.6587378978729248 - ] - ], - [ - 1.1333333253860474, - [ - -0.12179220467805862, - -0.055897634476423264, - 0.7391458749771118, - 0.6600798964500427 - ] - ], - [ - 1.1666666269302368, - [ - -0.12342127412557602, - -0.054306864738464355, - 0.7376924753189087, - 0.6615344882011414 - ] - ], - [ - 1.2000000476837158, - [ - -0.12497901171445847, - -0.052757009863853455, - 0.7361428737640381, - 0.6630917191505432 - ] - ], - [ - 1.2333333492279053, - [ - -0.12646007537841797, - -0.05125347897410393, - 0.7345058917999268, - 0.6647420525550842 - ] - ], - [ - 1.2666666507720947, - [ - -0.12785892188549042, - -0.049802087247371674, - 0.732790470123291, - 0.6664758324623108 - ] - ], - [ - 1.2999999523162842, - [ - -0.12916985154151917, - -0.04840917885303497, - 0.7310054898262024, - 0.6682834029197693 - ] - ], - [ - 1.3333333730697632, - [ - -0.1303868591785431, - -0.04708163067698479, - 0.7291601896286011, - 0.6701552271842957 - ] - ], - [ - 1.3666666746139526, - [ - -0.13150373101234436, - -0.04582693427801132, - 0.7272638082504272, - 0.6720819473266602 - ] - ], - [ - 1.399999976158142, - [ - -0.13251377642154694, - -0.044653236865997314, - 0.7253257632255554, - 0.674053966999054 - ] - ], - [ - 1.4333332777023315, - [ - -0.1334099918603897, - -0.043569415807724, - 0.7233558893203735, - 0.6760619282722473 - ] - ], - [ - 1.4666666984558105, - [ - -0.13418477773666382, - -0.04258516803383827, - 0.72136390209198, - 0.6780967712402344 - ] - ], - [ - 1.5, - [ - -0.13482984900474548, - -0.04171111807227135, - 0.7193598747253418, - 0.6801488399505615 - ] - ], - [ - 1.5333333015441895, - [ - -0.13533622026443481, - -0.04095893353223801, - 0.7173542380332947, - 0.6822091937065125 - ] - ], - [ - 1.5666667222976685, - [ - -0.1356939673423767, - -0.04034150391817093, - 0.7153575420379639, - 0.6842685341835022 - ] - ], - [ - 1.600000023841858, - [ - -0.13589194416999817, - -0.039873071014881134, - 0.7133805751800537, - 0.686317503452301 - ] - ], - [ - 1.6333333253860474, - [ - -0.13594438135623932, - -0.0395437628030777, - 0.7114294767379761, - 0.6883484721183777 - ] - ], - [ - 1.6666666269302368, - [ - -0.13587813079357147, - -0.039330996572971344, - 0.7095078825950623, - 0.6903541684150696 - ] - ], - [ - 1.7000000476837158, - [ - -0.1356998085975647, - -0.03923148661851883, - 0.707623302936554, - 0.6923264265060425 - ] - ], - [ - 1.7333333492279053, - [ - -0.1354154497385025, - -0.03924226015806198, - 0.7057832479476929, - 0.6942570209503174 - ] - ], - [ - 1.7666666507720947, - [ - -0.1350306272506714, - -0.03936060145497322, - 0.7039955854415894, - 0.6961377263069153 - ] - ], - [ - 1.7999999523162842, - [ - -0.134550541639328, - -0.03958405926823616, - 0.7022681832313538, - 0.697960376739502 - ] - ], - [ - 1.8333333730697632, - [ - -0.1339799165725708, - -0.039910346269607544, - 0.7006089687347412, - 0.6997168064117432 - ] - ], - [ - 1.8666666746139526, - [ - -0.133323073387146, - -0.04033732786774635, - 0.6990261077880859, - 0.7013989090919495 - ] - ], - [ - 1.899999976158142, - [ - -0.13258405029773712, - -0.04086301475763321, - 0.6975277066230774, - 0.7029985189437866 - ] - ], - [ - 1.9333332777023315, - [ - -0.13176646828651428, - -0.041485510766506195, - 0.6961221098899841, - 0.7045074105262756 - ] - ], - [ - 1.9666666984558105, - [ - -0.13087362051010132, - -0.04220297187566757, - 0.6948175430297852, - 0.7059175968170166 - ] - ], - [ - 2.0, - [ - -0.12990860641002655, - -0.04301364719867706, - 0.6936225295066833, - 0.7072209715843201 - ] - ], - [ - 2.0333333015441895, - [ - -0.1288740634918213, - -0.0439157709479332, - 0.6925454139709473, - 0.708409309387207 - ] - ], - [ - 2.066666603088379, - [ - -0.12777243554592133, - -0.044907648116350174, - 0.6915948390960693, - 0.7094745635986328 - ] - ], - [ - 2.0999999046325684, - [ - -0.12660586833953857, - -0.04598753899335861, - 0.6907791495323181, - 0.7104085087776184 - ] - ], - [ - 2.133333444595337, - [ - -0.12537622451782227, - -0.04715370759367943, - 0.6901069283485413, - 0.7112030386924744 - ] - ], - [ - 2.1666667461395264, - [ - -0.12408515810966492, - -0.04840434342622757, - 0.6895866394042969, - 0.7118498086929321 - ] - ], - [ - 2.200000047683716, - [ - -0.12273398786783218, - -0.04973766580224037, - 0.6892268061637878, - 0.7123405337333679 - ] - ], - [ - 2.2333333492279053, - [ - -0.12132379412651062, - -0.051151782274246216, - 0.6890357732772827, - 0.7126666307449341 - ] - ], - [ - 2.2666666507720947, - [ - -0.11985550075769424, - -0.05264474079012871, - 0.6890218257904053, - 0.7128198146820068 - ] - ], - [ - 2.299999952316284, - [ - -0.11832970380783081, - -0.05421450734138489, - 0.6891932487487793, - 0.712791383266449 - ] - ], - [ - 2.3333332538604736, - [ - -0.11674733459949493, - -0.055857911705970764, - 0.6895517110824585, - 0.7125787138938904 - ] - ], - [ - 2.366666555404663, - [ - -0.1151110827922821, - -0.05756788328289986, - 0.6900750994682312, - 0.7122021317481995 - ] - ], - [ - 2.4000000953674316, - [ - -0.11342368274927139, - -0.05933743342757225, - 0.6907402276992798, - 0.7116826772689819 - ] - ], - [ - 2.433333396911621, - [ - -0.11168783903121948, - -0.06116032972931862, - 0.6915282607078552, - 0.7110371589660645 - ] - ], - [ - 2.4666666984558105, - [ - -0.10990595817565918, - -0.0630311444401741, - 0.6924238801002502, - 0.7102794647216797 - ] - ], - [ - 2.5, - [ - -0.10808032006025314, - -0.06494487822055817, - 0.6934139728546143, - 0.7094208002090454 - ] - ], - [ - 2.5333333015441895, - [ - -0.10621319711208344, - -0.06689693033695221, - 0.6944873929023743, - 0.70847088098526 - ] - ], - [ - 2.566666603088379, - [ - -0.10430677980184555, - -0.06888299435377121, - 0.6956343650817871, - 0.7074377536773682 - ] - ], - [ - 2.5999999046325684, - [ - -0.10236325114965439, - -0.07089901715517044, - 0.6968464851379395, - 0.7063286900520325 - ] - ], - [ - 2.633333444595337, - [ - -0.10038479417562485, - -0.07294114679098129, - 0.6981161832809448, - 0.7051499485969543 - ] - ], - [ - 2.6666667461395264, - [ - -0.09837367385625839, - -0.07500559836626053, - 0.699436604976654, - 0.7039071321487427 - ] - ], - [ - 2.700000047683716, - [ - -0.09633220732212067, - -0.07708878815174103, - 0.7008016705513, - 0.7026054859161377 - ] - ], - [ - 2.7333333492279053, - [ - -0.09426271915435791, - -0.07918716222047806, - 0.7022057175636292, - 0.7012496590614319 - ] - ], - [ - 2.7666666507720947, - [ - -0.0921676978468895, - -0.08129719644784927, - 0.703643262386322, - 0.6998443007469177 - ] - ], - [ - 2.799999952316284, - [ - -0.09004972130060196, - -0.0834154263138771, - 0.7051094770431519, - 0.6983935832977295 - ] - ], - [ - 2.8333332538604736, - [ - -0.08791151642799377, - -0.08553837239742279, - 0.7065995335578918, - 0.6969017386436462 - ] - ], - [ - 2.866666555404663, - [ - -0.08575598895549774, - -0.08766248822212219, - 0.7081086039543152, - 0.6953729391098022 - ] - ], - [ - 2.9000000953674316, - [ - -0.0835861936211586, - -0.08978421986103058, - 0.7096322178840637, - 0.6938114166259766 - ] - ], - [ - 2.933333396911621, - [ - -0.08140557259321213, - -0.09189984202384949, - 0.7111656665802002, - 0.6922217607498169 - ] - ], - [ - 2.9666666984558105, - [ - -0.07921770960092545, - -0.09400557726621628, - 0.7127042412757874, - 0.690608561038971 - ] - ], - [ - 3.0, - [ - -0.07702666521072388, - -0.0960974395275116, - 0.7142424583435059, - 0.6889774203300476 - ] - ], - [ - 3.0333333015441895, - [ - -0.07483676820993423, - -0.09817126393318176, - 0.7157750725746155, - 0.6873339414596558 - ] - ], - [ - 3.066666603088379, - [ - -0.07265298068523407, - -0.10022260993719101, - 0.7172957062721252, - 0.6856850385665894 - ] - ], - [ - 3.0999999046325684, - [ - -0.0704808235168457, - -0.10224662721157074, - 0.7187969088554382, - 0.6840388178825378 - ] - ], - [ - 3.133333444595337, - [ - -0.0683266669511795, - -0.10423816740512848, - 0.7202697396278381, - 0.6824056506156921 - ] - ], - [ - 3.1666667461395264, - [ - -0.0661979541182518, - -0.10619126260280609, - 0.7217023968696594, - 0.6807987093925476 - ] - ], - [ - 3.200000047683716, - [ - -0.06410352885723114, - -0.10809941589832306, - 0.7230793237686157, - 0.6792359948158264 - ] - ], - [ - 3.2333333492279053, - [ - -0.06205439195036888, - -0.1099548414349556, - 0.724377453327179, - 0.677743673324585 - ] - ], - [ - 3.2666666507720947, - [ - -0.06006501987576485, - -0.11174805462360382, - 0.7255598902702332, - 0.6763634085655212 - ] - ], - [ - 3.299999952316284, - [ - -0.058156564831733704, - -0.11346633732318878, - 0.7265592813491821, - 0.6751702427864075 - ] - ], - [ - 3.3333332538604736, - [ - -0.0563671700656414, - -0.11508908867835999, - 0.7272206544876099, - 0.6743347644805908 - ] - ], - [ - 3.366666555404663, - [ - -0.057855214923620224, - -0.11363853514194489, - 0.7280921339988708, - 0.6735139489173889 - ] - ], - [ - 3.4000000953674316, - [ - -0.05945234000682831, - -0.11207667738199234, - 0.7292298674583435, - 0.6724046468734741 - ] - ], - [ - 3.433333396911621, - [ - -0.06116184964776039, - -0.11041925847530365, - 0.7304090261459351, - 0.671244740486145 - ] - ], - [ - 3.4666666984558105, - [ - -0.06296484917402267, - -0.10868766903877258, - 0.7315904498100281, - 0.6700730919837952 - ] - ], - [ - 3.5, - [ - -0.06484468281269073, - -0.10689900070428848, - 0.7327584624290466, - 0.6689043045043945 - ] - ], - [ - 3.5333333015441895, - [ - -0.06678755581378937, - -0.10506679117679596, - 0.7339048981666565, - 0.6677454710006714 - ] - ], - [ - 3.566666603088379, - [ - -0.06878220289945602, - -0.10320191830396652, - 0.7350245714187622, - 0.6666013598442078 - ] - ], - [ - 3.5999999046325684, - [ - -0.07081914693117142, - -0.10131311416625977, - 0.7361136674880981, - 0.6654750108718872 - ] - ], - [ - 3.633333444595337, - [ - -0.07289047539234161, - -0.09940765798091888, - 0.737169086933136, - 0.6643694639205933 - ] - ], - [ - 3.6666667461395264, - [ - -0.07498924434185028, - -0.09749161452054977, - 0.7381882071495056, - 0.6632874011993408 - ] - ], - [ - 3.700000047683716, - [ - -0.07710950821638107, - -0.09557003527879715, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 3.7333333492279053, - [ - -0.07924596965312958, - -0.09364726394414902, - 0.7401068806648254, - 0.6612050533294678 - ] - ], - [ - 3.7666666507720947, - [ - -0.08139390498399734, - -0.09172696620225906, - 0.7410008907318115, - 0.6602112650871277 - ] - ], - [ - 3.799999952316284, - [ - -0.08354905247688293, - -0.08981229364871979, - 0.7418473362922668, - 0.6592540144920349 - ] - ], - [ - 3.8333332538604736, - [ - -0.08570749312639236, - -0.08790593594312668, - 0.7426427602767944, - 0.6583377122879028 - ] - ], - [ - 3.866666555404663, - [ - -0.08786564320325851, - -0.0860101506114006, - 0.7433831095695496, - 0.6574674248695374 - ] - ], - [ - 3.9000000953674316, - [ - -0.09002023190259933, - -0.0841268002986908, - 0.7440637946128845, - 0.6566491723060608 - ] - ], - [ - 3.933333396911621, - [ - -0.09216814488172531, - -0.08225739747285843, - 0.7446790337562561, - 0.655890166759491 - ] - ], - [ - 3.9666666984558105, - [ - -0.0943065658211708, - -0.08040301501750946, - 0.7452222108840942, - 0.6551989316940308 - ] - ], - [ - 4.0, - [ - -0.09643283486366272, - -0.07856430858373642, - 0.745684802532196, - 0.6545857787132263 - ] - ], - [ - 4.0333333015441895, - [ - -0.098544642329216, - -0.07674138993024826, - 0.7460563778877258, - 0.6540639996528625 - ] - ], - [ - 4.066666603088379, - [ - -0.10063983500003815, - -0.0749337300658226, - 0.7463232278823853, - 0.6536499261856079 - ] - ], - [ - 4.099999904632568, - [ - -0.10271674394607544, - -0.07313991338014603, - 0.7464675903320313, - 0.6533651351928711 - ] - ], - [ - 4.133333206176758, - [ - -0.10477416962385178, - -0.07135727256536484, - 0.7464650273323059, - 0.6532384753227234 - ] - ], - [ - 4.166666507720947, - [ - -0.1068117618560791, - -0.06958116590976715, - 0.7462809085845947, - 0.6533104181289673 - ] - ], - [ - 4.199999809265137, - [ - -0.1088261753320694, - -0.0678107813000679, - 0.7459054589271545, - 0.6535928249359131 - ] - ], - [ - 4.233333110809326, - [ - -0.11081026494503021, - -0.06605145335197449, - 0.7453653812408447, - 0.654055655002594 - ] - ], - [ - 4.266666889190674, - [ - -0.11275892704725266, - -0.0643058717250824, - 0.7446692585945129, - 0.6546892523765564 - ] - ], - [ - 4.300000190734863, - [ - -0.11466698348522186, - -0.0625770315527916, - 0.7438255548477173, - 0.6554840207099915 - ] - ], - [ - 4.333333492279053, - [ - -0.11652940511703491, - -0.06086809188127518, - 0.7428428530693054, - 0.6564301252365112 - ] - ], - [ - 4.366666793823242, - [ - -0.11834115535020828, - -0.05918258801102638, - 0.7417296171188354, - 0.6575180292129517 - ] - ], - [ - 4.400000095367432, - [ - -0.12009713053703308, - -0.05752438306808472, - 0.7404944896697998, - 0.65873783826828 - ] - ], - [ - 4.433333396911621, - [ - -0.12179223448038101, - -0.055897608399391174, - 0.7391458749771118, - 0.6600798964500427 - ] - ], - [ - 4.4666666984558105, - [ - -0.12342129647731781, - -0.05430684611201286, - 0.7376924753189087, - 0.6615344882011414 - ] - ], - [ - 4.5, - [ - -0.12497903406620026, - -0.052756987512111664, - 0.7361428737640381, - 0.6630917191505432 - ] - ], - [ - 4.5333333015441895, - [ - -0.12646009027957916, - -0.05125345662236214, - 0.7345058917999268, - 0.6647420525550842 - ] - ], - [ - 4.566666603088379, - [ - -0.1278589516878128, - -0.04980206489562988, - 0.732790470123291, - 0.666475772857666 - ] - ], - [ - 4.599999904632568, - [ - -0.12916986644268036, - -0.04840915650129318, - 0.7310054898262024, - 0.6682834029197693 - ] - ], - [ - 4.633333206176758, - [ - -0.13038687407970428, - -0.04708161577582359, - 0.7291601896286011, - 0.6701552271842957 - ] - ], - [ - 4.666666507720947, - [ - -0.13150374591350555, - -0.04582692310214043, - 0.7272638082504272, - 0.6720819473266602 - ] - ], - [ - 4.699999809265137, - [ - -0.13251377642154694, - -0.044653233140707016, - 0.7253258228302002, - 0.6740539073944092 - ] - ], - [ - 4.733333110809326, - [ - -0.1334099918603897, - -0.043569415807724, - 0.7233558893203735, - 0.6760619282722473 - ] - ], - [ - 4.766666889190674, - [ - -0.13418477773666382, - -0.04258514940738678, - 0.72136390209198, - 0.6780967116355896 - ] - ], - [ - 4.800000190734863, - [ - -0.13482984900474548, - -0.04171111434698105, - 0.7193598747253418, - 0.6801488399505615 - ] - ], - [ - 4.833333492279053, - [ - -0.135336235165596, - -0.04095892235636711, - 0.7173542380332947, - 0.6822091937065125 - ] - ], - [ - 4.866666793823242, - [ - -0.1356939673423767, - -0.04034150391817093, - 0.7153575420379639, - 0.6842685341835022 - ] - ], - [ - 4.900000095367432, - [ - -0.13589194416999817, - -0.03987307474017143, - 0.7133805751800537, - 0.686317503452301 - ] - ], - [ - 4.933333396911621, - [ - -0.13594438135623932, - -0.039543766528367996, - 0.7114294767379761, - 0.6883484721183777 - ] - ], - [ - 4.9666666984558105, - [ - -0.13587813079357147, - -0.03933101147413254, - 0.7095078825950623, - 0.6903541684150696 - ] - ], - [ - 5.0, - [ - -0.1356997936964035, - -0.039231497794389725, - 0.707623302936554, - 0.6923264265060425 - ] - ], - [ - 5.0333333015441895, - [ - -0.1354154348373413, - -0.03924227133393288, - 0.7057832479476929, - 0.6942570209503174 - ] - ], - [ - 5.066666603088379, - [ - -0.1350306272506714, - -0.03936062380671501, - 0.7039955854415894, - 0.6961377263069153 - ] - ], - [ - 5.099999904632568, - [ - -0.1345505267381668, - -0.039584070444107056, - 0.702268123626709, - 0.6979604363441467 - ] - ], - [ - 5.133333206176758, - [ - -0.1339798867702484, - -0.03991036117076874, - 0.7006089091300964, - 0.6997168660163879 - ] - ], - [ - 5.166666507720947, - [ - -0.1333230435848236, - -0.040337346494197845, - 0.6990260481834412, - 0.7013989090919495 - ] - ], - [ - 5.199999809265137, - [ - -0.13258403539657593, - -0.0408630333840847, - 0.6975277066230774, - 0.7029985189437866 - ] - ], - [ - 5.233333110809326, - [ - -0.1317664384841919, - -0.04148552194237709, - 0.6961220502853394, - 0.7045074701309204 - ] - ], - [ - 5.266666889190674, - [ - -0.13087360560894012, - -0.04220300912857056, - 0.6948175430297852, - 0.7059175968170166 - ] - ], - [ - 5.300000190734863, - [ - -0.12990857660770416, - -0.04301368072628975, - 0.6936225295066833, - 0.7072209715843201 - ] - ], - [ - 5.333333492279053, - [ - -0.1288740187883377, - -0.043915823101997375, - 0.6925454139709473, - 0.708409309387207 - ] - ], - [ - 5.366666793823242, - [ - -0.12777239084243774, - -0.04490770027041435, - 0.6915948390960693, - 0.7094745635986328 - ] - ], - [ - 5.400000095367432, - [ - -0.126605823636055, - -0.045987579971551895, - 0.6907791495323181, - 0.7104085683822632 - ] - ], - [ - 5.433333396911621, - [ - -0.12537619471549988, - -0.04715373367071152, - 0.6901068687438965, - 0.7112030982971191 - ] - ], - [ - 5.4666666984558105, - [ - -0.12408511340618134, - -0.04840438440442085, - 0.6895866394042969, - 0.7118498682975769 - ] - ], - [ - 5.5, - [ - -0.12273392826318741, - -0.04973771050572395, - 0.6892267465591431, - 0.7123405337333679 - ] - ], - [ - 5.5333333015441895, - [ - -0.12132377177476883, - -0.05115183815360069, - 0.6890357732772827, - 0.7126667499542236 - ] - ], - [ - 5.566666603088379, - [ - -0.11985544860363007, - -0.05264478549361229, - 0.6890217661857605, - 0.7128198742866516 - ] - ], - [ - 5.599999904632568, - [ - -0.11832968890666962, - -0.054214563220739365, - 0.6891932487487793, - 0.7127914428710938 - ] - ], - [ - 5.633333206176758, - [ - -0.11674729734659195, - -0.05585794895887375, - 0.6895516514778137, - 0.7125787734985352 - ] - ], - [ - 5.666666507720947, - [ - -0.11511101573705673, - -0.05756792426109314, - 0.6900749802589417, - 0.7122021317481995 - ] - ], - [ - 5.699999809265137, - [ - -0.11342363804578781, - -0.059337466955184937, - 0.6907401084899902, - 0.7116826772689819 - ] - ], - [ - 5.733333110809326, - [ - -0.11168782413005829, - -0.0611603781580925, - 0.6915282607078552, - 0.711037278175354 - ] - ], - [ - 5.766666889190674, - [ - -0.10990588366985321, - -0.06303121894598007, - 0.6924238801002502, - 0.7102794647216797 - ] - ], - [ - 5.800000190734863, - [ - -0.10808026045560837, - -0.06494494527578354, - 0.6934139132499695, - 0.7094208598136902 - ] - ], - [ - 5.833333492279053, - [ - -0.10621313005685806, - -0.06689698994159698, - 0.6944872736930847, - 0.70847088098526 - ] - ], - [ - 5.866666793823242, - [ - -0.10430669784545898, - -0.06888305395841599, - 0.6956342458724976, - 0.7074377536773682 - ] - ], - [ - 5.900000095367432, - [ - -0.10236319154500961, - -0.07089908421039581, - 0.6968464255332947, - 0.7063287496566772 - ] - ], - [ - 5.933333396911621, - [ - -0.10038471966981888, - -0.07294119149446487, - 0.6981160640716553, - 0.7051499485969543 - ] - ], - [ - 5.9666666984558105, - [ - -0.09837363660335541, - -0.0750056654214859, - 0.699436604976654, - 0.7039071917533875 - ] - ], - [ - 6.0, - [ - -0.09633214771747589, - -0.0770888477563858, - 0.7008016705513, - 0.7026054859161377 - ] - ], - [ - 6.0333333015441895, - [ - -0.09426266700029373, - -0.07918721437454224, - 0.7022056579589844, - 0.7012497186660767 - ] - ], - [ - 6.066666603088379, - [ - -0.09216764569282532, - -0.08129724860191345, - 0.703643262386322, - 0.6998443007469177 - ] - ], - [ - 6.099999904632568, - [ - -0.09004966914653778, - -0.08341548591852188, - 0.7051094770431519, - 0.6983935832977295 - ] - ], - [ - 6.133333206176758, - [ - -0.0879114642739296, - -0.08553842455148697, - 0.7065994739532471, - 0.696901798248291 - ] - ], - [ - 6.166666507720947, - [ - -0.08575592935085297, - -0.08766254782676697, - 0.7081086039543152, - 0.6953729391098022 - ] - ], - [ - 6.199999809265137, - [ - -0.08358615636825562, - -0.08978425711393356, - 0.709632158279419, - 0.6938114762306213 - ] - ], - [ - 6.233333110809326, - [ - -0.08140552788972855, - -0.09189987182617188, - 0.7111656069755554, - 0.6922218203544617 - ] - ], - [ - 6.266666889190674, - [ - -0.07921764254570007, - -0.09400564432144165, - 0.7127041816711426, - 0.690608561038971 - ] - ], - [ - 6.300000190734863, - [ - -0.0770265981554985, - -0.09609749913215637, - 0.7142423987388611, - 0.6889774799346924 - ] - ], - [ - 6.333333492279053, - [ - -0.07483670115470886, - -0.09817132353782654, - 0.7157750129699707, - 0.6873340010643005 - ] - ], - [ - 6.366666793823242, - [ - -0.0726529061794281, - -0.100222647190094, - 0.7172956466674805, - 0.6856850385665894 - ] - ], - [ - 6.400000095367432, - [ - -0.07048077136278152, - -0.10224670171737671, - 0.7187969088554382, - 0.6840388774871826 - ] - ], - [ - 6.433333396911621, - [ - -0.06832662224769592, - -0.10423821210861206, - 0.7202697396278381, - 0.6824057102203369 - ] - ], - [ - 6.4666666984558105, - [ - -0.06619789451360703, - -0.10619132220745087, - 0.7217023968696594, - 0.6807987093925476 - ] - ], - [ - 6.5, - [ - -0.06410347670316696, - -0.10809945315122604, - 0.7230793237686157, - 0.6792360544204712 - ] - ], - [ - 6.5333333015441895, - [ - -0.0620543397963047, - -0.10995488613843918, - 0.7243773937225342, - 0.6777437329292297 - ] - ], - [ - 6.566666603088379, - [ - -0.06006496772170067, - -0.1117480993270874, - 0.7255598902702332, - 0.6763634085655212 - ] - ], - [ - 6.599999904632568, - [ - -0.05815650895237923, - -0.11346637457609177, - 0.7265592217445374, - 0.6751703023910522 - ] - ], - [ - 6.633333206176758, - [ - -0.056367117911577225, - -0.11508913338184357, - 0.7272205948829651, - 0.6743348240852356 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292499424_202648.json b/lenses/physics-objects/Scene/assets/1646688292499424_202648.json deleted file mode 100644 index 5fd6b24f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292499424_202648.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292499424:202648", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292500329_202661.json b/lenses/physics-objects/Scene/assets/1646688292500329_202661.json deleted file mode 100644 index ebc2a26a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292500329_202661.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292500329:202661", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292500478_202668.json b/lenses/physics-objects/Scene/assets/1646688292500478_202668.json deleted file mode 100644 index 7c320511..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292500478_202668.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292500478:202668", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.03333333507180214, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.06666667014360428, - [ - -0.07447168231010437, - -0.09147372841835022, - 0.7375175356864929, - 0.6649470329284668 - ] - ], - [ - 0.10000000149011612, - [ - -0.06844864785671234, - -0.08474902808666229, - 0.7334315180778503, - 0.6709773540496826 - ] - ], - [ - 0.13333334028720856, - [ - -0.06842648237943649, - -0.07775477319955826, - 0.7313636541366577, - 0.6740765571594238 - ] - ], - [ - 0.1666666716337204, - [ - -0.07827264815568924, - -0.0715152695775032, - 0.7331753969192505, - 0.6717238426208496 - ] - ], - [ - 0.20000000298023224, - [ - -0.0927291214466095, - -0.065275639295578, - 0.7362284660339355, - 0.6671642065048218 - ] - ], - [ - 0.23333333432674408, - [ - -0.10867708176374435, - -0.058659911155700684, - 0.7390431761741638, - 0.6622412800788879 - ] - ], - [ - 0.2666666805744171, - [ - -0.1220151036977768, - -0.05078640580177307, - 0.7400896549224854, - 0.6593940258026123 - ] - ], - [ - 0.30000001192092896, - [ - -0.12560848891735077, - -0.03970082849264145, - 0.7370697259902954, - 0.6628533601760864 - ] - ], - [ - 0.3333333432674408, - [ - -0.12429462373256683, - -0.02702448144555092, - 0.7320270538330078, - 0.6692958474159241 - ] - ], - [ - 0.36666667461395264, - [ - -0.12780065834522247, - -0.015676256269216537, - 0.7286404967308044, - 0.672684371471405 - ] - ], - [ - 0.4000000059604645, - [ - -0.14020568132400513, - -0.006955972407013178, - 0.7283481955528259, - 0.6706734299659729 - ] - ], - [ - 0.4333333373069763, - [ - -0.1560509204864502, - 0.00020201558072585613, - 0.7289610505104065, - 0.6665312051773071 - ] - ], - [ - 0.46666666865348816, - [ - -0.17207768559455872, - 0.0063881962560117245, - 0.7293304800987244, - 0.6621370911598206 - ] - ], - [ - 0.5, - [ - -0.18403242528438568, - 0.012742733582854271, - 0.7283390760421753, - 0.6599181294441223 - ] - ], - [ - 0.5333333611488342, - [ - -0.1845720261335373, - 0.0215448010712862, - 0.7242996096611023, - 0.6639721989631653 - ] - ], - [ - 0.5666666626930237, - [ - -0.17875534296035767, - 0.030779249966144562, - 0.7187852263450623, - 0.6711534261703491 - ] - ], - [ - 0.6000000238418579, - [ - -0.17666175961494446, - 0.037049733102321625, - 0.7147239446640015, - 0.6757126450538635 - ] - ], - [ - 0.6333333253860474, - [ - -0.18247245252132416, - 0.039024583995342255, - 0.7134681344032288, - 0.6753844022750854 - ] - ], - [ - 0.6666666865348816, - [ - -0.18905887007713318, - 0.03641548380255699, - 0.7125390768051147, - 0.6746990084648132 - ] - ], - [ - 0.699999988079071, - [ - -0.19224053621292114, - 0.02892819046974182, - 0.7104256749153137, - 0.6763890385627747 - ] - ], - [ - 0.7333333492279053, - [ - -0.1887332648038864, - 0.01852949894964695, - 0.7063067555427551, - 0.6820316910743713 - ] - ], - [ - 0.7666666507720947, - [ - -0.17230509221553802, - 0.0077214413322508335, - 0.6980953812599182, - 0.6949202418327332 - ] - ], - [ - 0.800000011920929, - [ - -0.14928625524044037, - -0.0050992039032280445, - 0.6868617534637451, - 0.7112724781036377 - ] - ], - [ - 0.8333333134651184, - [ - -0.13070446252822876, - -0.02179197035729885, - 0.6762692928314209, - 0.7246387600898743 - ] - ], - [ - 0.8666666746139526, - [ - -0.12130032479763031, - -0.04173913598060608, - 0.6690050959587097, - 0.7321040034294128 - ] - ], - [ - 0.8999999761581421, - [ - -0.1161351203918457, - -0.06266286969184875, - 0.6637380123138428, - 0.7362322211265564 - ] - ], - [ - 0.9333333373069763, - [ - -0.1126151755452156, - -0.08307552337646484, - 0.6596905589103699, - 0.7383933067321777 - ] - ], - [ - 0.9666666388511658, - [ - -0.10731003433465958, - -0.10151489824056625, - 0.6554723978042603, - 0.740631639957428 - ] - ], - [ - 1.0, - [ - -0.09407102316617966, - -0.11637984961271286, - 0.6479977369308472, - 0.7467966675758362 - ] - ], - [ - 1.0333333015441895, - [ - -0.07845986634492874, - -0.12780246138572693, - 0.6398612260818481, - 0.753716230392456 - ] - ], - [ - 1.0666667222976685, - [ - -0.06987202912569046, - -0.137150377035141, - 0.6361198425292969, - 0.7560815215110779 - ] - ], - [ - 1.100000023841858, - [ - -0.07145382463932037, - -0.14562739431858063, - 0.6386121511459351, - 0.7522376775741577 - ] - ], - [ - 1.1333333253860474, - [ - -0.07768894731998444, - -0.15299402177333832, - 0.6441255211830139, - 0.7454257607460022 - ] - ], - [ - 1.1666666269302368, - [ - -0.0853157714009285, - -0.1592300981283188, - 0.6506080627441406, - 0.737615168094635 - ] - ], - [ - 1.2000000476837158, - [ - -0.09028317034244537, - -0.16403143107891083, - 0.6557307243347168, - 0.7314096093177795 - ] - ], - [ - 1.2333333492279053, - [ - -0.08588456362485886, - -0.16656488180160522, - 0.6558812260627747, - 0.731231689453125 - ] - ], - [ - 1.2666666507720947, - [ - -0.07658874243497849, - -0.16751019656658173, - 0.6533506512641907, - 0.7343075275421143 - ] - ], - [ - 1.2999999523162842, - [ - -0.07106634229421616, - -0.1679438054561615, - 0.6529311537742615, - 0.7351362705230713 - ] - ], - [ - 1.3333333730697632, - [ - -0.07360947877168655, - -0.1665908396244049, - 0.6568293571472168, - 0.7317132949829102 - ] - ], - [ - 1.3666666746139526, - [ - -0.08029553294181824, - -0.1618683785200119, - 0.6623778343200684, - 0.7270536422729492 - ] - ], - [ - 1.399999976158142, - [ - -0.0884135365486145, - -0.1542041301727295, - 0.6680073142051697, - 0.7226135730743408 - ] - ], - [ - 1.4333332777023315, - [ - -0.09429523348808289, - -0.14371198415756226, - 0.6718707084655762, - 0.7204477787017822 - ] - ], - [ - 1.4666666984558105, - [ - -0.0913005843758583, - -0.1299128532409668, - 0.6708550453186035, - 0.7243896722793579 - ] - ], - [ - 1.5, - [ - -0.0840393602848053, - -0.11423341929912567, - 0.66748046875, - 0.7309979200363159 - ] - ], - [ - 1.5333333015441895, - [ - -0.08185745030641556, - -0.09866639971733093, - 0.6666904091835022, - 0.7342263460159302 - ] - ], - [ - 1.5666667222976685, - [ - -0.08887309581041336, - -0.08439796417951584, - 0.6706289649009705, - 0.7315978407859802 - ] - ], - [ - 1.600000023841858, - [ - -0.10011943429708481, - -0.07163193821907043, - 0.6765350699424744, - 0.7260478138923645 - ] - ], - [ - 1.6333333253860474, - [ - -0.11261375993490219, - -0.060764700174331665, - 0.6828721761703491, - 0.7192436456680298 - ] - ], - [ - 1.6666666269302368, - [ - -0.12228577584028244, - -0.05176122114062309, - 0.6879717707633972, - 0.7134856581687927 - ] - ], - [ - 1.7000000476837158, - [ - -0.12198532372713089, - -0.04370599612593651, - 0.6892188191413879, - 0.7128722071647644 - ] - ], - [ - 1.7333333492279053, - [ - -0.1183440163731575, - -0.03846299648284912, - 0.689516007900238, - 0.7135004997253418 - ] - ], - [ - 1.7666666507720947, - [ - -0.12239763140678406, - -0.03790782392024994, - 0.6932801008224487, - 0.7091858386993408 - ] - ], - [ - 1.7999999523162842, - [ - -0.13737566769123077, - -0.04232652112841606, - 0.7014032006263733, - 0.6981188654899597 - ] - ], - [ - 1.8333333730697632, - [ - -0.15698596835136414, - -0.05025168135762215, - 0.7106875777244568, - 0.6839249730110168 - ] - ], - [ - 1.8666666746139526, - [ - -0.17731335759162903, - -0.060291141271591187, - 0.7192879319190979, - 0.6689916253089905 - ] - ], - [ - 1.899999976158142, - [ - -0.19382244348526, - -0.07017229497432709, - 0.7257457971572876, - 0.6563550233840942 - ] - ], - [ - 1.9333332777023315, - [ - -0.1995861530303955, - -0.07601404190063477, - 0.7285494208335876, - 0.6508479118347168 - ] - ], - [ - 1.9666666984558105, - [ - -0.19922998547554016, - -0.0782642811536789, - 0.7291748523712158, - 0.6499893665313721 - ] - ], - [ - 2.0, - [ - -0.20143947005271912, - -0.07940328121185303, - 0.729729175567627, - 0.6485465168952942 - ] - ], - [ - 2.0333333015441895, - [ - -0.20935305953025818, - -0.07992873340845108, - 0.7307709455490112, - 0.644791841506958 - ] - ], - [ - 2.066666603088379, - [ - -0.21691633760929108, - -0.0753551721572876, - 0.7301388382911682, - 0.6435574889183044 - ] - ], - [ - 2.0999999046325684, - [ - -0.2212711125612259, - -0.0641181543469429, - 0.7270163893699646, - 0.6468192338943481 - ] - ], - [ - 2.133333444595337, - [ - -0.2195701003074646, - -0.047101762145757675, - 0.7211869359016418, - 0.6553318500518799 - ] - ], - [ - 2.1666667461395264, - [ - -0.2056937962770462, - -0.02454950474202633, - 0.711329460144043, - 0.6716382503509521 - ] - ], - [ - 2.200000047683716, - [ - -0.18514803051948547, - -0.0015722439857199788, - 0.6984966993331909, - 0.691245436668396 - ] - ], - [ - 2.2333333492279053, - [ - -0.1692584604024887, - 0.016331277787685394, - 0.6862465739250183, - 0.7072132229804993 - ] - ], - [ - 2.2666666507720947, - [ - -0.16439513862133026, - 0.02662968449294567, - 0.6775864958763123, - 0.7163390517234802 - ] - ], - [ - 2.299999952316284, - [ - -0.16714048385620117, - 0.0289575457572937, - 0.6720603108406067, - 0.7208054065704346 - ] - ], - [ - 2.3333332538604736, - [ - -0.1710483729839325, - 0.023879533633589745, - 0.6683127880096436, - 0.7235538959503174 - ] - ], - [ - 2.366666555404663, - [ - -0.16799961030483246, - 0.01405530609190464, - 0.6640416383743286, - 0.7284417152404785 - ] - ], - [ - 2.4000000953674316, - [ - -0.15158711373806, - 0.0015627203974872828, - 0.6564597487449646, - 0.7389719486236572 - ] - ], - [ - 2.433333396911621, - [ - -0.12815354764461517, - -0.014504272490739822, - 0.6467559337615967, - 0.7517135739326477 - ] - ], - [ - 2.4666666984558105, - [ - -0.10868359357118607, - -0.03498642146587372, - 0.6389970779418945, - 0.7606883645057678 - ] - ], - [ - 2.5, - [ - -0.09773164242506027, - -0.058866456151008606, - 0.6358439922332764, - 0.763338565826416 - ] - ], - [ - 2.5333333015441895, - [ - -0.0902286246418953, - -0.08422146737575531, - 0.6352910995483398, - 0.762345552444458 - ] - ], - [ - 2.566666603088379, - [ - -0.08355187624692917, - -0.10969913005828857, - 0.6360315680503845, - 0.7592424154281616 - ] - ], - [ - 2.5999999046325684, - [ - -0.07435964792966843, - -0.13400240242481232, - 0.6360630989074707, - 0.7562656402587891 - ] - ], - [ - 2.633333444595337, - [ - -0.056799765676259995, - -0.15588104724884033, - 0.6314211487770081, - 0.7574841380119324 - ] - ], - [ - 2.6666667461395264, - [ - -0.0365612730383873, - -0.17510613799095154, - 0.6246828436851501, - 0.7601135969161987 - ] - ], - [ - 2.700000047683716, - [ - -0.023113226518034935, - -0.19094611704349518, - 0.6221148371696472, - 0.7589324712753296 - ] - ], - [ - 2.7333333492279053, - [ - -0.0198544729501009, - -0.20368550717830658, - 0.6268751621246338, - 0.751761794090271 - ] - ], - [ - 2.7666666507720947, - [ - -0.021369250491261482, - -0.21462130546569824, - 0.6354026794433594, - 0.7414475679397583 - ] - ], - [ - 2.799999952316284, - [ - -0.024559177458286285, - -0.22396574914455414, - 0.6453364491462708, - 0.7299157977104187 - ] - ], - [ - 2.8333332538604736, - [ - -0.02562129497528076, - -0.23173296451568604, - 0.6538902521133423, - 0.7197714447975159 - ] - ], - [ - 2.866666555404663, - [ - -0.018294408917427063, - -0.2375933825969696, - 0.6566892266273499, - 0.7155236601829529 - ] - ], - [ - 2.9000000953674316, - [ - -0.0068920087069272995, - -0.2418746054172516, - 0.6564825773239136, - 0.7144786715507507 - ] - ], - [ - 2.933333396911621, - [ - 0.000418557581724599, - -0.2450491040945053, - 0.6589452028274536, - 0.7111554145812988 - ] - ], - [ - 2.9666666984558105, - [ - 0.0005329838022589684, - -0.247329443693161, - 0.666216254234314, - 0.7035508155822754 - ] - ], - [ - 3.0, - [ - -0.005942446645349264, - -0.2433396726846695, - 0.6762283444404602, - 0.6953169703483582 - ] - ], - [ - 3.0333333015441895, - [ - -0.014961952343583107, - -0.2346389889717102, - 0.6873341202735901, - 0.6872354745864868 - ] - ], - [ - 3.066666603088379, - [ - -0.02304173819720745, - -0.22191019356250763, - 0.6968307495117188, - 0.6816537976264954 - ] - ], - [ - 3.0999999046325684, - [ - -0.023762041702866554, - -0.20509564876556396, - 0.7009376287460327, - 0.682684063911438 - ] - ], - [ - 3.133333444595337, - [ - -0.02114638313651085, - -0.18552452325820923, - 0.7024299502372742, - 0.6868229508399963 - ] - ], - [ - 3.1666667461395264, - [ - -0.02366427704691887, - -0.16535133123397827, - 0.7064806818962097, - 0.687738299369812 - ] - ], - [ - 3.200000047683716, - [ - -0.03491097316145897, - -0.14631608128547668, - 0.7149126529693604, - 0.6828416585922241 - ] - ], - [ - 3.2333333492279053, - [ - -0.04984912648797035, - -0.12908056378364563, - 0.7243511080741882, - 0.6754027605056763 - ] - ], - [ - 3.2666666507720947, - [ - -0.06520476937294006, - -0.11428908258676529, - 0.7329323887825012, - 0.66745525598526 - ] - ], - [ - 3.299999952316284, - [ - -0.07659280300140381, - -0.10198955237865448, - 0.7387802600860596, - 0.6617670059204102 - ] - ], - [ - 3.3333332538604736, - [ - -0.07775861769914627, - -0.09773678332567215, - 0.7391610741615295, - 0.6618474125862122 - ] - ], - [ - 3.366666555404663, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292500672_202675.json b/lenses/physics-objects/Scene/assets/1646688292500672_202675.json deleted file mode 100644 index 7cfb538b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292500672_202675.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292500672:202675", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292501555_202688.json b/lenses/physics-objects/Scene/assets/1646688292501555_202688.json deleted file mode 100644 index 7669adea..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292501555_202688.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292501555:202688", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.51051139831543, - -3.585482842430928e-15, - -6.2559232976022055e-16 - ] - ], - [ - 0.23333333432674408, - [ - 18.449323654174805, - -5.483470224925107e-15, - -6.471925169481525e-16 - ] - ], - [ - 0.2666666805744171, - [ - 18.415428161621094, - 2.443702123048155e-15, - 5.719771029627139e-16 - ] - ], - [ - 0.30000001192092896, - [ - 18.376243591308594, - 3.2489329355642714e-15, - 1.4597525467381829e-15 - ] - ], - [ - 0.36666667461395264, - [ - 18.284954071044922, - 3.1531760726354096e-15, - 1.011404031712852e-15 - ] - ], - [ - 0.6000000238418579, - [ - 17.907310485839844, - 2.75523131192763e-15, - 2.202365866293374e-16 - ] - ], - [ - 0.6666666865348816, - [ - 17.80716323852539, - -2.4622288511869745e-15, - 2.1885002016446171e-16 - ] - ], - [ - 0.699999988079071, - [ - 17.76207160949707, - 1.0352333978597204e-15, - 8.842642275113039e-16 - ] - ], - [ - 0.7333333492279053, - [ - 17.72128677368164, - -4.153362105873944e-15, - -1.2259320927337282e-16 - ] - ], - [ - 0.7666666507720947, - [ - 17.685546875, - 5.360693116857951e-16, - -2.274200877665439e-16 - ] - ], - [ - 0.8333333134651184, - [ - 17.632150650024414, - -4.614040455995982e-16, - -2.3600296674195333e-16 - ] - ], - [ - 1.0666667222976685, - [ - 17.684396743774414, - 1.7609810738252168e-15, - 1.5202098409858138e-15 - ] - ], - [ - 1.100000023841858, - [ - 17.720691680908203, - -7.37357162480123e-16, - 4.0934759765305585e-16 - ] - ], - [ - 1.1333333253860474, - [ - 17.762548446655273, - -1.2744921051410351e-14, - -1.920983268220949e-15 - ] - ], - [ - 1.2000000476837158, - [ - 17.859750747680664, - -1.460160710739641e-15, - 4.0787201331937966e-16 - ] - ], - [ - 1.4333332777023315, - [ - 18.259641647338867, - -3.3173727741859452e-15, - -1.8672818028815e-15 - ] - ], - [ - 1.5, - [ - 18.363039016723633, - -7.203342672237704e-15, - -3.199679028472618e-15 - ] - ], - [ - 1.5333333015441895, - [ - 18.408676147460938, - 6.791539817238134e-16, - -9.103859162763487e-17 - ] - ], - [ - 1.5666667222976685, - [ - 18.449138641357422, - -4.8661962351629565e-15, - -1.902920714137225e-15 - ] - ], - [ - 1.6333333253860474, - [ - 18.511144638061523, - 4.789126824874656e-15, - 2.121714406610694e-15 - ] - ], - [ - 1.899999976158142, - [ - 18.456161499023438, - 5.66129462780578e-15, - 4.637243335399238e-16 - ] - ], - [ - 1.9333332777023315, - [ - 18.41937255859375, - 6.3274360658773995e-15, - 9.07993061435245e-16 - ] - ], - [ - 2.0, - [ - 18.332622528076172, - 2.5526777821518673e-15, - -1.3120073426056938e-15 - ] - ], - [ - 2.0999999046325684, - [ - 18.18040657043457, - -6.773214682940761e-15, - -6.450192951032939e-16 - ] - ], - [ - 2.2333333492279053, - [ - 17.9665584564209, - -6.329154272210905e-15, - -6.436154968118976e-16 - ] - ], - [ - 2.299999952316284, - [ - 17.86796760559082, - 5.374036532755167e-15, - 5.357976788075225e-16 - ] - ], - [ - 2.366666555404663, - [ - 17.782638549804688, - -4.000609031199051e-15, - 4.828586489997208e-16 - ] - ], - [ - 2.4000000953674316, - [ - 17.746889114379883, - 4.603624491843596e-15, - 1.3712604736396843e-15 - ] - ], - [ - 2.4666666984558105, - [ - 17.69341278076172, - 8.433907055811068e-15, - 4.835095408801265e-16 - ] - ], - [ - 2.700000047683716, - [ - 17.737407684326172, - 1.3320601064781105e-15, - -1.5978524808211688e-16 - ] - ], - [ - 2.7333333492279053, - [ - 17.77105140686035, - 7.036351820752414e-15, - -5.5498015603130485e-17 - ] - ], - [ - 2.7666666507720947, - [ - 17.809955596923828, - -3.4956357283750595e-15, - -6.762455352807382e-16 - ] - ], - [ - 2.8333332538604736, - [ - 17.900588989257813, - 5.257445623939165e-16, - 7.211727980778167e-16 - ] - ], - [ - 3.066666603088379, - [ - 18.273523330688477, - 1.5102552450918852e-16, - -1.3217633622130505e-15 - ] - ], - [ - 3.133333444595337, - [ - 18.371719360351563, - -4.31690950373085e-16, - -7.661243071930104e-16 - ] - ], - [ - 3.200000047683716, - [ - 18.455881118774414, - 5.229145194380214e-15, - 1.3509351769164886e-15 - ] - ], - [ - 3.2666666507720947, - [ - 18.520166397094727, - -6.539057506869993e-15, - -1.2017654751249546e-15 - ] - ], - [ - 3.3333332538604736, - [ - 18.55848503112793, - 4.1860808710440095e-15, - 2.625878104755788e-16 - ] - ], - [ - 3.5333333015441895, - [ - 18.493396759033203, - -3.596091083062341e-15, - -2.0310329386320005e-16 - ] - ], - [ - 3.566666603088379, - [ - 18.458759307861328, - -5.9107267725308586e-15, - -1.0933577516123762e-15 - ] - ], - [ - 3.5999999046325684, - [ - 18.418758392333984, - 8.605758182347704e-15, - 1.3487302442756672e-15 - ] - ], - [ - 3.6666667461395264, - [ - 18.325624465942383, - 5.609545149893279e-15, - 9.558928804815942e-16 - ] - ], - [ - 3.9000000953674316, - [ - 17.941965103149414, - -2.4766946916184203e-15, - -1.4450979238386178e-15 - ] - ], - [ - 3.9666666984558105, - [ - 17.840389251708984, - -7.69145038441156e-16, - -3.362623656508434e-16 - ] - ], - [ - 4.0, - [ - 17.794597625732422, - -2.5729915380511567e-15, - -1.003114861411903e-15 - ] - ], - [ - 4.0333333015441895, - [ - 17.753116607666016, - -5.0415379844752275e-15, - -5.666823000094272e-16 - ] - ], - [ - 4.066666603088379, - [ - 17.71668815612793, - -7.207736232135113e-15, - -7.825316000791222e-16 - ] - ], - [ - 4.133333206176758, - [ - 17.66193199157715, - -9.89829234337514e-15, - -4.580483657603727e-16 - ] - ], - [ - 4.366666793823242, - [ - 17.709535598754883, - -1.3476433951252215e-15, - -7.002362612040585e-16 - ] - ], - [ - 4.400000095367432, - [ - 17.745174407958984, - -1.2924627985016297e-15, - 1.87306883785626e-16 - ] - ], - [ - 4.433333396911621, - [ - 17.786376953125, - 2.7982010815836037e-15, - 1.1876412007294892e-15 - ] - ], - [ - 4.5, - [ - 17.882129669189453, - -4.235715731203691e-15, - -2.5826132499968144e-16 - ] - ], - [ - 4.733333110809326, - [ - 18.269886016845703, - -5.648841125898774e-15, - -1.8672818028815e-15 - ] - ], - [ - 4.800000190734863, - [ - 18.368267059326172, - -3.0955877848592474e-15, - 3.53015777375027e-16 - ] - ], - [ - 4.833333492279053, - [ - 18.411231994628906, - -9.645919723773669e-15, - -3.199663146604857e-15 - ] - ], - [ - 4.866666793823242, - [ - 18.44894027709961, - 3.518518746961608e-16, - -1.0147421885579812e-15 - ] - ], - [ - 4.933333396911621, - [ - 18.50516128540039, - 3.567881497786984e-15, - 1.233535986910569e-15 - ] - ], - [ - 5.166666507720947, - [ - 18.45978546142578, - 4.665432909521216e-15, - -4.515763458290802e-16 - ] - ], - [ - 5.199999809265137, - [ - 18.42525291442871, - 3.3298466048836857e-15, - -8.685407019718631e-16 - ] - ], - [ - 5.233333110809326, - [ - 18.385421752929688, - -1.8882145281069957e-15, - -1.312452987815068e-15 - ] - ], - [ - 5.300000190734863, - [ - 18.29282569885254, - 1.4424547575267108e-15, - -1.3120073426056938e-15 - ] - ], - [ - 5.5333333015441895, - [ - 17.9105224609375, - 4.106944700364408e-15, - 2.2429644201530687e-15 - ] - ], - [ - 5.599999904632568, - [ - 17.809051513671875, - -2.4530313439292137e-15, - 9.170846234001501e-17 - ] - ], - [ - 5.633333206176758, - [ - 17.763307571411133, - -3.223456513851467e-15, - -6.275817983950841e-16 - ] - ], - [ - 5.666666507720947, - [ - 17.721872329711914, - -5.034065565693668e-16, - -1.0714513620140118e-15 - ] - ], - [ - 5.699999809265137, - [ - 17.685489654541016, - -1.7246467485197963e-15, - 3.898772218714357e-17 - ] - ], - [ - 5.766666889190674, - [ - 17.63083267211914, - 2.2721692691414497e-15, - 9.275988036697483e-16 - ] - ], - [ - 6.0, - [ - 17.671783447265625, - -4.27456616787893e-15, - -9.369413653197265e-16 - ] - ], - [ - 6.0333333015441895, - [ - 17.705156326293945, - -1.207057101704689e-15, - -5.55098700939251e-16 - ] - ], - [ - 6.066666603088379, - [ - 17.743837356567383, - 2.194257272828868e-15, - -1.211344994241927e-16 - ] - ], - [ - 6.133333206176758, - [ - 17.83417510986328, - 5.881946075290815e-16, - 4.852504053449709e-16 - ] - ], - [ - 6.400000095367432, - [ - 18.260404586791992, - -9.743669866985657e-15, - -1.7695081545052258e-15 - ] - ], - [ - 6.4666666984558105, - [ - 18.35369300842285, - -1.3475455628198137e-15, - -2.1071208494926702e-16 - ] - ], - [ - 6.5, - [ - 18.3942928314209, - -1.1229911145687731e-14, - -2.7568900141965906e-15 - ] - ], - [ - 6.566666603088379, - [ - 18.459714889526367, - 2.2316973996469288e-15, - -5.356316603498607e-16 - ] - ], - [ - 6.633333206176758, - [ - 18.499189376831055, - -1.0801932502494446e-14, - -2.1799045112958805e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292501695_202695.json b/lenses/physics-objects/Scene/assets/1646688292501695_202695.json deleted file mode 100644 index 336ebf5e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292501695_202695.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292501695:202695", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.052755282775471e-17, - 3.9429676689906046e-05, - 3.9429676689906046e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 9.052755282775471e-17, - 3.9429676689906046e-05, - 3.9429676689906046e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292501821_202702.json b/lenses/physics-objects/Scene/assets/1646688292501821_202702.json deleted file mode 100644 index a7406c65..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292501821_202702.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292501821:202702", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292502686_202715.json b/lenses/physics-objects/Scene/assets/1646688292502686_202715.json deleted file mode 100644 index 65cf8e5d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292502686_202715.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292502686:202715", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 17.896520614624023, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 17.796785354614258, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 17.751941680908203, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 17.7114315032959, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 17.675989151000977, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 17.62326431274414, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 17.678565979003906, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 17.715377807617188, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 17.75777244567871, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 17.855960845947266, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 18.252674102783203, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 18.35362434387207, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 18.397857666015625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 18.436817169189453, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 18.495573043823242, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 18.426612854003906, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 18.388216018676758, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 18.29850959777832, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 17.92641258239746, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 17.827831268310547, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 17.78351593017578, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 17.74350357055664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 17.67932891845703, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 17.641210556030273, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 17.678119659423828, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 17.741239547729492, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 17.781085968017578, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 17.8736572265625, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 18.255290985107422, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 18.356416702270508, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 18.443187713623047, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 18.50969696044922, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 18.550031661987305, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 18.490400314331055, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 18.4566707611084, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 18.417621612548828, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 18.32651710510254, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292502823_202722.json b/lenses/physics-objects/Scene/assets/1646688292502823_202722.json deleted file mode 100644 index b1122ff9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292502823_202722.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292502823:202722", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.880435577317844e-17, - 3.9710430428385735e-05, - 3.971043406636454e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 5.880435577317844e-17, - 3.9710430428385735e-05, - 3.971043406636454e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292502949_202729.json b/lenses/physics-objects/Scene/assets/1646688292502949_202729.json deleted file mode 100644 index a2d2730b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292502949_202729.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292502949:202729", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292503905_202742.json b/lenses/physics-objects/Scene/assets/1646688292503905_202742.json deleted file mode 100644 index dac90210..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292503905_202742.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292503905:202742", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.51051139831543, - 2.6791899861849933e-12, - -2.6789679415800682e-12 - ] - ], - [ - 0.23333333432674408, - [ - 18.449323654174805, - 5.205919029194206e-12, - -5.207279052399372e-12 - ] - ], - [ - 0.2666666805744171, - [ - 18.415428161621094, - 8.263253796492176e-12, - -8.262282351345629e-12 - ] - ], - [ - 0.30000001192092896, - [ - 18.376243591308594, - 2.0612900275551738e-11, - -2.0614066009727594e-11 - ] - ], - [ - 0.36666667461395264, - [ - 18.284954071044922, - -3.5724754317983942e-12, - 3.5733636102180943e-12 - ] - ], - [ - 0.6000000238418579, - [ - 17.907310485839844, - 8.7829717457244e-12, - -8.78347134608548e-12 - ] - ], - [ - 0.6666666865348816, - [ - 17.80716323852539, - 3.2858427350540564e-12, - -3.2855929348735158e-12 - ] - ], - [ - 0.699999988079071, - [ - 17.76207160949707, - 3.616822553259569e-13, - -3.5971160945724723e-13 - ] - ], - [ - 0.7333333492279053, - [ - 17.72128677368164, - 9.58164363823455e-12, - -9.582892639137253e-12 - ] - ], - [ - 0.7666666507720947, - [ - 17.685546875, - 1.2027823181881558e-11, - -1.2026490914252008e-11 - ] - ], - [ - 0.8333333134651184, - [ - 17.632150650024414, - 1.1781688905726506e-12, - -1.1770586675480255e-12 - ] - ], - [ - 1.0666667222976685, - [ - 17.684396743774414, - 2.0892954033513433e-11, - -2.089239892200112e-11 - ] - ], - [ - 1.100000023841858, - [ - 17.720691680908203, - 8.538891815845773e-12, - -8.539835505416704e-12 - ] - ], - [ - 1.1333333253860474, - [ - 17.762548446655273, - 8.844092125315228e-12, - -8.844480703373847e-12 - ] - ], - [ - 1.2000000476837158, - [ - 17.859752655029297, - 2.5546765224093715e-12, - -2.5555091896778404e-12 - ] - ], - [ - 1.4333332777023315, - [ - 18.259641647338867, - -2.7321480581404822e-12, - 2.7320370358380197e-12 - ] - ], - [ - 1.5, - [ - 18.363039016723633, - 6.35147403421632e-12, - -6.351807101123708e-12 - ] - ], - [ - 1.5333333015441895, - [ - 18.408676147460938, - 2.96551693791669e-12, - -2.9625193357502022e-12 - ] - ], - [ - 1.5666667222976685, - [ - 18.449140548706055, - 5.9681148911749915e-12, - -5.9681148911749915e-12 - ] - ], - [ - 1.6333333253860474, - [ - 18.511144638061523, - 3.041121174329753e-12, - -3.0446738880085533e-12 - ] - ], - [ - 1.899999976158142, - [ - 18.456161499023438, - 2.9732880654081972e-12, - -2.9718447754761845e-12 - ] - ], - [ - 1.9333332777023315, - [ - 18.41937255859375, - 3.6479669111855184e-12, - -3.6486330450002935e-12 - ] - ], - [ - 2.0, - [ - 18.332622528076172, - 6.280420628002048e-12, - -6.2803096056995855e-12 - ] - ], - [ - 2.0999999046325684, - [ - 18.18040657043457, - 8.86046791492845e-12, - -8.861134048743224e-12 - ] - ], - [ - 2.2333333492279053, - [ - 17.9665584564209, - 7.865097462200765e-12, - -7.865041951049534e-12 - ] - ], - [ - 2.299999952316284, - [ - 17.86796760559082, - 1.165112537698798e-11, - -1.164979310935843e-11 - ] - ], - [ - 2.366666555404663, - [ - 17.782638549804688, - 8.473777235451507e-12, - -8.473666213149045e-12 - ] - ], - [ - 2.4000000953674316, - [ - 17.746889114379883, - 6.653400053124869e-12, - -6.653344541973638e-12 - ] - ], - [ - 2.4666666984558105, - [ - 17.69341468811035, - 7.889688902196212e-12, - -7.889466857591287e-12 - ] - ], - [ - 2.700000047683716, - [ - 17.737407684326172, - 3.2900049871942283e-13, - -3.286813095998431e-13 - ] - ], - [ - 2.7333333492279053, - [ - 17.77105140686035, - -2.549960026118625e-12, - 2.549960026118625e-12 - ] - ], - [ - 2.7666666507720947, - [ - 17.809955596923828, - -1.8242754583428639e-13, - 1.826357126514036e-13 - ] - ], - [ - 2.8333332538604736, - [ - 17.900588989257813, - 7.169318090582966e-12, - -7.169370132287245e-12 - ] - ], - [ - 3.066666603088379, - [ - 18.273523330688477, - 4.90523767437967e-12, - -4.905515230135826e-12 - ] - ], - [ - 3.133333444595337, - [ - 18.371719360351563, - -2.1138368833106824e-12, - 2.1137536165838355e-12 - ] - ], - [ - 3.200000047683716, - [ - 18.455881118774414, - 1.3674783527761747e-11, - -1.3674839038912978e-11 - ] - ], - [ - 3.2666666507720947, - [ - 18.520166397094727, - -5.19750908978267e-13, - 5.202505093393484e-13 - ] - ], - [ - 3.3333332538604736, - [ - 18.55848503112793, - -1.7484347303309278e-12, - 1.7483792191796965e-12 - ] - ], - [ - 3.5333333015441895, - [ - 18.493396759033203, - 1.1185494804694107e-12, - -1.1181053912595607e-12 - ] - ], - [ - 3.566666603088379, - [ - 18.458759307861328, - 1.8142156613804028e-12, - -1.8145487282877903e-12 - ] - ], - [ - 3.5999999046325684, - [ - 18.418758392333984, - 1.579791636049932e-12, - -1.5794030579913132e-12 - ] - ], - [ - 3.6666667461395264, - [ - 18.325624465942383, - 8.999702025280776e-12, - -8.999840803158854e-12 - ] - ], - [ - 3.9000000953674316, - [ - 17.941965103149414, - 3.002671895846465e-12, - -3.0042678414443635e-12 - ] - ], - [ - 3.9666666984558105, - [ - 17.840389251708984, - -1.4135366054740528e-12, - 1.4137586500789778e-12 - ] - ], - [ - 4.0, - [ - 17.794597625732422, - 1.087713035960447e-12, - -1.089350614921769e-12 - ] - ], - [ - 4.0333333015441895, - [ - 17.753116607666016, - 4.263366569501326e-12, - -4.263921681013638e-12 - ] - ], - [ - 4.066666603088379, - [ - 17.71668815612793, - -1.266209359584991e-13, - 1.247890679678676e-13 - ] - ], - [ - 4.133333206176758, - [ - 17.66193199157715, - 1.972466634470038e-11, - -1.9725332478515156e-11 - ] - ], - [ - 4.366666793823242, - [ - 17.709535598754883, - -8.623663848988938e-13, - 8.624218960501251e-13 - ] - ], - [ - 4.400000095367432, - [ - 17.745174407958984, - 4.093021060969093e-12, - -4.092521460608012e-12 - ] - ], - [ - 4.433333396911621, - [ - 17.786376953125, - 1.1453227255486809e-11, - -1.1453504811242965e-11 - ] - ], - [ - 4.5, - [ - 17.882129669189453, - 6.0654259392833865e-12, - -6.066702695761705e-12 - ] - ], - [ - 4.733333110809326, - [ - 18.269887924194336, - 6.070477454045431e-12, - -6.069811320230656e-12 - ] - ], - [ - 4.800000190734863, - [ - 18.368267059326172, - 2.4289812782657405e-12, - -2.4300915012903657e-12 - ] - ], - [ - 4.833333492279053, - [ - 18.411231994628906, - 1.1634915253466716e-11, - -1.163469320886179e-11 - ] - ], - [ - 4.866666793823242, - [ - 18.44894027709961, - -1.5373251716771508e-12, - 1.5369921047697632e-12 - ] - ], - [ - 4.933333396911621, - [ - 18.50516128540039, - -1.996069975973569e-12, - 1.9952928198563313e-12 - ] - ], - [ - 5.166666507720947, - [ - 18.45978546142578, - 1.5148776330575764e-12, - -1.5134343431255637e-12 - ] - ], - [ - 5.199999809265137, - [ - 18.42525291442871, - 8.258282946371764e-12, - -8.259171124791465e-12 - ] - ], - [ - 5.233333110809326, - [ - 18.385421752929688, - 2.7094992915976945e-12, - -2.709388269295232e-12 - ] - ], - [ - 5.300000190734863, - [ - 18.29282569885254, - -8.466562954195789e-13, - 8.459901616048038e-13 - ] - ], - [ - 5.5333333015441895, - [ - 17.9105224609375, - -2.7203788267177176e-12, - 2.71960167060048e-12 - ] - ], - [ - 5.599999904632568, - [ - 17.809053421020508, - 2.8529962680517995e-12, - -2.853939957622731e-12 - ] - ], - [ - 5.633333206176758, - [ - 17.763307571411133, - 4.171203313307892e-12, - -4.170204112585729e-12 - ] - ], - [ - 5.666666507720947, - [ - 17.721872329711914, - 1.3800257811502625e-11, - -1.38000357668977e-11 - ] - ], - [ - 5.699999809265137, - [ - 17.685489654541016, - 1.935562821131498e-11, - -1.935474003289528e-11 - ] - ], - [ - 5.766666889190674, - [ - 17.63083267211914, - 1.029310057326649e-11, - -1.029354466247634e-11 - ] - ], - [ - 6.0, - [ - 17.671783447265625, - 3.3366642782084455e-12, - -3.3366642782084455e-12 - ] - ], - [ - 6.0333333015441895, - [ - 17.705156326293945, - -2.346144925471222e-13, - 2.348087815764316e-13 - ] - ], - [ - 6.066666603088379, - [ - 17.743837356567383, - -3.360007367822493e-12, - 3.3597575676419522e-12 - ] - ], - [ - 6.133333206176758, - [ - 17.83417510986328, - 8.65220742274353e-12, - -8.652287220023425e-12 - ] - ], - [ - 6.400000095367432, - [ - 18.260404586791992, - 8.645624147152198e-12, - -8.645624147152198e-12 - ] - ], - [ - 6.4666666984558105, - [ - 18.35369300842285, - 3.807565374103206e-12, - -3.807842929859362e-12 - ] - ], - [ - 6.5, - [ - 18.3942928314209, - 1.0286194639108626e-13, - -1.0380563596201764e-13 - ] - ], - [ - 6.566666603088379, - [ - 18.459714889526367, - 9.137420854676837e-12, - -9.136921254315755e-12 - ] - ], - [ - 6.633333206176758, - [ - 18.499189376831055, - 8.520294712821563e-12, - -8.520516757426488e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292504056_202749.json b/lenses/physics-objects/Scene/assets/1646688292504056_202749.json deleted file mode 100644 index e38211ea..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292504056_202749.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292504056:202749", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.145401378259424e-17, - -3.888584615197033e-05, - -3.888584615197033e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -1.145401378259424e-17, - -3.888584615197033e-05, - -3.888584615197033e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292504189_202756.json b/lenses/physics-objects/Scene/assets/1646688292504189_202756.json deleted file mode 100644 index 595869f9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292504189_202756.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292504189:202756", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292505074_202769.json b/lenses/physics-objects/Scene/assets/1646688292505074_202769.json deleted file mode 100644 index 0006ecf5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292505074_202769.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292505074:202769", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 17.896520614624023, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 17.79678726196289, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 17.751941680908203, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 17.7114315032959, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 17.675989151000977, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 17.62326431274414, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 17.678565979003906, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 17.715377807617188, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 17.75777244567871, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 17.855960845947266, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 18.252674102783203, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 18.35362434387207, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 18.397857666015625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 18.436817169189453, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 18.495573043823242, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 18.426612854003906, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 18.388216018676758, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 18.29850959777832, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 17.92641258239746, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 17.827831268310547, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 17.783517837524414, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 17.74350357055664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 17.679330825805664, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 17.641210556030273, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 17.678119659423828, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 17.741239547729492, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 17.781085968017578, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 17.8736572265625, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 18.255290985107422, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 18.356416702270508, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 18.44318962097168, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 18.50969696044922, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 18.550031661987305, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 18.490400314331055, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 18.4566707611084, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 18.417621612548828, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 18.32651710510254, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292505227_202776.json b/lenses/physics-objects/Scene/assets/1646688292505227_202776.json deleted file mode 100644 index 1ad98135..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292505227_202776.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292505227:202776", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.3708454010257501e-16, - -3.898736395058222e-05, - -3.898736395058222e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 1.3708454010257501e-16, - -3.898736395058222e-05, - -3.898736395058222e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292505359_202783.json b/lenses/physics-objects/Scene/assets/1646688292505359_202783.json deleted file mode 100644 index 73efb47b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292505359_202783.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292505359:202783", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292506231_202796.json b/lenses/physics-objects/Scene/assets/1646688292506231_202796.json deleted file mode 100644 index 9fb83b53..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292506231_202796.json +++ /dev/null @@ -1,306 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292506231:202796", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.131792068481445, - -1.2418952585052656e-12, - 1.2412291246904905e-12 - ] - ], - [ - 0.10000000149011612, - [ - 20.164026260375977, - -1.2529866033617054e-11, - 1.2529532966709667e-11 - ] - ], - [ - 0.46666666865348816, - [ - 20.427291870117188, - -7.512478486515484e-12, - 7.512977219514827e-12 - ] - ], - [ - 0.5666666626930237, - [ - 20.48505401611328, - -1.0903224937491851e-12, - 1.0911274054420383e-12 - ] - ], - [ - 0.699999988079071, - [ - 20.53164291381836, - -1.3174682698957607e-11, - 1.3170574873766494e-11 - ] - ], - [ - 0.9666666388511658, - [ - 20.463794708251953, - -5.172973160938454e-12, - 5.17541565159263e-12 - ] - ], - [ - 1.2666666507720947, - [ - 20.232187271118164, - 1.8112178423734804e-12, - -1.8118839761882555e-12 - ] - ], - [ - 1.3666666746139526, - [ - 20.172531127929688, - -1.3666847601540022e-12, - 1.3677949831786274e-12 - ] - ], - [ - 1.5, - [ - 20.128013610839844, - -1.5667460818297174e-12, - 1.570298795508518e-12 - ] - ], - [ - 1.7000000476837158, - [ - 20.169958114624023, - -1.6308510097928774e-11, - 1.6307843964114e-11 - ] - ], - [ - 1.7999999523162842, - [ - 20.24068260192871, - -4.991787365404843e-12, - 4.993341677639318e-12 - ] - ], - [ - 2.066666603088379, - [ - 20.456768035888672, - -6.567867777418357e-12, - 6.568533911233132e-12 - ] - ], - [ - 2.1666667461395264, - [ - 20.524370193481445, - -9.225176178517813e-12, - 9.22417697779565e-12 - ] - ], - [ - 2.299999952316284, - [ - 20.58479881286621, - 1.1845992936576621e-13, - -1.2034730850762898e-13 - ] - ], - [ - 2.566666603088379, - [ - 20.547571182250977, - -5.310307749084586e-12, - 5.309308548362424e-12 - ] - ], - [ - 2.9666666984558105, - [ - 20.259449005126953, - -9.586526017457686e-12, - 9.586331728428377e-12 - ] - ], - [ - 3.066666603088379, - [ - 20.204513549804688, - -1.329603311131522e-12, - 1.329159221921672e-12 - ] - ], - [ - 3.4000000953674316, - [ - 20.21074676513672, - -2.0444756998472258e-11, - 2.0446311310706733e-11 - ] - ], - [ - 3.7666666507720947, - [ - 20.46508026123047, - -9.649381120524492e-12, - 9.64938198788623e-12 - ] - ], - [ - 3.866666555404663, - [ - 20.520435333251953, - -1.880307021195904e-11, - 1.880451350189105e-11 - ] - ], - [ - 4.0, - [ - 20.564167022705078, - -6.090793668034333e-12, - 6.092903091781121e-12 - ] - ], - [ - 4.199999809265137, - [ - 20.53268051147461, - -2.8562709922935747e-12, - 2.855937925386187e-12 - ] - ], - [ - 4.266666889190674, - [ - 20.490907669067383, - -1.6221579635100625e-11, - 1.6219470211353837e-11 - ] - ], - [ - 4.566666603088379, - [ - 20.252180099487305, - -7.660309019053013e-12, - 7.659642885238238e-12 - ] - ], - [ - 4.666666507720947, - [ - 20.18722915649414, - -9.662937117127512e-12, - 9.663381206337363e-12 - ] - ], - [ - 4.800000190734863, - [ - 20.133241653442383, - -1.8451906669270102e-13, - 1.8740564655672642e-13 - ] - ], - [ - 5.0, - [ - 20.15787696838379, - -1.2668532889392736e-11, - 1.2671641513861687e-11 - ] - ], - [ - 5.099999904632568, - [ - 20.21916389465332, - -1.4344525567366873e-11, - 1.4344969656576723e-11 - ] - ], - [ - 5.400000095367432, - [ - 20.43317222595215, - -8.536948925552679e-12, - 8.536282791737904e-12 - ] - ], - [ - 5.5, - [ - 20.48893165588379, - -1.9346968471722903e-11, - 1.9345858248698278e-11 - ] - ], - [ - 5.633333206176758, - [ - 20.53287696838379, - -1.187272285693708e-12, - 1.1861620626690828e-12 - ] - ], - [ - 5.833333492279053, - [ - 20.501953125, - -5.379086065460115e-12, - 5.378364420494108e-12 - ] - ], - [ - 5.933333396911621, - [ - 20.43875503540039, - -8.657741190631896e-12, - 8.658407324446671e-12 - ] - ], - [ - 6.233333110809326, - [ - 20.214702606201172, - -3.661240147861955e-13, - 3.656521700007298e-13 - ] - ], - [ - 6.333333492279053, - [ - 20.155879974365234, - -9.632683539706477e-12, - 9.633183140067558e-12 - ] - ], - [ - 6.4666666984558105, - [ - 20.10825538635254, - -6.410543970658544e-12, - 6.411321126775782e-12 - ] - ], - [ - 6.633333206176758, - [ - 20.12047004699707, - -9.00834962180852e-12, - 9.00657326496912e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292506378_202803.json b/lenses/physics-objects/Scene/assets/1646688292506378_202803.json deleted file mode 100644 index 9aedbeae..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292506378_202803.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292506378:202803", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.730356409976372e-17, - 3.834201561403461e-05, - 3.834201561403461e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 4.730356409976372e-17, - 3.834201561403461e-05, - 3.834201561403461e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292506512_202810.json b/lenses/physics-objects/Scene/assets/1646688292506512_202810.json deleted file mode 100644 index 9b19f670..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292506512_202810.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292506512:202810", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292507394_202823.json b/lenses/physics-objects/Scene/assets/1646688292507394_202823.json deleted file mode 100644 index c9ade029..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292507394_202823.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292507394:202823", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 20.45611572265625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 20.501848220825195, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 20.45065689086914, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 20.21571922302246, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 20.151884078979492, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 20.099140167236328, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 20.125133514404297, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 20.187198638916016, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 20.403902053833008, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 20.460617065429688, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 20.505821228027344, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 20.47667121887207, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 20.414264678955078, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 20.191986083984375, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 20.13348960876465, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 20.08603858947754, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 20.11217498779297, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 20.173267364501953, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292507544_202830.json b/lenses/physics-objects/Scene/assets/1646688292507544_202830.json deleted file mode 100644 index cf19c20a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292507544_202830.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292507544:202830", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -4.4994694560613854e-17, - 3.826429747277871e-05, - 3.826429747277871e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -4.4994694560613854e-17, - 3.826429747277871e-05, - 3.826429747277871e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292507699_202837.json b/lenses/physics-objects/Scene/assets/1646688292507699_202837.json deleted file mode 100644 index 82c57864..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292507699_202837.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292507699:202837", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292508602_202850.json b/lenses/physics-objects/Scene/assets/1646688292508602_202850.json deleted file mode 100644 index a8edd202..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292508602_202850.json +++ /dev/null @@ -1,306 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292508602:202850", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.131790161132813, - 6.4994667633988534e-12, - -6.5005769864234786e-12 - ] - ], - [ - 0.10000000149011612, - [ - 20.164024353027344, - 6.639687497728142e-12, - -6.640464653845379e-12 - ] - ], - [ - 0.46666666865348816, - [ - 20.427291870117188, - 4.9384853845202414e-12, - -4.939212233656676e-12 - ] - ], - [ - 0.5666666626930237, - [ - 20.48505401611328, - 9.273999103387442e-12, - -9.273471747450746e-12 - ] - ], - [ - 0.699999988079071, - [ - 20.53164291381836, - 7.434055107613524e-12, - -7.432278750774124e-12 - ] - ], - [ - 0.9666666388511658, - [ - 20.463794708251953, - 2.0468080355606766e-12, - -2.0481403031902268e-12 - ] - ], - [ - 1.2666666507720947, - [ - 20.232187271118164, - 9.188197078180416e-13, - -9.183756186081915e-13 - ] - ], - [ - 1.3666666746139526, - [ - 20.172531127929688, - 7.158496018178084e-12, - -7.1596062412027095e-12 - ] - ], - [ - 1.5, - [ - 20.128013610839844, - 1.1685761733271072e-11, - -1.1689314446949872e-11 - ] - ], - [ - 1.7000000476837158, - [ - 20.16995620727539, - 7.540411003925662e-12, - -7.540633048530587e-12 - ] - ], - [ - 1.7999999523162842, - [ - 20.24068260192871, - 2.032574109023244e-11, - -2.0325963134837366e-11 - ] - ], - [ - 2.066666603088379, - [ - 20.456768035888672, - 6.611602758332946e-12, - -6.612490936752646e-12 - ] - ], - [ - 2.1666667461395264, - [ - 20.524370193481445, - 1.5976997502775703e-11, - -1.5979217948824953e-11 - ] - ], - [ - 2.299999952316284, - [ - 20.58479881286621, - 1.5643488240901782e-11, - -1.5644376419321482e-11 - ] - ], - [ - 2.566666603088379, - [ - 20.547571182250977, - 4.750537203196403e-12, - -4.749982091684091e-12 - ] - ], - [ - 2.9666666984558105, - [ - 20.259449005126953, - 1.0347423438916703e-11, - -1.034750670564355e-11 - ] - ], - [ - 3.066666603088379, - [ - 20.204513549804688, - 1.1142809765163353e-11, - -1.1142199142499809e-11 - ] - ], - [ - 3.4000000953674316, - [ - 20.21074676513672, - 1.5395127880846182e-11, - -1.5397903438407745e-11 - ] - ], - [ - 3.7666666507720947, - [ - 20.46508026123047, - 1.476503988517841e-11, - -1.4766046024794477e-11 - ] - ], - [ - 3.866666555404663, - [ - 20.520435333251953, - 1.5233342365306157e-11, - -1.523503545541871e-11 - ] - ], - [ - 4.0, - [ - 20.564167022705078, - 6.377453252992549e-12, - -6.381116988973812e-12 - ] - ], - [ - 4.199999809265137, - [ - 20.53268051147461, - 7.772894307367384e-12, - -7.771562039737834e-12 - ] - ], - [ - 4.266666889190674, - [ - 20.490907669067383, - 2.1468160582571727e-11, - -2.1467272404152027e-11 - ] - ], - [ - 4.566666603088379, - [ - 20.252180099487305, - 1.5478729409323932e-11, - -1.5479173498533783e-11 - ] - ], - [ - 4.666666507720947, - [ - 20.18722915649414, - 8.037760561296903e-12, - -8.035318070642727e-12 - ] - ], - [ - 4.800000190734863, - [ - 20.133241653442383, - 6.887380422926359e-12, - -6.887824512136209e-12 - ] - ], - [ - 5.0, - [ - 20.15787696838379, - 4.810819277667466e-12, - -4.8121515452970165e-12 - ] - ], - [ - 5.099999904632568, - [ - 20.219161987304688, - 1.1183515918888887e-11, - -1.1183071829679037e-11 - ] - ], - [ - 5.400000095367432, - [ - 20.43317222595215, - 1.4408465739967902e-12, - -1.439736350972165e-12 - ] - ], - [ - 5.5, - [ - 20.48893165588379, - 5.430321990684828e-12, - -5.432986525943928e-12 - ] - ], - [ - 5.633333206176758, - [ - 20.53287696838379, - 3.836485816532953e-12, - -3.836041727323103e-12 - ] - ], - [ - 5.833333492279053, - [ - 20.501953125, - 1.155031539162854e-11, - -1.155120357004824e-11 - ] - ], - [ - 5.933333396911621, - [ - 20.43875503540039, - 6.242334340406108e-12, - -6.243000474220883e-12 - ] - ], - [ - 6.233333110809326, - [ - 20.214702606201172, - 9.540178542988276e-12, - -9.540234054139507e-12 - ] - ], - [ - 6.333333492279053, - [ - 20.155879974365234, - 3.607224761947858e-12, - -3.609334185694646e-12 - ] - ], - [ - 6.4666666984558105, - [ - 20.10825538635254, - 1.0371486655613715e-11, - -1.037126461100879e-11 - ] - ], - [ - 6.633333206176758, - [ - 20.12047004699707, - 8.419707639428786e-12, - -8.419929684033711e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292508757_202857.json b/lenses/physics-objects/Scene/assets/1646688292508757_202857.json deleted file mode 100644 index 9929f9e4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292508757_202857.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292508757:202857", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -3.675275084269458e-10, - -1.9171007807017304e-05, - -1.9171007807017304e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -3.675275084269458e-10, - -1.9171007807017304e-05, - -1.9171007807017304e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292508898_202864.json b/lenses/physics-objects/Scene/assets/1646688292508898_202864.json deleted file mode 100644 index c696193e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292508898_202864.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292508898:202864", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292509971_202877.json b/lenses/physics-objects/Scene/assets/1646688292509971_202877.json deleted file mode 100644 index a47a53c5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292509971_202877.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292509971:202877", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 20.45611572265625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 20.501848220825195, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 20.45065689086914, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 20.215717315673828, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 20.151884078979492, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 20.099140167236328, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 20.125133514404297, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 20.187198638916016, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 20.403902053833008, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 20.460617065429688, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 20.505821228027344, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 20.47667121887207, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 20.414264678955078, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 20.191986083984375, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 20.13348960876465, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 20.08603858947754, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 20.11217498779297, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 20.173267364501953, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292510206_202884.json b/lenses/physics-objects/Scene/assets/1646688292510206_202884.json deleted file mode 100644 index 171c5588..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292510206_202884.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292510206:202884", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -3.660390879289821e-10, - -1.9132148736389354e-05, - -1.9132148736389354e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -3.660390879289821e-10, - -1.9132148736389354e-05, - -1.9132148736389354e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292510356_202891.json b/lenses/physics-objects/Scene/assets/1646688292510356_202891.json deleted file mode 100644 index b7029f4a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292510356_202891.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292510356:202891", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292511280_202904.json b/lenses/physics-objects/Scene/assets/1646688292511280_202904.json deleted file mode 100644 index 216bd58b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292511280_202904.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292511280:202904", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -6.451490879058838, - -0.0002543802256695926, - 0.0002543802256695926 - ] - ], - [ - 6.633333206176758, - [ - -6.451490879058838, - -0.00025453194393776357, - 0.00025453194393776357 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292511426_202911.json b/lenses/physics-objects/Scene/assets/1646688292511426_202911.json deleted file mode 100644 index f021acdd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292511426_202911.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292511426:202911", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.3940772078058217e-05, - 1.3940222743258346e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 0.3333333432674408, - [ - -1.3990157640364487e-05, - 1.3989603758091107e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 0.5333333611488342, - [ - -1.4130950148683041e-05, - 1.413038535247324e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 0.6666666865348816, - [ - -1.4234047739591915e-05, - 1.4233474757929798e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 0.7666666507720947, - [ - -1.4299484064395074e-05, - 1.4298905625764746e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 1.2000000476837158, - [ - -1.425652408215683e-05, - 1.4255949281505309e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 1.3666666746139526, - [ - -1.4123869732429739e-05, - 1.4123304936219938e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 1.5, - [ - -1.4018289220985025e-05, - 1.4017733519722242e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 1.600000023841858, - [ - -1.3955059330328368e-05, - 1.3954509086033795e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 2.0333333015441895, - [ - -1.3994628716318402e-05, - 1.3994074834045023e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 2.200000047683716, - [ - -1.4113312317931559e-05, - 1.411274843121646e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 2.366666555404663, - [ - -1.423235244146781e-05, - 1.4231779459805693e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 2.5, - [ - -1.4295323126134463e-05, - 1.4294745596998837e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 2.7666666507720947, - [ - -1.4258012924983632e-05, - 1.4257438124332111e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 2.9666666984558105, - [ - -1.4123128494247794e-05, - 1.4122563698037993e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 3.0999999046325684, - [ - -1.4025197742739692e-05, - 1.4024641131982207e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 3.200000047683716, - [ - -1.3961789591121487e-05, - 1.3961238437332213e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 3.700000047683716, - [ - -1.4002099305798765e-05, - 1.4001545423525386e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 3.866666555404663, - [ - -1.4130484487395734e-05, - 1.4129919691185933e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 4.0, - [ - -1.4232645298761781e-05, - 1.4232072317099664e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 4.099999904632568, - [ - -1.4293311323854141e-05, - 1.4292733794718515e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 4.4666666984558105, - [ - -1.4261225260270294e-05, - 1.4260650459618773e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 4.633333206176758, - [ - -1.4139036466076504e-05, - 1.4138470760372002e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 4.800000190734863, - [ - -1.4014410226081964e-05, - 1.401385452481918e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 4.900000095367432, - [ - -1.3957301234768238e-05, - 1.3956750080978964e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 5.300000190734863, - [ - -1.400407654728042e-05, - 1.4003521755512338e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 5.4666666984558105, - [ - -1.4127518625173252e-05, - 1.4126954738458153e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 5.599999904632568, - [ - -1.4232598914531991e-05, - 1.4232025932869874e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 5.699999809265137, - [ - -1.4299530448624864e-05, - 1.4298952009994537e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 6.166666507720947, - [ - -1.424706442776369e-05, - 1.424649053660687e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 6.333333492279053, - [ - -1.4122036191110965e-05, - 1.4121472304395866e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 6.5, - [ - -1.4007289792061783e-05, - 1.4006734090799e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 6.599999904632568, - [ - -1.3959640455141198e-05, - 1.3959089301351923e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 6.633333206176758, - [ - -1.3949088497611228e-05, - 1.3948538253316656e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292511565_202918.json b/lenses/physics-objects/Scene/assets/1646688292511565_202918.json deleted file mode 100644 index c84e46ad..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292511565_202918.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292511565:202918", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292512467_202931.json b/lenses/physics-objects/Scene/assets/1646688292512467_202931.json deleted file mode 100644 index 2518ae18..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292512467_202931.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292512467:202931", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -6.451490879058838, - -0.00025619150255806744, - 0.00025619150255806744 - ] - ], - [ - 3.366666555404663, - [ - -6.451490879058838, - -0.00025619150255806744, - 0.00025619150255806744 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292512613_202938.json b/lenses/physics-objects/Scene/assets/1646688292512613_202938.json deleted file mode 100644 index d84cd508..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292512613_202938.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292512613:202938", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.4040036148799118e-05, - 1.4039478628546931e-05, - -0.7070927619934082, - 0.7071208357810974 - ] - ], - [ - 1.0, - [ - -1.4040036148799118e-05, - 1.4039478628546931e-05, - -0.7070927619934082, - 0.7071208357810974 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292512748_202945.json b/lenses/physics-objects/Scene/assets/1646688292512748_202945.json deleted file mode 100644 index e73ea6ac..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292512748_202945.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292512748:202945", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292513629_202958.json b/lenses/physics-objects/Scene/assets/1646688292513629_202958.json deleted file mode 100644 index 7684a546..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292513629_202958.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292513629:202958", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292513773_202965.json b/lenses/physics-objects/Scene/assets/1646688292513773_202965.json deleted file mode 100644 index 0e3e4fe2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292513773_202965.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292513773:202965", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292513913_202972.json b/lenses/physics-objects/Scene/assets/1646688292513913_202972.json deleted file mode 100644 index 9ce4a6e8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292513913_202972.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292513913:202972", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292514805_202985.json b/lenses/physics-objects/Scene/assets/1646688292514805_202985.json deleted file mode 100644 index af2e30ce..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292514805_202985.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292514805:202985", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292514955_202992.json b/lenses/physics-objects/Scene/assets/1646688292514955_202992.json deleted file mode 100644 index e93af4a4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292514955_202992.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292514955:202992", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292515099_202999.json b/lenses/physics-objects/Scene/assets/1646688292515099_202999.json deleted file mode 100644 index f9132087..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292515099_202999.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292515099:202999", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292516065_203012.json b/lenses/physics-objects/Scene/assets/1646688292516065_203012.json deleted file mode 100644 index f400b737..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292516065_203012.json +++ /dev/null @@ -1,1386 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292516065:203012", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -4.755862712860107, - 85.6613540649414, - 1.7854092121124268 - ] - ], - [ - 0.03333333507180214, - [ - -4.755862712860107, - 85.6613540649414, - 1.7854092121124268 - ] - ], - [ - 0.06666667014360428, - [ - -4.904237270355225, - 85.7098388671875, - 1.4469034671783447 - ] - ], - [ - 0.10000000149011612, - [ - -5.10866117477417, - 85.72898864746094, - 1.0742511749267578 - ] - ], - [ - 0.13333334028720856, - [ - -5.319235801696777, - 85.72237396240234, - 0.6749869585037231 - ] - ], - [ - 0.1666666716337204, - [ - -5.52792501449585, - 85.6903305053711, - 0.2545759975910187 - ] - ], - [ - 0.20000000298023224, - [ - -5.731796741485596, - 85.63298034667969, - -0.18283212184906006 - ] - ], - [ - 0.23333333432674408, - [ - -5.929436683654785, - 85.55075073242188, - -0.6339464783668518 - ] - ], - [ - 0.2666666805744171, - [ - -6.120124340057373, - 85.4454345703125, - -1.09602689743042 - ] - ], - [ - 0.30000001192092896, - [ - -6.303413391113281, - 85.31919860839844, - -1.5667672157287598 - ] - ], - [ - 0.36666667461395264, - [ - -6.646450042724609, - 85.01290130615234, - -2.526542901992798 - ] - ], - [ - 0.4333333373069763, - [ - -6.955903053283691, - 84.6501235961914, - -3.499892234802246 - ] - ], - [ - 0.5, - [ - -7.228512763977051, - 84.24968719482422, - -4.4755024909973145 - ] - ], - [ - 0.5666666626930237, - [ - -7.459604263305664, - 83.83085632324219, - -5.4430952072143555 - ] - ], - [ - 0.6333333253860474, - [ - -7.642200469970703, - 83.41331481933594, - -6.392881870269775 - ] - ], - [ - 0.6666666865348816, - [ - -7.712177753448486, - 83.21128845214844, - -6.85811185836792 - ] - ], - [ - 0.699999988079071, - [ - -7.765621185302734, - 83.01726531982422, - -7.315332412719727 - ] - ], - [ - 0.7333333492279053, - [ - -7.800194263458252, - 82.83383178710938, - -7.763392925262451 - ] - ], - [ - 0.7666666507720947, - [ - -7.8128662109375, - 82.66375732421875, - -8.201163291931152 - ] - ], - [ - 0.800000011920929, - [ - -7.799612998962402, - 82.5099105834961, - -8.627549171447754 - ] - ], - [ - 0.8333333134651184, - [ - -7.755367279052734, - 82.37339782714844, - -9.043298721313477 - ] - ], - [ - 0.8666666746139526, - [ - -7.67264461517334, - 82.2553482055664, - -9.44955062866211 - ] - ], - [ - 0.8999999761581421, - [ - -7.549276828765869, - 82.15792846679688, - -9.845833778381348 - ] - ], - [ - 0.9333333373069763, - [ - -7.3915252685546875, - 82.08220672607422, - -10.231693267822266 - ] - ], - [ - 0.9666666388511658, - [ - -7.201464653015137, - 82.02975463867188, - -10.606677055358887 - ] - ], - [ - 1.0, - [ - -6.981146335601807, - 82.00212860107422, - -10.970338821411133 - ] - ], - [ - 1.0333333015441895, - [ - -6.732177257537842, - 82.0121078491211, - -11.321107864379883 - ] - ], - [ - 1.0666667222976685, - [ - -6.456307888031006, - 82.06983184814453, - -11.657716751098633 - ] - ], - [ - 1.100000023841858, - [ - -6.155620098114014, - 82.17140197753906, - -11.979990005493164 - ] - ], - [ - 1.1333333253860474, - [ - -5.832086563110352, - 82.31207275390625, - -12.287628173828125 - ] - ], - [ - 1.1666666269302368, - [ - -5.487688064575195, - 82.48712921142578, - -12.580248832702637 - ] - ], - [ - 1.2000000476837158, - [ - -5.124021530151367, - 82.69306945800781, - -12.85702896118164 - ] - ], - [ - 1.2333333492279053, - [ - -4.7426910400390625, - 82.9263687133789, - -13.117177963256836 - ] - ], - [ - 1.2666666507720947, - [ - -4.345690727233887, - 83.18228149414063, - -13.360254287719727 - ] - ], - [ - 1.2999999523162842, - [ - -3.935025215148926, - 83.45613098144531, - -13.585710525512695 - ] - ], - [ - 1.3333333730697632, - [ - -3.5127100944519043, - 83.7432861328125, - -13.792879104614258 - ] - ], - [ - 1.3666666746139526, - [ - -3.080796718597412, - 84.03914642333984, - -13.980950355529785 - ] - ], - [ - 1.399999976158142, - [ - -2.6413559913635254, - 84.33917999267578, - -14.148940086364746 - ] - ], - [ - 1.4333332777023315, - [ - -2.1965034008026123, - 84.638916015625, - -14.295692443847656 - ] - ], - [ - 1.4666666984558105, - [ - -1.7483973503112793, - 84.93392944335938, - -14.419828414916992 - ] - ], - [ - 1.5, - [ - -1.2992641925811768, - 85.21985626220703, - -14.519730567932129 - ] - ], - [ - 1.5333333015441895, - [ - -0.8513883948326111, - 85.49239349365234, - -14.593514442443848 - ] - ], - [ - 1.5666667222976685, - [ - -0.40713396668434143, - 85.747314453125, - -14.638991355895996 - ] - ], - [ - 1.600000023841858, - [ - 0.031033646315336227, - 85.98042297363281, - -14.653623580932617 - ] - ], - [ - 1.6333333253860474, - [ - 0.4619861841201782, - 86.18685150146484, - -14.640044212341309 - ] - ], - [ - 1.6666666269302368, - [ - 0.8852459192276001, - 86.36132049560547, - -14.603527069091797 - ] - ], - [ - 1.7000000476837158, - [ - 1.2992087602615356, - 86.49913024902344, - -14.5451021194458 - ] - ], - [ - 1.7333333492279053, - [ - 1.702196717262268, - 86.59559631347656, - -14.465665817260742 - ] - ], - [ - 1.7666666507720947, - [ - 2.0926144123077393, - 86.65338134765625, - -14.3656005859375 - ] - ], - [ - 1.7999999523162842, - [ - 2.468867301940918, - 86.67868041992188, - -14.245118141174316 - ] - ], - [ - 1.8333333730697632, - [ - 2.8292109966278076, - 86.67208862304688, - -14.10474967956543 - ] - ], - [ - 1.8666666746139526, - [ - 3.171865701675415, - 86.6351089477539, - -13.945138931274414 - ] - ], - [ - 1.899999976158142, - [ - 3.49507737159729, - 86.57064056396484, - -13.767108917236328 - ] - ], - [ - 1.9333332777023315, - [ - 3.7970919609069824, - 86.48141479492188, - -13.571455001831055 - ] - ], - [ - 1.9666666984558105, - [ - 4.075996398925781, - 86.37024688720703, - -13.358946800231934 - ] - ], - [ - 2.0, - [ - 4.329737186431885, - 86.23992919921875, - -13.13034439086914 - ] - ], - [ - 2.0333333015441895, - [ - 4.556384086608887, - 86.09325408935547, - -12.886414527893066 - ] - ], - [ - 2.066666603088379, - [ - 4.7540283203125, - 85.93299865722656, - -12.627927780151367 - ] - ], - [ - 2.0999999046325684, - [ - 4.920785427093506, - 85.76193237304688, - -12.355656623840332 - ] - ], - [ - 2.133333444595337, - [ - 5.054800510406494, - 85.58280944824219, - -12.070368766784668 - ] - ], - [ - 2.1666667461395264, - [ - 5.154233455657959, - 85.39836120605469, - -11.772838592529297 - ] - ], - [ - 2.200000047683716, - [ - 5.217282772064209, - 85.21129608154297, - -11.463834762573242 - ] - ], - [ - 2.2333333492279053, - [ - 5.242161273956299, - 85.0242919921875, - -11.144122123718262 - ] - ], - [ - 2.2666666507720947, - [ - 5.227104187011719, - 84.8399658203125, - -10.81445598602295 - ] - ], - [ - 2.299999952316284, - [ - 5.170363426208496, - 84.660888671875, - -10.4755859375 - ] - ], - [ - 2.3333332538604736, - [ - 5.071597576141357, - 84.48951721191406, - -10.128244400024414 - ] - ], - [ - 2.366666555404663, - [ - 4.935534477233887, - 84.32804107666016, - -9.773149490356445 - ] - ], - [ - 2.4000000953674316, - [ - 4.76762580871582, - 84.17980194091797, - -9.4107084274292 - ] - ], - [ - 2.433333396911621, - [ - 4.572404861450195, - 84.04830169677734, - -9.04123592376709 - ] - ], - [ - 2.4666666984558105, - [ - 4.353184700012207, - 83.9359130859375, - -8.665254592895508 - ] - ], - [ - 2.5, - [ - 4.112750053405762, - 83.84504699707031, - -8.283276557922363 - ] - ], - [ - 2.5333333015441895, - [ - 3.853469133377075, - 83.77815246582031, - -7.8957977294921875 - ] - ], - [ - 2.566666603088379, - [ - 3.5773847103118896, - 83.73770141601563, - -7.503300189971924 - ] - ], - [ - 2.5999999046325684, - [ - 3.2862746715545654, - 83.72621154785156, - -7.10624885559082 - ] - ], - [ - 2.633333444595337, - [ - 2.9815709590911865, - 83.74321746826172, - -6.70507287979126 - ] - ], - [ - 2.6666667461395264, - [ - 2.6644232273101807, - 83.78585815429688, - -6.300172805786133 - ] - ], - [ - 2.700000047683716, - [ - 2.335878372192383, - 83.85279846191406, - -5.891903877258301 - ] - ], - [ - 2.7333333492279053, - [ - 1.9968618154525757, - 83.94140625, - -5.480585098266602 - ] - ], - [ - 2.799999952316284, - [ - 1.2907437086105347, - 84.17190551757813, - -4.6501264572143555 - ] - ], - [ - 2.866666555404663, - [ - 0.5523702502250671, - 84.45417022705078, - -3.8117659091949463 - ] - ], - [ - 3.0333333015441895, - [ - -1.395086407661438, - 85.23097229003906, - -1.707685947418213 - ] - ], - [ - 3.133333444595337, - [ - -2.593075752258301, - 85.65486145019531, - -0.4582994878292084 - ] - ], - [ - 3.200000047683716, - [ - -3.366924285888672, - 85.8827896118164, - 0.35290154814720154 - ] - ], - [ - 3.2333333492279053, - [ - -3.7315421104431152, - 85.97047424316406, - 0.7464730143547058 - ] - ], - [ - 3.2666666507720947, - [ - -4.069517612457275, - 86.03630065917969, - 1.1293278932571411 - ] - ], - [ - 3.299999952316284, - [ - -4.363977432250977, - 86.07810974121094, - 1.4992393255233765 - ] - ], - [ - 3.3333332538604736, - [ - -4.577922821044922, - 86.09571075439453, - 1.8536542654037476 - ] - ], - [ - 3.366666555404663, - [ - -4.728652000427246, - 86.13921356201172, - 1.514114260673523 - ] - ], - [ - 3.4000000953674316, - [ - -4.935729026794434, - 86.1533203125, - 1.141149640083313 - ] - ], - [ - 3.433333396911621, - [ - -5.149139881134033, - 86.14153289794922, - 0.7422255277633667 - ] - ], - [ - 3.4666666984558105, - [ - -5.360839366912842, - 86.1041259765625, - 0.32272791862487793 - ] - ], - [ - 3.5, - [ - -5.567899227142334, - 86.04114532470703, - -0.11327540129423141 - ] - ], - [ - 3.5333333015441895, - [ - -5.7689127922058105, - 85.95295715332031, - -0.5625762939453125 - ] - ], - [ - 3.566666603088379, - [ - -5.963166236877441, - 85.84127807617188, - -1.0225200653076172 - ] - ], - [ - 3.5999999046325684, - [ - -6.150286674499512, - 85.70803833007813, - -1.490915298461914 - ] - ], - [ - 3.6666667461395264, - [ - -6.501673698425293, - 85.3858642578125, - -2.445704221725464 - ] - ], - [ - 3.7333333492279053, - [ - -6.819735050201416, - 85.00625610351563, - -3.4139232635498047 - ] - ], - [ - 3.799999952316284, - [ - -7.100460529327393, - 84.5898666381836, - -4.384425640106201 - ] - ], - [ - 3.866666555404663, - [ - -7.338630199432373, - 84.1573486328125, - -5.346996784210205 - ] - ], - [ - 3.933333396911621, - [ - -7.527696132659912, - 83.72693634033203, - -6.292501926422119 - ] - ], - [ - 3.9666666984558105, - [ - -7.600686550140381, - 83.5186996459961, - -6.755996227264404 - ] - ], - [ - 4.0, - [ - -7.656972885131836, - 83.31857299804688, - -7.211804389953613 - ] - ], - [ - 4.0333333015441895, - [ - -7.694202423095703, - 83.12923431396484, - -7.65880823135376 - ] - ], - [ - 4.066666603088379, - [ - -7.70932674407959, - 82.95343017578125, - -8.095909118652344 - ] - ], - [ - 4.099999904632568, - [ - -7.698305606842041, - 82.79405975341797, - -8.522042274475098 - ] - ], - [ - 4.133333206176758, - [ - -7.656136512756348, - 82.65217590332031, - -8.937874794006348 - ] - ], - [ - 4.166666507720947, - [ - -7.575399398803711, - 82.52886962890625, - -9.34447193145752 - ] - ], - [ - 4.199999809265137, - [ - -7.453919410705566, - 82.4262924194336, - -9.74138355255127 - ] - ], - [ - 4.233333110809326, - [ - -7.2979607582092285, - 82.34550476074219, - -10.128177642822266 - ] - ], - [ - 4.266666889190674, - [ - -7.109593868255615, - 82.28807067871094, - -10.504424095153809 - ] - ], - [ - 4.300000190734863, - [ - -6.890872478485107, - 82.25554656982422, - -10.869690895080566 - ] - ], - [ - 4.333333492279053, - [ - -6.643312454223633, - 82.2607192993164, - -11.222784042358398 - ] - ], - [ - 4.366666793823242, - [ - -6.368593692779541, - 82.3137435913086, - -11.562698364257813 - ] - ], - [ - 4.400000095367432, - [ - -6.0688300132751465, - 82.41069793701172, - -11.889108657836914 - ] - ], - [ - 4.433333396911621, - [ - -5.7460246086120605, - 82.54682159423828, - -12.20157241821289 - ] - ], - [ - 4.4666666984558105, - [ - -5.402187347412109, - 82.71737670898438, - -12.499560356140137 - ] - ], - [ - 4.5, - [ - -5.039332866668701, - 82.91766357421875, - -12.782485008239746 - ] - ], - [ - 4.5333333015441895, - [ - -4.659485816955566, - 83.14299774169922, - -13.049677848815918 - ] - ], - [ - 4.566666603088379, - [ - -4.264678001403809, - 83.38875579833984, - -13.300379753112793 - ] - ], - [ - 4.599999904632568, - [ - -3.8569445610046387, - 83.65037536621094, - -13.533731460571289 - ] - ], - [ - 4.633333206176758, - [ - -3.438337802886963, - 83.92334747314453, - -13.74876880645752 - ] - ], - [ - 4.666666507720947, - [ - -3.0109333992004395, - 84.20321655273438, - -13.944408416748047 - ] - ], - [ - 4.699999809265137, - [ - -2.5768237113952637, - 84.485595703125, - -14.119440078735352 - ] - ], - [ - 4.733333110809326, - [ - -2.138134002685547, - 84.76614379882813, - -14.272507667541504 - ] - ], - [ - 4.766666889190674, - [ - -1.6970138549804688, - 85.04059600830078, - -14.402088165283203 - ] - ], - [ - 4.800000190734863, - [ - -1.2556781768798828, - 85.30474853515625, - -14.506474494934082 - ] - ], - [ - 4.833333492279053, - [ - -0.8163684606552124, - 85.55448150634766, - -14.583745002746582 - ] - ], - [ - 4.866666793823242, - [ - -0.38139086961746216, - 85.78565216064453, - -14.631729125976563 - ] - ], - [ - 4.900000095367432, - [ - 0.046795789152383804, - 85.99414825439453, - -14.64797306060791 - ] - ], - [ - 4.933333396911621, - [ - 0.46707794070243835, - 86.17501831054688, - -14.635237693786621 - ] - ], - [ - 4.9666666984558105, - [ - 0.8790846467018127, - 86.32318115234375, - -14.598976135253906 - ] - ], - [ - 5.0, - [ - 1.281338095664978, - 86.43408203125, - -14.540454864501953 - ] - ], - [ - 5.0333333015441895, - [ - 1.6723099946975708, - 86.50321960449219, - -14.46086311340332 - ] - ], - [ - 5.066666603088379, - [ - 2.0505447387695313, - 86.53343200683594, - -14.360848426818848 - ] - ], - [ - 5.099999904632568, - [ - 2.414564847946167, - 86.53105926513672, - -14.240792274475098 - ] - ], - [ - 5.133333206176758, - [ - 2.762740135192871, - 86.49687194824219, - -14.101400375366211 - ] - ], - [ - 5.166666507720947, - [ - 3.093406915664673, - 86.43253326416016, - -13.943461418151855 - ] - ], - [ - 5.199999809265137, - [ - 3.404910087585449, - 86.3410873413086, - -13.767911911010742 - ] - ], - [ - 5.233333110809326, - [ - 3.6955881118774414, - 86.22545623779297, - -13.575626373291016 - ] - ], - [ - 5.266666889190674, - [ - 3.9636104106903076, - 86.08857727050781, - -13.367423057556152 - ] - ], - [ - 5.300000190734863, - [ - 4.206989288330078, - 85.93342590332031, - -13.144083976745605 - ] - ], - [ - 5.333333492279053, - [ - 4.423862934112549, - 85.7629165649414, - -12.906357765197754 - ] - ], - [ - 5.366666793823242, - [ - 4.612379550933838, - 85.5799789428711, - -12.654966354370117 - ] - ], - [ - 5.400000095367432, - [ - 4.770711421966553, - 85.38752746582031, - -12.390600204467773 - ] - ], - [ - 5.433333396911621, - [ - 4.897045612335205, - 85.1884536743164, - -12.113909721374512 - ] - ], - [ - 5.4666666984558105, - [ - 4.989591121673584, - 84.98564147949219, - -11.825529098510742 - ] - ], - [ - 5.5, - [ - 5.046580791473389, - 84.78192138671875, - -11.526052474975586 - ] - ], - [ - 5.5333333015441895, - [ - 5.066267490386963, - 84.58010864257813, - -11.21605110168457 - ] - ], - [ - 5.566666603088379, - [ - 5.046924114227295, - 84.38296508789063, - -10.896066665649414 - ] - ], - [ - 5.599999904632568, - [ - 4.986839771270752, - 84.19319915771484, - -10.566615104675293 - ] - ], - [ - 5.633333206176758, - [ - 4.885708332061768, - 84.01341247558594, - -10.22818660736084 - ] - ], - [ - 5.666666507720947, - [ - 4.74827766418457, - 83.84591674804688, - -9.88124942779541 - ] - ], - [ - 5.699999809265137, - [ - 4.579500675201416, - 83.69300842285156, - -9.526241302490234 - ] - ], - [ - 5.733333110809326, - [ - 4.383384704589844, - 83.55705261230469, - -9.163590431213379 - ] - ], - [ - 5.766666889190674, - [ - 4.1632256507873535, - 83.44041442871094, - -8.79369068145752 - ] - ], - [ - 5.800000190734863, - [ - 3.921799421310425, - 83.34552001953125, - -8.416938781738281 - ] - ], - [ - 5.833333492279053, - [ - 3.6614606380462646, - 83.2748794555664, - -8.033698081970215 - ] - ], - [ - 5.866666793823242, - [ - 3.384244918823242, - 83.23092651367188, - -7.644315242767334 - ] - ], - [ - 5.900000095367432, - [ - 3.091925621032715, - 83.2162094116211, - -7.2491374015808105 - ] - ], - [ - 5.933333396911621, - [ - 2.785968065261841, - 83.23027801513672, - -6.848630905151367 - ] - ], - [ - 5.9666666984558105, - [ - 2.4675755500793457, - 83.27029418945313, - -6.443369388580322 - ] - ], - [ - 6.0, - [ - 2.137835741043091, - 83.33493041992188, - -6.033798694610596 - ] - ], - [ - 6.0333333015441895, - [ - 1.7977070808410645, - 83.42157745361328, - -5.620327472686768 - ] - ], - [ - 6.099999904632568, - [ - 1.0897502899169922, - 83.64923095703125, - -4.783412933349609 - ] - ], - [ - 6.166666507720947, - [ - 0.35025033354759216, - 83.9301986694336, - -3.9364070892333984 - ] - ], - [ - 6.366666793823242, - [ - -1.9898300170898438, - 84.8714599609375, - -1.3819396495819092 - ] - ], - [ - 6.433333396911621, - [ - -2.7827279567718506, - 85.15792083740234, - -0.541399359703064 - ] - ], - [ - 6.5, - [ - -3.5511574745178223, - 85.39501953125, - 0.2770904004573822 - ] - ], - [ - 6.5333333015441895, - [ - -3.9132561683654785, - 85.48670196533203, - 0.6732077598571777 - ] - ], - [ - 6.566666603088379, - [ - -4.248719215393066, - 85.5566177368164, - 1.0578250885009766 - ] - ], - [ - 6.599999904632568, - [ - -4.540693283081055, - 85.60272979736328, - 1.4286476373672485 - ] - ], - [ - 6.633333206176758, - [ - -4.752266883850098, - 85.62495422363281, - 1.7830618619918823 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292516261_203019.json b/lenses/physics-objects/Scene/assets/1646688292516261_203019.json deleted file mode 100644 index 2431db34..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292516261_203019.json +++ /dev/null @@ -1,1783 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292516261:203019", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11825686693191528, - 0.09234868735074997, - 0.6851925849914551, - 0.712739884853363 - ] - ], - [ - 0.06666667014360428, - [ - 0.11841131001710892, - 0.09229477494955063, - 0.685330867767334, - 0.712588369846344 - ] - ], - [ - 0.10000000149011612, - [ - 0.11900021135807037, - 0.09198600798845291, - 0.6854127049446106, - 0.7124513983726501 - ] - ], - [ - 0.13333334028720856, - [ - 0.11998524516820908, - 0.09144312888383865, - 0.6854342222213745, - 0.7123353481292725 - ] - ], - [ - 0.1666666716337204, - [ - 0.12132807821035385, - 0.09068696200847626, - 0.6853905916213989, - 0.7122465372085571 - ] - ], - [ - 0.20000000298023224, - [ - 0.12298808246850967, - 0.0897408276796341, - 0.6852875351905823, - 0.7121809124946594 - ] - ], - [ - 0.23333333432674408, - [ - 0.12492276728153229, - 0.08862986415624619, - 0.6851356625556946, - 0.7121293544769287 - ] - ], - [ - 0.2666666805744171, - [ - 0.12709149718284607, - 0.08737763017416, - 0.6849377155303955, - 0.7120908498764038 - ] - ], - [ - 0.30000001192092896, - [ - 0.12945356965065002, - 0.08600763231515884, - 0.6846961379051208, - 0.7120644450187683 - ] - ], - [ - 0.3333333432674408, - [ - 0.1319679617881775, - 0.08454398810863495, - 0.684412956237793, - 0.7120503187179565 - ] - ], - [ - 0.36666667461395264, - [ - 0.13459347188472748, - 0.08301108330488205, - 0.6840901970863342, - 0.7120494246482849 - ] - ], - [ - 0.4000000059604645, - [ - 0.1372891217470169, - 0.08143304288387299, - 0.6837310791015625, - 0.712061882019043 - ] - ], - [ - 0.4333333373069763, - [ - 0.14001411199569702, - 0.07983393222093582, - 0.6833397150039673, - 0.7120881080627441 - ] - ], - [ - 0.46666666865348816, - [ - 0.1427275687456131, - 0.0782378539443016, - 0.6829208135604858, - 0.7121285200119019 - ] - ], - [ - 0.5, - [ - 0.1452413648366928, - 0.0769011601805687, - 0.681672215461731, - 0.7129616141319275 - ] - ], - [ - 0.5333333611488342, - [ - 0.1474224478006363, - 0.07600819319486618, - 0.6790892481803894, - 0.715071439743042 - ] - ], - [ - 0.5666666626930237, - [ - 0.1493048071861267, - 0.075472392141819, - 0.6756232976913452, - 0.7180147171020508 - ] - ], - [ - 0.6000000238418579, - [ - 0.15091754496097565, - 0.0752013549208641, - 0.6717246770858765, - 0.7213560938835144 - ] - ], - [ - 0.6333333253860474, - [ - 0.15229371190071106, - 0.07509168237447739, - 0.6678414940834045, - 0.7246761918067932 - ] - ], - [ - 0.6666666865348816, - [ - 0.15347856283187866, - 0.07502380013465881, - 0.6644178032875061, - 0.7275746464729309 - ] - ], - [ - 0.699999988079071, - [ - 0.1545332670211792, - 0.0748603567481041, - 0.6618925929069519, - 0.7296667695045471 - ] - ], - [ - 0.7333333492279053, - [ - 0.1555286943912506, - 0.07445342093706131, - 0.6607022881507874, - 0.7305751442909241 - ] - ], - [ - 0.7666666507720947, - [ - 0.15631775557994843, - 0.07398438453674316, - 0.6603456139564514, - 0.7307769060134888 - ] - ], - [ - 0.800000011920929, - [ - 0.15668000280857086, - 0.07374753057956696, - 0.6600348353385925, - 0.7310038805007935 - ] - ], - [ - 0.8333333134651184, - [ - 0.1567230373620987, - 0.07356846332550049, - 0.6597957611083984, - 0.7312284708023071 - ] - ], - [ - 0.8999999761581421, - [ - 0.15628427267074585, - 0.0728447213768959, - 0.6595898866653442, - 0.7315806150436401 - ] - ], - [ - 0.9333333373069763, - [ - 0.1558198481798172, - 0.07231982052326202, - 0.6596201658248901, - 0.7317044734954834 - ] - ], - [ - 0.9666666388511658, - [ - 0.15520353615283966, - 0.07169940322637558, - 0.6597371101379395, - 0.7317909598350525 - ] - ], - [ - 1.0, - [ - 0.1544439196586609, - 0.07099346816539764, - 0.6599393486976624, - 0.7318381667137146 - ] - ], - [ - 1.0333333015441895, - [ - 0.15354947745800018, - 0.07021192461252213, - 0.6602251529693604, - 0.7318440079689026 - ] - ], - [ - 1.0666667222976685, - [ - 0.15252864360809326, - 0.06936480849981308, - 0.660592794418335, - 0.7318064570426941 - ] - ], - [ - 1.100000023841858, - [ - 0.15138986706733704, - 0.06846214830875397, - 0.6610404849052429, - 0.7317236661911011 - ] - ], - [ - 1.1333333253860474, - [ - 0.15014158189296722, - 0.06751400232315063, - 0.6615661382675171, - 0.7315939664840698 - ] - ], - [ - 1.1666666269302368, - [ - 0.14877721667289734, - 0.0665421336889267, - 0.6622055172920227, - 0.731383204460144 - ] - ], - [ - 1.2000000476837158, - [ - 0.14729376137256622, - 0.06564785540103912, - 0.6629916429519653, - 0.7310519814491272 - ] - ], - [ - 1.2333333492279053, - [ - 0.1457052379846573, - 0.06491323560476303, - 0.663913905620575, - 0.7305988073348999 - ] - ], - [ - 1.2666666507720947, - [ - 0.14402659237384796, - 0.06433460861444473, - 0.6649534106254578, - 0.7300372123718262 - ] - ], - [ - 1.2999999523162842, - [ - 0.14227072894573212, - 0.06391031295061111, - 0.6660950183868408, - 0.7293777465820313 - ] - ], - [ - 1.3333333730697632, - [ - 0.1404513418674469, - 0.06363826990127563, - 0.6673225164413452, - 0.7286317944526672 - ] - ], - [ - 1.3666666746139526, - [ - 0.13858482241630554, - 0.06351418048143387, - 0.668615460395813, - 0.7278143167495728 - ] - ], - [ - 1.399999976158142, - [ - 0.13668738305568695, - 0.06353374570608139, - 0.6699541211128235, - 0.726939857006073 - ] - ], - [ - 1.4333332777023315, - [ - 0.13477541506290436, - 0.0636925995349884, - 0.6713194251060486, - 0.7260227799415588 - ] - ], - [ - 1.4666666984558105, - [ - 0.13286498188972473, - 0.06398642808198929, - 0.6726930737495422, - 0.7250770330429077 - ] - ], - [ - 1.5, - [ - 0.13097205758094788, - 0.06441088765859604, - 0.6740576028823853, - 0.7241160273551941 - ] - ], - [ - 1.5333333015441895, - [ - 0.12911224365234375, - 0.06496161222457886, - 0.6753963232040405, - 0.7231526970863342 - ] - ], - [ - 1.5666667222976685, - [ - 0.12730108201503754, - 0.06563420593738556, - 0.6766935586929321, - 0.7221997380256653 - ] - ], - [ - 1.600000023841858, - [ - 0.12555372714996338, - 0.06642425060272217, - 0.6779342889785767, - 0.7212691903114319 - ] - ], - [ - 1.6333333253860474, - [ - 0.1238851249217987, - 0.06732726842164993, - 0.679104208946228, - 0.7203728556632996 - ] - ], - [ - 1.6666666269302368, - [ - 0.12230996787548065, - 0.06833874434232712, - 0.6801897287368774, - 0.7195221781730652 - ] - ], - [ - 1.7000000476837158, - [ - 0.12084277719259262, - 0.06945399940013885, - 0.6811774373054504, - 0.7187283635139465 - ] - ], - [ - 1.7333333492279053, - [ - 0.11949791014194489, - 0.0706683024764061, - 0.6820546984672546, - 0.7180026173591614 - ] - ], - [ - 1.7666666507720947, - [ - 0.11828956007957458, - 0.0719766914844513, - 0.6828086376190186, - 0.7173557877540588 - ] - ], - [ - 1.7999999523162842, - [ - 0.1172318384051323, - 0.07337415218353271, - 0.6834266781806946, - 0.7167990803718567 - ] - ], - [ - 1.8333333730697632, - [ - 0.11633885651826859, - 0.07485534995794296, - 0.6838958263397217, - 0.7163438200950623 - ] - ], - [ - 1.8666666746139526, - [ - 0.11562472581863403, - 0.07641471177339554, - 0.6842027902603149, - 0.716001570224762 - ] - ], - [ - 1.899999976158142, - [ - 0.11509481817483902, - 0.07805507630109787, - 0.6843534111976624, - 0.7157660722732544 - ] - ], - [ - 1.9333332777023315, - [ - 0.11475121229887009, - 0.07978262007236481, - 0.6843627691268921, - 0.7156217694282532 - ] - ], - [ - 1.9666666984558105, - [ - 0.11459431797266006, - 0.08157792687416077, - 0.6842715740203857, - 0.7155317068099976 - ] - ], - [ - 2.0, - [ - 0.11461111903190613, - 0.08341139554977417, - 0.684123158454895, - 0.7154596447944641 - ] - ], - [ - 2.0333333015441895, - [ - 0.11478923261165619, - 0.08526808023452759, - 0.6839219927787781, - 0.7154044508934021 - ] - ], - [ - 2.066666603088379, - [ - 0.11511567234992981, - 0.08713380247354507, - 0.6836722493171692, - 0.7153659462928772 - ] - ], - [ - 2.0999999046325684, - [ - 0.11557815223932266, - 0.08899322897195816, - 0.6833778023719788, - 0.7153438329696655 - ] - ], - [ - 2.133333444595337, - [ - 0.11616428196430206, - 0.09083117544651031, - 0.6830427050590515, - 0.7153379321098328 - ] - ], - [ - 2.1666667461395264, - [ - 0.11686147749423981, - 0.0926324874162674, - 0.6826707720756531, - 0.7153484225273132 - ] - ], - [ - 2.200000047683716, - [ - 0.11765704303979874, - 0.09438209235668182, - 0.6822657585144043, - 0.7153757214546204 - ] - ], - [ - 2.2333333492279053, - [ - 0.1185380145907402, - 0.09606505930423737, - 0.6818313002586365, - 0.7154203653335571 - ] - ], - [ - 2.2666666507720947, - [ - 0.11949139088392258, - 0.0976666659116745, - 0.6813710927963257, - 0.7154834866523743 - ] - ], - [ - 2.299999952316284, - [ - 0.12050392478704453, - 0.0991722121834755, - 0.6808884143829346, - 0.7155659794807434 - ] - ], - [ - 2.3333332538604736, - [ - 0.12156233191490173, - 0.1005672812461853, - 0.6803867816925049, - 0.7156694531440735 - ] - ], - [ - 2.366666555404663, - [ - 0.12265311926603317, - 0.10183745622634888, - 0.6798694729804993, - 0.7157952785491943 - ] - ], - [ - 2.4000000953674316, - [ - 0.12377925962209702, - 0.1030382364988327, - 0.6793529987335205, - 0.7159199118614197 - ] - ], - [ - 2.433333396911621, - [ - 0.1249382495880127, - 0.10423784703016281, - 0.6788474917411804, - 0.7160244584083557 - ] - ], - [ - 2.4666666984558105, - [ - 0.12610851228237152, - 0.10544134676456451, - 0.6783458590507507, - 0.7161184549331665 - ] - ], - [ - 2.5, - [ - 0.12726859748363495, - 0.10665374994277954, - 0.6778402924537659, - 0.7162124514579773 - ] - ], - [ - 2.5333333015441895, - [ - 0.12839727103710175, - 0.10788002610206604, - 0.6773214936256409, - 0.7163180708885193 - ] - ], - [ - 2.566666603088379, - [ - 0.12947343289852142, - 0.10912496596574783, - 0.6767793893814087, - 0.7164482474327087 - ] - ], - [ - 2.5999999046325684, - [ - 0.1304762214422226, - 0.11039324104785919, - 0.6762024760246277, - 0.7166168093681335 - ] - ], - [ - 2.633333444595337, - [ - 0.13138477504253387, - 0.11168937385082245, - 0.6755785942077637, - 0.7168383598327637 - ] - ], - [ - 2.6666667461395264, - [ - 0.1321781575679779, - 0.1130179911851883, - 0.6748955845832825, - 0.7171275019645691 - ] - ], - [ - 2.700000047683716, - [ - 0.13286487758159637, - 0.11434980481863022, - 0.674232542514801, - 0.717413067817688 - ] - ], - [ - 2.7333333492279053, - [ - 0.13345985114574432, - 0.11564838886260986, - 0.6736841201782227, - 0.7176096439361572 - ] - ], - [ - 2.7666666507720947, - [ - 0.1339537352323532, - 0.11690542101860046, - 0.6732496023178101, - 0.717721700668335 - ] - ], - [ - 2.799999952316284, - [ - 0.13433952629566193, - 0.11810987442731857, - 0.6729187965393066, - 0.7177627682685852 - ] - ], - [ - 2.8333332538604736, - [ - 0.13460908830165863, - 0.11925186216831207, - 0.6726875305175781, - 0.7177401185035706 - ] - ], - [ - 2.866666555404663, - [ - 0.1347542256116867, - 0.1203215941786766, - 0.6725519299507141, - 0.7176614999771118 - ] - ], - [ - 2.9000000953674316, - [ - 0.13476793467998505, - 0.12130771577358246, - 0.6725096702575684, - 0.7175323963165283 - ] - ], - [ - 2.933333396911621, - [ - 0.13464291393756866, - 0.12215515971183777, - 0.6725735664367676, - 0.7173523306846619 - ] - ], - [ - 2.9666666984558105, - [ - 0.1343708485364914, - 0.1228240504860878, - 0.6727514863014221, - 0.7171221971511841 - ] - ], - [ - 3.0, - [ - 0.1339443027973175, - 0.1233249232172966, - 0.6730372905731201, - 0.7168477773666382 - ] - ], - [ - 3.0333333015441895, - [ - 0.1333557665348053, - 0.12366816401481628, - 0.6734248399734497, - 0.7165343165397644 - ] - ], - [ - 3.066666603088379, - [ - 0.13231949508190155, - 0.12392943352460861, - 0.6739977598190308, - 0.7161425352096558 - ] - ], - [ - 3.0999999046325684, - [ - 0.1306818127632141, - 0.12417633086442947, - 0.674791693687439, - 0.715652585029602 - ] - ], - [ - 3.133333444595337, - [ - 0.12863335013389587, - 0.12440722435712814, - 0.6757292151451111, - 0.7150989174842834 - ] - ], - [ - 3.1666667461395264, - [ - 0.12636494636535645, - 0.12462062388658524, - 0.6767338514328003, - 0.7145158648490906 - ] - ], - [ - 3.200000047683716, - [ - 0.12406773120164871, - 0.12481626868247986, - 0.6777319312095642, - 0.7139381170272827 - ] - ], - [ - 3.2333333492279053, - [ - 0.12193260341882706, - 0.12496563792228699, - 0.6786540150642395, - 0.7134036421775818 - ] - ], - [ - 3.2666666507720947, - [ - 0.12015043199062347, - 0.1250246912240982, - 0.6794397234916687, - 0.7129477262496948 - ] - ], - [ - 3.299999952316284, - [ - 0.11891207098960876, - 0.12497059255838394, - 0.6800309419631958, - 0.7126010060310364 - ] - ], - [ - 3.3333332538604736, - [ - 0.11840832978487015, - 0.12478090822696686, - 0.6803703308105469, - 0.7123942375183105 - ] - ], - [ - 3.366666555404663, - [ - 0.1185634508728981, - 0.12438100576400757, - 0.6805372834205627, - 0.7122788429260254 - ] - ], - [ - 3.4000000953674316, - [ - 0.11914906650781631, - 0.12372279167175293, - 0.6806507110595703, - 0.7121873497962952 - ] - ], - [ - 3.433333396911621, - [ - 0.1201266422867775, - 0.12282302975654602, - 0.6807106733322144, - 0.7121215462684631 - ] - ], - [ - 3.4666666984558105, - [ - 0.1214577779173851, - 0.12169855087995529, - 0.680716335773468, - 0.7120833992958069 - ] - ], - [ - 3.5, - [ - 0.12310206890106201, - 0.12036878615617752, - 0.680678129196167, - 0.7120636105537415 - ] - ], - [ - 3.5333333015441895, - [ - 0.12501758337020874, - 0.11885492503643036, - 0.6806118488311768, - 0.7120475172996521 - ] - ], - [ - 3.566666603088379, - [ - 0.1271636188030243, - 0.11717644333839417, - 0.6805245280265808, - 0.7120290994644165 - ] - ], - [ - 3.5999999046325684, - [ - 0.1292838603258133, - 0.11558662354946136, - 0.6809111833572388, - 0.7115373611450195 - ] - ], - [ - 3.633333444595337, - [ - 0.1311984658241272, - 0.11425675451755524, - 0.6820698380470276, - 0.7102908492088318 - ] - ], - [ - 3.6666667461395264, - [ - 0.13298265635967255, - 0.11308766901493073, - 0.6837078332901001, - 0.708569347858429 - ] - ], - [ - 3.700000047683716, - [ - 0.1347123384475708, - 0.11198408156633377, - 0.6855406761169434, - 0.7066443562507629 - ] - ], - [ - 3.7333333492279053, - [ - 0.1364642083644867, - 0.11085256189107895, - 0.6873010396957397, - 0.7047740817070007 - ] - ], - [ - 3.7666666507720947, - [ - 0.13831651210784912, - 0.10960028320550919, - 0.6887441873550415, - 0.7031983137130737 - ] - ], - [ - 3.799999952316284, - [ - 0.1403498649597168, - 0.10813421756029129, - 0.6896432638168335, - 0.7021404504776001 - ] - ], - [ - 3.8333332538604736, - [ - 0.1426476538181305, - 0.1063627302646637, - 0.6897786855697632, - 0.7018147706985474 - ] - ], - [ - 3.866666555404663, - [ - 0.14503350853919983, - 0.1044551208615303, - 0.689452588558197, - 0.7019327282905579 - ] - ], - [ - 3.9000000953674316, - [ - 0.14724743366241455, - 0.10265602916479111, - 0.6891213655471802, - 0.7020625472068787 - ] - ], - [ - 3.933333396911621, - [ - 0.14924944937229156, - 0.10098981112241745, - 0.6887911558151245, - 0.7022054195404053 - ] - ], - [ - 3.9666666984558105, - [ - 0.15099969506263733, - 0.09948088228702545, - 0.6884689331054688, - 0.7023625373840332 - ] - ], - [ - 4.0, - [ - 0.15245814621448517, - 0.0981535017490387, - 0.6881617307662964, - 0.7025352716445923 - ] - ], - [ - 4.0333333015441895, - [ - 0.15358476340770721, - 0.09703196585178375, - 0.6878767609596252, - 0.7027247548103333 - ] - ], - [ - 4.066666603088379, - [ - 0.15433932840824127, - 0.09614045172929764, - 0.6876212358474731, - 0.7029321193695068 - ] - ], - [ - 4.099999904632568, - [ - 0.1546815037727356, - 0.09550298005342484, - 0.6874017715454102, - 0.7031583189964294 - ] - ], - [ - 4.133333206176758, - [ - 0.15471011400222778, - 0.094939224421978, - 0.6872432231903076, - 0.7033833265304565 - ] - ], - [ - 4.166666507720947, - [ - 0.15455745160579681, - 0.09425864368677139, - 0.6871644854545593, - 0.7035853266716003 - ] - ], - [ - 4.199999809265137, - [ - 0.1542334407567978, - 0.09346991032361984, - 0.6871630549430847, - 0.7037630081176758 - ] - ], - [ - 4.233333110809326, - [ - 0.15374793112277985, - 0.09258176386356354, - 0.687236487865448, - 0.703914999961853 - ] - ], - [ - 4.266666889190674, - [ - 0.15311066806316376, - 0.09160284698009491, - 0.6873821020126343, - 0.7040396928787231 - ] - ], - [ - 4.300000190734863, - [ - 0.1523314267396927, - 0.09054195880889893, - 0.6875973343849182, - 0.7041357755661011 - ] - ], - [ - 4.333333492279053, - [ - 0.15141990780830383, - 0.08940780907869339, - 0.6878795027732849, - 0.7042016983032227 - ] - ], - [ - 4.366666793823242, - [ - 0.15038573741912842, - 0.08820921927690506, - 0.6882256269454956, - 0.7042362689971924 - ] - ], - [ - 4.400000095367432, - [ - 0.14923852682113647, - 0.0869549885392189, - 0.6886329054832458, - 0.7042381763458252 - ] - ], - [ - 4.433333396911621, - [ - 0.14798791706562042, - 0.08565396070480347, - 0.6890981793403625, - 0.7042064666748047 - ] - ], - [ - 4.4666666984558105, - [ - 0.14662955701351166, - 0.0843278169631958, - 0.6896632313728333, - 0.7040974497795105 - ] - ], - [ - 4.5, - [ - 0.14516280591487885, - 0.08299475163221359, - 0.6903573274612427, - 0.7038795351982117 - ] - ], - [ - 4.5333333015441895, - [ - 0.1436031013727188, - 0.08165817707777023, - 0.6911577582359314, - 0.7035702466964722 - ] - ], - [ - 4.566666603088379, - [ - 0.14200428128242493, - 0.08029229193925858, - 0.6918408870697021, - 0.7033805251121521 - ] - ], - [ - 4.599999904632568, - [ - 0.14040885865688324, - 0.07888232171535492, - 0.6922353506088257, - 0.7034722566604614 - ] - ], - [ - 4.633333206176758, - [ - 0.13881461322307587, - 0.0774485319852829, - 0.692405641078949, - 0.7037802934646606 - ] - ], - [ - 4.666666507720947, - [ - 0.1372188925743103, - 0.07601074129343033, - 0.6924283504486084, - 0.7042275667190552 - ] - ], - [ - 4.699999809265137, - [ - 0.13561850786209106, - 0.07458887994289398, - 0.6923812031745911, - 0.7047356963157654 - ] - ], - [ - 4.733333110809326, - [ - 0.13400998711585999, - 0.07320293039083481, - 0.69234299659729, - 0.7052260637283325 - ] - ], - [ - 4.766666889190674, - [ - 0.13238947093486786, - 0.07187289744615555, - 0.692392885684967, - 0.7056198716163635 - ] - ], - [ - 4.800000190734863, - [ - 0.13075274229049683, - 0.07061909884214401, - 0.6926098465919495, - 0.7058387994766235 - ] - ], - [ - 4.833333492279053, - [ - 0.12909497320652008, - 0.06946231424808502, - 0.693072497844696, - 0.7058045864105225 - ] - ], - [ - 4.866666793823242, - [ - 0.12741103768348694, - 0.06842448562383652, - 0.6938587427139282, - 0.7054392695426941 - ] - ], - [ - 4.900000095367432, - [ - 0.12574514746665955, - 0.06747695803642273, - 0.694807231426239, - 0.7048956751823425 - ] - ], - [ - 4.933333396911621, - [ - 0.12415488064289093, - 0.0665798932313919, - 0.6956967711448669, - 0.7043853402137756 - ] - ], - [ - 4.9666666984558105, - [ - 0.12265441566705704, - 0.06573901325464249, - 0.6965150237083435, - 0.7039183974266052 - ] - ], - [ - 5.0, - [ - 0.12125782668590546, - 0.06496017426252365, - 0.6972500681877136, - 0.7035048604011536 - ] - ], - [ - 5.0333333015441895, - [ - 0.11997911334037781, - 0.06424933671951294, - 0.6978904604911804, - 0.7031542658805847 - ] - ], - [ - 5.066666603088379, - [ - 0.11883214861154556, - 0.06361252069473267, - 0.6984248161315918, - 0.7028763294219971 - ] - ], - [ - 5.099999904632568, - [ - 0.11783090233802795, - 0.06305573880672455, - 0.6988418698310852, - 0.7026805877685547 - ] - ], - [ - 5.133333206176758, - [ - 0.11698929220438004, - 0.06258495897054672, - 0.6991298794746399, - 0.7025766968727112 - ] - ], - [ - 5.166666507720947, - [ - 0.11632145196199417, - 0.06220608204603195, - 0.6992769241333008, - 0.7025749087333679 - ] - ], - [ - 5.199999809265137, - [ - 0.11583277583122253, - 0.06193329393863678, - 0.6992908716201782, - 0.7026658654212952 - ] - ], - [ - 5.266666889190674, - [ - 0.11539202928543091, - 0.061759039759635925, - 0.6989668607711792, - 0.7030760049819946 - ] - ], - [ - 5.300000190734863, - [ - 0.11541427671909332, - 0.06184736639261246, - 0.6986259818077087, - 0.7034032940864563 - ] - ], - [ - 5.333333492279053, - [ - 0.11558070778846741, - 0.062043290585279465, - 0.6981741189956665, - 0.7038072347640991 - ] - ], - [ - 5.366666793823242, - [ - 0.11587982624769211, - 0.06234154477715492, - 0.6976184248924255, - 0.7042825818061829 - ] - ], - [ - 5.400000095367432, - [ - 0.11630073934793472, - 0.06273603439331055, - 0.6969670653343201, - 0.704822838306427 - ] - ], - [ - 5.433333396911621, - [ - 0.11683255434036255, - 0.06322064250707626, - 0.6962287425994873, - 0.7054210305213928 - ] - ], - [ - 5.4666666984558105, - [ - 0.11746440827846527, - 0.06378921121358871, - 0.6954120397567749, - 0.7060702443122864 - ] - ], - [ - 5.5, - [ - 0.11818531900644302, - 0.06443566083908081, - 0.6945257186889648, - 0.7067632675170898 - ] - ], - [ - 5.5333333015441895, - [ - 0.11898434162139893, - 0.06515393406152725, - 0.6935788989067078, - 0.7074928879737854 - ] - ], - [ - 5.566666603088379, - [ - 0.11985041201114655, - 0.06593798100948334, - 0.6925808191299438, - 0.7082513570785522 - ] - ], - [ - 5.599999904632568, - [ - 0.1207723617553711, - 0.0667819008231163, - 0.6915411353111267, - 0.7090311050415039 - ] - ], - [ - 5.633333206176758, - [ - 0.12173909693956375, - 0.06767977029085159, - 0.6904697418212891, - 0.7098243236541748 - ] - ], - [ - 5.666666507720947, - [ - 0.12273930013179779, - 0.06862583756446838, - 0.6893768906593323, - 0.710623025894165 - ] - ], - [ - 5.699999809265137, - [ - 0.1237616240978241, - 0.06961437314748764, - 0.6882733106613159, - 0.711418867111206 - ] - ], - [ - 5.733333110809326, - [ - 0.12479468435049057, - 0.07063975185155869, - 0.6871699094772339, - 0.7122036218643188 - ] - ], - [ - 5.766666889190674, - [ - 0.125826895236969, - 0.0716964453458786, - 0.6860780119895935, - 0.7129685878753662 - ] - ], - [ - 5.800000190734863, - [ - 0.1268468052148819, - 0.07277900725603104, - 0.685009241104126, - 0.7137054204940796 - ] - ], - [ - 5.833333492279053, - [ - 0.1278427094221115, - 0.07388211041688919, - 0.6839755773544312, - 0.7144054174423218 - ] - ], - [ - 5.866666793823242, - [ - 0.12880302965641022, - 0.07500045746564865, - 0.6829890012741089, - 0.7150599956512451 - ] - ], - [ - 5.900000095367432, - [ - 0.1297159343957901, - 0.0761287584900856, - 0.6820617914199829, - 0.7156605124473572 - ] - ], - [ - 5.933333396911621, - [ - 0.13056984543800354, - 0.07726199179887772, - 0.6812065839767456, - 0.7161980867385864 - ] - ], - [ - 5.9666666984558105, - [ - 0.13135308027267456, - 0.07839493453502655, - 0.6804354190826416, - 0.7166646718978882 - ] - ], - [ - 6.0, - [ - 0.13205397129058838, - 0.07952248305082321, - 0.6797604560852051, - 0.7170520424842834 - ] - ], - [ - 6.0333333015441895, - [ - 0.13266101479530334, - 0.08063953369855881, - 0.6791937351226807, - 0.7173523306846619 - ] - ], - [ - 6.066666603088379, - [ - 0.1331653892993927, - 0.08173854649066925, - 0.6787360310554504, - 0.7175675630569458 - ] - ], - [ - 6.099999904632568, - [ - 0.13356105983257294, - 0.08280956745147705, - 0.6783792972564697, - 0.7177085280418396 - ] - ], - [ - 6.133333206176758, - [ - 0.13384054601192474, - 0.08384369313716888, - 0.6781216263771057, - 0.7177799344062805 - ] - ], - [ - 6.166666507720947, - [ - 0.13399629294872284, - 0.08483214676380157, - 0.6779607534408569, - 0.7177866697311401 - ] - ], - [ - 6.199999809265137, - [ - 0.13402177393436432, - 0.08576485514640808, - 0.6778952479362488, - 0.7177329659461975 - ] - ], - [ - 6.233333110809326, - [ - 0.13391080498695374, - 0.086631178855896, - 0.6779242157936096, - 0.7176222801208496 - ] - ], - [ - 6.266666889190674, - [ - 0.13365626335144043, - 0.08742155134677887, - 0.6780466437339783, - 0.7174582481384277 - ] - ], - [ - 6.300000190734863, - [ - 0.1332508623600006, - 0.08812638372182846, - 0.6782614588737488, - 0.7172442674636841 - ] - ], - [ - 6.333333492279053, - [ - 0.13268733024597168, - 0.08873604238033295, - 0.6785677671432495, - 0.7169837951660156 - ] - ], - [ - 6.366666793823242, - [ - 0.131682887673378, - 0.08930221945047379, - 0.6790557503700256, - 0.716636598110199 - ] - ], - [ - 6.400000095367432, - [ - 0.13008493185043335, - 0.08987070620059967, - 0.6797669529914856, - 0.7161830067634583 - ] - ], - [ - 6.433333396911621, - [ - 0.12808142602443695, - 0.09042278677225113, - 0.6806275844573975, - 0.7156569957733154 - ] - ], - [ - 6.4666666984558105, - [ - 0.12586049735546112, - 0.09094006568193436, - 0.6815657019615173, - 0.7150924801826477 - ] - ], - [ - 6.5, - [ - 0.12361054867506027, - 0.09140487015247345, - 0.6825112700462341, - 0.7145236134529114 - ] - ], - [ - 6.5333333015441895, - [ - 0.12152016162872314, - 0.09180065989494324, - 0.6833968758583069, - 0.7139847278594971 - ] - ], - [ - 6.566666603088379, - [ - 0.11977799981832504, - 0.09211204200983047, - 0.6841575503349304, - 0.7135104537010193 - ] - ], - [ - 6.599999904632568, - [ - 0.11857243627309799, - 0.09232461452484131, - 0.6847295761108398, - 0.7131354808807373 - ] - ], - [ - 6.633333206176758, - [ - 0.11809105426073074, - 0.09242507070302963, - 0.6850497126579285, - 0.7128947973251343 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292516424_203026.json b/lenses/physics-objects/Scene/assets/1646688292516424_203026.json deleted file mode 100644 index 81b52f07..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292516424_203026.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292516424:203026", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292517320_203039.json b/lenses/physics-objects/Scene/assets/1646688292517320_203039.json deleted file mode 100644 index 8cfa0475..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292517320_203039.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292517320:203039", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ], - [ - 0.03333333507180214, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ], - [ - 0.06666667014360428, - [ - -15.764620780944824, - 91.80744171142578, - -1.898552656173706 - ] - ], - [ - 0.10000000149011612, - [ - -14.717707633972168, - 90.77701568603516, - -1.3369472026824951 - ] - ], - [ - 0.13333334028720856, - [ - -14.167067527770996, - 89.49867248535156, - -1.4726824760437012 - ] - ], - [ - 0.1666666716337204, - [ - -14.53918170928955, - 88.2145767211914, - -2.764641761779785 - ] - ], - [ - 0.20000000298023224, - [ - -15.208720207214355, - 87.20280456542969, - -4.718194007873535 - ] - ], - [ - 0.23333333432674408, - [ - -15.822267532348633, - 86.77181243896484, - -7.077571392059326 - ] - ], - [ - 0.2666666805744171, - [ - -16.007911682128906, - 86.97065734863281, - -9.492650032043457 - ] - ], - [ - 0.30000001192092896, - [ - -15.234054565429688, - 87.52371978759766, - -11.192672729492188 - ] - ], - [ - 0.3333333432674408, - [ - -13.99876880645752, - 88.39926147460938, - -12.724187850952148 - ] - ], - [ - 0.36666667461395264, - [ - -13.16522216796875, - 89.13707733154297, - -14.8427734375 - ] - ], - [ - 0.4000000059604645, - [ - -13.076483726501465, - 88.89242553710938, - -17.497034072875977 - ] - ], - [ - 0.4333333373069763, - [ - -13.253740310668945, - 87.49861145019531, - -19.916370391845703 - ] - ], - [ - 0.46666666865348816, - [ - -13.453655242919922, - 85.27945709228516, - -21.694461822509766 - ] - ], - [ - 0.5, - [ - -13.305573463439941, - 83.07835388183594, - -22.773395538330078 - ] - ], - [ - 0.5333333611488342, - [ - -12.326030731201172, - 81.86373138427734, - -22.993038177490234 - ] - ], - [ - 0.5666666626930237, - [ - -10.87960433959961, - 81.68742370605469, - -23.072811126708984 - ] - ], - [ - 0.6000000238418579, - [ - -9.655826568603516, - 82.13300323486328, - -23.8197021484375 - ] - ], - [ - 0.6333333253860474, - [ - -9.008870124816895, - 82.66366577148438, - -25.26263427734375 - ] - ], - [ - 0.6666666865348816, - [ - -8.437755584716797, - 83.26907348632813, - -26.35932159423828 - ] - ], - [ - 0.699999988079071, - [ - -7.645174503326416, - 83.80736541748047, - -26.41942596435547 - ] - ], - [ - 0.7333333492279053, - [ - -6.510973930358887, - 84.0376968383789, - -25.13736915588379 - ] - ], - [ - 0.7666666507720947, - [ - -4.64489221572876, - 84.02674102783203, - -22.053525924682617 - ] - ], - [ - 0.800000011920929, - [ - -2.337420701980591, - 83.57685089111328, - -17.76862335205078 - ] - ], - [ - 0.8333333134651184, - [ - -0.3850533366203308, - 82.83871459960938, - -13.419047355651855 - ] - ], - [ - 0.8666666746139526, - [ - 0.6846006512641907, - 82.3623275756836, - -9.634010314941406 - ] - ], - [ - 0.8999999761581421, - [ - 1.2077851295471191, - 82.71622467041016, - -6.216939449310303 - ] - ], - [ - 0.9333333373069763, - [ - 1.4005720615386963, - 84.2834701538086, - -3.239501476287842 - ] - ], - [ - 0.9666666388511658, - [ - 1.6244897842407227, - 86.60323333740234, - -0.5392159223556519 - ] - ], - [ - 1.0, - [ - 2.6904311180114746, - 88.97821044921875, - 2.2679615020751953 - ] - ], - [ - 1.0333333015441895, - [ - 4.120794773101807, - 90.50177001953125, - 4.645824432373047 - ] - ], - [ - 1.0666667222976685, - [ - 4.769009113311768, - 90.0616455078125, - 6.116143226623535 - ] - ], - [ - 1.100000023841858, - [ - 4.058699607849121, - 88.23063659667969, - 6.780279636383057 - ] - ], - [ - 1.1333333253860474, - [ - 2.475457191467285, - 86.41026306152344, - 7.298311233520508 - ] - ], - [ - 1.1666666269302368, - [ - 0.5158990025520325, - 85.46018981933594, - 7.665659427642822 - ] - ], - [ - 1.2000000476837158, - [ - -1.1559675931930542, - 85.3213882446289, - 7.915109634399414 - ] - ], - [ - 1.2333333492279053, - [ - -1.54762601852417, - 85.71220397949219, - 8.60364818572998 - ] - ], - [ - 1.2666666507720947, - [ - -1.0681437253952026, - 86.4663314819336, - 9.323974609375 - ] - ], - [ - 1.2999999523162842, - [ - -0.853418231010437, - 87.50884246826172, - 9.396471977233887 - ] - ], - [ - 1.3333333730697632, - [ - -1.345427393913269, - 88.7396469116211, - 8.335067749023438 - ] - ], - [ - 1.3666666746139526, - [ - -2.0124406814575195, - 89.6806869506836, - 6.600438117980957 - ] - ], - [ - 1.399999976158142, - [ - -2.6563308238983154, - 89.8993148803711, - 4.6591291427612305 - ] - ], - [ - 1.4333332777023315, - [ - -2.9983177185058594, - 89.38176727294922, - 2.953946590423584 - ] - ], - [ - 1.4666666984558105, - [ - -2.4654572010040283, - 88.18550872802734, - 2.1847262382507324 - ] - ], - [ - 1.5, - [ - -1.5944920778274536, - 86.7733383178711, - 1.7573540210723877 - ] - ], - [ - 1.5333333015441895, - [ - -1.3874880075454712, - 85.72747802734375, - 0.6345046758651733 - ] - ], - [ - 1.5666667222976685, - [ - -2.2088732719421387, - 85.6284408569336, - -1.6015008687973022 - ] - ], - [ - 1.600000023841858, - [ - -3.3797619342803955, - 86.39794921875, - -4.387460231781006 - ] - ], - [ - 1.6333333253860474, - [ - -4.523741245269775, - 87.44556427001953, - -7.249701499938965 - ] - ], - [ - 1.6666666269302368, - [ - -5.185795783996582, - 88.71788024902344, - -9.712475776672363 - ] - ], - [ - 1.7000000476837158, - [ - -4.945962429046631, - 89.78942108154297, - -10.922228813171387 - ] - ], - [ - 1.7333333492279053, - [ - -4.696141719818115, - 89.61213684082031, - -11.237433433532715 - ] - ], - [ - 1.7666666507720947, - [ - -5.499828338623047, - 87.96141052246094, - -11.623556137084961 - ] - ], - [ - 1.7999999523162842, - [ - -7.535053730010986, - 85.40889739990234, - -12.385544776916504 - ] - ], - [ - 1.8333333730697632, - [ - -9.94926929473877, - 83.1669921875, - -13.231552124023438 - ] - ], - [ - 1.8666666746139526, - [ - -12.216297149658203, - 82.77728271484375, - -14.206501960754395 - ] - ], - [ - 1.899999976158142, - [ - -13.87624740600586, - 83.7771987915039, - -15.167501449584961 - ] - ], - [ - 1.9333332777023315, - [ - -14.438325881958008, - 85.45179748535156, - -15.587645530700684 - ] - ], - [ - 1.9666666984558105, - [ - -14.281967163085938, - 87.45700073242188, - -15.75316047668457 - ] - ], - [ - 2.0, - [ - -13.968849182128906, - 88.95923614501953, - -16.37221908569336 - ] - ], - [ - 2.0333333015441895, - [ - -13.688126564025879, - 89.45198059082031, - -17.637680053710938 - ] - ], - [ - 2.066666603088379, - [ - -12.91385269165039, - 88.9933853149414, - -19.05339813232422 - ] - ], - [ - 2.0999999046325684, - [ - -11.517012596130371, - 87.8594741821289, - -20.358108520507813 - ] - ], - [ - 2.133333444595337, - [ - -9.60915470123291, - 86.29920959472656, - -21.136781692504883 - ] - ], - [ - 2.1666667461395264, - [ - -6.998513221740723, - 84.74097442626953, - -20.836048126220703 - ] - ], - [ - 2.200000047683716, - [ - -3.98431134223938, - 83.5110855102539, - -19.93269920349121 - ] - ], - [ - 2.2333333492279053, - [ - -1.2297754287719727, - 82.9417953491211, - -19.445322036743164 - ] - ], - [ - 2.2666666507720947, - [ - 0.8330459594726563, - 83.43505859375, - -19.945621490478516 - ] - ], - [ - 2.299999952316284, - [ - 2.4121954441070557, - 85.30366516113281, - -20.905197143554688 - ] - ], - [ - 2.3333332538604736, - [ - 3.736921787261963, - 87.95008850097656, - -21.41961669921875 - ] - ], - [ - 2.366666555404663, - [ - 5.1502251625061035, - 89.91041564941406, - -20.60215187072754 - ] - ], - [ - 2.4000000953674316, - [ - 7.0986223220825195, - 90.41683197021484, - -17.724210739135742 - ] - ], - [ - 2.433333396911621, - [ - 9.25037670135498, - 89.83036804199219, - -13.29452133178711 - ] - ], - [ - 2.4666666984558105, - [ - 10.666982650756836, - 88.466064453125, - -8.327230453491211 - ] - ], - [ - 2.5, - [ - 10.812033653259277, - 87.08985137939453, - -3.6905739307403564 - ] - ], - [ - 2.5333333015441895, - [ - 10.19667911529541, - 86.41349029541016, - 0.4863222539424896 - ] - ], - [ - 2.566666603088379, - [ - 9.217427253723145, - 86.5971908569336, - 4.06210994720459 - ] - ], - [ - 2.5999999046325684, - [ - 8.339038848876953, - 87.4417724609375, - 7.274602890014648 - ] - ], - [ - 2.633333444595337, - [ - 8.340599060058594, - 88.30555725097656, - 10.96230411529541 - ] - ], - [ - 2.6666667461395264, - [ - 8.732973098754883, - 88.83667755126953, - 14.622702598571777 - ] - ], - [ - 2.700000047683716, - [ - 8.359658241271973, - 88.99360656738281, - 17.244592666625977 - ] - ], - [ - 2.7333333492279053, - [ - 6.611080169677734, - 88.82199096679688, - 18.5887451171875 - ] - ], - [ - 2.7666666507720947, - [ - 4.083095550537109, - 88.2205581665039, - 19.431100845336914 - ] - ], - [ - 2.799999952316284, - [ - 1.202919602394104, - 87.15206146240234, - 20.17106819152832 - ] - ], - [ - 2.8333332538604736, - [ - -1.4405308961868286, - 85.75498962402344, - 21.18085479736328 - ] - ], - [ - 2.866666555404663, - [ - -2.8518013954162598, - 84.21484375, - 23.063045501708984 - ] - ], - [ - 2.9000000953674316, - [ - -3.512834310531616, - 83.34078216552734, - 25.074430465698242 - ] - ], - [ - 2.933333396911621, - [ - -4.54408073425293, - 83.89916229248047, - 26.009130477905273 - ] - ], - [ - 2.9666666984558105, - [ - -6.4005842208862305, - 85.6041259765625, - 25.523950576782227 - ] - ], - [ - 3.0, - [ - -8.338191032409668, - 87.832763671875, - 23.465465545654297 - ] - ], - [ - 3.0333333015441895, - [ - -10.280367851257324, - 89.64493560791016, - 20.743099212646484 - ] - ], - [ - 3.066666603088379, - [ - -11.793442726135254, - 90.40131378173828, - 18.12234878540039 - ] - ], - [ - 3.0999999046325684, - [ - -12.067073822021484, - 90.01844024658203, - 16.48822593688965 - ] - ], - [ - 3.133333444595337, - [ - -11.821715354919434, - 88.16804504394531, - 15.437228202819824 - ] - ], - [ - 3.1666667461395264, - [ - -12.23453426361084, - 86.3916015625, - 13.80306625366211 - ] - ], - [ - 3.200000047683716, - [ - -13.626811981201172, - 86.19705963134766, - 10.931258201599121 - ] - ], - [ - 3.2333333492279053, - [ - -15.18028450012207, - 86.90435791015625, - 7.338354110717773 - ] - ], - [ - 3.2666666507720947, - [ - -16.507349014282227, - 88.49549102783203, - 3.346982717514038 - ] - ], - [ - 3.299999952316284, - [ - -17.29444694519043, - 90.47521209716797, - -0.2046194076538086 - ] - ], - [ - 3.3333332538604736, - [ - -16.853757858276367, - 91.60911560058594, - -1.4795416593551636 - ] - ], - [ - 3.366666555404663, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292517481_203046.json b/lenses/physics-objects/Scene/assets/1646688292517481_203046.json deleted file mode 100644 index 11ef0d89..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292517481_203046.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292517481:203046", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ], - [ - 0.03333333507180214, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ], - [ - 0.06666667014360428, - [ - -0.15852342545986176, - 0.2291928380727768, - 0.6645262837409973, - 0.6933583617210388 - ] - ], - [ - 0.10000000149011612, - [ - -0.1592605859041214, - 0.22560229897499084, - 0.6643983125686646, - 0.6944887042045593 - ] - ], - [ - 0.13333334028720856, - [ - -0.16198374330997467, - 0.2213202565908432, - 0.6639087200164795, - 0.6957038044929504 - ] - ], - [ - 0.1666666716337204, - [ - -0.16640760004520416, - 0.21661779284477234, - 0.6630772352218628, - 0.6969317197799683 - ] - ], - [ - 0.20000000298023224, - [ - -0.17227022349834442, - 0.21173705160617828, - 0.6618269681930542, - 0.6981944441795349 - ] - ], - [ - 0.23333333432674408, - [ - -0.17935709655284882, - 0.20693722367286682, - 0.6600130200386047, - 0.6995647549629211 - ] - ], - [ - 0.2666666805744171, - [ - -0.18741431832313538, - 0.20251062512397766, - 0.6576250195503235, - 0.7009955048561096 - ] - ], - [ - 0.30000001192092896, - [ - -0.19593192636966705, - 0.19866494834423065, - 0.6550248265266418, - 0.7022004127502441 - ] - ], - [ - 0.3333333432674408, - [ - -0.20446273684501648, - 0.1956285685300827, - 0.6524819135665894, - 0.702987790107727 - ] - ], - [ - 0.36666667461395264, - [ - -0.2126748114824295, - 0.19372600317001343, - 0.6501913666725159, - 0.7032004594802856 - ] - ], - [ - 0.4000000059604645, - [ - -0.2213587760925293, - 0.1955428123474121, - 0.6496071815490723, - 0.7005525231361389 - ] - ], - [ - 0.4333333373069763, - [ - -0.229897141456604, - 0.20092971622943878, - 0.6504479050636292, - 0.6954797506332397 - ] - ], - [ - 0.46666666865348816, - [ - -0.23682621121406555, - 0.20675122737884521, - 0.6515119671821594, - 0.6904342174530029 - ] - ], - [ - 0.5, - [ - -0.23285642266273499, - 0.2121327668428421, - 0.6529508829116821, - 0.6887907981872559 - ] - ], - [ - 0.5333333611488342, - [ - -0.21120260655879974, - 0.21646088361740112, - 0.6536937355995178, - 0.693702220916748 - ] - ], - [ - 0.5666666626930237, - [ - -0.1751902550458908, - 0.2195391058921814, - 0.6522683501243591, - 0.7040290832519531 - ] - ], - [ - 0.6000000238418579, - [ - -0.12854714691638947, - 0.22195753455162048, - 0.6477363705635071, - 0.7173897624015808 - ] - ], - [ - 0.6333333253860474, - [ - -0.07617868483066559, - 0.22550038993358612, - 0.641075611114502, - 0.7296358346939087 - ] - ], - [ - 0.6666666865348816, - [ - -0.022559406235814095, - 0.23006561398506165, - 0.6333698630332947, - 0.7385143637657166 - ] - ], - [ - 0.699999988079071, - [ - 0.02935798466205597, - 0.23284181952476501, - 0.6234415173530579, - 0.7458173036575317 - ] - ], - [ - 0.7333333492279053, - [ - 0.07594779878854752, - 0.2330867499113083, - 0.6114728450775146, - 0.7523320317268372 - ] - ], - [ - 0.7666666507720947, - [ - 0.11337573826313019, - 0.23139086365699768, - 0.5984700918197632, - 0.7585762739181519 - ] - ], - [ - 0.800000011920929, - [ - 0.13781771063804626, - 0.2292730212211609, - 0.5860605239868164, - 0.7648354172706604 - ] - ], - [ - 0.8333333134651184, - [ - 0.14553886651992798, - 0.22858574986457825, - 0.5757542252540588, - 0.7714105844497681 - ] - ], - [ - 0.8666666746139526, - [ - 0.13114123046398163, - 0.2339967042207718, - 0.5665901303291321, - 0.7791170477867126 - ] - ], - [ - 0.8999999761581421, - [ - 0.09714830666780472, - 0.2470621019601822, - 0.5557003617286682, - 0.7878576517105103 - ] - ], - [ - 0.9333333373069763, - [ - 0.05187900364398956, - 0.26421335339546204, - 0.5411629676818848, - 0.7966446876525879 - ] - ], - [ - 0.9666666388511658, - [ - 0.003655572421848774, - 0.281941294670105, - 0.5230045914649963, - 0.8043394684791565 - ] - ], - [ - 1.0, - [ - -0.039578765630722046, - 0.2975188195705414, - 0.5035756826400757, - 0.8101406097412109 - ] - ], - [ - 1.0333333015441895, - [ - -0.07010756433010101, - 0.3087080717086792, - 0.4874021112918854, - 0.81377112865448 - ] - ], - [ - 1.0666667222976685, - [ - -0.08092474937438965, - 0.3144022822380066, - 0.4808049201965332, - 0.8145116567611694 - ] - ], - [ - 1.100000023841858, - [ - -0.07795647531747818, - 0.31467121839523315, - 0.4810888469219208, - 0.814529538154602 - ] - ], - [ - 1.1333333253860474, - [ - -0.07212463021278381, - 0.31064632534980774, - 0.48129430413246155, - 0.8164880275726318 - ] - ], - [ - 1.1666666269302368, - [ - -0.06399127095937729, - 0.30137118697166443, - 0.4797477126121521, - 0.8215367794036865 - ] - ], - [ - 1.2000000476837158, - [ - -0.054144103080034256, - 0.28671544790267944, - 0.4752471148967743, - 0.8300620913505554 - ] - ], - [ - 1.2333333492279053, - [ - -0.043000299483537674, - 0.2681714594364166, - 0.46864277124404907, - 0.8406003713607788 - ] - ], - [ - 1.2666666507720947, - [ - -0.03109443187713623, - 0.24789299070835114, - 0.4615679383277893, - 0.8511976599693298 - ] - ], - [ - 1.2999999523162842, - [ - -0.019428053870797157, - 0.22900469601154327, - 0.4565735161304474, - 0.8594882488250732 - ] - ], - [ - 1.3333333730697632, - [ - -0.008787316270172596, - 0.21297574043273926, - 0.4546760320663452, - 0.8647738695144653 - ] - ], - [ - 1.3666666746139526, - [ - 0.000854270881973207, - 0.1985323280096054, - 0.4541850984096527, - 0.868504524230957 - ] - ], - [ - 1.399999976158142, - [ - 0.009403581731021404, - 0.185400128364563, - 0.4542868137359619, - 0.8712989687919617 - ] - ], - [ - 1.4333332777023315, - [ - 0.01671414077281952, - 0.17372290790081024, - 0.4544709026813507, - 0.8734971284866333 - ] - ], - [ - 1.4666666984558105, - [ - 0.022604256868362427, - 0.16391849517822266, - 0.4544665217399597, - 0.8752599358558655 - ] - ], - [ - 1.5, - [ - 0.02686949633061886, - 0.1565067321062088, - 0.4540487229824066, - 0.8767117261886597 - ] - ], - [ - 1.5333333015441895, - [ - 0.029274221509695053, - 0.15201948583126068, - 0.4529283940792084, - 0.8780028223991394 - ] - ], - [ - 1.5666667222976685, - [ - 0.02603432722389698, - 0.15146702527999878, - 0.45633015036582947, - 0.8764375448226929 - ] - ], - [ - 1.600000023841858, - [ - 0.014819804579019547, - 0.15450800955295563, - 0.4679394066333771, - 0.8700231909751892 - ] - ], - [ - 1.6333333253860474, - [ - -0.0026353003922849894, - 0.15979067981243134, - 0.48572245240211487, - 0.8593798279762268 - ] - ], - [ - 1.6666666269302368, - [ - -0.024654190987348557, - 0.16615499556064606, - 0.5075745582580566, - 0.8450756072998047 - ] - ], - [ - 1.7000000476837158, - [ - -0.04957924783229828, - 0.17304620146751404, - 0.5315685272216797, - 0.8276664614677429 - ] - ], - [ - 1.7333333492279053, - [ - -0.07604659348726273, - 0.18141679465770721, - 0.5567120313644409, - 0.807079017162323 - ] - ], - [ - 1.7666666507720947, - [ - -0.10152386128902435, - 0.1902458220720291, - 0.5800338983535767, - 0.785531759262085 - ] - ], - [ - 1.7999999523162842, - [ - -0.12268117815256119, - 0.19746337831020355, - 0.598054826259613, - 0.766999363899231 - ] - ], - [ - 1.8333333730697632, - [ - -0.13660679757595062, - 0.20224066078662872, - 0.6085368394851685, - 0.7550630569458008 - ] - ], - [ - 1.8666666746139526, - [ - -0.14100861549377441, - 0.20629239082336426, - 0.6079226136207581, - 0.7536512017250061 - ] - ], - [ - 1.899999976158142, - [ - -0.13908334076404572, - 0.21210967004299164, - 0.5979123115539551, - 0.7603724002838135 - ] - ], - [ - 1.9333332777023315, - [ - -0.13567669689655304, - 0.22026602923870087, - 0.5837640166282654, - 0.7696067094802856 - ] - ], - [ - 1.9666666984558105, - [ - -0.13170436024665833, - 0.2325236201286316, - 0.5687533020973206, - 0.7778858542442322 - ] - ], - [ - 2.0, - [ - -0.1273280680179596, - 0.24914969503879547, - 0.5551998019218445, - 0.7832401990890503 - ] - ], - [ - 2.0333333015441895, - [ - -0.1215781718492508, - 0.26715558767318726, - 0.5429999828338623, - 0.7867640256881714 - ] - ], - [ - 2.066666603088379, - [ - -0.11409500986337662, - 0.2844073176383972, - 0.5326220989227295, - 0.7889288663864136 - ] - ], - [ - 2.0999999046325684, - [ - -0.10491907596588135, - 0.29914698004722595, - 0.5246678590774536, - 0.790080189704895 - ] - ], - [ - 2.133333444595337, - [ - -0.09674644470214844, - 0.3100694715976715, - 0.5198938846588135, - 0.7900679707527161 - ] - ], - [ - 2.1666667461395264, - [ - -0.091773122549057, - 0.3171004056930542, - 0.5177747011184692, - 0.7892619371414185 - ] - ], - [ - 2.200000047683716, - [ - -0.08942323178052902, - 0.3204037845134735, - 0.516900897026062, - 0.788770318031311 - ] - ], - [ - 2.2333333492279053, - [ - -0.08912968635559082, - 0.32055526971817017, - 0.5162196755409241, - 0.7891878485679626 - ] - ], - [ - 2.2666666507720947, - [ - -0.09024005383253098, - 0.3186165690422058, - 0.515374481678009, - 0.7903982400894165 - ] - ], - [ - 2.299999952316284, - [ - -0.09195204824209213, - 0.316230446100235, - 0.5151078701019287, - 0.7913324236869812 - ] - ], - [ - 2.3333332538604736, - [ - -0.09379327297210693, - 0.3158295452594757, - 0.5166782736778259, - 0.7902519106864929 - ] - ], - [ - 2.366666555404663, - [ - -0.09526441991329193, - 0.319144070148468, - 0.5205157399177551, - 0.7862157225608826 - ] - ], - [ - 2.4000000953674316, - [ - -0.09518732875585556, - 0.32509252429008484, - 0.5245470404624939, - 0.78109210729599 - ] - ], - [ - 2.433333396911621, - [ - -0.09236013144254684, - 0.3323749005794525, - 0.5264798998832703, - 0.7770556211471558 - ] - ], - [ - 2.4666666984558105, - [ - -0.08694259077310562, - 0.3387630879878998, - 0.526365339756012, - 0.7749969959259033 - ] - ], - [ - 2.5, - [ - -0.08057891577482224, - 0.3421536087989807, - 0.5250265598297119, - 0.7751032710075378 - ] - ], - [ - 2.5333333015441895, - [ - -0.07375846058130264, - 0.34189510345458984, - 0.5212076902389526, - 0.7784664034843445 - ] - ], - [ - 2.566666603088379, - [ - -0.0664399266242981, - 0.3387168049812317, - 0.5153116583824158, - 0.7844173312187195 - ] - ], - [ - 2.5999999046325684, - [ - -0.059198617935180664, - 0.33445659279823303, - 0.5092641115188599, - 0.7907492518424988 - ] - ], - [ - 2.633333444595337, - [ - -0.05298696085810661, - 0.3321196436882019, - 0.5061193108558655, - 0.7941864728927612 - ] - ], - [ - 2.6666667461395264, - [ - -0.04855501279234886, - 0.3329189121723175, - 0.5072154402732849, - 0.7934355139732361 - ] - ], - [ - 2.700000047683716, - [ - -0.04627913609147072, - 0.334957480430603, - 0.5107211470603943, - 0.7904590964317322 - ] - ], - [ - 2.7333333492279053, - [ - -0.04659248888492584, - 0.3373759090900421, - 0.5157337784767151, - 0.7861458659172058 - ] - ], - [ - 2.7666666507720947, - [ - -0.0477045513689518, - 0.3400261402130127, - 0.5208770036697388, - 0.781532883644104 - ] - ], - [ - 2.799999952316284, - [ - -0.04799499362707138, - 0.34263139963150024, - 0.5251790881156921, - 0.7774878740310669 - ] - ], - [ - 2.8333332538604736, - [ - -0.04795758053660393, - 0.3444463014602661, - 0.5285848379135132, - 0.7743738889694214 - ] - ], - [ - 2.866666555404663, - [ - -0.04812297597527504, - 0.3446553945541382, - 0.5308567881584167, - 0.7727146148681641 - ] - ], - [ - 2.9000000953674316, - [ - -0.04910237714648247, - 0.34290096163749695, - 0.5321234464645386, - 0.7725623250007629 - ] - ], - [ - 2.933333396911621, - [ - -0.051423005759716034, - 0.33923521637916565, - 0.5331687331199646, - 0.7733088135719299 - ] - ], - [ - 2.9666666984558105, - [ - -0.05544404685497284, - 0.33407557010650635, - 0.5356414914131165, - 0.7735681533813477 - ] - ], - [ - 3.0, - [ - -0.06210517883300781, - 0.3282986283302307, - 0.5414794087409973, - 0.7714681029319763 - ] - ], - [ - 3.0333333015441895, - [ - -0.07527602463960648, - 0.32004663348197937, - 0.5512405633926392, - 0.7668360471725464 - ] - ], - [ - 3.066666603088379, - [ - -0.09511567652225494, - 0.30726343393325806, - 0.5631304979324341, - 0.7612005472183228 - ] - ], - [ - 3.0999999046325684, - [ - -0.11754254251718521, - 0.29099252820014954, - 0.5756958723068237, - 0.7550374865531921 - ] - ], - [ - 3.133333444595337, - [ - -0.13873231410980225, - 0.27309632301330566, - 0.5881108045578003, - 0.7485302090644836 - ] - ], - [ - 3.1666667461395264, - [ - -0.1551865190267563, - 0.2560769021511078, - 0.5997995734214783, - 0.7420123815536499 - ] - ], - [ - 3.200000047683716, - [ - -0.16349172592163086, - 0.24239586293697357, - 0.6099748015403748, - 0.7365089654922485 - ] - ], - [ - 3.2333333492279053, - [ - -0.16461902856826782, - 0.23241659998893738, - 0.620236337184906, - 0.7308830618858337 - ] - ], - [ - 3.2666666507720947, - [ - -0.16269199550151825, - 0.22483442723751068, - 0.6313450932502747, - 0.7241437435150146 - ] - ], - [ - 3.299999952316284, - [ - -0.15985336899757385, - 0.2214006632566452, - 0.6427932977676392, - 0.7157132029533386 - ] - ], - [ - 3.3333332538604736, - [ - -0.15935000777244568, - 0.22631675004959106, - 0.6548887491226196, - 0.7032134532928467 - ] - ], - [ - 3.366666555404663, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292517630_203053.json b/lenses/physics-objects/Scene/assets/1646688292517630_203053.json deleted file mode 100644 index 8f2cb1ca..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292517630_203053.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292517630:203053", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292518506_203066.json b/lenses/physics-objects/Scene/assets/1646688292518506_203066.json deleted file mode 100644 index e51debcb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292518506_203066.json +++ /dev/null @@ -1,1050 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292518506:203066", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.996328830718994, - 2.6645352591003757e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.03333333507180214, - [ - 6.996328830718994, - 2.6645352591003757e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.06666667014360428, - [ - 7.011565685272217, - -1.7763568394002505e-15, - 8.881784197001252e-16 - ] - ], - [ - 0.13333334028720856, - [ - 7.030261039733887, - -1.7763568394002505e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.30000001192092896, - [ - 7.0041046142578125, - -6.815756776662084e-28, - 1.7763568394002505e-15 - ] - ], - [ - 0.3333333432674408, - [ - 6.9891133308410645, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.9715375900268555, - 2.6645352591003757e-15, - -3.0292253945661992e-28 - ] - ], - [ - 0.4000000059604645, - [ - 6.951651096343994, - -5.55698713725354e-22, - -1.7763568394002505e-15 - ] - ], - [ - 0.4333333373069763, - [ - 6.929726600646973, - -3.552713678800501e-15, - 0.0 - ] - ], - [ - 0.5, - [ - 6.881004810333252, - -4.440892098500626e-15, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.7250471115112305, - -3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.800000011920929, - [ - 6.6440911293029785, - -3.552713678800501e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.8666666746139526, - [ - 6.59521484375, - -5.3290705182007514e-15, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.573299407958984, - -1.7763600157738027e-15, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 6.553426742553711, - 3.552713678800501e-15, - 1.5146128176537211e-28 - ] - ], - [ - 0.9666666388511658, - [ - 6.535869121551514, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.0, - [ - 6.520896911621094, - 0.0, - -3.552713678800501e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.499793529510498, - -1.7763523924772774e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.497269630432129, - 8.881784197001252e-16, - -4.03228455465545e-21 - ] - ], - [ - 1.2000000476837158, - [ - 6.5111870765686035, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.532743453979492, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.2666666507720947, - [ - 6.5610527992248535, - -8.881784197001252e-16, - 1.6935584991743625e-21 - ] - ], - [ - 1.2999999523162842, - [ - 6.595225811004639, - -8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.634374618530273, - 2.6645352591003757e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.3666666746139526, - [ - 6.677615642547607, - 8.881779432440924e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.724066257476807, - -8.881784197001252e-16, - -5.4526042657717e-27 - ] - ], - [ - 1.4666666984558105, - [ - 6.823061466217041, - 4.440892098500626e-16, - -7.105427357601002e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.92427921295166, - -6.661322265883178e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.973505020141602, - -2.9976021664879227e-15, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 7.02062463760376, - 1.1102424799131638e-16, - 5.4526042657717e-27 - ] - ], - [ - 1.6333333253860474, - [ - 7.0647478103637695, - 2.4424906541753444e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.6666666269302368, - [ - 7.104984283447266, - -1.1102230246251565e-15, - 1.3737974145825033e-26 - ] - ], - [ - 1.7000000476837158, - [ - 7.140442848205566, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.170231342315674, - -1.7763568394002505e-15, - -2.4233799304669705e-27 - ] - ], - [ - 1.7666666507720947, - [ - 7.193457126617432, - -1.2116899652334853e-27, - -3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 7.209227561950684, - -3.1086244689504383e-15, - -2.1810404737135157e-26 - ] - ], - [ - 1.899999976158142, - [ - 7.205173969268799, - 4.440892098500626e-16, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 7.190024375915527, - -1.7763542983014087e-15, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 7.169871807098389, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 2.0, - [ - 7.145212173461914, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 7.116572380065918, - -8.881784197001252e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.066666603088379, - [ - 7.084479808807373, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.0999999046325684, - [ - 7.049458026885986, - 1.7763568394002505e-15, - -4.362076633343956e-26 - ] - ], - [ - 2.133333444595337, - [ - 7.012030124664307, - 4.440892098500626e-15, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.932040691375732, - -8.881803255242566e-16, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.7659783363342285, - 8.881757197826059e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.4000000953674316, - [ - 6.687739849090576, - -2.220446049250313e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.433333396911621, - [ - 6.650790214538574, - -2.220446049250313e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.615801811218262, - 2.32864448884301e-21, - -1.7763568394002505e-15 - ] - ], - [ - 2.5, - [ - 6.583242893218994, - 2.6645352591003757e-15, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.553577423095703, - 8.881806431616118e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.566666603088379, - [ - 6.527266979217529, - -1.9984014443252818e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.5999999046325684, - [ - 6.504771709442139, - 6.661338147750939e-16, - 1.7763568394002505e-15 - ] - ], - [ - 2.633333444595337, - [ - 6.486550331115723, - 5.551115123125783e-16, - -5.927471256391293e-21 - ] - ], - [ - 2.6666667461395264, - [ - 6.4730634689331055, - 1.5543122344752192e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.8333332538604736, - [ - 6.484883785247803, - 2.220446049250313e-15, - 8.881784197001252e-16 - ] - ], - [ - 2.866666555404663, - [ - 6.500670909881592, - 4.440892098500626e-16, - 2.8653859371588943e-26 - ] - ], - [ - 2.9000000953674316, - [ - 6.519796848297119, - 2.220446049250313e-15, - -2.1810384707463736e-26 - ] - ], - [ - 2.933333396911621, - [ - 6.541914939880371, - 1.7763555688508296e-15, - -8.881784197001252e-16 - ] - ], - [ - 2.9666666984558105, - [ - 6.566641807556152, - 8.881771491507044e-16, - -8.881784197001252e-16 - ] - ], - [ - 3.0333333015441895, - [ - 6.621827125549316, - 1.7763552512134744e-15, - -2.4233791600949928e-27 - ] - ], - [ - 3.1666667461395264, - [ - 6.740447998046875, - -2.6645352591003757e-15, - 4.440892098500626e-16 - ] - ], - [ - 3.2333333492279053, - [ - 6.795554161071777, - -1.2116899652334853e-27, - -1.3230903844466542e-22 - ] - ], - [ - 3.2666666507720947, - [ - 6.8204264640808105, - -1.7763568394002505e-15, - -1.1102214364383804e-16 - ] - ], - [ - 3.299999952316284, - [ - 6.842916965484619, - 5.3290705182007514e-15, - -1.5543122344752192e-15 - ] - ], - [ - 3.3333332538604736, - [ - 6.862565994262695, - 1.776363192147355e-15, - 6.661338147750939e-16 - ] - ], - [ - 3.366666555404663, - [ - 6.8789143562316895, - 2.86624875377398e-26, - 6.661338147750939e-16 - ] - ], - [ - 3.433333396911621, - [ - 6.899871826171875, - -1.7763568394002505e-15, - -1.0584789718542507e-21 - ] - ], - [ - 3.5999999046325684, - [ - 6.880151271820068, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 6.866658687591553, - 5.3290705182007514e-15, - -8.881812784363222e-16 - ] - ], - [ - 3.6666667461395264, - [ - 6.85080099105835, - -2.6645352591003757e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.700000047683716, - [ - 6.832919597625732, - 2.5403346690485698e-21, - -1.7763568394002505e-15 - ] - ], - [ - 3.7333333492279053, - [ - 6.813237190246582, - 8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 3.7666666507720947, - [ - 6.7918548583984375, - -1.7763568394002505e-15, - 1.2116899652334853e-27 - ] - ], - [ - 3.799999952316284, - [ - 6.7687859535217285, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 6.7179694175720215, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.066666603088379, - [ - 6.55661678314209, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 6.507445812225342, - -1.7763638274220653e-15, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 6.484950542449951, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 6.464210033416748, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.233333110809326, - [ - 6.445497035980225, - -2.6645352591003757e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.266666889190674, - [ - 6.42908239364624, - -4.4407880722667915e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.300000190734863, - [ - 6.415238380432129, - 4.440892098500626e-16, - 3.48965489718031e-25 - ] - ], - [ - 4.366666793823242, - [ - 6.3963470458984375, - -4.440892098500626e-16, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 6.397035121917725, - -3.9968028886505635e-15, - 0.0 - ] - ], - [ - 4.5, - [ - 6.412381172180176, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 6.436107635498047, - 9.992007221626409e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.566666603088379, - [ - 6.467197418212891, - -8.881784197001252e-16, - 3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 6.5046706199646, - -6.661342912311268e-16, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 6.547669887542725, - -5.551127828619992e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.666666507720947, - [ - 6.595339298248291, - -3.397566817879134e-21, - 2.3639060120040074e-25 - ] - ], - [ - 4.699999809265137, - [ - 6.64680814743042, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.701180458068848, - 4.440981036960088e-16, - 4.835772569268168e-25 - ] - ], - [ - 4.866666793823242, - [ - 6.9289069175720215, - 3.1086244689504383e-15, - -1.5509597042324008e-25 - ] - ], - [ - 4.900000095367432, - [ - 6.983583927154541, - -1.3322676295501878e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.933333396911621, - [ - 7.035488605499268, - 8.881812784363222e-16, - -3.552713678800501e-15 - ] - ], - [ - 4.9666666984558105, - [ - 7.083680629730225, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.0, - [ - 7.12722110748291, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 7.165169715881348, - -5.3290705182007514e-15, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 7.196587085723877, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 7.220534324645996, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 7.236071586608887, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 7.220272064208984, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.300000190734863, - [ - 7.202829837799072, - 8.881733375024417e-16, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 7.181124210357666, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 7.155629634857178, - -3.877399260581002e-26, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 7.1268229484558105, - -8.881784197001252e-16, - -8.724153882985494e-26 - ] - ], - [ - 5.433333396911621, - [ - 7.095178604125977, - -4.848212782483987e-27, - -3.552713678800501e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.061172962188721, - -8.881796902495461e-16, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 6.987977504730225, - -1.7763587452243818e-15, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 6.834129810333252, - -5.909765030010018e-26, - 1.7763568394002505e-15 - ] - ], - [ - 5.733333110809326, - [ - 6.761048316955566, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 6.727120876312256, - 1.7763568394002505e-15, - 1.583507612143754e-25 - ] - ], - [ - 5.800000190734863, - [ - 6.695562839508057, - 1.7763568394002505e-15, - 1.7763670037956175e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.666844844818115, - 2.220446049250313e-15, - 3.552713678800501e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.64143705368042, - 1.33226350026457e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.619809150695801, - 3.816817208250357e-26, - 5.080687513452396e-21 - ] - ], - [ - 5.933333396911621, - [ - 6.602431297302246, - 1.5543122344752192e-15, - 1.7763568394002505e-15 - ] - ], - [ - 6.0, - [ - 6.582304954528809, - 9.992007221626409e-16, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 6.6051530838012695, - 1.9984014443252818e-15, - -1.7763568394002505e-15 - ] - ], - [ - 6.166666507720947, - [ - 6.6215057373046875, - -4.440892098500626e-16, - -8.363286323606246e-21 - ] - ], - [ - 6.199999809265137, - [ - 6.641143798828125, - 8.881657142059164e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.663597106933594, - 3.9968028886505635e-15, - 2.417886284634084e-25 - ] - ], - [ - 6.266666889190674, - [ - 6.688396453857422, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 6.333333492279053, - [ - 6.743152618408203, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 6.860070705413818, - -8.881784197001252e-16, - -8.881784197001252e-16 - ] - ], - [ - 6.5333333015441895, - [ - 6.914638519287109, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 6.939267635345459, - -1.7763568394002505e-15, - 8.881784197001252e-16 - ] - ], - [ - 6.599999904632568, - [ - 6.9614667892456055, - 4.440892098500626e-15, - 8.881784197001252e-16 - ] - ], - [ - 6.633333206176758, - [ - 6.980708599090576, - 2.000734172762884e-25, - -1.3322676295501878e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292518676_203073.json b/lenses/physics-objects/Scene/assets/1646688292518676_203073.json deleted file mode 100644 index d9348bda..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292518676_203073.json +++ /dev/null @@ -1,1324 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292518676:203073", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.021266691386699677, - 0.022661101073026657, - 0.010277343913912773, - 0.9994641542434692 - ] - ], - [ - 0.23333333432674408, - [ - -0.021227311342954636, - 0.02249741740524769, - 0.010568753816187382, - 0.9994656443595886 - ] - ], - [ - 0.46666666865348816, - [ - -0.021334217861294746, - 0.022568751126527786, - 0.010761510580778122, - 0.9994596838951111 - ] - ], - [ - 0.5, - [ - -0.02098122239112854, - 0.02237681858241558, - 0.01306269783526659, - 0.9994440674781799 - ] - ], - [ - 0.5333333611488342, - [ - -0.01995311677455902, - 0.021823575720191002, - 0.01908823847770691, - 0.9993805289268494 - ] - ], - [ - 0.5666666626930237, - [ - -0.018345778807997704, - 0.021021956577897072, - 0.027561400085687637, - 0.9992307424545288 - ] - ], - [ - 0.6000000238418579, - [ - -0.016294019296765327, - 0.020080778747797012, - 0.0372176431119442, - 0.9989725351333618 - ] - ], - [ - 0.6333333253860474, - [ - -0.014023360796272755, - 0.019113173708319664, - 0.046815793961286545, - 0.9986222982406616 - ] - ], - [ - 0.6666666865348816, - [ - -0.011866245418787003, - 0.01824684627354145, - 0.05514170601963997, - 0.9982413649559021 - ] - ], - [ - 0.699999988079071, - [ - -0.010244450531899929, - 0.017630551010370255, - 0.06100311875343323, - 0.9979292750358582 - ] - ], - [ - 0.7333333492279053, - [ - -0.009617176838219166, - 0.017426909878849983, - 0.06321662664413452, - 0.9978014230728149 - ] - ], - [ - 1.0666667222976685, - [ - -0.009761720895767212, - 0.017926273867487907, - 0.06321996450424194, - 0.9977908730506897 - ] - ], - [ - 1.2666666507720947, - [ - -0.009367655962705612, - 0.018022846430540085, - 0.062435757368803024, - 0.9978423714637756 - ] - ], - [ - 1.2999999523162842, - [ - -0.009073428809642792, - 0.01802072487771511, - 0.061788756400346756, - 0.9978852868080139 - ] - ], - [ - 1.3333333730697632, - [ - -0.008713210932910442, - 0.01800260692834854, - 0.06096081808209419, - 0.9979397654533386 - ] - ], - [ - 1.3666666746139526, - [ - -0.008296467363834381, - 0.017970316112041473, - 0.05996645987033844, - 0.998004138469696 - ] - ], - [ - 1.399999976158142, - [ - -0.007832623086869717, - 0.01792549528181553, - 0.05882040783762932, - 0.9980769157409668 - ] - ], - [ - 1.4333332777023315, - [ - -0.0073310611769557, - 0.01787009835243225, - 0.05753757804632187, - 0.9981564879417419 - ] - ], - [ - 1.4666666984558105, - [ - -0.006801108364015818, - 0.017805881798267365, - 0.056132953613996506, - 0.9982413649559021 - ] - ], - [ - 1.5, - [ - -0.006252067629247904, - 0.017734739929437637, - 0.05462157726287842, - 0.9983300566673279 - ] - ], - [ - 1.5333333015441895, - [ - -0.005693182814866304, - 0.01765851490199566, - 0.053018469363451004, - 0.9984212517738342 - ] - ], - [ - 1.5666667222976685, - [ - -0.005133661907166243, - 0.017579184845089912, - 0.051338426768779755, - 0.998513400554657 - ] - ], - [ - 1.600000023841858, - [ - -0.0045827096328139305, - 0.017498616129159927, - 0.04959633946418762, - 0.9986055493354797 - ] - ], - [ - 1.6333333253860474, - [ - -0.004049496725201607, - 0.01741885393857956, - 0.04780679568648338, - 0.998696506023407 - ] - ], - [ - 1.6666666269302368, - [ - -0.003543206723406911, - 0.017341850325465202, - 0.045984264463186264, - 0.9987854361534119 - ] - ], - [ - 1.7000000476837158, - [ - -0.0030730252619832754, - 0.017269767820835114, - 0.044143009930849075, - 0.9988713264465332 - ] - ], - [ - 1.7333333492279053, - [ - -0.0026481852401047945, - 0.01720470003783703, - 0.04229719564318657, - 0.9989535212516785 - ] - ], - [ - 1.7666666507720947, - [ - -0.0022779491264373064, - 0.017149021849036217, - 0.04046070948243141, - 0.9990313649177551 - ] - ], - [ - 1.7999999523162842, - [ - -0.001971660414710641, - 0.017104949802160263, - 0.03864734619855881, - 0.9991045594215393 - ] - ], - [ - 1.8333333730697632, - [ - -0.001738745835609734, - 0.017075050622224808, - 0.03687068819999695, - 0.9991727471351624 - ] - ], - [ - 1.8666666746139526, - [ - -0.0015887633198872209, - 0.01706191524863243, - 0.03514426574110985, - 0.9992353320121765 - ] - ], - [ - 1.899999976158142, - [ - -0.001530774519778788, - 0.01706702634692192, - 0.03348022699356079, - 0.9992924928665161 - ] - ], - [ - 1.9333332777023315, - [ - -0.0015734350308775902, - 0.017091456800699234, - 0.03188866376876831, - 0.9993440508842468 - ] - ], - [ - 1.9666666984558105, - [ - -0.0018815528601408005, - 0.01713608019053936, - 0.030254065990447998, - 0.9993935823440552 - ] - ], - [ - 2.0, - [ - -0.0025833030231297016, - 0.017202191054821014, - 0.02846885472536087, - 0.9994432926177979 - ] - ], - [ - 2.0333333015441895, - [ - -0.0036324486136436462, - 0.017288969829678535, - 0.02655557356774807, - 0.9994913339614868 - ] - ], - [ - 2.066666603088379, - [ - -0.004982720594853163, - 0.017393799498677254, - 0.024538347497582436, - 0.9995351433753967 - ] - ], - [ - 2.0999999046325684, - [ - -0.006588314194232225, - 0.017516683787107468, - 0.02244054339826107, - 0.9995729923248291 - ] - ], - [ - 2.133333444595337, - [ - -0.008403677493333817, - 0.01765730232000351, - 0.020285917446017265, - 0.9996029734611511 - ] - ], - [ - 2.1666667461395264, - [ - -0.010383456945419312, - 0.017815006896853447, - 0.01809881627559662, - 0.9996235370635986 - ] - ], - [ - 2.200000047683716, - [ - -0.012482658959925175, - 0.0179890226572752, - 0.01590416021645069, - 0.9996338486671448 - ] - ], - [ - 2.2333333492279053, - [ - -0.014656584709882736, - 0.01817801408469677, - 0.013727709650993347, - 0.9996330738067627 - ] - ], - [ - 2.2666666507720947, - [ - -0.016860852017998695, - 0.018380461260676384, - 0.01159612089395523, - 0.9996216297149658 - ] - ], - [ - 2.299999952316284, - [ - -0.019051359966397285, - 0.01859453320503235, - 0.009536962024867535, - 0.9996001124382019 - ] - ], - [ - 2.3333332538604736, - [ - -0.02118430845439434, - 0.01881811022758484, - 0.00757876131683588, - 0.999569833278656 - ] - ], - [ - 2.366666555404663, - [ - -0.023216139525175095, - 0.01904894970357418, - 0.005750993266701698, - 0.9995324015617371 - ] - ], - [ - 2.4000000953674316, - [ - -0.025518003851175308, - 0.019318854436278343, - 0.003970334306359291, - 0.9994798898696899 - ] - ], - [ - 2.433333396911621, - [ - -0.02834494039416313, - 0.019647736102342606, - 0.0021667571272701025, - 0.9994027614593506 - ] - ], - [ - 2.4666666984558105, - [ - -0.03148102015256882, - 0.020014310255646706, - 0.00039222222403623164, - 0.9993038773536682 - ] - ], - [ - 2.5, - [ - -0.03471236303448677, - 0.020396428182721138, - -0.0012982701882719994, - 0.9991883635520935 - ] - ], - [ - 2.5333333015441895, - [ - -0.037827301770448685, - 0.020771102979779243, - -0.002846412593498826, - 0.9990643262863159 - ] - ], - [ - 2.566666603088379, - [ - -0.04061610624194145, - 0.02111489325761795, - -0.004190697800368071, - 0.9989429116249084 - ] - ], - [ - 2.5999999046325684, - [ - -0.04287050664424896, - 0.021404176950454712, - -0.005266913678497076, - 0.9988374710083008 - ] - ], - [ - 2.633333444595337, - [ - -0.044382933527231216, - 0.02161548286676407, - -0.006009033415466547, - 0.9987626671791077 - ] - ], - [ - 2.6666667461395264, - [ - -0.044945407658815384, - 0.02172580175101757, - -0.006350471638143063, - 0.9987329840660095 - ] - ], - [ - 2.7333333492279053, - [ - -0.04495667666196823, - 0.02181246131658554, - -0.006596704013645649, - 0.9987289905548096 - ] - ], - [ - 2.8333332538604736, - [ - -0.04484168812632561, - 0.02186863124370575, - -0.006897603161633015, - 0.9987308979034424 - ] - ], - [ - 2.9666666984558105, - [ - -0.04433238133788109, - 0.02182210236787796, - -0.006863017100840807, - 0.9987549185752869 - ] - ], - [ - 3.066666603088379, - [ - -0.043695759028196335, - 0.02173907309770584, - -0.0065162330865859985, - 0.9987871050834656 - ] - ], - [ - 3.133333444595337, - [ - -0.043217893689870834, - 0.021673599258065224, - -0.006189982406795025, - 0.9988113641738892 - ] - ], - [ - 3.1666667461395264, - [ - -0.04297732934355736, - 0.021640321239829063, - -0.006010727025568485, - 0.9988235831260681 - ] - ], - [ - 3.2333333492279053, - [ - -0.04250245541334152, - 0.021579448133707047, - -0.005621983669698238, - 0.998847484588623 - ] - ], - [ - 3.2666666507720947, - [ - -0.04225001484155655, - 0.021557476371526718, - -0.005387959070503712, - 0.9988599419593811 - ] - ], - [ - 3.3333332538604736, - [ - -0.041727401316165924, - 0.021527448669075966, - -0.004863949026912451, - 0.9988852739334106 - ] - ], - [ - 3.4000000953674316, - [ - -0.04121631383895874, - 0.021507449448108673, - -0.004321325570344925, - 0.9989094138145447 - ] - ], - [ - 3.433333396911621, - [ - -0.04097827151417732, - 0.02149815671145916, - -0.0040636868216097355, - 0.9989204406738281 - ] - ], - [ - 3.5, - [ - -0.04056236892938614, - 0.021474698558449745, - -0.003619848983362317, - 0.9989396333694458 - ] - ], - [ - 3.5333333015441895, - [ - -0.04039192199707031, - 0.02145753800868988, - -0.0034588121343404055, - 0.9989475011825562 - ] - ], - [ - 3.566666603088379, - [ - -0.040252089500427246, - 0.021434785798192024, - -0.00335324602201581, - 0.9989539980888367 - ] - ], - [ - 3.5999999046325684, - [ - -0.040683314204216, - 0.020580412819981575, - -0.004542917013168335, - 0.9989497661590576 - ] - ], - [ - 3.633333444595337, - [ - -0.04205944761633873, - 0.018384724855422974, - -0.00777192460373044, - 0.9989157319068909 - ] - ], - [ - 3.6666667461395264, - [ - -0.044147636741399765, - 0.0153217613697052, - -0.012301256880164146, - 0.9988317489624023 - ] - ], - [ - 3.700000047683716, - [ - -0.04668848589062691, - 0.011856175027787685, - -0.017412815243005753, - 0.9986873269081116 - ] - ], - [ - 3.7333333492279053, - [ - -0.0493638850748539, - 0.008435806259512901, - -0.02242773026227951, - 0.9984933733940125 - ] - ], - [ - 3.7666666507720947, - [ - -0.051789574325084686, - 0.005489799194037914, - -0.026715442538261414, - 0.9982855319976807 - ] - ], - [ - 3.799999952316284, - [ - -0.053529947996139526, - 0.0034323635045439005, - -0.029688026756048203, - 0.9981189370155334 - ] - ], - [ - 3.8333332538604736, - [ - -0.05413157865405083, - 0.002672115806490183, - -0.030777452513575554, - 0.9980558156967163 - ] - ], - [ - 3.933333396911621, - [ - -0.05369478091597557, - 0.002763447118923068, - -0.03067002259194851, - 0.9980824589729309 - ] - ], - [ - 4.0333333015441895, - [ - -0.053089261054992676, - 0.0029014688916504383, - -0.030551692470908165, - 0.9981181025505066 - ] - ], - [ - 4.099999904632568, - [ - -0.05260828509926796, - 0.0030335222836583853, - -0.03042217344045639, - 0.9981471300125122 - ] - ], - [ - 4.166666507720947, - [ - -0.05207681655883789, - 0.003207485657185316, - -0.030220873653888702, - 0.9981805682182312 - ] - ], - [ - 4.199999809265137, - [ - -0.05179517716169357, - 0.003312685526907444, - -0.030084799975156784, - 0.9981989860534668 - ] - ], - [ - 4.233333110809326, - [ - -0.05150454863905907, - 0.0034314070362597704, - -0.029920512810349464, - 0.9982185363769531 - ] - ], - [ - 4.300000190734863, - [ - -0.05090121552348137, - 0.003713393583893776, - -0.0294931810349226, - 0.9982612133026123 - ] - ], - [ - 4.366666793823242, - [ - -0.050276778638362885, - 0.004061500076204538, - -0.028910206630825996, - 0.9983086585998535 - ] - ], - [ - 4.400000095367432, - [ - -0.04995983839035034, - 0.004262769594788551, - -0.028551077470183372, - 0.9983339309692383 - ] - ], - [ - 4.433333396911621, - [ - -0.04964154213666916, - 0.004483572207391262, - -0.02814183011651039, - 0.9983605742454529 - ] - ], - [ - 4.4666666984558105, - [ - -0.049320295453071594, - 0.004719749558717012, - -0.027697723358869553, - 0.9983877539634705 - ] - ], - [ - 4.5, - [ - -0.048995353281497955, - 0.004968869499862194, - -0.027228469029068947, - 0.9984155297279358 - ] - ], - [ - 4.5333333015441895, - [ - -0.048669394105672836, - 0.005234359297901392, - -0.026721540838479996, - 0.9984437227249146 - ] - ], - [ - 4.566666603088379, - [ - -0.048322927206754684, - 0.00567519199103117, - -0.02562185749411583, - 0.9984870553016663 - ] - ], - [ - 4.599999904632568, - [ - -0.047944094985723495, - 0.006400915794074535, - -0.02351444587111473, - 0.998552680015564 - ] - ], - [ - 4.633333206176758, - [ - -0.0475471206009388, - 0.00733750918880105, - -0.020621461793780327, - 0.9986291527748108 - ] - ], - [ - 4.666666507720947, - [ - -0.04714377596974373, - 0.008408983238041401, - -0.01719900593161583, - 0.998704731464386 - ] - ], - [ - 4.699999809265137, - [ - -0.04674195870757103, - 0.0095403753221035, - -0.01350573543459177, - 0.9987702369689941 - ] - ], - [ - 4.733333110809326, - [ - -0.046344589442014694, - 0.010658396407961845, - -0.009801122359931469, - 0.9988206624984741 - ] - ], - [ - 4.766666889190674, - [ - -0.045949313789606094, - 0.01169181801378727, - -0.006343929562717676, - 0.9988552927970886 - ] - ], - [ - 4.800000190734863, - [ - -0.045549120754003525, - 0.01257108710706234, - -0.0033914982341229916, - 0.9988773465156555 - ] - ], - [ - 4.833333492279053, - [ - -0.04513370245695114, - 0.013227907009422779, - -0.0011982939904555678, - 0.9988926649093628 - ] - ], - [ - 4.866666793823242, - [ - -0.044691722840070724, - 0.013594339601695538, - -1.5619094483554363e-05, - 0.9989083409309387 - ] - ], - [ - 4.900000095367432, - [ - -0.04423041269183159, - 0.01378824096173048, - 0.0005657724686898291, - 0.9989261627197266 - ] - ], - [ - 4.933333396911621, - [ - -0.04376477003097534, - 0.01397410687059164, - 0.001122339628636837, - 0.9989435076713562 - ] - ], - [ - 4.9666666984558105, - [ - -0.04329593852162361, - 0.014153817668557167, - 0.0016561015509068966, - 0.9989606738090515 - ] - ], - [ - 5.0, - [ - -0.04282496124505997, - 0.014329086989164352, - 0.002168837236240506, - 0.9989774823188782 - ] - ], - [ - 5.0333333015441895, - [ - -0.04235280305147171, - 0.014501637779176235, - 0.002662196522578597, - 0.9989939332008362 - ] - ], - [ - 5.066666603088379, - [ - -0.04188038408756256, - 0.01467303466051817, - 0.003137806197628379, - 0.9990099668502808 - ] - ], - [ - 5.099999904632568, - [ - -0.04140859469771385, - 0.014844895340502262, - 0.003597229951992631, - 0.9990255236625671 - ] - ], - [ - 5.133333206176758, - [ - -0.040938351303339005, - 0.015018717385828495, - 0.004042111802846193, - 0.9990407228469849 - ] - ], - [ - 5.166666507720947, - [ - -0.040470611304044724, - 0.0151960588991642, - 0.004474130924791098, - 0.9990551471710205 - ] - ], - [ - 5.199999809265137, - [ - -0.04000511392951012, - 0.015377454459667206, - 0.004889439791440964, - 0.9990691542625427 - ] - ], - [ - 5.233333110809326, - [ - -0.03954095020890236, - 0.015562866814434528, - 0.005281888414174318, - 0.9990828037261963 - ] - ], - [ - 5.266666889190674, - [ - -0.039078205823898315, - 0.01575375534594059, - 0.005649697966873646, - 0.9990959763526917 - ] - ], - [ - 5.300000190734863, - [ - -0.038617055863142014, - 0.015951378270983696, - 0.005991054233163595, - 0.9991089105606079 - ] - ], - [ - 5.333333492279053, - [ - -0.03815758228302002, - 0.016155214980244637, - 0.006309377960860729, - 0.9991213083267212 - ] - ], - [ - 5.366666793823242, - [ - -0.03769995644688606, - 0.016363518312573433, - 0.006610230077058077, - 0.9991332292556763 - ] - ], - [ - 5.400000095367432, - [ - -0.03724425658583641, - 0.016576051712036133, - 0.006894639693200588, - 0.9991449117660522 - ] - ], - [ - 5.433333396911621, - [ - -0.03679061308503151, - 0.01679268665611744, - 0.007163447793573141, - 0.9991562366485596 - ] - ], - [ - 5.4666666984558105, - [ - -0.03633905202150345, - 0.01701323501765728, - 0.007417289074510336, - 0.9991671442985535 - ] - ], - [ - 5.5, - [ - -0.035889629274606705, - 0.017237333580851555, - 0.0076566725037992, - 0.9991777539253235 - ] - ], - [ - 5.5333333015441895, - [ - -0.03544234856963158, - 0.017464712262153625, - 0.007881981320679188, - 0.9991881251335144 - ] - ], - [ - 5.566666603088379, - [ - -0.03499714657664299, - 0.01769503578543663, - 0.008093463256955147, - 0.9991979598999023 - ] - ], - [ - 5.599999904632568, - [ - -0.034553952515125275, - 0.01792771928012371, - 0.008291330188512802, - 0.999207615852356 - ] - ], - [ - 5.633333206176758, - [ - -0.034112609922885895, - 0.01816241815686226, - 0.008475647307932377, - 0.9992170929908752 - ] - ], - [ - 5.666666507720947, - [ - -0.03367290645837784, - 0.018398448824882507, - 0.008646470494568348, - 0.9992261528968811 - ] - ], - [ - 5.733333110809326, - [ - -0.032797303050756454, - 0.018871935084462166, - 0.008947585709393024, - 0.9992437958717346 - ] - ], - [ - 5.766666889190674, - [ - -0.032360661774873734, - 0.019107865169644356, - 0.009077796712517738, - 0.9992523789405823 - ] - ], - [ - 5.800000190734863, - [ - -0.03192421793937683, - 0.01934208907186985, - 0.00919440109282732, - 0.9992608428001404 - ] - ], - [ - 5.833333492279053, - [ - -0.03148743882775307, - 0.019573651254177094, - 0.009297368116676807, - 0.9992692470550537 - ] - ], - [ - 5.866666793823242, - [ - -0.031049765646457672, - 0.019801560789346695, - 0.009386729449033737, - 0.9992775917053223 - ] - ], - [ - 5.900000095367432, - [ - -0.030610598623752594, - 0.020024606958031654, - 0.009462575428187847, - 0.9992859959602356 - ] - ], - [ - 5.933333396911621, - [ - -0.030169283971190453, - 0.020241666585206985, - 0.009525056928396225, - 0.9992944598197937 - ] - ], - [ - 6.0, - [ - -0.029277702793478966, - 0.02065270207822323, - 0.00961101334542036, - 0.9993117451667786 - ] - ], - [ - 6.0333333015441895, - [ - -0.028826206922531128, - 0.020844023674726486, - 0.00963528547435999, - 0.9993206262588501 - ] - ], - [ - 6.066666603088379, - [ - -0.02837124466896057, - 0.021024391055107117, - 0.009650521911680698, - 0.9993297457695007 - ] - ], - [ - 6.133333206176758, - [ - -0.027456102892756462, - 0.021348899230360985, - 0.009674343280494213, - 0.9993482828140259 - ] - ], - [ - 6.166666507720947, - [ - -0.02699769102036953, - 0.021490994840860367, - 0.009690571576356888, - 0.9993574619293213 - ] - ], - [ - 6.199999809265137, - [ - -0.026540210470557213, - 0.021621230989694595, - 0.00971213635057211, - 0.9993667006492615 - ] - ], - [ - 6.233333110809326, - [ - -0.02608495019376278, - 0.02174275368452072, - 0.009737668558955193, - 0.9993758201599121 - ] - ], - [ - 6.266666889190674, - [ - -0.025633100420236588, - 0.02185603231191635, - 0.009767046198248863, - 0.9993847608566284 - ] - ], - [ - 6.333333492279053, - [ - -0.024744821712374687, - 0.02205989509820938, - 0.009836222976446152, - 0.9994019865989685 - ] - ], - [ - 6.366666793823242, - [ - -0.024311138316988945, - 0.022151557728648186, - 0.009875320829451084, - 0.9994102120399475 - ] - ], - [ - 6.400000095367432, - [ - -0.02388647012412548, - 0.02223699353635311, - 0.009916852228343487, - 0.9994181394577026 - ] - ], - [ - 6.4666666984558105, - [ - -0.02307165041565895, - 0.022390497848391533, - 0.010005365125834942, - 0.9994329810142517 - ] - ], - [ - 6.5333333015441895, - [ - -0.022319797426462173, - 0.022521596401929855, - 0.010097676888108253, - 0.9994461536407471 - ] - ], - [ - 6.599999904632568, - [ - -0.021668460220098495, - 0.022625358775258064, - 0.010189471766352654, - 0.9994572401046753 - ] - ], - [ - 6.633333206176758, - [ - -0.021410765126347542, - 0.022659480571746826, - 0.010233850218355656, - 0.9994616508483887 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292518828_203080.json b/lenses/physics-objects/Scene/assets/1646688292518828_203080.json deleted file mode 100644 index b083ea34..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292518828_203080.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292518828:203080", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292519692_203093.json b/lenses/physics-objects/Scene/assets/1646688292519692_203093.json deleted file mode 100644 index 180e84e7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292519692_203093.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292519692:203093", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.744994163513184, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.553083419799805, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 6.3327813148498535, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 6.103702068328857, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.877208232879639, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.661991596221924, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.466303825378418, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.299503803253174, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 5.173892021179199, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 5.107888698577881, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 5.311931133270264, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.7950263023376465, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 6.28037166595459, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 6.48912239074707, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 6.2352423667907715, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.70562744140625, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.179708003997803, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 4.9343976974487305, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 5.031842231750488, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 5.296666145324707, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 5.647629261016846, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 6.002902507781982, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 6.283050537109375, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 6.407604217529297, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 6.307703971862793, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.051822662353516, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.7334442138671875, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.429411888122559, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 5.21132230758667, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 5.154574394226074, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 5.439025402069092, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 6.004106044769287, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.571530818939209, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.860677242279053, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 6.683693885803223, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.226048469543457, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.766223430633545, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 5.581382751464844, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 5.733607769012451, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.04548978805542, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.433979511260986, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.8155198097229, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 7.106215953826904, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 7.2220072746276855, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 7.096148490905762, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 6.800572395324707, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.4305009841918945, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.064533233642578, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.776084899902344, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.642290115356445, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.8447418212890625, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.32330322265625, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.800171852111816, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 6.9961981773376465, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 6.725308895111084, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 5.625216960906982, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 5.354409217834473, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 5.425257682800293, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 5.6617431640625, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.982375144958496, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.3052802085876465, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 6.54823637008667, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 6.6288251876831055, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.465321063995361, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 6.089336395263672, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.622189998626709, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.224297523498535, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 5.057530403137207, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.208407402038574, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.578077793121338, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.024386882781982, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 6.404394149780273, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 6.574426174163818, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.360875606536865, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.872016429901123, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.386495590209961, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.180927276611328, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.31732177734375, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.619391441345215, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 6.3911356925964355, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 6.694707870483398, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 6.8321452140808105, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 6.720546722412109, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 6.390371799468994, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.961982727050781, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.595071315765381, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.451321125030518, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.61691427230835, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.992253303527832, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 6.434863090515137, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 6.802162170410156, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 6.951535701751709, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 6.709934234619141, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 6.186591148376465, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.661367893218994, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 5.412352561950684, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.023003578186035, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292519858_203100.json b/lenses/physics-objects/Scene/assets/1646688292519858_203100.json deleted file mode 100644 index a3b48e7b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292519858_203100.json +++ /dev/null @@ -1,883 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292519858:203100", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.021381892263889313, - 0.022512312978506088, - 0.019053855910897255, - 0.9993363618850708 - ] - ], - [ - 0.06666667014360428, - [ - -0.02144031785428524, - 0.02275400608778, - 0.01901097781956196, - 0.9993303418159485 - ] - ], - [ - 0.10000000149011612, - [ - -0.021561073139309883, - 0.023343021050095558, - 0.018816884607076645, - 0.9993179440498352 - ] - ], - [ - 0.13333334028720856, - [ - -0.021731827408075333, - 0.02414356917142868, - 0.01845482550561428, - 0.9993019700050354 - ] - ], - [ - 0.1666666716337204, - [ - -0.021935945376753807, - 0.024985676631331444, - 0.01799195446074009, - 0.9992851614952087 - ] - ], - [ - 0.20000000298023224, - [ - -0.02214141935110092, - 0.025639861822128296, - 0.017675964161753654, - 0.9992697834968567 - ] - ], - [ - 0.23333333432674408, - [ - -0.02229321002960205, - 0.025795893743634224, - 0.01791851781308651, - 0.9992579817771912 - ] - ], - [ - 0.2666666805744171, - [ - -0.02233724296092987, - 0.02521418407559395, - 0.018797103315591812, - 0.9992557168006897 - ] - ], - [ - 0.30000001192092896, - [ - -0.022316791117191315, - 0.024288110435009003, - 0.019587837159633636, - 0.9992640018463135 - ] - ], - [ - 0.3333333432674408, - [ - -0.022290349006652832, - 0.02347678877413273, - 0.019998272880911827, - 0.9992757439613342 - ] - ], - [ - 0.4000000059604645, - [ - -0.022261416539549828, - 0.023560918867588043, - 0.019860560074448586, - 0.9992771744728088 - ] - ], - [ - 0.4333333373069763, - [ - -0.022140249609947205, - 0.024351373314857483, - 0.01894812285900116, - 0.9992786049842834 - ] - ], - [ - 0.46666666865348816, - [ - -0.022076528519392014, - 0.02519095130264759, - 0.01741289719939232, - 0.9992871880531311 - ] - ], - [ - 0.5, - [ - -0.022106222808361053, - 0.025800690054893494, - 0.016072548925876617, - 0.9992935061454773 - ] - ], - [ - 0.5333333611488342, - [ - -0.022239992395043373, - 0.02597954496741295, - 0.01633048988878727, - 0.999281644821167 - ] - ], - [ - 0.5666666626930237, - [ - -0.02248016744852066, - 0.025789212435483932, - 0.017741672694683075, - 0.9992571473121643 - ] - ], - [ - 0.6000000238418579, - [ - -0.022768352180719376, - 0.025278382003307343, - 0.019183142110705376, - 0.9992370009422302 - ] - ], - [ - 0.6333333253860474, - [ - -0.02286476269364357, - 0.02455488219857216, - 0.019933566451072693, - 0.9992381930351257 - ] - ], - [ - 0.6666666865348816, - [ - -0.02266812138259411, - 0.02389470674097538, - 0.020028095692396164, - 0.9992567896842957 - ] - ], - [ - 0.699999988079071, - [ - -0.02242359332740307, - 0.02360101416707039, - 0.019822021946310997, - 0.9992733597755432 - ] - ], - [ - 0.7333333492279053, - [ - -0.022246381267905235, - 0.02379312366247177, - 0.019351879134774208, - 0.9992820024490356 - ] - ], - [ - 0.7666666507720947, - [ - -0.022155286744236946, - 0.024323394522070885, - 0.018551426008343697, - 0.999286413192749 - ] - ], - [ - 0.800000011920929, - [ - -0.022136365994811058, - 0.025013918057084084, - 0.017388226464390755, - 0.9992907047271729 - ] - ], - [ - 0.8333333134651184, - [ - -0.02217826247215271, - 0.025710752233862877, - 0.0160784013569355, - 0.9992940425872803 - ] - ], - [ - 0.8666666746139526, - [ - -0.022279320284724236, - 0.02626802586019039, - 0.015252970159053802, - 0.9992903470993042 - ] - ], - [ - 0.8999999761581421, - [ - -0.022381199523806572, - 0.026407400146126747, - 0.015619372949004173, - 0.9992786049842834 - ] - ], - [ - 0.9333333373069763, - [ - -0.022415267303586006, - 0.02583829127252102, - 0.01718165911734104, - 0.9992671012878418 - ] - ], - [ - 0.9666666388511658, - [ - -0.022395126521587372, - 0.024875296279788017, - 0.01861235685646534, - 0.9992663860321045 - ] - ], - [ - 1.0, - [ - -0.022336747497320175, - 0.023967312648892403, - 0.019344814121723175, - 0.9992760419845581 - ] - ], - [ - 1.0333333015441895, - [ - -0.02224596217274666, - 0.023530712351202965, - 0.019484518095850945, - 0.9992856383323669 - ] - ], - [ - 1.0666667222976685, - [ - -0.022054964676499367, - 0.023760691285133362, - 0.019036121666431427, - 0.9992930889129639 - ] - ], - [ - 1.100000023841858, - [ - -0.02183862216770649, - 0.024352924898266792, - 0.017926784232258797, - 0.9993041753768921 - ] - ], - [ - 1.1333333253860474, - [ - -0.02170298434793949, - 0.02496166154742241, - 0.01635287143290043, - 0.9993190169334412 - ] - ], - [ - 1.1666666269302368, - [ - -0.021642012521624565, - 0.0253199003636837, - 0.015209318138659, - 0.9993293881416321 - ] - ], - [ - 1.2000000476837158, - [ - -0.021623656153678894, - 0.025238579139113426, - 0.015651844441890717, - 0.9993249773979187 - ] - ], - [ - 1.2333333492279053, - [ - -0.021632617339491844, - 0.024794504046440125, - 0.016980353742837906, - 0.9993142485618591 - ] - ], - [ - 1.2666666507720947, - [ - -0.021634813398122787, - 0.024068454280495644, - 0.01816604845225811, - 0.999311089515686 - ] - ], - [ - 1.2999999523162842, - [ - -0.021539555862545967, - 0.02321399375796318, - 0.018733292818069458, - 0.9993228912353516 - ] - ], - [ - 1.3333333730697632, - [ - -0.021352354437112808, - 0.022493764758110046, - 0.018826352432370186, - 0.9993417263031006 - ] - ], - [ - 1.399999976158142, - [ - -0.021118763834238052, - 0.022218473255634308, - 0.018529633060097694, - 0.9993582963943481 - ] - ], - [ - 1.4333332777023315, - [ - -0.021096885204315186, - 0.022593215107917786, - 0.018171438947319984, - 0.9993569254875183 - ] - ], - [ - 1.4666666984558105, - [ - -0.021111611276865005, - 0.02310355380177498, - 0.017660707235336304, - 0.9993541240692139 - ] - ], - [ - 1.5, - [ - -0.021147888153791428, - 0.023611243814229965, - 0.017128268256783485, - 0.9993508458137512 - ] - ], - [ - 1.5666667222976685, - [ - -0.02123643085360527, - 0.023979200050234795, - 0.017236677929759026, - 0.9993383288383484 - ] - ], - [ - 1.600000023841858, - [ - -0.021242517977952957, - 0.023429708555340767, - 0.01807370036840439, - 0.9993364810943604 - ] - ], - [ - 1.6333333253860474, - [ - -0.02123555913567543, - 0.022625502198934555, - 0.018759090453386307, - 0.9993425011634827 - ] - ], - [ - 1.6666666269302368, - [ - -0.021238403394818306, - 0.02192705310881138, - 0.01909465342760086, - 0.9993515610694885 - ] - ], - [ - 1.7000000476837158, - [ - -0.021268712356686592, - 0.02167169377207756, - 0.019210875034332275, - 0.9993542432785034 - ] - ], - [ - 1.7333333492279053, - [ - -0.021294284611940384, - 0.02204863354563713, - 0.01914592646062374, - 0.9993467330932617 - ] - ], - [ - 1.7666666507720947, - [ - -0.021310407668352127, - 0.022801268845796585, - 0.01873002015054226, - 0.999337375164032 - ] - ], - [ - 1.7999999523162842, - [ - -0.02134927362203598, - 0.023599326610565186, - 0.017916085198521614, - 0.9993330240249634 - ] - ], - [ - 1.8333333730697632, - [ - -0.021413039416074753, - 0.02416182868182659, - 0.01719719171524048, - 0.9993307590484619 - ] - ], - [ - 1.8666666746139526, - [ - -0.0215048398822546, - 0.024283915758132935, - 0.017419040203094482, - 0.9993219971656799 - ] - ], - [ - 1.899999976158142, - [ - -0.021645069122314453, - 0.02406235598027706, - 0.01829410158097744, - 0.9993087649345398 - ] - ], - [ - 1.9333332777023315, - [ - -0.021819477900862694, - 0.023588206619024277, - 0.01916446164250374, - 0.9992998838424683 - ] - ], - [ - 1.9666666984558105, - [ - -0.02190675213932991, - 0.022997478023171425, - 0.019621795043349266, - 0.999302864074707 - ] - ], - [ - 2.0, - [ - -0.021843891590833664, - 0.02252129092812538, - 0.01970697194337845, - 0.9993134140968323 - ] - ], - [ - 2.066666603088379, - [ - -0.021722162142395973, - 0.02269125171005726, - 0.019397210329771042, - 0.9993183612823486 - ] - ], - [ - 2.0999999046325684, - [ - -0.02173454873263836, - 0.023296041414141655, - 0.018911944702267647, - 0.9993134140968323 - ] - ], - [ - 2.133333444595337, - [ - -0.02179245464503765, - 0.02404501661658287, - 0.018125368282198906, - 0.9993089437484741 - ] - ], - [ - 2.1666667461395264, - [ - -0.021894438192248344, - 0.024795114994049072, - 0.017192166298627853, - 0.9993048906326294 - ] - ], - [ - 2.200000047683716, - [ - -0.0220527071505785, - 0.025409089401364326, - 0.016622178256511688, - 0.9992956519126892 - ] - ], - [ - 2.2333333492279053, - [ - -0.022251475602388382, - 0.025639979168772697, - 0.01704740896821022, - 0.99927818775177 - ] - ], - [ - 2.2666666507720947, - [ - -0.02244449406862259, - 0.025223374366760254, - 0.018399234861135483, - 0.9992604851722717 - ] - ], - [ - 2.299999952316284, - [ - -0.02259306237101555, - 0.024426383897662163, - 0.01955091767013073, - 0.9992550611495972 - ] - ], - [ - 2.3333332538604736, - [ - -0.022598695009946823, - 0.023658743128180504, - 0.020025508478283882, - 0.9992640018463135 - ] - ], - [ - 2.366666555404663, - [ - -0.022432472556829453, - 0.023346953094005585, - 0.019938400015234947, - 0.9992768168449402 - ] - ], - [ - 2.4000000953674316, - [ - -0.02225874923169613, - 0.02372720278799534, - 0.019402705132961273, - 0.9992823004722595 - ] - ], - [ - 2.433333396911621, - [ - -0.02215070277452469, - 0.024509666487574577, - 0.018287641927599907, - 0.9992868304252625 - ] - ], - [ - 2.4666666984558105, - [ - -0.022110067307949066, - 0.025331657379865646, - 0.016647424548864365, - 0.9992960095405579 - ] - ], - [ - 2.5, - [ - -0.022115757688879967, - 0.02586408704519272, - 0.01532991323620081, - 0.9993032217025757 - ] - ], - [ - 2.5333333015441895, - [ - -0.022178078070282936, - 0.02591278776526451, - 0.015721261501312256, - 0.9992945194244385 - ] - ], - [ - 2.566666603088379, - [ - -0.022318419069051743, - 0.025608299300074577, - 0.017233114689588547, - 0.9992743134498596 - ] - ], - [ - 2.5999999046325684, - [ - -0.022473102435469627, - 0.02499985136091709, - 0.018686240538954735, - 0.9992601275444031 - ] - ], - [ - 2.633333444595337, - [ - -0.02245270647108555, - 0.024211984127759933, - 0.01941518299281597, - 0.9992660880088806 - ] - ], - [ - 2.6666667461395264, - [ - -0.022214559838175774, - 0.02352127432823181, - 0.019510293379426003, - 0.9992860555648804 - ] - ], - [ - 2.700000047683716, - [ - -0.02197135239839554, - 0.023207660764455795, - 0.019324013963341713, - 0.9993023872375488 - ] - ], - [ - 2.7333333492279053, - [ - -0.021806031465530396, - 0.02335781417787075, - 0.01890508644282818, - 0.9993106126785278 - ] - ], - [ - 2.7666666507720947, - [ - -0.021719034761190414, - 0.023812944069504738, - 0.018220556899905205, - 0.9993143677711487 - ] - ], - [ - 2.799999952316284, - [ - -0.02169225364923477, - 0.024402936920523643, - 0.01728208176791668, - 0.9993174076080322 - ] - ], - [ - 2.8333332538604736, - [ - -0.021710343658924103, - 0.02498052641749382, - 0.0163137074559927, - 0.9993190169334412 - ] - ], - [ - 2.866666555404663, - [ - -0.02176804095506668, - 0.02540883794426918, - 0.015857020393013954, - 0.9993143081665039 - ] - ], - [ - 2.9000000953674316, - [ - -0.02183745615184307, - 0.025444110855460167, - 0.016469329595565796, - 0.999302089214325 - ] - ], - [ - 2.933333396911621, - [ - -0.021879954263567924, - 0.024860652163624763, - 0.017901970073580742, - 0.9992911219596863 - ] - ], - [ - 2.9666666984558105, - [ - -0.021882984787225723, - 0.023947544395923615, - 0.01902141235768795, - 0.99929279088974 - ] - ], - [ - 3.0, - [ - -0.02180934138596058, - 0.02311074733734131, - 0.019477052614092827, - 0.9993051886558533 - ] - ], - [ - 3.0333333015441895, - [ - -0.02167256735265255, - 0.02275010757148266, - 0.0194674301892519, - 0.9993166327476501 - ] - ], - [ - 3.066666603088379, - [ - -0.02157650887966156, - 0.023059969767928123, - 0.019143061712384224, - 0.9993178844451904 - ] - ], - [ - 3.0999999046325684, - [ - -0.021542895585298538, - 0.0237570833414793, - 0.01842038333415985, - 0.9993158578872681 - ] - ], - [ - 3.133333444595337, - [ - -0.021554259583353996, - 0.024504777044057846, - 0.017339257523417473, - 0.999316930770874 - ] - ], - [ - 3.1666667461395264, - [ - -0.021586406975984573, - 0.024990582838654518, - 0.01651163585484028, - 0.9993181824684143 - ] - ], - [ - 3.200000047683716, - [ - -0.021641360595822334, - 0.02501155436038971, - 0.016898980364203453, - 0.9993100166320801 - ] - ], - [ - 3.2333333492279053, - [ - -0.021745914593338966, - 0.024698004126548767, - 0.018042197450995445, - 0.9992956519126892 - ] - ], - [ - 3.2666666507720947, - [ - -0.021873850375413895, - 0.024126624688506126, - 0.019105682149529457, - 0.999286949634552 - ] - ], - [ - 3.299999952316284, - [ - -0.021903272718191147, - 0.023433391004800797, - 0.01963939517736435, - 0.9992925524711609 - ] - ], - [ - 3.3333332538604736, - [ - -0.021679257974028587, - 0.022893423214554787, - 0.019391294568777084, - 0.9993147253990173 - ] - ], - [ - 3.366666555404663, - [ - -0.021381892263889313, - 0.022512312978506088, - 0.019053855910897255, - 0.9993363618850708 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292520007_203107.json b/lenses/physics-objects/Scene/assets/1646688292520007_203107.json deleted file mode 100644 index d17a23c8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292520007_203107.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292520007:203107", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292520868_203120.json b/lenses/physics-objects/Scene/assets/1646688292520868_203120.json deleted file mode 100644 index 4eadbb63..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292520868_203120.json +++ /dev/null @@ -1,1050 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292520868:203120", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.996399402618408, - 1.7763568394002505e-15, - -7.993605777301127e-15 - ] - ], - [ - 0.03333333507180214, - [ - 6.996399402618408, - 1.7763568394002505e-15, - -7.993605777301127e-15 - ] - ], - [ - 0.06666667014360428, - [ - 7.011636257171631, - 6.217248937900877e-15, - -1.4765966227514582e-14 - ] - ], - [ - 0.13333334028720856, - [ - 7.030331611633301, - -1.7763568394002505e-15, - 3.3861802251067274e-15 - ] - ], - [ - 0.30000001192092896, - [ - 7.004175662994385, - 4.440892098500626e-15, - -1.509903313490213e-14 - ] - ], - [ - 0.3333333432674408, - [ - 6.989184379577637, - 4.733164468361099e-28, - 2.6645352591003757e-15 - ] - ], - [ - 0.36666667461395264, - [ - 6.971608638763428, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.4000000059604645, - [ - 6.951722621917725, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.4333333373069763, - [ - 6.929797649383545, - 1.7763568394002505e-15, - -3.552714949349922e-15 - ] - ], - [ - 0.5, - [ - 6.881080150604248, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 0.699999988079071, - [ - 6.725214958190918, - 5.10702591327572e-15, - 7.105427357601002e-15 - ] - ], - [ - 0.800000011920929, - [ - 6.644262790679932, - -1.942890293094024e-15, - -1.2701686471888312e-21 - ] - ], - [ - 0.8666666746139526, - [ - 6.595386505126953, - 4.524158825347513e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.8999999761581421, - [ - 6.5734710693359375, - -2.2204422376020504e-15, - 5.4526042657717e-27 - ] - ], - [ - 0.9333333373069763, - [ - 6.553598880767822, - -5.6343818499726694e-15, - -1.5146128176537211e-28 - ] - ], - [ - 0.9666666388511658, - [ - 6.536041259765625, - 7.771523055893469e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.0, - [ - 6.521069049835205, - 3.4416913763379853e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.499965667724609, - 8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.497441291809082, - 3.99679780645288e-15, - -1.3737974145825033e-26 - ] - ], - [ - 1.2000000476837158, - [ - 6.511358261108398, - 6.217248937900877e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.532913684844971, - 2.2204441434261818e-15, - -3.5527117729763696e-15 - ] - ], - [ - 1.2666666507720947, - [ - 6.561222076416016, - -8.881774667880596e-16, - -1.6935575904065997e-21 - ] - ], - [ - 1.2999999523162842, - [ - 6.595393657684326, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.634540557861328, - 7.993605777301127e-15, - -1.0658141036401503e-14 - ] - ], - [ - 1.3666666746139526, - [ - 6.677779197692871, - 5.3290692476513305e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.7242279052734375, - 6.1347933039769474e-27, - 5.4526042657717e-27 - ] - ], - [ - 1.4666666984558105, - [ - 6.823216915130615, - -8.88180960798967e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.924428462982178, - 8.881741315958298e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.9736504554748535, - 7.105427357601002e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.600000023841858, - [ - 7.020766258239746, - 3.552713678800501e-15, - -5.4526042657717e-27 - ] - ], - [ - 1.6333333253860474, - [ - 7.06488561630249, - 8.881784197001252e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.6666666269302368, - [ - 7.1051177978515625, - 3.552721302097026e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7000000476837158, - [ - 7.140572547912598, - -5.3290705182007514e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7333333492279053, - [ - 7.1703572273254395, - 1.7763593804990922e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7666666507720947, - [ - 7.193578720092773, - 5.3290705182007514e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 7.209344863891602, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.899999976158142, - [ - 7.20527982711792, - 2.272873320137969e-27, - -1.7763568394002505e-15 - ] - ], - [ - 1.9333332777023315, - [ - 7.190127372741699, - 3.5527060555039756e-15, - -3.552709231877528e-15 - ] - ], - [ - 1.9666666984558105, - [ - 7.169970989227295, - 8.881784197001252e-15, - -7.105427357601002e-15 - ] - ], - [ - 2.0, - [ - 7.145307540893555, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 2.0333333015441895, - [ - 7.116664409637451, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.066666603088379, - [ - 7.084567070007324, - 8.881784197001252e-15, - -3.5527073260533965e-15 - ] - ], - [ - 2.0999999046325684, - [ - 7.049541473388672, - 3.552723843195868e-15, - -5.3290705182007514e-15 - ] - ], - [ - 2.133333444595337, - [ - 7.012109279632568, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.200000047683716, - [ - 6.932111740112305, - -8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 2.3333332538604736, - [ - 6.7660346031188965, - 1.7763568394002505e-15, - -8.881719081343432e-16 - ] - ], - [ - 2.4000000953674316, - [ - 6.687790393829346, - 4.440904803994835e-16, - -7.105437521996369e-15 - ] - ], - [ - 2.433333396911621, - [ - 6.650837421417236, - 8.881784197001252e-16, - -9.769962616701378e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.615846633911133, - 4.4408817752865815e-16, - -3.552711137701659e-15 - ] - ], - [ - 2.5, - [ - 6.583285808563232, - -1.3322676295501878e-15, - -2.6645352591003757e-15 - ] - ], - [ - 2.5333333015441895, - [ - 6.55361795425415, - 1.1102230246251565e-15, - 8.881784197001252e-15 - ] - ], - [ - 2.566666603088379, - [ - 6.527306079864502, - -1.2212453270876722e-15, - -6.2172387735055096e-15 - ] - ], - [ - 2.5999999046325684, - [ - 6.504809379577637, - -1.0547118733938987e-15, - -7.993593071806918e-15 - ] - ], - [ - 2.633333444595337, - [ - 6.486587047576904, - -5.662137425588298e-15, - -1.598720986053636e-14 - ] - ], - [ - 2.6666667461395264, - [ - 6.473099708557129, - -3.5527098671522383e-15, - -5.3290705182007514e-15 - ] - ], - [ - 2.8333332538604736, - [ - 6.484919548034668, - -6.217248937900877e-15, - -1.1102230246251565e-14 - ] - ], - [ - 2.866666555404663, - [ - 6.500706195831299, - -8.881784197001252e-16, - -3.5817324676709366e-25 - ] - ], - [ - 2.9000000953674316, - [ - 6.519832134246826, - -2.6645352591003757e-15, - -5.773159728050814e-15 - ] - ], - [ - 2.933333396911621, - [ - 6.541950702667236, - -8.881784197001252e-16, - -1.4432829439908887e-15 - ] - ], - [ - 2.9666666984558105, - [ - 6.566677570343018, - -2.6645352591003757e-15, - 1.4432899320127035e-15 - ] - ], - [ - 3.0333333015441895, - [ - 6.621862888336182, - -3.552713678800501e-15, - -1.1601830607332886e-14 - ] - ], - [ - 3.1666667461395264, - [ - 6.740484714508057, - -6.058442507633638e-26, - 4.440892098500626e-15 - ] - ], - [ - 3.2333333492279053, - [ - 6.795591831207275, - -1.7763568394002505e-15, - -9.769962616701378e-15 - ] - ], - [ - 3.2666666507720947, - [ - 6.820464611053467, - -5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 3.299999952316284, - [ - 6.842955112457275, - -5.3290705182007514e-15, - -1.509903313490213e-14 - ] - ], - [ - 3.3333332538604736, - [ - 6.86260461807251, - -5.3290705182007514e-15, - -7.993621023894178e-15 - ] - ], - [ - 3.366666555404663, - [ - 6.878953456878662, - -1.7763657332461966e-15, - -2.6645352591003757e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.899911880493164, - -3.552713678800501e-15, - -1.2878597250047183e-14 - ] - ], - [ - 3.5999999046325684, - [ - 6.880188465118408, - -3.552713678800501e-15, - -6.8833941876207585e-15 - ] - ], - [ - 3.633333444595337, - [ - 6.866684913635254, - -3.552713678800501e-15, - -1.3322676295501878e-15 - ] - ], - [ - 3.6666667461395264, - [ - 6.8508124351501465, - -8.881784197001252e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.700000047683716, - [ - 6.83291482925415, - 1.7763568394002505e-15, - 2.6645352591003757e-15 - ] - ], - [ - 3.7333333492279053, - [ - 6.813216686248779, - -2.1169494618760484e-21, - -8.881784197001252e-16 - ] - ], - [ - 3.7666666507720947, - [ - 6.7918219566345215, - -7.105427357601002e-15, - -6.058449826167426e-28 - ] - ], - [ - 3.799999952316284, - [ - 6.768743991851807, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.866666555404663, - [ - 6.71792459487915, - -3.552736548690077e-15, - -1.7763511219278565e-15 - ] - ], - [ - 4.066666603088379, - [ - 6.556572914123535, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.133333206176758, - [ - 6.5074028968811035, - -8.881784197001252e-15, - 1.3763569687782066e-20 - ] - ], - [ - 4.166666507720947, - [ - 6.484907627105713, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.199999809265137, - [ - 6.464168071746826, - -7.10538161782185e-15, - -3.48965489718031e-25 - ] - ], - [ - 4.233333110809326, - [ - 6.445455551147461, - -1.4210854715202004e-14, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 6.429041385650635, - -8.881784197001252e-15, - 4.749804973007511e-25 - ] - ], - [ - 4.300000190734863, - [ - 6.415197849273682, - -8.881784197001252e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.366666793823242, - [ - 6.396308422088623, - -1.776343180993976e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.4666666984558105, - [ - 6.396999359130859, - -5.504058584237496e-21, - 0.0 - ] - ], - [ - 4.5, - [ - 6.412346839904785, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 6.436074733734131, - -1.7763587452243818e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.566666603088379, - [ - 6.467166900634766, - 8.881784197001252e-16, - -7.291941780594562e-26 - ] - ], - [ - 4.599999904632568, - [ - 6.504644870758057, - -1.2434497875801753e-14, - -3.552713678800501e-15 - ] - ], - [ - 4.633333206176758, - [ - 6.547650337219238, - -7.993605777301127e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.666666507720947, - [ - 6.595327377319336, - -1.7763568394002505e-14, - -3.552713678800501e-15 - ] - ], - [ - 4.699999809265137, - [ - 6.646804332733154, - -1.3766803621834568e-14, - -7.105427357601002e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.701185703277588, - -3.996851169528557e-15, - -3.552737819239498e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.928936004638672, - -4.4408476292708953e-16, - -1.7763568394002505e-14 - ] - ], - [ - 4.900000095367432, - [ - 6.983614921569824, - 8.881784197001252e-16, - -3.5526831856143998e-15 - ] - ], - [ - 4.933333396911621, - [ - 7.035521030426025, - -4.440892098500626e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.9666666984558105, - [ - 7.083714485168457, - 8.467796029968668e-22, - -5.080677416032809e-21 - ] - ], - [ - 5.0, - [ - 7.127255916595459, - 1.3322676295501878e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.0333333015441895, - [ - 7.165205955505371, - 2.6645352591003757e-15, - -1.0658141036401503e-14 - ] - ], - [ - 5.066666603088379, - [ - 7.196624755859375, - 2.7344781677229606e-26, - -7.105427357601002e-15 - ] - ], - [ - 5.099999904632568, - [ - 7.220573425292969, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.133333206176758, - [ - 7.236112117767334, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.2203168869018555, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 5.300000190734863, - [ - 7.202876091003418, - 1.7763568394002505e-15, - 3.48965489718031e-25 - ] - ], - [ - 5.333333492279053, - [ - 7.181171417236328, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 5.366666793823242, - [ - 7.1556782722473145, - 5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 5.400000095367432, - [ - 7.126872539520264, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.433333396911621, - [ - 7.095229148864746, - 5.3290705182007514e-15, - -1.7763568394002505e-14 - ] - ], - [ - 5.4666666984558105, - [ - 7.061224460601807, - 5.3290705182007514e-15, - -1.065813595420382e-14 - ] - ], - [ - 5.5333333015441895, - [ - 6.988030910491943, - 8.881806431616118e-16, - -7.105427357601002e-15 - ] - ], - [ - 5.666666507720947, - [ - 6.834186553955078, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.733333110809326, - [ - 6.761106967926025, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.766666889190674, - [ - 6.727180004119873, - 1.1546319456101628e-14, - -3.019806288167247e-14 - ] - ], - [ - 5.800000190734863, - [ - 6.69562292098999, - 3.5526755623178745e-15, - -1.24344216428365e-14 - ] - ], - [ - 5.833333492279053, - [ - 6.666905879974365, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.641498565673828, - 8.881971603040832e-16, - -5.3290908469914855e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.619871616363525, - 7.993605777301127e-15, - -1.7763568394002505e-14 - ] - ], - [ - 5.933333396911621, - [ - 6.602494239807129, - 8.239484522091109e-26, - -8.881784197001252e-15 - ] - ], - [ - 6.0, - [ - 6.582368850708008, - -6.661338147750939e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.133333206176758, - [ - 6.60521936416626, - 3.996807970848247e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.166666507720947, - [ - 6.621572017669678, - 2.886590028420774e-15, - -7.993605777301127e-15 - ] - ], - [ - 6.199999809265137, - [ - 6.641210079193115, - -4.440892098500626e-16, - -2.6645352591003757e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.663663864135742, - 3.3306512861835773e-15, - -9.769932123515276e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.6884636878967285, - 4.884981308350689e-15, - -1.1546319456101628e-14 - ] - ], - [ - 6.333333492279053, - [ - 6.743220329284668, - -1.7763304754997672e-15, - 6.217236232406668e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.860139846801758, - 5.3290705182007514e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.5333333015441895, - [ - 6.914708614349365, - -2.5403340632033946e-21, - 1.582067810090848e-15 - ] - ], - [ - 6.566666603088379, - [ - 6.939337730407715, - 5.3290705182007514e-15, - -6.827871601444713e-15 - ] - ], - [ - 6.599999904632568, - [ - 6.9615373611450195, - -1.7763568394002505e-15, - -1.9984014443252818e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.98077917098999, - 2.6645352591003757e-15, - -9.547918011776346e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292521038_203127.json b/lenses/physics-objects/Scene/assets/1646688292521038_203127.json deleted file mode 100644 index cb54f0ce..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292521038_203127.json +++ /dev/null @@ -1,1558 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292521038:203127", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02328234724700451, - 0.06418260186910629, - 0.032441988587379456, - 0.9971389174461365 - ] - ], - [ - 0.03333333507180214, - [ - -0.02328234724700451, - 0.06418260186910629, - 0.032441988587379456, - 0.9971389174461365 - ] - ], - [ - 0.10000000149011612, - [ - -0.02324059046804905, - 0.06406939029693604, - 0.03273900970816612, - 0.9971374869346619 - ] - ], - [ - 0.1666666716337204, - [ - -0.023205678910017014, - 0.06403379887342453, - 0.0330977700650692, - 0.9971287250518799 - ] - ], - [ - 0.2666666805744171, - [ - -0.023172933608293533, - 0.06411939859390259, - 0.03363657742738724, - 0.9971059560775757 - ] - ], - [ - 0.36666667461395264, - [ - -0.023170441389083862, - 0.06432896852493286, - 0.0340031236410141, - 0.9970800876617432 - ] - ], - [ - 0.4000000059604645, - [ - -0.023174764588475227, - 0.06442158669233322, - 0.034098003059625626, - 0.9970707893371582 - ] - ], - [ - 0.4333333373069763, - [ - -0.02318129502236843, - 0.06452377885580063, - 0.03418121114373207, - 0.9970611333847046 - ] - ], - [ - 0.46666666865348816, - [ - -0.02318987436592579, - 0.0646345242857933, - 0.034252945333719254, - 0.9970514178276062 - ] - ], - [ - 0.5, - [ - -0.02250872552394867, - 0.06383374333381653, - 0.04095659404993057, - 0.9968656897544861 - ] - ], - [ - 0.5333333611488342, - [ - -0.020665250718593597, - 0.06159592792391777, - 0.058467309921979904, - 0.9961729049682617 - ] - ], - [ - 0.5666666626930237, - [ - -0.01797676645219326, - 0.05853651091456413, - 0.08304784446954727, - 0.9946624636650085 - ] - ], - [ - 0.6000000238418579, - [ - -0.014775882475078106, - 0.05523768812417984, - 0.11097007244825363, - 0.9921774864196777 - ] - ], - [ - 0.6333333253860474, - [ - -0.011440196074545383, - 0.05218902975320816, - 0.13858886063098907, - 0.9889077544212341 - ] - ], - [ - 0.6666666865348816, - [ - -0.0084104398265481, - 0.049760185182094574, - 0.16240401566028595, - 0.9854329824447632 - ] - ], - [ - 0.699999988079071, - [ - -0.006190572399646044, - 0.048211485147476196, - 0.17907238006591797, - 0.9826345443725586 - ] - ], - [ - 0.7333333492279053, - [ - -0.005319319199770689, - 0.04775157943367958, - 0.18533746898174286, - 0.9814997315406799 - ] - ], - [ - 0.8999999761581421, - [ - -0.005234294570982456, - 0.04849344119429588, - 0.18504515290260315, - 0.9815189838409424 - ] - ], - [ - 1.0666667222976685, - [ - -0.005198213271796703, - 0.04896005988121033, - 0.18447721004486084, - 0.9816027879714966 - ] - ], - [ - 1.1333333253860474, - [ - -0.005203609820455313, - 0.049017731100320816, - 0.18417999148368835, - 0.9816557168960571 - ] - ], - [ - 1.1666666269302368, - [ - -0.005214964505285025, - 0.04899459332227707, - 0.18398331105709076, - 0.9816938042640686 - ] - ], - [ - 1.2000000476837158, - [ - -0.005203248467296362, - 0.04894792288541794, - 0.18340523540973663, - 0.9818042516708374 - ] - ], - [ - 1.2333333492279053, - [ - -0.00513883400708437, - 0.04891103133559227, - 0.18217326700687408, - 0.982035756111145 - ] - ], - [ - 1.2666666507720947, - [ - -0.005027208477258682, - 0.048883162438869476, - 0.1803402602672577, - 0.982375979423523 - ] - ], - [ - 1.2999999523162842, - [ - -0.004872571211308241, - 0.04886161908507347, - 0.1780005395412445, - 0.9828044772148132 - ] - ], - [ - 1.3333333730697632, - [ - -0.004679309669882059, - 0.04884369671344757, - 0.17523804306983948, - 0.9833025932312012 - ] - ], - [ - 1.3666666746139526, - [ - -0.004453112371265888, - 0.04882815480232239, - 0.17208904027938843, - 0.983860433101654 - ] - ], - [ - 1.399999976158142, - [ - -0.004199715331196785, - 0.04881391301751137, - 0.16858892142772675, - 0.9844680428504944 - ] - ], - [ - 1.4333332777023315, - [ - -0.003924968186765909, - 0.04879968985915184, - 0.16477221250534058, - 0.9851158857345581 - ] - ], - [ - 1.4666666984558105, - [ - -0.0036348181311041117, - 0.048784591257572174, - 0.16067303717136383, - 0.9857946038246155 - ] - ], - [ - 1.5, - [ - -0.0033353501930832863, - 0.04876790568232536, - 0.15632523596286774, - 0.986495316028595 - ] - ], - [ - 1.5333333015441895, - [ - -0.0030327746644616127, - 0.04874937981367111, - 0.1517624408006668, - 0.9872094392776489 - ] - ], - [ - 1.5666667222976685, - [ - -0.0027334580663591623, - 0.04872915521264076, - 0.14701852202415466, - 0.9879289269447327 - ] - ], - [ - 1.600000023841858, - [ - -0.0024438973050564528, - 0.04870811477303505, - 0.14212743937969208, - 0.9886462092399597 - ] - ], - [ - 1.6333333253860474, - [ - -0.0021707462146878242, - 0.0486876517534256, - 0.13712351024150848, - 0.9893543124198914 - ] - ], - [ - 1.6666666269302368, - [ - -0.0019207936711609364, - 0.04867006465792656, - 0.13204136490821838, - 0.9900467991828918 - ] - ], - [ - 1.7000000476837158, - [ - -0.0017009851289913058, - 0.048658277839422226, - 0.12691614031791687, - 0.9907178282737732 - ] - ], - [ - 1.7333333492279053, - [ - -0.0015183985233306885, - 0.04865620657801628, - 0.12178341299295425, - 0.9913623332977295 - ] - ], - [ - 1.7666666507720947, - [ - -0.0013802633620798588, - 0.048668377101421356, - 0.11667922139167786, - 0.9919755458831787 - ] - ], - [ - 1.7999999523162842, - [ - -0.0012939304579049349, - 0.04870050027966499, - 0.11164018511772156, - 0.9925538301467896 - ] - ], - [ - 1.8333333730697632, - [ - -0.001266893232241273, - 0.04875887557864189, - 0.10670343041419983, - 0.9930938482284546 - ] - ], - [ - 1.8666666746139526, - [ - -0.0013067570980638266, - 0.048850737512111664, - 0.10190669447183609, - 0.9935929179191589 - ] - ], - [ - 1.899999976158142, - [ - -0.0014224096667021513, - 0.048972904682159424, - 0.09726990759372711, - 0.9940513968467712 - ] - ], - [ - 1.9333332777023315, - [ - -0.0016231422778218985, - 0.04911798983812332, - 0.0928042009472847, - 0.9944707751274109 - ] - ], - [ - 1.9666666984558105, - [ - -0.0020791541319340467, - 0.04925816133618355, - 0.0881861075758934, - 0.9948831796646118 - ] - ], - [ - 2.0, - [ - -0.00292481598444283, - 0.04937989264726639, - 0.08311153203248978, - 0.9953117966651917 - ] - ], - [ - 2.0333333015441895, - [ - -0.0041139437817037106, - 0.049505580216646194, - 0.07765571773052216, - 0.9957419633865356 - ] - ], - [ - 2.066666603088379, - [ - -0.005600039381533861, - 0.04965607821941376, - 0.07190462946891785, - 0.9961589574813843 - ] - ], - [ - 2.0999999046325684, - [ - -0.007337606977671385, - 0.0498499870300293, - 0.06592845171689987, - 0.9965513348579407 - ] - ], - [ - 2.133333444595337, - [ - -0.009281379170715809, - 0.050102755427360535, - 0.05979837104678154, - 0.9969090819358826 - ] - ], - [ - 2.1666667461395264, - [ - -0.01138618215918541, - 0.05042608827352524, - 0.05358733609318733, - 0.9972241520881653 - ] - ], - [ - 2.200000047683716, - [ - -0.013607080094516277, - 0.05082729831337929, - 0.047369714826345444, - 0.997490644454956 - ] - ], - [ - 2.2333333492279053, - [ - -0.015899214893579483, - 0.05130946263670921, - 0.04122154414653778, - 0.9977050423622131 - ] - ], - [ - 2.2666666507720947, - [ - -0.01821783185005188, - 0.051871031522750854, - 0.03522051125764847, - 0.9978663325309753 - ] - ], - [ - 2.299999952316284, - [ - -0.0205182246863842, - 0.0525059774518013, - 0.029445771127939224, - 0.9979754686355591 - ] - ], - [ - 2.3333332538604736, - [ - -0.022755740210413933, - 0.05320420861244202, - 0.023977821692824364, - 0.9980363249778748 - ] - ], - [ - 2.366666555404663, - [ - -0.024885723367333412, - 0.05395176261663437, - 0.018898235633969307, - 0.9980545043945313 - ] - ], - [ - 2.4000000953674316, - [ - -0.027271434664726257, - 0.054832130670547485, - 0.014009286649525166, - 0.9980248808860779 - ] - ], - [ - 2.433333396911621, - [ - -0.030163075774908066, - 0.05591070279479027, - 0.009144152514636517, - 0.9979381561279297 - ] - ], - [ - 2.4666666984558105, - [ - -0.03334757685661316, - 0.057133570313453674, - 0.004433898255228996, - 0.9977996945381165 - ] - ], - [ - 2.5, - [ - -0.03661371022462845, - 0.05843186751008034, - 1.3725934877584223e-05, - 0.9976197481155396 - ] - ], - [ - 2.5333333015441895, - [ - -0.039752647280693054, - 0.059722915291786194, - -0.003977405373007059, - 0.99741530418396 - ] - ], - [ - 2.566666603088379, - [ - -0.04255789518356323, - 0.06091233342885971, - -0.007397562265396118, - 0.9972079992294312 - ] - ], - [ - 2.5999999046325684, - [ - -0.04482495039701462, - 0.06189803406596184, - -0.010102872736752033, - 0.9970242381095886 - ] - ], - [ - 2.633333444595337, - [ - -0.046350277960300446, - 0.06257526576519012, - -0.011948692612349987, - 0.9968917965888977 - ] - ], - [ - 2.6666667461395264, - [ - -0.046929821372032166, - 0.06284327805042267, - -0.01279076561331749, - 0.9968373775482178 - ] - ], - [ - 2.7333333492279053, - [ - -0.04699213057756424, - 0.06286115199327469, - -0.013402722775936127, - 0.9968252778053284 - ] - ], - [ - 2.799999952316284, - [ - -0.04700149595737457, - 0.06279107183218002, - -0.013965325430035591, - 0.9968215227127075 - ] - ], - [ - 2.9000000953674316, - [ - -0.04683569818735123, - 0.06257564574480057, - -0.014306465163826942, - 0.9968380331993103 - ] - ], - [ - 3.0, - [ - -0.04639270156621933, - 0.06227998808026314, - -0.013861688785254955, - 0.9968835115432739 - ] - ], - [ - 3.0333333015441895, - [ - -0.046195223927497864, - 0.06217220053076744, - -0.01356644369661808, - 0.9969034790992737 - ] - ], - [ - 3.066666603088379, - [ - -0.0459810271859169, - 0.06206309422850609, - -0.01321492437273264, - 0.9969249367713928 - ] - ], - [ - 3.0999999046325684, - [ - -0.04575498774647713, - 0.061954379081726074, - -0.012817478738725185, - 0.9969472885131836 - ] - ], - [ - 3.133333444595337, - [ - -0.04552193358540535, - 0.06184801459312439, - -0.012384345754981041, - 0.9969701170921326 - ] - ], - [ - 3.1666667461395264, - [ - -0.045286625623703, - 0.06174561008810997, - -0.01192557718604803, - 0.9969926476478577 - ] - ], - [ - 3.200000047683716, - [ - -0.04505385830998421, - 0.061648931354284286, - -0.01145100686699152, - 0.9970147609710693 - ] - ], - [ - 3.2333333492279053, - [ - -0.04481254145503044, - 0.06156439706683159, - -0.0109220826998353, - 0.9970368146896362 - ] - ], - [ - 3.2666666507720947, - [ - -0.044552743434906006, - 0.06149660795927048, - -0.010309349745512009, - 0.997059166431427 - ] - ], - [ - 3.299999952316284, - [ - -0.0442807599902153, - 0.06144425645470619, - -0.009636033326387405, - 0.9970812201499939 - ] - ], - [ - 3.3333332538604736, - [ - -0.04400285333395004, - 0.06140614300966263, - -0.00892521534115076, - 0.9971024990081787 - ] - ], - [ - 3.366666555404663, - [ - -0.043725255876779556, - 0.061380982398986816, - -0.00819982960820198, - 0.9971224665641785 - ] - ], - [ - 3.4000000953674316, - [ - -0.04345417395234108, - 0.06136757507920265, - -0.007482644636183977, - 0.9971408247947693 - ] - ], - [ - 3.433333396911621, - [ - -0.04319579154253006, - 0.06136460602283478, - -0.006796266883611679, - 0.997157096862793 - ] - ], - [ - 3.4666666984558105, - [ - -0.042956288903951645, - 0.0613708533346653, - -0.006163040176033974, - 0.9971712231636047 - ] - ], - [ - 3.5, - [ - -0.042741913348436356, - 0.06138205900788307, - -0.0056157722137868404, - 0.9971829652786255 - ] - ], - [ - 3.5333333015441895, - [ - -0.04255896434187889, - 0.06139172613620758, - -0.005192291922867298, - 0.9971925020217896 - ] - ], - [ - 3.566666603088379, - [ - -0.04241368547081947, - 0.06139553338289261, - -0.004922374151647091, - 0.9971997737884521 - ] - ], - [ - 3.5999999046325684, - [ - -0.04297317937016487, - 0.05934284254908562, - -0.008464775048196316, - 0.9972764253616333 - ] - ], - [ - 3.633333444595337, - [ - -0.044652827084064484, - 0.05399179831147194, - -0.01805725321173668, - 0.9973790645599365 - ] - ], - [ - 3.6666667461395264, - [ - -0.04708403721451759, - 0.04657997936010361, - -0.031576789915561676, - 0.9973046183586121 - ] - ], - [ - 3.700000047683716, - [ - -0.04990097135305405, - 0.03831156715750694, - -0.046929918229579926, - 0.9969151020050049 - ] - ], - [ - 3.7333333492279053, - [ - -0.0527353398501873, - 0.030295446515083313, - -0.062092822045087814, - 0.9962157607078552 - ] - ], - [ - 3.7666666507720947, - [ - -0.055210381746292114, - 0.023517929017543793, - -0.07514190673828125, - 0.995365560054779 - ] - ], - [ - 3.799999952316284, - [ - -0.05693800747394562, - 0.018857093527913094, - -0.08425090461969376, - 0.9946378469467163 - ] - ], - [ - 3.8333332538604736, - [ - -0.05752355605363846, - 0.01714574731886387, - -0.08764240890741348, - 0.994342029094696 - ] - ], - [ - 3.9666666984558105, - [ - -0.056895237416028976, - 0.017398500815033913, - -0.0874183401465416, - 0.9943934082984924 - ] - ], - [ - 4.0333333015441895, - [ - -0.05647270381450653, - 0.01758831925690174, - -0.08721578866243362, - 0.9944319725036621 - ] - ], - [ - 4.066666603088379, - [ - -0.056238628923892975, - 0.017707042396068573, - -0.08705740422010422, - 0.9944570064544678 - ] - ], - [ - 4.099999904632568, - [ - -0.055990975350141525, - 0.017844585701823235, - -0.08684778958559036, - 0.9944868087768555 - ] - ], - [ - 4.166666507720947, - [ - -0.055459871888160706, - 0.018184993416070938, - -0.08623537421226501, - 0.9945638179779053 - ] - ], - [ - 4.199999809265137, - [ - -0.05517887324094772, - 0.018392331898212433, - -0.08581267297267914, - 0.9946120977401733 - ] - ], - [ - 4.233333110809326, - [ - -0.054889243096113205, - 0.01862732321023941, - -0.08529898524284363, - 0.9946679472923279 - ] - ], - [ - 4.266666889190674, - [ - -0.054592203348875046, - 0.01889215223491192, - -0.08468421548604965, - 0.9947319030761719 - ] - ], - [ - 4.300000190734863, - [ - -0.05428898707032204, - 0.01918896660208702, - -0.08395818620920181, - 0.9948042631149292 - ] - ], - [ - 4.333333492279053, - [ - -0.053980838507413864, - 0.019519828259944916, - -0.08311064541339874, - 0.9948857426643372 - ] - ], - [ - 4.366666793823242, - [ - -0.05366902053356171, - 0.01988700032234192, - -0.08213125914335251, - 0.9949766993522644 - ] - ], - [ - 4.400000095367432, - [ - -0.05335478484630585, - 0.02029254660010338, - -0.08100955188274384, - 0.99507737159729 - ] - ], - [ - 4.433333396911621, - [ - -0.05303935706615448, - 0.020738551393151283, - -0.0797349289059639, - 0.9951880574226379 - ] - ], - [ - 4.4666666984558105, - [ - -0.05272431671619415, - 0.021213380619883537, - -0.07833569496870041, - 0.9953058362007141 - ] - ], - [ - 4.5, - [ - -0.05241122096776962, - 0.021709153428673744, - -0.07682950049638748, - 0.9954290390014648 - ] - ], - [ - 4.5333333015441895, - [ - -0.0521012581884861, - 0.022234026342630386, - -0.0751895010471344, - 0.9955589771270752 - ] - ], - [ - 4.566666603088379, - [ - -0.05174485594034195, - 0.023079579696059227, - -0.07180625945329666, - 0.9958080649375916 - ] - ], - [ - 4.599999904632568, - [ - -0.051302313804626465, - 0.024450454860925674, - -0.06551684439182281, - 0.9962319135665894 - ] - ], - [ - 4.633333206176758, - [ - -0.050790589302778244, - 0.026218818500638008, - -0.05699930340051651, - 0.9967366456985474 - ] - ], - [ - 4.666666507720947, - [ - -0.05022841691970825, - 0.028249945491552353, - -0.04698673263192177, - 0.9972318410873413 - ] - ], - [ - 4.699999809265137, - [ - -0.04963398352265358, - 0.030409423634409904, - -0.03621591627597809, - 0.9976472854614258 - ] - ], - [ - 4.733333110809326, - [ - -0.04902501776814461, - 0.03256409615278244, - -0.025426723062992096, - 0.9979426860809326 - ] - ], - [ - 4.766666889190674, - [ - -0.048418816179037094, - 0.03458208963274956, - -0.0153605742380023, - 0.9981101155281067 - ] - ], - [ - 4.800000190734863, - [ - -0.04783228039741516, - 0.036331746727228165, - -0.006760028190910816, - 0.9981715083122253 - ] - ], - [ - 4.833333492279053, - [ - -0.04728172719478607, - 0.037680480629205704, - -0.0003659945505205542, - 0.9981706738471985 - ] - ], - [ - 4.866666793823242, - [ - -0.0467829704284668, - 0.03849203512072563, - 0.003081419738009572, - 0.9981585144996643 - ] - ], - [ - 4.900000095367432, - [ - -0.046312130987644196, - 0.038986027240753174, - 0.004773576743900776, - 0.9981546401977539 - ] - ], - [ - 4.933333396911621, - [ - -0.04583563655614853, - 0.039478566497564316, - 0.0064000352285802364, - 0.9981480836868286 - ] - ], - [ - 4.9666666984558105, - [ - -0.04535428434610367, - 0.039973195642232895, - 0.007967567071318626, - 0.9981390833854675 - ] - ], - [ - 5.0, - [ - -0.04486881196498871, - 0.040473345667123795, - 0.009482062421739101, - 0.9981276392936707 - ] - ], - [ - 5.0333333015441895, - [ - -0.04437989741563797, - 0.04098225384950638, - 0.010948844254016876, - 0.998113751411438 - ] - ], - [ - 5.066666603088379, - [ - -0.04388818144798279, - 0.04150325804948807, - 0.012372907251119614, - 0.99809730052948 - ] - ], - [ - 5.099999904632568, - [ - -0.043394263833761215, - 0.0420396625995636, - 0.01375917624682188, - 0.9980784058570862 - ] - ], - [ - 5.133333206176758, - [ - -0.04289871081709862, - 0.04259498789906502, - 0.015112536028027534, - 0.9980565905570984 - ] - ], - [ - 5.166666507720947, - [ - -0.04240208491683006, - 0.0431729257106781, - 0.016438031569123268, - 0.9980321526527405 - ] - ], - [ - 5.199999809265137, - [ - -0.04190540686249733, - 0.04376820847392082, - 0.017721455544233322, - 0.9980051517486572 - ] - ], - [ - 5.233333110809326, - [ - -0.041409946978092194, - 0.044372376054525375, - 0.018939362838864326, - 0.9979767799377441 - ] - ], - [ - 5.266666889190674, - [ - -0.04091658070683479, - 0.04498385637998581, - 0.020082831382751465, - 0.9979473948478699 - ] - ], - [ - 5.300000190734863, - [ - -0.04042624309659004, - 0.04560133069753647, - 0.02114216610789299, - 0.9979174733161926 - ] - ], - [ - 5.333333492279053, - [ - -0.039938729256391525, - 0.046224892139434814, - 0.022127162665128708, - 0.997887134552002 - ] - ], - [ - 5.366666793823242, - [ - -0.039453282952308655, - 0.046855244785547256, - 0.02305624820291996, - 0.9978559017181396 - ] - ], - [ - 5.400000095367432, - [ - -0.038970064371824265, - 0.04749184846878052, - 0.023931752890348434, - 0.9978241920471191 - ] - ], - [ - 5.433333396911621, - [ - -0.03848923742771149, - 0.04813390597701073, - 0.02475552447140217, - 0.9977920055389404 - ] - ], - [ - 5.4666666984558105, - [ - -0.03801094740629196, - 0.04878046363592148, - 0.025529010221362114, - 0.9977594614028931 - ] - ], - [ - 5.5, - [ - -0.03753536939620972, - 0.049430664628744125, - 0.026253290474414825, - 0.9977266788482666 - ] - ], - [ - 5.5333333015441895, - [ - -0.03706265985965729, - 0.05008332058787346, - 0.026929132640361786, - 0.9976937770843506 - ] - ], - [ - 5.566666603088379, - [ - -0.03659295663237572, - 0.05073712766170502, - 0.027557071298360825, - 0.9976609349250793 - ] - ], - [ - 5.599999904632568, - [ - -0.036126405000686646, - 0.05139085277915001, - 0.028137406334280968, - 0.9976282715797424 - ] - ], - [ - 5.633333206176758, - [ - -0.035663120448589325, - 0.052042797207832336, - 0.028670327737927437, - 0.9975959658622742 - ] - ], - [ - 5.666666507720947, - [ - -0.03520320728421211, - 0.052691392600536346, - 0.02915588766336441, - 0.9975641965866089 - ] - ], - [ - 5.699999809265137, - [ - -0.03474673256278038, - 0.053334809839725494, - 0.02959408238530159, - 0.9975330829620361 - ] - ], - [ - 5.733333110809326, - [ - -0.0342937596142292, - 0.05397102236747742, - 0.029984934255480766, - 0.997502863407135 - ] - ], - [ - 5.766666889190674, - [ - -0.03384426236152649, - 0.05459798127412796, - 0.030328474938869476, - 0.9974737167358398 - ] - ], - [ - 5.800000190734863, - [ - -0.033398278057575226, - 0.05521339923143387, - 0.030624831095337868, - 0.997445821762085 - ] - ], - [ - 5.833333492279053, - [ - -0.032955724745988846, - 0.055814895778894424, - 0.030874289572238922, - 0.9974194765090942 - ] - ], - [ - 5.866666793823242, - [ - -0.032516490668058395, - 0.05639993026852608, - 0.031077325344085693, - 0.9973946809768677 - ] - ], - [ - 5.900000095367432, - [ - -0.03208044916391373, - 0.056965988129377365, - 0.031234659254550934, - 0.9973716139793396 - ] - ], - [ - 5.933333396911621, - [ - -0.03164741396903992, - 0.05751032754778862, - 0.03134728595614433, - 0.9973506927490234 - ] - ], - [ - 5.9666666984558105, - [ - -0.03121715597808361, - 0.05803021416068077, - 0.03141652047634125, - 0.9973320364952087 - ] - ], - [ - 6.0, - [ - -0.030789421871304512, - 0.05852293595671654, - 0.03144402429461479, - 0.9973155856132507 - ] - ], - [ - 6.0333333015441895, - [ - -0.030363911762833595, - 0.05898567661643028, - 0.03143179789185524, - 0.9973017573356628 - ] - ], - [ - 6.066666603088379, - [ - -0.029940156266093254, - 0.059418998658657074, - 0.03139185532927513, - 0.9972901940345764 - ] - ], - [ - 6.099999904632568, - [ - -0.029517529532313347, - 0.05982675775885582, - 0.03134406358003616, - 0.9972798228263855 - ] - ], - [ - 6.133333206176758, - [ - -0.02909555286169052, - 0.06021108478307724, - 0.03130251541733742, - 0.997270405292511 - ] - ], - [ - 6.166666507720947, - [ - -0.028673788532614708, - 0.060574281960725784, - 0.03128098323941231, - 0.9972612857818604 - ] - ], - [ - 6.199999809265137, - [ - -0.028252622112631798, - 0.06091801077127457, - 0.03128107264637947, - 0.997252345085144 - ] - ], - [ - 6.233333110809326, - [ - -0.02783316932618618, - 0.0612434558570385, - 0.031295448541641235, - 0.9972438812255859 - ] - ], - [ - 6.300000190734863, - [ - -0.027002552524209023, - 0.06184614077210426, - 0.03136558458209038, - 0.9972273111343384 - ] - ], - [ - 6.333333492279053, - [ - -0.026593241840600967, - 0.062126439064741135, - 0.03142007067799568, - 0.9972190856933594 - ] - ], - [ - 6.366666793823242, - [ - -0.02618938870728016, - 0.062394559383392334, - 0.031486328691244125, - 0.9972109198570251 - ] - ], - [ - 6.400000095367432, - [ - -0.025792285799980164, - 0.06265168637037277, - 0.031563326716423035, - 0.9972027540206909 - ] - ], - [ - 6.433333396911621, - [ - -0.025403451174497604, - 0.06289876252412796, - 0.031649913638830185, - 0.9971944093704224 - ] - ], - [ - 6.4666666984558105, - [ - -0.025024792179465294, - 0.06313645094633102, - 0.03174488991498947, - 0.9971859455108643 - ] - ], - [ - 6.5333333015441895, - [ - -0.02430855669081211, - 0.06358256191015244, - 0.031955309212207794, - 0.9971686005592346 - ] - ], - [ - 6.566666603088379, - [ - -0.023979296907782555, - 0.0637875348329544, - 0.03206852078437805, - 0.9971598386764526 - ] - ], - [ - 6.599999904632568, - [ - -0.023679448291659355, - 0.06397341936826706, - 0.032186031341552734, - 0.9971513152122498 - ] - ], - [ - 6.633333206176758, - [ - -0.023426951840519905, - 0.06412451714277267, - 0.03230825066566467, - 0.9971436262130737 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292521190_203134.json b/lenses/physics-objects/Scene/assets/1646688292521190_203134.json deleted file mode 100644 index 408c6bf0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292521190_203134.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292521190:203134", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292522049_203147.json b/lenses/physics-objects/Scene/assets/1646688292522049_203147.json deleted file mode 100644 index 2d86c83b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292522049_203147.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292522049:203147", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.745084762573242, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.55317497253418, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 6.332873344421387, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 6.103795051574707, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.877301216125488, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.66208553314209, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.466397762298584, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.29959774017334, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 5.173985004425049, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 5.107981204986572, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 5.312024116516113, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.795119285583496, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 6.280464172363281, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 6.489213466644287, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 6.235334396362305, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.705720901489258, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.179802894592285, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 4.934492588043213, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 5.031935691833496, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 5.296759128570557, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 5.647721767425537, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 6.002994537353516, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 6.28314208984375, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 6.4076948165893555, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 6.307794094085693, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.051913738250732, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.733536720275879, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.429505348205566, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 5.211414813995361, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 5.154665946960449, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 5.439117431640625, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 6.004197120666504, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.571620941162109, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.8607659339904785, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 6.683783054351807, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.226138591766357, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.766314506530762, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 5.581473350524902, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 5.733696937561035, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.0455780029296875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.434068202972412, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.815608024597168, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 7.10630464553833, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 7.222095966339111, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 7.096237659454346, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 6.800662040710449, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.430591106414795, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.06462287902832, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.7761735916137695, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.642377853393555, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.844830513000488, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.32339334487915, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.800261974334717, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 6.996288299560547, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 6.725399494171143, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 5.625308990478516, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 5.3545002937316895, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 5.425348281860352, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 5.661833763122559, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.982465744018555, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.305371284484863, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 6.548327445983887, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 6.628916263580322, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.465412139892578, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 6.089428424835205, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.622283458709717, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.224391460418701, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 5.057623386383057, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.208499431610107, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.578170299530029, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.024478912353516, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 6.40448522567749, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 6.574516296386719, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.360966205596924, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.872108459472656, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.386589527130127, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.181020259857178, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.317413806915283, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.619482517242432, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 6.391226768493652, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 6.694797992706299, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 6.832235336303711, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 6.720636367797852, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 6.390462875366211, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.9620747566223145, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.595163822174072, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.451412677764893, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617004871368408, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.992344379425049, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 6.4349541664123535, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 6.802253246307373, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 6.951626777648926, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 6.710025310516357, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 6.186683654785156, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.661460876464844, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 5.412445068359375, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.02309513092041, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292522211_203154.json b/lenses/physics-objects/Scene/assets/1646688292522211_203154.json deleted file mode 100644 index 512a0efc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292522211_203154.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292522211:203154", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ], - [ - 0.03333333507180214, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ], - [ - 0.06666667014360428, - [ - -0.02312592789530754, - 0.0640283152461052, - 0.05849268287420273, - 0.9959640502929688 - ] - ], - [ - 0.10000000149011612, - [ - -0.023240048438310623, - 0.06495565176010132, - 0.05729035288095474, - 0.995971143245697 - ] - ], - [ - 0.13333334028720856, - [ - -0.02341853827238083, - 0.06607625633478165, - 0.055328067392110825, - 0.9960041642189026 - ] - ], - [ - 0.1666666716337204, - [ - -0.02362672984600067, - 0.06732767820358276, - 0.05319754034280777, - 0.9960315227508545 - ] - ], - [ - 0.20000000298023224, - [ - -0.023784156888723373, - 0.0686890184879303, - 0.05203884094953537, - 0.9959960579872131 - ] - ], - [ - 0.23333333432674408, - [ - -0.02375955507159233, - 0.0701553076505661, - 0.0535588413476944, - 0.9958138465881348 - ] - ], - [ - 0.2666666805744171, - [ - -0.023486780002713203, - 0.07168496400117874, - 0.058638911694288254, - 0.9954251050949097 - ] - ], - [ - 0.30000001192092896, - [ - -0.0231646541506052, - 0.07311303913593292, - 0.06460367888212204, - 0.9949594140052795 - ] - ], - [ - 0.3333333432674408, - [ - -0.022935599088668823, - 0.07424593716859818, - 0.0692422091960907, - 0.9945687651634216 - ] - ], - [ - 0.36666667461395264, - [ - -0.02285877801477909, - 0.07484708726406097, - 0.07115612179040909, - 0.9943903684616089 - ] - ], - [ - 0.4000000059604645, - [ - -0.02301963046193123, - 0.07308516651391983, - 0.06745801866054535, - 0.9947754144668579 - ] - ], - [ - 0.4333333373069763, - [ - -0.023396508768200874, - 0.06939997524023056, - 0.05919095501303673, - 0.9955564737319946 - ] - ], - [ - 0.46666666865348816, - [ - -0.02386206015944481, - 0.06622321903705597, - 0.050306063145399094, - 0.9962501525878906 - ] - ], - [ - 0.5, - [ - -0.024212747812271118, - 0.06494180858135223, - 0.04460834339261055, - 0.996597409248352 - ] - ], - [ - 0.5333333611488342, - [ - -0.02419835515320301, - 0.0663599967956543, - 0.045994121581315994, - 0.9964414238929749 - ] - ], - [ - 0.5666666626930237, - [ - -0.02389807440340519, - 0.06982441991567612, - 0.0528414323925972, - 0.9958720803260803 - ] - ], - [ - 0.6000000238418579, - [ - -0.02350412681698799, - 0.07398894429206848, - 0.06165377050638199, - 0.9950739741325378 - ] - ], - [ - 0.6333333253860474, - [ - -0.023206988349556923, - 0.07627838104963303, - 0.06792547553777695, - 0.9944994449615479 - ] - ], - [ - 0.6666666865348816, - [ - -0.023086873814463615, - 0.0754455104470253, - 0.06931237876415253, - 0.9944701194763184 - ] - ], - [ - 0.699999988079071, - [ - -0.02311224304139614, - 0.07319487631320953, - 0.06735005229711533, - 0.9947724938392639 - ] - ], - [ - 0.7333333492279053, - [ - -0.02327834628522396, - 0.07048289477825165, - 0.06281302124261856, - 0.9952611923217773 - ] - ], - [ - 0.7666666507720947, - [ - -0.02355167642235756, - 0.06801477819681168, - 0.05689343810081482, - 0.9957823157310486 - ] - ], - [ - 0.800000011920929, - [ - -0.023894084617495537, - 0.06621138006448746, - 0.050586067140102386, - 0.9962360262870789 - ] - ], - [ - 0.8333333134651184, - [ - -0.024240482598543167, - 0.06538444012403488, - 0.04509088769555092, - 0.9965460896492004 - ] - ], - [ - 0.8666666746139526, - [ - -0.02447017841041088, - 0.06585497409105301, - 0.0422990582883358, - 0.9966319799423218 - ] - ], - [ - 0.8999999761581421, - [ - -0.02442096546292305, - 0.06738141924142838, - 0.04406098648905754, - 0.9964547157287598 - ] - ], - [ - 0.9333333373069763, - [ - -0.024023013189435005, - 0.06959369778633118, - 0.050951432436704636, - 0.9959837198257446 - ] - ], - [ - 0.9666666388511658, - [ - -0.023553503677248955, - 0.07197129726409912, - 0.059101514518260956, - 0.9953755140304565 - ] - ], - [ - 1.0, - [ - -0.02321227453649044, - 0.07384313642978668, - 0.0653102695941925, - 0.9948582649230957 - ] - ], - [ - 1.0333333015441895, - [ - -0.023081231862306595, - 0.0743703544139862, - 0.06744076311588287, - 0.994679868221283 - ] - ], - [ - 1.0666667222976685, - [ - -0.023223690688610077, - 0.07201838493347168, - 0.06319287419319153, - 0.9951285719871521 - ] - ], - [ - 1.100000023841858, - [ - -0.023569073528051376, - 0.06798139959573746, - 0.05487348139286041, - 0.995897650718689 - ] - ], - [ - 1.1333333253860474, - [ - -0.023967202752828598, - 0.06459295749664307, - 0.04653259739279747, - 0.9965380430221558 - ] - ], - [ - 1.1666666269302368, - [ - -0.024212650954723358, - 0.06305669248104095, - 0.04176997393369675, - 0.996841549873352 - ] - ], - [ - 1.2000000476837158, - [ - -0.02410133183002472, - 0.06396181881427765, - 0.04368726909160614, - 0.9967042803764343 - ] - ], - [ - 1.2333333492279053, - [ - -0.023754248395562172, - 0.06655905395746231, - 0.05004261061549187, - 0.9962436556816101 - ] - ], - [ - 1.2666666507720947, - [ - -0.02335560880601406, - 0.06958695501089096, - 0.057520970702171326, - 0.9956422448158264 - ] - ], - [ - 1.2999999523162842, - [ - -0.023060107603669167, - 0.07099232077598572, - 0.06265285611152649, - 0.9952401518821716 - ] - ], - [ - 1.3333333730697632, - [ - -0.02292260341346264, - 0.06997529417276382, - 0.06399572640657425, - 0.9952298998832703 - ] - ], - [ - 1.3666666746139526, - [ - -0.022907905280590057, - 0.06795618683099747, - 0.06283603608608246, - 0.9954440593719482 - ] - ], - [ - 1.399999976158142, - [ - -0.02299974299967289, - 0.06567302346229553, - 0.059829313308000565, - 0.995780348777771 - ] - ], - [ - 1.4333332777023315, - [ - -0.023160317912697792, - 0.06365380436182022, - 0.05595320463180542, - 0.9961331486701965 - ] - ], - [ - 1.4666666984558105, - [ - -0.023352403193712234, - 0.062230005860328674, - 0.05203672870993614, - 0.9964307546615601 - ] - ], - [ - 1.5, - [ - -0.023527057841420174, - 0.061654508113861084, - 0.04898206517100334, - 0.9966172575950623 - ] - ], - [ - 1.5333333015441895, - [ - -0.023611707612872124, - 0.06217094138264656, - 0.047991666942834854, - 0.996631383895874 - ] - ], - [ - 1.5666667222976685, - [ - -0.023527638986706734, - 0.06357555091381073, - 0.05006279796361923, - 0.9964428544044495 - ] - ], - [ - 1.600000023841858, - [ - -0.023258034139871597, - 0.06557819992303848, - 0.055334288626909256, - 0.9960405230522156 - ] - ], - [ - 1.6333333253860474, - [ - -0.022959880530834198, - 0.06780526041984558, - 0.06142231076955795, - 0.9955414533615112 - ] - ], - [ - 1.6666666269302368, - [ - -0.022743696346879005, - 0.06974854320287704, - 0.06632520258426666, - 0.9950975179672241 - ] - ], - [ - 1.7000000476837158, - [ - -0.022665785625576973, - 0.07070831209421158, - 0.0684388056397438, - 0.9948883056640625 - ] - ], - [ - 1.7333333492279053, - [ - -0.02278580330312252, - 0.0692785382270813, - 0.06570440530776978, - 0.9951704740524292 - ] - ], - [ - 1.7666666507720947, - [ - -0.023066697642207146, - 0.0662560909986496, - 0.059489671140909195, - 0.9957605600357056 - ] - ], - [ - 1.7999999523162842, - [ - -0.0234037134796381, - 0.06363657116889954, - 0.05288359522819519, - 0.996296226978302 - ] - ], - [ - 1.8333333730697632, - [ - -0.023643771186470985, - 0.0626218169927597, - 0.048866357654333115, - 0.9965598583221436 - ] - ], - [ - 1.8666666746139526, - [ - -0.023617157712578773, - 0.06392575800418854, - 0.05027267336845398, - 0.9964077472686768 - ] - ], - [ - 1.899999976158142, - [ - -0.02339179813861847, - 0.066990926861763, - 0.05578244850039482, - 0.995918333530426 - ] - ], - [ - 1.9333332777023315, - [ - -0.023103686049580574, - 0.07066696137189865, - 0.06282973289489746, - 0.9952512383460999 - ] - ], - [ - 1.9666666984558105, - [ - -0.022893713787198067, - 0.07278413325548172, - 0.06792865693569183, - 0.9947684407234192 - ] - ], - [ - 2.0, - [ - -0.022822977975010872, - 0.07227198779582977, - 0.06915611773729324, - 0.994722843170166 - ] - ], - [ - 2.0333333015441895, - [ - -0.02286595106124878, - 0.0705258920788765, - 0.0676238089799881, - 0.9949524998664856 - ] - ], - [ - 2.066666603088379, - [ - -0.02301999367773533, - 0.06833510845899582, - 0.06389015167951584, - 0.9953483939170837 - ] - ], - [ - 2.0999999046325684, - [ - -0.02326030842959881, - 0.06631520390510559, - 0.05892437323927879, - 0.9957857131958008 - ] - ], - [ - 2.133333444595337, - [ - -0.023557152599096298, - 0.06487773358821869, - 0.05360548943281174, - 0.9961738586425781 - ] - ], - [ - 2.1666667461395264, - [ - -0.023857498541474342, - 0.06434661895036697, - 0.049010466784238815, - 0.9964379072189331 - ] - ], - [ - 2.200000047683716, - [ - -0.024059103801846504, - 0.0651293694972992, - 0.04689820110797882, - 0.9964837431907654 - ] - ], - [ - 2.2333333492279053, - [ - -0.024017805233597755, - 0.06729468703269958, - 0.04924546554684639, - 0.9962276220321655 - ] - ], - [ - 2.2666666507720947, - [ - -0.023682478815317154, - 0.07049592584371567, - 0.05647957697510719, - 0.9956303238868713 - ] - ], - [ - 2.299999952316284, - [ - -0.023294804617762566, - 0.07370547950267792, - 0.06469453126192093, - 0.9949067831039429 - ] - ], - [ - 2.3333332538604736, - [ - -0.023050861433148384, - 0.07523522526025772, - 0.06978245079517365, - 0.9944540858268738 - ] - ], - [ - 2.366666555404663, - [ - -0.023034965619444847, - 0.07395141571760178, - 0.06917822360992432, - 0.9945928454399109 - ] - ], - [ - 2.4000000953674316, - [ - -0.023248860612511635, - 0.07099295407533646, - 0.06360574811697006, - 0.9951753616333008 - ] - ], - [ - 2.433333396911621, - [ - -0.02362857200205326, - 0.06785063445568085, - 0.05554715916514397, - 0.9958677291870117 - ] - ], - [ - 2.4666666984558105, - [ - -0.024075010791420937, - 0.06546374410390854, - 0.047357071191072464, - 0.9964397549629211 - ] - ], - [ - 2.5, - [ - -0.024389071390032768, - 0.06443735212087631, - 0.04219603165984154, - 0.9967309236526489 - ] - ], - [ - 2.5333333015441895, - [ - -0.024321842938661575, - 0.06561031192541122, - 0.04394355043768883, - 0.9965806007385254 - ] - ], - [ - 2.566666603088379, - [ - -0.023979926481842995, - 0.06868225336074829, - 0.05085955932736397, - 0.9960527420043945 - ] - ], - [ - 2.5999999046325684, - [ - -0.023561712354421616, - 0.07229848206043243, - 0.0593203529715538, - 0.9953385591506958 - ] - ], - [ - 2.633333444595337, - [ - -0.023247849196195602, - 0.07408253848552704, - 0.06511927396059036, - 0.9948521256446838 - ] - ], - [ - 2.6666667461395264, - [ - -0.023108839988708496, - 0.07302042096853256, - 0.06633041799068451, - 0.9948539137840271 - ] - ], - [ - 2.700000047683716, - [ - -0.023112379014492035, - 0.07073775678873062, - 0.06447073817253113, - 0.9951409697532654 - ] - ], - [ - 2.7333333492279053, - [ - -0.02324608899652958, - 0.06810814142227173, - 0.060343123972415924, - 0.9955800175666809 - ] - ], - [ - 2.7666666507720947, - [ - -0.02346944622695446, - 0.06575334817171097, - 0.055117543786764145, - 0.9960361123085022 - ] - ], - [ - 2.799999952316284, - [ - -0.023739540949463844, - 0.0640513002872467, - 0.04977555572986603, - 0.996421754360199 - ] - ], - [ - 2.8333332538604736, - [ - -0.023992111906409264, - 0.06327714771032333, - 0.04544908180832863, - 0.9966718554496765 - ] - ], - [ - 2.866666555404663, - [ - -0.024120934307575226, - 0.06377162784337997, - 0.04384079575538635, - 0.9967092871665955 - ] - ], - [ - 2.9000000953674316, - [ - -0.023994969204068184, - 0.06554299592971802, - 0.04668049514293671, - 0.9964684247970581 - ] - ], - [ - 2.933333396911621, - [ - -0.023602046072483063, - 0.06821520626544952, - 0.05388892814517021, - 0.9959345459938049 - ] - ], - [ - 2.9666666984558105, - [ - -0.02318841964006424, - 0.07084774225950241, - 0.06161012873053551, - 0.9953125715255737 - ] - ], - [ - 3.0, - [ - -0.022926706820726395, - 0.07201356440782547, - 0.06637962907552719, - 0.994928240776062 - ] - ], - [ - 3.0333333015441895, - [ - -0.022882282733917236, - 0.07081334292888641, - 0.06624850630760193, - 0.9950241446495056 - ] - ], - [ - 3.066666603088379, - [ - -0.02304142154753208, - 0.0682375431060791, - 0.06194524094462395, - 0.995477557182312 - ] - ], - [ - 3.0999999046325684, - [ - -0.023334508761763573, - 0.06554041057825089, - 0.05562803894281387, - 0.9960248470306396 - ] - ], - [ - 3.133333444595337, - [ - -0.02367226965725422, - 0.06352537870407104, - 0.04930334910750389, - 0.9964804649353027 - ] - ], - [ - 3.1666667461395264, - [ - -0.023896848782896996, - 0.06273053586483002, - 0.04555032402276993, - 0.9967041611671448 - ] - ], - [ - 3.200000047683716, - [ - -0.02381955459713936, - 0.06392131745815277, - 0.04743701592087746, - 0.99654221534729 - ] - ], - [ - 3.2333333492279053, - [ - -0.023528676480054855, - 0.06686164438724518, - 0.0535493828356266, - 0.9960464835166931 - ] - ], - [ - 3.2666666507720947, - [ - -0.02318238466978073, - 0.07036694884300232, - 0.06100677326321602, - 0.9953839778900146 - ] - ], - [ - 3.299999952316284, - [ - -0.022931311279535294, - 0.0722995176911354, - 0.06628802418708801, - 0.9949135780334473 - ] - ], - [ - 3.3333332538604736, - [ - -0.022978324443101883, - 0.06859740614891052, - 0.0631445124745369, - 0.9953789114952087 - ] - ], - [ - 3.366666555404663, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292522360_203161.json b/lenses/physics-objects/Scene/assets/1646688292522360_203161.json deleted file mode 100644 index 413644dc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292522360_203161.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292522360:203161", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292523219_203174.json b/lenses/physics-objects/Scene/assets/1646688292523219_203174.json deleted file mode 100644 index 276bf592..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292523219_203174.json +++ /dev/null @@ -1,1082 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292523219:203174", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.620342254638672, - 1.1102230246251565e-16, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.620342254638672, - 1.1102230246251565e-16, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.645216464996338, - -5.551115123125783e-16, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.668265342712402, - 1.2212453270876722e-15, - -3.7865323450608567e-29 - ] - ], - [ - 0.13333334028720856, - [ - 6.689030170440674, - 2.220446049250313e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.1666666716337204, - [ - 6.7070512771606445, - 1.887379141862766e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.20000000298023224, - [ - 6.721870422363281, - 5.773159728050814e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.2666666805744171, - [ - 6.740061283111572, - 1.2212453270876722e-15, - -5.3290705182007514e-15 - ] - ], - [ - 0.4000000059604645, - [ - 6.726347923278809, - -8.326672684688674e-16, - -8.881784197001252e-16 - ] - ], - [ - 0.4333333373069763, - [ - 6.71447229385376, - 2.275957200481571e-15, - -4.440892098500626e-15 - ] - ], - [ - 0.46666666865348816, - [ - 6.699797630310059, - 1.942890293094024e-15, - -1.7763568394002505e-15 - ] - ], - [ - 0.5, - [ - 6.682734489440918, - 4.440892098500626e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.5666666626930237, - [ - 6.643466949462891, - 3.5527130435257905e-15, - -8.881782608814476e-16 - ] - ], - [ - 0.6333333253860474, - [ - 6.599852085113525, - 1.2116901578264797e-27, - -3.552713678800501e-15 - ] - ], - [ - 0.699999988079071, - [ - 6.551761150360107, - 1.3631512590359195e-27, - -7.105427357601002e-15 - ] - ], - [ - 0.8999999761581421, - [ - 6.386941909790039, - 0.0, - 1.7763587452243818e-15 - ] - ], - [ - 0.9666666388511658, - [ - 6.3363471031188965, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 1.0, - [ - 6.313114643096924, - 7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.0333333015441895, - [ - 6.2916131019592285, - 7.105427357601002e-15, - -5.3290705182007514e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.2721076011657715, - 7.105427357601002e-15, - -1.4843191385199003e-26 - ] - ], - [ - 1.100000023841858, - [ - 6.2548651695251465, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.1333333253860474, - [ - 6.240149974822998, - -1.2116901578264797e-27, - 1.7763568394002505e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.228217601776123, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.207911968231201, - -4.846759860933941e-27, - 3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.2032856941223145, - -3.0292234108583565e-26, - 1.7763568394002505e-15 - ] - ], - [ - 1.3666666746139526, - [ - 6.2198100090026855, - -7.105427357601002e-15, - 5.3290705182007514e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.2444281578063965, - -7.105427357601002e-15, - 7.105427357601002e-15 - ] - ], - [ - 1.4333332777023315, - [ - 6.276050090789795, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.4666666984558105, - [ - 6.313584804534912, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 1.5, - [ - 6.355942249298096, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.402030944824219, - 7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.4507598876953125, - -1.7782415384761014e-20, - -1.7763568394002505e-15 - ] - ], - [ - 1.6666666269302368, - [ - 6.601860046386719, - -1.8320049602641947e-26, - 7.105427357601002e-15 - ] - ], - [ - 1.7000000476837158, - [ - 6.650219440460205, - -4.3620809474270315e-26, - 1.7763568394002505e-15 - ] - ], - [ - 1.7333333492279053, - [ - 6.695751190185547, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.7666666507720947, - [ - 6.737359046936035, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.7999999523162842, - [ - 6.773947238922119, - 7.105427357601002e-15, - -5.329075600398435e-15 - ] - ], - [ - 1.8333333730697632, - [ - 6.804419040679932, - -3.552713678800501e-15, - -5.6803624298790016e-27 - ] - ], - [ - 1.8666666746139526, - [ - 6.827678680419922, - 3.552714949349922e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.899999976158142, - [ - 6.842625141143799, - 7.105427357601002e-15, - -2.6645352591003757e-15 - ] - ], - [ - 1.9666666984558105, - [ - 6.843155860900879, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.0, - [ - 6.826505184173584, - 0.0, - 8.881784197001252e-16 - ] - ], - [ - 2.0333333015441895, - [ - 6.8000168800354, - 1.0658141036401503e-14, - -6.661338147750939e-15 - ] - ], - [ - 2.066666603088379, - [ - 6.76678991317749, - 3.552723843195868e-15, - -1.3322714411984505e-15 - ] - ], - [ - 2.0999999046325684, - [ - 6.727671146392822, - 4.3633899634916326e-26, - -6.661338147750939e-16 - ] - ], - [ - 2.133333444595337, - [ - 6.683504581451416, - 3.552713678800501e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.1666667461395264, - [ - 6.635133743286133, - -8.467808348820564e-21, - 9.43689570931383e-16 - ] - ], - [ - 2.200000047683716, - [ - 6.583399772644043, - -3.552713678800501e-15, - -3.524958103184872e-15 - ] - ], - [ - 2.2333333492279053, - [ - 6.529140949249268, - -1.7763555688508296e-15, - 2.220446049250313e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.135465621948242, - 1.7763568394002505e-15, - -1.7763587452243818e-15 - ] - ], - [ - 2.5, - [ - 6.080301761627197, - 2.220446049250313e-16, - -4.440892098500626e-15 - ] - ], - [ - 2.5333333015441895, - [ - 6.0266923904418945, - -3.330657162474649e-16, - -8.881784197001252e-16 - ] - ], - [ - 2.566666603088379, - [ - 5.975306987762451, - -2.220446049250313e-15, - -1.0658141036401503e-14 - ] - ], - [ - 2.5999999046325684, - [ - 5.926812648773193, - -5.452596716126318e-26, - 2.6645352591003757e-15 - ] - ], - [ - 2.633333444595337, - [ - 5.881876468658447, - -2.6645397060233488e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.6666667461395264, - [ - 5.841166019439697, - -3.1086244689504383e-15, - -8.88176640930936e-15 - ] - ], - [ - 2.700000047683716, - [ - 5.805363655090332, - -1.7763552512134744e-15, - -1.0905202368567579e-26 - ] - ], - [ - 2.7333333492279053, - [ - 5.775156021118164, - -8.881777844254148e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.7666666507720947, - [ - 5.751216888427734, - 8.881784197001252e-16, - 7.105427357601002e-15 - ] - ], - [ - 2.799999952316284, - [ - 5.734220504760742, - 1.2701700608275733e-21, - -1.7763479455543043e-15 - ] - ], - [ - 2.933333396911621, - [ - 5.740973949432373, - -2.6645352591003757e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.9666666984558105, - [ - 5.757847785949707, - 2.1169476443405228e-21, - -5.3290705182007514e-15 - ] - ], - [ - 3.0, - [ - 5.77946138381958, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.805042743682861, - -3.552713678800501e-15, - -5.3290705182007514e-15 - ] - ], - [ - 3.066666603088379, - [ - 5.833820819854736, - -1.7763600157738027e-15, - -3.552721302097026e-15 - ] - ], - [ - 3.0999999046325684, - [ - 5.865022659301758, - -2.908488865611863e-26, - 3.552713678800501e-15 - ] - ], - [ - 3.299999952316284, - [ - 6.0649495124816895, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.3333332538604736, - [ - 6.096482276916504, - -3.186557404321612e-26, - -6.373114808643224e-26 - ] - ], - [ - 3.366666555404663, - [ - 6.126557350158691, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 6.154790878295898, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.1807990074157715, - 5.3290705182007514e-15, - -3.552722572646447e-15 - ] - ], - [ - 3.4666666984558105, - [ - 6.204196453094482, - -1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 3.5, - [ - 6.2245988845825195, - 0.0, - -5.3290705182007514e-15 - ] - ], - [ - 3.5333333015441895, - [ - 6.2416205406188965, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 3.566666603088379, - [ - 6.254876613616943, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 3.633333444595337, - [ - 6.26963472366333, - -3.552713678800501e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.799999952316284, - [ - 6.25252628326416, - 0.0, - 2.6645352591003757e-15 - ] - ], - [ - 3.8333332538604736, - [ - 6.239912033081055, - 0.0, - -8.881719081343432e-16 - ] - ], - [ - 3.866666555404663, - [ - 6.2246527671813965, - 0.0, - -2.6645352591003757e-15 - ] - ], - [ - 3.9000000953674316, - [ - 6.2075886726379395, - -3.552723843195868e-15, - 3.552713678800501e-15 - ] - ], - [ - 3.9666666984558105, - [ - 6.169130325317383, - -3.5527085966028174e-15, - 9.693516640379971e-27 - ] - ], - [ - 4.199999809265137, - [ - 6.017458438873291, - 5.0806842014987714e-20, - 3.552713678800501e-15 - ] - ], - [ - 4.266666889190674, - [ - 5.978160381317139, - -4.749804973007511e-25, - -1.7763568394002505e-15 - ] - ], - [ - 4.300000190734863, - [ - 5.960531234741211, - -3.552713678800501e-15, - -5.3290705182007514e-15 - ] - ], - [ - 4.333333492279053, - [ - 5.944611549377441, - -3.552713678800501e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.366666793823242, - [ - 5.930666446685791, - -3.552713678800501e-15, - -1.0161345138542815e-20 - ] - ], - [ - 4.433333396911621, - [ - 5.909780979156494, - -1.0658141036401503e-14, - -1.7763568394002505e-15 - ] - ], - [ - 4.566666603088379, - [ - 5.903515338897705, - -3.552713678800501e-15, - 3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 5.915491104125977, - -1.0658141036401503e-14, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 5.939952373504639, - -7.10544006309521e-15, - -1.7763466750048834e-15 - ] - ], - [ - 4.666666507720947, - [ - 5.975671291351318, - -3.552713678800501e-15, - -5.3290578127065426e-15 - ] - ], - [ - 4.699999809265137, - [ - 6.021407604217529, - -5.3290705182007514e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.075906276702881, - -3.5527289253935515e-15, - -3.552749254184286e-15 - ] - ], - [ - 4.766666889190674, - [ - 6.137894153594971, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.800000190734863, - [ - 6.206079959869385, - -1.3322676295501878e-15, - -3.552749254184286e-15 - ] - ], - [ - 4.833333492279053, - [ - 6.279153823852539, - -1.1102230246251565e-16, - -8.881784197001252e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.355805397033691, - -2.2204563724643577e-16, - -7.105413381557372e-15 - ] - ], - [ - 5.0, - [ - 6.675802707672119, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 5.0333333015441895, - [ - 6.7530131340026855, - -8.881784197001252e-16, - -5.3290705182007514e-15 - ] - ], - [ - 5.066666603088379, - [ - 6.82656717300415, - 1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 5.099999904632568, - [ - 6.895191669464111, - 1.7763568394002505e-15, - -5.3290578127065426e-15 - ] - ], - [ - 5.133333206176758, - [ - 6.957613945007324, - -1.7763568394002505e-15, - -7.1054210048538975e-15 - ] - ], - [ - 5.166666507720947, - [ - 7.012560844421387, - -8.363286323606246e-21, - -8.881784197001252e-15 - ] - ], - [ - 5.199999809265137, - [ - 7.058757305145264, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.233333110809326, - [ - 7.094928741455078, - 1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.1198015213012695, - 3.552713678800501e-15, - -2.6645352591003757e-15 - ] - ], - [ - 5.400000095367432, - [ - 7.112708568572998, - -5.3290705182007514e-15, - 7.105427357601002e-15 - ] - ], - [ - 5.433333396911621, - [ - 7.091943740844727, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.065135955810547, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.5, - [ - 7.032949447631836, - 1.7763568394002505e-15, - -6.217248937900877e-15 - ] - ], - [ - 5.5333333015441895, - [ - 6.996049880981445, - 1.7763568394002505e-15, - -8.881784197001252e-16 - ] - ], - [ - 5.566666603088379, - [ - 6.95510196685791, - 3.552713678800501e-15, - -2.6645320827268235e-15 - ] - ], - [ - 5.599999904632568, - [ - 6.910769939422607, - 8.724153266687912e-26, - -3.9968028886505635e-15 - ] - ], - [ - 5.633333206176758, - [ - 6.863718509674072, - 1.7763568394002505e-15, - 1.3322676295501878e-15 - ] - ], - [ - 5.699999809265137, - [ - 6.764112949371338, - 1.744827448590155e-25, - -1.3322676295501878e-15 - ] - ], - [ - 5.800000190734863, - [ - 6.610904216766357, - 1.744827448590155e-25, - -1.7763568394002505e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.561470031738281, - 1.7763568394002505e-15, - -8.909539772616881e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.513960838317871, - -1.7763568394002505e-15, - -1.776337463521582e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.4690327644348145, - 1.7763568394002505e-15, - 1.3322676295501878e-15 - ] - ], - [ - 5.933333396911621, - [ - 6.427347660064697, - 1.7763568394002505e-15, - -1.11022810682284e-15 - ] - ], - [ - 5.9666666984558105, - [ - 6.389566898345947, - 2.6645352591003757e-15, - -3.9968028886505635e-15 - ] - ], - [ - 6.0, - [ - 6.356349945068359, - 1.7763568394002505e-15, - -1.3322676295501878e-15 - ] - ], - [ - 6.0333333015441895, - [ - 6.328356742858887, - 3.6354323557159894e-27, - 1.7763568394002505e-15 - ] - ], - [ - 6.066666603088379, - [ - 6.306247234344482, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 6.099999904632568, - [ - 6.290682792663574, - 1.7763568394002505e-15, - -4.440892098500626e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.298219203948975, - 2.6645352591003757e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.3125152587890625, - 8.881709552222776e-16, - -4.440874310808734e-15 - ] - ], - [ - 6.300000190734863, - [ - 6.330260276794434, - 4.440892098500626e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.333333492279053, - [ - 6.350991725921631, - 1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.366666793823242, - [ - 6.374244689941406, - 3.877399260581002e-26, - -1.7763568394002505e-15 - ] - ], - [ - 6.400000095367432, - [ - 6.399555683135986, - 8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.454494953155518, - 2.886579864025407e-15, - -1.7763568394002505e-15 - ] - ], - [ - 6.599999904632568, - [ - 6.5686187744140625, - 2.1094237467877974e-15, - -3.552723843195868e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.595315456390381, - 6.661338147750939e-16, - -1.0672189805348802e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292523408_203181.json b/lenses/physics-objects/Scene/assets/1646688292523408_203181.json deleted file mode 100644 index 8c0eaf1d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292523408_203181.json +++ /dev/null @@ -1,1396 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292523408:203181", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.023915408179163933, - 0.02046450972557068, - 0.011657598428428173, - 0.999436616897583 - ] - ], - [ - 0.30000001192092896, - [ - -0.023964039981365204, - 0.02062162384390831, - 0.012193754315376282, - 0.9994257092475891 - ] - ], - [ - 0.46666666865348816, - [ - -0.023932497948408127, - 0.02084766887128353, - 0.012406284920871258, - 0.9994192719459534 - ] - ], - [ - 0.5, - [ - -0.023689523339271545, - 0.020508062094449997, - 0.014587625861167908, - 0.999402642250061 - ] - ], - [ - 0.5333333611488342, - [ - -0.022995229810476303, - 0.01957489363849163, - 0.020280102267861366, - 0.9993382692337036 - ] - ], - [ - 0.5666666626930237, - [ - -0.021848486736416817, - 0.01834603026509285, - 0.028293048962950706, - 0.999192476272583 - ] - ], - [ - 0.6000000238418579, - [ - -0.02029951848089695, - 0.017098698765039444, - 0.037438683211803436, - 0.9989464282989502 - ] - ], - [ - 0.6333333253860474, - [ - -0.018508775159716606, - 0.016043180599808693, - 0.046541884541511536, - 0.9986159801483154 - ] - ], - [ - 0.6666666865348816, - [ - -0.016756571829319, - 0.015295707620680332, - 0.05444580689072609, - 0.9982589483261108 - ] - ], - [ - 0.699999988079071, - [ - -0.01541309803724289, - 0.014882058836519718, - 0.060011375695466995, - 0.9979678392410278 - ] - ], - [ - 0.7333333492279053, - [ - -0.01487814076244831, - 0.014781883917748928, - 0.06210976839065552, - 0.9978489279747009 - ] - ], - [ - 0.8999999761581421, - [ - -0.0148452278226614, - 0.015020616352558136, - 0.061934005469083786, - 0.9978567957878113 - ] - ], - [ - 1.0333333015441895, - [ - -0.014822364784777164, - 0.015123223885893822, - 0.06162605807185173, - 0.9978746771812439 - ] - ], - [ - 1.1666666269302368, - [ - -0.01480917539447546, - 0.015093443915247917, - 0.06114903464913368, - 0.9979046583175659 - ] - ], - [ - 1.2000000476837158, - [ - -0.01476195827126503, - 0.01505495049059391, - 0.06083235144615173, - 0.9979252815246582 - ] - ], - [ - 1.2333333492279053, - [ - -0.014627939090132713, - 0.01502289529889822, - 0.060260970145463943, - 0.9979624152183533 - ] - ], - [ - 1.2666666507720947, - [ - -0.014414703473448753, - 0.014997411519289017, - 0.059462256729602814, - 0.9980137944221497 - ] - ], - [ - 1.2999999523162842, - [ - -0.014130252413451672, - 0.014983455650508404, - 0.058501217514276505, - 0.9980748891830444 - ] - ], - [ - 1.3333333730697632, - [ - -0.01378241740167141, - 0.01498491782695055, - 0.057432323694229126, - 0.998141884803772 - ] - ], - [ - 1.3666666746139526, - [ - -0.013378276489675045, - 0.014999838545918465, - 0.05626671016216278, - 0.9982134699821472 - ] - ], - [ - 1.399999976158142, - [ - -0.012924975715577602, - 0.015026010572910309, - 0.055014483630657196, - 0.9982888102531433 - ] - ], - [ - 1.4333332777023315, - [ - -0.012429731898009777, - 0.015061512589454651, - 0.05368504300713539, - 0.9983669519424438 - ] - ], - [ - 1.4666666984558105, - [ - -0.011899947188794613, - 0.015104302205145359, - 0.0522872656583786, - 0.998447060585022 - ] - ], - [ - 1.5, - [ - -0.011343211866915226, - 0.015152586624026299, - 0.050829753279685974, - 0.9985279440879822 - ] - ], - [ - 1.5333333015441895, - [ - -0.010767374187707901, - 0.015204711817204952, - 0.049321047961711884, - 0.998609185218811 - ] - ], - [ - 1.5666667222976685, - [ - -0.01018053200095892, - 0.015259388834238052, - 0.047769561409950256, - 0.9986899495124817 - ] - ], - [ - 1.600000023841858, - [ - -0.009591098874807358, - 0.015315462835133076, - 0.04618401452898979, - 0.9987695813179016 - ] - ], - [ - 1.6333333253860474, - [ - -0.00900777243077755, - 0.015372266992926598, - 0.044573236256837845, - 0.998847246170044 - ] - ], - [ - 1.6666666269302368, - [ - -0.00843957718461752, - 0.015429352410137653, - 0.04294644296169281, - 0.99892258644104 - ] - ], - [ - 1.7000000476837158, - [ - -0.007895817048847675, - 0.01548682525753975, - 0.04131314158439636, - 0.9989950060844421 - ] - ], - [ - 1.7333333492279053, - [ - -0.007386111654341221, - 0.015545046888291836, - 0.03968329355120659, - 0.9990640878677368 - ] - ], - [ - 1.7666666507720947, - [ - -0.006920318119227886, - 0.01560501754283905, - 0.03806724026799202, - 0.9991293549537659 - ] - ], - [ - 1.7999999523162842, - [ - -0.006508553400635719, - 0.01566789112985134, - 0.03647571802139282, - 0.9991905093193054 - ] - ], - [ - 1.8333333730697632, - [ - -0.00616112258285284, - 0.015735499560832977, - 0.03491993993520737, - 0.9992472529411316 - ] - ], - [ - 1.8666666746139526, - [ - -0.00588850537315011, - 0.01580996997654438, - 0.033411577343940735, - 0.9992992877960205 - ] - ], - [ - 1.899999976158142, - [ - -0.005701553076505661, - 0.01588752493262291, - 0.031951405107975006, - 0.9993469715118408 - ] - ], - [ - 1.9333332777023315, - [ - -0.0056113507598638535, - 0.015961969271302223, - 0.030536450445652008, - 0.9993905425071716 - ] - ], - [ - 1.9666666984558105, - [ - -0.005779508966952562, - 0.016013940796256065, - 0.0290641151368618, - 0.9994325637817383 - ] - ], - [ - 2.0, - [ - -0.006330156698822975, - 0.016032971441745758, - 0.027437495067715645, - 0.9994748830795288 - ] - ], - [ - 2.0333333015441895, - [ - -0.007218834012746811, - 0.01603448949754238, - 0.02568507008254528, - 0.9995154142379761 - ] - ], - [ - 2.066666603088379, - [ - -0.008401564322412014, - 0.01603461429476738, - 0.023840779438614845, - 0.9995519518852234 - ] - ], - [ - 2.0999999046325684, - [ - -0.009833842515945435, - 0.01604548655450344, - 0.021928338333964348, - 0.9995824098587036 - ] - ], - [ - 2.133333444595337, - [ - -0.011471446603536606, - 0.016077356413006783, - 0.019971836358308792, - 0.9996054768562317 - ] - ], - [ - 2.1666667461395264, - [ - -0.013270429335534573, - 0.0161382257938385, - 0.017995741218328476, - 0.9996198415756226 - ] - ], - [ - 2.200000047683716, - [ - -0.015187299810349941, - 0.016233818605542183, - 0.016024718061089516, - 0.9996245503425598 - ] - ], - [ - 2.2333333492279053, - [ - -0.017179008573293686, - 0.016367023810744286, - 0.014083750545978546, - 0.9996192455291748 - ] - ], - [ - 2.2666666507720947, - [ - -0.019202981144189835, - 0.016538191586732864, - 0.012197943404316902, - 0.9996044039726257 - ] - ], - [ - 2.299999952316284, - [ - -0.02121712826192379, - 0.01674509048461914, - 0.010392395779490471, - 0.9995806217193604 - ] - ], - [ - 2.3333332538604736, - [ - -0.023179851472377777, - 0.0169830322265625, - 0.008692087605595589, - 0.9995492696762085 - ] - ], - [ - 2.366666555404663, - [ - -0.02505003847181797, - 0.01724529080092907, - 0.007121773436665535, - 0.9995120763778687 - ] - ], - [ - 2.4000000953674316, - [ - -0.027204647660255432, - 0.017553992569446564, - 0.005631649401038885, - 0.999459981918335 - ] - ], - [ - 2.433333396911621, - [ - -0.02990155667066574, - 0.01793115958571434, - 0.004179483745247126, - 0.999383270740509 - ] - ], - [ - 2.4666666984558105, - [ - -0.03292255848646164, - 0.018361929804086685, - 0.0028011540416628122, - 0.9992852807044983 - ] - ], - [ - 2.5, - [ - -0.03605159372091293, - 0.018823139369487762, - 0.0015321816317737103, - 0.9991714954376221 - ] - ], - [ - 2.5333333015441895, - [ - -0.039075467735528946, - 0.019283829256892204, - 0.0004071573494002223, - 0.9990500807762146 - ] - ], - [ - 2.566666603088379, - [ - -0.041783906519412994, - 0.01970675028860569, - -0.0005406562704592943, - 0.9989321827888489 - ] - ], - [ - 2.5999999046325684, - [ - -0.043969158083200455, - 0.020050568506121635, - -0.0012794521171599627, - 0.9988308548927307 - ] - ], - [ - 2.633333444595337, - [ - -0.04542490094900131, - 0.020272783935070038, - -0.0017786291427910328, - 0.998760461807251 - ] - ], - [ - 2.6666667461395264, - [ - -0.04594448581337929, - 0.020333286374807358, - -0.0020081372931599617, - 0.9987350106239319 - ] - ], - [ - 2.799999952316284, - [ - -0.04585716128349304, - 0.020156633108854294, - -0.002353953430429101, - 0.998741865158081 - ] - ], - [ - 2.933333396911621, - [ - -0.04559221863746643, - 0.019966863095760345, - -0.002447835635393858, - 0.998757541179657 - ] - ], - [ - 2.9666666984558105, - [ - -0.045474544167518616, - 0.0199216827750206, - -0.0024082439485937357, - 0.998763918876648 - ] - ], - [ - 3.0333333015441895, - [ - -0.045187924057245255, - 0.019835887476801872, - -0.0022657192312180996, - 0.9987789988517761 - ] - ], - [ - 3.066666603088379, - [ - -0.04502592608332634, - 0.019795823842287064, - -0.002168467501178384, - 0.9987872838973999 - ] - ], - [ - 3.0999999046325684, - [ - -0.04485611990094185, - 0.01975814253091812, - -0.002057656878605485, - 0.9987959265708923 - ] - ], - [ - 3.1666667461395264, - [ - -0.04450716823339462, - 0.019690630957484245, - -0.0018065653275698423, - 0.9988133311271667 - ] - ], - [ - 3.2333333492279053, - [ - -0.044156838208436966, - 0.019636232405900955, - -0.0015198438195511699, - 0.9988304376602173 - ] - ], - [ - 3.2666666507720947, - [ - -0.04396353289484978, - 0.01961623691022396, - -0.0013418094022199512, - 0.9988396167755127 - ] - ], - [ - 3.299999952316284, - [ - -0.04375915974378586, - 0.019601784646511078, - -0.001144593465141952, - 0.9988491535186768 - ] - ], - [ - 3.3333332538604736, - [ - -0.043547678738832474, - 0.019593166187405586, - -0.0009351266780868173, - 0.9988587498664856 - ] - ], - [ - 3.4000000953674316, - [ - -0.04311930760741234, - 0.0195947103202343, - -0.0005070052575320005, - 0.9988776445388794 - ] - ], - [ - 3.5, - [ - -0.04252297058701515, - 0.01964658871293068, - 5.177639832254499e-05, - 0.9989023208618164 - ] - ], - [ - 3.566666603088379, - [ - -0.04220321774482727, - 0.019699828699231148, - 0.0002580154687166214, - 0.9989147782325745 - ] - ], - [ - 3.5999999046325684, - [ - -0.04249618947505951, - 0.01917504146695137, - -0.0009039449505507946, - 0.9989122152328491 - ] - ], - [ - 3.633333444595337, - [ - -0.04354963079094887, - 0.017774557694792747, - -0.004047786351293325, - 0.998884916305542 - ] - ], - [ - 3.6666667461395264, - [ - -0.04522969573736191, - 0.015857987105846405, - -0.008493767119944096, - 0.9988146424293518 - ] - ], - [ - 3.700000047683716, - [ - -0.04736201465129852, - 0.013769188895821571, - -0.013566836714744568, - 0.9986907243728638 - ] - ], - [ - 3.7333333492279053, - [ - -0.049686457961797714, - 0.011804169043898582, - -0.018605532124638557, - 0.9985218048095703 - ] - ], - [ - 3.7666666507720947, - [ - -0.05184895917773247, - 0.010195951908826828, - -0.02296886220574379, - 0.9983386993408203 - ] - ], - [ - 3.799999952316284, - [ - -0.05342373624444008, - 0.009121737442910671, - -0.02603595145046711, - 0.9981907606124878 - ] - ], - [ - 3.8333332538604736, - [ - -0.05395932495594025, - 0.00873563066124916, - -0.027195610105991364, - 0.9981346130371094 - ] - ], - [ - 3.9666666984558105, - [ - -0.05327373370528221, - 0.008795233443379402, - -0.027190908789634705, - 0.9981710314750671 - ] - ], - [ - 4.0, - [ - -0.053055036813020706, - 0.008812583051621914, - -0.027173934504389763, - 0.9981828927993774 - ] - ], - [ - 4.0333333015441895, - [ - -0.05282054841518402, - 0.008831774815917015, - -0.02714415453374386, - 0.9981959462165833 - ] - ], - [ - 4.066666603088379, - [ - -0.05257181450724602, - 0.008853272534906864, - -0.027098309248685837, - 0.9982101321220398 - ] - ], - [ - 4.099999904632568, - [ - -0.052310410887002945, - 0.008877577260136604, - -0.027033163234591484, - 0.9982254505157471 - ] - ], - [ - 4.166666507720947, - [ - -0.0517558827996254, - 0.008936518803238869, - -0.026831986382603645, - 0.9982592463493347 - ] - ], - [ - 4.199999809265137, - [ - -0.051465943455696106, - 0.00897202081978321, - -0.026689480990171432, - 0.9982777237892151 - ] - ], - [ - 4.233333110809326, - [ - -0.051169708371162415, - 0.0090121915563941, - -0.026514718309044838, - 0.9982972741127014 - ] - ], - [ - 4.266666889190674, - [ - -0.05086882412433624, - 0.009057492949068546, - -0.026304449886083603, - 0.9983177781105042 - ] - ], - [ - 4.300000190734863, - [ - -0.0505649708211422, - 0.009108377620577812, - -0.026055477559566498, - 0.9983392953872681 - ] - ], - [ - 4.333333492279053, - [ - -0.05025986582040787, - 0.009165407158434391, - -0.025764554738998413, - 0.9983617067337036 - ] - ], - [ - 4.366666793823242, - [ - -0.049955252557992935, - 0.009228921495378017, - -0.025428468361496925, - 0.9983850717544556 - ] - ], - [ - 4.400000095367432, - [ - -0.049652934074401855, - 0.009299442172050476, - -0.02504400722682476, - 0.9984092116355896 - ] - ], - [ - 4.433333396911621, - [ - -0.049354780465364456, - 0.009377490729093552, - -0.024607965722680092, - 0.9984341859817505 - ] - ], - [ - 4.4666666984558105, - [ - -0.04906304553151131, - 0.009458095766603947, - -0.024124179035425186, - 0.99845951795578 - ] - ], - [ - 4.5, - [ - -0.04878002032637596, - 0.009537816978991032, - -0.023595094680786133, - 0.9984853863716125 - ] - ], - [ - 4.5333333015441895, - [ - -0.04850758984684944, - 0.009619289077818394, - -0.023015182465314865, - 0.9985113739967346 - ] - ], - [ - 4.566666603088379, - [ - -0.048248302191495895, - 0.009742856957018375, - -0.021867042407393456, - 0.9985485672950745 - ] - ], - [ - 4.599999904632568, - [ - -0.04800727590918541, - 0.009941508062183857, - -0.01979176513850689, - 0.9986013770103455 - ] - ], - [ - 4.633333206176758, - [ - -0.04779063165187836, - 0.010203254409134388, - -0.017020991072058678, - 0.9986602067947388 - ] - ], - [ - 4.666666507720947, - [ - -0.047601550817489624, - 0.01051099319010973, - -0.013788452371954918, - 0.9987159371376038 - ] - ], - [ - 4.699999809265137, - [ - -0.04743800312280655, - 0.010846929624676704, - -0.010325835086405277, - 0.9987618923187256 - ] - ], - [ - 4.733333110809326, - [ - -0.047290973365306854, - 0.011192497797310352, - -0.0068643721751868725, - 0.9987948536872864 - ] - ], - [ - 4.766666889190674, - [ - -0.04714389890432358, - 0.011528491042554379, - -0.00363610265776515, - 0.9988149404525757 - ] - ], - [ - 4.800000190734863, - [ - -0.04697329178452492, - 0.011834786273539066, - -0.0008753871079534292, - 0.9988256692886353 - ] - ], - [ - 4.833333492279053, - [ - -0.04675048217177391, - 0.012089889496564865, - 0.001180741935968399, - 0.9988327622413635 - ] - ], - [ - 4.866666793823242, - [ - -0.04644453898072243, - 0.012270038016140461, - 0.002291547367349267, - 0.9988428950309753 - ] - ], - [ - 4.900000095367432, - [ - -0.04608231410384178, - 0.01240705419331789, - 0.0028385468758642673, - 0.9988566637039185 - ] - ], - [ - 4.933333396911621, - [ - -0.045711178332567215, - 0.01255041640251875, - 0.0033676098100841045, - 0.9988701939582825 - ] - ], - [ - 4.9666666984558105, - [ - -0.04533161595463753, - 0.012700708582997322, - 0.003881175769492984, - 0.9988837242126465 - ] - ], - [ - 5.0, - [ - -0.04494400694966316, - 0.012858474627137184, - 0.004381295293569565, - 0.9988972544670105 - ] - ], - [ - 5.0333333015441895, - [ - -0.04454866051673889, - 0.013024388812482357, - 0.004869791679084301, - 0.9989104270935059 - ] - ], - [ - 5.066666603088379, - [ - -0.0441458523273468, - 0.013199076987802982, - 0.0053483666852116585, - 0.9989235997200012 - ] - ], - [ - 5.099999904632568, - [ - -0.04373578354716301, - 0.013383330777287483, - 0.005818613804876804, - 0.9989365339279175 - ] - ], - [ - 5.133333206176758, - [ - -0.04331864416599274, - 0.013577902689576149, - 0.006282156798988581, - 0.9989492893218994 - ] - ], - [ - 5.166666507720947, - [ - -0.04289456084370613, - 0.013783722184598446, - 0.006740660406649113, - 0.998961865901947 - ] - ], - [ - 5.199999809265137, - [ - -0.04246378317475319, - 0.013997307047247887, - 0.007188072428107262, - 0.998974084854126 - ] - ], - [ - 5.233333110809326, - [ - -0.042026620358228683, - 0.014212919399142265, - 0.007614366244524717, - 0.9989863634109497 - ] - ], - [ - 5.266666889190674, - [ - -0.041583187878131866, - 0.014428725466132164, - 0.008015071973204613, - 0.9989987015724182 - ] - ], - [ - 5.300000190734863, - [ - -0.04113362729549408, - 0.014642446301877499, - 0.00838532205671072, - 0.9990111589431763 - ] - ], - [ - 5.333333492279053, - [ - -0.040678471326828, - 0.014854902401566505, - 0.00872830580919981, - 0.9990237355232239 - ] - ], - [ - 5.366666793823242, - [ - -0.040218546986579895, - 0.015068131498992443, - 0.009051088243722916, - 0.9990363121032715 - ] - ], - [ - 5.400000095367432, - [ - -0.03975426033139229, - 0.015281764790415764, - 0.0093541843816638, - 0.9990488290786743 - ] - ], - [ - 5.433333396911621, - [ - -0.03928602114319801, - 0.015495548024773598, - 0.00963801983743906, - 0.9990614652633667 - ] - ], - [ - 5.4666666984558105, - [ - -0.03881421312689781, - 0.01570916548371315, - 0.009902875870466232, - 0.9990739822387695 - ] - ], - [ - 5.5, - [ - -0.03833923488855362, - 0.01592213287949562, - 0.010148954577744007, - 0.9990863800048828 - ] - ], - [ - 5.5333333015441895, - [ - -0.03786150738596916, - 0.016134072095155716, - 0.010376399382948875, - 0.9990989565849304 - ] - ], - [ - 5.599999904632568, - [ - -0.036899421364068985, - 0.016552921384572983, - 0.010775643400847912, - 0.9991238713264465 - ] - ], - [ - 5.633333206176758, - [ - -0.03641592338681221, - 0.016758771613240242, - 0.01094749290496111, - 0.999136209487915 - ] - ], - [ - 5.666666507720947, - [ - -0.03593140468001366, - 0.016961419954895973, - 0.011100840754806995, - 0.9991486668586731 - ] - ], - [ - 5.699999809265137, - [ - -0.035446327179670334, - 0.01716025359928608, - 0.011235707439482212, - 0.9991610646247864 - ] - ], - [ - 5.733333110809326, - [ - -0.034961212426424026, - 0.017354672774672508, - 0.011352121829986572, - 0.9991735816001892 - ] - ], - [ - 5.766666889190674, - [ - -0.034476544708013535, - 0.017543958500027657, - 0.011450176127254963, - 0.9991859197616577 - ] - ], - [ - 5.800000190734863, - [ - -0.03399292379617691, - 0.01772741600871086, - 0.011530027724802494, - 0.999198317527771 - ] - ], - [ - 5.833333492279053, - [ - -0.03351091220974922, - 0.017904357984662056, - 0.011591894552111626, - 0.9992108345031738 - ] - ], - [ - 5.866666793823242, - [ - -0.03303111344575882, - 0.018074125051498413, - 0.011636108160018921, - 0.9992231130599976 - ] - ], - [ - 5.900000095367432, - [ - -0.03255417197942734, - 0.01823592558503151, - 0.011663085781037807, - 0.9992356300354004 - ] - ], - [ - 5.9666666984558105, - [ - -0.031611546874046326, - 0.018533101305365562, - 0.011667714454233646, - 0.9992603659629822 - ] - ], - [ - 6.0, - [ - -0.031147250905632973, - 0.018667109310626984, - 0.01164685096591711, - 0.9992725849151611 - ] - ], - [ - 6.066666603088379, - [ - -0.03023620881140232, - 0.018904976546764374, - 0.011567311361432076, - 0.9992971420288086 - ] - ], - [ - 6.133333206176758, - [ - -0.029352106153964996, - 0.019118033349514008, - 0.011480066925287247, - 0.9993204474449158 - ] - ], - [ - 6.166666507720947, - [ - -0.028921501711010933, - 0.019221540540456772, - 0.011448587290942669, - 0.9993312954902649 - ] - ], - [ - 6.199999809265137, - [ - -0.028499018400907516, - 0.019323086366057396, - 0.011426819488406181, - 0.9993417263031006 - ] - ], - [ - 6.233333110809326, - [ - -0.028084727004170418, - 0.019420869648456573, - 0.011410890147089958, - 0.9993517398834229 - ] - ], - [ - 6.266666889190674, - [ - -0.02767885848879814, - 0.01951540820300579, - 0.011400789022445679, - 0.9993613362312317 - ] - ], - [ - 6.300000190734863, - [ - -0.02728172391653061, - 0.019607190042734146, - 0.011396370828151703, - 0.9993705153465271 - ] - ], - [ - 6.366666793823242, - [ - -0.026515237987041473, - 0.019784661009907722, - 0.011403756216168404, - 0.9993875622749329 - ] - ], - [ - 6.400000095367432, - [ - -0.026147017255425453, - 0.019871193915605545, - 0.011415019631385803, - 0.9993954300880432 - ] - ], - [ - 6.4666666984558105, - [ - -0.02544517070055008, - 0.020041219890117645, - 0.011451180092990398, - 0.9994097352027893 - ] - ], - [ - 6.5, - [ - -0.02511451579630375, - 0.020124835893511772, - 0.011475438252091408, - 0.9994161128997803 - ] - ], - [ - 6.5333333015441895, - [ - -0.024800632148981094, - 0.02020721510052681, - 0.011503458954393864, - 0.9994219541549683 - ] - ], - [ - 6.566666603088379, - [ - -0.02450784668326378, - 0.020287323743104935, - 0.01153506524860859, - 0.9994271993637085 - ] - ], - [ - 6.633333206176758, - [ - -0.02402649261057377, - 0.020428849384188652, - 0.011609802953898907, - 0.9994352459907532 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292523561_203188.json b/lenses/physics-objects/Scene/assets/1646688292523561_203188.json deleted file mode 100644 index 14a50fb5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292523561_203188.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292523561:203188", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292524411_203201.json b/lenses/physics-objects/Scene/assets/1646688292524411_203201.json deleted file mode 100644 index 2388d274..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292524411_203201.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292524411:203201", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.540391445159912, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.198159217834473, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 5.76924991607666, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 5.363285064697266, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.0893473625183105, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.068422317504883, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.388131141662598, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.87137508392334, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 6.305295944213867, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.475950717926025, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 6.242915630340576, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.751884937286377, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 5.217187881469727, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 4.851180076599121, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 4.828135967254639, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.0581512451171875, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.421755313873291, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 5.810194969177246, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 6.113924503326416, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.223798751831055, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 6.0687408447265625, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 5.724577903747559, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 5.301242351531982, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 4.9081244468688965, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 4.653782844543457, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 4.659397602081299, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.014693737030029, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.544130802154541, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 6.032432556152344, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 6.262576580047607, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 6.097644805908203, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 5.687546253204346, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 5.245296001434326, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 4.982260704040527, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 5.067573547363281, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 5.403496265411377, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.870226860046387, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 6.357295513153076, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 6.753531455993652, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.9479594230651855, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.871163368225098, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.600349426269531, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 6.243899822235107, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 5.909931659698486, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 5.706154823303223, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 5.754636287689209, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.131871700286865, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.652023792266846, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 7.102278232574463, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 7.270223140716553, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.02716064453125, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.529537200927734, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 5.992214202880859, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 5.62857723236084, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 5.606588840484619, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 5.826107025146484, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 6.169455051422119, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 6.52783203125, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 6.7919158935546875, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 6.852899074554443, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 6.646009922027588, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.252625942230225, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 5.783215045928955, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 5.347792625427246, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 5.055630683898926, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 5.030750751495361, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.345818519592285, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.815781116485596, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.228062152862549, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.368836402893066, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 6.11267614364624, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.618986129760742, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.103941440582275, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.782019138336182, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 4.814279556274414, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.091306686401367, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.496212959289551, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.919575214385986, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 6.251091480255127, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 6.380809307098389, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 6.246529579162598, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.930973052978516, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.543271064758301, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.1920576095581055, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.985445499420166, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.047741889953613, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.443008899688721, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.982288837432861, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 6.452317714691162, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 6.638742923736572, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 6.421692848205566, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 5.963014602661133, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 5.476405620574951, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 5.174407005310059, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 5.216254711151123, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 5.492130279541016, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.886011600494385, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 6.289261817932129, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.531249046325684, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292524574_203208.json b/lenses/physics-objects/Scene/assets/1646688292524574_203208.json deleted file mode 100644 index 98dd447b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292524574_203208.json +++ /dev/null @@ -1,910 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292524574:203208", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.0240598376840353, - 0.02015869691967964, - 0.02051718719303608, - 0.9992966651916504 - ] - ], - [ - 0.10000000149011612, - [ - -0.023893795907497406, - 0.020350195467472076, - 0.019757511094212532, - 0.999312162399292 - ] - ], - [ - 0.13333334028720856, - [ - -0.023739587515592575, - 0.020353151485323906, - 0.018780307844281197, - 0.9993346333503723 - ] - ], - [ - 0.1666666716337204, - [ - -0.023563610389828682, - 0.020400747656822205, - 0.017791394144296646, - 0.9993557929992676 - ] - ], - [ - 0.20000000298023224, - [ - -0.023399079218506813, - 0.020689668133854866, - 0.017323600128293037, - 0.9993619322776794 - ] - ], - [ - 0.23333333432674408, - [ - -0.023297540843486786, - 0.021503368392586708, - 0.018133295699954033, - 0.9993327856063843 - ] - ], - [ - 0.2666666805744171, - [ - -0.02329365350306034, - 0.023029258474707603, - 0.0207534097135067, - 0.9992479085922241 - ] - ], - [ - 0.30000001192092896, - [ - -0.023326799273490906, - 0.02479245327413082, - 0.02408132702112198, - 0.9991302490234375 - ] - ], - [ - 0.3333333432674408, - [ - -0.0233487319201231, - 0.02625354193150997, - 0.026884591206908226, - 0.9990209341049194 - ] - ], - [ - 0.36666667461395264, - [ - -0.023339414969086647, - 0.02691671811044216, - 0.028088681399822235, - 0.9989703893661499 - ] - ], - [ - 0.4000000059604645, - [ - -0.02339174970984459, - 0.025426283478736877, - 0.025778604671359062, - 0.9990705847740173 - ] - ], - [ - 0.4333333373069763, - [ - -0.02349168434739113, - 0.022326435893774033, - 0.020962810143828392, - 0.9992548227310181 - ] - ], - [ - 0.46666666865348816, - [ - -0.02352617122232914, - 0.019497409462928772, - 0.016375288367271423, - 0.999398946762085 - ] - ], - [ - 0.5, - [ - -0.023479746654629707, - 0.018097134307026863, - 0.01381082646548748, - 0.9994651079177856 - ] - ], - [ - 0.5333333611488342, - [ - -0.023380566388368607, - 0.01885911077260971, - 0.014511591754853725, - 0.9994434118270874 - ] - ], - [ - 0.5666666626930237, - [ - -0.023238306865096092, - 0.02129814401268959, - 0.0178113654255867, - 0.9993444681167603 - ] - ], - [ - 0.6000000238418579, - [ - -0.023079346865415573, - 0.024475857615470886, - 0.022448835894465446, - 0.9991819262504578 - ] - ], - [ - 0.6333333253860474, - [ - -0.023031722754240036, - 0.026616012677550316, - 0.02603682316839695, - 0.9990411400794983 - ] - ], - [ - 0.6666666865348816, - [ - -0.023157643154263496, - 0.02666459232568741, - 0.026900196447968483, - 0.9990140795707703 - ] - ], - [ - 0.699999988079071, - [ - -0.02332213707268238, - 0.0254653412848711, - 0.0257400069385767, - 0.9990721940994263 - ] - ], - [ - 0.7333333492279053, - [ - -0.023449484258890152, - 0.023534266278147697, - 0.023062655702233315, - 0.999181866645813 - ] - ], - [ - 0.7666666507720947, - [ - -0.02351008728146553, - 0.021455101668834686, - 0.01977221854031086, - 0.9992978572845459 - ] - ], - [ - 0.800000011920929, - [ - -0.023498786613345146, - 0.019653119146823883, - 0.016597019508481026, - 0.9993929862976074 - ] - ], - [ - 0.8333333134651184, - [ - -0.02342326007783413, - 0.01846940442919731, - 0.014146068133413792, - 0.999454915523529 - ] - ], - [ - 0.8666666746139526, - [ - -0.023303041234612465, - 0.01825651340186596, - 0.013074168004095554, - 0.9994762539863586 - ] - ], - [ - 0.8999999761581421, - [ - -0.023209869861602783, - 0.019126979634165764, - 0.01392560638487339, - 0.9994506239891052 - ] - ], - [ - 0.9333333373069763, - [ - -0.023200934752821922, - 0.02110038697719574, - 0.01709434576332569, - 0.9993619322776794 - ] - ], - [ - 0.9666666388511658, - [ - -0.02322019822895527, - 0.023525619879364967, - 0.02127932943403721, - 0.999226987361908 - ] - ], - [ - 1.0, - [ - -0.02323661930859089, - 0.025558510795235634, - 0.024845510721206665, - 0.9990943670272827 - ] - ], - [ - 1.0333333015441895, - [ - -0.02326458878815174, - 0.026290863752365112, - 0.026189390569925308, - 0.9990404844284058 - ] - ], - [ - 1.0666667222976685, - [ - -0.023380301892757416, - 0.02455737255513668, - 0.023694142699241638, - 0.9991440773010254 - ] - ], - [ - 1.100000023841858, - [ - -0.02352765202522278, - 0.021400561556220055, - 0.01904902048408985, - 0.9993125796318054 - ] - ], - [ - 1.1333333253860474, - [ - -0.023608937859535217, - 0.018636735156178474, - 0.014879133552312851, - 0.9994367957115173 - ] - ], - [ - 1.1666666269302368, - [ - -0.023624936118721962, - 0.017298726364970207, - 0.01275777630507946, - 0.9994897842407227 - ] - ], - [ - 1.2000000476837158, - [ - -0.023609206080436707, - 0.017965661361813545, - 0.013636123389005661, - 0.9994667768478394 - ] - ], - [ - 1.2333333492279053, - [ - -0.023569447919726372, - 0.020068543031811714, - 0.016684317961335182, - 0.9993816018104553 - ] - ], - [ - 1.2666666507720947, - [ - -0.023527130484580994, - 0.02269672602415085, - 0.020666884258389473, - 0.9992518424987793 - ] - ], - [ - 1.2999999523162842, - [ - -0.023565517738461494, - 0.024376997724175453, - 0.023655269294977188, - 0.9991450905799866 - ] - ], - [ - 1.3333333730697632, - [ - -0.023708408698439598, - 0.02436167187988758, - 0.024486232548952103, - 0.999122142791748 - ] - ], - [ - 1.3666666746139526, - [ - -0.023858651518821716, - 0.023372221738100052, - 0.023754963651299477, - 0.9991597533226013 - ] - ], - [ - 1.399999976158142, - [ - -0.023970408365130424, - 0.02182215079665184, - 0.02186531573534012, - 0.9992352724075317 - ] - ], - [ - 1.4333332777023315, - [ - -0.024031151086091995, - 0.020179077982902527, - 0.019528355449438095, - 0.9993167519569397 - ] - ], - [ - 1.4666666984558105, - [ - -0.024041466414928436, - 0.01879558153450489, - 0.01732851378619671, - 0.9993840456008911 - ] - ], - [ - 1.5, - [ - -0.024008022621273994, - 0.017959656193852425, - 0.015757838264107704, - 0.9994261860847473 - ] - ], - [ - 1.5333333015441895, - [ - -0.023942554369568825, - 0.017959125339984894, - 0.015325053595006466, - 0.9994345307350159 - ] - ], - [ - 1.5666667222976685, - [ - -0.023885712027549744, - 0.018870610743761063, - 0.01641080714762211, - 0.999401867389679 - ] - ], - [ - 1.600000023841858, - [ - -0.02386557310819626, - 0.020669585093855858, - 0.019214008003473282, - 0.9993168711662292 - ] - ], - [ - 1.6333333253860474, - [ - -0.023848649114370346, - 0.02283574640750885, - 0.022745806723833084, - 0.9991958737373352 - ] - ], - [ - 1.6666666269302368, - [ - -0.023819563910365105, - 0.024717042222619057, - 0.025818584486842155, - 0.9990771412849426 - ] - ], - [ - 1.7000000476837158, - [ - -0.023791208863258362, - 0.025565359741449356, - 0.02717285230755806, - 0.999020516872406 - ] - ], - [ - 1.7333333492279053, - [ - -0.023826897144317627, - 0.024304544553160667, - 0.02532367594540119, - 0.9990997314453125 - ] - ], - [ - 1.7666666507720947, - [ - -0.023896899074316025, - 0.021676339209079742, - 0.021410079672932625, - 0.999250054359436 - ] - ], - [ - 1.7999999523162842, - [ - -0.02392251417040825, - 0.019259918481111526, - 0.01764705218374729, - 0.9993724822998047 - ] - ], - [ - 1.8333333730697632, - [ - -0.023889582604169846, - 0.01808868907392025, - 0.015597893856465816, - 0.9994293451309204 - ] - ], - [ - 1.8666666746139526, - [ - -0.023811377584934235, - 0.018825067207217216, - 0.016351299360394478, - 0.9994054436683655 - ] - ], - [ - 1.899999976158142, - [ - -0.023692121729254723, - 0.02101808413863182, - 0.019285019487142563, - 0.9993122816085815 - ] - ], - [ - 1.9333332777023315, - [ - -0.02355462685227394, - 0.023830467835068703, - 0.023296231403946877, - 0.9991669654846191 - ] - ], - [ - 1.9666666984558105, - [ - -0.023496335372328758, - 0.025731859728693962, - 0.02637512981891632, - 0.9990447163581848 - ] - ], - [ - 2.0, - [ - -0.02356751635670662, - 0.025824014097452164, - 0.027133358642458916, - 0.9990202784538269 - ] - ], - [ - 2.0333333015441895, - [ - -0.023670680820941925, - 0.024811841547489166, - 0.026130540296435356, - 0.9990702271461487 - ] - ], - [ - 2.066666603088379, - [ - -0.023748867213726044, - 0.023124411702156067, - 0.02376229129731655, - 0.9991679787635803 - ] - ], - [ - 2.0999999046325684, - [ - -0.023776914924383163, - 0.021275868639349937, - 0.020802533254027367, - 0.9992743730545044 - ] - ], - [ - 2.133333444595337, - [ - -0.023746298626065254, - 0.019667722284793854, - 0.017918478697538376, - 0.999363899230957 - ] - ], - [ - 2.1666667461395264, - [ - -0.023659000173211098, - 0.01863742247223854, - 0.015697859227657318, - 0.999423086643219 - ] - ], - [ - 2.200000047683716, - [ - -0.023522626608610153, - 0.01858234964311123, - 0.01483058463782072, - 0.9994406700134277 - ] - ], - [ - 2.2333333492279053, - [ - -0.02337937243282795, - 0.01978362165391445, - 0.016028115525841713, - 0.9994024038314819 - ] - ], - [ - 2.2666666507720947, - [ - -0.023274069651961327, - 0.022251635789871216, - 0.019657542929053307, - 0.9992881417274475 - ] - ], - [ - 2.299999952316284, - [ - -0.023196006193757057, - 0.025058330968022346, - 0.024179967120289803, - 0.99912428855896 - ] - ], - [ - 2.3333332538604736, - [ - -0.02319282479584217, - 0.026738550513982773, - 0.027230847626924515, - 0.9990023374557495 - ] - ], - [ - 2.366666555404663, - [ - -0.0233021080493927, - 0.026183022186160088, - 0.026895903050899506, - 0.9990236759185791 - ] - ], - [ - 2.4000000953674316, - [ - -0.02342529408633709, - 0.023924309760332108, - 0.023565664887428284, - 0.999161422252655 - ] - ], - [ - 2.433333396911621, - [ - -0.02349007874727249, - 0.021179215982556343, - 0.019114404916763306, - 0.999316930770874 - ] - ], - [ - 2.4666666984558105, - [ - -0.02348223701119423, - 0.018872108310461044, - 0.01512705348432064, - 0.9994317293167114 - ] - ], - [ - 2.5, - [ - -0.0234367735683918, - 0.017704466357827187, - 0.012914924882352352, - 0.999485194683075 - ] - ], - [ - 2.5333333015441895, - [ - -0.023378703743219376, - 0.018427379429340363, - 0.013727804645895958, - 0.9994625449180603 - ] - ], - [ - 2.566666603088379, - [ - -0.023287400603294373, - 0.020716892555356026, - 0.016970409080386162, - 0.9993700385093689 - ] - ], - [ - 2.5999999046325684, - [ - -0.02319001778960228, - 0.023626277223229408, - 0.021351976320147514, - 0.9992237687110901 - ] - ], - [ - 2.633333444595337, - [ - -0.023197639733552933, - 0.0254948940128088, - 0.024633634835481644, - 0.9991021156311035 - ] - ], - [ - 2.6666667461395264, - [ - -0.023350687697529793, - 0.025422528386116028, - 0.02537325769662857, - 0.9990819096565247 - ] - ], - [ - 2.700000047683716, - [ - -0.023524155840277672, - 0.02422161027789116, - 0.024262884631752968, - 0.9991352558135986 - ] - ], - [ - 2.7333333492279053, - [ - -0.02365564927458763, - 0.022382240742444992, - 0.021815795451402664, - 0.9992314577102661 - ] - ], - [ - 2.7666666507720947, - [ - -0.023725947365164757, - 0.02044454775750637, - 0.018885334953665733, - 0.999330997467041 - ] - ], - [ - 2.799999952316284, - [ - -0.02373461425304413, - 0.01880124770104885, - 0.016144530847668648, - 0.9994111061096191 - ] - ], - [ - 2.8333332538604736, - [ - -0.023691793903708458, - 0.017764288932085037, - 0.01414706651121378, - 0.9994613528251648 - ] - ], - [ - 2.866666555404663, - [ - -0.023612435907125473, - 0.017689164727926254, - 0.013511461205780506, - 0.9994733333587646 - ] - ], - [ - 2.9000000953674316, - [ - -0.023540586233139038, - 0.01881367154419422, - 0.01485636830329895, - 0.9994354248046875 - ] - ], - [ - 2.933333396911621, - [ - -0.023510782048106194, - 0.021089809015393257, - 0.01838506944477558, - 0.9993320107460022 - ] - ], - [ - 2.9666666984558105, - [ - -0.023502131924033165, - 0.02362513728439808, - 0.022599250078201294, - 0.9991890788078308 - ] - ], - [ - 3.0, - [ - -0.02354293502867222, - 0.025130370631814003, - 0.025447875261306763, - 0.9990828633308411 - ] - ], - [ - 3.0333333015441895, - [ - -0.023654481396079063, - 0.02467367984354496, - 0.025358373299241066, - 0.9990938901901245 - ] - ], - [ - 3.066666603088379, - [ - -0.023762580007314682, - 0.02272830717265606, - 0.022686118260025978, - 0.9992017149925232 - ] - ], - [ - 3.0999999046325684, - [ - -0.023819372057914734, - 0.020353391766548157, - 0.019030746072530746, - 0.9993278980255127 - ] - ], - [ - 3.133333444595337, - [ - -0.02381782792508602, - 0.018364083021879196, - 0.015751292929053307, - 0.999423623085022 - ] - ], - [ - 3.1666667461395264, - [ - -0.023784847930073738, - 0.017398782074451447, - 0.014003001153469086, - 0.9994676113128662 - ] - ], - [ - 3.200000047683716, - [ - -0.02373490110039711, - 0.018156101927161217, - 0.014916540123522282, - 0.9994421005249023 - ] - ], - [ - 3.2333333492279053, - [ - -0.02364816889166832, - 0.020357001572847366, - 0.01798778399825096, - 0.9993512034416199 - ] - ], - [ - 3.2666666507720947, - [ - -0.023545797914266586, - 0.023150570690631866, - 0.02208157628774643, - 0.9992107152938843 - ] - ], - [ - 3.299999952316284, - [ - -0.023520175367593765, - 0.025025879964232445, - 0.02520783059298992, - 0.9990921020507813 - ] - ], - [ - 3.3333332538604736, - [ - -0.02374369464814663, - 0.022982817143201828, - 0.023248685523867607, - 0.9991835355758667 - ] - ], - [ - 3.366666555404663, - [ - -0.0240598376840353, - 0.02015869691967964, - 0.02051718719303608, - 0.9992966651916504 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292524721_203215.json b/lenses/physics-objects/Scene/assets/1646688292524721_203215.json deleted file mode 100644 index 1d4f3cee..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292524721_203215.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292524721:203215", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292525582_203228.json b/lenses/physics-objects/Scene/assets/1646688292525582_203228.json deleted file mode 100644 index 7e2e0406..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292525582_203228.json +++ /dev/null @@ -1,1082 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292525582:203228", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.620275497436523, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.03333333507180214, - [ - 6.620275497436523, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.06666667014360428, - [ - 6.645149230957031, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.10000000149011612, - [ - 6.668198108673096, - 2.220446049250313e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.13333334028720856, - [ - 6.688962459564209, - 2.6645352591003757e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.1666666716337204, - [ - 6.70698356628418, - -3.1086244689504383e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.20000000298023224, - [ - 6.721802234649658, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.2666666805744171, - [ - 6.739992618560791, - -1.3322676295501878e-15, - -4.638500581955594e-27 - ] - ], - [ - 0.4000000059604645, - [ - 6.726278781890869, - 1.1546319456101628e-14, - -1.7763568394002505e-14 - ] - ], - [ - 0.4333333373069763, - [ - 6.714402675628662, - -4.440895274874178e-16, - -5.329070094684278e-15 - ] - ], - [ - 0.46666666865348816, - [ - 6.699728488922119, - -1.3322676295501878e-15, - -1.7763568394002505e-15 - ] - ], - [ - 0.5, - [ - 6.682661056518555, - -2.6645352591003757e-15, - -5.3290705182007514e-15 - ] - ], - [ - 0.5666666626930237, - [ - 6.643366813659668, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.6333333253860474, - [ - 6.599713325500488, - 1.4210854715202004e-14, - 4.440892098500626e-16 - ] - ], - [ - 0.699999988079071, - [ - 6.5515923500061035, - 7.105427357601002e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.8999999761581421, - [ - 6.386768341064453, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 0.9666666388511658, - [ - 6.3361735343933105, - -5.927456716107088e-21, - -3.710799772229695e-27 - ] - ], - [ - 1.0, - [ - 6.312941074371338, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.0333333015441895, - [ - 6.291439533233643, - 6.7742368239749344e-21, - -1.7763568394002505e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.271934509277344, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.100000023841858, - [ - 6.2546916007995605, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.239976406097412, - 7.105429898699844e-15, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.228044033050537, - 1.8320049602641947e-26, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.207740306854248, - 4.846759860933941e-27, - 1.7763555688508296e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.203120231628418, - 0.0, - -7.573058527145891e-27 - ] - ], - [ - 1.3666666746139526, - [ - 6.219647407531738, - 1.2116901578264797e-27, - -1.7763568394002505e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.244268894195557, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.4333332777023315, - [ - 6.275893688201904, - 7.105427357601002e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.4666666984558105, - [ - 6.313432216644287, - 1.4210854715202004e-14, - 3.5527187609981845e-15 - ] - ], - [ - 1.5, - [ - 6.355793476104736, - 7.105427357601002e-15, - 7.105427357601002e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.401885986328125, - -7.105427357601002e-15, - 5.504070701141e-21 - ] - ], - [ - 1.5666667222976685, - [ - 6.450619220733643, - -7.105427357601002e-15, - -4.4408916749841525e-15 - ] - ], - [ - 1.6666666269302368, - [ - 6.601731777191162, - 1.2096866992560205e-20, - 8.881784197001252e-16 - ] - ], - [ - 1.7000000476837158, - [ - 6.650095462799072, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.7333333492279053, - [ - 6.69563102722168, - 7.105432439798685e-15, - 8.881784197001252e-16 - ] - ], - [ - 1.7666666507720947, - [ - 6.737242698669434, - 1.4210854715202004e-14, - -3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 6.773834705352783, - 8.724161894854063e-26, - 2.220446049250313e-15 - ] - ], - [ - 1.8333333730697632, - [ - 6.804310321807861, - 1.4210854715202004e-14, - -7.993605777301127e-15 - ] - ], - [ - 1.8666666746139526, - [ - 6.827573299407959, - 7.10542481650216e-15, - -4.884980037801268e-15 - ] - ], - [ - 1.899999976158142, - [ - 6.842523097991943, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.9666666984558105, - [ - 6.843060493469238, - -7.105427357601002e-15, - -3.2751579226442118e-15 - ] - ], - [ - 2.0, - [ - 6.826413154602051, - 0.0, - -1.8041124150158794e-15 - ] - ], - [ - 2.0333333015441895, - [ - 6.799928665161133, - 7.105422275403318e-15, - 7.771561172376096e-16 - ] - ], - [ - 2.066666603088379, - [ - 6.7667059898376465, - 1.0658141036401503e-14, - -2.6645352591003757e-15 - ] - ], - [ - 2.0999999046325684, - [ - 6.727591037750244, - 7.105427357601002e-15, - -1.5543122344752192e-15 - ] - ], - [ - 2.133333444595337, - [ - 6.683428764343262, - 7.105427357601002e-15, - -1.7763589569826186e-15 - ] - ], - [ - 2.1666667461395264, - [ - 6.635062217712402, - 1.4210854715202004e-14, - -1.2434497875801753e-14 - ] - ], - [ - 2.200000047683716, - [ - 6.583332061767578, - -7.105427357601002e-15, - 1.1102230246251565e-14 - ] - ], - [ - 2.2333333492279053, - [ - 6.529077529907227, - 1.4210854715202004e-14, - -1.4654943925052066e-14 - ] - ], - [ - 2.4666666984558105, - [ - 6.13542366027832, - -8.881784197001252e-16, - -1.776351757202567e-15 - ] - ], - [ - 2.5, - [ - 6.080262184143066, - -4.440892098500626e-16, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.0266547203063965, - -2.2204524019974175e-16, - -3.552713678800501e-15 - ] - ], - [ - 2.566666603088379, - [ - 5.975271224975586, - 8.881784197001252e-16, - 8.881784197001252e-15 - ] - ], - [ - 2.5999999046325684, - [ - 5.926778316497803, - -1.5543058817281147e-15, - -1.9539925233402755e-14 - ] - ], - [ - 2.633333444595337, - [ - 5.881843090057373, - -3.552713678800501e-15, - -1.2434497875801753e-14 - ] - ], - [ - 2.6666667461395264, - [ - 5.841133117675781, - 3.1086244689504383e-15, - -1.2434497875801753e-14 - ] - ], - [ - 2.700000047683716, - [ - 5.805331230163574, - -2.220446049250313e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.7333333492279053, - [ - 5.775123596191406, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 2.7666666507720947, - [ - 5.751184463500977, - -1.7763568394002505e-15, - -1.0658138495302661e-14 - ] - ], - [ - 2.799999952316284, - [ - 5.734188556671143, - -1.7763568394002505e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.933333396911621, - [ - 5.740942478179932, - 2.6645352591003757e-15, - -1.2932453176213094e-26 - ] - ], - [ - 2.9666666984558105, - [ - 5.757816314697266, - -2.963729973640678e-21, - -3.552720031547605e-15 - ] - ], - [ - 3.0, - [ - 5.779429912567139, - -3.552713678800501e-15, - -1.4210854715202004e-14 - ] - ], - [ - 3.0333333015441895, - [ - 5.80501127243042, - -1.7763568394002505e-15, - -7.105432439798685e-15 - ] - ], - [ - 3.066666603088379, - [ - 5.833788871765137, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.0999999046325684, - [ - 5.864990234375, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.299999952316284, - [ - 6.064915657043457, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.096447467803955, - 1.7763523924772774e-15, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.126522064208984, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.4000000953674316, - [ - 6.154755592346191, - -7.621008853907111e-21, - -3.552713678800501e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.180762767791748, - -1.7763568394002505e-15, - 1.3548526962325287e-20 - ] - ], - [ - 3.4666666984558105, - [ - 6.204159736633301, - -3.231657291015317e-27, - 1.0658141036401503e-14 - ] - ], - [ - 3.5, - [ - 6.22456169128418, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.5333333015441895, - [ - 6.241582870483398, - -3.552713678800501e-15, - -1.4210854715202004e-14 - ] - ], - [ - 3.566666603088379, - [ - 6.254838943481445, - -1.7763568394002505e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.633333444595337, - [ - 6.269610404968262, - -3.552713678800501e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.799999952316284, - [ - 6.252563953399658, - -7.105427357601002e-15, - -3.108628280598701e-15 - ] - ], - [ - 3.8333332538604736, - [ - 6.23995304107666, - -1.2746229617286448e-25, - 8.881784197001252e-16 - ] - ], - [ - 3.866666555404663, - [ - 6.224693775177002, - 0.0, - -8.465414034470968e-16 - ] - ], - [ - 3.9000000953674316, - [ - 6.207629680633545, - 7.105427357601002e-15, - -1.3322676295501878e-15 - ] - ], - [ - 3.9666666984558105, - [ - 6.16917085647583, - -1.4210854715202004e-14, - -2.664538435473928e-15 - ] - ], - [ - 4.199999809265137, - [ - 6.017496585845947, - 0.0, - -3.48965489718031e-25 - ] - ], - [ - 4.266666889190674, - [ - 5.978198051452637, - -7.11294159697997e-20, - -1.7763568394002505e-15 - ] - ], - [ - 4.300000190734863, - [ - 5.960567951202393, - -7.105427357601002e-15, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 5.944647789001465, - 7.105427357601002e-15, - -1.2116865293744645e-25 - ] - ], - [ - 4.366666793823242, - [ - 5.930701732635498, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 4.433333396911621, - [ - 5.909814357757568, - -3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.566666603088379, - [ - 5.903542518615723, - 7.105427357601002e-15, - -3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 5.91551399230957, - 7.105427357601002e-15, - -1.7763466750048834e-15 - ] - ], - [ - 4.633333206176758, - [ - 5.939970016479492, - -7.105427357601002e-15, - -7.1054095699091095e-15 - ] - ], - [ - 4.666666507720947, - [ - 5.975681781768799, - -3.552713678800501e-15, - -1.0658141036401503e-14 - ] - ], - [ - 4.699999809265137, - [ - 6.0214104652404785, - -3.552713678800501e-15, - -7.105478179577837e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.075901508331299, - 5.3290705182007514e-15, - 7.105427357601002e-15 - ] - ], - [ - 4.766666889190674, - [ - 6.137881755828857, - 1.776333016598609e-15, - 7.105427357601002e-15 - ] - ], - [ - 4.800000190734863, - [ - 6.206061363220215, - -1.7763568394002505e-15, - -1.5987211554602254e-14 - ] - ], - [ - 4.833333492279053, - [ - 6.279129981994629, - -3.597194326302543e-26, - -5.329019696223916e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.355778217315674, - -5.273559366969494e-16, - 5.3290705182007514e-15 - ] - ], - [ - 5.0, - [ - 6.675769805908203, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 5.0333333015441895, - [ - 6.752978801727295, - -2.6645352591003757e-15, - 1.0658141036401503e-14 - ] - ], - [ - 5.066666603088379, - [ - 6.826530933380127, - 5.329065436003068e-15, - -1.5099022970506762e-14 - ] - ], - [ - 5.099999904632568, - [ - 6.895153999328613, - 6.217246396802035e-15, - -1.687538997430238e-14 - ] - ], - [ - 5.133333206176758, - [ - 6.95757532119751, - 7.105427357601002e-15, - -1.3322691542094929e-14 - ] - ], - [ - 5.166666507720947, - [ - 7.0125203132629395, - 5.329087035343223e-15, - -8.881814690187353e-15 - ] - ], - [ - 5.199999809265137, - [ - 7.058715343475342, - 4.071615089813185e-25, - -6.543761446179666e-25 - ] - ], - [ - 5.233333110809326, - [ - 7.09488582611084, - 3.5526958911086086e-15, - -3.552647610230615e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.119756698608398, - 5.3290705182007514e-15, - -1.9539925233402755e-14 - ] - ], - [ - 5.400000095367432, - [ - 7.112658977508545, - 1.0658141036401503e-14, - -1.7763568394002505e-14 - ] - ], - [ - 5.433333396911621, - [ - 7.091893196105957, - -1.7763568394002505e-15, - 1.7763644626967758e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.065083980560303, - 3.552713678800501e-15, - 3.1086244689504383e-15 - ] - ], - [ - 5.5, - [ - 7.032896995544434, - -1.7763568394002505e-15, - -3.9968028886505635e-15 - ] - ], - [ - 5.5333333015441895, - [ - 6.995996475219727, - -5.3290705182007514e-15, - 3.1086244689504383e-15 - ] - ], - [ - 5.566666603088379, - [ - 6.955047607421875, - 1.7763454044554625e-15, - 2.220542134550267e-16 - ] - ], - [ - 5.599999904632568, - [ - 6.910714626312256, - 7.105427357601002e-15, - -7.327471962526033e-15 - ] - ], - [ - 5.633333206176758, - [ - 6.863662242889404, - -1.7763568394002505e-15, - 1.7208456881689926e-15 - ] - ], - [ - 5.699999809265137, - [ - 6.7640557289123535, - 1.4210854715202004e-14, - -2.275957200481571e-14 - ] - ], - [ - 5.800000190734863, - [ - 6.610844612121582, - 8.881784197001252e-15, - -8.43769498715119e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.561410427093506, - 3.552696526383319e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.513900279998779, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.4689717292785645, - 7.105427357601002e-15, - -1.1546319456101628e-14 - ] - ], - [ - 5.933333396911621, - [ - 6.427286624908447, - -3.552713678800501e-15, - 2.6645352591003757e-15 - ] - ], - [ - 5.9666666984558105, - [ - 6.389505386352539, - 3.552713678800501e-15, - -6.21725402009856e-15 - ] - ], - [ - 6.0, - [ - 6.356288433074951, - 3.552713678800501e-15, - -7.993605777301127e-15 - ] - ], - [ - 6.0333333015441895, - [ - 6.32829475402832, - 7.105427357601002e-15, - -1.0658138495302661e-14 - ] - ], - [ - 6.066666603088379, - [ - 6.306185245513916, - 5.329074329849014e-15, - -1.2434497875801753e-14 - ] - ], - [ - 6.099999904632568, - [ - 6.29062032699585, - 3.552721302097026e-15, - -7.105445145292894e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.298155784606934, - 6.217248937900877e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.312451362609863, - 8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.300000190734863, - [ - 6.330196380615234, - 5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 6.333333492279053, - [ - 6.350927352905273, - 4.846746117497858e-25, - -5.3290705182007514e-15 - ] - ], - [ - 6.366666793823242, - [ - 6.374180316925049, - 7.105427357601002e-15, - -1.5987211554602254e-14 - ] - ], - [ - 6.400000095367432, - [ - 6.399490833282471, - 4.440887016302943e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.454429626464844, - -8.881784197001252e-16, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 6.568552017211914, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.595248222351074, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292525751_203235.json b/lenses/physics-objects/Scene/assets/1646688292525751_203235.json deleted file mode 100644 index 96b95583..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292525751_203235.json +++ /dev/null @@ -1,1549 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292525751:203235", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026125185191631317, - -0.014210006222128868, - 0.05037581920623779, - 0.9982874393463135 - ] - ], - [ - 0.03333333507180214, - [ - -0.026125185191631317, - -0.014210006222128868, - 0.05037581920623779, - 0.9982874393463135 - ] - ], - [ - 0.06666667014360428, - [ - -0.026100890710949898, - -0.014176296070218086, - 0.04994986951351166, - 0.9983099699020386 - ] - ], - [ - 0.13333334028720856, - [ - -0.026060903444886208, - -0.014128084294497967, - 0.04918961226940155, - 0.9983495473861694 - ] - ], - [ - 0.20000000298023224, - [ - -0.026035020127892494, - -0.014109929092228413, - 0.0485970675945282, - 0.9983794093132019 - ] - ], - [ - 0.3333333432674408, - [ - -0.026031678542494774, - -0.014155726879835129, - 0.04817098006606102, - 0.9983994960784912 - ] - ], - [ - 0.4333333373069763, - [ - -0.026066163554787636, - -0.014246107079088688, - 0.04846424236893654, - 0.998383104801178 - ] - ], - [ - 0.46666666865348816, - [ - -0.026083044707775116, - -0.014284116216003895, - 0.04864954203367233, - 0.9983732104301453 - ] - ], - [ - 0.5, - [ - -0.025648092851042747, - -0.01410819124430418, - 0.04781400412321091, - 0.9984272122383118 - ] - ], - [ - 0.5333333611488342, - [ - -0.024431124329566956, - -0.013612291775643826, - 0.04528152942657471, - 0.9985827207565308 - ] - ], - [ - 0.5666666626930237, - [ - -0.02260330133140087, - -0.01298005785793066, - 0.04163043946027756, - 0.9987931251525879 - ] - ], - [ - 0.6000000238418579, - [ - -0.020360339432954788, - -0.012381358072161674, - 0.03743860498070717, - 0.9990147948265076 - ] - ], - [ - 0.6333333253860474, - [ - -0.017959583550691605, - -0.011935650371015072, - 0.03328140452504158, - 0.999213457107544 - ] - ], - [ - 0.6666666865348816, - [ - -0.01573539897799492, - -0.01168846432119608, - 0.029730254784226418, - 0.9993657469749451 - ] - ], - [ - 0.699999988079071, - [ - -0.01409086398780346, - -0.011612075380980968, - 0.027351798489689827, - 0.9994592070579529 - ] - ], - [ - 0.7333333492279053, - [ - -0.01346067525446415, - -0.011640332639217377, - 0.02670864760875702, - 0.9994849562644958 - ] - ], - [ - 0.7666666507720947, - [ - -0.013478022068738937, - -0.0117028271779418, - 0.027126910164952278, - 0.9994726181030273 - ] - ], - [ - 0.800000011920929, - [ - -0.013495816849172115, - -0.011764590628445148, - 0.027555342763662338, - 0.9994599223136902 - ] - ], - [ - 0.8666666746139526, - [ - -0.01353203970938921, - -0.011883343569934368, - 0.028427060693502426, - 0.9994336366653442 - ] - ], - [ - 0.8999999761581421, - [ - -0.013550087809562683, - -0.011938988231122494, - 0.028862159699201584, - 0.9994202256202698 - ] - ], - [ - 0.9666666388511658, - [ - -0.013585028238594532, - -0.01203940063714981, - 0.02970924973487854, - 0.9993937611579895 - ] - ], - [ - 1.0, - [ - -0.01360147912055254, - -0.012082695960998535, - 0.03011220693588257, - 0.9993809461593628 - ] - ], - [ - 1.0333333015441895, - [ - -0.013616946525871754, - -0.012120471335947514, - 0.030495142564177513, - 0.9993686676025391 - ] - ], - [ - 1.0666667222976685, - [ - -0.013631193898618221, - -0.01215195283293724, - 0.03085324726998806, - 0.9993571043014526 - ] - ], - [ - 1.100000023841858, - [ - -0.013643987476825714, - -0.012176454067230225, - 0.031181609258055687, - 0.9993464350700378 - ] - ], - [ - 1.1666666269302368, - [ - -0.013664391823112965, - -0.012197369709610939, - 0.031742461025714874, - 0.9993282556533813 - ] - ], - [ - 1.2000000476837158, - [ - -0.013637657277286053, - -0.012280344031751156, - 0.032172996550798416, - 0.9993138313293457 - ] - ], - [ - 1.2333333492279053, - [ - -0.013544767163693905, - -0.012526651844382286, - 0.03292146325111389, - 0.9992876648902893 - ] - ], - [ - 1.2666666507720947, - [ - -0.013391572050750256, - -0.012918860651552677, - 0.033947382122278214, - 0.9992504119873047 - ] - ], - [ - 1.2999999523162842, - [ - -0.013181130401790142, - -0.013436645269393921, - 0.03513497859239578, - 0.9992052912712097 - ] - ], - [ - 1.3333333730697632, - [ - -0.012917185202240944, - -0.014060888439416885, - 0.03638778626918793, - 0.9991553425788879 - ] - ], - [ - 1.3666666746139526, - [ - -0.012606445699930191, - -0.014775642193853855, - 0.037695225328207016, - 0.9991005063056946 - ] - ], - [ - 1.399999976158142, - [ - -0.012255657464265823, - -0.015565124340355396, - 0.03904817998409271, - 0.9990410208702087 - ] - ], - [ - 1.4333332777023315, - [ - -0.0118716387078166, - -0.01641394942998886, - 0.04043827950954437, - 0.9989766478538513 - ] - ], - [ - 1.4666666984558105, - [ - -0.011461285874247551, - -0.01730692759156227, - 0.041857559233903885, - 0.9989079236984253 - ] - ], - [ - 1.5, - [ - -0.011031602509319782, - -0.018229197710752487, - 0.04329796880483627, - 0.9988349676132202 - ] - ], - [ - 1.5333333015441895, - [ - -0.010589703917503357, - -0.019166216254234314, - 0.0447511300444603, - 0.9987582564353943 - ] - ], - [ - 1.5666667222976685, - [ - -0.010142847895622253, - -0.02010384202003479, - 0.04620814323425293, - 0.9986780285835266 - ] - ], - [ - 1.600000023841858, - [ - -0.009698447771370411, - -0.02102823182940483, - 0.047659315168857574, - 0.9985951781272888 - ] - ], - [ - 1.6333333253860474, - [ - -0.009264091029763222, - -0.021926023066043854, - 0.04909418895840645, - 0.998510479927063 - ] - ], - [ - 1.6666666269302368, - [ - -0.008847543969750404, - -0.02278420887887478, - 0.05050143226981163, - 0.9984248876571655 - ] - ], - [ - 1.7000000476837158, - [ - -0.00845678336918354, - -0.023590292781591415, - 0.05186891555786133, - 0.9983395338058472 - ] - ], - [ - 1.7333333492279053, - [ - -0.00809998344630003, - -0.024332111701369286, - 0.05318367853760719, - 0.9982554912567139 - ] - ], - [ - 1.7666666507720947, - [ - -0.007785546127706766, - -0.024998001754283905, - 0.054432135075330734, - 0.998174250125885 - ] - ], - [ - 1.7999999523162842, - [ - -0.007522070314735174, - -0.02557654120028019, - 0.05560007691383362, - 0.9980971217155457 - ] - ], - [ - 1.8333333730697632, - [ - -0.0073183816857635975, - -0.026056718081235886, - 0.05667289346456528, - 0.9980260133743286 - ] - ], - [ - 1.8666666746139526, - [ - -0.007183498237282038, - -0.026427648961544037, - 0.057635582983493805, - 0.9979619979858398 - ] - ], - [ - 1.899999976158142, - [ - -0.007126189302653074, - -0.0266755111515522, - 0.058478761464357376, - 0.9979067444801331 - ] - ], - [ - 1.9333332777023315, - [ - -0.007155075203627348, - -0.026785103604197502, - 0.059195153415203094, - 0.997861385345459 - ] - ], - [ - 1.9666666984558105, - [ - -0.007422465365380049, - -0.026842547580599785, - 0.05953042954206467, - 0.997838020324707 - ] - ], - [ - 2.0, - [ - -0.008047482930123806, - -0.026936892420053482, - 0.059300296008586884, - 0.9978442192077637 - ] - ], - [ - 2.0333333015441895, - [ - -0.008988588117063046, - -0.027058342471718788, - 0.058562494814395905, - 0.9978764653205872 - ] - ], - [ - 2.066666603088379, - [ - -0.010203898884356022, - -0.02719493769109249, - 0.0573580302298069, - 0.9979310631752014 - ] - ], - [ - 2.0999999046325684, - [ - -0.011652280576527119, - -0.027332350611686707, - 0.055755365639925, - 0.9980023503303528 - ] - ], - [ - 2.133333444595337, - [ - -0.01329264510422945, - -0.02745513804256916, - 0.053822752088308334, - 0.9980844855308533 - ] - ], - [ - 2.1666667461395264, - [ - -0.01508390810340643, - -0.027547398582100868, - 0.05162842944264412, - 0.998172402381897 - ] - ], - [ - 2.200000047683716, - [ - -0.016985179856419563, - -0.027593346312642097, - 0.04924040660262108, - 0.9982613325119019 - ] - ], - [ - 2.2333333492279053, - [ - -0.018955715000629425, - -0.027577534317970276, - 0.0467265248298645, - 0.9983470439910889 - ] - ], - [ - 2.2666666507720947, - [ - -0.020955033600330353, - -0.027485420927405357, - 0.044154610484838486, - 0.9984266757965088 - ] - ], - [ - 2.299999952316284, - [ - -0.022942980751395226, - -0.027303546667099, - 0.041592374444007874, - 0.9984980821609497 - ] - ], - [ - 2.3333332538604736, - [ - -0.024879762902855873, - -0.02701970748603344, - 0.03910744935274124, - 0.9985597133636475 - ] - ], - [ - 2.366666555404663, - [ - -0.02672603167593479, - -0.0266231968998909, - 0.03676742687821388, - 0.9986116886138916 - ] - ], - [ - 2.4000000953674316, - [ - -0.028821175917983055, - -0.025900550186634064, - 0.03389870375394821, - 0.9986737966537476 - ] - ], - [ - 2.433333396911621, - [ - -0.03139751777052879, - -0.02471322938799858, - 0.03002648800611496, - 0.9987501502037048 - ] - ], - [ - 2.4666666984558105, - [ - -0.03425649181008339, - -0.023170113563537598, - 0.025518590584397316, - 0.9988186359405518 - ] - ], - [ - 2.5, - [ - -0.03720175847411156, - -0.021396486088633537, - 0.0207477118819952, - 0.9988632202148438 - ] - ], - [ - 2.5333333015441895, - [ - -0.04003993421792984, - -0.01953979581594467, - 0.01609213650226593, - 0.9988774061203003 - ] - ], - [ - 2.566666603088379, - [ - -0.042580679059028625, - -0.017770707607269287, - 0.011935168877243996, - 0.998863697052002 - ] - ], - [ - 2.5999999046325684, - [ - -0.04463617876172066, - -0.016279447823762894, - 0.008663693442940712, - 0.998833179473877 - ] - ], - [ - 2.633333444595337, - [ - -0.046019863337278366, - -0.015267642214894295, - 0.006666180677711964, - 0.998801589012146 - ] - ], - [ - 2.6666667461395264, - [ - -0.04654454067349434, - -0.014935730956494808, - 0.00633041700348258, - 0.9987844824790955 - ] - ], - [ - 2.700000047683716, - [ - -0.046573858708143234, - -0.015000500716269016, - 0.006922448985278606, - 0.998778223991394 - ] - ], - [ - 2.7333333492279053, - [ - -0.04659485071897507, - -0.015051468275487423, - 0.007448712829500437, - 0.9987726807594299 - ] - ], - [ - 2.7666666507720947, - [ - -0.04660366475582123, - -0.015087881125509739, - 0.00790359452366829, - 0.9987683296203613 - ] - ], - [ - 2.8333332538604736, - [ - -0.04656975716352463, - -0.015117358416318893, - 0.008573506958782673, - 0.9987638592720032 - ] - ], - [ - 2.933333396911621, - [ - -0.04633854702115059, - -0.01505778543651104, - 0.00900723971426487, - 0.9987717866897583 - ] - ], - [ - 3.066666603088379, - [ - -0.045692212879657745, - -0.01484737079590559, - 0.00904068537056446, - 0.9988043308258057 - ] - ], - [ - 3.1666667461395264, - [ - -0.04508678987622261, - -0.014645612798631191, - 0.008804578334093094, - 0.9988369345664978 - ] - ], - [ - 3.2333333492279053, - [ - -0.0446745865046978, - -0.014511046931147575, - 0.008561902679502964, - 0.9988595247268677 - ] - ], - [ - 3.299999952316284, - [ - -0.044214606285095215, - -0.014389323070645332, - 0.008315857499837875, - 0.9988839030265808 - ] - ], - [ - 3.366666555404663, - [ - -0.04373576119542122, - -0.014292755164206028, - 0.008169807493686676, - 0.9989075064659119 - ] - ], - [ - 3.4000000953674316, - [ - -0.043502550572156906, - -0.01425744779407978, - 0.008165898732841015, - 0.9989181756973267 - ] - ], - [ - 3.433333396911621, - [ - -0.043280549347400665, - -0.014232569374144077, - 0.008224503137171268, - 0.9989277124404907 - ] - ], - [ - 3.5, - [ - -0.04289133474230766, - -0.014218151569366455, - 0.00857958197593689, - 0.9989417195320129 - ] - ], - [ - 3.5333333015441895, - [ - -0.04273451864719391, - -0.014228849671781063, - 0.008904708549380302, - 0.9989454746246338 - ] - ], - [ - 3.566666603088379, - [ - -0.04260990023612976, - -0.014251560904085636, - 0.009346728213131428, - 0.9989464282989502 - ] - ], - [ - 3.5999999046325684, - [ - -0.043021060526371, - -0.01405732799321413, - 0.01055749412626028, - 0.9989194869995117 - ] - ], - [ - 3.633333444595337, - [ - -0.044303663074970245, - -0.013514919206500053, - 0.012923958711326122, - 0.9988431930541992 - ] - ], - [ - 3.6666667461395264, - [ - -0.04622097685933113, - -0.012782949022948742, - 0.016058461740612984, - 0.9987204670906067 - ] - ], - [ - 3.700000047683716, - [ - -0.04852212965488434, - -0.012012900784611702, - 0.019587816670536995, - 0.9985578656196594 - ] - ], - [ - 3.7333333492279053, - [ - -0.050918225198984146, - -0.011325892992317677, - 0.02314555086195469, - 0.998370349407196 - ] - ], - [ - 3.7666666507720947, - [ - -0.05307379364967346, - -0.010801970027387142, - 0.026375722140073776, - 0.9981838464736938 - ] - ], - [ - 3.799999952316284, - [ - -0.05461360514163971, - -0.010484287515282631, - 0.02893328107893467, - 0.9980332255363464 - ] - ], - [ - 3.8333332538604736, - [ - -0.05514639616012573, - -0.010401207953691483, - 0.030478881672024727, - 0.997958779335022 - ] - ], - [ - 3.866666555404663, - [ - -0.05503786355257034, - -0.010449416935443878, - 0.031417056918144226, - 0.9979351758956909 - ] - ], - [ - 3.9000000953674316, - [ - -0.054908353835344315, - -0.010498939082026482, - 0.032376836985349655, - 0.9979112148284912 - ] - ], - [ - 3.933333396911621, - [ - -0.05475928634405136, - -0.010549499653279781, - 0.03335323929786682, - 0.997886598110199 - ] - ], - [ - 3.9666666984558105, - [ - -0.05459212511777878, - -0.010600772686302662, - 0.03434131667017937, - 0.9978618025779724 - ] - ], - [ - 4.0, - [ - -0.05440827086567879, - -0.010652486234903336, - 0.035335950553417206, - 0.9978364706039429 - ] - ], - [ - 4.0333333015441895, - [ - -0.054209183901548386, - -0.01070431899279356, - 0.036331988871097565, - 0.9978110790252686 - ] - ], - [ - 4.066666603088379, - [ - -0.05399627611041069, - -0.01075596921145916, - 0.037324126809835434, - 0.9977854490280151 - ] - ], - [ - 4.099999904632568, - [ - -0.05377098172903061, - -0.010807154700160027, - 0.038306958973407745, - 0.9977598190307617 - ] - ], - [ - 4.133333206176758, - [ - -0.05353473871946335, - -0.010857588611543179, - 0.03927493095397949, - 0.9977342486381531 - ] - ], - [ - 4.166666507720947, - [ - -0.05328900367021561, - -0.010906906798481941, - 0.04022238403558731, - 0.9977092146873474 - ] - ], - [ - 4.199999809265137, - [ - -0.053035199642181396, - -0.010954800061881542, - 0.041143499314785004, - 0.9976846575737 - ] - ], - [ - 4.233333110809326, - [ - -0.05277477577328682, - -0.011000942438840866, - 0.042032334953546524, - 0.9976608157157898 - ] - ], - [ - 4.266666889190674, - [ - -0.052509211003780365, - -0.011044993996620178, - 0.04288283362984657, - 0.9976381659507751 - ] - ], - [ - 4.300000190734863, - [ - -0.052239980548620224, - -0.011086607351899147, - 0.04368883743882179, - 0.9976169466972351 - ] - ], - [ - 4.333333492279053, - [ - -0.05196855217218399, - -0.011125476099550724, - 0.04444406181573868, - 0.9975972175598145 - ] - ], - [ - 4.366666793823242, - [ - -0.051696449518203735, - -0.011161191388964653, - 0.04514221101999283, - 0.9975796341896057 - ] - ], - [ - 4.400000095367432, - [ - -0.05142519250512123, - -0.011193430051207542, - 0.04577691853046417, - 0.9975643754005432 - ] - ], - [ - 4.433333396911621, - [ - -0.051156334578990936, - -0.011221879161894321, - 0.04634184017777443, - 0.9975517988204956 - ] - ], - [ - 4.4666666984558105, - [ - -0.05089060589671135, - -0.011243872344493866, - 0.04683439061045647, - 0.9975422024726868 - ] - ], - [ - 4.5333333015441895, - [ - -0.05037345364689827, - -0.011263199150562286, - 0.047585342079401016, - 0.9975326061248779 - ] - ], - [ - 4.566666603088379, - [ - -0.05011932551860809, - -0.011255725286900997, - 0.04757244884967804, - 0.9975461959838867 - ] - ], - [ - 4.599999904632568, - [ - -0.049861565232276917, - -0.011228570714592934, - 0.04696469381451607, - 0.9975882172584534 - ] - ], - [ - 4.633333206176758, - [ - -0.04960263893008232, - -0.011183447204530239, - 0.04582616686820984, - 0.9976544976234436 - ] - ], - [ - 4.666666507720947, - [ - -0.049344878643751144, - -0.011125953868031502, - 0.044293250888586044, - 0.9977371692657471 - ] - ], - [ - 4.699999809265137, - [ - -0.049087729305028915, - -0.0110610481351614, - 0.042502261698246, - 0.9978285431861877 - ] - ], - [ - 4.733333110809326, - [ - -0.04882706701755524, - -0.010993129573762417, - 0.040589649230241776, - 0.9979217052459717 - ] - ], - [ - 4.766666889190674, - [ - -0.04855509102344513, - -0.01092622522264719, - 0.03869195654988289, - 0.9980109930038452 - ] - ], - [ - 4.800000190734863, - [ - -0.04826081171631813, - -0.01086394488811493, - 0.03694616258144379, - 0.9980921149253845 - ] - ], - [ - 4.833333492279053, - [ - -0.047930773347616196, - -0.010809161700308323, - 0.03548945486545563, - 0.9981614351272583 - ] - ], - [ - 4.866666793823242, - [ - -0.04755060374736786, - -0.010763391852378845, - 0.03445959836244583, - 0.9982163310050964 - ] - ], - [ - 4.900000095367432, - [ - -0.04713677987456322, - -0.010724238120019436, - 0.033699892461299896, - 0.9982622265815735 - ] - ], - [ - 4.933333396911621, - [ - -0.046716075390577316, - -0.010690315626561642, - 0.03297068923711777, - 0.9983066916465759 - ] - ], - [ - 4.9666666984558105, - [ - -0.046289701014757156, - -0.010663090273737907, - 0.032284803688526154, - 0.9983492493629456 - ] - ], - [ - 5.0, - [ - -0.045858755707740784, - -0.010643898509442806, - 0.03165378049015999, - 0.9983895421028137 - ] - ], - [ - 5.0333333015441895, - [ - -0.04542425647377968, - -0.010634019039571285, - 0.031088026240468025, - 0.9984273314476013 - ] - ], - [ - 5.066666603088379, - [ - -0.04498715698719025, - -0.01063459925353527, - 0.030596889555454254, - 0.9984622597694397 - ] - ], - [ - 5.099999904632568, - [ - -0.04454837739467621, - -0.010646776296198368, - 0.030188877135515213, - 0.9984943270683289 - ] - ], - [ - 5.133333206176758, - [ - -0.044108789414167404, - -0.010671594180166721, - 0.029871799051761627, - 0.9985229969024658 - ] - ], - [ - 5.166666507720947, - [ - -0.04366929456591606, - -0.010710126720368862, - 0.02965303510427475, - 0.9985484480857849 - ] - ], - [ - 5.199999809265137, - [ - -0.04323051869869232, - -0.010761557146906853, - 0.029543807730078697, - 0.9985702037811279 - ] - ], - [ - 5.266666889190674, - [ - -0.042357511818408966, - -0.010897618718445301, - 0.02970503643155098, - 0.9986013770103455 - ] - ], - [ - 5.300000190734863, - [ - -0.04192488268017769, - -0.010981885716319084, - 0.029998144134879112, - 0.9986099600791931 - ] - ], - [ - 5.333333492279053, - [ - -0.04149498790502548, - -0.011075636371970177, - 0.03041856177151203, - 0.9986141324043274 - ] - ], - [ - 5.366666793823242, - [ - -0.041067227721214294, - -0.011177141219377518, - 0.03093426488339901, - 0.9986148476600647 - ] - ], - [ - 5.400000095367432, - [ - -0.040641721338033676, - -0.01128553505986929, - 0.03153779357671738, - 0.9986121654510498 - ] - ], - [ - 5.433333396911621, - [ - -0.04021858423948288, - -0.011400057002902031, - 0.03222212195396423, - 0.9986061453819275 - ] - ], - [ - 5.4666666984558105, - [ - -0.03979792073369026, - -0.011519968509674072, - 0.03298055753111839, - 0.9985969662666321 - ] - ], - [ - 5.5, - [ - -0.0393797941505909, - -0.011644475162029266, - 0.03380661457777023, - 0.9985843896865845 - ] - ], - [ - 5.5333333015441895, - [ - -0.03896428644657135, - -0.01177285611629486, - 0.034693896770477295, - 0.9985688328742981 - ] - ], - [ - 5.566666603088379, - [ - -0.03855140134692192, - -0.01190438773483038, - 0.03563598915934563, - 0.9985501170158386 - ] - ], - [ - 5.599999904632568, - [ - -0.03814113512635231, - -0.012038230895996094, - 0.03662639111280441, - 0.9985283613204956 - ] - ], - [ - 5.633333206176758, - [ - -0.03773346170783043, - -0.012173697352409363, - 0.03765842318534851, - 0.9985038042068481 - ] - ], - [ - 5.666666507720947, - [ - -0.037328287959098816, - -0.012309941463172436, - 0.03872513025999069, - 0.9984765648841858 - ] - ], - [ - 5.699999809265137, - [ - -0.03692549094557762, - -0.012446153908967972, - 0.039819229394197464, - 0.9984469413757324 - ] - ], - [ - 5.733333110809326, - [ - -0.03652489557862282, - -0.012581519782543182, - 0.0409330353140831, - 0.9984148144721985 - ] - ], - [ - 5.766666889190674, - [ - -0.0361262746155262, - -0.012715162709355354, - 0.04205845668911934, - 0.9983808398246765 - ] - ], - [ - 5.800000190734863, - [ - -0.03572937473654747, - -0.012846192345023155, - 0.043186794966459274, - 0.9983453750610352 - ] - ], - [ - 5.833333492279053, - [ - -0.03533386066555977, - -0.012973704375326633, - 0.04430891200900078, - 0.998308539390564 - ] - ], - [ - 5.866666793823242, - [ - -0.034939367324113846, - -0.013096802867949009, - 0.04541511833667755, - 0.998271107673645 - ] - ], - [ - 5.900000095367432, - [ - -0.03454551473259926, - -0.013214501552283764, - 0.0464952252805233, - 0.9982335567474365 - ] - ], - [ - 5.933333396911621, - [ - -0.034151822328567505, - -0.013325881212949753, - 0.04753845930099487, - 0.9981964826583862 - ] - ], - [ - 5.9666666984558105, - [ - -0.03375782445073128, - -0.013429992832243443, - 0.04853367060422897, - 0.9981606006622314 - ] - ], - [ - 6.0, - [ - -0.03336302936077118, - -0.013525854796171188, - 0.04946931451559067, - 0.9981266260147095 - ] - ], - [ - 6.0333333015441895, - [ - -0.03296693414449692, - -0.013612575829029083, - 0.050333574414253235, - 0.9980953931808472 - ] - ], - [ - 6.066666603088379, - [ - -0.0325692817568779, - -0.013690028339624405, - 0.05111261084675789, - 0.9980677962303162 - ] - ], - [ - 6.099999904632568, - [ - -0.03217005729675293, - -0.0137589480727911, - 0.051791030913591385, - 0.9980448484420776 - ] - ], - [ - 6.133333206176758, - [ - -0.03176918998360634, - -0.01381983794271946, - 0.05235491693019867, - 0.998027503490448 - ] - ], - [ - 6.166666507720947, - [ - -0.03136665001511574, - -0.013873138464987278, - 0.052790939807891846, - 0.9980164170265198 - ] - ], - [ - 6.199999809265137, - [ - -0.030963053926825523, - -0.013919143937528133, - 0.05310498923063278, - 0.9980118274688721 - ] - ], - [ - 6.266666889190674, - [ - -0.030157145112752914, - -0.013992268592119217, - 0.05343380942940712, - 0.9980178475379944 - ] - ], - [ - 6.333333492279053, - [ - -0.02935981936752796, - -0.014046737924218178, - 0.0534178763628006, - 0.9980418086051941 - ] - ], - [ - 6.400000095367432, - [ - -0.02858070470392704, - -0.01408999040722847, - 0.05312301963567734, - 0.9980795383453369 - ] - ], - [ - 6.4666666984558105, - [ - -0.027832094579935074, - -0.014128264971077442, - 0.05261344835162163, - 0.9981270432472229 - ] - ], - [ - 6.5333333015441895, - [ - -0.027132121846079826, - -0.014165868982672691, - 0.051949918270111084, - 0.998180627822876 - ] - ], - [ - 6.566666603088379, - [ - -0.02680991031229496, - -0.01418463233858347, - 0.051578089594841, - 0.9982082843780518 - ] - ], - [ - 6.599999904632568, - [ - -0.026516158133745193, - -0.014202228747308254, - 0.05118829384446144, - 0.9982359409332275 - ] - ], - [ - 6.633333206176758, - [ - -0.026268314570188522, - -0.014215278439223766, - 0.050786323845386505, - 0.9982628226280212 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292525909_203242.json b/lenses/physics-objects/Scene/assets/1646688292525909_203242.json deleted file mode 100644 index be6a9482..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292525909_203242.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292525909:203242", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292526794_203255.json b/lenses/physics-objects/Scene/assets/1646688292526794_203255.json deleted file mode 100644 index e52f506f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292526794_203255.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292526794:203255", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.5403032302856445, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.19807243347168, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 5.769165992736816, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 5.363203048706055, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.089266300201416, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.068337440490723, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.388038158416748, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.87127161026001, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 6.305184364318848, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.475834846496582, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 6.242807865142822, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.7517924308776855, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 5.217110633850098, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 4.85111141204834, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 4.828064441680908, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.058067798614502, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.421656131744385, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 5.810084819793701, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 6.113812446594238, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.223690509796143, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 6.0686421394348145, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 5.724489212036133, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 5.301164627075195, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 4.908054351806641, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 4.65371561050415, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 4.659327030181885, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.014612197875977, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.544035911560059, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 6.032326698303223, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 6.262465953826904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 6.097542762756348, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 5.687459468841553, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 5.2452239990234375, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 4.98219633102417, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 5.067505836486816, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 5.403417587280273, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.870134353637695, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 6.357193946838379, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 6.753427982330322, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.947858810424805, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.871069431304932, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.600263595581055, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 6.243821620941162, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 5.909858703613281, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 5.706082820892334, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 5.7545599937438965, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.1317853927612305, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.651926517486572, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 7.102170944213867, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 7.270111083984375, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.027054786682129, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.529444217681885, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 5.992134094238281, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 5.628504276275635, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 5.606512546539307, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 5.826020240783691, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 6.1693549156188965, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 6.527722358703613, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 6.79180383682251, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 6.852790832519531, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 6.645910263061523, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.252535820007324, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 5.7831339836120605, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 5.347718238830566, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 5.055558681488037, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 5.030673980712891, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.345729351043701, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.815677642822266, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.227949142456055, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.368724822998047, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 6.112575531005859, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.618899822235107, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.10386848449707, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.78195333480835, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 4.814210891723633, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.091226100921631, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.49611759185791, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.919469833374023, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 6.2509846687316895, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 6.380706310272217, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 6.246435165405273, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.9308881759643555, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.5431952476501465, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.191988945007324, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.985378265380859, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.047669410705566, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.442924499511719, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.9821906089782715, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 6.452210426330566, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 6.638636589050293, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 6.421596050262451, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 5.9629292488098145, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 5.47633171081543, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 5.174339294433594, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 5.216183185577393, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 5.492047309875488, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.885915279388428, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 6.28915548324585, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.531151294708252, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292526961_203262.json b/lenses/physics-objects/Scene/assets/1646688292526961_203262.json deleted file mode 100644 index 248ebf87..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292526961_203262.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292526961:203262", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ], - [ - 0.03333333507180214, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ], - [ - 0.06666667014360428, - [ - -0.027790356427431107, - -0.018588872626423836, - 0.07823727279901505, - 0.9963739514350891 - ] - ], - [ - 0.10000000149011612, - [ - -0.02798883616924286, - -0.018867095932364464, - 0.08181934803724289, - 0.996075451374054 - ] - ], - [ - 0.13333334028720856, - [ - -0.0282578244805336, - -0.019214686006307602, - 0.0869489535689354, - 0.9956265091896057 - ] - ], - [ - 0.1666666716337204, - [ - -0.02856219746172428, - -0.019613031297922134, - 0.09254453331232071, - 0.9951055645942688 - ] - ], - [ - 0.20000000298023224, - [ - -0.02884673699736595, - -0.020034287124872208, - 0.09673886001110077, - 0.99468994140625 - ] - ], - [ - 0.23333333432674408, - [ - -0.02902727946639061, - -0.020438604056835175, - 0.09679567813873291, - 0.9946710467338562 - ] - ], - [ - 0.2666666805744171, - [ - -0.02903759852051735, - -0.02082020603120327, - 0.09115858376026154, - 0.995195209980011 - ] - ], - [ - 0.30000001192092896, - [ - -0.028966987505555153, - -0.02120855823159218, - 0.08378565311431885, - 0.9958368539810181 - ] - ], - [ - 0.3333333432674408, - [ - -0.028904838487505913, - -0.021556008607149124, - 0.07802481949329376, - 0.996299147605896 - ] - ], - [ - 0.36666667461395264, - [ - -0.028908060863614082, - -0.02175070345401764, - 0.07596198469400406, - 0.9964542388916016 - ] - ], - [ - 0.4000000059604645, - [ - -0.02883932553231716, - -0.021244097501039505, - 0.079526886343956, - 0.9961890578269958 - ] - ], - [ - 0.4333333373069763, - [ - -0.028688710182905197, - -0.02022918500006199, - 0.08744950592517853, - 0.995550274848938 - ] - ], - [ - 0.46666666865348816, - [ - -0.028617335483431816, - -0.01945825293660164, - 0.09689279645681381, - 0.9946930408477783 - ] - ], - [ - 0.5, - [ - -0.028672758489847183, - -0.019245240837335587, - 0.10402988642454147, - 0.993974506855011 - ] - ], - [ - 0.5333333611488342, - [ - -0.028852134943008423, - -0.019633861258625984, - 0.10425269603729248, - 0.9939384460449219 - ] - ], - [ - 0.5666666626930237, - [ - -0.029125984758138657, - -0.020488135516643524, - 0.09906411170959473, - 0.9944437742233276 - ] - ], - [ - 0.6000000238418579, - [ - -0.02940957061946392, - -0.02156701125204563, - 0.09166216105222702, - 0.9951221942901611 - ] - ], - [ - 0.6333333253860474, - [ - -0.029474245384335518, - -0.022199328988790512, - 0.08513884246349335, - 0.9956856369972229 - ] - ], - [ - 0.6666666865348816, - [ - -0.029243525117635727, - -0.021986406296491623, - 0.08147632330656052, - 0.9960035085678101 - ] - ], - [ - 0.699999988079071, - [ - -0.028962649405002594, - -0.021365109831094742, - 0.08105764538049698, - 0.9960594177246094 - ] - ], - [ - 0.7333333492279053, - [ - -0.028755323961377144, - -0.02061113342642784, - 0.084156334400177, - 0.9958242774009705 - ] - ], - [ - 0.7666666507720947, - [ - -0.028656020760536194, - -0.01995757222175598, - 0.08984681218862534, - 0.9953432083129883 - ] - ], - [ - 0.800000011920929, - [ - -0.02866491861641407, - -0.019547317177057266, - 0.09706903994083405, - 0.9946727156639099 - ] - ], - [ - 0.8333333134651184, - [ - -0.028773369267582893, - -0.019450785592198372, - 0.10437143594026566, - 0.993931770324707 - ] - ], - [ - 0.8666666746139526, - [ - -0.028966747224330902, - -0.019678190350532532, - 0.109375961124897, - 0.9933834075927734 - ] - ], - [ - 0.8999999761581421, - [ - -0.02914072759449482, - -0.02006751298904419, - 0.1088448017835617, - 0.9934288859367371 - ] - ], - [ - 0.9333333373069763, - [ - -0.02918826974928379, - -0.02052745781838894, - 0.10115549713373184, - 0.9942305684089661 - ] - ], - [ - 0.9666666388511658, - [ - -0.029165031388401985, - -0.021080872043967247, - 0.09139830619096756, - 0.9951639771461487 - ] - ], - [ - 1.0, - [ - -0.02912069298326969, - -0.02158214896917343, - 0.08370376378297806, - 0.9958312511444092 - ] - ], - [ - 1.0333333015441895, - [ - -0.029060037806630135, - -0.02173502929508686, - 0.08049473911523819, - 0.9960942268371582 - ] - ], - [ - 1.0666667222976685, - [ - -0.028874699026346207, - -0.021061329171061516, - 0.0833364948630333, - 0.9958803653717041 - ] - ], - [ - 1.100000023841858, - [ - -0.028628358617424965, - -0.01995057612657547, - 0.09019963443279266, - 0.9953122138977051 - ] - ], - [ - 1.1333333253860474, - [ - -0.028467578813433647, - -0.019101472571492195, - 0.0979517325758934, - 0.9946005344390869 - ] - ], - [ - 1.1666666269302368, - [ - -0.02841712348163128, - -0.018763478845357895, - 0.10274410992860794, - 0.9941247701644897 - ] - ], - [ - 1.2000000476837158, - [ - -0.028456447646021843, - -0.01895538903772831, - 0.10071977972984314, - 0.9943271279335022 - ] - ], - [ - 1.2333333492279053, - [ - -0.028551217168569565, - -0.019551675766706467, - 0.09413217753171921, - 0.9949581623077393 - ] - ], - [ - 1.2666666507720947, - [ - -0.028630584478378296, - -0.02032162807881832, - 0.0861535593867302, - 0.995663046836853 - ] - ], - [ - 1.2999999523162842, - [ - -0.02854854427278042, - -0.020706506446003914, - 0.07937414944171906, - 0.9962208271026611 - ] - ], - [ - 1.3333333730697632, - [ - -0.028289424255490303, - -0.02042189985513687, - 0.07521391659975052, - 0.99655681848526 - ] - ], - [ - 1.3666666746139526, - [ - -0.028030751273036003, - -0.019834185019135475, - 0.07382923364639282, - 0.9966796636581421 - ] - ], - [ - 1.399999976158142, - [ - -0.027847878634929657, - -0.019153356552124023, - 0.07524681091308594, - 0.9965919852256775 - ] - ], - [ - 1.4333332777023315, - [ - -0.02775157056748867, - -0.0185548085719347, - 0.07855436950922012, - 0.9963508248329163 - ] - ], - [ - 1.4666666984558105, - [ - -0.02773498184978962, - -0.018152417615056038, - 0.08280608803033829, - 0.9960142374038696 - ] - ], - [ - 1.5, - [ - -0.027788355946540833, - -0.018013861030340195, - 0.08688947558403015, - 0.9956673979759216 - ] - ], - [ - 1.5333333015441895, - [ - -0.027899283915758133, - -0.01817561499774456, - 0.08926475793123245, - 0.9954512119293213 - ] - ], - [ - 1.5666667222976685, - [ - -0.028002846986055374, - -0.01854686811566353, - 0.08805198967456818, - 0.9955495595932007 - ] - ], - [ - 1.600000023841858, - [ - -0.028041236102581024, - -0.01906955987215042, - 0.08252923935651779, - 0.9960115551948547 - ] - ], - [ - 1.6333333253860474, - [ - -0.02805621176958084, - -0.019705036655068398, - 0.07590208947658539, - 0.9965257048606873 - ] - ], - [ - 1.6666666269302368, - [ - -0.02807973325252533, - -0.020301392301917076, - 0.07075485587120056, - 0.9968917369842529 - ] - ], - [ - 1.7000000476837158, - [ - -0.0281138364225626, - -0.020600635558366776, - 0.06887035071849823, - 0.9970166087150574 - ] - ], - [ - 1.7333333492279053, - [ - -0.028072569519281387, - -0.020156698301434517, - 0.07166598737239838, - 0.9968298077583313 - ] - ], - [ - 1.7666666507720947, - [ - -0.027979226782917976, - -0.019257530570030212, - 0.07784207910299301, - 0.9963869452476501 - ] - ], - [ - 1.7999999523162842, - [ - -0.02794034406542778, - -0.01854013465344906, - 0.08506329357624054, - 0.9958111643791199 - ] - ], - [ - 1.8333333730697632, - [ - -0.027989305555820465, - -0.018314547836780548, - 0.09032361209392548, - 0.9953505992889404 - ] - ], - [ - 1.8666666746139526, - [ - -0.02812817133963108, - -0.01868242397904396, - 0.09034684300422668, - 0.995337724685669 - ] - ], - [ - 1.899999976158142, - [ - -0.02834203653037548, - -0.019509460777044296, - 0.08644098043441772, - 0.9956626296043396 - ] - ], - [ - 1.9333332777023315, - [ - -0.028570260852575302, - -0.020538857206702232, - 0.0809023380279541, - 0.9961008429527283 - ] - ], - [ - 1.9666666984558105, - [ - -0.028647739440202713, - -0.02116718515753746, - 0.07608846575021744, - 0.9964646697044373 - ] - ], - [ - 2.0, - [ - -0.028513647615909576, - -0.02104841358959675, - 0.07358786463737488, - 0.9966588020324707 - ] - ], - [ - 2.0333333015441895, - [ - -0.028342317789793015, - -0.020555641502141953, - 0.07376891374588013, - 0.996660590171814 - ] - ], - [ - 2.066666603088379, - [ - -0.028225064277648926, - -0.01992262341082096, - 0.0769050344824791, - 0.9964396953582764 - ] - ], - [ - 2.0999999046325684, - [ - -0.02818998321890831, - -0.01935960352420807, - 0.0822557806968689, - 0.9960243701934814 - ] - ], - [ - 2.133333444595337, - [ - -0.02824300341308117, - -0.019009901210665703, - 0.08894942700862885, - 0.9954541325569153 - ] - ], - [ - 2.1666667461395264, - [ - -0.028382806107401848, - -0.01895720139145851, - 0.09575536102056503, - 0.9948195815086365 - ] - ], - [ - 2.200000047683716, - [ - -0.028610514476895332, - -0.019255556166172028, - 0.10061292350292206, - 0.9943277835845947 - ] - ], - [ - 2.2333333492279053, - [ - -0.02886902540922165, - -0.019843624904751778, - 0.10057158023118973, - 0.9943128824234009 - ] - ], - [ - 2.2666666507720947, - [ - -0.029069336131215096, - -0.020643530413508415, - 0.09428684413433075, - 0.9949064254760742 - ] - ], - [ - 2.299999952316284, - [ - -0.029196439310908318, - -0.021497802808880806, - 0.086177296936512, - 0.9956199526786804 - ] - ], - [ - 2.3333332538604736, - [ - -0.029177868738770485, - -0.02194397523999214, - 0.08026052266359329, - 0.9961050748825073 - ] - ], - [ - 2.366666555404663, - [ - -0.02898756042122841, - -0.02159557119011879, - 0.07914045453071594, - 0.9962078928947449 - ] - ], - [ - 2.4000000953674316, - [ - -0.028795426711440086, - -0.02076321840286255, - 0.08353184908628464, - 0.9958725571632385 - ] - ], - [ - 2.433333396911621, - [ - -0.028690505772829056, - -0.019934790208935738, - 0.09156382828950882, - 0.9951862692832947 - ] - ], - [ - 2.4666666984558105, - [ - -0.028682418167591095, - -0.019408486783504486, - 0.10076519101858139, - 0.994307279586792 - ] - ], - [ - 2.5, - [ - -0.028734242543578148, - -0.019260302186012268, - 0.10714571923017502, - 0.9936413764953613 - ] - ], - [ - 2.5333333015441895, - [ - -0.02884625270962715, - -0.019547365605831146, - 0.10614297538995743, - 0.9937401413917542 - ] - ], - [ - 2.566666603088379, - [ - -0.029036512598395348, - -0.020258689299225807, - 0.09992370009422302, - 0.9943649768829346 - ] - ], - [ - 2.5999999046325684, - [ - -0.029217742383480072, - -0.0211598239839077, - 0.09184398502111435, - 0.9951197504997253 - ] - ], - [ - 2.633333444595337, - [ - -0.02919105626642704, - -0.02162907086312771, - 0.08489920198917389, - 0.9957270622253418 - ] - ], - [ - 2.6666667461395264, - [ - -0.02891498990356922, - -0.021328801289200783, - 0.08085509389638901, - 0.9960781335830688 - ] - ], - [ - 2.700000047683716, - [ - -0.028617143630981445, - -0.020675254985690117, - 0.07999400794506073, - 0.9961700439453125 - ] - ], - [ - 2.7333333492279053, - [ - -0.028399266302585602, - -0.019919363781809807, - 0.08239428699016571, - 0.9959959387779236 - ] - ], - [ - 2.7666666507720947, - [ - -0.028281092643737793, - -0.019265182316303253, - 0.08702249825000763, - 0.995618462562561 - ] - ], - [ - 2.799999952316284, - [ - -0.02825741097331047, - -0.018837302923202515, - 0.09279131889343262, - 0.9951062202453613 - ] - ], - [ - 2.8333332538604736, - [ - -0.028315739706158638, - -0.0186951644718647, - 0.09829911589622498, - 0.9945784211158752 - ] - ], - [ - 2.866666555404663, - [ - -0.028445854783058167, - -0.018869275227189064, - 0.10144106298685074, - 0.9942558407783508 - ] - ], - [ - 2.9000000953674316, - [ - -0.028584957122802734, - -0.0192941352725029, - 0.09951935708522797, - 0.9944378137588501 - ] - ], - [ - 2.933333396911621, - [ - -0.02865735813975334, - -0.019911309704184532, - 0.09192413836717606, - 0.9951543807983398 - ] - ], - [ - 2.9666666984558105, - [ - -0.028666630387306213, - -0.020589031279087067, - 0.08320105075836182, - 0.9959076046943665 - ] - ], - [ - 3.0, - [ - -0.028574218973517418, - -0.020921047776937485, - 0.07690747827291489, - 0.9964091777801514 - ] - ], - [ - 3.0333333015441895, - [ - -0.028377894312143326, - -0.020575636997818947, - 0.07513460516929626, - 0.9965571165084839 - ] - ], - [ - 3.066666603088379, - [ - -0.028208041563630104, - -0.01981470361351967, - 0.0782814621925354, - 0.9963351488113403 - ] - ], - [ - 3.0999999046325684, - [ - -0.028119908645749092, - -0.01905118115246296, - 0.0845399722456932, - 0.9958410263061523 - ] - ], - [ - 3.133333444595337, - [ - -0.02811306156218052, - -0.01854667440056801, - 0.09171441197395325, - 0.995215654373169 - ] - ], - [ - 3.1666667461395264, - [ - -0.02815580926835537, - -0.018393786624073982, - 0.0965220034122467, - 0.9947625994682312 - ] - ], - [ - 3.200000047683716, - [ - -0.028250262141227722, - -0.018692757934331894, - 0.09539970755577087, - 0.9948624968528748 - ] - ], - [ - 3.2333333492279053, - [ - -0.028417063876986504, - -0.019431833177804947, - 0.09017482399940491, - 0.995330810546875 - ] - ], - [ - 3.2666666507720947, - [ - -0.02859235182404518, - -0.020373543724417686, - 0.08350314199924469, - 0.995888888835907 - ] - ], - [ - 3.299999952316284, - [ - -0.028616931289434433, - -0.020931124687194824, - 0.07784028351306915, - 0.9963352084159851 - ] - ], - [ - 3.3333332538604736, - [ - -0.028207167983055115, - -0.019855670630931854, - 0.07685612142086029, - 0.9964452981948853 - ] - ], - [ - 3.366666555404663, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292527114_203269.json b/lenses/physics-objects/Scene/assets/1646688292527114_203269.json deleted file mode 100644 index ee1b7eaa..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292527114_203269.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292527114:203269", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292528030_203282.json b/lenses/physics-objects/Scene/assets/1646688292528030_203282.json deleted file mode 100644 index 2600e6eb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292528030_203282.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292528030:203282", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.7884345054626465, - 1.20959767115086e-15, - -1.1563559770584106 - ] - ], - [ - 6.633333206176758, - [ - 3.7884345054626465, - 1.20959767115086e-15, - -1.1563559770584106 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292528188_203289.json b/lenses/physics-objects/Scene/assets/1646688292528188_203289.json deleted file mode 100644 index 215b52dc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292528188_203289.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292528188:203289", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292528341_203296.json b/lenses/physics-objects/Scene/assets/1646688292528341_203296.json deleted file mode 100644 index 4ef15965..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292528341_203296.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292528341:203296", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292538064_203313.json b/lenses/physics-objects/Scene/assets/1646688292538064_203313.json deleted file mode 100644 index dd6fbc8a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292538064_203313.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292538064:203313", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.7884345054626465, - 0.0, - -1.1563559770584106 - ] - ], - [ - 3.366666555404663, - [ - 3.7884345054626465, - 0.0, - -1.1563559770584106 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292538261_203320.json b/lenses/physics-objects/Scene/assets/1646688292538261_203320.json deleted file mode 100644 index 3a966fde..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292538261_203320.json +++ /dev/null @@ -1,370 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292538261:203320", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.5666667222976685, - [ - 6.354337529046461e-05, - -0.01482462789863348, - -0.005069127772003412, - 0.9998772740364075 - ] - ], - [ - 1.600000023841858, - [ - 0.00021854486840311438, - -0.0204366035759449, - -0.017443494871258736, - 0.9996389746665955 - ] - ], - [ - 1.6333333253860474, - [ - 0.00041098834481090307, - -0.02740097977221012, - -0.03280699998140335, - 0.9990859627723694 - ] - ], - [ - 1.6666666269302368, - [ - 0.0005999053828418255, - -0.034234270453453064, - -0.047888994216918945, - 0.9982657432556152 - ] - ], - [ - 1.7000000476837158, - [ - 0.0007615540525875986, - -0.040078479796648026, - -0.06079399213194847, - 0.9973450899124146 - ] - ], - [ - 1.7333333492279053, - [ - 0.0008844402618706226, - -0.044519636780023575, - -0.07060454785823822, - 0.9965100288391113 - ] - ], - [ - 1.7666666507720947, - [ - 0.0009627725230529904, - -0.04734978452324867, - -0.07685808092355728, - 0.9959166049957275 - ] - ], - [ - 1.7999999523162842, - [ - 0.0009908233769237995, - -0.04836311563849449, - -0.07909747958183289, - 0.9956925511360168 - ] - ], - [ - 2.299999952316284, - [ - 0.0009861834114417434, - -0.048195526003837585, - -0.07872709631919861, - 0.9957300424575806 - ] - ], - [ - 2.3333332538604736, - [ - 0.0009739536908455193, - -0.0477537177503109, - -0.07775072753429413, - 0.9958280324935913 - ] - ], - [ - 2.366666555404663, - [ - 0.000956360308919102, - -0.047118134796619415, - -0.07634618133306503, - 0.9959669709205627 - ] - ], - [ - 2.4000000953674316, - [ - 0.0009357333183288574, - -0.0463729165494442, - -0.07469943910837173, - 0.9961268305778503 - ] - ], - [ - 2.433333396911621, - [ - 0.000914580887183547, - -0.04560867324471474, - -0.07301075011491776, - 0.9962873458862305 - ] - ], - [ - 2.4666666984558105, - [ - 0.0008956374367699027, - -0.044924233108758926, - -0.07149848341941833, - 0.9964281320571899 - ] - ], - [ - 2.5, - [ - 0.0008818520582281053, - -0.0444260910153389, - -0.07039789110422134, - 0.9965288043022156 - ] - ], - [ - 2.5333333015441895, - [ - 0.0008735696319490671, - -0.04412681981921196, - -0.06973668932914734, - 0.9965887069702148 - ] - ], - [ - 2.5999999046325684, - [ - 0.0008654994890093803, - -0.04383520036935806, - -0.06909242272377014, - 0.9966464638710022 - ] - ], - [ - 2.700000047683716, - [ - 0.0008589685894548893, - -0.043599214404821396, - -0.068571075797081, - 0.9966927170753479 - ] - ], - [ - 2.7333333492279053, - [ - 0.0008539842674508691, - -0.04341908544301987, - -0.0681731328368187, - 0.9967278838157654 - ] - ], - [ - 2.7666666507720947, - [ - 0.0008457484655082226, - -0.04312145709991455, - -0.06751561909914017, - 0.996785581111908 - ] - ], - [ - 2.799999952316284, - [ - 0.0008330750279128551, - -0.04266344755887985, - -0.06650383025407791, - 0.9968733191490173 - ] - ], - [ - 2.8333332538604736, - [ - 0.0008120859856717288, - -0.04190489277243614, - -0.06482817232608795, - 0.9970159530639648 - ] - ], - [ - 2.866666555404663, - [ - 0.0007812445401214063, - -0.040790241211652756, - -0.0623660683631897, - 0.9972191452980042 - ] - ], - [ - 2.9000000953674316, - [ - 0.000742838834412396, - -0.03940202295780182, - -0.059299975633621216, - 0.9974620938301086 - ] - ], - [ - 2.933333396911621, - [ - 0.0006993841961957514, - -0.03783116862177849, - -0.055830877274274826, - 0.9977230429649353 - ] - ], - [ - 2.9666666984558105, - [ - 0.0006538074812851846, - -0.03618333488702774, - -0.05219224467873573, - 0.9979811310768127 - ] - ], - [ - 3.0, - [ - 0.0006032210076227784, - -0.034354161471128464, - -0.048153676092624664, - 0.998248815536499 - ] - ], - [ - 3.0333333015441895, - [ - 0.0005445189890451729, - -0.03223123028874397, - -0.04346722364425659, - 0.9985346794128418 - ] - ], - [ - 3.066666603088379, - [ - 0.0004811894614249468, - -0.02994060330092907, - -0.03841140866279602, - 0.998813271522522 - ] - ], - [ - 3.0999999046325684, - [ - 0.00041756866266950965, - -0.027639063075184822, - -0.033332351595163345, - 0.9990620017051697 - ] - ], - [ - 3.133333444595337, - [ - 0.00035896975896321237, - -0.025518838316202164, - -0.028654195368289948, - 0.9992635250091553 - ] - ], - [ - 3.1666667461395264, - [ - 0.00030049512861296535, - -0.023402675986289978, - -0.023985736072063446, - 0.9994384050369263 - ] - ], - [ - 3.200000047683716, - [ - 0.00023569719633087516, - -0.021057317033410072, - -0.018812481313943863, - 0.9996012449264526 - ] - ], - [ - 3.2333333492279053, - [ - 0.0001689256459940225, - -0.018640117719769478, - -0.013481699861586094, - 0.9997353553771973 - ] - ], - [ - 3.2666666507720947, - [ - 0.00010545790428295732, - -0.016342129558324814, - -0.008414700627326965, - 0.9998311400413513 - ] - ], - [ - 3.299999952316284, - [ - 5.152117591933347e-05, - -0.014388926327228546, - -0.004108615685254335, - 0.9998881220817566 - ] - ], - [ - 3.3333332538604736, - [ - 2.0682364265667275e-05, - -0.01326123345643282, - -0.0016227378509938717, - 0.9999107718467712 - ] - ], - [ - 3.366666555404663, - [ - 3.8767324214268e-16, - -0.012525029480457306, - -3.02666013996325e-14, - 0.9999215602874756 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292538433_203327.json b/lenses/physics-objects/Scene/assets/1646688292538433_203327.json deleted file mode 100644 index 7f5bd516..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292538433_203327.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292538433:203327", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292539453_203340.json b/lenses/physics-objects/Scene/assets/1646688292539453_203340.json deleted file mode 100644 index e1694523..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292539453_203340.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292539453:203340", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.120227813720703, - -3.552713678800501e-15, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 4.120227813720703, - -3.907985046680551e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292539624_203347.json b/lenses/physics-objects/Scene/assets/1646688292539624_203347.json deleted file mode 100644 index 46b979d4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292539624_203347.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292539624:203347", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.06364893168210983, - -0.017591916024684906, - -0.10346544533967972, - 0.992438554763794 - ] - ], - [ - 0.03333333507180214, - [ - -0.06364893168210983, - -0.017591916024684906, - -0.10346544533967972, - 0.992438554763794 - ] - ], - [ - 0.06666667014360428, - [ - -0.06407224386930466, - -0.018454035744071007, - -0.1024533361196518, - 0.9925006628036499 - ] - ], - [ - 0.10000000149011612, - [ - -0.06458324939012527, - -0.01930658146739006, - -0.1015518307685852, - 0.9925439357757568 - ] - ], - [ - 0.13333334028720856, - [ - -0.06736789643764496, - -0.02126459591090679, - -0.09888379275798798, - 0.992588222026825 - ] - ], - [ - 0.1666666716337204, - [ - -0.07039487361907959, - -0.02342045307159424, - -0.09598391503095627, - 0.9926143884658813 - ] - ], - [ - 0.20000000298023224, - [ - -0.07360634207725525, - -0.02573937177658081, - -0.0929076299071312, - 0.9926166534423828 - ] - ], - [ - 0.23333333432674408, - [ - -0.07694527506828308, - -0.028185375034809113, - -0.08970969170331955, - 0.992591142654419 - ] - ], - [ - 0.2666666805744171, - [ - -0.08035562932491302, - -0.03072110377252102, - -0.08644384145736694, - 0.9925354719161987 - ] - ], - [ - 0.30000001192092896, - [ - -0.08378239721059799, - -0.033307719975709915, - -0.08316275477409363, - 0.9924490451812744 - ] - ], - [ - 0.3333333432674408, - [ - -0.08717182278633118, - -0.03590488061308861, - -0.07991797477006912, - 0.9923332333564758 - ] - ], - [ - 0.36666667461395264, - [ - -0.09047134220600128, - -0.03847070783376694, - -0.07675977796316147, - 0.992190957069397 - ] - ], - [ - 0.4000000059604645, - [ - -0.09362956136465073, - -0.04096199944615364, - -0.07373727113008499, - 0.9920274615287781 - ] - ], - [ - 0.4333333373069763, - [ - -0.0965963751077652, - -0.04333421587944031, - -0.07089848071336746, - 0.9918491244316101 - ] - ], - [ - 0.46666666865348816, - [ - -0.09932263195514679, - -0.04554177075624466, - -0.06829025596380234, - 0.991663932800293 - ] - ], - [ - 0.5, - [ - -0.10067110508680344, - -0.04317421838641167, - -0.0648159384727478, - 0.9918671250343323 - ] - ], - [ - 0.5333333611488342, - [ - -0.09987343847751617, - -0.03338804841041565, - -0.05944175273180008, - 0.9926617741584778 - ] - ], - [ - 0.5666666626930237, - [ - -0.09744276851415634, - -0.01849409006536007, - -0.05237368121743202, - 0.993690013885498 - ] - ], - [ - 0.6000000238418579, - [ - -0.09390445053577423, - -0.0007684240699745715, - -0.043820593506097794, - 0.9946160912513733 - ] - ], - [ - 0.6333333253860474, - [ - -0.08978099375963211, - 0.01757524162530899, - -0.03392554447054863, - 0.9952284097671509 - ] - ], - [ - 0.6666666865348816, - [ - -0.0855654627084732, - 0.03438086062669754, - -0.022737132385373116, - 0.9954796433448792 - ] - ], - [ - 0.699999988079071, - [ - -0.08182691037654877, - 0.047331031411886215, - -0.010129660367965698, - 0.9954705238342285 - ] - ], - [ - 0.7333333492279053, - [ - -0.07914876192808151, - 0.05402066931128502, - 0.004159183241426945, - 0.9953893423080444 - ] - ], - [ - 0.7666666507720947, - [ - -0.07801288366317749, - 0.05666060373187065, - 0.018168816342949867, - 0.9951751828193665 - ] - ], - [ - 0.800000011920929, - [ - -0.07837597280740738, - 0.05901467800140381, - 0.029905252158641815, - 0.9947261810302734 - ] - ], - [ - 0.8333333134651184, - [ - -0.07994497567415237, - 0.06109108775854111, - 0.039540234953165054, - 0.994139552116394 - ] - ], - [ - 0.8666666746139526, - [ - -0.08243409544229507, - 0.06291971355676651, - 0.04724395275115967, - 0.9934856295585632 - ] - ], - [ - 0.8999999761581421, - [ - -0.08556416630744934, - 0.06454529613256454, - 0.053184717893600464, - 0.9928163290023804 - ] - ], - [ - 0.9333333373069763, - [ - -0.0890616700053215, - 0.06602165102958679, - 0.05752949416637421, - 0.9921690821647644 - ] - ], - [ - 0.9666666388511658, - [ - -0.09265772253274918, - 0.06740681082010269, - 0.06044391915202141, - 0.9915732145309448 - ] - ], - [ - 1.0, - [ - -0.09608694911003113, - 0.06875911355018616, - 0.06209269165992737, - 0.991051971912384 - ] - ], - [ - 1.0333333015441895, - [ - -0.09908653795719147, - 0.07013418525457382, - 0.06263943016529083, - 0.9906257390975952 - ] - ], - [ - 1.0666667222976685, - [ - -0.10139545053243637, - 0.07158287614583969, - 0.0622466579079628, - 0.9903132915496826 - ] - ], - [ - 1.100000023841858, - [ - -0.1027536615729332, - 0.07314984500408173, - 0.06107546016573906, - 0.9901316165924072 - ] - ], - [ - 1.1333333253860474, - [ - -0.10290182381868362, - 0.07487326860427856, - 0.05928509682416916, - 0.9900962114334106 - ] - ], - [ - 1.1666666269302368, - [ - -0.10158068686723709, - 0.07678508758544922, - 0.05703236535191536, - 0.9902185201644897 - ] - ], - [ - 1.2000000476837158, - [ - -0.09967131912708282, - 0.0788942500948906, - 0.054990775883197784, - 0.9903622269630432 - ] - ], - [ - 1.2333333492279053, - [ - -0.09822771698236465, - 0.08117949217557907, - 0.05374159663915634, - 0.9903903603553772 - ] - ], - [ - 1.2666666507720947, - [ - -0.0970919281244278, - 0.08388727158308029, - 0.05306945741176605, - 0.990312933921814 - ] - ], - [ - 1.2999999523162842, - [ - -0.09610255807638168, - 0.08720278739929199, - 0.05274687334895134, - 0.9901402592658997 - ] - ], - [ - 1.3333333730697632, - [ - -0.09525531530380249, - 0.09101860225200653, - 0.05277311056852341, - 0.9898772835731506 - ] - ], - [ - 1.3666666746139526, - [ - -0.09454688429832458, - 0.09522818773984909, - 0.05314882472157478, - 0.9895291328430176 - ] - ], - [ - 1.399999976158142, - [ - -0.09397456049919128, - 0.09972571581602097, - 0.05387658253312111, - 0.9891010522842407 - ] - ], - [ - 1.4333332777023315, - [ - -0.0935361385345459, - 0.10440603643655777, - 0.05496137589216232, - 0.9885998368263245 - ] - ], - [ - 1.4666666984558105, - [ - -0.09428401291370392, - 0.10872000455856323, - 0.05014056712388992, - 0.988319993019104 - ] - ], - [ - 1.5, - [ - -0.09678934514522552, - 0.11214341968297958, - 0.03570939972996712, - 0.9883220791816711 - ] - ], - [ - 1.5333333015441895, - [ - -0.10038129985332489, - 0.11467110365629196, - 0.01550515927374363, - 0.9881973266601563 - ] - ], - [ - 1.5666667222976685, - [ - -0.10442042350769043, - 0.11635445058345795, - -0.006631817668676376, - 0.9876811504364014 - ] - ], - [ - 1.600000023841858, - [ - -0.10826721787452698, - 0.11728354543447495, - -0.026859689503908157, - 0.9868137240409851 - ] - ], - [ - 1.6333333253860474, - [ - -0.11126641929149628, - 0.11758531630039215, - -0.04134823754429817, - 0.9859431982040405 - ] - ], - [ - 1.6666666269302368, - [ - -0.11273857951164246, - 0.11743859201669693, - -0.04628203436732292, - 0.9855741262435913 - ] - ], - [ - 1.7000000476837158, - [ - -0.11301667988300323, - 0.116939015686512, - -0.044481080025434494, - 0.9856845140457153 - ] - ], - [ - 1.7333333492279053, - [ - -0.11295265704393387, - 0.1159258782863617, - -0.04138714075088501, - 0.9859462380409241 - ] - ], - [ - 1.7666666507720947, - [ - -0.11261966079473495, - 0.11424721777439117, - -0.03711959347128868, - 0.9863501191139221 - ] - ], - [ - 1.7999999523162842, - [ - -0.11197053641080856, - 0.11217445135116577, - -0.0319223627448082, - 0.9868437051773071 - ] - ], - [ - 1.8333333730697632, - [ - -0.11093948781490326, - 0.11003143340349197, - -0.02609039843082428, - 0.9873726963996887 - ] - ], - [ - 1.8666666746139526, - [ - -0.10956861078739166, - 0.10773580521345139, - -0.019818395376205444, - 0.9879245758056641 - ] - ], - [ - 1.899999976158142, - [ - -0.10790025442838669, - 0.10519880801439285, - -0.013300668448209763, - 0.9884907007217407 - ] - ], - [ - 1.9333332777023315, - [ - -0.10597696155309677, - 0.10232581198215485, - -0.0067315478809177876, - 0.9890668392181396 - ] - ], - [ - 1.9666666984558105, - [ - -0.10329854488372803, - 0.09894499182701111, - 0.000505792791955173, - 0.989716649055481 - ] - ], - [ - 2.0, - [ - -0.09948593378067017, - 0.09490138292312622, - 0.008910822682082653, - 0.9904629588127136 - ] - ], - [ - 2.0333333015441895, - [ - -0.09476184844970703, - 0.09011930972337723, - 0.018110381439328194, - 0.9912470579147339 - ] - ], - [ - 2.066666603088379, - [ - -0.08934760093688965, - 0.08452460169792175, - 0.02772645652294159, - 0.9920200705528259 - ] - ], - [ - 2.0999999046325684, - [ - -0.08346384018659592, - 0.07804855704307556, - 0.037375304847955704, - 0.9927463531494141 - ] - ], - [ - 2.133333444595337, - [ - -0.07806868851184845, - 0.0699956938624382, - 0.040054865181446075, - 0.9936807751655579 - ] - ], - [ - 2.1666667461395264, - [ - -0.07383069396018982, - 0.06024705618619919, - 0.03140200674533844, - 0.994953989982605 - ] - ], - [ - 2.200000047683716, - [ - -0.0705469399690628, - 0.049594391137361526, - 0.014995702542364597, - 0.9961620569229126 - ] - ], - [ - 2.2333333492279053, - [ - -0.06797140091657639, - 0.038768526166677475, - -0.005553470458835363, - 0.9969183802604675 - ] - ], - [ - 2.2666666507720947, - [ - -0.0657636895775795, - 0.028380556032061577, - -0.026597151532769203, - 0.9970769882202148 - ] - ], - [ - 2.299999952316284, - [ - -0.063469797372818, - 0.018872972577810287, - -0.04446335509419441, - 0.9968142509460449 - ] - ], - [ - 2.3333332538604736, - [ - -0.06053733825683594, - 0.010496673174202442, - -0.055473875254392624, - 0.996567964553833 - ] - ], - [ - 2.366666555404663, - [ - -0.056367188692092896, - 0.0033279715571552515, - -0.05594466254115105, - 0.9968359470367432 - ] - ], - [ - 2.4000000953674316, - [ - -0.050094980746507645, - -0.0034580363426357508, - -0.049035824835300446, - 0.9975339770317078 - ] - ], - [ - 2.433333396911621, - [ - -0.041750431060791016, - -0.010548119433224201, - -0.04080628603696823, - 0.9982386827468872 - ] - ], - [ - 2.4666666984558105, - [ - -0.032340288162231445, - -0.017757615074515343, - -0.031878843903541565, - 0.9988105297088623 - ] - ], - [ - 2.5, - [ - -0.02283552847802639, - -0.024871082976460457, - -0.022847814485430717, - 0.9991686344146729 - ] - ], - [ - 2.5333333015441895, - [ - -0.013940103352069855, - -0.0316125825047493, - -0.014311624690890312, - 0.9993005990982056 - ] - ], - [ - 2.566666603088379, - [ - -0.006350316572934389, - -0.03766769543290138, - -0.006870590150356293, - 0.9992465376853943 - ] - ], - [ - 2.5999999046325684, - [ - -0.0007543085957877338, - -0.042690783739089966, - -0.0011259546736255288, - 0.9990875124931335 - ] - ], - [ - 2.633333444595337, - [ - 0.0021652011200785637, - -0.046317704021930695, - 0.0023225571494549513, - 0.9989216923713684 - ] - ], - [ - 2.6666667461395264, - [ - 0.001724623260088265, - -0.04818394407629967, - 0.0028799509163945913, - 0.9988329410552979 - ] - ], - [ - 2.700000047683716, - [ - -0.0006856810650788248, - -0.049045342952013016, - 0.0017813348677009344, - 0.9987947344779968 - ] - ], - [ - 2.7333333492279053, - [ - -0.003182294312864542, - -0.04989258944988251, - 0.0006593195721507072, - 0.998749315738678 - ] - ], - [ - 2.7666666507720947, - [ - -0.005714843515306711, - -0.05072742700576782, - -0.0004782405449077487, - 0.9986960887908936 - ] - ], - [ - 2.799999952316284, - [ - -0.008232944644987583, - -0.05155200511217117, - -0.0016232483321800828, - 0.9986351728439331 - ] - ], - [ - 2.8333332538604736, - [ - -0.010686203837394714, - -0.052368830889463425, - -0.002767373574897647, - 0.9985669255256653 - ] - ], - [ - 2.866666555404663, - [ - -0.013024232350289822, - -0.053180813789367676, - -0.0039020555559545755, - 0.9984923601150513 - ] - ], - [ - 2.9000000953674316, - [ - -0.015196669846773148, - -0.05399121344089508, - -0.005018521100282669, - 0.9984131455421448 - ] - ], - [ - 2.933333396911621, - [ - -0.017506388947367668, - -0.06088077649474144, - -0.01399249117821455, - 0.9978935122489929 - ] - ], - [ - 2.9666666984558105, - [ - -0.020100407302379608, - -0.07491018623113632, - -0.03289376199245453, - 0.9964450001716614 - ] - ], - [ - 3.0, - [ - -0.022400449961423874, - -0.08863849192857742, - -0.05297766998410225, - 0.994401752948761 - ] - ], - [ - 3.0333333015441895, - [ - -0.022953316569328308, - -0.09467456489801407, - -0.06570719927549362, - 0.9930722117424011 - ] - ], - [ - 3.066666603088379, - [ - -0.021196462213993073, - -0.09429848939180374, - -0.07144773751497269, - 0.9927505850791931 - ] - ], - [ - 3.0999999046325684, - [ - -0.018226036801934242, - -0.09379857033491135, - -0.07615277171134949, - 0.9925072193145752 - ] - ], - [ - 3.133333444595337, - [ - -0.014491807669401169, - -0.09324342757463455, - -0.07989317178726196, - 0.9923269152641296 - ] - ], - [ - 3.1666667461395264, - [ - -0.010446837171912193, - -0.09269002825021744, - -0.08273614197969437, - 0.9921966195106506 - ] - ], - [ - 3.200000047683716, - [ - -0.006546594202518463, - -0.09218819439411163, - -0.08474534749984741, - 0.9921072125434875 - ] - ], - [ - 3.2333333492279053, - [ - -0.003308388404548168, - -0.09177953749895096, - -0.08605214953422546, - 0.9920486807823181 - ] - ], - [ - 3.2666666507720947, - [ - -0.0012483041500672698, - -0.09150715917348862, - -0.08678106963634491, - 0.9920151829719543 - ] - ], - [ - 3.299999952316284, - [ - -0.0008217593422159553, - -0.09142244607210159, - -0.08698205649852753, - 0.9920057654380798 - ] - ], - [ - 3.3333332538604736, - [ - -0.0015502762980759144, - -0.09163524955511093, - -0.08697017282247543, - 0.9919862747192383 - ] - ], - [ - 3.366666555404663, - [ - -0.002600179985165596, - -0.09211321920156479, - -0.08702945709228516, - 0.991934597492218 - ] - ], - [ - 3.4000000953674316, - [ - -0.003894043853506446, - -0.09269800037145615, - -0.08716439455747604, - 0.991864025592804 - ] - ], - [ - 3.433333396911621, - [ - -0.007316844072192907, - -0.09453067928552628, - -0.085748091340065, - 0.9917953014373779 - ] - ], - [ - 3.4666666984558105, - [ - -0.010893934406340122, - -0.0963926911354065, - -0.08403432369232178, - 0.9917299151420593 - ] - ], - [ - 3.5, - [ - -0.014469456858932972, - -0.09809093177318573, - -0.08203808218240738, - 0.9916847348213196 - ] - ], - [ - 3.5333333015441895, - [ - -0.017890382558107376, - -0.09943162649869919, - -0.07977131009101868, - 0.9916803240776062 - ] - ], - [ - 3.566666603088379, - [ - -0.021006803959608078, - -0.1002199724316597, - -0.07724267244338989, - 0.9917399883270264 - ] - ], - [ - 3.5999999046325684, - [ - -0.018076715990900993, - -0.09633498638868332, - -0.07459590584039688, - 0.9923851490020752 - ] - ], - [ - 3.633333444595337, - [ - -0.005584262311458588, - -0.08532430976629257, - -0.07246825098991394, - 0.9936987161636353 - ] - ], - [ - 3.6666667461395264, - [ - 0.013265726156532764, - -0.06953214108943939, - -0.07170041650533676, - 0.994911253452301 - ] - ], - [ - 3.700000047683716, - [ - 0.03522292524576187, - -0.05134795606136322, - -0.07303617894649506, - 0.9953835606575012 - ] - ], - [ - 3.7333333492279053, - [ - 0.05698903650045395, - -0.03317492455244064, - -0.07694113254547119, - 0.994852602481842 - ] - ], - [ - 3.7666666507720947, - [ - 0.0752476155757904, - -0.01737312227487564, - -0.08354032039642334, - 0.993507444858551 - ] - ], - [ - 3.799999952316284, - [ - 0.08669871836900711, - -0.006205689162015915, - -0.09267614781856537, - 0.9918951392173767 - ] - ], - [ - 3.8333332538604736, - [ - 0.08807365596294403, - -0.001812983537092805, - -0.10408367961645126, - 0.9906596541404724 - ] - ], - [ - 3.866666555404663, - [ - 0.08118301630020142, - -0.0018932605162262917, - -0.11554504930973053, - 0.9899774193763733 - ] - ], - [ - 3.9000000953674316, - [ - 0.0708557739853859, - -0.002509105484932661, - -0.12514649331569672, - 0.9896017909049988 - ] - ], - [ - 3.933333396911621, - [ - 0.05838026851415634, - -0.0033209959510713816, - -0.1331612914800644, - 0.9893679022789001 - ] - ], - [ - 3.9666666984558105, - [ - 0.04505448788404465, - -0.004049466457217932, - -0.1398521512746811, - 0.989138662815094 - ] - ], - [ - 4.0, - [ - 0.032048217952251434, - -0.004620082676410675, - -0.1454004943370819, - 0.9888429045677185 - ] - ], - [ - 4.0333333015441895, - [ - 0.02048182301223278, - -0.005007890518754721, - -0.14991390705108643, - 0.9884741902351379 - ] - ], - [ - 4.066666603088379, - [ - 0.011583643034100533, - -0.005044762510806322, - -0.15351983904838562, - 0.9880648851394653 - ] - ], - [ - 4.099999904632568, - [ - 0.006580213084816933, - -0.0045646000653505325, - -0.15634112060070038, - 0.9876706600189209 - ] - ], - [ - 4.133333206176758, - [ - 0.004368474241346121, - -0.0037693411577492952, - -0.15898986160755157, - 0.9872633814811707 - ] - ], - [ - 4.166666507720947, - [ - 0.0029557610396295786, - -0.0029727891087532043, - -0.16194190084934235, - 0.9867914915084839 - ] - ], - [ - 4.199999809265137, - [ - 0.0022329543717205524, - -0.0021740668453276157, - -0.16512107849121094, - 0.9862684011459351 - ] - ], - [ - 4.233333110809326, - [ - 0.002090984024107456, - -0.0013712362851947546, - -0.1684512346982956, - 0.9857068061828613 - ] - ], - [ - 4.266666889190674, - [ - 0.0024208177346736193, - -0.0005605093319900334, - -0.1718558967113495, - 0.9851189851760864 - ] - ], - [ - 4.300000190734863, - [ - 0.003113523591309786, - 0.00026430393336340785, - -0.17525804042816162, - 0.9845175743103027 - ] - ], - [ - 4.333333492279053, - [ - 0.004060084465891123, - 0.0011121934512630105, - -0.17858059704303741, - 0.9839162826538086 - ] - ], - [ - 4.366666793823242, - [ - 0.005151417572051287, - 0.001995073165744543, - -0.1817455291748047, - 0.9833300709724426 - ] - ], - [ - 4.400000095367432, - [ - 0.006278149783611298, - 0.002927665365859866, - -0.18467450141906738, - 0.9827753305435181 - ] - ], - [ - 4.433333396911621, - [ - 0.0073304809629917145, - 0.003927235491573811, - -0.18728819489479065, - 0.982269823551178 - ] - ], - [ - 4.4666666984558105, - [ - 0.008197878487408161, - 0.005013033747673035, - -0.18950654566287994, - 0.9818325638771057 - ] - ], - [ - 4.5, - [ - 0.00876879133284092, - 0.006205537356436253, - -0.19124820828437805, - 0.9814829230308533 - ] - ], - [ - 4.5333333015441895, - [ - 0.008930213749408722, - 0.0075254375115036964, - -0.1924307942390442, - 0.9812410473823547 - ] - ], - [ - 4.566666603088379, - [ - 0.010782286524772644, - 0.007409123238176107, - -0.18103279173374176, - 0.9833901524543762 - ] - ], - [ - 4.599999904632568, - [ - 0.015386125072836876, - 0.004918810911476612, - -0.15036641061306, - 0.9884983897209167 - ] - ], - [ - 4.633333206176758, - [ - 0.021099181845784187, - 0.0009621779900044203, - -0.10839171707630157, - 0.9938838481903076 - ] - ], - [ - 4.666666507720947, - [ - 0.02649828977882862, - -0.0035017402842640877, - -0.0632968619465828, - 0.9976367354393005 - ] - ], - [ - 4.699999809265137, - [ - 0.030530717223882675, - -0.007372280117124319, - -0.023489084094762802, - 0.9992306232452393 - ] - ], - [ - 4.733333110809326, - [ - 0.03255713731050491, - -0.009390688501298428, - 0.0025564925745129585, - 0.9994224905967712 - ] - ], - [ - 4.766666889190674, - [ - 0.03226734325289726, - -0.00819490011781454, - 0.006400941405445337, - 0.9994251728057861 - ] - ], - [ - 4.800000190734863, - [ - 0.030550597235560417, - -0.006738556083291769, - -0.003296871203929186, - 0.9995051622390747 - ] - ], - [ - 4.833333492279053, - [ - 0.028415633365511894, - -0.008389104157686234, - -0.011387012898921967, - 0.9994962215423584 - ] - ], - [ - 4.866666793823242, - [ - 0.0259122084826231, - -0.012398838065564632, - -0.01655322127044201, - 0.9994502663612366 - ] - ], - [ - 4.900000095367432, - [ - 0.023224249482154846, - -0.01797325350344181, - -0.020118165761232376, - 0.9993662238121033 - ] - ], - [ - 4.933333396911621, - [ - 0.020561430603265762, - -0.024308448657393456, - -0.02408166043460369, - 0.9992029070854187 - ] - ], - [ - 4.9666666984558105, - [ - 0.018078120425343513, - -0.030646126717329025, - -0.028139038011431694, - 0.9989705681800842 - ] - ], - [ - 5.0, - [ - 0.015940891578793526, - -0.03622967004776001, - -0.03198498114943504, - 0.9987043142318726 - ] - ], - [ - 5.0333333015441895, - [ - 0.014328096993267536, - -0.04030343517661095, - -0.035317499190568924, - 0.9984602928161621 - ] - ], - [ - 5.066666603088379, - [ - 0.013427010737359524, - -0.04211058467626572, - -0.03784286975860596, - 0.9983057379722595 - ] - ], - [ - 5.099999904632568, - [ - 0.012926262803375721, - -0.04246067628264427, - -0.039758168160915375, - 0.998223066329956 - ] - ], - [ - 5.133333206176758, - [ - 0.012384556233882904, - -0.042682018131017685, - -0.04146450385451317, - 0.9981511831283569 - ] - ], - [ - 5.166666507720947, - [ - 0.011798846535384655, - -0.04279045760631561, - -0.04298406094312668, - 0.9980892539024353 - ] - ], - [ - 5.199999809265137, - [ - 0.011167074553668499, - -0.042798902839422226, - -0.044339340180158615, - 0.9980368614196777 - ] - ], - [ - 5.233333110809326, - [ - 0.010487936437129974, - -0.04271801561117172, - -0.04555293917655945, - 0.9979930520057678 - ] - ], - [ - 5.266666889190674, - [ - 0.009760739281773567, - -0.0425567589700222, - -0.04664758965373039, - 0.9979567527770996 - ] - ], - [ - 5.300000190734863, - [ - 0.008985417895019054, - -0.04232286289334297, - -0.04764596372842789, - 0.9979268908500671 - ] - ], - [ - 5.333333492279053, - [ - 0.008162293583154678, - -0.042022962123155594, - -0.04857081174850464, - 0.997901976108551 - ] - ], - [ - 5.366666793823242, - [ - 0.007292160298675299, - -0.04166299104690552, - -0.04944489523768425, - 0.9978808760643005 - ] - ], - [ - 5.400000095367432, - [ - 0.006376168690621853, - -0.04124830663204193, - -0.050290971994400024, - 0.9978621006011963 - ] - ], - [ - 5.433333396911621, - [ - 0.005415846593677998, - -0.04078374430537224, - -0.05113174393773079, - 0.9978442192077637 - ] - ], - [ - 5.4666666984558105, - [ - 0.0044130296446383, - -0.040273815393447876, - -0.051989905536174774, - 0.9978254437446594 - ] - ], - [ - 5.5, - [ - 0.0033698701299726963, - -0.039722803980112076, - -0.052888140082359314, - 0.9978044033050537 - ] - ], - [ - 5.5333333015441895, - [ - 0.0022888053208589554, - -0.03913477435708046, - -0.053849078714847565, - 0.9977793097496033 - ] - ], - [ - 5.566666603088379, - [ - 0.001172534073702991, - -0.0385136753320694, - -0.054895345121622086, - 0.9977483749389648 - ] - ], - [ - 5.599999904632568, - [ - 2.4007717001950368e-05, - -0.03786338493227959, - -0.05604952201247215, - 0.9977098107337952 - ] - ], - [ - 5.633333206176758, - [ - -0.0011535893427208066, - -0.03718772903084755, - -0.05733415111899376, - 0.9976615309715271 - ] - ], - [ - 5.666666507720947, - [ - -0.0023568591568619013, - -0.0364905521273613, - -0.05877173691987991, - 0.9976015090942383 - ] - ], - [ - 5.699999809265137, - [ - -0.003582203993573785, - -0.03577573969960213, - -0.06038477271795273, - 0.9975274205207825 - ] - ], - [ - 5.733333110809326, - [ - -0.0048258439637720585, - -0.03504722937941551, - -0.062195684760808945, - 0.9974368810653687 - ] - ], - [ - 5.766666889190674, - [ - -0.006328429561108351, - -0.034324485808610916, - -0.06421486288309097, - 0.9973255395889282 - ] - ], - [ - 5.800000190734863, - [ - -0.008293475955724716, - -0.03362155333161354, - -0.06641754508018494, - 0.9971908330917358 - ] - ], - [ - 5.833333492279053, - [ - -0.010661618784070015, - -0.03293387219309807, - -0.0687737986445427, - 0.9970316290855408 - ] - ], - [ - 5.866666793823242, - [ - -0.013373511843383312, - -0.03225686401128769, - -0.07125382870435715, - 0.9968467950820923 - ] - ], - [ - 5.900000095367432, - [ - -0.016369841992855072, - -0.031585946679115295, - -0.07382815331220627, - 0.9966362118721008 - ] - ], - [ - 5.933333396911621, - [ - -0.019591353833675385, - -0.030916821211576462, - -0.07646729797124863, - 0.9964000582695007 - ] - ], - [ - 5.9666666984558105, - [ - -0.022978778928518295, - -0.030245544388890266, - -0.07914203405380249, - 0.9961395263671875 - ] - ], - [ - 6.0, - [ - -0.026472952216863632, - -0.029568644240498543, - -0.08182327449321747, - 0.9958563446998596 - ] - ], - [ - 6.0333333015441895, - [ - -0.030014747753739357, - -0.028883211314678192, - -0.08448204398155212, - 0.9955539703369141 - ] - ], - [ - 6.066666603088379, - [ - -0.03354513272643089, - -0.028186919167637825, - -0.08708944916725159, - 0.9952364563941956 - ] - ], - [ - 6.099999904632568, - [ - -0.037005141377449036, - -0.027478039264678955, - -0.08961674571037292, - 0.9949092268943787 - ] - ], - [ - 6.133333206176758, - [ - -0.04033596068620682, - -0.02675544284284115, - -0.09203524887561798, - 0.9945786595344543 - ] - ], - [ - 6.166666507720947, - [ - -0.04347887262701988, - -0.026018543168902397, - -0.09431637078523636, - 0.9942520260810852 - ] - ], - [ - 6.199999809265137, - [ - -0.046375326812267303, - -0.025267260149121284, - -0.09643164277076721, - 0.9939375519752502 - ] - ], - [ - 6.233333110809326, - [ - -0.048966869711875916, - -0.024501897394657135, - -0.0983525812625885, - 0.993644118309021 - ] - ], - [ - 6.266666889190674, - [ - -0.05119527131319046, - -0.023723052814602852, - -0.10005086660385132, - 0.993381142616272 - ] - ], - [ - 6.300000190734863, - [ - -0.05309190973639488, - -0.022951209917664528, - -0.10147150605916977, - 0.9931555986404419 - ] - ], - [ - 6.333333492279053, - [ - -0.0547456294298172, - -0.022205637767910957, - -0.10259931534528732, - 0.992966890335083 - ] - ], - [ - 6.366666793823242, - [ - -0.05618404224514961, - -0.021485794335603714, - -0.1034647673368454, - 0.9928125739097595 - ] - ], - [ - 6.400000095367432, - [ - -0.05743439868092537, - -0.020791787654161453, - -0.10409771651029587, - 0.9926896095275879 - ] - ], - [ - 6.433333396911621, - [ - -0.05852358415722847, - -0.020124929025769234, - -0.10452700406312943, - 0.9925947189331055 - ] - ], - [ - 6.4666666984558105, - [ - -0.05947794392704964, - -0.019488368183374405, - -0.10478030145168304, - 0.9925239086151123 - ] - ], - [ - 6.5, - [ - -0.06032327935099602, - -0.01888824999332428, - -0.1048833355307579, - 0.9924736022949219 - ] - ], - [ - 6.5333333015441895, - [ - -0.061084482818841934, - -0.018335675820708275, - -0.10485865920782089, - 0.9924401044845581 - ] - ], - [ - 6.566666603088379, - [ - -0.06178499385714531, - -0.017850792035460472, - -0.10472320020198822, - 0.9924197793006897 - ] - ], - [ - 6.599999904632568, - [ - -0.06244534254074097, - -0.017472553998231888, - -0.10448244214057922, - 0.9924106597900391 - ] - ], - [ - 6.633333206176758, - [ - -0.06307773292064667, - -0.017288850620388985, - -0.1041121780872345, - 0.9924126863479614 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292539791_203354.json b/lenses/physics-objects/Scene/assets/1646688292539791_203354.json deleted file mode 100644 index 48e6ac3e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292539791_203354.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292539791:203354", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292540697_203367.json b/lenses/physics-objects/Scene/assets/1646688292540697_203367.json deleted file mode 100644 index 89d7f6a1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292540697_203367.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292540697:203367", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 4.210193634033203, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 4.449684143066406, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 4.793212413787842, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.1927618980407715, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.5972137451171875, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.953238487243652, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.20658016204834, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.3029632568359375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 6.302816867828369, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 6.286803722381592, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.244623184204102, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.18498420715332, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.048078536987305, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.988101482391357, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 5.945240020751953, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 5.919802188873291, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.904217720031738, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.884127140045166, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.875518798828125, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 5.860561847686768, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.836024761199951, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.798692226409912, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.737972736358643, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 5.65117883682251, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.546942234039307, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.320463180541992, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.200425148010254, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.068267822265625, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.93363094329834, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.806002140045166, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.694681167602539, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.589103698730469, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.47807502746582, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.3697381019592285, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 4.272050857543945, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.192806243896484, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.148603439331055, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292540864_203374.json b/lenses/physics-objects/Scene/assets/1646688292540864_203374.json deleted file mode 100644 index 0e7bb339..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292540864_203374.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292540864:203374", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ], - [ - 0.03333333507180214, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ], - [ - 0.06666667014360428, - [ - -0.07252996414899826, - -0.06805935502052307, - -0.18119201064109802, - 0.978405237197876 - ] - ], - [ - 0.10000000149011612, - [ - -0.07631873339414597, - -0.08311024308204651, - -0.1745932549238205, - 0.9781540632247925 - ] - ], - [ - 0.13333334028720856, - [ - -0.07886999100446701, - -0.10062969475984573, - -0.16625480353832245, - 0.9777589440345764 - ] - ], - [ - 0.1666666716337204, - [ - -0.07906143367290497, - -0.11548689752817154, - -0.15669924020767212, - 0.9776796102523804 - ] - ], - [ - 0.20000000298023224, - [ - -0.07607404887676239, - -0.12251785397529602, - -0.146421417593956, - 0.978653609752655 - ] - ], - [ - 0.23333333432674408, - [ - -0.0693175420165062, - -0.11651556193828583, - -0.13595226407051086, - 0.9813950061798096 - ] - ], - [ - 0.2666666805744171, - [ - -0.05798119679093361, - -0.0910448282957077, - -0.1260240077972412, - 0.9861373901367188 - ] - ], - [ - 0.30000001192092896, - [ - -0.04326079040765762, - -0.049797963351011276, - -0.11721201241016388, - 0.9909137487411499 - ] - ], - [ - 0.3333333432674408, - [ - -0.027711164206266403, - -0.003073205007240176, - -0.10967348515987396, - 0.9935765862464905 - ] - ], - [ - 0.36666667461395264, - [ - -0.01403859630227089, - 0.03862467408180237, - -0.10307873040437698, - 0.9938238263130188 - ] - ], - [ - 0.4000000059604645, - [ - -0.004869159776717424, - 0.06495923548936844, - -0.09669691324234009, - 0.9931799173355103 - ] - ], - [ - 0.4333333373069763, - [ - -0.0012245458783581853, - 0.07192888110876083, - -0.09009252488613129, - 0.9933319091796875 - ] - ], - [ - 0.46666666865348816, - [ - -0.0016966632101684809, - 0.06572777777910233, - -0.08382835984230042, - 0.9943087100982666 - ] - ], - [ - 0.5, - [ - -0.00404897378757596, - 0.05296918749809265, - -0.07769065350294113, - 0.9955611824989319 - ] - ], - [ - 0.5333333611488342, - [ - -0.006004834547638893, - 0.04050041735172272, - -0.07143909484148026, - 0.9966043829917908 - ] - ], - [ - 0.5666666626930237, - [ - -0.006564558949321508, - 0.03373005613684654, - -0.06565798074007034, - 0.9972503185272217 - ] - ], - [ - 0.6000000238418579, - [ - -0.004867293406277895, - 0.03809189051389694, - -0.06092727184295654, - 0.9974033236503601 - ] - ], - [ - 0.6333333253860474, - [ - 0.0001608423626748845, - 0.06016797572374344, - -0.058016933500766754, - 0.9965009093284607 - ] - ], - [ - 0.6666666865348816, - [ - 0.007861247286200523, - 0.09614095836877823, - -0.05704517289996147, - 0.9937006235122681 - ] - ], - [ - 0.699999988079071, - [ - 0.016474993899464607, - 0.1358267366886139, - -0.05751941725611687, - 0.9889242649078369 - ] - ], - [ - 0.7333333492279053, - [ - 0.024112092331051826, - 0.1691703200340271, - -0.058637216687202454, - 0.9835456013679504 - ] - ], - [ - 0.7666666507720947, - [ - 0.028752334415912628, - 0.18636173009872437, - -0.05932013690471649, - 0.9802671670913696 - ] - ], - [ - 0.800000011920929, - [ - 0.02963266149163246, - 0.18387740850448608, - -0.059116169810295105, - 0.9807223081588745 - ] - ], - [ - 0.8333333134651184, - [ - 0.02810233272612095, - 0.16814464330673218, - -0.05886199325323105, - 0.983601987361908 - ] - ], - [ - 0.8666666746139526, - [ - 0.022468380630016327, - 0.13555309176445007, - -0.06292260438203812, - 0.98851478099823 - ] - ], - [ - 0.8999999761581421, - [ - 0.011512779630720615, - 0.08693861961364746, - -0.07436058670282364, - 0.9933678507804871 - ] - ], - [ - 0.9333333373069763, - [ - -0.002835348481312394, - 0.03427497670054436, - -0.09156614542007446, - 0.9952049255371094 - ] - ], - [ - 0.9666666388511658, - [ - -0.017889196053147316, - -0.010645494796335697, - -0.11197969317436218, - 0.9934925436973572 - ] - ], - [ - 1.0, - [ - -0.02943873591721058, - -0.03525007143616676, - -0.1326003074645996, - 0.9901050329208374 - ] - ], - [ - 1.0333333015441895, - [ - -0.034744445234537125, - -0.03764894977211952, - -0.14970721304416656, - 0.9874022006988525 - ] - ], - [ - 1.0666667222976685, - [ - -0.03271320462226868, - -0.022260380908846855, - -0.1594773828983307, - 0.9864082932472229 - ] - ], - [ - 1.100000023841858, - [ - -0.027492841705679893, - -0.0027581132017076015, - -0.16369105875492096, - 0.9861246347427368 - ] - ], - [ - 1.1333333253860474, - [ - -0.025591246783733368, - 0.0035312713589519262, - -0.16605953872203827, - 0.9857772588729858 - ] - ], - [ - 1.1666666269302368, - [ - -0.02822943776845932, - -0.006937749683856964, - -0.16628322005271912, - 0.9856494665145874 - ] - ], - [ - 1.2000000476837158, - [ - -0.033489733934402466, - -0.027678178623318672, - -0.16484901309013367, - 0.9853614568710327 - ] - ], - [ - 1.2333333492279053, - [ - -0.03970112279057503, - -0.05334676057100296, - -0.16217643022537231, - 0.9845185279846191 - ] - ], - [ - 1.2666666507720947, - [ - -0.045292794704437256, - -0.0785822942852974, - -0.15866105258464813, - 0.9831582307815552 - ] - ], - [ - 1.2999999523162842, - [ - -0.04889025539159775, - -0.09801197797060013, - -0.15465234220027924, - 0.981878936290741 - ] - ], - [ - 1.3333333730697632, - [ - -0.049319006502628326, - -0.10626887530088425, - -0.15045708417892456, - 0.9816503524780273 - ] - ], - [ - 1.3666666746139526, - [ - -0.04521828144788742, - -0.09681650996208191, - -0.1464640498161316, - 0.9834277629852295 - ] - ], - [ - 1.399999976158142, - [ - -0.03759181126952171, - -0.07316998392343521, - -0.14250949025154114, - 0.9863691329956055 - ] - ], - [ - 1.4333332777023315, - [ - -0.028744647279381752, - -0.04465659707784653, - -0.13812761008739471, - 0.988989531993866 - ] - ], - [ - 1.4666666984558105, - [ - -0.021029556170105934, - -0.020626425743103027, - -0.13277371227741241, - 0.990708589553833 - ] - ], - [ - 1.5, - [ - -0.016901573166251183, - -0.010880201123654842, - -0.1257007122039795, - 0.9918645620346069 - ] - ], - [ - 1.5333333015441895, - [ - -0.017000459134578705, - -0.01902574487030506, - -0.11662068217992783, - 0.9928487539291382 - ] - ], - [ - 1.5666667222976685, - [ - -0.01871986873447895, - -0.03530994430184364, - -0.09804527461528778, - 0.9943791627883911 - ] - ], - [ - 1.600000023841858, - [ - -0.019378669559955597, - -0.05259007588028908, - -0.06658031791448593, - 0.9962058067321777 - ] - ], - [ - 1.6333333253860474, - [ - -0.0174661073833704, - -0.06753836572170258, - -0.029079806059598923, - 0.9971398711204529 - ] - ], - [ - 1.6666666269302368, - [ - -0.012904438190162182, - -0.07625224441289902, - 0.008705920539796352, - 0.9969671368598938 - ] - ], - [ - 1.7000000476837158, - [ - -0.0068538193590939045, - -0.0742596685886383, - 0.042589373886585236, - 0.996305525302887 - ] - ], - [ - 1.7333333492279053, - [ - -0.001013929839245975, - -0.05557338148355484, - 0.06938929855823517, - 0.9960401058197021 - ] - ], - [ - 1.7666666507720947, - [ - 0.0030190227553248405, - -0.024521484971046448, - 0.08666577190160751, - 0.9959310293197632 - ] - ], - [ - 1.7999999523162842, - [ - 0.004903609398752451, - 0.008072609081864357, - 0.09221740067005157, - 0.995694100856781 - ] - ], - [ - 1.8333333730697632, - [ - 0.004939093720167875, - 0.03339211270213127, - 0.09132470935583115, - 0.9952489137649536 - ] - ], - [ - 1.8666666746139526, - [ - 0.0030293313320726156, - 0.04331672191619873, - 0.09145363420248032, - 0.9948621392250061 - ] - ], - [ - 1.899999976158142, - [ - -0.000791730999480933, - 0.03435888886451721, - 0.09291855245828629, - 0.9950804114341736 - ] - ], - [ - 1.9333332777023315, - [ - -0.006111214403063059, - 0.013490056619048119, - 0.09482704102993011, - 0.995383620262146 - ] - ], - [ - 1.9666666984558105, - [ - -0.012533575296401978, - -0.013482497073709965, - 0.09635458886623383, - 0.9951768517494202 - ] - ], - [ - 2.0, - [ - -0.019771013408899307, - -0.04071561619639397, - 0.09692750871181488, - 0.9942617416381836 - ] - ], - [ - 2.0333333015441895, - [ - -0.027694830670952797, - -0.06237230449914932, - 0.09636310487985611, - 0.9930039644241333 - ] - ], - [ - 2.066666603088379, - [ - -0.03629554063081741, - -0.0726495310664177, - 0.09485752135515213, - 0.9921727180480957 - ] - ], - [ - 2.0999999046325684, - [ - -0.045769765973091125, - -0.06462767720222473, - 0.09282445907592773, - 0.9925280809402466 - ] - ], - [ - 2.133333444595337, - [ - -0.05595429241657257, - -0.041781578212976456, - 0.09056492894887924, - 0.9934391975402832 - ] - ], - [ - 2.1666667461395264, - [ - -0.06635259091854095, - -0.013954502530395985, - 0.08811631053686142, - 0.9937998652458191 - ] - ], - [ - 2.200000047683716, - [ - -0.07678289711475372, - 0.008940123952925205, - 0.08545295149087906, - 0.993338942527771 - ] - ], - [ - 2.2333333492279053, - [ - -0.08745294064283371, - 0.016964247450232506, - 0.08243519067764282, - 0.9926069974899292 - ] - ], - [ - 2.2666666507720947, - [ - -0.09850939363241196, - 0.0066474610939621925, - 0.07864701002836227, - 0.9920012950897217 - ] - ], - [ - 2.299999952316284, - [ - -0.11270385980606079, - -0.013198422268033028, - 0.06040088087320328, - 0.9917032718658447 - ] - ], - [ - 2.3333332538604736, - [ - -0.13284684717655182, - -0.03510632365942001, - 0.020117919892072678, - 0.9903104305267334 - ] - ], - [ - 2.366666555404663, - [ - -0.15788576006889343, - -0.05362618342041969, - -0.0331089124083519, - 0.9854441285133362 - ] - ], - [ - 2.4000000953674316, - [ - -0.18514184653759003, - -0.063882015645504, - -0.08985427767038345, - 0.9765079617500305 - ] - ], - [ - 2.433333396911621, - [ - -0.21036744117736816, - -0.06196630001068115, - -0.14078395068645477, - 0.9654458165168762 - ] - ], - [ - 2.4666666984558105, - [ - -0.22827374935150146, - -0.04388906806707382, - -0.17690367996692657, - 0.9563837647438049 - ] - ], - [ - 2.5, - [ - -0.23665621876716614, - -0.016298646107316017, - -0.19029998779296875, - 0.9526354670524597 - ] - ], - [ - 2.5333333015441895, - [ - -0.2407151609659195, - 0.012408453039824963, - -0.18803289532661438, - 0.9521271586418152 - ] - ], - [ - 2.566666603088379, - [ - -0.24636833369731903, - 0.03584720194339752, - -0.18310680985450745, - 0.9510466456413269 - ] - ], - [ - 2.5999999046325684, - [ - -0.25611215829849243, - 0.04447584226727486, - -0.17736637592315674, - 0.9491941928863525 - ] - ], - [ - 2.633333444595337, - [ - -0.27038201689720154, - 0.03488760069012642, - -0.1723911613225937, - 0.9465505480766296 - ] - ], - [ - 2.6666667461395264, - [ - -0.28630515933036804, - 0.013681137003004551, - -0.16852132976055145, - 0.9431028366088867 - ] - ], - [ - 2.700000047683716, - [ - -0.3013700842857361, - -0.013588747009634972, - -0.16589556634426117, - 0.9388664960861206 - ] - ], - [ - 2.7333333492279053, - [ - -0.31352218985557556, - -0.04129529744386673, - -0.16421382129192352, - 0.9343621134757996 - ] - ], - [ - 2.7666666507720947, - [ - -0.321310430765152, - -0.06380661576986313, - -0.16277477145195007, - 0.9306947588920593 - ] - ], - [ - 2.799999952316284, - [ - -0.32374531030654907, - -0.0755305290222168, - -0.16064642369747162, - 0.9293421506881714 - ] - ], - [ - 2.8333332538604736, - [ - -0.3210780918598175, - -0.06969566643238068, - -0.15764372050762177, - 0.931235671043396 - ] - ], - [ - 2.866666555404663, - [ - -0.31411314010620117, - -0.049685996025800705, - -0.15438175201416016, - 0.935430645942688 - ] - ], - [ - 2.9000000953674316, - [ - -0.3027940094470978, - -0.025183895602822304, - -0.15124109387397766, - 0.9406421780586243 - ] - ], - [ - 2.933333396911621, - [ - -0.28766292333602905, - -0.00590622890740633, - -0.14844146370887756, - 0.9461396932601929 - ] - ], - [ - 2.9666666984558105, - [ - -0.26988136768341064, - -0.0015428992919623852, - -0.14567993581295013, - 0.9518083930015564 - ] - ], - [ - 3.0, - [ - -0.244963601231575, - -0.003313603810966015, - -0.13722780346870422, - 0.9597657918930054 - ] - ], - [ - 3.0333333015441895, - [ - -0.2116604447364807, - 0.0010651290649548173, - -0.12217395007610321, - 0.9696763753890991 - ] - ], - [ - 3.066666603088379, - [ - -0.17813606560230255, - 0.005328828003257513, - -0.10475423187017441, - 0.9783995747566223 - ] - ], - [ - 3.0999999046325684, - [ - -0.14837144315242767, - 0.004756479058414698, - -0.09159618616104126, - 0.9846692085266113 - ] - ], - [ - 3.133333444595337, - [ - -0.1279178112745285, - -0.007206037174910307, - -0.08744708448648453, - 0.9878959059715271 - ] - ], - [ - 3.1666667461395264, - [ - -0.11439801752567291, - -0.026596011593937874, - -0.0945173129439354, - 0.9885708093643188 - ] - ], - [ - 3.200000047683716, - [ - -0.10152040421962738, - -0.040978558361530304, - -0.10960560292005539, - 0.9879276156425476 - ] - ], - [ - 3.2333333492279053, - [ - -0.09001584351062775, - -0.0510188527405262, - -0.12935121357440948, - 0.9861858487129211 - ] - ], - [ - 3.2666666507720947, - [ - -0.08047759532928467, - -0.057601336389780045, - -0.15034280717372894, - 0.9836679697036743 - ] - ], - [ - 3.299999952316284, - [ - -0.07327894866466522, - -0.06074473634362221, - -0.169101744890213, - 0.980991780757904 - ] - ], - [ - 3.3333332538604736, - [ - -0.0699724331498146, - -0.06011531874537468, - -0.17915017902851105, - 0.9794872403144836 - ] - ], - [ - 3.366666555404663, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292541020_203381.json b/lenses/physics-objects/Scene/assets/1646688292541020_203381.json deleted file mode 100644 index 21b2f6e3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292541020_203381.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292541020:203381", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292541921_203394.json b/lenses/physics-objects/Scene/assets/1646688292541921_203394.json deleted file mode 100644 index c5f88296..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292541921_203394.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292541921:203394", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ], - [ - 6.633333206176758, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292542101_203401.json b/lenses/physics-objects/Scene/assets/1646688292542101_203401.json deleted file mode 100644 index 61d7b09d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292542101_203401.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292542101:203401", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.01423344574868679, - -0.17049852013587952, - 0.9338523745536804, - 0.31408217549324036 - ] - ], - [ - 0.03333333507180214, - [ - 0.01423344574868679, - -0.17049852013587952, - 0.9338523745536804, - 0.31408217549324036 - ] - ], - [ - 0.06666667014360428, - [ - 0.014621520414948463, - -0.17024002969264984, - 0.934500515460968, - 0.3122715651988983 - ] - ], - [ - 0.10000000149011612, - [ - 0.015024892054498196, - -0.16996124386787415, - 0.9352064728736877, - 0.31028419733047485 - ] - ], - [ - 0.13333334028720856, - [ - 0.01543940044939518, - -0.1696656048297882, - 0.9359591603279114, - 0.3081487715244293 - ] - ], - [ - 0.1666666716337204, - [ - 0.01586095429956913, - -0.169356569647789, - 0.9367473721504211, - 0.3058939576148987 - ] - ], - [ - 0.20000000298023224, - [ - 0.016285507008433342, - -0.16903765499591827, - 0.9375603199005127, - 0.30354854464530945 - ] - ], - [ - 0.23333333432674408, - [ - 0.01670907996594906, - -0.16871239244937897, - 0.9383873343467712, - 0.3011414110660553 - ] - ], - [ - 0.2666666805744171, - [ - 0.017127765342593193, - -0.16838441789150238, - 0.9392182230949402, - 0.29870161414146423 - ] - ], - [ - 0.30000001192092896, - [ - 0.017537716776132584, - -0.16805729269981384, - 0.9400427937507629, - 0.29625818133354187 - ] - ], - [ - 0.3333333432674408, - [ - 0.01793517917394638, - -0.16773472726345062, - 0.9408513307571411, - 0.29384034872055054 - ] - ], - [ - 0.36666667461395264, - [ - 0.018316451460123062, - -0.1674204170703888, - 0.9416346549987793, - 0.2914775013923645 - ] - ], - [ - 0.4000000059604645, - [ - 0.018677908927202225, - -0.1671181172132492, - 0.9423834681510925, - 0.2891990542411804 - ] - ], - [ - 0.4333333373069763, - [ - 0.019015993922948837, - -0.16683156788349152, - 0.9430890679359436, - 0.2870345413684845 - ] - ], - [ - 0.46666666865348816, - [ - 0.019327187910676003, - -0.16656452417373657, - 0.943742573261261, - 0.28501343727111816 - ] - ], - [ - 0.5, - [ - 0.017664769664406776, - -0.16653810441493988, - 0.940962016582489, - 0.29418274760246277 - ] - ], - [ - 0.5333333611488342, - [ - 0.013277044519782066, - -0.16675783693790436, - 0.9329882860183716, - 0.31866663694381714 - ] - ], - [ - 0.5666666626930237, - [ - 0.007951898500323296, - -0.16693581640720367, - 0.9224236607551575, - 0.34814339876174927 - ] - ], - [ - 0.6000000238418579, - [ - 0.003484988585114479, - -0.1669580191373825, - 0.9128409028053284, - 0.3726048767566681 - ] - ], - [ - 0.6333333253860474, - [ - 0.0016723136650398374, - -0.16688840091228485, - 0.9087885022163391, - 0.38242536783218384 - ] - ], - [ - 0.6666666865348816, - [ - -3.311652108095586e-05, - -0.1659216284751892, - 0.9103978276252747, - 0.37900662422180176 - ] - ], - [ - 0.699999988079071, - [ - -0.004719001241028309, - -0.16354849934577942, - 0.9141271114349365, - 0.37094646692276 - ] - ], - [ - 0.7333333492279053, - [ - -0.01148911565542221, - -0.16052745282649994, - 0.9191002249717712, - 0.35965806245803833 - ] - ], - [ - 0.7666666507720947, - [ - -0.019403714686632156, - -0.15756314992904663, - 0.9245184063911438, - 0.3465012311935425 - ] - ], - [ - 0.800000011920929, - [ - -0.02739715203642845, - -0.15508686006069183, - 0.929798424243927, - 0.3326745629310608 - ] - ], - [ - 0.8333333134651184, - [ - -0.0343639999628067, - -0.15343673527240753, - 0.9344896078109741, - 0.3193829357624054 - ] - ], - [ - 0.8666666746139526, - [ - -0.039170797914266586, - -0.15285933017730713, - 0.9382630586624146, - 0.30783459544181824 - ] - ], - [ - 0.8999999761581421, - [ - -0.040674660354852676, - -0.15353776514530182, - 0.9408637285232544, - 0.29924437403678894 - ] - ], - [ - 0.9333333373069763, - [ - -0.03996145725250244, - -0.15514911711215973, - 0.942864179611206, - 0.29212838411331177 - ] - ], - [ - 0.9666666388511658, - [ - -0.039058756083250046, - -0.15715430676937103, - 0.9447245001792908, - 0.28508344292640686 - ] - ], - [ - 1.0, - [ - -0.03825348615646362, - -0.15940022468566895, - 0.9460593461990356, - 0.27946367859840393 - ] - ], - [ - 1.0333333015441895, - [ - -0.03784937411546707, - -0.1617400348186493, - 0.946511447429657, - 0.27662917971611023 - ] - ], - [ - 1.0666667222976685, - [ - -0.038167234510183334, - -0.16402806341648102, - 0.9457217454910278, - 0.27793610095977783 - ] - ], - [ - 1.100000023841858, - [ - -0.03912690654397011, - -0.16636568307876587, - 0.9438567161560059, - 0.28271228075027466 - ] - ], - [ - 1.1333333253860474, - [ - -0.04038875550031662, - -0.1688937246799469, - 0.9414204359054565, - 0.28908729553222656 - ] - ], - [ - 1.1666666269302368, - [ - -0.041891686618328094, - -0.17152100801467896, - 0.9385349154472351, - 0.29661092162132263 - ] - ], - [ - 1.2000000476837158, - [ - -0.04356765374541283, - -0.17415809631347656, - 0.9353315234184265, - 0.30483731627464294 - ] - ], - [ - 1.2333333492279053, - [ - -0.04534023255109787, - -0.17671817541122437, - 0.9319556355476379, - 0.31332677602767944 - ] - ], - [ - 1.2666666507720947, - [ - -0.04712434858083725, - -0.179117813706398, - 0.9285683035850525, - 0.3216472566127777 - ] - ], - [ - 1.2999999523162842, - [ - -0.04882664233446121, - -0.18127726018428802, - 0.9253469109535217, - 0.32937461137771606 - ] - ], - [ - 1.3333333730697632, - [ - -0.05034685507416725, - -0.18312034010887146, - 0.9224827885627747, - 0.3360920250415802 - ] - ], - [ - 1.3666666746139526, - [ - -0.051579978317022324, - -0.18457359075546265, - 0.9201773405075073, - 0.34138795733451843 - ] - ], - [ - 1.399999976158142, - [ - -0.052419304847717285, - -0.18556509912014008, - 0.9186367988586426, - 0.3448539078235626 - ] - ], - [ - 1.4333332777023315, - [ - -0.052760105580091476, - -0.18602235615253448, - 0.9180637001991272, - 0.34607964754104614 - ] - ], - [ - 1.4666666984558105, - [ - -0.052577193826436996, - -0.18598216772079468, - 0.9183265566825867, - 0.3454310894012451 - ] - ], - [ - 1.5, - [ - -0.052018772810697556, - -0.18556508421897888, - 0.9190589785575867, - 0.34378835558891296 - ] - ], - [ - 1.5333333015441895, - [ - -0.05124557018280029, - -0.18482181429862976, - 0.9201019406318665, - 0.34150731563568115 - ] - ], - [ - 1.5666667222976685, - [ - -0.05041835457086563, - -0.18380427360534668, - 0.9212983846664429, - 0.338944673538208 - ] - ], - [ - 1.600000023841858, - [ - -0.04969622939825058, - -0.18256646394729614, - 0.9224939346313477, - 0.33645913004875183 - ] - ], - [ - 1.6333333253860474, - [ - -0.049235619604587555, - -0.18116460740566254, - 0.9235386848449707, - 0.33441224694252014 - ] - ], - [ - 1.6666666269302368, - [ - -0.04909816384315491, - -0.17996564507484436, - 0.9240777492523193, - 0.33358967304229736 - ] - ], - [ - 1.7000000476837158, - [ - -0.04916543886065483, - -0.17913712561130524, - 0.924065351486206, - 0.33405977487564087 - ] - ], - [ - 1.7333333492279053, - [ - -0.04932573065161705, - -0.1784367561340332, - 0.9238128662109375, - 0.3351075053215027 - ] - ], - [ - 1.7666666507720947, - [ - -0.049469880759716034, - -0.17762210965156555, - 0.9236318469047546, - 0.3360168933868408 - ] - ], - [ - 1.7999999523162842, - [ - -0.04949053004384041, - -0.17645084857940674, - 0.9238352179527283, - 0.3360718786716461 - ] - ], - [ - 1.8333333730697632, - [ - -0.04928559064865112, - -0.17468023300170898, - 0.9247331619262695, - 0.33455389738082886 - ] - ], - [ - 1.8666666746139526, - [ - -0.048857178539037704, - -0.17248167097568512, - 0.9262377619743347, - 0.3315819799900055 - ] - ], - [ - 1.899999976158142, - [ - -0.04829065129160881, - -0.1702074557542801, - 0.9280064702033997, - 0.32787415385246277 - ] - ], - [ - 1.9333332777023315, - [ - -0.04761538282036781, - -0.16788531839847565, - 0.9299604296684265, - 0.32360613346099854 - ] - ], - [ - 1.9666666984558105, - [ - -0.04685847461223602, - -0.16554313898086548, - 0.932023286819458, - 0.31895509362220764 - ] - ], - [ - 2.0, - [ - -0.04604450985789299, - -0.16320914030075073, - 0.9341220259666443, - 0.3140999376773834 - ] - ], - [ - 2.0333333015441895, - [ - -0.04519544914364815, - -0.1609119027853012, - 0.9361873865127563, - 0.3092215061187744 - ] - ], - [ - 2.066666603088379, - [ - -0.04433061555027962, - -0.1586805135011673, - 0.9381542801856995, - 0.30450260639190674 - ] - ], - [ - 2.0999999046325684, - [ - -0.043466825038194656, - -0.1565445512533188, - 0.9399615526199341, - 0.30012786388397217 - ] - ], - [ - 2.133333444595337, - [ - -0.04261866584420204, - -0.15453414618968964, - 0.9415513873100281, - 0.2962833642959595 - ] - ], - [ - 2.1666667461395264, - [ - -0.041798945516347885, - -0.15268008410930634, - 0.9428685307502747, - 0.2931566536426544 - ] - ], - [ - 2.200000047683716, - [ - -0.04101914167404175, - -0.15101368725299835, - 0.9438584446907043, - 0.29093557596206665 - ] - ], - [ - 2.2333333492279053, - [ - -0.04044191911816597, - -0.15003353357315063, - 0.9437320232391357, - 0.29193228483200073 - ] - ], - [ - 2.2666666507720947, - [ - -0.040142059326171875, - -0.1500563770532608, - 0.9420294761657715, - 0.29740914702415466 - ] - ], - [ - 2.299999952316284, - [ - -0.0400175005197525, - -0.15083958208560944, - 0.939164400100708, - 0.30596768856048584 - ] - ], - [ - 2.3333332538604736, - [ - -0.03997189179062843, - -0.15213720500469208, - 0.9355579018592834, - 0.31620872020721436 - ] - ], - [ - 2.366666555404663, - [ - -0.03989719599485397, - -0.15369923412799835, - 0.9316765666007996, - 0.32674697041511536 - ] - ], - [ - 2.4000000953674316, - [ - -0.039664387702941895, - -0.1552712619304657, - 0.9280486106872559, - 0.33621925115585327 - ] - ], - [ - 2.433333396911621, - [ - -0.03895675390958786, - -0.15650437772274017, - 0.9252572655677795, - 0.3433478772640228 - ] - ], - [ - 2.4666666984558105, - [ - -0.03747336193919182, - -0.15702146291732788, - 0.923936128616333, - 0.3468173146247864 - ] - ], - [ - 2.5, - [ - -0.03506165370345116, - -0.1570696383714676, - 0.9243219494819641, - 0.34601840376853943 - ] - ], - [ - 2.5333333015441895, - [ - -0.0318463072180748, - -0.15712356567382813, - 0.925875723361969, - 0.342129111289978 - ] - ], - [ - 2.566666603088379, - [ - -0.02812313847243786, - -0.15721946954727173, - 0.928069531917572, - 0.3364197909832001 - ] - ], - [ - 2.5999999046325684, - [ - -0.02418612875044346, - -0.15741026401519775, - 0.9303901791572571, - 0.33016836643218994 - ] - ], - [ - 2.633333444595337, - [ - -0.02032708004117012, - -0.1577715426683426, - 0.932355523109436, - 0.3246661424636841 - ] - ], - [ - 2.6666667461395264, - [ - -0.01683778688311577, - -0.158402219414711, - 0.9335123896598816, - 0.32121625542640686 - ] - ], - [ - 2.700000047683716, - [ - -0.013582185842096806, - -0.15938878059387207, - 0.934058427810669, - 0.3192892372608185 - ] - ], - [ - 2.7333333492279053, - [ - -0.010261353105306625, - -0.16069459915161133, - 0.9344726204872131, - 0.3175419569015503 - ] - ], - [ - 2.7666666507720947, - [ - -0.006926125381141901, - -0.16225078701972961, - 0.9347367286682129, - 0.31606045365333557 - ] - ], - [ - 2.799999952316284, - [ - -0.0036287596449255943, - -0.16398999094963074, - 0.934833288192749, - 0.3149298429489136 - ] - ], - [ - 2.8333332538604736, - [ - -0.0004228462930768728, - -0.16584648191928864, - 0.9347468614578247, - 0.3142344355583191 - ] - ], - [ - 2.866666555404663, - [ - 0.002636825433000922, - -0.16775569319725037, - 0.9344619512557983, - 0.31405726075172424 - ] - ], - [ - 2.9000000953674316, - [ - 0.00549462903290987, - -0.1696542650461197, - 0.9339642524719238, - 0.31448057293891907 - ] - ], - [ - 2.933333396911621, - [ - 0.008094299584627151, - -0.17147929966449738, - 0.933239221572876, - 0.31558528542518616 - ] - ], - [ - 2.9666666984558105, - [ - 0.010455132462084293, - -0.173271045088768, - 0.9324044585227966, - 0.3170011639595032 - ] - ], - [ - 3.0, - [ - 0.012601002119481564, - -0.17508552968502045, - 0.9316093921661377, - 0.3182612955570221 - ] - ], - [ - 3.0333333015441895, - [ - 0.014483106322586536, - -0.17688341438770294, - 0.9308866262435913, - 0.31930017471313477 - ] - ], - [ - 3.066666603088379, - [ - 0.01605335995554924, - -0.17862506210803986, - 0.9302698969841003, - 0.32005205750465393 - ] - ], - [ - 3.0999999046325684, - [ - 0.017264239490032196, - -0.18027080595493317, - 0.9297932982444763, - 0.32045096158981323 - ] - ], - [ - 3.133333444595337, - [ - 0.018068604171276093, - -0.18178130686283112, - 0.9294908046722412, - 0.32043084502220154 - ] - ], - [ - 3.1666667461395264, - [ - 0.018665656447410583, - -0.1831771731376648, - 0.9293420314788818, - 0.3200329542160034 - ] - ], - [ - 3.200000047683716, - [ - 0.019277742132544518, - -0.18449120223522186, - 0.9293034672737122, - 0.3193531334400177 - ] - ], - [ - 3.2333333492279053, - [ - 0.0198922548443079, - -0.18570281565189362, - 0.9293739199638367, - 0.3184068500995636 - ] - ], - [ - 3.2666666507720947, - [ - 0.020496275275945663, - -0.1867915242910385, - 0.9295520186424255, - 0.31720951199531555 - ] - ], - [ - 3.299999952316284, - [ - 0.021076519042253494, - -0.18773703277111053, - 0.9298365116119385, - 0.3157763183116913 - ] - ], - [ - 3.3333332538604736, - [ - 0.021619316190481186, - -0.18851923942565918, - 0.9302259683609009, - 0.3141224980354309 - ] - ], - [ - 3.366666555404663, - [ - 0.021783437579870224, - -0.18917490541934967, - 0.930651843547821, - 0.3124508261680603 - ] - ], - [ - 3.4000000953674316, - [ - 0.021278761327266693, - -0.18976682424545288, - 0.9310462474822998, - 0.3109480142593384 - ] - ], - [ - 3.433333396911621, - [ - 0.020168056711554527, - -0.19031250476837158, - 0.93140709400177, - 0.30960503220558167 - ] - ], - [ - 3.4666666984558105, - [ - 0.018514173105359077, - -0.19082821905612946, - 0.9317312240600586, - 0.3084132671356201 - ] - ], - [ - 3.5, - [ - 0.01638006418943405, - -0.191329225897789, - 0.9320151805877686, - 0.30736419558525085 - ] - ], - [ - 3.5333333015441895, - [ - 0.013828783296048641, - -0.19182994961738586, - 0.9322547316551208, - 0.30644935369491577 - ] - ], - [ - 3.566666603088379, - [ - 0.010923516005277634, - -0.1923445612192154, - 0.932446300983429, - 0.305660218000412 - ] - ], - [ - 3.5999999046325684, - [ - 0.007727564312517643, - -0.19288690388202667, - 0.9325863122940063, - 0.3049881160259247 - ] - ], - [ - 3.633333444595337, - [ - -0.0010183315025642514, - -0.18241579830646515, - 0.9346478581428528, - 0.3052160143852234 - ] - ], - [ - 3.6666667461395264, - [ - -0.015998167917132378, - -0.15849480032920837, - 0.9382857084274292, - 0.3069908022880554 - ] - ], - [ - 3.700000047683716, - [ - -0.030224287882447243, - -0.13418354094028473, - 0.9407680034637451, - 0.30989810824394226 - ] - ], - [ - 3.7333333492279053, - [ - -0.036782585084438324, - -0.12283359467983246, - 0.9409685134887695, - 0.3132685422897339 - ] - ], - [ - 3.7666666507720947, - [ - -0.03487934172153473, - -0.1269100457429886, - 0.9390720129013062, - 0.3175233006477356 - ] - ], - [ - 3.799999952316284, - [ - -0.029301263391971588, - -0.13805370032787323, - 0.9357849359512329, - 0.32309311628341675 - ] - ], - [ - 3.8333332538604736, - [ - -0.0216514989733696, - -0.15350748598575592, - 0.9314292073249817, - 0.32925108075141907 - ] - ], - [ - 3.866666555404663, - [ - -0.013440148904919624, - -0.17047186195850372, - 0.9264761805534363, - 0.3352622985839844 - ] - ], - [ - 3.9000000953674316, - [ - -0.006042489316314459, - -0.1861097663640976, - 0.9216655492782593, - 0.340381383895874 - ] - ], - [ - 3.933333396911621, - [ - -0.0007053807494230568, - -0.1975657045841217, - 0.9180021286010742, - 0.3438595235347748 - ] - ], - [ - 3.9666666984558105, - [ - 0.0013884041691198945, - -0.20198820531368256, - 0.916628897190094, - 0.34494972229003906 - ] - ], - [ - 4.0, - [ - -2.21020254684845e-05, - -0.1993914395570755, - 0.9181770086288452, - 0.34233614802360535 - ] - ], - [ - 4.0333333015441895, - [ - -0.0037804637104272842, - -0.19319182634353638, - 0.9216729998588562, - 0.3364246189594269 - ] - ], - [ - 4.066666603088379, - [ - -0.008897678926587105, - -0.185528963804245, - 0.9259076118469238, - 0.32892993092536926 - ] - ], - [ - 4.099999904632568, - [ - -0.014211456291377544, - -0.1783004105091095, - 0.9298946261405945, - 0.3214077651500702 - ] - ], - [ - 4.133333206176758, - [ - -0.018447723239660263, - -0.17334266006946564, - 0.9328069090843201, - 0.315409779548645 - ] - ], - [ - 4.166666507720947, - [ - -0.02026345022022724, - -0.17244282364845276, - 0.9339220523834229, - 0.3124780058860779 - ] - ], - [ - 4.199999809265137, - [ - -0.019304096698760986, - -0.1742677539587021, - 0.9337396025657654, - 0.3120715618133545 - ] - ], - [ - 4.233333110809326, - [ - -0.01641279086470604, - -0.17627525329589844, - 0.9332570433616638, - 0.3125523626804352 - ] - ], - [ - 4.266666889190674, - [ - -0.012048185802996159, - -0.17843323945999146, - 0.9324909448623657, - 0.3138108551502228 - ] - ], - [ - 4.300000190734863, - [ - -0.006669286172837019, - -0.1807125359773636, - 0.9314559698104858, - 0.31573447585105896 - ] - ], - [ - 4.333333492279053, - [ - -0.0007338063442148268, - -0.183085098862648, - 0.9301741123199463, - 0.3182065784931183 - ] - ], - [ - 4.366666793823242, - [ - 0.00530209019780159, - -0.18552175164222717, - 0.9286791086196899, - 0.321105420589447 - ] - ], - [ - 4.400000095367432, - [ - 0.010984545573592186, - -0.18799063563346863, - 0.9270198941230774, - 0.32430389523506165 - ] - ], - [ - 4.433333396911621, - [ - 0.01586250774562359, - -0.19045566022396088, - 0.9252608418464661, - 0.32766997814178467 - ] - ], - [ - 4.4666666984558105, - [ - 0.019487841054797173, - -0.19287502765655518, - 0.9234791994094849, - 0.3310674726963043 - ] - ], - [ - 4.5, - [ - 0.02141505293548107, - -0.1952000856399536, - 0.9217610359191895, - 0.3343574106693268 - ] - ], - [ - 4.5333333015441895, - [ - 0.021200494840741158, - -0.19737355411052704, - 0.9201933741569519, - 0.337399423122406 - ] - ], - [ - 4.566666603088379, - [ - 0.01533410046249628, - -0.19732581079006195, - 0.9176918268203735, - 0.3444841206073761 - ] - ], - [ - 4.599999904632568, - [ - 0.004236588720232248, - -0.1944080889225006, - 0.9138537645339966, - 0.35645321011543274 - ] - ], - [ - 4.633333206176758, - [ - -0.006695251911878586, - -0.1909361332654953, - 0.9099916219711304, - 0.3679864704608917 - ] - ], - [ - 4.666666507720947, - [ - -0.012231514789164066, - -0.189704030752182, - 0.9078476428985596, - 0.37373173236846924 - ] - ], - [ - 4.699999809265137, - [ - -0.010988899506628513, - -0.19104214012622833, - 0.9100971817970276, - 0.36756667494773865 - ] - ], - [ - 4.733333110809326, - [ - -0.006064216606318951, - -0.19289827346801758, - 0.9165398478507996, - 0.35029730200767517 - ] - ], - [ - 4.766666889190674, - [ - 0.0008449669694527984, - -0.19472819566726685, - 0.9247029423713684, - 0.32711607217788696 - ] - ], - [ - 4.800000190734863, - [ - 0.0079652713611722, - -0.19615891575813293, - 0.9324193596839905, - 0.303401380777359 - ] - ], - [ - 4.833333492279053, - [ - 0.013555976562201977, - -0.19700010120868683, - 0.9381007552146912, - 0.2845596671104431 - ] - ], - [ - 4.866666793823242, - [ - 0.01584791950881481, - -0.19721734523773193, - 0.9405445456504822, - 0.2760980725288391 - ] - ], - [ - 4.900000095367432, - [ - 0.014938422478735447, - -0.1969173401594162, - 0.9400266408920288, - 0.2781192362308502 - ] - ], - [ - 4.933333396911621, - [ - 0.012491255067288876, - -0.196239173412323, - 0.9379758834838867, - 0.2855440378189087 - ] - ], - [ - 4.9666666984558105, - [ - 0.009098748676478863, - -0.19520723819732666, - 0.9349503517150879, - 0.29610708355903625 - ] - ], - [ - 5.0, - [ - 0.0053493487648665905, - -0.19386380910873413, - 0.9315568804740906, - 0.30755487084388733 - ] - ], - [ - 5.0333333015441895, - [ - 0.001818004879169166, - -0.1922876387834549, - 0.9285010099411011, - 0.3176605701446533 - ] - ], - [ - 5.066666603088379, - [ - -0.0009401239803992212, - -0.1905948519706726, - 0.9265807867050171, - 0.3242233693599701 - ] - ], - [ - 5.099999904632568, - [ - -0.0023909402079880238, - -0.18892502784729004, - 0.9266302585601807, - 0.32505080103874207 - ] - ], - [ - 5.133333206176758, - [ - -0.0028633929323405027, - -0.18739356100559235, - 0.9282045960426331, - 0.3214212954044342 - ] - ], - [ - 5.166666507720947, - [ - -0.003082824405282736, - -0.18598103523254395, - 0.9302126169204712, - 0.3163953125476837 - ] - ], - [ - 5.199999809265137, - [ - -0.0031213187612593174, - -0.18462443351745605, - 0.9324864745140076, - 0.3104400932788849 - ] - ], - [ - 5.233333110809326, - [ - -0.003049251390621066, - -0.1832592636346817, - 0.9348662495613098, - 0.3040260970592499 - ] - ], - [ - 5.266666889190674, - [ - -0.002935862634330988, - -0.18182018399238586, - 0.9372037053108215, - 0.297627717256546 - ] - ], - [ - 5.300000190734863, - [ - -0.0028492803685367107, - -0.18024130165576935, - 0.939362645149231, - 0.2917237877845764 - ] - ], - [ - 5.333333492279053, - [ - -0.002855720929801464, - -0.1784563511610031, - 0.9412188529968262, - 0.28679654002189636 - ] - ], - [ - 5.366666793823242, - [ - -0.0030181610491126776, - -0.17639845609664917, - 0.9426549673080444, - 0.28333044052124023 - ] - ], - [ - 5.400000095367432, - [ - -0.003177857957780361, - -0.17408372461795807, - 0.9435836672782898, - 0.2816643714904785 - ] - ], - [ - 5.433333396911621, - [ - -0.003177880309522152, - -0.17164857685565948, - 0.9440860748291016, - 0.281475305557251 - ] - ], - [ - 5.4666666984558105, - [ - -0.003083277028053999, - -0.1692083477973938, - 0.9442939758300781, - 0.2822551131248474 - ] - ], - [ - 5.5, - [ - -0.0029642132576555014, - -0.16687966883182526, - 0.9443369507789612, - 0.28349626064300537 - ] - ], - [ - 5.5333333015441895, - [ - -0.002896517515182495, - -0.16477897763252258, - 0.9443461298942566, - 0.2846926152706146 - ] - ], - [ - 5.566666603088379, - [ - -0.0029610509518533945, - -0.1630222499370575, - 0.9444555044174194, - 0.2853398323059082 - ] - ], - [ - 5.599999904632568, - [ - -0.0032418735790997744, - -0.16172568500041962, - 0.9447998404502869, - 0.2849343717098236 - ] - ], - [ - 5.633333206176758, - [ - -0.0036655946169048548, - -0.16084015369415283, - 0.9452365040779114, - 0.28398090600967407 - ] - ], - [ - 5.666666507720947, - [ - -0.004090991336852312, - -0.16025184094905853, - 0.9455265998840332, - 0.2833409309387207 - ] - ], - [ - 5.699999809265137, - [ - -0.0045014722272753716, - -0.15998117625713348, - 0.9456590414047241, - 0.28304556012153625 - ] - ], - [ - 5.733333110809326, - [ - -0.004721754230558872, - -0.15994828939437866, - 0.9456206560134888, - 0.28318873047828674 - ] - ], - [ - 5.766666889190674, - [ - -0.004609961062669754, - -0.16005127131938934, - 0.945417046546936, - 0.28381142020225525 - ] - ], - [ - 5.800000190734863, - [ - -0.004200296010822058, - -0.16027793288230896, - 0.9450637102127075, - 0.2848650813102722 - ] - ], - [ - 5.833333492279053, - [ - -0.003527296707034111, - -0.1606166511774063, - 0.944574773311615, - 0.2863011956214905 - ] - ], - [ - 5.866666793823242, - [ - -0.002625622320920229, - -0.16105620563030243, - 0.943964421749115, - 0.2880714237689972 - ] - ], - [ - 5.900000095367432, - [ - -0.0015300129307433963, - -0.16158536076545715, - 0.9432464838027954, - 0.29012730717658997 - ] - ], - [ - 5.933333396911621, - [ - -0.0002751616411842406, - -0.16219279170036316, - 0.942435085773468, - 0.29242047667503357 - ] - ], - [ - 5.9666666984558105, - [ - 0.0011043371632695198, - -0.16286681592464447, - 0.9415443539619446, - 0.29490241408348083 - ] - ], - [ - 6.0, - [ - 0.0025741122663021088, - -0.16359539330005646, - 0.9405897855758667, - 0.2975247800350189 - ] - ], - [ - 6.0333333015441895, - [ - 0.004100033547729254, - -0.16436582803726196, - 0.9395869374275208, - 0.30023905634880066 - ] - ], - [ - 6.066666603088379, - [ - 0.0056482707150280476, - -0.16516493260860443, - 0.9385529160499573, - 0.3029968738555908 - ] - ], - [ - 6.099999904632568, - [ - 0.007185335271060467, - -0.16597874462604523, - 0.9375054836273193, - 0.3057497441768646 - ] - ], - [ - 6.133333206176758, - [ - 0.008678089827299118, - -0.16679270565509796, - 0.9364635348320007, - 0.30844929814338684 - ] - ], - [ - 6.166666507720947, - [ - 0.01009376160800457, - -0.1675916165113449, - 0.9354469776153564, - 0.31104716658592224 - ] - ], - [ - 6.199999809265137, - [ - 0.011399930343031883, - -0.16835962235927582, - 0.9344763159751892, - 0.3134949207305908 - ] - ], - [ - 6.233333110809326, - [ - 0.012564443983137608, - -0.1690804660320282, - 0.9335734844207764, - 0.3157443106174469 - ] - ], - [ - 6.266666889190674, - [ - 0.013555459678173065, - -0.16973747313022614, - 0.9327605366706848, - 0.31774717569351196 - ] - ], - [ - 6.300000190734863, - [ - 0.014341313391923904, - -0.17031371593475342, - 0.9320600628852844, - 0.31945520639419556 - ] - ], - [ - 6.333333492279053, - [ - 0.014890434220433235, - -0.17079219222068787, - 0.9314948320388794, - 0.3208203613758087 - ] - ], - [ - 6.366666793823242, - [ - 0.015171253122389317, - -0.17115607857704163, - 0.9310873746871948, - 0.3217945396900177 - ] - ], - [ - 6.400000095367432, - [ - 0.015152051113545895, - -0.1713889092206955, - 0.9308598637580872, - 0.32232964038848877 - ] - ], - [ - 6.433333396911621, - [ - 0.014800818637013435, - -0.17147479951381683, - 0.930833101272583, - 0.3223775029182434 - ] - ], - [ - 6.4666666984558105, - [ - 0.014332730323076248, - -0.17145858705043793, - 0.930975615978241, - 0.32199525833129883 - ] - ], - [ - 6.5, - [ - 0.013987175188958645, - -0.17139722406864166, - 0.9312347173690796, - 0.3212931156158447 - ] - ], - [ - 6.5333333015441895, - [ - 0.013768088072538376, - -0.17129340767860413, - 0.9315983653068542, - 0.3203025162220001 - ] - ], - [ - 6.566666603088379, - [ - 0.013679339550435543, - -0.17114953696727753, - 0.9320540428161621, - 0.3190547823905945 - ] - ], - [ - 6.599999904632568, - [ - 0.013724773190915585, - -0.17096783220767975, - 0.9325898289680481, - 0.31758126616477966 - ] - ], - [ - 6.633333206176758, - [ - 0.013908208347856998, - -0.17075026035308838, - 0.9331933856010437, - 0.31591328978538513 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292542268_203408.json b/lenses/physics-objects/Scene/assets/1646688292542268_203408.json deleted file mode 100644 index 0f7edb32..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292542268_203408.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292542268:203408", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292543187_203421.json b/lenses/physics-objects/Scene/assets/1646688292543187_203421.json deleted file mode 100644 index ece9672a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292543187_203421.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292543187:203421", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ], - [ - 3.366666555404663, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292543353_203428.json b/lenses/physics-objects/Scene/assets/1646688292543353_203428.json deleted file mode 100644 index 954eaca0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292543353_203428.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292543353:203428", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ], - [ - 0.03333333507180214, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ], - [ - 0.06666667014360428, - [ - 0.018291406333446503, - -0.16765688359737396, - 0.9416007399559021, - 0.2914530038833618 - ] - ], - [ - 0.10000000149011612, - [ - 0.017636336386203766, - -0.1689033806324005, - 0.9398276805877686, - 0.2964532673358917 - ] - ], - [ - 0.13333334028720856, - [ - 0.01644115336239338, - -0.17088909447193146, - 0.936776340007782, - 0.30492112040519714 - ] - ], - [ - 0.1666666716337204, - [ - 0.014807743951678276, - -0.17337477207183838, - 0.932752251625061, - 0.31574535369873047 - ] - ], - [ - 0.20000000298023224, - [ - 0.01284916140139103, - -0.1761218011379242, - 0.9280881881713867, - 0.3278236985206604 - ] - ], - [ - 0.23333333432674408, - [ - 0.010698371566832066, - -0.1788952648639679, - 0.9231645464897156, - 0.3400724232196808 - ] - ], - [ - 0.2666666805744171, - [ - 0.008511831052601337, - -0.18146683275699615, - 0.9184186458587646, - 0.35143211483955383 - ] - ], - [ - 0.30000001192092896, - [ - 0.006467838305979967, - -0.1836164891719818, - 0.9143397808074951, - 0.3608682155609131 - ] - ], - [ - 0.3333333432674408, - [ - 0.004759973846375942, - -0.1851324886083603, - 0.9114530682563782, - 0.36736470460891724 - ] - ], - [ - 0.36666667461395264, - [ - 0.003504670225083828, - -0.18599912524223328, - 0.9101957678794861, - 0.37004855275154114 - ] - ], - [ - 0.4000000059604645, - [ - 0.003064920660108328, - -0.17878200113773346, - 0.9160476326942444, - 0.3590046167373657 - ] - ], - [ - 0.4333333373069763, - [ - 0.002496175467967987, - -0.1609819084405899, - 0.929543673992157, - 0.33170342445373535 - ] - ], - [ - 0.46666666865348816, - [ - 0.00030354957561939955, - -0.1400931030511856, - 0.9440297484397888, - 0.29863303899765015 - ] - ], - [ - 0.5, - [ - -0.0033706340473145247, - -0.12348482757806778, - 0.9545735716819763, - 0.27116304636001587 - ] - ], - [ - 0.5333333611488342, - [ - -0.006864909082651138, - -0.11817345023155212, - 0.9579753279685974, - 0.2612874507904053 - ] - ], - [ - 0.5666666626930237, - [ - -0.00999456923455, - -0.124323770403862, - 0.9548895359039307, - 0.2694989740848541 - ] - ], - [ - 0.6000000238418579, - [ - -0.013738230802118778, - -0.13531048595905304, - 0.948844313621521, - 0.2849505841732025 - ] - ], - [ - 0.6333333253860474, - [ - -0.017845630645751953, - -0.14779570698738098, - 0.9413914680480957, - 0.3026880621910095 - ] - ], - [ - 0.6666666865348816, - [ - -0.021646836772561073, - -0.15853145718574524, - 0.9344826340675354, - 0.3180273473262787 - ] - ], - [ - 0.699999988079071, - [ - -0.024054553359746933, - -0.16436998546123505, - 0.93045973777771, - 0.32657095789909363 - ] - ], - [ - 0.7333333492279053, - [ - -0.023692704737186432, - -0.16245438158512115, - 0.931415319442749, - 0.32482731342315674 - ] - ], - [ - 0.7666666507720947, - [ - -0.0208392683416605, - -0.1537296175956726, - 0.9365574717521667, - 0.3143139183521271 - ] - ], - [ - 0.800000011920929, - [ - -0.016860060393810272, - -0.14076188206672668, - 0.943924605846405, - 0.29817506670951843 - ] - ], - [ - 0.8333333134651184, - [ - -0.012970127165317535, - -0.1261812150478363, - 0.9516758322715759, - 0.27968400716781616 - ] - ], - [ - 0.8666666746139526, - [ - -0.010006701573729515, - -0.11272919923067093, - 0.9583027362823486, - 0.26238882541656494 - ] - ], - [ - 0.8999999761581421, - [ - -0.00840780045837164, - -0.10322923213243484, - 0.9626656174659729, - 0.25009578466415405 - ] - ], - [ - 0.9333333373069763, - [ - -0.008409573696553707, - -0.10051930695772171, - 0.9638229012489319, - 0.24671949446201324 - ] - ], - [ - 0.9666666388511658, - [ - -0.01017300970852375, - -0.10660328716039658, - 0.9615030884742737, - 0.25306931138038635 - ] - ], - [ - 1.0, - [ - -0.0135155925527215, - -0.11959090828895569, - 0.9566025733947754, - 0.2653806805610657 - ] - ], - [ - 1.0333333015441895, - [ - -0.018214702606201172, - -0.13643966615200043, - 0.9498897790908813, - 0.2806454300880432 - ] - ], - [ - 1.0666667222976685, - [ - -0.023794960230588913, - -0.15415391325950623, - 0.942357063293457, - 0.296029657125473 - ] - ], - [ - 1.100000023841858, - [ - -0.029495809227228165, - -0.16989243030548096, - 0.9352442622184753, - 0.30916815996170044 - ] - ], - [ - 1.1333333253860474, - [ - -0.03424308821558952, - -0.18098048865795135, - 0.9300103783607483, - 0.31804776191711426 - ] - ], - [ - 1.1666666269302368, - [ - -0.03673519566655159, - -0.1848023682832718, - 0.9282612204551697, - 0.32067111134529114 - ] - ], - [ - 1.2000000476837158, - [ - -0.03692694008350372, - -0.17827992141246796, - 0.9318456053733826, - 0.31387338042259216 - ] - ], - [ - 1.2333333492279053, - [ - -0.03636316955089569, - -0.16293567419052124, - 0.9397356510162354, - 0.2983733117580414 - ] - ], - [ - 1.2666666507720947, - [ - -0.03616319224238396, - -0.14306892454624176, - 0.9491803050041199, - 0.27799323201179504 - ] - ], - [ - 1.2999999523162842, - [ - -0.0369311086833477, - -0.12303519994020462, - 0.9578654766082764, - 0.25688979029655457 - ] - ], - [ - 1.3333333730697632, - [ - -0.03851896896958351, - -0.10719669610261917, - 0.9641568064689636, - 0.23963899910449982 - ] - ], - [ - 1.3666666746139526, - [ - -0.040218278765678406, - -0.09985699504613876, - 0.9669622778892517, - 0.23107361793518066 - ] - ], - [ - 1.399999976158142, - [ - -0.042018063366413116, - -0.10276475548744202, - 0.9654428958892822, - 0.2357836663722992 - ] - ], - [ - 1.4333332777023315, - [ - -0.0445125512778759, - -0.11247963458299637, - 0.9603162407875061, - 0.25131598114967346 - ] - ], - [ - 1.4666666984558105, - [ - -0.04784306138753891, - -0.12548115849494934, - 0.9529016613960266, - 0.27192646265029907 - ] - ], - [ - 1.5, - [ - -0.05175909399986267, - -0.1382894217967987, - 0.9449248909950256, - 0.29208552837371826 - ] - ], - [ - 1.5333333015441895, - [ - -0.055427879095077515, - -0.14752238988876343, - 0.9386926889419556, - 0.3066282868385315 - ] - ], - [ - 1.5666667222976685, - [ - -0.057654593139886856, - -0.14990487694740295, - 0.9368561506271362, - 0.31065258383750916 - ] - ], - [ - 1.600000023841858, - [ - -0.05549231544137001, - -0.14197418093681335, - 0.9415001273155212, - 0.30056846141815186 - ] - ], - [ - 1.6333333253860474, - [ - -0.04921884089708328, - -0.125791996717453, - 0.9504163265228271, - 0.28011199831962585 - ] - ], - [ - 1.6666666269302368, - [ - -0.04226262867450714, - -0.1065264567732811, - 0.959965169429779, - 0.25560295581817627 - ] - ], - [ - 1.7000000476837158, - [ - -0.0370955765247345, - -0.08975697308778763, - 0.9673401713371277, - 0.23413798213005066 - ] - ], - [ - 1.7333333492279053, - [ - -0.0351937934756279, - -0.08139476180076599, - 0.9706547260284424, - 0.22353053092956543 - ] - ], - [ - 1.7666666507720947, - [ - -0.03367791697382927, - -0.0857197642326355, - 0.9694360494613647, - 0.22740206122398376 - ] - ], - [ - 1.7999999523162842, - [ - -0.030002450570464134, - -0.0999205932021141, - 0.9649460315704346, - 0.2408212572336197 - ] - ], - [ - 1.8333333730697632, - [ - -0.025895562022924423, - -0.11930977553129196, - 0.9581564664840698, - 0.25890347361564636 - ] - ], - [ - 1.8666666746139526, - [ - -0.022638434544205666, - -0.13906656205654144, - 0.9505137205123901, - 0.27689650654792786 - ] - ], - [ - 1.899999976158142, - [ - -0.020790962502360344, - -0.1542425900697708, - 0.9441819787025452, - 0.2903400659561157 - ] - ], - [ - 1.9333332777023315, - [ - -0.02040446549654007, - -0.15984828770160675, - 0.9418031573295593, - 0.29502370953559875 - ] - ], - [ - 1.9666666984558105, - [ - -0.02102731354534626, - -0.15435703098773956, - 0.9449762105941772, - 0.28766632080078125 - ] - ], - [ - 2.0, - [ - -0.02234356664121151, - -0.142006054520607, - 0.9518231749534607, - 0.2708650827407837 - ] - ], - [ - 2.0333333015441895, - [ - -0.024538010358810425, - -0.12648315727710724, - 0.9598183035850525, - 0.2492968738079071 - ] - ], - [ - 2.066666603088379, - [ - -0.027168765664100647, - -0.11130908876657486, - 0.9669166207313538, - 0.22791320085525513 - ] - ], - [ - 2.0999999046325684, - [ - -0.029215050861239433, - -0.09984607994556427, - 0.9717504382133484, - 0.21184499561786652 - ] - ], - [ - 2.133333444595337, - [ - -0.02943936549127102, - -0.09545301645994186, - 0.973383367061615, - 0.20626886188983917 - ] - ], - [ - 2.1666667461395264, - [ - -0.027076272293925285, - -0.09976255893707275, - 0.9716053009033203, - 0.21283191442489624 - ] - ], - [ - 2.200000047683716, - [ - -0.022913476452231407, - -0.11056265234947205, - 0.9671981334686279, - 0.2275492399930954 - ] - ], - [ - 2.2333333492279053, - [ - -0.01809653453528881, - -0.1254492849111557, - 0.9606606364250183, - 0.2471160590648651 - ] - ], - [ - 2.2666666507720947, - [ - -0.013560510240495205, - -0.14192302525043488, - 0.9527370929718018, - 0.26826485991477966 - ] - ], - [ - 2.299999952316284, - [ - -0.009839634411036968, - -0.15735679864883423, - 0.9446094632148743, - 0.2878454625606537 - ] - ], - [ - 2.3333332538604736, - [ - -0.007046010345220566, - -0.1690312623977661, - 0.9378958940505981, - 0.3028697967529297 - ] - ], - [ - 2.366666555404663, - [ - -0.005031761713325977, - -0.17418378591537476, - 0.934476912021637, - 0.3104635775089264 - ] - ], - [ - 2.4000000953674316, - [ - -0.005618003197014332, - -0.17145667970180511, - 0.9355201125144958, - 0.3088254928588867 - ] - ], - [ - 2.433333396911621, - [ - -0.0098836999386549, - -0.16292820870876312, - 0.9398866295814514, - 0.2999497354030609 - ] - ], - [ - 2.4666666984558105, - [ - -0.01662934198975563, - -0.15104061365127563, - 0.9459047913551331, - 0.28666067123413086 - ] - ], - [ - 2.5, - [ - -0.024520300328731537, - -0.13818420469760895, - 0.9520624876022339, - 0.271810382604599 - ] - ], - [ - 2.5333333015441895, - [ - -0.031948771327733994, - -0.12659044563770294, - 0.9572101831436157, - 0.2582688331604004 - ] - ], - [ - 2.566666603088379, - [ - -0.03704347461462021, - -0.11831298470497131, - 0.9605610370635986, - 0.2489021271467209 - ] - ], - [ - 2.5999999046325684, - [ - -0.037811413407325745, - -0.11531424522399902, - 0.9614984393119812, - 0.24656376242637634 - ] - ], - [ - 2.633333444595337, - [ - -0.03351709991693497, - -0.1186513900756836, - 0.9597335457801819, - 0.25240835547447205 - ] - ], - [ - 2.6666667461395264, - [ - -0.026079591363668442, - -0.1266283094882965, - 0.9558915495872498, - 0.26373568177223206 - ] - ], - [ - 2.700000047683716, - [ - -0.017511261627078056, - -0.13707420229911804, - 0.9507060647010803, - 0.27760079503059387 - ] - ], - [ - 2.7333333492279053, - [ - -0.009636976756155491, - -0.14765164256095886, - 0.9452033638954163, - 0.29102709889411926 - ] - ], - [ - 2.7666666507720947, - [ - -0.004015894141048193, - -0.15584008395671844, - 0.9407848119735718, - 0.3010343909263611 - ] - ], - [ - 2.799999952316284, - [ - -0.0017748556565493345, - -0.1590726524591446, - 0.9390494227409363, - 0.30476078391075134 - ] - ], - [ - 2.8333332538604736, - [ - -0.0035943349357694387, - -0.15491870045661926, - 0.9415098428726196, - 0.29924312233924866 - ] - ], - [ - 2.866666555404663, - [ - -0.008681463077664375, - -0.14475703239440918, - 0.9472397565841675, - 0.2858445346355438 - ] - ], - [ - 2.9000000953674316, - [ - -0.0157896988093853, - -0.13179218769073486, - 0.9541441798210144, - 0.26831063628196716 - ] - ], - [ - 2.933333396911621, - [ - -0.02337290719151497, - -0.1190904751420021, - 0.9604926109313965, - 0.2504498362541199 - ] - ], - [ - 2.9666666984558105, - [ - -0.029472991824150085, - -0.10947617888450623, - 0.965088963508606, - 0.23611357808113098 - ] - ], - [ - 3.0, - [ - -0.0318484902381897, - -0.10557632893323898, - 0.9671218991279602, - 0.22916054725646973 - ] - ], - [ - 3.0333333015441895, - [ - -0.025393491610884666, - -0.11501453071832657, - 0.9639281630516052, - 0.23868295550346375 - ] - ], - [ - 3.066666603088379, - [ - -0.01122838631272316, - -0.13830511271953583, - 0.9544639587402344, - 0.2640916407108307 - ] - ], - [ - 3.0999999046325684, - [ - 0.003898769849911332, - -0.16705340147018433, - 0.9408990740776062, - 0.29459622502326965 - ] - ], - [ - 3.133333444595337, - [ - 0.015148041769862175, - -0.19175931811332703, - 0.9278627634048462, - 0.31948336958885193 - ] - ], - [ - 3.1666667461395264, - [ - 0.01975299045443535, - -0.20208407938480377, - 0.9224410653114319, - 0.32844263315200806 - ] - ], - [ - 3.200000047683716, - [ - 0.02004067972302437, - -0.19931471347808838, - 0.9244833588600159, - 0.32434940338134766 - ] - ], - [ - 3.2333333492279053, - [ - 0.01991349272429943, - -0.19289788603782654, - 0.9281603097915649, - 0.31766700744628906 - ] - ], - [ - 3.2666666507720947, - [ - 0.019456513226032257, - -0.18466868996620178, - 0.9325392842292786, - 0.3096601366996765 - ] - ], - [ - 3.299999952316284, - [ - 0.01883774623274803, - -0.17645971477031708, - 0.9367614984512329, - 0.30163753032684326 - ] - ], - [ - 3.3333332538604736, - [ - 0.01851796917617321, - -0.17109230160713196, - 0.9397145509719849, - 0.2955017387866974 - ] - ], - [ - 3.366666555404663, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292543512_203435.json b/lenses/physics-objects/Scene/assets/1646688292543512_203435.json deleted file mode 100644 index 157c8f8e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292543512_203435.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292543512:203435", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292544536_203448.json b/lenses/physics-objects/Scene/assets/1646688292544536_203448.json deleted file mode 100644 index 53de26a9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292544536_203448.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292544536:203448", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.450531959533691, - -5.119308480061591e-05, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - -8.450531959533691, - -5.119308480061591e-05, - -1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292544714_203455.json b/lenses/physics-objects/Scene/assets/1646688292544714_203455.json deleted file mode 100644 index 19901f82..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292544714_203455.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292544714:203455", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.011160519905388355, - 0.010281963273882866, - -0.14235498011112213, - 0.9896993637084961 - ] - ], - [ - 0.03333333507180214, - [ - -0.011160519905388355, - 0.010281963273882866, - -0.14235498011112213, - 0.9896993637084961 - ] - ], - [ - 0.06666667014360428, - [ - -0.010710014961659908, - 0.009840304963290691, - -0.1409943401813507, - 0.9899035692214966 - ] - ], - [ - 0.10000000149011612, - [ - -0.010204133577644825, - 0.009352103807032108, - -0.139396533370018, - 0.990139901638031 - ] - ], - [ - 0.13333334028720856, - [ - -0.009650441817939281, - 0.008824167773127556, - -0.13759061694145203, - 0.99040287733078 - ] - ], - [ - 0.1666666716337204, - [ - -0.009056510403752327, - 0.00826327782124281, - -0.13560563325881958, - 0.9906871318817139 - ] - ], - [ - 0.20000000298023224, - [ - -0.008429916575551033, - 0.0076761674135923386, - -0.1334705799818039, - 0.9909871816635132 - ] - ], - [ - 0.23333333432674408, - [ - -0.0077782291918993, - 0.00706954300403595, - -0.13121463358402252, - 0.991298258304596 - ] - ], - [ - 0.2666666805744171, - [ - -0.007108999881893396, - 0.006450063083320856, - -0.1288669854402542, - 0.9916155338287354 - ] - ], - [ - 0.30000001192092896, - [ - -0.006429755128920078, - 0.005824333988130093, - -0.12645679712295532, - 0.9919341802597046 - ] - ], - [ - 0.3333333432674408, - [ - -0.0057479869574308395, - 0.005198911763727665, - -0.12401340901851654, - 0.9922502636909485 - ] - ], - [ - 0.36666667461395264, - [ - -0.005071171093732119, - 0.004580314736813307, - -0.12156623601913452, - 0.9925599098205566 - ] - ], - [ - 0.4000000059604645, - [ - -0.0044067236594855785, - 0.00397499231621623, - -0.11914462596178055, - 0.9928591847419739 - ] - ], - [ - 0.4333333373069763, - [ - -0.003762025386095047, - 0.003389351535588503, - -0.11677814275026321, - 0.993145227432251 - ] - ], - [ - 0.46666666865348816, - [ - -0.003144416958093643, - 0.002829751931130886, - -0.11449626833200455, - 0.9934147000312805 - ] - ], - [ - 0.5, - [ - -0.004444000776857138, - 0.005660187918692827, - -0.12328419834375381, - 0.9923453330993652 - ] - ], - [ - 0.5333333611488342, - [ - -0.008385270833969116, - 0.013167493976652622, - -0.14732865989208221, - 0.9889643788337708 - ] - ], - [ - 0.5666666626930237, - [ - -0.013229446485638618, - 0.02224479243159294, - -0.1764615774154663, - 0.9839671850204468 - ] - ], - [ - 0.6000000238418579, - [ - -0.017248379066586494, - 0.029803449288010597, - -0.20064742863178253, - 0.9790581464767456 - ] - ], - [ - 0.6333333253860474, - [ - -0.018732711672782898, - 0.03278954327106476, - -0.2100444734096527, - 0.9769623875617981 - ] - ], - [ - 0.6666666865348816, - [ - -0.017839182168245316, - 0.034099794924259186, - -0.20555035769939423, - 0.9778895974159241 - ] - ], - [ - 0.699999988079071, - [ - -0.016119835898280144, - 0.03802144154906273, - -0.1956081986427307, - 0.9798122048377991 - ] - ], - [ - 0.7333333492279053, - [ - -0.013994613662362099, - 0.043600890785455704, - -0.1817568987607956, - 0.9822767376899719 - ] - ], - [ - 0.7666666507720947, - [ - -0.011843866668641567, - 0.04987551271915436, - -0.16553883254528046, - 0.9848700761795044 - ] - ], - [ - 0.800000011920929, - [ - -0.010155543684959412, - 0.05588318035006523, - -0.14863386750221252, - 0.9872598052024841 - ] - ], - [ - 0.8333333134651184, - [ - -0.009236174635589123, - 0.06063633784651756, - -0.13265186548233032, - 0.9892631769180298 - ] - ], - [ - 0.8666666746139526, - [ - -0.009031225927174091, - 0.06313419342041016, - -0.11901793628931046, - 0.9908416867256165 - ] - ], - [ - 0.8999999761581421, - [ - -0.009408346377313137, - 0.06239469721913338, - -0.10915295779705048, - 0.9920201897621155 - ] - ], - [ - 0.9333333373069763, - [ - -0.010304810479283333, - 0.05943489819765091, - -0.10134195536375046, - 0.9930213093757629 - ] - ], - [ - 0.9666666388511658, - [ - -0.011718379333615303, - 0.05625687167048454, - -0.09379689395427704, - 0.9939315915107727 - ] - ], - [ - 1.0, - [ - -0.01360012125223875, - 0.053389158099889755, - -0.08783840388059616, - 0.9946100115776062 - ] - ], - [ - 1.0333333015441895, - [ - -0.015910621732473373, - 0.05138222873210907, - -0.0847831666469574, - 0.9949465990066528 - ] - ], - [ - 1.0666667222976685, - [ - -0.018618611618876457, - 0.05080491304397583, - -0.08594144135713577, - 0.9948298931121826 - ] - ], - [ - 1.100000023841858, - [ - -0.021635876968503, - 0.05146825686097145, - -0.09066111594438553, - 0.9943156838417053 - ] - ], - [ - 1.1333333253860474, - [ - -0.024844039231538773, - 0.052718132734298706, - -0.0971219390630722, - 0.9935647249221802 - ] - ], - [ - 1.1666666269302368, - [ - -0.028168244287371635, - 0.05443069711327553, - -0.1048775166273117, - 0.992594838142395 - ] - ], - [ - 1.2000000476837158, - [ - -0.031531721353530884, - 0.056477006524801254, - -0.11348403990268707, - 0.9914320111274719 - ] - ], - [ - 1.2333333492279053, - [ - -0.03485584631562233, - 0.058723337948322296, - -0.12250082194805145, - 0.9901163578033447 - ] - ], - [ - 1.2666666507720947, - [ - -0.03806069493293762, - 0.06103159114718437, - -0.13149113953113556, - 0.98870450258255 - ] - ], - [ - 1.2999999523162842, - [ - -0.04106524586677551, - 0.06325992196798325, - -0.14002257585525513, - 0.9872718453407288 - ] - ], - [ - 1.3333333730697632, - [ - -0.04378783330321312, - 0.06526333093643188, - -0.14766676723957062, - 0.9859097599983215 - ] - ], - [ - 1.3666666746139526, - [ - -0.04614635929465294, - 0.0668945163488388, - -0.1539989411830902, - 0.9847233891487122 - ] - ], - [ - 1.399999976158142, - [ - -0.04805859550833702, - 0.06800470501184464, - -0.1585969477891922, - 0.9838255643844604 - ] - ], - [ - 1.4333332777023315, - [ - -0.0494421012699604, - 0.0684446170926094, - -0.1610392928123474, - 0.9833296537399292 - ] - ], - [ - 1.4666666984558105, - [ - -0.05020640417933464, - 0.06817012280225754, - -0.16150933504104614, - 0.983232855796814 - ] - ], - [ - 1.5, - [ - -0.05034851282835007, - 0.06735263764858246, - -0.16066965460777283, - 0.9834195971488953 - ] - ], - [ - 1.5333333015441895, - [ - -0.05000853165984154, - 0.066267229616642, - -0.15896941721439362, - 0.9837868213653564 - ] - ], - [ - 1.5666667222976685, - [ - -0.04937271401286125, - 0.06519195437431335, - -0.15691626071929932, - 0.9842203259468079 - ] - ], - [ - 1.600000023841858, - [ - -0.048559680581092834, - 0.06430675089359283, - -0.1548932045698166, - 0.9846394658088684 - ] - ], - [ - 1.6333333253860474, - [ - -0.047689005732536316, - 0.06379042565822601, - -0.15328431129455566, - 0.9849672317504883 - ] - ], - [ - 1.6666666269302368, - [ - -0.04691870138049126, - 0.06387528032064438, - -0.15289829671382904, - 0.9850587248802185 - ] - ], - [ - 1.7000000476837158, - [ - -0.04623797908425331, - 0.06450345367193222, - -0.15379346907138824, - 0.9849106073379517 - ] - ], - [ - 1.7333333492279053, - [ - -0.04551354795694351, - 0.06541847437620163, - -0.1552285999059677, - 0.9846588373184204 - ] - ], - [ - 1.7666666507720947, - [ - -0.04461297392845154, - 0.06636618822813034, - -0.15646183490753174, - 0.9844415187835693 - ] - ], - [ - 1.7999999523162842, - [ - -0.043405480682849884, - 0.06709558516740799, - -0.1567506045103073, - 0.9844000339508057 - ] - ], - [ - 1.8333333730697632, - [ - -0.04176263511180878, - 0.06736014038324356, - -0.15535016357898712, - 0.9846749901771545 - ] - ], - [ - 1.8666666746139526, - [ - -0.039732348173856735, - 0.06721702218055725, - -0.1523873209953308, - 0.9852316975593567 - ] - ], - [ - 1.899999976158142, - [ - -0.037483543157577515, - 0.0669059306383133, - -0.14861080050468445, - 0.9859175682067871 - ] - ], - [ - 1.9333332777023315, - [ - -0.03507080301642418, - 0.06645740568637848, - -0.14420630037784576, - 0.9866905212402344 - ] - ], - [ - 1.9666666984558105, - [ - -0.032547637820243835, - 0.06590055674314499, - -0.13936036825180054, - 0.9875103235244751 - ] - ], - [ - 2.0, - [ - -0.02996637672185898, - 0.06526294350624084, - -0.13426101207733154, - 0.9883404970169067 - ] - ], - [ - 2.0333333015441895, - [ - -0.027377789840102196, - 0.06457033008337021, - -0.129097580909729, - 0.9891486167907715 - ] - ], - [ - 2.066666603088379, - [ - -0.024831263348460197, - 0.06384671479463577, - -0.12406091392040253, - 0.9899070262908936 - ] - ], - [ - 2.0999999046325684, - [ - -0.022374747321009636, - 0.06311430037021637, - -0.11934319883584976, - 0.9905924201011658 - ] - ], - [ - 2.133333444595337, - [ - -0.020055048167705536, - 0.06239357963204384, - -0.11513776332139969, - 0.991185188293457 - ] - ], - [ - 2.1666667461395264, - [ - -0.01791834831237793, - 0.0617036409676075, - -0.11163919419050217, - 0.9916695356369019 - ] - ], - [ - 2.200000047683716, - [ - -0.016010496765375137, - 0.06106224283576012, - -0.10904251784086227, - 0.9920306205749512 - ] - ], - [ - 2.2333333492279053, - [ - -0.014695949852466583, - 0.06099076569080353, - -0.10971254110336304, - 0.9919815063476563 - ] - ], - [ - 2.2666666507720947, - [ - -0.014169316738843918, - 0.06178334355354309, - -0.11494115740060806, - 0.9913478493690491 - ] - ], - [ - 2.299999952316284, - [ - -0.014228006824851036, - 0.06312408298254013, - -0.12330745905637741, - 0.9902566075325012 - ] - ], - [ - 2.3333332538604736, - [ - -0.014668135903775692, - 0.06470581144094467, - -0.1333877444267273, - 0.9888406991958618 - ] - ], - [ - 2.366666555404663, - [ - -0.015276307240128517, - 0.06622819602489471, - -0.14376193284988403, - 0.9872755408287048 - ] - ], - [ - 2.4000000953674316, - [ - -0.01582532748579979, - 0.06739623844623566, - -0.15301808714866638, - 0.9857954978942871 - ] - ], - [ - 2.433333396911621, - [ - -0.016073841601610184, - 0.06791878491640091, - -0.1597524881362915, - 0.9846866726875305 - ] - ], - [ - 2.4666666984558105, - [ - -0.01576974056661129, - 0.06750776618719101, - -0.16256649792194366, - 0.9842591881752014 - ] - ], - [ - 2.5, - [ - -0.014914734289050102, - 0.06580605357885361, - -0.16098469495773315, - 0.9846476912498474 - ] - ], - [ - 2.5333333015441895, - [ - -0.013771061785519123, - 0.06291940063238144, - -0.15634627640247345, - 0.9855999946594238 - ] - ], - [ - 2.566666603088379, - [ - -0.012475533410906792, - 0.05925263836979866, - -0.14997324347496033, - 0.9868341088294983 - ] - ], - [ - 2.5999999046325684, - [ - -0.011170962825417519, - 0.05520891025662422, - -0.1431920826435089, - 0.9880906939506531 - ] - ], - [ - 2.633333444595337, - [ - -0.010009540244936943, - 0.051191627979278564, - -0.13733510673046112, - 0.9891502857208252 - ] - ], - [ - 2.6666667461395264, - [ - -0.00915621966123581, - 0.047604676336050034, - -0.13373923301696777, - 0.9898301959037781 - ] - ], - [ - 2.700000047683716, - [ - -0.008671680465340614, - 0.04424416646361351, - -0.13185110688209534, - 0.990243673324585 - ] - ], - [ - 2.7333333492279053, - [ - -0.008472943678498268, - 0.0406901054084301, - -0.13028007745742798, - 0.9906057119369507 - ] - ], - [ - 2.7666666507720947, - [ - -0.008522470481693745, - 0.03702206909656525, - -0.12910696864128113, - 0.9909026622772217 - ] - ], - [ - 2.799999952316284, - [ - -0.008784661069512367, - 0.03332044929265976, - -0.12841148674488068, - 0.9911221265792847 - ] - ], - [ - 2.8333332538604736, - [ - -0.009225809015333652, - 0.029666291549801826, - -0.1282721608877182, - 0.9912523627281189 - ] - ], - [ - 2.866666555404663, - [ - -0.009813924320042133, - 0.02614114247262478, - -0.12876619398593903, - 0.9912818074226379 - ] - ], - [ - 2.9000000953674316, - [ - -0.010518504306674004, - 0.02282675728201866, - -0.12996961176395416, - 0.9911994934082031 - ] - ], - [ - 2.933333396911621, - [ - -0.01131012849509716, - 0.0198049396276474, - -0.13195708394050598, - 0.9909930229187012 - ] - ], - [ - 2.9666666984558105, - [ - -0.012180004268884659, - 0.016984576359391212, - -0.1343546360731125, - 0.9907128810882568 - ] - ], - [ - 3.0, - [ - -0.013127729296684265, - 0.014255707152187824, - -0.1366867572069168, - 0.9904247522354126 - ] - ], - [ - 3.0333333015441895, - [ - -0.014135994017124176, - 0.011671122163534164, - -0.1388746052980423, - 0.9901403188705444 - ] - ], - [ - 3.066666603088379, - [ - -0.015186231583356857, - 0.009283148683607578, - -0.14083895087242126, - 0.9898725152015686 - ] - ], - [ - 3.0999999046325684, - [ - -0.016258860006928444, - 0.007143643219023943, - -0.14250019192695618, - 0.9896354675292969 - ] - ], - [ - 3.133333444595337, - [ - -0.01733364909887314, - 0.005303970072418451, - -0.14377857744693756, - 0.989443838596344 - ] - ], - [ - 3.1666667461395264, - [ - -0.018390106037259102, - 0.003815143369138241, - -0.14459416270256042, - 0.9893128871917725 - ] - ], - [ - 3.200000047683716, - [ - -0.019408049061894417, - 0.002727731131017208, - -0.14486701786518097, - 0.9892570376396179 - ] - ], - [ - 3.2333333492279053, - [ - -0.0203426331281662, - 0.0018605890218168497, - -0.14467203617095947, - 0.9892687797546387 - ] - ], - [ - 3.2666666507720947, - [ - -0.021157395094633102, - 0.0010148637229576707, - -0.144144669175148, - 0.989329993724823 - ] - ], - [ - 3.299999952316284, - [ - -0.021845564246177673, - 0.00021450448548421264, - -0.14329589903354645, - 0.9894388318061829 - ] - ], - [ - 3.3333332538604736, - [ - -0.022400738671422005, - -0.0005163375753909349, - -0.1421366184949875, - 0.989593505859375 - ] - ], - [ - 3.366666555404663, - [ - -0.02314699813723564, - -0.0006966875516809523, - -0.14049917459487915, - 0.989810049533844 - ] - ], - [ - 3.4000000953674316, - [ - -0.024312341585755348, - -1.5886082110228017e-05, - -0.13840079307556152, - 0.9900778532028198 - ] - ], - [ - 3.433333396911621, - [ - -0.025745021179318428, - 0.001296695088967681, - -0.13613083958625793, - 0.9903554320335388 - ] - ], - [ - 3.4666666984558105, - [ - -0.027290400117635727, - 0.0030144238844513893, - -0.13397972285747528, - 0.9906036257743835 - ] - ], - [ - 3.5, - [ - -0.028790421783924103, - 0.004913169890642166, - -0.1322387158870697, - 0.9907876253128052 - ] - ], - [ - 3.5333333015441895, - [ - -0.030084233731031418, - 0.006770458072423935, - -0.131199449300766, - 0.9908763766288757 - ] - ], - [ - 3.566666603088379, - [ - -0.0310098584741354, - 0.008363948203623295, - -0.13115344941616058, - 0.9908416867256165 - ] - ], - [ - 3.5999999046325684, - [ - -0.031406912952661514, - 0.009469239972531796, - -0.1323917806148529, - 0.9906545281410217 - ] - ], - [ - 3.633333444595337, - [ - -0.030088871717453003, - 0.010204225778579712, - -0.13891682028770447, - 0.9897942543029785 - ] - ], - [ - 3.6666667461395264, - [ - -0.027158768847584724, - 0.010834560729563236, - -0.15099234879016876, - 0.988102376461029 - ] - ], - [ - 3.700000047683716, - [ - -0.024346888065338135, - 0.011443547904491425, - -0.16331611573696136, - 0.9862069487571716 - ] - ], - [ - 3.7333333492279053, - [ - -0.02327459491789341, - 0.012304922565817833, - -0.1706271767616272, - 0.9849838614463806 - ] - ], - [ - 3.7666666507720947, - [ - -0.02464648336172104, - 0.013138281181454659, - -0.17305047810077667, - 0.984516978263855 - ] - ], - [ - 3.799999952316284, - [ - -0.02771036885678768, - 0.013567311689257622, - -0.1743103414773941, - 0.984207272529602 - ] - ], - [ - 3.8333332538604736, - [ - -0.03184324502944946, - 0.013807550072669983, - -0.17456892132759094, - 0.9840330481529236 - ] - ], - [ - 3.866666555404663, - [ - -0.03642209246754646, - 0.01406746357679367, - -0.1739935278892517, - 0.9839725494384766 - ] - ], - [ - 3.9000000953674316, - [ - -0.04082600027322769, - 0.014555896632373333, - -0.17276093363761902, - 0.9840096831321716 - ] - ], - [ - 3.933333396911621, - [ - -0.04443725198507309, - 0.015487088821828365, - -0.1710589975118637, - 0.9841363430023193 - ] - ], - [ - 3.9666666984558105, - [ - -0.046641819179058075, - 0.01708325743675232, - -0.16908486187458038, - 0.9843491315841675 - ] - ], - [ - 4.0, - [ - -0.04548768699169159, - 0.020543450489640236, - -0.16455939412117004, - 0.9851036667823792 - ] - ], - [ - 4.0333333015441895, - [ - -0.040672801434993744, - 0.02611386962234974, - -0.1563103199005127, - 0.986524760723114 - ] - ], - [ - 4.066666603088379, - [ - -0.034033410251140594, - 0.03258911147713661, - -0.14618347585201263, - 0.9881347417831421 - ] - ], - [ - 4.099999904632568, - [ - -0.027520528063178062, - 0.03871087357401848, - -0.13615797460079193, - 0.9895479083061218 - ] - ], - [ - 4.133333206176758, - [ - -0.022913089022040367, - 0.043113455176353455, - -0.12816044688224792, - 0.9905509352684021 - ] - ], - [ - 4.166666507720947, - [ - -0.021665971726179123, - 0.044356346130371094, - -0.12395240366458893, - 0.9910596013069153 - ] - ], - [ - 4.199999809265137, - [ - -0.02229648269712925, - 0.042467206716537476, - -0.12301281094551086, - 0.9912453293800354 - ] - ], - [ - 4.233333110809326, - [ - -0.022452913224697113, - 0.038733869791030884, - -0.1235107034444809, - 0.9913327693939209 - ] - ], - [ - 4.266666889190674, - [ - -0.022288186475634575, - 0.033605389297008514, - -0.12524493038654327, - 0.9913061261177063 - ] - ], - [ - 4.300000190734863, - [ - -0.021961702033877373, - 0.02752913162112236, - -0.12801261246204376, - 0.9911471009254456 - ] - ], - [ - 4.333333492279053, - [ - -0.0216340534389019, - 0.020950306206941605, - -0.13160569965839386, - 0.9908446073532104 - ] - ], - [ - 4.366666793823242, - [ - -0.02146303467452526, - 0.014312813058495522, - -0.13580846786499023, - 0.990399181842804 - ] - ], - [ - 4.400000095367432, - [ - -0.0216002706438303, - 0.008059280924499035, - -0.14039647579193115, - 0.989827036857605 - ] - ], - [ - 4.433333396911621, - [ - -0.022188734263181686, - 0.0026314056012779474, - -0.14513669908046722, - 0.9891592860221863 - ] - ], - [ - 4.4666666984558105, - [ - -0.02336108312010765, - -0.0015294934855774045, - -0.14978882670402527, - 0.9884408116340637 - ] - ], - [ - 4.5, - [ - -0.025238655507564545, - -0.003981525544077158, - -0.15410742163658142, - 0.9877237677574158 - ] - ], - [ - 4.5333333015441895, - [ - -0.027931250631809235, - -0.004280798602849245, - -0.15784482657909393, - 0.9870596528053284 - ] - ], - [ - 4.566666603088379, - [ - -0.031203988939523697, - 0.0021499264985322952, - -0.1648070067167282, - 0.985829770565033 - ] - ], - [ - 4.599999904632568, - [ - -0.03435899317264557, - 0.015211199410259724, - -0.1759958416223526, - 0.9836735129356384 - ] - ], - [ - 4.633333206176758, - [ - -0.03702300041913986, - 0.028293566778302193, - -0.18690739572048187, - 0.9812719225883484 - ] - ], - [ - 4.666666507720947, - [ - -0.03926440700888634, - 0.03476061299443245, - -0.19290685653686523, - 0.9798147678375244 - ] - ], - [ - 4.699999809265137, - [ - -0.04018639028072357, - 0.03202410042285919, - -0.18790720403194427, - 0.9808416962623596 - ] - ], - [ - 4.733333110809326, - [ - -0.03912879154086113, - 0.023644205182790756, - -0.17228259146213531, - 0.9839861989021301 - ] - ], - [ - 4.766666889190674, - [ - -0.036707159131765366, - 0.012241285294294357, - -0.15102875232696533, - 0.98777174949646 - ] - ], - [ - 4.800000190734863, - [ - -0.03365333005785942, - 0.0004959501093253493, - -0.12916818261146545, - 0.9910513758659363 - ] - ], - [ - 4.833333492279053, - [ - -0.030991768464446068, - -0.008788539096713066, - -0.11190931499004364, - 0.9931961297988892 - ] - ], - [ - 4.866666793823242, - [ - -0.029937589541077614, - -0.01281863171607256, - -0.10453371703624725, - 0.9939879775047302 - ] - ], - [ - 4.900000095367432, - [ - -0.03052828088402748, - -0.01180594228208065, - -0.10713149607181549, - 0.9937059283256531 - ] - ], - [ - 4.933333396911621, - [ - -0.03178834542632103, - -0.008358184248209, - -0.11489754170179367, - 0.9928334355354309 - ] - ], - [ - 4.9666666984558105, - [ - -0.033339619636535645, - -0.00338555546477437, - -0.12563960254192352, - 0.9915097951889038 - ] - ], - [ - 5.0, - [ - -0.03481115400791168, - 0.002200415590777993, - -0.13716989755630493, - 0.9899333119392395 - ] - ], - [ - 5.0333333015441895, - [ - -0.03585390746593475, - 0.007493284530937672, - -0.14730797708034515, - 0.9884123206138611 - ] - ], - [ - 5.066666603088379, - [ - -0.03614630550146103, - 0.011596976779401302, - -0.15388013422489166, - 0.9873600602149963 - ] - ], - [ - 5.099999904632568, - [ - -0.035390421748161316, - 0.013627493754029274, - -0.1547114998102188, - 0.9872316718101501 - ] - ], - [ - 5.133333206176758, - [ - -0.03395393118262291, - 0.014033098705112934, - -0.1510806381702423, - 0.9878385663032532 - ] - ], - [ - 5.166666507720947, - [ - -0.03239957615733147, - 0.013956272043287754, - -0.14602960646152496, - 0.9886510372161865 - ] - ], - [ - 5.199999809265137, - [ - -0.03073062375187874, - 0.013561276718974113, - -0.1400195211172104, - 0.9895788431167603 - ] - ], - [ - 5.233333110809326, - [ - -0.028947798535227776, - 0.013012709096074104, - -0.13351310789585114, - 0.9905387163162231 - ] - ], - [ - 5.266666889190674, - [ - -0.02704942785203457, - 0.012476119212806225, - -0.1269748955965042, - 0.991458535194397 - ] - ], - [ - 5.300000190734863, - [ - -0.025031527504324913, - 0.012117954902350903, - -0.12087172269821167, - 0.992278516292572 - ] - ], - [ - 5.333333492279053, - [ - -0.022887440398335457, - 0.012104413472115993, - -0.11567165702581406, - 0.9929500222206116 - ] - ], - [ - 5.366666793823242, - [ - -0.020607557147741318, - 0.012599821202456951, - -0.1118445098400116, - 0.9934322237968445 - ] - ], - [ - 5.400000095367432, - [ - -0.018193738535046577, - 0.013509310781955719, - -0.10976831614971161, - 0.9936989545822144 - ] - ], - [ - 5.433333396911621, - [ - -0.015708573162555695, - 0.01458344329148531, - -0.10915813595056534, - 0.9937933683395386 - ] - ], - [ - 5.4666666984558105, - [ - -0.013235185295343399, - 0.015753136947751045, - -0.10949011147022247, - 0.9937750101089478 - ] - ], - [ - 5.5, - [ - -0.010860471054911613, - 0.016953449696302414, - -0.11024029552936554, - 0.9937010407447815 - ] - ], - [ - 5.5333333015441895, - [ - -0.008673815056681633, - 0.018124952912330627, - -0.11088500171899796, - 0.9936301112174988 - ] - ], - [ - 5.566666603088379, - [ - -0.0067666140384972095, - 0.01921340636909008, - -0.11090078204870224, - 0.9936227202415466 - ] - ], - [ - 5.599999904632568, - [ - -0.0052327862940728664, - 0.020167699083685875, - -0.10976427048444748, - 0.9937392473220825 - ] - ], - [ - 5.633333206176758, - [ - -0.004054909106343985, - 0.02103208750486374, - -0.10799707472324371, - 0.9939204454421997 - ] - ], - [ - 5.666666507720947, - [ - -0.003160721156746149, - 0.02187146432697773, - -0.10649383813142776, - 0.9940677881240845 - ] - ], - [ - 5.699999809265137, - [ - -0.002564425813034177, - 0.02266600728034973, - -0.1052902564406395, - 0.994179904460907 - ] - ], - [ - 5.733333110809326, - [ - -0.002280178014189005, - 0.023396197706460953, - -0.1044217124581337, - 0.9942552447319031 - ] - ], - [ - 5.766666889190674, - [ - -0.0023222044110298157, - 0.024042943492531776, - -0.10392319411039352, - 0.9942919611930847 - ] - ], - [ - 5.800000190734863, - [ - -0.0025565268006175756, - 0.024489838629961014, - -0.10391737520694733, - 0.9942811131477356 - ] - ], - [ - 5.833333492279053, - [ - -0.002836399246007204, - 0.024651510640978813, - -0.10446672141551971, - 0.9942187666893005 - ] - ], - [ - 5.866666793823242, - [ - -0.0031579257920384407, - 0.024555670097470284, - -0.10551582276821136, - 0.9941093921661377 - ] - ], - [ - 5.900000095367432, - [ - -0.003518070327118039, - 0.02423000894486904, - -0.10700948536396027, - 0.9939565062522888 - ] - ], - [ - 5.933333396911621, - [ - -0.003914300352334976, - 0.023702215403318405, - -0.10889266431331635, - 0.9937632083892822 - ] - ], - [ - 5.9666666984558105, - [ - -0.004344267304986715, - 0.022999966517090797, - -0.11111030727624893, - 0.9935324192047119 - ] - ], - [ - 6.0, - [ - -0.004805525299161673, - 0.022150918841362, - -0.11360744386911392, - 0.9932671189308167 - ] - ], - [ - 6.0333333015441895, - [ - -0.005295304115861654, - 0.0211827140301466, - -0.11632905155420303, - 0.9929707050323486 - ] - ], - [ - 6.066666603088379, - [ - -0.005810311064124107, - 0.020122967660427094, - -0.11922004818916321, - 0.9926469326019287 - ] - ], - [ - 6.099999904632568, - [ - -0.006346589419990778, - 0.01899927295744419, - -0.12222527712583542, - 0.9923002123832703 - ] - ], - [ - 6.133333206176758, - [ - -0.006899399682879448, - 0.017839161679148674, - -0.12528946995735168, - 0.9919358491897583 - ] - ], - [ - 6.166666507720947, - [ - -0.0074631646275520325, - 0.01667013205587864, - -0.12835730612277985, - 0.9915598034858704 - ] - ], - [ - 6.199999809265137, - [ - -0.008031435310840607, - 0.015519607812166214, - -0.13137337565422058, - 0.9911790490150452 - ] - ], - [ - 6.233333110809326, - [ - -0.008596913889050484, - 0.014414981007575989, - -0.13428211212158203, - 0.9908009767532349 - ] - ], - [ - 6.266666889190674, - [ - -0.009151529520750046, - 0.013383529148995876, - -0.1370280534029007, - 0.990434467792511 - ] - ], - [ - 6.300000190734863, - [ - -0.00968647189438343, - 0.012452477589249611, - -0.13955555856227875, - 0.9900885820388794 - ] - ], - [ - 6.333333492279053, - [ - -0.010192425921559334, - 0.011648963205516338, - -0.14180906116962433, - 0.9897730350494385 - ] - ], - [ - 6.366666793823242, - [ - -0.010659699328243732, - 0.011000078171491623, - -0.1437329649925232, - 0.9894980788230896 - ] - ], - [ - 6.400000095367432, - [ - -0.011078433133661747, - 0.01053284015506506, - -0.1452716886997223, - 0.989273726940155 - ] - ], - [ - 6.433333396911621, - [ - -0.011438890360295773, - 0.010274245403707027, - -0.1463697850704193, - 0.9891104698181152 - ] - ], - [ - 6.4666666984558105, - [ - -0.01173175498843193, - 0.010251292958855629, - -0.14697177708148956, - 0.9890180826187134 - ] - ], - [ - 6.5, - [ - -0.011948450468480587, - 0.010490966960787773, - -0.1470222771167755, - 0.9890053868293762 - ] - ], - [ - 6.5333333015441895, - [ - -0.01205570437014103, - 0.010787202045321465, - -0.14661827683448792, - 0.9890608787536621 - ] - ], - [ - 6.566666603088379, - [ - -0.012027585878968239, - 0.010915231890976429, - -0.1459159553050995, - 0.9891636371612549 - ] - ], - [ - 6.599999904632568, - [ - -0.011867163702845573, - 0.010874162428081036, - -0.14494894444942474, - 0.9893081784248352 - ] - ], - [ - 6.633333206176758, - [ - -0.011577277444303036, - 0.01066326629370451, - -0.14375080168247223, - 0.9894888401031494 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292544884_203462.json b/lenses/physics-objects/Scene/assets/1646688292544884_203462.json deleted file mode 100644 index 597d5728..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292544884_203462.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292544884:203462", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292545797_203475.json b/lenses/physics-objects/Scene/assets/1646688292545797_203475.json deleted file mode 100644 index fc6b9700..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292545797_203475.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292545797:203475", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.450531959533691, - -5.119308480061591e-05, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -8.450531959533691, - -5.119308480061591e-05, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292545979_203482.json b/lenses/physics-objects/Scene/assets/1646688292545979_203482.json deleted file mode 100644 index 3fff5753..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292545979_203482.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292545979:203482", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ], - [ - 0.03333333507180214, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ], - [ - 0.06666667014360428, - [ - -0.004211791325360537, - 0.003822293598204851, - -0.1181473657488823, - 0.9929797649383545 - ] - ], - [ - 0.10000000149011612, - [ - -0.004471433348953724, - 0.0037584544625133276, - -0.11847641319036484, - 0.9929397106170654 - ] - ], - [ - 0.13333334028720856, - [ - -0.0062809595838189125, - 0.004593221936374903, - -0.1233857199549675, - 0.9923282861709595 - ] - ], - [ - 0.1666666716337204, - [ - -0.009294725023210049, - 0.006152559071779251, - -0.13176429271697998, - 0.9912183880805969 - ] - ], - [ - 0.20000000298023224, - [ - -0.013166792690753937, - 0.008265051059424877, - -0.14249762892723083, - 0.9896730780601501 - ] - ], - [ - 0.23333333432674408, - [ - -0.017543544992804527, - 0.010751552879810333, - -0.15447688102722168, - 0.9877822399139404 - ] - ], - [ - 0.2666666805744171, - [ - -0.022060226649045944, - 0.013418498449027538, - -0.16660575568675995, - 0.9856854677200317 - ] - ], - [ - 0.30000001192092896, - [ - -0.026341095566749573, - 0.016054922714829445, - -0.17780524492263794, - 0.983582079410553 - ] - ], - [ - 0.3333333432674408, - [ - -0.03000221773982048, - 0.01843304932117462, - -0.1870136857032776, - 0.9817261099815369 - ] - ], - [ - 0.36666667461395264, - [ - -0.032657064497470856, - 0.02031300775706768, - -0.19318382441997528, - 0.9804085493087769 - ] - ], - [ - 0.4000000059604645, - [ - -0.03392310440540314, - 0.021450800821185112, - -0.195272758603096, - 0.9799273610115051 - ] - ], - [ - 0.4333333373069763, - [ - -0.02602369524538517, - 0.022997446358203888, - -0.1834615170955658, - 0.9824132323265076 - ] - ], - [ - 0.46666666865348816, - [ - -0.007211902644485235, - 0.0263951625674963, - -0.15548285841941833, - 0.987459659576416 - ] - ], - [ - 0.5, - [ - 0.014008910395205021, - 0.03153412789106369, - -0.12186848372220993, - 0.991946280002594 - ] - ], - [ - 0.5333333611488342, - [ - 0.030051548033952713, - 0.03714711591601372, - -0.09390851110219955, - 0.9944337010383606 - ] - ], - [ - 0.5666666626930237, - [ - 0.03440070152282715, - 0.04095990210771561, - -0.0833960771560669, - 0.9950798749923706 - ] - ], - [ - 0.6000000238418579, - [ - 0.026612548157572746, - 0.04293413832783699, - -0.09164436161518097, - 0.9945098161697388 - ] - ], - [ - 0.6333333253860474, - [ - 0.01294553279876709, - 0.04484740272164345, - -0.10829722136259079, - 0.993022084236145 - ] - ], - [ - 0.6666666865348816, - [ - -0.002728629857301712, - 0.04692571982741356, - -0.1276901662349701, - 0.9906996488571167 - ] - ], - [ - 0.699999988079071, - [ - -0.016390079632401466, - 0.04897718504071236, - -0.14446143805980682, - 0.9881616830825806 - ] - ], - [ - 0.7333333492279053, - [ - -0.023886023089289665, - 0.05039020627737045, - -0.15357671678066254, - 0.9865619540214539 - ] - ], - [ - 0.7666666507720947, - [ - -0.02193145453929901, - 0.05018392577767372, - -0.15195192396640778, - 0.9868693947792053 - ] - ], - [ - 0.800000011920929, - [ - -0.012117341160774231, - 0.04843290150165558, - -0.1418655961751938, - 0.9886261224746704 - ] - ], - [ - 0.8333333134651184, - [ - 0.0024094784166663885, - 0.046059269458055496, - -0.12637624144554138, - 0.9909095764160156 - ] - ], - [ - 0.8666666746139526, - [ - 0.01849989779293537, - 0.04385850206017494, - -0.10866451263427734, - 0.9929381608963013 - ] - ], - [ - 0.8999999761581421, - [ - 0.03304634243249893, - 0.042317990213632584, - -0.09217406064271927, - 0.994294285774231 - ] - ], - [ - 0.9333333373069763, - [ - 0.043021172285079956, - 0.04160801321268082, - -0.08059308677911758, - 0.99494868516922 - ] - ], - [ - 0.9666666388511658, - [ - 0.04545915871858597, - 0.04174898564815521, - -0.0777098536491394, - 0.9950636625289917 - ] - ], - [ - 1.0, - [ - 0.03834592550992966, - 0.04209442064166069, - -0.08443818986415863, - 0.9948003888130188 - ] - ], - [ - 1.0333333015441895, - [ - 0.02368992567062378, - 0.04225293546915054, - -0.09719435125589371, - 0.9940859079360962 - ] - ], - [ - 1.0666667222976685, - [ - 0.004575078375637531, - 0.04268268495798111, - -0.1129579246044159, - 0.9926720261573792 - ] - ], - [ - 1.100000023841858, - [ - -0.01583005115389824, - 0.043624039739370346, - -0.12888215482234955, - 0.9905734658241272 - ] - ], - [ - 1.1333333253860474, - [ - -0.03427676111459732, - 0.04498366639018059, - -0.14242656528949738, - 0.9881883859634399 - ] - ], - [ - 1.1666666269302368, - [ - -0.04757798835635185, - 0.0464613102376461, - -0.15151400864124298, - 0.9862155914306641 - ] - ], - [ - 1.2000000476837158, - [ - -0.05261194705963135, - 0.047627754509449005, - -0.15428689122200012, - 0.985474169254303 - ] - ], - [ - 1.2333333492279053, - [ - -0.046160779893398285, - 0.04916108772158623, - -0.14735090732574463, - 0.9867826700210571 - ] - ], - [ - 1.2666666507720947, - [ - -0.03037949837744236, - 0.05202352628111839, - -0.13131846487522125, - 0.9895080327987671 - ] - ], - [ - 1.2999999523162842, - [ - -0.01016672421246767, - 0.056148577481508255, - -0.11020603775978088, - 0.9922693967819214 - ] - ], - [ - 1.3333333730697632, - [ - 0.009778744541108608, - 0.061060745269060135, - -0.08834930509328842, - 0.9941681623458862 - ] - ], - [ - 1.3666666746139526, - [ - 0.025118649005889893, - 0.06569910794496536, - -0.07049145549535751, - 0.9950294494628906 - ] - ], - [ - 1.399999976158142, - [ - 0.031853798776865005, - 0.06858330965042114, - -0.061614006757736206, - 0.9952313303947449 - ] - ], - [ - 1.4333332777023315, - [ - 0.02813686430454254, - 0.06975281238555908, - -0.0663265511393547, - 0.9949592351913452 - ] - ], - [ - 1.4666666984558105, - [ - 0.01708967797458172, - 0.07063176482915878, - -0.08204090595245361, - 0.9939760565757751 - ] - ], - [ - 1.5, - [ - 0.002237205859273672, - 0.07177851349115372, - -0.1029275581240654, - 0.9920931458473206 - ] - ], - [ - 1.5333333015441895, - [ - -0.012724362313747406, - 0.07343538105487823, - -0.12335915863513947, - 0.9895594120025635 - ] - ], - [ - 1.5666667222976685, - [ - -0.023877156898379326, - 0.07536942511796951, - -0.1380438357591629, - 0.9872655272483826 - ] - ], - [ - 1.600000023841858, - [ - -0.027214415371418, - 0.07704131305217743, - -0.1419401317834854, - 0.9864973425865173 - ] - ], - [ - 1.6333333253860474, - [ - -0.018160169944167137, - 0.07666120678186417, - -0.13158449530601501, - 0.9881694316864014 - ] - ], - [ - 1.6666666269302368, - [ - 0.000813653226941824, - 0.07419592142105103, - -0.11095675081014633, - 0.991051435470581 - ] - ], - [ - 1.7000000476837158, - [ - 0.02311609499156475, - 0.07153921574354172, - -0.08639609068632126, - 0.9934201240539551 - ] - ], - [ - 1.7333333492279053, - [ - 0.04227758198976517, - 0.06974048167467117, - -0.06497418880462646, - 0.9945488572120667 - ] - ], - [ - 1.7666666507720947, - [ - 0.052040763199329376, - 0.06898246705532074, - -0.05443638563156128, - 0.9947713613510132 - ] - ], - [ - 1.7999999523162842, - [ - 0.04893818125128746, - 0.06605587154626846, - -0.05866960808634758, - 0.9948866963386536 - ] - ], - [ - 1.8333333730697632, - [ - 0.03636306896805763, - 0.059372901916503906, - -0.07289356738328934, - 0.9949066042900085 - ] - ], - [ - 1.8666666746139526, - [ - 0.018444398418068886, - 0.051341090351343155, - -0.0919678658246994, - 0.9942664504051208 - ] - ], - [ - 1.899999976158142, - [ - -0.00033766633714549243, - 0.04405149444937706, - -0.11087311804294586, - 0.9928577542304993 - ] - ], - [ - 1.9333332777023315, - [ - -0.015033403411507607, - 0.039060480892658234, - -0.12487824261188507, - 0.9912889003753662 - ] - ], - [ - 1.9666666984558105, - [ - -0.020428339019417763, - 0.03753553330898285, - -0.12951287627220154, - 0.9906564354896545 - ] - ], - [ - 2.0, - [ - -0.014810835942626, - 0.039120521396398544, - -0.1214190423488617, - 0.9917195439338684 - ] - ], - [ - 2.0333333015441895, - [ - -0.0025215819478034973, - 0.04238457232713699, - -0.10345306992530823, - 0.9937276840209961 - ] - ], - [ - 2.066666603088379, - [ - 0.012573695741593838, - 0.04682483524084091, - -0.08053775876760483, - 0.9955716729164124 - ] - ], - [ - 2.0999999046325684, - [ - 0.026907052844762802, - 0.05159727856516838, - -0.05779549106955528, - 0.9966311454772949 - ] - ], - [ - 2.133333444595337, - [ - 0.03751394897699356, - 0.05533120036125183, - -0.0406346470117569, - 0.9969353079795837 - ] - ], - [ - 2.1666667461395264, - [ - 0.041756194084882736, - 0.05642446130514145, - -0.034501366317272186, - 0.9969365000724792 - ] - ], - [ - 2.200000047683716, - [ - 0.03807917609810829, - 0.05390285700559616, - -0.04111781343817711, - 0.9969723224639893 - ] - ], - [ - 2.2333333492279053, - [ - 0.028206374496221542, - 0.04865534231066704, - -0.05637170374393463, - 0.9968246221542358 - ] - ], - [ - 2.2666666507720947, - [ - 0.014236005954444408, - 0.04202612116932869, - -0.07681120932102203, - 0.9960578083992004 - ] - ], - [ - 2.299999952316284, - [ - -0.0015428534243255854, - 0.03521597012877464, - -0.09902087599039078, - 0.9944608211517334 - ] - ], - [ - 2.3333332538604736, - [ - -0.016529442742466927, - 0.029134953394532204, - -0.11970942467451096, - 0.9922438263893127 - ] - ], - [ - 2.366666555404663, - [ - -0.02782643772661686, - 0.024380702525377274, - -0.13574478030204773, - 0.9900529384613037 - ] - ], - [ - 2.4000000953674316, - [ - -0.03236504644155502, - 0.021356243640184402, - -0.14410661160945892, - 0.9888021349906921 - ] - ], - [ - 2.433333396911621, - [ - -0.02952875755727291, - 0.022308118641376495, - -0.14243407547473907, - 0.9891121983528137 - ] - ], - [ - 2.4666666984558105, - [ - -0.022110668942332268, - 0.028049664571881294, - -0.13253800570964813, - 0.9905343055725098 - ] - ], - [ - 2.5, - [ - -0.012237248942255974, - 0.03686681389808655, - -0.11766574531793594, - 0.9922933578491211 - ] - ], - [ - 2.5333333015441895, - [ - -0.0019125284161418676, - 0.046950943768024445, - -0.1010851114988327, - 0.9937674403190613 - ] - ], - [ - 2.566666603088379, - [ - 0.007167080417275429, - 0.05631743744015694, - -0.08606132119894028, - 0.994671106338501 - ] - ], - [ - 2.5999999046325684, - [ - 0.013630819506943226, - 0.06282395869493484, - -0.07582549750804901, - 0.9950466752052307 - ] - ], - [ - 2.633333444595337, - [ - 0.01626421883702278, - 0.06425946950912476, - -0.07358071953058243, - 0.9950840473175049 - ] - ], - [ - 2.6666667461395264, - [ - 0.014279025606811047, - 0.0597626194357872, - -0.08059369772672653, - 0.9948513507843018 - ] - ], - [ - 2.700000047683716, - [ - 0.008675893768668175, - 0.051409341394901276, - -0.09381334483623505, - 0.9942237734794617 - ] - ], - [ - 2.7333333492279053, - [ - 0.0009126343647949398, - 0.04141505807638168, - -0.10994977504014969, - 0.9930735230445862 - ] - ], - [ - 2.7666666507720947, - [ - -0.007276673801243305, - 0.03188876807689667, - -0.12566305696964264, - 0.991533637046814 - ] - ], - [ - 2.799999952316284, - [ - -0.013819637708365917, - 0.024777140468358994, - -0.13758327066898346, - 0.9900838136672974 - ] - ], - [ - 2.8333332538604736, - [ - -0.016434218734502792, - 0.021903954446315765, - -0.14234527945518494, - 0.9894381761550903 - ] - ], - [ - 2.866666555404663, - [ - -0.012775413691997528, - 0.024401573464274406, - -0.1366584748029709, - 0.9902353286743164 - ] - ], - [ - 2.9000000953674316, - [ - -0.003981465008109808, - 0.030986273661255836, - -0.12224402278661728, - 0.9920082688331604 - ] - ], - [ - 2.933333396911621, - [ - 0.006997440010309219, - 0.039835404604673386, - -0.10328105837106705, - 0.9938295483589172 - ] - ], - [ - 2.9666666984558105, - [ - 0.01750204525887966, - 0.04893301799893379, - -0.08399045467376709, - 0.9951105713844299 - ] - ], - [ - 3.0, - [ - 0.02532459981739521, - 0.05600414797663689, - -0.06861455738544464, - 0.9957481026649475 - ] - ], - [ - 3.0333333015441895, - [ - 0.02860274538397789, - 0.058607347309589386, - -0.061380211263895035, - 0.9959816932678223 - ] - ], - [ - 3.066666603088379, - [ - 0.02182823047041893, - 0.05095747485756874, - -0.07164520025253296, - 0.9958884716033936 - ] - ], - [ - 3.0999999046325684, - [ - 0.004217906855046749, - 0.03384329378604889, - -0.0985623374581337, - 0.9945462942123413 - ] - ], - [ - 3.133333444595337, - [ - -0.01850937120616436, - 0.014507608488202095, - -0.13091687858104706, - 0.9911143779754639 - ] - ], - [ - 3.1666667461395264, - [ - -0.038735177367925644, - -0.0009062131284736097, - -0.15744805335998535, - 0.9867668747901917 - ] - ], - [ - 3.200000047683716, - [ - -0.04712146148085594, - -0.007530818227678537, - -0.16715705394744873, - 0.9847748875617981 - ] - ], - [ - 3.2333333492279053, - [ - -0.04344217851758003, - -0.0072017936035990715, - -0.16228750348091125, - 0.9857604503631592 - ] - ], - [ - 3.2666666507720947, - [ - -0.03541160747408867, - -0.00523263169452548, - -0.1535567045211792, - 0.987491250038147 - ] - ], - [ - 3.299999952316284, - [ - -0.025312120094895363, - -0.002303608227521181, - -0.14282551407814026, - 0.9894214868545532 - ] - ], - [ - 3.3333332538604736, - [ - -0.016343891620635986, - 0.0009226297843270004, - -0.13388268649578094, - 0.9908620715141296 - ] - ], - [ - 3.366666555404663, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292546162_203489.json b/lenses/physics-objects/Scene/assets/1646688292546162_203489.json deleted file mode 100644 index b882994f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292546162_203489.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292546162:203489", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292547250_203502.json b/lenses/physics-objects/Scene/assets/1646688292547250_203502.json deleted file mode 100644 index b7033105..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292547250_203502.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292547250:203502", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.8558149337768555, - -5.684341886080802e-14, - -2.842170943040401e-14 - ] - ], - [ - 6.633333206176758, - [ - -7.8558149337768555, - -8.526512829121202e-14, - -2.4868995751603507e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292547434_203509.json b/lenses/physics-objects/Scene/assets/1646688292547434_203509.json deleted file mode 100644 index ff7a523c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292547434_203509.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292547434:203509", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.013763003051280975, - 0.008504632860422134, - -0.13267701864242554, - 0.991027295589447 - ] - ], - [ - 0.03333333507180214, - [ - -0.013763003051280975, - 0.008504632860422134, - -0.13267701864242554, - 0.991027295589447 - ] - ], - [ - 0.06666667014360428, - [ - -0.013388516381382942, - 0.008243829011917114, - -0.13187623023986816, - 0.9911414980888367 - ] - ], - [ - 0.10000000149011612, - [ - -0.012933336198329926, - 0.007937535643577576, - -0.13077983260154724, - 0.9912953972816467 - ] - ], - [ - 0.13333334028720856, - [ - -0.012406136840581894, - 0.00759101053699851, - -0.12941686809062958, - 0.9914836287498474 - ] - ], - [ - 0.1666666716337204, - [ - -0.011815633624792099, - 0.0072094956412911415, - -0.12781643867492676, - 0.9917013645172119 - ] - ], - [ - 0.20000000298023224, - [ - -0.01117054931819439, - 0.0067982058972120285, - -0.126007542014122, - 0.9919431209564209 - ] - ], - [ - 0.23333333432674408, - [ - -0.010479629971086979, - 0.00636233389377594, - -0.12401936948299408, - 0.9922040700912476 - ] - ], - [ - 0.2666666805744171, - [ - -0.009751605801284313, - 0.005907033104449511, - -0.12188097089529037, - 0.9924792647361755 - ] - ], - [ - 0.30000001192092896, - [ - -0.008995196782052517, - 0.005437422543764114, - -0.11962154507637024, - 0.9927639365196228 - ] - ], - [ - 0.3333333432674408, - [ - -0.00821908749639988, - 0.004958573263138533, - -0.11727031320333481, - 0.9930536150932312 - ] - ], - [ - 0.36666667461395264, - [ - -0.007431956473737955, - 0.004475530236959457, - -0.11485657840967178, - 0.9933441877365112 - ] - ], - [ - 0.4000000059604645, - [ - -0.006642416585236788, - 0.003993276972323656, - -0.11240968853235245, - 0.9936317205429077 - ] - ], - [ - 0.4333333373069763, - [ - -0.005859041120857, - 0.0035167608875781298, - -0.10995904356241226, - 0.9939126372337341 - ] - ], - [ - 0.46666666865348816, - [ - -0.0050903609953820705, - 0.003050886793062091, - -0.10753411799669266, - 0.9941836595535278 - ] - ], - [ - 0.5, - [ - -0.006837466731667519, - 0.005531038623303175, - -0.11612937599420547, - 0.9931951761245728 - ] - ], - [ - 0.5333333611488342, - [ - -0.012057813815772533, - 0.012078098021447659, - -0.13994017243385315, - 0.9900128841400146 - ] - ], - [ - 0.5666666626930237, - [ - -0.018447456881403923, - 0.01997830532491207, - -0.16879607737064362, - 0.98527592420578 - ] - ], - [ - 0.6000000238418579, - [ - -0.023717226460576057, - 0.026536725461483, - -0.19265007972717285, - 0.980621874332428 - ] - ], - [ - 0.6333333253860474, - [ - -0.025603903457522392, - 0.02909174934029579, - -0.20163707435131073, - 0.9786933064460754 - ] - ], - [ - 0.6666666865348816, - [ - -0.0247664712369442, - 0.030402058735489845, - -0.19665971398353577, - 0.9796873331069946 - ] - ], - [ - 0.699999988079071, - [ - -0.023531191051006317, - 0.03434700518846512, - -0.1861782819032669, - 0.9816335439682007 - ] - ], - [ - 0.7333333492279053, - [ - -0.022173626348376274, - 0.03995442017912865, - -0.1717214286327362, - 0.9840853214263916 - ] - ], - [ - 0.7666666507720947, - [ - -0.020928258076310158, - 0.04624948278069496, - -0.1548229604959488, - 0.9866372346878052 - ] - ], - [ - 0.800000011920929, - [ - -0.019922586157917976, - 0.05226507782936096, - -0.13701613247394562, - 0.9889883995056152 - ] - ], - [ - 0.8333333134651184, - [ - -0.019146418198943138, - 0.05705316737294197, - -0.11982626467943192, - 0.9909692406654358 - ] - ], - [ - 0.8666666746139526, - [ - -0.01866457797586918, - 0.05965818837285042, - -0.10490763187408447, - 0.9925154447555542 - ] - ], - [ - 0.8999999761581421, - [ - -0.01841113343834877, - 0.059143610298633575, - -0.09384839236736298, - 0.993657648563385 - ] - ], - [ - 0.9333333373069763, - [ - -0.018698882311582565, - 0.05600784718990326, - -0.08505221456289291, - 0.994625449180603 - ] - ], - [ - 0.9666666388511658, - [ - -0.019872305914759636, - 0.051938753575086594, - -0.07680126279592514, - 0.9954943656921387 - ] - ], - [ - 1.0, - [ - -0.021690377965569496, - 0.04785822704434395, - -0.07033137232065201, - 0.996138870716095 - ] - ], - [ - 1.0333333015441895, - [ - -0.023943375796079636, - 0.04471941292285919, - -0.06686936318874359, - 0.9964714646339417 - ] - ], - [ - 1.0666667222976685, - [ - -0.026441136375069618, - 0.04349610209465027, - -0.06763444095849991, - 0.9964108467102051 - ] - ], - [ - 1.100000023841858, - [ - -0.02914002723991871, - 0.04384861886501312, - -0.07198821753263474, - 0.9960150122642517 - ] - ], - [ - 1.1333333253860474, - [ - -0.032078612595796585, - 0.04471462219953537, - -0.07818897068500519, - 0.9954185485839844 - ] - ], - [ - 1.1666666269302368, - [ - -0.0351884625852108, - 0.04598468914628029, - -0.08579959720373154, - 0.994628369808197 - ] - ], - [ - 1.2000000476837158, - [ - -0.038399338722229004, - 0.04754588380455971, - -0.09438444674015045, - 0.9936581254005432 - ] - ], - [ - 1.2333333492279053, - [ - -0.04163910076022148, - 0.04928244277834892, - -0.10350963473320007, - 0.9925337433815002 - ] - ], - [ - 1.2666666507720947, - [ - -0.044833891093730927, - 0.05107639729976654, - -0.11274395138025284, - 0.99129718542099 - ] - ], - [ - 1.2999999523162842, - [ - -0.0479082316160202, - 0.05280796438455582, - -0.12165894359350204, - 0.9900076985359192 - ] - ], - [ - 1.3333333730697632, - [ - -0.05078526586294174, - 0.05435602366924286, - -0.12982948124408722, - 0.988741934299469 - ] - ], - [ - 1.3666666746139526, - [ - -0.0533868670463562, - 0.0555981770157814, - -0.13683322072029114, - 0.9875906705856323 - ] - ], - [ - 1.399999976158142, - [ - -0.05563382804393768, - 0.05641091614961624, - -0.14225062727928162, - 0.9866546988487244 - ] - ], - [ - 1.4333332777023315, - [ - -0.0574459508061409, - 0.05666947737336159, - -0.14566358923912048, - 0.9860378503799438 - ] - ], - [ - 1.4666666984558105, - [ - -0.05876695737242699, - 0.05626083165407181, - -0.14717547595500946, - 0.9857588410377502 - ] - ], - [ - 1.5, - [ - -0.05960981175303459, - 0.05530881881713867, - -0.1473969966173172, - 0.9857290387153625 - ] - ], - [ - 1.5333333015441895, - [ - -0.059997159987688065, - 0.05404486507177353, - -0.1466696858406067, - 0.9858841300010681 - ] - ], - [ - 1.5666667222976685, - [ - -0.05995280668139458, - 0.05270281434059143, - -0.1453329622745514, - 0.9861574172973633 - ] - ], - [ - 1.600000023841858, - [ - -0.059612490236759186, - 0.05159669369459152, - -0.14388053119182587, - 0.9864494800567627 - ] - ], - [ - 1.6333333253860474, - [ - -0.05915876477956772, - 0.05103315785527229, - -0.14286579191684723, - 0.9866535663604736 - ] - ], - [ - 1.6666666269302368, - [ - -0.058753423392772675, - 0.05124807357788086, - -0.1430583894252777, - 0.9866388440132141 - ] - ], - [ - 1.7000000476837158, - [ - -0.05840965732932091, - 0.05213141068816185, - -0.14445450901985168, - 0.9864094257354736 - ] - ], - [ - 1.7333333492279053, - [ - -0.057999998331069946, - 0.05338875204324722, - -0.14632192254066467, - 0.9860910177230835 - ] - ], - [ - 1.7666666507720947, - [ - -0.0573984794318676, - 0.054727550595998764, - -0.1479281634092331, - 0.9858132600784302 - ] - ], - [ - 1.7999999523162842, - [ - -0.05648224428296089, - 0.05585832521319389, - -0.14853999018669128, - 0.985710620880127 - ] - ], - [ - 1.8333333730697632, - [ - -0.055131930857896805, - 0.05649532750248909, - -0.14742231369018555, - 0.9859185814857483 - ] - ], - [ - 1.8666666746139526, - [ - -0.05341501906514168, - 0.056695904582738876, - -0.1446886658668518, - 0.9864065051078796 - ] - ], - [ - 1.899999976158142, - [ - -0.05149989575147629, - 0.056729454547166824, - -0.1410713940858841, - 0.9870300889015198 - ] - ], - [ - 1.9333332777023315, - [ - -0.04942014813423157, - 0.056630659848451614, - -0.13676141202449799, - 0.9877484440803528 - ] - ], - [ - 1.9666666984558105, - [ - -0.047208428382873535, - 0.056433577090501785, - -0.13195021450519562, - 0.9885221123695374 - ] - ], - [ - 2.0, - [ - -0.04489622265100479, - 0.056171633303165436, - -0.12683013081550598, - 0.9893144965171814 - ] - ], - [ - 2.0333333015441895, - [ - -0.04251372441649437, - 0.05587765574455261, - -0.12159447371959686, - 0.990093469619751 - ] - ], - [ - 2.066666603088379, - [ - -0.0400896780192852, - 0.05558374896645546, - -0.11643747240304947, - 0.9908307790756226 - ] - ], - [ - 2.0999999046325684, - [ - -0.037651482969522476, - 0.05532124266028404, - -0.11155430972576141, - 0.9915027022361755 - ] - ], - [ - 2.133333444595337, - [ - -0.035225145518779755, - 0.05512050539255142, - -0.10714100301265717, - 0.992089569568634 - ] - ], - [ - 2.1666667461395264, - [ - -0.03283572942018509, - 0.055010780692100525, - -0.103394515812397, - 0.9925750494003296 - ] - ], - [ - 2.200000047683716, - [ - -0.03050730936229229, - 0.055019885301589966, - -0.10051222145557404, - 0.9929448366165161 - ] - ], - [ - 2.2333333492279053, - [ - -0.028449783101677895, - 0.05564327538013458, - -0.10086808353662491, - 0.9929351806640625 - ] - ], - [ - 2.2666666507720947, - [ - -0.0268089659512043, - 0.05713225528597832, - -0.1057494729757309, - 0.992388129234314 - ] - ], - [ - 2.299999952316284, - [ - -0.025520049035549164, - 0.05915113911032677, - -0.11371975392103195, - 0.9914220571517944 - ] - ], - [ - 2.3333332538604736, - [ - -0.0245222095400095, - 0.061379559338092804, - -0.12333908677101135, - 0.9901609420776367 - ] - ], - [ - 2.366666555404663, - [ - -0.02375274896621704, - 0.0635201632976532, - -0.13316819071769714, - 0.9887706637382507 - ] - ], - [ - 2.4000000953674316, - [ - -0.023143578320741653, - 0.06529996544122696, - -0.14177130162715912, - 0.9874721169471741 - ] - ], - [ - 2.433333396911621, - [ - -0.022620558738708496, - 0.06646528095006943, - -0.1477171927690506, - 0.986534595489502 - ] - ], - [ - 2.4666666984558105, - [ - -0.022105887532234192, - 0.06677016615867615, - -0.14957749843597412, - 0.9862452149391174 - ] - ], - [ - 2.5, - [ - -0.02130628004670143, - 0.06594203412532806, - -0.14685644209384918, - 0.9867273569107056 - ] - ], - [ - 2.5333333015441895, - [ - -0.020168889313936234, - 0.06406938284635544, - -0.14094585180282593, - 0.9877361059188843 - ] - ], - [ - 2.566666603088379, - [ - -0.018812930211424828, - 0.06136321276426315, - -0.13333775103092194, - 0.9889902472496033 - ] - ], - [ - 2.5999999046325684, - [ - -0.017344409599900246, - 0.058071866631507874, - -0.12547123432159424, - 0.9902443289756775 - ] - ], - [ - 2.633333444595337, - [ - -0.01602882519364357, - 0.05454051122069359, - -0.11867459118366241, - 0.9913045763969421 - ] - ], - [ - 2.6666667461395264, - [ - -0.015142594464123249, - 0.051115233451128006, - -0.11428079009056091, - 0.9920171499252319 - ] - ], - [ - 2.700000047683716, - [ - -0.014653177931904793, - 0.0477299802005291, - -0.11171551793813705, - 0.9924851655960083 - ] - ], - [ - 2.7333333492279053, - [ - -0.014320693910121918, - 0.04413892328739166, - -0.10957217961549759, - 0.9928950667381287 - ] - ], - [ - 2.7666666507720947, - [ - -0.014124558307230473, - 0.04041847959160805, - -0.10793481022119522, - 0.9932355880737305 - ] - ], - [ - 2.799999952316284, - [ - -0.014046451076865196, - 0.036645617336034775, - -0.1068865954875946, - 0.9934964776039124 - ] - ], - [ - 2.8333332538604736, - [ - -0.014070226810872555, - 0.03289758414030075, - -0.10650969296693802, - 0.9936676621437073 - ] - ], - [ - 2.866666555404663, - [ - -0.014181738719344139, - 0.029251664876937866, - -0.10688528418540955, - 0.9937397837638855 - ] - ], - [ - 2.9000000953674316, - [ - -0.014368551783263683, - 0.025784792378544807, - -0.10809348523616791, - 0.9937025308609009 - ] - ], - [ - 2.933333396911621, - [ - -0.014619559049606323, - 0.022573376074433327, - -0.11021322011947632, - 0.9935440421104431 - ] - ], - [ - 2.9666666984558105, - [ - -0.014904355630278587, - 0.019526362419128418, - -0.1128711923956871, - 0.9933059215545654 - ] - ], - [ - 3.0, - [ - -0.015206621959805489, - 0.01653444953262806, - -0.11558868736028671, - 0.9930431246757507 - ] - ], - [ - 3.0333333015441895, - [ - -0.015535930171608925, - 0.013645892962813377, - -0.11828555166721344, - 0.9927642941474915 - ] - ], - [ - 3.066666603088379, - [ - -0.015900304540991783, - 0.010908967815339565, - -0.12088114768266678, - 0.992479681968689 - ] - ], - [ - 3.0999999046325684, - [ - -0.01630634255707264, - 0.008371972478926182, - -0.12329443544149399, - 0.9922008514404297 - ] - ], - [ - 3.133333444595337, - [ - -0.01675943285226822, - 0.006083150859922171, - -0.12544412910938263, - 0.9919405579566956 - ] - ], - [ - 3.1666667461395264, - [ - -0.017264045774936676, - 0.004090757109224796, - -0.12724857032299042, - 0.9917122721672058 - ] - ], - [ - 3.200000047683716, - [ - -0.017824146896600723, - 0.002442802768200636, - -0.12862618267536163, - 0.9915299415588379 - ] - ], - [ - 3.2333333492279053, - [ - -0.018443679437041283, - 0.0011871008900925517, - -0.12949536740779877, - 0.9914077520370483 - ] - ], - [ - 3.2666666507720947, - [ - -0.01912711374461651, - 0.0003711416502483189, - -0.12977468967437744, - 0.9913589358329773 - ] - ], - [ - 3.299999952316284, - [ - -0.019809285178780556, - -0.00018006916798185557, - -0.12953738868236542, - 0.9913766384124756 - ] - ], - [ - 3.3333332538604736, - [ - -0.020429683849215508, - -0.0006607443792745471, - -0.12891718745231628, - 0.9914447069168091 - ] - ], - [ - 3.366666555404663, - [ - -0.021353643387556076, - -0.000716423790436238, - -0.1277747005224228, - 0.9915731549263 - ] - ], - [ - 3.4000000953674316, - [ - -0.02281191758811474, - -0.00011984490265604109, - -0.1261504739522934, - 0.9917488098144531 - ] - ], - [ - 3.433333396911621, - [ - -0.02461455576121807, - 0.0009579729521647096, - -0.12432484328746796, - 0.9919358491897583 - ] - ], - [ - 3.4666666984558105, - [ - -0.026570133864879608, - 0.0023486120626330376, - -0.12257906794548035, - 0.9921002388000488 - ] - ], - [ - 3.5, - [ - -0.028485136106610298, - 0.0038862910587340593, - -0.12119531631469727, - 0.9922122955322266 - ] - ], - [ - 3.5333333015441895, - [ - -0.03016430139541626, - 0.005407093092799187, - -0.12045617401599884, - 0.9922455549240112 - ] - ], - [ - 3.566666603088379, - [ - -0.03141166269779205, - 0.006747310049831867, - -0.12064430117607117, - 0.9921757578849792 - ] - ], - [ - 3.5999999046325684, - [ - -0.032032452523708344, - 0.007740931585431099, - -0.1220419779419899, - 0.9919776916503906 - ] - ], - [ - 3.633333444595337, - [ - -0.030759502202272415, - 0.008869130164384842, - -0.1286819577217102, - 0.9911690950393677 - ] - ], - [ - 3.6666667461395264, - [ - -0.027712449431419373, - 0.010369922965765, - -0.14085178077220917, - 0.9895884394645691 - ] - ], - [ - 3.700000047683716, - [ - -0.024755671620368958, - 0.011812455952167511, - -0.1532304584980011, - 0.9878097176551819 - ] - ], - [ - 3.7333333492279053, - [ - -0.02369590476155281, - 0.012987538240849972, - -0.16053861379623413, - 0.9866597056388855 - ] - ], - [ - 3.7666666507720947, - [ - -0.025256745517253876, - 0.01345317717641592, - -0.16289518773555756, - 0.9862282872200012 - ] - ], - [ - 3.799999952316284, - [ - -0.02855459228157997, - 0.013085714541375637, - -0.1640283316373825, - 0.985955536365509 - ] - ], - [ - 3.8333332538604736, - [ - -0.032949499785900116, - 0.012254169210791588, - -0.16409580409526825, - 0.9858179092407227 - ] - ], - [ - 3.866666555404663, - [ - -0.03779999539256096, - 0.011319962330162525, - -0.16326165199279785, - 0.98579341173172 - ] - ], - [ - 3.9000000953674316, - [ - -0.04246741160750389, - 0.010644939728081226, - -0.161701038479805, - 0.9858681559562683 - ] - ], - [ - 3.933333396911621, - [ - -0.04631836712360382, - 0.010596983134746552, - -0.15960177779197693, - 0.9860373139381409 - ] - ], - [ - 3.9666666984558105, - [ - -0.048726268112659454, - 0.011553104966878891, - -0.15716171264648438, - 0.9863024353981018 - ] - ], - [ - 4.0, - [ - -0.04804755747318268, - 0.01499235164374113, - -0.15209545195102692, - 0.9870834946632385 - ] - ], - [ - 4.0333333015441895, - [ - -0.04413694143295288, - 0.021137408912181854, - -0.14322620630264282, - 0.9884794354438782 - ] - ], - [ - 4.066666603088379, - [ - -0.03858992084860802, - 0.02848745882511139, - -0.13240467011928558, - 0.9900345802307129 - ] - ], - [ - 4.099999904632568, - [ - -0.03288637101650238, - 0.03549513220787048, - -0.12148037552833557, - 0.9914137125015259 - ] - ], - [ - 4.133333206176758, - [ - -0.02835436910390854, - 0.04054674133658409, - -0.1123109683394432, - 0.9924405217170715 - ] - ], - [ - 4.166666507720947, - [ - -0.026418333873152733, - 0.04194597899913788, - -0.10690496116876602, - 0.9930328130722046 - ] - ], - [ - 4.199999809265137, - [ - -0.02582809515297413, - 0.03992360830307007, - -0.10492353141307831, - 0.9933428764343262 - ] - ], - [ - 4.233333110809326, - [ - -0.024496110156178474, - 0.03614440932869911, - -0.10452688485383987, - 0.9935631155967712 - ] - ], - [ - 4.266666889190674, - [ - -0.022655848413705826, - 0.03102780133485794, - -0.105509914457798, - 0.9936758279800415 - ] - ], - [ - 4.300000190734863, - [ - -0.020550750195980072, - 0.024989400058984756, - -0.10766707360744476, - 0.9936605095863342 - ] - ], - [ - 4.333333492279053, - [ - -0.018427859991788864, - 0.01844177395105362, - -0.11078786849975586, - 0.9935020804405212 - ] - ], - [ - 4.366666793823242, - [ - -0.016533130779862404, - 0.011796414852142334, - -0.11465409398078918, - 0.9931978583335876 - ] - ], - [ - 4.400000095367432, - [ - -0.01510726846754551, - 0.0054647112265229225, - -0.11903808265924454, - 0.9927598237991333 - ] - ], - [ - 4.433333396911621, - [ - -0.014382555149495602, - -0.00014099945838097483, - -0.12370259314775467, - 0.992215096950531 - ] - ], - [ - 4.4666666984558105, - [ - -0.014580589719116688, - -0.004606307949870825, - -0.12840208411216736, - 0.9916043281555176 - ] - ], - [ - 4.5, - [ - -0.015910953283309937, - -0.007513395044952631, - -0.13288487493991852, - 0.9909753799438477 - ] - ], - [ - 4.5333333015441895, - [ - -0.018570642918348312, - -0.008439370431005955, - -0.13689634203910828, - 0.9903753399848938 - ] - ], - [ - 4.566666603088379, - [ - -0.023271219804883003, - -0.002853047102689743, - -0.14425800740718842, - 0.9892623424530029 - ] - ], - [ - 4.599999904632568, - [ - -0.029312515631318092, - 0.009275651536881924, - -0.15598270297050476, - 0.9872812032699585 - ] - ], - [ - 4.633333206176758, - [ - -0.03497418388724327, - 0.02153470367193222, - -0.16755042970180511, - 0.9850075840950012 - ] - ], - [ - 4.666666507720947, - [ - -0.03897160291671753, - 0.0273874644190073, - -0.17430731654167175, - 0.9835385680198669 - ] - ], - [ - 4.699999809265137, - [ - -0.03980426490306854, - 0.024192379787564278, - -0.17027448117733002, - 0.984295129776001 - ] - ], - [ - 4.733333110809326, - [ - -0.03747394308447838, - 0.015447738580405712, - -0.1559130996465683, - 0.9869387745857239 - ] - ], - [ - 4.766666889190674, - [ - -0.03315356373786926, - 0.0038192933425307274, - -0.13616541028022766, - 0.9901238679885864 - ] - ], - [ - 4.800000190734863, - [ - -0.028168415650725365, - -0.007998024113476276, - -0.11597850918769836, - 0.9928200244903564 - ] - ], - [ - 4.833333492279053, - [ - -0.024072377011179924, - -0.017331305891275406, - -0.10029909759759903, - 0.9945151805877686 - ] - ], - [ - 4.866666793823242, - [ - -0.022585084661841393, - -0.021548788994550705, - -0.09406015276908875, - 0.9950770139694214 - ] - ], - [ - 4.900000095367432, - [ - -0.023747334256768227, - -0.020943008363246918, - -0.09746500849723816, - 0.9947351813316345 - ] - ], - [ - 4.933333396911621, - [ - -0.026072990149259567, - -0.01808711141347885, - -0.10597120225429535, - 0.9938627481460571 - ] - ], - [ - 4.9666666984558105, - [ - -0.029000770300626755, - -0.013786988332867622, - -0.11738361418247223, - 0.9925673604011536 - ] - ], - [ - 5.0, - [ - -0.031972117722034454, - -0.00885330606251955, - -0.1295134723186493, - 0.991022527217865 - ] - ], - [ - 5.0333333015441895, - [ - -0.03444751352071762, - -0.004098818171769381, - -0.14018091559410095, - 0.9895181059837341 - ] - ], - [ - 5.066666603088379, - [ - -0.035913679748773575, - -0.00033439265098422766, - -0.1472140997648239, - 0.9884523749351501 - ] - ], - [ - 5.099999904632568, - [ - -0.03588110953569412, - 0.001634050626307726, - -0.14844152331352234, - 0.9882686734199524 - ] - ], - [ - 5.133333206176758, - [ - -0.034812480211257935, - 0.0021603635977953672, - -0.14514866471290588, - 0.9887948632240295 - ] - ], - [ - 5.166666507720947, - [ - -0.03350994363427162, - 0.0022439497988671064, - -0.14038066565990448, - 0.9895278215408325 - ] - ], - [ - 5.199999809265137, - [ - -0.032002776861190796, - 0.00205167755484581, - -0.13459709286689758, - 0.9903814792633057 - ] - ], - [ - 5.233333110809326, - [ - -0.03031853772699833, - 0.0017516805091872811, - -0.12825867533683777, - 0.9912756681442261 - ] - ], - [ - 5.266666889190674, - [ - -0.02848326601088047, - 0.00151396868750453, - -0.12182775884866714, - 0.9921414256095886 - ] - ], - [ - 5.300000190734863, - [ - -0.026521408930420876, - 0.00151031871791929, - -0.11576852202415466, - 0.9929209351539612 - ] - ], - [ - 5.333333492279053, - [ - -0.02445506490767002, - 0.0019131259759888053, - -0.11054642498493195, - 0.9935683012008667 - ] - ], - [ - 5.366666793823242, - [ - -0.0223030224442482, - 0.0028937056194990873, - -0.10662849992513657, - 0.9940445423126221 - ] - ], - [ - 5.400000095367432, - [ - -0.020064745098352432, - 0.004358559846878052, - -0.10439441353082657, - 0.9943240284919739 - ] - ], - [ - 5.433333396911621, - [ - -0.017767969518899918, - 0.0060411179438233376, - -0.10356338322162628, - 0.99444580078125 - ] - ], - [ - 5.4666666984558105, - [ - -0.015474884770810604, - 0.007851263508200645, - -0.10361280292272568, - 0.9944663047790527 - ] - ], - [ - 5.5, - [ - -0.013252327218651772, - 0.00970209576189518, - -0.10401991009712219, - 0.9944396018981934 - ] - ], - [ - 5.5333333015441895, - [ - -0.011171122081577778, - 0.011511508375406265, - -0.1042620986700058, - 0.99442058801651 - ] - ], - [ - 5.566666603088379, - [ - -0.009305817075073719, - 0.013201969675719738, - -0.10381687432527542, - 0.9944652915000916 - ] - ], - [ - 5.599999904632568, - [ - -0.007734993472695351, - 0.014698437415063381, - -0.10216181725263596, - 0.9946291446685791 - ] - ], - [ - 5.633333206176758, - [ - -0.006465134676545858, - 0.016062166541814804, - -0.09981635212898254, - 0.9948552250862122 - ] - ], - [ - 5.666666507720947, - [ - -0.005454306956380606, - 0.01738908514380455, - -0.0976727157831192, - 0.9950517416000366 - ] - ], - [ - 5.699999809265137, - [ - -0.004711612593382597, - 0.018655890598893166, - -0.09576716274023056, - 0.9952177405357361 - ] - ], - [ - 5.733333110809326, - [ - -0.004245854448527098, - 0.0198394525796175, - -0.09413567185401917, - 0.9953526258468628 - ] - ], - [ - 5.766666889190674, - [ - -0.004065650515258312, - 0.02091694250702858, - -0.09281381219625473, - 0.9954554438591003 - ] - ], - [ - 5.800000190734863, - [ - -0.004179589916020632, - 0.021865807473659515, - -0.09183687716722488, - 0.9955253005027771 - ] - ], - [ - 5.833333492279053, - [ - -0.004596421029418707, - 0.02266395464539528, - -0.09123964607715607, - 0.9955604076385498 - ] - ], - [ - 5.866666793823242, - [ - -0.00516051659360528, - 0.023222630843520164, - -0.09114432334899902, - 0.9955534934997559 - ] - ], - [ - 5.900000095367432, - [ - -0.005709771998226643, - 0.023486047983169556, - -0.09161292016506195, - 0.9955013394355774 - ] - ], - [ - 5.933333396911621, - [ - -0.006244368385523558, - 0.023481734097003937, - -0.09258987009525299, - 0.9954078197479248 - ] - ], - [ - 5.9666666984558105, - [ - -0.006765405647456646, - 0.02323700487613678, - -0.09401986002922058, - 0.9952762126922607 - ] - ], - [ - 6.0, - [ - -0.007274533621966839, - 0.022778980433940887, - -0.0958477333188057, - 0.9951088428497314 - ] - ], - [ - 6.0333333015441895, - [ - -0.007773646619170904, - 0.022134684026241302, - -0.09801847487688065, - 0.9949080348014832 - ] - ], - [ - 6.066666603088379, - [ - -0.008264602161943913, - 0.02133108675479889, - -0.10047712922096252, - 0.9946763515472412 - ] - ], - [ - 6.099999904632568, - [ - -0.008748981170356274, - 0.020395150408148766, - -0.10316873341798782, - 0.994416356086731 - ] - ], - [ - 6.133333206176758, - [ - -0.009227892383933067, - 0.019353847950696945, - -0.10603824257850647, - 0.9941308498382568 - ] - ], - [ - 6.166666507720947, - [ - -0.009701832197606564, - 0.018234217539429665, - -0.10903065651655197, - 0.9938238859176636 - ] - ], - [ - 6.199999809265137, - [ - -0.010170536115765572, - 0.017063336446881294, - -0.11209079623222351, - 0.9934993982315063 - ] - ], - [ - 6.233333110809326, - [ - -0.010632946155965328, - 0.015868423506617546, - -0.11516346782445908, - 0.993162989616394 - ] - ], - [ - 6.266666889190674, - [ - -0.011087157763540745, - 0.014676702208817005, - -0.1181933805346489, - 0.9928203225135803 - ] - ], - [ - 6.300000190734863, - [ - -0.011530374176800251, - 0.013515516184270382, - -0.12112513184547424, - 0.9924783706665039 - ] - ], - [ - 6.333333492279053, - [ - -0.011959058232605457, - 0.01241225190460682, - -0.12390334159135818, - 0.9921447038650513 - ] - ], - [ - 6.366666793823242, - [ - -0.0123689454048872, - 0.011394353583455086, - -0.12647253274917603, - 0.9918275475502014 - ] - ], - [ - 6.400000095367432, - [ - -0.012755191884934902, - 0.01048931386321783, - -0.12877723574638367, - 0.9915361404418945 - ] - ], - [ - 6.433333396911621, - [ - -0.013112538494169712, - 0.009724617935717106, - -0.13076196610927582, - 0.9912794828414917 - ] - ], - [ - 6.4666666984558105, - [ - -0.01343552116304636, - 0.009127787314355373, - -0.13237117230892181, - 0.9910672307014465 - ] - ], - [ - 6.5, - [ - -0.013718708418309689, - 0.008726284839212894, - -0.13354942202568054, - 0.9909088015556335 - ] - ], - [ - 6.5333333015441895, - [ - -0.013957003131508827, - 0.008547541685402393, - -0.13424132764339447, - 0.9908134937286377 - ] - ], - [ - 6.566666603088379, - [ - -0.014145957306027412, - 0.008618906140327454, - -0.13439150154590607, - 0.9907898306846619 - ] - ], - [ - 6.599999904632568, - [ - -0.014211582019925117, - 0.008743942715227604, - -0.13409698009490967, - 0.990827739238739 - ] - ], - [ - 6.633333206176758, - [ - -0.014083455316722393, - 0.008706535212695599, - -0.13351424038410187, - 0.990908682346344 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292547619_203516.json b/lenses/physics-objects/Scene/assets/1646688292547619_203516.json deleted file mode 100644 index 739d11ed..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292547619_203516.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292547619:203516", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292548562_203529.json b/lenses/physics-objects/Scene/assets/1646688292548562_203529.json deleted file mode 100644 index 87bb6ed8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292548562_203529.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292548562:203529", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.8558149337768555, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -7.8558149337768555, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292548736_203536.json b/lenses/physics-objects/Scene/assets/1646688292548736_203536.json deleted file mode 100644 index 1b2192ad..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292548736_203536.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292548736:203536", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ], - [ - 0.03333333507180214, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ], - [ - 0.06666667014360428, - [ - -0.009846247732639313, - 0.002192835556343198, - -0.11655078828334808, - 0.9931336045265198 - ] - ], - [ - 0.10000000149011612, - [ - -0.005465001333504915, - 0.0033049429766833782, - -0.10834027826786041, - 0.9940933585166931 - ] - ], - [ - 0.13333334028720856, - [ - -0.005672294646501541, - 0.0031688411254435778, - -0.108585886657238, - 0.9940659403800964 - ] - ], - [ - 0.1666666716337204, - [ - -0.007559226825833321, - 0.003605669131502509, - -0.11339040100574493, - 0.9935151934623718 - ] - ], - [ - 0.20000000298023224, - [ - -0.010755575262010098, - 0.004512997344136238, - -0.12164150923490524, - 0.9925055503845215 - ] - ], - [ - 0.23333333432674408, - [ - -0.014891275204718113, - 0.005791074130684137, - -0.1322234869003296, - 0.9910911321640015 - ] - ], - [ - 0.2666666805744171, - [ - -0.019587203860282898, - 0.007334285415709019, - -0.14402593672275543, - 0.9893528819084167 - ] - ], - [ - 0.30000001192092896, - [ - -0.024450553581118584, - 0.009025365114212036, - -0.15595048666000366, - 0.9874209761619568 - ] - ], - [ - 0.3333333432674408, - [ - -0.029074108228087425, - 0.010732368566095829, - -0.16691440343856812, - 0.9854843020439148 - ] - ], - [ - 0.36666667461395264, - [ - -0.03303994610905647, - 0.012308968231081963, - -0.17585241794586182, - 0.9837849140167236 - ] - ], - [ - 0.4000000059604645, - [ - -0.03592533990740776, - 0.013597650453448296, - -0.18171201646327972, - 0.9826013445854187 - ] - ], - [ - 0.4333333373069763, - [ - -0.03731129691004753, - 0.014436240307986736, - -0.18344449996948242, - 0.9822156429290771 - ] - ], - [ - 0.46666666865348816, - [ - -0.029926722869277, - 0.01751571148633957, - -0.17169077694416046, - 0.9845404624938965 - ] - ], - [ - 0.5, - [ - -0.012491906993091106, - 0.024586373940110207, - -0.1445072442293167, - 0.9891193509101868 - ] - ], - [ - 0.5333333611488342, - [ - 0.00679341796785593, - 0.033814795315265656, - -0.11207881569862366, - 0.9931005835533142 - ] - ], - [ - 0.5666666626930237, - [ - 0.02103203907608986, - 0.04249061271548271, - -0.08510956913232803, - 0.9952429533004761 - ] - ], - [ - 0.6000000238418579, - [ - 0.024493224918842316, - 0.04718003049492836, - -0.0747470110654831, - 0.9957846403121948 - ] - ], - [ - 0.6333333253860474, - [ - 0.01631644368171692, - 0.047756582498550415, - -0.08320025354623795, - 0.9952541589736938 - ] - ], - [ - 0.6666666865348816, - [ - 0.0019111796282231808, - 0.047152597457170486, - -0.10102207213640213, - 0.993764340877533 - ] - ], - [ - 0.699999988079071, - [ - -0.014688719063997269, - 0.046355459839105606, - -0.121925950050354, - 0.9913473129272461 - ] - ], - [ - 0.7333333492279053, - [ - -0.029193133115768433, - 0.045916493982076645, - -0.13996298611164093, - 0.9886606335639954 - ] - ], - [ - 0.7666666507720947, - [ - -0.03707185387611389, - 0.04594305157661438, - -0.14955461025238037, - 0.9869895577430725 - ] - ], - [ - 0.800000011920929, - [ - -0.03506990522146225, - 0.04574457183480263, - -0.14807498455047607, - 0.9872949719429016 - ] - ], - [ - 0.8333333134651184, - [ - -0.025121383368968964, - 0.0449543260037899, - -0.13852815330028534, - 0.9890186786651611 - ] - ], - [ - 0.8666666746139526, - [ - -0.010438327677547932, - 0.044098757207393646, - -0.12384650111198425, - 0.9912660717964172 - ] - ], - [ - 0.8999999761581421, - [ - 0.005769432056695223, - 0.04358178749680519, - -0.10708308964967728, - 0.9932776689529419 - ] - ], - [ - 0.9333333373069763, - [ - 0.020348763093352318, - 0.043519336730241776, - -0.09154781699180603, - 0.994641125202179 - ] - ], - [ - 0.9666666388511658, - [ - 0.030238797888159752, - 0.043737683445215225, - -0.08079060167074203, - 0.9953118562698364 - ] - ], - [ - 1.0, - [ - 0.03244177624583244, - 0.04393364116549492, - -0.07845781743526459, - 0.9954203963279724 - ] - ], - [ - 1.0333333015441895, - [ - 0.025128766894340515, - 0.042925864458084106, - -0.08559074252843857, - 0.9950881004333496 - ] - ], - [ - 1.0666667222976685, - [ - 0.010417488403618336, - 0.04037439823150635, - -0.09882331639528275, - 0.9942310452461243 - ] - ], - [ - 1.100000023841858, - [ - -0.008758128620684147, - 0.037297770380973816, - -0.11512622237205505, - 0.9926117658615112 - ] - ], - [ - 1.1333333253860474, - [ - -0.029341023415327072, - 0.034511763602495193, - -0.13164657354354858, - 0.9902611970901489 - ] - ], - [ - 1.1666666269302368, - [ - -0.04812748357653618, - 0.032513972371816635, - -0.14583542943000793, - 0.9876024723052979 - ] - ], - [ - 1.2000000476837158, - [ - -0.0618259534239769, - 0.031499702483415604, - -0.1554589569568634, - 0.9854024648666382 - ] - ], - [ - 1.2333333492279053, - [ - -0.06724783778190613, - 0.031596556305885315, - -0.15860615670681, - 0.9845422506332397 - ] - ], - [ - 1.2666666507720947, - [ - -0.061486583203077316, - 0.03417515382170677, - -0.15198728442192078, - 0.9858759045600891 - ] - ], - [ - 1.2999999523162842, - [ - -0.046844933182001114, - 0.039811503142118454, - -0.13621509075164795, - 0.9887699484825134 - ] - ], - [ - 1.3333333730697632, - [ - -0.028080768883228302, - 0.04750978574156761, - -0.11533721536397934, - 0.9917921423912048 - ] - ], - [ - 1.3666666746139526, - [ - -0.009688221849501133, - 0.05592111870646477, - -0.09370961040258408, - 0.9939806461334229 - ] - ], - [ - 1.399999976158142, - [ - 0.004300011321902275, - 0.06320375204086304, - -0.07607575505971909, - 0.9950876832008362 - ] - ], - [ - 1.4333332777023315, - [ - 0.010251525789499283, - 0.06717490404844284, - -0.06741242110729218, - 0.9954084753990173 - ] - ], - [ - 1.4666666984558105, - [ - 0.006401216611266136, - 0.06752152740955353, - -0.07233741134405136, - 0.995071530342102 - ] - ], - [ - 1.5, - [ - -0.004453604109585285, - 0.06620538234710693, - -0.08826932311058044, - 0.9938840866088867 - ] - ], - [ - 1.5333333015441895, - [ - -0.019025644287467003, - 0.06443195044994354, - -0.10937390476465225, - 0.9917278289794922 - ] - ], - [ - 1.5666667222976685, - [ - -0.033791109919548035, - 0.06313785165548325, - -0.13000725209712982, - 0.9889236092567444 - ] - ], - [ - 1.600000023841858, - [ - -0.04491307586431503, - 0.0628490149974823, - -0.14484991133213043, - 0.9864336252212524 - ] - ], - [ - 1.6333333253860474, - [ - -0.048404939472675323, - 0.06381703168153763, - -0.14882461726665497, - 0.9856142997741699 - ] - ], - [ - 1.6666666269302368, - [ - -0.03960306569933891, - 0.06524576991796494, - -0.13833972811698914, - 0.9874395728111267 - ] - ], - [ - 1.7000000476837158, - [ - -0.020905567333102226, - 0.06659448891878128, - -0.11740115284919739, - 0.9906286597251892 - ] - ], - [ - 1.7333333492279053, - [ - 0.0011095894733443856, - 0.06830824911594391, - -0.09252648055553436, - 0.9933637976646423 - ] - ], - [ - 1.7666666507720947, - [ - 0.02018185332417488, - 0.07006000727415085, - -0.0709148421883583, - 0.9948143362998962 - ] - ], - [ - 1.7999999523162842, - [ - 0.030433347448706627, - 0.070734903216362, - -0.06041162461042404, - 0.9951989054679871 - ] - ], - [ - 1.8333333730697632, - [ - 0.02861900068819523, - 0.06687604635953903, - -0.06471304595470428, - 0.9952490925788879 - ] - ], - [ - 1.8666666746139526, - [ - 0.017821649089455605, - 0.057907771319150925, - -0.07882507890462875, - 0.9950456619262695 - ] - ], - [ - 1.899999976158142, - [ - 0.001791309448890388, - 0.046850044280290604, - -0.0976601392030716, - 0.994114875793457 - ] - ], - [ - 1.9333332777023315, - [ - -0.015319358557462692, - 0.036486007273197174, - -0.11624019593000412, - 0.9924325346946716 - ] - ], - [ - 1.9666666984558105, - [ - -0.02882319875061512, - 0.02915843203663826, - -0.12988711893558502, - 0.9906807541847229 - ] - ], - [ - 2.0, - [ - -0.033721134066581726, - 0.026881173253059387, - -0.13418635725975037, - 0.9900173544883728 - ] - ], - [ - 2.0333333015441895, - [ - -0.02838435024023056, - 0.02947199158370495, - -0.12585556507110596, - 0.9912043809890747 - ] - ], - [ - 2.066666603088379, - [ - -0.01693044975399971, - 0.03471406549215317, - -0.10774634778499603, - 0.9934279322624207 - ] - ], - [ - 2.0999999046325684, - [ - -0.002981549361720681, - 0.04151231050491333, - -0.08472166210412979, - 0.9955350756645203 - ] - ], - [ - 2.133333444595337, - [ - 0.010184167884290218, - 0.04850146919488907, - -0.061838749796152115, - 0.9968549609184265 - ] - ], - [ - 2.1666667461395264, - [ - 0.019782233983278275, - 0.05398248881101608, - -0.0443657748401165, - 0.9973596334457397 - ] - ], - [ - 2.200000047683716, - [ - 0.023553157225251198, - 0.055998001247644424, - -0.03774622827768326, - 0.9974390864372253 - ] - ], - [ - 2.2333333492279053, - [ - 0.02026277966797352, - 0.053117118775844574, - -0.04385082796216011, - 0.9974192380905151 - ] - ], - [ - 2.2666666507720947, - [ - 0.011367608793079853, - 0.04633744806051254, - -0.05865045636892319, - 0.9971377849578857 - ] - ], - [ - 2.299999952316284, - [ - -0.0012936013517901301, - 0.03738229349255562, - -0.07869051396846771, - 0.9961971044540405 - ] - ], - [ - 2.3333332538604736, - [ - -0.015681203454732895, - 0.027869056910276413, - -0.10055897384881973, - 0.9944170713424683 - ] - ], - [ - 2.366666555404663, - [ - -0.02939947322010994, - 0.01919088326394558, - -0.12096433341503143, - 0.9920358061790466 - ] - ], - [ - 2.4000000953674316, - [ - -0.039710305631160736, - 0.012489045038819313, - -0.1367778331041336, - 0.989726722240448 - ] - ], - [ - 2.433333396911621, - [ - -0.04366965964436531, - 0.008747817017138004, - -0.14497824013233185, - 0.988431990146637 - ] - ], - [ - 2.4666666984558105, - [ - -0.04109426215291023, - 0.010322005487978458, - -0.14321890473365784, - 0.9887836575508118 - ] - ], - [ - 2.5, - [ - -0.03489183634519577, - 0.017493383958935738, - -0.13331979513168335, - 0.9903042912483215 - ] - ], - [ - 2.5333333015441895, - [ - -0.02683751843869686, - 0.028154321014881134, - -0.11851966381072998, - 0.9921895861625671 - ] - ], - [ - 2.566666603088379, - [ - -0.0185666773468256, - 0.04012512043118477, - -0.10207849740982056, - 0.9937933683395386 - ] - ], - [ - 2.5999999046325684, - [ - -0.011378943920135498, - 0.051111504435539246, - -0.08724988996982574, - 0.9948093295097351 - ] - ], - [ - 2.633333444595337, - [ - -0.006227062549442053, - 0.05872649699449539, - -0.07725007086992264, - 0.9952611923217773 - ] - ], - [ - 2.6666667461395264, - [ - -0.003904380602762103, - 0.06054291874170303, - -0.07527037709951401, - 0.9953159689903259 - ] - ], - [ - 2.700000047683716, - [ - -0.005014049354940653, - 0.055568598210811615, - -0.08256878703832626, - 0.9950222969055176 - ] - ], - [ - 2.7333333492279053, - [ - -0.008947255089879036, - 0.04606019705533981, - -0.09610524773597717, - 0.9942646622657776 - ] - ], - [ - 2.7666666507720947, - [ - -0.014697093516588211, - 0.034482989460229874, - -0.11260760575532913, - 0.9929322600364685 - ] - ], - [ - 2.799999952316284, - [ - -0.02095874957740307, - 0.023251770064234734, - -0.12874837219715118, - 0.9911831021308899 - ] - ], - [ - 2.8333332538604736, - [ - -0.02605811133980751, - 0.014682747423648834, - -0.14117039740085602, - 0.9895334839820862 - ] - ], - [ - 2.866666555404663, - [ - -0.028079530224204063, - 0.011010856367647648, - -0.14651645720005035, - 0.98874831199646 - ] - ], - [ - 2.9000000953674316, - [ - -0.025000005960464478, - 0.014023433439433575, - -0.1413506418466568, - 0.9895445108413696 - ] - ], - [ - 2.933333396911621, - [ - -0.01770119182765484, - 0.02225256711244583, - -0.1273331493139267, - 0.9914523363113403 - ] - ], - [ - 2.9666666984558105, - [ - -0.008657919242978096, - 0.033120859414339066, - -0.10875540971755981, - 0.9934788942337036 - ] - ], - [ - 3.0, - [ - -0.00010099830979015678, - 0.044131647795438766, - -0.08982733637094498, - 0.9949791431427002 - ] - ], - [ - 3.0333333015441895, - [ - 0.006224479991942644, - 0.052624478936195374, - -0.07477379590272903, - 0.9957915544509888 - ] - ], - [ - 3.066666603088379, - [ - 0.008936039172112942, - 0.05584033578634262, - -0.06780660152435303, - 0.9960945248603821 - ] - ], - [ - 3.0999999046325684, - [ - 0.0038748213555663824, - 0.047443583607673645, - -0.07751131802797318, - 0.9958544373512268 - ] - ], - [ - 3.133333444595337, - [ - -0.009698284789919853, - 0.028191333636641502, - -0.10275646299123764, - 0.9942596554756165 - ] - ], - [ - 3.1666667461395264, - [ - -0.0275657307356596, - 0.005890996195375919, - -0.13305410742759705, - 0.9907078146934509 - ] - ], - [ - 3.200000047683716, - [ - -0.04367572441697121, - -0.012312771752476692, - -0.15788200497627258, - 0.9864147901535034 - ] - ], - [ - 3.2333333492279053, - [ - -0.05026250332593918, - -0.020103545859456062, - -0.16692887246608734, - 0.9844817519187927 - ] - ], - [ - 3.2666666507720947, - [ - -0.04631905257701874, - -0.018798453733325005, - -0.1614350825548172, - 0.9856165051460266 - ] - ], - [ - 3.299999952316284, - [ - -0.03785134479403496, - -0.014618556015193462, - -0.15100233256816864, - 0.9877004027366638 - ] - ], - [ - 3.3333332538604736, - [ - -0.02780209109187126, - -0.008637286722660065, - -0.13921710848808289, - 0.9898338317871094 - ] - ], - [ - 3.366666555404663, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292548902_203543.json b/lenses/physics-objects/Scene/assets/1646688292548902_203543.json deleted file mode 100644 index 9ae504ac..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292548902_203543.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292548902:203543", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292549885_203556.json b/lenses/physics-objects/Scene/assets/1646688292549885_203556.json deleted file mode 100644 index 1f4451c4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292549885_203556.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292549885:203556", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.8533260016702116e-08 - ] - ], - [ - 6.633333206176758, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.8533263569415794e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292550095_203563.json b/lenses/physics-objects/Scene/assets/1646688292550095_203563.json deleted file mode 100644 index eb93057b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292550095_203563.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292550095:203563", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.015411662869155407, - 0.006616885308176279, - -0.10280217230319977, - 0.9945605397224426 - ] - ], - [ - 0.06666667014360428, - [ - -0.01519683562219143, - 0.006448955275118351, - -0.10259893536567688, - 0.9945858120918274 - ] - ], - [ - 0.10000000149011612, - [ - -0.014864242635667324, - 0.006156252231448889, - -0.10188699513673782, - 0.9946658611297607 - ] - ], - [ - 0.13333334028720856, - [ - -0.014423433691263199, - 0.005748225376009941, - -0.10070635378360748, - 0.994795024394989 - ] - ], - [ - 0.1666666716337204, - [ - -0.013883947394788265, - 0.005234253592789173, - -0.09909699857234955, - 0.9949671626091003 - ] - ], - [ - 0.20000000298023224, - [ - -0.013255328871309757, - 0.004623661749064922, - -0.09709890186786652, - 0.995175838470459 - ] - ], - [ - 0.23333333432674408, - [ - -0.012547124177217484, - 0.003925730008631945, - -0.0947519838809967, - 0.9954140782356262 - ] - ], - [ - 0.2666666805744171, - [ - -0.011768903583288193, - 0.003149708267301321, - -0.0920962542295456, - 0.9956755638122559 - ] - ], - [ - 0.30000001192092896, - [ - -0.010930245742201805, - 0.002304826630279422, - -0.08917172253131866, - 0.9959536194801331 - ] - ], - [ - 0.3333333432674408, - [ - -0.01004074513912201, - 0.0014002983225509524, - -0.086018405854702, - 0.9962419867515564 - ] - ], - [ - 0.36666667461395264, - [ - -0.009110040962696075, - 0.0004453397705219686, - -0.08267642557621002, - 0.9965347051620483 - ] - ], - [ - 0.4000000059604645, - [ - -0.00814777985215187, - -0.0005508383037522435, - -0.07918591797351837, - 0.9968264102935791 - ] - ], - [ - 0.4333333373069763, - [ - -0.007163645699620247, - -0.0015790178440511227, - -0.07558706402778625, - 0.9971122145652771 - ] - ], - [ - 0.46666666865348816, - [ - -0.006167349871248007, - -0.0026299708988517523, - -0.07192010432481766, - 0.9973878860473633 - ] - ], - [ - 0.5, - [ - -0.005168641451746225, - -0.0036944574676454067, - -0.06822533160448074, - 0.9976497292518616 - ] - ], - [ - 0.5333333611488342, - [ - -0.00417730025947094, - -0.004763227887451649, - -0.06454306095838547, - 0.997894823551178 - ] - ], - [ - 0.5666666626930237, - [ - -0.0032031480222940445, - -0.005827008746564388, - -0.06091366708278656, - 0.998120903968811 - ] - ], - [ - 0.6000000238418579, - [ - -0.0022560306824743748, - -0.006876531522721052, - -0.05737750232219696, - 0.998326301574707 - ] - ], - [ - 0.6333333253860474, - [ - -0.0013458591420203447, - -0.007902496494352818, - -0.05397501215338707, - 0.9985101222991943 - ] - ], - [ - 0.6666666865348816, - [ - -0.0004825596115551889, - -0.00889560766518116, - -0.050746574997901917, - 0.99867182970047 - ] - ], - [ - 0.699999988079071, - [ - 0.00032388439285568893, - -0.009846554137766361, - -0.04773261025547981, - 0.998811662197113 - ] - ], - [ - 0.7333333492279053, - [ - 0.0010634507052600384, - -0.010746021755039692, - -0.04497348889708519, - 0.9989299178123474 - ] - ], - [ - 0.7666666507720947, - [ - 0.001726062037050724, - -0.011584686115384102, - -0.04250960797071457, - 0.9990274310112 - ] - ], - [ - 0.800000011920929, - [ - 0.0023015947081148624, - -0.012353233061730862, - -0.04038131982088089, - 0.9991053342819214 - ] - ], - [ - 0.8333333134651184, - [ - 0.0027798647060990334, - -0.01304234005510807, - -0.03862897306680679, - 0.9991646409034729 - ] - ], - [ - 0.8666666746139526, - [ - 0.0031506316736340523, - -0.013642692007124424, - -0.037292856723070145, - 0.9992063045501709 - ] - ], - [ - 0.8999999761581421, - [ - 0.0034035888966172934, - -0.014144977554678917, - -0.03641324117779732, - 0.9992309212684631 - ] - ], - [ - 0.9333333373069763, - [ - 0.0033227289095520973, - -0.014617490582168102, - -0.03617992624640465, - 0.9992329478263855 - ] - ], - [ - 0.9666666388511658, - [ - 0.0027295048348605633, - -0.015123039484024048, - -0.03671859949827194, - 0.9992074966430664 - ] - ], - [ - 1.0, - [ - 0.0016691769706085324, - -0.015643173828721046, - -0.037972722202539444, - 0.9991549253463745 - ] - ], - [ - 1.0333333015441895, - [ - 0.00018652087601367384, - -0.01615847274661064, - -0.03988512605428696, - 0.9990736842155457 - ] - ], - [ - 1.0666667222976685, - [ - -0.001673902734182775, - -0.016648918390274048, - -0.04239829257130623, - 0.9989606738090515 - ] - ], - [ - 1.100000023841858, - [ - -0.003954460844397545, - -0.01672525890171528, - -0.046351656317710876, - 0.9987773299217224 - ] - ], - [ - 1.1333333253860474, - [ - -0.006671223323792219, - -0.01610851287841797, - -0.05232463404536247, - 0.9984779357910156 - ] - ], - [ - 1.1666666269302368, - [ - -0.009737768210470676, - -0.014945832081139088, - -0.0598701536655426, - 0.9980467557907104 - ] - ], - [ - 1.2000000476837158, - [ - -0.013065900653600693, - -0.013386295177042484, - -0.06854168325662613, - 0.997472882270813 - ] - ], - [ - 1.2333333492279053, - [ - -0.016566889360547066, - -0.011580229736864567, - -0.07789291441440582, - 0.996756911277771 - ] - ], - [ - 1.2666666507720947, - [ - -0.020152539014816284, - -0.009678599424660206, - -0.08747828751802444, - 0.9959155321121216 - ] - ], - [ - 1.2999999523162842, - [ - -0.023735715076327324, - -0.007832802832126617, - -0.09685321152210236, - 0.9949848055839539 - ] - ], - [ - 1.3333333730697632, - [ - -0.02723052352666855, - -0.0061946166679263115, - -0.10557455569505692, - 0.9940192103385925 - ] - ], - [ - 1.3666666746139526, - [ - -0.030551936477422714, - -0.004916619975119829, - -0.1132008507847786, - 0.9930902123451233 - ] - ], - [ - 1.399999976158142, - [ - -0.03361516073346138, - -0.0041528441943228245, - -0.11929282546043396, - 0.9922811985015869 - ] - ], - [ - 1.4333332777023315, - [ - -0.03633434325456619, - -0.004059983417391777, - -0.12341311573982239, - 0.991681694984436 - ] - ], - [ - 1.4666666984558105, - [ - -0.03848583996295929, - -0.004628799855709076, - -0.12516748905181885, - 0.9913781881332397 - ] - ], - [ - 1.5, - [ - -0.03999729081988335, - -0.0055875349789857864, - -0.1249394491314888, - 0.9913420677185059 - ] - ], - [ - 1.5333333015441895, - [ - -0.04101055487990379, - -0.006697875447571278, - -0.12345679849386215, - 0.9914795756340027 - ] - ], - [ - 1.5666667222976685, - [ - -0.04167117178440094, - -0.007715936284512281, - -0.1214446946978569, - 0.9916930794715881 - ] - ], - [ - 1.600000023841858, - [ - -0.042127735912799835, - -0.008392943069338799, - -0.11962704360485077, - 0.9918892979621887 - ] - ], - [ - 1.6333333253860474, - [ - -0.042530134320259094, - -0.008476881310343742, - -0.11872730404138565, - 0.9919795393943787 - ] - ], - [ - 1.6666666269302368, - [ - -0.04304055497050285, - -0.007660302333533764, - -0.11933619529008865, - 0.991891086101532 - ] - ], - [ - 1.7000000476837158, - [ - -0.04362032935023308, - -0.006019245833158493, - -0.12107418477535248, - 0.991666316986084 - ] - ], - [ - 1.7333333492279053, - [ - -0.0441179983317852, - -0.0038771016988903284, - -0.12320975214242935, - 0.9913920164108276 - ] - ], - [ - 1.7666666507720947, - [ - -0.04438639432191849, - -0.001557332114316523, - -0.12501057982444763, - 0.9911609292030334 - ] - ], - [ - 1.7999999523162842, - [ - -0.044285234063863754, - 0.0006177485338412225, - -0.12574262917041779, - 0.9910737872123718 - ] - ], - [ - 1.8333333730697632, - [ - -0.04368141293525696, - 0.002327265217900276, - -0.1246691569685936, - 0.9912336468696594 - ] - ], - [ - 1.8666666746139526, - [ - -0.04265647754073143, - 0.0036449055187404156, - -0.12195833027362823, - 0.9916114807128906 - ] - ], - [ - 1.899999976158142, - [ - -0.041401978582143784, - 0.004873580299317837, - -0.11838717013597488, - 0.9920921325683594 - ] - ], - [ - 1.9333332777023315, - [ - -0.03995358571410179, - 0.0060368869453668594, - -0.11412960290908813, - 0.9926437735557556 - ] - ], - [ - 1.9666666984558105, - [ - -0.03834564983844757, - 0.007158505264669657, - -0.10936000943183899, - 0.9932366013526917 - ] - ], - [ - 2.0, - [ - -0.0366109199821949, - 0.008262225426733494, - -0.10425335168838501, - 0.993842363357544 - ] - ], - [ - 2.0333333015441895, - [ - -0.034780353307724, - 0.009372033178806305, - -0.09898517280817032, - 0.9944367408752441 - ] - ], - [ - 2.066666603088379, - [ - -0.03288297355175018, - 0.010512031614780426, - -0.09373170882463455, - 0.9949988722801208 - ] - ], - [ - 2.0999999046325684, - [ - -0.030945736914873123, - 0.011706346645951271, - -0.08866975456476212, - 0.9955114126205444 - ] - ], - [ - 2.133333444595337, - [ - -0.028993558138608932, - 0.012978988699615002, - -0.08397674560546875, - 0.9959612488746643 - ] - ], - [ - 2.1666667461395264, - [ - -0.02704940363764763, - 0.014353558421134949, - -0.07983078062534332, - 0.9963380694389343 - ] - ], - [ - 2.200000047683716, - [ - -0.025134211406111717, - 0.01585300639271736, - -0.07641022652387619, - 0.9966336488723755 - ] - ], - [ - 2.2333333492279053, - [ - -0.023379474878311157, - 0.018126485869288445, - -0.07614190876483917, - 0.9966581463813782 - ] - ], - [ - 2.2666666507720947, - [ - -0.021858038380742073, - 0.02151815965771675, - -0.08037751168012619, - 0.9962924718856812 - ] - ], - [ - 2.299999952316284, - [ - -0.02051149122416973, - 0.02558925189077854, - -0.08767994493246078, - 0.9956088066101074 - ] - ], - [ - 2.3333332538604736, - [ - -0.019297195598483086, - 0.02991347201168537, - -0.09660851955413818, - 0.9946857690811157 - ] - ], - [ - 2.366666555404663, - [ - -0.018189257010817528, - 0.03409122675657272, - -0.10572028905153275, - 0.9936448931694031 - ] - ], - [ - 2.4000000953674316, - [ - -0.017177047207951546, - 0.037754591554403305, - -0.11357221752405167, - 0.992663562297821 - ] - ], - [ - 2.433333396911621, - [ - -0.016261983662843704, - 0.040562089532613754, - -0.11872198432683945, - 0.9919654130935669 - ] - ], - [ - 2.4666666984558105, - [ - -0.015453011728823185, - 0.042183373123407364, - -0.11972812563180923, - 0.9917898774147034 - ] - ], - [ - 2.5, - [ - -0.014595338143408298, - 0.04256763681769371, - -0.11603880673646927, - 0.9922248721122742 - ] - ], - [ - 2.5333333015441895, - [ - -0.013649670407176018, - 0.0420488603413105, - -0.10902398079633713, - 0.9930555820465088 - ] - ], - [ - 2.566666603088379, - [ - -0.012792417779564857, - 0.04086318984627724, - -0.10012591630220413, - 0.9940530061721802 - ] - ], - [ - 2.5999999046325684, - [ - -0.012190185487270355, - 0.0392523929476738, - -0.09079178422689438, - 0.9950213432312012 - ] - ], - [ - 2.633333444595337, - [ - -0.011830919422209263, - 0.037426192313432693, - -0.08256002515554428, - 0.9958128333091736 - ] - ], - [ - 2.6666667461395264, - [ - -0.011697711423039436, - 0.03565019369125366, - -0.07691153138875961, - 0.9963316917419434 - ] - ], - [ - 2.700000047683716, - [ - -0.01174144633114338, - 0.03386811539530754, - -0.07323648780584335, - 0.9966703057289124 - ] - ], - [ - 2.7333333492279053, - [ - -0.011806105263531208, - 0.03183837980031967, - -0.07008736580610275, - 0.9969627261161804 - ] - ], - [ - 2.7666666507720947, - [ - -0.01189133245497942, - 0.029622457921504974, - -0.06757061928510666, - 0.9972037672996521 - ] - ], - [ - 2.799999952316284, - [ - -0.011998970992863178, - 0.02728208713233471, - -0.06579241156578064, - 0.9973881244659424 - ] - ], - [ - 2.8333332538604736, - [ - -0.012133137322962284, - 0.024878913536667824, - -0.0648585632443428, - 0.9975104928016663 - ] - ], - [ - 2.866666555404663, - [ - -0.01230024453252554, - 0.022474147379398346, - -0.06487449258565903, - 0.9975644946098328 - ] - ], - [ - 2.9000000953674316, - [ - -0.012508937157690525, - 0.02012810669839382, - -0.06594512611627579, - 0.9975419044494629 - ] - ], - [ - 2.933333396911621, - [ - -0.012769941240549088, - 0.017899882048368454, - -0.06817474961280823, - 0.9974311590194702 - ] - ], - [ - 2.9666666984558105, - [ - -0.013004385866224766, - 0.015706386417150497, - -0.07110593467950821, - 0.997260332107544 - ] - ], - [ - 3.0, - [ - -0.013149987906217575, - 0.013458000496029854, - -0.07416115701198578, - 0.9970687627792358 - ] - ], - [ - 3.0333333015441895, - [ - -0.013242753222584724, - 0.011202964000403881, - -0.07726360112428665, - 0.9968599081039429 - ] - ], - [ - 3.066666603088379, - [ - -0.013317238539457321, - 0.008989991620182991, - -0.08033587038516998, - 0.9966383576393127 - ] - ], - [ - 3.0999999046325684, - [ - -0.013406583108007908, - 0.006868293508887291, - -0.08330007642507553, - 0.9964106678962708 - ] - ], - [ - 3.133333444595337, - [ - -0.013542595319449902, - 0.004887500312179327, - -0.08607788383960724, - 0.9961844682693481 - ] - ], - [ - 3.1666667461395264, - [ - -0.013755915686488152, - 0.003097699722275138, - -0.08859041333198547, - 0.9959683418273926 - ] - ], - [ - 3.200000047683716, - [ - -0.014076302759349346, - 0.0015491414815187454, - -0.09075869619846344, - 0.9957722425460815 - ] - ], - [ - 3.2333333492279053, - [ - -0.014532928355038166, - 0.00029219326097518206, - -0.09250352531671524, - 0.9956062436103821 - ] - ], - [ - 3.2666666507720947, - [ - -0.015154831111431122, - -0.0006228896090760827, - -0.093745656311512, - 0.9954806566238403 - ] - ], - [ - 3.299999952316284, - [ - -0.01597137376666069, - -0.001146207912825048, - -0.09440596401691437, - 0.9954050183296204 - ] - ], - [ - 3.3333332538604736, - [ - -0.017012832686305046, - -0.0012285033008083701, - -0.09440560638904572, - 0.9953876733779907 - ] - ], - [ - 3.366666555404663, - [ - -0.018052732571959496, - -0.0011282966006547213, - -0.09446454793214798, - 0.9953638911247253 - ] - ], - [ - 3.4000000953674316, - [ - -0.018958227708935738, - -0.0010529980063438416, - -0.09511642903089523, - 0.9952850341796875 - ] - ], - [ - 3.433333396911621, - [ - -0.019900785759091377, - -0.0008780587813816965, - -0.09600292891263962, - 0.9951817989349365 - ] - ], - [ - 3.4666666984558105, - [ - -0.02105095610022545, - -0.000478921429021284, - -0.09676539897918701, - 0.9950844645500183 - ] - ], - [ - 3.5, - [ - -0.022578546777367592, - 0.0002690639812499285, - -0.09704515337944031, - 0.9950239062309265 - ] - ], - [ - 3.5333333015441895, - [ - -0.024653829634189606, - 0.0014894078485667706, - -0.09648338705301285, - 0.9950280785560608 - ] - ], - [ - 3.566666603088379, - [ - -0.027449849992990494, - 0.0033019306138157845, - -0.09472160786390305, - 0.9951198101043701 - ] - ], - [ - 3.5999999046325684, - [ - -0.031145727261900902, - 0.005818850826472044, - -0.09140170365571976, - 0.9953100085258484 - ] - ], - [ - 3.633333444595337, - [ - -0.03440292552113533, - 0.028052279725670815, - -0.060137636959552765, - 0.9972026944160461 - ] - ], - [ - 3.6666667461395264, - [ - -0.0408727265894413, - 0.07215814292430878, - 0.0016700029373168945, - 0.9965540766716003 - ] - ], - [ - 3.700000047683716, - [ - -0.052519407123327255, - 0.11363938450813293, - 0.060089584439992905, - 0.9903116822242737 - ] - ], - [ - 3.7333333492279053, - [ - -0.05941735953092575, - 0.13129399716854095, - 0.08673010021448135, - 0.9857532978057861 - ] - ], - [ - 3.7666666507720947, - [ - -0.05671417713165283, - 0.12463336437940598, - 0.0772186741232872, - 0.987566351890564 - ] - ], - [ - 3.799999952316284, - [ - -0.05134866014122963, - 0.1079445332288742, - 0.048289742320775986, - 0.9916548728942871 - ] - ], - [ - 3.8333332538604736, - [ - -0.046570803970098495, - 0.0844958946108818, - 0.006691871210932732, - 0.9953124523162842 - ] - ], - [ - 3.866666555404663, - [ - -0.044662803411483765, - 0.05809329077601433, - -0.040112677961587906, - 0.9965046048164368 - ] - ], - [ - 3.9000000953674316, - [ - -0.045896295458078384, - 0.03320619463920593, - -0.08379847556352615, - 0.994871199131012 - ] - ], - [ - 3.933333396911621, - [ - -0.04846327006816864, - 0.014649496413767338, - -0.11560778319835663, - 0.9920037984848022 - ] - ], - [ - 3.9666666984558105, - [ - -0.049459345638751984, - 0.007210101000964642, - -0.1268371194601059, - 0.9906635880470276 - ] - ], - [ - 4.0, - [ - -0.046996746212244034, - 0.009034279733896255, - -0.12231576442718506, - 0.9913367629051208 - ] - ], - [ - 4.0333333015441895, - [ - -0.04190802574157715, - 0.014099297113716602, - -0.11377016454935074, - 0.9925227761268616 - ] - ], - [ - 4.066666603088379, - [ - -0.035623859614133835, - 0.020791562274098396, - -0.10301794856786728, - 0.9938238859176636 - ] - ], - [ - 4.099999904632568, - [ - -0.029473820701241493, - 0.02745339833199978, - -0.09190300107002258, - 0.9949530959129333 - ] - ], - [ - 4.133333206176758, - [ - -0.02463955618441105, - 0.03237060829997063, - -0.0822974443435669, - 0.9957771897315979 - ] - ], - [ - 4.166666507720947, - [ - -0.022183045744895935, - 0.03378947451710701, - -0.07609295099973679, - 0.9962812066078186 - ] - ], - [ - 4.199999809265137, - [ - -0.020686425268650055, - 0.0321207121014595, - -0.07288955897092819, - 0.9966080784797668 - ] - ], - [ - 4.233333110809326, - [ - -0.0184172410517931, - 0.029103027656674385, - -0.07110395282506943, - 0.9968741536140442 - ] - ], - [ - 4.266666889190674, - [ - -0.015805065631866455, - 0.024995824322104454, - -0.07073066383600235, - 0.9970569610595703 - ] - ], - [ - 4.300000190734863, - [ - -0.013069345615804195, - 0.02012239582836628, - -0.07158973813056946, - 0.9971455335617065 - ] - ], - [ - 4.333333492279053, - [ - -0.010435200296342373, - 0.014802535995841026, - -0.07349741458892822, - 0.9971310496330261 - ] - ], - [ - 4.366666793823242, - [ - -0.008129059337079525, - 0.009354731999337673, - -0.07626353949308395, - 0.9970107674598694 - ] - ], - [ - 4.400000095367432, - [ - -0.006374632474035025, - 0.004097749479115009, - -0.07969003915786743, - 0.996790885925293 - ] - ], - [ - 4.433333396911621, - [ - -0.005389826837927103, - -0.0006479576695710421, - -0.0835707038640976, - 0.9964870810508728 - ] - ], - [ - 4.4666666984558105, - [ - -0.00538439117372036, - -0.0045588514767587185, - -0.08769199252128601, - 0.9961226582527161 - ] - ], - [ - 4.5, - [ - -0.006558416411280632, - -0.007306912913918495, - -0.09183507412672043, - 0.9957259297370911 - ] - ], - [ - 4.5333333015441895, - [ - -0.009101544506847858, - -0.008558155037462711, - -0.09577862918376923, - 0.9953242540359497 - ] - ], - [ - 4.566666603088379, - [ - -0.014634817838668823, - -0.0038519292138516903, - -0.10330995917320251, - 0.9945341944694519 - ] - ], - [ - 4.599999904632568, - [ - -0.022683655843138695, - 0.007090393919497728, - -0.11536958813667297, - 0.9930382966995239 - ] - ], - [ - 4.633333206176758, - [ - -0.030478045344352722, - 0.01821267232298851, - -0.1274055540561676, - 0.9912149906158447 - ] - ], - [ - 4.666666507720947, - [ - -0.03566098213195801, - 0.023257378488779068, - -0.1347164511680603, - 0.9899691343307495 - ] - ], - [ - 4.699999809265137, - [ - -0.03614228591322899, - 0.019657187163829803, - -0.13142962753772736, - 0.9904714226722717 - ] - ], - [ - 4.733333110809326, - [ - -0.032407015562057495, - 0.010785152204334736, - -0.11811216175556183, - 0.992412805557251 - ] - ], - [ - 4.766666889190674, - [ - -0.026166290044784546, - -0.0007501125219278038, - -0.09965192526578903, - 0.9946780800819397 - ] - ], - [ - 4.800000190734863, - [ - -0.01930362731218338, - -0.012353327125310898, - -0.08091868460178375, - 0.9964572191238403 - ] - ], - [ - 4.833333492279053, - [ - -0.01394988689571619, - -0.02151549607515335, - -0.06674911081790924, - 0.9974403381347656 - ] - ], - [ - 4.866666793823242, - [ - -0.012411285191774368, - -0.0258093923330307, - -0.06193942949175835, - 0.997668981552124 - ] - ], - [ - 4.900000095367432, - [ - -0.014454376883804798, - -0.025679688900709152, - -0.0665997788310051, - 0.9973446130752563 - ] - ], - [ - 4.933333396911621, - [ - -0.01780793070793152, - -0.023628152906894684, - -0.07612079381942749, - 0.9966596364974976 - ] - ], - [ - 4.9666666984558105, - [ - -0.021860212087631226, - -0.020277826115489006, - -0.08836345374584198, - 0.9956419467926025 - ] - ], - [ - 5.0, - [ - -0.02603994868695736, - -0.01627584546804428, - -0.10125914216041565, - 0.9943860173225403 - ] - ], - [ - 5.0333333015441895, - [ - -0.029679449275135994, - -0.012334066443145275, - -0.11262001097202301, - 0.993118166923523 - ] - ], - [ - 5.066666603088379, - [ - -0.03213346004486084, - -0.009169088676571846, - -0.12026584148406982, - 0.992179274559021 - ] - ], - [ - 5.099999904632568, - [ - -0.032778359949588776, - -0.0074984002858400345, - -0.12201749533414841, - 0.9919582009315491 - ] - ], - [ - 5.133333206176758, - [ - -0.03212490677833557, - -0.007058151997625828, - -0.11915940046310425, - 0.9923301935195923 - ] - ], - [ - 5.166666507720947, - [ - -0.031129945069551468, - -0.006998198572546244, - -0.11474448442459106, - 0.992882490158081 - ] - ], - [ - 5.199999809265137, - [ - -0.0298484917730093, - -0.007154532242566347, - -0.10923994332551956, - 0.993541419506073 - ] - ], - [ - 5.233333110809326, - [ - -0.02833487279713154, - -0.007361250463873148, - -0.10311375558376312, - 0.9942386746406555 - ] - ], - [ - 5.266666889190674, - [ - -0.02664284221827984, - -0.007450027856975794, - -0.09683479368686676, - 0.9949159026145935 - ] - ], - [ - 5.300000190734863, - [ - -0.024825379252433777, - -0.007250247523188591, - -0.09087347984313965, - 0.9955265522003174 - ] - ], - [ - 5.333333492279053, - [ - -0.0229334719479084, - -0.0065900967456400394, - -0.08570103347301483, - 0.996035099029541 - ] - ], - [ - 5.366666793823242, - [ - -0.021014761179685593, - -0.005298189353197813, - -0.08179020881652832, - 0.9964140057563782 - ] - ], - [ - 5.400000095367432, - [ - -0.019063571467995644, - -0.0034666121937334538, - -0.07951672375202179, - 0.9966452121734619 - ] - ], - [ - 5.433333396911621, - [ - -0.01707059144973755, - -0.001369487727060914, - -0.07859097421169281, - 0.9967599511146545 - ] - ], - [ - 5.4666666984558105, - [ - -0.015078183263540268, - 0.0008896031649783254, - -0.07848863303661346, - 0.9968006014823914 - ] - ], - [ - 5.5, - [ - -0.013133793137967587, - 0.0032094556372612715, - -0.07868525385856628, - 0.9968078136444092 - ] - ], - [ - 5.5333333015441895, - [ - -0.011289776302874088, - 0.005492834374308586, - -0.078656405210495, - 0.996822714805603 - ] - ], - [ - 5.566666603088379, - [ - -0.009603396989405155, - 0.007646277546882629, - -0.07787769287824631, - 0.9968873262405396 - ] - ], - [ - 5.599999904632568, - [ - -0.00813694205135107, - 0.009577976539731026, - -0.07582467049360275, - 0.9970419406890869 - ] - ], - [ - 5.633333206176758, - [ - -0.006921635940670967, - 0.011359864845871925, - -0.07301893830299377, - 0.9972418546676636 - ] - ], - [ - 5.666666507720947, - [ - -0.005947988014668226, - 0.013108950108289719, - -0.07035636901855469, - 0.9974180459976196 - ] - ], - [ - 5.699999809265137, - [ - -0.0052207293920218945, - 0.01480014342814684, - -0.06787346303462982, - 0.9975705146789551 - ] - ], - [ - 5.733333110809326, - [ - -0.004744095262140036, - 0.016408495604991913, - -0.065606489777565, - 0.9976993799209595 - ] - ], - [ - 5.766666889190674, - [ - -0.004521900322288275, - 0.017909348011016846, - -0.06359130144119263, - 0.9978050589561462 - ] - ], - [ - 5.800000190734863, - [ - -0.0045576696284115314, - 0.019278215244412422, - -0.06186351180076599, - 0.9978880286216736 - ] - ], - [ - 5.833333492279053, - [ - -0.004854812286794186, - 0.020491041243076324, - -0.0604582354426384, - 0.9979485869407654 - ] - ], - [ - 5.866666793823242, - [ - -0.005416783504188061, - 0.02152409963309765, - -0.05941024795174599, - 0.9979869723320007 - ] - ], - [ - 5.900000095367432, - [ - -0.006247262936085463, - 0.022354092448949814, - -0.05875387042760849, - 0.9980026483535767 - ] - ], - [ - 5.933333396911621, - [ - -0.007177175022661686, - 0.022916942834854126, - -0.05861066281795502, - 0.9979920387268066 - ] - ], - [ - 5.9666666984558105, - [ - -0.008036240004003048, - 0.023182226344943047, - -0.05904193967580795, - 0.9979539513587952 - ] - ], - [ - 6.0, - [ - -0.008827573619782925, - 0.02317703515291214, - -0.0599917434155941, - 0.9978907108306885 - ] - ], - [ - 6.0333333015441895, - [ - -0.009555208496749401, - 0.022928010672330856, - -0.06140444427728653, - 0.9978038668632507 - ] - ], - [ - 6.066666603088379, - [ - -0.010223757475614548, - 0.022461455315351486, - -0.063224658370018, - 0.9976941347122192 - ] - ], - [ - 6.099999904632568, - [ - -0.01083808857947588, - 0.02180345356464386, - -0.06539716571569443, - 0.9975622296333313 - ] - ], - [ - 6.133333206176758, - [ - -0.011403069831430912, - 0.0209799837321043, - -0.06786683946847916, - 0.9974086880683899 - ] - ], - [ - 6.166666507720947, - [ - -0.011923309415578842, - 0.020016958937048912, - -0.07057856023311615, - 0.9972341060638428 - ] - ], - [ - 6.199999809265137, - [ - -0.012402975000441074, - 0.01894034817814827, - -0.07347726076841354, - 0.9970398545265198 - ] - ], - [ - 6.233333110809326, - [ - -0.012845650315284729, - 0.0177762508392334, - -0.07650772482156754, - 0.9968278408050537 - ] - ], - [ - 6.266666889190674, - [ - -0.013254200108349323, - 0.016550833359360695, - -0.07961476594209671, - 0.9966001510620117 - ] - ], - [ - 6.300000190734863, - [ - -0.013630639761686325, - 0.015290487557649612, - -0.08274299651384354, - 0.9963603615760803 - ] - ], - [ - 6.333333492279053, - [ - -0.01397621538490057, - 0.014021757058799267, - -0.08583701401948929, - 0.9961124658584595 - ] - ], - [ - 6.366666793823242, - [ - -0.01429129671305418, - 0.012771383859217167, - -0.08884131163358688, - 0.9958614706993103 - ] - ], - [ - 6.400000095367432, - [ - -0.014575453475117683, - 0.011566282249987125, - -0.09170027077198029, - 0.9956128001213074 - ] - ], - [ - 6.433333396911621, - [ - -0.014827539213001728, - 0.010433533228933811, - -0.09435823559761047, - 0.9953731894493103 - ] - ], - [ - 6.4666666984558105, - [ - -0.015045790933072567, - 0.009400393813848495, - -0.09675943851470947, - 0.9951496720314026 - ] - ], - [ - 6.5, - [ - -0.015227976255118847, - 0.008494200184941292, - -0.09884806722402573, - 0.9949497580528259 - ] - ], - [ - 6.5333333015441895, - [ - -0.015371603891253471, - 0.007742376998066902, - -0.10056835412979126, - 0.9947812557220459 - ] - ], - [ - 6.566666603088379, - [ - -0.01547414343804121, - 0.007172382436692715, - -0.10186444222927094, - 0.9946520924568176 - ] - ], - [ - 6.599999904632568, - [ - -0.015533305704593658, - 0.006811647675931454, - -0.102680504322052, - 0.9945697784423828 - ] - ], - [ - 6.633333206176758, - [ - -0.015547343529760838, - 0.0066875312477350235, - -0.1029607430100441, - 0.9945414066314697 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292550280_203570.json b/lenses/physics-objects/Scene/assets/1646688292550280_203570.json deleted file mode 100644 index 408d2e77..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292550280_203570.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292550280:203570", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292551327_203583.json b/lenses/physics-objects/Scene/assets/1646688292551327_203583.json deleted file mode 100644 index 2c0e240c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292551327_203583.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292551327:203583", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.85332458058474e-08 - ] - ], - [ - 3.366666555404663, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.85332458058474e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292551556_203590.json b/lenses/physics-objects/Scene/assets/1646688292551556_203590.json deleted file mode 100644 index 2d86ee5a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292551556_203590.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292551556:203590", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ], - [ - 0.03333333507180214, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ], - [ - 0.06666667014360428, - [ - -0.018286291509866714, - -0.005882098339498043, - -0.10099151730537415, - 0.9947018027305603 - ] - ], - [ - 0.10000000149011612, - [ - -0.010813988745212555, - 0.0006413831724785268, - -0.08846110850572586, - 0.9960207343101501 - ] - ], - [ - 0.13333334028720856, - [ - -0.006533511448651552, - 0.0027109200600534678, - -0.07952986657619476, - 0.9968073964118958 - ] - ], - [ - 0.1666666716337204, - [ - -0.006688276305794716, - 0.002530549420043826, - -0.07972181588411331, - 0.9967914819717407 - ] - ], - [ - 0.20000000298023224, - [ - -0.008573484607040882, - 0.0026546937879174948, - -0.08445941656827927, - 0.9963865280151367 - ] - ], - [ - 0.23333333432674408, - [ - -0.011810645461082458, - 0.003039456205442548, - -0.09262800961732864, - 0.9956260919570923 - ] - ], - [ - 0.2666666805744171, - [ - -0.016021769493818283, - 0.0036436121445149183, - -0.10311001539230347, - 0.9945342540740967 - ] - ], - [ - 0.30000001192092896, - [ - -0.020819026976823807, - 0.004421733785420656, - -0.1147923544049263, - 0.9931614995002747 - ] - ], - [ - 0.3333333432674408, - [ - -0.025798963382840157, - 0.00531922047957778, - -0.12657180428504944, - 0.9916077256202698 - ] - ], - [ - 0.36666667461395264, - [ - -0.03054218366742134, - 0.006269590929150581, - -0.1373598426580429, - 0.9900303483009338 - ] - ], - [ - 0.4000000059604645, - [ - -0.03461641073226929, - 0.0071940296329557896, - -0.1460827887058258, - 0.9886403679847717 - ] - ], - [ - 0.4333333373069763, - [ - -0.03758326545357704, - 0.008003619499504566, - -0.1516784131526947, - 0.9876827001571655 - ] - ], - [ - 0.46666666865348816, - [ - -0.03900802135467529, - 0.008604305796325207, - -0.15308760106563568, - 0.9874049425125122 - ] - ], - [ - 0.5, - [ - -0.03243454545736313, - 0.01275656372308731, - -0.14146898686885834, - 0.9893289804458618 - ] - ], - [ - 0.5333333611488342, - [ - -0.016743438318371773, - 0.022419068962335587, - -0.1149979829788208, - 0.9929715394973755 - ] - ], - [ - 0.5666666626930237, - [ - 0.0005188090726733208, - 0.0345274917781353, - -0.08348435908555984, - 0.9959107041358948 - ] - ], - [ - 0.6000000238418579, - [ - 0.012980164960026741, - 0.045322805643081665, - -0.05728315934538841, - 0.9972442984580994 - ] - ], - [ - 0.6333333253860474, - [ - 0.01569591835141182, - 0.050602469593286514, - -0.04694753512740135, - 0.9974913597106934 - ] - ], - [ - 0.6666666865348816, - [ - 0.007463787216693163, - 0.050047989934682846, - -0.05549979209899902, - 0.9971756339073181 - ] - ], - [ - 0.699999988079071, - [ - -0.007157308980822563, - 0.04732133820652962, - -0.07432880252599716, - 0.9960846900939941 - ] - ], - [ - 0.7333333492279053, - [ - -0.024096259847283363, - 0.04406801983714104, - -0.09658215194940567, - 0.9940569996833801 - ] - ], - [ - 0.7666666507720947, - [ - -0.03892659395933151, - 0.041498150676488876, - -0.11575916409492493, - 0.9916463494300842 - ] - ], - [ - 0.800000011920929, - [ - -0.04688220098614693, - 0.04037225618958473, - -0.12575241923332214, - 0.9901305437088013 - ] - ], - [ - 0.8333333134651184, - [ - -0.044651228934526443, - 0.04014965146780014, - -0.12438040226697922, - 0.9904159903526306 - ] - ], - [ - 0.8666666746139526, - [ - -0.034335941076278687, - 0.040002353489398956, - -0.11534788459539413, - 0.9919253587722778 - ] - ], - [ - 0.8999999761581421, - [ - -0.01922270841896534, - 0.04018493369221687, - -0.10145542770624161, - 0.993842363357544 - ] - ], - [ - 0.9333333373069763, - [ - -0.002595557365566492, - 0.040826790034770966, - -0.0856233686208725, - 0.9954873323440552 - ] - ], - [ - 0.9666666388511658, - [ - 0.012320088222622871, - 0.04177464544773102, - -0.07102325558662415, - 0.996523380279541 - ] - ], - [ - 1.0, - [ - 0.022391727194190025, - 0.04259629175066948, - -0.06105992570519447, - 0.9969733357429504 - ] - ], - [ - 1.0333333015441895, - [ - 0.02454526722431183, - 0.04273970425128937, - -0.05923058092594147, - 0.9970269799232483 - ] - ], - [ - 1.0666667222976685, - [ - 0.017232730984687805, - 0.040638621896505356, - -0.06671111285686493, - 0.9967954754829407 - ] - ], - [ - 1.100000023841858, - [ - 0.002784203039482236, - 0.03599648177623749, - -0.0803694874048233, - 0.9961111545562744 - ] - ], - [ - 1.1333333253860474, - [ - -0.016050972044467926, - 0.030229847878217697, - -0.09717672318220139, - 0.9946784377098083 - ] - ], - [ - 1.1666666269302368, - [ - -0.036367520689964294, - 0.024571113288402557, - -0.11427177488803864, - 0.9924795627593994 - ] - ], - [ - 1.2000000476837158, - [ - -0.05507184565067291, - 0.019953042268753052, - -0.1290929764509201, - 0.9899010062217712 - ] - ], - [ - 1.2333333492279053, - [ - -0.06893422454595566, - 0.017015840858221054, - -0.13938668370246887, - 0.9876891374588013 - ] - ], - [ - 1.2666666507720947, - [ - -0.07469312846660614, - 0.01624368131160736, - -0.14307692646980286, - 0.9867553114891052 - ] - ], - [ - 1.2999999523162842, - [ - -0.0696612223982811, - 0.0194314643740654, - -0.13677945733070374, - 0.9879580736160278 - ] - ], - [ - 1.3333333730697632, - [ - -0.056310176849365234, - 0.026918023824691772, - -0.12124036997556686, - 0.9906590580940247 - ] - ], - [ - 1.3666666746139526, - [ - -0.03916507214307785, - 0.03702666610479355, - -0.10056819766759872, - 0.99346923828125 - ] - ], - [ - 1.399999976158142, - [ - -0.022444935515522957, - 0.047783803194761276, - -0.07915245741605759, - 0.9954637289047241 - ] - ], - [ - 1.4333332777023315, - [ - -0.009855934418737888, - 0.05680486559867859, - -0.06174689531326294, - 0.9964253306388855 - ] - ], - [ - 1.4666666984558105, - [ - -0.004666890483349562, - 0.06143563613295555, - -0.053316522389650345, - 0.9966751933097839 - ] - ], - [ - 1.5, - [ - -0.00852678157389164, - 0.061117641627788544, - -0.05848605930805206, - 0.9963791966438293 - ] - ], - [ - 1.5333333015441895, - [ - -0.01894589141011238, - 0.05817140266299248, - -0.0746845230460167, - 0.9953287839889526 - ] - ], - [ - 1.5666667222976685, - [ - -0.03290736302733421, - 0.05424671620130539, - -0.09607099741697311, - 0.9933502674102783 - ] - ], - [ - 1.600000023841858, - [ - -0.04711749404668808, - 0.050770219415426254, - -0.11698035150766373, - 0.9907158613204956 - ] - ], - [ - 1.6333333253860474, - [ - -0.057911619544029236, - 0.04882177338004112, - -0.13205046951770782, - 0.9883448481559753 - ] - ], - [ - 1.6666666269302368, - [ - -0.0614316463470459, - 0.049242179840803146, - -0.13614137470722198, - 0.9875560402870178 - ] - ], - [ - 1.7000000476837158, - [ - -0.05299684405326843, - 0.05190455541014671, - -0.12557201087474823, - 0.9893072843551636 - ] - ], - [ - 1.7333333492279053, - [ - -0.034866444766521454, - 0.0559021458029747, - -0.10439088940620422, - 0.992351770401001 - ] - ], - [ - 1.7666666507720947, - [ - -0.013533907011151314, - 0.06072762981057167, - -0.07924024760723114, - 0.9949121475219727 - ] - ], - [ - 1.7999999523162842, - [ - 0.004931745119392872, - 0.06517232209444046, - -0.057408127933740616, - 0.9962090849876404 - ] - ], - [ - 1.8333333730697632, - [ - 0.014958287589251995, - 0.06731951981782913, - -0.046784501522779465, - 0.9965217113494873 - ] - ], - [ - 1.8666666746139526, - [ - 0.013822766952216625, - 0.06330066174268723, - -0.05099960044026375, - 0.9965947270393372 - ] - ], - [ - 1.899999976158142, - [ - 0.004588988609611988, - 0.05297344550490379, - -0.06498409062623978, - 0.9964687824249268 - ] - ], - [ - 1.9333332777023315, - [ - -0.009475957602262497, - 0.03984937444329262, - -0.08367259800434113, - 0.995651125907898 - ] - ], - [ - 1.9666666984558105, - [ - -0.024682242423295975, - 0.02726575918495655, - -0.10209901630878448, - 0.9940942525863647 - ] - ], - [ - 2.0, - [ - -0.03675415366888046, - 0.018213162198662758, - -0.11556722968816757, - 0.9924523234367371 - ] - ], - [ - 2.0333333015441895, - [ - -0.041072726249694824, - 0.015407676808536053, - -0.11962868273258209, - 0.9918491840362549 - ] - ], - [ - 2.066666603088379, - [ - -0.03594518080353737, - 0.018707042559981346, - -0.11109919100999832, - 0.9929828643798828 - ] - ], - [ - 2.0999999046325684, - [ - -0.02505786530673504, - 0.025226686149835587, - -0.09290872514247894, - 0.9950396418571472 - ] - ], - [ - 2.133333444595337, - [ - -0.011854160577058792, - 0.03351863846182823, - -0.0698464959859848, - 0.9969239830970764 - ] - ], - [ - 2.1666667461395264, - [ - 0.0005778919439762831, - 0.04191277548670769, - -0.04689786210656166, - 0.998019814491272 - ] - ], - [ - 2.200000047683716, - [ - 0.009660329669713974, - 0.04847690090537071, - -0.029251238331198692, - 0.9983492493629456 - ] - ], - [ - 2.2333333492279053, - [ - 0.013176788575947285, - 0.051126230508089066, - -0.022197168320417404, - 0.9983585476875305 - ] - ], - [ - 2.2666666507720947, - [ - 0.010137799195945263, - 0.04812346771359444, - -0.027729937806725502, - 0.9984049201011658 - ] - ], - [ - 2.299999952316284, - [ - 0.0021148226223886013, - 0.04041346162557602, - -0.04203835874795914, - 0.9982960820198059 - ] - ], - [ - 2.3333332538604736, - [ - -0.009298354387283325, - 0.029968446120619774, - -0.06166758015751839, - 0.9976034164428711 - ] - ], - [ - 2.366666555404663, - [ - -0.022305404767394066, - 0.018685977905988693, - -0.08320116251707077, - 0.9961078763008118 - ] - ], - [ - 2.4000000953674316, - [ - -0.03473906219005585, - 0.0082920603454113, - -0.10334000736474991, - 0.9940047860145569 - ] - ], - [ - 2.433333396911621, - [ - -0.04406137019395828, - 0.00031725375447422266, - -0.11893365532159805, - 0.9919240474700928 - ] - ], - [ - 2.4666666984558105, - [ - -0.04751502722501755, - -0.0038340117316693068, - -0.12693707644939423, - 0.9907646775245667 - ] - ], - [ - 2.5, - [ - -0.04524873569607735, - -0.0017856659833341837, - -0.12500052154064178, - 0.9911227226257324 - ] - ], - [ - 2.5333333015441895, - [ - -0.04017172008752823, - 0.006326894275844097, - -0.11496717482805252, - 0.9925365447998047 - ] - ], - [ - 2.566666603088379, - [ - -0.033745624125003815, - 0.018147192895412445, - -0.1000908762216568, - 0.9942402839660645 - ] - ], - [ - 2.5999999046325684, - [ - -0.027279183268547058, - 0.03126827999949455, - -0.08364182710647583, - 0.9956315755844116 - ] - ], - [ - 2.633333444595337, - [ - -0.02173195220530033, - 0.043219927698373795, - -0.06887439638376236, - 0.996451735496521 - ] - ], - [ - 2.6666667461395264, - [ - -0.017710940912365913, - 0.05148688703775406, - -0.059003375470638275, - 0.9967718124389648 - ] - ], - [ - 2.700000047683716, - [ - -0.015663785859942436, - 0.05353953316807747, - -0.05721299722790718, - 0.9968023300170898 - ] - ], - [ - 2.7333333492279053, - [ - -0.016040220856666565, - 0.048310279846191406, - -0.06475920975208282, - 0.9966017603874207 - ] - ], - [ - 2.7666666507720947, - [ - -0.018551643937826157, - 0.038136374205350876, - -0.07860644906759262, - 0.996003270149231 - ] - ], - [ - 2.799999952316284, - [ - -0.02256184257566929, - 0.02561131864786148, - -0.09548753499984741, - 0.9948453903198242 - ] - ], - [ - 2.8333332538604736, - [ - -0.02712961845099926, - 0.013320275582373142, - -0.11207646876573563, - 0.9932398796081543 - ] - ], - [ - 2.866666555404663, - [ - -0.030927065759897232, - 0.0038069908041507006, - -0.12500682473182678, - 0.9916664361953735 - ] - ], - [ - 2.9000000953674316, - [ - -0.032366793602705, - -0.0004325096670072526, - -0.13090921938419342, - 0.9908657670021057 - ] - ], - [ - 2.933333396911621, - [ - -0.02971549704670906, - 0.0026613278314471245, - -0.12633319199085236, - 0.9915391206741333 - ] - ], - [ - 2.9666666984558105, - [ - -0.023733077570796013, - 0.011711047030985355, - -0.11279231309890747, - 0.9932660460472107 - ] - ], - [ - 3.0, - [ - -0.016481570899486542, - 0.023821109905838966, - -0.09454288333654404, - 0.9950992465019226 - ] - ], - [ - 3.0333333015441895, - [ - -0.009699865244328976, - 0.035995256155729294, - -0.07592658698558807, - 0.9964163899421692 - ] - ], - [ - 3.066666603088379, - [ - -0.004732048604637384, - 0.045348409563302994, - -0.06116904690861702, - 0.9970855116844177 - ] - ], - [ - 3.0999999046325684, - [ - -0.002556827152147889, - 0.04895336180925369, - -0.0544746071100235, - 0.9973111748695374 - ] - ], - [ - 3.133333444595337, - [ - -0.006395136471837759, - 0.04029325395822525, - -0.06369703263044357, - 0.9971350431442261 - ] - ], - [ - 3.1666667461395264, - [ - -0.016992053017020226, - 0.020143240690231323, - -0.08742254972457886, - 0.9958227872848511 - ] - ], - [ - 3.200000047683716, - [ - -0.031184813007712364, - -0.0035039049107581377, - -0.11585170030593872, - 0.9927706718444824 - ] - ], - [ - 3.2333333492279053, - [ - -0.0441121831536293, - -0.02302931621670723, - -0.13913816213607788, - 0.9890220165252686 - ] - ], - [ - 3.2666666507720947, - [ - -0.04930910840630531, - -0.03134870529174805, - -0.14760370552539825, - 0.9873191118240356 - ] - ], - [ - 3.299999952316284, - [ - -0.04542086273431778, - -0.02916179597377777, - -0.1414843648672104, - 0.9884678721427917 - ] - ], - [ - 3.3333332538604736, - [ - -0.037209440022706985, - -0.02235265076160431, - -0.12974776327610016, - 0.9905964732170105 - ] - ], - [ - 3.366666555404663, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292551730_203597.json b/lenses/physics-objects/Scene/assets/1646688292551730_203597.json deleted file mode 100644 index 67253c78..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292551730_203597.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292551730:203597", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292552688_203610.json b/lenses/physics-objects/Scene/assets/1646688292552688_203610.json deleted file mode 100644 index 73727996..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292552688_203610.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292552688:203610", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.4276004378643847e-07 - ] - ], - [ - 6.633333206176758, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292552871_203617.json b/lenses/physics-objects/Scene/assets/1646688292552871_203617.json deleted file mode 100644 index c4dbca56..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292552871_203617.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292552871:203617", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.016794400289654732, - 0.005186174064874649, - -0.12222567200660706, - 0.9923467040061951 - ] - ], - [ - 0.03333333507180214, - [ - -0.016794400289654732, - 0.005186174064874649, - -0.12222567200660706, - 0.9923467040061951 - ] - ], - [ - 0.06666667014360428, - [ - -0.016427768394351006, - 0.004620571155101061, - -0.12320755422115326, - 0.9922341704368591 - ] - ], - [ - 0.10000000149011612, - [ - -0.016192296519875526, - 0.004371562972664833, - -0.12359122186899185, - 0.9921914935112 - ] - ], - [ - 0.13333334028720856, - [ - -0.01596844010055065, - 0.004278299864381552, - -0.12346874922513962, - 0.9922107458114624 - ] - ], - [ - 0.1666666716337204, - [ - -0.015634700655937195, - 0.004159723874181509, - -0.12299200147390366, - 0.9922758936882019 - ] - ], - [ - 0.20000000298023224, - [ - -0.015200779773294926, - 0.004018399864435196, - -0.12219011783599854, - 0.9923821687698364 - ] - ], - [ - 0.23333333432674408, - [ - -0.01467645913362503, - 0.0038568738382309675, - -0.12109226733446121, - 0.9925252795219421 - ] - ], - [ - 0.2666666805744171, - [ - -0.014071563258767128, - 0.0036776696797460318, - -0.11972755938768387, - 0.9927003383636475 - ] - ], - [ - 0.30000001192092896, - [ - -0.013395940884947777, - 0.0034832824021577835, - -0.1181250587105751, - 0.9929022789001465 - ] - ], - [ - 0.3333333432674408, - [ - -0.012659458443522453, - 0.0032761816401034594, - -0.11631389707326889, - 0.993126392364502 - ] - ], - [ - 0.36666667461395264, - [ - -0.011871992610394955, - 0.003058810019865632, - -0.11432326585054398, - 0.9933679699897766 - ] - ], - [ - 0.4000000059604645, - [ - -0.011043387465178967, - 0.002833573380485177, - -0.11218228191137314, - 0.9936222434043884 - ] - ], - [ - 0.4333333373069763, - [ - -0.01018347218632698, - 0.0026028496213257313, - -0.1099201887845993, - 0.9938848614692688 - ] - ], - [ - 0.46666666865348816, - [ - -0.00930203590542078, - 0.002368982881307602, - -0.10756625235080719, - 0.9941515922546387 - ] - ], - [ - 0.5, - [ - -0.011632858775556087, - 0.0042159236036241055, - -0.11611656099557877, - 0.9931585192680359 - ] - ], - [ - 0.5333333611488342, - [ - -0.018412265926599503, - 0.008935588411986828, - -0.13976827263832092, - 0.989972710609436 - ] - ], - [ - 0.5666666626930237, - [ - -0.0266573503613472, - 0.014596229419112206, - -0.16835176944732666, - 0.9852583408355713 - ] - ], - [ - 0.6000000238418579, - [ - -0.03340648487210274, - 0.0192857775837183, - -0.19182009994983673, - 0.980671763420105 - ] - ], - [ - 0.6333333253860474, - [ - -0.03573445975780487, - 0.02112245000898838, - -0.2003033459186554, - 0.9788541793823242 - ] - ], - [ - 0.6666666865348816, - [ - -0.0349908247590065, - 0.022527843713760376, - -0.19472165405750275, - 0.9799753427505493 - ] - ], - [ - 0.699999988079071, - [ - -0.034482691437006, - 0.026522299274802208, - -0.18354432284832, - 0.9820483922958374 - ] - ], - [ - 0.7333333492279053, - [ - -0.034260306507349014, - 0.0321211963891983, - -0.16827736794948578, - 0.9846203327178955 - ] - ], - [ - 0.7666666507720947, - [ - -0.03433309495449066, - 0.03834716975688934, - -0.15043428540229797, - 0.9872792363166809 - ] - ], - [ - 0.800000011920929, - [ - -0.03460901603102684, - 0.04425808787345886, - -0.13153176009655, - 0.9897186756134033 - ] - ], - [ - 0.8333333134651184, - [ - -0.03486671671271324, - 0.04896717518568039, - -0.11308180540800095, - 0.9917656183242798 - ] - ], - [ - 0.8666666746139526, - [ - -0.03476059436798096, - 0.051652032881975174, - -0.09658600389957428, - 0.9933755397796631 - ] - ], - [ - 0.8999999761581421, - [ - -0.03385743126273155, - 0.05154672637581825, - -0.08354003727436066, - 0.9945943355560303 - ] - ], - [ - 0.9333333373069763, - [ - -0.03260047361254692, - 0.04857897385954857, - -0.07252707332372665, - 0.9956490993499756 - ] - ], - [ - 0.9666666388511658, - [ - -0.03169035539031029, - 0.044020913541316986, - -0.062000393867492676, - 0.9966011643409729 - ] - ], - [ - 1.0, - [ - -0.031279176473617554, - 0.03907269611954689, - -0.05340291187167168, - 0.9973180294036865 - ] - ], - [ - 1.0333333015441895, - [ - -0.0315428264439106, - 0.03496168181300163, - -0.048101361840963364, - 0.9977319240570068 - ] - ], - [ - 1.0666667222976685, - [ - -0.032494448125362396, - 0.03302968293428421, - -0.04727568104863167, - 0.9978066682815552 - ] - ], - [ - 1.100000023841858, - [ - -0.034034859389066696, - 0.03293211758136749, - -0.050205472856760025, - 0.9976155161857605 - ] - ], - [ - 1.1333333253860474, - [ - -0.03600424528121948, - 0.033348243683576584, - -0.055115003138780594, - 0.9972732663154602 - ] - ], - [ - 1.1666666269302368, - [ - -0.03832549229264259, - 0.034155070781707764, - -0.061599235981702805, - 0.9967798590660095 - ] - ], - [ - 1.2000000476837158, - [ - -0.040920790284872055, - 0.03522850573062897, - -0.06925325840711594, - 0.9961368441581726 - ] - ], - [ - 1.2333333492279053, - [ - -0.04371226578950882, - 0.036444034427404404, - -0.07767219096422195, - 0.9953532814979553 - ] - ], - [ - 1.2666666507720947, - [ - -0.04662248119711876, - 0.037677276879549026, - -0.08645188063383102, - 0.9944510459899902 - ] - ], - [ - 1.2999999523162842, - [ - -0.049574483186006546, - 0.03880418837070465, - -0.09518907219171524, - 0.9934664964675903 - ] - ], - [ - 1.3333333730697632, - [ - -0.0524916835129261, - 0.039701081812381744, - -0.10348197817802429, - 0.9924514889717102 - ] - ], - [ - 1.3666666746139526, - [ - -0.055297281593084335, - 0.040244344621896744, - -0.11093051731586456, - 0.9914722442626953 - ] - ], - [ - 1.399999976158142, - [ - -0.05791346728801727, - 0.040309857577085495, - -0.11713681370019913, - 0.9906059503555298 - ] - ], - [ - 1.4333332777023315, - [ - -0.060260213911533356, - 0.03977207466959953, - -0.1217050701379776, - 0.9899367690086365 - ] - ], - [ - 1.4666666984558105, - [ - -0.06209874153137207, - 0.03855690360069275, - -0.1245415136218071, - 0.9895183444023132 - ] - ], - [ - 1.5, - [ - -0.0633542612195015, - 0.0368608683347702, - -0.12611334025859833, - 0.9893043637275696 - ] - ], - [ - 1.5333333015441895, - [ - -0.06419039517641068, - 0.034965261816978455, - -0.12686525285243988, - 0.989223062992096 - ] - ], - [ - 1.5666667222976685, - [ - -0.06477321684360504, - 0.03315386548638344, - -0.1272389441728592, - 0.9891995191574097 - ] - ], - [ - 1.600000023841858, - [ - -0.06527210772037506, - 0.031711872667074203, - -0.12767338752746582, - 0.989158034324646 - ] - ], - [ - 1.6333333253860474, - [ - -0.06585898250341415, - 0.030925236642360687, - -0.12860585749149323, - 0.9890231490135193 - ] - ], - [ - 1.6666666269302368, - [ - -0.06670252233743668, - 0.031024741008877754, - -0.13057440519332886, - 0.9887055158615112 - ] - ], - [ - 1.7000000476837158, - [ - -0.06764853745698929, - 0.03186052292585373, - -0.1333160549402237, - 0.9882487654685974 - ] - ], - [ - 1.7333333492279053, - [ - -0.06851231306791306, - 0.03318910300731659, - -0.13622400164604187, - 0.9877487421035767 - ] - ], - [ - 1.7666666507720947, - [ - -0.06915119290351868, - 0.03474656119942665, - -0.13875272870063782, - 0.9872986674308777 - ] - ], - [ - 1.7999999523162842, - [ - -0.0693194717168808, - 0.036216508597135544, - -0.1402297466993332, - 0.9870253205299377 - ] - ], - [ - 1.8333333730697632, - [ - -0.06877660751342773, - 0.0372837670147419, - -0.1399807631969452, - 0.9870588183403015 - ] - ], - [ - 1.8666666746139526, - [ - -0.06769878417253494, - 0.03787491098046303, - -0.13807034492492676, - 0.9873798489570618 - ] - ], - [ - 1.899999976158142, - [ - -0.0664285346865654, - 0.03817601501941681, - -0.13514626026153564, - 0.9878589510917664 - ] - ], - [ - 1.9333332777023315, - [ - -0.06497720628976822, - 0.03826289623975754, - -0.13140654563903809, - 0.9884564876556396 - ] - ], - [ - 1.9666666984558105, - [ - -0.06335561722517014, - 0.03821142762899399, - -0.12704932689666748, - 0.9891331791877747 - ] - ], - [ - 2.0, - [ - -0.061574485152959824, - 0.038097940385341644, - -0.12227307260036469, - 0.989851713180542 - ] - ], - [ - 2.0333333015441895, - [ - -0.059644415974617004, - 0.037999410182237625, - -0.11727640777826309, - 0.9905780553817749 - ] - ], - [ - 2.066666603088379, - [ - -0.057576119899749756, - 0.037993501871824265, - -0.11225830763578415, - 0.9912818670272827 - ] - ], - [ - 2.0999999046325684, - [ - -0.05538015067577362, - 0.0381583496928215, - -0.10741791129112244, - 0.9919366836547852 - ] - ], - [ - 2.133333444595337, - [ - -0.0530666783452034, - 0.03857225552201271, - -0.10295464098453522, - 0.992520272731781 - ] - ], - [ - 2.1666667461395264, - [ - -0.05064520984888077, - 0.039313122630119324, - -0.0990682989358902, - 0.9930132031440735 - ] - ], - [ - 2.200000047683716, - [ - -0.04812369868159294, - 0.04045768082141876, - -0.09595867991447449, - 0.9933978319168091 - ] - ], - [ - 2.2333333492279053, - [ - -0.04560944437980652, - 0.04251866787672043, - -0.09590069949626923, - 0.9934359788894653 - ] - ], - [ - 2.2666666507720947, - [ - -0.04320710897445679, - 0.045682746917009354, - -0.10010504722595215, - 0.9929880499839783 - ] - ], - [ - 2.299999952316284, - [ - -0.040926069021224976, - 0.049535058438777924, - -0.10717368125915527, - 0.9921618700027466 - ] - ], - [ - 2.3333332538604736, - [ - -0.03878938779234886, - 0.05367818474769592, - -0.11570724844932556, - 0.9910731911659241 - ] - ], - [ - 2.366666555404663, - [ - -0.03683694079518318, - 0.05774734169244766, - -0.12430675327777863, - 0.989876925945282 - ] - ], - [ - 2.4000000953674316, - [ - -0.035125553607940674, - 0.06141464784741402, - -0.13157548010349274, - 0.988778293132782 - ] - ], - [ - 2.433333396911621, - [ - -0.03372688964009285, - 0.06438157707452774, - -0.13611909747123718, - 0.9880229234695435 - ] - ], - [ - 2.4666666984558105, - [ - -0.03272343426942825, - 0.06635960936546326, - -0.1365443468093872, - 0.987866997718811 - ] - ], - [ - 2.5, - [ - -0.031719502061605453, - 0.0669969841837883, - -0.13235755264759064, - 0.9884265065193176 - ] - ], - [ - 2.5333333015441895, - [ - -0.030406469479203224, - 0.06637132167816162, - -0.12491145730018616, - 0.989478349685669 - ] - ], - [ - 2.566666603088379, - [ - -0.02899201773107052, - 0.06482549756765366, - -0.11558426916599274, - 0.9907559752464294 - ] - ], - [ - 2.5999999046325684, - [ - -0.027677709236741066, - 0.06270775943994522, - -0.10576034337282181, - 0.9920264482498169 - ] - ], - [ - 2.633333444595337, - [ - -0.026667168363928795, - 0.060378123074769974, - -0.09682901948690414, - 0.9931100010871887 - ] - ], - [ - 2.6666667461395264, - [ - -0.026171782985329628, - 0.05820988863706589, - -0.09018222987651825, - 0.993878185749054 - ] - ], - [ - 2.700000047683716, - [ - -0.02596455067396164, - 0.05603887140750885, - -0.08544449508190155, - 0.9944268465042114 - ] - ], - [ - 2.7333333492279053, - [ - -0.02567407861351967, - 0.053502678871154785, - -0.08136427402496338, - 0.9949161410331726 - ] - ], - [ - 2.7666666507720947, - [ - -0.025305399671196938, - 0.050685856491327286, - -0.07801839709281921, - 0.9953410029411316 - ] - ], - [ - 2.799999952316284, - [ - -0.024866892024874687, - 0.047672417014837265, - -0.07548346370458603, - 0.9956963658332825 - ] - ], - [ - 2.8333332538604736, - [ - -0.02437005750834942, - 0.04454556480050087, - -0.07383561879396439, - 0.995976984500885 - ] - ], - [ - 2.866666555404663, - [ - -0.023829260841012, - 0.04138724505901337, - -0.0731504037976265, - 0.9961768388748169 - ] - ], - [ - 2.9000000953674316, - [ - -0.023261280730366707, - 0.03827789053320885, - -0.07350263744592667, - 0.9962886571884155 - ] - ], - [ - 2.933333396911621, - [ - -0.022684885188937187, - 0.03529614582657814, - -0.07496626675128937, - 0.9963030815124512 - ] - ], - [ - 2.9666666984558105, - [ - -0.022060086950659752, - 0.03236953541636467, - -0.0772087350487709, - 0.9962451457977295 - ] - ], - [ - 3.0, - [ - -0.021358875557780266, - 0.029398133978247643, - -0.07979384064674377, - 0.9961488246917725 - ] - ], - [ - 3.0333333015441895, - [ - -0.020618045702576637, - 0.026417894288897514, - -0.08263877779245377, - 0.9960160851478577 - ] - ], - [ - 3.066666603088379, - [ - -0.019872937351465225, - 0.02346528321504593, - -0.08566003292798996, - 0.9958497881889343 - ] - ], - [ - 3.0999999046325684, - [ - -0.01915733702480793, - 0.020577432587742805, - -0.08877347409725189, - 0.9956550002098083 - ] - ], - [ - 3.133333444595337, - [ - -0.018503403291106224, - 0.017792174592614174, - -0.09189435839653015, - 0.9954378604888916 - ] - ], - [ - 3.1666667461395264, - [ - -0.01794171705842018, - 0.015148190781474113, - -0.0949372872710228, - 0.9952062964439392 - ] - ], - [ - 3.200000047683716, - [ - -0.017501359805464745, - 0.012684730812907219, - -0.09781656414270401, - 0.9949697256088257 - ] - ], - [ - 3.2333333492279053, - [ - -0.017210114747285843, - 0.010441654361784458, - -0.10044611245393753, - 0.9947389364242554 - ] - ], - [ - 3.2666666507720947, - [ - -0.017094722017645836, - 0.008459229953587055, - -0.10273957997560501, - 0.9945254325866699 - ] - ], - [ - 3.299999952316284, - [ - -0.017181234434247017, - 0.0067778998054564, - -0.1046106368303299, - 0.9943417310714722 - ] - ], - [ - 3.3333332538604736, - [ - -0.01749541610479355, - 0.005438019521534443, - -0.10597293078899384, - 0.9942003488540649 - ] - ], - [ - 3.366666555404663, - [ - -0.01804083213210106, - 0.004500515293329954, - -0.1073223203420639, - 0.9940505027770996 - ] - ], - [ - 3.4000000953674316, - [ - -0.018898166716098785, - 0.004060333129018545, - -0.10892900079488754, - 0.9938616752624512 - ] - ], - [ - 3.433333396911621, - [ - -0.02007143571972847, - 0.004018575418740511, - -0.11052083969116211, - 0.9936630129814148 - ] - ], - [ - 3.4666666984558105, - [ - -0.021561047062277794, - 0.004257421940565109, - -0.11188601702451706, - 0.993478000164032 - ] - ], - [ - 3.5, - [ - -0.02350071258842945, - 0.004840579349547625, - -0.11269008368253708, - 0.9933404326438904 - ] - ], - [ - 3.5333333015441895, - [ - -0.026024511083960533, - 0.0058304802514612675, - -0.11259876936674118, - 0.9932825565338135 - ] - ], - [ - 3.566666603088379, - [ - -0.029268814250826836, - 0.007285448256880045, - -0.11127808690071106, - 0.9933314919471741 - ] - ], - [ - 3.5999999046325684, - [ - -0.0333748459815979, - 0.009255667217075825, - -0.10839442908763885, - 0.9935044646263123 - ] - ], - [ - 3.633333444595337, - [ - -0.03794120252132416, - 0.030556729063391685, - -0.07723534107208252, - 0.995822012424469 - ] - ], - [ - 3.6666667461395264, - [ - -0.04672209173440933, - 0.07297716289758682, - -0.014844692312180996, - 0.9961280226707458 - ] - ], - [ - 3.700000047683716, - [ - -0.06044195592403412, - 0.11231216788291931, - 0.04458135738968849, - 0.9908306002616882 - ] - ], - [ - 3.7333333492279053, - [ - -0.06817643344402313, - 0.1288754791021347, - 0.07174582034349442, - 0.9867095947265625 - ] - ], - [ - 3.7666666507720947, - [ - -0.06509079784154892, - 0.1225266084074974, - 0.06180063262581825, - 0.9883982539176941 - ] - ], - [ - 3.799999952316284, - [ - -0.05880656838417053, - 0.10637444257736206, - 0.03196925297379494, - 0.9920706748962402 - ] - ], - [ - 3.8333332538604736, - [ - -0.052769988775253296, - 0.08335718512535095, - -0.010708448477089405, - 0.9950639605522156 - ] - ], - [ - 3.866666555404663, - [ - -0.04948248714208603, - 0.057063374668359756, - -0.058503806591033936, - 0.995425820350647 - ] - ], - [ - 3.9000000953674316, - [ - -0.04944523051381111, - 0.031961288303136826, - -0.10290063917636871, - 0.9929476976394653 - ] - ], - [ - 3.933333396911621, - [ - -0.05105956643819809, - 0.013074533082544804, - -0.1350483000278473, - 0.9894362688064575 - ] - ], - [ - 3.9666666984558105, - [ - -0.051604051142930984, - 0.005500089377164841, - -0.14621329307556152, - 0.987890899181366 - ] - ], - [ - 4.0, - [ - -0.0492241345345974, - 0.007520435843616724, - -0.14141954481601715, - 0.9886965751647949 - ] - ], - [ - 4.0333333015441895, - [ - -0.044549260288476944, - 0.012985721230506897, - -0.13259121775627136, - 0.9900839924812317 - ] - ], - [ - 4.066666603088379, - [ - -0.038837675005197525, - 0.02016672119498253, - -0.12151234596967697, - 0.9916247725486755 - ] - ], - [ - 4.099999904632568, - [ - -0.03324209898710251, - 0.027301140129566193, - -0.11000128835439682, - 0.9930002689361572 - ] - ], - [ - 4.133333206176758, - [ - -0.028761472553014755, - 0.0325864739716053, - -0.09991608560085297, - 0.9940460920333862 - ] - ], - [ - 4.166666507720947, - [ - -0.02626858279109001, - 0.03419337794184685, - -0.0931432843208313, - 0.994718611240387 - ] - ], - [ - 4.199999809265137, - [ - -0.02436923049390316, - 0.03265875577926636, - -0.08930955082178116, - 0.9951701164245605 - ] - ], - [ - 4.233333110809326, - [ - -0.021306438371539116, - 0.02994738705456257, - -0.08671212941408157, - 0.9955552220344543 - ] - ], - [ - 4.266666889190674, - [ - -0.017379093915224075, - 0.026358606293797493, - -0.08525633066892624, - 0.9958587288856506 - ] - ], - [ - 4.300000190734863, - [ - -0.013087264262139797, - 0.0220839511603117, - -0.08499404788017273, - 0.9960507154464722 - ] - ], - [ - 4.333333492279053, - [ - -0.008904661051928997, - 0.01731354556977749, - -0.08591436594724655, - 0.9961122870445251 - ] - ], - [ - 4.366666793823242, - [ - -0.005100559908896685, - 0.01233675703406334, - -0.08782397955656052, - 0.9960465431213379 - ] - ], - [ - 4.400000095367432, - [ - -0.001943498500622809, - 0.007442940026521683, - -0.09052147716283798, - 0.9958648085594177 - ] - ], - [ - 4.433333396911621, - [ - 0.00030219656764529645, - 0.0029237063135951757, - -0.09379687160253525, - 0.9955871105194092 - ] - ], - [ - 4.4666666984558105, - [ - 0.001379100140184164, - -0.0009250708972103894, - -0.09743230789899826, - 0.9952408671379089 - ] - ], - [ - 4.5, - [ - 0.0010384352644905448, - -0.0038013551384210587, - -0.10120409727096558, - 0.994857907295227 - ] - ], - [ - 4.5333333015441895, - [ - -0.0009589949040673673, - -0.005395116284489632, - -0.10488569736480713, - 0.9944692850112915 - ] - ], - [ - 4.566666603088379, - [ - -0.0069530075415968895, - -0.001579294097609818, - -0.11229004710912704, - 0.9936498999595642 - ] - ], - [ - 4.599999904632568, - [ - -0.01653856411576271, - 0.007965837605297565, - -0.12436843663454056, - 0.9920662641525269 - ] - ], - [ - 4.633333206176758, - [ - -0.02599714696407318, - 0.017697539180517197, - -0.13654488325119019, - 0.9901345372200012 - ] - ], - [ - 4.666666507720947, - [ - -0.03198513016104698, - 0.021805455908179283, - -0.14410565793514252, - 0.9888048768043518 - ] - ], - [ - 4.699999809265137, - [ - -0.03182545304298401, - 0.017959654331207275, - -0.14135867357254028, - 0.9892837405204773 - ] - ], - [ - 4.733333110809326, - [ - -0.02644485980272293, - 0.009368046186864376, - -0.1289706528186798, - 0.9912514686584473 - ] - ], - [ - 4.766666889190674, - [ - -0.018102284520864487, - -0.0015535301063209772, - -0.11170107126235962, - 0.9935758709907532 - ] - ], - [ - 4.800000190734863, - [ - -0.009232673794031143, - -0.012452446855604649, - -0.09428927302360535, - 0.9954241514205933 - ] - ], - [ - 4.833333492279053, - [ - -0.0025129171553999186, - -0.02113223820924759, - -0.0814402624964714, - 0.9964510202407837 - ] - ], - [ - 4.866666793823242, - [ - -0.0007891954737715423, - -0.0255204476416111, - -0.07781357318162918, - 0.9966410398483276 - ] - ], - [ - 4.900000095367432, - [ - -0.003611952066421509, - -0.026059698313474655, - -0.0836111381649971, - 0.9961510896682739 - ] - ], - [ - 4.933333396911621, - [ - -0.008086149580776691, - -0.024930350482463837, - -0.09440256655216217, - 0.9951890707015991 - ] - ], - [ - 4.9666666984558105, - [ - -0.013394324108958244, - -0.02267347276210785, - -0.10787729918956757, - 0.9938153624534607 - ] - ], - [ - 5.0, - [ - -0.018707867711782455, - -0.019845861941576004, - -0.12173864245414734, - 0.9921874403953552 - ] - ], - [ - 5.0333333015441895, - [ - -0.02334032952785492, - -0.016987139359116554, - -0.13386404514312744, - 0.9905791878700256 - ] - ], - [ - 5.066666603088379, - [ - -0.02666275016963482, - -0.01466619223356247, - -0.14220616221427917, - 0.9893692135810852 - ] - ], - [ - 5.099999904632568, - [ - -0.027947552502155304, - -0.013499529100954533, - -0.1445954144001007, - 0.9890039563179016 - ] - ], - [ - 5.133333206176758, - [ - -0.027720298618078232, - -0.013309093192219734, - -0.14229778945446014, - 0.9893461465835571 - ] - ], - [ - 5.166666507720947, - [ - -0.027042195200920105, - -0.013404135592281818, - -0.13834884762763977, - 0.9899236559867859 - ] - ], - [ - 5.199999809265137, - [ - -0.025998007506132126, - -0.013632279820740223, - -0.13322731852531433, - 0.9906506538391113 - ] - ], - [ - 5.233333110809326, - [ - -0.02467300370335579, - -0.013838901184499264, - -0.12741243839263916, - 0.991446316242218 - ] - ], - [ - 5.266666889190674, - [ - -0.023152874782681465, - -0.013866682536900043, - -0.12138425558805466, - 0.9922386407852173 - ] - ], - [ - 5.300000190734863, - [ - -0.02152324840426445, - -0.013555759564042091, - -0.11562450975179672, - 0.9929672479629517 - ] - ], - [ - 5.333333492279053, - [ - -0.01986822858452797, - -0.012744730338454247, - -0.11061602830886841, - 0.9935829639434814 - ] - ], - [ - 5.366666793823242, - [ - -0.018268482759594917, - -0.011272032745182514, - -0.10684331506490707, - 0.9940441250801086 - ] - ], - [ - 5.400000095367432, - [ - -0.0167024377733469, - -0.009222222492098808, - -0.10466401278972626, - 0.9943246245384216 - ] - ], - [ - 5.433333396911621, - [ - -0.01511290855705738, - -0.006862204056233168, - -0.10376650840044022, - 0.9944632053375244 - ] - ], - [ - 5.4666666984558105, - [ - -0.013526614755392075, - -0.004305867478251457, - -0.10363268107175827, - 0.9945143461227417 - ] - ], - [ - 5.5, - [ - -0.011975344270467758, - -0.001665575779043138, - -0.10374418646097183, - 0.9945304989814758 - ] - ], - [ - 5.5333333015441895, - [ - -0.010496338829398155, - 0.0009493580437265337, - -0.1035827025771141, - 0.9945650100708008 - ] - ], - [ - 5.566666603088379, - [ - -0.009132403880357742, - 0.0034324401058256626, - -0.10262992978096008, - 0.9946717619895935 - ] - ], - [ - 5.599999904632568, - [ - -0.007931863889098167, - 0.005677838809788227, - -0.10036738216876984, - 0.9949027299880981 - ] - ], - [ - 5.633333206176758, - [ - -0.0069419704377651215, - 0.007765434682369232, - -0.09730435907840729, - 0.9952001571655273 - ] - ], - [ - 5.666666507720947, - [ - -0.006176081020385027, - 0.009829526767134666, - -0.09432069212198257, - 0.9954741597175598 - ] - ], - [ - 5.699999809265137, - [ - -0.005635174456983805, - 0.011844278313219547, - -0.09145303815603256, - 0.9957230091094971 - ] - ], - [ - 5.733333110809326, - [ - -0.005319594405591488, - 0.013784029521048069, - -0.0887378454208374, - 0.9959454536437988 - ] - ], - [ - 5.766666889190674, - [ - -0.005229103844612837, - 0.01562343630939722, - -0.08621121197938919, - 0.9961406588554382 - ] - ], - [ - 5.800000190734863, - [ - -0.0053629628382623196, - 0.01733732968568802, - -0.0839090347290039, - 0.9963081479072571 - ] - ], - [ - 5.833333492279053, - [ - -0.0057201087474823, - 0.018900955095887184, - -0.08186674118041992, - 0.9964476227760315 - ] - ], - [ - 5.866666793823242, - [ - -0.006299251224845648, - 0.020289873704314232, - -0.08011943101882935, - 0.9965588450431824 - ] - ], - [ - 5.900000095367432, - [ - -0.007099050562828779, - 0.021479984745383263, - -0.07870179414749146, - 0.9966415762901306 - ] - ], - [ - 5.933333396911621, - [ - -0.00811828300356865, - 0.02244759164750576, - -0.0776481032371521, - 0.9966950416564941 - ] - ], - [ - 5.9666666984558105, - [ - -0.009356056340038776, - 0.02316935546696186, - -0.07699225842952728, - 0.9967185258865356 - ] - ], - [ - 6.0, - [ - -0.010634497739374638, - 0.023606404662132263, - -0.07685495913028717, - 0.9967060685157776 - ] - ], - [ - 6.0333333015441895, - [ - -0.01177963986992836, - 0.023753250017762184, - -0.07729700952768326, - 0.9966555237770081 - ] - ], - [ - 6.066666603088379, - [ - -0.012797655537724495, - 0.023636294528841972, - -0.07826243340969086, - 0.9965704083442688 - ] - ], - [ - 6.099999904632568, - [ - -0.01369559671729803, - 0.023281263187527657, - -0.07969563454389572, - 0.9964532256126404 - ] - ], - [ - 6.133333206176758, - [ - -0.014481039717793465, - 0.022713392972946167, - -0.0815412700176239, - 0.9963058829307556 - ] - ], - [ - 6.166666507720947, - [ - -0.01516179833561182, - 0.021957596763968468, - -0.08374422788619995, - 0.9961300492286682 - ] - ], - [ - 6.199999809265137, - [ - -0.015745652839541435, - 0.021038562059402466, - -0.08624950796365738, - 0.9959270358085632 - ] - ], - [ - 6.233333110809326, - [ - -0.01624014787375927, - 0.019980985671281815, - -0.08900213241577148, - 0.9956985712051392 - ] - ], - [ - 6.266666889190674, - [ - -0.01665239781141281, - 0.018809573724865913, - -0.09194725751876831, - 0.9954469203948975 - ] - ], - [ - 6.300000190734863, - [ - -0.01698886789381504, - 0.01754918321967125, - -0.09502984583377838, - 0.9951747059822083 - ] - ], - [ - 6.333333492279053, - [ - -0.017255377024412155, - 0.016224879771471024, - -0.09819494932889938, - 0.9948853254318237 - ] - ], - [ - 6.366666793823242, - [ - -0.017456939443945885, - 0.014861992560327053, - -0.10138749331235886, - 0.9945828318595886 - ] - ], - [ - 6.400000095367432, - [ - -0.017597738653421402, - 0.01348615251481533, - -0.10455231368541718, - 0.9942722320556641 - ] - ], - [ - 6.433333396911621, - [ - -0.017681118100881577, - 0.012123274616897106, - -0.10763418674468994, - 0.9939594268798828 - ] - ], - [ - 6.4666666984558105, - [ - -0.01770963706076145, - 0.01079965103417635, - -0.11057775467634201, - 0.9936510920524597 - ] - ], - [ - 6.5, - [ - -0.017685092985630035, - 0.009541817009449005, - -0.11332757025957108, - 0.9933544397354126 - ] - ], - [ - 6.5333333015441895, - [ - -0.01760866306722164, - 0.00837661698460579, - -0.11582818627357483, - 0.9930779337882996 - ] - ], - [ - 6.566666603088379, - [ - -0.01748102344572544, - 0.007331123109906912, - -0.11802396178245544, - 0.9928297996520996 - ] - ], - [ - 6.599999904632568, - [ - -0.017302554100751877, - 0.006432610098272562, - -0.11985930055379868, - 0.9926192760467529 - ] - ], - [ - 6.633333206176758, - [ - -0.017073534429073334, - 0.005708473268896341, - -0.12127847969532013, - 0.9924553632736206 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292553047_203624.json b/lenses/physics-objects/Scene/assets/1646688292553047_203624.json deleted file mode 100644 index c894d38b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292553047_203624.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292553047:203624", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292553979_203637.json b/lenses/physics-objects/Scene/assets/1646688292553979_203637.json deleted file mode 100644 index 9deed439..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292553979_203637.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292553979:203637", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ], - [ - 3.366666555404663, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292554152_203644.json b/lenses/physics-objects/Scene/assets/1646688292554152_203644.json deleted file mode 100644 index d67c2e0d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292554152_203644.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292554152:203644", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ], - [ - 0.03333333507180214, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ], - [ - 0.06666667014360428, - [ - -0.026204867288470268, - -0.01902020536363125, - -0.1425822675228119, - 0.9892531633377075 - ] - ], - [ - 0.10000000149011612, - [ - -0.017956651747226715, - -0.00851953960955143, - -0.12518468499183655, - 0.9919344782829285 - ] - ], - [ - 0.13333334028720856, - [ - -0.0117079121991992, - -0.00042789263534359634, - -0.11111263930797577, - 0.9937387704849243 - ] - ], - [ - 0.1666666716337204, - [ - -0.007897065952420235, - 0.0024546131025999784, - -0.10171522200107574, - 0.9947792887687683 - ] - ], - [ - 0.20000000298023224, - [ - -0.00800723023712635, - 0.0022440955508500338, - -0.10188097506761551, - 0.9947619438171387 - ] - ], - [ - 0.23333333432674408, - [ - -0.009860429912805557, - 0.0020829548593610525, - -0.10655435174703598, - 0.994255781173706 - ] - ], - [ - 0.2666666805744171, - [ - -0.01307740993797779, - 0.0019826791249215603, - -0.11462143063545227, - 0.9933212995529175 - ] - ], - [ - 0.30000001192092896, - [ - -0.017279712483286858, - 0.001957335276529193, - -0.12496520578861237, - 0.9920088052749634 - ] - ], - [ - 0.3333333432674408, - [ - -0.022078195586800575, - 0.0020183194428682327, - -0.13647319376468658, - 0.9903956651687622 - ] - ], - [ - 0.36666667461395264, - [ - -0.02706735022366047, - 0.0021703215315937996, - -0.1480448991060257, - 0.9886078834533691 - ] - ], - [ - 0.4000000059604645, - [ - -0.03182392567396164, - 0.002408679574728012, - -0.15859487652778625, - 0.9868277907371521 - ] - ], - [ - 0.4333333373069763, - [ - -0.03591037541627884, - 0.0027185005601495504, - -0.16705365478992462, - 0.985289990901947 - ] - ], - [ - 0.46666666865348816, - [ - -0.03888196125626564, - 0.003075864166021347, - -0.17236346006393433, - 0.9842609167098999 - ] - ], - [ - 0.5, - [ - -0.04029734432697296, - 0.0034512821584939957, - -0.17346934974193573, - 0.9840085506439209 - ] - ], - [ - 0.5333333611488342, - [ - -0.03456256911158562, - 0.008469725959002972, - -0.16204209625720978, - 0.986142098903656 - ] - ], - [ - 0.5666666626930237, - [ - -0.02092386595904827, - 0.02020600624382496, - -0.1364525407552719, - 0.9902194738388062 - ] - ], - [ - 0.6000000238418579, - [ - -0.0059532951563596725, - 0.03465203568339348, - -0.10588455945253372, - 0.9937566518783569 - ] - ], - [ - 0.6333333253860474, - [ - 0.004732094239443541, - 0.04721887782216072, - -0.08025457710027695, - 0.9956440925598145 - ] - ], - [ - 0.6666666865348816, - [ - 0.006779300048947334, - 0.05299125984311104, - -0.06981357932090759, - 0.9961286187171936 - ] - ], - [ - 0.699999988079071, - [ - -0.0012358316453173757, - 0.051394786685705185, - -0.07829037308692932, - 0.9956042766571045 - ] - ], - [ - 0.7333333492279053, - [ - -0.015589877963066101, - 0.0466390885412693, - -0.09777278453111649, - 0.9939931035041809 - ] - ], - [ - 0.7666666507720947, - [ - -0.03231062740087509, - 0.041003353893756866, - -0.12093449383974075, - 0.9912869334220886 - ] - ], - [ - 0.800000011920929, - [ - -0.04697954282164574, - 0.0363578237593174, - -0.14084310829639435, - 0.9882481694221497 - ] - ], - [ - 0.8333333134651184, - [ - -0.05474276468157768, - 0.034143660217523575, - -0.15100829303264618, - 0.9864249229431152 - ] - ], - [ - 0.8666666746139526, - [ - -0.0521329902112484, - 0.034015804529190063, - -0.14971593022346497, - 0.986767590045929 - ] - ], - [ - 0.8999999761581421, - [ - -0.041240379214286804, - 0.03469354286789894, - -0.14125525951385498, - 0.9885051846504211 - ] - ], - [ - 0.9333333373069763, - [ - -0.025454143062233925, - 0.03614034131169319, - -0.12823699414730072, - 0.9907580018043518 - ] - ], - [ - 0.9666666388511658, - [ - -0.008159095421433449, - 0.038186270743608475, - -0.11340201646089554, - 0.9927815794944763 - ] - ], - [ - 1.0, - [ - 0.0073251668363809586, - 0.04037395492196083, - -0.09975990653038025, - 0.9941651225090027 - ] - ], - [ - 1.0333333015441895, - [ - 0.017777124419808388, - 0.0419677309691906, - -0.09057062864303589, - 0.994846522808075 - ] - ], - [ - 1.0666667222976685, - [ - 0.020032618194818497, - 0.04211593419313431, - -0.08919252455234528, - 0.9949219226837158 - ] - ], - [ - 1.100000023841858, - [ - 0.012897898443043232, - 0.03897850587964058, - -0.09694081544876099, - 0.9944430589675903 - ] - ], - [ - 1.1333333253860474, - [ - -0.0010233476059511304, - 0.03240811452269554, - -0.11091267317533493, - 0.9933010935783386 - ] - ], - [ - 1.1666666269302368, - [ - -0.019194765016436577, - 0.024164307862520218, - -0.12806710600852966, - 0.9912852644920349 - ] - ], - [ - 1.2000000476837158, - [ - -0.038902513682842255, - 0.015841875225305557, - -0.14554129540920258, - 0.988460123538971 - ] - ], - [ - 1.2333333492279053, - [ - -0.057201288640499115, - 0.008762238547205925, - -0.16078074276447296, - 0.9852922558784485 - ] - ], - [ - 1.2666666507720947, - [ - -0.07097406685352325, - 0.003967109601944685, - -0.17155638337135315, - 0.9826064109802246 - ] - ], - [ - 1.2999999523162842, - [ - -0.07704400271177292, - 0.002339939121156931, - -0.17582695186138153, - 0.9813988208770752 - ] - ], - [ - 1.3333333730697632, - [ - -0.0728834941983223, - 0.005971244536340237, - -0.1700722724199295, - 0.9827144742012024 - ] - ], - [ - 1.3666666746139526, - [ - -0.06095298007130623, - 0.014907465316355228, - -0.15495812892913818, - 0.9859262108802795 - ] - ], - [ - 1.399999976158142, - [ - -0.04558790847659111, - 0.026939984411001205, - -0.13469311594963074, - 0.989471435546875 - ] - ], - [ - 1.4333332777023315, - [ - -0.030684465542435646, - 0.03956113010644913, - -0.11365001648664474, - 0.9922586679458618 - ] - ], - [ - 1.4666666984558105, - [ - -0.019587282091379166, - 0.0499369315803051, - -0.09657149761915207, - 0.9938796758651733 - ] - ], - [ - 1.5, - [ - -0.015188004821538925, - 0.05502822995185852, - -0.08842569589614868, - 0.9944456219673157 - ] - ], - [ - 1.5333333015441895, - [ - -0.019002389162778854, - 0.05407586321234703, - -0.09384681284427643, - 0.9939353466033936 - ] - ], - [ - 1.5666667222976685, - [ - -0.02885889634490013, - 0.04969107732176781, - -0.11026439815759659, - 0.992239773273468 - ] - ], - [ - 1.600000023841858, - [ - -0.0420367568731308, - 0.0438879169523716, - -0.1318272352218628, - 0.9894081950187683 - ] - ], - [ - 1.6333333253860474, - [ - -0.05550985038280487, - 0.03850271925330162, - -0.15287242829799652, - 0.9859341979026794 - ] - ], - [ - 1.6666666269302368, - [ - -0.06583482027053833, - 0.03509126976132393, - -0.16804687678813934, - 0.9829519987106323 - ] - ], - [ - 1.7000000476837158, - [ - -0.0693465992808342, - 0.03500516340136528, - -0.172230526804924, - 0.9819890856742859 - ] - ], - [ - 1.7333333492279053, - [ - -0.0614318810403347, - 0.038730841130018234, - -0.1617141216993332, - 0.9841618537902832 - ] - ], - [ - 1.7666666507720947, - [ - -0.04417496174573898, - 0.04505487531423569, - -0.14051708579063416, - 0.9880656003952026 - ] - ], - [ - 1.7999999523162842, - [ - -0.023876583203673363, - 0.052615657448768616, - -0.11530064046382904, - 0.9916488528251648 - ] - ], - [ - 1.8333333730697632, - [ - -0.0063219680450856686, - 0.05943143740296364, - -0.09337908029556274, - 0.9938351511955261 - ] - ], - [ - 1.8666666746139526, - [ - 0.0032830191776156425, - 0.06289942562580109, - -0.08268781006336212, - 0.994583249092102 - ] - ], - [ - 1.899999976158142, - [ - 0.002754796762019396, - 0.05883948132395744, - -0.08683645725250244, - 0.9944796562194824 - ] - ], - [ - 1.9333332777023315, - [ - -0.004898127634078264, - 0.04749438539147377, - -0.10070234537124634, - 0.9937703609466553 - ] - ], - [ - 1.9666666984558105, - [ - -0.016912702471017838, - 0.032756831496953964, - -0.11922191828489304, - 0.9921830892562866 - ] - ], - [ - 2.0, - [ - -0.03008875623345375, - 0.01840992271900177, - -0.13743700087070465, - 0.989882230758667 - ] - ], - [ - 2.0333333015441895, - [ - -0.040613096207380295, - 0.00797453336417675, - -0.1506769359111786, - 0.9877162575721741 - ] - ], - [ - 2.066666603088379, - [ - -0.04430213198065758, - 0.0047562397085130215, - -0.15451844036579132, - 0.9869846701622009 - ] - ], - [ - 2.0999999046325684, - [ - -0.03929750993847847, - 0.008706442080438137, - -0.14592555165290833, - 0.9884765148162842 - ] - ], - [ - 2.133333444595337, - [ - -0.028750544413924217, - 0.0164272952824831, - -0.12785732746124268, - 0.9912396669387817 - ] - ], - [ - 2.1666667461395264, - [ - -0.015989303588867188, - 0.02614862285554409, - -0.10495646297931671, - 0.994004487991333 - ] - ], - [ - 2.200000047683716, - [ - -0.003977227956056595, - 0.03591475635766983, - -0.08208540827035904, - 0.9959701299667358 - ] - ], - [ - 2.2333333492279053, - [ - 0.004834819585084915, - 0.043555255979299545, - -0.06435459852218628, - 0.9969643950462341 - ] - ], - [ - 2.2666666507720947, - [ - 0.008366895839571953, - 0.04678194969892502, - -0.057001709938049316, - 0.9972423315048218 - ] - ], - [ - 2.299999952316284, - [ - 0.005749690346419811, - 0.043698955327272415, - -0.06202773377299309, - 0.9971007704734802 - ] - ], - [ - 2.3333332538604736, - [ - -0.0013873293064534664, - 0.035312704741954803, - -0.07578521966934204, - 0.9964978098869324 - ] - ], - [ - 2.366666555404663, - [ - -0.011507720686495304, - 0.023753037676215172, - -0.09490639716386795, - 0.9951362609863281 - ] - ], - [ - 2.4000000953674316, - [ - -0.023064905777573586, - 0.011128398589789867, - -0.11596404016017914, - 0.9929233193397522 - ] - ], - [ - 2.433333396911621, - [ - -0.03413372114300728, - -0.0005714259459637105, - -0.13565830886363983, - 0.9901673793792725 - ] - ], - [ - 2.4666666984558105, - [ - -0.04241053760051727, - -0.009503189474344254, - -0.15085650980472565, - 0.987599790096283 - ] - ], - [ - 2.5, - [ - -0.045362330973148346, - -0.013916091062128544, - -0.15853503346443176, - 0.9862126708030701 - ] - ], - [ - 2.5333333015441895, - [ - -0.04344608634710312, - -0.011459678411483765, - -0.15636378526687622, - 0.9866769909858704 - ] - ], - [ - 2.566666603088379, - [ - -0.03952024132013321, - -0.002638733945786953, - -0.146178737282753, - 0.9884650707244873 - ] - ], - [ - 2.5999999046325684, - [ - -0.03472987189888954, - 0.010010241530835629, - -0.13121390342712402, - 0.9906949996948242 - ] - ], - [ - 2.633333444595337, - [ - -0.030056651681661606, - 0.02392417937517166, - -0.11472206562757492, - 0.9926546812057495 - ] - ], - [ - 2.6666667461395264, - [ - -0.026127809658646584, - 0.03652108088135719, - -0.09995601326227188, - 0.9939781427383423 - ] - ], - [ - 2.700000047683716, - [ - -0.023216387256979942, - 0.045225176960229874, - -0.09013599157333374, - 0.9946311712265015 - ] - ], - [ - 2.7333333492279053, - [ - -0.021440301090478897, - 0.047463782131671906, - -0.08846131712198257, - 0.9947171211242676 - ] - ], - [ - 2.7666666507720947, - [ - -0.02110421098768711, - 0.042120859026908875, - -0.09619178622961044, - 0.9942472577095032 - ] - ], - [ - 2.799999952316284, - [ - -0.022225067019462585, - 0.03155714273452759, - -0.11027985066175461, - 0.9931508302688599 - ] - ], - [ - 2.8333332538604736, - [ - -0.024517780169844627, - 0.018427351489663124, - -0.12744858860969543, - 0.9913708567619324 - ] - ], - [ - 2.866666555404663, - [ - -0.027391046285629272, - 0.0054220096208155155, - -0.14436879754066467, - 0.989129900932312 - ] - ], - [ - 2.9000000953674316, - [ - -0.029860801994800568, - -0.004759026691317558, - -0.15768636763095856, - 0.9870262145996094 - ] - ], - [ - 2.933333396911621, - [ - -0.03067038767039776, - -0.00942501612007618, - -0.16405020654201508, - 0.9859301447868347 - ] - ], - [ - 2.9666666984558105, - [ - -0.02839190512895584, - -0.006317911669611931, - -0.16003060340881348, - 0.9866834282875061 - ] - ], - [ - 3.0, - [ - -0.023597026243805885, - 0.0030872118659317493, - -0.14712956547737122, - 0.9888309240341187 - ] - ], - [ - 3.0333333015441895, - [ - -0.018039455637335777, - 0.0158549714833498, - -0.12942220270633698, - 0.9912987947463989 - ] - ], - [ - 3.066666603088379, - [ - -0.013048217631876469, - 0.028808679431676865, - -0.11118244379758835, - 0.9932966828346252 - ] - ], - [ - 3.0999999046325684, - [ - -0.009449009783565998, - 0.03873404860496521, - -0.09675834327936172, - 0.9945090413093567 - ] - ], - [ - 3.133333444595337, - [ - -0.007834852673113346, - 0.04261178895831108, - -0.09036486595869064, - 0.9949658513069153 - ] - ], - [ - 3.1666667461395264, - [ - -0.010724968276917934, - 0.03380395844578743, - -0.09919901937246323, - 0.9944355487823486 - ] - ], - [ - 3.200000047683716, - [ - -0.01895114965736866, - 0.0130777508020401, - -0.12154320627450943, - 0.9923190474510193 - ] - ], - [ - 3.2333333492279053, - [ - -0.030181817710399628, - -0.011451710015535355, - -0.14816895127296448, - 0.9884350895881653 - ] - ], - [ - 3.2666666507720947, - [ - -0.04052730277180672, - -0.03184698522090912, - -0.16989849507808685, - 0.9841126799583435 - ] - ], - [ - 3.299999952316284, - [ - -0.044608961790800095, - -0.040486760437488556, - -0.177778422832489, - 0.9822248816490173 - ] - ], - [ - 3.3333332538604736, - [ - -0.041343946009874344, - -0.03681817278265953, - -0.1718355417251587, - 0.9835688471794128 - ] - ], - [ - 3.366666555404663, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292554313_203651.json b/lenses/physics-objects/Scene/assets/1646688292554313_203651.json deleted file mode 100644 index dfdde3a2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292554313_203651.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292554313:203651", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292555235_203664.json b/lenses/physics-objects/Scene/assets/1646688292555235_203664.json deleted file mode 100644 index cefb6762..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292555235_203664.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292555235:203664", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -11.25827693939209, - -8.372910087928176e-05, - 2.4674262633084254e-11 - ] - ], - [ - 6.633333206176758, - [ - -11.25827693939209, - -8.372910087928176e-05, - 2.4672486276244854e-11 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292555417_203671.json b/lenses/physics-objects/Scene/assets/1646688292555417_203671.json deleted file mode 100644 index dfb9e3c9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292555417_203671.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292555417:203671", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.005049499683082104, - 0.00037646794226020575, - -0.10406888276338577, - 0.9945572018623352 - ] - ], - [ - 0.03333333507180214, - [ - -0.005049499683082104, - 0.00037646794226020575, - -0.10406888276338577, - 0.9945572018623352 - ] - ], - [ - 0.06666667014360428, - [ - -0.004218564834445715, - 0.0003121472545899451, - -0.10178377479314804, - 0.9947976469993591 - ] - ], - [ - 0.10000000149011612, - [ - -0.00343462941236794, - 0.00025235695648007095, - -0.09961310774087906, - 0.9950203895568848 - ] - ], - [ - 0.13333334028720856, - [ - -0.0027072930242866278, - 0.00019761911244131625, - -0.09758656471967697, - 0.995223343372345 - ] - ], - [ - 0.1666666716337204, - [ - -0.0020460961386561394, - 0.000148452163557522, - -0.0957338735461235, - 0.995404839515686 - ] - ], - [ - 0.20000000298023224, - [ - -0.0014605495380237699, - 0.00010537564230617136, - -0.094084732234478, - 0.9955632090568542 - ] - ], - [ - 0.23333333432674408, - [ - -0.0009601430501788855, - 6.891269731568173e-05, - -0.092668816447258, - 0.9956965446472168 - ] - ], - [ - 0.2666666805744171, - [ - -0.0005543599254451692, - 3.959327659686096e-05, - -0.0915159061551094, - 0.9958034753799438 - ] - ], - [ - 0.30000001192092896, - [ - -0.0002526941243559122, - 1.7957067029783502e-05, - -0.09065567702054977, - 0.9958822727203369 - ] - ], - [ - 0.3333333432674408, - [ - -6.466670311056077e-05, - 4.556474777928088e-06, - -0.09011781960725784, - 0.9959312081336975 - ] - ], - [ - 0.4000000059604645, - [ - -0.0002422050602035597, - -0.00012917211279273033, - -0.09027591347694397, - 0.9959167838096619 - ] - ], - [ - 0.4333333373069763, - [ - -0.0009418582776561379, - -0.0004993947804905474, - -0.09126347303390503, - 0.9958263039588928 - ] - ], - [ - 0.46666666865348816, - [ - -0.0020584336016327143, - -0.0010843517957255244, - -0.09282737970352173, - 0.995679497718811 - ] - ], - [ - 0.5, - [ - -0.006912972312420607, - -0.0004660321574192494, - -0.10594896972179413, - 0.9943474531173706 - ] - ], - [ - 0.5333333611488342, - [ - -0.016814367845654488, - 0.001933910883963108, - -0.13471494615077972, - 0.9907398223876953 - ] - ], - [ - 0.5666666626930237, - [ - -0.028663121163845062, - 0.004874181933701038, - -0.16873063147068024, - 0.9852333068847656 - ] - ], - [ - 0.6000000238418579, - [ - -0.039290767163038254, - 0.00711605791002512, - -0.19777065515518188, - 0.9794347286224365 - ] - ], - [ - 0.6333333253860474, - [ - -0.04547453299164772, - 0.007406860589981079, - -0.2118789404630661, - 0.976209282875061 - ] - ], - [ - 0.6666666865348816, - [ - -0.04886544868350029, - 0.007945353165268898, - -0.21200306713581085, - 0.9760143160820007 - ] - ], - [ - 0.699999988079071, - [ - -0.053067587316036224, - 0.01114658359438181, - -0.20659928023815155, - 0.9769218564033508 - ] - ], - [ - 0.7333333492279053, - [ - -0.05780000984668732, - 0.016012655571103096, - -0.1971028447151184, - 0.9785465002059937 - ] - ], - [ - 0.7666666507720947, - [ - -0.06278324872255325, - 0.021549668163061142, - -0.184940904378891, - 0.9805053472518921 - ] - ], - [ - 0.800000011920929, - [ - -0.06768318265676498, - 0.026804784312844276, - -0.1715310662984848, - 0.9824854135513306 - ] - ], - [ - 0.8333333134651184, - [ - -0.07208388298749924, - 0.03088957443833351, - -0.1582789570093155, - 0.9842751026153564 - ] - ], - [ - 0.8666666746139526, - [ - -0.07548889517784119, - 0.03298751264810562, - -0.1465775966644287, - 0.9857627749443054 - ] - ], - [ - 0.8999999761581421, - [ - -0.07734937965869904, - 0.03234191983938217, - -0.13781601190567017, - 0.9869031310081482 - ] - ], - [ - 0.9333333373069763, - [ - -0.07833470404148102, - 0.028395608067512512, - -0.13054288923740387, - 0.9879351854324341 - ] - ], - [ - 0.9666666388511658, - [ - -0.0794057697057724, - 0.022237541154026985, - -0.12309509515762329, - 0.9889630079269409 - ] - ], - [ - 1.0, - [ - -0.08049020171165466, - 0.015627440065145493, - -0.11655142903327942, - 0.9897943735122681 - ] - ], - [ - 1.0333333015441895, - [ - -0.08158387243747711, - 0.010348526760935783, - -0.11198455840349197, - 0.9903011918067932 - ] - ], - [ - 1.0666667222976685, - [ - -0.08272524923086166, - 0.008196298032999039, - -0.11046160757541656, - 0.9903976917266846 - ] - ], - [ - 1.100000023841858, - [ - -0.08379451930522919, - 0.008728865534067154, - -0.11132732033729553, - 0.9902063012123108 - ] - ], - [ - 1.1333333253860474, - [ - -0.08471507579088211, - 0.010230889543890953, - -0.11311890929937363, - 0.9899106025695801 - ] - ], - [ - 1.1666666269302368, - [ - -0.08555492758750916, - 0.012549546547234058, - -0.11567634344100952, - 0.9895159602165222 - ] - ], - [ - 1.2000000476837158, - [ - -0.08626572787761688, - 0.015496330335736275, - -0.11871417611837387, - 0.9890525937080383 - ] - ], - [ - 1.2333333492279053, - [ - -0.08680153638124466, - 0.01888260431587696, - -0.12194596230983734, - 0.9885536432266235 - ] - ], - [ - 1.2666666507720947, - [ - -0.08712071180343628, - 0.022520631551742554, - -0.12508414685726166, - 0.9880570769309998 - ] - ], - [ - 1.2999999523162842, - [ - -0.0871870219707489, - 0.02622416988015175, - -0.12783992290496826, - 0.9876070618629456 - ] - ], - [ - 1.3333333730697632, - [ - -0.08696987479925156, - 0.02980882301926613, - -0.12992317974567413, - 0.9872525930404663 - ] - ], - [ - 1.3666666746139526, - [ - -0.08644377440214157, - 0.033091951161623, - -0.13104256987571716, - 0.9870462417602539 - ] - ], - [ - 1.399999976158142, - [ - -0.08558699488639832, - 0.03589239716529846, - -0.13090574741363525, - 0.987041175365448 - ] - ], - [ - 1.4333332777023315, - [ - -0.08437937498092651, - 0.03802960366010666, - -0.1292193979024887, - 0.9872874021530151 - ] - ], - [ - 1.4666666984558105, - [ - -0.08266223222017288, - 0.03921075910329819, - -0.125981405377388, - 0.9878048300743103 - ] - ], - [ - 1.5, - [ - -0.08043897151947021, - 0.03955347090959549, - -0.12171460688114166, - 0.9885094165802002 - ] - ], - [ - 1.5333333015441895, - [ - -0.07793165743350983, - 0.039491184055805206, - -0.11691456288099289, - 0.9892917275428772 - ] - ], - [ - 1.5666667222976685, - [ - -0.07536584883928299, - 0.03945441171526909, - -0.11207848787307739, - 0.9900513887405396 - ] - ], - [ - 1.600000023841858, - [ - -0.07297233492136002, - 0.039869919419288635, - -0.10770472139120102, - 0.9906994104385376 - ] - ], - [ - 1.6333333253860474, - [ - -0.07098515331745148, - 0.04116077721118927, - -0.10429296642541885, - 0.9911559224128723 - ] - ], - [ - 1.6666666269302368, - [ - -0.06971246749162674, - 0.04329250752925873, - -0.10245715826749802, - 0.9913468956947327 - ] - ], - [ - 1.7000000476837158, - [ - -0.06908946484327316, - 0.04579245299100876, - -0.10205089300870895, - 0.991320013999939 - ] - ], - [ - 1.7333333492279053, - [ - -0.06879421323537827, - 0.048426736146211624, - -0.10243186354637146, - 0.9911761283874512 - ] - ], - [ - 1.7666666507720947, - [ - -0.06851127743721008, - 0.05096333473920822, - -0.10295359045267105, - 0.9910143613815308 - ] - ], - [ - 1.7999999523162842, - [ - -0.0679321214556694, - 0.05317136272788048, - -0.10296635329723358, - 0.9909369349479675 - ] - ], - [ - 1.8333333730697632, - [ - -0.06675348430871964, - 0.054821863770484924, - -0.1018172949552536, - 0.9910458922386169 - ] - ], - [ - 1.8666666746139526, - [ - -0.06519085168838501, - 0.05564052611589432, - -0.09956688433885574, - 0.9913328289985657 - ] - ], - [ - 1.899999976158142, - [ - -0.06365562975406647, - 0.05559058487415314, - -0.09684433043003082, - 0.9917050004005432 - ] - ], - [ - 1.9333332777023315, - [ - -0.06213951110839844, - 0.05480172857642174, - -0.09384778141975403, - 0.9921330809593201 - ] - ], - [ - 1.9666666984558105, - [ - -0.06063402444124222, - 0.05340364947915077, - -0.0907755047082901, - 0.992588222026825 - ] - ], - [ - 2.0, - [ - -0.05913205444812775, - 0.051526352763175964, - -0.08782580494880676, - 0.9930433630943298 - ] - ], - [ - 2.0333333015441895, - [ - -0.05762885510921478, - 0.04930015280842781, - -0.0851966142654419, - 0.9934736490249634 - ] - ], - [ - 2.066666603088379, - [ - -0.05612277239561081, - 0.04685547947883606, - -0.08308541774749756, - 0.9938569664955139 - ] - ], - [ - 2.0999999046325684, - [ - -0.054437462240457535, - 0.044336553663015366, - -0.08177721500396729, - 0.9941747188568115 - ] - ], - [ - 2.133333444595337, - [ - -0.05240996927022934, - 0.041917841881513596, - -0.08149827271699905, - 0.9944114685058594 - ] - ], - [ - 2.1666667461395264, - [ - -0.05006254091858864, - 0.039772119373083115, - -0.08235618472099304, - 0.9945499300956726 - ] - ], - [ - 2.200000047683716, - [ - -0.04741746932268143, - 0.03806702792644501, - -0.08445639908313751, - 0.9945700764656067 - ] - ], - [ - 2.2333333492279053, - [ - -0.044580698013305664, - 0.03738265857100487, - -0.08994260430335999, - 0.9942461848258972 - ] - ], - [ - 2.2666666507720947, - [ - -0.04169917106628418, - 0.03785257786512375, - -0.09991000592708588, - 0.9934014081954956 - ] - ], - [ - 2.299999952316284, - [ - -0.03884749114513397, - 0.03897984325885773, - -0.11288903653621674, - 0.992082417011261 - ] - ], - [ - 2.3333332538604736, - [ - -0.0360996350646019, - 0.04030546173453331, - -0.12741081416606903, - 0.9903730750083923 - ] - ], - [ - 2.366666555404663, - [ - -0.03353554382920265, - 0.04142884537577629, - -0.14201101660728455, - 0.9884290099143982 - ] - ], - [ - 2.4000000953674316, - [ - -0.031241344287991524, - 0.04201440140604973, - -0.15523460507392883, - 0.9864892363548279 - ] - ], - [ - 2.433333396911621, - [ - -0.029304519295692444, - 0.041783444583415985, - -0.16563770174980164, - 0.9848652482032776 - ] - ], - [ - 2.4666666984558105, - [ - -0.02780492790043354, - 0.040491051971912384, - -0.1717870682477951, - 0.9839088320732117 - ] - ], - [ - 2.5, - [ - -0.026307014748454094, - 0.03777718544006348, - -0.17313708364963531, - 0.9838213324546814 - ] - ], - [ - 2.5333333015441895, - [ - -0.024437183514237404, - 0.03379203751683235, - -0.17094382643699646, - 0.9843979477882385 - ] - ], - [ - 2.566666603088379, - [ - -0.02235863171517849, - 0.029044879600405693, - -0.16647422313690186, - 0.9853643178939819 - ] - ], - [ - 2.5999999046325684, - [ - -0.02025226503610611, - 0.024036068469285965, - -0.1609896421432495, - 0.986455500125885 - ] - ], - [ - 2.633333444595337, - [ - -0.01832655258476734, - 0.01926552876830101, - -0.15574674308300018, - 0.9874390959739685 - ] - ], - [ - 2.6666667461395264, - [ - -0.016818348318338394, - 0.015236135572195053, - -0.15199850499629974, - 0.9881202578544617 - ] - ], - [ - 2.700000047683716, - [ - -0.015699980780482292, - 0.011823847889900208, - -0.14918242394924164, - 0.9886143207550049 - ] - ], - [ - 2.7333333492279053, - [ - -0.014786875806748867, - 0.008618134073913097, - -0.14595545828342438, - 0.9891431331634521 - ] - ], - [ - 2.7666666507720947, - [ - -0.01409949455410242, - 0.005693019833415747, - -0.14239566028118134, - 0.9896930456161499 - ] - ], - [ - 2.799999952316284, - [ - -0.013660663738846779, - 0.0031223248224705458, - -0.13858090341091156, - 0.9902520775794983 - ] - ], - [ - 2.8333332538604736, - [ - -0.013332336209714413, - 0.0008113535586744547, - -0.13474160432815552, - 0.990790843963623 - ] - ], - [ - 2.866666555404663, - [ - -0.012970447540283203, - -0.0013496179599314928, - -0.131169855594635, - 0.9912742376327515 - ] - ], - [ - 2.9000000953674316, - [ - -0.012591535225510597, - -0.0033085744362324476, - -0.12803591787815094, - 0.991684079170227 - ] - ], - [ - 2.933333396911621, - [ - -0.012213262729346752, - -0.005012784618884325, - -0.12551014125347137, - 0.9920045137405396 - ] - ], - [ - 2.9666666984558105, - [ - -0.011795248836278915, - -0.0065427059307694435, - -0.12330041080713272, - 0.9922777414321899 - ] - ], - [ - 3.0, - [ - -0.011293934658169746, - -0.008013792335987091, - -0.12101027369499207, - 0.9925546646118164 - ] - ], - [ - 3.0333333015441895, - [ - -0.010722829028964043, - -0.00942574068903923, - -0.11865319311618805, - 0.992833137512207 - ] - ], - [ - 3.066666603088379, - [ - -0.010095514357089996, - -0.010778301395475864, - -0.11624258756637573, - 0.9931110739707947 - ] - ], - [ - 3.0999999046325684, - [ - -0.009425639174878597, - -0.012071308679878712, - -0.11379183828830719, - 0.9933865666389465 - ] - ], - [ - 3.133333444595337, - [ - -0.008726886473596096, - -0.013304677791893482, - -0.11131428182125092, - 0.9936578869819641 - ] - ], - [ - 3.1666667461395264, - [ - -0.008013017475605011, - -0.014478364959359169, - -0.10882332921028137, - 0.9939233660697937 - ] - ], - [ - 3.200000047683716, - [ - -0.007297792471945286, - -0.01559246052056551, - -0.10633229464292526, - 0.9941816329956055 - ] - ], - [ - 3.2333333492279053, - [ - -0.006595004815608263, - -0.016647126525640488, - -0.10385452955961227, - 0.9944313168525696 - ] - ], - [ - 3.2666666507720947, - [ - -0.005918464157730341, - -0.017642615363001823, - -0.1014033854007721, - 0.9946713447570801 - ] - ], - [ - 3.299999952316284, - [ - -0.005281985737383366, - -0.018579257652163506, - -0.0989922434091568, - 0.9949008226394653 - ] - ], - [ - 3.3333332538604736, - [ - -0.004699378274381161, - -0.01945745013654232, - -0.09663444757461548, - 0.9951187372207642 - ] - ], - [ - 3.366666555404663, - [ - -0.00433146208524704, - -0.020171863958239555, - -0.09487611800432205, - 0.9952752590179443 - ] - ], - [ - 3.4000000953674316, - [ - -0.004399134311825037, - -0.020616522058844566, - -0.09403649717569351, - 0.9953455328941345 - ] - ], - [ - 3.433333396911621, - [ - -0.005005471874028444, - -0.02079113759100437, - -0.09378843009471893, - 0.9953624606132507 - ] - ], - [ - 3.4666666984558105, - [ - -0.006252546329051256, - -0.02069496549665928, - -0.09380461275577545, - 0.9953559041023254 - ] - ], - [ - 3.5, - [ - -0.008241761475801468, - -0.020326636731624603, - -0.0937577486038208, - 0.9953535199165344 - ] - ], - [ - 3.5333333015441895, - [ - -0.011074363254010677, - -0.01968512125313282, - -0.09332048147916794, - 0.9953799247741699 - ] - ], - [ - 3.566666603088379, - [ - -0.014852190390229225, - -0.018771780654788017, - -0.09216558188199997, - 0.9954560399055481 - ] - ], - [ - 3.5999999046325684, - [ - -0.019678577780723572, - -0.017593510448932648, - -0.08996567130088806, - 0.9955949783325195 - ] - ], - [ - 3.633333444595337, - [ - -0.02863316982984543, - 0.0020799667108803988, - -0.05926414579153061, - 0.9978294372558594 - ] - ], - [ - 3.6666667461395264, - [ - -0.045693475753068924, - 0.04139508679509163, - 0.002975008450448513, - 0.9980931282043457 - ] - ], - [ - 3.700000047683716, - [ - -0.06716279685497284, - 0.07686568051576614, - 0.06149738281965256, - 0.9928740859031677 - ] - ], - [ - 3.7333333492279053, - [ - -0.07878074795007706, - 0.09145178645849228, - 0.08612073957920074, - 0.9889456033706665 - ] - ], - [ - 3.7666666507720947, - [ - -0.07597372680902481, - 0.08591514825820923, - 0.07198777049779892, - 0.9907897710800171 - ] - ], - [ - 3.799999952316284, - [ - -0.06883253157138824, - 0.07144384831190109, - 0.0369696170091629, - 0.9943797588348389 - ] - ], - [ - 3.8333332538604736, - [ - -0.06143949553370476, - 0.050110649317502975, - -0.011580774560570717, - 0.9967849254608154 - ] - ], - [ - 3.866666555404663, - [ - -0.05695192515850067, - 0.024887116625905037, - -0.06557274609804153, - 0.9959102869033813 - ] - ], - [ - 3.9000000953674316, - [ - -0.056541506201028824, - 3.216611730749719e-05, - -0.1161523386836052, - 0.9916207194328308 - ] - ], - [ - 3.933333396911621, - [ - -0.059203144162893295, - -0.019267264753580093, - -0.15425707399845123, - 0.9860671758651733 - ] - ], - [ - 3.9666666984558105, - [ - -0.06262460350990295, - -0.02759060077369213, - -0.17112526297569275, - 0.9828698039054871 - ] - ], - [ - 4.0, - [ - -0.0647314190864563, - -0.026034124195575714, - -0.17203561961650848, - 0.9826168417930603 - ] - ], - [ - 4.0333333015441895, - [ - -0.0653776004910469, - -0.020504910498857498, - -0.1690388321876526, - 0.9832249879837036 - ] - ], - [ - 4.066666603088379, - [ - -0.06524932384490967, - -0.013031579554080963, - -0.1637771725654602, - 0.9842508435249329 - ] - ], - [ - 4.099999904632568, - [ - -0.0649910494685173, - -0.005639226641505957, - -0.15787769854068756, - 0.9853014945983887 - ] - ], - [ - 4.133333206176758, - [ - -0.06515445560216904, - -0.0003501570026855916, - -0.1529608517885208, - 0.9860820174217224 - ] - ], - [ - 4.166666507720947, - [ - -0.06621894985437393, - 0.000820361019577831, - -0.15064077079296112, - 0.98636794090271 - ] - ], - [ - 4.199999809265137, - [ - -0.0669599175453186, - -0.0012576752342283726, - -0.1504790335893631, - 0.9863422513008118 - ] - ], - [ - 4.233333110809326, - [ - -0.06604345887899399, - -0.0042066327296197414, - -0.15085387229919434, - 0.9863386154174805 - ] - ], - [ - 4.266666889190674, - [ - -0.06377721577882767, - -0.007771112024784088, - -0.15159587562084198, - 0.986352264881134 - ] - ], - [ - 4.300000190734863, - [ - -0.06046685948967934, - -0.011694347485899925, - -0.1525316685438156, - 0.9863777756690979 - ] - ], - [ - 4.333333492279053, - [ - -0.056415487080812454, - -0.015719247981905937, - -0.15348240733146667, - 0.98641437292099 - ] - ], - [ - 4.366666793823242, - [ - -0.05192432925105095, - -0.019588831812143326, - -0.15426330268383026, - 0.9864699840545654 - ] - ], - [ - 4.400000095367432, - [ - -0.047293517738580704, - -0.023047324270009995, - -0.15468397736549377, - 0.986562192440033 - ] - ], - [ - 4.433333396911621, - [ - -0.042965300381183624, - -0.025827746838331223, - -0.1547035574913025, - 0.9866882562637329 - ] - ], - [ - 4.4666666984558105, - [ - -0.039424918591976166, - -0.027698775753378868, - -0.1543404757976532, - 0.986842155456543 - ] - ], - [ - 4.5, - [ - -0.03703876584768295, - -0.028462152928113937, - -0.1534908562898636, - 0.987045407295227 - ] - ], - [ - 4.5333333015441895, - [ - -0.03617580980062485, - -0.027921529486775398, - -0.1520547866821289, - 0.9873150587081909 - ] - ], - [ - 4.566666603088379, - [ - -0.03975279629230499, - -0.022311266511678696, - -0.15395016968250275, - 0.987026572227478 - ] - ], - [ - 4.599999904632568, - [ - -0.04742894321680069, - -0.011321283876895905, - -0.1602267026901245, - 0.985875129699707 - ] - ], - [ - 4.633333206176758, - [ - -0.054817769676446915, - -4.7231169446604326e-05, - -0.16638705134391785, - 0.9845356345176697 - ] - ], - [ - 4.666666507720947, - [ - -0.057840198278427124, - 0.0061944923363626, - -0.1677308976650238, - 0.9841151833534241 - ] - ], - [ - 4.699999809265137, - [ - -0.053172290325164795, - 0.005538988392800093, - -0.15878181159496307, - 0.9858652949333191 - ] - ], - [ - 4.733333110809326, - [ - -0.042142387479543686, - 0.0011435101041570306, - -0.14031898975372314, - 0.9892084002494812 - ] - ], - [ - 4.766666889190674, - [ - -0.027782024815678596, - -0.004862522706389427, - -0.11696066707372665, - 0.9927359819412231 - ] - ], - [ - 4.800000190734863, - [ - -0.013248924165964127, - -0.010544605553150177, - -0.09340260177850723, - 0.9954845309257507 - ] - ], - [ - 4.833333492279053, - [ - -0.0018559632590040565, - -0.014268971979618073, - -0.07439961284399033, - 0.9971246719360352 - ] - ], - [ - 4.866666793823242, - [ - 0.0030121617019176483, - -0.014624595642089844, - -0.06473749130964279, - 0.9977906346321106 - ] - ], - [ - 4.900000095367432, - [ - 0.002244428964331746, - -0.012215781025588512, - -0.06493208557367325, - 0.9978123903274536 - ] - ], - [ - 4.933333396911621, - [ - -0.00048095223610289395, - -0.008824896067380905, - -0.07081616669893265, - 0.9974502325057983 - ] - ], - [ - 4.9666666984558105, - [ - -0.004346395842730999, - -0.004830857273191214, - -0.08015748858451843, - 0.99676114320755 - ] - ], - [ - 5.0, - [ - -0.008557053282856941, - -0.000621417595539242, - -0.09071797132492065, - 0.9958397746086121 - ] - ], - [ - 5.0333333015441895, - [ - -0.01234465278685093, - 0.0034058510791510344, - -0.10025856643915176, - 0.9948790073394775 - ] - ], - [ - 5.066666603088379, - [ - -0.014968409202992916, - 0.006845593918114901, - -0.10654174536466599, - 0.9941719770431519 - ] - ], - [ - 5.099999904632568, - [ - -0.015711581334471703, - 0.009287804365158081, - -0.10732833296060562, - 0.9940561056137085 - ] - ], - [ - 5.133333206176758, - [ - -0.014959866181015968, - 0.010867276228964329, - -0.10363978147506714, - 0.9944431185722351 - ] - ], - [ - 5.166666507720947, - [ - -0.013701651245355606, - 0.012032946571707726, - -0.09840839356184006, - 0.9949790239334106 - ] - ], - [ - 5.199999809265137, - [ - -0.012132286094129086, - 0.012845464050769806, - -0.09225660562515259, - 0.9955784678459167 - ] - ], - [ - 5.233333110809326, - [ - -0.010440877638757229, - 0.01336679607629776, - -0.0858098715543747, - 0.9961672425270081 - ] - ], - [ - 5.266666889190674, - [ - -0.008811524137854576, - 0.013660122640430927, - -0.07969643175601959, - 0.9966866374015808 - ] - ], - [ - 5.300000190734863, - [ - -0.007425077725201845, - 0.013789619319140911, - -0.07454740256071091, - 0.9970945715904236 - ] - ], - [ - 5.333333492279053, - [ - -0.0064607965759932995, - 0.013819986954331398, - -0.07099460065364838, - 0.9973600506782532 - ] - ], - [ - 5.366666793823242, - [ - -0.006098838523030281, - 0.013815862126648426, - -0.06967008858919144, - 0.9974557757377625 - ] - ], - [ - 5.400000095367432, - [ - -0.0059317355044186115, - 0.013836724683642387, - -0.07085149735212326, - 0.9973732829093933 - ] - ], - [ - 5.433333396911621, - [ - -0.005469143390655518, - 0.013847577385604382, - -0.07400792837142944, - 0.997146487236023 - ] - ], - [ - 5.4666666984558105, - [ - -0.0047707268968224525, - 0.013767959550023079, - -0.07855774462223053, - 0.9968031644821167 - ] - ], - [ - 5.5, - [ - -0.003896967275068164, - 0.01351927686482668, - -0.08391944319009781, - 0.9963732361793518 - ] - ], - [ - 5.5333333015441895, - [ - -0.0029075774364173412, - 0.013029907830059528, - -0.08951189368963242, - 0.9958962798118591 - ] - ], - [ - 5.566666603088379, - [ - -0.0018599446630105376, - 0.01223775651305914, - -0.09475459158420563, - 0.9954237937927246 - ] - ], - [ - 5.599999904632568, - [ - -0.0008076774538494647, - 0.011090307496488094, - -0.09906777739524841, - 0.9950186610221863 - ] - ], - [ - 5.633333206176758, - [ - 0.00018186142551712692, - 0.009709497913718224, - -0.1027907207608223, - 0.9946556091308594 - ] - ], - [ - 5.666666507720947, - [ - 0.0010670823976397514, - 0.008265292271971703, - -0.10661182552576065, - 0.9942657947540283 - ] - ], - [ - 5.699999809265137, - [ - 0.0018372808117419481, - 0.006783760618418455, - -0.11047540605068207, - 0.9938539862632751 - ] - ], - [ - 5.733333110809326, - [ - 0.002482591662555933, - 0.0052916789427399635, - -0.11432557553052902, - 0.9934261441230774 - ] - ], - [ - 5.766666889190674, - [ - 0.0029940600506961346, - 0.0038164069410413504, - -0.11810643970966339, - 0.9929891228675842 - ] - ], - [ - 5.800000190734863, - [ - 0.0033636116422712803, - 0.002385931322351098, - -0.12176182121038437, - 0.992550790309906 - ] - ], - [ - 5.833333492279053, - [ - 0.003583992598578334, - 0.0010286710457876325, - -0.1252356767654419, - 0.9921200275421143 - ] - ], - [ - 5.866666793823242, - [ - 0.003648691577836871, - -0.00022656541841570288, - -0.12847192585468292, - 0.9917064309120178 - ] - ], - [ - 5.900000095367432, - [ - 0.003551820758730173, - -0.001350719714537263, - -0.1314145177602768, - 0.9913202524185181 - ] - ], - [ - 5.933333396911621, - [ - 0.003287968458607793, - -0.00231463392265141, - -0.134007528424263, - 0.9909722805023193 - ] - ], - [ - 5.9666666984558105, - [ - 0.002851969562470913, - -0.0030891692731529474, - -0.13619501888751984, - 0.9906731247901917 - ] - ], - [ - 6.0, - [ - 0.0022387339267879725, - -0.0036454484798014164, - -0.13792142271995544, - 0.9904340505599976 - ] - ], - [ - 6.0333333015441895, - [ - 0.0014429393922910094, - -0.00395499961450696, - -0.13913118839263916, - 0.9902650117874146 - ] - ], - [ - 6.066666603088379, - [ - 0.0004587504081428051, - -0.003989987540990114, - -0.13976910710334778, - 0.9901759624481201 - ] - ], - [ - 6.099999904632568, - [ - -0.0007205168367363513, - -0.003723442554473877, - -0.1397801786661148, - 0.9901753067970276 - ] - ], - [ - 6.133333206176758, - [ - -0.0019405423663556576, - -0.0032988355960696936, - -0.13926346600055695, - 0.9902479648590088 - ] - ], - [ - 6.166666507720947, - [ - -0.003041912103071809, - -0.0028800591826438904, - -0.13837748765945435, - 0.9903706908226013 - ] - ], - [ - 6.199999809265137, - [ - -0.004024520982056856, - -0.0024714395403862, - -0.1371566206216812, - 0.9905381202697754 - ] - ], - [ - 6.233333110809326, - [ - -0.004888248164206743, - -0.002077096374705434, - -0.13563518226146698, - 0.9907447099685669 - ] - ], - [ - 6.266666889190674, - [ - -0.0056329346261918545, - -0.0017008951399475336, - -0.13384735584259033, - 0.9909844994544983 - ] - ], - [ - 6.300000190734863, - [ - -0.0062582483515143394, - -0.0013464698567986488, - -0.1318274289369583, - 0.9912520051002502 - ] - ], - [ - 6.333333492279053, - [ - -0.006763833109289408, - -0.0010171293979510665, - -0.1296095997095108, - 0.9915416240692139 - ] - ], - [ - 6.366666793823242, - [ - -0.007149177603423595, - -0.0007158939843066037, - -0.1272280067205429, - 0.991847574710846 - ] - ], - [ - 6.400000095367432, - [ - -0.007413630373775959, - -0.00044547830475494266, - -0.12471682578325272, - 0.992164671421051 - ] - ], - [ - 6.433333396911621, - [ - -0.007556378375738859, - -0.00020829029381275177, - -0.12211024761199951, - 0.9924877285957336 - ] - ], - [ - 6.4666666984558105, - [ - -0.0075764781795442104, - -6.440754532377468e-06, - -0.11944250017404556, - 0.9928122162818909 - ] - ], - [ - 6.5, - [ - -0.007472815923392773, - 0.00015824286674614996, - -0.11674779653549194, - 0.9931334853172302 - ] - ], - [ - 6.5333333015441895, - [ - -0.007244132924824953, - 0.00028419142472557724, - -0.11406035721302032, - 0.9934473633766174 - ] - ], - [ - 6.566666603088379, - [ - -0.006889033131301403, - 0.00037006623460911214, - -0.11141444742679596, - 0.9937500953674316 - ] - ], - [ - 6.599999904632568, - [ - -0.006405996158719063, - 0.0004147206782363355, - -0.1088443472981453, - 0.9940381050109863 - ] - ], - [ - 6.633333206176758, - [ - -0.005793389398604631, - 0.0004171559412498027, - -0.10638437420129776, - 0.9943081140518188 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292555586_203678.json b/lenses/physics-objects/Scene/assets/1646688292555586_203678.json deleted file mode 100644 index 51ea320a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292555586_203678.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292555586:203678", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292556542_203691.json b/lenses/physics-objects/Scene/assets/1646688292556542_203691.json deleted file mode 100644 index df74bf21..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292556542_203691.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292556542:203691", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -11.25827693939209, - -8.372910087928176e-05, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -11.25827693939209, - -8.372910087928176e-05, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292556748_203698.json b/lenses/physics-objects/Scene/assets/1646688292556748_203698.json deleted file mode 100644 index 7c6b2fbe..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292556748_203698.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292556748:203698", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ], - [ - 0.03333333507180214, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ], - [ - 0.06666667014360428, - [ - 0.004794943146407604, - -0.02782312035560608, - -0.1076970249414444, - 0.9937828183174133 - ] - ], - [ - 0.10000000149011612, - [ - 0.0018168522510677576, - -0.01939067430794239, - -0.10427121073007584, - 0.9943581819534302 - ] - ], - [ - 0.13333334028720856, - [ - -0.0015883526066318154, - -0.011142955161631107, - -0.10142116248607635, - 0.9947800040245056 - ] - ], - [ - 0.1666666716337204, - [ - -0.004914552439004183, - -0.005134477745741606, - -0.10019631683826447, - 0.994942307472229 - ] - ], - [ - 0.20000000298023224, - [ - -0.008352943696081638, - -0.0037840944714844227, - -0.10257799178361893, - 0.994682788848877 - ] - ], - [ - 0.23333333432674408, - [ - -0.011748631484806538, - -0.005120089743286371, - -0.1083775982260704, - 0.9940271973609924 - ] - ], - [ - 0.2666666805744171, - [ - -0.017119361087679863, - -0.006800639908760786, - -0.11886736005544662, - 0.9927392601966858 - ] - ], - [ - 0.30000001192092896, - [ - -0.024051109328866005, - -0.00869681779295206, - -0.1328151822090149, - 0.9908108115196228 - ] - ], - [ - 0.3333333432674408, - [ - -0.03211459517478943, - -0.010684926994144917, - -0.14899364113807678, - 0.9882587790489197 - ] - ], - [ - 0.36666667461395264, - [ - -0.04085162281990051, - -0.012652924284338951, - -0.16619297862052917, - 0.985165536403656 - ] - ], - [ - 0.4000000059604645, - [ - -0.04976852610707283, - -0.014505896717309952, - -0.183230921626091, - 0.9817021489143372 - ] - ], - [ - 0.4333333373069763, - [ - -0.05833670124411583, - -0.01617000252008438, - -0.19895987212657928, - 0.9781361818313599 - ] - ], - [ - 0.46666666865348816, - [ - -0.0659986212849617, - -0.017593780532479286, - -0.2122683972120285, - 0.9748215079307556 - ] - ], - [ - 0.5, - [ - -0.07217810302972794, - -0.018745936453342438, - -0.22207552194595337, - 0.9721735119819641 - ] - ], - [ - 0.5333333611488342, - [ - -0.07629363238811493, - -0.019609026610851288, - -0.22731643915176392, - 0.9706296920776367 - ] - ], - [ - 0.5666666626930237, - [ - -0.07079052180051804, - -0.013922532089054585, - -0.21575278043746948, - 0.973779022693634 - ] - ], - [ - 0.6000000238418579, - [ - -0.05449732765555382, - 0.0009628598927520216, - -0.18386712670326233, - 0.9814387559890747 - ] - ], - [ - 0.6333333253860474, - [ - -0.03615860641002655, - 0.019489562138915062, - -0.14394745230674744, - 0.9887324571609497 - ] - ], - [ - 0.6666666865348816, - [ - -0.022693973034620285, - 0.03549050912261009, - -0.10946217179298401, - 0.9930979013442993 - ] - ], - [ - 0.699999988079071, - [ - -0.01894775778055191, - 0.04244473576545715, - -0.0947784036397934, - 0.9944126605987549 - ] - ], - [ - 0.7333333492279053, - [ - -0.02313251793384552, - 0.04092681407928467, - -0.09748711436986923, - 0.9941258430480957 - ] - ], - [ - 0.7666666507720947, - [ - -0.029539894312620163, - 0.03703244775533676, - -0.10380508750677109, - 0.9934689402580261 - ] - ], - [ - 0.800000011920929, - [ - -0.036512572318315506, - 0.0325435996055603, - -0.11109615862369537, - 0.992605447769165 - ] - ], - [ - 0.8333333134651184, - [ - -0.042186666280031204, - 0.02914871647953987, - -0.11668362468481064, - 0.9918445348739624 - ] - ], - [ - 0.8666666746139526, - [ - -0.04462079331278801, - 0.028475446626544, - -0.11797261983156204, - 0.9916050434112549 - ] - ], - [ - 0.8999999761581421, - [ - -0.03959440067410469, - 0.031131042167544365, - -0.11159322410821915, - 0.992476761341095 - ] - ], - [ - 0.9333333373069763, - [ - -0.02647007815539837, - 0.03625794127583504, - -0.09762254357337952, - 0.9942106008529663 - ] - ], - [ - 0.9666666388511658, - [ - -0.008703389205038548, - 0.04330343380570412, - -0.07862897217273712, - 0.9959250688552856 - ] - ], - [ - 1.0, - [ - 0.010330158285796642, - 0.05152275413274765, - -0.05737855285406113, - 0.9969686269760132 - ] - ], - [ - 1.0333333015441895, - [ - 0.027450844645500183, - 0.059838730841875076, - -0.036966413259506226, - 0.9971456527709961 - ] - ], - [ - 1.0666667222976685, - [ - 0.039735157042741776, - 0.06686355918645859, - -0.020789476111531258, - 0.9967538118362427 - ] - ], - [ - 1.100000023841858, - [ - 0.044460274279117584, - 0.0710538849234581, - -0.012399112805724144, - 0.9964039921760559 - ] - ], - [ - 1.1333333253860474, - [ - 0.040980495512485504, - 0.07012402266263962, - -0.013382826931774616, - 0.9966062903404236 - ] - ], - [ - 1.1666666269302368, - [ - 0.031866658478975296, - 0.06421364843845367, - -0.021067675203084946, - 0.9972047209739685 - ] - ], - [ - 1.2000000476837158, - [ - 0.01919817551970482, - 0.05547485873103142, - -0.03255445510149002, - 0.9977445602416992 - ] - ], - [ - 1.2333333492279053, - [ - 0.005148554686456919, - 0.04599060118198395, - -0.045039672404527664, - 0.9979127049446106 - ] - ], - [ - 1.2666666507720947, - [ - -0.007912354543805122, - 0.03768933191895485, - -0.05593406409025192, - 0.9976915717124939 - ] - ], - [ - 1.2999999523162842, - [ - -0.017437173053622246, - 0.032334040850400925, - -0.06287392228841782, - 0.9973451495170593 - ] - ], - [ - 1.3333333730697632, - [ - -0.02082335203886032, - 0.031595733016729355, - -0.06361622363328934, - 0.997256875038147 - ] - ], - [ - 1.3666666746139526, - [ - -0.01608310081064701, - 0.03792672976851463, - -0.05461953207850456, - 0.997657060623169 - ] - ], - [ - 1.399999976158142, - [ - -0.005395665764808655, - 0.05064472556114197, - -0.03664536029100418, - 0.9980297088623047 - ] - ], - [ - 1.4333332777023315, - [ - 0.007596530951559544, - 0.06670676916837692, - -0.013923882506787777, - 0.9976465702056885 - ] - ], - [ - 1.4666666984558105, - [ - 0.01971830613911152, - 0.08287510275840759, - 0.009010232985019684, - 0.9963241219520569 - ] - ], - [ - 1.5, - [ - 0.028465377166867256, - 0.0956972986459732, - 0.027268236503005028, - 0.9946296811103821 - ] - ], - [ - 1.5333333015441895, - [ - 0.03184545040130615, - 0.10161994397640228, - 0.03577102720737457, - 0.9936698079109192 - ] - ], - [ - 1.5666667222976685, - [ - 0.028414083644747734, - 0.0996662899851799, - 0.029912304133176804, - 0.9941653609275818 - ] - ], - [ - 1.600000023841858, - [ - 0.019520388916134834, - 0.09287292510271072, - 0.012374823912978172, - 0.9954096674919128 - ] - ], - [ - 1.6333333253860474, - [ - 0.0074061863124370575, - 0.08372646570205688, - -0.010960172861814499, - 0.9964010715484619 - ] - ], - [ - 1.6666666269302368, - [ - -0.00532692763954401, - 0.07458240538835526, - -0.03436274453997612, - 0.9966083765029907 - ] - ], - [ - 1.7000000476837158, - [ - -0.015553771518170834, - 0.0675603523850441, - -0.052394479513168335, - 0.9962171912193298 - ] - ], - [ - 1.7333333492279053, - [ - -0.01961446739733219, - 0.06460269540548325, - -0.059941697865724564, - 0.9959160685539246 - ] - ], - [ - 1.7666666507720947, - [ - -0.012507697567343712, - 0.06717393547296524, - -0.05348421633243561, - 0.9962282180786133 - ] - ], - [ - 1.7999999523162842, - [ - 0.004000858869403601, - 0.07389954477548599, - -0.03710038214921951, - 0.9965673089027405 - ] - ], - [ - 1.8333333730697632, - [ - 0.023599164560437202, - 0.08233273774385452, - -0.01725418120622635, - 0.9961760640144348 - ] - ], - [ - 1.8666666746139526, - [ - 0.040414996445178986, - 0.08945948630571365, - -0.0009962215553969145, - 0.9951697587966919 - ] - ], - [ - 1.899999976158142, - [ - 0.0490606315433979, - 0.09171595424413681, - 0.004080138634890318, - 0.9945676326751709 - ] - ], - [ - 1.9333332777023315, - [ - 0.04921593517065048, - 0.08468428254127502, - -0.00612823199480772, - 0.9951728582382202 - ] - ], - [ - 1.9666666984558105, - [ - 0.04490809515118599, - 0.06918918341398239, - -0.027001935988664627, - 0.9962264895439148 - ] - ], - [ - 2.0, - [ - 0.03744025528430939, - 0.049446720629930496, - -0.05310820788145065, - 0.9966608285903931 - ] - ], - [ - 2.0333333015441895, - [ - 0.028772417455911636, - 0.029694905504584312, - -0.07908639311790466, - 0.996009886264801 - ] - ], - [ - 2.066666603088379, - [ - 0.02174864336848259, - 0.014097737148404121, - -0.0998043641448021, - 0.9946695566177368 - ] - ], - [ - 2.0999999046325684, - [ - 0.01984032616019249, - 0.006717747077345848, - -0.110355444252491, - 0.9936715364456177 - ] - ], - [ - 2.133333444595337, - [ - 0.024867622181773186, - 0.007969589903950691, - -0.10735921561717987, - 0.9938772916793823 - ] - ], - [ - 2.1666667461395264, - [ - 0.034518007189035416, - 0.014115526340901852, - -0.09392538666725159, - 0.9948805570602417 - ] - ], - [ - 2.200000047683716, - [ - 0.04609713330864906, - 0.02293342538177967, - -0.07493212074041367, - 0.9958585500717163 - ] - ], - [ - 2.2333333492279053, - [ - 0.05714491754770279, - 0.03206389397382736, - -0.055435772985219955, - 0.9963099360466003 - ] - ], - [ - 2.2666666507720947, - [ - 0.06562057882547379, - 0.03900614008307457, - -0.040705081075429916, - 0.9962507486343384 - ] - ], - [ - 2.299999952316284, - [ - 0.06978268921375275, - 0.04117381200194359, - -0.0361383818089962, - 0.9960567951202393 - ] - ], - [ - 2.3333332538604736, - [ - 0.06895562261343002, - 0.036907874047756195, - -0.04370452091097832, - 0.9959783554077148 - ] - ], - [ - 2.366666555404663, - [ - 0.06428944319486618, - 0.027689840644598007, - -0.059376247227191925, - 0.9957783818244934 - ] - ], - [ - 2.4000000953674316, - [ - 0.05678365379571915, - 0.01566552370786667, - -0.07952587306499481, - 0.995090901851654 - ] - ], - [ - 2.433333396911621, - [ - 0.047678496688604355, - 0.00299080484546721, - -0.10055943578481674, - 0.9937834739685059 - ] - ], - [ - 2.4666666984558105, - [ - 0.03874852880835533, - -0.008390115574002266, - -0.11916228383779526, - 0.9920828938484192 - ] - ], - [ - 2.5, - [ - 0.03208685666322708, - -0.0166416484862566, - -0.13223612308502197, - 0.9905589818954468 - ] - ], - [ - 2.5333333015441895, - [ - 0.029765967279672623, - -0.019834553822875023, - -0.1366538405418396, - 0.9899728894233704 - ] - ], - [ - 2.566666603088379, - [ - 0.030819138512015343, - -0.015908412635326385, - -0.130026176571846, - 0.9909037947654724 - ] - ], - [ - 2.5999999046325684, - [ - 0.032483577728271484, - -0.005799372214823961, - -0.1143936961889267, - 0.9928874373435974 - ] - ], - [ - 2.633333444595337, - [ - 0.034044865518808365, - 0.007914579473435879, - -0.09327312558889389, - 0.9950268268585205 - ] - ], - [ - 2.6666667461395264, - [ - 0.035018548369407654, - 0.022683272138237953, - -0.07021155208349228, - 0.9966592788696289 - ] - ], - [ - 2.700000047683716, - [ - 0.03534402325749397, - 0.03605281934142113, - -0.048750247806310654, - 0.9975341558456421 - ] - ], - [ - 2.7333333492279053, - [ - 0.03538747876882553, - 0.04569658637046814, - -0.03238816186785698, - 0.9978029727935791 - ] - ], - [ - 2.7666666507720947, - [ - 0.03575824201107025, - 0.04938484728336334, - -0.02457454614341259, - 0.9978369474411011 - ] - ], - [ - 2.799999952316284, - [ - 0.03653588891029358, - 0.04603579267859459, - -0.02672441117465496, - 0.997913658618927 - ] - ], - [ - 2.8333332538604736, - [ - 0.03727108985185623, - 0.03768038749694824, - -0.03571262210607529, - 0.9979557394981384 - ] - ], - [ - 2.866666555404663, - [ - 0.03774698078632355, - 0.026764782145619392, - -0.0481642410159111, - 0.9977670311927795 - ] - ], - [ - 2.9000000953674316, - [ - 0.037927888333797455, - 0.015784721821546555, - -0.06066576763987541, - 0.9973123669624329 - ] - ], - [ - 2.933333396911621, - [ - 0.038055647164583206, - 0.007301434874534607, - -0.06976396590471268, - 0.9968106150627136 - ] - ], - [ - 2.9666666984558105, - [ - 0.038556117564439774, - 0.0039082481525838375, - -0.0719895213842392, - 0.9966522455215454 - ] - ], - [ - 3.0, - [ - 0.04018076881766319, - 0.007881655357778072, - -0.06379545480012894, - 0.9971226453781128 - ] - ], - [ - 3.0333333015441895, - [ - 0.04272357001900673, - 0.01775052770972252, - -0.04688861593604088, - 0.9978281855583191 - ] - ], - [ - 3.066666603088379, - [ - 0.045206163078546524, - 0.030475975945591927, - -0.025702709332108498, - 0.998181939125061 - ] - ], - [ - 3.0999999046325684, - [ - 0.047018326818943024, - 0.04307210445404053, - -0.004700637888163328, - 0.9979538917541504 - ] - ], - [ - 3.133333444595337, - [ - 0.04805699363350868, - 0.05266164615750313, - 0.011667415499687195, - 0.997387170791626 - ] - ], - [ - 3.1666667461395264, - [ - 0.048570893704891205, - 0.05646447092294693, - 0.018987566232681274, - 0.9970417022705078 - ] - ], - [ - 3.200000047683716, - [ - 0.04584762081503868, - 0.046742189675569534, - 0.0060635460540652275, - 0.9978358745574951 - ] - ], - [ - 3.2333333492279053, - [ - 0.0376393124461174, - 0.023514606058597565, - -0.026570668444037437, - 0.9986612796783447 - ] - ], - [ - 3.2666666507720947, - [ - 0.025458775460720062, - -0.004222245421260595, - -0.0656525120139122, - 0.9975088834762573 - ] - ], - [ - 3.299999952316284, - [ - 0.013302299194037914, - -0.027371499687433243, - -0.0982227548956871, - 0.9946991205215454 - ] - ], - [ - 3.3333332538604736, - [ - 0.008993756026029587, - -0.03347162529826164, - -0.10770514607429504, - 0.9935786724090576 - ] - ], - [ - 3.366666555404663, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292556946_203705.json b/lenses/physics-objects/Scene/assets/1646688292556946_203705.json deleted file mode 100644 index b1d90c64..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292556946_203705.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292556946:203705", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292557922_203718.json b/lenses/physics-objects/Scene/assets/1646688292557922_203718.json deleted file mode 100644 index bcf9f556..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292557922_203718.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292557922:203718", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ], - [ - 6.633333206176758, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292558103_203725.json b/lenses/physics-objects/Scene/assets/1646688292558103_203725.json deleted file mode 100644 index 6006b0c6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292558103_203725.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292558103:203725", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292558262_203732.json b/lenses/physics-objects/Scene/assets/1646688292558262_203732.json deleted file mode 100644 index f53dea82..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292558262_203732.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292558262:203732", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292559187_203745.json b/lenses/physics-objects/Scene/assets/1646688292559187_203745.json deleted file mode 100644 index 7f845922..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292559187_203745.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292559187:203745", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ], - [ - 3.366666555404663, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292559359_203752.json b/lenses/physics-objects/Scene/assets/1646688292559359_203752.json deleted file mode 100644 index 9c1ce7dc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292559359_203752.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292559359:203752", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292559520_203759.json b/lenses/physics-objects/Scene/assets/1646688292559520_203759.json deleted file mode 100644 index 141ade7d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292559520_203759.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292559520:203759", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292560450_203772.json b/lenses/physics-objects/Scene/assets/1646688292560450_203772.json deleted file mode 100644 index fc461116..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292560450_203772.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292560450:203772", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ], - [ - 6.633333206176758, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292560635_203779.json b/lenses/physics-objects/Scene/assets/1646688292560635_203779.json deleted file mode 100644 index c1d32e9e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292560635_203779.json +++ /dev/null @@ -1,1747 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292560635:203779", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.1666666716337204, - [ - 0.9129818677902222, - 0.36663058400154114, - 0.035043369978666306, - 0.17555071413516998 - ] - ], - [ - 0.20000000298023224, - [ - 0.9131301045417786, - 0.36630138754844666, - 0.03476114943623543, - 0.17552319169044495 - ] - ], - [ - 0.23333333432674408, - [ - 0.9133511781692505, - 0.36579227447509766, - 0.03443722054362297, - 0.17549902200698853 - ] - ], - [ - 0.2666666805744171, - [ - 0.9136591553688049, - 0.3650640547275543, - 0.034079235047101974, - 0.17548152804374695 - ] - ], - [ - 0.30000001192092896, - [ - 0.914068341255188, - 0.36407768726348877, - 0.03369487449526787, - 0.17547407746315002 - ] - ], - [ - 0.3333333432674408, - [ - 0.914592444896698, - 0.36279377341270447, - 0.0332917720079422, - 0.1754799634218216 - ] - ], - [ - 0.36666667461395264, - [ - 0.9152442812919617, - 0.3611728250980377, - 0.032877545803785324, - 0.17550253868103027 - ] - ], - [ - 0.4000000059604645, - [ - 0.91603684425354, - 0.3591751456260681, - 0.03245978057384491, - 0.17554523050785065 - ] - ], - [ - 0.4333333373069763, - [ - 0.9181338548660278, - 0.35384228825569153, - 0.03152874857187271, - 0.17558996379375458 - ] - ], - [ - 0.46666666865348816, - [ - 0.9221466779708862, - 0.3433939516544342, - 0.029811862856149673, - 0.17560628056526184 - ] - ], - [ - 0.5, - [ - 0.927252471446991, - 0.3295573890209198, - 0.027673207223415375, - 0.1755819171667099 - ] - ], - [ - 0.5333333611488342, - [ - 0.9326820373535156, - 0.3140840530395508, - 0.025475453585386276, - 0.17551766335964203 - ] - ], - [ - 0.5666666626930237, - [ - 0.9377670884132385, - 0.29876503348350525, - 0.023577364161610603, - 0.17543233931064606 - ] - ], - [ - 0.6000000238418579, - [ - 0.9419549703598022, - 0.28543099761009216, - 0.02233271673321724, - 0.17536042630672455 - ] - ], - [ - 0.6333333253860474, - [ - 0.9447875618934631, - 0.27594104409217834, - 0.02209121361374855, - 0.17534254491329193 - ] - ], - [ - 0.6666666865348816, - [ - 0.9458443522453308, - 0.27216190099716187, - 0.023201603442430496, - 0.17540889978408813 - ] - ], - [ - 0.699999988079071, - [ - 0.9440892934799194, - 0.27777984738349915, - 0.02676978148519993, - 0.17554868757724762 - ] - ], - [ - 0.7333333492279053, - [ - 0.9392533898353577, - 0.29304060339927673, - 0.03302975371479988, - 0.17561140656471252 - ] - ], - [ - 0.7666666507720947, - [ - 0.9319732785224915, - 0.31461086869239807, - 0.0410192608833313, - 0.1753944456577301 - ] - ], - [ - 0.800000011920929, - [ - 0.9230022430419922, - 0.33918291330337524, - 0.049761489033699036, - 0.1747729331254959 - ] - ], - [ - 0.8333333134651184, - [ - 0.9133733510971069, - 0.3635387718677521, - 0.05826839804649353, - 0.1737627238035202 - ] - ], - [ - 0.8666666746139526, - [ - 0.9044473171234131, - 0.3845895528793335, - 0.06555410474538803, - 0.1725364327430725 - ] - ], - [ - 0.8999999761581421, - [ - 0.8978514671325684, - 0.3993702232837677, - 0.07064763456583023, - 0.17139168083667755 - ] - ], - [ - 0.9333333373069763, - [ - 0.8953181505203247, - 0.40497711300849915, - 0.07259529083967209, - 0.1706719994544983 - ] - ], - [ - 0.9666666388511658, - [ - 0.896040141582489, - 0.40357184410095215, - 0.07234403491020203, - 0.1703179031610489 - ] - ], - [ - 1.0, - [ - 0.8978973031044006, - 0.39967820048332214, - 0.07155407220125198, - 0.17005299031734467 - ] - ], - [ - 1.0333333015441895, - [ - 0.9005765914916992, - 0.39390596747398376, - 0.07034780085086823, - 0.16985668241977692 - ] - ], - [ - 1.0666667222976685, - [ - 0.9037665128707886, - 0.38686618208885193, - 0.06884632259607315, - 0.16970817744731903 - ] - ], - [ - 1.100000023841858, - [ - 0.9071676731109619, - 0.3791763186454773, - 0.06716930866241455, - 0.16958896815776825 - ] - ], - [ - 1.1333333253860474, - [ - 0.9104993343353271, - 0.37146246433258057, - 0.06543479859828949, - 0.16948433220386505 - ] - ], - [ - 1.1666666269302368, - [ - 0.9135016202926636, - 0.36436039209365845, - 0.06375936418771744, - 0.16938428580760956 - ] - ], - [ - 1.2000000476837158, - [ - 0.9159338474273682, - 0.3585139513015747, - 0.062258291989564896, - 0.16928349435329437 - ] - ], - [ - 1.2333333492279053, - [ - 0.9175675511360168, - 0.3545720875263214, - 0.06104597821831703, - 0.16918045282363892 - ] - ], - [ - 1.2666666507720947, - [ - 0.9181752800941467, - 0.35318413376808167, - 0.06023654714226723, - 0.16907593607902527 - ] - ], - [ - 1.2999999523162842, - [ - 0.9171831011772156, - 0.35569947957992554, - 0.05986909195780754, - 0.16931851208209991 - ] - ], - [ - 1.3333333730697632, - [ - 0.914647102355957, - 0.3618220090866089, - 0.05980248376727104, - 0.17008578777313232 - ] - ], - [ - 1.3666666746139526, - [ - 0.9112808108329773, - 0.36972931027412415, - 0.05988091602921486, - 0.1711193025112152 - ] - ], - [ - 1.399999976158142, - [ - 0.9078415632247925, - 0.3776162564754486, - 0.059934746474027634, - 0.17215603590011597 - ] - ], - [ - 1.4333332777023315, - [ - 0.9051489233970642, - 0.38370364904403687, - 0.05977395549416542, - 0.17292837798595428 - ] - ], - [ - 1.4666666984558105, - [ - 0.9040665030479431, - 0.3862311542034149, - 0.059194475412368774, - 0.17316320538520813 - ] - ], - [ - 1.5, - [ - 0.9051781296730042, - 0.3839971423149109, - 0.05801492556929588, - 0.17272301018238068 - ] - ], - [ - 1.5333333015441895, - [ - 0.9079606533050537, - 0.3780502676963806, - 0.056342776864767075, - 0.17178748548030853 - ] - ], - [ - 1.5666667222976685, - [ - 0.911616861820221, - 0.3700057566165924, - 0.05440755560994148, - 0.17055855691432953 - ] - ], - [ - 1.600000023841858, - [ - 0.9153832793235779, - 0.36149755120277405, - 0.05242670699954033, - 0.16924721002578735 - ] - ], - [ - 1.6333333253860474, - [ - 0.9185540676116943, - 0.354187935590744, - 0.05059783160686493, - 0.1680748462677002 - ] - ], - [ - 1.6666666269302368, - [ - 0.9215700030326843, - 0.3470805585384369, - 0.04881948605179787, - 0.1669151932001114 - ] - ], - [ - 1.7000000476837158, - [ - 0.9247286915779114, - 0.3394456207752228, - 0.046993814408779144, - 0.1656663566827774 - ] - ], - [ - 1.7333333492279053, - [ - 0.9272036552429199, - 0.3333893418312073, - 0.04529202729463577, - 0.1646018624305725 - ] - ], - [ - 1.7666666507720947, - [ - 0.9282187223434448, - 0.331040620803833, - 0.04386717826128006, - 0.16400545835494995 - ] - ], - [ - 1.7999999523162842, - [ - 0.9276415109634399, - 0.3327711820602417, - 0.04258602485060692, - 0.16410663723945618 - ] - ], - [ - 1.8333333730697632, - [ - 0.926051139831543, - 0.33696940541267395, - 0.04125695303082466, - 0.16485990583896637 - ] - ], - [ - 1.8666666746139526, - [ - 0.9237402677536011, - 0.34279000759124756, - 0.03994590789079666, - 0.1661422699689865 - ] - ], - [ - 1.899999976158142, - [ - 0.9210122227668762, - 0.349388986825943, - 0.038717713207006454, - 0.16782353818416595 - ] - ], - [ - 1.9333332777023315, - [ - 0.918193519115448, - 0.3559284210205078, - 0.03762952610850334, - 0.16976411640644073 - ] - ], - [ - 1.9666666984558105, - [ - 0.9156372547149658, - 0.3615785241127014, - 0.03672698885202408, - 0.17181530594825745 - ] - ], - [ - 2.0, - [ - 0.9137197732925415, - 0.3655175268650055, - 0.036043379455804825, - 0.17382174730300903 - ] - ], - [ - 2.0333333015441895, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.066666603088379, - [ - 0.9125803112983704, - 0.36674943566322327, - 0.03533773869276047, - 0.17732316255569458 - ] - ], - [ - 2.0999999046325684, - [ - 0.9124242663383484, - 0.3663424253463745, - 0.03515727072954178, - 0.17899475991725922 - ] - ], - [ - 2.133333444595337, - [ - 0.9124724268913269, - 0.36551401019096375, - 0.03503399342298508, - 0.18046116828918457 - ] - ], - [ - 2.1666667461395264, - [ - 0.9128376245498657, - 0.3640722632408142, - 0.034941162914037704, - 0.18154333531856537 - ] - ], - [ - 2.200000047683716, - [ - 0.9136309027671814, - 0.36182451248168945, - 0.03485352545976639, - 0.18206273019313812 - ] - ], - [ - 2.2333333492279053, - [ - 0.9152790307998657, - 0.35762345790863037, - 0.03457239642739296, - 0.18213924765586853 - ] - ], - [ - 2.2666666507720947, - [ - 0.9178978204727173, - 0.35096442699432373, - 0.03398236632347107, - 0.18202407658100128 - ] - ], - [ - 2.299999952316284, - [ - 0.921131432056427, - 0.34261879324913025, - 0.03318718448281288, - 0.18173563480377197 - ] - ], - [ - 2.3333332538604736, - [ - 0.9246397018432617, - 0.33336448669433594, - 0.032290566712617874, - 0.1812923401594162 - ] - ], - [ - 2.366666555404663, - [ - 0.9281095862388611, - 0.32399019598960876, - 0.03139414265751839, - 0.18071334064006805 - ] - ], - [ - 2.4000000953674316, - [ - 0.9312602281570435, - 0.3152964115142822, - 0.030595986172556877, - 0.18001851439476013 - ] - ], - [ - 2.433333396911621, - [ - 0.9338393211364746, - 0.3080940544605255, - 0.02998974174261093, - 0.179228276014328 - ] - ], - [ - 2.4666666984558105, - [ - 0.9356153607368469, - 0.30320051312446594, - 0.02966434694826603, - 0.17836299538612366 - ] - ], - [ - 2.5, - [ - 0.9363596439361572, - 0.301434189081192, - 0.02970418892800808, - 0.17744214832782745 - ] - ], - [ - 2.5333333015441895, - [ - 0.9353799223899841, - 0.30526405572891235, - 0.02993503212928772, - 0.17601746320724487 - ] - ], - [ - 2.566666603088379, - [ - 0.9324592351913452, - 0.3152656555175781, - 0.030096208676695824, - 0.1738433986902237 - ] - ], - [ - 2.5999999046325684, - [ - 0.9282178282737732, - 0.32886478304862976, - 0.030147939920425415, - 0.17132048308849335 - ] - ], - [ - 2.633333444595337, - [ - 0.9234828352928162, - 0.343153178691864, - 0.03008933737874031, - 0.16887855529785156 - ] - ], - [ - 2.6666667461395264, - [ - 0.9191880822181702, - 0.3554501533508301, - 0.029966384172439575, - 0.16688516736030579 - ] - ], - [ - 2.700000047683716, - [ - 0.9161893725395203, - 0.3637095093727112, - 0.02984960936009884, - 0.16559424996376038 - ] - ], - [ - 2.7333333492279053, - [ - 0.9151042699813843, - 0.36663663387298584, - 0.029801582917571068, - 0.16514724493026733 - ] - ], - [ - 2.7666666507720947, - [ - 0.9150264859199524, - 0.36664992570877075, - 0.030002452433109283, - 0.1655118465423584 - ] - ], - [ - 2.799999952316284, - [ - 0.9147330522537231, - 0.36669787764549255, - 0.030758647248148918, - 0.16688327491283417 - ] - ], - [ - 2.8333332538604736, - [ - 0.9140860438346863, - 0.3667915165424347, - 0.032415591180324554, - 0.16988222301006317 - ] - ], - [ - 2.866666555404663, - [ - 0.9131758213043213, - 0.3668957054615021, - 0.03472337871789932, - 0.17404526472091675 - ] - ], - [ - 2.9000000953674316, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.933333396911621, - [ - 0.9136771559715271, - 0.36491113901138306, - 0.03504396602511406, - 0.17551587522029877 - ] - ], - [ - 2.9666666984558105, - [ - 0.9157838821411133, - 0.3598615825176239, - 0.03365227207541466, - 0.17523428797721863 - ] - ], - [ - 3.0, - [ - 0.9184805750846863, - 0.3532782196998596, - 0.031849443912506104, - 0.17485298216342926 - ] - ], - [ - 3.0333333015441895, - [ - 0.9211295247077942, - 0.3466738164424896, - 0.030053921043872833, - 0.17445452511310577 - ] - ], - [ - 3.066666603088379, - [ - 0.9231346845626831, - 0.3415793776512146, - 0.028677819296717644, - 0.17413641512393951 - ] - ], - [ - 3.0999999046325684, - [ - 0.9239287972450256, - 0.33953821659088135, - 0.028128638863563538, - 0.1740063577890396 - ] - ], - [ - 3.133333444595337, - [ - 0.9234793186187744, - 0.34070026874542236, - 0.028331264853477478, - 0.17408789694309235 - ] - ], - [ - 3.1666667461395264, - [ - 0.9222779273986816, - 0.34378376603126526, - 0.02890612557530403, - 0.17430084943771362 - ] - ], - [ - 3.200000047683716, - [ - 0.9205412864685059, - 0.34818321466445923, - 0.02980411984026432, - 0.17459635436534882 - ] - ], - [ - 3.2333333492279053, - [ - 0.918490469455719, - 0.35329458117485046, - 0.03097549080848694, - 0.1749248206615448 - ] - ], - [ - 3.2666666507720947, - [ - 0.9163565039634705, - 0.3585178256034851, - 0.03236852586269379, - 0.1752370148897171 - ] - ], - [ - 3.299999952316284, - [ - 0.9143833518028259, - 0.3632584810256958, - 0.0339292548596859, - 0.17548541724681854 - ] - ], - [ - 3.3333332538604736, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 3.366666555404663, - [ - 0.9115375876426697, - 0.3699081242084503, - 0.03741339221596718, - 0.17569133639335632 - ] - ], - [ - 3.4000000953674316, - [ - 0.9102500677108765, - 0.37285250425338745, - 0.039454806596040726, - 0.17569628357887268 - ] - ], - [ - 3.433333396911621, - [ - 0.9090502858161926, - 0.3755776882171631, - 0.04176376387476921, - 0.1755697876214981 - ] - ], - [ - 3.4666666984558105, - [ - 0.9080256223678589, - 0.3779025673866272, - 0.04437738656997681, - 0.17524214088916779 - ] - ], - [ - 3.5, - [ - 0.9072631597518921, - 0.37964746356010437, - 0.04733264073729515, - 0.174645334482193 - ] - ], - [ - 3.5333333015441895, - [ - 0.9068483710289001, - 0.38063400983810425, - 0.050667259842157364, - 0.1737140715122223 - ] - ], - [ - 3.566666603088379, - [ - 0.9068629741668701, - 0.38068482279777527, - 0.05442086607217789, - 0.17238683998584747 - ] - ], - [ - 3.5999999046325684, - [ - 0.9074145555496216, - 0.37973752617836, - 0.06019566208124161, - 0.1696311980485916 - ] - ], - [ - 3.633333444595337, - [ - 0.9084810614585876, - 0.37772995233535767, - 0.06816466152667999, - 0.1653355062007904 - ] - ], - [ - 3.6666667461395264, - [ - 0.9099998474121094, - 0.37445950508117676, - 0.07622741162776947, - 0.160840705037117 - ] - ], - [ - 3.700000047683716, - [ - 0.9120118618011475, - 0.3696769177913666, - 0.08227522671222687, - 0.15749333798885345 - ] - ], - [ - 3.7333333492279053, - [ - 0.9146327972412109, - 0.36309415102005005, - 0.08417141437530518, - 0.15660423040390015 - ] - ], - [ - 3.7666666507720947, - [ - 0.9184888005256653, - 0.35262998938560486, - 0.08241638541221619, - 0.158865287899971 - ] - ], - [ - 3.799999952316284, - [ - 0.9234035015106201, - 0.3380974531173706, - 0.0793241411447525, - 0.16347412765026093 - ] - ], - [ - 3.8333332538604736, - [ - 0.9283647537231445, - 0.3220707178115845, - 0.07546921074390411, - 0.16945146024227142 - ] - ], - [ - 3.866666555404663, - [ - 0.9325241446495056, - 0.3071749210357666, - 0.07151523232460022, - 0.17586331069469452 - ] - ], - [ - 3.9000000953674316, - [ - 0.9352098107337952, - 0.29607728123664856, - 0.06824018061161041, - 0.18183544278144836 - ] - ], - [ - 3.933333396911621, - [ - 0.9358578324317932, - 0.291459858417511, - 0.06651695817708969, - 0.18653889000415802 - ] - ], - [ - 3.9666666984558105, - [ - 0.9345702528953552, - 0.29298871755599976, - 0.06650152057409286, - 0.19056130945682526 - ] - ], - [ - 4.0, - [ - 0.9320459961891174, - 0.29789188504219055, - 0.06758873909711838, - 0.19489087164402008 - ] - ], - [ - 4.0333333015441895, - [ - 0.9286050796508789, - 0.30518242716789246, - 0.06953759491443634, - 0.19930090010166168 - ] - ], - [ - 4.066666603088379, - [ - 0.9245766997337341, - 0.31388404965400696, - 0.07208390533924103, - 0.20356495678424835 - ] - ], - [ - 4.099999904632568, - [ - 0.9203189611434937, - 0.3230409622192383, - 0.07493460923433304, - 0.20746657252311707 - ] - ], - [ - 4.133333206176758, - [ - 0.9162278771400452, - 0.331722617149353, - 0.07776759564876556, - 0.21080520749092102 - ] - ], - [ - 4.166666507720947, - [ - 0.9127359986305237, - 0.3390228748321533, - 0.08023665100336075, - 0.2133977711200714 - ] - ], - [ - 4.199999809265137, - [ - 0.9103017449378967, - 0.34405314922332764, - 0.08198123425245285, - 0.21507488191127777 - ] - ], - [ - 4.233333110809326, - [ - 0.9093897342681885, - 0.34592851996421814, - 0.08264061063528061, - 0.21567168831825256 - ] - ], - [ - 4.266666889190674, - [ - 0.9098983407020569, - 0.3453247845172882, - 0.08122564852237701, - 0.21503059566020966 - ] - ], - [ - 4.300000190734863, - [ - 0.9112593531608582, - 0.3436983525753021, - 0.07744643837213516, - 0.21326062083244324 - ] - ], - [ - 4.333333492279053, - [ - 0.9132207036018372, - 0.34131813049316406, - 0.07200471311807632, - 0.21058304607868195 - ] - ], - [ - 4.366666793823242, - [ - 0.9155333638191223, - 0.33845630288124084, - 0.06560198217630386, - 0.20722542703151703 - ] - ], - [ - 4.400000095367432, - [ - 0.9179579615592957, - 0.33540037274360657, - 0.0589340515434742, - 0.2034369260072708 - ] - ], - [ - 4.433333396911621, - [ - 0.9202694296836853, - 0.3324601948261261, - 0.0526873916387558, - 0.19949598610401154 - ] - ], - [ - 4.4666666984558105, - [ - 0.9222573637962341, - 0.32996901869773865, - 0.04753747954964638, - 0.1957094669342041 - ] - ], - [ - 4.5, - [ - 0.9237225651741028, - 0.3282800614833832, - 0.04414956644177437, - 0.19240479171276093 - ] - ], - [ - 4.5333333015441895, - [ - 0.9244689345359802, - 0.3277575373649597, - 0.043182674795389175, - 0.18991439044475555 - ] - ], - [ - 4.566666603088379, - [ - 0.9246617555618286, - 0.32824134826660156, - 0.04398631677031517, - 0.18794535100460052 - ] - ], - [ - 4.599999904632568, - [ - 0.9244868159294128, - 0.3296106457710266, - 0.0453270822763443, - 0.18608178198337555 - ] - ], - [ - 4.633333206176758, - [ - 0.9237708449363708, - 0.3322862684726715, - 0.04698764532804489, - 0.1844603419303894 - ] - ], - [ - 4.666666507720947, - [ - 0.9223337769508362, - 0.336683452129364, - 0.04875126853585243, - 0.18321633338928223 - ] - ], - [ - 4.699999809265137, - [ - 0.9199808239936829, - 0.3432094156742096, - 0.05040606111288071, - 0.18248771131038666 - ] - ], - [ - 4.733333110809326, - [ - 0.9162005186080933, - 0.3533105254173279, - 0.05145527422428131, - 0.18193578720092773 - ] - ], - [ - 4.766666889190674, - [ - 0.9109753370285034, - 0.36689385771751404, - 0.05169079825282097, - 0.18122053146362305 - ] - ], - [ - 4.800000190734863, - [ - 0.9048855900764465, - 0.3820648491382599, - 0.051344357430934906, - 0.18047849833965302 - ] - ], - [ - 4.833333492279053, - [ - 0.8986193537712097, - 0.39696675539016724, - 0.050653520971536636, - 0.17981961369514465 - ] - ], - [ - 4.866666793823242, - [ - 0.8929908275604248, - 0.40978965163230896, - 0.049860090017318726, - 0.17931486666202545 - ] - ], - [ - 4.900000095367432, - [ - 0.888916552066803, - 0.4187665283679962, - 0.049206968396902084, - 0.17899908125400543 - ] - ], - [ - 4.933333396911621, - [ - 0.8873522281646729, - 0.42214956879615784, - 0.048935867846012115, - 0.17888903617858887 - ] - ], - [ - 4.9666666984558105, - [ - 0.888550341129303, - 0.42018651962280273, - 0.048831481486558914, - 0.17758682370185852 - ] - ], - [ - 5.0, - [ - 0.8916783928871155, - 0.414993017911911, - 0.04858647659420967, - 0.17415447533130646 - ] - ], - [ - 5.0333333015441895, - [ - 0.8960242867469788, - 0.40760552883148193, - 0.048314642161130905, - 0.16930417716503143 - ] - ], - [ - 5.066666603088379, - [ - 0.9008951187133789, - 0.3990738093852997, - 0.04811035841703415, - 0.16374899446964264 - ] - ], - [ - 5.099999904632568, - [ - 0.9056460857391357, - 0.39047619700431824, - 0.04802054166793823, - 0.1582009196281433 - ] - ], - [ - 5.133333206176758, - [ - 0.9096922278404236, - 0.38292402029037476, - 0.04803551360964775, - 0.15336847305297852 - ] - ], - [ - 5.166666507720947, - [ - 0.9124983549118042, - 0.3775536119937897, - 0.04809851944446564, - 0.14995525777339935 - ] - ], - [ - 5.199999809265137, - [ - 0.9135507345199585, - 0.3755105137825012, - 0.048133764415979385, - 0.1486617773771286 - ] - ], - [ - 5.233333110809326, - [ - 0.9133504033088684, - 0.3756566345691681, - 0.04797893762588501, - 0.14956994354724884 - ] - ], - [ - 5.266666889190674, - [ - 0.9128026962280273, - 0.37605202198028564, - 0.047558702528476715, - 0.15203455090522766 - ] - ], - [ - 5.300000190734863, - [ - 0.9119840264320374, - 0.3766302466392517, - 0.046940553933382034, - 0.1556650847196579 - ] - ], - [ - 5.333333492279053, - [ - 0.9109715223312378, - 0.3773253858089447, - 0.04619179293513298, - 0.1600712388753891 - ] - ], - [ - 5.366666793823242, - [ - 0.9098469018936157, - 0.37807369232177734, - 0.04537780210375786, - 0.16486294567584991 - ] - ], - [ - 5.400000095367432, - [ - 0.908698558807373, - 0.3788141906261444, - 0.04456087946891785, - 0.16965056955814362 - ] - ], - [ - 5.433333396911621, - [ - 0.907622218132019, - 0.3794891834259033, - 0.04379982873797417, - 0.17404508590698242 - ] - ], - [ - 5.4666666984558105, - [ - 0.9067205190658569, - 0.3800441324710846, - 0.04315045103430748, - 0.1776580959558487 - ] - ], - [ - 5.5, - [ - 0.9061008095741272, - 0.38042643666267395, - 0.0426664724946022, - 0.1801016926765442 - ] - ], - [ - 5.5333333015441895, - [ - 0.9058706760406494, - 0.3805834650993347, - 0.04240133985877037, - 0.18098796904087067 - ] - ], - [ - 5.599999904632568, - [ - 0.9059407114982605, - 0.3804948925971985, - 0.0420890636742115, - 0.18089675903320313 - ] - ], - [ - 5.633333206176758, - [ - 0.9060253500938416, - 0.3803510069847107, - 0.04190707951784134, - 0.1808176338672638 - ] - ], - [ - 5.666666507720947, - [ - 0.906140148639679, - 0.3801463842391968, - 0.041709739714860916, - 0.1807180792093277 - ] - ], - [ - 5.699999809265137, - [ - 0.9062829613685608, - 0.37988531589508057, - 0.04149848222732544, - 0.18059957027435303 - ] - ], - [ - 5.733333110809326, - [ - 0.9064515829086304, - 0.37957197427749634, - 0.04127473011612892, - 0.1804635375738144 - ] - ], - [ - 5.766666889190674, - [ - 0.9066437482833862, - 0.37921056151390076, - 0.041039906442165375, - 0.18031147122383118 - ] - ], - [ - 5.800000190734863, - [ - 0.9068571925163269, - 0.3788054585456848, - 0.04079544171690941, - 0.180144801735878 - ] - ], - [ - 5.833333492279053, - [ - 0.90708988904953, - 0.3783607482910156, - 0.04054276645183563, - 0.1799650341272354 - ] - ], - [ - 5.866666793823242, - [ - 0.9073394536972046, - 0.3778807520866394, - 0.040283311158418655, - 0.17977361381053925 - ] - ], - [ - 5.900000095367432, - [ - 0.9076037406921387, - 0.3773697018623352, - 0.040018487721681595, - 0.17957201600074768 - ] - ], - [ - 5.933333396911621, - [ - 0.9078806638717651, - 0.37683188915252686, - 0.039749711751937866, - 0.1793617457151413 - ] - ], - [ - 5.9666666984558105, - [ - 0.9081677198410034, - 0.37627142667770386, - 0.03947839140892029, - 0.1791442632675171 - ] - ], - [ - 6.0, - [ - 0.908463180065155, - 0.37569278478622437, - 0.03920593485236168, - 0.17892110347747803 - ] - ], - [ - 6.0333333015441895, - [ - 0.9087643623352051, - 0.3751000165939331, - 0.03893372043967247, - 0.1786937266588211 - ] - ], - [ - 6.066666603088379, - [ - 0.9090695381164551, - 0.37449759244918823, - 0.03866314888000488, - 0.17846368253231049 - ] - ], - [ - 6.099999904632568, - [ - 0.9093763828277588, - 0.3738897740840912, - 0.03839559108018875, - 0.17823246121406555 - ] - ], - [ - 6.133333206176758, - [ - 0.9096828103065491, - 0.373280793428421, - 0.03813241049647331, - 0.17800162732601166 - ] - ], - [ - 6.166666507720947, - [ - 0.9099866151809692, - 0.3726750314235687, - 0.037874966859817505, - 0.17777268588542938 - ] - ], - [ - 6.199999809265137, - [ - 0.9102858304977417, - 0.37207677960395813, - 0.037624605000019073, - 0.1775471717119217 - ] - ], - [ - 6.233333110809326, - [ - 0.9105783104896545, - 0.3714904189109802, - 0.03738267347216606, - 0.17732667922973633 - ] - ], - [ - 6.266666889190674, - [ - 0.9108617901802063, - 0.3709201514720917, - 0.037150487303733826, - 0.17711268365383148 - ] - ], - [ - 6.300000190734863, - [ - 0.9111344218254089, - 0.370370477437973, - 0.03692938759922981, - 0.17690680921077728 - ] - ], - [ - 6.333333492279053, - [ - 0.9113940596580505, - 0.3698456883430481, - 0.036720678210258484, - 0.1767106056213379 - ] - ], - [ - 6.366666793823242, - [ - 0.9116386771202087, - 0.3693501651287079, - 0.036525674164295197, - 0.17652563750743866 - ] - ], - [ - 6.400000095367432, - [ - 0.9118661880493164, - 0.3688882291316986, - 0.036345675587654114, - 0.17635345458984375 - ] - ], - [ - 6.433333396911621, - [ - 0.9120745658874512, - 0.36846429109573364, - 0.0361819863319397, - 0.1761956661939621 - ] - ], - [ - 6.4666666984558105, - [ - 0.9122617840766907, - 0.3680827021598816, - 0.03603590279817581, - 0.17605382204055786 - ] - ], - [ - 6.5333333015441895, - [ - 0.9125646352767944, - 0.3674640953540802, - 0.035801731050014496, - 0.17582426965236664 - ] - ], - [ - 6.566666603088379, - [ - 0.9126761555671692, - 0.36723580956459045, - 0.035716235637664795, - 0.17573970556259155 - ] - ], - [ - 6.633333206176758, - [ - 0.9128093123435974, - 0.36696311831474304, - 0.03561496362090111, - 0.1756388545036316 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292560808_203786.json b/lenses/physics-objects/Scene/assets/1646688292560808_203786.json deleted file mode 100644 index ab65a063..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292560808_203786.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292560808:203786", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292561761_203801.json b/lenses/physics-objects/Scene/assets/1646688292561761_203801.json deleted file mode 100644 index 0e96a911..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292561761_203801.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292561761:203801", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ], - [ - 3.366666555404663, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292561947_203810.json b/lenses/physics-objects/Scene/assets/1646688292561947_203810.json deleted file mode 100644 index a5c98614..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292561947_203810.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292561947:203810", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.03333333507180214, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.06666667014360428, - [ - 0.9159976840019226, - 0.3575911223888397, - 0.040928762406110764, - 0.17720526456832886 - ] - ], - [ - 0.10000000149011612, - [ - 0.9185064435005188, - 0.3498275876045227, - 0.045415401458740234, - 0.17861708998680115 - ] - ], - [ - 0.13333334028720856, - [ - 0.9203315377235413, - 0.34392616152763367, - 0.048860661685466766, - 0.17977066338062286 - ] - ], - [ - 0.1666666716337204, - [ - 0.9214478135108948, - 0.3401734232902527, - 0.051063697785139084, - 0.18057812750339508 - ] - ], - [ - 0.20000000298023224, - [ - 0.9218173623085022, - 0.33885157108306885, - 0.05182180926203728, - 0.18096107244491577 - ] - ], - [ - 0.23333333432674408, - [ - 0.919849157333374, - 0.3447859287261963, - 0.048309337347745895, - 0.18073849380016327 - ] - ], - [ - 0.2666666805744171, - [ - 0.9146904945373535, - 0.35958537459373474, - 0.03955874219536781, - 0.18020747601985931 - ] - ], - [ - 0.30000001192092896, - [ - 0.9074109196662903, - 0.3786948323249817, - 0.02816534787416458, - 0.1800064891576767 - ] - ], - [ - 0.3333333432674408, - [ - 0.8994588255882263, - 0.3976304233074188, - 0.016749603673815727, - 0.180508553981781 - ] - ], - [ - 0.36666667461395264, - [ - 0.8928242325782776, - 0.41205012798309326, - 0.00792650692164898, - 0.18170508742332458 - ] - ], - [ - 0.4000000059604645, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 0.4333333373069763, - [ - 0.8930896520614624, - 0.4096311330795288, - 0.007893645204603672, - 0.18582506477832794 - ] - ], - [ - 0.46666666865348816, - [ - 0.9014421701431274, - 0.3886871635913849, - 0.01750084012746811, - 0.1897842437028885 - ] - ], - [ - 0.5, - [ - 0.9119425415992737, - 0.3596508502960205, - 0.030498184263706207, - 0.19514600932598114 - ] - ], - [ - 0.5333333611488342, - [ - 0.9220291972160339, - 0.32752564549446106, - 0.044375162571668625, - 0.20154443383216858 - ] - ], - [ - 0.5666666626930237, - [ - 0.9299944639205933, - 0.29765188694000244, - 0.056802719831466675, - 0.20805564522743225 - ] - ], - [ - 0.6000000238418579, - [ - 0.935021162033081, - 0.27560409903526306, - 0.06568402796983719, - 0.213221475481987 - ] - ], - [ - 0.6333333253860474, - [ - 0.936787486076355, - 0.26701605319976807, - 0.06907868385314941, - 0.21531322598457336 - ] - ], - [ - 0.6666666865348816, - [ - 0.9349901080131531, - 0.2755809426307678, - 0.06563056260347366, - 0.21340401470661163 - ] - ], - [ - 0.699999988079071, - [ - 0.9298899173736572, - 0.2975810468196869, - 0.056638479232788086, - 0.20866864919662476 - ] - ], - [ - 0.7333333492279053, - [ - 0.921837329864502, - 0.32741379737854004, - 0.04411423206329346, - 0.2026575654745102 - ] - ], - [ - 0.7666666507720947, - [ - 0.9116808772087097, - 0.3595242202281952, - 0.03020133636891842, - 0.19664232432842255 - ] - ], - [ - 0.800000011920929, - [ - 0.9011631011962891, - 0.38857707381248474, - 0.017240656539797783, - 0.19135232269763947 - ] - ], - [ - 0.8333333134651184, - [ - 0.8928856253623962, - 0.4095633029937744, - 0.007732387166470289, - 0.18695829808712006 - ] - ], - [ - 0.8666666746139526, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 0.8999999761581421, - [ - 0.8919548988342285, - 0.41500070691108704, - 0.007517814636230469, - 0.17926064133644104 - ] - ], - [ - 0.9333333373069763, - [ - 0.8962392210960388, - 0.40767887234687805, - 0.015257229097187519, - 0.17412757873535156 - ] - ], - [ - 0.9666666388511658, - [ - 0.9015533924102783, - 0.39759647846221924, - 0.025761449709534645, - 0.16868570446968079 - ] - ], - [ - 1.0, - [ - 0.9068583846092224, - 0.38658270239830017, - 0.03724018484354019, - 0.16363033652305603 - ] - ], - [ - 1.0333333015441895, - [ - 0.9113381505012512, - 0.3764658570289612, - 0.047827672213315964, - 0.15952661633491516 - ] - ], - [ - 1.0666667222976685, - [ - 0.9143909811973572, - 0.36906665563583374, - 0.0556018203496933, - 0.156803697347641 - ] - ], - [ - 1.100000023841858, - [ - 0.9155242443084717, - 0.3661975860595703, - 0.05862122029066086, - 0.15581472218036652 - ] - ], - [ - 1.1333333253860474, - [ - 0.9143403172492981, - 0.3690330684185028, - 0.055526427924633026, - 0.15720434486865997 - ] - ], - [ - 1.1666666269302368, - [ - 0.9111596345901489, - 0.3763599991798401, - 0.04758758842945099, - 0.16086305677890778 - ] - ], - [ - 1.2000000476837158, - [ - 0.9065118432044983, - 0.38640785217285156, - 0.03683430701494217, - 0.16603831946849823 - ] - ], - [ - 1.2333333492279053, - [ - 0.9010540843009949, - 0.39738473296165466, - 0.02525964006781578, - 0.1718984842300415 - ] - ], - [ - 1.2666666507720947, - [ - 0.8956820368766785, - 0.40747785568237305, - 0.01477239653468132, - 0.17747528851032257 - ] - ], - [ - 1.2999999523162842, - [ - 0.8915328979492188, - 0.4148651659488678, - 0.007189144846051931, - 0.18167078495025635 - ] - ], - [ - 1.3333333730697632, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 1.3666666746139526, - [ - 0.8908762335777283, - 0.41587650775909424, - 0.005670436192303896, - 0.18263177573680878 - ] - ], - [ - 1.399999976158142, - [ - 0.8935055136680603, - 0.4108926057815552, - 0.009483288042247295, - 0.18090176582336426 - ] - ], - [ - 1.4333332777023315, - [ - 0.8971741199493408, - 0.40364310145378113, - 0.01512238010764122, - 0.1786678582429886 - ] - ], - [ - 1.4666666984558105, - [ - 0.9013099074363708, - 0.39499303698539734, - 0.02199004590511322, - 0.1764579862356186 - ] - ], - [ - 1.5, - [ - 0.9053930640220642, - 0.38581225275993347, - 0.02946143038570881, - 0.17477013170719147 - ] - ], - [ - 1.5333333015441895, - [ - 0.9089750051498413, - 0.3769722282886505, - 0.03688431903719902, - 0.17405734956264496 - ] - ], - [ - 1.5666667222976685, - [ - 0.9116769433021545, - 0.3693463206291199, - 0.043585848063230515, - 0.17472487688064575 - ] - ], - [ - 1.600000023841858, - [ - 0.9138340950012207, - 0.361875057220459, - 0.050636932253837585, - 0.1771712452173233 - ] - ], - [ - 1.6333333253860474, - [ - 0.9158777594566345, - 0.35338905453681946, - 0.05894792452454567, - 0.18113316595554352 - ] - ], - [ - 1.6666666269302368, - [ - 0.9176507592201233, - 0.3446197509765625, - 0.06761649996042252, - 0.18596376478672028 - ] - ], - [ - 1.7000000476837158, - [ - 0.9190542697906494, - 0.3363393545150757, - 0.07577459514141083, - 0.19098040461540222 - ] - ], - [ - 1.7333333492279053, - [ - 0.9200482964515686, - 0.32936590909957886, - 0.08258997648954391, - 0.19546911120414734 - ] - ], - [ - 1.7666666507720947, - [ - 0.9206365346908569, - 0.3245503604412079, - 0.08726086467504501, - 0.19869829714298248 - ] - ], - [ - 1.7999999523162842, - [ - 0.9208335876464844, - 0.3227558732032776, - 0.08899560570716858, - 0.19993485510349274 - ] - ], - [ - 1.8333333730697632, - [ - 0.9205222129821777, - 0.3252701461315155, - 0.08608047664165497, - 0.1985662281513214 - ] - ], - [ - 1.8666666746139526, - [ - 0.9196441769599915, - 0.3317188024520874, - 0.07853593677282333, - 0.19506295025348663 - ] - ], - [ - 1.899999976158142, - [ - 0.9182695746421814, - 0.34045135974884033, - 0.06815746426582336, - 0.1903376430273056 - ] - ], - [ - 1.9333332777023315, - [ - 0.9165471196174622, - 0.34984973073005676, - 0.056772343814373016, - 0.18526579439640045 - ] - ], - [ - 1.9666666984558105, - [ - 0.9147673845291138, - 0.35836708545684814, - 0.04626002162694931, - 0.1806480586528778 - ] - ], - [ - 2.0, - [ - 0.9133599996566772, - 0.364533394575119, - 0.03855135664343834, - 0.17720811069011688 - ] - ], - [ - 2.0333333015441895, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.066666603088379, - [ - 0.914060652256012, - 0.3634316325187683, - 0.03820359706878662, - 0.17592918872833252 - ] - ], - [ - 2.0999999046325684, - [ - 0.9170326590538025, - 0.35433197021484375, - 0.04476625472307205, - 0.17747104167938232 - ] - ], - [ - 2.133333444595337, - [ - 0.92082279920578, - 0.3418015241622925, - 0.053658079355955124, - 0.1799386590719223 - ] - ], - [ - 2.1666667461395264, - [ - 0.9246149063110352, - 0.3280513286590576, - 0.0632602870464325, - 0.18294194340705872 - ] - ], - [ - 2.200000047683716, - [ - 0.9277896285057068, - 0.3153497576713562, - 0.07199540734291077, - 0.18595068156719208 - ] - ], - [ - 2.2333333492279053, - [ - 0.9299261569976807, - 0.3060155212879181, - 0.0783342495560646, - 0.18829651176929474 - ] - ], - [ - 2.2666666507720947, - [ - 0.9307124018669128, - 0.30238619446754456, - 0.08078037202358246, - 0.18923944234848022 - ] - ], - [ - 2.299999952316284, - [ - 0.9299891591072083, - 0.305481493473053, - 0.07835133373737335, - 0.18884462118148804 - ] - ], - [ - 2.3333332538604736, - [ - 0.9279675483703613, - 0.3137078285217285, - 0.07191502302885056, - 0.18786123394966125 - ] - ], - [ - 2.366666555404663, - [ - 0.9248281121253967, - 0.32546696066856384, - 0.06274682283401489, - 0.18662062287330627 - ] - ], - [ - 2.4000000953674316, - [ - 0.9207999110221863, - 0.3391597867012024, - 0.05213015899062157, - 0.18542014062404633 - ] - ], - [ - 2.433333396911621, - [ - 0.9162502884864807, - 0.3531970679759979, - 0.041363269090652466, - 0.18446224927902222 - ] - ], - [ - 2.4666666984558105, - [ - 0.911718487739563, - 0.36601701378822327, - 0.03175225481390953, - 0.18382857739925385 - ] - ], - [ - 2.5, - [ - 0.9078997373580933, - 0.37609004974365234, - 0.024606017395853996, - 0.18349097669124603 - ] - ], - [ - 2.5333333015441895, - [ - 0.9045625329017639, - 0.38442736864089966, - 0.019453441724181175, - 0.1833132803440094 - ] - ], - [ - 2.566666603088379, - [ - 0.9010939002037048, - 0.39273029565811157, - 0.014981449581682682, - 0.18321643769741058 - ] - ], - [ - 2.5999999046325684, - [ - 0.8977120518684387, - 0.4005352854728699, - 0.011231795884668827, - 0.18319018185138702 - ] - ], - [ - 2.633333444595337, - [ - 0.8946512341499329, - 0.40738657116889954, - 0.00824535358697176, - 0.18321406841278076 - ] - ], - [ - 2.6666667461395264, - [ - 0.8921583890914917, - 0.41283389925956726, - 0.0060628000646829605, - 0.18326173722743988 - ] - ], - [ - 2.700000047683716, - [ - 0.8904840350151062, - 0.4164310693740845, - 0.004723960999399424, - 0.1833057850599289 - ] - ], - [ - 2.7333333492279053, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 2.7666666507720947, - [ - 0.8912724852561951, - 0.41494277119636536, - 0.005977536551654339, - 0.18281236290931702 - ] - ], - [ - 2.799999952316284, - [ - 0.8948102593421936, - 0.40773770213127136, - 0.010399953462183475, - 0.1815389096736908 - ] - ], - [ - 2.8333332538604736, - [ - 0.8994877338409424, - 0.3978499472141266, - 0.016482582315802574, - 0.1799042522907257 - ] - ], - [ - 2.866666555404663, - [ - 0.9043729305267334, - 0.3870338797569275, - 0.023153789341449738, - 0.17826467752456665 - ] - ], - [ - 2.9000000953674316, - [ - 0.9086627960205078, - 0.3770705759525299, - 0.029314693063497543, - 0.1768907755613327 - ] - ], - [ - 2.933333396911621, - [ - 0.9116825461387634, - 0.3697645664215088, - 0.03384174406528473, - 0.17596599459648132 - ] - ], - [ - 2.9666666984558105, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 3.0, - [ - 0.9112933874130249, - 0.37072068452835083, - 0.03324886038899422, - 0.1760830581188202 - ] - ], - [ - 3.0333333015441895, - [ - 0.9073429107666016, - 0.3801858425140381, - 0.027386747300624847, - 0.1773063689470291 - ] - ], - [ - 3.066666603088379, - [ - 0.9019578099250793, - 0.39244741201400757, - 0.01981254853308201, - 0.17906597256660461 - ] - ], - [ - 3.0999999046325684, - [ - 0.896291196346283, - 0.40465378761291504, - 0.012295441702008247, - 0.18101508915424347 - ] - ], - [ - 3.133333444595337, - [ - 0.8917405605316162, - 0.41400206089019775, - 0.006554431281983852, - 0.1826421320438385 - ] - ], - [ - 3.1666667461395264, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 3.200000047683716, - [ - 0.8917406797409058, - 0.41400182247161865, - 0.006554572843015194, - 0.1826421022415161 - ] - ], - [ - 3.2333333492279053, - [ - 0.8962910771369934, - 0.40465375781059265, - 0.012295424938201904, - 0.18101508915424347 - ] - ], - [ - 3.2666666507720947, - [ - 0.9019579291343689, - 0.3924470841884613, - 0.019812755286693573, - 0.17906592786312103 - ] - ], - [ - 3.299999952316284, - [ - 0.9073429107666016, - 0.3801858723163605, - 0.027386732399463654, - 0.1773063689470291 - ] - ], - [ - 3.3333332538604736, - [ - 0.9100633859634399, - 0.37376925349235535, - 0.03142497316002846, - 0.1763339340686798 - ] - ], - [ - 3.366666555404663, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292562152_203817.json b/lenses/physics-objects/Scene/assets/1646688292562152_203817.json deleted file mode 100644 index aca6f032..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292562152_203817.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292562152:203817", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292571288_203830.json b/lenses/physics-objects/Scene/assets/1646688292571288_203830.json deleted file mode 100644 index 35607228..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292571288_203830.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292571288:203830", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ], - [ - 6.633333206176758, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292571493_203837.json b/lenses/physics-objects/Scene/assets/1646688292571493_203837.json deleted file mode 100644 index d144e89a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292571493_203837.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292571493:203837", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 0.03333333507180214, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 0.06666667014360428, - [ - -0.040350206196308136, - 0.07095343619585037, - -0.17571112513542175, - 0.981052041053772 - ] - ], - [ - 0.10000000149011612, - [ - -0.04026510939002037, - 0.0705440416932106, - -0.1766321063041687, - 0.9809196591377258 - ] - ], - [ - 0.13333334028720856, - [ - -0.04013031721115112, - 0.06988879293203354, - -0.1780344694852829, - 0.9807185530662537 - ] - ], - [ - 0.1666666716337204, - [ - -0.03995206952095032, - 0.06900975108146667, - -0.17980971932411194, - 0.9804641604423523 - ] - ], - [ - 0.20000000298023224, - [ - -0.03973645344376564, - 0.06792905926704407, - -0.18184949457645416, - 0.9801721572875977 - ] - ], - [ - 0.23333333432674408, - [ - -0.03948892652988434, - 0.06666909158229828, - -0.1840454488992691, - 0.9798587560653687 - ] - ], - [ - 0.2666666805744171, - [ - -0.03921402990818024, - 0.06525249034166336, - -0.18628928065299988, - 0.9795410633087158 - ] - ], - [ - 0.30000001192092896, - [ - -0.03891516104340553, - 0.06370224803686142, - -0.188472718000412, - 0.9792373180389404 - ] - ], - [ - 0.3333333432674408, - [ - -0.038594454526901245, - 0.062041692435741425, - -0.19048751890659332, - 0.9789667129516602 - ] - ], - [ - 0.36666667461395264, - [ - -0.03825278952717781, - 0.06029444560408592, - -0.1922253966331482, - 0.9787495732307434 - ] - ], - [ - 0.4000000059604645, - [ - -0.03788990154862404, - 0.058484382927417755, - -0.1935780793428421, - 0.9786069989204407 - ] - ], - [ - 0.4333333373069763, - [ - -0.036998096853494644, - 0.05572895705699921, - -0.19150815904140472, - 0.9792090058326721 - ] - ], - [ - 0.46666666865348816, - [ - -0.035258445888757706, - 0.05154532566666603, - -0.18417701125144958, - 0.9809072017669678 - ] - ], - [ - 0.5, - [ - -0.03297038376331329, - 0.046552885323762894, - -0.1732693612575531, - 0.9832209944725037 - ] - ], - [ - 0.5333333611488342, - [ - -0.03045564889907837, - 0.04136640578508377, - -0.16047757863998413, - 0.9857019186019897 - ] - ], - [ - 0.5666666626930237, - [ - -0.028054097667336464, - 0.03659640625119209, - -0.14751151204109192, - 0.987984836101532 - ] - ], - [ - 0.6000000238418579, - [ - -0.026116209104657173, - 0.03284987434744835, - -0.13609915971755981, - 0.989806056022644 - ] - ], - [ - 0.6333333253860474, - [ - -0.024992987513542175, - 0.03073274902999401, - -0.12798140943050385, - 0.9909852743148804 - ] - ], - [ - 0.6666666865348816, - [ - -0.0250239335000515, - 0.030854888260364532, - -0.12490226328372955, - 0.9913734197616577 - ] - ], - [ - 0.699999988079071, - [ - -0.026970764622092247, - 0.034804802387952805, - -0.13036417961120605, - 0.9904879331588745 - ] - ], - [ - 0.7333333492279053, - [ - -0.030877072364091873, - 0.04283827915787697, - -0.14475207030773163, - 0.9880578517913818 - ] - ], - [ - 0.7666666507720947, - [ - -0.03596283867955208, - 0.05357981473207474, - -0.16507311165332794, - 0.9841680526733398 - ] - ], - [ - 0.800000011920929, - [ - -0.04145491495728493, - 0.06567726284265518, - -0.18817771971225739, - 0.9790593385696411 - ] - ], - [ - 0.8333333134651184, - [ - -0.04666714742779732, - 0.07774078100919724, - -0.21096289157867432, - 0.9732797145843506 - ] - ], - [ - 0.8666666746139526, - [ - -0.0510193333029747, - 0.08835373818874359, - -0.23039963841438293, - 0.967732846736908 - ] - ], - [ - 0.8999999761581421, - [ - -0.05402667820453644, - 0.09608952701091766, - -0.2435338795185089, - 0.9636073708534241 - ] - ], - [ - 0.9333333373069763, - [ - -0.0552545040845871, - 0.09952296316623688, - -0.24744775891304016, - 0.962191104888916 - ] - ], - [ - 0.9666666388511658, - [ - -0.05527365207672119, - 0.09984821081161499, - -0.24417561292648315, - 0.9629918932914734 - ] - ], - [ - 1.0, - [ - -0.05501355603337288, - 0.0993422344326973, - -0.23815108835697174, - 0.964566707611084 - ] - ], - [ - 1.0333333015441895, - [ - -0.05456683412194252, - 0.09820576012134552, - -0.23003444075584412, - 0.966675877571106 - ] - ], - [ - 1.0666667222976685, - [ - -0.0540226511657238, - 0.09664078801870346, - -0.22048814594745636, - 0.969085693359375 - ] - ], - [ - 1.100000023841858, - [ - -0.05346636474132538, - 0.094852015376091, - -0.21018007397651672, - 0.9715805649757385 - ] - ], - [ - 1.1333333253860474, - [ - -0.05297938361763954, - 0.09304801374673843, - -0.19978469610214233, - 0.973971962928772 - ] - ], - [ - 1.1666666269302368, - [ - -0.05263892933726311, - 0.091441810131073, - -0.1899830847978592, - 0.9761013984680176 - ] - ], - [ - 1.2000000476837158, - [ - -0.0525178462266922, - 0.09025102853775024, - -0.1814614236354828, - 0.9778386354446411 - ] - ], - [ - 1.2333333492279053, - [ - -0.0526844784617424, - 0.08969759196043015, - -0.17490895092487335, - 0.9790738224983215 - ] - ], - [ - 1.2666666507720947, - [ - -0.053202610462903976, - 0.09000706672668457, - -0.17101483047008514, - 0.9797051548957825 - ] - ], - [ - 1.2999999523162842, - [ - -0.05441759526729584, - 0.0912974551320076, - -0.17114196717739105, - 0.9794967770576477 - ] - ], - [ - 1.3333333730697632, - [ - -0.05636024475097656, - 0.09328857809305191, - -0.17498736083507538, - 0.9785193800926208 - ] - ], - [ - 1.3666666746139526, - [ - -0.05862951651215553, - 0.09560512006282806, - -0.18073973059654236, - 0.9771158695220947 - ] - ], - [ - 1.399999976158142, - [ - -0.06082930788397789, - 0.09786053746938705, - -0.18659862875938416, - 0.975655734539032 - ] - ], - [ - 1.4333332777023315, - [ - -0.06256268173456192, - 0.09965625405311584, - -0.19077950716018677, - 0.974555253982544 - ] - ], - [ - 1.4666666984558105, - [ - -0.06343341618776321, - 0.10058523714542389, - -0.19150860607624054, - 0.9742603898048401 - ] - ], - [ - 1.5, - [ - -0.06309676915407181, - 0.10030178725719452, - -0.18740428984165192, - 0.9751092195510864 - ] - ], - [ - 1.5333333015441895, - [ - -0.06175471469759941, - 0.09900276362895966, - -0.1794605553150177, - 0.976820707321167 - ] - ], - [ - 1.5666667222976685, - [ - -0.059828486293554306, - 0.09709684550762177, - -0.16946762800216675, - 0.9789145588874817 - ] - ], - [ - 1.600000023841858, - [ - -0.05772408843040466, - 0.09498985856771469, - -0.159229576587677, - 0.9809642434120178 - ] - ], - [ - 1.6333333253860474, - [ - -0.0558304525911808, - 0.09307929128408432, - -0.15057037770748138, - 0.9826229214668274 - ] - ], - [ - 1.6666666269302368, - [ - -0.053926385939121246, - 0.09117269515991211, - -0.14240778982639313, - 0.984123706817627 - ] - ], - [ - 1.7000000476837158, - [ - -0.05180538818240166, - 0.08906209468841553, - -0.13398396968841553, - 0.9856127500534058 - ] - ], - [ - 1.7333333492279053, - [ - -0.0496843084692955, - 0.0870155617594719, - -0.12768977880477905, - 0.9867396354675293 - ] - ], - [ - 1.7666666507720947, - [ - -0.0478161983191967, - 0.08531897515058517, - -0.1258772909641266, - 0.9872129559516907 - ] - ], - [ - 1.7999999523162842, - [ - -0.04634498804807663, - 0.08391498774290085, - -0.12871502339839935, - 0.9870374202728271 - ] - ], - [ - 1.8333333730697632, - [ - -0.045098528265953064, - 0.08246533572673798, - -0.13426759839057922, - 0.9864774942398071 - ] - ], - [ - 1.8666666746139526, - [ - -0.04406037554144859, - 0.08092974126338959, - -0.1416565328836441, - 0.9856179356575012 - ] - ], - [ - 1.899999976158142, - [ - -0.04320390522480011, - 0.07927537709474564, - -0.1500018835067749, - 0.9845548868179321 - ] - ], - [ - 1.9333332777023315, - [ - -0.0424843430519104, - 0.07747794687747955, - -0.1584240347146988, - 0.9834095239639282 - ] - ], - [ - 1.9666666984558105, - [ - -0.04183501377701759, - 0.07552114129066467, - -0.1660449504852295, - 0.9823317527770996 - ] - ], - [ - 2.0, - [ - -0.04116810858249664, - 0.07339528203010559, - -0.1719885617494583, - 0.9814980626106262 - ] - ], - [ - 2.0333333015441895, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 2.066666603088379, - [ - -0.03974407538771629, - 0.06874459981918335, - -0.1770879328250885, - 0.980986475944519 - ] - ], - [ - 2.0999999046325684, - [ - -0.03947599604725838, - 0.06655824929475784, - -0.1784926801919937, - 0.9808934926986694 - ] - ], - [ - 2.133333444595337, - [ - -0.03937453776597977, - 0.06466425955295563, - -0.17948447167873383, - 0.9808432459831238 - ] - ], - [ - 2.1666667461395264, - [ - -0.03923770412802696, - 0.0631900504231453, - -0.1799519807100296, - 0.9808591604232788 - ] - ], - [ - 2.200000047683716, - [ - -0.03886374458670616, - 0.06226267293095589, - -0.17978313565254211, - 0.9809644222259521 - ] - ], - [ - 2.2333333492279053, - [ - -0.038181010633707047, - 0.06135132908821106, - -0.17728106677532196, - 0.9815037846565247 - ] - ], - [ - 2.2666666507720947, - [ - -0.03730578348040581, - 0.06000595912337303, - -0.17132842540740967, - 0.9826770424842834 - ] - ], - [ - 2.299999952316284, - [ - -0.03630925714969635, - 0.058430615812540054, - -0.16277576982975006, - 0.9842620491981506 - ] - ], - [ - 2.3333332538604736, - [ - -0.03532170131802559, - 0.05681845173239708, - -0.15255260467529297, - 0.9860283732414246 - ] - ], - [ - 2.366666555404663, - [ - -0.03446958214044571, - 0.05536365881562233, - -0.14159487187862396, - 0.9877740740776062 - ] - ], - [ - 2.4000000953674316, - [ - -0.03387026861310005, - 0.054263997822999954, - -0.13084542751312256, - 0.9893370270729065 - ] - ], - [ - 2.433333396911621, - [ - -0.03362860158085823, - 0.053722742944955826, - -0.12125339359045029, - 0.9905961751937866 - ] - ], - [ - 2.4666666984558105, - [ - -0.033835284411907196, - 0.05394982174038887, - -0.11377047747373581, - 0.9914640188217163 - ] - ], - [ - 2.5, - [ - -0.034567177295684814, - 0.055162373930215836, - -0.10934843122959137, - 0.9918695092201233 - ] - ], - [ - 2.5333333015441895, - [ - -0.035350602120161057, - 0.05752357095479965, - -0.11074939370155334, - 0.9915522933006287 - ] - ], - [ - 2.566666603088379, - [ - -0.035743169486522675, - 0.06080479547381401, - -0.11872585862874985, - 0.9904187917709351 - ] - ], - [ - 2.5999999046325684, - [ - -0.035926226526498795, - 0.06453856080770493, - -0.1306314617395401, - 0.9886756539344788 - ] - ], - [ - 2.633333444595337, - [ - -0.03610663861036301, - 0.068224236369133, - -0.14343687891960144, - 0.9866446256637573 - ] - ], - [ - 2.6666667461395264, - [ - -0.03644900023937225, - 0.07143835723400116, - -0.154310941696167, - 0.9847620129585266 - ] - ], - [ - 2.700000047683716, - [ - -0.037048984318971634, - 0.07388219982385635, - -0.16106891632080078, - 0.9834762811660767 - ] - ], - [ - 2.7333333492279053, - [ - -0.037946831434965134, - 0.07536552101373672, - -0.16232912242412567, - 0.9831223487854004 - ] - ], - [ - 2.7666666507720947, - [ - -0.03954186663031578, - 0.07664318382740021, - -0.1604161560535431, - 0.9832746982574463 - ] - ], - [ - 2.799999952316284, - [ - -0.04268454760313034, - 0.07883128523826599, - -0.15793049335479736, - 0.983372688293457 - ] - ], - [ - 2.8333332538604736, - [ - -0.04841143637895584, - 0.08249342441558838, - -0.1540745496749878, - 0.9834186434745789 - ] - ], - [ - 2.866666555404663, - [ - -0.05578618869185448, - 0.08672568947076797, - -0.14835913479328156, - 0.9835426211357117 - ] - ], - [ - 2.9000000953674316, - [ - -0.05812625586986542, - 0.08731997758150101, - -0.14419424533843994, - 0.9839739799499512 - ] - ], - [ - 2.933333396911621, - [ - -0.05695507302880287, - 0.08539417386054993, - -0.14076051115989685, - 0.984708309173584 - ] - ], - [ - 2.9666666984558105, - [ - -0.05496998503804207, - 0.08261136710643768, - -0.1363227814435959, - 0.985682487487793 - ] - ], - [ - 3.0, - [ - -0.05250883847475052, - 0.07946226000785828, - -0.13174957036972046, - 0.9866968393325806 - ] - ], - [ - 3.0333333015441895, - [ - -0.04991915822029114, - 0.07642862200737, - -0.12791708111763, - 0.9875748157501221 - ] - ], - [ - 3.066666603088379, - [ - -0.04755999520421028, - 0.07398054003715515, - -0.12571008503437042, - 0.9881608486175537 - ] - ], - [ - 3.0999999046325684, - [ - -0.04580008238554001, - 0.07257770001888275, - -0.1260196715593338, - 0.9883086085319519 - ] - ], - [ - 3.133333444595337, - [ - -0.04470197483897209, - 0.07220551371574402, - -0.12907648086547852, - 0.9879915714263916 - ] - ], - [ - 3.1666667461395264, - [ - -0.04404646158218384, - 0.07245965301990509, - -0.13405399024486542, - 0.9873393774032593 - ] - ], - [ - 3.200000047683716, - [ - -0.04377977177500725, - 0.07321511209011078, - -0.14025753736495972, - 0.9864333271980286 - ] - ], - [ - 3.2333333492279053, - [ - -0.043841633945703506, - 0.07435254752635956, - -0.1469920426607132, - 0.9853643774986267 - ] - ], - [ - 3.2666666507720947, - [ - -0.04416535422205925, - 0.07575718313455582, - -0.1535637378692627, - 0.9842400550842285 - ] - ], - [ - 3.299999952316284, - [ - -0.04467930272221565, - 0.0773172378540039, - -0.15928132832050323, - 0.9831863045692444 - ] - ], - [ - 3.3333332538604736, - [ - -0.0453098863363266, - 0.078921839594841, - -0.16345633566379547, - 0.9823443293571472 - ] - ], - [ - 3.366666555404663, - [ - -0.04603695124387741, - 0.08069051802158356, - -0.16696889698505402, - 0.9815759062767029 - ] - ], - [ - 3.4000000953674316, - [ - -0.04685288295149803, - 0.08276888728141785, - -0.17097704112529755, - 0.9806737303733826 - ] - ], - [ - 3.433333396911621, - [ - -0.047704096883535385, - 0.08508419990539551, - -0.17521142959594727, - 0.9796866774559021 - ] - ], - [ - 3.4666666984558105, - [ - -0.04853751137852669, - 0.08756336569786072, - -0.17940406501293182, - 0.9786679744720459 - ] - ], - [ - 3.5, - [ - -0.049301035702228546, - 0.09013302624225616, - -0.18328823149204254, - 0.977676272392273 - ] - ], - [ - 3.5333333015441895, - [ - -0.04994408041238785, - 0.09271955490112305, - -0.18659846484661102, - 0.9767751693725586 - ] - ], - [ - 3.566666603088379, - [ - -0.050418198108673096, - 0.0952492281794548, - -0.18907028436660767, - 0.9760317802429199 - ] - ], - [ - 3.5999999046325684, - [ - -0.050827477127313614, - 0.09926025569438934, - -0.19055308401584625, - 0.9753222465515137 - ] - ], - [ - 3.633333444595337, - [ - -0.05120524764060974, - 0.10503723472356796, - -0.19104452431201935, - 0.974601149559021 - ] - ], - [ - 3.6666667461395264, - [ - -0.051421284675598145, - 0.1106225922703743, - -0.1904912292957306, - 0.974079966545105 - ] - ], - [ - 3.700000047683716, - [ - -0.05136355757713318, - 0.11405494064092636, - -0.18881727755069733, - 0.9740129709243774 - ] - ], - [ - 3.7333333492279053, - [ - -0.05090871825814247, - 0.11337161064147949, - -0.18593180179595947, - 0.9746716022491455 - ] - ], - [ - 3.7666666507720947, - [ - -0.05110931396484375, - 0.10813161730766296, - -0.17974774539470673, - 0.9764150381088257 - ] - ], - [ - 3.799999952316284, - [ - -0.05277101323008537, - 0.10011148452758789, - -0.16976787149906158, - 0.9789647459983826 - ] - ], - [ - 3.8333332538604736, - [ - -0.05539165809750557, - 0.09068775922060013, - -0.1582886427640915, - 0.9816579818725586 - ] - ], - [ - 3.866666555404663, - [ - -0.05853836238384247, - 0.08129395544528961, - -0.14759768545627594, - 0.9839611053466797 - ] - ], - [ - 3.9000000953674316, - [ - -0.06186347082257271, - 0.07343974709510803, - -0.1399621218442917, - 0.9854897856712341 - ] - ], - [ - 3.933333396911621, - [ - -0.06508571654558182, - 0.06869649142026901, - -0.13762299716472626, - 0.9859536290168762 - ] - ], - [ - 3.9666666984558105, - [ - -0.06878301501274109, - 0.06694037467241287, - -0.14016053080558777, - 0.9854658246040344 - ] - ], - [ - 4.0, - [ - -0.07346992939710617, - 0.06680204719305038, - -0.1450432538986206, - 0.9844299554824829 - ] - ], - [ - 4.0333333015441895, - [ - -0.07881037890911102, - 0.06794494390487671, - -0.15152212977409363, - 0.9829615950584412 - ] - ], - [ - 4.066666603088379, - [ - -0.08445334434509277, - 0.07000190019607544, - -0.15891925990581512, - 0.9811789989471436 - ] - ], - [ - 4.099999904632568, - [ - -0.09000741690397263, - 0.07263213396072388, - -0.16641277074813843, - 0.9792497158050537 - ] - ], - [ - 4.133333206176758, - [ - -0.0950840637087822, - 0.0754723772406578, - -0.17320182919502258, - 0.9773761034011841 - ] - ], - [ - 4.166666507720947, - [ - -0.09930191934108734, - 0.07813964039087296, - -0.17850500345230103, - 0.9757916331291199 - ] - ], - [ - 4.199999809265137, - [ - -0.10228930413722992, - 0.08023834228515625, - -0.18155421316623688, - 0.9747496247291565 - ] - ], - [ - 4.233333110809326, - [ - -0.10368378460407257, - 0.08137119561433792, - -0.18158377707004547, - 0.9745029211044312 - ] - ], - [ - 4.266666889190674, - [ - -0.10290204733610153, - 0.08070293068885803, - -0.17959970235824585, - 0.9750089049339294 - ] - ], - [ - 4.300000190734863, - [ - -0.0999525710940361, - 0.07808108627796173, - -0.17718183994293213, - 0.9759710431098938 - ] - ], - [ - 4.333333492279053, - [ - -0.09535931050777435, - 0.07414241880178452, - -0.17440961301326752, - 0.9772363305091858 - ] - ], - [ - 4.366666793823242, - [ - -0.08965209871530533, - 0.06952032446861267, - -0.17136400938034058, - 0.9786540865898132 - ] - ], - [ - 4.400000095367432, - [ - -0.08337825536727905, - 0.06483770906925201, - -0.1681397557258606, - 0.9800883531570435 - ] - ], - [ - 4.433333396911621, - [ - -0.07710811495780945, - 0.060702648013830185, - -0.164852574467659, - 0.9814241528511047 - ] - ], - [ - 4.4666666984558105, - [ - -0.0714338943362236, - 0.0577070526778698, - -0.16164128482341766, - 0.9825676679611206 - ] - ], - [ - 4.5, - [ - -0.0669630616903305, - 0.056428950279951096, - -0.15866544842720032, - 0.9834414124488831 - ] - ], - [ - 4.5333333015441895, - [ - -0.06430667638778687, - 0.057438623160123825, - -0.1560981720685959, - 0.9839709401130676 - ] - ], - [ - 4.566666603088379, - [ - -0.06293812394142151, - 0.06096290796995163, - -0.15349715948104858, - 0.9842565655708313 - ] - ], - [ - 4.599999904632568, - [ - -0.061997219920158386, - 0.06613316386938095, - -0.15082086622714996, - 0.9843961596488953 - ] - ], - [ - 4.633333206176758, - [ - -0.06156955659389496, - 0.0718725174665451, - -0.14883574843406677, - 0.9843228459358215 - ] - ], - [ - 4.666666507720947, - [ - -0.061720382422208786, - 0.07709995657205582, - -0.14828744530677795, - 0.9840005040168762 - ] - ], - [ - 4.699999809265137, - [ - -0.06251118332147598, - 0.08073347806930542, - -0.14990234375, - 0.983414351940155 - ] - ], - [ - 4.733333110809326, - [ - -0.06359126418828964, - 0.08343113213777542, - -0.15621811151504517, - 0.982136070728302 - ] - ], - [ - 4.766666889190674, - [ - -0.06457162648439407, - 0.08639597147703171, - -0.16774998605251312, - 0.9799113273620605 - ] - ], - [ - 4.800000190734863, - [ - -0.06547939032316208, - 0.08936194330453873, - -0.18218398094177246, - 0.9770035147666931 - ] - ], - [ - 4.833333492279053, - [ - -0.06632114946842194, - 0.09207920730113983, - -0.19721940159797668, - 0.9737697243690491 - ] - ], - [ - 4.866666793823242, - [ - -0.06705981492996216, - 0.09432646632194519, - -0.2105768322944641, - 0.9707022905349731 - ] - ], - [ - 4.900000095367432, - [ - -0.06761409342288971, - 0.09590987116098404, - -0.22000086307525635, - 0.9684159755706787 - ] - ], - [ - 4.933333396911621, - [ - -0.06788042932748795, - 0.09664840996265411, - -0.22324977815151215, - 0.9675799012184143 - ] - ], - [ - 4.9666666984558105, - [ - -0.06644909083843231, - 0.09688331186771393, - -0.2207890897989273, - 0.9682201743125916 - ] - ], - [ - 5.0, - [ - -0.06252381205558777, - 0.09708775579929352, - -0.21530994772911072, - 0.9696939587593079 - ] - ], - [ - 5.0333333015441895, - [ - -0.0567692369222641, - 0.09717730432748795, - -0.20795466005802155, - 0.971642255783081 - ] - ], - [ - 5.066666603088379, - [ - -0.049873512238264084, - 0.09708899259567261, - -0.1998189091682434, - 0.973734438419342 - ] - ], - [ - 5.099999904632568, - [ - -0.04268322139978409, - 0.09684508293867111, - -0.1919419765472412, - 0.9756830930709839 - ] - ], - [ - 5.133333206176758, - [ - -0.0360250361263752, - 0.09642117470502853, - -0.18539994955062866, - 0.9772573709487915 - ] - ], - [ - 5.166666507720947, - [ - -0.030713031068444252, - 0.09575160592794418, - -0.18130216002464294, - 0.9782729148864746 - ] - ], - [ - 5.199999809265137, - [ - -0.02756500616669655, - 0.09474930167198181, - -0.18077804148197174, - 0.9785612225532532 - ] - ], - [ - 5.233333110809326, - [ - -0.026535391807556152, - 0.09303964674472809, - -0.18267525732517242, - 0.9784013628959656 - ] - ], - [ - 5.266666889190674, - [ - -0.02683604136109352, - 0.09046860784292221, - -0.18499693274497986, - 0.9781980514526367 - ] - ], - [ - 5.300000190734863, - [ - -0.028187304735183716, - 0.08728392422199249, - -0.18760450184345245, - 0.9779528379440308 - ] - ], - [ - 5.333333492279053, - [ - -0.030306104570627213, - 0.08373192697763443, - -0.19035564363002777, - 0.977668285369873 - ] - ], - [ - 5.366666793823242, - [ - -0.032904405146837234, - 0.08005617558956146, - -0.19310490787029266, - 0.9773529767990112 - ] - ], - [ - 5.400000095367432, - [ - -0.03568854182958603, - 0.07649629563093185, - -0.1957044154405594, - 0.9770232439041138 - ] - ], - [ - 5.433333396911621, - [ - -0.03835955634713173, - 0.07328762114048004, - -0.1980045586824417, - 0.976704478263855 - ] - ], - [ - 5.4666666984558105, - [ - -0.04061424732208252, - 0.07066170871257782, - -0.1998549848794937, - 0.9764299392700195 - ] - ], - [ - 5.5, - [ - -0.04214697331190109, - 0.06884760409593582, - -0.20110511779785156, - 0.9762378931045532 - ] - ], - [ - 5.5333333015441895, - [ - -0.04265245422720909, - 0.0680740475654602, - -0.20160478353500366, - 0.9761670827865601 - ] - ], - [ - 5.566666603088379, - [ - -0.042673397809267044, - 0.06804066151380539, - -0.20137907564640045, - 0.976215124130249 - ] - ], - [ - 5.599999904632568, - [ - -0.04293496161699295, - 0.06827196478843689, - -0.20059442520141602, - 0.9763489961624146 - ] - ], - [ - 5.633333206176758, - [ - -0.04340827092528343, - 0.06873501092195511, - -0.19931291043758392, - 0.9765580296516418 - ] - ], - [ - 5.666666507720947, - [ - -0.0440649688243866, - 0.06939641386270523, - -0.1975964903831482, - 0.9768307209014893 - ] - ], - [ - 5.699999809265137, - [ - -0.04487689211964607, - 0.0702226385474205, - -0.19550704956054688, - 0.9771550893783569 - ] - ], - [ - 5.733333110809326, - [ - -0.045815806835889816, - 0.07118015736341476, - -0.19310659170150757, - 0.9775193929672241 - ] - ], - [ - 5.766666889190674, - [ - -0.046853262931108475, - 0.07223581522703171, - -0.19045713543891907, - 0.9779124855995178 - ] - ], - [ - 5.800000190734863, - [ - -0.04796028509736061, - 0.0733567625284195, - -0.1876210719347, - 0.9783235192298889 - ] - ], - [ - 5.833333492279053, - [ - -0.04910729452967644, - 0.07451079785823822, - -0.18466073274612427, - 0.9787425994873047 - ] - ], - [ - 5.866666793823242, - [ - -0.05026410147547722, - 0.07566629350185394, - -0.18163876235485077, - 0.9791606068611145 - ] - ], - [ - 5.900000095367432, - [ - -0.051399655640125275, - 0.07679237425327301, - -0.17861805856227875, - 0.9795696139335632 - ] - ], - [ - 5.933333396911621, - [ - -0.05248227342963219, - 0.07785885035991669, - -0.17566154897212982, - 0.9799625873565674 - ] - ], - [ - 5.9666666984558105, - [ - -0.05347944796085358, - 0.07883617281913757, - -0.1728324443101883, - 0.9803335070610046 - ] - ], - [ - 6.0, - [ - -0.054358042776584625, - 0.0796954333782196, - -0.17019397020339966, - 0.9806772470474243 - ] - ], - [ - 6.0333333015441895, - [ - -0.05508437007665634, - 0.08040822297334671, - -0.16780947148799896, - 0.980989396572113 - ] - ], - [ - 6.066666603088379, - [ - -0.05562431365251541, - 0.08094646036624908, - -0.16574221849441528, - 0.9812660813331604 - ] - ], - [ - 6.099999904632568, - [ - -0.055943526327610016, - 0.08128223568201065, - -0.1640554815530777, - 0.9815036058425903 - ] - ], - [ - 6.133333206176758, - [ - -0.05600763112306595, - 0.08138752728700638, - -0.16281241178512573, - 0.981698215007782 - ] - ], - [ - 6.166666507720947, - [ - -0.05578247830271721, - 0.08123400062322617, - -0.1620759814977646, - 0.9818456768989563 - ] - ], - [ - 6.199999809265137, - [ - -0.0552317351102829, - 0.08084017038345337, - -0.16187253594398499, - 0.9819427728652954 - ] - ], - [ - 6.233333110809326, - [ - -0.054377902299165726, - 0.08026567101478577, - -0.16213735938072205, - 0.9819938540458679 - ] - ], - [ - 6.266666889190674, - [ - -0.053275641053915024, - 0.07954280823469162, - -0.16279640793800354, - 0.9820041656494141 - ] - ], - [ - 6.300000190734863, - [ - -0.051979999989271164, - 0.07870364934206009, - -0.16377559304237366, - 0.9819782972335815 - ] - ], - [ - 6.333333492279053, - [ - -0.050546105951070786, - 0.07778026908636093, - -0.16500109434127808, - 0.9819215536117554 - ] - ], - [ - 6.366666793823242, - [ - -0.04902894049882889, - 0.07680507004261017, - -0.16639931499958038, - 0.9818392992019653 - ] - ], - [ - 6.400000095367432, - [ - -0.04748339205980301, - 0.0758109986782074, - -0.16789695620536804, - 0.9817376732826233 - ] - ], - [ - 6.433333396911621, - [ - -0.045963920652866364, - 0.07483158260583878, - -0.16942116618156433, - 0.9816231727600098 - ] - ], - [ - 6.4666666984558105, - [ - -0.04452478885650635, - 0.07390109449625015, - -0.1708993762731552, - 0.9815037250518799 - ] - ], - [ - 6.5, - [ - -0.04321982339024544, - 0.07305441051721573, - -0.17225949466228485, - 0.9813876748085022 - ] - ], - [ - 6.5333333015441895, - [ - -0.042102567851543427, - 0.07232697308063507, - -0.1734296679496765, - 0.9812840223312378 - ] - ], - [ - 6.566666603088379, - [ - -0.041226353496313095, - 0.07175461202859879, - -0.1743382215499878, - 0.981202244758606 - ] - ], - [ - 6.599999904632568, - [ - -0.040644410997629166, - 0.07137326896190643, - -0.17491357028484344, - 0.9811519384384155 - ] - ], - [ - 6.633333206176758, - [ - -0.04041007533669472, - 0.07121867686510086, - -0.17508399486541748, - 0.9811424612998962 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292571667_203844.json b/lenses/physics-objects/Scene/assets/1646688292571667_203844.json deleted file mode 100644 index 8113024d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292571667_203844.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292571667:203844", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292572662_203857.json b/lenses/physics-objects/Scene/assets/1646688292572662_203857.json deleted file mode 100644 index 305d8749..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292572662_203857.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292572662:203857", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ], - [ - 3.366666555404663, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292572839_203864.json b/lenses/physics-objects/Scene/assets/1646688292572839_203864.json deleted file mode 100644 index 6319efd9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292572839_203864.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292572839:203864", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ], - [ - 0.03333333507180214, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ], - [ - 0.06666667014360428, - [ - -0.04254462197422981, - 0.06440746784210205, - -0.1935909390449524, - 0.9780409932136536 - ] - ], - [ - 0.10000000149011612, - [ - -0.04478800669312477, - 0.06593508273363113, - -0.1880931556224823, - 0.9789115190505981 - ] - ], - [ - 0.13333334028720856, - [ - -0.04669494181871414, - 0.06689713895320892, - -0.18449382483959198, - 0.9794418811798096 - ] - ], - [ - 0.1666666716337204, - [ - -0.048181500285863876, - 0.06712210178375244, - -0.1830185502767563, - 0.979631245136261 - ] - ], - [ - 0.20000000298023224, - [ - -0.04917546734213829, - 0.0664329007267952, - -0.1838921308517456, - 0.9794652462005615 - ] - ], - [ - 0.23333333432674408, - [ - -0.04874197766184807, - 0.06322020292282104, - -0.19248303771018982, - 0.9780479073524475 - ] - ], - [ - 0.2666666805744171, - [ - -0.0468410849571228, - 0.056931860744953156, - -0.21060562133789063, - 0.9747871160507202 - ] - ], - [ - 0.30000001192092896, - [ - -0.04469083249568939, - 0.048994358628988266, - -0.2331378161907196, - 0.9701799154281616 - ] - ], - [ - 0.3333333432674408, - [ - -0.04317203164100647, - 0.04099372401833534, - -0.2549811899662018, - 0.9651115536689758 - ] - ], - [ - 0.36666667461395264, - [ - -0.04278276115655899, - 0.034643545746803284, - -0.2713111639022827, - 0.9609161019325256 - ] - ], - [ - 0.4000000059604645, - [ - -0.043741632252931595, - 0.031729064881801605, - -0.27743983268737793, - 0.959222137928009 - ] - ], - [ - 0.4333333373069763, - [ - -0.046544399112463, - 0.03337733447551727, - -0.26777273416519165, - 0.9617782235145569 - ] - ], - [ - 0.46666666865348816, - [ - -0.051402196288108826, - 0.038331106305122375, - -0.24358491599559784, - 0.9677577018737793 - ] - ], - [ - 0.5, - [ - -0.05811342969536781, - 0.044791024178266525, - -0.2103646993637085, - 0.9748657941818237 - ] - ], - [ - 0.5333333611488342, - [ - -0.06614413857460022, - 0.051207106560468674, - -0.1737900972366333, - 0.9812236428260803 - ] - ], - [ - 0.5666666626930237, - [ - -0.07435858994722366, - 0.056499943137168884, - -0.1397392600774765, - 0.985774576663971 - ] - ], - [ - 0.6000000238418579, - [ - -0.08104158192873001, - 0.060095448046922684, - -0.11416589468717575, - 0.988325297832489 - ] - ], - [ - 0.6333333253860474, - [ - -0.08416687697172165, - 0.061726853251457214, - -0.10298316180706024, - 0.9891917109489441 - ] - ], - [ - 0.6666666865348816, - [ - -0.08253537118434906, - 0.06110481545329094, - -0.11009673774242401, - 0.9886014461517334 - ] - ], - [ - 0.699999988079071, - [ - -0.07740144431591034, - 0.058485716581344604, - -0.1316409707069397, - 0.9865389466285706 - ] - ], - [ - 0.7333333492279053, - [ - -0.07053910195827484, - 0.05432908609509468, - -0.16178706288337708, - 0.9828009605407715 - ] - ], - [ - 0.7666666507720947, - [ - -0.06347440183162689, - 0.049306612461805344, - -0.1946655660867691, - 0.9775710701942444 - ] - ], - [ - 0.800000011920929, - [ - -0.057220567017793655, - 0.04450229927897453, - -0.22445090115070343, - 0.9717855453491211 - ] - ], - [ - 0.8333333134651184, - [ - -0.05226724222302437, - 0.041404612362384796, - -0.2454594522714615, - 0.9671108722686768 - ] - ], - [ - 0.8666666746139526, - [ - -0.04885708540678024, - 0.04172978550195694, - -0.25215014815330505, - 0.9655527472496033 - ] - ], - [ - 0.8999999761581421, - [ - -0.04631410911679268, - 0.04675193503499031, - -0.24631032347679138, - 0.966954231262207 - ] - ], - [ - 0.9333333373069763, - [ - -0.04395595192909241, - 0.055549219250679016, - -0.23493386805057526, - 0.9694268703460693 - ] - ], - [ - 0.9666666388511658, - [ - -0.04213385283946991, - 0.06651221960783005, - -0.2203027456998825, - 0.9722487330436707 - ] - ], - [ - 1.0, - [ - -0.04106369987130165, - 0.078007273375988, - -0.20468875765800476, - 0.974849283695221 - ] - ], - [ - 1.0333333015441895, - [ - -0.04075063392519951, - 0.08839606493711472, - -0.19033703207969666, - 0.9768814444541931 - ] - ], - [ - 1.0666667222976685, - [ - -0.04099477455019951, - 0.09605547785758972, - -0.17945393919944763, - 0.9782070517539978 - ] - ], - [ - 1.100000023841858, - [ - -0.041480667889118195, - 0.09938511997461319, - -0.17421706020832062, - 0.9788004755973816 - ] - ], - [ - 1.1333333253860474, - [ - -0.04233601689338684, - 0.09709516167640686, - -0.17606325447559357, - 0.9786633253097534 - ] - ], - [ - 1.1666666269302368, - [ - -0.04380685091018677, - 0.09018025547266006, - -0.1835690587759018, - 0.9778808355331421 - ] - ], - [ - 1.2000000476837158, - [ - -0.0458059161901474, - 0.0804794654250145, - -0.19462721049785614, - 0.9764963388442993 - ] - ], - [ - 1.2333333492279053, - [ - -0.04816316068172455, - 0.06982515752315521, - -0.20709455013275146, - 0.9746366739273071 - ] - ], - [ - 1.2666666507720947, - [ - -0.05053083598613739, - 0.06002886965870857, - -0.21877607703208923, - 0.9726152420043945 - ] - ], - [ - 1.2999999523162842, - [ - -0.05237872153520584, - 0.05287579074501991, - -0.2274344265460968, - 0.9709451198577881 - ] - ], - [ - 1.3333333730697632, - [ - -0.05307730659842491, - 0.05013052001595497, - -0.23082008957862854, - 0.970253586769104 - ] - ], - [ - 1.3666666746139526, - [ - -0.052484843879938126, - 0.051268454641103745, - -0.22883465886116028, - 0.9706964492797852 - ] - ], - [ - 1.399999976158142, - [ - -0.051140427589416504, - 0.05421503633260727, - -0.22352498769760132, - 0.9718446135520935 - ] - ], - [ - 1.4333332777023315, - [ - -0.04946606978774071, - 0.05841121822595596, - -0.21586833894252777, - 0.9734177589416504 - ] - ], - [ - 1.4666666984558105, - [ - -0.04787040501832962, - 0.0632905662059784, - -0.206841841340065, - 0.9751508235931396 - ] - ], - [ - 1.5, - [ - -0.04672149196267128, - 0.06827408820390701, - -0.19742253422737122, - 0.9768215417861938 - ] - ], - [ - 1.5333333015441895, - [ - -0.046334151178598404, - 0.07277301698923111, - -0.18858160078525543, - 0.9782608151435852 - ] - ], - [ - 1.5666667222976685, - [ - -0.04697273299098015, - 0.07619383931159973, - -0.18128493428230286, - 0.9793487787246704 - ] - ], - [ - 1.600000023841858, - [ - -0.04940728098154068, - 0.07920262962579727, - -0.1742021143436432, - 0.9802752137184143 - ] - ], - [ - 1.6333333253860474, - [ - -0.05370386317372322, - 0.08258627355098724, - -0.16592754423618317, - 0.9812051057815552 - ] - ], - [ - 1.6666666269302368, - [ - -0.05902440845966339, - 0.08595579862594604, - -0.1573152244091034, - 0.9820283055305481 - ] - ], - [ - 1.7000000476837158, - [ - -0.06450967490673065, - 0.08896321803331375, - -0.1492336392402649, - 0.98267662525177 - ] - ], - [ - 1.7333333492279053, - [ - -0.06928252428770065, - 0.0913032665848732, - -0.14257194101810455, - 0.9831261038780212 - ] - ], - [ - 1.7666666507720947, - [ - -0.0724581629037857, - 0.09270352125167847, - -0.1382334977388382, - 0.9833856821060181 - ] - ], - [ - 1.7999999523162842, - [ - -0.07315351068973541, - 0.09289892762899399, - -0.1371273398399353, - 0.983470618724823 - ] - ], - [ - 1.8333333730697632, - [ - -0.07037273049354553, - 0.09074120223522186, - -0.14074264466762543, - 0.9833643436431885 - ] - ], - [ - 1.8666666746139526, - [ - -0.0646493062376976, - 0.08600721508264542, - -0.14865422248840332, - 0.9830183982849121 - ] - ], - [ - 1.899999976158142, - [ - -0.05731900408864021, - 0.07979315519332886, - -0.15885835886001587, - 0.9824009537696838 - ] - ], - [ - 1.9333332777023315, - [ - -0.049609310925006866, - 0.07320883870124817, - -0.1694423109292984, - 0.9815644025802612 - ] - ], - [ - 1.9666666984558105, - [ - -0.04272983968257904, - 0.06744241714477539, - -0.17859995365142822, - 0.9806771874427795 - ] - ], - [ - 2.0, - [ - -0.037829816341400146, - 0.06376077234745026, - -0.18456153571605682, - 0.9800207614898682 - ] - ], - [ - 2.0333333015441895, - [ - -0.03603898361325264, - 0.06346233189105988, - -0.1855819970369339, - 0.9799148440361023 - ] - ], - [ - 2.066666603088379, - [ - -0.03753175213932991, - 0.06681806594133377, - -0.179338738322258, - 0.9807978272438049 - ] - ], - [ - 2.0999999046325684, - [ - -0.041307155042886734, - 0.0725085660815239, - -0.16642390191555023, - 0.9825168251991272 - ] - ], - [ - 2.133333444595337, - [ - -0.046754200011491776, - 0.0794152170419693, - -0.14946356415748596, - 0.9844632744789124 - ] - ], - [ - 2.1666667461395264, - [ - -0.05314553156495094, - 0.08648383617401123, - -0.13110265135765076, - 0.9861583113670349 - ] - ], - [ - 2.200000047683716, - [ - -0.059572622179985046, - 0.09278880804777145, - -0.11399733275175095, - 0.987342894077301 - ] - ], - [ - 2.2333333492279053, - [ - -0.06495200842618942, - 0.09754366427659988, - -0.10080263763666153, - 0.9879804253578186 - ] - ], - [ - 2.2666666507720947, - [ - -0.0681004598736763, - 0.10005682706832886, - -0.09415963292121887, - 0.9881725311279297 - ] - ], - [ - 2.299999952316284, - [ - -0.06874167174100876, - 0.09953762590885162, - -0.09529492259025574, - 0.9880717396736145 - ] - ], - [ - 2.3333332538604736, - [ - -0.0677352249622345, - 0.09621427953243256, - -0.10252172499895096, - 0.9877469539642334 - ] - ], - [ - 2.366666555404663, - [ - -0.06565672904253006, - 0.09090571850538254, - -0.11411388218402863, - 0.9871187210083008 - ] - ], - [ - 2.4000000953674316, - [ - -0.06306880712509155, - 0.0844292938709259, - -0.12833531200885773, - 0.9861157536506653 - ] - ], - [ - 2.433333396911621, - [ - -0.06044637784361839, - 0.07763546705245972, - -0.14342321455478668, - 0.984758198261261 - ] - ], - [ - 2.4666666984558105, - [ - -0.058139391243457794, - 0.07141935080289841, - -0.15759442746639252, - 0.9832004308700562 - ] - ], - [ - 2.5, - [ - -0.05637669563293457, - 0.06671956926584244, - -0.16905345022678375, - 0.981728732585907 - ] - ], - [ - 2.5333333015441895, - [ - -0.0548735111951828, - 0.06333327293395996, - -0.1789119392633438, - 0.9802899360656738 - ] - ], - [ - 2.566666603088379, - [ - -0.05329187586903572, - 0.060386765748262405, - -0.18909285962581635, - 0.9786507487297058 - ] - ], - [ - 2.5999999046325684, - [ - -0.05169825628399849, - 0.05784423276782036, - -0.19902321696281433, - 0.9769191741943359 - ] - ], - [ - 2.633333444595337, - [ - -0.05014315992593765, - 0.055681876838207245, - -0.20813550055027008, - 0.9752256274223328 - ] - ], - [ - 2.6666667461395264, - [ - -0.048664726316928864, - 0.053887493908405304, - -0.2158660590648651, - 0.9737196564674377 - ] - ], - [ - 2.700000047683716, - [ - -0.04729349538683891, - 0.05245757848024368, - -0.2216566950082779, - 0.9725635647773743 - ] - ], - [ - 2.7333333492279053, - [ - -0.04605932906270027, - 0.05139363929629326, - -0.22495095431804657, - 0.9719229936599731 - ] - ], - [ - 2.7666666507720947, - [ - -0.04477279260754585, - 0.05232689529657364, - -0.22215132415294647, - 0.9725770354270935 - ] - ], - [ - 2.799999952316284, - [ - -0.0433974526822567, - 0.056153345853090286, - -0.21193304657936096, - 0.9747039675712585 - ] - ], - [ - 2.8333332538604736, - [ - -0.04224276915192604, - 0.06175127625465393, - -0.19714845716953278, - 0.9775146245956421 - ] - ], - [ - 2.866666555404663, - [ - -0.04153157025575638, - 0.06799257546663284, - -0.18066300451755524, - 0.9803128242492676 - ] - ], - [ - 2.9000000953674316, - [ - -0.041293974965810776, - 0.07376867532730103, - -0.16534766554832458, - 0.9826052784919739 - ] - ], - [ - 2.933333396911621, - [ - -0.04135820269584656, - 0.07800325006246567, - -0.15406851470470428, - 0.9841076731681824 - ] - ], - [ - 2.9666666984558105, - [ - -0.04143919795751572, - 0.0796474814414978, - -0.14967593550682068, - 0.9846503138542175 - ] - ], - [ - 3.0, - [ - -0.04156766086816788, - 0.07770584523677826, - -0.1548541635274887, - 0.9839990735054016 - ] - ], - [ - 3.0333333015441895, - [ - -0.04202704876661301, - 0.0727972611784935, - -0.16792738437652588, - 0.9822090864181519 - ] - ], - [ - 3.066666603088379, - [ - -0.04292917251586914, - 0.06630013883113861, - -0.18519476056098938, - 0.9795224666595459 - ] - ], - [ - 3.0999999046325684, - [ - -0.04419219493865967, - 0.0596163272857666, - -0.202935129404068, - 0.9763761162757874 - ] - ], - [ - 3.133333444595337, - [ - -0.045438431203365326, - 0.05416969954967499, - -0.21742403507232666, - 0.973513126373291 - ] - ], - [ - 3.1666667461395264, - [ - -0.04605932906270027, - 0.05139363929629326, - -0.22495095431804657, - 0.9719229936599731 - ] - ], - [ - 3.200000047683716, - [ - -0.04552382603287697, - 0.05298740416765213, - -0.22088707983493805, - 0.9727943539619446 - ] - ], - [ - 3.2333333492279053, - [ - -0.044221144169569016, - 0.05840287730097771, - -0.20651398599147797, - 0.9756975769996643 - ] - ], - [ - 3.2666666507720947, - [ - -0.04290498420596123, - 0.06569142639636993, - -0.18700699508190155, - 0.9792202115058899 - ] - ], - [ - 3.299999952316284, - [ - -0.04203939437866211, - 0.07291632145643234, - -0.16756942868232727, - 0.9822608828544617 - ] - ], - [ - 3.3333332538604736, - [ - -0.04066852852702141, - 0.06807027757167816, - -0.182779923081398, - 0.979951024055481 - ] - ], - [ - 3.366666555404663, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292573000_203871.json b/lenses/physics-objects/Scene/assets/1646688292573000_203871.json deleted file mode 100644 index 08b33658..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292573000_203871.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292573000:203871", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292573970_203884.json b/lenses/physics-objects/Scene/assets/1646688292573970_203884.json deleted file mode 100644 index cf09e8ee..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292573970_203884.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292573970:203884", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.855805397033691, - 9.32114380702842e-06, - 1.3663349818671122e-05 - ] - ], - [ - 3.366666555404663, - [ - 7.855805397033691, - 9.32114380702842e-06, - 1.3663349818671122e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292574178_203891.json b/lenses/physics-objects/Scene/assets/1646688292574178_203891.json deleted file mode 100644 index 1cfbb090..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292574178_203891.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292574178:203891", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.05962514132261276, - 0.0730171874165535, - -0.1468690037727356, - 0.984653651714325 - ] - ], - [ - 0.03333333507180214, - [ - -0.05962514132261276, - 0.0730171874165535, - -0.1468690037727356, - 0.984653651714325 - ] - ], - [ - 0.06666667014360428, - [ - -0.05876365676522255, - 0.07268033176660538, - -0.14796778559684753, - 0.9845658540725708 - ] - ], - [ - 0.10000000149011612, - [ - -0.05813505873084068, - 0.07239263504743576, - -0.14867345988750458, - 0.9845181703567505 - ] - ], - [ - 0.13333334028720856, - [ - -0.05779865011572838, - 0.0721791610121727, - -0.1488686203956604, - 0.9845240712165833 - ] - ], - [ - 0.1666666716337204, - [ - -0.05756557732820511, - 0.07188261300325394, - -0.1490388810634613, - 0.9845336675643921 - ] - ], - [ - 0.20000000298023224, - [ - -0.05721389874815941, - 0.07134458422660828, - -0.1496756374835968, - 0.9844967126846313 - ] - ], - [ - 0.23333333432674408, - [ - -0.05675382912158966, - 0.07058794051408768, - -0.1506703943014145, - 0.9844261407852173 - ] - ], - [ - 0.2666666805744171, - [ - -0.05619565770030022, - 0.06963556259870529, - -0.15191470086574554, - 0.9843348264694214 - ] - ], - [ - 0.30000001192092896, - [ - -0.05554933473467827, - 0.0685105174779892, - -0.15330006182193756, - 0.9842355847358704 - ] - ], - [ - 0.3333333432674408, - [ - -0.05482421815395355, - 0.06723625212907791, - -0.1547180414199829, - 0.9841422438621521 - ] - ], - [ - 0.36666667461395264, - [ - -0.05402882397174835, - 0.06583667546510696, - -0.15606002509593964, - 0.9840689301490784 - ] - ], - [ - 0.4000000059604645, - [ - -0.05317075923085213, - 0.06433617323637009, - -0.1572173684835434, - 0.9840307235717773 - ] - ], - [ - 0.4333333373069763, - [ - -0.051477085798978806, - 0.062054820358753204, - -0.1551697850227356, - 0.9845921397209167 - ] - ], - [ - 0.46666666865348816, - [ - -0.04848463460803032, - 0.05862291157245636, - -0.14808984100818634, - 0.9860436320304871 - ] - ], - [ - 0.5, - [ - -0.04467902332544327, - 0.05452538654208183, - -0.13765552639961243, - 0.9879685044288635 - ] - ], - [ - 0.5333333611488342, - [ - -0.04056123271584511, - 0.05023468658328056, - -0.12555541098117828, - 0.9899833798408508 - ] - ], - [ - 0.5666666626930237, - [ - -0.03664250671863556, - 0.046206820756196976, - -0.11349788308143616, - 0.991786539554596 - ] - ], - [ - 0.6000000238418579, - [ - -0.033438682556152344, - 0.04288165271282196, - -0.10321078449487686, - 0.9931719899177551 - ] - ], - [ - 0.6333333253860474, - [ - -0.03146564960479736, - 0.04068831354379654, - -0.0964345782995224, - 0.9940094351768494 - ] - ], - [ - 0.6666666865348816, - [ - -0.0312369242310524, - 0.04005608707666397, - -0.09491043537855148, - 0.9941890239715576 - ] - ], - [ - 0.699999988079071, - [ - -0.033866267651319504, - 0.042556218802928925, - -0.10207995772361755, - 0.9932883381843567 - ] - ], - [ - 0.7333333492279053, - [ - -0.0394180603325367, - 0.048728518187999725, - -0.11808272451162338, - 0.99102383852005 - ] - ], - [ - 0.7666666507720947, - [ - -0.046806614845991135, - 0.057468291372060776, - -0.13968750834465027, - 0.9874178171157837 - ] - ], - [ - 0.800000011920929, - [ - -0.054958924651145935, - 0.06763380765914917, - -0.16368111968040466, - 0.9826564192771912 - ] - ], - [ - 0.8333333134651184, - [ - -0.06288719177246094, - 0.07795219123363495, - -0.1870957463979721, - 0.9772226214408875 - ] - ], - [ - 0.8666666746139526, - [ - -0.06969202309846878, - 0.08706984668970108, - -0.20709772408008575, - 0.9719426035881042 - ] - ], - [ - 0.8999999761581421, - [ - -0.07453489303588867, - 0.09364784508943558, - -0.22077015042304993, - 0.9679542183876038 - ] - ], - [ - 0.9333333373069763, - [ - -0.07662352174520493, - 0.09633128345012665, - -0.22523725032806396, - 0.9664974212646484 - ] - ], - [ - 0.9666666388511658, - [ - -0.07683693617582321, - 0.09617936611175537, - -0.22250454127788544, - 0.9671285152435303 - ] - ], - [ - 1.0, - [ - -0.07666364312171936, - 0.0952717587351799, - -0.21695075929164886, - 0.9684928059577942 - ] - ], - [ - 1.0333333015441895, - [ - -0.0762132853269577, - 0.09379085898399353, - -0.20924262702465057, - 0.9703671336174011 - ] - ], - [ - 1.0666667222976685, - [ - -0.07559428364038467, - 0.09192084521055222, - -0.20004786550998688, - 0.9725311994552612 - ] - ], - [ - 1.100000023841858, - [ - -0.07491373270750046, - 0.08984969556331635, - -0.19003860652446747, - 0.9747821688652039 - ] - ], - [ - 1.1333333253860474, - [ - -0.07427717745304108, - 0.08777046203613281, - -0.17989236116409302, - 0.9769431948661804 - ] - ], - [ - 1.1666666269302368, - [ - -0.07378829270601273, - 0.08588200807571411, - -0.17029216885566711, - 0.9788667559623718 - ] - ], - [ - 1.2000000476837158, - [ - -0.0735485628247261, - 0.08438895642757416, - -0.1619253307580948, - 0.9804333448410034 - ] - ], - [ - 1.2333333492279053, - [ - -0.07365670055150986, - 0.08350132405757904, - -0.1554817110300064, - 0.9815436005592346 - ] - ], - [ - 1.2666666507720947, - [ - -0.07420822232961655, - 0.08343339711427689, - -0.15165098011493683, - 0.9821069240570068 - ] - ], - [ - 1.2999999523162842, - [ - -0.07544996589422226, - 0.08439330756664276, - -0.1518099308013916, - 0.9819056987762451 - ] - ], - [ - 1.3333333730697632, - [ - -0.07732827216386795, - 0.0861746147274971, - -0.15565846860408783, - 0.9810019135475159 - ] - ], - [ - 1.3666666746139526, - [ - -0.07949184626340866, - 0.08836459368467331, - -0.16136956214904785, - 0.9797104597091675 - ] - ], - [ - 1.399999976158142, - [ - -0.08159372955560684, - 0.09054262936115265, - -0.16712410748004913, - 0.9783731698989868 - ] - ], - [ - 1.4333332777023315, - [ - -0.08328884840011597, - 0.09228202700614929, - -0.17111459374427795, - 0.9773775339126587 - ] - ], - [ - 1.4666666984558105, - [ - -0.08423542231321335, - 0.09315089881420135, - -0.17154157161712646, - 0.9771391153335571 - ] - ], - [ - 1.5, - [ - -0.08404671400785446, - 0.09290529042482376, - -0.1670101433992386, - 0.977963387966156 - ] - ], - [ - 1.5333333015441895, - [ - -0.08284559845924377, - 0.0918097198009491, - -0.1585354208946228, - 0.9795785546302795 - ] - ], - [ - 1.5666667222976685, - [ - -0.08105258643627167, - 0.0901966542005539, - -0.14793309569358826, - 0.9815349578857422 - ] - ], - [ - 1.600000023841858, - [ - -0.07907187938690186, - 0.08840304613113403, - -0.13703082501888275, - 0.9834404587745667 - ] - ], - [ - 1.6333333253860474, - [ - -0.07728829234838486, - 0.08676715195178986, - -0.12767286598682404, - 0.9849861264228821 - ] - ], - [ - 1.6666666269302368, - [ - -0.07549411058425903, - 0.0851326733827591, - -0.11876294016838074, - 0.986381471157074 - ] - ], - [ - 1.7000000476837158, - [ - -0.0734705924987793, - 0.0833171084523201, - -0.10953877866268158, - 0.9877558350563049 - ] - ], - [ - 1.7333333492279053, - [ - -0.0715559646487236, - 0.08162052184343338, - -0.10236801952123642, - 0.9888066649436951 - ] - ], - [ - 1.7666666507720947, - [ - -0.0700758546590805, - 0.08033927530050278, - -0.09962952136993408, - 0.9892972111701965 - ] - ], - [ - 1.7999999523162842, - [ - -0.06881535053253174, - 0.07910870015621185, - -0.10070407390594482, - 0.9893760681152344 - ] - ], - [ - 1.8333333730697632, - [ - -0.06723686307668686, - 0.07747617363929749, - -0.10341053456068039, - 0.9893345832824707 - ] - ], - [ - 1.8666666746139526, - [ - -0.0653352364897728, - 0.07563859969377518, - -0.10771062970161438, - 0.9891453385353088 - ] - ], - [ - 1.899999976158142, - [ - -0.06331705302000046, - 0.07385316491127014, - -0.11348684132099152, - 0.9887655973434448 - ] - ], - [ - 1.9333332777023315, - [ - -0.061386995017528534, - 0.07237716019153595, - -0.1206195279955864, - 0.9881519675254822 - ] - ], - [ - 1.9666666984558105, - [ - -0.059743717312812805, - 0.07147064059972763, - -0.12898658215999603, - 0.9872614145278931 - ] - ], - [ - 2.0, - [ - -0.058575961738824844, - 0.07139921188354492, - -0.13846337795257568, - 0.9860521554946899 - ] - ], - [ - 2.0333333015441895, - [ - -0.05805840343236923, - 0.07243640720844269, - -0.1489236205816269, - 0.9844815731048584 - ] - ], - [ - 2.066666603088379, - [ - -0.062413331121206284, - 0.07959848642349243, - -0.16336309909820557, - 0.9813669919967651 - ] - ], - [ - 2.0999999046325684, - [ - -0.07257652282714844, - 0.09441614896059036, - -0.18200603127479553, - 0.9760595560073853 - ] - ], - [ - 2.133333444595337, - [ - -0.08399717509746552, - 0.11176764219999313, - -0.20062877237796783, - 0.9696394205093384 - ] - ], - [ - 2.1666667461395264, - [ - -0.09272556006908417, - 0.1261359006166458, - -0.21518884599208832, - 0.9639426469802856 - ] - ], - [ - 2.200000047683716, - [ - -0.09537171572446823, - 0.13171428442001343, - -0.22182312607765198, - 0.9614312648773193 - ] - ], - [ - 2.2333333492279053, - [ - -0.09260755777359009, - 0.1285300850868225, - -0.21868494153022766, - 0.9628503322601318 - ] - ], - [ - 2.2666666507720947, - [ - -0.08766531944274902, - 0.12131202220916748, - -0.20783664286136627, - 0.9666447639465332 - ] - ], - [ - 2.299999952316284, - [ - -0.08107663691043854, - 0.11128396540880203, - -0.19129206240177155, - 0.9718281030654907 - ] - ], - [ - 2.3333332538604736, - [ - -0.07341154664754868, - 0.0996503233909607, - -0.17109175026416779, - 0.9774498343467712 - ] - ], - [ - 2.366666555404663, - [ - -0.06524477899074554, - 0.0875781700015068, - -0.14929832518100739, - 0.9827426671981812 - ] - ], - [ - 2.4000000953674316, - [ - -0.05718538910150528, - 0.07615494728088379, - -0.12810881435871124, - 0.9871770739555359 - ] - ], - [ - 2.433333396911621, - [ - -0.049984171986579895, - 0.06639833003282547, - -0.10984260588884354, - 0.9904683232307434 - ] - ], - [ - 2.4666666984558105, - [ - -0.04445444792509079, - 0.05927455052733421, - -0.09684567898511887, - 0.992537796497345 - ] - ], - [ - 2.5, - [ - -0.04143096134066582, - 0.05572023242712021, - -0.09146737307310104, - 0.9933843612670898 - ] - ], - [ - 2.5333333015441895, - [ - -0.040690090507268906, - 0.05557249113917351, - -0.0941583588719368, - 0.9931718111038208 - ] - ], - [ - 2.566666603088379, - [ - -0.04131794720888138, - 0.057654350996017456, - -0.10253139585256577, - 0.9921976327896118 - ] - ], - [ - 2.5999999046325684, - [ - -0.042993173003196716, - 0.06122148782014847, - -0.11413845419883728, - 0.9906442165374756 - ] - ], - [ - 2.633333444595337, - [ - -0.04530307650566101, - 0.06541753560304642, - -0.1261940747499466, - 0.9888091087341309 - ] - ], - [ - 2.6666667461395264, - [ - -0.047827575355768204, - 0.06942238658666611, - -0.13611231744289398, - 0.9871000647544861 - ] - ], - [ - 2.700000047683716, - [ - -0.050212543457746506, - 0.07256583124399185, - -0.14191479980945587, - 0.9859376549720764 - ] - ], - [ - 2.7333333492279053, - [ - -0.05220309644937515, - 0.07436787337064743, - -0.14236728847026825, - 0.9856347441673279 - ] - ], - [ - 2.7666666507720947, - [ - -0.053529635071754456, - 0.07589954882860184, - -0.13996370136737823, - 0.9857911467552185 - ] - ], - [ - 2.799999952316284, - [ - -0.053765930235385895, - 0.0788816437125206, - -0.13767032325267792, - 0.9858670234680176 - ] - ], - [ - 2.8333332538604736, - [ - -0.05234774947166443, - 0.08429167419672012, - -0.1353696584701538, - 0.9858142137527466 - ] - ], - [ - 2.866666555404663, - [ - -0.049903348088264465, - 0.09156718850135803, - -0.13266831636428833, - 0.9856593012809753 - ] - ], - [ - 2.9000000953674316, - [ - -0.04998699203133583, - 0.0949622169137001, - -0.12978382408618927, - 0.9857178330421448 - ] - ], - [ - 2.933333396911621, - [ - -0.052253782749176025, - 0.09418982267379761, - -0.12518355250358582, - 0.9862692952156067 - ] - ], - [ - 2.9666666984558105, - [ - -0.05559638515114784, - 0.09068690240383148, - -0.11794158816337585, - 0.9873068928718567 - ] - ], - [ - 3.0, - [ - -0.05929235368967056, - 0.08549202978610992, - -0.10978314280509949, - 0.988495409488678 - ] - ], - [ - 3.0333333015441895, - [ - -0.06271345913410187, - 0.07972858846187592, - -0.10234988480806351, - 0.98956298828125 - ] - ], - [ - 3.066666603088379, - [ - -0.06529966741800308, - 0.07454412430524826, - -0.09727082401514053, - 0.9903119206428528 - ] - ], - [ - 3.0999999046325684, - [ - -0.06652972847223282, - 0.07111609727144241, - -0.09616669267416, - 0.9905898571014404 - ] - ], - [ - 3.133333444595337, - [ - -0.06597431004047394, - 0.0689084604382515, - -0.09991402924060822, - 0.9904122352600098 - ] - ], - [ - 3.1666667461395264, - [ - -0.0639486089348793, - 0.06669333577156067, - -0.10745324194431305, - 0.9899072647094727 - ] - ], - [ - 3.200000047683716, - [ - -0.06105475127696991, - 0.06459559500217438, - -0.11748920381069183, - 0.9890884757041931 - ] - ], - [ - 3.2333333492279053, - [ - -0.05786854401230812, - 0.06276044994592667, - -0.12872204184532166, - 0.9879994988441467 - ] - ], - [ - 3.2666666507720947, - [ - -0.05492907017469406, - 0.061376992613077164, - -0.13985183835029602, - 0.9867406487464905 - ] - ], - [ - 3.299999952316284, - [ - -0.05273795127868652, - 0.06068471074104309, - -0.14958320558071136, - 0.9854750037193298 - ] - ], - [ - 3.3333332538604736, - [ - -0.05176936462521553, - 0.0609634593129158, - -0.15662771463394165, - 0.9844141006469727 - ] - ], - [ - 3.366666555404663, - [ - -0.05184298753738403, - 0.06232317164540291, - -0.16136634349822998, - 0.9835593700408936 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292574349_203898.json b/lenses/physics-objects/Scene/assets/1646688292574349_203898.json deleted file mode 100644 index 7bc1913a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292574349_203898.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292574349:203898", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292575282_203911.json b/lenses/physics-objects/Scene/assets/1646688292575282_203911.json deleted file mode 100644 index c2dca147..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292575282_203911.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292575282:203911", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 10.832408905029297, - -1.6983514797175303e-05, - 6.44504907540977e-05 - ] - ], - [ - 3.366666555404663, - [ - 10.832408905029297, - -1.6983514797175303e-05, - 6.44504907540977e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292575478_203918.json b/lenses/physics-objects/Scene/assets/1646688292575478_203918.json deleted file mode 100644 index 45baa86b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292575478_203918.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292575478:203918", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.08082280308008194, - 0.07319287210702896, - -0.09524337202310562, - 0.9894641041755676 - ] - ], - [ - 0.03333333507180214, - [ - -0.08082280308008194, - 0.07319287210702896, - -0.09524337202310562, - 0.9894641041755676 - ] - ], - [ - 0.06666667014360428, - [ - -0.07928457856178284, - 0.07291422039270401, - -0.09711051732301712, - 0.9894276261329651 - ] - ], - [ - 0.10000000149011612, - [ - -0.07773809880018234, - 0.07259105890989304, - -0.09888914227485657, - 0.9893979430198669 - ] - ], - [ - 0.13333334028720856, - [ - -0.07624813169240952, - 0.07223770022392273, - -0.1004607304930687, - 0.9893814325332642 - ] - ], - [ - 0.1666666716337204, - [ - -0.07487915456295013, - 0.07186949253082275, - -0.10170700401067734, - 0.9893855452537537 - ] - ], - [ - 0.20000000298023224, - [ - -0.07369542121887207, - 0.07150240987539291, - -0.10250977426767349, - 0.989418089389801 - ] - ], - [ - 0.23333333432674408, - [ - -0.07276123017072678, - 0.07115259766578674, - -0.10275108367204666, - 0.9894874095916748 - ] - ], - [ - 0.2666666805744171, - [ - -0.07214106619358063, - 0.070835642516613, - -0.10231292992830276, - 0.9896009564399719 - ] - ], - [ - 0.30000001192092896, - [ - -0.07161713391542435, - 0.07043273746967316, - -0.10168037563562393, - 0.9897329807281494 - ] - ], - [ - 0.3333333432674408, - [ - -0.07093802839517593, - 0.06983016431331635, - -0.10134429484605789, - 0.9898590445518494 - ] - ], - [ - 0.36666667461395264, - [ - -0.0701184794306755, - 0.0690501406788826, - -0.10119551420211792, - 0.9899873733520508 - ] - ], - [ - 0.4000000059604645, - [ - -0.06917323917150497, - 0.06811492890119553, - -0.1011248230934143, - 0.990125834941864 - ] - ], - [ - 0.4333333373069763, - [ - -0.06719125062227249, - 0.06660084426403046, - -0.09813050925731659, - 0.9906664490699768 - ] - ], - [ - 0.46666666865348816, - [ - -0.06363008916378021, - 0.06428677588701248, - -0.09040132910013199, - 0.9917894005775452 - ] - ], - [ - 0.5, - [ - -0.059065546840429306, - 0.06149603798985481, - -0.07961345463991165, - 0.993172287940979 - ] - ], - [ - 0.5333333611488342, - [ - -0.054077066481113434, - 0.0585390105843544, - -0.06745508313179016, - 0.9945344924926758 - ] - ], - [ - 0.5666666626930237, - [ - -0.04924064502120018, - 0.05570610240101814, - -0.055633869022130966, - 0.9956791996955872 - ] - ], - [ - 0.6000000238418579, - [ - -0.04512526094913483, - 0.05326644331216812, - -0.045875996351242065, - 0.9965049028396606 - ] - ], - [ - 0.6333333253860474, - [ - -0.04229475185275078, - 0.05147208645939827, - -0.039919666945934296, - 0.9969795346260071 - ] - ], - [ - 0.6666666865348816, - [ - -0.04131632298231125, - 0.05056802183389664, - -0.03950464352965355, - 0.9970833659172058 - ] - ], - [ - 0.699999988079071, - [ - -0.04375861957669258, - 0.05193830281496048, - -0.04800398647785187, - 0.9965357184410095 - ] - ], - [ - 0.7333333492279053, - [ - -0.04996541142463684, - 0.056221336126327515, - -0.065506212413311, - 0.9950133562088013 - ] - ], - [ - 0.7666666507720947, - [ - -0.05865127220749855, - 0.06256760656833649, - -0.08880223333835602, - 0.9923505783081055 - ] - ], - [ - 0.800000011920929, - [ - -0.06851993501186371, - 0.07009153813123703, - -0.11469634622335434, - 0.9885530471801758 - ] - ], - [ - 0.8333333134651184, - [ - -0.0782964825630188, - 0.07782480865716934, - -0.1400471329689026, - 0.9839714169502258 - ] - ], - [ - 0.8666666746139526, - [ - -0.08675505220890045, - 0.08470676839351654, - -0.16179946064949036, - 0.9793463349342346 - ] - ], - [ - 0.8999999761581421, - [ - -0.09272709488868713, - 0.08960554003715515, - -0.176986426115036, - 0.9757296442985535 - ] - ], - [ - 0.9333333373069763, - [ - -0.0950774997472763, - 0.0913630872964859, - -0.18268831074237823, - 0.9742884635925293 - ] - ], - [ - 0.9666666388511658, - [ - -0.09495452046394348, - 0.09077109396457672, - -0.1809842735528946, - 0.9746737480163574 - ] - ], - [ - 1.0, - [ - -0.0943545326590538, - 0.0894976556301117, - -0.1763608157634735, - 0.9756968021392822 - ] - ], - [ - 1.0333333015441895, - [ - -0.09340694546699524, - 0.08771497756242752, - -0.16949240863323212, - 0.9771661758422852 - ] - ], - [ - 1.0666667222976685, - [ - -0.09224243462085724, - 0.08559512346982956, - -0.1610538512468338, - 0.9788905382156372 - ] - ], - [ - 1.100000023841858, - [ - -0.09099292010068893, - 0.0833122730255127, - -0.15172311663627625, - 0.9806933403015137 - ] - ], - [ - 1.1333333253860474, - [ - -0.08979123085737228, - 0.08104412257671356, - -0.1421823501586914, - 0.9824222922325134 - ] - ], - [ - 1.1666666269302368, - [ - -0.0887705460190773, - 0.07897276431322098, - -0.1331178992986679, - 0.9839527010917664 - ] - ], - [ - 1.2000000476837158, - [ - -0.08806372433900833, - 0.07728502154350281, - -0.12521937489509583, - 0.9851862192153931 - ] - ], - [ - 1.2333333492279053, - [ - -0.08780252188444138, - 0.07617242634296417, - -0.11917831748723984, - 0.9860451221466064 - ] - ], - [ - 1.2666666507720947, - [ - -0.08811651915311813, - 0.07583048939704895, - -0.11568605154752731, - 0.9864593148231506 - ] - ], - [ - 1.2999999523162842, - [ - -0.08882390707731247, - 0.07609420269727707, - -0.11436638981103897, - 0.986529529094696 - ] - ], - [ - 1.3333333730697632, - [ - -0.089728444814682, - 0.07674112915992737, - -0.1145697832107544, - 0.9863738417625427 - ] - ], - [ - 1.3666666746139526, - [ - -0.09093538671731949, - 0.0778828039765358, - -0.11657536774873734, - 0.9859388470649719 - ] - ], - [ - 1.399999976158142, - [ - -0.09254856407642365, - 0.07963038980960846, - -0.12066034227609634, - 0.9851573705673218 - ] - ], - [ - 1.4333332777023315, - [ - -0.0946694016456604, - 0.08209507912397385, - -0.127098947763443, - 0.9839431643486023 - ] - ], - [ - 1.4666666984558105, - [ - -0.09739560633897781, - 0.08538853377103806, - -0.13616091012954712, - 0.9821829199790955 - ] - ], - [ - 1.5, - [ - -0.10174935311079025, - 0.09100986272096634, - -0.15308360755443573, - 0.9787388443946838 - ] - ], - [ - 1.5333333015441895, - [ - -0.10768310725688934, - 0.09899838268756866, - -0.17810791730880737, - 0.9730782508850098 - ] - ], - [ - 1.5666667222976685, - [ - -0.11372684687376022, - 0.10728573054075241, - -0.20406503975391388, - 0.9663919806480408 - ] - ], - [ - 1.600000023841858, - [ - -0.11849004775285721, - 0.11384441703557968, - -0.2239380031824112, - 0.9606515169143677 - ] - ], - [ - 1.6333333253860474, - [ - -0.12065772712230682, - 0.11668254435062408, - -0.23085729777812958, - 0.9584006667137146 - ] - ], - [ - 1.6666666269302368, - [ - -0.11910215765237808, - 0.11460797488689423, - -0.21999643743038177, - 0.9613955020904541 - ] - ], - [ - 1.7000000476837158, - [ - -0.11438336223363876, - 0.10869826376438141, - -0.19481444358825684, - 0.9680643081665039 - ] - ], - [ - 1.7333333492279053, - [ - -0.1077282503247261, - 0.10037614405155182, - -0.16090244054794312, - 0.9759251475334167 - ] - ], - [ - 1.7666666507720947, - [ - -0.10036442428827286, - 0.09112276136875153, - -0.12400317192077637, - 0.9829785823822021 - ] - ], - [ - 1.7999999523162842, - [ - -0.09352400153875351, - 0.08248782902956009, - -0.09004732221364975, - 0.9880994558334351 - ] - ], - [ - 1.8333333730697632, - [ - -0.08843272179365158, - 0.07606981694698334, - -0.06507792323827744, - 0.9910387992858887 - ] - ], - [ - 1.8666666746139526, - [ - -0.08630639314651489, - 0.07347974181175232, - -0.05515263229608536, - 0.992023229598999 - ] - ], - [ - 1.899999976158142, - [ - -0.08464202284812927, - 0.07276549935340881, - -0.057813066989183426, - 0.992067813873291 - ] - ], - [ - 1.9333332777023315, - [ - -0.08116310834884644, - 0.0714493989944458, - -0.06555406749248505, - 0.9919729828834534 - ] - ], - [ - 1.9666666984558105, - [ - -0.07724092900753021, - 0.07030194997787476, - -0.07687948644161224, - 0.991554856300354 - ] - ], - [ - 2.0, - [ - -0.07426649332046509, - 0.07015076279640198, - -0.09023135900497437, - 0.9906672835350037 - ] - ], - [ - 2.0333333015441895, - [ - -0.07377579063177109, - 0.07195913046598434, - -0.10396352410316467, - 0.989227294921875 - ] - ], - [ - 2.066666603088379, - [ - -0.08025787770748138, - 0.07956510037183762, - -0.1197107806801796, - 0.986355721950531 - ] - ], - [ - 2.0999999046325684, - [ - -0.09347410500049591, - 0.09342517703771591, - -0.13794267177581787, - 0.9815835952758789 - ] - ], - [ - 2.133333444595337, - [ - -0.1080366000533104, - 0.10925893485546112, - -0.155325785279274, - 0.9758403897285461 - ] - ], - [ - 2.1666667461395264, - [ - -0.11910185217857361, - 0.12227901071310043, - -0.16870054602622986, - 0.9707744121551514 - ] - ], - [ - 2.200000047683716, - [ - -0.12230874598026276, - 0.12733933329582214, - -0.1750669628381729, - 0.9685952663421631 - ] - ], - [ - 2.2333333492279053, - [ - -0.11847267299890518, - 0.12451913952827454, - -0.1724114716053009, - 0.9699141979217529 - ] - ], - [ - 2.2666666507720947, - [ - -0.11173483729362488, - 0.1180848479270935, - -0.1620909720659256, - 0.973292350769043 - ] - ], - [ - 2.299999952316284, - [ - -0.10277915000915527, - 0.10915523767471313, - -0.1461625099182129, - 0.9778333902359009 - ] - ], - [ - 2.3333332538604736, - [ - -0.0923246219754219, - 0.09882299602031708, - -0.1267106682062149, - 0.9826772809028625 - ] - ], - [ - 2.366666555404663, - [ - -0.08117064088582993, - 0.08812309801578522, - -0.10587729513645172, - 0.9871350526809692 - ] - ], - [ - 2.4000000953674316, - [ - -0.0702110007405281, - 0.07800920307636261, - -0.08586694300174713, - 0.9907633662223816 - ] - ], - [ - 2.433333396911621, - [ - -0.06042437255382538, - 0.06934411078691483, - -0.06893512606620789, - 0.9933722615242004 - ] - ], - [ - 2.4666666984558105, - [ - -0.05284712091088295, - 0.06290917843580246, - -0.057364240288734436, - 0.9949668049812317 - ] - ], - [ - 2.5, - [ - -0.04845758154988289, - 0.059460677206516266, - -0.05339937284588814, - 0.9956229329109192 - ] - ], - [ - 2.5333333015441895, - [ - -0.04700838029384613, - 0.05880659818649292, - -0.05730798840522766, - 0.9955138564109802 - ] - ], - [ - 2.566666603088379, - [ - -0.04746163263916969, - 0.059941940009593964, - -0.06659096479415894, - 0.9948467016220093 - ] - ], - [ - 2.5999999046325684, - [ - -0.0493658073246479, - 0.06229245662689209, - -0.07884307205677032, - 0.9937135577201843 - ] - ], - [ - 2.633333444595337, - [ - -0.05214815214276314, - 0.0652085617184639, - -0.09132348746061325, - 0.9923146963119507 - ] - ], - [ - 2.6666667461395264, - [ - -0.05522555485367775, - 0.06806861609220505, - -0.10148518532514572, - 0.9909679889678955 - ] - ], - [ - 2.700000047683716, - [ - -0.05810580030083656, - 0.07035836577415466, - -0.10737824440002441, - 0.9900218844413757 - ] - ], - [ - 2.7333333492279053, - [ - -0.06043800339102745, - 0.07169982045888901, - -0.10778609663248062, - 0.9897416830062866 - ] - ], - [ - 2.7666666507720947, - [ - -0.0621669627726078, - 0.07305366545915604, - -0.10516772419214249, - 0.9898172616958618 - ] - ], - [ - 2.799999952316284, - [ - -0.06317522376775742, - 0.07600129395723343, - -0.10245457291603088, - 0.9898161292076111 - ] - ], - [ - 2.8333332538604736, - [ - -0.0630141943693161, - 0.08153446763753891, - -0.09954266250133514, - 0.9896830916404724 - ] - ], - [ - 2.866666555404663, - [ - -0.06218181177973747, - 0.088978111743927, - -0.0960027426481247, - 0.9894441962242126 - ] - ], - [ - 2.9000000953674316, - [ - -0.06345818936824799, - 0.09236213564872742, - -0.0919337272644043, - 0.9894394874572754 - ] - ], - [ - 2.933333396911621, - [ - -0.06652642786502838, - 0.09135163575410843, - -0.08587732911109924, - 0.989875853061676 - ] - ], - [ - 2.9666666984558105, - [ - -0.07047080993652344, - 0.08739788830280304, - -0.07697050273418427, - 0.9906921982765198 - ] - ], - [ - 3.0, - [ - -0.0746803730726242, - 0.08168776333332062, - -0.06696448475122452, - 0.9915976524353027 - ] - ], - [ - 3.0333333015441895, - [ - -0.07858157157897949, - 0.0754784420132637, - -0.05761752650141716, - 0.9923750162124634 - ] - ], - [ - 3.066666603088379, - [ - -0.08165860176086426, - 0.07010027021169662, - -0.05068635568022728, - 0.9928992390632629 - ] - ], - [ - 3.0999999046325684, - [ - -0.08344337344169617, - 0.06692716479301453, - -0.0479215644299984, - 0.9931070804595947 - ] - ], - [ - 3.133333444595337, - [ - -0.08338090032339096, - 0.06540432572364807, - -0.050284162163734436, - 0.9930968880653381 - ] - ], - [ - 3.1666667461395264, - [ - -0.08163171261548996, - 0.06408271938562393, - -0.05672020837664604, - 0.9929817318916321 - ] - ], - [ - 3.200000047683716, - [ - -0.07881012558937073, - 0.06297791004180908, - -0.0659499391913414, - 0.9927101135253906 - ] - ], - [ - 3.2333333492279053, - [ - -0.0755133405327797, - 0.06211841478943825, - -0.07668717205524445, - 0.9922490119934082 - ] - ], - [ - 3.2666666507720947, - [ - -0.0723133459687233, - 0.061574891209602356, - -0.08764103800058365, - 0.991614043712616 - ] - ], - [ - 3.299999952316284, - [ - -0.06975506991147995, - 0.0614713691174984, - -0.09751976281404495, - 0.9908811450004578 - ] - ], - [ - 3.3333332538604736, - [ - -0.06836210936307907, - 0.061978667974472046, - -0.10503436625003815, - 0.9901784062385559 - ] - ], - [ - 3.366666555404663, - [ - -0.06797442585229874, - 0.06340287625789642, - -0.11053439229726791, - 0.9895159006118774 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292575651_203925.json b/lenses/physics-objects/Scene/assets/1646688292575651_203925.json deleted file mode 100644 index 6f27d94e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292575651_203925.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292575651:203925", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292576563_203938.json b/lenses/physics-objects/Scene/assets/1646688292576563_203938.json deleted file mode 100644 index 8ee91580..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292576563_203938.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292576563:203938", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 10.16450023651123, - -0.00017395714530721307, - -0.0001157265214715153 - ] - ], - [ - 3.366666555404663, - [ - 10.16450023651123, - -0.00017395714530721307, - -0.0001157265214715153 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292576738_203945.json b/lenses/physics-objects/Scene/assets/1646688292576738_203945.json deleted file mode 100644 index 2a595c40..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292576738_203945.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292576738:203945", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.09923877567052841, - 0.06785961985588074, - -0.09951813519001007, - 0.9877464771270752 - ] - ], - [ - 0.03333333507180214, - [ - -0.09923877567052841, - 0.06785961985588074, - -0.09951813519001007, - 0.9877464771270752 - ] - ], - [ - 0.06666667014360428, - [ - -0.09784884005784988, - 0.0678420215845108, - -0.1011551097035408, - 0.9877199530601501 - ] - ], - [ - 0.10000000149011612, - [ - -0.09625329822301865, - 0.06777847558259964, - -0.1029331162571907, - 0.987697422504425 - ] - ], - [ - 0.13333334028720856, - [ - -0.09452053159475327, - 0.06766869127750397, - -0.10473257303237915, - 0.987683117389679 - ] - ], - [ - 0.1666666716337204, - [ - -0.09271880239248276, - 0.06751363724470139, - -0.10643411427736282, - 0.9876827001571655 - ] - ], - [ - 0.20000000298023224, - [ - -0.0909162312746048, - 0.06731557101011276, - -0.10791853070259094, - 0.9877026081085205 - ] - ], - [ - 0.23333333432674408, - [ - -0.0891808569431305, - 0.06707791984081268, - -0.1090669110417366, - 0.9877509474754333 - ] - ], - [ - 0.2666666805744171, - [ - -0.08758062869310379, - 0.06680485606193542, - -0.10976047813892365, - 0.987835705280304 - ] - ], - [ - 0.30000001192092896, - [ - -0.08618361502885818, - 0.06650082767009735, - -0.10988075286149979, - 0.9879657030105591 - ] - ], - [ - 0.3333333432674408, - [ - -0.08505807816982269, - 0.06616983562707901, - -0.1093093603849411, - 0.9881488680839539 - ] - ], - [ - 0.36666667461395264, - [ - -0.08427269756793976, - 0.06581450253725052, - -0.10792800784111023, - 0.9883916974067688 - ] - ], - [ - 0.4000000059604645, - [ - -0.08359024673700333, - 0.06535278260707855, - -0.10621894896030426, - 0.9886654019355774 - ] - ], - [ - 0.4333333373069763, - [ - -0.08172065019607544, - 0.06456580758094788, - -0.10183151066303253, - 0.9893348217010498 - ] - ], - [ - 0.46666666865348816, - [ - -0.07807154208421707, - 0.06341122835874557, - -0.09299051016569138, - 0.9905738830566406 - ] - ], - [ - 0.5, - [ - -0.073277048766613, - 0.06204023212194443, - -0.08134590089321136, - 0.9920505881309509 - ] - ], - [ - 0.5333333611488342, - [ - -0.06796283274888992, - 0.06059456616640091, - -0.06856179982423782, - 0.9934830665588379 - ] - ], - [ - 0.5666666626930237, - [ - -0.06273601949214935, - 0.05919784680008888, - -0.05632537230849266, - 0.9946794509887695 - ] - ], - [ - 0.6000000238418579, - [ - -0.058182571083307266, - 0.057952605187892914, - -0.04634605720639229, - 0.9955442547798157 - ] - ], - [ - 0.6333333253860474, - [ - -0.05487409979104996, - 0.05694252625107765, - -0.0403488464653492, - 0.9960513710975647 - ] - ], - [ - 0.6666666865348816, - [ - -0.053385309875011444, - 0.05623918026685715, - -0.04006271809339523, - 0.9961838126182556 - ] - ], - [ - 0.699999988079071, - [ - -0.05563011020421982, - 0.056908685714006424, - -0.048790257424116135, - 0.9956336617469788 - ] - ], - [ - 0.7333333492279053, - [ - -0.062200382351875305, - 0.059582266956567764, - -0.06657545268535614, - 0.9940568208694458 - ] - ], - [ - 0.7666666507720947, - [ - -0.07168572396039963, - 0.06370845437049866, - -0.09023160487413406, - 0.991292417049408 - ] - ], - [ - 0.800000011920929, - [ - -0.0826481282711029, - 0.06870244443416595, - -0.11658875644207001, - 0.9873481392860413 - ] - ], - [ - 0.8333333134651184, - [ - -0.09363528341054916, - 0.07388556748628616, - -0.14254525303840637, - 0.9825752973556519 - ] - ], - [ - 0.8666666746139526, - [ - -0.10320286452770233, - 0.07846667617559433, - -0.16510479152202606, - 0.9777180552482605 - ] - ], - [ - 0.8999999761581421, - [ - -0.10992859303951263, - 0.0815630629658699, - -0.181378573179245, - 0.9738403558731079 - ] - ], - [ - 0.9333333373069763, - [ - -0.11240234971046448, - 0.0822581946849823, - -0.18853777647018433, - 0.9721382856369019 - ] - ], - [ - 0.9666666388511658, - [ - -0.11191242933273315, - 0.08111536502838135, - -0.18843171000480652, - 0.9723114967346191 - ] - ], - [ - 1.0, - [ - -0.11080588400363922, - 0.07942387461662292, - -0.18519507348537445, - 0.973199188709259 - ] - ], - [ - 1.0333333015441895, - [ - -0.10925261676311493, - 0.07737885415554047, - -0.17941085994243622, - 0.9746220707893372 - ] - ], - [ - 1.0666667222976685, - [ - -0.10743151605129242, - 0.07510251551866531, - -0.17184807360172272, - 0.9763638377189636 - ] - ], - [ - 1.100000023841858, - [ - -0.10550962388515472, - 0.07270222902297974, - -0.16333773732185364, - 0.9782141447067261 - ] - ], - [ - 1.1333333253860474, - [ - -0.10364620387554169, - 0.07034850120544434, - -0.1545567512512207, - 0.9800105690956116 - ] - ], - [ - 1.1666666269302368, - [ - -0.10200311243534088, - 0.06821420043706894, - -0.14618661999702454, - 0.9816168546676636 - ] - ], - [ - 1.2000000476837158, - [ - -0.10074379295110703, - 0.06647519022226334, - -0.1389123946428299, - 0.9829217195510864 - ] - ], - [ - 1.2333333492279053, - [ - -0.10003188252449036, - 0.06531068682670593, - -0.13342149555683136, - 0.983832836151123 - ] - ], - [ - 1.2666666507720947, - [ - -0.10002952069044113, - 0.06490319967269897, - -0.1304013729095459, - 0.9842647910118103 - ] - ], - [ - 1.2999999523162842, - [ - -0.10055538266897202, - 0.0651434063911438, - -0.12946650385856628, - 0.984318733215332 - ] - ], - [ - 1.3333333730697632, - [ - -0.10138620436191559, - 0.06584049016237259, - -0.12996602058410645, - 0.9841213822364807 - ] - ], - [ - 1.3666666746139526, - [ - -0.1026175245642662, - 0.0670570656657219, - -0.13218756020069122, - 0.983615517616272 - ] - ], - [ - 1.399999976158142, - [ - -0.10434269905090332, - 0.06885591149330139, - -0.1364169716835022, - 0.9827319383621216 - ] - ], - [ - 1.4333332777023315, - [ - -0.10665222257375717, - 0.07129991799592972, - -0.1429368406534195, - 0.9813821315765381 - ] - ], - [ - 1.4666666984558105, - [ - -0.10963339358568192, - 0.07445225119590759, - -0.152025043964386, - 0.9794517755508423 - ] - ], - [ - 1.5, - [ - -0.11444903165102005, - 0.0796397402882576, - -0.16890300810337067, - 0.9757207036018372 - ] - ], - [ - 1.5333333015441895, - [ - -0.12107600271701813, - 0.08690332621335983, - -0.19379806518554688, - 0.9696549773216248 - ] - ], - [ - 1.5666667222976685, - [ - -0.12786638736724854, - 0.09439126402139664, - -0.21955662965774536, - 0.9625670909881592 - ] - ], - [ - 1.600000023841858, - [ - -0.1332598775625229, - 0.10029663145542145, - -0.23918429017066956, - 0.9565423727035522 - ] - ], - [ - 1.6333333253860474, - [ - -0.1357761174440384, - 0.10284508019685745, - -0.2458389699459076, - 0.9542279243469238 - ] - ], - [ - 1.6666666269302368, - [ - -0.13424141705036163, - 0.10086193680763245, - -0.23469117283821106, - 0.9574581980705261 - ] - ], - [ - 1.7000000476837158, - [ - -0.12931083142757416, - 0.09525489062070847, - -0.209172323346138, - 0.9645994901657104 - ] - ], - [ - 1.7333333492279053, - [ - -0.12225894629955292, - 0.08737961202859879, - -0.1748647391796112, - 0.973056972026825 - ] - ], - [ - 1.7666666507720947, - [ - -0.11438718438148499, - 0.07867144793272018, - -0.13750459253787994, - 0.9807237386703491 - ] - ], - [ - 1.7999999523162842, - [ - -0.10704061388969421, - 0.07066451013088226, - -0.10301784425973892, - 0.9863752722740173 - ] - ], - [ - 1.8333333730697632, - [ - -0.10158906131982803, - 0.06497039645910263, - -0.07744473218917847, - 0.9896771311759949 - ] - ], - [ - 1.8666666746139526, - [ - -0.09939216822385788, - 0.06323162466287613, - -0.06684217602014542, - 0.9907850623130798 - ] - ], - [ - 1.899999976158142, - [ - -0.09761941432952881, - 0.06369759142398834, - -0.06898178905248642, - 0.9907848238945007 - ] - ], - [ - 1.9333332777023315, - [ - -0.09375587850809097, - 0.06386110931634903, - -0.07645535469055176, - 0.9905989170074463 - ] - ], - [ - 1.9666666984558105, - [ - -0.08961628377437592, - 0.06420471519231796, - -0.08752451837062836, - 0.9900435209274292 - ] - ], - [ - 2.0, - [ - -0.08699911087751389, - 0.06527689844369888, - -0.10044793039560318, - 0.9889793992042542 - ] - ], - [ - 2.0333333015441895, - [ - -0.08765438199043274, - 0.06775351613759995, - -0.11347426474094391, - 0.9873448014259338 - ] - ], - [ - 2.066666603088379, - [ - -0.09634152799844742, - 0.07486358284950256, - -0.12832310795783997, - 0.9841986298561096 - ] - ], - [ - 2.0999999046325684, - [ - -0.11252520233392715, - 0.08719347417354584, - -0.14564915001392365, - 0.9790412187576294 - ] - ], - [ - 2.133333444595337, - [ - -0.13016991317272186, - 0.1012437492609024, - -0.16217881441116333, - 0.9728841185569763 - ] - ], - [ - 2.1666667461395264, - [ - -0.143723726272583, - 0.11291307955980301, - -0.17484790086746216, - 0.9674824476242065 - ] - ], - [ - 2.200000047683716, - [ - -0.14807435870170593, - 0.11766580492258072, - -0.1807805895805359, - 0.9651668667793274 - ] - ], - [ - 2.2333333492279053, - [ - -0.14411111176013947, - 0.11552891880273819, - -0.17797702550888062, - 0.9665449857711792 - ] - ], - [ - 2.2666666507720947, - [ - -0.13664059340953827, - 0.11023371666669846, - -0.16771014034748077, - 0.9700780510902405 - ] - ], - [ - 2.299999952316284, - [ - -0.12647981941699982, - 0.10278525203466415, - -0.15201471745967865, - 0.9748485088348389 - ] - ], - [ - 2.3333332538604736, - [ - -0.11447418481111526, - 0.09416483342647552, - -0.13295257091522217, - 0.9799757599830627 - ] - ], - [ - 2.366666555404663, - [ - -0.10153689235448837, - 0.08528769016265869, - -0.11264704912900925, - 0.9847472310066223 - ] - ], - [ - 2.4000000953674316, - [ - -0.08866018801927567, - 0.07697316259145737, - -0.09329214692115784, - 0.9886916279792786 - ] - ], - [ - 2.433333396911621, - [ - -0.07690489292144775, - 0.0699317529797554, - -0.07714303582906723, - 0.9915866851806641 - ] - ], - [ - 2.4666666984558105, - [ - -0.06737634539604187, - 0.0647726058959961, - -0.06649237871170044, - 0.9934000968933105 - ] - ], - [ - 2.5, - [ - -0.061199065297842026, - 0.062037769705057144, - -0.06364509463310242, - 0.9941607117652893 - ] - ], - [ - 2.5333333015441895, - [ - -0.058298613876104355, - 0.061363812536001205, - -0.06878476589918137, - 0.9940344095230103 - ] - ], - [ - 2.566666603088379, - [ - -0.05769239738583565, - 0.06181105598807335, - -0.0792619064450264, - 0.9932615756988525 - ] - ], - [ - 2.5999999046325684, - [ - -0.05890856310725212, - 0.06302571296691895, - -0.09256245940923691, - 0.9919625520706177 - ] - ], - [ - 2.633333444595337, - [ - -0.06124790757894516, - 0.06462586671113968, - -0.10591321438550949, - 0.990381121635437 - ] - ], - [ - 2.6666667461395264, - [ - -0.06402517855167389, - 0.06622564792633057, - -0.11681102216243744, - 0.9888731837272644 - ] - ], - [ - 2.700000047683716, - [ - -0.0666511207818985, - 0.0675070658326149, - -0.12334318459033966, - 0.987819254398346 - ] - ], - [ - 2.7333333492279053, - [ - -0.06869878619909286, - 0.0682295486330986, - -0.12431877851486206, - 0.9875069856643677 - ] - ], - [ - 2.7666666507720947, - [ - -0.07026834785938263, - 0.06922757625579834, - -0.12215174734592438, - 0.9875975251197815 - ] - ], - [ - 2.799999952316284, - [ - -0.07149739563465118, - 0.07191132009029388, - -0.11971304565668106, - 0.9876161813735962 - ] - ], - [ - 2.8333332538604736, - [ - -0.07207854837179184, - 0.0772995725274086, - -0.11687733232975006, - 0.9875065088272095 - ] - ], - [ - 2.866666555404663, - [ - -0.07238239049911499, - 0.08463775366544724, - -0.1131446436047554, - 0.9873173236846924 - ] - ], - [ - 2.9000000953674316, - [ - -0.07429061084985733, - 0.08771806955337524, - -0.10860683023929596, - 0.9874163269996643 - ] - ], - [ - 2.933333396911621, - [ - -0.07755032926797867, - 0.08612021058797836, - -0.10193325579166412, - 0.988017737865448 - ] - ], - [ - 2.9666666984558105, - [ - -0.08149681985378265, - 0.08132289350032806, - -0.09230240434408188, - 0.9890526533126831 - ] - ], - [ - 3.0, - [ - -0.08562126010656357, - 0.07471992820501328, - -0.08144727349281311, - 0.9901779294013977 - ] - ], - [ - 3.0333333015441895, - [ - -0.08947047591209412, - 0.06777776032686234, - -0.07111133635044098, - 0.9911329746246338 - ] - ], - [ - 3.066666603088379, - [ - -0.09266810119152069, - 0.06203877180814743, - -0.06304045766592026, - 0.9917609095573425 - ] - ], - [ - 3.0999999046325684, - [ - -0.09489626437425613, - 0.05909501388669014, - -0.05897879600524902, - 0.9919798374176025 - ] - ], - [ - 3.133333444595337, - [ - -0.09556894749403, - 0.05822977423667908, - -0.05989651754498482, - 0.9919114112854004 - ] - ], - [ - 3.1666667461395264, - [ - -0.09463628381490707, - 0.05764482915401459, - -0.06484418362379074, - 0.991723895072937 - ] - ], - [ - 3.200000047683716, - [ - -0.09259633719921112, - 0.05729425325989723, - -0.07268482446670532, - 0.9913930892944336 - ] - ], - [ - 3.2333333492279053, - [ - -0.08996276557445526, - 0.05717363581061363, - -0.0822417363524437, - 0.9908956289291382 - ] - ], - [ - 3.2666666507720947, - [ - -0.08730688691139221, - 0.057313788682222366, - -0.09224317222833633, - 0.9902443289756775 - ] - ], - [ - 3.299999952316284, - [ - -0.0851951390504837, - 0.05775490030646324, - -0.10140516608953476, - 0.9895065426826477 - ] - ], - [ - 3.3333332538604736, - [ - -0.08417974412441254, - 0.05858266353607178, - -0.10844465345144272, - 0.9887980818748474 - ] - ], - [ - 3.366666555404663, - [ - -0.08417466282844543, - 0.06012130156159401, - -0.11345605552196503, - 0.9881436228752136 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292576911_203952.json b/lenses/physics-objects/Scene/assets/1646688292576911_203952.json deleted file mode 100644 index 286e5fa6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292576911_203952.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292576911:203952", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292578060_203965.json b/lenses/physics-objects/Scene/assets/1646688292578060_203965.json deleted file mode 100644 index efd10a6b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292578060_203965.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292578060:203965", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 11.258268356323242, - 8.77664060681127e-05, - 6.775110523449257e-05 - ] - ], - [ - 3.366666555404663, - [ - 11.258268356323242, - 8.71710290084593e-05, - 6.79030708852224e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292578222_203972.json b/lenses/physics-objects/Scene/assets/1646688292578222_203972.json deleted file mode 100644 index fe6dabce..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292578222_203972.json +++ /dev/null @@ -1,919 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292578222:203972", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.11416274309158325, - 0.05336713790893555, - -0.09994456171989441, - 0.9869801998138428 - ] - ], - [ - 0.06666667014360428, - [ - -0.11390893906354904, - 0.05339282378554344, - -0.10020792484283447, - 0.9869814515113831 - ] - ], - [ - 0.10000000149011612, - [ - -0.11319334805011749, - 0.05345914512872696, - -0.10091782361268997, - 0.986987829208374 - ] - ], - [ - 0.13333334028720856, - [ - -0.11208461970090866, - 0.05354965850710869, - -0.10195375233888626, - 0.9870030879974365 - ] - ], - [ - 0.1666666716337204, - [ - -0.11065127700567245, - 0.053647980093955994, - -0.10319502651691437, - 0.9870303869247437 - ] - ], - [ - 0.20000000298023224, - [ - -0.10896191000938416, - 0.053738392889499664, - -0.1045210063457489, - 0.9870738983154297 - ] - ], - [ - 0.23333333432674408, - [ - -0.10708511620759964, - 0.053806133568286896, - -0.10581106692552567, - 0.9871381521224976 - ] - ], - [ - 0.2666666805744171, - [ - -0.10508958250284195, - 0.0538376085460186, - -0.1069447249174118, - 0.9872288107872009 - ] - ], - [ - 0.30000001192092896, - [ - -0.1030440405011177, - 0.053820326924324036, - -0.10780166834592819, - 0.9873520731925964 - ] - ], - [ - 0.3333333432674408, - [ - -0.10101742297410965, - 0.05374275892972946, - -0.10826192051172256, - 0.9875153303146362 - ] - ], - [ - 0.36666667461395264, - [ - -0.09907880425453186, - 0.05359385162591934, - -0.10820568352937698, - 0.9877259731292725 - ] - ], - [ - 0.4000000059604645, - [ - -0.09729741513729095, - 0.05336249992251396, - -0.10751348733901978, - 0.9879912734031677 - ] - ], - [ - 0.4333333373069763, - [ - -0.0946892648935318, - 0.053225141018629074, - -0.10327047109603882, - 0.9887043237686157 - ] - ], - [ - 0.46666666865348816, - [ - -0.09069386124610901, - 0.053324319422245026, - -0.0937218964099884, - 0.9900239109992981 - ] - ], - [ - 0.5, - [ - -0.08602570742368698, - 0.0535818412899971, - -0.0804935023188591, - 0.9915893077850342 - ] - ], - [ - 0.5333333611488342, - [ - -0.08105741441249847, - 0.053893234580755234, - -0.06582747399806976, - 0.993071973323822 - ] - ], - [ - 0.5666666626930237, - [ - -0.07608377933502197, - 0.054182372987270355, - -0.051992956548929214, - 0.9942697286605835 - ] - ], - [ - 0.6000000238418579, - [ - -0.07166892290115356, - 0.054386790841817856, - -0.04068795591592789, - 0.9951131343841553 - ] - ], - [ - 0.6333333253860474, - [ - -0.06835019588470459, - 0.054429784417152405, - -0.03362754359841347, - 0.9956077933311462 - ] - ], - [ - 0.6666666865348816, - [ - -0.0666637048125267, - 0.05422012507915497, - -0.032532576471567154, - 0.9957700371742249 - ] - ], - [ - 0.699999988079071, - [ - -0.06883344054222107, - 0.05434674024581909, - -0.04062750190496445, - 0.9953179359436035 - ] - ], - [ - 0.7333333492279053, - [ - -0.07571743428707123, - 0.055325109511613846, - -0.057905491441488266, - 0.9939079284667969 - ] - ], - [ - 0.7666666507720947, - [ - -0.08581779897212982, - 0.05698126181960106, - -0.08120859414339066, - 0.9913594722747803 - ] - ], - [ - 0.800000011920929, - [ - -0.09759730845689774, - 0.05911020562052727, - -0.10739714652299881, - 0.9876469969749451 - ] - ], - [ - 0.8333333134651184, - [ - -0.10946796089410782, - 0.061407797038555145, - -0.13340917229652405, - 0.9830808043479919 - ] - ], - [ - 0.8666666746139526, - [ - -0.11980472505092621, - 0.06344526261091232, - -0.15630124509334564, - 0.9783616065979004 - ] - ], - [ - 0.8999999761581421, - [ - -0.12696543335914612, - 0.06468924880027771, - -0.1732499599456787, - 0.9745150208473206 - ] - ], - [ - 0.9333333373069763, - [ - -0.12929977476596832, - 0.0645696148276329, - -0.18149961531162262, - 0.9727128148078918 - ] - ], - [ - 0.9666666388511658, - [ - -0.12820786237716675, - 0.06324902176856995, - -0.18285609781742096, - 0.9726900458335876 - ] - ], - [ - 1.0, - [ - -0.1263308972120285, - 0.06137075275182724, - -0.18136146664619446, - 0.9733356833457947 - ] - ], - [ - 1.0333333015441895, - [ - -0.12387190759181976, - 0.05911864712834358, - -0.17759785056114197, - 0.9744844436645508 - ] - ], - [ - 1.0666667222976685, - [ - -0.12103907763957977, - 0.05667116865515709, - -0.1721453219652176, - 0.9759631752967834 - ] - ], - [ - 1.100000023841858, - [ - -0.11804715543985367, - 0.05420168116688728, - -0.16558495163917542, - 0.977603554725647 - ] - ], - [ - 1.1333333253860474, - [ - -0.11511772871017456, - 0.05187886208295822, - -0.15850037336349487, - 0.9792519211769104 - ] - ], - [ - 1.1666666269302368, - [ - -0.11247824132442474, - 0.04986761137843132, - -0.1514788568019867, - 0.9807732701301575 - ] - ], - [ - 1.2000000476837158, - [ - -0.11034785956144333, - 0.048265352845191956, - -0.14530038833618164, - 0.9820294380187988 - ] - ], - [ - 1.2333333492279053, - [ - -0.10892773419618607, - 0.04716051369905472, - -0.1408073753118515, - 0.9828957915306091 - ] - ], - [ - 1.2666666507720947, - [ - -0.10842127352952957, - 0.046703968197107315, - -0.13868321478366852, - 0.9832754135131836 - ] - ], - [ - 1.2999999523162842, - [ - -0.1086660772562027, - 0.046873047947883606, - -0.13852661848068237, - 0.9832624197006226 - ] - ], - [ - 1.3333333730697632, - [ - -0.10940858721733093, - 0.04754743352532387, - -0.13968375325202942, - 0.9829840660095215 - ] - ], - [ - 1.3666666746139526, - [ - -0.11071170121431351, - 0.04873434081673622, - -0.14245732128620148, - 0.9823817014694214 - ] - ], - [ - 1.399999976158142, - [ - -0.11263566464185715, - 0.050441842526197433, - -0.1471482217311859, - 0.9813848733901978 - ] - ], - [ - 1.4333332777023315, - [ - -0.11523796617984772, - 0.052678290754556656, - -0.15405403077602386, - 0.9799043536186218 - ] - ], - [ - 1.4666666984558105, - [ - -0.11857365071773529, - 0.05545170232653618, - -0.16346736252307892, - 0.9778260588645935 - ] - ], - [ - 1.5, - [ - -0.12391118705272675, - 0.05987468734383583, - -0.18062804639339447, - 0.9738760590553284 - ] - ], - [ - 1.5333333015441895, - [ - -0.13124649226665497, - 0.06602858006954193, - -0.20575401186943054, - 0.9675121903419495 - ] - ], - [ - 1.5666667222976685, - [ - -0.13877315819263458, - 0.07239606231451035, - -0.23166587948799133, - 0.960120677947998 - ] - ], - [ - 1.600000023841858, - [ - -0.1447800248861313, - 0.07751736044883728, - -0.2513467073440552, - 0.9538630247116089 - ] - ], - [ - 1.6333333253860474, - [ - -0.1476466953754425, - 0.07996931672096252, - -0.25793275237083435, - 0.951460063457489 - ] - ], - [ - 1.6666666269302368, - [ - -0.14600884914398193, - 0.07852983474731445, - -0.24662083387374878, - 0.9548259973526001 - ] - ], - [ - 1.7000000476837158, - [ - -0.14053229987621307, - 0.0737401694059372, - -0.22087301313877106, - 0.9623035788536072 - ] - ], - [ - 1.7333333492279053, - [ - -0.1326517015695572, - 0.06682328134775162, - -0.18625682592391968, - 0.971208930015564 - ] - ], - [ - 1.7666666507720947, - [ - -0.12385067343711853, - 0.05908557027578354, - -0.14849810302257538, - 0.9793457984924316 - ] - ], - [ - 1.7999999523162842, - [ - -0.1157015711069107, - 0.05193833261728287, - -0.11351606249809265, - 0.9854084849357605 - ] - ], - [ - 1.8333333730697632, - [ - -0.10984619706869125, - 0.04688089340925217, - -0.08734489977359772, - 0.9889928698539734 - ] - ], - [ - 1.8666666746139526, - [ - -0.1079384982585907, - 0.04546291381120682, - -0.07603371143341064, - 0.9902026653289795 - ] - ], - [ - 1.899999976158142, - [ - -0.1068630963563919, - 0.04669736698269844, - -0.07729946821928024, - 0.9901638627052307 - ] - ], - [ - 1.9333332777023315, - [ - -0.10365764796733856, - 0.04847067594528198, - -0.08372902870178223, - 0.9898965358734131 - ] - ], - [ - 1.9666666984558105, - [ - -0.10017619282007217, - 0.050631873309612274, - -0.09365113824605942, - 0.9892576336860657 - ] - ], - [ - 2.0, - [ - -0.09828288108110428, - 0.05308575928211212, - -0.1054026335477829, - 0.9881360530853271 - ] - ], - [ - 2.0333333015441895, - [ - -0.09984074532985687, - 0.05585743859410286, - -0.11731812357902527, - 0.9864828586578369 - ] - ], - [ - 2.066666603088379, - [ - -0.11032536625862122, - 0.06144226714968681, - -0.1311192363500595, - 0.9832908511161804 - ] - ], - [ - 2.0999999046325684, - [ - -0.12945839762687683, - 0.07088254392147064, - -0.14737729728221893, - 0.9780061841011047 - ] - ], - [ - 2.133333444595337, - [ - -0.15060783922672272, - 0.08177497237920761, - -0.16277851164340973, - 0.9716652035713196 - ] - ], - [ - 2.1666667461395264, - [ - -0.16752129793167114, - 0.0910179540514946, - -0.17424295842647552, - 0.9660703539848328 - ] - ], - [ - 2.200000047683716, - [ - -0.1741328090429306, - 0.09498609602451324, - -0.17897768318653107, - 0.9636505842208862 - ] - ], - [ - 2.2333333492279053, - [ - -0.17112906277179718, - 0.0935744121670723, - -0.17516425251960754, - 0.9650266170501709 - ] - ], - [ - 2.2666666507720947, - [ - -0.16388362646102905, - 0.08966764807701111, - -0.16418243944644928, - 0.9685794711112976 - ] - ], - [ - 2.299999952316284, - [ - -0.1533672958612442, - 0.08409789949655533, - -0.14804963767528534, - 0.9733896255493164 - ] - ], - [ - 2.3333332538604736, - [ - -0.1405702382326126, - 0.07768892496824265, - -0.12880420684814453, - 0.9785774946212769 - ] - ], - [ - 2.366666555404663, - [ - -0.12653417885303497, - 0.07120031863451004, - -0.10854430496692657, - 0.9834316372871399 - ] - ], - [ - 2.4000000953674316, - [ - -0.1123594120144844, - 0.06528881192207336, - -0.08944067358970642, - 0.9874781370162964 - ] - ], - [ - 2.433333396911621, - [ - -0.09919322282075882, - 0.06048978120088577, - -0.0737302228808403, - 0.9904876351356506 - ] - ], - [ - 2.4666666984558105, - [ - -0.08820831030607224, - 0.05722108483314514, - -0.06369473040103912, - 0.9924153685569763 - ] - ], - [ - 2.5, - [ - -0.08058501780033112, - 0.0558127760887146, - -0.06163672357797623, - 0.9932734370231628 - ] - ], - [ - 2.5333333015441895, - [ - -0.07616724818944931, - 0.05580822378396988, - -0.06779550015926361, - 0.9932209253311157 - ] - ], - [ - 2.566666603088379, - [ - -0.07384558767080307, - 0.05636369064450264, - -0.07956904172897339, - 0.9924911856651306 - ] - ], - [ - 2.5999999046325684, - [ - -0.07321640849113464, - 0.057195693254470825, - -0.09446565061807632, - 0.9911832809448242 - ] - ], - [ - 2.633333444595337, - [ - -0.07372812181711197, - 0.058061111718416214, - -0.10964922606945038, - 0.9895302653312683 - ] - ], - [ - 2.6666667461395264, - [ - -0.07479425519704819, - 0.05878329649567604, - -0.12247249484062195, - 0.9879023432731628 - ] - ], - [ - 2.700000047683716, - [ - -0.075912244617939, - 0.05924805998802185, - -0.13088326156139374, - 0.9867100715637207 - ] - ], - [ - 2.7333333492279053, - [ - -0.07666318118572235, - 0.05942011997103691, - -0.13352100551128387, - 0.9862880706787109 - ] - ], - [ - 2.7666666507720947, - [ - -0.07722886651754379, - 0.06007330119609833, - -0.1327449530363083, - 0.9863091111183167 - ] - ], - [ - 2.799999952316284, - [ - -0.07797164469957352, - 0.06245039775967598, - -0.13144199550151825, - 0.9862776398658752 - ] - ], - [ - 2.8333332538604736, - [ - -0.07877741754055023, - 0.06759662181138992, - -0.12944146990776062, - 0.9861388206481934 - ] - ], - [ - 2.866666555404663, - [ - -0.07987204194068909, - 0.07470354437828064, - -0.1261528879404068, - 0.9859642386436462 - ] - ], - [ - 2.9000000953674316, - [ - -0.08195068687200546, - 0.07737953215837479, - -0.12174032628536224, - 0.9861419796943665 - ] - ], - [ - 2.933333396911621, - [ - -0.08479510992765427, - 0.07513704150915146, - -0.11502457410097122, - 0.9868807196617126 - ] - ], - [ - 2.9666666984558105, - [ - -0.08807262778282166, - 0.0694880485534668, - -0.10520640760660172, - 0.9881023168563843 - ] - ], - [ - 3.0, - [ - -0.09144646674394608, - 0.061995167285203934, - -0.09400050342082977, - 0.9894230961799622 - ] - ], - [ - 3.0333333015441895, - [ - -0.09465351700782776, - 0.05428648367524147, - -0.08313457667827606, - 0.9905465841293335 - ] - ], - [ - 3.066666603088379, - [ - -0.09752760082483292, - 0.048059944063425064, - -0.0743434950709343, - 0.991287887096405 - ] - ], - [ - 3.0999999046325684, - [ - -0.09997501224279404, - 0.045063216239213943, - -0.069365955889225, - 0.9915456175804138 - ] - ], - [ - 3.133333444595337, - [ - -0.10133841633796692, - 0.04448957368731499, - -0.06915353238582611, - 0.991447925567627 - ] - ], - [ - 3.1666667461395264, - [ - -0.10134150087833405, - 0.04431815445423126, - -0.07273557782173157, - 0.9911989569664001 - ] - ], - [ - 3.200000047683716, - [ - -0.10047585517168045, - 0.04446611925959587, - -0.07897129654884338, - 0.9908031821250916 - ] - ], - [ - 3.2333333492279053, - [ - -0.09922818839550018, - 0.04484856128692627, - -0.08671751618385315, - 0.9902639389038086 - ] - ], - [ - 3.2666666507720947, - [ - -0.09807780385017395, - 0.04540419578552246, - -0.09482777118682861, - 0.9896094799041748 - ] - ], - [ - 3.299999952316284, - [ - -0.09749612957239151, - 0.04610605910420418, - -0.10215337574481964, - 0.9889051914215088 - ] - ], - [ - 3.3333332538604736, - [ - -0.09794846922159195, - 0.04695718735456467, - -0.10754517465829849, - 0.9882485270500183 - ] - ], - [ - 3.366666555404663, - [ - -0.09951286762952805, - 0.04836880415678024, - -0.11103610694408417, - 0.9876378774642944 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292578376_203979.json b/lenses/physics-objects/Scene/assets/1646688292578376_203979.json deleted file mode 100644 index acaf5ea9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292578376_203979.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292578376:203979", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292579345_203992.json b/lenses/physics-objects/Scene/assets/1646688292579345_203992.json deleted file mode 100644 index bea50da1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292579345_203992.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292579345:203992", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.093833923339844, - 0.0005135946557857096, - 1.1158887900819536e-05 - ] - ], - [ - 3.366666555404663, - [ - 9.093833923339844, - 0.0005135946557857096, - 1.1158887900819536e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292579553_203999.json b/lenses/physics-objects/Scene/assets/1646688292579553_203999.json deleted file mode 100644 index 915fd4c4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292579553_203999.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292579553:203999", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.9487540587069816e-07, - -6.15689614846815e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.9487540587069816e-07, - -6.15689614846815e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292579709_204006.json b/lenses/physics-objects/Scene/assets/1646688292579709_204006.json deleted file mode 100644 index 927a8bf3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292579709_204006.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292579709:204006", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292580562_204019.json b/lenses/physics-objects/Scene/assets/1646688292580562_204019.json deleted file mode 100644 index 6c42d196..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292580562_204019.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292580562:204019", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 33.82792663574219, - 8.881784197001252e-15, - 3.608617067337036 - ] - ], - [ - 6.633333206176758, - [ - 33.82792663574219, - -7.993605777301127e-15, - 3.608617067337036 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292580726_204026.json b/lenses/physics-objects/Scene/assets/1646688292580726_204026.json deleted file mode 100644 index 805e996d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292580726_204026.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292580726:204026", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 0.03333333507180214, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 0.06666667014360428, - [ - 0.7070257067680359, - 0.010707038454711437, - -0.010707038454711437, - 0.7070257067680359 - ] - ], - [ - 0.10000000149011612, - [ - 0.7069785594940186, - 0.013465087860822678, - -0.013465087860822678, - 0.7069785594940186 - ] - ], - [ - 0.13333334028720856, - [ - 0.7068895101547241, - 0.01752919889986515, - -0.01752919889986515, - 0.7068895101547241 - ] - ], - [ - 0.1666666716337204, - [ - 0.7067499160766602, - 0.022463396191596985, - -0.022463396191596985, - 0.7067499160766602 - ] - ], - [ - 0.20000000298023224, - [ - 0.706558883190155, - 0.02783171460032463, - -0.02783171460032463, - 0.706558883190155 - ] - ], - [ - 0.23333333432674408, - [ - 0.7063270211219788, - 0.03319842368364334, - -0.03319842368364334, - 0.7063270211219788 - ] - ], - [ - 0.2666666805744171, - [ - 0.7060781121253967, - 0.0381283164024353, - -0.0381283164024353, - 0.7060781121253967 - ] - ], - [ - 0.30000001192092896, - [ - 0.7058472037315369, - 0.042186837643384933, - -0.042186837643384933, - 0.7058472037315369 - ] - ], - [ - 0.3333333432674408, - [ - 0.7056772708892822, - 0.044940050691366196, - -0.044940050691366196, - 0.7056772708892822 - ] - ], - [ - 0.36666667461395264, - [ - 0.7056119441986084, - 0.04595422372221947, - -0.04595422372221947, - 0.7056119441986084 - ] - ], - [ - 0.4000000059604645, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.4333333373069763, - [ - 0.7058948278427124, - 0.041382476687431335, - -0.041382476687431335, - 0.7058948278427124 - ] - ], - [ - 0.46666666865348816, - [ - 0.7061610221862793, - 0.03656039386987686, - -0.03656039386987686, - 0.7061610221862793 - ] - ], - [ - 0.5, - [ - 0.706433892250061, - 0.030841292813420296, - -0.030841292813420296, - 0.706433892250061 - ] - ], - [ - 0.5333333611488342, - [ - 0.7066709995269775, - 0.02482161670923233, - -0.02482161670923233, - 0.7066709995269775 - ] - ], - [ - 0.5666666626930237, - [ - 0.7068488597869873, - 0.019098790362477303, - -0.019098790362477303, - 0.7068488597869873 - ] - ], - [ - 0.6000000238418579, - [ - 0.7069627642631531, - 0.014270697720348835, - -0.014270697720348835, - 0.7069627642631531 - ] - ], - [ - 0.6333333253860474, - [ - 0.7070222496986389, - 0.010935441590845585, - -0.010935441590845585, - 0.7070222496986389 - ] - ], - [ - 0.6666666865348816, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 3.3333332538604736, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 3.366666555404663, - [ - 0.7070257067680359, - 0.010707031935453415, - -0.010707031935453415, - 0.7070257067680359 - ] - ], - [ - 3.4000000953674316, - [ - 0.7069785594940186, - 0.013465097174048424, - -0.013465097174048424, - 0.7069785594940186 - ] - ], - [ - 3.433333396911621, - [ - 0.7068895101547241, - 0.017529208213090897, - -0.017529208213090897, - 0.7068895101547241 - ] - ], - [ - 3.4666666984558105, - [ - 0.7067499160766602, - 0.022463401779532433, - -0.022463401779532433, - 0.7067499160766602 - ] - ], - [ - 3.5, - [ - 0.706558883190155, - 0.02783171460032463, - -0.02783171460032463, - 0.706558883190155 - ] - ], - [ - 3.5333333015441895, - [ - 0.7063270211219788, - 0.033198416233062744, - -0.033198416233062744, - 0.7063270211219788 - ] - ], - [ - 3.566666603088379, - [ - 0.7060781121253967, - 0.038128308951854706, - -0.038128308951854706, - 0.7060781121253967 - ] - ], - [ - 3.5999999046325684, - [ - 0.7058472037315369, - 0.04218682646751404, - -0.04218682646751404, - 0.7058472037315369 - ] - ], - [ - 3.633333444595337, - [ - 0.7056772708892822, - 0.04494005814194679, - -0.04494005814194679, - 0.7056772708892822 - ] - ], - [ - 3.6666667461395264, - [ - 0.7056119441986084, - 0.04595422372221947, - -0.04595422372221947, - 0.7056119441986084 - ] - ], - [ - 3.700000047683716, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 3.7333333492279053, - [ - 0.7058948278427124, - 0.041382476687431335, - -0.041382476687431335, - 0.7058948278427124 - ] - ], - [ - 3.7666666507720947, - [ - 0.7061610221862793, - 0.03656039386987686, - -0.03656039386987686, - 0.7061610221862793 - ] - ], - [ - 3.799999952316284, - [ - 0.706433892250061, - 0.030841302126646042, - -0.030841302126646042, - 0.706433892250061 - ] - ], - [ - 3.8333332538604736, - [ - 0.7066709995269775, - 0.02482163906097412, - -0.02482163906097412, - 0.7066709995269775 - ] - ], - [ - 3.866666555404663, - [ - 0.7068488597869873, - 0.019098807126283646, - -0.019098807126283646, - 0.7068488597869873 - ] - ], - [ - 3.9000000953674316, - [ - 0.7069627642631531, - 0.014270689338445663, - -0.014270689338445663, - 0.7069627642631531 - ] - ], - [ - 3.933333396911621, - [ - 0.7070222496986389, - 0.010935436934232712, - -0.010935436934232712, - 0.7070222496986389 - ] - ], - [ - 3.9666666984558105, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 6.633333206176758, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292580878_204033.json b/lenses/physics-objects/Scene/assets/1646688292580878_204033.json deleted file mode 100644 index 245e231e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292580878_204033.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292580878:204033", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292581735_204046.json b/lenses/physics-objects/Scene/assets/1646688292581735_204046.json deleted file mode 100644 index abe9b462..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292581735_204046.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292581735:204046", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 33.82792663574219, - 0.0, - 3.608617067337036 - ] - ], - [ - 3.366666555404663, - [ - 33.82792663574219, - 0.0, - 3.608617067337036 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292581982_204053.json b/lenses/physics-objects/Scene/assets/1646688292581982_204053.json deleted file mode 100644 index f1d6ebab..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292581982_204053.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292581982:204053", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.03333333507180214, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.06666667014360428, - [ - 0.7058947682380676, - 0.041383467614650726, - -0.041383467614650726, - 0.7058947682380676 - ] - ], - [ - 0.10000000149011612, - [ - 0.7061607837677002, - 0.036564335227012634, - -0.036564335227012634, - 0.7061607837677002 - ] - ], - [ - 0.13333334028720856, - [ - 0.7064334750175476, - 0.030850106850266457, - -0.030850106850266457, - 0.7064334750175476 - ] - ], - [ - 0.1666666716337204, - [ - 0.7066704630851746, - 0.024837201461195946, - -0.024837201461195946, - 0.7066704630851746 - ] - ], - [ - 0.20000000298023224, - [ - 0.7068482041358948, - 0.01912296563386917, - -0.01912296563386917, - 0.7068482041358948 - ] - ], - [ - 0.23333333432674408, - [ - 0.7069620490074158, - 0.014305279590189457, - -0.014305279590189457, - 0.7069620490074158 - ] - ], - [ - 0.2666666805744171, - [ - 0.7070215344429016, - 0.010982182808220387, - -0.010982182808220387, - 0.7070215344429016 - ] - ], - [ - 0.30000001192092896, - [ - 0.7070395350456238, - 0.009751496836543083, - -0.009751496836543083, - 0.7070395350456238 - ] - ], - [ - 0.5333333611488342, - [ - 0.7070375680923462, - 0.009893501177430153, - -0.009893501177430153, - 0.7070375680923462 - ] - ], - [ - 0.7333333492279053, - [ - 0.7070350646972656, - 0.010070374235510826, - -0.010070374235510826, - 0.7070350646972656 - ] - ], - [ - 1.0, - [ - 0.7070307731628418, - 0.010369711555540562, - -0.010369711555540562, - 0.7070307731628418 - ] - ], - [ - 1.2333333492279053, - [ - 0.7070261836051941, - 0.010676456615328789, - -0.010676456615328789, - 0.7070261836051941 - ] - ], - [ - 1.4333332777023315, - [ - 0.7070218324661255, - 0.010961753316223621, - -0.010961753316223621, - 0.7070218324661255 - ] - ], - [ - 1.6666666269302368, - [ - 0.7070163488388062, - 0.011308560147881508, - -0.011308560147881508, - 0.7070163488388062 - ] - ], - [ - 1.7999999523162842, - [ - 0.7070131301879883, - 0.01150849461555481, - -0.01150849461555481, - 0.7070131301879883 - ] - ], - [ - 1.8333333730697632, - [ - 0.7070122957229614, - 0.01155827846378088, - -0.01155827846378088, - 0.7070122957229614 - ] - ], - [ - 1.899999976158142, - [ - 0.7070106863975525, - 0.011657324619591236, - -0.011657324619591236, - 0.7070106863975525 - ] - ], - [ - 2.066666603088379, - [ - 0.7070066332817078, - 0.01190003752708435, - -0.01190003752708435, - 0.7070066332817078 - ] - ], - [ - 2.1666667461395264, - [ - 0.7070042490959167, - 0.012040700763463974, - -0.012040700763463974, - 0.7070042490959167 - ] - ], - [ - 2.2333333492279053, - [ - 0.7070026993751526, - 0.012131741270422935, - -0.012131741270422935, - 0.7070026993751526 - ] - ], - [ - 2.4666666984558105, - [ - 0.7069975733757019, - 0.012428108602762222, - -0.012428108602762222, - 0.7069975733757019 - ] - ], - [ - 2.566666603088379, - [ - 0.7069955468177795, - 0.012542115524411201, - -0.012542115524411201, - 0.7069955468177795 - ] - ], - [ - 2.5999999046325684, - [ - 0.706994891166687, - 0.012578089721500874, - -0.012578089721500874, - 0.706994891166687 - ] - ], - [ - 2.700000047683716, - [ - 0.7069931030273438, - 0.012679368257522583, - -0.012679368257522583, - 0.7069931030273438 - ] - ], - [ - 2.9666666984558105, - [ - 0.7069892287254333, - 0.012893677689135075, - -0.012893677689135075, - 0.7069892287254333 - ] - ], - [ - 3.0, - [ - 0.7069695591926575, - 0.013930132612586021, - -0.013930132612586021, - 0.7069695591926575 - ] - ], - [ - 3.0333333015441895, - [ - 0.7069094181060791, - 0.016706738620996475, - -0.016706738620996475, - 0.7069094181060791 - ] - ], - [ - 3.066666603088379, - [ - 0.706801176071167, - 0.020787589251995087, - -0.020787589251995087, - 0.706801176071167 - ] - ], - [ - 3.0999999046325684, - [ - 0.7066382765769958, - 0.025736641138792038, - -0.025736641138792038, - 0.7066382765769958 - ] - ], - [ - 3.133333444595337, - [ - 0.7064217329025269, - 0.031117916107177734, - -0.031117916107177734, - 0.7064217329025269 - ] - ], - [ - 3.1666667461395264, - [ - 0.7061643600463867, - 0.0364956259727478, - -0.0364956259727478, - 0.7061643600463867 - ] - ], - [ - 3.200000047683716, - [ - 0.7058917880058289, - 0.04143468663096428, - -0.04143468663096428, - 0.7058917880058289 - ] - ], - [ - 3.2333333492279053, - [ - 0.7056413292884827, - 0.045500658452510834, - -0.045500658452510834, - 0.7056413292884827 - ] - ], - [ - 3.2666666507720947, - [ - 0.7054579854011536, - 0.048259787261486053, - -0.048259787261486053, - 0.7054579854011536 - ] - ], - [ - 3.299999952316284, - [ - 0.7053875923156738, - 0.04927850142121315, - -0.04927850142121315, - 0.7053875923156738 - ] - ], - [ - 3.3333332538604736, - [ - 0.70550137758255, - 0.047621581703424454, - -0.047621581703424454, - 0.70550137758255 - ] - ], - [ - 3.366666555404663, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292582134_204060.json b/lenses/physics-objects/Scene/assets/1646688292582134_204060.json deleted file mode 100644 index 485193d0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292582134_204060.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292582134:204060", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292582933_204073.json b/lenses/physics-objects/Scene/assets/1646688292582933_204073.json deleted file mode 100644 index 0d46bdea..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292582933_204073.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292582933:204073", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.609814643859863, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 8.609814643859863, - -1.0658141036401503e-14, - 7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292583088_204080.json b/lenses/physics-objects/Scene/assets/1646688292583088_204080.json deleted file mode 100644 index fe57ff29..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292583088_204080.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292583088:204080", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0842026894733873e-18, - 6.938893903907228e-17, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.0, - [ - -1.0842026894733873e-18, - 6.938893903907228e-17, - -0.18177372217178345, - 0.9833403825759888 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292583270_204087.json b/lenses/physics-objects/Scene/assets/1646688292583270_204087.json deleted file mode 100644 index d964a9bc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292583270_204087.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292583270:204087", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292584075_204100.json b/lenses/physics-objects/Scene/assets/1646688292584075_204100.json deleted file mode 100644 index 98ca7126..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292584075_204100.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292584075:204100", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.609814643859863, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 8.609814643859863, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292584237_204107.json b/lenses/physics-objects/Scene/assets/1646688292584237_204107.json deleted file mode 100644 index 8903a0a0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292584237_204107.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292584237:204107", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.17411060631275177, - 0.9847261309623718 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.1543002426624298, - 0.988024115562439 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.1271134465932846, - 0.9918882846832275 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.09738359600305557, - 0.995246946811676 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.07001993805170059, - 0.997545599937439 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.04997310787439346, - 0.9987505674362183 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.056796927005052567, - 0.9983858466148376 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.09156381338834763, - 0.9957993030548096 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.1329103410243988, - 0.9911280870437622 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.1673777848482132, - 0.9858928322792053 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.17411060631275177, - 0.9847261309623718 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.1543002426624298, - 0.988024115562439 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.1271134316921234, - 0.9918882846832275 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.09738359600305557, - 0.995246946811676 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.0700199231505394, - 0.997545599937439 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.04997310787439346, - 0.9987505674362183 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.05679652839899063, - 0.9983857870101929 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.09156324714422226, - 0.9957993626594543 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.13290974497795105, - 0.991128146648407 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.1673777997493744, - 0.9858928322792053 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.17411065101623535, - 0.9847261905670166 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.15430034697055817, - 0.9880239963531494 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.12711361050605774, - 0.991888165473938 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.09738385677337646, - 0.9952468872070313 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.07002018392086029, - 0.997545599937439 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.05679631978273392, - 0.9983857870101929 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.09156366437673569, - 0.9957992434501648 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.1329098343849182, - 0.991128146648407 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.16737805306911469, - 0.9858927726745605 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.17411044239997864, - 0.9847261309623718 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.15430036187171936, - 0.9880239963531494 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.12711316347122192, - 0.9918882250785828 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.09738381952047348, - 0.9952468872070313 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.07001984864473343, - 0.997545599937439 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.05679614841938019, - 0.9983857870101929 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.09156318753957748, - 0.9957993626594543 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.13291041553020477, - 0.991128146648407 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.16737741231918335, - 0.9858928918838501 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.1741108000278473, - 0.984726071357727 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.15430009365081787, - 0.9880240559577942 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.12711365520954132, - 0.991888165473938 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.09738336503505707, - 0.995246946811676 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.07002007216215134, - 0.997545599937439 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.049972906708717346, - 0.9987505674362183 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.05679690092802048, - 0.9983858466148376 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.0915631577372551, - 0.9957993626594543 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.1329103708267212, - 0.9911280870437622 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.16737739741802216, - 0.9858928918838501 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.17411045730113983, - 0.9847261309623718 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.15430039167404175, - 0.9880239963531494 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.12711310386657715, - 0.9918882250785828 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.0973837673664093, - 0.9952470064163208 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.07001981139183044, - 0.997545599937439 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.04997329041361809, - 0.9987505674362183 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.05679627135396004, - 0.9983857870101929 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.09156358987092972, - 0.9957992434501648 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.13290975987911224, - 0.991128146648407 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.16737808287143707, - 0.9858927726745605 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.17411041259765625, - 0.9847261309623718 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.15430033206939697, - 0.9880239963531494 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.1271132230758667, - 0.9918882250785828 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.0973830595612526, - 0.9952470660209656 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.07001989334821701, - 0.997545599937439 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.04997282102704048, - 0.9987506866455078 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.05679694563150406, - 0.9983857274055481 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.09156324714422226, - 0.9957993626594543 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.1329103261232376, - 0.9911280870437622 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.16737736761569977, - 0.9858928918838501 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.17411088943481445, - 0.984726071357727 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.154300257563591, - 0.9880239963531494 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.12711398303508759, - 0.9918881058692932 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.09738380461931229, - 0.9952468872070313 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.07002053409814835, - 0.9975455403327942 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.04822830483317375, - 0.99883633852005 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.06412870436906815, - 0.9979417324066162 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.08657915890216827, - 0.9962449669837952 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.11226111650466919, - 0.9936787486076355 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.13786758482456207, - 0.9904506802558899 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.16013139486312866, - 0.9870957136154175 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.17583021521568298, - 0.9844205379486084 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.1802894026041031, - 0.9836136102676392 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292584489_204114.json b/lenses/physics-objects/Scene/assets/1646688292584489_204114.json deleted file mode 100644 index 3f1d6830..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292584489_204114.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292584489:204114", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292585388_204127.json b/lenses/physics-objects/Scene/assets/1646688292585388_204127.json deleted file mode 100644 index 9a022da3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292585388_204127.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292585388:204127", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.643889427185059, - -1.4210854715202004e-14, - -2.6645352591003757e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.643889427185059, - 6.402349254233616e-25, - 5.3290705182007514e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292585602_204134.json b/lenses/physics-objects/Scene/assets/1646688292585602_204134.json deleted file mode 100644 index 56e5e57a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292585602_204134.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292585602:204134", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.3877787807814457e-17, - 8.326672684688674e-17, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.0, - [ - -1.3877787807814457e-17, - 8.326672684688674e-17, - -0.11685406416654587, - 0.9931491017341614 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292585757_204141.json b/lenses/physics-objects/Scene/assets/1646688292585757_204141.json deleted file mode 100644 index aa69a3cb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292585757_204141.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292585757:204141", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292586595_204154.json b/lenses/physics-objects/Scene/assets/1646688292586595_204154.json deleted file mode 100644 index 2bfef0f5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292586595_204154.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292586595:204154", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.643889427185059, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.643889427185059, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292586771_204161.json b/lenses/physics-objects/Scene/assets/1646688292586771_204161.json deleted file mode 100644 index bce26fa4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292586771_204161.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292586771:204161", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.11085249483585358, - 0.9938368797302246 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.1091165617108345, - 0.9940289855003357 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.08913253992795944, - 0.9960197806358337 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.0617508590221405, - 0.9980916976928711 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.031864747405052185, - 0.9994922876358032 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.004409227054566145, - 0.9999902844429016 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - 0.0, - 0.01567373052239418, - 0.9998771548271179 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - 0.0, - 0.008840969763696194, - 0.9999610185623169 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.026020677760243416, - 0.9996615052223206 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.06758473813533783, - 0.997713565826416 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.1023215800523758, - 0.9947513937950134 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.10911651700735092, - 0.9940289855003357 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.08913244307041168, - 0.9960197806358337 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.061750661581754684, - 0.9980916976928711 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.03186452388763428, - 0.9994922876358032 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.004408973269164562, - 0.9999902844429016 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.01567370444536209, - 0.9998771548271179 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - 0.0, - 0.008841052651405334, - 0.9999610185623169 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.02602103166282177, - 0.999661386013031 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.06758493930101395, - 0.9977135062217712 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.10232165455818176, - 0.9947513937950134 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.1091165617108345, - 0.9940289855003357 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.08913256227970123, - 0.9960197806358337 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.0617508627474308, - 0.9980916976928711 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.031864773482084274, - 0.9994922876358032 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.0044088358990848064, - 0.9999902844429016 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - 0.0, - 0.015673549845814705, - 0.9998772740364075 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.0, - 0.008841310627758503, - 0.9999610185623169 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.026020944118499756, - 0.999661386013031 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.06758451461791992, - 0.997713565826416 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.10232187807559967, - 0.9947513341903687 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.1091163381934166, - 0.9940289855003357 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.08913253992795944, - 0.9960197806358337 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.06175045296549797, - 0.9980916380882263 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.031864799559116364, - 0.9994922876358032 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.004408861044794321, - 0.9999902844429016 - ] - ], - [ - 1.5, - [ - 0.0, - 0.0, - 0.015673523768782616, - 0.9998772740364075 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 0.0, - 0.008840636350214481, - 0.9999610185623169 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.026020456105470657, - 0.9996615052223206 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.06758495420217514, - 0.9977135062217712 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.10232125967741013, - 0.994751513004303 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.10911671072244644, - 0.9940290451049805 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.08913235366344452, - 0.9960197806358337 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.06175095587968826, - 0.9980915784835815 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.0318642295897007, - 0.9994922280311584 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.004409085493534803, - 0.9999902844429016 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - 0.0, - 0.01567387953400612, - 0.9998771548271179 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - 0.0, - 0.008840636350214481, - 0.9999610185623169 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.026020431891083717, - 0.9996615052223206 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.06758492439985275, - 0.9977135062217712 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.10232198983430862, - 0.9947513341903687 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.10911630094051361, - 0.9940289855003357 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.08913248777389526, - 0.9960197806358337 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.061750393360853195, - 0.9980916380882263 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.03186473622918129, - 0.9994922876358032 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.004408898297697306, - 0.9999902844429016 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 0.0, - 0.015673499554395676, - 0.9998772740364075 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 0.0, - 0.008841360919177532, - 0.9999610185623169 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.02602100558578968, - 0.999661386013031 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.0675845742225647, - 0.997713565826416 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.10232191532850266, - 0.9947513341903687 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.10911636054515839, - 0.9940289855003357 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.08913188427686691, - 0.9960198402404785 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.061750516295433044, - 0.9980916380882263 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.03186381608247757, - 0.9994922280311584 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.004408823326230049, - 0.9999902844429016 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - 0.0, - 0.01567397080361843, - 0.9998771548271179 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - 0.0, - 0.008840661495923996, - 0.9999610185623169 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.026020381599664688, - 0.9996615052223206 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.06758486479520798, - 0.9977135062217712 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.10232121497392654, - 0.994751513004303 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.10911676287651062, - 0.9940290451049805 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.08913251757621765, - 0.9960197806358337 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.06175127625465393, - 0.9980915784835815 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.031864773482084274, - 0.9994922876358032 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.004408936016261578, - 0.9999902844429016 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - 0.0, - 0.015673473477363586, - 0.9998772740364075 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 0.0, - 0.0174203272908926, - 0.9998483657836914 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - 0.0, - 0.0014955770457163453, - 0.9999988675117493 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.02101781778037548, - 0.9997791051864624 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.046812817454338074, - 0.9989036917686462 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.07257593423128128, - 0.9973629117012024 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.0843203142285347, - 0.9964386820793152 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292586932_204168.json b/lenses/physics-objects/Scene/assets/1646688292586932_204168.json deleted file mode 100644 index 586902eb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292586932_204168.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292586932:204168", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292587751_204181.json b/lenses/physics-objects/Scene/assets/1646688292587751_204181.json deleted file mode 100644 index 4ff1a4c0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292587751_204181.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292587751:204181", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.96987247467041, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.96987247467041, - -4.263256414560601e-14, - 6.217248937900877e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292587905_204188.json b/lenses/physics-objects/Scene/assets/1646688292587905_204188.json deleted file mode 100644 index fa6bc827..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292587905_204188.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292587905:204188", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.5265565265106922e-16, - 1.3877787807814457e-16, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.0, - [ - -1.5265565265106922e-16, - 1.3877787807814457e-16, - -0.15275777876377106, - 0.9882636666297913 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292588069_204195.json b/lenses/physics-objects/Scene/assets/1646688292588069_204195.json deleted file mode 100644 index 36ecac36..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292588069_204195.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292588069:204195", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292588879_204208.json b/lenses/physics-objects/Scene/assets/1646688292588879_204208.json deleted file mode 100644 index 852d5a39..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292588879_204208.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292588879:204208", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.96987247467041, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.96987247467041, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292589050_204215.json b/lenses/physics-objects/Scene/assets/1646688292589050_204215.json deleted file mode 100644 index c4523d51..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292589050_204215.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292589050:204215", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.10866139829158783, - 0.9940788149833679 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.13101433217525482, - 0.9913805723190308 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.14678508043289185, - 0.9891685247421265 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.14505723118782043, - 0.9894232749938965 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.12515844404697418, - 0.9921367764472961 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.09786979109048843, - 0.9951992034912109 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.06805361807346344, - 0.9976816773414612 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.040634263306856155, - 0.999174177646637 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.02056070603430271, - 0.9997887015342712 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.027392040938138962, - 0.9996247887611389 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.06221994757652283, - 0.9980624914169312 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.1036861464381218, - 0.994610071182251 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.13829290866851807, - 0.9903913736343384 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.14505721628665924, - 0.9894232749938965 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.12515845894813538, - 0.9921367764472961 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.09786979854106903, - 0.9951993227005005 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.06805407255887985, - 0.997681736946106 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.040634606033563614, - 0.999174177646637 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.020560937002301216, - 0.9997885823249817 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.027392014861106873, - 0.9996247887611389 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.06221993267536163, - 0.9980624914169312 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.10368612408638, - 0.994610071182251 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.13829287886619568, - 0.9903913736343384 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.14505723118782043, - 0.9894232749938965 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.12515847384929657, - 0.9921367764472961 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.09786932915449142, - 0.9951992630958557 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.06805403530597687, - 0.997681736946106 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.040634263306856155, - 0.999174177646637 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.020560963079333305, - 0.9997885823249817 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.027391724288463593, - 0.9996247887611389 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.06222015991806984, - 0.9980625510215759 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.1036858782172203, - 0.9946101903915405 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.13829322159290314, - 0.9903914332389832 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.14505703747272491, - 0.989423394203186 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.12515848875045776, - 0.9921367764472961 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.09786935150623322, - 0.9951992630958557 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.06805405765771866, - 0.997681736946106 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.040634289383888245, - 0.999174177646637 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.0205604899674654, - 0.9997887015342712 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.027392348274588585, - 0.9996247887611389 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.062219664454460144, - 0.9980624914169312 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.10368645191192627, - 0.9946101307868958 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.1382925808429718, - 0.9903914332389832 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.14505741000175476, - 0.9894233345985413 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.12515823543071747, - 0.9921368956565857 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.09786985069513321, - 0.9951992034912109 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.06805359572172165, - 0.9976816773414612 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.04063450172543526, - 0.999174177646637 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.020560581237077713, - 0.9997887015342712 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.027392324060201645, - 0.9996247887611389 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.06222078576683998, - 0.9980624318122864 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.10368627309799194, - 0.994610071182251 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.13829343020915985, - 0.9903913140296936 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.14505702257156372, - 0.989423394203186 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.12515844404697418, - 0.9921367764472961 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.0978693887591362, - 0.9951992630958557 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.06805409491062164, - 0.997681736946106 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.04063432663679123, - 0.999174177646637 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.020560987293720245, - 0.9997885823249817 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.027391623705625534, - 0.9996247887611389 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.06221973896026611, - 0.9980624914169312 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.10368523001670837, - 0.9946101903915405 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.13829255104064941, - 0.9903914332389832 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.14505742490291595, - 0.9894233345985413 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.1251581907272339, - 0.9921368956565857 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.09786979109048843, - 0.9951992034912109 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.06805352121591568, - 0.9976816773414612 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.04063444957137108, - 0.999174177646637 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.020560581237077713, - 0.9997887015342712 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.027392297983169556, - 0.9996247887611389 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.06221957504749298, - 0.9980624914169312 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.10368650406599045, - 0.9946101307868958 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.13829262554645538, - 0.9903914332389832 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.14505743980407715, - 0.9894232153892517 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.12515847384929657, - 0.9921367764472961 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.09786943346261978, - 0.9951992630958557 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.06805414706468582, - 0.997681736946106 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.04063418507575989, - 0.9991741180419922 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.020560912787914276, - 0.9997885823249817 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.01881420984864235, - 0.9998229742050171 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.03473394736647606, - 0.9993966221809387 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.05722460150718689, - 0.998361349105835 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.0697120875120163, - 0.9975671768188477 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292589207_204222.json b/lenses/physics-objects/Scene/assets/1646688292589207_204222.json deleted file mode 100644 index 5aac5e66..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292589207_204222.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292589207:204222", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292590005_204235.json b/lenses/physics-objects/Scene/assets/1646688292590005_204235.json deleted file mode 100644 index 19a3bb23..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292590005_204235.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292590005:204235", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.156426429748535, - -2.842170943040401e-14, - -2.6645352591003757e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.156426429748535, - 1.2804698508467232e-24, - 2.6645352591003757e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292590154_204242.json b/lenses/physics-objects/Scene/assets/1646688292590154_204242.json deleted file mode 100644 index 4c711c38..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292590154_204242.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292590154:204242", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.551115123125783e-17, - 1.942890293094024e-16, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.0, - [ - -5.551115123125783e-17, - 1.942890293094024e-16, - -0.1635444462299347, - 0.9865359663963318 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292590302_204249.json b/lenses/physics-objects/Scene/assets/1646688292590302_204249.json deleted file mode 100644 index f3366c7b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292590302_204249.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292590302:204249", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292591096_204262.json b/lenses/physics-objects/Scene/assets/1646688292591096_204262.json deleted file mode 100644 index d7967b3c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292591096_204262.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292591096:204262", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.156426429748535, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.156426429748535, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292591258_204269.json b/lenses/physics-objects/Scene/assets/1646688292591258_204269.json deleted file mode 100644 index 8364e65a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292591258_204269.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292591258:204269", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.06812731176614761, - 0.9976766109466553 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.09385240823030472, - 0.9955862164497375 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.11951423436403275, - 0.9928324818611145 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.14183634519577026, - 0.9898902177810669 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.15758198499679565, - 0.9875059127807617 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.15585704147815704, - 0.9877797365188599 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.1359887272119522, - 0.9907103776931763 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.1087350845336914, - 0.9940707683563232 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.07894822955131531, - 0.9968787431716919 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.051546815782785416, - 0.9986705780029297 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.03148119896650314, - 0.9995044469833374 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.03831030800938606, - 0.9992659091949463 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.07311908155679703, - 0.997323215007782 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.114545077085495, - 0.9934180378913879 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.14910368621349335, - 0.9888216853141785 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.15585702657699585, - 0.9877797365188599 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.13598908483982086, - 0.9907103180885315 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.10873550176620483, - 0.9940707087516785 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.07894867658615112, - 0.9968786835670471 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.05154680088162422, - 0.9986705780029297 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.03148119896650314, - 0.9995044469833374 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.03831028193235397, - 0.9992659091949463 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.07311905920505524, - 0.997323215007782 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.1145450547337532, - 0.9934180378913879 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.14910368621349335, - 0.9888216853141785 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.15585680305957794, - 0.9877796769142151 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.13598906993865967, - 0.9907103180885315 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.1087350994348526, - 0.9940707683563232 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.07894869893789291, - 0.9968786835670471 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.051546789705753326, - 0.9986705780029297 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.03148140385746956, - 0.9995043277740479 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.038309965282678604, - 0.9992659091949463 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.07311933487653732, - 0.997323215007782 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.11454486101865768, - 0.9934180974960327 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.14910396933555603, - 0.9888216257095337 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.15585680305957794, - 0.9877796769142151 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.13598908483982086, - 0.9907103180885315 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.10873512178659439, - 0.9940707683563232 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.07894778251647949, - 0.9968788623809814 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.05154680088162422, - 0.9986705780029297 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.03148098289966583, - 0.9995044469833374 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.038310643285512924, - 0.9992659687995911 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.07311885803937912, - 0.9973233342170715 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.1145452931523323, - 0.9934180378913879 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.1491033136844635, - 0.9888216257095337 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.15585723519325256, - 0.9877796173095703 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.13598909974098206, - 0.9907103180885315 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.10873598605394363, - 0.9940706491470337 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.07894863933324814, - 0.9968786835670471 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.051547516137361526, - 0.9986705183982849 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.03148142620921135, - 0.9995043277740479 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.038309916853904724, - 0.9992659091949463 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.07311940938234329, - 0.997323215007782 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.11454495787620544, - 0.9934181571006775 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.1491040289402008, - 0.9888216257095337 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.15585683286190033, - 0.9877796769142151 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.13598911464214325, - 0.9907103180885315 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.10873516649007797, - 0.9940707683563232 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.07894876599311829, - 0.9968786835670471 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.051546741276979446, - 0.9986705780029297 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.03148137778043747, - 0.9995043277740479 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.038309842348098755, - 0.9992659091949463 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.07311879098415375, - 0.9973233342170715 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.11454524099826813, - 0.9934180378913879 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.1491032838821411, - 0.9888216257095337 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.1558571457862854, - 0.9877796173095703 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.13598884642124176, - 0.9907103776931763 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.10873556137084961, - 0.9940707087516785 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.07894819974899292, - 0.9968787431716919 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.05154705047607422, - 0.9986705780029297 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.031481072306632996, - 0.9995044469833374 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.0383106954395771, - 0.9992659687995911 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.0731189027428627, - 0.9973233342170715 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.11454535275697708, - 0.9934180378913879 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.14910335838794708, - 0.9888216257095337 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.15585684776306152, - 0.9877796769142151 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.13598915934562683, - 0.9907103180885315 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.10873500257730484, - 0.9940707683563232 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.07894859462976456, - 0.9968788027763367 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.051546789705753326, - 0.9986705780029297 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.03148140385746956, - 0.9995043277740479 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.029735157266259193, - 0.9995579123497009 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.036488234996795654, - 0.9993340969085693 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292591412_204276.json b/lenses/physics-objects/Scene/assets/1646688292591412_204276.json deleted file mode 100644 index 2505a2c9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292591412_204276.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292591412:204276", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292592212_204289.json b/lenses/physics-objects/Scene/assets/1646688292592212_204289.json deleted file mode 100644 index ca794c0d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292592212_204289.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292592212:204289", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.4582438468933105, - 5.684341886080802e-14, - -1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 7.4582438468933105, - 0.0, - -8.881784197001252e-16 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292592369_204296.json b/lenses/physics-objects/Scene/assets/1646688292592369_204296.json deleted file mode 100644 index a8df8c08..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292592369_204296.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292592369:204296", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.326672684688674e-17, - 1.6653345369377348e-16, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.0, - [ - -8.326672684688674e-17, - 1.6653345369377348e-16, - -0.17853428423404694, - 0.983933687210083 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292592511_204303.json b/lenses/physics-objects/Scene/assets/1646688292592511_204303.json deleted file mode 100644 index dc1a0d16..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292592511_204303.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292592511:204303", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292593299_204316.json b/lenses/physics-objects/Scene/assets/1646688292593299_204316.json deleted file mode 100644 index fbb0dd47..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292593299_204316.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292593299:204316", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.4582438468933105, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 7.4582438468933105, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292593559_204323.json b/lenses/physics-objects/Scene/assets/1646688292593559_204323.json deleted file mode 100644 index 734aa7ea..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292593559_204323.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292593559:204323", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.0449385829269886, - 0.9989897608757019 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.06084175035357475, - 0.9981474280357361 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.08329767733812332, - 0.9965246915817261 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.10898798704147339, - 0.9940431714057922 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.13460496068000793, - 0.9908993244171143 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.1568797081708908, - 0.9876177310943604 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.17258760333061218, - 0.9849941730499268 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.17086665332317352, - 0.9852941632270813 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.1510455161333084, - 0.9885268211364746 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.1238461509346962, - 0.9923015236854553 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.09410540014505386, - 0.9955622553825378 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.06673432141542435, - 0.9977707862854004 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.04668363183736801, - 0.9989097118377686 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.05350831151008606, - 0.998567521572113 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.0882834941148758, - 0.9960954189300537 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.12964527308940887, - 0.9915604591369629 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.16412995755672455, - 0.9864387512207031 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.17086666822433472, - 0.9852941632270813 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.15104563534259796, - 0.9885268211364746 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.1238458976149559, - 0.9923014640808105 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.09410523623228073, - 0.9955622553825378 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.06673422455787659, - 0.9977707862854004 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.04668360948562622, - 0.9989097118377686 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.05350828543305397, - 0.998567521572113 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.088283471763134, - 0.9960954189300537 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.12964525818824768, - 0.9915604591369629 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.16413035988807678, - 0.9864386320114136 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.170866459608078, - 0.9852942228317261 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.15104565024375916, - 0.9885268807411194 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.12384586781263351, - 0.9923014640808105 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.09410563856363297, - 0.9955623149871826 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.06673423200845718, - 0.9977707862854004 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.046683840453624725, - 0.9989097118377686 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.05350799486041069, - 0.998567521572113 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.08828367292881012, - 0.9960953593254089 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.12964500486850739, - 0.9915605783462524 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.16413027048110962, - 0.9864386916160583 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.1708664894104004, - 0.9852942824363708 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.15104490518569946, - 0.9885269999504089 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.12384588271379471, - 0.9923014640808105 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.0941048115491867, - 0.9955623149871826 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.06673424690961838, - 0.9977707862854004 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.04668337106704712, - 0.9989098310470581 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.053508609533309937, - 0.9985674023628235 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.08828318864107132, - 0.9960954189300537 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.12964557111263275, - 0.9915603995323181 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.16412964463233948, - 0.9864388704299927 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.170866921544075, - 0.9852942228317261 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.15104559063911438, - 0.9885268211364746 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.12384675443172455, - 0.9923014640808105 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.09410567581653595, - 0.9955623149871826 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.06673426926136017, - 0.9977707862854004 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.046683866530656815, - 0.9989097118377686 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.05350804701447487, - 0.998567521572113 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.08828374743461609, - 0.9960953593254089 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.12964507937431335, - 0.9915604591369629 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.16413024067878723, - 0.9864386916160583 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.17086651921272278, - 0.9852942824363708 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.15104570984840393, - 0.9885268807411194 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.12384583801031113, - 0.9923015832901001 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.09410559386014938, - 0.9955623149871826 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.0667341947555542, - 0.9977707862854004 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.046683814376592636, - 0.9989097118377686 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.053508561104536057, - 0.9985674023628235 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.08828312158584595, - 0.9960954189300537 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.12964564561843872, - 0.9915603995323181 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.16412971913814545, - 0.9864388704299927 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.17086681723594666, - 0.9852941632270813 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.15104542672634125, - 0.9885268211364746 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.12384642660617828, - 0.9923014044761658 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.09410523623228073, - 0.9955622553825378 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.06673449277877808, - 0.9977707862854004 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.04668343812227249, - 0.9989098310470581 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.053508635610342026, - 0.9985674023628235 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.0882832333445549, - 0.9960954189300537 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.1296454817056656, - 0.9915603995323181 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.1641303449869156, - 0.9864386320114136 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.17086641490459442, - 0.9852942228317261 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.151045560836792, - 0.9885268211364746 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.12384586781263351, - 0.9923014640808105 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.09410563856363297, - 0.9955623149871826 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.06673423200845718, - 0.9977707862854004 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.046683840453624725, - 0.9989097118377686 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.04088829085230827, - 0.9991637468338013 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292593730_204330.json b/lenses/physics-objects/Scene/assets/1646688292593730_204330.json deleted file mode 100644 index fd6e81be..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292593730_204330.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292593730:204330", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292594841_204347.json b/lenses/physics-objects/Scene/assets/1646688292594841_204347.json deleted file mode 100644 index a6dc58f2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292594841_204347.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292594841:204347", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.598333358764648, - 2.220446049250313e-15, - -2.1251520898271257e-15 - ] - ], - [ - 6.633333206176758, - [ - 8.598333358764648, - 2.220446049250313e-15, - -2.1251520898271257e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292595012_204354.json b/lenses/physics-objects/Scene/assets/1646688292595012_204354.json deleted file mode 100644 index 850ffb99..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292595012_204354.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292595012:204354", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ], - [ - 1.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292595171_204361.json b/lenses/physics-objects/Scene/assets/1646688292595171_204361.json deleted file mode 100644 index 65479d57..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292595171_204361.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292595171:204361", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292605286_204374.json b/lenses/physics-objects/Scene/assets/1646688292605286_204374.json deleted file mode 100644 index a925d524..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292605286_204374.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292605286:204374", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.598333358764648, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 8.598333358764648, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292605487_204381.json b/lenses/physics-objects/Scene/assets/1646688292605487_204381.json deleted file mode 100644 index e2f0509b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292605487_204381.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292605487:204381", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ], - [ - 1.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292605653_204388.json b/lenses/physics-objects/Scene/assets/1646688292605653_204388.json deleted file mode 100644 index d618786e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292605653_204388.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292605653:204388", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292606716_204401.json b/lenses/physics-objects/Scene/assets/1646688292606716_204401.json deleted file mode 100644 index b7ac63fb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292606716_204401.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292606716:204401", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ], - [ - 6.633333206176758, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292606912_204408.json b/lenses/physics-objects/Scene/assets/1646688292606912_204408.json deleted file mode 100644 index 49e8de36..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292606912_204408.json +++ /dev/null @@ -1,1531 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292606912:204408", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.1083325669169426, - 0.06535156071186066, - -0.8517088294029236, - 0.5085128545761108 - ] - ], - [ - 0.03333333507180214, - [ - 0.1083325669169426, - 0.06535156071186066, - -0.8517088294029236, - 0.5085128545761108 - ] - ], - [ - 0.06666667014360428, - [ - 0.1098606288433075, - 0.06698577851057053, - -0.8524048924446106, - 0.5068033933639526 - ] - ], - [ - 0.10000000149011612, - [ - 0.11126690357923508, - 0.0684899091720581, - -0.8530292510986328, - 0.505242645740509 - ] - ], - [ - 0.13333334028720856, - [ - 0.11250976473093033, - 0.06981930881738663, - -0.8535659909248352, - 0.5038771033287048 - ] - ], - [ - 0.1666666716337204, - [ - 0.11354714632034302, - 0.0709289088845253, - -0.853999674320221, - 0.5027533173561096 - ] - ], - [ - 0.20000000298023224, - [ - 0.1143369972705841, - 0.07177358120679855, - -0.8543149828910828, - 0.501917839050293 - ] - ], - [ - 0.23333333432674408, - [ - 0.11483724415302277, - 0.07230821251869202, - -0.8544966578483582, - 0.5014173984527588 - ] - ], - [ - 0.3333333432674408, - [ - 0.11496560275554657, - 0.07244151085615158, - -0.8543719053268433, - 0.5015813112258911 - ] - ], - [ - 0.36666667461395264, - [ - 0.11492883414030075, - 0.07239975780248642, - -0.8542496562004089, - 0.5018038749694824 - ] - ], - [ - 0.4333333373069763, - [ - 0.11481130123138428, - 0.07226722687482834, - -0.8539003729820251, - 0.5024440288543701 - ] - ], - [ - 0.46666666865348816, - [ - 0.1147337406873703, - 0.07218004018068314, - -0.8536809682846069, - 0.5028469562530518 - ] - ], - [ - 0.5, - [ - 0.11464586108922958, - 0.07208135724067688, - -0.8534370064735413, - 0.5032952427864075 - ] - ], - [ - 0.5333333611488342, - [ - 0.11454924196004868, - 0.07197299599647522, - -0.8531720638275146, - 0.5037814378738403 - ] - ], - [ - 0.5666666626930237, - [ - 0.11444559693336487, - 0.07185680419206619, - -0.8528904914855957, - 0.5042983293533325 - ] - ], - [ - 0.6000000238418579, - [ - 0.11433646082878113, - 0.07173454761505127, - -0.8525957465171814, - 0.5048384070396423 - ] - ], - [ - 0.6333333253860474, - [ - 0.11422348022460938, - 0.0716080293059349, - -0.8522920608520508, - 0.505394458770752 - ] - ], - [ - 0.6666666865348816, - [ - 0.11410820484161377, - 0.07147900015115738, - -0.8519832491874695, - 0.5059590935707092 - ] - ], - [ - 0.699999988079071, - [ - 0.11399216949939728, - 0.07134917378425598, - -0.8516733050346375, - 0.5065251588821411 - ] - ], - [ - 0.7333333492279053, - [ - 0.11387686431407928, - 0.07122021168470383, - -0.8513661026954651, - 0.5070853233337402 - ] - ], - [ - 0.7666666507720947, - [ - 0.11376379430294037, - 0.07109379023313522, - -0.8510656952857971, - 0.5076324343681335 - ] - ], - [ - 0.800000011920929, - [ - 0.11365438252687454, - 0.07097150385379791, - -0.8507760167121887, - 0.508159339427948 - ] - ], - [ - 0.8333333134651184, - [ - 0.11355002969503403, - 0.07085493952035904, - -0.8505011200904846, - 0.5086588859558105 - ] - ], - [ - 0.8999999761581421, - [ - 0.11336209625005722, - 0.07064517587423325, - -0.8500115871429443, - 0.5095474720001221 - ] - ], - [ - 0.9666666388511658, - [ - 0.11321084201335907, - 0.07047665864229202, - -0.849629282951355, - 0.5102415680885315 - ] - ], - [ - 1.0333333015441895, - [ - 0.11310690641403198, - 0.07036130875349045, - -0.84938645362854, - 0.5106846690177917 - ] - ], - [ - 1.2000000476837158, - [ - 0.11270798742771149, - 0.06994431465864182, - -0.8496623039245605, - 0.5103711485862732 - ] - ], - [ - 1.2333333492279053, - [ - 0.1124999076128006, - 0.069727823138237, - -0.8498532772064209, - 0.5101286172866821 - ] - ], - [ - 1.2666666507720947, - [ - 0.11226598173379898, - 0.06948433071374893, - -0.85006183385849, - 0.5098658204078674 - ] - ], - [ - 1.2999999523162842, - [ - 0.11200954020023346, - 0.06921729445457458, - -0.8502852916717529, - 0.5095860958099365 - ] - ], - [ - 1.3333333730697632, - [ - 0.1117338240146637, - 0.06893011927604675, - -0.8505206108093262, - 0.5092925429344177 - ] - ], - [ - 1.3666666746139526, - [ - 0.11144217848777771, - 0.068626269698143, - -0.8507652878761292, - 0.5089886784553528 - ] - ], - [ - 1.399999976158142, - [ - 0.11113783717155457, - 0.06830912083387375, - -0.851016640663147, - 0.5086778402328491 - ] - ], - [ - 1.4333332777023315, - [ - 0.11082407087087631, - 0.06798210740089417, - -0.8512716889381409, - 0.5083632469177246 - ] - ], - [ - 1.4666666984558105, - [ - 0.1105041354894638, - 0.06764860451221466, - -0.8515276908874512, - 0.5080483555793762 - ] - ], - [ - 1.5333333015441895, - [ - 0.10985876619815826, - 0.0669756755232811, - -0.852031946182251, - 0.50743168592453 - ] - ], - [ - 1.5666667222976685, - [ - 0.10953979939222336, - 0.06664296984672546, - -0.8522746562957764, - 0.5071367621421814 - ] - ], - [ - 1.600000023841858, - [ - 0.10922759026288986, - 0.06631723791360855, - -0.8525073528289795, - 0.5068556070327759 - ] - ], - [ - 1.6333333253860474, - [ - 0.10892536491155624, - 0.06600183248519897, - -0.8527273535728455, - 0.5065916776657104 - ] - ], - [ - 1.6666666269302368, - [ - 0.10863637179136276, - 0.06570010632276535, - -0.8529319167137146, - 0.5063486695289612 - ] - ], - [ - 1.7000000476837158, - [ - 0.10836373269557953, - 0.06541536003351212, - -0.8531180620193481, - 0.5061300992965698 - ] - ], - [ - 1.7666666507720947, - [ - 0.10788055509328842, - 0.06491021811962128, - -0.8534247875213623, - 0.5057812333106995 - ] - ], - [ - 1.8666666746139526, - [ - 0.10735923051834106, - 0.06436353921890259, - -0.8536788821220398, - 0.5055331587791443 - ] - ], - [ - 1.9333332777023315, - [ - 0.10718508809804916, - 0.06417905539274216, - -0.8536787033081055, - 0.5055937767028809 - ] - ], - [ - 1.9666666984558105, - [ - 0.10715984553098679, - 0.06415101140737534, - -0.8536195158958435, - 0.5057026147842407 - ] - ], - [ - 2.0333333015441895, - [ - 0.10724964737892151, - 0.06424061208963394, - -0.8533689975738525, - 0.5060948729515076 - ] - ], - [ - 2.066666603088379, - [ - 0.10737143456935883, - 0.06436529755592346, - -0.853172242641449, - 0.5063849091529846 - ] - ], - [ - 2.0999999046325684, - [ - 0.1075490415096283, - 0.06454798579216003, - -0.8529240489006042, - 0.5067418217658997 - ] - ], - [ - 2.133333444595337, - [ - 0.10770920664072037, - 0.06471037119626999, - -0.8525909185409546, - 0.5072475671768188 - ] - ], - [ - 2.1666667461395264, - [ - 0.10777883231639862, - 0.0647745281457901, - -0.8521506190299988, - 0.5079638957977295 - ] - ], - [ - 2.200000047683716, - [ - 0.10776522010564804, - 0.06474863737821579, - -0.8516217470169067, - 0.5088562965393066 - ] - ], - [ - 2.2333333492279053, - [ - 0.10767677426338196, - 0.06464201956987381, - -0.8510212302207947, - 0.5098921656608582 - ] - ], - [ - 2.2666666507720947, - [ - 0.10751885175704956, - 0.0644606426358223, - -0.8503614068031311, - 0.5110479593276978 - ] - ], - [ - 2.299999952316284, - [ - 0.10729661583900452, - 0.06421027332544327, - -0.8496545553207397, - 0.5123003125190735 - ] - ], - [ - 2.3333332538604736, - [ - 0.10701502114534378, - 0.06389646232128143, - -0.8489128947257996, - 0.5136262774467468 - ] - ], - [ - 2.366666555404663, - [ - 0.10667871683835983, - 0.06352441012859344, - -0.8481486439704895, - 0.5150030851364136 - ] - ], - [ - 2.4000000953674316, - [ - 0.10630675405263901, - 0.06311415880918503, - -0.8473542332649231, - 0.5164361000061035 - ] - ], - [ - 2.433333396911621, - [ - 0.10591956228017807, - 0.06268718838691711, - -0.8465208411216736, - 0.5179322957992554 - ] - ], - [ - 2.4666666984558105, - [ - 0.10552337020635605, - 0.06225033849477768, - -0.8456587791442871, - 0.5194718241691589 - ] - ], - [ - 2.5, - [ - 0.10512415319681168, - 0.061810147017240524, - -0.8447784781455994, - 0.5210352540016174 - ] - ], - [ - 2.5333333015441895, - [ - 0.10472750663757324, - 0.06137275695800781, - -0.8438906073570251, - 0.5226035118103027 - ] - ], - [ - 2.566666603088379, - [ - 0.10433867573738098, - 0.06094394251704216, - -0.8430055379867554, - 0.5241575837135315 - ] - ], - [ - 2.5999999046325684, - [ - 0.10396252572536469, - 0.06052904576063156, - -0.8421341180801392, - 0.5256789922714233 - ] - ], - [ - 2.633333444595337, - [ - 0.10360357910394669, - 0.06013304367661476, - -0.8412869572639465, - 0.5271494388580322 - ] - ], - [ - 2.6666667461395264, - [ - 0.10326599329710007, - 0.059760503470897675, - -0.84047532081604, - 0.5285508632659912 - ] - ], - [ - 2.700000047683716, - [ - 0.10295356810092926, - 0.059415630996227264, - -0.839709997177124, - 0.5298655033111572 - ] - ], - [ - 2.7333333492279053, - [ - 0.10266979783773422, - 0.05910230055451393, - -0.8390020132064819, - 0.5310757756233215 - ] - ], - [ - 2.7666666507720947, - [ - 0.1024179682135582, - 0.05882413685321808, - -0.8383626341819763, - 0.5321640968322754 - ] - ], - [ - 2.799999952316284, - [ - 0.10220106691122055, - 0.05858450382947922, - -0.8378026485443115, - 0.5331130623817444 - ] - ], - [ - 2.8333332538604736, - [ - 0.10202211141586304, - 0.05838671699166298, - -0.8373337388038635, - 0.5339053869247437 - ] - ], - [ - 2.866666555404663, - [ - 0.10188394039869308, - 0.05823396518826485, - -0.8369665741920471, - 0.5345234870910645 - ] - ], - [ - 2.9000000953674316, - [ - 0.10178956389427185, - 0.05812959000468254, - -0.8367127180099487, - 0.5349501967430115 - ] - ], - [ - 3.0, - [ - 0.1018584594130516, - 0.05820460617542267, - -0.8368328213691711, - 0.534741222858429 - ] - ], - [ - 3.0333333015441895, - [ - 0.10229644924402237, - 0.058675240725278854, - -0.8372372984886169, - 0.5339722633361816 - ] - ], - [ - 3.066666603088379, - [ - 0.1029861569404602, - 0.0594150573015213, - -0.837795615196228, - 0.5328810214996338 - ] - ], - [ - 3.0999999046325684, - [ - 0.10389269143342972, - 0.06038663908839226, - -0.8384718298912048, - 0.5315307974815369 - ] - ], - [ - 3.133333444595337, - [ - 0.10498549044132233, - 0.06155732274055481, - -0.8392376899719238, - 0.529970645904541 - ] - ], - [ - 3.1666667461395264, - [ - 0.10623379051685333, - 0.06289413571357727, - -0.8400657773017883, - 0.5282501578330994 - ] - ], - [ - 3.200000047683716, - [ - 0.10760623961687088, - 0.06436353176832199, - -0.8409289121627808, - 0.5264188647270203 - ] - ], - [ - 3.2333333492279053, - [ - 0.109064482152462, - 0.06592460721731186, - -0.8418067097663879, - 0.5245193839073181 - ] - ], - [ - 3.2666666507720947, - [ - 0.11056580394506454, - 0.06753188371658325, - -0.8426828384399414, - 0.5225902199745178 - ] - ], - [ - 3.299999952316284, - [ - 0.11207132786512375, - 0.06914383172988892, - -0.8435384035110474, - 0.5206748843193054 - ] - ], - [ - 3.3333332538604736, - [ - 0.11354151368141174, - 0.0707181766629219, - -0.8443554639816284, - 0.5188170671463013 - ] - ], - [ - 3.366666555404663, - [ - 0.11493619531393051, - 0.07221192866563797, - -0.8451175093650818, - 0.5170606374740601 - ] - ], - [ - 3.4000000953674316, - [ - 0.1162145659327507, - 0.07358142733573914, - -0.8458084464073181, - 0.5154494047164917 - ] - ], - [ - 3.433333396911621, - [ - 0.11733536422252655, - 0.07478245347738266, - -0.8464134931564331, - 0.5140274167060852 - ] - ], - [ - 3.4666666984558105, - [ - 0.11825697869062424, - 0.07577046006917953, - -0.8469183444976807, - 0.5128388404846191 - ] - ], - [ - 3.5, - [ - 0.11893752217292786, - 0.0765005499124527, - -0.8473084568977356, - 0.5119276642799377 - ] - ], - [ - 3.5333333015441895, - [ - 0.11933521926403046, - 0.07692794501781464, - -0.8475697040557861, - 0.5113382935523987 - ] - ], - [ - 3.6666667461395264, - [ - 0.11903447657823563, - 0.07661183923482895, - -0.8477094173431396, - 0.5112242102622986 - ] - ], - [ - 3.700000047683716, - [ - 0.11888010799884796, - 0.07644703984260559, - -0.847660481929779, - 0.5113658905029297 - ] - ], - [ - 3.7333333492279053, - [ - 0.1187143325805664, - 0.07626946270465851, - -0.8475788831710815, - 0.5115661025047302 - ] - ], - [ - 3.7666666507720947, - [ - 0.11854158341884613, - 0.07608381658792496, - -0.8474653363227844, - 0.5118218660354614 - ] - ], - [ - 3.799999952316284, - [ - 0.11836633831262589, - 0.07589487731456757, - -0.8473206162452698, - 0.5121300220489502 - ] - ], - [ - 3.8333332538604736, - [ - 0.1181931123137474, - 0.07570745795965195, - -0.8471453785896301, - 0.512487530708313 - ] - ], - [ - 3.866666555404663, - [ - 0.11802004277706146, - 0.07551973313093185, - -0.8469468951225281, - 0.5128830671310425 - ] - ], - [ - 3.933333396911621, - [ - 0.11766351759433746, - 0.07513254135847092, - -0.8465118408203125, - 0.5137394070625305 - ] - ], - [ - 4.0, - [ - 0.1173018217086792, - 0.07473943382501602, - -0.8460526466369629, - 0.5146352648735046 - ] - ], - [ - 4.066666603088379, - [ - 0.11694496870040894, - 0.0743517205119133, - -0.8456011414527893, - 0.5155137181282043 - ] - ], - [ - 4.099999904632568, - [ - 0.11677143722772598, - 0.07416334748268127, - -0.8453884720802307, - 0.5159288644790649 - ] - ], - [ - 4.133333206176758, - [ - 0.11660274863243103, - 0.0739804208278656, - -0.8451898694038391, - 0.5163185000419617 - ] - ], - [ - 4.199999809265137, - [ - 0.1162845715880394, - 0.07363615930080414, - -0.8448512554168701, - 0.5169931650161743 - ] - ], - [ - 4.266666889190674, - [ - 0.11599963903427124, - 0.07332932204008102, - -0.8446180820465088, - 0.5174816250801086 - ] - ], - [ - 4.333333492279053, - [ - 0.11575712263584137, - 0.07307027280330658, - -0.844523012638092, - 0.5177276730537415 - ] - ], - [ - 4.433333396911621, - [ - 0.1154429018497467, - 0.07274115830659866, - -0.8447237014770508, - 0.5175167322158813 - ] - ], - [ - 4.4666666984558105, - [ - 0.11523834615945816, - 0.07252831012010574, - -0.844921886920929, - 0.5172685980796814 - ] - ], - [ - 4.5, - [ - 0.11496387422084808, - 0.07224266976118088, - -0.8451857566833496, - 0.5169384479522705 - ] - ], - [ - 4.5333333015441895, - [ - 0.11463001370429993, - 0.07189527899026871, - -0.8455084562301636, - 0.5165330767631531 - ] - ], - [ - 4.566666603088379, - [ - 0.11424228549003601, - 0.07149191945791245, - -0.8458852171897888, - 0.5160582065582275 - ] - ], - [ - 4.599999904632568, - [ - 0.11380647867918015, - 0.07103865593671799, - -0.8463103771209717, - 0.5155194997787476 - ] - ], - [ - 4.633333206176758, - [ - 0.11332857608795166, - 0.07054170966148376, - -0.8467790484428406, - 0.514923095703125 - ] - ], - [ - 4.666666507720947, - [ - 0.11281443387269974, - 0.07000721246004105, - -0.8472857475280762, - 0.5142749547958374 - ] - ], - [ - 4.699999809265137, - [ - 0.11226991564035416, - 0.0694412812590599, - -0.8478254079818726, - 0.5135812163352966 - ] - ], - [ - 4.733333110809326, - [ - 0.11170078068971634, - 0.06884994357824326, - -0.8483923673629761, - 0.512847900390625 - ] - ], - [ - 4.766666889190674, - [ - 0.11111276596784592, - 0.06823915243148804, - -0.8489817976951599, - 0.5120813846588135 - ] - ], - [ - 4.800000190734863, - [ - 0.11051147431135178, - 0.06761478632688522, - -0.8495880365371704, - 0.5112881660461426 - ] - ], - [ - 4.833333492279053, - [ - 0.10990244895219803, - 0.06698258221149445, - -0.8502061367034912, - 0.5104748010635376 - ] - ], - [ - 4.866666793823242, - [ - 0.10929113626480103, - 0.06634820997714996, - -0.8508304953575134, - 0.5096479654312134 - ] - ], - [ - 4.900000095367432, - [ - 0.10868024826049805, - 0.06571448594331741, - -0.8514586091041565, - 0.5088110566139221 - ] - ], - [ - 4.933333396911621, - [ - 0.10807234793901443, - 0.06508409976959229, - -0.8520879745483398, - 0.5079672336578369 - ] - ], - [ - 4.9666666984558105, - [ - 0.10747240483760834, - 0.06446219235658646, - -0.8527134656906128, - 0.5071232914924622 - ] - ], - [ - 5.0, - [ - 0.10688534379005432, - 0.06385384500026703, - -0.853330135345459, - 0.5062864422798157 - ] - ], - [ - 5.0333333015441895, - [ - 0.10631595551967621, - 0.06326404213905334, - -0.8539326786994934, - 0.505463719367981 - ] - ], - [ - 5.066666603088379, - [ - 0.10576898604631424, - 0.0626976490020752, - -0.8545159697532654, - 0.5046626925468445 - ] - ], - [ - 5.099999904632568, - [ - 0.1052490696310997, - 0.06215948238968849, - -0.8550747632980347, - 0.503890872001648 - ] - ], - [ - 5.133333206176758, - [ - 0.1047607883810997, - 0.06165424734354019, - -0.8556038737297058, - 0.5031560063362122 - ] - ], - [ - 5.166666507720947, - [ - 0.10430867224931717, - 0.061186615377664566, - -0.856097936630249, - 0.5024661421775818 - ] - ], - [ - 5.199999809265137, - [ - 0.10389721393585205, - 0.060761187225580215, - -0.8565517663955688, - 0.501829206943512 - ] - ], - [ - 5.233333110809326, - [ - 0.10353085398674011, - 0.06038254499435425, - -0.8569599390029907, - 0.5012534260749817 - ] - ], - [ - 5.266666889190674, - [ - 0.10321403294801712, - 0.06005522981286049, - -0.8573172688484192, - 0.50074702501297 - ] - ], - [ - 5.300000190734863, - [ - 0.10295112431049347, - 0.05978376790881157, - -0.8576180934906006, - 0.5003181099891663 - ] - ], - [ - 5.333333492279053, - [ - -0.10274660587310791, - -0.059572722762823105, - 0.8578572869300842, - -0.4999750852584839 - ] - ], - [ - 5.366666793823242, - [ - -0.10260489583015442, - -0.05942665413022041, - 0.8580294251441956, - -0.4997261166572571 - ] - ], - [ - 5.400000095367432, - [ - -0.10253050178289413, - -0.05935018137097359, - 0.8581291437149048, - -0.4995792806148529 - ] - ], - [ - 5.4666666984558105, - [ - -0.10228975862264633, - -0.05909169465303421, - 0.8579733371734619, - -0.49992677569389343 - ] - ], - [ - 5.5, - [ - 0.1020582988858223, - 0.05884053558111191, - -0.8577083349227905, - 0.5004581212997437 - ] - ], - [ - 5.5333333015441895, - [ - 0.10176510363817215, - 0.05852167308330536, - -0.857339084148407, - 0.5011873841285706 - ] - ], - [ - 5.566666603088379, - [ - 0.10141757130622864, - 0.058143194764852524, - -0.8568756580352783, - 0.5020935535430908 - ] - ], - [ - 5.599999904632568, - [ - 0.10102321207523346, - 0.0577133372426033, - -0.8563283681869507, - 0.5031554698944092 - ] - ], - [ - 5.633333206176758, - [ - 0.10058954358100891, - 0.057240359485149384, - -0.8557069897651672, - 0.5043519735336304 - ] - ], - [ - 5.666666507720947, - [ - 0.10012418031692505, - 0.05673256888985634, - -0.8550219535827637, - 0.5056619644165039 - ] - ], - [ - 5.699999809265137, - [ - 0.0996345579624176, - 0.0561981163918972, - -0.8542835712432861, - 0.5070644021034241 - ] - ], - [ - 5.733333110809326, - [ - 0.09912801533937454, - 0.05564501881599426, - -0.853502094745636, - 0.5085386037826538 - ] - ], - [ - 5.766666889190674, - [ - 0.09861163794994354, - 0.05508106201887131, - -0.8526878952980042, - 0.510063886642456 - ] - ], - [ - 5.800000190734863, - [ - 0.09809239953756332, - 0.05451381206512451, - -0.8518515825271606, - 0.511620044708252 - ] - ], - [ - 5.833333492279053, - [ - 0.0975768119096756, - 0.05395045131444931, - -0.8510035872459412, - 0.5131871104240417 - ] - ], - [ - 5.866666793823242, - [ - 0.09707122296094894, - 0.053397905081510544, - -0.85015469789505, - 0.5147454142570496 - ] - ], - [ - 5.900000095367432, - [ - 0.09658165276050568, - 0.05286272242665291, - -0.8493156433105469, - 0.5162755250930786 - ] - ], - [ - 5.933333396911621, - [ - 0.09611371904611588, - 0.052351098507642746, - -0.8484972715377808, - 0.5177585482597351 - ] - ], - [ - 5.9666666984558105, - [ - 0.0956728458404541, - 0.05186893418431282, - -0.8477104902267456, - 0.5191757678985596 - ] - ], - [ - 6.0, - [ - 0.0952640250325203, - 0.051421716809272766, - -0.8469661474227905, - 0.5205085277557373 - ] - ], - [ - 6.0333333015441895, - [ - 0.09489204734563828, - 0.051014699041843414, - -0.8462753295898438, - 0.5217387080192566 - ] - ], - [ - 6.066666603088379, - [ - 0.09456147998571396, - 0.05065286159515381, - -0.8456491231918335, - 0.5228481888771057 - ] - ], - [ - 6.099999904632568, - [ - 0.09427663683891296, - 0.05034097656607628, - -0.8450984358787537, - 0.5238189697265625 - ] - ], - [ - 6.133333206176758, - [ - 0.09404179453849792, - 0.0500837080180645, - -0.8446347117424011, - 0.5246334075927734 - ] - ], - [ - 6.166666507720947, - [ - 0.09386109560728073, - 0.04988561570644379, - -0.8442687392234802, - 0.525273323059082 - ] - ], - [ - 6.199999809265137, - [ - 0.09373874217271805, - 0.049751345068216324, - -0.8440114259719849, - 0.5257209539413452 - ] - ], - [ - 6.266666889190674, - [ - 0.09368672966957092, - 0.04969359561800957, - -0.8438672423362732, - 0.5259671211242676 - ] - ], - [ - 6.300000190734863, - [ - 0.09389922022819519, - 0.049921344965696335, - -0.8440307974815369, - 0.5256451368331909 - ] - ], - [ - 6.333333492279053, - [ - 0.09442538022994995, - 0.05048423260450363, - -0.8443783521652222, - 0.5249385237693787 - ] - ], - [ - 6.366666793823242, - [ - 0.09522409737110138, - 0.051338229328393936, - -0.8448739051818848, - 0.5239129662513733 - ] - ], - [ - 6.400000095367432, - [ - 0.09625490754842758, - 0.052440062165260315, - -0.8454844951629639, - 0.5226289629936218 - ] - ], - [ - 6.433333396911621, - [ - 0.09748060256242752, - 0.05375010892748833, - -0.8461856245994568, - 0.5211318135261536 - ] - ], - [ - 6.4666666984558105, - [ - 0.09886395931243896, - 0.05522864684462547, - -0.8469532132148743, - 0.5194669961929321 - ] - ], - [ - 6.5, - [ - 0.10036737471818924, - 0.0568355992436409, - -0.8477639555931091, - 0.5176798105239868 - ] - ], - [ - 6.5333333015441895, - [ - 0.10195280611515045, - 0.058530353009700775, - -0.8485950827598572, - 0.5158160328865051 - ] - ], - [ - 6.566666603088379, - [ - 0.10358161479234695, - 0.06027164310216904, - -0.8494251370429993, - 0.5139213800430298 - ] - ], - [ - 6.599999904632568, - [ - 0.10521456599235535, - 0.0620175264775753, - -0.8502334952354431, - 0.5120417475700378 - ] - ], - [ - 6.633333206176758, - [ - 0.10681172460317612, - 0.0637252926826477, - -0.8510007858276367, - 0.5102234482765198 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292607098_204415.json b/lenses/physics-objects/Scene/assets/1646688292607098_204415.json deleted file mode 100644 index 772ba536..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292607098_204415.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292607098:204415", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292608059_204428.json b/lenses/physics-objects/Scene/assets/1646688292608059_204428.json deleted file mode 100644 index 5cbc5fd1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292608059_204428.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292608059:204428", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ], - [ - 3.366666555404663, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292608260_204435.json b/lenses/physics-objects/Scene/assets/1646688292608260_204435.json deleted file mode 100644 index fc88d574..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292608260_204435.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292608260:204435", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ], - [ - 0.03333333507180214, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ], - [ - 0.06666667014360428, - [ - 0.022157030180096626, - -0.02519683912396431, - -0.5457963943481445, - 0.837245762348175 - ] - ], - [ - 0.10000000149011612, - [ - 0.025190167129039764, - -0.022629546001553535, - -0.5964528322219849, - 0.8019335269927979 - ] - ], - [ - 0.13333334028720856, - [ - 0.028088759630918503, - -0.020057540386915207, - -0.6510748267173767, - 0.7582285404205322 - ] - ], - [ - 0.1666666716337204, - [ - 0.029060788452625275, - -0.0192521084100008, - -0.6982820630073547, - 0.7149734497070313 - ] - ], - [ - 0.20000000298023224, - [ - 0.02636459469795227, - -0.02210601046681404, - -0.7279456853866577, - 0.6847710013389587 - ] - ], - [ - 0.23333333432674408, - [ - 0.018512001261115074, - -0.03032682090997696, - -0.7311282753944397, - 0.68131422996521 - ] - ], - [ - 0.2666666805744171, - [ - 0.006360294762998819, - -0.043001409620046616, - -0.6938213109970093, - 0.7188341021537781 - ] - ], - [ - 0.30000001192092896, - [ - -0.005864687729626894, - -0.0553324893116951, - -0.6189898252487183, - 0.783425509929657 - ] - ], - [ - 0.3333333432674408, - [ - -0.017856568098068237, - -0.06669510155916214, - -0.5219941735267639, - 0.8501499891281128 - ] - ], - [ - 0.36666667461395264, - [ - -0.030971065163612366, - -0.07864103466272354, - -0.42220813035964966, - 0.9025501012802124 - ] - ], - [ - 0.4000000059604645, - [ - -0.04346732422709465, - -0.09003855288028717, - -0.3463651239871979, - 0.9327566027641296 - ] - ], - [ - 0.4333333373069763, - [ - -0.052884481847286224, - -0.09927342087030411, - -0.3219101130962372, - 0.9400648474693298 - ] - ], - [ - 0.46666666865348816, - [ - -0.05972236022353172, - -0.1076158732175827, - -0.3749884366989136, - 0.9188230037689209 - ] - ], - [ - 0.5, - [ - -0.06670361012220383, - -0.11701982468366623, - -0.4858131408691406, - 0.8636217713356018 - ] - ], - [ - 0.5333333611488342, - [ - -0.07502879947423935, - -0.12729477882385254, - -0.6111438870429993, - 0.7776052355766296 - ] - ], - [ - 0.5666666626930237, - [ - -0.08490298688411713, - -0.13802370429039001, - -0.7170785665512085, - 0.6778932809829712 - ] - ], - [ - 0.6000000238418579, - [ - -0.09461659938097, - -0.14777186512947083, - -0.7841940522193909, - 0.5951898097991943 - ] - ], - [ - 0.6333333253860474, - [ - -0.1001969650387764, - -0.15330770611763, - -0.8047396540641785, - 0.5646694898605347 - ] - ], - [ - 0.6666666865348816, - [ - -0.09946861863136292, - -0.152756467461586, - -0.7869930267333984, - 0.5894178748130798 - ] - ], - [ - 0.699999988079071, - [ - -0.09390696883201599, - -0.14727984368801117, - -0.7470563650131226, - 0.6414023041725159 - ] - ], - [ - 0.7333333492279053, - [ - -0.08506263792514801, - -0.13815739750862122, - -0.6884417533874512, - 0.7069122195243835 - ] - ], - [ - 0.7666666507720947, - [ - -0.07480873912572861, - -0.1271081566810608, - -0.6159206032752991, - 0.7738791704177856 - ] - ], - [ - 0.800000011920929, - [ - -0.06418798118829727, - -0.11520157754421234, - -0.5384153723716736, - 0.8322964310646057 - ] - ], - [ - 0.8333333134651184, - [ - -0.05364030972123146, - -0.10312304645776749, - -0.46800708770751953, - 0.8760467767715454 - ] - ], - [ - 0.8666666746139526, - [ - -0.04336895793676376, - -0.09148868173360825, - -0.41824841499328613, - 0.902672290802002 - ] - ], - [ - 0.8999999761581421, - [ - -0.03365113586187363, - -0.08103856444358826, - -0.4026056230068207, - 0.9111580848693848 - ] - ], - [ - 0.9333333373069763, - [ - -0.022190161049365997, - -0.06995667517185211, - -0.44699376821517944, - 0.8915213346481323 - ] - ], - [ - 0.9666666388511658, - [ - -0.008876628242433071, - -0.0576341450214386, - -0.5442092418670654, - 0.836920440196991 - ] - ], - [ - 1.0, - [ - 0.003249203087761998, - -0.046095289289951324, - -0.6577650308609009, - 0.7518044114112854 - ] - ], - [ - 1.0333333015441895, - [ - 0.012253387831151485, - -0.036816131323575974, - -0.7567508220672607, - 0.6525508761405945 - ] - ], - [ - 1.0666667222976685, - [ - 0.01689612865447998, - -0.03141152113676071, - -0.821821391582489, - 0.5686277151107788 - ] - ], - [ - 1.100000023841858, - [ - 0.01642868109047413, - -0.03155728429555893, - -0.8435714840888977, - 0.5358372926712036 - ] - ], - [ - 1.1333333253860474, - [ - -0.0008031617035157979, - -0.050245996564626694, - -0.7919169664382935, - 0.6085575222969055 - ] - ], - [ - 1.1666666269302368, - [ - -0.030909094959497452, - -0.08177825808525085, - -0.6632903814315796, - 0.7432381510734558 - ] - ], - [ - 1.2000000476837158, - [ - -0.053657714277505875, - -0.10400455445051193, - -0.5213994979858398, - 0.845249354839325 - ] - ], - [ - 1.2333333492279053, - [ - -0.06573868542909622, - -0.11460990458726883, - -0.40972715616226196, - 0.9025888442993164 - ] - ], - [ - 1.2666666507720947, - [ - -0.07635819166898727, - -0.12379352748394012, - -0.325595885515213, - 0.9342547059059143 - ] - ], - [ - 1.2999999523162842, - [ - -0.08083229511976242, - -0.12777909636497498, - -0.2983386814594269, - 0.94240802526474 - ] - ], - [ - 1.3333333730697632, - [ - -0.07627427577972412, - -0.12371545284986496, - -0.32598066329956055, - 0.934137761592865 - ] - ], - [ - 1.3666666746139526, - [ - -0.06552343815565109, - -0.1137567088007927, - -0.3797324001789093, - 0.9157344698905945 - ] - ], - [ - 1.399999976158142, - [ - -0.05139802023768425, - -0.10043269395828247, - -0.4483136534690857, - 0.8867279291152954 - ] - ], - [ - 1.4333332777023315, - [ - -0.03647294268012047, - -0.08607043325901031, - -0.5190659165382385, - 0.8496070504188538 - ] - ], - [ - 1.4666666984558105, - [ - -0.022875113412737846, - -0.07270120829343796, - -0.5805009603500366, - 0.8106849789619446 - ] - ], - [ - 1.5, - [ - -0.012498320080339909, - -0.062294475734233856, - -0.6229487657546997, - 0.7796781659126282 - ] - ], - [ - 1.5333333015441895, - [ - -0.007200134918093681, - -0.05688183754682541, - -0.6379870772361755, - 0.7679097056388855 - ] - ], - [ - 1.5666667222976685, - [ - -0.01129577774554491, - -0.06089333817362785, - -0.6069216728210449, - 0.7923450469970703 - ] - ], - [ - 1.600000023841858, - [ - -0.024404535070061684, - -0.07369570434093475, - -0.5335089564323425, - 0.8422242999076843 - ] - ], - [ - 1.6333333253860474, - [ - -0.04170236364006996, - -0.09025250375270844, - -0.4440627098083496, - 0.8904627561569214 - ] - ], - [ - 1.6666666269302368, - [ - -0.05748802423477173, - -0.10518749803304672, - -0.3703386187553406, - 0.9211297631263733 - ] - ], - [ - 1.7000000476837158, - [ - -0.06385105103254318, - -0.11127205938100815, - -0.34646010398864746, - 0.9292507767677307 - ] - ], - [ - 1.7333333492279053, - [ - -0.059155210852622986, - -0.10703711956739426, - -0.37552186846733093, - 0.9187095761299133 - ] - ], - [ - 1.7666666507720947, - [ - -0.04917319864034653, - -0.09774041920900345, - -0.42859506607055664, - 0.8968474268913269 - ] - ], - [ - 1.7999999523162842, - [ - -0.03626307100057602, - -0.08542044460773468, - -0.4915841519832611, - 0.8658714294433594 - ] - ], - [ - 1.8333333730697632, - [ - -0.022757096216082573, - -0.07225312292575836, - -0.5538288354873657, - 0.8291775584220886 - ] - ], - [ - 1.8666666746139526, - [ - -0.010667772963643074, - -0.06023259088397026, - -0.6064077615737915, - 0.7927975058555603 - ] - ], - [ - 1.899999976158142, - [ - -0.0016379570588469505, - -0.05110056325793266, - -0.6420481204986572, - 0.7649576663970947 - ] - ], - [ - 1.9333332777023315, - [ - 0.0029765162616968155, - -0.04635962098836899, - -0.6543402075767517, - 0.7547720074653625 - ] - ], - [ - 1.9666666984558105, - [ - 0.0005867930594831705, - -0.04866335913538933, - -0.6274548768997192, - 0.7771305441856384 - ] - ], - [ - 2.0, - [ - -0.008207384496927261, - -0.05721357837319374, - -0.5656711459159851, - 0.8226028084754944 - ] - ], - [ - 2.0333333015441895, - [ - -0.020532839000225067, - -0.06901481747627258, - -0.49175259470939636, - 0.8677526712417603 - ] - ], - [ - 2.066666603088379, - [ - -0.03254443034529686, - -0.08046188205480576, - -0.4313599765300751, - 0.8979951739311218 - ] - ], - [ - 2.0999999046325684, - [ - -0.037962060421705246, - -0.08573845028877258, - -0.41257691383361816, - 0.9060839414596558 - ] - ], - [ - 2.133333444595337, - [ - -0.0321841798722744, - -0.0804775133728981, - -0.4520323872566223, - 0.8877805471420288 - ] - ], - [ - 2.1666667461395264, - [ - -0.01933935470879078, - -0.0683075487613678, - -0.5263861417770386, - 0.8472766280174255 - ] - ], - [ - 2.200000047683716, - [ - -0.005283266771584749, - -0.05461014434695244, - -0.6065719723701477, - 0.7931331992149353 - ] - ], - [ - 2.2333333492279053, - [ - 0.005490042734891176, - -0.04380732402205467, - -0.6677001118659973, - 0.743120014667511 - ] - ], - [ - 2.2666666507720947, - [ - 0.009726660326123238, - -0.039472322911024094, - -0.6908851265907288, - 0.7218207120895386 - ] - ], - [ - 2.299999952316284, - [ - 0.004438251722604036, - -0.044880613684654236, - -0.662731945514679, - 0.7474974989891052 - ] - ], - [ - 2.3333332538604736, - [ - -0.00823509506881237, - -0.05758929252624512, - -0.5961723327636719, - 0.8007460236549377 - ] - ], - [ - 2.366666555404663, - [ - -0.025815172120928764, - -0.0750078335404396, - -0.5224982500076294, - 0.8489422798156738 - ] - ], - [ - 2.4000000953674316, - [ - -0.04511900991201401, - -0.09439036250114441, - -0.47617095708847046, - 0.8731071949005127 - ] - ], - [ - 2.433333396911621, - [ - -0.05883534997701645, - -0.10881366580724716, - -0.48454728722572327, - 0.8659746646881104 - ] - ], - [ - 2.4666666984558105, - [ - -0.059767600148916245, - -0.11102519184350967, - -0.5714704394340515, - 0.8108779191970825 - ] - ], - [ - 2.5, - [ - -0.05334519222378731, - -0.10525394976139069, - -0.6957348585128784, - 0.7085399627685547 - ] - ], - [ - 2.5333333015441895, - [ - -0.05040036886930466, - -0.10186975449323654, - -0.7950822114944458, - 0.595757246017456 - ] - ], - [ - 2.566666603088379, - [ - -0.05798337608575821, - -0.10915256291627884, - -0.8377939462661743, - 0.5318129062652588 - ] - ], - [ - 2.5999999046325684, - [ - -0.07596387714147568, - -0.12811431288719177, - -0.8163736462593079, - 0.5579877495765686 - ] - ], - [ - 2.633333444595337, - [ - -0.09563587605953217, - -0.14903487265110016, - -0.7543596029281616, - 0.6321265697479248 - ] - ], - [ - 2.6666667461395264, - [ - -0.10911981761455536, - -0.16305245459079742, - -0.6859316229820251, - 0.7007172703742981 - ] - ], - [ - 2.700000047683716, - [ - -0.11122427135705948, - -0.16512496769428253, - -0.6574110388755798, - 0.7267555594444275 - ] - ], - [ - 2.7333333492279053, - [ - -0.10125264525413513, - -0.15491199493408203, - -0.6843942999839783, - 0.7052337527275085 - ] - ], - [ - 2.7666666507720947, - [ - -0.08563991636037827, - -0.13876765966415405, - -0.732845664024353, - 0.6605653762817383 - ] - ], - [ - 2.799999952316284, - [ - -0.06796783208847046, - -0.12018512934446335, - -0.7853119969367981, - 0.603507399559021 - ] - ], - [ - 2.8333332538604736, - [ - -0.05003233626484871, - -0.10103484243154526, - -0.8303135633468628, - 0.5457729697227478 - ] - ], - [ - 2.866666555404663, - [ - -0.03398697450757027, - -0.08382534235715866, - -0.858890950679779, - 0.5041077136993408 - ] - ], - [ - 2.9000000953674316, - [ - 0.02249845676124096, - 0.07174418121576309, - 0.864694356918335, - -0.496639221906662 - ] - ], - [ - 2.933333396911621, - [ - -0.016658933833241463, - -0.06621623039245605, - -0.8373001217842102, - 0.542463481426239 - ] - ], - [ - 2.9666666984558105, - [ - -0.014908256940543652, - -0.06509245187044144, - -0.7752177715301514, - 0.6281545758247375 - ] - ], - [ - 3.0, - [ - -0.015933934599161148, - -0.0662698745727539, - -0.6880752444267273, - 0.7224312424659729 - ] - ], - [ - 3.0333333015441895, - [ - -0.018329937011003494, - -0.0680985301733017, - -0.5932791829109192, - 0.8019017577171326 - ] - ], - [ - 3.066666603088379, - [ - -0.02056165784597397, - -0.06942267715930939, - -0.5156058669090271, - 0.8537612557411194 - ] - ], - [ - 3.0999999046325684, - [ - -0.021012231707572937, - -0.0693669244647026, - -0.4828750789165497, - 0.8726845979690552 - ] - ], - [ - 3.133333444595337, - [ - -0.02107570506632328, - -0.07005234807729721, - -0.5218084454536438, - 0.8499202728271484 - ] - ], - [ - 3.1666667461395264, - [ - -0.02299683541059494, - -0.07317429035902023, - -0.6143229007720947, - 0.7853177785873413 - ] - ], - [ - 3.200000047683716, - [ - -0.02670862153172493, - -0.07755960524082184, - -0.7198983430862427, - 0.6892151832580566 - ] - ], - [ - 3.2333333492279053, - [ - -0.03159540146589279, - -0.08218523859977722, - -0.8079389929771423, - 0.5826507806777954 - ] - ], - [ - 3.2666666507720947, - [ - 0.03597000241279602, - 0.08580882847309113, - 0.8622483611106873, - -0.4978664517402649 - ] - ], - [ - 3.299999952316284, - [ - 0.03687596321105957, - 0.08637062460184097, - 0.8770941495895386, - -0.47104793787002563 - ] - ], - [ - 3.3333332538604736, - [ - -0.0016459495527669787, - -0.07020130008459091, - -0.7531204223632813, - 0.6541245579719543 - ] - ], - [ - 3.366666555404663, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292608441_204442.json b/lenses/physics-objects/Scene/assets/1646688292608441_204442.json deleted file mode 100644 index 5b7c5ae8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292608441_204442.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292608441:204442", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292609392_204455.json b/lenses/physics-objects/Scene/assets/1646688292609392_204455.json deleted file mode 100644 index 1f170e84..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292609392_204455.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292609392:204455", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.586009979248047, - 0.0, - 7.16093850883226e-15 - ] - ], - [ - 1.0, - [ - 9.586009979248047, - 0.0, - 7.16093850883226e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292609594_204462.json b/lenses/physics-objects/Scene/assets/1646688292609594_204462.json deleted file mode 100644 index b3fa6563..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292609594_204462.json +++ /dev/null @@ -1,1567 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292609594:204462", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019005488604307175, - 0.034801922738552094, - -0.03364395722746849, - 0.9986470341682434 - ] - ], - [ - 0.03333333507180214, - [ - -0.019005488604307175, - 0.034801922738552094, - -0.03364395722746849, - 0.9986470341682434 - ] - ], - [ - 0.06666667014360428, - [ - -0.021390879526734352, - 0.03469886630773544, - -0.03405151516199112, - 0.9985885620117188 - ] - ], - [ - 0.10000000149011612, - [ - -0.023803019896149635, - 0.03461271524429321, - -0.03443137928843498, - 0.9985238313674927 - ] - ], - [ - 0.13333334028720856, - [ - -0.02617855742573738, - 0.03454752266407013, - -0.03477369621396065, - 0.9984548687934875 - ] - ], - [ - 0.1666666716337204, - [ - -0.02845492772758007, - 0.03450728580355644, - -0.03506877273321152, - 0.9983835816383362 - ] - ], - [ - 0.20000000298023224, - [ - -0.030570272356271744, - 0.03449583426117897, - -0.035306982696056366, - 0.9983131289482117 - ] - ], - [ - 0.23333333432674408, - [ - -0.03246327117085457, - 0.034516841173172, - -0.0354786217212677, - 0.9982465505599976 - ] - ], - [ - 0.2666666805744171, - [ - -0.034072957932949066, - 0.034573744982481, - -0.03557375445961952, - 0.9981874823570251 - ] - ], - [ - 0.30000001192092896, - [ - -0.035369791090488434, - 0.0346485860645771, - -0.035602789372205734, - 0.9981387257575989 - ] - ], - [ - 0.3333333432674408, - [ - -0.03633144497871399, - 0.03471813723444939, - -0.035580772906541824, - 0.9981025457382202 - ] - ], - [ - 0.36666667461395264, - [ - -0.03694995120167732, - 0.03478526324033737, - -0.035523753613233566, - 0.9980795383453369 - ] - ], - [ - 0.4000000059604645, - [ - -0.03726136311888695, - 0.03485538065433502, - -0.035451408475637436, - 0.99806809425354 - ] - ], - [ - 0.5, - [ - -0.03684040531516075, - 0.03509519621729851, - -0.03515930473804474, - 0.9980857372283936 - ] - ], - [ - 0.5666666626930237, - [ - -0.03585366532206535, - 0.035281743854284286, - -0.03491372987627983, - 0.9981237053871155 - ] - ], - [ - 0.6000000238418579, - [ - -0.03523955121636391, - 0.03538112714886665, - -0.03477916121482849, - 0.998146653175354 - ] - ], - [ - 0.6333333253860474, - [ - -0.03455976024270058, - 0.035482801496982574, - -0.034639157354831696, - 0.9981718063354492 - ] - ], - [ - 0.6666666865348816, - [ - -0.03382538631558418, - 0.0355854257941246, - -0.03449550271034241, - 0.9981982707977295 - ] - ], - [ - 0.699999988079071, - [ - -0.03304753825068474, - 0.03568769991397858, - -0.03435004502534866, - 0.9982255697250366 - ] - ], - [ - 0.7333333492279053, - [ - -0.03223733603954315, - 0.03578838333487511, - -0.0342046394944191, - 0.9982534646987915 - ] - ], - [ - 0.7666666507720947, - [ - -0.03140588849782944, - 0.03588617220520973, - -0.034061141312122345, - 0.9982813596725464 - ] - ], - [ - 0.800000011920929, - [ - -0.030564313754439354, - 0.03597985953092575, - -0.033921435475349426, - 0.9983088970184326 - ] - ], - [ - 0.8333333134651184, - [ - -0.029723742976784706, - 0.03606819733977318, - -0.033787406980991364, - 0.9983357191085815 - ] - ], - [ - 0.8666666746139526, - [ - -0.028895283117890358, - 0.03614996746182442, - -0.033660952001810074, - 0.9983612298965454 - ] - ], - [ - 0.8999999761581421, - [ - -0.028090085834264755, - 0.036224011331796646, - -0.03354397043585777, - 0.998385488986969 - ] - ], - [ - 0.9333333373069763, - [ - -0.027319274842739105, - 0.03628906235098839, - -0.03343838080763817, - 0.9984080791473389 - ] - ], - [ - 0.9666666388511658, - [ - -0.026594001799821854, - 0.036344014108181, - -0.033346086740493774, - 0.9984288215637207 - ] - ], - [ - 1.0, - [ - -0.025925399735569954, - 0.036387622356414795, - -0.0332689993083477, - 0.9984474182128906 - ] - ], - [ - 1.0333333015441895, - [ - -0.02532462775707245, - 0.03641871362924576, - -0.03320901468396187, - 0.9984635710716248 - ] - ], - [ - 1.0666667222976685, - [ - -0.02480284310877323, - 0.0364360585808754, - -0.03316802904009819, - 0.9984773993492126 - ] - ], - [ - 1.100000023841858, - [ - -0.024371212348341942, - 0.03643845021724701, - -0.033147912472486496, - 0.9984886050224304 - ] - ], - [ - 1.1333333253860474, - [ - -0.024054493755102158, - 0.036416053771972656, - -0.03315994143486023, - 0.9984967112541199 - ] - ], - [ - 1.2666666507720947, - [ - -0.02344042807817459, - 0.03607199341058731, - -0.03348521888256073, - 0.9985129237174988 - ] - ], - [ - 1.3333333730697632, - [ - -0.02326127327978611, - 0.03581489622592926, - -0.03370480611920357, - 0.9985190033912659 - ] - ], - [ - 1.399999976158142, - [ - -0.023290643468499184, - 0.03552722558379173, - -0.03393477201461792, - 0.9985207915306091 - ] - ], - [ - 1.4666666984558105, - [ - -0.023521196097135544, - 0.03522353991866112, - -0.034162405878305435, - 0.9985184073448181 - ] - ], - [ - 1.5333333015441895, - [ - -0.023893151432275772, - 0.03491710498929024, - -0.03437738120555878, - 0.9985130429267883 - ] - ], - [ - 1.5666667222976685, - [ - -0.024113453924655914, - 0.03476705402135849, - -0.03447699919342995, - 0.9985094666481018 - ] - ], - [ - 1.600000023841858, - [ - -0.024346664547920227, - 0.034621402621269226, - -0.034569770097732544, - 0.9985056519508362 - ] - ], - [ - 1.6666666269302368, - [ - -0.024821817874908447, - 0.0343501903116703, - -0.03473006561398506, - 0.9984978437423706 - ] - ], - [ - 1.7666666507720947, - [ - -0.025443771854043007, - 0.03401966392993927, - -0.0348903127014637, - 0.9984879493713379 - ] - ], - [ - 2.0333333015441895, - [ - -0.025134405121207237, - 0.0339127741754055, - -0.03463278338313103, - 0.9985082745552063 - ] - ], - [ - 2.066666603088379, - [ - -0.024758702144026756, - 0.03400804474949837, - -0.03450934216380119, - 0.998518705368042 - ] - ], - [ - 2.0999999046325684, - [ - -0.024282950907945633, - 0.03413243591785431, - -0.03436124697327614, - 0.9985312223434448 - ] - ], - [ - 2.133333444595337, - [ - -0.023683806881308556, - 0.03429756686091423, - -0.03417671471834183, - 0.998546302318573 - ] - ], - [ - 2.1666667461395264, - [ - -0.022944685071706772, - 0.034510288387537, - -0.033948030322790146, - 0.9985640048980713 - ] - ], - [ - 2.200000047683716, - [ - -0.022048883140087128, - 0.03475991263985634, - -0.03367256745696068, - 0.9985848665237427 - ] - ], - [ - 2.2333333492279053, - [ - -0.020969463512301445, - 0.035033900290727615, - -0.03335022181272507, - 0.9986094832420349 - ] - ], - [ - 2.2666666507720947, - [ - -0.019689494743943214, - 0.03532373905181885, - -0.03298959136009216, - 0.9986371994018555 - ] - ], - [ - 2.299999952316284, - [ - -0.018200956284999847, - 0.03562161326408386, - -0.03259929269552231, - 0.9986677765846252 - ] - ], - [ - 2.3333332538604736, - [ - -0.016525203362107277, - 0.03592102974653244, - -0.03218718618154526, - 0.9986995458602905 - ] - ], - [ - 2.366666555404663, - [ - -0.014687921851873398, - 0.03621602803468704, - -0.03176127001643181, - 0.998731255531311 - ] - ], - [ - 2.4000000953674316, - [ - -0.012615148909389973, - 0.036511726677417755, - -0.031316857784986496, - 0.9987627267837524 - ] - ], - [ - 2.433333396911621, - [ - -0.010246184654533863, - 0.036814380437135696, - -0.03084741346538067, - 0.998793363571167 - ] - ], - [ - 2.4666666984558105, - [ - -0.00762237748131156, - 0.037120044231414795, - -0.030358530580997467, - 0.9988204836845398 - ] - ], - [ - 2.5, - [ - -0.004785123281180859, - 0.03742492198944092, - -0.02985597960650921, - 0.9988418817520142 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017759810434654355, - 0.0377255380153656, - -0.029345687478780746, - 0.9988555908203125 - ] - ], - [ - 2.566666603088379, - [ - 0.0013634184142574668, - 0.03801858052611351, - -0.028833705931901932, - 0.9988601207733154 - ] - ], - [ - 2.5999999046325684, - [ - 0.004591344390064478, - 0.03830103576183319, - -0.02832631580531597, - 0.9988542199134827 - ] - ], - [ - 2.633333444595337, - [ - 0.007866024039685726, - 0.03857007995247841, - -0.027829797938466072, - 0.9988372921943665 - ] - ], - [ - 2.6666667461395264, - [ - 0.011145465075969696, - 0.038823146373033524, - -0.02735064923763275, - 0.9988096356391907 - ] - ], - [ - 2.700000047683716, - [ - 0.014387735165655613, - 0.03905783221125603, - -0.026895420625805855, - 0.9987713098526001 - ] - ], - [ - 2.7333333492279053, - [ - 0.01755080372095108, - 0.03927193582057953, - -0.026470761746168137, - 0.9987236857414246 - ] - ], - [ - 2.7666666507720947, - [ - 0.02059261128306389, - 0.0394633524119854, - -0.026083365082740784, - 0.9986682534217834 - ] - ], - [ - 2.799999952316284, - [ - 0.02347104623913765, - 0.03963005915284157, - -0.025739923119544983, - 0.9986070394515991 - ] - ], - [ - 2.8333332538604736, - [ - 0.02614401839673519, - 0.03977007791399956, - -0.025447145104408264, - 0.9985426664352417 - ] - ], - [ - 2.866666555404663, - [ - 0.028569404035806656, - 0.039881382137537, - -0.025211719796061516, - 0.9984777569770813 - ] - ], - [ - 2.9000000953674316, - [ - 0.030705148354172707, - 0.03996182605624199, - -0.025040259584784508, - 0.9984153509140015 - ] - ], - [ - 2.933333396911621, - [ - 0.03245987743139267, - 0.04000474512577057, - -0.02494535595178604, - 0.9983605146408081 - ] - ], - [ - 2.9666666984558105, - [ - 0.03375845029950142, - 0.040004611015319824, - -0.024937493726611137, - 0.9983176589012146 - ] - ], - [ - 3.0, - [ - 0.03458579629659653, - 0.0399618037045002, - -0.025017695501446724, - 0.9982890486717224 - ] - ], - [ - 3.0333333015441895, - [ - 0.03493800014257431, - 0.03988153487443924, - -0.02517838031053543, - 0.9982759356498718 - ] - ], - [ - 3.066666603088379, - [ - 0.034808576107025146, - 0.03977431729435921, - -0.02542206458747387, - 0.9982785582542419 - ] - ], - [ - 3.0999999046325684, - [ - 0.03420276939868927, - 0.03965051844716072, - -0.025746168568730354, - 0.9982961416244507 - ] - ], - [ - 3.133333444595337, - [ - 0.03314760699868202, - 0.039516381919384, - -0.026133563369512558, - 0.9983269572257996 - ] - ], - [ - 3.1666667461395264, - [ - 0.031687334179878235, - 0.03937782347202301, - -0.026567744091153145, - 0.9983683824539185 - ] - ], - [ - 3.200000047683716, - [ - 0.029886752367019653, - 0.039239928126335144, - -0.02703273482620716, - 0.9984169602394104 - ] - ], - [ - 3.2333333492279053, - [ - 0.027785681188106537, - 0.03910429775714874, - -0.027516601607203484, - 0.9984696507453918 - ] - ], - [ - 3.2666666507720947, - [ - 0.025415679439902306, - 0.038970865309238434, - -0.028010517358779907, - 0.9985243678092957 - ] - ], - [ - 3.299999952316284, - [ - 0.022838184610009193, - 0.038842130452394485, - -0.028503824025392532, - 0.9985775947570801 - ] - ], - [ - 3.3333332538604736, - [ - 0.02011416107416153, - 0.03872080147266388, - -0.028986230492591858, - 0.9986270070075989 - ] - ], - [ - 3.366666555404663, - [ - 0.017303958535194397, - 0.03860972076654434, - -0.029447780922055244, - 0.9986704587936401 - ] - ], - [ - 3.4000000953674316, - [ - 0.014467205852270126, - 0.03851180151104927, - -0.029878810048103333, - 0.998706579208374 - ] - ], - [ - 3.433333396911621, - [ - 0.011662928387522697, - 0.03842997923493385, - -0.03026990033686161, - 0.998734712600708 - ] - ], - [ - 3.4666666984558105, - [ - 0.00894930213689804, - 0.03836707025766373, - -0.030611759051680565, - 0.998754620552063 - ] - ], - [ - 3.5, - [ - 0.006383922882378101, - 0.03832587972283363, - -0.030895287171006203, - 0.9987672567367554 - ] - ], - [ - 3.5333333015441895, - [ - 0.004023839719593525, - 0.038308970630168915, - -0.03111121989786625, - 0.9987733960151672 - ] - ], - [ - 3.566666603088379, - [ - 0.00192575145047158, - 0.03831876814365387, - -0.03125021234154701, - 0.9987749457359314 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010051497520180419, - 0.038337111473083496, - -0.03132740780711174, - 0.9987736940383911 - ] - ], - [ - 3.633333444595337, - [ - -0.0014333546860143542, - 0.03834269568324089, - -0.031361259520053864, - 0.9987713694572449 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026498211082071066, - 0.03834100812673569, - -0.031365565955638885, - 0.9987689256668091 - ] - ], - [ - 3.700000047683716, - [ - -0.0035683244932442904, - 0.0383402556180954, - -0.031357429921627045, - 0.9987662434577942 - ] - ], - [ - 3.7333333492279053, - [ - -0.004218370653688908, - 0.03834351524710655, - -0.031336452811956406, - 0.9987642168998718 - ] - ], - [ - 3.7666666507720947, - [ - -0.004645652137696743, - 0.038354236632585526, - -0.03130149841308594, - 0.9987630248069763 - ] - ], - [ - 3.799999952316284, - [ - -0.004868499469012022, - 0.03837425261735916, - -0.031251806765794754, - 0.9987627267837524 - ] - ], - [ - 3.9000000953674316, - [ - -0.004651564639061689, - 0.038486313074827194, - -0.03102005645632744, - 0.9987667202949524 - ] - ], - [ - 3.933333396911621, - [ - -0.0044117094948887825, - 0.038531944155693054, - -0.03092716820538044, - 0.9987689256668091 - ] - ], - [ - 3.9666666984558105, - [ - -0.004112067632377148, - 0.038579199463129044, - -0.03083023801445961, - 0.9987713694572449 - ] - ], - [ - 4.0, - [ - -0.003764109220355749, - 0.03862686827778816, - -0.030731286853551865, - 0.9987739324569702 - ] - ], - [ - 4.0333333015441895, - [ - -0.00337930372916162, - 0.03867378085851669, - -0.03063218481838703, - 0.9987765550613403 - ] - ], - [ - 4.099999904632568, - [ - -0.0025450510438531637, - 0.03876059874892235, - -0.030441533774137497, - 0.9987815022468567 - ] - ], - [ - 4.133333206176758, - [ - -0.0021185562945902348, - 0.03879820182919502, - -0.03035391867160797, - 0.9987837076187134 - ] - ], - [ - 4.166666507720947, - [ - -0.0017011230811476707, - 0.038830388337373734, - -0.030274109914898872, - 0.998785674571991 - ] - ], - [ - 4.199999809265137, - [ - -0.001304239616729319, - 0.038856033235788345, - -0.030204061418771744, - 0.9987874031066895 - ] - ], - [ - 4.233333110809326, - [ - -0.0009393927175551653, - 0.03887399658560753, - -0.0301457978785038, - 0.9987888336181641 - ] - ], - [ - 4.266666889190674, - [ - -0.0006180812488310039, - 0.03888311982154846, - -0.030101263895630836, - 0.9987900853157043 - ] - ], - [ - 4.333333492279053, - [ - -0.00015206025273073465, - 0.03887023404240608, - -0.0300613846629858, - 0.9987919926643372 - ] - ], - [ - 4.433333396911621, - [ - -8.071820047916844e-05, - 0.038747504353523254, - -0.030163777992129326, - 0.9987936615943909 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002992761437781155, - 0.038657426834106445, - -0.030270028859376907, - 0.99879390001297 - ] - ], - [ - 4.5, - [ - -0.0006738190422765911, - 0.038533493876457214, - -0.0304175466299057, - 0.9987940192222595 - ] - ], - [ - 4.5333333015441895, - [ - -0.00123119936324656, - 0.03837260976433754, - -0.03060324676334858, - 0.9987940192222595 - ] - ], - [ - 4.566666603088379, - [ - -0.001990918768569827, - 0.038178130984306335, - -0.030822303146123886, - 0.9987936019897461 - ] - ], - [ - 4.599999904632568, - [ - -0.0029664046596735716, - 0.03795337677001953, - -0.031069831922650337, - 0.9987919926643372 - ] - ], - [ - 4.633333206176758, - [ - -0.0041539547964930534, - 0.037701256573200226, - -0.031341586261987686, - 0.9987888932228088 - ] - ], - [ - 4.666666507720947, - [ - -0.005547663196921349, - 0.03742465376853943, - -0.03163342922925949, - 0.9987832307815552 - ] - ], - [ - 4.699999809265137, - [ - -0.007138553075492382, - 0.037126440554857254, - -0.03194139152765274, - 0.9987744688987732 - ] - ], - [ - 4.733333110809326, - [ - -0.008905242197215557, - 0.03680924326181412, - -0.03226204216480255, - 0.9987617135047913 - ] - ], - [ - 4.766666889190674, - [ - -0.010826376266777515, - 0.036475770175457, - -0.03259206563234329, - 0.9987443685531616 - ] - ], - [ - 4.800000190734863, - [ - -0.012880445457994938, - 0.03612882271409035, - -0.032928187400102615, - 0.9987214803695679 - ] - ], - [ - 4.833333492279053, - [ - -0.015046034008264542, - 0.03577133268117905, - -0.033267274498939514, - 0.9986928105354309 - ] - ], - [ - 4.866666793823242, - [ - -0.017301645129919052, - 0.03540630638599396, - -0.033606238663196564, - 0.9986579418182373 - ] - ], - [ - 4.900000095367432, - [ - -0.01964053139090538, - 0.03503524884581566, - -0.03394375741481781, - 0.9986164569854736 - ] - ], - [ - 4.933333396911621, - [ - -0.022056840360164642, - 0.03465956822037697, - -0.03427869454026222, - 0.9985675811767578 - ] - ], - [ - 4.9666666984558105, - [ - -0.024530362337827682, - 0.0342823788523674, - -0.034608371555805206, - 0.9985116124153137 - ] - ], - [ - 5.0, - [ - -0.02704085037112236, - 0.03390689939260483, - -0.03493018075823784, - 0.9984483122825623 - ] - ], - [ - 5.0333333015441895, - [ - -0.029568010941147804, - 0.033536408096551895, - -0.03524165600538254, - 0.9983782172203064 - ] - ], - [ - 5.066666603088379, - [ - -0.03209151700139046, - 0.033174313604831696, - -0.03554042428731918, - 0.9983018040657043 - ] - ], - [ - 5.099999904632568, - [ - -0.034591030329465866, - 0.0328240692615509, - -0.03582417592406273, - 0.9982198476791382 - ] - ], - [ - 5.133333206176758, - [ - -0.037046167999506, - 0.03248921036720276, - -0.03609071671962738, - 0.9981330037117004 - ] - ], - [ - 5.166666507720947, - [ - -0.03943652659654617, - 0.032173335552215576, - -0.03633791580796242, - 0.9980427026748657 - ] - ], - [ - 5.199999809265137, - [ - -0.04174166917800903, - 0.03188007324934006, - -0.036563705652952194, - 0.9979500770568848 - ] - ], - [ - 5.233333110809326, - [ - -0.04394116252660751, - 0.03161308914422989, - -0.03676604479551315, - 0.9978567361831665 - ] - ], - [ - 5.266666889190674, - [ - -0.046014584600925446, - 0.031376056373119354, - -0.03694294020533562, - 0.9977642297744751 - ] - ], - [ - 5.300000190734863, - [ - -0.04794137924909592, - 0.031172629445791245, - -0.03709237277507782, - 0.9976743459701538 - ] - ], - [ - 5.333333492279053, - [ - -0.049701131880283356, - 0.031006483361124992, - -0.03721232712268829, - 0.9975889325141907 - ] - ], - [ - 5.366666793823242, - [ - -0.05127335712313652, - 0.030881183221936226, - -0.037300724536180496, - 0.9975100159645081 - ] - ], - [ - 5.400000095367432, - [ - -0.05263753607869148, - 0.03080025687813759, - -0.03735541179776192, - 0.9974393248558044 - ] - ], - [ - 5.433333396911621, - [ - -0.05375753715634346, - 0.030778322368860245, - -0.037364907562732697, - 0.9973800182342529 - ] - ], - [ - 5.4666666984558105, - [ - -0.05460391566157341, - 0.030824998393654823, - -0.03732152655720711, - 0.9973341226577759 - ] - ], - [ - 5.5333333015441895, - [ - -0.05534711480140686, - 0.031086353585124016, - -0.037060052156448364, - 0.9972947835922241 - ] - ], - [ - 5.566666603088379, - [ - -0.055174682289361954, - 0.03128217160701752, - -0.03684577718377113, - 0.9973061680793762 - ] - ], - [ - 5.599999904632568, - [ - -0.05460912361741066, - 0.031511545181274414, - -0.036584120243787766, - 0.99733966588974 - ] - ], - [ - 5.633333206176758, - [ - -0.05365891382098198, - 0.03176839277148247, - -0.036280564963817596, - 0.9973942041397095 - ] - ], - [ - 5.666666507720947, - [ - -0.05233697593212128, - 0.03204690292477608, - -0.03594055399298668, - 0.9974678754806519 - ] - ], - [ - 5.699999809265137, - [ - -0.05066237598657608, - 0.03234163671731949, - -0.03556952625513077, - 0.9975581169128418 - ] - ], - [ - 5.733333110809326, - [ - -0.04867502301931381, - 0.03264806047081947, - -0.03517237305641174, - 0.9976612329483032 - ] - ], - [ - 5.766666889190674, - [ - -0.0464148111641407, - 0.032961782068014145, - -0.034754153341054916, - 0.997773289680481 - ] - ], - [ - 5.800000190734863, - [ - -0.0439218133687973, - 0.03327857702970505, - -0.03432008624076843, - 0.9978905320167542 - ] - ], - [ - 5.833333492279053, - [ - -0.04123614728450775, - 0.03359445556998253, - -0.033875543624162674, - 0.9980097413063049 - ] - ], - [ - 5.866666793823242, - [ - -0.03839804604649544, - 0.03390561044216156, - -0.033426087349653244, - 0.9981276988983154 - ] - ], - [ - 5.900000095367432, - [ - -0.035447876900434494, - 0.034208424389362335, - -0.03297740966081619, - 0.9982414245605469 - ] - ], - [ - 5.933333396911621, - [ - -0.03242609649896622, - 0.03449949249625206, - -0.03253532201051712, - 0.9983485341072083 - ] - ], - [ - 5.9666666984558105, - [ - -0.029373345896601677, - 0.034775618463754654, - -0.032105863094329834, - 0.9984473586082458 - ] - ], - [ - 6.0, - [ - -0.026330312713980675, - 0.035033781081438065, - -0.031695082783699036, - 0.9985364079475403 - ] - ], - [ - 6.0333333015441895, - [ - -0.02333778329193592, - 0.03527109697461128, - -0.03130917251110077, - 0.9986146688461304 - ] - ], - [ - 6.066666603088379, - [ - -0.020436657592654228, - 0.03548482060432434, - -0.030954387038946152, - 0.9986817240715027 - ] - ], - [ - 6.099999904632568, - [ - -0.017667850479483604, - 0.03567228838801384, - -0.03063700906932354, - 0.9987375736236572 - ] - ], - [ - 6.133333206176758, - [ - -0.01507236622273922, - 0.035830892622470856, - -0.03036336414515972, - 0.9987828731536865 - ] - ], - [ - 6.166666507720947, - [ - -0.012691199779510498, - 0.03595797345042229, - -0.030139684677124023, - 0.9988180994987488 - ] - ], - [ - 6.199999809265137, - [ - -0.010565354488790035, - 0.03605081886053085, - -0.029972225427627563, - 0.9988446235656738 - ] - ], - [ - 6.233333110809326, - [ - -0.008735843934118748, - 0.03610657528042793, - -0.029867058619856834, - 0.9988633394241333 - ] - ], - [ - 6.266666889190674, - [ - -0.00724358856678009, - 0.0361221544444561, - -0.02983018010854721, - 0.9988759160041809 - ] - ], - [ - 6.300000190734863, - [ - -0.006126485764980316, - 0.036095891147851944, - -0.02986525371670723, - 0.9988831877708435 - ] - ], - [ - 6.333333492279053, - [ - -0.00541120208799839, - 0.036032095551490784, - -0.02996818535029888, - 0.9988866448402405 - ] - ], - [ - 6.366666793823242, - [ - -0.0051275584846735, - 0.03593979403376579, - -0.030145956203341484, - 0.998885989189148 - ] - ], - [ - 6.400000095367432, - [ - -0.0052922992035746574, - 0.035828087478876114, - -0.030400296673178673, - 0.998881459236145 - ] - ], - [ - 6.433333396911621, - [ - -0.005899468902498484, - 0.03570270538330078, - -0.030717648565769196, - 0.9988728165626526 - ] - ], - [ - 6.4666666984558105, - [ - -0.006926420144736767, - 0.035568755120038986, - -0.031084876507520676, - 0.9988597631454468 - ] - ], - [ - 6.5, - [ - -0.008330799639225006, - 0.035430338233709335, - -0.031489159911870956, - 0.9988411664962769 - ] - ], - [ - 6.5333333015441895, - [ - -0.010063238441944122, - 0.03529110178351402, - -0.03191770613193512, - 0.9988166689872742 - ] - ], - [ - 6.566666603088379, - [ - -0.012063445523381233, - 0.035154663026332855, - -0.03235846385359764, - 0.9987850189208984 - ] - ], - [ - 6.599999904632568, - [ - -0.014264632016420364, - 0.03502490743994713, - -0.03280024975538254, - 0.9987462759017944 - ] - ], - [ - 6.633333206176758, - [ - -0.016600508242845535, - 0.03490594029426575, - -0.03323223441839218, - 0.9987000823020935 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292609939_204469.json b/lenses/physics-objects/Scene/assets/1646688292609939_204469.json deleted file mode 100644 index 70872cb4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292609939_204469.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292609939:204469", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292611144_204482.json b/lenses/physics-objects/Scene/assets/1646688292611144_204482.json deleted file mode 100644 index f8db4e1b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292611144_204482.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292611144:204482", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.579776763916016, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.550202369689941, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.549690246582031, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.577801704406738, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.616694450378418, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.647472381591797, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.64210319519043, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.60186767578125, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.566583633422852, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.546910285949707, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.555007934570313, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.593953132629395, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.629302978515625, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.650921821594238, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.672428131103516, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.652365684509277, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.62389850616455, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.560041427612305, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.538373947143555, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.548818588256836, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.591733932495117, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.642949104309082, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.66637897491455, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.655115127563477, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.635235786437988, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.608949661254883, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.574481964111328, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.551239967346191, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.572334289550781, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.599699020385742, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.630139350891113, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.657357215881348, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.682101249694824, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.67599868774414, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.651427268981934, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.605463027954102, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.561933517456055, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.538514137268066, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.552611351013184, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.59038257598877, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.624704360961914, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.645240783691406, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.661698341369629, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.685948371887207, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.663606643676758, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.60451602935791, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.558735847473145, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.536520004272461, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.534852027893066, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.570012092590332, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.62663745880127, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.669305801391602, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.655534744262695, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.603260040283203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.5350341796875, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.526451110839844, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.643340110778809, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.672757148742676, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.670352935791016, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.641409873962402, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.597386360168457, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.560992240905762, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.557631492614746, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.58812141418457, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.693206787109375, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.72950267791748, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.736491203308105, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.711889266967773, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.678651809692383, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.633854866027832, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.57454776763916, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.530385971069336, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.523701667785645, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.545404434204102, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.594030380249023, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292611357_204489.json b/lenses/physics-objects/Scene/assets/1646688292611357_204489.json deleted file mode 100644 index 080dc7ef..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292611357_204489.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292611357:204489", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ], - [ - 0.03333333507180214, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ], - [ - 0.06666667014360428, - [ - -0.037452954798936844, - -0.00262880208902061, - -0.015355575829744339, - 0.9991770386695862 - ] - ], - [ - 0.10000000149011612, - [ - -0.03785911947488785, - -0.002458215458318591, - -0.009509479627013206, - 0.9992349147796631 - ] - ], - [ - 0.13333334028720856, - [ - -0.03334643319249153, - -0.001921799615956843, - -0.012261711061000824, - 0.9993668794631958 - ] - ], - [ - 0.1666666716337204, - [ - -0.027381980791687965, - -0.000683751015458256, - -0.01905403472483158, - 0.9994432926177979 - ] - ], - [ - 0.20000000298023224, - [ - -0.022075671702623367, - 0.0013113172026351094, - -0.027239510789513588, - 0.9993842840194702 - ] - ], - [ - 0.23333333432674408, - [ - -0.018849339336156845, - 0.0037146788090467453, - -0.034725371748209, - 0.9992123246192932 - ] - ], - [ - 0.2666666805744171, - [ - -0.016655482351779938, - 0.006198814604431391, - -0.04023366793990135, - 0.9990322589874268 - ] - ], - [ - 0.30000001192092896, - [ - -0.015482455492019653, - 0.008345336653292179, - -0.04274526610970497, - 0.9989311695098877 - ] - ], - [ - 0.3333333432674408, - [ - -0.01504778303205967, - 0.009329994209110737, - -0.0405084528028965, - 0.9990224242210388 - ] - ], - [ - 0.36666667461395264, - [ - -0.014293573796749115, - 0.008816007524728775, - -0.03302833437919617, - 0.9993132948875427 - ] - ], - [ - 0.4000000059604645, - [ - -0.013326629064977169, - 0.006456753704696894, - -0.02159709297120571, - 0.9996570944786072 - ] - ], - [ - 0.4333333373069763, - [ - -0.010968334041535854, - 0.0027282051742076874, - -0.00944146141409874, - 0.9998915791511536 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876972805708647, - -0.0006823324947617948, - -0.00019992172019556165, - 0.999982476234436 - ] - ], - [ - 0.5, - [ - 0.002542380942031741, - -0.002110457280650735, - 0.0035432728473097086, - 0.9999882578849792 - ] - ], - [ - 0.5333333611488342, - [ - 0.013776680454611778, - -0.000787039112765342, - 0.00025451360852457583, - 0.9999047517776489 - ] - ], - [ - 0.5666666626930237, - [ - 0.025754105299711227, - 0.002150788437575102, - -0.008544170297682285, - 0.9996294975280762 - ] - ], - [ - 0.6000000238418579, - [ - 0.03531819209456444, - 0.0052953558042645454, - -0.02030841074883938, - 0.9991558194160461 - ] - ], - [ - 0.6333333253860474, - [ - 0.03814135119318962, - 0.008241514675319195, - -0.03151148557662964, - 0.9987413883209229 - ] - ], - [ - 0.6666666865348816, - [ - 0.033779922872781754, - 0.01088897418230772, - -0.03906625136733055, - 0.9986061453819275 - ] - ], - [ - 0.699999988079071, - [ - 0.02479425258934498, - 0.012192599475383759, - -0.0418211966753006, - 0.9987429976463318 - ] - ], - [ - 0.7333333492279053, - [ - 0.012739450670778751, - 0.011621243320405483, - -0.0397484265267849, - 0.9990609288215637 - ] - ], - [ - 0.7666666507720947, - [ - 0.000333388801664114, - 0.0094575434923172, - -0.033884067088365555, - 0.9993810653686523 - ] - ], - [ - 0.800000011920929, - [ - -0.009848864749073982, - 0.006252833176404238, - -0.024762263521552086, - 0.9996253252029419 - ] - ], - [ - 0.8333333134651184, - [ - -0.016030415892601013, - 0.0029923298861831427, - -0.013867572881281376, - 0.9997708797454834 - ] - ], - [ - 0.8666666746139526, - [ - -0.017553243786096573, - 0.0005540394922718406, - -0.003462712513282895, - 0.9998399019241333 - ] - ], - [ - 0.8999999761581421, - [ - -0.014066302217543125, - -0.0007693695952184498, - 0.004148793872445822, - 0.9998921751976013 - ] - ], - [ - 0.9333333373069763, - [ - -0.005548208486288786, - -0.0012709555448964238, - 0.007113289553672075, - 0.9999585151672363 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893920246511698, - -0.0009905759943649173, - 0.004578001331537962, - 0.999965250492096 - ] - ], - [ - 1.0, - [ - 0.020698409527540207, - 0.0005950498743914068, - -0.002183377044275403, - 0.9997832179069519 - ] - ], - [ - 1.0333333015441895, - [ - 0.03256573528051376, - 0.003911674488335848, - -0.011290887370705605, - 0.9993981719017029 - ] - ], - [ - 1.0666667222976685, - [ - 0.03981796279549599, - 0.008450599387288094, - -0.02063572034239769, - 0.9989581108093262 - ] - ], - [ - 1.100000023841858, - [ - 0.041013654321432114, - 0.012514438480138779, - -0.028751274570822716, - 0.9986664056777954 - ] - ], - [ - 1.1333333253860474, - [ - 0.03427920863032341, - 0.01371818594634533, - -0.0350731685757637, - 0.9987024664878845 - ] - ], - [ - 1.1666666269302368, - [ - 0.022853020578622818, - 0.012259810231626034, - -0.038296882063150406, - 0.9989299178123474 - ] - ], - [ - 1.2000000476837158, - [ - 0.01017936784774065, - 0.009369821287691593, - -0.03456239402294159, - 0.9993067979812622 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019203159026801586, - 0.005623944103717804, - -0.02308768779039383, - 0.9997158050537109 - ] - ], - [ - 1.2666666507720947, - [ - -0.010962792672216892, - 0.0021798918023705482, - -0.0077530499547719955, - 0.9999074935913086 - ] - ], - [ - 1.2999999523162842, - [ - -0.01475891936570406, - 2.4347828002646565e-05, - 0.005554767791181803, - 0.9998756647109985 - ] - ], - [ - 1.3333333730697632, - [ - -0.012652519159018993, - -0.0003450651129242033, - 0.011009438894689083, - 0.9998592734336853 - ] - ], - [ - 1.3666666746139526, - [ - -0.006202382501214743, - 0.00013270245108287781, - 0.008123836480081081, - 0.9999477863311768 - ] - ], - [ - 1.399999976158142, - [ - 0.001847455045208335, - 7.07186118233949e-05, - 0.000580425257794559, - 0.999998152256012 - ] - ], - [ - 1.4333332777023315, - [ - 0.0073410216718912125, - -0.001022262847982347, - -0.009770984761416912, - 0.9999247789382935 - ] - ], - [ - 1.4666666984558105, - [ - 0.008179101161658764, - -0.0027948173228651285, - -0.020744498819112778, - 0.9997474551200867 - ] - ], - [ - 1.5, - [ - 0.004500186070799828, - -0.004576898645609617, - -0.030359815806150436, - 0.9995184540748596 - ] - ], - [ - 1.5333333015441895, - [ - -0.004278848879039288, - -0.0059081995859742165, - -0.03706115484237671, - 0.9992863535881042 - ] - ], - [ - 1.5666667222976685, - [ - -0.016843263059854507, - -0.006707443855702877, - -0.03974501043558121, - 0.9990454912185669 - ] - ], - [ - 1.600000023841858, - [ - -0.0319896936416626, - -0.006811463739722967, - -0.03695519268512726, - 0.9987815618515015 - ] - ], - [ - 1.6333333253860474, - [ - -0.04703214392066002, - -0.00606961827725172, - -0.028891772031784058, - 0.9984570145606995 - ] - ], - [ - 1.6666666269302368, - [ - -0.059883005917072296, - -0.004821927286684513, - -0.017055965960025787, - 0.9980480074882507 - ] - ], - [ - 1.7000000476837158, - [ - -0.06942079961299896, - -0.003794945776462555, - -0.004295769147574902, - 0.9975709915161133 - ] - ], - [ - 1.7333333492279053, - [ - -0.07451290637254715, - -0.003060957882553339, - 0.005711808335036039, - 0.9971989989280701 - ] - ], - [ - 1.7666666507720947, - [ - -0.07449419796466827, - -0.0026884449180215597, - 0.009616429917514324, - 0.9971715807914734 - ] - ], - [ - 1.7999999523162842, - [ - -0.06937538087368011, - -0.0029640269931405783, - 0.006275528110563755, - 0.9975665807723999 - ] - ], - [ - 1.8333333730697632, - [ - -0.060957957059144974, - -0.003792479168623686, - -0.0020313721615821123, - 0.9981311559677124 - ] - ], - [ - 1.8666666746139526, - [ - -0.05287851765751839, - -0.004680939018726349, - -0.01267071533948183, - 0.9985095858573914 - ] - ], - [ - 1.899999976158142, - [ - -0.04705248400568962, - -0.005161261651664972, - -0.02303316630423069, - 0.9986134767532349 - ] - ], - [ - 1.9333332777023315, - [ - -0.04437577351927757, - -0.005212393589317799, - -0.03087318316102028, - 0.9985241293907166 - ] - ], - [ - 1.9666666984558105, - [ - -0.04813902825117111, - -0.005663493648171425, - -0.0339471735060215, - 0.9982475638389587 - ] - ], - [ - 2.0, - [ - -0.05919801443815231, - -0.006627367343753576, - -0.029476353898644447, - 0.9977889657020569 - ] - ], - [ - 2.0333333015441895, - [ - -0.07347387820482254, - -0.006562979891896248, - -0.017970917746424675, - 0.9971136450767517 - ] - ], - [ - 2.066666603088379, - [ - -0.08668159693479538, - -0.0049082376062870026, - -0.0031359801068902016, - 0.9962190389633179 - ] - ], - [ - 2.0999999046325684, - [ - -0.09527220577001572, - -0.0030592980328947306, - 0.009686297737061977, - 0.995399534702301 - ] - ], - [ - 2.133333444595337, - [ - -0.09622395038604736, - -0.002563362242653966, - 0.01509389840066433, - 0.9952420592308044 - ] - ], - [ - 2.1666667461395264, - [ - -0.08935883641242981, - -0.0032853081356734037, - 0.011688966304063797, - 0.9959254860877991 - ] - ], - [ - 2.200000047683716, - [ - -0.0763188824057579, - -0.003896684618666768, - 0.003343102987855673, - 0.9970702528953552 - ] - ], - [ - 2.2333333492279053, - [ - -0.06202175095677376, - -0.0034982385113835335, - -0.0072366357780992985, - 0.9980425238609314 - ] - ], - [ - 2.2666666507720947, - [ - -0.05131988227367401, - -0.0024239912163466215, - -0.01734655164182186, - 0.998528778553009 - ] - ], - [ - 2.299999952316284, - [ - -0.045247115194797516, - -0.0019139859359711409, - -0.025004984810948372, - 0.9986611008644104 - ] - ], - [ - 2.3333332538604736, - [ - -0.04489999637007713, - -0.002212446415796876, - -0.0283536184579134, - 0.9985865950584412 - ] - ], - [ - 2.366666555404663, - [ - -0.04897785931825638, - -0.0027890538331121206, - -0.023746464401483536, - 0.9985136389732361 - ] - ], - [ - 2.4000000953674316, - [ - -0.05522763729095459, - -0.003163496730849147, - -0.011249689385294914, - 0.998405396938324 - ] - ], - [ - 2.433333396911621, - [ - -0.05977262929081917, - -0.00407294649630785, - 0.004179276991635561, - 0.9981950521469116 - ] - ], - [ - 2.4666666984558105, - [ - -0.05818666145205498, - -0.006115545053035021, - 0.016652243211865425, - 0.9981480836868286 - ] - ], - [ - 2.5, - [ - -0.04972351714968681, - -0.0085093779489398, - 0.021295510232448578, - 0.9984998106956482 - ] - ], - [ - 2.5333333015441895, - [ - -0.035840824246406555, - -0.007804183289408684, - 0.014398221857845783, - 0.9992234110832214 - ] - ], - [ - 2.566666603088379, - [ - -0.01785689778625965, - -0.003243587678298354, - 0.0006849993951618671, - 0.9998350739479065 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010317229316569865, - 0.0013822956243529916, - -0.012344593182206154, - 0.9999228715896606 - ] - ], - [ - 2.633333444595337, - [ - 0.008380917832255363, - 0.0034712553024291992, - -0.01833467371761799, - 0.9997907280921936 - ] - ], - [ - 2.6666667461395264, - [ - 0.0034129463601857424, - 0.0018458275590091944, - -0.013272588141262531, - 0.9999043941497803 - ] - ], - [ - 2.700000047683716, - [ - -0.005080468021333218, - -0.0024621975608170033, - -0.0012752722250297666, - 0.9999832510948181 - ] - ], - [ - 2.7333333492279053, - [ - -0.011144123040139675, - -0.006812207866460085, - 0.011195766739547253, - 0.9998521208763123 - ] - ], - [ - 2.7666666507720947, - [ - -0.013166390359401703, - -0.008107566274702549, - 0.016862519085407257, - 0.9997382760047913 - ] - ], - [ - 2.799999952316284, - [ - -0.013736010529100895, - -0.0064601353369653225, - 0.013896667398512363, - 0.999788224697113 - ] - ], - [ - 2.8333332538604736, - [ - -0.014655441977083683, - -0.004009590018540621, - 0.006368356756865978, - 0.999864399433136 - ] - ], - [ - 2.866666555404663, - [ - -0.01641472801566124, - -0.001616368186660111, - -0.003307458246126771, - 0.9998584985733032 - ] - ], - [ - 2.9000000953674316, - [ - -0.019319405779242516, - 0.0003798648249357939, - -0.012855885550379753, - 0.99973064661026 - ] - ], - [ - 2.933333396911621, - [ - -0.022169016301631927, - 0.001914206543006003, - -0.020416023209691048, - 0.9995440244674683 - ] - ], - [ - 2.9666666984558105, - [ - -0.024820642545819283, - 0.002846070332452655, - -0.02417321875691414, - 0.9993955492973328 - ] - ], - [ - 3.0, - [ - -0.02750261500477791, - 0.002561185508966446, - -0.02163671888411045, - 0.9993842840194702 - ] - ], - [ - 3.0333333015441895, - [ - -0.02957155555486679, - 0.0008864459814503789, - -0.012802589684724808, - 0.9994803071022034 - ] - ], - [ - 3.066666603088379, - [ - -0.0314168781042099, - -0.0018020868301391602, - -0.00015866081230342388, - 0.9995047450065613 - ] - ], - [ - 3.0999999046325684, - [ - -0.032208651304244995, - -0.004568854812532663, - 0.012379256077110767, - 0.9993940591812134 - ] - ], - [ - 3.133333444595337, - [ - -0.03070155717432499, - -0.006400556303560734, - 0.021229051053524017, - 0.9992826581001282 - ] - ], - [ - 3.1666667461395264, - [ - -0.026909438893198967, - -0.0067686946131289005, - 0.023998210206627846, - 0.9993269443511963 - ] - ], - [ - 3.200000047683716, - [ - -0.021232394501566887, - -0.005524740554392338, - 0.019597399979829788, - 0.9995673298835754 - ] - ], - [ - 3.2333333492279053, - [ - -0.01455792598426342, - -0.0035393093712627888, - 0.010143623687326908, - 0.9998363256454468 - ] - ], - [ - 3.2666666507720947, - [ - -0.009047416038811207, - -0.0017044299747794867, - -0.0019431279506534338, - 0.9999558329582214 - ] - ], - [ - 3.299999952316284, - [ - -0.00843322928994894, - -0.0002181141171604395, - -0.014090502634644508, - 0.9998652338981628 - ] - ], - [ - 3.3333332538604736, - [ - -0.01614786684513092, - -0.0012787770247086883, - -0.023313606157898903, - 0.9995969533920288 - ] - ], - [ - 3.366666555404663, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292611552_204496.json b/lenses/physics-objects/Scene/assets/1646688292611552_204496.json deleted file mode 100644 index 8004019c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292611552_204496.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292611552:204496", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292612528_204509.json b/lenses/physics-objects/Scene/assets/1646688292612528_204509.json deleted file mode 100644 index 4f638db1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292612528_204509.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292612528:204509", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.545063018798828, - -4.263256414560601e-14, - -8.881784197001252e-16 - ] - ], - [ - 6.633333206176758, - [ - 9.544044494628906, - -5.684341886080802e-14, - -5.218048215738236e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292612721_204516.json b/lenses/physics-objects/Scene/assets/1646688292612721_204516.json deleted file mode 100644 index 7ad59043..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292612721_204516.json +++ /dev/null @@ -1,1765 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292612721:204516", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01791844144463539, - 0.25316983461380005, - -0.22160540521144867, - 0.9415280222892761 - ] - ], - [ - 0.03333333507180214, - [ - -0.01791844144463539, - 0.25316983461380005, - -0.22160540521144867, - 0.9415280222892761 - ] - ], - [ - 0.06666667014360428, - [ - -0.020155271515250206, - 0.25392183661460876, - -0.2231856882572174, - 0.940906822681427 - ] - ], - [ - 0.10000000149011612, - [ - -0.02241489663720131, - 0.25480809807777405, - -0.22454430162906647, - 0.9402926564216614 - ] - ], - [ - 0.13333334028720856, - [ - -0.024638080969452858, - 0.25581344962120056, - -0.22564257681369781, - 0.9397009611129761 - ] - ], - [ - 0.1666666716337204, - [ - -0.02676665596663952, - 0.2569199204444885, - -0.22644267976284027, - 0.9391482472419739 - ] - ], - [ - 0.20000000298023224, - [ - -0.028743334114551544, - 0.2581070065498352, - -0.22690710425376892, - 0.9386520981788635 - ] - ], - [ - 0.23333333432674408, - [ - -0.030511539429426193, - 0.2593519687652588, - -0.22699850797653198, - 0.9382309317588806 - ] - ], - [ - 0.2666666805744171, - [ - -0.032015182077884674, - 0.2606305181980133, - -0.22667913138866425, - 0.9379037022590637 - ] - ], - [ - 0.30000001192092896, - [ - -0.033227693289518356, - 0.26179686188697815, - -0.22604995965957642, - 0.9376885294914246 - ] - ], - [ - 0.3333333432674408, - [ - -0.03412923216819763, - 0.26267877221107483, - -0.22524628043174744, - 0.9376029968261719 - ] - ], - [ - 0.36666667461395264, - [ - -0.03471067175269127, - 0.2633436322212219, - -0.22442151606082916, - 0.9375928044319153 - ] - ], - [ - 0.4000000059604645, - [ - -0.0350039042532444, - 0.26389095187187195, - -0.22369855642318726, - 0.9376007914543152 - ] - ], - [ - 0.4333333373069763, - [ - -0.03505142405629158, - 0.2643321752548218, - -0.2230326384305954, - 0.9376333951950073 - ] - ], - [ - 0.46666666865348816, - [ - -0.03491051122546196, - 0.26470375061035156, - -0.22239460051059723, - 0.9376853704452515 - ] - ], - [ - 0.5, - [ - -0.034613482654094696, - 0.26502183079719543, - -0.22177442908287048, - 0.9377533793449402 - ] - ], - [ - 0.5333333611488342, - [ - -0.03419358283281326, - 0.265301913022995, - -0.22116009891033173, - 0.9378346800804138 - ] - ], - [ - 0.5666666626930237, - [ - -0.03369130566716194, - 0.26556438207626343, - -0.22053338587284088, - 0.9379262924194336 - ] - ], - [ - 0.6000000238418579, - [ - -0.03311699628829956, - 0.26580810546875, - -0.2199014127254486, - 0.938025951385498 - ] - ], - [ - 0.6333333253860474, - [ - -0.032481007277965546, - 0.26603206992149353, - -0.2192714363336563, - 0.9381321668624878 - ] - ], - [ - 0.6666666865348816, - [ - -0.03179371356964111, - 0.2662351429462433, - -0.21865060925483704, - 0.9382429718971252 - ] - ], - [ - 0.699999988079071, - [ - -0.031065495684742928, - 0.2664163112640381, - -0.21804603934288025, - 0.9383566379547119 - ] - ], - [ - 0.7333333492279053, - [ - -0.030306750908493996, - 0.26657435297966003, - -0.2174648642539978, - 0.9384714365005493 - ] - ], - [ - 0.7666666507720947, - [ - -0.029527874663472176, - 0.2667081356048584, - -0.21691419184207916, - 0.9385858178138733 - ] - ], - [ - 0.800000011920929, - [ - -0.028739256784319878, - 0.2668163776397705, - -0.21640098094940186, - 0.9386979937553406 - ] - ], - [ - 0.8333333134651184, - [ - -0.02795136161148548, - 0.26689770817756653, - -0.215932235121727, - 0.9388064742088318 - ] - ], - [ - 0.8666666746139526, - [ - -0.027174606919288635, - 0.2669508457183838, - -0.21551497280597687, - 0.9389100670814514 - ] - ], - [ - 0.8999999761581421, - [ - -0.02641945146024227, - 0.2669743001461029, - -0.21515610814094543, - 0.9390073418617249 - ] - ], - [ - 0.9333333373069763, - [ - -0.025696348398923874, - 0.26696643233299255, - -0.2148624211549759, - 0.9390968084335327 - ] - ], - [ - 0.9666666388511658, - [ - -0.02501579001545906, - 0.2669256925582886, - -0.21464087069034576, - 0.9391775131225586 - ] - ], - [ - 1.0, - [ - -0.02438824065029621, - 0.26685020327568054, - -0.2144981175661087, - 0.9392479658126831 - ] - ], - [ - 1.0333333015441895, - [ - -0.023824213072657585, - 0.26673826575279236, - -0.2144409865140915, - 0.9393072724342346 - ] - ], - [ - 1.100000023841858, - [ - -0.022928668186068535, - 0.26639729738235474, - -0.21461047232151031, - 0.9393876194953918 - ] - ], - [ - 1.1333333253860474, - [ - -0.022630956023931503, - 0.2661145031452179, - -0.2149120271205902, - 0.939406156539917 - ] - ], - [ - 1.1666666269302368, - [ - -0.02246100641787052, - 0.2657002806663513, - -0.21543270349502563, - 0.9394081234931946 - ] - ], - [ - 1.2000000476837158, - [ - -0.02233710139989853, - 0.26514995098114014, - -0.21611735224723816, - 0.9394094347953796 - ] - ], - [ - 1.2333333492279053, - [ - -0.022191623225808144, - 0.264470636844635, - -0.21689584851264954, - 0.9394248127937317 - ] - ], - [ - 1.2666666507720947, - [ - -0.022053977474570274, - 0.26369708776474, - -0.21772868931293488, - 0.9394528865814209 - ] - ], - [ - 1.2999999523162842, - [ - -0.021949375048279762, - 0.2628585994243622, - -0.21858321130275726, - 0.9394919872283936 - ] - ], - [ - 1.3333333730697632, - [ - -0.02188732661306858, - 0.2619737982749939, - -0.21944014728069305, - 0.939540684223175 - ] - ], - [ - 1.3666666746139526, - [ - -0.021875277161598206, - 0.2610601484775543, - -0.2202823907136917, - 0.9395982027053833 - ] - ], - [ - 1.399999976158142, - [ - -0.021917782723903656, - 0.26013341546058655, - -0.22109532356262207, - 0.939663290977478 - ] - ], - [ - 1.4333332777023315, - [ - -0.022007813677191734, - 0.25920119881629944, - -0.22187429666519165, - 0.9397351741790771 - ] - ], - [ - 1.4666666984558105, - [ - -0.022138327360153198, - 0.25827133655548096, - -0.22261476516723633, - 0.9398130178451538 - ] - ], - [ - 1.5, - [ - -0.02230227366089821, - 0.2573516070842743, - -0.22331230342388153, - 0.9398960471153259 - ] - ], - [ - 1.5333333015441895, - [ - -0.022492606192827225, - 0.25644978880882263, - -0.2239624410867691, - 0.9399831891059875 - ] - ], - [ - 1.5666667222976685, - [ - -0.02270226553082466, - 0.25557389855384827, - -0.22456103563308716, - 0.9400740265846252 - ] - ], - [ - 1.600000023841858, - [ - -0.022924190387129784, - 0.254731684923172, - -0.2251037210226059, - 0.9401673078536987 - ] - ], - [ - 1.6333333253860474, - [ - -0.023151308298110962, - 0.2539311647415161, - -0.22558654844760895, - 0.9402626752853394 - ] - ], - [ - 1.6666666269302368, - [ - -0.023376530036330223, - 0.2531801462173462, - -0.22600527107715607, - 0.9403589367866516 - ] - ], - [ - 1.7000000476837158, - [ - -0.023592768236994743, - 0.2524866461753845, - -0.22635598480701447, - 0.9404556751251221 - ] - ], - [ - 1.7333333492279053, - [ - -0.023792915046215057, - 0.2518584430217743, - -0.2266346663236618, - 0.9405519366264343 - ] - ], - [ - 1.7666666507720947, - [ - -0.023969853296875954, - 0.25130346417427063, - -0.2268373817205429, - 0.9406471252441406 - ] - ], - [ - 1.7999999523162842, - [ - -0.024116458371281624, - 0.25082939863204956, - -0.22696004807949066, - 0.9407402276992798 - ] - ], - [ - 1.8333333730697632, - [ - -0.024225620552897453, - 0.25044405460357666, - -0.22699874639511108, - 0.9408307075500488 - ] - ], - [ - 1.8666666746139526, - [ - -0.024290170520544052, - 0.2501550614833832, - -0.22694945335388184, - 0.9409178495407104 - ] - ], - [ - 1.9666666984558105, - [ - -0.024144751951098442, - 0.2499411255121231, - -0.22623224556446075, - 0.9411511421203613 - ] - ], - [ - 2.0, - [ - -0.02395942248404026, - 0.2501119375228882, - -0.2257891148328781, - 0.9412168860435486 - ] - ], - [ - 2.0333333015441895, - [ - -0.023693732917308807, - 0.2504156231880188, - -0.22523650527000427, - 0.9412752985954285 - ] - ], - [ - 2.066666603088379, - [ - -0.02334056980907917, - 0.25085899233818054, - -0.2245696634054184, - 0.9413253664970398 - ] - ], - [ - 2.0999999046325684, - [ - -0.022892773151397705, - 0.25144878029823303, - -0.2237836718559265, - 0.9413661956787109 - ] - ], - [ - 2.133333444595337, - [ - -0.022328319028019905, - 0.25225135684013367, - -0.222805455327034, - 0.9413970708847046 - ] - ], - [ - 2.1666667461395264, - [ - -0.02163158543407917, - 0.253306120634079, - -0.2215898185968399, - 0.9414171576499939 - ] - ], - [ - 2.200000047683716, - [ - -0.020787447690963745, - 0.25451353192329407, - -0.22012068331241608, - 0.941455066204071 - ] - ], - [ - 2.2333333492279053, - [ - -0.01977100595831871, - 0.25575873255729675, - -0.2184160351753235, - 0.941536545753479 - ] - ], - [ - 2.2666666507720947, - [ - -0.01856602355837822, - 0.2569863498210907, - -0.21655991673469543, - 0.9416556358337402 - ] - ], - [ - 2.299999952316284, - [ - -0.01716465689241886, - 0.25815248489379883, - -0.21462036669254303, - 0.941807210445404 - ] - ], - [ - 2.3333332538604736, - [ - -0.015586771070957184, - 0.25923413038253784, - -0.21264351904392242, - 0.9419859051704407 - ] - ], - [ - 2.366666555404663, - [ - -0.013856335543096066, - 0.26021209359169006, - -0.210672527551651, - 0.942186176776886 - ] - ], - [ - 2.4000000953674316, - [ - -0.011903299018740654, - 0.2610923945903778, - -0.20871852338314056, - 0.9424042105674744 - ] - ], - [ - 2.433333396911621, - [ - -0.009670069441199303, - 0.26189613342285156, - -0.20677463710308075, - 0.9426352381706238 - ] - ], - [ - 2.4666666984558105, - [ - -0.007195475976914167, - 0.26260897517204285, - -0.20484758913516998, - 0.942879855632782 - ] - ], - [ - 2.5, - [ - -0.004518164787441492, - 0.2632647156715393, - -0.20298150181770325, - 0.943117082118988 - ] - ], - [ - 2.5333333015441895, - [ - -0.001677283551543951, - 0.2638486623764038, - -0.20118270814418793, - 0.9433485865592957 - ] - ], - [ - 2.566666603088379, - [ - 0.0012879433343186975, - 0.26436182856559753, - -0.19946987926959991, - 0.9435692429542542 - ] - ], - [ - 2.5999999046325684, - [ - 0.004338161554187536, - 0.2648048400878906, - -0.19786149263381958, - 0.9437745809555054 - ] - ], - [ - 2.633333444595337, - [ - 0.007433863822370768, - 0.2651776671409607, - -0.19637593626976013, - 0.9439608454704285 - ] - ], - [ - 2.6666667461395264, - [ - 0.010535260662436485, - 0.26547977328300476, - -0.1950313001871109, - 0.9441251754760742 - ] - ], - [ - 2.700000047683716, - [ - 0.013602550141513348, - 0.26570969820022583, - -0.1938454508781433, - 0.9442654848098755 - ] - ], - [ - 2.7333333492279053, - [ - 0.016595814377069473, - 0.26586535573005676, - -0.19283615052700043, - 0.9443804621696472 - ] - ], - [ - 2.7666666507720947, - [ - 0.019475026056170464, - 0.2659437954425812, - -0.19202077388763428, - 0.9444695115089417 - ] - ], - [ - 2.799999952316284, - [ - 0.022200094535946846, - 0.26594117283821106, - -0.19141660630702972, - 0.9445327520370483 - ] - ], - [ - 2.8333332538604736, - [ - 0.024730917066335678, - 0.2658529281616211, - -0.19104056060314178, - 0.9445708394050598 - ] - ], - [ - 2.866666555404663, - [ - 0.027027372270822525, - 0.2656734883785248, - -0.19090935587882996, - 0.9445849657058716 - ] - ], - [ - 2.9000000953674316, - [ - 0.02904939278960228, - 0.2653966248035431, - -0.19103935360908508, - 0.9445765018463135 - ] - ], - [ - 2.933333396911621, - [ - 0.030710332095623016, - 0.26500269770622253, - -0.19145631790161133, - 0.944550096988678 - ] - ], - [ - 2.9666666984558105, - [ - 0.03193891793489456, - 0.26447510719299316, - -0.19218210875988007, - 0.9445098638534546 - ] - ], - [ - 3.0, - [ - 0.03272072970867157, - 0.2638205587863922, - -0.19321462512016296, - 0.9444555044174194 - ] - ], - [ - 3.0333333015441895, - [ - 0.03305193409323692, - 0.26308244466781616, - -0.19450202584266663, - 0.9443857073783875 - ] - ], - [ - 3.066666603088379, - [ - 0.032925184816122055, - 0.26235994696617126, - -0.19608089327812195, - 0.9442645311355591 - ] - ], - [ - 3.0999999046325684, - [ - 0.03234504908323288, - 0.261719673871994, - -0.19794434309005737, - 0.9440735578536987 - ] - ], - [ - 3.133333444595337, - [ - 0.03133805841207504, - 0.2611789405345917, - -0.1999824047088623, - 0.9438275694847107 - ] - ], - [ - 3.1666667461395264, - [ - 0.029946859925985336, - 0.2607720196247101, - -0.20211155712604523, - 0.9435316920280457 - ] - ], - [ - 3.200000047683716, - [ - 0.028233589604496956, - 0.2605208158493042, - -0.2042635977268219, - 0.9431903958320618 - ] - ], - [ - 3.2333333492279053, - [ - 0.026236798614263535, - 0.2604331374168396, - -0.20638155937194824, - 0.942811131477356 - ] - ], - [ - 3.2666666507720947, - [ - 0.023987000808119774, - 0.26052114367485046, - -0.2084352970123291, - 0.9423948526382446 - ] - ], - [ - 3.299999952316284, - [ - 0.021543361246585846, - 0.260749876499176, - -0.21035988628864288, - 0.9419628977775574 - ] - ], - [ - 3.3333332538604736, - [ - 0.018963847309350967, - 0.26113009452819824, - -0.21212974190711975, - 0.9415160417556763 - ] - ], - [ - 3.366666555404663, - [ - 0.01630580425262451, - 0.2616543471813202, - -0.21370787918567657, - 0.9410632848739624 - ] - ], - [ - 3.4000000953674316, - [ - 0.013625702820718288, - 0.2623123526573181, - -0.2150585800409317, - 0.9406149983406067 - ] - ], - [ - 3.433333396911621, - [ - 0.010979175567626953, - 0.26309090852737427, - -0.21614691615104675, - 0.9401825070381165 - ] - ], - [ - 3.4666666984558105, - [ - 0.008420852944254875, - 0.263974130153656, - -0.21693888306617737, - 0.9397788643836975 - ] - ], - [ - 3.5, - [ - 0.00600456865504384, - 0.2649434506893158, - -0.2174006998538971, - 0.939417839050293 - ] - ], - [ - 3.5333333015441895, - [ - 0.0037834811955690384, - 0.265978068113327, - -0.217498779296875, - 0.9391143918037415 - ] - ], - [ - 3.566666603088379, - [ - 0.0018102737376466393, - 0.2670554220676422, - -0.21719887852668762, - 0.938883900642395 - ] - ], - [ - 3.5999999046325684, - [ - 9.446919284528121e-05, - 0.26803192496299744, - -0.21661360561847687, - 0.9387425780296326 - ] - ], - [ - 3.633333444595337, - [ - -0.001347160548903048, - 0.268741637468338, - -0.21588687598705292, - 0.9387060403823853 - ] - ], - [ - 3.6666667461395264, - [ - -0.002490512328222394, - 0.26925039291381836, - -0.2151641845703125, - 0.9387239217758179 - ] - ], - [ - 3.700000047683716, - [ - -0.0033538811840116978, - 0.26965007185935974, - -0.21455931663513184, - 0.938744843006134 - ] - ], - [ - 3.7333333492279053, - [ - -0.003965018317103386, - 0.26995202898979187, - -0.21402297914028168, - 0.9387782216072083 - ] - ], - [ - 3.7666666507720947, - [ - -0.004366839770227671, - 0.2701951563358307, - -0.21351882815361023, - 0.9388211965560913 - ] - ], - [ - 3.799999952316284, - [ - -0.004576562438160181, - 0.27039870619773865, - -0.21303106844425201, - 0.9388723969459534 - ] - ], - [ - 3.8333332538604736, - [ - -0.004612134303897619, - 0.2705806791782379, - -0.21254171431064606, - 0.9389306902885437 - ] - ], - [ - 3.866666555404663, - [ - -0.0045317066833376884, - 0.2707560360431671, - -0.2120347023010254, - 0.9389951825141907 - ] - ], - [ - 3.9000000953674316, - [ - -0.004373511765152216, - 0.27091678977012634, - -0.21152351796627045, - 0.9390648603439331 - ] - ], - [ - 3.933333396911621, - [ - -0.0041483198292553425, - 0.27106133103370667, - -0.211014986038208, - 0.9391385316848755 - ] - ], - [ - 3.9666666984558105, - [ - -0.0038668671622872353, - 0.2711881101131439, - -0.21051590144634247, - 0.9392151832580566 - ] - ], - [ - 4.0, - [ - -0.003539940807968378, - 0.2712955176830292, - -0.21003304421901703, - 0.9392935037612915 - ] - ], - [ - 4.0333333015441895, - [ - -0.0031783143058419228, - 0.2713819742202759, - -0.20957323908805847, - 0.9393725395202637 - ] - ], - [ - 4.066666603088379, - [ - -0.0027927574701607227, - 0.2714458107948303, - -0.20914326608181, - 0.9394511580467224 - ] - ], - [ - 4.099999904632568, - [ - -0.0023940610699355602, - 0.27148541808128357, - -0.2087498903274536, - 0.9395282864570618 - ] - ], - [ - 4.133333206176758, - [ - -0.0019930254202336073, - 0.2714989483356476, - -0.20839989185333252, - 0.9396030306816101 - ] - ], - [ - 4.166666507720947, - [ - -0.0016004451317712665, - 0.2714846730232239, - -0.20809999108314514, - 0.9396743774414063 - ] - ], - [ - 4.199999809265137, - [ - -0.00122713518794626, - 0.271440714597702, - -0.2078569084405899, - 0.9397414326667786 - ] - ], - [ - 4.233333110809326, - [ - -0.0008839134825393558, - 0.27136510610580444, - -0.20767734944820404, - 0.9398033618927002 - ] - ], - [ - 4.266666889190674, - [ - -0.0005816159537062049, - 0.27125585079193115, - -0.2075679898262024, - 0.9398592710494995 - ] - ], - [ - 4.300000190734863, - [ - -0.0003310625324957073, - 0.2711109220981598, - -0.20753544569015503, - 0.9399083852767944 - ] - ], - [ - 4.366666793823242, - [ - -2.8580454454640858e-05, - 0.2707052528858185, - -0.20772746205329895, - 0.939983069896698 - ] - ], - [ - 4.433333396911621, - [ - -7.597771036671475e-05, - 0.2700822055339813, - -0.20836816728115082, - 0.9400203824043274 - ] - ], - [ - 4.4666666984558105, - [ - -0.00028166448464617133, - 0.26959383487701416, - -0.2089885175228119, - 0.9400228261947632 - ] - ], - [ - 4.5, - [ - -0.0006341710104607046, - 0.2689487934112549, - -0.2097979187965393, - 0.940027117729187 - ] - ], - [ - 4.5333333015441895, - [ - -0.0011587776243686676, - 0.26813438534736633, - -0.2107512205839157, - 0.9400461316108704 - ] - ], - [ - 4.566666603088379, - [ - -0.0018738799262791872, - 0.2671862542629242, - -0.2118052840232849, - 0.9400779604911804 - ] - ], - [ - 4.599999904632568, - [ - -0.002792154438793659, - 0.2661357522010803, - -0.21292413771152496, - 0.9401209950447083 - ] - ], - [ - 4.633333206176758, - [ - -0.003910178784281015, - 0.2650039792060852, - -0.21408537030220032, - 0.9401729106903076 - ] - ], - [ - 4.666666507720947, - [ - -0.005222453735768795, - 0.2638111412525177, - -0.2152688354253769, - 0.9402318596839905 - ] - ], - [ - 4.699999809265137, - [ - -0.006720596458762884, - 0.26257559657096863, - -0.2164570391178131, - 0.9402952790260315 - ] - ], - [ - 4.733333110809326, - [ - -0.008384539745748043, - 0.2613082826137543, - -0.21764276921749115, - 0.9403613805770874 - ] - ], - [ - 4.766666889190674, - [ - -0.010194240137934685, - 0.26002001762390137, - -0.21881867945194244, - 0.9404276013374329 - ] - ], - [ - 4.800000190734863, - [ - -0.012129461392760277, - 0.25872182846069336, - -0.2199777364730835, - 0.9404922723770142 - ] - ], - [ - 4.833333492279053, - [ - -0.014170115813612938, - 0.2574247121810913, - -0.22111275792121887, - 0.9405534863471985 - ] - ], - [ - 4.866666793823242, - [ - -0.016295962035655975, - 0.25613972544670105, - -0.22221672534942627, - 0.9406096935272217 - ] - ], - [ - 4.900000095367432, - [ - -0.018500635400414467, - 0.25487464666366577, - -0.22328585386276245, - 0.9406594038009644 - ] - ], - [ - 4.933333396911621, - [ - -0.020778656005859375, - 0.2536369860172272, - -0.22431686520576477, - 0.9407010674476624 - ] - ], - [ - 4.9666666984558105, - [ - -0.023110929876565933, - 0.252437561750412, - -0.22530299425125122, - 0.9407336115837097 - ] - ], - [ - 5.0, - [ - -0.025478387251496315, - 0.25128722190856934, - -0.22623741626739502, - 0.9407563209533691 - ] - ], - [ - 5.0333333015441895, - [ - -0.027861833572387695, - 0.2501966059207916, - -0.22711317241191864, - 0.940768301486969 - ] - ], - [ - 5.066666603088379, - [ - -0.030242083594202995, - 0.2491765022277832, - -0.22792327404022217, - 0.940769612789154 - ] - ], - [ - 5.099999904632568, - [ - -0.03259991109371185, - 0.24823756515979767, - -0.22866050899028778, - 0.9407601952552795 - ] - ], - [ - 5.133333206176758, - [ - -0.034916024655103683, - 0.24739032983779907, - -0.22931750118732452, - 0.9407403469085693 - ] - ], - [ - 5.166666507720947, - [ - -0.0371711291372776, - 0.2466452568769455, - -0.22988666594028473, - 0.9407106637954712 - ] - ], - [ - 5.199999809265137, - [ - -0.039345886558294296, - 0.24601271748542786, - -0.23036019504070282, - 0.940671980381012 - ] - ], - [ - 5.233333110809326, - [ - -0.04142094776034355, - 0.24550293385982513, - -0.23073013126850128, - 0.9406255483627319 - ] - ], - [ - 5.266666889190674, - [ - -0.04337703064084053, - 0.24512585997581482, - -0.23098807036876678, - 0.9405723214149475 - ] - ], - [ - 5.300000190734863, - [ - -0.04519464820623398, - 0.24489158391952515, - -0.2311255782842636, - 0.940514087677002 - ] - ], - [ - 5.333333492279053, - [ - -0.04685448855161667, - 0.24480955302715302, - -0.23113371431827545, - 0.9404520988464355 - ] - ], - [ - 5.366666793823242, - [ - -0.04833723232150078, - 0.2448893040418625, - -0.23100343346595764, - 0.9403883218765259 - ] - ], - [ - 5.400000095367432, - [ - -0.04962341859936714, - 0.245139941573143, - -0.23072536289691925, - 0.9403242468833923 - ] - ], - [ - 5.433333396911621, - [ - -0.05067896842956543, - 0.24563199281692505, - -0.23022398352622986, - 0.9402624368667603 - ] - ], - [ - 5.4666666984558105, - [ - -0.051476094871759415, - 0.24640831351280212, - -0.22945129871368408, - 0.940204918384552 - ] - ], - [ - 5.5, - [ - -0.05198852717876434, - 0.2473672777414322, - -0.2283826470375061, - 0.9401850700378418 - ] - ], - [ - 5.5333333015441895, - [ - -0.052180349826812744, - 0.2483900636434555, - -0.22702696919441223, - 0.9402331113815308 - ] - ], - [ - 5.566666603088379, - [ - -0.05202341452240944, - 0.24942034482955933, - -0.22546282410621643, - 0.9403455853462219 - ] - ], - [ - 5.599999904632568, - [ - -0.05149828642606735, - 0.2503989338874817, - -0.2237401008605957, - 0.9405257701873779 - ] - ], - [ - 5.633333206176758, - [ - -0.05061168223619461, - 0.25133541226387024, - -0.2219289243221283, - 0.9407532811164856 - ] - ], - [ - 5.666666507720947, - [ - -0.04937560483813286, - 0.2521967887878418, - -0.22005555033683777, - 0.9410284757614136 - ] - ], - [ - 5.699999809265137, - [ - -0.047807443886995316, - 0.25297099351882935, - -0.21815574169158936, - 0.9413438439369202 - ] - ], - [ - 5.733333110809326, - [ - -0.04594428092241287, - 0.2536603510379791, - -0.21624979376792908, - 0.9416908025741577 - ] - ], - [ - 5.766666889190674, - [ - -0.043823160231113434, - 0.2542673349380493, - -0.21435777842998505, - 0.9420607089996338 - ] - ], - [ - 5.800000190734863, - [ - -0.041481390595436096, - 0.2547945976257324, - -0.212499737739563, - 0.9424451589584351 - ] - ], - [ - 5.833333492279053, - [ - -0.03895645588636398, - 0.2552446126937866, - -0.2106955498456955, - 0.9428361058235168 - ] - ], - [ - 5.866666793823242, - [ - -0.03628598898649216, - 0.25561970472335815, - -0.20896485447883606, - 0.943226158618927 - ] - ], - [ - 5.900000095367432, - [ - -0.033507850021123886, - 0.255921870470047, - -0.20732733607292175, - 0.943608283996582 - ] - ], - [ - 5.933333396911621, - [ - -0.030660104006528854, - 0.25615257024765015, - -0.2058020830154419, - 0.9439763426780701 - ] - ], - [ - 5.9666666984558105, - [ - -0.027781127020716667, - 0.2563127875328064, - -0.20440830290317535, - 0.9443248510360718 - ] - ], - [ - 6.0, - [ - -0.024909356608986855, - 0.25640273094177246, - -0.20316483080387115, - 0.9446488618850708 - ] - ], - [ - 6.0333333015441895, - [ - -0.022083496674895287, - 0.25642213225364685, - -0.20209017395973206, - 0.9449443221092224 - ] - ], - [ - 6.066666603088379, - [ - -0.01934237591922283, - 0.2563697099685669, - -0.20120267570018768, - 0.9452078938484192 - ] - ], - [ - 6.099999904632568, - [ - -0.016724945977330208, - 0.25624358654022217, - -0.20052050054073334, - 0.945436954498291 - ] - ], - [ - 6.133333206176758, - [ - -0.014270232059061527, - 0.256041020154953, - -0.20006145536899567, - 0.9456294178962708 - ] - ], - [ - 6.166666507720947, - [ - -0.012017321772873402, - 0.25575828552246094, - -0.19984295964241028, - 0.9457833170890808 - ] - ], - [ - 6.199999809265137, - [ - -0.010005302727222443, - 0.25539106130599976, - -0.1998823583126068, - 0.94589763879776 - ] - ], - [ - 6.233333110809326, - [ - -0.008273261599242687, - 0.2549341022968292, - -0.2001965343952179, - 0.9459711909294128 - ] - ], - [ - 6.266666889190674, - [ - -0.006860175635665655, - 0.2543814480304718, - -0.20080207288265228, - 0.9460029602050781 - ] - ], - [ - 6.300000190734863, - [ - -0.005802089348435402, - 0.25373685359954834, - -0.20170214772224426, - 0.9459916353225708 - ] - ], - [ - 6.333333492279053, - [ - -0.005124355666339397, - 0.25304192304611206, - -0.20285199582576752, - 0.945935845375061 - ] - ], - [ - 6.366666793823242, - [ - -0.0048550269566476345, - 0.25239643454551697, - -0.20430095493793488, - 0.9457979798316956 - ] - ], - [ - 6.400000095367432, - [ - -0.005009796936064959, - 0.25186586380004883, - -0.20604948699474335, - 0.9455591440200806 - ] - ], - [ - 6.433333396911621, - [ - -0.005582700949162245, - 0.251460462808609, - -0.20799072086811066, - 0.9452387690544128 - ] - ], - [ - 6.4666666984558105, - [ - -0.0065518696792423725, - 0.25120505690574646, - -0.21004624664783478, - 0.9448458552360535 - ] - ], - [ - 6.5, - [ - -0.007876649498939514, - 0.25111252069473267, - -0.21215136349201202, - 0.9443899989128113 - ] - ], - [ - 6.5333333015441895, - [ - -0.009509753435850143, - 0.2511902451515198, - -0.2142462432384491, - 0.943881094455719 - ] - ], - [ - 6.566666603088379, - [ - -0.011393656954169273, - 0.25143876671791077, - -0.21628054976463318, - 0.9433299899101257 - ] - ], - [ - 6.599999904632568, - [ - -0.013464829884469509, - 0.2518536150455475, - -0.21821081638336182, - 0.9427472949028015 - ] - ], - [ - 6.633333206176758, - [ - -0.01566031388938427, - 0.2524440586566925, - -0.22000844776630402, - 0.9421374797821045 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292612921_204523.json b/lenses/physics-objects/Scene/assets/1646688292612921_204523.json deleted file mode 100644 index 2dee1498..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292612921_204523.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292612921:204523", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292613905_204536.json b/lenses/physics-objects/Scene/assets/1646688292613905_204536.json deleted file mode 100644 index 70b144f4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292613905_204536.json +++ /dev/null @@ -1,610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292613905:204536", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.620837211608887, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.601813316345215, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.578927040100098, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.545324325561523, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.530000686645508, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.550427436828613, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.61949348449707, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.641165733337402, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.635152816772461, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.569053649902344, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.54916763305664, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.554428100585938, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.587960243225098, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.613679885864258, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.644916534423828, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.643234252929688, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.621521949768066, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.594318389892578, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.562277793884277, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.538166046142578, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.551239967346191, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.620418548583984, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.640554428100586, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.636794090270996, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.610980987548828, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.573263168334961, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.550830841064453, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56634521484375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.585870742797852, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.631319999694824, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.651705741882324, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.678024291992188, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.677940368652344, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.65327262878418, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.604574203491211, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.563776969909668, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.54075813293457, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.544754028320313, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.60606575012207, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.656907081604004, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.676661491394043, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.68695068359375, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.660765647888184, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.602923393249512, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.560871124267578, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.536128044128418, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.530820846557617, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.561070442199707, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.615015983581543, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.661434173583984, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.648334503173828, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.599873542785645, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.537385940551758, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.524717330932617, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.56039810180664, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.645641326904297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.670839309692383, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.66580867767334, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.638547897338867, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.599087715148926, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.563285827636719, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.55574893951416, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.58242416381836, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.632237434387207, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.6868314743042, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.729645729064941, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.73875904083252, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.71192455291748, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.672002792358398, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.625155448913574, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.568922996520996, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.52923583984375, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.543018341064453, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.585705757141113, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.620837211608887, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292614140_204543.json b/lenses/physics-objects/Scene/assets/1646688292614140_204543.json deleted file mode 100644 index 1ee22e14..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292614140_204543.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292614140:204543", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ], - [ - 0.03333333507180214, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ], - [ - 0.06666667014360428, - [ - -0.03732042387127876, - -0.015913505107164383, - -0.08397764712572098, - 0.9956413507461548 - ] - ], - [ - 0.10000000149011612, - [ - -0.03776228055357933, - -0.020756974816322327, - -0.06909465044736862, - 0.9966790080070496 - ] - ], - [ - 0.13333334028720856, - [ - -0.033191096037626266, - -0.017604589462280273, - -0.09558936208486557, - 0.9947115778923035 - ] - ], - [ - 0.1666666716337204, - [ - -0.027132082730531693, - -0.007856884971261024, - -0.13588498532772064, - 0.9903218746185303 - ] - ], - [ - 0.20000000298023224, - [ - -0.021710708737373352, - 0.006789343897253275, - -0.18293306231498718, - 0.9828621745109558 - ] - ], - [ - 0.23333333432674408, - [ - -0.01836893893778324, - 0.024097127839922905, - -0.22561189532279968, - 0.9737460613250732 - ] - ], - [ - 0.2666666805744171, - [ - -0.016107192263007164, - 0.04103158041834831, - -0.25420722365379333, - 0.9661447405815125 - ] - ], - [ - 0.30000001192092896, - [ - -0.014945048838853836, - 0.05382104218006134, - -0.2590118944644928, - 0.9642576575279236 - ] - ], - [ - 0.3333333432674408, - [ - -0.014638032764196396, - 0.056398313492536545, - -0.2284131944179535, - 0.9718191027641296 - ] - ], - [ - 0.36666667461395264, - [ - -0.01408085785806179, - 0.04780450090765953, - -0.16849517822265625, - 0.984441876411438 - ] - ], - [ - 0.4000000059604645, - [ - -0.013257824815809727, - 0.029452111572027206, - -0.09967128187417984, - 0.9944961667060852 - ] - ], - [ - 0.4333333373069763, - [ - -0.010959441773593426, - 0.006047597620636225, - -0.04100000113248825, - 0.9990808367729187 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876436363905668, - -0.012966020032763481, - -0.003866796614602208, - 0.9998912215232849 - ] - ], - [ - 0.5, - [ - 0.002541918307542801, - -0.01905626431107521, - 0.0041991230100393295, - 0.9998063445091248 - ] - ], - [ - 0.5333333611488342, - [ - 0.013772581703960896, - -0.010595481842756271, - -0.021985303610563278, - 0.999607264995575 - ] - ], - [ - 0.5666666626930237, - [ - 0.025684848427772522, - 0.0031140255741775036, - -0.0737467035651207, - 0.996941328048706 - ] - ], - [ - 0.6000000238418579, - [ - 0.03497659042477608, - 0.014889935962855816, - -0.1395016461610794, - 0.989491879940033 - ] - ], - [ - 0.6333333253860474, - [ - 0.037363387644290924, - 0.02721398137509823, - -0.20163105428218842, - 0.9783702492713928 - ] - ], - [ - 0.6666666865348816, - [ - 0.03276174142956734, - 0.04303247481584549, - -0.24304410815238953, - 0.968506395816803 - ] - ], - [ - 0.699999988079071, - [ - 0.023985790088772774, - 0.05441083014011383, - -0.25092944502830505, - 0.9661772847175598 - ] - ], - [ - 0.7333333492279053, - [ - 0.012407963164150715, - 0.05540746450424194, - -0.22342976927757263, - 0.9730648398399353 - ] - ], - [ - 0.7666666507720947, - [ - 0.00032809877302497625, - 0.04593384265899658, - -0.17488832771778107, - 0.9835161566734314 - ] - ], - [ - 0.800000011920929, - [ - -0.009781260043382645, - 0.028896022588014603, - -0.11614596843719482, - 0.9927635192871094 - ] - ], - [ - 0.8333333134651184, - [ - -0.01600542664527893, - 0.0098611144348979, - -0.056736644357442856, - 0.9982121586799622 - ] - ], - [ - 0.8666666746139526, - [ - -0.017552750185132027, - -0.005634254310280085, - -0.006051212083548307, - 0.9998117685317993 - ] - ], - [ - 0.8999999761581421, - [ - -0.014059868641197681, - -0.014568231999874115, - 0.02684129774570465, - 0.999434769153595 - ] - ], - [ - 0.9333333373069763, - [ - -0.005544448737055063, - -0.017287319526076317, - 0.03329596668481827, - 0.9992806315422058 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893042474985123, - -0.014103229157626629, - 0.008815172128379345, - 0.9998379349708557 - ] - ], - [ - 1.0, - [ - 0.020684046670794487, - -0.004177641123533249, - -0.037080273032188416, - 0.9990894794464111 - ] - ], - [ - 1.0333333015441895, - [ - 0.03243096545338631, - 0.012796011753380299, - -0.09076008200645447, - 0.9952623248100281 - ] - ], - [ - 1.0666667222976685, - [ - 0.03940458968281746, - 0.034275077283382416, - -0.14130915701389313, - 0.9885870814323425 - ] - ], - [ - 1.100000023841858, - [ - 0.04028763249516487, - 0.052972760051488876, - -0.1822999268770218, - 0.9809880256652832 - ] - ], - [ - 1.1333333253860474, - [ - 0.03347725421190262, - 0.05828513205051422, - -0.210232675075531, - 0.9753380417823792 - ] - ], - [ - 1.1666666269302368, - [ - 0.0222913958132267, - 0.0520370714366436, - -0.21766386926174164, - 0.9743806719779968 - ] - ], - [ - 1.2000000476837158, - [ - 0.010007926262915134, - 0.03956902399659157, - -0.1818631887435913, - 0.9824764132499695 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019092608708888292, - 0.02169959247112274, - -0.10755547136068344, - 0.993960440158844 - ] - ], - [ - 1.2666666507720947, - [ - -0.010960055515170097, - 0.0026842893566936255, - -0.023594535887241364, - 0.999657928943634 - ] - ], - [ - 1.2999999523162842, - [ - -0.014745643362402916, - -0.011025160551071167, - 0.041322533041238785, - 0.9989762306213379 - ] - ], - [ - 1.3333333730697632, - [ - -0.012629043310880661, - -0.013693191111087799, - 0.06034204736351967, - 0.9980039000511169 - ] - ], - [ - 1.3666666746139526, - [ - -0.006198979914188385, - -0.01093019638210535, - 0.03230780363082886, - 0.9993990659713745 - ] - ], - [ - 1.399999976158142, - [ - 0.0018470141803845763, - -0.012887917459011078, - -0.017638657242059708, - 0.9997596740722656 - ] - ], - [ - 1.4333332777023315, - [ - 0.007317865267395973, - -0.02148100920021534, - -0.07702456414699554, - 0.9967709183692932 - ] - ], - [ - 1.4666666984558105, - [ - 0.008099979721009731, - -0.03222518414258957, - -0.1365441530942917, - 0.9900766015052795 - ] - ], - [ - 1.5, - [ - 0.004419080913066864, - -0.03932482376694679, - -0.18730586767196655, - 0.9815043210983276 - ] - ], - [ - 1.5333333015441895, - [ - -0.0041730329394340515, - -0.03910789266228676, - -0.22058804333209991, - 0.9745737910270691 - ] - ], - [ - 1.5666667222976685, - [ - -0.016406502574682236, - -0.032470837235450745, - -0.22732417285442352, - 0.9731393456459045 - ] - ], - [ - 1.600000023841858, - [ - -0.031375229358673096, - -0.021955840289592743, - -0.19729004800319672, - 0.9795969724655151 - ] - ], - [ - 1.6333333253860474, - [ - -0.04660089686512947, - -0.012517770752310753, - -0.13767115771770477, - 0.9893020391464233 - ] - ], - [ - 1.6666666269302368, - [ - -0.05975986272096634, - -0.01000962033867836, - -0.06573761254549026, - 0.9959956407546997 - ] - ], - [ - 1.7000000476837158, - [ - -0.06941241770982742, - -0.016524845734238625, - 0.0011604648316279054, - 0.997450590133667 - ] - ], - [ - 1.7333333492279053, - [ - -0.07440628856420517, - -0.026802197098731995, - 0.04672417417168617, - 0.9957721829414368 - ] - ], - [ - 1.7666666507720947, - [ - -0.07433342933654785, - -0.03436324745416641, - 0.056831348687410355, - 0.9950195550918579 - ] - ], - [ - 1.7999999523162842, - [ - -0.06930530816316605, - -0.03694745525717735, - 0.026483066380023956, - 0.9965592622756958 - ] - ], - [ - 1.8333333730697632, - [ - -0.06089242920279503, - -0.03650175780057907, - -0.028884252533316612, - 0.9970583915710449 - ] - ], - [ - 1.8666666746139526, - [ - -0.05263001471757889, - -0.03344443812966347, - -0.09186486899852753, - 0.9938170909881592 - ] - ], - [ - 1.899999976158142, - [ - -0.04652554541826248, - -0.027622155845165253, - -0.1485072374343872, - 0.9874300956726074 - ] - ], - [ - 1.9333332777023315, - [ - -0.043613869696855545, - -0.020326552912592888, - -0.18595081567764282, - 0.9813801050186157 - ] - ], - [ - 1.9666666984558105, - [ - -0.047270942479372025, - -0.016037335619330406, - -0.19137802720069885, - 0.9802462458610535 - ] - ], - [ - 2.0, - [ - -0.05855344235897064, - -0.015522317960858345, - -0.1493663787841797, - 0.9869246482849121 - ] - ], - [ - 2.0333333015441895, - [ - -0.07329145818948746, - -0.014416927471756935, - -0.07152634859085083, - 0.9946379661560059 - ] - ], - [ - 2.066666603088379, - [ - -0.0866650864481926, - -0.015623671002686024, - 0.01306962501257658, - 0.996029257774353 - ] - ], - [ - 2.0999999046325684, - [ - -0.09496556967496872, - -0.02459881268441677, - 0.07696311175823212, - 0.9921960830688477 - ] - ], - [ - 2.133333444595337, - [ - -0.09574050456285477, - -0.03788089007139206, - 0.09391434490680695, - 0.9902418255805969 - ] - ], - [ - 2.1666667461395264, - [ - -0.08911734819412231, - -0.04431253671646118, - 0.05983927100896835, - 0.9932339787483215 - ] - ], - [ - 2.200000047683716, - [ - -0.07626025378704071, - -0.03942049667239189, - 0.002865975024178624, - 0.9963042736053467 - ] - ], - [ - 2.2333333492279053, - [ - -0.061903540045022964, - -0.02572823315858841, - -0.05665694922208786, - 0.9961405396461487 - ] - ], - [ - 2.2666666507720947, - [ - -0.051034193485975266, - -0.011312871240079403, - -0.10619782656431198, - 0.9929701685905457 - ] - ], - [ - 2.299999952316284, - [ - -0.04482882469892502, - -0.004410147201269865, - -0.13784636557102203, - 0.9894288778305054 - ] - ], - [ - 2.3333332538604736, - [ - -0.04445717856287956, - -0.004384283442050219, - -0.1428319662809372, - 0.9887382984161377 - ] - ], - [ - 2.366666555404663, - [ - -0.048723384737968445, - -0.008559891022741795, - -0.10419752448797226, - 0.9933256506919861 - ] - ], - [ - 2.4000000953674316, - [ - -0.055193349719047546, - -0.017041675746440887, - -0.032972123473882675, - 0.9977856278419495 - ] - ], - [ - 2.433333396911621, - [ - -0.05968594178557396, - -0.03348449990153313, - 0.04255755990743637, - 0.9967473149299622 - ] - ], - [ - 2.4666666984558105, - [ - -0.05783430486917496, - -0.05513478443026543, - 0.09667231142520905, - 0.9921037554740906 - ] - ], - [ - 2.5, - [ - -0.04931855946779251, - -0.06975249201059341, - 0.10896598547697067, - 0.9903679490089417 - ] - ], - [ - 2.5333333015441895, - [ - -0.035717420279979706, - -0.05604667589068413, - 0.06324413418769836, - 0.995782732963562 - ] - ], - [ - 2.566666603088379, - [ - -0.01785179041326046, - -0.022419996559619904, - -0.008986647240817547, - 0.9995488524436951 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010291543003404513, - 0.0006610725540667772, - -0.07134164124727249, - 0.9974517226219177 - ] - ], - [ - 2.633333444595337, - [ - 0.008347629569470882, - 0.004538347944617271, - -0.09084532409906387, - 0.9958196878433228 - ] - ], - [ - 2.6666667461395264, - [ - 0.0034090739209204912, - -0.007695329841226339, - -0.048855625092983246, - 0.9987704157829285 - ] - ], - [ - 2.700000047683716, - [ - -0.005077411886304617, - -0.030112294480204582, - 0.017428023740649223, - 0.9993817806243896 - ] - ], - [ - 2.7333333492279053, - [ - -0.011101999320089817, - -0.04984287545084953, - 0.0723276361823082, - 0.9960728883743286 - ] - ], - [ - 2.7666666507720947, - [ - -0.013101715594530106, - -0.05159398168325424, - 0.08651494234800339, - 0.994827389717102 - ] - ], - [ - 2.799999952316284, - [ - -0.013701796531677246, - -0.039214082062244415, - 0.060591500252485275, - 0.9972979426383972 - ] - ], - [ - 2.8333332538604736, - [ - -0.014648317359387875, - -0.02564205601811409, - 0.01926458813250065, - 0.9993783235549927 - ] - ], - [ - 2.866666555404663, - [ - -0.01640581339597702, - -0.012425418943166733, - -0.030742479488253593, - 0.9993154406547546 - ] - ], - [ - 2.9000000953674316, - [ - -0.01926233246922493, - -0.0007328220526687801, - -0.07787227630615234, - 0.9967769980430603 - ] - ], - [ - 2.933333396911621, - [ - -0.022034503519535065, - 0.008592306636273861, - -0.11153338849544525, - 0.993479311466217 - ] - ], - [ - 2.9666666984558105, - [ - -0.024643776938319206, - 0.013517910614609718, - -0.12083826214075089, - 0.992274284362793 - ] - ], - [ - 3.0, - [ - -0.02738877758383751, - 0.009534024633467197, - -0.09295724332332611, - 0.9952476620674133 - ] - ], - [ - 3.0333333015441895, - [ - -0.029556160792708397, - -0.003784894710406661, - -0.03451727703213692, - 0.9989598989486694 - ] - ], - [ - 3.066666603088379, - [ - -0.031391676515340805, - -0.02280399389564991, - 0.032968852669000626, - 0.9987030625343323 - ] - ], - [ - 3.0999999046325684, - [ - -0.03205167502164841, - -0.041829317808151245, - 0.09025591611862183, - 0.9945234656333923 - ] - ], - [ - 3.133333444595337, - [ - -0.030420761555433273, - -0.05433601886034012, - 0.1254551112651825, - 0.9901431202888489 - ] - ], - [ - 3.1666667461395264, - [ - -0.02664734423160553, - -0.05586257949471474, - 0.12989874184131622, - 0.9895936846733093 - ] - ], - [ - 3.200000047683716, - [ - -0.021109119057655334, - -0.04575800523161888, - 0.09947051107883453, - 0.9937636852264404 - ] - ], - [ - 3.2333333492279053, - [ - -0.014536586590111256, - -0.031153220683336258, - 0.04554362967610359, - 0.9983706474304199 - ] - ], - [ - 3.2666666507720947, - [ - -0.009044085629284382, - -0.01826580986380577, - -0.020227676257491112, - 0.9995875954627991 - ] - ], - [ - 3.299999952316284, - [ - -0.008404367603361607, - -0.007508535869419575, - -0.0835079476237297, - 0.9964433908462524 - ] - ], - [ - 3.3333332538604736, - [ - -0.01607266627252102, - -0.007895005866885185, - -0.1256311535835266, - 0.9919154047966003 - ] - ], - [ - 3.366666555404663, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292614341_204550.json b/lenses/physics-objects/Scene/assets/1646688292614341_204550.json deleted file mode 100644 index 1b60532c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292614341_204550.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292614341:204550", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292615648_204563.json b/lenses/physics-objects/Scene/assets/1646688292615648_204563.json deleted file mode 100644 index aa960646..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292615648_204563.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292615648:204563", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.226876258850098, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 3.5999999046325684, - [ - 9.219075202941895, - 0.0, - -3.552734007591235e-15 - ] - ], - [ - 6.366666793823242, - [ - 9.241131782531738, - 2.842170943040401e-14, - -3.552713678800501e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.228670120239258, - 4.263256414560601e-14, - 7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292615903_204570.json b/lenses/physics-objects/Scene/assets/1646688292615903_204570.json deleted file mode 100644 index 0129f216..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292615903_204570.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292615903:204570", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.1290850192308426, - 0.055855099111795425, - -0.14239494502544403, - 0.979765772819519 - ] - ], - [ - 0.03333333507180214, - [ - 0.1290850192308426, - 0.055855099111795425, - -0.14239494502544403, - 0.979765772819519 - ] - ], - [ - 0.06666667014360428, - [ - 0.12635603547096252, - 0.05526640638709068, - -0.14508222043514252, - 0.9797607660293579 - ] - ], - [ - 0.10000000149011612, - [ - 0.12352397292852402, - 0.05162659287452698, - -0.1497899293899536, - 0.9796119332313538 - ] - ], - [ - 0.13333334028720856, - [ - 0.12061067670583725, - 0.04550955444574356, - -0.15610015392303467, - 0.9792929291725159 - ] - ], - [ - 0.1666666716337204, - [ - 0.1176331415772438, - 0.037482090294361115, - -0.16358433663845062, - 0.9787735939025879 - ] - ], - [ - 0.20000000298023224, - [ - 0.11462382227182388, - 0.028103074058890343, - -0.17180432379245758, - 0.9780363440513611 - ] - ], - [ - 0.23333333432674408, - [ - 0.11164481192827225, - 0.01792256347835064, - -0.18031439185142517, - 0.9770880937576294 - ] - ], - [ - 0.2666666805744171, - [ - 0.10879644751548767, - 0.007480810396373272, - -0.18866433203220367, - 0.9759678244590759 - ] - ], - [ - 0.30000001192092896, - [ - 0.10616681724786758, - -0.002797355642542243, - -0.19649982452392578, - 0.9747351408004761 - ] - ], - [ - 0.3333333432674408, - [ - 0.10386081784963608, - -0.012517151422798634, - -0.2034948468208313, - 0.9734711647033691 - ] - ], - [ - 0.36666667461395264, - [ - 0.10198347270488739, - -0.02109651267528534, - -0.20937862992286682, - 0.972273051738739 - ] - ], - [ - 0.4000000059604645, - [ - 0.10061145573854446, - -0.027887040749192238, - -0.21392247080802917, - 0.9712553024291992 - ] - ], - [ - 0.4333333373069763, - [ - 0.09986287355422974, - -0.03228183463215828, - -0.21675115823745728, - 0.9705691337585449 - ] - ], - [ - 0.46666666865348816, - [ - 0.09984460473060608, - -0.03367037698626518, - -0.21744604408740997, - 0.9703683853149414 - ] - ], - [ - 0.5, - [ - 0.1002514511346817, - -0.03235916793346405, - -0.21622245013713837, - 0.9706442952156067 - ] - ], - [ - 0.5333333611488342, - [ - 0.10070107877254486, - -0.02937578409910202, - -0.21379157900810242, - 0.9712310433387756 - ] - ], - [ - 0.5666666626930237, - [ - 0.10117445886135101, - -0.02520553022623062, - -0.2104910910129547, - 0.972019612789154 - ] - ], - [ - 0.6000000238418579, - [ - 0.10168129950761795, - -0.02036898024380207, - -0.20668521523475647, - 0.9728963375091553 - ] - ], - [ - 0.6333333253860474, - [ - 0.10224500298500061, - -0.015387327410280704, - -0.20274397730827332, - 0.973757803440094 - ] - ], - [ - 0.6666666865348816, - [ - 0.10290614515542984, - -0.01078244112432003, - -0.19904370605945587, - 0.974513053894043 - ] - ], - [ - 0.699999988079071, - [ - 0.10372162610292435, - -0.0070769572630524635, - -0.1959664672613144, - 0.9750840663909912 - ] - ], - [ - 0.7333333492279053, - [ - 0.10475929081439972, - -0.004794827662408352, - -0.19389602541923523, - 0.975400984287262 - ] - ], - [ - 0.7666666507720947, - [ - 0.10593654215335846, - -0.0034045549109578133, - -0.19247572124004364, - 0.9755608439445496 - ] - ], - [ - 0.800000011920929, - [ - 0.10711584240198135, - -0.002024764660745859, - -0.1910974681377411, - 0.9757068753242493 - ] - ], - [ - 0.8333333134651184, - [ - 0.10828500241041183, - -0.000656066054943949, - -0.18976616859436035, - 0.9758394956588745 - ] - ], - [ - 0.8666666746139526, - [ - 0.10943187773227692, - 0.0007008484681136906, - -0.1884867399930954, - 0.9759595990180969 - ] - ], - [ - 0.8999999761581421, - [ - 0.11054437607526779, - 0.0020451336167752743, - -0.18726390600204468, - 0.9760677218437195 - ] - ], - [ - 0.9333333373069763, - [ - 0.11161042004823685, - 0.003375845029950142, - -0.18610236048698425, - 0.9761647582054138 - ] - ], - [ - 0.9666666388511658, - [ - 0.11261802166700363, - 0.004691907204687595, - -0.1850067377090454, - 0.9762518405914307 - ] - ], - [ - 1.0, - [ - 0.11355523765087128, - 0.005992174614220858, - -0.1839815229177475, - 0.9763299226760864 - ] - ], - [ - 1.0333333015441895, - [ - 0.1144101545214653, - 0.007275407202541828, - -0.1830310970544815, - 0.9764001369476318 - ] - ], - [ - 1.0666667222976685, - [ - 0.11517089605331421, - 0.008540288545191288, - -0.1821596622467041, - 0.9764633178710938 - ] - ], - [ - 1.100000023841858, - [ - 0.11582569032907486, - 0.009785400703549385, - -0.18137148022651672, - 0.9765208959579468 - ] - ], - [ - 1.1333333253860474, - [ - 0.11633999645709991, - 0.010964642278850079, - -0.18071390688419342, - 0.9765691161155701 - ] - ], - [ - 1.1666666269302368, - [ - 0.11668586730957031, - 0.012043016031384468, - -0.1802225261926651, - 0.9766059517860413 - ] - ], - [ - 1.2000000476837158, - [ - 0.11695875972509384, - 0.012996045872569084, - -0.1798580139875412, - 0.976628303527832 - ] - ], - [ - 1.2333333492279053, - [ - 0.11724162101745605, - 0.013813224621117115, - -0.17957088351249695, - 0.9766361117362976 - ] - ], - [ - 1.2666666507720947, - [ - 0.11751104146242142, - 0.014536180533468723, - -0.1793278306722641, - 0.9766377806663513 - ] - ], - [ - 1.2999999523162842, - [ - 0.11774725466966629, - 0.015204528346657753, - -0.17909802496433258, - 0.9766413569450378 - ] - ], - [ - 1.3333333730697632, - [ - 0.1179436519742012, - 0.015840472653508186, - -0.17886443436145782, - 0.9766503572463989 - ] - ], - [ - 1.3666666746139526, - [ - 0.11809517443180084, - 0.01646418310701847, - -0.1786121428012848, - 0.9766678810119629 - ] - ], - [ - 1.399999976158142, - [ - 0.11819899827241898, - 0.017092660069465637, - -0.17832911014556885, - 0.976696252822876 - ] - ], - [ - 1.4333332777023315, - [ - 0.11826237291097641, - 0.017729921266436577, - -0.17801305651664734, - 0.9767348766326904 - ] - ], - [ - 1.4666666984558105, - [ - 0.11829247325658798, - 0.018379850313067436, - -0.17766188085079193, - 0.9767831563949585 - ] - ], - [ - 1.5, - [ - 0.11829643696546555, - 0.01904643513262272, - -0.17727360129356384, - 0.9768404364585876 - ] - ], - [ - 1.5333333015441895, - [ - 0.11828133463859558, - 0.019733620807528496, - -0.17684626579284668, - 0.9769060611724854 - ] - ], - [ - 1.5666667222976685, - [ - 0.11825418472290039, - 0.02044544741511345, - -0.17637813091278076, - 0.9769793748855591 - ] - ], - [ - 1.600000023841858, - [ - 0.11822199821472168, - 0.02118586003780365, - -0.17586740851402283, - 0.9770596623420715 - ] - ], - [ - 1.6333333253860474, - [ - 0.1181916818022728, - 0.021958891302347183, - -0.17531242966651917, - 0.9771459102630615 - ] - ], - [ - 1.6666666269302368, - [ - 0.11817019432783127, - 0.0227685384452343, - -0.17471162974834442, - 0.9772375822067261 - ] - ], - [ - 1.7000000476837158, - [ - 0.11816442757844925, - 0.023618794977664948, - -0.17406345903873444, - 0.9773338437080383 - ] - ], - [ - 1.7333333492279053, - [ - 0.11818120628595352, - 0.02451365627348423, - -0.17336636781692505, - 0.9774335622787476 - ] - ], - [ - 1.7666666507720947, - [ - 0.11822739988565445, - 0.025457115843892097, - -0.17261891067028046, - 0.977536141872406 - ] - ], - [ - 1.7999999523162842, - [ - 0.1183098629117012, - 0.026453105732798576, - -0.17181961238384247, - 0.9776405692100525 - ] - ], - [ - 1.8333333730697632, - [ - 0.11843541264533997, - 0.02750559151172638, - -0.17096705734729767, - 0.977745771408081 - ] - ], - [ - 1.8666666746139526, - [ - 0.11861085146665573, - 0.028618505224585533, - -0.1700597107410431, - 0.9778507947921753 - ] - ], - [ - 1.899999976158142, - [ - 0.11884303390979767, - 0.029795747250318527, - -0.16909612715244293, - 0.977954626083374 - ] - ], - [ - 1.9333332777023315, - [ - 0.11913874000310898, - 0.031041163951158524, - -0.16807475686073303, - 0.9780558943748474 - ] - ], - [ - 1.9666666984558105, - [ - 0.11950483918190002, - 0.03235859051346779, - -0.16699400544166565, - 0.978153645992279 - ] - ], - [ - 2.0, - [ - 0.11994817852973938, - 0.03375175595283508, - -0.16585227847099304, - 0.9782466292381287 - ] - ], - [ - 2.0333333015441895, - [ - 0.12047558277845383, - 0.035224419087171555, - -0.16464778780937195, - 0.9783332943916321 - ] - ], - [ - 2.066666603088379, - [ - 0.12109396606683731, - 0.03678027167916298, - -0.16337871551513672, - 0.978412389755249 - ] - ], - [ - 2.0999999046325684, - [ - 0.12181021273136139, - 0.038422841578722, - -0.16204310953617096, - 0.9784824848175049 - ] - ], - [ - 2.133333444595337, - [ - 0.12265288084745407, - 0.040209658443927765, - -0.16059310734272003, - 0.9785444736480713 - ] - ], - [ - 2.1666667461395264, - [ - 0.12364106625318527, - 0.0421745590865612, - -0.15899954736232758, - 0.9785976409912109 - ] - ], - [ - 2.200000047683716, - [ - 0.12479890882968903, - 0.04423730820417404, - -0.1572376936674118, - 0.9786442518234253 - ] - ], - [ - 2.2333333492279053, - [ - 0.12615899741649628, - 0.04630045220255852, - -0.15529765188694, - 0.9786842465400696 - ] - ], - [ - 2.2666666507720947, - [ - 0.12772999703884125, - 0.04830092564225197, - -0.15323707461357117, - 0.9787085652351379 - ] - ], - [ - 2.299999952316284, - [ - 0.1295115202665329, - 0.050183508545160294, - -0.1511160284280777, - 0.9787095189094543 - ] - ], - [ - 2.3333332538604736, - [ - 0.13147738575935364, - 0.05192389711737633, - -0.1489713340997696, - 0.9786854386329651 - ] - ], - [ - 2.366666555404663, - [ - 0.1335977017879486, - 0.053502436727285385, - -0.14683595299720764, - 0.9786360859870911 - ] - ], - [ - 2.4000000953674316, - [ - 0.13594233989715576, - 0.05490026995539665, - -0.14473256468772888, - 0.9785490036010742 - ] - ], - [ - 2.433333396911621, - [ - 0.13857023417949677, - 0.05612025409936905, - -0.14266692101955414, - 0.9784145355224609 - ] - ], - [ - 2.4666666984558105, - [ - 0.14143599569797516, - 0.057181216776371, - -0.14066118001937866, - 0.9782333970069885 - ] - ], - [ - 2.5, - [ - 0.14450260996818542, - 0.058069974184036255, - -0.1387016475200653, - 0.97801274061203 - ] - ], - [ - 2.5333333015441895, - [ - 0.14772449433803558, - 0.05880437791347504, - -0.13680967688560486, - 0.9777538776397705 - ] - ], - [ - 2.566666603088379, - [ - 0.15105895698070526, - 0.05939100310206413, - -0.13499458134174347, - 0.9774612784385681 - ] - ], - [ - 2.5999999046325684, - [ - 0.15446312725543976, - 0.05983567237854004, - -0.13326530158519745, - 0.9771392941474915 - ] - ], - [ - 2.633333444595337, - [ - 0.15789422392845154, - 0.06014363467693329, - -0.13163071870803833, - 0.9767935872077942 - ] - ], - [ - 2.6666667461395264, - [ - 0.1613093614578247, - 0.06031925603747368, - -0.13009946048259735, - 0.97642982006073 - ] - ], - [ - 2.700000047683716, - [ - 0.16466566920280457, - 0.060366302728652954, - -0.12868009507656097, - 0.9760546088218689 - ] - ], - [ - 2.7333333492279053, - [ - 0.16792041063308716, - 0.060287799686193466, - -0.12738102674484253, - 0.9756753444671631 - ] - ], - [ - 2.7666666507720947, - [ - 0.1710306704044342, - 0.060086071491241455, - -0.12621061503887177, - 0.9752994775772095 - ] - ], - [ - 2.799999952316284, - [ - 0.17395375669002533, - 0.059762876480817795, - -0.12517708539962769, - 0.9749354720115662 - ] - ], - [ - 2.8333332538604736, - [ - 0.17664693295955658, - 0.059319302439689636, - -0.12428867816925049, - 0.9745919108390808 - ] - ], - [ - 2.866666555404663, - [ - 0.17906752228736877, - 0.05875600129365921, - -0.12355349212884903, - 0.9742777347564697 - ] - ], - [ - 2.9000000953674316, - [ - 0.1811729371547699, - 0.058073192834854126, - -0.12297964096069336, - 0.9740020036697388 - ] - ], - [ - 2.933333396911621, - [ - 0.1829097718000412, - 0.057258013635873795, - -0.12258867174386978, - 0.9737749099731445 - ] - ], - [ - 2.9666666984558105, - [ - 0.1842370182275772, - 0.05630183592438698, - -0.12240224331617355, - 0.9736039042472839 - ] - ], - [ - 3.0, - [ - 0.18513405323028564, - 0.055219803005456924, - -0.12242090702056885, - 0.9734933376312256 - ] - ], - [ - 3.0333333015441895, - [ - 0.18559423089027405, - 0.0540645495057106, - -0.12261439859867096, - 0.9734463095664978 - ] - ], - [ - 3.066666603088379, - [ - 0.18559053540229797, - 0.05291326344013214, - -0.12303892523050308, - 0.973456621170044 - ] - ], - [ - 3.0999999046325684, - [ - 0.1851079761981964, - 0.051860179752111435, - -0.12374041229486465, - 0.9735162258148193 - ] - ], - [ - 3.133333444595337, - [ - 0.1841748058795929, - 0.05097285658121109, - -0.12465495616197586, - 0.973623514175415 - ] - ], - [ - 3.1666667461395264, - [ - 0.1828404814004898, - 0.05028367415070534, - -0.12570743262767792, - 0.9737755060195923 - ] - ], - [ - 3.200000047683716, - [ - 0.18117250502109528, - 0.04980740323662758, - -0.1268402636051178, - 0.9739647507667542 - ] - ], - [ - 3.2333333492279053, - [ - 0.17921294271945953, - 0.049553800374269485, - -0.12800335884094238, - 0.9741880297660828 - ] - ], - [ - 3.2666666507720947, - [ - 0.17699845135211945, - 0.04951130598783493, - -0.12914079427719116, - 0.9744449853897095 - ] - ], - [ - 3.299999952316284, - [ - 0.17458543181419373, - 0.049685124307870865, - -0.13024026155471802, - 0.9747250080108643 - ] - ], - [ - 3.3333332538604736, - [ - 0.17203950881958008, - 0.0500517301261425, - -0.1312503218650818, - 0.9750233888626099 - ] - ], - [ - 3.366666555404663, - [ - 0.16942283511161804, - 0.050594229251146317, - -0.13213282823562622, - 0.9753343462944031 - ] - ], - [ - 3.4000000953674316, - [ - 0.16679708659648895, - 0.05129348114132881, - -0.13285039365291595, - 0.9756528735160828 - ] - ], - [ - 3.433333396911621, - [ - 0.16422373056411743, - 0.05212808772921562, - -0.13336634635925293, - 0.9759747385978699 - ] - ], - [ - 3.4666666984558105, - [ - 0.16176338493824005, - 0.05307460576295853, - -0.13364507257938385, - 0.9762964248657227 - ] - ], - [ - 3.5, - [ - 0.15947650372982025, - 0.05410783365368843, - -0.1336517632007599, - 0.9766149520874023 - ] - ], - [ - 3.5333333015441895, - [ - 0.15742315351963043, - 0.055201299488544464, - -0.13335241377353668, - 0.9769278168678284 - ] - ], - [ - 3.566666603088379, - [ - 0.15566326677799225, - 0.05632774904370308, - -0.13271348178386688, - 0.9772324562072754 - ] - ], - [ - 3.5999999046325684, - [ - 0.15420275926589966, - 0.05734716355800629, - -0.1317966729402542, - 0.9775287508964539 - ] - ], - [ - 3.633333444595337, - [ - 0.15305247902870178, - 0.05809479206800461, - -0.13068895041942596, - 0.9778140783309937 - ] - ], - [ - 3.6666667461395264, - [ - 0.15220649540424347, - 0.05858423560857773, - -0.1295255571603775, - 0.9780716896057129 - ] - ], - [ - 3.700000047683716, - [ - 0.15160328149795532, - 0.05889470875263214, - -0.12846866250038147, - 0.9782862067222595 - ] - ], - [ - 3.7333333492279053, - [ - 0.151228129863739, - 0.05904896557331085, - -0.1275167614221573, - 0.978459358215332 - ] - ], - [ - 3.7666666507720947, - [ - 0.15106341242790222, - 0.05906710401177406, - -0.1266210973262787, - 0.9786001443862915 - ] - ], - [ - 3.799999952316284, - [ - 0.15109281241893768, - 0.058975402265787125, - -0.1257648468017578, - 0.9787115454673767 - ] - ], - [ - 3.8333332538604736, - [ - 0.15129879117012024, - 0.058802444487810135, - -0.12493220716714859, - 0.978796660900116 - ] - ], - [ - 3.866666555404663, - [ - 0.15162239968776703, - 0.058585017919540405, - -0.12410116195678711, - 0.9788653254508972 - ] - ], - [ - 3.9000000953674316, - [ - 0.15202289819717407, - 0.05832543596625328, - -0.12327702343463898, - 0.978922963142395 - ] - ], - [ - 3.933333396911621, - [ - 0.15248824656009674, - 0.058025624603033066, - -0.122464619576931, - 0.9789702892303467 - ] - ], - [ - 3.9666666984558105, - [ - 0.15300653874874115, - 0.05768740177154541, - -0.12166895717382431, - 0.9790086150169373 - ] - ], - [ - 4.0, - [ - 0.15356570482254028, - 0.05731259658932686, - -0.1208948940038681, - 0.9790389537811279 - ] - ], - [ - 4.0333333015441895, - [ - 0.1541537046432495, - 0.056902967393398285, - -0.12014740705490112, - 0.9790624380111694 - ] - ], - [ - 4.066666603088379, - [ - 0.1547585129737854, - 0.05646013095974922, - -0.11943147331476212, - 0.9790803790092468 - ] - ], - [ - 4.099999904632568, - [ - 0.15536801517009735, - 0.055985644459724426, - -0.11875208467245102, - 0.9790937304496765 - ] - ], - [ - 4.133333206176758, - [ - 0.15597011148929596, - 0.05548102408647537, - -0.1181141808629036, - 0.9791038036346436 - ] - ], - [ - 4.166666507720947, - [ - 0.1565527319908142, - 0.05494769662618637, - -0.11752282828092575, - 0.9791121482849121 - ] - ], - [ - 4.199999809265137, - [ - 0.15710368752479553, - 0.05438695847988129, - -0.1169830709695816, - 0.9791197180747986 - ] - ], - [ - 4.233333110809326, - [ - 0.1576109230518341, - 0.053800102323293686, - -0.11649991571903229, - 0.9791282415390015 - ] - ], - [ - 4.266666889190674, - [ - 0.15806223452091217, - 0.05318835750222206, - -0.1160784438252449, - 0.979138970375061 - ] - ], - [ - 4.300000190734863, - [ - 0.15844549238681793, - 0.05255282670259476, - -0.11572373658418655, - 0.9791533350944519 - ] - ], - [ - 4.333333492279053, - [ - 0.1587485522031784, - 0.05189468339085579, - -0.11544081568717957, - 0.9791727662086487 - ] - ], - [ - 4.366666793823242, - [ - 0.15895923972129822, - 0.051214978098869324, - -0.11523479968309402, - 0.9791986346244812 - ] - ], - [ - 4.400000095367432, - [ - 0.159065380692482, - 0.05051477253437042, - -0.11511072516441345, - 0.9792323708534241 - ] - ], - [ - 4.433333396911621, - [ - 0.15903711318969727, - 0.04974813759326935, - -0.11511501669883728, - 0.9792757034301758 - ] - ], - [ - 4.4666666984558105, - [ - 0.15884917974472046, - 0.0488811731338501, - -0.11528294533491135, - 0.9793301820755005 - ] - ], - [ - 4.5, - [ - 0.15848925709724426, - 0.047903526574373245, - -0.1155848503112793, - 0.9794011116027832 - ] - ], - [ - 4.5333333015441895, - [ - 0.15793952345848083, - 0.04681830480694771, - -0.1159803718328476, - 0.979495644569397 - ] - ], - [ - 4.566666603088379, - [ - 0.15718407928943634, - 0.04566969722509384, - -0.11643758416175842, - 0.9796172380447388 - ] - ], - [ - 4.599999904632568, - [ - 0.1562126874923706, - 0.04449983313679695, - -0.11692700535058975, - 0.9797681570053101 - ] - ], - [ - 4.633333206176758, - [ - 0.1550305336713791, - 0.043333999812603, - -0.11743327230215073, - 0.9799476265907288 - ] - ], - [ - 4.666666507720947, - [ - 0.1536446213722229, - 0.04219542816281319, - -0.11794315278530121, - 0.9801542162895203 - ] - ], - [ - 4.699999809265137, - [ - 0.1520647555589676, - 0.04110431298613548, - -0.11844611912965775, - 0.9803863763809204 - ] - ], - [ - 4.733333110809326, - [ - 0.15031176805496216, - 0.04006790742278099, - -0.11894132196903229, - 0.9806395173072815 - ] - ], - [ - 4.766666889190674, - [ - 0.14840662479400635, - 0.03909354656934738, - -0.11942790448665619, - 0.9809098839759827 - ] - ], - [ - 4.800000190734863, - [ - 0.14637042582035065, - 0.038188595324754715, - -0.11990483105182648, - 0.9811932444572449 - ] - ], - [ - 4.833333492279053, - [ - 0.14421463012695313, - 0.037359435111284256, - -0.12038255482912064, - 0.9814858436584473 - ] - ], - [ - 4.866666793823242, - [ - 0.14195141196250916, - 0.036610204726457596, - -0.12086993455886841, - 0.9817841649055481 - ] - ], - [ - 4.900000095367432, - [ - 0.13958799839019775, - 0.03594483807682991, - -0.12136374413967133, - 0.9820865392684937 - ] - ], - [ - 4.933333396911621, - [ - 0.13713078200817108, - 0.03536733239889145, - -0.12186072021722794, - 0.9823921322822571 - ] - ], - [ - 4.9666666984558105, - [ - 0.13460031151771545, - 0.03488163650035858, - -0.12235698848962784, - 0.9826977252960205 - ] - ], - [ - 5.0, - [ - 0.13201721012592316, - 0.0344916433095932, - -0.12284858524799347, - 0.9830005168914795 - ] - ], - [ - 5.0333333015441895, - [ - 0.12940219044685364, - 0.0342012383043766, - -0.12333130836486816, - 0.9832978844642639 - ] - ], - [ - 5.066666603088379, - [ - 0.12677600979804993, - 0.03401423990726471, - -0.12380088865756989, - 0.9835874438285828 - ] - ], - [ - 5.099999904632568, - [ - 0.12415952980518341, - 0.033934347331523895, - -0.12425285577774048, - 0.9838669300079346 - ] - ], - [ - 5.133333206176758, - [ - 0.12157364189624786, - 0.033965203911066055, - -0.12468265742063522, - 0.9841343760490417 - ] - ], - [ - 5.166666507720947, - [ - 0.11903934925794601, - 0.0341104120016098, - -0.12508553266525269, - 0.984387993812561 - ] - ], - [ - 5.199999809265137, - [ - 0.11657775938510895, - 0.034373361617326736, - -0.12545672059059143, - 0.984626293182373 - ] - ], - [ - 5.233333110809326, - [ - 0.11420991271734238, - 0.03475739061832428, - -0.12579113245010376, - 0.9848474860191345 - ] - ], - [ - 5.266666889190674, - [ - 0.11195701360702515, - 0.03526570647954941, - -0.12608379125595093, - 0.9850507974624634 - ] - ], - [ - 5.300000190734863, - [ - 0.10984041541814804, - 0.03590131923556328, - -0.1263294368982315, - 0.9852344989776611 - ] - ], - [ - 5.333333492279053, - [ - 0.10788139700889587, - 0.03666714206337929, - -0.12652285397052765, - 0.9853979349136353 - ] - ], - [ - 5.366666793823242, - [ - 0.10610134899616241, - 0.0375659242272377, - -0.1266586184501648, - 0.9855399131774902 - ] - ], - [ - 5.400000095367432, - [ - 0.1045217290520668, - 0.03860022872686386, - -0.12673133611679077, - 0.9856594800949097 - ] - ], - [ - 5.433333396911621, - [ - 0.10318349301815033, - 0.039826516062021255, - -0.1266898810863495, - 0.9857569336891174 - ] - ], - [ - 5.4666666984558105, - [ - 0.10211953520774841, - 0.04127703234553337, - -0.1265019327402115, - 0.9858322739601135 - ] - ], - [ - 5.5, - [ - 0.10137197375297546, - 0.04286607354879379, - -0.1261405050754547, - 0.9858879446983337 - ] - ], - [ - 5.5333333015441895, - [ - 0.10099121928215027, - 0.04449163004755974, - -0.12559472024440765, - 0.9859246611595154 - ] - ], - [ - 5.566666603088379, - [ - 0.1010015606880188, - 0.04609011858701706, - -0.12492142617702484, - 0.985935628414154 - ] - ], - [ - 5.599999904632568, - [ - 0.10141453891992569, - 0.04761701077222824, - -0.12419064342975616, - 0.985913097858429 - ] - ], - [ - 5.633333206176758, - [ - 0.1022239476442337, - 0.04902356117963791, - -0.12341555953025818, - 0.9858579039573669 - ] - ], - [ - 5.666666507720947, - [ - 0.10341014713048935, - 0.05030067265033722, - -0.1226397231221199, - 0.9857665300369263 - ] - ], - [ - 5.699999809265137, - [ - 0.10495078563690186, - 0.05143454298377037, - -0.12189028412103653, - 0.9856381416320801 - ] - ], - [ - 5.733333110809326, - [ - 0.10680438578128815, - 0.0524318665266037, - -0.12117703258991241, - 0.9854745268821716 - ] - ], - [ - 5.766666889190674, - [ - 0.10892949253320694, - 0.05329914763569832, - -0.12050928175449371, - 0.9852771759033203 - ] - ], - [ - 5.800000190734863, - [ - 0.1112845242023468, - 0.05404268577694893, - -0.1198960468173027, - 0.985048234462738 - ] - ], - [ - 5.833333492279053, - [ - 0.11382793635129929, - 0.05466841906309128, - -0.11934613436460495, - 0.9847899675369263 - ] - ], - [ - 5.866666793823242, - [ - 0.11651811003684998, - 0.0551818422973156, - -0.11886812746524811, - 0.9845044016838074 - ] - ], - [ - 5.900000095367432, - [ - 0.11931339651346207, - 0.055588170886039734, - -0.11847054958343506, - 0.9841946959495544 - ] - ], - [ - 5.933333396911621, - [ - 0.12217213958501816, - 0.05589193105697632, - -0.11816173791885376, - 0.9838637709617615 - ] - ], - [ - 5.9666666984558105, - [ - 0.12505267560482025, - 0.05609742924571037, - -0.11795016378164291, - 0.9835155606269836 - ] - ], - [ - 6.0, - [ - 0.12791329622268677, - 0.056208331137895584, - -0.11784403771162033, - 0.9831539988517761 - ] - ], - [ - 6.0333333015441895, - [ - 0.13071240484714508, - 0.05622779577970505, - -0.11785160005092621, - 0.9827836751937866 - ] - ], - [ - 6.066666603088379, - [ - 0.13340844213962555, - 0.05615866556763649, - -0.11798110604286194, - 0.9824097156524658 - ] - ], - [ - 6.099999904632568, - [ - 0.13595986366271973, - 0.05600324273109436, - -0.11824065446853638, - 0.9820375442504883 - ] - ], - [ - 6.133333206176758, - [ - 0.13832524418830872, - 0.055763453245162964, - -0.1186382845044136, - 0.9816728234291077 - ] - ], - [ - 6.166666507720947, - [ - 0.14046330749988556, - 0.055440910160541534, - -0.11918194591999054, - 0.9813216924667358 - ] - ], - [ - 6.199999809265137, - [ - 0.14233280718326569, - 0.05503692850470543, - -0.11987937241792679, - 0.980989933013916 - ] - ], - [ - 6.233333110809326, - [ - 0.14389267563819885, - 0.05455264821648598, - -0.12073828279972076, - 0.9806840419769287 - ] - ], - [ - 6.266666889190674, - [ - 0.14510205388069153, - 0.05398915335536003, - -0.12176604568958282, - 0.9804099202156067 - ] - ], - [ - 6.300000190734863, - [ - 0.14592397212982178, - 0.05335720255970955, - -0.12296117842197418, - 0.9801733493804932 - ] - ], - [ - 6.333333492279053, - [ - 0.14633587002754211, - 0.052704162895679474, - -0.12429044395685196, - 0.9799795746803284 - ] - ], - [ - 6.366666793823242, - [ - 0.1462937444448471, - 0.0521102100610733, - -0.12580934166908264, - 0.9798238277435303 - ] - ], - [ - 6.400000095367432, - [ - 0.14576759934425354, - 0.051667720079422, - -0.1275627613067627, - 0.9796989560127258 - ] - ], - [ - 6.433333396911621, - [ - 0.14477255940437317, - 0.05143129825592041, - -0.1294836550951004, - 0.9796069264411926 - ] - ], - [ - 6.4666666984558105, - [ - 0.14334438741207123, - 0.0514216385781765, - -0.13149267435073853, - 0.9795498251914978 - ] - ], - [ - 6.5, - [ - 0.1415359228849411, - 0.051643311977386475, - -0.1335277110338211, - 0.9795258641242981 - ] - ], - [ - 6.5333333015441895, - [ - 0.1394057273864746, - 0.05209570750594139, - -0.13553373515605927, - 0.9795318841934204 - ] - ], - [ - 6.566666603088379, - [ - 0.1370222121477127, - 0.05276580527424812, - -0.13746412098407745, - 0.9795634150505066 - ] - ], - [ - 6.599999904632568, - [ - 0.13445979356765747, - 0.053630851209163666, - -0.13927674293518066, - 0.9796153903007507 - ] - ], - [ - 6.633333206176758, - [ - 0.13179542124271393, - 0.054655395448207855, - -0.14091797173023224, - 0.9796861410140991 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292616137_204577.json b/lenses/physics-objects/Scene/assets/1646688292616137_204577.json deleted file mode 100644 index 1948a9d9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292616137_204577.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292616137:204577", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292617171_204590.json b/lenses/physics-objects/Scene/assets/1646688292617171_204590.json deleted file mode 100644 index 54384d1a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292617171_204590.json +++ /dev/null @@ -1,666 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292617171:204590", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.59487247467041, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.58733081817627, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.558414459228516, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.521495819091797, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.479314804077148, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.429214477539063, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.394438743591309, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.395045280456543, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.442254066467285, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.527596473693848, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.605527877807617, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.627278327941895, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.599710464477539, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.565829277038574, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.54521656036377, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.525797843933105, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.486918449401855, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.505298614501953, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.5597562789917, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.611651420593262, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.631850242614746, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.620948791503906, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.591865539550781, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.556787490844727, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.534645080566406, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.528202056884766, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.558517456054688, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.607542037963867, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.638273239135742, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.635729789733887, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.601441383361816, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.56434154510498, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.542024612426758, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.526206970214844, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.504185676574707, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.499873161315918, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.537840843200684, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.59887981414795, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.654814720153809, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.679337501525879, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.673653602600098, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.638520240783691, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.58971118927002, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.55429744720459, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.49658489227295, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.49797534942627, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.543740272521973, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.607941627502441, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.658492088317871, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.657217025756836, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.6281099319458, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.586776733398438, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.551118850708008, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.51947021484375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.502232551574707, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.528499603271484, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.656556129455566, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.67302131652832, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.65295696258545, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.626509666442871, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.612667083740234, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.587979316711426, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.532612800598145, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.51339340209961, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.551396369934082, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.601865768432617, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.633203506469727, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.632732391357422, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.596206665039063, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.556103706359863, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.540031433105469, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.560027122497559, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.613954544067383, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.682973861694336, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.729347229003906, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.722323417663574, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.621354103088379, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.58343505859375, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.548263549804688, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.523444175720215, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.525860786437988, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.59487247467041, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292617392_204597.json b/lenses/physics-objects/Scene/assets/1646688292617392_204597.json deleted file mode 100644 index 207ecea7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292617392_204597.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292617392:204597", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ], - [ - 0.03333333507180214, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ], - [ - 0.06666667014360428, - [ - -0.03730491176247597, - 0.009342155419290066, - -0.08968396484851837, - 0.9952276349067688 - ] - ], - [ - 0.10000000149011612, - [ - -0.03783920034766197, - 0.0082290880382061, - -0.032868362963199615, - 0.9987092614173889 - ] - ], - [ - 0.13333334028720856, - [ - -0.03332626447081566, - 0.011267070658504963, - -0.035161666572093964, - 0.9987623691558838 - ] - ], - [ - 0.1666666716337204, - [ - -0.02730405330657959, - 0.018775124102830887, - -0.07545030117034912, - 0.9965988397598267 - ] - ], - [ - 0.20000000298023224, - [ - -0.02187955565750599, - 0.029989944770932198, - -0.13236308097839355, - 0.9905058741569519 - ] - ], - [ - 0.23333333432674408, - [ - -0.018497632816433907, - 0.04403521120548248, - -0.19027510285377502, - 0.9805682897567749 - ] - ], - [ - 0.2666666805744171, - [ - -0.016174564138054848, - 0.05871463939547539, - -0.23458541929721832, - 0.9701859951019287 - ] - ], - [ - 0.30000001192092896, - [ - -0.01494699064642191, - 0.07083713263273239, - -0.25441011786460876, - 0.9643828272819519 - ] - ], - [ - 0.3333333432674408, - [ - -0.014569167047739029, - 0.07476525753736496, - -0.24213872849941254, - 0.9672470092773438 - ] - ], - [ - 0.36666667461395264, - [ - -0.013969228602945805, - 0.0694892555475235, - -0.20286984741687775, - 0.976637065410614 - ] - ], - [ - 0.4000000059604645, - [ - -0.01317414827644825, - 0.0552079901099205, - -0.142133891582489, - 0.9882188439369202 - ] - ], - [ - 0.4333333373069763, - [ - -0.010938495397567749, - 0.032225217670202255, - -0.06701220571994781, - 0.9971716403961182 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876719020307064, - 0.008905088528990746, - 0.002700445242226124, - 0.9999394416809082 - ] - ], - [ - 0.5, - [ - 0.0025402195751667023, - -0.0022060968913137913, - 0.041368816047906876, - 0.9991382956504822 - ] - ], - [ - 0.5333333611488342, - [ - 0.013769587501883507, - 0.004362082574516535, - 0.03180487081408501, - 0.9993898272514343 - ] - ], - [ - 0.5666666626930237, - [ - 0.025747401639819145, - 0.017515087500214577, - -0.017066380009055138, - 0.9993693232536316 - ] - ], - [ - 0.6000000238418579, - [ - 0.03518037497997284, - 0.024830903857946396, - -0.08723291754722595, - 0.9952568411827087 - ] - ], - [ - 0.6333333253860474, - [ - 0.03764358535408974, - 0.028508400544524193, - -0.16171422600746155, - 0.9857073426246643 - ] - ], - [ - 0.6666666865348816, - [ - 0.032944388687610626, - 0.03848569095134735, - -0.22122561931610107, - 0.9739059209823608 - ] - ], - [ - 0.699999988079071, - [ - 0.024002116173505783, - 0.05188237503170967, - -0.24892286956310272, - 0.9668347835540771 - ] - ], - [ - 0.7333333492279053, - [ - 0.012348278425633907, - 0.061282169073820114, - -0.24150404334068298, - 0.9683841466903687 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003254952316638082, - 0.06147909164428711, - -0.21019497513771057, - 0.9757245182991028 - ] - ], - [ - 0.800000011920929, - [ - -0.009709206409752369, - 0.051373764872550964, - -0.16172191500663757, - 0.9854503870010376 - ] - ], - [ - 0.8333333134651184, - [ - -0.01593954861164093, - 0.034812964498996735, - -0.10144857317209244, - 0.994103729724884 - ] - ], - [ - 0.8666666746139526, - [ - -0.017538290470838547, - 0.018429888412356377, - -0.03709757328033447, - 0.9989878535270691 - ] - ], - [ - 0.8999999761581421, - [ - -0.014063573442399502, - 0.0076622189953923225, - 0.018634282052516937, - 0.9996981024742126 - ] - ], - [ - 0.9333333373069763, - [ - -0.005541293881833553, - 0.004219749942421913, - 0.050251416862010956, - 0.9987123012542725 - ] - ], - [ - 0.9666666388511658, - [ - 0.006885714363306761, - 0.006642048247158527, - 0.04855000227689743, - 0.9987749457359314 - ] - ], - [ - 1.0, - [ - 0.02069292776286602, - 0.012884093448519707, - 0.019205307587981224, - 0.9995184540748596 - ] - ], - [ - 1.0333333015441895, - [ - 0.03254340589046478, - 0.022670330479741096, - -0.031621016561985016, - 0.9987127184867859 - ] - ], - [ - 1.0666667222976685, - [ - 0.039618413895368576, - 0.03647691756486893, - -0.0957074910402298, - 0.993951678276062 - ] - ], - [ - 1.100000023841858, - [ - 0.0404515415430069, - 0.05133084952831268, - -0.1598283350467682, - 0.9849790334701538 - ] - ], - [ - 1.1333333253860474, - [ - 0.0334770604968071, - 0.058967363089323044, - -0.21006888151168823, - 0.9753323793411255 - ] - ], - [ - 1.1666666269302368, - [ - 0.022196250036358833, - 0.0590038076043129, - -0.23387174308300018, - 0.9702215790748596 - ] - ], - [ - 1.2000000476837158, - [ - 0.009933392517268658, - 0.055295612663030624, - -0.21426138281822205, - 0.9751593470573425 - ] - ], - [ - 1.2333333492279053, - [ - -0.0018962862668558955, - 0.044997792690992355, - -0.15295098721981049, - 0.9872069954872131 - ] - ], - [ - 1.2666666507720947, - [ - -0.010932796634733677, - 0.029187016189098358, - -0.06839569658041, - 0.9971714019775391 - ] - ], - [ - 1.2999999523162842, - [ - -0.01475601177662611, - 0.013901984319090843, - 0.015226365067064762, - 0.9996785521507263 - ] - ], - [ - 1.3333333730697632, - [ - -0.01262648869305849, - 0.008834369480609894, - 0.06444573402404785, - 0.9978023171424866 - ] - ], - [ - 1.3666666746139526, - [ - -0.006189066916704178, - 0.01387769728899002, - 0.06452004611492157, - 0.9978007078170776 - ] - ], - [ - 1.399999976158142, - [ - 0.0018462992738932371, - 0.017874151468276978, - 0.030519427731633186, - 0.999372661113739 - ] - ], - [ - 1.4333332777023315, - [ - 0.0073381755501031876, - 0.012691360898315907, - -0.026658033952116966, - 0.9995371103286743 - ] - ], - [ - 1.4666666984558105, - [ - 0.008144533261656761, - -0.0007632941706106067, - -0.0941731333732605, - 0.9955223202705383 - ] - ], - [ - 1.5, - [ - 0.004443889483809471, - -0.015516504645347595, - -0.15981851518154144, - 0.9870144724845886 - ] - ], - [ - 1.5333333015441895, - [ - -0.004183725919574499, - -0.023401660844683647, - -0.21158047020435333, - 0.9770715236663818 - ] - ], - [ - 1.5666667222976685, - [ - -0.016368811950087547, - -0.021748607978224754, - -0.23791895806789398, - 0.9709035158157349 - ] - ], - [ - 1.600000023841858, - [ - -0.031151536852121353, - -0.014091415330767632, - -0.22990460693836212, - 0.9726125001907349 - ] - ], - [ - 1.6333333253860474, - [ - -0.046167779713869095, - -0.007426360622048378, - -0.19288302958011627, - 0.9801070094108582 - ] - ], - [ - 1.6666666269302368, - [ - -0.059334129095077515, - -0.005305266007781029, - -0.13611838221549988, - 0.9888999462127686 - ] - ], - [ - 1.7000000476837158, - [ - -0.06925651431083679, - -0.008000166155397892, - -0.0685296580195427, - 0.9952102303504944 - ] - ], - [ - 1.7333333492279053, - [ - -0.07450927048921585, - -0.011502649635076523, - -0.002753228647634387, - 0.997150182723999 - ] - ], - [ - 1.7666666507720947, - [ - -0.0744335725903511, - -0.011630390770733356, - 0.03989224135875702, - 0.9963598847389221 - ] - ], - [ - 1.7999999523162842, - [ - -0.0693177580833435, - -0.00618619192391634, - 0.040866509079933167, - 0.9967380166053772 - ] - ], - [ - 1.8333333730697632, - [ - -0.0609576515853405, - 0.0008038211381062865, - 0.005293780937790871, - 0.9981260895729065 - ] - ], - [ - 1.8666666746139526, - [ - -0.0528051033616066, - 0.004946493078023195, - -0.054150160402059555, - 0.9971233010292053 - ] - ], - [ - 1.899999976158142, - [ - -0.04672010987997055, - 0.00683389138430357, - -0.12075068056583405, - 0.9915593862533569 - ] - ], - [ - 1.9333332777023315, - [ - -0.043694041669368744, - 0.00852274801582098, - -0.17710866034030914, - 0.9831839799880981 - ] - ], - [ - 1.9666666984558105, - [ - -0.047123756259679794, - 0.008853157982230186, - -0.20686458051204681, - 0.97719407081604 - ] - ], - [ - 2.0, - [ - -0.05810059234499931, - 0.003240128979086876, - -0.19391092658042908, - 0.9792917966842651 - ] - ], - [ - 2.0333333015441895, - [ - -0.07270503789186478, - -0.008536439388990402, - -0.14527374505996704, - 0.9866796135902405 - ] - ], - [ - 2.066666603088379, - [ - -0.08640895038843155, - -0.020812368020415306, - -0.07669548690319061, - 0.9930852651596069 - ] - ], - [ - 2.0999999046325684, - [ - -0.09524096548557281, - -0.027115436270833015, - -0.004769273102283478, - 0.9950734376907349 - ] - ], - [ - 2.133333444595337, - [ - -0.0960935652256012, - -0.025472203269600868, - 0.047889698296785355, - 0.9938932657241821 - ] - ], - [ - 2.1666667461395264, - [ - -0.08919184654951096, - -0.019162779673933983, - 0.059275466948747635, - 0.9940643906593323 - ] - ], - [ - 2.200000047683716, - [ - -0.07627969235181808, - -0.009488549083471298, - 0.03103889524936676, - 0.9965580701828003 - ] - ], - [ - 2.2333333492279053, - [ - -0.062002044171094894, - 0.0029317177832126617, - -0.02629639394581318, - 0.997725248336792 - ] - ], - [ - 2.2666666507720947, - [ - -0.05109066143631935, - 0.015663720667362213, - -0.09471803903579712, - 0.9940688610076904 - ] - ], - [ - 2.299999952316284, - [ - -0.044718097895383835, - 0.023638298735022545, - -0.15265212953090668, - 0.9869847297668457 - ] - ], - [ - 2.3333332538604736, - [ - -0.0441594235599041, - 0.025767989456653595, - -0.1812007874250412, - 0.9821162223815918 - ] - ], - [ - 2.366666555404663, - [ - -0.0483153834939003, - 0.021604392677545547, - -0.16419008374214172, - 0.9850078821182251 - ] - ], - [ - 2.4000000953674316, - [ - -0.05493023619055748, - 0.011370002292096615, - -0.10366818308830261, - 0.9930288791656494 - ] - ], - [ - 2.433333396911621, - [ - -0.05976257845759392, - -0.007826857268810272, - -0.017586005851626396, - 0.9980270266532898 - ] - ], - [ - 2.4666666984558105, - [ - -0.05803819000720978, - -0.033213045448064804, - 0.06562511622905731, - 0.995601236820221 - ] - ], - [ - 2.5, - [ - -0.04935632646083832, - -0.05297471582889557, - 0.11147367209196091, - 0.9911263585090637 - ] - ], - [ - 2.5333333015441895, - [ - -0.03565067797899246, - -0.04683707281947136, - 0.09302578866481781, - 0.9939222931861877 - ] - ], - [ - 2.566666603088379, - [ - -0.01785195991396904, - -0.014417514204978943, - 0.018886113539338112, - 0.9995583891868591 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010289729107171297, - 0.01723255217075348, - -0.07160656899213791, - 0.9972841739654541 - ] - ], - [ - 2.633333444595337, - [ - 0.008313777856528759, - 0.03255462273955345, - -0.12345585972070694, - 0.9917811155319214 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033922058064490557, - 0.03158760070800781, - -0.10628774017095566, - 0.993827760219574 - ] - ], - [ - 2.700000047683716, - [ - -0.005075320601463318, - 0.012350587174296379, - -0.04337131604552269, - 0.9989697933197021 - ] - ], - [ - 2.7333333492279053, - [ - -0.011134706437587738, - -0.019914960488677025, - 0.03826184943318367, - 0.9990072250366211 - ] - ], - [ - 2.7666666507720947, - [ - -0.013098153285682201, - -0.040959134697914124, - 0.0949099063873291, - 0.994556725025177 - ] - ], - [ - 2.799999952316284, - [ - -0.013665534555912018, - -0.03755027428269386, - 0.09517179429531097, - 0.9946585297584534 - ] - ], - [ - 2.8333332538604736, - [ - -0.014629451557993889, - -0.02159668691456318, - 0.05597805231809616, - 0.9980912804603577 - ] - ], - [ - 2.866666555404663, - [ - -0.01641470193862915, - -0.0029966540168970823, - -0.002771025523543358, - 0.9998569488525391 - ] - ], - [ - 2.9000000953674316, - [ - -0.019276490435004234, - 0.015214282087981701, - -0.06611599773168564, - 0.9975097179412842 - ] - ], - [ - 2.933333396911621, - [ - -0.022005533799529076, - 0.030970094725489616, - -0.11895201355218887, - 0.99217289686203 - ] - ], - [ - 2.9666666984558105, - [ - -0.024530334398150444, - 0.04179754480719566, - -0.14861886203289032, - 0.9877062439918518 - ] - ], - [ - 3.0, - [ - -0.02719021961092949, - 0.0432930588722229, - -0.14552849531173706, - 0.988032341003418 - ] - ], - [ - 3.0333333015441895, - [ - -0.029363159090280533, - 0.034490641206502914, - -0.11409533768892288, - 0.9924366474151611 - ] - ], - [ - 3.066666603088379, - [ - -0.031360894441604614, - 0.01678597740828991, - -0.05728869512677193, - 0.9977237582206726 - ] - ], - [ - 3.0999999046325684, - [ - -0.03220490366220474, - -0.006965761538594961, - 0.018940411508083344, - 0.9992775321006775 - ] - ], - [ - 3.133333444595337, - [ - -0.030567210167646408, - -0.028123317286372185, - 0.09181127697229385, - 0.9949097633361816 - ] - ], - [ - 3.1666667461395264, - [ - -0.026660555973649025, - -0.03737447410821915, - 0.13276194036006927, - 0.990084171295166 - ] - ], - [ - 3.200000047683716, - [ - -0.021065155044198036, - -0.029673844575881958, - 0.1233648732304573, - 0.991693913936615 - ] - ], - [ - 3.2333333492279053, - [ - -0.014518753625452518, - -0.012848380021750927, - 0.0729670375585556, - 0.9971458911895752 - ] - ], - [ - 3.2666666507720947, - [ - -0.0090474309399724, - 0.0016698314575478435, - 0.00022545710089616477, - 0.9999576807022095 - ] - ], - [ - 3.299999952316284, - [ - -0.00840825866907835, - 0.011314638890326023, - -0.07734953612089157, - 0.9969043731689453 - ] - ], - [ - 3.3333332538604736, - [ - -0.015901613980531693, - 0.010339262895286083, - -0.1418912410736084, - 0.9897004961967468 - ] - ], - [ - 3.366666555404663, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292617606_204604.json b/lenses/physics-objects/Scene/assets/1646688292617606_204604.json deleted file mode 100644 index 7472cc99..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292617606_204604.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292617606:204604", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292618653_204617.json b/lenses/physics-objects/Scene/assets/1646688292618653_204617.json deleted file mode 100644 index 9d11cb36..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292618653_204617.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292618653:204617", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.581108093261719, - 1.4210854715202004e-14, - 7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.579937934875488, - -2.842170943040401e-14, - -1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292618865_204624.json b/lenses/physics-objects/Scene/assets/1646688292618865_204624.json deleted file mode 100644 index 51053db9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292618865_204624.json +++ /dev/null @@ -1,1666 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292618865:204624", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019014211371541023, - -0.037477366626262665, - -0.004714338108897209, - 0.9991054534912109 - ] - ], - [ - 0.03333333507180214, - [ - -0.019014211371541023, - -0.037477366626262665, - -0.004714338108897209, - 0.9991054534912109 - ] - ], - [ - 0.06666667014360428, - [ - -0.021401016041636467, - -0.037016961723566055, - -0.006899646017700434, - 0.999061644077301 - ] - ], - [ - 0.10000000149011612, - [ - -0.02381454035639763, - -0.036528799682855606, - -0.009116941131651402, - 0.9990072250366211 - ] - ], - [ - 0.13333334028720856, - [ - -0.02619137614965439, - -0.03601841256022453, - -0.011308769695460796, - 0.9989438652992249 - ] - ], - [ - 0.1666666716337204, - [ - -0.028468908742070198, - -0.03549261391162872, - -0.013417224399745464, - 0.9988743662834167 - ] - ], - [ - 0.20000000298023224, - [ - -0.030585238710045815, - -0.034960050135850906, - -0.015384181402623653, - 0.998802125453949 - ] - ], - [ - 0.23333333432674408, - [ - -0.03247905150055885, - -0.034431733191013336, - -0.017151683568954468, - 0.9987319111824036 - ] - ], - [ - 0.2666666805744171, - [ - -0.034089379012584686, - -0.033921267837285995, - -0.01866218075156212, - 0.9986686110496521 - ] - ], - [ - 0.30000001192092896, - [ - -0.03538671135902405, - -0.033453356474637985, - -0.019845454022288322, - 0.9986164569854736 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634878993034363, - -0.033059123903512955, - -0.020630117505788803, - 0.9985791444778442 - ] - ], - [ - 0.36666667461395264, - [ - -0.03696762025356293, - -0.032833077013492584, - -0.020966462790966034, - 0.9985568523406982 - ] - ], - [ - 0.4000000059604645, - [ - -0.03727928176522255, - -0.03271399810910225, - -0.021019093692302704, - 0.9985480904579163 - ] - ], - [ - 0.5, - [ - -0.036858994513750076, - -0.03220481425523758, - -0.02058970183134079, - 0.998589277267456 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640976920723915, - -0.03199999779462814, - -0.020279720425605774, - 0.9986186027526855 - ] - ], - [ - 0.5666666626930237, - [ - -0.03587266430258751, - -0.03177807480096817, - -0.019909294322133064, - 0.9986525774002075 - ] - ], - [ - 0.6000000238418579, - [ - -0.035258740186691284, - -0.0315433070063591, - -0.019485684111714363, - 0.9986903071403503 - ] - ], - [ - 0.6333333253860474, - [ - -0.03457910567522049, - -0.03129986301064491, - -0.01901610940694809, - 0.9987307190895081 - ] - ], - [ - 0.6666666865348816, - [ - -0.03384485840797424, - -0.03105185553431511, - -0.018507909029722214, - 0.9987731575965881 - ] - ], - [ - 0.699999988079071, - [ - -0.03306709975004196, - -0.030803335830569267, - -0.017968319356441498, - 0.998816728591919 - ] - ], - [ - 0.7333333492279053, - [ - -0.03225694224238396, - -0.030558275058865547, - -0.017404654994606972, - 0.9988607168197632 - ] - ], - [ - 0.7666666507720947, - [ - -0.031425490975379944, - -0.030320661142468452, - -0.01682416722178459, - 0.9989044070243835 - ] - ], - [ - 0.800000011920929, - [ - -0.030583854764699936, - -0.030094433575868607, - -0.016234073787927628, - 0.9989471435546875 - ] - ], - [ - 0.8333333134651184, - [ - -0.029743174090981483, - -0.029883520677685738, - -0.015641558915376663, - 0.9989883303642273 - ] - ], - [ - 0.8666666746139526, - [ - -0.02891455590724945, - -0.02969188056886196, - -0.01505381427705288, - 0.9990273714065552 - ] - ], - [ - 0.8999999761581421, - [ - -0.028109174221754074, - -0.029523491859436035, - -0.014477938413619995, - 0.9990638494491577 - ] - ], - [ - 0.9333333373069763, - [ - -0.02733813412487507, - -0.02938235178589821, - -0.013920982368290424, - 0.9990973472595215 - ] - ], - [ - 0.9666666388511658, - [ - -0.026612602174282074, - -0.02927251346409321, - -0.01338996458798647, - 0.9991274476051331 - ] - ], - [ - 1.0, - [ - -0.02594374306499958, - -0.029198110103607178, - -0.012891843914985657, - 0.9991538524627686 - ] - ], - [ - 1.0333333015441895, - [ - -0.025342702865600586, - -0.029163328930735588, - -0.01243351586163044, - 0.9991760849952698 - ] - ], - [ - 1.0666667222976685, - [ - -0.024820640683174133, - -0.029172435402870178, - -0.012021755799651146, - 0.9991938471794128 - ] - ], - [ - 1.100000023841858, - [ - -0.02438875287771225, - -0.029229821637272835, - -0.011663412675261497, - 0.999207079410553 - ] - ], - [ - 1.1666666269302368, - [ - -0.02389102801680565, - -0.02951483055949211, - -0.011113984510302544, - 0.9992170929908752 - ] - ], - [ - 1.2333333492279053, - [ - -0.023604020476341248, - -0.02997019700706005, - -0.010667001828551292, - 0.9992151260375977 - ] - ], - [ - 1.2999999523162842, - [ - -0.023344511166214943, - -0.030554428696632385, - -0.010289567522704601, - 0.9992074966430664 - ] - ], - [ - 1.3666666746139526, - [ - -0.023262683302164078, - -0.031239071860909462, - -0.010001727379858494, - 0.999191164970398 - ] - ], - [ - 1.399999976158142, - [ - -0.02330600470304489, - -0.03161023557186127, - -0.009890594519674778, - 0.9991796612739563 - ] - ], - [ - 1.4333332777023315, - [ - -0.023399634286761284, - -0.0319969579577446, - -0.009797872044146061, - 0.999165952205658 - ] - ], - [ - 1.4666666984558105, - [ - -0.023536093533039093, - -0.03239662945270538, - -0.00972046609967947, - 0.9991507530212402 - ] - ], - [ - 1.5, - [ - -0.02370789647102356, - -0.032806556671857834, - -0.009655345231294632, - 0.999133825302124 - ] - ], - [ - 1.5333333015441895, - [ - -0.023907573893666267, - -0.033223994076251984, - -0.009599505923688412, - 0.9991158246994019 - ] - ], - [ - 1.5666667222976685, - [ - -0.02412763424217701, - -0.033646196126937866, - -0.009550090879201889, - 0.9990968704223633 - ] - ], - [ - 1.600000023841858, - [ - -0.024360600858926773, - -0.03407031670212746, - -0.009504269808530807, - 0.999077320098877 - ] - ], - [ - 1.6333333253860474, - [ - -0.02459895983338356, - -0.03449352830648422, - -0.00945927295833826, - 0.9990573525428772 - ] - ], - [ - 1.6666666269302368, - [ - -0.024835223332047462, - -0.03491298109292984, - -0.009412392973899841, - 0.9990373849868774 - ] - ], - [ - 1.7000000476837158, - [ - -0.02506188675761223, - -0.0353257842361927, - -0.009360947646200657, - 0.9990177154541016 - ] - ], - [ - 1.7333333492279053, - [ - -0.025271430611610413, - -0.03572910279035568, - -0.009302305988967419, - 0.9989986419677734 - ] - ], - [ - 1.7666666507720947, - [ - -0.025456324219703674, - -0.03612006455659866, - -0.009233841672539711, - 0.9989805221557617 - ] - ], - [ - 1.7999999523162842, - [ - -0.025609051808714867, - -0.036495842039585114, - -0.009152976796030998, - 0.9989637136459351 - ] - ], - [ - 1.8333333730697632, - [ - -0.02572210133075714, - -0.03685363009572029, - -0.009057091549038887, - 0.9989485144615173 - ] - ], - [ - 1.899999976158142, - [ - -0.02579895220696926, - -0.037504300475120544, - -0.00880979374051094, - 0.9989245533943176 - ] - ], - [ - 1.9666666984558105, - [ - -0.02562655694782734, - -0.03805074095726013, - -0.008470731787383556, - 0.9989112615585327 - ] - ], - [ - 2.0, - [ - -0.02542802505195141, - -0.038278497755527496, - -0.00825992226600647, - 0.9989093542098999 - ] - ], - [ - 2.0333333015441895, - [ - -0.0251445434987545, - -0.03847276419401169, - -0.008017808198928833, - 0.9989110827445984 - ] - ], - [ - 2.066666603088379, - [ - -0.024768568575382233, - -0.03863127529621124, - -0.007741445675492287, - 0.9989166259765625 - ] - ], - [ - 2.0999999046325684, - [ - -0.024292541667819023, - -0.03875184431672096, - -0.0074277338571846485, - 0.9989259243011475 - ] - ], - [ - 2.133333444595337, - [ - -0.023693136870861053, - -0.03883105143904686, - -0.007081486284732819, - 0.9989397525787354 - ] - ], - [ - 2.1666667461395264, - [ - -0.02295375056564808, - -0.038866493850946426, - -0.00670400308445096, - 0.9989583492279053 - ] - ], - [ - 2.200000047683716, - [ - -0.022057663649320602, - -0.03882846608757973, - -0.006284129805862904, - 0.9989826679229736 - ] - ], - [ - 2.2333333492279053, - [ - -0.020977972075343132, - -0.038688696920871735, - -0.005747733637690544, - 0.9990145564079285 - ] - ], - [ - 2.2666666507720947, - [ - -0.01969769597053528, - -0.03846028074622154, - -0.005043467041105032, - 0.9990532398223877 - ] - ], - [ - 2.299999952316284, - [ - -0.01820877380669117, - -0.03816406801342964, - -0.004189603962004185, - 0.9990968108177185 - ] - ], - [ - 2.3333332538604736, - [ - -0.0165325328707695, - -0.03781730681657791, - -0.0032065303530544043, - 0.9991427659988403 - ] - ], - [ - 2.366666555404663, - [ - -0.01469465158879757, - -0.03743579238653183, - -0.002116390038281679, - 0.9991888403892517 - ] - ], - [ - 2.4000000953674316, - [ - -0.012621112167835236, - -0.03700479865074158, - -0.0008888076990842819, - 0.9992350935935974 - ] - ], - [ - 2.433333396911621, - [ - -0.010251184925436974, - -0.03650631010532379, - 0.000504713854752481, - 0.9992808103561401 - ] - ], - [ - 2.4666666984558105, - [ - -0.007626211270689964, - -0.03594445064663887, - 0.002035756129771471, - 0.9993225932121277 - ] - ], - [ - 2.5, - [ - -0.00478759128600359, - -0.03533758595585823, - 0.003688464406877756, - 0.9993571639060974 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017769162077456713, - -0.03468863293528557, - 0.005434143356978893, - 0.9993818402290344 - ] - ], - [ - 2.566666603088379, - [ - 0.0013641476398333907, - -0.03400525450706482, - 0.007248403038829565, - 0.9993945360183716 - ] - ], - [ - 2.5999999046325684, - [ - 0.004593823570758104, - -0.03329494968056679, - 0.009107038378715515, - 0.9993936419487 - ] - ], - [ - 2.633333444595337, - [ - 0.007870282046496868, - -0.03256535530090332, - 0.0109860273078084, - 0.9993782639503479 - ] - ], - [ - 2.6666667461395264, - [ - 0.01115147490054369, - -0.03182430565357208, - 0.012861517257988453, - 0.999348521232605 - ] - ], - [ - 2.700000047683716, - [ - 0.014395423233509064, - -0.031080074608325958, - 0.014710030518472195, - 0.9993050694465637 - ] - ], - [ - 2.7333333492279053, - [ - 0.017560036852955818, - -0.030341370031237602, - 0.016508325934410095, - 0.9992491006851196 - ] - ], - [ - 2.7666666507720947, - [ - 0.02060321718454361, - -0.029617594555020332, - 0.01823352463543415, - 0.9991825819015503 - ] - ], - [ - 2.799999952316284, - [ - 0.023482829332351685, - -0.02891891822218895, - 0.01986307092010975, - 0.9991085529327393 - ] - ], - [ - 2.8333332538604736, - [ - 0.02615676447749138, - -0.028256339952349663, - 0.0213747788220644, - 0.999029815196991 - ] - ], - [ - 2.866666555404663, - [ - 0.028582926839590073, - -0.027641762048006058, - 0.022746914997696877, - 0.9989503026008606 - ] - ], - [ - 2.9000000953674316, - [ - 0.03071923926472664, - -0.027088193222880363, - 0.023958077654242516, - 0.9988736510276794 - ] - ], - [ - 2.933333396911621, - [ - 0.03247436508536339, - -0.026626920327544212, - 0.02496412955224514, - 0.9988058805465698 - ] - ], - [ - 2.9666666984558105, - [ - 0.03377315402030945, - -0.026285486295819283, - 0.02572944201529026, - 0.9987525343894958 - ] - ], - [ - 3.0, - [ - 0.03460058942437172, - -0.026073433458805084, - 0.0262448750436306, - 0.9987162947654724 - ] - ], - [ - 3.0333333015441895, - [ - 0.034952808171510696, - -0.02600499801337719, - 0.026497837156057358, - 0.9986991286277771 - ] - ], - [ - 3.066666603088379, - [ - 0.03482331335544586, - -0.026102904230356216, - 0.026493284851312637, - 0.9987012147903442 - ] - ], - [ - 3.0999999046325684, - [ - 0.03421759232878685, - -0.02622300200164318, - 0.02613159455358982, - 0.9987286329269409 - ] - ], - [ - 3.133333444595337, - [ - 0.03316278010606766, - -0.026242360472679138, - 0.025346223264932632, - 0.9987838268280029 - ] - ], - [ - 3.1666667461395264, - [ - 0.03170296177268028, - -0.026196235790848732, - 0.02419702708721161, - 0.9988609552383423 - ] - ], - [ - 3.200000047683716, - [ - 0.02990281954407692, - -0.026092752814292908, - 0.022739827632904053, - 0.9989535212516785 - ] - ], - [ - 3.2333333492279053, - [ - 0.027801984921097755, - -0.02594645321369171, - 0.021017663180828094, - 0.9990556240081787 - ] - ], - [ - 3.2666666507720947, - [ - 0.025431916117668152, - -0.025778835639357567, - 0.019072571769356728, - 0.9991621971130371 - ] - ], - [ - 3.299999952316284, - [ - 0.02285396307706833, - -0.025586137548089027, - 0.016946133226156235, - 0.9992676973342896 - ] - ], - [ - 3.3333332538604736, - [ - 0.020129069685935974, - -0.025376906618475914, - 0.014693960547447205, - 0.999367356300354 - ] - ], - [ - 3.366666555404663, - [ - 0.01731758750975132, - -0.025154506787657738, - 0.012367989867925644, - 0.999457061290741 - ] - ], - [ - 3.4000000953674316, - [ - 0.01447919849306345, - -0.024922290816903114, - 0.010020798072218895, - 0.9995343089103699 - ] - ], - [ - 3.433333396911621, - [ - 0.01167299784719944, - -0.024684349074959755, - 0.0077054756693542, - 0.999597430229187 - ] - ], - [ - 3.4666666984558105, - [ - 0.008957288227975368, - -0.02444600872695446, - 0.005475359968841076, - 0.9996461272239685 - ] - ], - [ - 3.5, - [ - 0.006389759015291929, - -0.024214502424001694, - 0.0033838802482932806, - 0.9996806383132935 - ] - ], - [ - 3.5333333015441895, - [ - 0.0040275841020047665, - -0.023999366909265518, - 0.0014843743992969394, - 0.9997028708457947 - ] - ], - [ - 3.566666603088379, - [ - 0.0019275632221251726, - -0.02381286956369877, - -0.00017029984155669808, - 0.9997146725654602 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010061015927931294, - -0.02367566153407097, - -0.0015250249998643994, - 0.9997185468673706 - ] - ], - [ - 3.633333444595337, - [ - -0.0014347122050821781, - -0.023608345538377762, - -0.002516631269827485, - 0.999717116355896 - ] - ], - [ - 3.6666667461395264, - [ - -0.002652320545166731, - -0.023684903979301453, - -0.0030879739206284285, - 0.9997112154960632 - ] - ], - [ - 3.700000047683716, - [ - -0.0035716749262064695, - -0.023833686485886574, - -0.0033952787052839994, - 0.9997038841247559 - ] - ], - [ - 3.7333333492279053, - [ - -0.004222316667437553, - -0.023923687636852264, - -0.0036139809526503086, - 0.9996983408927917 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046499865129590034, - -0.023970987647771835, - -0.0037327215541154146, - 0.9996948838233948 - ] - ], - [ - 3.933333396911621, - [ - -0.004415846895426512, - -0.023663949221372604, - -0.0030782176181674004, - 0.9997054934501648 - ] - ], - [ - 3.9666666984558105, - [ - -0.004115932621061802, - -0.02354600839316845, - -0.0027903863228857517, - 0.9997103810310364 - ] - ], - [ - 4.0, - [ - -0.003767658257856965, - -0.023422274738550186, - -0.0024705769028514624, - 0.9997156262397766 - ] - ], - [ - 4.0333333015441895, - [ - -0.003382497699931264, - -0.023297222331166267, - -0.0021259081549942493, - 0.9997206926345825 - ] - ], - [ - 4.066666603088379, - [ - -0.0029719406738877296, - -0.023175330832600594, - -0.0017635057447478175, - 0.9997254610061646 - ] - ], - [ - 4.099999904632568, - [ - -0.00254746712744236, - -0.02306101843714714, - -0.0013904932420700788, - 0.9997298717498779 - ] - ], - [ - 4.133333206176758, - [ - -0.002120571443811059, - -0.022958697751164436, - -0.0010140098165720701, - 0.9997337460517883 - ] - ], - [ - 4.166666507720947, - [ - -0.0017027434660121799, - -0.022872764617204666, - -0.0006411341018974781, - 0.9997367262840271 - ] - ], - [ - 4.199999809265137, - [ - -0.0013054817682132125, - -0.022807618603110313, - -0.0002789096615742892, - 0.9997389912605286 - ] - ], - [ - 4.233333110809326, - [ - -0.0009402876021340489, - -0.022767717018723488, - 6.559572648257017e-05, - 0.9997403621673584 - ] - ], - [ - 4.300000190734863, - [ - -0.00035213472438044846, - -0.022781474515795708, - 0.0006736271898262203, - 0.9997401833534241 - ] - ], - [ - 4.366666793823242, - [ - -3.039792864001356e-05, - -0.02295043133199215, - 0.0011276031145825982, - 0.9997360706329346 - ] - ], - [ - 4.433333396911621, - [ - -8.079344843281433e-05, - -0.023311762139201164, - 0.0013771846424788237, - 0.9997273087501526 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029955385252833366, - -0.023576222360134125, - 0.001416376675479114, - 0.9997209906578064 - ] - ], - [ - 4.5, - [ - -0.0006744390702806413, - -0.02390626072883606, - 0.0013781092129647732, - 0.999713122844696 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012323195114731789, - -0.024320296943187714, - 0.0012296907370910048, - 0.9997028112411499 - ] - ], - [ - 4.566666603088379, - [ - -0.0019927036482840776, - -0.024826530367136, - 0.0009610065026208758, - 0.9996893405914307 - ] - ], - [ - 4.599999904632568, - [ - -0.0029690188821405172, - -0.025418013334274292, - 0.0005803116364404559, - 0.9996723532676697 - ] - ], - [ - 4.633333206176758, - [ - -0.004157539922744036, - -0.026088541373610497, - 9.540800238028169e-05, - 0.9996510148048401 - ] - ], - [ - 4.666666507720947, - [ - -0.005552337039262056, - -0.02683139778673649, - -0.00048591988161206245, - 0.9996244311332703 - ] - ], - [ - 4.699999809265137, - [ - -0.007144394796341658, - -0.027639465406537056, - -0.0011558390688151121, - 0.9995917677879333 - ] - ], - [ - 4.733333110809326, - [ - -0.008912288583815098, - -0.02850532718002796, - -0.0019044840009883046, - 0.9995521903038025 - ] - ], - [ - 4.766666889190674, - [ - -0.010834620334208012, - -0.02942134626209736, - -0.002722143428400159, - 0.9995046854019165 - ] - ], - [ - 4.800000190734863, - [ - -0.012889830395579338, - -0.03037976659834385, - -0.0035992974881082773, - 0.999448835849762 - ] - ], - [ - 4.833333492279053, - [ - -0.01505645178258419, - -0.03137268126010895, - -0.004526542965322733, - 0.9993841052055359 - ] - ], - [ - 4.866666793823242, - [ - -0.017312947660684586, - -0.03239213302731514, - -0.005494589917361736, - 0.9993101954460144 - ] - ], - [ - 4.900000095367432, - [ - -0.019652526825666428, - -0.03343486413359642, - -0.006501364056020975, - 0.9992265105247498 - ] - ], - [ - 4.933333396911621, - [ - -0.02206932194530964, - -0.034497760236263275, - -0.007545292843133211, - 0.9991325736045837 - ] - ], - [ - 4.9666666984558105, - [ - -0.024543065577745438, - -0.03557313606142998, - -0.00861805584281683, - 0.9990285038948059 - ] - ], - [ - 5.0, - [ - -0.027053482830524445, - -0.03665333241224289, - -0.009711279533803463, - 0.9989145994186401 - ] - ], - [ - 5.0333333015441895, - [ - -0.029580246657133102, - -0.03773069009184837, - -0.010816679336130619, - 0.9987914562225342 - ] - ], - [ - 5.066666603088379, - [ - -0.0321030393242836, - -0.038797665387392044, - -0.011925858445465565, - 0.998660147190094 - ] - ], - [ - 5.099999904632568, - [ - -0.03460149094462395, - -0.03984680771827698, - -0.013030451722443104, - 0.9985215067863464 - ] - ], - [ - 5.133333206176758, - [ - -0.037055227905511856, - -0.040870826691389084, - -0.014121984131634235, - 0.9983772039413452 - ] - ], - [ - 5.166666507720947, - [ - -0.03944388031959534, - -0.04186251759529114, - -0.015191847458481789, - 0.998228907585144 - ] - ], - [ - 5.199999809265137, - [ - -0.04174702987074852, - -0.04281489923596382, - -0.016231346875429153, - 0.998078465461731 - ] - ], - [ - 5.233333110809326, - [ - -0.04394430294632912, - -0.04372115060687065, - -0.017231643199920654, - 0.9979280829429626 - ] - ], - [ - 5.266666889190674, - [ - -0.04601531848311424, - -0.04457473382353783, - -0.01818370819091797, - 0.9977801442146301 - ] - ], - [ - 5.300000190734863, - [ - -0.047939591109752655, - -0.045369263738393784, - -0.019078319892287254, - 0.9976369142532349 - ] - ], - [ - 5.333333492279053, - [ - -0.04969675838947296, - -0.04609867185354233, - -0.01990603841841221, - 0.9975013136863708 - ] - ], - [ - 5.366666793823242, - [ - -0.051266465336084366, - -0.04675721749663353, - -0.020657261833548546, - 0.9973759651184082 - ] - ], - [ - 5.400000095367432, - [ - -0.05262827128171921, - -0.04733937978744507, - -0.021322080865502357, - 0.9972636699676514 - ] - ], - [ - 5.433333396911621, - [ - -0.05374610051512718, - -0.04783559963107109, - -0.021900173276662827, - 0.9971677660942078 - ] - ], - [ - 5.4666666984558105, - [ - -0.05459064617753029, - -0.04823816567659378, - -0.02238699607551098, - 0.9970916509628296 - ] - ], - [ - 5.5, - [ - -0.05513238534331322, - -0.048512402921915054, - -0.022762732580304146, - 0.9970400333404541 - ] - ], - [ - 5.5333333015441895, - [ - -0.05533181130886078, - -0.048630885779857635, - -0.022941509261727333, - 0.9970191121101379 - ] - ], - [ - 5.566666603088379, - [ - -0.055159468203783035, - -0.04861491173505783, - -0.022859256714582443, - 0.9970313310623169 - ] - ], - [ - 5.599999904632568, - [ - -0.05459469556808472, - -0.048485707491636276, - -0.022527499124407768, - 0.9970762729644775 - ] - ], - [ - 5.633333206176758, - [ - -0.05364582687616348, - -0.048272162675857544, - -0.021949168294668198, - 0.9971510171890259 - ] - ], - [ - 5.666666507720947, - [ - -0.052325665950775146, - -0.0479857362806797, - -0.021142635494470596, - 0.9972524046897888 - ] - ], - [ - 5.699999809265137, - [ - -0.05065314844250679, - -0.047640182077884674, - -0.020124685019254684, - 0.9973765015602112 - ] - ], - [ - 5.733333110809326, - [ - -0.048668015748262405, - -0.047244660556316376, - -0.01891965977847576, - 0.9975176453590393 - ] - ], - [ - 5.766666889190674, - [ - -0.04641003534197807, - -0.04680726304650307, - -0.0175520908087492, - 0.9976708292961121 - ] - ], - [ - 5.800000190734863, - [ - -0.04391917213797569, - -0.04633520171046257, - -0.016046717762947083, - 0.9978309869766235 - ] - ], - [ - 5.833333492279053, - [ - -0.04123546928167343, - -0.04583507403731346, - -0.01442817971110344, - 0.9979932904243469 - ] - ], - [ - 5.866666793823242, - [ - -0.03839904069900513, - -0.0453130267560482, - -0.012721136212348938, - 0.9981535077095032 - ] - ], - [ - 5.900000095367432, - [ - -0.03545023873448372, - -0.044774968177080154, - -0.010949963703751564, - 0.9983078837394714 - ] - ], - [ - 5.933333396911621, - [ - -0.03242950513958931, - -0.04422672092914581, - -0.009138857945799828, - 0.9984533190727234 - ] - ], - [ - 5.9666666984558105, - [ - -0.02937745489180088, - -0.043674271553754807, - -0.007311799563467503, - 0.9985871315002441 - ] - ], - [ - 6.0, - [ - -0.026334822177886963, - -0.04312377795577049, - -0.005492301657795906, - 0.9987075924873352 - ] - ], - [ - 6.0333333015441895, - [ - -0.023342423141002655, - -0.04258183389902115, - -0.0037036852445453405, - 0.9988133907318115 - ] - ], - [ - 6.066666603088379, - [ - -0.0204412080347538, - -0.04205559194087982, - -0.001968847354874015, - 0.9989042282104492 - ] - ], - [ - 6.099999904632568, - [ - -0.017672134563326836, - -0.041552815586328506, - -0.0003103603085037321, - 0.9989799857139587 - ] - ], - [ - 6.133333206176758, - [ - -0.015076265670359135, - -0.041082050651311874, - 0.001249569933861494, - 0.9990412592887878 - ] - ], - [ - 6.166666507720947, - [ - -0.01269464660435915, - -0.04065270721912384, - 0.002689115470275283, - 0.9990891814231873 - ] - ], - [ - 6.199999809265137, - [ - -0.010568316094577312, - -0.04027514532208443, - 0.003986807074397802, - 0.9991247653961182 - ] - ], - [ - 6.233333110809326, - [ - -0.008738349191844463, - -0.039960816502571106, - 0.005121505353599787, - 0.9991499185562134 - ] - ], - [ - 6.266666889190674, - [ - -0.007245692424476147, - -0.03972223773598671, - 0.006072491407394409, - 0.9991660118103027 - ] - ], - [ - 6.300000190734863, - [ - -0.006128271110355854, - -0.039573393762111664, - 0.006817790679633617, - 0.9991747140884399 - ] - ], - [ - 6.333333492279053, - [ - -0.005412775091826916, - -0.0395306833088398, - 0.007330101449042559, - 0.9991769194602966 - ] - ], - [ - 6.400000095367432, - [ - -0.0052938214503228664, - -0.03971036896109581, - 0.007514201570302248, - 0.9991690516471863 - ] - ], - [ - 6.433333396911621, - [ - -0.0059012314304709435, - -0.039665065705776215, - 0.006997731979936361, - 0.9991710782051086 - ] - ], - [ - 6.4666666984558105, - [ - -0.006928613875061274, - -0.039528146386146545, - 0.006097215693444014, - 0.9991758465766907 - ] - ], - [ - 6.5, - [ - -0.008333628065884113, - -0.039316561073064804, - 0.004855888430029154, - 0.999180257320404 - ] - ], - [ - 6.5333333015441895, - [ - -0.010066910646855831, - -0.039042625576257706, - 0.0033199097961187363, - 0.99918133020401 - ] - ], - [ - 6.566666603088379, - [ - -0.012068171054124832, - -0.038715194910764694, - 0.0015399467665702105, - 0.9991763234138489 - ] - ], - [ - 6.599999904632568, - [ - -0.014270578511059284, - -0.03834091126918793, - -0.0004300865111872554, - 0.9991627335548401 - ] - ], - [ - 6.633333206176758, - [ - -0.016607806086540222, - -0.03792997822165489, - -0.0025305021554231644, - 0.9991391897201538 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292619057_204631.json b/lenses/physics-objects/Scene/assets/1646688292619057_204631.json deleted file mode 100644 index c48ed606..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292619057_204631.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292619057:204631", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292620002_204644.json b/lenses/physics-objects/Scene/assets/1646688292620002_204644.json deleted file mode 100644 index 57698e96..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292620002_204644.json +++ /dev/null @@ -1,610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292620002:204644", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.59439754486084, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.565536499023438, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.530097007751465, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.531793594360352, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.570588111877441, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.561490058898926, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.524149894714355, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.4998140335083, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.523015975952148, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.578779220581055, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.623222351074219, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.622015953063965, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.595264434814453, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.573293685913086, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.554859161376953, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.525205612182617, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 9.504719734191895, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.508923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.540470123291016, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.581395149230957, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.606986045837402, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.578302383422852, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.574420928955078, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.593631744384766, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.598215103149414, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.564498901367188, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.521641731262207, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.523436546325684, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.593184471130371, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.604747772216797, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.583325386047363, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.579882621765137, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.617085456848145, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.632464408874512, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.598491668701172, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.544705390930176, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.51235294342041, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.516780853271484, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.578226089477539, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.579147338867188, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.555008888244629, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.543363571166992, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.577000617980957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.642417907714844, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.654427528381348, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.591819763183594, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.535988807678223, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.529961585998535, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.559260368347168, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.587362289428711, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.633867263793945, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.660310745239258, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.640313148498535, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.574085235595703, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.524907112121582, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.513439178466797, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.583789825439453, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.663187980651855, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.659445762634277, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.609320640563965, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.575163841247559, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.553913116455078, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.588661193847656, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.610657691955566, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.640311241149902, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.674881935119629, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.672609329223633, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.616706848144531, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.543720245361328, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.507469177246094, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.515920639038086, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.540055274963379, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292620194_204651.json b/lenses/physics-objects/Scene/assets/1646688292620194_204651.json deleted file mode 100644 index d72d297e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292620194_204651.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292620194:204651", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ], - [ - 0.03333333507180214, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ], - [ - 0.06666667014360428, - [ - -0.03739931434392929, - 0.05450734868645668, - -0.011546657420694828, - 0.997745931148529 - ] - ], - [ - 0.10000000149011612, - [ - -0.037473488599061966, - 0.055181700736284256, - 0.13159599900245667, - 0.9890568256378174 - ] - ], - [ - 0.13333334028720856, - [ - -0.03266499936580658, - 0.04927074909210205, - 0.19537708163261414, - 0.9789449572563171 - ] - ], - [ - 0.1666666716337204, - [ - -0.026961995288729668, - 0.04583711549639702, - 0.16938820481300354, - 0.9841136336326599 - ] - ], - [ - 0.20000000298023224, - [ - -0.021921608597040176, - 0.04338902607560158, - 0.1129583939909935, - 0.9924098253250122 - ] - ], - [ - 0.23333333432674408, - [ - -0.01882753148674965, - 0.043296173214912415, - 0.04068078100681305, - 0.9980562329292297 - ] - ], - [ - 0.2666666805744171, - [ - -0.01663690246641636, - 0.04921568185091019, - -0.038221582770347595, - 0.997917890548706 - ] - ], - [ - 0.30000001192092896, - [ - -0.015369759872555733, - 0.06161939352750778, - -0.11214713752269745, - 0.9916601181030273 - ] - ], - [ - 0.3333333432674408, - [ - -0.014794395305216312, - 0.07606738805770874, - -0.17110802233219147, - 0.9822001457214355 - ] - ], - [ - 0.36666667461395264, - [ - -0.01395456399768591, - 0.08739307522773743, - -0.20087026059627533, - 0.9756120443344116 - ] - ], - [ - 0.4000000059604645, - [ - -0.013094409368932247, - 0.0878387838602066, - -0.165290966629982, - 0.9822381734848022 - ] - ], - [ - 0.4333333373069763, - [ - -0.010912812314927578, - 0.07283515483140945, - -0.06991901993751526, - 0.9948303699493408 - ] - ], - [ - 0.46666666865348816, - [ - -0.005863979458808899, - 0.05015207454562187, - 0.04361704736948013, - 0.9977715015411377 - ] - ], - [ - 0.5, - [ - 0.002516727428883314, - 0.03465652838349342, - 0.13745805621147156, - 0.9898979067802429 - ] - ], - [ - 0.5333333611488342, - [ - 0.013556059449911118, - 0.039433661848306656, - 0.17383164167404175, - 0.9838921427726746 - ] - ], - [ - 0.5666666626930237, - [ - 0.025442754849791527, - 0.05403296276926994, - 0.1455637514591217, - 0.987544596195221 - ] - ], - [ - 0.6000000238418579, - [ - 0.035136327147483826, - 0.056976232677698135, - 0.08637957274913788, - 0.9940109252929688 - ] - ], - [ - 0.6333333253860474, - [ - 0.038118187338113785, - 0.045295462012290955, - 0.01491202786564827, - 0.9981347322463989 - ] - ], - [ - 0.6666666865348816, - [ - 0.03372494876384735, - 0.03632926568388939, - -0.059766195714473724, - 0.9969808459281921 - ] - ], - [ - 0.699999988079071, - [ - 0.02458508498966694, - 0.041060853749513626, - -0.13031037151813507, - 0.9903175234794617 - ] - ], - [ - 0.7333333492279053, - [ - 0.012510339729487896, - 0.05708080530166626, - -0.18450258672237396, - 0.9810932874679565 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003254261682741344, - 0.07401774823665619, - -0.20712237060070038, - 0.9755109548568726 - ] - ], - [ - 0.800000011920929, - [ - -0.009641693904995918, - 0.08076118677854538, - -0.18902628123760223, - 0.9785979390144348 - ] - ], - [ - 0.8333333134651184, - [ - -0.015827754512429237, - 0.07572019845247269, - -0.13995687663555145, - 0.9871312975883484 - ] - ], - [ - 0.8666666746139526, - [ - -0.01747136004269123, - 0.06506653130054474, - -0.0713128000497818, - 0.9951762557029724 - ] - ], - [ - 0.8999999761581421, - [ - -0.014044301584362984, - 0.055824752897024155, - 0.005197092890739441, - 0.9983282685279846 - ] - ], - [ - 0.9333333373069763, - [ - -0.0055235628969967365, - 0.05229949206113815, - 0.07861831039190292, - 0.9955166578292847 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068193762563169, - 0.05299483239650726, - 0.13682779669761658, - 0.9891527891159058 - ] - ], - [ - 1.0, - [ - 0.02038821205496788, - 0.053627170622348785, - 0.1639457643032074, - 0.9847996830940247 - ] - ], - [ - 1.0333333015441895, - [ - 0.032203007489442825, - 0.050779521465301514, - 0.14040255546569824, - 0.9882669448852539 - ] - ], - [ - 1.0666667222976685, - [ - 0.039676960557699203, - 0.04668501019477844, - 0.07338091731071472, - 0.9954202771186829 - ] - ], - [ - 1.100000023841858, - [ - 0.040981944650411606, - 0.04772842302918434, - -0.015785174444317818, - 0.9978944659233093 - ] - ], - [ - 1.1333333253860474, - [ - 0.034058548510074615, - 0.05496479943394661, - -0.10588682442903519, - 0.9922736883163452 - ] - ], - [ - 1.1666666269302368, - [ - 0.022469596937298775, - 0.06465993076562881, - -0.17508818209171295, - 0.9821702241897583 - ] - ], - [ - 1.2000000476837158, - [ - 0.009940873831510544, - 0.07393622398376465, - -0.20509885251522064, - 0.9758940935134888 - ] - ], - [ - 1.2333333492279053, - [ - -0.001883577206172049, - 0.07731363922357559, - -0.18017266690731049, - 0.9805900454521179 - ] - ], - [ - 1.2666666507720947, - [ - -0.010864708572626114, - 0.07391900569200516, - -0.1114162802696228, - 0.9909614324569702 - ] - ], - [ - 1.2999999523162842, - [ - -0.014724635519087315, - 0.06448928266763687, - -0.02261744812130928, - 0.9975534081459045 - ] - ], - [ - 1.3333333730697632, - [ - -0.012604847550392151, - 0.057343728840351105, - 0.06597957015037537, - 0.9960921406745911 - ] - ], - [ - 1.3666666746139526, - [ - -0.006133220624178648, - 0.06546685099601746, - 0.13399773836135864, - 0.9887977838516235 - ] - ], - [ - 1.399999976158142, - [ - 0.0018181706545874476, - 0.08549191802740097, - 0.15537068247795105, - 0.9841482639312744 - ] - ], - [ - 1.4333332777023315, - [ - 0.007247935049235821, - 0.09422852843999863, - 0.12811821699142456, - 0.9872458577156067 - ] - ], - [ - 1.4666666984558105, - [ - 0.008131262846291065, - 0.08074524998664856, - 0.07468117028474808, - 0.9938998222351074 - ] - ], - [ - 1.5, - [ - 0.004496538080275059, - 0.050383761525154114, - 0.004797991830855608, - 0.9987083077430725 - ] - ], - [ - 1.5333333015441895, - [ - -0.004269825294613838, - 0.01745087467133999, - -0.07287763804197311, - 0.9971790909767151 - ] - ], - [ - 1.5666667222976685, - [ - -0.016666648909449577, - -0.0044844141229987144, - -0.1497744619846344, - 0.9885695576667786 - ] - ], - [ - 1.600000023841858, - [ - -0.03127063065767288, - -0.009615660645067692, - -0.2137913703918457, - 0.976331353187561 - ] - ], - [ - 1.6333333253860474, - [ - -0.04559919238090515, - 0.0016374296974390745, - -0.2466231882572174, - 0.9680367112159729 - ] - ], - [ - 1.6666666269302368, - [ - -0.0583297461271286, - 0.026536105200648308, - -0.22538290917873383, - 0.9721605181694031 - ] - ], - [ - 1.7000000476837158, - [ - -0.06848284602165222, - 0.053561676293611526, - -0.15492954850196838, - 0.9840925335884094 - ] - ], - [ - 1.7333333492279053, - [ - -0.07418791949748993, - 0.07126322388648987, - -0.06055409833788872, - 0.9928498864173889 - ] - ], - [ - 1.7666666507720947, - [ - -0.07423347234725952, - 0.07724529504776001, - 0.033456992357969284, - 0.9936816096305847 - ] - ], - [ - 1.7999999523162842, - [ - -0.0687786415219307, - 0.07634419947862625, - 0.10652559250593185, - 0.9889860153198242 - ] - ], - [ - 1.8333333730697632, - [ - -0.06022011488676071, - 0.07238153368234634, - 0.13726045191287994, - 0.9860497117042542 - ] - ], - [ - 1.8666666746139526, - [ - -0.05244254320859909, - 0.061282895505428314, - 0.11333957314491272, - 0.9902769923210144 - ] - ], - [ - 1.899999976158142, - [ - -0.04696166515350342, - 0.045059945434331894, - 0.04879828169941902, - 0.9966859817504883 - ] - ], - [ - 1.9333332777023315, - [ - -0.044337715953588486, - 0.03259054198861122, - -0.040382012724876404, - 0.9976679682731628 - ] - ], - [ - 1.9666666984558105, - [ - -0.047707024961709976, - 0.029677024111151695, - -0.1347193717956543, - 0.9892896413803101 - ] - ], - [ - 2.0, - [ - -0.05780786648392677, - 0.028972504660487175, - -0.21551227569580078, - 0.9743579030036926 - ] - ], - [ - 2.0333333015441895, - [ - -0.0709899291396141, - 0.02558690868318081, - -0.2572126090526581, - 0.9634040594100952 - ] - ], - [ - 2.066666603088379, - [ - -0.08440005034208298, - 0.03454253077507019, - -0.22536228597164154, - 0.9699975848197937 - ] - ], - [ - 2.0999999046325684, - [ - -0.09429768472909927, - 0.06077847629785538, - -0.12946011126041412, - 0.9852177500724792 - ] - ], - [ - 2.133333444595337, - [ - -0.09592310339212418, - 0.08002275973558426, - -0.008480299264192581, - 0.9921306371688843 - ] - ], - [ - 2.1666667461395264, - [ - -0.08872770518064499, - 0.07290169596672058, - 0.09437409788370132, - 0.9888914227485657 - ] - ], - [ - 2.200000047683716, - [ - -0.07549770176410675, - 0.05247737467288971, - 0.13665929436683655, - 0.9863419532775879 - ] - ], - [ - 2.2333333492279053, - [ - -0.06167498230934143, - 0.0384807251393795, - 0.09865712374448776, - 0.9924628138542175 - ] - ], - [ - 2.2666666507720947, - [ - -0.051284059882164, - 0.04014279320836067, - 0.00948630552738905, - 0.9978318810462952 - ] - ], - [ - 2.299999952316284, - [ - -0.04497397691011429, - 0.055228717625141144, - -0.09801984578371048, - 0.9926325082778931 - ] - ], - [ - 2.3333332538604736, - [ - -0.04399285092949867, - 0.07323546707630157, - -0.18818074464797974, - 0.9784116744995117 - ] - ], - [ - 2.366666555404663, - [ - -0.04752693325281143, - 0.08465784788131714, - -0.2274685651063919, - 0.9689335823059082 - ] - ], - [ - 2.4000000953674316, - [ - -0.054054729640483856, - 0.08770494163036346, - -0.18564234673976898, - 0.9772016406059265 - ] - ], - [ - 2.433333396911621, - [ - -0.05936674028635025, - 0.07873722910881042, - -0.08584322035312653, - 0.9914167523384094 - ] - ], - [ - 2.4666666984558105, - [ - -0.05808468535542488, - 0.0539463572204113, - 0.030085811391472816, - 0.99639892578125 - ] - ], - [ - 2.5, - [ - -0.04935669153928757, - 0.018501944839954376, - 0.12196674197912216, - 0.9911335706710815 - ] - ], - [ - 2.5333333015441895, - [ - -0.03540011867880821, - -0.011405481956899166, - 0.15675659477710724, - 0.9869367480278015 - ] - ], - [ - 2.566666603088379, - [ - -0.017777327448129654, - -0.0005185343325138092, - 0.0943518802523613, - 0.9953800439834595 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010302306327503175, - 0.0457400307059288, - -0.03553638234734535, - 0.9983211159706116 - ] - ], - [ - 2.633333444595337, - [ - 0.008237054571509361, - 0.09036652743816376, - -0.16189448535442352, - 0.9826272130012512 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033110305666923523, - 0.11447601020336151, - -0.21425305306911469, - 0.9700412154197693 - ] - ], - [ - 2.700000047683716, - [ - -0.005002145189791918, - 0.09692573547363281, - -0.14563634991645813, - 0.9845662117004395 - ] - ], - [ - 2.7333333492279053, - [ - -0.011134759522974491, - 0.04117940738797188, - -0.012457831762731075, - 0.9990120530128479 - ] - ], - [ - 2.7666666507720947, - [ - -0.01307714730501175, - -0.01686650514602661, - 0.11649303883314133, - 0.9929621815681458 - ] - ], - [ - 2.799999952316284, - [ - -0.013513731770217419, - -0.03706244006752968, - 0.17594382166862488, - 0.9836095571517944 - ] - ], - [ - 2.8333332538604736, - [ - -0.0144788334146142, - -0.019740814343094826, - 0.15369302034378052, - 0.9878153204917908 - ] - ], - [ - 2.866666555404663, - [ - -0.016330676153302193, - 0.004148544277995825, - 0.10104963928461075, - 0.9947386980056763 - ] - ], - [ - 2.9000000953674316, - [ - -0.019303901121020317, - 0.028075728565454483, - 0.03133327513933182, - 0.9989281892776489 - ] - ], - [ - 2.933333396911621, - [ - -0.022119546309113503, - 0.05212320387363434, - -0.04646820202469826, - 0.9973137974739075 - ] - ], - [ - 2.9666666984558105, - [ - -0.02457248792052269, - 0.07629694789648056, - -0.12105510383844376, - 0.9894042015075684 - ] - ], - [ - 3.0, - [ - -0.026915214955806732, - 0.09774141758680344, - -0.18210037052631378, - 0.9780396819114685 - ] - ], - [ - 3.0333333015441895, - [ - -0.02869708649814129, - 0.11057119071483612, - -0.21493469178676605, - 0.9699245095252991 - ] - ], - [ - 3.066666603088379, - [ - -0.0307073425501585, - 0.10584240406751633, - -0.18291878700256348, - 0.9769315123558044 - ] - ], - [ - 3.0999999046325684, - [ - -0.031966958194971085, - 0.08294942229986191, - -0.09078439325094223, - 0.9918950200080872 - ] - ], - [ - 3.133333444595337, - [ - -0.03065972402691841, - 0.052712440490722656, - 0.020840827375650406, - 0.9979214668273926 - ] - ], - [ - 3.1666667461395264, - [ - -0.02673163451254368, - 0.029293112456798553, - 0.11369244754314423, - 0.9927242398262024 - ] - ], - [ - 3.200000047683716, - [ - -0.020989375188946724, - 0.026571765542030334, - 0.1498641073703766, - 0.9881265759468079 - ] - ], - [ - 3.2333333492279053, - [ - -0.014437462203204632, - 0.038363393396139145, - 0.12297695875167847, - 0.9915626645088196 - ] - ], - [ - 3.2666666507720947, - [ - -0.009018959477543831, - 0.04479444772005081, - 0.06542947888374329, - 0.9968104362487793 - ] - ], - [ - 3.299999952316284, - [ - -0.008426247164607048, - 0.04261201620101929, - -0.005980892106890678, - 0.9990382790565491 - ] - ], - [ - 3.3333332538604736, - [ - -0.017151476815342903, - 0.03858410194516182, - -0.10162359476089478, - 0.9939265251159668 - ] - ], - [ - 3.366666555404663, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292620378_204658.json b/lenses/physics-objects/Scene/assets/1646688292620378_204658.json deleted file mode 100644 index 3224f8c8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292620378_204658.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292620378:204658", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292621314_204671.json b/lenses/physics-objects/Scene/assets/1646688292621314_204671.json deleted file mode 100644 index 0073c917..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292621314_204671.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292621314:204671", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.590449333190918, - 1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ], - [ - 1.0, - [ - 9.590449333190918, - 1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292621509_204678.json b/lenses/physics-objects/Scene/assets/1646688292621509_204678.json deleted file mode 100644 index 2c3413df..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292621509_204678.json +++ /dev/null @@ -1,1621 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292621509:204678", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019016504287719727, - 0.019773641601204872, - -0.028205810114741325, - 0.9992256164550781 - ] - ], - [ - 0.03333333507180214, - [ - -0.019016504287719727, - 0.019773641601204872, - -0.028205810114741325, - 0.9992256164550781 - ] - ], - [ - 0.06666667014360428, - [ - -0.021402496844530106, - 0.020463546738028526, - -0.029326576739549637, - 0.9991312026977539 - ] - ], - [ - 0.10000000149011612, - [ - -0.02381504885852337, - 0.021200822666287422, - -0.030421182513237, - 0.9990285038948059 - ] - ], - [ - 0.13333334028720856, - [ - -0.026190755888819695, - 0.02197023667395115, - -0.031460098922252655, - 0.998920202255249 - ] - ], - [ - 0.1666666716337204, - [ - -0.028467077761888504, - 0.022754952311515808, - -0.03241454437375069, - 0.9988098740577698 - ] - ], - [ - 0.20000000298023224, - [ - -0.030582167208194733, - 0.02353636920452118, - -0.03325652703642845, - 0.9987015724182129 - ] - ], - [ - 0.23333333432674408, - [ - -0.032474759966135025, - 0.024294128641486168, - -0.03395898640155792, - 0.9986000061035156 - ] - ], - [ - 0.2666666805744171, - [ - -0.034083977341651917, - 0.025006094947457314, - -0.03449591249227524, - 0.9985104203224182 - ] - ], - [ - 0.30000001192092896, - [ - -0.03538035973906517, - 0.025636551901698112, - -0.034851185977458954, - 0.9984369874000549 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634166717529297, - 0.026145346462726593, - -0.03501256927847862, - 0.9983837008476257 - ] - ], - [ - 0.36666667461395264, - [ - -0.036960095167160034, - 0.02647906169295311, - -0.034975551068782806, - 0.9983534216880798 - ] - ], - [ - 0.4333333373069763, - [ - -0.03732087463140488, - 0.02681426890194416, - -0.0346703864634037, - 0.9983416795730591 - ] - ], - [ - 0.5, - [ - -0.03685074672102928, - 0.02702496200799942, - -0.034305162727832794, - 0.9983661770820618 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640134632587433, - 0.027107229456305504, - -0.03409601002931595, - 0.9983875155448914 - ] - ], - [ - 0.5666666626930237, - [ - -0.03586404025554657, - 0.027185453101992607, - -0.033864181488752365, - 0.9984127283096313 - ] - ], - [ - 0.6000000238418579, - [ - -0.035249948501586914, - 0.027258723974227905, - -0.03361321985721588, - 0.9984410405158997 - ] - ], - [ - 0.6333333253860474, - [ - -0.034570157527923584, - 0.02732616290450096, - -0.03334673494100571, - 0.9984720349311829 - ] - ], - [ - 0.6666666865348816, - [ - -0.0338357612490654, - 0.02738691121339798, - -0.0330682136118412, - 0.9985046982765198 - ] - ], - [ - 0.699999988079071, - [ - -0.03305790573358536, - 0.02744012139737606, - -0.032781247049570084, - 0.9985387325286865 - ] - ], - [ - 0.7333333492279053, - [ - -0.03224766626954079, - 0.027484940364956856, - -0.032489314675331116, - 0.9985735416412354 - ] - ], - [ - 0.7666666507720947, - [ - -0.03141617402434349, - 0.02752048149704933, - -0.03219594061374664, - 0.9986085891723633 - ] - ], - [ - 0.800000011920929, - [ - -0.030574552714824677, - 0.027545833960175514, - -0.03190460801124573, - 0.9986433386802673 - ] - ], - [ - 0.8333333134651184, - [ - -0.029733911156654358, - 0.027560055255889893, - -0.03161880746483803, - 0.9986774325370789 - ] - ], - [ - 0.8666666746139526, - [ - -0.028905391693115234, - 0.027562161907553673, - -0.03134196251630783, - 0.9987103939056396 - ] - ], - [ - 0.8999999761581421, - [ - -0.028100116178393364, - 0.027551110833883286, - -0.03107750229537487, - 0.9987419843673706 - ] - ], - [ - 0.9333333373069763, - [ - -0.027329225093126297, - 0.02752581425011158, - -0.030828848481178284, - 0.9987717866897583 - ] - ], - [ - 0.9666666388511658, - [ - -0.026603879407048225, - 0.027485117316246033, - -0.03059939295053482, - 0.9987996220588684 - ] - ], - [ - 1.0, - [ - -0.025935200974345207, - 0.027427811175584793, - -0.03039245307445526, - 0.9988250136375427 - ] - ], - [ - 1.0333333015441895, - [ - -0.025334374979138374, - 0.02735264040529728, - -0.03021138347685337, - 0.9988480806350708 - ] - ], - [ - 1.0666667222976685, - [ - -0.024812545627355576, - 0.02725825086236, - -0.0300595723092556, - 0.9988682270050049 - ] - ], - [ - 1.100000023841858, - [ - -0.024380898103117943, - 0.027143293991684914, - -0.02994019351899624, - 0.9988855719566345 - ] - ], - [ - 1.1333333253860474, - [ - -0.024064190685749054, - 0.02700183540582657, - -0.02986069768667221, - 0.9988994598388672 - ] - ], - [ - 1.1666666269302368, - [ - -0.023883672431111336, - 0.026829112321138382, - -0.029827198013663292, - 0.9989094734191895 - ] - ], - [ - 1.2000000476837158, - [ - -0.023752111941576004, - 0.026625080034136772, - -0.029824841767549515, - 0.9989181160926819 - ] - ], - [ - 1.2333333492279053, - [ - -0.023597225546836853, - 0.026387503370642662, - -0.02984590083360672, - 0.9989274740219116 - ] - ], - [ - 1.2666666507720947, - [ - -0.023450369015336037, - 0.026119250804185867, - -0.029893018305301666, - 0.9989365935325623 - ] - ], - [ - 1.2999999523162842, - [ - -0.023338373750448227, - 0.025829963386058807, - -0.029957348480820656, - 0.9989447593688965 - ] - ], - [ - 1.3666666746139526, - [ - -0.023257261142134666, - 0.025211403146386147, - -0.030113812536001205, - 0.9989578723907471 - ] - ], - [ - 1.4333332777023315, - [ - -0.02339494228363037, - 0.024569198489189148, - -0.03027745708823204, - 0.9989656209945679 - ] - ], - [ - 1.4666666984558105, - [ - -0.023531785234808922, - 0.02424396015703678, - -0.03035684861242771, - 0.9989679455757141 - ] - ], - [ - 1.5, - [ - -0.02370399422943592, - 0.023917896673083305, - -0.03043248876929283, - 0.9989694356918335 - ] - ], - [ - 1.5333333015441895, - [ - -0.023904090747237206, - 0.023592473939061165, - -0.030502906069159508, - 0.9989702701568604 - ] - ], - [ - 1.600000023841858, - [ - -0.024357998743653297, - 0.022949595004320145, - -0.030621884390711784, - 0.998970627784729 - ] - ], - [ - 1.6333333253860474, - [ - -0.02459683082997799, - 0.022635160014033318, - -0.03066752292215824, - 0.9989705681800842 - ] - ], - [ - 1.6666666269302368, - [ - -0.024833569303154945, - 0.02232743240892887, - -0.030701955780386925, - 0.9989705681800842 - ] - ], - [ - 1.7000000476837158, - [ - -0.025060711428523064, - 0.022027917206287384, - -0.030723771080374718, - 0.9989708662033081 - ] - ], - [ - 1.7666666507720947, - [ - -0.0254561398178339, - 0.02145957201719284, - -0.03072376549243927, - 0.9989732503890991 - ] - ], - [ - 1.8666666746139526, - [ - -0.025789178907871246, - 0.02070596255362034, - -0.03059295006096363, - 0.9989846348762512 - ] - ], - [ - 1.9666666984558105, - [ - -0.025629112496972084, - 0.02010505460202694, - -0.03026999905705452, - 0.9990108609199524 - ] - ], - [ - 2.0333333015441895, - [ - -0.02514777146279812, - 0.01980692334473133, - -0.029927682131528854, - 0.999039351940155 - ] - ], - [ - 2.066666603088379, - [ - -0.024772057309746742, - 0.019692249596118927, - -0.029713647440075874, - 0.999057412147522 - ] - ], - [ - 2.0999999046325684, - [ - -0.024296250194311142, - 0.019601965323090553, - -0.029468845576047897, - 0.999078094959259 - ] - ], - [ - 2.133333444595337, - [ - -0.023696983233094215, - 0.019542215391993523, - -0.029188137501478195, - 0.999101996421814 - ] - ], - [ - 2.1666667461395264, - [ - -0.02295767143368721, - 0.01951666921377182, - -0.02886781468987465, - 0.9991289973258972 - ] - ], - [ - 2.200000047683716, - [ - -0.022061558440327644, - 0.019532060250639915, - -0.02850339375436306, - 0.9991593360900879 - ] - ], - [ - 2.2333333492279053, - [ - -0.02098172903060913, - 0.019591502845287323, - -0.028062719851732254, - 0.9991939067840576 - ] - ], - [ - 2.2666666507720947, - [ - -0.019701242446899414, - 0.019680198282003403, - -0.027528934180736542, - 0.999233067035675 - ] - ], - [ - 2.299999952316284, - [ - -0.01821204088628292, - 0.01978018321096897, - -0.02692222222685814, - 0.9992758631706238 - ] - ], - [ - 2.3333332538604736, - [ - -0.016535475850105286, - 0.019881559535861015, - -0.026261037215590477, - 0.9993206262588501 - ] - ], - [ - 2.366666555404663, - [ - -0.014697249047458172, - 0.019976461306214333, - -0.02556319162249565, - 0.999365508556366 - ] - ], - [ - 2.4000000953674316, - [ - -0.012623335234820843, - 0.020064283162355423, - -0.024822968989610672, - 0.9994107484817505 - ] - ], - [ - 2.433333396911621, - [ - -0.010252977721393108, - 0.02015034854412079, - -0.02402937225997448, - 0.9994555711746216 - ] - ], - [ - 2.4666666984558105, - [ - -0.007627540268003941, - 0.02023550309240818, - -0.023193184286355972, - 0.9994971752166748 - ] - ], - [ - 2.5, - [ - -0.004788431338965893, - 0.020320752635598183, - -0.02232518047094345, - 0.9995327591896057 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017772340215742588, - 0.020406996831297874, - -0.021436264738440514, - 0.9995603561401367 - ] - ], - [ - 2.566666603088379, - [ - 0.0013643985148519278, - 0.020495032891631126, - -0.020537223666906357, - 0.9995781779289246 - ] - ], - [ - 2.5999999046325684, - [ - 0.004594700410962105, - 0.020585276186466217, - -0.01963888108730316, - 0.9995846152305603 - ] - ], - [ - 2.633333444595337, - [ - 0.007871869020164013, - 0.020677782595157623, - -0.018751967698335648, - 0.9995794296264648 - ] - ], - [ - 2.6666667461395264, - [ - 0.011153857223689556, - 0.020772064104676247, - -0.017887186259031296, - 0.9995620846748352 - ] - ], - [ - 2.700000047683716, - [ - 0.014398707076907158, - 0.020867127925157547, - -0.017055053263902664, - 0.9995330572128296 - ] - ], - [ - 2.7333333492279053, - [ - 0.017564330250024796, - 0.020961299538612366, - -0.016265995800495148, - 0.9994936585426331 - ] - ], - [ - 2.7666666507720947, - [ - 0.02060863748192787, - 0.021052300930023193, - -0.015530259348452091, - 0.9994453191757202 - ] - ], - [ - 2.799999952316284, - [ - 0.02348945289850235, - 0.02113720402121544, - -0.014857878908514977, - 0.999390184879303 - ] - ], - [ - 2.8333332538604736, - [ - 0.026164647191762924, - 0.02121240645647049, - -0.01425869669765234, - 0.9993308186531067 - ] - ], - [ - 2.866666555404663, - [ - 0.028592078015208244, - 0.021273577585816383, - -0.013742384500801563, - 0.9992703795433044 - ] - ], - [ - 2.9000000953674316, - [ - 0.030729640275239944, - 0.02131587825715542, - -0.013318289071321487, - 0.9992116689682007 - ] - ], - [ - 2.933333396911621, - [ - 0.03248587250709534, - 0.021328231319785118, - -0.013004551641643047, - 0.9991599917411804 - ] - ], - [ - 2.9666666984558105, - [ - 0.03378558158874512, - 0.021300407126545906, - -0.012815949507057667, - 0.9991198778152466 - ] - ], - [ - 3.0, - [ - 0.034613680094480515, - 0.021228745579719543, - -0.012756014242768288, - 0.9990938305854797 - ] - ], - [ - 3.0333333015441895, - [ - 0.034966256469488144, - 0.02111111395061016, - -0.012825787998735905, - 0.9990831613540649 - ] - ], - [ - 3.066666603088379, - [ - 0.034836821258068085, - 0.020943259820342064, - -0.013025281019508839, - 0.9990886449813843 - ] - ], - [ - 3.0999999046325684, - [ - 0.034230563789606094, - 0.02079676277935505, - -0.013407125137746334, - 0.9991075992584229 - ] - ], - [ - 3.133333444595337, - [ - 0.03317447006702423, - 0.0207511018961668, - -0.014004443772137165, - 0.9991360902786255 - ] - ], - [ - 3.1666667461395264, - [ - 0.03171280398964882, - 0.020810572430491447, - -0.01478290744125843, - 0.9991710186004639 - ] - ], - [ - 3.200000047683716, - [ - 0.02991047129034996, - 0.020969809964299202, - -0.015705948695540428, - 0.9992091655731201 - ] - ], - [ - 3.2333333492279053, - [ - 0.027807338163256645, - 0.021219652146100998, - -0.01674281246960163, - 0.9992479085922241 - ] - ], - [ - 3.2666666507720947, - [ - 0.02543501742184162, - 0.021548733115196228, - -0.017867501825094223, - 0.9992845058441162 - ] - ], - [ - 3.299999952316284, - [ - 0.022855078801512718, - 0.021948467940092087, - -0.01905125379562378, - 0.9993162751197815 - ] - ], - [ - 3.3333332538604736, - [ - 0.020128533244132996, - 0.022410091012716293, - -0.0202649999409914, - 0.9993407726287842 - ] - ], - [ - 3.366666555404663, - [ - 0.01731584407389164, - 0.022924302145838737, - -0.021479595452547073, - 0.9993564486503601 - ] - ], - [ - 3.4000000953674316, - [ - 0.014476709067821503, - 0.023480625823140144, - -0.02266610972583294, - 0.9993624687194824 - ] - ], - [ - 3.433333396911621, - [ - 0.011670216917991638, - 0.024067210033535957, - -0.023795852437615395, - 0.9993589520454407 - ] - ], - [ - 3.4666666984558105, - [ - 0.008954607881605625, - 0.02467040717601776, - -0.024840721860527992, - 0.9993468523025513 - ] - ], - [ - 3.5, - [ - 0.006387506145983934, - 0.025274762883782387, - -0.02577320672571659, - 0.9993278384208679 - ] - ], - [ - 3.5333333015441895, - [ - 0.004025978036224842, - 0.025862786918878555, - -0.026566654443740845, - 0.9993044137954712 - ] - ], - [ - 3.566666603088379, - [ - 0.001926723518408835, - 0.026415100321173668, - -0.02719525434076786, - 0.9992792010307312 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010056360042653978, - 0.02689979039132595, - -0.027645962312817574, - 0.9992557764053345 - ] - ], - [ - 3.633333444595337, - [ - -0.0014340229099616408, - 0.02728186920285225, - -0.027906935662031174, - 0.9992371201515198 - ] - ], - [ - 3.6666667461395264, - [ - -0.002651034854352474, - 0.0275157168507576, - -0.027968866750597954, - 0.9992265105247498 - ] - ], - [ - 3.700000047683716, - [ - -0.0035699512809515, - 0.027632668614387512, - -0.02792411483824253, - 0.999221682548523 - ] - ], - [ - 3.7333333492279053, - [ - -0.0042202891781926155, - 0.027714036405086517, - -0.02786862850189209, - 0.9992185235023499 - ] - ], - [ - 3.799999952316284, - [ - -0.004870711825788021, - 0.027839122340083122, - -0.02770797535777092, - 0.9992165565490723 - ] - ], - [ - 3.933333396911621, - [ - -0.004413742106407881, - 0.02806466445326805, - -0.027101609855890274, - 0.9992288947105408 - ] - ], - [ - 3.9666666984558105, - [ - -0.004113971721380949, - 0.028115587309002876, - -0.026908790692687035, - 0.9992339611053467 - ] - ], - [ - 4.0333333015441895, - [ - -0.0033808904699981213, - 0.02820078656077385, - -0.026499222964048386, - 0.9992453455924988 - ] - ], - [ - 4.066666603088379, - [ - -0.0029705313500016928, - 0.028232410550117493, - -0.026289351284503937, - 0.9992513060569763 - ] - ], - [ - 4.099999904632568, - [ - -0.0025462631601840258, - 0.028254933655261993, - -0.02608063817024231, - 0.9992572069168091 - ] - ], - [ - 4.133333206176758, - [ - -0.002119573066011071, - 0.028267020359635353, - -0.02587648294866085, - 0.9992631673812866 - ] - ], - [ - 4.199999809265137, - [ - -0.0013048761757090688, - 0.028254367411136627, - -0.02549540437757969, - 0.999274730682373 - ] - ], - [ - 4.266666889190674, - [ - -0.0006183877121657133, - 0.02818312868475914, - -0.025172999128699303, - 0.9992855787277222 - ] - ], - [ - 4.333333492279053, - [ - -0.00015213689766824245, - 0.028041329234838486, - -0.02493591420352459, - 0.999295711517334 - ] - ], - [ - 4.433333396911621, - [ - -8.075963705778122e-05, - 0.02766500785946846, - -0.024802004918456078, - 0.9993095397949219 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002994318201672286, - 0.02748136594891548, - -0.024838296696543694, - 0.9993136525154114 - ] - ], - [ - 4.5, - [ - -0.0006741720717400312, - 0.027261829003691673, - -0.024926213547587395, - 0.9993172883987427 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012318480294197798, - 0.026999300345778465, - -0.025077762082219124, - 0.9993200898170471 - ] - ], - [ - 4.566666603088379, - [ - -0.00199197162874043, - 0.026694994419813156, - -0.02529294416308403, - 0.999321699142456 - ] - ], - [ - 4.599999904632568, - [ - -0.002967976266518235, - 0.026357833296060562, - -0.025560494512319565, - 0.9993213415145874 - ] - ], - [ - 4.633333206176758, - [ - -0.004156157840043306, - 0.025994038209319115, - -0.025871893391013145, - 0.9993185997009277 - ] - ], - [ - 4.666666507720947, - [ - -0.005550603847950697, - 0.025609543547034264, - -0.026219410821795464, - 0.999312698841095 - ] - ], - [ - 4.699999809265137, - [ - -0.007142327725887299, - 0.025209901854395866, - -0.026596255600452423, - 0.9993028044700623 - ] - ], - [ - 4.733333110809326, - [ - -0.008909935131669044, - 0.02479802630841732, - -0.026998620480298996, - 0.9992881417274475 - ] - ], - [ - 4.766666889190674, - [ - -0.010832050815224648, - 0.024376826360821724, - -0.02742278203368187, - 0.9992679357528687 - ] - ], - [ - 4.800000190734863, - [ - -0.012887151911854744, - 0.023949362337589264, - -0.02786490134894848, - 0.9992416501045227 - ] - ], - [ - 4.833333492279053, - [ - -0.015053807757794857, - 0.02351863496005535, - -0.028321215882897377, - 0.9992087483406067 - ] - ], - [ - 4.866666793823242, - [ - -0.017310498282313347, - 0.023087600246071815, - -0.028787873685359955, - 0.9991689324378967 - ] - ], - [ - 4.900000095367432, - [ - -0.01965046301484108, - 0.022658273577690125, - -0.029263701289892197, - 0.9991216659545898 - ] - ], - [ - 4.933333396911621, - [ - -0.022067857906222343, - 0.02223251573741436, - -0.02974783442914486, - 0.9990664720535278 - ] - ], - [ - 4.9666666984558105, - [ - -0.024542439728975296, - 0.02181321755051613, - -0.030236538499593735, - 0.9990032911300659 - ] - ], - [ - 5.0, - [ - -0.0270539578050375, - 0.021403182297945023, - -0.03072606958448887, - 0.9989324808120728 - ] - ], - [ - 5.0333333015441895, - [ - -0.029582101851701736, - 0.021005062386393547, - -0.03121253475546837, - 0.9988541007041931 - ] - ], - [ - 5.066666603088379, - [ - -0.03210653364658356, - 0.020621415227651596, - -0.031692009419202805, - 0.9987691044807434 - ] - ], - [ - 5.099999904632568, - [ - -0.03460690379142761, - 0.02025468833744526, - -0.03216036781668663, - 0.9986781477928162 - ] - ], - [ - 5.133333206176758, - [ - -0.03706284612417221, - 0.019907159730792046, - -0.03261341527104378, - 0.9985821843147278 - ] - ], - [ - 5.166666507720947, - [ - -0.03945391625165939, - 0.019580893218517303, - -0.0330469012260437, - 0.998482882976532 - ] - ], - [ - 5.199999809265137, - [ - -0.041759707033634186, - 0.019277818500995636, - -0.03345638886094093, - 0.9983813762664795 - ] - ], - [ - 5.233333110809326, - [ - -0.04395977035164833, - 0.018999695777893066, - -0.03383735194802284, - 0.998279333114624 - ] - ], - [ - 5.266666889190674, - [ - -0.046033695340156555, - 0.018748043105006218, - -0.03418521210551262, - 0.9981787204742432 - ] - ], - [ - 5.300000190734863, - [ - -0.047960951924324036, - 0.018524233251810074, - -0.034495193511247635, - 0.9980815052986145 - ] - ], - [ - 5.333333492279053, - [ - -0.049721091985702515, - 0.018329409882426262, - -0.03476253151893616, - 0.9979897141456604 - ] - ], - [ - 5.366666793823242, - [ - -0.051293667405843735, - 0.01816456951200962, - -0.034982260316610336, - 0.997905433177948 - ] - ], - [ - 5.400000095367432, - [ - -0.052658189088106155, - 0.018030444160103798, - -0.03514945134520531, - 0.9978309273719788 - ] - ], - [ - 5.433333396911621, - [ - -0.053778499364852905, - 0.017933789640665054, - -0.03525586426258087, - 0.9977691769599915 - ] - ], - [ - 5.4666666984558105, - [ - -0.054625190794467926, - 0.017878491431474686, - -0.035294704139232635, - 0.997722864151001 - ] - ], - [ - 5.5, - [ - -0.05516854673624039, - 0.017871644347906113, - -0.03525765240192413, - 0.9976943135261536 - ] - ], - [ - 5.5333333015441895, - [ - -0.05536891892552376, - 0.017912419512867928, - -0.03510849550366402, - 0.9976877570152283 - ] - ], - [ - 5.566666603088379, - [ - -0.055196795612573624, - 0.017979709431529045, - -0.03482646867632866, - 0.9977060556411743 - ] - ], - [ - 5.599999904632568, - [ - -0.054631564766168594, - 0.01805223524570465, - -0.03442820906639099, - 0.9977495670318604 - ] - ], - [ - 5.633333206176758, - [ - -0.05368165671825409, - 0.018118910491466522, - -0.03392893075942993, - 0.9978170394897461 - ] - ], - [ - 5.666666507720947, - [ - -0.05235996097326279, - 0.01817123405635357, - -0.033343445509672165, - 0.9979060292243958 - ] - ], - [ - 5.699999809265137, - [ - -0.05068550258874893, - 0.01820378378033638, - -0.032685644924640656, - 0.9980136752128601 - ] - ], - [ - 5.733333110809326, - [ - -0.04869816452264786, - 0.018218258395791054, - -0.031966060400009155, - 0.9981357455253601 - ] - ], - [ - 5.766666889190674, - [ - -0.046437811106443405, - 0.018216758966445923, - -0.031195281073451042, - 0.9982677698135376 - ] - ], - [ - 5.800000190734863, - [ - -0.043944500386714935, - 0.01820162497460842, - -0.03038395568728447, - 0.998405933380127 - ] - ], - [ - 5.833333492279053, - [ - -0.041258305311203, - 0.01817527785897255, - -0.029542747884988785, - 0.9985463619232178 - ] - ], - [ - 5.866666793823242, - [ - -0.038419488817453384, - 0.01814010553061962, - -0.028682217001914978, - 0.9986852407455444 - ] - ], - [ - 5.900000095367432, - [ - -0.03546840324997902, - 0.018098246306180954, - -0.02781311795115471, - 0.9988197684288025 - ] - ], - [ - 5.933333396911621, - [ - -0.03244553133845329, - 0.018051568418741226, - -0.026946067810058594, - 0.9989471435546875 - ] - ], - [ - 5.9666666984558105, - [ - -0.029391521587967873, - 0.018001530319452286, - -0.02609170228242874, - 0.9990652203559875 - ] - ], - [ - 6.0, - [ - -0.0263470858335495, - 0.01794903539121151, - -0.025260744616389275, - 0.9991724491119385 - ] - ], - [ - 6.0333333015441895, - [ - -0.02335304766893387, - 0.017894521355628967, - -0.024463720619678497, - 0.9992676973342896 - ] - ], - [ - 6.066666603088379, - [ - -0.02045033685863018, - 0.01783774606883526, - -0.02371121570467949, - 0.9993504881858826 - ] - ], - [ - 6.099999904632568, - [ - -0.017679937183856964, - 0.017777858301997185, - -0.02301369607448578, - 0.999420702457428 - ] - ], - [ - 6.133333206176758, - [ - -0.015082867816090584, - 0.017713338136672974, - -0.02238152176141739, - 0.9994787573814392 - ] - ], - [ - 6.166666507720947, - [ - -0.012700187042355537, - 0.01764199510216713, - -0.021824980154633522, - 0.9995255470275879 - ] - ], - [ - 6.199999809265137, - [ - -0.010572941042482853, - 0.01756098121404648, - -0.021354228258132935, - 0.9995619058609009 - ] - ], - [ - 6.233333110809326, - [ - -0.008742191828787327, - 0.017466850578784943, - -0.02097924053668976, - 0.9995890855789185 - ] - ], - [ - 6.266666889190674, - [ - -0.007248900830745697, - 0.017355507239699364, - -0.02070995606482029, - 0.99960857629776 - ] - ], - [ - 6.300000190734863, - [ - -0.006131012924015522, - 0.017223063856363297, - -0.0205555260181427, - 0.999621570110321 - ] - ], - [ - 6.333333492279053, - [ - -0.0054152244701981544, - 0.017067670822143555, - -0.02052292786538601, - 0.9996291399002075 - ] - ], - [ - 6.366666793823242, - [ - -0.005131384823471308, - 0.01688384637236595, - -0.020618341863155365, - 0.9996317028999329 - ] - ], - [ - 6.400000095367432, - [ - -0.005296250805258751, - 0.016748515889048576, - -0.02089274488389492, - 0.999627411365509 - ] - ], - [ - 6.433333396911621, - [ - -0.005903844255954027, - 0.016744667664170265, - -0.02137862704694271, - 0.9996137619018555 - ] - ], - [ - 6.4666666984558105, - [ - -0.006931487936526537, - 0.016872357577085495, - -0.02204863913357258, - 0.9995905756950378 - ] - ], - [ - 6.5, - [ - -0.008336770348250866, - 0.017120830714702606, - -0.022871825844049454, - 0.9995570182800293 - ] - ], - [ - 6.5333333015441895, - [ - -0.010070250369608402, - 0.017479149624705315, - -0.02381674200296402, - 0.999512791633606 - ] - ], - [ - 6.566666603088379, - [ - -0.012071564793586731, - 0.01793569140136242, - -0.02485274337232113, - 0.9994572997093201 - ] - ], - [ - 6.599999904632568, - [ - -0.014273831620812416, - 0.018478447571396828, - -0.025949787348508835, - 0.9993905425071716 - ] - ], - [ - 6.633333206176758, - [ - -0.01661069318652153, - 0.019095318391919136, - -0.027077598497271538, - 0.9993128776550293 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292621730_204685.json b/lenses/physics-objects/Scene/assets/1646688292621730_204685.json deleted file mode 100644 index d62c1c8b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292621730_204685.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292621730:204685", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292622691_204698.json b/lenses/physics-objects/Scene/assets/1646688292622691_204698.json deleted file mode 100644 index c321cb41..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292622691_204698.json +++ /dev/null @@ -1,586 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292622691:204698", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.586286544799805, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.511849403381348, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.53223705291748, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.550731658935547, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.575698852539063, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.56080436706543, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.521554946899414, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.507804870605469, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.540088653564453, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.592049598693848, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.628941535949707, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.607305526733398, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.588858604431152, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.528346061706543, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.52590274810791, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.590409278869629, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.614852905273438, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.627761840820313, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.606452941894531, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.559947967529297, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.522756576538086, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.519936561584473, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.540730476379395, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56845760345459, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.600556373596191, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.62232780456543, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.62673568725586, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.663680076599121, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.647927284240723, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.539560317993164, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.514644622802734, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.5225830078125, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.552889823913574, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.588414192199707, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.607246398925781, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.645431518554688, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.679816246032715, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.655259132385254, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.579928398132324, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.533205032348633, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.535496711730957, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.55568790435791, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.58426284790039, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.620474815368652, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.650500297546387, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.655533790588379, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.62113094329834, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.561349868774414, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.526495933532715, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.520615577697754, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.549274444580078, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.629871368408203, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.670262336730957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.633353233337402, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.580317497253418, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.555824279785156, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.555459976196289, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.586343765258789, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.627274513244629, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.663873672485352, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.694721221923828, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.71712589263916, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.7100191116333, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.670751571655273, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.534368515014648, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.508350372314453, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.520478248596191, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.545428276062012, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.579495429992676, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292622886_204705.json b/lenses/physics-objects/Scene/assets/1646688292622886_204705.json deleted file mode 100644 index 322d85e8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292622886_204705.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292622886:204705", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ], - [ - 0.03333333507180214, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ], - [ - 0.06666667014360428, - [ - -0.04022965207695961, - 0.037780050188302994, - 0.012808019295334816, - 0.9983938336372375 - ] - ], - [ - 0.10000000149011612, - [ - -0.03783950209617615, - 0.031578123569488525, - 0.011605700477957726, - 0.9987173080444336 - ] - ], - [ - 0.13333334028720856, - [ - -0.033290158957242966, - 0.03046623431146145, - 0.05096108838915825, - 0.9976806044578552 - ] - ], - [ - 0.1666666716337204, - [ - -0.027337610721588135, - 0.03278857097029686, - 0.050253015011548996, - 0.9978238344192505 - ] - ], - [ - 0.20000000298023224, - [ - -0.022061550989747047, - 0.03519520163536072, - 0.027978958562016487, - 0.9987450838088989 - ] - ], - [ - 0.23333333432674408, - [ - -0.0188459362834692, - 0.0383150540292263, - -0.010551763698458672, - 0.9990322589874268 - ] - ], - [ - 0.2666666805744171, - [ - -0.016627687960863113, - 0.04391121491789818, - -0.05530039593577385, - 0.9973652362823486 - ] - ], - [ - 0.30000001192092896, - [ - -0.07927332073450089, - 0.03902655467391014, - 0.04331505298614502, - 0.9951465725898743 - ] - ], - [ - 0.3333333432674408, - [ - -0.16290698945522308, - 0.018644945695996284, - 0.14082126319408417, - 0.9763621687889099 - ] - ], - [ - 0.36666667461395264, - [ - -0.20890389382839203, - 0.012963192537426949, - 0.13236701488494873, - 0.9688498973846436 - ] - ], - [ - 0.4000000059604645, - [ - -0.25136715173721313, - 0.011780010536313057, - 0.11137113720178604, - 0.9613907933235168 - ] - ], - [ - 0.4333333373069763, - [ - -0.2823568880558014, - 0.014484881423413754, - 0.08632449805736542, - 0.9553078413009644 - ] - ], - [ - 0.46666666865348816, - [ - -0.2941238284111023, - 0.018277060240507126, - 0.06528399884700775, - 0.9533600211143494 - ] - ], - [ - 0.5, - [ - 0.0025377548299729824, - 0.03177857771515846, - 0.05140353739261627, - 0.9981690049171448 - ] - ], - [ - 0.5333333611488342, - [ - 0.0137231620028615, - 0.03591618686914444, - 0.0804072916507721, - 0.9960202574729919 - ] - ], - [ - 0.5666666626930237, - [ - 0.025661684572696686, - 0.04607798904180527, - 0.07154184579849243, - 0.9960421919822693 - ] - ], - [ - 0.6000000238418579, - [ - 0.035251546651124954, - 0.04954780638217926, - 0.04189683869481087, - 0.997269868850708 - ] - ], - [ - 0.6333333253860474, - [ - 0.03812742605805397, - 0.04230475053191185, - -7.396090222755447e-05, - 0.9983770847320557 - ] - ], - [ - 0.6666666865348816, - [ - 0.033747509121894836, - 0.033370401710271835, - -0.04945877566933632, - 0.9976480007171631 - ] - ], - [ - 0.699999988079071, - [ - 0.02468663826584816, - 0.03218187391757965, - -0.09750404953956604, - 0.9944083094596863 - ] - ], - [ - 0.7333333492279053, - [ - 0.012629278004169464, - 0.03989101201295853, - -0.1315893530845642, - 0.990420937538147 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003297251823823899, - 0.04980413615703583, - -0.14350725710391998, - 0.9883953332901001 - ] - ], - [ - 0.800000011920929, - [ - -0.009750792756676674, - 0.05415964499115944, - -0.1323738396167755, - 0.9896711707115173 - ] - ], - [ - 0.8333333134651184, - [ - -0.015922926366329193, - 0.05165847763419151, - -0.10438374429941177, - 0.9930670261383057 - ] - ], - [ - 0.8666666746139526, - [ - -0.01749907061457634, - 0.04566431790590286, - -0.06395143270492554, - 0.9967541098594666 - ] - ], - [ - 0.8999999761581421, - [ - -0.014053372666239738, - 0.04020240530371666, - -0.015469910576939583, - 0.9989729523658752 - ] - ], - [ - 0.9333333373069763, - [ - -0.0055413381196558475, - 0.038558151572942734, - 0.03224780410528183, - 0.9987205266952515 - ] - ], - [ - 0.9666666388511658, - [ - 0.006872269324958324, - 0.040906134992837906, - 0.06796857714653015, - 0.9968249201774597 - ] - ], - [ - 1.0, - [ - 0.020606935024261475, - 0.04451717808842659, - 0.08271682262420654, - 0.9953650236129761 - ] - ], - [ - 1.0333333015441895, - [ - 0.03245556727051735, - 0.045694030821323395, - 0.06934035569429398, - 0.9960173964500427 - ] - ], - [ - 1.0666667222976685, - [ - 0.039770323783159256, - 0.04357045143842697, - 0.031445421278476715, - 0.9977630376815796 - ] - ], - [ - 1.100000023841858, - [ - 0.04099009558558464, - 0.04086320102214813, - -0.021465424448251724, - 0.9980928301811218 - ] - ], - [ - 1.1333333253860474, - [ - 0.03417243808507919, - 0.04013022407889366, - -0.07758016884326935, - 0.995591938495636 - ] - ], - [ - 1.1666666269302368, - [ - 0.02268051914870739, - 0.04295012354850769, - -0.12160374224185944, - 0.9913896322250366 - ] - ], - [ - 1.2000000476837158, - [ - 0.010073523037135601, - 0.048614438623189926, - -0.13993027806282043, - 0.9889159202575684 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019024302018806338, - 0.05165921151638031, - -0.12816433608531952, - 0.9904047846794128 - ] - ], - [ - 1.2666666507720947, - [ - -0.010898986831307411, - 0.04961349442601204, - -0.09596199542284012, - 0.9940880537033081 - ] - ], - [ - 1.2999999523162842, - [ - -0.014727325178682804, - 0.04403771460056305, - -0.04866333305835724, - 0.9977353811264038 - ] - ], - [ - 1.3333333730697632, - [ - -0.01264277845621109, - 0.04000768065452576, - 0.007712631486356258, - 0.9990895986557007 - ] - ], - [ - 1.3666666746139526, - [ - -0.006186942104250193, - 0.04466114193201065, - 0.055176056921482086, - 0.9974582195281982 - ] - ], - [ - 1.399999976158142, - [ - 0.0018394719809293747, - 0.05652622878551483, - 0.07367648184299469, - 0.9956772327423096 - ] - ], - [ - 1.4333332777023315, - [ - 0.007314214948564768, - 0.06250523030757904, - 0.05898921936750412, - 0.9962731003761292 - ] - ], - [ - 1.4666666984558105, - [ - 0.00816586334258318, - 0.05543007329106331, - 0.024458549916744232, - 0.9981295466423035 - ] - ], - [ - 1.5, - [ - 0.004498160909861326, - 0.038066886365413666, - -0.01981029100716114, - 0.9990686774253845 - ] - ], - [ - 1.5333333015441895, - [ - -0.004271220415830612, - 0.018821420148015022, - -0.06790660321712494, - 0.9975050091743469 - ] - ], - [ - 1.5666667222976685, - [ - -0.016748037189245224, - 0.007186092436313629, - -0.11327016353607178, - 0.9933971762657166 - ] - ], - [ - 1.600000023841858, - [ - -0.03166510537266731, - 0.007073130924254656, - -0.14671023190021515, - 0.9886472821235657 - ] - ], - [ - 1.6333333253860474, - [ - -0.04644022881984711, - 0.014687634073197842, - -0.16014371812343597, - 0.9858912825584412 - ] - ], - [ - 1.6666666269302368, - [ - -0.059209998697042465, - 0.023612378165125847, - -0.14866293966770172, - 0.9868313670158386 - ] - ], - [ - 1.7000000476837158, - [ - -0.06890706717967987, - 0.028114553540945053, - -0.1182725578546524, - 0.990188479423523 - ] - ], - [ - 1.7333333492279053, - [ - -0.07427904009819031, - 0.02995188534259796, - -0.07356501370668411, - 0.9940692782402039 - ] - ], - [ - 1.7666666507720947, - [ - -0.07444582879543304, - 0.032569270581007004, - -0.01834813319146633, - 0.9965241551399231 - ] - ], - [ - 1.7999999523162842, - [ - -0.06929720193147659, - 0.0360863022506237, - 0.031591761857271194, - 0.9964424967765808 - ] - ], - [ - 1.8333333730697632, - [ - -0.06081065163016319, - 0.040136005729436874, - 0.056867338716983795, - 0.9957194924354553 - ] - ], - [ - 1.8666666746139526, - [ - -0.05278174206614494, - 0.041184742003679276, - 0.04628770798444748, - 0.9966821670532227 - ] - ], - [ - 1.899999976158142, - [ - -0.047029510140419006, - 0.038340725004673004, - 0.00793095026165247, - 0.9981259107589722 - ] - ], - [ - 1.9333332777023315, - [ - -0.04432572051882744, - 0.03527912497520447, - -0.04458964988589287, - 0.997397780418396 - ] - ], - [ - 1.9666666984558105, - [ - -0.047905243933200836, - 0.03557271510362625, - -0.09795878082513809, - 0.9934000968933105 - ] - ], - [ - 2.0, - [ - -0.0586109384894371, - 0.036988504230976105, - -0.13878995180130005, - 0.9878937005996704 - ] - ], - [ - 2.0333333015441895, - [ - -0.07253905385732651, - 0.03454083204269409, - -0.15636016428470612, - 0.9844269752502441 - ] - ], - [ - 2.066666603088379, - [ - -0.08575765043497086, - 0.029544157907366753, - -0.14270584285259247, - 0.9856002330780029 - ] - ], - [ - 2.0999999046325684, - [ - -0.09471745043992996, - 0.025199776515364647, - -0.10525308549404144, - 0.9896037578582764 - ] - ], - [ - 2.133333444595337, - [ - -0.09608254581689835, - 0.025441745296120644, - -0.05023398622870445, - 0.9937793612480164 - ] - ], - [ - 2.1666667461395264, - [ - -0.0893249362707138, - 0.027393586933612823, - 0.01243642345070839, - 0.9955480694770813 - ] - ], - [ - 2.200000047683716, - [ - -0.0761909931898117, - 0.027348773553967476, - 0.05125857889652252, - 0.9953992962837219 - ] - ], - [ - 2.2333333492279053, - [ - -0.06194302812218666, - 0.0298107098788023, - 0.041384272277355194, - 0.9967756867408752 - ] - ], - [ - 2.2666666507720947, - [ - -0.051290906965732574, - 0.037396129220724106, - -0.006055242381989956, - 0.9979650974273682 - ] - ], - [ - 2.299999952316284, - [ - -0.04510418325662613, - 0.04897304251790047, - -0.067339688539505, - 0.995506227016449 - ] - ], - [ - 2.3333332538604736, - [ - -0.04451705515384674, - 0.05983981117606163, - -0.11915690451860428, - 0.9900703430175781 - ] - ], - [ - 2.366666555404663, - [ - -0.048391666263341904, - 0.06468173116445541, - -0.14201407134532928, - 0.9865630865097046 - ] - ], - [ - 2.4000000953674316, - [ - -0.05467628687620163, - 0.061630092561244965, - -0.12728892266750336, - 0.988438069820404 - ] - ], - [ - 2.433333396911621, - [ - -0.05946359783411026, - 0.05062997341156006, - -0.08822628855705261, - 0.9930342435836792 - ] - ], - [ - 2.4666666984558105, - [ - -0.05812322720885277, - 0.034480635076761246, - -0.03610976040363312, - 0.9970601201057434 - ] - ], - [ - 2.5, - [ - -0.04972124472260475, - 0.017422553151845932, - 0.017696598544716835, - 0.9984544515609741 - ] - ], - [ - 2.5333333015441895, - [ - -0.035792287439107895, - 0.005595199763774872, - 0.0542423278093338, - 0.9978704452514648 - ] - ], - [ - 2.566666603088379, - [ - -0.017839467152953148, - 0.013099675998091698, - 0.042311761528253555, - 0.9988592863082886 - ] - ], - [ - 2.5999999046325684, - [ - 0.0001031074280035682, - 0.03476718068122864, - -0.014538797549903393, - 0.9992896914482117 - ] - ], - [ - 2.633333444595337, - [ - 0.008340730331838131, - 0.05542650818824768, - -0.08272825181484222, - 0.9949947595596313 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033805801067501307, - 0.07024812698364258, - -0.11881150305271149, - 0.9904229640960693 - ] - ], - [ - 2.700000047683716, - [ - -0.005043121054768562, - 0.0668460950255394, - -0.10093437135219574, - 0.9926320910453796 - ] - ], - [ - 2.7333333492279053, - [ - -0.011117194779217243, - 0.0452798455953598, - -0.054289691150188446, - 0.9974361062049866 - ] - ], - [ - 2.7666666507720947, - [ - -0.013166115619242191, - 0.019631637260317802, - 0.002454211702570319, - 0.9997175931930542 - ] - ], - [ - 2.799999952316284, - [ - -0.01372759509831667, - 0.007097748573869467, - 0.03753647580742836, - 0.9991758465766907 - ] - ], - [ - 2.8333332538604736, - [ - -0.014644277282059193, - 0.010355056263506413, - 0.03836674988269806, - 0.999102771282196 - ] - ], - [ - 2.866666555404663, - [ - -0.016408974304795265, - 0.019407043233513832, - 0.01837703213095665, - 0.9995080828666687 - ] - ], - [ - 2.9000000953674316, - [ - -0.019307829439640045, - 0.03200431540608406, - -0.018412062898278236, - 0.9991315603256226 - ] - ], - [ - 2.933333396911621, - [ - -0.022108687087893486, - 0.04591101408004761, - -0.061198294162750244, - 0.9968240261077881 - ] - ], - [ - 2.9666666984558105, - [ - -0.024658307433128357, - 0.05936836823821068, - -0.10048609972000122, - 0.9928594827651978 - ] - ], - [ - 3.0, - [ - -0.027212651446461678, - 0.0695006400346756, - -0.12887796759605408, - 0.9888476133346558 - ] - ], - [ - 3.0333333015441895, - [ - -0.029194990172982216, - 0.0732811912894249, - -0.14176197350025177, - 0.9867528080940247 - ] - ], - [ - 3.066666603088379, - [ - -0.03108144924044609, - 0.06806435436010361, - -0.12887707352638245, - 0.9888336062431335 - ] - ], - [ - 3.0999999046325684, - [ - -0.03203486278653145, - 0.0546848438680172, - -0.08912889659404755, - 0.9940016865730286 - ] - ], - [ - 3.133333444595337, - [ - -0.030671527609229088, - 0.0380837507545948, - -0.03155658394098282, - 0.9983052015304565 - ] - ], - [ - 3.1666667461395264, - [ - -0.02689969167113304, - 0.024104708805680275, - 0.027642743661999702, - 0.9989650845527649 - ] - ], - [ - 3.200000047683716, - [ - -0.021191783249378204, - 0.021061697974801064, - 0.06156874820590019, - 0.9976555705070496 - ] - ], - [ - 3.2333333492279053, - [ - -0.014528979547321796, - 0.028552621603012085, - 0.05720222741365433, - 0.9978484511375427 - ] - ], - [ - 3.2666666507720947, - [ - -0.009038364514708519, - 0.03498617932200432, - 0.027962731197476387, - 0.9989557266235352 - ] - ], - [ - 3.299999952316284, - [ - -0.008427537977695465, - 0.035884760320186615, - -0.0161215178668499, - 0.9991904497146606 - ] - ], - [ - 3.3333332538604736, - [ - -0.01631113700568676, - 0.034874510020017624, - -0.07444506883621216, - 0.9964816570281982 - ] - ], - [ - 3.366666555404663, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292623072_204712.json b/lenses/physics-objects/Scene/assets/1646688292623072_204712.json deleted file mode 100644 index ff2fc309..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292623072_204712.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292623072:204712", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292623996_204725.json b/lenses/physics-objects/Scene/assets/1646688292623996_204725.json deleted file mode 100644 index a2733b42..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292623996_204725.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292623996:204725", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.588170051574707, - 0.0, - 1.4210854715202004e-14 - ] - ], - [ - 1.0, - [ - 9.588170051574707, - 0.0, - 1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292624199_204732.json b/lenses/physics-objects/Scene/assets/1646688292624199_204732.json deleted file mode 100644 index ae42ee6c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292624199_204732.json +++ /dev/null @@ -1,1675 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292624199:204732", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01895235665142536, - 0.07860547304153442, - -0.041652608662843704, - 0.9958550333976746 - ] - ], - [ - 0.03333333507180214, - [ - -0.01895235665142536, - 0.07860547304153442, - -0.041652608662843704, - 0.9958550333976746 - ] - ], - [ - 0.06666667014360428, - [ - -0.021328827366232872, - 0.07948119193315506, - -0.04273233562707901, - 0.99569171667099 - ] - ], - [ - 0.10000000149011612, - [ - -0.023731326684355736, - 0.08043752610683441, - -0.043757401406764984, - 0.9955160021781921 - ] - ], - [ - 0.13333334028720856, - [ - -0.026096681132912636, - 0.08145380020141602, - -0.04470008611679077, - 0.9953321814537048 - ] - ], - [ - 0.1666666716337204, - [ - -0.02836265042424202, - 0.0825086236000061, - -0.045532647520303726, - 0.9951455593109131 - ] - ], - [ - 0.20000000298023224, - [ - -0.03046765923500061, - 0.08357962220907211, - -0.046227481216192245, - 0.9949619174003601 - ] - ], - [ - 0.23333333432674408, - [ - -0.03235079348087311, - 0.08464327454566956, - -0.04675719141960144, - 0.9947877526283264 - ] - ], - [ - 0.2666666805744171, - [ - -0.033951535820961, - 0.08567466586828232, - -0.047094859182834625, - 0.9946302175521851 - ] - ], - [ - 0.30000001192092896, - [ - -0.03524070233106613, - 0.08663411438465118, - -0.04723852872848511, - 0.9944954514503479 - ] - ], - [ - 0.3333333432674408, - [ - -0.03619629144668579, - 0.08747727423906326, - -0.04719381034374237, - 0.9943894147872925 - ] - ], - [ - 0.36666667461395264, - [ - -0.03681068494915962, - 0.08815107494592667, - -0.0469791553914547, - 0.9943175315856934 - ] - ], - [ - 0.4000000059604645, - [ - -0.03712017461657524, - 0.08855719119310379, - -0.04663434997200966, - 0.9942861795425415 - ] - ], - [ - 0.4333333373069763, - [ - -0.037169113755226135, - 0.0887751579284668, - -0.046275727450847626, - 0.9942816495895386 - ] - ], - [ - 0.46666666865348816, - [ - -0.037017785012722015, - 0.08895236253738403, - -0.045971501618623734, - 0.9942855834960938 - ] - ], - [ - 0.5, - [ - -0.03670062497258186, - 0.08908423781394958, - -0.04568549990653992, - 0.9942986965179443 - ] - ], - [ - 0.5333333611488342, - [ - -0.03625301271677017, - 0.08918868750333786, - -0.04540357366204262, - 0.9943186640739441 - ] - ], - [ - 0.5666666626930237, - [ - -0.035717859864234924, - 0.08928841352462769, - -0.045105595141649246, - 0.9943427443504333 - ] - ], - [ - 0.6000000238418579, - [ - -0.035106223076581955, - 0.08938214927911758, - -0.04479515552520752, - 0.9943700432777405 - ] - ], - [ - 0.6333333253860474, - [ - -0.03442918881773949, - 0.08946868777275085, - -0.044475916773080826, - 0.9944002628326416 - ] - ], - [ - 0.6666666865348816, - [ - -0.03369778394699097, - 0.08954686671495438, - -0.04415149986743927, - 0.9944327473640442 - ] - ], - [ - 0.699999988079071, - [ - -0.03292310982942581, - 0.08961556851863861, - -0.04382551461458206, - 0.9944669008255005 - ] - ], - [ - 0.7333333492279053, - [ - -0.032116200774908066, - 0.08967365324497223, - -0.0435015931725502, - 0.9945023059844971 - ] - ], - [ - 0.7666666507720947, - [ - -0.03128813952207565, - 0.08972003310918808, - -0.04318338632583618, - 0.9945384860038757 - ] - ], - [ - 0.800000011920929, - [ - -0.030449988320469856, - 0.08975359052419662, - -0.04287447780370712, - 0.9945747256278992 - ] - ], - [ - 0.8333333134651184, - [ - -0.029612844809889793, - 0.0897732526063919, - -0.04257849603891373, - 0.9946109652519226 - ] - ], - [ - 0.8666666746139526, - [ - -0.028787784278392792, - 0.08977791666984558, - -0.04229898378252983, - 0.9946466684341431 - ] - ], - [ - 0.8999999761581421, - [ - -0.02798587456345558, - 0.0897664725780487, - -0.04203951358795166, - 0.9946815967559814 - ] - ], - [ - 0.9333333373069763, - [ - -0.02721823938190937, - 0.08973776549100876, - -0.04180367663502693, - 0.9947153925895691 - ] - ], - [ - 0.9666666388511658, - [ - -0.02649596706032753, - 0.08969062566757202, - -0.04159494489431381, - 0.9947479367256165 - ] - ], - [ - 1.0, - [ - -0.02583014965057373, - 0.08962386101484299, - -0.041416849941015244, - 0.9947788715362549 - ] - ], - [ - 1.0333333015441895, - [ - -0.025231918320059776, - 0.08953623473644257, - -0.041272860020399094, - 0.9948081970214844 - ] - ], - [ - 1.0666667222976685, - [ - -0.024712374433875084, - 0.0894264504313469, - -0.04116637632250786, - 0.9948354363441467 - ] - ], - [ - 1.100000023841858, - [ - -0.02428266406059265, - 0.08929313719272614, - -0.041100822389125824, - 0.9948607087135315 - ] - ], - [ - 1.1333333253860474, - [ - -0.023967457935214043, - 0.08912988007068634, - -0.0410904660820961, - 0.9948834180831909 - ] - ], - [ - 1.2000000476837158, - [ - -0.02365713007748127, - 0.0886944979429245, - -0.04125901684165001, - 0.9949228763580322 - ] - ], - [ - 1.2666666507720947, - [ - -0.0233572106808424, - 0.08808314055204391, - -0.0416492335498333, - 0.9949679374694824 - ] - ], - [ - 1.3333333730697632, - [ - -0.023179680109024048, - 0.08731672912836075, - -0.042208489030599594, - 0.9950160384178162 - ] - ], - [ - 1.3666666746139526, - [ - -0.02316606231033802, - 0.08689922094345093, - -0.04250386729836464, - 0.9950403571128845 - ] - ], - [ - 1.399999976158142, - [ - -0.023210033774375916, - 0.08646903932094574, - -0.04279138892889023, - 0.9950644969940186 - ] - ], - [ - 1.4333332777023315, - [ - -0.02330414392054081, - 0.08602844923734665, - -0.0430685393512249, - 0.995088517665863 - ] - ], - [ - 1.4666666984558105, - [ - -0.023440977558493614, - 0.08557972311973572, - -0.04333282634615898, - 0.9951125979423523 - ] - ], - [ - 1.5, - [ - -0.02361304685473442, - 0.0851251482963562, - -0.04358184337615967, - 0.995136559009552 - ] - ], - [ - 1.5333333015441895, - [ - -0.023812932893633842, - 0.08466712385416031, - -0.04381321370601654, - 0.995160698890686 - ] - ], - [ - 1.5666667222976685, - [ - -0.024033192545175552, - 0.08420801907777786, - -0.044024720788002014, - 0.995185136795044 - ] - ], - [ - 1.600000023841858, - [ - -0.024266302585601807, - 0.08375022560358047, - -0.04421409219503403, - 0.9952096343040466 - ] - ], - [ - 1.6333333253860474, - [ - -0.024504849687218666, - 0.08329615741968155, - -0.04437912255525589, - 0.9952345490455627 - ] - ], - [ - 1.6666666269302368, - [ - -0.024741332978010178, - 0.0828482136130333, - -0.044517725706100464, - 0.9952598810195923 - ] - ], - [ - 1.7000000476837158, - [ - -0.02496827393770218, - 0.08240881562232971, - -0.04462778568267822, - 0.9952857494354248 - ] - ], - [ - 1.7333333492279053, - [ - -0.025178177282214165, - 0.08198034763336182, - -0.044707268476486206, - 0.9953122735023499 - ] - ], - [ - 1.7666666507720947, - [ - -0.02536354400217533, - 0.08156517148017883, - -0.04475411772727966, - 0.995339572429657 - ] - ], - [ - 1.7999999523162842, - [ - -0.02551688440144062, - 0.08116563409566879, - -0.044766370207071304, - 0.9953677654266357 - ] - ], - [ - 1.8666666746139526, - [ - -0.02569735422730446, - 0.0804225504398346, - -0.04467912018299103, - 0.9954273700714111 - ] - ], - [ - 1.899999976158142, - [ - -0.025709455832839012, - 0.08008348196744919, - -0.04457565024495125, - 0.9954590201377869 - ] - ], - [ - 1.9333332777023315, - [ - -0.02565942518413067, - 0.07976885885000229, - -0.04442966356873512, - 0.9954921007156372 - ] - ], - [ - 1.9666666984558105, - [ - -0.025539729744195938, - 0.07948078215122223, - -0.044239144772291183, - 0.9955267310142517 - ] - ], - [ - 2.0, - [ - -0.025342850014567375, - 0.07922118157148361, - -0.04400208964943886, - 0.9955630302429199 - ] - ], - [ - 2.0333333015441895, - [ - -0.02506122551858425, - 0.07899190485477448, - -0.043716397136449814, - 0.9956008791923523 - ] - ], - [ - 2.066666603088379, - [ - -0.024687346071004868, - 0.07879471778869629, - -0.043380007147789, - 0.9956405758857727 - ] - ], - [ - 2.0999999046325684, - [ - -0.024213671684265137, - 0.07863124459981918, - -0.04299074038863182, - 0.9956820011138916 - ] - ], - [ - 2.133333444595337, - [ - -0.02361690066754818, - 0.07850905507802963, - -0.04253523051738739, - 0.9957255125045776 - ] - ], - [ - 2.1666667461395264, - [ - -0.02288052812218666, - 0.07843269407749176, - -0.04200480878353119, - 0.9957713484764099 - ] - ], - [ - 2.200000047683716, - [ - -0.021987812593579292, - 0.07840701937675476, - -0.04139088839292526, - 0.995819091796875 - ] - ], - [ - 2.2333333492279053, - [ - -0.02091190777719021, - 0.07844201475381851, - -0.04068287834525108, - 0.9958686828613281 - ] - ], - [ - 2.2666666507720947, - [ - -0.019635949283838272, - 0.07852669805288315, - -0.03986532986164093, - 0.9959210753440857 - ] - ], - [ - 2.299999952316284, - [ - -0.018151920288801193, - 0.0786314532160759, - -0.03896142914891243, - 0.9959766864776611 - ] - ], - [ - 2.3333332538604736, - [ - -0.01648109219968319, - 0.07873991876840591, - -0.03801475837826729, - 0.996033787727356 - ] - ], - [ - 2.366666555404663, - [ - -0.014649092219769955, - 0.07883915305137634, - -0.03705647960305214, - 0.9960907697677612 - ] - ], - [ - 2.4000000953674316, - [ - -0.012582127004861832, - 0.07892110198736191, - -0.0360933281481266, - 0.9961478114128113 - ] - ], - [ - 2.433333396911621, - [ - -0.010219632647931576, - 0.07898716628551483, - -0.035115502774715424, - 0.9962045550346375 - ] - ], - [ - 2.4666666984558105, - [ - -0.007602822966873646, - 0.079037606716156, - -0.03413256257772446, - 0.9962581396102905 - ] - ], - [ - 2.5, - [ - -0.004772975109517574, - 0.07907304167747498, - -0.033154021948575974, - 0.9963059425354004 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017715194262564182, - 0.07909427583217621, - -0.03218940272927284, - 0.9963458180427551 - ] - ], - [ - 2.566666603088379, - [ - 0.00136002735234797, - 0.07910224795341492, - -0.03124823234975338, - 0.9963757991790771 - ] - ], - [ - 2.5999999046325684, - [ - 0.004580039530992508, - 0.07909790426492691, - -0.03033999167382717, - 0.9963945150375366 - ] - ], - [ - 2.633333444595337, - [ - 0.007846842519938946, - 0.07908215373754501, - -0.029474109411239624, - 0.9964013695716858 - ] - ], - [ - 2.6666667461395264, - [ - 0.01111853588372469, - 0.07905583083629608, - -0.028660016134381294, - 0.9963960647583008 - ] - ], - [ - 2.700000047683716, - [ - 0.01435327623039484, - 0.07901951670646667, - -0.027907101437449455, - 0.996379017829895 - ] - ], - [ - 2.7333333492279053, - [ - 0.017509115859866142, - 0.07897355407476425, - -0.027224726974964142, - 0.9963510632514954 - ] - ], - [ - 2.7666666507720947, - [ - 0.020544063299894333, - 0.0789179801940918, - -0.026622163131833076, - 0.9963138103485107 - ] - ], - [ - 2.799999952316284, - [ - 0.023416107520461082, - 0.07885236293077469, - -0.02610868774354458, - 0.9962692260742188 - ] - ], - [ - 2.8333332538604736, - [ - 0.026083210483193398, - 0.07877588272094727, - -0.025693511590361595, - 0.9962198138237 - ] - ], - [ - 2.866666555404663, - [ - 0.028503330424427986, - 0.0786871612071991, - -0.025385744869709015, - 0.9961684942245483 - ] - ], - [ - 2.9000000953674316, - [ - 0.030634509399533272, - 0.07858426868915558, - -0.025194421410560608, - 0.9961181282997131 - ] - ], - [ - 2.933333396911621, - [ - 0.032385535538196564, - 0.07846212387084961, - -0.025136660784482956, - 0.9960737824440002 - ] - ], - [ - 2.9666666984558105, - [ - 0.03368144854903221, - 0.07831554859876633, - -0.025226585566997528, - 0.9960401058197021 - ] - ], - [ - 3.0, - [ - 0.03450717031955719, - 0.07814221829175949, - -0.025466687977313995, - 0.9960193037986755 - ] - ], - [ - 3.0333333015441895, - [ - 0.03485880419611931, - 0.07794203609228134, - -0.025851529091596603, - 0.9960128664970398 - ] - ], - [ - 3.066666603088379, - [ - 0.03472988307476044, - 0.07771329581737518, - -0.02637721784412861, - 0.9960214495658875 - ] - ], - [ - 3.0999999046325684, - [ - 0.03412569314241409, - 0.07744117081165314, - -0.027017824351787567, - 0.9960463643074036 - ] - ], - [ - 3.133333444595337, - [ - 0.03307283669710159, - 0.07725292444229126, - -0.02780369110405445, - 0.9960748553276062 - ] - ], - [ - 3.1666667461395264, - [ - 0.03161516413092613, - 0.07726070284843445, - -0.028747593984007835, - 0.996094822883606 - ] - ], - [ - 3.200000047683716, - [ - 0.029817581176757813, - 0.07743490487337112, - -0.029796738177537918, - 0.996105968952179 - ] - ], - [ - 3.2333333492279053, - [ - 0.02771991677582264, - 0.07776930183172226, - -0.030914533883333206, - 0.9961064457893372 - ] - ], - [ - 3.2666666507720947, - [ - 0.025353839620947838, - 0.07825299352407455, - -0.03207508474588394, - 0.996094822883606 - ] - ], - [ - 3.299999952316284, - [ - 0.02278083749115467, - 0.07886634767055511, - -0.033253803849220276, - 0.9960700273513794 - ] - ], - [ - 3.3333332538604736, - [ - 0.020061876624822617, - 0.07959027588367462, - -0.034425463527441025, - 0.9960310459136963 - ] - ], - [ - 3.366666555404663, - [ - 0.01725730672478676, - 0.08040593564510345, - -0.03556434437632561, - 0.995978057384491 - ] - ], - [ - 3.4000000953674316, - [ - 0.01442672312259674, - 0.08129432797431946, - -0.036644529551267624, - 0.9959117770195007 - ] - ], - [ - 3.433333396911621, - [ - 0.011629054322838783, - 0.08223593980073929, - -0.03763982281088829, - 0.9958340525627136 - ] - ], - [ - 3.4666666984558105, - [ - 0.008922356180846691, - 0.08321056514978409, - -0.038524080067873, - 0.9957472085952759 - ] - ], - [ - 3.5, - [ - 0.006364029832184315, - 0.08419693261384964, - -0.039271291345357895, - 0.9956546425819397 - ] - ], - [ - 3.5333333015441895, - [ - 0.004010896198451519, - 0.08517258614301682, - -0.039855774492025375, - 0.9955607056617737 - ] - ], - [ - 3.566666603088379, - [ - 0.0019193801563233137, - 0.0861135944724083, - -0.04025214537978172, - 0.9954701066017151 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010017410386353731, - 0.0869823545217514, - -0.040462758392095566, - 0.9953877925872803 - ] - ], - [ - 3.633333444595337, - [ - -0.001428400631994009, - 0.08773761242628098, - -0.040495023131370544, - 0.9953192472457886 - ] - ], - [ - 3.6666667461395264, - [ - -0.002640536054968834, - 0.08833108842372894, - -0.04036501422524452, - 0.9952694773674011 - ] - ], - [ - 3.700000047683716, - [ - -0.003555749775841832, - 0.08867504447698593, - -0.04010774940252304, - 0.9952465295791626 - ] - ], - [ - 3.7333333492279053, - [ - -0.004203482996672392, - 0.0888485312461853, - -0.03983856365084648, - 0.9952392578125 - ] - ], - [ - 3.7666666507720947, - [ - -0.004629234783351421, - 0.0889892652630806, - -0.0396265871822834, - 0.9952332377433777 - ] - ], - [ - 3.799999952316284, - [ - -0.004851285368204117, - 0.08909061551094055, - -0.03943262994289398, - 0.9952308535575867 - ] - ], - [ - 3.866666555404663, - [ - -0.004803121089935303, - 0.08924856036901474, - -0.03902039676904678, - 0.9952331781387329 - ] - ], - [ - 3.933333396911621, - [ - -0.004396125674247742, - 0.08939316123723984, - -0.03855236992239952, - 0.9952403903007507 - ] - ], - [ - 4.0, - [ - -0.0037508325185626745, - 0.08951231092214584, - -0.03806189075112343, - 0.9952511191368103 - ] - ], - [ - 4.0333333015441895, - [ - -0.003367399098351598, - 0.08955905586481094, - -0.037817128002643585, - 0.9952576160430908 - ] - ], - [ - 4.066666603088379, - [ - -0.0029586805030703545, - 0.08959557861089706, - -0.03757747635245323, - 0.9952647089958191 - ] - ], - [ - 4.133333206176758, - [ - -0.002111125737428665, - 0.08963292092084885, - -0.037127695977687836, - 0.995280385017395 - ] - ], - [ - 4.199999809265137, - [ - -0.001299682422541082, - 0.08961430191993713, - -0.03674107789993286, - 0.9952977895736694 - ] - ], - [ - 4.233333110809326, - [ - -0.0009361184202134609, - 0.08958084881305695, - -0.03658028319478035, - 0.9953071475028992 - ] - ], - [ - 4.300000190734863, - [ - -0.0003505813074298203, - 0.08945916593074799, - -0.03634130582213402, - 0.9953272342681885 - ] - ], - [ - 4.433333396911621, - [ - -8.044119022088125e-05, - 0.0889536663889885, - -0.03630146384239197, - 0.9953740239143372 - ] - ], - [ - 4.5, - [ - -0.0006715303752571344, - 0.08851593732833862, - -0.036628346890211105, - 0.9954008460044861 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012270348379388452, - 0.08823296427726746, - -0.03691980987787247, - 0.995414674282074 - ] - ], - [ - 4.566666603088379, - [ - -0.00198421161621809, - 0.08789973706007004, - -0.03730808570981026, - 0.9954284429550171 - ] - ], - [ - 4.599999904632568, - [ - -0.002956456271931529, - 0.087522491812706, - -0.03777255490422249, - 0.9954417943954468 - ] - ], - [ - 4.633333206176758, - [ - -0.004140086006373167, - 0.08711127936840057, - -0.0382884219288826, - 0.9954540133476257 - ] - ], - [ - 4.666666507720947, - [ - -0.005529230460524559, - 0.08667425066232681, - -0.03883759304881096, - 0.9954641461372375 - ] - ], - [ - 4.699999809265137, - [ - -0.00711494404822588, - 0.08621881902217865, - -0.0394047275185585, - 0.9954712390899658 - ] - ], - [ - 4.733333110809326, - [ - -0.008875938132405281, - 0.08574771136045456, - -0.03998503088951111, - 0.995474636554718 - ] - ], - [ - 4.766666889190674, - [ - -0.010790924541652203, - 0.08526377379894257, - -0.04057375714182854, - 0.9954735636711121 - ] - ], - [ - 4.800000190734863, - [ - -0.01283847726881504, - 0.08476992696523666, - -0.04116620868444443, - 0.9954670071601868 - ] - ], - [ - 4.833333492279053, - [ - -0.014997252263128757, - 0.0842692106962204, - -0.04175775498151779, - 0.995454728603363 - ] - ], - [ - 4.866666793823242, - [ - -0.017245836555957794, - 0.08376466482877731, - -0.04234379902482033, - 0.9954362511634827 - ] - ], - [ - 4.900000095367432, - [ - -0.01957748457789421, - 0.08325879275798798, - -0.04292229935526848, - 0.995410680770874 - ] - ], - [ - 4.933333396911621, - [ - -0.021986382082104683, - 0.08275408297777176, - -0.043491460382938385, - 0.9953778386116028 - ] - ], - [ - 4.9666666984558105, - [ - -0.02445238083600998, - 0.08225362747907639, - -0.04404694586992264, - 0.9953373670578003 - ] - ], - [ - 5.0, - [ - -0.02695530280470848, - 0.08176056295633316, - -0.04458453878760338, - 0.9952894449234009 - ] - ], - [ - 5.0333333015441895, - [ - -0.029474904760718346, - 0.08127802610397339, - -0.04509982839226723, - 0.9952341914176941 - ] - ], - [ - 5.066666603088379, - [ - -0.03199092671275139, - 0.0808091014623642, - -0.04558854177594185, - 0.9951724410057068 - ] - ], - [ - 5.099999904632568, - [ - -0.034483086317777634, - 0.08035683631896973, - -0.04604624584317207, - 0.9951047301292419 - ] - ], - [ - 5.133333206176758, - [ - -0.03693108260631561, - 0.07992418855428696, - -0.046468548476696014, - 0.9950321316719055 - ] - ], - [ - 5.166666507720947, - [ - -0.03931456431746483, - 0.07951410114765167, - -0.04685094207525253, - 0.9949557185173035 - ] - ], - [ - 5.199999809265137, - [ - -0.0416131466627121, - 0.07912944257259369, - -0.047188833355903625, - 0.9948770403862 - ] - ], - [ - 5.233333110809326, - [ - -0.04380645602941513, - 0.07877285778522491, - -0.04747761785984039, - 0.9947973489761353 - ] - ], - [ - 5.266666889190674, - [ - -0.04587414115667343, - 0.07844696938991547, - -0.047712571918964386, - 0.9947187304496765 - ] - ], - [ - 5.300000190734863, - [ - -0.04779572784900665, - 0.07815424352884293, - -0.04788888990879059, - 0.9946427345275879 - ] - ], - [ - 5.333333492279053, - [ - -0.049550823867321014, - 0.07789692282676697, - -0.048001740127801895, - 0.9945716857910156 - ] - ], - [ - 5.366666793823242, - [ - -0.05111899599432945, - 0.07767713069915771, - -0.04804611578583717, - 0.9945072531700134 - ] - ], - [ - 5.400000095367432, - [ - -0.05247988924384117, - 0.07749675959348679, - -0.04801700636744499, - 0.9944519400596619 - ] - ], - [ - 5.433333396911621, - [ - -0.053597383201122284, - 0.07736425846815109, - -0.0478982999920845, - 0.9944083094596863 - ] - ], - [ - 5.4666666984558105, - [ - -0.0544421449303627, - 0.07728483527898788, - -0.04767861217260361, - 0.9943792223930359 - ] - ], - [ - 5.5333333015441895, - [ - -0.0551849864423275, - 0.07731418311595917, - -0.04688873142004013, - 0.9943734407424927 - ] - ], - [ - 5.566666603088379, - [ - -0.05501408129930496, - 0.0774213895201683, - -0.0462862029671669, - 0.9944028258323669 - ] - ], - [ - 5.599999904632568, - [ - -0.05445133149623871, - 0.0775490328669548, - -0.045558612793684006, - 0.9944575428962708 - ] - ], - [ - 5.633333206176758, - [ - -0.05350513383746147, - 0.07767806947231293, - -0.04474683105945587, - 0.9945355653762817 - ] - ], - [ - 5.666666507720947, - [ - -0.05218837037682533, - 0.07779386639595032, - -0.04387960210442543, - 0.9946351647377014 - ] - ], - [ - 5.699999809265137, - [ - -0.05051995441317558, - 0.07788585871458054, - -0.042981378734111786, - 0.9947533011436462 - ] - ], - [ - 5.733333110809326, - [ - -0.04853961616754532, - 0.07795403897762299, - -0.04206192120909691, - 0.9948858618736267 - ] - ], - [ - 5.766666889190674, - [ - -0.04628714919090271, - 0.07799889147281647, - -0.04113093763589859, - 0.9950286149978638 - ] - ], - [ - 5.800000190734863, - [ - -0.0438024140894413, - 0.07802118360996246, - -0.040198154747486115, - 0.9951774477958679 - ] - ], - [ - 5.833333492279053, - [ - -0.04112536832690239, - 0.07802196592092514, - -0.039273228496313095, - 0.9953285455703735 - ] - ], - [ - 5.866666793823242, - [ - -0.038296133279800415, - 0.0780024528503418, - -0.038365770131349564, - 0.9954783320426941 - ] - ], - [ - 5.900000095367432, - [ - -0.03535492718219757, - 0.0779639407992363, - -0.03748534992337227, - 0.995623767375946 - ] - ], - [ - 5.933333396911621, - [ - -0.0323420874774456, - 0.07790771871805191, - -0.03664137050509453, - 0.9957619309425354 - ] - ], - [ - 5.9666666984558105, - [ - -0.029298141598701477, - 0.07783506065607071, - -0.035843376070261, - 0.9958908557891846 - ] - ], - [ - 6.0, - [ - -0.026263676583766937, - 0.07774712145328522, - -0.03510063514113426, - 0.9960089325904846 - ] - ], - [ - 6.0333333015441895, - [ - -0.023279372602701187, - 0.07764477282762527, - -0.034422509372234344, - 0.9961147904396057 - ] - ], - [ - 6.066666603088379, - [ - -0.02038603462278843, - 0.0775287076830864, - -0.03381824865937233, - 0.9962078332901001 - ] - ], - [ - 6.099999904632568, - [ - -0.017624519765377045, - 0.07739926874637604, - -0.033297039568424225, - 0.9962881207466125 - ] - ], - [ - 6.133333206176758, - [ - -0.01503574475646019, - 0.07725641131401062, - -0.03286804258823395, - 0.9963558912277222 - ] - ], - [ - 6.166666507720947, - [ - -0.012660626322031021, - 0.07709960639476776, - -0.03254033997654915, - 0.9964118003845215 - ] - ], - [ - 6.199999809265137, - [ - -0.010540101677179337, - 0.07692788541316986, - -0.03232291713356972, - 0.9964568614959717 - ] - ], - [ - 6.233333110809326, - [ - -0.008715108968317509, - 0.07673965394496918, - -0.03222469612956047, - 0.9964922666549683 - ] - ], - [ - 6.266666889190674, - [ - -0.007226500194519758, - 0.07653272151947021, - -0.03225445747375488, - 0.9965190291404724 - ] - ], - [ - 6.300000190734863, - [ - -0.006112109404057264, - 0.07630518078804016, - -0.032418787479400635, - 0.9965386986732483 - ] - ], - [ - 6.333333492279053, - [ - -0.0053985570557415485, - 0.07605763524770737, - -0.03271656110882759, - 0.9965519309043884 - ] - ], - [ - 6.366666793823242, - [ - -0.00511561706662178, - 0.07578855752944946, - -0.03314853087067604, - 0.9965596199035645 - ] - ], - [ - 6.400000095367432, - [ - -0.005280021112412214, - 0.07548194378614426, - -0.03369583189487457, - 0.9965637922286987 - ] - ], - [ - 6.433333396911621, - [ - -0.005885767750442028, - 0.0752691999077797, - -0.034390293061733246, - 0.9965527653694153 - ] - ], - [ - 6.4666666984558105, - [ - -0.0069101713597774506, - 0.0752667561173439, - -0.03524409979581833, - 0.9965164661407471 - ] - ], - [ - 6.5, - [ - -0.008310921490192413, - 0.0754438191652298, - -0.036209382116794586, - 0.9964577555656433 - ] - ], - [ - 6.5333333015441895, - [ - -0.01003865897655487, - 0.07579358667135239, - -0.03725181147456169, - 0.9963768720626831 - ] - ], - [ - 6.566666603088379, - [ - -0.012033124454319477, - 0.07630535960197449, - -0.03834352642297745, - 0.9962742924690247 - ] - ], - [ - 6.599999904632568, - [ - -0.014227575622498989, - 0.07695812731981277, - -0.03945871815085411, - 0.9961516261100769 - ] - ], - [ - 6.633333206176758, - [ - -0.01655581220984459, - 0.07773153483867645, - -0.04057081788778305, - 0.9960108995437622 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292624388_204739.json b/lenses/physics-objects/Scene/assets/1646688292624388_204739.json deleted file mode 100644 index 05548109..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292624388_204739.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292624388:204739", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292625765_204752.json b/lenses/physics-objects/Scene/assets/1646688292625765_204752.json deleted file mode 100644 index 01b3c7a5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292625765_204752.json +++ /dev/null @@ -1,586 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292625765:204752", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.571681022644043, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.539355278015137, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.547517776489258, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.572500228881836, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.60361385345459, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.623600959777832, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.625658988952637, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.604679107666016, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.5712308883667, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.55263614654541, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.53225326538086, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.540992736816406, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.578922271728516, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.621126174926758, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.648396492004395, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.635900497436523, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.612698554992676, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.587059020996094, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.531906127929688, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.555904388427734, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.582420349121094, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.612190246582031, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.638144493103027, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.6432466506958, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.615017890930176, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.590317726135254, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.545239448547363, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.542633056640625, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.563063621520996, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.625728607177734, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.64533805847168, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.618820190429688, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.605743408203125, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.582554817199707, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.554974555969238, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.533534049987793, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.527419090270996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.547451972961426, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.585065841674805, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.613134384155273, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.617969512939453, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.588269233703613, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.554471969604492, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.529887199401855, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.529476165771484, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.561400413513184, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.604654312133789, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.627509117126465, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.604669570922852, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.629467964172363, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.595459938049316, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.530669212341309, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.521495819091797, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.559099197387695, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.582959175109863, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.611757278442383, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.61394214630127, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.55182933807373, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.543185234069824, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.564837455749512, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.63902759552002, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.662039756774902, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.636466979980469, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.616364479064941, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.56889533996582, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.525732040405273, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.51867389678955, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.539909362792969, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.57974624633789, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292626095_204759.json b/lenses/physics-objects/Scene/assets/1646688292626095_204759.json deleted file mode 100644 index ec3a0a61..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292626095_204759.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292626095:204759", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ], - [ - 0.03333333507180214, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ], - [ - 0.06666667014360428, - [ - -0.03596574068069458, - 0.07508878409862518, - -0.269121915102005, - 0.959500789642334 - ] - ], - [ - 0.10000000149011612, - [ - -0.036584869027137756, - 0.09080654382705688, - -0.24088798463344574, - 0.9656027555465698 - ] - ], - [ - 0.13333334028720856, - [ - -0.03272834047675133, - 0.09515807032585144, - -0.16679683327674866, - 0.9808428287506104 - ] - ], - [ - 0.1666666716337204, - [ - -0.02716921828687191, - 0.09162113070487976, - -0.08627613633871078, - 0.9916772842407227 - ] - ], - [ - 0.20000000298023224, - [ - -0.021974094212055206, - 0.08847062289714813, - -0.045736756175756454, - 0.9947855472564697 - ] - ], - [ - 0.23333333432674408, - [ - -0.01876085065305233, - 0.08747804909944534, - -0.054065123200416565, - 0.9945213794708252 - ] - ], - [ - 0.2666666805744171, - [ - -0.016545366495847702, - 0.08807467669248581, - -0.08400829136371613, - 0.9924272894859314 - ] - ], - [ - 0.30000001192092896, - [ - -0.015305433422327042, - 0.0917319655418396, - -0.12718528509140015, - 0.987509548664093 - ] - ], - [ - 0.3333333432674408, - [ - -0.014758255332708359, - 0.09736046940088272, - -0.17405308783054352, - 0.9798003435134888 - ] - ], - [ - 0.36666667461395264, - [ - -0.01389198750257492, - 0.10269458591938019, - -0.21438340842723846, - 0.9712366461753845 - ] - ], - [ - 0.4000000059604645, - [ - -0.012863396666944027, - 0.1063460037112236, - -0.2397422194480896, - 0.9649086594581604 - ] - ], - [ - 0.4333333373069763, - [ - -0.01062724832445383, - 0.1075822040438652, - -0.22303655743598938, - 0.9687970876693726 - ] - ], - [ - 0.46666666865348816, - [ - -0.005769988056272268, - 0.10703382641077042, - -0.15691879391670227, - 0.981777548789978 - ] - ], - [ - 0.5, - [ - 0.002522629452869296, - 0.10347287356853485, - -0.06919069588184357, - 0.9922195672988892 - ] - ], - [ - 0.5333333611488342, - [ - 0.013699943199753761, - 0.1046912744641304, - 0.012262536212801933, - 0.9943348169326782 - ] - ], - [ - 0.5666666626930237, - [ - 0.025499451905488968, - 0.12225819379091263, - 0.06933210790157318, - 0.9897453188896179 - ] - ], - [ - 0.6000000238418579, - [ - 0.03482843190431595, - 0.14467857778072357, - 0.08389480412006378, - 0.9853003621101379 - ] - ], - [ - 0.6333333253860474, - [ - 0.03773285821080208, - 0.14026658236980438, - 0.05166220664978027, - 0.988044798374176 - ] - ], - [ - 0.6666666865348816, - [ - 0.033603645861148834, - 0.10925635695457458, - -0.010032318532466888, - 0.9933947920799255 - ] - ], - [ - 0.699999988079071, - [ - 0.02464013732969761, - 0.07819683849811554, - -0.0902886912226677, - 0.9925351738929749 - ] - ], - [ - 0.7333333492279053, - [ - 0.01253451220691204, - 0.06591399759054184, - -0.1709706336259842, - 0.9829889535903931 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003234650648664683, - 0.07328145951032639, - -0.23336634039878845, - 0.9696235656738281 - ] - ], - [ - 0.800000011920929, - [ - -0.009475795552134514, - 0.08753795921802521, - -0.25935402512550354, - 0.9617602825164795 - ] - ], - [ - 0.8333333134651184, - [ - -0.01548407506197691, - 0.09726493060588837, - -0.2402694821357727, - 0.9656968116760254 - ] - ], - [ - 0.8666666746139526, - [ - -0.017146902158856392, - 0.10010599344968796, - -0.18908783793449402, - 0.9766936898231506 - ] - ], - [ - 0.8999999761581421, - [ - -0.013897613622248173, - 0.09913820028305054, - -0.1184532642364502, - 0.9879005551338196 - ] - ], - [ - 0.9333333373069763, - [ - -0.005515348166227341, - 0.09981852024793625, - -0.04356413334608078, - 0.9940363168716431 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068542370572686195, - 0.10507042706012726, - 0.021489374339580536, - 0.9942089319229126 - ] - ], - [ - 1.0, - [ - 0.02051677741110325, - 0.11457152664661407, - 0.06596915423870087, - 0.9910098314285278 - ] - ], - [ - 1.0333333015441895, - [ - 0.03221133351325989, - 0.12362941354513168, - 0.0806422233581543, - 0.9885217547416687 - ] - ], - [ - 1.0666667222976685, - [ - 0.039456866681575775, - 0.12370803952217102, - 0.056926388293504715, - 0.9898985028266907 - ] - ], - [ - 1.100000023841858, - [ - 0.04077493026852608, - 0.11210913956165314, - 0.0034463070333003998, - 0.9928531050682068 - ] - ], - [ - 1.1333333253860474, - [ - 0.034077100455760956, - 0.09467392414808273, - -0.06478247791528702, - 0.9928137063980103 - ] - ], - [ - 1.1666666269302368, - [ - 0.022582903504371643, - 0.08283936232328415, - -0.13497070968151093, - 0.9871224761009216 - ] - ], - [ - 1.2000000476837158, - [ - 0.009944331832230091, - 0.08341892808675766, - -0.19978034496307373, - 0.9762327671051025 - ] - ], - [ - 1.2333333492279053, - [ - -0.001848999410867691, - 0.09222008287906647, - -0.25477784872055054, - 0.9625903964042664 - ] - ], - [ - 1.2666666507720947, - [ - -0.010442383587360382, - 0.10244065523147583, - -0.28679805994033813, - 0.9524410367012024 - ] - ], - [ - 1.2999999523162842, - [ - -0.014179165475070477, - 0.10678853094577789, - -0.2562107741832733, - 0.960599422454834 - ] - ], - [ - 1.3333333730697632, - [ - -0.012412162497639656, - 0.10190968215465546, - -0.1654188632965088, - 0.9808654189109802 - ] - ], - [ - 1.3666666746139526, - [ - -0.00616033561527729, - 0.1002577468752861, - -0.059383876621723175, - 0.9931686520576477 - ] - ], - [ - 1.399999976158142, - [ - 0.0018349814927205443, - 0.11407530307769775, - 0.021116528660058975, - 0.9932460784912109 - ] - ], - [ - 1.4333332777023315, - [ - 0.0072712525725364685, - 0.13169364631175995, - 0.040876876562833786, - 0.9904206395149231 - ] - ], - [ - 1.4666666984558105, - [ - 0.00811221543699503, - 0.1291140913963318, - 0.007038170471787453, - 0.9915716052055359 - ] - ], - [ - 1.5, - [ - 0.004473385866731405, - 0.105686254799366, - -0.040469247847795486, - 0.9935656189918518 - ] - ], - [ - 1.5333333015441895, - [ - -0.004253077786415815, - 0.07087300717830658, - -0.09153858572244644, - 0.9932671189308167 - ] - ], - [ - 1.5666667222976685, - [ - -0.01666208915412426, - 0.04025435447692871, - -0.1461765468120575, - 0.9882988333702087 - ] - ], - [ - 1.600000023841858, - [ - -0.03133352845907211, - 0.02436901442706585, - -0.20338226854801178, - 0.9782944321632385 - ] - ], - [ - 1.6333333253860474, - [ - -0.04542161524295807, - 0.023242812603712082, - -0.2599759101867676, - 0.9642662405967712 - ] - ], - [ - 1.6666666269302368, - [ - -0.05689331889152527, - 0.030459314584732056, - -0.3109903335571289, - 0.9482195973396301 - ] - ], - [ - 1.7000000476837158, - [ - -0.065120168030262, - 0.039531365036964417, - -0.3442794382572174, - 0.9357715249061584 - ] - ], - [ - 1.7333333492279053, - [ - -0.07055003196001053, - 0.05520985275506973, - -0.31706303358078003, - 0.944163978099823 - ] - ], - [ - 1.7666666507720947, - [ - -0.07236947864294052, - 0.07662013173103333, - -0.22462059557437897, - 0.9687299132347107 - ] - ], - [ - 1.7999999523162842, - [ - -0.06862705945968628, - 0.09410464763641357, - -0.11246304959058762, - 0.986806333065033 - ] - ], - [ - 1.8333333730697632, - [ - -0.06059757247567177, - 0.10640567541122437, - -0.022028367966413498, - 0.9922300577163696 - ] - ], - [ - 1.8666666746139526, - [ - -0.052548885345458984, - 0.11149553954601288, - 0.013331566005945206, - 0.9922850728034973 - ] - ], - [ - 1.899999976158142, - [ - -0.04680176451802254, - 0.1053333431482315, - -0.009210663847625256, - 0.9932923316955566 - ] - ], - [ - 1.9333332777023315, - [ - -0.044132500886917114, - 0.09107138961553574, - -0.06008657068014145, - 0.9930499196052551 - ] - ], - [ - 1.9666666984558105, - [ - -0.047642726451158524, - 0.07745078951120377, - -0.1252022385597229, - 0.9879554510116577 - ] - ], - [ - 2.0, - [ - -0.057929862290620804, - 0.07090883702039719, - -0.19552884995937347, - 0.976414144039154 - ] - ], - [ - 2.0333333015441895, - [ - -0.07067498564720154, - 0.06783284246921539, - -0.26546984910964966, - 0.9591295719146729 - ] - ], - [ - 2.066666603088379, - [ - -0.08162882179021835, - 0.06135653331875801, - -0.3308332562446594, - 0.9381479024887085 - ] - ], - [ - 2.0999999046325684, - [ - -0.0882234126329422, - 0.05386168509721756, - -0.373744398355484, - 0.9217542409896851 - ] - ], - [ - 2.133333444595337, - [ - -0.09077562391757965, - 0.06897836178541183, - -0.32478806376457214, - 0.9388900399208069 - ] - ], - [ - 2.1666667461395264, - [ - -0.08736130595207214, - 0.0976065844297409, - -0.18660883605480194, - 0.9736621975898743 - ] - ], - [ - 2.200000047683716, - [ - -0.07577890902757645, - 0.10855244845151901, - -0.04840933904051781, - 0.9900153875350952 - ] - ], - [ - 2.2333333492279053, - [ - -0.06167159229516983, - 0.10563576221466064, - 0.012830602005124092, - 0.9924077391624451 - ] - ], - [ - 2.2666666507720947, - [ - -0.0510503351688385, - 0.10291390866041183, - -0.01376680750399828, - 0.9932839870452881 - ] - ], - [ - 2.299999952316284, - [ - -0.0448782704770565, - 0.10380931943655014, - -0.07797855883836746, - 0.9905195236206055 - ] - ], - [ - 2.3333332538604736, - [ - -0.044060442596673965, - 0.1110314130783081, - -0.15968047082424164, - 0.9799147248268127 - ] - ], - [ - 2.366666555404663, - [ - -0.04710446298122406, - 0.12363064289093018, - -0.24552230536937714, - 0.9603204727172852 - ] - ], - [ - 2.4000000953674316, - [ - -0.051752954721450806, - 0.14021891355514526, - -0.3198937773704529, - 0.9355897903442383 - ] - ], - [ - 2.433333396911621, - [ - -0.054984964430332184, - 0.15826259553432465, - -0.3588344156742096, - 0.9182416200637817 - ] - ], - [ - 2.4666666984558105, - [ - -0.054175347089767456, - 0.16914018988609314, - -0.32371145486831665, - 0.9293371438980103 - ] - ], - [ - 2.5, - [ - -0.04784885421395302, - 0.16208255290985107, - -0.2195402830839157, - 0.960854709148407 - ] - ], - [ - 2.5333333015441895, - [ - -0.035357799381017685, - 0.13425709307193756, - -0.09491509944200516, - 0.9857565760612488 - ] - ], - [ - 2.566666603088379, - [ - -0.01776694320142269, - 0.10025297850370407, - 0.0033113304525613785, - 0.9947978258132935 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010268826736137271, - 0.0858590230345726, - 0.04757942259311676, - 0.9951706528663635 - ] - ], - [ - 2.633333444595337, - [ - 0.00834018737077713, - 0.10010626912117004, - -0.005262122489511967, - 0.9949278831481934 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033551922533661127, - 0.13087165355682373, - -0.12886261940002441, - 0.9829831123352051 - ] - ], - [ - 2.700000047683716, - [ - -0.004824099130928516, - 0.17227651178836823, - -0.2621144950389862, - 0.9495227932929993 - ] - ], - [ - 2.7333333492279053, - [ - -0.010258747264742851, - 0.20540308952331543, - -0.3324686586856842, - 0.9204179048538208 - ] - ], - [ - 2.7666666507720947, - [ - -0.012230202555656433, - 0.20605899393558502, - -0.3082137107849121, - 0.9286520481109619 - ] - ], - [ - 2.799999952316284, - [ - -0.013106356374919415, - 0.17790505290031433, - -0.24112558364868164, - 0.9539583325386047 - ] - ], - [ - 2.8333332538604736, - [ - -0.014295664615929127, - 0.14143100380897522, - -0.16895878314971924, - 0.975318431854248 - ] - ], - [ - 2.866666555404663, - [ - -0.01614341139793396, - 0.12134100496768951, - -0.13444195687770844, - 0.9833317399024963 - ] - ], - [ - 2.9000000953674316, - [ - -0.01896958239376545, - 0.11974260210990906, - -0.14733730256557465, - 0.9816281199455261 - ] - ], - [ - 2.933333396911621, - [ - -0.021626275032758713, - 0.12569376826286316, - -0.18156473338603973, - 0.9750731587409973 - ] - ], - [ - 2.9666666984558105, - [ - -0.023927437141537666, - 0.13697682321071625, - -0.22905604541301727, - 0.9634304046630859 - ] - ], - [ - 3.0, - [ - -0.02607879415154457, - 0.15016931295394897, - -0.28060176968574524, - 0.947645366191864 - ] - ], - [ - 3.0333333015441895, - [ - -0.0275495033711195, - 0.15980778634548187, - -0.32662758231163025, - 0.9311374425888062 - ] - ], - [ - 3.066666603088379, - [ - -0.02887897565960884, - 0.16422203183174133, - -0.35787084698677063, - 0.9187631011009216 - ] - ], - [ - 3.0999999046325684, - [ - -0.02978736162185669, - 0.16073058545589447, - -0.3449857831001282, - 0.9242637157440186 - ] - ], - [ - 3.133333444595337, - [ - -0.02912658080458641, - 0.15069103240966797, - -0.27875393629074097, - 0.9480191469192505 - ] - ], - [ - 3.1666667461395264, - [ - -0.026205720379948616, - 0.13331782817840576, - -0.18556749820709229, - 0.9731928706169128 - ] - ], - [ - 3.200000047683716, - [ - -0.02100272662937641, - 0.11181127279996872, - -0.09706169366836548, - 0.9887548685073853 - ] - ], - [ - 3.2333333492279053, - [ - -0.014476720243692398, - 0.10026725381612778, - -0.03443485498428345, - 0.9942591190338135 - ] - ], - [ - 3.2666666507720947, - [ - -0.009001090191304684, - 0.10007274150848389, - -0.014372018165886402, - 0.994835615158081 - ] - ], - [ - 3.299999952316284, - [ - -0.008386485278606415, - 0.09602341055870056, - -0.04506095498800278, - 0.9943232536315918 - ] - ], - [ - 3.3333332538604736, - [ - -0.01590006798505783, - 0.08199147880077362, - -0.11637483537197113, - 0.9896875619888306 - ] - ], - [ - 3.366666555404663, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292626387_204766.json b/lenses/physics-objects/Scene/assets/1646688292626387_204766.json deleted file mode 100644 index 87f7dc5f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292626387_204766.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292626387:204766", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292627529_204783.json b/lenses/physics-objects/Scene/assets/1646688292627529_204783.json deleted file mode 100644 index 0096e2c5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292627529_204783.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292627529:204783", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.56847858428955, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.567745208740234, - 1.4210854715202004e-14, - -9.603524620907522e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292627749_204790.json b/lenses/physics-objects/Scene/assets/1646688292627749_204790.json deleted file mode 100644 index d7de7e92..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292627749_204790.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292627749:204790", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01889295130968094, - 0.10831126570701599, - -0.04889808967709541, - 0.9927339553833008 - ] - ], - [ - 0.03333333507180214, - [ - -0.01889295130968094, - 0.10831126570701599, - -0.04889808967709541, - 0.9927339553833008 - ] - ], - [ - 0.06666667014360428, - [ - -0.021259773522615433, - 0.10979248583316803, - -0.049994297325611115, - 0.9924688339233398 - ] - ], - [ - 0.10000000149011612, - [ - -0.0236519742757082, - 0.11137780547142029, - -0.05098249018192291, - 0.9921876788139343 - ] - ], - [ - 0.13333334028720856, - [ - -0.026006633415818214, - 0.11303096264600754, - -0.05183437466621399, - 0.991897702217102 - ] - ], - [ - 0.1666666716337204, - [ - -0.028261765837669373, - 0.11471349000930786, - -0.05252347141504288, - 0.9916064739227295 - ] - ], - [ - 0.20000000298023224, - [ - -0.030356215313076973, - 0.11638464033603668, - -0.053025513887405396, - 0.9913230538368225 - ] - ], - [ - 0.23333333432674408, - [ - -0.032229453325271606, - 0.11800131946802139, - -0.053318656980991364, - 0.9910570383071899 - ] - ], - [ - 0.2666666805744171, - [ - -0.03382141515612602, - 0.11951833218336105, - -0.05338340252637863, - 0.9908186793327332 - ] - ], - [ - 0.30000001192092896, - [ - -0.03510325402021408, - 0.12087695300579071, - -0.05322910472750664, - 0.990617573261261 - ] - ], - [ - 0.3333333432674408, - [ - -0.03605335205793381, - 0.12201457470655441, - -0.052874572575092316, - 0.9904629588127136 - ] - ], - [ - 0.36666667461395264, - [ - -0.036664269864559174, - 0.12286447733640671, - -0.05235491320490837, - 0.9903630614280701 - ] - ], - [ - 0.4000000059604645, - [ - -0.0369722805917263, - 0.12333694100379944, - -0.05174107477068901, - 0.9903251528739929 - ] - ], - [ - 0.4333333373069763, - [ - -0.03702129051089287, - 0.12353770434856415, - -0.05116477608680725, - 0.9903282523155212 - ] - ], - [ - 0.46666666865348816, - [ - -0.03687092661857605, - 0.12366465479135513, - -0.05070067197084427, - 0.9903419017791748 - ] - ], - [ - 0.5, - [ - -0.03655528277158737, - 0.12375253438949585, - -0.0503312349319458, - 0.9903614521026611 - ] - ], - [ - 0.5333333611488342, - [ - -0.03610961139202118, - 0.12381106615066528, - -0.05001448839902878, - 0.9903865456581116 - ] - ], - [ - 0.5666666626930237, - [ - -0.03557681292295456, - 0.12385314702987671, - -0.04969439655542374, - 0.9904166460037231 - ] - ], - [ - 0.6000000238418579, - [ - -0.034967850893735886, - 0.12387892603874207, - -0.049373872578144073, - 0.9904511570930481 - ] - ], - [ - 0.6333333253860474, - [ - -0.0342937633395195, - 0.12388859689235687, - -0.04905570670962334, - 0.9904893040657043 - ] - ], - [ - 0.6666666865348816, - [ - -0.03356553986668587, - 0.12388234585523605, - -0.04874280095100403, - 0.9905306100845337 - ] - ], - [ - 0.699999988079071, - [ - -0.03279421478509903, - 0.12386029213666916, - -0.04843791946768761, - 0.990574061870575 - ] - ], - [ - 0.7333333492279053, - [ - -0.031990788877010345, - 0.1238226369023323, - -0.04814394190907478, - 0.9906193614006042 - ] - ], - [ - 0.7666666507720947, - [ - -0.03116629458963871, - 0.12376946210861206, - -0.04786360263824463, - 0.9906659722328186 - ] - ], - [ - 0.800000011920929, - [ - -0.03033175878226757, - 0.12370079010725021, - -0.0475996732711792, - 0.9907130599021912 - ] - ], - [ - 0.8333333134651184, - [ - -0.02949819155037403, - 0.12361664324998856, - -0.04735490679740906, - 0.9907605648040771 - ] - ], - [ - 0.8666666746139526, - [ - -0.028676657006144524, - 0.12351685762405396, - -0.04713207483291626, - 0.9908076524734497 - ] - ], - [ - 0.8999999761581421, - [ - -0.02787819132208824, - 0.12340131402015686, - -0.04693390801548958, - 0.9908542633056641 - ] - ], - [ - 0.9333333373069763, - [ - -0.02711382880806923, - 0.12326972186565399, - -0.046763062477111816, - 0.990899920463562 - ] - ], - [ - 0.9666666388511658, - [ - -0.026394637301564217, - 0.12312175333499908, - -0.046622276306152344, - 0.9909443855285645 - ] - ], - [ - 1.0, - [ - -0.02573169209063053, - 0.12295695394277573, - -0.04651421308517456, - 0.9909873604774475 - ] - ], - [ - 1.0333333015441895, - [ - -0.02513604611158371, - 0.12277481704950333, - -0.04644154757261276, - 0.9910287261009216 - ] - ], - [ - 1.0666667222976685, - [ - -0.024618789553642273, - 0.12257469445466995, - -0.04640693962574005, - 0.9910680055618286 - ] - ], - [ - 1.100000023841858, - [ - -0.024190980941057205, - 0.12235598266124725, - -0.04641308635473251, - 0.9911052584648132 - ] - ], - [ - 1.1666666269302368, - [ - -0.023698650300502777, - 0.12184309214353561, - -0.04660159349441528, - 0.9911714792251587 - ] - ], - [ - 1.2000000476837158, - [ - -0.023568658158183098, - 0.12153215706348419, - -0.04679741710424423, - 0.9912035465240479 - ] - ], - [ - 1.2333333492279053, - [ - -0.02341560088098049, - 0.12116648256778717, - -0.04706975445151329, - 0.9912391304969788 - ] - ], - [ - 1.2666666507720947, - [ - -0.023270554840564728, - 0.12074586749076843, - -0.04742429032921791, - 0.9912768602371216 - ] - ], - [ - 1.2999999523162842, - [ - -0.023160137236118317, - 0.12028130143880844, - -0.047836784273386, - 0.9913161396980286 - ] - ], - [ - 1.3333333730697632, - [ - -0.02309439517557621, - 0.11978410929441452, - -0.048279162496328354, - 0.9913564324378967 - ] - ], - [ - 1.3666666746139526, - [ - -0.023081233724951744, - 0.11926598101854324, - -0.048722799867391586, - 0.991397500038147 - ] - ], - [ - 1.399999976158142, - [ - -0.02312544733285904, - 0.11873701214790344, - -0.049144890159368515, - 0.9914391040802002 - ] - ], - [ - 1.4333332777023315, - [ - -0.023219658061861992, - 0.11819921433925629, - -0.04954344406723976, - 0.991481363773346 - ] - ], - [ - 1.4666666984558105, - [ - -0.02335643209517002, - 0.1176547259092331, - -0.049916621297597885, - 0.9915242791175842 - ] - ], - [ - 1.5, - [ - -0.02352835424244404, - 0.11710561811923981, - -0.05026256665587425, - 0.9915676116943359 - ] - ], - [ - 1.5333333015441895, - [ - -0.023728007450699806, - 0.11655411124229431, - -0.05057952553033829, - 0.9916118383407593 - ] - ], - [ - 1.5666667222976685, - [ - -0.023947954177856445, - 0.11600231379270554, - -0.05086566507816315, - 0.9916565418243408 - ] - ], - [ - 1.600000023841858, - [ - -0.024180760607123375, - 0.11545243859291077, - -0.051119305193424225, - 0.9917020201683044 - ] - ], - [ - 1.6333333253860474, - [ - -0.024418991059064865, - 0.1149066686630249, - -0.05133877694606781, - 0.9917482137680054 - ] - ], - [ - 1.6666666269302368, - [ - -0.024655193090438843, - 0.11436716467142105, - -0.05152237042784691, - 0.9917953014373779 - ] - ], - [ - 1.7000000476837158, - [ - -0.024881897494196892, - 0.11383604258298874, - -0.05166839063167572, - 0.991843044757843 - ] - ], - [ - 1.7333333492279053, - [ - -0.025091642513871193, - 0.11331547796726227, - -0.051775190979242325, - 0.9918918013572693 - ] - ], - [ - 1.7666666507720947, - [ - -0.025276947766542435, - 0.11280754953622818, - -0.0518411286175251, - 0.9919415712356567 - ] - ], - [ - 1.8333333730697632, - [ - -0.025544317439198494, - 0.11183787137269974, - -0.051843658089637756, - 0.9920443892478943 - ] - ], - [ - 1.8666666746139526, - [ - -0.025611387565732002, - 0.11138012260198593, - -0.05177688226103783, - 0.9920976161956787 - ] - ], - [ - 1.899999976158142, - [ - -0.02562403678894043, - 0.11094300448894501, - -0.05166247859597206, - 0.992152214050293 - ] - ], - [ - 1.9333332777023315, - [ - -0.025574766099452972, - 0.11052842438220978, - -0.05149869993329048, - 0.9922083020210266 - ] - ], - [ - 1.9666666984558105, - [ - -0.025456057861447334, - 0.11013814806938171, - -0.05128379166126251, - 0.9922658801078796 - ] - ], - [ - 2.0, - [ - -0.025260409340262413, - 0.10977397859096527, - -0.05101591721177101, - 0.9923251271247864 - ] - ], - [ - 2.0333333015441895, - [ - -0.024980291724205017, - 0.1094374731183052, - -0.05069328844547272, - 0.9923858046531677 - ] - ], - [ - 2.066666603088379, - [ - -0.024608181789517403, - 0.10913032293319702, - -0.05031400918960571, - 0.9924482703208923 - ] - ], - [ - 2.0999999046325684, - [ - -0.024136563763022423, - 0.10885398089885712, - -0.049876172095537186, - 0.9925122857093811 - ] - ], - [ - 2.133333444595337, - [ - -0.0235422495752573, - 0.10861536115407944, - -0.04936575889587402, - 0.9925782084465027 - ] - ], - [ - 2.1666667461395264, - [ - -0.022808704525232315, - 0.10841872543096542, - -0.04877398908138275, - 0.9926460981369019 - ] - ], - [ - 2.200000047683716, - [ - -0.02191929519176483, - 0.10826750844717026, - -0.04809138551354408, - 0.9927159547805786 - ] - ], - [ - 2.2333333492279053, - [ - -0.020847199484705925, - 0.1081688404083252, - -0.047302547842264175, - 0.9927876591682434 - ] - ], - [ - 2.2666666507720947, - [ - -0.01957564242184162, - 0.10810810327529907, - -0.04639103636145592, - 0.9928631782531738 - ] - ], - [ - 2.299999952316284, - [ - -0.01809663325548172, - 0.10805216431617737, - -0.045383401215076447, - 0.9929440021514893 - ] - ], - [ - 2.3333332538604736, - [ - -0.016431355848908424, - 0.10798514634370804, - -0.0443260632455349, - 0.993027925491333 - ] - ], - [ - 2.366666555404663, - [ - -0.014605287462472916, - 0.10789584368467331, - -0.043268729001283646, - 0.9931128025054932 - ] - ], - [ - 2.4000000953674316, - [ - -0.012544871307909489, - 0.10777164250612259, - -0.0422401987016201, - 0.993198812007904 - ] - ], - [ - 2.433333396911621, - [ - -0.010189677588641644, - 0.10761208087205887, - -0.04123596101999283, - 0.9932851791381836 - ] - ], - [ - 2.4666666984558105, - [ - -0.007580770645290613, - 0.10742365568876266, - -0.04026196524500847, - 0.9933688640594482 - ] - ], - [ - 2.5, - [ - -0.004759276285767555, - 0.10721267014741898, - -0.03932425379753113, - 0.9934467077255249 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017664864426478744, - 0.1069851741194725, - -0.03842898830771446, - 0.993516206741333 - ] - ], - [ - 2.566666603088379, - [ - 0.0013562034582719207, - 0.10674664378166199, - -0.037582386285066605, - 0.9935747981071472 - ] - ], - [ - 2.5999999046325684, - [ - 0.00456728832796216, - 0.10650217533111572, - -0.03679082542657852, - 0.9936211109161377 - ] - ], - [ - 2.633333444595337, - [ - 0.007825200445950031, - 0.10625603795051575, - -0.03606078773736954, - 0.9936538934707642 - ] - ], - [ - 2.6666667461395264, - [ - 0.01108813751488924, - 0.10601166635751724, - -0.03539900481700897, - 0.9936727285385132 - ] - ], - [ - 2.700000047683716, - [ - 0.014314347878098488, - 0.10577169805765152, - -0.03481214493513107, - 0.9936777949333191 - ] - ], - [ - 2.7333333492279053, - [ - 0.0174619909375906, - 0.10553781688213348, - -0.03430711477994919, - 0.9936699271202087 - ] - ], - [ - 2.7666666507720947, - [ - 0.020489146932959557, - 0.10531069338321686, - -0.033890921622514725, - 0.993650496006012 - ] - ], - [ - 2.799999952316284, - [ - 0.023353852331638336, - 0.10509012639522552, - -0.033570580184459686, - 0.9936214685440063 - ] - ], - [ - 2.8333332538604736, - [ - 0.026014205068349838, - 0.1048748716711998, - -0.03335314244031906, - 0.993585467338562 - ] - ], - [ - 2.866666555404663, - [ - 0.028428256511688232, - 0.10466291010379791, - -0.033245671540498734, - 0.9935452938079834 - ] - ], - [ - 2.9000000953674316, - [ - 0.03055410459637642, - 0.10445127636194229, - -0.033255163580179214, - 0.9935041666030884 - ] - ], - [ - 2.933333396911621, - [ - 0.03230077773332596, - 0.10423446446657181, - -0.03339271619915962, - 0.9934670329093933 - ] - ], - [ - 2.9666666984558105, - [ - 0.03359345346689224, - 0.10400637984275818, - -0.03366786986589432, - 0.9934388995170593 - ] - ], - [ - 3.0, - [ - 0.03441716358065605, - 0.10376347601413727, - -0.03408320993185043, - 0.9934218525886536 - ] - ], - [ - 3.0333333015441895, - [ - 0.03476795554161072, - 0.10350509732961655, - -0.03463318571448326, - 0.9934175610542297 - ] - ], - [ - 3.066666603088379, - [ - 0.0346393845975399, - 0.10323091596364975, - -0.03531487658619881, - 0.9934265613555908 - ] - ], - [ - 3.0999999046325684, - [ - 0.03403668850660324, - 0.10293932259082794, - -0.036111991852521896, - 0.9934490323066711 - ] - ], - [ - 3.133333444595337, - [ - 0.032986223697662354, - 0.10276933014392853, - -0.03707180917263031, - 0.9934667944908142 - ] - ], - [ - 3.1666667461395264, - [ - 0.031531549990177155, - 0.10286813974380493, - -0.03821798041462898, - 0.9934602379798889 - ] - ], - [ - 3.200000047683716, - [ - 0.029737401753664017, - 0.1032349020242691, - -0.039491720497608185, - 0.9934277534484863 - ] - ], - [ - 3.2333333492279053, - [ - 0.027643786743283272, - 0.103839211165905, - -0.04083597660064697, - 0.9933709502220154 - ] - ], - [ - 3.2666666507720947, - [ - 0.02528247982263565, - 0.10464835166931152, - -0.04220914840698242, - 0.9932915568351746 - ] - ], - [ - 3.299999952316284, - [ - 0.02271495945751667, - 0.10563742369413376, - -0.043577924370765686, - 0.9931896924972534 - ] - ], - [ - 3.3333332538604736, - [ - 0.020002149045467377, - 0.10678113251924515, - -0.044908557087183, - 0.9930664300918579 - ] - ], - [ - 3.366666555404663, - [ - 0.01720438152551651, - 0.1080530658364296, - -0.04616772383451462, - 0.9929234981536865 - ] - ], - [ - 3.4000000953674316, - [ - 0.014381113462150097, - 0.10942511260509491, - -0.0473228357732296, - 0.9927637577056885 - ] - ], - [ - 3.433333396911621, - [ - 0.011591176502406597, - 0.1108669862151146, - -0.048342812806367874, - 0.992591142654419 - ] - ], - [ - 3.4666666984558105, - [ - 0.008892452344298363, - 0.11234591156244278, - -0.049198321998119354, - 0.9924107193946838 - ] - ], - [ - 3.5, - [ - 0.006342124659568071, - 0.11382636427879333, - -0.04986213520169258, - 0.9922284483909607 - ] - ], - [ - 3.5333333015441895, - [ - 0.003996755927801132, - 0.11527025699615479, - -0.050309181213378906, - 0.9920513033866882 - ] - ], - [ - 3.566666603088379, - [ - 0.0019124706741422415, - 0.11663690954446793, - -0.050516847521066666, - 0.9918872117996216 - ] - ], - [ - 3.5999999046325684, - [ - 9.98073082882911e-05, - 0.11787228286266327, - -0.050491638481616974, - 0.9917442798614502 - ] - ], - [ - 3.633333444595337, - [ - -0.0014231069944798946, - 0.11891793459653854, - -0.05024842917919159, - 0.9916307926177979 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026306810323148966, - 0.11971016228199005, - -0.049817077815532684, - 0.9915547370910645 - ] - ], - [ - 3.700000047683716, - [ - -0.0035424549132585526, - 0.12016326189041138, - -0.04926200211048126, - 0.9915249347686768 - ] - ], - [ - 3.7333333492279053, - [ - -0.0041877878829836845, - 0.12037113308906555, - -0.04872633144259453, - 0.9915236830711365 - ] - ], - [ - 3.799999952316284, - [ - -0.004833224695175886, - 0.12062954157590866, - -0.04796317592263222, - 0.9915265440940857 - ] - ], - [ - 3.866666555404663, - [ - -0.004785266704857349, - 0.12079839408397675, - -0.04738136753439903, - 0.9915341138839722 - ] - ], - [ - 3.9000000953674316, - [ - -0.004617911763489246, - 0.12086484581232071, - -0.04708626866340637, - 0.9915408492088318 - ] - ], - [ - 3.933333396911621, - [ - -0.004379820078611374, - 0.12091883271932602, - -0.04679257050156593, - 0.9915492534637451 - ] - ], - [ - 3.9666666984558105, - [ - -0.004082372412085533, - 0.1209598109126091, - -0.04650305584073067, - 0.9915591478347778 - ] - ], - [ - 4.0, - [ - -0.0037369609344750643, - 0.12098729610443115, - -0.046220503747463226, - 0.9915703535079956 - ] - ], - [ - 4.0333333015441895, - [ - -0.0033549631480127573, - 0.12100081145763397, - -0.045947711914777756, - 0.9915827512741089 - ] - ], - [ - 4.066666603088379, - [ - -0.002947775414213538, - 0.12099983543157578, - -0.04568741098046303, - 0.9915962219238281 - ] - ], - [ - 4.099999904632568, - [ - -0.002526776632294059, - 0.12098382413387299, - -0.0454423725605011, - 0.991610586643219 - ] - ], - [ - 4.133333206176758, - [ - -0.0021033722441643476, - 0.12095224857330322, - -0.045215360820293427, - 0.9916257858276367 - ] - ], - [ - 4.166666507720947, - [ - -0.0016889554681256413, - 0.12090446054935455, - -0.04500905051827431, - 0.9916418194770813 - ] - ], - [ - 4.199999809265137, - [ - -0.0012949313968420029, - 0.12083982676267624, - -0.044826164841651917, - 0.9916585683822632 - ] - ], - [ - 4.233333110809326, - [ - -0.0009327029110863805, - 0.12075762450695038, - -0.04466944560408592, - 0.9916760325431824 - ] - ], - [ - 4.300000190734863, - [ - -0.00034930664696730673, - 0.12053735554218292, - -0.04444519430398941, - 0.9917134046554565 - ] - ], - [ - 4.400000095367432, - [ - 1.73703074324294e-06, - 0.12005387991666794, - -0.0443718321621418, - 0.9917752742767334 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002971867215819657, - 0.11960232257843018, - -0.0445716567337513, - 0.9918209314346313 - ] - ], - [ - 4.5, - [ - -0.0006691308226436377, - 0.11932528018951416, - -0.044777583330869675, - 0.9918447732925415 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012226636754348874, - 0.11900637298822403, - -0.04507199302315712, - 0.9918692111968994 - ] - ], - [ - 4.566666603088379, - [ - -0.0019771649967879057, - 0.11864228546619415, - -0.04546032473444939, - 0.9918938875198364 - ] - ], - [ - 4.599999904632568, - [ - -0.002945987042039633, - 0.11824119836091995, - -0.045918650925159454, - 0.9919182658195496 - ] - ], - [ - 4.633333206176758, - [ - -0.004125474486500025, - 0.11781388521194458, - -0.046419430524110794, - 0.9919416904449463 - ] - ], - [ - 4.666666507720947, - [ - -0.005509783048182726, - 0.11737176775932312, - -0.046934377402067184, - 0.9919631481170654 - ] - ], - [ - 4.699999809265137, - [ - -0.007089999038726091, - 0.11692488938570023, - -0.04744083806872368, - 0.9919816851615906 - ] - ], - [ - 4.733333110809326, - [ - -0.008844918571412563, - 0.11647578328847885, - -0.04793677479028702, - 0.9919965863227844 - ] - ], - [ - 4.766666889190674, - [ - -0.010753342881798744, - 0.11602699756622314, - -0.048420120030641556, - 0.9920069575309753 - ] - ], - [ - 4.800000190734863, - [ - -0.01279391162097454, - 0.11558099091053009, - -0.04888869449496269, - 0.9920117259025574 - ] - ], - [ - 4.833333492279053, - [ - -0.014945365488529205, - 0.11514028161764145, - -0.049340397119522095, - 0.9920105338096619 - ] - ], - [ - 4.866666793823242, - [ - -0.01718633435666561, - 0.1147073432803154, - -0.04977292940020561, - 0.9920027852058411 - ] - ], - [ - 4.900000095367432, - [ - -0.01951015554368496, - 0.11428479105234146, - -0.05018485710024834, - 0.9919878244400024 - ] - ], - [ - 4.933333396911621, - [ - -0.02191098779439926, - 0.11387552320957184, - -0.05057480186223984, - 0.9919650554656982 - ] - ], - [ - 4.9666666984558105, - [ - -0.02436876855790615, - 0.11348170042037964, - -0.05094040930271149, - 0.991934061050415 - ] - ], - [ - 5.0, - [ - -0.02686336077749729, - 0.11310537904500961, - -0.05127910524606705, - 0.9918952584266663 - ] - ], - [ - 5.0333333015441895, - [ - -0.0293746180832386, - 0.11274828761816025, - -0.051588281989097595, - 0.9918485879898071 - ] - ], - [ - 5.066666603088379, - [ - -0.031882334500551224, - 0.11241205781698227, - -0.051865093410015106, - 0.9917948842048645 - ] - ], - [ - 5.099999904632568, - [ - -0.034366291016340256, - 0.11209796369075775, - -0.052106596529483795, - 0.9917348027229309 - ] - ], - [ - 5.133333206176758, - [ - -0.03680625557899475, - 0.11180706322193146, - -0.05230962485074997, - 0.9916694164276123 - ] - ], - [ - 5.166666507720947, - [ - -0.03918192908167839, - 0.11154011636972427, - -0.052470870316028595, - 0.9915999174118042 - ] - ], - [ - 5.199999809265137, - [ - -0.04147300869226456, - 0.11129752546548843, - -0.05258699133992195, - 0.9915278553962708 - ] - ], - [ - 5.233333110809326, - [ - -0.043659236282110214, - 0.11107957363128662, - -0.052654337137937546, - 0.9914549589157104 - ] - ], - [ - 5.266666889190674, - [ - -0.04572027921676636, - 0.1108860895037651, - -0.05266920477151871, - 0.9913828372955322 - ] - ], - [ - 5.300000190734863, - [ - -0.04763573780655861, - 0.11071670800447464, - -0.052627816796302795, - 0.9913137555122375 - ] - ], - [ - 5.333333492279053, - [ - -0.049385301768779755, - 0.11057083308696747, - -0.05252618342638016, - 0.9912497997283936 - ] - ], - [ - 5.366666793823242, - [ - -0.050948649644851685, - 0.11044753342866898, - -0.052360329777002335, - 0.9911932349205017 - ] - ], - [ - 5.400000095367432, - [ - -0.05230541154742241, - 0.110345758497715, - -0.05212613195180893, - 0.9911463260650635 - ] - ], - [ - 5.433333396911621, - [ - -0.053419675678014755, - 0.11026987433433533, - -0.05180729180574417, - 0.9911120533943176 - ] - ], - [ - 5.4666666984558105, - [ - -0.0542621947824955, - 0.1102214902639389, - -0.051392752677202225, - 0.9910931587219238 - ] - ], - [ - 5.5, - [ - -0.05480349063873291, - 0.11020148545503616, - -0.05087071657180786, - 0.9910925030708313 - ] - ], - [ - 5.5333333015441895, - [ - -0.055004019290208817, - 0.11021511256694794, - -0.05022333934903145, - 0.9911128878593445 - ] - ], - [ - 5.566666603088379, - [ - -0.05483458936214447, - 0.11023996025323868, - -0.04943335801362991, - 0.9911592602729797 - ] - ], - [ - 5.599999904632568, - [ - -0.05427488684654236, - 0.11023459583520889, - -0.048527803272008896, - 0.9912354946136475 - ] - ], - [ - 5.633333206176758, - [ - -0.05333317816257477, - 0.11018161475658417, - -0.04755251854658127, - 0.9913396835327148 - ] - ], - [ - 5.666666507720947, - [ - -0.05202220380306244, - 0.11006898432970047, - -0.0465565025806427, - 0.9914692044258118 - ] - ], - [ - 5.699999809265137, - [ - -0.05036076158285141, - 0.10989072918891907, - -0.04557858780026436, - 0.9916201233863831 - ] - ], - [ - 5.733333110809326, - [ - -0.04838843643665314, - 0.10965461283922195, - -0.04462454840540886, - 0.9917879104614258 - ] - ], - [ - 5.766666889190674, - [ - -0.04614470154047012, - 0.10936857014894485, - -0.043699946254491806, - 0.991967499256134 - ] - ], - [ - 5.800000190734863, - [ - -0.04366929829120636, - 0.10904071480035782, - -0.04281044751405716, - 0.9921544194221497 - ] - ], - [ - 5.833333492279053, - [ - -0.041002027690410614, - 0.10867898166179657, - -0.04196162521839142, - 0.9923442602157593 - ] - ], - [ - 5.866666793823242, - [ - -0.03818279504776001, - 0.10829097032546997, - -0.04115911200642586, - 0.9925326704978943 - ] - ], - [ - 5.900000095367432, - [ - -0.03525166213512421, - 0.10788396000862122, - -0.040408678352832794, - 0.9927162528038025 - ] - ], - [ - 5.933333396911621, - [ - -0.0322488509118557, - 0.10746459662914276, - -0.03971631079912186, - 0.9928917288780212 - ] - ], - [ - 5.9666666984558105, - [ - -0.02921474725008011, - 0.10703890770673752, - -0.03908802941441536, - 0.9930566549301147 - ] - ], - [ - 6.0, - [ - -0.026189809665083885, - 0.10661203414201736, - -0.038530200719833374, - 0.993208646774292 - ] - ], - [ - 6.0333333015441895, - [ - -0.023214656859636307, - 0.10618848353624344, - -0.038049258291721344, - 0.993346631526947 - ] - ], - [ - 6.066666603088379, - [ - -0.020329982042312622, - 0.10577170550823212, - -0.037651870399713516, - 0.9934693574905396 - ] - ], - [ - 6.099999904632568, - [ - -0.01757654920220375, - 0.10536438971757889, - -0.03734491765499115, - 0.9935767650604248 - ] - ], - [ - 6.133333206176758, - [ - -0.014995196834206581, - 0.10496824979782104, - -0.03713538125157356, - 0.9936689734458923 - ] - ], - [ - 6.166666507720947, - [ - -0.012626749463379383, - 0.10458410531282425, - -0.03703037276864052, - 0.993746280670166 - ] - ], - [ - 6.199999809265137, - [ - -0.010512092150747776, - 0.10421191900968552, - -0.037037111818790436, - 0.9938096404075623 - ] - ], - [ - 6.233333110809326, - [ - -0.00869208574295044, - 0.10385098308324814, - -0.037162888795137405, - 0.9938604235649109 - ] - ], - [ - 6.266666889190674, - [ - -0.007207497023046017, - 0.10349974036216736, - -0.03741496428847313, - 0.993899405002594 - ] - ], - [ - 6.300000190734863, - [ - -0.006096088793128729, - 0.10315694659948349, - -0.0377984456717968, - 0.9939279556274414 - ] - ], - [ - 6.333333492279053, - [ - -0.005384438671171665, - 0.10282392054796219, - -0.038310397416353226, - 0.9939469695091248 - ] - ], - [ - 6.366666793823242, - [ - -0.00510225398465991, - 0.10250166058540344, - -0.0389508455991745, - 0.9939568638801575 - ] - ], - [ - 6.400000095367432, - [ - -0.005266212392598391, - 0.1021888479590416, - -0.03970714658498764, - 0.9939582943916321 - ] - ], - [ - 6.433333396911621, - [ - -0.00587029755115509, - 0.10203484445810318, - -0.0406133234500885, - 0.9939340949058533 - ] - ], - [ - 6.4666666984558105, - [ - -0.006891800556331873, - 0.10219264030456543, - -0.04168294370174408, - 0.993867039680481 - ] - ], - [ - 6.5, - [ - -0.008288408629596233, - 0.10265465825796127, - -0.04286438226699829, - 0.993758499622345 - ] - ], - [ - 6.5333333015441895, - [ - -0.010010805912315845, - 0.1033858060836792, - -0.044102467596530914, - 0.9936127662658691 - ] - ], - [ - 6.566666603088379, - [ - -0.01199880987405777, - 0.10434846580028534, - -0.04535587877035141, - 0.9934335947036743 - ] - ], - [ - 6.599999904632568, - [ - -0.014185762964189053, - 0.10551148653030396, - -0.0465938039124012, - 0.9932246208190918 - ] - ], - [ - 6.633333206176758, - [ - -0.016505585983395576, - 0.10684331506490707, - -0.04778483510017395, - 0.9929897785186768 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292627961_204797.json b/lenses/physics-objects/Scene/assets/1646688292627961_204797.json deleted file mode 100644 index 81fbbc31..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292627961_204797.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292627961:204797", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292636503_204810.json b/lenses/physics-objects/Scene/assets/1646688292636503_204810.json deleted file mode 100644 index f0534d74..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292636503_204810.json +++ /dev/null @@ -1,698 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292636503:204810", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.348786354064941, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.38298511505127, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.454828262329102, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.503711700439453, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.530158042907715, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.531133651733398, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.499495506286621, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.388086318969727, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.396783828735352, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.46192455291748, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.505064010620117, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.495240211486816, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.515706062316895, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.572236061096191, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.616275787353516, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.605629920959473, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.530076026916504, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.4266996383667, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.364920616149902, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.391210556030273, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.451111793518066, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.493651390075684, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.50676155090332, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.578130722045898, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.586516380310059, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.55718994140625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.483602523803711, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.384125709533691, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.321845054626465, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.37325382232666, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.466426849365234, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.512076377868652, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.497881889343262, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.522909164428711, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.558379173278809, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.561482429504395, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.505852699279785, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.419910430908203, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.32438850402832, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.268131256103516, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.333856582641602, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.446985244750977, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.50396728515625, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.499022483825684, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.521098136901855, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.547226905822754, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.53390884399414, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.465947151184082, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.361763954162598, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.255226135253906, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.208895683288574, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.341546058654785, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.489023208618164, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.521815299987793, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.49975299835205, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.496994018554688, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.45901107788086, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.348811149597168, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.195780754089355, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.123937606811523, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.258180618286133, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.463851928710938, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.538150787353516, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.508101463317871, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.498662948608398, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.523159980773926, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.458017349243164, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.28194522857666, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.187701225280762, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.27519702911377, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.392515182495117, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.465810775756836, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.467256546020508, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.446194648742676, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.430352210998535, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.397602081298828, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.329445838928223, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.246316909790039, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.192352294921875, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.254857063293457, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.401461601257324, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.500313758850098, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.496692657470703, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292636717_204817.json b/lenses/physics-objects/Scene/assets/1646688292636717_204817.json deleted file mode 100644 index e1cf4eef..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292636717_204817.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292636717:204817", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ], - [ - 0.03333333507180214, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ], - [ - 0.06666667014360428, - [ - -0.03568163514137268, - 0.11973024159669876, - -0.2797076106071472, - 0.951921820640564 - ] - ], - [ - 0.10000000149011612, - [ - -0.036332160234451294, - 0.1298217624425888, - -0.24954606592655182, - 0.9589332938194275 - ] - ], - [ - 0.13333334028720856, - [ - -0.0326048918068409, - 0.12899015843868256, - -0.1657944619655609, - 0.9771441221237183 - ] - ], - [ - 0.1666666716337204, - [ - -0.027112139388918877, - 0.11894449591636658, - -0.07629325985908508, - 0.9895941019058228 - ] - ], - [ - 0.20000000298023224, - [ - -0.02193063125014305, - 0.11302284151315689, - -0.032511916011571884, - 0.9928182363510132 - ] - ], - [ - 0.23333333432674408, - [ - -0.01871323026716709, - 0.1151091530919075, - -0.04838329926133156, - 0.9919973611831665 - ] - ], - [ - 0.2666666805744171, - [ - -0.01647086627781391, - 0.12145314365625381, - -0.094416543841362, - 0.9879592061042786 - ] - ], - [ - 0.30000001192092896, - [ - -0.01518191583454609, - 0.13010366261005402, - -0.15277811884880066, - 0.9795414209365845 - ] - ], - [ - 0.3333333432674408, - [ - -0.014578286558389664, - 0.13864754140377045, - -0.2093432992696762, - 0.9678532481193542 - ] - ], - [ - 0.36666667461395264, - [ - -0.013689897023141384, - 0.14385002851486206, - -0.2511235773563385, - 0.9571086168289185 - ] - ], - [ - 0.4000000059604645, - [ - -0.012700987048447132, - 0.14394350349903107, - -0.267264723777771, - 0.9527269005775452 - ] - ], - [ - 0.4333333373069763, - [ - -0.010534180328249931, - 0.13995671272277832, - -0.24103686213493347, - 0.9603136777877808 - ] - ], - [ - 0.46666666865348816, - [ - -0.0057334681041538715, - 0.1356482356786728, - -0.1727403849363327, - 0.9755651950836182 - ] - ], - [ - 0.5, - [ - 0.002513783983886242, - 0.13099607825279236, - -0.07228374481201172, - 0.9887409806251526 - ] - ], - [ - 0.5333333611488342, - [ - 0.013647356070578098, - 0.13183413445949554, - 0.0361400730907917, - 0.9905187487602234 - ] - ], - [ - 0.5666666626930237, - [ - 0.025301378220319748, - 0.1491428166627884, - 0.11260443180799484, - 0.9820573925971985 - ] - ], - [ - 0.6000000238418579, - [ - 0.03448306769132614, - 0.17038963735103607, - 0.13460537791252136, - 0.9755304455757141 - ] - ], - [ - 0.6333333253860474, - [ - 0.037398241460323334, - 0.16931860148906708, - 0.10457891970872879, - 0.979283332824707 - ] - ], - [ - 0.6666666865348816, - [ - 0.03343065455555916, - 0.14497461915016174, - 0.034128133207559586, - 0.9882813692092896 - ] - ], - [ - 0.699999988079071, - [ - 0.024594493210315704, - 0.1149308979511261, - -0.06860104948282242, - 0.9906967878341675 - ] - ], - [ - 0.7333333492279053, - [ - 0.012479571625590324, - 0.09969571977853775, - -0.17913591861724854, - 0.978680431842804 - ] - ], - [ - 0.7666666507720947, - [ - 0.00031991361174732447, - 0.1073760986328125, - -0.2623293697834015, - 0.9589858055114746 - ] - ], - [ - 0.800000011920929, - [ - -0.009342620149254799, - 0.12382854521274567, - -0.29225432872772217, - 0.9482439756393433 - ] - ], - [ - 0.8333333134651184, - [ - -0.015289891511201859, - 0.13321027159690857, - -0.2696186602115631, - 0.9535865187644958 - ] - ], - [ - 0.8666666746139526, - [ - -0.016982128843665123, - 0.1335543543100357, - -0.21490953862667084, - 0.9673100709915161 - ] - ], - [ - 0.8999999761581421, - [ - -0.013813389465212822, - 0.13009695708751678, - -0.13685300946235657, - 0.9819141626358032 - ] - ], - [ - 0.9333333373069763, - [ - -0.00549627048894763, - 0.12904630601406097, - -0.04507790878415108, - 0.990598201751709 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068259765394032, - 0.13366873562335968, - 0.04204227030277252, - 0.9901103377342224 - ] - ], - [ - 1.0, - [ - 0.02037247270345688, - 0.14314739406108856, - 0.10372716188430786, - 0.9840399622917175 - ] - ], - [ - 1.0333333015441895, - [ - 0.031928133219480515, - 0.15084341168403625, - 0.1271120309829712, - 0.979831337928772 - ] - ], - [ - 1.0666667222976685, - [ - 0.039142876863479614, - 0.14927205443382263, - 0.10871829092502594, - 0.9820213913917542 - ] - ], - [ - 1.100000023841858, - [ - 0.040572620928287506, - 0.13846716284751892, - 0.05637659877538681, - 0.9879283308982849 - ] - ], - [ - 1.1333333253860474, - [ - 0.034026455134153366, - 0.12396973371505737, - -0.026844056323170662, - 0.9913391470909119 - ] - ], - [ - 1.1666666269302368, - [ - 0.022529391571879387, - 0.11403059214353561, - -0.12918706238269806, - 0.9847844243049622 - ] - ], - [ - 1.2000000476837158, - [ - 0.009856215678155422, - 0.11549296230077744, - -0.22437775135040283, - 0.9675841331481934 - ] - ], - [ - 1.2333333492279053, - [ - -0.0018233350710943341, - 0.1253170371055603, - -0.2885351777076721, - 0.9492311477661133 - ] - ], - [ - 1.2666666507720947, - [ - -0.010312399826943874, - 0.1351199448108673, - -0.3113439083099365, - 0.9405855536460876 - ] - ], - [ - 1.2999999523162842, - [ - -0.014043334871530533, - 0.138671413064003, - -0.27461862564086914, - 0.951397716999054 - ] - ], - [ - 1.3333333730697632, - [ - -0.01233414001762867, - 0.13375058770179749, - -0.17865678668022156, - 0.9747001528739929 - ] - ], - [ - 1.3666666746139526, - [ - -0.0061408705078065395, - 0.13064268231391907, - -0.052280325442552567, - 0.9900311827659607 - ] - ], - [ - 1.399999976158142, - [ - 0.0018258191412314773, - 0.14309515058994293, - 0.05298908054828644, - 0.9882878065109253 - ] - ], - [ - 1.4333332777023315, - [ - 0.007217181846499443, - 0.16098080575466156, - 0.0873728021979332, - 0.9830560088157654 - ] - ], - [ - 1.4666666984558105, - [ - 0.008057249709963799, - 0.1622370183467865, - 0.06062987819314003, - 0.9848544597625732 - ] - ], - [ - 1.5, - [ - 0.0044533987529575825, - 0.14659447968006134, - 0.010852927342057228, - 0.9891272187232971 - ] - ], - [ - 1.5333333015441895, - [ - -0.004244727082550526, - 0.11798915266990662, - -0.057882312685251236, - 0.9913173913955688 - ] - ], - [ - 1.5666667222976685, - [ - -0.016620485112071037, - 0.0876251608133316, - -0.14205923676490784, - 0.9858320355415344 - ] - ], - [ - 1.600000023841858, - [ - -0.031076515093445778, - 0.07122015208005905, - -0.22920943796634674, - 0.970270574092865 - ] - ], - [ - 1.6333333253860474, - [ - -0.044725026935338974, - 0.07511879503726959, - -0.30140727758407593, - 0.9494791626930237 - ] - ], - [ - 1.6666666269302368, - [ - -0.05593664199113846, - 0.09023597091436386, - -0.3458171486854553, - 0.9322763085365295 - ] - ], - [ - 1.7000000476837158, - [ - -0.0643932893872261, - 0.10354071110486984, - -0.35903313755989075, - 0.9253259301185608 - ] - ], - [ - 1.7333333492279053, - [ - -0.06999193131923676, - 0.11425300687551498, - -0.32349416613578796, - 0.9366957545280457 - ] - ], - [ - 1.7666666507720947, - [ - -0.07185456156730652, - 0.12511275708675385, - -0.2324891835451126, - 0.9618381857872009 - ] - ], - [ - 1.7999999523162842, - [ - -0.06837159395217896, - 0.1319236159324646, - -0.10663465410470963, - 0.9831330180168152 - ] - ], - [ - 1.8333333730697632, - [ - -0.06039675325155258, - 0.1351935714483261, - 0.00824799481779337, - 0.9889423251152039 - ] - ], - [ - 1.8666666746139526, - [ - -0.05228975787758827, - 0.13709662854671478, - 0.05938785523176193, - 0.9873921871185303 - ] - ], - [ - 1.899999976158142, - [ - -0.04659300670027733, - 0.13528572022914886, - 0.04098009318113327, - 0.9888617396354675 - ] - ], - [ - 1.9333332777023315, - [ - -0.044015802443027496, - 0.1300017088651657, - -0.014881927520036697, - 0.9904245138168335 - ] - ], - [ - 1.9666666984558105, - [ - -0.04753880575299263, - 0.12656190991401672, - -0.09958557039499283, - 0.985801637172699 - ] - ], - [ - 2.0, - [ - -0.05753770470619202, - 0.13083484768867493, - -0.1976151317358017, - 0.9698041677474976 - ] - ], - [ - 2.0333333015441895, - [ - -0.0697014331817627, - 0.13912948966026306, - -0.28464603424072266, - 0.9459182620048523 - ] - ], - [ - 2.066666603088379, - [ - -0.08050551265478134, - 0.14080177247524261, - -0.34296849370002747, - 0.9252385497093201 - ] - ], - [ - 2.0999999046325684, - [ - -0.08776679635047913, - 0.1346389502286911, - -0.3651161789894104, - 0.9169839024543762 - ] - ], - [ - 2.133333444595337, - [ - -0.09029223769903183, - 0.13550986349582672, - -0.3183262348175049, - 0.933891236782074 - ] - ], - [ - 2.1666667461395264, - [ - -0.0867827981710434, - 0.14320720732212067, - -0.19093166291713715, - 0.967215359210968 - ] - ], - [ - 2.200000047683716, - [ - -0.07554712146520615, - 0.13774238526821136, - -0.03427182883024216, - 0.9869878888130188 - ] - ], - [ - 2.2333333492279053, - [ - -0.061437178403139114, - 0.12642166018486023, - 0.053310904651880264, - 0.9886358976364136 - ] - ], - [ - 2.2666666507720947, - [ - -0.05088105797767639, - 0.12622129917144775, - 0.03738551586866379, - 0.9899907112121582 - ] - ], - [ - 2.299999952316284, - [ - -0.04480799660086632, - 0.1370212435722351, - -0.03400668874382973, - 0.9889697432518005 - ] - ], - [ - 2.3333332538604736, - [ - -0.04393419250845909, - 0.15807883441448212, - -0.13543105125427246, - 0.9771076440811157 - ] - ], - [ - 2.366666555404663, - [ - -0.04675215110182762, - 0.18134965002536774, - -0.23760060966014862, - 0.9531382322311401 - ] - ], - [ - 2.4000000953674316, - [ - -0.05132905766367912, - 0.20065109431743622, - -0.3099285662174225, - 0.9279272556304932 - ] - ], - [ - 2.433333396911621, - [ - -0.054865531623363495, - 0.212540403008461, - -0.33512210845947266, - 0.916247546672821 - ] - ], - [ - 2.4666666984558105, - [ - -0.05407409369945526, - 0.2119354009628296, - -0.3028503656387329, - 0.9275997281074524 - ] - ], - [ - 2.5, - [ - -0.04749983921647072, - 0.19741305708885193, - -0.22124426066875458, - 0.9538464546203613 - ] - ], - [ - 2.5333333015441895, - [ - -0.03516403213143349, - 0.16620850563049316, - -0.10021033883094788, - 0.9803550839424133 - ] - ], - [ - 2.566666603088379, - [ - -0.017719678580760956, - 0.1219085156917572, - 0.021421652287244797, - 0.9921519160270691 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010235706577077508, - 0.09875589609146118, - 0.07987257093191147, - 0.9919010400772095 - ] - ], - [ - 2.633333444595337, - [ - 0.008324655704200268, - 0.11509670317173004, - 0.02205291949212551, - 0.9930745959281921 - ] - ], - [ - 2.6666667461395264, - [ - 0.003343320684507489, - 0.15776395797729492, - -0.12515972554683685, - 0.979507327079773 - ] - ], - [ - 2.700000047683716, - [ - -0.0047871642746031284, - 0.20070360600948334, - -0.2680552005767822, - 0.9422534704208374 - ] - ], - [ - 2.7333333492279053, - [ - -0.010236408561468124, - 0.22227172553539276, - -0.3271237909793854, - 0.9184119701385498 - ] - ], - [ - 2.7666666507720947, - [ - -0.012205437757074833, - 0.22073881328105927, - -0.3036738336086273, - 0.9267726540565491 - ] - ], - [ - 2.799999952316284, - [ - -0.013050890527665615, - 0.1977728307247162, - -0.24158483743667603, - 0.9499222636222839 - ] - ], - [ - 2.8333332538604736, - [ - -0.014231424778699875, - 0.16431808471679688, - -0.1734401285648346, - 0.9709354043006897 - ] - ], - [ - 2.866666555404663, - [ - -0.016075383871793747, - 0.14554442465305328, - -0.140533447265625, - 0.9791879057884216 - ] - ], - [ - 2.9000000953674316, - [ - -0.01885821856558323, - 0.14835889637470245, - -0.15912386775016785, - 0.9758656620979309 - ] - ], - [ - 2.933333396911621, - [ - -0.021410975605249405, - 0.16133445501327515, - -0.2039138823747635, - 0.9653663039207458 - ] - ], - [ - 2.9666666984558105, - [ - -0.023580873385071754, - 0.17821988463401794, - -0.2572465240955353, - 0.9494765996932983 - ] - ], - [ - 3.0, - [ - -0.025643877685070038, - 0.19388696551322937, - -0.30564671754837036, - 0.9318424463272095 - ] - ], - [ - 3.0333333015441895, - [ - -0.027158163487911224, - 0.20206470787525177, - -0.34039947390556335, - 0.9179110527038574 - ] - ], - [ - 3.066666603088379, - [ - -0.028694909065961838, - 0.20123670995235443, - -0.3539496064186096, - 0.9129074811935425 - ] - ], - [ - 3.0999999046325684, - [ - -0.02970762550830841, - 0.1928400844335556, - -0.3350106179714203, - 0.9217907786369324 - ] - ], - [ - 3.133333444595337, - [ - -0.02892695926129818, - 0.18160589039325714, - -0.28234362602233887, - 0.941522479057312 - ] - ], - [ - 3.1666667461395264, - [ - -0.026005452498793602, - 0.16624008119106293, - -0.19748936593532562, - 0.9657566547393799 - ] - ], - [ - 3.200000047683716, - [ - -0.02092108689248562, - 0.14334024488925934, - -0.09468004107475281, - 0.9849119782447815 - ] - ], - [ - 3.2333333492279053, - [ - -0.014440487138926983, - 0.1268252283334732, - -0.009865953586995602, - 0.9917709827423096 - ] - ], - [ - 3.2666666507720947, - [ - -0.008974364958703518, - 0.12452053278684616, - 0.024156827479600906, - 0.99188232421875 - ] - ], - [ - 3.299999952316284, - [ - -0.008368426002562046, - 0.12429385632276535, - -0.0074027227237820625, - 0.9921826720237732 - ] - ], - [ - 3.3333332538604736, - [ - -0.015668543055653572, - 0.1210198849439621, - -0.09775959700345993, - 0.9877002239227295 - ] - ], - [ - 3.366666555404663, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292636908_204824.json b/lenses/physics-objects/Scene/assets/1646688292636908_204824.json deleted file mode 100644 index 8fe0a828..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292636908_204824.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292636908:204824", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292637885_204837.json b/lenses/physics-objects/Scene/assets/1646688292637885_204837.json deleted file mode 100644 index f124c417..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292637885_204837.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292637885:204837", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.575882911682129, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.0, - [ - 9.575882911682129, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292638072_204844.json b/lenses/physics-objects/Scene/assets/1646688292638072_204844.json deleted file mode 100644 index b92a4551..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292638072_204844.json +++ /dev/null @@ -1,1657 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292638072:204844", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01895872689783573, - 0.08508265018463135, - -0.0027416087687015533, - 0.9961897134780884 - ] - ], - [ - 0.03333333507180214, - [ - -0.01895872689783573, - 0.08508265018463135, - -0.0027416087687015533, - 0.9961897134780884 - ] - ], - [ - 0.06666667014360428, - [ - -0.02133713848888874, - 0.08577493578195572, - -0.003766434034332633, - 0.9960789084434509 - ] - ], - [ - 0.10000000149011612, - [ - -0.02374188043177128, - 0.08648461103439331, - -0.004717865493148565, - 0.9959591031074524 - ] - ], - [ - 0.13333334028720856, - [ - -0.026109810918569565, - 0.08720055222511292, - -0.0055716498754918575, - 0.9958329796791077 - ] - ], - [ - 0.1666666716337204, - [ - -0.028378555551171303, - 0.08791003376245499, - -0.006304706446826458, - 0.9957041144371033 - ] - ], - [ - 0.20000000298023224, - [ - -0.03048647567629814, - 0.08859836310148239, - -0.006895274389535189, - 0.9955769181251526 - ] - ], - [ - 0.23333333432674408, - [ - -0.03237253427505493, - 0.0892486423254013, - -0.007323023397475481, - 0.9954562187194824 - ] - ], - [ - 0.2666666805744171, - [ - -0.03397602587938309, - 0.08984171599149704, - -0.007569060195237398, - 0.9953476786613464 - ] - ], - [ - 0.30000001192092896, - [ - -0.035267628729343414, - 0.0903548076748848, - -0.007630079053342342, - 0.995255708694458 - ] - ], - [ - 0.3333333432674408, - [ - -0.03622525557875633, - 0.09076303988695145, - -0.007507748436182737, - 0.995185136795044 - ] - ], - [ - 0.36666667461395264, - [ - -0.03684110939502716, - 0.09104055911302567, - -0.007212268654257059, - 0.9951393604278564 - ] - ], - [ - 0.4000000059604645, - [ - -0.03715130686759949, - 0.09116014093160629, - -0.006775393150746822, - 0.9951199293136597 - ] - ], - [ - 0.4333333373069763, - [ - -0.037200894206762314, - 0.09104400873184204, - -0.0062237512320280075, - 0.995132327079773 - ] - ], - [ - 0.46666666865348816, - [ - -0.03705032914876938, - 0.09084164351224899, - -0.005689434707164764, - 0.9951596260070801 - ] - ], - [ - 0.5, - [ - -0.03673311695456505, - 0.09078614413738251, - -0.00531789381057024, - 0.9951785206794739 - ] - ], - [ - 0.5333333611488342, - [ - -0.03628493472933769, - 0.09081079810857773, - -0.005033664405345917, - 0.9951941967010498 - ] - ], - [ - 0.5666666626930237, - [ - -0.03574910759925842, - 0.09083649516105652, - -0.004737890791147947, - 0.9952126741409302 - ] - ], - [ - 0.6000000238418579, - [ - -0.03513670712709427, - 0.09086261689662933, - -0.004433803725987673, - 0.9952335357666016 - ] - ], - [ - 0.6333333253860474, - [ - -0.03445880860090256, - 0.090888611972332, - -0.004124668426811695, - 0.9952561855316162 - ] - ], - [ - 0.6666666865348816, - [ - -0.0337265208363533, - 0.0909140333533287, - -0.003813707735389471, - 0.9952802658081055 - ] - ], - [ - 0.699999988079071, - [ - -0.03295084461569786, - 0.09093835204839706, - -0.0035041619557887316, - 0.995305061340332 - ] - ], - [ - 0.7333333492279053, - [ - -0.03214293718338013, - 0.09096108376979828, - -0.0031992383301258087, - 0.9953304529190063 - ] - ], - [ - 0.7666666507720947, - [ - -0.03131387010216713, - 0.09098169952630997, - -0.0029021669179201126, - 0.9953559041023254 - ] - ], - [ - 0.800000011920929, - [ - -0.030474675819277763, - 0.09099961817264557, - -0.0026161582209169865, - 0.9953811168670654 - ] - ], - [ - 0.8333333134651184, - [ - -0.029636530205607414, - 0.09101419150829315, - -0.0023444052785634995, - 0.9954058527946472 - ] - ], - [ - 0.8666666746139526, - [ - -0.02881043031811714, - 0.09102469682693481, - -0.0020900550298392773, - 0.9954296946525574 - ] - ], - [ - 0.8999999761581421, - [ - -0.028007565066218376, - 0.0910303145647049, - -0.0018562756013125181, - 0.9954524636268616 - ] - ], - [ - 0.9333333373069763, - [ - -0.0272389966994524, - 0.09103019535541534, - -0.0016462430357933044, - 0.9954742789268494 - ] - ], - [ - 0.9666666388511658, - [ - -0.026515839621424675, - 0.0910232737660408, - -0.0014630877412855625, - 0.9954946041107178 - ] - ], - [ - 1.0, - [ - -0.025849223136901855, - 0.0910085141658783, - -0.0013099099742248654, - 0.9955137372016907 - ] - ], - [ - 1.0333333015441895, - [ - -0.02525026723742485, - 0.09098468720912933, - -0.0011898467782884836, - 0.995531439781189 - ] - ], - [ - 1.0666667222976685, - [ - -0.02473006770014763, - 0.09095053374767303, - -0.0011059887474402785, - 0.9955477118492126 - ] - ], - [ - 1.1333333253860474, - [ - -0.023984136059880257, - 0.09084553271532059, - -0.001065397053025663, - 0.9955756664276123 - ] - ], - [ - 1.2333333492279053, - [ - -0.023518836125731468, - 0.09059920907020569, - -0.0013714698143303394, - 0.9956087470054626 - ] - ], - [ - 1.2999999523162842, - [ - -0.023261012509465218, - 0.09038868546485901, - -0.0018111441750079393, - 0.9956332445144653 - ] - ], - [ - 1.3333333730697632, - [ - -0.02319437824189663, - 0.09024765342473984, - -0.0021280325017869473, - 0.9956469535827637 - ] - ], - [ - 1.399999976158142, - [ - -0.023224281147122383, - 0.08990518748760223, - -0.002800109563395381, - 0.9956755638122559 - ] - ], - [ - 1.4666666984558105, - [ - -0.023454925045371056, - 0.08949928730726242, - -0.0034273567143827677, - 0.9957047700881958 - ] - ], - [ - 1.5333333015441895, - [ - -0.023826686665415764, - 0.08904135972261429, - -0.003992669750005007, - 0.9957349896430969 - ] - ], - [ - 1.600000023841858, - [ - -0.024279875680804253, - 0.08854368329048157, - -0.00447962898761034, - 0.995766282081604 - ] - ], - [ - 1.6666666269302368, - [ - -0.024754725396633148, - 0.08801917731761932, - -0.004872298799455166, - 0.9957992434501648 - ] - ], - [ - 1.7000000476837158, - [ - -0.024981576949357986, - 0.08775094896554947, - -0.005028392653912306, - 0.9958164691925049 - ] - ], - [ - 1.7333333492279053, - [ - -0.02519138902425766, - 0.08748093247413635, - -0.005155074875801802, - 0.9958342909812927 - ] - ], - [ - 1.7666666507720947, - [ - -0.025376630946993828, - 0.08721079677343369, - -0.005250399000942707, - 0.9958527684211731 - ] - ], - [ - 1.7999999523162842, - [ - -0.025529803708195686, - 0.08694209158420563, - -0.005312430672347546, - 0.9958720207214355 - ] - ], - [ - 1.8666666746139526, - [ - -0.025709887966513634, - 0.08641541749238968, - -0.005328805185854435, - 0.9959131479263306 - ] - ], - [ - 1.9333332777023315, - [ - -0.0256714578717947, - 0.08591315150260925, - -0.005188446957617998, - 0.9959583282470703 - ] - ], - [ - 1.9666666984558105, - [ - -0.025551434606313705, - 0.08567479997873306, - -0.005054461769759655, - 0.9959826469421387 - ] - ], - [ - 2.0, - [ - -0.025354180485010147, - 0.08544676750898361, - -0.004875231999903917, - 0.9960081577301025 - ] - ], - [ - 2.0333333015441895, - [ - -0.025072144344449043, - 0.08523036539554596, - -0.004648666363209486, - 0.9960349202156067 - ] - ], - [ - 2.066666603088379, - [ - -0.024697810411453247, - 0.08502675592899323, - -0.004372655879706144, - 0.9960629343986511 - ] - ], - [ - 2.0999999046325684, - [ - -0.024223636835813522, - 0.08483709394931793, - -0.004045069683343172, - 0.9960921406745911 - ] - ], - [ - 2.133333444595337, - [ - -0.023626331239938736, - 0.08466268330812454, - -0.0036570210941135883, - 0.9961228370666504 - ] - ], - [ - 2.1666667461395264, - [ - -0.022889330983161926, - 0.08450452238321304, - -0.0032025189138948917, - 0.9961550235748291 - ] - ], - [ - 2.200000047683716, - [ - -0.021995972841978073, - 0.08436288684606552, - -0.002675294876098633, - 0.9961887001991272 - ] - ], - [ - 2.2333333492279053, - [ - -0.02091939002275467, - 0.08423798531293869, - -0.0020647651981562376, - 0.9962239265441895 - ] - ], - [ - 2.2666666507720947, - [ - -0.019642626866698265, - 0.08413461595773697, - -0.0013664719881489873, - 0.996259868144989 - ] - ], - [ - 2.299999952316284, - [ - -0.018157729879021645, - 0.08405029773712158, - -0.0005476128426380455, - 0.9962959289550781 - ] - ], - [ - 2.3333332538604736, - [ - -0.016486015170812607, - 0.08397401124238968, - 0.0004024585068691522, - 0.9963314533233643 - ] - ], - [ - 2.366666555404663, - [ - -0.014653125777840614, - 0.08390554040670395, - 0.0014028329169377685, - 0.9963650107383728 - ] - ], - [ - 2.4000000953674316, - [ - -0.012585245072841644, - 0.08385657519102097, - 0.0024106232449412346, - 0.996395468711853 - ] - ], - [ - 2.433333396911621, - [ - -0.010221857577562332, - 0.08383618295192719, - 0.0034376869443804026, - 0.996421217918396 - ] - ], - [ - 2.4666666984558105, - [ - -0.007604215294122696, - 0.08384547382593155, - 0.00447500217705965, - 0.9964396953582764 - ] - ], - [ - 2.5, - [ - -0.004773659165948629, - 0.0838858038187027, - 0.005513423588126898, - 0.9964486956596375 - ] - ], - [ - 2.5333333015441895, - [ - -0.001771697774529457, - 0.08395860344171524, - 0.0065436712466180325, - 0.9964461922645569 - ] - ], - [ - 2.566666603088379, - [ - 0.0013601022073999047, - 0.08406509459018707, - 0.007556254975497723, - 0.9964306950569153 - ] - ], - [ - 2.5999999046325684, - [ - 0.00458007026463747, - 0.08420611917972565, - 0.008541555143892765, - 0.9964012503623962 - ] - ], - [ - 2.633333444595337, - [ - 0.007846493273973465, - 0.08438189327716827, - 0.009489803574979305, - 0.9963573813438416 - ] - ], - [ - 2.6666667461395264, - [ - 0.011117455549538136, - 0.08459194749593735, - 0.010390988551080227, - 0.9962995648384094 - ] - ], - [ - 2.700000047683716, - [ - 0.01435110904276371, - 0.08483485877513885, - 0.011234947480261326, - 0.9962283372879028 - ] - ], - [ - 2.7333333492279053, - [ - 0.01750550977885723, - 0.08510830998420715, - 0.012011333368718624, - 0.9961456060409546 - ] - ], - [ - 2.7666666507720947, - [ - 0.020538683980703354, - 0.08540892601013184, - 0.012709591537714005, - 0.9960532784461975 - ] - ], - [ - 2.799999952316284, - [ - 0.023408694192767143, - 0.08573222160339355, - 0.013318981975317001, - 0.995954155921936 - ] - ], - [ - 2.8333332538604736, - [ - 0.026073571294546127, - 0.08607260882854462, - 0.013828675262629986, - 0.9958516359329224 - ] - ], - [ - 2.866666555404663, - [ - 0.02849135920405388, - 0.08642338216304779, - 0.014227689243853092, - 0.9957494735717773 - ] - ], - [ - 2.9000000953674316, - [ - 0.030620146542787552, - 0.08677675575017929, - 0.014505035243928432, - 0.9956515431404114 - ] - ], - [ - 2.933333396911621, - [ - 0.032368987798690796, - 0.08711443841457367, - 0.014639830216765404, - 0.9955647587776184 - ] - ], - [ - 2.9666666984558105, - [ - 0.03366302698850632, - 0.08741945773363113, - 0.014614651910960674, - 0.9954954981803894 - ] - ], - [ - 3.0, - [ - 0.03448731452226639, - 0.08768492937088013, - 0.014425059780478477, - 0.9954466819763184 - ] - ], - [ - 3.0333333015441895, - [ - 0.034838058054447174, - 0.08790324628353119, - 0.014071892015635967, - 0.9954201579093933 - ] - ], - [ - 3.066666603088379, - [ - 0.03470882028341293, - 0.08806765824556351, - 0.01355497632175684, - 0.9954174160957336 - ] - ], - [ - 3.0999999046325684, - [ - 0.03410486876964569, - 0.08817108720541, - 0.012879650108516216, - 0.9954380393028259 - ] - ], - [ - 3.133333444595337, - [ - 0.0330532006919384, - 0.08817318081855774, - 0.012083294801414013, - 0.9954832792282104 - ] - ], - [ - 3.1666667461395264, - [ - 0.03159744665026665, - 0.08823046833276749, - 0.01113410945981741, - 0.9955365657806396 - ] - ], - [ - 3.200000047683716, - [ - 0.02980179525911808, - 0.0885142982006073, - 0.01001353282481432, - 0.9955786466598511 - ] - ], - [ - 3.2333333492279053, - [ - 0.027706243097782135, - 0.0889129787683487, - 0.00880329217761755, - 0.9956150650978088 - ] - ], - [ - 3.2666666507720947, - [ - 0.025342553853988647, - 0.08932985365390778, - 0.007554949261248112, - 0.9956510663032532 - ] - ], - [ - 3.299999952316284, - [ - 0.022771980613470078, - 0.08975985646247864, - 0.006296848878264427, - 0.9956832528114319 - ] - ], - [ - 3.3333332538604736, - [ - 0.020055390894412994, - 0.09019854664802551, - 0.0050573283806443214, - 0.9957090020179749 - ] - ], - [ - 3.366666555404663, - [ - 0.017252953723073006, - 0.09064148366451263, - 0.0038641958963125944, - 0.9957266449928284 - ] - ], - [ - 3.4000000953674316, - [ - 0.014424164779484272, - 0.09108365327119827, - 0.002744309138506651, - 0.9957351088523865 - ] - ], - [ - 3.433333396911621, - [ - 0.011627886444330215, - 0.09151892364025116, - 0.0017233509570360184, - 0.9957339763641357 - ] - ], - [ - 3.4666666984558105, - [ - 0.008922154083848, - 0.09193965047597885, - 0.0008255130960606039, - 0.9957242608070374 - ] - ], - [ - 3.5, - [ - 0.0063643669709563255, - 0.09233632683753967, - 7.350125815719366e-05, - 0.995707631111145 - ] - ], - [ - 3.5333333015441895, - [ - 0.004011404234915972, - 0.09269716590642929, - -0.0005116721731610596, - 0.9956862330436707 - ] - ], - [ - 3.566666603088379, - [ - 0.001919751986861229, - 0.09300809353590012, - -0.0009105014614760876, - 0.9956631064414978 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010019998444477096, - 0.09325037151575089, - -0.001122153946198523, - 0.9956420660018921 - ] - ], - [ - 3.633333444595337, - [ - -0.0014288421953096986, - 0.09340525418519974, - -0.0011482445988804102, - 0.9956265091896057 - ] - ], - [ - 3.6666667461395264, - [ - -0.002641465747728944, - 0.09345592558383942, - -0.0009953699773177505, - 0.9956194162368774 - ] - ], - [ - 3.700000047683716, - [ - -0.003557097166776657, - 0.09338439255952835, - -0.0006927072536200285, - 0.9956236481666565 - ] - ], - [ - 3.7333333492279053, - [ - -0.00420520082116127, - 0.09312577545642853, - -0.00025696223019622266, - 0.9956454634666443 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046312748454511166, - 0.09282247722148895, - 0.0001793599221855402, - 0.9956718683242798 - ] - ], - [ - 3.799999952316284, - [ - -0.0048534865491092205, - 0.09269215166568756, - 0.0004625205765478313, - 0.9956828951835632 - ] - ], - [ - 3.9000000953674316, - [ - -0.0046372259967029095, - 0.09264454245567322, - 0.0011232825927436352, - 0.9956878423690796 - ] - ], - [ - 3.933333396911621, - [ - -0.0043981047347188, - 0.09264595061540604, - 0.0013605363201349974, - 0.9956884980201721 - ] - ], - [ - 3.9666666984558105, - [ - -0.004099376033991575, - 0.09265279024839401, - 0.0016002294141799212, - 0.9956887364387512 - ] - ], - [ - 4.0333333015441895, - [ - -0.003368855221197009, - 0.09267686307430267, - 0.002074130577966571, - 0.9956883788108826 - ] - ], - [ - 4.066666603088379, - [ - -0.0029599377885460854, - 0.09269124269485474, - 0.002301957691088319, - 0.9956878423690796 - ] - ], - [ - 4.099999904632568, - [ - -0.0025371673982590437, - 0.09270529448986053, - 0.002519447123631835, - 0.9956871867179871 - ] - ], - [ - 4.166666507720947, - [ - -0.0016958441119641066, - 0.09272649884223938, - 0.002910552779212594, - 0.9956859350204468 - ] - ], - [ - 4.199999809265137, - [ - -0.001300188829191029, - 0.09273063391447067, - 0.003077820176258683, - 0.9956856369972229 - ] - ], - [ - 4.233333110809326, - [ - -0.0009364745346829295, - 0.09272836893796921, - 0.0032219651620835066, - 0.9956858158111572 - ] - ], - [ - 4.300000190734863, - [ - -0.0003507077053654939, - 0.09269796311855316, - 0.0034282116685062647, - 0.9956883192062378 - ] - ], - [ - 4.366666793823242, - [ - -3.0275055905804038e-05, - 0.09262137115001678, - 0.003503975458443165, - 0.9956952333450317 - ] - ], - [ - 4.400000095367432, - [ - 1.7435393147025025e-06, - 0.09256115555763245, - 0.003485040972009301, - 0.9957008957862854 - ] - ], - [ - 4.433333396911621, - [ - -8.046867151279002e-05, - 0.0924840196967125, - 0.003417819272726774, - 0.9957082867622375 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029835436725988984, - 0.09238813072443008, - 0.0032945917919278145, - 0.9957175850868225 - ] - ], - [ - 4.5, - [ - -0.0006717513897456229, - 0.0922713503241539, - 0.0031085056252777576, - 0.9957288503646851 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012274375185370445, - 0.09213155508041382, - 0.0028496289160102606, - 0.9957420229911804 - ] - ], - [ - 4.566666603088379, - [ - -0.00198486540466547, - 0.09196631610393524, - 0.0025101385544985533, - 0.995756983757019 - ] - ], - [ - 4.599999904632568, - [ - -0.0029574441723525524, - 0.09176173806190491, - 0.0020758858881890774, - 0.9957744479179382 - ] - ], - [ - 4.633333206176758, - [ - -0.00414150208234787, - 0.09150824695825577, - 0.0015475237742066383, - 0.9957945942878723 - ] - ], - [ - 4.666666507720947, - [ - -0.0055311801843345165, - 0.09121191501617432, - 0.0009692366002127528, - 0.9958156943321228 - ] - ], - [ - 4.699999809265137, - [ - -0.007117558736354113, - 0.0908791646361351, - 0.00037599573261104524, - 0.9958364367485046 - ] - ], - [ - 4.733333110809326, - [ - -0.008879330940544605, - 0.09051460027694702, - -0.00022813653049524873, - 0.9958555102348328 - ] - ], - [ - 4.766666889190674, - [ - -0.010795243084430695, - 0.09012299031019211, - -0.0008391652372665703, - 0.9958717823028564 - ] - ], - [ - 4.800000190734863, - [ - -0.012843863107264042, - 0.08970911055803299, - -0.001453135977499187, - 0.9958842396736145 - ] - ], - [ - 4.833333492279053, - [ - -0.01500383485108614, - 0.0892777219414711, - -0.002066178247332573, - 0.9958916306495667 - ] - ], - [ - 4.866666793823242, - [ - -0.01725376397371292, - 0.08883349597454071, - -0.0026744427159428596, - 0.9958934783935547 - ] - ], - [ - 4.900000095367432, - [ - -0.019586892798542976, - 0.08837928622961044, - -0.0032765280921012163, - 0.995888888835907 - ] - ], - [ - 4.933333396911621, - [ - -0.021997423842549324, - 0.08791787177324295, - -0.003871236927807331, - 0.9958773851394653 - ] - ], - [ - 4.9666666984558105, - [ - -0.024465173482894897, - 0.08745353668928146, - -0.0044549196027219296, - 0.9958581924438477 - ] - ], - [ - 5.0, - [ - -0.026969999074935913, - 0.08699040114879608, - -0.005023954901844263, - 0.9958314299583435 - ] - ], - [ - 5.0333333015441895, - [ - -0.029491567984223366, - 0.08653225749731064, - -0.005574524402618408, - 0.9957968592643738 - ] - ], - [ - 5.066666603088379, - [ - -0.03200966492295265, - 0.08608262985944748, - -0.006102803163230419, - 0.9957549571990967 - ] - ], - [ - 5.099999904632568, - [ - -0.03450394421815872, - 0.0856446921825409, - -0.0066047534346580505, - 0.9957062005996704 - ] - ], - [ - 5.133333206176758, - [ - -0.03695407137274742, - 0.08522127568721771, - -0.00707631278783083, - 0.9956514835357666 - ] - ], - [ - 5.166666507720947, - [ - -0.03933968394994736, - 0.0848148837685585, - -0.007513155695050955, - 0.9955914616584778 - ] - ], - [ - 5.199999809265137, - [ - -0.04164036363363266, - 0.0844276025891304, - -0.00791084486991167, - 0.9955277442932129 - ] - ], - [ - 5.233333110809326, - [ - -0.043835707008838654, - 0.0840611681342125, - -0.008264773525297642, - 0.995461642742157 - ] - ], - [ - 5.266666889190674, - [ - -0.04590532183647156, - 0.0837169885635376, - -0.008570151403546333, - 0.995394766330719 - ] - ], - [ - 5.300000190734863, - [ - -0.04782867431640625, - 0.08339603990316391, - -0.008822036907076836, - 0.995328962802887 - ] - ], - [ - 5.333333492279053, - [ - -0.04958539456129074, - 0.08309893310070038, - -0.009015302173793316, - 0.9952660799026489 - ] - ], - [ - 5.366666793823242, - [ - -0.05115503817796707, - 0.08282609283924103, - -0.009144688956439495, - 0.995208203792572 - ] - ], - [ - 5.400000095367432, - [ - -0.05251714959740639, - 0.08257747441530228, - -0.009204803965985775, - 0.9951573610305786 - ] - ], - [ - 5.433333396911621, - [ - -0.053635574877262115, - 0.08235357701778412, - -0.00918363593518734, - 0.9951164722442627 - ] - ], - [ - 5.4666666984558105, - [ - -0.05448098108172417, - 0.08215425163507462, - -0.009071952663362026, - 0.9950880408287048 - ] - ], - [ - 5.5, - [ - -0.05502371862530708, - 0.0819786787033081, - -0.008860227651894093, - 0.9950745701789856 - ] - ], - [ - 5.5333333015441895, - [ - -0.05522415041923523, - 0.08182608336210251, - -0.008534777909517288, - 0.9950788617134094 - ] - ], - [ - 5.566666603088379, - [ - -0.05505277216434479, - 0.08170173317193985, - -0.008087158203125, - 0.9951024055480957 - ] - ], - [ - 5.599999904632568, - [ - -0.05448905751109123, - 0.08159341663122177, - -0.007480759173631668, - 0.9951469898223877 - ] - ], - [ - 5.633333206176758, - [ - -0.053541574627161026, - 0.08148045837879181, - -0.006702095735818148, - 0.9952132105827332 - ] - ], - [ - 5.666666507720947, - [ - -0.052223172038793564, - 0.08136017620563507, - -0.005828703287988901, - 0.9952986836433411 - ] - ], - [ - 5.699999809265137, - [ - -0.05055279657244682, - 0.08123455196619034, - -0.0049219997599720955, - 0.9954000115394592 - ] - ], - [ - 5.733333110809326, - [ - -0.048570264130830765, - 0.08110616356134415, - -0.003991182893514633, - 0.9955133199691772 - ] - ], - [ - 5.766666889190674, - [ - -0.04631533473730087, - 0.08097835630178452, - -0.003045522142201662, - 0.9956345558166504 - ] - ], - [ - 5.800000190734863, - [ - -0.04382803663611412, - 0.08085495233535767, - -0.002094338880851865, - 0.9957596063613892 - ] - ], - [ - 5.833333492279053, - [ - -0.041148386895656586, - 0.08074009418487549, - -0.001146961934864521, - 0.995884895324707 - ] - ], - [ - 5.866666793823242, - [ - -0.03831647336483002, - 0.08063776046037674, - -0.0002127702464349568, - 0.9960067272186279 - ] - ], - [ - 5.900000095367432, - [ - -0.03537265211343765, - 0.0805518850684166, - 0.0006988677778281271, - 0.996122419834137 - ] - ], - [ - 5.933333396911621, - [ - -0.03235727921128273, - 0.0804857686161995, - 0.0015785713912919164, - 0.9962291717529297 - ] - ], - [ - 5.9666666984558105, - [ - -0.029310911893844604, - 0.08044224232435226, - 0.0024168374948203564, - 0.9963253140449524 - ] - ], - [ - 6.0, - [ - -0.026274224743247032, - 0.08042334765195847, - 0.003204195760190487, - 0.9964092969894409 - ] - ], - [ - 6.0333333015441895, - [ - -0.023287909105420113, - 0.0804302915930748, - 0.003931000828742981, - 0.996480405330658 - ] - ], - [ - 6.066666603088379, - [ - -0.020392807200551033, - 0.08046329766511917, - 0.004587613511830568, - 0.9965384006500244 - ] - ], - [ - 6.099999904632568, - [ - -0.017629750072956085, - 0.08052162826061249, - 0.00516424048691988, - 0.9965835809707642 - ] - ], - [ - 6.133333206176758, - [ - -0.015039677731692791, - 0.08060348778963089, - 0.005650985985994339, - 0.996616780757904 - ] - ], - [ - 6.166666507720947, - [ - -0.012663525529205799, - 0.08070600032806396, - 0.0060378918424248695, - 0.9966393113136292 - ] - ], - [ - 6.199999809265137, - [ - -0.010542167350649834, - 0.08082523941993713, - 0.006314931437373161, - 0.9966525435447693 - ] - ], - [ - 6.233333110809326, - [ - -0.008716561831533909, - 0.08095629513263702, - 0.006472039967775345, - 0.9966586232185364 - ] - ], - [ - 6.266666889190674, - [ - -0.007227517198771238, - 0.08109323680400848, - 0.006499213166534901, - 0.9966592192649841 - ] - ], - [ - 6.300000190734863, - [ - -0.00611282791942358, - 0.08122920989990234, - 0.006387661676853895, - 0.9966562390327454 - ] - ], - [ - 6.333333492279053, - [ - -0.0053990981541574, - 0.08135625720024109, - 0.006133316084742546, - 0.9966515898704529 - ] - ], - [ - 6.366666793823242, - [ - -0.0051160650327801704, - 0.08146653324365616, - 0.00573075283318758, - 0.9966464638710022 - ] - ], - [ - 6.400000095367432, - [ - -0.005280434153974056, - 0.08155171573162079, - 0.0051800645887851715, - 0.9966417551040649 - ] - ], - [ - 6.433333396911621, - [ - -0.005886287894099951, - 0.08156675100326538, - 0.0045061372220516205, - 0.9966403245925903 - ] - ], - [ - 6.4666666984558105, - [ - -0.006910952273756266, - 0.08167118579149246, - 0.003677402390167117, - 0.9966285824775696 - ] - ], - [ - 6.5, - [ - -0.00831203255802393, - 0.082037553191185, - 0.00268033379688859, - 0.9965909719467163 - ] - ], - [ - 6.5333333015441895, - [ - -0.01004024688154459, - 0.0825541540980339, - 0.0015985056525096297, - 0.9965348243713379 - ] - ], - [ - 6.566666603088379, - [ - -0.012035438790917397, - 0.08312629163265228, - 0.0004893498262390494, - 0.9964662194252014 - ] - ], - [ - 6.599999904632568, - [ - -0.014230916276574135, - 0.08374446630477905, - -0.0006211894797161222, - 0.9963854551315308 - ] - ], - [ - 6.633333206176758, - [ - -0.016560500487685204, - 0.08439963310956955, - -0.001706858049146831, - 0.9962928891181946 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292638260_204851.json b/lenses/physics-objects/Scene/assets/1646688292638260_204851.json deleted file mode 100644 index 30381422..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292638260_204851.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292638260:204851", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292639169_204864.json b/lenses/physics-objects/Scene/assets/1646688292639169_204864.json deleted file mode 100644 index f50fff04..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292639169_204864.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292639169:204864", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.553865432739258, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.516985893249512, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.53985595703125, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.565011978149414, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.597023010253906, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.619304656982422, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.623650550842285, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.601207733154297, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.55942153930664, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.524786949157715, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.50200366973877, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.496315956115723, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.538057327270508, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.598652839660645, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.639669418334961, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.640617370605469, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.61189079284668, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.573261260986328, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.5413818359375, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.516599655151367, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.512616157531738, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.49271011352539, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.502063751220703, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.554906845092773, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.622943878173828, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.64108657836914, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.605814933776855, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.56783676147461, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.539546012878418, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.524419784545898, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.501428604125977, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.498147010803223, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.550149917602539, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.612875938415527, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.64502239227295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.639372825622559, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.6177339553833, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.598592758178711, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.542119026184082, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.519347190856934, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.499715805053711, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.499611854553223, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.530952453613281, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.583107948303223, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.620355606079102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.608108520507813, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.534847259521484, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.532946586608887, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.510798454284668, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.484917640686035, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.515936851501465, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.591869354248047, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.64522933959961, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.637738227844238, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.550990104675293, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.54073429107666, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.518181800842285, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.48934268951416, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.513679504394531, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.578484535217285, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.603503227233887, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.553128242492676, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.52788257598877, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.542855262756348, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.580657958984375, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.622655868530273, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.65269947052002, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.654348373413086, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.62044620513916, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.573064804077148, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.550338745117188, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.540590286254883, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.511821746826172, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.488606452941895, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.498825073242188, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292639361_204871.json b/lenses/physics-objects/Scene/assets/1646688292639361_204871.json deleted file mode 100644 index c1c1a445..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292639361_204871.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292639361:204871", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ], - [ - 0.03333333507180214, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ], - [ - 0.06666667014360428, - [ - -0.03707399219274521, - 0.11093902587890625, - -0.08981166779994965, - 0.9890661835670471 - ] - ], - [ - 0.10000000149011612, - [ - -0.037207793444395065, - 0.11224464327096939, - -0.14699245989322662, - 0.9820438623428345 - ] - ], - [ - 0.13333334028720856, - [ - -0.03301084414124489, - 0.10344686359167099, - -0.09734562784433365, - 0.9893093109130859 - ] - ], - [ - 0.1666666716337204, - [ - -0.02727172151207924, - 0.08414438366889954, - -0.03630782663822174, - 0.99541836977005 - ] - ], - [ - 0.20000000298023224, - [ - -0.0220300555229187, - 0.0685621052980423, - 0.012967508286237717, - 0.9973192811012268 - ] - ], - [ - 0.23333333432674408, - [ - -0.01880757138133049, - 0.06846759468317032, - 0.030892420560121536, - 0.9969976544380188 - ] - ], - [ - 0.2666666805744171, - [ - -0.016613857820630074, - 0.08019749075174332, - 0.014503025449812412, - 0.9965350031852722 - ] - ], - [ - 0.30000001192092896, - [ - -0.015433638356626034, - 0.09028197079896927, - -0.0055261049419641495, - 0.9957813024520874 - ] - ], - [ - 0.3333333432674408, - [ - -0.014984585344791412, - 0.09734275937080383, - -0.024902500212192535, - 0.9948264956474304 - ] - ], - [ - 0.36666667461395264, - [ - -0.014210449531674385, - 0.10301884263753891, - -0.046259086579084396, - 0.9935015439987183 - ] - ], - [ - 0.4000000059604645, - [ - -0.0132218599319458, - 0.10692303627729416, - -0.0687701478600502, - 0.9917980432510376 - ] - ], - [ - 0.4333333373069763, - [ - -0.010853980667889118, - 0.11001035571098328, - -0.09346435964107513, - 0.9894667863845825 - ] - ], - [ - 0.46666666865348816, - [ - -0.005799728445708752, - 0.11290180683135986, - -0.11562146991491318, - 0.9868391156196594 - ] - ], - [ - 0.5, - [ - 0.002520787762477994, - 0.10607113689184189, - -0.07537874579429626, - 0.9914941191673279 - ] - ], - [ - 0.5333333611488342, - [ - 0.013714466243982315, - 0.08626803010702133, - 0.03962869942188263, - 0.9953890442848206 - ] - ], - [ - 0.5666666626930237, - [ - 0.025285452604293823, - 0.07801821827888489, - 0.1733541488647461, - 0.9814388155937195 - ] - ], - [ - 0.6000000238418579, - [ - 0.03372430428862572, - 0.10424527525901794, - 0.2788486182689667, - 0.9540646076202393 - ] - ], - [ - 0.6333333253860474, - [ - 0.035808999091386795, - 0.14890040457248688, - 0.311970591545105, - 0.937667727470398 - ] - ], - [ - 0.6666666865348816, - [ - 0.031990572810173035, - 0.1739567518234253, - 0.27267375588417053, - 0.9457085728645325 - ] - ], - [ - 0.699999988079071, - [ - 0.02393021434545517, - 0.17126530408859253, - 0.20228341221809387, - 0.9639382362365723 - ] - ], - [ - 0.7333333492279053, - [ - 0.01252440270036459, - 0.14660826325416565, - 0.11679001152515411, - 0.9821961522102356 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033101887675002217, - 0.12093468010425568, - 0.027636494487524033, - 0.9922756552696228 - ] - ], - [ - 0.800000011920929, - [ - -0.009780527092516422, - 0.10872592031955719, - -0.05149071663618088, - 0.9926891326904297 - ] - ], - [ - 0.8333333134651184, - [ - -0.01583835296332836, - 0.1092277318239212, - -0.10993479937314987, - 0.987791895866394 - ] - ], - [ - 0.8666666746139526, - [ - -0.017280323430895805, - 0.1129455640912056, - -0.13457165658473969, - 0.9842942357063293 - ] - ], - [ - 0.8999999761581421, - [ - -0.013887367211282253, - 0.11154104769229889, - -0.11338600516319275, - 0.9871724247932434 - ] - ], - [ - 0.9333333373069763, - [ - -0.005510506685823202, - 0.10319723933935165, - -0.054305095225572586, - 0.9931620955467224 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068631405010819435, - 0.08953153342008591, - 0.030255548655986786, - 0.9955006837844849 - ] - ], - [ - 1.0, - [ - 0.020474594086408615, - 0.07890032976865768, - 0.12365365773439407, - 0.9889719486236572 - ] - ], - [ - 1.0333333015441895, - [ - 0.03172248974442482, - 0.08281879872083664, - 0.210696741938591, - 0.9735202193260193 - ] - ], - [ - 1.0666667222976685, - [ - 0.03805122897028923, - 0.10498909652233124, - 0.2760516405105591, - 0.954633355140686 - ] - ], - [ - 1.100000023841858, - [ - 0.038752418011426926, - 0.13248148560523987, - 0.3009236454963684, - 0.9436057806015015 - ] - ], - [ - 1.1333333253860474, - [ - 0.032716453075408936, - 0.14779354631900787, - 0.2618196904659271, - 0.9531722664833069 - ] - ], - [ - 1.1666666269302368, - [ - 0.022309154272079468, - 0.14456215500831604, - 0.16635452210903168, - 0.9751565456390381 - ] - ], - [ - 1.2000000476837158, - [ - 0.010087081231176853, - 0.13111726939678192, - 0.046026043593883514, - 0.9902464747428894 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019022963242605329, - 0.12226885557174683, - -0.06546454131603241, - 0.9903338551521301 - ] - ], - [ - 1.2666666507720947, - [ - -0.01077168807387352, - 0.1213393285870552, - -0.14107158780097961, - 0.9824762344360352 - ] - ], - [ - 1.2999999523162842, - [ - -0.014440617524087429, - 0.12345670163631439, - -0.16569890081882477, - 0.9783117175102234 - ] - ], - [ - 1.3333333730697632, - [ - -0.012461269274353981, - 0.11912363022565842, - -0.12622091174125671, - 0.9847450256347656 - ] - ], - [ - 1.3666666746139526, - [ - -0.006165125407278538, - 0.10256115347146988, - -0.03903913125395775, - 0.9939412474632263 - ] - ], - [ - 1.399999976158142, - [ - 0.0018364659044891596, - 0.08330253511667252, - 0.07015054672956467, - 0.9940505027770996 - ] - ], - [ - 1.4333332777023315, - [ - 0.0071967970579862595, - 0.08814793080091476, - 0.17671051621437073, - 0.9802813529968262 - ] - ], - [ - 1.4666666984558105, - [ - 0.007850824855268002, - 0.12988802790641785, - 0.2493906468153, - 0.9596206545829773 - ] - ], - [ - 1.5, - [ - 0.0042742472141981125, - 0.17686863243579865, - 0.2597326636314392, - 0.9493356347084045 - ] - ], - [ - 1.5333333015441895, - [ - -0.004103255458176136, - 0.19318820536136627, - 0.21062691509723663, - 0.9582786560058594 - ] - ], - [ - 1.5666667222976685, - [ - -0.016448603942990303, - 0.17467357218265533, - 0.13173018395900726, - 0.9756361842155457 - ] - ], - [ - 1.600000023841858, - [ - -0.031683143228292465, - 0.13782215118408203, - 0.03825783357024193, - 0.9892106056213379 - ] - ], - [ - 1.6333333253860474, - [ - -0.04670403152704239, - 0.10670427978038788, - -0.058121662586927414, - 0.9914911985397339 - ] - ], - [ - 1.6666666269302368, - [ - -0.05903676152229309, - 0.0936531275510788, - -0.1399947553873062, - 0.9839437007904053 - ] - ], - [ - 1.7000000476837158, - [ - -0.06778648495674133, - 0.09535348415374756, - -0.19356773793697357, - 0.974086344242096 - ] - ], - [ - 1.7333333492279053, - [ - -0.07241517305374146, - 0.10237246006727219, - -0.21230411529541016, - 0.9691249132156372 - ] - ], - [ - 1.7666666507720947, - [ - -0.07287126779556274, - 0.10908310115337372, - -0.17690147459506989, - 0.9754469394683838 - ] - ], - [ - 1.7999999523162842, - [ - -0.06866858154535294, - 0.1095820814371109, - -0.09116394072771072, - 0.9874034523963928 - ] - ], - [ - 1.8333333730697632, - [ - -0.060643814504146576, - 0.10012805461883545, - 0.01651577092707157, - 0.9929873943328857 - ] - ], - [ - 1.8666666746139526, - [ - -0.052293550223112106, - 0.08933921903371811, - 0.11916196346282959, - 0.9874635934829712 - ] - ], - [ - 1.899999976158142, - [ - -0.04594894126057625, - 0.0919775441288948, - 0.1960316151380539, - 0.9751926064491272 - ] - ], - [ - 1.9333332777023315, - [ - -0.043014418333768845, - 0.10369693487882614, - 0.22490563988685608, - 0.9678916335105896 - ] - ], - [ - 1.9666666984558105, - [ - -0.047017473727464676, - 0.1070859432220459, - 0.18898826837539673, - 0.9749900698661804 - ] - ], - [ - 2.0, - [ - -0.05860394984483719, - 0.10153156518936157, - 0.10274116694927216, - 0.9877758622169495 - ] - ], - [ - 2.0333333015441895, - [ - -0.07312268018722534, - 0.09905669838190079, - -0.009406156837940216, - 0.992347002029419 - ] - ], - [ - 2.066666603088379, - [ - -0.0856187716126442, - 0.10330341011285782, - -0.11719243228435516, - 0.9840039610862732 - ] - ], - [ - 2.0999999046325684, - [ - -0.09282359480857849, - 0.11062360554933548, - -0.1964770257472992, - 0.9698159694671631 - ] - ], - [ - 2.133333444595337, - [ - -0.09290271997451782, - 0.11922189593315125, - -0.23204413056373596, - 0.9608905911445618 - ] - ], - [ - 2.1666667461395264, - [ - -0.08702529221773148, - 0.12697122991085052, - -0.18858888745307922, - 0.9699170589447021 - ] - ], - [ - 2.200000047683716, - [ - -0.07559483498334885, - 0.11836760491132736, - -0.06999628245830536, - 0.9876108765602112 - ] - ], - [ - 2.2333333492279053, - [ - -0.06161125749349594, - 0.08495424687862396, - 0.0777105763554573, - 0.9914373159408569 - ] - ], - [ - 2.2666666507720947, - [ - -0.0502302385866642, - 0.05230266973376274, - 0.19892717897891998, - 0.9773277640342712 - ] - ], - [ - 2.299999952316284, - [ - -0.0438566617667675, - 0.04661623761057854, - 0.2427644282579422, - 0.9679715633392334 - ] - ], - [ - 2.3333332538604736, - [ - -0.04394099488854408, - 0.06211806833744049, - 0.19793714582920074, - 0.9772571921348572 - ] - ], - [ - 2.366666555404663, - [ - -0.048573870211839676, - 0.08235128223896027, - 0.10104523599147797, - 0.990277111530304 - ] - ], - [ - 2.4000000953674316, - [ - -0.05493349954485893, - 0.10304291546344757, - -0.011885580606758595, - 0.9930877089500427 - ] - ], - [ - 2.433333396911621, - [ - -0.058897390961647034, - 0.12884145975112915, - -0.11182281374931335, - 0.9835785031318665 - ] - ], - [ - 2.4666666984558105, - [ - -0.056428756564855576, - 0.1587154120206833, - -0.18605102598667145, - 0.967992901802063 - ] - ], - [ - 2.5, - [ - -0.047662731260061264, - 0.1840382069349289, - -0.2185996174812317, - 0.9571167230606079 - ] - ], - [ - 2.5333333015441895, - [ - -0.034952424466609955, - 0.16916924715042114, - -0.14351996779441833, - 0.9744547605514526 - ] - ], - [ - 2.566666603088379, - [ - -0.017766578122973442, - 0.09928756952285767, - 0.015625253319740295, - 0.9947774410247803 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010170494351768866, - 0.02806359902024269, - 0.1653355211019516, - 0.9858381152153015 - ] - ], - [ - 2.633333444595337, - [ - 0.008147312328219414, - 0.016396965831518173, - 0.23458923399448395, - 0.9719221591949463 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033643923234194517, - 0.060315780341625214, - 0.15746836364269257, - 0.9856746196746826 - ] - ], - [ - 2.700000047683716, - [ - -0.00504656694829464, - 0.11418040841817856, - -0.016479918733239174, - 0.9933105111122131 - ] - ], - [ - 2.7333333492279053, - [ - -0.010820851661264896, - 0.15902303159236908, - -0.17901331186294556, - 0.9708496332168579 - ] - ], - [ - 2.7666666507720947, - [ - -0.012585834600031376, - 0.17866931855678558, - -0.23375406861305237, - 0.9556557536125183 - ] - ], - [ - 2.799999952316284, - [ - -0.013301190920174122, - 0.16049160063266754, - -0.1917562633752823, - 0.9681400060653687 - ] - ], - [ - 2.8333332538604736, - [ - -0.014385633170604706, - 0.12971343100070953, - -0.14039327204227448, - 0.9814566969871521 - ] - ], - [ - 2.866666555404663, - [ - -0.01624615117907524, - 0.103752501308918, - -0.0983957052230835, - 0.9895907044410706 - ] - ], - [ - 2.9000000953674316, - [ - -0.019162330776453018, - 0.09600656479597092, - -0.08450581133365631, - 0.9916020035743713 - ] - ], - [ - 2.933333396911621, - [ - -0.02193121798336506, - 0.10564073175191879, - -0.10290636122226715, - 0.9888222217559814 - ] - ], - [ - 2.9666666984558105, - [ - -0.024461423978209496, - 0.11678154766559601, - -0.12519481778144836, - 0.984931468963623 - ] - ], - [ - 3.0, - [ - -0.026988757774233818, - 0.1272684931755066, - -0.14587217569351196, - 0.980711817741394 - ] - ], - [ - 3.0333333015441895, - [ - -0.028866250067949295, - 0.13747859001159668, - -0.16848856210708618, - 0.9756424427032471 - ] - ], - [ - 3.066666603088379, - [ - -0.030488459393382072, - 0.14577007293701172, - -0.19231264293193817, - 0.9699677228927612 - ] - ], - [ - 3.0999999046325684, - [ - -0.03105364739894867, - 0.1535024791955948, - -0.21687187254428864, - 0.9635555148124695 - ] - ], - [ - 3.133333444595337, - [ - -0.02941131219267845, - 0.1631612926721573, - -0.2368849515914917, - 0.9572872519493103 - ] - ], - [ - 3.1666667461395264, - [ - -0.026046548038721085, - 0.15866434574127197, - -0.19624896347522736, - 0.9672815203666687 - ] - ], - [ - 3.200000047683716, - [ - -0.020987728610634804, - 0.12765835225582123, - -0.08380483835935593, - 0.9880483746528625 - ] - ], - [ - 3.2333333492279053, - [ - -0.014482112601399422, - 0.09091423451900482, - 0.04731105640530586, - 0.9946288466453552 - ] - ], - [ - 3.2666666507720947, - [ - -0.00891219824552536, - 0.07842452079057693, - 0.153377965092659, - 0.9850103259086609 - ] - ], - [ - 3.299999952316284, - [ - -0.008240181021392345, - 0.09366647154092789, - 0.19150185585021973, - 0.9769778847694397 - ] - ], - [ - 3.3333332538604736, - [ - -0.017010433599352837, - 0.1066332757472992, - 0.16257253289222717, - 0.9807702898979187 - ] - ], - [ - 3.366666555404663, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292639545_204878.json b/lenses/physics-objects/Scene/assets/1646688292639545_204878.json deleted file mode 100644 index 16d7bff4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292639545_204878.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292639545:204878", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292640443_204891.json b/lenses/physics-objects/Scene/assets/1646688292640443_204891.json deleted file mode 100644 index 11066ec0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292640443_204891.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292640443:204891", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.58010196685791, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 9.579046249389648, - -7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292640635_204898.json b/lenses/physics-objects/Scene/assets/1646688292640635_204898.json deleted file mode 100644 index 986d4ca4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292640635_204898.json +++ /dev/null @@ -1,1747 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292640635:204898", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019021643325686455, - 0.021640852093696594, - 0.013318146578967571, - 0.9994961023330688 - ] - ], - [ - 0.03333333507180214, - [ - -0.019021643325686455, - 0.021640852093696594, - 0.013318146578967571, - 0.9994961023330688 - ] - ], - [ - 0.06666667014360428, - [ - -0.021408768370747566, - 0.023449981585144997, - 0.011944863013923168, - 0.999424397945404 - ] - ], - [ - 0.10000000149011612, - [ - -0.023822428658604622, - 0.025440141558647156, - 0.010445252060890198, - 0.9993379712104797 - ] - ], - [ - 0.13333334028720856, - [ - -0.02619907446205616, - 0.027559880167245865, - 0.008866315707564354, - 0.9992374181747437 - ] - ], - [ - 0.1666666716337204, - [ - -0.028476055711507797, - 0.029757197946310043, - 0.007254496682435274, - 0.9991251230239868 - ] - ], - [ - 0.20000000298023224, - [ - -0.03059142827987671, - 0.03197913616895676, - 0.005655241198837757, - 0.9990042448043823 - ] - ], - [ - 0.23333333432674408, - [ - -0.032483842223882675, - 0.034171685576438904, - 0.00411268649622798, - 0.9988794922828674 - ] - ], - [ - 0.2666666805744171, - [ - -0.03409236669540405, - 0.03627967834472656, - 0.0026691872626543045, - 0.9987564086914063 - ] - ], - [ - 0.30000001192092896, - [ - -0.0353875569999218, - 0.03824687749147415, - 0.0013616844080388546, - 0.9986405968666077 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634727746248245, - 0.040015410631895065, - 0.00022348332277033478, - 0.9985377192497253 - ] - ], - [ - 0.36666667461395264, - [ - -0.03696378692984581, - 0.041527159512043, - -0.0007165170391090214, - 0.9984531402587891 - ] - ], - [ - 0.4000000059604645, - [ - -0.037273384630680084, - 0.042723435908555984, - -0.0014374158345162868, - 0.9983903765678406 - ] - ], - [ - 0.4333333373069763, - [ - -0.03732125461101532, - 0.043542053550481796, - -0.001921141054481268, - 0.9983524084091187 - ] - ], - [ - 0.46666666865348816, - [ - -0.03716859221458435, - 0.04401151463389397, - -0.002175254048779607, - 0.9983370900154114 - ] - ], - [ - 0.5, - [ - -0.03684980049729347, - 0.044175487011671066, - -0.002207617275416851, - 0.9983415007591248 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640028461813927, - 0.044171255081892014, - -0.002083175117149949, - 0.998358428478241 - ] - ], - [ - 0.5666666626930237, - [ - -0.03586279973387718, - 0.044162310659885406, - -0.00188412144780159, - 0.9983786940574646 - ] - ], - [ - 0.6000000238418579, - [ - -0.035248544067144394, - 0.044147927314043045, - -0.0016175223281607032, - 0.9984017610549927 - ] - ], - [ - 0.6333333253860474, - [ - -0.034568581730127335, - 0.04412749782204628, - -0.0012904269387945533, - 0.9984267950057983 - ] - ], - [ - 0.6666666865348816, - [ - -0.03383402153849602, - 0.04410038888454437, - -0.0009099108283407986, - 0.9984536170959473 - ] - ], - [ - 0.699999988079071, - [ - -0.033056002110242844, - 0.044066112488508224, - -0.00048300172784365714, - 0.9984814524650574 - ] - ], - [ - 0.7333333492279053, - [ - -0.03224559128284454, - 0.04402414709329605, - -1.6777386917965487e-05, - 0.99850994348526 - ] - ], - [ - 0.7666666507720947, - [ - -0.03141394630074501, - 0.04397398978471756, - 0.000481721042888239, - 0.9985385537147522 - ] - ], - [ - 0.800000011920929, - [ - -0.030572213232517242, - 0.04391516000032425, - 0.0010054836748167872, - 0.9985668659210205 - ] - ], - [ - 0.8333333134651184, - [ - -0.02973143942654133, - 0.04384717345237732, - 0.0015474653337150812, - 0.9985946416854858 - ] - ], - [ - 0.8666666746139526, - [ - -0.028902804479002953, - 0.043769463896751404, - 0.0021006271708756685, - 0.9986212849617004 - ] - ], - [ - 0.8999999761581421, - [ - -0.02809743769466877, - 0.043681513518095016, - 0.002657968085259199, - 0.9986467957496643 - ] - ], - [ - 0.9333333373069763, - [ - -0.027326464653015137, - 0.04358268529176712, - 0.003212481737136841, - 0.9986708760261536 - ] - ], - [ - 0.9666666388511658, - [ - -0.026601040735840797, - 0.04347236081957817, - 0.00375719484873116, - 0.9986933469772339 - ] - ], - [ - 1.0, - [ - -0.025932323187589645, - 0.04334981366991997, - 0.004285071045160294, - 0.9987141489982605 - ] - ], - [ - 1.0333333015441895, - [ - -0.025331441313028336, - 0.04321431741118431, - 0.004789162892848253, - 0.9987331628799438 - ] - ], - [ - 1.0666667222976685, - [ - -0.024809623137116432, - 0.043065015226602554, - 0.0052624852396547794, - 0.9987503290176392 - ] - ], - [ - 1.100000023841858, - [ - -0.024377960711717606, - 0.04290101304650307, - 0.005698060151189566, - 0.9987655878067017 - ] - ], - [ - 1.1333333253860474, - [ - -0.024061264470219612, - 0.042721617966890335, - 0.006087203044444323, - 0.9987787008285522 - ] - ], - [ - 1.1666666269302368, - [ - -0.023880790919065475, - 0.04252605140209198, - 0.00642164284363389, - 0.9987892508506775 - ] - ], - [ - 1.2000000476837158, - [ - -0.02374929003417492, - 0.04229801520705223, - 0.006746468599885702, - 0.9988000392913818 - ] - ], - [ - 1.2666666507720947, - [ - -0.023447781801223755, - 0.04170260205864906, - 0.007475016172975302, - 0.9988270401954651 - ] - ], - [ - 1.2999999523162842, - [ - -0.023335961624979973, - 0.04133604094386101, - 0.007851245813071728, - 0.9988418817520142 - ] - ], - [ - 1.3333333730697632, - [ - -0.023269139230251312, - 0.04092264175415039, - 0.008220630697906017, - 0.9988574981689453 - ] - ], - [ - 1.3666666746139526, - [ - -0.023255299776792526, - 0.0404585599899292, - 0.008562525734305382, - 0.9988739490509033 - ] - ], - [ - 1.399999976158142, - [ - -0.023299280554056168, - 0.03994099795818329, - 0.008862835355103016, - 0.9988910555839539 - ] - ], - [ - 1.4333332777023315, - [ - -0.02339361049234867, - 0.03937317058444023, - 0.009124855510890484, - 0.9989091157913208 - ] - ], - [ - 1.4666666984558105, - [ - -0.023530833423137665, - 0.038758400827646255, - 0.009351840242743492, - 0.9989278316497803 - ] - ], - [ - 1.5, - [ - -0.023703457787632942, - 0.0380999892950058, - 0.009546902030706406, - 0.9989471435546875 - ] - ], - [ - 1.5333333015441895, - [ - -0.02390400879085064, - 0.03740144520998001, - 0.009713079780340195, - 0.998967170715332 - ] - ], - [ - 1.5666667222976685, - [ - -0.0241249967366457, - 0.03666623681783676, - 0.009853302501142025, - 0.9989877343177795 - ] - ], - [ - 1.600000023841858, - [ - -0.024358926340937614, - 0.03589800000190735, - 0.009970446117222309, - 0.9990088939666748 - ] - ], - [ - 1.6333333253860474, - [ - -0.024598293006420135, - 0.0351002961397171, - 0.010067332535982132, - 0.9990302920341492 - ] - ], - [ - 1.6666666269302368, - [ - -0.02483559027314186, - 0.03427685797214508, - 0.010146661661565304, - 0.9990522265434265 - ] - ], - [ - 1.7000000476837158, - [ - -0.02506331540644169, - 0.03343142569065094, - 0.010211160406470299, - 0.9990746378898621 - ] - ], - [ - 1.7333333492279053, - [ - -0.025273898616433144, - 0.03256775066256523, - 0.010263456031680107, - 0.9990972280502319 - ] - ], - [ - 1.7666666507720947, - [ - -0.025459878146648407, - 0.03168964013457298, - 0.010306143201887608, - 0.99912029504776 - ] - ], - [ - 1.7999999523162842, - [ - -0.025613680481910706, - 0.030800990760326385, - 0.010341817513108253, - 0.9991438984870911 - ] - ], - [ - 1.8333333730697632, - [ - -0.02572772279381752, - 0.029905587434768677, - 0.010373019613325596, - 0.9991677403450012 - ] - ], - [ - 1.8666666746139526, - [ - -0.025794537737965584, - 0.02900736965239048, - 0.010402300395071507, - 0.9991921782493591 - ] - ], - [ - 1.899999976158142, - [ - -0.025806499645113945, - 0.028110230341553688, - 0.010432220064103603, - 0.9992172122001648 - ] - ], - [ - 1.9333332777023315, - [ - -0.02575608529150486, - 0.027218066155910492, - 0.010465294122695923, - 0.9992428421974182 - ] - ], - [ - 1.9666666984558105, - [ - -0.0256357379257679, - 0.02633478119969368, - 0.01050407625734806, - 0.9992693066596985 - ] - ], - [ - 2.0, - [ - -0.025437869131565094, - 0.025464298203587532, - 0.01055115181952715, - 0.9992964267730713 - ] - ], - [ - 2.0333333015441895, - [ - -0.025154944509267807, - 0.024610504508018494, - 0.010609142482280731, - 0.9993242621421814 - ] - ], - [ - 2.066666603088379, - [ - -0.024779390543699265, - 0.0237773098051548, - 0.010680665262043476, - 0.9993530511856079 - ] - ], - [ - 2.0999999046325684, - [ - -0.024303657934069633, - 0.022968554869294167, - 0.010768418200314045, - 0.999382734298706 - ] - ], - [ - 2.133333444595337, - [ - -0.023704349994659424, - 0.022187616676092148, - 0.0108761852607131, - 0.9994136095046997 - ] - ], - [ - 2.1666667461395264, - [ - -0.022964950650930405, - 0.021437933668494225, - 0.011007240042090416, - 0.9994457960128784 - ] - ], - [ - 2.200000047683716, - [ - -0.022068632766604424, - 0.020722487941384315, - 0.011164890602231026, - 0.9994794130325317 - ] - ], - [ - 2.2333333492279053, - [ - -0.020988453179597855, - 0.020043740049004555, - 0.01135308388620615, - 0.9995144009590149 - ] - ], - [ - 2.2666666507720947, - [ - -0.019707491621375084, - 0.01940503530204296, - 0.011575015261769295, - 0.999550461769104 - ] - ], - [ - 2.299999952316284, - [ - -0.018217703327536583, - 0.018806064501404762, - 0.011841955594718456, - 0.9995869994163513 - ] - ], - [ - 2.3333332538604736, - [ - -0.01654047705233097, - 0.018247002735733986, - 0.012160477228462696, - 0.9996228218078613 - ] - ], - [ - 2.366666555404663, - [ - -0.01470151636749506, - 0.0177253820002079, - 0.012563219293951988, - 0.9996559619903564 - ] - ], - [ - 2.4000000953674316, - [ - -0.01262680534273386, - 0.017223745584487915, - 0.013124549761414528, - 0.9996857643127441 - ] - ], - [ - 2.433333396911621, - [ - -0.010255598463118076, - 0.016730593517422676, - 0.013878685422241688, - 0.9997110962867737 - ] - ], - [ - 2.4666666984558105, - [ - -0.007629309315234423, - 0.016248207539319992, - 0.014806327410042286, - 0.999729335308075 - ] - ], - [ - 2.5, - [ - -0.004789412021636963, - 0.015779683366417885, - 0.015887975692749023, - 0.9997377991676331 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017775427550077438, - 0.0153285451233387, - 0.01710396073758602, - 0.99973464012146 - ] - ], - [ - 2.566666603088379, - [ - 0.0013645896688103676, - 0.014898591674864292, - 0.018434524536132813, - 0.9997182488441467 - ] - ], - [ - 2.5999999046325684, - [ - 0.00459517166018486, - 0.014493701048195362, - 0.01985974609851837, - 0.999687135219574 - ] - ], - [ - 2.633333444595337, - [ - 0.007872352376580238, - 0.014117695391178131, - 0.02135959453880787, - 0.9996411800384521 - ] - ], - [ - 2.6666667461395264, - [ - 0.011154060252010822, - 0.013774193823337555, - 0.022913943976163864, - 0.9995803236961365 - ] - ], - [ - 2.700000047683716, - [ - 0.014398299157619476, - 0.013466468080878258, - 0.024502595886588097, - 0.999505341053009 - ] - ], - [ - 2.7333333492279053, - [ - 0.017562996596097946, - 0.013197344727814198, - 0.026105323806405067, - 0.999417781829834 - ] - ], - [ - 2.7666666507720947, - [ - 0.020606037229299545, - 0.012969116680324078, - 0.02770192362368107, - 0.9993196725845337 - ] - ], - [ - 2.799999952316284, - [ - 0.02348531223833561, - 0.012783465906977654, - 0.029272234067320824, - 0.9992138743400574 - ] - ], - [ - 2.8333332538604736, - [ - 0.026158679276704788, - 0.012641418725252151, - 0.030796052888035774, - 0.9991034865379333 - ] - ], - [ - 2.866666555404663, - [ - 0.028584111481904984, - 0.012543329037725925, - 0.032253410667181015, - 0.9989922642707825 - ] - ], - [ - 2.9000000953674316, - [ - 0.030719563364982605, - 0.012488809414207935, - 0.03362433612346649, - 0.9988842606544495 - ] - ], - [ - 2.933333396911621, - [ - 0.032473716884851456, - 0.012478707358241081, - 0.03486359119415283, - 0.9987863898277283 - ] - ], - [ - 2.9666666984558105, - [ - 0.03377152979373932, - 0.012511779554188251, - 0.0359344407916069, - 0.9987050890922546 - ] - ], - [ - 3.0, - [ - 0.034598078578710556, - 0.012583666481077671, - 0.036829911172389984, - 0.9986432790756226 - ] - ], - [ - 3.0333333015441895, - [ - 0.03494943678379059, - 0.012688578106462955, - 0.03754332289099693, - 0.9986030459403992 - ] - ], - [ - 3.066666603088379, - [ - 0.034819286316633224, - 0.012821563519537449, - 0.03806784003973007, - 0.9985860586166382 - ] - ], - [ - 3.0999999046325684, - [ - 0.03421290963888168, - 0.012976340018212795, - 0.03839695826172829, - 0.9985924959182739 - ] - ], - [ - 3.133333444595337, - [ - 0.0331573560833931, - 0.013142668642103672, - 0.0385257750749588, - 0.998620867729187 - ] - ], - [ - 3.1666667461395264, - [ - 0.03169688209891319, - 0.013377774506807327, - 0.038418836891651154, - 0.9986693859100342 - ] - ], - [ - 3.200000047683716, - [ - 0.029896246269345284, - 0.013730264268815517, - 0.03805086016654968, - 0.9987341165542603 - ] - ], - [ - 3.2333333492279053, - [ - 0.027795184403657913, - 0.01432320661842823, - 0.037387315183877945, - 0.9988115429878235 - ] - ], - [ - 3.2666666507720947, - [ - 0.02542513608932495, - 0.015263499692082405, - 0.03641271963715553, - 0.9988968372344971 - ] - ], - [ - 3.299999952316284, - [ - 0.02284747175872326, - 0.016503579914569855, - 0.03516928479075432, - 0.9989839792251587 - ] - ], - [ - 3.3333332538604736, - [ - 0.020123016089200974, - 0.017997220158576965, - 0.0337008461356163, - 0.9990672469139099 - ] - ], - [ - 3.366666555404663, - [ - 0.017312120646238327, - 0.019698796793818474, - 0.03205246850848198, - 0.9991421699523926 - ] - ], - [ - 3.4000000953674316, - [ - 0.014474410563707352, - 0.021562788635492325, - 0.030269818380475044, - 0.9992043375968933 - ] - ], - [ - 3.433333396911621, - [ - 0.011668951250612736, - 0.02354314737021923, - 0.02839895524084568, - 0.9992512464523315 - ] - ], - [ - 3.4666666984558105, - [ - 0.008954020217061043, - 0.02559303119778633, - 0.026485612615942955, - 0.9992814064025879 - ] - ], - [ - 3.5, - [ - 0.006387294735759497, - 0.0276644304394722, - 0.02457481063902378, - 0.9992947578430176 - ] - ], - [ - 3.5333333015441895, - [ - 0.004025925882160664, - 0.02970794402062893, - 0.02271060086786747, - 0.9992924928665161 - ] - ], - [ - 3.566666603088379, - [ - 0.0019267192110419273, - 0.031672678887844086, - 0.020935554057359695, - 0.9992771744728088 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010056317842099816, - 0.033508915454149246, - 0.01928034797310829, - 0.999252438545227 - ] - ], - [ - 3.633333444595337, - [ - -0.0014340007910504937, - 0.03516450151801109, - 0.017779862508177757, - 0.9992223381996155 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026509391609579325, - 0.0365854874253273, - 0.016475560143589973, - 0.9991912841796875 - ] - ], - [ - 3.700000047683716, - [ - -0.003569743363186717, - 0.03771866112947464, - 0.015401041135191917, - 0.9991633296012878 - ] - ], - [ - 3.7333333492279053, - [ - -0.004219968803226948, - 0.03850710391998291, - 0.014587346464395523, - 0.9991429448127747 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046473597176373005, - 0.038975950330495834, - 0.014029156416654587, - 0.9991308450698853 - ] - ], - [ - 3.799999952316284, - [ - -0.004870274104177952, - 0.03916259855031967, - 0.013718889094889164, - 0.9991267919540405 - ] - ], - [ - 3.933333396911621, - [ - -0.004413279704749584, - 0.03928247094154358, - 0.01371463481336832, - 0.99912428855896 - ] - ], - [ - 3.9666666984558105, - [ - -0.004113508854061365, - 0.03930872306227684, - 0.013876930810511112, - 0.9991222620010376 - ] - ], - [ - 4.0, - [ - -0.0037654126062989235, - 0.039331354200839996, - 0.014088700525462627, - 0.9991198182106018 - ] - ], - [ - 4.066666603088379, - [ - -0.002970121568068862, - 0.03936157375574112, - 0.01463181059807539, - 0.9991135001182556 - ] - ], - [ - 4.099999904632568, - [ - -0.00254588620737195, - 0.03936714679002762, - 0.014948702417314053, - 0.9991097450256348 - ] - ], - [ - 4.133333206176758, - [ - -0.0021192380227148533, - 0.03936504200100899, - 0.015286273322999477, - 0.9991058111190796 - ] - ], - [ - 4.166666507720947, - [ - -0.0017016613855957985, - 0.03935428336262703, - 0.015637295320630074, - 0.9991015195846558 - ] - ], - [ - 4.199999809265137, - [ - -0.0013046438107267022, - 0.039333902299404144, - 0.015994567424058914, - 0.9990972280502319 - ] - ], - [ - 4.233333110809326, - [ - -0.0009396782843396068, - 0.039302878081798553, - 0.01635098271071911, - 0.9990931153297424 - ] - ], - [ - 4.266666889190674, - [ - -0.0006182663491927087, - 0.03926018998026848, - 0.016699358820915222, - 0.9990893006324768 - ] - ], - [ - 4.300000190734863, - [ - -0.00035190387279726565, - 0.039204757660627365, - 0.01703255996108055, - 0.9990859627723694 - ] - ], - [ - 4.333333492279053, - [ - -0.0001521047088317573, - 0.03913550823926926, - 0.017343446612358093, - 0.999083399772644 - ] - ], - [ - 4.400000095367432, - [ - 1.7493598534201737e-06, - 0.03895092010498047, - 0.017869824543595314, - 0.9990814328193665 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029936322243884206, - 0.03869953006505966, - 0.01821562647819519, - 0.9990848302841187 - ] - ], - [ - 4.5, - [ - -0.0006740177632309496, - 0.038546688854694366, - 0.018300289288163185, - 0.9990890026092529 - ] - ], - [ - 4.5333333015441895, - [ - -0.001231570029631257, - 0.038374628871679306, - 0.018314529210329056, - 0.9990948438644409 - ] - ], - [ - 4.566666603088379, - [ - -0.001991534372791648, - 0.038182295858860016, - 0.018250569701194763, - 0.9991021156311035 - ] - ], - [ - 4.599999904632568, - [ - -0.0029673492535948753, - 0.037964850664138794, - 0.018100643530488014, - 0.9991108179092407 - ] - ], - [ - 4.633333206176758, - [ - -0.004155328497290611, - 0.03771773725748062, - 0.01786084845662117, - 0.9991201758384705 - ] - ], - [ - 4.666666507720947, - [ - -0.005549590568989515, - 0.037432629615068436, - 0.017516039311885834, - 0.9991303086280823 - ] - ], - [ - 4.699999809265137, - [ - -0.007141164503991604, - 0.03710365295410156, - 0.017057694494724274, - 0.9991403222084045 - ] - ], - [ - 4.733333110809326, - [ - -0.008908693678677082, - 0.03673335909843445, - 0.016495564952492714, - 0.9991492629051208 - ] - ], - [ - 4.766666889190674, - [ - -0.010830825194716454, - 0.03632451966404915, - 0.015839243307709694, - 0.9991558194160461 - ] - ], - [ - 4.800000190734863, - [ - -0.012886079959571362, - 0.03588016703724861, - 0.01509832963347435, - 0.9991589188575745 - ] - ], - [ - 4.833333492279053, - [ - -0.01505303755402565, - 0.03540336713194847, - 0.01428243238478899, - 0.9991576671600342 - ] - ], - [ - 4.866666793823242, - [ - -0.017310181632637978, - 0.03489729017019272, - 0.013401149772107601, - 0.9991511106491089 - ] - ], - [ - 4.900000095367432, - [ - -0.01965080387890339, - 0.034366361796855927, - 0.012456679716706276, - 0.9991385340690613 - ] - ], - [ - 4.933333396911621, - [ - -0.022068995982408524, - 0.03381521627306938, - 0.011450705118477345, - 0.9991188049316406 - ] - ], - [ - 4.9666666984558105, - [ - -0.0245446115732193, - 0.03324735164642334, - 0.010392215102910995, - 0.9990916848182678 - ] - ], - [ - 5.0, - [ - -0.027057316154241562, - 0.03266622871160507, - 0.009290284477174282, - 0.9990568161010742 - ] - ], - [ - 5.0333333015441895, - [ - -0.02958683855831623, - 0.03207528591156006, - 0.008154037408530712, - 0.9990142583847046 - ] - ], - [ - 5.066666603088379, - [ - -0.03211277723312378, - 0.03147781640291214, - 0.006992698647081852, - 0.9989640712738037 - ] - ], - [ - 5.099999904632568, - [ - -0.03461482375860214, - 0.03087703138589859, - 0.0058155665174126625, - 0.9989067316055298 - ] - ], - [ - 5.133333206176758, - [ - -0.03707251325249672, - 0.030275983735919, - 0.004632102325558662, - 0.9988431930541992 - ] - ], - [ - 5.166666507720947, - [ - -0.03946540877223015, - 0.0296775009483099, - 0.003451766213402152, - 0.9987741708755493 - ] - ], - [ - 5.199999809265137, - [ - -0.04177306592464447, - 0.02908431738615036, - 0.0022841605823487043, - 0.9987010955810547 - ] - ], - [ - 5.233333110809326, - [ - -0.043974995613098145, - 0.028498873114585876, - 0.0011389517458155751, - 0.9986253976821899 - ] - ], - [ - 5.266666889190674, - [ - -0.04605074226856232, - 0.027923356741666794, - 2.5851817554212175e-05, - 0.9985488653182983 - ] - ], - [ - 5.300000190734863, - [ - -0.04797976464033127, - 0.027359841391444206, - -0.0010452369460836053, - 0.9984729886054993 - ] - ], - [ - 5.333333492279053, - [ - -0.049741536378860474, - 0.026810137555003166, - -0.002064520725980401, - 0.998400092124939 - ] - ], - [ - 5.366666793823242, - [ - -0.05131561681628227, - 0.026275647804141045, - -0.0030220241751521826, - 0.9983322024345398 - ] - ], - [ - 5.400000095367432, - [ - -0.052681438624858856, - 0.025757765397429466, - -0.003907767590135336, - 0.9982715845108032 - ] - ], - [ - 5.433333396911621, - [ - -0.05380283668637276, - 0.025257674977183342, - -0.004710542969405651, - 0.9982209801673889 - ] - ], - [ - 5.4666666984558105, - [ - -0.05465039238333702, - 0.024776525795459747, - -0.005419659893959761, - 0.9981834888458252 - ] - ], - [ - 5.5, - [ - -0.05519433692097664, - 0.024314695969223976, - -0.0060244095511734486, - 0.9981613755226135 - ] - ], - [ - 5.5333333015441895, - [ - -0.05539499595761299, - 0.02387252449989319, - -0.0065134018659591675, - 0.9981578588485718 - ] - ], - [ - 5.566666603088379, - [ - -0.05522271990776062, - 0.023450717329978943, - -0.00687604071572423, - 0.9981749653816223 - ] - ], - [ - 5.599999904632568, - [ - -0.05465700477361679, - 0.02304181642830372, - -0.007094674278050661, - 0.9982141852378845 - ] - ], - [ - 5.633333206176758, - [ - -0.05370626598596573, - 0.022638004273176193, - -0.007156951352953911, - 0.9982745051383972 - ] - ], - [ - 5.666666507720947, - [ - -0.05238349735736847, - 0.02222551964223385, - -0.0070253475569188595, - 0.998354971408844 - ] - ], - [ - 5.699999809265137, - [ - -0.05070780590176582, - 0.021791545674204826, - -0.006675671320408583, - 0.9984534382820129 - ] - ], - [ - 5.733333110809326, - [ - -0.048719123005867004, - 0.021338265389204025, - -0.006126235704869032, - 0.9985657930374146 - ] - ], - [ - 5.766666889190674, - [ - -0.04645732790231705, - 0.020868893712759018, - -0.005395303014665842, - 0.9986876845359802 - ] - ], - [ - 5.800000190734863, - [ - -0.043962474912405014, - 0.02038753032684326, - -0.004501226358115673, - 0.9988150000572205 - ] - ], - [ - 5.833333492279053, - [ - -0.04127470776438713, - 0.019898857921361923, - -0.003462414490059018, - 0.9989436864852905 - ] - ], - [ - 5.866666793823242, - [ - -0.038434289395809174, - 0.01940806210041046, - -0.0022973152808845043, - 0.9990699887275696 - ] - ], - [ - 5.900000095367432, - [ - -0.03548155352473259, - 0.01892043650150299, - -0.0010246525052934885, - 0.9991906881332397 - ] - ], - [ - 5.933333396911621, - [ - -0.032457076013088226, - 0.01844155788421631, - 0.00033681007334962487, - 0.9993029236793518 - ] - ], - [ - 5.9666666984558105, - [ - -0.0294015035033226, - 0.017976835370063782, - 0.001768037909641862, - 0.9994045495986938 - ] - ], - [ - 6.0, - [ - -0.026355557143688202, - 0.017531506717205048, - 0.0032498647924512625, - 0.9994937181472778 - ] - ], - [ - 6.0333333015441895, - [ - -0.023360097780823708, - 0.01711050048470497, - 0.004762995056807995, - 0.9995693564414978 - ] - ], - [ - 6.066666603088379, - [ - -0.020456083118915558, - 0.016718367114663124, - 0.006287856493145227, - 0.9996312856674194 - ] - ], - [ - 6.099999904632568, - [ - -0.017684511840343475, - 0.0163591131567955, - 0.007804833352565765, - 0.9996793270111084 - ] - ], - [ - 6.133333206176758, - [ - -0.01508642453700304, - 0.016036169603466988, - 0.009294193238019943, - 0.9997144937515259 - ] - ], - [ - 6.166666507720947, - [ - -0.012702877633273602, - 0.015752356499433517, - 0.010736081749200821, - 0.9997376799583435 - ] - ], - [ - 6.199999809265137, - [ - -0.01057493593543768, - 0.01550980843603611, - 0.012110613286495209, - 0.9997504353523254 - ] - ], - [ - 6.233333110809326, - [ - -0.008743636310100555, - 0.015309981070458889, - 0.013397840782999992, - 0.999754786491394 - ] - ], - [ - 6.266666889190674, - [ - -0.007249942049384117, - 0.015153617598116398, - 0.014577756635844707, - 0.9997526407241821 - ] - ], - [ - 6.300000190734863, - [ - -0.006131771951913834, - 0.015040663070976734, - 0.015630580484867096, - 0.9997459053993225 - ] - ], - [ - 6.333333492279053, - [ - -0.005415806081146002, - 0.014969781041145325, - 0.016536910086870193, - 0.9997365474700928 - ] - ], - [ - 6.366666793823242, - [ - -0.005131865385919809, - 0.014939742162823677, - 0.017277264967560768, - 0.9997260570526123 - ] - ], - [ - 6.400000095367432, - [ - -0.00529671274125576, - 0.01494811475276947, - 0.01783268339931965, - 0.9997153282165527 - ] - ], - [ - 6.433333396911621, - [ - -0.005904377903789282, - 0.014989087358117104, - 0.018185704946517944, - 0.9997048377990723 - ] - ], - [ - 6.4666666984558105, - [ - -0.006932200863957405, - 0.015129413455724716, - 0.01829843409359455, - 0.9996940493583679 - ] - ], - [ - 6.5, - [ - -0.008337809704244137, - 0.01542515680193901, - 0.018142255023121834, - 0.9996816515922546 - ] - ], - [ - 6.5333333015441895, - [ - -0.01007178146392107, - 0.016001999378204346, - 0.0176873579621315, - 0.9996647834777832 - ] - ], - [ - 6.566666603088379, - [ - -0.012073768302798271, - 0.016964666545391083, - 0.016932928934693336, - 0.9996398091316223 - ] - ], - [ - 6.599999904632568, - [ - -0.014276883564889431, - 0.018259862437844276, - 0.015922708436846733, - 0.9996045231819153 - ] - ], - [ - 6.633333206176758, - [ - -0.016614750027656555, - 0.019835691899061203, - 0.014702211134135723, - 0.9995571970939636 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292640829_204905.json b/lenses/physics-objects/Scene/assets/1646688292640829_204905.json deleted file mode 100644 index 89dc5f15..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292640829_204905.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292640829:204905", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292641743_204918.json b/lenses/physics-objects/Scene/assets/1646688292641743_204918.json deleted file mode 100644 index 3a7e307d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292641743_204918.json +++ /dev/null @@ -1,714 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292641743:204918", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.567887306213379, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.506635665893555, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.529809951782227, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.541194915771484, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.568730354309082, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.603951454162598, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.625950813293457, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.624031066894531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.591117858886719, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.538434982299805, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.499600410461426, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.519328117370605, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.492247581481934, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.444025993347168, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.444892883300781, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.50741195678711, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.578399658203125, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.629369735717773, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.648723602294922, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.617981910705566, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.556904792785645, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.511614799499512, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.507383346557617, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.476591110229492, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.45022964477539, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.463083267211914, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.526504516601563, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.60649585723877, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.646435737609863, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.62099552154541, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.557557106018066, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.506091117858887, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.524685859680176, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.491326332092285, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.446561813354492, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.455565452575684, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.52065658569336, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.595331192016602, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.644957542419434, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.654411315917969, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.614656448364258, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.555549621582031, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.510244369506836, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.51600170135498, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.474693298339844, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.497838973999023, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.61350154876709, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.637391090393066, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.60690975189209, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.548190116882324, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.496773719787598, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.490172386169434, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.51523208618164, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.514755249023438, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.480086326599121, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.486446380615234, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.567814826965332, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.64223575592041, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.64592170715332, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.58635139465332, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.513065338134766, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.481240272521973, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.500441551208496, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.510437965393066, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.486956596374512, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.486401557922363, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.566596984863281, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.618412971496582, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.560111999511719, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.48342227935791, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.507058143615723, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.511405944824219, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.533307075500488, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.567413330078125, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.592358589172363, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.596935272216797, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.57218074798584, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.526410102844238, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.489157676696777, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.496648788452148, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.518339157104492, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.508807182312012, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.476587295532227, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.475276947021484, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.528451919555664, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292641931_204925.json b/lenses/physics-objects/Scene/assets/1646688292641931_204925.json deleted file mode 100644 index a31d0a45..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292641931_204925.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292641931:204925", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ], - [ - 0.03333333507180214, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ], - [ - 0.06666667014360428, - [ - -0.0373588427901268, - 0.04307207092642784, - 0.05833417549729347, - 0.9966675639152527 - ] - ], - [ - 0.10000000149011612, - [ - -0.03773508220911026, - 0.06784088164567947, - -0.04510663077235222, - 0.9959613680839539 - ] - ], - [ - 0.13333334028720856, - [ - -0.03303668648004532, - 0.08737505227327347, - -0.10491073131561279, - 0.9900848269462585 - ] - ], - [ - 0.1666666716337204, - [ - -0.02709580957889557, - 0.09103881567716599, - -0.113399438560009, - 0.9889986515045166 - ] - ], - [ - 0.20000000298023224, - [ - -0.021950041875243187, - 0.07551001757383347, - -0.07989265769720078, - 0.993696928024292 - ] - ], - [ - 0.23333333432674408, - [ - -0.01881861314177513, - 0.05212370678782463, - -0.041878413408994675, - 0.9975847005844116 - ] - ], - [ - 0.2666666805744171, - [ - -0.016657698899507523, - 0.03376585990190506, - -0.015827324241399765, - 0.9991655945777893 - ] - ], - [ - 0.30000001192092896, - [ - -0.015489257872104645, - 0.02963789366185665, - -0.011852406896650791, - 0.9993703961372375 - ] - ], - [ - 0.3333333432674408, - [ - -0.015042722225189209, - 0.038396887481212616, - -0.030384976416826248, - 0.998687207698822 - ] - ], - [ - 0.36666667461395264, - [ - -0.014257645234465599, - 0.05249618738889694, - -0.058540210127830505, - 0.9968018531799316 - ] - ], - [ - 0.4000000059604645, - [ - -0.013246403075754642, - 0.06757999956607819, - -0.08909978717565536, - 0.9936391115188599 - ] - ], - [ - 0.4333333373069763, - [ - -0.01086025033146143, - 0.08056312054395676, - -0.11495362967252731, - 0.990039050579071 - ] - ], - [ - 0.46666666865348816, - [ - -0.005802858155220747, - 0.09016638249158859, - -0.13011856377124786, - 0.9873730540275574 - ] - ], - [ - 0.5, - [ - 0.0025147295091301203, - 0.09276990592479706, - -0.11420727521181107, - 0.9891127943992615 - ] - ], - [ - 0.5333333611488342, - [ - 0.013713302090764046, - 0.08275949954986572, - -0.04827336221933365, - 0.9953052401542664 - ] - ], - [ - 0.5666666626930237, - [ - 0.0256634671241045, - 0.06568744033575058, - 0.05280033126473427, - 0.9961117506027222 - ] - ], - [ - 0.6000000238418579, - [ - 0.03488936647772789, - 0.05246337130665779, - 0.14769624173641205, - 0.9870238900184631 - ] - ], - [ - 0.6333333253860474, - [ - 0.037298571318387985, - 0.04315385967493057, - 0.2070123851299286, - 0.9766741991043091 - ] - ], - [ - 0.6666666865348816, - [ - 0.03287407010793686, - 0.037183016538619995, - 0.23040802776813507, - 0.9718276858329773 - ] - ], - [ - 0.699999988079071, - [ - 0.024178719148039818, - 0.03558655083179474, - 0.22264894843101501, - 0.9739488959312439 - ] - ], - [ - 0.7333333492279053, - [ - 0.012536820024251938, - 0.035262029618024826, - 0.17881758511066437, - 0.983170211315155 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033163282205350697, - 0.03980879485607147, - 0.1007014587521553, - 0.9941200017929077 - ] - ], - [ - 0.800000011920929, - [ - -0.009837553836405277, - 0.054143790155649185, - 0.0037966587115079165, - 0.9984774589538574 - ] - ], - [ - 0.8333333134651184, - [ - -0.015933755785226822, - 0.07419425249099731, - -0.0819474458694458, - 0.9937434196472168 - ] - ], - [ - 0.8666666746139526, - [ - -0.017327725887298584, - 0.09052961319684982, - -0.1317027360200882, - 0.9869946837425232 - ] - ], - [ - 0.8999999761581421, - [ - -0.013870766386389732, - 0.09629472345113754, - -0.13547351956367493, - 0.9859928488731384 - ] - ], - [ - 0.9333333373069763, - [ - -0.005497931968420744, - 0.09110505133867264, - -0.09894838184118271, - 0.9908980131149292 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068687261082232, - 0.07822009921073914, - -0.034619446843862534, - 0.9963111877441406 - ] - ], - [ - 1.0, - [ - 0.02063913457095623, - 0.06073419749736786, - 0.04509570449590683, - 0.9969211220741272 - ] - ], - [ - 1.0333333015441895, - [ - 0.03229343146085739, - 0.044150542467832565, - 0.12184009701013565, - 0.9910413026809692 - ] - ], - [ - 1.0666667222976685, - [ - 0.03915233910083771, - 0.03221636265516281, - 0.1805398166179657, - 0.9822599291801453 - ] - ], - [ - 1.100000023841858, - [ - 0.04005401208996773, - 0.024989048019051552, - 0.2157803624868393, - 0.9753000140190125 - ] - ], - [ - 1.1333333253860474, - [ - 0.03342380374670029, - 0.022093098610639572, - 0.2239319533109665, - 0.9737809896469116 - ] - ], - [ - 1.1666666269302368, - [ - 0.02239270880818367, - 0.022436803206801414, - 0.20230458676815033, - 0.9788094758987427 - ] - ], - [ - 1.2000000476837158, - [ - 0.010074877180159092, - 0.027352264150977135, - 0.14467938244342804, - 0.9890491366386414 - ] - ], - [ - 1.2333333492279053, - [ - -0.001916170702315867, - 0.041266996413469315, - 0.05631297081708908, - 0.9975581169128418 - ] - ], - [ - 1.2666666507720947, - [ - -0.010933835990726948, - 0.06294456869363785, - -0.037098970264196396, - 0.9972674250602722 - ] - ], - [ - 1.2999999523162842, - [ - -0.014625600539147854, - 0.08468909561634064, - -0.10412825644016266, - 0.990843653678894 - ] - ], - [ - 1.3333333730697632, - [ - -0.01248779334127903, - 0.09917660057544708, - -0.127085343003273, - 0.9868422150611877 - ] - ], - [ - 1.3666666746139526, - [ - -0.006134671624749899, - 0.1024433895945549, - -0.10622434318065643, - 0.9890319108963013 - ] - ], - [ - 1.399999976158142, - [ - 0.0018377872183918953, - 0.09258055686950684, - -0.043195806443691254, - 0.994766116142273 - ] - ], - [ - 1.4333332777023315, - [ - 0.007312119007110596, - 0.07720571756362915, - 0.04464675113558769, - 0.9959881901741028 - ] - ], - [ - 1.4666666984558105, - [ - 0.008094791322946548, - 0.06624513864517212, - 0.12863825261592865, - 0.9894434213638306 - ] - ], - [ - 1.5, - [ - 0.004415127914398909, - 0.06080138683319092, - 0.18615993857383728, - 0.9806265234947205 - ] - ], - [ - 1.5333333015441895, - [ - -0.004178892355412245, - 0.059117402881383896, - 0.20981676876544952, - 0.9759429097175598 - ] - ], - [ - 1.5666667222976685, - [ - -0.016490809619426727, - 0.05806897580623627, - 0.19899006187915802, - 0.9781405925750732 - ] - ], - [ - 1.600000023841858, - [ - -0.03158819302916527, - 0.055586833506822586, - 0.15241923928260803, - 0.9862457513809204 - ] - ], - [ - 1.6333333253860474, - [ - -0.046836044639348984, - 0.05722445622086525, - 0.07687758654356003, - 0.9942945241928101 - ] - ], - [ - 1.6666666269302368, - [ - -0.05974983796477318, - 0.06774631142616272, - -0.012825533747673035, - 0.9958293437957764 - ] - ], - [ - 1.7000000476837158, - [ - -0.06887062638998032, - 0.08410970866680145, - -0.09351778030395508, - 0.9896650314331055 - ] - ], - [ - 1.7333333492279053, - [ - -0.07334320992231369, - 0.09886568039655685, - -0.1463364213705063, - 0.9815457463264465 - ] - ], - [ - 1.7666666507720947, - [ - -0.07308346033096313, - 0.10790640860795975, - -0.1611471325159073, - 0.9782876968383789 - ] - ], - [ - 1.7999999523162842, - [ - -0.06829140335321426, - 0.10870348662137985, - -0.13869334757328033, - 0.9819797277450562 - ] - ], - [ - 1.8333333730697632, - [ - -0.060517944395542145, - 0.09573265165090561, - -0.07236474752426147, - 0.9909269213676453 - ] - ], - [ - 1.8666666746139526, - [ - -0.05274190381169319, - 0.06752841919660568, - 0.027967030182480812, - 0.9959298372268677 - ] - ], - [ - 1.899999976158142, - [ - -0.04666527733206749, - 0.03672218322753906, - 0.12486086785793304, - 0.9903956651687622 - ] - ], - [ - 1.9333332777023315, - [ - -0.04363184794783592, - 0.017466682940721512, - 0.18409283459186554, - 0.9817845821380615 - ] - ], - [ - 1.9666666984558105, - [ - -0.04728538915514946, - 0.014456147328019142, - 0.18995890021324158, - 0.980546236038208 - ] - ], - [ - 2.0, - [ - -0.05856980010867119, - 0.025217445567250252, - 0.146182119846344, - 0.9872003197669983 - ] - ], - [ - 2.0333333015441895, - [ - -0.07324153184890747, - 0.04655582830309868, - 0.06716140359640121, - 0.9939605593681335 - ] - ], - [ - 2.066666603088379, - [ - -0.08641017973423004, - 0.0740986168384552, - -0.02821488492190838, - 0.9930995106697083 - ] - ], - [ - 2.0999999046325684, - [ - -0.0942145437002182, - 0.0982428640127182, - -0.11192608624696732, - 0.98434978723526 - ] - ], - [ - 2.133333444595337, - [ - -0.09432540833950043, - 0.11362557858228683, - -0.16243799030780792, - 0.9756054878234863 - ] - ], - [ - 2.1666667461395264, - [ - -0.08742359280586243, - 0.12052403390407562, - -0.16869528591632843, - 0.9743577241897583 - ] - ], - [ - 2.200000047683716, - [ - -0.07510498911142349, - 0.11660632491111755, - -0.1341123878955841, - 0.9812115430831909 - ] - ], - [ - 2.2333333492279053, - [ - -0.061642877757549286, - 0.09411809593439102, - -0.05818811058998108, - 0.9919456243515015 - ] - ], - [ - 2.2666666507720947, - [ - -0.05120637267827988, - 0.05575194209814072, - 0.040188662707805634, - 0.9963204860687256 - ] - ], - [ - 2.299999952316284, - [ - -0.04492553323507309, - 0.020440723747015, - 0.11985684931278229, - 0.991563618183136 - ] - ], - [ - 2.3333332538604736, - [ - -0.044375453144311905, - 0.00420518359169364, - 0.1549176424741745, - 0.9869213104248047 - ] - ], - [ - 2.366666555404663, - [ - -0.048498716205358505, - 0.010929767042398453, - 0.141099750995636, - 0.9887463450431824 - ] - ], - [ - 2.4000000953674316, - [ - -0.05503686144948006, - 0.03827834501862526, - 0.07460979372262955, - 0.9949568510055542 - ] - ], - [ - 2.433333396911621, - [ - -0.05956671014428139, - 0.07955028861761093, - -0.024155357852578163, - 0.9947564005851746 - ] - ], - [ - 2.4666666984558105, - [ - -0.05738012120127678, - 0.120414137840271, - -0.1154869794845581, - 0.9843122959136963 - ] - ], - [ - 2.5, - [ - -0.048487503081560135, - 0.1479858160018921, - -0.1664203405380249, - 0.9736803770065308 - ] - ], - [ - 2.5333333015441895, - [ - -0.035000674426555634, - 0.15043683350086212, - -0.15477749705314636, - 0.9758010506629944 - ] - ], - [ - 2.566666603088379, - [ - -0.01768345944583416, - 0.11592099070549011, - -0.07683368772268295, - 0.9901243448257446 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010294772800989449, - 0.05637029558420181, - 0.035444919019937515, - 0.9977805614471436 - ] - ], - [ - 2.633333444595337, - [ - 0.008319308049976826, - 0.007824303582310677, - 0.12220332026481628, - 0.9924393892288208 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033785596024245024, - -0.006314869038760662, - 0.14207234978675842, - 0.9898303747177124 - ] - ], - [ - 2.700000047683716, - [ - -0.005056082736700773, - 0.010555820539593697, - 0.09732792526483536, - 0.9951836466789246 - ] - ], - [ - 2.7333333492279053, - [ - -0.011131609790027142, - 0.049142949283123016, - -6.538544403156266e-05, - 0.9987298250198364 - ] - ], - [ - 2.7666666507720947, - [ - -0.013053467497229576, - 0.09174887835979462, - -0.09489019215106964, - 0.9911648631095886 - ] - ], - [ - 2.799999952316284, - [ - -0.013489929959177971, - 0.1179899349808693, - -0.14769355952739716, - 0.9818773865699768 - ] - ], - [ - 2.8333332538604736, - [ - -0.014366233721375465, - 0.12029603868722916, - -0.15704026818275452, - 0.980133056640625 - ] - ], - [ - 2.866666555404663, - [ - -0.016189541667699814, - 0.09954845160245895, - -0.13172338902950287, - 0.9861424565315247 - ] - ], - [ - 2.9000000953674316, - [ - -0.019170144572854042, - 0.07167205214500427, - -0.10206963866949081, - 0.992006778717041 - ] - ], - [ - 2.933333396911621, - [ - -0.02206987887620926, - 0.0517057403922081, - -0.08164315670728683, - 0.9950748085975647 - ] - ], - [ - 2.9666666984558105, - [ - -0.024718888103961945, - 0.048677194863557816, - -0.07999750226736069, - 0.9952989220619202 - ] - ], - [ - 3.0, - [ - -0.02732119895517826, - 0.06224837154150009, - -0.09870606660842896, - 0.9927919507026672 - ] - ], - [ - 3.0333333015441895, - [ - -0.029242459684610367, - 0.0814819410443306, - -0.12512223422527313, - 0.9883572459220886 - ] - ], - [ - 3.066666603088379, - [ - -0.030888812616467476, - 0.10083550214767456, - -0.1522124856710434, - 0.9827051758766174 - ] - ], - [ - 3.0999999046325684, - [ - -0.03149723261594772, - 0.11685077100992203, - -0.173781156539917, - 0.9773197770118713 - ] - ], - [ - 3.133333444595337, - [ - -0.02991577424108982, - 0.12881679832935333, - -0.18548908829689026, - 0.9737069010734558 - ] - ], - [ - 3.1666667461395264, - [ - -0.026278259232640266, - 0.13161242008209229, - -0.17213550209999084, - 0.9758877754211426 - ] - ], - [ - 3.200000047683716, - [ - -0.0209486223757267, - 0.11543907225131989, - -0.11673993617296219, - 0.9862083792686462 - ] - ], - [ - 3.2333333492279053, - [ - -0.01450564805418253, - 0.08200283348560333, - -0.02362694963812828, - 0.9962463974952698 - ] - ], - [ - 3.2666666507720947, - [ - -0.009010748006403446, - 0.04812834784388542, - 0.07600612193346024, - 0.9959043860435486 - ] - ], - [ - 3.299999952316284, - [ - -0.008343025110661983, - 0.026798797771334648, - 0.14406441152095795, - 0.9891701936721802 - ] - ], - [ - 3.3333332538604736, - [ - -0.01598934456706047, - 0.025876857340335846, - 0.16157811880111694, - 0.9863911271095276 - ] - ], - [ - 3.366666555404663, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292642120_204932.json b/lenses/physics-objects/Scene/assets/1646688292642120_204932.json deleted file mode 100644 index 9b636d2d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292642120_204932.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292642120:204932", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292643041_204945.json b/lenses/physics-objects/Scene/assets/1646688292643041_204945.json deleted file mode 100644 index 18d63996..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292643041_204945.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292643041:204945", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.587514877319336, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.574162483215332, - 0.0, - 7.105427357601002e-15 - ] - ], - [ - 3.6666667461395264, - [ - 9.597973823547363, - 7.105427357601002e-15, - 1.6935616697641128e-20 - ] - ], - [ - 6.4666666984558105, - [ - 9.578225135803223, - -1.4210854715202004e-14, - 7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.585514068603516, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292643262_204952.json b/lenses/physics-objects/Scene/assets/1646688292643262_204952.json deleted file mode 100644 index 457fee56..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292643262_204952.json +++ /dev/null @@ -1,1531 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292643262:204952", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01902780309319496, - -0.0, - 0.0, - 0.9998189806938171 - ] - ], - [ - 0.03333333507180214, - [ - -0.01902780309319496, - -0.0, - 0.0, - 0.9998189806938171 - ] - ], - [ - 0.06666667014360428, - [ - -0.021416204050183296, - -0.0, - 0.0, - 0.9997706413269043 - ] - ], - [ - 0.10000000149011612, - [ - -0.02383144199848175, - -0.0, - 0.0, - 0.9997161030769348 - ] - ], - [ - 0.13333334028720856, - [ - -0.026210064068436623, - -0.0, - 0.0, - 0.9996565580368042 - ] - ], - [ - 0.1666666716337204, - [ - -0.02848943881690502, - -0.0, - 0.0, - 0.9995940923690796 - ] - ], - [ - 0.20000000298023224, - [ - -0.030607590451836586, - -0.0, - 0.0, - 0.9995315074920654 - ] - ], - [ - 0.23333333432674408, - [ - -0.032503120601177216, - -0.0, - 0.0, - 0.9994717240333557 - ] - ], - [ - 0.2666666805744171, - [ - -0.03411496430635452, - -0.0, - 0.0, - 0.9994179010391235 - ] - ], - [ - 0.30000001192092896, - [ - -0.035413533449172974, - -0.0, - 0.0, - 0.9993727207183838 - ] - ], - [ - 0.3333333432674408, - [ - -0.03637641668319702, - -0.0, - 0.0, - 0.9993382692337036 - ] - ], - [ - 0.36666667461395264, - [ - -0.03699571266770363, - -0.0, - 0.0, - 0.9993154406547546 - ] - ], - [ - 0.5, - [ - -0.03688596561551094, - -0.0, - 0.0, - 0.9993194937705994 - ] - ], - [ - 0.5333333611488342, - [ - -0.03643592819571495, - -0.0, - 0.0, - 0.9993360042572021 - ] - ], - [ - 0.5666666626930237, - [ - -0.03589792549610138, - -0.0, - 0.0, - 0.9993555545806885 - ] - ], - [ - 0.6000000238418579, - [ - -0.03528302162885666, - -0.0, - 0.0, - 0.9993773698806763 - ] - ], - [ - 0.6333333253860474, - [ - -0.0346023328602314, - -0.0, - 0.0, - 0.9994011521339417 - ] - ], - [ - 0.6666666865348816, - [ - -0.0338670015335083, - -0.0, - 0.0, - 0.9994263648986816 - ] - ], - [ - 0.699999988079071, - [ - -0.033088166266679764, - -0.0, - 0.0, - 0.999452531337738 - ] - ], - [ - 0.7333333492279053, - [ - -0.032276932150125504, - -0.0, - 0.0, - 0.9994789361953735 - ] - ], - [ - 0.7666666507720947, - [ - -0.03144441917538643, - -0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 0.800000011920929, - [ - -0.030601751059293747, - -0.0, - 0.0, - 0.9995316863059998 - ] - ], - [ - 0.8333333134651184, - [ - -0.02976010926067829, - -0.0, - 0.0, - 0.9995570778846741 - ] - ], - [ - 0.8666666746139526, - [ - -0.02893061190843582, - -0.0, - 0.0, - 0.999581515789032 - ] - ], - [ - 0.8999999761581421, - [ - -0.028124386444687843, - -0.0, - 0.0, - 0.9996045231819153 - ] - ], - [ - 0.9333333373069763, - [ - -0.027352595701813698, - -0.0, - 0.0, - 0.9996258616447449 - ] - ], - [ - 0.9666666388511658, - [ - -0.02662641555070877, - -0.0, - 0.0, - 0.999645471572876 - ] - ], - [ - 1.0, - [ - -0.025956962257623672, - -0.0, - 0.0, - 0.9996630549430847 - ] - ], - [ - 1.0333333015441895, - [ - -0.025355452671647072, - -0.0, - 0.0, - 0.9996784925460815 - ] - ], - [ - 1.0666667222976685, - [ - -0.02483300492167473, - -0.0, - 0.0, - 0.9996916055679321 - ] - ], - [ - 1.100000023841858, - [ - -0.02440083958208561, - -0.0, - 0.0, - 0.9997022747993469 - ] - ], - [ - 1.1333333253860474, - [ - -0.024083733558654785, - -0.0, - 0.0, - 0.999709963798523 - ] - ], - [ - 1.2333333492279053, - [ - -0.02361598238348961, - -0.0, - 0.0, - 0.999721109867096 - ] - ], - [ - 1.2999999523162842, - [ - -0.023356661200523376, - -0.0, - 0.0, - 0.999727189540863 - ] - ], - [ - 1.5, - [ - -0.023721778765320778, - -0.0, - 0.0, - 0.9997186064720154 - ] - ], - [ - 1.5333333015441895, - [ - -0.023921892046928406, - -0.0, - 0.0, - 0.9997138381004333 - ] - ], - [ - 1.5666667222976685, - [ - -0.024142421782016754, - -0.0, - 0.0, - 0.9997085332870483 - ] - ], - [ - 1.600000023841858, - [ - -0.024375861510634422, - -0.0, - 0.0, - 0.9997028708457947 - ] - ], - [ - 1.6666666269302368, - [ - -0.024851491674780846, - -0.0, - 0.0, - 0.9996911287307739 - ] - ], - [ - 1.7000000476837158, - [ - -0.02507863938808441, - -0.0, - 0.0, - 0.9996854662895203 - ] - ], - [ - 1.7666666507720947, - [ - -0.02547404170036316, - -0.0, - 0.0, - 0.9996755123138428 - ] - ], - [ - 2.0, - [ - -0.025447551161050797, - -0.0, - 0.0, - 0.9996761679649353 - ] - ], - [ - 2.0333333015441895, - [ - -0.025163982063531876, - -0.0, - 0.0, - 0.9996833205223083 - ] - ], - [ - 2.066666603088379, - [ - -0.024787811562418938, - -0.0, - 0.0, - 0.9996927380561829 - ] - ], - [ - 2.0999999046325684, - [ - -0.02431148663163185, - -0.0, - 0.0, - 0.9997045397758484 - ] - ], - [ - 2.133333444595337, - [ - -0.02371162921190262, - -0.0, - 0.0, - 0.9997188448905945 - ] - ], - [ - 2.1666667461395264, - [ - -0.02297162264585495, - -0.0, - 0.0, - 0.9997361302375793 - ] - ], - [ - 2.200000047683716, - [ - -0.02207474783062935, - -0.0, - 0.0, - 0.9997563362121582 - ] - ], - [ - 2.2333333492279053, - [ - -0.02099403738975525, - -0.0, - 0.0, - 0.9997795820236206 - ] - ], - [ - 2.2666666507720947, - [ - -0.0197125393897295, - -0.0, - 0.0, - 0.9998056888580322 - ] - ], - [ - 2.299999952316284, - [ - -0.018222222104668617, - -0.0, - 0.0, - 0.9998340606689453 - ] - ], - [ - 2.3333332538604736, - [ - -0.01654445193707943, - -0.0, - 0.0, - 0.9998631477355957 - ] - ], - [ - 2.366666555404663, - [ - -0.014704993925988674, - -0.0, - 0.0, - 0.9998918771743774 - ] - ], - [ - 2.4000000953674316, - [ - -0.012629774399101734, - -0.0, - 0.0, - 0.9999202489852905 - ] - ], - [ - 2.433333396911621, - [ - -0.010258028283715248, - -0.0, - 0.0, - 0.9999474883079529 - ] - ], - [ - 2.4666666984558105, - [ - -0.007631157524883747, - -0.0, - 0.0, - 0.9999709725379944 - ] - ], - [ - 2.5, - [ - -0.004790617618709803, - -0.0, - 0.0, - 0.9999886155128479 - ] - ], - [ - 2.5333333015441895, - [ - -0.001778014120645821, - -0.0, - 0.0, - 0.9999985098838806 - ] - ], - [ - 2.566666603088379, - [ - 0.0013649731408804655, - 0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 2.5999999046325684, - [ - 0.0045965611934661865, - 0.0, - 0.0, - 0.9999894499778748 - ] - ], - [ - 2.633333444595337, - [ - 0.007874938659369946, - 0.0, - 0.0, - 0.9999690055847168 - ] - ], - [ - 2.6666667461395264, - [ - 0.011158053763210773, - 0.0, - 0.0, - 0.9999377727508545 - ] - ], - [ - 2.700000047683716, - [ - 0.01440394576638937, - 0.0, - 0.0, - 0.9998963475227356 - ] - ], - [ - 2.7333333492279053, - [ - 0.01757051609456539, - 0.0, - 0.0, - 0.9998456239700317 - ] - ], - [ - 2.7666666507720947, - [ - 0.020615702494978905, - 0.0, - 0.0, - 0.9997875690460205 - ] - ], - [ - 2.799999952316284, - [ - 0.02349729835987091, - 0.0, - 0.0, - 0.9997239112854004 - ] - ], - [ - 2.8333332538604736, - [ - 0.026173215359449387, - 0.0, - 0.0, - 0.9996574521064758 - ] - ], - [ - 2.866666555404663, - [ - 0.028601258993148804, - 0.0, - 0.0, - 0.9995909929275513 - ] - ], - [ - 2.9000000953674316, - [ - 0.03073936142027378, - 0.0, - 0.0, - 0.9995274543762207 - ] - ], - [ - 2.933333396911621, - [ - 0.032496027648448944, - 0.0, - 0.0, - 0.9994718432426453 - ] - ], - [ - 2.9666666984558105, - [ - 0.0337960459291935, - 0.0, - 0.0, - 0.9994288682937622 - ] - ], - [ - 3.0, - [ - 0.03462429717183113, - 0.0, - 0.0, - 0.9994004964828491 - ] - ], - [ - 3.066666603088379, - [ - 0.0348474346101284, - 0.0, - 0.0, - 0.9993927478790283 - ] - ], - [ - 3.0999999046325684, - [ - 0.03424105793237686, - 0.0, - 0.0, - 0.9994136095046997 - ] - ], - [ - 3.133333444595337, - [ - 0.03318488225340843, - 0.0, - 0.0, - 0.9994492530822754 - ] - ], - [ - 3.1666667461395264, - [ - 0.03172314539551735, - 0.0, - 0.0, - 0.9994966983795166 - ] - ], - [ - 3.200000047683716, - [ - 0.02992074005305767, - 0.0, - 0.0, - 0.9995523691177368 - ] - ], - [ - 3.2333333492279053, - [ - 0.027817506343126297, - 0.0, - 0.0, - 0.9996130466461182 - ] - ], - [ - 3.2666666507720947, - [ - 0.025445006787776947, - 0.0, - 0.0, - 0.9996762275695801 - ] - ], - [ - 3.299999952316284, - [ - 0.022864747792482376, - 0.0, - 0.0, - 0.9997385740280151 - ] - ], - [ - 3.3333332538604736, - [ - 0.020137734711170197, - 0.0, - 0.0, - 0.9997972249984741 - ] - ], - [ - 3.366666555404663, - [ - 0.017324404790997505, - 0.0, - 0.0, - 0.9998500347137451 - ] - ], - [ - 3.4000000953674316, - [ - 0.014484426006674767, - 0.0, - 0.0, - 0.9998950958251953 - ] - ], - [ - 3.433333396911621, - [ - 0.0116769103333354, - 0.0, - 0.0, - 0.999931812286377 - ] - ], - [ - 3.4666666984558105, - [ - 0.008960098959505558, - 0.0, - 0.0, - 0.9999598860740662 - ] - ], - [ - 3.5, - [ - 0.006391672883182764, - 0.0, - 0.0, - 0.9999796748161316 - ] - ], - [ - 3.5333333015441895, - [ - 0.004028750583529472, - 0.0, - 0.0, - 0.9999918937683105 - ] - ], - [ - 3.566666603088379, - [ - 0.0019281101413071156, - 0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010063848458230495, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - -0.001435117213986814, - -0.0, - 0.0, - 0.9999989867210388 - ] - ], - [ - 3.6666667461395264, - [ - -0.002653078641742468, - -0.0, - 0.0, - 0.9999964833259583 - ] - ], - [ - 3.700000047683716, - [ - -0.00357270915992558, - -0.0, - 0.0, - 0.999993622303009 - ] - ], - [ - 3.7333333492279053, - [ - -0.004223553463816643, - -0.0, - 0.0, - 0.9999911785125732 - ] - ], - [ - 3.799999952316284, - [ - -0.004874472506344318, - -0.0, - 0.0, - 0.9999881386756897 - ] - ], - [ - 3.9666666984558105, - [ - -0.004117093980312347, - -0.0, - 0.0, - 0.9999915361404419 - ] - ], - [ - 4.0, - [ - -0.0037687032017856836, - -0.0, - 0.0, - 0.9999929070472717 - ] - ], - [ - 4.0333333015441895, - [ - -0.003383425297215581, - -0.0, - 0.0, - 0.9999942779541016 - ] - ], - [ - 4.066666603088379, - [ - -0.002972743706777692, - -0.0, - 0.0, - 0.9999955892562866 - ] - ], - [ - 4.099999904632568, - [ - -0.0025481488555669785, - -0.0, - 0.0, - 0.9999967813491821 - ] - ], - [ - 4.166666507720947, - [ - -0.001703189336694777, - -0.0, - 0.0, - 0.9999985694885254 - ] - ], - [ - 4.199999809265137, - [ - -0.0013058226322755218, - -0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 4.266666889190674, - [ - -0.0006188295665197074, - -0.0, - 0.0, - 0.9999998211860657 - ] - ], - [ - 4.333333492279053, - [ - -0.00015224426169879735, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 4.433333396911621, - [ - -8.081553096417338e-05, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002996373805217445, - -0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 4.5, - [ - -0.0006746327271685004, - -0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012326857540756464, - -0.0, - 0.0, - 0.9999993443489075 - ] - ], - [ - 4.566666603088379, - [ - -0.001993319019675255, - -0.0, - 0.0, - 0.9999980330467224 - ] - ], - [ - 4.599999904632568, - [ - -0.002969980938360095, - -0.0, - 0.0, - 0.9999955892562866 - ] - ], - [ - 4.633333206176758, - [ - -0.004158958792686462, - -0.0, - 0.0, - 0.9999913573265076 - ] - ], - [ - 4.666666507720947, - [ - -0.005554335657507181, - -0.0, - 0.0, - 0.9999845623970032 - ] - ], - [ - 4.699999809265137, - [ - -0.007147131022065878, - -0.0, - 0.0, - 0.9999745488166809 - ] - ], - [ - 4.733333110809326, - [ - -0.008915932849049568, - -0.0, - 0.0, - 0.9999602437019348 - ] - ], - [ - 4.766666889190674, - [ - -0.01083935797214508, - -0.0, - 0.0, - 0.999941349029541 - ] - ], - [ - 4.800000190734863, - [ - -0.012895870953798294, - -0.0, - 0.0, - 0.9999168515205383 - ] - ], - [ - 4.833333492279053, - [ - -0.015064019709825516, - -0.0, - 0.0, - 0.9998866319656372 - ] - ], - [ - 4.866666793823242, - [ - -0.017322303727269173, - -0.0, - 0.0, - 0.9998499751091003 - ] - ], - [ - 4.900000095367432, - [ - -0.019663935527205467, - -0.0, - 0.0, - 0.9998066425323486 - ] - ], - [ - 4.933333396911621, - [ - -0.022083107382059097, - -0.0, - 0.0, - 0.9997561573982239 - ] - ], - [ - 4.9666666984558105, - [ - -0.024559522047638893, - -0.0, - 0.0, - 0.9996983408927917 - ] - ], - [ - 5.0, - [ - -0.027072954922914505, - -0.0, - 0.0, - 0.9996335506439209 - ] - ], - [ - 5.0333333015441895, - [ - -0.02960306778550148, - -0.0, - 0.0, - 0.9995617270469666 - ] - ], - [ - 5.066666603088379, - [ - -0.03212953358888626, - -0.0, - 0.0, - 0.9994838237762451 - ] - ], - [ - 5.099999904632568, - [ - -0.034631937742233276, - -0.0, - 0.0, - 0.9994001388549805 - ] - ], - [ - 5.133333206176758, - [ - -0.03708994388580322, - -0.0, - 0.0, - 0.9993119239807129 - ] - ], - [ - 5.166666507720947, - [ - -0.039483070373535156, - -0.0, - 0.0, - 0.9992202520370483 - ] - ], - [ - 5.199999809265137, - [ - -0.04179088771343231, - -0.0, - 0.0, - 0.9991263747215271 - ] - ], - [ - 5.233333110809326, - [ - -0.04399292543530464, - -0.0, - 0.0, - 0.9990318417549133 - ] - ], - [ - 5.266666889190674, - [ - -0.046068739145994186, - -0.0, - 0.0, - 0.998938262462616 - ] - ], - [ - 5.300000190734863, - [ - -0.047997765243053436, - -0.0, - 0.0, - 0.9988475441932678 - ] - ], - [ - 5.333333492279053, - [ - -0.04975956305861473, - -0.0, - 0.0, - 0.9987612366676331 - ] - ], - [ - 5.366666793823242, - [ - -0.051333580166101456, - -0.0, - 0.0, - 0.9986816644668579 - ] - ], - [ - 5.400000095367432, - [ - -0.05269935354590416, - -0.0, - 0.0, - 0.9986104369163513 - ] - ], - [ - 5.433333396911621, - [ - -0.053820643573999405, - -0.0, - 0.0, - 0.9985507130622864 - ] - ], - [ - 5.4666666984558105, - [ - -0.05466800183057785, - -0.0, - 0.0, - 0.9985045790672302 - ] - ], - [ - 5.5, - [ - -0.05521173030138016, - -0.0, - 0.0, - 0.998474657535553 - ] - ], - [ - 5.5333333015441895, - [ - -0.05541199445724487, - -0.0, - 0.0, - 0.9984635710716248 - ] - ], - [ - 5.566666603088379, - [ - -0.055239252746105194, - -0.0, - 0.0, - 0.9984731674194336 - ] - ], - [ - 5.599999904632568, - [ - -0.05467288941144943, - -0.0, - 0.0, - 0.9985043406486511 - ] - ], - [ - 5.633333206176758, - [ - -0.053721409291028976, - -0.0, - 0.0, - 0.9985559582710266 - ] - ], - [ - 5.666666507720947, - [ - -0.05239776894450188, - -0.0, - 0.0, - 0.9986262917518616 - ] - ], - [ - 5.699999809265137, - [ - -0.050721053034067154, - -0.0, - 0.0, - 0.998712956905365 - ] - ], - [ - 5.733333110809326, - [ - -0.04873116686940193, - -0.0, - 0.0, - 0.9988119602203369 - ] - ], - [ - 5.766666889190674, - [ - -0.04646814614534378, - -0.0, - 0.0, - 0.9989197850227356 - ] - ], - [ - 5.800000190734863, - [ - -0.04397210478782654, - -0.0, - 0.0, - 0.999032735824585 - ] - ], - [ - 5.833333492279053, - [ - -0.04128316417336464, - -0.0, - 0.0, - 0.9991475939750671 - ] - ], - [ - 5.866666793823242, - [ - -0.03844163194298744, - -0.0, - 0.0, - 0.9992608428001404 - ] - ], - [ - 5.900000095367432, - [ - -0.03548799082636833, - -0.0, - 0.0, - 0.9993700981140137 - ] - ], - [ - 5.933333396911621, - [ - -0.03246261551976204, - -0.0, - 0.0, - 0.999472975730896 - ] - ], - [ - 5.9666666984558105, - [ - -0.029406312853097916, - -0.0, - 0.0, - 0.9995675683021545 - ] - ], - [ - 6.0, - [ - -0.02635974809527397, - -0.0, - 0.0, - 0.999652624130249 - ] - ], - [ - 6.0333333015441895, - [ - -0.023363785818219185, - -0.0, - 0.0, - 0.9997271299362183 - ] - ], - [ - 6.066666603088379, - [ - -0.02045934647321701, - -0.0, - 0.0, - 0.9997906684875488 - ] - ], - [ - 6.099999904632568, - [ - -0.017687419429421425, - -0.0, - 0.0, - 0.9998436570167542 - ] - ], - [ - 6.133333206176758, - [ - -0.01508901547640562, - -0.0, - 0.0, - 0.999886155128479 - ] - ], - [ - 6.166666507720947, - [ - -0.012705192901194096, - -0.0, - 0.0, - 0.9999192953109741 - ] - ], - [ - 6.199999809265137, - [ - -0.010576983913779259, - -0.0, - 0.0, - 0.9999440908432007 - ] - ], - [ - 6.233333110809326, - [ - -0.008745457045733929, - -0.0, - 0.0, - 0.9999618530273438 - ] - ], - [ - 6.266666889190674, - [ - -0.007251552306115627, - -0.0, - 0.0, - 0.999973714351654 - ] - ], - [ - 6.300000190734863, - [ - -0.00613322202116251, - -0.0, - 0.0, - 0.9999812841415405 - ] - ], - [ - 6.333333492279053, - [ - -0.005417156498879194, - -0.0, - 0.0, - 0.9999853372573853 - ] - ], - [ - 6.400000095367432, - [ - -0.005298152565956116, - -0.0, - 0.0, - 0.9999859929084778 - ] - ], - [ - 6.433333396911621, - [ - -0.005906027276068926, - -0.0, - 0.0, - 0.9999826550483704 - ] - ], - [ - 6.4666666984558105, - [ - -0.006934162694960833, - -0.0, - 0.0, - 0.9999759793281555 - ] - ], - [ - 6.5, - [ - -0.008340176194906235, - -0.0, - 0.0, - 0.9999653100967407 - ] - ], - [ - 6.5333333015441895, - [ - -0.010074648074805737, - -0.0, - 0.0, - 0.9999492764472961 - ] - ], - [ - 6.566666603088379, - [ - -0.012077240273356438, - -0.0, - 0.0, - 0.9999271631240845 - ] - ], - [ - 6.599999904632568, - [ - -0.014281083829700947, - -0.0, - 0.0, - 0.9998980164527893 - ] - ], - [ - 6.633333206176758, - [ - -0.01661982387304306, - -0.0, - 0.0, - 0.9998618960380554 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292643443_204959.json b/lenses/physics-objects/Scene/assets/1646688292643443_204959.json deleted file mode 100644 index 27e3664b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292643443_204959.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292643443:204959", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292644318_204972.json b/lenses/physics-objects/Scene/assets/1646688292644318_204972.json deleted file mode 100644 index 0c263267..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292644318_204972.json +++ /dev/null @@ -1,698 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292644318:204972", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.523956298828125, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.530834197998047, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.572319984436035, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.54725170135498, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.498493194580078, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.503796577453613, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.5396728515625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.580140113830566, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.618281364440918, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.649275779724121, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.66047477722168, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.638126373291016, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.587942123413086, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.542471885681152, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.513714790344238, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.51364517211914, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.550040245056152, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.588860511779785, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.586450576782227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.546135902404785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.519232749938965, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.545969009399414, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.602581024169922, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.637680053710938, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.623563766479492, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.525134086608887, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 9.519977569580078, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.547954559326172, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.527161598205566, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.54844856262207, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.587210655212402, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.619555473327637, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.607752799987793, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.552044868469238, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.504493713378906, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.511163711547852, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.547163009643555, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56982707977295, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.562250137329102, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.53262710571289, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.51911449432373, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.54856014251709, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.6025972366333, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.652382850646973, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.67345142364502, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.642518043518066, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.567473411560059, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.500094413757324, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.493163108825684, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.526334762573242, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.548505783081055, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.547951698303223, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.575376510620117, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.665018081665039, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.685166358947754, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.64676570892334, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.553364753723145, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.478311538696289, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.472321510314941, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.518038749694824, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.569906234741211, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.590079307556152, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.593082427978516, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.61668872833252, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.655632972717285, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.662108421325684, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.61880874633789, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.532492637634277, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.478813171386719, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.512604713439941, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.562589645385742, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.538023948669434, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.662642478942871, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.626191139221191, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.54661750793457, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.522370338439941, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.544122695922852, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.586183547973633, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.691408157348633, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.726868629455566, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.727973937988281, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.693328857421875, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.645255088806152, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.58799934387207, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.535286903381348, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.523956298828125, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292644504_204979.json b/lenses/physics-objects/Scene/assets/1646688292644504_204979.json deleted file mode 100644 index d500de48..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292644504_204979.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292644504:204979", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ], - [ - 0.03333333507180214, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ], - [ - 0.06666667014360428, - [ - -0.03745751827955246, - -0.0, - 0.0, - 0.9992982149124146 - ] - ], - [ - 0.10000000149011612, - [ - -0.0378609336912632, - -0.0, - 0.0, - 0.9992830157279968 - ] - ], - [ - 0.13333334028720856, - [ - -0.03334900736808777, - -0.0, - 0.0, - 0.999443769454956 - ] - ], - [ - 0.1666666716337204, - [ - -0.027386965230107307, - -0.0, - 0.0, - 0.9996249079704285 - ] - ], - [ - 0.20000000298023224, - [ - -0.022083884105086327, - -0.0, - 0.0, - 0.9997562170028687 - ] - ], - [ - 0.23333333432674408, - [ - -0.01886085234582424, - -0.0, - 0.0, - 0.9998221397399902 - ] - ], - [ - 0.2666666805744171, - [ - -0.016669297590851784, - -0.0, - 0.0, - 0.9998610615730286 - ] - ], - [ - 0.30000001192092896, - [ - -0.01549716480076313, - -0.0, - 0.0, - 0.9998800158500671 - ] - ], - [ - 0.3333333432674408, - [ - -0.015060804784297943, - -0.0, - 0.0, - 0.9998865723609924 - ] - ], - [ - 0.36666667461395264, - [ - -0.014301936142146587, - -0.0, - 0.0, - 0.9998977184295654 - ] - ], - [ - 0.4000000059604645, - [ - -0.013330018147826195, - -0.0, - 0.0, - 0.9999112486839294 - ] - ], - [ - 0.4333333373069763, - [ - -0.01096886582672596, - -0.0, - 0.0, - 0.9999398589134216 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876975134015083, - -0.0, - 0.0, - 0.9999828338623047 - ] - ], - [ - 0.5, - [ - 0.0025424028281122446, - 0.0, - 0.0, - 0.9999967813491821 - ] - ], - [ - 0.5333333611488342, - [ - 0.01377668883651495, - 0.0, - 0.0, - 0.9999051094055176 - ] - ], - [ - 0.5666666626930237, - [ - 0.02575511299073696, - 0.0, - 0.0, - 0.999668300151825 - ] - ], - [ - 0.6000000238418579, - [ - 0.035325970500707626, - 0.0, - 0.0, - 0.9993758201599121 - ] - ], - [ - 0.6333333253860474, - [ - 0.03816162049770355, - 0.0, - 0.0, - 0.9992715716362 - ] - ], - [ - 0.6666666865348816, - [ - 0.03380774334073067, - 0.0, - 0.0, - 0.9994284510612488 - ] - ], - [ - 0.699999988079071, - [ - 0.024817822501063347, - 0.0, - 0.0, - 0.9996920824050903 - ] - ], - [ - 0.7333333492279053, - [ - 0.01275038905441761, - 0.0, - 0.0, - 0.9999186992645264 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033359540975652635, - 0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 0.800000011920929, - [ - -0.009852083399891853, - -0.0, - 0.0, - 0.9999514818191528 - ] - ], - [ - 0.8333333134651184, - [ - -0.016032038256525993, - -0.0, - 0.0, - 0.9998714923858643 - ] - ], - [ - 0.8666666746139526, - [ - -0.017553359270095825, - -0.0, - 0.0, - 0.9998460412025452 - ] - ], - [ - 0.8999999761581421, - [ - -0.014066430740058422, - -0.0, - 0.0, - 0.9999010562896729 - ] - ], - [ - 0.9333333373069763, - [ - -0.005548354238271713, - -0.0, - 0.0, - 0.999984622001648 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893998011946678, - 0.0, - 0.0, - 0.9999763369560242 - ] - ], - [ - 1.0, - [ - 0.02069847472012043, - 0.0, - 0.0, - 0.9997857809066772 - ] - ], - [ - 1.0333333015441895, - [ - 0.032568056136369705, - 0.0, - 0.0, - 0.999469518661499 - ] - ], - [ - 1.0666667222976685, - [ - 0.03982789069414139, - 0.0, - 0.0, - 0.99920654296875 - ] - ], - [ - 1.100000023841858, - [ - 0.04103384539484978, - 0.0, - 0.0, - 0.9991577863693237 - ] - ], - [ - 1.1333333253860474, - [ - 0.034303538501262665, - 0.0, - 0.0, - 0.9994114637374878 - ] - ], - [ - 1.1666666269302368, - [ - 0.022871527820825577, - 0.0, - 0.0, - 0.9997385144233704 - ] - ], - [ - 1.2000000476837158, - [ - 0.01018590573221445, - 0.0, - 0.0, - 0.9999481439590454 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019208587473258376, - -0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 1.2666666507720947, - [ - -0.010963154025375843, - -0.0, - 0.0, - 0.9999399185180664 - ] - ], - [ - 1.2999999523162842, - [ - -0.014759152196347713, - -0.0, - 0.0, - 0.9998911023139954 - ] - ], - [ - 1.3333333730697632, - [ - -0.012653294950723648, - -0.0, - 0.0, - 0.9999199509620667 - ] - ], - [ - 1.3666666746139526, - [ - -0.006202590651810169, - -0.0, - 0.0, - 0.9999808669090271 - ] - ], - [ - 1.399999976158142, - [ - 0.0018474564421921968, - 0.0, - 0.0, - 0.9999983906745911 - ] - ], - [ - 1.4333332777023315, - [ - 0.00734137836843729, - 0.0, - 0.0, - 0.9999730587005615 - ] - ], - [ - 1.4666666984558105, - [ - 0.008180898614227772, - 0.0, - 0.0, - 0.999966561794281 - ] - ], - [ - 1.5, - [ - 0.004502308089286089, - 0.0, - 0.0, - 0.9999898672103882 - ] - ], - [ - 1.5333333015441895, - [ - -0.004281865432858467, - -0.0, - 0.0, - 0.9999908208847046 - ] - ], - [ - 1.5666667222976685, - [ - -0.01685696840286255, - -0.0, - 0.0, - 0.999858021736145 - ] - ], - [ - 1.600000023841858, - [ - -0.032012298703193665, - -0.0, - 0.0, - 0.999487578868866 - ] - ], - [ - 1.6333333253860474, - [ - -0.04705266281962395, - -0.0, - 0.0, - 0.9988924264907837 - ] - ], - [ - 1.6666666269302368, - [ - -0.059892438352108, - -0.0, - 0.0, - 0.9982048273086548 - ] - ], - [ - 1.7000000476837158, - [ - -0.06942193955183029, - -0.0, - 0.0, - 0.9975873827934265 - ] - ], - [ - 1.7333333492279053, - [ - -0.0745144933462143, - -0.0, - 0.0, - 0.9972199201583862 - ] - ], - [ - 1.7666666507720947, - [ - -0.07449789345264435, - -0.0, - 0.0, - 0.9972211718559265 - ] - ], - [ - 1.7999999523162842, - [ - -0.06937704980373383, - -0.0, - 0.0, - 0.9975906014442444 - ] - ], - [ - 1.8333333730697632, - [ - -0.060958534479141235, - -0.0, - 0.0, - 0.9981403946876526 - ] - ], - [ - 1.8666666746139526, - [ - -0.052883341908454895, - -0.0, - 0.0, - 0.9986007213592529 - ] - ], - [ - 1.899999976158142, - [ - -0.04706559702754021, - -0.0, - 0.0, - 0.9988918304443359 - ] - ], - [ - 1.9333332777023315, - [ - -0.044397540390491486, - -0.0, - 0.0, - 0.9990139603614807 - ] - ], - [ - 1.9666666984558105, - [ - -0.04816757142543793, - -0.0, - 0.0, - 0.998839259147644 - ] - ], - [ - 2.0, - [ - -0.05922504886984825, - -0.0, - 0.0, - 0.9982446432113647 - ] - ], - [ - 2.0333333015441895, - [ - -0.07348731905221939, - -0.0, - 0.0, - 0.997296154499054 - ] - ], - [ - 2.066666603088379, - [ - -0.08668307214975357, - -0.0, - 0.0, - 0.9962359666824341 - ] - ], - [ - 2.0999999046325684, - [ - -0.09527711570262909, - -0.0, - 0.0, - 0.9954507946968079 - ] - ], - [ - 2.133333444595337, - [ - -0.0962352305650711, - -0.0, - 0.0, - 0.9953586459159851 - ] - ], - [ - 2.1666667461395264, - [ - -0.08936547487974167, - -0.0, - 0.0, - 0.9959989190101624 - ] - ], - [ - 2.200000047683716, - [ - -0.07631993293762207, - -0.0, - 0.0, - 0.9970833659172058 - ] - ], - [ - 2.2333333492279053, - [ - -0.062023743987083435, - -0.0, - 0.0, - 0.9980747699737549 - ] - ], - [ - 2.2666666507720947, - [ - -0.05132775008678436, - -0.0, - 0.0, - 0.9986819624900818 - ] - ], - [ - 2.299999952316284, - [ - -0.04526136815547943, - -0.0, - 0.0, - 0.9989751577377319 - ] - ], - [ - 2.3333332538604736, - [ - -0.04491817206144333, - -0.0, - 0.0, - 0.9989907741546631 - ] - ], - [ - 2.366666555404663, - [ - -0.04899188503623009, - -0.0, - 0.0, - 0.998799204826355 - ] - ], - [ - 2.4000000953674316, - [ - -0.05523142218589783, - -0.0, - 0.0, - 0.998473584651947 - ] - ], - [ - 2.433333396911621, - [ - -0.059773653745651245, - -0.0, - 0.0, - 0.9982119798660278 - ] - ], - [ - 2.4666666984558105, - [ - -0.0581958182156086, - -0.0, - 0.0, - 0.9983052015304565 - ] - ], - [ - 2.5, - [ - -0.04973660781979561, - -0.0, - 0.0, - 0.9987623691558838 - ] - ], - [ - 2.5333333015441895, - [ - -0.03584563732147217, - -0.0, - 0.0, - 0.9993573427200317 - ] - ], - [ - 2.566666603088379, - [ - -0.017856992781162262, - -0.0, - 0.0, - 0.9998405575752258 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010318031854694709, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.633333444595337, - [ - 0.008382376283407211, - 0.0, - 0.0, - 0.9999648928642273 - ] - ], - [ - 2.6666667461395264, - [ - 0.003413253929466009, - 0.0, - 0.0, - 0.9999942779541016 - ] - ], - [ - 2.700000047683716, - [ - -0.005080489441752434, - -0.0, - 0.0, - 0.9999871850013733 - ] - ], - [ - 2.7333333492279053, - [ - -0.011145085096359253, - -0.0, - 0.0, - 0.999937891960144 - ] - ], - [ - 2.7666666507720947, - [ - -0.013168702833354473, - -0.0, - 0.0, - 0.9999133944511414 - ] - ], - [ - 2.799999952316284, - [ - -0.013737625442445278, - -0.0, - 0.0, - 0.9999056458473206 - ] - ], - [ - 2.8333332538604736, - [ - -0.014655854552984238, - -0.0, - 0.0, - 0.9998925924301147 - ] - ], - [ - 2.866666555404663, - [ - -0.01641484908759594, - -0.0, - 0.0, - 0.9998652935028076 - ] - ], - [ - 2.9000000953674316, - [ - -0.019321003928780556, - -0.0, - 0.0, - 0.9998133182525635 - ] - ], - [ - 2.933333396911621, - [ - -0.02217368222773075, - -0.0, - 0.0, - 0.9997541308403015 - ] - ], - [ - 2.9666666984558105, - [ - -0.024828003719449043, - -0.0, - 0.0, - 0.9996917247772217 - ] - ], - [ - 3.0, - [ - -0.02750914730131626, - -0.0, - 0.0, - 0.999621570110321 - ] - ], - [ - 3.0333333015441895, - [ - -0.02957400307059288, - -0.0, - 0.0, - 0.9995626211166382 - ] - ], - [ - 3.066666603088379, - [ - -0.03141693398356438, - -0.0, - 0.0, - 0.9995063543319702 - ] - ], - [ - 3.0999999046325684, - [ - -0.03221145272254944, - -0.0, - 0.0, - 0.9994810819625854 - ] - ], - [ - 3.133333444595337, - [ - -0.030709119513630867, - -0.0, - 0.0, - 0.9995283484458923 - ] - ], - [ - 3.1666667461395264, - [ - -0.02691781520843506, - -0.0, - 0.0, - 0.9996376633644104 - ] - ], - [ - 3.200000047683716, - [ - -0.021236801519989967, - -0.0, - 0.0, - 0.9997744560241699 - ] - ], - [ - 3.2333333492279053, - [ - -0.014558767899870872, - -0.0, - 0.0, - 0.9998940229415894 - ] - ], - [ - 3.2666666507720947, - [ - -0.009047451429069042, - -0.0, - 0.0, - 0.9999591708183289 - ] - ], - [ - 3.299999952316284, - [ - -0.008434065617620945, - -0.0, - 0.0, - 0.9999645352363586 - ] - ], - [ - 3.3333332538604736, - [ - -0.01615757867693901, - -0.0, - 0.0, - 0.9998694658279419 - ] - ], - [ - 3.366666555404663, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292644682_204986.json b/lenses/physics-objects/Scene/assets/1646688292644682_204986.json deleted file mode 100644 index ec6dcf95..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292644682_204986.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292644682:204986", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292645538_204999.json b/lenses/physics-objects/Scene/assets/1646688292645538_204999.json deleted file mode 100644 index 7e1dc82e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292645538_204999.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292645538:204999", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ], - [ - 6.633333206176758, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292645727_205006.json b/lenses/physics-objects/Scene/assets/1646688292645727_205006.json deleted file mode 100644 index a05f57f0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292645727_205006.json +++ /dev/null @@ -1,1756 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292645727:205006", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.6374300122261047, - 0.728632390499115, - -0.15214227139949799, - 0.19907432794570923 - ] - ], - [ - 0.03333333507180214, - [ - 0.6374300122261047, - 0.728632390499115, - -0.15214227139949799, - 0.19907432794570923 - ] - ], - [ - 0.06666667014360428, - [ - 0.6355137228965759, - 0.7300435304641724, - -0.15269362926483154, - 0.19960832595825195 - ] - ], - [ - 0.10000000149011612, - [ - 0.6336324214935303, - 0.7314105033874512, - -0.15325616300106049, - 0.2001532018184662 - ] - ], - [ - 0.13333334028720856, - [ - 0.6318284869194031, - 0.7327035069465637, - -0.15381638705730438, - 0.20069587230682373 - ] - ], - [ - 0.1666666716337204, - [ - 0.6301456093788147, - 0.7338935732841492, - -0.15435890853405, - 0.20122145116329193 - ] - ], - [ - 0.20000000298023224, - [ - 0.6286283135414124, - 0.734951913356781, - -0.15486682951450348, - 0.20171360671520233 - ] - ], - [ - 0.23333333432674408, - [ - 0.6273221969604492, - 0.7358500361442566, - -0.1553221493959427, - 0.20215491950511932 - ] - ], - [ - 0.2666666805744171, - [ - 0.6262735724449158, - 0.7365597486495972, - -0.15570564568042755, - 0.2025267779827118 - ] - ], - [ - 0.30000001192092896, - [ - 0.6255289912223816, - 0.737052321434021, - -0.1559978723526001, - 0.20281031727790833 - ] - ], - [ - 0.3333333432674408, - [ - 0.6251353621482849, - 0.7372992038726807, - -0.15617941319942474, - 0.20298683643341064 - ] - ], - [ - 0.36666667461395264, - [ - 0.6251389384269714, - 0.7372709512710571, - -0.15623168647289276, - 0.2030382603406906 - ] - ], - [ - 0.4000000059604645, - [ - 0.6254886984825134, - 0.7369424700737, - -0.15629641711711884, - 0.20310372114181519 - ] - ], - [ - 0.4333333373069763, - [ - 0.6260759234428406, - 0.736334502696991, - -0.15652035176753998, - 0.20332695543766022 - ] - ], - [ - 0.46666666865348816, - [ - 0.6268931031227112, - 0.7354636788368225, - -0.156879261136055, - 0.203684002161026 - ] - ], - [ - 0.5, - [ - 0.6279426217079163, - 0.7343370914459229, - -0.15735004842281342, - 0.2041521519422531 - ] - ], - [ - 0.5333333611488342, - [ - 0.6291975378990173, - 0.7329798936843872, - -0.15792348980903625, - 0.204722061753273 - ] - ], - [ - 0.5666666626930237, - [ - 0.6306304931640625, - 0.731417179107666, - -0.1585911065340042, - 0.2053852528333664 - ] - ], - [ - 0.6000000238418579, - [ - 0.6322140097618103, - 0.7296739816665649, - -0.15934419631958008, - 0.20613284409046173 - ] - ], - [ - 0.6333333253860474, - [ - 0.6339210867881775, - 0.7277757525444031, - -0.16017401218414307, - 0.20695608854293823 - ] - ], - [ - 0.6666666865348816, - [ - 0.6357250809669495, - 0.7257475852966309, - -0.16107170283794403, - 0.20784607529640198 - ] - ], - [ - 0.699999988079071, - [ - 0.6376000046730042, - 0.7236148118972778, - -0.1620280146598816, - 0.2087935209274292 - ] - ], - [ - 0.7333333492279053, - [ - 0.6395207047462463, - 0.7214028239250183, - -0.16303353011608124, - 0.20978905260562897 - ] - ], - [ - 0.7666666507720947, - [ - 0.6414628028869629, - 0.7191368341445923, - -0.164078027009964, - 0.21082240343093872 - ] - ], - [ - 0.800000011920929, - [ - 0.643403172492981, - 0.7168421745300293, - -0.16515138745307922, - 0.21188363432884216 - ] - ], - [ - 0.8333333134651184, - [ - 0.6453198790550232, - 0.7145445942878723, - -0.16624148190021515, - 0.2129606008529663 - ] - ], - [ - 0.8666666746139526, - [ - 0.64719158411026, - 0.7122688293457031, - -0.1673375517129898, - 0.2140427827835083 - ] - ], - [ - 0.8999999761581421, - [ - 0.6489987373352051, - 0.7100404500961304, - -0.16842693090438843, - 0.2151177078485489 - ] - ], - [ - 0.9333333373069763, - [ - 0.6507224440574646, - 0.7078846096992493, - -0.16949664056301117, - 0.21617256104946136 - ] - ], - [ - 0.9666666388511658, - [ - 0.6523450016975403, - 0.7058265209197998, - -0.17053323984146118, - 0.21719418466091156 - ] - ], - [ - 1.0, - [ - 0.653849720954895, - 0.7038912177085876, - -0.17152269184589386, - 0.21816885471343994 - ] - ], - [ - 1.0333333015441895, - [ - 0.655220627784729, - 0.7021037340164185, - -0.1724504828453064, - 0.21908234059810638 - ] - ], - [ - 1.0666667222976685, - [ - 0.6564424633979797, - 0.7004890441894531, - -0.1733017861843109, - 0.21992014348506927 - ] - ], - [ - 1.100000023841858, - [ - 0.6575003862380981, - 0.6990721225738525, - -0.1740613579750061, - 0.22066737711429596 - ] - ], - [ - 1.1333333253860474, - [ - 0.6583799719810486, - 0.6978777050971985, - -0.17471377551555634, - 0.22130899131298065 - ] - ], - [ - 1.1666666269302368, - [ - 0.6590666770935059, - 0.6969306468963623, - -0.17524366080760956, - 0.22182990610599518 - ] - ], - [ - 1.2000000476837158, - [ - 0.6595439910888672, - 0.6962687373161316, - -0.17561565339565277, - 0.2221955806016922 - ] - ], - [ - 1.2666666507720947, - [ - 0.6598029136657715, - 0.6959338784217834, - -0.17577362060546875, - 0.22235094010829926 - ] - ], - [ - 1.2999999523162842, - [ - 0.6595909595489502, - 0.6962468028068542, - -0.17557547986507416, - 0.22215627133846283 - ] - ], - [ - 1.3333333730697632, - [ - 0.6592087149620056, - 0.6967953443527222, - -0.17524515092372894, - 0.22183164954185486 - ] - ], - [ - 1.3666666746139526, - [ - 0.6586726903915405, - 0.6975542902946472, - -0.17479732632637024, - 0.2213914841413498 - ] - ], - [ - 1.399999976158142, - [ - 0.6579932570457458, - 0.6985046863555908, - -0.1742458939552307, - 0.22084935009479523 - ] - ], - [ - 1.4333332777023315, - [ - 0.657183825969696, - 0.6996270418167114, - -0.1736002117395401, - 0.22021442651748657 - ] - ], - [ - 1.4666666984558105, - [ - 0.6562578082084656, - 0.7009020447731018, - -0.17286938428878784, - 0.21949560940265656 - ] - ], - [ - 1.5, - [ - 0.6552284359931946, - 0.7023100256919861, - -0.1720629781484604, - 0.21870219707489014 - ] - ], - [ - 1.5333333015441895, - [ - 0.6541092991828918, - 0.7038317918777466, - -0.1711902916431427, - 0.21784332394599915 - ] - ], - [ - 1.5666667222976685, - [ - 0.65291428565979, - 0.7054477334022522, - -0.17026057839393616, - 0.21692807972431183 - ] - ], - [ - 1.600000023841858, - [ - 0.6516578197479248, - 0.7071382999420166, - -0.16928285360336304, - 0.21596528589725494 - ] - ], - [ - 1.6333333253860474, - [ - 0.65035480260849, - 0.7088837027549744, - -0.16826565563678741, - 0.21496327221393585 - ] - ], - [ - 1.6666666269302368, - [ - 0.6490210294723511, - 0.7106643319129944, - -0.16721749305725098, - 0.21393045783042908 - ] - ], - [ - 1.7000000476837158, - [ - 0.6476728320121765, - 0.712460458278656, - -0.1661461740732193, - 0.21287454664707184 - ] - ], - [ - 1.7333333492279053, - [ - 0.6463274359703064, - 0.7142519354820251, - -0.16505929827690125, - 0.21180297434329987 - ] - ], - [ - 1.7666666507720947, - [ - 0.6450027823448181, - 0.716018795967102, - -0.1639641523361206, - 0.21072304248809814 - ] - ], - [ - 1.7999999523162842, - [ - 0.6437178254127502, - 0.717741072177887, - -0.16286736726760864, - 0.20964127779006958 - ] - ], - [ - 1.8333333730697632, - [ - 0.6424918174743652, - 0.7193983197212219, - -0.16177551448345184, - 0.20856422185897827 - ] - ], - [ - 1.8666666746139526, - [ - 0.6413450837135315, - 0.7209703922271729, - -0.1606946885585785, - 0.20749801397323608 - ] - ], - [ - 1.899999976158142, - [ - 0.6402983665466309, - 0.7224368453025818, - -0.15963079035282135, - 0.2064485400915146 - ] - ], - [ - 1.9333332777023315, - [ - 0.6393728852272034, - 0.7237772941589355, - -0.15858964622020721, - 0.20542165637016296 - ] - ], - [ - 1.9666666984558105, - [ - 0.6385902762413025, - 0.7249712347984314, - -0.157576784491539, - 0.20442292094230652 - ] - ], - [ - 2.0, - [ - 0.637972354888916, - 0.7259981036186218, - -0.1565980166196823, - 0.20345821976661682 - ] - ], - [ - 2.0333333015441895, - [ - 0.6375405788421631, - 0.7268372774124146, - -0.15565916895866394, - 0.20253336429595947 - ] - ], - [ - 2.066666603088379, - [ - 0.6373167634010315, - 0.7274684309959412, - -0.15476636588573456, - 0.20165453851222992 - ] - ], - [ - 2.0999999046325684, - [ - 0.6373217105865479, - 0.7278706431388855, - -0.1539262980222702, - 0.2008284628391266 - ] - ], - [ - 2.133333444595337, - [ - 0.6374881267547607, - 0.7281200289726257, - -0.15310552716255188, - 0.20002198219299316 - ] - ], - [ - 2.1666667461395264, - [ - 0.6377261281013489, - 0.7283123135566711, - -0.15226899087429047, - 0.19920022785663605 - ] - ], - [ - 2.200000047683716, - [ - 0.6380273103713989, - 0.7284461259841919, - -0.15143468976020813, - 0.19838087260723114 - ] - ], - [ - 2.2333333492279053, - [ - 0.6383877396583557, - 0.7285158038139343, - -0.15062180161476135, - 0.19758275151252747 - ] - ], - [ - 2.2666666507720947, - [ - 0.6388012170791626, - 0.7285236716270447, - -0.14983706176280975, - 0.1968124955892563 - ] - ], - [ - 2.299999952316284, - [ - 0.6392617225646973, - 0.7284721732139587, - -0.14908693730831146, - 0.196076437830925 - ] - ], - [ - 2.3333332538604736, - [ - 0.6397629380226135, - 0.7283638715744019, - -0.1483777016401291, - 0.19538070261478424 - ] - ], - [ - 2.366666555404663, - [ - 0.6402989029884338, - 0.7282013893127441, - -0.14771540462970734, - 0.194731205701828 - ] - ], - [ - 2.4000000953674316, - [ - 0.6408622860908508, - 0.7279984354972839, - -0.1470850706100464, - 0.19411326944828033 - ] - ], - [ - 2.433333396911621, - [ - 0.641445517539978, - 0.7277691960334778, - -0.14647014439105988, - 0.1935105174779892 - ] - ], - [ - 2.4666666984558105, - [ - 0.642042338848114, - 0.7275175452232361, - -0.14587439596652985, - 0.19292663037776947 - ] - ], - [ - 2.5, - [ - 0.6426466703414917, - 0.7272471785545349, - -0.14530153572559357, - 0.19236524403095245 - ] - ], - [ - 2.5333333015441895, - [ - 0.643252432346344, - 0.7269619703292847, - -0.14475497603416443, - 0.19182968139648438 - ] - ], - [ - 2.566666603088379, - [ - 0.6438539028167725, - 0.7266658544540405, - -0.14423763751983643, - 0.19132283329963684 - ] - ], - [ - 2.5999999046325684, - [ - 0.6444452404975891, - 0.7263628244400024, - -0.14375226199626923, - 0.19084736704826355 - ] - ], - [ - 2.633333444595337, - [ - 0.6450209021568298, - 0.7260568141937256, - -0.14330126345157623, - 0.19040562212467194 - ] - ], - [ - 2.6666667461395264, - [ - 0.6455754041671753, - 0.725752055644989, - -0.14288674294948578, - 0.18999969959259033 - ] - ], - [ - 2.700000047683716, - [ - 0.6461033225059509, - 0.7254525423049927, - -0.14251023530960083, - 0.18963102996349335 - ] - ], - [ - 2.7333333492279053, - [ - 0.646599531173706, - 0.72516268491745, - -0.14217321574687958, - 0.18930108845233917 - ] - ], - [ - 2.7666666507720947, - [ - 0.6470588445663452, - 0.7248865962028503, - -0.1418769359588623, - 0.1890111118555069 - ] - ], - [ - 2.799999952316284, - [ - 0.6474761366844177, - 0.724628746509552, - -0.14162211120128632, - 0.18876175582408905 - ] - ], - [ - 2.8333332538604736, - [ - 0.6478464007377625, - 0.7243934273719788, - -0.1414095014333725, - 0.18855378031730652 - ] - ], - [ - 2.866666555404663, - [ - 0.6481645703315735, - 0.7241851091384888, - -0.1412397176027298, - 0.18838778138160706 - ] - ], - [ - 2.933333396911621, - [ - 0.6486279964447021, - 0.7238602042198181, - -0.1410388946533203, - 0.1881917268037796 - ] - ], - [ - 2.9666666984558105, - [ - 0.648768424987793, - 0.7237411141395569, - -0.141023650765419, - 0.1881771981716156 - ] - ], - [ - 3.0, - [ - 0.6488403081893921, - 0.723658561706543, - -0.1410636454820633, - 0.18821682035923004 - ] - ], - [ - 3.0333333015441895, - [ - 0.6488369703292847, - 0.7236199975013733, - -0.14115580916404724, - 0.18830755352973938 - ] - ], - [ - 3.066666603088379, - [ - 0.6485673189163208, - 0.723788857460022, - -0.1413177102804184, - 0.18846599757671356 - ] - ], - [ - 3.0999999046325684, - [ - 0.6478809714317322, - 0.7242944240570068, - -0.14156025648117065, - 0.18870232999324799 - ] - ], - [ - 3.133333444595337, - [ - 0.6468729376792908, - 0.7250601053237915, - -0.14186054468154907, - 0.18899428844451904 - ] - ], - [ - 3.1666667461395264, - [ - 0.6456266045570374, - 0.7260178923606873, - -0.14219996333122253, - 0.1893237978219986 - ] - ], - [ - 3.200000047683716, - [ - 0.644178569316864, - 0.7271360158920288, - -0.14257244765758514, - 0.18968495726585388 - ] - ], - [ - 3.2333333492279053, - [ - 0.6425673365592957, - 0.7283785343170166, - -0.1429775506258011, - 0.19007739424705505 - ] - ], - [ - 3.2666666507720947, - [ - 0.6408329010009766, - 0.7297075390815735, - -0.14341753721237183, - 0.19050343334674835 - ] - ], - [ - 3.299999952316284, - [ - 0.6390141248703003, - 0.7310888171195984, - -0.1438896209001541, - 0.19096049666404724 - ] - ], - [ - 3.3333332538604736, - [ - 0.6371505260467529, - 0.7324888706207275, - -0.14438940584659576, - 0.19144435226917267 - ] - ], - [ - 3.366666555404663, - [ - 0.6352823972702026, - 0.7338752746582031, - -0.14491042494773865, - 0.1919488161802292 - ] - ], - [ - 3.4000000953674316, - [ - 0.6334508061408997, - 0.7352161407470703, - -0.14544478058815002, - 0.19246631860733032 - ] - ], - [ - 3.433333396911621, - [ - 0.6316977739334106, - 0.7364803552627563, - -0.14598201215267181, - 0.19298674166202545 - ] - ], - [ - 3.4666666984558105, - [ - 0.6300665140151978, - 0.7376375794410706, - -0.14651040732860565, - 0.1934988796710968 - ] - ], - [ - 3.5, - [ - 0.6286009550094604, - 0.7386577725410461, - -0.14701612293720245, - 0.19398927688598633 - ] - ], - [ - 3.5333333015441895, - [ - 0.6273460984230042, - 0.7395114898681641, - -0.14748406410217285, - 0.1944434493780136 - ] - ], - [ - 3.566666603088379, - [ - 0.6263473033905029, - 0.740169107913971, - -0.14789818227291107, - 0.19484582543373108 - ] - ], - [ - 3.5999999046325684, - [ - 0.6256515979766846, - 0.7405991554260254, - -0.1482446938753128, - 0.19518321752548218 - ] - ], - [ - 3.633333444595337, - [ - 0.6253048181533813, - 0.740772008895874, - -0.14850667119026184, - 0.19543921947479248 - ] - ], - [ - 3.6666667461395264, - [ - 0.6253513097763062, - 0.740660548210144, - -0.14866334199905396, - 0.19559365510940552 - ] - ], - [ - 3.700000047683716, - [ - 0.625739336013794, - 0.7402455806732178, - -0.14885133504867554, - 0.19578072428703308 - ] - ], - [ - 3.7333333492279053, - [ - 0.6263599395751953, - 0.7395535707473755, - -0.14921070635318756, - 0.19613763689994812 - ] - ], - [ - 3.7666666507720947, - [ - 0.627204954624176, - 0.738603413105011, - -0.1497119665145874, - 0.19663532078266144 - ] - ], - [ - 3.799999952316284, - [ - 0.628276526927948, - 0.7374045848846436, - -0.15032565593719482, - 0.19724461436271667 - ] - ], - [ - 3.8333332538604736, - [ - 0.629547119140625, - 0.735984206199646, - -0.15103837847709656, - 0.19795219600200653 - ] - ], - [ - 3.866666555404663, - [ - 0.6309911012649536, - 0.7343645691871643, - -0.15184402465820313, - 0.1987517923116684 - ] - ], - [ - 3.9000000953674316, - [ - 0.6325833797454834, - 0.7325660586357117, - -0.1527392566204071, - 0.1996399611234665 - ] - ], - [ - 3.933333396911621, - [ - 0.6342971920967102, - 0.7306132912635803, - -0.15371450781822205, - 0.20060698688030243 - ] - ], - [ - 3.9666666984558105, - [ - 0.6361064314842224, - 0.7285313606262207, - -0.15476004779338837, - 0.201643168926239 - ] - ], - [ - 4.0, - [ - 0.6379855871200562, - 0.7263453006744385, - -0.15586571395397186, - 0.20273828506469727 - ] - ], - [ - 4.0333333015441895, - [ - 0.6399098634719849, - 0.724079966545105, - -0.15702126920223236, - 0.2038821280002594 - ] - ], - [ - 4.066666603088379, - [ - 0.6418553590774536, - 0.7217605710029602, - -0.15821577608585358, - 0.20506379008293152 - ] - ], - [ - 4.099999904632568, - [ - 0.6437991261482239, - 0.7194122076034546, - -0.1594380885362625, - 0.2062721848487854 - ] - ], - [ - 4.133333206176758, - [ - 0.6457194089889526, - 0.7170600891113281, - -0.1606762856245041, - 0.2074955552816391 - ] - ], - [ - 4.166666507720947, - [ - 0.6475954651832581, - 0.7147292494773865, - -0.161918044090271, - 0.20872169733047485 - ] - ], - [ - 4.199999809265137, - [ - 0.6494076251983643, - 0.712445080280304, - -0.16315028071403503, - 0.20993772149085999 - ] - ], - [ - 4.233333110809326, - [ - 0.6511371731758118, - 0.7102325558662415, - -0.16435955464839935, - 0.21113039553165436 - ] - ], - [ - 4.266666889190674, - [ - 0.652766764163971, - 0.708116888999939, - -0.16553185880184174, - 0.21228601038455963 - ] - ], - [ - 4.300000190734863, - [ - 0.6542795300483704, - 0.7061231732368469, - -0.16665245592594147, - 0.2133900672197342 - ] - ], - [ - 4.333333492279053, - [ - 0.6556597352027893, - 0.7042763829231262, - -0.16770675778388977, - 0.2144283652305603 - ] - ], - [ - 4.366666793823242, - [ - 0.6568922996520996, - 0.7026018500328064, - -0.1686786413192749, - 0.2153850495815277 - ] - ], - [ - 4.400000095367432, - [ - 0.6579623818397522, - 0.7011241912841797, - -0.16955314576625824, - 0.21624554693698883 - ] - ], - [ - 4.433333396911621, - [ - 0.6588555574417114, - 0.699868381023407, - -0.1703144907951355, - 0.21699443459510803 - ] - ], - [ - 4.4666666984558105, - [ - 0.6595574617385864, - 0.698859453201294, - -0.1709466129541397, - 0.217616006731987 - ] - ], - [ - 4.5, - [ - 0.6600533723831177, - 0.6981220841407776, - -0.1714341640472412, - 0.21809527277946472 - ] - ], - [ - 4.5333333015441895, - [ - 0.6603280305862427, - 0.6976811289787292, - -0.17176148295402527, - 0.21841685473918915 - ] - ], - [ - 4.599999904632568, - [ - 0.6601879000663757, - 0.6977282166481018, - -0.1719161570072174, - 0.2185683399438858 - ] - ], - [ - 4.633333206176758, - [ - 0.6598454713821411, - 0.6981110572814941, - -0.1718101054430008, - 0.2184636890888214 - ] - ], - [ - 4.666666507720947, - [ - 0.6593538522720337, - 0.6986864805221558, - -0.17160926759243011, - 0.21826572716236115 - ] - ], - [ - 4.699999809265137, - [ - 0.6587228775024414, - 0.6994373798370361, - -0.17132696509361267, - 0.2179875373840332 - ] - ], - [ - 4.733333110809326, - [ - 0.6579652428627014, - 0.7003459334373474, - -0.17097161710262299, - 0.21763736009597778 - ] - ], - [ - 4.766666889190674, - [ - 0.6570934653282166, - 0.7013944387435913, - -0.1705518364906311, - 0.21722367405891418 - ] - ], - [ - 4.800000190734863, - [ - 0.6561201214790344, - 0.7025652527809143, - -0.17007610201835632, - 0.2167547047138214 - ] - ], - [ - 4.833333492279053, - [ - 0.6550579071044922, - 0.7038406729698181, - -0.16955290734767914, - 0.2162388414144516 - ] - ], - [ - 4.866666793823242, - [ - 0.6539199948310852, - 0.705203115940094, - -0.16899017989635468, - 0.21568384766578674 - ] - ], - [ - 4.900000095367432, - [ - 0.6527208089828491, - 0.7066326141357422, - -0.16839827597141266, - 0.21509984135627747 - ] - ], - [ - 4.933333396911621, - [ - 0.6514754295349121, - 0.7081090211868286, - -0.16778725385665894, - 0.21449674665927887 - ] - ], - [ - 4.9666666984558105, - [ - 0.6501988768577576, - 0.7096143364906311, - -0.16716401278972626, - 0.21388138830661774 - ] - ], - [ - 5.0, - [ - 0.6489068269729614, - 0.7111304402351379, - -0.16653457283973694, - 0.21325962245464325 - ] - ], - [ - 5.0333333015441895, - [ - 0.6476160883903503, - 0.7126392126083374, - -0.1659044474363327, - 0.21263699233531952 - ] - ], - [ - 5.066666603088379, - [ - 0.6463441252708435, - 0.7141224145889282, - -0.16527828574180603, - 0.21201810240745544 - ] - ], - [ - 5.099999904632568, - [ - 0.6451092958450317, - 0.71556156873703, - -0.16466006636619568, - 0.2114069014787674 - ] - ], - [ - 5.133333206176758, - [ - 0.6439307928085327, - 0.7169380784034729, - -0.16405318677425385, - 0.21080680191516876 - ] - ], - [ - 5.166666507720947, - [ - 0.6428288817405701, - 0.7182334065437317, - -0.16346028447151184, - 0.2102205604314804 - ] - ], - [ - 5.199999809265137, - [ - 0.6418240666389465, - 0.719428539276123, - -0.1628836989402771, - 0.20965051651000977 - ] - ], - [ - 5.233333110809326, - [ - 0.6409380435943604, - 0.7205045819282532, - -0.16232505440711975, - 0.20909841358661652 - ] - ], - [ - 5.266666889190674, - [ - 0.6401925683021545, - 0.721442461013794, - -0.16178575158119202, - 0.20856571197509766 - ] - ], - [ - 5.300000190734863, - [ - 0.6396098136901855, - 0.7222227454185486, - -0.1612672507762909, - 0.20805397629737854 - ] - ], - [ - 5.333333492279053, - [ - 0.6392121315002441, - 0.7228262424468994, - -0.16077065467834473, - 0.20756447315216064 - ] - ], - [ - 5.366666793823242, - [ - 0.6390215754508972, - 0.7232332825660706, - -0.16029736399650574, - 0.2070986032485962 - ] - ], - [ - 5.400000095367432, - [ - 0.6390599012374878, - 0.7234245538711548, - -0.159849151968956, - 0.2066582888364792 - ] - ], - [ - 5.433333396911621, - [ - 0.6392607688903809, - 0.7234775424003601, - -0.15938876569271088, - 0.20620660483837128 - ] - ], - [ - 5.4666666984558105, - [ - 0.6395353674888611, - 0.7234896421432495, - -0.15887831151485443, - 0.20570601522922516 - ] - ], - [ - 5.5, - [ - 0.6398748755455017, - 0.7234609127044678, - -0.15833276510238647, - 0.2051711529493332 - ] - ], - [ - 5.5333333015441895, - [ - 0.6402746438980103, - 0.7233870625495911, - -0.15776878595352173, - 0.20461837947368622 - ] - ], - [ - 5.566666603088379, - [ - 0.6407280564308167, - 0.7232714891433716, - -0.15719051659107208, - 0.20405170321464539 - ] - ], - [ - 5.599999904632568, - [ - 0.6412285566329956, - 0.7231178283691406, - -0.15660236775875092, - 0.2034754753112793 - ] - ], - [ - 5.633333206176758, - [ - 0.6417693495750427, - 0.7229297757148743, - -0.1560087352991104, - 0.2028939574956894 - ] - ], - [ - 5.666666507720947, - [ - 0.6423436999320984, - 0.7227110266685486, - -0.15541398525238037, - 0.2023114114999771 - ] - ], - [ - 5.699999809265137, - [ - 0.6429447531700134, - 0.7224652767181396, - -0.1548226773738861, - 0.2017323225736618 - ] - ], - [ - 5.733333110809326, - [ - 0.6435658931732178, - 0.7221963405609131, - -0.15423902869224548, - 0.2011607587337494 - ] - ], - [ - 5.766666889190674, - [ - 0.6442005038261414, - 0.7219081521034241, - -0.15366719663143158, - 0.20060084760189056 - ] - ], - [ - 5.800000190734863, - [ - 0.6448420286178589, - 0.721604585647583, - -0.15311112999916077, - 0.20005638897418976 - ] - ], - [ - 5.833333492279053, - [ - 0.6454841494560242, - 0.7212895750999451, - -0.15257450938224792, - 0.19953100383281708 - ] - ], - [ - 5.866666793823242, - [ - 0.6461206078529358, - 0.7209671139717102, - -0.15206068754196167, - 0.19902797043323517 - ] - ], - [ - 5.900000095367432, - [ - 0.6467453837394714, - 0.7206411957740784, - -0.15157298743724823, - 0.1985505372285843 - ] - ], - [ - 5.933333396911621, - [ - 0.6473525166511536, - 0.7203159928321838, - -0.1511140614748001, - 0.19810129702091217 - ] - ], - [ - 5.9666666984558105, - [ - 0.6479362845420837, - 0.7199954986572266, - -0.15068669617176056, - 0.19768297672271729 - ] - ], - [ - 6.0, - [ - 0.6484910845756531, - 0.7196840047836304, - -0.15029287338256836, - 0.19729751348495483 - ] - ], - [ - 6.0333333015441895, - [ - 0.6490113735198975, - 0.7193856239318848, - -0.1499347984790802, - 0.19694705307483673 - ] - ], - [ - 6.066666603088379, - [ - 0.6494917869567871, - 0.7191046476364136, - -0.14961399137973785, - 0.19663310050964355 - ] - ], - [ - 6.099999904632568, - [ - 0.6499271392822266, - 0.7188453674316406, - -0.14933200180530548, - 0.19635717570781708 - ] - ], - [ - 6.133333206176758, - [ - 0.650312066078186, - 0.7186119556427002, - -0.14909012615680695, - 0.1961205005645752 - ] - ], - [ - 6.166666507720947, - [ - 0.6506415009498596, - 0.7184088826179504, - -0.14888937771320343, - 0.1959240883588791 - ] - ], - [ - 6.233333110809326, - [ - 0.6511134505271912, - 0.7181110382080078, - -0.14861558377742767, - 0.19565629959106445 - ] - ], - [ - 6.333333492279053, - [ - 0.651276171207428, - 0.7179988026618958, - -0.1485406756401062, - 0.19558310508728027 - ] - ], - [ - 6.366666793823242, - [ - 0.6509803533554077, - 0.7182226181030273, - -0.148634672164917, - 0.19567462801933289 - ] - ], - [ - 6.400000095367432, - [ - 0.650266170501709, - 0.7187827229499817, - -0.14881834387779236, - 0.19585300981998444 - ] - ], - [ - 6.433333396911621, - [ - 0.6492294669151306, - 0.7195992469787598, - -0.1490730196237564, - 0.196100115776062 - ] - ], - [ - 6.4666666984558105, - [ - 0.647954523563385, - 0.7206010818481445, - -0.14938375353813171, - 0.1964014619588852 - ] - ], - [ - 6.5, - [ - 0.6464791893959045, - 0.721754252910614, - -0.14974620938301086, - 0.1967528611421585 - ] - ], - [ - 6.5333333015441895, - [ - 0.6448410749435425, - 0.7230250239372253, - -0.15015581250190735, - 0.1971498429775238 - ] - ], - [ - 6.566666603088379, - [ - 0.6430783271789551, - 0.7243804335594177, - -0.15060725808143616, - 0.1975872814655304 - ] - ], - [ - 6.599999904632568, - [ - 0.6412293314933777, - 0.725787878036499, - -0.15109436213970184, - 0.19805921614170074 - ] - ], - [ - 6.633333206176758, - [ - 0.639333188533783, - 0.7272155284881592, - -0.15160925686359406, - 0.1985580325126648 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292645912_205013.json b/lenses/physics-objects/Scene/assets/1646688292645912_205013.json deleted file mode 100644 index 0f187575..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292645912_205013.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292645912:205013", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292647152_205026.json b/lenses/physics-objects/Scene/assets/1646688292647152_205026.json deleted file mode 100644 index c1a7679a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292647152_205026.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292647152:205026", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ], - [ - 3.366666555404663, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292647415_205033.json b/lenses/physics-objects/Scene/assets/1646688292647415_205033.json deleted file mode 100644 index b6c6f81e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292647415_205033.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292647415:205033", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ], - [ - 0.03333333507180214, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ], - [ - 0.06666667014360428, - [ - 0.6956973671913147, - 0.7174240946769714, - 0.016231577843427658, - 0.03231722488999367 - ] - ], - [ - 0.10000000149011612, - [ - 0.6815620064735413, - 0.730954647064209, - 0.023488612845540047, - 0.025039413943886757 - ] - ], - [ - 0.13333334028720856, - [ - 0.6706121563911438, - 0.7409118413925171, - 0.032998088747262955, - 0.015495838597416878 - ] - ], - [ - 0.1666666716337204, - [ - 0.6620195508003235, - 0.7481884956359863, - 0.04385119676589966, - 0.004597511608153582 - ] - ], - [ - 0.20000000298023224, - [ - 0.6569414734840393, - 0.7519071698188782, - 0.05495898053050041, - -0.006556975655257702 - ] - ], - [ - 0.23333333432674408, - [ - 0.6564599275588989, - 0.7514626979827881, - 0.06414946168661118, - -0.015779269859194756 - ] - ], - [ - 0.2666666805744171, - [ - 0.6619436144828796, - 0.746175229549408, - 0.06825172156095505, - -0.019874783232808113 - ] - ], - [ - 0.30000001192092896, - [ - 0.6879904270172119, - 0.7226641774177551, - 0.06455204635858536, - -0.01608799397945404 - ] - ], - [ - 0.3333333432674408, - [ - 0.7360278367996216, - 0.6747288107872009, - 0.05447949096560478, - -0.006011923775076866 - ] - ], - [ - 0.36666667461395264, - [ - 0.786977231502533, - 0.6156669855117798, - 0.03926192969083786, - 0.00892691034823656 - ] - ], - [ - 0.4000000059604645, - [ - 0.8282637000083923, - 0.5593010187149048, - 0.020272381603717804, - 0.027398409321904182 - ] - ], - [ - 0.4333333373069763, - [ - 0.8540276288986206, - 0.5182215571403503, - 0.001528180786408484, - 0.045616425573825836 - ] - ], - [ - 0.46666666865348816, - [ - 0.8607399463653564, - 0.5056692957878113, - -0.010612007230520248, - 0.05755596235394478 - ] - ], - [ - 0.5, - [ - 0.8184263706207275, - 0.5707343220710754, - -0.016769729554653168, - 0.06449533253908157 - ] - ], - [ - 0.5333333611488342, - [ - 0.7093552350997925, - 0.7008408904075623, - -0.023017609491944313, - 0.07146590948104858 - ] - ], - [ - 0.5666666626930237, - [ - 0.5615329146385193, - 0.823005199432373, - -0.03194761276245117, - 0.07951442152261734 - ] - ], - [ - 0.6000000238418579, - [ - 0.43703585863113403, - 0.8940404653549194, - -0.04288339614868164, - 0.08861348032951355 - ] - ], - [ - 0.6333333253860474, - [ - 0.4125683009624481, - 0.9045019745826721, - -0.05031322315335274, - 0.09556213021278381 - ] - ], - [ - 0.6666666865348816, - [ - 0.48597800731658936, - 0.8669097423553467, - -0.05163581669330597, - 0.0981152355670929 - ] - ], - [ - 0.699999988079071, - [ - 0.5883920788764954, - 0.800911545753479, - -0.05095577612519264, - 0.09868630021810532 - ] - ], - [ - 0.7333333492279053, - [ - 0.6933812499046326, - 0.712042510509491, - -0.05019596964120865, - 0.09848031401634216 - ] - ], - [ - 0.7666666507720947, - [ - 0.7880986928939819, - 0.6053061485290527, - -0.051426973193883896, - 0.0992984026670456 - ] - ], - [ - 0.800000011920929, - [ - 0.8645870685577393, - 0.488492488861084, - -0.056706298142671585, - 0.10319232940673828 - ] - ], - [ - 0.8333333134651184, - [ - 0.9160352945327759, - 0.3801840841770172, - -0.06533448398113251, - 0.10986699908971786 - ] - ], - [ - 0.8666666746139526, - [ - 0.9433844089508057, - 0.30109989643096924, - -0.07467164099216461, - 0.11742686480283737 - ] - ], - [ - 0.8999999761581421, - [ - 0.9513968229293823, - 0.2709321081638336, - -0.08038873225450516, - 0.1223827376961708 - ] - ], - [ - 0.9333333373069763, - [ - 0.9398705959320068, - 0.3099614679813385, - -0.0776398628950119, - 0.12057868391275406 - ] - ], - [ - 0.9666666388511658, - [ - 0.9038945436477661, - 0.4068465232849121, - -0.06813925504684448, - 0.1131707951426506 - ] - ], - [ - 1.0, - [ - 0.8385005593299866, - 0.5315796732902527, - -0.0578039288520813, - 0.10487402230501175 - ] - ], - [ - 1.0333333015441895, - [ - 0.747849702835083, - 0.6546766757965088, - -0.049929119646549225, - 0.09811392426490784 - ] - ], - [ - 1.0666667222976685, - [ - 0.64969801902771, - 0.75309818983078, - -0.045092131942510605, - 0.09328615665435791 - ] - ], - [ - 1.100000023841858, - [ - 0.5716677904129028, - 0.8144479393959045, - -0.042283497750759125, - 0.08990448713302612 - ] - ], - [ - 1.1333333253860474, - [ - 0.5438712239265442, - 0.8336634039878845, - -0.03993528336286545, - 0.08726149797439575 - ] - ], - [ - 1.1666666269302368, - [ - 0.6181214451789856, - 0.7804006934165955, - -0.038211483508348465, - 0.08625872433185577 - ] - ], - [ - 1.2000000476837158, - [ - 0.7619287371635437, - 0.6400471329689026, - -0.04166008159518242, - 0.08982598036527634 - ] - ], - [ - 1.2333333492279053, - [ - 0.8870352506637573, - 0.4470570683479309, - -0.055372029542922974, - 0.1012057363986969 - ] - ], - [ - 1.2666666507720947, - [ - 0.9510357975959778, - 0.27364277839660645, - -0.07837440073490143, - 0.12044917792081833 - ] - ], - [ - 1.2999999523162842, - [ - 0.9643507599830627, - 0.205865278840065, - -0.09574056416749954, - 0.1359442174434662 - ] - ], - [ - 1.3333333730697632, - [ - 0.9547026753425598, - 0.24482585489749908, - -0.09719572961330414, - 0.13840638101100922 - ] - ], - [ - 1.3666666746139526, - [ - 0.9300230145454407, - 0.32879626750946045, - -0.09242677688598633, - 0.1356743723154068 - ] - ], - [ - 1.399999976158142, - [ - 0.8836570382118225, - 0.4405048191547394, - -0.08695998042821884, - 0.13245253264904022 - ] - ], - [ - 1.4333332777023315, - [ - 0.8146202564239502, - 0.5588402152061462, - -0.08359459787607193, - 0.13078083097934723 - ] - ], - [ - 1.4666666984558105, - [ - 0.7305214405059814, - 0.664981484413147, - -0.08324015140533447, - 0.1311836540699005 - ] - ], - [ - 1.5, - [ - 0.6470662951469421, - 0.7458270788192749, - -0.08539419621229172, - 0.13324804604053497 - ] - ], - [ - 1.5333333015441895, - [ - 0.5845880508422852, - 0.7949268221855164, - -0.08860836178064346, - 0.1360025852918625 - ] - ], - [ - 1.5666667222976685, - [ - 0.5636995434761047, - 0.8092382550239563, - -0.09101049602031708, - 0.138178750872612 - ] - ], - [ - 1.600000023841858, - [ - 0.6350212693214417, - 0.7547674775123596, - -0.08999951928853989, - 0.13774670660495758 - ] - ], - [ - 1.6333333253860474, - [ - 0.7735863924026489, - 0.6118273735046387, - -0.09043518453836441, - 0.13803207874298096 - ] - ], - [ - 1.6666666269302368, - [ - 0.8843573331832886, - 0.4379473626613617, - -0.09824115037918091, - 0.1283077895641327 - ] - ], - [ - 1.7000000476837158, - [ - 0.9315248727798462, - 0.3058091700077057, - -0.14932280778884888, - 0.12823837995529175 - ] - ], - [ - 1.7333333492279053, - [ - 0.9421454668045044, - 0.2611047923564911, - -0.16780512034893036, - 0.1266012340784073 - ] - ], - [ - 1.7666666507720947, - [ - 0.9316174387931824, - 0.2987721264362335, - -0.1599532812833786, - 0.13129796087741852 - ] - ], - [ - 1.7999999523162842, - [ - 0.9084827899932861, - 0.3841451108455658, - -0.1065511479973793, - 0.12545372545719147 - ] - ], - [ - 1.8333333730697632, - [ - 0.8508748412132263, - 0.49731436371803284, - -0.1002933606505394, - 0.13649791479110718 - ] - ], - [ - 1.8666666746139526, - [ - 0.7644907236099243, - 0.6231265068054199, - -0.09046856313943863, - 0.13814115524291992 - ] - ], - [ - 1.899999976158142, - [ - 0.6629151701927185, - 0.7322402000427246, - -0.08378179371356964, - 0.1317133605480194 - ] - ], - [ - 1.9333332777023315, - [ - 0.5827354788780212, - 0.7990140318870544, - -0.0784149318933487, - 0.12588591873645782 - ] - ], - [ - 1.9666666984558105, - [ - 0.5569707751274109, - 0.8188766241073608, - -0.07151760160923004, - 0.11878582835197449 - ] - ], - [ - 2.0, - [ - 0.6648125648498535, - 0.736953854560852, - -0.05887730419635773, - 0.10703600198030472 - ] - ], - [ - 2.0333333015441895, - [ - 0.8444876670837402, - 0.5247344970703125, - -0.048548806458711624, - 0.09558940678834915 - ] - ], - [ - 2.066666603088379, - [ - 0.9552778601646423, - 0.2772693336009979, - -0.048359327018260956, - 0.09070435911417007 - ] - ], - [ - 2.0999999046325684, - [ - 0.9815022945404053, - 0.16379649937152863, - -0.04759397357702255, - 0.08694148808717728 - ] - ], - [ - 2.133333444595337, - [ - 0.9697347283363342, - 0.23063579201698303, - -0.032159533351659775, - 0.07339906692504883 - ] - ], - [ - 2.1666667461395264, - [ - 0.9253361821174622, - 0.375063419342041, - -0.00993119552731514, - 0.054607417434453964 - ] - ], - [ - 2.200000047683716, - [ - 0.8391109704971313, - 0.5426070690155029, - 0.01062723621726036, - 0.036842647939920425 - ] - ], - [ - 2.2333333492279053, - [ - 0.7264732718467712, - 0.6863318085670471, - 0.02617698162794113, - 0.022360948845744133 - ] - ], - [ - 2.2666666507720947, - [ - 0.6285165548324585, - 0.7768366932868958, - 0.03691033273935318, - 0.011371590197086334 - ] - ], - [ - 2.299999952316284, - [ - 0.5953067541122437, - 0.8023728728294373, - 0.042103152722120285, - 0.005915139336138964 - ] - ], - [ - 2.3333332538604736, - [ - 0.6765654683113098, - 0.7353655099868774, - 0.03690768778324127, - 0.011600203812122345 - ] - ], - [ - 2.366666555404663, - [ - 0.8228521943092346, - 0.5672392249107361, - 0.021277805790305138, - 0.026479875668883324 - ] - ], - [ - 2.4000000953674316, - [ - 0.9366531372070313, - 0.3468213975429535, - -0.004633080214262009, - 0.04872780293226242 - ] - ], - [ - 2.433333396911621, - [ - 0.9828917980194092, - 0.16220898926258087, - -0.03880210593342781, - 0.07814282923936844 - ] - ], - [ - 2.4666666984558105, - [ - 0.9888790249824524, - 0.09634175151586533, - -0.05927335470914841, - 0.0965568870306015 - ] - ], - [ - 2.5, - [ - 0.9696447253227234, - 0.22343598306179047, - -0.046682845801115036, - 0.08767198771238327 - ] - ], - [ - 2.5333333015441895, - [ - 0.8810818195343018, - 0.46677717566490173, - -0.02553963102400303, - 0.07184630632400513 - ] - ], - [ - 2.566666603088379, - [ - 0.7367271780967712, - 0.6735450625419617, - -0.010389362461864948, - 0.05884028971195221 - ] - ], - [ - 2.5999999046325684, - [ - 0.6627039313316345, - 0.747359573841095, - 0.0007295378600247204, - 0.04771420359611511 - ] - ], - [ - 2.633333444595337, - [ - 0.7321858406066895, - 0.679970383644104, - 0.0107060382142663, - 0.03780960291624069 - ] - ], - [ - 2.6666667461395264, - [ - 0.8296766877174377, - 0.5571290254592896, - 0.0164386834949255, - 0.0312060359865427 - ] - ], - [ - 2.700000047683716, - [ - 0.8686720728874207, - 0.49418723583221436, - 0.01663964055478573, - 0.030182374641299248 - ] - ], - [ - 2.7333333492279053, - [ - 0.8504053354263306, - 0.5249931812286377, - 0.017440810799598694, - 0.029812002554535866 - ] - ], - [ - 2.7666666507720947, - [ - 0.8151991963386536, - 0.5781906247138977, - 0.024127887561917305, - 0.0237430352717638 - ] - ], - [ - 2.799999952316284, - [ - 0.7685076594352722, - 0.6387725472450256, - 0.034100666642189026, - 0.014247455634176731 - ] - ], - [ - 2.8333332538604736, - [ - 0.7151653170585632, - 0.697532057762146, - 0.04439172148704529, - 0.004142513033002615 - ] - ], - [ - 2.866666555404663, - [ - 0.6645365953445435, - 0.7453275322914124, - 0.05341565981507301, - -0.0049787708558142185 - ] - ], - [ - 2.9000000953674316, - [ - 0.627930760383606, - 0.7758907675743103, - 0.059705451130867004, - -0.011476150713860989 - ] - ], - [ - 2.933333396911621, - [ - 0.6169294118881226, - 0.7844631671905518, - 0.06186734512448311, - -0.013721494004130363 - ] - ], - [ - 2.9666666984558105, - [ - 0.668167769908905, - 0.741641104221344, - 0.0584760420024395, - -0.010041040368378162 - ] - ], - [ - 3.0, - [ - 0.7751799821853638, - 0.6296639442443848, - 0.051100898534059525, - -0.002836482133716345 - ] - ], - [ - 3.0333333015441895, - [ - 0.8817905783653259, - 0.4698065519332886, - 0.04123251140117645, - 0.005202583037316799 - ] - ], - [ - 3.066666603088379, - [ - 0.9530504941940308, - 0.3011187016963959, - 0.028400694951415062, - 0.014687196351587772 - ] - ], - [ - 3.0999999046325684, - [ - 0.9847837686538696, - 0.17134563624858856, - 0.014722730033099651, - 0.024997012689709663 - ] - ], - [ - 3.133333444595337, - [ - 0.9913443326950073, - 0.12753109633922577, - 0.008417360484600067, - 0.030022436752915382 - ] - ], - [ - 3.1666667461395264, - [ - 0.9752665162086487, - 0.2187751680612564, - 0.01181416679173708, - 0.029208067804574966 - ] - ], - [ - 3.200000047683716, - [ - 0.9126545786857605, - 0.40736255049705505, - 0.016000142320990562, - 0.02935001812875271 - ] - ], - [ - 3.2333333492279053, - [ - 0.7951213717460632, - 0.6054009795188904, - 0.016504984349012375, - 0.03161095827817917 - ] - ], - [ - 3.2666666507720947, - [ - 0.6681534647941589, - 0.7430740594863892, - 0.013365795835852623, - 0.03511793911457062 - ] - ], - [ - 3.299999952316284, - [ - 0.6143795847892761, - 0.7880384922027588, - 0.01044552680104971, - 0.03773556277155876 - ] - ], - [ - 3.3333332538604736, - [ - 0.6554045677185059, - 0.7542555332183838, - 0.01082668174058199, - 0.03776548430323601 - ] - ], - [ - 3.366666555404663, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292647727_205040.json b/lenses/physics-objects/Scene/assets/1646688292647727_205040.json deleted file mode 100644 index 676c8f90..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292647727_205040.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292647727:205040", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292649346_205053.json b/lenses/physics-objects/Scene/assets/1646688292649346_205053.json deleted file mode 100644 index e58ab71d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292649346_205053.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292649346:205053", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.720895767211914, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.749065399169922, - 1.4210854715202004e-14, - 7.42159954445939e-27 - ] - ], - [ - 3.2333333492279053, - [ - 9.70783805847168, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.736244201660156, - 2.842170943040401e-14, - -5.3290705182007514e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.719375610351563, - 1.4210854715202004e-14, - 4.440892098500626e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292649660_205060.json b/lenses/physics-objects/Scene/assets/1646688292649660_205060.json deleted file mode 100644 index b3d2aa6b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292649660_205060.json +++ /dev/null @@ -1,1774 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292649660:205060", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02585214003920555, - -0.11684762686491013, - -0.0818549320101738, - 0.989433228969574 - ] - ], - [ - 0.03333333507180214, - [ - -0.02585214003920555, - -0.11684762686491013, - -0.0818549320101738, - 0.989433228969574 - ] - ], - [ - 0.06666667014360428, - [ - -0.024675045162439346, - -0.11611444503068924, - -0.08422815799713135, - 0.9893503785133362 - ] - ], - [ - 0.10000000149011612, - [ - -0.02337397076189518, - -0.11538063734769821, - -0.08660075068473816, - 0.9892629981040955 - ] - ], - [ - 0.13333334028720856, - [ - -0.02199481800198555, - -0.11466418206691742, - -0.08892194926738739, - 0.989172101020813 - ] - ], - [ - 0.1666666716337204, - [ - -0.020575430244207382, - -0.11398548632860184, - -0.09114135801792145, - 0.9890789985656738 - ] - ], - [ - 0.20000000298023224, - [ - -0.019153298810124397, - -0.11336707323789597, - -0.09321039170026779, - 0.9889858961105347 - ] - ], - [ - 0.23333333432674408, - [ - -0.01776546984910965, - -0.11283311247825623, - -0.0950818806886673, - 0.9888947010040283 - ] - ], - [ - 0.2666666805744171, - [ - -0.016448553651571274, - -0.11240877956151962, - -0.09670983254909515, - 0.9888078570365906 - ] - ], - [ - 0.30000001192092896, - [ - -0.015238701365888119, - -0.11211951076984406, - -0.09804884344339371, - 0.9887281656265259 - ] - ], - [ - 0.3333333432674408, - [ - -0.0141716618090868, - -0.11199028789997101, - -0.09905350208282471, - 0.9886586666107178 - ] - ], - [ - 0.36666667461395264, - [ - -0.01328287459909916, - -0.112044557929039, - -0.09967739135026932, - 0.9886020421981812 - ] - ], - [ - 0.4000000059604645, - [ - -0.012580344453454018, - -0.11225122958421707, - -0.09993118047714233, - 0.9885621666908264 - ] - ], - [ - 0.4333333373069763, - [ - -0.01206088624894619, - -0.11255471408367157, - -0.09984775632619858, - 0.9885425567626953 - ] - ], - [ - 0.46666666865348816, - [ - -0.01171285379678011, - -0.11296812444925308, - -0.09947145730257034, - 0.9885375499725342 - ] - ], - [ - 0.5, - [ - -0.011518862098455429, - -0.11350163072347641, - -0.09886840730905533, - 0.9885392189025879 - ] - ], - [ - 0.5333333611488342, - [ - -0.011473330669105053, - -0.1141381710767746, - -0.0980563834309578, - 0.9885473251342773 - ] - ], - [ - 0.5666666626930237, - [ - -0.011568267829716206, - -0.11486109346151352, - -0.09705355763435364, - 0.9885614514350891 - ] - ], - [ - 0.6000000238418579, - [ - -0.011788538657128811, - -0.11565449833869934, - -0.09587756544351578, - 0.9885810613632202 - ] - ], - [ - 0.6333333253860474, - [ - -0.012115064077079296, - -0.1165035292506218, - -0.09454628080129623, - 0.9886056780815125 - ] - ], - [ - 0.6666666865348816, - [ - -0.012526395730674267, - -0.11739408224821091, - -0.09307767450809479, - 0.9886345267295837 - ] - ], - [ - 0.699999988079071, - [ - -0.012997484765946865, - -0.11831334978342056, - -0.0914899930357933, - 0.9886671900749207 - ] - ], - [ - 0.7333333492279053, - [ - -0.013509170152246952, - -0.11924944072961807, - -0.08980297297239304, - 0.9887025356292725 - ] - ], - [ - 0.7666666507720947, - [ - -0.014040384441614151, - -0.12019214034080505, - -0.08803687989711761, - 0.9887397289276123 - ] - ], - [ - 0.800000011920929, - [ - -0.014583301730453968, - -0.12112908065319061, - -0.08621226251125336, - 0.988778293132782 - ] - ], - [ - 0.8333333134651184, - [ - -0.01513022929430008, - -0.12204896658658981, - -0.08434996008872986, - 0.9888176918029785 - ] - ], - [ - 0.8666666746139526, - [ - -0.01567363180220127, - -0.12294147908687592, - -0.08247106522321701, - 0.9888570308685303 - ] - ], - [ - 0.8999999761581421, - [ - -0.01620614342391491, - -0.12379761040210724, - -0.0805969312787056, - 0.9888961911201477 - ] - ], - [ - 0.9333333373069763, - [ - -0.01672053337097168, - -0.12460929155349731, - -0.07874894142150879, - 0.9889345765113831 - ] - ], - [ - 0.9666666388511658, - [ - -0.01720973290503025, - -0.1253696233034134, - -0.07694865763187408, - 0.9889718890190125 - ] - ], - [ - 1.0, - [ - -0.017666803672909737, - -0.1260724812746048, - -0.07521753758192062, - 0.9890076518058777 - ] - ], - [ - 1.0333333015441895, - [ - -0.018084930256009102, - -0.1267126202583313, - -0.0735771581530571, - 0.9890415668487549 - ] - ], - [ - 1.0666667222976685, - [ - -0.018457407131791115, - -0.12728554010391235, - -0.07204889506101608, - 0.9890737533569336 - ] - ], - [ - 1.100000023841858, - [ - -0.018777597695589066, - -0.12778715789318085, - -0.07065412402153015, - 0.9891035556793213 - ] - ], - [ - 1.1333333253860474, - [ - -0.01903892308473587, - -0.12821368873119354, - -0.06941407173871994, - 0.9891311526298523 - ] - ], - [ - 1.1666666269302368, - [ - -0.01923481561243534, - -0.12856155633926392, - -0.06834987550973892, - 0.9891564249992371 - ] - ], - [ - 1.2000000476837158, - [ - -0.019449148327112198, - -0.12883226573467255, - -0.06745395064353943, - 0.9891784191131592 - ] - ], - [ - 1.2333333492279053, - [ - -0.019758936017751694, - -0.1290263533592224, - -0.0667208731174469, - 0.9891967177391052 - ] - ], - [ - 1.2666666507720947, - [ - -0.02014719322323799, - -0.12913823127746582, - -0.06617473810911179, - 0.9892109632492065 - ] - ], - [ - 1.3333333730697632, - [ - -0.021074889227747917, - -0.12907026708126068, - -0.06577828526496887, - 0.9892269372940063 - ] - ], - [ - 1.3666666746139526, - [ - -0.02156471274793148, - -0.12888211011886597, - -0.0659334808588028, - 0.9892305731773376 - ] - ], - [ - 1.399999976158142, - [ - -0.022031163796782494, - -0.12859083712100983, - -0.06628996878862381, - 0.9892343878746033 - ] - ], - [ - 1.4333332777023315, - [ - -0.022463439032435417, - -0.12820598483085632, - -0.06682554632425308, - 0.9892386794090271 - ] - ], - [ - 1.4666666984558105, - [ - -0.02285262569785118, - -0.12773634493350983, - -0.06751807779073715, - 0.9892435073852539 - ] - ], - [ - 1.5, - [ - -0.02319139800965786, - -0.12719054520130157, - -0.06834571063518524, - 0.9892489910125732 - ] - ], - [ - 1.5333333015441895, - [ - -0.02347513474524021, - -0.12657718360424042, - -0.06928692758083344, - 0.9892556071281433 - ] - ], - [ - 1.5666667222976685, - [ - -0.023695429787039757, - -0.12590529024600983, - -0.07031979411840439, - 0.989263117313385 - ] - ], - [ - 1.600000023841858, - [ - -0.02384672686457634, - -0.1251842975616455, - -0.07142289727926254, - 0.9892720580101013 - ] - ], - [ - 1.6333333253860474, - [ - -0.023916754871606827, - -0.12442474067211151, - -0.07257414609193802, - 0.9892823100090027 - ] - ], - [ - 1.6666666269302368, - [ - -0.02389603480696678, - -0.12363781780004501, - -0.07375204563140869, - 0.9892943501472473 - ] - ], - [ - 1.7000000476837158, - [ - -0.023798229172825813, - -0.12283347547054291, - -0.07493814080953598, - 0.9893077611923218 - ] - ], - [ - 1.7333333492279053, - [ - -0.02363709919154644, - -0.12202250957489014, - -0.07611417025327682, - 0.9893221855163574 - ] - ], - [ - 1.7666666507720947, - [ - -0.02342650480568409, - -0.12121644616127014, - -0.07726207375526428, - 0.9893374443054199 - ] - ], - [ - 1.7999999523162842, - [ - -0.023180397227406502, - -0.12042742222547531, - -0.07836401462554932, - 0.989352822303772 - ] - ], - [ - 1.8333333730697632, - [ - -0.022912854328751564, - -0.1196683719754219, - -0.07940242439508438, - 0.9893683791160583 - ] - ], - [ - 1.8666666746139526, - [ - -0.022638045251369476, - -0.11895271390676498, - -0.08035985380411148, - 0.9893836975097656 - ] - ], - [ - 1.899999976158142, - [ - -0.022370221093297005, - -0.11829441040754318, - -0.08121904730796814, - 0.9893985390663147 - ] - ], - [ - 1.9333332777023315, - [ - -0.022123737260699272, - -0.11770772188901901, - -0.08196287602186203, - 0.9894127249717712 - ] - ], - [ - 1.9666666984558105, - [ - -0.021913010627031326, - -0.11720714718103409, - -0.08257419615983963, - 0.9894260168075562 - ] - ], - [ - 2.0, - [ - -0.02175251394510269, - -0.11680714786052704, - -0.08303583413362503, - 0.9894382357597351 - ] - ], - [ - 2.066666603088379, - [ - -0.021640315651893616, - -0.11636559665203094, - -0.08344036340713501, - 0.9894586801528931 - ] - ], - [ - 2.1666667461395264, - [ - -0.022164540365338326, - -0.11672025173902512, - -0.0825842022895813, - 0.9894772171974182 - ] - ], - [ - 2.200000047683716, - [ - -0.022538049146533012, - -0.1170499324798584, - -0.08195324242115021, - 0.9894822239875793 - ] - ], - [ - 2.2333333492279053, - [ - -0.023013101890683174, - -0.11742189526557922, - -0.08119414001703262, - 0.9894897937774658 - ] - ], - [ - 2.2666666507720947, - [ - -0.023592596873641014, - -0.11782489717006683, - -0.08032657951116562, - 0.989499032497406 - ] - ], - [ - 2.299999952316284, - [ - -0.024274861440062523, - -0.11824848502874374, - -0.07937011122703552, - 0.9895092844963074 - ] - ], - [ - 2.3333332538604736, - [ - -0.025055550038814545, - -0.11868260055780411, - -0.07834406197071075, - 0.9895195364952087 - ] - ], - [ - 2.366666555404663, - [ - -0.02592511475086212, - -0.11911819875240326, - -0.07726757228374481, - 0.9895294308662415 - ] - ], - [ - 2.4000000953674316, - [ - -0.026959005743265152, - -0.11955448240041733, - -0.07613147795200348, - 0.989537239074707 - ] - ], - [ - 2.433333396911621, - [ - -0.028233874589204788, - -0.11999152600765228, - -0.07492401450872421, - 0.9895409345626831 - ] - ], - [ - 2.4666666984558105, - [ - -0.029730327427387238, - -0.12042313069105148, - -0.07365915924310684, - 0.989539623260498 - ] - ], - [ - 2.5, - [ - -0.031423963606357574, - -0.12084410339593887, - -0.07235078513622284, - 0.9895325303077698 - ] - ], - [ - 2.5333333015441895, - [ - -0.03328777104616165, - -0.12125008553266525, - -0.07101274281740189, - 0.989518940448761 - ] - ], - [ - 2.566666603088379, - [ - -0.035294678062200546, - -0.12163720279932022, - -0.06965908408164978, - 0.9894980192184448 - ] - ], - [ - 2.5999999046325684, - [ - -0.03741760924458504, - -0.1220020279288292, - -0.06830407679080963, - 0.9894696474075317 - ] - ], - [ - 2.633333444595337, - [ - -0.039629433304071426, - -0.12234151363372803, - -0.06696207821369171, - 0.989433228969574 - ] - ], - [ - 2.6666667461395264, - [ - -0.04190290346741676, - -0.12265320122241974, - -0.0656476765871048, - 0.989389181137085 - ] - ], - [ - 2.700000047683716, - [ - -0.044210851192474365, - -0.12293487787246704, - -0.06437550485134125, - 0.9893373847007751 - ] - ], - [ - 2.7333333492279053, - [ - -0.04652605950832367, - -0.12318475544452667, - -0.06316033005714417, - 0.9892783164978027 - ] - ], - [ - 2.7666666507720947, - [ - -0.04882127791643143, - -0.12340139597654343, - -0.06201694533228874, - 0.9892130494117737 - ] - ], - [ - 2.799999952316284, - [ - -0.05106927827000618, - -0.12358351051807404, - -0.06096022203564644, - 0.9891424775123596 - ] - ], - [ - 2.8333332538604736, - [ - -0.05324282869696617, - -0.12373006343841553, - -0.06000499054789543, - 0.9890679717063904 - ] - ], - [ - 2.866666555404663, - [ - -0.05531470477581024, - -0.12384001910686493, - -0.05916612967848778, - 0.9889910817146301 - ] - ], - [ - 2.9000000953674316, - [ - -0.05725780129432678, - -0.12391234189271927, - -0.05845843628048897, - 0.9889135956764221 - ] - ], - [ - 2.933333396911621, - [ - -0.05900229141116142, - -0.12394380569458008, - -0.057907991111278534, - 0.9888393878936768 - ] - ], - [ - 2.9666666984558105, - [ - -0.06049251928925514, - -0.12393153458833694, - -0.057537127286195755, - 0.9887726306915283 - ] - ], - [ - 3.0, - [ - -0.06172237917780876, - -0.12387463450431824, - -0.05735473707318306, - 0.988714337348938 - ] - ], - [ - 3.0333333015441895, - [ - -0.06268574297428131, - -0.1237715557217598, - -0.05736954137682915, - 0.9886656999588013 - ] - ], - [ - 3.066666603088379, - [ - -0.06335025280714035, - -0.12359090894460678, - -0.057652547955513, - 0.9886295795440674 - ] - ], - [ - 3.0999999046325684, - [ - -0.06369442492723465, - -0.1233115866780281, - -0.05824805796146393, - 0.9886073470115662 - ] - ], - [ - 3.133333444595337, - [ - -0.06373093277215958, - -0.12296029180288315, - -0.059214282780885696, - 0.9885914325714111 - ] - ], - [ - 3.1666667461395264, - [ - -0.06348130106925964, - -0.12255724519491196, - -0.06058512255549431, - 0.9885743856430054 - ] - ], - [ - 3.200000047683716, - [ - -0.06298308074474335, - -0.12210576236248016, - -0.062294069677591324, - 0.988555908203125 - ] - ], - [ - 3.2333333492279053, - [ - -0.06225128471851349, - -0.1216077208518982, - -0.06428229808807373, - 0.9885363578796387 - ] - ], - [ - 3.2666666507720947, - [ - -0.06128165125846863, - -0.12106543779373169, - -0.0664948895573616, - 0.988517165184021 - ] - ], - [ - 3.299999952316284, - [ - -0.06009616702795029, - -0.1204841285943985, - -0.06887295097112656, - 0.9884981513023376 - ] - ], - [ - 3.3333332538604736, - [ - -0.05871967598795891, - -0.11987138539552689, - -0.07135865092277527, - 0.9884790182113647 - ] - ], - [ - 3.366666555404663, - [ - -0.057183586061000824, - -0.11923738569021225, - -0.0738961473107338, - 0.9884593486785889 - ] - ], - [ - 3.4000000953674316, - [ - -0.05552496388554573, - -0.11859475821256638, - -0.07643160969018936, - 0.9884384274482727 - ] - ], - [ - 3.433333396911621, - [ - -0.053785502910614014, - -0.11795877665281296, - -0.07891325652599335, - 0.9884157776832581 - ] - ], - [ - 3.4666666984558105, - [ - -0.05199865624308586, - -0.11734765022993088, - -0.08128999173641205, - 0.9883915185928345 - ] - ], - [ - 3.5, - [ - -0.050197534263134, - -0.1167820617556572, - -0.0835123062133789, - 0.9883662462234497 - ] - ], - [ - 3.5333333015441895, - [ - -0.04841494932770729, - -0.11628448218107224, - -0.0855323076248169, - 0.9883410930633545 - ] - ], - [ - 3.566666603088379, - [ - -0.04668327420949936, - -0.11587847769260406, - -0.08730319142341614, - 0.9883173704147339 - ] - ], - [ - 3.5999999046325684, - [ - -0.04502236470580101, - -0.11558698117733002, - -0.08878187835216522, - 0.9882967472076416 - ] - ], - [ - 3.633333444595337, - [ - -0.04346464201807976, - -0.11543356627225876, - -0.08992225676774979, - 0.9882813096046448 - ] - ], - [ - 3.6666667461395264, - [ - -0.04206079989671707, - -0.11544222384691238, - -0.09067302197217941, - 0.9882725477218628 - ] - ], - [ - 3.700000047683716, - [ - -0.0408334918320179, - -0.11558586359024048, - -0.0910431519150734, - 0.9882730841636658 - ] - ], - [ - 3.7333333492279053, - [ - -0.03979407623410225, - -0.11581439524888992, - -0.09106487780809402, - 0.9882867336273193 - ] - ], - [ - 3.7666666507720947, - [ - -0.0389450378715992, - -0.11614423245191574, - -0.09078248590230942, - 0.9883078336715698 - ] - ], - [ - 3.799999952316284, - [ - -0.038283027708530426, - -0.11658930778503418, - -0.09026267379522324, - 0.9883289933204651 - ] - ], - [ - 3.8333332538604736, - [ - -0.03781663253903389, - -0.1171349436044693, - -0.08952049165964127, - 0.9883498549461365 - ] - ], - [ - 3.866666555404663, - [ - -0.03752168267965317, - -0.11776436120271683, - -0.08857882022857666, - 0.9883711338043213 - ] - ], - [ - 3.9000000953674316, - [ - -0.037357330322265625, - -0.11846047639846802, - -0.0874623954296112, - 0.9883936047554016 - ] - ], - [ - 3.933333396911621, - [ - -0.037304021418094635, - -0.11920933425426483, - -0.08618979156017303, - 0.9884173274040222 - ] - ], - [ - 3.9666666984558105, - [ - -0.03733978793025017, - -0.11999756097793579, - -0.08477954566478729, - 0.988442599773407 - ] - ], - [ - 4.0, - [ - -0.037438999861478806, - -0.12081307917833328, - -0.08325028419494629, - 0.9884694814682007 - ] - ], - [ - 4.0333333015441895, - [ - -0.037582311779260635, - -0.12164456397294998, - -0.08162207156419754, - 0.9884978532791138 - ] - ], - [ - 4.066666603088379, - [ - -0.03774852678179741, - -0.1224822849035263, - -0.07991529256105423, - 0.9885275363922119 - ] - ], - [ - 4.099999904632568, - [ - -0.037929482758045197, - -0.1233147382736206, - -0.07815096527338028, - 0.9885581731796265 - ] - ], - [ - 4.133333206176758, - [ - -0.0381171815097332, - -0.12413148581981659, - -0.0763503685593605, - 0.9885894656181335 - ] - ], - [ - 4.166666507720947, - [ - -0.03830379247665405, - -0.12492319941520691, - -0.07453493773937225, - 0.9886210560798645 - ] - ], - [ - 4.199999809265137, - [ - -0.03848164156079292, - -0.12568150460720062, - -0.0727262794971466, - 0.9886528253555298 - ] - ], - [ - 4.233333110809326, - [ - -0.038643207401037216, - -0.1263992041349411, - -0.07094597816467285, - 0.9886842966079712 - ] - ], - [ - 4.266666889190674, - [ - -0.03878113999962807, - -0.1270701140165329, - -0.06921570003032684, - 0.9887155294418335 - ] - ], - [ - 4.300000190734863, - [ - -0.038888249546289444, - -0.12768881022930145, - -0.06755711883306503, - 0.9887463450431824 - ] - ], - [ - 4.333333492279053, - [ - -0.03895745053887367, - -0.12825074791908264, - -0.06599178910255432, - 0.988776683807373 - ] - ], - [ - 4.366666793823242, - [ - -0.03898175060749054, - -0.12875200808048248, - -0.06454113870859146, - 0.9888063669204712 - ] - ], - [ - 4.400000095367432, - [ - -0.038954269140958786, - -0.12918904423713684, - -0.06322651356458664, - 0.9888352751731873 - ] - ], - [ - 4.433333396911621, - [ - -0.03886817768216133, - -0.12955863773822784, - -0.062069155275821686, - 0.9888635873794556 - ] - ], - [ - 4.4666666984558105, - [ - -0.038716647773981094, - -0.12985768914222717, - -0.061090145260095596, - 0.9888913035392761 - ] - ], - [ - 4.5, - [ - -0.0384928435087204, - -0.13008274137973785, - -0.060310494154691696, - 0.9889183044433594 - ] - ], - [ - 4.5333333015441895, - [ - -0.038189828395843506, - -0.13022999465465546, - -0.05975114926695824, - 0.9889446496963501 - ] - ], - [ - 4.566666603088379, - [ - -0.037800874561071396, - -0.13029491901397705, - -0.059432946145534515, - 0.9889702200889587 - ] - ], - [ - 4.599999904632568, - [ - -0.037314824759960175, - -0.13026563823223114, - -0.05939028412103653, - 0.9889950752258301 - ] - ], - [ - 4.633333206176758, - [ - -0.036727387458086014, - -0.13013644516468048, - -0.059640612453222275, - 0.9890190362930298 - ] - ], - [ - 4.666666507720947, - [ - -0.03601715341210365, - -0.12990282475948334, - -0.06016363576054573, - 0.989044189453125 - ] - ], - [ - 4.699999809265137, - [ - -0.03516647592186928, - -0.12956321239471436, - -0.06092575564980507, - 0.9890726804733276 - ] - ], - [ - 4.733333110809326, - [ - -0.034176506102085114, - -0.12912517786026, - -0.0619005411863327, - 0.989104151725769 - ] - ], - [ - 4.766666889190674, - [ - -0.03305019810795784, - -0.12859582901000977, - -0.06306175142526627, - 0.989138126373291 - ] - ], - [ - 4.800000190734863, - [ - -0.03179200366139412, - -0.12798219919204712, - -0.06438325345516205, - 0.9891737103462219 - ] - ], - [ - 4.833333492279053, - [ - -0.030408984050154686, - -0.12729158997535706, - -0.06583940237760544, - 0.9892105460166931 - ] - ], - [ - 4.866666793823242, - [ - -0.028904443606734276, - -0.12653209269046783, - -0.06740416586399078, - 0.9892476201057434 - ] - ], - [ - 4.900000095367432, - [ - -0.027271762490272522, - -0.12571173906326294, - -0.06905531883239746, - 0.9892846941947937 - ] - ], - [ - 4.933333396911621, - [ - -0.025496771559119225, - -0.12483993172645569, - -0.070770263671875, - 0.989321231842041 - ] - ], - [ - 4.9666666984558105, - [ - -0.023580485954880714, - -0.1239277720451355, - -0.0725238248705864, - 0.9893564581871033 - ] - ], - [ - 5.0, - [ - -0.021547097712755203, - -0.12298548966646194, - -0.07429394125938416, - 0.9893890619277954 - ] - ], - [ - 5.0333333015441895, - [ - -0.01942097581923008, - -0.12202459573745728, - -0.07605884969234467, - 0.9894179701805115 - ] - ], - [ - 5.066666603088379, - [ - -0.017226627096533775, - -0.12105761468410492, - -0.07779715955257416, - 0.9894422292709351 - ] - ], - [ - 5.099999904632568, - [ - -0.01498874370008707, - -0.12009816616773605, - -0.07948783785104752, - 0.9894613027572632 - ] - ], - [ - 5.133333206176758, - [ - -0.012732161208987236, - -0.11916078627109528, - -0.08111023902893066, - 0.9894744753837585 - ] - ], - [ - 5.166666507720947, - [ - -0.010481915436685085, - -0.11826113611459732, - -0.08264405280351639, - 0.9894819855690002 - ] - ], - [ - 5.199999809265137, - [ - -0.008263163268566132, - -0.11741543561220169, - -0.08406931906938553, - 0.989483654499054 - ] - ], - [ - 5.233333110809326, - [ - -0.0061012073419988155, - -0.11664067208766937, - -0.08536633849143982, - 0.9894798398017883 - ] - ], - [ - 5.266666889190674, - [ - -0.0040214392356574535, - -0.11595425009727478, - -0.08651562035083771, - 0.9894713163375854 - ] - ], - [ - 5.300000190734863, - [ - -0.0020494700875133276, - -0.11537376791238785, - -0.08749774098396301, - 0.9894588589668274 - ] - ], - [ - 5.333333492279053, - [ - -0.0002108554617734626, - -0.11491682380437851, - -0.08829314261674881, - 0.9894434809684753 - ] - ], - [ - 5.366666793823242, - [ - 0.0014687393559142947, - -0.11460071057081223, - -0.08888217061758041, - 0.98942631483078 - ] - ], - [ - 5.400000095367432, - [ - 0.0029636358376592398, - -0.11444209516048431, - -0.08924469351768494, - 0.9894087314605713 - ] - ], - [ - 5.433333396911621, - [ - 0.0042581805028021336, - -0.11443943530321121, - -0.08938185125589371, - 0.9893919229507446 - ] - ], - [ - 5.4666666984558105, - [ - 0.005343478638678789, - -0.11457843333482742, - -0.08930911868810654, - 0.9893771409988403 - ] - ], - [ - 5.5, - [ - 0.006202208809554577, - -0.11482156813144684, - -0.08904439955949783, - 0.9893677830696106 - ] - ], - [ - 5.5333333015441895, - [ - 0.0068242112174630165, - -0.11512729525566101, - -0.08861523866653442, - 0.9893667101860046 - ] - ], - [ - 5.566666603088379, - [ - 0.0071957954205572605, - -0.11548475176095963, - -0.08803755044937134, - 0.9893739819526672 - ] - ], - [ - 5.599999904632568, - [ - 0.007307868450880051, - -0.11588342487812042, - -0.08732673525810242, - 0.9893895387649536 - ] - ], - [ - 5.633333206176758, - [ - 0.00715376203879714, - -0.11631300300359726, - -0.08649799227714539, - 0.9894130825996399 - ] - ], - [ - 5.666666507720947, - [ - 0.006732049863785505, - -0.11676383763551712, - -0.08556609600782394, - 0.9894440770149231 - ] - ], - [ - 5.699999809265137, - [ - 0.006045802030712366, - -0.11722693592309952, - -0.08454553782939911, - 0.9894814491271973 - ] - ], - [ - 5.733333110809326, - [ - 0.005103509873151779, - -0.1176941841840744, - -0.08345051109790802, - 0.989524245262146 - ] - ], - [ - 5.766666889190674, - [ - 0.003923237323760986, - -0.11815882474184036, - -0.08229437470436096, - 0.9895710945129395 - ] - ], - [ - 5.800000190734863, - [ - 0.0025281638372689486, - -0.11861497908830643, - -0.0810902789235115, - 0.9896203875541687 - ] - ], - [ - 5.833333492279053, - [ - 0.0009440912399441004, - -0.11905793845653534, - -0.07985158264636993, - 0.9896706938743591 - ] - ], - [ - 5.866666793823242, - [ - -0.0008031062316149473, - -0.11948322504758835, - -0.07859176397323608, - 0.9897204041481018 - ] - ], - [ - 5.900000095367432, - [ - -0.0026875047478824854, - -0.11988680809736252, - -0.0773245096206665, - 0.9897682070732117 - ] - ], - [ - 5.933333396911621, - [ - -0.0046831401996314526, - -0.12026511877775192, - -0.07606370002031326, - 0.9898125529289246 - ] - ], - [ - 5.9666666984558105, - [ - -0.006763944402337074, - -0.12061494588851929, - -0.07482334226369858, - 0.9898523688316345 - ] - ], - [ - 6.0, - [ - -0.008903851732611656, - -0.12093350291252136, - -0.0736175999045372, - 0.989886999130249 - ] - ], - [ - 6.0333333015441895, - [ - -0.011076741851866245, - -0.12121837586164474, - -0.07246075570583344, - 0.989915668964386 - ] - ], - [ - 6.066666603088379, - [ - -0.01325644738972187, - -0.12146735936403275, - -0.0713670626282692, - 0.9899377226829529 - ] - ], - [ - 6.099999904632568, - [ - -0.015416782349348068, - -0.12167856842279434, - -0.07035095989704132, - 0.9899532198905945 - ] - ], - [ - 6.133333206176758, - [ - -0.017531534656882286, - -0.12185025215148926, - -0.06942684203386307, - 0.9899621605873108 - ] - ], - [ - 6.166666507720947, - [ - -0.019574489444494247, - -0.12198077142238617, - -0.06860905140638351, - 0.9899647831916809 - ] - ], - [ - 6.199999809265137, - [ - -0.021519433706998825, - -0.12206848710775375, - -0.06791194528341293, - 0.9899616837501526 - ] - ], - [ - 6.233333110809326, - [ - -0.02334013767540455, - -0.12211159616708755, - -0.06734979897737503, - 0.9899536371231079 - ] - ], - [ - 6.266666889190674, - [ - -0.02501044236123562, - -0.12210811674594879, - -0.06693676114082336, - 0.9899411797523499 - ] - ], - [ - 6.300000190734863, - [ - -0.0265041533857584, - -0.1220557689666748, - -0.06668685376644135, - 0.9899256229400635 - ] - ], - [ - 6.333333492279053, - [ - -0.027795158326625824, - -0.12195170670747757, - -0.06661394238471985, - 0.98990797996521 - ] - ], - [ - 6.366666793823242, - [ - -0.02883145771920681, - -0.12175925821065903, - -0.06679225713014603, - 0.9898899793624878 - ] - ], - [ - 6.400000095367432, - [ - -0.029571933671832085, - -0.12145411968231201, - -0.06726997345685959, - 0.9898732900619507 - ] - ], - [ - 6.433333396911621, - [ - -0.030009472742676735, - -0.12106258422136307, - -0.06810951232910156, - 0.9898506999015808 - ] - ], - [ - 6.4666666984558105, - [ - -0.030145861208438873, - -0.12060505896806717, - -0.0693492516875267, - 0.9898163080215454 - ] - ], - [ - 6.5, - [ - -0.029998986050486565, - -0.1200873851776123, - -0.07092930376529694, - 0.989771842956543 - ] - ], - [ - 6.5333333015441895, - [ - -0.02959206886589527, - -0.11951511353254318, - -0.07278993725776672, - 0.9897181987762451 - ] - ], - [ - 6.566666603088379, - [ - -0.028945188969373703, - -0.11889540404081345, - -0.0748709961771965, - 0.9896568059921265 - ] - ], - [ - 6.599999904632568, - [ - -0.02808520197868347, - -0.11823670566082001, - -0.07711358368396759, - 0.98958820104599 - ] - ], - [ - 6.633333206176758, - [ - -0.027042018249630928, - -0.11754979938268661, - -0.07946009188890457, - 0.9895134568214417 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292649952_205067.json b/lenses/physics-objects/Scene/assets/1646688292649952_205067.json deleted file mode 100644 index ce0b35b5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292649952_205067.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292649952:205067", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292651044_205080.json b/lenses/physics-objects/Scene/assets/1646688292651044_205080.json deleted file mode 100644 index 1449db98..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292651044_205080.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292651044:205080", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.7186861038208, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.67585277557373, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.684871673583984, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.704936027526855, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.738115310668945, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.775662422180176, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.80355453491211, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.810712814331055, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.785930633544922, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.741040229797363, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.701931953430176, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.725296020507813, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.793306350708008, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.803955078125, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.780107498168945, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.741876602172852, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.710694313049316, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.690123558044434, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.678743362426758, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.69961929321289, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.767509460449219, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.764200210571289, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.725777626037598, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.696969032287598, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.694358825683594, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.726616859436035, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.767633438110352, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.802427291870117, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.820962905883789, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.800071716308594, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.752084732055664, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.716314315795898, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.722209930419922, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.765143394470215, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.824393272399902, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.87866497039795, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.912757873535156, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.900267601013184, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.797703742980957, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.768890380859375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.749324798583984, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.757988929748535, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.805475234985352, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.870185852050781, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.90667724609375, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.895702362060547, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.860180854797363, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.814422607421875, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.778340339660645, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.7771635055542, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.801082611083984, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.84406566619873, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.882078170776367, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.882575988769531, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.813047409057617, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.73570728302002, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.707103729248047, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.711676597595215, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.732438087463379, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.800414085388184, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.803507804870605, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.72603988647461, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.69956111907959, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.676795959472656, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.684767723083496, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292651265_205087.json b/lenses/physics-objects/Scene/assets/1646688292651265_205087.json deleted file mode 100644 index d97f0227..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292651265_205087.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292651265:205087", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ], - [ - 0.03333333507180214, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ], - [ - 0.06666667014360428, - [ - 0.029203113168478012, - 0.0005456783110275865, - 0.021827615797519684, - 0.9993351101875305 - ] - ], - [ - 0.10000000149011612, - [ - 0.03193573281168938, - 0.002338099991902709, - 0.03453065827488899, - 0.9988905191421509 - ] - ], - [ - 0.13333334028720856, - [ - 0.028240729123353958, - 0.005865449085831642, - 0.028632396832108498, - 0.9991738796234131 - ] - ], - [ - 0.1666666716337204, - [ - 0.0194932222366333, - 0.008173772133886814, - 0.013279986567795277, - 0.9996883869171143 - ] - ], - [ - 0.20000000298023224, - [ - 0.01260731928050518, - 0.006959022954106331, - -0.0076288580894470215, - 0.99986732006073 - ] - ], - [ - 0.23333333432674408, - [ - 0.011468027718365192, - 0.0022750389762222767, - -0.029836921021342278, - 0.99948650598526 - ] - ], - [ - 0.2666666805744171, - [ - 0.015343878418207169, - -0.0033002144191414118, - -0.04954976588487625, - 0.9986483454704285 - ] - ], - [ - 0.30000001192092896, - [ - 0.020466379821300507, - -0.008628307841718197, - -0.06343011558055878, - 0.9977390766143799 - ] - ], - [ - 0.3333333432674408, - [ - 0.02349415421485901, - -0.013880827464163303, - -0.06771373003721237, - 0.9973315596580505 - ] - ], - [ - 0.36666667461395264, - [ - 0.022392315790057182, - -0.013446423225104809, - -0.05345454066991806, - 0.9982286095619202 - ] - ], - [ - 0.4000000059604645, - [ - 0.01566450297832489, - -0.003547495463863015, - -0.02135946787893772, - 0.9996428489685059 - ] - ], - [ - 0.4333333373069763, - [ - 0.005422181449830532, - 0.011041941121220589, - 0.015995502471923828, - 0.9997963905334473 - ] - ], - [ - 0.46666666865348816, - [ - -0.006380088161677122, - 0.02242167480289936, - 0.04612090811133385, - 0.9986638426780701 - ] - ], - [ - 0.5, - [ - -0.01669624075293541, - 0.02455040253698826, - 0.05984477326273918, - 0.9977660775184631 - ] - ], - [ - 0.5333333611488342, - [ - -0.024596963077783585, - 0.01641961932182312, - 0.056005701422691345, - 0.9979923367500305 - ] - ], - [ - 0.5666666626930237, - [ - -0.03142159432172775, - 0.0036717471666634083, - 0.04002675041556358, - 0.9986976981163025 - ] - ], - [ - 0.6000000238418579, - [ - -0.036191340535879135, - -0.008170129731297493, - 0.015856217592954636, - 0.9991856813430786 - ] - ], - [ - 0.6333333253860474, - [ - -0.03777247667312622, - -0.017577875405550003, - -0.009123940952122211, - 0.9990900754928589 - ] - ], - [ - 0.6666666865348816, - [ - -0.033786624670028687, - -0.025299349799752235, - -0.027388758957386017, - 0.9987333416938782 - ] - ], - [ - 0.699999988079071, - [ - -0.025023607537150383, - -0.029704615473747253, - -0.03324735537171364, - 0.9986922740936279 - ] - ], - [ - 0.7333333492279053, - [ - -0.015446058474481106, - -0.028587494045495987, - -0.02532394975423813, - 0.9991511702537537 - ] - ], - [ - 0.7666666507720947, - [ - -0.007826277054846287, - -0.021992404013872147, - -0.008327635005116463, - 0.9996929168701172 - ] - ], - [ - 0.800000011920929, - [ - -0.0049097537994384766, - -0.011179043911397457, - 0.01332621369510889, - 0.9998366832733154 - ] - ], - [ - 0.8333333134651184, - [ - -0.007189714815467596, - 0.0006893951795063913, - 0.03543105348944664, - 0.999346137046814 - ] - ], - [ - 0.8666666746139526, - [ - -0.013789152726531029, - 0.010362084954977036, - 0.05472898483276367, - 0.9983523488044739 - ] - ], - [ - 0.8999999761581421, - [ - -0.024569783359766006, - 0.015902653336524963, - 0.0685621052980423, - 0.9972174763679504 - ] - ], - [ - 0.9333333373069763, - [ - -0.037658464163541794, - 0.017071295529603958, - 0.0742986872792244, - 0.9963786005973816 - ] - ], - [ - 0.9666666388511658, - [ - -0.04998357221484184, - 0.014143859967589378, - 0.06982283294200897, - 0.9962059855461121 - ] - ], - [ - 1.0, - [ - -0.05889527499675751, - 0.008003870025277138, - 0.05642426013946533, - 0.996636152267456 - ] - ], - [ - 1.0333333015441895, - [ - -0.062272995710372925, - 0.00023443359532393515, - 0.03661520406603813, - 0.9973872303962708 - ] - ], - [ - 1.0666667222976685, - [ - -0.05975636467337608, - -0.0071532330475747585, - 0.013950559310615063, - 0.9980899691581726 - ] - ], - [ - 1.100000023841858, - [ - -0.0523265078663826, - -0.012806696817278862, - -0.007396640256047249, - 0.9985204935073853 - ] - ], - [ - 1.1333333253860474, - [ - -0.041333429515361786, - -0.016420751810073853, - -0.023305829614400864, - 0.9987385869026184 - ] - ], - [ - 1.1666666269302368, - [ - -0.029744375497102737, - -0.01834237016737461, - -0.02958785369992256, - 0.998951256275177 - ] - ], - [ - 1.2000000476837158, - [ - -0.02017143741250038, - -0.01600499637424946, - -0.016271265223622322, - 0.9995359778404236 - ] - ], - [ - 1.2333333492279053, - [ - -0.012867617420852184, - -0.0071116103790700436, - 0.015480606816709042, - 0.9997720718383789 - ] - ], - [ - 1.2666666507720947, - [ - -0.008570344187319279, - 0.0027846861630678177, - 0.051939792931079865, - 0.9986096620559692 - ] - ], - [ - 1.2999999523162842, - [ - -0.007574733812361956, - 0.007211728487163782, - 0.07984602451324463, - 0.9967524409294128 - ] - ], - [ - 1.3333333730697632, - [ - -0.013692069798707962, - 0.007894203998148441, - 0.08993112295866013, - 0.9958226680755615 - ] - ], - [ - 1.3666666746139526, - [ - -0.027718590572476387, - 0.007999341934919357, - 0.08459866791963577, - 0.9959973692893982 - ] - ], - [ - 1.399999976158142, - [ - -0.042881496250629425, - 0.008619142696261406, - 0.0711715817451477, - 0.9965046644210815 - ] - ], - [ - 1.4333332777023315, - [ - -0.05393562465906143, - 0.00890437699854374, - 0.050650302320718765, - 0.9972192645072937 - ] - ], - [ - 1.4666666984558105, - [ - -0.06081425026059151, - 0.008325880393385887, - 0.02607380412518978, - 0.9977737665176392 - ] - ], - [ - 1.5, - [ - -0.0629822239279747, - 0.007063665892928839, - 0.0011800697539001703, - 0.9979890584945679 - ] - ], - [ - 1.5333333015441895, - [ - -0.05942365527153015, - 0.0055838036350905895, - -0.020663192495703697, - 0.998003363609314 - ] - ], - [ - 1.5666667222976685, - [ - -0.051077187061309814, - 0.004556271713227034, - -0.03641147166490555, - 0.998020350933075 - ] - ], - [ - 1.600000023841858, - [ - -0.039939578622579575, - 0.004616734571754932, - -0.04304837808012962, - 0.9982636570930481 - ] - ], - [ - 1.6333333253860474, - [ - -0.029788564890623093, - 0.0077473875135183334, - -0.03446442633867264, - 0.9989319443702698 - ] - ], - [ - 1.6666666269302368, - [ - -0.021940192207694054, - 0.014062589965760708, - -0.010499607771635056, - 0.9996052384376526 - ] - ], - [ - 1.7000000476837158, - [ - -0.018589574843645096, - 0.01932176947593689, - 0.021869763731956482, - 0.999401330947876 - ] - ], - [ - 1.7333333492279053, - [ - -0.0203761775046587, - 0.02089616097509861, - 0.052854023873806, - 0.9981757402420044 - ] - ], - [ - 1.7666666507720947, - [ - -0.02523047849535942, - 0.022352434694767, - 0.07432357966899872, - 0.9966643452644348 - ] - ], - [ - 1.7999999523162842, - [ - -0.02946474403142929, - 0.024856850504875183, - 0.08220164477825165, - 0.9958699941635132 - ] - ], - [ - 1.8333333730697632, - [ - -0.030969813466072083, - 0.025381488725543022, - 0.07263098657131195, - 0.9965548515319824 - ] - ], - [ - 1.8666666746139526, - [ - -0.028549598529934883, - 0.021172452718019485, - 0.048163749277591705, - 0.9982068538665771 - ] - ], - [ - 1.899999976158142, - [ - -0.021758247166872025, - 0.012922014109790325, - 0.01533276867121458, - 0.9995622634887695 - ] - ], - [ - 1.9333332777023315, - [ - -0.010676796548068523, - 0.0031116956379264593, - -0.01780988648533821, - 0.9997795224189758 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030748858116567135, - -0.00519885029643774, - -0.043093111366033554, - 0.9990528225898743 - ] - ], - [ - 2.0, - [ - 0.017699778079986572, - -0.008729195222258568, - -0.053159281611442566, - 0.9983910322189331 - ] - ], - [ - 2.0333333015441895, - [ - 0.03133717551827431, - -0.004052821081131697, - -0.04060543701052666, - 0.998675525188446 - ] - ], - [ - 2.066666603088379, - [ - 0.042006149888038635, - 0.008032274432480335, - -0.009378815069794655, - 0.9990411400794983 - ] - ], - [ - 2.0999999046325684, - [ - 0.04565466567873955, - 0.022323699668049812, - 0.028144612908363342, - 0.9983111619949341 - ] - ], - [ - 2.133333444595337, - [ - 0.0409756563603878, - 0.03425799310207367, - 0.05702926963567734, - 0.9969428777694702 - ] - ], - [ - 2.1666667461395264, - [ - 0.031977660953998566, - 0.03949328511953354, - 0.06785713136196136, - 0.9964001774787903 - ] - ], - [ - 2.200000047683716, - [ - 0.022242676466703415, - 0.03810226544737816, - 0.05985620245337486, - 0.9972315430641174 - ] - ], - [ - 2.2333333492279053, - [ - 0.01489723939448595, - 0.03467362001538277, - 0.03918442502617836, - 0.9985191226005554 - ] - ], - [ - 2.2666666507720947, - [ - 0.012394394725561142, - 0.03166692703962326, - 0.010762779042124748, - 0.9993637800216675 - ] - ], - [ - 2.299999952316284, - [ - 0.015667200088500977, - 0.03009011037647724, - -0.018690764904022217, - 0.9992496371269226 - ] - ], - [ - 2.3333332538604736, - [ - 0.02368246391415596, - 0.0277990885078907, - -0.042632244527339935, - 0.998423159122467 - ] - ], - [ - 2.366666555404663, - [ - 0.036005932837724686, - 0.024622291326522827, - -0.053318653255701065, - 0.997624397277832 - ] - ], - [ - 2.4000000953674316, - [ - 0.04655107110738754, - 0.028823137283325195, - -0.0305982306599617, - 0.9980311393737793 - ] - ], - [ - 2.433333396911621, - [ - 0.048557963222265244, - 0.03937385976314545, - 0.023143602535128593, - 0.9977757334709167 - ] - ], - [ - 2.4666666984558105, - [ - 0.04512801393866539, - 0.043681561946868896, - 0.07457850128412247, - 0.9952353835105896 - ] - ], - [ - 2.5, - [ - 0.03548220545053482, - 0.04505251348018646, - 0.09418898075819016, - 0.9939013719558716 - ] - ], - [ - 2.5333333015441895, - [ - 0.023663198575377464, - 0.03907338157296181, - 0.08046840131282806, - 0.9957098960876465 - ] - ], - [ - 2.566666603088379, - [ - 0.01654905080795288, - 0.025132188573479652, - 0.04944217577576637, - 0.9983236789703369 - ] - ], - [ - 2.5999999046325684, - [ - 0.016957614570856094, - 0.012594436295330524, - 0.015023047104477882, - 0.9996640086174011 - ] - ], - [ - 2.633333444595337, - [ - 0.021586287766695023, - 0.007542048580944538, - -0.0010458697797730565, - 0.9997380971908569 - ] - ], - [ - 2.6666667461395264, - [ - 0.025197675451636314, - 0.011972839944064617, - 0.0135570103302598, - 0.999518871307373 - ] - ], - [ - 2.700000047683716, - [ - 0.02794967032968998, - 0.020459972321987152, - 0.044172920286655426, - 0.9984233379364014 - ] - ], - [ - 2.7333333492279053, - [ - 0.029140181839466095, - 0.02683332934975624, - 0.07156079262495041, - 0.996649444103241 - ] - ], - [ - 2.7666666507720947, - [ - 0.03268074989318848, - 0.027868585661053658, - 0.0817088931798935, - 0.995730459690094 - ] - ], - [ - 2.799999952316284, - [ - 0.03264978155493736, - 0.02542714960873127, - 0.07591136544942856, - 0.9962554574012756 - ] - ], - [ - 2.8333332538604736, - [ - 0.029738713055849075, - 0.02290276065468788, - 0.061875179409980774, - 0.9973779320716858 - ] - ], - [ - 2.866666555404663, - [ - 0.028985731303691864, - 0.021627802401781082, - 0.04164767637848854, - 0.9984776377677917 - ] - ], - [ - 2.9000000953674316, - [ - 0.03304614871740341, - 0.0222798902541399, - 0.018359124660491943, - 0.9990367889404297 - ] - ], - [ - 2.933333396911621, - [ - 0.04003644362092018, - 0.024258282035589218, - -0.004057018551975489, - 0.9988955855369568 - ] - ], - [ - 2.9666666984558105, - [ - 0.04767785966396332, - 0.025630364194512367, - -0.022249804809689522, - 0.9982859492301941 - ] - ], - [ - 3.0, - [ - 0.05389326810836792, - 0.024517539888620377, - -0.03220459073781967, - 0.9977261424064636 - ] - ], - [ - 3.0333333015441895, - [ - 0.05550075322389603, - 0.022442569956183434, - -0.022488875314593315, - 0.9979530572891235 - ] - ], - [ - 3.066666603088379, - [ - 0.05043822526931763, - 0.02252678945660591, - 0.007162744645029306, - 0.9984474182128906 - ] - ], - [ - 3.0999999046325684, - [ - 0.04128573089838028, - 0.02334294654428959, - 0.04286687821149826, - 0.9979544281959534 - ] - ], - [ - 3.133333444595337, - [ - 0.030398502945899963, - 0.02201973646879196, - 0.07065866142511368, - 0.9967941641807556 - ] - ], - [ - 3.1666667461395264, - [ - 0.020887289196252823, - 0.017230717465281487, - 0.08097922056913376, - 0.9963479042053223 - ] - ], - [ - 3.200000047683716, - [ - 0.01413221750408411, - 0.008647117763757706, - 0.07271120697259903, - 0.9972155094146729 - ] - ], - [ - 3.2333333492279053, - [ - 0.008657152764499187, - 0.0006654482567682862, - 0.051760852336883545, - 0.9986217617988586 - ] - ], - [ - 3.2666666507720947, - [ - 0.005320777650922537, - -0.001142192748375237, - 0.023275503888726234, - 0.9997143745422363 - ] - ], - [ - 3.299999952316284, - [ - 0.004828611854463816, - 0.002228240016847849, - -0.005317050963640213, - 0.9999717473983765 - ] - ], - [ - 3.3333332538604736, - [ - 0.012481632642447948, - 0.002267105272039771, - -0.010918651707470417, - 0.9998599290847778 - ] - ], - [ - 3.366666555404663, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292651481_205094.json b/lenses/physics-objects/Scene/assets/1646688292651481_205094.json deleted file mode 100644 index 1dff2fc2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292651481_205094.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292651481:205094", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292652504_205107.json b/lenses/physics-objects/Scene/assets/1646688292652504_205107.json deleted file mode 100644 index dbd8fd59..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292652504_205107.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292652504:205107", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.509506225585938, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 0.36666667461395264, - [ - 9.499068260192871, - -2.842170943040401e-14, - -5.3290705182007514e-15 - ] - ], - [ - 3.1666667461395264, - [ - 9.51876163482666, - 2.842170943040401e-14, - 1.7763758976415637e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.511234283447266, - -1.4210854715202004e-14, - -2.6645352591003757e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292652725_205114.json b/lenses/physics-objects/Scene/assets/1646688292652725_205114.json deleted file mode 100644 index 9b2c88a5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292652725_205114.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292652725:205114", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.024513037875294685, - -0.27630433440208435, - -0.20704910159111023, - 0.9381821155548096 - ] - ], - [ - 0.03333333507180214, - [ - -0.024513037875294685, - -0.27630433440208435, - -0.20704910159111023, - 0.9381821155548096 - ] - ], - [ - 0.06666667014360428, - [ - -0.023376699537038803, - -0.27542680501937866, - -0.2123091071844101, - 0.9372931718826294 - ] - ], - [ - 0.10000000149011612, - [ - -0.022123977541923523, - -0.2746463418006897, - -0.21751220524311066, - 0.9363591074943542 - ] - ], - [ - 0.13333334028720856, - [ - -0.02079913578927517, - -0.2739797532558441, - -0.22255779802799225, - 0.9353986978530884 - ] - ], - [ - 0.1666666716337204, - [ - -0.01943862996995449, - -0.27345001697540283, - -0.22733917832374573, - 0.9344326257705688 - ] - ], - [ - 0.20000000298023224, - [ - -0.018078412860631943, - -0.27308064699172974, - -0.2317497283220291, - 0.933483898639679 - ] - ], - [ - 0.23333333432674408, - [ - -0.01675374060869217, - -0.272894948720932, - -0.23568278551101685, - 0.9325777888298035 - ] - ], - [ - 0.2666666805744171, - [ - -0.015499262139201164, - -0.27291497588157654, - -0.23903124034404755, - 0.9317409992218018 - ] - ], - [ - 0.30000001192092896, - [ - -0.014348997734487057, - -0.273160845041275, - -0.24168728291988373, - 0.9310019016265869 - ] - ], - [ - 0.3333333432674408, - [ - -0.013336424715816975, - -0.2736494243144989, - -0.24354228377342224, - 0.9303898811340332 - ] - ], - [ - 0.36666667461395264, - [ - -0.012494619004428387, - -0.274393767118454, - -0.24448628723621368, - 0.9299346208572388 - ] - ], - [ - 0.4000000059604645, - [ - -0.011830837465822697, - -0.27528730034828186, - -0.24453690648078918, - 0.9296658635139465 - ] - ], - [ - 0.4333333373069763, - [ - -0.011341895908117294, - -0.276172399520874, - -0.24376487731933594, - 0.9296122193336487 - ] - ], - [ - 0.46666666865348816, - [ - -0.01101566944271326, - -0.277150958776474, - -0.24234336614608765, - 0.9296965599060059 - ] - ], - [ - 0.5, - [ - -0.010834618471562862, - -0.278342604637146, - -0.2405136525630951, - 0.9298178553581238 - ] - ], - [ - 0.5333333611488342, - [ - -0.010793543420732021, - -0.27970534563064575, - -0.23830552399158478, - 0.9299780130386353 - ] - ], - [ - 0.5666666626930237, - [ - -0.010885096155107021, - -0.2811979651451111, - -0.23573844134807587, - 0.9301809668540955 - ] - ], - [ - 0.6000000238418579, - [ - -0.011094998568296432, - -0.2827964425086975, - -0.23285135626792908, - 0.9304211735725403 - ] - ], - [ - 0.6333333253860474, - [ - -0.01140535157173872, - -0.2844800353050232, - -0.2296801507472992, - 0.9306922554969788 - ] - ], - [ - 0.6666666865348816, - [ - -0.011795996688306332, - -0.28623080253601074, - -0.22625882923603058, - 0.9309885501861572 - ] - ], - [ - 0.699999988079071, - [ - -0.012243366800248623, - -0.28803399205207825, - -0.2226182073354721, - 0.9313042759895325 - ] - ], - [ - 0.7333333492279053, - [ - -0.012729402631521225, - -0.2898717522621155, - -0.21879395842552185, - 0.9316337704658508 - ] - ], - [ - 0.7666666507720947, - [ - -0.013234262354671955, - -0.2917288541793823, - -0.21481986343860626, - 0.9319718480110168 - ] - ], - [ - 0.800000011920929, - [ - -0.013750515878200531, - -0.2935826778411865, - -0.2107413411140442, - 0.9323135018348694 - ] - ], - [ - 0.8333333134651184, - [ - -0.014270849525928497, - -0.2954123616218567, - -0.2066037654876709, - 0.9326537251472473 - ] - ], - [ - 0.8666666746139526, - [ - -0.014788104221224785, - -0.29719892144203186, - -0.20245243608951569, - 0.9329884052276611 - ] - ], - [ - 0.8999999761581421, - [ - -0.015295250341296196, - -0.2989250421524048, - -0.1983325332403183, - 0.9333134889602661 - ] - ], - [ - 0.9333333373069763, - [ - -0.015785397961735725, - -0.30057525634765625, - -0.19428910315036774, - 0.9336258769035339 - ] - ], - [ - 0.9666666388511658, - [ - -0.01625177264213562, - -0.3021353483200073, - -0.1903667002916336, - 0.9339221715927124 - ] - ], - [ - 1.0, - [ - -0.01668776385486126, - -0.3035928010940552, - -0.18660978972911835, - 0.9342000484466553 - ] - ], - [ - 1.0333333015441895, - [ - -0.01708683930337429, - -0.3049360513687134, - -0.1830623596906662, - 0.9344571828842163 - ] - ], - [ - 1.0666667222976685, - [ - -0.017442552372813225, - -0.3061544895172119, - -0.17976805567741394, - 0.9346917271614075 - ] - ], - [ - 1.100000023841858, - [ - -0.01774861104786396, - -0.3072381615638733, - -0.17677044868469238, - 0.9349021911621094 - ] - ], - [ - 1.1333333253860474, - [ - -0.017998674884438515, - -0.3081774413585663, - -0.1741124987602234, - 0.9350870251655579 - ] - ], - [ - 1.1666666269302368, - [ - -0.018186472356319427, - -0.30896270275115967, - -0.17183718085289001, - 0.9352450370788574 - ] - ], - [ - 1.2000000476837158, - [ - -0.01839142106473446, - -0.30956074595451355, - -0.16998082399368286, - 0.935382604598999 - ] - ], - [ - 1.2333333492279053, - [ - -0.018686432391405106, - -0.30994006991386414, - -0.16858045756816864, - 0.9355044364929199 - ] - ], - [ - 1.2666666507720947, - [ - -0.019055472686886787, - -0.3100925087928772, - -0.16768012940883636, - 0.9356083273887634 - ] - ], - [ - 1.2999999523162842, - [ - -0.019476985558867455, - -0.3099915683269501, - -0.16735301911830902, - 0.9356916546821594 - ] - ], - [ - 1.3333333730697632, - [ - -0.01993563584983349, - -0.3096272349357605, - -0.16763652861118317, - 0.9357519745826721 - ] - ], - [ - 1.3666666746139526, - [ - -0.020400045439600945, - -0.30899301171302795, - -0.1684555858373642, - 0.9358044266700745 - ] - ], - [ - 1.399999976158142, - [ - -0.02084263227880001, - -0.3080885708332062, - -0.16970448195934296, - 0.9358673095703125 - ] - ], - [ - 1.4333332777023315, - [ - -0.021253099665045738, - -0.30694833397865295, - -0.17132185399532318, - 0.9359379410743713 - ] - ], - [ - 1.4666666984558105, - [ - -0.021622955799102783, - -0.3056055009365082, - -0.17325279116630554, - 0.9360134601593018 - ] - ], - [ - 1.5, - [ - -0.021945243701338768, - -0.304084837436676, - -0.17544269561767578, - 0.9360933303833008 - ] - ], - [ - 1.5333333015441895, - [ - -0.022215567529201508, - -0.3024105727672577, - -0.1778399795293808, - 0.9361769556999207 - ] - ], - [ - 1.5666667222976685, - [ - -0.02242596074938774, - -0.30061039328575134, - -0.18039008975028992, - 0.936263918876648 - ] - ], - [ - 1.600000023841858, - [ - -0.022571099922060966, - -0.29871174693107605, - -0.1830415576696396, - 0.9363533854484558 - ] - ], - [ - 1.6333333253860474, - [ - -0.022639373317360878, - -0.2967478930950165, - -0.185737743973732, - 0.9364452362060547 - ] - ], - [ - 1.6666666269302368, - [ - -0.022621752694249153, - -0.2947522699832916, - -0.1884251981973648, - 0.9365391135215759 - ] - ], - [ - 1.7000000476837158, - [ - -0.022531135007739067, - -0.292746901512146, - -0.1910717785358429, - 0.9366339445114136 - ] - ], - [ - 1.7333333492279053, - [ - -0.022380542010068893, - -0.29075509309768677, - -0.19364580512046814, - 0.936729371547699 - ] - ], - [ - 1.7666666507720947, - [ - -0.02218305505812168, - -0.288800984621048, - -0.19611573219299316, - 0.9368246793746948 - ] - ], - [ - 1.7999999523162842, - [ - -0.021951891481876373, - -0.28690987825393677, - -0.19845029711723328, - 0.9369195699691772 - ] - ], - [ - 1.8333333730697632, - [ - -0.021700376644730568, - -0.2851077616214752, - -0.20061847567558289, - 0.9370138049125671 - ] - ], - [ - 1.8666666746139526, - [ - -0.021441910415887833, - -0.2834213376045227, - -0.20258928835391998, - 0.9371073246002197 - ] - ], - [ - 1.899999976158142, - [ - -0.021190017461776733, - -0.28187796473503113, - -0.20433193445205688, - 0.9372002482414246 - ] - ], - [ - 1.9333332777023315, - [ - -0.0209583081305027, - -0.2805051803588867, - -0.20581553876399994, - 0.9372928142547607 - ] - ], - [ - 1.9666666984558105, - [ - -0.02076045423746109, - -0.2793305516242981, - -0.20700903236865997, - 0.9373850226402283 - ] - ], - [ - 2.0, - [ - -0.020610176026821136, - -0.27838149666786194, - -0.20788125693798065, - 0.9374776482582092 - ] - ], - [ - 2.0333333015441895, - [ - -0.02052127942442894, - -0.2776850163936615, - -0.20840057730674744, - 0.9375708699226379 - ] - ], - [ - 2.0999999046325684, - [ - -0.0205827709287405, - -0.27715253829956055, - -0.2082511931657791, - 0.9377603530883789 - ] - ], - [ - 2.133333444595337, - [ - -0.02075117453932762, - -0.27732861042022705, - -0.20756393671035767, - 0.9378568530082703 - ] - ], - [ - 2.1666667461395264, - [ - -0.02101042866706848, - -0.2777572572231293, - -0.20651927590370178, - 0.937954843044281 - ] - ], - [ - 2.200000047683716, - [ - -0.021367182955145836, - -0.27832189202308655, - -0.20515911281108856, - 0.938077986240387 - ] - ], - [ - 2.2333333492279053, - [ - -0.0218212753534317, - -0.2789047360420227, - -0.2035483866930008, - 0.9382451772689819 - ] - ], - [ - 2.2666666507720947, - [ - -0.02237536758184433, - -0.2794937789440155, - -0.2017407864332199, - 0.9384472370147705 - ] - ], - [ - 2.299999952316284, - [ - -0.02302779257297516, - -0.2800808846950531, - -0.19978246092796326, - 0.9386754631996155 - ] - ], - [ - 2.3333332538604736, - [ - -0.023774415254592896, - -0.2806504964828491, - -0.19771918654441833, - 0.9389235377311707 - ] - ], - [ - 2.366666555404663, - [ - -0.024606140330433846, - -0.2811910808086395, - -0.19559256732463837, - 0.939185619354248 - ] - ], - [ - 2.4000000953674316, - [ - -0.025594795122742653, - -0.2816724181175232, - -0.19342876970767975, - 0.9394630789756775 - ] - ], - [ - 2.433333396911621, - [ - -0.02681342326104641, - -0.2820674777030945, - -0.1912485659122467, - 0.9397568702697754 - ] - ], - [ - 2.4666666984558105, - [ - -0.028243787586688995, - -0.2823769450187683, - -0.1890760064125061, - 0.940061628818512 - ] - ], - [ - 2.5, - [ - -0.02986280433833599, - -0.2826046347618103, - -0.18693067133426666, - 0.940372109413147 - ] - ], - [ - 2.5333333015441895, - [ - -0.03164493292570114, - -0.2827557921409607, - -0.18482992053031921, - 0.9406836032867432 - ] - ], - [ - 2.566666603088379, - [ - -0.0335644893348217, - -0.2828355133533478, - -0.18279096484184265, - 0.9409915804862976 - ] - ], - [ - 2.5999999046325684, - [ - -0.03559572249650955, - -0.2828485071659088, - -0.1808309257030487, - 0.9412915706634521 - ] - ], - [ - 2.633333444595337, - [ - -0.037712790071964264, - -0.2827993929386139, - -0.17896687984466553, - 0.9415801167488098 - ] - ], - [ - 2.6666667461395264, - [ - -0.03988967090845108, - -0.28269216418266296, - -0.17721590399742126, - 0.9418537616729736 - ] - ], - [ - 2.700000047683716, - [ - -0.04210037738084793, - -0.2825304865837097, - -0.1755949705839157, - 0.9421097040176392 - ] - ], - [ - 2.7333333492279053, - [ - -0.044318787753582, - -0.28231731057167053, - -0.17412105202674866, - 0.9423452615737915 - ] - ], - [ - 2.7666666507720947, - [ - -0.0465187206864357, - -0.28205519914627075, - -0.17281115055084229, - 0.9425588250160217 - ] - ], - [ - 2.799999952316284, - [ - -0.04867396876215935, - -0.2817460894584656, - -0.17168225347995758, - 0.9427487254142761 - ] - ], - [ - 2.8333332538604736, - [ - -0.05075828358530998, - -0.2813912034034729, - -0.17075137794017792, - 0.9429138898849487 - ] - ], - [ - 2.866666555404663, - [ - -0.05274540185928345, - -0.2809911370277405, - -0.17003551125526428, - 0.9430534839630127 - ] - ], - [ - 2.9000000953674316, - [ - -0.054609086364507675, - -0.2805458605289459, - -0.16955164074897766, - 0.9431670904159546 - ] - ], - [ - 2.933333396911621, - [ - -0.056282300502061844, - -0.2800631523132324, - -0.1693168580532074, - 0.9432543516159058 - ] - ], - [ - 2.9666666984558105, - [ - -0.05771147459745407, - -0.27954715490341187, - -0.1693483293056488, - 0.9433153867721558 - ] - ], - [ - 3.0, - [ - -0.058890450745821, - -0.2789912521839142, - -0.16966308653354645, - 0.9433505535125732 - ] - ], - [ - 3.0333333015441895, - [ - -0.05981314182281494, - -0.27838894724845886, - -0.17027804255485535, - 0.9433596134185791 - ] - ], - [ - 3.066666603088379, - [ - -0.060448382049798965, - -0.277655690908432, - -0.17133554816246033, - 0.9433437585830688 - ] - ], - [ - 3.0999999046325684, - [ - -0.06077553704380989, - -0.27673661708831787, - -0.17292411625385284, - 0.9433030486106873 - ] - ], - [ - 3.133333444595337, - [ - -0.060802944004535675, - -0.27572083473205566, - -0.1752328723669052, - 0.9431725740432739 - ] - ], - [ - 3.1666667461395264, - [ - -0.06054841727018356, - -0.27467721700668335, - -0.1783922165632248, - 0.9429012537002563 - ] - ], - [ - 3.200000047683716, - [ - -0.0600496307015419, - -0.2735925316810608, - -0.1822333186864853, - 0.9425137639045715 - ] - ], - [ - 3.2333333492279053, - [ - -0.05932274088263512, - -0.27246585488319397, - -0.1865997463464737, - 0.9420316815376282 - ] - ], - [ - 3.2666666507720947, - [ - -0.058364734053611755, - -0.27132368087768555, - -0.1913650929927826, - 0.9414651393890381 - ] - ], - [ - 3.299999952316284, - [ - -0.05719779059290886, - -0.2701895534992218, - -0.19640907645225525, - 0.9408238530158997 - ] - ], - [ - 3.3333332538604736, - [ - -0.05584689602255821, - -0.26909011602401733, - -0.20161476731300354, - 0.9401187896728516 - ] - ], - [ - 3.366666555404663, - [ - -0.054343197494745255, - -0.26805156469345093, - -0.2068713903427124, - 0.9393611550331116 - ] - ], - [ - 3.4000000953674316, - [ - -0.05272330716252327, - -0.2670995593070984, - -0.21207398176193237, - 0.9385641813278198 - ] - ], - [ - 3.433333396911621, - [ - -0.05102808028459549, - -0.26625850796699524, - -0.21712175011634827, - 0.9377423524856567 - ] - ], - [ - 3.4666666984558105, - [ - -0.049290385097265244, - -0.2655590772628784, - -0.22190801799297333, - 0.9369128346443176 - ] - ], - [ - 3.5, - [ - -0.047542754560709, - -0.26503244042396545, - -0.2263265997171402, - 0.9360949397087097 - ] - ], - [ - 3.5333333015441895, - [ - -0.045817166566848755, - -0.2647095322608948, - -0.23027125000953674, - 0.9353101253509521 - ] - ], - [ - 3.566666603088379, - [ - -0.04414505138993263, - -0.264619916677475, - -0.23363527655601501, - 0.9345812201499939 - ] - ], - [ - 3.5999999046325684, - [ - -0.04254579544067383, - -0.2647947072982788, - -0.236311674118042, - 0.933932900428772 - ] - ], - [ - 3.633333444595337, - [ - -0.04105053469538689, - -0.26525774598121643, - -0.23819206655025482, - 0.9333904385566711 - ] - ], - [ - 3.6666667461395264, - [ - -0.03970763087272644, - -0.2660224735736847, - -0.23916664719581604, - 0.9329816102981567 - ] - ], - [ - 3.700000047683716, - [ - -0.03853876143693924, - -0.2669817805290222, - -0.23925131559371948, - 0.9327348470687866 - ] - ], - [ - 3.7333333492279053, - [ - -0.037554964423179626, - -0.26797717809677124, - -0.23851414024829865, - 0.9326783418655396 - ] - ], - [ - 3.7666666507720947, - [ - -0.036755383014678955, - -0.2690955102443695, - -0.23713107407093048, - 0.9327408671379089 - ] - ], - [ - 3.799999952316284, - [ - -0.03613322600722313, - -0.2704380452632904, - -0.2353459596633911, - 0.9328290224075317 - ] - ], - [ - 3.8333332538604736, - [ - -0.03569678217172623, - -0.2719544768333435, - -0.23318789899349213, - 0.9329469203948975 - ] - ], - [ - 3.866666555404663, - [ - -0.035423390567302704, - -0.27360454201698303, - -0.23067590594291687, - 0.9330993294715881 - ] - ], - [ - 3.9000000953674316, - [ - -0.03527427464723587, - -0.2753704786300659, - -0.22784775495529175, - 0.9332804679870605 - ] - ], - [ - 3.933333396911621, - [ - -0.03523083031177521, - -0.277229905128479, - -0.22473804652690887, - 0.9334855079650879 - ] - ], - [ - 3.9666666984558105, - [ - -0.03527219966053963, - -0.279163122177124, - -0.221379816532135, - 0.9337102174758911 - ] - ], - [ - 4.0, - [ - -0.03537404537200928, - -0.2811537981033325, - -0.21780286729335785, - 0.9339503049850464 - ] - ], - [ - 4.0333333015441895, - [ - -0.03551798313856125, - -0.2831824719905853, - -0.21404221653938293, - 0.9342013001441956 - ] - ], - [ - 4.066666603088379, - [ - -0.03568384423851967, - -0.28523218631744385, - -0.2101312279701233, - 0.934459388256073 - ] - ], - [ - 4.099999904632568, - [ - -0.03586379438638687, - -0.2872790992259979, - -0.2061142772436142, - 0.934719979763031 - ] - ], - [ - 4.133333206176758, - [ - -0.03605012595653534, - -0.2893012762069702, - -0.20203609764575958, - 0.9349794387817383 - ] - ], - [ - 4.166666507720947, - [ - -0.03623533248901367, - -0.2912786304950714, - -0.19794130325317383, - 0.9352341890335083 - ] - ], - [ - 4.199999809265137, - [ - -0.03641203045845032, - -0.29319295287132263, - -0.19387449324131012, - 0.9354811310768127 - ] - ], - [ - 4.233333110809326, - [ - -0.03657297044992447, - -0.29502761363983154, - -0.18987996876239777, - 0.9357172250747681 - ] - ], - [ - 4.266666889190674, - [ - -0.03671109303832054, - -0.29676786065101624, - -0.1860019862651825, - 0.9359403848648071 - ] - ], - [ - 4.300000190734863, - [ - -0.036819517612457275, - -0.2984001934528351, - -0.18228469789028168, - 0.936148464679718 - ] - ], - [ - 4.333333492279053, - [ - -0.036891449242830276, - -0.29991239309310913, - -0.1787717491388321, - 0.936339795589447 - ] - ], - [ - 4.366666793823242, - [ - -0.03692018613219261, - -0.3012933135032654, - -0.17550650238990784, - 0.9365130662918091 - ] - ], - [ - 4.400000095367432, - [ - -0.03689916059374809, - -0.302532434463501, - -0.17253218591213226, - 0.9366672039031982 - ] - ], - [ - 4.433333396911621, - [ - -0.03682180494070053, - -0.3036196529865265, - -0.16989165544509888, - 0.936801016330719 - ] - ], - [ - 4.4666666984558105, - [ - -0.0366816371679306, - -0.30454501509666443, - -0.1676277220249176, - 0.9369139671325684 - ] - ], - [ - 4.5, - [ - -0.03647216036915779, - -0.3052982985973358, - -0.16578319668769836, - 0.9370051622390747 - ] - ], - [ - 4.5333333015441895, - [ - -0.03618674352765083, - -0.305868536233902, - -0.16440069675445557, - 0.937073826789856 - ] - ], - [ - 4.566666603088379, - [ - -0.03581899031996727, - -0.3062435984611511, - -0.16352319717407227, - 0.9371190071105957 - ] - ], - [ - 4.599999904632568, - [ - -0.035358309745788574, - -0.30639395117759705, - -0.1632232964038849, - 0.937139630317688 - ] - ], - [ - 4.633333206176758, - [ - -0.034800633788108826, - -0.3063066005706787, - -0.16353857517242432, - 0.9371340870857239 - ] - ], - [ - 4.666666507720947, - [ - -0.03412621468305588, - -0.30597245693206787, - -0.16439424455165863, - 0.9371183514595032 - ] - ], - [ - 4.699999809265137, - [ - -0.03331894800066948, - -0.3053898513317108, - -0.16568560898303986, - 0.9371101260185242 - ] - ], - [ - 4.733333110809326, - [ - -0.03237982839345932, - -0.30459272861480713, - -0.16735292971134186, - 0.937106192111969 - ] - ], - [ - 4.766666889190674, - [ - -0.031311534345149994, - -0.3036140203475952, - -0.16934294998645782, - 0.9371024966239929 - ] - ], - [ - 4.800000190734863, - [ - -0.030118290334939957, - -0.30247822403907776, - -0.17160284519195557, - 0.9370977878570557 - ] - ], - [ - 4.833333492279053, - [ - -0.028806783258914948, - -0.301209032535553, - -0.17408263683319092, - 0.9370904564857483 - ] - ], - [ - 4.866666793823242, - [ - -0.027380147948861122, - -0.2998332381248474, - -0.1767289787530899, - 0.9370790719985962 - ] - ], - [ - 4.900000095367432, - [ - -0.025832148268818855, - -0.298380583524704, - -0.17949111759662628, - 0.9370618462562561 - ] - ], - [ - 4.933333396911621, - [ - -0.024149315431714058, - -0.2968863248825073, - -0.1823122501373291, - 0.9370366930961609 - ] - ], - [ - 4.9666666984558105, - [ - -0.022332658991217613, - -0.29538270831108093, - -0.18513908982276917, - 0.9370025992393494 - ] - ], - [ - 5.0, - [ - -0.020405251532793045, - -0.29389047622680664, - -0.1879395693540573, - 0.9369582533836365 - ] - ], - [ - 5.0333333015441895, - [ - -0.018390169367194176, - -0.2924308478832245, - -0.19068118929862976, - 0.9369027018547058 - ] - ], - [ - 5.066666603088379, - [ - -0.01631072349846363, - -0.29102569818496704, - -0.19333143532276154, - 0.9368355870246887 - ] - ], - [ - 5.099999904632568, - [ - -0.014190372079610825, - -0.2896972894668579, - -0.19585756957530975, - 0.9367571473121643 - ] - ], - [ - 5.133333206176758, - [ - -0.01205267384648323, - -0.28846824169158936, - -0.19822663068771362, - 0.9366681575775146 - ] - ], - [ - 5.166666507720947, - [ - -0.009921406395733356, - -0.2873613238334656, - -0.20040513575077057, - 0.9365696907043457 - ] - ], - [ - 5.199999809265137, - [ - -0.00782039761543274, - -0.28639936447143555, - -0.20235943794250488, - 0.9364640712738037 - ] - ], - [ - 5.233333110809326, - [ - -0.00577362347394228, - -0.2856050133705139, - -0.2040552943944931, - 0.9363536238670349 - ] - ], - [ - 5.266666889190674, - [ - -0.003805116517469287, - -0.28500044345855713, - -0.2054578959941864, - 0.9362410306930542 - ] - ], - [ - 5.300000190734863, - [ - -0.0019390203524380922, - -0.28460735082626343, - -0.20653189718723297, - 0.936130166053772 - ] - ], - [ - 5.333333492279053, - [ - -0.00019946960674133152, - -0.28444647789001465, - -0.20724105834960938, - 0.9360241889953613 - ] - ], - [ - 5.366666793823242, - [ - 0.001389318029396236, - -0.2845373749732971, - -0.20754879713058472, - 0.9359273910522461 - ] - ], - [ - 5.400000095367432, - [ - 0.002803187817335129, - -0.28489816188812256, - -0.20741741359233856, - 0.9358435869216919 - ] - ], - [ - 5.433333396911621, - [ - 0.0040274267084896564, - -0.28550970554351807, - -0.20685751736164093, - 0.9357767701148987 - ] - ], - [ - 5.4666666984558105, - [ - 0.005053741857409477, - -0.28632718324661255, - -0.20591269433498383, - 0.9357303977012634 - ] - ], - [ - 5.5, - [ - 0.005865969695150852, - -0.28722792863845825, - -0.20462732017040253, - 0.9357314705848694 - ] - ], - [ - 5.5333333015441895, - [ - 0.006454740650951862, - -0.2880900502204895, - -0.20307080447673798, - 0.93580162525177 - ] - ], - [ - 5.566666603088379, - [ - 0.006807115860283375, - -0.2888985276222229, - -0.20129746198654175, - 0.9359330534934998 - ] - ], - [ - 5.599999904632568, - [ - 0.0069143944419920444, - -0.2896433472633362, - -0.19935445487499237, - 0.9361178874969482 - ] - ], - [ - 5.633333206176758, - [ - 0.006770108360797167, - -0.2903079092502594, - -0.1972878873348236, - 0.9363510012626648 - ] - ], - [ - 5.666666507720947, - [ - 0.006372686941176653, - -0.2908798158168793, - -0.19513945281505585, - 0.9366263747215271 - ] - ], - [ - 5.699999809265137, - [ - 0.005724750924855471, - -0.2913508415222168, - -0.19294703006744385, - 0.9369384050369263 - ] - ], - [ - 5.733333110809326, - [ - 0.004834053106606007, - -0.291716605424881, - -0.19074362516403198, - 0.9372807145118713 - ] - ], - [ - 5.766666889190674, - [ - 0.0037173954769968987, - -0.2919791638851166, - -0.18855364620685577, - 0.9376469850540161 - ] - ], - [ - 5.800000190734863, - [ - 0.002396369120106101, - -0.29214364290237427, - -0.1863970309495926, - 0.9380311965942383 - ] - ], - [ - 5.833333492279053, - [ - 0.0008952045463956892, - -0.29221686720848083, - -0.1842910200357437, - 0.9384271502494812 - ] - ], - [ - 5.866666793823242, - [ - -0.0007618195959366858, - -0.29220545291900635, - -0.1822526603937149, - 0.938828706741333 - ] - ], - [ - 5.900000095367432, - [ - -0.0025502764619886875, - -0.2921159863471985, - -0.18029899895191193, - 0.9392305612564087 - ] - ], - [ - 5.933333396911621, - [ - -0.004445692058652639, - -0.2919546365737915, - -0.17844682931900024, - 0.9396272897720337 - ] - ], - [ - 5.9666666984558105, - [ - -0.006423392798751593, - -0.29172736406326294, - -0.17671288549900055, - 0.9400140643119812 - ] - ], - [ - 6.0, - [ - -0.008458603173494339, - -0.29143959283828735, - -0.17511382699012756, - 0.9403864145278931 - ] - ], - [ - 6.0333333015441895, - [ - -0.010526493191719055, - -0.2910962998867035, - -0.17366617918014526, - 0.9407402276992798 - ] - ], - [ - 6.066666603088379, - [ - -0.012602079659700394, - -0.29070189595222473, - -0.1723865121603012, - 0.9410721063613892 - ] - ], - [ - 6.099999904632568, - [ - -0.014660310931503773, - -0.2902601957321167, - -0.1712912619113922, - 0.9413784742355347 - ] - ], - [ - 6.133333206176758, - [ - -0.016676077619194984, - -0.2897743880748749, - -0.17039696872234344, - 0.9416569471359253 - ] - ], - [ - 6.166666507720947, - [ - -0.0186242014169693, - -0.28924691677093506, - -0.16972003877162933, - 0.9419047236442566 - ] - ], - [ - 6.199999809265137, - [ - -0.020479468628764153, - -0.28867965936660767, - -0.16927693784236908, - 0.9421199560165405 - ] - ], - [ - 6.233333110809326, - [ - -0.02221662551164627, - -0.2880737781524658, - -0.16908416152000427, - 0.9423007369041443 - ] - ], - [ - 6.266666889190674, - [ - -0.023810476064682007, - -0.2874295711517334, - -0.16915811598300934, - 0.9424451589584351 - ] - ], - [ - 6.300000190734863, - [ - -0.025235772132873535, - -0.2867468297481537, - -0.1695152372121811, - 0.942551851272583 - ] - ], - [ - 6.333333492279053, - [ - -0.02646736055612564, - -0.2860245406627655, - -0.17017196118831635, - 0.9426192045211792 - ] - ], - [ - 6.366666793823242, - [ - -0.027455437928438187, - -0.28518474102020264, - -0.17127177119255066, - 0.9426462054252625 - ] - ], - [ - 6.400000095367432, - [ - -0.028160609304904938, - -0.28417840600013733, - -0.17290356755256653, - 0.9426314234733582 - ] - ], - [ - 6.433333396911621, - [ - -0.02857409417629242, - -0.2831139862537384, - -0.1752534657716751, - 0.9425053000450134 - ] - ], - [ - 6.4666666984558105, - [ - -0.02869606576859951, - -0.28207460045814514, - -0.17844970524311066, - 0.9422134160995483 - ] - ], - [ - 6.5, - [ - -0.02854449860751629, - -0.2810474932193756, - -0.18232282996177673, - 0.9417833685874939 - ] - ], - [ - 6.5333333015441895, - [ - -0.02814255841076374, - -0.2800261080265045, - -0.18671567738056183, - 0.9412388801574707 - ] - ], - [ - 6.566666603088379, - [ - -0.02751018851995468, - -0.27902472019195557, - -0.1915024071931839, - 0.9405930042266846 - ] - ], - [ - 6.599999904632568, - [ - -0.026673858985304832, - -0.2780586779117584, - -0.1965634822845459, - 0.9398589730262756 - ] - ], - [ - 6.633333206176758, - [ - -0.025662926957011223, - -0.2771459221839905, - -0.2017824500799179, - 0.9390502572059631 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292652965_205121.json b/lenses/physics-objects/Scene/assets/1646688292652965_205121.json deleted file mode 100644 index 48fb87f4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292652965_205121.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292652965:205121", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292654003_205134.json b/lenses/physics-objects/Scene/assets/1646688292654003_205134.json deleted file mode 100644 index 521d87fa..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292654003_205134.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292654003:205134", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.714620590209961, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.668499946594238, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.699816703796387, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.720037460327148, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.744884490966797, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.78878116607666, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.782343864440918, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.738207817077637, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.683037757873535, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.652953147888184, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.661609649658203, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.684399604797363, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.715960502624512, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.745569229125977, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.783934593200684, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.799711227416992, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.777750968933105, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.734082221984863, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.687151908874512, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.654716491699219, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.677506446838379, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.695239067077637, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.726469039916992, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.763548851013184, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.780754089355469, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.744796752929688, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.674476623535156, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.629341125488281, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.63659381866455, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.667413711547852, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.690388679504395, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.717530250549316, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.794673919677734, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.818455696105957, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.795319557189941, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.727636337280273, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.668505668640137, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.66498851776123, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.685481071472168, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.71920108795166, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.7523832321167, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.803596496582031, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.867756843566895, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.911194801330566, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.891815185546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.81644344329834, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.749448776245117, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.729486465454102, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.750216484069824, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.787118911743164, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.84512996673584, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.894891738891602, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.881103515625, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.722232818603516, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.71312427520752, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.798141479492188, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.843441009521484, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.87923526763916, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.865691184997559, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.767630577087402, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.675239562988281, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.655731201171875, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.667068481445313, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.70689582824707, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.728931427001953, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.789596557617188, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.811239242553711, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.799139022827148, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.748313903808594, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.68315601348877, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.644042015075684, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.674650192260742, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.683929443359375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292654237_205141.json b/lenses/physics-objects/Scene/assets/1646688292654237_205141.json deleted file mode 100644 index dfed87ee..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292654237_205141.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292654237:205141", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ], - [ - 0.03333333507180214, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ], - [ - 0.06666667014360428, - [ - 0.029111729934811592, - 0.01122770644724369, - 0.08121589571237564, - 0.9962080121040344 - ] - ], - [ - 0.10000000149011612, - [ - 0.03185706213116646, - 0.019427919760346413, - 0.0757315456867218, - 0.9964298605918884 - ] - ], - [ - 0.13333334028720856, - [ - 0.02819010801613331, - 0.02582496777176857, - 0.06136248633265495, - 0.9973831176757813 - ] - ], - [ - 0.1666666716337204, - [ - 0.019477441906929016, - 0.02876688539981842, - 0.03215169161558151, - 0.998879075050354 - ] - ], - [ - 0.20000000298023224, - [ - 0.012603589333593845, - 0.0262663122266531, - -0.0028730568010360003, - 0.9995715022087097 - ] - ], - [ - 0.23333333432674408, - [ - 0.011463207192718983, - 0.018011482432484627, - -0.0375584252178669, - 0.9990663528442383 - ] - ], - [ - 0.2666666805744171, - [ - 0.015328706242144108, - 0.00697182584553957, - -0.06625168770551682, - 0.9976608157157898 - ] - ], - [ - 0.30000001192092896, - [ - 0.020435402169823647, - -0.0041335998103022575, - -0.08422170579433441, - 0.9962288737297058 - ] - ], - [ - 0.3333333432674408, - [ - 0.02346162684261799, - -0.012613557279109955, - -0.08586529642343521, - 0.9959506988525391 - ] - ], - [ - 0.36666667461395264, - [ - 0.022391920909285545, - -0.0045350114814937115, - -0.05525313317775726, - 0.9982109665870667 - ] - ], - [ - 0.4000000059604645, - [ - 0.015664054080843925, - 0.0229358971118927, - 0.0002826769195962697, - 0.9996142983436584 - ] - ], - [ - 0.4333333373069763, - [ - 0.005406180862337351, - 0.05199587345123291, - 0.059705235064029694, - 0.9968462586402893 - ] - ], - [ - 0.46666666865348816, - [ - -0.006337646394968033, - 0.06607817858457565, - 0.10718917101621628, - 0.9920202493667603 - ] - ], - [ - 0.5, - [ - -0.016574742272496223, - 0.05741746723651886, - 0.12380632013082504, - 0.9905052781105042 - ] - ], - [ - 0.5333333611488342, - [ - -0.024495650082826614, - 0.03162389248609543, - 0.10295020043849945, - 0.99388188123703 - ] - ], - [ - 0.5666666626930237, - [ - -0.031386543065309525, - 0.005810513161122799, - 0.06170834228396416, - 0.9975836873054504 - ] - ], - [ - 0.6000000238418579, - [ - -0.03619078919291496, - -0.010366925038397312, - 0.015541689470410347, - 0.9991703629493713 - ] - ], - [ - 0.6333333253860474, - [ - -0.03776240348815918, - -0.020729098469018936, - -0.022258853539824486, - 0.9988237619400024 - ] - ], - [ - 0.6666666865348816, - [ - -0.033764876425266266, - -0.030418844893574715, - -0.04183802753686905, - 0.998090386390686 - ] - ], - [ - 0.699999988079071, - [ - -0.025016434490680695, - -0.03531425818800926, - -0.036221228539943695, - 0.9984062910079956 - ] - ], - [ - 0.7333333492279053, - [ - -0.015450636856257915, - -0.02832033485174179, - -0.0080110477283597, - 0.9994474053382874 - ] - ], - [ - 0.7666666507720947, - [ - -0.007824872620403767, - -0.010297325439751148, - 0.028381338343024254, - 0.9995135068893433 - ] - ], - [ - 0.800000011920929, - [ - -0.004899625666439533, - 0.013230065815150738, - 0.06517448276281357, - 0.9977742433547974 - ] - ], - [ - 0.8333333134651184, - [ - -0.007154018152505159, - 0.03437391296029091, - 0.09983654320240021, - 0.9943842887878418 - ] - ], - [ - 0.8666666746139526, - [ - -0.013679608702659607, - 0.0462387390434742, - 0.1293846219778061, - 0.9904213547706604 - ] - ], - [ - 0.8999999761581421, - [ - -0.02432936616241932, - 0.04566822573542595, - 0.1491503119468689, - 0.9874597191810608 - ] - ], - [ - 0.9333333373069763, - [ - -0.03730553388595581, - 0.03521434962749481, - 0.1520497351884842, - 0.9870406985282898 - ] - ], - [ - 0.9666666388511658, - [ - -0.04965478926897049, - 0.020554127171635628, - 0.13303698599338531, - 0.9896531105041504 - ] - ], - [ - 1.0, - [ - -0.058700621128082275, - 0.007556363940238953, - 0.09883566945791245, - 0.9933421611785889 - ] - ], - [ - 1.0333333015441895, - [ - -0.06220416724681854, - -0.0007207686430774629, - 0.05955379828810692, - 0.9962848424911499 - ] - ], - [ - 1.0666667222976685, - [ - -0.059747591614723206, - -0.00525417597964406, - 0.022625332698225975, - 0.9979433417320251 - ] - ], - [ - 1.100000023841858, - [ - -0.052329402416944504, - -0.00831126980483532, - -0.006241943687200546, - 0.9985758066177368 - ] - ], - [ - 1.1333333253860474, - [ - -0.04133733734488487, - -0.01121679786592722, - -0.022317420691251755, - 0.9988330006599426 - ] - ], - [ - 1.1666666269302368, - [ - -0.029753608629107475, - -0.012634486891329288, - -0.020777683705091476, - 0.9992614388465881 - ] - ], - [ - 1.2000000476837158, - [ - -0.020174264907836914, - -0.004271742422133684, - 0.014917138032615185, - 0.9996761679649353 - ] - ], - [ - 1.2333333492279053, - [ - -0.01282708439975977, - 0.017776889726519585, - 0.079139344394207, - 0.996622622013092 - ] - ], - [ - 1.2666666507720947, - [ - -0.008484385907649994, - 0.03827642276883125, - 0.1454131305217743, - 0.9885939359664917 - ] - ], - [ - 1.2999999523162842, - [ - -0.00745033985003829, - 0.04161364585161209, - 0.19251157343387604, - 0.9803837537765503 - ] - ], - [ - 1.3333333730697632, - [ - -0.013464709743857384, - 0.030444521456956863, - 0.19972337782382965, - 0.979286789894104 - ] - ], - [ - 1.3666666746139526, - [ - -0.02740662172436714, - 0.016848169267177582, - 0.17075683176517487, - 0.9847878813743591 - ] - ], - [ - 1.399999976158142, - [ - -0.04261172562837601, - 0.011998100206255913, - 0.132189080119133, - 0.9902355074882507 - ] - ], - [ - 1.4333332777023315, - [ - -0.05377410724759102, - 0.015644900500774384, - 0.09145844727754593, - 0.9942329525947571 - ] - ], - [ - 1.4666666984558105, - [ - -0.0607454776763916, - 0.0224411990493536, - 0.0500454381108284, - 0.9966453909873962 - ] - ], - [ - 1.5, - [ - -0.06295102089643478, - 0.029755521565675735, - 0.012491103261709213, - 0.9974947571754456 - ] - ], - [ - 1.5333333015441895, - [ - -0.05939147248864174, - 0.03527635335922241, - -0.01720607653260231, - 0.9974628686904907 - ] - ], - [ - 1.5666667222976685, - [ - -0.05104363337159157, - 0.03789886459708214, - -0.03496254235506058, - 0.9973644614219666 - ] - ], - [ - 1.600000023841858, - [ - -0.03992113843560219, - 0.038498762995004654, - -0.036245815455913544, - 0.9978027939796448 - ] - ], - [ - 1.6333333253860474, - [ - -0.0297784935683012, - 0.04259582236409187, - -0.010407892987132072, - 0.9985942840576172 - ] - ], - [ - 1.6666666269302368, - [ - -0.021895820274949074, - 0.052321694791316986, - 0.040126800537109375, - 0.9975835084915161 - ] - ], - [ - 1.7000000476837158, - [ - -0.01847345009446144, - 0.060136232525110245, - 0.0983809158205986, - 0.9931584000587463 - ] - ], - [ - 1.7333333492279053, - [ - -0.02014824002981186, - 0.059611354023218155, - 0.14782439172267914, - 0.9870098829269409 - ] - ], - [ - 1.7666666507720947, - [ - -0.024869205430150032, - 0.05592270940542221, - 0.17651544511318207, - 0.9823932647705078 - ] - ], - [ - 1.7999999523162842, - [ - -0.029058316722512245, - 0.05324771627783775, - 0.17814189195632935, - 0.9821332693099976 - ] - ], - [ - 1.8333333730697632, - [ - -0.030675729736685753, - 0.051379039883613586, - 0.14855673909187317, - 0.9870918393135071 - ] - ], - [ - 1.8666666746139526, - [ - -0.028417808935046196, - 0.0475834459066391, - 0.09843429923057556, - 0.993598997592926 - ] - ], - [ - 1.899999976158142, - [ - -0.021727774292230606, - 0.03991822898387909, - 0.04008066654205322, - 0.9981623291969299 - ] - ], - [ - 1.9333332777023315, - [ - -0.010673179291188717, - 0.028867516666650772, - -0.01305888406932354, - 0.9994409680366516 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030736643821001053, - 0.017406506463885307, - -0.04872042313218117, - 0.9986560344696045 - ] - ], - [ - 2.0, - [ - 0.017697464674711227, - 0.012838270515203476, - -0.054752469062805176, - 0.9982605576515198 - ] - ], - [ - 2.0333333015441895, - [ - 0.03134629502892494, - 0.025597190484404564, - -0.020711544901132584, - 0.9989660978317261 - ] - ], - [ - 2.066666603088379, - [ - 0.04191310703754425, - 0.054997872561216354, - 0.039393164217472076, - 0.9968283176422119 - ] - ], - [ - 2.0999999046325684, - [ - 0.04526510462164879, - 0.0893729031085968, - 0.10135819017887115, - 0.9897929430007935 - ] - ], - [ - 2.133333444595337, - [ - 0.04036291688680649, - 0.1142597422003746, - 0.14464907348155975, - 0.9820347428321838 - ] - ], - [ - 2.1666667461395264, - [ - 0.031475648283958435, - 0.1149892583489418, - 0.15459613502025604, - 0.9807582497596741 - ] - ], - [ - 2.200000047683716, - [ - 0.02201405167579651, - 0.09560726583003998, - 0.12744495272636414, - 0.9869815707206726 - ] - ], - [ - 2.2333333492279053, - [ - 0.014823449775576591, - 0.07797491550445557, - 0.08069688826799393, - 0.9935735464096069 - ] - ], - [ - 2.2666666507720947, - [ - 0.012362347915768623, - 0.07261443138122559, - 0.031690649688243866, - 0.9967799186706543 - ] - ], - [ - 2.299999952316284, - [ - 0.015632731840014458, - 0.07446879893541336, - -0.009972882457077503, - 0.997050940990448 - ] - ], - [ - 2.3333332538604736, - [ - 0.023631231859326363, - 0.07316534221172333, - -0.03933931514620781, - 0.9962634444236755 - ] - ], - [ - 2.366666555404663, - [ - 0.03594487905502319, - 0.06780491024255753, - -0.04720144346356392, - 0.9959329962730408 - ] - ], - [ - 2.4000000953674316, - [ - 0.046436380594968796, - 0.08172789961099625, - -0.0002728938707150519, - 0.9955722689628601 - ] - ], - [ - 2.433333396911621, - [ - 0.04807678610086441, - 0.1149510070681572, - 0.0924748107790947, - 0.9878883957862854 - ] - ], - [ - 2.4666666984558105, - [ - 0.044128429144620895, - 0.13315245509147644, - 0.18227028846740723, - 0.9731910824775696 - ] - ], - [ - 2.5, - [ - 0.03454071655869484, - 0.1298784613609314, - 0.21407143771648407, - 0.9675288796424866 - ] - ], - [ - 2.5333333015441895, - [ - 0.023286959156394005, - 0.09730808436870575, - 0.1727072298526764, - 0.9798781871795654 - ] - ], - [ - 2.566666603088379, - [ - 0.016465695574879646, - 0.056432418525218964, - 0.09954630583524704, - 0.9932950139045715 - ] - ], - [ - 2.5999999046325684, - [ - 0.016936568543314934, - 0.036414388567209244, - 0.039216071367263794, - 0.9984233975410461 - ] - ], - [ - 2.633333444595337, - [ - 0.02156129479408264, - 0.03889395296573639, - 0.029321081936359406, - 0.9985803365707397 - ] - ], - [ - 2.6666667461395264, - [ - 0.02508750557899475, - 0.05762402340769768, - 0.0756915807723999, - 0.9951486587524414 - ] - ], - [ - 2.700000047683716, - [ - 0.027613554149866104, - 0.07978645712137222, - 0.14090409874916077, - 0.9864165782928467 - ] - ], - [ - 2.7333333492279053, - [ - 0.028571926057338715, - 0.09467697888612747, - 0.18781226873397827, - 0.9772136211395264 - ] - ], - [ - 2.7666666507720947, - [ - 0.03206957131624222, - 0.08946492522954941, - 0.1903318613767624, - 0.9771087765693665 - ] - ], - [ - 2.799999952316284, - [ - 0.032212767750024796, - 0.07454992085695267, - 0.16514244675636292, - 0.9829204678535461 - ] - ], - [ - 2.8333332538604736, - [ - 0.029451310634613037, - 0.06654012948274612, - 0.13811738789081573, - 0.9877391457557678 - ] - ], - [ - 2.866666555404663, - [ - 0.028805995360016823, - 0.06200113892555237, - 0.1034107580780983, - 0.9922865033149719 - ] - ], - [ - 2.9000000953674316, - [ - 0.03292557969689369, - 0.06106899306178093, - 0.06619139760732651, - 0.9953920841217041 - ] - ], - [ - 2.933333396911621, - [ - 0.03995374217629433, - 0.061041731387376785, - 0.031676702201366425, - 0.9968321919441223 - ] - ], - [ - 2.9666666984558105, - [ - 0.04761955142021179, - 0.05979772284626961, - 0.004217355977743864, - 0.9970651268959045 - ] - ], - [ - 3.0, - [ - 0.053848423063755035, - 0.05667521804571152, - -0.009312784299254417, - 0.996895968914032 - ] - ], - [ - 3.0333333015441895, - [ - 0.05542778596282005, - 0.05909455195069313, - 0.011926738545298576, - 0.9966410398483276 - ] - ], - [ - 3.066666603088379, - [ - 0.05021924152970314, - 0.07136937975883484, - 0.06422155350446701, - 0.9941126704216003 - ] - ], - [ - 3.0999999046325684, - [ - 0.04087726026773453, - 0.08109955489635468, - 0.12428972870111465, - 0.9880809783935547 - ] - ], - [ - 3.133333444595337, - [ - 0.029940221458673477, - 0.07700535655021667, - 0.1711932271718979, - 0.9817671179771423 - ] - ], - [ - 3.1666667461395264, - [ - 0.02056988701224327, - 0.05759427323937416, - 0.18300823867321014, - 0.9812073111534119 - ] - ], - [ - 3.200000047683716, - [ - 0.013995182700455189, - 0.03016067110002041, - 0.15377599000930786, - 0.9875461459159851 - ] - ], - [ - 3.2333333492279053, - [ - 0.008621628396213055, - 0.01019731443375349, - 0.10365062206983566, - 0.9945241212844849 - ] - ], - [ - 3.2666666507720947, - [ - 0.005315190181136131, - 0.006668583955615759, - 0.050960686057806015, - 0.9986642599105835 - ] - ], - [ - 3.299999952316284, - [ - 0.004828229080885649, - 0.011621503159403801, - 0.007537115830928087, - 0.9998924136161804 - ] - ], - [ - 3.3333332538604736, - [ - 0.012451169081032276, - 0.009213477373123169, - 0.01290574949234724, - 0.9997967481613159 - ] - ], - [ - 3.366666555404663, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292654456_205148.json b/lenses/physics-objects/Scene/assets/1646688292654456_205148.json deleted file mode 100644 index fbb9b58f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292654456_205148.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292654456:205148", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292655486_205161.json b/lenses/physics-objects/Scene/assets/1646688292655486_205161.json deleted file mode 100644 index 62e53a39..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292655486_205161.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292655486:205161", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.653112411499023, - -1.4210854715202004e-14, - 1.0658141036401503e-14 - ] - ], - [ - 0.6333333253860474, - [ - 9.675581932067871, - -1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 3.4000000953674316, - [ - 9.64746379852295, - 1.4210793728829801e-14, - 1.2656542480726785e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.652442932128906, - 1.4210854715202004e-14, - 1.0658141036401503e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292655711_205168.json b/lenses/physics-objects/Scene/assets/1646688292655711_205168.json deleted file mode 100644 index 586e99bf..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292655711_205168.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292655711:205168", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.025921493768692017, - -0.09076081961393356, - -0.0827825665473938, - 0.9920876026153564 - ] - ], - [ - 0.03333333507180214, - [ - -0.025921493768692017, - -0.09076081961393356, - -0.0827825665473938, - 0.9920876026153564 - ] - ], - [ - 0.06666667014360428, - [ - -0.024740634486079216, - -0.09056271612644196, - -0.08463031053543091, - 0.9919799566268921 - ] - ], - [ - 0.10000000149011612, - [ - -0.023435482755303383, - -0.0904242992401123, - -0.08646336942911148, - 0.9918661713600159 - ] - ], - [ - 0.13333334028720856, - [ - -0.02205209992825985, - -0.09034471213817596, - -0.08824723213911057, - 0.991748034954071 - ] - ], - [ - 0.1666666716337204, - [ - -0.02062845043838024, - -0.09032732993364334, - -0.0899442657828331, - 0.9916276931762695 - ] - ], - [ - 0.20000000298023224, - [ - -0.01920214295387268, - -0.09037568420171738, - -0.09151700139045715, - 0.9915081262588501 - ] - ], - [ - 0.23333333432674408, - [ - -0.017810337245464325, - -0.09049316495656967, - -0.09292808175086975, - 0.9913920164108276 - ] - ], - [ - 0.2666666805744171, - [ - -0.016489729285240173, - -0.09068287909030914, - -0.09414026886224747, - 0.9912831783294678 - ] - ], - [ - 0.30000001192092896, - [ - -0.015276570804417133, - -0.09094739705324173, - -0.09511646628379822, - 0.991185188293457 - ] - ], - [ - 0.3333333432674408, - [ - -0.014206687919795513, - -0.0912884771823883, - -0.0958196297287941, - 0.9911020994186401 - ] - ], - [ - 0.36666667461395264, - [ - -0.013315603137016296, - -0.09170675277709961, - -0.09621252119541168, - 0.9910377264022827 - ] - ], - [ - 0.4000000059604645, - [ - -0.012611327692866325, - -0.09216183423995972, - -0.09629589319229126, - 0.9909965991973877 - ] - ], - [ - 0.4333333373069763, - [ - -0.012090661562979221, - -0.09259578585624695, - -0.0960865169763565, - 0.9909829497337341 - ] - ], - [ - 0.46666666865348816, - [ - -0.011741912923753262, - -0.09303747862577438, - -0.09563285112380981, - 0.9909896850585938 - ] - ], - [ - 0.5, - [ - -0.011547617614269257, - -0.09352084994316101, - -0.09500432759523392, - 0.9910069108009338 - ] - ], - [ - 0.5333333611488342, - [ - -0.011502174660563469, - -0.09404116868972778, - -0.09422649443149567, - 0.9910324811935425 - ] - ], - [ - 0.5666666626930237, - [ - -0.011597546748816967, - -0.09459617733955383, - -0.09332804381847382, - 0.9910635352134705 - ] - ], - [ - 0.6000000238418579, - [ - -0.011818571016192436, - -0.09517962485551834, - -0.09232152998447418, - 0.9910993576049805 - ] - ], - [ - 0.6333333253860474, - [ - -0.012146111577749252, - -0.09578699618577957, - -0.09121759235858917, - 0.9911391735076904 - ] - ], - [ - 0.6666666865348816, - [ - -0.01255867350846529, - -0.09641492366790771, - -0.0900256410241127, - 0.9911820292472839 - ] - ], - [ - 0.699999988079071, - [ - -0.013031144626438618, - -0.09706167876720428, - -0.0887530967593193, - 0.9912275671958923 - ] - ], - [ - 0.7333333492279053, - [ - -0.013544321991503239, - -0.09772232919931412, - -0.08740992844104767, - 0.9912752509117126 - ] - ], - [ - 0.7666666507720947, - [ - -0.014077089726924896, - -0.09839262813329697, - -0.08600479364395142, - 0.9913243055343628 - ] - ], - [ - 0.800000011920929, - [ - -0.014621594920754433, - -0.099064402282238, - -0.08455359190702438, - 0.9913744926452637 - ] - ], - [ - 0.8333333134651184, - [ - -0.015170121565461159, - -0.0997299924492836, - -0.0830722525715828, - 0.9914246201515198 - ] - ], - [ - 0.8666666746139526, - [ - -0.01571512594819069, - -0.10038240998983383, - -0.08157677203416824, - 0.9914745688438416 - ] - ], - [ - 0.8999999761581421, - [ - -0.016249196603894234, - -0.10101517289876938, - -0.08008313179016113, - 0.9915233850479126 - ] - ], - [ - 0.9333333373069763, - [ - -0.016765106469392776, - -0.10162246227264404, - -0.07860732823610306, - 0.9915708303451538 - ] - ], - [ - 0.9666666388511658, - [ - -0.0172557532787323, - -0.10219894349575043, - -0.077165387570858, - 0.991616427898407 - ] - ], - [ - 1.0, - [ - -0.017714180052280426, - -0.1027398332953453, - -0.0757732167840004, - 0.9916598200798035 - ] - ], - [ - 1.0333333015441895, - [ - -0.018133552744984627, - -0.10324078798294067, - -0.07444672286510468, - 0.9917006492614746 - ] - ], - [ - 1.0666667222976685, - [ - -0.01850713975727558, - -0.10369781404733658, - -0.07320170104503632, - 0.9917387366294861 - ] - ], - [ - 1.100000023841858, - [ - -0.018828297033905983, - -0.10410724580287933, - -0.07205402851104736, - 0.9917739629745483 - ] - ], - [ - 1.1333333253860474, - [ - -0.019090406596660614, - -0.104465551674366, - -0.07101932168006897, - 0.9918057918548584 - ] - ], - [ - 1.1666666269302368, - [ - -0.01928689330816269, - -0.10476938635110855, - -0.07011329382658005, - 0.9918344020843506 - ] - ], - [ - 1.2000000476837158, - [ - -0.019501855596899986, - -0.10499779134988785, - -0.0693623274564743, - 0.991858959197998 - ] - ], - [ - 1.2333333492279053, - [ - -0.01981250010430813, - -0.1051313653588295, - -0.06879214942455292, - 0.9918782711029053 - ] - ], - [ - 1.2666666507720947, - [ - -0.020201804116368294, - -0.10516844689846039, - -0.06841729581356049, - 0.991892397403717 - ] - ], - [ - 1.2999999523162842, - [ - -0.020647022873163223, - -0.10510066151618958, - -0.06826093792915344, - 0.9919012188911438 - ] - ], - [ - 1.3333333730697632, - [ - -0.021131932735443115, - -0.1049254983663559, - -0.06833536922931671, - 0.9919044375419617 - ] - ], - [ - 1.3666666746139526, - [ - -0.021623004227876663, - -0.10464339703321457, - -0.06861210614442825, - 0.9919044971466064 - ] - ], - [ - 1.399999976158142, - [ - -0.022090625017881393, - -0.10425746440887451, - -0.0690530464053154, - 0.9919042587280273 - ] - ], - [ - 1.4333332777023315, - [ - -0.022523973137140274, - -0.10377615690231323, - -0.06963451951742172, - 0.9919043183326721 - ] - ], - [ - 1.4666666984558105, - [ - -0.022914128378033638, - -0.10320747643709183, - -0.07033205777406693, - 0.9919056296348572 - ] - ], - [ - 1.5, - [ - -0.02325373888015747, - -0.10256350785493851, - -0.07112357765436172, - 0.9919079542160034 - ] - ], - [ - 1.5333333015441895, - [ - -0.023538166657090187, - -0.10185587406158447, - -0.07198868691921234, - 0.991911768913269 - ] - ], - [ - 1.5666667222976685, - [ - -0.02375900372862816, - -0.10109805315732956, - -0.07290536910295486, - 0.9919171929359436 - ] - ], - [ - 1.600000023841858, - [ - -0.023910656571388245, - -0.10030315816402435, - -0.07385338842868805, - 0.9919241070747375 - ] - ], - [ - 1.6333333253860474, - [ - -0.02398083172738552, - -0.09948744624853134, - -0.0748094990849495, - 0.9919328093528748 - ] - ], - [ - 1.6666666269302368, - [ - -0.02396002970635891, - -0.09866709262132645, - -0.07575240731239319, - 0.9919437170028687 - ] - ], - [ - 1.7000000476837158, - [ - -0.02386193908751011, - -0.09785018116235733, - -0.07667276263237, - 0.9919562935829163 - ] - ], - [ - 1.7333333492279053, - [ - -0.02370036207139492, - -0.09704510867595673, - -0.07756133377552032, - 0.9919701218605042 - ] - ], - [ - 1.7666666507720947, - [ - -0.023489193990826607, - -0.09626058489084244, - -0.07840901613235474, - 0.9919849634170532 - ] - ], - [ - 1.7999999523162842, - [ - -0.02324243262410164, - -0.09550558030605316, - -0.07920679450035095, - 0.99200040102005 - ] - ], - [ - 1.8333333730697632, - [ - -0.022974180057644844, - -0.09478926658630371, - -0.07994569092988968, - 0.992016077041626 - ] - ], - [ - 1.8666666746139526, - [ - -0.02269863709807396, - -0.0941210463643074, - -0.08061682432889938, - 0.9920318126678467 - ] - ], - [ - 1.899999976158142, - [ - -0.022430110722780228, - -0.09351035207509995, - -0.08121128380298615, - 0.9920471906661987 - ] - ], - [ - 1.9333332777023315, - [ - -0.022182978689670563, - -0.09296676516532898, - -0.08172018080949783, - 0.992061972618103 - ] - ], - [ - 1.9666666984558105, - [ - -0.021971700713038445, - -0.09249981492757797, - -0.08213457465171814, - 0.9920760989189148 - ] - ], - [ - 2.0, - [ - -0.021810799837112427, - -0.09211897104978561, - -0.08244534581899643, - 0.9920892715454102 - ] - ], - [ - 2.0333333015441895, - [ - -0.021714825183153152, - -0.09183351695537567, - -0.08264335244894028, - 0.9921013712882996 - ] - ], - [ - 2.066666603088379, - [ - -0.021698350086808205, - -0.09165245294570923, - -0.0827191174030304, - 0.9921121597290039 - ] - ], - [ - 2.133333444595337, - [ - -0.021952010691165924, - -0.09162501245737076, - -0.08247893303632736, - 0.9921291470527649 - ] - ], - [ - 2.1666667461395264, - [ - -0.02222408354282379, - -0.09176087379455566, - -0.08218016475439072, - 0.9921352863311768 - ] - ], - [ - 2.200000047683716, - [ - -0.022598642855882645, - -0.09195195138454437, - -0.08177930861711502, - 0.9921422600746155 - ] - ], - [ - 2.2333333492279053, - [ - -0.02307501994073391, - -0.09215755760669708, - -0.08129526674747467, - 0.9921520352363586 - ] - ], - [ - 2.2666666507720947, - [ - -0.02365613728761673, - -0.09236283600330353, - -0.08074647933244705, - 0.9921640753746033 - ] - ], - [ - 2.299999952316284, - [ - -0.024340331554412842, - -0.09255493432283401, - -0.08015108108520508, - 0.9921779036521912 - ] - ], - [ - 2.3333332538604736, - [ - -0.025123240426182747, - -0.09272734075784683, - -0.07952633500099182, - 0.9921926259994507 - ] - ], - [ - 2.366666555404663, - [ - -0.025995273143053055, - -0.09287583827972412, - -0.07888711988925934, - 0.9922072291374207 - ] - ], - [ - 2.4000000953674316, - [ - -0.027032101526856422, - -0.09297957271337509, - -0.0782531276345253, - 0.9922199845314026 - ] - ], - [ - 2.433333396911621, - [ - -0.02831057459115982, - -0.0930190309882164, - -0.07764199376106262, - 0.9922287464141846 - ] - ], - [ - 2.4666666984558105, - [ - -0.02981123887002468, - -0.09299682080745697, - -0.07705996930599213, - 0.9922322630882263 - ] - ], - [ - 2.5, - [ - -0.03150961920619011, - -0.0929173156619072, - -0.07651076465845108, - 0.9922296404838562 - ] - ], - [ - 2.5333333015441895, - [ - -0.03337864950299263, - -0.09278564155101776, - -0.0759967565536499, - 0.9922203421592712 - ] - ], - [ - 2.566666603088379, - [ - -0.035391196608543396, - -0.09260673820972443, - -0.07552026212215424, - 0.9922036528587341 - ] - ], - [ - 2.5999999046325684, - [ - -0.03752008080482483, - -0.09238538891077042, - -0.07508353888988495, - 0.9921793341636658 - ] - ], - [ - 2.633333444595337, - [ - -0.03973810747265816, - -0.09212616831064224, - -0.07468884438276291, - 0.9921467900276184 - ] - ], - [ - 2.6666667461395264, - [ - -0.042017992585897446, - -0.09183353930711746, - -0.07433850318193436, - 0.9921063780784607 - ] - ], - [ - 2.700000047683716, - [ - -0.044332437217235565, - -0.09151164442300797, - -0.07403480261564255, - 0.9920580387115479 - ] - ], - [ - 2.7333333492279053, - [ - -0.046654172241687775, - -0.09116454422473907, - -0.0737801268696785, - 0.9920024871826172 - ] - ], - [ - 2.7666666507720947, - [ - -0.04895589128136635, - -0.09079600125551224, - -0.0735769048333168, - 0.991940438747406 - ] - ], - [ - 2.799999952316284, - [ - -0.05121026188135147, - -0.09040960669517517, - -0.07342759519815445, - 0.9918730854988098 - ] - ], - [ - 2.8333332538604736, - [ - -0.053389981389045715, - -0.09000874310731888, - -0.07333476096391678, - 0.991801381111145 - ] - ], - [ - 2.866666555404663, - [ - -0.055467743426561356, - -0.08959662169218063, - -0.07330101728439331, - 0.9917271733283997 - ] - ], - [ - 2.9000000953674316, - [ - -0.057416368275880814, - -0.08917625993490219, - -0.07332907617092133, - 0.9916520714759827 - ] - ], - [ - 2.933333396911621, - [ - -0.0591658316552639, - -0.08875911682844162, - -0.07341697067022324, - 0.9915802478790283 - ] - ], - [ - 2.9666666984558105, - [ - -0.060660310089588165, - -0.0883537009358406, - -0.0735645741224289, - 0.9915151000022888 - ] - ], - [ - 3.0, - [ - -0.06189366430044174, - -0.08795839548110962, - -0.07377742975950241, - 0.9914582371711731 - ] - ], - [ - 3.0333333015441895, - [ - -0.06285979598760605, - -0.08757151663303375, - -0.07406099140644073, - 0.9914105534553528 - ] - ], - [ - 3.066666603088379, - [ - -0.06352614611387253, - -0.08716163039207458, - -0.07445548474788666, - 0.9913747310638428 - ] - ], - [ - 3.0999999046325684, - [ - -0.06387126445770264, - -0.0867089331150055, - -0.0749860405921936, - 0.9913521409034729 - ] - ], - [ - 3.133333444595337, - [ - -0.06390780955553055, - -0.08623556047677994, - -0.07572305202484131, - 0.9913350939750671 - ] - ], - [ - 3.1666667461395264, - [ - -0.06365736573934555, - -0.0857589915394783, - -0.07671787589788437, - 0.9913161396980286 - ] - ], - [ - 3.200000047683716, - [ - -0.06315743178129196, - -0.08529119938611984, - -0.07794646173715591, - 0.9912925362586975 - ] - ], - [ - 3.2333333492279053, - [ - -0.062423013150691986, - -0.0848468691110611, - -0.0793803483247757, - 0.9912633895874023 - ] - ], - [ - 3.2666666507720947, - [ - -0.061449866741895676, - -0.08443792909383774, - -0.08097083121538162, - 0.9912304878234863 - ] - ], - [ - 3.299999952316284, - [ - -0.06026007980108261, - -0.08407148718833923, - -0.08267410844564438, - 0.9911941885948181 - ] - ], - [ - 3.3333332538604736, - [ - -0.058878615498542786, - -0.08375528454780579, - -0.08444773405790329, - 0.9911543726921082 - ] - ], - [ - 3.366666555404663, - [ - -0.05733700096607208, - -0.08349574357271194, - -0.08625204116106033, - 0.9911112785339355 - ] - ], - [ - 3.4000000953674316, - [ - -0.055672500282526016, - -0.08329781889915466, - -0.08804980665445328, - 0.991064727306366 - ] - ], - [ - 3.433333396911621, - [ - -0.05392695218324661, - -0.08316487818956375, - -0.08980575203895569, - 0.9910149574279785 - ] - ], - [ - 3.4666666984558105, - [ - -0.05213391035795212, - -0.08310430496931076, - -0.09148135781288147, - 0.9909626245498657 - ] - ], - [ - 3.5, - [ - -0.05032670870423317, - -0.0831236019730568, - -0.09303812682628632, - 0.9909095764160156 - ] - ], - [ - 3.5333333015441895, - [ - -0.04853822663426399, - -0.08323023468255997, - -0.09443747252225876, - 0.9908574819564819 - ] - ], - [ - 3.566666603088379, - [ - -0.04680095985531807, - -0.083431176841259, - -0.09564081579446793, - 0.9908087253570557 - ] - ], - [ - 3.5999999046325684, - [ - -0.04513487219810486, - -0.08373590558767319, - -0.09660832583904266, - 0.9907663464546204 - ] - ], - [ - 3.633333444595337, - [ - -0.04357248544692993, - -0.084149569272995, - -0.09730129688978195, - 0.9907334446907043 - ] - ], - [ - 3.6666667461395264, - [ - -0.042164646089076996, - -0.08467087149620056, - -0.09768271446228027, - 0.9907124042510986 - ] - ], - [ - 3.700000047683716, - [ - -0.04093405231833458, - -0.08525548875331879, - -0.09775135666131973, - 0.9907070994377136 - ] - ], - [ - 3.7333333492279053, - [ - -0.039892133325338364, - -0.08584091067314148, - -0.0975213348865509, - 0.9907218217849731 - ] - ], - [ - 3.7666666507720947, - [ - -0.03904126212000847, - -0.08644477277994156, - -0.0970463976264, - 0.9907497763633728 - ] - ], - [ - 3.799999952316284, - [ - -0.03837805986404419, - -0.08708810806274414, - -0.09640185534954071, - 0.9907822608947754 - ] - ], - [ - 3.8333332538604736, - [ - -0.037911053746938705, - -0.08776137977838516, - -0.09561416506767273, - 0.9908172488212585 - ] - ], - [ - 3.866666555404663, - [ - -0.03761589154601097, - -0.08846593648195267, - -0.09470955282449722, - 0.9908526539802551 - ] - ], - [ - 3.9000000953674316, - [ - -0.03745165839791298, - -0.08920107781887054, - -0.09369737654924393, - 0.9908891916275024 - ] - ], - [ - 3.933333396911621, - [ - -0.03739874064922333, - -0.089961476624012, - -0.09258795529603958, - 0.9909268021583557 - ] - ], - [ - 3.9666666984558105, - [ - -0.03743509203195572, - -0.09074313193559647, - -0.09139049798250198, - 0.9909652471542358 - ] - ], - [ - 4.0, - [ - -0.03753502666950226, - -0.09154374152421951, - -0.09011233597993851, - 0.9910048842430115 - ] - ], - [ - 4.0333333015441895, - [ - -0.03767918422818184, - -0.09235785901546478, - -0.0887632891535759, - 0.9910457134246826 - ] - ], - [ - 4.066666603088379, - [ - -0.037846293300390244, - -0.09318080544471741, - -0.08735199272632599, - 0.9910876154899597 - ] - ], - [ - 4.099999904632568, - [ - -0.03802817687392235, - -0.09400369226932526, - -0.0858939066529274, - 0.9911304712295532 - ] - ], - [ - 4.133333206176758, - [ - -0.03821681812405586, - -0.09481814503669739, - -0.08440454304218292, - 0.991173505783081 - ] - ], - [ - 4.166666507720947, - [ - -0.03840436041355133, - -0.09561656415462494, - -0.08289948850870132, - 0.9912166595458984 - ] - ], - [ - 4.199999809265137, - [ - -0.038583092391490936, - -0.09639189392328262, - -0.08139438182115555, - 0.9912592768669128 - ] - ], - [ - 4.233333110809326, - [ - -0.038745492696762085, - -0.09713778644800186, - -0.0799049511551857, - 0.9913012981414795 - ] - ], - [ - 4.266666889190674, - [ - -0.038884181529283524, - -0.09784841537475586, - -0.07844685018062592, - 0.9913424253463745 - ] - ], - [ - 4.300000190734863, - [ - -0.03899193927645683, - -0.09851858019828796, - -0.07703584432601929, - 0.9913824796676636 - ] - ], - [ - 4.333333492279053, - [ - -0.039061643183231354, - -0.09914356470108032, - -0.07568754255771637, - 0.9914212822914124 - ] - ], - [ - 4.366666793823242, - [ - -0.03908631205558777, - -0.09971895813941956, - -0.07441754639148712, - 0.9914587140083313 - ] - ], - [ - 4.400000095367432, - [ - -0.03905903175473213, - -0.10024087876081467, - -0.0732414722442627, - 0.9914947748184204 - ] - ], - [ - 4.433333396911621, - [ - -0.03897295147180557, - -0.10070554912090302, - -0.07217484712600708, - 0.9915292859077454 - ] - ], - [ - 4.4666666984558105, - [ - -0.03882122412323952, - -0.10110937803983688, - -0.07123319804668427, - 0.9915622472763062 - ] - ], - [ - 4.5, - [ - -0.038596972823143005, - -0.10144875943660736, - -0.07043203711509705, - 0.9915935397148132 - ] - ], - [ - 4.5333333015441895, - [ - -0.0382932610809803, - -0.10171998292207718, - -0.06978689134120941, - 0.9916231632232666 - ] - ], - [ - 4.566666603088379, - [ - -0.03790334239602089, - -0.10191906243562698, - -0.0693133994936943, - 0.9916508793830872 - ] - ], - [ - 4.599999904632568, - [ - -0.0374160073697567, - -0.10203549265861511, - -0.06903613358736038, - 0.9916768670082092 - ] - ], - [ - 4.633333206176758, - [ - -0.0368269644677639, - -0.10206511616706848, - -0.06896937638521194, - 0.9917004108428955 - ] - ], - [ - 4.666666507720947, - [ - -0.03611475229263306, - -0.10200872272253036, - -0.06908705830574036, - 0.9917243123054504 - ] - ], - [ - 4.699999809265137, - [ - -0.03526169806718826, - -0.10187001526355743, - -0.06935376673936844, - 0.9917506575584412 - ] - ], - [ - 4.733333110809326, - [ - -0.034268952906131744, - -0.10165686160326004, - -0.06974922120571136, - 0.9917795062065125 - ] - ], - [ - 4.766666889190674, - [ - -0.03313951566815376, - -0.10137639194726944, - -0.0702521875500679, - 0.9918110966682434 - ] - ], - [ - 4.800000190734863, - [ - -0.03187784552574158, - -0.10103975981473923, - -0.07084348052740097, - 0.9918448328971863 - ] - ], - [ - 4.833333492279053, - [ - -0.030491041019558907, - -0.10065736621618271, - -0.07150532305240631, - 0.9918798208236694 - ] - ], - [ - 4.866666793823242, - [ - -0.02898239716887474, - -0.10024124383926392, - -0.07221813499927521, - 0.9919154644012451 - ] - ], - [ - 4.900000095367432, - [ - -0.027345281094312668, - -0.09980551898479462, - -0.07296192646026611, - 0.9919514060020447 - ] - ], - [ - 4.933333396911621, - [ - -0.025565482676029205, - -0.09936735033988953, - -0.07371317595243454, - 0.9919873476028442 - ] - ], - [ - 4.9666666984558105, - [ - -0.02364402823150158, - -0.09894095361232758, - -0.07445193082094193, - 0.9920224547386169 - ] - ], - [ - 5.0, - [ - -0.021605167537927628, - -0.09853238612413406, - -0.07516974955797195, - 0.9920554757118225 - ] - ], - [ - 5.0333333015441895, - [ - -0.019473334774374962, - -0.09814774990081787, - -0.07585824280977249, - 0.992085337638855 - ] - ], - [ - 5.066666603088379, - [ - -0.01727309636771679, - -0.09779325872659683, - -0.07650883495807648, - 0.9921111464500427 - ] - ], - [ - 5.099999904632568, - [ - -0.01502920687198639, - -0.09747513383626938, - -0.07711289077997208, - 0.9921321868896484 - ] - ], - [ - 5.133333206176758, - [ - -0.012766566127538681, - -0.09719958901405334, - -0.07766161859035492, - 0.9921481609344482 - ] - ], - [ - 5.166666507720947, - [ - -0.010510271415114403, - -0.0969727635383606, - -0.07814618945121765, - 0.9921587705612183 - ] - ], - [ - 5.199999809265137, - [ - -0.00828554667532444, - -0.09680070728063583, - -0.07855754345655441, - 0.992164134979248 - ] - ], - [ - 5.233333110809326, - [ - -0.0061177643947303295, - -0.09668934345245361, - -0.07888655364513397, - 0.9921647310256958 - ] - ], - [ - 5.266666889190674, - [ - -0.004032369703054428, - -0.0966443344950676, - -0.07912389934062958, - 0.9921607971191406 - ] - ], - [ - 5.300000190734863, - [ - -0.0020550487097352743, - -0.09667114913463593, - -0.07926017045974731, - 0.9921534657478333 - ] - ], - [ - 5.333333492279053, - [ - -0.00021143213962204754, - -0.0967748612165451, - -0.07928568869829178, - 0.9921433329582214 - ] - ], - [ - 5.366666793823242, - [ - 0.0014727558009326458, - -0.09696023911237717, - -0.07919066399335861, - 0.9921317100524902 - ] - ], - [ - 5.400000095367432, - [ - 0.0029717583674937487, - -0.09723160415887833, - -0.07896506786346436, - 0.9921197891235352 - ] - ], - [ - 5.433333396911621, - [ - 0.004269873257726431, - -0.09758084267377853, - -0.07861339300870895, - 0.9921087026596069 - ] - ], - [ - 5.4666666984558105, - [ - 0.005358182825148106, - -0.09799156337976456, - -0.07815030962228775, - 0.9920996427536011 - ] - ], - [ - 5.5, - [ - 0.006219311151653528, - -0.09842134267091751, - -0.07759351283311844, - 0.9920957684516907 - ] - ], - [ - 5.5333333015441895, - [ - 0.006843063049018383, - -0.09882835298776627, - -0.07696777582168579, - 0.992099940776825 - ] - ], - [ - 5.566666603088379, - [ - 0.0072157131507992744, - -0.0991966724395752, - -0.0762937068939209, - 0.9921125173568726 - ] - ], - [ - 5.599999904632568, - [ - 0.007328139618039131, - -0.0995124951004982, - -0.07559137791395187, - 0.9921339154243469 - ] - ], - [ - 5.633333206176758, - [ - 0.007173645775765181, - -0.09976862370967865, - -0.07487994432449341, - 0.9921631813049316 - ] - ], - [ - 5.666666507720947, - [ - 0.006750797387212515, - -0.0999603345990181, - -0.07417590171098709, - 0.992199718952179 - ] - ], - [ - 5.699999809265137, - [ - 0.006062672473490238, - -0.10008493810892105, - -0.0734933465719223, - 0.9922423958778381 - ] - ], - [ - 5.733333110809326, - [ - 0.005117772147059441, - -0.10014194995164871, - -0.07284346967935562, - 0.9922899007797241 - ] - ], - [ - 5.766666889190674, - [ - 0.003934220876544714, - -0.10013435781002045, - -0.07223247736692429, - 0.9923407435417175 - ] - ], - [ - 5.800000190734863, - [ - 0.002535248640924692, - -0.10006684809923172, - -0.0716637521982193, - 0.9923933148384094 - ] - ], - [ - 5.833333492279053, - [ - 0.0009467401541769505, - -0.09994464367628098, - -0.07113918662071228, - 0.9924461841583252 - ] - ], - [ - 5.866666793823242, - [ - -0.0008053607889451087, - -0.09977283328771591, - -0.07066060602664948, - 0.9924978613853455 - ] - ], - [ - 5.900000095367432, - [ - -0.0026950500905513763, - -0.09955629706382751, - -0.07022978365421295, - 0.9925467371940613 - ] - ], - [ - 5.933333396911621, - [ - -0.0046962895430624485, - -0.09929981827735901, - -0.06984849274158478, - 0.992591917514801 - ] - ], - [ - 5.9666666984558105, - [ - -0.006782939191907644, - -0.09900790452957153, - -0.0695185586810112, - 0.9926321506500244 - ] - ], - [ - 6.0, - [ - -0.008928856812417507, - -0.09868496656417847, - -0.06924182176589966, - 0.9926667809486389 - ] - ], - [ - 6.0333333015441895, - [ - -0.011107838712632656, - -0.09833508729934692, - -0.06902012974023819, - 0.9926948547363281 - ] - ], - [ - 6.066666603088379, - [ - -0.013293659314513206, - -0.09796228259801865, - -0.06885549426078796, - 0.992716372013092 - ] - ], - [ - 6.099999904632568, - [ - -0.015460041351616383, - -0.0975702628493309, - -0.06874993443489075, - 0.9927309155464172 - ] - ], - [ - 6.133333206176758, - [ - -0.017580701038241386, - -0.09716261923313141, - -0.06870554387569427, - 0.9927386045455933 - ] - ], - [ - 6.166666507720947, - [ - -0.019629361107945442, - -0.09674271941184998, - -0.0687246024608612, - 0.9927399754524231 - ] - ], - [ - 6.199999809265137, - [ - -0.02157972753047943, - -0.09631370007991791, - -0.06880934536457062, - 0.9927352666854858 - ] - ], - [ - 6.233333110809326, - [ - -0.023405490443110466, - -0.09587862342596054, - -0.06896220147609711, - 0.9927253723144531 - ] - ], - [ - 6.266666889190674, - [ - -0.025080425664782524, - -0.09544031322002411, - -0.06918563693761826, - 0.9927111864089966 - ] - ], - [ - 6.300000190734863, - [ - -0.026578258723020554, - -0.09500142931938171, - -0.0694822445511818, - 0.9926936030387878 - ] - ], - [ - 6.333333492279053, - [ - -0.027872812002897263, - -0.09456463903188705, - -0.06985465437173843, - 0.9926736354827881 - ] - ], - [ - 6.366666793823242, - [ - -0.02891194261610508, - -0.09410466998815536, - -0.07034266740083694, - 0.9926531910896301 - ] - ], - [ - 6.400000095367432, - [ - -0.029654404148459435, - -0.09360705316066742, - -0.07096997648477554, - 0.9926337599754333 - ] - ], - [ - 6.433333396911621, - [ - -0.030093051493167877, - -0.09310802072286606, - -0.07180138677358627, - 0.992607593536377 - ] - ], - [ - 6.4666666984558105, - [ - -0.030229689553380013, - -0.09263637661933899, - -0.07288382202386856, - 0.9925687909126282 - ] - ], - [ - 6.5, - [ - -0.030082177370786667, - -0.09220235049724579, - -0.07419097423553467, - 0.9925167560577393 - ] - ], - [ - 6.5333333015441895, - [ - -0.02967379242181778, - -0.09181386977434158, - -0.07569500058889389, - 0.9924514889717102 - ] - ], - [ - 6.566666603088379, - [ - -0.02902468480169773, - -0.09147336333990097, - -0.07734905928373337, - 0.99237459897995 - ] - ], - [ - 6.599999904632568, - [ - -0.02816181071102619, - -0.09118279069662094, - -0.07910938560962677, - 0.9922873973846436 - ] - ], - [ - 6.633333206176758, - [ - -0.02711520530283451, - -0.090944804251194, - -0.08093365281820297, - 0.9921913146972656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292655941_205175.json b/lenses/physics-objects/Scene/assets/1646688292655941_205175.json deleted file mode 100644 index 0ac89619..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292655941_205175.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292655941:205175", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292656963_205188.json b/lenses/physics-objects/Scene/assets/1646688292656963_205188.json deleted file mode 100644 index 81cf0715..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292656963_205188.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292656963:205188", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.710541725158691, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.672595977783203, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.684754371643066, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.705714225769043, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.739791870117188, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.777256965637207, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.80568790435791, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.812734603881836, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.783751487731934, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.733414649963379, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.690059661865234, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.706267356872559, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.726924896240234, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.794332504272461, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.801319122314453, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.7730131149292, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.73045539855957, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.696708679199219, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.676239013671875, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.678813934326172, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.700987815856934, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.736677169799805, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.765335083007813, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.77287483215332, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.7427396774292, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.69592571258545, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.672354698181152, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.702451705932617, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.678462028503418, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.69327449798584, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.726457595825195, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.76720142364502, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.8006591796875, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.813314437866211, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.785064697265625, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.729925155639648, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.691808700561523, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.701597213745117, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.721379280090332, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.76565170288086, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.825528144836426, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.878321647644043, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.90524959564209, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.882822036743164, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.821778297424316, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.77041244506836, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.745701789855957, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.754520416259766, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.802488327026367, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.868117332458496, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.901070594787598, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.876178741455078, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.820788383483887, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.771075248718262, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.771014213562012, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.79880142211914, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.8401517868042, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.870991706848145, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.858649253845215, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.775550842285156, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.702954292297363, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.703812599182129, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.72775650024414, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.798065185546875, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.812792778015137, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.791265487670898, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.697793006896973, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.675118446350098, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.684843063354492, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.73277759552002, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292657205_205195.json b/lenses/physics-objects/Scene/assets/1646688292657205_205195.json deleted file mode 100644 index 7ed37b2e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292657205_205195.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292657205:205195", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ], - [ - 0.03333333507180214, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ], - [ - 0.06666667014360428, - [ - 0.029208647087216377, - -0.004145199432969093, - -0.008971577510237694, - 0.9995244741439819 - ] - ], - [ - 0.10000000149011612, - [ - 0.03194763511419296, - -0.001887952326796949, - 0.021220462396740913, - 0.9992625713348389 - ] - ], - [ - 0.13333334028720856, - [ - 0.028248216956853867, - -0.00037985193193890154, - 0.01799851283431053, - 0.9994388222694397 - ] - ], - [ - 0.1666666716337204, - [ - 0.019495293498039246, - -0.0007456812891177833, - 0.005533496383577585, - 0.9997943639755249 - ] - ], - [ - 0.20000000298023224, - [ - 0.01260669156908989, - -0.0037430410739034414, - -0.013842759653925896, - 0.9998177289962769 - ] - ], - [ - 0.23333333432674408, - [ - 0.011465431191027164, - -0.009230495430529118, - -0.0355333648622036, - 0.9992601871490479 - ] - ], - [ - 0.2666666805744171, - [ - 0.015337521210312843, - -0.015584840439260006, - -0.05522429943084717, - 0.9982345104217529 - ] - ], - [ - 0.30000001192092896, - [ - 0.020454591140151024, - -0.021944954991340637, - -0.06901642680168152, - 0.9971643686294556 - ] - ], - [ - 0.3333333432674408, - [ - 0.023476988077163696, - -0.028178075328469276, - -0.07374215871095657, - 0.9966027140617371 - ] - ], - [ - 0.36666667461395264, - [ - 0.022369850426912308, - -0.030034327879548073, - -0.06431372463703156, - 0.9972267746925354 - ] - ], - [ - 0.4000000059604645, - [ - 0.015650799497961998, - -0.024244744330644608, - -0.040365081280469894, - 0.9987682104110718 - ] - ], - [ - 0.4333333373069763, - [ - 0.005422653630375862, - -0.012050654739141464, - -0.007676639594137669, - 0.999883234500885 - ] - ], - [ - 0.46666666865348816, - [ - -0.006386497523635626, - 0.001417506136931479, - 0.024972211569547653, - 0.9996667504310608 - ] - ], - [ - 0.5, - [ - -0.01671280525624752, - 0.00847980659455061, - 0.04621416702866554, - 0.9987557530403137 - ] - ], - [ - 0.5333333611488342, - [ - -0.024606864899396896, - 0.005374961998313665, - 0.050740282982587814, - 0.998394250869751 - ] - ], - [ - 0.5666666626930237, - [ - -0.031419772654771805, - -0.004004714544862509, - 0.04141742363572121, - 0.9986397624015808 - ] - ], - [ - 0.6000000238418579, - [ - -0.036186665296554565, - -0.013563813641667366, - 0.01982773095369339, - 0.9990562796592712 - ] - ], - [ - 0.6333333253860474, - [ - -0.037771034985780716, - -0.0201264601200819, - -0.00798491295427084, - 0.9990518093109131 - ] - ], - [ - 0.6666666865348816, - [ - -0.033780794590711594, - -0.02525433897972107, - -0.03312248736619949, - 0.9985609650611877 - ] - ], - [ - 0.699999988079071, - [ - -0.025009343400597572, - -0.030342379584908485, - -0.046948593109846115, - 0.9981231093406677 - ] - ], - [ - 0.7333333492279053, - [ - -0.015431500039994717, - -0.03409415856003761, - -0.04666207358241081, - 0.9982094764709473 - ] - ], - [ - 0.7666666507720947, - [ - -0.00781879760324955, - -0.03460601717233658, - -0.035562366247177124, - 0.9987375140190125 - ] - ], - [ - 0.800000011920929, - [ - -0.004907557275146246, - -0.030119678005576134, - -0.01702473871409893, - 0.9993893504142761 - ] - ], - [ - 0.8333333134651184, - [ - -0.00719245383515954, - -0.021655874326825142, - 0.005080012138932943, - 0.9997267127037048 - ] - ], - [ - 0.8666666746139526, - [ - -0.013804242946207523, - -0.012159016914665699, - 0.02777532860636711, - 0.9994450211524963 - ] - ], - [ - 0.8999999761581421, - [ - -0.024602729827165604, - -0.005155928898602724, - 0.047507382929325104, - 0.9985546469688416 - ] - ], - [ - 0.9333333373069763, - [ - -0.03770046681165695, - -0.002754726679995656, - 0.059878963977098465, - 0.9974896311759949 - ] - ], - [ - 0.9666666388511658, - [ - -0.050016071647405624, - -0.004404390696436167, - 0.0613345168530941, - 0.9968535900115967 - ] - ], - [ - 1.0, - [ - -0.0589083768427372, - -0.008297063410282135, - 0.052305374294519424, - 0.9968576431274414 - ] - ], - [ - 1.0333333015441895, - [ - -0.062273554503917694, - -0.012609289959073067, - 0.034111328423023224, - 0.9973963499069214 - ] - ], - [ - 1.0666667222976685, - [ - -0.059753429144620895, - -0.015668096020817757, - 0.009930239990353584, - 0.9980409145355225 - ] - ], - [ - 1.100000023841858, - [ - -0.052318282425403595, - -0.017228957265615463, - -0.01537719089537859, - 0.9983634352684021 - ] - ], - [ - 1.1333333253860474, - [ - -0.041316140443086624, - -0.01851068064570427, - -0.03613533824682236, - 0.9983208775520325 - ] - ], - [ - 1.1666666269302368, - [ - -0.029722359031438828, - -0.0212089903652668, - -0.04732782393693924, - 0.9982118010520935 - ] - ], - [ - 1.2000000476837158, - [ - -0.020152978599071503, - -0.02446615695953369, - -0.04184277355670929, - 0.9986212849617004 - ] - ], - [ - 1.2333333492279053, - [ - -0.01286275964230299, - -0.024435507133603096, - -0.021167565137147903, - 0.9993945360183716 - ] - ], - [ - 1.2666666507720947, - [ - -0.008579910732805729, - -0.02005976252257824, - 0.00865622516721487, - 0.9997245073318481 - ] - ], - [ - 1.2999999523162842, - [ - -0.0075921122916042805, - -0.013691002503037453, - 0.040935441851615906, - 0.9990392327308655 - ] - ], - [ - 1.3333333730697632, - [ - -0.013720287941396236, - -0.00857115164399147, - 0.06311551481485367, - 0.9978750944137573 - ] - ], - [ - 1.3666666746139526, - [ - -0.02775190770626068, - -0.00715964799746871, - 0.06915163993835449, - 0.9971944689750671 - ] - ], - [ - 1.399999976158142, - [ - -0.042907074093818665, - -0.007778934668749571, - 0.06239209696650505, - 0.9970987439155579 - ] - ], - [ - 1.4333332777023315, - [ - -0.05395086482167244, - -0.00804494321346283, - 0.04489969089627266, - 0.9975011944770813 - ] - ], - [ - 1.4666666984558105, - [ - -0.060821592807769775, - -0.0069016399793326855, - 0.02145540527999401, - 0.9978941679000854 - ] - ], - [ - 1.5, - [ - -0.06298243254423141, - -0.0048641664907336235, - -0.004574069287627935, - 0.9979922771453857 - ] - ], - [ - 1.5333333015441895, - [ - -0.05941186845302582, - -0.003020137082785368, - -0.02908286079764366, - 0.9978052377700806 - ] - ], - [ - 1.5666667222976685, - [ - -0.05105239897966385, - -0.002469016471877694, - -0.04806708171963692, - 0.9975355267524719 - ] - ], - [ - 1.600000023841858, - [ - -0.03990842401981354, - -0.00346646411344409, - -0.05847639590501785, - 0.9974848628044128 - ] - ], - [ - 1.6333333253860474, - [ - -0.029758980497717857, - -0.004503936506807804, - -0.056662943214178085, - 0.9979397058486938 - ] - ], - [ - 1.6666666269302368, - [ - -0.02192264422774315, - -0.004080983344465494, - -0.043473467230796814, - 0.9988057017326355 - ] - ], - [ - 1.7000000476837158, - [ - -0.018593570217490196, - -0.0027758802752941847, - -0.02035299502313137, - 0.9996160864830017 - ] - ], - [ - 1.7333333492279053, - [ - -0.020407933741807938, - -0.001753169228322804, - 0.010825804434716702, - 0.9997316002845764 - ] - ], - [ - 1.7666666507720947, - [ - -0.025284508243203163, - 0.0004902516957372427, - 0.0419800728559494, - 0.9987983703613281 - ] - ], - [ - 1.7999999523162842, - [ - -0.029518580064177513, - 0.004387253895401955, - 0.06103256717324257, - 0.9976895451545715 - ] - ], - [ - 1.8333333730697632, - [ - -0.03100803680717945, - 0.006674005649983883, - 0.05847913399338722, - 0.9977846145629883 - ] - ], - [ - 1.8666666746139526, - [ - -0.028569329530000687, - 0.004461741540580988, - 0.037006355822086334, - 0.998896598815918 - ] - ], - [ - 1.899999976158142, - [ - -0.021762242540717125, - -0.001942834467627108, - 0.0055699837394058704, - 0.999745786190033 - ] - ], - [ - 1.9333332777023315, - [ - -0.010673864744603634, - -0.011438922956585884, - -0.027294844388961792, - 0.9995049834251404 - ] - ], - [ - 1.9666666984558105, - [ - 0.003072790103033185, - -0.021919099614024162, - -0.05257699638605118, - 0.9983716607093811 - ] - ], - [ - 2.0, - [ - 0.017681216821074486, - -0.03004690445959568, - -0.0639488697052002, - 0.9973440170288086 - ] - ], - [ - 2.0333333015441895, - [ - 0.03129243105649948, - -0.032189443707466125, - -0.05897395685315132, - 0.9972496628761292 - ] - ], - [ - 2.066666603088379, - [ - 0.04195477068424225, - -0.027414480224251747, - -0.04295467212796211, - 0.997819185256958 - ] - ], - [ - 2.0999999046325684, - [ - 0.04566878825426102, - -0.016903096809983253, - -0.01966416835784912, - 0.9986200332641602 - ] - ], - [ - 2.133333444595337, - [ - 0.04106559231877327, - -0.0018116316059604287, - 0.006865032482892275, - 0.9991312026977539 - ] - ], - [ - 2.1666667461395264, - [ - 0.03206240385770798, - 0.012677069753408432, - 0.02700379677116871, - 0.9990406036376953 - ] - ], - [ - 2.200000047683716, - [ - 0.022282568737864494, - 0.020396674051880836, - 0.03234957903623581, - 0.9990200996398926 - ] - ], - [ - 2.2333333492279053, - [ - 0.014910688623785973, - 0.020794792100787163, - 0.022439803928136826, - 0.999420702457428 - ] - ], - [ - 2.2666666507720947, - [ - 0.0123998848721385, - 0.015149448066949844, - -0.0020671857055276632, - 0.9998062252998352 - ] - ], - [ - 2.299999952316284, - [ - 0.015667764469981194, - 0.007996571250259876, - -0.0334460474550724, - 0.9992856979370117 - ] - ], - [ - 2.3333332538604736, - [ - 0.0236709825694561, - -0.0002728155814111233, - -0.05964328348636627, - 0.9979390501976013 - ] - ], - [ - 2.366666555404663, - [ - 0.03597370535135269, - -0.009428444318473339, - -0.07171937823295593, - 0.9967313408851624 - ] - ], - [ - 2.4000000953674316, - [ - 0.04650453105568886, - -0.011623842641711235, - -0.06022099032998085, - 0.997033417224884 - ] - ], - [ - 2.433333396911621, - [ - 0.048590585589408875, - -0.0030722031369805336, - -0.027114108204841614, - 0.998445987701416 - ] - ], - [ - 2.4666666984558105, - [ - 0.04529055953025818, - 0.010173046961426735, - 0.014285001903772354, - 0.9988200068473816 - ] - ], - [ - 2.5, - [ - 0.035633526742458344, - 0.023525124415755272, - 0.043513037264347076, - 0.9981399774551392 - ] - ], - [ - 2.5333333015441895, - [ - 0.02372450940310955, - 0.02622312866151333, - 0.04654662683606148, - 0.9982900023460388 - ] - ], - [ - 2.566666603088379, - [ - 0.01656448282301426, - 0.016930870711803436, - 0.030475875362753868, - 0.9992548227310181 - ] - ], - [ - 2.5999999046325684, - [ - 0.016960859298706055, - 0.00010067292168969288, - 0.0011081486009061337, - 0.999855637550354 - ] - ], - [ - 2.633333444595337, - [ - 0.021577734500169754, - -0.015300902538001537, - -0.024835852906107903, - 0.999341607093811 - ] - ], - [ - 2.6666667461395264, - [ - 0.025187702849507332, - -0.018063552677631378, - -0.02815716341137886, - 0.9991228580474854 - ] - ], - [ - 2.700000047683716, - [ - 0.02797900326550007, - -0.010822798125445843, - -0.012579073198139668, - 0.9994707703590393 - ] - ], - [ - 2.7333333492279053, - [ - 0.02922237478196621, - 0.0003559047181624919, - 0.014986114576458931, - 0.9994605183601379 - ] - ], - [ - 2.7666666507720947, - [ - 0.032772403210401535, - 0.013817311264574528, - 0.041077304631471634, - 0.9985227584838867 - ] - ], - [ - 2.799999952316284, - [ - 0.03271320089697838, - 0.018516601994633675, - 0.046928469091653824, - 0.998190701007843 - ] - ], - [ - 2.8333332538604736, - [ - 0.029783084988594055, - 0.013876725919544697, - 0.03445322439074516, - 0.9988660216331482 - ] - ], - [ - 2.866666555404663, - [ - 0.029013551771640778, - 0.00928486231714487, - 0.014144386164844036, - 0.9994359016418457 - ] - ], - [ - 2.9000000953674316, - [ - 0.03305768966674805, - 0.006691682152450085, - -0.009523948654532433, - 0.9993856549263 - ] - ], - [ - 2.933333396911621, - [ - 0.04002766311168671, - 0.005340144038200378, - -0.031859107315540314, - 0.9986763596534729 - ] - ], - [ - 2.9666666984558105, - [ - 0.04764746129512787, - 0.002782453317195177, - -0.049170322716236115, - 0.9976493716239929 - ] - ], - [ - 3.0, - [ - 0.05384572967886925, - -0.001975980121642351, - -0.05826345831155777, - 0.996846079826355 - ] - ], - [ - 3.0333333015441895, - [ - 0.055451229214668274, - -0.005762697663158178, - -0.05252109095454216, - 0.9970624446868896 - ] - ], - [ - 3.066666603088379, - [ - 0.050427328795194626, - -0.004990614950656891, - -0.031081657856702805, - 0.9982315897941589 - ] - ], - [ - 3.0999999046325684, - [ - 0.04133499786257744, - 0.0001839231263147667, - -0.0002535635430831462, - 0.9991453886032104 - ] - ], - [ - 3.133333444595337, - [ - 0.03046698309481144, - 0.006367160473018885, - 0.03083844482898712, - 0.9990397691726685 - ] - ], - [ - 3.1666667461395264, - [ - 0.020931871607899666, - 0.008794927038252354, - 0.05032762512564659, - 0.998474657535553 - ] - ], - [ - 3.200000047683716, - [ - 0.01415071077644825, - 0.00469602458178997, - 0.0522906593978405, - 0.9985206127166748 - ] - ], - [ - 3.2333333492279053, - [ - 0.008661964908242226, - -0.002580840839073062, - 0.03953912481665611, - 0.9991771578788757 - ] - ], - [ - 3.2666666507720947, - [ - 0.0053215776570141315, - -0.00599500210955739, - 0.0143832266330719, - 0.9998645186424255 - ] - ], - [ - 3.299999952316284, - [ - 0.004828076343983412, - -0.0032906632404774427, - -0.015640711411833763, - 0.9998607039451599 - ] - ], - [ - 3.3333332538604736, - [ - 0.012464629486203194, - -0.0027098702266812325, - -0.032775454223155975, - 0.9993813633918762 - ] - ], - [ - 3.366666555404663, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292657408_205202.json b/lenses/physics-objects/Scene/assets/1646688292657408_205202.json deleted file mode 100644 index d1fcce0a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292657408_205202.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292657408:205202", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292658395_205215.json b/lenses/physics-objects/Scene/assets/1646688292658395_205215.json deleted file mode 100644 index ae57e719..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292658395_205215.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292658395:205215", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.731429100036621, - 0.0, - -1.0658141036401503e-14 - ] - ], - [ - 0.5333333611488342, - [ - 9.758965492248535, - -1.4210854715202004e-14, - -7.105415922656214e-15 - ] - ], - [ - 3.2333333492279053, - [ - 9.718429565429688, - 0.0, - -3.9968028886505635e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.746305465698242, - 1.4210854715202004e-14, - 6.217226068011301e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.729907035827637, - -1.4210854715202004e-14, - -3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292658617_205222.json b/lenses/physics-objects/Scene/assets/1646688292658617_205222.json deleted file mode 100644 index b4a3b62b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292658617_205222.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292658617:205222", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02610551193356514, - 0.022737819701433182, - -0.02323426678776741, - 0.9991304278373718 - ] - ], - [ - 0.03333333507180214, - [ - -0.02610551193356514, - 0.022737819701433182, - -0.02323426678776741, - 0.9991304278373718 - ] - ], - [ - 0.06666667014360428, - [ - -0.024918945506215096, - 0.02254519797861576, - -0.02470375970005989, - 0.9991298913955688 - ] - ], - [ - 0.10000000149011612, - [ - -0.023606961593031883, - 0.022343743592500687, - -0.026354875415563583, - 0.9991240501403809 - ] - ], - [ - 0.13333334028720856, - [ - -0.02221583016216755, - 0.022139834240078926, - -0.02814387157559395, - 0.9991117119789124 - ] - ], - [ - 0.1666666716337204, - [ - -0.02078373171389103, - 0.02193477191030979, - -0.030027875676751137, - 0.9990922212600708 - ] - ], - [ - 0.20000000298023224, - [ - -0.0193485077470541, - 0.021726807579398155, - -0.031963687390089035, - 0.9990655183792114 - ] - ], - [ - 0.23333333432674408, - [ - -0.017947588115930557, - 0.021511506289243698, - -0.033907800912857056, - 0.9990322589874268 - ] - ], - [ - 0.2666666805744171, - [ - -0.016617991030216217, - 0.02128227800130844, - -0.035816486924886703, - 0.9989936351776123 - ] - ], - [ - 0.30000001192092896, - [ - -0.015396257862448692, - 0.021031102165579796, - -0.037645794451236725, - 0.9989511966705322 - ] - ], - [ - 0.3333333432674408, - [ - -0.014318571425974369, - 0.020749133080244064, - -0.03935154154896736, - 0.9989074468612671 - ] - ], - [ - 0.36666667461395264, - [ - -0.01342076063156128, - 0.020427756011486053, - -0.040889278054237366, - 0.9988647103309631 - ] - ], - [ - 0.4000000059604645, - [ - -0.012710962444543839, - 0.02007465623319149, - -0.04220709949731827, - 0.9988263249397278 - ] - ], - [ - 0.4333333373069763, - [ - -0.012185979634523392, - 0.019707757979631424, - -0.04325057566165924, - 0.9987955093383789 - ] - ], - [ - 0.46666666865348816, - [ - -0.011834155768156052, - 0.01937243342399597, - -0.04395972192287445, - 0.9987753629684448 - ] - ], - [ - 0.5333333611488342, - [ - -0.011592007242143154, - 0.018915005028247833, - -0.04428461939096451, - 0.9987726211547852 - ] - ], - [ - 0.5666666626930237, - [ - -0.011687868274748325, - 0.018690600991249084, - -0.044145479798316956, - 0.9987818598747253 - ] - ], - [ - 0.6000000238418579, - [ - -0.011910347267985344, - 0.0184568390250206, - -0.043859079480171204, - 0.9987962245941162 - ] - ], - [ - 0.6333333253860474, - [ - -0.012240182608366013, - 0.018219681456685066, - -0.04342850670218468, - 0.9988154172897339 - ] - ], - [ - 0.6666666865348816, - [ - -0.012655687518417835, - 0.01798093505203724, - -0.04286746308207512, - 0.9988387823104858 - ] - ], - [ - 0.699999988079071, - [ - -0.01313155796378851, - 0.017741268500685692, - -0.04219024255871773, - 0.9988657236099243 - ] - ], - [ - 0.7333333492279053, - [ - -0.013648444786667824, - 0.017503419890999794, - -0.04141051322221756, - 0.9988957643508911 - ] - ], - [ - 0.7666666507720947, - [ - -0.014185057021677494, - 0.017269564792513847, - -0.04054230451583862, - 0.9989279508590698 - ] - ], - [ - 0.800000011920929, - [ - -0.014733491465449333, - 0.01704411394894123, - -0.03959793224930763, - 0.9989616870880127 - ] - ], - [ - 0.8333333134651184, - [ - -0.015285973437130451, - 0.016830887645483017, - -0.03858979791402817, - 0.9989964365959167 - ] - ], - [ - 0.8666666746139526, - [ - -0.015834899619221687, - 0.01663299836218357, - -0.037530459463596344, - 0.999031662940979 - ] - ], - [ - 0.8999999761581421, - [ - -0.016372814774513245, - 0.016452843323349953, - -0.03643254190683365, - 0.9990665316581726 - ] - ], - [ - 0.9333333373069763, - [ - -0.01689242199063301, - 0.01629212684929371, - -0.03530872240662575, - 0.9991008639335632 - ] - ], - [ - 0.9666666388511658, - [ - -0.017386572435498238, - 0.01615179516375065, - -0.03417174145579338, - 0.9991341829299927 - ] - ], - [ - 1.0, - [ - -0.017848264425992966, - 0.016032133251428604, - -0.03303437680006027, - 0.9991662502288818 - ] - ], - [ - 1.0333333015441895, - [ - -0.018270622938871384, - 0.015932779759168625, - -0.03190941736102104, - 0.9991968274116516 - ] - ], - [ - 1.0666667222976685, - [ - -0.018646854907274246, - 0.015852784737944603, - -0.030809631571173668, - 0.9992256760597229 - ] - ], - [ - 1.100000023841858, - [ - -0.018970267847180367, - 0.015790697187185287, - -0.029747746884822845, - 0.9992526769638062 - ] - ], - [ - 1.1333333253860474, - [ - -0.019234228879213333, - 0.01574467122554779, - -0.028736500069499016, - 0.9992779493331909 - ] - ], - [ - 1.1666666269302368, - [ - -0.01943208836019039, - 0.015712527558207512, - -0.0277885552495718, - 0.9993014335632324 - ] - ], - [ - 1.2000000476837158, - [ - -0.0196485947817564, - 0.015689769759774208, - -0.026878267526626587, - 0.9993224143981934 - ] - ], - [ - 1.2333333492279053, - [ - -0.01996155083179474, - 0.015672167763113976, - -0.025982864201068878, - 0.999340295791626 - ] - ], - [ - 1.2666666507720947, - [ - -0.020353788509964943, - 0.015657583251595497, - -0.02511919103562832, - 0.9993546009063721 - ] - ], - [ - 1.2999999523162842, - [ - -0.02080240286886692, - 0.01564551703631878, - -0.024303046986460686, - 0.9993657469749451 - ] - ], - [ - 1.3333333730697632, - [ - -0.021291062235832214, - 0.015633203089237213, - -0.023551633581519127, - 0.9993736147880554 - ] - ], - [ - 1.3666666746139526, - [ - -0.021785924211144447, - 0.015630556270480156, - -0.022894544526934624, - 0.9993782639503479 - ] - ], - [ - 1.399999976158142, - [ - -0.022257108241319656, - 0.01564660295844078, - -0.022362707182765007, - 0.9993796944618225 - ] - ], - [ - 1.4333332777023315, - [ - -0.022693676874041557, - 0.015713190659880638, - -0.021954350173473358, - 0.9993778467178345 - ] - ], - [ - 1.4666666984558105, - [ - -0.023086629807949066, - 0.015860924497246742, - -0.02164667658507824, - 0.9993732571601868 - ] - ], - [ - 1.5333333015441895, - [ - -0.023714860901236534, - 0.016360322013497353, - -0.02129868045449257, - 0.9993579387664795 - ] - ], - [ - 1.5666667222976685, - [ - -0.023937001824378967, - 0.016694538295269012, - -0.021242721006274223, - 0.9993483424186707 - ] - ], - [ - 1.600000023841858, - [ - -0.02408936806023121, - 0.017074493691325188, - -0.021255217492580414, - 0.9993379712104797 - ] - ], - [ - 1.6333333253860474, - [ - -0.02415960654616356, - 0.017491193488240242, - -0.021329684183001518, - 0.9993274807929993 - ] - ], - [ - 1.6666666269302368, - [ - -0.024138133972883224, - 0.01793559268116951, - -0.021459903568029404, - 0.9993173480033875 - ] - ], - [ - 1.7000000476837158, - [ - -0.024038776755332947, - 0.0184016153216362, - -0.021637242287397385, - 0.9993074536323547 - ] - ], - [ - 1.7333333492279053, - [ - -0.023875437676906586, - 0.018882740288972855, - -0.02185346744954586, - 0.9992976784706116 - ] - ], - [ - 1.7666666507720947, - [ - -0.023662123829126358, - 0.019372019916772842, - -0.02210066094994545, - 0.9992879629135132 - ] - ], - [ - 1.7999999523162842, - [ - -0.023412946611642838, - 0.01986214891076088, - -0.022371254861354828, - 0.99927818775177 - ] - ], - [ - 1.8333333730697632, - [ - -0.023142119869589806, - 0.020345408469438553, - -0.022658031433820724, - 0.9992682933807373 - ] - ], - [ - 1.8666666746139526, - [ - -0.02286398783326149, - 0.020813781768083572, - -0.02295401506125927, - 0.999258279800415 - ] - ], - [ - 1.899999976158142, - [ - -0.02259291708469391, - 0.021258950233459473, - -0.02325250208377838, - 0.999248206615448 - ] - ], - [ - 1.9333332777023315, - [ - -0.022343432530760765, - 0.021672401577234268, - -0.02354695089161396, - 0.9992380142211914 - ] - ], - [ - 1.9666666984558105, - [ - -0.022130096331238747, - 0.02204548940062523, - -0.023830940946936607, - 0.9992278814315796 - ] - ], - [ - 2.0, - [ - -0.021967515349388123, - 0.02236948534846306, - -0.02409805916249752, - 0.9992178678512573 - ] - ], - [ - 2.0333333015441895, - [ - -0.02187037467956543, - 0.02263576164841652, - -0.02434181421995163, - 0.9992080926895142 - ] - ], - [ - 2.0999999046325684, - [ - -0.02193107269704342, - 0.02296130731701851, - -0.024732116609811783, - 0.9991897344589233 - ] - ], - [ - 2.1666667461395264, - [ - -0.02238176390528679, - 0.022973710671067238, - -0.024929381906986237, - 0.9991746544837952 - ] - ], - [ - 2.2333333492279053, - [ - -0.023238137364387512, - 0.022621167823672295, - -0.024825967848300934, - 0.9991657137870789 - ] - ], - [ - 2.2666666507720947, - [ - -0.023823006078600883, - 0.022351322695612907, - -0.02463369257748127, - 0.9991626739501953 - ] - ], - [ - 2.299999952316284, - [ - -0.02451157197356224, - 0.02209489420056343, - -0.024360110983252525, - 0.9991584420204163 - ] - ], - [ - 2.3333332538604736, - [ - -0.02529946342110634, - 0.021857760846614838, - -0.024018393829464912, - 0.9991523027420044 - ] - ], - [ - 2.366666555404663, - [ - -0.02617700956761837, - 0.0216441098600626, - -0.023621346801519394, - 0.9991438984870911 - ] - ], - [ - 2.4000000953674316, - [ - -0.02722039818763733, - 0.021454280242323875, - -0.023144470527768135, - 0.9991312623023987 - ] - ], - [ - 2.433333396911621, - [ - -0.028506960719823837, - 0.021287428215146065, - -0.02256160043179989, - 0.9991121888160706 - ] - ], - [ - 2.4666666984558105, - [ - -0.03001714125275612, - 0.021144846454262733, - -0.02188350260257721, - 0.9990860819816589 - ] - ], - [ - 2.5, - [ - -0.03172626346349716, - 0.021026482805609703, - -0.021121734753251076, - 0.9990521669387817 - ] - ], - [ - 2.5333333015441895, - [ - -0.03360704705119133, - 0.020931417122483253, - -0.02028800919651985, - 0.9990100264549255 - ] - ], - [ - 2.566666603088379, - [ - -0.035632144659757614, - 0.020858265459537506, - -0.0193939171731472, - 0.9989590644836426 - ] - ], - [ - 2.5999999046325684, - [ - -0.037774212658405304, - 0.020805269479751587, - -0.018450923264026642, - 0.9988994002342224 - ] - ], - [ - 2.633333444595337, - [ - -0.04000583291053772, - 0.020770329982042313, - -0.017470305785536766, - 0.9988307952880859 - ] - ], - [ - 2.6666667461395264, - [ - -0.04229951649904251, - 0.020751113072037697, - -0.01646323688328266, - 0.9987537860870361 - ] - ], - [ - 2.700000047683716, - [ - -0.04462786391377449, - 0.02074512280523777, - -0.015440785326063633, - 0.998668909072876 - ] - ], - [ - 2.7333333492279053, - [ - -0.046963393688201904, - 0.020749755203723907, - -0.014413872733712196, - 0.9985770583152771 - ] - ], - [ - 2.7666666507720947, - [ - -0.04927860572934151, - 0.020762359723448753, - -0.013393335044384003, - 0.998479425907135 - ] - ], - [ - 2.799999952316284, - [ - -0.051546089351177216, - 0.020780356600880623, - -0.012389963492751122, - 0.9983776211738586 - ] - ], - [ - 2.8333332538604736, - [ - -0.053738340735435486, - 0.020801261067390442, - -0.011414488777518272, - 0.9982731342315674 - ] - ], - [ - 2.866666555404663, - [ - -0.055827993899583817, - 0.020822817459702492, - -0.010477657429873943, - 0.9981683492660522 - ] - ], - [ - 2.9000000953674316, - [ - -0.05778765305876732, - 0.020843012258410454, - -0.00959017314016819, - 0.9980652332305908 - ] - ], - [ - 2.933333396911621, - [ - -0.059547025710344315, - 0.02086322195827961, - -0.008778891526162624, - 0.997968852519989 - ] - ], - [ - 2.9666666984558105, - [ - -0.061049915850162506, - 0.020884668454527855, - -0.008065293543040752, - 0.9978836178779602 - ] - ], - [ - 3.0, - [ - -0.06229027733206749, - 0.020905615761876106, - -0.007452287245541811, - 0.9978113770484924 - ] - ], - [ - 3.0333333015441895, - [ - -0.06326193362474442, - 0.020924728363752365, - -0.00694289430975914, - 0.9977534413337708 - ] - ], - [ - 3.066666603088379, - [ - -0.06393231451511383, - 0.020943421870470047, - -0.006533010862767696, - 0.9977130889892578 - ] - ], - [ - 3.0999999046325684, - [ - -0.06427975744009018, - 0.02096232958137989, - -0.006221632473170757, - 0.997692346572876 - ] - ], - [ - 3.1666667461395264, - [ - -0.06406782567501068, - 0.020970933139324188, - -0.0058533507399261, - 0.9977080225944519 - ] - ], - [ - 3.200000047683716, - [ - -0.06356826424598694, - 0.020904643461108208, - -0.00595871452242136, - 0.9977407455444336 - ] - ], - [ - 3.2333333492279053, - [ - -0.06283386796712875, - 0.02074933983385563, - -0.006451913621276617, - 0.9977875351905823 - ] - ], - [ - 3.2666666507720947, - [ - -0.06186002492904663, - 0.020536664873361588, - -0.007291589863598347, - 0.9978469014167786 - ] - ], - [ - 3.299999952316284, - [ - -0.060668740421533585, - 0.020292147994041443, - -0.008429835550487041, - 0.9979161620140076 - ] - ], - [ - 3.3333332538604736, - [ - -0.059284757822752, - 0.020032117143273354, - -0.009828122332692146, - 0.997991681098938 - ] - ], - [ - 3.366666555404663, - [ - -0.05773957073688507, - 0.019769545644521713, - -0.01144616212695837, - 0.9980702996253967 - ] - ], - [ - 3.4000000953674316, - [ - -0.05607040971517563, - 0.0195140540599823, - -0.013242372311651707, - 0.9981482625007629 - ] - ], - [ - 3.433333396911621, - [ - -0.05431913956999779, - 0.019272271543741226, - -0.015173999592661858, - 0.998222291469574 - ] - ], - [ - 3.4666666984558105, - [ - -0.052519410848617554, - 0.019046710804104805, - -0.017199330031871796, - 0.9982901215553284 - ] - ], - [ - 3.5, - [ - -0.050704583525657654, - 0.018836645409464836, - -0.019276324659585953, - 0.9983499646186829 - ] - ], - [ - 3.5333333015441895, - [ - -0.048907727003097534, - 0.01863861456513405, - -0.021362967789173126, - 0.998400866985321 - ] - ], - [ - 3.566666603088379, - [ - -0.0471615269780159, - 0.018446801230311394, - -0.0234171524643898, - 0.9984423518180847 - ] - ], - [ - 3.5999999046325684, - [ - -0.04548604413866997, - 0.018255215138196945, - -0.02540128119289875, - 0.9984751343727112 - ] - ], - [ - 3.633333444595337, - [ - -0.043914034962654114, - 0.018055420368909836, - -0.0272730253636837, - 0.9984997510910034 - ] - ], - [ - 3.6666667461395264, - [ - -0.04249678924679756, - 0.017837034538388252, - -0.028983181342482567, - 0.9985169172286987 - ] - ], - [ - 3.700000047683716, - [ - -0.041257232427597046, - 0.01760207675397396, - -0.030476028099656105, - 0.9985285401344299 - ] - ], - [ - 3.7333333492279053, - [ - -0.04020683839917183, - 0.01736167073249817, - -0.03169362246990204, - 0.9985377788543701 - ] - ], - [ - 3.7666666507720947, - [ - -0.0393485426902771, - 0.017152655869722366, - -0.032570187002420425, - 0.998547375202179 - ] - ], - [ - 3.799999952316284, - [ - -0.038679338991642, - 0.017020579427480698, - -0.03303632512688637, - 0.99856036901474 - ] - ], - [ - 3.8333332538604736, - [ - -0.038207873702049255, - 0.01691950112581253, - -0.03318771719932556, - 0.9985752105712891 - ] - ], - [ - 3.9000000953674316, - [ - -0.03774318844079971, - 0.01666119694709778, - -0.03301604837179184, - 0.9986029267311096 - ] - ], - [ - 3.9666666984558105, - [ - -0.03772471472620964, - 0.016377508640289307, - -0.03227673098444939, - 0.9986324906349182 - ] - ], - [ - 4.0, - [ - -0.03782455250620842, - 0.016232378780841827, - -0.031725186854600906, - 0.9986487627029419 - ] - ], - [ - 4.0333333015441895, - [ - -0.03796890377998352, - 0.0160882119089365, - -0.031070763245224953, - 0.9986661672592163 - ] - ], - [ - 4.066666603088379, - [ - -0.03813639655709267, - 0.015947332605719566, - -0.03032730333507061, - 0.9986850023269653 - ] - ], - [ - 4.099999904632568, - [ - -0.03831878677010536, - 0.015813585370779037, - -0.029507311061024666, - 0.9987046122550964 - ] - ], - [ - 4.133333206176758, - [ - -0.03850797563791275, - 0.015690196305513382, - -0.028623390942811966, - 0.9987249970436096 - ] - ], - [ - 4.166666507720947, - [ - -0.03869606927037239, - 0.015579761937260628, - -0.027688227593898773, - 0.998745858669281 - ] - ], - [ - 4.199999809265137, - [ - -0.03887530416250229, - 0.015484213829040527, - -0.026714662089943886, - 0.9987668991088867 - ] - ], - [ - 4.233333110809326, - [ - -0.03903811797499657, - 0.01540475245565176, - -0.02571544423699379, - 0.9987879991531372 - ] - ], - [ - 4.266666889190674, - [ - -0.0391770601272583, - 0.015341922640800476, - -0.024703457951545715, - 0.9988091588020325 - ] - ], - [ - 4.300000190734863, - [ - -0.039284847676754, - 0.015295620076358318, - -0.023691637441515923, - 0.9988301396369934 - ] - ], - [ - 4.333333492279053, - [ - -0.03935437276959419, - 0.015265120193362236, - -0.022692851722240448, - 0.9988510608673096 - ] - ], - [ - 4.366666793823242, - [ - -0.03937855735421181, - 0.015249148942530155, - -0.02171994373202324, - 0.9988719820976257 - ] - ], - [ - 4.400000095367432, - [ - -0.0393504835665226, - 0.015245962888002396, - -0.02078583464026451, - 0.9988929033279419 - ] - ], - [ - 4.433333396911621, - [ - -0.039263226091861725, - 0.01525342557579279, - -0.019903291016817093, - 0.9989143013954163 - ] - ], - [ - 4.4666666984558105, - [ - -0.039109908044338226, - 0.015269119292497635, - -0.0190851129591465, - 0.9989359378814697 - ] - ], - [ - 4.5, - [ - -0.03888364136219025, - 0.015290466137230396, - -0.018344014883041382, - 0.9989583492279053 - ] - ], - [ - 4.5333333015441895, - [ - -0.038577426224946976, - 0.015314819291234016, - -0.01769273169338703, - 0.9989815950393677 - ] - ], - [ - 4.566666603088379, - [ - -0.038184452801942825, - 0.015339639969170094, - -0.01714375428855419, - 0.9990058541297913 - ] - ], - [ - 4.599999904632568, - [ - -0.03769349679350853, - 0.01536375842988491, - -0.01670796237885952, - 0.9990315437316895 - ] - ], - [ - 4.633333206176758, - [ - -0.03710020333528519, - 0.015384865924715996, - -0.01639733463525772, - 0.9990585446357727 - ] - ], - [ - 4.666666507720947, - [ - -0.03638288006186485, - 0.015412836335599422, - -0.01623578928411007, - 0.9990871548652649 - ] - ], - [ - 4.699999809265137, - [ - -0.035523589700460434, - 0.015457622706890106, - -0.016248615458607674, - 0.9991171956062317 - ] - ], - [ - 4.733333110809326, - [ - -0.03452354669570923, - 0.015554242767393589, - -0.016428865492343903, - 0.999147891998291 - ] - ], - [ - 4.766666889190674, - [ - -0.03338567540049553, - 0.015735959634184837, - -0.016748690977692604, - 0.999178409576416 - ] - ], - [ - 4.800000190734863, - [ - -0.03211451321840286, - 0.015994807705283165, - -0.01719428226351738, - 0.9992082715034485 - ] - ], - [ - 4.833333492279053, - [ - -0.03071720153093338, - 0.016323082149028778, - -0.017752761021256447, - 0.9992371201515198 - ] - ], - [ - 4.866666793823242, - [ - -0.029197121039032936, - 0.016713792458176613, - -0.0184116642922163, - 0.9992644190788269 - ] - ], - [ - 4.900000095367432, - [ - -0.027547568082809448, - 0.01716037653386593, - -0.0191634651273489, - 0.9992895722389221 - ] - ], - [ - 4.933333396911621, - [ - -0.025754259899258614, - 0.0176547784358263, - -0.020002208650112152, - 0.9993123412132263 - ] - ], - [ - 4.9666666984558105, - [ - -0.023818250745534897, - 0.01818738505244255, - -0.020917434245347977, - 0.999332070350647 - ] - ], - [ - 5.0, - [ - -0.02176397666335106, - 0.018750885501503944, - -0.021896325051784515, - 0.999347448348999 - ] - ], - [ - 5.0333333015441895, - [ - -0.01961607299745083, - 0.019337251782417297, - -0.022926388308405876, - 0.9993576407432556 - ] - ], - [ - 5.066666603088379, - [ - -0.01739933155477047, - 0.01993786357343197, - -0.023995524272322655, - 0.9993618726730347 - ] - ], - [ - 5.099999904632568, - [ - -0.015138681046664715, - 0.02054346166551113, - -0.025091933086514473, - 0.9993593692779541 - ] - ], - [ - 5.133333206176758, - [ - -0.012859238311648369, - 0.021144229918718338, - -0.026204083114862442, - 0.9993502497673035 - ] - ], - [ - 5.166666507720947, - [ - -0.010586285963654518, - 0.021729854866862297, - -0.027320751920342445, - 0.999334454536438 - ] - ], - [ - 5.199999809265137, - [ - -0.008345242589712143, - 0.022289572283625603, - -0.028430864214897156, - 0.9993124008178711 - ] - ], - [ - 5.233333110809326, - [ - -0.006161663681268692, - 0.022812314331531525, - -0.029523445293307304, - 0.9992847442626953 - ] - ], - [ - 5.266666889190674, - [ - -0.004061192739754915, - 0.023286819458007813, - -0.03058759681880474, - 0.9992525577545166 - ] - ], - [ - 5.300000190734863, - [ - -0.0020696790888905525, - 0.023701662197709084, - -0.031612273305654526, - 0.9992170929908752 - ] - ], - [ - 5.333333492279053, - [ - -0.00021293108875397593, - 0.024045513942837715, - -0.03258628025650978, - 0.9991797208786011 - ] - ], - [ - 5.366666793823242, - [ - 0.0014831608859822154, - 0.024307245388627052, - -0.03349808230996132, - 0.999142050743103 - ] - ], - [ - 5.400000095367432, - [ - 0.0029926872812211514, - 0.024476151913404465, - -0.03433575481176376, - 0.999106228351593 - ] - ], - [ - 5.433333396911621, - [ - 0.00429984787479043, - 0.024546746164560318, - -0.03508348390460014, - 0.9990737438201904 - ] - ], - [ - 5.4666666984558105, - [ - 0.005395702086389065, - 0.02451784536242485, - -0.03572262451052666, - 0.9990463852882385 - ] - ], - [ - 5.5, - [ - 0.006262755952775478, - 0.024378446862101555, - -0.03623258322477341, - 0.999026358127594 - ] - ], - [ - 5.5333333015441895, - [ - 0.006890764459967613, - 0.02412397973239422, - -0.03659083694219589, - 0.9990154504776001 - ] - ], - [ - 5.566666603088379, - [ - 0.007265900261700153, - 0.0238141268491745, - -0.03678830340504646, - 0.9990128874778748 - ] - ], - [ - 5.599999904632568, - [ - 0.007378983777016401, - 0.02350994013249874, - -0.036835283041000366, - 0.9990175366401672 - ] - ], - [ - 5.633333206176758, - [ - 0.007223289459943771, - 0.02322074957191944, - -0.036740463227033615, - 0.9990289211273193 - ] - ], - [ - 5.666666507720947, - [ - 0.006797382608056068, - 0.02295379340648651, - -0.03651244193315506, - 0.9990464448928833 - ] - ], - [ - 5.699999809265137, - [ - 0.006104379892349243, - 0.022716185078024864, - -0.03615947812795639, - 0.9990691542625427 - ] - ], - [ - 5.733333110809326, - [ - 0.005152874160557985, - 0.0225128922611475, - -0.03569090738892555, - 0.9990959763526917 - ] - ], - [ - 5.766666889190674, - [ - 0.003961120266467333, - 0.022345595061779022, - -0.03511748090386391, - 0.9991254806518555 - ] - ], - [ - 5.800000190734863, - [ - 0.0025525258388370275, - 0.022214146330952644, - -0.03445078432559967, - 0.9991562366485596 - ] - ], - [ - 5.833333492279053, - [ - 0.0009531695977784693, - 0.022117305546998978, - -0.03370269015431404, - 0.9991866946220398 - ] - ], - [ - 5.866666793823242, - [ - -0.0008108119363896549, - 0.0220533087849617, - -0.0328848771750927, - 0.9992154836654663 - ] - ], - [ - 5.900000095367432, - [ - -0.0027132274117320776, - 0.02201993018388748, - -0.03200883790850639, - 0.9992414116859436 - ] - ], - [ - 5.933333396911621, - [ - -0.004727852530777454, - 0.022014573216438293, - -0.031085867434740067, - 0.9992631673812866 - ] - ], - [ - 5.9666666984558105, - [ - -0.006828363053500652, - 0.022034402936697006, - -0.03012717142701149, - 0.9992798566818237 - ] - ], - [ - 6.0, - [ - -0.008988438174128532, - 0.022076327353715897, - -0.029143664985895157, - 0.9992910027503967 - ] - ], - [ - 6.0333333015441895, - [ - -0.011181705631315708, - 0.022137146443128586, - -0.028146198019385338, - 0.9992961287498474 - ] - ], - [ - 6.066666603088379, - [ - -0.01338175218552351, - 0.022213591262698174, - -0.02714541181921959, - 0.9992950558662415 - ] - ], - [ - 6.099999904632568, - [ - -0.015562154352664948, - 0.02230243943631649, - -0.02615191414952278, - 0.999288022518158 - ] - ], - [ - 6.133333206176758, - [ - -0.017696470022201538, - 0.022400526329874992, - -0.02517615631222725, - 0.9992753267288208 - ] - ], - [ - 6.166666507720947, - [ - -0.019758233800530434, - 0.022504905238747597, - -0.024228576570749283, - 0.9992578029632568 - ] - ], - [ - 6.199999809265137, - [ - -0.021721037104725838, - 0.022612828761339188, - -0.02331957407295704, - 0.9992363452911377 - ] - ], - [ - 6.233333110809326, - [ - -0.023558417335152626, - 0.022721920162439346, - -0.022459551692008972, - 0.999211847782135 - ] - ], - [ - 6.266666889190674, - [ - -0.025244006887078285, - 0.0228301789611578, - -0.021658923476934433, - 0.9991859793663025 - ] - ], - [ - 6.300000190734863, - [ - -0.026751378551125526, - 0.022936077788472176, - -0.02092817798256874, - 0.9991598129272461 - ] - ], - [ - 6.333333492279053, - [ - -0.028054244816303253, - 0.0230387095361948, - -0.02027786336839199, - 0.9991351366043091 - ] - ], - [ - 6.366666793823242, - [ - -0.029100127518177032, - 0.023144466802477837, - -0.019710717722773552, - 0.9991142153739929 - ] - ], - [ - 6.400000095367432, - [ - -0.029847538098692894, - 0.02325713075697422, - -0.0192327331751585, - 0.9990987777709961 - ] - ], - [ - 6.433333396911621, - [ - -0.03028959222137928, - 0.02337084896862507, - -0.018839700147509575, - 0.999090313911438 - ] - ], - [ - 6.4666666984558105, - [ - -0.030428284779191017, - 0.02347593568265438, - -0.018531981855630875, - 0.9990893602371216 - ] - ], - [ - 6.5, - [ - -0.03028152324259281, - 0.023518279194831848, - -0.01848485879600048, - 0.9990937113761902 - ] - ], - [ - 6.5333333015441895, - [ - -0.029872607439756393, - 0.023464135825634003, - -0.018833210691809654, - 0.9991008043289185 - ] - ], - [ - 6.566666603088379, - [ - -0.029221657663583755, - 0.023339668288826942, - -0.019527431577444077, - 0.9991097450256348 - ] - ], - [ - 6.599999904632568, - [ - -0.0283556766808033, - 0.023167571052908897, - -0.020518699660897255, - 0.9991188049316406 - ] - ], - [ - 6.633333206176758, - [ - -0.027304718270897865, - 0.02296285144984722, - -0.021767957136034966, - 0.9991262555122375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292658824_205229.json b/lenses/physics-objects/Scene/assets/1646688292658824_205229.json deleted file mode 100644 index 7963357d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292658824_205229.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292658824:205229", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292659783_205242.json b/lenses/physics-objects/Scene/assets/1646688292659783_205242.json deleted file mode 100644 index 13353f20..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292659783_205242.json +++ /dev/null @@ -1,498 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292659783:205242", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.706718444824219, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.67658805847168, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.69810676574707, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.723766326904297, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.752984046936035, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.773362159729004, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.777873039245605, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.75805377960205, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.726099014282227, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.700191497802734, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.71996784210205, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.766426086425781, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.75357723236084, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.727007865905762, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.705198287963867, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.674592971801758, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.68921947479248, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.737764358520508, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.743345260620117, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.720101356506348, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.699441909790039, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.6773099899292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.685721397399902, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.709616661071777, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.739645957946777, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.76675796508789, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.770821571350098, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.739975929260254, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.716948509216309, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.712419509887695, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.743667602539063, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.831430435180664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.861418724060059, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.859138488769531, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.828014373779297, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.793635368347168, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.771354675292969, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.749307632446289, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.748631477355957, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.77847957611084, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.826946258544922, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.857536315917969, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.84235668182373, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.814931869506836, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.783140182495117, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.799320220947266, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.827348709106445, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.84373950958252, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.7923002243042, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.735637664794922, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.710932731628418, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.714923858642578, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.738702774047852, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.76502513885498, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.770589828491211, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.721986770629883, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.690686225891113, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.680984497070313, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292660059_205249.json b/lenses/physics-objects/Scene/assets/1646688292660059_205249.json deleted file mode 100644 index a10cdff4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292660059_205249.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292660059:205249", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ], - [ - 0.03333333507180214, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ], - [ - 0.06666667014360428, - [ - 0.028640007600188255, - -0.05908895283937454, - -0.18751032650470734, - 0.9800654649734497 - ] - ], - [ - 0.10000000149011612, - [ - 0.03190287947654724, - -0.054293494671583176, - -0.017432255670428276, - 0.9978629946708679 - ] - ], - [ - 0.13333334028720856, - [ - 0.028208669275045395, - -0.05488656833767891, - -0.010425828397274017, - 0.9980396032333374 - ] - ], - [ - 0.1666666716337204, - [ - 0.019454767927527428, - -0.05888305976986885, - -0.026761021465063095, - 0.99771648645401 - ] - ], - [ - 0.20000000298023224, - [ - 0.01255174819380045, - -0.06804770976305008, - -0.06535431742668152, - 0.9954600930213928 - ] - ], - [ - 0.23333333432674408, - [ - 0.011359323747456074, - -0.08127380907535553, - -0.11463422328233719, - 0.9900124073028564 - ] - ], - [ - 0.2666666805744171, - [ - 0.015072492882609367, - -0.09646999835968018, - -0.1677318662405014, - 0.9809854030609131 - ] - ], - [ - 0.30000001192092896, - [ - 0.01989508606493473, - -0.11440225690603256, - -0.214085653424263, - 0.96988844871521 - ] - ], - [ - 0.3333333432674408, - [ - 0.02261517010629177, - -0.13820238411426544, - -0.24239042401313782, - 0.960018515586853 - ] - ], - [ - 0.36666667461395264, - [ - 0.021418742835521698, - -0.1669243723154068, - -0.2449120730161667, - 0.9548274874687195 - ] - ], - [ - 0.4000000059604645, - [ - 0.0150662362575531, - -0.18050314486026764, - -0.20683082938194275, - 0.9614638090133667 - ] - ], - [ - 0.4333333373069763, - [ - 0.0053029716946184635, - -0.15757912397384644, - -0.13789722323417664, - 0.9778164625167847 - ] - ], - [ - 0.46666666865348816, - [ - -0.00634028110653162, - -0.10576938092708588, - -0.06204523891210556, - 0.9924328923225403 - ] - ], - [ - 0.5, - [ - -0.0167080145329237, - -0.05183885619044304, - 0.009580813348293304, - 0.9984698295593262 - ] - ], - [ - 0.5333333611488342, - [ - -0.024572694674134254, - -0.023934483528137207, - 0.06926976889371872, - 0.9970081448554993 - ] - ], - [ - 0.5666666626930237, - [ - -0.03129009157419205, - -0.031041914597153664, - 0.09482138603925705, - 0.9945181012153625 - ] - ], - [ - 0.6000000238418579, - [ - -0.03607076033949852, - -0.053743232041597366, - 0.06387307494878769, - 0.9958568215370178 - ] - ], - [ - 0.6333333253860474, - [ - -0.03769472613930702, - -0.06637527048587799, - -0.009856869466602802, - 0.9970337152481079 - ] - ], - [ - 0.6666666865348816, - [ - -0.033555254340171814, - -0.07101373374462128, - -0.09988456219434738, - 0.9918942451477051 - ] - ], - [ - 0.699999988079071, - [ - -0.024525368586182594, - -0.08718220144510269, - -0.18366581201553345, - 0.9788077473640442 - ] - ], - [ - 0.7333333492279053, - [ - -0.014883872121572495, - -0.12381836026906967, - -0.23977471888065338, - 0.9627854228019714 - ] - ], - [ - 0.7666666507720947, - [ - -0.007473080884665251, - -0.1649882197380066, - -0.2480018436908722, - 0.9545775651931763 - ] - ], - [ - 0.800000011920929, - [ - -0.004713932052254677, - -0.18331009149551392, - -0.2117762267589569, - 0.959961473941803 - ] - ], - [ - 0.8333333134651184, - [ - -0.006997725926339626, - -0.17127270996570587, - -0.15667855739593506, - 0.9726605415344238 - ] - ], - [ - 0.8666666746139526, - [ - -0.013616764917969704, - -0.13659875094890594, - -0.09598606824874878, - 0.9858713150024414 - ] - ], - [ - 0.8999999761581421, - [ - -0.024505840614438057, - -0.09383606910705566, - -0.03634614497423172, - 0.9946221709251404 - ] - ], - [ - 0.9333333373069763, - [ - -0.03769442439079285, - -0.059639230370521545, - 0.01883239857852459, - 0.9973302483558655 - ] - ], - [ - 0.9666666388511658, - [ - -0.04996741563081741, - -0.0440753698348999, - 0.06144396960735321, - 0.9958841800689697 - ] - ], - [ - 1.0, - [ - -0.058750998228788376, - -0.04715464264154434, - 0.0768221765756607, - 0.9941948056221008 - ] - ], - [ - 1.0333333015441895, - [ - -0.062121231108903885, - -0.05875195190310478, - 0.0524478442966938, - 0.9949564933776855 - ] - ], - [ - 1.0666667222976685, - [ - -0.05963274836540222, - -0.0660364031791687, - -0.004139722790569067, - 0.9960250854492188 - ] - ], - [ - 1.100000023841858, - [ - -0.052055537700653076, - -0.06614900380373001, - -0.07855591177940369, - 0.9933497309684753 - ] - ], - [ - 1.1333333253860474, - [ - -0.04074804112315178, - -0.06634820997714996, - -0.1565650999546051, - 0.9845937490463257 - ] - ], - [ - 1.1666666269302368, - [ - -0.028903789818286896, - -0.0800112783908844, - -0.22464239597320557, - 0.970720648765564 - ] - ], - [ - 1.2000000476837158, - [ - -0.01928802579641342, - -0.11713622510433197, - -0.26912420988082886, - 0.955761194229126 - ] - ], - [ - 1.2333333492279053, - [ - -0.012187927961349487, - -0.16293269395828247, - -0.2767079174518585, - 0.9469620585441589 - ] - ], - [ - 1.2666666507720947, - [ - -0.008216860704123974, - -0.17657341063022614, - -0.22825096547603607, - 0.9574214220046997 - ] - ], - [ - 1.2999999523162842, - [ - -0.007447576150298119, - -0.14314761757850647, - -0.13789238035678864, - 0.9800198674201965 - ] - ], - [ - 1.3333333730697632, - [ - -0.01368220616132021, - -0.08873831480741501, - -0.04127766937017441, - 0.9951052665710449 - ] - ], - [ - 1.3666666746139526, - [ - -0.027761509642004967, - -0.052416324615478516, - 0.03736920282244682, - 0.9975396394729614 - ] - ], - [ - 1.399999976158142, - [ - -0.04284306988120079, - -0.04835033044219017, - 0.06770478188991547, - 0.9956117868423462 - ] - ], - [ - 1.4333332777023315, - [ - -0.05386221781373024, - -0.057772520929574966, - 0.04494720324873924, - 0.9958620071411133 - ] - ], - [ - 1.4666666984558105, - [ - -0.06070975959300995, - -0.06457061320543289, - -0.0032974807545542717, - 0.9960592985153198 - ] - ], - [ - 1.5, - [ - -0.06269367784261703, - -0.06677240133285522, - -0.06879981607198715, - 0.9934170842170715 - ] - ], - [ - 1.5333333015441895, - [ - -0.058707721531391144, - -0.0665157362818718, - -0.14132839441299438, - 0.9859794974327087 - ] - ], - [ - 1.5666667222976685, - [ - -0.049827225506305695, - -0.06837417185306549, - -0.21201765537261963, - 0.9735968112945557 - ] - ], - [ - 1.600000023841858, - [ - -0.03833911940455437, - -0.07641296088695526, - -0.2728128731250763, - 0.9582611918449402 - ] - ], - [ - 1.6333333253860474, - [ - -0.02813423052430153, - -0.09133944660425186, - -0.31742316484451294, - 0.9434553980827332 - ] - ], - [ - 1.6666666269302368, - [ - -0.02051469124853611, - -0.10833141952753067, - -0.3380180895328522, - 0.9346588850021362 - ] - ], - [ - 1.7000000476837158, - [ - -0.017585469409823418, - -0.11292385309934616, - -0.305155485868454, - 0.9454200863838196 - ] - ], - [ - 1.7333333492279053, - [ - -0.019818784669041634, - -0.10015574842691422, - -0.21676260232925415, - 0.970870852470398 - ] - ], - [ - 1.7666666507720947, - [ - -0.025081541389226913, - -0.07801468670368195, - -0.10787580907344818, - 0.9907812476158142 - ] - ], - [ - 1.7999999523162842, - [ - -0.02952485717833042, - -0.05500570312142372, - -0.01716991700232029, - 0.9979017376899719 - ] - ], - [ - 1.8333333730697632, - [ - -0.03102344647049904, - -0.04531190171837807, - 0.02048775926232338, - 0.9982808232307434 - ] - ], - [ - 1.8666666746139526, - [ - -0.028545498847961426, - -0.05525847524404526, - -0.0008378568454645574, - 0.9980636239051819 - ] - ], - [ - 1.899999976158142, - [ - -0.0216636024415493, - -0.07833871245384216, - -0.05423973873257637, - 0.9952144622802734 - ] - ], - [ - 1.9333332777023315, - [ - -0.010529558174312115, - -0.1111753061413765, - -0.12389173358678818, - 0.985991895198822 - ] - ], - [ - 1.9666666984558105, - [ - 0.0029822401702404022, - -0.15301208198070526, - -0.19421115517616272, - 0.9689481258392334 - ] - ], - [ - 2.0, - [ - 0.01677100919187069, - -0.2028975784778595, - -0.2522526681423187, - 0.9460020661354065 - ] - ], - [ - 2.0333333015441895, - [ - 0.028932951390743256, - -0.25793614983558655, - -0.28713226318359375, - 0.9220559000968933 - ] - ], - [ - 2.066666603088379, - [ - 0.038139503449201584, - -0.3021793067455292, - -0.290586918592453, - 0.9070789813995361 - ] - ], - [ - 2.0999999046325684, - [ - 0.042057719081640244, - -0.3023603558540344, - -0.24705883860588074, - 0.9196582436561584 - ] - ], - [ - 2.133333444595337, - [ - 0.039176490157842636, - -0.2451266348361969, - -0.17276184260845184, - 0.9531691670417786 - ] - ], - [ - 2.1666667461395264, - [ - 0.03152201697230339, - -0.15518954396247864, - -0.10099751502275467, - 0.9822026491165161 - ] - ], - [ - 2.200000047683716, - [ - 0.02221379429101944, - -0.07420659065246582, - -0.04593101143836975, - 0.9959369897842407 - ] - ], - [ - 2.2333333492279053, - [ - 0.014902079477906227, - -0.03853694349527359, - -0.02458268590271473, - 0.9988436102867126 - ] - ], - [ - 2.2666666507720947, - [ - 0.01235708687454462, - -0.056023191660642624, - -0.0631183311343193, - 0.9963557720184326 - ] - ], - [ - 2.299999952316284, - [ - 0.015430626459419727, - -0.09667352586984634, - -0.14779514074325562, - 0.9841610193252563 - ] - ], - [ - 2.3333332538604736, - [ - 0.022748660296201706, - -0.1466073840856552, - -0.2412509322166443, - 0.9590552449226379 - ] - ], - [ - 2.366666555404663, - [ - 0.033531539142131805, - -0.2053748071193695, - -0.3058333098888397, - 0.9290655851364136 - ] - ], - [ - 2.4000000953674316, - [ - 0.04244530200958252, - -0.26371055841445923, - -0.31708529591560364, - 0.9100066423416138 - ] - ], - [ - 2.433333396911621, - [ - 0.04480329155921936, - -0.2799939513206482, - -0.2684154510498047, - 0.9206243753433228 - ] - ], - [ - 2.4666666984558105, - [ - 0.04323891922831535, - -0.23067927360534668, - -0.18871663510799408, - 0.9535741806030273 - ] - ], - [ - 2.5, - [ - 0.035111941397190094, - -0.13809506595134735, - -0.11120356619358063, - 0.983529806137085 - ] - ], - [ - 2.5333333015441895, - [ - 0.023693855851888657, - -0.05102882534265518, - -0.0531635545194149, - 0.9969996213912964 - ] - ], - [ - 2.566666603088379, - [ - 0.016566775739192963, - -0.017225058749318123, - -0.025340605527162552, - 0.9993932843208313 - ] - ], - [ - 2.5999999046325684, - [ - 0.016886970028281212, - -0.05842902138829231, - -0.07266897708177567, - 0.9954999089241028 - ] - ], - [ - 2.633333444595337, - [ - 0.02100508287549019, - -0.13933932781219482, - -0.18375058472156525, - 0.9728202819824219 - ] - ], - [ - 2.6666667461395264, - [ - 0.023503214120864868, - -0.21085239946842194, - -0.2929094433784485, - 0.9323051571846008 - ] - ], - [ - 2.700000047683716, - [ - 0.02550000324845314, - -0.24363000690937042, - -0.3320034444332123, - 0.9109159708023071 - ] - ], - [ - 2.7333333492279053, - [ - 0.027660472318530083, - -0.21139852702617645, - -0.24403536319732666, - 0.9460403323173523 - ] - ], - [ - 2.7666666507720947, - [ - 0.03237618878483772, - -0.12080307304859161, - -0.10617490112781525, - 0.9864509701728821 - ] - ], - [ - 2.799999952316284, - [ - 0.03266024589538574, - -0.06374482810497284, - -0.04133671522140503, - 0.9965746998786926 - ] - ], - [ - 2.8333332538604736, - [ - 0.02966909483075142, - -0.07178569585084915, - -0.06209556385874748, - 0.995043158531189 - ] - ], - [ - 2.866666555404663, - [ - 0.0287468321621418, - -0.08621856570243835, - -0.10558505356311798, - 0.990248441696167 - ] - ], - [ - 2.9000000953674316, - [ - 0.03246548771858215, - -0.09958487749099731, - -0.16037772595882416, - 0.9814825654029846 - ] - ], - [ - 2.933333396911621, - [ - 0.03883477300405502, - -0.11118168383836746, - -0.2175668478012085, - 0.9689144492149353 - ] - ], - [ - 2.9666666984558105, - [ - 0.045582860708236694, - -0.1285420060157776, - -0.26548314094543457, - 0.954420268535614 - ] - ], - [ - 3.0, - [ - 0.05085862800478935, - -0.15572670102119446, - -0.29437023401260376, - 0.9415459632873535 - ] - ], - [ - 3.0333333015441895, - [ - 0.05195941403508186, - -0.18925583362579346, - -0.2976740896701813, - 0.9342765212059021 - ] - ], - [ - 3.066666603088379, - [ - 0.04754923656582832, - -0.2076987326145172, - -0.2619766592979431, - 0.9412590265274048 - ] - ], - [ - 3.0999999046325684, - [ - 0.03976999223232269, - -0.18763990700244904, - -0.19768816232681274, - 0.9613162875175476 - ] - ], - [ - 3.133333444595337, - [ - 0.029950067400932312, - -0.1356964111328125, - -0.12723976373672485, - 0.9820894598960876 - ] - ], - [ - 3.1666667461395264, - [ - 0.020856566727161407, - -0.07753690332174301, - -0.0613323412835598, - 0.9948827028274536 - ] - ], - [ - 3.200000047683716, - [ - 0.014157797209918499, - -0.0412464439868927, - -0.0074896374717354774, - 0.9990206360816956 - ] - ], - [ - 3.2333333492279053, - [ - 0.00866188108921051, - -0.03776215761899948, - 0.012790173292160034, - 0.9991673827171326 - ] - ], - [ - 3.2666666507720947, - [ - 0.005315136630088091, - -0.04626397415995598, - -0.02282676286995411, - 0.9986543655395508 - ] - ], - [ - 3.299999952316284, - [ - 0.004801473114639521, - -0.04041464626789093, - -0.09801160544157028, - 0.9943526983261108 - ] - ], - [ - 3.3333332538604736, - [ - 0.013131147250533104, - -0.033159032464027405, - -0.1979210525751114, - 0.9795689582824707 - ] - ], - [ - 3.366666555404663, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292660273_205256.json b/lenses/physics-objects/Scene/assets/1646688292660273_205256.json deleted file mode 100644 index a51e2d6a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292660273_205256.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292660273:205256", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292670955_205273.json b/lenses/physics-objects/Scene/assets/1646688292670955_205273.json deleted file mode 100644 index 8e109f82..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292670955_205273.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292670955:205273", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.729620933532715, - -2.842170943040401e-14, - 1.4210854715202004e-14 - ] - ], - [ - 0.5333333611488342, - [ - 9.757063865661621, - 2.968639817783756e-26, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.716092109680176, - 4.064544194648235e-20, - 1.021405182655144e-14 - ] - ], - [ - 3.866666555404663, - [ - 9.746253967285156, - -1.3753852005324627e-24, - -1.7763568394002505e-15 - ] - ], - [ - 6.566666603088379, - [ - 9.725431442260742, - -3.9413850793747583e-20, - 7.105450227490578e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.727987289428711, - 6.402349254233616e-25, - -1.600587313558404e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292671209_205280.json b/lenses/physics-objects/Scene/assets/1646688292671209_205280.json deleted file mode 100644 index 264da6cd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292671209_205280.json +++ /dev/null @@ -1,1792 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292671209:205280", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026086164638400078, - 0.020797062665224075, - -0.04587152972817421, - 0.9983901977539063 - ] - ], - [ - 0.03333333507180214, - [ - -0.026086164638400078, - 0.020797062665224075, - -0.04587152972817421, - 0.9983901977539063 - ] - ], - [ - 0.06666667014360428, - [ - -0.024898655712604523, - 0.02063152939081192, - -0.04816223680973053, - 0.9983159899711609 - ] - ], - [ - 0.10000000149011612, - [ - -0.023585760965943336, - 0.020419247448444366, - -0.050694722682237625, - 0.9982268214225769 - ] - ], - [ - 0.13333334028720856, - [ - -0.02219383791089058, - 0.020165299996733665, - -0.05340433493256569, - 0.9981226325035095 - ] - ], - [ - 0.1666666716337204, - [ - -0.020761096850037575, - 0.019868919625878334, - -0.05622711405158043, - 0.9980043768882751 - ] - ], - [ - 0.20000000298023224, - [ - -0.01932542584836483, - 0.019526749849319458, - -0.05909867212176323, - 0.9978740215301514 - ] - ], - [ - 0.23333333432674408, - [ - -0.01792428083717823, - 0.01913369633257389, - -0.06195424124598503, - 0.9977346062660217 - ] - ], - [ - 0.2666666805744171, - [ - -0.01659463532269001, - 0.01868366077542305, - -0.06472872197628021, - 0.9975900650024414 - ] - ], - [ - 0.30000001192092896, - [ - -0.015373047441244125, - 0.018170412629842758, - -0.06735659390687943, - 0.9974450469017029 - ] - ], - [ - 0.3333333432674408, - [ - -0.0142956068739295, - 0.017588652670383453, - -0.06977212429046631, - 0.9973054528236389 - ] - ], - [ - 0.36666667461395264, - [ - -0.013398095034062862, - 0.016934834420681, - -0.07190919667482376, - 0.9971774220466614 - ] - ], - [ - 0.4000000059604645, - [ - -0.01268858928233385, - 0.016230659559369087, - -0.07369672507047653, - 0.9970678687095642 - ] - ], - [ - 0.4333333373069763, - [ - -0.012163877487182617, - 0.015512808226048946, - -0.07506250590085983, - 0.9969839453697205 - ] - ], - [ - 0.46666666865348816, - [ - -0.011812325567007065, - 0.014847776852548122, - -0.07593147456645966, - 0.9969325065612793 - ] - ], - [ - 0.5, - [ - -0.011616517789661884, - 0.014314082451164722, - -0.07622785866260529, - 0.9969199895858765 - ] - ], - [ - 0.5333333611488342, - [ - -0.011570699512958527, - 0.01385244820266962, - -0.07610172033309937, - 0.9969366788864136 - ] - ], - [ - 0.5666666626930237, - [ - -0.011666635982692242, - 0.013388196937739849, - -0.07576602697372437, - 0.9969674944877625 - ] - ], - [ - 0.6000000238418579, - [ - -0.011889075860381126, - 0.012931750155985355, - -0.07522259652614594, - 0.9970120191574097 - ] - ], - [ - 0.6333333253860474, - [ - -0.012218793854117393, - 0.012491431087255478, - -0.07446718961000443, - 0.9970703721046448 - ] - ], - [ - 0.6666666865348816, - [ - -0.012634172104299068, - 0.012065550312399864, - -0.07352035492658615, - 0.9971407055854797 - ] - ], - [ - 0.699999988079071, - [ - -0.01310993917286396, - 0.011649376712739468, - -0.07240327447652817, - 0.9972212314605713 - ] - ], - [ - 0.7333333492279053, - [ - -0.013626779429614544, - 0.011241142638027668, - -0.0711367055773735, - 0.9973101615905762 - ] - ], - [ - 0.7666666507720947, - [ - -0.014163443818688393, - 0.010837183333933353, - -0.06974188983440399, - 0.9974056482315063 - ] - ], - [ - 0.800000011920929, - [ - -0.014712022617459297, - 0.010443366132676601, - -0.06823776662349701, - 0.9975059628486633 - ] - ], - [ - 0.8333333134651184, - [ - -0.015264753252267838, - 0.010064773261547089, - -0.06664348393678665, - 0.9976093173027039 - ] - ], - [ - 0.8666666746139526, - [ - -0.015814021229743958, - 0.009705699980258942, - -0.0649782195687294, - 0.9977141618728638 - ] - ], - [ - 0.8999999761581421, - [ - -0.016352374106645584, - 0.009369573555886745, - -0.06326133012771606, - 0.9978191256523132 - ] - ], - [ - 0.9333333373069763, - [ - -0.016872499138116837, - 0.009058939293026924, - -0.06151224672794342, - 0.9979225993156433 - ] - ], - [ - 0.9666666388511658, - [ - -0.017367249354720116, - 0.008775560185313225, - -0.05975048616528511, - 0.9980236887931824 - ] - ], - [ - 1.0, - [ - -0.01782960444688797, - 0.00852036103606224, - -0.05799560993909836, - 0.9981212615966797 - ] - ], - [ - 1.0333333015441895, - [ - -0.018252655863761902, - 0.008293556980788708, - -0.056267231702804565, - 0.9982145428657532 - ] - ], - [ - 1.0666667222976685, - [ - -0.01862962730228901, - 0.008094679564237595, - -0.05458492785692215, - 0.9983025193214417 - ] - ], - [ - 1.100000023841858, - [ - -0.018953798338770866, - 0.007922729477286339, - -0.05296841263771057, - 0.998384952545166 - ] - ], - [ - 1.1333333253860474, - [ - -0.019218502566218376, - 0.007776225917041302, - -0.05143727734684944, - 0.9984610080718994 - ] - ], - [ - 1.1666666269302368, - [ - -0.01941709965467453, - 0.007653367705643177, - -0.050011154264211655, - 0.9985305666923523 - ] - ], - [ - 1.2000000476837158, - [ - -0.019634267315268517, - 0.007564478553831577, - -0.04866359382867813, - 0.9985935688018799 - ] - ], - [ - 1.2333333492279053, - [ - -0.019947756081819534, - 0.007517845835536718, - -0.04737158492207527, - 0.9986498355865479 - ] - ], - [ - 1.2666666507720947, - [ - -0.02034042403101921, - 0.007508520968258381, - -0.046159856021404266, - 0.9986988306045532 - ] - ], - [ - 1.2999999523162842, - [ - -0.0207893718034029, - 0.0075347647070884705, - -0.04505261406302452, - 0.9987398386001587 - ] - ], - [ - 1.3333333730697632, - [ - -0.02127825655043125, - 0.007592016831040382, - -0.04407455772161484, - 0.9987728595733643 - ] - ], - [ - 1.3666666746139526, - [ - -0.02177325449883938, - 0.0076886373572051525, - -0.04325857013463974, - 0.9987970590591431 - ] - ], - [ - 1.399999976158142, - [ - -0.022244468331336975, - 0.007832041010260582, - -0.042638085782527924, - 0.998812198638916 - ] - ], - [ - 1.4333332777023315, - [ - -0.022680992260575294, - 0.008063959889113903, - -0.04220302775502205, - 0.9988190531730652 - ] - ], - [ - 1.4666666984558105, - [ - -0.023073837161064148, - 0.008423429913818836, - -0.04191365838050842, - 0.9988193511962891 - ] - ], - [ - 1.5333333015441895, - [ - -0.023701714351773262, - 0.009453649632632732, - -0.041712552309036255, - 0.9988038539886475 - ] - ], - [ - 1.5666667222976685, - [ - -0.023923613131046295, - 0.010092861950397491, - -0.041774969547986984, - 0.9987896084785461 - ] - ], - [ - 1.600000023841858, - [ - -0.02407572790980339, - 0.010795803740620613, - -0.04192907363176346, - 0.998772144317627 - ] - ], - [ - 1.6333333253860474, - [ - -0.024145690724253654, - 0.011545157060027122, - -0.042163800448179245, - 0.9987521767616272 - ] - ], - [ - 1.6666666269302368, - [ - -0.024123959243297577, - 0.012323933653533459, - -0.04246875271201134, - 0.998730480670929 - ] - ], - [ - 1.7000000476837158, - [ - -0.02402433007955551, - 0.013123328797519207, - -0.0428319089114666, - 0.9987071752548218 - ] - ], - [ - 1.7333333492279053, - [ - -0.023860730230808258, - 0.013933897949755192, - -0.04324161633849144, - 0.9986824989318848 - ] - ], - [ - 1.7666666507720947, - [ - -0.023647166788578033, - 0.014745623804628849, - -0.043686702847480774, - 0.9986565113067627 - ] - ], - [ - 1.7999999523162842, - [ - -0.023397749289870262, - 0.01554791908711195, - -0.04415637627243996, - 0.9986295700073242 - ] - ], - [ - 1.8333333730697632, - [ - -0.023126697167754173, - 0.016329796984791756, - -0.04464016854763031, - 0.9986019134521484 - ] - ], - [ - 1.8666666746139526, - [ - -0.02284832112491131, - 0.01707986183464527, - -0.04512792453169823, - 0.9985738396644592 - ] - ], - [ - 1.899999976158142, - [ - -0.022577041760087013, - 0.01778644509613514, - -0.045609716325998306, - 0.9985458850860596 - ] - ], - [ - 1.9333332777023315, - [ - -0.02232733927667141, - 0.01843765750527382, - -0.04607570916414261, - 0.998518168926239 - ] - ], - [ - 1.9666666984558105, - [ - -0.022113781422376633, - 0.019021524116396904, - -0.046516161412000656, - 0.9984915852546692 - ] - ], - [ - 2.0, - [ - -0.02195100113749504, - 0.01952609047293663, - -0.046921245753765106, - 0.9984664916992188 - ] - ], - [ - 2.0333333015441895, - [ - -0.02185363508760929, - 0.019939471036195755, - -0.0472809374332428, - 0.9984434843063354 - ] - ], - [ - 2.066666603088379, - [ - -0.02183637209236622, - 0.02025013603270054, - -0.04758494719862938, - 0.998423159122467 - ] - ], - [ - 2.133333444595337, - [ - -0.022090600803494453, - 0.020524466410279274, - -0.04797996208071709, - 0.9983930587768555 - ] - ], - [ - 2.1666667461395264, - [ - -0.02236407808959484, - 0.020482078194618225, - -0.0480414554476738, - 0.9983848929405212 - ] - ], - [ - 2.200000047683716, - [ - -0.022740771993994713, - 0.02030862495303154, - -0.04799114540219307, - 0.9983823299407959 - ] - ], - [ - 2.2333333492279053, - [ - -0.023220008239150047, - 0.01999892294406891, - -0.04781145974993706, - 0.9983861446380615 - ] - ], - [ - 2.2666666507720947, - [ - -0.023804698139429092, - 0.019634155556559563, - -0.04749595373868942, - 0.998394787311554 - ] - ], - [ - 2.299999952316284, - [ - -0.02449309080839157, - 0.019297733902931213, - -0.047064121812582016, - 0.9984050393104553 - ] - ], - [ - 2.3333332538604736, - [ - -0.025280814617872238, - 0.018997399136424065, - -0.04653715342283249, - 0.9984158873558044 - ] - ], - [ - 2.366666555404663, - [ - -0.026158206164836884, - 0.01873740553855896, - -0.04593442752957344, - 0.9984261989593506 - ] - ], - [ - 2.4000000953674316, - [ - -0.027201399207115173, - 0.01853112131357193, - -0.04522573947906494, - 0.9984344244003296 - ] - ], - [ - 2.433333396911621, - [ - -0.028487758710980415, - 0.01838909462094307, - -0.04437858983874321, - 0.9984391927719116 - ] - ], - [ - 2.4666666984558105, - [ - -0.02999771013855934, - 0.018309075385332108, - -0.043407782912254333, - 0.9984391331672668 - ] - ], - [ - 2.5, - [ - -0.031706616282463074, - 0.01828572154045105, - -0.0423286072909832, - 0.9984331727027893 - ] - ], - [ - 2.5333333015441895, - [ - -0.03358720988035202, - 0.018311969935894012, - -0.04115665704011917, - 0.9984201192855835 - ] - ], - [ - 2.566666603088379, - [ - -0.03561219200491905, - 0.018380478024482727, - -0.0399072989821434, - 0.9983994960784912 - ] - ], - [ - 2.5999999046325684, - [ - -0.03775419667363167, - 0.018483763560652733, - -0.03859570622444153, - 0.998370349407196 - ] - ], - [ - 2.633333444595337, - [ - -0.03998585417866707, - 0.018614498898386955, - -0.037236928939819336, - 0.9983326196670532 - ] - ], - [ - 2.6666667461395264, - [ - -0.04227971285581589, - 0.018765589222311974, - -0.03584595397114754, - 0.9982861876487732 - ] - ], - [ - 2.700000047683716, - [ - -0.044608309864997864, - 0.018930349498987198, - -0.03443768620491028, - 0.9982313513755798 - ] - ], - [ - 2.7333333492279053, - [ - -0.04694418981671333, - 0.0191026758402586, - -0.0330270417034626, - 0.9981687068939209 - ] - ], - [ - 2.7666666507720947, - [ - -0.04925982281565666, - 0.019277112558484077, - -0.03162897750735283, - 0.9980989098548889 - ] - ], - [ - 2.799999952316284, - [ - -0.05152780935168266, - 0.01944897323846817, - -0.030258499085903168, - 0.9980235695838928 - ] - ], - [ - 2.8333332538604736, - [ - -0.05372065305709839, - 0.019614413380622864, - -0.028930669650435448, - 0.997944176197052 - ] - ], - [ - 2.866666555404663, - [ - -0.05581088364124298, - 0.01977044716477394, - -0.027660585939884186, - 0.9978623986244202 - ] - ], - [ - 2.9000000953674316, - [ - -0.05777118355035782, - 0.019915053620934486, - -0.02646341361105442, - 0.9977803230285645 - ] - ], - [ - 2.933333396911621, - [ - -0.05953112244606018, - 0.02004813961684704, - -0.025374723598361015, - 0.9977024793624878 - ] - ], - [ - 2.9666666984558105, - [ - -0.06103457883000374, - 0.02017141319811344, - -0.024423303082585335, - 0.9976329207420349 - ] - ], - [ - 3.0, - [ - -0.062275417149066925, - 0.020286373794078827, - -0.023614391684532166, - 0.9975733757019043 - ] - ], - [ - 3.0333333015441895, - [ - -0.06324750185012817, - 0.02039465866982937, - -0.02295329049229622, - 0.9975255131721497 - ] - ], - [ - 3.066666603088379, - [ - -0.06391813606023788, - 0.020504657179117203, - -0.02243933454155922, - 0.9974921345710754 - ] - ], - [ - 3.0999999046325684, - [ - -0.06426578760147095, - 0.020621921867132187, - -0.02207433059811592, - 0.9974755048751831 - ] - ], - [ - 3.133333444595337, - [ - -0.06430364400148392, - 0.020742643624544144, - -0.02185482159256935, - 0.9974753856658936 - ] - ], - [ - 3.1666667461395264, - [ - -0.06405386328697205, - 0.02085954323410988, - -0.02178122103214264, - 0.997490644454956 - ] - ], - [ - 3.200000047683716, - [ - -0.0635538175702095, - 0.020934946835041046, - -0.022094612941145897, - 0.9975141286849976 - ] - ], - [ - 3.2333333492279053, - [ - -0.06281827390193939, - 0.020949993282556534, - -0.022989213466644287, - 0.9975401759147644 - ] - ], - [ - 3.2666666507720947, - [ - -0.06184276193380356, - 0.020932719111442566, - -0.024386869743466377, - 0.9975684285163879 - ] - ], - [ - 3.299999952316284, - [ - -0.06064928323030472, - 0.02090328186750412, - -0.026204368099570274, - 0.9975961446762085 - ] - ], - [ - 3.3333332538604736, - [ - -0.059262730181217194, - 0.020867349579930305, - -0.028382668271660805, - 0.9976206421852112 - ] - ], - [ - 3.366666555404663, - [ - -0.05771460384130478, - 0.02082720771431923, - -0.03086119145154953, - 0.9976386427879333 - ] - ], - [ - 3.4000000953674316, - [ - -0.05604225769639015, - 0.0207824744284153, - -0.03357798606157303, - 0.9976471662521362 - ] - ], - [ - 3.433333396911621, - [ - -0.054287660866975784, - 0.020730752497911453, - -0.036470070481300354, - 0.9976438283920288 - ] - ], - [ - 3.4666666984558105, - [ - -0.05248451977968216, - 0.02066453918814659, - -0.03947579115629196, - 0.9976271986961365 - ] - ], - [ - 3.5, - [ - -0.05066636577248573, - 0.02057376503944397, - -0.04253353923559189, - 0.9975973963737488 - ] - ], - [ - 3.5333333015441895, - [ - -0.04886630177497864, - 0.020446451380848885, - -0.04558161646127701, - 0.9975551962852478 - ] - ], - [ - 3.566666603088379, - [ - -0.04711713269352913, - 0.02026960998773575, - -0.048558156937360764, - 0.9975025057792664 - ] - ], - [ - 3.5999999046325684, - [ - -0.04543900862336159, - 0.020029913634061813, - -0.05140666663646698, - 0.9974424839019775 - ] - ], - [ - 3.633333444595337, - [ - -0.04386474937200546, - 0.019714755937457085, - -0.05406444892287254, - 0.9973787069320679 - ] - ], - [ - 3.6666667461395264, - [ - -0.04244566336274147, - 0.01931416243314743, - -0.056459564715623856, - 0.9973152279853821 - ] - ], - [ - 3.700000047683716, - [ - -0.04120470583438873, - 0.018840376287698746, - -0.05851411819458008, - 0.9972578883171082 - ] - ], - [ - 3.7333333492279053, - [ - -0.04015350714325905, - 0.01832040399312973, - -0.06014808639883995, - 0.9972133636474609 - ] - ], - [ - 3.7666666507720947, - [ - -0.03929496183991432, - 0.017809979617595673, - -0.0612749420106411, - 0.9971880912780762 - ] - ], - [ - 3.799999952316284, - [ - -0.03862622380256653, - 0.017377108335494995, - -0.061806559562683105, - 0.9971890449523926 - ] - ], - [ - 3.8333332538604736, - [ - -0.03815560042858124, - 0.01697602868080139, - -0.0618901289999485, - 0.9972088932991028 - ] - ], - [ - 3.866666555404663, - [ - -0.037858232855796814, - 0.01654699072241783, - -0.061750378459692, - 0.9972361922264099 - ] - ], - [ - 3.9000000953674316, - [ - -0.03769287094473839, - 0.016102006658911705, - -0.06140085682272911, - 0.9972712397575378 - ] - ], - [ - 3.933333396911621, - [ - -0.03763982653617859, - 0.015653368085622787, - -0.06083746254444122, - 0.9973149299621582 - ] - ], - [ - 3.9666666984558105, - [ - -0.03767689689993858, - 0.015202656388282776, - -0.06008069962263107, - 0.9973663687705994 - ] - ], - [ - 4.0, - [ - -0.03777817636728287, - 0.014748652465641499, - -0.05915187671780586, - 0.997424840927124 - ] - ], - [ - 4.0333333015441895, - [ - -0.03792416304349899, - 0.014292576350271702, - -0.058071572333574295, - 0.9974894523620605 - ] - ], - [ - 4.066666603088379, - [ - -0.03809341415762901, - 0.013833909295499325, - -0.05686099827289581, - 0.9975591897964478 - ] - ], - [ - 4.099999904632568, - [ - -0.038277655839920044, - 0.013379573822021484, - -0.05553891509771347, - 0.9976328015327454 - ] - ], - [ - 4.133333206176758, - [ - -0.03846881911158562, - 0.01293572410941124, - -0.05412435904145241, - 0.9977091550827026 - ] - ], - [ - 4.166666507720947, - [ - -0.03865891695022583, - 0.012507614679634571, - -0.05263647809624672, - 0.9977868795394897 - ] - ], - [ - 4.199999809265137, - [ - -0.03884020447731018, - 0.012099582701921463, - -0.051094576716423035, - 0.9978649020195007 - ] - ], - [ - 4.233333110809326, - [ - -0.03900506719946861, - 0.011715123429894447, - -0.049518223851919174, - 0.9979426264762878 - ] - ], - [ - 4.266666889190674, - [ - -0.0391460545361042, - 0.011356792412698269, - -0.04792698100209236, - 0.9980188608169556 - ] - ], - [ - 4.300000190734863, - [ - -0.03925587236881256, - 0.011026343330740929, - -0.04634063318371773, - 0.9980932474136353 - ] - ], - [ - 4.333333492279053, - [ - -0.039327334612607956, - 0.010724736377596855, - -0.04477890580892563, - 0.9981650114059448 - ] - ], - [ - 4.366666793823242, - [ - -0.03935340419411659, - 0.010452221147716045, - -0.043261732906103134, - 0.9982336759567261 - ] - ], - [ - 4.400000095367432, - [ - -0.03932708129286766, - 0.01020844280719757, - -0.04180894419550896, - 0.998299241065979 - ] - ], - [ - 4.433333396911621, - [ - -0.039241477847099304, - 0.009992544539272785, - -0.040440477430820465, - 0.9983611702919006 - ] - ], - [ - 4.4666666984558105, - [ - -0.039089690893888474, - 0.00980326533317566, - -0.03917620703577995, - 0.9984194040298462 - ] - ], - [ - 4.5, - [ - -0.03886477276682854, - 0.00963908713310957, - -0.03803601488471031, - 0.9984738826751709 - ] - ], - [ - 4.5333333015441895, - [ - -0.03855975717306137, - 0.00949837826192379, - -0.037039726972579956, - 0.9985244274139404 - ] - ], - [ - 4.566666603088379, - [ - -0.03816784545779228, - 0.009379567578434944, - -0.03620704263448715, - 0.9985712170600891 - ] - ], - [ - 4.599999904632568, - [ - -0.03767773509025574, - 0.00928355474025011, - -0.03555632382631302, - 0.9986140131950378 - ] - ], - [ - 4.633333206176758, - [ - -0.03708513453602791, - 0.00920892134308815, - -0.03510650619864464, - 0.9986528158187866 - ] - ], - [ - 4.666666507720947, - [ - -0.03636830300092697, - 0.009165906347334385, - -0.034883901476860046, - 0.9986873865127563 - ] - ], - [ - 4.699999809265137, - [ - -0.0355093777179718, - 0.009163932874798775, - -0.03491567447781563, - 0.998717188835144 - ] - ], - [ - 4.733333110809326, - [ - -0.03450952470302582, - 0.009247886016964912, - -0.03518505021929741, - 0.9987419843673706 - ] - ], - [ - 4.766666889190674, - [ - -0.03337177634239197, - 0.009458244778215885, - -0.03564650937914848, - 0.9987624287605286 - ] - ], - [ - 4.800000190734863, - [ - -0.03210068121552467, - 0.009777894243597984, - -0.03628036752343178, - 0.9987781047821045 - ] - ], - [ - 4.833333492279053, - [ - -0.030703427270054817, - 0.010190634056925774, - -0.03706953674554825, - 0.9987890124320984 - ] - ], - [ - 4.866666793823242, - [ - -0.029183393344283104, - 0.010681790299713612, - -0.03799675405025482, - 0.9987946152687073 - ] - ], - [ - 4.900000095367432, - [ - -0.02753393165767193, - 0.011236129328608513, - -0.039050810039043427, - 0.9987946152687073 - ] - ], - [ - 4.933333396911621, - [ - -0.025740770623087883, - 0.011834578588604927, - -0.040222376585006714, - 0.9987890124320984 - ] - ], - [ - 4.9666666984558105, - [ - -0.023805025964975357, - 0.012458335608243942, - -0.041496679186820984, - 0.9987773299217224 - ] - ], - [ - 5.0, - [ - -0.021751143038272858, - 0.013096136972308159, - -0.042856957763433456, - 0.9987585544586182 - ] - ], - [ - 5.0333333015441895, - [ - -0.019603800028562546, - 0.013736331835389137, - -0.04428660869598389, - 0.9987321496009827 - ] - ], - [ - 5.066666603088379, - [ - -0.017387766391038895, - 0.014366945251822472, - -0.04576912522315979, - 0.9986974000930786 - ] - ], - [ - 5.099999904632568, - [ - -0.015128008089959621, - 0.014975816942751408, - -0.04728807136416435, - 0.9986545443534851 - ] - ], - [ - 5.133333206176758, - [ - -0.012849629856646061, - 0.015550772659480572, - -0.04882699251174927, - 0.9986035227775574 - ] - ], - [ - 5.166666507720947, - [ - -0.010577921755611897, - 0.016079634428024292, - -0.0503692589700222, - 0.9985451698303223 - ] - ], - [ - 5.199999809265137, - [ - -0.008338293060660362, - 0.016550445929169655, - -0.05189816281199455, - 0.9984804391860962 - ] - ], - [ - 5.233333110809326, - [ - -0.006156275048851967, - 0.01695152558386326, - -0.05339670553803444, - 0.9984105229377747 - ] - ], - [ - 5.266666889190674, - [ - -0.004057472571730614, - 0.01727161929011345, - -0.0548475906252861, - 0.9983372092247009 - ] - ], - [ - 5.300000190734863, - [ - -0.0020677009597420692, - 0.017499975860118866, - -0.0562329962849617, - 0.9982621669769287 - ] - ], - [ - 5.333333492279053, - [ - -0.00021271979494486004, - 0.01762663945555687, - -0.057534802705049515, - 0.9981879591941833 - ] - ], - [ - 5.366666793823242, - [ - 0.0014816386392340064, - 0.0176424328237772, - -0.05873431637883186, - 0.9981166124343872 - ] - ], - [ - 5.400000095367432, - [ - 0.00298952660523355, - 0.017539208754897118, - -0.05981221795082092, - 0.9980511665344238 - ] - ], - [ - 5.433333396911621, - [ - 0.0042952001094818115, - 0.01731666550040245, - -0.0607466921210289, - 0.9979937672615051 - ] - ], - [ - 5.4666666984558105, - [ - 0.005389765370637178, - 0.016980906948447227, - -0.061514124274253845, - 0.9979472160339355 - ] - ], - [ - 5.5, - [ - 0.006255784537643194, - 0.0165280532091856, - -0.06208968162536621, - 0.99791419506073 - ] - ], - [ - 5.5333333015441895, - [ - 0.006883047055453062, - 0.015962028875947, - -0.062447600066661835, - 0.9978969693183899 - ] - ], - [ - 5.566666603088379, - [ - 0.007257768884301186, - 0.015374098904430866, - -0.06258180737495422, - 0.9978951215744019 - ] - ], - [ - 5.599999904632568, - [ - 0.007370774634182453, - 0.01485466305166483, - -0.06251367181539536, - 0.9979063272476196 - ] - ], - [ - 5.633333206176758, - [ - 0.007215341553092003, - 0.01441755797713995, - -0.062261126935482025, - 0.9979296922683716 - ] - ], - [ - 5.666666507720947, - [ - 0.006790014915168285, - 0.014071580953896046, - -0.06184018775820732, - 0.9979637861251831 - ] - ], - [ - 5.699999809265137, - [ - 0.006097893230617046, - 0.013825420290231705, - -0.061264246702194214, - 0.9980071783065796 - ] - ], - [ - 5.733333110809326, - [ - 0.005147522781044245, - 0.013683002442121506, - -0.0605471134185791, - 0.9980583786964417 - ] - ], - [ - 5.766666889190674, - [ - 0.00395711325109005, - 0.01364138349890709, - -0.05970345064997673, - 0.9981151223182678 - ] - ], - [ - 5.800000190734863, - [ - 0.0025500203482806683, - 0.013693622313439846, - -0.05874815583229065, - 0.9981756806373596 - ] - ], - [ - 5.833333492279053, - [ - 0.0009522648761048913, - 0.013830331154167652, - -0.05769606679677963, - 0.9982380270957947 - ] - ], - [ - 5.866666793823242, - [ - -0.0008100689155980945, - 0.014041644521057606, - -0.05656159296631813, - 0.9983001351356506 - ] - ], - [ - 5.900000095367432, - [ - -0.0027108355425298214, - 0.014317451044917107, - -0.055358901619911194, - 0.998360276222229 - ] - ], - [ - 5.933333396911621, - [ - -0.00472384924069047, - 0.014647574163973331, - -0.05410192906856537, - 0.9984169006347656 - ] - ], - [ - 5.9666666984558105, - [ - -0.006822818890213966, - 0.01502187829464674, - -0.05280438810586929, - 0.9984685778617859 - ] - ], - [ - 6.0, - [ - -0.008981452323496342, - 0.015430598519742489, - -0.05148003250360489, - 0.9985144138336182 - ] - ], - [ - 6.0333333015441895, - [ - -0.011173391714692116, - 0.015864329412579536, - -0.05014248192310333, - 0.9985535740852356 - ] - ], - [ - 6.066666603088379, - [ - -0.013372250832617283, - 0.016314223408699036, - -0.04880550503730774, - 0.9985855221748352 - ] - ], - [ - 6.099999904632568, - [ - -0.01555159967392683, - 0.0167720727622509, - -0.04748287424445152, - 0.998610258102417 - ] - ], - [ - 6.133333206176758, - [ - -0.017684990540146828, - 0.01723046414554119, - -0.046188559383153915, - 0.9986275434494019 - ] - ], - [ - 6.166666507720947, - [ - -0.019745977595448494, - 0.01768272928893566, - -0.0449366495013237, - 0.9986381530761719 - ] - ], - [ - 6.199999809265137, - [ - -0.021708134561777115, - 0.01812318153679371, - -0.043741434812545776, - 0.9986425638198853 - ] - ], - [ - 6.233333110809326, - [ - -0.023544976487755775, - 0.01854700781404972, - -0.04261738434433937, - 0.9986417889595032 - ] - ], - [ - 6.266666889190674, - [ - -0.025230130180716515, - 0.01895039901137352, - -0.041579123586416245, - 0.9986368417739868 - ] - ], - [ - 6.300000190734863, - [ - -0.026737166568636894, - 0.019330495968461037, - -0.040641553699970245, - 0.9986289143562317 - ] - ], - [ - 6.333333492279053, - [ - -0.028039755299687386, - 0.01968546025454998, - -0.039819665253162384, - 0.9986193776130676 - ] - ], - [ - 6.366666793823242, - [ - -0.029085442423820496, - 0.02002568542957306, - -0.039122845977544785, - 0.998610258102417 - ] - ], - [ - 6.400000095367432, - [ - -0.029832735657691956, - 0.02035723254084587, - -0.03856275975704193, - 0.9986032843589783 - ] - ], - [ - 6.433333396911621, - [ - -0.030274709686636925, - 0.02067478746175766, - -0.038145437836647034, - 0.9985994696617126 - ] - ], - [ - 6.4666666984558105, - [ - -0.030413348227739334, - 0.020967962220311165, - -0.03788058087229729, - 0.9985992312431335 - ] - ], - [ - 6.5, - [ - -0.030266381800174713, - 0.021173609420657158, - -0.03801406919956207, - 0.9985944032669067 - ] - ], - [ - 6.5333333015441895, - [ - -0.02985694818198681, - 0.021253323182463646, - -0.038733966648578644, - 0.998577356338501 - ] - ], - [ - 6.566666603088379, - [ - -0.029205262660980225, - 0.02123662456870079, - -0.039953410625457764, - 0.9985488653182983 - ] - ], - [ - 6.599999904632568, - [ - -0.028338367119431496, - 0.021147824823856354, - -0.041589345782995224, - 0.9985089302062988 - ] - ], - [ - 6.633333206176758, - [ - -0.027286415919661522, - 0.020998310297727585, - -0.043582551181316376, - 0.9984563589096069 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292671443_205287.json b/lenses/physics-objects/Scene/assets/1646688292671443_205287.json deleted file mode 100644 index c2aeada6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292671443_205287.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292671443:205287", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292672650_205300.json b/lenses/physics-objects/Scene/assets/1646688292672650_205300.json deleted file mode 100644 index 927bdaf8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292672650_205300.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292672650:205300", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.665581703186035, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.645834922790527, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.621391296386719, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.580999374389648, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.473329544067383, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.441218376159668, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.482792854309082, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.575315475463867, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.65014362335205, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.677699089050293, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.687356948852539, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.660249710083008, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.584359169006348, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.48707103729248, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.499568939208984, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.531349182128906, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.618454933166504, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.656631469726563, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.679659843444824, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.657979965209961, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.630988121032715, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.574796676635742, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.488443374633789, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.388786315917969, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.328761100769043, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.412778854370117, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.571505546569824, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.665493965148926, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.686738014221191, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.669018745422363, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.63663387298584, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.586169242858887, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.512320518493652, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.417637825012207, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.317383766174316, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.258515357971191, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.347906112670898, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.52377700805664, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.649853706359863, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.700704574584961, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.693561553955078, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.661142349243164, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.597888946533203, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.496479988098145, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.506962776184082, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.534771919250488, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.574450492858887, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.667590141296387, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.710137367248535, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.742727279663086, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.751324653625488, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.717507362365723, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.622776985168457, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.648756980895996, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.684846878051758, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.704889297485352, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.763492584228516, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.773265838623047, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.752420425415039, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.699474334716797, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.687365531921387, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.66175651550293, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.618046760559082, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.5506591796875, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.463410377502441, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.47122859954834, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.492218017578125, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.52268123626709, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.633928298950195, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.665301322937012, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.664409637451172, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.631101608276367, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.528520584106445, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292672899_205307.json b/lenses/physics-objects/Scene/assets/1646688292672899_205307.json deleted file mode 100644 index f856104d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292672899_205307.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292672899:205307", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ], - [ - 0.03333333507180214, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ], - [ - 0.06666667014360428, - [ - 0.019066428765654564, - -0.08520987629890442, - -0.23193620145320892, - 0.9688041806221008 - ] - ], - [ - 0.10000000149011612, - [ - -0.004491955041885376, - -0.06606847047805786, - -0.005449445452541113, - 0.9977900981903076 - ] - ], - [ - 0.13333334028720856, - [ - -0.04746943339705467, - -0.06259887665510178, - 0.008471084758639336, - 0.9968732595443726 - ] - ], - [ - 0.1666666716337204, - [ - -0.10329603403806686, - -0.062014251947402954, - -0.00887998379766941, - 0.9926758408546448 - ] - ], - [ - 0.20000000298023224, - [ - -0.15969359874725342, - -0.06090567633509636, - -0.054080940783023834, - 0.9838006496429443 - ] - ], - [ - 0.23333333432674408, - [ - -0.20749376714229584, - -0.05807926505804062, - -0.11206217110157013, - 0.9700593948364258 - ] - ], - [ - 0.2666666805744171, - [ - -0.24274660646915436, - -0.05359509587287903, - -0.17410846054553986, - 0.9528316259384155 - ] - ], - [ - 0.30000001192092896, - [ - -0.2658480703830719, - -0.05342763662338257, - -0.22777166962623596, - 0.9351953864097595 - ] - ], - [ - 0.3333333432674408, - [ - -0.2781939208507538, - -0.0671382024884224, - -0.2609448730945587, - 0.9219589829444885 - ] - ], - [ - 0.36666667461395264, - [ - -0.2815873920917511, - -0.09680843353271484, - -0.26092657446861267, - 0.9182886481285095 - ] - ], - [ - 0.4000000059604645, - [ - -0.28058677911758423, - -0.12585937976837158, - -0.20283664762973785, - 0.9296708106994629 - ] - ], - [ - 0.4333333373069763, - [ - -0.2746763527393341, - -0.1273980438709259, - -0.09260422736406326, - 0.9485499858856201 - ] - ], - [ - 0.46666666865348816, - [ - -0.25865620374679565, - -0.09597762674093246, - 0.03616619110107422, - 0.9605088829994202 - ] - ], - [ - 0.5, - [ - -0.22808821499347687, - -0.05272776260972023, - 0.15683038532733917, - 0.9594789147377014 - ] - ], - [ - 0.5333333611488342, - [ - -0.18362373113632202, - -0.028468884527683258, - 0.24690240621566772, - 0.9510579705238342 - ] - ], - [ - 0.5666666626930237, - [ - -0.1307421773672104, - -0.03236036375164986, - 0.28008583188056946, - 0.9504794478416443 - ] - ], - [ - 0.6000000238418579, - [ - -0.07486682385206223, - -0.0422331839799881, - 0.23960977792739868, - 0.9670565724372864 - ] - ], - [ - 0.6333333253860474, - [ - -0.02223898470401764, - -0.038727086037397385, - 0.14819186925888062, - 0.987949788570404 - ] - ], - [ - 0.6666666865348816, - [ - 0.024684233590960503, - -0.0345388725399971, - 0.036985717713832855, - 0.9984137415885925 - ] - ], - [ - 0.699999988079071, - [ - 0.06715431809425354, - -0.0558026023209095, - -0.06583379954099655, - 0.994003176689148 - ] - ], - [ - 0.7333333492279053, - [ - 0.10504817217588425, - -0.10727982223033905, - -0.12926732003688812, - 0.9801764488220215 - ] - ], - [ - 0.7666666507720947, - [ - 0.047069162130355835, - -0.008740684017539024, - -0.07324514538049698, - 0.9961642622947693 - ] - ], - [ - 0.800000011920929, - [ - -0.03137018159031868, - 0.0810663029551506, - 0.025331176817417145, - 0.9958928227424622 - ] - ], - [ - 0.8333333134651184, - [ - -0.002376696327701211, - 0.04639749228954315, - 0.0707981288433075, - 0.9964081645011902 - ] - ], - [ - 0.8666666746139526, - [ - 0.05628005787730217, - -0.014603592455387115, - 0.10981299728155136, - 0.9922501444816589 - ] - ], - [ - 0.8999999761581421, - [ - 0.09031369537115097, - -0.04238559305667877, - 0.1562800407409668, - 0.9826614260673523 - ] - ], - [ - 0.9333333373069763, - [ - 0.06327622383832932, - 0.0015170419355854392, - 0.22847670316696167, - 0.9714897871017456 - ] - ], - [ - 0.9666666388511658, - [ - 0.042964495718479156, - 0.017650987952947617, - 0.2830517888069153, - 0.9579793214797974 - ] - ], - [ - 1.0, - [ - 0.033051975071430206, - 0.010845030657947063, - 0.3011324107646942, - 0.9529476761817932 - ] - ], - [ - 1.0333333015441895, - [ - 0.03328376263380051, - -0.0008661188185214996, - 0.26872530579566956, - 0.9626412391662598 - ] - ], - [ - 1.0666667222976685, - [ - 0.040033090859651566, - -0.0014160684077069163, - 0.19624148309230804, - 0.9797370433807373 - ] - ], - [ - 1.100000023841858, - [ - 0.051116086542606354, - 0.009372353553771973, - 0.1012764498591423, - 0.9935000538825989 - ] - ], - [ - 1.1333333253860474, - [ - 0.0667601078748703, - 0.019334865733981133, - 0.0025256513617932796, - 0.997578501701355 - ] - ], - [ - 1.1666666269302368, - [ - 0.06442166864871979, - 0.040163252502679825, - -0.07242628931999207, - 0.9944803714752197 - ] - ], - [ - 1.2000000476837158, - [ - 0.051081109791994095, - 0.059551406651735306, - -0.1065097451210022, - 0.9912114143371582 - ] - ], - [ - 1.2333333492279053, - [ - 0.05479764938354492, - 0.04280231148004532, - -0.1024085059762001, - 0.9923092722892761 - ] - ], - [ - 1.2666666507720947, - [ - 0.052325014024972916, - 0.031275421380996704, - -0.02773944102227688, - 0.997754693031311 - ] - ], - [ - 1.2999999523162842, - [ - 0.01766541786491871, - 0.07427379488945007, - 0.10995343327522278, - 0.9910002946853638 - ] - ], - [ - 1.3333333730697632, - [ - -0.028706975281238556, - 0.1411563605070114, - 0.24475863575935364, - 0.9588242769241333 - ] - ], - [ - 1.3666666746139526, - [ - -0.06414076685905457, - 0.18164633214473724, - 0.3419018089771271, - 0.9197791814804077 - ] - ], - [ - 1.399999976158142, - [ - -0.06953510642051697, - 0.18628762662410736, - 0.37375593185424805, - 0.9059626460075378 - ] - ], - [ - 1.4333332777023315, - [ - -0.04899568110704422, - 0.1850137710571289, - 0.34038758277893066, - 0.9206007122993469 - ] - ], - [ - 1.4666666984558105, - [ - -0.018524661660194397, - 0.19016851484775543, - 0.2744982838630676, - 0.9424137473106384 - ] - ], - [ - 1.5, - [ - 0.017889395356178284, - 0.19975420832633972, - 0.18437260389328003, - 0.9621772170066833 - ] - ], - [ - 1.5333333015441895, - [ - 0.056982897222042084, - 0.2067881077528, - 0.08356744796037674, - 0.9731435179710388 - ] - ], - [ - 1.5666667222976685, - [ - 0.09474004060029984, - 0.20335762202739716, - -0.014379700645804405, - 0.9744040369987488 - ] - ], - [ - 1.600000023841858, - [ - 0.1285538524389267, - 0.1813429445028305, - -0.10242295265197754, - 0.9695866107940674 - ] - ], - [ - 1.6333333253860474, - [ - 0.15233835577964783, - 0.14145107567310333, - -0.17353473603725433, - 0.962637186050415 - ] - ], - [ - 1.6666666269302368, - [ - 0.15938518941402435, - 0.09635312855243683, - -0.2162424474954605, - 0.9584109783172607 - ] - ], - [ - 1.7000000476837158, - [ - 0.1375773847103119, - 0.07012548297643661, - -0.195782870054245, - 0.9684131145477295 - ] - ], - [ - 1.7333333492279053, - [ - 0.09081098437309265, - 0.06550674140453339, - -0.11183276772499084, - 0.9873984456062317 - ] - ], - [ - 1.7666666507720947, - [ - 0.03749970719218254, - 0.06564674526453018, - -0.006716185249388218, - 0.997115433216095 - ] - ], - [ - 1.7999999523162842, - [ - -0.005318074021488428, - 0.060401126742362976, - 0.07006844133138657, - 0.9956976771354675 - ] - ], - [ - 1.8333333730697632, - [ - -0.030656926333904266, - 0.03906674683094025, - 0.0708070695400238, - 0.9962531328201294 - ] - ], - [ - 1.8666666746139526, - [ - -0.04553060978651047, - -0.0003141249471809715, - -0.010311813093721867, - 0.9989097714424133 - ] - ], - [ - 1.899999976158142, - [ - -0.05921221524477005, - -0.050051361322402954, - -0.13281314074993134, - 0.988103985786438 - ] - ], - [ - 1.9333332777023315, - [ - -0.07447416335344315, - -0.10861169546842575, - -0.2694759964942932, - 0.9539600610733032 - ] - ], - [ - 1.9666666984558105, - [ - -0.09256919473409653, - -0.17647749185562134, - -0.391924649477005, - 0.898154616355896 - ] - ], - [ - 2.0, - [ - -0.19237233698368073, - -0.07605757564306259, - -0.39605095982551575, - 0.8946238160133362 - ] - ], - [ - 2.0333333015441895, - [ - -0.3644450306892395, - 0.10008327662944794, - -0.30903199315071106, - 0.8727326989173889 - ] - ], - [ - 2.066666603088379, - [ - -0.4618862271308899, - 0.16795721650123596, - -0.2160724252462387, - 0.8436611890792847 - ] - ], - [ - 2.0999999046325684, - [ - -0.41129353642463684, - 0.11938817799091339, - -0.2148573398590088, - 0.8777360916137695 - ] - ], - [ - 2.133333444595337, - [ - -0.28397974371910095, - 0.02688269130885601, - -0.2259579747915268, - 0.9314374923706055 - ] - ], - [ - 2.1666667461395264, - [ - -0.14483246207237244, - -0.06463607400655746, - -0.21039482951164246, - 0.9646655917167664 - ] - ], - [ - 2.200000047683716, - [ - -0.07250464707612991, - -0.10359194874763489, - -0.17251089215278625, - 0.9768581390380859 - ] - ], - [ - 2.2333333492279053, - [ - -0.0645882710814476, - -0.05700966343283653, - -0.11762215197086334, - 0.9893145561218262 - ] - ], - [ - 2.2666666507720947, - [ - -0.05866221338510513, - -0.07336105406284332, - -0.1362980604171753, - 0.9862047433853149 - ] - ], - [ - 2.299999952316284, - [ - -0.045218802988529205, - -0.119005486369133, - -0.21182286739349365, - 0.9689810276031494 - ] - ], - [ - 2.3333332538604736, - [ - -0.09734127670526505, - -0.11517828702926636, - -0.13548800349235535, - 0.9792352318763733 - ] - ], - [ - 2.366666555404663, - [ - -0.2050195336341858, - -0.11939021199941635, - -0.02452169358730316, - 0.9711394906044006 - ] - ], - [ - 2.4000000953674316, - [ - -0.25628066062927246, - -0.1369076520204544, - 0.048698026686906815, - 0.9556176066398621 - ] - ], - [ - 2.433333396911621, - [ - -0.17452552914619446, - -0.13816551864147186, - 0.05873269960284233, - 0.9731401801109314 - ] - ], - [ - 2.4666666984558105, - [ - -0.03179282322525978, - -0.1358659416437149, - 0.04693218320608139, - 0.989104151725769 - ] - ], - [ - 2.5, - [ - 0.04939420521259308, - -0.13521023094654083, - 0.05227334052324295, - 0.9882033467292786 - ] - ], - [ - 2.5333333015441895, - [ - 0.023874495178461075, - -0.025492632761597633, - 0.14470775425434113, - 0.9888578057289124 - ] - ], - [ - 2.566666603088379, - [ - 0.01292260829359293, - 0.0156173724681139, - 0.20058049261569977, - 0.979467511177063 - ] - ], - [ - 2.5999999046325684, - [ - 0.03146544098854065, - -0.03202426806092262, - 0.1657782644033432, - 0.9851405620574951 - ] - ], - [ - 2.633333444595337, - [ - -0.11093059182167053, - 0.030732160434126854, - -0.19154196977615356, - 0.9747110605239868 - ] - ], - [ - 2.6666667461395264, - [ - -0.19994887709617615, - 0.16732752323150635, - -0.43216922879219055, - 0.8632796406745911 - ] - ], - [ - 2.700000047683716, - [ - -0.15679335594177246, - 0.18366371095180511, - -0.4484083354473114, - 0.8605890274047852 - ] - ], - [ - 2.7333333492279053, - [ - -0.06767858564853668, - 0.19972355663776398, - -0.49005815386772156, - 0.8457973003387451 - ] - ], - [ - 2.7666666507720947, - [ - 0.018330207094550133, - 0.20123840868473053, - -0.5343879461288452, - 0.8207293152809143 - ] - ], - [ - 2.799999952316284, - [ - 0.05029162019491196, - 0.18893246352672577, - -0.5566521286964417, - 0.8074118494987488 - ] - ], - [ - 2.8333332538604736, - [ - 0.01949458196759224, - 0.14682307839393616, - -0.49887311458587646, - 0.8539254069328308 - ] - ], - [ - 2.866666555404663, - [ - -0.009619312360882759, - 0.048117589205503464, - -0.3587739169597626, - 0.9321337938308716 - ] - ], - [ - 2.9000000953674316, - [ - 0.010321295820176601, - -0.050075460225343704, - -0.24533803761005402, - 0.9680885076522827 - ] - ], - [ - 2.933333396911621, - [ - 0.060573916882276535, - -0.13021890819072723, - -0.19707727432250977, - 0.9698114991188049 - ] - ], - [ - 2.9666666984558105, - [ - 0.06353633105754852, - -0.14066606760025024, - -0.1079026535153389, - 0.9821065068244934 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - -0.09944659471511841, - -0.005055373068898916, - -0.08164619654417038, - 0.9916747212409973 - ] - ], - [ - 3.066666603088379, - [ - -0.1370585560798645, - 0.05377114191651344, - -0.08021941781044006, - 0.9858441352844238 - ] - ], - [ - 3.0999999046325684, - [ - -0.061391085386276245, - 0.02562197484076023, - -0.06640385836362839, - 0.9955728054046631 - ] - ], - [ - 3.133333444595337, - [ - 0.07054589688777924, - -0.04606759920716286, - -0.01943889632821083, - 0.996254563331604 - ] - ], - [ - 3.1666667461395264, - [ - 0.13395775854587555, - -0.07819275557994843, - 0.03316044062376022, - 0.9873406887054443 - ] - ], - [ - 3.200000047683716, - [ - 0.10163185000419617, - -0.0311567485332489, - 0.07349564880132675, - 0.9916141629219055 - ] - ], - [ - 3.2333333492279053, - [ - 0.07240447402000427, - -0.033969201147556305, - 0.07432661205530167, - 0.9940217733383179 - ] - ], - [ - 3.2666666507720947, - [ - 0.046487461775541306, - -0.05449327453970909, - 0.0038165284786373377, - 0.9974241256713867 - ] - ], - [ - 3.299999952316284, - [ - 0.025246957316994667, - -0.05274372920393944, - -0.11491929739713669, - 0.9916523098945618 - ] - ], - [ - 3.3333332538604736, - [ - 0.019291918724775314, - -0.05003149434924126, - -0.2485417127609253, - 0.9671358466148376 - ] - ], - [ - 3.366666555404663, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292673108_205314.json b/lenses/physics-objects/Scene/assets/1646688292673108_205314.json deleted file mode 100644 index da4c6492..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292673108_205314.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292673108:205314", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292674123_205327.json b/lenses/physics-objects/Scene/assets/1646688292674123_205327.json deleted file mode 100644 index f0ef941d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292674123_205327.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292674123:205327", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.729910850524902, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 0.6000000238418579, - [ - 9.752503395080566, - -1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ], - [ - 3.2333333492279053, - [ - 9.719191551208496, - -9.693519721867882e-27, - -2.220446049250313e-15 - ] - ], - [ - 3.933333396911621, - [ - 9.742609024047852, - 1.4210801352126327e-14, - 5.3290705182007514e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.728638648986816, - -1.4210854715202004e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292674340_205334.json b/lenses/physics-objects/Scene/assets/1646688292674340_205334.json deleted file mode 100644 index d07cd171..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292674340_205334.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292674340:205334", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02604614570736885, - -0.051510073244571686, - -0.054242800921201706, - 0.9968581795692444 - ] - ], - [ - 0.03333333507180214, - [ - -0.02604614570736885, - -0.051510073244571686, - -0.054242800921201706, - 0.9968581795692444 - ] - ], - [ - 0.06666667014360428, - [ - -0.024860333651304245, - -0.05159465968608856, - -0.0561346709728241, - 0.9967792630195618 - ] - ], - [ - 0.10000000149011612, - [ - -0.023549208417534828, - -0.05175290256738663, - -0.0582919679582119, - 0.9966790676116943 - ] - ], - [ - 0.13333334028720856, - [ - -0.022159051150083542, - -0.05197513848543167, - -0.06066342070698738, - 0.9965578317642212 - ] - ], - [ - 0.1666666716337204, - [ - -0.020728085190057755, - -0.052257437258958817, - -0.06318849325180054, - 0.9964170455932617 - ] - ], - [ - 0.20000000298023224, - [ - -0.019294142723083496, - -0.05259886756539345, - -0.06580617278814316, - 0.9962583184242249 - ] - ], - [ - 0.23333333432674408, - [ - -0.01789463870227337, - -0.0530012883245945, - -0.06845507025718689, - 0.9960846304893494 - ] - ], - [ - 0.2666666805744171, - [ - -0.01656651683151722, - -0.053468432277441025, - -0.071073517203331, - 0.9958993196487427 - ] - ], - [ - 0.30000001192092896, - [ - -0.015346258878707886, - -0.05400558561086655, - -0.07359950989484787, - 0.9957063794136047 - ] - ], - [ - 0.3333333432674408, - [ - -0.014269881881773472, - -0.054618675261735916, - -0.07597077637910843, - 0.9955107569694519 - ] - ], - [ - 0.36666667461395264, - [ - -0.013373116962611675, - -0.055313531309366226, - -0.0781247615814209, - 0.9953181147575378 - ] - ], - [ - 0.4000000059604645, - [ - -0.012663993053138256, - -0.056075263768434525, - -0.08001245558261871, - 0.9951347708702087 - ] - ], - [ - 0.4333333373069763, - [ - -0.01213927660137415, - -0.056877270340919495, - -0.08159109205007553, - 0.9949675798416138 - ] - ], - [ - 0.46666666865348816, - [ - -0.011787342838943005, - -0.05768076330423355, - -0.08282402157783508, - 0.994823694229126 - ] - ], - [ - 0.5, - [ - -0.011590772308409214, - -0.058438412845134735, - -0.08367911726236343, - 0.9947103261947632 - ] - ], - [ - 0.5333333611488342, - [ - -0.011543989181518555, - -0.05910560488700867, - -0.0841108039021492, - 0.9946349263191223 - ] - ], - [ - 0.5666666626930237, - [ - -0.011638996191322803, - -0.059633057564496994, - -0.08407294005155563, - 0.994605541229248 - ] - ], - [ - 0.6000000238418579, - [ - -0.011860419064760208, - -0.06005891412496567, - -0.08370406925678253, - 0.9946084022521973 - ] - ], - [ - 0.6333333253860474, - [ - -0.012188827618956566, - -0.06043577566742897, - -0.08319035917520523, - 0.9946247339248657 - ] - ], - [ - 0.6666666865348816, - [ - -0.012602667324244976, - -0.060768526047468185, - -0.0825309306383133, - 0.9946542382240295 - ] - ], - [ - 0.699999988079071, - [ - -0.013076757080852985, - -0.061065152287483215, - -0.0817197859287262, - 0.9946969151496887 - ] - ], - [ - 0.7333333492279053, - [ - -0.013591817580163479, - -0.06133219227194786, - -0.08076974004507065, - 0.9947512745857239 - ] - ], - [ - 0.7666666507720947, - [ - -0.014126664958894253, - -0.06157870218157768, - -0.07969331741333008, - 0.9948152899742126 - ] - ], - [ - 0.800000011920929, - [ - -0.014673417434096336, - -0.06180024892091751, - -0.07850747555494308, - 0.9948879480361938 - ] - ], - [ - 0.8333333134651184, - [ - -0.015224338509142399, - -0.06199285015463829, - -0.07722922414541245, - 0.9949678182601929 - ] - ], - [ - 0.8666666746139526, - [ - -0.01577185094356537, - -0.06215313449501991, - -0.07587549835443497, - 0.9950533509254456 - ] - ], - [ - 0.8999999761581421, - [ - -0.016308525577187538, - -0.06227836757898331, - -0.07446322590112686, - 0.9951435327529907 - ] - ], - [ - 0.9333333373069763, - [ - -0.016827095299959183, - -0.06236644461750984, - -0.07300927489995956, - 0.9952371120452881 - ] - ], - [ - 0.9666666388511658, - [ - -0.017320429906249046, - -0.06241590529680252, - -0.07153043895959854, - 0.9953329563140869 - ] - ], - [ - 1.0, - [ - -0.01778152957558632, - -0.062425896525382996, - -0.07004339247941971, - 0.995430052280426 - ] - ], - [ - 1.0333333015441895, - [ - -0.018203524872660637, - -0.0623961016535759, - -0.06856473535299301, - 0.9955270886421204 - ] - ], - [ - 1.0666667222976685, - [ - -0.018579641357064247, - -0.06232679262757301, - -0.06711094826459885, - 0.9956235885620117 - ] - ], - [ - 1.100000023841858, - [ - -0.018903184682130814, - -0.06221863254904747, - -0.06569835543632507, - 0.9957184791564941 - ] - ], - [ - 1.1333333253860474, - [ - -0.019167505204677582, - -0.06207267940044403, - -0.06434319913387299, - 0.9958111047744751 - ] - ], - [ - 1.1666666269302368, - [ - -0.019365964457392693, - -0.06189023330807686, - -0.06306160986423492, - 0.9959005117416382 - ] - ], - [ - 1.2000000476837158, - [ - -0.01958303153514862, - -0.06167421117424965, - -0.06182472035288811, - 0.9959872961044312 - ] - ], - [ - 1.2333333492279053, - [ - -0.019896255806088448, - -0.061427537351846695, - -0.06060687452554703, - 0.9960711002349854 - ] - ], - [ - 1.2666666507720947, - [ - -0.02028854377567768, - -0.06115184351801872, - -0.059428904205560684, - 0.9961510896682739 - ] - ], - [ - 1.2999999523162842, - [ - -0.0207370612770319, - -0.06084587797522545, - -0.05831470340490341, - 0.99622642993927 - ] - ], - [ - 1.3333333730697632, - [ - -0.021225502714514732, - -0.0605119913816452, - -0.05728448927402496, - 0.9962962865829468 - ] - ], - [ - 1.3666666746139526, - [ - -0.021720141172409058, - -0.06014368683099747, - -0.05636775866150856, - 0.996360182762146 - ] - ], - [ - 1.399999976158142, - [ - -0.022191151976585388, - -0.05973655730485916, - -0.05559162423014641, - 0.9964179396629333 - ] - ], - [ - 1.4333332777023315, - [ - -0.02262762188911438, - -0.05929618328809738, - -0.054974012076854706, - 0.9964687824249268 - ] - ], - [ - 1.4666666984558105, - [ - -0.023020537570118904, - -0.05882774293422699, - -0.05453261733055115, - 0.996511697769165 - ] - ], - [ - 1.5, - [ - -0.0233625378459692, - -0.05832117050886154, - -0.054255761206150055, - 0.9965487122535706 - ] - ], - [ - 1.5333333015441895, - [ - -0.023648997768759727, - -0.057766079902648926, - -0.054113276302814484, - 0.99658203125 - ] - ], - [ - 1.5666667222976685, - [ - -0.023871462792158127, - -0.057178743183612823, - -0.05407998710870743, - 0.9966123104095459 - ] - ], - [ - 1.600000023841858, - [ - -0.024024341255426407, - -0.05657384172081947, - -0.05413396283984184, - 0.9966403245925903 - ] - ], - [ - 1.6333333253860474, - [ - -0.02409527264535427, - -0.05596889555454254, - -0.054250314831733704, - 0.9966663718223572 - ] - ], - [ - 1.6666666269302368, - [ - -0.02407471090555191, - -0.05538010969758034, - -0.05440620705485344, - 0.9966912269592285 - ] - ], - [ - 1.7000000476837158, - [ - -0.023976411670446396, - -0.05481084808707237, - -0.054593492299318314, - 0.9967148303985596 - ] - ], - [ - 1.7333333492279053, - [ - -0.023814257234334946, - -0.05426487699151039, - -0.05480409041047096, - 0.9967370629310608 - ] - ], - [ - 1.7666666507720947, - [ - -0.023602211847901344, - -0.05374636501073837, - -0.05502995476126671, - 0.9967577457427979 - ] - ], - [ - 1.7999999523162842, - [ - -0.02335434965789318, - -0.05325981229543686, - -0.05526307225227356, - 0.9967768788337708 - ] - ], - [ - 1.8333333730697632, - [ - -0.023084839805960655, - -0.05280996486544609, - -0.05549545958638191, - 0.9967941045761108 - ] - ], - [ - 1.8666666746139526, - [ - -0.022807961329817772, - -0.05240192264318466, - -0.055719077587127686, - 0.9968095421791077 - ] - ], - [ - 1.899999976158142, - [ - -0.022538095712661743, - -0.05204090476036072, - -0.05592583864927292, - 0.9968230128288269 - ] - ], - [ - 1.9333332777023315, - [ - -0.0222896970808506, - -0.05173220857977867, - -0.056107666343450546, - 0.9968344569206238 - ] - ], - [ - 2.0, - [ - -0.021915486082434654, - -0.05129360035061836, - -0.056363292038440704, - 0.9968510866165161 - ] - ], - [ - 2.1666667461395264, - [ - -0.022329799830913544, - -0.05145519599318504, - -0.055987343192100525, - 0.9968546628952026 - ] - ], - [ - 2.200000047683716, - [ - -0.022705867886543274, - -0.05171162262558937, - -0.05568908154964447, - 0.9968495965003967 - ] - ], - [ - 2.2333333492279053, - [ - -0.023184124380350113, - -0.05203685536980629, - -0.05530682951211929, - 0.9968429207801819 - ] - ], - [ - 2.2666666507720947, - [ - -0.023767497390508652, - -0.052430130541324615, - -0.054835375398397446, - 0.9968346357345581 - ] - ], - [ - 2.299999952316284, - [ - -0.02445433847606182, - -0.052887991070747375, - -0.05427074804902077, - 0.9968247413635254 - ] - ], - [ - 2.3333332538604736, - [ - -0.025240302085876465, - -0.053362030535936356, - -0.05360845848917961, - 0.9968158006668091 - ] - ], - [ - 2.366666555404663, - [ - -0.02611585147678852, - -0.053804438561201096, - -0.05286236107349396, - 0.9968092441558838 - ] - ], - [ - 2.4000000953674316, - [ - -0.027156982570886612, - -0.05420490354299545, - -0.052023518830537796, - 0.9968038201332092 - ] - ], - [ - 2.433333396911621, - [ - -0.028440942987799644, - -0.05455674231052399, - -0.05107545480132103, - 0.9967978596687317 - ] - ], - [ - 2.4666666984558105, - [ - -0.029948176816105843, - -0.05485599488019943, - -0.05003587529063225, - 0.9967901110649109 - ] - ], - [ - 2.5, - [ - -0.031654100865125656, - -0.05510270968079567, - -0.04891982674598694, - 0.996779203414917 - ] - ], - [ - 2.5333333015441895, - [ - -0.03353150561451912, - -0.05529933050274849, - -0.04774146154522896, - 0.9967639446258545 - ] - ], - [ - 2.566666603088379, - [ - -0.03555314242839813, - -0.05544904246926308, - -0.04651470109820366, - 0.9967436790466309 - ] - ], - [ - 2.5999999046325684, - [ - -0.03769168630242348, - -0.05555540695786476, - -0.04525334760546684, - 0.9967171549797058 - ] - ], - [ - 2.633333444595337, - [ - -0.03991985693573952, - -0.05562253296375275, - -0.04397108778357506, - 0.9966841340065002 - ] - ], - [ - 2.6666667461395264, - [ - -0.042210161685943604, - -0.055654656141996384, - -0.04268156364560127, - 0.9966439604759216 - ] - ], - [ - 2.700000047683716, - [ - -0.04453526437282562, - -0.05565628781914711, - -0.0413983054459095, - 0.9965968132019043 - ] - ], - [ - 2.7333333492279053, - [ - -0.04686771333217621, - -0.055631935596466064, - -0.04013483598828316, - 0.9965428709983826 - ] - ], - [ - 2.7666666507720947, - [ - -0.049180079251527786, - -0.05558609589934349, - -0.03890465572476387, - 0.996482789516449 - ] - ], - [ - 2.799999952316284, - [ - -0.0514448843896389, - -0.05552307143807411, - -0.037721313536167145, - 0.9964174628257751 - ] - ], - [ - 2.8333332538604736, - [ - -0.05363474786281586, - -0.05544697120785713, - -0.036598335951566696, - 0.9963480830192566 - ] - ], - [ - 2.866666555404663, - [ - -0.0557221844792366, - -0.05536147207021713, - -0.03554939106106758, - 0.9962762594223022 - ] - ], - [ - 2.9000000953674316, - [ - -0.0576799102127552, - -0.05526987835764885, - -0.03458813577890396, - 0.9962037801742554 - ] - ], - [ - 2.933333396911621, - [ - -0.05943756923079491, - -0.05517268925905228, - -0.03374851867556572, - 0.9961346387863159 - ] - ], - [ - 2.9666666984558105, - [ - -0.06093916296958923, - -0.05506988614797592, - -0.03305799886584282, - 0.9960727095603943 - ] - ], - [ - 3.0, - [ - -0.06217842921614647, - -0.054963212460279465, - -0.032520584762096405, - 0.996019721031189 - ] - ], - [ - 3.0333333015441895, - [ - -0.0631493404507637, - -0.05485386401414871, - -0.0321403332054615, - 0.9959770441055298 - ] - ], - [ - 3.066666603088379, - [ - -0.06381917744874954, - -0.05473471060395241, - -0.031934481114149094, - 0.9959474802017212 - ] - ], - [ - 3.133333444595337, - [ - -0.06420425325632095, - -0.05445680022239685, - -0.03207559138536453, - 0.995933473110199 - ] - ], - [ - 3.1666667461395264, - [ - -0.06395473331212997, - -0.05430646240711212, - -0.03240754082798958, - 0.9959469437599182 - ] - ], - [ - 3.200000047683716, - [ - -0.06345552206039429, - -0.054160818457603455, - -0.032886821776628494, - 0.995971143245697 - ] - ], - [ - 3.2333333492279053, - [ - -0.06272157281637192, - -0.05403001233935356, - -0.033502522855997086, - 0.9960042834281921 - ] - ], - [ - 3.2666666507720947, - [ - -0.061747852712869644, - -0.05395861342549324, - -0.03444019332528114, - 0.996036946773529 - ] - ], - [ - 3.299999952316284, - [ - -0.06055591255426407, - -0.05397705361247063, - -0.03583025932312012, - 0.9960600733757019 - ] - ], - [ - 3.3333332538604736, - [ - -0.05917081981897354, - -0.0540667399764061, - -0.037602029740810394, - 0.9960731267929077 - ] - ], - [ - 3.366666555404663, - [ - -0.057624176144599915, - -0.05421222001314163, - -0.039690304547548294, - 0.9960749745368958 - ] - ], - [ - 3.4000000953674316, - [ - -0.055953286588191986, - -0.05440567061305046, - -0.04204368218779564, - 0.9960630536079407 - ] - ], - [ - 3.433333396911621, - [ - -0.054200153797864914, - -0.05463975667953491, - -0.04461192339658737, - 0.9960354566574097 - ] - ], - [ - 3.4666666984558105, - [ - -0.05239846929907799, - -0.0549110546708107, - -0.04733569175004959, - 0.9959912300109863 - ] - ], - [ - 3.5, - [ - -0.050581708550453186, - -0.055219314992427826, - -0.050155315548181534, - 0.9959301948547363 - ] - ], - [ - 3.5333333015441895, - [ - -0.04878293350338936, - -0.055567167699337006, - -0.053010664880275726, - 0.9958525896072388 - ] - ], - [ - 3.566666603088379, - [ - -0.047034844756126404, - -0.05595928803086281, - -0.055841460824012756, - 0.9957600235939026 - ] - ], - [ - 3.5999999046325684, - [ - -0.04535757005214691, - -0.05640086159110069, - -0.058592669665813446, - 0.995654821395874 - ] - ], - [ - 3.633333444595337, - [ - -0.043783895671367645, - -0.05689919739961624, - -0.06120317429304123, - 0.9955398440361023 - ] - ], - [ - 3.6666667461395264, - [ - -0.0423649400472641, - -0.05746323987841606, - -0.06360302120447159, - 0.9954184293746948 - ] - ], - [ - 3.700000047683716, - [ - -0.041123662143945694, - -0.058084044605493546, - -0.06573688983917236, - 0.9952958226203918 - ] - ], - [ - 3.7333333492279053, - [ - -0.04007158428430557, - -0.05874166265130043, - -0.06755585968494415, - 0.9951783418655396 - ] - ], - [ - 3.7666666507720947, - [ - -0.039211634546518326, - -0.059403736144304276, - -0.06901714950799942, - 0.9950730204582214 - ] - ], - [ - 3.799999952316284, - [ - -0.03854093700647354, - -0.060028839856386185, - -0.07008232176303864, - 0.9949872493743896 - ] - ], - [ - 3.8333332538604736, - [ - -0.038068365305662155, - -0.060577817261219025, - -0.07069984078407288, - 0.9949284791946411 - ] - ], - [ - 3.866666555404663, - [ - -0.03776971250772476, - -0.06100475788116455, - -0.07083175331354141, - 0.9949043989181519 - ] - ], - [ - 3.9000000953674316, - [ - -0.03760342299938202, - -0.06134318187832832, - -0.0706290751695633, - 0.9949042797088623 - ] - ], - [ - 3.9666666984558105, - [ - -0.03758488595485687, - -0.061903178691864014, - -0.0697813481092453, - 0.9949302077293396 - ] - ], - [ - 4.0, - [ - -0.037684742361307144, - -0.06213175877928734, - -0.06912992149591446, - 0.9949575662612915 - ] - ], - [ - 4.0333333015441895, - [ - -0.037829313427209854, - -0.06233317777514458, - -0.06833795458078384, - 0.9949942827224731 - ] - ], - [ - 4.066666603088379, - [ - -0.03799719735980034, - -0.06251553446054459, - -0.06741800159215927, - 0.9950391054153442 - ] - ], - [ - 4.099999904632568, - [ - -0.038180164992809296, - -0.06267467141151428, - -0.06638742983341217, - 0.9950914978981018 - ] - ], - [ - 4.133333206176758, - [ - -0.038370147347450256, - -0.06280688941478729, - -0.06526347994804382, - 0.995150089263916 - ] - ], - [ - 4.166666507720947, - [ - -0.03855925798416138, - -0.06290919333696365, - -0.0640634298324585, - 0.9952142834663391 - ] - ], - [ - 4.199999809265137, - [ - -0.03873971849679947, - -0.06297910958528519, - -0.06280441582202911, - 0.9952831268310547 - ] - ], - [ - 4.233333110809326, - [ - -0.03890397027134895, - -0.06301480531692505, - -0.061503536999225616, - 0.9953556656837463 - ] - ], - [ - 4.266666889190674, - [ - -0.0390445701777935, - -0.06301503628492355, - -0.060177817940711975, - 0.9954311847686768 - ] - ], - [ - 4.300000190734863, - [ - -0.03915424272418022, - -0.06297920644283295, - -0.05884410813450813, - 0.9955089092254639 - ] - ], - [ - 4.333333492279053, - [ - -0.03922582045197487, - -0.06290718913078308, - -0.05751925706863403, - 0.9955880641937256 - ] - ], - [ - 4.366666793823242, - [ - -0.039252255111932755, - -0.06279941648244858, - -0.056219786405563354, - 0.9956680536270142 - ] - ], - [ - 4.400000095367432, - [ - -0.039226602762937546, - -0.0626567155122757, - -0.054962292313575745, - 0.9957482218742371 - ] - ], - [ - 4.433333396911621, - [ - -0.039141930639743805, - -0.06248027831315994, - -0.05376307666301727, - 0.9958281517028809 - ] - ], - [ - 4.4666666984558105, - [ - -0.03899133577942848, - -0.06227150931954384, - -0.05263841897249222, - 0.995907187461853 - ] - ], - [ - 4.5, - [ - -0.03876791521906853, - -0.06203198432922363, - -0.05160451680421829, - 0.9959849715232849 - ] - ], - [ - 4.5333333015441895, - [ - -0.03846464678645134, - -0.061763301491737366, - -0.050677381455898285, - 0.9960610270500183 - ] - ], - [ - 4.566666603088379, - [ - -0.03807474300265312, - -0.06146702170372009, - -0.049872905015945435, - 0.9961349368095398 - ] - ], - [ - 4.599999904632568, - [ - -0.03758691996335983, - -0.06114199385046959, - -0.049209412187337875, - 0.9962065815925598 - ] - ], - [ - 4.633333206176758, - [ - -0.036996856331825256, - -0.06078983098268509, - -0.04870123416185379, - 0.9962750673294067 - ] - ], - [ - 4.666666507720947, - [ - -0.03628287464380264, - -0.06040439009666443, - -0.048372022807598114, - 0.996340811252594 - ] - ], - [ - 4.699999809265137, - [ - -0.03542713820934296, - -0.05998075008392334, - -0.04824294149875641, - 0.9964034557342529 - ] - ], - [ - 4.733333110809326, - [ - -0.034430745989084244, - -0.059522248804569244, - -0.048325810581445694, - 0.9964618682861328 - ] - ], - [ - 4.766666889190674, - [ - -0.03329668194055557, - -0.05903166905045509, - -0.04863223060965538, - 0.9965146780014038 - ] - ], - [ - 4.800000190734863, - [ - -0.03202947974205017, - -0.05849560350179672, - -0.04914424568414688, - 0.9965627193450928 - ] - ], - [ - 4.833333492279053, - [ - -0.0306363794952631, - -0.05790132284164429, - -0.04982561990618706, - 0.9966073632240295 - ] - ], - [ - 4.866666793823242, - [ - -0.02912069484591484, - -0.05726335942745209, - -0.05064499378204346, - 0.9966484904289246 - ] - ], - [ - 4.900000095367432, - [ - -0.027475789189338684, - -0.05659507215023041, - -0.05158032104372978, - 0.9966853857040405 - ] - ], - [ - 4.933333396911621, - [ - -0.02568740025162697, - -0.055913299322128296, - -0.052606940269470215, - 0.9967178106307983 - ] - ], - [ - 4.9666666984558105, - [ - -0.023756595328450203, - -0.055235493928194046, - -0.0536966547369957, - 0.9967454671859741 - ] - ], - [ - 5.0, - [ - -0.021707776933908463, - -0.054567307233810425, - -0.05483590066432953, - 0.9967668652534485 - ] - ], - [ - 5.0333333015441895, - [ - -0.019565511494874954, - -0.053915079683065414, - -0.056011300534009933, - 0.9967813491821289 - ] - ], - [ - 5.066666603088379, - [ - -0.017354527488350868, - -0.0532856322824955, - -0.057209551334381104, - 0.9967882037162781 - ] - ], - [ - 5.099999904632568, - [ - -0.015099717304110527, - -0.0526861846446991, - -0.05841744318604469, - 0.9967867136001587 - ] - ], - [ - 5.133333206176758, - [ - -0.012826127000153065, - -0.05212438851594925, - -0.05962178111076355, - 0.9967767000198364 - ] - ], - [ - 5.166666507720947, - [ - -0.01055899914354086, - -0.05160820484161377, - -0.060809433460235596, - 0.9967584013938904 - ] - ], - [ - 5.199999809265137, - [ - -0.008323694579303265, - -0.05114571377635002, - -0.06196720153093338, - 0.9967321157455444 - ] - ], - [ - 5.233333110809326, - [ - -0.00614572037011385, - -0.050745051354169846, - -0.06308182328939438, - 0.9966984987258911 - ] - ], - [ - 5.266666889190674, - [ - -0.00405065156519413, - -0.05041445791721344, - -0.0641399696469307, - 0.996658444404602 - ] - ], - [ - 5.300000190734863, - [ - -0.0020642864983528852, - -0.05016183853149414, - -0.06512805074453354, - 0.9966133236885071 - ] - ], - [ - 5.333333492279053, - [ - -0.00021237338660284877, - -0.04999498650431633, - -0.06603233516216278, - 0.9965642094612122 - ] - ], - [ - 5.366666793823242, - [ - 0.0014792593428865075, - -0.0499211922287941, - -0.0668388232588768, - 0.9965130686759949 - ] - ], - [ - 5.400000095367432, - [ - 0.0029847656842321157, - -0.04994720593094826, - -0.06753319501876831, - 0.9964615702629089 - ] - ], - [ - 5.433333396911621, - [ - 0.0042883907444775105, - -0.05007288604974747, - -0.0681052953004837, - 0.9964115619659424 - ] - ], - [ - 5.4666666984558105, - [ - 0.005381218623369932, - -0.05029284209012985, - -0.06854765117168427, - 0.9963648319244385 - ] - ], - [ - 5.5, - [ - 0.006245814263820648, - -0.050606127828359604, - -0.0688486248254776, - 0.9963231682777405 - ] - ], - [ - 5.5333333015441895, - [ - 0.006871952675282955, - -0.05100629851222038, - -0.0689995288848877, - 0.9962882399559021 - ] - ], - [ - 5.566666603088379, - [ - 0.0072458889335393906, - -0.051490407437086105, - -0.06898938864469528, - 0.9962613582611084 - ] - ], - [ - 5.599999904632568, - [ - 0.007358497008681297, - -0.05205155909061432, - -0.06880836933851242, - 0.9962438941001892 - ] - ], - [ - 5.633333206176758, - [ - 0.007203117478638887, - -0.05263371020555496, - -0.06844691187143326, - 0.9962393641471863 - ] - ], - [ - 5.666666507720947, - [ - 0.0067783547565341, - -0.053182393312454224, - -0.06791416555643082, - 0.9962497353553772 - ] - ], - [ - 5.699999809265137, - [ - 0.006087301764637232, - -0.053679175674915314, - -0.06724046915769577, - 0.9962731599807739 - ] - ], - [ - 5.733333110809326, - [ - 0.005138496868312359, - -0.05411138758063316, - -0.06645219027996063, - 0.9963080286979675 - ] - ], - [ - 5.766666889190674, - [ - 0.00395012553781271, - -0.054473984986543655, - -0.06556681543588638, - 0.9963524341583252 - ] - ], - [ - 5.800000190734863, - [ - 0.0025454966817051172, - -0.05476688966155052, - -0.06459902226924896, - 0.9964041709899902 - ] - ], - [ - 5.833333492279053, - [ - 0.0009505701600573957, - -0.05499280244112015, - -0.06356243789196014, - 0.9964610934257507 - ] - ], - [ - 5.866666793823242, - [ - -0.000808625016361475, - -0.0551551952958107, - -0.062470436096191406, - 0.9965212941169739 - ] - ], - [ - 5.900000095367432, - [ - -0.0027060096617788076, - -0.055258072912693024, - -0.061336252838373184, - 0.9965828061103821 - ] - ], - [ - 5.933333396911621, - [ - -0.0047154598869383335, - -0.05530589073896408, - -0.060172706842422485, - 0.996643602848053 - ] - ], - [ - 5.9666666984558105, - [ - -0.006810750812292099, - -0.055303435772657394, - -0.058992769569158554, - 0.9967020750045776 - ] - ], - [ - 6.0, - [ - -0.008965649642050266, - -0.05525578185915947, - -0.057809069752693176, - 0.9967570304870605 - ] - ], - [ - 6.0333333015441895, - [ - -0.011153856292366982, - -0.055168066173791885, - -0.05663422867655754, - 0.9968072175979614 - ] - ], - [ - 6.066666603088379, - [ - -0.013349045068025589, - -0.0550454780459404, - -0.05548081174492836, - 0.9968519806861877 - ] - ], - [ - 6.099999904632568, - [ - -0.015524822287261486, - -0.05489310249686241, - -0.054361358284950256, - 0.9968905448913574 - ] - ], - [ - 6.133333206176758, - [ - -0.01765480451285839, - -0.05471586808562279, - -0.05328840762376785, - 0.9969227910041809 - ] - ], - [ - 6.166666507720947, - [ - -0.019712582230567932, - -0.05451836809515953, - -0.05227457731962204, - 0.9969485998153687 - ] - ], - [ - 6.199999809265137, - [ - -0.021671753376722336, - -0.05430484190583229, - -0.0513325072824955, - 0.9969685673713684 - ] - ], - [ - 6.233333110809326, - [ - -0.023505879566073418, - -0.05407910794019699, - -0.05047491937875748, - 0.9969830513000488 - ] - ], - [ - 6.266666889190674, - [ - -0.02518860436975956, - -0.05384431406855583, - -0.04971470683813095, - 0.9969928860664368 - ] - ], - [ - 6.300000190734863, - [ - -0.02669352851808071, - -0.053603045642375946, - -0.04906472936272621, - 0.9969989061355591 - ] - ], - [ - 6.333333492279053, - [ - -0.027994360774755478, - -0.053357046097517014, - -0.048538144677877426, - 0.9970023036003113 - ] - ], - [ - 6.366666793823242, - [ - -0.029038676992058754, - -0.05309589207172394, - -0.048160530626773834, - 0.9970045685768127 - ] - ], - [ - 6.400000095367432, - [ - -0.029785078018903732, - -0.05281317979097366, - -0.04795228689908981, - 0.9970077276229858 - ] - ], - [ - 6.4666666984558105, - [ - -0.030365165323019028, - -0.052209846675395966, - -0.04805624485015869, - 0.9970169067382813 - ] - ], - [ - 6.5, - [ - -0.03021874465048313, - -0.05191265046596527, - -0.04835442826151848, - 0.9970224499702454 - ] - ], - [ - 6.5333333015441895, - [ - -0.02981061302125454, - -0.05164077505469322, - -0.04879794269800186, - 0.9970273375511169 - ] - ], - [ - 6.566666603088379, - [ - -0.029160520061850548, - -0.051449041813611984, - -0.04955996572971344, - 0.9970188140869141 - ] - ], - [ - 6.599999904632568, - [ - -0.028295185416936874, - -0.05137406662106514, - -0.05076819658279419, - 0.9969868063926697 - ] - ], - [ - 6.633333206176758, - [ - -0.027244795113801956, - -0.0513993576169014, - -0.052351199090480804, - 0.9969329833984375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292674565_205341.json b/lenses/physics-objects/Scene/assets/1646688292674565_205341.json deleted file mode 100644 index 930f14fc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292674565_205341.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292674565:205341", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292675580_205354.json b/lenses/physics-objects/Scene/assets/1646688292675580_205354.json deleted file mode 100644 index f4209849..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292675580_205354.json +++ /dev/null @@ -1,418 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292675580:205354", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.677977561950684, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.692473411560059, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.731230735778809, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.741954803466797, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.69045639038086, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.700031280517578, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.733489036560059, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.737482070922852, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.71200180053711, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.690876960754395, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.669386863708496, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.67984676361084, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.707411766052246, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.71312427520752, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.687334060668945, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.691731452941895, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.730252265930176, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.725699424743652, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.703495979309082, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.708248138427734, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.72873592376709, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.763860702514648, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.802338600158691, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.829924583435059, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.818431854248047, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.786585807800293, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.76047420501709, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.744659423828125, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.764851570129395, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.80935001373291, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.839316368103027, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.824028968811035, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.798137664794922, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.774252891540527, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.78498363494873, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.815858840942383, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.839125633239746, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.830283164978027, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.759047508239746, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.716338157653809, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.694992065429688, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.71558952331543, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.737000465393066, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.729292869567871, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.703100204467773, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.67656421661377, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.67995548248291, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.703191757202148, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292675801_205361.json b/lenses/physics-objects/Scene/assets/1646688292675801_205361.json deleted file mode 100644 index 29d27850..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292675801_205361.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292675801:205361", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024345338344573975, - -0.12390456348657608, - 0.03684670478105545, - 0.9913108944892883 - ] - ], - [ - 0.03333333507180214, - [ - 0.024345338344573975, - -0.12390456348657608, - 0.03684670478105545, - 0.9913108944892883 - ] - ], - [ - 0.06666667014360428, - [ - 0.029177891090512276, - -0.03321824595332146, - -0.03314679116010666, - 0.9984720945358276 - ] - ], - [ - 0.10000000149011612, - [ - 0.03185051307082176, - -0.0037058363668620586, - -0.0806739404797554, - 0.9962246417999268 - ] - ], - [ - 0.13333334028720856, - [ - 0.028220683336257935, - -0.000741797499358654, - -0.04765888303518295, - 0.9984646439552307 - ] - ], - [ - 0.1666666716337204, - [ - 0.019490430131554604, - 0.017392108216881752, - 0.015104220248758793, - 0.9995447397232056 - ] - ], - [ - 0.20000000298023224, - [ - 0.012588257901370525, - 0.026764849200844765, - 0.04910559952259064, - 0.9983555674552917 - ] - ], - [ - 0.23333333432674408, - [ - 0.011458146385848522, - 0.025361357256770134, - 0.04442305490374565, - 0.9986250996589661 - ] - ], - [ - 0.2666666805744171, - [ - 0.015353338792920113, - 0.02227647788822651, - 0.0271941889077425, - 0.9992640018463135 - ] - ], - [ - 0.30000001192092896, - [ - 0.020504740998148918, - 0.018990393728017807, - 0.0008921519038267434, - 0.9996089935302734 - ] - ], - [ - 0.3333333432674408, - [ - 0.023537855595350266, - 0.015004645101726055, - -0.02912531979382038, - 0.9991860389709473 - ] - ], - [ - 0.36666667461395264, - [ - 0.022389153018593788, - 0.008505038917064667, - -0.056990787386894226, - 0.9980874061584473 - ] - ], - [ - 0.4000000059604645, - [ - 0.01561831310391426, - -0.004286171868443489, - -0.0796051174402237, - 0.9966949224472046 - ] - ], - [ - 0.4333333373069763, - [ - 0.005399132613092661, - -0.020731771364808083, - -0.09181071817874908, - 0.9955459833145142 - ] - ], - [ - 0.46666666865348816, - [ - -0.006363345310091972, - -0.02687288261950016, - -0.08447863161563873, - 0.9960425496101379 - ] - ], - [ - 0.5, - [ - -0.016700545325875282, - -0.015013574622571468, - -0.05870118364691734, - 0.9980229735374451 - ] - ], - [ - 0.5333333611488342, - [ - -0.02463294379413128, - 0.006213675253093243, - -0.021228300407528877, - 0.9994519352912903 - ] - ], - [ - 0.5666666626930237, - [ - -0.03143180161714554, - 0.020324405282735825, - 0.023537658154964447, - 0.9990220069885254 - ] - ], - [ - 0.6000000238418579, - [ - -0.036111537367105484, - 0.01706552691757679, - 0.06657057255506516, - 0.9969819784164429 - ] - ], - [ - 0.6333333253860474, - [ - -0.0376218780875206, - 0.00247198436409235, - 0.09133317321538925, - 0.9951063990592957 - ] - ], - [ - 0.6666666865348816, - [ - -0.03369307890534401, - -0.007746996358036995, - 0.08277929574251175, - 0.9959680438041687 - ] - ], - [ - 0.699999988079071, - [ - -0.025017984211444855, - -0.008640446700155735, - 0.0485929399728775, - 0.9984679222106934 - ] - ], - [ - 0.7333333492279053, - [ - -0.015456467866897583, - -0.008719240315258503, - 0.005994882434606552, - 0.9998245239257813 - ] - ], - [ - 0.7666666507720947, - [ - -0.007823849096894264, - -0.016380326822400093, - -0.030088011175394058, - 0.999382495880127 - ] - ], - [ - 0.800000011920929, - [ - -0.004903619177639484, - -0.028442567214369774, - -0.04461834952235222, - 0.9985871911048889 - ] - ], - [ - 0.8333333134651184, - [ - -0.007185737602412701, - -0.03312325105071068, - -0.03555331006646156, - 0.9987928867340088 - ] - ], - [ - 0.8666666746139526, - [ - -0.013803810812532902, - -0.026967503130435944, - -0.015954388305544853, - 0.9994136691093445 - ] - ], - [ - 0.8999999761581421, - [ - -0.02462799847126007, - -0.012319500558078289, - 0.009020967409014702, - 0.9995800852775574 - ] - ], - [ - 0.9333333373069763, - [ - -0.03774199262261391, - 0.0038941942621022463, - 0.037174925208091736, - 0.9985882043838501 - ] - ], - [ - 0.9666666388511658, - [ - -0.04999827593564987, - 0.014575248584151268, - 0.06540826708078384, - 0.9964986443519592 - ] - ], - [ - 1.0, - [ - -0.05874959006905556, - 0.015269960276782513, - 0.0891089141368866, - 0.9941704869270325 - ] - ], - [ - 1.0333333015441895, - [ - -0.061990395188331604, - 0.006452444940805435, - 0.1016993299126625, - 0.9928609132766724 - ] - ], - [ - 1.0666667222976685, - [ - -0.05947239324450493, - -0.005138541106134653, - 0.0984826311469078, - 0.9933468699455261 - ] - ], - [ - 1.100000023841858, - [ - -0.052148252725601196, - -0.012095439247786999, - 0.08290832489728928, - 0.9951183199882507 - ] - ], - [ - 1.1333333253860474, - [ - -0.04127402976155281, - -0.011646771803498268, - 0.05955934524536133, - 0.9973031282424927 - ] - ], - [ - 1.1666666269302368, - [ - -0.029745599254965782, - -0.0061198025941848755, - 0.033050891011953354, - 0.9989922046661377 - ] - ], - [ - 1.2000000476837158, - [ - -0.020176228135824203, - -0.0009340766700915992, - 0.006774295121431351, - 0.9997731447219849 - ] - ], - [ - 1.2333333492279053, - [ - -0.012867526151239872, - -0.0015878911362960935, - -0.017390141263604164, - 0.9997647404670715 - ] - ], - [ - 1.2666666507720947, - [ - -0.008575127460062504, - -0.010999246500432491, - -0.03835880011320114, - 0.9991667866706848 - ] - ], - [ - 1.2999999523162842, - [ - -0.00758693553507328, - -0.024546360597014427, - -0.05120072141289711, - 0.9983579516410828 - ] - ], - [ - 1.3333333730697632, - [ - -0.013739164918661118, - -0.024577932432293892, - -0.02666020393371582, - 0.9992479085922241 - ] - ], - [ - 1.3666666746139526, - [ - -0.02779952622950077, - -0.00891157053411007, - 0.03655220568180084, - 0.9989053606987 - ] - ], - [ - 1.399999976158142, - [ - -0.04275662824511528, - -0.0022047306410968304, - 0.10450408607721329, - 0.9936025142669678 - ] - ], - [ - 1.4333332777023315, - [ - -0.05349092185497284, - -0.01311663817614317, - 0.1373007595539093, - 0.9889970421791077 - ] - ], - [ - 1.4666666984558105, - [ - -0.060321953147649765, - -0.02557830698788166, - 0.12731021642684937, - 0.9896965026855469 - ] - ], - [ - 1.5, - [ - -0.06262310594320297, - -0.02883787639439106, - 0.10291209071874619, - 0.9922982454299927 - ] - ], - [ - 1.5333333015441895, - [ - -0.059275154024362564, - -0.02129962109029293, - 0.0706765428185463, - 0.9955087304115295 - ] - ], - [ - 1.5666667222976685, - [ - -0.05107753351330757, - -0.006756619084626436, - 0.03589373454451561, - 0.9980266094207764 - ] - ], - [ - 1.600000023841858, - [ - -0.03997490927577019, - 0.009857024066150188, - 0.003353262785822153, - 0.9991464614868164 - ] - ], - [ - 1.6333333253860474, - [ - -0.029790308326482773, - 0.024263106286525726, - -0.023299137130379677, - 0.998989999294281 - ] - ], - [ - 1.6666666269302368, - [ - -0.02191125601530075, - 0.03338228911161423, - -0.04277000203728676, - 0.9982866644859314 - ] - ], - [ - 1.7000000476837158, - [ - -0.018556781113147736, - 0.03410857543349266, - -0.05665888264775276, - 0.9976382255554199 - ] - ], - [ - 1.7333333492279053, - [ - -0.0203668475151062, - 0.029039505869150162, - -0.057440996170043945, - 0.9977186322212219 - ] - ], - [ - 1.7666666507720947, - [ - -0.025277631357312202, - 0.02677442505955696, - -0.03986090049147606, - 0.9985265731811523 - ] - ], - [ - 1.7999999523162842, - [ - -0.0295577310025692, - 0.03200725466012955, - -0.008688820526003838, - 0.9990127086639404 - ] - ], - [ - 1.8333333730697632, - [ - -0.031020253896713257, - 0.04349367693066597, - 0.028064310550689697, - 0.9981775879859924 - ] - ], - [ - 1.8666666746139526, - [ - -0.028490262106060982, - 0.05640881881117821, - 0.06105588376522064, - 0.9961318969726563 - ] - ], - [ - 1.899999976158142, - [ - -0.021650822833180428, - 0.06500519812107086, - 0.0776040330529213, - 0.9946271777153015 - ] - ], - [ - 1.9333332777023315, - [ - -0.010633953846991062, - 0.06348571181297302, - 0.06560283154249191, - 0.9957674145698547 - ] - ], - [ - 1.9666666984558105, - [ - 0.003072163322940469, - 0.05224477872252464, - 0.030350271612405777, - 0.9981682896614075 - ] - ], - [ - 2.0, - [ - 0.017712492495775223, - 0.03606875240802765, - -0.012982066720724106, - 0.9991080164909363 - ] - ], - [ - 2.0333333015441895, - [ - 0.03131485730409622, - 0.018904296681284904, - -0.0522451177239418, - 0.9979641437530518 - ] - ], - [ - 2.066666603088379, - [ - 0.04187341779470444, - 0.0015088457148522139, - -0.08037000894546509, - 0.995884120464325 - ] - ], - [ - 2.0999999046325684, - [ - 0.04548211395740509, - -0.016381027176976204, - -0.09250541031360626, - 0.9945379495620728 - ] - ], - [ - 2.133333444595337, - [ - 0.040924910455942154, - -0.022358020767569542, - -0.0799405574798584, - 0.995708167552948 - ] - ], - [ - 2.1666667461395264, - [ - 0.03203776106238365, - -0.00414943927899003, - -0.049068938940763474, - 0.9982728362083435 - ] - ], - [ - 2.200000047683716, - [ - 0.022285982966423035, - 0.03166478872299194, - -0.012406900525093079, - 0.9991730451583862 - ] - ], - [ - 2.2333333492279053, - [ - 0.014880891889333725, - 0.06601307541131973, - 0.023827429860830307, - 0.9974232316017151 - ] - ], - [ - 2.2666666507720947, - [ - 0.012346283532679081, - 0.07895044982433319, - 0.05124140903353691, - 0.9954841732978821 - ] - ], - [ - 2.299999952316284, - [ - 0.015617386437952518, - 0.07163814455270767, - 0.049635037779808044, - 0.99607253074646 - ] - ], - [ - 2.3333332538604736, - [ - 0.023654796183109283, - 0.06723535805940628, - 0.01998578943312168, - 0.9972564578056335 - ] - ], - [ - 2.366666555404663, - [ - 0.03596503287553787, - 0.07189903408288956, - -0.023303475230932236, - 0.9964908361434937 - ] - ], - [ - 2.4000000953674316, - [ - 0.04634092375636101, - 0.0752301812171936, - -0.07141303271055222, - 0.9935256242752075 - ] - ], - [ - 2.433333396911621, - [ - 0.04819067195057869, - 0.057144924998283386, - -0.11772948503494263, - 0.9902282953262329 - ] - ], - [ - 2.4666666984558105, - [ - 0.04481358081102371, - 0.021515119820833206, - -0.14418908953666687, - 0.9883007407188416 - ] - ], - [ - 2.5, - [ - 0.035462845116853714, - -0.007653190754354, - -0.10918736457824707, - 0.9933589100837708 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375783957540989, - -0.00401709508150816, - -0.005927372258156538, - 0.9996922016143799 - ] - ], - [ - 2.566666603088379, - [ - 0.01643841527402401, - 0.009065518155694008, - 0.12759408354759216, - 0.9916489124298096 - ] - ], - [ - 2.5999999046325684, - [ - 0.01643509417772293, - -0.008241568692028522, - 0.2469204068183899, - 0.9688613414764404 - ] - ], - [ - 2.633333444595337, - [ - 0.02063809521496296, - -0.050147894769907, - 0.2888976037502289, - 0.9558230042457581 - ] - ], - [ - 2.6666667461395264, - [ - 0.024522526189684868, - -0.06014290824532509, - 0.22263109683990479, - 0.9727368950843811 - ] - ], - [ - 2.700000047683716, - [ - 0.027808887884020805, - -0.02182101272046566, - 0.10917927324771881, - 0.9933934807777405 - ] - ], - [ - 2.7333333492279053, - [ - 0.029222521930933, - 0.014384348876774311, - -0.002840228844434023, - 0.9994654059410095 - ] - ], - [ - 2.7666666507720947, - [ - 0.03272790089249611, - 0.015551134943962097, - -0.06592049449682236, - 0.9971667528152466 - ] - ], - [ - 2.799999952316284, - [ - 0.032699812203645706, - 0.0329919196665287, - -0.04768044501543045, - 0.9977819323539734 - ] - ], - [ - 2.8333332538604736, - [ - 0.017802832648158073, - 0.06105669587850571, - 0.03263659030199051, - 0.9974417090415955 - ] - ], - [ - 2.866666555404663, - [ - -0.002697007730603218, - 0.04016386345028877, - 0.1257331222295761, - 0.9912471771240234 - ] - ], - [ - 2.9000000953674316, - [ - -0.008187701925635338, - -0.005506046116352081, - 0.15956157445907593, - 0.9871386885643005 - ] - ], - [ - 2.933333396911621, - [ - -0.0041847918182611465, - -0.04264678806066513, - 0.10881532728672028, - 0.9931379556655884 - ] - ], - [ - 2.9666666984558105, - [ - -0.004523019306361675, - -0.07304318994283676, - 0.006736707873642445, - 0.9972957968711853 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.003472686279565096, - -0.08600209653377533, - -0.1254166215658188, - 0.9883634448051453 - ] - ], - [ - 3.066666603088379, - [ - 0.02470758929848671, - -0.0785156860947609, - -0.15636204183101654, - 0.984264075756073 - ] - ], - [ - 3.0999999046325684, - [ - 0.029317794367671013, - -0.08545929938554764, - -0.1724957376718521, - 0.9808580875396729 - ] - ], - [ - 3.133333444595337, - [ - 0.018025323748588562, - -0.09255034476518631, - -0.17096617817878723, - 0.9807549715042114 - ] - ], - [ - 3.1666667461395264, - [ - 0.011554223485291004, - -0.0793057307600975, - -0.1535116732120514, - 0.9848915934562683 - ] - ], - [ - 3.200000047683716, - [ - 0.010176170617341995, - -0.05327250435948372, - -0.12260597944259644, - 0.9909723997116089 - ] - ], - [ - 3.2333333492279053, - [ - 0.01074996218085289, - -0.03275492787361145, - -0.07790818065404892, - 0.9963643550872803 - ] - ], - [ - 3.2666666507720947, - [ - 0.01181370671838522, - -0.03340623155236244, - -0.029673118144273758, - 0.9989315271377563 - ] - ], - [ - 3.299999952316284, - [ - 0.012286446988582611, - -0.05091133713722229, - -0.0018411612836644053, - 0.9986258745193481 - ] - ], - [ - 3.3333332538604736, - [ - 0.012819826602935791, - -0.1454106569290161, - -0.01459471695125103, - 0.9891806840896606 - ] - ], - [ - 3.366666555404663, - [ - 0.011752285994589329, - -0.2168988734483719, - -0.04814428836107254, - 0.9749353528022766 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292676025_205368.json b/lenses/physics-objects/Scene/assets/1646688292676025_205368.json deleted file mode 100644 index e0f5c9cf..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292676025_205368.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292676025:205368", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292677056_205381.json b/lenses/physics-objects/Scene/assets/1646688292677056_205381.json deleted file mode 100644 index a26751f8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292677056_205381.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292677056:205381", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.721576690673828, - -1.4210854715202004e-14, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.741897583007813, - 1.4210854715202004e-14, - 1.4210854715202004e-14 - ] - ], - [ - 3.2333333492279053, - [ - 9.709300994873047, - -1.4210854715202004e-14, - -2.942091015256665e-15 - ] - ], - [ - 3.9666666984558105, - [ - 9.730108261108398, - 2.842170943040401e-14, - 1.7763644626967758e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.720242500305176, - -1.4210854715202004e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292677281_205388.json b/lenses/physics-objects/Scene/assets/1646688292677281_205388.json deleted file mode 100644 index 3d3b95ef..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292677281_205388.json +++ /dev/null @@ -1,1729 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292677281:205388", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026043014600872993, - -0.05039811506867409, - -0.05738971382379532, - 0.9967387914657593 - ] - ], - [ - 0.03333333507180214, - [ - -0.026043014600872993, - -0.05039811506867409, - -0.05738971382379532, - 0.9967387914657593 - ] - ], - [ - 0.06666667014360428, - [ - -0.02485739067196846, - -0.050542473793029785, - -0.059099167585372925, - 0.9966618418693542 - ] - ], - [ - 0.10000000149011612, - [ - -0.023546462878584862, - -0.050769586116075516, - -0.06106317788362503, - 0.9965638518333435 - ] - ], - [ - 0.13333334028720856, - [ - -0.022156525403261185, - -0.05107004567980766, - -0.06323988735675812, - 0.9964445233345032 - ] - ], - [ - 0.1666666716337204, - [ - -0.020725756883621216, - -0.051439445465803146, - -0.06557352840900421, - 0.9963054656982422 - ] - ], - [ - 0.20000000298023224, - [ - -0.019292006269097328, - -0.05187529698014259, - -0.06800763309001923, - 0.9961484670639038 - ] - ], - [ - 0.23333333432674408, - [ - -0.017892681062221527, - -0.052376385778188705, - -0.07048515230417252, - 0.9959760904312134 - ] - ], - [ - 0.2666666805744171, - [ - -0.016564730554819107, - -0.05294249206781387, - -0.07294847071170807, - 0.9957918524742126 - ] - ], - [ - 0.30000001192092896, - [ - -0.015344594605267048, - -0.05357358977198601, - -0.0753394365310669, - 0.9955995082855225 - ] - ], - [ - 0.3333333432674408, - [ - -0.014268356375396252, - -0.054269541054964066, - -0.07759955525398254, - 0.9954043030738831 - ] - ], - [ - 0.36666667461395264, - [ - -0.01337167527526617, - -0.05502936989068985, - -0.07966984808444977, - 0.9952113628387451 - ] - ], - [ - 0.4000000059604645, - [ - -0.01266261376440525, - -0.05583508312702179, - -0.08150194585323334, - 0.9950274229049683 - ] - ], - [ - 0.4333333373069763, - [ - -0.012137949466705322, - -0.056658968329429626, - -0.08305243402719498, - 0.9948591589927673 - ] - ], - [ - 0.46666666865348816, - [ - -0.011786028742790222, - -0.057466059923172, - -0.0842842161655426, - 0.9947134852409363 - ] - ], - [ - 0.5, - [ - -0.01158945169299841, - -0.0582147017121315, - -0.08516450971364975, - 0.9945972561836243 - ] - ], - [ - 0.5333333611488342, - [ - -0.011542648077011108, - -0.05885583534836769, - -0.08563311398029327, - 0.994519829750061 - ] - ], - [ - 0.6000000238418579, - [ - -0.011859053745865822, - -0.059699613600969315, - -0.08529705554246902, - 0.9944947361946106 - ] - ], - [ - 0.6333333253860474, - [ - -0.012187417596578598, - -0.06000489741563797, - -0.08485282957553864, - 0.9945103526115417 - ] - ], - [ - 0.6666666865348816, - [ - -0.012601200491189957, - -0.06025925278663635, - -0.08428079634904861, - 0.9945384860038757 - ] - ], - [ - 0.699999988079071, - [ - -0.01307521853595972, - -0.06047281622886658, - -0.08356063812971115, - 0.9945801496505737 - ] - ], - [ - 0.7333333492279053, - [ - -0.013590210117399693, - -0.06065518036484718, - -0.08270455151796341, - 0.9946337342262268 - ] - ], - [ - 0.7666666507720947, - [ - -0.014124979265034199, - -0.060818690806627274, - -0.08172471076250076, - 0.9946972727775574 - ] - ], - [ - 0.800000011920929, - [ - -0.014671653509140015, - -0.06096025928854942, - -0.08063703030347824, - 0.9947694540023804 - ] - ], - [ - 0.8333333134651184, - [ - -0.015222512185573578, - -0.061077218502759933, - -0.07945728302001953, - 0.9948490262031555 - ] - ], - [ - 0.8666666746139526, - [ - -0.0157699566334486, - -0.06116722896695137, - -0.07820117473602295, - 0.9949343800544739 - ] - ], - [ - 0.8999999761581421, - [ - -0.016306575387716293, - -0.06122846156358719, - -0.07688436657190323, - 0.9950246214866638 - ] - ], - [ - 0.9333333373069763, - [ - -0.016825085505843163, - -0.06125946342945099, - -0.07552239298820496, - 0.9951183795928955 - ] - ], - [ - 0.9666666388511658, - [ - -0.0173183623701334, - -0.061259251087903976, - -0.07413063943386078, - 0.995214581489563 - ] - ], - [ - 1.0, - [ - -0.017779415473341942, - -0.06122727319598198, - -0.07272443920373917, - 0.9953121542930603 - ] - ], - [ - 1.0333333015441895, - [ - -0.018201377242803574, - -0.06116338074207306, - -0.07131895422935486, - 0.995410144329071 - ] - ], - [ - 1.0666667222976685, - [ - -0.018577463924884796, - -0.061067793518304825, - -0.06992923468351364, - 0.9955076575279236 - ] - ], - [ - 1.100000023841858, - [ - -0.018900994211435318, - -0.06094105541706085, - -0.06857030093669891, - 0.9956038594245911 - ] - ], - [ - 1.1333333253860474, - [ - -0.019165312871336937, - -0.060783978551626205, - -0.06725700199604034, - 0.9956979751586914 - ] - ], - [ - 1.1666666269302368, - [ - -0.01936378702521324, - -0.06059759110212326, - -0.06600409001111984, - 0.9957893490791321 - ] - ], - [ - 1.2000000476837158, - [ - -0.019580867141485214, - -0.060376983135938644, - -0.06479457020759583, - 0.9958780407905579 - ] - ], - [ - 1.2333333492279053, - [ - -0.01989409700036049, - -0.060118503868579865, - -0.0636134222149849, - 0.9959635138511658 - ] - ], - [ - 1.2666666507720947, - [ - -0.020286377519369125, - -0.05982530862092972, - -0.06247847527265549, - 0.9960451126098633 - ] - ], - [ - 1.2999999523162842, - [ - -0.02073487639427185, - -0.05949797481298447, - -0.061409857124090195, - 0.9961219429969788 - ] - ], - [ - 1.3333333730697632, - [ - -0.021223299205303192, - -0.05913989245891571, - -0.06042485311627388, - 0.9961932897567749 - ] - ], - [ - 1.3666666746139526, - [ - -0.021717917174100876, - -0.058746565133333206, - -0.059547681361436844, - 0.9962586164474487 - ] - ], - [ - 1.399999976158142, - [ - -0.022188909351825714, - -0.0583149716258049, - -0.058800745755434036, - 0.996317982673645 - ] - ], - [ - 1.4333332777023315, - [ - -0.022625381126999855, - -0.057853665202856064, - -0.05820322036743164, - 0.9963701367378235 - ] - ], - [ - 1.4666666984558105, - [ - -0.023018253967165947, - -0.05737012252211571, - -0.057776689529418945, - 0.9964138865470886 - ] - ], - [ - 1.5, - [ - -0.023360226303339005, - -0.05685233697295189, - -0.05750788375735283, - 0.996451199054718 - ] - ], - [ - 1.5333333015441895, - [ - -0.02364666946232319, - -0.0562889464199543, - -0.05736355856060982, - 0.9964847564697266 - ] - ], - [ - 1.5666667222976685, - [ - -0.023869136348366737, - -0.055698901414871216, - -0.05731770768761635, - 0.9965152144432068 - ] - ], - [ - 1.600000023841858, - [ - -0.024021996185183525, - -0.0550992414355278, - -0.057348672300577164, - 0.9965431094169617 - ] - ], - [ - 1.6333333253860474, - [ - -0.024092914536595345, - -0.054509200155735016, - -0.05743176490068436, - 0.9965691566467285 - ] - ], - [ - 1.6666666269302368, - [ - -0.024072345346212387, - -0.05394625663757324, - -0.05754413828253746, - 0.996593713760376 - ] - ], - [ - 1.7000000476837158, - [ - -0.023974047973752022, - -0.05341228470206261, - -0.05768004059791565, - 0.9966169595718384 - ] - ], - [ - 1.7333333492279053, - [ - -0.02381189353764057, - -0.052909523248672485, - -0.057833634316921234, - 0.9966387748718262 - ] - ], - [ - 1.7666666507720947, - [ - -0.023599864915013313, - -0.05244051665067673, - -0.05799904838204384, - 0.996658980846405 - ] - ], - [ - 1.7999999523162842, - [ - -0.0233520045876503, - -0.052008140832185745, - -0.05817035213112831, - 0.9966775178909302 - ] - ], - [ - 1.8333333730697632, - [ - -0.02308250218629837, - -0.05161549523472786, - -0.058341532945632935, - 0.9966942071914673 - ] - ], - [ - 1.8666666746139526, - [ - -0.022805649787187576, - -0.05126584693789482, - -0.058506496250629425, - 0.9967089295387268 - ] - ], - [ - 1.899999976158142, - [ - -0.02253578044474125, - -0.05096261948347092, - -0.058659084141254425, - 0.9967216849327087 - ] - ], - [ - 1.9666666984558105, - [ - -0.022075006738305092, - -0.050509605556726456, - -0.05890161916613579, - 0.9967408180236816 - ] - ], - [ - 2.200000047683716, - [ - -0.02270331233739853, - -0.050837185233831406, - -0.05841967090964317, - 0.9967384338378906 - ] - ], - [ - 2.2333333492279053, - [ - -0.023181486874818802, - -0.05112660303711891, - -0.058115117251873016, - 0.9967303276062012 - ] - ], - [ - 2.2666666507720947, - [ - -0.023764777928590775, - -0.05147724226117134, - -0.05774012580513954, - 0.9967204332351685 - ] - ], - [ - 2.299999952316284, - [ - -0.024451443925499916, - -0.051893237978219986, - -0.057289328426122665, - 0.9967081546783447 - ] - ], - [ - 2.3333332538604736, - [ - -0.025237277150154114, - -0.0523240864276886, - -0.05675329267978668, - 0.9966967105865479 - ] - ], - [ - 2.366666555404663, - [ - -0.02611265331506729, - -0.0527193583548069, - -0.056141871958971024, - 0.9966880679130554 - ] - ], - [ - 2.4000000953674316, - [ - -0.027153609320521355, - -0.05306420847773552, - -0.05545885115861893, - 0.9966800808906555 - ] - ], - [ - 2.433333396911621, - [ - -0.028437303379178047, - -0.053348492830991745, - -0.05470000207424164, - 0.9966711401939392 - ] - ], - [ - 2.4666666984558105, - [ - -0.029944246634840965, - -0.05357072502374649, - -0.05387941375374794, - 0.9966596961021423 - ] - ], - [ - 2.5, - [ - -0.03164982050657272, - -0.053733788430690765, - -0.05300842598080635, - 0.996644914150238 - ] - ], - [ - 2.5333333015441895, - [ - -0.033526837825775146, - -0.05384311079978943, - -0.05209740996360779, - 0.9966256618499756 - ] - ], - [ - 2.566666603088379, - [ - -0.035548023879528046, - -0.053904395550489426, - -0.05115658417344093, - 0.9966010451316833 - ] - ], - [ - 2.5999999046325684, - [ - -0.03768611699342728, - -0.053923599421978, - -0.050195951014757156, - 0.9965704083442688 - ] - ], - [ - 2.633333444595337, - [ - -0.039913784712553024, - -0.053906600922346115, - -0.049225352704524994, - 0.9965329170227051 - ] - ], - [ - 2.6666667461395264, - [ - -0.04220358282327652, - -0.05385932698845863, - -0.04825463518500328, - 0.9964886903762817 - ] - ], - [ - 2.700000047683716, - [ - -0.04452815651893616, - -0.05378732457756996, - -0.0472935289144516, - 0.9964374899864197 - ] - ], - [ - 2.7333333492279053, - [ - -0.04686003550887108, - -0.05369590222835541, - -0.04635179042816162, - 0.9963796734809875 - ] - ], - [ - 2.7666666507720947, - [ - -0.049171824008226395, - -0.05358991026878357, - -0.04543926939368248, - 0.9963160753250122 - ] - ], - [ - 2.799999952316284, - [ - -0.05143609270453453, - -0.05347367003560066, - -0.04456579312682152, - 0.9962474703788757 - ] - ], - [ - 2.8333332538604736, - [ - -0.053625382483005524, - -0.053350914269685745, - -0.043741364032030106, - 0.9961750507354736 - ] - ], - [ - 2.866666555404663, - [ - -0.05571233108639717, - -0.05322478339076042, - -0.04297599568963051, - 0.996100664138794 - ] - ], - [ - 2.9000000953674316, - [ - -0.05766957998275757, - -0.05309763550758362, - -0.042279843240976334, - 0.9960257411003113 - ] - ], - [ - 2.933333396911621, - [ - -0.059426844120025635, - -0.05296948179602623, - -0.04167727008461952, - 0.9959546327590942 - ] - ], - [ - 2.9666666984558105, - [ - -0.060927990823984146, - -0.052839260548353195, - -0.04118800535798073, - 0.9958912134170532 - ] - ], - [ - 3.0, - [ - -0.062167029827833176, - -0.05270708352327347, - -0.04081541299819946, - 0.9958370923995972 - ] - ], - [ - 3.0333333015441895, - [ - -0.06313765794038773, - -0.052572835236787796, - -0.040562838315963745, - 0.995793342590332 - ] - ], - [ - 3.066666603088379, - [ - -0.06380733102560043, - -0.05242873355746269, - -0.040443409234285355, - 0.9957631230354309 - ] - ], - [ - 3.133333444595337, - [ - -0.0641922727227211, - -0.05210117995738983, - -0.04062795266509056, - 0.9957481622695923 - ] - ], - [ - 3.1666667461395264, - [ - -0.0639427900314331, - -0.05193007364869118, - -0.04092257097363472, - 0.9957610964775085 - ] - ], - [ - 3.200000047683716, - [ - -0.0634436383843422, - -0.05177127942442894, - -0.04131307825446129, - 0.9957850575447083 - ] - ], - [ - 3.2333333492279053, - [ - -0.06270987540483475, - -0.05163953825831413, - -0.041776739060878754, - 0.9958190321922302 - ] - ], - [ - 3.2666666507720947, - [ - -0.0617363378405571, - -0.05155898258090019, - -0.04252731800079346, - 0.9958522319793701 - ] - ], - [ - 3.299999952316284, - [ - -0.06054459884762764, - -0.05154556408524513, - -0.043720923364162445, - 0.9958745241165161 - ] - ], - [ - 3.3333332538604736, - [ - -0.05915966257452965, - -0.051586925983428955, - -0.04527992010116577, - 0.9958858489990234 - ] - ], - [ - 3.366666555404663, - [ - -0.05761317163705826, - -0.051673077046871185, - -0.04713563248515129, - 0.995885968208313 - ] - ], - [ - 3.4000000953674316, - [ - -0.05594252422451973, - -0.0518035888671875, - -0.04924602806568146, - 0.9958723187446594 - ] - ], - [ - 3.433333396911621, - [ - -0.054189618676900864, - -0.051976315677165985, - -0.05156981572508812, - 0.9958426356315613 - ] - ], - [ - 3.4666666984558105, - [ - -0.05238817259669304, - -0.052191510796546936, - -0.05405203998088837, - 0.9957961440086365 - ] - ], - [ - 3.5, - [ - -0.05057164281606674, - -0.05245141685009003, - -0.056637395173311234, - 0.9957326650619507 - ] - ], - [ - 3.5333333015441895, - [ - -0.048773087561130524, - -0.05275958403944969, - -0.05927017331123352, - 0.995652973651886 - ] - ], - [ - 3.566666603088379, - [ - -0.04702527076005936, - -0.05312059447169304, - -0.06189418211579323, - 0.9955580830574036 - ] - ], - [ - 3.5999999046325684, - [ - -0.045348264276981354, - -0.05353885143995285, - -0.06445667147636414, - 0.9954509139060974 - ] - ], - [ - 3.633333444595337, - [ - -0.043774813413619995, - -0.05401935428380966, - -0.06690042465925217, - 0.9953341484069824 - ] - ], - [ - 3.6666667461395264, - [ - -0.04235611483454704, - -0.05456665903329849, - -0.06916187703609467, - 0.9952110648155212 - ] - ], - [ - 3.700000047683716, - [ - -0.04111500456929207, - -0.05516919493675232, - -0.07118814438581467, - 0.9950870275497437 - ] - ], - [ - 3.7333333492279053, - [ - -0.04006309062242508, - -0.055805426090955734, - -0.07293114811182022, - 0.9949682354927063 - ] - ], - [ - 3.7666666507720947, - [ - -0.03920327499508858, - -0.05644591152667999, - -0.0743485763669014, - 0.9948614239692688 - ] - ], - [ - 3.799999952316284, - [ - -0.038532648235559464, - -0.05705415457487106, - -0.07540218532085419, - 0.9947736263275146 - ] - ], - [ - 3.8333332538604736, - [ - -0.03806011378765106, - -0.05758895352482796, - -0.07602429389953613, - 0.9947136640548706 - ] - ], - [ - 3.866666555404663, - [ - -0.03776159510016441, - -0.05800621956586838, - -0.07615208625793457, - 0.994691014289856 - ] - ], - [ - 3.9000000953674316, - [ - -0.037595417350530624, - -0.058337558060884476, - -0.0759505107998848, - 0.9946933388710022 - ] - ], - [ - 3.933333396911621, - [ - -0.037541233003139496, - -0.05862606316804886, - -0.075629323720932, - 0.9947029948234558 - ] - ], - [ - 3.9666666984558105, - [ - -0.03757695481181145, - -0.0588756687939167, - -0.07517636567354202, - 0.9947211146354675 - ] - ], - [ - 4.0, - [ - -0.037676867097616196, - -0.05909278616309166, - -0.07457178831100464, - 0.9947500824928284 - ] - ], - [ - 4.0333333015441895, - [ - -0.037821460515260696, - -0.059285517781972885, - -0.07382838428020477, - 0.9947885870933533 - ] - ], - [ - 4.066666603088379, - [ - -0.03798938915133476, - -0.059464599937200546, - -0.07295916974544525, - 0.9948355555534363 - ] - ], - [ - 4.099999904632568, - [ - -0.03817242383956909, - -0.05962638929486275, - -0.07198011875152588, - 0.9948901534080505 - ] - ], - [ - 4.133333206176758, - [ - -0.038362469524145126, - -0.05976756289601326, - -0.07090716809034348, - 0.9949514269828796 - ] - ], - [ - 4.166666507720947, - [ - -0.038551636040210724, - -0.05988522991538048, - -0.0697561725974083, - 0.9950184226036072 - ] - ], - [ - 4.199999809265137, - [ - -0.03873218968510628, - -0.059976957738399506, - -0.06854299455881119, - 0.9950901865959167 - ] - ], - [ - 4.233333110809326, - [ - -0.03889653459191322, - -0.06004082038998604, - -0.06728324294090271, - 0.9951658844947815 - ] - ], - [ - 4.266666889190674, - [ - -0.03903723880648613, - -0.060075365006923676, - -0.06599251925945282, - 0.9952448010444641 - ] - ], - [ - 4.300000190734863, - [ - -0.039147019386291504, - -0.06007952243089676, - -0.06468641757965088, - 0.9953259825706482 - ] - ], - [ - 4.333333492279053, - [ - -0.039218734949827194, - -0.06005274876952171, - -0.06338019669055939, - 0.9954087138175964 - ] - ], - [ - 4.366666793823242, - [ - -0.039245326071977615, - -0.059994835406541824, - -0.062089186161756516, - 0.9954925179481506 - ] - ], - [ - 4.400000095367432, - [ - -0.03921983018517494, - -0.059905968606472015, - -0.0608285591006279, - 0.995576798915863 - ] - ], - [ - 4.433333396911621, - [ - -0.03913533315062523, - -0.05978657677769661, - -0.05961335822939873, - 0.9956607222557068 - ] - ], - [ - 4.4666666984558105, - [ - -0.038984932005405426, - -0.05963736027479172, - -0.058458585292100906, - 0.9957440495491028 - ] - ], - [ - 4.5, - [ - -0.03876171633601189, - -0.059459179639816284, - -0.0573791079223156, - 0.9958261847496033 - ] - ], - [ - 4.5333333015441895, - [ - -0.038458675146102905, - -0.05925299972295761, - -0.05638981983065605, - 0.9959068298339844 - ] - ], - [ - 4.566666603088379, - [ - -0.0380689911544323, - -0.059019722044467926, - -0.05550540238618851, - 0.9959853291511536 - ] - ], - [ - 4.599999904632568, - [ - -0.0375814288854599, - -0.058758076280355453, - -0.05474245548248291, - 0.9960614442825317 - ] - ], - [ - 4.633333206176758, - [ - -0.03699161484837532, - -0.05846923962235451, - -0.054114606231451035, - 0.9961348176002502 - ] - ], - [ - 4.666666507720947, - [ - -0.036277927458286285, - -0.05814746022224426, - -0.053642261773347855, - 0.9962054491043091 - ] - ], - [ - 4.699999809265137, - [ - -0.035422470420598984, - -0.05778821185231209, - -0.05334397032856941, - 0.9962731599807739 - ] - ], - [ - 4.733333110809326, - [ - -0.03442639485001564, - -0.057397812604904175, - -0.053235363215208054, - 0.9963364601135254 - ] - ], - [ - 4.766666889190674, - [ - -0.03329262137413025, - -0.05698166415095329, - -0.05333416163921356, - 0.9963936805725098 - ] - ], - [ - 4.800000190734863, - [ - -0.03202570602297783, - -0.05652577430009842, - -0.053622372448444366, - 0.9964455962181091 - ] - ], - [ - 4.833333492279053, - [ - -0.0306328684091568, - -0.05601818114519119, - -0.054062336683273315, - 0.9964942932128906 - ] - ], - [ - 4.866666793823242, - [ - -0.029117491096258163, - -0.05547747015953064, - -0.054624252021312714, - 0.9965394139289856 - ] - ], - [ - 4.900000095367432, - [ - -0.027472877874970436, - -0.05492107942700386, - -0.05528663098812103, - 0.9965804219245911 - ] - ], - [ - 4.933333396911621, - [ - -0.025684794411063194, - -0.0543692409992218, - -0.056025244295597076, - 0.9966170191764832 - ] - ], - [ - 4.9666666984558105, - [ - -0.023754287511110306, - -0.053841229528188705, - -0.05681351572275162, - 0.9966490268707275 - ] - ], - [ - 5.0, - [ - -0.021705767139792442, - -0.053341422230005264, - -0.057641785591840744, - 0.9966749548912048 - ] - ], - [ - 5.0333333015441895, - [ - -0.019563794136047363, - -0.05287458747625351, - -0.058500342071056366, - 0.9966942667961121 - ] - ], - [ - 5.066666603088379, - [ - -0.017353083938360214, - -0.05244560167193413, - -0.05937933176755905, - 0.9967057704925537 - ] - ], - [ - 5.099999904632568, - [ - -0.015098536387085915, - -0.05205954983830452, - -0.06026880815625191, - 0.9967093467712402 - ] - ], - [ - 5.133333206176758, - [ - -0.012825196608901024, - -0.05172144994139671, - -0.06115865334868431, - 0.9967046976089478 - ] - ], - [ - 5.166666507720947, - [ - -0.01055828295648098, - -0.05143618956208229, - -0.06203853338956833, - 0.9966915845870972 - ] - ], - [ - 5.199999809265137, - [ - -0.008323177695274353, - -0.05120857059955597, - -0.06289795786142349, - 0.9966706037521362 - ] - ], - [ - 5.233333110809326, - [ - -0.006145368330180645, - -0.05104311928153038, - -0.06372622400522232, - 0.9966422915458679 - ] - ], - [ - 5.266666889190674, - [ - -0.004050439223647118, - -0.05094390735030174, - -0.06451237201690674, - 0.9966074824333191 - ] - ], - [ - 5.300000190734863, - [ - -0.0020641894079744816, - -0.050914742052555084, - -0.06524517387151718, - 0.9965673685073853 - ] - ], - [ - 5.333333492279053, - [ - -0.00021236434986349195, - -0.050958774983882904, - -0.06591321527957916, - 0.9965232610702515 - ] - ], - [ - 5.366666793823242, - [ - 0.001479202532209456, - -0.05107865855097771, - -0.06650480628013611, - 0.9964767694473267 - ] - ], - [ - 5.400000095367432, - [ - 0.0029846690595149994, - -0.051276348531246185, - -0.06700797379016876, - 0.9964295029640198 - ] - ], - [ - 5.433333396911621, - [ - 0.004288268741220236, - -0.0515483021736145, - -0.06741420924663544, - 0.9963834285736084 - ] - ], - [ - 5.4666666984558105, - [ - 0.005381082184612751, - -0.05188683792948723, - -0.06771745532751083, - 0.9963399767875671 - ] - ], - [ - 5.5, - [ - 0.006245666649192572, - -0.05228729173541069, - -0.06790807843208313, - 0.9963009357452393 - ] - ], - [ - 5.5333333015441895, - [ - 0.006871808785945177, - -0.05274086818099022, - -0.0679793506860733, - 0.9962680339813232 - ] - ], - [ - 5.566666603088379, - [ - 0.007245746906846762, - -0.0532490499317646, - -0.06792128831148148, - 0.9962424039840698 - ] - ], - [ - 5.599999904632568, - [ - 0.0073583535850048065, - -0.05380997434258461, - -0.06772307306528091, - 0.9962249398231506 - ] - ], - [ - 5.633333206176758, - [ - 0.007202974986284971, - -0.05436316505074501, - -0.06737536191940308, - 0.9962195158004761 - ] - ], - [ - 5.666666507720947, - [ - 0.006778208073228598, - -0.05485111102461815, - -0.06688866764307022, - 0.9962285757064819 - ] - ], - [ - 5.699999809265137, - [ - 0.006087156943976879, - -0.05525808781385422, - -0.066297248005867, - 0.9962501525878906 - ] - ], - [ - 5.733333110809326, - [ - 0.0051383585669100285, - -0.05557491257786751, - -0.06562920659780502, - 0.9962819814682007 - ] - ], - [ - 5.766666889190674, - [ - 0.003950005397200584, - -0.05580051988363266, - -0.06489904224872589, - 0.9963226318359375 - ] - ], - [ - 5.800000190734863, - [ - 0.0025454077403992414, - -0.055938903242349625, - -0.06411799788475037, - 0.9963701367378235 - ] - ], - [ - 5.833333492279053, - [ - 0.0009505325579084456, - -0.055996980518102646, - -0.06329603493213654, - 0.9964221119880676 - ] - ], - [ - 5.866666793823242, - [ - -0.0008085892768576741, - -0.055982112884521484, - -0.062442660331726074, - 0.996476948261261 - ] - ], - [ - 5.900000095367432, - [ - -0.002705872058868408, - -0.05590200424194336, - -0.06156707555055618, - 0.9965325593948364 - ] - ], - [ - 5.933333396911621, - [ - -0.004715192597359419, - -0.05576447397470474, - -0.06067826226353645, - 0.9965873956680298 - ] - ], - [ - 5.9666666984558105, - [ - -0.006810322869569063, - -0.055577345192432404, - -0.05978492274880409, - 0.9966397285461426 - ] - ], - [ - 6.0, - [ - -0.008965023793280125, - -0.055348291993141174, - -0.058895763009786606, - 0.9966883659362793 - ] - ], - [ - 6.0333333015441895, - [ - -0.011153013445436954, - -0.05508477985858917, - -0.05801936611533165, - 0.9967321753501892 - ] - ], - [ - 6.066666603088379, - [ - -0.013347943313419819, - -0.05479390546679497, - -0.05716439709067345, - 0.9967706203460693 - ] - ], - [ - 6.099999904632568, - [ - -0.01552345510572195, - -0.05448233708739281, - -0.05633953586220741, - 0.9968032836914063 - ] - ], - [ - 6.133333206176758, - [ - -0.017653146758675575, - -0.05415617674589157, - -0.05555359646677971, - 0.996829628944397 - ] - ], - [ - 6.166666507720947, - [ - -0.01971062645316124, - -0.05382104218006134, - -0.05481551215052605, - 0.9968500733375549 - ] - ], - [ - 6.199999809265137, - [ - -0.021669479086995125, - -0.053481847047805786, - -0.054134417325258255, - 0.9968649744987488 - ] - ], - [ - 6.233333110809326, - [ - -0.02350330539047718, - -0.05314277485013008, - -0.05351957678794861, - 0.9968746900558472 - ] - ], - [ - 6.266666889190674, - [ - -0.025185752660036087, - -0.052807409316301346, - -0.0529804453253746, - 0.996880292892456 - ] - ], - [ - 6.300000190734863, - [ - -0.026690397411584854, - -0.052478447556495667, - -0.05252663046121597, - 0.996882438659668 - ] - ], - [ - 6.333333492279053, - [ - -0.027990978211164474, - -0.05215794965624809, - -0.05216794088482857, - 0.996882438659668 - ] - ], - [ - 6.366666793823242, - [ - -0.029035111889243126, - -0.05183761566877365, - -0.05192381888628006, - 0.9968820214271545 - ] - ], - [ - 6.400000095367432, - [ - -0.029781334102153778, - -0.05151251703500748, - -0.05180960148572922, - 0.9968827962875366 - ] - ], - [ - 6.433333396911621, - [ - -0.03022271953523159, - -0.05118996649980545, - -0.05182919651269913, - 0.9968851208686829 - ] - ], - [ - 6.4666666984558105, - [ - -0.030361244454979897, - -0.05087953433394432, - -0.05198340117931366, - 0.9968887567520142 - ] - ], - [ - 6.5, - [ - -0.030214840546250343, - -0.050594162195920944, - -0.05224267765879631, - 0.9968941807746887 - ] - ], - [ - 6.5333333015441895, - [ - -0.029806815087795258, - -0.050350673496723175, - -0.05258253961801529, - 0.9969009160995483 - ] - ], - [ - 6.566666603088379, - [ - -0.0291568785905838, - -0.05019683763384819, - -0.053205523639917374, - 0.9968948364257813 - ] - ], - [ - 6.599999904632568, - [ - -0.028291678056120872, - -0.0501638688147068, - -0.05426429957151413, - 0.996864378452301 - ] - ], - [ - 6.633333206176758, - [ - -0.027241457253694534, - -0.05023587867617607, - -0.05568185821175575, - 0.9968118071556091 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292677511_205395.json b/lenses/physics-objects/Scene/assets/1646688292677511_205395.json deleted file mode 100644 index 6d44a311..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292677511_205395.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292677511:205395", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292678542_205408.json b/lenses/physics-objects/Scene/assets/1646688292678542_205408.json deleted file mode 100644 index 47171036..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292678542_205408.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292678542:205408", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.704326629638672, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.716970443725586, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.652694702148438, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.678302764892578, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.712156295776367, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.75533390045166, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.788521766662598, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.794644355773926, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.767488479614258, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.719871520996094, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.682476997375488, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.689746856689453, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.729743957519531, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.778515815734863, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.796714782714844, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.776395797729492, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.740674018859863, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.711181640625, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.688368797302246, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.677266120910645, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.641425132751465, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.640412330627441, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.662221908569336, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.74171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.766341209411621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.758034706115723, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.725704193115234, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.700185775756836, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.68758773803711, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.655640602111816, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.63571548461914, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.632442474365234, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.653716087341309, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.69595718383789, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.744750022888184, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.782364845275879, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.779633522033691, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.73636245727539, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.704923629760742, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.695144653320313, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.64456558227539, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.652572631835938, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.706216812133789, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.781662940979004, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.845727920532227, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.879295349121094, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.870356559753418, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.831686973571777, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.787400245666504, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.754205703735352, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.7283353805542, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.699947357177734, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.697094917297363, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.738727569580078, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.795510292053223, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.817014694213867, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.783417701721191, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.780190467834473, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.729022026062012, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.600573539733887, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.50210952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.611421585083008, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.780596733093262, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.787297248840332, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.7149076461792, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.629046440124512, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.630462646484375, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.65186595916748, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.74002456665039, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.765545845031738, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.7597017288208, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.732749938964844, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.701884269714355, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.680343627929688, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.65731143951416, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.628437042236328, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.65598201751709, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.704326629638672, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292678765_205415.json b/lenses/physics-objects/Scene/assets/1646688292678765_205415.json deleted file mode 100644 index 27eed065..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292678765_205415.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292678765:205415", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.02431538514792919, - -0.12669247388839722, - 0.05545997619628906, - 0.9900919198989868 - ] - ], - [ - 0.03333333507180214, - [ - 0.02431538514792919, - -0.12669247388839722, - 0.05545997619628906, - 0.9900919198989868 - ] - ], - [ - 0.06666667014360428, - [ - 0.02918912284076214, - -0.027353160083293915, - -0.02618793211877346, - 0.9988563656806946 - ] - ], - [ - 0.10000000149011612, - [ - 0.031844548881053925, - -0.0012934420956298709, - -0.08301549404859543, - 0.9960386157035828 - ] - ], - [ - 0.13333334028720856, - [ - 0.02821734920144081, - 0.003905844409018755, - -0.04992314428091049, - 0.998346745967865 - ] - ], - [ - 0.1666666716337204, - [ - 0.019487304612994194, - 0.025565529242157936, - 0.013985525816679, - 0.9993853569030762 - ] - ], - [ - 0.20000000298023224, - [ - 0.012584445998072624, - 0.03549465164542198, - 0.049707747995853424, - 0.9980535507202148 - ] - ], - [ - 0.23333333432674408, - [ - 0.011453562416136265, - 0.03442041948437691, - 0.04720412194728851, - 0.9982263445854187 - ] - ], - [ - 0.2666666805744171, - [ - 0.01534696202725172, - 0.03235730156302452, - 0.031908418983221054, - 0.998849093914032 - ] - ], - [ - 0.30000001192092896, - [ - 0.020498964935541153, - 0.029931848868727684, - 0.005288342013955116, - 0.9993277192115784 - ] - ], - [ - 0.3333333432674408, - [ - 0.023533372208476067, - 0.026167983189225197, - -0.027689479291439056, - 0.9989968538284302 - ] - ], - [ - 0.36666667461395264, - [ - 0.022382324561476707, - 0.017953934147953987, - -0.06004731357097626, - 0.9977830648422241 - ] - ], - [ - 0.4000000059604645, - [ - 0.015612051822245121, - 0.002801925875246525, - -0.08451708406209946, - 0.9962958693504333 - ] - ], - [ - 0.4333333373069763, - [ - 0.005398020148277283, - -0.014000315219163895, - -0.09523255378007889, - 0.995341956615448 - ] - ], - [ - 0.46666666865348816, - [ - -0.006362917833030224, - -0.01900942251086235, - -0.08734510093927383, - 0.9959763884544373 - ] - ], - [ - 0.5, - [ - -0.016696760430932045, - -0.007488003466278315, - -0.06376360356807709, - 0.9977972507476807 - ] - ], - [ - 0.5333333611488342, - [ - -0.02462746389210224, - 0.01267952285706997, - -0.027763599529862404, - 0.999230682849884 - ] - ], - [ - 0.5666666626930237, - [ - -0.0314314179122448, - 0.025019316002726555, - 0.01909446343779564, - 0.9990102648735046 - ] - ], - [ - 0.6000000238418579, - [ - -0.03611522912979126, - 0.01776963844895363, - 0.06482226401567459, - 0.9970847368240356 - ] - ], - [ - 0.6333333253860474, - [ - -0.03762562945485115, - -0.00012040598085150123, - 0.09026763588190079, - 0.9952065348625183 - ] - ], - [ - 0.6666666865348816, - [ - -0.033689528703689575, - -0.009602764621376991, - 0.0838371142745018, - 0.9958636164665222 - ] - ], - [ - 0.699999988079071, - [ - -0.025012483820319176, - -0.006893174257129431, - 0.05316884070634842, - 0.9982484579086304 - ] - ], - [ - 0.7333333492279053, - [ - -0.015456370078027248, - -0.00342917931266129, - 0.010624370537698269, - 0.9998182058334351 - ] - ], - [ - 0.7666666507720947, - [ - -0.007824976928532124, - -0.00951687153428793, - -0.028172621503472328, - 0.9995271563529968 - ] - ], - [ - 0.800000011920929, - [ - -0.0049048010259866714, - -0.02084290236234665, - -0.043402377516031265, - 0.9988282918930054 - ] - ], - [ - 0.8333333134651184, - [ - -0.00718811247497797, - -0.02425689622759819, - -0.0333283431828022, - 0.9991241693496704 - ] - ], - [ - 0.8666666746139526, - [ - -0.01380701269954443, - -0.01782042905688286, - -0.01413736678659916, - 0.999646008014679 - ] - ], - [ - 0.8999999761581421, - [ - -0.02462954632937908, - -0.004708646330982447, - 0.00920554343611002, - 0.9996432662010193 - ] - ], - [ - 0.9333333373069763, - [ - -0.037742454558610916, - 0.00871843658387661, - 0.03598656877875328, - 0.9986012578010559 - ] - ], - [ - 0.9666666388511658, - [ - -0.05000071972608566, - 0.015964951366186142, - 0.0643153041601181, - 0.9965483546257019 - ] - ], - [ - 1.0, - [ - -0.058751121163368225, - 0.012930838391184807, - 0.08918270468711853, - 0.9941969513893127 - ] - ], - [ - 1.0333333015441895, - [ - -0.061986107379198074, - 0.0013628046726807952, - 0.10255862027406693, - 0.9927928447723389 - ] - ], - [ - 1.0666667222976685, - [ - -0.0594572052359581, - -0.010344075039029121, - 0.10061967372894287, - 0.9930930137634277 - ] - ], - [ - 1.100000023841858, - [ - -0.05211877450346947, - -0.01529049500823021, - 0.08891621977090836, - 0.9945570826530457 - ] - ], - [ - 1.1333333253860474, - [ - -0.041242025792598724, - -0.01141289621591568, - 0.07138281315565109, - 0.9965306520462036 - ] - ], - [ - 1.1666666269302368, - [ - -0.029726730659604073, - -0.00126490811817348, - 0.04892686381936073, - 0.9983590841293335 - ] - ], - [ - 1.2000000476837158, - [ - -0.020171312615275383, - 0.008783052675426006, - 0.02135099470615387, - 0.9995299577713013 - ] - ], - [ - 1.2333333492279053, - [ - -0.012868291698396206, - 0.011007442139089108, - -0.007999880239367485, - 0.999824583530426 - ] - ], - [ - 1.2666666507720947, - [ - -0.008577181026339531, - 0.0018321166280657053, - -0.033310677856206894, - 0.9994065761566162 - ] - ], - [ - 1.2999999523162842, - [ - -0.007589464541524649, - -0.012732069939374924, - -0.048947084695100784, - 0.9986913800239563 - ] - ], - [ - 1.3333333730697632, - [ - -0.01374152023345232, - -0.014738253317773342, - -0.027459146454930305, - 0.9994198083877563 - ] - ], - [ - 1.3666666746139526, - [ - -0.027803482487797737, - -0.0031870249658823013, - 0.03347015753388405, - 0.9990478157997131 - ] - ], - [ - 1.399999976158142, - [ - -0.042763713747262955, - -0.004152828827500343, - 0.10285623371601105, - 0.9937679171562195 - ] - ], - [ - 1.4333332777023315, - [ - -0.05349346995353699, - -0.021993061527609825, - 0.1358153074979782, - 0.9890444874763489 - ] - ], - [ - 1.4666666984558105, - [ - -0.060316137969493866, - -0.03567962720990181, - 0.12561185657978058, - 0.9896012544631958 - ] - ], - [ - 1.5, - [ - -0.06259611994028091, - -0.03721969947218895, - 0.10434134304523468, - 0.99187171459198 - ] - ], - [ - 1.5333333015441895, - [ - -0.05923495814204216, - -0.025841331109404564, - 0.07827655225992203, - 0.9948347806930542 - ] - ], - [ - 1.5666667222976685, - [ - -0.051048748195171356, - -0.005494469776749611, - 0.049266133457422256, - 0.9974651336669922 - ] - ], - [ - 1.600000023841858, - [ - -0.03996340185403824, - 0.018503524363040924, - 0.018464911729097366, - 0.998859167098999 - ] - ], - [ - 1.6333333253860474, - [ - -0.029781673103570938, - 0.03966325521469116, - -0.011634483933448792, - 0.9987015128135681 - ] - ], - [ - 1.6666666269302368, - [ - -0.021898677572607994, - 0.05235389992594719, - -0.03669308125972748, - 0.9977139830589294 - ] - ], - [ - 1.7000000476837158, - [ - -0.0185464546084404, - 0.05170907825231552, - -0.05297951400279999, - 0.9970834255218506 - ] - ], - [ - 1.7333333492279053, - [ - -0.020362485200166702, - 0.042742736637592316, - -0.05234630033373833, - 0.9975061416625977 - ] - ], - [ - 1.7666666507720947, - [ - -0.02527354098856449, - 0.0371914803981781, - -0.03526350110769272, - 0.9983659386634827 - ] - ], - [ - 1.7999999523162842, - [ - -0.029550082981586456, - 0.039609652012586594, - -0.006945276167243719, - 0.9987541437149048 - ] - ], - [ - 1.8333333730697632, - [ - -0.031013082712888718, - 0.04803897440433502, - 0.028842000290751457, - 0.9979472756385803 - ] - ], - [ - 1.8666666746139526, - [ - -0.02848425693809986, - 0.05841302499175072, - 0.06256888806819916, - 0.9959225654602051 - ] - ], - [ - 1.899999976158142, - [ - -0.021642407402396202, - 0.06770963966846466, - 0.08019968122243881, - 0.994240939617157 - ] - ], - [ - 1.9333332777023315, - [ - -0.010624321177601814, - 0.07195307314395905, - 0.07036338001489639, - 0.9948662519454956 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030685849487781525, - 0.0684751644730568, - 0.035805512219667435, - 0.9970054626464844 - ] - ], - [ - 2.0, - [ - 0.017696693539619446, - 0.05556643009185791, - -0.012706238776445389, - 0.9982172846794128 - ] - ], - [ - 2.0333333015441895, - [ - 0.03128698468208313, - 0.03218243643641472, - -0.061838626861572266, - 0.9970764517784119 - ] - ], - [ - 2.066666603088379, - [ - 0.04181577265262604, - 0.002416543662548065, - -0.09585386514663696, - 0.9945138692855835 - ] - ], - [ - 2.0999999046325684, - [ - 0.04542900621891022, - -0.02353871613740921, - -0.1028830036520958, - 0.9933766722679138 - ] - ], - [ - 2.133333444595337, - [ - 0.04091490060091019, - -0.027956560254096985, - -0.08119691163301468, - 0.9954654574394226 - ] - ], - [ - 2.1666667461395264, - [ - 0.032039836049079895, - -0.007349985186010599, - -0.04734666645526886, - 0.9983375072479248 - ] - ], - [ - 2.200000047683716, - [ - 0.022288788110017776, - 0.02719978056848049, - -0.012804776430130005, - 0.9992994666099548 - ] - ], - [ - 2.2333333492279053, - [ - 0.014887829311192036, - 0.059822238981723785, - 0.020435238257050514, - 0.9978888034820557 - ] - ], - [ - 2.2666666507720947, - [ - 0.012353623285889626, - 0.07468759268522263, - 0.045824866741895676, - 0.9960769414901733 - ] - ], - [ - 2.299999952316284, - [ - 0.015615799464285374, - 0.07513520121574402, - 0.04639251157641411, - 0.9959712028503418 - ] - ], - [ - 2.3333332538604736, - [ - 0.023631151765584946, - 0.08089316636323929, - 0.01905328966677189, - 0.996260404586792 - ] - ], - [ - 2.366666555404663, - [ - 0.035899609327316284, - 0.0912434384226799, - -0.0316128246486187, - 0.9946790933609009 - ] - ], - [ - 2.4000000953674316, - [ - 0.04621516168117523, - 0.08687107264995575, - -0.09259574860334396, - 0.9908297657966614 - ] - ], - [ - 2.433333396911621, - [ - 0.04807407408952713, - 0.05236152186989784, - -0.13832080364227295, - 0.9878332614898682 - ] - ], - [ - 2.4666666984558105, - [ - 0.0447801910340786, - 0.008433624170720577, - -0.1504644751548767, - 0.9875648021697998 - ] - ], - [ - 2.5, - [ - 0.03547694534063339, - -0.01561659574508667, - -0.10464169830083847, - 0.9937543272972107 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375766821205616, - -0.006054749712347984, - -0.005221436265856028, - 0.9996857643127441 - ] - ], - [ - 2.566666603088379, - [ - 0.016460077837109566, - 0.00982694886624813, - 0.11691698431968689, - 0.9929566383361816 - ] - ], - [ - 2.5999999046325684, - [ - 0.0165257565677166, - -0.0029565468430519104, - 0.2250356674194336, - 0.9742059111595154 - ] - ], - [ - 2.633333444595337, - [ - 0.020733561366796494, - -0.04035317525267601, - 0.2754461467266083, - 0.9602453708648682 - ] - ], - [ - 2.6666667461395264, - [ - 0.024463951587677002, - -0.05279034748673439, - 0.2343277931213379, - 0.970414936542511 - ] - ], - [ - 2.700000047683716, - [ - 0.027766475453972816, - -0.011646307073533535, - 0.12356378883123398, - 0.9918798208236694 - ] - ], - [ - 2.7333333492279053, - [ - 0.02921474166214466, - 0.02718854881823063, - -0.0026875226758420467, - 0.9991998076438904 - ] - ], - [ - 2.7666666507720947, - [ - 0.032720159739255905, - 0.02121655084192753, - -0.06787554174661636, - 0.9969313740730286 - ] - ], - [ - 2.799999952316284, - [ - 0.032689012587070465, - 0.0371868796646595, - -0.05134347081184387, - 0.997452974319458 - ] - ], - [ - 2.8333332538604736, - [ - 0.018142547458410263, - 0.06685851514339447, - 0.027255382388830185, - 0.9972252249717712 - ] - ], - [ - 2.866666555404663, - [ - -0.0014698763843625784, - 0.044755540788173676, - 0.1214834675192833, - 0.9915828704833984 - ] - ], - [ - 2.9000000953674316, - [ - -0.006669112015515566, - -0.0009020916768349707, - 0.15879791975021362, - 0.9872881770133972 - ] - ], - [ - 2.933333396911621, - [ - -0.0026563049759715796, - -0.03736116737127304, - 0.11253101378679276, - 0.9929420351982117 - ] - ], - [ - 2.9666666984558105, - [ - -0.003028933657333255, - -0.06995853036642075, - 0.011308078654110432, - 0.9974812269210815 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.001624553231522441, - -0.09085062146186829, - -0.1315203607082367, - 0.9871402978897095 - ] - ], - [ - 3.066666603088379, - [ - 0.021898429840803146, - -0.09086435288190842, - -0.1637311577796936, - 0.982067346572876 - ] - ], - [ - 3.0999999046325684, - [ - 0.026484914124011993, - -0.10274850577116013, - -0.17570710182189941, - 0.978707492351532 - ] - ], - [ - 3.133333444595337, - [ - 0.01567060500383377, - -0.11068359762430191, - -0.17048676311969757, - 0.9789984822273254 - ] - ], - [ - 3.1666667461395264, - [ - 0.009661173447966576, - -0.09784738719463348, - -0.15313662588596344, - 0.9833014607429504 - ] - ], - [ - 3.200000047683716, - [ - 0.00883936695754528, - -0.07205517590045929, - -0.1242164596915245, - 0.9895960688591003 - ] - ], - [ - 3.2333333492279053, - [ - 0.010666265152394772, - -0.050466638058423996, - -0.07941935956478119, - 0.9955058693885803 - ] - ], - [ - 3.2666666507720947, - [ - 0.013452150858938694, - -0.050184935331344604, - -0.027822915464639664, - 0.9982616901397705 - ] - ], - [ - 3.299999952316284, - [ - 0.015405284240841866, - -0.06677933782339096, - 0.005654980894178152, - 0.9976328015327454 - ] - ], - [ - 3.3333332538604736, - [ - 0.01582721620798111, - -0.1661718338727951, - -0.0003161155036650598, - 0.9859697222709656 - ] - ], - [ - 3.366666555404663, - [ - 0.014476865530014038, - -0.2444712072610855, - -0.02627582661807537, - 0.969192385673523 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292678976_205422.json b/lenses/physics-objects/Scene/assets/1646688292678976_205422.json deleted file mode 100644 index 59a2c705..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292678976_205422.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292678976:205422", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292680084_205435.json b/lenses/physics-objects/Scene/assets/1646688292680084_205435.json deleted file mode 100644 index 063ba318..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292680084_205435.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292680084:205435", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.730019569396973, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 0.5333333611488342, - [ - 9.755657196044922, - 1.4210854715202004e-14, - -1.484319908891878e-26 - ] - ], - [ - 3.2333333492279053, - [ - 9.71721076965332, - -1.9387039443735764e-26, - 7.10542481650216e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.744003295898438, - -1.4210854715202004e-14, - 1.7470498823581765e-20 - ] - ], - [ - 6.633333206176758, - [ - 9.728507041931152, - -6.402349254233616e-25, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292680322_205442.json b/lenses/physics-objects/Scene/assets/1646688292680322_205442.json deleted file mode 100644 index b08900af..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292680322_205442.json +++ /dev/null @@ -1,1684 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292680322:205442", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026019329205155373, - -0.08625069260597229, - -0.014255128800868988, - 0.9958316087722778 - ] - ], - [ - 0.03333333507180214, - [ - -0.026019329205155373, - -0.08625069260597229, - -0.014255128800868988, - 0.9958316087722778 - ] - ], - [ - 0.06666667014360428, - [ - -0.024836674332618713, - -0.08639247715473175, - -0.015480143949389458, - 0.9958312511444092 - ] - ], - [ - 0.10000000149011612, - [ - -0.023529009893536568, - -0.08657177537679672, - -0.016886360943317413, - 0.9958245754241943 - ] - ], - [ - 0.13333334028720856, - [ - -0.02214249223470688, - -0.08676186203956604, - -0.018374281004071236, - 0.9958134889602661 - ] - ], - [ - 0.1666666716337204, - [ - -0.02071519009768963, - -0.0869629755616188, - -0.019911887124180794, - 0.9957970976829529 - ] - ], - [ - 0.20000000298023224, - [ - -0.01928478106856346, - -0.08717663586139679, - -0.021467434242367744, - 0.9957748055458069 - ] - ], - [ - 0.23333333432674408, - [ - -0.017888562753796577, - -0.08740511536598206, - -0.023009490221738815, - 0.9957464337348938 - ] - ], - [ - 0.2666666805744171, - [ - -0.016563402488827705, - -0.08765102922916412, - -0.0245065800845623, - 0.9957121014595032 - ] - ], - [ - 0.30000001192092896, - [ - -0.01534572709351778, - -0.08791673928499222, - -0.025927182286977768, - 0.9956721067428589 - ] - ], - [ - 0.3333333432674408, - [ - -0.01427155639976263, - -0.08820410817861557, - -0.027239546179771423, - 0.9956276416778564 - ] - ], - [ - 0.36666667461395264, - [ - -0.013376622460782528, - -0.08851400762796402, - -0.028411343693733215, - 0.9955797791481018 - ] - ], - [ - 0.4000000059604645, - [ - -0.012669024989008904, - -0.0888420045375824, - -0.029421908780932426, - 0.9955304861068726 - ] - ], - [ - 0.4333333373069763, - [ - -0.012145554646849632, - -0.08917983621358871, - -0.03025490790605545, - 0.9954818487167358 - ] - ], - [ - 0.46666666865348816, - [ - -0.01179459411650896, - -0.08951520919799805, - -0.030898291617631912, - 0.9954363107681274 - ] - ], - [ - 0.5, - [ - -0.011598759330809116, - -0.08983258903026581, - -0.03134222701191902, - 0.9953960180282593 - ] - ], - [ - 0.5333333611488342, - [ - -0.01155244093388319, - -0.09011686593294144, - -0.031570762395858765, - 0.9953636527061462 - ] - ], - [ - 0.5666666626930237, - [ - -0.011647606268525124, - -0.09035120904445648, - -0.03156879544258118, - 0.9953413605690002 - ] - ], - [ - 0.6000000238418579, - [ - -0.0118690375238657, - -0.09051334112882614, - -0.03131747245788574, - 0.9953319430351257 - ] - ], - [ - 0.6333333253860474, - [ - -0.012197579257190228, - -0.0905795469880104, - -0.030798068270087242, - 0.9953381419181824 - ] - ], - [ - 0.6666666865348816, - [ - -0.012611499056220055, - -0.09058787673711777, - -0.030176879838109016, - 0.995351254940033 - ] - ], - [ - 0.699999988079071, - [ - -0.013085477985441685, - -0.09059056639671326, - -0.02966122515499592, - 0.9953604936599731 - ] - ], - [ - 0.7333333492279053, - [ - -0.013600235804915428, - -0.09058893471956253, - -0.029192669317126274, - 0.9953675270080566 - ] - ], - [ - 0.7666666507720947, - [ - -0.014134609140455723, - -0.09058073908090591, - -0.028690991923213005, - 0.995375394821167 - ] - ], - [ - 0.800000011920929, - [ - -0.014680733904242516, - -0.09056548029184341, - -0.028163062408566475, - 0.9953839778900146 - ] - ], - [ - 0.8333333134651184, - [ - -0.015230837278068066, - -0.09054284542798996, - -0.02761574275791645, - 0.9953930974006653 - ] - ], - [ - 0.8666666746139526, - [ - -0.015777379274368286, - -0.09051264077425003, - -0.027055880054831505, - 0.9954026937484741 - ] - ], - [ - 0.8999999761581421, - [ - -0.016312936320900917, - -0.09047481417655945, - -0.02649025432765484, - 0.9954127073287964 - ] - ], - [ - 0.9333333373069763, - [ - -0.016830239444971085, - -0.09042944759130478, - -0.02592553198337555, - 0.9954230785369873 - ] - ], - [ - 0.9666666388511658, - [ - -0.017322184517979622, - -0.09037671238183975, - -0.025368303060531616, - 0.9954338073730469 - ] - ], - [ - 1.0, - [ - -0.01778179407119751, - -0.09031687676906586, - -0.024824954569339752, - 0.9954448342323303 - ] - ], - [ - 1.0333333015441895, - [ - -0.01820223033428192, - -0.09025027602910995, - -0.024301793426275253, - 0.9954562783241272 - ] - ], - [ - 1.0666667222976685, - [ - -0.018576737493276596, - -0.0901772677898407, - -0.02380489557981491, - 0.9954679012298584 - ] - ], - [ - 1.100000023841858, - [ - -0.018898649141192436, - -0.09009827673435211, - -0.0233402531594038, - 0.9954800009727478 - ] - ], - [ - 1.1333333253860474, - [ - -0.019161373376846313, - -0.09001371264457703, - -0.02291369065642357, - 0.9954925179481506 - ] - ], - [ - 1.1666666269302368, - [ - -0.019358284771442413, - -0.08992395550012589, - -0.02253088355064392, - 0.9955055713653564 - ] - ], - [ - 1.2000000476837158, - [ - -0.01957380771636963, - -0.08982515335083008, - -0.022161342203617096, - 0.9955185651779175 - ] - ], - [ - 1.2333333492279053, - [ - -0.019885461777448654, - -0.08971449732780457, - -0.021777179092168808, - 0.9955308437347412 - ] - ], - [ - 1.2666666507720947, - [ - -0.020276153460144997, - -0.08959389477968216, - -0.021387990564107895, - 0.9955423474311829 - ] - ], - [ - 1.2999999523162842, - [ - -0.020723039284348488, - -0.08946464955806732, - -0.021005794405937195, - 0.9955528974533081 - ] - ], - [ - 1.3333333730697632, - [ - -0.02120986022055149, - -0.08932868391275406, - -0.020639600232243538, - 0.9955624341964722 - ] - ], - [ - 1.3666666746139526, - [ - -0.02170293778181076, - -0.0891861617565155, - -0.02030600979924202, - 0.9955714344978333 - ] - ], - [ - 1.399999976158142, - [ - -0.022172503173351288, - -0.08903742581605911, - -0.020019691437482834, - 0.9955801963806152 - ] - ], - [ - 1.4333332777023315, - [ - -0.022607631981372833, - -0.08888442814350128, - -0.019786909222602844, - 0.9955888390541077 - ] - ], - [ - 1.5, - [ - -0.023340411484241486, - -0.08857228606939316, - -0.019503606483340263, - 0.9956052303314209 - ] - ], - [ - 1.5333333015441895, - [ - -0.02362600527703762, - -0.08841632306575775, - -0.01946353353559971, - 0.995613157749176 - ] - ], - [ - 1.600000023841858, - [ - -0.024000102654099464, - -0.08805426210165024, - -0.019538037478923798, - 0.9956348538398743 - ] - ], - [ - 1.6666666269302368, - [ - -0.024049969390034676, - -0.0876583606004715, - -0.01960364729166031, - 0.9956672787666321 - ] - ], - [ - 1.7333333492279053, - [ - -0.023789651691913605, - -0.08730095624923706, - -0.019526807591319084, - 0.9957064390182495 - ] - ], - [ - 1.7999999523162842, - [ - -0.02333027310669422, - -0.08698448538780212, - -0.019303392618894577, - 0.9957493543624878 - ] - ], - [ - 1.8333333730697632, - [ - -0.02306114137172699, - -0.08684296160936356, - -0.01913529820740223, - 0.9957712292671204 - ] - ], - [ - 1.8666666746139526, - [ - -0.022784696891903877, - -0.08671350032091141, - -0.018928859382867813, - 0.995792806148529 - ] - ], - [ - 1.899999976158142, - [ - -0.022515276446938515, - -0.08659682422876358, - -0.018683377653360367, - 0.9958137273788452 - ] - ], - [ - 1.9333332777023315, - [ - -0.02226731739938259, - -0.08649369329214096, - -0.018398141488432884, - 0.9958335757255554 - ] - ], - [ - 1.9666666984558105, - [ - -0.022055337205529213, - -0.08640487492084503, - -0.01807239092886448, - 0.995851993560791 - ] - ], - [ - 2.0333333015441895, - [ - -0.021797606721520424, - -0.0862729549407959, - -0.017295951023697853, - 0.9958828687667847 - ] - ], - [ - 2.066666603088379, - [ - -0.021781079471111298, - -0.08623114973306656, - -0.01684342324733734, - 0.9958946108818054 - ] - ], - [ - 2.0999999046325684, - [ - -0.021858952939510345, - -0.08620613068342209, - -0.016346683725714684, - 0.9959033727645874 - ] - ], - [ - 2.133333444595337, - [ - -0.02203565277159214, - -0.08619751036167145, - -0.01580909453332424, - 0.9959089756011963 - ] - ], - [ - 2.200000047683716, - [ - -0.022684462368488312, - -0.08622659742832184, - -0.01463232934474945, - 0.9959098696708679 - ] - ], - [ - 2.2333333492279053, - [ - -0.023162303492426872, - -0.08626369386911392, - -0.0140005461871624, - 0.9959047436714172 - ] - ], - [ - 2.2666666507720947, - [ - -0.023745106533169746, - -0.08631528913974762, - -0.013345305807888508, - 0.9958954453468323 - ] - ], - [ - 2.299999952316284, - [ - -0.02443121001124382, - -0.08638074994087219, - -0.012672441080212593, - 0.995881974697113 - ] - ], - [ - 2.3333332538604736, - [ - -0.025216206908226013, - -0.08646068722009659, - -0.011989027261734009, - 0.9958639144897461 - ] - ], - [ - 2.366666555404663, - [ - -0.026090480387210846, - -0.08655551820993423, - -0.011304041370749474, - 0.9958412051200867 - ] - ], - [ - 2.4000000953674316, - [ - -0.027130024507641792, - -0.08664483577013016, - -0.010563368909060955, - 0.99581378698349 - ] - ], - [ - 2.433333396911621, - [ - -0.028411932289600372, - -0.0867077186703682, - -0.009725244715809822, - 0.9957810640335083 - ] - ], - [ - 2.4666666984558105, - [ - -0.02991667576134205, - -0.08674351871013641, - -0.008829259313642979, - 0.9957422614097595 - ] - ], - [ - 2.5, - [ - -0.03161969780921936, - -0.08675451576709747, - -0.007900379598140717, - 0.995696485042572 - ] - ], - [ - 2.5333333015441895, - [ - -0.033493783324956894, - -0.08674422651529312, - -0.006948370020836592, - 0.9956431984901428 - ] - ], - [ - 2.566666603088379, - [ - -0.035511694848537445, - -0.08671676367521286, - -0.005983070470392704, - 0.9955819249153137 - ] - ], - [ - 2.5999999046325684, - [ - -0.03764612227678299, - -0.08667661249637604, - -0.005014204420149326, - 0.9955123066902161 - ] - ], - [ - 2.633333444595337, - [ - -0.03986981511116028, - -0.08662844449281693, - -0.004051388707011938, - 0.9954343438148499 - ] - ], - [ - 2.6666667461395264, - [ - -0.04215526953339577, - -0.08657699078321457, - -0.003104237373918295, - 0.9953480362892151 - ] - ], - [ - 2.700000047683716, - [ - -0.0444752536714077, - -0.08652684092521667, - -0.0021822145208716393, - 0.9952539801597595 - ] - ], - [ - 2.7333333492279053, - [ - -0.0468023382127285, - -0.08648231625556946, - -0.0012947579380124807, - 0.9951525926589966 - ] - ], - [ - 2.7666666507720947, - [ - -0.049109138548374176, - -0.08644741773605347, - -0.00045116571709513664, - 0.9950453042984009 - ] - ], - [ - 2.799999952316284, - [ - -0.051368262618780136, - -0.08642563968896866, - 0.0003392626531422138, - 0.9949330687522888 - ] - ], - [ - 2.8333332538604736, - [ - -0.053552355617284775, - -0.08641988039016724, - 0.0010673420038074255, - 0.994817852973938 - ] - ], - [ - 2.866666555404663, - [ - -0.055634114891290665, - -0.08643243461847305, - 0.0017238494474440813, - 0.994701623916626 - ] - ], - [ - 2.9000000953674316, - [ - -0.057586248964071274, - -0.08646482974290848, - 0.002299654996022582, - 0.9945865273475647 - ] - ], - [ - 2.933333396911621, - [ - -0.05933871492743492, - -0.0865161120891571, - 0.002770170569419861, - 0.9944778680801392 - ] - ], - [ - 2.9666666984558105, - [ - -0.06083562970161438, - -0.08658415824174881, - 0.003116053529083729, - 0.9943804740905762 - ] - ], - [ - 3.0, - [ - -0.062070827931165695, - -0.08666802197694778, - 0.003335957881063223, - 0.9942960739135742 - ] - ], - [ - 3.0333333015441895, - [ - -0.06303830444812775, - -0.08676645159721375, - 0.003428463824093342, - 0.994226336479187 - ] - ], - [ - 3.066666603088379, - [ - -0.06370557844638824, - -0.08687839657068253, - 0.003380502574145794, - 0.9941741824150085 - ] - ], - [ - 3.0999999046325684, - [ - -0.06405100226402283, - -0.08700218051671982, - 0.0031837220303714275, - 0.9941418170928955 - ] - ], - [ - 3.133333444595337, - [ - -0.06408795714378357, - -0.08713477849960327, - 0.002844340167939663, - 0.994128942489624 - ] - ], - [ - 3.1666667461395264, - [ - -0.06383831799030304, - -0.08727271109819412, - 0.0023725712671875954, - 0.9941340684890747 - ] - ], - [ - 3.200000047683716, - [ - -0.06333983689546585, - -0.08741290867328644, - 0.0017860567895695567, - 0.9941548705101013 - ] - ], - [ - 3.2333333492279053, - [ - -0.06260737031698227, - -0.08755015581846237, - 0.0010951602598652244, - 0.9941902756690979 - ] - ], - [ - 3.2666666507720947, - [ - -0.061636462807655334, - -0.087677963078022, - 0.00030875709489919245, - 0.9942401051521301 - ] - ], - [ - 3.299999952316284, - [ - -0.06044907867908478, - -0.08779249340295792, - -0.0005554441595450044, - 0.9943028092384338 - ] - ], - [ - 3.3333332538604736, - [ - -0.05906979739665985, - -0.08792241662740707, - -0.001629738020710647, - 0.9943730235099792 - ] - ], - [ - 3.366666555404663, - [ - -0.05752989649772644, - -0.08808953315019608, - -0.003005216596648097, - 0.9944453239440918 - ] - ], - [ - 3.4000000953674316, - [ - -0.05586659908294678, - -0.08825594931840897, - -0.004557458683848381, - 0.9945195317268372 - ] - ], - [ - 3.433333396911621, - [ - -0.05412176996469498, - -0.08839334547519684, - -0.006188693456351757, - 0.9945949912071228 - ] - ], - [ - 3.4666666984558105, - [ - -0.052328940480947495, - -0.08850640058517456, - -0.007867524400353432, - 0.9946690201759338 - ] - ], - [ - 3.5, - [ - -0.05052121356129646, - -0.08860114216804504, - -0.0095629021525383, - 0.9947391748428345 - ] - ], - [ - 3.5333333015441895, - [ - -0.048731546849012375, - -0.08868437260389328, - -0.011244231835007668, - 0.9948035478591919 - ] - ], - [ - 3.566666603088379, - [ - -0.04699234291911125, - -0.08876318484544754, - -0.012881310656666756, - 0.9948602318763733 - ] - ], - [ - 3.5999999046325684, - [ - -0.04532359540462494, - -0.08884371817111969, - -0.014448333531618118, - 0.9949090480804443 - ] - ], - [ - 3.633333444595337, - [ - -0.043757881969213486, - -0.0889325886964798, - -0.015915174037218094, - 0.9949487447738647 - ] - ], - [ - 3.6666667461395264, - [ - -0.04234618321061134, - -0.08903646469116211, - -0.017245201393961906, - 0.9949783682823181 - ] - ], - [ - 3.700000047683716, - [ - -0.041111405938863754, - -0.08915740251541138, - -0.018414011225104332, - 0.9949983358383179 - ] - ], - [ - 3.7333333492279053, - [ - -0.04006481543183327, - -0.08929332345724106, - -0.01940182037651539, - 0.9950101971626282 - ] - ], - [ - 3.7666666507720947, - [ - -0.039209384471178055, - -0.08943738788366318, - -0.020193081349134445, - 0.9950155019760132 - ] - ], - [ - 3.799999952316284, - [ - -0.038542088121175766, - -0.08957890421152115, - -0.020774560049176216, - 0.995016872882843 - ] - ], - [ - 3.8333332538604736, - [ - -0.03807170316576958, - -0.08970621228218079, - -0.021126653999090195, - 0.9950160980224609 - ] - ], - [ - 3.933333396911621, - [ - -0.037553660571575165, - -0.08984576165676117, - -0.02071549743413925, - 0.9950318336486816 - ] - ], - [ - 3.9666666984558105, - [ - -0.0375891849398613, - -0.08980244398117065, - -0.02022361010313034, - 0.9950445294380188 - ] - ], - [ - 4.0, - [ - -0.037688300013542175, - -0.08977430313825607, - -0.019840076565742493, - 0.9950510263442993 - ] - ], - [ - 4.066666603088379, - [ - -0.037997838109731674, - -0.08973832428455353, - -0.019136834889650345, - 0.9950562715530396 - ] - ], - [ - 4.099999904632568, - [ - -0.03817890211939812, - -0.0897194966673851, - -0.018741924315690994, - 0.995058536529541 - ] - ], - [ - 4.133333206176758, - [ - -0.03836670517921448, - -0.089698925614357, - -0.018327150493860245, - 0.995060920715332 - ] - ], - [ - 4.166666507720947, - [ - -0.03855342045426369, - -0.0896759107708931, - -0.017899245023727417, - 0.9950635433197021 - ] - ], - [ - 4.233333110809326, - [ - -0.038892827928066254, - -0.08962058275938034, - -0.01703060045838356, - 0.9950705766677856 - ] - ], - [ - 4.266666889190674, - [ - -0.039030615240335464, - -0.08958761394023895, - -0.016602925956249237, - 0.9950754046440125 - ] - ], - [ - 4.300000190734863, - [ - -0.039137423038482666, - -0.08955080807209015, - -0.016188213601708412, - 0.9950813055038452 - ] - ], - [ - 4.333333492279053, - [ - -0.03920614346861839, - -0.08951009809970856, - -0.01579270325601101, - 0.9950886368751526 - ] - ], - [ - 4.366666793823242, - [ - -0.03922976925969124, - -0.08946543186903, - -0.01542251743376255, - 0.9950975179672241 - ] - ], - [ - 4.400000095367432, - [ - -0.03920140862464905, - -0.08941678702831268, - -0.01508363988250494, - 0.9951082468032837 - ] - ], - [ - 4.4666666984558105, - [ - -0.03896113857626915, - -0.08930768072605133, - -0.01452324353158474, - 0.9951357841491699 - ] - ], - [ - 4.5, - [ - -0.038735531270504, - -0.08924717456102371, - -0.014313196763396263, - 0.9951530694961548 - ] - ], - [ - 4.5333333015441895, - [ - -0.03843036666512489, - -0.08918262273073196, - -0.014157460071146488, - 0.995172917842865 - ] - ], - [ - 4.599999904632568, - [ - -0.03754974156618118, - -0.08904029428958893, - -0.014032987877726555, - 0.9952211380004883 - ] - ], - [ - 4.633333206176758, - [ - -0.03695876896381378, - -0.0889616385102272, - -0.014076135121285915, - 0.9952495694160461 - ] - ], - [ - 4.666666507720947, - [ - -0.036244314163923264, - -0.0888764038681984, - -0.01420294027775526, - 0.9952816963195801 - ] - ], - [ - 4.699999809265137, - [ - -0.0353885143995285, - -0.08878318965435028, - -0.014423450455069542, - 0.9953176379203796 - ] - ], - [ - 4.733333110809326, - [ - -0.034392569214105606, - -0.08868163079023361, - -0.014739328995347023, - 0.9953569769859314 - ] - ], - [ - 4.766666889190674, - [ - -0.033259399235248566, - -0.08857134729623795, - -0.015151389874517918, - 0.9953991174697876 - ] - ], - [ - 4.800000190734863, - [ - -0.031993526965379715, - -0.0884522944688797, - -0.015660587698221207, - 0.9954432845115662 - ] - ], - [ - 4.833333492279053, - [ - -0.0306019876152277, - -0.0883244127035141, - -0.016267236322164536, - 0.9954887628555298 - ] - ], - [ - 4.866666793823242, - [ - -0.02908818982541561, - -0.08817342668771744, - -0.016956351697444916, - 0.9955360293388367 - ] - ], - [ - 4.900000095367432, - [ - -0.027445470914244652, - -0.0879848450422287, - -0.017705805599689484, - 0.9955862164497375 - ] - ], - [ - 4.933333396911621, - [ - -0.025659576058387756, - -0.08777736872434616, - -0.018474692478775978, - 0.9956381916999817 - ] - ], - [ - 4.9666666984558105, - [ - -0.023731447756290436, - -0.0875716283917427, - -0.01922955922782421, - 0.9956898093223572 - ] - ], - [ - 5.0, - [ - -0.021685414016246796, - -0.08737100660800934, - -0.019966449588537216, - 0.9957396388053894 - ] - ], - [ - 5.0333333015441895, - [ - -0.01954597607254982, - -0.08717898279428482, - -0.020681390538811684, - 0.9957862496376038 - ] - ], - [ - 5.066666603088379, - [ - -0.01733780838549137, - -0.08699910342693329, - -0.0213702991604805, - 0.9958283305168152 - ] - ], - [ - 5.099999904632568, - [ - -0.015085743740200996, - -0.08683482557535172, - -0.022028932347893715, - 0.9958648681640625 - ] - ], - [ - 5.133333206176758, - [ - -0.012814781628549099, - -0.08668945729732513, - -0.02265295386314392, - 0.9958953857421875 - ] - ], - [ - 5.166666507720947, - [ - -0.010550116188824177, - -0.08656612038612366, - -0.023237766698002815, - 0.9959191679954529 - ] - ], - [ - 5.199999809265137, - [ - -0.008317052386701107, - -0.08646757900714874, - -0.02377859503030777, - 0.9959362149238586 - ] - ], - [ - 5.233333110809326, - [ - -0.006141080521047115, - -0.08639626950025558, - -0.02427036128938198, - 0.9959462285041809 - ] - ], - [ - 5.266666889190674, - [ - -0.004047771450132132, - -0.08635426312685013, - -0.024707769975066185, - 0.9959498643875122 - ] - ], - [ - 5.300000190734863, - [ - -0.002062908373773098, - -0.08634313941001892, - -0.025085223838686943, - 0.9959474802017212 - ] - ], - [ - 5.333333492279053, - [ - -0.00021224016381893307, - -0.08636396378278732, - -0.025396857410669327, - 0.9959398508071899 - ] - ], - [ - 5.366666793823242, - [ - 0.0014783910010010004, - -0.08641735464334488, - -0.025636551901698112, - 0.9959280490875244 - ] - ], - [ - 5.400000095367432, - [ - 0.0029831225983798504, - -0.08650331944227219, - -0.02579791285097599, - 0.995913028717041 - ] - ], - [ - 5.433333396911621, - [ - 0.004286172334104776, - -0.08661999553442001, - -0.025878718122839928, - 0.99589604139328 - ] - ], - [ - 5.4666666984558105, - [ - 0.005378591828048229, - -0.08676400780677795, - -0.025879504159092903, - 0.9958781599998474 - ] - ], - [ - 5.5, - [ - 0.006242914125323296, - -0.08693273365497589, - -0.025796888396143913, - 0.9958605766296387 - ] - ], - [ - 5.5333333015441895, - [ - 0.006868894677609205, - -0.08712206035852432, - -0.025630490854382515, - 0.9958441853523254 - ] - ], - [ - 5.566666603088379, - [ - 0.007242754567414522, - -0.08732784539461136, - -0.02537861280143261, - 0.9958299398422241 - ] - ], - [ - 5.599999904632568, - [ - 0.00735536077991128, - -0.0875449925661087, - -0.025041600689291954, - 0.9958186149597168 - ] - ], - [ - 5.633333206176758, - [ - 0.00720001757144928, - -0.0877695232629776, - -0.02462104894220829, - 0.9958105683326721 - ] - ], - [ - 5.666666507720947, - [ - 0.006775335408747196, - -0.0879964828491211, - -0.024120504036545753, - 0.9958056807518005 - ] - ], - [ - 5.699999809265137, - [ - 0.0060844458639621735, - -0.08819711208343506, - -0.02351621724665165, - 0.9958068132400513 - ] - ], - [ - 5.733333110809326, - [ - 0.005135959014296532, - -0.08834507316350937, - -0.022799991071224213, - 0.9958158135414124 - ] - ], - [ - 5.766666889190674, - [ - 0.003948059398680925, - -0.08843719214200974, - -0.02201121672987938, - 0.9958307147026062 - ] - ], - [ - 5.800000190734863, - [ - 0.0025440803728997707, - -0.08847498148679733, - -0.02117486670613289, - 0.995850145816803 - ] - ], - [ - 5.833333492279053, - [ - 0.000950007583014667, - -0.08846285194158554, - -0.020301315933465958, - 0.9958721399307251 - ] - ], - [ - 5.866666793823242, - [ - -0.0008081180858425796, - -0.08840607851743698, - -0.01940084993839264, - 0.9958952069282532 - ] - ], - [ - 5.900000095367432, - [ - -0.0027042042929679155, - -0.0883103609085083, - -0.018483715131878853, - 0.9959178566932678 - ] - ], - [ - 5.933333396911621, - [ - -0.004712124355137348, - -0.08818187564611435, - -0.01756005361676216, - 0.9959384799003601 - ] - ], - [ - 5.9666666984558105, - [ - -0.006805650424212217, - -0.08802689611911774, - -0.01663987897336483, - 0.9959559440612793 - ] - ], - [ - 6.0, - [ - -0.008958561345934868, - -0.0878518670797348, - -0.015733081847429276, - 0.9959689974784851 - ] - ], - [ - 6.0333333015441895, - [ - -0.011144571006298065, - -0.08766299486160278, - -0.014849364757537842, - 0.9959771633148193 - ] - ], - [ - 6.066666603088379, - [ - -0.013337363488972187, - -0.08746641874313354, - -0.013998359441757202, - 0.995979905128479 - ] - ], - [ - 6.099999904632568, - [ - -0.015510592609643936, - -0.08726778626441956, - -0.013189509510993958, - 0.9959768056869507 - ] - ], - [ - 6.133333206176758, - [ - -0.017637908458709717, - -0.08707240968942642, - -0.012432114221155643, - 0.995968222618103 - ] - ], - [ - 6.166666507720947, - [ - -0.01969292387366295, - -0.0868849977850914, - -0.011735420674085617, - 0.9959545731544495 - ] - ], - [ - 6.199999809265137, - [ - -0.021649321541190147, - -0.0867096483707428, - -0.011108523234724998, - 0.9959365129470825 - ] - ], - [ - 6.233333110809326, - [ - -0.023480691015720367, - -0.08654975146055222, - -0.01056052464991808, - 0.9959148168563843 - ] - ], - [ - 6.266666889190674, - [ - -0.025160769000649452, - -0.08640800416469574, - -0.010100302286446095, - 0.9958908557891846 - ] - ], - [ - 6.300000190734863, - [ - -0.026663197204470634, - -0.08628629893064499, - -0.009736881591379642, - 0.9958659410476685 - ] - ], - [ - 6.333333492279053, - [ - -0.027961786836385727, - -0.08618570864200592, - -0.009479069150984287, - 0.9958416223526001 - ] - ], - [ - 6.366666793823242, - [ - -0.029004177078604698, - -0.08610529452562332, - -0.009346972219645977, - 0.9958199262619019 - ] - ], - [ - 6.400000095367432, - [ - -0.029749099165201187, - -0.08604380488395691, - -0.009355928748846054, - 0.99580317735672 - ] - ], - [ - 6.4666666984558105, - [ - -0.03032774105668068, - -0.08597321808338165, - -0.009797083213925362, - 0.9957875609397888 - ] - ], - [ - 6.5, - [ - -0.030181370675563812, - -0.08596203476190567, - -0.010216042399406433, - 0.9957887530326843 - ] - ], - [ - 6.5333333015441895, - [ - -0.029773788526654243, - -0.08596611768007278, - -0.010751255787909031, - 0.9957951307296753 - ] - ], - [ - 6.566666603088379, - [ - -0.029125019907951355, - -0.08598420768976212, - -0.01138570997864008, - 0.9958056211471558 - ] - ], - [ - 6.599999904632568, - [ - -0.028262052685022354, - -0.0860166996717453, - -0.012101023457944393, - 0.9958193302154541 - ] - ], - [ - 6.633333206176758, - [ - -0.027214638888835907, - -0.08609757572412491, - -0.013027808628976345, - 0.9958298206329346 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292680523_205449.json b/lenses/physics-objects/Scene/assets/1646688292680523_205449.json deleted file mode 100644 index c0439d86..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292680523_205449.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292680523:205449", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292681703_205462.json b/lenses/physics-objects/Scene/assets/1646688292681703_205462.json deleted file mode 100644 index ceab2e0a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292681703_205462.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292681703:205462", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.708914756774902, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.66911506652832, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.678386688232422, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.7003812789917, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.736395835876465, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.775808334350586, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.803478240966797, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.808666229248047, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.77949333190918, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.733735084533691, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.698391914367676, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.693601608276367, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.715511322021484, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.753546714782715, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.789170265197754, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.797645568847656, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.771995544433594, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.736239433288574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.707063674926758, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.688926696777344, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.666657447814941, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.671357154846191, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.696249008178711, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.733413696289063, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.765080451965332, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.760485649108887, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.72316837310791, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.696537017822266, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.669221878051758, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.685872077941895, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.72342300415039, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.76618480682373, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.799692153930664, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.814644813537598, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.79341983795166, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.74703311920166, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.714308738708496, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.714203834533691, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.76113510131836, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.820659637451172, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.869340896606445, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.894037246704102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.877592086791992, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.783236503601074, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.759145736694336, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.751580238342285, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.802807807922363, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.868021965026855, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.898747444152832, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.880760192871094, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.84342098236084, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.802963256835938, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.770411491394043, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.764960289001465, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.796337127685547, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.840871810913086, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.864896774291992, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.808592796325684, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.732341766357422, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.706011772155762, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.707747459411621, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.730673789978027, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.79974365234375, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.797203063964844, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.758084297180176, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.721811294555664, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.69903564453125, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.671048164367676, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.675675392150879, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.712822914123535, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292681913_205469.json b/lenses/physics-objects/Scene/assets/1646688292681913_205469.json deleted file mode 100644 index 40eef119..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292681913_205469.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292681913:205469", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.02414613775908947, - -0.18023410439491272, - 0.015852730721235275, - 0.9831996560096741 - ] - ], - [ - 0.03333333507180214, - [ - 0.02414613775908947, - -0.18023410439491272, - 0.015852730721235275, - 0.9831996560096741 - ] - ], - [ - 0.06666667014360428, - [ - 0.028750287368893623, - -0.17626185715198517, - 0.012855803593993187, - 0.9838393926620483 - ] - ], - [ - 0.10000000149011612, - [ - 0.031469717621803284, - -0.17214877903461456, - 0.02234695293009281, - 0.9843146204948425 - ] - ], - [ - 0.13333334028720856, - [ - 0.02784198708832264, - -0.16588518023490906, - 0.03676564618945122, - 0.9850661158561707 - ] - ], - [ - 0.1666666716337204, - [ - 0.019212933257222176, - -0.1566653847694397, - 0.0651375874876976, - 0.985314130783081 - ] - ], - [ - 0.20000000298023224, - [ - 0.012410908937454224, - -0.14541161060333252, - 0.09937074780464172, - 0.9842900633811951 - ] - ], - [ - 0.23333333432674408, - [ - 0.011296134442090988, - -0.14096695184707642, - 0.103688083589077, - 0.9845048189163208 - ] - ], - [ - 0.2666666805744171, - [ - 0.01515891868621111, - -0.13924327492713928, - 0.08355572819709778, - 0.9866103529930115 - ] - ], - [ - 0.30000001192092896, - [ - 0.02026483230292797, - -0.13747777044773102, - 0.06867415457963943, - 0.9879134893417358 - ] - ], - [ - 0.3333333432674408, - [ - 0.023289375007152557, - -0.13596944510936737, - 0.059698957949876785, - 0.9886384606361389 - ] - ], - [ - 0.36666667461395264, - [ - 0.02219145931303501, - -0.13412442803382874, - 0.0534234382212162, - 0.9892745614051819 - ] - ], - [ - 0.4000000059604645, - [ - 0.015509127639234066, - -0.13219991326332092, - 0.05217255279421806, - 0.9897276759147644 - ] - ], - [ - 0.4333333373069763, - [ - 0.005368596874177456, - -0.13053056597709656, - 0.05477643758058548, - 0.9899154901504517 - ] - ], - [ - 0.46666666865348816, - [ - -0.00632353825494647, - -0.12924794852733612, - 0.059383220970630646, - 0.989812433719635 - ] - ], - [ - 0.5, - [ - -0.016557853668928146, - -0.12844163179397583, - 0.06423469632863998, - 0.9894961714744568 - ] - ], - [ - 0.5333333611488342, - [ - -0.024366525933146477, - -0.12938012182712555, - 0.07247619330883026, - 0.9886427521705627 - ] - ], - [ - 0.5666666626930237, - [ - -0.03105439431965351, - -0.13511605560779572, - 0.08098071068525314, - 0.987026572227478 - ] - ], - [ - 0.6000000238418579, - [ - -0.0356731116771698, - -0.14784018695354462, - 0.08298136293888092, - 0.9848781824111938 - ] - ], - [ - 0.6333333253860474, - [ - -0.037156667560338974, - -0.16368183493614197, - 0.07699841260910034, - 0.9828015565872192 - ] - ], - [ - 0.6666666865348816, - [ - -0.03322543203830719, - -0.17445212602615356, - 0.06208478659391403, - 0.9821445941925049 - ] - ], - [ - 0.699999988079071, - [ - -0.024653781205415726, - -0.17272025346755981, - 0.03790579363703728, - 0.9839325547218323 - ] - ], - [ - 0.7333333492279053, - [ - -0.015255678445100784, - -0.16060827672481537, - 0.011252147145569324, - 0.9868361949920654 - ] - ], - [ - 0.7666666507720947, - [ - -0.007744175847619772, - -0.1461714804172516, - -0.006806398741900921, - 0.989205539226532 - ] - ], - [ - 0.800000011920929, - [ - -0.004862988833338022, - -0.13837291300296783, - -0.01045132428407669, - 0.9903131127357483 - ] - ], - [ - 0.8333333134651184, - [ - -0.007124420255422592, - -0.13897737860679626, - -0.00010029121767729521, - 0.9902700185775757 - ] - ], - [ - 0.8666666746139526, - [ - -0.013667182996869087, - -0.14224892854690552, - 0.02066458761692047, - 0.9895209074020386 - ] - ], - [ - 0.8999999761581421, - [ - -0.02436649613082409, - -0.14082998037338257, - 0.038971949368715286, - 0.9889663457870483 - ] - ], - [ - 0.9333333373069763, - [ - -0.03737702965736389, - -0.13577596843242645, - 0.04669983685016632, - 0.9889322519302368 - ] - ], - [ - 0.9666666388511658, - [ - -0.049614474177360535, - -0.13132381439208984, - 0.049689263105392456, - 0.9888495802879333 - ] - ], - [ - 1.0, - [ - -0.05842222645878792, - -0.12992940843105316, - 0.04809918627142906, - 0.9886313080787659 - ] - ], - [ - 1.0333333015441895, - [ - -0.06171124801039696, - -0.13246877491474152, - 0.0415908508002758, - 0.9883895516395569 - ] - ], - [ - 1.0666667222976685, - [ - -0.05916956439614296, - -0.1373690962791443, - 0.03023151308298111, - 0.9882888197898865 - ] - ], - [ - 1.100000023841858, - [ - -0.05180039629340172, - -0.14142730832099915, - 0.014874400570988655, - 0.9884805679321289 - ] - ], - [ - 1.1333333253860474, - [ - -0.04093260318040848, - -0.14174652099609375, - -0.0026417351327836514, - 0.9890528321266174 - ] - ], - [ - 1.1666666269302368, - [ - -0.029470467939972878, - -0.1386045664548874, - -0.017636148259043694, - 0.9897521138191223 - ] - ], - [ - 1.2000000476837158, - [ - -0.019983775913715363, - -0.13557878136634827, - -0.02548910304903984, - 0.9902371168136597 - ] - ], - [ - 1.2333333492279053, - [ - -0.0127462362870574, - -0.13556283712387085, - -0.026166457682847977, - 0.9903412461280823 - ] - ], - [ - 1.2666666507720947, - [ - -0.008496655151247978, - -0.13922038674354553, - -0.019985070452094078, - 0.9900233745574951 - ] - ], - [ - 1.2999999523162842, - [ - -0.007519342005252838, - -0.144391730427742, - -0.007603172678500414, - 0.9894628524780273 - ] - ], - [ - 1.3333333730697632, - [ - -0.013596462085843086, - -0.14777731895446777, - 0.010767214931547642, - 0.9888685941696167 - ] - ], - [ - 1.3666666746139526, - [ - -0.027514399960637093, - -0.14324384927749634, - 0.03570697084069252, - 0.9886603951454163 - ] - ], - [ - 1.399999976158142, - [ - -0.04253702983260155, - -0.1317373812198639, - 0.06086311489343643, - 0.988499641418457 - ] - ], - [ - 1.4333332777023315, - [ - -0.053423989564180374, - -0.1264551430940628, - 0.07407167553901672, - 0.9877592921257019 - ] - ], - [ - 1.4666666984558105, - [ - -0.060135163366794586, - -0.1337604969739914, - 0.07105907797813416, - 0.9866319894790649 - ] - ], - [ - 1.5, - [ - -0.062227580696344376, - -0.14561514556407928, - 0.051641445606946945, - 0.9860309958457947 - ] - ], - [ - 1.5333333015441895, - [ - -0.058716095983982086, - -0.15368041396141052, - 0.022432241588830948, - 0.9861195683479309 - ] - ], - [ - 1.5666667222976685, - [ - -0.05048052594065666, - -0.15664540231227875, - -0.002158004092052579, - 0.9863616228103638 - ] - ], - [ - 1.600000023841858, - [ - -0.03946881741285324, - -0.15771806240081787, - -0.019776932895183563, - 0.9864969849586487 - ] - ], - [ - 1.6333333253860474, - [ - -0.0294054988771677, - -0.15995563566684723, - -0.03441312536597252, - 0.986085832118988 - ] - ], - [ - 1.6666666269302368, - [ - -0.021619539707899094, - -0.1655053347349167, - -0.043857697397470474, - 0.98499596118927 - ] - ], - [ - 1.7000000476837158, - [ - -0.018286844715476036, - -0.1763416826725006, - -0.045087024569511414, - 0.9831259250640869 - ] - ], - [ - 1.7333333492279053, - [ - -0.020018938928842545, - -0.19118764996528625, - -0.036366455256938934, - 0.9806753993034363 - ] - ], - [ - 1.7666666507720947, - [ - -0.024764729663729668, - -0.2050693780183792, - -0.018126582726836205, - 0.978266179561615 - ] - ], - [ - 1.7999999523162842, - [ - -0.028884921222925186, - -0.2145596146583557, - 0.004652067087590694, - 0.976272702217102 - ] - ], - [ - 1.8333333730697632, - [ - -0.03028995916247368, - -0.22010928392410278, - 0.025228969752788544, - 0.9746783971786499 - ] - ], - [ - 1.8666666746139526, - [ - -0.027843482792377472, - -0.22292494773864746, - 0.04233303293585777, - 0.9735180139541626 - ] - ], - [ - 1.899999976158142, - [ - -0.02117496356368065, - -0.2237360179424286, - 0.05673614516854286, - 0.9727665781974792 - ] - ], - [ - 1.9333332777023315, - [ - -0.010385425761342049, - -0.22289717197418213, - 0.06679504364728928, - 0.972495436668396 - ] - ], - [ - 1.9666666984558105, - [ - 0.0029937655199319124, - -0.221002995967865, - 0.07079663127660751, - 0.972695529460907 - ] - ], - [ - 2.0, - [ - 0.0172584168612957, - -0.2196260392665863, - 0.061435677111148834, - 0.9734949469566345 - ] - ], - [ - 2.0333333015441895, - [ - 0.030554182827472687, - -0.2216297835111618, - 0.04257378727197647, - 0.9737219214439392 - ] - ], - [ - 2.066666603088379, - [ - 0.04087778925895691, - -0.22911974787712097, - 0.025519708171486855, - 0.9722046852111816 - ] - ], - [ - 2.0999999046325684, - [ - 0.044313233345746994, - -0.24239952862262726, - 0.018934817984700203, - 0.968979001045227 - ] - ], - [ - 2.133333444595337, - [ - 0.03964456915855408, - -0.25938254594802856, - 0.027902992442250252, - 0.9645571112632751 - ] - ], - [ - 2.1666667461395264, - [ - 0.030819127336144447, - -0.2726992070674896, - 0.05007569491863251, - 0.960300862789154 - ] - ], - [ - 2.200000047683716, - [ - 0.021402815356850624, - -0.2696051001548767, - 0.07789232581853867, - 0.9595769047737122 - ] - ], - [ - 2.2333333492279053, - [ - 0.01436680369079113, - -0.2502354085445404, - 0.0993671640753746, - 0.9629653096199036 - ] - ], - [ - 2.2666666507720947, - [ - 0.01200353354215622, - -0.22820255160331726, - 0.1051160916686058, - 0.9678483009338379 - ] - ], - [ - 2.299999952316284, - [ - 0.0152369923889637, - -0.21472585201263428, - 0.09614428132772446, - 0.9718111753463745 - ] - ], - [ - 2.3333332538604736, - [ - 0.023105159401893616, - -0.21202625334262848, - 0.07530250400304794, - 0.9740844964981079 - ] - ], - [ - 2.366666555404663, - [ - 0.035221997648477554, - -0.21042920649051666, - 0.045730993151664734, - 0.9759035110473633 - ] - ], - [ - 2.4000000953674316, - [ - 0.04557329788804054, - -0.20680071413516998, - 0.022242877632379532, - 0.9770680665969849 - ] - ], - [ - 2.433333396911621, - [ - 0.04753865674138069, - -0.2083219587802887, - 0.01201040018349886, - 0.9768306016921997 - ] - ], - [ - 2.4666666984558105, - [ - 0.0442303791642189, - -0.2152983695268631, - 0.014421823434531689, - 0.9754396677017212 - ] - ], - [ - 2.5, - [ - 0.034754302352666855, - -0.22375111281871796, - 0.031665194779634476, - 0.9735117554664612 - ] - ], - [ - 2.5333333015441895, - [ - 0.023116450756788254, - -0.22307857871055603, - 0.059588972479104996, - 0.9727028012275696 - ] - ], - [ - 2.566666603088379, - [ - 0.016142310574650764, - -0.2107602059841156, - 0.08401788026094437, - 0.9737868309020996 - ] - ], - [ - 2.5999999046325684, - [ - 0.016540048643946648, - -0.20001325011253357, - 0.09488184005022049, - 0.9750480055809021 - ] - ], - [ - 2.633333444595337, - [ - 0.021054569631814957, - -0.19913774728775024, - 0.09517303109169006, - 0.9751117825508118 - ] - ], - [ - 2.6666667461395264, - [ - 0.024578819051384926, - -0.2034742534160614, - 0.0861830860376358, - 0.9749700427055359 - ] - ], - [ - 2.700000047683716, - [ - 0.027310064062476158, - -0.20565280318260193, - 0.07221764326095581, - 0.9755745530128479 - ] - ], - [ - 2.7333333492279053, - [ - 0.028530720621347427, - -0.20526695251464844, - 0.06969200074672699, - 0.9758045673370361 - ] - ], - [ - 2.7666666507720947, - [ - 0.03202080726623535, - -0.20287035405635834, - 0.07731430977582932, - 0.9756233096122742 - ] - ], - [ - 2.799999952316284, - [ - 0.031985748559236526, - -0.19622381031513214, - 0.0889439731836319, - 0.9759929776191711 - ] - ], - [ - 2.8333332538604736, - [ - 0.012133531272411346, - -0.17575573921203613, - 0.12835121154785156, - 0.9759553670883179 - ] - ], - [ - 2.866666555404663, - [ - -0.022642971947789192, - -0.14952045679092407, - 0.18705439567565918, - 0.9706398844718933 - ] - ], - [ - 2.9000000953674316, - [ - -0.03878220543265343, - -0.1353614330291748, - 0.20187440514564514, - 0.9692367911338806 - ] - ], - [ - 2.933333396911621, - [ - -0.03414923697710037, - -0.12111459672451019, - 0.12190474569797516, - 0.9845325350761414 - ] - ], - [ - 2.9666666984558105, - [ - -0.02442099340260029, - -0.10357178747653961, - 0.0001749985822243616, - 0.9943221211433411 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.015395471826195717, - -0.07244844734668732, - -0.10429678112268448, - 0.9917844533920288 - ] - ], - [ - 3.066666603088379, - [ - 0.035361018031835556, - -0.053850218653678894, - -0.1101430207490921, - 0.9918256998062134 - ] - ], - [ - 3.0999999046325684, - [ - 0.03728261962532997, - -0.04515549913048744, - -0.1044958308339119, - 0.9927998781204224 - ] - ], - [ - 3.133333444595337, - [ - 0.024907346814870834, - -0.045228324830532074, - -0.0946136862039566, - 0.9941741824150085 - ] - ], - [ - 3.1666667461395264, - [ - 0.01391415111720562, - -0.0453084334731102, - -0.08490050584077835, - 0.9952614903450012 - ] - ], - [ - 3.200000047683716, - [ - 0.0058842748403549194, - -0.04383378475904465, - -0.07457226514816284, - 0.9962344765663147 - ] - ], - [ - 3.2333333492279053, - [ - -0.00037575734313577414, - -0.04261249676346779, - -0.0679415687918663, - 0.9967787861824036 - ] - ], - [ - 3.2666666507720947, - [ - -0.00410606199875474, - -0.04699617996811867, - -0.07093589752912521, - 0.9963647127151489 - ] - ], - [ - 3.299999952316284, - [ - -0.0043211146257817745, - -0.055425070226192474, - -0.08367859572172165, - 0.9949409365653992 - ] - ], - [ - 3.3333332538604736, - [ - 0.007260885089635849, - -0.05661091208457947, - -0.11707919836044312, - 0.9914811849594116 - ] - ], - [ - 3.366666555404663, - [ - 0.023936279118061066, - -0.05857906490564346, - -0.14851520955562592, - 0.9868834614753723 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292682125_205476.json b/lenses/physics-objects/Scene/assets/1646688292682125_205476.json deleted file mode 100644 index be92996f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292682125_205476.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292682125:205476", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292683316_205489.json b/lenses/physics-objects/Scene/assets/1646688292683316_205489.json deleted file mode 100644 index 19f17bb2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292683316_205489.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292683316:205489", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.70188045501709, - 0.0, - 7.105427357601002e-15 - ] - ], - [ - 0.5333333611488342, - [ - 9.726768493652344, - -1.4210836927510111e-14, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.6859712600708, - -1.9387039443735764e-26, - 6.217248937900877e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.713971138000488, - 0.0, - 1.2434497875801753e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.700383186340332, - -6.402349254233616e-25, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292683864_205496.json b/lenses/physics-objects/Scene/assets/1646688292683864_205496.json deleted file mode 100644 index a4fe8cb0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292683864_205496.json +++ /dev/null @@ -1,1774 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292683864:205496", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026021884754300117, - -0.05280650407075882, - -0.0682370513677597, - 0.9959307312965393 - ] - ], - [ - 0.03333333507180214, - [ - -0.026021884754300117, - -0.05280650407075882, - -0.0682370513677597, - 0.9959307312965393 - ] - ], - [ - 0.06666667014360428, - [ - -0.02483760006725788, - -0.053331159055233, - -0.06917396187782288, - 0.9958683848381042 - ] - ], - [ - 0.10000000149011612, - [ - -0.02352728880941868, - -0.05395149067044258, - -0.07080107182264328, - 0.9957524538040161 - ] - ], - [ - 0.13333334028720856, - [ - -0.022137224674224854, - -0.05466808006167412, - -0.07313591241836548, - 0.9955765604972839 - ] - ], - [ - 0.1666666716337204, - [ - -0.020705722272396088, - -0.05546550452709198, - -0.07607628405094147, - 0.9953427910804749 - ] - ], - [ - 0.20000000298023224, - [ - -0.019270790740847588, - -0.05633105710148811, - -0.07951931655406952, - 0.9950538277626038 - ] - ], - [ - 0.23333333432674408, - [ - -0.017869984731078148, - -0.0572543628513813, - -0.08336141705513, - 0.994712769985199 - ] - ], - [ - 0.2666666805744171, - [ - -0.016540298238396645, - -0.0582268089056015, - -0.08749876916408539, - 0.9943239092826843 - ] - ], - [ - 0.30000001192092896, - [ - -0.015318294987082481, - -0.05924132466316223, - -0.0918273776769638, - 0.9938931465148926 - ] - ], - [ - 0.3333333432674408, - [ - -0.014240027405321598, - -0.060291774570941925, - -0.09624334424734116, - 0.9934280514717102 - ] - ], - [ - 0.36666667461395264, - [ - -0.01334113348275423, - -0.0613725520670414, - -0.1006431058049202, - 0.9929382801055908 - ] - ], - [ - 0.4000000059604645, - [ - -0.012629636563360691, - -0.06246950477361679, - -0.10492885112762451, - 0.9924353957176208 - ] - ], - [ - 0.4333333373069763, - [ - -0.012102247215807438, - -0.06356310844421387, - -0.10900610685348511, - 0.9919329285621643 - ] - ], - [ - 0.46666666865348816, - [ - -0.011747309938073158, - -0.06463058292865753, - -0.11278312653303146, - 0.9914458394050598 - ] - ], - [ - 0.5, - [ - -0.011547422036528587, - -0.06564479321241379, - -0.1161709800362587, - 0.9909902811050415 - ] - ], - [ - 0.5333333611488342, - [ - -0.011496959254145622, - -0.06657884269952774, - -0.11907999962568283, - 0.9905831813812256 - ] - ], - [ - 0.5666666626930237, - [ - -0.011587933637201786, - -0.06740304082632065, - -0.12142226845026016, - 0.9902420043945313 - ] - ], - [ - 0.6000000238418579, - [ - -0.011805299669504166, - -0.06807580590248108, - -0.1230941116809845, - 0.9899869561195374 - ] - ], - [ - 0.6333333253860474, - [ - -0.01213016826659441, - -0.06855198740959167, - -0.12398840487003326, - 0.9898386597633362 - ] - ], - [ - 0.6666666865348816, - [ - -0.012540890835225582, - -0.06885268539190292, - -0.12425936013460159, - 0.9897785782814026 - ] - ], - [ - 0.699999988079071, - [ - -0.013012110255658627, - -0.0690113827586174, - -0.12411346286535263, - 0.9897797703742981 - ] - ], - [ - 0.7333333492279053, - [ - -0.013524577021598816, - -0.0690566822886467, - -0.12363094836473465, - 0.9898301362991333 - ] - ], - [ - 0.7666666507720947, - [ - -0.01405705139040947, - -0.06902697682380676, - -0.12291732430458069, - 0.9899136424064636 - ] - ], - [ - 0.800000011920929, - [ - -0.014601712115108967, - -0.06892362982034683, - -0.1219935417175293, - 0.9900272488594055 - ] - ], - [ - 0.8333333134651184, - [ - -0.015150883235037327, - -0.06874815374612808, - -0.12088052928447723, - 0.9901677966117859 - ] - ], - [ - 0.8666666746139526, - [ - -0.015697015449404716, - -0.06850223243236542, - -0.11959902942180634, - 0.9903318285942078 - ] - ], - [ - 0.8999999761581421, - [ - -0.016232695430517197, - -0.06818784028291702, - -0.11816981434822083, - 0.9905164241790771 - ] - ], - [ - 0.9333333373069763, - [ - -0.016750693321228027, - -0.06780722737312317, - -0.11661352962255478, - 0.9907183647155762 - ] - ], - [ - 0.9666666388511658, - [ - -0.017243873327970505, - -0.06736300140619278, - -0.1149507537484169, - 0.9909344911575317 - ] - ], - [ - 1.0, - [ - -0.0177052803337574, - -0.06685809046030045, - -0.1132020577788353, - 0.9911619424819946 - ] - ], - [ - 1.0333333015441895, - [ - -0.018128003925085068, - -0.0662958025932312, - -0.11138789355754852, - 0.991397500038147 - ] - ], - [ - 1.0666667222976685, - [ - -0.018505269661545753, - -0.06567983329296112, - -0.10952875018119812, - 0.9916386008262634 - ] - ], - [ - 1.100000023841858, - [ - -0.018830355256795883, - -0.06501418352127075, - -0.10764501988887787, - 0.9918826222419739 - ] - ], - [ - 1.1333333253860474, - [ - -0.019096584990620613, - -0.0643031895160675, - -0.10575710982084274, - 0.9921269416809082 - ] - ], - [ - 1.1666666269302368, - [ - -0.019297288730740547, - -0.06355147808790207, - -0.10388534516096115, - 0.9923692345619202 - ] - ], - [ - 1.2000000476837158, - [ - -0.019516678526997566, - -0.06278121471405029, - -0.10196617245674133, - 0.9926129579544067 - ] - ], - [ - 1.2333333492279053, - [ - -0.01983211375772953, - -0.06201409548521042, - -0.09994170814752579, - 0.9928607940673828 - ] - ], - [ - 1.2666666507720947, - [ - -0.02022656612098217, - -0.06125452741980553, - -0.09784077852964401, - 0.9931092262268066 - ] - ], - [ - 1.2999999523162842, - [ - -0.020677275955677032, - -0.06050567328929901, - -0.09569349884986877, - 0.9933551549911499 - ] - ], - [ - 1.3333333730697632, - [ - -0.021167948842048645, - -0.05977289378643036, - -0.09352884441614151, - 0.9935952425003052 - ] - ], - [ - 1.3666666746139526, - [ - -0.021664919331669807, - -0.05905643478035927, - -0.09137923270463943, - 0.9938274621963501 - ] - ], - [ - 1.399999976158142, - [ - -0.022138377651572227, - -0.05835786089301109, - -0.08927644789218903, - 0.9940493702888489 - ] - ], - [ - 1.4333332777023315, - [ - -0.022577429190278053, - -0.0576840303838253, - -0.08724907785654068, - 0.9942588210105896 - ] - ], - [ - 1.4666666984558105, - [ - -0.02297297865152359, - -0.057041652500629425, - -0.08532567322254181, - 0.9944537281990051 - ] - ], - [ - 1.5, - [ - -0.023317594081163406, - -0.05643796548247337, - -0.08353795856237411, - 0.9946319460868835 - ] - ], - [ - 1.5333333015441895, - [ - -0.02360648289322853, - -0.05587957799434662, - -0.08191932737827301, - 0.9947911500930786 - ] - ], - [ - 1.5666667222976685, - [ - -0.023831233382225037, - -0.055353011935949326, - -0.08047924190759659, - 0.9949327707290649 - ] - ], - [ - 1.600000023841858, - [ - -0.023986220359802246, - -0.05484337732195854, - -0.07921163737773895, - 0.9950590133666992 - ] - ], - [ - 1.6333333253860474, - [ - -0.02405911684036255, - -0.05436776950955391, - -0.07809389382600784, - 0.9951717853546143 - ] - ], - [ - 1.6666666269302368, - [ - -0.024040454998612404, - -0.05393727496266365, - -0.0770951509475708, - 0.9952734112739563 - ] - ], - [ - 1.7000000476837158, - [ - -0.023943915963172913, - -0.0535484254360199, - -0.07620938122272491, - 0.9953649640083313 - ] - ], - [ - 1.7333333492279053, - [ - -0.02378341741859913, - -0.05319844186306, - -0.07543028146028519, - 0.9954469203948975 - ] - ], - [ - 1.7666666507720947, - [ - -0.023572873324155807, - -0.05288522690534592, - -0.07475142180919647, - 0.9955198168754578 - ] - ], - [ - 1.7999999523162842, - [ - -0.023326387628912926, - -0.05260726436972618, - -0.07416621595621109, - 0.9955841302871704 - ] - ], - [ - 1.8333333730697632, - [ - -0.023058107122778893, - -0.0523635596036911, - -0.07366808503866196, - 0.995640218257904 - ] - ], - [ - 1.8666666746139526, - [ - -0.02278229035437107, - -0.05215359106659889, - -0.0732501819729805, - 0.9956883788108826 - ] - ], - [ - 1.899999976158142, - [ - -0.022513344883918762, - -0.05197723209857941, - -0.07290565967559814, - 0.9957290291786194 - ] - ], - [ - 1.9333332777023315, - [ - -0.022265708073973656, - -0.051834654062986374, - -0.07262757420539856, - 0.9957623481750488 - ] - ], - [ - 1.9666666984558105, - [ - -0.022053901106119156, - -0.0517263226211071, - -0.07240881770849228, - 0.9957886338233948 - ] - ], - [ - 2.066666603088379, - [ - -0.02177959494292736, - -0.05161436274647713, - -0.07203663140535355, - 0.9958274364471436 - ] - ], - [ - 2.0999999046325684, - [ - -0.021857276558876038, - -0.051651109009981155, - -0.07198280096054077, - 0.9958277344703674 - ] - ], - [ - 2.133333444595337, - [ - -0.022033706307411194, - -0.05172433704137802, - -0.0719531998038292, - 0.9958221912384033 - ] - ], - [ - 2.200000047683716, - [ - -0.022681837901473045, - -0.05197069048881531, - -0.07194559276103973, - 0.9957953691482544 - ] - ], - [ - 2.2333333492279053, - [ - -0.023159265518188477, - -0.052139509469270706, - -0.07195602357387543, - 0.9957748055458069 - ] - ], - [ - 2.2666666507720947, - [ - -0.02374163456261158, - -0.052335985004901886, - -0.07196836918592453, - 0.9957498908042908 - ] - ], - [ - 2.299999952316284, - [ - -0.024427229538559914, - -0.052557315677404404, - -0.071977399289608, - 0.9957211017608643 - ] - ], - [ - 2.3333332538604736, - [ - -0.025211742147803307, - -0.05280408263206482, - -0.07197922468185425, - 0.995688259601593 - ] - ], - [ - 2.366666555404663, - [ - -0.026085516437888145, - -0.05307560786604881, - -0.0719691663980484, - 0.9956520199775696 - ] - ], - [ - 2.4000000953674316, - [ - -0.027124710381031036, - -0.05336478725075722, - -0.07181509584188461, - 0.9956199526786804 - ] - ], - [ - 2.433333396911621, - [ - -0.028406688943505287, - -0.053662657737731934, - -0.07139650732278824, - 0.9955983757972717 - ] - ], - [ - 2.4666666984558105, - [ - -0.029912006109952927, - -0.053960081189870834, - -0.07071620970964432, - 0.9955867528915405 - ] - ], - [ - 2.5, - [ - -0.031616125255823135, - -0.05425413325428963, - -0.06978415697813034, - 0.9955838918685913 - ] - ], - [ - 2.5333333015441895, - [ - -0.033491916954517365, - -0.05454528331756592, - -0.06862486153841019, - 0.9955871105194092 - ] - ], - [ - 2.566666603088379, - [ - -0.03551212325692177, - -0.05483517423272133, - -0.06726270914077759, - 0.9955941438674927 - ] - ], - [ - 2.5999999046325684, - [ - -0.03764951974153519, - -0.05512615665793419, - -0.06572217494249344, - 0.9956024289131165 - ] - ], - [ - 2.633333444595337, - [ - -0.039876777678728104, - -0.0554211288690567, - -0.06402777880430222, - 0.9956097602844238 - ] - ], - [ - 2.6666667461395264, - [ - -0.04216654226183891, - -0.05572319030761719, - -0.06220415234565735, - 0.9956141710281372 - ] - ], - [ - 2.700000047683716, - [ - -0.04449132829904556, - -0.056035567075014114, - -0.06027597188949585, - 0.9956140518188477 - ] - ], - [ - 2.7333333492279053, - [ - -0.04682375490665436, - -0.05636123940348625, - -0.058268025517463684, - 0.9956082701683044 - ] - ], - [ - 2.7666666507720947, - [ - -0.04913628101348877, - -0.056702855974435806, - -0.05620527267456055, - 0.9955959916114807 - ] - ], - [ - 2.799999952316284, - [ - -0.05140148475766182, - -0.05706251785159111, - -0.054112743586301804, - 0.9955770969390869 - ] - ], - [ - 2.8333332538604736, - [ - -0.05359184741973877, - -0.057441726326942444, - -0.05201559141278267, - 0.9955514669418335 - ] - ], - [ - 2.866666555404663, - [ - -0.05567985400557518, - -0.05784113332629204, - -0.04993903264403343, - 0.9955201148986816 - ] - ], - [ - 2.9000000953674316, - [ - -0.057638198137283325, - -0.05826060101389885, - -0.04790829122066498, - 0.9954839944839478 - ] - ], - [ - 2.933333396911621, - [ - -0.059396494179964066, - -0.05868490785360336, - -0.045989181846380234, - 0.9954462051391602 - ] - ], - [ - 2.9666666984558105, - [ - -0.06089858338236809, - -0.05910109356045723, - -0.04423385486006737, - 0.9954103827476501 - ] - ], - [ - 3.0, - [ - -0.062138404697179794, - -0.059511493891477585, - -0.042647264897823334, - 0.9953785538673401 - ] - ], - [ - 3.0333333015441895, - [ - -0.06310971081256866, - -0.05991823226213455, - -0.041234347969293594, - 0.995352566242218 - ] - ], - [ - 3.066666603088379, - [ - -0.06377994269132614, - -0.06032000482082367, - -0.04000487178564072, - 0.9953357577323914 - ] - ], - [ - 3.0999999046325684, - [ - -0.06412757933139801, - -0.06071696802973747, - -0.03896668925881386, - 0.9953304529190063 - ] - ], - [ - 3.133333444595337, - [ - -0.06416573375463486, - -0.06111450865864754, - -0.03812120482325554, - 0.9953364133834839 - ] - ], - [ - 3.1666667461395264, - [ - -0.06391650438308716, - -0.061518263071775436, - -0.03746815770864487, - 0.9953523874282837 - ] - ], - [ - 3.200000047683716, - [ - -0.06341753154993057, - -0.06193394586443901, - -0.037004485726356506, - 0.9953758716583252 - ] - ], - [ - 3.2333333492279053, - [ - -0.0626838207244873, - -0.062356285750865936, - -0.036751940846443176, - 0.9954053163528442 - ] - ], - [ - 3.2666666507720947, - [ - -0.061710819602012634, - -0.06277580559253693, - -0.03672843798995018, - 0.9954406023025513 - ] - ], - [ - 3.299999952316284, - [ - -0.06052059307694435, - -0.06319097429513931, - -0.0369366891682148, - 0.9954797029495239 - ] - ], - [ - 3.3333332538604736, - [ - -0.05913737788796425, - -0.06361398845911026, - -0.03760865330696106, - 0.9955107569694519 - ] - ], - [ - 3.366666555404663, - [ - -0.05759214982390404, - -0.06405666470527649, - -0.03891990706324577, - 0.9955225586891174 - ] - ], - [ - 3.4000000953674316, - [ - -0.05592197924852371, - -0.06453723460435867, - -0.04091975837945938, - 0.9955065250396729 - ] - ], - [ - 3.433333396911621, - [ - -0.0541684664785862, - -0.06506757438182831, - -0.04363185912370682, - 0.9954538941383362 - ] - ], - [ - 3.4666666984558105, - [ - -0.05236531421542168, - -0.06563615053892136, - -0.0469575971364975, - 0.9953616261482239 - ] - ], - [ - 3.5, - [ - -0.05054599046707153, - -0.06623413413763046, - -0.05079791694879532, - 0.995227575302124 - ] - ], - [ - 3.5333333015441895, - [ - -0.048743534833192825, - -0.06685502082109451, - -0.05505317077040672, - 0.9950496554374695 - ] - ], - [ - 3.566666603088379, - [ - -0.046990759670734406, - -0.06749417632818222, - -0.05962330475449562, - 0.9948274493217468 - ] - ], - [ - 3.5999999046325684, - [ - -0.045307792723178864, - -0.06814396381378174, - -0.06441912800073624, - 0.9945622086524963 - ] - ], - [ - 3.633333444595337, - [ - -0.04372744262218475, - -0.06880304217338562, - -0.06933947652578354, - 0.9942566752433777 - ] - ], - [ - 3.6666667461395264, - [ - -0.042300958186388016, - -0.06947728991508484, - -0.07426606118679047, - 0.9939155578613281 - ] - ], - [ - 3.700000047683716, - [ - -0.04105139896273613, - -0.07016521692276001, - -0.07908721268177032, - 0.9935476183891296 - ] - ], - [ - 3.7333333492279053, - [ - -0.03999044746160507, - -0.07085967808961868, - -0.08369430154561996, - 0.9931641221046448 - ] - ], - [ - 3.7666666507720947, - [ - -0.03912116959691048, - -0.07154945284128189, - -0.08798156678676605, - 0.9927786588668823 - ] - ], - [ - 3.799999952316284, - [ - -0.038440968841314316, - -0.07221810519695282, - -0.09184567630290985, - 0.9924067854881287 - ] - ], - [ - 3.8333332538604736, - [ - -0.037958767265081406, - -0.07284725457429886, - -0.09518218040466309, - 0.992064893245697 - ] - ], - [ - 3.866666555404663, - [ - -0.03765068203210831, - -0.07340595126152039, - -0.09791576117277145, - 0.9917693734169006 - ] - ], - [ - 3.9000000953674316, - [ - -0.037476181983947754, - -0.07385292649269104, - -0.09996291249990463, - 0.9915386438369751 - ] - ], - [ - 3.933333396911621, - [ - -0.037416256964206696, - -0.07415176182985306, - -0.10121376812458038, - 0.9913915991783142 - ] - ], - [ - 3.9666666984558105, - [ - -0.03744834288954735, - -0.07430694252252579, - -0.10182485729455948, - 0.9913161993026733 - ] - ], - [ - 4.0333333015441895, - [ - -0.0376892052590847, - -0.0742531344294548, - -0.10184085369110107, - 0.9913094639778137 - ] - ], - [ - 4.066666603088379, - [ - -0.03785650432109833, - -0.07410434633493423, - -0.10143651068210602, - 0.9913556575775146 - ] - ], - [ - 4.099999904632568, - [ - -0.03803957998752594, - -0.07388697564601898, - -0.10081542283296585, - 0.9914282560348511 - ] - ], - [ - 4.133333206176758, - [ - -0.038230348378419876, - -0.07360221445560455, - -0.09999947249889374, - 0.9915248155593872 - ] - ], - [ - 4.166666507720947, - [ - -0.03842085599899292, - -0.07325143367052078, - -0.0990103930234909, - 0.9916425943374634 - ] - ], - [ - 4.199999809265137, - [ - -0.038603316992521286, - -0.07283631712198257, - -0.09786989539861679, - 0.9917792677879333 - ] - ], - [ - 4.233333110809326, - [ - -0.038770128041505814, - -0.07235883176326752, - -0.0965995341539383, - 0.9919322729110718 - ] - ], - [ - 4.266666889190674, - [ - -0.03891385346651077, - -0.07182128727436066, - -0.09522078931331635, - 0.9920991063117981 - ] - ], - [ - 4.300000190734863, - [ - -0.039027098566293716, - -0.07122638076543808, - -0.09375503659248352, - 0.9922770261764526 - ] - ], - [ - 4.333333492279053, - [ - -0.0391027107834816, - -0.07057712227106094, - -0.09222353249788284, - 0.9924639463424683 - ] - ], - [ - 4.366666793823242, - [ - -0.03913356736302376, - -0.06987692415714264, - -0.09064751118421555, - 0.9926574230194092 - ] - ], - [ - 4.400000095367432, - [ - -0.03911261260509491, - -0.0691295862197876, - -0.0890481173992157, - 0.9928553700447083 - ] - ], - [ - 4.433333396911621, - [ - -0.039032917469739914, - -0.06833911687135696, - -0.08744630217552185, - 0.9930555820465088 - ] - ], - [ - 4.4666666984558105, - [ - -0.038887541741132736, - -0.06750988960266113, - -0.08586310595273972, - 0.9932560920715332 - ] - ], - [ - 4.5, - [ - -0.0386694110929966, - -0.0666465014219284, - -0.08431939035654068, - 0.993455171585083 - ] - ], - [ - 4.5333333015441895, - [ - -0.03837152570486069, - -0.06575372815132141, - -0.08283597975969315, - 0.9936509728431702 - ] - ], - [ - 4.566666603088379, - [ - -0.03798706457018852, - -0.06483661383390427, - -0.08143336325883865, - 0.9938419461250305 - ] - ], - [ - 4.599999904632568, - [ - -0.037504643201828, - -0.0638992041349411, - -0.08013183623552322, - 0.994026780128479 - ] - ], - [ - 4.633333206176758, - [ - -0.03691992536187172, - -0.06294737756252289, - -0.07894989103078842, - 0.9942039251327515 - ] - ], - [ - 4.666666507720947, - [ - -0.03621114790439606, - -0.061982497572898865, - -0.07790927588939667, - 0.9943727254867554 - ] - ], - [ - 4.699999809265137, - [ - -0.035360582172870636, - -0.061006806790828705, - -0.0770307406783104, - 0.9945321083068848 - ] - ], - [ - 4.733333110809326, - [ - -0.03436916321516037, - -0.06002705916762352, - -0.07633136212825775, - 0.9946804642677307 - ] - ], - [ - 4.766666889190674, - [ - -0.033239878714084625, - -0.05904979258775711, - -0.07582782953977585, - 0.9948157668113708 - ] - ], - [ - 4.800000190734863, - [ - -0.03197718784213066, - -0.0580824539065361, - -0.0755399540066719, - 0.9949359893798828 - ] - ], - [ - 4.833333492279053, - [ - -0.030588120222091675, - -0.057131946086883545, - -0.07548882812261581, - 0.9950385689735413 - ] - ], - [ - 4.866666793823242, - [ - -0.02907613478600979, - -0.056184906512498856, - -0.07567095756530762, - 0.9951239824295044 - ] - ], - [ - 4.900000095367432, - [ - -0.027434634044766426, - -0.05522500351071358, - -0.07608005404472351, - 0.9951931238174438 - ] - ], - [ - 4.933333396911621, - [ - -0.02564946375787258, - -0.05426887050271034, - -0.07669474184513092, - 0.995246171951294 - ] - ], - [ - 4.9666666984558105, - [ - -0.023721762001514435, - -0.05333363264799118, - -0.07747450470924377, - 0.9952841401100159 - ] - ], - [ - 5.0, - [ - -0.021675944328308105, - -0.05242380127310753, - -0.0784037783741951, - 0.9953063726425171 - ] - ], - [ - 5.0333333015441895, - [ - -0.01953667588531971, - -0.05154455825686455, - -0.0794668048620224, - 0.9953122735023499 - ] - ], - [ - 5.066666603088379, - [ - -0.01732863485813141, - -0.05070148780941963, - -0.08064767718315125, - 0.9953014850616455 - ] - ], - [ - 5.099999904632568, - [ - -0.015076792798936367, - -0.049900494515895844, - -0.08193036168813705, - 0.9952739477157593 - ] - ], - [ - 5.133333206176758, - [ - -0.012806215323507786, - -0.04914760962128639, - -0.083298459649086, - 0.9952295422554016 - ] - ], - [ - 5.166666507720947, - [ - -0.010542154312133789, - -0.04844880476593971, - -0.08473551273345947, - 0.9951690435409546 - ] - ], - [ - 5.199999809265137, - [ - -0.008309999480843544, - -0.047809965908527374, - -0.08622470498085022, - 0.9950931668281555 - ] - ], - [ - 5.233333110809326, - [ - -0.006135264877229929, - -0.0472366102039814, - -0.08774907886981964, - 0.9950031042098999 - ] - ], - [ - 5.266666889190674, - [ - -0.004043503198772669, - -0.04673389345407486, - -0.08929137885570526, - 0.9949003458023071 - ] - ], - [ - 5.300000190734863, - [ - -0.0020605011377483606, - -0.04630643501877785, - -0.09083416312932968, - 0.9947867393493652 - ] - ], - [ - 5.333333492279053, - [ - -0.00021196811576373875, - -0.04595837742090225, - -0.0923597514629364, - 0.9946644902229309 - ] - ], - [ - 5.366666793823242, - [ - 0.0014763239305466413, - -0.045693010091781616, - -0.09385034441947937, - 0.9945361018180847 - ] - ], - [ - 5.400000095367432, - [ - 0.0029786035884171724, - -0.045513052493333817, - -0.09528793394565582, - 0.9944043159484863 - ] - ], - [ - 5.433333396911621, - [ - 0.004279181361198425, - -0.045417409390211105, - -0.09665578603744507, - 0.994271993637085 - ] - ], - [ - 5.4666666984558105, - [ - 0.005369213409721851, - -0.04540211334824562, - -0.09793796390295029, - 0.9941419363021851 - ] - ], - [ - 5.5, - [ - 0.006231349427253008, - -0.04546410217881203, - -0.09911733865737915, - 0.9940170645713806 - ] - ], - [ - 5.5333333015441895, - [ - 0.006855480372905731, - -0.04559748247265816, - -0.10017790645360947, - 0.9939005374908447 - ] - ], - [ - 5.566666603088379, - [ - 0.007227946072816849, - -0.04579707980155945, - -0.10110302269458771, - 0.9937950372695923 - ] - ], - [ - 5.599999904632568, - [ - 0.007339727599173784, - -0.04605570435523987, - -0.10187679529190063, - 0.9937032461166382 - ] - ], - [ - 5.633333206176758, - [ - 0.007184233050793409, - -0.046369362622499466, - -0.10248366743326187, - 0.9936274886131287 - ] - ], - [ - 5.666666507720947, - [ - 0.006760112941265106, - -0.046731527894735336, - -0.10290733724832535, - 0.9935696125030518 - ] - ], - [ - 5.699999809265137, - [ - 0.006070578936487436, - -0.047100648283958435, - -0.103091761469841, - 0.9935374855995178 - ] - ], - [ - 5.733333110809326, - [ - 0.005124197807163, - -0.0474369153380394, - -0.10299938172101974, - 0.9935364127159119 - ] - ], - [ - 5.766666889190674, - [ - 0.003939073067158461, - -0.047729361802339554, - -0.10263249278068542, - 0.9935657978057861 - ] - ], - [ - 5.800000190734863, - [ - 0.002538390690460801, - -0.04797583073377609, - -0.1020004078745842, - 0.9936235547065735 - ] - ], - [ - 5.833333492279053, - [ - 0.0009479402215220034, - -0.0481790192425251, - -0.10112619400024414, - 0.9937058687210083 - ] - ], - [ - 5.866666793823242, - [ - -0.0008064242429099977, - -0.048342883586883545, - -0.10003256052732468, - 0.9938087463378906 - ] - ], - [ - 5.900000095367432, - [ - -0.0026988014578819275, - -0.04847247153520584, - -0.09874214977025986, - 0.9939281344413757 - ] - ], - [ - 5.933333396911621, - [ - -0.004703233018517494, - -0.04857347905635834, - -0.09727739542722702, - 0.9940601587295532 - ] - ], - [ - 5.9666666984558105, - [ - -0.00679366011172533, - -0.04865219071507454, - -0.09566085785627365, - 0.9942011833190918 - ] - ], - [ - 6.0, - [ - -0.008943967521190643, - -0.048714976757764816, - -0.09391497075557709, - 0.9943474531173706 - ] - ], - [ - 6.0333333015441895, - [ - -0.011127984151244164, - -0.048768412321805954, - -0.09206250309944153, - 0.9944961071014404 - ] - ], - [ - 6.066666603088379, - [ - -0.013319465331733227, - -0.048818737268447876, - -0.09012618660926819, - 0.994644045829773 - ] - ], - [ - 6.099999904632568, - [ - -0.015492075122892857, - -0.048871930688619614, - -0.08812906593084335, - 0.9947888255119324 - ] - ], - [ - 6.133333206176758, - [ - -0.01761947013437748, - -0.048933468759059906, - -0.0860944613814354, - 0.9949285387992859 - ] - ], - [ - 6.166666507720947, - [ - -0.01967526040971279, - -0.04900814965367317, - -0.08404581248760223, - 0.9950615167617798 - ] - ], - [ - 6.199999809265137, - [ - -0.021632999181747437, - -0.04910003021359444, - -0.08200685679912567, - 0.995186448097229 - ] - ], - [ - 6.233333110809326, - [ - -0.023466244339942932, - -0.04921233281493187, - -0.08000154793262482, - 0.995302677154541 - ] - ], - [ - 6.266666889190674, - [ - -0.025148574262857437, - -0.04934728145599365, - -0.07805398106575012, - 0.9954094290733337 - ] - ], - [ - 6.300000190734863, - [ - -0.02665356919169426, - -0.049506183713674545, - -0.07618844509124756, - 0.9955069422721863 - ] - ], - [ - 6.333333492279053, - [ - -0.027954837307333946, - -0.04968927055597305, - -0.07442941516637802, - 0.9955952763557434 - ] - ], - [ - 6.366666793823242, - [ - -0.028999963775277138, - -0.04988998919725418, - -0.07280520349740982, - 0.9956754446029663 - ] - ], - [ - 6.400000095367432, - [ - -0.029747439548373222, - -0.05010358989238739, - -0.07134268432855606, - 0.9957484602928162 - ] - ], - [ - 6.433333396911621, - [ - -0.03019026480615139, - -0.05033330246806145, - -0.07006324082612991, - 0.9958143830299377 - ] - ], - [ - 6.4666666984558105, - [ - -0.030330296605825424, - -0.05058237910270691, - -0.06898698955774307, - 0.9958726167678833 - ] - ], - [ - 6.5, - [ - -0.030185379087924957, - -0.050854939967393875, - -0.06813158094882965, - 0.9959221482276917 - ] - ], - [ - 6.5333333015441895, - [ - -0.02977871336042881, - -0.051154885441064835, - -0.06751347333192825, - 0.9959610104560852 - ] - ], - [ - 6.566666603088379, - [ - -0.029130391776561737, - -0.05148439109325409, - -0.0671304240822792, - 0.995989203453064 - ] - ], - [ - 6.599999904632568, - [ - -0.02826729230582714, - -0.0518479160964489, - -0.0669831857085228, - 0.996005117893219 - ] - ], - [ - 6.633333206176758, - [ - -0.027219029143452644, - -0.052279867231845856, - -0.06729605048894882, - 0.9959905743598938 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292684420_205503.json b/lenses/physics-objects/Scene/assets/1646688292684420_205503.json deleted file mode 100644 index f611bf22..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292684420_205503.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292684420:205503", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292686266_205516.json b/lenses/physics-objects/Scene/assets/1646688292686266_205516.json deleted file mode 100644 index 209adf39..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292686266_205516.json +++ /dev/null @@ -1,674 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292686266:205516", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.555261611938477, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.50987434387207, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.51086711883545, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.531912803649902, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.585413932800293, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.635934829711914, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.66999340057373, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.681620597839355, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.660406112670898, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.619580268859863, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.583708763122559, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.556190490722656, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.531167984008789, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.542634010314941, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.589513778686523, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.65059757232666, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.685772895812988, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.676735877990723, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.603480339050293, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.58304500579834, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.590846061706543, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.658583641052246, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.658242225646973, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.619107246398926, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.587224006652832, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.587448120117188, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.609709739685059, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.60838508605957, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.582024574279785, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.570038795471191, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.59213638305664, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.620068550109863, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.640358924865723, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.641069412231445, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.604251861572266, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.53979778289795, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.489099502563477, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.468329429626465, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.454858779907227, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.433846473693848, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.425662994384766, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.463200569152832, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.527649879455566, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.595046043395996, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.635164260864258, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.61625862121582, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.542609214782715, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.464465141296387, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.433324813842773, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.44945240020752, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.473297119140625, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.501198768615723, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.54847526550293, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.61844539642334, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.676079750061035, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.686969757080078, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.663869857788086, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.61868667602539, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.583380699157715, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.591826438903809, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.622196197509766, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.663284301757813, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.690982818603516, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.675714492797852, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.586871147155762, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.505417823791504, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.474292755126953, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.494719505310059, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.53557014465332, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.582939147949219, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.62119197845459, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.641746520996094, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.629241943359375, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.594228744506836, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.552000045776367, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.516843795776367, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.493947982788086, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.471098899841309, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.472784996032715, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.546449661254883, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292686497_205523.json b/lenses/physics-objects/Scene/assets/1646688292686497_205523.json deleted file mode 100644 index ce31e211..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292686497_205523.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292686497:205523", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024179235100746155, - -0.17211982607841492, - 0.021338671445846558, - 0.984548032283783 - ] - ], - [ - 0.03333333507180214, - [ - 0.024179235100746155, - -0.17211982607841492, - 0.021338671445846558, - 0.984548032283783 - ] - ], - [ - 0.06666667014360428, - [ - 0.028646165505051613, - -0.19235874712467194, - 0.03515562042593956, - 0.9802762866020203 - ] - ], - [ - 0.10000000149011612, - [ - 0.03125419467687607, - -0.20405003428459167, - 0.04167700558900833, - 0.9775733947753906 - ] - ], - [ - 0.13333334028720856, - [ - 0.027573369443416595, - -0.21329137682914734, - 0.044991351664066315, - 0.975562572479248 - ] - ], - [ - 0.1666666716337204, - [ - 0.018974699079990387, - -0.21986980736255646, - 0.06617696583271027, - 0.973097026348114 - ] - ], - [ - 0.20000000298023224, - [ - 0.01221997756510973, - -0.22321836650371552, - 0.10380232334136963, - 0.9691487550735474 - ] - ], - [ - 0.23333333432674408, - [ - 0.011056162416934967, - -0.23284344375133514, - 0.13097068667411804, - 0.9635913968086243 - ] - ], - [ - 0.2666666805744171, - [ - 0.01474050059914589, - -0.2417883276939392, - 0.14462003111839294, - 0.9593780040740967 - ] - ], - [ - 0.30000001192092896, - [ - 0.019654231145977974, - -0.2465147227048874, - 0.14421504735946655, - 0.9581472873687744 - ] - ], - [ - 0.3333333432674408, - [ - 0.022611308842897415, - -0.2460508793592453, - 0.13276012241840363, - 0.9598554372787476 - ] - ], - [ - 0.36666667461395264, - [ - 0.021590465679764748, - -0.2426449954509735, - 0.119513601064682, - 0.9624832272529602 - ] - ], - [ - 0.4000000059604645, - [ - 0.01513074804097414, - -0.23650044202804565, - 0.10720209032297134, - 0.9655808210372925 - ] - ], - [ - 0.4333333373069763, - [ - 0.005252092611044645, - -0.229800745844841, - 0.09643714874982834, - 0.9684338569641113 - ] - ], - [ - 0.46666666865348816, - [ - -0.006199499126523733, - -0.22475163638591766, - 0.08819779753684998, - 0.9703966379165649 - ] - ], - [ - 0.5, - [ - -0.016253486275672913, - -0.22216269373893738, - 0.08332456648349762, - 0.9713066220283508 - ] - ], - [ - 0.5333333611488342, - [ - -0.02391928620636463, - -0.22338534891605377, - 0.08752809464931488, - 0.9704976677894592 - ] - ], - [ - 0.5666666626930237, - [ - -0.03042561374604702, - -0.23135219514369965, - 0.10188349336385727, - 0.9670419692993164 - ] - ], - [ - 0.6000000238418579, - [ - -0.03480982035398483, - -0.24717840552330017, - 0.11867942661046982, - 0.9610443711280823 - ] - ], - [ - 0.6333333253860474, - [ - -0.03607131913304329, - -0.26694148778915405, - 0.13093708455562592, - 0.954094648361206 - ] - ], - [ - 0.6666666865348816, - [ - -0.03211647644639015, - -0.2827286720275879, - 0.1331949383020401, - 0.9493640661239624 - ] - ], - [ - 0.699999988079071, - [ - -0.02380060963332653, - -0.28715696930885315, - 0.12123347818851471, - 0.9498825669288635 - ] - ], - [ - 0.7333333492279053, - [ - -0.014764681458473206, - -0.2790909707546234, - 0.09859489649534225, - 0.9550755620002747 - ] - ], - [ - 0.7666666507720947, - [ - -0.0075396099127829075, - -0.26093339920043945, - 0.06589023023843765, - 0.9630759954452515 - ] - ], - [ - 0.800000011920929, - [ - -0.004764765966683626, - -0.24044950306415558, - 0.02564866468310356, - 0.9703110456466675 - ] - ], - [ - 0.8333333134651184, - [ - -0.007007088977843523, - -0.22634781897068024, - -0.010691765695810318, - 0.973962664604187 - ] - ], - [ - 0.8666666746139526, - [ - -0.013464625924825668, - -0.2204979956150055, - -0.029217084869742393, - 0.9748568534851074 - ] - ], - [ - 0.8999999761581421, - [ - -0.024031279608607292, - -0.21753178536891937, - -0.027767473831772804, - 0.9753621816635132 - ] - ], - [ - 0.9333333373069763, - [ - -0.03689901530742645, - -0.2125229388475418, - -0.0184237752109766, - 0.9762853384017944 - ] - ], - [ - 0.9666666388511658, - [ - -0.04904431849718094, - -0.20504924654960632, - -0.008336331695318222, - 0.9774865508079529 - ] - ], - [ - 1.0, - [ - -0.057828955352306366, - -0.19751408696174622, - 0.0013711992651224136, - 0.9785919189453125 - ] - ], - [ - 1.0333333015441895, - [ - -0.06115015968680382, - -0.19221003353595734, - 0.009157223626971245, - 0.9794039726257324 - ] - ], - [ - 1.0666667222976685, - [ - -0.05866898596286774, - -0.19006092846393585, - 0.013275393284857273, - 0.9799278378486633 - ] - ], - [ - 1.100000023841858, - [ - -0.05137849226593971, - -0.18965721130371094, - 0.012073460035026073, - 0.9804308414459229 - ] - ], - [ - 1.1333333253860474, - [ - -0.040609803050756454, - -0.18833275139331818, - 0.004738878458738327, - 0.9812538623809814 - ] - ], - [ - 1.1666666269302368, - [ - -0.02924792468547821, - -0.18501780927181244, - -0.006453089881688356, - 0.9822786450386047 - ] - ], - [ - 1.2000000476837158, - [ - -0.01984136551618576, - -0.18053574860095978, - -0.019219353795051575, - 0.9831804633140564 - ] - ], - [ - 1.2333333492279053, - [ - -0.012659819796681404, - -0.1767636239528656, - -0.03274589031934738, - 0.9836270213127136 - ] - ], - [ - 1.2666666507720947, - [ - -0.008440428413450718, - -0.1751469522714615, - -0.04509954899549484, - 0.9834725856781006 - ] - ], - [ - 1.2999999523162842, - [ - -0.007468951400369406, - -0.17618095874786377, - -0.05425062030553818, - 0.9828333258628845 - ] - ], - [ - 1.3333333730697632, - [ - -0.013499833643436432, - -0.17992854118347168, - -0.058565299957990646, - 0.9818419218063354 - ] - ], - [ - 1.3666666746139526, - [ - -0.02732173353433609, - -0.18088872730731964, - -0.05219505727291107, - 0.981737494468689 - ] - ], - [ - 1.399999976158142, - [ - -0.042303211987018585, - -0.1748993694782257, - -0.034670859575271606, - 0.9830660223960876 - ] - ], - [ - 1.4333332777023315, - [ - -0.05323433876037598, - -0.16828323900699615, - -0.009530305862426758, - 0.9842540621757507 - ] - ], - [ - 1.4666666984558105, - [ - -0.05994781479239464, - -0.16957803070545197, - 0.016221603378653526, - 0.9835580587387085 - ] - ], - [ - 1.5, - [ - -0.06196760758757591, - -0.1763574779033661, - 0.03009646013379097, - 0.9819125533103943 - ] - ], - [ - 1.5333333015441895, - [ - -0.05840824544429779, - -0.18326431512832642, - 0.027184221893548965, - 0.9809504151344299 - ] - ], - [ - 1.5666667222976685, - [ - -0.05019751191139221, - -0.18795043230056763, - 0.011085533536970615, - 0.9808322787284851 - ] - ], - [ - 1.600000023841858, - [ - -0.03925306722521782, - -0.188775435090065, - -0.01602010242640972, - 0.9811046719551086 - ] - ], - [ - 1.6333333253860474, - [ - -0.02925042435526848, - -0.18591931462287903, - -0.04939999803900719, - 0.9808864593505859 - ] - ], - [ - 1.6666666269302368, - [ - -0.02150425687432289, - -0.18078041076660156, - -0.08341524004936218, - 0.9797437787055969 - ] - ], - [ - 1.7000000476837158, - [ - -0.01818937249481678, - -0.1755034178495407, - -0.11228018254041672, - 0.977885901927948 - ] - ], - [ - 1.7333333492279053, - [ - -0.01991927996277809, - -0.1731981486082077, - -0.13202737271785736, - 0.97579425573349 - ] - ], - [ - 1.7666666507720947, - [ - -0.024661360308527946, - -0.17593078315258026, - -0.13931342959403992, - 0.9741827249526978 - ] - ], - [ - 1.7999999523162842, - [ - -0.02879953756928444, - -0.1829695850610733, - -0.13494816422462463, - 0.9733867049217224 - ] - ], - [ - 1.8333333730697632, - [ - -0.030246557667851448, - -0.1917833536863327, - -0.1225861981511116, - 0.9732815027236938 - ] - ], - [ - 1.8666666746139526, - [ - -0.027858546003699303, - -0.19978097081184387, - -0.10270138084888458, - 0.9740452170372009 - ] - ], - [ - 1.899999976158142, - [ - -0.02123057097196579, - -0.2056128829717636, - -0.0775996744632721, - 0.9753209352493286 - ] - ], - [ - 1.9333332777023315, - [ - -0.010428870096802711, - -0.20869800448417664, - -0.051565006375312805, - 0.9765641093254089 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030081539880484343, - -0.20938394963741302, - -0.02991248108446598, - 0.9773712754249573 - ] - ], - [ - 2.0, - [ - 0.017331989482045174, - -0.2077903300523758, - -0.027041610330343246, - 0.9776459336280823 - ] - ], - [ - 2.0333333015441895, - [ - 0.030669130384922028, - -0.2033606320619583, - -0.04918897524476051, - 0.977386474609375 - ] - ], - [ - 2.066666603088379, - [ - 0.04102475196123123, - -0.19779418408870697, - -0.08486198633909225, - 0.9757012128829956 - ] - ], - [ - 2.0999999046325684, - [ - 0.04447269067168236, - -0.1951339691877365, - -0.11939913034439087, - 0.9724652767181396 - ] - ], - [ - 2.133333444595337, - [ - 0.03983127698302269, - -0.1979387253522873, - -0.14169785380363464, - 0.9691003561019897 - ] - ], - [ - 2.1666667461395264, - [ - 0.03105124644935131, - -0.20258918404579163, - -0.14789345860481262, - 0.9675334692001343 - ] - ], - [ - 2.200000047683716, - [ - 0.02162252925336361, - -0.19955575466156006, - -0.14113466441631317, - 0.9694281816482544 - ] - ], - [ - 2.2333333492279053, - [ - 0.014530008658766747, - -0.18593712151050568, - -0.12931998074054718, - 0.9739058613777161 - ] - ], - [ - 2.2666666507720947, - [ - 0.012152799405157566, - -0.16366051137447357, - -0.11355704814195633, - 0.9798838496208191 - ] - ], - [ - 2.299999952316284, - [ - 0.015454635955393314, - -0.14084945619106293, - -0.09128261357545853, - 0.9856927990913391 - ] - ], - [ - 2.3333332538604736, - [ - 0.023451944813132286, - -0.12965762615203857, - -0.07142333686351776, - 0.988705039024353 - ] - ], - [ - 2.366666555404663, - [ - 0.035693876445293427, - -0.12325289845466614, - -0.0738678127527237, - 0.988978385925293 - ] - ], - [ - 2.4000000953674316, - [ - 0.04609603434801102, - -0.10872849822044373, - -0.09676896035671234, - 0.9882758855819702 - ] - ], - [ - 2.433333396911621, - [ - 0.04801880195736885, - -0.09280912578105927, - -0.12453620135784149, - 0.9866973161697388 - ] - ], - [ - 2.4666666984558105, - [ - 0.04464025795459747, - -0.08483440428972244, - -0.14701072871685028, - 0.9844786524772644 - ] - ], - [ - 2.5, - [ - 0.035098977386951447, - -0.08642283827066422, - -0.1571044772863388, - 0.9831669926643372 - ] - ], - [ - 2.5333333015441895, - [ - 0.023388786241412163, - -0.08781235665082932, - -0.15219655632972717, - 0.9841637015342712 - ] - ], - [ - 2.566666603088379, - [ - 0.016362681984901428, - -0.08222697675228119, - -0.13653580844402313, - 0.9870810508728027 - ] - ], - [ - 2.5999999046325684, - [ - 0.01680814102292061, - -0.07182992249727249, - -0.11299882084131241, - 0.9908527731895447 - ] - ], - [ - 2.633333444595337, - [ - 0.02146187797188759, - -0.06702631711959839, - -0.08400748670101166, - 0.9939766526222229 - ] - ], - [ - 2.6666667461395264, - [ - 0.02509070374071598, - -0.07193857431411743, - -0.06016860529780388, - 0.9952763915061951 - ] - ], - [ - 2.700000047683716, - [ - 0.027863508090376854, - -0.08296997845172882, - -0.04032015800476074, - 0.9953461289405823 - ] - ], - [ - 2.7333333492279053, - [ - 0.02909076027572155, - -0.09365813434123993, - -0.020921992138028145, - 0.9949594736099243 - ] - ], - [ - 2.7666666507720947, - [ - 0.0326312817633152, - -0.10155529528856277, - -0.011898338794708252, - 0.994223415851593 - ] - ], - [ - 2.799999952316284, - [ - 0.03254033997654915, - -0.113880954682827, - -0.009432988241314888, - 0.9929165244102478 - ] - ], - [ - 2.8333332538604736, - [ - 0.01330763753503561, - -0.11607951670885086, - 0.0240315031260252, - 0.9928600788116455 - ] - ], - [ - 2.866666555404663, - [ - -0.018421076238155365, - -0.10732199251651764, - 0.08839403092861176, - 0.9901158213615417 - ] - ], - [ - 2.9000000953674316, - [ - -0.031422026455402374, - -0.10626282542943954, - 0.13333074748516083, - 0.9848572611808777 - ] - ], - [ - 2.933333396911621, - [ - -0.026824792847037315, - -0.10789600759744644, - 0.09658724814653397, - 0.9890954494476318 - ] - ], - [ - 2.9666666984558105, - [ - -0.021101556718349457, - -0.10135690122842789, - -0.0003404493036214262, - 0.9946262836456299 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.01513021718710661, - -0.07104866951704025, - -0.11160121858119965, - 0.9910945296287537 - ] - ], - [ - 3.066666603088379, - [ - 0.03742293640971184, - -0.04916665330529213, - -0.13352300226688385, - 0.9891176819801331 - ] - ], - [ - 3.0999999046325684, - [ - 0.042563896626234055, - -0.038352157920598984, - -0.14899878203868866, - 0.9871761798858643 - ] - ], - [ - 3.133333444595337, - [ - 0.032596293836832047, - -0.03916391730308533, - -0.160437673330307, - 0.985729992389679 - ] - ], - [ - 3.1666667461395264, - [ - 0.02317403256893158, - -0.04228227213025093, - -0.16776472330093384, - 0.9846472144126892 - ] - ], - [ - 3.200000047683716, - [ - 0.015808621421456337, - -0.04450672119855881, - -0.1667969524860382, - 0.9848594069480896 - ] - ], - [ - 3.2333333492279053, - [ - 0.008837452158331871, - -0.04620569944381714, - -0.1562870442867279, - 0.9865907430648804 - ] - ], - [ - 3.2666666507720947, - [ - 0.0028111690189689398, - -0.05246204137802124, - -0.14106641709804535, - 0.9886051416397095 - ] - ], - [ - 3.299999952316284, - [ - -0.0012482425663620234, - -0.06532489508390427, - -0.12742720544338226, - 0.9896937012672424 - ] - ], - [ - 3.3333332538604736, - [ - 0.006831097882241011, - -0.06926160305738449, - -0.13581319153308868, - 0.9882868528366089 - ] - ], - [ - 3.366666555404663, - [ - 0.01860036328434944, - -0.07664129137992859, - -0.14284272491931915, - 0.9865982532501221 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292686744_205530.json b/lenses/physics-objects/Scene/assets/1646688292686744_205530.json deleted file mode 100644 index 364a2f8e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292686744_205530.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292686744:205530", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292687771_205543.json b/lenses/physics-objects/Scene/assets/1646688292687771_205543.json deleted file mode 100644 index 5ce28038..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292687771_205543.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292687771:205543", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.687597274780273, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.68779182434082, - 2.423377003053455e-25, - 5.3290705182007514e-15 - ] - ], - [ - 3.633333444595337, - [ - 9.708744049072266, - 4.749815819844958e-25, - 1.1874539549612394e-25 - ] - ], - [ - 6.0, - [ - 9.661788940429688, - 1.4210854715202004e-14, - 1.4210854715202004e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.68540096282959, - -2.842170943040401e-14, - 1.0658141036401503e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292688009_205550.json b/lenses/physics-objects/Scene/assets/1646688292688009_205550.json deleted file mode 100644 index 3dccff5f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292688009_205550.json +++ /dev/null @@ -1,1369 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292688009:205550", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026119327172636986, - -0.0, - 0.0, - 0.9996588230133057 - ] - ], - [ - 0.03333333507180214, - [ - -0.026119327172636986, - -0.0, - 0.0, - 0.9996588230133057 - ] - ], - [ - 0.06666667014360428, - [ - -0.02493290975689888, - -0.0, - 0.0, - 0.9996891021728516 - ] - ], - [ - 0.10000000149011612, - [ - -0.023621072992682457, - -0.0, - 0.0, - 0.9997209906578064 - ] - ], - [ - 0.13333334028720856, - [ - -0.022230086848139763, - -0.0, - 0.0, - 0.9997528791427612 - ] - ], - [ - 0.1666666716337204, - [ - -0.02079812064766884, - -0.0, - 0.0, - 0.9997836947441101 - ] - ], - [ - 0.20000000298023224, - [ - -0.019362984225153923, - -0.0, - 0.0, - 0.9998125433921814 - ] - ], - [ - 0.23333333432674408, - [ - -0.01796209067106247, - -0.0, - 0.0, - 0.9998387694358826 - ] - ], - [ - 0.2666666805744171, - [ - -0.0166324395686388, - -0.0, - 0.0, - 0.9998617768287659 - ] - ], - [ - 0.30000001192092896, - [ - -0.01541060395538807, - -0.0, - 0.0, - 0.9998812675476074 - ] - ], - [ - 0.3333333432674408, - [ - -0.014332759194076061, - -0.0, - 0.0, - 0.999897301197052 - ] - ], - [ - 0.36666667461395264, - [ - -0.013434810563921928, - -0.0, - 0.0, - 0.9999097585678101 - ] - ], - [ - 0.4000000059604645, - [ - -0.012724872678518295, - -0.0, - 0.0, - 0.999919056892395 - ] - ], - [ - 0.46666666865348816, - [ - -0.011847845278680325, - -0.0, - 0.0, - 0.9999299049377441 - ] - ], - [ - 0.6666666865348816, - [ - -0.01266938541084528, - -0.0, - 0.0, - 0.9999198317527771 - ] - ], - [ - 0.699999988079071, - [ - -0.01314533594995737, - -0.0, - 0.0, - 0.9999136924743652 - ] - ], - [ - 0.7333333492279053, - [ - -0.013662257231771946, - -0.0, - 0.0, - 0.9999066591262817 - ] - ], - [ - 0.7666666507720947, - [ - -0.014198857359588146, - -0.0, - 0.0, - 0.9998992085456848 - ] - ], - [ - 0.800000011920929, - [ - -0.014747210778295994, - -0.0, - 0.0, - 0.9998912811279297 - ] - ], - [ - 0.8333333134651184, - [ - -0.015299548394978046, - -0.0, - 0.0, - 0.9998830556869507 - ] - ], - [ - 0.8666666746139526, - [ - -0.015848256647586823, - -0.0, - 0.0, - 0.9998744130134583 - ] - ], - [ - 0.8999999761581421, - [ - -0.016385912895202637, - -0.0, - 0.0, - 0.9998657703399658 - ] - ], - [ - 0.9333333373069763, - [ - -0.01690520904958248, - -0.0, - 0.0, - 0.9998571872711182 - ] - ], - [ - 1.0, - [ - -0.017860323190689087, - -0.0, - 0.0, - 0.999840497970581 - ] - ], - [ - 1.0333333015441895, - [ - -0.018282247707247734, - -0.0, - 0.0, - 0.9998328685760498 - ] - ], - [ - 1.0666667222976685, - [ - -0.018658054992556572, - -0.0, - 0.0, - 0.9998258948326111 - ] - ], - [ - 1.1333333253860474, - [ - -0.019244560971856117, - -0.0, - 0.0, - 0.9998148083686829 - ] - ], - [ - 1.2000000476837158, - [ - -0.019658122211694717, - -0.0, - 0.0, - 0.9998067617416382 - ] - ], - [ - 1.2333333492279053, - [ - -0.01997074857354164, - -0.0, - 0.0, - 0.9998005628585815 - ] - ], - [ - 1.2666666507720947, - [ - -0.020362719893455505, - -0.0, - 0.0, - 0.9997926354408264 - ] - ], - [ - 1.3333333730697632, - [ - -0.021299567073583603, - -0.0, - 0.0, - 0.9997731447219849 - ] - ], - [ - 1.3666666746139526, - [ - -0.021794306114315987, - -0.0, - 0.0, - 0.9997624754905701 - ] - ], - [ - 1.399999976158142, - [ - -0.022265415638685226, - -0.0, - 0.0, - 0.9997521042823792 - ] - ], - [ - 1.4333332777023315, - [ - -0.022701963782310486, - -0.0, - 0.0, - 0.9997422695159912 - ] - ], - [ - 1.4666666984558105, - [ - -0.023094959557056427, - -0.0, - 0.0, - 0.9997332692146301 - ] - ], - [ - 1.5, - [ - -0.023437000811100006, - -0.0, - 0.0, - 0.999725341796875 - ] - ], - [ - 1.600000023841858, - [ - -0.02409832552075386, - -0.0, - 0.0, - 0.9997096061706543 - ] - ], - [ - 1.7666666507720947, - [ - -0.023672359064221382, - -0.0, - 0.0, - 0.9997197985649109 - ] - ], - [ - 1.8333333730697632, - [ - -0.023152869194746017, - -0.0, - 0.0, - 0.9997319579124451 - ] - ], - [ - 1.899999976158142, - [ - -0.02260415256023407, - -0.0, - 0.0, - 0.9997445940971375 - ] - ], - [ - 2.0, - [ - -0.02197941206395626, - -0.0, - 0.0, - 0.9997584223747253 - ] - ], - [ - 2.200000047683716, - [ - -0.022771719843149185, - -0.0, - 0.0, - 0.999740719795227 - ] - ], - [ - 2.2666666507720947, - [ - -0.023836201056838036, - -0.0, - 0.0, - 0.9997159838676453 - ] - ], - [ - 2.299999952316284, - [ - -0.024524854496121407, - -0.0, - 0.0, - 0.9996992349624634 - ] - ], - [ - 2.3333332538604736, - [ - -0.025312822312116623, - -0.0, - 0.0, - 0.9996795654296875 - ] - ], - [ - 2.366666555404663, - [ - -0.02619045227766037, - -0.0, - 0.0, - 0.9996569752693176 - ] - ], - [ - 2.4000000953674316, - [ - -0.027233973145484924, - -0.0, - 0.0, - 0.9996291995048523 - ] - ], - [ - 2.433333396911621, - [ - -0.028520707041025162, - -0.0, - 0.0, - 0.999593198299408 - ] - ], - [ - 2.4666666984558105, - [ - -0.03003106452524662, - -0.0, - 0.0, - 0.9995489716529846 - ] - ], - [ - 2.5, - [ - -0.03174038231372833, - -0.0, - 0.0, - 0.9994961619377136 - ] - ], - [ - 2.5333333015441895, - [ - -0.03362132981419563, - -0.0, - 0.0, - 0.9994346499443054 - ] - ], - [ - 2.566666603088379, - [ - -0.03564661741256714, - -0.0, - 0.0, - 0.9993645548820496 - ] - ], - [ - 2.5999999046325684, - [ - -0.03778880089521408, - -0.0, - 0.0, - 0.9992857575416565 - ] - ], - [ - 2.633333444595337, - [ - -0.040020592510700226, - -0.0, - 0.0, - 0.999198853969574 - ] - ], - [ - 2.6666667461395264, - [ - -0.04231439530849457, - -0.0, - 0.0, - 0.9991044402122498 - ] - ], - [ - 2.700000047683716, - [ - -0.044642820954322815, - -0.0, - 0.0, - 0.999002993106842 - ] - ], - [ - 2.7333333492279053, - [ - -0.04697838053107262, - -0.0, - 0.0, - 0.9988960027694702 - ] - ], - [ - 2.7666666507720947, - [ - -0.049293678253889084, - -0.0, - 0.0, - 0.9987844228744507 - ] - ], - [ - 2.799999952316284, - [ - -0.05156119167804718, - -0.0, - 0.0, - 0.9986698627471924 - ] - ], - [ - 2.8333332538604736, - [ - -0.05375348776578903, - -0.0, - 0.0, - 0.9985542297363281 - ] - ], - [ - 2.866666555404663, - [ - -0.05584317818284035, - -0.0, - 0.0, - 0.9984395503997803 - ] - ], - [ - 2.9000000953674316, - [ - -0.05780290067195892, - -0.0, - 0.0, - 0.9983280301094055 - ] - ], - [ - 2.933333396911621, - [ - -0.05956228822469711, - -0.0, - 0.0, - 0.9982246160507202 - ] - ], - [ - 2.9666666984558105, - [ - -0.061065252870321274, - -0.0, - 0.0, - 0.9981337785720825 - ] - ], - [ - 3.0, - [ - -0.062305618077516556, - -0.0, - 0.0, - 0.9980571269989014 - ] - ], - [ - 3.0333333015441895, - [ - -0.06327735632658005, - -0.0, - 0.0, - 0.9979960918426514 - ] - ], - [ - 3.0999999046325684, - [ - -0.06429512798786163, - -0.0, - 0.0, - 0.9979309439659119 - ] - ], - [ - 3.1666667461395264, - [ - -0.0640830472111702, - -0.0, - 0.0, - 0.9979445934295654 - ] - ], - [ - 3.200000047683716, - [ - -0.06358332931995392, - -0.0, - 0.0, - 0.997976541519165 - ] - ], - [ - 3.2333333492279053, - [ - -0.06284870207309723, - -0.0, - 0.0, - 0.9980230927467346 - ] - ], - [ - 3.2666666507720947, - [ - -0.06187475100159645, - -0.0, - 0.0, - 0.9980839490890503 - ] - ], - [ - 3.299999952316284, - [ - -0.06068339943885803, - -0.0, - 0.0, - 0.9981570839881897 - ] - ], - [ - 3.3333332538604736, - [ - -0.05929955467581749, - -0.0, - 0.0, - 0.9982402324676514 - ] - ], - [ - 3.366666555404663, - [ - -0.057754676789045334, - -0.0, - 0.0, - 0.99833083152771 - ] - ], - [ - 3.4000000953674316, - [ - -0.05608600750565529, - -0.0, - 0.0, - 0.9984259605407715 - ] - ], - [ - 3.433333396911621, - [ - -0.05433550477027893, - -0.0, - 0.0, - 0.9985227584838867 - ] - ], - [ - 3.4666666984558105, - [ - -0.05253671482205391, - -0.0, - 0.0, - 0.998619019985199 - ] - ], - [ - 3.5, - [ - -0.05072302743792534, - -0.0, - 0.0, - 0.9987127780914307 - ] - ], - [ - 3.5333333015441895, - [ - -0.0489274263381958, - -0.0, - 0.0, - 0.9988023638725281 - ] - ], - [ - 3.566666603088379, - [ - -0.047182511538267136, - -0.0, - 0.0, - 0.9988862872123718 - ] - ], - [ - 3.5999999046325684, - [ - -0.04550832137465477, - -0.0, - 0.0, - 0.9989639520645142 - ] - ], - [ - 3.633333444595337, - [ - -0.0439375638961792, - -0.0, - 0.0, - 0.9990342855453491 - ] - ], - [ - 3.6666667461395264, - [ - -0.04252145439386368, - -0.0, - 0.0, - 0.9990955591201782 - ] - ], - [ - 3.700000047683716, - [ - -0.041282810270786285, - -0.0, - 0.0, - 0.9991475939750671 - ] - ], - [ - 3.7333333492279053, - [ - -0.04023313149809837, - -0.0, - 0.0, - 0.9991903305053711 - ] - ], - [ - 3.7666666507720947, - [ - -0.039375241845846176, - -0.0, - 0.0, - 0.9992244839668274 - ] - ], - [ - 3.799999952316284, - [ - -0.03870610147714615, - -0.0, - 0.0, - 0.9992506504058838 - ] - ], - [ - 3.866666555404663, - [ - -0.03793584555387497, - -0.0, - 0.0, - 0.9992801547050476 - ] - ], - [ - 3.9000000953674316, - [ - -0.037769053131341934, - -0.0, - 0.0, - 0.9992864727973938 - ] - ], - [ - 4.066666603088379, - [ - -0.038158826529979706, - -0.0, - 0.0, - 0.9992716908454895 - ] - ], - [ - 4.133333206176758, - [ - -0.03852853178977966, - -0.0, - 0.0, - 0.999257504940033 - ] - ], - [ - 4.233333110809326, - [ - -0.03905567526817322, - -0.0, - 0.0, - 0.999237060546875 - ] - ], - [ - 4.566666603088379, - [ - -0.03819458559155464, - -0.0, - 0.0, - 0.9992703199386597 - ] - ], - [ - 4.599999904632568, - [ - -0.037703223526477814, - -0.0, - 0.0, - 0.9992890954017639 - ] - ], - [ - 4.633333206176758, - [ - -0.037109583616256714, - -0.0, - 0.0, - 0.9993112087249756 - ] - ], - [ - 4.666666507720947, - [ - -0.03639201447367668, - -0.0, - 0.0, - 0.9993376135826111 - ] - ], - [ - 4.699999809265137, - [ - -0.03553253784775734, - -0.0, - 0.0, - 0.9993685483932495 - ] - ], - [ - 4.733333110809326, - [ - -0.03453240916132927, - -0.0, - 0.0, - 0.9994035959243774 - ] - ], - [ - 4.766666889190674, - [ - -0.033394522964954376, - -0.0, - 0.0, - 0.9994423389434814 - ] - ], - [ - 4.800000190734863, - [ - -0.0321233794093132, - -0.0, - 0.0, - 0.9994840025901794 - ] - ], - [ - 4.833333492279053, - [ - -0.030726158991456032, - -0.0, - 0.0, - 0.9995279312133789 - ] - ], - [ - 4.866666793823242, - [ - -0.029206156730651855, - -0.0, - 0.0, - 0.9995734095573425 - ] - ], - [ - 4.900000095367432, - [ - -0.02755669318139553, - -0.0, - 0.0, - 0.999620258808136 - ] - ], - [ - 4.933333396911621, - [ - -0.02576342597603798, - -0.0, - 0.0, - 0.9996680617332458 - ] - ], - [ - 4.9666666984558105, - [ - -0.023827411234378815, - -0.0, - 0.0, - 0.9997161030769348 - ] - ], - [ - 5.0, - [ - -0.02177303284406662, - -0.0, - 0.0, - 0.9997629523277283 - ] - ], - [ - 5.0333333015441895, - [ - -0.019624905660748482, - -0.0, - 0.0, - 0.9998074173927307 - ] - ], - [ - 5.066666603088379, - [ - -0.01740780845284462, - -0.0, - 0.0, - 0.999848484992981 - ] - ], - [ - 5.099999904632568, - [ - -0.015146656893193722, - -0.0, - 0.0, - 0.9998853802680969 - ] - ], - [ - 5.133333206176758, - [ - -0.012866536155343056, - -0.0, - 0.0, - 0.9999173283576965 - ] - ], - [ - 5.166666507720947, - [ - -0.010592742823064327, - -0.0, - 0.0, - 0.9999439120292664 - ] - ], - [ - 5.199999809265137, - [ - -0.00835069827735424, - -0.0, - 0.0, - 0.9999651312828064 - ] - ], - [ - 5.233333110809326, - [ - -0.006165958475321531, - -0.0, - 0.0, - 0.9999809861183167 - ] - ], - [ - 5.266666889190674, - [ - -0.004064197186380625, - -0.0, - 0.0, - 0.9999918341636658 - ] - ], - [ - 5.300000190734863, - [ - -0.002071296563372016, - -0.0, - 0.0, - 0.9999978542327881 - ] - ], - [ - 5.333333492279053, - [ - -0.00021310565352905542, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 5.366666793823242, - [ - 0.0014844336546957493, - 0.0, - 0.0, - 0.999998927116394 - ] - ], - [ - 5.400000095367432, - [ - 0.0029953503981232643, - 0.0, - 0.0, - 0.9999955296516418 - ] - ], - [ - 5.433333396911621, - [ - 0.0043037948198616505, - 0.0, - 0.0, - 0.9999907612800598 - ] - ], - [ - 5.4666666984558105, - [ - 0.005400775000452995, - 0.0, - 0.0, - 0.9999855160713196 - ] - ], - [ - 5.5, - [ - 0.006268741562962532, - 0.0, - 0.0, - 0.9999804496765137 - ] - ], - [ - 5.5333333015441895, - [ - 0.006897390820086002, - 0.0, - 0.0, - 0.9999762177467346 - ] - ], - [ - 5.666666507720947, - [ - 0.006803715601563454, - 0.0, - 0.0, - 0.9999768733978271 - ] - ], - [ - 5.699999809265137, - [ - 0.006109957117587328, - 0.0, - 0.0, - 0.9999813437461853 - ] - ], - [ - 5.733333110809326, - [ - 0.005157471168786287, - 0.0, - 0.0, - 0.9999867081642151 - ] - ], - [ - 5.766666889190674, - [ - 0.003964558243751526, - 0.0, - 0.0, - 0.9999921321868896 - ] - ], - [ - 5.800000190734863, - [ - 0.002554673934355378, - 0.0, - 0.0, - 0.9999968409538269 - ] - ], - [ - 5.833333492279053, - [ - 0.0009539456223137677, - 0.0, - 0.0, - 0.9999996423721313 - ] - ], - [ - 5.866666793823242, - [ - -0.0008114480879157782, - -0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 5.900000095367432, - [ - -0.0027152779512107372, - -0.0, - 0.0, - 0.9999963045120239 - ] - ], - [ - 5.933333396911621, - [ - -0.004731288179755211, - -0.0, - 0.0, - 0.9999887943267822 - ] - ], - [ - 5.9666666984558105, - [ - -0.0068331253714859486, - -0.0, - 0.0, - 0.9999767541885376 - ] - ], - [ - 6.0, - [ - -0.008994456380605698, - -0.0, - 0.0, - 0.9999596476554871 - ] - ], - [ - 6.0333333015441895, - [ - -0.011188885197043419, - -0.0, - 0.0, - 0.9999374151229858 - ] - ], - [ - 6.066666603088379, - [ - -0.013389995321631432, - -0.0, - 0.0, - 0.9999103546142578 - ] - ], - [ - 6.099999904632568, - [ - -0.015571366995573044, - -0.0, - 0.0, - 0.9998787641525269 - ] - ], - [ - 6.133333206176758, - [ - -0.017706526443362236, - -0.0, - 0.0, - 0.9998432397842407 - ] - ], - [ - 6.166666507720947, - [ - -0.01976904273033142, - -0.0, - 0.0, - 0.9998045563697815 - ] - ], - [ - 6.199999809265137, - [ - -0.021732516586780548, - -0.0, - 0.0, - 0.9997638463973999 - ] - ], - [ - 6.233333110809326, - [ - -0.023570459336042404, - -0.0, - 0.0, - 0.9997221827507019 - ] - ], - [ - 6.266666889190674, - [ - -0.025256527587771416, - -0.0, - 0.0, - 0.9996809959411621 - ] - ], - [ - 6.300000190734863, - [ - -0.026764292269945145, - -0.0, - 0.0, - 0.9996417760848999 - ] - ], - [ - 6.333333492279053, - [ - -0.028067469596862793, - -0.0, - 0.0, - 0.9996060132980347 - ] - ], - [ - 6.366666793823242, - [ - -0.029113583266735077, - -0.0, - 0.0, - 0.999576210975647 - ] - ], - [ - 6.400000095367432, - [ - -0.029861152172088623, - -0.0, - 0.0, - 0.9995541572570801 - ] - ], - [ - 6.4666666984558105, - [ - -0.030441902577877045, - -0.0, - 0.0, - 0.9995365142822266 - ] - ], - [ - 6.5, - [ - -0.030295079573988914, - -0.0, - 0.0, - 0.9995409846305847 - ] - ], - [ - 6.5333333015441895, - [ - -0.029886137694120407, - -0.0, - 0.0, - 0.9995533227920532 - ] - ], - [ - 6.566666603088379, - [ - -0.02923521213233471, - -0.0, - 0.0, - 0.9995725750923157 - ] - ], - [ - 6.599999904632568, - [ - -0.028369277715682983, - -0.0, - 0.0, - 0.9995974898338318 - ] - ], - [ - 6.633333206176758, - [ - -0.027318406850099564, - -0.0, - 0.0, - 0.999626874923706 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292688231_205557.json b/lenses/physics-objects/Scene/assets/1646688292688231_205557.json deleted file mode 100644 index 26122382..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292688231_205557.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292688231:205557", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292689311_205570.json b/lenses/physics-objects/Scene/assets/1646688292689311_205570.json deleted file mode 100644 index 9b5948cd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292689311_205570.json +++ /dev/null @@ -1,642 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292689311:205570", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.69099235534668, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.660043716430664, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.658446311950684, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.69141674041748, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.71140193939209, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.742655754089355, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.739459991455078, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.703551292419434, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.673001289367676, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.649310111999512, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.655193328857422, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.67481803894043, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.710564613342285, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.735054016113281, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.721455574035645, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.67701244354248, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.646876335144043, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.677384376525879, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.687591552734375, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.755110740661621, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.773056983947754, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.753244400024414, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.658538818359375, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.637006759643555, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.642962455749512, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.675971984863281, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.704232215881348, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.747004508972168, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.779563903808594, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.785223960876465, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.739331245422363, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.653802871704102, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.575587272644043, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.53098201751709, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.510360717773438, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.506429672241211, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.535569190979004, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.587993621826172, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.646728515625, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.674759864807129, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.647908210754395, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.55212688446045, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.263143539428711, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.161383628845215, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.114848136901855, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.148228645324707, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.254952430725098, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.388904571533203, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.484968185424805, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.486451148986816, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.397432327270508, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.263215065002441, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.118144989013672, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.001384735107422, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 8.961726188659668, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.01787281036377, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.156188011169434, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.320211410522461, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.439979553222656, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.452415466308594, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.419819831848145, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.435391426086426, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.463796615600586, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.537035942077637, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.629417419433594, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.689308166503906, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.719366073608398, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.725967407226563, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.696243286132813, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.585149765014648, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.543745994567871, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.522477149963379, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.526774406433105, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.551639556884766, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.592469215393066, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.665350914001465, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292689566_205577.json b/lenses/physics-objects/Scene/assets/1646688292689566_205577.json deleted file mode 100644 index e4432be8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292689566_205577.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292689566:205577", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ], - [ - 0.03333333507180214, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ], - [ - 0.06666667014360428, - [ - 0.02921007201075554, - 0.0, - 0.0, - 0.999573290348053 - ] - ], - [ - 0.10000000149011612, - [ - 0.031954891979694366, - 0.0, - 0.0, - 0.999489426612854 - ] - ], - [ - 0.13333334028720856, - [ - 0.028252795338630676, - 0.0, - 0.0, - 0.9996008276939392 - ] - ], - [ - 0.1666666716337204, - [ - 0.01949560083448887, - 0.0, - 0.0, - 0.9998099207878113 - ] - ], - [ - 0.20000000298023224, - [ - 0.012607996352016926, - 0.0, - 0.0, - 0.9999206066131592 - ] - ], - [ - 0.23333333432674408, - [ - 0.011473170481622219, - 0.0, - 0.0, - 0.999934196472168 - ] - ], - [ - 0.2666666805744171, - [ - 0.015362833626568317, - 0.0, - 0.0, - 0.9998819828033447 - ] - ], - [ - 0.30000001192092896, - [ - 0.020508449524641037, - 0.0, - 0.0, - 0.9997897744178772 - ] - ], - [ - 0.3333333432674408, - [ - 0.0235504861921072, - 0.0, - 0.0, - 0.9997226595878601 - ] - ], - [ - 0.36666667461395264, - [ - 0.022426409646868706, - 0.0, - 0.0, - 0.9997485876083374 - ] - ], - [ - 0.4000000059604645, - [ - 0.015668179839849472, - 0.0, - 0.0, - 0.9998772740364075 - ] - ], - [ - 0.4333333373069763, - [ - 0.005423208698630333, - 0.0, - 0.0, - 0.99998539686203 - ] - ], - [ - 0.46666666865348816, - [ - -0.006388497073203325, - -0.0, - 0.0, - 0.9999796152114868 - ] - ], - [ - 0.5, - [ - -0.016731277108192444, - -0.0, - 0.0, - 0.9998600482940674 - ] - ], - [ - 0.5333333611488342, - [ - -0.024638960137963295, - -0.0, - 0.0, - 0.9996964335441589 - ] - ], - [ - 0.5666666626930237, - [ - -0.03144701570272446, - -0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 0.6000000238418579, - [ - -0.036197103559970856, - -0.0, - 0.0, - 0.9993447661399841 - ] - ], - [ - 0.6333333253860474, - [ - -0.037779901176691055, - -0.0, - 0.0, - 0.9992861747741699 - ] - ], - [ - 0.6666666865348816, - [ - -0.03381013870239258, - -0.0, - 0.0, - 0.999428391456604 - ] - ], - [ - 0.699999988079071, - [ - -0.0250485111027956, - -0.0, - 0.0, - 0.9996862411499023 - ] - ], - [ - 0.7333333492279053, - [ - -0.015457333996891975, - -0.0, - 0.0, - 0.9998805522918701 - ] - ], - [ - 0.7666666507720947, - [ - -0.007828443311154842, - -0.0, - 0.0, - 0.9999693632125854 - ] - ], - [ - 0.800000011920929, - [ - -0.004910495597869158, - -0.0, - 0.0, - 0.9999879598617554 - ] - ], - [ - 0.8333333134651184, - [ - -0.00719423545524478, - -0.0, - 0.0, - 0.9999741315841675 - ] - ], - [ - 0.8666666746139526, - [ - -0.013810592703521252, - -0.0, - 0.0, - 0.9999046325683594 - ] - ], - [ - 0.8999999761581421, - [ - -0.024630876258015633, - -0.0, - 0.0, - 0.9996966123580933 - ] - ], - [ - 0.9333333373069763, - [ - -0.03776838630437851, - -0.0, - 0.0, - 0.9992865324020386 - ] - ], - [ - 0.9666666388511658, - [ - -0.05011091008782387, - -0.0, - 0.0, - 0.9987437725067139 - ] - ], - [ - 1.0, - [ - -0.058991167694330215, - -0.0, - 0.0, - 0.9982585310935974 - ] - ], - [ - 1.0333333015441895, - [ - -0.06231479346752167, - -0.0, - 0.0, - 0.9980566501617432 - ] - ], - [ - 1.0666667222976685, - [ - -0.05976370349526405, - -0.0, - 0.0, - 0.9982125759124756 - ] - ], - [ - 1.100000023841858, - [ - -0.05233225226402283, - -0.0, - 0.0, - 0.9986297488212585 - ] - ], - [ - 1.1333333253860474, - [ - -0.04135022684931755, - -0.0, - 0.0, - 0.9991447329521179 - ] - ], - [ - 1.1666666269302368, - [ - -0.02976241707801819, - -0.0, - 0.0, - 0.9995570182800293 - ] - ], - [ - 1.2000000476837158, - [ - -0.020176690071821213, - -0.0, - 0.0, - 0.999796450138092 - ] - ], - [ - 1.2333333492279053, - [ - -0.012869483791291714, - -0.0, - 0.0, - 0.999917209148407 - ] - ], - [ - 1.2666666507720947, - [ - -0.008581966161727905, - -0.0, - 0.0, - 0.9999631643295288 - ] - ], - [ - 1.2999999523162842, - [ - -0.007599194534122944, - -0.0, - 0.0, - 0.9999711513519287 - ] - ], - [ - 1.3333333730697632, - [ - -0.013748208992183208, - -0.0, - 0.0, - 0.9999055862426758 - ] - ], - [ - 1.3666666746139526, - [ - -0.027819208800792694, - -0.0, - 0.0, - 0.9996129870414734 - ] - ], - [ - 1.399999976158142, - [ - -0.04299212247133255, - -0.0, - 0.0, - 0.9990754127502441 - ] - ], - [ - 1.4333332777023315, - [ - -0.05400710552930832, - -0.0, - 0.0, - 0.9985405802726746 - ] - ], - [ - 1.4666666984558105, - [ - -0.060837045311927795, - -0.0, - 0.0, - 0.99814772605896 - ] - ], - [ - 1.5, - [ - -0.06298385560512543, - -0.0, - 0.0, - 0.9980145692825317 - ] - ], - [ - 1.5333333015441895, - [ - -0.05943729728460312, - -0.0, - 0.0, - 0.9982320666313171 - ] - ], - [ - 1.5666667222976685, - [ - -0.0511116199195385, - -0.0, - 0.0, - 0.9986929297447205 - ] - ], - [ - 1.600000023841858, - [ - -0.0399770624935627, - -0.0, - 0.0, - 0.9992005825042725 - ] - ], - [ - 1.6333333253860474, - [ - -0.029807180166244507, - -0.0, - 0.0, - 0.999555766582489 - ] - ], - [ - 1.6666666269302368, - [ - -0.021943574771285057, - -0.0, - 0.0, - 0.9997591972351074 - ] - ], - [ - 1.7000000476837158, - [ - -0.018597496673464775, - -0.0, - 0.0, - 0.9998270273208618 - ] - ], - [ - 1.7333333492279053, - [ - -0.020409168675541878, - -0.0, - 0.0, - 0.9997918009757996 - ] - ], - [ - 1.7666666507720947, - [ - -0.025306815281510353, - -0.0, - 0.0, - 0.9996797442436218 - ] - ], - [ - 1.7999999523162842, - [ - -0.029573995620012283, - -0.0, - 0.0, - 0.9995626211166382 - ] - ], - [ - 1.8333333730697632, - [ - -0.03106187842786312, - -0.0, - 0.0, - 0.999517560005188 - ] - ], - [ - 1.8666666746139526, - [ - -0.028589200228452682, - -0.0, - 0.0, - 0.9995912313461304 - ] - ], - [ - 1.899999976158142, - [ - -0.021762622520327568, - -0.0, - 0.0, - 0.9997631907463074 - ] - ], - [ - 1.9333332777023315, - [ - -0.010678546503186226, - -0.0, - 0.0, - 0.9999430775642395 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030777871143072844, - 0.0, - 0.0, - 0.9999952912330627 - ] - ], - [ - 2.0, - [ - 0.017725523561239243, - 0.0, - 0.0, - 0.9998430013656616 - ] - ], - [ - 2.0333333015441895, - [ - 0.03136332333087921, - 0.0, - 0.0, - 0.9995081424713135 - ] - ], - [ - 2.066666603088379, - [ - 0.0420093759894371, - 0.0, - 0.0, - 0.9991173148155212 - ] - ], - [ - 2.0999999046325684, - [ - 0.045684173703193665, - 0.0, - 0.0, - 0.998956024646759 - ] - ], - [ - 2.133333444595337, - [ - 0.04106661677360535, - 0.0, - 0.0, - 0.9991564154624939 - ] - ], - [ - 2.1666667461395264, - [ - 0.032076675444841385, - 0.0, - 0.0, - 0.999485433101654 - ] - ], - [ - 2.200000047683716, - [ - 0.022298885509371758, - 0.0, - 0.0, - 0.9997514486312866 - ] - ], - [ - 2.2333333492279053, - [ - 0.014917672611773014, - 0.0, - 0.0, - 0.9998887181282043 - ] - ], - [ - 2.2666666507720947, - [ - 0.012401332147419453, - 0.0, - 0.0, - 0.9999231100082397 - ] - ], - [ - 2.299999952316284, - [ - 0.01567704603075981, - 0.0, - 0.0, - 0.9998772144317627 - ] - ], - [ - 2.3333332538604736, - [ - 0.023713205009698868, - 0.0, - 0.0, - 0.9997189044952393 - ] - ], - [ - 2.366666555404663, - [ - 0.036068182438611984, - 0.0, - 0.0, - 0.9993493556976318 - ] - ], - [ - 2.4000000953674316, - [ - 0.04659225419163704, - 0.0, - 0.0, - 0.9989140033721924 - ] - ], - [ - 2.433333396911621, - [ - 0.0486086942255497, - 0.0, - 0.0, - 0.9988179206848145 - ] - ], - [ - 2.4666666984558105, - [ - 0.04529751464724541, - 0.0, - 0.0, - 0.998973548412323 - ] - ], - [ - 2.5, - [ - 0.035677220672369, - 0.0, - 0.0, - 0.999363362789154 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375844679772854, - 0.0, - 0.0, - 0.9997178316116333 - ] - ], - [ - 2.566666603088379, - [ - 0.01657455787062645, - 0.0, - 0.0, - 0.9998627305030823 - ] - ], - [ - 2.5999999046325684, - [ - 0.0169608723372221, - 0.0, - 0.0, - 0.999856173992157 - ] - ], - [ - 2.633333444595337, - [ - 0.021586919203400612, - 0.0, - 0.0, - 0.9997670650482178 - ] - ], - [ - 2.6666667461395264, - [ - 0.025201810523867607, - 0.0, - 0.0, - 0.9996823668479919 - ] - ], - [ - 2.700000047683716, - [ - 0.027982864528894424, - 0.0, - 0.0, - 0.9996083974838257 - ] - ], - [ - 2.7333333492279053, - [ - 0.0292256660759449, - 0.0, - 0.0, - 0.9995729327201843 - ] - ], - [ - 2.7666666507720947, - [ - 0.03280322626233101, - 0.0, - 0.0, - 0.999461829662323 - ] - ], - [ - 2.799999952316284, - [ - 0.032754916697740555, - 0.0, - 0.0, - 0.9994634389877319 - ] - ], - [ - 2.8333332538604736, - [ - 0.02980365976691246, - 0.0, - 0.0, - 0.9995558857917786 - ] - ], - [ - 2.866666555404663, - [ - 0.029017707332968712, - 0.0, - 0.0, - 0.9995788931846619 - ] - ], - [ - 2.9000000953674316, - [ - 0.03305993601679802, - 0.0, - 0.0, - 0.9994533658027649 - ] - ], - [ - 2.933333396911621, - [ - 0.040048569440841675, - 0.0, - 0.0, - 0.9991977214813232 - ] - ], - [ - 2.9666666984558105, - [ - 0.04770536720752716, - 0.0, - 0.0, - 0.9988614320755005 - ] - ], - [ - 3.0, - [ - 0.053937479853630066, - 0.0, - 0.0, - 0.9985443353652954 - ] - ], - [ - 3.0333333015441895, - [ - 0.05552879348397255, - 0.0, - 0.0, - 0.9984570741653442 - ] - ], - [ - 3.066666603088379, - [ - 0.0504523441195488, - 0.0, - 0.0, - 0.998726487159729 - ] - ], - [ - 3.0999999046325684, - [ - 0.04133502393960953, - 0.0, - 0.0, - 0.9991454482078552 - ] - ], - [ - 3.133333444595337, - [ - 0.030482092872262, - 0.0, - 0.0, - 0.999535322189331 - ] - ], - [ - 3.1666667461395264, - [ - 0.02095925435423851, - 0.0, - 0.0, - 0.9997803568840027 - ] - ], - [ - 3.200000047683716, - [ - 0.014170258305966854, - 0.0, - 0.0, - 0.9998996257781982 - ] - ], - [ - 3.2333333492279053, - [ - 0.008668778464198112, - 0.0, - 0.0, - 0.9999624490737915 - ] - ], - [ - 3.2666666507720947, - [ - 0.005322223529219627, - 0.0, - 0.0, - 0.999985933303833 - ] - ], - [ - 3.299999952316284, - [ - 0.00482869241386652, - 0.0, - 0.0, - 0.9999884366989136 - ] - ], - [ - 3.3333332538604736, - [ - 0.01247545424848795, - 0.0, - 0.0, - 0.9999222755432129 - ] - ], - [ - 3.366666555404663, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292689773_205584.json b/lenses/physics-objects/Scene/assets/1646688292689773_205584.json deleted file mode 100644 index 390d841c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292689773_205584.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292689773:205584", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292690738_205597.json b/lenses/physics-objects/Scene/assets/1646688292690738_205597.json deleted file mode 100644 index e0f85e26..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292690738_205597.json +++ /dev/null @@ -1,434 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292690738:205597", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.271388292312622, - 0.07050038129091263, - 0.2560364603996277 - ] - ], - [ - 0.46666666865348816, - [ - -2.271247148513794, - 0.06472492218017578, - 0.25879862904548645 - ] - ], - [ - 0.5, - [ - -2.271369218826294, - 0.05806845426559448, - 0.2593061923980713 - ] - ], - [ - 0.5333333611488342, - [ - -2.271721839904785, - 0.042821209877729416, - 0.25918230414390564 - ] - ], - [ - 0.5666666626930237, - [ - -2.2720892429351807, - 0.02190542034804821, - 0.258574515581131 - ] - ], - [ - 0.6333333253860474, - [ - -2.272285223007202, - -0.025383219122886658, - 0.25652435421943665 - ] - ], - [ - 0.6666666865348816, - [ - -2.2720694541931152, - -0.046104367822408676, - 0.2555466294288635 - ] - ], - [ - 0.699999988079071, - [ - -2.271765947341919, - -0.06119057908654213, - 0.25507864356040955 - ] - ], - [ - 0.7333333492279053, - [ - -2.271519660949707, - -0.0679083988070488, - 0.25557056069374084 - ] - ], - [ - 0.9333333373069763, - [ - -2.2705600261688232, - -0.07656142115592957, - 0.26158228516578674 - ] - ], - [ - 1.1333333253860474, - [ - -2.270099401473999, - -0.08044897764921188, - 0.2643977403640747 - ] - ], - [ - 1.2666666507720947, - [ - -2.270620107650757, - -0.0739944651722908, - 0.2617993950843811 - ] - ], - [ - 1.2999999523162842, - [ - -2.270892858505249, - -0.07027026265859604, - 0.2604564130306244 - ] - ], - [ - 1.3333333730697632, - [ - -2.2712042331695557, - -0.06583750993013382, - 0.25889384746551514 - ] - ], - [ - 1.399999976158142, - [ - -2.271894693374634, - -0.05524737760424614, - 0.25528886914253235 - ] - ], - [ - 1.5, - [ - -2.2729365825653076, - -0.03649706766009331, - 0.24931339919567108 - ] - ], - [ - 1.6333333253860474, - [ - -2.274012804031372, - -0.009890032932162285, - 0.2418624311685562 - ] - ], - [ - 1.7000000476837158, - [ - -2.274340867996216, - 0.00264574121683836, - 0.2389480322599411 - ] - ], - [ - 1.7666666507720947, - [ - -2.274515390396118, - 0.013869773596525192, - 0.2368900328874588 - ] - ], - [ - 1.7999999523162842, - [ - -2.2745461463928223, - 0.01880696415901184, - 0.2362544685602188 - ] - ], - [ - 1.8666666746139526, - [ - -2.274498462677002, - 0.026957465335726738, - 0.23592205345630646 - ] - ], - [ - 1.899999976158142, - [ - -2.274428129196167, - 0.03012794628739357, - 0.23621824383735657 - ] - ], - [ - 2.0, - [ - -2.2740797996520996, - 0.03780214488506317, - 0.23845796287059784 - ] - ], - [ - 2.1666667461395264, - [ - -2.2730555534362793, - 0.050624340772628784, - 0.24573519825935364 - ] - ], - [ - 2.299999952316284, - [ - -2.2720272541046143, - 0.05932711437344551, - 0.2531842589378357 - ] - ], - [ - 2.5333333015441895, - [ - -2.270160675048828, - 0.07032044231891632, - 0.26674947142601013 - ] - ], - [ - 2.633333444595337, - [ - -2.2695915699005127, - 0.07284688204526901, - 0.27088281512260437 - ] - ], - [ - 2.866666555404663, - [ - -2.2694973945617676, - 0.07596612721681595, - 0.27081507444381714 - ] - ], - [ - 3.2333333492279053, - [ - -2.2701778411865234, - 0.09325718134641647, - 0.2594716548919678 - ] - ], - [ - 3.4000000953674316, - [ - -2.2704224586486816, - 0.09651544690132141, - 0.2561172544956207 - ] - ], - [ - 3.5999999046325684, - [ - -2.270620822906494, - 0.09651803970336914, - 0.25435298681259155 - ] - ], - [ - 3.633333444595337, - [ - -2.270876169204712, - 0.10300248861312866, - 0.24948301911354065 - ] - ], - [ - 3.6666667461395264, - [ - -2.271188974380493, - 0.11223156005144119, - 0.24255700409412384 - ] - ], - [ - 3.7333333492279053, - [ - -2.2717092037200928, - 0.13258853554725647, - 0.22690699994564056 - ] - ], - [ - 3.7666666507720947, - [ - -2.2718613147735596, - 0.14082345366477966, - 0.2203288972377777 - ] - ], - [ - 3.799999952316284, - [ - -2.2719485759735107, - 0.14603090286254883, - 0.21599528193473816 - ] - ], - [ - 3.8333332538604736, - [ - -2.271984577178955, - 0.14699383080005646, - 0.21496179699897766 - ] - ], - [ - 4.266666889190674, - [ - -2.271904945373535, - 0.12564589083194733, - 0.22889073193073273 - ] - ], - [ - 4.400000095367432, - [ - -2.2718424797058105, - 0.12074146419763565, - 0.232127845287323 - ] - ], - [ - 4.633333206176758, - [ - -2.271989583969116, - 0.11407218873500824, - 0.23405222594738007 - ] - ], - [ - 4.733333110809326, - [ - -2.272332191467285, - 0.1000765860080719, - 0.23711028695106506 - ] - ], - [ - 4.800000190734863, - [ - -2.2725296020507813, - 0.09295213967561722, - 0.23811469972133636 - ] - ], - [ - 4.866666793823242, - [ - -2.2726800441741943, - 0.09238251298666, - 0.23689869046211243 - ] - ], - [ - 4.9666666984558105, - [ - -2.272831678390503, - 0.09776876866817474, - 0.23325353860855103 - ] - ], - [ - 5.266666889190674, - [ - -2.272921085357666, - 0.0964149534702301, - 0.2329455316066742 - ] - ], - [ - 5.366666793823242, - [ - -2.2728111743927, - 0.09029210358858109, - 0.23644453287124634 - ] - ], - [ - 5.5333333015441895, - [ - -2.272454261779785, - 0.07681365311145782, - 0.2445019632577896 - ] - ], - [ - 5.766666889190674, - [ - -2.271630048751831, - 0.056539226323366165, - 0.25735142827033997 - ] - ], - [ - 5.866666793823242, - [ - -2.271249771118164, - 0.049763306975364685, - 0.2620634436607361 - ] - ], - [ - 6.0, - [ - -2.270869731903076, - 0.04496818035840988, - 0.26619139313697815 - ] - ], - [ - 6.233333110809326, - [ - -2.2708280086517334, - 0.050269778817892075, - 0.26559972763061523 - ] - ], - [ - 6.5333333015441895, - [ - -2.271252393722534, - 0.06583838909864426, - 0.2584707736968994 - ] - ], - [ - 6.633333206176758, - [ - -2.2713565826416016, - 0.069639191031456, - 0.25655215978622437 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292690949_205604.json b/lenses/physics-objects/Scene/assets/1646688292690949_205604.json deleted file mode 100644 index 3f48bd1b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292690949_205604.json +++ /dev/null @@ -1,1369 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292690949:205604", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.03902631625533104, - 0.040256429463624954, - -0.7168620824813843, - 0.6949570178985596 - ] - ], - [ - 0.13333334028720856, - [ - -0.03880481421947479, - 0.04005889594554901, - -0.7171423435211182, - 0.69469153881073 - ] - ], - [ - 0.2666666805744171, - [ - -0.038861919194459915, - 0.04009690508246422, - -0.7169583439826965, - 0.6948760151863098 - ] - ], - [ - 0.3333333432674408, - [ - -0.03901268169283867, - 0.04022395610809326, - -0.7167044281959534, - 0.6951221823692322 - ] - ], - [ - 0.36666667461395264, - [ - -0.039113473147153854, - 0.040309932082891464, - -0.716544508934021, - 0.6952763795852661 - ] - ], - [ - 0.4000000059604645, - [ - -0.03922925889492035, - 0.04040909186005592, - -0.7163649201393127, - 0.6954491138458252 - ] - ], - [ - 0.4333333373069763, - [ - -0.03935868293046951, - 0.040520209819078445, - -0.716167688369751, - 0.6956384181976318 - ] - ], - [ - 0.46666666865348816, - [ - -0.03950030729174614, - 0.04064200446009636, - -0.7159547805786133, - 0.695842444896698 - ] - ], - [ - 0.5, - [ - -0.039637647569179535, - 0.0406639501452446, - -0.7149300575256348, - 0.6968861818313599 - ] - ], - [ - 0.5333333611488342, - [ - -0.03975483402609825, - 0.04051126167178154, - -0.7125882506370544, - 0.6992827653884888 - ] - ], - [ - 0.5666666626930237, - [ - -0.039846934378147125, - 0.040232956409454346, - -0.709367036819458, - 0.7025609612464905 - ] - ], - [ - 0.6000000238418579, - [ - -0.03990870341658592, - 0.03987744823098183, - -0.7057039737701416, - 0.7062571048736572 - ] - ], - [ - 0.6333333253860474, - [ - -0.039943162351846695, - 0.03949945792555809, - -0.7020362019538879, - 0.7099223136901855 - ] - ], - [ - 0.6666666865348816, - [ - -0.03996942937374115, - 0.03916660696268082, - -0.6988005638122559, - 0.7131243348121643 - ] - ], - [ - 0.699999988079071, - [ - -0.04002557322382927, - 0.0389619916677475, - -0.6964332461357117, - 0.7154444456100464 - ] - ], - [ - 0.7333333492279053, - [ - -0.04016069322824478, - 0.038978010416030884, - -0.6953701376914978, - 0.7164692878723145 - ] - ], - [ - 0.7666666507720947, - [ - -0.04034916311502457, - 0.039133209735155106, - -0.6951070427894592, - 0.7167055010795593 - ] - ], - [ - 0.800000011920929, - [ - -0.04053328558802605, - 0.03928466513752937, - -0.694850504398346, - 0.7169355154037476 - ] - ], - [ - 0.8333333134651184, - [ - -0.04071100801229477, - 0.039430707693099976, - -0.6946033835411072, - 0.7171568870544434 - ] - ], - [ - 0.8666666746139526, - [ - -0.04088025167584419, - 0.039569657295942307, - -0.6943686008453369, - 0.7173669338226318 - ] - ], - [ - 0.8999999761581421, - [ - -0.041038841009140015, - 0.03969976678490639, - -0.6941492557525635, - 0.7175629138946533 - ] - ], - [ - 0.9666666388511658, - [ - -0.04131527617573738, - 0.0399264357984066, - -0.6937692165374756, - 0.7179019451141357 - ] - ], - [ - 1.0333333015441895, - [ - -0.04152236506342888, - 0.040096353739500046, - -0.6934882998466492, - 0.7181519269943237 - ] - ], - [ - 1.2000000476837158, - [ - -0.041544634848833084, - 0.04012388736009598, - -0.6935408115386963, - 0.7180984020233154 - ] - ], - [ - 1.2333333492279053, - [ - -0.04139544442296028, - 0.04001652076840401, - -0.6938774585723877, - 0.7177876830101013 - ] - ], - [ - 1.2666666507720947, - [ - -0.04119636118412018, - 0.039875734597444534, - -0.6943519711494446, - 0.7173479795455933 - ] - ], - [ - 1.2999999523162842, - [ - -0.040951747447252274, - 0.03970414400100708, - -0.6949525475502014, - 0.716789722442627 - ] - ], - [ - 1.3333333730697632, - [ - -0.040666691958904266, - 0.03950493037700653, - -0.6956662535667419, - 0.716124415397644 - ] - ], - [ - 1.3666666746139526, - [ - -0.04034935683012009, - 0.0392838716506958, - -0.6964763402938843, - 0.7153666615486145 - ] - ], - [ - 1.399999976158142, - [ - -0.04000763222575188, - 0.03904656320810318, - -0.6973665952682495, - 0.7145311236381531 - ] - ], - [ - 1.4333332777023315, - [ - -0.03964915871620178, - 0.038798484951257706, - -0.6983209252357483, - 0.7136319279670715 - ] - ], - [ - 1.4666666984558105, - [ - -0.03928118199110031, - 0.03854488208889961, - -0.6993242502212524, - 0.7126829624176025 - ] - ], - [ - 1.5, - [ - -0.03891058266162872, - 0.038290802389383316, - -0.7003614902496338, - 0.7116976380348206 - ] - ], - [ - 1.5333333015441895, - [ - -0.03854385018348694, - 0.03804107755422592, - -0.7014187574386597, - 0.7106891870498657 - ] - ], - [ - 1.5666667222976685, - [ - -0.03818709775805473, - 0.03780033439397812, - -0.7024823427200317, - 0.7096699476242065 - ] - ], - [ - 1.600000023841858, - [ - -0.03784610331058502, - 0.037573035806417465, - -0.7035394310951233, - 0.7086524367332458 - ] - ], - [ - 1.6333333253860474, - [ - -0.037526313215494156, - 0.03736346215009689, - -0.7045774459838867, - 0.7076484560966492 - ] - ], - [ - 1.6666666269302368, - [ - -0.037232931703329086, - 0.03717575967311859, - -0.7055845856666565, - 0.7066696882247925 - ] - ], - [ - 1.7000000476837158, - [ - -0.03697100281715393, - 0.037014033645391464, - -0.7065491080284119, - 0.7057276368141174 - ] - ], - [ - 1.7333333492279053, - [ - -0.036745402961969376, - 0.03688230738043785, - -0.7074596285820007, - 0.7048335671424866 - ] - ], - [ - 1.7666666507720947, - [ - -0.03656106814742088, - 0.03678469359874725, - -0.7083048820495605, - 0.703998863697052 - ] - ], - [ - 1.7999999523162842, - [ - -0.03642287850379944, - 0.03672528266906738, - -0.7090736031532288, - 0.703234851360321 - ] - ], - [ - 1.8333333730697632, - [ - -0.03633597120642662, - 0.03670840710401535, - -0.7097542881965637, - 0.7025532722473145 - ] - ], - [ - 1.8666666746139526, - [ - -0.03630572929978371, - 0.036738574504852295, - -0.7103350758552551, - 0.7019659876823425 - ] - ], - [ - 1.899999976158142, - [ - -0.03632578253746033, - 0.03681015223264694, - -0.710821807384491, - 0.7014683485031128 - ] - ], - [ - 1.9333332777023315, - [ - -0.03638486564159393, - 0.036913346499204636, - -0.7112292647361755, - 0.7010468244552612 - ] - ], - [ - 1.9666666984558105, - [ - -0.03648015111684799, - 0.03705018386244774, - -0.7116032242774963, - 0.700654923915863 - ] - ], - [ - 2.0, - [ - -0.03660837188363075, - 0.03722197189927101, - -0.7119866013526917, - 0.7002495527267456 - ] - ], - [ - 2.0333333015441895, - [ - -0.03676602989435196, - 0.03742484375834465, - -0.7123754024505615, - 0.699834942817688 - ] - ], - [ - 2.066666603088379, - [ - -0.036949094384908676, - 0.037654321640729904, - -0.7127652764320374, - 0.6994159817695618 - ] - ], - [ - 2.0999999046325684, - [ - -0.03715452551841736, - 0.03790692612528801, - -0.7131520509719849, - 0.6989969611167908 - ] - ], - [ - 2.133333444595337, - [ - -0.03737928718328476, - 0.038179174065589905, - -0.7135317325592041, - 0.6985825896263123 - ] - ], - [ - 2.1666667461395264, - [ - -0.037620335817337036, - 0.03846752643585205, - -0.7139000296592712, - 0.6981774568557739 - ] - ], - [ - 2.200000047683716, - [ - -0.0378747284412384, - 0.03876851499080658, - -0.7142528295516968, - 0.6977861523628235 - ] - ], - [ - 2.2333333492279053, - [ - -0.03813944011926651, - 0.03907853737473488, - -0.7145857214927673, - 0.697413444519043 - ] - ], - [ - 2.2666666507720947, - [ - -0.03841153532266617, - 0.03939405828714371, - -0.7148944735527039, - 0.6970643401145935 - ] - ], - [ - 2.299999952316284, - [ - -0.03868807479739189, - 0.03971148282289505, - -0.7151745557785034, - 0.6967436671257019 - ] - ], - [ - 2.3333332538604736, - [ - -0.03896612301468849, - 0.0400271899998188, - -0.7154213786125183, - 0.6964565515518188 - ] - ], - [ - 2.366666555404663, - [ - -0.03924282267689705, - 0.04033758491277695, - -0.7156304717063904, - 0.6962082386016846 - ] - ], - [ - 2.4000000953674316, - [ - -0.03952646628022194, - 0.040655020624399185, - -0.7158347368240356, - 0.6959636807441711 - ] - ], - [ - 2.433333396911621, - [ - -0.039820436388254166, - 0.04098627343773842, - -0.7160618901252747, - 0.695693850517273 - ] - ], - [ - 2.4666666984558105, - [ - -0.040114641189575195, - 0.04131939634680748, - -0.7162986397743225, - 0.6954134106636047 - ] - ], - [ - 2.5, - [ - -0.040399517863988876, - 0.041642796248197556, - -0.7165309190750122, - 0.6951382756233215 - ] - ], - [ - 2.5333333015441895, - [ - -0.04066604748368263, - 0.04194522276520729, - -0.7167434692382813, - 0.6948853731155396 - ] - ], - [ - 2.566666603088379, - [ - -0.04090585932135582, - 0.042215872555971146, - -0.7169198393821716, - 0.6946729421615601 - ] - ], - [ - 2.633333444595337, - [ - -0.0412745364010334, - 0.04262057691812515, - -0.7170939445495605, - 0.6944466829299927 - ] - ], - [ - 2.7333333492279053, - [ - -0.04148223623633385, - 0.042826395481824875, - -0.7170112729072571, - 0.6945070028305054 - ] - ], - [ - 2.8333332538604736, - [ - -0.041340772062540054, - 0.042724382132291794, - -0.7173764705657959, - 0.6941444873809814 - ] - ], - [ - 2.9000000953674316, - [ - -0.04110654816031456, - 0.04253152385354042, - -0.7177907824516296, - 0.6937419176101685 - ] - ], - [ - 2.933333396911621, - [ - -0.04095920920372009, - 0.042407333850860596, - -0.7180299162864685, - 0.6935106515884399 - ] - ], - [ - 2.9666666984558105, - [ - -0.04079565033316612, - 0.04226795211434364, - -0.7182846665382385, - 0.6932649612426758 - ] - ], - [ - 3.0, - [ - -0.04061976447701454, - 0.04211676865816116, - -0.7185498476028442, - 0.693009614944458 - ] - ], - [ - 3.0333333015441895, - [ - -0.04043533653020859, - 0.041957102715969086, - -0.7188205718994141, - 0.6927492618560791 - ] - ], - [ - 3.066666603088379, - [ - -0.04024600610136986, - 0.041792165488004684, - -0.7190921902656555, - 0.6924883723258972 - ] - ], - [ - 3.0999999046325684, - [ - -0.04005534574389458, - 0.041625138372182846, - -0.7193601131439209, - 0.6922311782836914 - ] - ], - [ - 3.133333444595337, - [ - -0.03986671566963196, - 0.04145902767777443, - -0.7196201086044312, - 0.6919817328453064 - ] - ], - [ - 3.1666667461395264, - [ - -0.03968342766165733, - 0.0412968210875988, - -0.719868004322052, - 0.6917440891265869 - ] - ], - [ - 3.2333333492279053, - [ - -0.03934655338525772, - 0.040996063500642776, - -0.7203066349029541, - 0.6913244724273682 - ] - ], - [ - 3.299999952316284, - [ - -0.03907184675335884, - 0.040745172649621964, - -0.7206214070320129, - 0.6910268664360046 - ] - ], - [ - 3.433333396911621, - [ - -0.03876505792140961, - 0.04044707119464874, - -0.7208250761032104, - 0.6908491253852844 - ] - ], - [ - 3.566666603088379, - [ - -0.03881637379527092, - 0.04046439006924629, - -0.7205142378807068, - 0.6911694407463074 - ] - ], - [ - 3.5999999046325684, - [ - -0.038539256900548935, - 0.04021226242184639, - -0.7208449840545654, - 0.6908547282218933 - ] - ], - [ - 3.633333444595337, - [ - -0.037742987275123596, - 0.03949373960494995, - -0.7218698263168335, - 0.6898694038391113 - ] - ], - [ - 3.6666667461395264, - [ - -0.03661439195275307, - 0.0384683795273304, - -0.7233241200447083, - 0.6884634494781494 - ] - ], - [ - 3.700000047683716, - [ - -0.0353362113237381, - 0.03729481250047684, - -0.7249523997306824, - 0.6868802905082703 - ] - ], - [ - 3.7333333492279053, - [ - -0.03408504277467728, - 0.03613242879509926, - -0.7265173196792603, - 0.6853504776954651 - ] - ], - [ - 3.7666666507720947, - [ - -0.03303122520446777, - 0.035142093896865845, - -0.7278040051460266, - 0.6840872168540955 - ] - ], - [ - 3.799999952316284, - [ - -0.03234076127409935, - 0.03448622301220894, - -0.7286167144775391, - 0.6832879781723022 - ] - ], - [ - 3.8333332538604736, - [ - -0.032178446650505066, - 0.03432761877775192, - -0.7287683486938477, - 0.6831418871879578 - ] - ], - [ - 3.866666555404663, - [ - -0.0323391929268837, - 0.0344749316573143, - -0.7285219430923462, - 0.6833896636962891 - ] - ], - [ - 3.9000000953674316, - [ - -0.03250632807612419, - 0.03462820127606392, - -0.7282689213752747, - 0.683643639087677 - ] - ], - [ - 3.9666666984558105, - [ - -0.03285573795437813, - 0.03494872897863388, - -0.7277480959892273, - 0.6841651201248169 - ] - ], - [ - 4.0, - [ - -0.03303582966327667, - 0.03511388972401619, - -0.7274828553199768, - 0.684429943561554 - ] - ], - [ - 4.0333333015441895, - [ - -0.033217959105968475, - 0.03528084605932236, - -0.727216362953186, - 0.6846957206726074 - ] - ], - [ - 4.066666603088379, - [ - -0.03340088576078415, - 0.03544842079281807, - -0.7269501686096191, - 0.6849607825279236 - ] - ], - [ - 4.099999904632568, - [ - -0.033583324402570724, - 0.03561542555689812, - -0.7266858816146851, - 0.6852235794067383 - ] - ], - [ - 4.166666507720947, - [ - -0.03394132852554321, - 0.0359426811337471, - -0.726170003414154, - 0.6857355237007141 - ] - ], - [ - 4.233333110809326, - [ - -0.03428051993250847, - 0.03625204786658287, - -0.7256830930709839, - 0.6862176656723022 - ] - ], - [ - 4.266666889190674, - [ - -0.034439343959093094, - 0.036396611481904984, - -0.7254551649093628, - 0.686443030834198 - ] - ], - [ - 4.300000190734863, - [ - -0.034588947892189026, - 0.03653257340192795, - -0.7252401113510132, - 0.6866555213928223 - ] - ], - [ - 4.366666793823242, - [ - -0.034854456782341, - 0.0367731936275959, - -0.7248560190200806, - 0.6870347857475281 - ] - ], - [ - 4.433333396911621, - [ - -0.03506510332226753, - 0.036963023245334625, - -0.7245448231697083, - 0.6873419880867004 - ] - ], - [ - 4.5, - [ - -0.03512817993760109, - 0.037022002041339874, - -0.7244719862937927, - 0.6874123215675354 - ] - ], - [ - 4.5333333015441895, - [ - -0.03508496657013893, - 0.03698573261499405, - -0.7245601415634155, - 0.6873235702514648 - ] - ], - [ - 4.566666603088379, - [ - -0.03507603704929352, - 0.03697219863533974, - -0.7245224118232727, - 0.6873645186424255 - ] - ], - [ - 4.599999904632568, - [ - -0.035160623490810394, - 0.03702731803059578, - -0.72420334815979, - 0.6876934170722961 - ] - ], - [ - 4.633333206176758, - [ - -0.03531244024634361, - 0.03712989017367363, - -0.7236669063568115, - 0.6882445812225342 - ] - ], - [ - 4.666666507720947, - [ - -0.03550335019826889, - 0.03725803270936012, - -0.7229892015457153, - 0.6889397501945496 - ] - ], - [ - 4.699999809265137, - [ - -0.0357053242623806, - 0.0373903252184391, - -0.7222477197647095, - 0.6896994709968567 - ] - ], - [ - 4.733333110809326, - [ - -0.035890623927116394, - 0.03750608488917351, - -0.7215210795402527, - 0.6904436945915222 - ] - ], - [ - 4.766666889190674, - [ - -0.03603187948465347, - 0.037585388869047165, - -0.7208886742591858, - 0.691092312335968 - ] - ], - [ - 4.800000190734863, - [ - -0.036102037876844406, - 0.03760888800024986, - -0.720430314540863, - 0.6915652751922607 - ] - ], - [ - 4.833333492279053, - [ - -0.03607426956295967, - 0.0375574491918087, - -0.7202253341674805, - 0.6917828917503357 - ] - ], - [ - 4.866666793823242, - [ - -0.03592189773917198, - 0.037411756813526154, - -0.720352828502655, - 0.6916659474372864 - ] - ], - [ - 4.900000095367432, - [ - -0.03570478409528732, - 0.03721784055233002, - -0.7206627130508423, - 0.6913648247718811 - ] - ], - [ - 4.933333396911621, - [ - -0.03550390154123306, - 0.03703790530562401, - -0.7209474444389343, - 0.6910879015922546 - ] - ], - [ - 5.0, - [ - -0.03517023101449013, - 0.0367373563349247, - -0.721410870552063, - 0.6906372308731079 - ] - ], - [ - 5.0333333015441895, - [ - -0.03504663333296776, - 0.036625027656555176, - -0.7215750217437744, - 0.6904779672622681 - ] - ], - [ - 5.233333110809326, - [ - -0.035144906491041183, - 0.036693084985017776, - -0.7212451100349426, - 0.6908139586448669 - ] - ], - [ - 5.266666889190674, - [ - -0.03528836742043495, - 0.03681699559092522, - -0.7209957838058472, - 0.6910603046417236 - ] - ], - [ - 5.300000190734863, - [ - -0.03545853868126869, - 0.03696480765938759, - -0.7207098603248596, - 0.6913418769836426 - ] - ], - [ - 5.333333492279053, - [ - -0.035653255879879, - 0.03713442385196686, - -0.7203900218009949, - 0.6916560530662537 - ] - ], - [ - 5.366666793823242, - [ - -0.035870037972927094, - 0.03732334077358246, - -0.720038115978241, - 0.6920011043548584 - ] - ], - [ - 5.400000095367432, - [ - -0.03610675781965256, - 0.0375295989215374, - -0.7196574807167053, - 0.6923734545707703 - ] - ], - [ - 5.433333396911621, - [ - -0.036361340433359146, - 0.037751298397779465, - -0.7192516922950745, - 0.6927695870399475 - ] - ], - [ - 5.4666666984558105, - [ - -0.03663159906864166, - 0.03798646852374077, - -0.7188243269920349, - 0.6931859254837036 - ] - ], - [ - 5.5, - [ - -0.03691524267196655, - 0.038233041763305664, - -0.7183793783187866, - 0.6936185956001282 - ] - ], - [ - 5.5333333015441895, - [ - -0.0372098870575428, - 0.03848890960216522, - -0.7179206013679504, - 0.6940634250640869 - ] - ], - [ - 5.566666603088379, - [ - -0.037513069808483124, - 0.03875191509723663, - -0.7174524068832397, - 0.6945164203643799 - ] - ], - [ - 5.599999904632568, - [ - -0.03782208263874054, - 0.03901970386505127, - -0.7169792652130127, - 0.6949732303619385 - ] - ], - [ - 5.633333206176758, - [ - -0.03813418373465538, - 0.0392899326980114, - -0.716505765914917, - 0.6954291462898254 - ] - ], - [ - 5.666666507720947, - [ - -0.03844638168811798, - 0.03956006467342377, - -0.7160369753837585, - 0.695879340171814 - ] - ], - [ - 5.699999809265137, - [ - -0.03875555098056793, - 0.03982747346162796, - -0.715578019618988, - 0.6963188052177429 - ] - ], - [ - 5.733333110809326, - [ - -0.039058417081832886, - 0.0400894470512867, - -0.7151344418525696, - 0.6967424154281616 - ] - ], - [ - 5.766666889190674, - [ - -0.039351511746644974, - 0.04034313187003136, - -0.7147119641304016, - 0.6971446871757507 - ] - ], - [ - 5.800000190734863, - [ - -0.039631232619285583, - 0.04058557003736496, - -0.7143165469169617, - 0.6975199580192566 - ] - ], - [ - 5.833333492279053, - [ - -0.039893846958875656, - 0.040813736617565155, - -0.7139542102813721, - 0.6978626251220703 - ] - ], - [ - 5.866666793823242, - [ - -0.04013551399111748, - 0.04102452099323273, - -0.7136311531066895, - 0.6981666684150696 - ] - ], - [ - 5.900000095367432, - [ - -0.04035228490829468, - 0.0412147231400013, - -0.7133537530899048, - 0.6984264254570007 - ] - ], - [ - 5.933333396911621, - [ - -0.040540214627981186, - 0.041381169110536575, - -0.7131282687187195, - 0.6986359357833862 - ] - ], - [ - 6.0, - [ - -0.040813740342855453, - 0.04162994399666786, - -0.712857723236084, - 0.6988813281059265 - ] - ], - [ - 6.133333206176758, - [ - -0.04090730845928192, - 0.041751932352781296, - -0.7130734920501709, - 0.6986483335494995 - ] - ], - [ - 6.166666507720947, - [ - -0.04085223376750946, - 0.041715752333402634, - -0.7132439613342285, - 0.6984797716140747 - ] - ], - [ - 6.233333110809326, - [ - -0.04067421704530716, - 0.041584596037864685, - -0.713678240776062, - 0.6980542540550232 - ] - ], - [ - 6.300000190734863, - [ - -0.040431130677461624, - 0.04139653220772743, - -0.7142007350921631, - 0.6975449919700623 - ] - ], - [ - 6.366666793823242, - [ - -0.04014984145760536, - 0.041173793375492096, - -0.7147683501243591, - 0.6969927549362183 - ] - ], - [ - 6.433333396911621, - [ - -0.03985562548041344, - 0.040937524288892746, - -0.7153409719467163, - 0.6964359283447266 - ] - ], - [ - 6.5, - [ - -0.039571668952703476, - 0.040707267820835114, - -0.7158811092376709, - 0.6959103941917419 - ] - ], - [ - 6.566666603088379, - [ - -0.039318740367889404, - 0.04050059616565704, - -0.7163540124893188, - 0.6954500079154968 - ] - ], - [ - 6.599999904632568, - [ - -0.03920929133892059, - 0.04041052982211113, - -0.7165547609329224, - 0.6952545642852783 - ] - ], - [ - 6.633333206176758, - [ - -0.03911279886960983, - 0.04033036530017853, - -0.7167260050773621, - 0.6950881481170654 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292691155_205611.json b/lenses/physics-objects/Scene/assets/1646688292691155_205611.json deleted file mode 100644 index 629d07b1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292691155_205611.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292691155:205611", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292692098_205624.json b/lenses/physics-objects/Scene/assets/1646688292692098_205624.json deleted file mode 100644 index 090b015d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292692098_205624.json +++ /dev/null @@ -1,818 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292692098:205624", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ], - [ - 0.03333333507180214, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ], - [ - 0.06666667014360428, - [ - -2.271125078201294, - 0.03883153572678566, - 0.2649770975112915 - ] - ], - [ - 0.10000000149011612, - [ - -2.2702975273132324, - 0.032092347741127014, - 0.27285289764404297 - ] - ], - [ - 0.13333334028720856, - [ - -2.269196033477783, - 0.024205541238188744, - 0.28265395760536194 - ] - ], - [ - 0.1666666716337204, - [ - -2.267897844314575, - 0.015533316880464554, - 0.2934757173061371 - ] - ], - [ - 0.20000000298023224, - [ - -2.2664942741394043, - 0.005850367248058319, - 0.30446481704711914 - ] - ], - [ - 0.23333333432674408, - [ - -2.2651124000549316, - -0.0054353331215679646, - 0.3145892322063446 - ] - ], - [ - 0.2666666805744171, - [ - -2.2638823986053467, - -0.018048584461212158, - 0.3228631913661957 - ] - ], - [ - 0.30000001192092896, - [ - -2.2628014087677, - -0.029667409136891365, - 0.32951363921165466 - ] - ], - [ - 0.3333333432674408, - [ - -2.2619123458862305, - -0.0386381559073925, - 0.3346479833126068 - ] - ], - [ - 0.36666667461395264, - [ - -2.2613525390625, - -0.043715961277484894, - 0.3377911150455475 - ] - ], - [ - 0.4000000059604645, - [ - -2.2630674839019775, - -0.03221740573644638, - 0.32744109630584717 - ] - ], - [ - 0.4333333373069763, - [ - -2.2663276195526123, - -0.006299586966633797, - 0.30569368600845337 - ] - ], - [ - 0.46666666865348816, - [ - -2.268639087677002, - 0.017501430585980415, - 0.2875758111476898 - ] - ], - [ - 0.5, - [ - -2.269324541091919, - 0.02804192341864109, - 0.28126469254493713 - ] - ], - [ - 0.5333333611488342, - [ - -2.2681872844696045, - 0.01699373684823513, - 0.29114827513694763 - ] - ], - [ - 0.5666666626930237, - [ - -2.265289068222046, - -0.010319899767637253, - 0.31319165229797363 - ] - ], - [ - 0.6000000238418579, - [ - -2.2612102031707764, - -0.04234014078974724, - 0.3389184772968292 - ] - ], - [ - 0.6333333253860474, - [ - -2.2588448524475098, - -0.05978715047240257, - 0.3518170714378357 - ] - ], - [ - 0.6666666865348816, - [ - -2.260122060775757, - -0.054203879088163376, - 0.3444406986236572 - ] - ], - [ - 0.699999988079071, - [ - -2.2627742290496826, - -0.038231804966926575, - 0.32881805300712585 - ] - ], - [ - 0.7333333492279053, - [ - -2.2654569149017334, - -0.018633384257555008, - 0.31158825755119324 - ] - ], - [ - 0.7666666507720947, - [ - -2.2674918174743652, - -0.00013606436550617218, - 0.2970021963119507 - ] - ], - [ - 0.800000011920929, - [ - -2.2686898708343506, - 0.01454839389771223, - 0.2873397469520569 - ] - ], - [ - 0.8333333134651184, - [ - -2.269019365310669, - 0.022946594282984734, - 0.28417280316352844 - ] - ], - [ - 0.8666666746139526, - [ - -2.268416404724121, - 0.021618200466036797, - 0.2890489399433136 - ] - ], - [ - 0.8999999761581421, - [ - -2.2671542167663574, - 0.011168260127305984, - 0.2993604242801666 - ] - ], - [ - 0.9666666388511658, - [ - -2.2636473178863525, - -0.022643020376563072, - 0.324219286441803 - ] - ], - [ - 1.0, - [ - -2.262132406234741, - -0.034552376717329025, - 0.33360520005226135 - ] - ], - [ - 1.0333333015441895, - [ - -2.261810302734375, - -0.03617200627923012, - 0.3356117308139801 - ] - ], - [ - 1.0666667222976685, - [ - -2.2641923427581787, - -0.017498938366770744, - 0.32071176171302795 - ] - ], - [ - 1.100000023841858, - [ - -2.267592668533325, - 0.013435033150017262, - 0.2959262728691101 - ] - ], - [ - 1.1333333253860474, - [ - -2.2698304653167725, - 0.04065890237689018, - 0.2755831182003021 - ] - ], - [ - 1.1666666269302368, - [ - -2.2706074714660645, - 0.05462348461151123, - 0.2666223347187042 - ] - ], - [ - 1.2000000476837158, - [ - -2.27007794380188, - 0.049507588148117065, - 0.27207449078559875 - ] - ], - [ - 1.2333333492279053, - [ - -2.268507719039917, - 0.03184891492128372, - 0.28738152980804443 - ] - ], - [ - 1.2666666507720947, - [ - -2.26643443107605, - 0.011989333666861057, - 0.3047313094139099 - ] - ], - [ - 1.2999999523162842, - [ - -2.2655797004699707, - 0.003944232128560543, - 0.31122756004333496 - ] - ], - [ - 1.3333333730697632, - [ - -2.266749382019043, - 0.012124555185437202, - 0.30237331986427307 - ] - ], - [ - 1.3666666746139526, - [ - -2.2684903144836426, - 0.02657075971364975, - 0.288053959608078 - ] - ], - [ - 1.399999976158142, - [ - -2.270076036453247, - 0.04239928349852562, - 0.27328869700431824 - ] - ], - [ - 1.4333332777023315, - [ - -2.2712020874023438, - 0.0563938245177269, - 0.2611323595046997 - ] - ], - [ - 1.4666666984558105, - [ - -2.2718117237091064, - 0.0665736198425293, - 0.2533170282840729 - ] - ], - [ - 1.5, - [ - -2.2719199657440186, - 0.0711723119020462, - 0.2510848641395569 - ] - ], - [ - 1.5333333015441895, - [ - -2.2715139389038086, - 0.06810767948627472, - 0.25556859374046326 - ] - ], - [ - 1.5666667222976685, - [ - -2.270740032196045, - 0.058269813656806946, - 0.2647142708301544 - ] - ], - [ - 1.600000023841858, - [ - -2.269707679748535, - 0.04374624788761139, - 0.2761211097240448 - ] - ], - [ - 1.6333333253860474, - [ - -2.268437623977661, - 0.02799663506448269, - 0.28833505511283875 - ] - ], - [ - 1.6666666269302368, - [ - -2.2671713829040527, - 0.014444366097450256, - 0.29909053444862366 - ] - ], - [ - 1.7000000476837158, - [ - -2.266455888748169, - 0.0071297925896942616, - 0.3047235906124115 - ] - ], - [ - 1.7333333492279053, - [ - -2.267502546310425, - 0.014964386820793152, - 0.2965436279773712 - ] - ], - [ - 1.7666666507720947, - [ - -2.269521713256836, - 0.03355390205979347, - 0.27906179428100586 - ] - ], - [ - 1.7999999523162842, - [ - -2.270960807800293, - 0.05043313652276993, - 0.2644301652908325 - ] - ], - [ - 1.8333333730697632, - [ - -2.271360158920288, - 0.05689113959670067, - 0.2596469223499298 - ] - ], - [ - 1.8666666746139526, - [ - -2.2705512046813965, - 0.046502869576215744, - 0.2686353325843811 - ] - ], - [ - 1.899999976158142, - [ - -2.268523931503296, - 0.023234769701957703, - 0.28807878494262695 - ] - ], - [ - 1.9333332777023315, - [ - -2.2656338214874268, - -0.0041808392852544785, - 0.31083038449287415 - ] - ], - [ - 1.9666666984558105, - [ - -2.263824462890625, - -0.020589517429471016, - 0.3231169879436493 - ] - ], - [ - 2.0, - [ - -2.2644882202148438, - -0.018844634294509888, - 0.31853970885276794 - ] - ], - [ - 2.0333333015441895, - [ - -2.266164779663086, - -0.008549573831260204, - 0.3068445324897766 - ] - ], - [ - 2.066666603088379, - [ - -2.2679455280303955, - 0.005064551252871752, - 0.2934737801551819 - ] - ], - [ - 2.0999999046325684, - [ - -2.2693192958831787, - 0.01809508167207241, - 0.28212064504623413 - ] - ], - [ - 2.133333444595337, - [ - -2.270085096359253, - 0.02786736562848091, - 0.2750760614871979 - ] - ], - [ - 2.1666667461395264, - [ - -2.2701568603515625, - 0.031846508383750916, - 0.27404922246932983 - ] - ], - [ - 2.200000047683716, - [ - -2.2693514823913574, - 0.02616828866302967, - 0.2812266945838928 - ] - ], - [ - 2.2333333492279053, - [ - -2.267580509185791, - 0.009266844019293785, - 0.2961806356906891 - ] - ], - [ - 2.2666666507720947, - [ - -2.264883518218994, - -0.016163455322384834, - 0.3158653974533081 - ] - ], - [ - 2.299999952316284, - [ - -2.261888265609741, - -0.04088664427399635, - 0.33454397320747375 - ] - ], - [ - 2.3333332538604736, - [ - -2.2604799270629883, - -0.05241306498646736, - 0.34236449003219604 - ] - ], - [ - 2.366666555404663, - [ - -2.2620668411254883, - -0.04326430708169937, - 0.3330334424972534 - ] - ], - [ - 2.4000000953674316, - [ - -2.264998197555542, - -0.021689901128411293, - 0.3147103190422058 - ] - ], - [ - 2.433333396911621, - [ - -2.267563581466675, - 0.0022700796835124493, - 0.2964450716972351 - ] - ], - [ - 2.4666666984558105, - [ - -2.2691237926483154, - 0.022082991898059845, - 0.2834063768386841 - ] - ], - [ - 2.5, - [ - -2.2696194648742676, - 0.032019034028053284, - 0.27844616770744324 - ] - ], - [ - 2.5333333015441895, - [ - -2.26875901222229, - 0.02368413470685482, - 0.28618425130844116 - ] - ], - [ - 2.566666603088379, - [ - -2.2664105892181396, - 0.00036183022893965244, - 0.30514395236968994 - ] - ], - [ - 2.5999999046325684, - [ - -2.263237237930298, - -0.026166686788201332, - 0.3268063962459564 - ] - ], - [ - 2.633333444595337, - [ - -2.2617130279541016, - -0.0383385568857193, - 0.33602744340896606 - ] - ], - [ - 2.6666667461395264, - [ - -2.263176202774048, - -0.029753537848591805, - 0.3269214630126953 - ] - ], - [ - 2.700000047683716, - [ - -2.265589952468872, - -0.012525209225714207, - 0.31092607975006104 - ] - ], - [ - 2.7333333492279053, - [ - -2.2678682804107666, - 0.007189448922872543, - 0.2940264046192169 - ] - ], - [ - 2.7666666507720947, - [ - -2.269528865814209, - 0.025287941098213196, - 0.279872864484787 - ] - ], - [ - 2.799999952316284, - [ - -2.2704691886901855, - 0.03927960619330406, - 0.27047446370124817 - ] - ], - [ - 2.8333332538604736, - [ - -2.2707138061523438, - 0.046975672245025635, - 0.2671743929386139 - ] - ], - [ - 2.866666555404663, - [ - -2.2702152729034424, - 0.04511534795165062, - 0.2716926038265228 - ] - ], - [ - 2.9000000953674316, - [ - -2.2690165042877197, - 0.0328231155872345, - 0.28322529792785645 - ] - ], - [ - 2.933333396911621, - [ - -2.2672290802001953, - 0.013276020996272564, - 0.29870685935020447 - ] - ], - [ - 2.9666666984558105, - [ - -2.2653238773345947, - -0.005200679413974285, - 0.313066303730011 - ] - ], - [ - 3.0, - [ - -2.2645814418792725, - -0.012764658778905869, - 0.3181789219379425 - ] - ], - [ - 3.0333333015441895, - [ - -2.265852689743042, - -0.004181284457445145, - 0.3092310130596161 - ] - ], - [ - 3.066666603088379, - [ - -2.26794171333313, - 0.013585638254880905, - 0.29323312640190125 - ] - ], - [ - 3.0999999046325684, - [ - -2.2697105407714844, - 0.03257422521710396, - 0.27763691544532776 - ] - ], - [ - 3.133333444595337, - [ - -2.2707486152648926, - 0.0476105734705925, - 0.2667657136917114 - ] - ], - [ - 3.1666667461395264, - [ - -2.271027088165283, - 0.05412404611706734, - 0.2631286084651947 - ] - ], - [ - 3.200000047683716, - [ - -2.2703020572662354, - 0.0452498160302639, - 0.2709450423717499 - ] - ], - [ - 3.2333333492279053, - [ - -2.26838755607605, - 0.02337055094540119, - 0.289138525724411 - ] - ], - [ - 3.2666666507720947, - [ - -2.26570463180542, - -0.0020692015532404184, - 0.3103356659412384 - ] - ], - [ - 3.299999952316284, - [ - -2.2641639709472656, - -0.01609385758638382, - 0.32098588347435 - ] - ], - [ - 3.3333332538604736, - [ - -2.267263174057007, - 0.008899941109120846, - 0.29556721448898315 - ] - ], - [ - 3.366666555404663, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292692330_205631.json b/lenses/physics-objects/Scene/assets/1646688292692330_205631.json deleted file mode 100644 index 12bed1ac..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292692330_205631.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292692330:205631", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ], - [ - 0.03333333507180214, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ], - [ - 0.06666667014360428, - [ - -0.040682900696992874, - 0.041384439915418625, - -0.7119234800338745, - 0.6998550891876221 - ] - ], - [ - 0.10000000149011612, - [ - -0.04195944964885712, - 0.0425567701458931, - -0.7108137011528015, - 0.7008368372917175 - ] - ], - [ - 0.13333334028720856, - [ - -0.04354877769947052, - 0.0440157912671566, - -0.7095039486885071, - 0.7019760012626648 - ] - ], - [ - 0.1666666716337204, - [ - -0.04531008005142212, - 0.04562148079276085, - -0.7080559134483337, - 0.703222930431366 - ] - ], - [ - 0.20000000298023224, - [ - -0.047115083783864975, - 0.0472368560731411, - -0.7064412832260132, - 0.7046201229095459 - ] - ], - [ - 0.23333333432674408, - [ - -0.04881063103675842, - 0.04869364574551582, - -0.7045773267745972, - 0.7062700390815735 - ] - ], - [ - 0.2666666805744171, - [ - -0.05023986101150513, - 0.04984092712402344, - -0.7025167942047119, - 0.7081398367881775 - ] - ], - [ - 0.30000001192092896, - [ - -0.05141064152121544, - 0.05074101686477661, - -0.700621485710144, - 0.7098674774169922 - ] - ], - [ - 0.3333333432674408, - [ - -0.052318233996629715, - 0.05143216252326965, - -0.6991530656814575, - 0.7111980319023132 - ] - ], - [ - 0.36666667461395264, - [ - -0.05287067964673042, - 0.05185847729444504, - -0.6983170509338379, - 0.7119472026824951 - ] - ], - [ - 0.4000000059604645, - [ - -0.051113955676555634, - 0.05039146915078163, - -0.7002452611923218, - 0.7102850079536438 - ] - ], - [ - 0.4333333373069763, - [ - -0.04743307828903198, - 0.047301411628723145, - -0.7045373320579529, - 0.706498384475708 - ] - ], - [ - 0.46666666865348816, - [ - -0.044376157224178314, - 0.044719818979501724, - -0.7084188461303711, - 0.7029748558998108 - ] - ], - [ - 0.5, - [ - -0.04329689219594002, - 0.04383521154522896, - -0.7101101875305176, - 0.7013896107673645 - ] - ], - [ - 0.5333333611488342, - [ - -0.0449347048997879, - 0.04527262598276138, - -0.708305299282074, - 0.7030184268951416 - ] - ], - [ - 0.5666666626930237, - [ - -0.04864497482776642, - 0.04842387139797211, - -0.7038304805755615, - 0.7070441842079163 - ] - ], - [ - 0.6000000238418579, - [ - -0.053032342344522476, - 0.05204863101243973, - -0.6985201239585876, - 0.7117220759391785 - ] - ], - [ - 0.6333333253860474, - [ - -0.055271271616220474, - 0.05382770672440529, - -0.6956099271774292, - 0.714264988899231 - ] - ], - [ - 0.6666666865348816, - [ - -0.05404018610715866, - 0.05275969207286835, - -0.6965834498405457, - 0.7134897112846375 - ] - ], - [ - 0.699999988079071, - [ - -0.051397260278463364, - 0.05053618922829628, - -0.6992849111557007, - 0.7111998200416565 - ] - ], - [ - 0.7333333492279053, - [ - -0.04848306253552437, - 0.048085931688547134, - -0.7025492191314697, - 0.7083514332771301 - ] - ], - [ - 0.7666666507720947, - [ - -0.04601607844233513, - 0.04601331427693367, - -0.705586850643158, - 0.7056291699409485 - ] - ], - [ - 0.800000011920929, - [ - -0.04436866194009781, - 0.04465409740805626, - -0.7079634666442871, - 0.7034381031990051 - ] - ], - [ - 0.8333333134651184, - [ - -0.04379595071077347, - 0.04424109682440758, - -0.7092946767807007, - 0.7021578550338745 - ] - ], - [ - 0.8666666746139526, - [ - -0.04456357657909393, - 0.04499029740691185, - -0.7090421319007874, - 0.7023171186447144 - ] - ], - [ - 0.8999999761581421, - [ - -0.046267252415418625, - 0.04649573192000389, - -0.7073197364807129, - 0.7038439512252808 - ] - ], - [ - 0.9333333373069763, - [ - -0.04837886989116669, - 0.04825957119464874, - -0.7045825719833374, - 0.7063243389129639 - ] - ], - [ - 0.9666666388511658, - [ - -0.05050273612141609, - 0.050000086426734924, - -0.7017825841903687, - 0.7088375687599182 - ] - ], - [ - 1.0, - [ - -0.05210795998573303, - 0.051318131387233734, - -0.6998072862625122, - 0.7105779051780701 - ] - ], - [ - 1.0333333015441895, - [ - -0.05244161933660507, - 0.05160965025424957, - -0.6995292901992798, - 0.7108059525489807 - ] - ], - [ - 1.0666667222976685, - [ - -0.04989737272262573, - 0.04951322823762894, - -0.7026267051696777, - 0.7080779671669006 - ] - ], - [ - 1.100000023841858, - [ - -0.04571127891540527, - 0.04598291218280792, - -0.707706093788147, - 0.7035254836082458 - ] - ], - [ - 1.1333333253860474, - [ - -0.042299605906009674, - 0.043064095079898834, - -0.7121098637580872, - 0.6994682550430298 - ] - ], - [ - 1.1666666269302368, - [ - -0.04079129174351692, - 0.04178440198302269, - -0.7143381237983704, - 0.6973601579666138 - ] - ], - [ - 1.2000000476837158, - [ - -0.041676271706819534, - 0.042595088481903076, - -0.7135036587715149, - 0.6981126666069031 - ] - ], - [ - 1.2333333492279053, - [ - -0.04420452564954758, - 0.04482949525117874, - -0.7106401920318604, - 0.7007331252098083 - ] - ], - [ - 1.2666666507720947, - [ - -0.04709244146943092, - 0.047342218458652496, - -0.7073922157287598, - 0.7036600112915039 - ] - ], - [ - 1.2999999523162842, - [ - -0.04818674549460411, - 0.048270709812641144, - -0.7060739398002625, - 0.7048457860946655 - ] - ], - [ - 1.3333333730697632, - [ - -0.046725038439035416, - 0.04697563499212265, - -0.7074374556541443, - 0.7036635875701904 - ] - ], - [ - 1.3666666746139526, - [ - -0.044360604137182236, - 0.04488324001431465, - -0.7098180055618286, - 0.7015526294708252 - ] - ], - [ - 1.399999976158142, - [ - -0.041929833590984344, - 0.042720288038253784, - -0.7123988270759583, - 0.6992172598838806 - ] - ], - [ - 1.4333332777023315, - [ - -0.03993275761604309, - 0.04093659296631813, - -0.7146574854850769, - 0.6971328854560852 - ] - ], - [ - 1.4666666984558105, - [ - -0.038645002990961075, - 0.03979405388236046, - -0.7162836194038391, - 0.6956009864807129 - ] - ], - [ - 1.5, - [ - -0.038263559341430664, - 0.03948101028800011, - -0.7170056700706482, - 0.6948958039283752 - ] - ], - [ - 1.5333333015441895, - [ - -0.038975946605205536, - 0.040162093937397, - -0.7164998054504395, - 0.6953387260437012 - ] - ], - [ - 1.5666667222976685, - [ - -0.04046511650085449, - 0.04151681810617447, - -0.7149145007133484, - 0.6968042850494385 - ] - ], - [ - 1.600000023841858, - [ - -0.042353130877017975, - 0.04317730665206909, - -0.7125804424285889, - 0.6989785432815552 - ] - ], - [ - 1.6333333253860474, - [ - -0.04438994079828262, - 0.04494117200374603, - -0.7100357413291931, - 0.7013266682624817 - ] - ], - [ - 1.6666666269302368, - [ - -0.04619179293513298, - 0.04648702219128609, - -0.7078307867050171, - 0.7033355236053467 - ] - ], - [ - 1.7000000476837158, - [ - -0.04714196175336838, - 0.04729049280285835, - -0.706637442111969, - 0.7044180035591125 - ] - ], - [ - 1.7333333492279053, - [ - -0.045791495591402054, - 0.04609469324350357, - -0.7079371213912964, - 0.703280508518219 - ] - ], - [ - 1.7666666507720947, - [ - -0.04290369153022766, - 0.04354269057512283, - -0.710982084274292, - 0.7005482316017151 - ] - ], - [ - 1.7999999523162842, - [ - -0.04049304500222206, - 0.041402291506528854, - -0.7137135863304138, - 0.6980395317077637 - ] - ], - [ - 1.8333333730697632, - [ - -0.03970044106245041, - 0.04070727899670601, - -0.7147465348243713, - 0.6970682740211487 - ] - ], - [ - 1.8666666746139526, - [ - -0.04117550328373909, - 0.04202744737267494, - -0.7130722403526306, - 0.6986173987388611 - ] - ], - [ - 1.899999976158142, - [ - -0.04439743608236313, - 0.04485449567437172, - -0.709301769733429, - 0.7020741105079651 - ] - ], - [ - 1.9333332777023315, - [ - -0.04821132868528366, - 0.04812244325876236, - -0.7048131823539734, - 0.7061150074005127 - ] - ], - [ - 1.9666666984558105, - [ - -0.05030754208564758, - 0.049852073192596436, - -0.7021164298057556, - 0.7085312008857727 - ] - ], - [ - 2.0, - [ - -0.049572352319955826, - 0.04916153475642204, - -0.7024403214454651, - 0.7083101868629456 - ] - ], - [ - 2.0333333015441895, - [ - -0.04763602837920189, - 0.04745665192604065, - -0.7041743993759155, - 0.7068360447883606 - ] - ], - [ - 2.066666603088379, - [ - -0.04541495069861412, - 0.0455164797604084, - -0.7064310312271118, - 0.7048552632331848 - ] - ], - [ - 2.0999999046325684, - [ - -0.04352540895342827, - 0.043873853981494904, - -0.7085632681846619, - 0.7029358744621277 - ] - ], - [ - 2.133333444595337, - [ - -0.042342446744441986, - 0.04286542907357216, - -0.7101408839225769, - 0.7014767527580261 - ] - ], - [ - 2.1666667461395264, - [ - -0.042146388441324234, - 0.04274177551269531, - -0.7107648849487305, - 0.7008639574050903 - ] - ], - [ - 2.200000047683716, - [ - -0.04330909997224808, - 0.043811384588479996, - -0.7098209857940674, - 0.7016831040382385 - ] - ], - [ - 2.2333333492279053, - [ - -0.04579302296042442, - 0.0459805466234684, - -0.7070567011833191, - 0.7041730880737305 - ] - ], - [ - 2.2666666507720947, - [ - -0.049125246703624725, - 0.04877591133117676, - -0.7028888463973999, - 0.7079229354858398 - ] - ], - [ - 2.299999952316284, - [ - -0.05232742056250572, - 0.05139008164405823, - -0.6988006830215454, - 0.7115465998649597 - ] - ], - [ - 2.3333332538604736, - [ - -0.05369172990322113, - 0.05246122553944588, - -0.6968914270401001, - 0.7132373452186584 - ] - ], - [ - 2.366666555404663, - [ - -0.052116699516773224, - 0.05112944543361664, - -0.6984443664550781, - 0.7119305729866028 - ] - ], - [ - 2.4000000953674316, - [ - -0.0490039624273777, - 0.04853694140911102, - -0.7020372748374939, - 0.7087922692298889 - ] - ], - [ - 2.433333396911621, - [ - -0.04590500891208649, - 0.0459509901702404, - -0.7059667706489563, - 0.7052603363990784 - ] - ], - [ - 2.4666666984558105, - [ - -0.04368577525019646, - 0.04411299154162407, - -0.7091683745384216, - 0.7023003697395325 - ] - ], - [ - 2.5, - [ - -0.04282338544726372, - 0.043431784957647324, - -0.7107508778572083, - 0.7007945775985718 - ] - ], - [ - 2.5333333015441895, - [ - -0.04409991204738617, - 0.0445626825094223, - -0.7093895673751831, - 0.7020227313041687 - ] - ], - [ - 2.566666603088379, - [ - -0.04727793112397194, - 0.04728547856211662, - -0.7055805325508118, - 0.705467939376831 - ] - ], - [ - 2.5999999046325684, - [ - -0.05094706639647484, - 0.05036144331097603, - -0.701201319694519, - 0.7093552350997925 - ] - ], - [ - 2.633333444595337, - [ - -0.052531685680150986, - 0.051648762077093124, - -0.6991838812828064, - 0.7111362218856812 - ] - ], - [ - 2.6666667461395264, - [ - -0.05100499093532562, - 0.05033884570002556, - -0.700637698173523, - 0.7099093794822693 - ] - ], - [ - 2.700000047683716, - [ - -0.04831480607390404, - 0.048048440366983414, - -0.703510582447052, - 0.7074106931686401 - ] - ], - [ - 2.7333333492279053, - [ - -0.04547945782542229, - 0.045623861253261566, - -0.7067556381225586, - 0.7045186758041382 - ] - ], - [ - 2.7666666507720947, - [ - -0.04310829937458038, - 0.04359130561351776, - -0.7096975445747375, - 0.7018339037895203 - ] - ], - [ - 2.799999952316284, - [ - -0.041525617241859436, - 0.04225023090839386, - -0.7119436860084534, - 0.6997334361076355 - ] - ], - [ - 2.8333332538604736, - [ - -0.040946487337350845, - 0.04180233180522919, - -0.7131578922271729, - 0.6985569596290588 - ] - ], - [ - 2.866666555404663, - [ - -0.04165869206190109, - 0.04249478876590729, - -0.7128313779830933, - 0.6988062262535095 - ] - ], - [ - 2.9000000953674316, - [ - -0.04355328902602196, - 0.04418788105249405, - -0.7108302116394043, - 0.7006218433380127 - ] - ], - [ - 2.933333396911621, - [ - -0.046144239604473114, - 0.046415235847234726, - -0.7076534628868103, - 0.7035218477249146 - ] - ], - [ - 2.9666666984558105, - [ - -0.048570699989795685, - 0.04845932126045227, - -0.7046303153038025, - 0.7062498331069946 - ] - ], - [ - 3.0, - [ - -0.04944995790719986, - 0.04917201027274132, - -0.7033945322036743, - 0.7073704600334167 - ] - ], - [ - 3.0333333015441895, - [ - -0.04796211048960686, - 0.047873686999082565, - -0.7048301100730896, - 0.7061319947242737 - ] - ], - [ - 3.066666603088379, - [ - -0.045292049646377563, - 0.04556417465209961, - -0.7077563405036926, - 0.7035293579101563 - ] - ], - [ - 3.0999999046325684, - [ - -0.04269319027662277, - 0.04331030696630478, - -0.710844099521637, - 0.7007154822349548 - ] - ], - [ - 3.133333444595337, - [ - -0.0408778041601181, - 0.041743867099285126, - -0.7132591605186462, - 0.6984610557556152 - ] - ], - [ - 3.1666667461395264, - [ - -0.040259599685668945, - 0.04123051464557648, - -0.7142918705940247, - 0.6974713802337646 - ] - ], - [ - 3.200000047683716, - [ - -0.04154243320226669, - 0.04237867519259453, - -0.7128587961196899, - 0.6987922787666321 - ] - ], - [ - 3.2333333492279053, - [ - -0.04456005617976189, - 0.04502151161432266, - -0.7093124985694885, - 0.702042281627655 - ] - ], - [ - 3.2666666507720947, - [ - -0.04811185225844383, - 0.048067931085824966, - -0.7051474452018738, - 0.705791711807251 - ] - ], - [ - 3.299999952316284, - [ - -0.049924854189157486, - 0.04957124590873718, - -0.7028433084487915, - 0.7078569531440735 - ] - ], - [ - 3.3333332538604736, - [ - -0.04570595547556877, - 0.045884691178798676, - -0.7069981098175049, - 0.7042437195777893 - ] - ], - [ - 3.366666555404663, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292692573_205638.json b/lenses/physics-objects/Scene/assets/1646688292692573_205638.json deleted file mode 100644 index 88ea606b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292692573_205638.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292692573:205638", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292693748_205653.json b/lenses/physics-objects/Scene/assets/1646688292693748_205653.json deleted file mode 100644 index 0d552b71..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292693748_205653.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292693748:205653", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 6.633333206176758, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292693987_205660.json b/lenses/physics-objects/Scene/assets/1646688292693987_205660.json deleted file mode 100644 index fa59c57e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292693987_205660.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292693987:205660", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.059374433010816574, - -0.0613127127289772, - -0.7562949657440186, - 0.6486396193504333 - ] - ], - [ - 0.03333333507180214, - [ - 0.059374433010816574, - -0.0613127127289772, - -0.7562949657440186, - 0.6486396193504333 - ] - ], - [ - 0.06666667014360428, - [ - 0.05908206105232239, - -0.06161617860198021, - -0.7563971877098083, - 0.6485183238983154 - ] - ], - [ - 0.10000000149011612, - [ - 0.05823683366179466, - -0.06249043717980385, - -0.7566927075386047, - 0.6481664776802063 - ] - ], - [ - 0.13333334028720856, - [ - 0.05688028782606125, - -0.06388750672340393, - -0.7571648359298706, - 0.6475989818572998 - ] - ], - [ - 0.1666666716337204, - [ - 0.055052731186151505, - -0.06576108932495117, - -0.757797360420227, - 0.6468290686607361 - ] - ], - [ - 0.20000000298023224, - [ - 0.05279076471924782, - -0.0680684745311737, - -0.7585738897323608, - 0.6458680033683777 - ] - ], - [ - 0.23333333432674408, - [ - 0.05013071745634079, - -0.07076729834079742, - -0.7594782114028931, - 0.6447262763977051 - ] - ], - [ - 0.2666666805744171, - [ - 0.04710845649242401, - -0.0738154798746109, - -0.7604935765266418, - 0.6434140205383301 - ] - ], - [ - 0.30000001192092896, - [ - 0.04376186430454254, - -0.07716891169548035, - -0.7616037726402283, - 0.6419422030448914 - ] - ], - [ - 0.3333333432674408, - [ - 0.04012823849916458, - -0.08078356832265854, - -0.7627919912338257, - 0.6403219103813171 - ] - ], - [ - 0.36666667461395264, - [ - 0.036248475313186646, - -0.08461165428161621, - -0.7640419006347656, - 0.6385663151741028 - ] - ], - [ - 0.4000000059604645, - [ - 0.03216603770852089, - -0.08860241621732712, - -0.765336811542511, - 0.6366902589797974 - ] - ], - [ - 0.4333333373069763, - [ - 0.0279279425740242, - -0.09270116686820984, - -0.7666604518890381, - 0.6347112059593201 - ] - ], - [ - 0.46666666865348816, - [ - 0.023585090413689613, - -0.09684894979000092, - -0.767996609210968, - 0.6326493620872498 - ] - ], - [ - 0.5, - [ - 0.01919344626367092, - -0.1009814441204071, - -0.7693296670913696, - 0.6305286884307861 - ] - ], - [ - 0.5333333611488342, - [ - 0.0148129528388381, - -0.10502991080284119, - -0.7706441879272461, - 0.6283763647079468 - ] - ], - [ - 0.5666666626930237, - [ - 0.010509012266993523, - -0.10892003029584885, - -0.7719259262084961, - 0.6262238621711731 - ] - ], - [ - 0.6000000238418579, - [ - 0.0063522509299218655, - -0.11257205903530121, - -0.773160994052887, - 0.624106764793396 - ] - ], - [ - 0.6333333253860474, - [ - 0.0024175166618078947, - -0.11590195447206497, - -0.7743363976478577, - 0.6220643520355225 - ] - ], - [ - 0.6666666865348816, - [ - -0.0012157575692981482, - -0.1188211590051651, - -0.7754397392272949, - 0.6201398968696594 - ] - ], - [ - 0.699999988079071, - [ - -0.004463923163712025, - -0.12123711407184601, - -0.7764586806297302, - 0.6183797717094421 - ] - ], - [ - 0.7333333492279053, - [ - -0.007240810431540012, - -0.12305516749620438, - -0.777381420135498, - 0.6168333292007446 - ] - ], - [ - 0.7666666507720947, - [ - -0.009458503685891628, - -0.12417927384376526, - -0.778194785118103, - 0.6155508756637573 - ] - ], - [ - 0.800000011920929, - [ - -0.011028219014406204, - -0.12451333552598953, - -0.7788848876953125, - 0.6145837306976318 - ] - ], - [ - 0.8333333134651184, - [ - -0.01217296440154314, - -0.12427034974098206, - -0.7794591784477234, - 0.613882839679718 - ] - ], - [ - 0.8666666746139526, - [ - -0.013162114657461643, - -0.12372612953186035, - -0.7799293398857117, - 0.6133749485015869 - ] - ], - [ - 0.8999999761581421, - [ - -0.013979789800941944, - -0.12288277596235275, - -0.7802858352661133, - 0.6130728721618652 - ] - ], - [ - 0.9333333373069763, - [ - -0.014610218815505505, - -0.12174291163682938, - -0.7805191874504089, - 0.6129885911941528 - ] - ], - [ - 0.9666666388511658, - [ - -0.015040833503007889, - -0.12031242996454239, - -0.780620276927948, - 0.6131318807601929 - ] - ], - [ - 1.0, - [ - -0.015259474515914917, - -0.11859799176454544, - -0.7805808186531067, - 0.61351078748703 - ] - ], - [ - 1.0333333015441895, - [ - -0.015114029869437218, - -0.11647136509418488, - -0.7802860140800476, - 0.6142961382865906 - ] - ], - [ - 1.0666667222976685, - [ - -0.014500945806503296, - -0.11385297775268555, - -0.7796530723571777, - 0.6156042218208313 - ] - ], - [ - 1.100000023841858, - [ - -0.013490397483110428, - -0.11083079129457474, - -0.7787244915962219, - 0.6173513531684875 - ] - ], - [ - 1.1333333253860474, - [ - -0.012155716307461262, - -0.10749489814043045, - -0.7775466442108154, - 0.619450032711029 - ] - ], - [ - 1.1666666269302368, - [ - -0.01056903786957264, - -0.10393322259187698, - -0.776166558265686, - 0.621813178062439 - ] - ], - [ - 1.2000000476837158, - [ - -0.008713542483747005, - -0.10018431395292282, - -0.7746254205703735, - 0.6243738532066345 - ] - ], - [ - 1.2333333492279053, - [ - -0.006577183958142996, - -0.09628807008266449, - -0.7729613184928894, - 0.6270694732666016 - ] - ], - [ - 1.2666666507720947, - [ - -0.004229895770549774, - -0.0923241376876831, - -0.77121502161026, - 0.6298301219940186 - ] - ], - [ - 1.2999999523162842, - [ - -0.0017323560314252973, - -0.08836248517036438, - -0.769423246383667, - 0.632595419883728 - ] - ], - [ - 1.3333333730697632, - [ - 0.000864414672832936, - -0.08446313440799713, - -0.7676196098327637, - 0.6353151798248291 - ] - ], - [ - 1.3666666746139526, - [ - 0.003518408630043268, - -0.0806768387556076, - -0.7658334374427795, - 0.6379484534263611 - ] - ], - [ - 1.399999976158142, - [ - 0.006197714246809483, - -0.07704417407512665, - -0.7640898823738098, - 0.6404626965522766 - ] - ], - [ - 1.4333332777023315, - [ - 0.008876148611307144, - -0.07359977066516876, - -0.7624111771583557, - 0.6428323984146118 - ] - ], - [ - 1.4666666984558105, - [ - 0.01157040148973465, - -0.0704180970788002, - -0.7607967257499695, - 0.6450548768043518 - ] - ], - [ - 1.5, - [ - 0.014295493252575397, - -0.0675574243068695, - -0.7592480778694153, - 0.6471275091171265 - ] - ], - [ - 1.5333333015441895, - [ - 0.017031660303473473, - -0.06501799821853638, - -0.7577854990959167, - 0.6490328907966614 - ] - ], - [ - 1.5666667222976685, - [ - 0.019762322306632996, - -0.0627954974770546, - -0.7564268708229065, - 0.6507569551467896 - ] - ], - [ - 1.600000023841858, - [ - 0.022470949217677116, - -0.06088409200310707, - -0.7551882266998291, - 0.6522874236106873 - ] - ], - [ - 1.6333333253860474, - [ - 0.025143222883343697, - -0.059274639934301376, - -0.7540846467018127, - 0.6536137461662292 - ] - ], - [ - 1.6666666269302368, - [ - 0.02776389941573143, - -0.05795770138502121, - -0.7531301975250244, - 0.6547251343727112 - ] - ], - [ - 1.7000000476837158, - [ - 0.03031761758029461, - -0.05692305788397789, - -0.7523400783538818, - 0.6556105613708496 - ] - ], - [ - 1.7333333492279053, - [ - 0.03278835117816925, - -0.05616015940904617, - -0.7517296075820923, - 0.6562572121620178 - ] - ], - [ - 1.7666666507720947, - [ - 0.03518823906779289, - -0.055633921176195145, - -0.7512801289558411, - 0.6566925048828125 - ] - ], - [ - 1.7999999523162842, - [ - 0.03753829374909401, - -0.05530225858092308, - -0.7509577870368958, - 0.656958818435669 - ] - ], - [ - 1.8333333730697632, - [ - 0.03983238339424133, - -0.05514688789844513, - -0.7507596015930176, - 0.657063364982605 - ] - ], - [ - 1.8666666746139526, - [ - 0.04206179454922676, - -0.055151909589767456, - -0.7506833672523499, - 0.657011091709137 - ] - ], - [ - 1.899999976158142, - [ - 0.044216081500053406, - -0.055303093045949936, - -0.7507284283638, - 0.6568055748939514 - ] - ], - [ - 1.9333332777023315, - [ - 0.04628261551260948, - -0.0555884912610054, - -0.7508947849273682, - 0.6564488410949707 - ] - ], - [ - 1.9666666984558105, - [ - 0.04824785143136978, - -0.05598563700914383, - -0.7511690258979797, - 0.6559596657752991 - ] - ], - [ - 2.0, - [ - 0.05009736865758896, - -0.05646175518631935, - -0.7515365481376648, - 0.6553587913513184 - ] - ], - [ - 2.0333333015441895, - [ - 0.0518144816160202, - -0.056992724537849426, - -0.7519974112510681, - 0.6546502709388733 - ] - ], - [ - 2.066666603088379, - [ - 0.05338246375322342, - -0.057555049657821655, - -0.7525516152381897, - 0.6538377404212952 - ] - ], - [ - 2.0999999046325684, - [ - 0.05478401854634285, - -0.05812655761837959, - -0.7531991004943848, - 0.6529250741004944 - ] - ], - [ - 2.133333444595337, - [ - 0.05604963004589081, - -0.058741942048072815, - -0.753916323184967, - 0.6519340872764587 - ] - ], - [ - 2.1666667461395264, - [ - 0.05721619725227356, - -0.05944846570491791, - -0.7546760439872742, - 0.650888979434967 - ] - ], - [ - 2.200000047683716, - [ - 0.05827920138835907, - -0.06024068221449852, - -0.7554709315299988, - 0.6497986316680908 - ] - ], - [ - 2.2333333492279053, - [ - 0.05923321098089218, - -0.06111432611942291, - -0.7562933564186096, - 0.6486732959747314 - ] - ], - [ - 2.2666666507720947, - [ - 0.060073934495449066, - -0.06206424906849861, - -0.7571335434913635, - 0.6475246548652649 - ] - ], - [ - 2.299999952316284, - [ - 0.06079680100083351, - -0.0630858913064003, - -0.7579807043075562, - 0.6463662981987 - ] - ], - [ - 2.3333332538604736, - [ - 0.06139844283461571, - -0.06417383253574371, - -0.7588224411010742, - 0.6452136635780334 - ] - ], - [ - 2.366666555404663, - [ - 0.061875928193330765, - -0.06532250344753265, - -0.7596448063850403, - 0.6440839171409607 - ] - ], - [ - 2.4000000953674316, - [ - 0.06230582669377327, - -0.0664866492152214, - -0.7604251503944397, - 0.6430016756057739 - ] - ], - [ - 2.433333396911621, - [ - 0.06277243047952652, - -0.06761614233255386, - -0.7611392736434937, - 0.6419927477836609 - ] - ], - [ - 2.4666666984558105, - [ - 0.06328961253166199, - -0.06869371235370636, - -0.7617689371109009, - 0.6410802602767944 - ] - ], - [ - 2.5, - [ - 0.06387094408273697, - -0.06970234960317612, - -0.762295126914978, - 0.6402878165245056 - ] - ], - [ - 2.5333333015441895, - [ - 0.06452993303537369, - -0.07062499225139618, - -0.7626988887786865, - 0.6396392583847046 - ] - ], - [ - 2.566666603088379, - [ - 0.06528013199567795, - -0.07144435495138168, - -0.7629618644714355, - 0.639158308506012 - ] - ], - [ - 2.5999999046325684, - [ - 0.06613385677337646, - -0.07214391231536865, - -0.7630666494369507, - 0.6388670802116394 - ] - ], - [ - 2.633333444595337, - [ - 0.06708744913339615, - -0.07271883636713028, - -0.7630205750465393, - 0.6387572884559631 - ] - ], - [ - 2.6666667461395264, - [ - 0.06812407076358795, - -0.07317409664392471, - -0.7628526091575623, - 0.6387961506843567 - ] - ], - [ - 2.700000047683716, - [ - 0.06923503428697586, - -0.07350844144821167, - -0.7625783681869507, - 0.6389659643173218 - ] - ], - [ - 2.7333333492279053, - [ - 0.07041012495756149, - -0.07372184842824936, - -0.7622138857841492, - 0.6392477750778198 - ] - ], - [ - 2.7666666507720947, - [ - 0.07163866609334946, - -0.07381482422351837, - -0.7617758512496948, - 0.6396224498748779 - ] - ], - [ - 2.799999952316284, - [ - 0.07291016727685928, - -0.07378768920898438, - -0.7612807750701904, - 0.6400710940361023 - ] - ], - [ - 2.8333332538604736, - [ - 0.07421494275331497, - -0.07363146543502808, - -0.7607559561729431, - 0.6405631303787231 - ] - ], - [ - 2.866666555404663, - [ - 0.07554223388433456, - -0.07333838939666748, - -0.7602230906486511, - 0.6410738825798035 - ] - ], - [ - 2.9000000953674316, - [ - 0.0768795907497406, - -0.07291097193956375, - -0.7596908211708069, - 0.6415945887565613 - ] - ], - [ - 2.933333396911621, - [ - 0.0781787857413292, - -0.07236794382333755, - -0.7591690421104431, - 0.6421164274215698 - ] - ], - [ - 2.9666666984558105, - [ - 0.07940608263015747, - -0.0717197060585022, - -0.7586663365364075, - 0.6426323652267456 - ] - ], - [ - 3.0, - [ - 0.08056923002004623, - -0.07095713913440704, - -0.758188009262085, - 0.6431365609169006 - ] - ], - [ - 3.0333333015441895, - [ - 0.08167589455842972, - -0.07007075101137161, - -0.7577389478683472, - 0.6436233520507813 - ] - ], - [ - 3.066666603088379, - [ - 0.08297157287597656, - -0.0686798170208931, - -0.7573161721229553, - 0.6441048383712769 - ] - ], - [ - 3.0999999046325684, - [ - 0.08459299802780151, - -0.06658236682415009, - -0.7569206357002258, - 0.6445789337158203 - ] - ], - [ - 3.133333444595337, - [ - 0.08639447391033173, - -0.06402840465307236, - -0.756561279296875, - 0.6450204849243164 - ] - ], - [ - 3.1666667461395264, - [ - 0.0882430300116539, - -0.06125709041953087, - -0.7562476992607117, - 0.6454071402549744 - ] - ], - [ - 3.200000047683716, - [ - 0.09001761674880981, - -0.058497048914432526, - -0.7559906244277954, - 0.6457192301750183 - ] - ], - [ - 3.2333333492279053, - [ - 0.09158504754304886, - -0.055977415293455124, - -0.7558045983314514, - 0.6459397077560425 - ] - ], - [ - 3.2666666507720947, - [ - 0.09280625730752945, - -0.053926367312669754, - -0.7557078003883362, - 0.6460531949996948 - ] - ], - [ - 3.299999952316284, - [ - 0.09356159716844559, - -0.05256221815943718, - -0.7557178735733032, - 0.6460448503494263 - ] - ], - [ - 3.3333332538604736, - [ - 0.09372954070568085, - -0.05210572108626366, - -0.7558534741401672, - 0.6458988189697266 - ] - ], - [ - 3.366666555404663, - [ - 0.09330867230892181, - -0.05247761681675911, - -0.7561404705047607, - 0.6455937027931213 - ] - ], - [ - 3.4000000953674316, - [ - 0.09241688251495361, - -0.05341906100511551, - -0.7565930485725403, - 0.6451143622398376 - ] - ], - [ - 3.433333396911621, - [ - 0.09110032767057419, - -0.054888952523469925, - -0.7572084665298462, - 0.6444557905197144 - ] - ], - [ - 3.4666666984558105, - [ - 0.08938908576965332, - -0.05684615299105644, - -0.7579718232154846, - 0.6436278820037842 - ] - ], - [ - 3.5, - [ - 0.08731140196323395, - -0.05925120413303375, - -0.7588679790496826, - 0.6426395773887634 - ] - ], - [ - 3.5333333015441895, - [ - 0.08489382266998291, - -0.06206608563661575, - -0.7598816156387329, - 0.641498863697052 - ] - ], - [ - 3.566666603088379, - [ - 0.08216281980276108, - -0.06525272876024246, - -0.7609977126121521, - 0.6402139067649841 - ] - ], - [ - 3.5999999046325684, - [ - 0.07913491129875183, - -0.06877703964710236, - -0.762201726436615, - 0.6387927532196045 - ] - ], - [ - 3.633333444595337, - [ - 0.07583797723054886, - -0.0725991427898407, - -0.7634777426719666, - 0.6372438669204712 - ] - ], - [ - 3.6666667461395264, - [ - 0.07231796532869339, - -0.07666931301355362, - -0.7648087739944458, - 0.6355780363082886 - ] - ], - [ - 3.700000047683716, - [ - 0.0686226487159729, - -0.08093539625406265, - -0.7661779522895813, - 0.6338075399398804 - ] - ], - [ - 3.7333333492279053, - [ - 0.0648035779595375, - -0.08534092456102371, - -0.7675679922103882, - 0.631946861743927 - ] - ], - [ - 3.7666666507720947, - [ - 0.060916684567928314, - -0.08982452750205994, - -0.768962562084198, - 0.6300137042999268 - ] - ], - [ - 3.799999952316284, - [ - 0.05702235549688339, - -0.09431976824998856, - -0.7703455686569214, - 0.6280286312103271 - ] - ], - [ - 3.8333332538604736, - [ - 0.05318605154752731, - -0.09875457733869553, - -0.7717013955116272, - 0.6260157823562622 - ] - ], - [ - 3.866666555404663, - [ - 0.04945092648267746, - -0.10306479036808014, - -0.7730169892311096, - 0.6240007877349854 - ] - ], - [ - 3.9000000953674316, - [ - 0.04585519805550575, - -0.10718613862991333, - -0.7742804884910583, - 0.6220114231109619 - ] - ], - [ - 3.933333396911621, - [ - 0.04246396943926811, - -0.11103860288858414, - -0.7754788994789124, - 0.6200804114341736 - ] - ], - [ - 3.9666666984558105, - [ - 0.039347078651189804, - -0.11453714966773987, - -0.776600182056427, - 0.6182438135147095 - ] - ], - [ - 4.0, - [ - 0.03657815605401993, - -0.11759258806705475, - -0.7776322960853577, - 0.6165403723716736 - ] - ], - [ - 4.0333333015441895, - [ - 0.034233737736940384, - -0.12011279910802841, - -0.7785642743110657, - 0.6150112748146057 - ] - ], - [ - 4.066666603088379, - [ - 0.03239312395453453, - -0.1220027431845665, - -0.7793837785720825, - 0.6136993765830994 - ] - ], - [ - 4.099999904632568, - [ - 0.03113679029047489, - -0.12316644191741943, - -0.7800785303115845, - 0.6126483678817749 - ] - ], - [ - 4.133333206176758, - [ - 0.030248330906033516, - -0.12380615621805191, - -0.7806598544120789, - 0.6118230819702148 - ] - ], - [ - 4.166666507720947, - [ - 0.02944815717637539, - -0.12418144196271896, - -0.7811113595962524, - 0.6112093329429626 - ] - ], - [ - 4.199999809265137, - [ - 0.028732487931847572, - -0.12428539246320724, - -0.7813966274261475, - 0.6108576655387878 - ] - ], - [ - 4.233333110809326, - [ - 0.028117114678025246, - -0.12411819398403168, - -0.7815108895301819, - 0.6107739806175232 - ] - ], - [ - 4.266666889190674, - [ - 0.02761855721473694, - -0.12368203699588776, - -0.7814502716064453, - 0.6109627485275269 - ] - ], - [ - 4.300000190734863, - [ - 0.02725212648510933, - -0.1229822188615799, - -0.7812113761901855, - 0.6114259958267212 - ] - ], - [ - 4.333333492279053, - [ - 0.027143757790327072, - -0.12191545218229294, - -0.7806848883628845, - 0.6123162508010864 - ] - ], - [ - 4.366666793823242, - [ - 0.027386194095015526, - -0.1204153448343277, - -0.7797936201095581, - 0.6137361526489258 - ] - ], - [ - 4.400000095367432, - [ - 0.0279382411390543, - -0.11854922771453857, - -0.7785873413085938, - 0.6156032085418701 - ] - ], - [ - 4.433333396911621, - [ - 0.02875416912138462, - -0.11638686060905457, - -0.7771187424659729, - 0.6178298592567444 - ] - ], - [ - 4.4666666984558105, - [ - 0.029785901308059692, - -0.11399758607149124, - -0.7754420042037964, - 0.6203281879425049 - ] - ], - [ - 4.5, - [ - 0.03098573535680771, - -0.11144702881574631, - -0.7736103534698486, - 0.6230140328407288 - ] - ], - [ - 4.5333333015441895, - [ - 0.03230752795934677, - -0.10879570990800858, - -0.7716748714447021, - 0.6258096098899841 - ] - ], - [ - 4.566666603088379, - [ - 0.03370969370007515, - -0.10609640926122665, - -0.7696828842163086, - 0.6286457777023315 - ] - ], - [ - 4.599999904632568, - [ - 0.03515502065420151, - -0.10339484363794327, - -0.7676776051521301, - 0.631462574005127 - ] - ], - [ - 4.633333206176758, - [ - 0.0366111621260643, - -0.10072913765907288, - -0.7656971216201782, - 0.6342092752456665 - ] - ], - [ - 4.666666507720947, - [ - 0.03805147111415863, - -0.09812940657138824, - -0.7637746930122375, - 0.6368445158004761 - ] - ], - [ - 4.699999809265137, - [ - 0.03945140168070793, - -0.09562144428491592, - -0.7619396448135376, - 0.6393341422080994 - ] - ], - [ - 4.733333110809326, - [ - 0.040791768580675125, - -0.09322406351566315, - -0.7602164149284363, - 0.6416512131690979 - ] - ], - [ - 4.766666889190674, - [ - 0.04205609858036041, - -0.09095205366611481, - -0.7586262226104736, - 0.6437743902206421 - ] - ], - [ - 4.800000190734863, - [ - 0.04323052987456322, - -0.0888165831565857, - -0.757187008857727, - 0.645686149597168 - ] - ], - [ - 4.833333492279053, - [ - 0.044303517788648605, - -0.08682578802108765, - -0.7559149265289307, - 0.6473724842071533 - ] - ], - [ - 4.866666793823242, - [ - 0.04526471719145775, - -0.08498622477054596, - -0.7548243403434753, - 0.6488209962844849 - ] - ], - [ - 4.900000095367432, - [ - 0.04609537869691849, - -0.08330680429935455, - -0.753929853439331, - 0.6500192284584045 - ] - ], - [ - 4.933333396911621, - [ - 0.04680100455880165, - -0.08183928579092026, - -0.7532146573066711, - 0.6509836316108704 - ] - ], - [ - 4.9666666984558105, - [ - 0.047398388385772705, - -0.08063042163848877, - -0.7526600360870361, - 0.651732325553894 - ] - ], - [ - 5.0, - [ - 0.047879789024591446, - -0.07968375086784363, - -0.7522786259651184, - 0.6522536873817444 - ] - ], - [ - 5.0333333015441895, - [ - 0.04823489114642143, - -0.07900463044643402, - -0.7520849704742432, - 0.6525334715843201 - ] - ], - [ - 5.066666603088379, - [ - 0.048483531922101974, - -0.078571617603302, - -0.7520584464073181, - 0.6525977849960327 - ] - ], - [ - 5.099999904632568, - [ - 0.048658743500709534, - -0.07835178822278976, - -0.7521631121635437, - 0.6524906158447266 - ] - ], - [ - 5.133333206176758, - [ - 0.048765335232019424, - -0.07833705097436905, - -0.7523928284645081, - 0.6522194743156433 - ] - ], - [ - 5.166666507720947, - [ - 0.04880581796169281, - -0.07852140814065933, - -0.7527430057525635, - 0.6517902612686157 - ] - ], - [ - 5.199999809265137, - [ - 0.04878177493810654, - -0.07889968901872635, - -0.7532093524932861, - 0.6512073874473572 - ] - ], - [ - 5.233333110809326, - [ - 0.04869362339377403, - -0.07946795970201492, - -0.7537883520126343, - 0.6504743695259094 - ] - ], - [ - 5.266666889190674, - [ - 0.04854211583733559, - -0.08021031320095062, - -0.7544629573822021, - 0.6496118903160095 - ] - ], - [ - 5.300000190734863, - [ - 0.048327673226594925, - -0.08109964430332184, - -0.7552145719528198, - 0.6486433744430542 - ] - ], - [ - 5.333333492279053, - [ - 0.04804909974336624, - -0.08211687952280045, - -0.7560385465621948, - 0.647575318813324 - ] - ], - [ - 5.366666793823242, - [ - 0.047706034034490585, - -0.08324262499809265, - -0.7569298148155212, - 0.6464147567749023 - ] - ], - [ - 5.400000095367432, - [ - 0.04729870706796646, - -0.0844574049115181, - -0.7578827142715454, - 0.6451694369316101 - ] - ], - [ - 5.433333396911621, - [ - 0.04682893678545952, - -0.08574089407920837, - -0.7588908672332764, - 0.6438481211662292 - ] - ], - [ - 5.4666666984558105, - [ - 0.04629954323172569, - -0.08707245439291, - -0.7599466443061829, - 0.6424607634544373 - ] - ], - [ - 5.5, - [ - 0.04571539908647537, - -0.08843017369508743, - -0.7610419392585754, - 0.6410190463066101 - ] - ], - [ - 5.5333333015441895, - [ - 0.04508335888385773, - -0.08979104459285736, - -0.7621668577194214, - 0.6395364999771118 - ] - ], - [ - 5.566666603088379, - [ - 0.0444125235080719, - -0.09113065153360367, - -0.7633100748062134, - 0.638028621673584 - ] - ], - [ - 5.599999904632568, - [ - 0.043714240193367004, - -0.09242326021194458, - -0.7644590735435486, - 0.6365134716033936 - ] - ], - [ - 5.633333206176758, - [ - 0.042993828654289246, - -0.09365549683570862, - -0.7655796408653259, - 0.635033905506134 - ] - ], - [ - 5.666666507720947, - [ - 0.04226187989115715, - -0.09482184797525406, - -0.7666359543800354, - 0.6336340308189392 - ] - ], - [ - 5.699999809265137, - [ - 0.041541073471307755, - -0.0959056094288826, - -0.7676103711128235, - 0.6323375701904297 - ] - ], - [ - 5.733333110809326, - [ - 0.04085652157664299, - -0.09688743203878403, - -0.7684836983680725, - 0.6311706304550171 - ] - ], - [ - 5.766666889190674, - [ - 0.04023469239473343, - -0.09774631261825562, - -0.7692358493804932, - 0.6301612854003906 - ] - ], - [ - 5.800000190734863, - [ - 0.03970285505056381, - -0.09845978021621704, - -0.7698454260826111, - 0.6293388605117798 - ] - ], - [ - 5.833333492279053, - [ - 0.03928942233324051, - -0.09900356829166412, - -0.7702914476394653, - 0.6287334561347961 - ] - ], - [ - 5.866666793823242, - [ - 0.03902103379368782, - -0.09935399144887924, - -0.7705530524253845, - 0.6283742189407349 - ] - ], - [ - 5.933333396911621, - [ - 0.03899582102894783, - -0.0994013100862503, - -0.7704729437828064, - 0.6284665465354919 - ] - ], - [ - 5.9666666984558105, - [ - 0.03921312466263771, - -0.09911538660526276, - -0.7701719999313354, - 0.6288669109344482 - ] - ], - [ - 6.0, - [ - 0.03956398740410805, - -0.09863638132810593, - -0.7697256207466125, - 0.6294664740562439 - ] - ], - [ - 6.0333333015441895, - [ - 0.040035635232925415, - -0.09797252714633942, - -0.7691526412963867, - 0.6302404403686523 - ] - ], - [ - 6.066666603088379, - [ - 0.04061385616660118, - -0.09713328629732132, - -0.768471896648407, - 0.6311629414558411 - ] - ], - [ - 6.099999904632568, - [ - 0.0412842258810997, - -0.09612861275672913, - -0.7677029371261597, - 0.6322082877159119 - ] - ], - [ - 6.133333206176758, - [ - 0.042032841593027115, - -0.0949680507183075, - -0.7668640613555908, - 0.6333512663841248 - ] - ], - [ - 6.166666507720947, - [ - 0.04284534603357315, - -0.09366195648908615, - -0.7659737467765808, - 0.6345676779747009 - ] - ], - [ - 6.199999809265137, - [ - 0.04370873048901558, - -0.09221965819597244, - -0.7650489211082458, - 0.6358344554901123 - ] - ], - [ - 6.233333110809326, - [ - 0.04461069032549858, - -0.09065012633800507, - -0.7641057372093201, - 0.6371302008628845 - ] - ], - [ - 6.266666889190674, - [ - 0.045540355145931244, - -0.08896135538816452, - -0.7631593942642212, - 0.6384353637695313 - ] - ], - [ - 6.300000190734863, - [ - 0.046487465500831604, - -0.08716107904911041, - -0.7622239589691162, - 0.6397316455841064 - ] - ], - [ - 6.333333492279053, - [ - 0.04744449630379677, - -0.08525457978248596, - -0.7613120675086975, - 0.6410028338432312 - ] - ], - [ - 6.366666793823242, - [ - 0.048652905970811844, - -0.08285855501890182, - -0.7604379653930664, - 0.6422627568244934 - ] - ], - [ - 6.400000095367432, - [ - 0.05024433508515358, - -0.07977660000324249, - -0.7596117258071899, - 0.6435070037841797 - ] - ], - [ - 6.433333396911621, - [ - 0.05205419287085533, - -0.0762876495718956, - -0.7588409781455994, - 0.644694447517395 - ] - ], - [ - 6.4666666984558105, - [ - 0.053930822759866714, - -0.07265793532133102, - -0.7581362724304199, - 0.6457876563072205 - ] - ], - [ - 6.5, - [ - 0.05573399364948273, - -0.06914187222719193, - -0.7575116157531738, - 0.6467528343200684 - ] - ], - [ - 6.5333333015441895, - [ - 0.057333264499902725, - -0.06598342955112457, - -0.7569847106933594, - 0.647559642791748 - ] - ], - [ - 6.566666603088379, - [ - 0.05860497057437897, - -0.06341905146837234, - -0.7565756440162659, - 0.6481795907020569 - ] - ], - [ - 6.599999904632568, - [ - 0.05942811444401741, - -0.061682090163230896, - -0.7563072443008423, - 0.6485853791236877 - ] - ], - [ - 6.633333206176758, - [ - 0.059679243713617325, - -0.061008233577013016, - -0.7562025189399719, - 0.6487481594085693 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292694204_205669.json b/lenses/physics-objects/Scene/assets/1646688292694204_205669.json deleted file mode 100644 index ca87af6b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292694204_205669.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292694204:205669", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292707538_205682.json b/lenses/physics-objects/Scene/assets/1646688292707538_205682.json deleted file mode 100644 index 9d210382..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292707538_205682.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292707538:205682", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 3.366666555404663, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292707790_205689.json b/lenses/physics-objects/Scene/assets/1646688292707790_205689.json deleted file mode 100644 index 41eb00f6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292707790_205689.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292707790:205689", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ], - [ - 0.03333333507180214, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ], - [ - 0.06666667014360428, - [ - 0.3965352177619934, - 0.37184303998947144, - -0.5794282555580139, - 0.6072523593902588 - ] - ], - [ - 0.10000000149011612, - [ - 0.4079502820968628, - 0.40352755784988403, - -0.5728515982627869, - 0.5853060483932495 - ] - ], - [ - 0.13333334028720856, - [ - 0.3857579529285431, - 0.3838520050048828, - -0.6060196757316589, - 0.580162525177002 - ] - ], - [ - 0.1666666716337204, - [ - 0.2985941171646118, - 0.24157372117042542, - -0.6872121691703796, - 0.6166224479675293 - ] - ], - [ - 0.20000000298023224, - [ - 0.3105451464653015, - 0.2299172431230545, - -0.685862123966217, - 0.6166789531707764 - ] - ], - [ - 0.23333333432674408, - [ - 0.3856348991394043, - 0.3250187933444977, - -0.6406971216201782, - 0.5789263248443604 - ] - ], - [ - 0.2666666805744171, - [ - 0.4628894627094269, - 0.4351562261581421, - -0.5679166316986084, - 0.5233001708984375 - ] - ], - [ - 0.30000001192092896, - [ - 0.44255340099334717, - 0.42360448837280273, - -0.5926628112792969, - 0.5229307413101196 - ] - ], - [ - 0.3333333432674408, - [ - 0.38771095871925354, - 0.3627742528915405, - -0.6467108130455017, - 0.5475767850875854 - ] - ], - [ - 0.36666667461395264, - [ - 0.290816068649292, - 0.20713847875595093, - -0.7051022052764893, - 0.612658679485321 - ] - ], - [ - 0.4000000059604645, - [ - 0.32167139649391174, - 0.24745367467403412, - -0.6891417503356934, - 0.6003147959709167 - ] - ], - [ - 0.4333333373069763, - [ - 0.39150193333625793, - 0.35836827754974365, - -0.6451590061187744, - 0.5496075749397278 - ] - ], - [ - 0.46666666865348816, - [ - -0.46021029353141785, - -0.44324415922164917, - 0.5996919870376587, - -0.4817785918712616 - ] - ], - [ - 0.5, - [ - -0.4681592881679535, - -0.45032718777656555, - 0.6029264330863953, - -0.4631544351577759 - ] - ], - [ - 0.5333333611488342, - [ - 0.4191059172153473, - 0.37011992931365967, - -0.6533621549606323, - 0.5103718042373657 - ] - ], - [ - 0.5666666626930237, - [ - 0.32906556129455566, - 0.2326406091451645, - -0.702053964138031, - 0.5871238708496094 - ] - ], - [ - 0.6000000238418579, - [ - 0.3903721570968628, - 0.2735467255115509, - -0.6573927402496338, - 0.5836236476898193 - ] - ], - [ - 0.6333333253860474, - [ - 0.4634530246257782, - 0.3495417833328247, - -0.5854662656784058, - 0.5659161806106567 - ] - ], - [ - 0.6666666865348816, - [ - 0.4471411108970642, - 0.311808317899704, - -0.5904082655906677, - 0.5951961874961853 - ] - ], - [ - 0.699999988079071, - [ - 0.368557333946228, - 0.19755862653255463, - -0.6517571210861206, - 0.6327313184738159 - ] - ], - [ - 0.7333333492279053, - [ - 0.19731049239635468, - -0.04781196638941765, - -0.7383361458778381, - 0.6431503295898438 - ] - ], - [ - 0.7666666507720947, - [ - 0.15186049044132233, - -0.1261744350194931, - -0.7357180118560791, - 0.6478714346885681 - ] - ], - [ - 0.800000011920929, - [ - 0.2284197360277176, - -0.04890898987650871, - -0.6915358304977417, - 0.6835280060768127 - ] - ], - [ - 0.8333333134651184, - [ - 0.39894455671310425, - 0.19936451315879822, - -0.5424128770828247, - 0.7119587659835815 - ] - ], - [ - 0.8666666746139526, - [ - 0.4516540467739105, - 0.2852376401424408, - -0.4842751622200012, - 0.6929111480712891 - ] - ], - [ - 0.8999999761581421, - [ - 0.2756017744541168, - 0.10932555794715881, - -0.6531463265419006, - 0.6967721581459045 - ] - ], - [ - 0.9333333373069763, - [ - 0.09242143481969833, - -0.14772917330265045, - -0.7420545220375061, - 0.6472939252853394 - ] - ], - [ - 0.9666666388511658, - [ - 0.2877638638019562, - 0.06305753439664841, - -0.5862017869949341, - 0.7547073364257813 - ] - ], - [ - 1.0, - [ - 0.3806145191192627, - 0.20482414960861206, - -0.49454617500305176, - 0.7540583610534668 - ] - ], - [ - 1.0333333015441895, - [ - 0.4604942798614502, - 0.34159550070762634, - -0.39894142746925354, - 0.7156140208244324 - ] - ], - [ - 1.0666667222976685, - [ - 0.44089779257774353, - 0.32241612672805786, - -0.4226597547531128, - 0.7231982350349426 - ] - ], - [ - 1.100000023841858, - [ - 0.3910678029060364, - 0.2512432336807251, - -0.4766918420791626, - 0.7461286187171936 - ] - ], - [ - 1.1333333253860474, - [ - 0.27190595865249634, - 0.0767212063074112, - -0.5603529810905457, - 0.7785791754722595 - ] - ], - [ - 1.1666666269302368, - [ - 0.3375263512134552, - 0.17120707035064697, - -0.5192762017250061, - 0.7662352919578552 - ] - ], - [ - 1.2000000476837158, - [ - 0.4790399968624115, - 0.4054379463195801, - -0.3900514245033264, - 0.6737957000732422 - ] - ], - [ - 1.2333333492279053, - [ - 0.51364666223526, - 0.461574524641037, - -0.34213945269584656, - 0.6372257471084595 - ] - ], - [ - 1.2666666507720947, - [ - 0.4497886598110199, - 0.3927166759967804, - -0.40914812684059143, - 0.6899721622467041 - ] - ], - [ - 1.2999999523162842, - [ - 0.29647746682167053, - 0.15051333606243134, - -0.5187919735908508, - 0.787592351436615 - ] - ], - [ - 1.3333333730697632, - [ - 0.17398856580257416, - -0.03596171736717224, - -0.5495955348014832, - 0.8163207173347473 - ] - ], - [ - 1.3666666746139526, - [ - 0.2379399687051773, - 0.0560484305024147, - -0.5098271369934082, - 0.8248147964477539 - ] - ], - [ - 1.399999976158142, - [ - 0.3458836078643799, - 0.24755050241947174, - -0.4462895691394806, - 0.7873429656028748 - ] - ], - [ - 1.4333332777023315, - [ - 0.35428157448768616, - 0.2705143690109253, - -0.44077643752098083, - 0.7791167497634888 - ] - ], - [ - 1.4666666984558105, - [ - 0.3076194226741791, - 0.20692263543605804, - -0.4675353765487671, - 0.8024736642837524 - ] - ], - [ - 1.5, - [ - 0.08693020045757294, - -0.13277001678943634, - -0.5674180388450623, - 0.8079926371574402 - ] - ], - [ - 1.5333333015441895, - [ - 0.10641130805015564, - -0.11878558993339539, - -0.5085426568984985, - 0.8461390137672424 - ] - ], - [ - 1.5666667222976685, - [ - 0.23139286041259766, - 0.05879335105419159, - -0.4510962665081024, - 0.8599493503570557 - ] - ], - [ - 1.600000023841858, - [ - 0.3941076397895813, - 0.315990686416626, - -0.3701384961605072, - 0.7796323299407959 - ] - ], - [ - 1.6333333253860474, - [ - 0.3740517497062683, - 0.28073200583457947, - -0.4075799584388733, - 0.784317135810852 - ] - ], - [ - 1.6666666269302368, - [ - 0.30657824873924255, - 0.18238581717014313, - -0.4983108639717102, - 0.7902097702026367 - ] - ], - [ - 1.7000000476837158, - [ - 0.188836008310318, - 0.02193448692560196, - -0.5887954831123352, - 0.7856078743934631 - ] - ], - [ - 1.7333333492279053, - [ - 0.20458583533763885, - 0.05096806585788727, - -0.6061368584632874, - 0.7669061422348022 - ] - ], - [ - 1.7666666507720947, - [ - 0.3056271970272064, - 0.1981862634420395, - -0.5832709074020386, - 0.7260228991508484 - ] - ], - [ - 1.7999999523162842, - [ - 0.43391290307044983, - 0.3829358220100403, - -0.5161046981811523, - 0.6314393877983093 - ] - ], - [ - 1.8333333730697632, - [ - 0.43591612577438354, - 0.3916209042072296, - -0.524643063545227, - 0.6175435781478882 - ] - ], - [ - 1.8666666746139526, - [ - 0.38657286763191223, - 0.3269440829753876, - -0.5559131503105164, - 0.6592643857002258 - ] - ], - [ - 1.899999976158142, - [ - 0.21991130709648132, - 0.11558233946561813, - -0.6177921295166016, - 0.7460647821426392 - ] - ], - [ - 1.9333332777023315, - [ - 0.2906714081764221, - 0.16993924975395203, - -0.5938096642494202, - 0.7307673096656799 - ] - ], - [ - 1.9666666984558105, - [ - 0.37598496675491333, - 0.2815339267253876, - -0.5393860936164856, - 0.6988824009895325 - ] - ], - [ - 2.0, - [ - 0.41882866621017456, - 0.3382691740989685, - -0.49969765543937683, - 0.6785711050033569 - ] - ], - [ - 2.0333333015441895, - [ - 0.3847249746322632, - 0.2866426110267639, - -0.5279728770256042, - 0.7007619738578796 - ] - ], - [ - 2.066666603088379, - [ - 0.31424853205680847, - 0.17193664610385895, - -0.5820978283882141, - 0.7299642562866211 - ] - ], - [ - 2.0999999046325684, - [ - 0.254896342754364, - 0.07240236550569534, - -0.6165443658828735, - 0.7413897514343262 - ] - ], - [ - 2.133333444595337, - [ - 0.33675989508628845, - 0.17206040024757385, - -0.5756762027740479, - 0.7249724268913269 - ] - ], - [ - 2.1666667461395264, - [ - 0.4466724693775177, - 0.3551528751850128, - -0.4774666130542755, - 0.6681135892868042 - ] - ], - [ - 2.200000047683716, - [ - 0.47442585229873657, - 0.4009189307689667, - -0.46439889073371887, - 0.6312826871871948 - ] - ], - [ - 2.2333333492279053, - [ - 0.44345107674598694, - 0.36534878611564636, - -0.5229304432868958, - 0.629615068435669 - ] - ], - [ - 2.2666666507720947, - [ - 0.3256012797355652, - 0.17067059874534607, - -0.6456927061080933, - 0.6692804098129272 - ] - ], - [ - 2.299999952316284, - [ - 0.30271226167678833, - 0.13484212756156921, - -0.6529237627983093, - 0.6810826659202576 - ] - ], - [ - 2.3333332538604736, - [ - 0.3554888963699341, - 0.20019517838954926, - -0.6227042078971863, - 0.6676743030548096 - ] - ], - [ - 2.366666555404663, - [ - 0.4230342209339142, - 0.30664896965026855, - -0.5787063837051392, - 0.6261847615242004 - ] - ], - [ - 2.4000000953674316, - [ - 0.41388171911239624, - 0.3027525544166565, - -0.6038073301315308, - 0.6102946400642395 - ] - ], - [ - 2.433333396911621, - [ - 0.37665972113609314, - 0.26000192761421204, - -0.6501265168190002, - 0.6065162420272827 - ] - ], - [ - 2.4666666984558105, - [ - 0.2921760082244873, - 0.13905303180217743, - -0.7149303555488586, - 0.619816243648529 - ] - ], - [ - 2.5, - [ - 0.29800188541412354, - 0.13918514549732208, - -0.7214034795761108, - 0.6094256043434143 - ] - ], - [ - 2.5333333015441895, - [ - 0.37777307629585266, - 0.24873876571655273, - -0.6755631566047668, - 0.5822636485099792 - ] - ], - [ - 2.566666603088379, - [ - 0.48734238743782043, - 0.3875541388988495, - -0.57030189037323, - 0.5357751250267029 - ] - ], - [ - 2.5999999046325684, - [ - 0.45502522587776184, - 0.3407336473464966, - -0.6085294485092163, - 0.5536646842956543 - ] - ], - [ - 2.633333444595337, - [ - 0.38294875621795654, - 0.23363958299160004, - -0.6705237030982971, - 0.5908982753753662 - ] - ], - [ - 2.6666667461395264, - [ - 0.282890260219574, - 0.06358254700899124, - -0.7206472158432007, - 0.629760205745697 - ] - ], - [ - 2.700000047683716, - [ - 0.30679255723953247, - 0.09888635575771332, - -0.6960265040397644, - 0.6415972113609314 - ] - ], - [ - 2.7333333492279053, - [ - 0.3642636239528656, - 0.21374912559986115, - -0.651275098323822, - 0.630447506904602 - ] - ], - [ - 2.7666666507720947, - [ - 0.4381468892097473, - 0.32286790013313293, - -0.5832893252372742, - 0.6029570698738098 - ] - ], - [ - 2.799999952316284, - [ - 0.437163382768631, - 0.33602893352508545, - -0.5834528803825378, - 0.5962847471237183 - ] - ], - [ - 2.8333332538604736, - [ - 0.3703310191631317, - 0.23111718893051147, - -0.6435263156890869, - 0.6287397742271423 - ] - ], - [ - 2.866666555404663, - [ - 0.3091438412666321, - 0.12313780933618546, - -0.6727448105812073, - 0.6608189940452576 - ] - ], - [ - 2.9000000953674316, - [ - 0.4129669666290283, - 0.20552252233028412, - -0.6150882244110107, - 0.6394413709640503 - ] - ], - [ - 2.933333396911621, - [ - 0.5259804129600525, - 0.34658533334732056, - -0.5165446996688843, - 0.580004096031189 - ] - ], - [ - 2.9666666984558105, - [ - 0.514411985874176, - 0.33097171783447266, - -0.5183148980140686, - 0.5976518392562866 - ] - ], - [ - 3.0, - [ - 0.4516105651855469, - 0.23914417624473572, - -0.57237309217453, - 0.6412854194641113 - ] - ], - [ - 3.0333333015441895, - [ - 0.352403461933136, - 0.09941069036722183, - -0.6344286203384399, - 0.680756688117981 - ] - ], - [ - 3.066666603088379, - [ - 0.3103744089603424, - 0.0804772600531578, - -0.6413270831108093, - 0.6970586180686951 - ] - ], - [ - 3.0999999046325684, - [ - 0.34100186824798584, - 0.15775106847286224, - -0.6165650486946106, - 0.6918670535087585 - ] - ], - [ - 3.133333444595337, - [ - 0.45266830921173096, - 0.3362172842025757, - -0.559504508972168, - 0.6074570417404175 - ] - ], - [ - 3.1666667461395264, - [ - 0.4834081828594208, - 0.40248069167137146, - -0.5616177320480347, - 0.5375049710273743 - ] - ], - [ - 3.200000047683716, - [ - 0.4453410804271698, - 0.33703622221946716, - -0.5669315457344055, - 0.6055299639701843 - ] - ], - [ - 3.2333333492279053, - [ - 0.3125094175338745, - 0.157661572098732, - -0.6134962439537048, - 0.7078863382339478 - ] - ], - [ - 3.2666666507720947, - [ - 0.2677229642868042, - 0.15927469730377197, - -0.6519927978515625, - 0.6912751793861389 - ] - ], - [ - 3.299999952316284, - [ - 0.2931293547153473, - 0.24571071565151215, - -0.654357373714447, - 0.6523174047470093 - ] - ], - [ - 3.3333332538604736, - [ - 0.29532983899116516, - 0.24896258115768433, - -0.6508268117904663, - 0.6536225080490112 - ] - ], - [ - 3.366666555404663, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292708055_205696.json b/lenses/physics-objects/Scene/assets/1646688292708055_205696.json deleted file mode 100644 index b2aba8a1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292708055_205696.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292708055:205696", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292709326_205709.json b/lenses/physics-objects/Scene/assets/1646688292709326_205709.json deleted file mode 100644 index 53eefe47..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292709326_205709.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292709326:205709", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2187843322753906, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.216980218887329, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.2117605209350586, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.203421115875244, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.1922624111175537, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.1785905361175537, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.1627140045166016, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.14494252204895, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.125584363937378, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.104947566986084, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.0833351612091064, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 1.992970585823059, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.9707807302474976, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.949263334274292, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.928651213645935, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.909164547920227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.8910108804702759, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 1.874387264251709, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 1.8594833612442017, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 1.84648597240448, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.8355827331542969, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.8267161846160889, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.8198199272155762, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8150806427001953, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.8157082796096802, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.8240249156951904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 1.8398749828338623, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 1.8625515699386597, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 1.8913509845733643, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 1.9255666732788086, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 1.9645888805389404, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.007796287536621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.0544512271881104, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1038002967834473, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.1550748348236084, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.3125407695770264, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3635406494140625, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.4124155044555664, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.4583399295806885, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.500478506088257, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.5379931926727295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5700418949127197, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.5957815647125244, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.614367723464966, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.62495493888855, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.626466989517212, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.61948561668396, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.607872724533081, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5920262336730957, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.5723464488983154, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.5492072105407715, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.5229904651641846, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.4941141605377197, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.4629976749420166, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.4300620555877686, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.3958261013031006, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.2902894020080566, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.2556333541870117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.221971035003662, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.1897404193878174, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.159379005432129, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.1314475536346436, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.106518268585205, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.085033893585205, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.0674397945404053, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.054180860519409, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.0457026958465576, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.0441722869873047, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.0500547885894775, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.059706926345825, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.0727391242980957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.0887622833251953, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.1073873043060303, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.1281914710998535, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.1507480144500732, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.174661874771118, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.3252501487731934, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.349513053894043, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.3722341060638428, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.392630100250244, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.409862756729126, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.4230597019195557, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.431372880935669, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.431413173675537, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.4251086711883545, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.4153575897216797, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.4024648666381836, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.386739492416382, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.3684935569763184, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.348039150238037, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.325671911239624, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.3017053604125977, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.2764785289764404, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.2503254413604736, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.142883539199829, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.116791009902954, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.0914950370788574, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.0672404766082764, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.0442631244659424, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.0227854251861572, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.003025770187378, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 1.9851970672607422, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 1.9695128202438354, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 1.955888032913208, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 1.944151520729065, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 1.9344356060028076, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 1.926952600479126, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 1.921919345855713, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 1.9226347208023071, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 1.933287262916565, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 1.9508129358291626, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 1.9745121002197266, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.0036816596984863, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.0376107692718506, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.0755774974823, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.1168458461761475, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.160667657852173, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.206282615661621, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.2997751235961914, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.3460700511932373, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.390994071960449, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.43373703956604, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.4734835624694824, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.50941801071167, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.5407087802886963, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.5665321350097656, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.586088180541992, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.598564386367798, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.6007626056671143, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.593127489089966, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.5806708335876465, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.5638206005096436, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.5430057048797607, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.5186572074890137, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.4911768436431885, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.4609766006469727, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.4284965991973877, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.394181489944458, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.358470916748047, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.2104508876800537, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.1743290424346924, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.1394236087799072, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.1058764457702637, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.0738608837127686, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.043850898742676, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.0163183212280273, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 1.9917325973510742, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 1.9705642461776733, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 1.953282117843628, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 1.9403564929962158, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 1.932260274887085, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 1.9291560649871826, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 1.9330416917800903, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 1.9400933980941772, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 1.9499688148498535, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 1.9623249769210815, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 1.9768180847167969, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 1.993104100227356, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.0108375549316406, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.029670238494873, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.089262008666992, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.150341272354126, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.169381856918335, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.1865427494049072, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.201066493988037, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.2121834754943848, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.2191193103790283, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.2211029529571533, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292709647_205716.json b/lenses/physics-objects/Scene/assets/1646688292709647_205716.json deleted file mode 100644 index e2dbf333..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292709647_205716.json +++ /dev/null @@ -1,1387 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292709647:205716", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.06276769936084747, - 2.7755575615628914e-17, - 2.649790109554573e-16, - 0.9980281591415405 - ] - ], - [ - 0.4000000059604645, - [ - 0.06235502287745476, - -1.559438874279782e-24, - -8.760356200660836e-17, - 0.998054027557373 - ] - ], - [ - 0.4333333373069763, - [ - 0.0621923990547657, - -5.551115123125783e-17, - -2.0296264668928643e-16, - 0.9980641603469849 - ] - ], - [ - 0.46666666865348816, - [ - 0.061990886926651, - -1.957888671810002e-25, - -3.8163916471489756e-17, - 0.9980767369270325 - ] - ], - [ - 0.5666666626930237, - [ - 0.06109768524765968, - -2.081668005736046e-17, - 1.4051260155412137e-16, - 0.9981318116188049 - ] - ], - [ - 0.6000000238418579, - [ - 0.060683462768793106, - -4.163335680599847e-17, - -2.463307335887066e-16, - 0.9981570839881897 - ] - ], - [ - 0.6333333253860474, - [ - 0.06020014360547066, - -6.938893490316922e-18, - -1.474514954580286e-17, - 0.9981863498687744 - ] - ], - [ - 0.6666666865348816, - [ - 0.05964100733399391, - -6.591950532200847e-17, - -4.388850394221322e-16, - 0.998219907283783 - ] - ], - [ - 0.699999988079071, - [ - 0.05899941176176071, - -4.5102823610286785e-17, - -2.9490391735834327e-17, - 0.998258113861084 - ] - ], - [ - 0.7333333492279053, - [ - 0.05826891213655472, - -6.93887818747559e-18, - 5.637851958669113e-17, - 0.9983010292053223 - ] - ], - [ - 0.7666666507720947, - [ - 0.05744349583983421, - 3.122502256758253e-17, - 3.816393632382446e-17, - 0.9983487725257874 - ] - ], - [ - 0.800000011920929, - [ - 0.056517891585826874, - 2.7755575615628914e-17, - -3.382710778154774e-17, - 0.9984015822410583 - ] - ], - [ - 0.8333333134651184, - [ - 0.055487822741270065, - -3.469447282825859e-17, - -2.3418770234409346e-17, - 0.9984594583511353 - ] - ], - [ - 0.8666666746139526, - [ - 0.054361119866371155, - 7.112366251504909e-17, - -7.45931094670027e-17, - 0.9985213279724121 - ] - ], - [ - 0.8999999761581421, - [ - 0.05315142124891281, - -3.122502256758253e-17, - 9.454242944073599e-17, - 0.9985864758491516 - ] - ], - [ - 0.9333333373069763, - [ - 0.051872655749320984, - -2.7755575615628914e-17, - -9.80118763926896e-17, - 0.9986537098884583 - ] - ], - [ - 0.9666666388511658, - [ - 0.05053885653614998, - 5.204159260992152e-18, - 2.216109505258167e-16, - 0.9987221956253052 - ] - ], - [ - 1.0, - [ - 0.049164243042469025, - 1.734723475976807e-18, - -6.938893903907228e-17, - 0.9987906813621521 - ] - ], - [ - 1.0333333015441895, - [ - 0.04777512326836586, - -5.204172495881953e-18, - -6.028167387741855e-17, - 0.9988582134246826 - ] - ], - [ - 1.0666667222976685, - [ - 0.04639550298452377, - 2.949030240032817e-17, - -4.336808689942018e-18, - 0.9989232420921326 - ] - ], - [ - 1.100000023841858, - [ - 0.0450352244079113, - -1.2143063504657037e-17, - -1.687018580387445e-16, - 0.9989854097366333 - ] - ], - [ - 1.1333333253860474, - [ - 0.0437028743326664, - 1.734718719688285e-18, - -1.7347277773159924e-17, - 0.9990445971488953 - ] - ], - [ - 1.1666666269302368, - [ - 0.04240616410970688, - 2.7755570652545238e-17, - 2.0382987607837683e-16, - 0.9991004467010498 - ] - ], - [ - 1.2000000476837158, - [ - 0.04118020087480545, - 1.3877789462175682e-17, - 2.484991644034572e-16, - 0.9991518259048462 - ] - ], - [ - 1.2333333492279053, - [ - 0.04005790501832962, - 1.0408352436389418e-17, - -2.1076890233118206e-16, - 0.9991973638534546 - ] - ], - [ - 1.2666666507720947, - [ - 0.03904304653406143, - 5.204169766185931e-17, - 2.1597294041021447e-16, - 0.9992375373840332 - ] - ], - [ - 1.2999999523162842, - [ - 0.038139279931783676, - 4.163338658450052e-17, - 3.0097454955175563e-16, - 0.9992725253105164 - ] - ], - [ - 1.3333333730697632, - [ - 0.03735030069947243, - 1.734721490743337e-17, - -8.890459137870116e-17, - 0.999302327632904 - ] - ], - [ - 1.3666666746139526, - [ - 0.03667990490794182, - -1.3877787807814457e-17, - -6.982261990806649e-17, - 0.9993270635604858 - ] - ], - [ - 1.399999976158142, - [ - 0.03613215684890747, - 4.5102810375396984e-17, - 3.8510858519707157e-16, - 0.9993470311164856 - ] - ], - [ - 1.4333332777023315, - [ - 0.035711195319890976, - -4.163331710132907e-17, - -2.207435623180487e-16, - 0.9993621706962585 - ] - ], - [ - 1.5333333015441895, - [ - 0.03573781996965408, - -4.8572220931403646e-17, - -3.946490613891316e-17, - 0.9993612170219421 - ] - ], - [ - 1.5666667222976685, - [ - 0.03619122505187988, - -6.938893903907228e-17, - -7.32920668600201e-17, - 0.9993448853492737 - ] - ], - [ - 1.600000023841858, - [ - 0.036838896572589874, - -2.0816658550664534e-17, - -3.3610247494715936e-17, - 0.9993212223052979 - ] - ], - [ - 1.6333333253860474, - [ - 0.03766293823719025, - -6.938901348532741e-18, - -1.3010439304715854e-17, - 0.9992905259132385 - ] - ], - [ - 1.6666666269302368, - [ - 0.03864465281367302, - 4.85722573273506e-17, - 1.5113776960958952e-16, - 0.9992530345916748 - ] - ], - [ - 1.7000000476837158, - [ - 0.0397646389901638, - -2.7755578924351364e-17, - -1.0213185788302432e-16, - 0.9992091655731201 - ] - ], - [ - 1.7333333492279053, - [ - 0.04100274294614792, - 5.0200433276758426e-26, - 8.196568423990414e-17, - 0.999159038066864 - ] - ], - [ - 1.7666666507720947, - [ - 0.0423443429172039, - -6.245005175260996e-17, - -1.4961991303788941e-16, - 0.9991031885147095 - ] - ], - [ - 1.7999999523162842, - [ - 0.043777454644441605, - -2.7755602085408515e-17, - -1.5178830414797062e-17, - 0.9990413188934326 - ] - ], - [ - 1.8333333730697632, - [ - 0.04528512433171272, - -2.7755575615628914e-17, - -1.7867651802561113e-16, - 0.998974084854126 - ] - ], - [ - 1.8666666746139526, - [ - 0.046850163489580154, - -2.7755575615628914e-17, - -1.1275699946871286e-16, - 0.9989020228385925 - ] - ], - [ - 1.899999976158142, - [ - 0.04845527186989784, - 1.3877787807814457e-17, - 2.3397082882237186e-16, - 0.9988253712654114 - ] - ], - [ - 1.9333332777023315, - [ - 0.05008311569690704, - 2.272540082796742e-23, - -2.3850406726519623e-18, - 0.9987451434135437 - ] - ], - [ - 1.9666666984558105, - [ - 0.051709551364183426, - -5.551115123125783e-17, - -3.903127820947816e-17, - 0.9986621737480164 - ] - ], - [ - 2.0, - [ - 0.05330263450741768, - 1.3877787807814457e-17, - 3.859759734048396e-17, - 0.9985784292221069 - ] - ], - [ - 2.0333333015441895, - [ - 0.05483349785208702, - -1.3877754720589955e-17, - -1.0841920808820313e-17, - 0.9984955191612244 - ] - ], - [ - 2.066666603088379, - [ - 0.05627373978495598, - -5.551115784870273e-17, - -1.717376505914835e-16, - 0.998415470123291 - ] - ], - [ - 2.0999999046325684, - [ - 0.057595446705818176, - 2.7755575615628914e-17, - 8.283304597789254e-17, - 0.9983400106430054 - ] - ], - [ - 2.133333444595337, - [ - 0.05884697660803795, - -1.3877849019179786e-17, - -1.5395672172783143e-16, - 0.9982671141624451 - ] - ], - [ - 2.1666667461395264, - [ - 0.060090381652116776, - -4.775212979751799e-23, - 1.9862583799934441e-16, - 0.9981929659843445 - ] - ], - [ - 2.200000047683716, - [ - 0.06131936237215996, - -5.551117770103743e-17, - 1.99488269740882e-17, - 0.9981182217597961 - ] - ], - [ - 2.2333333492279053, - [ - 0.06252782046794891, - -8.326671361199694e-17, - -4.839878497975292e-16, - 0.9980432391166687 - ] - ], - [ - 2.2666666507720947, - [ - 0.0637100338935852, - -1.3877802697065483e-17, - 1.1145595686173025e-16, - 0.9979685544967651 - ] - ], - [ - 2.299999952316284, - [ - 0.06486055999994278, - -1.1731155254707098e-23, - 1.474513101695714e-16, - 0.9978943467140198 - ] - ], - [ - 2.3333332538604736, - [ - 0.0659743994474411, - 2.6169737934117884e-23, - 3.7513395167998453e-16, - 0.9978213310241699 - ] - ], - [ - 2.366666555404663, - [ - 0.06704685837030411, - -4.163337004088827e-17, - -1.3140531654013294e-16, - 0.997749924659729 - ] - ], - [ - 2.4000000953674316, - [ - 0.06810129433870316, - -1.3877709225656264e-17, - -1.300601616318538e-18, - 0.9976785182952881 - ] - ], - [ - 2.433333396911621, - [ - 0.06916320323944092, - 1.3877852327902236e-17, - 1.7694201954276094e-16, - 0.9976053833961487 - ] - ], - [ - 2.4666666984558105, - [ - 0.07023174315690994, - 5.5511147922535377e-17, - 2.5066754227864863e-16, - 0.9975306987762451 - ] - ], - [ - 2.5, - [ - 0.07130605727434158, - 5.50728881246384e-26, - -1.2576745200831851e-16, - 0.9974544644355774 - ] - ], - [ - 2.5333333015441895, - [ - 0.07238523662090302, - -1.3877789462175682e-17, - 1.5699248781079084e-16, - 0.9973768591880798 - ] - ], - [ - 2.566666603088379, - [ - 0.07346813380718231, - -1.3877801042704258e-17, - 1.2143426636945948e-17, - 0.9972975850105286 - ] - ], - [ - 2.5999999046325684, - [ - 0.07455325871706009, - -7.10948521491443e-23, - -2.3418766925686896e-16, - 0.997217059135437 - ] - ], - [ - 2.633333444595337, - [ - 0.07563387602567673, - 2.7755615320298316e-17, - -1.1015441132893522e-16, - 0.9971356391906738 - ] - ], - [ - 2.6666667461395264, - [ - 0.07669887691736221, - -2.775563186391057e-17, - 7.806256303640122e-17, - 0.9970542788505554 - ] - ], - [ - 2.700000047683716, - [ - 0.0777399018406868, - -6.938894565651718e-17, - -3.5995512126518747e-16, - 0.9969736933708191 - ] - ], - [ - 2.7333333492279053, - [ - 0.07874824851751328, - -5.5511144613812927e-17, - -7.285827349446259e-17, - 0.9968945384025574 - ] - ], - [ - 2.7666666507720947, - [ - 0.07971518486738205, - 1.3877763819576693e-17, - 1.3444098997886374e-16, - 0.9968177080154419 - ] - ], - [ - 2.799999952316284, - [ - 0.0806320458650589, - 4.163336342344337e-17, - 2.2811613709095013e-16, - 0.99674391746521 - ] - ], - [ - 2.8333332538604736, - [ - 0.08148311823606491, - 1.3877825858122634e-17, - -5.204170758802666e-17, - 0.9966747164726257 - ] - ], - [ - 2.866666555404663, - [ - 0.08225330710411072, - -5.551117108359253e-17, - -8.673841545830037e-18, - 0.996611475944519 - ] - ], - [ - 2.9000000953674316, - [ - 0.0829349011182785, - 5.959722969909702e-23, - 8.673616718139545e-17, - 0.996554970741272 - ] - ], - [ - 2.933333396911621, - [ - 0.08350659906864166, - -1.3877787807814457e-17, - -1.6132928326584306e-16, - 0.9965072274208069 - ] - ], - [ - 2.9666666984558105, - [ - 0.08395139127969742, - -1.3877791116536907e-17, - -1.1709374198420587e-16, - 0.9964698553085327 - ] - ], - [ - 3.0333333015441895, - [ - 0.08445368707180023, - 1.3877792770898132e-17, - 1.5612577458240268e-17, - 0.9964274168014526 - ] - ], - [ - 3.0999999046325684, - [ - 0.08408956229686737, - 1.3877804351426708e-17, - 9.7144527889591e-17, - 0.9964582920074463 - ] - ], - [ - 3.133333444595337, - [ - 0.08356636762619019, - -1.3877787807814457e-17, - 1.6479873021779667e-17, - 0.9965022206306458 - ] - ], - [ - 3.1666667461395264, - [ - 0.08291712403297424, - 1.3877806005787933e-17, - 2.5500435096859064e-16, - 0.9965564608573914 - ] - ], - [ - 3.200000047683716, - [ - 0.08221865445375443, - 3.142457077117937e-23, - -4.33683453933616e-19, - 0.9966143369674683 - ] - ], - [ - 3.2333333492279053, - [ - 0.08153945207595825, - 8.326672684688674e-17, - 2.962040335230398e-16, - 0.996670126914978 - ] - ], - [ - 3.2666666507720947, - [ - 0.08094291388988495, - -1.3877787807814457e-17, - -1.214306433183765e-16, - 0.9967187643051147 - ] - ], - [ - 3.299999952316284, - [ - 0.0804990604519844, - 1.3877787807814457e-17, - -7.24247117394766e-17, - 0.9967547059059143 - ] - ], - [ - 3.366666555404663, - [ - 0.08022087067365646, - 1.3877787807814457e-17, - 2.0209528495129803e-16, - 0.9967771172523499 - ] - ], - [ - 3.5333333015441895, - [ - 0.08080066740512848, - -1.3877814277594058e-17, - 2.5847382439032386e-16, - 0.996730387210846 - ] - ], - [ - 3.5999999046325684, - [ - 0.08132937550544739, - -2.7755547491488087e-17, - 3.4697943678108865e-18, - 0.9966872930526733 - ] - ], - [ - 3.633333444595337, - [ - 0.08162397146224976, - -2.7755560726377888e-17, - -3.729677972662797e-17, - 0.9966632127761841 - ] - ], - [ - 3.6666667461395264, - [ - 0.08193489909172058, - -1.387771088001749e-17, - -1.3530844436108075e-16, - 0.9966377019882202 - ] - ], - [ - 3.700000047683716, - [ - 0.0822601392865181, - 5.551115123125783e-17, - 1.4137995005721998e-16, - 0.9966108798980713 - ] - ], - [ - 3.7333333492279053, - [ - 0.08259738236665726, - -2.7755575615628914e-17, - 1.1275702593849246e-17, - 0.9965829849243164 - ] - ], - [ - 3.7666666507720947, - [ - 0.08294367045164108, - -1.3877787807814457e-17, - 3.0357660829594124e-17, - 0.9965542554855347 - ] - ], - [ - 3.799999952316284, - [ - 0.08329549431800842, - -9.71445146547012e-17, - -2.411265631607762e-16, - 0.9965248703956604 - ] - ], - [ - 3.8333332538604736, - [ - 0.08364870399236679, - 2.7755453192898256e-17, - 1.9255430583342559e-16, - 0.9964953064918518 - ] - ], - [ - 3.866666555404663, - [ - 0.08398893475532532, - 2.7755575615628914e-17, - -5.204170427930421e-18, - 0.9964666962623596 - ] - ], - [ - 3.933333396911621, - [ - 0.0845656618475914, - 5.551116446614763e-17, - 1.682683359884279e-16, - 0.9964179992675781 - ] - ], - [ - 4.199999809265137, - [ - 0.08388224244117737, - -3.469433055319323e-17, - 8.673780830773076e-17, - 0.9964756965637207 - ] - ], - [ - 4.233333110809326, - [ - 0.08332238346338272, - -2.7755727816861623e-17, - -2.3245291931111255e-16, - 0.9965226650238037 - ] - ], - [ - 4.266666889190674, - [ - 0.0826682299375534, - -6.938816976110261e-18, - -1.3010333425597447e-16, - 0.9965771436691284 - ] - ], - [ - 4.300000190734863, - [ - 0.08193457871675491, - -3.469446951953614e-17, - 5.0306980803327406e-17, - 0.9966377019882202 - ] - ], - [ - 4.333333492279053, - [ - 0.0811459943652153, - -2.0816732996919663e-17, - -9.020628911272891e-17, - 0.996702253818512 - ] - ], - [ - 4.366666793823242, - [ - 0.08032732456922531, - -8.326672684688674e-17, - -2.2724877535296173e-16, - 0.9967685341835022 - ] - ], - [ - 4.400000095367432, - [ - 0.0794934555888176, - -2.7755573961267688e-17, - 7.979727989493313e-17, - 0.9968354105949402 - ] - ], - [ - 4.433333396911621, - [ - 0.07865765690803528, - -4.163336342344337e-17, - -3.2959746043559335e-17, - 0.9969016909599304 - ] - ], - [ - 4.4666666984558105, - [ - 0.07783100008964539, - 6.938893903907228e-17, - 5.377643437272592e-17, - 0.9969666600227356 - ] - ], - [ - 4.5, - [ - 0.07702212780714035, - -9.020563398568377e-17, - -2.168404609668805e-16, - 0.9970294833183289 - ] - ], - [ - 4.5333333015441895, - [ - 0.07623729109764099, - 3.469445628464634e-17, - 4.683732871058188e-17, - 0.9970898032188416 - ] - ], - [ - 4.566666603088379, - [ - 0.07548061013221741, - 3.4694499298038194e-17, - 2.0990154059319366e-16, - 0.997147262096405 - ] - ], - [ - 4.599999904632568, - [ - 0.07475457340478897, - -6.938893490316922e-18, - -9.020562075079397e-17, - 0.9972019791603088 - ] - ], - [ - 4.633333206176758, - [ - 0.0740600973367691, - 1.3877719151823615e-17, - 4.42350085773227e-17, - 0.9972537755966187 - ] - ], - [ - 4.666666507720947, - [ - 0.07339675724506378, - 2.7755575615628914e-17, - 1.3530843112619095e-16, - 0.9973028302192688 - ] - ], - [ - 4.699999809265137, - [ - 0.0727628692984581, - -1.3877787807814457e-17, - -7.806255641895632e-18, - 0.9973492622375488 - ] - ], - [ - 4.733333110809326, - [ - 0.07215600460767746, - 6.245004513516506e-17, - 7.28583859910259e-17, - 0.9973933696746826 - ] - ], - [ - 4.766666889190674, - [ - 0.07157302647829056, - -6.245009807472426e-17, - -3.72973289745547e-17, - 0.9974353909492493 - ] - ], - [ - 4.800000190734863, - [ - 0.07101036608219147, - -3.4694343788083034e-17, - -1.5178831738286042e-16, - 0.9974755644798279 - ] - ], - [ - 4.833333492279053, - [ - 0.07046414911746979, - -1.3877624853233784e-17, - 2.4286950881204177e-17, - 0.9975143074989319 - ] - ], - [ - 4.866666793823242, - [ - 0.0699303075671196, - 3.4694578707377e-17, - 1.9255429259853579e-16, - 0.9975518584251404 - ] - ], - [ - 4.900000095367432, - [ - 0.0694006159901619, - 2.7755575615628914e-17, - -2.3592239273284576e-16, - 0.9975888729095459 - ] - ], - [ - 4.933333396911621, - [ - 0.06891731172800064, - -2.0816759466699265e-17, - 1.8214603115201375e-17, - 0.9976223707199097 - ] - ], - [ - 4.9666666984558105, - [ - 0.06852713227272034, - -4.85722573273506e-17, - -1.3010426069826053e-16, - 0.9976492524147034 - ] - ], - [ - 5.0333333015441895, - [ - 0.0680089071393013, - -2.7755575615628914e-17, - 4.163336342344337e-17, - 0.9976847171783447 - ] - ], - [ - 5.099999904632568, - [ - 0.0678321048617363, - -6.938963387078683e-18, - 1.647942303552644e-17, - 0.9976967573165894 - ] - ], - [ - 5.166666507720947, - [ - 0.06799902021884918, - 3.4694535693985146e-17, - 1.084211635431712e-16, - 0.9976853728294373 - ] - ], - [ - 5.199999809265137, - [ - 0.06820623576641083, - -2.0816681711721685e-17, - -1.5612511283791264e-16, - 0.9976712465286255 - ] - ], - [ - 5.233333110809326, - [ - 0.0684930831193924, - 5.551115123125783e-17, - 4.49293380277993e-16, - 0.9976515769958496 - ] - ], - [ - 5.266666889190674, - [ - 0.06885045021772385, - 2.7755342350696174e-17, - 1.743380814442236e-16, - 0.9976270198822021 - ] - ], - [ - 5.300000190734863, - [ - 0.06926116347312927, - -1.387800618349617e-17, - -4.0767351644214653e-17, - 0.9975985884666443 - ] - ], - [ - 5.333333492279053, - [ - 0.06971125304698944, - -4.85722573273506e-17, - -2.975050761300224e-16, - 0.9975672364234924 - ] - ], - [ - 5.366666793823242, - [ - 0.07018721103668213, - -6.9388074635332166e-18, - -4.250048693341536e-17, - 0.9975338578224182 - ] - ], - [ - 5.400000095367432, - [ - 0.07067591696977615, - 6.938921200867443e-18, - -2.1684045104071314e-17, - 0.9974993467330933 - ] - ], - [ - 5.433333396911621, - [ - 0.0711648166179657, - 4.619914587620279e-25, - -2.0643209364124004e-16, - 0.9974645972251892 - ] - ], - [ - 5.4666666984558105, - [ - 0.07164189219474792, - -1.3877771264202206e-17, - 3.122524425198669e-17, - 0.9974304437637329 - ] - ], - [ - 5.5, - [ - 0.07209578901529312, - 3.469447282825859e-17, - 2.6194324487249787e-16, - 0.9973977208137512 - ] - ], - [ - 5.5333333015441895, - [ - 0.07251585274934769, - 5.551115123125783e-17, - 3.165870343657673e-16, - 0.997367262840271 - ] - ], - [ - 5.566666603088379, - [ - 0.07289215177297592, - -1.3877787807814457e-17, - -1.214306433183765e-16, - 0.9973398447036743 - ] - ], - [ - 5.633333206176758, - [ - 0.07348327338695526, - 6.938921200867443e-18, - -1.726049858596923e-16, - 0.9972964525222778 - ] - ], - [ - 5.699999809265137, - [ - 0.07387848198413849, - -4.746720033830031e-25, - -2.0036056147532122e-16, - 0.9972672462463379 - ] - ], - [ - 5.766666889190674, - [ - 0.07412335276603699, - -2.7755540874043186e-17, - -1.0755238567197411e-16, - 0.9972490668296814 - ] - ], - [ - 5.800000190734863, - [ - 0.07420255988836288, - -6.938845513841394e-18, - -7.806258950618082e-18, - 0.9972431659698486 - ] - ], - [ - 6.066666603088379, - [ - 0.07402405142784119, - -6.938894565651718e-17, - -6.505213034913027e-17, - 0.9972564578056335 - ] - ], - [ - 6.133333206176758, - [ - 0.07362496852874756, - -4.85722573273506e-17, - -3.642919299551295e-17, - 0.9972860217094421 - ] - ], - [ - 6.233333110809326, - [ - 0.07261167466640472, - 5.551115123125783e-17, - 1.0581813203458523e-16, - 0.9973602890968323 - ] - ], - [ - 6.266666889190674, - [ - 0.07214823365211487, - -6.939334791173719e-18, - -1.075538216575175e-16, - 0.9973939061164856 - ] - ], - [ - 6.300000190734863, - [ - 0.07161663472652435, - -7.632783294297951e-17, - -1.8214596497756474e-16, - 0.9974322319030762 - ] - ], - [ - 6.333333492279053, - [ - 0.07101425528526306, - -6.244997896071605e-17, - -1.5005359390688361e-16, - 0.9974753260612488 - ] - ], - [ - 6.366666793823242, - [ - 0.07023505866527557, - -6.244987308159764e-17, - -3.712309032683755e-16, - 0.9975305795669556 - ] - ], - [ - 6.400000095367432, - [ - 0.06923001259565353, - 6.938893903907228e-17, - 2.081668336608291e-17, - 0.9976007342338562 - ] - ], - [ - 6.433333396911621, - [ - 0.06808220595121384, - -1.3877896995655314e-17, - 6.938788851969434e-18, - 0.9976797103881836 - ] - ], - [ - 6.4666666984558105, - [ - 0.06687427312135696, - -5.551115123125783e-17, - -2.0036056147532122e-16, - 0.9977614283561707 - ] - ], - [ - 6.5, - [ - 0.06568815559148788, - -3.926835956323478e-27, - -5.4643792801991874e-17, - 0.9978402256965637 - ] - ], - [ - 6.5333333015441895, - [ - 0.06460488587617874, - 1.3877807660149158e-17, - 2.9967348047499343e-16, - 0.9979109168052673 - ] - ], - [ - 6.566666603088379, - [ - 0.06370469182729721, - -5.551115123125783e-17, - -2.944693365168426e-16, - 0.9979687929153442 - ] - ], - [ - 6.599999904632568, - [ - 0.06306732445955276, - 8.326674669922144e-17, - 2.1380470811881088e-16, - 0.9980093836784363 - ] - ], - [ - 6.633333206176758, - [ - 0.06277245283126831, - -1.3877787807814457e-17, - -2.480654570646834e-16, - 0.9980278611183167 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292709889_205723.json b/lenses/physics-objects/Scene/assets/1646688292709889_205723.json deleted file mode 100644 index 6b6fc79c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292709889_205723.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292709889:205723", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292711057_205736.json b/lenses/physics-objects/Scene/assets/1646688292711057_205736.json deleted file mode 100644 index 4c9cc0b4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292711057_205736.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292711057:205736", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.131311416625977, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 3.8425300121307373, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.3258180618286133, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.9442389011383057, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.194369077682495, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.553333044052124, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.079673767089844, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.8533413410186768, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.5689079761505127, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 3.7149927616119385, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.212386131286621, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.224780559539795, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.060485363006592, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.4298529624938965, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.7791528701782227, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.743774175643921, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.0341804027557373, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.397268533706665, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.175774574279785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.6736514568328857, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.548614263534546, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.6758415699005127, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.4377732276916504, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.1825881004333496, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9140936136245728, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.330390214920044, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.112431764602661, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.6574547290802, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.362633466720581, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.865964889526367, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.4606661796569824, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.1758923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.098220109939575, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.5277132987976074, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.1320550441741943, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 1.9777666330337524, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.7518796920776367, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.7425758838653564, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.703174114227295, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.6110661029815674, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.1626930236816406, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.7382216453552246, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.8351869583129883, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.308112382888794, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5791823863983154, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.710757255554199, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.227011203765869, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.3157901763916016, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.980287551879883, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.0556602478027344, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.592318534851074, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.146716356277466, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.3040707111358643, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.9505648612976074, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.369253635406494, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.6031737327575684, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.40362548828125, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.1882176399230957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.2485737800598145, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.1753923892974854, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.0925683975219727, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 2.919550895690918, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.5348007678985596, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.5987513065338135, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.2223360538482666, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 3.8052475452423096, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.208189010620117, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.201737880706787, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 3.844181537628174, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 3.6763839721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.3838882446289063, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.0647926330566406, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.241211414337158, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.16917085647583, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.3038785457611084, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 3.904448986053467, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.110470294952393, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 3.7451653480529785, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.5460784435272217, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.130045175552368, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.8082008361816406, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.9388866424560547, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.0142176151275635, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.2146668434143066, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.416074752807617, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.611513376235962, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 3.9717938899993896, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.08469295501709, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.7855331897735596, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.2499887943267822, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.733948230743408, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.639939308166504, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.022679328918457, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.373033046722412, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.680539131164551, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.8989129066467285, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292711314_205743.json b/lenses/physics-objects/Scene/assets/1646688292711314_205743.json deleted file mode 100644 index 548ff1b9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292711314_205743.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292711314:205743", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ], - [ - 0.03333333507180214, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ], - [ - 0.06666667014360428, - [ - -0.004946250002831221, - -0.0, - 0.0, - 0.999987781047821 - ] - ], - [ - 0.10000000149011612, - [ - -0.024564320221543312, - -0.0, - 0.0, - 0.999698281288147 - ] - ], - [ - 0.13333334028720856, - [ - -0.028323261067271233, - -0.0, - 0.0, - 0.9995988011360168 - ] - ], - [ - 0.1666666716337204, - [ - 0.016741929575800896, - 0.0, - 0.0, - 0.9998598694801331 - ] - ], - [ - 0.20000000298023224, - [ - 0.03544887900352478, - 0.0, - 0.0, - 0.9993714690208435 - ] - ], - [ - 0.23333333432674408, - [ - 0.020805563777685165, - 0.0, - 0.0, - 0.9997836351394653 - ] - ], - [ - 0.2666666805744171, - [ - -0.007588977459818125, - -0.0, - 0.0, - 0.9999712109565735 - ] - ], - [ - 0.30000001192092896, - [ - -0.017304878681898117, - -0.0, - 0.0, - 0.9998502731323242 - ] - ], - [ - 0.3333333432674408, - [ - -0.012241139076650143, - -0.0, - 0.0, - 0.9999250769615173 - ] - ], - [ - 0.36666667461395264, - [ - 0.036337994039058685, - 0.0, - 0.0, - 0.9993395805358887 - ] - ], - [ - 0.4000000059604645, - [ - 0.02952319197356701, - 0.0, - 0.0, - 0.9995641112327576 - ] - ], - [ - 0.4333333373069763, - [ - -0.0048590730875730515, - -0.0, - 0.0, - 0.9999881982803345 - ] - ], - [ - 0.46666666865348816, - [ - -0.023070670664310455, - -0.0, - 0.0, - 0.9997338652610779 - ] - ], - [ - 0.5, - [ - -0.02403407357633114, - -0.0, - 0.0, - 0.9997111558914185 - ] - ], - [ - 0.5333333611488342, - [ - 0.006268033757805824, - 0.0, - 0.0, - 0.9999804496765137 - ] - ], - [ - 0.5666666626930237, - [ - 0.04582894966006279, - 0.0, - 0.0, - 0.9989492893218994 - ] - ], - [ - 0.6000000238418579, - [ - 0.06669457256793976, - 0.0, - 0.0, - 0.9977735280990601 - ] - ], - [ - 0.6333333253860474, - [ - 0.07296960055828094, - 0.0, - 0.0, - 0.9973341822624207 - ] - ], - [ - 0.6666666865348816, - [ - 0.0908643901348114, - 0.0, - 0.0, - 0.9958633780479431 - ] - ], - [ - 0.699999988079071, - [ - 0.11043336987495422, - 0.0, - 0.0, - 0.9938835501670837 - ] - ], - [ - 0.7333333492279053, - [ - 0.15222622454166412, - 0.0, - 0.0, - 0.9883456826210022 - ] - ], - [ - 0.7666666507720947, - [ - 0.17539672553539276, - 0.0, - 0.0, - 0.9844978451728821 - ] - ], - [ - 0.800000011920929, - [ - 0.17979469895362854, - 0.0, - 0.0, - 0.983704149723053 - ] - ], - [ - 0.8333333134651184, - [ - 0.14699381589889526, - 0.0, - 0.0, - 0.9891374111175537 - ] - ], - [ - 0.8666666746139526, - [ - 0.13139259815216064, - 0.0, - 0.0, - 0.9913305044174194 - ] - ], - [ - 0.8999999761581421, - [ - 0.1049439013004303, - 0.0, - 0.0, - 0.994478166103363 - ] - ], - [ - 0.9333333373069763, - [ - 0.14847949147224426, - 0.0, - 0.0, - 0.9889155030250549 - ] - ], - [ - 0.9666666388511658, - [ - 0.15558934211730957, - 0.0, - 0.0, - 0.9878218173980713 - ] - ], - [ - 1.0, - [ - 0.1338970810174942, - 0.0, - 0.0, - 0.9909953474998474 - ] - ], - [ - 1.0333333015441895, - [ - 0.10294036567211151, - 0.0, - 0.0, - 0.994687557220459 - ] - ], - [ - 1.0666667222976685, - [ - 0.09838157147169113, - 0.0, - 0.0, - 0.995148777961731 - ] - ], - [ - 1.100000023841858, - [ - 0.1076764315366745, - 0.0, - 0.0, - 0.9941859841346741 - ] - ], - [ - 1.1333333253860474, - [ - 0.1367940753698349, - 0.0, - 0.0, - 0.990599513053894 - ] - ], - [ - 1.1666666269302368, - [ - 0.12175196409225464, - 0.0, - 0.0, - 0.9925605654716492 - ] - ], - [ - 1.2000000476837158, - [ - 0.06133159622550011, - 1.0216532481122087e-11, - 9.03366010468476e-12, - 0.9981174468994141 - ] - ], - [ - 1.2333333492279053, - [ - 0.044894590973854065, - 5.84216027601379e-17, - -6.391960097653696e-17, - 0.9989917278289795 - ] - ], - [ - 1.2666666507720947, - [ - 0.043039720505476, - 1.116595856574809e-12, - 1.0243640788040742e-12, - 0.9990733861923218 - ] - ], - [ - 1.2999999523162842, - [ - 0.10535871982574463, - 0.0, - 0.0, - 0.9944342970848083 - ] - ], - [ - 1.3333333730697632, - [ - 0.14758649468421936, - 0.0, - 0.0, - 0.9890491366386414 - ] - ], - [ - 1.3666666746139526, - [ - 0.13277947902679443, - 0.0, - 0.0, - 0.9911456108093262 - ] - ], - [ - 1.399999976158142, - [ - 0.07667502760887146, - 0.0, - 0.0, - 0.997056245803833 - ] - ], - [ - 1.4333332777023315, - [ - 0.06505397707223892, - 0.0, - 0.0, - 0.9978817701339722 - ] - ], - [ - 1.4666666984558105, - [ - 0.07606623321771622, - 0.0, - 0.0, - 0.9971027970314026 - ] - ], - [ - 1.5, - [ - 0.1525641530752182, - 0.0, - 0.0, - 0.9882935881614685 - ] - ], - [ - 1.5333333015441895, - [ - 0.16382001340389252, - 0.0, - 0.0, - 0.9864902496337891 - ] - ], - [ - 1.5666667222976685, - [ - 0.13353706896305084, - 0.0, - 0.0, - 0.9910438060760498 - ] - ], - [ - 1.600000023841858, - [ - 0.06892186403274536, - 0.0, - 0.0, - 0.9976220726966858 - ] - ], - [ - 1.6333333253860474, - [ - 0.07742173969745636, - 0.0, - 0.0, - 0.9969984292984009 - ] - ], - [ - 1.6666666269302368, - [ - 0.09103398770093918, - 0.0, - 0.0, - 0.9958478808403015 - ] - ], - [ - 1.7000000476837158, - [ - 0.11198782920837402, - 0.0, - 0.0, - 0.9937095642089844 - ] - ], - [ - 1.7333333492279053, - [ - 0.10042351484298706, - 0.0, - 0.0, - 0.9949448108673096 - ] - ], - [ - 1.7666666507720947, - [ - 0.06800391525030136, - 0.0, - 0.0, - 0.9976850748062134 - ] - ], - [ - 1.7999999523162842, - [ - 0.02447989583015442, - 0.0, - 0.0, - 0.9997003078460693 - ] - ], - [ - 1.8333333730697632, - [ - 0.016966046765446663, - 0.0, - 0.0, - 0.999856173992157 - ] - ], - [ - 1.8666666746139526, - [ - 0.029903186485171318, - 0.0, - 0.0, - 0.9995529055595398 - ] - ], - [ - 1.899999976158142, - [ - 0.06274112313985825, - 0.0, - 0.0, - 0.9980298280715942 - ] - ], - [ - 1.9333332777023315, - [ - 0.07720888406038284, - 0.0, - 0.0, - 0.9970149397850037 - ] - ], - [ - 1.9666666984558105, - [ - 0.06194903701543808, - 0.0, - 0.0, - 0.9980792999267578 - ] - ], - [ - 2.0, - [ - 0.05417384207248688, - 0.0, - 0.0, - 0.9985315203666687 - ] - ], - [ - 2.0333333015441895, - [ - 0.06629963964223862, - 0.0, - 0.0, - 0.9977997541427612 - ] - ], - [ - 2.066666603088379, - [ - 0.09519843012094498, - 0.0, - 0.0, - 0.9954583048820496 - ] - ], - [ - 2.0999999046325684, - [ - 0.12063175439834595, - 0.0, - 0.0, - 0.9926974177360535 - ] - ], - [ - 2.133333444595337, - [ - 0.11349978297948837, - 0.0, - 0.0, - 0.9935380220413208 - ] - ], - [ - 2.1666667461395264, - [ - 0.06661835312843323, - 0.0, - 0.0, - 0.9977785348892212 - ] - ], - [ - 2.200000047683716, - [ - 0.05103234574198723, - 0.0, - 0.0, - 0.9986971020698547 - ] - ], - [ - 2.2333333492279053, - [ - 0.04851556941866875, - 0.0, - 0.0, - 0.9988224506378174 - ] - ], - [ - 2.2666666507720947, - [ - 0.09782447665929794, - 0.0, - 0.0, - 0.9952036738395691 - ] - ], - [ - 2.299999952316284, - [ - 0.10649468004703522, - 0.0, - 0.0, - 0.9943132996559143 - ] - ], - [ - 2.3333332538604736, - [ - 0.10115934163331985, - 0.0, - 0.0, - 0.9948702454566956 - ] - ], - [ - 2.366666555404663, - [ - 0.07566046714782715, - 0.0, - 0.0, - 0.997133731842041 - ] - ], - [ - 2.4000000953674316, - [ - 0.0681190937757492, - 0.0, - 0.0, - 0.997677206993103 - ] - ], - [ - 2.433333396911621, - [ - 0.06743530184030533, - 0.0, - 0.0, - 0.9977236390113831 - ] - ], - [ - 2.4666666984558105, - [ - 0.08881198614835739, - 0.0, - 0.0, - 0.9960485100746155 - ] - ], - [ - 2.5, - [ - 0.09249258041381836, - 0.0, - 0.0, - 0.995713472366333 - ] - ], - [ - 2.5333333015441895, - [ - 0.07466892898082733, - 0.0, - 0.0, - 0.9972084760665894 - ] - ], - [ - 2.566666603088379, - [ - 0.06192748621106148, - 0.0, - 0.0, - 0.9980806708335876 - ] - ], - [ - 2.5999999046325684, - [ - 0.0703657791018486, - 0.0, - 0.0, - 0.9975212812423706 - ] - ], - [ - 2.633333444595337, - [ - 0.09164443612098694, - 0.0, - 0.0, - 0.9957917928695679 - ] - ], - [ - 2.6666667461395264, - [ - 0.13700267672538757, - 0.0, - 0.0, - 0.9905706644058228 - ] - ], - [ - 2.700000047683716, - [ - 0.13174746930599213, - 0.0, - 0.0, - 0.9912832975387573 - ] - ], - [ - 2.7333333492279053, - [ - 0.09438022971153259, - 0.0, - 0.0, - 0.9955363273620605 - ] - ], - [ - 2.7666666507720947, - [ - 0.07424861192703247, - 0.0, - 0.0, - 0.9972397685050964 - ] - ], - [ - 2.799999952316284, - [ - 0.061812080442905426, - 0.0, - 0.0, - 0.9980878233909607 - ] - ], - [ - 2.8333332538604736, - [ - 0.08638199418783188, - 0.0, - 0.0, - 0.9962621927261353 - ] - ], - [ - 2.866666555404663, - [ - 0.11802493035793304, - 0.0, - 0.0, - 0.9930106401443481 - ] - ], - [ - 2.9000000953674316, - [ - 0.14489634335041046, - 0.0, - 0.0, - 0.9894469380378723 - ] - ], - [ - 2.933333396911621, - [ - 0.14445695281028748, - 0.0, - 0.0, - 0.9895110726356506 - ] - ], - [ - 2.9666666984558105, - [ - 0.146394282579422, - 0.0, - 0.0, - 0.9892263412475586 - ] - ], - [ - 3.0, - [ - 0.15692438185214996, - 0.0, - 0.0, - 0.9876106381416321 - ] - ], - [ - 3.0333333015441895, - [ - 0.17316535115242004, - 0.0, - 0.0, - 0.9848927855491638 - ] - ], - [ - 3.066666603088379, - [ - 0.15368279814720154, - 0.0, - 0.0, - 0.9881202578544617 - ] - ], - [ - 3.0999999046325684, - [ - 0.12295036762952805, - 0.0, - 0.0, - 0.992412805557251 - ] - ], - [ - 3.133333444595337, - [ - 0.07839829474687576, - 0.0, - 0.0, - 0.9969221353530884 - ] - ], - [ - 3.1666667461395264, - [ - 0.04500224068760872, - 0.0, - 0.0, - 0.9989868998527527 - ] - ], - [ - 3.200000047683716, - [ - 0.07019603997468948, - 0.0, - 0.0, - 0.9975333213806152 - ] - ], - [ - 3.2333333492279053, - [ - 0.10117074847221375, - 0.0, - 0.0, - 0.9948691725730896 - ] - ], - [ - 3.2666666507720947, - [ - 0.06166553497314453, - 0.0, - 0.0, - 0.9980968832969666 - ] - ], - [ - 3.299999952316284, - [ - 0.012868594378232956, - 0.0, - 0.0, - 0.999917209148407 - ] - ], - [ - 3.3333332538604736, - [ - 0.011572502553462982, - 0.0, - 0.0, - 0.9999330639839172 - ] - ], - [ - 3.366666555404663, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292711547_205750.json b/lenses/physics-objects/Scene/assets/1646688292711547_205750.json deleted file mode 100644 index dc87255b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292711547_205750.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292711547:205750", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292712680_205763.json b/lenses/physics-objects/Scene/assets/1646688292712680_205763.json deleted file mode 100644 index b1a4c363..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292712680_205763.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292712680:205763", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2187843322753906, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.216980218887329, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.2117605209350586, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.203421115875244, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.1922624111175537, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.1785905361175537, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.1627140045166016, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.14494252204895, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.125584363937378, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.104947566986084, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.0833351612091064, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 1.992970585823059, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.9707807302474976, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.949263334274292, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.928651213645935, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.909164547920227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.8910108804702759, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 1.874387264251709, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 1.8594833612442017, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 1.84648597240448, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.8355827331542969, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.8267161846160889, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.8198199272155762, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8150806427001953, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.8157082796096802, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.8240249156951904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 1.8398749828338623, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 1.8625515699386597, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 1.8913509845733643, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 1.9255666732788086, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 1.9645888805389404, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.007796287536621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.0544512271881104, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1038002967834473, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.1550748348236084, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.3125407695770264, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3635406494140625, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.4124155044555664, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.4583399295806885, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.500478506088257, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.5379931926727295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5700418949127197, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.5957815647125244, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.614367723464966, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.62495493888855, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.626466989517212, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.61948561668396, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.607872724533081, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5920262336730957, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.5723464488983154, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.5492072105407715, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.5229904651641846, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.4941141605377197, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.4629976749420166, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.4300620555877686, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.3958261013031006, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.2902894020080566, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.2556333541870117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.221971035003662, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.1897404193878174, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.159379005432129, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.1314475536346436, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.106518268585205, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.085033893585205, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.0674397945404053, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.054180860519409, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.0457026958465576, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.0441722869873047, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.0500547885894775, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.059706926345825, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.0727391242980957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.0887622833251953, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.1073873043060303, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.1281914710998535, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.1507480144500732, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.174661874771118, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.3252501487731934, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.349513053894043, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.3722341060638428, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.392630100250244, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.409862756729126, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.4230597019195557, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.431372880935669, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.431413173675537, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.4251086711883545, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.4153575897216797, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.4024648666381836, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.386739492416382, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.3684935569763184, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.348039150238037, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.325671911239624, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.3017053604125977, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.2764785289764404, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.2503254413604736, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.142883539199829, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.116791009902954, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.0914950370788574, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.0672404766082764, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.0442631244659424, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.0227854251861572, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.003025770187378, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 1.9851970672607422, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 1.9695128202438354, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 1.955888032913208, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 1.944151520729065, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 1.9344356060028076, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 1.926952600479126, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 1.921919345855713, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 1.9226347208023071, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 1.933287262916565, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 1.9508129358291626, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 1.9745121002197266, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.0036816596984863, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.0376107692718506, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.0755774974823, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.1168458461761475, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.160667657852173, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.206282615661621, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.2997751235961914, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.3460700511932373, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.390994071960449, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.43373703956604, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.4734835624694824, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.50941801071167, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.5407087802886963, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.5665321350097656, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.586088180541992, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.598564386367798, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.6007626056671143, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.593127489089966, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.5806708335876465, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.5638206005096436, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.5430057048797607, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.5186572074890137, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.4911768436431885, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.4609766006469727, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.4284965991973877, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.394181489944458, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.358470916748047, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.2104508876800537, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.1743290424346924, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.1394236087799072, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.1058764457702637, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.0738608837127686, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.043850898742676, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.0163183212280273, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 1.9917325973510742, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 1.9705642461776733, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 1.953282117843628, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 1.9403564929962158, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 1.932260274887085, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 1.9291560649871826, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 1.9330416917800903, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 1.9400933980941772, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 1.9499688148498535, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 1.9623249769210815, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 1.9768180847167969, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 1.993104100227356, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.0108375549316406, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.029670238494873, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.089262008666992, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.150341272354126, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.169381856918335, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.1865427494049072, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.201066493988037, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.2121834754943848, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.2191193103790283, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.2211029529571533, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292712939_205770.json b/lenses/physics-objects/Scene/assets/1646688292712939_205770.json deleted file mode 100644 index e6869f46..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292712939_205770.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292712939:205770", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010025763913290575, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.00010025763913290575, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292713174_205777.json b/lenses/physics-objects/Scene/assets/1646688292713174_205777.json deleted file mode 100644 index c09aa313..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292713174_205777.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292713174:205777", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292714274_205790.json b/lenses/physics-objects/Scene/assets/1646688292714274_205790.json deleted file mode 100644 index 80553558..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292714274_205790.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292714274:205790", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.131311416625977, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 3.8425300121307373, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.3258180618286133, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.9442389011383057, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.194369077682495, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.553333044052124, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.079673767089844, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.8533413410186768, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.5689079761505127, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 3.7149927616119385, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.212386131286621, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.224780559539795, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.060485363006592, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.4298529624938965, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.7791528701782227, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.743774175643921, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.0341804027557373, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.397268533706665, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.175774574279785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.6736514568328857, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.548614263534546, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.6758415699005127, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.4377732276916504, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.1825881004333496, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9140936136245728, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.330390214920044, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.112431764602661, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.6574547290802, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.362633466720581, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.865964889526367, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.4606661796569824, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.1758923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.098220109939575, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.5277132987976074, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.1320550441741943, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 1.9777666330337524, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.7518796920776367, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.7425758838653564, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.703174114227295, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.6110661029815674, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.1626930236816406, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.7382216453552246, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.8351869583129883, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.308112382888794, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5791823863983154, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.710757255554199, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.227011203765869, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.3157901763916016, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.980287551879883, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.0556602478027344, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.592318534851074, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.146716356277466, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.3040707111358643, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.9505648612976074, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.369253635406494, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.6031737327575684, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.40362548828125, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.1882176399230957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.2485737800598145, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.1753923892974854, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.0925683975219727, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 2.919550895690918, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.5348007678985596, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.5987513065338135, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.2223360538482666, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 3.8052475452423096, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.208189010620117, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.201737880706787, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 3.844181537628174, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 3.6763839721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.3838882446289063, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.0647926330566406, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.241211414337158, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.16917085647583, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.3038785457611084, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 3.904448986053467, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.110470294952393, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 3.7451653480529785, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.5460784435272217, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.130045175552368, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.8082008361816406, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.9388866424560547, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.0142176151275635, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.2146668434143066, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.416074752807617, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.611513376235962, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 3.9717938899993896, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.08469295501709, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.7855331897735596, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.2499887943267822, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.733948230743408, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.639939308166504, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.022679328918457, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.373033046722412, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.680539131164551, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.8989129066467285, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292714524_205797.json b/lenses/physics-objects/Scene/assets/1646688292714524_205797.json deleted file mode 100644 index 4de9077c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292714524_205797.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292714524:205797", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010153929179068655, - 0.0, - 1.0 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - 0.0001015226443996653, - 0.0, - 1.0 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - 0.49592307209968567, - 0.0, - 0.8683664798736572 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - 0.4646342694759369, - 0.0, - 0.8855026960372925 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - 1.3943045473752136e-07, - 0.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.00010120639490196481, - 0.0, - 1.0 - ] - ], - [ - 1.5, - [ - 0.0, - 0.20401255786418915, - 0.0, - 0.9789682626724243 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.00010153929179068655, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292714766_205804.json b/lenses/physics-objects/Scene/assets/1646688292714766_205804.json deleted file mode 100644 index 74797c64..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292714766_205804.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292714766:205804", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292715834_205817.json b/lenses/physics-objects/Scene/assets/1646688292715834_205817.json deleted file mode 100644 index 6be0d8f5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292715834_205817.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292715834:205817", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.415693521499634, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.413729429244995, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.4080464839935303, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.3989670276641846, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.3868179321289063, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.3719327449798584, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.354647159576416, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.335298538208008, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.3142223358154297, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.2917542457580566, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.268223762512207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 2.16983962059021, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.1456797122955322, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.122253656387329, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.0998122692108154, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 2.0785961151123047, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 2.0588314533233643, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.0407326221466064, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.024506092071533, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.010354995727539, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.998484492301941, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.9888306856155396, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9813225269317627, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.9761625528335571, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.9768458604812622, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.985900640487671, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 2.003157377243042, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.027846336364746, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.059201717376709, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.096453905105591, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.138939142227173, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.185981035232544, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.23677659034729, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.2905051708221436, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.346329927444458, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.517770528793335, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.5732955932617188, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.626508951187134, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.676508903503418, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.7223870754241943, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.763231039047241, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.798124074935913, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.82614803314209, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.846383571624756, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.857910394668579, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.8595566749572754, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8519556522369385, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.8393123149871826, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.822059392929077, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.800632953643799, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.775440216064453, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.746896982192993, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.7154579162597656, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.681580066680908, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.645721435546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.608447313308716, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.493544578552246, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.455812692642212, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.4191629886627197, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.3840720653533936, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.3510162830352783, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.3206067085266113, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.293464422225952, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.270073175430298, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.250917673110962, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.2364821434020996, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.2272515296936035, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.225585460662842, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.231989860534668, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.2424986362457275, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.2566874027252197, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.274132490158081, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.294410467147827, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.317060947418213, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.3416192531585693, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.3676559925079346, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.5316081047058105, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.5580241680145264, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.582761526107788, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.6049675941467285, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.623729705810547, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.6380975246429443, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.647148609161377, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.6471924781799316, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.6403284072875977, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.629711866378784, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.6156749725341797, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.5985543727874756, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.578688859939575, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.5564193725585938, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.532067060470581, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.5059735774993896, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.4785079956054688, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.4500346183776855, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.333056926727295, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.3046488761901855, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.2771079540252686, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.250701665878296, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.22568416595459, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.202300548553467, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.1807870864868164, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 2.1613762378692627, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 2.1443002223968506, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 2.1294660568237305, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 2.1166880130767822, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 2.106110095977783, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 2.0979628562927246, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 2.092482805252075, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 2.09326171875, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 2.1048595905303955, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 2.123941421508789, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 2.14974308013916, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.1815013885498047, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.2184417247772217, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.259777545928955, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.304708242416382, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.352419376373291, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.4020822048187256, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.5038719177246094, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.5542755126953125, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.6031863689422607, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.64972186088562, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.692995548248291, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.7321200370788574, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.7661869525909424, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.7943027019500732, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.815594434738159, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.8291778564453125, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.831571102142334, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.823258399963379, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.8096961975097656, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.7913506031036377, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.768688440322876, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.7421789169311523, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.7122607231140137, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.67937970161438, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.6440179347991943, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.606656551361084, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.567776918411255, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.406620502471924, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.367292881011963, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.3292899131774902, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.2927653789520264, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.257908821105957, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.2252354621887207, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.1952593326568604, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 2.1684916019439697, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 2.1454453468322754, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 2.1266281604766846, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 2.112556219100952, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 2.1037416458129883, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 2.1003618240356445, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 2.1045923233032227, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 2.112269878387451, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 2.1230216026306152, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 2.136474370956421, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 2.1522536277770996, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 2.169985055923462, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.1892921924591064, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.20979642868042, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.274677276611328, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.3411765098571777, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.3619067668914795, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.3805906772613525, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.3964033126831055, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.4085068702697754, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.416058301925659, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.418217897415161, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292716085_205824.json b/lenses/physics-objects/Scene/assets/1646688292716085_205824.json deleted file mode 100644 index 55ee5817..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292716085_205824.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292716085:205824", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292716291_205831.json b/lenses/physics-objects/Scene/assets/1646688292716291_205831.json deleted file mode 100644 index c327d2fc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292716291_205831.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292716291:205831", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292717391_205844.json b/lenses/physics-objects/Scene/assets/1646688292717391_205844.json deleted file mode 100644 index d10df298..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292717391_205844.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292717391:205844", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.497951030731201, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.1835408210754395, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.6209726333618164, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 3.2055296897888184, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.477857828140259, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.8686788082122803, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.441730499267578, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.195311546325684, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.8856358528137207, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.044685363769531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.586220741271973, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.599714756011963, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.420840740203857, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.7342402935028076, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.025792121887207, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.987274408340454, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.303453207015991, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.6987640857696533, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4576127529144287, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.91092848777771, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.774794816970825, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.913313150405884, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.6541171073913574, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3762850761413574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.0839626789093018, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.5372042655944824, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.3886489868164063, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.9820408821105957, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.661055564880371, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 3.120310068130493, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.679041624069214, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.368994951248169, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.2844297885894775, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.7520389556884766, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.3212673664093018, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1532864570617676, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.9960992336273193, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.9859697818756104, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.943071126937866, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.8427889347076416, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3546249866485596, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.8924826383590698, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.9980533123016357, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.512949228286743, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.8080756664276123, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.9513275623321533, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.513396978378296, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6100547313690186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2447776794433594, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.3268394470214844, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8223776817321777, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.3372297286987305, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5085487365722656, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.2124171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.668262243270874, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.922942638397217, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.7056851387023926, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.471160650253296, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.5368731021881104, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4571971893310547, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.36702299118042, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.1786508560180664, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.7597553730010986, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.829381227493286, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.5083069801330566, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.142950057983398, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.581650733947754, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.57462739944458, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.185338497161865, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.002650737762451, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.6841964721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.336782217025757, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.528857469558716, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.4504237174987793, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.597085952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.250955581665039, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.475260257720947, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.077535629272461, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.8607804775238037, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.4078257083892822, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 3.0574188232421875, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 3.1997015476226807, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.2817187309265137, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.499957799911499, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.7192392349243164, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.9320223331451416, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 4.324276447296143, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.447195053100586, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.121485710144043, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.5384132862091064, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.976576566696167, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.8742246627807617, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.290931463241577, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.672377824783325, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.007174968719482, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.24492883682251, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292717624_205851.json b/lenses/physics-objects/Scene/assets/1646688292717624_205851.json deleted file mode 100644 index 4c57611e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292717624_205851.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292717624:205851", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292717848_205858.json b/lenses/physics-objects/Scene/assets/1646688292717848_205858.json deleted file mode 100644 index 849682a2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292717848_205858.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292717848:205858", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292718980_205871.json b/lenses/physics-objects/Scene/assets/1646688292718980_205871.json deleted file mode 100644 index 9a5793a5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292718980_205871.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292718980:205871", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.415693521499634, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.413729429244995, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.4080464839935303, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.3989670276641846, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.3868179321289063, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.3719327449798584, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.354647159576416, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.335298538208008, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.3142223358154297, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.2917542457580566, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.268223762512207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 2.16983962059021, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.1456797122955322, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.122253656387329, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.0998122692108154, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 2.0785961151123047, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 2.0588314533233643, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.0407326221466064, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.024506092071533, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.010354995727539, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.998484492301941, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.9888306856155396, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9813225269317627, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.9761625528335571, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.9768458604812622, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.985900640487671, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 2.003157377243042, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.027846336364746, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.059201717376709, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.096453905105591, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.138939142227173, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.185981035232544, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.23677659034729, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.2905051708221436, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.346329927444458, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.517770528793335, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.5732955932617188, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.626508951187134, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.676508903503418, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.7223870754241943, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.763231039047241, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.798124074935913, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.82614803314209, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.846383571624756, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.857910394668579, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.8595566749572754, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8519556522369385, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.8393123149871826, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.822059392929077, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.800632953643799, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.775440216064453, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.746896982192993, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.7154579162597656, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.681580066680908, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.645721435546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.608447313308716, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.493544578552246, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.455812692642212, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.4191629886627197, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.3840720653533936, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.3510162830352783, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.3206067085266113, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.293464422225952, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.270073175430298, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.250917673110962, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.2364821434020996, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.2272515296936035, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.225585460662842, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.231989860534668, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.2424986362457275, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.2566874027252197, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.274132490158081, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.294410467147827, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.317060947418213, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.3416192531585693, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.3676559925079346, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.5316081047058105, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.5580241680145264, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.582761526107788, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.6049675941467285, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.623729705810547, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.6380975246429443, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.647148609161377, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.6471924781799316, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.6403284072875977, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.629711866378784, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.6156749725341797, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.5985543727874756, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.578688859939575, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.5564193725585938, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.532067060470581, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.5059735774993896, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.4785079956054688, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.4500346183776855, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.333056926727295, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.3046488761901855, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.2771079540252686, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.250701665878296, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.22568416595459, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.202300548553467, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.1807870864868164, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 2.1613762378692627, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 2.1443002223968506, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 2.1294660568237305, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 2.1166880130767822, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 2.106110095977783, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 2.0979628562927246, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 2.092482805252075, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 2.09326171875, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 2.1048595905303955, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 2.123941421508789, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 2.14974308013916, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.1815013885498047, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.2184417247772217, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.259777545928955, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.304708242416382, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.352419376373291, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.4020822048187256, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.5038719177246094, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.5542755126953125, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.6031863689422607, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.64972186088562, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.692995548248291, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.7321200370788574, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.7661869525909424, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.7943027019500732, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.815594434738159, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.8291778564453125, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.831571102142334, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.823258399963379, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.8096961975097656, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.7913506031036377, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.768688440322876, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.7421789169311523, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.7122607231140137, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.67937970161438, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.6440179347991943, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.606656551361084, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.567776918411255, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.406620502471924, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.367292881011963, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.3292899131774902, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.2927653789520264, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.257908821105957, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.2252354621887207, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.1952593326568604, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 2.1684916019439697, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 2.1454453468322754, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 2.1266281604766846, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 2.112556219100952, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 2.1037416458129883, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 2.1003618240356445, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 2.1045923233032227, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 2.112269878387451, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 2.1230216026306152, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 2.136474370956421, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 2.1522536277770996, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 2.169985055923462, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.1892921924591064, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.20979642868042, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.274677276611328, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.3411765098571777, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.3619067668914795, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.3805906772613525, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.3964033126831055, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.4085068702697754, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.416058301925659, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.418217897415161, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292719233_205878.json b/lenses/physics-objects/Scene/assets/1646688292719233_205878.json deleted file mode 100644 index 1458b897..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292719233_205878.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292719233:205878", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.06430744379758835, - -0.6368538737297058, - 0.1813475787639618, - 0.7465887665748596 - ] - ], - [ - 0.06666667014360428, - [ - 0.06435737758874893, - -0.6367186903953552, - 0.18138201534748077, - 0.7466914057731628 - ] - ], - [ - 0.10000000149011612, - [ - 0.06450017541646957, - -0.6363255381584167, - 0.18147973716259003, - 0.7469903826713562 - ] - ], - [ - 0.13333334028720856, - [ - 0.06472528725862503, - -0.6356928944587708, - 0.1816333681344986, - 0.7474721074104309 - ] - ], - [ - 0.1666666716337204, - [ - 0.06502361595630646, - -0.6348325610160828, - 0.18183572590351105, - 0.7481279373168945 - ] - ], - [ - 0.20000000298023224, - [ - 0.06538620591163635, - -0.6337559223175049, - 0.18208032846450806, - 0.7489491701126099 - ] - ], - [ - 0.23333333432674408, - [ - 0.06580475717782974, - -0.6324720978736877, - 0.1823609322309494, - 0.7499288320541382 - ] - ], - [ - 0.2666666805744171, - [ - 0.06627101451158524, - -0.6309903264045715, - 0.18267139792442322, - 0.7510595917701721 - ] - ], - [ - 0.30000001192092896, - [ - 0.06677704304456711, - -0.6293188333511353, - 0.18300534784793854, - 0.7523348331451416 - ] - ], - [ - 0.3333333432674408, - [ - 0.06731414794921875, - -0.6274705529212952, - 0.18335671722888947, - 0.7537438273429871 - ] - ], - [ - 0.36666667461395264, - [ - 0.06787364929914474, - -0.6254592537879944, - 0.18371888995170593, - 0.7552756071090698 - ] - ], - [ - 0.4000000059604645, - [ - 0.06844621151685715, - -0.6233029365539551, - 0.18408510088920593, - 0.7569156289100647 - ] - ], - [ - 0.4333333373069763, - [ - 0.06902183592319489, - -0.6210240125656128, - 0.18444813787937164, - 0.7586461901664734 - ] - ], - [ - 0.46666666865348816, - [ - 0.06958968192338943, - -0.6186503767967224, - 0.18480037152767181, - 0.760445773601532 - ] - ], - [ - 0.5, - [ - 0.070138119161129, - -0.6162152290344238, - 0.18513351678848267, - 0.7622893452644348 - ] - ], - [ - 0.5333333611488342, - [ - 0.0706542506814003, - -0.6137591600418091, - 0.18543890118598938, - 0.764146625995636 - ] - ], - [ - 0.5666666626930237, - [ - 0.07112415879964828, - -0.6113289594650269, - 0.18570703268051147, - 0.7659839391708374 - ] - ], - [ - 0.6000000238418579, - [ - 0.0715327262878418, - -0.6089773178100586, - 0.18592756986618042, - 0.7677633762359619 - ] - ], - [ - 0.6333333253860474, - [ - 0.07186339795589447, - -0.6067647933959961, - 0.18608956038951874, - 0.7694432139396667 - ] - ], - [ - 0.6666666865348816, - [ - 0.07209807634353638, - -0.6047572493553162, - 0.1861809641122818, - 0.7709780335426331 - ] - ], - [ - 0.699999988079071, - [ - 0.07221724092960358, - -0.6030253767967224, - 0.18618863821029663, - 0.772320568561554 - ] - ], - [ - 0.7333333492279053, - [ - 0.07219944894313812, - -0.6016436815261841, - 0.186098113656044, - 0.7734207510948181 - ] - ], - [ - 0.7666666507720947, - [ - 0.07202138751745224, - -0.6006894707679749, - 0.1858937293291092, - 0.7742277383804321 - ] - ], - [ - 0.800000011920929, - [ - 0.07165771722793579, - -0.6002394556999207, - 0.1855580359697342, - 0.7746908664703369 - ] - ], - [ - 0.8333333134651184, - [ - 0.07109753787517548, - -0.600209653377533, - 0.1850803792476654, - 0.7748798727989197 - ] - ], - [ - 0.8666666746139526, - [ - 0.07033957540988922, - -0.6004699468612671, - 0.18445630371570587, - 0.7748961448669434 - ] - ], - [ - 0.8999999761581421, - [ - 0.06937086582183838, - -0.6010274291038513, - 0.1836766004562378, - 0.7747364640235901 - ] - ], - [ - 0.9333333373069763, - [ - 0.06817887723445892, - -0.6018846035003662, - 0.18273164331912994, - 0.7744002342224121 - ] - ], - [ - 0.9666666388511658, - [ - 0.06675136834383011, - -0.6030425429344177, - 0.18161241710186005, - 0.7738868594169617 - ] - ], - [ - 1.0, - [ - 0.06507748365402222, - -0.604496955871582, - 0.1803101748228073, - 0.7731989026069641 - ] - ], - [ - 1.0333333015441895, - [ - 0.06300422549247742, - -0.6064295172691345, - 0.17871370911598206, - 0.77222740650177 - ] - ], - [ - 1.0666667222976685, - [ - 0.06042100116610527, - -0.6089510321617126, - 0.1767411231994629, - 0.7709023952484131 - ] - ], - [ - 1.100000023841858, - [ - 0.05738828703761101, - -0.6119451522827148, - 0.17443394660949707, - 0.7692869901657104 - ] - ], - [ - 1.1333333253860474, - [ - 0.05397286266088486, - -0.6152932047843933, - 0.1718384176492691, - 0.7674456238746643 - ] - ], - [ - 1.1666666269302368, - [ - 0.050243962556123734, - -0.6188811659812927, - 0.16900303959846497, - 0.765440821647644 - ] - ], - [ - 1.2000000476837158, - [ - 0.04627752676606178, - -0.6226147413253784, - 0.16598285734653473, - 0.7633211612701416 - ] - ], - [ - 1.2333333492279053, - [ - 0.04214733839035034, - -0.6264051198959351, - 0.16283170878887177, - 0.7611347436904907 - ] - ], - [ - 1.2666666507720947, - [ - 0.03791572153568268, - -0.6301643252372742, - 0.15959469974040985, - 0.7589366436004639 - ] - ], - [ - 1.2999999523162842, - [ - 0.03363916650414467, - -0.6338192224502563, - 0.15631332993507385, - 0.7567747235298157 - ] - ], - [ - 1.3333333730697632, - [ - 0.029367707669734955, - -0.6373109817504883, - 0.1530248373746872, - 0.7546892762184143 - ] - ], - [ - 1.3666666746139526, - [ - 0.02514469064772129, - -0.6405949592590332, - 0.1497621238231659, - 0.7527132034301758 - ] - ], - [ - 1.399999976158142, - [ - 0.021007370203733444, - -0.64363694190979, - 0.1465536504983902, - 0.7508744597434998 - ] - ], - [ - 1.4333332777023315, - [ - 0.01698671095073223, - -0.6464153528213501, - 0.14342395961284637, - 0.7491917014122009 - ] - ], - [ - 1.4666666984558105, - [ - 0.012807666324079037, - -0.6488928198814392, - 0.1401491016149521, - 0.7477515935897827 - ] - ], - [ - 1.5, - [ - 0.008240921422839165, - -0.651043713092804, - 0.13654199242591858, - 0.7466126680374146 - ] - ], - [ - 1.5333333015441895, - [ - 0.0033785414416342974, - -0.6528749465942383, - 0.13267695903778076, - 0.7457477450370789 - ] - ], - [ - 1.5666667222976685, - [ - -0.0016914776060730219, - -0.6543965935707092, - 0.12862525880336761, - 0.7451293468475342 - ] - ], - [ - 1.600000023841858, - [ - -0.006884345319122076, - -0.6556234955787659, - 0.12445615977048874, - 0.7447289228439331 - ] - ], - [ - 1.6333333253860474, - [ - -0.01211730856448412, - -0.6565700769424438, - 0.120237335562706, - 0.7445212602615356 - ] - ], - [ - 1.6666666269302368, - [ - -0.01730877347290516, - -0.6572524905204773, - 0.11603603512048721, - 0.7444831728935242 - ] - ], - [ - 1.7000000476837158, - [ - -0.02237723395228386, - -0.6576854586601257, - 0.11191964149475098, - 0.744596004486084 - ] - ], - [ - 1.7333333492279053, - [ - -0.0272400863468647, - -0.6578807830810547, - 0.10795651376247406, - 0.7448464632034302 - ] - ], - [ - 1.7666666507720947, - [ - -0.03185611590743065, - -0.6578817367553711, - 0.10418307781219482, - 0.7451997995376587 - ] - ], - [ - 1.7999999523162842, - [ - -0.036200184375047684, - -0.6577391028404236, - 0.10062296688556671, - 0.7456163763999939 - ] - ], - [ - 1.8333333730697632, - [ - -0.04021130129694939, - -0.6574714779853821, - 0.09732762724161148, - 0.7460842132568359 - ] - ], - [ - 1.8666666746139526, - [ - -0.04382670298218727, - -0.6570932865142822, - 0.0943499282002449, - 0.746596097946167 - ] - ], - [ - 1.899999976158142, - [ - -0.04698236659169197, - -0.656614363193512, - 0.09174362570047379, - 0.7471502423286438 - ] - ], - [ - 1.9333332777023315, - [ - -0.049612946808338165, - -0.6560410857200623, - 0.08956339955329895, - 0.747748076915741 - ] - ], - [ - 1.9666666984558105, - [ - -0.0516604483127594, - -0.6553837060928345, - 0.08785790950059891, - 0.74838787317276 - ] - ], - [ - 2.0, - [ - -0.0530712753534317, - -0.6546552181243896, - 0.0866720974445343, - 0.7490648031234741 - ] - ], - [ - 2.0333333015441895, - [ - -0.053785290569067, - -0.6538637280464172, - 0.08605577796697617, - 0.7497758269309998 - ] - ], - [ - 2.066666603088379, - [ - -0.05374159291386604, - -0.6530154943466187, - 0.0860590860247612, - 0.7505176067352295 - ] - ], - [ - 2.0999999046325684, - [ - -0.05287858098745346, - -0.6521148085594177, - 0.08673209697008133, - 0.7512840032577515 - ] - ], - [ - 2.133333444595337, - [ - -0.051532626152038574, - -0.6511667966842651, - 0.08779820054769516, - 0.7520755529403687 - ] - ], - [ - 2.1666667461395264, - [ - -0.05008605122566223, - -0.650180995464325, - 0.08894376456737518, - 0.7528913021087646 - ] - ], - [ - 2.200000047683716, - [ - -0.048546202480793, - -0.6491639018058777, - 0.09016276895999908, - 0.753724217414856 - ] - ], - [ - 2.2333333492279053, - [ - -0.04692170023918152, - -0.6481241583824158, - 0.09144836664199829, - 0.754566490650177 - ] - ], - [ - 2.2666666507720947, - [ - -0.04522238299250603, - -0.6470698118209839, - 0.09279268980026245, - 0.7554105520248413 - ] - ], - [ - 2.299999952316284, - [ - -0.043459657579660416, - -0.6460106372833252, - 0.09418676793575287, - 0.7562475800514221 - ] - ], - [ - 2.3333332538604736, - [ - -0.04164646938443184, - -0.6449571847915649, - 0.09562046825885773, - 0.757068395614624 - ] - ], - [ - 2.366666555404663, - [ - -0.03979739174246788, - -0.6439222097396851, - 0.09708254784345627, - 0.757862389087677 - ] - ], - [ - 2.4000000953674316, - [ - -0.03791716322302818, - -0.642922580242157, - 0.09857002645730972, - 0.7586150765419006 - ] - ], - [ - 2.433333396911621, - [ - -0.036011457443237305, - -0.64198237657547, - 0.10007959604263306, - 0.7593061923980713 - ] - ], - [ - 2.4666666984558105, - [ - -0.03409743309020996, - -0.6411221027374268, - 0.10159845650196075, - 0.7599194645881653 - ] - ], - [ - 2.5, - [ - -0.032192911952733994, - -0.6403646469116211, - 0.10311352461576462, - 0.7604370713233948 - ] - ], - [ - 2.5333333015441895, - [ - -0.0303155817091465, - -0.6397335529327393, - 0.10461186617612839, - 0.7608405351638794 - ] - ], - [ - 2.566666603088379, - [ - -0.028482260182499886, - -0.639252245426178, - 0.10608144104480743, - 0.7611123919487 - ] - ], - [ - 2.5999999046325684, - [ - -0.026708155870437622, - -0.6389426589012146, - 0.10751134157180786, - 0.7612360119819641 - ] - ], - [ - 2.633333444595337, - [ - -0.024979230016469955, - -0.6388071179389954, - 0.10891333222389221, - 0.7612093091011047 - ] - ], - [ - 2.6666667461395264, - [ - -0.02325776033103466, - -0.638830304145813, - 0.11031720042228699, - 0.761042058467865 - ] - ], - [ - 2.700000047683716, - [ - -0.021520623937249184, - -0.6390054821968079, - 0.11174135655164719, - 0.7607383131980896 - ] - ], - [ - 2.7333333492279053, - [ - -0.01974412426352501, - -0.639324963092804, - 0.11320456862449646, - 0.7603015899658203 - ] - ], - [ - 2.7666666507720947, - [ - -0.01790444739162922, - -0.6397802233695984, - 0.11472562700510025, - 0.7597359418869019 - ] - ], - [ - 2.799999952316284, - [ - -0.015978120267391205, - -0.6403614282608032, - 0.11632294207811356, - 0.759046196937561 - ] - ], - [ - 2.8333332538604736, - [ - -0.013719309121370316, - -0.6410925984382629, - 0.1181962862610817, - 0.7581831812858582 - ] - ], - [ - 2.866666555404663, - [ - -0.01094262395054102, - -0.6419875621795654, - 0.1204959824681282, - 0.7571083307266235 - ] - ], - [ - 2.9000000953674316, - [ - -0.007716465275734663, - -0.6430220007896423, - 0.12316514551639557, - 0.7558396458625793 - ] - ], - [ - 2.933333396911621, - [ - -0.004116356372833252, - -0.6441733241081238, - 0.12614114582538605, - 0.7543952465057373 - ] - ], - [ - 2.9666666984558105, - [ - -0.00021628578542731702, - -0.6454205513000488, - 0.12936244904994965, - 0.7527931928634644 - ] - ], - [ - 3.0, - [ - 0.003915790934115648, - -0.6467465758323669, - 0.13277284801006317, - 0.7510492205619812 - ] - ], - [ - 3.0333333015441895, - [ - 0.00821154098957777, - -0.6481362581253052, - 0.1363159865140915, - 0.749179482460022 - ] - ], - [ - 3.066666603088379, - [ - 0.012572257779538631, - -0.6497455835342407, - 0.13991570472717285, - 0.7470583319664001 - ] - ], - [ - 3.0999999046325684, - [ - 0.016915248706936836, - -0.6516374945640564, - 0.14350605010986328, - 0.7446398138999939 - ] - ], - [ - 3.133333444595337, - [ - 0.021196464076638222, - -0.6536689400672913, - 0.14704671502113342, - 0.7420545220375061 - ] - ], - [ - 3.1666667461395264, - [ - 0.025373492389917374, - -0.6557118892669678, - 0.1504993885755539, - 0.7394241094589233 - ] - ], - [ - 3.200000047683716, - [ - 0.0294069554656744, - -0.657652735710144, - 0.1538289487361908, - 0.7368614673614502 - ] - ], - [ - 3.2333333492279053, - [ - 0.033256251364946365, - -0.6593908667564392, - 0.15699975192546844, - 0.73447185754776 - ] - ], - [ - 3.2666666507720947, - [ - 0.03688100725412369, - -0.6608357429504395, - 0.15997669100761414, - 0.7323547005653381 - ] - ], - [ - 3.299999952316284, - [ - 0.04024568572640419, - -0.661899209022522, - 0.1627286970615387, - 0.7306087017059326 - ] - ], - [ - 3.3333332538604736, - [ - 0.0433155782520771, - -0.6624917984008789, - 0.16522541642189026, - 0.7293345928192139 - ] - ], - [ - 3.366666555404663, - [ - 0.045989684760570526, - -0.6626752018928528, - 0.16738742589950562, - 0.7285107970237732 - ] - ], - [ - 3.4000000953674316, - [ - 0.04839291051030159, - -0.6626036763191223, - 0.16932040452957153, - 0.7279732823371887 - ] - ], - [ - 3.433333396911621, - [ - 0.050754908472299576, - -0.6623063683509827, - 0.1712108999490738, - 0.7276407480239868 - ] - ], - [ - 3.4666666984558105, - [ - 0.05307237058877945, - -0.6617920994758606, - 0.17305652797222137, - 0.727506697177887 - ] - ], - [ - 3.5, - [ - 0.055342141538858414, - -0.661067545413971, - 0.17485496401786804, - 0.7275663018226624 - ] - ], - [ - 3.5333333015441895, - [ - 0.057561032474040985, - -0.6601384282112122, - 0.17660397291183472, - 0.7278152108192444 - ] - ], - [ - 3.566666603088379, - [ - 0.059725839644670486, - -0.6590096354484558, - 0.17830118536949158, - 0.7282498478889465 - ] - ], - [ - 3.5999999046325684, - [ - 0.06183157116174698, - -0.6576871871948242, - 0.17994287610054016, - 0.7288656234741211 - ] - ], - [ - 3.633333444595337, - [ - 0.06387485563755035, - -0.6561770439147949, - 0.1815265417098999, - 0.7296572923660278 - ] - ], - [ - 3.6666667461395264, - [ - 0.06585463136434555, - -0.6544864773750305, - 0.18305152654647827, - 0.7306180596351624 - ] - ], - [ - 3.700000047683716, - [ - 0.06776908040046692, - -0.6526271104812622, - 0.1845170110464096, - 0.7317367792129517 - ] - ], - [ - 3.7333333492279053, - [ - 0.06961607933044434, - -0.6506142616271973, - 0.18592187762260437, - 0.7329991459846497 - ] - ], - [ - 3.7666666507720947, - [ - 0.0713929831981659, - -0.6484681367874146, - 0.18726471066474915, - 0.7343868613243103 - ] - ], - [ - 3.799999952316284, - [ - 0.07309666275978088, - -0.6462151408195496, - 0.18854394555091858, - 0.7358763813972473 - ] - ], - [ - 3.8333332538604736, - [ - 0.07472354918718338, - -0.6438872218132019, - 0.18975773453712463, - 0.7374399304389954 - ] - ], - [ - 3.866666555404663, - [ - 0.07626605033874512, - -0.641523003578186, - 0.19090129435062408, - 0.7390456199645996 - ] - ], - [ - 3.9000000953674316, - [ - 0.07771537452936172, - -0.6391658186912537, - 0.19196893274784088, - 0.740658700466156 - ] - ], - [ - 3.933333396911621, - [ - 0.07906553149223328, - -0.6368657946586609, - 0.19295760989189148, - 0.742238461971283 - ] - ], - [ - 3.9666666984558105, - [ - 0.08031044155359268, - -0.6346783638000488, - 0.19386416673660278, - 0.7437407374382019 - ] - ], - [ - 4.0, - [ - 0.08144363760948181, - -0.6326646208763123, - 0.19468553364276886, - 0.7451174259185791 - ] - ], - [ - 4.0333333015441895, - [ - 0.08245820552110672, - -0.6308907270431519, - 0.19541853666305542, - 0.7463170289993286 - ] - ], - [ - 4.066666603088379, - [ - 0.08334670960903168, - -0.6294254660606384, - 0.19605962932109833, - 0.7472867965698242 - ] - ], - [ - 4.099999904632568, - [ - 0.08410096168518066, - -0.6283395290374756, - 0.19660474359989166, - 0.7479726076126099 - ] - ], - [ - 4.133333206176758, - [ - 0.08471199870109558, - -0.6275649070739746, - 0.1970454305410385, - 0.7484378814697266 - ] - ], - [ - 4.166666507720947, - [ - 0.08466986566781998, - -0.6270943284034729, - 0.19697099924087524, - 0.7488566637039185 - ] - ], - [ - 4.199999809265137, - [ - 0.08352167904376984, - -0.6270260810852051, - 0.19601985812187195, - 0.7492921352386475 - ] - ], - [ - 4.233333110809326, - [ - 0.08134603500366211, - -0.627347469329834, - 0.19425632059574127, - 0.7497215867042542 - ] - ], - [ - 4.266666889190674, - [ - 0.07822107523679733, - -0.6280397176742554, - 0.1917438507080078, - 0.7501212358474731 - ] - ], - [ - 4.300000190734863, - [ - 0.07422526180744171, - -0.6290807127952576, - 0.188546285033226, - 0.750465452671051 - ] - ], - [ - 4.333333492279053, - [ - 0.06931443512439728, - -0.6306037306785583, - 0.18463781476020813, - 0.750628650188446 - ] - ], - [ - 4.366666793823242, - [ - 0.06348157674074173, - -0.6326857805252075, - 0.1800183653831482, - 0.7505146265029907 - ] - ], - [ - 4.400000095367432, - [ - 0.05686748027801514, - -0.6352109909057617, - 0.17479446530342102, - 0.7501466274261475 - ] - ], - [ - 4.433333396911621, - [ - 0.04961911216378212, - -0.6380601525306702, - 0.16907677054405212, - 0.749553382396698 - ] - ], - [ - 4.4666666984558105, - [ - 0.0418865829706192, - -0.641118049621582, - 0.16297844052314758, - 0.7487664222717285 - ] - ], - [ - 4.5, - [ - 0.03382016718387604, - -0.6442780494689941, - 0.1566130667924881, - 0.747819721698761 - ] - ], - [ - 4.5333333015441895, - [ - 0.025568243116140366, - -0.6474459171295166, - 0.1500936597585678, - 0.7467475533485413 - ] - ], - [ - 4.566666603088379, - [ - 0.017275582998991013, - -0.650540292263031, - 0.14353127777576447, - 0.7455854415893555 - ] - ], - [ - 4.599999904632568, - [ - 0.009081902913749218, - -0.653495192527771, - 0.13703441619873047, - 0.7443675994873047 - ] - ], - [ - 4.633333206176758, - [ - 0.001121261389926076, - -0.6562589406967163, - 0.13070853054523468, - 0.7431273460388184 - ] - ], - [ - 4.666666507720947, - [ - -0.006478018127381802, - -0.658789873123169, - 0.12465549260377884, - 0.7418995499610901 - ] - ], - [ - 4.699999809265137, - [ - -0.013593737035989761, - -0.661060631275177, - 0.11897418648004532, - 0.7407153248786926 - ] - ], - [ - 4.733333110809326, - [ - -0.02010880410671234, - -0.6630503535270691, - 0.11376021802425385, - 0.7396069765090942 - ] - ], - [ - 4.766666889190674, - [ - -0.025911029428243637, - -0.6647460460662842, - 0.10910643637180328, - 0.7386047840118408 - ] - ], - [ - 4.800000190734863, - [ - -0.030891627073287964, - -0.6661392450332642, - 0.10510373115539551, - 0.7377380132675171 - ] - ], - [ - 4.833333492279053, - [ - -0.03494508937001228, - -0.667224109172821, - 0.10184083133935928, - 0.7370340824127197 - ] - ], - [ - 4.866666793823242, - [ - -0.037967681884765625, - -0.6679959893226624, - 0.0994052141904831, - 0.7365177869796753 - ] - ], - [ - 4.900000095367432, - [ - -0.039858128875494, - -0.6684486865997314, - 0.09788212925195694, - 0.7362111210823059 - ] - ], - [ - 4.933333396911621, - [ - -0.041055094450712204, - -0.6685379147529602, - 0.09691359847784042, - 0.7361924648284912 - ] - ], - [ - 4.9666666984558105, - [ - -0.042047664523124695, - -0.6682342886924744, - 0.09609948098659515, - 0.7365188002586365 - ] - ], - [ - 5.0, - [ - -0.04281013086438179, - -0.6675502061843872, - 0.09546120464801788, - 0.737177848815918 - ] - ], - [ - 5.0333333015441895, - [ - -0.043314993381500244, - -0.6664952635765076, - 0.095021553337574, - 0.7381590604782104 - ] - ], - [ - 5.066666603088379, - [ - -0.0435735248029232, - -0.6651152968406677, - 0.0947728157043457, - 0.7394195199012756 - ] - ], - [ - 5.099999904632568, - [ - -0.04361402615904808, - -0.6634688377380371, - 0.0946936309337616, - 0.7409048676490784 - ] - ], - [ - 5.133333206176758, - [ - -0.043431803584098816, - -0.6615806818008423, - 0.09478842467069626, - 0.7425899505615234 - ] - ], - [ - 5.166666507720947, - [ - -0.04302119091153145, - -0.6594744920730591, - 0.09506228566169739, - 0.7444499731063843 - ] - ], - [ - 5.199999809265137, - [ - -0.04237579554319382, - -0.6571710705757141, - 0.0955207422375679, - 0.7464625239372253 - ] - ], - [ - 5.233333110809326, - [ - -0.04148875176906586, - -0.6546898484230042, - 0.09616964310407639, - 0.7486062049865723 - ] - ], - [ - 5.266666889190674, - [ - -0.040360935032367706, - -0.6520575284957886, - 0.09700866043567657, - 0.7508537173271179 - ] - ], - [ - 5.300000190734863, - [ - -0.03899814933538437, - -0.6493071913719177, - 0.09803356230258942, - 0.7531724572181702 - ] - ], - [ - 5.333333492279053, - [ - -0.03740088641643524, - -0.6464688777923584, - 0.09924447536468506, - 0.7555327415466309 - ] - ], - [ - 5.366666793823242, - [ - -0.03556995838880539, - -0.643572986125946, - 0.10064123570919037, - 0.7579049468040466 - ] - ], - [ - 5.400000095367432, - [ - -0.03350677713751793, - -0.6406520009040833, - 0.10222335159778595, - 0.7602583169937134 - ] - ], - [ - 5.433333396911621, - [ - -0.031213440001010895, - -0.6377390623092651, - 0.10398973524570465, - 0.7625619769096375 - ] - ], - [ - 5.4666666984558105, - [ - -0.028693005442619324, - -0.6348704695701599, - 0.10593876987695694, - 0.7647830843925476 - ] - ], - [ - 5.5, - [ - -0.025949466973543167, - -0.6320849657058716, - 0.10806818306446075, - 0.7668875455856323 - ] - ], - [ - 5.5333333015441895, - [ - -0.02298816666007042, - -0.6294242143630981, - 0.11037479341030121, - 0.7688394784927368 - ] - ], - [ - 5.566666603088379, - [ - -0.019815847277641296, - -0.6269332766532898, - 0.1128544807434082, - 0.7706009745597839 - ] - ], - [ - 5.599999904632568, - [ - -0.01644088886678219, - -0.6246611475944519, - 0.11550208926200867, - 0.7721318602561951 - ] - ], - [ - 5.633333206176758, - [ - -0.012859286740422249, - -0.6225408911705017, - 0.11831861734390259, - 0.773484468460083 - ] - ], - [ - 5.666666507720947, - [ - -0.009088631719350815, - -0.6204882860183716, - 0.12128718942403793, - 0.7747265100479126 - ] - ], - [ - 5.699999809265137, - [ - -0.0051723262295126915, - -0.6185310482978821, - 0.1243739202618599, - 0.7758374214172363 - ] - ], - [ - 5.733333110809326, - [ - -0.0011555877281352878, - -0.6166993975639343, - 0.12754380702972412, - 0.776796817779541 - ] - ], - [ - 5.766666889190674, - [ - 0.0029150068294256926, - -0.615026593208313, - 0.13076116144657135, - 0.777583122253418 - ] - ], - [ - 5.800000190734863, - [ - 0.006991598289459944, - -0.6135483384132385, - 0.13398967683315277, - 0.7781749963760376 - ] - ], - [ - 5.833333492279053, - [ - 0.011026379652321339, - -0.6123006343841553, - 0.13719326257705688, - 0.778552770614624 - ] - ], - [ - 5.866666793823242, - [ - 0.01497188676148653, - -0.6113213300704956, - 0.14033658802509308, - 0.7786962985992432 - ] - ], - [ - 5.900000095367432, - [ - 0.018782492727041245, - -0.6106455326080322, - 0.14338558912277222, - 0.7785883545875549 - ] - ], - [ - 5.933333396911621, - [ - 0.02244557812809944, - -0.6102725267410278, - 0.14633071422576904, - 0.7782357931137085 - ] - ], - [ - 5.9666666984558105, - [ - 0.025975722819566727, - -0.6101711988449097, - 0.14918231964111328, - 0.7776638269424438 - ] - ], - [ - 6.0, - [ - 0.029371220618486404, - -0.6103260517120361, - 0.15193839371204376, - 0.7768874764442444 - ] - ], - [ - 6.0333333015441895, - [ - 0.03263154998421669, - -0.6107187271118164, - 0.15459756553173065, - 0.7759236097335815 - ] - ], - [ - 6.066666603088379, - [ - 0.0357564315199852, - -0.6113296151161194, - 0.15715861320495605, - 0.7747895121574402 - ] - ], - [ - 6.099999904632568, - [ - 0.0387454517185688, - -0.6121375560760498, - 0.1596199870109558, - 0.7735036611557007 - ] - ], - [ - 6.133333206176758, - [ - 0.04159766063094139, - -0.6131199598312378, - 0.16197936236858368, - 0.7720856666564941 - ] - ], - [ - 6.166666507720947, - [ - 0.04431085288524628, - -0.6142556071281433, - 0.16423369944095612, - 0.7705543041229248 - ] - ], - [ - 6.199999809265137, - [ - 0.04688168317079544, - -0.6155228614807129, - 0.16637887060642242, - 0.7689290046691895 - ] - ], - [ - 6.233333110809326, - [ - 0.04930536076426506, - -0.616901159286499, - 0.1684095561504364, - 0.767228901386261 - ] - ], - [ - 6.266666889190674, - [ - 0.05157572403550148, - -0.618370532989502, - 0.1703193336725235, - 0.7654731273651123 - ] - ], - [ - 6.300000190734863, - [ - 0.05368483439087868, - -0.6199138164520264, - 0.17210076749324799, - 0.7636793255805969 - ] - ], - [ - 6.333333492279053, - [ - 0.05562382936477661, - -0.621512770652771, - 0.1737450361251831, - 0.7618665099143982 - ] - ], - [ - 6.366666793823242, - [ - 0.057348910719156265, - -0.6233486533164978, - 0.175221785902977, - 0.7598979473114014 - ] - ], - [ - 6.400000095367432, - [ - 0.05883089825510979, - -0.625493586063385, - 0.17650869488716125, - 0.7577211856842041 - ] - ], - [ - 6.433333396911621, - [ - 0.060083914548158646, - -0.6277820467948914, - 0.17761164903640747, - 0.7554692029953003 - ] - ], - [ - 6.4666666984558105, - [ - 0.06112563982605934, - -0.6300641298294067, - 0.17854008078575134, - 0.7532638907432556 - ] - ], - [ - 6.5, - [ - 0.06197782978415489, - -0.6322047710418701, - 0.17930738627910614, - 0.7512155175209045 - ] - ], - [ - 6.5333333015441895, - [ - 0.062666155397892, - -0.6340813636779785, - 0.1799306720495224, - 0.7494255900382996 - ] - ], - [ - 6.566666603088379, - [ - 0.06321951001882553, - -0.6355792880058289, - 0.1804298758506775, - 0.7479889392852783 - ] - ], - [ - 6.599999904632568, - [ - 0.06366875022649765, - -0.6365872621536255, - 0.18082661926746368, - 0.7469971179962158 - ] - ], - [ - 6.633333206176758, - [ - 0.06404541432857513, - -0.636991560459137, - 0.18114304542541504, - 0.7465434670448303 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292719467_205885.json b/lenses/physics-objects/Scene/assets/1646688292719467_205885.json deleted file mode 100644 index a837ec5b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292719467_205885.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292719467:205885", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292720593_205898.json b/lenses/physics-objects/Scene/assets/1646688292720593_205898.json deleted file mode 100644 index aa2c1218..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292720593_205898.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292720593:205898", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.497951030731201, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.1835408210754395, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.6209726333618164, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 3.2055296897888184, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.477857828140259, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.8686788082122803, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.441730499267578, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.195311546325684, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.8856358528137207, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.044685363769531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.586220741271973, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.599714756011963, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.420840740203857, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.7342402935028076, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.025792121887207, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.987274408340454, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.303453207015991, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.6987640857696533, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4576127529144287, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.91092848777771, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.774794816970825, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.913313150405884, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.6541171073913574, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3762850761413574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.0839626789093018, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.5372042655944824, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.3886489868164063, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.9820408821105957, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.661055564880371, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 3.120310068130493, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.679041624069214, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.368994951248169, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.2844297885894775, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.7520389556884766, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.3212673664093018, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1532864570617676, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.9960992336273193, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.9859697818756104, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.943071126937866, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.8427889347076416, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3546249866485596, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.8924826383590698, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.9980533123016357, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.512949228286743, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.8080756664276123, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.9513275623321533, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.513396978378296, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6100547313690186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2447776794433594, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.3268394470214844, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8223776817321777, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.3372297286987305, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5085487365722656, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.2124171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.668262243270874, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.922942638397217, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.7056851387023926, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.471160650253296, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.5368731021881104, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4571971893310547, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.36702299118042, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.1786508560180664, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.7597553730010986, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.829381227493286, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.5083069801330566, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.142950057983398, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.581650733947754, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.57462739944458, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.185338497161865, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.002650737762451, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.6841964721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.336782217025757, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.528857469558716, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.4504237174987793, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.597085952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.250955581665039, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.475260257720947, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.077535629272461, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.8607804775238037, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.4078257083892822, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 3.0574188232421875, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 3.1997015476226807, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.2817187309265137, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.499957799911499, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.7192392349243164, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.9320223331451416, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 4.324276447296143, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.447195053100586, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.121485710144043, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.5384132862091064, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.976576566696167, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.8742246627807617, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.290931463241577, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.672377824783325, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.007174968719482, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.24492883682251, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292720866_205905.json b/lenses/physics-objects/Scene/assets/1646688292720866_205905.json deleted file mode 100644 index abc6ce34..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292720866_205905.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292720866:205905", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ], - [ - 0.03333333507180214, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ], - [ - 0.06666667014360428, - [ - -0.05059034749865532, - -0.7938099503517151, - 0.09063220024108887, - 0.5992430448532104 - ] - ], - [ - 0.10000000149011612, - [ - -0.02517617680132389, - 0.8558880090713501, - -0.15121865272521973, - -0.4939178228378296 - ] - ], - [ - 0.13333334028720856, - [ - -0.11912517994642258, - 0.8472426533699036, - -0.22697137296199799, - -0.4652666449546814 - ] - ], - [ - 0.1666666716337204, - [ - 0.1196289211511612, - -0.7883702516555786, - 0.2280903160572052, - 0.5586914420127869 - ] - ], - [ - 0.20000000298023224, - [ - 0.09978675097227097, - -0.7333645820617676, - 0.21241702139377594, - 0.6380423307418823 - ] - ], - [ - 0.23333333432674408, - [ - 0.11658132821321487, - -0.770902693271637, - 0.226230189204216, - 0.5838987827301025 - ] - ], - [ - 0.2666666805744171, - [ - 0.05886157602071762, - -0.8404543995857239, - 0.17896273732185364, - 0.5080788135528564 - ] - ], - [ - 0.30000001192092896, - [ - 0.1057058647274971, - -0.8084668517112732, - 0.21729819476604462, - 0.5366461873054504 - ] - ], - [ - 0.3333333432674408, - [ - 0.14594833552837372, - -0.7421028017997742, - 0.2500881552696228, - 0.6045150756835938 - ] - ], - [ - 0.36666667461395264, - [ - 0.11547976732254028, - -0.7701735496520996, - 0.22546707093715668, - 0.5853731632232666 - ] - ], - [ - 0.4000000059604645, - [ - 0.12063874304294586, - -0.7543056011199951, - 0.22997798025608063, - 0.6029755473136902 - ] - ], - [ - 0.4333333373069763, - [ - 0.08064327389001846, - -0.7941936254501343, - 0.19740812480449677, - 0.5690194964408875 - ] - ], - [ - 0.46666666865348816, - [ - 0.03654896467924118, - -0.8442071080207825, - 0.16082990169525146, - 0.5100120306015015 - ] - ], - [ - 0.5, - [ - -0.07611788064241409, - 0.8438317179679871, - -0.1925647109746933, - -0.495048463344574 - ] - ], - [ - 0.5333333611488342, - [ - 0.0808647945523262, - -0.8357037901878357, - 0.1962106078863144, - 0.5065189599990845 - ] - ], - [ - 0.5666666626930237, - [ - 0.052437569946050644, - -0.8468362092971802, - 0.17313526570796967, - 0.5001428723335266 - ] - ], - [ - 0.6000000238418579, - [ - 0.06860000640153885, - -0.8366424441337585, - 0.1864974945783615, - 0.5104333162307739 - ] - ], - [ - 0.6333333253860474, - [ - -0.017631500959396362, - 0.8675471544265747, - -0.14458882808685303, - -0.4755472242832184 - ] - ], - [ - 0.6666666865348816, - [ - 0.035100650042295456, - -0.8460385203361511, - 0.1593855917453766, - 0.5075265765190125 - ] - ], - [ - 0.699999988079071, - [ - 0.09052789956331253, - -0.7598846554756165, - 0.2045440375804901, - 0.6103619933128357 - ] - ], - [ - 0.7333333492279053, - [ - 0.0651913434267044, - -0.7004921436309814, - 0.18362639844417572, - 0.6865436434745789 - ] - ], - [ - 0.7666666507720947, - [ - 0.05407661572098732, - -0.7008101940155029, - 0.1747957319021225, - 0.6894833445549011 - ] - ], - [ - 0.800000011920929, - [ - 0.08174620568752289, - -0.7145059108734131, - 0.19696177542209625, - 0.6663369536399841 - ] - ], - [ - 0.8333333134651184, - [ - -0.03692097216844559, - 0.8602252006530762, - -0.16001088917255402, - -0.4827483594417572 - ] - ], - [ - 0.8666666746139526, - [ - -0.05758790299296379, - 0.894278347492218, - -0.17489154636859894, - -0.40787598490715027 - ] - ], - [ - 0.8999999761581421, - [ - -0.052212126553058624, - 0.9404533505439758, - -0.23605799674987793, - -0.2389523983001709 - ] - ], - [ - 0.9333333373069763, - [ - -0.016944050788879395, - 0.8744574785232544, - -0.18639451265335083, - -0.447542279958725 - ] - ], - [ - 0.9666666388511658, - [ - 0.03404475376009941, - -0.790229856967926, - 0.15892505645751953, - 0.5908642411231995 - ] - ], - [ - 1.0, - [ - 0.031805653125047684, - -0.8130733966827393, - 0.15735352039337158, - 0.5595890879631042 - ] - ], - [ - 1.0333333015441895, - [ - -0.02915291115641594, - -0.8451234102249146, - 0.10730484873056412, - 0.5228787064552307 - ] - ], - [ - 1.0666667222976685, - [ - 0.01598685048520565, - -0.8104599714279175, - 0.14469851553440094, - 0.5674164295196533 - ] - ], - [ - 1.100000023841858, - [ - 0.04946004971861839, - -0.7512561082839966, - 0.17168357968330383, - 0.6353681683540344 - ] - ], - [ - 1.1333333253860474, - [ - 0.013073978014290333, - -0.7202196717262268, - 0.14181073009967804, - 0.678971529006958 - ] - ], - [ - 1.1666666269302368, - [ - 0.039250899106264114, - -0.699902355670929, - 0.16230425238609314, - 0.6944446563720703 - ] - ], - [ - 1.2000000476837158, - [ - 0.03240818530321121, - -0.8419743776321411, - 0.1568393111228943, - 0.5151993036270142 - ] - ], - [ - 1.2333333492279053, - [ - -0.0005589009379036725, - 0.8690419793128967, - -0.130569189786911, - -0.47719746828079224 - ] - ], - [ - 1.2666666507720947, - [ - 0.060453806072473526, - -0.8060070872306824, - 0.17976590991020203, - 0.5606979131698608 - ] - ], - [ - 1.2999999523162842, - [ - 0.05288611352443695, - -0.6708480715751648, - 0.17242145538330078, - 0.7193307876586914 - ] - ], - [ - 1.3333333730697632, - [ - 0.005204783286899328, - -0.6648557782173157, - 0.13464684784412384, - 0.7347176671028137 - ] - ], - [ - 1.3666666746139526, - [ - 0.03786163404583931, - -0.6807724833488464, - 0.16145916283130646, - 0.7134748697280884 - ] - ], - [ - 1.399999976158142, - [ - 0.0066535864025354385, - -0.784532904624939, - 0.1371392160654068, - 0.6046954989433289 - ] - ], - [ - 1.4333332777023315, - [ - 0.021556688472628593, - -0.7975760698318481, - 0.14904367923736572, - 0.5841178894042969 - ] - ], - [ - 1.4666666984558105, - [ - 0.06626187264919281, - -0.7466540932655334, - 0.1844448447227478, - 0.6356863379478455 - ] - ], - [ - 1.5, - [ - 0.007377769332379103, - -0.7451905608177185, - 0.14871713519096375, - 0.6500152349472046 - ] - ], - [ - 1.5333333015441895, - [ - -0.01046932116150856, - -0.6893117427825928, - 0.12167174369096756, - 0.714097797870636 - ] - ], - [ - 1.5666667222976685, - [ - 0.015526575967669487, - -0.7691386938095093, - 0.14368043839931488, - 0.622527539730072 - ] - ], - [ - 1.600000023841858, - [ - 0.02949047088623047, - 0.8862441778182983, - -0.10536321997642517, - -0.4501113295555115 - ] - ], - [ - 1.6333333253860474, - [ - -0.021440545096993446, - -0.8439523577690125, - 0.11359583586454391, - 0.5238136053085327 - ] - ], - [ - 1.6666666269302368, - [ - 0.02684503048658371, - -0.7439557909965515, - 0.15331406891345978, - 0.6498491764068604 - ] - ], - [ - 1.7000000476837158, - [ - 0.010752558708190918, - -0.7405461668968201, - 0.14053429663181305, - 0.6570585370063782 - ] - ], - [ - 1.7333333492279053, - [ - 0.02005106769502163, - -0.777786135673523, - 0.14820586144924164, - 0.6104766130447388 - ] - ], - [ - 1.7666666507720947, - [ - 0.029736170545220375, - -0.8255906701087952, - 0.1554519236087799, - 0.5416184067726135 - ] - ], - [ - 1.7999999523162842, - [ - 0.032222818583250046, - 0.9037983417510986, - -0.10187086462974548, - -0.41440635919570923 - ] - ], - [ - 1.8333333730697632, - [ - -0.0019869098905473948, - 0.9009875059127808, - -0.13003677129745483, - -0.41389399766921997 - ] - ], - [ - 1.8666666746139526, - [ - -0.022556589916348457, - 0.8581337928771973, - -0.14855727553367615, - -0.4909464120864868 - ] - ], - [ - 1.899999976158142, - [ - -0.003891484346240759, - -0.8375541567802429, - 0.1278972625732422, - 0.5311592817306519 - ] - ], - [ - 1.9333332777023315, - [ - 0.02831956557929516, - -0.8066542148590088, - 0.15455615520477295, - 0.5697537660598755 - ] - ], - [ - 1.9666666984558105, - [ - 0.018367983400821686, - -0.7979688048362732, - 0.14674994349479675, - 0.584271252155304 - ] - ], - [ - 2.0, - [ - -0.006783087272197008, - -0.8097841739654541, - 0.12627966701984406, - 0.5729371905326843 - ] - ], - [ - 2.0333333015441895, - [ - 0.04723498970270157, - -0.7528188228607178, - 0.1702074557542801, - 0.6340836882591248 - ] - ], - [ - 2.066666603088379, - [ - 0.059359174221754074, - -0.7073867917060852, - 0.17957226932048798, - 0.6810537576675415 - ] - ], - [ - 2.0999999046325684, - [ - 0.050608254969120026, - -0.7437897324562073, - 0.17281800508499146, - 0.6436998844146729 - ] - ], - [ - 2.133333444595337, - [ - 0.08723246306180954, - -0.7481715679168701, - 0.20233021676540375, - 0.6258532404899597 - ] - ], - [ - 2.1666667461395264, - [ - 0.042169731110334396, - -0.8366974592208862, - 0.16528505086898804, - 0.5204228758811951 - ] - ], - [ - 2.200000047683716, - [ - -0.0641712099313736, - 0.852118194103241, - -0.18249288201332092, - -0.48628485202789307 - ] - ], - [ - 2.2333333492279053, - [ - 0.1322317272424698, - -0.7989914417266846, - 0.23764866590499878, - 0.5363306403160095 - ] - ], - [ - 2.2666666507720947, - [ - 0.1279417723417282, - -0.7469707131385803, - 0.23448127508163452, - 0.6088384985923767 - ] - ], - [ - 2.299999952316284, - [ - 0.06863009184598923, - -0.7715275287628174, - 0.1873633712530136, - 0.6040946841239929 - ] - ], - [ - 2.3333332538604736, - [ - 0.038833778351545334, - -0.7694952487945557, - 0.16358022391796112, - 0.6161254048347473 - ] - ], - [ - 2.366666555404663, - [ - -0.007113455794751644, - -0.7884157299995422, - 0.12628895044326782, - 0.6019976139068604 - ] - ], - [ - 2.4000000953674316, - [ - 0.026255177333950996, - -0.7635546326637268, - 0.15350942313671112, - 0.6266816258430481 - ] - ], - [ - 2.433333396911621, - [ - 0.0882025733590126, - -0.7040398120880127, - 0.20334802567958832, - 0.6746835112571716 - ] - ], - [ - 2.4666666984558105, - [ - 0.0839090645313263, - -0.7310447096824646, - 0.19993165135383606, - 0.6469622850418091 - ] - ], - [ - 2.5, - [ - 0.09787880629301071, - -0.7121235132217407, - 0.21093370020389557, - 0.6624249815940857 - ] - ], - [ - 2.5333333015441895, - [ - 0.11667662858963013, - -0.7033880352973938, - 0.22578975558280945, - 0.6638153195381165 - ] - ], - [ - 2.566666603088379, - [ - -0.10423051565885544, - 0.8384251594543457, - -0.2151787281036377, - -0.4897727370262146 - ] - ], - [ - 2.5999999046325684, - [ - 0.14824356138706207, - -0.7686659097671509, - 0.2514830529689789, - 0.569150984287262 - ] - ], - [ - 2.633333444595337, - [ - 0.1586904525756836, - -0.638167142868042, - 0.25972315669059753, - 0.7071802616119385 - ] - ], - [ - 2.6666667461395264, - [ - 0.08966080844402313, - -0.6507476568222046, - 0.20397718250751495, - 0.7258661985397339 - ] - ], - [ - 2.700000047683716, - [ - 0.09739600867033005, - -0.5821418166160583, - 0.20934689044952393, - 0.7796145677566528 - ] - ], - [ - 2.7333333492279053, - [ - 0.0905144214630127, - -0.5829365849494934, - 0.20342771708965302, - 0.7814149260520935 - ] - ], - [ - 2.7666666507720947, - [ - 0.06924997270107269, - -0.6583775877952576, - 0.18720635771751404, - 0.7257391214370728 - ] - ], - [ - 2.799999952316284, - [ - 0.11998333036899567, - -0.6553173661231995, - 0.22809265553951263, - 0.71002596616745 - ] - ], - [ - 2.8333332538604736, - [ - 0.10994233191013336, - -0.6187249422073364, - 0.21898087859153748, - 0.746417760848999 - ] - ], - [ - 2.866666555404663, - [ - 0.06699249893426895, - -0.6734761595726013, - 0.18510375916957855, - 0.7125155925750732 - ] - ], - [ - 2.9000000953674316, - [ - 0.10902725905179977, - -0.7050262093544006, - 0.21956035494804382, - 0.6654654741287231 - ] - ], - [ - 2.933333396911621, - [ - 0.10951071977615356, - -0.7964438796043396, - 0.22010165452957153, - 0.5524851083755493 - ] - ], - [ - 2.9666666984558105, - [ - 0.0995088517665863, - -0.7839534878730774, - 0.21229849755764008, - 0.5748428106307983 - ] - ], - [ - 3.0, - [ - 0.09679755568504333, - -0.6996801495552063, - 0.21012535691261292, - 0.6759625673294067 - ] - ], - [ - 3.0333333015441895, - [ - 0.031274065375328064, - -0.7267904877662659, - 0.15735526382923126, - 0.6678599119186401 - ] - ], - [ - 3.066666603088379, - [ - 0.0008262915653176606, - -0.6526740193367004, - 0.13137197494506836, - 0.7461617588996887 - ] - ], - [ - 3.0999999046325684, - [ - 0.013884174637496471, - -0.524354100227356, - 0.13831011950969696, - 0.8400775790214539 - ] - ], - [ - 3.133333444595337, - [ - 0.022903304547071457, - -0.6394728422164917, - 0.14882586896419525, - 0.7539235949516296 - ] - ], - [ - 3.1666667461395264, - [ - 0.09274765849113464, - -0.7048112750053406, - 0.20609766244888306, - 0.6724305152893066 - ] - ], - [ - 3.200000047683716, - [ - 0.07130327075719833, - -0.6839480400085449, - 0.1884392499923706, - 0.7011573314666748 - ] - ], - [ - 3.2333333492279053, - [ - -0.023547304794192314, - -0.7103668451309204, - 0.11222287267446518, - 0.6944282054901123 - ] - ], - [ - 3.2666666507720947, - [ - 0.00023463585239369422, - -0.6911061406135559, - 0.1314159780740738, - 0.7107053399085999 - ] - ], - [ - 3.299999952316284, - [ - 0.015917019918560982, - -0.665023148059845, - 0.1438618302345276, - 0.7326627969741821 - ] - ], - [ - 3.3333332538604736, - [ - 0.010415050201117992, - -0.690274715423584, - 0.1406668871641159, - 0.7096655368804932 - ] - ], - [ - 3.366666555404663, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292721097_205912.json b/lenses/physics-objects/Scene/assets/1646688292721097_205912.json deleted file mode 100644 index 82d0bca2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292721097_205912.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292721097:205912", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292722258_205925.json b/lenses/physics-objects/Scene/assets/1646688292722258_205925.json deleted file mode 100644 index a4ef2482..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292722258_205925.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292722258:205925", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292722507_205932.json b/lenses/physics-objects/Scene/assets/1646688292722507_205932.json deleted file mode 100644 index 466041a7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292722507_205932.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292722507:205932", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.149733523372561e-05, - -0.019308768212795258, - -1.7494475059720571e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - 9.149733523372561e-05, - -0.019308768212795258, - -1.7494475059720571e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292722736_205939.json b/lenses/physics-objects/Scene/assets/1646688292722736_205939.json deleted file mode 100644 index e9b6f7eb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292722736_205939.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292722736:205939", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292723913_205952.json b/lenses/physics-objects/Scene/assets/1646688292723913_205952.json deleted file mode 100644 index 2d5d516f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292723913_205952.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292723913:205952", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292724146_205959.json b/lenses/physics-objects/Scene/assets/1646688292724146_205959.json deleted file mode 100644 index 6c125b35..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292724146_205959.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292724146:205959", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.1503796284087e-05, - -0.019308719784021378, - -1.7676907191344071e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - 9.1503796284087e-05, - -0.019308719784021378, - -1.7676907191344071e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292724394_205966.json b/lenses/physics-objects/Scene/assets/1646688292724394_205966.json deleted file mode 100644 index ec3a648b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292724394_205966.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292724394:205966", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292725583_205979.json b/lenses/physics-objects/Scene/assets/1646688292725583_205979.json deleted file mode 100644 index 73355cda..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292725583_205979.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292725583:205979", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 6.633333206176758, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292725922_205986.json b/lenses/physics-objects/Scene/assets/1646688292725922_205986.json deleted file mode 100644 index a1909b11..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292725922_205986.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292725922:205986", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.003068600781261921, - -0.11376027762889862, - -0.5338321924209595, - 0.8378975987434387 - ] - ], - [ - 0.03333333507180214, - [ - -0.003068600781261921, - -0.11376027762889862, - -0.5338321924209595, - 0.8378975987434387 - ] - ], - [ - 0.06666667014360428, - [ - -0.004307345952838659, - -0.11542089283466339, - -0.5339943766593933, - 0.8375616073608398 - ] - ], - [ - 0.10000000149011612, - [ - -0.007831553928554058, - -0.12014984339475632, - -0.5344322919845581, - 0.8365911841392517 - ] - ], - [ - 0.13333334028720856, - [ - -0.013295258395373821, - -0.12749512493610382, - -0.5350431799888611, - 0.8350431323051453 - ] - ], - [ - 0.1666666716337204, - [ - -0.020322032272815704, - -0.13696864247322083, - -0.5357072949409485, - 0.8329731822013855 - ] - ], - [ - 0.20000000298023224, - [ - -0.028550872579216957, - -0.14810562133789063, - -0.5363097786903381, - 0.8304344415664673 - ] - ], - [ - 0.23333333432674408, - [ - -0.03766116127371788, - -0.16049638390541077, - -0.5367531776428223, - 0.827477216720581 - ] - ], - [ - 0.2666666805744171, - [ - -0.04738031327724457, - -0.17379553616046906, - -0.5369619131088257, - 0.824149489402771 - ] - ], - [ - 0.30000001192092896, - [ - -0.05748112127184868, - -0.18771745264530182, - -0.5368818640708923, - 0.8204973936080933 - ] - ], - [ - 0.3333333432674408, - [ - -0.06777498871088028, - -0.2020266354084015, - -0.5364786982536316, - 0.816567599773407 - ] - ], - [ - 0.36666667461395264, - [ - -0.07810410857200623, - -0.21652644872665405, - -0.5357341766357422, - 0.8124068975448608 - ] - ], - [ - 0.4000000059604645, - [ - -0.08833523839712143, - -0.23105040192604065, - -0.5346448421478271, - 0.8080640435218811 - ] - ], - [ - 0.4333333373069763, - [ - -0.09835080802440643, - -0.24544934928417206, - -0.5332183837890625, - 0.8035918474197388 - ] - ], - [ - 0.46666666865348816, - [ - -0.10805076360702515, - -0.2595933973789215, - -0.5314745306968689, - 0.7990438938140869 - ] - ], - [ - 0.5, - [ - -0.11734287440776825, - -0.27335819602012634, - -0.5294416546821594, - 0.7944793701171875 - ] - ], - [ - 0.5333333611488342, - [ - -0.1261434555053711, - -0.28662505745887756, - -0.5271572470664978, - 0.7899615168571472 - ] - ], - [ - 0.5666666626930237, - [ - -0.13437490165233612, - -0.2992769479751587, - -0.5246667265892029, - 0.7855581045150757 - ] - ], - [ - 0.6000000238418579, - [ - -0.14196588099002838, - -0.31119832396507263, - -0.5220234990119934, - 0.7813403606414795 - ] - ], - [ - 0.6333333253860474, - [ - -0.14884258806705475, - -0.32226234674453735, - -0.5192859172821045, - 0.7773898839950562 - ] - ], - [ - 0.6666666865348816, - [ - -0.1549435555934906, - -0.33235156536102295, - -0.5165205597877502, - 0.7737838625907898 - ] - ], - [ - 0.699999988079071, - [ - -0.16020342707633972, - -0.3413351774215698, - -0.5137970447540283, - 0.77060866355896 - ] - ], - [ - 0.7333333492279053, - [ - -0.16456004977226257, - -0.34907981753349304, - -0.511188805103302, - 0.7679513096809387 - ] - ], - [ - 0.7666666507720947, - [ - -0.1679522544145584, - -0.35544732213020325, - -0.5087707042694092, - 0.7658992409706116 - ] - ], - [ - 0.800000011920929, - [ - -0.17031893134117126, - -0.3602950870990753, - -0.5066169500350952, - 0.7645378708839417 - ] - ], - [ - 0.8333333134651184, - [ - -0.17205652594566345, - -0.3640492558479309, - -0.5046243667602539, - 0.7636877298355103 - ] - ], - [ - 0.8666666746139526, - [ - -0.17360223829746246, - -0.3672047257423401, - -0.5026711821556091, - 0.7631151080131531 - ] - ], - [ - 0.8999999761581421, - [ - -0.17495456337928772, - -0.36971715092658997, - -0.5008029341697693, - 0.7628214359283447 - ] - ], - [ - 0.9333333373069763, - [ - -0.17610962688922882, - -0.3715391159057617, - -0.4990655481815338, - 0.7628090381622314 - ] - ], - [ - 0.9666666388511658, - [ - -0.1770593822002411, - -0.3726194500923157, - -0.4975043833255768, - 0.763081967830658 - ] - ], - [ - 1.0, - [ - -0.17778964340686798, - -0.3729022443294525, - -0.49616381525993347, - 0.7636468410491943 - ] - ], - [ - 1.0333333015441895, - [ - -0.17803052067756653, - -0.3716024160385132, - -0.49541133642196655, - 0.7647119760513306 - ] - ], - [ - 1.0666667222976685, - [ - -0.17753252387046814, - -0.36808884143829346, - -0.49552372097969055, - 0.7664522528648376 - ] - ], - [ - 1.100000023841858, - [ - -0.17626647651195526, - -0.3625103831291199, - -0.4963929057121277, - 0.7688370943069458 - ] - ], - [ - 1.1333333253860474, - [ - -0.17416740953922272, - -0.35499370098114014, - -0.4978984594345093, - 0.771843433380127 - ] - ], - [ - 1.1666666269302368, - [ - -0.17115163803100586, - -0.3456486761569977, - -0.4999152719974518, - 0.77544766664505 - ] - ], - [ - 1.2000000476837158, - [ - -0.1669372171163559, - -0.3344043493270874, - -0.5024445652961731, - 0.7796506881713867 - ] - ], - [ - 1.2333333492279053, - [ - -0.16125701367855072, - -0.3211984634399414, - -0.5054639577865601, - 0.7844322323799133 - ] - ], - [ - 1.2666666507720947, - [ - -0.15405569970607758, - -0.30613937973976135, - -0.508812665939331, - 0.7897184491157532 - ] - ], - [ - 1.2999999523162842, - [ - -0.1452799141407013, - -0.2893069088459015, - -0.5123289823532104, - 0.7954334020614624 - ] - ], - [ - 1.3333333730697632, - [ - -0.1348850280046463, - -0.27076107263565063, - -0.5158529281616211, - 0.8014925122261047 - ] - ], - [ - 1.3666666746139526, - [ - -0.12282290309667587, - -0.25052618980407715, - -0.5192233920097351, - 0.80781090259552 - ] - ], - [ - 1.399999976158142, - [ - -0.10902819037437439, - -0.22857528924942017, - -0.5222746729850769, - 0.8143066763877869 - ] - ], - [ - 1.4333332777023315, - [ - -0.09339720755815506, - -0.20480643212795258, - -0.5248298048973083, - 0.8209049701690674 - ] - ], - [ - 1.4666666984558105, - [ - -0.0757417231798172, - -0.178985133767128, - -0.5266861319541931, - 0.827544093132019 - ] - ], - [ - 1.5, - [ - -0.05569028854370117, - -0.15061795711517334, - -0.5275832414627075, - 0.8341875076293945 - ] - ], - [ - 1.5333333015441895, - [ - -0.03240681439638138, - -0.118584044277668, - -0.5271124243736267, - 0.8408567905426025 - ] - ], - [ - 1.5666667222976685, - [ - -0.0034504905343055725, - -0.07963081449270248, - -0.5243526101112366, - 0.8477625846862793 - ] - ], - [ - 1.600000023841858, - [ - 0.05807236209511757, - 0.0018931004451587796, - -0.5105701684951782, - 0.8578706979751587 - ] - ], - [ - 1.6333333253860474, - [ - 0.05951308831572533, - 0.003364463336765766, - -0.5134679079055786, - 0.8560359477996826 - ] - ], - [ - 1.6666666269302368, - [ - 0.06107165664434433, - 0.004790406674146652, - -0.5156468749046326, - 0.8546084761619568 - ] - ], - [ - 1.7000000476837158, - [ - 0.06275735050439835, - 0.006178564392030239, - -0.5170770883560181, - 0.8536128401756287 - ] - ], - [ - 1.7333333492279053, - [ - 0.06458239257335663, - 0.007539184298366308, - -0.5177161693572998, - 0.8530782461166382 - ] - ], - [ - 1.7666666507720947, - [ - 0.0665513277053833, - 0.008888388983905315, - -0.517681360244751, - 0.8529350161552429 - ] - ], - [ - 1.7999999523162842, - [ - 0.06866005063056946, - 0.010239252820611, - -0.5171562433242798, - 0.8530712723731995 - ] - ], - [ - 1.8333333730697632, - [ - 0.07091158628463745, - 0.011601048521697521, - -0.5161802768707275, - 0.8534606695175171 - ] - ], - [ - 1.8666666746139526, - [ - 0.07330826669931412, - 0.012982264161109924, - -0.5147868990898132, - 0.85407954454422 - ] - ], - [ - 1.899999976158142, - [ - 0.07585195451974869, - 0.014390982687473297, - -0.513005256652832, - 0.854906439781189 - ] - ], - [ - 1.9333332777023315, - [ - 0.07854373753070831, - 0.015834689140319824, - -0.5108615756034851, - 0.8559209108352661 - ] - ], - [ - 1.9666666984558105, - [ - 0.08137417584657669, - 0.017320683225989342, - -0.5083624720573425, - 0.857114851474762 - ] - ], - [ - 2.0, - [ - 0.05281192809343338, - -0.02303772233426571, - -0.5171120166778564, - 0.8539761900901794 - ] - ], - [ - 2.0333333015441895, - [ - 0.027130400761961937, - -0.05979441478848457, - -0.5242519974708557, - 0.8490279316902161 - ] - ], - [ - 2.066666603088379, - [ - 0.010420579463243484, - -0.08486554771661758, - -0.5280588865280151, - 0.8448923230171204 - ] - ], - [ - 2.0999999046325684, - [ - -0.002718984382227063, - -0.10539104789495468, - -0.5305598378181458, - 0.8410657644271851 - ] - ], - [ - 2.133333444595337, - [ - -0.013659320771694183, - -0.12316019088029861, - -0.5322790145874023, - 0.8374510407447815 - ] - ], - [ - 2.1666667461395264, - [ - -0.02299036644399166, - -0.1389230340719223, - -0.5334495902061462, - 0.8340285420417786 - ] - ], - [ - 2.200000047683716, - [ - -0.031031956896185875, - -0.15306764841079712, - -0.5342023372650146, - 0.8308039307594299 - ] - ], - [ - 2.2333333492279053, - [ - -0.037985336035490036, - -0.16582030057907104, - -0.5346220135688782, - 0.8277922868728638 - ] - ], - [ - 2.2666666507720947, - [ - -0.0439935177564621, - -0.177325040102005, - -0.5347697734832764, - 0.8250101208686829 - ] - ], - [ - 2.299999952316284, - [ - -0.049168989062309265, - -0.18768012523651123, - -0.534693717956543, - 0.8224727511405945 - ] - ], - [ - 2.3333332538604736, - [ - -0.05360882356762886, - -0.19695796072483063, - -0.5344349145889282, - 0.820190966129303 - ] - ], - [ - 2.366666555404663, - [ - -0.05739960819482803, - -0.2052116096019745, - -0.5340303182601929, - 0.8181717991828918 - ] - ], - [ - 2.4000000953674316, - [ - -0.06042131409049034, - -0.2122994214296341, - -0.533592939376831, - 0.8164293169975281 - ] - ], - [ - 2.433333396911621, - [ - -0.06255295127630234, - -0.21807171404361725, - -0.533254861831665, - 0.8149669170379639 - ] - ], - [ - 2.4666666984558105, - [ - -0.06385040283203125, - -0.22252526879310608, - -0.5330696702003479, - 0.8137827515602112 - ] - ], - [ - 2.5, - [ - -0.06431333720684052, - -0.2256549745798111, - -0.5331447720527649, - 0.8128348588943481 - ] - ], - [ - 2.5333333015441895, - [ - -0.06393446773290634, - -0.2274387925863266, - -0.5335744023323059, - 0.8120852112770081 - ] - ], - [ - 2.566666603088379, - [ - -0.06273999810218811, - -0.2278313934803009, - -0.5343813896179199, - 0.8115376234054565 - ] - ], - [ - 2.5999999046325684, - [ - -0.060730818659067154, - -0.22676770389080048, - -0.5355745553970337, - 0.8112016320228577 - ] - ], - [ - 2.633333444595337, - [ - -0.05797485262155533, - -0.22435125708580017, - -0.5371059775352478, - 0.8110626339912415 - ] - ], - [ - 2.6666667461395264, - [ - -0.054589446634054184, - -0.22081294655799866, - -0.5388839244842529, - 0.811089277267456 - ] - ], - [ - 2.700000047683716, - [ - -0.05061168596148491, - -0.21624615788459778, - -0.5408349633216858, - 0.8112791180610657 - ] - ], - [ - 2.7333333492279053, - [ - -0.04606463387608528, - -0.2107282280921936, - -0.5428814888000488, - 0.8116350173950195 - ] - ], - [ - 2.7666666507720947, - [ - -0.040962256491184235, - -0.20432421565055847, - -0.5449439883232117, - 0.8121636509895325 - ] - ], - [ - 2.799999952316284, - [ - -0.03531380742788315, - -0.19708934426307678, - -0.5469431281089783, - 0.8128726482391357 - ] - ], - [ - 2.8333332538604736, - [ - -0.02912825345993042, - -0.18907283246517181, - -0.5488017201423645, - 0.8137688040733337 - ] - ], - [ - 2.866666555404663, - [ - -0.022413168102502823, - -0.18031489849090576, - -0.5504445433616638, - 0.8148590326309204 - ] - ], - [ - 2.9000000953674316, - [ - -0.015179703943431377, - -0.17085224390029907, - -0.5518004298210144, - 0.8161467909812927 - ] - ], - [ - 2.933333396911621, - [ - -0.007550680544227362, - -0.16081812977790833, - -0.5527806282043457, - 0.8176271319389343 - ] - ], - [ - 2.9666666984558105, - [ - 0.00037561930366791785, - -0.15031501650810242, - -0.5533189177513123, - 0.8192944526672363 - ] - ], - [ - 3.0, - [ - 0.008602777495980263, - -0.13935115933418274, - -0.5533896088600159, - 0.8211377263069153 - ] - ], - [ - 3.0333333015441895, - [ - 0.017122631892561913, - -0.12794406712055206, - -0.5529727339744568, - 0.8231393098831177 - ] - ], - [ - 3.066666603088379, - [ - 0.02632664330303669, - -0.11554383486509323, - -0.5519784688949585, - 0.8253946304321289 - ] - ], - [ - 3.0999999046325684, - [ - 0.0365150049328804, - -0.10175289958715439, - -0.5503150820732117, - 0.8279289603233337 - ] - ], - [ - 3.133333444595337, - [ - 0.04751267656683922, - -0.08684724569320679, - -0.5479776263237, - 0.8306146264076233 - ] - ], - [ - 3.1666667461395264, - [ - 0.05909883603453636, - -0.07115668803453445, - -0.5449894666671753, - 0.8333249688148499 - ] - ], - [ - 3.200000047683716, - [ - 0.07096459716558456, - -0.05512132868170738, - -0.5414254069328308, - 0.8359331488609314 - ] - ], - [ - 3.2333333492279053, - [ - 0.08252532035112381, - -0.03950781375169754, - -0.5374746918678284, - 0.8383016586303711 - ] - ], - [ - 3.2666666507720947, - [ - 0.0927317664027214, - -0.025671761482954025, - -0.5335705280303955, - 0.8402645587921143 - ] - ], - [ - 3.299999952316284, - [ - 0.09991762787103653, - -0.015805838629603386, - -0.5305304527282715, - 0.8416080474853516 - ] - ], - [ - 3.3333332538604736, - [ - 0.1017681285738945, - -0.01296615693718195, - -0.5295332074165344, - 0.842062771320343 - ] - ], - [ - 3.366666555404663, - [ - 0.09781573712825775, - -0.01777435839176178, - -0.5309255123138428, - 0.8415666818618774 - ] - ], - [ - 3.4000000953674316, - [ - 0.08989198505878448, - -0.027812954038381577, - -0.5338616371154785, - 0.8403199315071106 - ] - ], - [ - 3.433333396911621, - [ - 0.0794590413570404, - -0.04116135835647583, - -0.5375366806983948, - 0.8384785652160645 - ] - ], - [ - 3.4666666984558105, - [ - 0.06757611781358719, - -0.05643577501177788, - -0.5413790941238403, - 0.8361561894416809 - ] - ], - [ - 3.5, - [ - 0.054902832955121994, - -0.07278242707252502, - -0.5450493693351746, - 0.8334324359893799 - ] - ], - [ - 3.5333333015441895, - [ - 0.04183313995599747, - -0.08969897776842117, - -0.5483610033988953, - 0.8303641080856323 - ] - ], - [ - 3.566666603088379, - [ - 0.028612831607460976, - -0.10687814652919769, - -0.5512126088142395, - 0.826996386051178 - ] - ], - [ - 3.5999999046325684, - [ - 0.015373609028756618, - -0.12414894998073578, - -0.5535467267036438, - 0.8233691453933716 - ] - ], - [ - 3.633333444595337, - [ - 0.002237211214378476, - -0.14136701822280884, - -0.5553343296051025, - 0.8195207118988037 - ] - ], - [ - 3.6666667461395264, - [ - -0.010657372884452343, - -0.15838320553302765, - -0.5565746426582336, - 0.8154911994934082 - ] - ], - [ - 3.700000047683716, - [ - -0.0231931172311306, - -0.17507362365722656, - -0.5572856664657593, - 0.8113225102424622 - ] - ], - [ - 3.7333333492279053, - [ - -0.03526611998677254, - -0.1913270652294159, - -0.5574995875358582, - 0.8070591688156128 - ] - ], - [ - 3.7666666507720947, - [ - -0.04678071290254593, - -0.20703808963298798, - -0.5572606921195984, - 0.8027499914169312 - ] - ], - [ - 3.799999952316284, - [ - -0.057645995169878006, - -0.2221013903617859, - -0.5566228628158569, - 0.7984479665756226 - ] - ], - [ - 3.8333332538604736, - [ - -0.06777462363243103, - -0.23640967905521393, - -0.5556492209434509, - 0.7942110896110535 - ] - ], - [ - 3.866666555404663, - [ - -0.0771481990814209, - -0.24991072714328766, - -0.5543813705444336, - 0.7900974750518799 - ] - ], - [ - 3.9000000953674316, - [ - -0.08576956391334534, - -0.2625659704208374, - -0.5528513193130493, - 0.7861667275428772 - ] - ], - [ - 3.933333396911621, - [ - -0.09358468651771545, - -0.27427932620048523, - -0.5511171221733093, - 0.7824849486351013 - ] - ], - [ - 3.9666666984558105, - [ - -0.10054050385951996, - -0.2849483788013458, - -0.5492409467697144, - 0.7791215777397156 - ] - ], - [ - 4.0, - [ - -0.10658445209264755, - -0.2944639027118683, - -0.5472884178161621, - 0.77614825963974 - ] - ], - [ - 4.0333333015441895, - [ - -0.11166408658027649, - -0.3027098476886749, - -0.5453272461891174, - 0.7736383676528931 - ] - ], - [ - 4.066666603088379, - [ - -0.11572667211294174, - -0.30956342816352844, - -0.5434255003929138, - 0.7716647982597351 - ] - ], - [ - 4.099999904632568, - [ - -0.11871860921382904, - -0.3148963451385498, - -0.5416505336761475, - 0.7702993750572205 - ] - ], - [ - 4.133333206176758, - [ - -0.12104380130767822, - -0.3191538155078888, - -0.539941132068634, - 0.7693846821784973 - ] - ], - [ - 4.166666507720947, - [ - -0.12314417213201523, - -0.3228471577167511, - -0.5382205247879028, - 0.7687157392501831 - ] - ], - [ - 4.199999809265137, - [ - -0.12502077221870422, - -0.32594019174575806, - -0.5365301966667175, - 0.7682890892028809 - ] - ], - [ - 4.233333110809326, - [ - -0.12667207419872284, - -0.32839277386665344, - -0.5349117517471313, - 0.7681027054786682 - ] - ], - [ - 4.266666889190674, - [ - -0.1280924677848816, - -0.3301599621772766, - -0.5334060788154602, - 0.7681566476821899 - ] - ], - [ - 4.300000190734863, - [ - -0.12927010655403137, - -0.33119091391563416, - -0.532052755355835, - 0.7684540748596191 - ] - ], - [ - 4.333333492279053, - [ - -0.12992696464061737, - -0.33075690269470215, - -0.5311427712440491, - 0.7691594362258911 - ] - ], - [ - 4.366666793823242, - [ - -0.12980876863002777, - -0.3282628655433655, - -0.5308932662010193, - 0.7704190611839294 - ] - ], - [ - 4.400000095367432, - [ - -0.12889209389686584, - -0.32382732629776, - -0.531213104724884, - 0.7722275257110596 - ] - ], - [ - 4.433333396911621, - [ - -0.12711453437805176, - -0.3175419867038727, - -0.5319952368736267, - 0.774590253829956 - ] - ], - [ - 4.4666666984558105, - [ - -0.12439242005348206, - -0.30948010087013245, - -0.5331245064735413, - 0.7775132656097412 - ] - ], - [ - 4.5, - [ - -0.12063425034284592, - -0.299701064825058, - -0.5344839096069336, - 0.78099524974823 - ] - ], - [ - 4.5333333015441895, - [ - -0.11575023829936981, - -0.2882534861564636, - -0.5359578728675842, - 0.7850229144096375 - ] - ], - [ - 4.566666603088379, - [ - -0.10965663194656372, - -0.27517449855804443, - -0.5374343991279602, - 0.7895686626434326 - ] - ], - [ - 4.599999904632568, - [ - -0.10227437317371368, - -0.2604855000972748, - -0.5388057827949524, - 0.7945914268493652 - ] - ], - [ - 4.633333206176758, - [ - -0.09353144466876984, - -0.24419337511062622, - -0.5399664640426636, - 0.8000360727310181 - ] - ], - [ - 4.666666507720947, - [ - -0.08334199339151382, - -0.22626294195652008, - -0.540805459022522, - 0.8058466911315918 - ] - ], - [ - 4.699999809265137, - [ - -0.07162170112133026, - -0.20664019882678986, - -0.5412083864212036, - 0.8119505047798157 - ] - ], - [ - 4.733333110809326, - [ - -0.05823501572012901, - -0.1851842999458313, - -0.5410413146018982, - 0.8182846307754517 - ] - ], - [ - 4.766666889190674, - [ - -0.042960502207279205, - -0.16162490844726563, - -0.5401350855827332, - 0.8247944712638855 - ] - ], - [ - 4.800000190734863, - [ - -0.025373876094818115, - -0.13541069626808167, - -0.5382425785064697, - 0.8314535617828369 - ] - ], - [ - 4.833333492279053, - [ - -0.004502939525991678, - -0.10525503754615784, - -0.5349107980728149, - 0.8383148312568665 - ] - ], - [ - 4.866666793823242, - [ - 0.02278786152601242, - -0.06700156629085541, - -0.5288810133934021, - 0.8457401394844055 - ] - ], - [ - 4.900000095367432, - [ - 0.07116301357746124, - -0.0011759004555642605, - -0.5142325162887573, - 0.8546925187110901 - ] - ], - [ - 4.933333396911621, - [ - 0.07015923410654068, - -0.0009217250626534224, - -0.5164870619773865, - 0.8534156084060669 - ] - ], - [ - 4.9666666984558105, - [ - 0.06924938410520554, - -0.0006684595136903226, - -0.5180487036705017, - 0.8525430560112 - ] - ], - [ - 5.0, - [ - 0.06844063848257065, - -0.0004233588697388768, - -0.5188793540000916, - 0.8521032333374023 - ] - ], - [ - 5.0333333015441895, - [ - 0.06774133443832397, - -0.0001931239094119519, - -0.5189271569252014, - 0.8521302342414856 - ] - ], - [ - 5.066666603088379, - [ - 0.06715290248394012, - 2.100562232953962e-05, - -0.5182989239692688, - 0.8525589108467102 - ] - ], - [ - 5.099999904632568, - [ - 0.06667459011077881, - 0.00022182708198670298, - -0.5171716809272766, - 0.8532806634902954 - ] - ], - [ - 5.133333206176758, - [ - 0.06631273031234741, - 0.00040932788397185504, - -0.5155794024467468, - 0.8542718291282654 - ] - ], - [ - 5.166666507720947, - [ - 0.06607453525066376, - 0.0005844440311193466, - -0.5135509967803955, - 0.8555110692977905 - ] - ], - [ - 5.199999809265137, - [ - 0.06596790999174118, - 0.0007490824209526181, - -0.5111115574836731, - 0.8569787740707397 - ] - ], - [ - 5.233333110809326, - [ - 0.03668787330389023, - -0.038087718188762665, - -0.5181912779808044, - 0.8536282181739807 - ] - ], - [ - 5.266666889190674, - [ - 0.0068317921832203865, - -0.07805662602186203, - -0.5243975520133972, - 0.8478606343269348 - ] - ], - [ - 5.300000190734863, - [ - -0.013529631309211254, - -0.10579940676689148, - -0.527014434337616, - 0.8431366682052612 - ] - ], - [ - 5.333333492279053, - [ - -0.030260814353823662, - -0.1291000097990036, - -0.5281760096549988, - 0.8387179374694824 - ] - ], - [ - 5.366666793823242, - [ - -0.04473332688212395, - -0.14977328479290009, - -0.528434693813324, - 0.8344600796699524 - ] - ], - [ - 5.400000095367432, - [ - -0.0575048066675663, - -0.16854943335056305, - -0.5280538201332092, - 0.8303273320198059 - ] - ], - [ - 5.433333396911621, - [ - -0.06885634362697601, - -0.18578575551509857, - -0.5271963477134705, - 0.8263210654258728 - ] - ], - [ - 5.4666666984558105, - [ - -0.07894894480705261, - -0.2016732096672058, - -0.5259807109832764, - 0.8224594593048096 - ] - ], - [ - 5.5, - [ - -0.08788488060235977, - -0.21631720662117004, - -0.5245020389556885, - 0.818767786026001 - ] - ], - [ - 5.5333333015441895, - [ - -0.09573862701654434, - -0.2297777682542801, - -0.5228433609008789, - 0.815273642539978 - ] - ], - [ - 5.566666603088379, - [ - -0.10256007313728333, - -0.24207262694835663, - -0.5210776329040527, - 0.8120101094245911 - ] - ], - [ - 5.599999904632568, - [ - -0.10839762538671494, - -0.25320810079574585, - -0.5192745923995972, - 0.8090052604675293 - ] - ], - [ - 5.633333206176758, - [ - -0.11330122500658035, - -0.26318326592445374, - -0.5175023674964905, - 0.806280791759491 - ] - ], - [ - 5.666666507720947, - [ - -0.1173124760389328, - -0.2719763517379761, - -0.5158251523971558, - 0.803860068321228 - ] - ], - [ - 5.699999809265137, - [ - -0.12047602981328964, - -0.2795615792274475, - -0.5143064856529236, - 0.8017603754997253 - ] - ], - [ - 5.733333110809326, - [ - -0.12283634394407272, - -0.28590649366378784, - -0.5130085945129395, - 0.7999942898750305 - ] - ], - [ - 5.766666889190674, - [ - -0.12443634867668152, - -0.2909725606441498, - -0.5119920372962952, - 0.798570454120636 - ] - ], - [ - 5.800000190734863, - [ - -0.12531408667564392, - -0.29471394419670105, - -0.5113149285316467, - 0.7974944114685059 - ] - ], - [ - 5.833333492279053, - [ - -0.12549884617328644, - -0.2970765233039856, - -0.5110308527946472, - 0.7967703938484192 - ] - ], - [ - 5.866666793823242, - [ - -0.12500564754009247, - -0.2979949414730072, - -0.5111876130104065, - 0.7964043021202087 - ] - ], - [ - 5.900000095367432, - [ - -0.12382857501506805, - -0.29738879203796387, - -0.5118243098258972, - 0.7964058518409729 - ] - ], - [ - 5.933333396911621, - [ - -0.12202167510986328, - -0.2953561842441559, - -0.5129035115242004, - 0.7967467904090881 - ] - ], - [ - 5.9666666984558105, - [ - -0.11968349665403366, - -0.29213428497314453, - -0.5143277049064636, - 0.7973710894584656 - ] - ], - [ - 6.0, - [ - -0.11683861166238785, - -0.2878206670284271, - -0.5160320997238159, - 0.7982599139213562 - ] - ], - [ - 6.0333333015441895, - [ - -0.11350493878126144, - -0.2825089693069458, - -0.5179507732391357, - 0.799394965171814 - ] - ], - [ - 6.066666603088379, - [ - -0.1096901148557663, - -0.2762792706489563, - -0.5200154781341553, - 0.8007633686065674 - ] - ], - [ - 6.099999904632568, - [ - -0.1053999736905098, - -0.26920682191848755, - -0.5221586227416992, - 0.8023521304130554 - ] - ], - [ - 6.133333206176758, - [ - -0.10064119100570679, - -0.26136302947998047, - -0.5243149399757385, - 0.8041483759880066 - ] - ], - [ - 6.166666507720947, - [ - -0.09542430937290192, - -0.2528176009654999, - -0.5264222621917725, - 0.8061371445655823 - ] - ], - [ - 6.199999809265137, - [ - -0.08976619690656662, - -0.24364066123962402, - -0.5284225940704346, - 0.8083012104034424 - ] - ], - [ - 6.233333110809326, - [ - -0.08369248360395432, - -0.23390541970729828, - -0.5302631258964539, - 0.8106201887130737 - ] - ], - [ - 6.266666889190674, - [ - -0.07724032551050186, - -0.22369152307510376, - -0.5318971276283264, - 0.8130691647529602 - ] - ], - [ - 6.300000190734863, - [ - -0.07045869529247284, - -0.21308577060699463, - -0.5332843065261841, - 0.8156211376190186 - ] - ], - [ - 6.333333492279053, - [ - -0.06340804696083069, - -0.20218220353126526, - -0.5343907475471497, - 0.8182472586631775 - ] - ], - [ - 6.366666793823242, - [ - -0.05583120509982109, - -0.19060483574867249, - -0.5351938009262085, - 0.8210482597351074 - ] - ], - [ - 6.400000095367432, - [ - -0.04757363721728325, - -0.1781471073627472, - -0.5356685519218445, - 0.8240508437156677 - ] - ], - [ - 6.433333396911621, - [ - -0.03891231492161751, - -0.16522741317749023, - -0.5358061790466309, - 0.82710200548172 - ] - ], - [ - 6.4666666984558105, - [ - -0.030176760628819466, - -0.15232637524604797, - -0.5356255769729614, - 0.8300549983978271 - ] - ], - [ - 6.5, - [ - -0.021766798570752144, - -0.14001142978668213, - -0.5351808667182922, - 0.8327692747116089 - ] - ], - [ - 6.5333333015441895, - [ - -0.014169551432132721, - -0.12896166741847992, - -0.5345667004585266, - 0.8351086974143982 - ] - ], - [ - 6.566666603088379, - [ - -0.00796589720994234, - -0.11997891217470169, - -0.5339198112487793, - 0.8369415998458862 - ] - ], - [ - 6.599999904632568, - [ - -0.003807042958214879, - -0.11395971477031708, - -0.5334073305130005, - 0.8381379842758179 - ] - ], - [ - 6.633333206176758, - [ - -0.0023401665966957808, - -0.11180082708597183, - -0.5331934094429016, - 0.8385702967643738 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292726384_205993.json b/lenses/physics-objects/Scene/assets/1646688292726384_205993.json deleted file mode 100644 index 4928531e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292726384_205993.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292726384:205993", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292727725_206010.json b/lenses/physics-objects/Scene/assets/1646688292727725_206010.json deleted file mode 100644 index 2d125cb8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292727725_206010.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292727725:206010", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 3.366666555404663, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292727984_206017.json b/lenses/physics-objects/Scene/assets/1646688292727984_206017.json deleted file mode 100644 index 98cb0fad..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292727984_206017.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292727984:206017", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ], - [ - 0.03333333507180214, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ], - [ - 0.06666667014360428, - [ - 0.22697961330413818, - 0.2114734947681427, - -0.5405818223953247, - 0.782004177570343 - ] - ], - [ - 0.10000000149011612, - [ - 0.22265170514583588, - 0.23961399495601654, - -0.53035569190979, - 0.7821344137191772 - ] - ], - [ - 0.13333334028720856, - [ - 0.2566573917865753, - 0.3048486113548279, - -0.4873232841491699, - 0.7769879698753357 - ] - ], - [ - 0.1666666716337204, - [ - 0.34060436487197876, - 0.4046449661254883, - -0.407327800989151, - 0.7445368766784668 - ] - ], - [ - 0.20000000298023224, - [ - 0.3694281280040741, - 0.40789711475372314, - -0.3820037245750427, - 0.742439329624176 - ] - ], - [ - 0.23333333432674408, - [ - 0.3272005319595337, - 0.3237249553203583, - -0.4230799376964569, - 0.7804776430130005 - ] - ], - [ - 0.2666666805744171, - [ - 0.25245267152786255, - 0.2668316662311554, - -0.48888567090034485, - 0.7912392616271973 - ] - ], - [ - 0.30000001192092896, - [ - 0.2572574019432068, - 0.30604830384254456, - -0.48850396275520325, - 0.7755752205848694 - ] - ], - [ - 0.3333333432674408, - [ - 0.28179699182510376, - 0.3642033040523529, - -0.47286951541900635, - 0.7512262463569641 - ] - ], - [ - 0.36666667461395264, - [ - 0.3354763686656952, - 0.4348645508289337, - -0.4333915114402771, - 0.714506983757019 - ] - ], - [ - 0.4000000059604645, - [ - 0.3138023614883423, - 0.36213383078575134, - -0.4726373851299286, - 0.7395952343940735 - ] - ], - [ - 0.4333333373069763, - [ - 0.26332688331604004, - 0.2943246364593506, - -0.5084839463233948, - 0.7651640772819519 - ] - ], - [ - 0.46666666865348816, - [ - 0.2431529313325882, - 0.2912643253803253, - -0.5089516639709473, - 0.7726641893386841 - ] - ], - [ - 0.5, - [ - 0.29097750782966614, - 0.35673514008522034, - -0.4596918225288391, - 0.7594442367553711 - ] - ], - [ - 0.5333333611488342, - [ - 0.3625209629535675, - 0.43500861525535583, - -0.3918837308883667, - 0.7251021862030029 - ] - ], - [ - 0.5666666626930237, - [ - 0.40530189871788025, - 0.4667515456676483, - -0.34393444657325745, - 0.7068116068840027 - ] - ], - [ - 0.6000000238418579, - [ - 0.3591371476650238, - 0.34279415011405945, - -0.403384804725647, - 0.768630862236023 - ] - ], - [ - 0.6333333253860474, - [ - 0.2578776776790619, - 0.22246383130550385, - -0.5052695274353027, - 0.7929133772850037 - ] - ], - [ - 0.6666666865348816, - [ - 0.21654647588729858, - 0.18436379730701447, - -0.5308045148849487, - 0.7983509302139282 - ] - ], - [ - 0.699999988079071, - [ - 0.21545840799808502, - 0.19561441242694855, - -0.509107768535614, - 0.8100137114524841 - ] - ], - [ - 0.7333333492279053, - [ - 0.2564196288585663, - 0.25206199288368225, - -0.435558021068573, - 0.8252291679382324 - ] - ], - [ - 0.7666666507720947, - [ - 0.27024105191230774, - 0.2458493709564209, - -0.4017208516597748, - 0.8397310376167297 - ] - ], - [ - 0.800000011920929, - [ - 0.24559016525745392, - 0.14759361743927002, - -0.43374180793762207, - 0.8542656898498535 - ] - ], - [ - 0.8333333134651184, - [ - 0.17379695177078247, - 0.05449854955077171, - -0.4777568578720093, - 0.8594026565551758 - ] - ], - [ - 0.8666666746139526, - [ - 0.17908751964569092, - 0.09081897139549255, - -0.4369589388370514, - 0.8767818808555603 - ] - ], - [ - 0.8999999761581421, - [ - 0.22852939367294312, - 0.1900833547115326, - -0.3555451035499573, - 0.8861322402954102 - ] - ], - [ - 0.9333333373069763, - [ - 0.29761803150177, - 0.3048194646835327, - -0.26328524947166443, - 0.8655573129653931 - ] - ], - [ - 0.9666666388511658, - [ - 0.32017120718955994, - 0.3095025420188904, - -0.2587529420852661, - 0.857172966003418 - ] - ], - [ - 1.0, - [ - 0.2930830717086792, - 0.2248762547969818, - -0.3379366397857666, - 0.8656395077705383 - ] - ], - [ - 1.0333333015441895, - [ - 0.24441973865032196, - 0.1766742765903473, - -0.4003400504589081, - 0.8653167486190796 - ] - ], - [ - 1.0666667222976685, - [ - 0.23997505009174347, - 0.20729157328605652, - -0.3923560380935669, - 0.8634228110313416 - ] - ], - [ - 1.100000023841858, - [ - 0.25304871797561646, - 0.2618550956249237, - -0.3534279763698578, - 0.861676812171936 - ] - ], - [ - 1.1333333253860474, - [ - 0.32802486419677734, - 0.3580404222011566, - -0.2570858597755432, - 0.8355319499969482 - ] - ], - [ - 1.1666666269302368, - [ - 0.34368467330932617, - 0.33406007289886475, - -0.2600392699241638, - 0.8382507562637329 - ] - ], - [ - 1.2000000476837158, - [ - 0.3081105947494507, - 0.2646665871143341, - -0.296019971370697, - 0.8645181655883789 - ] - ], - [ - 1.2333333492279053, - [ - 0.23576487600803375, - 0.18723854422569275, - -0.3575439155101776, - 0.8840356469154358 - ] - ], - [ - 1.2666666507720947, - [ - 0.22178538143634796, - 0.21487760543823242, - -0.35342949628829956, - 0.8830212354660034 - ] - ], - [ - 1.2999999523162842, - [ - 0.2283613532781601, - 0.2641456425189972, - -0.3203887343406677, - 0.8805845975875854 - ] - ], - [ - 1.3333333730697632, - [ - 0.23359961807727814, - 0.28921064734458923, - -0.30683985352516174, - 0.8761493563652039 - ] - ], - [ - 1.3666666746139526, - [ - 0.19980020821094513, - 0.16462334990501404, - -0.3686545789241791, - 0.8927894830703735 - ] - ], - [ - 1.399999976158142, - [ - 0.12999796867370605, - 0.06940530985593796, - -0.4186665713787079, - 0.8961036205291748 - ] - ], - [ - 1.4333332777023315, - [ - 0.10754811763763428, - 0.07440536469221115, - -0.41497623920440674, - 0.9003843665122986 - ] - ], - [ - 1.4666666984558105, - [ - 0.12302181869745255, - 0.14130966365337372, - -0.3735770285129547, - 0.9084808230400085 - ] - ], - [ - 1.5, - [ - 0.192281112074852, - 0.2669030427932739, - -0.2916063964366913, - 0.8981963396072388 - ] - ], - [ - 1.5333333015441895, - [ - 0.2282412201166153, - 0.3001699447631836, - -0.24549157917499542, - 0.8930497169494629 - ] - ], - [ - 1.5666667222976685, - [ - 0.18280798196792603, - 0.15987466275691986, - -0.2539888918399811, - 0.9362216591835022 - ] - ], - [ - 1.600000023841858, - [ - 0.10672816634178162, - 0.04441610723733902, - -0.3229156732559204, - 0.939341127872467 - ] - ], - [ - 1.6333333253860474, - [ - 0.10748250037431717, - 0.07270610332489014, - -0.3511551320552826, - 0.9272817373275757 - ] - ], - [ - 1.6666666269302368, - [ - 0.13712178170681, - 0.1526012122631073, - -0.37421056628227234, - 0.9043654799461365 - ] - ], - [ - 1.7000000476837158, - [ - 0.20122697949409485, - 0.27362269163131714, - -0.36883842945098877, - 0.8652147054672241 - ] - ], - [ - 1.7333333492279053, - [ - 0.22601670026779175, - 0.28309911489486694, - -0.3852350413799286, - 0.8487433791160583 - ] - ], - [ - 1.7666666507720947, - [ - 0.20236632227897644, - 0.19698898494243622, - -0.4287310242652893, - 0.858156681060791 - ] - ], - [ - 1.7999999523162842, - [ - 0.1685040444135666, - 0.1617923229932785, - -0.4616752564907074, - 0.8557368516921997 - ] - ], - [ - 1.8333333730697632, - [ - 0.2007552534341812, - 0.23574475944042206, - -0.41626763343811035, - 0.8548935651779175 - ] - ], - [ - 1.8666666746139526, - [ - 0.2476119101047516, - 0.32591336965560913, - -0.35886991024017334, - 0.8388572335243225 - ] - ], - [ - 1.899999976158142, - [ - 0.30831795930862427, - 0.4173724055290222, - -0.2953042984008789, - 0.8022067546844482 - ] - ], - [ - 1.9333332777023315, - [ - 0.2943301796913147, - 0.3303993344306946, - -0.34152302145957947, - 0.8291972279548645 - ] - ], - [ - 1.9666666984558105, - [ - 0.24569831788539886, - 0.22350984811782837, - -0.42694050073623657, - 0.8410692811012268 - ] - ], - [ - 2.0, - [ - 0.2172379493713379, - 0.19374282658100128, - -0.4607657790184021, - 0.8384308218955994 - ] - ], - [ - 2.0333333015441895, - [ - 0.2201700359582901, - 0.23759374022483826, - -0.438996821641922, - 0.8380669355392456 - ] - ], - [ - 2.066666603088379, - [ - 0.24792687594890594, - 0.309198260307312, - -0.38554441928863525, - 0.8332371711730957 - ] - ], - [ - 2.0999999046325684, - [ - 0.2873881459236145, - 0.36525529623031616, - -0.330858051776886, - 0.8212975263595581 - ] - ], - [ - 2.133333444595337, - [ - 0.29018697142601013, - 0.2781211733818054, - -0.40366479754447937, - 0.8218851089477539 - ] - ], - [ - 2.1666667461395264, - [ - 0.26486024260520935, - 0.23225563764572144, - -0.4401184916496277, - 0.8259553909301758 - ] - ], - [ - 2.200000047683716, - [ - 0.26443254947662354, - 0.2645679712295532, - -0.4204190671443939, - 0.8266359567642212 - ] - ], - [ - 2.2333333492279053, - [ - 0.2911228835582733, - 0.3192104697227478, - -0.37907859683036804, - 0.8183225393295288 - ] - ], - [ - 2.2666666507720947, - [ - 0.33050960302352905, - 0.3852922320365906, - -0.32586315274238586, - 0.7975755333900452 - ] - ], - [ - 2.299999952316284, - [ - 0.34331390261650085, - 0.3812178075313568, - -0.3511947691440582, - 0.7832437753677368 - ] - ], - [ - 2.3333332538604736, - [ - 0.32520896196365356, - 0.2780999541282654, - -0.4639595150947571, - 0.7756554484367371 - ] - ], - [ - 2.366666555404663, - [ - 0.2765754163265228, - 0.21485035121440887, - -0.5196444392204285, - 0.7793042063713074 - ] - ], - [ - 2.4000000953674316, - [ - 0.2672729194164276, - 0.2233513593673706, - -0.5250256657600403, - 0.7765483856201172 - ] - ], - [ - 2.433333396911621, - [ - 0.29521623253822327, - 0.2672500014305115, - -0.49741795659065247, - 0.7707142233848572 - ] - ], - [ - 2.4666666984558105, - [ - 0.3631628155708313, - 0.3549497127532959, - -0.4193895161151886, - 0.7524864673614502 - ] - ], - [ - 2.5, - [ - 0.3979685306549072, - 0.3642515540122986, - -0.4118836224079132, - 0.7343661785125732 - ] - ], - [ - 2.5333333015441895, - [ - 0.3860297203063965, - 0.2869930863380432, - -0.4743010997772217, - 0.7373293042182922 - ] - ], - [ - 2.566666603088379, - [ - 0.3316211700439453, - 0.21777452528476715, - -0.5065761208534241, - 0.7654948234558105 - ] - ], - [ - 2.5999999046325684, - [ - 0.32003095746040344, - 0.23605525493621826, - -0.48881232738494873, - 0.7764796018600464 - ] - ], - [ - 2.633333444595337, - [ - 0.32015112042427063, - 0.274716317653656, - -0.4548458158969879, - 0.7843146920204163 - ] - ], - [ - 2.6666667461395264, - [ - 0.34933578968048096, - 0.3356083929538727, - -0.3956996202468872, - 0.780226469039917 - ] - ], - [ - 2.700000047683716, - [ - 0.34499090909957886, - 0.2582215368747711, - -0.4697609841823578, - 0.7704722881317139 - ] - ], - [ - 2.7333333492279053, - [ - 0.30535149574279785, - 0.18105216324329376, - -0.5224173069000244, - 0.7752810716629028 - ] - ], - [ - 2.7666666507720947, - [ - 0.2751035988330841, - 0.1641150563955307, - -0.5324560403823853, - 0.7835016846656799 - ] - ], - [ - 2.799999952316284, - [ - 0.28475818037986755, - 0.21473269164562225, - -0.4985743463039398, - 0.7900800704956055 - ] - ], - [ - 2.8333332538604736, - [ - 0.3394360840320587, - 0.2920331358909607, - -0.4284984767436981, - 0.7847858667373657 - ] - ], - [ - 2.866666555404663, - [ - 0.39907026290893555, - 0.3587344288825989, - -0.35680249333381653, - 0.7646859288215637 - ] - ], - [ - 2.9000000953674316, - [ - 0.4007342457771301, - 0.27379554510116577, - -0.43272390961647034, - 0.7597355246543884 - ] - ], - [ - 2.933333396911621, - [ - 0.3483961820602417, - 0.18554376065731049, - -0.485791951417923, - 0.7798716425895691 - ] - ], - [ - 2.9666666984558105, - [ - 0.32214251160621643, - 0.18241244554519653, - -0.48692262172698975, - 0.7911108136177063 - ] - ], - [ - 3.0, - [ - 0.3156258761882782, - 0.22362712025642395, - -0.4619649648666382, - 0.7980974912643433 - ] - ], - [ - 3.0333333015441895, - [ - 0.33682695031166077, - 0.29541319608688354, - -0.4116285741329193, - 0.7936249375343323 - ] - ], - [ - 3.066666603088379, - [ - 0.34440451860427856, - 0.30755874514579773, - -0.40834861993789673, - 0.7874290943145752 - ] - ], - [ - 3.0999999046325684, - [ - 0.31959089636802673, - 0.22770088911056519, - -0.45987823605537415, - 0.7965713739395142 - ] - ], - [ - 3.133333444595337, - [ - 0.2677081823348999, - 0.18766577541828156, - -0.47982257604599, - 0.8141771554946899 - ] - ], - [ - 3.1666667461395264, - [ - 0.2585749626159668, - 0.21739912033081055, - -0.4559852182865143, - 0.8233798146247864 - ] - ], - [ - 3.200000047683716, - [ - 0.28560319542884827, - 0.2882494330406189, - -0.41102153062820435, - 0.8163360953330994 - ] - ], - [ - 3.2333333492279053, - [ - 0.3463483154773712, - 0.39500343799591064, - -0.34614741802215576, - 0.7773011922836304 - ] - ], - [ - 3.2666666507720947, - [ - 0.35782113671302795, - 0.37761208415031433, - -0.3605423867702484, - 0.7741978764533997 - ] - ], - [ - 3.299999952316284, - [ - 0.2927199602127075, - 0.25199925899505615, - -0.452166348695755, - 0.803963303565979 - ] - ], - [ - 3.3333332538604736, - [ - 0.28046825528144836, - 0.25168731808662415, - -0.4894371032714844, - 0.7864112257957458 - ] - ], - [ - 3.366666555404663, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292728270_206024.json b/lenses/physics-objects/Scene/assets/1646688292728270_206024.json deleted file mode 100644 index 6fbb85d7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292728270_206024.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292728270:206024", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292738860_206037.json b/lenses/physics-objects/Scene/assets/1646688292738860_206037.json deleted file mode 100644 index b1783219..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292738860_206037.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292738860:206037", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.7372212409973145, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.7661415338516235, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.7894134521484375, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.806234359741211, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.815813422203064, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.8172773122787476, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.8111273050308228, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.8009010553359985, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.786987066268921, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.769776463508606, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.7497197389602661, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.7433819770812988, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.7678967714309692, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.7865897417068481, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.7986960411071777, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.8034625053405762, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.8017446994781494, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.7951650619506836, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.784136414527893, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.769075632095337, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.7504024505615234, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292739148_206044.json b/lenses/physics-objects/Scene/assets/1646688292739148_206044.json deleted file mode 100644 index bc5a85ea..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292739148_206044.json +++ /dev/null @@ -1,1729 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292739148:206044", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11076939105987549, - 9.367508093763738e-17, - 1.1622648612533588e-16, - 0.9938462376594543 - ] - ], - [ - 0.06666667014360428, - [ - 0.11101088672876358, - 1.0408335065596555e-17, - 1.6653345369377348e-16, - 0.9938191771507263 - ] - ], - [ - 0.10000000149011612, - [ - 0.11170396953821182, - -5.2041710896749113e-17, - -1.8735016187527477e-16, - 0.9937416315078735 - ] - ], - [ - 0.13333334028720856, - [ - 0.11279650777578354, - -2.428612535495285e-17, - 1.0581817173925464e-16, - 0.9936181306838989 - ] - ], - [ - 0.1666666716337204, - [ - 0.11423587054014206, - 8.673622342967711e-18, - 2.5326962749261384e-16, - 0.9934536814689636 - ] - ], - [ - 0.20000000298023224, - [ - 0.11597450077533722, - 4.683753385137379e-17, - -1.734732574963545e-18, - 0.9932522177696228 - ] - ], - [ - 0.23333333432674408, - [ - 0.11797267943620682, - -4.0766001685454967e-17, - -4.163336342344337e-17, - 0.9930168390274048 - ] - ], - [ - 0.2666666805744171, - [ - 0.12019870430231094, - 6.461844948013606e-17, - 1.0755285551056204e-16, - 0.9927498698234558 - ] - ], - [ - 0.30000001192092896, - [ - 0.12262756377458572, - 2.081667013119311e-17, - -2.1163626406917047e-16, - 0.9924527406692505 - ] - ], - [ - 0.3333333432674408, - [ - 0.12523919343948364, - -1.3530843112619095e-16, - -1.8214596497756474e-16, - 0.9921265840530396 - ] - ], - [ - 0.36666667461395264, - [ - 0.1280163675546646, - -1.3877789462175682e-17, - 2.0816681711721685e-16, - 0.9917720556259155 - ] - ], - [ - 0.4000000059604645, - [ - 0.13094335794448853, - -8.326672684688674e-17, - 4.5102810375396984e-17, - 0.9913898706436157 - ] - ], - [ - 0.4333333373069763, - [ - 0.13400328159332275, - 1.5959457302475605e-16, - 2.428613197239775e-17, - 0.9909809827804565 - ] - ], - [ - 0.46666666865348816, - [ - 0.13717803359031677, - 4.163336342344337e-17, - -3.8163916471489756e-17, - 0.9905464053153992 - ] - ], - [ - 0.5, - [ - 0.14044572412967682, - 1.5265566588595902e-16, - 1.960237527853792e-16, - 0.9900884032249451 - ] - ], - [ - 0.5333333611488342, - [ - 0.1437799036502838, - 1.249000770354403e-16, - 5.204170758802666e-17, - 0.9896097183227539 - ] - ], - [ - 0.5666666626930237, - [ - 0.14714832603931427, - 4.857226725351795e-17, - 2.6107588313450947e-16, - 0.9891144633293152 - ] - ], - [ - 0.6000000238418579, - [ - 0.1505126953125, - -5.551115784870273e-17, - -5.2909069326015067e-17, - 0.988608181476593 - ] - ], - [ - 0.6333333253860474, - [ - 0.1538253128528595, - 2.081668336608291e-17, - 1.9125326322644298e-16, - 0.9880980849266052 - ] - ], - [ - 0.6666666865348816, - [ - 0.15703365206718445, - -3.400058542310134e-16, - 2.1467200368235028e-16, - 0.9875933527946472 - ] - ], - [ - 0.699999988079071, - [ - 0.16007556021213531, - -6.245006498749976e-17, - 5.2692228891517966e-17, - 0.9871047735214233 - ] - ], - [ - 0.7333333492279053, - [ - 0.16288243234157562, - -4.163334687983112e-17, - 8.55436109661104e-17, - 0.9866455793380737 - ] - ], - [ - 0.7666666507720947, - [ - 0.16537970304489136, - 2.7755578924351364e-17, - 2.1320839692394385e-16, - 0.9862300753593445 - ] - ], - [ - 0.800000011920929, - [ - 0.1674889773130417, - -1.0408340855860843e-16, - 5.0732191342849065e-17, - 0.9858739376068115 - ] - ], - [ - 0.8333333134651184, - [ - 0.16923892498016357, - -1.3877863908430812e-17, - 8.714276284841222e-17, - 0.9855750799179077 - ] - ], - [ - 0.8666666746139526, - [ - 0.17068539559841156, - 1.3183898417423734e-16, - -1.4403625861469926e-16, - 0.9853255748748779 - ] - ], - [ - 0.8999999761581421, - [ - 0.17178845405578613, - 3.469446951953614e-17, - 1.227316859253591e-16, - 0.9851338863372803 - ] - ], - [ - 0.9333333373069763, - [ - 0.17250758409500122, - 1.8735012217060537e-16, - -2.329950468671349e-16, - 0.985008180141449 - ] - ], - [ - 0.9666666388511658, - [ - 0.17280280590057373, - 2.081682233242582e-17, - 2.2854979149016473e-16, - 0.9849564433097839 - ] - ], - [ - 1.0, - [ - 0.17263583838939667, - -1.3183898417423734e-16, - -3.491130995403324e-17, - 0.9849857091903687 - ] - ], - [ - 1.0333333015441895, - [ - 0.17157207429409027, - -6.245015101428346e-17, - -5.659534678629843e-17, - 0.9851716756820679 - ] - ], - [ - 1.0666667222976685, - [ - 0.16929210722446442, - 6.938894565651718e-17, - -5.0306987420772306e-17, - 0.9855660200119019 - ] - ], - [ - 1.100000023841858, - [ - 0.16595162451267242, - -1.6653345369377348e-16, - -1.6263032587282567e-16, - 0.986133873462677 - ] - ], - [ - 1.1333333253860474, - [ - 0.16172198951244354, - 1.3877787807814457e-16, - 3.81638469883183e-17, - 0.9868363738059998 - ] - ], - [ - 1.1666666269302368, - [ - 0.15677879750728607, - 6.939047759501163e-18, - 3.681950577760773e-16, - 0.9876337647438049 - ] - ], - [ - 1.2000000476837158, - [ - 0.15129707753658295, - -9.020568030779807e-17, - 2.9013226312910457e-16, - 0.9884884357452393 - ] - ], - [ - 1.2333333492279053, - [ - 0.14545179903507233, - 6.938896550885189e-17, - -9.80118763926896e-17, - 0.9893653392791748 - ] - ], - [ - 1.2666666507720947, - [ - 0.1394011527299881, - 8.326674008177654e-17, - -2.905665130983602e-17, - 0.9902361035346985 - ] - ], - [ - 1.2999999523162842, - [ - 0.1332765370607376, - 1.942890160745126e-16, - 9.757755032281761e-18, - 0.9910789132118225 - ] - ], - [ - 1.3333333730697632, - [ - 0.1271832436323166, - 1.3877794425259357e-17, - 6.895530449219238e-17, - 0.9918793439865112 - ] - ], - [ - 1.3666666746139526, - [ - 0.1211981475353241, - 1.1102230246251565e-16, - 7.37257477290143e-17, - 0.9926283359527588 - ] - ], - [ - 1.399999976158142, - [ - 0.11536998301744461, - -1.3877787807814457e-16, - 3.469447779134227e-18, - 0.9933226108551025 - ] - ], - [ - 1.4333332777023315, - [ - 0.10971908271312714, - -1.3530843112619095e-16, - 1.6479873021779667e-17, - 0.9939626455307007 - ] - ], - [ - 1.4666666984558105, - [ - 0.10423333197832108, - 5.898060480065634e-17, - -4.85722639447955e-17, - 0.9945529699325562 - ] - ], - [ - 1.5, - [ - 0.09885504841804504, - -1.7347233105406846e-17, - 2.7755575615628914e-17, - 0.9951018691062927 - ] - ], - [ - 1.5333333015441895, - [ - 0.09343721717596054, - -2.3418786778021597e-17, - -2.5153490401663703e-16, - 0.9956251978874207 - ] - ], - [ - 1.5666667222976685, - [ - 0.08755350112915039, - 3.122502256758253e-17, - 7.719520129841282e-17, - 0.9961599111557007 - ] - ], - [ - 1.600000023841858, - [ - 0.07658405601978302, - -1.0408342179349823e-16, - -2.697495269841731e-16, - 0.9970632195472717 - ] - ], - [ - 1.7333333492279053, - [ - 0.07669875025749207, - 3.469446951953614e-17, - 2.402592014227878e-16, - 0.9970543384552002 - ] - ], - [ - 1.7666666507720947, - [ - 0.0771985873579979, - 1.690009849412993e-23, - 4.943973487062476e-17, - 0.9970158338546753 - ] - ], - [ - 1.7999999523162842, - [ - 0.07784797251224518, - -3.469446951953614e-17, - -2.1337098754514727e-16, - 0.996965229511261 - ] - ], - [ - 1.8333333730697632, - [ - 0.0786392018198967, - -1.387776630111853e-17, - -6.938632514833662e-18, - 0.9969032406806946 - ] - ], - [ - 1.8666666746139526, - [ - 0.07956520467996597, - 6.938895558268453e-18, - 2.2811613709095013e-16, - 0.9968296885490417 - ] - ], - [ - 1.899999976158142, - [ - 0.08061940222978592, - -3.469444635847899e-17, - 2.0816850456566646e-17, - 0.9967450499534607 - ] - ], - [ - 1.9333332777023315, - [ - 0.0817953422665596, - -6.245004513516506e-17, - -2.2898349882893854e-16, - 0.9966491460800171 - ] - ], - [ - 1.9666666984558105, - [ - 0.08308091759681702, - -2.7755552454571762e-17, - -1.2663473433696811e-16, - 0.9965428113937378 - ] - ], - [ - 2.0, - [ - 0.08972156047821045, - -6.938893490316922e-18, - 1.0191500421363742e-17, - 0.995966911315918 - ] - ], - [ - 2.0333333015441895, - [ - 0.09602153301239014, - -6.9388852185107966e-18, - -8.066455560613782e-17, - 0.9953792691230774 - ] - ], - [ - 2.066666603088379, - [ - 0.10099201649427414, - -7.632781970808971e-17, - -1.474513631091306e-16, - 0.9948872327804565 - ] - ], - [ - 2.0999999046325684, - [ - 0.10551198571920395, - -7.632790573487342e-17, - -2.237793284010081e-16, - 0.9944180250167847 - ] - ], - [ - 2.133333444595337, - [ - 0.10978821665048599, - -8.673483376624802e-18, - -1.491862321688952e-16, - 0.9939550161361694 - ] - ], - [ - 2.1666667461395264, - [ - 0.11389504373073578, - 1.2143108999590728e-17, - -1.6653349339844288e-16, - 0.9934929013252258 - ] - ], - [ - 2.200000047683716, - [ - 0.11785917729139328, - 7.459314917167211e-17, - 2.740863092043355e-16, - 0.993030309677124 - ] - ], - [ - 2.2333333492279053, - [ - 0.12168411165475845, - 8.023098723370693e-17, - 9.194035084421568e-17, - 0.9925689697265625 - ] - ], - [ - 2.2666666507720947, - [ - 0.12535998225212097, - 9.627715291671279e-17, - 1.4224732503009818e-16, - 0.992111325263977 - ] - ], - [ - 2.299999952316284, - [ - 0.1288679540157318, - 2.0816681711721685e-17, - 1.7694179454963432e-16, - 0.991661787033081 - ] - ], - [ - 2.3333332538604736, - [ - 0.13218261301517487, - 7.892992477438962e-17, - -2.0816681711721685e-17, - 0.9912253618240356 - ] - ], - [ - 2.366666555404663, - [ - 0.13527286052703857, - -5.724588794212443e-17, - 2.740863356741151e-16, - 0.9908084869384766 - ] - ], - [ - 2.4000000953674316, - [ - 0.13811196386814117, - 3.64291963042354e-17, - -1.942890293094024e-16, - 0.9904166460037231 - ] - ], - [ - 2.433333396911621, - [ - 0.1406654417514801, - -4.683753054265134e-17, - 4.85722573273506e-17, - 0.9900571703910828 - ] - ], - [ - 2.4666666984558105, - [ - 0.142881840467453, - 8.67361572552281e-18, - -2.185751579730777e-16, - 0.9897397756576538 - ] - ], - [ - 2.5, - [ - 0.14474350214004517, - -7.112366251504909e-17, - -1.0061396160665481e-16, - 0.9894692301750183 - ] - ], - [ - 2.5333333015441895, - [ - 0.1462279111146927, - -3.122502256758253e-17, - 2.7755575615628914e-17, - 0.9892509579658508 - ] - ], - [ - 2.566666603088379, - [ - 0.14728039503097534, - -6.418476861114186e-17, - -5.204170427930421e-17, - 0.9890947937965393 - ] - ], - [ - 2.5999999046325684, - [ - 0.14785349369049072, - 3.4691274534420156e-18, - -3.4693991822732393e-18, - 0.9890092611312866 - ] - ], - [ - 2.700000047683716, - [ - 0.14719364047050476, - 3.0357664138316574e-17, - 1.457167852169416e-16, - 0.9891077876091003 - ] - ], - [ - 2.7333333492279053, - [ - 0.14638374745845795, - -8.673616552703423e-18, - 2.3592239273284576e-16, - 0.9892278909683228 - ] - ], - [ - 2.7666666507720947, - [ - 0.14535756409168243, - 1.9868003156435644e-17, - -2.0469737016526324e-16, - 0.9893791675567627 - ] - ], - [ - 2.799999952316284, - [ - 0.14415770769119263, - 3.122502256758253e-17, - 3.0184191128974404e-16, - 0.9895548224449158 - ] - ], - [ - 2.8333332538604736, - [ - 0.14282231032848358, - 8.673676109707527e-18, - 7.632844836535525e-17, - 0.9897483587265015 - ] - ], - [ - 2.866666555404663, - [ - 0.1413835734128952, - -1.5612410367756532e-17, - -1.9775777481219656e-16, - 0.9899548888206482 - ] - ], - [ - 2.9000000953674316, - [ - 0.13986797630786896, - -4.683753716009624e-17, - -3.400058012914542e-16, - 0.9901701807975769 - ] - ], - [ - 2.933333396911621, - [ - 0.13828998804092407, - 1.5265571882551823e-16, - 1.4918656304114023e-16, - 0.9903917908668518 - ] - ], - [ - 2.9666666984558105, - [ - 0.13665729761123657, - 5.898060480065634e-17, - 2.2551410481654413e-16, - 0.9906184077262878 - ] - ], - [ - 3.0, - [ - 0.13498090207576752, - 1.2836955045717353e-16, - 2.498002070104398e-16, - 0.9908483028411865 - ] - ], - [ - 3.0333333015441895, - [ - 0.13326889276504517, - -4.163336342344337e-17, - -1.7694179454963432e-16, - 0.9910799264907837 - ] - ], - [ - 3.066666603088379, - [ - 0.13143238425254822, - 6.9388641254051765e-18, - -7.979750488805974e-17, - 0.9913251399993896 - ] - ], - [ - 3.0999999046325684, - [ - 0.12942320108413696, - -1.791710931301637e-25, - 6.071532165918825e-17, - 0.9915894269943237 - ] - ], - [ - 3.133333444595337, - [ - 0.12730680406093597, - 6.938975794787871e-18, - -7.28583926084708e-17, - 0.9918633699417114 - ] - ], - [ - 3.1666667461395264, - [ - 0.12514850497245789, - 4.163336342344337e-17, - -5.629017522747627e-27, - 0.9921380281448364 - ] - ], - [ - 3.200000047683716, - [ - 0.12301991879940033, - -3.4694539002707596e-17, - -4.250078140971343e-17, - 0.9924042224884033 - ] - ], - [ - 3.2333333492279053, - [ - 0.12100593000650406, - -5.551115784870273e-17, - -7.589415869143021e-17, - 0.9926518797874451 - ] - ], - [ - 3.2666666507720947, - [ - 0.11923620849847794, - 1.3877787807814457e-17, - -1.8214596497756474e-17, - 0.9928659200668335 - ] - ], - [ - 3.299999952316284, - [ - 0.11793297529220581, - -1.249000902703301e-16, - -4.0028746855142784e-16, - 0.993021547794342 - ] - ], - [ - 3.3333332538604736, - [ - 0.11741006374359131, - 8.326672684688674e-17, - 5.0306980803327406e-17, - 0.9930835366249084 - ] - ], - [ - 3.366666555404663, - [ - 0.11772378534078598, - -1.249000240958811e-16, - -1.4137943389651774e-16, - 0.9930464029312134 - ] - ], - [ - 3.4000000953674316, - [ - 0.11861807852983475, - -4.163336342344337e-17, - -2.5665775928163104e-16, - 0.9929399490356445 - ] - ], - [ - 3.433333396911621, - [ - 0.1199088990688324, - -2.775550613245746e-17, - 9.454299854099742e-17, - 0.9927849173545837 - ] - ], - [ - 3.4666666984558105, - [ - 0.12146779149770737, - 7.632783956042441e-17, - 3.2612803995341934e-16, - 0.992595374584198 - ] - ], - [ - 3.5, - [ - 0.12321972101926804, - -3.469446951953614e-17, - -1.5265566588595902e-16, - 0.9923794269561768 - ] - ], - [ - 3.5333333015441895, - [ - 0.12512455880641937, - 4.163335018855357e-17, - 3.157196726277789e-16, - 0.99214106798172 - ] - ], - [ - 3.566666603088379, - [ - 0.12716101109981537, - -1.3877786980633844e-17, - -2.393918396847994e-16, - 0.9918820858001709 - ] - ], - [ - 3.5999999046325684, - [ - 0.12931492924690247, - 2.0816685020444135e-17, - 2.7755578924351364e-17, - 0.991603672504425 - ] - ], - [ - 3.633333444595337, - [ - 0.13158029317855835, - -8.673629291284856e-17, - -1.8735010893571556e-16, - 0.9913055300712585 - ] - ], - [ - 3.6666667461395264, - [ - 0.1339571326971054, - -5.898061803554614e-17, - 1.0755285551056204e-16, - 0.9909871220588684 - ] - ], - [ - 3.700000047683716, - [ - 0.13644437491893768, - -7.459314917167211e-17, - 4.1633121886704505e-17, - 0.9906477332115173 - ] - ], - [ - 3.7333333492279053, - [ - 0.13903847336769104, - -3.729655473350135e-17, - -2.3245294578089215e-16, - 0.9902870059013367 - ] - ], - [ - 3.7666666507720947, - [ - 0.14173176884651184, - -3.382710778154774e-17, - 1.5265566588595902e-16, - 0.9899051189422607 - ] - ], - [ - 3.799999952316284, - [ - 0.1445113569498062, - 5.898059818321144e-17, - -1.4224732503009818e-16, - 0.9895031452178955 - ] - ], - [ - 3.8333332538604736, - [ - 0.1473582237958908, - 3.642935181419056e-17, - 2.42861286636753e-16, - 0.9890832901000977 - ] - ], - [ - 3.866666555404663, - [ - 0.15024347603321075, - -2.0816539436656326e-17, - 1.9081955588766918e-16, - 0.9886490106582642 - ] - ], - [ - 3.9000000953674316, - [ - 0.15313273668289185, - -4.8572349971579205e-17, - 2.8102522957802235e-16, - 0.98820561170578 - ] - ], - [ - 3.933333396911621, - [ - 0.15598781406879425, - -1.491862189340054e-16, - -1.1102230246251565e-16, - 0.987758994102478 - ] - ], - [ - 3.9666666984558105, - [ - 0.15876372158527374, - 1.3877787807814457e-16, - 1.8041124150158794e-16, - 0.9873166084289551 - ] - ], - [ - 4.0, - [ - 0.1614082306623459, - 7.632783294297951e-17, - 1.3877787807814457e-17, - 0.9868877530097961 - ] - ], - [ - 4.0333333015441895, - [ - 0.1638626754283905, - 3.4694512532927995e-17, - -1.3183899740912714e-16, - 0.9864831566810608 - ] - ], - [ - 4.066666603088379, - [ - 0.16606277227401733, - -6.244985322926294e-17, - 1.45716758747162e-16, - 0.9861152768135071 - ] - ], - [ - 4.099999904632568, - [ - 0.16794031858444214, - -1.3877787807814457e-16, - 1.1622647289044608e-16, - 0.9857971668243408 - ] - ], - [ - 4.133333206176758, - [ - 0.16952495276927948, - -2.7756353165404713e-17, - 1.3357383999911215e-16, - 0.985525906085968 - ] - ], - [ - 4.166666507720947, - [ - 0.17087125778198242, - 2.428614454554306e-16, - -7.285747278362964e-17, - 0.9852933883666992 - ] - ], - [ - 4.199999809265137, - [ - 0.171945720911026, - 6.938893903907228e-17, - -2.8275992658421956e-16, - 0.9851064085960388 - ] - ], - [ - 4.233333110809326, - [ - 0.17271357774734497, - 1.8041085768978371e-16, - 1.9079829072848167e-17, - 0.9849721193313599 - ] - ], - [ - 4.266666889190674, - [ - 0.17313987016677856, - -1.734723608325705e-16, - 4.111294373367237e-16, - 0.984897255897522 - ] - ], - [ - 4.333333492279053, - [ - 0.17250140011310577, - -3.469447282825859e-17, - 8.153200998835483e-17, - 0.9850093722343445 - ] - ], - [ - 4.366666793823242, - [ - 0.17080038785934448, - -6.245037600741008e-17, - 8.500148341008805e-17, - 0.985305666923523 - ] - ], - [ - 4.400000095367432, - [ - 0.16820555925369263, - -2.220446313948109e-16, - 9.020543546233676e-17, - 0.9857519268989563 - ] - ], - [ - 4.433333396911621, - [ - 0.16484925150871277, - -6.244972088036493e-17, - -2.1163634347850927e-16, - 0.9863188862800598 - ] - ], - [ - 4.4666666984558105, - [ - 0.16086864471435547, - 1.0408348135050233e-16, - -7.112349707892658e-17, - 0.9869758486747742 - ] - ], - [ - 4.5, - [ - 0.15639808773994446, - 1.5265566588595902e-16, - 1.1622647289044608e-16, - 0.9876940846443176 - ] - ], - [ - 4.5333333015441895, - [ - 0.15156260132789612, - 1.8041125473647774e-16, - -1.0928744663764084e-16, - 0.9884476661682129 - ] - ], - [ - 4.566666603088379, - [ - 0.14647328853607178, - -1.8041124150158794e-16, - -1.0234869170007652e-16, - 0.9892145991325378 - ] - ], - [ - 4.599999904632568, - [ - 0.14122462272644043, - -1.0408386516230655e-16, - -1.7347459752894685e-17, - 0.9899775981903076 - ] - ], - [ - 4.633333206176758, - [ - 0.13589338958263397, - 1.3530843112619095e-16, - 5.724586808978973e-17, - 0.9907234907150269 - ] - ], - [ - 4.666666507720947, - [ - 0.13053496181964874, - -9.020558766356947e-17, - 2.255177411025169e-17, - 0.9914438128471375 - ] - ], - [ - 4.699999809265137, - [ - 0.12518826127052307, - 1.7346821169461794e-17, - -8.326667390732754e-17, - 0.9921330213546753 - ] - ], - [ - 4.733333110809326, - [ - 0.1198682188987732, - 6.591928694632676e-17, - 1.0581706000851136e-16, - 0.9927898049354553 - ] - ], - [ - 4.766666889190674, - [ - 0.11456277966499329, - 8.397151781600642e-17, - 2.3592239273284576e-16, - 0.9934160113334656 - ] - ], - [ - 4.800000190734863, - [ - 0.10921645164489746, - 5.2041714205471563e-17, - -2.6020849492674146e-16, - 0.994018018245697 - ] - ], - [ - 4.833333492279053, - [ - 0.10367660224437714, - -5.5511114835310875e-17, - -1.5785957161609343e-16, - 0.9946110844612122 - ] - ], - [ - 4.866666793823242, - [ - 0.09743501991033554, - 1.3877809314510383e-17, - -1.3097143714779172e-16, - 0.9952418804168701 - ] - ], - [ - 4.900000095367432, - [ - 0.08808211982250214, - -3.307284199009712e-23, - -7.372558891033669e-17, - 0.9961132407188416 - ] - ], - [ - 4.933333396911621, - [ - 0.08693791925907135, - -6.938948497827657e-18, - -6.071298073805472e-18, - 0.9962137341499329 - ] - ], - [ - 4.9666666984558105, - [ - 0.08593308180570602, - -6.245003851772015e-17, - 1.726049858596923e-16, - 0.9963009357452393 - ] - ], - [ - 5.0, - [ - 0.08508104830980301, - -2.7755575615628914e-17, - 3.122502256758253e-17, - 0.9963740110397339 - ] - ], - [ - 5.0333333015441895, - [ - 0.08439721167087555, - -4.857224740118325e-17, - -1.700029006457271e-16, - 0.9964321851730347 - ] - ], - [ - 5.066666603088379, - [ - 0.08387264609336853, - -5.551119755337213e-17, - -7.459358592303554e-17, - 0.9964765906333923 - ] - ], - [ - 5.166666507720947, - [ - 0.08314044773578644, - -3.469446951953614e-17, - 2.5413698923060224e-16, - 0.9965378642082214 - ] - ], - [ - 5.199999809265137, - [ - 0.08318302780389786, - 6.938625897388761e-18, - -9.454240297095638e-17, - 0.9965342879295349 - ] - ], - [ - 5.233333110809326, - [ - 0.0883699506521225, - 3.4694376875307536e-17, - -4.401966699409555e-17, - 0.9960877299308777 - ] - ], - [ - 5.266666889190674, - [ - 0.09396594017744064, - 4.1633105343092254e-17, - 2.662800800322195e-16, - 0.9955754280090332 - ] - ], - [ - 5.300000190734863, - [ - 0.09827166795730591, - -6.245004513516506e-17, - -1.942890160745126e-16, - 0.9951596260070801 - ] - ], - [ - 5.333333492279053, - [ - 0.10226716846227646, - -2.4286007895305867e-17, - 1.0234867184774182e-16, - 0.9947569966316223 - ] - ], - [ - 5.366666793823242, - [ - 0.1061742752790451, - 4.3368040577305874e-17, - 4.5102310758307e-17, - 0.9943476319313049 - ] - ], - [ - 5.400000095367432, - [ - 0.11007485538721085, - -2.1510571102112408e-16, - -1.43982048506075e-16, - 0.9939233064651489 - ] - ], - [ - 5.433333396911621, - [ - 0.114000104367733, - -5.898046583431343e-17, - 1.3010424746337073e-16, - 0.9934807419776917 - ] - ], - [ - 5.4666666984558105, - [ - 0.11795559525489807, - -4.510276405328268e-17, - 4.163335680599847e-17, - 0.9930188655853271 - ] - ], - [ - 5.5, - [ - 0.12193091213703156, - 1.3877789462175682e-17, - 7.45931160844476e-17, - 0.9925386905670166 - ] - ], - [ - 5.5333333015441895, - [ - 0.1259041279554367, - -1.1102228261018095e-16, - -1.561235742819733e-17, - 0.9920424222946167 - ] - ], - [ - 5.566666603088379, - [ - 0.12984144687652588, - -7.28585051050341e-17, - -2.428612601669734e-16, - 0.9915347695350647 - ] - ], - [ - 5.599999904632568, - [ - 0.13370124995708466, - 1.3877541307991916e-17, - -3.295971295633483e-17, - 0.9910216927528381 - ] - ], - [ - 5.633333206176758, - [ - 0.13743478059768677, - 1.249000902703301e-16, - -6.591948546967377e-17, - 0.9905108213424683 - ] - ], - [ - 5.666666507720947, - [ - 0.14098422229290009, - 9.714469332571351e-17, - 1.3877785160836497e-16, - 0.9900118708610535 - ] - ], - [ - 5.699999809265137, - [ - 0.1442859172821045, - 3.469446951953614e-17, - -1.5959455978986625e-16, - 0.9895360469818115 - ] - ], - [ - 5.733333110809326, - [ - 0.14727136492729187, - 1.9428885725583498e-16, - 1.5959336864978418e-16, - 0.9890961050987244 - ] - ], - [ - 5.766666889190674, - [ - 0.14986903965473175, - 1.2865389719425637e-23, - 2.480654570646834e-16, - 0.9887058734893799 - ] - ], - [ - 5.800000190734863, - [ - 0.15200631320476532, - 2.0816857074011546e-17, - 1.8041014300573447e-16, - 0.9883795380592346 - ] - ], - [ - 5.833333492279053, - [ - 0.15361230075359344, - 5.551117770103743e-17, - -1.5439038936193583e-16, - 0.9881312251091003 - ] - ], - [ - 5.866666793823242, - [ - 0.15462049841880798, - 6.938894565651718e-17, - -7.979728651237803e-17, - 0.9879740476608276 - ] - ], - [ - 5.900000095367432, - [ - 0.15497134625911713, - -9.020562075079397e-17, - -3.1051550219984847e-16, - 0.9879189729690552 - ] - ], - [ - 5.933333396911621, - [ - 0.15470148622989655, - 1.5265566588595902e-16, - 7.806255641895632e-17, - 0.9879612326622009 - ] - ], - [ - 5.9666666984558105, - [ - 0.15392358601093292, - -5.551117108359253e-17, - 1.561239713286673e-17, - 0.988082766532898 - ] - ], - [ - 6.0, - [ - 0.15270072221755981, - 6.938893903907228e-17, - -1.5265565265106922e-16, - 0.988272488117218 - ] - ], - [ - 6.0333333015441895, - [ - 0.1510983258485794, - 1.3183895770445774e-16, - -7.459327490312522e-17, - 0.9885187149047852 - ] - ], - [ - 6.066666603088379, - [ - 0.14917989075183868, - -2.081643024881547e-17, - 2.220445784552517e-16, - 0.9888100624084473 - ] - ], - [ - 6.099999904632568, - [ - 0.14700628817081451, - -1.3877787807814457e-16, - 1.2143065159018262e-17, - 0.9891355633735657 - ] - ], - [ - 6.133333206176758, - [ - 0.1446342170238495, - -9.714473303038291e-17, - 5.724559015710392e-17, - 0.9894852042198181 - ] - ], - [ - 6.166666507720947, - [ - 0.14211539924144745, - -2.428639170711009e-17, - 1.5439042906660523e-16, - 0.9898501038551331 - ] - ], - [ - 6.199999809265137, - [ - 0.13949589431285858, - 7.488433798943431e-23, - -6.938840964348025e-17, - 0.9902226328849792 - ] - ], - [ - 6.233333110809326, - [ - 0.13681624829769135, - -5.204170758802666e-17, - -9.367506770274758e-17, - 0.9905964732170105 - ] - ], - [ - 6.266666889190674, - [ - 0.1341116577386856, - -1.3877349402089804e-17, - -2.4286191529401853e-17, - 0.9909663200378418 - ] - ], - [ - 6.300000190734863, - [ - 0.1314122974872589, - 8.326660773287853e-17, - -8.847177077754402e-17, - 0.9913278222084045 - ] - ], - [ - 6.333333492279053, - [ - 0.12874354422092438, - -1.7867650479072133e-16, - -6.435824095873954e-16, - 0.9916779398918152 - ] - ], - [ - 6.366666793823242, - [ - 0.12602999806404114, - 8.847089727481716e-17, - 2.949030240032817e-17, - 0.9920264482498169 - ] - ], - [ - 6.400000095367432, - [ - 0.1232418566942215, - 5.4643789493269423e-17, - -3.642919299551295e-17, - 0.9923766851425171 - ] - ], - [ - 6.433333396911621, - [ - 0.12047206610441208, - 7.914678506122143e-17, - 5.3776652748407634e-17, - 0.9927167296409607 - ] - ], - [ - 6.4666666984558105, - [ - 0.11781400442123413, - -1.4224732503009818e-16, - 2.237793284010081e-16, - 0.9930356740951538 - ] - ], - [ - 6.5, - [ - 0.11536555737257004, - -5.724587470723463e-17, - -1.9081958235744878e-16, - 0.9933230876922607 - ] - ], - [ - 6.5333333015441895, - [ - 0.11323399096727371, - -1.3877825858122634e-17, - 7.112366251504909e-17, - 0.9935683608055115 - ] - ], - [ - 6.566666603088379, - [ - 0.11153960973024368, - 6.245005175260996e-17, - 1.3877849019179786e-17, - 0.9937599897384644 - ] - ], - [ - 6.599999904632568, - [ - 0.1104150041937828, - -3.122502256758253e-17, - 6.938893903907228e-18, - 0.9938855767250061 - ] - ], - [ - 6.633333206176758, - [ - 0.10999690741300583, - 2.4286130318036524e-17, - 3.0878077872387166e-16, - 0.9939319491386414 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292739395_206051.json b/lenses/physics-objects/Scene/assets/1646688292739395_206051.json deleted file mode 100644 index 071e71b3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292739395_206051.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292739395:206051", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292740618_206064.json b/lenses/physics-objects/Scene/assets/1646688292740618_206064.json deleted file mode 100644 index efd082dd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292740618_206064.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292740618:206064", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 3.975243091583252, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.068360328674316, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.9764435291290283, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.117602348327637, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.54388427734375, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.934835910797119, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.5031299591064453, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.7532401084899902, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.021518707275391, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.503063201904297, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 3.685898780822754, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.532503366470337, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.545138359069824, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.315328598022461, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.5336480140686035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 3.8021209239959717, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.712857723236084, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.073338031768799, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4110734462738037, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.591874599456787, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 3.874537467956543, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.448965311050415, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.3167617321014404, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3598482608795166, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.4311347007751465, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 2.769866704940796, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 3.6772656440734863, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.599883556365967, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.426626682281494, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.263912677764893, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.435640335083008, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.2981462478637695, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.170444011688232, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.771017551422119, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.1420552730560303, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.6196327209472656, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.0193071365356445, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.6283135414123535, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.058468818664551, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.8278918266296387, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.1113181114196777, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.383334159851074, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.4207828044891357, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.4387059211730957, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.94984769821167, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.1331119537353516, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.79256010055542, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.1821165084838867, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.6565635204315186, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.1890058517456055, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6433799266815186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.952622890472412, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.089118242263794, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8381545543670654, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.0975661277770996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 3.804500102996826, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.1312239170074463, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.4327776432037354, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.134583950042725, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.432620525360107, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 4.609613418579102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.530483722686768, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4257771968841553, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.5223023891448975, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.506273031234741, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 3.7744576930999756, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.455747604370117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.436801910400391, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.015720367431641, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.73366117477417, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.934529781341553, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.789510726928711, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.712840557098389, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.001687049865723, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.3474457263946533, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.836031436920166, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.146539688110352, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.490503311157227, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.906909465789795, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.173006534576416, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.202613830566406, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.505837917327881, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.36214017868042, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.214995384216309, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.0824875831604, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.9374544620513916, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.353426218032837, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.995256185531616, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 4.653754711151123, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.159857273101807, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.7289605140686035, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.77108097076416, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.011524677276611, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 3.9712326526641846, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 3.794471263885498, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.9744038581848145, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.4239280223846436, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.9034409523010254, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.1571109294891357, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292740879_206071.json b/lenses/physics-objects/Scene/assets/1646688292740879_206071.json deleted file mode 100644 index 143153e1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292740879_206071.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292740879:206071", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ], - [ - 0.03333333507180214, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ], - [ - 0.06666667014360428, - [ - 0.047738268971443176, - 0.0, - 0.0, - 0.9988598823547363 - ] - ], - [ - 0.10000000149011612, - [ - 0.023614194244146347, - 0.0, - 0.0, - 0.9997211694717407 - ] - ], - [ - 0.13333334028720856, - [ - 0.0019152399618178606, - 0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 0.1666666716337204, - [ - -0.008547553792595863, - -0.0, - 0.0, - 0.9999634623527527 - ] - ], - [ - 0.20000000298023224, - [ - 0.016448957845568657, - 0.0, - 0.0, - 0.9998648166656494 - ] - ], - [ - 0.23333333432674408, - [ - 0.05060107633471489, - 0.0, - 0.0, - 0.9987189173698425 - ] - ], - [ - 0.2666666805744171, - [ - 0.02937074564397335, - 0.0, - 0.0, - 0.9995685815811157 - ] - ], - [ - 0.30000001192092896, - [ - 0.0013009426183998585, - 0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 0.3333333432674408, - [ - -0.027073906734585762, - -0.0, - 0.0, - 0.9996334314346313 - ] - ], - [ - 0.36666667461395264, - [ - -0.04391887038946152, - -0.0, - 0.0, - 0.999035120010376 - ] - ], - [ - 0.4000000059604645, - [ - 0.0012197642354294658, - 0.0, - 0.0, - 0.9999992847442627 - ] - ], - [ - 0.4333333373069763, - [ - 0.014018463902175426, - 0.0, - 0.0, - 0.9999018311500549 - ] - ], - [ - 0.46666666865348816, - [ - 0.0004362128966022283, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.5, - [ - -0.01188796665519476, - -0.0, - 0.0, - 0.9999294281005859 - ] - ], - [ - 0.5333333611488342, - [ - -0.01686812937259674, - -0.0, - 0.0, - 0.9998577237129211 - ] - ], - [ - 0.5666666626930237, - [ - -0.005004842299968004, - -0.0, - 0.0, - 0.9999874830245972 - ] - ], - [ - 0.6000000238418579, - [ - 0.06417332589626312, - 0.0, - 0.0, - 0.997938871383667 - ] - ], - [ - 0.6333333253860474, - [ - 0.06702039390802383, - 0.0, - 0.0, - 0.9977515935897827 - ] - ], - [ - 0.6666666865348816, - [ - 0.06116579473018646, - 0.0, - 0.0, - 0.9981276392936707 - ] - ], - [ - 0.699999988079071, - [ - 0.05390865355730057, - 0.0, - 0.0, - 0.9985458850860596 - ] - ], - [ - 0.7333333492279053, - [ - 0.04945702105760574, - 0.0, - 0.0, - 0.9987762570381165 - ] - ], - [ - 0.7666666507720947, - [ - 0.06925041973590851, - 0.0, - 0.0, - 0.9975993037223816 - ] - ], - [ - 0.800000011920929, - [ - 0.12198608368635178, - 0.0, - 0.0, - 0.9925318360328674 - ] - ], - [ - 0.8333333134651184, - [ - 0.12914125621318817, - 0.0, - 0.0, - 0.9916263222694397 - ] - ], - [ - 0.8666666746139526, - [ - 0.11141058057546616, - 0.0, - 0.0, - 0.9937744736671448 - ] - ], - [ - 0.8999999761581421, - [ - 0.08424307405948639, - 0.0, - 0.0, - 0.9964452385902405 - ] - ], - [ - 0.9333333373069763, - [ - 0.05754430219531059, - 0.0, - 0.0, - 0.9983430504798889 - ] - ], - [ - 0.9666666388511658, - [ - 0.07468655705451965, - 0.0, - 0.0, - 0.9972070455551147 - ] - ], - [ - 1.0, - [ - 0.11294957250356674, - 0.0, - 0.0, - 0.9936007261276245 - ] - ], - [ - 1.0333333015441895, - [ - 0.10278017073869705, - 0.0, - 0.0, - 0.9947041869163513 - ] - ], - [ - 1.0666667222976685, - [ - 0.07606745511293411, - 0.0, - 0.0, - 0.997102677822113 - ] - ], - [ - 1.100000023841858, - [ - 0.04652978852391243, - 0.0, - 0.0, - 0.9989169239997864 - ] - ], - [ - 1.1333333253860474, - [ - 0.037277691066265106, - 0.0, - 0.0, - 0.9993049502372742 - ] - ], - [ - 1.1666666269302368, - [ - 0.0742674246430397, - 0.0, - 0.0, - 0.9972384572029114 - ] - ], - [ - 1.2000000476837158, - [ - 0.09841673821210861, - 0.0, - 0.0, - 0.9951453804969788 - ] - ], - [ - 1.2333333492279053, - [ - 0.09227968752384186, - 0.0, - 0.0, - 0.9957331418991089 - ] - ], - [ - 1.2666666507720947, - [ - 0.0589631125330925, - 0.0, - 0.0, - 0.9982602596282959 - ] - ], - [ - 1.2999999523162842, - [ - 0.02663782238960266, - 0.0, - 0.0, - 0.9996451735496521 - ] - ], - [ - 1.3333333730697632, - [ - 0.010611006990075111, - 0.0, - 0.0, - 0.9999437928199768 - ] - ], - [ - 1.3666666746139526, - [ - 0.07934203743934631, - 0.0, - 0.0, - 0.9968474507331848 - ] - ], - [ - 1.399999976158142, - [ - 0.09116053581237793, - 0.0, - 0.0, - 0.9958361983299255 - ] - ], - [ - 1.4333332777023315, - [ - 0.07046610862016678, - 0.0, - 0.0, - 0.9975141882896423 - ] - ], - [ - 1.4666666984558105, - [ - 0.03545220568776131, - 0.0, - 0.0, - 0.999371349811554 - ] - ], - [ - 1.5, - [ - -0.004268044605851173, - -0.0, - 0.0, - 0.9999908804893494 - ] - ], - [ - 1.5333333015441895, - [ - 0.0005970001220703125, - 0.0, - 0.0, - 0.9999998211860657 - ] - ], - [ - 1.5666667222976685, - [ - 0.0814136415719986, - 0.0, - 0.0, - 0.996680498123169 - ] - ], - [ - 1.600000023841858, - [ - 0.10212357342243195, - 0.0, - 0.0, - 0.9947717189788818 - ] - ], - [ - 1.6333333253860474, - [ - 0.07804705947637558, - 0.0, - 0.0, - 0.9969496726989746 - ] - ], - [ - 1.6666666269302368, - [ - 0.03780408576130867, - 0.0, - 0.0, - 0.9992851614952087 - ] - ], - [ - 1.7000000476837158, - [ - -0.007745526731014252, - -0.0, - 0.0, - 0.999970018863678 - ] - ], - [ - 1.7333333492279053, - [ - 0.003460849402472377, - 0.0, - 0.0, - 0.9999940395355225 - ] - ], - [ - 1.7666666507720947, - [ - 0.050177834928035736, - 0.0, - 0.0, - 0.9987403154373169 - ] - ], - [ - 1.7999999523162842, - [ - 0.047615621238946915, - 0.0, - 0.0, - 0.9988657236099243 - ] - ], - [ - 1.8333333730697632, - [ - 0.019326455891132355, - 0.0, - 0.0, - 0.9998133182525635 - ] - ], - [ - 1.8666666746139526, - [ - -0.013359577395021915, - -0.0, - 0.0, - 0.9999107718467712 - ] - ], - [ - 1.899999976158142, - [ - -0.04158523678779602, - -0.0, - 0.0, - 0.9991349577903748 - ] - ], - [ - 1.9333332777023315, - [ - 0.024180300533771515, - 0.0, - 0.0, - 0.9997076392173767 - ] - ], - [ - 1.9666666984558105, - [ - 0.06434576213359833, - 0.0, - 0.0, - 0.9979276657104492 - ] - ], - [ - 2.0, - [ - 0.06141372397542, - 0.0, - 0.0, - 0.9981123805046082 - ] - ], - [ - 2.0333333015441895, - [ - 0.03144368156790733, - 0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 2.066666603088379, - [ - -0.0005573013913817704, - -0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 2.0999999046325684, - [ - -0.012598894536495209, - -0.0, - 0.0, - 0.9999207258224487 - ] - ], - [ - 2.133333444595337, - [ - 0.059381309896707535, - 0.0, - 0.0, - 0.9982354640960693 - ] - ], - [ - 2.1666667461395264, - [ - 0.07167435437440872, - 0.0, - 0.0, - 0.9974281787872314 - ] - ], - [ - 2.200000047683716, - [ - 0.04736661911010742, - 0.0, - 0.0, - 0.9988775849342346 - ] - ], - [ - 2.2333333492279053, - [ - 0.027824778109788895, - 0.0, - 0.0, - 0.9996128082275391 - ] - ], - [ - 2.2666666507720947, - [ - 0.007545683532953262, - 0.0, - 0.0, - 0.9999716281890869 - ] - ], - [ - 2.299999952316284, - [ - 0.02072373405098915, - 0.0, - 0.0, - 0.9997852444648743 - ] - ], - [ - 2.3333332538604736, - [ - 0.08240701258182526, - 0.0, - 0.0, - 0.9965987801551819 - ] - ], - [ - 2.366666555404663, - [ - 0.08626360446214676, - 0.0, - 0.0, - 0.9962724447250366 - ] - ], - [ - 2.4000000953674316, - [ - 0.07177740335464478, - 0.0, - 0.0, - 0.9974206686019897 - ] - ], - [ - 2.433333396911621, - [ - 0.06271195411682129, - 0.0, - 0.0, - 0.9980316758155823 - ] - ], - [ - 2.4666666984558105, - [ - 0.05533651262521744, - 0.0, - 0.0, - 0.9984678626060486 - ] - ], - [ - 2.5, - [ - 0.07939819246530533, - 0.0, - 0.0, - 0.9968429803848267 - ] - ], - [ - 2.5333333015441895, - [ - 0.12617921829223633, - 0.0, - 0.0, - 0.9920075535774231 - ] - ], - [ - 2.566666603088379, - [ - 0.130142480134964, - 0.0, - 0.0, - 0.9914953112602234 - ] - ], - [ - 2.5999999046325684, - [ - 0.10859207808971405, - 0.0, - 0.0, - 0.9940863847732544 - ] - ], - [ - 2.633333444595337, - [ - 0.081901915371418, - 0.0, - 0.0, - 0.9966405034065247 - ] - ], - [ - 2.6666667461395264, - [ - 0.06258348375558853, - 0.0, - 0.0, - 0.9980398416519165 - ] - ], - [ - 2.700000047683716, - [ - 0.1143355518579483, - 0.0, - 0.0, - 0.993442177772522 - ] - ], - [ - 2.7333333492279053, - [ - 0.13449090719223022, - 0.0, - 0.0, - 0.9909148216247559 - ] - ], - [ - 2.7666666507720947, - [ - 0.12178868055343628, - 0.0, - 0.0, - 0.9925560355186462 - ] - ], - [ - 2.799999952316284, - [ - 0.09518209844827652, - 0.0, - 0.0, - 0.9954599738121033 - ] - ], - [ - 2.8333332538604736, - [ - 0.08713864535093307, - 0.0, - 0.0, - 0.9961962103843689 - ] - ], - [ - 2.866666555404663, - [ - 0.0921734943985939, - 0.0, - 0.0, - 0.9957429766654968 - ] - ], - [ - 2.9000000953674316, - [ - 0.1552482545375824, - 0.0, - 0.0, - 0.9878755807876587 - ] - ], - [ - 2.933333396911621, - [ - 0.17084787786006927, - 0.0, - 0.0, - 0.985297441482544 - ] - ], - [ - 2.9666666984558105, - [ - 0.15136687457561493, - 0.0, - 0.0, - 0.9884777665138245 - ] - ], - [ - 3.0, - [ - 0.11772234737873077, - 0.0, - 0.0, - 0.9930466413497925 - ] - ], - [ - 3.0333333015441895, - [ - 0.08402116596698761, - 0.0, - 0.0, - 0.9964639544487 - ] - ], - [ - 3.066666603088379, - [ - 0.08082392811775208, - 0.0, - 0.0, - 0.9967284202575684 - ] - ], - [ - 3.0999999046325684, - [ - 0.11810588836669922, - 0.0, - 0.0, - 0.9930011034011841 - ] - ], - [ - 3.133333444595337, - [ - 0.10418708622455597, - 0.0, - 0.0, - 0.9945577383041382 - ] - ], - [ - 3.1666667461395264, - [ - 0.07657833397388458, - 0.0, - 0.0, - 0.9970635771751404 - ] - ], - [ - 3.200000047683716, - [ - 0.046385470777750015, - 0.0, - 0.0, - 0.9989237189292908 - ] - ], - [ - 3.2333333492279053, - [ - 0.01099210325628519, - 0.0, - 0.0, - 0.9999396800994873 - ] - ], - [ - 3.2666666507720947, - [ - 0.03632238134741783, - 0.0, - 0.0, - 0.9993402361869812 - ] - ], - [ - 3.299999952316284, - [ - 0.07758612930774689, - 0.0, - 0.0, - 0.996985673904419 - ] - ], - [ - 3.3333332538604736, - [ - 0.07016028463840485, - 0.0, - 0.0, - 0.9975358247756958 - ] - ], - [ - 3.366666555404663, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292741126_206078.json b/lenses/physics-objects/Scene/assets/1646688292741126_206078.json deleted file mode 100644 index 5dfb82ed..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292741126_206078.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292741126:206078", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292742273_206091.json b/lenses/physics-objects/Scene/assets/1646688292742273_206091.json deleted file mode 100644 index 26262f8b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292742273_206091.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292742273:206091", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.7372212409973145, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.7661415338516235, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.7894134521484375, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.806234359741211, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.815813422203064, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.8172773122787476, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.8111273050308228, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.8009010553359985, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.786987066268921, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.769776463508606, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.7497197389602661, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.7433819770812988, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.7678967714309692, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.7865897417068481, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.7986960411071777, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.8034625053405762, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.8017446994781494, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.7951650619506836, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.784136414527893, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.769075632095337, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.7504024505615234, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292742538_206098.json b/lenses/physics-objects/Scene/assets/1646688292742538_206098.json deleted file mode 100644 index 019123cd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292742538_206098.json +++ /dev/null @@ -1,1648 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292742538:206098", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.34314459562301636, - 0.0, - 0.9392825961112976 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - 0.34314459562301636, - 0.0, - 0.9392825961112976 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - 0.3465190529823303, - 0.0, - 0.938042938709259 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - 0.3560839295387268, - 0.0, - 0.9344539642333984 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - 0.3708004057407379, - 0.0, - 0.9287126064300537 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - 0.38952088356018066, - 0.0, - 0.9210176467895508 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - 0.4111455976963043, - 0.0, - 0.9115697145462036 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - 0.43470972776412964, - 0.0, - 0.9005706310272217 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - 0.4594119191169739, - 0.0, - 0.8882233500480652 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - 0.4846078157424927, - 0.0, - 0.8747315406799316 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - 0.5097895860671997, - 0.0, - 0.8602991104125977 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - 0.5345610976219177, - 0.0, - 0.8451298475265503 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - 0.5586172938346863, - 0.0, - 0.829425573348999 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - 0.5817169547080994, - 0.0, - 0.8133912682533264 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - 0.603685200214386, - 0.0, - 0.7972227931022644 - ] - ], - [ - 0.5, - [ - 0.0, - 0.6243839859962463, - 0.0, - 0.7811175584793091 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 0.6437119841575623, - 0.0, - 0.7652678489685059 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 0.661594808101654, - 0.0, - 0.7498615384101868 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 0.6779838800430298, - 0.0, - 0.7350767850875854 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 0.6928296685218811, - 0.0, - 0.7211012840270996 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 0.7061188817024231, - 0.0, - 0.7080932855606079 - ] - ], - [ - 0.699999988079071, - [ - 1.3231258477959335e-18, - 0.7178283929824829, - 1.3231258477959335e-18, - 0.6962200999259949 - ] - ], - [ - 0.7333333492279053, - [ - 2.590221582824822e-18, - 0.7279411554336548, - 2.590221582824822e-18, - 0.6856396198272705 - ] - ], - [ - 0.7666666507720947, - [ - 3.669804158384371e-18, - 0.7364377379417419, - 3.669804158384371e-18, - 0.6765053272247314 - ] - ], - [ - 0.800000011920929, - [ - 4.550995115443742e-18, - 0.7432913184165955, - 4.550995115443742e-18, - 0.6689679026603699 - ] - ], - [ - 0.8333333134651184, - [ - 5.2671424471931645e-18, - 0.7488070130348206, - 5.2671424471931645e-18, - 0.6627880930900574 - ] - ], - [ - 0.8666666746139526, - [ - 5.854975867962136e-18, - 0.7532981634140015, - 5.854975867962136e-18, - 0.6576791405677795 - ] - ], - [ - 0.8999999761581421, - [ - 6.3080098681579346e-18, - 0.7567370533943176, - 6.3080098681579346e-18, - 0.653719425201416 - ] - ], - [ - 0.9333333373069763, - [ - 6.6193953923086214e-18, - 0.7590893507003784, - 6.6193953923086214e-18, - 0.6509864330291748 - ] - ], - [ - 0.9666666388511658, - [ - 6.781678715914481e-18, - 0.7603117823600769, - 6.781678715914481e-18, - 0.6495584845542908 - ] - ], - [ - 1.0, - [ - 6.786528889436186e-18, - 0.7603481411933899, - 6.786528889436186e-18, - 0.6495157480239868 - ] - ], - [ - 1.0333333015441895, - [ - 6.4883319329720444e-18, - 0.7581003904342651, - 6.4883319329720444e-18, - 0.6521378755569458 - ] - ], - [ - 1.0666667222976685, - [ - 5.769804802600307e-18, - 0.7526494860649109, - 5.769804802600307e-18, - 0.6584213972091675 - ] - ], - [ - 1.100000023841858, - [ - 4.658069509835669e-18, - 0.7441191077232361, - 4.658069509835669e-18, - 0.6680470705032349 - ] - ], - [ - 1.1333333253860474, - [ - 3.174029322347651e-18, - 0.7325495481491089, - 3.174029322347651e-18, - 0.6807137131690979 - ] - ], - [ - 1.1666666269302368, - [ - 1.3346150763115653e-18, - 0.7179207801818848, - 1.3346150763115653e-18, - 0.6961248517036438 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - 0.7000649571418762, - 0.0, - 0.7140792608261108 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - 0.6787563562393188, - 0.0, - 0.7343635559082031 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - 0.6538400650024414, - 0.0, - 0.756632924079895 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - 0.6251106858253479, - 0.0, - 0.7805361151695251 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - 0.5923382043838501, - 0.0, - 0.8056895732879639 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - 0.5552414059638977, - 0.0, - 0.8316892385482788 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - 0.5134574770927429, - 0.0, - 0.858115017414093 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - 0.46648502349853516, - 0.0, - 0.8845292329788208 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.4135473966598511, - 0.0, - 0.9104825854301453 - ] - ], - [ - 1.5, - [ - 0.0, - 0.35328203439712524, - 0.0, - 0.935516893863678 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.28283631801605225, - 0.0, - 0.9591681957244873 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 0.19417648017406464, - 0.0, - 0.9809666275978088 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 0.00010147270950255916, - 0.0, - 1.0 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - 0.0001014560621115379, - 0.0, - 1.0 - ] - ], - [ - 2.0, - [ - 0.0, - 0.10278493165969849, - 0.0, - 0.9947035908699036 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - 0.19601108133792877, - 0.0, - 0.9806017875671387 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - 0.2601134777069092, - 0.0, - 0.9655780792236328 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - 0.3126843273639679, - 0.0, - 0.9498571157455444 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - 0.3581516146659851, - 0.0, - 0.9336634278297424 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.39838576316833496, - 0.0, - 0.9172179698944092 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - 0.4343661367893219, - 0.0, - 0.900736391544342 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - 0.4666728675365448, - 0.0, - 0.8844299912452698 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.49568113684654236, - 0.0, - 0.8685045838356018 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 0.5216495990753174, - 0.0, - 0.8531598448753357 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 0.5447676181793213, - 0.0, - 0.8385870456695557 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 0.5651720762252808, - 0.0, - 0.8249730467796326 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 0.5827760100364685, - 0.0, - 0.8126329779624939 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 0.5975088477134705, - 0.0, - 0.8018622994422913 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.6094179153442383, - 0.0, - 0.7928491830825806 - ] - ], - [ - 2.5, - [ - 0.0, - 0.6185231804847717, - 0.0, - 0.7857665419578552 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - 0.6247953772544861, - 0.0, - 0.7807885408401489 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - 0.6281378865242004, - 0.0, - 0.7781020402908325 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - 0.6283859014511108, - 0.0, - 0.7779017686843872 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - 0.6257081031799316, - 0.0, - 0.7800573110580444 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - 0.620535135269165, - 0.0, - 0.7841787934303284 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - 0.6129988431930542, - 0.0, - 0.7900838255882263 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - 0.6031954288482666, - 0.0, - 0.7975934147834778 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - 0.5911952257156372, - 0.0, - 0.8065285086631775 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - 0.5770511031150818, - 0.0, - 0.8167080879211426 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - 0.5608087778091431, - 0.0, - 0.827945351600647 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - 0.5425018668174744, - 0.0, - 0.8400546312332153 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - 0.5221654176712036, - 0.0, - 0.85284423828125 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - 0.49997103214263916, - 0.0, - 0.8660421371459961 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - 0.47608065605163574, - 0.0, - 0.8794017434120178 - ] - ], - [ - 3.0, - [ - 0.0, - 0.45056724548339844, - 0.0, - 0.8927425146102905 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - 0.4235333800315857, - 0.0, - 0.9058805108070374 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - 0.3942926228046417, - 0.0, - 0.9189849495887756 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - 0.3622586131095886, - 0.0, - 0.9320776462554932 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - 0.32779109477996826, - 0.0, - 0.9447502493858337 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 0.2914239466190338, - 0.0, - 0.9565939903259277 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - 0.25400999188423157, - 0.0, - 0.9672015905380249 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - 0.2172153741121292, - 0.0, - 0.9761238098144531 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - 0.1842135488986969, - 0.0, - 0.9828862547874451 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - 0.16036933660507202, - 0.0, - 0.987057089805603 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - 0.15322397649288177, - 0.0, - 0.9881914854049683 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.16431032121181488, - 0.0, - 0.9864087104797363 - ] - ], - [ - 3.4000000953674316, - [ - 0.0, - 0.18763135373592377, - 0.0, - 0.9822395443916321 - ] - ], - [ - 3.433333396911621, - [ - 0.0, - 0.21830280125141144, - 0.0, - 0.9758810997009277 - ] - ], - [ - 3.4666666984558105, - [ - 0.0, - 0.2527935206890106, - 0.0, - 0.9675203561782837 - ] - ], - [ - 3.5, - [ - 0.0, - 0.2889229655265808, - 0.0, - 0.957352340221405 - ] - ], - [ - 3.5333333015441895, - [ - 0.0, - 0.3254123032093048, - 0.0, - 0.9455721974372864 - ] - ], - [ - 3.566666603088379, - [ - 0.0, - 0.3614901602268219, - 0.0, - 0.9323759078979492 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.3967154622077942, - 0.0, - 0.9179416298866272 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 0.43075627088546753, - 0.0, - 0.9024683237075806 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 0.4633331596851349, - 0.0, - 0.8861841559410095 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 0.4942554831504822, - 0.0, - 0.8693166971206665 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 0.5233914852142334, - 0.0, - 0.8520923256874084 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 0.5506510138511658, - 0.0, - 0.8347355723381042 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.5759735703468323, - 0.0, - 0.8174683451652527 - ] - ], - [ - 3.8333332538604736, - [ - 0.0, - 0.5993215441703796, - 0.0, - 0.8005083799362183 - ] - ], - [ - 3.866666555404663, - [ - 0.0, - 0.6207275986671448, - 0.0, - 0.7840263247489929 - ] - ], - [ - 3.9000000953674316, - [ - 0.0, - 0.640239417552948, - 0.0, - 0.7681754231452942 - ] - ], - [ - 3.933333396911621, - [ - 0.0, - 0.6578581929206848, - 0.0, - 0.7531418204307556 - ] - ], - [ - 3.9666666984558105, - [ - 0.0, - 0.6735888719558716, - 0.0, - 0.7391062378883362 - ] - ], - [ - 4.0, - [ - 0.0, - 0.6874362826347351, - 0.0, - 0.7262446880340576 - ] - ], - [ - 4.0333333015441895, - [ - 0.0, - 0.69940185546875, - 0.0, - 0.7147286534309387 - ] - ], - [ - 4.066666603088379, - [ - 2.9112644923258537e-19, - 0.7094799876213074, - 2.9112644923258537e-19, - 0.7047255635261536 - ] - ], - [ - 4.099999904632568, - [ - 1.3013753403840048e-18, - 0.7176534533500671, - 1.3013753403840048e-18, - 0.6964004039764404 - ] - ], - [ - 4.133333206176758, - [ - 2.1316241726241448e-18, - 0.7242985367774963, - 2.1316241726241448e-18, - 0.6894865036010742 - ] - ], - [ - 4.166666507720947, - [ - 2.8248011123532757e-18, - 0.7297967076301575, - 2.8248011123532757e-18, - 0.6836642026901245 - ] - ], - [ - 4.199999809265137, - [ - 3.3742469420500394e-18, - 0.7341225743293762, - 3.3742469420500394e-18, - 0.6790169477462769 - ] - ], - [ - 4.233333110809326, - [ - 3.7728758257921535e-18, - 0.7372431755065918, - 3.7728758257921535e-18, - 0.6756274700164795 - ] - ], - [ - 4.266666889190674, - [ - 4.0129720296208764e-18, - 0.7391155362129211, - 4.0129720296208764e-18, - 0.6735787391662598 - ] - ], - [ - 4.300000190734863, - [ - 4.085911161674577e-18, - 0.739683210849762, - 4.085911161674577e-18, - 0.6729552149772644 - ] - ], - [ - 4.333333492279053, - [ - 3.836931865247647e-18, - 0.7377433180809021, - 3.836931865247647e-18, - 0.6750814318656921 - ] - ], - [ - 4.366666793823242, - [ - 3.1420697518155928e-18, - 0.7322980761528015, - 3.1420697518155928e-18, - 0.6809841990470886 - ] - ], - [ - 4.400000095367432, - [ - 2.0314265442546777e-18, - 0.7235000729560852, - 2.0314265442546777e-18, - 0.6903243064880371 - ] - ], - [ - 4.433333396911621, - [ - 5.28366269159192e-19, - 0.7114080786705017, - 5.28366269159192e-19, - 0.7027791738510132 - ] - ], - [ - 4.4666666984558105, - [ - 0.0, - 0.6960117220878601, - 0.0, - 0.7180305123329163 - ] - ], - [ - 4.5, - [ - 0.0, - 0.6772480010986328, - 0.0, - 0.7357548475265503 - ] - ], - [ - 4.5333333015441895, - [ - 0.0, - 0.6550143957138062, - 0.0, - 0.7556165456771851 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.6291747093200684, - 0.0, - 0.777263879776001 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 0.5995602607727051, - 0.0, - 0.8003296256065369 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 0.5659738779067993, - 0.0, - 0.8244231939315796 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 0.5281347632408142, - 0.0, - 0.8491605520248413 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 0.48572811484336853, - 0.0, - 0.8741099238395691 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 0.4382550120353699, - 0.0, - 0.898850679397583 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.3849247395992279, - 0.0, - 0.9229479432106018 - ] - ], - [ - 4.800000190734863, - [ - 0.0, - 0.3242839276790619, - 0.0, - 0.9459598064422607 - ] - ], - [ - 4.833333492279053, - [ - 0.0, - 0.2530965209007263, - 0.0, - 0.9674411416053772 - ] - ], - [ - 4.866666793823242, - [ - 0.0, - 0.16107262670993805, - 0.0, - 0.9869426488876343 - ] - ], - [ - 4.900000095367432, - [ - 0.0, - 0.00010148935689358041, - 0.0, - 1.0 - ] - ], - [ - 5.199999809265137, - [ - 0.0, - 0.00010168908920604736, - 0.0, - 1.0 - ] - ], - [ - 5.233333110809326, - [ - 0.0, - 0.0954585149884224, - 0.0, - 0.995433509349823 - ] - ], - [ - 5.266666889190674, - [ - 0.0, - 0.19272367656230927, - 0.0, - 0.9812530875205994 - ] - ], - [ - 5.300000190734863, - [ - 0.0, - 0.25932443141937256, - 0.0, - 0.9657903909683228 - ] - ], - [ - 5.333333492279053, - [ - 0.0, - 0.3144102096557617, - 0.0, - 0.9492872357368469 - ] - ], - [ - 5.366666793823242, - [ - 0.0, - 0.3624855577945709, - 0.0, - 0.9319894909858704 - ] - ], - [ - 5.400000095367432, - [ - 0.0, - 0.40540215373039246, - 0.0, - 0.9141384363174438 - ] - ], - [ - 5.433333396911621, - [ - 0.0, - 0.44410941004753113, - 0.0, - 0.8959725499153137 - ] - ], - [ - 5.4666666984558105, - [ - 0.0, - 0.47916164994239807, - 0.0, - 0.877726674079895 - ] - ], - [ - 5.5, - [ - 0.0, - 0.5109158158302307, - 0.0, - 0.8596307635307312 - ] - ], - [ - 5.5333333015441895, - [ - 0.0, - 0.5396268963813782, - 0.0, - 0.8419042825698853 - ] - ], - [ - 5.566666603088379, - [ - 0.0, - 0.5654594302177429, - 0.0, - 0.8247761130332947 - ] - ], - [ - 5.599999904632568, - [ - 0.0, - 0.5885546207427979, - 0.0, - 0.8084574341773987 - ] - ], - [ - 5.633333206176758, - [ - 0.0, - 0.6090369820594788, - 0.0, - 0.7931418418884277 - ] - ], - [ - 5.666666507720947, - [ - 0.0, - 0.6269854307174683, - 0.0, - 0.779030978679657 - ] - ], - [ - 5.699999809265137, - [ - 0.0, - 0.6424662470817566, - 0.0, - 0.7663139700889587 - ] - ], - [ - 5.733333110809326, - [ - 0.0, - 0.6555241942405701, - 0.0, - 0.7551741600036621 - ] - ], - [ - 5.766666889190674, - [ - 0.0, - 0.6661815047264099, - 0.0, - 0.745789647102356 - ] - ], - [ - 5.800000190734863, - [ - 0.0, - 0.6744321584701538, - 0.0, - 0.7383368015289307 - ] - ], - [ - 5.833333492279053, - [ - 0.0, - 0.6802367568016052, - 0.0, - 0.7329924702644348 - ] - ], - [ - 5.866666793823242, - [ - 0.0, - 0.6835137009620667, - 0.0, - 0.729937732219696 - ] - ], - [ - 5.900000095367432, - [ - 0.0, - 0.6841273903846741, - 0.0, - 0.7293625473976135 - ] - ], - [ - 5.933333396911621, - [ - 0.0, - 0.6822289228439331, - 0.0, - 0.7311387062072754 - ] - ], - [ - 5.9666666984558105, - [ - 0.0, - 0.6781948804855347, - 0.0, - 0.734882116317749 - ] - ], - [ - 6.0, - [ - 0.0, - 0.6721420288085938, - 0.0, - 0.740422248840332 - ] - ], - [ - 6.0333333015441895, - [ - 0.0, - 0.6641725897789001, - 0.0, - 0.7475792765617371 - ] - ], - [ - 6.066666603088379, - [ - 0.0, - 0.6543613076210022, - 0.0, - 0.756182074546814 - ] - ], - [ - 6.099999904632568, - [ - 0.0, - 0.6427743434906006, - 0.0, - 0.7660555839538574 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.6294747591018677, - 0.0, - 0.7770209312438965 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 0.6145288348197937, - 0.0, - 0.7888943552970886 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 0.5980130434036255, - 0.0, - 0.8014863729476929 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 0.5800214409828186, - 0.0, - 0.8146012425422668 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 0.5606754422187805, - 0.0, - 0.8280356526374817 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 0.5401263236999512, - 0.0, - 0.8415839672088623 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.5185577869415283, - 0.0, - 0.8550426959991455 - ] - ], - [ - 6.366666793823242, - [ - 0.0, - 0.49567028880119324, - 0.0, - 0.868510901927948 - ] - ], - [ - 6.400000095367432, - [ - 0.0, - 0.47130081057548523, - 0.0, - 0.8819725513458252 - ] - ], - [ - 6.433333396911621, - [ - 0.0, - 0.44604647159576416, - 0.0, - 0.8950098156929016 - ] - ], - [ - 6.4666666984558105, - [ - 0.0, - 0.42069846391677856, - 0.0, - 0.9072005152702332 - ] - ], - [ - 6.5, - [ - 0.0, - 0.39630138874053955, - 0.0, - 0.9181205034255981 - ] - ], - [ - 6.5333333015441895, - [ - 0.0, - 0.3742091953754425, - 0.0, - 0.9273443222045898 - ] - ], - [ - 6.566666603088379, - [ - 0.0, - 0.3561016917228699, - 0.0, - 0.9344472289085388 - ] - ], - [ - 6.599999904632568, - [ - 0.0, - 0.34390026330947876, - 0.0, - 0.9390062093734741 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.33951306343078613, - 0.0, - 0.9406013488769531 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292742795_206105.json b/lenses/physics-objects/Scene/assets/1646688292742795_206105.json deleted file mode 100644 index 804a0a95..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292742795_206105.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292742795:206105", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292743937_206118.json b/lenses/physics-objects/Scene/assets/1646688292743937_206118.json deleted file mode 100644 index bd2e834b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292743937_206118.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292743937:206118", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 3.975243091583252, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.068360328674316, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.9764435291290283, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.117602348327637, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.54388427734375, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.934835910797119, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.5031299591064453, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.7532401084899902, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.021518707275391, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.503063201904297, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 3.685898780822754, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.532503366470337, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.545138359069824, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.315328598022461, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.5336480140686035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 3.8021209239959717, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.712857723236084, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.073338031768799, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4110734462738037, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.591874599456787, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 3.874537467956543, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.448965311050415, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.3167617321014404, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3598482608795166, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.4311347007751465, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 2.769866704940796, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 3.6772656440734863, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.599883556365967, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.426626682281494, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.263912677764893, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.435640335083008, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.2981462478637695, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.170444011688232, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.771017551422119, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.1420552730560303, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.6196327209472656, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.0193071365356445, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.6283135414123535, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.058468818664551, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.8278918266296387, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.1113181114196777, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.383334159851074, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.4207828044891357, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.4387059211730957, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.94984769821167, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.1331119537353516, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.79256010055542, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.1821165084838867, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.6565635204315186, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.1890058517456055, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6433799266815186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.952622890472412, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.089118242263794, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8381545543670654, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.0975661277770996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 3.804500102996826, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.1312239170074463, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.4327776432037354, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.134583950042725, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.432620525360107, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 4.609613418579102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.530483722686768, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4257771968841553, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.5223023891448975, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.506273031234741, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 3.7744576930999756, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.455747604370117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.436801910400391, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.015720367431641, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.73366117477417, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.934529781341553, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.789510726928711, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.712840557098389, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.001687049865723, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.3474457263946533, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.836031436920166, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.146539688110352, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.490503311157227, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.906909465789795, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.173006534576416, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.202613830566406, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.505837917327881, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.36214017868042, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.214995384216309, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.0824875831604, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.9374544620513916, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.353426218032837, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.995256185531616, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 4.653754711151123, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.159857273101807, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.7289605140686035, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.77108097076416, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.011524677276611, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 3.9712326526641846, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 3.794471263885498, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.9744038581848145, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.4239280223846436, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.9034409523010254, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.1571109294891357, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292744187_206125.json b/lenses/physics-objects/Scene/assets/1646688292744187_206125.json deleted file mode 100644 index 23f62760..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292744187_206125.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292744187:206125", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292744426_206132.json b/lenses/physics-objects/Scene/assets/1646688292744426_206132.json deleted file mode 100644 index e2de80c1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292744426_206132.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292744426:206132", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292745536_206145.json b/lenses/physics-objects/Scene/assets/1646688292745536_206145.json deleted file mode 100644 index 770ebb6c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292745536_206145.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292745536:206145", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.8913934230804443, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.9228804111480713, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.9482176303863525, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.9665312767028809, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.9769604206085205, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.9785542488098145, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.9718583822250366, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.9607245922088623, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.9455758333206177, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.9268379211425781, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.905001163482666, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.8981009721755981, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.9247913360595703, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.9451433420181274, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.9583239555358887, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.9635133743286133, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.9616432189941406, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.9544795751571655, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.942472219467163, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.9260748624801636, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.9057444334030151, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292745776_206152.json b/lenses/physics-objects/Scene/assets/1646688292745776_206152.json deleted file mode 100644 index 506ced4b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292745776_206152.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292745776:206152", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292746016_206159.json b/lenses/physics-objects/Scene/assets/1646688292746016_206159.json deleted file mode 100644 index 6cf6a8c3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292746016_206159.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292746016:206159", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292747137_206172.json b/lenses/physics-objects/Scene/assets/1646688292747137_206172.json deleted file mode 100644 index cffb78af..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292747137_206172.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292747137:206172", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.32803201675415, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.429412841796875, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 4.329339027404785, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.483025074005127, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.858391523361206, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.1952922344207764, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.8140203952789307, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.086326599121094, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.378414154052734, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.902694225311279, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.013007640838623, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.8460006713867188, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.8597569465637207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.6095521450042725, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.8472466468811035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 4.139545440673828, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.9536142349243164, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.346086025238037, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.713794708251953, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.9106409549713135, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 4.21838903427124, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.7550487518310547, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.5223662853240967, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.5692763328552246, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.6468892097473145, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 3.0156826972961426, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 4.003610134124756, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.919360399246216, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.7307276725769043, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.642320156097412, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.829287528991699, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.679591655731201, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.540555953979492, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 3.016935348510742, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.3321549892425537, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.8521149158477783, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.287260055541992, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.9503138065338135, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.418643474578857, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 3.078857421875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.387436628341675, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.6835930347442627, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.724365234375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.7438790798187256, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 3.2116363048553467, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.322417974472046, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 3.0403900146484375, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.4645180702209473, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.9810707569122314, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.560765266418457, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.9667162895202637, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2146575450897217, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.363266706466675, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 3.0900309085845947, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.372464895248413, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 4.142136096954346, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.409108877182007, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.7374253273010254, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.501513481140137, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.825999736785889, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.01870059967041, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.932549476623535, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.7298028469085693, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.8348941802978516, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.8174424171447754, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 4.109427452087402, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.851179599761963, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.830552577972412, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.372101306915283, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.153756618499756, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.3724517822265625, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.214562892913818, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.131088733673096, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.356822490692139, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.644519805908203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 4.176465034484863, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.514530658721924, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.88901948928833, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.342380046844482, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.543346405029297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.575581073760986, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.905714988708496, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.749264717102051, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.589061260223389, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.444793701171875, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.198143243789673, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.651031494140625, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 4.349820137023926, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.066758632659912, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617776393890381, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.148638725280762, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.105751037597656, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.367533206939697, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.323665142059326, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.1312174797058105, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.327117919921875, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.7277894020080566, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.1611111164093018, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.437293529510498, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292747388_206179.json b/lenses/physics-objects/Scene/assets/1646688292747388_206179.json deleted file mode 100644 index 67e97ad9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292747388_206179.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292747388:206179", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292747629_206186.json b/lenses/physics-objects/Scene/assets/1646688292747629_206186.json deleted file mode 100644 index fe6489cb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292747629_206186.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292747629:206186", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292749029_206199.json b/lenses/physics-objects/Scene/assets/1646688292749029_206199.json deleted file mode 100644 index ea7a1faa..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292749029_206199.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292749029:206199", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.8913934230804443, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.9228804111480713, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.9482176303863525, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.9665312767028809, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.9769604206085205, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.9785542488098145, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.9718583822250366, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.9607245922088623, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.9455758333206177, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.9268379211425781, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.905001163482666, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.8981009721755981, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.9247913360595703, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.9451433420181274, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.9583239555358887, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.9635133743286133, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.9616432189941406, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.9544795751571655, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.942472219467163, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.9260748624801636, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.9057444334030151, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292749313_206206.json b/lenses/physics-objects/Scene/assets/1646688292749313_206206.json deleted file mode 100644 index 7b5902fe..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292749313_206206.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292749313:206206", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.008500070311129093, - -0.8225788474082947, - -0.16239070892333984, - 0.5449046492576599 - ] - ], - [ - 0.03333333507180214, - [ - -0.008500070311129093, - -0.8225788474082947, - -0.16239070892333984, - 0.5449046492576599 - ] - ], - [ - 0.06666667014360428, - [ - -0.008408334106206894, - -0.8235265612602234, - -0.16260826587677002, - 0.543407678604126 - ] - ], - [ - 0.10000000149011612, - [ - -0.008158739656209946, - -0.8262037634849548, - -0.1632436066865921, - 0.5391404032707214 - ] - ], - [ - 0.13333334028720856, - [ - -0.007803758606314659, - -0.8302953243255615, - -0.16427549719810486, - 0.5325056910514832 - ] - ], - [ - 0.1666666716337204, - [ - -0.0074036684818565845, - -0.8354498147964478, - -0.16568857431411743, - 0.5239428281784058 - ] - ], - [ - 0.20000000298023224, - [ - -0.007015972398221493, - -0.84132981300354, - -0.1674726903438568, - 0.5138752460479736 - ] - ], - [ - 0.23333333432674408, - [ - -0.006689576897770166, - -0.8476406931877136, - -0.16962195932865143, - 0.5026816725730896 - ] - ], - [ - 0.2666666805744171, - [ - 0.006462902296334505, - 0.8541397452354431, - 0.17213308811187744, - -0.4906870424747467 - ] - ], - [ - 0.30000001192092896, - [ - 0.006364340428262949, - 0.8606343865394592, - 0.1750040203332901, - -0.47816479206085205 - ] - ], - [ - 0.3333333432674408, - [ - 0.0064135449938476086, - 0.8669759035110474, - 0.17823216319084167, - -0.4653439223766327 - ] - ], - [ - 0.36666667461395264, - [ - 0.006622915156185627, - 0.873051643371582, - 0.1818128377199173, - -0.45241695642471313 - ] - ], - [ - 0.4000000059604645, - [ - 0.006998716853559017, - 0.8787781000137329, - 0.1857375204563141, - -0.439547061920166 - ] - ], - [ - 0.4333333373069763, - [ - 0.007542256731539965, - 0.8840960264205933, - 0.18999308347702026, - -0.42687225341796875 - ] - ], - [ - 0.46666666865348816, - [ - 0.008249943144619465, - 0.8889647722244263, - 0.1945585161447525, - -0.4145124554634094 - ] - ], - [ - 0.5, - [ - 0.009114121086895466, - 0.8933601975440979, - 0.19940511882305145, - -0.40256938338279724 - ] - ], - [ - 0.5333333611488342, - [ - 0.010122934356331825, - 0.8972718715667725, - 0.20449413359165192, - -0.391130268573761 - ] - ], - [ - 0.5666666626930237, - [ - 0.01126042753458023, - 0.9007013440132141, - 0.20977570116519928, - -0.38026896119117737 - ] - ], - [ - 0.6000000238418579, - [ - 0.012506616301834583, - 0.9036603569984436, - 0.215187206864357, - -0.3700486421585083 - ] - ], - [ - 0.6333333253860474, - [ - 0.013837089762091637, - 0.9061722755432129, - 0.22065524756908417, - -0.3605157136917114 - ] - ], - [ - 0.6666666865348816, - [ - 0.015223952010273933, - 0.9082661271095276, - 0.226090207695961, - -0.3517162799835205 - ] - ], - [ - 0.699999988079071, - [ - 0.016635360196232796, - 0.9099797606468201, - 0.23139193654060364, - -0.3436828553676605 - ] - ], - [ - 0.7333333492279053, - [ - 0.01803647167980671, - 0.911357045173645, - 0.23644867539405823, - -0.3364447355270386 - ] - ], - [ - 0.7666666507720947, - [ - 0.019390296190977097, - 0.9124451279640198, - 0.24113939702510834, - -0.3300298750400543 - ] - ], - [ - 0.800000011920929, - [ - 0.020658906549215317, - 0.9132922887802124, - 0.24533717334270477, - -0.3244688808917999 - ] - ], - [ - 0.8333333134651184, - [ - 0.02189469151198864, - 0.9138750433921814, - 0.2491709142923355, - -0.31979188323020935 - ] - ], - [ - 0.8666666746139526, - [ - 0.023154787719249725, - 0.9141517281532288, - 0.2527981102466583, - -0.3160437345504761 - ] - ], - [ - 0.8999999761581421, - [ - 0.02440895512700081, - 0.914141833782196, - 0.25613147020339966, - -0.31328192353248596 - ] - ], - [ - 0.9333333373069763, - [ - 0.025627879425883293, - 0.913864016532898, - 0.25908362865448, - -0.31156325340270996 - ] - ], - [ - 0.9666666388511658, - [ - 0.02678382769227028, - 0.9133335947990417, - 0.2615692615509033, - -0.3109435737133026 - ] - ], - [ - 1.0, - [ - 0.027851441875100136, - 0.9125620722770691, - 0.26350727677345276, - -0.3114781975746155 - ] - ], - [ - 1.0333333015441895, - [ - 0.028641387820243835, - 0.911428689956665, - 0.2641785740852356, - -0.3141450881958008 - ] - ], - [ - 1.0666667222976685, - [ - 0.029023557901382446, - 0.9098113775253296, - 0.26305916905403137, - -0.31968846917152405 - ] - ], - [ - 1.100000023841858, - [ - 0.02907782420516014, - 0.9076761603355408, - 0.2604021430015564, - -0.32782530784606934 - ] - ], - [ - 1.1333333253860474, - [ - 0.028896363452076912, - 0.9049514532089233, - 0.25649040937423706, - -0.33829066157341003 - ] - ], - [ - 1.1666666269302368, - [ - 0.028576398268342018, - 0.9015457630157471, - 0.25161561369895935, - -0.35083961486816406 - ] - ], - [ - 1.2000000476837158, - [ - 0.02811884880065918, - 0.8974243998527527, - 0.24587535858154297, - -0.36521780490875244 - ] - ], - [ - 1.2333333492279053, - [ - 0.027530893683433533, - 0.8925281167030334, - 0.23938190937042236, - -0.38122424483299255 - ] - ], - [ - 1.2666666507720947, - [ - 0.026912780478596687, - 0.8867177367210388, - 0.23241618275642395, - -0.39873558282852173 - ] - ], - [ - 1.2999999523162842, - [ - 0.02635435201227665, - 0.879858672618866, - 0.22522173821926117, - -0.4176473319530487 - ] - ], - [ - 1.3333333730697632, - [ - 0.025936709716916084, - 0.871815025806427, - 0.21799778938293457, - -0.43788450956344604 - ] - ], - [ - 1.3666666746139526, - [ - 0.025734208524227142, - 0.8624449372291565, - 0.21090194582939148, - -0.45939841866493225 - ] - ], - [ - 1.399999976158142, - [ - 0.025818834081292152, - 0.85158771276474, - 0.20405180752277374, - -0.48217692971229553 - ] - ], - [ - 1.4333332777023315, - [ - -0.026267535984516144, - -0.8390402793884277, - -0.19752860069274902, - 0.5062646269798279 - ] - ], - [ - 1.4666666984558105, - [ - -0.0271749310195446, - -0.8245107531547546, - -0.19137972593307495, - 0.531805694103241 - ] - ], - [ - 1.5, - [ - -0.028680380433797836, - -0.8075128197669983, - -0.18561765551567078, - 0.5591480731964111 - ] - ], - [ - 1.5333333015441895, - [ - -0.031041162088513374, - -0.7870649099349976, - -0.18020592629909515, - 0.5891444087028503 - ] - ], - [ - 1.5666667222976685, - [ - -0.034926529973745346, - -0.7604635953903198, - -0.1749848574399948, - 0.6243841052055359 - ] - ], - [ - 1.600000023841858, - [ - -0.04732711985707283, - -0.698661744594574, - -0.16802482306957245, - 0.6938296556472778 - ] - ], - [ - 1.6333333253860474, - [ - -0.04406507685780525, - -0.6985516548156738, - -0.16548246145248413, - 0.6947657465934753 - ] - ], - [ - 1.6666666269302368, - [ - -0.04134165495634079, - -0.6985670924186707, - -0.1633560061454773, - 0.695420503616333 - ] - ], - [ - 1.7000000476837158, - [ - -0.03918606415390968, - -0.6987314224243164, - -0.16167016327381134, - 0.6957741379737854 - ] - ], - [ - 1.7333333492279053, - [ - -0.03763565048575401, - -0.6990736722946167, - -0.16045598685741425, - 0.6957970261573792 - ] - ], - [ - 1.7666666507720947, - [ - -0.036585889756679535, - -0.6995981335639954, - -0.15963277220726013, - 0.6955151557922363 - ] - ], - [ - 1.7999999523162842, - [ - -0.03587403520941734, - -0.7002942562103271, - -0.15907388925552368, - 0.6949794888496399 - ] - ], - [ - 1.8333333730697632, - [ - -0.035463277250528336, - -0.7011711597442627, - -0.15875078737735748, - 0.6941898465156555 - ] - ], - [ - 1.8666666746139526, - [ - -0.03532145544886589, - -0.7022387981414795, - -0.15863855183124542, - 0.6931427717208862 - ] - ], - [ - 1.899999976158142, - [ - -0.0354197733104229, - -0.7035064697265625, - -0.15871471166610718, - 0.6918336749076843 - ] - ], - [ - 1.9333332777023315, - [ - -0.03573146089911461, - -0.7049832344055176, - -0.15895822644233704, - 0.690256655216217 - ] - ], - [ - 1.9666666984558105, - [ - -0.03624293953180313, - -0.706668496131897, - -0.1593584567308426, - 0.6884118914604187 - ] - ], - [ - 2.0, - [ - -0.029037954285740852, - -0.7414732575416565, - -0.16154001653194427, - 0.65059894323349 - ] - ], - [ - 2.0333333015441895, - [ - -0.02255706861615181, - -0.7718997001647949, - -0.16347478330135345, - 0.6139528155326843 - ] - ], - [ - 2.066666603088379, - [ - -0.018380366265773773, - -0.7927328944206238, - -0.1650870144367218, - 0.5865006446838379 - ] - ], - [ - 2.0999999046325684, - [ - -0.01515933033078909, - -0.8097696900367737, - -0.1666855812072754, - 0.5623694658279419 - ] - ], - [ - 2.133333444595337, - [ - -0.012547825463116169, - -0.8244737386703491, - -0.16834937036037445, - 0.5401334166526794 - ] - ], - [ - 2.1666667461395264, - [ - -0.010394546203315258, - -0.8374637365341187, - -0.17010949552059174, - 0.519239068031311 - ] - ], - [ - 2.200000047683716, - [ - 0.008616197854280472, - 0.8490617275238037, - 0.17197760939598083, - -0.499443382024765 - ] - ], - [ - 2.2333333492279053, - [ - 0.007159684784710407, - 0.8594564199447632, - 0.17395378649234772, - -0.48064926266670227 - ] - ], - [ - 2.2666666507720947, - [ - 0.005987212527543306, - 0.8687675595283508, - 0.17602947354316711, - -0.46284008026123047 - ] - ], - [ - 2.299999952316284, - [ - 0.005069321021437645, - 0.877075731754303, - 0.17818865180015564, - -0.446050763130188 - ] - ], - [ - 2.3333332538604736, - [ - 0.004381199367344379, - 0.8844377994537354, - 0.18040809035301208, - -0.43035274744033813 - ] - ], - [ - 2.366666555404663, - [ - 0.0039009982720017433, - 0.8908951282501221, - 0.1826581060886383, - -0.41584452986717224 - ] - ], - [ - 2.4000000953674316, - [ - 0.003509354777634144, - 0.8964962363243103, - 0.18473589420318604, - -0.4026845097541809 - ] - ], - [ - 2.433333396911621, - [ - 0.0030777205247431993, - 0.9012926816940308, - 0.18640367686748505, - -0.39104464650154114 - ] - ], - [ - 2.4666666984558105, - [ - 0.002574511105194688, - 0.9053155779838562, - 0.18757915496826172, - -0.38106611371040344 - ] - ], - [ - 2.5, - [ - 0.0018819522811099887, - 0.9086101651191711, - 0.18805041909217834, - -0.37290921807289124 - ] - ], - [ - 2.5333333015441895, - [ - 0.0008968955953605473, - 0.9112020134925842, - 0.18762356042861938, - -0.36675259470939636 - ] - ], - [ - 2.566666603088379, - [ - -0.0003866229671984911, - 0.9130661487579346, - 0.1862533837556839, - -0.3627943694591522 - ] - ], - [ - 2.5999999046325684, - [ - -0.001969921635463834, - 0.9141504168510437, - 0.18391205370426178, - -0.3612501919269562 - ] - ], - [ - 2.633333444595337, - [ - -0.0038250964134931564, - 0.9144784212112427, - 0.18069370090961456, - -0.3620281219482422 - ] - ], - [ - 2.6666667461395264, - [ - -0.0058997999876737595, - 0.9141354560852051, - 0.17678675055503845, - -0.364784836769104 - ] - ], - [ - 2.700000047683716, - [ - -0.008151445537805557, - 0.9131263494491577, - 0.17232437431812286, - -0.3693753182888031 - ] - ], - [ - 2.7333333492279053, - [ - -0.010534883476793766, - 0.9114458560943604, - 0.16744212806224823, - -0.3756575882434845 - ] - ], - [ - 2.7666666507720947, - [ - -0.013003470376133919, - 0.9090831279754639, - 0.16227398812770844, - -0.3834918141365051 - ] - ], - [ - 2.799999952316284, - [ - -0.015509841963648796, - 0.9060252904891968, - 0.1569489687681198, - -0.3927399516105652 - ] - ], - [ - 2.8333332538604736, - [ - -0.018006615340709686, - 0.9022600054740906, - 0.15158838033676147, - -0.4032661020755768 - ] - ], - [ - 2.866666555404663, - [ - -0.020446322858333588, - 0.8977784514427185, - 0.14630484580993652, - -0.41493454575538635 - ] - ], - [ - 2.9000000953674316, - [ - -0.0227817315608263, - 0.8925760388374329, - 0.14120043814182281, - -0.4276113212108612 - ] - ], - [ - 2.933333396911621, - [ - -0.024915168061852455, - 0.8866627216339111, - 0.13644087314605713, - -0.4411261975765228 - ] - ], - [ - 2.9666666984558105, - [ - -0.026765352115035057, - 0.8800663948059082, - 0.13214978575706482, - -0.45530566573143005 - ] - ], - [ - 3.0, - [ - -0.028311485424637794, - 0.8728176951408386, - 0.1283492147922516, - -0.47001510858535767 - ] - ], - [ - 3.0333333015441895, - [ - -0.02953341417014599, - 0.864956259727478, - 0.12505383789539337, - -0.4851185381412506 - ] - ], - [ - 3.066666603088379, - [ - 0.030347337946295738, - -0.856311023235321, - -0.12229956686496735, - 0.5008525848388672 - ] - ], - [ - 3.0999999046325684, - [ - 0.030694477260112762, - -0.8467292189598083, - -0.12009690701961517, - 0.5173820853233337 - ] - ], - [ - 3.133333444595337, - [ - 0.030598901212215424, - -0.8363122940063477, - -0.11840765923261642, - 0.5344390869140625 - ] - ], - [ - 3.1666667461395264, - [ - 0.03009694442152977, - -0.8252190351486206, - -0.11718196421861649, - 0.5517030954360962 - ] - ], - [ - 3.200000047683716, - [ - 0.02924550510942936, - -0.8137116432189941, - -0.11635933816432953, - 0.5687517523765564 - ] - ], - [ - 3.2333333492279053, - [ - 0.0281074158847332, - -0.8022999167442322, - -0.11590778827667236, - 0.584884762763977 - ] - ], - [ - 3.2666666507720947, - [ - 0.02680394984781742, - -0.7919678092002869, - -0.11580013483762741, - 0.5988813042640686 - ] - ], - [ - 3.299999952316284, - [ - 0.025607045739889145, - -0.7844194769859314, - -0.11596411466598511, - 0.6087550520896912 - ] - ], - [ - 3.3333332538604736, - [ - 0.024914616718888283, - -0.7820430397987366, - -0.11631961166858673, - 0.6117660403251648 - ] - ], - [ - 3.366666555404663, - [ - 0.024888616055250168, - -0.7852941751480103, - -0.11679139733314514, - 0.6074976921081543 - ] - ], - [ - 3.4000000953674316, - [ - 0.025296974927186966, - -0.7922403216362, - -0.11737354844808578, - 0.5982798933982849 - ] - ], - [ - 3.433333396911621, - [ - 0.025889290496706963, - -0.8013410568237305, - -0.11812429875135422, - 0.5858574509620667 - ] - ], - [ - 3.4666666984558105, - [ - 0.026487724855542183, - -0.8114784955978394, - -0.11909100413322449, - 0.5715053677558899 - ] - ], - [ - 3.5, - [ - 0.026986554265022278, - -0.8219712972640991, - -0.12031178921461105, - 0.5560217499732971 - ] - ], - [ - 3.5333333015441895, - [ - 0.02732766792178154, - -0.8324234485626221, - -0.12181757390499115, - 0.5398934483528137 - ] - ], - [ - 3.566666603088379, - [ - 0.02747914381325245, - -0.842600405216217, - -0.12363524734973907, - 0.5234346389770508 - ] - ], - [ - 3.5999999046325684, - [ - 0.02740892581641674, - -0.8523646593093872, - -0.12580837309360504, - 0.5068485736846924 - ] - ], - [ - 3.633333444595337, - [ - -0.027108455076813698, - 0.8616198897361755, - 0.12835878133773804, - -0.4903065860271454 - ] - ], - [ - 3.6666667461395264, - [ - -0.026596616953611374, - 0.8702965974807739, - 0.13127323985099792, - -0.47396600246429443 - ] - ], - [ - 3.700000047683716, - [ - -0.02589576505124569, - 0.878355085849762, - 0.13453127443790436, - -0.45795536041259766 - ] - ], - [ - 3.7333333492279053, - [ - -0.025030825287103653, - 0.8857753276824951, - 0.13810381293296814, - -0.44238322973251343 - ] - ], - [ - 3.7666666507720947, - [ - -0.024029001593589783, - 0.8925524950027466, - 0.14195206761360168, - -0.4273432791233063 - ] - ], - [ - 3.799999952316284, - [ - -0.02291981317102909, - 0.898693859577179, - 0.14602629840373993, - -0.4129169285297394 - ] - ], - [ - 3.8333332538604736, - [ - -0.02173541486263275, - 0.9042165279388428, - 0.1502644121646881, - -0.3991749882698059 - ] - ], - [ - 3.866666555404663, - [ - -0.020474357530474663, - 0.9091423153877258, - 0.15465231239795685, - -0.3861653804779053 - ] - ], - [ - 3.9000000953674316, - [ - -0.01912614330649376, - 0.9134919047355652, - 0.1591884195804596, - -0.3739328384399414 - ] - ], - [ - 3.933333396911621, - [ - -0.017713915556669235, - 0.9172908663749695, - 0.16381046175956726, - -0.36253249645233154 - ] - ], - [ - 3.9666666984558105, - [ - -0.01626402884721756, - 0.9205692410469055, - 0.16844384372234344, - -0.35201478004455566 - ] - ], - [ - 4.0, - [ - -0.01480596698820591, - 0.9233605265617371, - 0.17300184071063995, - -0.34242740273475647 - ] - ], - [ - 4.0333333015441895, - [ - -0.013371896930038929, - 0.9257006645202637, - 0.17738671600818634, - -0.3338167369365692 - ] - ], - [ - 4.066666603088379, - [ - -0.01199602335691452, - 0.927626371383667, - 0.18149158358573914, - -0.32623034715652466 - ] - ], - [ - 4.099999904632568, - [ - -0.010713550262153149, - 0.9291737079620361, - 0.1852034330368042, - -0.31972038745880127 - ] - ], - [ - 4.133333206176758, - [ - -0.00946368370205164, - 0.9303576350212097, - 0.188649520277977, - -0.31425538659095764 - ] - ], - [ - 4.166666507720947, - [ - -0.008180979639291763, - 0.9311779737472534, - 0.19198422133922577, - -0.30981069803237915 - ] - ], - [ - 4.199999809265137, - [ - -0.006893562152981758, - 0.9316449761390686, - 0.19513095915317535, - -0.30645400285720825 - ] - ], - [ - 4.233333110809326, - [ - -0.00562903331592679, - 0.9317671656608582, - 0.19801193475723267, - -0.3042524755001068 - ] - ], - [ - 4.266666889190674, - [ - -0.004413912538439035, - 0.9315503835678101, - 0.20055004954338074, - -0.3032722771167755 - ] - ], - [ - 4.300000190734863, - [ - -0.0032730773091316223, - 0.9309961795806885, - 0.2026706486940384, - -0.303578644990921 - ] - ], - [ - 4.333333492279053, - [ - -0.002384122693911195, - 0.9298696517944336, - 0.20377111434936523, - -0.3062908351421356 - ] - ], - [ - 4.366666793823242, - [ - -0.0018736233469098806, - 0.9279658198356628, - 0.2034042328596115, - -0.3122544586658478 - ] - ], - [ - 4.400000095367432, - [ - -0.0016756437253206968, - 0.9252890944480896, - 0.20176689326763153, - -0.3211345374584198 - ] - ], - [ - 4.433333396911621, - [ - -0.0017128570470958948, - 0.9218076467514038, - 0.19908659160137177, - -0.3326142132282257 - ] - ], - [ - 4.4666666984558105, - [ - -0.0019024256616830826, - 0.9174661040306091, - 0.19560231268405914, - -0.3463987410068512 - ] - ], - [ - 4.5, - [ - -0.0021607745438814163, - 0.9121959805488586, - 0.19154882431030273, - -0.36221936345100403 - ] - ], - [ - 4.5333333015441895, - [ - -0.002406982472166419, - 0.9059227108955383, - 0.187144473195076, - -0.3798360228538513 - ] - ], - [ - 4.566666603088379, - [ - -0.0025650677271187305, - 0.8985681533813477, - 0.18258215487003326, - -0.39903968572616577 - ] - ], - [ - 4.599999904632568, - [ - -0.0025657108053565025, - 0.8900513052940369, - 0.17802296578884125, - -0.41965451836586 - ] - ], - [ - 4.633333206176758, - [ - -0.0023446232080459595, - 0.8802839517593384, - 0.1735958456993103, - -0.44154179096221924 - ] - ], - [ - 4.666666507720947, - [ - -0.001838850905187428, - 0.8691657185554504, - 0.1694033443927765, - -0.464596688747406 - ] - ], - [ - 4.699999809265137, - [ - -0.0009855724638327956, - 0.8565655946731567, - 0.1655150055885315, - -0.4887734055519104 - ] - ], - [ - 4.733333110809326, - [ - -0.0002866840804927051, - -0.8423024415969849, - -0.1619783639907837, - 0.5140909552574158 - ] - ], - [ - 4.766666889190674, - [ - -0.0020689433440566063, - -0.8260918855667114, - -0.15881697833538055, - 0.5406894087791443 - ] - ], - [ - 4.800000190734863, - [ - -0.004499401897192001, - -0.8074242472648621, - -0.1560310274362564, - 0.5689465403556824 - ] - ], - [ - 4.833333492279053, - [ - -0.007844085805118084, - -0.7851912975311279, - -0.15358853340148926, - 0.5998530387878418 - ] - ], - [ - 4.866666793823242, - [ - -0.012871881015598774, - -0.7559328675270081, - -0.1513717621564865, - 0.6367781162261963 - ] - ], - [ - 4.900000095367432, - [ - -0.023020513355731964, - -0.7029674053192139, - -0.14873945713043213, - 0.695114016532898 - ] - ], - [ - 4.933333396911621, - [ - -0.022028792649507523, - -0.7016724348068237, - -0.14796359837055206, - 0.6966184973716736 - ] - ], - [ - 4.9666666984558105, - [ - -0.02158469520509243, - -0.7005719542503357, - -0.14761781692504883, - 0.6978123188018799 - ] - ], - [ - 5.0, - [ - -0.021721472963690758, - -0.6996738314628601, - -0.1477290242910385, - 0.6986850500106812 - ] - ], - [ - 5.0333333015441895, - [ - -0.02248322032392025, - -0.6989871859550476, - -0.14833217859268188, - 0.6992202401161194 - ] - ], - [ - 5.066666603088379, - [ - -0.02377341315150261, - -0.6984924674034119, - -0.1493510901927948, - 0.6994550228118896 - ] - ], - [ - 5.099999904632568, - [ - -0.025432774797081947, - -0.6981596946716309, - -0.1506599336862564, - 0.6994481682777405 - ] - ], - [ - 5.133333206176758, - [ - -0.027425313368439674, - -0.6979867219924927, - -0.15222983062267303, - 0.6992055773735046 - ] - ], - [ - 5.166666507720947, - [ - -0.029718801379203796, - -0.6979735493659973, - -0.15403470396995544, - 0.6987295746803284 - ] - ], - [ - 5.199999809265137, - [ - -0.03228318691253662, - -0.6981226801872253, - -0.15605024993419647, - 0.6980192065238953 - ] - ], - [ - 5.233333110809326, - [ - -0.027820680290460587, - -0.7295647263526917, - -0.15969114005565643, - 0.6644245982170105 - ] - ], - [ - 5.266666889190674, - [ - -0.023080462589859962, - -0.7603623270988464, - -0.1634686291217804, - 0.6281676888465881 - ] - ], - [ - 5.300000190734863, - [ - -0.020636694505810738, - -0.780921220779419, - -0.16706544160842896, - 0.6015191674232483 - ] - ], - [ - 5.333333492279053, - [ - -0.019052589312195778, - -0.7976435422897339, - -0.17076341807842255, - 0.5781363248825073 - ] - ], - [ - 5.366666793823242, - [ - -0.01798137277364731, - -0.8120482563972473, - -0.17461787164211273, - 0.5565634965896606 - ] - ], - [ - 5.400000095367432, - [ - -0.017272677272558212, - -0.8247667551040649, - -0.17863954603672028, - 0.5362362861633301 - ] - ], - [ - 5.433333396911621, - [ - -0.01684240624308586, - -0.8361280560493469, - -0.1828194111585617, - 0.5168979167938232 - ] - ], - [ - 5.4666666984558105, - [ - 0.01663471944630146, - 0.8463281393051147, - 0.18713492155075073, - -0.4984302818775177 - ] - ], - [ - 5.5, - [ - 0.016607047989964485, - 0.8554966449737549, - 0.1915517896413803, - -0.4807884991168976 - ] - ], - [ - 5.5333333015441895, - [ - 0.01672288030385971, - 0.8637264966964722, - 0.19602322578430176, - -0.46397387981414795 - ] - ], - [ - 5.566666603088379, - [ - 0.016949011012911797, - 0.871090292930603, - 0.20049288868904114, - -0.4480145275592804 - ] - ], - [ - 5.599999904632568, - [ - 0.017252007499337196, - 0.8776474595069885, - 0.20489077270030975, - -0.43296340107917786 - ] - ], - [ - 5.633333206176758, - [ - 0.017597680911421776, - 0.8834478855133057, - 0.20913317799568176, - -0.41889554262161255 - ] - ], - [ - 5.666666507720947, - [ - 0.017950981855392456, - 0.8885383605957031, - 0.21312767267227173, - -0.40589895844459534 - ] - ], - [ - 5.699999809265137, - [ - 0.018275335431098938, - 0.8929606676101685, - 0.2167709916830063, - -0.39407819509506226 - ] - ], - [ - 5.733333110809326, - [ - 0.018533121794462204, - 0.8967523574829102, - 0.21995191276073456, - -0.3835529685020447 - ] - ], - [ - 5.766666889190674, - [ - 0.018686478957533836, - 0.8999456763267517, - 0.22255465388298035, - -0.3744570016860962 - ] - ], - [ - 5.800000190734863, - [ - 0.018698446452617645, - 0.9025648832321167, - 0.22446250915527344, - -0.36693811416625977 - ] - ], - [ - 5.833333492279053, - [ - 0.018534408882260323, - 0.9046234488487244, - 0.2255626916885376, - -0.3611573278903961 - ] - ], - [ - 5.866666793823242, - [ - 0.018164129927754402, - 0.9061186909675598, - 0.22575204074382782, - -0.3572884202003479 - ] - ], - [ - 5.900000095367432, - [ - 0.017563749104738235, - 0.9070274233818054, - 0.22494277358055115, - -0.3555186986923218 - ] - ], - [ - 5.933333396911621, - [ - 0.016749940812587738, - 0.9073761105537415, - 0.22320206463336945, - -0.3557652533054352 - ] - ], - [ - 5.9666666984558105, - [ - 0.01577277109026909, - 0.9072294235229492, - 0.22072085738182068, - -0.3577265739440918 - ] - ], - [ - 6.0, - [ - 0.014667334035038948, - 0.9065930247306824, - 0.21761906147003174, - -0.36126992106437683 - ] - ], - [ - 6.0333333015441895, - [ - 0.013471994549036026, - 0.9054615497589111, - 0.21401946246623993, - -0.3662697672843933 - ] - ], - [ - 6.066666603088379, - [ - 0.012226162478327751, - 0.9038260579109192, - 0.21004566550254822, - -0.37259870767593384 - ] - ], - [ - 6.099999904632568, - [ - 0.010969323106110096, - 0.9016758799552917, - 0.2058173269033432, - -0.38013091683387756 - ] - ], - [ - 6.133333206176758, - [ - 0.00973991584032774, - 0.8990020155906677, - 0.20144718885421753, - -0.3887408971786499 - ] - ], - [ - 6.166666507720947, - [ - 0.008574645034968853, - 0.8957995176315308, - 0.1970391571521759, - -0.39830291271209717 - ] - ], - [ - 6.199999809265137, - [ - 0.007507867645472288, - 0.8920695185661316, - 0.1926867961883545, - -0.4086898863315582 - ] - ], - [ - 6.233333110809326, - [ - 0.0065712337382137775, - 0.8878211379051208, - 0.18847280740737915, - -0.4197719097137451 - ] - ], - [ - 6.266666889190674, - [ - 0.0057932413183152676, - 0.8830732107162476, - 0.18446820974349976, - -0.4314158856868744 - ] - ], - [ - 6.300000190734863, - [ - 0.0051991757936775684, - 0.877857506275177, - 0.18073414266109467, - -0.4434800446033478 - ] - ], - [ - 6.333333492279053, - [ - 0.004811117425560951, - 0.8722208738327026, - 0.1773226410150528, - -0.45581191778182983 - ] - ], - [ - 6.366666793823242, - [ - 0.004699269309639931, - 0.8660826683044434, - 0.17427320778369904, - -0.46851634979248047 - ] - ], - [ - 6.400000095367432, - [ - 0.004907498601824045, - 0.8594063520431519, - 0.1716098040342331, - -0.48160848021507263 - ] - ], - [ - 6.433333396911621, - [ - 0.005401867441833019, - 0.852354109287262, - 0.16933871805667877, - -0.49476027488708496 - ] - ], - [ - 6.4666666984558105, - [ - -0.006129644811153412, - -0.845154345035553, - -0.16745498776435852, - 0.5075779557228088 - ] - ], - [ - 6.5, - [ - -0.007015232928097248, - -0.838120698928833, - -0.16594648361206055, - 0.5195828080177307 - ] - ], - [ - 6.5333333015441895, - [ - -0.007956772111356258, - -0.831669807434082, - -0.16479885578155518, - 0.5301920175552368 - ] - ], - [ - 6.566666603088379, - [ - -0.008825795724987984, - -0.8263255953788757, - -0.16400028765201569, - 0.538713276386261 - ] - ], - [ - 6.599999904632568, - [ - -0.00947458203881979, - -0.8226920962333679, - -0.16354554891586304, - 0.5443719625473022 - ] - ], - [ - 6.633333206176758, - [ - -0.009756258688867092, - -0.8213682174682617, - -0.16343744099140167, - 0.5463948249816895 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292749572_206213.json b/lenses/physics-objects/Scene/assets/1646688292749572_206213.json deleted file mode 100644 index e431d5ed..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292749572_206213.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292749572:206213", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292750743_206226.json b/lenses/physics-objects/Scene/assets/1646688292750743_206226.json deleted file mode 100644 index 2d695e0c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292750743_206226.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292750743:206226", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.32803201675415, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.429412841796875, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 4.329339027404785, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.483025074005127, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.858391523361206, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.1952922344207764, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.8140203952789307, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.086326599121094, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.378414154052734, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.902694225311279, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.013007640838623, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.8460006713867188, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.8597569465637207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.6095521450042725, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.8472466468811035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 4.139545440673828, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.9536142349243164, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.346086025238037, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.713794708251953, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.9106409549713135, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 4.21838903427124, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.7550487518310547, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.5223662853240967, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.5692763328552246, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.6468892097473145, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 3.0156826972961426, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 4.003610134124756, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.919360399246216, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.7307276725769043, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.642320156097412, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.829287528991699, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.679591655731201, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.540555953979492, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 3.016935348510742, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.3321549892425537, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.8521149158477783, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.287260055541992, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.9503138065338135, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.418643474578857, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 3.078857421875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.387436628341675, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.6835930347442627, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.724365234375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.7438790798187256, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 3.2116363048553467, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.322417974472046, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 3.0403900146484375, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.4645180702209473, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.9810707569122314, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.560765266418457, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.9667162895202637, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2146575450897217, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.363266706466675, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 3.0900309085845947, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.372464895248413, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 4.142136096954346, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.409108877182007, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.7374253273010254, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.501513481140137, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.825999736785889, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.01870059967041, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.932549476623535, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.7298028469085693, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.8348941802978516, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.8174424171447754, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 4.109427452087402, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.851179599761963, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.830552577972412, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.372101306915283, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.153756618499756, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.3724517822265625, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.214562892913818, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.131088733673096, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.356822490692139, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.644519805908203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 4.176465034484863, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.514530658721924, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.88901948928833, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.342380046844482, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.543346405029297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.575581073760986, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.905714988708496, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.749264717102051, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.589061260223389, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.444793701171875, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.198143243789673, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.651031494140625, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 4.349820137023926, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.066758632659912, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617776393890381, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.148638725280762, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.105751037597656, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.367533206939697, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.323665142059326, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.1312174797058105, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.327117919921875, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.7277894020080566, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.1611111164093018, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.437293529510498, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292751010_206233.json b/lenses/physics-objects/Scene/assets/1646688292751010_206233.json deleted file mode 100644 index 5ac727a6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292751010_206233.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292751010:206233", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ], - [ - 0.03333333507180214, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ], - [ - 0.06666667014360428, - [ - -0.013829059898853302, - -0.6730048656463623, - -0.1424131840467453, - 0.7256664037704468 - ] - ], - [ - 0.10000000149011612, - [ - -0.014625951647758484, - -0.6730718612670898, - -0.14310294389724731, - 0.7254528999328613 - ] - ], - [ - 0.13333334028720856, - [ - -0.022750766947865486, - -0.6840288639068604, - -0.1499030590057373, - 0.7135236263275146 - ] - ], - [ - 0.1666666716337204, - [ - -0.04813195392489433, - -0.7484204173088074, - -0.17121566832065582, - 0.638933002948761 - ] - ], - [ - 0.20000000298023224, - [ - -0.038642268627882004, - -0.7845476865768433, - -0.16329357028007507, - 0.5969312787055969 - ] - ], - [ - 0.23333333432674408, - [ - -0.03010905347764492, - -0.7571994662284851, - -0.15615247189998627, - 0.6335290670394897 - ] - ], - [ - 0.2666666805744171, - [ - -0.04876578971743584, - -0.7040193676948547, - -0.1711360663175583, - 0.6875253319740295 - ] - ], - [ - 0.30000001192092896, - [ - -0.03386614844202995, - -0.6954127550125122, - -0.1590401828289032, - 0.6999717354774475 - ] - ], - [ - 0.3333333432674408, - [ - -0.022961469367146492, - -0.6932516694068909, - -0.15022379159927368, - 0.704491138458252 - ] - ], - [ - 0.36666667461395264, - [ - -0.027392225340008736, - -0.7341018319129944, - -0.15440380573272705, - 0.6606842279434204 - ] - ], - [ - 0.4000000059604645, - [ - 0.014087764546275139, - -0.719534158706665, - -0.12024277448654175, - 0.6838229298591614 - ] - ], - [ - 0.4333333373069763, - [ - -0.002907525049522519, - -0.6847038269042969, - -0.13354752957820892, - 0.7164756059646606 - ] - ], - [ - 0.46666666865348816, - [ - -0.026487959548830986, - -0.678912341594696, - -0.15269355475902557, - 0.717677652835846 - ] - ], - [ - 0.5, - [ - -0.039020027965307236, - -0.7065276503562927, - -0.16316448152065277, - 0.6875125169754028 - ] - ], - [ - 0.5333333611488342, - [ - -0.05473915487527847, - -0.7589912414550781, - -0.17633512616157532, - 0.6243731379508972 - ] - ], - [ - 0.5666666626930237, - [ - -0.055629368871450424, - -0.8094947934150696, - -0.17686866223812103, - 0.5570828318595886 - ] - ], - [ - 0.6000000238418579, - [ - 0.0036247686948627234, - -0.7993170619010925, - -0.12877057492733002, - 0.5869389176368713 - ] - ], - [ - 0.6333333253860474, - [ - -0.0013169691665098071, - -0.7708786129951477, - -0.13296180963516235, - 0.6229491233825684 - ] - ], - [ - 0.6666666865348816, - [ - 0.01245697308331728, - -0.78730708360672, - -0.12182831764221191, - 0.6042766571044922 - ] - ], - [ - 0.699999988079071, - [ - 0.022096043452620506, - -0.7891605496406555, - -0.11399172246456146, - 0.6031113266944885 - ] - ], - [ - 0.7333333492279053, - [ - 0.00898061878979206, - -0.8360848426818848, - -0.12403687089681625, - 0.5343185663223267 - ] - ], - [ - 0.7666666507720947, - [ - -0.023170141503214836, - 0.8688962459564209, - 0.11133338510990143, - -0.48175445199012756 - ] - ], - [ - 0.800000011920929, - [ - 0.0681583359837532, - -0.8593330979347229, - -0.07498899102210999, - 0.5012761354446411 - ] - ], - [ - 0.8333333134651184, - [ - 0.020713789388537407, - -0.8199031949043274, - -0.11465538293123245, - 0.5605210661888123 - ] - ], - [ - 0.8666666746139526, - [ - -0.0007011658744886518, - -0.8266106843948364, - -0.13185077905654907, - 0.5471103191375732 - ] - ], - [ - 0.8999999761581421, - [ - -0.01947927102446556, - -0.8432565927505493, - -0.14673081040382385, - 0.5167291164398193 - ] - ], - [ - 0.9333333373069763, - [ - 0.03447074815630913, - 0.8713738918304443, - 0.1581099033355713, - -0.46316391229629517 - ] - ], - [ - 0.9666666388511658, - [ - -0.006349165458232164, - 0.8714479207992554, - 0.12496251612901688, - -0.47426003217697144 - ] - ], - [ - 1.0, - [ - 0.04883488640189171, - -0.8164995908737183, - -0.09182637929916382, - 0.5679009556770325 - ] - ], - [ - 1.0333333015441895, - [ - 0.02998965047299862, - -0.7669114470481873, - -0.10764329880475998, - 0.6319496631622314 - ] - ], - [ - 1.0666667222976685, - [ - 0.04552212730050087, - -0.7524101734161377, - -0.09484327584505081, - 0.6502395272254944 - ] - ], - [ - 1.100000023841858, - [ - 0.048584215342998505, - -0.7596068382263184, - -0.0923486053943634, - 0.64195716381073 - ] - ], - [ - 1.1333333253860474, - [ - 0.03776124492287636, - -0.8358654379844666, - -0.10050053149461746, - 0.5383332371711731 - ] - ], - [ - 1.1666666269302368, - [ - 0.06949570775032043, - -0.7637539505958557, - -0.07519036531448364, - 0.6373357772827148 - ] - ], - [ - 1.2000000476837158, - [ - 0.050781331956386566, - -0.7501322627067566, - -0.09039752930402756, - 0.6531088352203369 - ] - ], - [ - 1.2333333492279053, - [ - 0.034326232969760895, - -0.696314811706543, - -0.10306176543235779, - 0.7094686031341553 - ] - ], - [ - 1.2666666507720947, - [ - 0.04810413345694542, - -0.694063663482666, - -0.09182877838611603, - 0.7124107480049133 - ] - ], - [ - 1.2999999523162842, - [ - 0.04588485509157181, - -0.7143259048461914, - -0.0940907821059227, - 0.6919392943382263 - ] - ], - [ - 1.3333333730697632, - [ - 0.05415551736950874, - -0.744045615196228, - -0.08765885978937149, - 0.660135805606842 - ] - ], - [ - 1.3666666746139526, - [ - 0.1078101322054863, - -0.7038708329200745, - -0.04269065707921982, - 0.7007997632026672 - ] - ], - [ - 1.399999976158142, - [ - 0.0723915621638298, - -0.6638317704200745, - -0.07106789201498032, - 0.7409697771072388 - ] - ], - [ - 1.4333332777023315, - [ - 0.0675065815448761, - -0.6670507192611694, - -0.07521571218967438, - 0.738125205039978 - ] - ], - [ - 1.4666666984558105, - [ - 0.05980568379163742, - -0.6915425062179565, - -0.08218035101890564, - 0.7151494026184082 - ] - ], - [ - 1.5, - [ - 0.026520725339651108, - -0.770122766494751, - -0.11040883511304855, - 0.6277082562446594 - ] - ], - [ - 1.5333333015441895, - [ - 0.0196986086666584, - -0.8120912313461304, - -0.11566751450300217, - 0.5716126561164856 - ] - ], - [ - 1.5666667222976685, - [ - 0.02438945323228836, - -0.7613753080368042, - -0.11183501034975052, - 0.6381267309188843 - ] - ], - [ - 1.600000023841858, - [ - -0.02314586378633976, - -0.6839706897735596, - -0.1496242731809616, - 0.7136251926422119 - ] - ], - [ - 1.6333333253860474, - [ - -0.01845724694430828, - -0.6700851917266846, - -0.14579933881759644, - 0.7275903820991516 - ] - ], - [ - 1.6666666269302368, - [ - 0.01316989678889513, - -0.6686345934867859, - -0.12010042369365692, - 0.7337099313735962 - ] - ], - [ - 1.7000000476837158, - [ - 0.0435728095471859, - -0.7223869562149048, - -0.09615437686443329, - 0.6833834052085876 - ] - ], - [ - 1.7333333492279053, - [ - 0.09202893078327179, - -0.739958643913269, - -0.05626482143998146, - 0.6639474034309387 - ] - ], - [ - 1.7666666507720947, - [ - 0.11972814798355103, - -0.6960370540618896, - -0.032509010285139084, - 0.7072063088417053 - ] - ], - [ - 1.7999999523162842, - [ - 0.09655876457691193, - -0.6846525073051453, - -0.05155486240983009, - 0.7206035256385803 - ] - ], - [ - 1.8333333730697632, - [ - 0.0834500715136528, - -0.7207944393157959, - -0.06322836875915527, - 0.685196042060852 - ] - ], - [ - 1.8666666746139526, - [ - 0.064604751765728, - -0.7566041946411133, - -0.07914949208498001, - 0.6458418369293213 - ] - ], - [ - 1.899999976158142, - [ - 0.04902801290154457, - -0.8137949705123901, - -0.09169488400220871, - 0.5717744827270508 - ] - ], - [ - 1.9333332777023315, - [ - 0.1407811939716339, - -0.732139527797699, - -0.015413416549563408, - 0.6662693619728088 - ] - ], - [ - 1.9666666984558105, - [ - 0.17395663261413574, - -0.6029707789421082, - 0.017249837517738342, - 0.7783750891685486 - ] - ], - [ - 2.0, - [ - 0.17076753079891205, - -0.5870056748390198, - 0.01554081216454506, - 0.7912150621414185 - ] - ], - [ - 2.0333333015441895, - [ - 0.1843898743391037, - -0.5994724631309509, - 0.026893671602010727, - 0.7784022688865662 - ] - ], - [ - 2.066666603088379, - [ - 0.18448777496814728, - -0.6397302150726318, - 0.025234404951334, - 0.745702862739563 - ] - ], - [ - 2.0999999046325684, - [ - 0.18062511086463928, - -0.6976842880249023, - 0.019956408068537712, - 0.6929739713668823 - ] - ], - [ - 2.133333444595337, - [ - 0.24840743839740753, - -0.6385642290115356, - 0.08122114837169647, - 0.7238318920135498 - ] - ], - [ - 2.1666667461395264, - [ - 0.19945259392261505, - -0.6834646463394165, - 0.03627055510878563, - 0.7012696862220764 - ] - ], - [ - 2.200000047683716, - [ - 0.1647890955209732, - -0.7798939943313599, - 0.005017886403948069, - 0.6038085222244263 - ] - ], - [ - 2.2333333492279053, - [ - -0.12074427306652069, - 0.8623642921447754, - 0.030280906707048416, - -0.49074631929397583 - ] - ], - [ - 2.2666666507720947, - [ - -0.07952695339918137, - 0.9169401526451111, - 0.06091424822807312, - -0.3862459063529968 - ] - ], - [ - 2.299999952316284, - [ - -0.11085493117570877, - 0.9141925573348999, - 0.03440644592046738, - -0.3883032202720642 - ] - ], - [ - 2.3333332538604736, - [ - -0.18169346451759338, - 0.8572640419006348, - -0.022435897961258888, - -0.48123010993003845 - ] - ], - [ - 2.366666555404663, - [ - 0.166298046708107, - -0.7983260154724121, - 0.007025463972240686, - 0.5787671804428101 - ] - ], - [ - 2.4000000953674316, - [ - 0.18873231112957, - -0.7511655688285828, - 0.026359325274825096, - 0.6320092082023621 - ] - ], - [ - 2.433333396911621, - [ - 0.1647064983844757, - -0.7753990292549133, - 0.005429542623460293, - 0.6095889210700989 - ] - ], - [ - 2.4666666984558105, - [ - 0.12944576144218445, - -0.8459320664405823, - -0.023342378437519073, - 0.516815185546875 - ] - ], - [ - 2.5, - [ - -0.1634882688522339, - 0.8619549870491028, - -0.006692402996122837, - -0.47985461354255676 - ] - ], - [ - 2.5333333015441895, - [ - 0.18477903306484222, - -0.8278217315673828, - 0.023253900930285454, - 0.529175877571106 - ] - ], - [ - 2.566666603088379, - [ - 0.12222084403038025, - -0.8166728615760803, - -0.030649466440081596, - 0.5631768107414246 - ] - ], - [ - 2.5999999046325684, - [ - 0.12226472795009613, - -0.8088847994804382, - -0.030675651505589485, - 0.5742958188056946 - ] - ], - [ - 2.633333444595337, - [ - 0.12339267879724503, - -0.8037288188934326, - -0.02972153201699257, - 0.5813010334968567 - ] - ], - [ - 2.6666667461395264, - [ - 0.11788671463727951, - -0.8353749513626099, - -0.03355422616004944, - 0.5358409285545349 - ] - ], - [ - 2.700000047683716, - [ - 0.17126767337322235, - -0.7875070571899414, - 0.010989728383719921, - 0.5919284224510193 - ] - ], - [ - 2.7333333492279053, - [ - 0.1417769342660904, - -0.7543729543685913, - -0.01439620554447174, - 0.6407912969589233 - ] - ], - [ - 2.7666666507720947, - [ - 0.11027359217405319, - -0.753278911113739, - -0.04098587855696678, - 0.6470941305160522 - ] - ], - [ - 2.799999952316284, - [ - 0.11474276334047318, - -0.756935715675354, - -0.03726395592093468, - 0.6422568559646606 - ] - ], - [ - 2.8333332538604736, - [ - 0.13097047805786133, - -0.7587986588478088, - -0.023593878373503685, - 0.6375850439071655 - ] - ], - [ - 2.866666555404663, - [ - 0.15680232644081116, - -0.7865763306617737, - -0.0015377585077658296, - 0.5972508192062378 - ] - ], - [ - 2.9000000953674316, - [ - 0.20273543894290924, - -0.7341827750205994, - 0.03760061040520668, - 0.646885097026825 - ] - ], - [ - 2.933333396911621, - [ - 0.12590086460113525, - -0.7111288905143738, - -0.027531256899237633, - 0.6911488771438599 - ] - ], - [ - 2.9666666984558105, - [ - 0.10273300856351852, - -0.7027037739753723, - -0.04668940231204033, - 0.7024767398834229 - ] - ], - [ - 3.0, - [ - 0.09935620427131653, - -0.6940222978591919, - -0.04926972836256027, - 0.7113606333732605 - ] - ], - [ - 3.0333333015441895, - [ - 0.09180434048175812, - -0.7208458185195923, - -0.05607164278626442, - 0.6846964359283447 - ] - ], - [ - 3.066666603088379, - [ - 0.09449102729558945, - -0.730995237827301, - -0.053989067673683167, - 0.6736487150192261 - ] - ], - [ - 3.0999999046325684, - [ - 0.09342512488365173, - -0.6952273845672607, - -0.05433716997504234, - 0.7106181383132935 - ] - ], - [ - 3.133333444595337, - [ - 0.018502576276659966, - -0.6863209009170532, - -0.11616566777229309, - 0.7177233695983887 - ] - ], - [ - 3.1666667461395264, - [ - -0.008031554520130157, - -0.6895670294761658, - -0.13796108961105347, - 0.710914671421051 - ] - ], - [ - 3.200000047683716, - [ - 0.02238180674612522, - -0.7297221422195435, - -0.11359874904155731, - 0.6738694310188293 - ] - ], - [ - 3.2333333492279053, - [ - 0.0504479743540287, - -0.8128777742385864, - -0.09053485095500946, - 0.5731388926506042 - ] - ], - [ - 3.2666666507720947, - [ - 0.0531829297542572, - -0.8122626543045044, - -0.08831921219825745, - 0.5741086602210999 - ] - ], - [ - 3.299999952316284, - [ - 0.032378580421209335, - -0.7329272627830505, - -0.10530707240104675, - 0.6713268160820007 - ] - ], - [ - 3.3333332538604736, - [ - 0.02331620827317238, - -0.7067601084709167, - -0.11189989000558853, - 0.6981582641601563 - ] - ], - [ - 3.366666555404663, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292751259_206240.json b/lenses/physics-objects/Scene/assets/1646688292751259_206240.json deleted file mode 100644 index 896f4a13..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292751259_206240.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292751259:206240", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292752415_206253.json b/lenses/physics-objects/Scene/assets/1646688292752415_206253.json deleted file mode 100644 index ae4cba03..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292752415_206253.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292752415:206253", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292752685_206260.json b/lenses/physics-objects/Scene/assets/1646688292752685_206260.json deleted file mode 100644 index 4f92c0cf..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292752685_206260.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292752685:206260", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.152765414910391e-05, - -0.01930941268801689, - 1.5764595673317672e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - -9.152765414910391e-05, - -0.01930941268801689, - 1.5764595673317672e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292752925_206267.json b/lenses/physics-objects/Scene/assets/1646688292752925_206267.json deleted file mode 100644 index 0ce693e0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292752925_206267.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292752925:206267", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292754062_206280.json b/lenses/physics-objects/Scene/assets/1646688292754062_206280.json deleted file mode 100644 index f000b6d1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292754062_206280.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292754062:206280", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292754318_206287.json b/lenses/physics-objects/Scene/assets/1646688292754318_206287.json deleted file mode 100644 index 1d80b86a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292754318_206287.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292754318:206287", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.153572318609804e-05, - -0.019308792427182198, - 1.7571101125213318e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - -9.153572318609804e-05, - -0.019308792427182198, - 1.7571101125213318e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292754565_206294.json b/lenses/physics-objects/Scene/assets/1646688292754565_206294.json deleted file mode 100644 index b580eb86..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292754565_206294.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292754565:206294", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292755710_206307.json b/lenses/physics-objects/Scene/assets/1646688292755710_206307.json deleted file mode 100644 index 8a44fcfd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292755710_206307.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292755710:206307", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ], - [ - 6.633333206176758, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292755967_206314.json b/lenses/physics-objects/Scene/assets/1646688292755967_206314.json deleted file mode 100644 index 62abf543..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292755967_206314.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292755967:206314", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ], - [ - 1.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292756215_206321.json b/lenses/physics-objects/Scene/assets/1646688292756215_206321.json deleted file mode 100644 index 1c704871..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292756215_206321.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292756215:206321", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292757367_206334.json b/lenses/physics-objects/Scene/assets/1646688292757367_206334.json deleted file mode 100644 index 255b4be2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292757367_206334.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292757367:206334", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ], - [ - 3.366666555404663, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292757623_206341.json b/lenses/physics-objects/Scene/assets/1646688292757623_206341.json deleted file mode 100644 index bf95f81f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292757623_206341.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292757623:206341", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ], - [ - 1.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292757865_206348.json b/lenses/physics-objects/Scene/assets/1646688292757865_206348.json deleted file mode 100644 index 59269695..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292757865_206348.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292757865:206348", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292759041_206365.json b/lenses/physics-objects/Scene/assets/1646688292759041_206365.json deleted file mode 100644 index a9464107..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292759041_206365.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292759041:206365", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644267082214355, - 1.4210854715202004e-14, - 8.090399461480047e-09 - ] - ], - [ - 6.633333206176758, - [ - 2.2644267082214355, - -1.4210854715202004e-14, - 1.633174306903129e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292759297_206372.json b/lenses/physics-objects/Scene/assets/1646688292759297_206372.json deleted file mode 100644 index 6fb17615..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292759297_206372.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292759297:206372", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0312570296227932, - 0.9995114803314209 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0312570296227932, - 0.9995114803314209 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292759558_206379.json b/lenses/physics-objects/Scene/assets/1646688292759558_206379.json deleted file mode 100644 index bc3c1d03..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292759558_206379.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292759558:206379", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292769234_206392.json b/lenses/physics-objects/Scene/assets/1646688292769234_206392.json deleted file mode 100644 index 5c4a4158..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292769234_206392.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292769234:206392", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644267082214355, - 0.0, - -5.600178099030018e-10 - ] - ], - [ - 3.366666555404663, - [ - 2.2644267082214355, - 0.0, - -5.600178099030018e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292769501_206399.json b/lenses/physics-objects/Scene/assets/1646688292769501_206399.json deleted file mode 100644 index 3b4af0a6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292769501_206399.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292769501:206399", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.03125704079866409, - 0.9995114803314209 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.03125704079866409, - 0.9995114803314209 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292769739_206406.json b/lenses/physics-objects/Scene/assets/1646688292769739_206406.json deleted file mode 100644 index ca1a2b80..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292769739_206406.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292769739:206406", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292771111_206419.json b/lenses/physics-objects/Scene/assets/1646688292771111_206419.json deleted file mode 100644 index a4f35821..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292771111_206419.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292771111:206419", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2627172470092773, - -1.4210854715202004e-14, - -7.548242919597214e-09 - ] - ], - [ - 6.633333206176758, - [ - 2.2627172470092773, - 2.842170943040401e-14, - -1.5839031419773164e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292771373_206426.json b/lenses/physics-objects/Scene/assets/1646688292771373_206426.json deleted file mode 100644 index 13b8ced7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292771373_206426.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292771373:206426", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292771612_206433.json b/lenses/physics-objects/Scene/assets/1646688292771612_206433.json deleted file mode 100644 index 2b366ba9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292771612_206433.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292771612:206433", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292772764_206446.json b/lenses/physics-objects/Scene/assets/1646688292772764_206446.json deleted file mode 100644 index b5597de0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292772764_206446.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292772764:206446", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2627172470092773, - 0.0, - 2.6635049721335236e-10 - ] - ], - [ - 3.366666555404663, - [ - 2.2627172470092773, - 0.0, - 2.6635049721335236e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292773011_206453.json b/lenses/physics-objects/Scene/assets/1646688292773011_206453.json deleted file mode 100644 index e330504d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292773011_206453.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292773011:206453", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292773258_206460.json b/lenses/physics-objects/Scene/assets/1646688292773258_206460.json deleted file mode 100644 index 6e61dda6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292773258_206460.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292773258:206460", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292774335_206473.json b/lenses/physics-objects/Scene/assets/1646688292774335_206473.json deleted file mode 100644 index cc609648..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292774335_206473.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292774335:206473", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.260877847671509, - 0.0, - -1.283550954411794e-08 - ] - ], - [ - 6.633333206176758, - [ - 2.260877847671509, - -1.4210854715202004e-14, - -1.9884867086261693e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292774581_206480.json b/lenses/physics-objects/Scene/assets/1646688292774581_206480.json deleted file mode 100644 index d55dcf01..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292774581_206480.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292774581:206480", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.036411941051483154, - 0.9993369579315186 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.036411941051483154, - 0.9993369579315186 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292774808_206487.json b/lenses/physics-objects/Scene/assets/1646688292774808_206487.json deleted file mode 100644 index cba06101..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292774808_206487.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292774808:206487", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292775920_206500.json b/lenses/physics-objects/Scene/assets/1646688292775920_206500.json deleted file mode 100644 index b8ff8f04..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292775920_206500.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292775920:206500", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.260877847671509, - 0.0, - 2.708731017264654e-09 - ] - ], - [ - 3.366666555404663, - [ - 2.260877847671509, - 0.0, - 2.708731017264654e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292776199_206507.json b/lenses/physics-objects/Scene/assets/1646688292776199_206507.json deleted file mode 100644 index a636946c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292776199_206507.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292776199:206507", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.036411937326192856, - 0.9993369579315186 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.036411937326192856, - 0.9993369579315186 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292776437_206514.json b/lenses/physics-objects/Scene/assets/1646688292776437_206514.json deleted file mode 100644 index eae92dd5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292776437_206514.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292776437:206514", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292777585_206527.json b/lenses/physics-objects/Scene/assets/1646688292777585_206527.json deleted file mode 100644 index 62cbe6bf..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292777585_206527.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292777585:206527", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644100189208984, - 1.4210854715202004e-14, - 1.2293353002235108e-08 - ] - ], - [ - 6.633333206176758, - [ - 2.2644100189208984, - -6.402349254233616e-25, - 1.4957786120817218e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292777845_206534.json b/lenses/physics-objects/Scene/assets/1646688292777845_206534.json deleted file mode 100644 index 5a63f732..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292777845_206534.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292777845:206534", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292778092_206541.json b/lenses/physics-objects/Scene/assets/1646688292778092_206541.json deleted file mode 100644 index 4d777d57..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292778092_206541.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292778092:206541", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292779250_206554.json b/lenses/physics-objects/Scene/assets/1646688292779250_206554.json deleted file mode 100644 index 22d8b85f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292779250_206554.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292779250:206554", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644100189208984, - 0.0, - -2.4150601518613257e-09 - ] - ], - [ - 3.366666555404663, - [ - 2.2644100189208984, - 0.0, - -2.4150601518613257e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292779482_206561.json b/lenses/physics-objects/Scene/assets/1646688292779482_206561.json deleted file mode 100644 index aa2b6ad5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292779482_206561.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292779482:206561", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688292779709_206568.json b/lenses/physics-objects/Scene/assets/1646688292779709_206568.json deleted file mode 100644 index b07e462f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688292779709_206568.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688292779709:206568", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658115604_680613.json b/lenses/physics-objects/Scene/assets/1646688658115604_680613.json deleted file mode 100644 index fb47586d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658115604_680613.json +++ /dev/null @@ -1,1602 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658115604:680613", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.455559730529785, - 74.6678237915039, - -9.015266418457031 - ] - ], - [ - 0.03333333507180214, - [ - -7.455559730529785, - 74.6678237915039, - -9.015266418457031 - ] - ], - [ - 0.06666667014360428, - [ - -7.532705307006836, - 74.81471252441406, - -9.450799942016602 - ] - ], - [ - 0.10000000149011612, - [ - -7.675404071807861, - 74.93197631835938, - -9.928635597229004 - ] - ], - [ - 0.13333334028720856, - [ - -7.625034332275391, - 75.04377746582031, - -10.568943977355957 - ] - ], - [ - 0.1666666716337204, - [ - -7.5475311279296875, - 75.13177490234375, - -11.256538391113281 - ] - ], - [ - 0.20000000298023224, - [ - -7.445503234863281, - 75.1952133178711, - -11.982048988342285 - ] - ], - [ - 0.23333333432674408, - [ - -7.323193550109863, - 75.2343978881836, - -12.737027168273926 - ] - ], - [ - 0.2666666805744171, - [ - -7.185184955596924, - 75.24962615966797, - -13.513616561889648 - ] - ], - [ - 0.30000001192092896, - [ - -7.036230564117432, - 75.2411880493164, - -14.304441452026367 - ] - ], - [ - 0.3333333432674408, - [ - -6.881579875946045, - 75.21034240722656, - -15.102567672729492 - ] - ], - [ - 0.36666667461395264, - [ - -6.72665548324585, - 75.15892791748047, - -15.90137004852295 - ] - ], - [ - 0.4000000059604645, - [ - -6.576344013214111, - 75.08747100830078, - -16.69438362121582 - ] - ], - [ - 0.4333333373069763, - [ - -6.435347557067871, - 74.99613189697266, - -17.475299835205078 - ] - ], - [ - 0.46666666865348816, - [ - -6.308165550231934, - 74.8847427368164, - -18.237934112548828 - ] - ], - [ - 0.5, - [ - -5.767541885375977, - 74.75993347167969, - -18.74352264404297 - ] - ], - [ - 0.5333333611488342, - [ - -4.503533363342285, - 74.67463684082031, - -18.845470428466797 - ] - ], - [ - 0.5666666626930237, - [ - -2.69787335395813, - 74.7171630859375, - -18.673486709594727 - ] - ], - [ - 0.6000000238418579, - [ - -0.5484547019004822, - 74.96461486816406, - -18.348684310913086 - ] - ], - [ - 0.6333333253860474, - [ - 1.7279685735702515, - 75.44397735595703, - -17.98120880126953 - ] - ], - [ - 0.6666666865348816, - [ - 3.9104089736938477, - 76.10652160644531, - -17.672754287719727 - ] - ], - [ - 0.699999988079071, - [ - 5.800729751586914, - 76.83036041259766, - -17.53898811340332 - ] - ], - [ - 0.7333333492279053, - [ - 7.2400288581848145, - 77.43382263183594, - -17.702194213867188 - ] - ], - [ - 0.7666666507720947, - [ - 8.332756996154785, - 77.87077331542969, - -18.042531967163086 - ] - ], - [ - 0.800000011920929, - [ - 9.285577774047852, - 78.23776245117188, - -18.364120483398438 - ] - ], - [ - 0.8333333134651184, - [ - 10.11981201171875, - 78.53618621826172, - -18.66687774658203 - ] - ], - [ - 0.8666666746139526, - [ - 10.857719421386719, - 78.77033233642578, - -18.950740814208984 - ] - ], - [ - 0.8999999761581421, - [ - 11.514102935791016, - 78.94353485107422, - -19.213947296142578 - ] - ], - [ - 0.9333333373069763, - [ - 12.094268798828125, - 79.0599365234375, - -19.455068588256836 - ] - ], - [ - 0.9666666388511658, - [ - 12.60671615600586, - 79.12574768066406, - -19.672958374023438 - ] - ], - [ - 1.0, - [ - 13.059106826782227, - 79.14844512939453, - -19.866722106933594 - ] - ], - [ - 1.0333333015441895, - [ - 13.458816528320313, - 79.14769744873047, - -20.034534454345703 - ] - ], - [ - 1.0666667222976685, - [ - 13.812508583068848, - 79.14128875732422, - -20.17499542236328 - ] - ], - [ - 1.100000023841858, - [ - 14.126100540161133, - 79.13351440429688, - -20.28784942626953 - ] - ], - [ - 1.1333333253860474, - [ - 14.405336380004883, - 79.12815856933594, - -20.37263298034668 - ] - ], - [ - 1.1666666269302368, - [ - 14.654738426208496, - 79.13520812988281, - -20.42827033996582 - ] - ], - [ - 1.2000000476837158, - [ - 14.917223930358887, - 79.18867492675781, - -20.45879554748535 - ] - ], - [ - 1.2333333492279053, - [ - 15.232813835144043, - 79.31243133544922, - -20.46919059753418 - ] - ], - [ - 1.2666666507720947, - [ - 15.587604522705078, - 79.48465728759766, - -20.435863494873047 - ] - ], - [ - 1.2999999523162842, - [ - 15.960200309753418, - 79.6922378540039, - -20.33930206298828 - ] - ], - [ - 1.3333333730697632, - [ - 16.343496322631836, - 79.93931579589844, - -20.186609268188477 - ] - ], - [ - 1.3666666746139526, - [ - 16.73678207397461, - 80.22127532958984, - -19.986217498779297 - ] - ], - [ - 1.399999976158142, - [ - 17.139720916748047, - 80.53348541259766, - -19.746484756469727 - ] - ], - [ - 1.4333332777023315, - [ - 17.55231475830078, - 80.87103271484375, - -19.475666046142578 - ] - ], - [ - 1.4666666984558105, - [ - 17.533462524414063, - 80.87335968017578, - -19.179439544677734 - ] - ], - [ - 1.5, - [ - 16.79340934753418, - 80.35589599609375, - -18.870025634765625 - ] - ], - [ - 1.5333333015441895, - [ - 15.561631202697754, - 79.58238220214844, - -18.565292358398438 - ] - ], - [ - 1.5666667222976685, - [ - 14.094676971435547, - 78.79009246826172, - -18.283403396606445 - ] - ], - [ - 1.600000023841858, - [ - 12.688196182250977, - 78.16291046142578, - -18.041872024536133 - ] - ], - [ - 1.6333333253860474, - [ - 11.672137260437012, - 77.82408142089844, - -17.861696243286133 - ] - ], - [ - 1.6666666269302368, - [ - 11.392717361450195, - 77.85504150390625, - -17.76480484008789 - ] - ], - [ - 1.7000000476837158, - [ - 11.642889022827148, - 78.093994140625, - -17.728403091430664 - ] - ], - [ - 1.7333333492279053, - [ - 11.979986190795898, - 78.31903076171875, - -17.727664947509766 - ] - ], - [ - 1.7666666507720947, - [ - 12.393630027770996, - 78.52352905273438, - -17.77686882019043 - ] - ], - [ - 1.7999999523162842, - [ - 12.866514205932617, - 78.69879150390625, - -17.849157333374023 - ] - ], - [ - 1.8333333730697632, - [ - 13.377538681030273, - 78.82936096191406, - -17.91205406188965 - ] - ], - [ - 1.8666666746139526, - [ - 13.909850120544434, - 78.90638732910156, - -17.971172332763672 - ] - ], - [ - 1.899999976158142, - [ - 14.445600509643555, - 78.92725372314453, - -18.03224754333496 - ] - ], - [ - 1.9333332777023315, - [ - 14.966373443603516, - 78.8912582397461, - -18.10089874267578 - ] - ], - [ - 1.9666666984558105, - [ - 15.478693962097168, - 78.80203247070313, - -18.18919563293457 - ] - ], - [ - 2.0, - [ - 15.986878395080566, - 78.66120147705078, - -18.307537078857422 - ] - ], - [ - 2.0333333015441895, - [ - 16.467348098754883, - 78.46722412109375, - -18.45848846435547 - ] - ], - [ - 2.066666603088379, - [ - 16.895570755004883, - 78.22169494628906, - -18.644269943237305 - ] - ], - [ - 2.0999999046325684, - [ - 17.248510360717773, - 77.92298889160156, - -18.866741180419922 - ] - ], - [ - 2.133333444595337, - [ - 16.947811126708984, - 77.35455322265625, - -19.096887588500977 - ] - ], - [ - 2.1666667461395264, - [ - 15.626241683959961, - 76.44235229492188, - -19.300365447998047 - ] - ], - [ - 2.200000047683716, - [ - 13.578457832336426, - 75.410400390625, - -19.47770118713379 - ] - ], - [ - 2.2333333492279053, - [ - 11.1170654296875, - 74.44929504394531, - -19.63401985168457 - ] - ], - [ - 2.2666666507720947, - [ - 8.576457977294922, - 73.67547607421875, - -19.77360725402832 - ] - ], - [ - 2.299999952316284, - [ - 6.301853656768799, - 73.11625671386719, - -19.895715713500977 - ] - ], - [ - 2.3333332538604736, - [ - 4.63572359085083, - 72.72245788574219, - -19.993534088134766 - ] - ], - [ - 2.366666555404663, - [ - 3.913456439971924, - 72.40784454345703, - -20.058128356933594 - ] - ], - [ - 2.4000000953674316, - [ - 3.8028266429901123, - 72.1070327758789, - -20.086273193359375 - ] - ], - [ - 2.433333396911621, - [ - 3.737023115158081, - 71.80810546875, - -20.07554054260254 - ] - ], - [ - 2.4666666984558105, - [ - 3.6982133388519287, - 71.51560974121094, - -20.024999618530273 - ] - ], - [ - 2.5, - [ - 3.6698050498962402, - 71.23609161376953, - -19.933839797973633 - ] - ], - [ - 2.5333333015441895, - [ - 3.6287384033203125, - 70.97773742675781, - -19.798845291137695 - ] - ], - [ - 2.566666603088379, - [ - 3.551140069961548, - 70.75054931640625, - -19.617633819580078 - ] - ], - [ - 2.5999999046325684, - [ - 3.4125750064849854, - 70.56590270996094, - -19.38855743408203 - ] - ], - [ - 2.633333444595337, - [ - 3.188223123550415, - 70.43291473388672, - -19.110368728637695 - ] - ], - [ - 2.6666667461395264, - [ - 2.8532748222351074, - 70.35816192626953, - -18.781673431396484 - ] - ], - [ - 2.700000047683716, - [ - 2.4496009349823, - 70.33744049072266, - -18.425569534301758 - ] - ], - [ - 2.7333333492279053, - [ - 2.0362515449523926, - 70.36103820800781, - -18.06709098815918 - ] - ], - [ - 2.7666666507720947, - [ - 1.614802598953247, - 70.42709350585938, - -17.70726203918457 - ] - ], - [ - 2.799999952316284, - [ - 1.1869840621948242, - 70.53250122070313, - -17.347087860107422 - ] - ], - [ - 2.8333332538604736, - [ - 0.7543121576309204, - 70.67485046386719, - -16.9876708984375 - ] - ], - [ - 2.866666555404663, - [ - 0.3182767331600189, - 70.85174560546875, - -16.630178451538086 - ] - ], - [ - 2.9000000953674316, - [ - -0.11947067826986313, - 71.05680847167969, - -16.275157928466797 - ] - ], - [ - 2.933333396911621, - [ - -1.2315020561218262, - 71.42778778076172, - -16.488536834716797 - ] - ], - [ - 2.9666666984558105, - [ - -3.1779394149780273, - 72.05461120605469, - -17.373779296875 - ] - ], - [ - 3.0, - [ - -5.207093715667725, - 72.79132843017578, - -18.24189567565918 - ] - ], - [ - 3.0333333015441895, - [ - -6.6513261795043945, - 73.33903503417969, - -18.40132713317871 - ] - ], - [ - 3.066666603088379, - [ - -7.563474655151367, - 73.65436553955078, - -17.957380294799805 - ] - ], - [ - 3.0999999046325684, - [ - -8.399742126464844, - 73.94234466552734, - -17.49000358581543 - ] - ], - [ - 3.133333444595337, - [ - -9.15751838684082, - 74.20105743408203, - -17.010684967041016 - ] - ], - [ - 3.1666667461395264, - [ - -9.83290958404541, - 74.4292221069336, - -16.530317306518555 - ] - ], - [ - 3.200000047683716, - [ - -10.420462608337402, - 74.6261215209961, - -16.059478759765625 - ] - ], - [ - 3.2333333492279053, - [ - -10.914831161499023, - 74.7930679321289, - -15.609408378601074 - ] - ], - [ - 3.2666666507720947, - [ - -11.306347846984863, - 74.93277740478516, - -15.192208290100098 - ] - ], - [ - 3.299999952316284, - [ - -11.575332641601563, - 75.0480728149414, - -14.819973945617676 - ] - ], - [ - 3.3333332538604736, - [ - -11.731008529663086, - 75.15287780761719, - -14.503586769104004 - ] - ], - [ - 3.366666555404663, - [ - -11.833380699157715, - 75.30211639404297, - -14.914491653442383 - ] - ], - [ - 3.4000000953674316, - [ - -11.995293617248535, - 75.43045806884766, - -15.377537727355957 - ] - ], - [ - 3.433333396911621, - [ - -11.96887493133545, - 75.53328704833984, - -15.998108863830566 - ] - ], - [ - 3.4666666984558105, - [ - -11.912632942199707, - 75.6096420288086, - -16.647525787353516 - ] - ], - [ - 3.5, - [ - -11.829568862915039, - 75.65503692626953, - -17.3026065826416 - ] - ], - [ - 3.5333333015441895, - [ - -11.724117279052734, - 75.66539764404297, - -17.94131088256836 - ] - ], - [ - 3.566666603088379, - [ - -11.600850105285645, - 75.63612365722656, - -18.542320251464844 - ] - ], - [ - 3.5999999046325684, - [ - -11.79787826538086, - 75.59088897705078, - -18.807125091552734 - ] - ], - [ - 3.633333444595337, - [ - -12.565688133239746, - 75.56251525878906, - -18.559574127197266 - ] - ], - [ - 3.6666667461395264, - [ - -13.78062629699707, - 75.58927917480469, - -17.964448928833008 - ] - ], - [ - 3.700000047683716, - [ - -15.309958457946777, - 75.71713256835938, - -17.19017219543457 - ] - ], - [ - 3.7333333492279053, - [ - -17.004446029663086, - 75.96937561035156, - -16.408613204956055 - ] - ], - [ - 3.7666666507720947, - [ - -18.7020263671875, - 76.32553100585938, - -15.7927827835083 - ] - ], - [ - 3.799999952316284, - [ - -20.239147186279297, - 76.71448516845703, - -15.513696670532227 - ] - ], - [ - 3.8333332538604736, - [ - -21.462589263916016, - 77.0248031616211, - -15.737665176391602 - ] - ], - [ - 3.866666555404663, - [ - -22.346899032592773, - 77.20796966552734, - -16.32600212097168 - ] - ], - [ - 3.9000000953674316, - [ - -22.993663787841797, - 77.30286407470703, - -17.001537322998047 - ] - ], - [ - 3.933333396911621, - [ - -23.451135635375977, - 77.31804656982422, - -17.718812942504883 - ] - ], - [ - 3.9666666984558105, - [ - -23.76634407043457, - 77.26589965820313, - -18.4340877532959 - ] - ], - [ - 4.0, - [ - -23.97591781616211, - 77.16022491455078, - -19.122360229492188 - ] - ], - [ - 4.0333333015441895, - [ - -24.10910415649414, - 77.01355743408203, - -19.76365852355957 - ] - ], - [ - 4.066666603088379, - [ - -24.2001895904541, - 76.8386001586914, - -20.3247013092041 - ] - ], - [ - 4.099999904632568, - [ - -24.28203773498535, - 76.6487045288086, - -20.77297019958496 - ] - ], - [ - 4.133333206176758, - [ - -24.37140655517578, - 76.47434997558594, - -21.14740753173828 - ] - ], - [ - 4.166666507720947, - [ - -24.452539443969727, - 76.33623504638672, - -21.5087833404541 - ] - ], - [ - 4.199999809265137, - [ - -24.514772415161133, - 76.23271179199219, - -21.856966018676758 - ] - ], - [ - 4.233333110809326, - [ - -24.555959701538086, - 76.16092681884766, - -22.19175910949707 - ] - ], - [ - 4.266666889190674, - [ - -24.569841384887695, - 76.11834716796875, - -22.512866973876953 - ] - ], - [ - 4.300000190734863, - [ - -24.550214767456055, - 76.10224151611328, - -22.819908142089844 - ] - ], - [ - 4.333333492279053, - [ - -24.490398406982422, - 76.12100982666016, - -23.111595153808594 - ] - ], - [ - 4.366666793823242, - [ - -24.38391876220703, - 76.18022918701172, - -23.386747360229492 - ] - ], - [ - 4.400000095367432, - [ - -24.224708557128906, - 76.27137756347656, - -23.644731521606445 - ] - ], - [ - 4.433333396911621, - [ - -24.00653839111328, - 76.38506317138672, - -23.884639739990234 - ] - ], - [ - 4.4666666984558105, - [ - -23.724079132080078, - 76.51799774169922, - -24.105205535888672 - ] - ], - [ - 4.5, - [ - -23.371566772460938, - 76.66549682617188, - -24.30500602722168 - ] - ], - [ - 4.5333333015441895, - [ - -22.94178581237793, - 76.81649017333984, - -24.48264503479004 - ] - ], - [ - 4.566666603088379, - [ - -21.425552368164063, - 76.36480712890625, - -24.679264068603516 - ] - ], - [ - 4.599999904632568, - [ - -18.160890579223633, - 75.15364837646484, - -24.93059730529785 - ] - ], - [ - 4.633333206176758, - [ - -13.686993598937988, - 73.87945556640625, - -25.23457145690918 - ] - ], - [ - 4.666666507720947, - [ - -8.684460639953613, - 73.07438659667969, - -25.565753936767578 - ] - ], - [ - 4.699999809265137, - [ - -3.9787304401397705, - 72.94063568115234, - -25.861026763916016 - ] - ], - [ - 4.733333110809326, - [ - -0.44651156663894653, - 73.31865692138672, - -26.031036376953125 - ] - ], - [ - 4.766666889190674, - [ - 1.067491888999939, - 73.83458709716797, - -25.984817504882813 - ] - ], - [ - 4.800000190734863, - [ - 1.2799266576766968, - 74.3307876586914, - -25.95512580871582 - ] - ], - [ - 4.833333492279053, - [ - 1.4929358959197998, - 74.87409210205078, - -26.176420211791992 - ] - ], - [ - 4.866666793823242, - [ - 1.771450400352478, - 75.44854736328125, - -26.574161529541016 - ] - ], - [ - 4.900000095367432, - [ - 2.0729918479919434, - 76.03678131103516, - -27.07738494873047 - ] - ], - [ - 4.933333396911621, - [ - 2.3257038593292236, - 76.6149673461914, - -27.62265968322754 - ] - ], - [ - 4.9666666984558105, - [ - 2.5503387451171875, - 77.15740966796875, - -28.145606994628906 - ] - ], - [ - 5.0, - [ - 2.765449285507202, - 77.63579559326172, - -28.578161239624023 - ] - ], - [ - 5.0333333015441895, - [ - 2.988525867462158, - 78.01908874511719, - -28.852649688720703 - ] - ], - [ - 5.066666603088379, - [ - 3.236398935317993, - 78.28251647949219, - -28.90091896057129 - ] - ], - [ - 5.099999904632568, - [ - 3.5022239685058594, - 78.44864654541016, - -28.796403884887695 - ] - ], - [ - 5.133333206176758, - [ - 3.766425848007202, - 78.5499038696289, - -28.660066604614258 - ] - ], - [ - 5.166666507720947, - [ - 4.026430606842041, - 78.58413696289063, - -28.494081497192383 - ] - ], - [ - 5.199999809265137, - [ - 4.278839111328125, - 78.55509948730469, - -28.30047035217285 - ] - ], - [ - 5.233333110809326, - [ - 4.5198163986206055, - 78.46821594238281, - -28.080989837646484 - ] - ], - [ - 5.266666889190674, - [ - 4.746239185333252, - 78.32504272460938, - -27.837114334106445 - ] - ], - [ - 5.300000190734863, - [ - 4.955386161804199, - 78.12718200683594, - -27.570112228393555 - ] - ], - [ - 5.333333492279053, - [ - 5.143378734588623, - 77.88191223144531, - -27.281532287597656 - ] - ], - [ - 5.366666793823242, - [ - 5.305710315704346, - 77.59906768798828, - -26.972917556762695 - ] - ], - [ - 5.400000095367432, - [ - 5.4386982917785645, - 77.28397369384766, - -26.645532608032227 - ] - ], - [ - 5.433333396911621, - [ - 5.538634300231934, - 76.94190216064453, - -26.300552368164063 - ] - ], - [ - 5.4666666984558105, - [ - 5.6017746925354, - 76.57807922363281, - -25.93906593322754 - ] - ], - [ - 5.5, - [ - 5.624365329742432, - 76.19769287109375, - -25.56207847595215 - ] - ], - [ - 5.5333333015441895, - [ - 5.60263729095459, - 75.80584716796875, - -25.170513153076172 - ] - ], - [ - 5.566666603088379, - [ - 5.532812595367432, - 75.4076156616211, - -24.765216827392578 - ] - ], - [ - 5.599999904632568, - [ - 5.411105632781982, - 75.00802612304688, - -24.346961975097656 - ] - ], - [ - 5.633333206176758, - [ - 5.235116958618164, - 74.61196899414063, - -23.91645050048828 - ] - ], - [ - 5.666666507720947, - [ - 5.007479190826416, - 74.2240982055664, - -23.474315643310547 - ] - ], - [ - 5.699999809265137, - [ - 4.731024265289307, - 73.84906005859375, - -23.0211238861084 - ] - ], - [ - 5.733333110809326, - [ - 4.407623291015625, - 73.49158477783203, - -22.557405471801758 - ] - ], - [ - 5.766666889190674, - [ - 4.045088291168213, - 73.1574478149414, - -22.086414337158203 - ] - ], - [ - 5.800000190734863, - [ - 3.6529078483581543, - 72.85232543945313, - -21.611024856567383 - ] - ], - [ - 5.833333492279053, - [ - 3.234571933746338, - 72.58089447021484, - -21.131065368652344 - ] - ], - [ - 5.866666793823242, - [ - 2.793269634246826, - 72.34782409667969, - -20.64634895324707 - ] - ], - [ - 5.900000095367432, - [ - 2.3319473266601563, - 72.15778350830078, - -20.15668296813965 - ] - ], - [ - 5.933333396911621, - [ - 1.8532514572143555, - 72.0124740600586, - -19.662044525146484 - ] - ], - [ - 5.9666666984558105, - [ - 1.359580159187317, - 71.91118621826172, - -19.162553787231445 - ] - ], - [ - 6.0, - [ - 0.8532198071479797, - 71.85468292236328, - -18.658241271972656 - ] - ], - [ - 6.0333333015441895, - [ - 0.33633434772491455, - 71.84245300292969, - -18.149133682250977 - ] - ], - [ - 6.066666603088379, - [ - -0.18870294094085693, - 71.8723373413086, - -17.63536834716797 - ] - ], - [ - 6.099999904632568, - [ - -0.7193521857261658, - 71.9409408569336, - -17.11716079711914 - ] - ], - [ - 6.133333206176758, - [ - -1.2532914876937866, - 72.04551696777344, - -16.594799041748047 - ] - ], - [ - 6.166666507720947, - [ - -1.7882182598114014, - 72.1833724975586, - -16.068660736083984 - ] - ], - [ - 6.199999809265137, - [ - -2.3211710453033447, - 72.34780883789063, - -15.53888988494873 - ] - ], - [ - 6.266666889190674, - [ - -3.368000030517578, - 72.72718048095703, - -14.469273567199707 - ] - ], - [ - 6.300000190734863, - [ - -3.871588945388794, - 72.9330062866211, - -13.933165550231934 - ] - ], - [ - 6.333333492279053, - [ - -4.354434490203857, - 73.14398956298828, - -13.400930404663086 - ] - ], - [ - 6.366666793823242, - [ - -4.810886383056641, - 73.35173797607422, - -12.868317604064941 - ] - ], - [ - 6.400000095367432, - [ - -5.238187789916992, - 73.54973602294922, - -12.333560943603516 - ] - ], - [ - 6.433333396911621, - [ - -5.640220642089844, - 73.73634338378906, - -11.801522254943848 - ] - ], - [ - 6.4666666984558105, - [ - -6.01983642578125, - 73.90995788574219, - -11.277098655700684 - ] - ], - [ - 6.5, - [ - -6.378418922424316, - 74.0690689086914, - -10.765399932861328 - ] - ], - [ - 6.5333333015441895, - [ - -6.715065956115723, - 74.21232604980469, - -10.272058486938477 - ] - ], - [ - 6.566666603088379, - [ - -7.024864673614502, - 74.33878326416016, - -9.803750991821289 - ] - ], - [ - 6.599999904632568, - [ - -7.2945170402526855, - 74.448486328125, - -9.369375228881836 - ] - ], - [ - 6.633333206176758, - [ - -7.487578868865967, - 74.54430389404297, - -8.98353385925293 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658115781_680620.json b/lenses/physics-objects/Scene/assets/1646688658115781_680620.json deleted file mode 100644 index 2ed74995..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658115781_680620.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658115781:680620", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.002891623880714178, - -0.005618926137685776, - -0.0017596478573977947, - 0.9999784827232361 - ] - ], - [ - 0.03333333507180214, - [ - -0.002891623880714178, - -0.005618926137685776, - -0.0017596478573977947, - 0.9999784827232361 - ] - ], - [ - 0.06666667014360428, - [ - -0.0016879636095836759, - -0.00580759160220623, - -0.0008077714592218399, - 0.9999814033508301 - ] - ], - [ - 0.10000000149011612, - [ - -2.6553576390142553e-05, - -0.0059729372151196, - -2.381175545451697e-05, - 0.9999821782112122 - ] - ], - [ - 0.13333334028720856, - [ - 0.0034866079222410917, - -0.008042617700994015, - 0.0025485476944595575, - 0.999958336353302 - ] - ], - [ - 0.1666666716337204, - [ - 0.0076115732081234455, - -0.010228353552520275, - 0.005291638430207968, - 0.9999048113822937 - ] - ], - [ - 0.20000000298023224, - [ - 0.0122607983648777, - -0.012496641837060452, - 0.00814869999885559, - 0.9998135566711426 - ] - ], - [ - 0.23333333432674408, - [ - 0.017345448955893517, - -0.014814137481153011, - 0.011064574122428894, - 0.9996785521507263 - ] - ], - [ - 0.2666666805744171, - [ - 0.022775251418352127, - -0.017147531732916832, - 0.013986263424158096, - 0.9994956851005554 - ] - ], - [ - 0.30000001192092896, - [ - 0.028458427637815475, - -0.01946348510682583, - 0.016863364726305008, - 0.9992632865905762 - ] - ], - [ - 0.3333333432674408, - [ - 0.03430170938372612, - -0.021728515625, - 0.01964840665459633, - 0.9989821910858154 - ] - ], - [ - 0.36666667461395264, - [ - 0.04021044448018074, - -0.023909028619527817, - 0.022297043353319168, - 0.9986562728881836 - ] - ], - [ - 0.4000000059604645, - [ - 0.04608875513076782, - -0.025971215218305588, - 0.02476808801293373, - 0.9982925653457642 - ] - ], - [ - 0.4333333373069763, - [ - 0.051839713007211685, - -0.02788100205361843, - 0.027023496106266975, - 0.9979003071784973 - ] - ], - [ - 0.46666666865348816, - [ - 0.05736555904150009, - -0.02960406057536602, - 0.029028117656707764, - 0.9974919557571411 - ] - ], - [ - 0.5, - [ - 0.06178884953260422, - -0.02813856303691864, - 0.04020678624510765, - 0.9968820214271545 - ] - ], - [ - 0.5333333611488342, - [ - 0.06441672146320343, - -0.02177843265235424, - 0.06695505231618881, - 0.9954361915588379 - ] - ], - [ - 0.5666666626930237, - [ - 0.06529703736305237, - -0.012535148300230503, - 0.1046304851770401, - 0.9922860860824585 - ] - ], - [ - 0.6000000238418579, - [ - 0.06451034545898438, - -0.0023342303466051817, - 0.148490771651268, - 0.9868047833442688 - ] - ], - [ - 0.6333333253860474, - [ - 0.06233710050582886, - 0.00720844604074955, - 0.19374626874923706, - 0.979042649269104 - ] - ], - [ - 0.6666666865348816, - [ - 0.05931107699871063, - 0.014930499717593193, - 0.23567695915699005, - 0.9699050784111023 - ] - ], - [ - 0.699999988079071, - [ - 0.05638923868536949, - 0.020082641392946243, - 0.2697967290878296, - 0.9610549807548523 - ] - ], - [ - 0.7333333492279053, - [ - 0.054690320044755936, - 0.022251371294260025, - 0.29188305139541626, - 0.9546298384666443 - ] - ], - [ - 0.7666666507720947, - [ - 0.05393651872873306, - 0.022094573825597763, - 0.3053783178329468, - 0.9504455924034119 - ] - ], - [ - 0.800000011920929, - [ - 0.053170096129179, - 0.020652906969189644, - 0.31663423776626587, - 0.946831226348877 - ] - ], - [ - 0.8333333134651184, - [ - 0.05249485746026039, - 0.018107036128640175, - 0.3258552849292755, - 0.9437874555587769 - ] - ], - [ - 0.8666666746139526, - [ - 0.052024587988853455, - 0.01461569033563137, - 0.3332330882549286, - 0.9412946105003357 - ] - ], - [ - 0.8999999761581421, - [ - 0.05165984109044075, - 0.010446233674883842, - 0.3389517366886139, - 0.939326286315918 - ] - ], - [ - 0.9333333373069763, - [ - 0.05129508674144745, - 0.00585547648370266, - 0.3431911766529083, - 0.9378455877304077 - ] - ], - [ - 0.9666666388511658, - [ - 0.05082263797521591, - 0.0010928907431662083, - 0.346127986907959, - 0.9368091225624084 - ] - ], - [ - 1.0, - [ - 0.05013575777411461, - -0.0035968527663499117, - 0.34793561697006226, - 0.9361701011657715 - ] - ], - [ - 1.0333333015441895, - [ - 0.049130793660879135, - -0.007971527054905891, - 0.34878450632095337, - 0.9358803033828735 - ] - ], - [ - 1.0666667222976685, - [ - 0.0477086640894413, - -0.011789783835411072, - 0.3488422632217407, - 0.9358920454978943 - ] - ], - [ - 1.100000023841858, - [ - 0.045775387436151505, - -0.014809753745794296, - 0.3482728600502014, - 0.936157763004303 - ] - ], - [ - 1.1333333253860474, - [ - 0.043241947889328, - -0.01678857021033764, - 0.34723591804504395, - 0.9366298317909241 - ] - ], - [ - 1.1666666269302368, - [ - 0.040023352950811386, - -0.017481982707977295, - 0.3458859324455261, - 0.9372595548629761 - ] - ], - [ - 1.2000000476837158, - [ - 0.03635654225945473, - -0.01745300367474556, - 0.3445128798484802, - 0.9379149675369263 - ] - ], - [ - 1.2333333492279053, - [ - 0.032550565898418427, - -0.01744535192847252, - 0.34333354234695435, - 0.9384872913360596 - ] - ], - [ - 1.2666666507720947, - [ - 0.028315572068095207, - -0.01740456186234951, - 0.34219855070114136, - 0.9390396475791931 - ] - ], - [ - 1.2999999523162842, - [ - 0.02341926284134388, - -0.017254093661904335, - 0.3409407436847687, - 0.9396346211433411 - ] - ], - [ - 1.3333333730697632, - [ - 0.017972832545638084, - -0.016987059265375137, - 0.3395743668079376, - 0.9402540326118469 - ] - ], - [ - 1.3666666746139526, - [ - 0.01208751555532217, - -0.016597189009189606, - 0.33811601996421814, - 0.940880537033081 - ] - ], - [ - 1.399999976158142, - [ - 0.00587436743080616, - -0.01607905514538288, - 0.3365848958492279, - 0.9414975047111511 - ] - ], - [ - 1.4333332777023315, - [ - -0.0005555424722842872, - -0.015428276732563972, - 0.3350032567977905, - 0.9420904517173767 - ] - ], - [ - 1.4666666984558105, - [ - -0.006924398709088564, - -0.015416108071804047, - 0.3274174928665161, - 0.9447286128997803 - ] - ], - [ - 1.5, - [ - -0.012952974066138268, - -0.016470031812787056, - 0.31024253368377686, - 0.9504265189170837 - ] - ], - [ - 1.5333333015441895, - [ - -0.018556391820311546, - -0.018129052594304085, - 0.28704655170440674, - 0.9575653076171875 - ] - ], - [ - 1.5666667222976685, - [ - -0.02364794723689556, - -0.019937144592404366, - 0.26146167516708374, - 0.9647181630134583 - ] - ], - [ - 1.600000023841858, - [ - -0.028113525360822678, - -0.021385109052062035, - 0.2372215837240219, - 0.9708132743835449 - ] - ], - [ - 1.6333333253860474, - [ - -0.03181157633662224, - -0.021888257935643196, - 0.21814438700675964, - 0.9751523733139038 - ] - ], - [ - 1.6666666269302368, - [ - -0.03459809720516205, - -0.020793631672859192, - 0.2080870121717453, - 0.9772770404815674 - ] - ], - [ - 1.7000000476837158, - [ - -0.03668750450015068, - -0.01842600479722023, - 0.20437893271446228, - 0.9780305624008179 - ] - ], - [ - 1.7333333492279053, - [ - -0.03825974836945534, - -0.015616236254572868, - 0.20170927047729492, - 0.9785733222961426 - ] - ], - [ - 1.7666666507720947, - [ - -0.03914550319314003, - -0.012436553835868835, - 0.19996929168701172, - 0.9789409041404724 - ] - ], - [ - 1.7999999523162842, - [ - -0.039632078260183334, - -0.008946342393755913, - 0.1989731639623642, - 0.9791623950004578 - ] - ], - [ - 1.8333333730697632, - [ - -0.040072113275527954, - -0.005193626508116722, - 0.19849467277526855, - 0.9792686700820923 - ] - ], - [ - 1.8666666746139526, - [ - -0.04039254039525986, - -0.0012348659802228212, - 0.19836506247520447, - 0.9792947769165039 - ] - ], - [ - 1.899999976158142, - [ - -0.04051843658089638, - 0.0028715762309730053, - 0.1984158307313919, - 0.9792759418487549 - ] - ], - [ - 1.9333332777023315, - [ - -0.04037318751215935, - 0.007065527141094208, - 0.19847872853279114, - 0.9792479276657104 - ] - ], - [ - 1.9666666984558105, - [ - -0.03988761454820633, - 0.01126918476074934, - 0.19837500154972076, - 0.9792493581771851 - ] - ], - [ - 2.0, - [ - -0.03899602219462395, - 0.015385117381811142, - 0.19793058931827545, - 0.9793192148208618 - ] - ], - [ - 2.0333333015441895, - [ - -0.03762627765536308, - 0.01932019740343094, - 0.19698314368724823, - 0.9794940948486328 - ] - ], - [ - 2.066666603088379, - [ - -0.03570730984210968, - 0.022977439686655998, - 0.19536875188350677, - 0.9798102378845215 - ] - ], - [ - 2.0999999046325684, - [ - -0.03317004814743996, - 0.026254739612340927, - 0.1929212063550949, - 0.9803019165992737 - ] - ], - [ - 2.133333444595337, - [ - -0.029914863407611847, - 0.02822699025273323, - 0.1829531192779541, - 0.9822610020637512 - ] - ], - [ - 2.1666667461395264, - [ - -0.02606581710278988, - 0.028128264471888542, - 0.161371111869812, - 0.9861485362052917 - ] - ], - [ - 2.200000047683716, - [ - -0.02190699428319931, - 0.026123259216547012, - 0.1319049447774887, - 0.9906759262084961 - ] - ], - [ - 2.2333333492279053, - [ - -0.01771719567477703, - 0.022526171058416367, - 0.09834352880716324, - 0.9947397708892822 - ] - ], - [ - 2.2666666507720947, - [ - -0.013731131330132484, - 0.01788286678493023, - 0.06454434990882874, - 0.9976601004600525 - ] - ], - [ - 2.299999952316284, - [ - -0.010101797059178352, - 0.012990089133381844, - 0.034397922456264496, - 0.9992728233337402 - ] - ], - [ - 2.3333332538604736, - [ - -0.006877655163407326, - 0.008856013417243958, - 0.011780263856053352, - 0.999867856502533 - ] - ], - [ - 2.366666555404663, - [ - -0.004007686860859394, - 0.006611236836761236, - 0.0005285587976686656, - 0.9999699592590332 - ] - ], - [ - 2.4000000953674316, - [ - -0.0015877902042120695, - 0.005620748735964298, - -0.003424905939027667, - 0.999977171421051 - ] - ], - [ - 2.433333396911621, - [ - 0.00026501776301302016, - 0.004549192730337381, - -0.006773808971047401, - 0.9999666810035706 - ] - ], - [ - 2.4666666984558105, - [ - 0.0016548711573705077, - 0.0032485153060406446, - -0.00961021427065134, - 0.999947190284729 - ] - ], - [ - 2.5, - [ - 0.002680059988051653, - 0.0016058911569416523, - -0.011996193788945675, - 0.9999231696128845 - ] - ], - [ - 2.5333333015441895, - [ - 0.0034071202389895916, - -0.00023250217782333493, - -0.01401063147932291, - 0.9998961091041565 - ] - ], - [ - 2.566666603088379, - [ - 0.0039031729102134705, - -0.0021223786752671003, - -0.01573236659169197, - 0.9998664855957031 - ] - ], - [ - 2.5999999046325684, - [ - 0.0042352257296442986, - -0.0039209709502756596, - -0.017240779474377632, - 0.9998347163200378 - ] - ], - [ - 2.633333444595337, - [ - 0.004469746723771095, - -0.005486761219799519, - -0.018616169691085815, - 0.999801754951477 - ] - ], - [ - 2.6666667461395264, - [ - 0.0046724784187972546, - -0.006679180543869734, - -0.01993974670767784, - 0.9997679591178894 - ] - ], - [ - 2.700000047683716, - [ - 0.004871026612818241, - -0.007738727144896984, - -0.021251635625958443, - 0.9997324347496033 - ] - ], - [ - 2.7333333492279053, - [ - 0.005053886212408543, - -0.008962475694715977, - -0.022520259022712708, - 0.9996934533119202 - ] - ], - [ - 2.7666666507720947, - [ - 0.005228247959166765, - -0.010295395739376545, - -0.023720134049654007, - 0.9996519684791565 - ] - ], - [ - 2.799999952316284, - [ - 0.005402035545557737, - -0.011682313866913319, - -0.024825839325785637, - 0.9996089339256287 - ] - ], - [ - 2.8333332538604736, - [ - 0.005583831109106541, - -0.01306794211268425, - -0.025812024250626564, - 0.9995658993721008 - ] - ], - [ - 2.866666555404663, - [ - 0.005782751832157373, - -0.014396844431757927, - -0.026653368026018143, - 0.9995243549346924 - ] - ], - [ - 2.9000000953674316, - [ - 0.00600830651819706, - -0.015613475814461708, - -0.027324600145220757, - 0.9994866251945496 - ] - ], - [ - 2.933333396911621, - [ - 0.012355533428490162, - -0.018008578568696976, - -0.03560236096382141, - 0.9991273880004883 - ] - ], - [ - 2.9666666984558105, - [ - 0.02589796856045723, - -0.022008514031767845, - -0.053535543382167816, - 0.9979875087738037 - ] - ], - [ - 3.0, - [ - 0.039212699979543686, - -0.025961900129914284, - -0.07249902933835983, - 0.9962592124938965 - ] - ], - [ - 3.0333333015441895, - [ - 0.04492036998271942, - -0.027375251054763794, - -0.08416427671909332, - 0.9950623512268066 - ] - ], - [ - 3.066666603088379, - [ - 0.044076599180698395, - -0.025939827784895897, - -0.08881667256355286, - 0.9947342276573181 - ] - ], - [ - 3.0999999046325684, - [ - 0.04280542954802513, - -0.023600125685334206, - -0.09220483899116516, - 0.9945396184921265 - ] - ], - [ - 3.133333444595337, - [ - 0.04126706346869469, - -0.02069385163486004, - -0.09447803348302841, - 0.9944559931755066 - ] - ], - [ - 3.1666667461395264, - [ - 0.03961009532213211, - -0.0175578985363245, - -0.09577860683202744, - 0.9944592714309692 - ] - ], - [ - 3.200000047683716, - [ - 0.03797833248972893, - -0.014528188854455948, - -0.09623967856168747, - 0.994527280330658 - ] - ], - [ - 3.2333333492279053, - [ - 0.036539334803819656, - -0.011959184892475605, - -0.09598081558942795, - 0.9946404099464417 - ] - ], - [ - 3.2666666507720947, - [ - 0.03547953814268112, - -0.010216542519629002, - -0.09511102735996246, - 0.9947817325592041 - ] - ], - [ - 3.299999952316284, - [ - 0.034977253526449203, - -0.009653138928115368, - -0.09373820573091507, - 0.9949354529380798 - ] - ], - [ - 3.3333332538604736, - [ - 0.03528015315532684, - -0.009725967422127724, - -0.09234040975570679, - 0.9950547814369202 - ] - ], - [ - 3.366666555404663, - [ - 0.03638710454106331, - -0.00976561475545168, - -0.09122151136398315, - 0.995117723941803 - ] - ], - [ - 3.4000000953674316, - [ - 0.03805115446448326, - -0.00991811417043209, - -0.09025617688894272, - 0.9951419830322266 - ] - ], - [ - 3.433333396911621, - [ - 0.0413748100399971, - -0.011925204657018185, - -0.0876440554857254, - 0.9952208995819092 - ] - ], - [ - 3.4666666984558105, - [ - 0.0451069138944149, - -0.014005091041326523, - -0.08486665040254593, - 0.9952722787857056 - ] - ], - [ - 3.5, - [ - 0.049013637006282806, - -0.016050323843955994, - -0.0819726437330246, - 0.995299220085144 - ] - ], - [ - 3.5333333015441895, - [ - 0.05285903811454773, - -0.01795581728219986, - -0.07900478690862656, - 0.9953098893165588 - ] - ], - [ - 3.566666603088379, - [ - 0.056405022740364075, - -0.01961863599717617, - -0.07599958777427673, - 0.9953178763389587 - ] - ], - [ - 3.5999999046325684, - [ - 0.05708475038409233, - -0.01815624348819256, - -0.07853013277053833, - 0.9951103925704956 - ] - ], - [ - 3.633333444595337, - [ - 0.053533606231212616, - -0.011759813874959946, - -0.09053544700145721, - 0.9943839311599731 - ] - ], - [ - 3.6666667461395264, - [ - 0.047477107495069504, - -0.0019100833451375365, - -0.10966936498880386, - 0.9928317666053772 - ] - ], - [ - 3.700000047683716, - [ - 0.04061651602387428, - 0.009822332300245762, - -0.13352566957473755, - 0.9901639819145203 - ] - ], - [ - 3.7333333492279053, - [ - 0.03440467640757561, - 0.02168557606637478, - -0.1595316380262375, - 0.9863547682762146 - ] - ], - [ - 3.7666666507720947, - [ - 0.02991902455687523, - 0.031736984848976135, - -0.18494945764541626, - 0.9817796945571899 - ] - ], - [ - 3.799999952316284, - [ - 0.027854956686496735, - 0.0378916934132576, - -0.20695477724075317, - 0.9772195219993591 - ] - ], - [ - 3.8333332538604736, - [ - 0.028660554438829422, - 0.03799603506922722, - -0.22275176644325256, - 0.9737127423286438 - ] - ], - [ - 3.866666555404663, - [ - 0.031048165634274483, - 0.032254066318273544, - -0.2334616780281067, - 0.9713348150253296 - ] - ], - [ - 3.9000000953674316, - [ - 0.0332731232047081, - 0.02315082959830761, - -0.24222567677497864, - 0.9693729281425476 - ] - ], - [ - 3.933333396911621, - [ - 0.03512945398688316, - 0.01195379439741373, - -0.24935469031333923, - 0.9677010178565979 - ] - ], - [ - 3.9666666984558105, - [ - 0.03647056967020035, - -6.413910159608349e-05, - -0.25513118505477905, - 0.9662184119224548 - ] - ], - [ - 4.0, - [ - 0.03733508288860321, - -0.011777928099036217, - -0.25973644852638245, - 0.9648856520652771 - ] - ], - [ - 4.0333333015441895, - [ - 0.037802133709192276, - -0.022114697843790054, - -0.2632719874382019, - 0.9637270569801331 - ] - ], - [ - 4.066666603088379, - [ - 0.037820011377334595, - -0.029877396300435066, - -0.26586607098579407, - 0.96280437707901 - ] - ], - [ - 4.099999904632568, - [ - 0.037333518266677856, - -0.033869341015815735, - -0.26764336228370667, - 0.9621985554695129 - ] - ], - [ - 4.133333206176758, - [ - 0.03663524612784386, - -0.03523842617869377, - -0.26915574073791504, - 0.9617543816566467 - ] - ], - [ - 4.166666507720947, - [ - 0.036047209054231644, - -0.03599679097533226, - -0.27080872654914856, - 0.9612842798233032 - ] - ], - [ - 4.199999809265137, - [ - 0.035549454391002655, - -0.03624344244599342, - -0.27251535654067993, - 0.9608111381530762 - ] - ], - [ - 4.233333110809326, - [ - 0.035120975226163864, - -0.03607744351029396, - -0.27418866753578186, - 0.9603570699691772 - ] - ], - [ - 4.266666889190674, - [ - 0.034738946706056595, - -0.03559788316488266, - -0.27574142813682556, - 0.9599440693855286 - ] - ], - [ - 4.300000190734863, - [ - 0.034378163516521454, - -0.03490392491221428, - -0.2770865559577942, - 0.9595951437950134 - ] - ], - [ - 4.333333492279053, - [ - 0.03401077911257744, - -0.034094907343387604, - -0.27813634276390076, - 0.9593337178230286 - ] - ], - [ - 4.366666793823242, - [ - 0.03360619395971298, - -0.03327047824859619, - -0.27880313992500305, - 0.9591832756996155 - ] - ], - [ - 4.400000095367432, - [ - 0.033131349831819534, - -0.032530900090932846, - -0.27899864315986633, - 0.9591683149337769 - ] - ], - [ - 4.433333396911621, - [ - 0.032551102340221405, - -0.031977295875549316, - -0.2786337733268738, - 0.9593128561973572 - ] - ], - [ - 4.4666666984558105, - [ - 0.03182898461818695, - -0.03171207383275032, - -0.2776184678077698, - 0.9596402645111084 - ] - ], - [ - 4.5, - [ - 0.030928147956728935, - -0.03183934837579727, - -0.2758612334728241, - 0.9601721167564392 - ] - ], - [ - 4.5333333015441895, - [ - 0.02981262281537056, - -0.03246545419096947, - -0.2732687294483185, - 0.9609273672103882 - ] - ], - [ - 4.566666603088379, - [ - 0.02992420643568039, - -0.0313076376914978, - -0.2559547424316406, - 0.965718150138855 - ] - ], - [ - 4.599999904632568, - [ - 0.03196742758154869, - -0.027122313156723976, - -0.21573404967784882, - 0.9755517840385437 - ] - ], - [ - 4.633333206176758, - [ - 0.03489786759018898, - -0.021532593294978142, - -0.16115345060825348, - 0.9860771298408508 - ] - ], - [ - 4.666666507720947, - [ - 0.03778312727808952, - -0.015990953892469406, - -0.10121338814496994, - 0.9940184950828552 - ] - ], - [ - 4.699999809265137, - [ - 0.03977253660559654, - -0.01168578676879406, - -0.045378971844911575, - 0.9981094002723694 - ] - ], - [ - 4.733333110809326, - [ - 0.04006333276629448, - -0.0095199691131711, - -0.0032968102023005486, - 0.9991464614868164 - ] - ], - [ - 4.766666889190674, - [ - 0.03788169100880623, - -0.010171666741371155, - 0.015461147762835026, - 0.9991108179092407 - ] - ], - [ - 4.800000190734863, - [ - 0.03601435571908951, - -0.012603960931301117, - 0.018631072714924812, - 0.9990980625152588 - ] - ], - [ - 4.833333492279053, - [ - 0.037231672555208206, - -0.015271701849997044, - 0.020460588857531548, - 0.9989804625511169 - ] - ], - [ - 4.866666793823242, - [ - 0.04076016694307327, - -0.018012631684541702, - 0.021226607263088226, - 0.998781144618988 - ] - ], - [ - 4.900000095367432, - [ - 0.0458330363035202, - -0.02068839967250824, - 0.02120484597980976, - 0.9985098242759705 - ] - ], - [ - 4.933333396911621, - [ - 0.05168258026242256, - -0.02316674217581749, - 0.020670076832175255, - 0.9981808066368103 - ] - ], - [ - 4.9666666984558105, - [ - 0.0575312003493309, - -0.025305865332484245, - 0.019894279539585114, - 0.9978247284889221 - ] - ], - [ - 5.0, - [ - 0.06260121613740921, - -0.026960784569382668, - 0.01914818584918976, - 0.997490644454956 - ] - ], - [ - 5.0333333015441895, - [ - 0.06611469388008118, - -0.027982773259282112, - 0.01869896799325943, - 0.9972442984580994 - ] - ], - [ - 5.066666603088379, - [ - 0.06729171425104141, - -0.02822102978825569, - 0.01880648545920849, - 0.9971567988395691 - ] - ], - [ - 5.099999904632568, - [ - 0.06696174293756485, - -0.02794894389808178, - 0.01932094246149063, - 0.9971768856048584 - ] - ], - [ - 5.133333206176758, - [ - 0.06649034470319748, - -0.027534324675798416, - 0.019911527633666992, - 0.997208297252655 - ] - ], - [ - 5.166666507720947, - [ - 0.06589626520872116, - -0.02696770243346691, - 0.020557299256324768, - 0.9972501397132874 - ] - ], - [ - 5.199999809265137, - [ - 0.06519535183906555, - -0.02623860538005829, - 0.021236443892121315, - 0.9973015189170837 - ] - ], - [ - 5.233333110809326, - [ - 0.0644012838602066, - -0.025335729122161865, - 0.021926427260041237, - 0.997361421585083 - ] - ], - [ - 5.266666889190674, - [ - 0.06352023035287857, - -0.024265266954898834, - 0.02259567193686962, - 0.997429609298706 - ] - ], - [ - 5.300000190734863, - [ - 0.06255625933408737, - -0.023050017654895782, - 0.023219147697091103, - 0.9975051283836365 - ] - ], - [ - 5.333333492279053, - [ - 0.06151782348752022, - -0.02170269750058651, - 0.02378355711698532, - 0.9975865483283997 - ] - ], - [ - 5.366666793823242, - [ - 0.060412436723709106, - -0.020235657691955566, - 0.02427520789206028, - 0.9976730942726135 - ] - ], - [ - 5.400000095367432, - [ - 0.05924675986170769, - -0.018660910427570343, - 0.024680120870471, - 0.9977637529373169 - ] - ], - [ - 5.433333396911621, - [ - 0.05802670121192932, - -0.01699015498161316, - 0.02498401328921318, - 0.9978577494621277 - ] - ], - [ - 5.4666666984558105, - [ - 0.056757502257823944, - -0.01523488387465477, - 0.025172358378767967, - 0.9979544281959534 - ] - ], - [ - 5.5, - [ - 0.055443719029426575, - -0.01340629905462265, - 0.02523035928606987, - 0.9980529546737671 - ] - ], - [ - 5.5333333015441895, - [ - 0.054089389741420746, - -0.01151544600725174, - 0.025143012404441833, - 0.9981530904769897 - ] - ], - [ - 5.566666603088379, - [ - 0.05269794911146164, - -0.009573173709213734, - 0.02489507384598255, - 0.9982542395591736 - ] - ], - [ - 5.599999904632568, - [ - 0.05127233639359474, - -0.007590193301439285, - 0.0244710985571146, - 0.9983561038970947 - ] - ], - [ - 5.633333206176758, - [ - 0.04981497302651405, - -0.005577075760811567, - 0.02385542169213295, - 0.9984579682350159 - ] - ], - [ - 5.666666507720947, - [ - 0.04832789674401283, - -0.0035442921798676252, - 0.023032210767269135, - 0.9985596537590027 - ] - ], - [ - 5.699999809265137, - [ - 0.04681266099214554, - -0.001502219238318503, - 0.021985402330756187, - 0.998660683631897 - ] - ], - [ - 5.733333110809326, - [ - 0.045270491391420364, - 0.0005387928104028106, - 0.020698778331279755, - 0.9987601637840271 - ] - ], - [ - 5.766666889190674, - [ - 0.04373815283179283, - 0.002326895948499441, - 0.01917903684079647, - 0.9988563060760498 - ] - ], - [ - 5.800000190734863, - [ - 0.04224465787410736, - 0.003648209385573864, - 0.017466511577367783, - 0.9989480376243591 - ] - ], - [ - 5.833333492279053, - [ - 0.040778957307338715, - 0.004549490287899971, - 0.015594765543937683, - 0.9990361332893372 - ] - ], - [ - 5.866666793823242, - [ - 0.03933020308613777, - 0.005077396985143423, - 0.013596981763839722, - 0.999120831489563 - ] - ], - [ - 5.900000095367432, - [ - 0.03788776323199272, - 0.005278539378196001, - 0.01150593627244234, - 0.9992018342018127 - ] - ], - [ - 5.933333396911621, - [ - 0.03644160181283951, - 0.005199505481868982, - 0.009354040026664734, - 0.9992784857749939 - ] - ], - [ - 5.9666666984558105, - [ - 0.034982334822416306, - 0.004886887967586517, - 0.007173403166234493, - 0.9993502497673035 - ] - ], - [ - 6.0, - [ - 0.03350139781832695, - 0.0043872748501598835, - 0.004995791707187891, - 0.9994165301322937 - ] - ], - [ - 6.0333333015441895, - [ - 0.031991101801395416, - 0.003747264388948679, - 0.0028526606038212776, - 0.9994770288467407 - ] - ], - [ - 6.066666603088379, - [ - 0.0304446779191494, - 0.0030134522821754217, - 0.0007751340745016932, - 0.999531626701355 - ] - ], - [ - 6.099999904632568, - [ - 0.02885628491640091, - 0.0022324235178530216, - -0.0012060045264661312, - 0.999580442905426 - ] - ], - [ - 6.133333206176758, - [ - 0.02722093090415001, - 0.0014507274609059095, - -0.003060339717194438, - 0.999623715877533 - ] - ], - [ - 6.166666507720947, - [ - 0.02553446963429451, - 0.0007148553268052638, - -0.004757847636938095, - 0.999662458896637 - ] - ], - [ - 6.199999809265137, - [ - 0.023793429136276245, - 7.1192771429196e-05, - -0.0062689208425581455, - 0.9996972680091858 - ] - ], - [ - 6.233333110809326, - [ - 0.021994907408952713, - -0.00043398793786764145, - -0.007564380299299955, - 0.9997293949127197 - ] - ], - [ - 6.266666889190674, - [ - 0.020136374980211258, - -0.0007546287961304188, - -0.008615542203187943, - 0.9997598528862 - ] - ], - [ - 6.300000190734863, - [ - 0.018244894221425056, - -0.0009306470747105777, - -0.009363790974020958, - 0.9997893571853638 - ] - ], - [ - 6.333333492279053, - [ - 0.01634998805820942, - -0.0010618530213832855, - -0.009787232615053654, - 0.9998178482055664 - ] - ], - [ - 6.366666793823242, - [ - 0.014230062253773212, - -0.0013439682079479098, - -0.009782327339053154, - 0.9998500943183899 - ] - ], - [ - 6.400000095367432, - [ - 0.01175355538725853, - -0.0018851965432986617, - -0.00930856540799141, - 0.9998859167098999 - ] - ], - [ - 6.433333396911621, - [ - 0.009058144874870777, - -0.0025980938225984573, - -0.008485834114253521, - 0.999919593334198 - ] - ], - [ - 6.4666666984558105, - [ - 0.006283596623688936, - -0.0033949194476008415, - -0.007431503385305405, - 0.9999468922615051 - ] - ], - [ - 6.5, - [ - 0.0035732442047446966, - -0.00418810686096549, - -0.006259094458073378, - 0.9999653697013855 - ] - ], - [ - 6.5333333015441895, - [ - 0.001076724729500711, - -0.00489115621894598, - -0.0050769345834851265, - 0.9999746680259705 - ] - ], - [ - 6.566666603088379, - [ - -0.0010446221567690372, - -0.005420633591711521, - -0.003986094146966934, - 0.9999768137931824 - ] - ], - [ - 6.599999904632568, - [ - -0.0026048459112644196, - -0.00570086482912302, - -0.0030757016502320766, - 0.9999756217002869 - ] - ], - [ - 6.633333206176758, - [ - -0.0033535577822476625, - -0.005678008776158094, - -0.0024078157730400562, - 0.9999753832817078 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658115918_680627.json b/lenses/physics-objects/Scene/assets/1646688658115918_680627.json deleted file mode 100644 index 0f2664ed..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658115918_680627.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658115918:680627", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658117866_680640.json b/lenses/physics-objects/Scene/assets/1646688658117866_680640.json deleted file mode 100644 index a14ad030..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658117866_680640.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658117866:680640", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ], - [ - 0.03333333507180214, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ], - [ - 0.06666667014360428, - [ - -18.239437103271484, - 73.4368896484375, - -9.916707038879395 - ] - ], - [ - 0.10000000149011612, - [ - -16.072216033935547, - 71.28331756591797, - -9.995664596557617 - ] - ], - [ - 0.13333334028720856, - [ - -14.160581588745117, - 68.70738983154297, - -10.76524829864502 - ] - ], - [ - 0.1666666716337204, - [ - -13.124608039855957, - 66.25363159179688, - -12.378510475158691 - ] - ], - [ - 0.20000000298023224, - [ - -12.523321151733398, - 64.44309997558594, - -14.024277687072754 - ] - ], - [ - 0.23333333432674408, - [ - -12.19559097290039, - 63.85177993774414, - -15.164102554321289 - ] - ], - [ - 0.2666666805744171, - [ - -11.994400024414063, - 64.89191436767578, - -15.067774772644043 - ] - ], - [ - 0.30000001192092896, - [ - -11.343204498291016, - 67.23509979248047, - -13.219733238220215 - ] - ], - [ - 0.3333333432674408, - [ - -10.519932746887207, - 70.49101257324219, - -10.943323135375977 - ] - ], - [ - 0.36666667461395264, - [ - -10.060004234313965, - 73.5250015258789, - -9.633333206176758 - ] - ], - [ - 0.4000000059604645, - [ - -9.95870304107666, - 74.91557312011719, - -10.009978294372559 - ] - ], - [ - 0.4333333373069763, - [ - -9.627141952514648, - 74.22990417480469, - -11.643241882324219 - ] - ], - [ - 0.46666666865348816, - [ - -9.008482933044434, - 71.89859008789063, - -13.53109359741211 - ] - ], - [ - 0.5, - [ - -7.882821083068848, - 68.91085052490234, - -15.302876472473145 - ] - ], - [ - 0.5333333611488342, - [ - -6.0269246101379395, - 66.51866149902344, - -16.58246612548828 - ] - ], - [ - 0.5666666626930237, - [ - -4.050487995147705, - 65.2433090209961, - -17.811111450195313 - ] - ], - [ - 0.6000000238418579, - [ - -2.7555346488952637, - 65.18273162841797, - -19.433271408081055 - ] - ], - [ - 0.6333333253860474, - [ - -2.406940221786499, - 66.35555267333984, - -20.85972785949707 - ] - ], - [ - 0.6666666865348816, - [ - -2.1325502395629883, - 68.53282165527344, - -20.991363525390625 - ] - ], - [ - 0.699999988079071, - [ - -1.3265800476074219, - 70.67597198486328, - -19.52042579650879 - ] - ], - [ - 0.7333333492279053, - [ - 0.10309087485074997, - 71.85424041748047, - -16.816146850585938 - ] - ], - [ - 0.7666666507720947, - [ - 2.1691079139709473, - 71.78218841552734, - -13.23885726928711 - ] - ], - [ - 0.800000011920929, - [ - 4.195248126983643, - 70.39178466796875, - -9.666789054870605 - ] - ], - [ - 0.8333333134651184, - [ - 5.374301910400391, - 68.37261962890625, - -6.598841667175293 - ] - ], - [ - 0.8666666746139526, - [ - 4.7514848709106445, - 66.40471649169922, - -4.5818305015563965 - ] - ], - [ - 0.8999999761581421, - [ - 2.540156841278076, - 65.3667984008789, - -3.381883144378662 - ] - ], - [ - 0.9333333373069763, - [ - -0.44887828826904297, - 66.06253051757813, - -2.6684861183166504 - ] - ], - [ - 0.9666666388511658, - [ - -3.272057056427002, - 67.94570922851563, - -1.7490427494049072 - ] - ], - [ - 1.0, - [ - -4.656827449798584, - 70.3945083618164, - 0.5796409249305725 - ] - ], - [ - 1.0333333015441895, - [ - -4.890130519866943, - 72.53106689453125, - 3.811490297317505 - ] - ], - [ - 1.0666667222976685, - [ - -4.899226665496826, - 73.27212524414063, - 6.811886787414551 - ] - ], - [ - 1.100000023841858, - [ - -5.645107269287109, - 72.7691879272461, - 8.705018997192383 - ] - ], - [ - 1.1333333253860474, - [ - -7.370543956756592, - 71.61439514160156, - 9.242711067199707 - ] - ], - [ - 1.1666666269302368, - [ - -9.720751762390137, - 70.42335510253906, - 8.224624633789063 - ] - ], - [ - 1.2000000476837158, - [ - -11.973844528198242, - 69.5550537109375, - 6.178833484649658 - ] - ], - [ - 1.2333333492279053, - [ - -12.941036224365234, - 69.22449493408203, - 3.975224018096924 - ] - ], - [ - 1.2666666507720947, - [ - -12.808808326721191, - 69.75406646728516, - 1.5395909547805786 - ] - ], - [ - 1.2999999523162842, - [ - -12.525303840637207, - 71.4131851196289, - -1.3785269260406494 - ] - ], - [ - 1.3333333730697632, - [ - -12.53409481048584, - 73.9458999633789, - -4.563268184661865 - ] - ], - [ - 1.3666666746139526, - [ - -12.542847633361816, - 76.24815368652344, - -6.562248706817627 - ] - ], - [ - 1.399999976158142, - [ - -12.510100364685059, - 77.48094177246094, - -7.100241661071777 - ] - ], - [ - 1.4333332777023315, - [ - -12.201203346252441, - 77.55170440673828, - -6.649710178375244 - ] - ], - [ - 1.4666666984558105, - [ - -11.063918113708496, - 76.48194885253906, - -5.4439849853515625 - ] - ], - [ - 1.5, - [ - -9.664823532104492, - 74.63948822021484, - -5.029531002044678 - ] - ], - [ - 1.5333333015441895, - [ - -9.013994216918945, - 72.65348052978516, - -6.80643892288208 - ] - ], - [ - 1.5666667222976685, - [ - -8.854475975036621, - 71.45628356933594, - -10.580117225646973 - ] - ], - [ - 1.600000023841858, - [ - -8.053893089294434, - 71.36412048339844, - -15.316204071044922 - ] - ], - [ - 1.6333333253860474, - [ - -6.553422451019287, - 71.85111236572266, - -20.019062042236328 - ] - ], - [ - 1.6666666269302368, - [ - -4.243068218231201, - 72.79631042480469, - -23.66054916381836 - ] - ], - [ - 1.7000000476837158, - [ - -0.9853866100311279, - 73.6591567993164, - -24.801923751831055 - ] - ], - [ - 1.7333333492279053, - [ - 2.138631582260132, - 73.65412902832031, - -23.260324478149414 - ] - ], - [ - 1.7666666507720947, - [ - 3.688558578491211, - 72.83175659179688, - -20.532501220703125 - ] - ], - [ - 1.7999999523162842, - [ - 3.0121383666992188, - 71.38301849365234, - -17.901216506958008 - ] - ], - [ - 1.8333333730697632, - [ - 1.1271785497665405, - 69.9603271484375, - -15.97041130065918 - ] - ], - [ - 1.8666666746139526, - [ - -1.0360722541809082, - 69.50636291503906, - -15.605711936950684 - ] - ], - [ - 1.899999976158142, - [ - -2.858914375305176, - 69.43708801269531, - -16.8922061920166 - ] - ], - [ - 1.9333332777023315, - [ - -3.776557683944702, - 69.70597076416016, - -18.78207778930664 - ] - ], - [ - 1.9666666984558105, - [ - -4.207195281982422, - 70.54167938232422, - -21.30514907836914 - ] - ], - [ - 2.0, - [ - -4.682924270629883, - 71.30596923828125, - -24.646278381347656 - ] - ], - [ - 2.0333333015441895, - [ - -5.297206401824951, - 71.25899505615234, - -28.14056396484375 - ] - ], - [ - 2.066666603088379, - [ - -5.3296427726745605, - 70.3947982788086, - -30.591615676879883 - ] - ], - [ - 2.0999999046325684, - [ - -4.387710094451904, - 69.16500854492188, - -31.154033660888672 - ] - ], - [ - 2.133333444595337, - [ - -2.4364616870880127, - 67.81671142578125, - -29.727699279785156 - ] - ], - [ - 2.1666667461395264, - [ - 0.5539522171020508, - 66.60558319091797, - -26.613981246948242 - ] - ], - [ - 2.200000047683716, - [ - 3.9645349979400635, - 65.57289123535156, - -23.170007705688477 - ] - ], - [ - 2.2333333492279053, - [ - 6.840407371520996, - 64.8016586303711, - -21.39693832397461 - ] - ], - [ - 2.2666666507720947, - [ - 8.629570007324219, - 64.7452163696289, - -22.38141441345215 - ] - ], - [ - 2.299999952316284, - [ - 8.642777442932129, - 66.01902770996094, - -24.602710723876953 - ] - ], - [ - 2.3333332538604736, - [ - 6.708462715148926, - 68.29917907714844, - -26.523881912231445 - ] - ], - [ - 2.366666555404663, - [ - 4.038052082061768, - 70.2574234008789, - -27.071168899536133 - ] - ], - [ - 2.4000000953674316, - [ - 1.838151454925537, - 71.00933074951172, - -25.03301239013672 - ] - ], - [ - 2.433333396911621, - [ - 0.33458206057548523, - 71.00946044921875, - -20.5537166595459 - ] - ], - [ - 2.4666666984558105, - [ - -0.8599269390106201, - 70.66352844238281, - -14.170248985290527 - ] - ], - [ - 2.5, - [ - -1.6654008626937866, - 70.38618469238281, - -7.166116714477539 - ] - ], - [ - 2.5333333015441895, - [ - -2.088622570037842, - 70.60753631591797, - -0.39315345883369446 - ] - ], - [ - 2.566666603088379, - [ - -2.7024381160736084, - 71.41564178466797, - 5.313198089599609 - ] - ], - [ - 2.5999999046325684, - [ - -3.164296865463257, - 72.36754608154297, - 9.229281425476074 - ] - ], - [ - 2.633333444595337, - [ - -2.777254104614258, - 72.93832397460938, - 11.720612525939941 - ] - ], - [ - 2.6666667461395264, - [ - -1.9764363765716553, - 73.12201690673828, - 12.875649452209473 - ] - ], - [ - 2.700000047683716, - [ - -1.876108169555664, - 72.76805877685547, - 12.508946418762207 - ] - ], - [ - 2.7333333492279053, - [ - -3.0400140285491943, - 71.92024230957031, - 11.06472396850586 - ] - ], - [ - 2.7666666507720947, - [ - -4.950611591339111, - 70.634033203125, - 9.838125228881836 - ] - ], - [ - 2.799999952316284, - [ - -7.278896808624268, - 69.00196838378906, - 9.714592933654785 - ] - ], - [ - 2.8333332538604736, - [ - -9.44109058380127, - 67.27367401123047, - 11.658000946044922 - ] - ], - [ - 2.866666555404663, - [ - -10.422889709472656, - 65.62274169921875, - 15.90645980834961 - ] - ], - [ - 2.9000000953674316, - [ - -10.70234489440918, - 64.92974853515625, - 20.614578247070313 - ] - ], - [ - 2.933333396911621, - [ - -11.417664527893066, - 65.94520568847656, - 23.47757911682129 - ] - ], - [ - 2.9666666984558105, - [ - -12.973687171936035, - 67.91136932373047, - 23.37831687927246 - ] - ], - [ - 3.0, - [ - -14.097687721252441, - 70.36927032470703, - 21.036407470703125 - ] - ], - [ - 3.0333333015441895, - [ - -14.468877792358398, - 72.67314910888672, - 18.557518005371094 - ] - ], - [ - 3.066666603088379, - [ - -13.900949478149414, - 73.69818878173828, - 16.43061065673828 - ] - ], - [ - 3.0999999046325684, - [ - -12.281755447387695, - 73.25724029541016, - 15.15758228302002 - ] - ], - [ - 3.133333444595337, - [ - -10.775869369506836, - 70.80126953125, - 13.655878067016602 - ] - ], - [ - 3.1666667461395264, - [ - -10.791861534118652, - 68.08392333984375, - 10.89472770690918 - ] - ], - [ - 3.200000047683716, - [ - -12.620589256286621, - 67.0379867553711, - 7.209756851196289 - ] - ], - [ - 3.2333333492279053, - [ - -15.101348876953125, - 66.93147277832031, - 3.0936203002929688 - ] - ], - [ - 3.2666666507720947, - [ - -17.478469848632813, - 67.95873260498047, - -1.3314273357391357 - ] - ], - [ - 3.299999952316284, - [ - -19.26634407043457, - 69.90802764892578, - -5.3997063636779785 - ] - ], - [ - 3.3333332538604736, - [ - -19.36587905883789, - 72.5039291381836, - -7.895463466644287 - ] - ], - [ - 3.366666555404663, - [ - -19.386398315429688, - 74.51512908935547, - -9.690041542053223 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658118013_680647.json b/lenses/physics-objects/Scene/assets/1646688658118013_680647.json deleted file mode 100644 index 614546c4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658118013_680647.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658118013:680647", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ], - [ - 0.03333333507180214, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ], - [ - 0.06666667014360428, - [ - -0.22904522716999054, - -0.09478938579559326, - 0.033794596791267395, - 0.9681999683380127 - ] - ], - [ - 0.10000000149011612, - [ - -0.21366634964942932, - -0.09575486183166504, - 0.04146936908364296, - 0.9713176488876343 - ] - ], - [ - 0.13333334028720856, - [ - -0.19757923483848572, - -0.09620513767004013, - 0.05055614560842514, - 0.9742438793182373 - ] - ], - [ - 0.1666666716337204, - [ - -0.18580573797225952, - -0.09582380205392838, - 0.060320280492305756, - 0.9760407209396362 - ] - ], - [ - 0.20000000298023224, - [ - -0.18339908123016357, - -0.094595767557621, - 0.07004547119140625, - 0.975966215133667 - ] - ], - [ - 0.23333333432674408, - [ - -0.1953558623790741, - -0.09277528524398804, - 0.078867107629776, - 0.9731437563896179 - ] - ], - [ - 0.2666666805744171, - [ - -0.2276282161474228, - -0.09074219316244125, - 0.08537232875823975, - 0.96574467420578 - ] - ], - [ - 0.30000001192092896, - [ - -0.2756156921386719, - -0.08879505097866058, - 0.08862829208374023, - 0.9530459046363831 - ] - ], - [ - 0.3333333432674408, - [ - -0.3282901644706726, - -0.08705039322376251, - 0.08892618864774704, - 0.9363439083099365 - ] - ], - [ - 0.36666667461395264, - [ - -0.37511980533599854, - -0.08552776277065277, - 0.08782731741666794, - 0.9188344478607178 - ] - ], - [ - 0.4000000059604645, - [ - -0.4065358340740204, - -0.08411236107349396, - 0.08790735900402069, - 0.9054977893829346 - ] - ], - [ - 0.4333333373069763, - [ - -0.4192669093608856, - -0.08254703879356384, - 0.0908464565873146, - 0.8995266556739807 - ] - ], - [ - 0.46666666865348816, - [ - -0.4192642271518707, - -0.08107471466064453, - 0.0964871197938919, - 0.8990743160247803 - ] - ], - [ - 0.5, - [ - -0.40696874260902405, - -0.07276436686515808, - 0.10415586829185486, - 0.9045625329017639 - ] - ], - [ - 0.5333333611488342, - [ - -0.3840066194534302, - -0.05229644477367401, - 0.11149607598781586, - 0.9150806665420532 - ] - ], - [ - 0.5666666626930237, - [ - -0.3565700054168701, - -0.022836074233055115, - 0.11598359048366547, - 0.9267601370811462 - ] - ], - [ - 0.6000000238418579, - [ - -0.33130159974098206, - 0.012310309335589409, - 0.11592371016740799, - 0.9362956881523132 - ] - ], - [ - 0.6333333253860474, - [ - -0.31670722365379333, - 0.050065938383340836, - 0.1108609214425087, - 0.9406912326812744 - ] - ], - [ - 0.6666666865348816, - [ - -0.31191664934158325, - 0.08820194005966187, - 0.10210448503494263, - 0.9404802322387695 - ] - ], - [ - 0.699999988079071, - [ - -0.3102525770664215, - 0.12482766062021255, - 0.09104257076978683, - 0.9380152821540833 - ] - ], - [ - 0.7333333492279053, - [ - -0.3053966760635376, - 0.15781913697719574, - 0.07844779640436172, - 0.9357734322547913 - ] - ], - [ - 0.7666666507720947, - [ - -0.29136618971824646, - 0.18462973833084106, - 0.0645255297422409, - 0.9364048838615417 - ] - ], - [ - 0.800000011920929, - [ - -0.2685182988643646, - 0.2026626020669937, - 0.049301788210868835, - 0.9404228329658508 - ] - ], - [ - 0.8333333134651184, - [ - -0.24736875295639038, - 0.21016933023929596, - 0.0336172915995121, - 0.9452552199363708 - ] - ], - [ - 0.8666666746139526, - [ - -0.23236660659313202, - 0.2050323486328125, - 0.013010203838348389, - 0.950683057308197 - ] - ], - [ - 0.8999999761581421, - [ - -0.22352339327335358, - 0.18762826919555664, - -0.01593104377388954, - 0.9563363194465637 - ] - ], - [ - 0.9333333373069763, - [ - -0.22313527762889862, - 0.16047081351280212, - -0.049868740141391754, - 0.9601941704750061 - ] - ], - [ - 0.9666666388511658, - [ - -0.23348042368888855, - 0.1278005838394165, - -0.0847105160355568, - 0.9601969718933105 - ] - ], - [ - 1.0, - [ - -0.258018434047699, - 0.09697422385215759, - -0.11627355962991714, - 0.9542028903961182 - ] - ], - [ - 1.0333333015441895, - [ - -0.2897499203681946, - 0.07556700706481934, - -0.1414336860179901, - 0.9435735940933228 - ] - ], - [ - 1.0666667222976685, - [ - -0.31605589389801025, - 0.06963682919740677, - -0.15725688636302948, - 0.9330217838287354 - ] - ], - [ - 1.100000023841858, - [ - -0.3299650251865387, - 0.07236918061971664, - -0.16753149032592773, - 0.9261851906776428 - ] - ], - [ - 1.1333333253860474, - [ - -0.3270975947380066, - 0.07180154323577881, - -0.17802372574806213, - 0.925288736820221 - ] - ], - [ - 1.1666666269302368, - [ - -0.30486881732940674, - 0.06645039469003677, - -0.1883171796798706, - 0.9312228560447693 - ] - ], - [ - 1.2000000476837158, - [ - -0.26991769671440125, - 0.0576724037528038, - -0.1981927454471588, - 0.9404988884925842 - ] - ], - [ - 1.2333333492279053, - [ - -0.22785143554210663, - 0.046826090663671494, - -0.2074262797832489, - 0.9501922726631165 - ] - ], - [ - 1.2666666507720947, - [ - -0.18449148535728455, - 0.03555078059434891, - -0.21576854586601257, - 0.9581977725028992 - ] - ], - [ - 1.2999999523162842, - [ - -0.14587120711803436, - 0.02570837177336216, - -0.2229718118906021, - 0.9635062217712402 - ] - ], - [ - 1.3333333730697632, - [ - -0.11810623109340668, - 0.019312644377350807, - -0.22885431349277496, - 0.9660764336585999 - ] - ], - [ - 1.3666666746139526, - [ - -0.10839040577411652, - 0.018871746957302094, - -0.2333911806344986, - 0.9661386609077454 - ] - ], - [ - 1.399999976158142, - [ - -0.11391040682792664, - 0.023729724809527397, - -0.23649516701698303, - 0.9646405577659607 - ] - ], - [ - 1.4333332777023315, - [ - -0.12618641555309296, - 0.031190695241093636, - -0.23790061473846436, - 0.962552547454834 - ] - ], - [ - 1.4666666984558105, - [ - -0.1368858516216278, - 0.03832962363958359, - -0.23716332018375397, - 0.9610133767127991 - ] - ], - [ - 1.5, - [ - -0.13735978305339813, - 0.042003996670246124, - -0.23364347219467163, - 0.9616542458534241 - ] - ], - [ - 1.5333333015441895, - [ - -0.12485464662313461, - 0.041442081332206726, - -0.2269655168056488, - 0.964976966381073 - ] - ], - [ - 1.5666667222976685, - [ - -0.10888835787773132, - 0.03855162858963013, - -0.20893575251102448, - 0.971083402633667 - ] - ], - [ - 1.600000023841858, - [ - -0.09605193138122559, - 0.035154495388269424, - -0.17456354200839996, - 0.9793190360069275 - ] - ], - [ - 1.6333333253860474, - [ - -0.08965233713388443, - 0.03346533700823784, - -0.12893518805503845, - 0.9870249629020691 - ] - ], - [ - 1.6666666269302368, - [ - -0.09332189708948135, - 0.03421027958393097, - -0.07726431638002396, - 0.9920439124107361 - ] - ], - [ - 1.7000000476837158, - [ - -0.11080636084079742, - 0.036499667912721634, - -0.024743294343352318, - 0.9928632974624634 - ] - ], - [ - 1.7333333492279053, - [ - -0.14679768681526184, - 0.03833671286702156, - 0.023449718952178955, - 0.9881451725959778 - ] - ], - [ - 1.7666666507720947, - [ - -0.19517666101455688, - 0.0371076874434948, - 0.06240107864141464, - 0.9780772924423218 - ] - ], - [ - 1.7999999523162842, - [ - -0.24334093928337097, - 0.03229701519012451, - 0.08788960427045822, - 0.9654105305671692 - ] - ], - [ - 1.8333333730697632, - [ - -0.28009217977523804, - 0.026956677436828613, - 0.10151713341474533, - 0.9542096257209778 - ] - ], - [ - 1.8666666746139526, - [ - -0.2967560291290283, - 0.026996569707989693, - 0.10523167252540588, - 0.9487535953521729 - ] - ], - [ - 1.899999976158142, - [ - -0.2934722304344177, - 0.03296194598078728, - 0.10162264108657837, - 0.9499791860580444 - ] - ], - [ - 1.9333332777023315, - [ - -0.2795098125934601, - 0.04116671159863472, - 0.09498217701911926, - 0.9545459151268005 - ] - ], - [ - 1.9666666984558105, - [ - -0.25964638590812683, - 0.0504116490483284, - 0.08533263951539993, - 0.9606043696403503 - ] - ], - [ - 2.0, - [ - -0.23881874978542328, - 0.0596524216234684, - 0.07321500033140182, - 0.9664610624313354 - ] - ], - [ - 2.0333333015441895, - [ - -0.2221296727657318, - 0.06818236410617828, - 0.05994294211268425, - 0.9707814455032349 - ] - ], - [ - 2.066666603088379, - [ - -0.21475689113140106, - 0.07571687549352646, - 0.04759111627936363, - 0.9725643992424011 - ] - ], - [ - 2.0999999046325684, - [ - -0.22292248904705048, - 0.08220476657152176, - 0.0389292947947979, - 0.9705835580825806 - ] - ], - [ - 2.133333444595337, - [ - -0.24460667371749878, - 0.08596319705247879, - 0.03615202382206917, - 0.9651275277137756 - ] - ], - [ - 2.1666667461395264, - [ - -0.27189114689826965, - 0.08576148003339767, - 0.038519565016031265, - 0.9577246308326721 - ] - ], - [ - 2.200000047683716, - [ - -0.2951032519340515, - 0.08166222274303436, - 0.043642960488796234, - 0.9509682655334473 - ] - ], - [ - 2.2333333492279053, - [ - -0.304782509803772, - 0.07356557250022888, - 0.049022119492292404, - 0.948310375213623 - ] - ], - [ - 2.2666666507720947, - [ - -0.29754623770713806, - 0.06199627369642258, - 0.052845872938632965, - 0.9512256383895874 - ] - ], - [ - 2.299999952316284, - [ - -0.2834271788597107, - 0.041315317153930664, - 0.044042643159627914, - 0.9570905566215515 - ] - ], - [ - 2.3333332538604736, - [ - -0.2698514759540558, - 0.007437916472554207, - 0.017058882862329483, - 0.96272212266922 - ] - ], - [ - 2.366666555404663, - [ - -0.25981107354164124, - -0.03479606658220291, - -0.020327256992459297, - 0.9648183584213257 - ] - ], - [ - 2.4000000953674316, - [ - -0.2565397322177887, - -0.07877073436975479, - -0.06084807217121124, - 0.9613949656486511 - ] - ], - [ - 2.433333396911621, - [ - -0.26338621973991394, - -0.1161341592669487, - -0.09803860634565353, - 0.9526432752609253 - ] - ], - [ - 2.4666666984558105, - [ - -0.28344783186912537, - -0.13916711509227753, - -0.12434927374124527, - 0.9406524896621704 - ] - ], - [ - 2.5, - [ - -0.30940577387809753, - -0.14476771652698517, - -0.13262268900871277, - 0.9304416179656982 - ] - ], - [ - 2.5333333015441895, - [ - -0.3338458240032196, - -0.14087413251399994, - -0.12831391394138336, - 0.923166811466217 - ] - ], - [ - 2.566666603088379, - [ - -0.3519377112388611, - -0.1381596028804779, - -0.12186264991760254, - 0.9177152514457703 - ] - ], - [ - 2.5999999046325684, - [ - -0.35540771484375, - -0.14040005207061768, - -0.11535485088825226, - 0.9168787598609924 - ] - ], - [ - 2.633333444595337, - [ - -0.34169772267341614, - -0.1490795910358429, - -0.1104629635810852, - 0.9213120341300964 - ] - ], - [ - 2.6666667461395264, - [ - -0.3173202574253082, - -0.16159890592098236, - -0.10705910623073578, - 0.9282951951026917 - ] - ], - [ - 2.700000047683716, - [ - -0.28798484802246094, - -0.17563459277153015, - -0.10451547056436539, - 0.9355713725090027 - ] - ], - [ - 2.7333333492279053, - [ - -0.25944358110427856, - -0.18886496126651764, - -0.10155612230300903, - 0.941650390625 - ] - ], - [ - 2.7666666507720947, - [ - -0.23667588829994202, - -0.19757921993732452, - -0.09796229004859924, - 0.9462295770645142 - ] - ], - [ - 2.799999952316284, - [ - -0.22456321120262146, - -0.19894222915172577, - -0.09340549260377884, - 0.9493517875671387 - ] - ], - [ - 2.8333332538604736, - [ - -0.22965900599956512, - -0.19337524473667145, - -0.0859469473361969, - 0.9499874114990234 - ] - ], - [ - 2.866666555404663, - [ - -0.24857370555400848, - -0.18298155069351196, - -0.07597465813159943, - 0.9481332898139954 - ] - ], - [ - 2.9000000953674316, - [ - -0.27187055349349976, - -0.16936467587947845, - -0.06540242582559586, - 0.9450526833534241 - ] - ], - [ - 2.933333396911621, - [ - -0.2902727723121643, - -0.15434110164642334, - -0.05597133934497833, - 0.942755401134491 - ] - ], - [ - 2.9666666984558105, - [ - -0.2946203351020813, - -0.13969561457633972, - -0.048768363893032074, - 0.9440898299217224 - ] - ], - [ - 3.0, - [ - -0.2931362986564636, - -0.11948321014642715, - -0.037892576307058334, - 0.9478180408477783 - ] - ], - [ - 3.0333333015441895, - [ - -0.29886394739151, - -0.09664594382047653, - -0.02116278186440468, - 0.9491533041000366 - ] - ], - [ - 3.066666603088379, - [ - -0.3062021732330322, - -0.0816417932510376, - -0.001998515333980322, - 0.9484570622444153 - ] - ], - [ - 3.0999999046325684, - [ - -0.309878408908844, - -0.07622197270393372, - 0.01404891163110733, - 0.9476118683815002 - ] - ], - [ - 3.133333444595337, - [ - -0.30195388197898865, - -0.08243777602910995, - 0.024374980479478836, - 0.9494386315345764 - ] - ], - [ - 3.1666667461395264, - [ - -0.28500646352767944, - -0.09396345913410187, - 0.02786274068057537, - 0.9535018801689148 - ] - ], - [ - 3.200000047683716, - [ - -0.27082115411758423, - -0.09964067488908768, - 0.026472056284546852, - 0.9570929408073425 - ] - ], - [ - 3.2333333492279053, - [ - -0.25921496748924255, - -0.09973911195993423, - 0.024315282702445984, - 0.9603481292724609 - ] - ], - [ - 3.2666666507720947, - [ - -0.2502816915512085, - -0.09834075719118118, - 0.023608194664120674, - 0.9628763198852539 - ] - ], - [ - 3.299999952316284, - [ - -0.24447232484817505, - -0.0962328091263771, - 0.024061011150479317, - 0.9645691514015198 - ] - ], - [ - 3.3333332538604736, - [ - -0.2411077916622162, - -0.09461022913455963, - 0.02563912607729435, - 0.9655354022979736 - ] - ], - [ - 3.366666555404663, - [ - -0.2387755960226059, - -0.09383854269981384, - 0.028366975486278534, - 0.966113805770874 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658118157_680654.json b/lenses/physics-objects/Scene/assets/1646688658118157_680654.json deleted file mode 100644 index d8882058..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658118157_680654.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658118157:680654", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658179589_680690.json b/lenses/physics-objects/Scene/assets/1646688658179589_680690.json deleted file mode 100644 index f715c5b0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658179589_680690.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658179589:680690", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5083333253860474, - [ - 0.0, - 1.2042196989059448, - 0.0 - ] - ], - [ - 0.5166666507720947, - [ - 0.0, - 4.335182189941406, - 0.0 - ] - ], - [ - 0.5250000357627869, - [ - 0.0, - 8.670392990112305, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 13.48725700378418, - 0.0 - ] - ], - [ - 0.5444444417953491, - [ - 0.0, - 21.40846061706543, - 0.0 - ] - ], - [ - 0.5555555820465088, - [ - 0.0, - 30.61369514465332, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 0.574999988079071, - [ - 0.0, - 43.35176086425781, - 0.0 - ] - ], - [ - 0.5833333730697632, - [ - 0.0, - 47.68696975708008, - 0.0 - ] - ], - [ - 0.5916666984558105, - [ - 0.0, - 50.81792449951172, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 0.6111111044883728, - [ - 0.0, - 49.951988220214844, - 0.0 - ] - ], - [ - 0.6222222447395325, - [ - 0.0, - 44.885581970214844, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 38.534934997558594, - 0.0 - ] - ], - [ - 0.6416666507720947, - [ - 0.0, - 32.81490707397461, - 0.0 - ] - ], - [ - 0.6583333611488342, - [ - 0.0, - 19.207216262817383, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 13.487196922302246, - 0.0 - ] - ], - [ - 0.6777777671813965, - [ - 0.0, - 7.136546611785889, - 0.0 - ] - ], - [ - 0.6888889074325562, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4777778387069702, - [ - 0.0, - 2.0701687335968018, - 0.0 - ] - ], - [ - 1.4888888597488403, - [ - 0.0, - 7.1365180015563965, - 0.0 - ] - ], - [ - 1.5, - [ - 0.0, - 13.48719310760498, - 0.0 - ] - ], - [ - 1.5111111402511597, - [ - 0.0, - 21.4084415435791, - 0.0 - ] - ], - [ - 1.5222221612930298, - [ - 0.0, - 30.61357879638672, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 38.534847259521484, - 0.0 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 43.351715087890625, - 0.0 - ] - ], - [ - 1.5499999523162842, - [ - 0.0, - 47.686912536621094, - 0.0 - ] - ], - [ - 1.558333396911621, - [ - 0.0, - 50.817928314208984, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 1.5777778625488281, - [ - 0.0, - 49.95195388793945, - 0.0 - ] - ], - [ - 1.5888888835906982, - [ - 0.0, - 44.88558578491211, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 1.6111111640930176, - [ - 0.0, - 30.61363410949707, - 0.0 - ] - ], - [ - 1.6222221851348877, - [ - 0.0, - 21.408485412597656, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - 13.487221717834473, - 0.0 - ] - ], - [ - 1.644444465637207, - [ - 0.0, - 7.136542797088623, - 0.0 - ] - ], - [ - 1.6555554866790771, - [ - 0.0, - 2.070175886154175, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.277777671813965, - [ - 0.0, - 2.070115089416504, - 0.0 - ] - ], - [ - 2.288888931274414, - [ - 0.0, - 7.136578559875488, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 13.487189292907715, - 0.0 - ] - ], - [ - 2.3111109733581543, - [ - 0.0, - 21.408348083496094, - 0.0 - ] - ], - [ - 2.3222222328186035, - [ - 0.0, - 30.613689422607422, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 38.53486633300781, - 0.0 - ] - ], - [ - 2.3444442749023438, - [ - 0.0, - 44.88549041748047, - 0.0 - ] - ], - [ - 2.355555534362793, - [ - 0.0, - 49.95197677612305, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 2.375, - [ - 0.0, - 50.817901611328125, - 0.0 - ] - ], - [ - 2.383333206176758, - [ - 0.0, - 47.68696594238281, - 0.0 - ] - ], - [ - 2.3916666507720947, - [ - 0.0, - 43.35169982910156, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 38.53474807739258, - 0.0 - ] - ], - [ - 2.4111111164093018, - [ - 0.0, - 30.613571166992188, - 0.0 - ] - ], - [ - 2.422222375869751, - [ - 0.0, - 21.408252716064453, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 13.48713207244873, - 0.0 - ] - ], - [ - 2.444444417953491, - [ - 0.0, - 7.136532306671143, - 0.0 - ] - ], - [ - 2.4555556774139404, - [ - 0.0, - 2.070100784301758, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.6083333492279053, - [ - 0.0, - 1.204234004020691, - 0.0 - ] - ], - [ - 3.616666793823242, - [ - 0.0, - 4.335289478302002, - 0.0 - ] - ], - [ - 3.625, - [ - 0.0, - 8.670446395874023, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 13.487397193908691, - 0.0 - ] - ], - [ - 3.644444465637207, - [ - 0.0, - 21.408580780029297, - 0.0 - ] - ], - [ - 3.6555557250976563, - [ - 0.0, - 30.6138973236084, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 38.53501892089844, - 0.0 - ] - ], - [ - 3.6777777671813965, - [ - 0.0, - 44.88561248779297, - 0.0 - ] - ], - [ - 3.6888890266418457, - [ - 0.0, - 49.95204162597656, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 3.711111068725586, - [ - 0.0, - 49.951995849609375, - 0.0 - ] - ], - [ - 3.722222328186035, - [ - 0.0, - 44.88552474975586, - 0.0 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 38.534908294677734, - 0.0 - ] - ], - [ - 3.7444443702697754, - [ - 0.0, - 30.613737106323242, - 0.0 - ] - ], - [ - 3.7555556297302246, - [ - 0.0, - 21.40839958190918, - 0.0 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 13.487232208251953, - 0.0 - ] - ], - [ - 3.777777671813965, - [ - 0.0, - 7.136610984802246, - 0.0 - ] - ], - [ - 3.788888931274414, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.577777862548828, - [ - 0.0, - 2.070183038711548, - 0.0 - ] - ], - [ - 4.588888645172119, - [ - 0.0, - 7.136421203613281, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 13.487168312072754, - 0.0 - ] - ], - [ - 4.611111164093018, - [ - 0.0, - 21.40850257873535, - 0.0 - ] - ], - [ - 4.622221946716309, - [ - 0.0, - 30.613454818725586, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 38.53483963012695, - 0.0 - ] - ], - [ - 4.644444465637207, - [ - 0.0, - 44.88559341430664, - 0.0 - ] - ], - [ - 4.655555248260498, - [ - 0.0, - 49.95187759399414, - 0.0 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 4.6777777671813965, - [ - 0.0, - 49.95200729370117, - 0.0 - ] - ], - [ - 4.6888885498046875, - [ - 0.0, - 44.88582992553711, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 38.53513717651367, - 0.0 - ] - ], - [ - 4.711111068725586, - [ - 0.0, - 30.613872528076172, - 0.0 - ] - ], - [ - 4.722221851348877, - [ - 0.0, - 21.408964157104492, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 13.487568855285645, - 0.0 - ] - ], - [ - 4.741666793823242, - [ - 0.0, - 8.67046070098877, - 0.0 - ] - ], - [ - 4.75, - [ - 0.0, - 4.335282325744629, - 0.0 - ] - ], - [ - 4.758333206176758, - [ - 0.0, - 1.2042804956436157, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.144444465637207, - [ - 0.0, - 2.0701615810394287, - 0.0 - ] - ], - [ - 6.155555248260498, - [ - 0.0, - 7.136389255523682, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 13.487135887145996, - 0.0 - ] - ], - [ - 6.1777777671813965, - [ - 0.0, - 21.408449172973633, - 0.0 - ] - ], - [ - 6.1888885498046875, - [ - 0.0, - 30.613405227661133, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 38.5348014831543, - 0.0 - ] - ], - [ - 6.211111068725586, - [ - 0.0, - 44.88555908203125, - 0.0 - ] - ], - [ - 6.222221851348877, - [ - 0.0, - 49.95185470581055, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 6.241666793823242, - [ - 0.0, - 50.81785202026367, - 0.0 - ] - ], - [ - 6.25, - [ - 0.0, - 47.68685531616211, - 0.0 - ] - ], - [ - 6.258333206176758, - [ - 0.0, - 43.3516731262207, - 0.0 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 38.53456497192383, - 0.0 - ] - ], - [ - 6.277778148651123, - [ - 0.0, - 30.613170623779297, - 0.0 - ] - ], - [ - 6.288888931274414, - [ - 0.0, - 21.408266067504883, - 0.0 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 13.486992835998535, - 0.0 - ] - ], - [ - 6.3111114501953125, - [ - 0.0, - 7.1363067626953125, - 0.0 - ] - ], - [ - 6.3222222328186035, - [ - 0.0, - 2.07012939453125, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658179733_680697.json b/lenses/physics-objects/Scene/assets/1646688658179733_680697.json deleted file mode 100644 index 9ae9dfb3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658179733_680697.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658179733:680697", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658179860_680704.json b/lenses/physics-objects/Scene/assets/1646688658179860_680704.json deleted file mode 100644 index d98c70bd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658179860_680704.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658179860:680704", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5083333253860474, - [ - 1.0, - 0.9799210429191589, - 1.0 - ] - ], - [ - 0.5166666507720947, - [ - 1.0, - 0.9277158975601196, - 1.0 - ] - ], - [ - 0.5250000357627869, - [ - 1.0, - 0.855431318283081, - 1.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.0, - 0.7751157283782959, - 1.0 - ] - ], - [ - 0.5444444417953491, - [ - 1.0, - 0.6430389285087585, - 1.0 - ] - ], - [ - 0.5555555820465088, - [ - 1.0, - 0.48955237865448, - 1.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.0, - 0.35747548937797546, - 1.0 - ] - ], - [ - 0.574999988079071, - [ - 1.0, - 0.27716001868247986, - 1.0 - ] - ], - [ - 0.5833333730697632, - [ - 1.0, - 0.20487546920776367, - 1.0 - ] - ], - [ - 0.5916666984558105, - [ - 1.0, - 0.15267041325569153, - 1.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 0.6111111044883728, - [ - 1.0, - 0.16710889339447021, - 1.0 - ] - ], - [ - 0.6222222447395325, - [ - 1.0, - 0.25158533453941345, - 1.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.0, - 0.3574749529361725, - 1.0 - ] - ], - [ - 0.6416666507720947, - [ - 1.0, - 0.45284971594810486, - 1.0 - ] - ], - [ - 0.6583333611488342, - [ - 1.0, - 0.6797420978546143, - 1.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.0, - 0.7751167416572571, - 1.0 - ] - ], - [ - 0.6777777671813965, - [ - 1.0, - 0.8810064196586609, - 1.0 - ] - ], - [ - 0.6888889074325562, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 0.699999988079071, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4777778387069702, - [ - 1.0, - 0.9654823541641235, - 1.0 - ] - ], - [ - 1.4888888597488403, - [ - 1.0, - 0.8810068964958191, - 1.0 - ] - ], - [ - 1.5, - [ - 1.0, - 0.7751168012619019, - 1.0 - ] - ], - [ - 1.5111111402511597, - [ - 1.0, - 0.6430392265319824, - 1.0 - ] - ], - [ - 1.5222221612930298, - [ - 1.0, - 0.4895543158054352, - 1.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.0, - 0.35747644305229187, - 1.0 - ] - ], - [ - 1.5416666269302368, - [ - 1.0, - 0.27716079354286194, - 1.0 - ] - ], - [ - 1.5499999523162842, - [ - 1.0, - 0.20487643778324127, - 1.0 - ] - ], - [ - 1.558333396911621, - [ - 1.0, - 0.15267035365104675, - 1.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 1.5777778625488281, - [ - 1.0, - 0.16710948944091797, - 1.0 - ] - ], - [ - 1.5888888835906982, - [ - 1.0, - 0.2515852749347687, - 1.0 - ] - ], - [ - 1.600000023841858, - [ - 1.0, - 0.3574754595756531, - 1.0 - ] - ], - [ - 1.6111111640930176, - [ - 1.0, - 0.48955339193344116, - 1.0 - ] - ], - [ - 1.6222221851348877, - [ - 1.0, - 0.6430385112762451, - 1.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.0, - 0.7751163244247437, - 1.0 - ] - ], - [ - 1.644444465637207, - [ - 1.0, - 0.8810064792633057, - 1.0 - ] - ], - [ - 1.6555554866790771, - [ - 1.0, - 0.965482234954834, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.2666666507720947, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.277777671813965, - [ - 1.0, - 0.9654832482337952, - 1.0 - ] - ], - [ - 2.288888931274414, - [ - 1.0, - 0.8810058832168579, - 1.0 - ] - ], - [ - 2.299999952316284, - [ - 1.0, - 0.7751168608665466, - 1.0 - ] - ], - [ - 2.3111109733581543, - [ - 1.0, - 0.6430407762527466, - 1.0 - ] - ], - [ - 2.3222222328186035, - [ - 1.0, - 0.48955246806144714, - 1.0 - ] - ], - [ - 2.3333332538604736, - [ - 1.0, - 0.3574760854244232, - 1.0 - ] - ], - [ - 2.3444442749023438, - [ - 1.0, - 0.25158682465553284, - 1.0 - ] - ], - [ - 2.355555534362793, - [ - 1.0, - 0.16710911691188812, - 1.0 - ] - ], - [ - 2.366666555404663, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 2.375, - [ - 1.0, - 0.15267080068588257, - 1.0 - ] - ], - [ - 2.383333206176758, - [ - 1.0, - 0.20487552881240845, - 1.0 - ] - ], - [ - 2.3916666507720947, - [ - 1.0, - 0.27716100215911865, - 1.0 - ] - ], - [ - 2.4000000953674316, - [ - 1.0, - 0.3574780821800232, - 1.0 - ] - ], - [ - 2.4111111164093018, - [ - 1.0, - 0.48955443501472473, - 1.0 - ] - ], - [ - 2.422222375869751, - [ - 1.0, - 0.6430423855781555, - 1.0 - ] - ], - [ - 2.433333396911621, - [ - 1.0, - 0.775117814540863, - 1.0 - ] - ], - [ - 2.444444417953491, - [ - 1.0, - 0.88100665807724, - 1.0 - ] - ], - [ - 2.4555556774139404, - [ - 1.0, - 0.9654834866523743, - 1.0 - ] - ], - [ - 2.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.5999999046325684, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.6083333492279053, - [ - 1.0, - 0.9799208045005798, - 1.0 - ] - ], - [ - 3.616666793823242, - [ - 1.0, - 0.9277141094207764, - 1.0 - ] - ], - [ - 3.625, - [ - 1.0, - 0.8554304242134094, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - 1.0, - 0.7751134037971497, - 1.0 - ] - ], - [ - 3.644444465637207, - [ - 1.0, - 0.6430369019508362, - 1.0 - ] - ], - [ - 3.6555557250976563, - [ - 1.0, - 0.48954901099205017, - 1.0 - ] - ], - [ - 3.6666667461395264, - [ - 1.0, - 0.35747355222702026, - 1.0 - ] - ], - [ - 3.6777777671813965, - [ - 1.0, - 0.25158482789993286, - 1.0 - ] - ], - [ - 3.6888890266418457, - [ - 1.0, - 0.16710801422595978, - 1.0 - ] - ], - [ - 3.700000047683716, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 3.711111068725586, - [ - 1.0, - 0.16710875928401947, - 1.0 - ] - ], - [ - 3.722222328186035, - [ - 1.0, - 0.25158625841140747, - 1.0 - ] - ], - [ - 3.7333333492279053, - [ - 1.0, - 0.3574753701686859, - 1.0 - ] - ], - [ - 3.7444443702697754, - [ - 1.0, - 0.4895516633987427, - 1.0 - ] - ], - [ - 3.7555556297302246, - [ - 1.0, - 0.6430399417877197, - 1.0 - ] - ], - [ - 3.7666666507720947, - [ - 1.0, - 0.7751161456108093, - 1.0 - ] - ], - [ - 3.777777671813965, - [ - 1.0, - 0.8810053467750549, - 1.0 - ] - ], - [ - 3.788888931274414, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 3.799999952316284, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.566666603088379, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.577777862548828, - [ - 1.0, - 0.9654821157455444, - 1.0 - ] - ], - [ - 4.588888645172119, - [ - 1.0, - 0.881008505821228, - 1.0 - ] - ], - [ - 4.599999904632568, - [ - 1.0, - 0.7751172184944153, - 1.0 - ] - ], - [ - 4.611111164093018, - [ - 1.0, - 0.6430382132530212, - 1.0 - ] - ], - [ - 4.622221946716309, - [ - 1.0, - 0.48955637216567993, - 1.0 - ] - ], - [ - 4.633333206176758, - [ - 1.0, - 0.35747653245925903, - 1.0 - ] - ], - [ - 4.644444465637207, - [ - 1.0, - 0.25158512592315674, - 1.0 - ] - ], - [ - 4.655555248260498, - [ - 1.0, - 0.16711077094078064, - 1.0 - ] - ], - [ - 4.666666507720947, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 4.6777777671813965, - [ - 1.0, - 0.16710859537124634, - 1.0 - ] - ], - [ - 4.6888885498046875, - [ - 1.0, - 0.2515811622142792, - 1.0 - ] - ], - [ - 4.699999809265137, - [ - 1.0, - 0.3574715554714203, - 1.0 - ] - ], - [ - 4.711111068725586, - [ - 1.0, - 0.4895494282245636, - 1.0 - ] - ], - [ - 4.722221851348877, - [ - 1.0, - 0.6430305242538452, - 1.0 - ] - ], - [ - 4.733333110809326, - [ - 1.0, - 0.7751105427742004, - 1.0 - ] - ], - [ - 4.741666793823242, - [ - 1.0, - 0.8554301857948303, - 1.0 - ] - ], - [ - 4.75, - [ - 1.0, - 0.9277142286300659, - 1.0 - ] - ], - [ - 4.758333206176758, - [ - 1.0, - 0.9799200296401978, - 1.0 - ] - ], - [ - 4.766666889190674, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.133333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.144444465637207, - [ - 1.0, - 0.9654824733734131, - 1.0 - ] - ], - [ - 6.155555248260498, - [ - 1.0, - 0.881009042263031, - 1.0 - ] - ], - [ - 6.166666507720947, - [ - 1.0, - 0.7751177549362183, - 1.0 - ] - ], - [ - 6.1777777671813965, - [ - 1.0, - 0.6430391073226929, - 1.0 - ] - ], - [ - 6.1888885498046875, - [ - 1.0, - 0.4895572066307068, - 1.0 - ] - ], - [ - 6.199999809265137, - [ - 1.0, - 0.3574771583080292, - 1.0 - ] - ], - [ - 6.211111068725586, - [ - 1.0, - 0.2515856921672821, - 1.0 - ] - ], - [ - 6.222221851348877, - [ - 1.0, - 0.16711115837097168, - 1.0 - ] - ], - [ - 6.233333110809326, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 6.241666793823242, - [ - 1.0, - 0.15267163515090942, - 1.0 - ] - ], - [ - 6.25, - [ - 1.0, - 0.20487737655639648, - 1.0 - ] - ], - [ - 6.258333206176758, - [ - 1.0, - 0.27716147899627686, - 1.0 - ] - ], - [ - 6.266666889190674, - [ - 1.0, - 0.35748109221458435, - 1.0 - ] - ], - [ - 6.277778148651123, - [ - 1.0, - 0.4895611107349396, - 1.0 - ] - ], - [ - 6.288888931274414, - [ - 1.0, - 0.6430421471595764, - 1.0 - ] - ], - [ - 6.300000190734863, - [ - 1.0, - 0.7751201391220093, - 1.0 - ] - ], - [ - 6.3111114501953125, - [ - 1.0, - 0.8810104131698608, - 1.0 - ] - ], - [ - 6.3222222328186035, - [ - 1.0, - 0.9654830098152161, - 1.0 - ] - ], - [ - 6.333333492279053, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658180801_680717.json b/lenses/physics-objects/Scene/assets/1646688658180801_680717.json deleted file mode 100644 index b25e18ac..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658180801_680717.json +++ /dev/null @@ -1,2570 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658180801:680717", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.03333333507180214, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.0416666679084301, - [ - -9.282278060913086, - 38.89265441894531, - 24.58257293701172 - ] - ], - [ - 0.05000000447034836, - [ - -9.374156951904297, - 44.04905700683594, - 24.825897216796875 - ] - ], - [ - 0.05833333730697632, - [ - -9.499730110168457, - 49.89438247680664, - 25.158458709716797 - ] - ], - [ - 0.06666667014360428, - [ - -9.636452674865723, - 54.179710388183594, - 25.520544052124023 - ] - ], - [ - 0.07777778059244156, - [ - -9.856290817260742, - 56.989376068115234, - 26.10274887084961 - ] - ], - [ - 0.08888889104127884, - [ - -10.109295845031738, - 58.358829498291016, - 26.77279281616211 - ] - ], - [ - 0.10000000149011612, - [ - -10.324888229370117, - 58.719642639160156, - 27.343751907348633 - ] - ], - [ - 0.10833333432674408, - [ - -10.452949523925781, - 58.61130905151367, - 27.68290138244629 - ] - ], - [ - 0.11666667461395264, - [ - -10.565679550170898, - 58.25349807739258, - 27.981449127197266 - ] - ], - [ - 0.125, - [ - -10.645910263061523, - 57.59700012207031, - 28.193925857543945 - ] - ], - [ - 0.13333334028720856, - [ - -10.676468849182129, - 56.592594146728516, - 28.27485466003418 - ] - ], - [ - 0.14444445073604584, - [ - -10.659414291381836, - 54.54631423950195, - 28.229690551757813 - ] - ], - [ - 0.15555556118488312, - [ - -10.614632606506348, - 51.910892486572266, - 28.11109161376953 - ] - ], - [ - 0.1666666716337204, - [ - -10.551657676696777, - 49.16157150268555, - 27.94431495666504 - ] - ], - [ - 0.17777778208255768, - [ - -10.470799446105957, - 45.79253005981445, - 27.730173110961914 - ] - ], - [ - 0.18888889253139496, - [ - -10.371748924255371, - 42.309757232666016, - 27.46785545349121 - ] - ], - [ - 0.20000000298023224, - [ - -10.263075828552246, - 40.705482482910156, - 27.180051803588867 - ] - ], - [ - 0.21111111342906952, - [ - -10.145088195800781, - 41.284568786621094, - 26.867582321166992 - ] - ], - [ - 0.2222222238779068, - [ - -10.017478942871094, - 42.35975646972656, - 26.529630661010742 - ] - ], - [ - 0.23333333432674408, - [ - -9.887866020202637, - 42.938838958740234, - 26.186370849609375 - ] - ], - [ - 0.24166667461395264, - [ - -9.787418365478516, - 42.90892028808594, - 25.920352935791016 - ] - ], - [ - 0.25, - [ - -9.683292388916016, - 42.835426330566406, - 25.644590377807617 - ] - ], - [ - 0.25833335518836975, - [ - -9.583141326904297, - 42.74276351928711, - 25.379358291625977 - ] - ], - [ - 0.2666666805744171, - [ - -9.494621276855469, - 42.65532684326172, - 25.144927978515625 - ] - ], - [ - 0.2777777910232544, - [ - -9.382838249206543, - 42.52433395385742, - 24.84889030456543 - ] - ], - [ - 0.2888889014720917, - [ - -9.287195205688477, - 42.388179779052734, - 24.59559440612793 - ] - ], - [ - 0.30000001192092896, - [ - -9.246641159057617, - 42.32533645629883, - 24.48819351196289 - ] - ], - [ - 0.31111112236976624, - [ - -9.307787895202637, - 42.53909683227539, - 24.650131225585938 - ] - ], - [ - 0.3222222328186035, - [ - -9.455533027648926, - 43.04107666015625, - 25.04140853881836 - ] - ], - [ - 0.3333333432674408, - [ - -9.636452674865723, - 43.622718811035156, - 25.520544052124023 - ] - ], - [ - 0.3444444537162781, - [ - -9.856290817260742, - 44.28154373168945, - 26.102750778198242 - ] - ], - [ - 0.35555556416511536, - [ - -10.109295845031738, - 45.0200080871582, - 26.77279281616211 - ] - ], - [ - 0.36666667461395264, - [ - -10.324889183044434, - 45.637168884277344, - 27.3437557220459 - ] - ], - [ - 0.3777777850627899, - [ - -10.493063926696777, - 46.09377670288086, - 27.789138793945313 - ] - ], - [ - 0.3888888955116272, - [ - -10.623819351196289, - 46.42906188964844, - 28.135421752929688 - ] - ], - [ - 0.4000000059604645, - [ - -10.676468849182129, - 46.55945587158203, - 28.27485466003418 - ] - ], - [ - 0.41111111640930176, - [ - -10.659414291381836, - 46.47359848022461, - 28.229690551757813 - ] - ], - [ - 0.42222222685813904, - [ - -10.614632606506348, - 46.259220123291016, - 28.11109161376953 - ] - ], - [ - 0.4333333373069763, - [ - -10.551657676696777, - 45.980934143066406, - 27.94431495666504 - ] - ], - [ - 0.4444444477558136, - [ - -10.470799446105957, - 45.651981353759766, - 27.730173110961914 - ] - ], - [ - 0.4555555582046509, - [ - -10.371748924255371, - 45.25912857055664, - 27.46785545349121 - ] - ], - [ - 0.46666666865348816, - [ - -10.263075828552246, - 44.82709884643555, - 27.180051803588867 - ] - ], - [ - 0.47777777910232544, - [ - -10.145089149475098, - 44.35639572143555, - 26.867582321166992 - ] - ], - [ - 0.4888888895511627, - [ - -10.017478942871094, - 43.846519470214844, - 26.529630661010742 - ] - ], - [ - 0.5, - [ - -9.887866020202637, - 43.32063674926758, - 26.186370849609375 - ] - ], - [ - 0.5083333253860474, - [ - -9.787418365478516, - 42.90879440307617, - 25.920352935791016 - ] - ], - [ - 0.5166666507720947, - [ - -9.683292388916016, - 42.47947311401367, - 25.644590377807617 - ] - ], - [ - 0.5250000357627869, - [ - -9.583141326904297, - 42.05809783935547, - 25.379358291625977 - ] - ], - [ - 0.5333333611488342, - [ - -9.494620323181152, - 41.670101165771484, - 25.144926071166992 - ] - ], - [ - 0.5444444417953491, - [ - -9.382838249206543, - 41.130496978759766, - 24.84889030456543 - ] - ], - [ - 0.5555555820465088, - [ - -9.287195205688477, - 40.63516616821289, - 24.59559440612793 - ] - ], - [ - 0.5666666626930237, - [ - -9.246641159057617, - 40.41799545288086, - 24.48819351196289 - ] - ], - [ - 0.574999988079071, - [ - -9.28227710723877, - 40.4868049621582, - 24.582571029663086 - ] - ], - [ - 0.5833333730697632, - [ - -9.374156951904297, - 40.67345428466797, - 24.825897216796875 - ] - ], - [ - 0.5916666984558105, - [ - -9.499730110168457, - 40.94827651977539, - 25.158458709716797 - ] - ], - [ - 0.6000000238418579, - [ - -9.636453628540039, - 41.28160095214844, - 25.52054786682129 - ] - ], - [ - 0.6111111044883728, - [ - -9.856290817260742, - 41.893646240234375, - 26.10274887084961 - ] - ], - [ - 0.6222222447395325, - [ - -10.109296798706055, - 42.62723159790039, - 26.772794723510742 - ] - ], - [ - 0.6333333253860474, - [ - -10.324888229370117, - 43.23947525024414, - 27.343751907348633 - ] - ], - [ - 0.6416666507720947, - [ - -10.452948570251465, - 43.57319259643555, - 27.682897567749023 - ] - ], - [ - 0.6499999761581421, - [ - -10.565679550170898, - 43.848602294921875, - 27.981447219848633 - ] - ], - [ - 0.6583333611488342, - [ - -10.645910263061523, - 44.03578186035156, - 28.193925857543945 - ] - ], - [ - 0.6666666865348816, - [ - -10.676468849182129, - 44.10482406616211, - 28.27485466003418 - ] - ], - [ - 0.6777777671813965, - [ - -10.659414291381836, - 43.97737121582031, - 28.229690551757813 - ] - ], - [ - 0.6888889074325562, - [ - -10.614632606506348, - 43.66970443725586, - 28.11109161376953 - ] - ], - [ - 0.699999988079071, - [ - -10.551657676696777, - 43.29362869262695, - 27.94431495666504 - ] - ], - [ - 0.7083333134651184, - [ - -10.493058204650879, - 42.9882926940918, - 27.789121627807617 - ] - ], - [ - 0.7166666984558105, - [ - -10.423016548156738, - 42.640262603759766, - 27.603628158569336 - ] - ], - [ - 0.7250000238418579, - [ - -10.345149993896484, - 42.26215744018555, - 27.39741325378418 - ] - ], - [ - 0.7333333492279053, - [ - -10.263075828552246, - 41.866607666015625, - 27.180051803588867 - ] - ], - [ - 0.7444444298744202, - [ - -10.145088195800781, - 41.30402755737305, - 26.867582321166992 - ] - ], - [ - 0.7666666507720947, - [ - -9.887866020202637, - 40.09307098388672, - 26.186370849609375 - ] - ], - [ - 0.7749999761581421, - [ - -9.787418365478516, - 39.62168884277344, - 25.920352935791016 - ] - ], - [ - 0.7833333015441895, - [ - -9.683292388916016, - 39.13494873046875, - 25.64459228515625 - ] - ], - [ - 0.7916666865348816, - [ - -9.583141326904297, - 38.66404724121094, - 25.379358291625977 - ] - ], - [ - 0.800000011920929, - [ - -9.494620323181152, - 38.24018859863281, - 25.144926071166992 - ] - ], - [ - 0.8111110925674438, - [ - -9.382838249206543, - 37.68076705932617, - 24.84889030456543 - ] - ], - [ - 0.8222222328186035, - [ - -9.287195205688477, - 37.18647766113281, - 24.59559440612793 - ] - ], - [ - 0.8333333134651184, - [ - -9.246641159057617, - 36.97357177734375, - 24.48819351196289 - ] - ], - [ - 0.8416666388511658, - [ - -9.28227710723877, - 37.08736038208008, - 24.582571029663086 - ] - ], - [ - 0.8500000238418579, - [ - -9.374156951904297, - 37.38739776611328, - 24.825897216796875 - ] - ], - [ - 0.8583333492279053, - [ - -9.499730110168457, - 37.81171798706055, - 25.158458709716797 - ] - ], - [ - 0.8666666746139526, - [ - -9.636452674865723, - 38.2983512878418, - 25.520544052124023 - ] - ], - [ - 0.8777777552604675, - [ - -9.856289863586426, - 38.69129180908203, - 26.10274887084961 - ] - ], - [ - 0.8888888955116272, - [ - -10.109295845031738, - 39.23176193237305, - 26.77279281616211 - ] - ], - [ - 0.8999999761581421, - [ - -10.324888229370117, - 40.95063781738281, - 27.343751907348633 - ] - ], - [ - 0.9083333015441895, - [ - -10.452948570251465, - 43.89043045043945, - 27.682897567749023 - ] - ], - [ - 0.9166666269302368, - [ - -10.565679550170898, - 47.99485778808594, - 27.981447219848633 - ] - ], - [ - 0.925000011920929, - [ - -10.645909309387207, - 52.15915298461914, - 28.193923950195313 - ] - ], - [ - 0.9333333373069763, - [ - -10.676468849182129, - 55.2784423828125, - 28.27485466003418 - ] - ], - [ - 0.9444444179534912, - [ - -10.659414291381836, - 57.50630187988281, - 28.229690551757813 - ] - ], - [ - 0.9555555582046509, - [ - -10.614632606506348, - 58.531490325927734, - 28.11109161376953 - ] - ], - [ - 0.9666666388511658, - [ - -10.551657676696777, - 58.77895736694336, - 27.94431495666504 - ] - ], - [ - 0.9749999642372131, - [ - -10.493058204650879, - 58.650421142578125, - 27.789121627807617 - ] - ], - [ - 0.9833333492279053, - [ - -10.423016548156738, - 58.227779388427734, - 27.603628158569336 - ] - ], - [ - 0.9916666746139526, - [ - -10.345149993896484, - 57.45552062988281, - 27.39741325378418 - ] - ], - [ - 1.0, - [ - -10.263075828552246, - 56.27811050415039, - 27.180051803588867 - ] - ], - [ - 1.0111111402511597, - [ - -10.145088195800781, - 53.886661529541016, - 26.86758041381836 - ] - ], - [ - 1.0222221612930298, - [ - -10.01747989654541, - 50.80810546875, - 26.529630661010742 - ] - ], - [ - 1.0333333015441895, - [ - -9.887866020202637, - 47.59103775024414, - 26.186370849609375 - ] - ], - [ - 1.0416666269302368, - [ - -9.787418365478516, - 44.729698181152344, - 25.920352935791016 - ] - ], - [ - 1.0499999523162842, - [ - -9.683292388916016, - 41.4605712890625, - 25.64459228515625 - ] - ], - [ - 1.058333396911621, - [ - -9.58314037322998, - 38.773292541503906, - 25.379356384277344 - ] - ], - [ - 1.0666667222976685, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.0777778625488281, - [ - -9.382838249206543, - 38.3637580871582, - 24.848888397216797 - ] - ], - [ - 1.0888888835906982, - [ - -9.287195205688477, - 39.855552673339844, - 24.59559440612793 - ] - ], - [ - 1.100000023841858, - [ - -9.246641159057617, - 41.19446563720703, - 24.48819351196289 - ] - ], - [ - 1.1111111640930176, - [ - -9.307788848876953, - 42.0106201171875, - 24.65013313293457 - ] - ], - [ - 1.1222221851348877, - [ - -9.45553207397461, - 42.673824310302734, - 25.041406631469727 - ] - ], - [ - 1.1333333253860474, - [ - -9.636452674865723, - 43.35426712036133, - 25.520544052124023 - ] - ], - [ - 1.144444465637207, - [ - -9.856290817260742, - 44.16300582885742, - 26.102750778198242 - ] - ], - [ - 1.1555554866790771, - [ - -10.109294891357422, - 44.988975524902344, - 26.772789001464844 - ] - ], - [ - 1.1666666269302368, - [ - -10.324888229370117, - 45.66930389404297, - 27.343751907348633 - ] - ], - [ - 1.1749999523162842, - [ - -10.452948570251465, - 46.059505462646484, - 27.682897567749023 - ] - ], - [ - 1.183333396911621, - [ - -10.565680503845215, - 46.378639221191406, - 27.981449127197266 - ] - ], - [ - 1.1916667222976685, - [ - -10.645910263061523, - 46.594051361083984, - 28.193925857543945 - ] - ], - [ - 1.2000000476837158, - [ - -10.676468849182129, - 46.67311096191406, - 28.27485466003418 - ] - ], - [ - 1.2111111879348755, - [ - -10.659414291381836, - 46.58917999267578, - 28.22968864440918 - ] - ], - [ - 1.2222222089767456, - [ - -10.614632606506348, - 46.376651763916016, - 28.11109161376953 - ] - ], - [ - 1.2333333492279053, - [ - -10.551657676696777, - 46.09423828125, - 27.94431495666504 - ] - ], - [ - 1.244444489479065, - [ - -10.47079849243164, - 45.75296401977539, - 27.73017120361328 - ] - ], - [ - 1.255555510520935, - [ - -10.371749877929688, - 45.341819763183594, - 27.467857360839844 - ] - ], - [ - 1.2666666507720947, - [ - -10.263075828552246, - 44.886329650878906, - 27.180051803588867 - ] - ], - [ - 1.2777777910232544, - [ - -10.145089149475098, - 44.3870849609375, - 26.867582321166992 - ] - ], - [ - 1.2888888120651245, - [ - -10.01747989654541, - 43.843505859375, - 26.529632568359375 - ] - ], - [ - 1.2999999523162842, - [ - -9.887866020202637, - 43.279266357421875, - 26.186370849609375 - ] - ], - [ - 1.3083332777023315, - [ - -9.787418365478516, - 42.835365295410156, - 25.920352935791016 - ] - ], - [ - 1.316666603088379, - [ - -9.683293342590332, - 42.37110900878906, - 25.644594192504883 - ] - ], - [ - 1.3250000476837158, - [ - -9.583141326904297, - 41.912689208984375, - 25.379358291625977 - ] - ], - [ - 1.3333333730697632, - [ - -9.494621276855469, - 41.48629379272461, - 25.144927978515625 - ] - ], - [ - 1.3444445133209229, - [ - -9.382838249206543, - 40.88010025024414, - 24.848888397216797 - ] - ], - [ - 1.355555534362793, - [ - -9.287195205688477, - 40.31532669067383, - 24.59559440612793 - ] - ], - [ - 1.3666666746139526, - [ - -9.246641159057617, - 40.06605529785156, - 24.48819351196289 - ] - ], - [ - 1.3777778148651123, - [ - -9.307787895202637, - 40.15926742553711, - 24.650131225585938 - ] - ], - [ - 1.3888888359069824, - [ - -9.45553207397461, - 40.41569137573242, - 25.041406631469727 - ] - ], - [ - 1.399999976158142, - [ - -9.636452674865723, - 40.80071258544922, - 25.520544052124023 - ] - ], - [ - 1.4111111164093018, - [ - -9.856290817260742, - 41.385982513427734, - 26.102750778198242 - ] - ], - [ - 1.4222221374511719, - [ - -10.109294891357422, - 42.099822998046875, - 26.772789001464844 - ] - ], - [ - 1.4333332777023315, - [ - -10.324886322021484, - 42.69300842285156, - 27.343748092651367 - ] - ], - [ - 1.441666603088379, - [ - -10.452947616577148, - 43.008644104003906, - 27.682897567749023 - ] - ], - [ - 1.4500000476837158, - [ - -10.565679550170898, - 43.264591217041016, - 27.981449127197266 - ] - ], - [ - 1.4583333730697632, - [ - -10.645910263061523, - 43.436214447021484, - 28.193925857543945 - ] - ], - [ - 1.4666666984558105, - [ - -10.676468849182129, - 43.498897552490234, - 28.27485466003418 - ] - ], - [ - 1.4777778387069702, - [ - -10.659414291381836, - 43.35433578491211, - 28.229690551757813 - ] - ], - [ - 1.4888888597488403, - [ - -10.614632606506348, - 43.01005554199219, - 28.11109161376953 - ] - ], - [ - 1.5, - [ - -10.551657676696777, - 42.599822998046875, - 27.94431495666504 - ] - ], - [ - 1.5111111402511597, - [ - -10.47079849243164, - 42.15634536743164, - 27.73017120361328 - ] - ], - [ - 1.5222221612930298, - [ - -10.371749877929688, - 41.64694595336914, - 27.467857360839844 - ] - ], - [ - 1.5333333015441895, - [ - -10.263075828552246, - 41.10721206665039, - 27.180051803588867 - ] - ], - [ - 1.5416666269302368, - [ - -10.175786972045898, - 40.683101654052734, - 26.948883056640625 - ] - ], - [ - 1.558333396911621, - [ - -9.984966278076172, - 39.78368377685547, - 26.443525314331055 - ] - ], - [ - 1.5666667222976685, - [ - -9.887864112854004, - 39.34162521362305, - 26.18636703491211 - ] - ], - [ - 1.5888888835906982, - [ - -9.61561393737793, - 37.96653747558594, - 25.465356826782227 - ] - ], - [ - 1.600000023841858, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.6111111640930176, - [ - -9.382838249206543, - 41.06166076660156, - 24.848888397216797 - ] - ], - [ - 1.6222221851348877, - [ - -9.287196159362793, - 48.0444221496582, - 24.595596313476563 - ] - ], - [ - 1.6333333253860474, - [ - -9.246641159057617, - 53.76803970336914, - 24.48819351196289 - ] - ], - [ - 1.644444465637207, - [ - -9.307787895202637, - 56.551597595214844, - 24.650131225585938 - ] - ], - [ - 1.6555554866790771, - [ - -9.455531120300293, - 58.07561111450195, - 25.041404724121094 - ] - ], - [ - 1.6666666269302368, - [ - -9.636452674865723, - 58.539573669433594, - 25.520544052124023 - ] - ], - [ - 1.6749999523162842, - [ - -9.795458793640137, - 58.40643310546875, - 25.941646575927734 - ] - ], - [ - 1.683333396911621, - [ - -9.983060836791992, - 57.999977111816406, - 26.438480377197266 - ] - ], - [ - 1.6916667222976685, - [ - -10.169466972351074, - 57.30970001220703, - 26.932144165039063 - ] - ], - [ - 1.7000000476837158, - [ - -10.324888229370117, - 56.3250617980957, - 27.343751907348633 - ] - ], - [ - 1.7111111879348755, - [ - -10.493064880371094, - 54.40766143798828, - 27.789140701293945 - ] - ], - [ - 1.7222222089767456, - [ - -10.623819351196289, - 51.973388671875, - 28.135421752929688 - ] - ], - [ - 1.7333333492279053, - [ - -10.676468849182129, - 49.456993103027344, - 28.27485466003418 - ] - ], - [ - 1.744444489479065, - [ - -10.659414291381836, - 46.412689208984375, - 28.229690551757813 - ] - ], - [ - 1.755555510520935, - [ - -10.614632606506348, - 43.286460876464844, - 28.111093521118164 - ] - ], - [ - 1.7666666507720947, - [ - -10.551657676696777, - 41.850059509277344, - 27.94431495666504 - ] - ], - [ - 1.7777777910232544, - [ - -10.470799446105957, - 42.50624465942383, - 27.730173110961914 - ] - ], - [ - 1.7888888120651245, - [ - -10.371749877929688, - 43.724571228027344, - 27.467857360839844 - ] - ], - [ - 1.7999999523162842, - [ - -10.263075828552246, - 44.38076400756836, - 27.180051803588867 - ] - ], - [ - 1.8083332777023315, - [ - -10.175786972045898, - 44.35964584350586, - 26.948883056640625 - ] - ], - [ - 1.816666603088379, - [ - -10.082013130187988, - 44.29813766479492, - 26.700538635253906 - ] - ], - [ - 1.8250000476837158, - [ - -9.984966278076172, - 44.199012756347656, - 26.443525314331055 - ] - ], - [ - 1.8333333730697632, - [ - -9.887866020202637, - 44.06504440307617, - 26.186370849609375 - ] - ], - [ - 1.8444445133209229, - [ - -9.752739906311035, - 43.8062744140625, - 25.828514099121094 - ] - ], - [ - 1.855555534362793, - [ - -9.61561393737793, - 43.48394012451172, - 25.465356826782227 - ] - ], - [ - 1.8666666746139526, - [ - -9.494621276855469, - 43.17702865600586, - 25.144927978515625 - ] - ], - [ - 1.8777778148651123, - [ - -9.382838249206543, - 42.8615608215332, - 24.84889030456543 - ] - ], - [ - 1.8888888359069824, - [ - -9.287195205688477, - 42.5615348815918, - 24.59559440612793 - ] - ], - [ - 1.899999976158142, - [ - -9.246641159057617, - 42.427921295166016, - 24.48819351196289 - ] - ], - [ - 1.9111111164093018, - [ - -9.307787895202637, - 42.57675552368164, - 24.650129318237305 - ] - ], - [ - 1.9222221374511719, - [ - -9.455531120300293, - 42.941017150878906, - 25.041404724121094 - ] - ], - [ - 1.9333332777023315, - [ - -9.63645076751709, - 43.397647857666016, - 25.520540237426758 - ] - ], - [ - 1.941666603088379, - [ - -9.79545783996582, - 43.81404495239258, - 25.9416446685791 - ] - ], - [ - 1.9583333730697632, - [ - -10.169466018676758, - 44.80274200439453, - 26.93214225769043 - ] - ], - [ - 1.9666666984558105, - [ - -10.324888229370117, - 45.19877243041992, - 27.343751907348633 - ] - ], - [ - 1.9777778387069702, - [ - -10.493064880371094, - 45.582977294921875, - 27.789140701293945 - ] - ], - [ - 1.9888888597488403, - [ - -10.623819351196289, - 45.85068893432617, - 28.135421752929688 - ] - ], - [ - 2.0, - [ - -10.676468849182129, - 45.95124053955078, - 28.27485466003418 - ] - ], - [ - 2.01111102104187, - [ - -10.659415245056152, - 45.8280029296875, - 28.229690551757813 - ] - ], - [ - 2.0222222805023193, - [ - -10.614632606506348, - 45.530086517333984, - 28.11109161376953 - ] - ], - [ - 2.0333333015441895, - [ - -10.551657676696777, - 45.164955139160156, - 27.94431495666504 - ] - ], - [ - 2.0444443225860596, - [ - -10.470800399780273, - 44.75994110107422, - 27.730175018310547 - ] - ], - [ - 2.055555582046509, - [ - -10.371748924255371, - 44.28770446777344, - 27.46785545349121 - ] - ], - [ - 2.066666603088379, - [ - -10.263075828552246, - 43.77357864379883, - 27.180051803588867 - ] - ], - [ - 2.077777624130249, - [ - -10.145090103149414, - 43.217529296875, - 26.867586135864258 - ] - ], - [ - 2.0888888835906982, - [ - -10.017478942871094, - 42.619571685791016, - 26.529630661010742 - ] - ], - [ - 2.0999999046325684, - [ - -9.887866973876953, - 42.00499725341797, - 26.18637466430664 - ] - ], - [ - 2.1083333492279053, - [ - -9.7874174118042, - 41.52530288696289, - 25.920351028442383 - ] - ], - [ - 2.116666793823242, - [ - -9.683290481567383, - 41.02682113647461, - 25.64458656311035 - ] - ], - [ - 2.125, - [ - -9.583141326904297, - 40.53785705566406, - 25.379358291625977 - ] - ], - [ - 2.133333444595337, - [ - -9.494621276855469, - 40.0866813659668, - 25.144927978515625 - ] - ], - [ - 2.144444465637207, - [ - -9.382838249206543, - 39.456485748291016, - 24.84889030456543 - ] - ], - [ - 2.1555557250976563, - [ - -9.28719425201416, - 38.87672424316406, - 24.595592498779297 - ] - ], - [ - 2.1666667461395264, - [ - -9.246641159057617, - 38.62228775024414, - 24.48819351196289 - ] - ], - [ - 2.1777777671813965, - [ - -9.307787895202637, - 38.740806579589844, - 24.650129318237305 - ] - ], - [ - 2.1888890266418457, - [ - -9.455534934997559, - 39.05731201171875, - 25.041414260864258 - ] - ], - [ - 2.200000047683716, - [ - -9.636452674865723, - 39.513458251953125, - 25.520544052124023 - ] - ], - [ - 2.211111068725586, - [ - -9.856289863586426, - 40.17850112915039, - 26.102746963500977 - ] - ], - [ - 2.222222328186035, - [ - -10.109298706054688, - 40.98318862915039, - 26.772798538208008 - ] - ], - [ - 2.2333333492279053, - [ - -10.324888229370117, - 41.66181945800781, - 27.343751907348633 - ] - ], - [ - 2.2444443702697754, - [ - -10.493062973022461, - 42.158775329589844, - 27.789134979248047 - ] - ], - [ - 2.2555556297302246, - [ - -10.623820304870605, - 42.52967071533203, - 28.13542366027832 - ] - ], - [ - 2.2666666507720947, - [ - -10.676468849182129, - 42.67538833618164, - 28.27485466003418 - ] - ], - [ - 2.277777671813965, - [ - -10.659415245056152, - 42.559471130371094, - 28.229690551757813 - ] - ], - [ - 2.288888931274414, - [ - -10.614632606506348, - 42.2817268371582, - 28.11109161376953 - ] - ], - [ - 2.299999952316284, - [ - -10.551657676696777, - 41.946983337402344, - 27.94431495666504 - ] - ], - [ - 2.3111109733581543, - [ - -10.470800399780273, - 41.479209899902344, - 27.73017692565918 - ] - ], - [ - 2.3222222328186035, - [ - -10.371748924255371, - 40.954444885253906, - 27.46785545349121 - ] - ], - [ - 2.3333332538604736, - [ - -10.263076782226563, - 40.705482482910156, - 27.180055618286133 - ] - ], - [ - 2.3444442749023438, - [ - -10.145090103149414, - 43.60894012451172, - 26.86758804321289 - ] - ], - [ - 2.355555534362793, - [ - -10.017478942871094, - 49.56471633911133, - 26.529630661010742 - ] - ], - [ - 2.366666555404663, - [ - -9.887866973876953, - 54.44514846801758, - 26.18637466430664 - ] - ], - [ - 2.375, - [ - -9.787418365478516, - 56.330482482910156, - 25.920352935791016 - ] - ], - [ - 2.383333206176758, - [ - -9.683293342590332, - 57.586124420166016, - 25.644594192504883 - ] - ], - [ - 2.3916666507720947, - [ - -9.583141326904297, - 58.285640716552734, - 25.37936019897461 - ] - ], - [ - 2.4000000953674316, - [ - -9.494621276855469, - 58.50247573852539, - 25.144927978515625 - ] - ], - [ - 2.4111111164093018, - [ - -9.38283920288086, - 58.15130615234375, - 24.848892211914063 - ] - ], - [ - 2.422222375869751, - [ - -9.28719425201416, - 57.134159088134766, - 24.595592498779297 - ] - ], - [ - 2.433333396911621, - [ - -9.246641159057617, - 55.50482940673828, - 24.48819351196289 - ] - ], - [ - 2.444444417953491, - [ - -9.30778694152832, - 52.98542785644531, - 24.650129318237305 - ] - ], - [ - 2.4555556774139404, - [ - -9.455533981323242, - 49.853824615478516, - 25.041412353515625 - ] - ], - [ - 2.4666666984558105, - [ - -9.636453628540039, - 46.99589920043945, - 25.52054786682129 - ] - ], - [ - 2.4777777194976807, - [ - -9.856289863586426, - 44.350685119628906, - 26.102746963500977 - ] - ], - [ - 2.48888897895813, - [ - -10.109298706054688, - 41.97916030883789, - 26.772798538208008 - ] - ], - [ - 2.5, - [ - -10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 2.51111102104187, - [ - -10.493062973022461, - 42.13808059692383, - 27.789134979248047 - ] - ], - [ - 2.5222222805023193, - [ - -10.623819351196289, - 44.408626556396484, - 28.135421752929688 - ] - ], - [ - 2.5333333015441895, - [ - -10.676468849182129, - 45.82630157470703, - 28.27485466003418 - ] - ], - [ - 2.5444443225860596, - [ - -10.659415245056152, - 46.06935119628906, - 28.229690551757813 - ] - ], - [ - 2.555555582046509, - [ - -10.614632606506348, - 46.1589241027832, - 28.11109161376953 - ] - ], - [ - 2.566666603088379, - [ - -10.551657676696777, - 46.1717414855957, - 27.94431495666504 - ] - ], - [ - 2.577777624130249, - [ - -10.470800399780273, - 46.066070556640625, - 27.73017692565918 - ] - ], - [ - 2.5888888835906982, - [ - -10.371748924255371, - 45.80949401855469, - 27.46785545349121 - ] - ], - [ - 2.5999999046325684, - [ - -10.263076782226563, - 45.492469787597656, - 27.180055618286133 - ] - ], - [ - 2.6083333492279053, - [ - -10.175786972045898, - 45.23123550415039, - 26.948881149291992 - ] - ], - [ - 2.616666793823242, - [ - -10.082010269165039, - 44.931724548339844, - 26.700531005859375 - ] - ], - [ - 2.625, - [ - -9.984966278076172, - 44.606746673583984, - 26.443525314331055 - ] - ], - [ - 2.633333444595337, - [ - -9.887864112854004, - 44.269073486328125, - 26.18636703491211 - ] - ], - [ - 2.644444465637207, - [ - -9.752739906311035, - 43.781005859375, - 25.828514099121094 - ] - ], - [ - 2.6555557250976563, - [ - -9.615612030029297, - 43.26280975341797, - 25.465351104736328 - ] - ], - [ - 2.6666667461395264, - [ - -9.494621276855469, - 42.774497985839844, - 25.144927978515625 - ] - ], - [ - 2.6777777671813965, - [ - -9.382838249206543, - 42.255287170410156, - 24.84889030456543 - ] - ], - [ - 2.6888890266418457, - [ - -9.28719425201416, - 41.76596450805664, - 24.595592498779297 - ] - ], - [ - 2.700000047683716, - [ - -9.246641159057617, - 41.548912048339844, - 24.48819351196289 - ] - ], - [ - 2.711111068725586, - [ - -9.30778694152832, - 41.640411376953125, - 24.650129318237305 - ] - ], - [ - 2.722222328186035, - [ - -9.455533981323242, - 41.886810302734375, - 25.041412353515625 - ] - ], - [ - 2.7333333492279053, - [ - -9.636452674865723, - 42.24613952636719, - 25.520544052124023 - ] - ], - [ - 2.7444443702697754, - [ - -9.85628890991211, - 42.780738830566406, - 26.102745056152344 - ] - ], - [ - 2.7555556297302246, - [ - -10.109297752380371, - 43.42826843261719, - 26.772798538208008 - ] - ], - [ - 2.7666666507720947, - [ - -10.324888229370117, - 43.96007537841797, - 27.343751907348633 - ] - ], - [ - 2.777777671813965, - [ - -10.493062973022461, - 44.31103515625, - 27.789134979248047 - ] - ], - [ - 2.788888931274414, - [ - -10.623819351196289, - 44.5462760925293, - 28.135421752929688 - ] - ], - [ - 2.799999952316284, - [ - -10.676468849182129, - 44.63219451904297, - 28.27485466003418 - ] - ], - [ - 2.8111109733581543, - [ - -10.659415245056152, - 44.478065490722656, - 28.229692459106445 - ] - ], - [ - 2.8222222328186035, - [ - -10.614632606506348, - 44.1115608215332, - 28.11109161376953 - ] - ], - [ - 2.8333332538604736, - [ - -10.551657676696777, - 43.67624282836914, - 27.94431495666504 - ] - ], - [ - 2.8444442749023438, - [ - -10.470800399780273, - 43.210018157958984, - 27.73017692565918 - ] - ], - [ - 2.855555534362793, - [ - -10.371749877929688, - 42.67497634887695, - 27.46785545349121 - ] - ], - [ - 2.866666555404663, - [ - -10.263076782226563, - 42.10078430175781, - 27.180055618286133 - ] - ], - [ - 2.875, - [ - -10.175786972045898, - 41.64513397216797, - 26.948883056640625 - ] - ], - [ - 2.883333206176758, - [ - -10.082014083862305, - 41.16299057006836, - 26.70054054260254 - ] - ], - [ - 2.9000000953674316, - [ - -9.887864112854004, - 40.17283630371094, - 26.18636703491211 - ] - ], - [ - 2.922222375869751, - [ - -9.615612030029297, - 38.797882080078125, - 25.465351104736328 - ] - ], - [ - 2.933333396911621, - [ - -9.494621276855469, - 38.1786003112793, - 25.144927978515625 - ] - ], - [ - 2.944444417953491, - [ - -9.38283920288086, - 37.58186721801758, - 24.848892211914063 - ] - ], - [ - 2.9555556774139404, - [ - -9.28719425201416, - 37.05701446533203, - 24.595592498779297 - ] - ], - [ - 2.9666666984558105, - [ - -9.246641159057617, - 36.831443786621094, - 24.48819351196289 - ] - ], - [ - 2.9777777194976807, - [ - -9.30778694152832, - 36.88298034667969, - 24.650129318237305 - ] - ], - [ - 2.98888897895813, - [ - -9.455533981323242, - 37.243064880371094, - 25.041412353515625 - ] - ], - [ - 3.0, - [ - -9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.01111102104187, - [ - -9.85628890991211, - 42.401363372802734, - 26.102745056152344 - ] - ], - [ - 3.0222222805023193, - [ - -10.109297752380371, - 49.36406326293945, - 26.772798538208008 - ] - ], - [ - 3.0333333015441895, - [ - -10.324888229370117, - 54.90703201293945, - 27.343751907348633 - ] - ], - [ - 3.0444443225860596, - [ - -10.493062973022461, - 57.44426727294922, - 27.789134979248047 - ] - ], - [ - 3.055555582046509, - [ - -10.623819351196289, - 58.56169128417969, - 28.135421752929688 - ] - ], - [ - 3.066666603088379, - [ - -10.676468849182129, - 58.81160354614258, - 28.27485466003418 - ] - ], - [ - 3.077777624130249, - [ - -10.659415245056152, - 58.59426498413086, - 28.229690551757813 - ] - ], - [ - 3.0888888835906982, - [ - -10.614632606506348, - 57.86283493041992, - 28.11109161376953 - ] - ], - [ - 3.0999999046325684, - [ - -10.551657676696777, - 56.49769592285156, - 27.94431495666504 - ] - ], - [ - 3.1083333492279053, - [ - -10.493057250976563, - 54.92317199707031, - 27.789121627807617 - ] - ], - [ - 3.116666793823242, - [ - -10.423015594482422, - 52.922332763671875, - 27.603626251220703 - ] - ], - [ - 3.125, - [ - -10.345149993896484, - 50.70444869995117, - 27.39741325378418 - ] - ], - [ - 3.133333444595337, - [ - -10.263073921203613, - 48.47859573364258, - 27.1800479888916 - ] - ], - [ - 3.144444465637207, - [ - -10.145088195800781, - 45.14414978027344, - 26.867582321166992 - ] - ], - [ - 3.1555557250976563, - [ - -10.017477035522461, - 41.671730041503906, - 26.529624938964844 - ] - ], - [ - 3.1666667461395264, - [ - -9.887866020202637, - 39.21731185913086, - 26.186370849609375 - ] - ], - [ - 3.1777777671813965, - [ - -9.752740859985352, - 38.2140998840332, - 25.828516006469727 - ] - ], - [ - 3.1888890266418457, - [ - -9.615612030029297, - 37.90384292602539, - 25.465351104736328 - ] - ], - [ - 3.200000047683716, - [ - -9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 3.211111068725586, - [ - -9.38283920288086, - 37.21428298950195, - 24.848892211914063 - ] - ], - [ - 3.222222328186035, - [ - -9.287195205688477, - 36.834938049316406, - 24.59559440612793 - ] - ], - [ - 3.2333333492279053, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 3.2444443702697754, - [ - -9.30778694152832, - 36.91661071777344, - 24.650129318237305 - ] - ], - [ - 3.2555556297302246, - [ - -9.455533027648926, - 37.502601623535156, - 25.041410446166992 - ] - ], - [ - 3.2666666507720947, - [ - -9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.277777671813965, - [ - -9.89479923248291, - 39.24481964111328, - 26.20473289489746 - ] - ], - [ - 3.288888931274414, - [ - -10.186312675476074, - 40.401023864746094, - 26.976757049560547 - ] - ], - [ - 3.299999952316284, - [ - -10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 3.3111109733581543, - [ - -10.214654922485352, - 39.75030517578125, - 27.05181884765625 - ] - ], - [ - 3.3222222328186035, - [ - -9.975763320922852, - 37.52155685424805, - 26.419153213500977 - ] - ], - [ - 3.3333332538604736, - [ - -9.745755195617676, - 36.321197509765625, - 25.810016632080078 - ] - ], - [ - 3.3444442749023438, - [ - -9.536497116088867, - 36.412696838378906, - 25.255828857421875 - ] - ], - [ - 3.355555534362793, - [ - -9.336129188537598, - 36.58258819580078, - 24.725187301635742 - ] - ], - [ - 3.366666555404663, - [ - -9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658180949_680724.json b/lenses/physics-objects/Scene/assets/1646688658180949_680724.json deleted file mode 100644 index e3db7c8c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658180949_680724.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658180949:680724", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658181085_680731.json b/lenses/physics-objects/Scene/assets/1646688658181085_680731.json deleted file mode 100644 index ac6069c2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658181085_680731.json +++ /dev/null @@ -1,2610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658181085:680731", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.03333333507180214, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.0416666679084301, - [ - 0.38614559173583984, - 0.3515104055404663, - 0.38614559173583984 - ] - ], - [ - 0.05000000447034836, - [ - 0.3800694942474365, - 0.2655334174633026, - 0.3800694942474365 - ] - ], - [ - 0.05833333730697632, - [ - 0.3717650771141052, - 0.16806945204734802, - 0.3717650771141052 - ] - ], - [ - 0.06666667014360428, - [ - 0.36272338032722473, - 0.09661661088466644, - 0.36272338032722473 - ] - ], - [ - 0.07777778059244156, - [ - 0.34818506240844727, - 0.04976867139339447, - 0.34818506240844727 - ] - ], - [ - 0.08888889104127884, - [ - 0.3314533233642578, - 0.026934685185551643, - 0.3314533233642578 - ] - ], - [ - 0.10000000149011612, - [ - 0.3171958327293396, - 0.02091849222779274, - 0.3171958327293396 - ] - ], - [ - 0.10833333432674408, - [ - 0.3087269067764282, - 0.022724837064743042, - 0.3087269067764282 - ] - ], - [ - 0.11666667461395264, - [ - 0.30127182602882385, - 0.028690919280052185, - 0.30127182602882385 - ] - ], - [ - 0.125, - [ - 0.2959660589694977, - 0.03963728994131088, - 0.2959660589694977 - ] - ], - [ - 0.13333334028720856, - [ - 0.2939451336860657, - 0.056384552270174026, - 0.2939451336860657 - ] - ], - [ - 0.14444445073604584, - [ - 0.2950729727745056, - 0.09050390869379044, - 0.2950729727745056 - ] - ], - [ - 0.15555556118488312, - [ - 0.2980344891548157, - 0.13444647192955017, - 0.2980344891548157 - ] - ], - [ - 0.1666666716337204, - [ - 0.302199125289917, - 0.18028821051120758, - 0.302199125289917 - ] - ], - [ - 0.17777778208255768, - [ - 0.307546466588974, - 0.23646299540996552, - 0.307546466588974 - ] - ], - [ - 0.18888889253139496, - [ - 0.3140968382358551, - 0.29453417658805847, - 0.3140968382358551 - ] - ], - [ - 0.20000000298023224, - [ - 0.32128360867500305, - 0.32128360867500305, - 0.32128360867500305 - ] - ], - [ - 0.21111111342906952, - [ - 0.3290863335132599, - 0.3116280436515808, - 0.3290863335132599 - ] - ], - [ - 0.2222222238779068, - [ - 0.3375253677368164, - 0.29370054602622986, - 0.3375253677368164 - ] - ], - [ - 0.23333333432674408, - [ - 0.346096932888031, - 0.2840449810028076, - 0.346096932888031 - ] - ], - [ - 0.24166667461395264, - [ - 0.35273972153663635, - 0.28454384207725525, - 0.35273972153663635 - ] - ], - [ - 0.25, - [ - 0.35962578654289246, - 0.2857692539691925, - 0.35962578654289246 - ] - ], - [ - 0.25833335518836975, - [ - 0.3662489354610443, - 0.2873143255710602, - 0.3662489354610443 - ] - ], - [ - 0.2666666805744171, - [ - 0.37210291624069214, - 0.28877219557762146, - 0.37210291624069214 - ] - ], - [ - 0.2777777910232544, - [ - 0.3794953227043152, - 0.29095640778541565, - 0.3794953227043152 - ] - ], - [ - 0.2888889014720917, - [ - 0.3858203887939453, - 0.29322656989097595, - 0.3858203887939453 - ] - ], - [ - 0.30000001192092896, - [ - 0.3885023295879364, - 0.2942744493484497, - 0.3885023295879364 - ] - ], - [ - 0.31111112236976624, - [ - 0.3844585716724396, - 0.2907102108001709, - 0.3844585716724396 - ] - ], - [ - 0.3222222328186035, - [ - 0.37468793988227844, - 0.28234031796455383, - 0.37468793988227844 - ] - ], - [ - 0.3333333432674408, - [ - 0.36272338032722473, - 0.2726420760154724, - 0.36272338032722473 - ] - ], - [ - 0.3444444537162781, - [ - 0.3481850326061249, - 0.2616569399833679, - 0.3481850326061249 - ] - ], - [ - 0.35555556416511536, - [ - 0.3314533233642578, - 0.2493439018726349, - 0.3314533233642578 - ] - ], - [ - 0.36666667461395264, - [ - 0.31719574332237244, - 0.23905348777770996, - 0.31719574332237244 - ] - ], - [ - 0.3777777850627899, - [ - 0.30607402324676514, - 0.23144006729125977, - 0.30607402324676514 - ] - ], - [ - 0.3888888955116272, - [ - 0.2974269390106201, - 0.22584958374500275, - 0.2974269390106201 - ] - ], - [ - 0.4000000059604645, - [ - 0.2939451336860657, - 0.2236754298210144, - 0.2939451336860657 - ] - ], - [ - 0.41111111640930176, - [ - 0.2950729727745056, - 0.22510698437690735, - 0.2950729727745056 - ] - ], - [ - 0.42222222685813904, - [ - 0.2980344891548157, - 0.22868148982524872, - 0.2980344891548157 - ] - ], - [ - 0.4333333373069763, - [ - 0.302199125289917, - 0.2333216369152069, - 0.302199125289917 - ] - ], - [ - 0.4444444477558136, - [ - 0.307546466588974, - 0.23880650103092194, - 0.307546466588974 - ] - ], - [ - 0.4555555582046509, - [ - 0.3140968382358551, - 0.24535688757896423, - 0.3140968382358551 - ] - ], - [ - 0.46666666865348816, - [ - 0.32128360867500305, - 0.25256043672561646, - 0.32128360867500305 - ] - ], - [ - 0.47777777910232544, - [ - 0.3290863037109375, - 0.2604089081287384, - 0.3290863037109375 - ] - ], - [ - 0.4888888895511627, - [ - 0.3375253677368164, - 0.2689104974269867, - 0.3375253677368164 - ] - ], - [ - 0.5, - [ - 0.346096932888031, - 0.2776789367198944, - 0.346096932888031 - ] - ], - [ - 0.5083333253860474, - [ - 0.35273969173431396, - 0.2845459282398224, - 0.35273969173431396 - ] - ], - [ - 0.5166666507720947, - [ - 0.35962578654289246, - 0.29170435667037964, - 0.35962578654289246 - ] - ], - [ - 0.5250000357627869, - [ - 0.3662489652633667, - 0.29873034358024597, - 0.3662489652633667 - ] - ], - [ - 0.5333333611488342, - [ - 0.3721030056476593, - 0.30519968271255493, - 0.3721030056476593 - ] - ], - [ - 0.5444444417953491, - [ - 0.3794953227043152, - 0.31419697403907776, - 0.3794953227043152 - ] - ], - [ - 0.5555555820465088, - [ - 0.3858204185962677, - 0.322456032037735, - 0.3858204185962677 - ] - ], - [ - 0.5666666626930237, - [ - 0.3885023295879364, - 0.3260771334171295, - 0.3885023295879364 - ] - ], - [ - 0.574999988079071, - [ - 0.38614562153816223, - 0.324929803609848, - 0.38614562153816223 - ] - ], - [ - 0.5833333730697632, - [ - 0.3800694942474365, - 0.3218176066875458, - 0.3800694942474365 - ] - ], - [ - 0.5916666984558105, - [ - 0.37176504731178284, - 0.3172352910041809, - 0.37176504731178284 - ] - ], - [ - 0.6000000238418579, - [ - 0.36272329092025757, - 0.3116775155067444, - 0.36272329092025757 - ] - ], - [ - 0.6111111044883728, - [ - 0.34818506240844727, - 0.30147233605384827, - 0.34818506240844727 - ] - ], - [ - 0.6222222447395325, - [ - 0.3314532935619354, - 0.28924065828323364, - 0.3314532935619354 - ] - ], - [ - 0.6333333253860474, - [ - 0.3171958327293396, - 0.27903223037719727, - 0.3171958327293396 - ] - ], - [ - 0.6416666507720947, - [ - 0.308726966381073, - 0.27346786856651306, - 0.308726966381073 - ] - ], - [ - 0.6499999761581421, - [ - 0.30127185583114624, - 0.26887577772140503, - 0.30127185583114624 - ] - ], - [ - 0.6583333611488342, - [ - 0.2959660589694977, - 0.26575472950935364, - 0.2959660589694977 - ] - ], - [ - 0.6666666865348816, - [ - 0.2939451336860657, - 0.26460355520248413, - 0.2939451336860657 - ] - ], - [ - 0.6777777671813965, - [ - 0.2950729727745056, - 0.2667286992073059, - 0.2950729727745056 - ] - ], - [ - 0.6888889074325562, - [ - 0.2980344891548157, - 0.27185866236686707, - 0.2980344891548157 - ] - ], - [ - 0.699999988079071, - [ - 0.302199125289917, - 0.27812930941581726, - 0.302199125289917 - ] - ], - [ - 0.7083333134651184, - [ - 0.30607444047927856, - 0.2832203805446625, - 0.30607444047927856 - ] - ], - [ - 0.7166666984558105, - [ - 0.3107064366340637, - 0.28902339935302734, - 0.3107064366340637 - ] - ], - [ - 0.7250000238418579, - [ - 0.31585586071014404, - 0.2953278422355652, - 0.31585586071014404 - ] - ], - [ - 0.7333333492279053, - [ - 0.32128360867500305, - 0.3019231855869293, - 0.32128360867500305 - ] - ], - [ - 0.7444444298744202, - [ - 0.3290863335132599, - 0.3113035559654236, - 0.3290863335132599 - ] - ], - [ - 0.7555555701255798, - [ - 0.3375253677368164, - 0.32132571935653687, - 0.3375253677368164 - ] - ], - [ - 0.7666666507720947, - [ - 0.346096932888031, - 0.33149483799934387, - 0.346096932888031 - ] - ], - [ - 0.7749999761581421, - [ - 0.35273969173431396, - 0.33935457468032837, - 0.35273969173431396 - ] - ], - [ - 0.7833333015441895, - [ - 0.35962575674057007, - 0.34747040271759033, - 0.35962575674057007 - ] - ], - [ - 0.7916666865348816, - [ - 0.3662489354610443, - 0.3553221523761749, - 0.3662489354610443 - ] - ], - [ - 0.800000011920929, - [ - 0.3721030056476593, - 0.362389475107193, - 0.3721030056476593 - ] - ], - [ - 0.8111110925674438, - [ - 0.3794953227043152, - 0.3717172145843506, - 0.3794953227043152 - ] - ], - [ - 0.8222222328186035, - [ - 0.3858204185962677, - 0.3799588978290558, - 0.3858204185962677 - ] - ], - [ - 0.8333333134651184, - [ - 0.3885023295879364, - 0.3835088312625885, - 0.3885023295879364 - ] - ], - [ - 0.8416666388511658, - [ - 0.38614562153816223, - 0.38161158561706543, - 0.38614562153816223 - ] - ], - [ - 0.8500000238418579, - [ - 0.3800694942474365, - 0.37660878896713257, - 0.3800694942474365 - ] - ], - [ - 0.8583333492279053, - [ - 0.3717650771141052, - 0.3695337176322937, - 0.3717650771141052 - ] - ], - [ - 0.8666666746139526, - [ - 0.36272338032722473, - 0.361419677734375, - 0.36272338032722473 - ] - ], - [ - 0.8777777552604675, - [ - 0.34818509221076965, - 0.3548679053783417, - 0.34818509221076965 - ] - ], - [ - 0.8888888955116272, - [ - 0.3314533233642578, - 0.3458561897277832, - 0.3314533233642578 - ] - ], - [ - 0.8999999761581421, - [ - 0.3171958327293396, - 0.31719592213630676, - 0.3171958327293396 - ] - ], - [ - 0.9083333015441895, - [ - 0.308726966381073, - 0.2681783139705658, - 0.308726966381073 - ] - ], - [ - 0.9166666269302368, - [ - 0.30127185583114624, - 0.19974175095558167, - 0.30127185583114624 - ] - ], - [ - 0.925000011920929, - [ - 0.29596608877182007, - 0.13030703365802765, - 0.29596608877182007 - ] - ], - [ - 0.9333333373069763, - [ - 0.2939451336860657, - 0.07829652726650238, - 0.2939451336860657 - ] - ], - [ - 0.9444444179534912, - [ - 0.2950729727745056, - 0.0411495566368103, - 0.2950729727745056 - ] - ], - [ - 0.9555555582046509, - [ - 0.2980344891548157, - 0.024055752903223038, - 0.2980344891548157 - ] - ], - [ - 0.9666666388511658, - [ - 0.302199125289917, - 0.019929485395550728, - 0.302199125289917 - ] - ], - [ - 0.9749999642372131, - [ - 0.30607444047927856, - 0.022072723135352135, - 0.30607444047927856 - ] - ], - [ - 0.9833333492279053, - [ - 0.3107064366340637, - 0.02911975234746933, - 0.3107064366340637 - ] - ], - [ - 0.9916666746139526, - [ - 0.31585586071014404, - 0.04199628904461861, - 0.31585586071014404 - ] - ], - [ - 1.0, - [ - 0.32128360867500305, - 0.06162818893790245, - 0.32128360867500305 - ] - ], - [ - 1.0111111402511597, - [ - 0.3290863633155823, - 0.10150280594825745, - 0.3290863633155823 - ] - ], - [ - 1.0222221612930298, - [ - 0.337525337934494, - 0.15283413231372833, - 0.337525337934494 - ] - ], - [ - 1.0333333015441895, - [ - 0.346096932888031, - 0.20647500455379486, - 0.346096932888031 - ] - ], - [ - 1.0416666269302368, - [ - 0.35273972153663635, - 0.2541844844818115, - 0.35273972153663635 - ] - ], - [ - 1.0499999523162842, - [ - 0.35962575674057007, - 0.30869340896606445, - 0.35962575674057007 - ] - ], - [ - 1.058333396911621, - [ - 0.3662489950656891, - 0.3535006046295166, - 0.3662489950656891 - ] - ], - [ - 1.0666667222976685, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.0777778625488281, - [ - 0.37949538230895996, - 0.36032912135124207, - 0.37949538230895996 - ] - ], - [ - 1.0888888835906982, - [ - 0.3858203887939453, - 0.33545517921447754, - 0.3858203887939453 - ] - ], - [ - 1.100000023841858, - [ - 0.3885023295879364, - 0.3131304085254669, - 0.3885023295879364 - ] - ], - [ - 1.1111111640930176, - [ - 0.3844585120677948, - 0.29952195286750793, - 0.3844585120677948 - ] - ], - [ - 1.1222221851348877, - [ - 0.37468796968460083, - 0.288463830947876, - 0.37468796968460083 - ] - ], - [ - 1.1333333253860474, - [ - 0.36272338032722473, - 0.2771182358264923, - 0.36272338032722473 - ] - ], - [ - 1.144444465637207, - [ - 0.3481850326061249, - 0.2636334300041199, - 0.3481850326061249 - ] - ], - [ - 1.1555554866790771, - [ - 0.33145344257354736, - 0.24986138939857483, - 0.33145344257354736 - ] - ], - [ - 1.1666666269302368, - [ - 0.3171958327293396, - 0.2385176569223404, - 0.3171958327293396 - ] - ], - [ - 1.1749999523162842, - [ - 0.308726966381073, - 0.23201149702072144, - 0.308726966381073 - ] - ], - [ - 1.183333396911621, - [ - 0.30127179622650146, - 0.22669033706188202, - 0.30127179622650146 - ] - ], - [ - 1.1916667222976685, - [ - 0.2959660291671753, - 0.22309857606887817, - 0.2959660291671753 - ] - ], - [ - 1.2000000476837158, - [ - 0.2939451336860657, - 0.22178037464618683, - 0.2939451336860657 - ] - ], - [ - 1.2111111879348755, - [ - 0.295073002576828, - 0.22317984700202942, - 0.295073002576828 - ] - ], - [ - 1.2222222089767456, - [ - 0.2980344891548157, - 0.22672350704669952, - 0.2980344891548157 - ] - ], - [ - 1.2333333492279053, - [ - 0.302199125289917, - 0.23143239319324493, - 0.302199125289917 - ] - ], - [ - 1.244444489479065, - [ - 0.3075464963912964, - 0.23712272942066193, - 0.3075464963912964 - ] - ], - [ - 1.255555510520935, - [ - 0.3140967786312103, - 0.2439780831336975, - 0.3140967786312103 - ] - ], - [ - 1.2666666507720947, - [ - 0.32128360867500305, - 0.251572847366333, - 0.32128360867500305 - ] - ], - [ - 1.2777777910232544, - [ - 0.3290863037109375, - 0.2598972022533417, - 0.3290863037109375 - ] - ], - [ - 1.2888888120651245, - [ - 0.33752530813217163, - 0.26896074414253235, - 0.33752530813217163 - ] - ], - [ - 1.2999999523162842, - [ - 0.346096932888031, - 0.2783687710762024, - 0.346096932888031 - ] - ], - [ - 1.3083332777023315, - [ - 0.35273969173431396, - 0.28577032685279846, - 0.35273969173431396 - ] - ], - [ - 1.316666603088379, - [ - 0.3596257269382477, - 0.29351121187210083, - 0.3596257269382477 - ] - ], - [ - 1.3250000476837158, - [ - 0.3662489652633667, - 0.30115482211112976, - 0.3662489652633667 - ] - ], - [ - 1.3333333730697632, - [ - 0.37210291624069214, - 0.30826446413993835, - 0.37210291624069214 - ] - ], - [ - 1.3444445133209229, - [ - 0.37949538230895996, - 0.31837207078933716, - 0.37949538230895996 - ] - ], - [ - 1.355555534362793, - [ - 0.3858203887939453, - 0.3277890086174011, - 0.3858203887939453 - ] - ], - [ - 1.3666666746139526, - [ - 0.3885023295879364, - 0.3319453001022339, - 0.3885023295879364 - ] - ], - [ - 1.3777778148651123, - [ - 0.3844585716724396, - 0.3303910791873932, - 0.3844585716724396 - ] - ], - [ - 1.3888888359069824, - [ - 0.3746879994869232, - 0.32611551880836487, - 0.3746879994869232 - ] - ], - [ - 1.399999976158142, - [ - 0.36272338032722473, - 0.31969577074050903, - 0.36272338032722473 - ] - ], - [ - 1.4111111164093018, - [ - 0.3481850326061249, - 0.309937059879303, - 0.3481850326061249 - ] - ], - [ - 1.4222221374511719, - [ - 0.33145344257354736, - 0.2980346083641052, - 0.33145344257354736 - ] - ], - [ - 1.4333332777023315, - [ - 0.31719592213630676, - 0.28814390301704407, - 0.31719592213630676 - ] - ], - [ - 1.441666603088379, - [ - 0.3087269961833954, - 0.28288108110427856, - 0.3087269961833954 - ] - ], - [ - 1.4500000476837158, - [ - 0.30127182602882385, - 0.27861344814300537, - 0.30127182602882385 - ] - ], - [ - 1.4583333730697632, - [ - 0.2959660589694977, - 0.27575182914733887, - 0.2959660589694977 - ] - ], - [ - 1.4666666984558105, - [ - 0.2939451336860657, - 0.2747066915035248, - 0.2939451336860657 - ] - ], - [ - 1.4777778387069702, - [ - 0.2950729727745056, - 0.2771170437335968, - 0.2950729727745056 - ] - ], - [ - 1.4888888597488403, - [ - 0.2980344891548157, - 0.2828575670719147, - 0.2980344891548157 - ] - ], - [ - 1.5, - [ - 0.302199125289917, - 0.28969767689704895, - 0.302199125289917 - ] - ], - [ - 1.5111111402511597, - [ - 0.3075464963912964, - 0.29709213972091675, - 0.3075464963912964 - ] - ], - [ - 1.5222221612930298, - [ - 0.3140967786312103, - 0.3055858016014099, - 0.3140967786312103 - ] - ], - [ - 1.5333333015441895, - [ - 0.32128360867500305, - 0.31458520889282227, - 0.32128360867500305 - ] - ], - [ - 1.5416666269302368, - [ - 0.3270561397075653, - 0.3216567933559418, - 0.3270561397075653 - ] - ], - [ - 1.5499999523162842, - [ - 0.33325764536857605, - 0.3291052281856537, - 0.33325764536857605 - ] - ], - [ - 1.558333396911621, - [ - 0.33967551589012146, - 0.3366535007953644, - 0.33967551589012146 - ] - ], - [ - 1.5666667222976685, - [ - 0.34609702229499817, - 0.34402433037757874, - 0.34609702229499817 - ] - ], - [ - 1.5777778625488281, - [ - 0.3550330698490143, - 0.3555641174316406, - 0.3550330698490143 - ] - ], - [ - 1.5888888835906982, - [ - 0.36410146951675415, - 0.3669523000717163, - 0.36410146951675415 - ] - ], - [ - 1.600000023841858, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.6111111640930176, - [ - 0.37949538230895996, - 0.3153447210788727, - 0.37949538230895996 - ] - ], - [ - 1.6222221851348877, - [ - 0.3858203589916229, - 0.19891534745693207, - 0.3858203589916229 - ] - ], - [ - 1.6333333253860474, - [ - 0.3885023295879364, - 0.10348072648048401, - 0.3885023295879364 - ] - ], - [ - 1.644444465637207, - [ - 0.3844585716724396, - 0.05706813931465149, - 0.3844585716724396 - ] - ], - [ - 1.6555554866790771, - [ - 0.3746880292892456, - 0.031656958162784576, - 0.3746880292892456 - ] - ], - [ - 1.6666666269302368, - [ - 0.36272338032722473, - 0.023920951411128044, - 0.36272338032722473 - ] - ], - [ - 1.6749999523162842, - [ - 0.3522079885005951, - 0.026140939444303513, - 0.3522079885005951 - ] - ], - [ - 1.683333396911621, - [ - 0.33980149030685425, - 0.03291807696223259, - 0.33980149030685425 - ] - ], - [ - 1.6916667222976685, - [ - 0.3274741470813751, - 0.044427692890167236, - 0.3274741470813751 - ] - ], - [ - 1.7000000476837158, - [ - 0.3171958327293396, - 0.060845352709293365, - 0.3171958327293396 - ] - ], - [ - 1.7111111879348755, - [ - 0.30607396364212036, - 0.09281578660011292, - 0.30607396364212036 - ] - ], - [ - 1.7222222089767456, - [ - 0.2974269390106201, - 0.13340440392494202, - 0.2974269390106201 - ] - ], - [ - 1.7333333492279053, - [ - 0.2939451336860657, - 0.17536237835884094, - 0.2939451336860657 - ] - ], - [ - 1.744444489479065, - [ - 0.2950729727745056, - 0.22612261772155762, - 0.2950729727745056 - ] - ], - [ - 1.755555510520935, - [ - 0.2980344593524933, - 0.2782488167285919, - 0.2980344593524933 - ] - ], - [ - 1.7666666507720947, - [ - 0.302199125289917, - 0.302199125289917, - 0.302199125289917 - ] - ], - [ - 1.7777777910232544, - [ - 0.307546466588974, - 0.2912580072879791, - 0.307546466588974 - ] - ], - [ - 1.7888888120651245, - [ - 0.3140967786312103, - 0.270943820476532, - 0.3140967786312103 - ] - ], - [ - 1.7999999523162842, - [ - 0.32128360867500305, - 0.26000258326530457, - 0.32128360867500305 - ] - ], - [ - 1.8083332777023315, - [ - 0.3270561397075653, - 0.2603547275066376, - 0.3270561397075653 - ] - ], - [ - 1.816666603088379, - [ - 0.33325761556625366, - 0.26138025522232056, - 0.33325761556625366 - ] - ], - [ - 1.8250000476837158, - [ - 0.33967551589012146, - 0.26303306221961975, - 0.33967551589012146 - ] - ], - [ - 1.8333333730697632, - [ - 0.346096932888031, - 0.2652668058872223, - 0.346096932888031 - ] - ], - [ - 1.8444445133209229, - [ - 0.3550330400466919, - 0.26958149671554565, - 0.3550330400466919 - ] - ], - [ - 1.855555534362793, - [ - 0.36410146951675415, - 0.274956077337265, - 0.36410146951675415 - ] - ], - [ - 1.8666666746139526, - [ - 0.37210291624069214, - 0.28007346391677856, - 0.37210291624069214 - ] - ], - [ - 1.8777778148651123, - [ - 0.3794953227043152, - 0.2853335440158844, - 0.3794953227043152 - ] - ], - [ - 1.8888888359069824, - [ - 0.3858203887939453, - 0.29033610224723816, - 0.3858203887939453 - ] - ], - [ - 1.899999976158142, - [ - 0.3885023295879364, - 0.2925639748573303, - 0.3885023295879364 - ] - ], - [ - 1.9111111164093018, - [ - 0.38445860147476196, - 0.29008230566978455, - 0.38445860147476196 - ] - ], - [ - 1.9222221374511719, - [ - 0.3746880292892456, - 0.2840086817741394, - 0.3746880292892456 - ] - ], - [ - 1.9333332777023315, - [ - 0.3627234697341919, - 0.27639490365982056, - 0.3627234697341919 - ] - ], - [ - 1.941666603088379, - [ - 0.35220804810523987, - 0.26945197582244873, - 0.35220804810523987 - ] - ], - [ - 1.9500000476837158, - [ - 0.33980152010917664, - 0.26115262508392334, - 0.33980152010917664 - ] - ], - [ - 1.9583333730697632, - [ - 0.3274741768836975, - 0.25296661257743835, - 0.3274741768836975 - ] - ], - [ - 1.9666666984558105, - [ - 0.3171958327293396, - 0.24636323750019073, - 0.3171958327293396 - ] - ], - [ - 1.9777778387069702, - [ - 0.30607396364212036, - 0.2399570792913437, - 0.30607396364212036 - ] - ], - [ - 1.9888888597488403, - [ - 0.2974269390106201, - 0.2354932725429535, - 0.2974269390106201 - ] - ], - [ - 2.0, - [ - 0.2939451336860657, - 0.2338167428970337, - 0.2939451336860657 - ] - ], - [ - 2.01111102104187, - [ - 0.2950729429721832, - 0.23587153851985931, - 0.2950729429721832 - ] - ], - [ - 2.0222222805023193, - [ - 0.29803451895713806, - 0.2408389449119568, - 0.29803451895713806 - ] - ], - [ - 2.0333333015441895, - [ - 0.302199125289917, - 0.24692709743976593, - 0.302199125289917 - ] - ], - [ - 2.0444443225860596, - [ - 0.3075464069843292, - 0.2536802291870117, - 0.3075464069843292 - ] - ], - [ - 2.055555582046509, - [ - 0.3140968382358551, - 0.2615542411804199, - 0.3140968382358551 - ] - ], - [ - 2.066666603088379, - [ - 0.32128360867500305, - 0.27012670040130615, - 0.32128360867500305 - ] - ], - [ - 2.077777624130249, - [ - 0.32908621430397034, - 0.2793981432914734, - 0.32908621430397034 - ] - ], - [ - 2.0888888835906982, - [ - 0.3375253677368164, - 0.2893683910369873, - 0.3375253677368164 - ] - ], - [ - 2.0999999046325684, - [ - 0.34609684348106384, - 0.2996157109737396, - 0.34609684348106384 - ] - ], - [ - 2.1083333492279053, - [ - 0.35273975133895874, - 0.3076140284538269, - 0.35273975133895874 - ] - ], - [ - 2.116666793823242, - [ - 0.359625905752182, - 0.3159256875514984, - 0.359625905752182 - ] - ], - [ - 2.125, - [ - 0.3662489354610443, - 0.32407858967781067, - 0.3662489354610443 - ] - ], - [ - 2.133333444595337, - [ - 0.37210291624069214, - 0.33160141110420227, - 0.37210291624069214 - ] - ], - [ - 2.144444465637207, - [ - 0.3794953227043152, - 0.34210914373397827, - 0.3794953227043152 - ] - ], - [ - 2.1555557250976563, - [ - 0.3858204782009125, - 0.35177603363990784, - 0.3858204782009125 - ] - ], - [ - 2.1666667461395264, - [ - 0.3885023295879364, - 0.35601842403411865, - 0.3885023295879364 - ] - ], - [ - 2.1777777671813965, - [ - 0.38445860147476196, - 0.35404229164123535, - 0.38445860147476196 - ] - ], - [ - 2.1888890266418457, - [ - 0.3746877908706665, - 0.34876492619514465, - 0.3746877908706665 - ] - ], - [ - 2.200000047683716, - [ - 0.36272338032722473, - 0.3411591947078705, - 0.36272338032722473 - ] - ], - [ - 2.211111068725586, - [ - 0.34818512201309204, - 0.3300704061985016, - 0.34818512201309204 - ] - ], - [ - 2.222222328186035, - [ - 0.3314531743526459, - 0.31665319204330444, - 0.3314531743526459 - ] - ], - [ - 2.2333333492279053, - [ - 0.3171958327293396, - 0.3053377866744995, - 0.3171958327293396 - ] - ], - [ - 2.2444443702697754, - [ - 0.3060741126537323, - 0.29705166816711426, - 0.3060741126537323 - ] - ], - [ - 2.2555556297302246, - [ - 0.29742690920829773, - 0.290867418050766, - 0.29742690920829773 - ] - ], - [ - 2.2666666507720947, - [ - 0.2939451336860657, - 0.28843769431114197, - 0.2939451336860657 - ] - ], - [ - 2.277777671813965, - [ - 0.2950729429721832, - 0.29037052392959595, - 0.2950729429721832 - ] - ], - [ - 2.288888931274414, - [ - 0.29803451895713806, - 0.2950015664100647, - 0.29803451895713806 - ] - ], - [ - 2.299999952316284, - [ - 0.302199125289917, - 0.30058300495147705, - 0.302199125289917 - ] - ], - [ - 2.3111109733581543, - [ - 0.30754637718200684, - 0.30838263034820557, - 0.30754637718200684 - ] - ], - [ - 2.3222222328186035, - [ - 0.3140968382358551, - 0.31713247299194336, - 0.3140968382358551 - ] - ], - [ - 2.3333332538604736, - [ - 0.3212835192680359, - 0.32128360867500305, - 0.3212835192680359 - ] - ], - [ - 2.3444442749023438, - [ - 0.32908618450164795, - 0.27287185192108154, - 0.32908618450164795 - ] - ], - [ - 2.355555534362793, - [ - 0.3375253677368164, - 0.17356622219085693, - 0.3375253677368164 - ] - ], - [ - 2.366666555404663, - [ - 0.34609684348106384, - 0.0921907052397728, - 0.34609684348106384 - ] - ], - [ - 2.375, - [ - 0.35273972153663635, - 0.06075497344136238, - 0.35273972153663635 - ] - ], - [ - 2.383333206176758, - [ - 0.3596256971359253, - 0.03981860354542732, - 0.3596256971359253 - ] - ], - [ - 2.3916666507720947, - [ - 0.3662489056587219, - 0.02815501019358635, - 0.3662489056587219 - ] - ], - [ - 2.4000000953674316, - [ - 0.37210291624069214, - 0.024539513513445854, - 0.37210291624069214 - ] - ], - [ - 2.4111111164093018, - [ - 0.3794952929019928, - 0.03039485774934292, - 0.3794952929019928 - ] - ], - [ - 2.422222375869751, - [ - 0.3858204782009125, - 0.047354601323604584, - 0.3858204782009125 - ] - ], - [ - 2.433333396911621, - [ - 0.3885023295879364, - 0.0745217502117157, - 0.3885023295879364 - ] - ], - [ - 2.444444417953491, - [ - 0.38445863127708435, - 0.11652983725070953, - 0.38445863127708435 - ] - ], - [ - 2.4555556774139404, - [ - 0.3746878206729889, - 0.16874569654464722, - 0.3746878206729889 - ] - ], - [ - 2.4666666984558105, - [ - 0.36272329092025757, - 0.21639826893806458, - 0.36272329092025757 - ] - ], - [ - 2.4777777194976807, - [ - 0.34818512201309204, - 0.2605041265487671, - 0.34818512201309204 - ] - ], - [ - 2.48888897895813, - [ - 0.3314531743526459, - 0.30004650354385376, - 0.3314531743526459 - ] - ], - [ - 2.5, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 2.51111102104187, - [ - 0.3060741126537323, - 0.2973966896533966, - 0.3060741126537323 - ] - ], - [ - 2.5222222805023193, - [ - 0.2974269390106201, - 0.2595379948616028, - 0.2974269390106201 - ] - ], - [ - 2.5333333015441895, - [ - 0.2939451336860657, - 0.2358999252319336, - 0.2939451336860657 - ] - ], - [ - 2.5444443225860596, - [ - 0.2950729429721832, - 0.23184734582901, - 0.2950729429721832 - ] - ], - [ - 2.555555582046509, - [ - 0.2980344891548157, - 0.23035386204719543, - 0.2980344891548157 - ] - ], - [ - 2.566666603088379, - [ - 0.302199125289917, - 0.23014011979103088, - 0.302199125289917 - ] - ], - [ - 2.577777624130249, - [ - 0.30754637718200684, - 0.23190203309059143, - 0.30754637718200684 - ] - ], - [ - 2.5888888835906982, - [ - 0.3140968382358551, - 0.23618020117282867, - 0.3140968382358551 - ] - ], - [ - 2.5999999046325684, - [ - 0.3212835192680359, - 0.24146616458892822, - 0.3212835192680359 - ] - ], - [ - 2.6083333492279053, - [ - 0.3270561993122101, - 0.2458219826221466, - 0.3270561993122101 - ] - ], - [ - 2.616666793823242, - [ - 0.333257794380188, - 0.2508159577846527, - 0.333257794380188 - ] - ], - [ - 2.625, - [ - 0.33967548608779907, - 0.2562345862388611, - 0.33967548608779907 - ] - ], - [ - 2.633333444595337, - [ - 0.34609702229499817, - 0.26186490058898926, - 0.34609702229499817 - ] - ], - [ - 2.644444465637207, - [ - 0.3550330400466919, - 0.2700028419494629, - 0.3550330400466919 - ] - ], - [ - 2.6555557250976563, - [ - 0.3641015887260437, - 0.2786431610584259, - 0.3641015887260437 - ] - ], - [ - 2.6666667461395264, - [ - 0.37210291624069214, - 0.28678518533706665, - 0.37210291624069214 - ] - ], - [ - 2.6777777671813965, - [ - 0.3794953227043152, - 0.2954424023628235, - 0.3794953227043152 - ] - ], - [ - 2.6888890266418457, - [ - 0.3858204483985901, - 0.30360132455825806, - 0.3858204483985901 - ] - ], - [ - 2.700000047683716, - [ - 0.3885023295879364, - 0.30722036957740784, - 0.3885023295879364 - ] - ], - [ - 2.711111068725586, - [ - 0.38445863127708435, - 0.3056947588920593, - 0.38445863127708435 - ] - ], - [ - 2.722222328186035, - [ - 0.3746878206729889, - 0.3015863597393036, - 0.3746878206729889 - ] - ], - [ - 2.7333333492279053, - [ - 0.36272338032722473, - 0.2955949306488037, - 0.36272338032722473 - ] - ], - [ - 2.7444443702697754, - [ - 0.34818515181541443, - 0.2866811454296112, - 0.34818515181541443 - ] - ], - [ - 2.7555556297302246, - [ - 0.33145320415496826, - 0.27588433027267456, - 0.33145320415496826 - ] - ], - [ - 2.7666666507720947, - [ - 0.3171958327293396, - 0.26701709628105164, - 0.3171958327293396 - ] - ], - [ - 2.777777671813965, - [ - 0.3060741424560547, - 0.26116523146629333, - 0.3060741424560547 - ] - ], - [ - 2.788888931274414, - [ - 0.2974269390106201, - 0.2572428584098816, - 0.2974269390106201 - ] - ], - [ - 2.799999952316284, - [ - 0.2939451336860657, - 0.25581029057502747, - 0.2939451336860657 - ] - ], - [ - 2.8111109733581543, - [ - 0.29507291316986084, - 0.2583802044391632, - 0.29507291316986084 - ] - ], - [ - 2.8222222328186035, - [ - 0.2980344891548157, - 0.2644912302494049, - 0.2980344891548157 - ] - ], - [ - 2.8333332538604736, - [ - 0.302199125289917, - 0.2717496454715729, - 0.302199125289917 - ] - ], - [ - 2.8444442749023438, - [ - 0.30754637718200684, - 0.2795233726501465, - 0.30754637718200684 - ] - ], - [ - 2.855555534362793, - [ - 0.3140968084335327, - 0.2884445786476135, - 0.3140968084335327 - ] - ], - [ - 2.866666555404663, - [ - 0.3212835192680359, - 0.29801854491233826, - 0.3212835192680359 - ] - ], - [ - 2.875, - [ - 0.3270561695098877, - 0.30561602115631104, - 0.3270561695098877 - ] - ], - [ - 2.883333206176758, - [ - 0.3332575559616089, - 0.31365519762039185, - 0.3332575559616089 - ] - ], - [ - 2.9000000953674316, - [ - 0.34609702229499817, - 0.3301648795604706, - 0.34609702229499817 - ] - ], - [ - 2.9111111164093018, - [ - 0.3550330102443695, - 0.3415662944316864, - 0.3550330102443695 - ] - ], - [ - 2.922222375869751, - [ - 0.3641015887260437, - 0.35309064388275146, - 0.3641015887260437 - ] - ], - [ - 2.933333396911621, - [ - 0.37210291624069214, - 0.3634164035320282, - 0.37210291624069214 - ] - ], - [ - 2.944444417953491, - [ - 0.3794952630996704, - 0.37336623668670654, - 0.3794952630996704 - ] - ], - [ - 2.9555556774139404, - [ - 0.3858204483985901, - 0.3821175694465637, - 0.3858204483985901 - ] - ], - [ - 2.9666666984558105, - [ - 0.3885023295879364, - 0.38587865233421326, - 0.3885023295879364 - ] - ], - [ - 2.9777777194976807, - [ - 0.38445863127708435, - 0.38501936197280884, - 0.38445863127708435 - ] - ], - [ - 2.98888897895813, - [ - 0.3746878504753113, - 0.37901535630226135, - 0.3746878504753113 - ] - ], - [ - 3.0, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.01111102104187, - [ - 0.3481851816177368, - 0.2930067479610443, - 0.3481851816177368 - ] - ], - [ - 3.0222222805023193, - [ - 0.33145320415496826, - 0.1769118756055832, - 0.33145320415496826 - ] - ], - [ - 3.0333333015441895, - [ - 0.3171958327293396, - 0.0844893530011177, - 0.3171958327293396 - ] - ], - [ - 3.0444443225860596, - [ - 0.3060741424560547, - 0.042183924466371536, - 0.3060741424560547 - ] - ], - [ - 3.055555582046509, - [ - 0.2974269390106201, - 0.023552194237709045, - 0.2974269390106201 - ] - ], - [ - 3.066666603088379, - [ - 0.2939451336860657, - 0.01938514970242977, - 0.2939451336860657 - ] - ], - [ - 3.077777624130249, - [ - 0.2950729429721832, - 0.02300906740128994, - 0.2950729429721832 - ] - ], - [ - 3.0888888835906982, - [ - 0.2980344891548157, - 0.035204801708459854, - 0.2980344891548157 - ] - ], - [ - 3.0999999046325684, - [ - 0.302199125289917, - 0.05796685442328453, - 0.302199125289917 - ] - ], - [ - 3.1083333492279053, - [ - 0.30607447028160095, - 0.08422022312879562, - 0.30607447028160095 - ] - ], - [ - 3.116666793823242, - [ - 0.3107064962387085, - 0.11758188158273697, - 0.3107064962387085 - ] - ], - [ - 3.125, - [ - 0.31585586071014404, - 0.15456248819828033, - 0.31585586071014404 - ] - ], - [ - 3.133333444595337, - [ - 0.3212836980819702, - 0.19167600572109222, - 0.3212836980819702 - ] - ], - [ - 3.144444465637207, - [ - 0.3290863335132599, - 0.2472739815711975, - 0.3290863335132599 - ] - ], - [ - 3.1555557250976563, - [ - 0.33752548694610596, - 0.30517256259918213, - 0.33752548694610596 - ] - ], - [ - 3.1666667461395264, - [ - 0.346096932888031, - 0.34609711170196533, - 0.346096932888031 - ] - ], - [ - 3.1777777671813965, - [ - 0.3550329804420471, - 0.3628244698047638, - 0.3550329804420471 - ] - ], - [ - 3.1888890266418457, - [ - 0.3641015887260437, - 0.3679976463317871, - 0.3641015887260437 - ] - ], - [ - 3.200000047683716, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 3.211111068725586, - [ - 0.3794952630996704, - 0.3794952630996704, - 0.3794952630996704 - ] - ], - [ - 3.222222328186035, - [ - 0.3858204185962677, - 0.3858204185962677, - 0.3858204185962677 - ] - ], - [ - 3.2333333492279053, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 3.2444443702697754, - [ - 0.38445863127708435, - 0.38445863127708435, - 0.38445863127708435 - ] - ], - [ - 3.2555556297302246, - [ - 0.37468788027763367, - 0.37468788027763367, - 0.37468788027763367 - ] - ], - [ - 3.2666666507720947, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.277777671813965, - [ - 0.3456384241580963, - 0.3456384241580963, - 0.3456384241580963 - ] - ], - [ - 3.288888931274414, - [ - 0.3263601064682007, - 0.3263601064682007, - 0.3263601064682007 - ] - ], - [ - 3.299999952316284, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 3.3111109733581543, - [ - 0.32448574900627136, - 0.337210088968277, - 0.32448574900627136 - ] - ], - [ - 3.3222222328186035, - [ - 0.3402841091156006, - 0.37437182664871216, - 0.3402841091156006 - ] - ], - [ - 3.3333332538604736, - [ - 0.3554949462413788, - 0.3943864405155182, - 0.3554949462413788 - ] - ], - [ - 3.3444442749023438, - [ - 0.3693335950374603, - 0.3928608000278473, - 0.3693335950374603 - ] - ], - [ - 3.355555534362793, - [ - 0.3825843334197998, - 0.3900280296802521, - 0.3825843334197998 - ] - ], - [ - 3.366666555404663, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658247030_680767.json b/lenses/physics-objects/Scene/assets/1646688658247030_680767.json deleted file mode 100644 index 01a61ef6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658247030_680767.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658247030:680767", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 0.5083333253860474, - [ - 0.0, - 1.2042196989059448, - 0.0 - ] - ], - [ - 0.5166666507720947, - [ - 0.0, - 4.335182189941406, - 0.0 - ] - ], - [ - 0.5250000357627869, - [ - 0.0, - 8.670392990112305, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 13.48725700378418, - 0.0 - ] - ], - [ - 0.5444444417953491, - [ - 0.0, - 21.40846061706543, - 0.0 - ] - ], - [ - 0.5555555820465088, - [ - 0.0, - 30.61369514465332, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 0.574999988079071, - [ - 0.0, - 43.35176086425781, - 0.0 - ] - ], - [ - 0.5833333730697632, - [ - 0.0, - 47.68696975708008, - 0.0 - ] - ], - [ - 0.5916666984558105, - [ - 0.0, - 50.81792449951172, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 0.6111111044883728, - [ - 0.0, - 49.951988220214844, - 0.0 - ] - ], - [ - 0.6222222447395325, - [ - 0.0, - 44.885581970214844, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 38.534934997558594, - 0.0 - ] - ], - [ - 0.6416666507720947, - [ - 0.0, - 32.81490707397461, - 0.0 - ] - ], - [ - 0.6583333611488342, - [ - 0.0, - 19.207216262817383, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 13.487196922302246, - 0.0 - ] - ], - [ - 0.6777777671813965, - [ - 0.0, - 7.136546611785889, - 0.0 - ] - ], - [ - 0.6888889074325562, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 1.4777778387069702, - [ - 0.0, - 2.0701687335968018, - 0.0 - ] - ], - [ - 1.4888888597488403, - [ - 0.0, - 7.1365180015563965, - 0.0 - ] - ], - [ - 1.5, - [ - 0.0, - 13.48719310760498, - 0.0 - ] - ], - [ - 1.5111111402511597, - [ - 0.0, - 21.4084415435791, - 0.0 - ] - ], - [ - 1.5222221612930298, - [ - 0.0, - 30.61357879638672, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 38.534847259521484, - 0.0 - ] - ], - [ - 1.5416666269302368, - [ - 0.0, - 43.351715087890625, - 0.0 - ] - ], - [ - 1.5499999523162842, - [ - 0.0, - 47.686912536621094, - 0.0 - ] - ], - [ - 1.558333396911621, - [ - 0.0, - 50.817928314208984, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 1.5777778625488281, - [ - 0.0, - 49.95195388793945, - 0.0 - ] - ], - [ - 1.5888888835906982, - [ - 0.0, - 44.88558578491211, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 38.53490447998047, - 0.0 - ] - ], - [ - 1.6111111640930176, - [ - 0.0, - 30.61363410949707, - 0.0 - ] - ], - [ - 1.6222221851348877, - [ - 0.0, - 21.408485412597656, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - 13.487221717834473, - 0.0 - ] - ], - [ - 1.644444465637207, - [ - 0.0, - 7.136542797088623, - 0.0 - ] - ], - [ - 1.6555554866790771, - [ - 0.0, - 2.070175886154175, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 2.277777671813965, - [ - 0.0, - 2.070115089416504, - 0.0 - ] - ], - [ - 2.288888931274414, - [ - 0.0, - 7.136578559875488, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 13.487189292907715, - 0.0 - ] - ], - [ - 2.3111109733581543, - [ - 0.0, - 21.408348083496094, - 0.0 - ] - ], - [ - 2.3222222328186035, - [ - 0.0, - 30.613689422607422, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 38.53486633300781, - 0.0 - ] - ], - [ - 2.3444442749023438, - [ - 0.0, - 44.88549041748047, - 0.0 - ] - ], - [ - 2.355555534362793, - [ - 0.0, - 49.95197677612305, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 2.375, - [ - 0.0, - 50.817901611328125, - 0.0 - ] - ], - [ - 2.383333206176758, - [ - 0.0, - 47.68696594238281, - 0.0 - ] - ], - [ - 2.3916666507720947, - [ - 0.0, - 43.35169982910156, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 38.53474807739258, - 0.0 - ] - ], - [ - 2.4111111164093018, - [ - 0.0, - 30.613571166992188, - 0.0 - ] - ], - [ - 2.422222375869751, - [ - 0.0, - 21.408252716064453, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 13.48713207244873, - 0.0 - ] - ], - [ - 2.444444417953491, - [ - 0.0, - 7.136532306671143, - 0.0 - ] - ], - [ - 2.4555556774139404, - [ - 0.0, - 2.070100784301758, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.6083333492279053, - [ - 0.0, - 1.204234004020691, - 0.0 - ] - ], - [ - 3.616666793823242, - [ - 0.0, - 4.335289478302002, - 0.0 - ] - ], - [ - 3.625, - [ - 0.0, - 8.670446395874023, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 13.487397193908691, - 0.0 - ] - ], - [ - 3.644444465637207, - [ - 0.0, - 21.408580780029297, - 0.0 - ] - ], - [ - 3.6555557250976563, - [ - 0.0, - 30.6138973236084, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 38.53501892089844, - 0.0 - ] - ], - [ - 3.6777777671813965, - [ - 0.0, - 44.88561248779297, - 0.0 - ] - ], - [ - 3.6888890266418457, - [ - 0.0, - 49.95204162597656, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 3.711111068725586, - [ - 0.0, - 49.951995849609375, - 0.0 - ] - ], - [ - 3.722222328186035, - [ - 0.0, - 44.88552474975586, - 0.0 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 38.534908294677734, - 0.0 - ] - ], - [ - 3.7444443702697754, - [ - 0.0, - 30.613737106323242, - 0.0 - ] - ], - [ - 3.7555556297302246, - [ - 0.0, - 21.40839958190918, - 0.0 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 13.487232208251953, - 0.0 - ] - ], - [ - 3.777777671813965, - [ - 0.0, - 7.136610984802246, - 0.0 - ] - ], - [ - 3.788888931274414, - [ - 0.0, - 2.0701401233673096, - 0.0 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 4.577777862548828, - [ - 0.0, - 2.070183038711548, - 0.0 - ] - ], - [ - 4.588888645172119, - [ - 0.0, - 7.136421203613281, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 13.487168312072754, - 0.0 - ] - ], - [ - 4.611111164093018, - [ - 0.0, - 21.40850257873535, - 0.0 - ] - ], - [ - 4.622221946716309, - [ - 0.0, - 30.613454818725586, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 38.53483963012695, - 0.0 - ] - ], - [ - 4.644444465637207, - [ - 0.0, - 44.88559341430664, - 0.0 - ] - ], - [ - 4.655555248260498, - [ - 0.0, - 49.95187759399414, - 0.0 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 4.6777777671813965, - [ - 0.0, - 49.95200729370117, - 0.0 - ] - ], - [ - 4.6888885498046875, - [ - 0.0, - 44.88582992553711, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 38.53513717651367, - 0.0 - ] - ], - [ - 4.711111068725586, - [ - 0.0, - 30.613872528076172, - 0.0 - ] - ], - [ - 4.722221851348877, - [ - 0.0, - 21.408964157104492, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 13.487568855285645, - 0.0 - ] - ], - [ - 4.741666793823242, - [ - 0.0, - 8.67046070098877, - 0.0 - ] - ], - [ - 4.75, - [ - 0.0, - 4.335282325744629, - 0.0 - ] - ], - [ - 4.758333206176758, - [ - 0.0, - 1.2042804956436157, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.144444465637207, - [ - 0.0, - 2.0701615810394287, - 0.0 - ] - ], - [ - 6.155555248260498, - [ - 0.0, - 7.136389255523682, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 13.487135887145996, - 0.0 - ] - ], - [ - 6.1777777671813965, - [ - 0.0, - 21.408449172973633, - 0.0 - ] - ], - [ - 6.1888885498046875, - [ - 0.0, - 30.613405227661133, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 38.5348014831543, - 0.0 - ] - ], - [ - 6.211111068725586, - [ - 0.0, - 44.88555908203125, - 0.0 - ] - ], - [ - 6.222221851348877, - [ - 0.0, - 49.95185470581055, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 52.02213668823242, - 0.0 - ] - ], - [ - 6.241666793823242, - [ - 0.0, - 50.81785202026367, - 0.0 - ] - ], - [ - 6.25, - [ - 0.0, - 47.68685531616211, - 0.0 - ] - ], - [ - 6.258333206176758, - [ - 0.0, - 43.3516731262207, - 0.0 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 38.53456497192383, - 0.0 - ] - ], - [ - 6.277778148651123, - [ - 0.0, - 30.613170623779297, - 0.0 - ] - ], - [ - 6.288888931274414, - [ - 0.0, - 21.408266067504883, - 0.0 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 13.486992835998535, - 0.0 - ] - ], - [ - 6.3111114501953125, - [ - 0.0, - 7.1363067626953125, - 0.0 - ] - ], - [ - 6.3222222328186035, - [ - 0.0, - 2.07012939453125, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658247174_680774.json b/lenses/physics-objects/Scene/assets/1646688658247174_680774.json deleted file mode 100644 index 05735b97..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658247174_680774.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658247174:680774", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658247304_680781.json b/lenses/physics-objects/Scene/assets/1646688658247304_680781.json deleted file mode 100644 index ad37b248..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658247304_680781.json +++ /dev/null @@ -1,994 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658247304:680781", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 0.5083333253860474, - [ - 1.0, - 0.9799210429191589, - 1.0 - ] - ], - [ - 0.5166666507720947, - [ - 1.0, - 0.9277158975601196, - 1.0 - ] - ], - [ - 0.5250000357627869, - [ - 1.0, - 0.855431318283081, - 1.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.0, - 0.7751157283782959, - 1.0 - ] - ], - [ - 0.5444444417953491, - [ - 1.0, - 0.6430389285087585, - 1.0 - ] - ], - [ - 0.5555555820465088, - [ - 1.0, - 0.48955237865448, - 1.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.0, - 0.35747548937797546, - 1.0 - ] - ], - [ - 0.574999988079071, - [ - 1.0, - 0.27716001868247986, - 1.0 - ] - ], - [ - 0.5833333730697632, - [ - 1.0, - 0.20487546920776367, - 1.0 - ] - ], - [ - 0.5916666984558105, - [ - 1.0, - 0.15267041325569153, - 1.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 0.6111111044883728, - [ - 1.0, - 0.16710889339447021, - 1.0 - ] - ], - [ - 0.6222222447395325, - [ - 1.0, - 0.25158533453941345, - 1.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.0, - 0.3574749529361725, - 1.0 - ] - ], - [ - 0.6416666507720947, - [ - 1.0, - 0.45284971594810486, - 1.0 - ] - ], - [ - 0.6583333611488342, - [ - 1.0, - 0.6797420978546143, - 1.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.0, - 0.7751167416572571, - 1.0 - ] - ], - [ - 0.6777777671813965, - [ - 1.0, - 0.8810064196586609, - 1.0 - ] - ], - [ - 0.6888889074325562, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 0.699999988079071, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 1.4777778387069702, - [ - 1.0, - 0.9654823541641235, - 1.0 - ] - ], - [ - 1.4888888597488403, - [ - 1.0, - 0.8810068964958191, - 1.0 - ] - ], - [ - 1.5, - [ - 1.0, - 0.7751168012619019, - 1.0 - ] - ], - [ - 1.5111111402511597, - [ - 1.0, - 0.6430392265319824, - 1.0 - ] - ], - [ - 1.5222221612930298, - [ - 1.0, - 0.4895543158054352, - 1.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.0, - 0.35747644305229187, - 1.0 - ] - ], - [ - 1.5416666269302368, - [ - 1.0, - 0.27716079354286194, - 1.0 - ] - ], - [ - 1.5499999523162842, - [ - 1.0, - 0.20487643778324127, - 1.0 - ] - ], - [ - 1.558333396911621, - [ - 1.0, - 0.15267035365104675, - 1.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 1.5777778625488281, - [ - 1.0, - 0.16710948944091797, - 1.0 - ] - ], - [ - 1.5888888835906982, - [ - 1.0, - 0.2515852749347687, - 1.0 - ] - ], - [ - 1.600000023841858, - [ - 1.0, - 0.3574754595756531, - 1.0 - ] - ], - [ - 1.6111111640930176, - [ - 1.0, - 0.48955339193344116, - 1.0 - ] - ], - [ - 1.6222221851348877, - [ - 1.0, - 0.6430385112762451, - 1.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.0, - 0.7751163244247437, - 1.0 - ] - ], - [ - 1.644444465637207, - [ - 1.0, - 0.8810064792633057, - 1.0 - ] - ], - [ - 1.6555554866790771, - [ - 1.0, - 0.965482234954834, - 1.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.2666666507720947, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 2.277777671813965, - [ - 1.0, - 0.9654832482337952, - 1.0 - ] - ], - [ - 2.288888931274414, - [ - 1.0, - 0.8810058832168579, - 1.0 - ] - ], - [ - 2.299999952316284, - [ - 1.0, - 0.7751168608665466, - 1.0 - ] - ], - [ - 2.3111109733581543, - [ - 1.0, - 0.6430407762527466, - 1.0 - ] - ], - [ - 2.3222222328186035, - [ - 1.0, - 0.48955246806144714, - 1.0 - ] - ], - [ - 2.3333332538604736, - [ - 1.0, - 0.3574760854244232, - 1.0 - ] - ], - [ - 2.3444442749023438, - [ - 1.0, - 0.25158682465553284, - 1.0 - ] - ], - [ - 2.355555534362793, - [ - 1.0, - 0.16710911691188812, - 1.0 - ] - ], - [ - 2.366666555404663, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 2.375, - [ - 1.0, - 0.15267080068588257, - 1.0 - ] - ], - [ - 2.383333206176758, - [ - 1.0, - 0.20487552881240845, - 1.0 - ] - ], - [ - 2.3916666507720947, - [ - 1.0, - 0.27716100215911865, - 1.0 - ] - ], - [ - 2.4000000953674316, - [ - 1.0, - 0.3574780821800232, - 1.0 - ] - ], - [ - 2.4111111164093018, - [ - 1.0, - 0.48955443501472473, - 1.0 - ] - ], - [ - 2.422222375869751, - [ - 1.0, - 0.6430423855781555, - 1.0 - ] - ], - [ - 2.433333396911621, - [ - 1.0, - 0.775117814540863, - 1.0 - ] - ], - [ - 2.444444417953491, - [ - 1.0, - 0.88100665807724, - 1.0 - ] - ], - [ - 2.4555556774139404, - [ - 1.0, - 0.9654834866523743, - 1.0 - ] - ], - [ - 2.4666666984558105, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.5999999046325684, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.6083333492279053, - [ - 1.0, - 0.9799208045005798, - 1.0 - ] - ], - [ - 3.616666793823242, - [ - 1.0, - 0.9277141094207764, - 1.0 - ] - ], - [ - 3.625, - [ - 1.0, - 0.8554304242134094, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - 1.0, - 0.7751134037971497, - 1.0 - ] - ], - [ - 3.644444465637207, - [ - 1.0, - 0.6430369019508362, - 1.0 - ] - ], - [ - 3.6555557250976563, - [ - 1.0, - 0.48954901099205017, - 1.0 - ] - ], - [ - 3.6666667461395264, - [ - 1.0, - 0.35747355222702026, - 1.0 - ] - ], - [ - 3.6777777671813965, - [ - 1.0, - 0.25158482789993286, - 1.0 - ] - ], - [ - 3.6888890266418457, - [ - 1.0, - 0.16710801422595978, - 1.0 - ] - ], - [ - 3.700000047683716, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 3.711111068725586, - [ - 1.0, - 0.16710875928401947, - 1.0 - ] - ], - [ - 3.722222328186035, - [ - 1.0, - 0.25158625841140747, - 1.0 - ] - ], - [ - 3.7333333492279053, - [ - 1.0, - 0.3574753701686859, - 1.0 - ] - ], - [ - 3.7444443702697754, - [ - 1.0, - 0.4895516633987427, - 1.0 - ] - ], - [ - 3.7555556297302246, - [ - 1.0, - 0.6430399417877197, - 1.0 - ] - ], - [ - 3.7666666507720947, - [ - 1.0, - 0.7751161456108093, - 1.0 - ] - ], - [ - 3.777777671813965, - [ - 1.0, - 0.8810053467750549, - 1.0 - ] - ], - [ - 3.788888931274414, - [ - 1.0, - 0.9654828310012817, - 1.0 - ] - ], - [ - 3.799999952316284, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.566666603088379, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 4.577777862548828, - [ - 1.0, - 0.9654821157455444, - 1.0 - ] - ], - [ - 4.588888645172119, - [ - 1.0, - 0.881008505821228, - 1.0 - ] - ], - [ - 4.599999904632568, - [ - 1.0, - 0.7751172184944153, - 1.0 - ] - ], - [ - 4.611111164093018, - [ - 1.0, - 0.6430382132530212, - 1.0 - ] - ], - [ - 4.622221946716309, - [ - 1.0, - 0.48955637216567993, - 1.0 - ] - ], - [ - 4.633333206176758, - [ - 1.0, - 0.35747653245925903, - 1.0 - ] - ], - [ - 4.644444465637207, - [ - 1.0, - 0.25158512592315674, - 1.0 - ] - ], - [ - 4.655555248260498, - [ - 1.0, - 0.16711077094078064, - 1.0 - ] - ], - [ - 4.666666507720947, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 4.6777777671813965, - [ - 1.0, - 0.16710859537124634, - 1.0 - ] - ], - [ - 4.6888885498046875, - [ - 1.0, - 0.2515811622142792, - 1.0 - ] - ], - [ - 4.699999809265137, - [ - 1.0, - 0.3574715554714203, - 1.0 - ] - ], - [ - 4.711111068725586, - [ - 1.0, - 0.4895494282245636, - 1.0 - ] - ], - [ - 4.722221851348877, - [ - 1.0, - 0.6430305242538452, - 1.0 - ] - ], - [ - 4.733333110809326, - [ - 1.0, - 0.7751105427742004, - 1.0 - ] - ], - [ - 4.741666793823242, - [ - 1.0, - 0.8554301857948303, - 1.0 - ] - ], - [ - 4.75, - [ - 1.0, - 0.9277142286300659, - 1.0 - ] - ], - [ - 4.758333206176758, - [ - 1.0, - 0.9799200296401978, - 1.0 - ] - ], - [ - 4.766666889190674, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.133333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.144444465637207, - [ - 1.0, - 0.9654824733734131, - 1.0 - ] - ], - [ - 6.155555248260498, - [ - 1.0, - 0.881009042263031, - 1.0 - ] - ], - [ - 6.166666507720947, - [ - 1.0, - 0.7751177549362183, - 1.0 - ] - ], - [ - 6.1777777671813965, - [ - 1.0, - 0.6430391073226929, - 1.0 - ] - ], - [ - 6.1888885498046875, - [ - 1.0, - 0.4895572066307068, - 1.0 - ] - ], - [ - 6.199999809265137, - [ - 1.0, - 0.3574771583080292, - 1.0 - ] - ], - [ - 6.211111068725586, - [ - 1.0, - 0.2515856921672821, - 1.0 - ] - ], - [ - 6.222221851348877, - [ - 1.0, - 0.16711115837097168, - 1.0 - ] - ], - [ - 6.233333110809326, - [ - 1.0, - 0.1325916200876236, - 1.0 - ] - ], - [ - 6.241666793823242, - [ - 1.0, - 0.15267163515090942, - 1.0 - ] - ], - [ - 6.25, - [ - 1.0, - 0.20487737655639648, - 1.0 - ] - ], - [ - 6.258333206176758, - [ - 1.0, - 0.27716147899627686, - 1.0 - ] - ], - [ - 6.266666889190674, - [ - 1.0, - 0.35748109221458435, - 1.0 - ] - ], - [ - 6.277778148651123, - [ - 1.0, - 0.4895611107349396, - 1.0 - ] - ], - [ - 6.288888931274414, - [ - 1.0, - 0.6430421471595764, - 1.0 - ] - ], - [ - 6.300000190734863, - [ - 1.0, - 0.7751201391220093, - 1.0 - ] - ], - [ - 6.3111114501953125, - [ - 1.0, - 0.8810104131698608, - 1.0 - ] - ], - [ - 6.3222222328186035, - [ - 1.0, - 0.9654830098152161, - 1.0 - ] - ], - [ - 6.333333492279053, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658248226_680794.json b/lenses/physics-objects/Scene/assets/1646688658248226_680794.json deleted file mode 100644 index 989a3793..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658248226_680794.json +++ /dev/null @@ -1,2570 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658248226:680794", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.03333333507180214, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 0.0416666679084301, - [ - 9.282278060913086, - 38.89265441894531, - 24.58257293701172 - ] - ], - [ - 0.05000000447034836, - [ - 9.374156951904297, - 44.04905700683594, - 24.825897216796875 - ] - ], - [ - 0.05833333730697632, - [ - 9.499730110168457, - 49.89438247680664, - 25.158458709716797 - ] - ], - [ - 0.06666667014360428, - [ - 9.636452674865723, - 54.179710388183594, - 25.520544052124023 - ] - ], - [ - 0.07777778059244156, - [ - 9.856290817260742, - 56.989376068115234, - 26.10274887084961 - ] - ], - [ - 0.08888889104127884, - [ - 10.109295845031738, - 58.358829498291016, - 26.77279281616211 - ] - ], - [ - 0.10000000149011612, - [ - 10.324888229370117, - 58.719642639160156, - 27.343751907348633 - ] - ], - [ - 0.10833333432674408, - [ - 10.452949523925781, - 58.61130905151367, - 27.68290138244629 - ] - ], - [ - 0.11666667461395264, - [ - 10.565679550170898, - 58.25349807739258, - 27.981449127197266 - ] - ], - [ - 0.125, - [ - 10.645910263061523, - 57.59700012207031, - 28.193925857543945 - ] - ], - [ - 0.13333334028720856, - [ - 10.676468849182129, - 56.592594146728516, - 28.27485466003418 - ] - ], - [ - 0.14444445073604584, - [ - 10.659414291381836, - 54.54631423950195, - 28.229690551757813 - ] - ], - [ - 0.15555556118488312, - [ - 10.614632606506348, - 51.910892486572266, - 28.11109161376953 - ] - ], - [ - 0.1666666716337204, - [ - 10.551657676696777, - 49.16157150268555, - 27.94431495666504 - ] - ], - [ - 0.17777778208255768, - [ - 10.470799446105957, - 45.79253005981445, - 27.730173110961914 - ] - ], - [ - 0.18888889253139496, - [ - 10.371748924255371, - 42.309757232666016, - 27.46785545349121 - ] - ], - [ - 0.20000000298023224, - [ - 10.263075828552246, - 40.705482482910156, - 27.180051803588867 - ] - ], - [ - 0.21111111342906952, - [ - 10.145088195800781, - 41.284568786621094, - 26.867582321166992 - ] - ], - [ - 0.2222222238779068, - [ - 10.017478942871094, - 42.35975646972656, - 26.529630661010742 - ] - ], - [ - 0.23333333432674408, - [ - 9.887866020202637, - 42.938838958740234, - 26.186370849609375 - ] - ], - [ - 0.24166667461395264, - [ - 9.787418365478516, - 42.90892028808594, - 25.920352935791016 - ] - ], - [ - 0.25, - [ - 9.683292388916016, - 42.835426330566406, - 25.644590377807617 - ] - ], - [ - 0.25833335518836975, - [ - 9.583141326904297, - 42.74276351928711, - 25.379358291625977 - ] - ], - [ - 0.2666666805744171, - [ - 9.494621276855469, - 42.65532684326172, - 25.144927978515625 - ] - ], - [ - 0.2777777910232544, - [ - 9.382838249206543, - 42.52433395385742, - 24.84889030456543 - ] - ], - [ - 0.2888889014720917, - [ - 9.287195205688477, - 42.388179779052734, - 24.59559440612793 - ] - ], - [ - 0.30000001192092896, - [ - 9.246641159057617, - 42.32533645629883, - 24.48819351196289 - ] - ], - [ - 0.31111112236976624, - [ - 9.307787895202637, - 42.53909683227539, - 24.650131225585938 - ] - ], - [ - 0.3222222328186035, - [ - 9.455533027648926, - 43.04107666015625, - 25.04140853881836 - ] - ], - [ - 0.3333333432674408, - [ - 9.636452674865723, - 43.622718811035156, - 25.520544052124023 - ] - ], - [ - 0.3444444537162781, - [ - 9.856290817260742, - 44.28154373168945, - 26.102750778198242 - ] - ], - [ - 0.35555556416511536, - [ - 10.109295845031738, - 45.0200080871582, - 26.77279281616211 - ] - ], - [ - 0.36666667461395264, - [ - 10.324889183044434, - 45.637168884277344, - 27.3437557220459 - ] - ], - [ - 0.3777777850627899, - [ - 10.493063926696777, - 46.09377670288086, - 27.789138793945313 - ] - ], - [ - 0.3888888955116272, - [ - 10.623819351196289, - 46.42906188964844, - 28.135421752929688 - ] - ], - [ - 0.4000000059604645, - [ - 10.676468849182129, - 46.55945587158203, - 28.27485466003418 - ] - ], - [ - 0.41111111640930176, - [ - 10.659414291381836, - 46.47359848022461, - 28.229690551757813 - ] - ], - [ - 0.42222222685813904, - [ - 10.614632606506348, - 46.259220123291016, - 28.11109161376953 - ] - ], - [ - 0.4333333373069763, - [ - 10.551657676696777, - 45.980934143066406, - 27.94431495666504 - ] - ], - [ - 0.4444444477558136, - [ - 10.470799446105957, - 45.651981353759766, - 27.730173110961914 - ] - ], - [ - 0.4555555582046509, - [ - 10.371748924255371, - 45.25912857055664, - 27.46785545349121 - ] - ], - [ - 0.46666666865348816, - [ - 10.263075828552246, - 44.82709884643555, - 27.180051803588867 - ] - ], - [ - 0.47777777910232544, - [ - 10.145089149475098, - 44.35639572143555, - 26.867582321166992 - ] - ], - [ - 0.4888888895511627, - [ - 10.017478942871094, - 43.846519470214844, - 26.529630661010742 - ] - ], - [ - 0.5, - [ - 9.887866020202637, - 43.32063674926758, - 26.186370849609375 - ] - ], - [ - 0.5083333253860474, - [ - 9.787418365478516, - 42.90879440307617, - 25.920352935791016 - ] - ], - [ - 0.5166666507720947, - [ - 9.683292388916016, - 42.47947311401367, - 25.644590377807617 - ] - ], - [ - 0.5250000357627869, - [ - 9.583141326904297, - 42.05809783935547, - 25.379358291625977 - ] - ], - [ - 0.5333333611488342, - [ - 9.494620323181152, - 41.670101165771484, - 25.144926071166992 - ] - ], - [ - 0.5444444417953491, - [ - 9.382838249206543, - 41.130496978759766, - 24.84889030456543 - ] - ], - [ - 0.5555555820465088, - [ - 9.287195205688477, - 40.63516616821289, - 24.59559440612793 - ] - ], - [ - 0.5666666626930237, - [ - 9.246641159057617, - 40.41799545288086, - 24.48819351196289 - ] - ], - [ - 0.574999988079071, - [ - 9.28227710723877, - 40.4868049621582, - 24.582571029663086 - ] - ], - [ - 0.5833333730697632, - [ - 9.374156951904297, - 40.67345428466797, - 24.825897216796875 - ] - ], - [ - 0.5916666984558105, - [ - 9.499730110168457, - 40.94827651977539, - 25.158458709716797 - ] - ], - [ - 0.6000000238418579, - [ - 9.636453628540039, - 41.28160095214844, - 25.52054786682129 - ] - ], - [ - 0.6111111044883728, - [ - 9.856290817260742, - 41.893646240234375, - 26.10274887084961 - ] - ], - [ - 0.6222222447395325, - [ - 10.109296798706055, - 42.62723159790039, - 26.772794723510742 - ] - ], - [ - 0.6333333253860474, - [ - 10.324888229370117, - 43.23947525024414, - 27.343751907348633 - ] - ], - [ - 0.6416666507720947, - [ - 10.452948570251465, - 43.57319259643555, - 27.682897567749023 - ] - ], - [ - 0.6499999761581421, - [ - 10.565679550170898, - 43.848602294921875, - 27.981447219848633 - ] - ], - [ - 0.6583333611488342, - [ - 10.645910263061523, - 44.03578186035156, - 28.193925857543945 - ] - ], - [ - 0.6666666865348816, - [ - 10.676468849182129, - 44.10482406616211, - 28.27485466003418 - ] - ], - [ - 0.6777777671813965, - [ - 10.659414291381836, - 43.97737121582031, - 28.229690551757813 - ] - ], - [ - 0.6888889074325562, - [ - 10.614632606506348, - 43.66970443725586, - 28.11109161376953 - ] - ], - [ - 0.699999988079071, - [ - 10.551657676696777, - 43.29362869262695, - 27.94431495666504 - ] - ], - [ - 0.7083333134651184, - [ - 10.493058204650879, - 42.9882926940918, - 27.789121627807617 - ] - ], - [ - 0.7166666984558105, - [ - 10.423016548156738, - 42.640262603759766, - 27.603628158569336 - ] - ], - [ - 0.7250000238418579, - [ - 10.345149993896484, - 42.26215744018555, - 27.39741325378418 - ] - ], - [ - 0.7333333492279053, - [ - 10.263075828552246, - 41.866607666015625, - 27.180051803588867 - ] - ], - [ - 0.7444444298744202, - [ - 10.145088195800781, - 41.30402755737305, - 26.867582321166992 - ] - ], - [ - 0.7666666507720947, - [ - 9.887866020202637, - 40.09307098388672, - 26.186370849609375 - ] - ], - [ - 0.7749999761581421, - [ - 9.787418365478516, - 39.62168884277344, - 25.920352935791016 - ] - ], - [ - 0.7833333015441895, - [ - 9.683292388916016, - 39.13494873046875, - 25.64459228515625 - ] - ], - [ - 0.7916666865348816, - [ - 9.583141326904297, - 38.66404724121094, - 25.379358291625977 - ] - ], - [ - 0.800000011920929, - [ - 9.494620323181152, - 38.24018859863281, - 25.144926071166992 - ] - ], - [ - 0.8111110925674438, - [ - 9.382838249206543, - 37.68076705932617, - 24.84889030456543 - ] - ], - [ - 0.8222222328186035, - [ - 9.287195205688477, - 37.18647766113281, - 24.59559440612793 - ] - ], - [ - 0.8333333134651184, - [ - 9.246641159057617, - 36.97357177734375, - 24.48819351196289 - ] - ], - [ - 0.8416666388511658, - [ - 9.28227710723877, - 37.08736038208008, - 24.582571029663086 - ] - ], - [ - 0.8500000238418579, - [ - 9.374156951904297, - 37.38739776611328, - 24.825897216796875 - ] - ], - [ - 0.8583333492279053, - [ - 9.499730110168457, - 37.81171798706055, - 25.158458709716797 - ] - ], - [ - 0.8666666746139526, - [ - 9.636452674865723, - 38.2983512878418, - 25.520544052124023 - ] - ], - [ - 0.8777777552604675, - [ - 9.856289863586426, - 38.69129180908203, - 26.10274887084961 - ] - ], - [ - 0.8888888955116272, - [ - 10.109295845031738, - 39.23176193237305, - 26.77279281616211 - ] - ], - [ - 0.8999999761581421, - [ - 10.324888229370117, - 40.95063781738281, - 27.343751907348633 - ] - ], - [ - 0.9083333015441895, - [ - 10.452948570251465, - 43.89043045043945, - 27.682897567749023 - ] - ], - [ - 0.9166666269302368, - [ - 10.565679550170898, - 47.99485778808594, - 27.981447219848633 - ] - ], - [ - 0.925000011920929, - [ - 10.645909309387207, - 52.15915298461914, - 28.193923950195313 - ] - ], - [ - 0.9333333373069763, - [ - 10.676468849182129, - 55.2784423828125, - 28.27485466003418 - ] - ], - [ - 0.9444444179534912, - [ - 10.659414291381836, - 57.50630187988281, - 28.229690551757813 - ] - ], - [ - 0.9555555582046509, - [ - 10.614632606506348, - 58.531490325927734, - 28.11109161376953 - ] - ], - [ - 0.9666666388511658, - [ - 10.551657676696777, - 58.77895736694336, - 27.94431495666504 - ] - ], - [ - 0.9749999642372131, - [ - 10.493058204650879, - 58.650421142578125, - 27.789121627807617 - ] - ], - [ - 0.9833333492279053, - [ - 10.423016548156738, - 58.227779388427734, - 27.603628158569336 - ] - ], - [ - 0.9916666746139526, - [ - 10.345149993896484, - 57.45552062988281, - 27.39741325378418 - ] - ], - [ - 1.0, - [ - 10.263075828552246, - 56.27811050415039, - 27.180051803588867 - ] - ], - [ - 1.0111111402511597, - [ - 10.145088195800781, - 53.886661529541016, - 26.86758041381836 - ] - ], - [ - 1.0222221612930298, - [ - 10.01747989654541, - 50.80810546875, - 26.529630661010742 - ] - ], - [ - 1.0333333015441895, - [ - 9.887866020202637, - 47.59103775024414, - 26.186370849609375 - ] - ], - [ - 1.0416666269302368, - [ - 9.787418365478516, - 44.729698181152344, - 25.920352935791016 - ] - ], - [ - 1.0499999523162842, - [ - 9.683292388916016, - 41.4605712890625, - 25.64459228515625 - ] - ], - [ - 1.058333396911621, - [ - 9.58314037322998, - 38.773292541503906, - 25.379356384277344 - ] - ], - [ - 1.0666667222976685, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.0777778625488281, - [ - 9.382838249206543, - 38.3637580871582, - 24.848888397216797 - ] - ], - [ - 1.0888888835906982, - [ - 9.287195205688477, - 39.855552673339844, - 24.59559440612793 - ] - ], - [ - 1.100000023841858, - [ - 9.246641159057617, - 41.19446563720703, - 24.48819351196289 - ] - ], - [ - 1.1111111640930176, - [ - 9.307788848876953, - 42.0106201171875, - 24.65013313293457 - ] - ], - [ - 1.1222221851348877, - [ - 9.45553207397461, - 42.673824310302734, - 25.041406631469727 - ] - ], - [ - 1.1333333253860474, - [ - 9.636452674865723, - 43.35426712036133, - 25.520544052124023 - ] - ], - [ - 1.144444465637207, - [ - 9.856290817260742, - 44.16300582885742, - 26.102750778198242 - ] - ], - [ - 1.1555554866790771, - [ - 10.109294891357422, - 44.988975524902344, - 26.772789001464844 - ] - ], - [ - 1.1666666269302368, - [ - 10.324888229370117, - 45.66930389404297, - 27.343751907348633 - ] - ], - [ - 1.1749999523162842, - [ - 10.452948570251465, - 46.059505462646484, - 27.682897567749023 - ] - ], - [ - 1.183333396911621, - [ - 10.565680503845215, - 46.378639221191406, - 27.981449127197266 - ] - ], - [ - 1.1916667222976685, - [ - 10.645910263061523, - 46.594051361083984, - 28.193925857543945 - ] - ], - [ - 1.2000000476837158, - [ - 10.676468849182129, - 46.67311096191406, - 28.27485466003418 - ] - ], - [ - 1.2111111879348755, - [ - 10.659414291381836, - 46.58917999267578, - 28.22968864440918 - ] - ], - [ - 1.2222222089767456, - [ - 10.614632606506348, - 46.376651763916016, - 28.11109161376953 - ] - ], - [ - 1.2333333492279053, - [ - 10.551657676696777, - 46.09423828125, - 27.94431495666504 - ] - ], - [ - 1.244444489479065, - [ - 10.47079849243164, - 45.75296401977539, - 27.73017120361328 - ] - ], - [ - 1.255555510520935, - [ - 10.371749877929688, - 45.341819763183594, - 27.467857360839844 - ] - ], - [ - 1.2666666507720947, - [ - 10.263075828552246, - 44.886329650878906, - 27.180051803588867 - ] - ], - [ - 1.2777777910232544, - [ - 10.145089149475098, - 44.3870849609375, - 26.867582321166992 - ] - ], - [ - 1.2888888120651245, - [ - 10.01747989654541, - 43.843505859375, - 26.529632568359375 - ] - ], - [ - 1.2999999523162842, - [ - 9.887866020202637, - 43.279266357421875, - 26.186370849609375 - ] - ], - [ - 1.3083332777023315, - [ - 9.787418365478516, - 42.835365295410156, - 25.920352935791016 - ] - ], - [ - 1.316666603088379, - [ - 9.683293342590332, - 42.37110900878906, - 25.644594192504883 - ] - ], - [ - 1.3250000476837158, - [ - 9.583141326904297, - 41.912689208984375, - 25.379358291625977 - ] - ], - [ - 1.3333333730697632, - [ - 9.494621276855469, - 41.48629379272461, - 25.144927978515625 - ] - ], - [ - 1.3444445133209229, - [ - 9.382838249206543, - 40.88010025024414, - 24.848888397216797 - ] - ], - [ - 1.355555534362793, - [ - 9.287195205688477, - 40.31532669067383, - 24.59559440612793 - ] - ], - [ - 1.3666666746139526, - [ - 9.246641159057617, - 40.06605529785156, - 24.48819351196289 - ] - ], - [ - 1.3777778148651123, - [ - 9.307787895202637, - 40.15926742553711, - 24.650131225585938 - ] - ], - [ - 1.3888888359069824, - [ - 9.45553207397461, - 40.41569137573242, - 25.041406631469727 - ] - ], - [ - 1.399999976158142, - [ - 9.636452674865723, - 40.80071258544922, - 25.520544052124023 - ] - ], - [ - 1.4111111164093018, - [ - 9.856290817260742, - 41.385982513427734, - 26.102750778198242 - ] - ], - [ - 1.4222221374511719, - [ - 10.109294891357422, - 42.099822998046875, - 26.772789001464844 - ] - ], - [ - 1.4333332777023315, - [ - 10.324886322021484, - 42.69300842285156, - 27.343748092651367 - ] - ], - [ - 1.441666603088379, - [ - 10.452947616577148, - 43.008644104003906, - 27.682897567749023 - ] - ], - [ - 1.4500000476837158, - [ - 10.565679550170898, - 43.264591217041016, - 27.981449127197266 - ] - ], - [ - 1.4583333730697632, - [ - 10.645910263061523, - 43.436214447021484, - 28.193925857543945 - ] - ], - [ - 1.4666666984558105, - [ - 10.676468849182129, - 43.498897552490234, - 28.27485466003418 - ] - ], - [ - 1.4777778387069702, - [ - 10.659414291381836, - 43.35433578491211, - 28.229690551757813 - ] - ], - [ - 1.4888888597488403, - [ - 10.614632606506348, - 43.01005554199219, - 28.11109161376953 - ] - ], - [ - 1.5, - [ - 10.551657676696777, - 42.599822998046875, - 27.94431495666504 - ] - ], - [ - 1.5111111402511597, - [ - 10.47079849243164, - 42.15634536743164, - 27.73017120361328 - ] - ], - [ - 1.5222221612930298, - [ - 10.371749877929688, - 41.64694595336914, - 27.467857360839844 - ] - ], - [ - 1.5333333015441895, - [ - 10.263075828552246, - 41.10721206665039, - 27.180051803588867 - ] - ], - [ - 1.5416666269302368, - [ - 10.175786972045898, - 40.683101654052734, - 26.948883056640625 - ] - ], - [ - 1.558333396911621, - [ - 9.984966278076172, - 39.78368377685547, - 26.443525314331055 - ] - ], - [ - 1.5666667222976685, - [ - 9.887864112854004, - 39.34162521362305, - 26.18636703491211 - ] - ], - [ - 1.5888888835906982, - [ - 9.61561393737793, - 37.96653747558594, - 25.465356826782227 - ] - ], - [ - 1.600000023841858, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 1.6111111640930176, - [ - 9.382838249206543, - 41.06166076660156, - 24.848888397216797 - ] - ], - [ - 1.6222221851348877, - [ - 9.287196159362793, - 48.0444221496582, - 24.595596313476563 - ] - ], - [ - 1.6333333253860474, - [ - 9.246641159057617, - 53.76803970336914, - 24.48819351196289 - ] - ], - [ - 1.644444465637207, - [ - 9.307787895202637, - 56.551597595214844, - 24.650131225585938 - ] - ], - [ - 1.6555554866790771, - [ - 9.455531120300293, - 58.07561111450195, - 25.041404724121094 - ] - ], - [ - 1.6666666269302368, - [ - 9.636452674865723, - 58.539573669433594, - 25.520544052124023 - ] - ], - [ - 1.6749999523162842, - [ - 9.795458793640137, - 58.40643310546875, - 25.941646575927734 - ] - ], - [ - 1.683333396911621, - [ - 9.983060836791992, - 57.999977111816406, - 26.438480377197266 - ] - ], - [ - 1.6916667222976685, - [ - 10.169466972351074, - 57.30970001220703, - 26.932144165039063 - ] - ], - [ - 1.7000000476837158, - [ - 10.324888229370117, - 56.3250617980957, - 27.343751907348633 - ] - ], - [ - 1.7111111879348755, - [ - 10.493064880371094, - 54.40766143798828, - 27.789140701293945 - ] - ], - [ - 1.7222222089767456, - [ - 10.623819351196289, - 51.973388671875, - 28.135421752929688 - ] - ], - [ - 1.7333333492279053, - [ - 10.676468849182129, - 49.456993103027344, - 28.27485466003418 - ] - ], - [ - 1.744444489479065, - [ - 10.659414291381836, - 46.412689208984375, - 28.229690551757813 - ] - ], - [ - 1.755555510520935, - [ - 10.614632606506348, - 43.286460876464844, - 28.111093521118164 - ] - ], - [ - 1.7666666507720947, - [ - 10.551657676696777, - 41.850059509277344, - 27.94431495666504 - ] - ], - [ - 1.7777777910232544, - [ - 10.470799446105957, - 42.50624465942383, - 27.730173110961914 - ] - ], - [ - 1.7888888120651245, - [ - 10.371749877929688, - 43.724571228027344, - 27.467857360839844 - ] - ], - [ - 1.7999999523162842, - [ - 10.263075828552246, - 44.38076400756836, - 27.180051803588867 - ] - ], - [ - 1.8083332777023315, - [ - 10.175786972045898, - 44.35964584350586, - 26.948883056640625 - ] - ], - [ - 1.816666603088379, - [ - 10.082013130187988, - 44.29813766479492, - 26.700538635253906 - ] - ], - [ - 1.8250000476837158, - [ - 9.984966278076172, - 44.199012756347656, - 26.443525314331055 - ] - ], - [ - 1.8333333730697632, - [ - 9.887866020202637, - 44.06504440307617, - 26.186370849609375 - ] - ], - [ - 1.8444445133209229, - [ - 9.752739906311035, - 43.8062744140625, - 25.828514099121094 - ] - ], - [ - 1.855555534362793, - [ - 9.61561393737793, - 43.48394012451172, - 25.465356826782227 - ] - ], - [ - 1.8666666746139526, - [ - 9.494621276855469, - 43.17702865600586, - 25.144927978515625 - ] - ], - [ - 1.8777778148651123, - [ - 9.382838249206543, - 42.8615608215332, - 24.84889030456543 - ] - ], - [ - 1.8888888359069824, - [ - 9.287195205688477, - 42.5615348815918, - 24.59559440612793 - ] - ], - [ - 1.899999976158142, - [ - 9.246641159057617, - 42.427921295166016, - 24.48819351196289 - ] - ], - [ - 1.9111111164093018, - [ - 9.307787895202637, - 42.57675552368164, - 24.650129318237305 - ] - ], - [ - 1.9222221374511719, - [ - 9.455531120300293, - 42.941017150878906, - 25.041404724121094 - ] - ], - [ - 1.9333332777023315, - [ - 9.63645076751709, - 43.397647857666016, - 25.520540237426758 - ] - ], - [ - 1.941666603088379, - [ - 9.79545783996582, - 43.81404495239258, - 25.9416446685791 - ] - ], - [ - 1.9583333730697632, - [ - 10.169466018676758, - 44.80274200439453, - 26.93214225769043 - ] - ], - [ - 1.9666666984558105, - [ - 10.324888229370117, - 45.19877243041992, - 27.343751907348633 - ] - ], - [ - 1.9777778387069702, - [ - 10.493064880371094, - 45.582977294921875, - 27.789140701293945 - ] - ], - [ - 1.9888888597488403, - [ - 10.623819351196289, - 45.85068893432617, - 28.135421752929688 - ] - ], - [ - 2.0, - [ - 10.676468849182129, - 45.95124053955078, - 28.27485466003418 - ] - ], - [ - 2.01111102104187, - [ - 10.659415245056152, - 45.8280029296875, - 28.229690551757813 - ] - ], - [ - 2.0222222805023193, - [ - 10.614632606506348, - 45.530086517333984, - 28.11109161376953 - ] - ], - [ - 2.0333333015441895, - [ - 10.551657676696777, - 45.164955139160156, - 27.94431495666504 - ] - ], - [ - 2.0444443225860596, - [ - 10.470800399780273, - 44.75994110107422, - 27.730175018310547 - ] - ], - [ - 2.055555582046509, - [ - 10.371748924255371, - 44.28770446777344, - 27.46785545349121 - ] - ], - [ - 2.066666603088379, - [ - 10.263075828552246, - 43.77357864379883, - 27.180051803588867 - ] - ], - [ - 2.077777624130249, - [ - 10.145090103149414, - 43.217529296875, - 26.867586135864258 - ] - ], - [ - 2.0888888835906982, - [ - 10.017478942871094, - 42.619571685791016, - 26.529630661010742 - ] - ], - [ - 2.0999999046325684, - [ - 9.887866973876953, - 42.00499725341797, - 26.18637466430664 - ] - ], - [ - 2.1083333492279053, - [ - 9.7874174118042, - 41.52530288696289, - 25.920351028442383 - ] - ], - [ - 2.116666793823242, - [ - 9.683290481567383, - 41.02682113647461, - 25.64458656311035 - ] - ], - [ - 2.125, - [ - 9.583141326904297, - 40.53785705566406, - 25.379358291625977 - ] - ], - [ - 2.133333444595337, - [ - 9.494621276855469, - 40.0866813659668, - 25.144927978515625 - ] - ], - [ - 2.144444465637207, - [ - 9.382838249206543, - 39.456485748291016, - 24.84889030456543 - ] - ], - [ - 2.1555557250976563, - [ - 9.28719425201416, - 38.87672424316406, - 24.595592498779297 - ] - ], - [ - 2.1666667461395264, - [ - 9.246641159057617, - 38.62228775024414, - 24.48819351196289 - ] - ], - [ - 2.1777777671813965, - [ - 9.307787895202637, - 38.740806579589844, - 24.650129318237305 - ] - ], - [ - 2.1888890266418457, - [ - 9.455534934997559, - 39.05731201171875, - 25.041414260864258 - ] - ], - [ - 2.200000047683716, - [ - 9.636452674865723, - 39.513458251953125, - 25.520544052124023 - ] - ], - [ - 2.211111068725586, - [ - 9.856289863586426, - 40.17850112915039, - 26.102746963500977 - ] - ], - [ - 2.222222328186035, - [ - 10.109298706054688, - 40.98318862915039, - 26.772798538208008 - ] - ], - [ - 2.2333333492279053, - [ - 10.324888229370117, - 41.66181945800781, - 27.343751907348633 - ] - ], - [ - 2.2444443702697754, - [ - 10.493062973022461, - 42.158775329589844, - 27.789134979248047 - ] - ], - [ - 2.2555556297302246, - [ - 10.623820304870605, - 42.52967071533203, - 28.13542366027832 - ] - ], - [ - 2.2666666507720947, - [ - 10.676468849182129, - 42.67538833618164, - 28.27485466003418 - ] - ], - [ - 2.277777671813965, - [ - 10.659415245056152, - 42.559471130371094, - 28.229690551757813 - ] - ], - [ - 2.288888931274414, - [ - 10.614632606506348, - 42.2817268371582, - 28.11109161376953 - ] - ], - [ - 2.299999952316284, - [ - 10.551657676696777, - 41.946983337402344, - 27.94431495666504 - ] - ], - [ - 2.3111109733581543, - [ - 10.470800399780273, - 41.479209899902344, - 27.73017692565918 - ] - ], - [ - 2.3222222328186035, - [ - 10.371748924255371, - 40.954444885253906, - 27.46785545349121 - ] - ], - [ - 2.3333332538604736, - [ - 10.263076782226563, - 40.705482482910156, - 27.180055618286133 - ] - ], - [ - 2.3444442749023438, - [ - 10.145090103149414, - 43.60894012451172, - 26.86758804321289 - ] - ], - [ - 2.355555534362793, - [ - 10.017478942871094, - 49.56471633911133, - 26.529630661010742 - ] - ], - [ - 2.366666555404663, - [ - 9.887866973876953, - 54.44514846801758, - 26.18637466430664 - ] - ], - [ - 2.375, - [ - 9.787418365478516, - 56.330482482910156, - 25.920352935791016 - ] - ], - [ - 2.383333206176758, - [ - 9.683293342590332, - 57.586124420166016, - 25.644594192504883 - ] - ], - [ - 2.3916666507720947, - [ - 9.583141326904297, - 58.285640716552734, - 25.37936019897461 - ] - ], - [ - 2.4000000953674316, - [ - 9.494621276855469, - 58.50247573852539, - 25.144927978515625 - ] - ], - [ - 2.4111111164093018, - [ - 9.38283920288086, - 58.15130615234375, - 24.848892211914063 - ] - ], - [ - 2.422222375869751, - [ - 9.28719425201416, - 57.134159088134766, - 24.595592498779297 - ] - ], - [ - 2.433333396911621, - [ - 9.246641159057617, - 55.50482940673828, - 24.48819351196289 - ] - ], - [ - 2.444444417953491, - [ - 9.30778694152832, - 52.98542785644531, - 24.650129318237305 - ] - ], - [ - 2.4555556774139404, - [ - 9.455533981323242, - 49.853824615478516, - 25.041412353515625 - ] - ], - [ - 2.4666666984558105, - [ - 9.636453628540039, - 46.99589920043945, - 25.52054786682129 - ] - ], - [ - 2.4777777194976807, - [ - 9.856289863586426, - 44.350685119628906, - 26.102746963500977 - ] - ], - [ - 2.48888897895813, - [ - 10.109298706054688, - 41.97916030883789, - 26.772798538208008 - ] - ], - [ - 2.5, - [ - 10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 2.51111102104187, - [ - 10.493062973022461, - 42.13808059692383, - 27.789134979248047 - ] - ], - [ - 2.5222222805023193, - [ - 10.623819351196289, - 44.408626556396484, - 28.135421752929688 - ] - ], - [ - 2.5333333015441895, - [ - 10.676468849182129, - 45.82630157470703, - 28.27485466003418 - ] - ], - [ - 2.5444443225860596, - [ - 10.659415245056152, - 46.06935119628906, - 28.229690551757813 - ] - ], - [ - 2.555555582046509, - [ - 10.614632606506348, - 46.1589241027832, - 28.11109161376953 - ] - ], - [ - 2.566666603088379, - [ - 10.551657676696777, - 46.1717414855957, - 27.94431495666504 - ] - ], - [ - 2.577777624130249, - [ - 10.470800399780273, - 46.066070556640625, - 27.73017692565918 - ] - ], - [ - 2.5888888835906982, - [ - 10.371748924255371, - 45.80949401855469, - 27.46785545349121 - ] - ], - [ - 2.5999999046325684, - [ - 10.263076782226563, - 45.492469787597656, - 27.180055618286133 - ] - ], - [ - 2.6083333492279053, - [ - 10.175786972045898, - 45.23123550415039, - 26.948881149291992 - ] - ], - [ - 2.616666793823242, - [ - 10.082010269165039, - 44.931724548339844, - 26.700531005859375 - ] - ], - [ - 2.625, - [ - 9.984966278076172, - 44.606746673583984, - 26.443525314331055 - ] - ], - [ - 2.633333444595337, - [ - 9.887864112854004, - 44.269073486328125, - 26.18636703491211 - ] - ], - [ - 2.644444465637207, - [ - 9.752739906311035, - 43.781005859375, - 25.828514099121094 - ] - ], - [ - 2.6555557250976563, - [ - 9.615612030029297, - 43.26280975341797, - 25.465351104736328 - ] - ], - [ - 2.6666667461395264, - [ - 9.494621276855469, - 42.774497985839844, - 25.144927978515625 - ] - ], - [ - 2.6777777671813965, - [ - 9.382838249206543, - 42.255287170410156, - 24.84889030456543 - ] - ], - [ - 2.6888890266418457, - [ - 9.28719425201416, - 41.76596450805664, - 24.595592498779297 - ] - ], - [ - 2.700000047683716, - [ - 9.246641159057617, - 41.548912048339844, - 24.48819351196289 - ] - ], - [ - 2.711111068725586, - [ - 9.30778694152832, - 41.640411376953125, - 24.650129318237305 - ] - ], - [ - 2.722222328186035, - [ - 9.455533981323242, - 41.886810302734375, - 25.041412353515625 - ] - ], - [ - 2.7333333492279053, - [ - 9.636452674865723, - 42.24613952636719, - 25.520544052124023 - ] - ], - [ - 2.7444443702697754, - [ - 9.85628890991211, - 42.780738830566406, - 26.102745056152344 - ] - ], - [ - 2.7555556297302246, - [ - 10.109297752380371, - 43.42826843261719, - 26.772798538208008 - ] - ], - [ - 2.7666666507720947, - [ - 10.324888229370117, - 43.96007537841797, - 27.343751907348633 - ] - ], - [ - 2.777777671813965, - [ - 10.493062973022461, - 44.31103515625, - 27.789134979248047 - ] - ], - [ - 2.788888931274414, - [ - 10.623819351196289, - 44.5462760925293, - 28.135421752929688 - ] - ], - [ - 2.799999952316284, - [ - 10.676468849182129, - 44.63219451904297, - 28.27485466003418 - ] - ], - [ - 2.8111109733581543, - [ - 10.659415245056152, - 44.478065490722656, - 28.229692459106445 - ] - ], - [ - 2.8222222328186035, - [ - 10.614632606506348, - 44.1115608215332, - 28.11109161376953 - ] - ], - [ - 2.8333332538604736, - [ - 10.551657676696777, - 43.67624282836914, - 27.94431495666504 - ] - ], - [ - 2.8444442749023438, - [ - 10.470800399780273, - 43.210018157958984, - 27.73017692565918 - ] - ], - [ - 2.855555534362793, - [ - 10.371749877929688, - 42.67497634887695, - 27.46785545349121 - ] - ], - [ - 2.866666555404663, - [ - 10.263076782226563, - 42.10078430175781, - 27.180055618286133 - ] - ], - [ - 2.875, - [ - 10.175786972045898, - 41.64513397216797, - 26.948883056640625 - ] - ], - [ - 2.883333206176758, - [ - 10.082014083862305, - 41.16299057006836, - 26.70054054260254 - ] - ], - [ - 2.9000000953674316, - [ - 9.887864112854004, - 40.17283630371094, - 26.18636703491211 - ] - ], - [ - 2.922222375869751, - [ - 9.615612030029297, - 38.797882080078125, - 25.465351104736328 - ] - ], - [ - 2.933333396911621, - [ - 9.494621276855469, - 38.1786003112793, - 25.144927978515625 - ] - ], - [ - 2.944444417953491, - [ - 9.38283920288086, - 37.58186721801758, - 24.848892211914063 - ] - ], - [ - 2.9555556774139404, - [ - 9.28719425201416, - 37.05701446533203, - 24.595592498779297 - ] - ], - [ - 2.9666666984558105, - [ - 9.246641159057617, - 36.831443786621094, - 24.48819351196289 - ] - ], - [ - 2.9777777194976807, - [ - 9.30778694152832, - 36.88298034667969, - 24.650129318237305 - ] - ], - [ - 2.98888897895813, - [ - 9.455533981323242, - 37.243064880371094, - 25.041412353515625 - ] - ], - [ - 3.0, - [ - 9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.01111102104187, - [ - 9.85628890991211, - 42.401363372802734, - 26.102745056152344 - ] - ], - [ - 3.0222222805023193, - [ - 10.109297752380371, - 49.36406326293945, - 26.772798538208008 - ] - ], - [ - 3.0333333015441895, - [ - 10.324888229370117, - 54.90703201293945, - 27.343751907348633 - ] - ], - [ - 3.0444443225860596, - [ - 10.493062973022461, - 57.44426727294922, - 27.789134979248047 - ] - ], - [ - 3.055555582046509, - [ - 10.623819351196289, - 58.56169128417969, - 28.135421752929688 - ] - ], - [ - 3.066666603088379, - [ - 10.676468849182129, - 58.81160354614258, - 28.27485466003418 - ] - ], - [ - 3.077777624130249, - [ - 10.659415245056152, - 58.59426498413086, - 28.229690551757813 - ] - ], - [ - 3.0888888835906982, - [ - 10.614632606506348, - 57.86283493041992, - 28.11109161376953 - ] - ], - [ - 3.0999999046325684, - [ - 10.551657676696777, - 56.49769592285156, - 27.94431495666504 - ] - ], - [ - 3.1083333492279053, - [ - 10.493057250976563, - 54.92317199707031, - 27.789121627807617 - ] - ], - [ - 3.116666793823242, - [ - 10.423015594482422, - 52.922332763671875, - 27.603626251220703 - ] - ], - [ - 3.125, - [ - 10.345149993896484, - 50.70444869995117, - 27.39741325378418 - ] - ], - [ - 3.133333444595337, - [ - 10.263073921203613, - 48.47859573364258, - 27.1800479888916 - ] - ], - [ - 3.144444465637207, - [ - 10.145088195800781, - 45.14414978027344, - 26.867582321166992 - ] - ], - [ - 3.1555557250976563, - [ - 10.017477035522461, - 41.671730041503906, - 26.529624938964844 - ] - ], - [ - 3.1666667461395264, - [ - 9.887866020202637, - 39.21731185913086, - 26.186370849609375 - ] - ], - [ - 3.1777777671813965, - [ - 9.752740859985352, - 38.2140998840332, - 25.828516006469727 - ] - ], - [ - 3.1888890266418457, - [ - 9.615612030029297, - 37.90384292602539, - 25.465351104736328 - ] - ], - [ - 3.200000047683716, - [ - 9.494621276855469, - 37.65763473510742, - 25.144927978515625 - ] - ], - [ - 3.211111068725586, - [ - 9.38283920288086, - 37.21428298950195, - 24.848892211914063 - ] - ], - [ - 3.222222328186035, - [ - 9.287195205688477, - 36.834938049316406, - 24.59559440612793 - ] - ], - [ - 3.2333333492279053, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ], - [ - 3.2444443702697754, - [ - 9.30778694152832, - 36.91661071777344, - 24.650129318237305 - ] - ], - [ - 3.2555556297302246, - [ - 9.455533027648926, - 37.502601623535156, - 25.041410446166992 - ] - ], - [ - 3.2666666507720947, - [ - 9.636452674865723, - 38.22016525268555, - 25.520544052124023 - ] - ], - [ - 3.277777671813965, - [ - 9.89479923248291, - 39.24481964111328, - 26.20473289489746 - ] - ], - [ - 3.288888931274414, - [ - 10.186312675476074, - 40.401023864746094, - 26.976757049560547 - ] - ], - [ - 3.299999952316284, - [ - 10.324888229370117, - 40.95064163208008, - 27.343751907348633 - ] - ], - [ - 3.3111109733581543, - [ - 10.214654922485352, - 39.75030517578125, - 27.05181884765625 - ] - ], - [ - 3.3222222328186035, - [ - 9.975763320922852, - 37.52155685424805, - 26.419153213500977 - ] - ], - [ - 3.3333332538604736, - [ - 9.745755195617676, - 36.321197509765625, - 25.810016632080078 - ] - ], - [ - 3.3444442749023438, - [ - 9.536497116088867, - 36.412696838378906, - 25.255828857421875 - ] - ], - [ - 3.355555534362793, - [ - 9.336129188537598, - 36.58258819580078, - 24.725187301635742 - ] - ], - [ - 3.366666555404663, - [ - 9.246641159057617, - 36.67409133911133, - 24.48819351196289 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658248378_680801.json b/lenses/physics-objects/Scene/assets/1646688658248378_680801.json deleted file mode 100644 index 78a89681..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658248378_680801.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658248378:680801", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658248518_680808.json b/lenses/physics-objects/Scene/assets/1646688658248518_680808.json deleted file mode 100644 index 2e4a730e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658248518_680808.json +++ /dev/null @@ -1,2610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658248518:680808", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.03333333507180214, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 0.0416666679084301, - [ - 0.38614559173583984, - 0.3515104055404663, - 0.38614559173583984 - ] - ], - [ - 0.05000000447034836, - [ - 0.3800694942474365, - 0.2655334174633026, - 0.3800694942474365 - ] - ], - [ - 0.05833333730697632, - [ - 0.3717650771141052, - 0.16806945204734802, - 0.3717650771141052 - ] - ], - [ - 0.06666667014360428, - [ - 0.36272338032722473, - 0.09661661088466644, - 0.36272338032722473 - ] - ], - [ - 0.07777778059244156, - [ - 0.34818506240844727, - 0.04976867139339447, - 0.34818506240844727 - ] - ], - [ - 0.08888889104127884, - [ - 0.3314533233642578, - 0.026934685185551643, - 0.3314533233642578 - ] - ], - [ - 0.10000000149011612, - [ - 0.3171958327293396, - 0.02091849222779274, - 0.3171958327293396 - ] - ], - [ - 0.10833333432674408, - [ - 0.3087269067764282, - 0.022724837064743042, - 0.3087269067764282 - ] - ], - [ - 0.11666667461395264, - [ - 0.30127182602882385, - 0.028690919280052185, - 0.30127182602882385 - ] - ], - [ - 0.125, - [ - 0.2959660589694977, - 0.03963728994131088, - 0.2959660589694977 - ] - ], - [ - 0.13333334028720856, - [ - 0.2939451336860657, - 0.056384552270174026, - 0.2939451336860657 - ] - ], - [ - 0.14444445073604584, - [ - 0.2950729727745056, - 0.09050390869379044, - 0.2950729727745056 - ] - ], - [ - 0.15555556118488312, - [ - 0.2980344891548157, - 0.13444647192955017, - 0.2980344891548157 - ] - ], - [ - 0.1666666716337204, - [ - 0.302199125289917, - 0.18028821051120758, - 0.302199125289917 - ] - ], - [ - 0.17777778208255768, - [ - 0.307546466588974, - 0.23646299540996552, - 0.307546466588974 - ] - ], - [ - 0.18888889253139496, - [ - 0.3140968382358551, - 0.29453417658805847, - 0.3140968382358551 - ] - ], - [ - 0.20000000298023224, - [ - 0.32128360867500305, - 0.32128360867500305, - 0.32128360867500305 - ] - ], - [ - 0.21111111342906952, - [ - 0.3290863335132599, - 0.3116280436515808, - 0.3290863335132599 - ] - ], - [ - 0.2222222238779068, - [ - 0.3375253677368164, - 0.29370054602622986, - 0.3375253677368164 - ] - ], - [ - 0.23333333432674408, - [ - 0.346096932888031, - 0.2840449810028076, - 0.346096932888031 - ] - ], - [ - 0.24166667461395264, - [ - 0.35273972153663635, - 0.28454384207725525, - 0.35273972153663635 - ] - ], - [ - 0.25, - [ - 0.35962578654289246, - 0.2857692539691925, - 0.35962578654289246 - ] - ], - [ - 0.25833335518836975, - [ - 0.3662489354610443, - 0.2873143255710602, - 0.3662489354610443 - ] - ], - [ - 0.2666666805744171, - [ - 0.37210291624069214, - 0.28877219557762146, - 0.37210291624069214 - ] - ], - [ - 0.2777777910232544, - [ - 0.3794953227043152, - 0.29095640778541565, - 0.3794953227043152 - ] - ], - [ - 0.2888889014720917, - [ - 0.3858203887939453, - 0.29322656989097595, - 0.3858203887939453 - ] - ], - [ - 0.30000001192092896, - [ - 0.3885023295879364, - 0.2942744493484497, - 0.3885023295879364 - ] - ], - [ - 0.31111112236976624, - [ - 0.3844585716724396, - 0.2907102108001709, - 0.3844585716724396 - ] - ], - [ - 0.3222222328186035, - [ - 0.37468793988227844, - 0.28234031796455383, - 0.37468793988227844 - ] - ], - [ - 0.3333333432674408, - [ - 0.36272338032722473, - 0.2726420760154724, - 0.36272338032722473 - ] - ], - [ - 0.3444444537162781, - [ - 0.3481850326061249, - 0.2616569399833679, - 0.3481850326061249 - ] - ], - [ - 0.35555556416511536, - [ - 0.3314533233642578, - 0.2493439018726349, - 0.3314533233642578 - ] - ], - [ - 0.36666667461395264, - [ - 0.31719574332237244, - 0.23905348777770996, - 0.31719574332237244 - ] - ], - [ - 0.3777777850627899, - [ - 0.30607402324676514, - 0.23144006729125977, - 0.30607402324676514 - ] - ], - [ - 0.3888888955116272, - [ - 0.2974269390106201, - 0.22584958374500275, - 0.2974269390106201 - ] - ], - [ - 0.4000000059604645, - [ - 0.2939451336860657, - 0.2236754298210144, - 0.2939451336860657 - ] - ], - [ - 0.41111111640930176, - [ - 0.2950729727745056, - 0.22510698437690735, - 0.2950729727745056 - ] - ], - [ - 0.42222222685813904, - [ - 0.2980344891548157, - 0.22868148982524872, - 0.2980344891548157 - ] - ], - [ - 0.4333333373069763, - [ - 0.302199125289917, - 0.2333216369152069, - 0.302199125289917 - ] - ], - [ - 0.4444444477558136, - [ - 0.307546466588974, - 0.23880650103092194, - 0.307546466588974 - ] - ], - [ - 0.4555555582046509, - [ - 0.3140968382358551, - 0.24535688757896423, - 0.3140968382358551 - ] - ], - [ - 0.46666666865348816, - [ - 0.32128360867500305, - 0.25256043672561646, - 0.32128360867500305 - ] - ], - [ - 0.47777777910232544, - [ - 0.3290863037109375, - 0.2604089081287384, - 0.3290863037109375 - ] - ], - [ - 0.4888888895511627, - [ - 0.3375253677368164, - 0.2689104974269867, - 0.3375253677368164 - ] - ], - [ - 0.5, - [ - 0.346096932888031, - 0.2776789367198944, - 0.346096932888031 - ] - ], - [ - 0.5083333253860474, - [ - 0.35273969173431396, - 0.2845459282398224, - 0.35273969173431396 - ] - ], - [ - 0.5166666507720947, - [ - 0.35962578654289246, - 0.29170435667037964, - 0.35962578654289246 - ] - ], - [ - 0.5250000357627869, - [ - 0.3662489652633667, - 0.29873034358024597, - 0.3662489652633667 - ] - ], - [ - 0.5333333611488342, - [ - 0.3721030056476593, - 0.30519968271255493, - 0.3721030056476593 - ] - ], - [ - 0.5444444417953491, - [ - 0.3794953227043152, - 0.31419697403907776, - 0.3794953227043152 - ] - ], - [ - 0.5555555820465088, - [ - 0.3858204185962677, - 0.322456032037735, - 0.3858204185962677 - ] - ], - [ - 0.5666666626930237, - [ - 0.3885023295879364, - 0.3260771334171295, - 0.3885023295879364 - ] - ], - [ - 0.574999988079071, - [ - 0.38614562153816223, - 0.324929803609848, - 0.38614562153816223 - ] - ], - [ - 0.5833333730697632, - [ - 0.3800694942474365, - 0.3218176066875458, - 0.3800694942474365 - ] - ], - [ - 0.5916666984558105, - [ - 0.37176504731178284, - 0.3172352910041809, - 0.37176504731178284 - ] - ], - [ - 0.6000000238418579, - [ - 0.36272329092025757, - 0.3116775155067444, - 0.36272329092025757 - ] - ], - [ - 0.6111111044883728, - [ - 0.34818506240844727, - 0.30147233605384827, - 0.34818506240844727 - ] - ], - [ - 0.6222222447395325, - [ - 0.3314532935619354, - 0.28924065828323364, - 0.3314532935619354 - ] - ], - [ - 0.6333333253860474, - [ - 0.3171958327293396, - 0.27903223037719727, - 0.3171958327293396 - ] - ], - [ - 0.6416666507720947, - [ - 0.308726966381073, - 0.27346786856651306, - 0.308726966381073 - ] - ], - [ - 0.6499999761581421, - [ - 0.30127185583114624, - 0.26887577772140503, - 0.30127185583114624 - ] - ], - [ - 0.6583333611488342, - [ - 0.2959660589694977, - 0.26575472950935364, - 0.2959660589694977 - ] - ], - [ - 0.6666666865348816, - [ - 0.2939451336860657, - 0.26460355520248413, - 0.2939451336860657 - ] - ], - [ - 0.6777777671813965, - [ - 0.2950729727745056, - 0.2667286992073059, - 0.2950729727745056 - ] - ], - [ - 0.6888889074325562, - [ - 0.2980344891548157, - 0.27185866236686707, - 0.2980344891548157 - ] - ], - [ - 0.699999988079071, - [ - 0.302199125289917, - 0.27812930941581726, - 0.302199125289917 - ] - ], - [ - 0.7083333134651184, - [ - 0.30607444047927856, - 0.2832203805446625, - 0.30607444047927856 - ] - ], - [ - 0.7166666984558105, - [ - 0.3107064366340637, - 0.28902339935302734, - 0.3107064366340637 - ] - ], - [ - 0.7250000238418579, - [ - 0.31585586071014404, - 0.2953278422355652, - 0.31585586071014404 - ] - ], - [ - 0.7333333492279053, - [ - 0.32128360867500305, - 0.3019231855869293, - 0.32128360867500305 - ] - ], - [ - 0.7444444298744202, - [ - 0.3290863335132599, - 0.3113035559654236, - 0.3290863335132599 - ] - ], - [ - 0.7555555701255798, - [ - 0.3375253677368164, - 0.32132571935653687, - 0.3375253677368164 - ] - ], - [ - 0.7666666507720947, - [ - 0.346096932888031, - 0.33149483799934387, - 0.346096932888031 - ] - ], - [ - 0.7749999761581421, - [ - 0.35273969173431396, - 0.33935457468032837, - 0.35273969173431396 - ] - ], - [ - 0.7833333015441895, - [ - 0.35962575674057007, - 0.34747040271759033, - 0.35962575674057007 - ] - ], - [ - 0.7916666865348816, - [ - 0.3662489354610443, - 0.3553221523761749, - 0.3662489354610443 - ] - ], - [ - 0.800000011920929, - [ - 0.3721030056476593, - 0.362389475107193, - 0.3721030056476593 - ] - ], - [ - 0.8111110925674438, - [ - 0.3794953227043152, - 0.3717172145843506, - 0.3794953227043152 - ] - ], - [ - 0.8222222328186035, - [ - 0.3858204185962677, - 0.3799588978290558, - 0.3858204185962677 - ] - ], - [ - 0.8333333134651184, - [ - 0.3885023295879364, - 0.3835088312625885, - 0.3885023295879364 - ] - ], - [ - 0.8416666388511658, - [ - 0.38614562153816223, - 0.38161158561706543, - 0.38614562153816223 - ] - ], - [ - 0.8500000238418579, - [ - 0.3800694942474365, - 0.37660878896713257, - 0.3800694942474365 - ] - ], - [ - 0.8583333492279053, - [ - 0.3717650771141052, - 0.3695337176322937, - 0.3717650771141052 - ] - ], - [ - 0.8666666746139526, - [ - 0.36272338032722473, - 0.361419677734375, - 0.36272338032722473 - ] - ], - [ - 0.8777777552604675, - [ - 0.34818509221076965, - 0.3548679053783417, - 0.34818509221076965 - ] - ], - [ - 0.8888888955116272, - [ - 0.3314533233642578, - 0.3458561897277832, - 0.3314533233642578 - ] - ], - [ - 0.8999999761581421, - [ - 0.3171958327293396, - 0.31719592213630676, - 0.3171958327293396 - ] - ], - [ - 0.9083333015441895, - [ - 0.308726966381073, - 0.2681783139705658, - 0.308726966381073 - ] - ], - [ - 0.9166666269302368, - [ - 0.30127185583114624, - 0.19974175095558167, - 0.30127185583114624 - ] - ], - [ - 0.925000011920929, - [ - 0.29596608877182007, - 0.13030703365802765, - 0.29596608877182007 - ] - ], - [ - 0.9333333373069763, - [ - 0.2939451336860657, - 0.07829652726650238, - 0.2939451336860657 - ] - ], - [ - 0.9444444179534912, - [ - 0.2950729727745056, - 0.0411495566368103, - 0.2950729727745056 - ] - ], - [ - 0.9555555582046509, - [ - 0.2980344891548157, - 0.024055752903223038, - 0.2980344891548157 - ] - ], - [ - 0.9666666388511658, - [ - 0.302199125289917, - 0.019929485395550728, - 0.302199125289917 - ] - ], - [ - 0.9749999642372131, - [ - 0.30607444047927856, - 0.022072723135352135, - 0.30607444047927856 - ] - ], - [ - 0.9833333492279053, - [ - 0.3107064366340637, - 0.02911975234746933, - 0.3107064366340637 - ] - ], - [ - 0.9916666746139526, - [ - 0.31585586071014404, - 0.04199628904461861, - 0.31585586071014404 - ] - ], - [ - 1.0, - [ - 0.32128360867500305, - 0.06162818893790245, - 0.32128360867500305 - ] - ], - [ - 1.0111111402511597, - [ - 0.3290863633155823, - 0.10150280594825745, - 0.3290863633155823 - ] - ], - [ - 1.0222221612930298, - [ - 0.337525337934494, - 0.15283413231372833, - 0.337525337934494 - ] - ], - [ - 1.0333333015441895, - [ - 0.346096932888031, - 0.20647500455379486, - 0.346096932888031 - ] - ], - [ - 1.0416666269302368, - [ - 0.35273972153663635, - 0.2541844844818115, - 0.35273972153663635 - ] - ], - [ - 1.0499999523162842, - [ - 0.35962575674057007, - 0.30869340896606445, - 0.35962575674057007 - ] - ], - [ - 1.058333396911621, - [ - 0.3662489950656891, - 0.3535006046295166, - 0.3662489950656891 - ] - ], - [ - 1.0666667222976685, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.0777778625488281, - [ - 0.37949538230895996, - 0.36032912135124207, - 0.37949538230895996 - ] - ], - [ - 1.0888888835906982, - [ - 0.3858203887939453, - 0.33545517921447754, - 0.3858203887939453 - ] - ], - [ - 1.100000023841858, - [ - 0.3885023295879364, - 0.3131304085254669, - 0.3885023295879364 - ] - ], - [ - 1.1111111640930176, - [ - 0.3844585120677948, - 0.29952195286750793, - 0.3844585120677948 - ] - ], - [ - 1.1222221851348877, - [ - 0.37468796968460083, - 0.288463830947876, - 0.37468796968460083 - ] - ], - [ - 1.1333333253860474, - [ - 0.36272338032722473, - 0.2771182358264923, - 0.36272338032722473 - ] - ], - [ - 1.144444465637207, - [ - 0.3481850326061249, - 0.2636334300041199, - 0.3481850326061249 - ] - ], - [ - 1.1555554866790771, - [ - 0.33145344257354736, - 0.24986138939857483, - 0.33145344257354736 - ] - ], - [ - 1.1666666269302368, - [ - 0.3171958327293396, - 0.2385176569223404, - 0.3171958327293396 - ] - ], - [ - 1.1749999523162842, - [ - 0.308726966381073, - 0.23201149702072144, - 0.308726966381073 - ] - ], - [ - 1.183333396911621, - [ - 0.30127179622650146, - 0.22669033706188202, - 0.30127179622650146 - ] - ], - [ - 1.1916667222976685, - [ - 0.2959660291671753, - 0.22309857606887817, - 0.2959660291671753 - ] - ], - [ - 1.2000000476837158, - [ - 0.2939451336860657, - 0.22178037464618683, - 0.2939451336860657 - ] - ], - [ - 1.2111111879348755, - [ - 0.295073002576828, - 0.22317984700202942, - 0.295073002576828 - ] - ], - [ - 1.2222222089767456, - [ - 0.2980344891548157, - 0.22672350704669952, - 0.2980344891548157 - ] - ], - [ - 1.2333333492279053, - [ - 0.302199125289917, - 0.23143239319324493, - 0.302199125289917 - ] - ], - [ - 1.244444489479065, - [ - 0.3075464963912964, - 0.23712272942066193, - 0.3075464963912964 - ] - ], - [ - 1.255555510520935, - [ - 0.3140967786312103, - 0.2439780831336975, - 0.3140967786312103 - ] - ], - [ - 1.2666666507720947, - [ - 0.32128360867500305, - 0.251572847366333, - 0.32128360867500305 - ] - ], - [ - 1.2777777910232544, - [ - 0.3290863037109375, - 0.2598972022533417, - 0.3290863037109375 - ] - ], - [ - 1.2888888120651245, - [ - 0.33752530813217163, - 0.26896074414253235, - 0.33752530813217163 - ] - ], - [ - 1.2999999523162842, - [ - 0.346096932888031, - 0.2783687710762024, - 0.346096932888031 - ] - ], - [ - 1.3083332777023315, - [ - 0.35273969173431396, - 0.28577032685279846, - 0.35273969173431396 - ] - ], - [ - 1.316666603088379, - [ - 0.3596257269382477, - 0.29351121187210083, - 0.3596257269382477 - ] - ], - [ - 1.3250000476837158, - [ - 0.3662489652633667, - 0.30115482211112976, - 0.3662489652633667 - ] - ], - [ - 1.3333333730697632, - [ - 0.37210291624069214, - 0.30826446413993835, - 0.37210291624069214 - ] - ], - [ - 1.3444445133209229, - [ - 0.37949538230895996, - 0.31837207078933716, - 0.37949538230895996 - ] - ], - [ - 1.355555534362793, - [ - 0.3858203887939453, - 0.3277890086174011, - 0.3858203887939453 - ] - ], - [ - 1.3666666746139526, - [ - 0.3885023295879364, - 0.3319453001022339, - 0.3885023295879364 - ] - ], - [ - 1.3777778148651123, - [ - 0.3844585716724396, - 0.3303910791873932, - 0.3844585716724396 - ] - ], - [ - 1.3888888359069824, - [ - 0.3746879994869232, - 0.32611551880836487, - 0.3746879994869232 - ] - ], - [ - 1.399999976158142, - [ - 0.36272338032722473, - 0.31969577074050903, - 0.36272338032722473 - ] - ], - [ - 1.4111111164093018, - [ - 0.3481850326061249, - 0.309937059879303, - 0.3481850326061249 - ] - ], - [ - 1.4222221374511719, - [ - 0.33145344257354736, - 0.2980346083641052, - 0.33145344257354736 - ] - ], - [ - 1.4333332777023315, - [ - 0.31719592213630676, - 0.28814390301704407, - 0.31719592213630676 - ] - ], - [ - 1.441666603088379, - [ - 0.3087269961833954, - 0.28288108110427856, - 0.3087269961833954 - ] - ], - [ - 1.4500000476837158, - [ - 0.30127182602882385, - 0.27861344814300537, - 0.30127182602882385 - ] - ], - [ - 1.4583333730697632, - [ - 0.2959660589694977, - 0.27575182914733887, - 0.2959660589694977 - ] - ], - [ - 1.4666666984558105, - [ - 0.2939451336860657, - 0.2747066915035248, - 0.2939451336860657 - ] - ], - [ - 1.4777778387069702, - [ - 0.2950729727745056, - 0.2771170437335968, - 0.2950729727745056 - ] - ], - [ - 1.4888888597488403, - [ - 0.2980344891548157, - 0.2828575670719147, - 0.2980344891548157 - ] - ], - [ - 1.5, - [ - 0.302199125289917, - 0.28969767689704895, - 0.302199125289917 - ] - ], - [ - 1.5111111402511597, - [ - 0.3075464963912964, - 0.29709213972091675, - 0.3075464963912964 - ] - ], - [ - 1.5222221612930298, - [ - 0.3140967786312103, - 0.3055858016014099, - 0.3140967786312103 - ] - ], - [ - 1.5333333015441895, - [ - 0.32128360867500305, - 0.31458520889282227, - 0.32128360867500305 - ] - ], - [ - 1.5416666269302368, - [ - 0.3270561397075653, - 0.3216567933559418, - 0.3270561397075653 - ] - ], - [ - 1.5499999523162842, - [ - 0.33325764536857605, - 0.3291052281856537, - 0.33325764536857605 - ] - ], - [ - 1.558333396911621, - [ - 0.33967551589012146, - 0.3366535007953644, - 0.33967551589012146 - ] - ], - [ - 1.5666667222976685, - [ - 0.34609702229499817, - 0.34402433037757874, - 0.34609702229499817 - ] - ], - [ - 1.5777778625488281, - [ - 0.3550330698490143, - 0.3555641174316406, - 0.3550330698490143 - ] - ], - [ - 1.5888888835906982, - [ - 0.36410146951675415, - 0.3669523000717163, - 0.36410146951675415 - ] - ], - [ - 1.600000023841858, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 1.6111111640930176, - [ - 0.37949538230895996, - 0.3153447210788727, - 0.37949538230895996 - ] - ], - [ - 1.6222221851348877, - [ - 0.3858203589916229, - 0.19891534745693207, - 0.3858203589916229 - ] - ], - [ - 1.6333333253860474, - [ - 0.3885023295879364, - 0.10348072648048401, - 0.3885023295879364 - ] - ], - [ - 1.644444465637207, - [ - 0.3844585716724396, - 0.05706813931465149, - 0.3844585716724396 - ] - ], - [ - 1.6555554866790771, - [ - 0.3746880292892456, - 0.031656958162784576, - 0.3746880292892456 - ] - ], - [ - 1.6666666269302368, - [ - 0.36272338032722473, - 0.023920951411128044, - 0.36272338032722473 - ] - ], - [ - 1.6749999523162842, - [ - 0.3522079885005951, - 0.026140939444303513, - 0.3522079885005951 - ] - ], - [ - 1.683333396911621, - [ - 0.33980149030685425, - 0.03291807696223259, - 0.33980149030685425 - ] - ], - [ - 1.6916667222976685, - [ - 0.3274741470813751, - 0.044427692890167236, - 0.3274741470813751 - ] - ], - [ - 1.7000000476837158, - [ - 0.3171958327293396, - 0.060845352709293365, - 0.3171958327293396 - ] - ], - [ - 1.7111111879348755, - [ - 0.30607396364212036, - 0.09281578660011292, - 0.30607396364212036 - ] - ], - [ - 1.7222222089767456, - [ - 0.2974269390106201, - 0.13340440392494202, - 0.2974269390106201 - ] - ], - [ - 1.7333333492279053, - [ - 0.2939451336860657, - 0.17536237835884094, - 0.2939451336860657 - ] - ], - [ - 1.744444489479065, - [ - 0.2950729727745056, - 0.22612261772155762, - 0.2950729727745056 - ] - ], - [ - 1.755555510520935, - [ - 0.2980344593524933, - 0.2782488167285919, - 0.2980344593524933 - ] - ], - [ - 1.7666666507720947, - [ - 0.302199125289917, - 0.302199125289917, - 0.302199125289917 - ] - ], - [ - 1.7777777910232544, - [ - 0.307546466588974, - 0.2912580072879791, - 0.307546466588974 - ] - ], - [ - 1.7888888120651245, - [ - 0.3140967786312103, - 0.270943820476532, - 0.3140967786312103 - ] - ], - [ - 1.7999999523162842, - [ - 0.32128360867500305, - 0.26000258326530457, - 0.32128360867500305 - ] - ], - [ - 1.8083332777023315, - [ - 0.3270561397075653, - 0.2603547275066376, - 0.3270561397075653 - ] - ], - [ - 1.816666603088379, - [ - 0.33325761556625366, - 0.26138025522232056, - 0.33325761556625366 - ] - ], - [ - 1.8250000476837158, - [ - 0.33967551589012146, - 0.26303306221961975, - 0.33967551589012146 - ] - ], - [ - 1.8333333730697632, - [ - 0.346096932888031, - 0.2652668058872223, - 0.346096932888031 - ] - ], - [ - 1.8444445133209229, - [ - 0.3550330400466919, - 0.26958149671554565, - 0.3550330400466919 - ] - ], - [ - 1.855555534362793, - [ - 0.36410146951675415, - 0.274956077337265, - 0.36410146951675415 - ] - ], - [ - 1.8666666746139526, - [ - 0.37210291624069214, - 0.28007346391677856, - 0.37210291624069214 - ] - ], - [ - 1.8777778148651123, - [ - 0.3794953227043152, - 0.2853335440158844, - 0.3794953227043152 - ] - ], - [ - 1.8888888359069824, - [ - 0.3858203887939453, - 0.29033610224723816, - 0.3858203887939453 - ] - ], - [ - 1.899999976158142, - [ - 0.3885023295879364, - 0.2925639748573303, - 0.3885023295879364 - ] - ], - [ - 1.9111111164093018, - [ - 0.38445860147476196, - 0.29008230566978455, - 0.38445860147476196 - ] - ], - [ - 1.9222221374511719, - [ - 0.3746880292892456, - 0.2840086817741394, - 0.3746880292892456 - ] - ], - [ - 1.9333332777023315, - [ - 0.3627234697341919, - 0.27639490365982056, - 0.3627234697341919 - ] - ], - [ - 1.941666603088379, - [ - 0.35220804810523987, - 0.26945197582244873, - 0.35220804810523987 - ] - ], - [ - 1.9500000476837158, - [ - 0.33980152010917664, - 0.26115262508392334, - 0.33980152010917664 - ] - ], - [ - 1.9583333730697632, - [ - 0.3274741768836975, - 0.25296661257743835, - 0.3274741768836975 - ] - ], - [ - 1.9666666984558105, - [ - 0.3171958327293396, - 0.24636323750019073, - 0.3171958327293396 - ] - ], - [ - 1.9777778387069702, - [ - 0.30607396364212036, - 0.2399570792913437, - 0.30607396364212036 - ] - ], - [ - 1.9888888597488403, - [ - 0.2974269390106201, - 0.2354932725429535, - 0.2974269390106201 - ] - ], - [ - 2.0, - [ - 0.2939451336860657, - 0.2338167428970337, - 0.2939451336860657 - ] - ], - [ - 2.01111102104187, - [ - 0.2950729429721832, - 0.23587153851985931, - 0.2950729429721832 - ] - ], - [ - 2.0222222805023193, - [ - 0.29803451895713806, - 0.2408389449119568, - 0.29803451895713806 - ] - ], - [ - 2.0333333015441895, - [ - 0.302199125289917, - 0.24692709743976593, - 0.302199125289917 - ] - ], - [ - 2.0444443225860596, - [ - 0.3075464069843292, - 0.2536802291870117, - 0.3075464069843292 - ] - ], - [ - 2.055555582046509, - [ - 0.3140968382358551, - 0.2615542411804199, - 0.3140968382358551 - ] - ], - [ - 2.066666603088379, - [ - 0.32128360867500305, - 0.27012670040130615, - 0.32128360867500305 - ] - ], - [ - 2.077777624130249, - [ - 0.32908621430397034, - 0.2793981432914734, - 0.32908621430397034 - ] - ], - [ - 2.0888888835906982, - [ - 0.3375253677368164, - 0.2893683910369873, - 0.3375253677368164 - ] - ], - [ - 2.0999999046325684, - [ - 0.34609684348106384, - 0.2996157109737396, - 0.34609684348106384 - ] - ], - [ - 2.1083333492279053, - [ - 0.35273975133895874, - 0.3076140284538269, - 0.35273975133895874 - ] - ], - [ - 2.116666793823242, - [ - 0.359625905752182, - 0.3159256875514984, - 0.359625905752182 - ] - ], - [ - 2.125, - [ - 0.3662489354610443, - 0.32407858967781067, - 0.3662489354610443 - ] - ], - [ - 2.133333444595337, - [ - 0.37210291624069214, - 0.33160141110420227, - 0.37210291624069214 - ] - ], - [ - 2.144444465637207, - [ - 0.3794953227043152, - 0.34210914373397827, - 0.3794953227043152 - ] - ], - [ - 2.1555557250976563, - [ - 0.3858204782009125, - 0.35177603363990784, - 0.3858204782009125 - ] - ], - [ - 2.1666667461395264, - [ - 0.3885023295879364, - 0.35601842403411865, - 0.3885023295879364 - ] - ], - [ - 2.1777777671813965, - [ - 0.38445860147476196, - 0.35404229164123535, - 0.38445860147476196 - ] - ], - [ - 2.1888890266418457, - [ - 0.3746877908706665, - 0.34876492619514465, - 0.3746877908706665 - ] - ], - [ - 2.200000047683716, - [ - 0.36272338032722473, - 0.3411591947078705, - 0.36272338032722473 - ] - ], - [ - 2.211111068725586, - [ - 0.34818512201309204, - 0.3300704061985016, - 0.34818512201309204 - ] - ], - [ - 2.222222328186035, - [ - 0.3314531743526459, - 0.31665319204330444, - 0.3314531743526459 - ] - ], - [ - 2.2333333492279053, - [ - 0.3171958327293396, - 0.3053377866744995, - 0.3171958327293396 - ] - ], - [ - 2.2444443702697754, - [ - 0.3060741126537323, - 0.29705166816711426, - 0.3060741126537323 - ] - ], - [ - 2.2555556297302246, - [ - 0.29742690920829773, - 0.290867418050766, - 0.29742690920829773 - ] - ], - [ - 2.2666666507720947, - [ - 0.2939451336860657, - 0.28843769431114197, - 0.2939451336860657 - ] - ], - [ - 2.277777671813965, - [ - 0.2950729429721832, - 0.29037052392959595, - 0.2950729429721832 - ] - ], - [ - 2.288888931274414, - [ - 0.29803451895713806, - 0.2950015664100647, - 0.29803451895713806 - ] - ], - [ - 2.299999952316284, - [ - 0.302199125289917, - 0.30058300495147705, - 0.302199125289917 - ] - ], - [ - 2.3111109733581543, - [ - 0.30754637718200684, - 0.30838263034820557, - 0.30754637718200684 - ] - ], - [ - 2.3222222328186035, - [ - 0.3140968382358551, - 0.31713247299194336, - 0.3140968382358551 - ] - ], - [ - 2.3333332538604736, - [ - 0.3212835192680359, - 0.32128360867500305, - 0.3212835192680359 - ] - ], - [ - 2.3444442749023438, - [ - 0.32908618450164795, - 0.27287185192108154, - 0.32908618450164795 - ] - ], - [ - 2.355555534362793, - [ - 0.3375253677368164, - 0.17356622219085693, - 0.3375253677368164 - ] - ], - [ - 2.366666555404663, - [ - 0.34609684348106384, - 0.0921907052397728, - 0.34609684348106384 - ] - ], - [ - 2.375, - [ - 0.35273972153663635, - 0.06075497344136238, - 0.35273972153663635 - ] - ], - [ - 2.383333206176758, - [ - 0.3596256971359253, - 0.03981860354542732, - 0.3596256971359253 - ] - ], - [ - 2.3916666507720947, - [ - 0.3662489056587219, - 0.02815501019358635, - 0.3662489056587219 - ] - ], - [ - 2.4000000953674316, - [ - 0.37210291624069214, - 0.024539513513445854, - 0.37210291624069214 - ] - ], - [ - 2.4111111164093018, - [ - 0.3794952929019928, - 0.03039485774934292, - 0.3794952929019928 - ] - ], - [ - 2.422222375869751, - [ - 0.3858204782009125, - 0.047354601323604584, - 0.3858204782009125 - ] - ], - [ - 2.433333396911621, - [ - 0.3885023295879364, - 0.0745217502117157, - 0.3885023295879364 - ] - ], - [ - 2.444444417953491, - [ - 0.38445863127708435, - 0.11652983725070953, - 0.38445863127708435 - ] - ], - [ - 2.4555556774139404, - [ - 0.3746878206729889, - 0.16874569654464722, - 0.3746878206729889 - ] - ], - [ - 2.4666666984558105, - [ - 0.36272329092025757, - 0.21639826893806458, - 0.36272329092025757 - ] - ], - [ - 2.4777777194976807, - [ - 0.34818512201309204, - 0.2605041265487671, - 0.34818512201309204 - ] - ], - [ - 2.48888897895813, - [ - 0.3314531743526459, - 0.30004650354385376, - 0.3314531743526459 - ] - ], - [ - 2.5, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 2.51111102104187, - [ - 0.3060741126537323, - 0.2973966896533966, - 0.3060741126537323 - ] - ], - [ - 2.5222222805023193, - [ - 0.2974269390106201, - 0.2595379948616028, - 0.2974269390106201 - ] - ], - [ - 2.5333333015441895, - [ - 0.2939451336860657, - 0.2358999252319336, - 0.2939451336860657 - ] - ], - [ - 2.5444443225860596, - [ - 0.2950729429721832, - 0.23184734582901, - 0.2950729429721832 - ] - ], - [ - 2.555555582046509, - [ - 0.2980344891548157, - 0.23035386204719543, - 0.2980344891548157 - ] - ], - [ - 2.566666603088379, - [ - 0.302199125289917, - 0.23014011979103088, - 0.302199125289917 - ] - ], - [ - 2.577777624130249, - [ - 0.30754637718200684, - 0.23190203309059143, - 0.30754637718200684 - ] - ], - [ - 2.5888888835906982, - [ - 0.3140968382358551, - 0.23618020117282867, - 0.3140968382358551 - ] - ], - [ - 2.5999999046325684, - [ - 0.3212835192680359, - 0.24146616458892822, - 0.3212835192680359 - ] - ], - [ - 2.6083333492279053, - [ - 0.3270561993122101, - 0.2458219826221466, - 0.3270561993122101 - ] - ], - [ - 2.616666793823242, - [ - 0.333257794380188, - 0.2508159577846527, - 0.333257794380188 - ] - ], - [ - 2.625, - [ - 0.33967548608779907, - 0.2562345862388611, - 0.33967548608779907 - ] - ], - [ - 2.633333444595337, - [ - 0.34609702229499817, - 0.26186490058898926, - 0.34609702229499817 - ] - ], - [ - 2.644444465637207, - [ - 0.3550330400466919, - 0.2700028419494629, - 0.3550330400466919 - ] - ], - [ - 2.6555557250976563, - [ - 0.3641015887260437, - 0.2786431610584259, - 0.3641015887260437 - ] - ], - [ - 2.6666667461395264, - [ - 0.37210291624069214, - 0.28678518533706665, - 0.37210291624069214 - ] - ], - [ - 2.6777777671813965, - [ - 0.3794953227043152, - 0.2954424023628235, - 0.3794953227043152 - ] - ], - [ - 2.6888890266418457, - [ - 0.3858204483985901, - 0.30360132455825806, - 0.3858204483985901 - ] - ], - [ - 2.700000047683716, - [ - 0.3885023295879364, - 0.30722036957740784, - 0.3885023295879364 - ] - ], - [ - 2.711111068725586, - [ - 0.38445863127708435, - 0.3056947588920593, - 0.38445863127708435 - ] - ], - [ - 2.722222328186035, - [ - 0.3746878206729889, - 0.3015863597393036, - 0.3746878206729889 - ] - ], - [ - 2.7333333492279053, - [ - 0.36272338032722473, - 0.2955949306488037, - 0.36272338032722473 - ] - ], - [ - 2.7444443702697754, - [ - 0.34818515181541443, - 0.2866811454296112, - 0.34818515181541443 - ] - ], - [ - 2.7555556297302246, - [ - 0.33145320415496826, - 0.27588433027267456, - 0.33145320415496826 - ] - ], - [ - 2.7666666507720947, - [ - 0.3171958327293396, - 0.26701709628105164, - 0.3171958327293396 - ] - ], - [ - 2.777777671813965, - [ - 0.3060741424560547, - 0.26116523146629333, - 0.3060741424560547 - ] - ], - [ - 2.788888931274414, - [ - 0.2974269390106201, - 0.2572428584098816, - 0.2974269390106201 - ] - ], - [ - 2.799999952316284, - [ - 0.2939451336860657, - 0.25581029057502747, - 0.2939451336860657 - ] - ], - [ - 2.8111109733581543, - [ - 0.29507291316986084, - 0.2583802044391632, - 0.29507291316986084 - ] - ], - [ - 2.8222222328186035, - [ - 0.2980344891548157, - 0.2644912302494049, - 0.2980344891548157 - ] - ], - [ - 2.8333332538604736, - [ - 0.302199125289917, - 0.2717496454715729, - 0.302199125289917 - ] - ], - [ - 2.8444442749023438, - [ - 0.30754637718200684, - 0.2795233726501465, - 0.30754637718200684 - ] - ], - [ - 2.855555534362793, - [ - 0.3140968084335327, - 0.2884445786476135, - 0.3140968084335327 - ] - ], - [ - 2.866666555404663, - [ - 0.3212835192680359, - 0.29801854491233826, - 0.3212835192680359 - ] - ], - [ - 2.875, - [ - 0.3270561695098877, - 0.30561602115631104, - 0.3270561695098877 - ] - ], - [ - 2.883333206176758, - [ - 0.3332575559616089, - 0.31365519762039185, - 0.3332575559616089 - ] - ], - [ - 2.9000000953674316, - [ - 0.34609702229499817, - 0.3301648795604706, - 0.34609702229499817 - ] - ], - [ - 2.9111111164093018, - [ - 0.3550330102443695, - 0.3415662944316864, - 0.3550330102443695 - ] - ], - [ - 2.922222375869751, - [ - 0.3641015887260437, - 0.35309064388275146, - 0.3641015887260437 - ] - ], - [ - 2.933333396911621, - [ - 0.37210291624069214, - 0.3634164035320282, - 0.37210291624069214 - ] - ], - [ - 2.944444417953491, - [ - 0.3794952630996704, - 0.37336623668670654, - 0.3794952630996704 - ] - ], - [ - 2.9555556774139404, - [ - 0.3858204483985901, - 0.3821175694465637, - 0.3858204483985901 - ] - ], - [ - 2.9666666984558105, - [ - 0.3885023295879364, - 0.38587865233421326, - 0.3885023295879364 - ] - ], - [ - 2.9777777194976807, - [ - 0.38445863127708435, - 0.38501936197280884, - 0.38445863127708435 - ] - ], - [ - 2.98888897895813, - [ - 0.3746878504753113, - 0.37901535630226135, - 0.3746878504753113 - ] - ], - [ - 3.0, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.01111102104187, - [ - 0.3481851816177368, - 0.2930067479610443, - 0.3481851816177368 - ] - ], - [ - 3.0222222805023193, - [ - 0.33145320415496826, - 0.1769118756055832, - 0.33145320415496826 - ] - ], - [ - 3.0333333015441895, - [ - 0.3171958327293396, - 0.0844893530011177, - 0.3171958327293396 - ] - ], - [ - 3.0444443225860596, - [ - 0.3060741424560547, - 0.042183924466371536, - 0.3060741424560547 - ] - ], - [ - 3.055555582046509, - [ - 0.2974269390106201, - 0.023552194237709045, - 0.2974269390106201 - ] - ], - [ - 3.066666603088379, - [ - 0.2939451336860657, - 0.01938514970242977, - 0.2939451336860657 - ] - ], - [ - 3.077777624130249, - [ - 0.2950729429721832, - 0.02300906740128994, - 0.2950729429721832 - ] - ], - [ - 3.0888888835906982, - [ - 0.2980344891548157, - 0.035204801708459854, - 0.2980344891548157 - ] - ], - [ - 3.0999999046325684, - [ - 0.302199125289917, - 0.05796685442328453, - 0.302199125289917 - ] - ], - [ - 3.1083333492279053, - [ - 0.30607447028160095, - 0.08422022312879562, - 0.30607447028160095 - ] - ], - [ - 3.116666793823242, - [ - 0.3107064962387085, - 0.11758188158273697, - 0.3107064962387085 - ] - ], - [ - 3.125, - [ - 0.31585586071014404, - 0.15456248819828033, - 0.31585586071014404 - ] - ], - [ - 3.133333444595337, - [ - 0.3212836980819702, - 0.19167600572109222, - 0.3212836980819702 - ] - ], - [ - 3.144444465637207, - [ - 0.3290863335132599, - 0.2472739815711975, - 0.3290863335132599 - ] - ], - [ - 3.1555557250976563, - [ - 0.33752548694610596, - 0.30517256259918213, - 0.33752548694610596 - ] - ], - [ - 3.1666667461395264, - [ - 0.346096932888031, - 0.34609711170196533, - 0.346096932888031 - ] - ], - [ - 3.1777777671813965, - [ - 0.3550329804420471, - 0.3628244698047638, - 0.3550329804420471 - ] - ], - [ - 3.1888890266418457, - [ - 0.3641015887260437, - 0.3679976463317871, - 0.3641015887260437 - ] - ], - [ - 3.200000047683716, - [ - 0.37210291624069214, - 0.37210291624069214, - 0.37210291624069214 - ] - ], - [ - 3.211111068725586, - [ - 0.3794952630996704, - 0.3794952630996704, - 0.3794952630996704 - ] - ], - [ - 3.222222328186035, - [ - 0.3858204185962677, - 0.3858204185962677, - 0.3858204185962677 - ] - ], - [ - 3.2333333492279053, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ], - [ - 3.2444443702697754, - [ - 0.38445863127708435, - 0.38445863127708435, - 0.38445863127708435 - ] - ], - [ - 3.2555556297302246, - [ - 0.37468788027763367, - 0.37468788027763367, - 0.37468788027763367 - ] - ], - [ - 3.2666666507720947, - [ - 0.36272338032722473, - 0.36272338032722473, - 0.36272338032722473 - ] - ], - [ - 3.277777671813965, - [ - 0.3456384241580963, - 0.3456384241580963, - 0.3456384241580963 - ] - ], - [ - 3.288888931274414, - [ - 0.3263601064682007, - 0.3263601064682007, - 0.3263601064682007 - ] - ], - [ - 3.299999952316284, - [ - 0.3171958327293396, - 0.3171958327293396, - 0.3171958327293396 - ] - ], - [ - 3.3111109733581543, - [ - 0.32448574900627136, - 0.337210088968277, - 0.32448574900627136 - ] - ], - [ - 3.3222222328186035, - [ - 0.3402841091156006, - 0.37437182664871216, - 0.3402841091156006 - ] - ], - [ - 3.3333332538604736, - [ - 0.3554949462413788, - 0.3943864405155182, - 0.3554949462413788 - ] - ], - [ - 3.3444442749023438, - [ - 0.3693335950374603, - 0.3928608000278473, - 0.3693335950374603 - ] - ], - [ - 3.355555534362793, - [ - 0.3825843334197998, - 0.3900280296802521, - 0.3825843334197998 - ] - ], - [ - 3.366666555404663, - [ - 0.3885023295879364, - 0.3885023295879364, - 0.3885023295879364 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658280102_680826.json b/lenses/physics-objects/Scene/assets/1646688658280102_680826.json deleted file mode 100644 index 59a2849f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658280102_680826.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658280102:680826", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658280255_680833.json b/lenses/physics-objects/Scene/assets/1646688658280255_680833.json deleted file mode 100644 index 5586fb39..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658280255_680833.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658280255:680833", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658280383_680840.json b/lenses/physics-objects/Scene/assets/1646688658280383_680840.json deleted file mode 100644 index 2955f28f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658280383_680840.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658280383:680840", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658281293_680853.json b/lenses/physics-objects/Scene/assets/1646688658281293_680853.json deleted file mode 100644 index d1e29b80..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658281293_680853.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658281293:680853", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658281429_680860.json b/lenses/physics-objects/Scene/assets/1646688658281429_680860.json deleted file mode 100644 index 4dd1e8e0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658281429_680860.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658281429:680860", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658281556_680867.json b/lenses/physics-objects/Scene/assets/1646688658281556_680867.json deleted file mode 100644 index 9d623064..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658281556_680867.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658281556:680867", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658282423_680880.json b/lenses/physics-objects/Scene/assets/1646688658282423_680880.json deleted file mode 100644 index 7b5ec97d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658282423_680880.json +++ /dev/null @@ -1,1290 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658282423:680880", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 0.03333333507180214, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 0.06666667014360428, - [ - -8.881784197001252e-16, - 0.0, - 4.440892098500626e-16 - ] - ], - [ - 0.10000000149011612, - [ - -4.440892098500626e-16, - -1.2252021865619219e-32, - 4.440892098500626e-16 - ] - ], - [ - 0.13333334028720856, - [ - -8.881784197001252e-16, - -1.9600679166398475e-32, - 4.440892098500626e-16 - ] - ], - [ - 0.1666666716337204, - [ - -8.881784197001252e-16, - 1.5330261251652072e-39, - 2.220446049250313e-16 - ] - ], - [ - 0.20000000298023224, - [ - -4.440892098500626e-16, - 6.126944348792559e-33, - 2.220446049250313e-16 - ] - ], - [ - 0.23333333432674408, - [ - -4.440892098500626e-16, - 5.845936546756737e-33, - 4.440892098500626e-16 - ] - ], - [ - 0.2666666805744171, - [ - -8.881784197001252e-16, - -3.376645358961438e-33, - 2.220446049250313e-16 - ] - ], - [ - 0.3333333432674408, - [ - -8.881784197001252e-16, - -1.2251936642278784e-32, - 2.220446049250313e-16 - ] - ], - [ - 0.36666667461395264, - [ - -8.881784197001252e-16, - 1.006064546034914e-32, - 1.1102230246251565e-16 - ] - ], - [ - 0.4000000059604645, - [ - -8.881784197001252e-16, - -1.0320159348180177e-32, - 1.1102230246251565e-16 - ] - ], - [ - 0.4333333373069763, - [ - -8.881784197001252e-16, - 1.0581000075259704e-32, - 5.5511141305090476e-17 - ] - ], - [ - 0.46666666865348816, - [ - -8.881784197001252e-16, - 1.2244143849416802e-32, - 3.4694444704117765e-18 - ] - ], - [ - 0.5, - [ - -8.881784197001252e-16, - 1.2241339560706121e-32, - -2.7755575615628914e-17 - ] - ], - [ - 0.5333333611488342, - [ - -8.881784197001252e-16, - 2.1788403090315358e-34, - -1.1102230246251565e-16 - ] - ], - [ - 0.5666666626930237, - [ - -8.881784197001252e-16, - 2.4138528170954063e-32, - -1.1102230246251565e-16 - ] - ], - [ - 0.6000000238418579, - [ - -8.881784197001252e-16, - -2.4357821050203776e-32, - -2.220446049250313e-16 - ] - ], - [ - 0.699999988079071, - [ - -8.881784197001252e-16, - 1.5674497177925325e-33, - -2.220446049250313e-16 - ] - ], - [ - 0.7333333492279053, - [ - -8.881784197001252e-16, - 3.560264510139839e-34, - -4.440892098500626e-16 - ] - ], - [ - 0.7666666507720947, - [ - -8.881784197001252e-16, - 3.794646176468388e-40, - -2.220446049250313e-16 - ] - ], - [ - 0.800000011920929, - [ - -8.881784197001252e-16, - -1.2360453505300897e-33, - -4.440892098500626e-16 - ] - ], - [ - 0.9666666388511658, - [ - -8.881784197001252e-16, - -4.6972368549774745e-33, - -4.440892098500626e-16 - ] - ], - [ - 1.0, - [ - -8.881784197001252e-16, - -2.620791397654771e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.0333333015441895, - [ - -8.881784197001252e-16, - -5.032562267318077e-32, - -4.440892098500626e-16 - ] - ], - [ - 1.0666667222976685, - [ - -8.881784197001252e-16, - 6.692357498880064e-33, - -8.881784197001252e-16 - ] - ], - [ - 1.100000023841858, - [ - -8.881784197001252e-16, - 2.4390407222976508e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.1333333253860474, - [ - -4.440892098500626e-16, - -4.357236134261667e-33, - -8.881784197001252e-16 - ] - ], - [ - 1.1666666269302368, - [ - -4.440892098500626e-16, - -2.4390931787330563e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2000000476837158, - [ - -8.881784197001252e-16, - -5.747159976862331e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2333333492279053, - [ - -4.440892098500626e-16, - 1.0947636763281175e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2666666507720947, - [ - -8.881784197001252e-16, - 5.504813008530703e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.2999999523162842, - [ - -4.440892098500626e-16, - 1.0072552483439001e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.3666666746139526, - [ - -4.440892098500626e-16, - -1.0861187969985827e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.399999976158142, - [ - -4.440892098500626e-16, - 3.107779899290832e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.4333332777023315, - [ - -2.220446049250313e-16, - -1.1575927473536149e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.4666666984558105, - [ - -4.440892098500626e-16, - 1.7149571251780375e-38, - -8.881784197001252e-16 - ] - ], - [ - 1.5, - [ - -2.220446049250313e-16, - 2.4400052154125005e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.5333333015441895, - [ - -2.220446049250313e-16, - 1.2417685753848542e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.5666667222976685, - [ - -2.220446049250313e-16, - 4.880751286139607e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.600000023841858, - [ - -2.220446049250313e-16, - 7.567011707354012e-44, - -8.881784197001252e-16 - ] - ], - [ - 1.6333333253860474, - [ - -1.1102230246251565e-16, - 4.8819006257411233e-32, - -1.7763568394002505e-15 - ] - ], - [ - 1.6666666269302368, - [ - -5.551119093592723e-17, - 1.891752926838503e-43, - -8.881784197001252e-16 - ] - ], - [ - 1.7000000476837158, - [ - -2.775553591095951e-17, - -1.4993893568275543e-43, - -8.881784197001252e-16 - ] - ], - [ - 1.7333333492279053, - [ - 3.469460600433721e-18, - -2.4420455797319403e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.7666666507720947, - [ - 2.7755565689461563e-17, - -6.834747058140587e-34, - -8.881784197001252e-16 - ] - ], - [ - 1.7999999523162842, - [ - 5.5511091674253723e-17, - -3.8028497089320504e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.8333333730697632, - [ - 1.1102230246251565e-16, - 2.4433591946689842e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.8666666746139526, - [ - 1.1102230246251565e-16, - -1.272656452694236e-32, - -8.881784197001252e-16 - ] - ], - [ - 1.899999976158142, - [ - 2.220446049250313e-16, - -2.4526623508349795e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.0999999046325684, - [ - 2.220446049250313e-16, - -2.3261591752825374e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.133333444595337, - [ - 4.440892098500626e-16, - -1.1961690924013438e-32, - -4.440892098500626e-16 - ] - ], - [ - 2.1666667461395264, - [ - 2.220446049250313e-16, - 2.160544070068773e-32, - -8.881784197001252e-16 - ] - ], - [ - 2.200000047683716, - [ - 4.440892098500626e-16, - -7.62774398279785e-40, - -4.440892098500626e-16 - ] - ], - [ - 2.2333333492279053, - [ - 2.220446049250313e-16, - -1.7779360091793012e-34, - -8.881784197001252e-16 - ] - ], - [ - 2.2666666507720947, - [ - 2.220446049250313e-16, - -6.131626489728678e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.299999952316284, - [ - 4.440892098500626e-16, - -1.0837733735280053e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.3333332538604736, - [ - 2.220446049250313e-16, - -5.600982993170558e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5, - [ - 2.220446049250313e-16, - 6.334204206651683e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5333333015441895, - [ - 1.1102230246251565e-16, - 2.1338482627538127e-34, - -4.440892098500626e-16 - ] - ], - [ - 2.566666603088379, - [ - 2.220446049250313e-16, - 3.205199140552023e-33, - -4.440892098500626e-16 - ] - ], - [ - 2.5999999046325684, - [ - 1.1102230246251565e-16, - -1.4909243008700323e-33, - -2.220446049250313e-16 - ] - ], - [ - 2.6666667461395264, - [ - 1.1102230246251565e-16, - -1.6704955729665297e-33, - -2.220446049250313e-16 - ] - ], - [ - 2.700000047683716, - [ - 5.551108174808637e-17, - -9.762522196538294e-37, - -2.220446049250313e-16 - ] - ], - [ - 2.7333333492279053, - [ - 1.3877767955479755e-17, - 5.123313608709725e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.7666666507720947, - [ - -2.7755560726377888e-17, - 3.8513472171171697e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.799999952316284, - [ - -5.551115123125783e-17, - -1.0090677687973719e-34, - -1.1102230246251565e-16 - ] - ], - [ - 2.8333332538604736, - [ - -5.551115123125783e-17, - -5.940678722643273e-40, - -2.775571458197182e-17 - ] - ], - [ - 2.866666555404663, - [ - -1.1102202452982984e-16, - 3.8512191066000293e-34, - 3.469310467152543e-18 - ] - ], - [ - 2.9000000953674316, - [ - -2.220446049250313e-16, - -7.701492766767112e-34, - 5.551115123125783e-17 - ] - ], - [ - 2.933333396911621, - [ - -2.220446049250313e-16, - 1.4037325197573493e-39, - 5.551115123125783e-17 - ] - ], - [ - 2.9666666984558105, - [ - -2.220446049250313e-16, - 7.022118561774256e-34, - 1.1102230246251565e-16 - ] - ], - [ - 3.0, - [ - -2.220446049250313e-16, - 7.93558603824864e-34, - 1.1102230246251565e-16 - ] - ], - [ - 3.0333333015441895, - [ - -2.220446049250313e-16, - 2.802596928649634e-45, - 2.220446049250313e-16 - ] - ], - [ - 3.066666603088379, - [ - -4.440892098500626e-16, - 4.1985807637571366e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.0999999046325684, - [ - -1.090519158335989e-26, - 1.0013942270176436e-38, - 2.220446049250313e-16 - ] - ], - [ - 3.133333444595337, - [ - -4.440892098500626e-16, - -2.8037415547943103e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.1666667461395264, - [ - -4.440892098500626e-16, - 3.111198898078595e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.200000047683716, - [ - -4.440892098500626e-16, - -1.2963513331341425e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.299999952316284, - [ - -4.440892098500626e-16, - 1.2255705571041108e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.3333332538604736, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ], - [ - 3.366666555404663, - [ - -8.881784197001252e-16, - -5.8714405655209835e-43, - 4.440892098500626e-16 - ] - ], - [ - 3.4000000953674316, - [ - -4.440892098500626e-16, - -1.2252048314242112e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.433333396911621, - [ - -8.881784197001252e-16, - -1.9600679166398475e-32, - 4.440892098500626e-16 - ] - ], - [ - 3.4666666984558105, - [ - -8.881784197001252e-16, - 1.2264200593530871e-38, - 2.220446049250313e-16 - ] - ], - [ - 3.5, - [ - -4.440892098500626e-16, - 6.126944348792559e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.5333333015441895, - [ - -4.440892098500626e-16, - 5.845937648782691e-33, - 4.440892098500626e-16 - ] - ], - [ - 3.566666603088379, - [ - -8.881784197001252e-16, - -3.376645358961438e-33, - 2.220446049250313e-16 - ] - ], - [ - 3.633333444595337, - [ - -8.881784197001252e-16, - -1.2251936642278784e-32, - 2.220446049250313e-16 - ] - ], - [ - 3.6666667461395264, - [ - -8.881784197001252e-16, - 1.006064546034914e-32, - 1.1102230246251565e-16 - ] - ], - [ - 3.700000047683716, - [ - -8.881784197001252e-16, - -1.0320159348180177e-32, - 1.1102230246251565e-16 - ] - ], - [ - 3.7333333492279053, - [ - -8.881784197001252e-16, - 1.0581002279311612e-32, - 5.5511121452755775e-17 - ] - ], - [ - 3.7666666507720947, - [ - -8.881784197001252e-16, - 1.2244143849416802e-32, - 3.4694668042883155e-18 - ] - ], - [ - 3.799999952316284, - [ - -8.881784197001252e-16, - 1.2241339560706121e-32, - -2.7755496206290108e-17 - ] - ], - [ - 3.8333332538604736, - [ - -8.881784197001252e-16, - 2.1788403090315358e-34, - -1.1102230246251565e-16 - ] - ], - [ - 3.866666555404663, - [ - -8.881784197001252e-16, - 2.4138528170954063e-32, - -1.1102230246251565e-16 - ] - ], - [ - 3.9000000953674316, - [ - -8.881784197001252e-16, - -2.4357825458307592e-32, - -2.220446049250313e-16 - ] - ], - [ - 4.0, - [ - -8.881784197001252e-16, - 1.5674497177925325e-33, - -2.220446049250313e-16 - ] - ], - [ - 4.0333333015441895, - [ - -8.881784197001252e-16, - 3.560275530399378e-34, - -4.440892098500626e-16 - ] - ], - [ - 4.066666603088379, - [ - -8.881784197001252e-16, - 1.4718622497943576e-39, - -2.220446049250313e-16 - ] - ], - [ - 4.099999904632568, - [ - -8.881784197001252e-16, - -1.2360453505300897e-33, - -4.440892098500626e-16 - ] - ], - [ - 4.266666889190674, - [ - -8.881784197001252e-16, - -4.697317302872109e-33, - -4.440892098500626e-16 - ] - ], - [ - 4.300000190734863, - [ - -8.881784197001252e-16, - -2.620804621966218e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.333333492279053, - [ - -8.881784197001252e-16, - -5.032562267318077e-32, - -4.440892098500626e-16 - ] - ], - [ - 4.366666793823242, - [ - -8.881784197001252e-16, - 6.692436844748745e-33, - -8.881784197001252e-16 - ] - ], - [ - 4.400000095367432, - [ - -8.881784197001252e-16, - 2.4390407222976508e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.433333396911621, - [ - -4.440892098500626e-16, - -4.3572879294815e-33, - -8.881784197001252e-16 - ] - ], - [ - 4.4666666984558105, - [ - -4.440892098500626e-16, - -2.4390989092680165e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.5, - [ - -8.881784197001252e-16, - -5.747159976862331e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.5333333015441895, - [ - -4.440892098500626e-16, - 1.0947557417412495e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.566666603088379, - [ - -8.881784197001252e-16, - 5.504813008530703e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.599999904632568, - [ - -4.440892098500626e-16, - 1.0072592156373341e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.666666507720947, - [ - -4.440892098500626e-16, - -1.0861187969985827e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.699999809265137, - [ - -4.440892098500626e-16, - 3.107779899290832e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.733333110809326, - [ - -2.220446049250313e-16, - -1.1575927473536149e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.766666889190674, - [ - -4.440892098500626e-16, - 1.2004842108040391e-37, - -8.881784197001252e-16 - ] - ], - [ - 4.800000190734863, - [ - -2.220446049250313e-16, - 2.4400052154125005e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.833333492279053, - [ - -2.220446049250313e-16, - 1.2417685753848542e-32, - -8.881784197001252e-16 - ] - ], - [ - 4.866666793823242, - [ - -2.220446049250313e-16, - 4.880751286139607e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.900000095367432, - [ - -2.220446049250313e-16, - 1.1981101869977186e-42, - -8.881784197001252e-16 - ] - ], - [ - 4.933333396911621, - [ - -1.1102214364383804e-16, - 4.8819006257411233e-32, - -1.7763568394002505e-15 - ] - ], - [ - 4.9666666984558105, - [ - -5.5511111526588424e-17, - 0.0, - -8.881784197001252e-16 - ] - ], - [ - 5.0, - [ - -2.7755575615628914e-17, - 0.0, - -8.881784197001252e-16 - ] - ], - [ - 5.0333333015441895, - [ - 3.4694202753788594e-18, - -2.4420455797319403e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.066666603088379, - [ - 2.775552598479216e-17, - -6.834747058140587e-34, - -8.881784197001252e-16 - ] - ], - [ - 5.099999904632568, - [ - 5.551103211724962e-17, - -3.8028497089320504e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.133333206176758, - [ - 1.1102230246251565e-16, - 2.4433591946689842e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.166666507720947, - [ - 1.1102230246251565e-16, - -1.272644550813934e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.199999809265137, - [ - 2.220446049250313e-16, - -2.4526623508349795e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.400000095367432, - [ - 2.220446049250313e-16, - -2.3261591752825374e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.433333396911621, - [ - 4.440892098500626e-16, - -1.1961723984792054e-32, - -4.440892098500626e-16 - ] - ], - [ - 5.4666666984558105, - [ - 2.220446049250313e-16, - 2.160544070068773e-32, - -8.881784197001252e-16 - ] - ], - [ - 5.5, - [ - 4.440892098500626e-16, - 0.0, - -4.440892098500626e-16 - ] - ], - [ - 5.5333333015441895, - [ - 2.220446049250313e-16, - -1.7779280883677576e-34, - -8.881784197001252e-16 - ] - ], - [ - 5.566666603088379, - [ - 2.220446049250313e-16, - -6.131626489728678e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.599999904632568, - [ - 4.440892098500626e-16, - -1.0837733735280053e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.633333206176758, - [ - 2.220446049250313e-16, - -5.600982993170558e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.800000190734863, - [ - 2.220446049250313e-16, - 6.334204206651683e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.833333492279053, - [ - 1.1102230246251565e-16, - 2.1338482627538127e-34, - -4.440892098500626e-16 - ] - ], - [ - 5.866666793823242, - [ - 2.220446049250313e-16, - 3.205199140552023e-33, - -4.440892098500626e-16 - ] - ], - [ - 5.900000095367432, - [ - 1.1102230246251565e-16, - -1.4909256784024747e-33, - -2.220446049250313e-16 - ] - ], - [ - 5.9666666984558105, - [ - 1.1102230246251565e-16, - -1.6704955729665297e-33, - -2.220446049250313e-16 - ] - ], - [ - 6.0, - [ - 5.551115123125783e-17, - -9.778132437223119e-37, - -2.220446049250313e-16 - ] - ], - [ - 6.0333333015441895, - [ - 1.387782751248386e-17, - 5.123313608709725e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.066666603088379, - [ - -2.7755511095541134e-17, - 3.851351349714497e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.099999904632568, - [ - -5.551115123125783e-17, - -1.0090677687973719e-34, - -1.1102230246251565e-16 - ] - ], - [ - 6.133333206176758, - [ - -5.551115123125783e-17, - -9.414539654658424e-40, - -2.775579399131063e-17 - ] - ], - [ - 6.166666507720947, - [ - -1.1102190541582163e-16, - 3.8512191066000293e-34, - 3.469250910148439e-18 - ] - ], - [ - 6.199999809265137, - [ - -2.220446049250313e-16, - -7.701492766767112e-34, - 5.551115123125783e-17 - ] - ], - [ - 6.233333110809326, - [ - -2.220446049250313e-16, - -4.957359564257262e-39, - 5.551115123125783e-17 - ] - ], - [ - 6.266666889190674, - [ - -2.220446049250313e-16, - 7.022135092163564e-34, - 1.1102230246251565e-16 - ] - ], - [ - 6.300000190734863, - [ - -2.220446049250313e-16, - 7.93558603824864e-34, - 1.1102230246251565e-16 - ] - ], - [ - 6.333333492279053, - [ - -2.220446049250313e-16, - 2.858648867222627e-43, - 2.220446049250313e-16 - ] - ], - [ - 6.366666793823242, - [ - -4.440892098500626e-16, - 4.1985807637571366e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.400000095367432, - [ - -1.0905192353731868e-26, - -1.0013907237714828e-38, - 2.220446049250313e-16 - ] - ], - [ - 6.433333396911621, - [ - -4.440892098500626e-16, - -2.8037415547943103e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.4666666984558105, - [ - -4.440892098500626e-16, - 3.111198898078595e-33, - 2.220446049250313e-16 - ] - ], - [ - 6.5, - [ - -4.440892098500626e-16, - -1.2963513331341425e-32, - 4.440892098500626e-16 - ] - ], - [ - 6.599999904632568, - [ - -4.440892098500626e-16, - 1.2255705571041108e-32, - 4.440892098500626e-16 - ] - ], - [ - 6.633333206176758, - [ - -8.881784197001252e-16, - -1.817788725278607e-32, - 8.881784197001252e-16 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658282581_680887.json b/lenses/physics-objects/Scene/assets/1646688658282581_680887.json deleted file mode 100644 index 5572dba8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658282581_680887.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658282581:680887", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.05636713281273842, - -0.11508914828300476, - 0.7272206544876099, - 0.6743348240852356 - ] - ], - [ - 0.03333333507180214, - [ - -0.05636713281273842, - -0.11508914828300476, - 0.7272206544876099, - 0.6743348240852356 - ] - ], - [ - 0.06666667014360428, - [ - -0.05785517394542694, - -0.11363857239484787, - 0.7280921339988708, - 0.6735139489173889 - ] - ], - [ - 0.10000000149011612, - [ - -0.05945229157805443, - -0.11207671463489532, - 0.7292298674583435, - 0.6724046468734741 - ] - ], - [ - 0.13333334028720856, - [ - -0.06116180121898651, - -0.11041929572820663, - 0.7304090261459351, - 0.671244740486145 - ] - ], - [ - 0.1666666716337204, - [ - -0.06296481192111969, - -0.10868768393993378, - 0.7315903902053833, - 0.6700730919837952 - ] - ], - [ - 0.20000000298023224, - [ - -0.06484463065862656, - -0.10689903050661087, - 0.7327584624290466, - 0.6689043045043945 - ] - ], - [ - 0.23333333432674408, - [ - -0.06678751856088638, - -0.10506682097911835, - 0.7339048385620117, - 0.6677455306053162 - ] - ], - [ - 0.2666666805744171, - [ - -0.06878216564655304, - -0.10320194065570831, - 0.7350245714187622, - 0.6666013598442078 - ] - ], - [ - 0.30000001192092896, - [ - -0.07081910967826843, - -0.10131317377090454, - 0.7361137866973877, - 0.6654749512672424 - ] - ], - [ - 0.3333333432674408, - [ - -0.07289042323827744, - -0.09940769523382187, - 0.737169086933136, - 0.6643694639205933 - ] - ], - [ - 0.36666667461395264, - [ - -0.0749891996383667, - -0.09749164432287216, - 0.7381882071495056, - 0.6632874011993408 - ] - ], - [ - 0.4000000059604645, - [ - -0.07710947096347809, - -0.09557007253170013, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.4333333373069763, - [ - -0.07924593985080719, - -0.0936472937464714, - 0.7401068210601807, - 0.6612051129341125 - ] - ], - [ - 0.46666666865348816, - [ - -0.08139388263225555, - -0.09172698855400085, - 0.7410008311271667, - 0.6602113246917725 - ] - ], - [ - 0.5, - [ - -0.08354903012514114, - -0.08981233090162277, - 0.7418473362922668, - 0.6592540740966797 - ] - ], - [ - 0.5333333611488342, - [ - -0.08570746332406998, - -0.08790595829486847, - 0.7426427602767944, - 0.6583377122879028 - ] - ], - [ - 0.5666666626930237, - [ - -0.08786562085151672, - -0.0860101729631424, - 0.7433831095695496, - 0.6574674248695374 - ] - ], - [ - 0.6000000238418579, - [ - -0.09002020210027695, - -0.08412683010101318, - 0.7440637350082397, - 0.6566492319107056 - ] - ], - [ - 0.6333333253860474, - [ - -0.09216810762882233, - -0.08225742727518082, - 0.7446790337562561, - 0.655890166759491 - ] - ], - [ - 0.6666666865348816, - [ - -0.09430652856826782, - -0.08040305227041245, - 0.7452222108840942, - 0.6551989316940308 - ] - ], - [ - 0.699999988079071, - [ - -0.09643282741308212, - -0.07856433838605881, - 0.745684802532196, - 0.6545858979225159 - ] - ], - [ - 0.7333333492279053, - [ - -0.09854461997747421, - -0.07674140483140945, - 0.746056318283081, - 0.6540640592575073 - ] - ], - [ - 0.7666666507720947, - [ - -0.10063981264829636, - -0.0749337449669838, - 0.7463231682777405, - 0.6536499857902527 - ] - ], - [ - 0.800000011920929, - [ - -0.10271672159433365, - -0.07313993573188782, - 0.7464675903320313, - 0.6533651351928711 - ] - ], - [ - 0.8333333134651184, - [ - -0.10477415472269058, - -0.07135729491710663, - 0.7464650273323059, - 0.6532384753227234 - ] - ], - [ - 0.8666666746139526, - [ - -0.10681174695491791, - -0.06958118826150894, - 0.7462809085845947, - 0.6533104181289673 - ] - ], - [ - 0.8999999761581421, - [ - -0.1088261604309082, - -0.0678107887506485, - 0.7459054589271545, - 0.6535928845405579 - ] - ], - [ - 0.9333333373069763, - [ - -0.11081024259328842, - -0.06605146825313568, - 0.7453653812408447, - 0.654055655002594 - ] - ], - [ - 0.9666666388511658, - [ - -0.11275886744260788, - -0.06430590897798538, - 0.7446691989898682, - 0.6546892523765564 - ] - ], - [ - 1.0, - [ - -0.11466693878173828, - -0.06257704645395279, - 0.7438254952430725, - 0.6554840207099915 - ] - ], - [ - 1.0333333015441895, - [ - -0.11652936786413193, - -0.060868117958307266, - 0.7428427934646606, - 0.656430184841156 - ] - ], - [ - 1.0666667222976685, - [ - -0.1183411180973053, - -0.05918261781334877, - 0.7417296171188354, - 0.6575180292129517 - ] - ], - [ - 1.100000023841858, - [ - -0.12009710818529129, - -0.05752440169453621, - 0.740494430065155, - 0.6587378978729248 - ] - ], - [ - 1.1333333253860474, - [ - -0.12179220467805862, - -0.055897634476423264, - 0.7391458749771118, - 0.6600798964500427 - ] - ], - [ - 1.1666666269302368, - [ - -0.12342127412557602, - -0.054306864738464355, - 0.7376924753189087, - 0.6615344882011414 - ] - ], - [ - 1.2000000476837158, - [ - -0.12497901171445847, - -0.052757009863853455, - 0.7361428737640381, - 0.6630917191505432 - ] - ], - [ - 1.2333333492279053, - [ - -0.12646007537841797, - -0.05125347897410393, - 0.7345058917999268, - 0.6647420525550842 - ] - ], - [ - 1.2666666507720947, - [ - -0.12785892188549042, - -0.049802087247371674, - 0.732790470123291, - 0.6664758324623108 - ] - ], - [ - 1.2999999523162842, - [ - -0.12916985154151917, - -0.04840917885303497, - 0.7310054898262024, - 0.6682834029197693 - ] - ], - [ - 1.3333333730697632, - [ - -0.1303868591785431, - -0.04708163067698479, - 0.7291601896286011, - 0.6701552271842957 - ] - ], - [ - 1.3666666746139526, - [ - -0.13150373101234436, - -0.04582693427801132, - 0.7272638082504272, - 0.6720819473266602 - ] - ], - [ - 1.399999976158142, - [ - -0.13251377642154694, - -0.044653236865997314, - 0.7253257632255554, - 0.674053966999054 - ] - ], - [ - 1.4333332777023315, - [ - -0.1334099918603897, - -0.043569415807724, - 0.7233558893203735, - 0.6760619282722473 - ] - ], - [ - 1.4666666984558105, - [ - -0.13418477773666382, - -0.04258516803383827, - 0.72136390209198, - 0.6780967712402344 - ] - ], - [ - 1.5, - [ - -0.13482984900474548, - -0.04171111807227135, - 0.7193598747253418, - 0.6801488399505615 - ] - ], - [ - 1.5333333015441895, - [ - -0.13533622026443481, - -0.04095893353223801, - 0.7173542380332947, - 0.6822091937065125 - ] - ], - [ - 1.5666667222976685, - [ - -0.1356939673423767, - -0.04034150391817093, - 0.7153575420379639, - 0.6842685341835022 - ] - ], - [ - 1.600000023841858, - [ - -0.13589194416999817, - -0.039873071014881134, - 0.7133805751800537, - 0.686317503452301 - ] - ], - [ - 1.6333333253860474, - [ - -0.13594438135623932, - -0.0395437628030777, - 0.7114294767379761, - 0.6883484721183777 - ] - ], - [ - 1.6666666269302368, - [ - -0.13587813079357147, - -0.039330996572971344, - 0.7095078825950623, - 0.6903541684150696 - ] - ], - [ - 1.7000000476837158, - [ - -0.1356998085975647, - -0.03923148661851883, - 0.707623302936554, - 0.6923264265060425 - ] - ], - [ - 1.7333333492279053, - [ - -0.1354154497385025, - -0.03924226015806198, - 0.7057832479476929, - 0.6942570209503174 - ] - ], - [ - 1.7666666507720947, - [ - -0.1350306272506714, - -0.03936060145497322, - 0.7039955854415894, - 0.6961377263069153 - ] - ], - [ - 1.7999999523162842, - [ - -0.134550541639328, - -0.03958405926823616, - 0.7022681832313538, - 0.697960376739502 - ] - ], - [ - 1.8333333730697632, - [ - -0.1339799165725708, - -0.039910346269607544, - 0.7006089687347412, - 0.6997168064117432 - ] - ], - [ - 1.8666666746139526, - [ - -0.133323073387146, - -0.04033732786774635, - 0.6990261077880859, - 0.7013989090919495 - ] - ], - [ - 1.899999976158142, - [ - -0.13258405029773712, - -0.04086301475763321, - 0.6975277066230774, - 0.7029985189437866 - ] - ], - [ - 1.9333332777023315, - [ - -0.13176646828651428, - -0.041485510766506195, - 0.6961221098899841, - 0.7045074105262756 - ] - ], - [ - 1.9666666984558105, - [ - -0.13087362051010132, - -0.04220297187566757, - 0.6948175430297852, - 0.7059175968170166 - ] - ], - [ - 2.0, - [ - -0.12990860641002655, - -0.04301364719867706, - 0.6936225295066833, - 0.7072209715843201 - ] - ], - [ - 2.0333333015441895, - [ - -0.1288740634918213, - -0.0439157709479332, - 0.6925454139709473, - 0.708409309387207 - ] - ], - [ - 2.066666603088379, - [ - -0.12777243554592133, - -0.044907648116350174, - 0.6915948390960693, - 0.7094745635986328 - ] - ], - [ - 2.0999999046325684, - [ - -0.12660586833953857, - -0.04598753899335861, - 0.6907791495323181, - 0.7104085087776184 - ] - ], - [ - 2.133333444595337, - [ - -0.12537622451782227, - -0.04715370759367943, - 0.6901069283485413, - 0.7112030386924744 - ] - ], - [ - 2.1666667461395264, - [ - -0.12408515810966492, - -0.04840434342622757, - 0.6895866394042969, - 0.7118498086929321 - ] - ], - [ - 2.200000047683716, - [ - -0.12273398786783218, - -0.04973766580224037, - 0.6892268061637878, - 0.7123405337333679 - ] - ], - [ - 2.2333333492279053, - [ - -0.12132379412651062, - -0.051151782274246216, - 0.6890357732772827, - 0.7126666307449341 - ] - ], - [ - 2.2666666507720947, - [ - -0.11985550075769424, - -0.05264474079012871, - 0.6890218257904053, - 0.7128198146820068 - ] - ], - [ - 2.299999952316284, - [ - -0.11832970380783081, - -0.05421450734138489, - 0.6891932487487793, - 0.712791383266449 - ] - ], - [ - 2.3333332538604736, - [ - -0.11674733459949493, - -0.055857911705970764, - 0.6895517110824585, - 0.7125787138938904 - ] - ], - [ - 2.366666555404663, - [ - -0.1151110827922821, - -0.05756788328289986, - 0.6900750994682312, - 0.7122021317481995 - ] - ], - [ - 2.4000000953674316, - [ - -0.11342368274927139, - -0.05933743342757225, - 0.6907402276992798, - 0.7116826772689819 - ] - ], - [ - 2.433333396911621, - [ - -0.11168783903121948, - -0.06116032972931862, - 0.6915282607078552, - 0.7110371589660645 - ] - ], - [ - 2.4666666984558105, - [ - -0.10990595817565918, - -0.0630311444401741, - 0.6924238801002502, - 0.7102794647216797 - ] - ], - [ - 2.5, - [ - -0.10808032006025314, - -0.06494487822055817, - 0.6934139728546143, - 0.7094208002090454 - ] - ], - [ - 2.5333333015441895, - [ - -0.10621319711208344, - -0.06689693033695221, - 0.6944873929023743, - 0.70847088098526 - ] - ], - [ - 2.566666603088379, - [ - -0.10430677980184555, - -0.06888299435377121, - 0.6956343650817871, - 0.7074377536773682 - ] - ], - [ - 2.5999999046325684, - [ - -0.10236325114965439, - -0.07089901715517044, - 0.6968464851379395, - 0.7063286900520325 - ] - ], - [ - 2.633333444595337, - [ - -0.10038479417562485, - -0.07294114679098129, - 0.6981161832809448, - 0.7051499485969543 - ] - ], - [ - 2.6666667461395264, - [ - -0.09837367385625839, - -0.07500559836626053, - 0.699436604976654, - 0.7039071321487427 - ] - ], - [ - 2.700000047683716, - [ - -0.09633220732212067, - -0.07708878815174103, - 0.7008016705513, - 0.7026054859161377 - ] - ], - [ - 2.7333333492279053, - [ - -0.09426271915435791, - -0.07918716222047806, - 0.7022057175636292, - 0.7012496590614319 - ] - ], - [ - 2.7666666507720947, - [ - -0.0921676978468895, - -0.08129719644784927, - 0.703643262386322, - 0.6998443007469177 - ] - ], - [ - 2.799999952316284, - [ - -0.09004972130060196, - -0.0834154263138771, - 0.7051094770431519, - 0.6983935832977295 - ] - ], - [ - 2.8333332538604736, - [ - -0.08791151642799377, - -0.08553837239742279, - 0.7065995335578918, - 0.6969017386436462 - ] - ], - [ - 2.866666555404663, - [ - -0.08575598895549774, - -0.08766248822212219, - 0.7081086039543152, - 0.6953729391098022 - ] - ], - [ - 2.9000000953674316, - [ - -0.0835861936211586, - -0.08978421986103058, - 0.7096322178840637, - 0.6938114166259766 - ] - ], - [ - 2.933333396911621, - [ - -0.08140557259321213, - -0.09189984202384949, - 0.7111656665802002, - 0.6922217607498169 - ] - ], - [ - 2.9666666984558105, - [ - -0.07921770960092545, - -0.09400557726621628, - 0.7127042412757874, - 0.690608561038971 - ] - ], - [ - 3.0, - [ - -0.07702666521072388, - -0.0960974395275116, - 0.7142424583435059, - 0.6889774203300476 - ] - ], - [ - 3.0333333015441895, - [ - -0.07483676820993423, - -0.09817126393318176, - 0.7157750725746155, - 0.6873339414596558 - ] - ], - [ - 3.066666603088379, - [ - -0.07265298068523407, - -0.10022260993719101, - 0.7172957062721252, - 0.6856850385665894 - ] - ], - [ - 3.0999999046325684, - [ - -0.0704808235168457, - -0.10224662721157074, - 0.7187969088554382, - 0.6840388178825378 - ] - ], - [ - 3.133333444595337, - [ - -0.0683266669511795, - -0.10423816740512848, - 0.7202697396278381, - 0.6824056506156921 - ] - ], - [ - 3.1666667461395264, - [ - -0.0661979541182518, - -0.10619126260280609, - 0.7217023968696594, - 0.6807987093925476 - ] - ], - [ - 3.200000047683716, - [ - -0.06410352885723114, - -0.10809941589832306, - 0.7230793237686157, - 0.6792359948158264 - ] - ], - [ - 3.2333333492279053, - [ - -0.06205439195036888, - -0.1099548414349556, - 0.724377453327179, - 0.677743673324585 - ] - ], - [ - 3.2666666507720947, - [ - -0.06006501987576485, - -0.11174805462360382, - 0.7255598902702332, - 0.6763634085655212 - ] - ], - [ - 3.299999952316284, - [ - -0.058156564831733704, - -0.11346633732318878, - 0.7265592813491821, - 0.6751702427864075 - ] - ], - [ - 3.3333332538604736, - [ - -0.0563671700656414, - -0.11508908867835999, - 0.7272206544876099, - 0.6743347644805908 - ] - ], - [ - 3.366666555404663, - [ - -0.057855214923620224, - -0.11363853514194489, - 0.7280921339988708, - 0.6735139489173889 - ] - ], - [ - 3.4000000953674316, - [ - -0.05945234000682831, - -0.11207667738199234, - 0.7292298674583435, - 0.6724046468734741 - ] - ], - [ - 3.433333396911621, - [ - -0.06116184964776039, - -0.11041925847530365, - 0.7304090261459351, - 0.671244740486145 - ] - ], - [ - 3.4666666984558105, - [ - -0.06296484917402267, - -0.10868766903877258, - 0.7315904498100281, - 0.6700730919837952 - ] - ], - [ - 3.5, - [ - -0.06484468281269073, - -0.10689900070428848, - 0.7327584624290466, - 0.6689043045043945 - ] - ], - [ - 3.5333333015441895, - [ - -0.06678755581378937, - -0.10506679117679596, - 0.7339048981666565, - 0.6677454710006714 - ] - ], - [ - 3.566666603088379, - [ - -0.06878220289945602, - -0.10320191830396652, - 0.7350245714187622, - 0.6666013598442078 - ] - ], - [ - 3.5999999046325684, - [ - -0.07081914693117142, - -0.10131311416625977, - 0.7361136674880981, - 0.6654750108718872 - ] - ], - [ - 3.633333444595337, - [ - -0.07289047539234161, - -0.09940765798091888, - 0.737169086933136, - 0.6643694639205933 - ] - ], - [ - 3.6666667461395264, - [ - -0.07498924434185028, - -0.09749161452054977, - 0.7381882071495056, - 0.6632874011993408 - ] - ], - [ - 3.700000047683716, - [ - -0.07710950821638107, - -0.09557003527879715, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 3.7333333492279053, - [ - -0.07924596965312958, - -0.09364726394414902, - 0.7401068806648254, - 0.6612050533294678 - ] - ], - [ - 3.7666666507720947, - [ - -0.08139390498399734, - -0.09172696620225906, - 0.7410008907318115, - 0.6602112650871277 - ] - ], - [ - 3.799999952316284, - [ - -0.08354905247688293, - -0.08981229364871979, - 0.7418473362922668, - 0.6592540144920349 - ] - ], - [ - 3.8333332538604736, - [ - -0.08570749312639236, - -0.08790593594312668, - 0.7426427602767944, - 0.6583377122879028 - ] - ], - [ - 3.866666555404663, - [ - -0.08786564320325851, - -0.0860101506114006, - 0.7433831095695496, - 0.6574674248695374 - ] - ], - [ - 3.9000000953674316, - [ - -0.09002023190259933, - -0.0841268002986908, - 0.7440637946128845, - 0.6566491723060608 - ] - ], - [ - 3.933333396911621, - [ - -0.09216814488172531, - -0.08225739747285843, - 0.7446790337562561, - 0.655890166759491 - ] - ], - [ - 3.9666666984558105, - [ - -0.0943065658211708, - -0.08040301501750946, - 0.7452222108840942, - 0.6551989316940308 - ] - ], - [ - 4.0, - [ - -0.09643283486366272, - -0.07856430858373642, - 0.745684802532196, - 0.6545857787132263 - ] - ], - [ - 4.0333333015441895, - [ - -0.098544642329216, - -0.07674138993024826, - 0.7460563778877258, - 0.6540639996528625 - ] - ], - [ - 4.066666603088379, - [ - -0.10063983500003815, - -0.0749337300658226, - 0.7463232278823853, - 0.6536499261856079 - ] - ], - [ - 4.099999904632568, - [ - -0.10271674394607544, - -0.07313991338014603, - 0.7464675903320313, - 0.6533651351928711 - ] - ], - [ - 4.133333206176758, - [ - -0.10477416962385178, - -0.07135727256536484, - 0.7464650273323059, - 0.6532384753227234 - ] - ], - [ - 4.166666507720947, - [ - -0.1068117618560791, - -0.06958116590976715, - 0.7462809085845947, - 0.6533104181289673 - ] - ], - [ - 4.199999809265137, - [ - -0.1088261753320694, - -0.0678107813000679, - 0.7459054589271545, - 0.6535928249359131 - ] - ], - [ - 4.233333110809326, - [ - -0.11081026494503021, - -0.06605145335197449, - 0.7453653812408447, - 0.654055655002594 - ] - ], - [ - 4.266666889190674, - [ - -0.11275892704725266, - -0.0643058717250824, - 0.7446692585945129, - 0.6546892523765564 - ] - ], - [ - 4.300000190734863, - [ - -0.11466698348522186, - -0.0625770315527916, - 0.7438255548477173, - 0.6554840207099915 - ] - ], - [ - 4.333333492279053, - [ - -0.11652940511703491, - -0.06086809188127518, - 0.7428428530693054, - 0.6564301252365112 - ] - ], - [ - 4.366666793823242, - [ - -0.11834115535020828, - -0.05918258801102638, - 0.7417296171188354, - 0.6575180292129517 - ] - ], - [ - 4.400000095367432, - [ - -0.12009713053703308, - -0.05752438306808472, - 0.7404944896697998, - 0.65873783826828 - ] - ], - [ - 4.433333396911621, - [ - -0.12179223448038101, - -0.055897608399391174, - 0.7391458749771118, - 0.6600798964500427 - ] - ], - [ - 4.4666666984558105, - [ - -0.12342129647731781, - -0.05430684611201286, - 0.7376924753189087, - 0.6615344882011414 - ] - ], - [ - 4.5, - [ - -0.12497903406620026, - -0.052756987512111664, - 0.7361428737640381, - 0.6630917191505432 - ] - ], - [ - 4.5333333015441895, - [ - -0.12646009027957916, - -0.05125345662236214, - 0.7345058917999268, - 0.6647420525550842 - ] - ], - [ - 4.566666603088379, - [ - -0.1278589516878128, - -0.04980206489562988, - 0.732790470123291, - 0.666475772857666 - ] - ], - [ - 4.599999904632568, - [ - -0.12916986644268036, - -0.04840915650129318, - 0.7310054898262024, - 0.6682834029197693 - ] - ], - [ - 4.633333206176758, - [ - -0.13038687407970428, - -0.04708161577582359, - 0.7291601896286011, - 0.6701552271842957 - ] - ], - [ - 4.666666507720947, - [ - -0.13150374591350555, - -0.04582692310214043, - 0.7272638082504272, - 0.6720819473266602 - ] - ], - [ - 4.699999809265137, - [ - -0.13251377642154694, - -0.044653233140707016, - 0.7253258228302002, - 0.6740539073944092 - ] - ], - [ - 4.733333110809326, - [ - -0.1334099918603897, - -0.043569415807724, - 0.7233558893203735, - 0.6760619282722473 - ] - ], - [ - 4.766666889190674, - [ - -0.13418477773666382, - -0.04258514940738678, - 0.72136390209198, - 0.6780967116355896 - ] - ], - [ - 4.800000190734863, - [ - -0.13482984900474548, - -0.04171111434698105, - 0.7193598747253418, - 0.6801488399505615 - ] - ], - [ - 4.833333492279053, - [ - -0.135336235165596, - -0.04095892235636711, - 0.7173542380332947, - 0.6822091937065125 - ] - ], - [ - 4.866666793823242, - [ - -0.1356939673423767, - -0.04034150391817093, - 0.7153575420379639, - 0.6842685341835022 - ] - ], - [ - 4.900000095367432, - [ - -0.13589194416999817, - -0.03987307474017143, - 0.7133805751800537, - 0.686317503452301 - ] - ], - [ - 4.933333396911621, - [ - -0.13594438135623932, - -0.039543766528367996, - 0.7114294767379761, - 0.6883484721183777 - ] - ], - [ - 4.9666666984558105, - [ - -0.13587813079357147, - -0.03933101147413254, - 0.7095078825950623, - 0.6903541684150696 - ] - ], - [ - 5.0, - [ - -0.1356997936964035, - -0.039231497794389725, - 0.707623302936554, - 0.6923264265060425 - ] - ], - [ - 5.0333333015441895, - [ - -0.1354154348373413, - -0.03924227133393288, - 0.7057832479476929, - 0.6942570209503174 - ] - ], - [ - 5.066666603088379, - [ - -0.1350306272506714, - -0.03936062380671501, - 0.7039955854415894, - 0.6961377263069153 - ] - ], - [ - 5.099999904632568, - [ - -0.1345505267381668, - -0.039584070444107056, - 0.702268123626709, - 0.6979604363441467 - ] - ], - [ - 5.133333206176758, - [ - -0.1339798867702484, - -0.03991036117076874, - 0.7006089091300964, - 0.6997168660163879 - ] - ], - [ - 5.166666507720947, - [ - -0.1333230435848236, - -0.040337346494197845, - 0.6990260481834412, - 0.7013989090919495 - ] - ], - [ - 5.199999809265137, - [ - -0.13258403539657593, - -0.0408630333840847, - 0.6975277066230774, - 0.7029985189437866 - ] - ], - [ - 5.233333110809326, - [ - -0.1317664384841919, - -0.04148552194237709, - 0.6961220502853394, - 0.7045074701309204 - ] - ], - [ - 5.266666889190674, - [ - -0.13087360560894012, - -0.04220300912857056, - 0.6948175430297852, - 0.7059175968170166 - ] - ], - [ - 5.300000190734863, - [ - -0.12990857660770416, - -0.04301368072628975, - 0.6936225295066833, - 0.7072209715843201 - ] - ], - [ - 5.333333492279053, - [ - -0.1288740187883377, - -0.043915823101997375, - 0.6925454139709473, - 0.708409309387207 - ] - ], - [ - 5.366666793823242, - [ - -0.12777239084243774, - -0.04490770027041435, - 0.6915948390960693, - 0.7094745635986328 - ] - ], - [ - 5.400000095367432, - [ - -0.126605823636055, - -0.045987579971551895, - 0.6907791495323181, - 0.7104085683822632 - ] - ], - [ - 5.433333396911621, - [ - -0.12537619471549988, - -0.04715373367071152, - 0.6901068687438965, - 0.7112030982971191 - ] - ], - [ - 5.4666666984558105, - [ - -0.12408511340618134, - -0.04840438440442085, - 0.6895866394042969, - 0.7118498682975769 - ] - ], - [ - 5.5, - [ - -0.12273392826318741, - -0.04973771050572395, - 0.6892267465591431, - 0.7123405337333679 - ] - ], - [ - 5.5333333015441895, - [ - -0.12132377177476883, - -0.05115183815360069, - 0.6890357732772827, - 0.7126667499542236 - ] - ], - [ - 5.566666603088379, - [ - -0.11985544860363007, - -0.05264478549361229, - 0.6890217661857605, - 0.7128198742866516 - ] - ], - [ - 5.599999904632568, - [ - -0.11832968890666962, - -0.054214563220739365, - 0.6891932487487793, - 0.7127914428710938 - ] - ], - [ - 5.633333206176758, - [ - -0.11674729734659195, - -0.05585794895887375, - 0.6895516514778137, - 0.7125787734985352 - ] - ], - [ - 5.666666507720947, - [ - -0.11511101573705673, - -0.05756792426109314, - 0.6900749802589417, - 0.7122021317481995 - ] - ], - [ - 5.699999809265137, - [ - -0.11342363804578781, - -0.059337466955184937, - 0.6907401084899902, - 0.7116826772689819 - ] - ], - [ - 5.733333110809326, - [ - -0.11168782413005829, - -0.0611603781580925, - 0.6915282607078552, - 0.711037278175354 - ] - ], - [ - 5.766666889190674, - [ - -0.10990588366985321, - -0.06303121894598007, - 0.6924238801002502, - 0.7102794647216797 - ] - ], - [ - 5.800000190734863, - [ - -0.10808026045560837, - -0.06494494527578354, - 0.6934139132499695, - 0.7094208598136902 - ] - ], - [ - 5.833333492279053, - [ - -0.10621313005685806, - -0.06689698994159698, - 0.6944872736930847, - 0.70847088098526 - ] - ], - [ - 5.866666793823242, - [ - -0.10430669784545898, - -0.06888305395841599, - 0.6956342458724976, - 0.7074377536773682 - ] - ], - [ - 5.900000095367432, - [ - -0.10236319154500961, - -0.07089908421039581, - 0.6968464255332947, - 0.7063287496566772 - ] - ], - [ - 5.933333396911621, - [ - -0.10038471966981888, - -0.07294119149446487, - 0.6981160640716553, - 0.7051499485969543 - ] - ], - [ - 5.9666666984558105, - [ - -0.09837363660335541, - -0.0750056654214859, - 0.699436604976654, - 0.7039071917533875 - ] - ], - [ - 6.0, - [ - -0.09633214771747589, - -0.0770888477563858, - 0.7008016705513, - 0.7026054859161377 - ] - ], - [ - 6.0333333015441895, - [ - -0.09426266700029373, - -0.07918721437454224, - 0.7022056579589844, - 0.7012497186660767 - ] - ], - [ - 6.066666603088379, - [ - -0.09216764569282532, - -0.08129724860191345, - 0.703643262386322, - 0.6998443007469177 - ] - ], - [ - 6.099999904632568, - [ - -0.09004966914653778, - -0.08341548591852188, - 0.7051094770431519, - 0.6983935832977295 - ] - ], - [ - 6.133333206176758, - [ - -0.0879114642739296, - -0.08553842455148697, - 0.7065994739532471, - 0.696901798248291 - ] - ], - [ - 6.166666507720947, - [ - -0.08575592935085297, - -0.08766254782676697, - 0.7081086039543152, - 0.6953729391098022 - ] - ], - [ - 6.199999809265137, - [ - -0.08358615636825562, - -0.08978425711393356, - 0.709632158279419, - 0.6938114762306213 - ] - ], - [ - 6.233333110809326, - [ - -0.08140552788972855, - -0.09189987182617188, - 0.7111656069755554, - 0.6922218203544617 - ] - ], - [ - 6.266666889190674, - [ - -0.07921764254570007, - -0.09400564432144165, - 0.7127041816711426, - 0.690608561038971 - ] - ], - [ - 6.300000190734863, - [ - -0.0770265981554985, - -0.09609749913215637, - 0.7142423987388611, - 0.6889774799346924 - ] - ], - [ - 6.333333492279053, - [ - -0.07483670115470886, - -0.09817132353782654, - 0.7157750129699707, - 0.6873340010643005 - ] - ], - [ - 6.366666793823242, - [ - -0.0726529061794281, - -0.100222647190094, - 0.7172956466674805, - 0.6856850385665894 - ] - ], - [ - 6.400000095367432, - [ - -0.07048077136278152, - -0.10224670171737671, - 0.7187969088554382, - 0.6840388774871826 - ] - ], - [ - 6.433333396911621, - [ - -0.06832662224769592, - -0.10423821210861206, - 0.7202697396278381, - 0.6824057102203369 - ] - ], - [ - 6.4666666984558105, - [ - -0.06619789451360703, - -0.10619132220745087, - 0.7217023968696594, - 0.6807987093925476 - ] - ], - [ - 6.5, - [ - -0.06410347670316696, - -0.10809945315122604, - 0.7230793237686157, - 0.6792360544204712 - ] - ], - [ - 6.5333333015441895, - [ - -0.0620543397963047, - -0.10995488613843918, - 0.7243773937225342, - 0.6777437329292297 - ] - ], - [ - 6.566666603088379, - [ - -0.06006496772170067, - -0.1117480993270874, - 0.7255598902702332, - 0.6763634085655212 - ] - ], - [ - 6.599999904632568, - [ - -0.05815650895237923, - -0.11346637457609177, - 0.7265592217445374, - 0.6751703023910522 - ] - ], - [ - 6.633333206176758, - [ - -0.056367117911577225, - -0.11508913338184357, - 0.7272205948829651, - 0.6743348240852356 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658282749_680894.json b/lenses/physics-objects/Scene/assets/1646688658282749_680894.json deleted file mode 100644 index 0a014312..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658282749_680894.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658282749:680894", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658283638_680907.json b/lenses/physics-objects/Scene/assets/1646688658283638_680907.json deleted file mode 100644 index acb4c75f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658283638_680907.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658283638:680907", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658283782_680914.json b/lenses/physics-objects/Scene/assets/1646688658283782_680914.json deleted file mode 100644 index f5d94081..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658283782_680914.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658283782:680914", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.03333333507180214, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ], - [ - 0.06666667014360428, - [ - -0.07447168231010437, - -0.09147372841835022, - 0.7375175356864929, - 0.6649470329284668 - ] - ], - [ - 0.10000000149011612, - [ - -0.06844864785671234, - -0.08474902808666229, - 0.7334315180778503, - 0.6709773540496826 - ] - ], - [ - 0.13333334028720856, - [ - -0.06842648237943649, - -0.07775477319955826, - 0.7313636541366577, - 0.6740765571594238 - ] - ], - [ - 0.1666666716337204, - [ - -0.07827264815568924, - -0.0715152695775032, - 0.7331753969192505, - 0.6717238426208496 - ] - ], - [ - 0.20000000298023224, - [ - -0.0927291214466095, - -0.065275639295578, - 0.7362284660339355, - 0.6671642065048218 - ] - ], - [ - 0.23333333432674408, - [ - -0.10867708176374435, - -0.058659911155700684, - 0.7390431761741638, - 0.6622412800788879 - ] - ], - [ - 0.2666666805744171, - [ - -0.1220151036977768, - -0.05078640580177307, - 0.7400896549224854, - 0.6593940258026123 - ] - ], - [ - 0.30000001192092896, - [ - -0.12560848891735077, - -0.03970082849264145, - 0.7370697259902954, - 0.6628533601760864 - ] - ], - [ - 0.3333333432674408, - [ - -0.12429462373256683, - -0.02702448144555092, - 0.7320270538330078, - 0.6692958474159241 - ] - ], - [ - 0.36666667461395264, - [ - -0.12780065834522247, - -0.015676256269216537, - 0.7286404967308044, - 0.672684371471405 - ] - ], - [ - 0.4000000059604645, - [ - -0.14020568132400513, - -0.006955972407013178, - 0.7283481955528259, - 0.6706734299659729 - ] - ], - [ - 0.4333333373069763, - [ - -0.1560509204864502, - 0.00020201558072585613, - 0.7289610505104065, - 0.6665312051773071 - ] - ], - [ - 0.46666666865348816, - [ - -0.17207768559455872, - 0.0063881962560117245, - 0.7293304800987244, - 0.6621370911598206 - ] - ], - [ - 0.5, - [ - -0.18403242528438568, - 0.012742733582854271, - 0.7283390760421753, - 0.6599181294441223 - ] - ], - [ - 0.5333333611488342, - [ - -0.1845720261335373, - 0.0215448010712862, - 0.7242996096611023, - 0.6639721989631653 - ] - ], - [ - 0.5666666626930237, - [ - -0.17875534296035767, - 0.030779249966144562, - 0.7187852263450623, - 0.6711534261703491 - ] - ], - [ - 0.6000000238418579, - [ - -0.17666175961494446, - 0.037049733102321625, - 0.7147239446640015, - 0.6757126450538635 - ] - ], - [ - 0.6333333253860474, - [ - -0.18247245252132416, - 0.039024583995342255, - 0.7134681344032288, - 0.6753844022750854 - ] - ], - [ - 0.6666666865348816, - [ - -0.18905887007713318, - 0.03641548380255699, - 0.7125390768051147, - 0.6746990084648132 - ] - ], - [ - 0.699999988079071, - [ - -0.19224053621292114, - 0.02892819046974182, - 0.7104256749153137, - 0.6763890385627747 - ] - ], - [ - 0.7333333492279053, - [ - -0.1887332648038864, - 0.01852949894964695, - 0.7063067555427551, - 0.6820316910743713 - ] - ], - [ - 0.7666666507720947, - [ - -0.17230509221553802, - 0.0077214413322508335, - 0.6980953812599182, - 0.6949202418327332 - ] - ], - [ - 0.800000011920929, - [ - -0.14928625524044037, - -0.0050992039032280445, - 0.6868617534637451, - 0.7112724781036377 - ] - ], - [ - 0.8333333134651184, - [ - -0.13070446252822876, - -0.02179197035729885, - 0.6762692928314209, - 0.7246387600898743 - ] - ], - [ - 0.8666666746139526, - [ - -0.12130032479763031, - -0.04173913598060608, - 0.6690050959587097, - 0.7321040034294128 - ] - ], - [ - 0.8999999761581421, - [ - -0.1161351203918457, - -0.06266286969184875, - 0.6637380123138428, - 0.7362322211265564 - ] - ], - [ - 0.9333333373069763, - [ - -0.1126151755452156, - -0.08307552337646484, - 0.6596905589103699, - 0.7383933067321777 - ] - ], - [ - 0.9666666388511658, - [ - -0.10731003433465958, - -0.10151489824056625, - 0.6554723978042603, - 0.740631639957428 - ] - ], - [ - 1.0, - [ - -0.09407102316617966, - -0.11637984961271286, - 0.6479977369308472, - 0.7467966675758362 - ] - ], - [ - 1.0333333015441895, - [ - -0.07845986634492874, - -0.12780246138572693, - 0.6398612260818481, - 0.753716230392456 - ] - ], - [ - 1.0666667222976685, - [ - -0.06987202912569046, - -0.137150377035141, - 0.6361198425292969, - 0.7560815215110779 - ] - ], - [ - 1.100000023841858, - [ - -0.07145382463932037, - -0.14562739431858063, - 0.6386121511459351, - 0.7522376775741577 - ] - ], - [ - 1.1333333253860474, - [ - -0.07768894731998444, - -0.15299402177333832, - 0.6441255211830139, - 0.7454257607460022 - ] - ], - [ - 1.1666666269302368, - [ - -0.0853157714009285, - -0.1592300981283188, - 0.6506080627441406, - 0.737615168094635 - ] - ], - [ - 1.2000000476837158, - [ - -0.09028317034244537, - -0.16403143107891083, - 0.6557307243347168, - 0.7314096093177795 - ] - ], - [ - 1.2333333492279053, - [ - -0.08588456362485886, - -0.16656488180160522, - 0.6558812260627747, - 0.731231689453125 - ] - ], - [ - 1.2666666507720947, - [ - -0.07658874243497849, - -0.16751019656658173, - 0.6533506512641907, - 0.7343075275421143 - ] - ], - [ - 1.2999999523162842, - [ - -0.07106634229421616, - -0.1679438054561615, - 0.6529311537742615, - 0.7351362705230713 - ] - ], - [ - 1.3333333730697632, - [ - -0.07360947877168655, - -0.1665908396244049, - 0.6568293571472168, - 0.7317132949829102 - ] - ], - [ - 1.3666666746139526, - [ - -0.08029553294181824, - -0.1618683785200119, - 0.6623778343200684, - 0.7270536422729492 - ] - ], - [ - 1.399999976158142, - [ - -0.0884135365486145, - -0.1542041301727295, - 0.6680073142051697, - 0.7226135730743408 - ] - ], - [ - 1.4333332777023315, - [ - -0.09429523348808289, - -0.14371198415756226, - 0.6718707084655762, - 0.7204477787017822 - ] - ], - [ - 1.4666666984558105, - [ - -0.0913005843758583, - -0.1299128532409668, - 0.6708550453186035, - 0.7243896722793579 - ] - ], - [ - 1.5, - [ - -0.0840393602848053, - -0.11423341929912567, - 0.66748046875, - 0.7309979200363159 - ] - ], - [ - 1.5333333015441895, - [ - -0.08185745030641556, - -0.09866639971733093, - 0.6666904091835022, - 0.7342263460159302 - ] - ], - [ - 1.5666667222976685, - [ - -0.08887309581041336, - -0.08439796417951584, - 0.6706289649009705, - 0.7315978407859802 - ] - ], - [ - 1.600000023841858, - [ - -0.10011943429708481, - -0.07163193821907043, - 0.6765350699424744, - 0.7260478138923645 - ] - ], - [ - 1.6333333253860474, - [ - -0.11261375993490219, - -0.060764700174331665, - 0.6828721761703491, - 0.7192436456680298 - ] - ], - [ - 1.6666666269302368, - [ - -0.12228577584028244, - -0.05176122114062309, - 0.6879717707633972, - 0.7134856581687927 - ] - ], - [ - 1.7000000476837158, - [ - -0.12198532372713089, - -0.04370599612593651, - 0.6892188191413879, - 0.7128722071647644 - ] - ], - [ - 1.7333333492279053, - [ - -0.1183440163731575, - -0.03846299648284912, - 0.689516007900238, - 0.7135004997253418 - ] - ], - [ - 1.7666666507720947, - [ - -0.12239763140678406, - -0.03790782392024994, - 0.6932801008224487, - 0.7091858386993408 - ] - ], - [ - 1.7999999523162842, - [ - -0.13737566769123077, - -0.04232652112841606, - 0.7014032006263733, - 0.6981188654899597 - ] - ], - [ - 1.8333333730697632, - [ - -0.15698596835136414, - -0.05025168135762215, - 0.7106875777244568, - 0.6839249730110168 - ] - ], - [ - 1.8666666746139526, - [ - -0.17731335759162903, - -0.060291141271591187, - 0.7192879319190979, - 0.6689916253089905 - ] - ], - [ - 1.899999976158142, - [ - -0.19382244348526, - -0.07017229497432709, - 0.7257457971572876, - 0.6563550233840942 - ] - ], - [ - 1.9333332777023315, - [ - -0.1995861530303955, - -0.07601404190063477, - 0.7285494208335876, - 0.6508479118347168 - ] - ], - [ - 1.9666666984558105, - [ - -0.19922998547554016, - -0.0782642811536789, - 0.7291748523712158, - 0.6499893665313721 - ] - ], - [ - 2.0, - [ - -0.20143947005271912, - -0.07940328121185303, - 0.729729175567627, - 0.6485465168952942 - ] - ], - [ - 2.0333333015441895, - [ - -0.20935305953025818, - -0.07992873340845108, - 0.7307709455490112, - 0.644791841506958 - ] - ], - [ - 2.066666603088379, - [ - -0.21691633760929108, - -0.0753551721572876, - 0.7301388382911682, - 0.6435574889183044 - ] - ], - [ - 2.0999999046325684, - [ - -0.2212711125612259, - -0.0641181543469429, - 0.7270163893699646, - 0.6468192338943481 - ] - ], - [ - 2.133333444595337, - [ - -0.2195701003074646, - -0.047101762145757675, - 0.7211869359016418, - 0.6553318500518799 - ] - ], - [ - 2.1666667461395264, - [ - -0.2056937962770462, - -0.02454950474202633, - 0.711329460144043, - 0.6716382503509521 - ] - ], - [ - 2.200000047683716, - [ - -0.18514803051948547, - -0.0015722439857199788, - 0.6984966993331909, - 0.691245436668396 - ] - ], - [ - 2.2333333492279053, - [ - -0.1692584604024887, - 0.016331277787685394, - 0.6862465739250183, - 0.7072132229804993 - ] - ], - [ - 2.2666666507720947, - [ - -0.16439513862133026, - 0.02662968449294567, - 0.6775864958763123, - 0.7163390517234802 - ] - ], - [ - 2.299999952316284, - [ - -0.16714048385620117, - 0.0289575457572937, - 0.6720603108406067, - 0.7208054065704346 - ] - ], - [ - 2.3333332538604736, - [ - -0.1710483729839325, - 0.023879533633589745, - 0.6683127880096436, - 0.7235538959503174 - ] - ], - [ - 2.366666555404663, - [ - -0.16799961030483246, - 0.01405530609190464, - 0.6640416383743286, - 0.7284417152404785 - ] - ], - [ - 2.4000000953674316, - [ - -0.15158711373806, - 0.0015627203974872828, - 0.6564597487449646, - 0.7389719486236572 - ] - ], - [ - 2.433333396911621, - [ - -0.12815354764461517, - -0.014504272490739822, - 0.6467559337615967, - 0.7517135739326477 - ] - ], - [ - 2.4666666984558105, - [ - -0.10868359357118607, - -0.03498642146587372, - 0.6389970779418945, - 0.7606883645057678 - ] - ], - [ - 2.5, - [ - -0.09773164242506027, - -0.058866456151008606, - 0.6358439922332764, - 0.763338565826416 - ] - ], - [ - 2.5333333015441895, - [ - -0.0902286246418953, - -0.08422146737575531, - 0.6352910995483398, - 0.762345552444458 - ] - ], - [ - 2.566666603088379, - [ - -0.08355187624692917, - -0.10969913005828857, - 0.6360315680503845, - 0.7592424154281616 - ] - ], - [ - 2.5999999046325684, - [ - -0.07435964792966843, - -0.13400240242481232, - 0.6360630989074707, - 0.7562656402587891 - ] - ], - [ - 2.633333444595337, - [ - -0.056799765676259995, - -0.15588104724884033, - 0.6314211487770081, - 0.7574841380119324 - ] - ], - [ - 2.6666667461395264, - [ - -0.0365612730383873, - -0.17510613799095154, - 0.6246828436851501, - 0.7601135969161987 - ] - ], - [ - 2.700000047683716, - [ - -0.023113226518034935, - -0.19094611704349518, - 0.6221148371696472, - 0.7589324712753296 - ] - ], - [ - 2.7333333492279053, - [ - -0.0198544729501009, - -0.20368550717830658, - 0.6268751621246338, - 0.751761794090271 - ] - ], - [ - 2.7666666507720947, - [ - -0.021369250491261482, - -0.21462130546569824, - 0.6354026794433594, - 0.7414475679397583 - ] - ], - [ - 2.799999952316284, - [ - -0.024559177458286285, - -0.22396574914455414, - 0.6453364491462708, - 0.7299157977104187 - ] - ], - [ - 2.8333332538604736, - [ - -0.02562129497528076, - -0.23173296451568604, - 0.6538902521133423, - 0.7197714447975159 - ] - ], - [ - 2.866666555404663, - [ - -0.018294408917427063, - -0.2375933825969696, - 0.6566892266273499, - 0.7155236601829529 - ] - ], - [ - 2.9000000953674316, - [ - -0.0068920087069272995, - -0.2418746054172516, - 0.6564825773239136, - 0.7144786715507507 - ] - ], - [ - 2.933333396911621, - [ - 0.000418557581724599, - -0.2450491040945053, - 0.6589452028274536, - 0.7111554145812988 - ] - ], - [ - 2.9666666984558105, - [ - 0.0005329838022589684, - -0.247329443693161, - 0.666216254234314, - 0.7035508155822754 - ] - ], - [ - 3.0, - [ - -0.005942446645349264, - -0.2433396726846695, - 0.6762283444404602, - 0.6953169703483582 - ] - ], - [ - 3.0333333015441895, - [ - -0.014961952343583107, - -0.2346389889717102, - 0.6873341202735901, - 0.6872354745864868 - ] - ], - [ - 3.066666603088379, - [ - -0.02304173819720745, - -0.22191019356250763, - 0.6968307495117188, - 0.6816537976264954 - ] - ], - [ - 3.0999999046325684, - [ - -0.023762041702866554, - -0.20509564876556396, - 0.7009376287460327, - 0.682684063911438 - ] - ], - [ - 3.133333444595337, - [ - -0.02114638313651085, - -0.18552452325820923, - 0.7024299502372742, - 0.6868229508399963 - ] - ], - [ - 3.1666667461395264, - [ - -0.02366427704691887, - -0.16535133123397827, - 0.7064806818962097, - 0.687738299369812 - ] - ], - [ - 3.200000047683716, - [ - -0.03491097316145897, - -0.14631608128547668, - 0.7149126529693604, - 0.6828416585922241 - ] - ], - [ - 3.2333333492279053, - [ - -0.04984912648797035, - -0.12908056378364563, - 0.7243511080741882, - 0.6754027605056763 - ] - ], - [ - 3.2666666507720947, - [ - -0.06520476937294006, - -0.11428908258676529, - 0.7329323887825012, - 0.66745525598526 - ] - ], - [ - 3.299999952316284, - [ - -0.07659280300140381, - -0.10198955237865448, - 0.7387802600860596, - 0.6617670059204102 - ] - ], - [ - 3.3333332538604736, - [ - -0.07775861769914627, - -0.09773678332567215, - 0.7391610741615295, - 0.6618474125862122 - ] - ], - [ - 3.366666555404663, - [ - -0.0771094560623169, - -0.09557007998228073, - 0.7391683459281921, - 0.6622315645217896 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658283929_680921.json b/lenses/physics-objects/Scene/assets/1646688658283929_680921.json deleted file mode 100644 index cc168d93..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658283929_680921.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658283929:680921", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658284828_680934.json b/lenses/physics-objects/Scene/assets/1646688658284828_680934.json deleted file mode 100644 index 0811e410..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658284828_680934.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658284828:680934", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.51051139831543, - -3.585482842430928e-15, - -6.2559232976022055e-16 - ] - ], - [ - 0.23333333432674408, - [ - 18.449323654174805, - -5.483470224925107e-15, - -6.471925169481525e-16 - ] - ], - [ - 0.2666666805744171, - [ - 18.415428161621094, - 2.443702123048155e-15, - 5.719771029627139e-16 - ] - ], - [ - 0.30000001192092896, - [ - 18.376243591308594, - 3.2489329355642714e-15, - 1.4597525467381829e-15 - ] - ], - [ - 0.36666667461395264, - [ - 18.284954071044922, - 3.1531760726354096e-15, - 1.011404031712852e-15 - ] - ], - [ - 0.6000000238418579, - [ - 17.907310485839844, - 2.75523131192763e-15, - 2.202365866293374e-16 - ] - ], - [ - 0.6666666865348816, - [ - 17.80716323852539, - -2.4622288511869745e-15, - 2.1885002016446171e-16 - ] - ], - [ - 0.699999988079071, - [ - 17.76207160949707, - 1.0352333978597204e-15, - 8.842642275113039e-16 - ] - ], - [ - 0.7333333492279053, - [ - 17.72128677368164, - -4.153362105873944e-15, - -1.2259320927337282e-16 - ] - ], - [ - 0.7666666507720947, - [ - 17.685546875, - 5.360693116857951e-16, - -2.274200877665439e-16 - ] - ], - [ - 0.8333333134651184, - [ - 17.632150650024414, - -4.614040455995982e-16, - -2.3600296674195333e-16 - ] - ], - [ - 1.0666667222976685, - [ - 17.684396743774414, - 1.7609810738252168e-15, - 1.5202098409858138e-15 - ] - ], - [ - 1.100000023841858, - [ - 17.720691680908203, - -7.37357162480123e-16, - 4.0934759765305585e-16 - ] - ], - [ - 1.1333333253860474, - [ - 17.762548446655273, - -1.2744921051410351e-14, - -1.920983268220949e-15 - ] - ], - [ - 1.2000000476837158, - [ - 17.859750747680664, - -1.460160710739641e-15, - 4.0787201331937966e-16 - ] - ], - [ - 1.4333332777023315, - [ - 18.259641647338867, - -3.3173727741859452e-15, - -1.8672818028815e-15 - ] - ], - [ - 1.5, - [ - 18.363039016723633, - -7.203342672237704e-15, - -3.199679028472618e-15 - ] - ], - [ - 1.5333333015441895, - [ - 18.408676147460938, - 6.791539817238134e-16, - -9.103859162763487e-17 - ] - ], - [ - 1.5666667222976685, - [ - 18.449138641357422, - -4.8661962351629565e-15, - -1.902920714137225e-15 - ] - ], - [ - 1.6333333253860474, - [ - 18.511144638061523, - 4.789126824874656e-15, - 2.121714406610694e-15 - ] - ], - [ - 1.899999976158142, - [ - 18.456161499023438, - 5.66129462780578e-15, - 4.637243335399238e-16 - ] - ], - [ - 1.9333332777023315, - [ - 18.41937255859375, - 6.3274360658773995e-15, - 9.07993061435245e-16 - ] - ], - [ - 2.0, - [ - 18.332622528076172, - 2.5526777821518673e-15, - -1.3120073426056938e-15 - ] - ], - [ - 2.0999999046325684, - [ - 18.18040657043457, - -6.773214682940761e-15, - -6.450192951032939e-16 - ] - ], - [ - 2.2333333492279053, - [ - 17.9665584564209, - -6.329154272210905e-15, - -6.436154968118976e-16 - ] - ], - [ - 2.299999952316284, - [ - 17.86796760559082, - 5.374036532755167e-15, - 5.357976788075225e-16 - ] - ], - [ - 2.366666555404663, - [ - 17.782638549804688, - -4.000609031199051e-15, - 4.828586489997208e-16 - ] - ], - [ - 2.4000000953674316, - [ - 17.746889114379883, - 4.603624491843596e-15, - 1.3712604736396843e-15 - ] - ], - [ - 2.4666666984558105, - [ - 17.69341278076172, - 8.433907055811068e-15, - 4.835095408801265e-16 - ] - ], - [ - 2.700000047683716, - [ - 17.737407684326172, - 1.3320601064781105e-15, - -1.5978524808211688e-16 - ] - ], - [ - 2.7333333492279053, - [ - 17.77105140686035, - 7.036351820752414e-15, - -5.5498015603130485e-17 - ] - ], - [ - 2.7666666507720947, - [ - 17.809955596923828, - -3.4956357283750595e-15, - -6.762455352807382e-16 - ] - ], - [ - 2.8333332538604736, - [ - 17.900588989257813, - 5.257445623939165e-16, - 7.211727980778167e-16 - ] - ], - [ - 3.066666603088379, - [ - 18.273523330688477, - 1.5102552450918852e-16, - -1.3217633622130505e-15 - ] - ], - [ - 3.133333444595337, - [ - 18.371719360351563, - -4.31690950373085e-16, - -7.661243071930104e-16 - ] - ], - [ - 3.200000047683716, - [ - 18.455881118774414, - 5.229145194380214e-15, - 1.3509351769164886e-15 - ] - ], - [ - 3.2666666507720947, - [ - 18.520166397094727, - -6.539057506869993e-15, - -1.2017654751249546e-15 - ] - ], - [ - 3.3333332538604736, - [ - 18.55848503112793, - 4.1860808710440095e-15, - 2.625878104755788e-16 - ] - ], - [ - 3.5333333015441895, - [ - 18.493396759033203, - -3.596091083062341e-15, - -2.0310329386320005e-16 - ] - ], - [ - 3.566666603088379, - [ - 18.458759307861328, - -5.9107267725308586e-15, - -1.0933577516123762e-15 - ] - ], - [ - 3.5999999046325684, - [ - 18.418758392333984, - 8.605758182347704e-15, - 1.3487302442756672e-15 - ] - ], - [ - 3.6666667461395264, - [ - 18.325624465942383, - 5.609545149893279e-15, - 9.558928804815942e-16 - ] - ], - [ - 3.9000000953674316, - [ - 17.941965103149414, - -2.4766946916184203e-15, - -1.4450979238386178e-15 - ] - ], - [ - 3.9666666984558105, - [ - 17.840389251708984, - -7.69145038441156e-16, - -3.362623656508434e-16 - ] - ], - [ - 4.0, - [ - 17.794597625732422, - -2.5729915380511567e-15, - -1.003114861411903e-15 - ] - ], - [ - 4.0333333015441895, - [ - 17.753116607666016, - -5.0415379844752275e-15, - -5.666823000094272e-16 - ] - ], - [ - 4.066666603088379, - [ - 17.71668815612793, - -7.207736232135113e-15, - -7.825316000791222e-16 - ] - ], - [ - 4.133333206176758, - [ - 17.66193199157715, - -9.89829234337514e-15, - -4.580483657603727e-16 - ] - ], - [ - 4.366666793823242, - [ - 17.709535598754883, - -1.3476433951252215e-15, - -7.002362612040585e-16 - ] - ], - [ - 4.400000095367432, - [ - 17.745174407958984, - -1.2924627985016297e-15, - 1.87306883785626e-16 - ] - ], - [ - 4.433333396911621, - [ - 17.786376953125, - 2.7982010815836037e-15, - 1.1876412007294892e-15 - ] - ], - [ - 4.5, - [ - 17.882129669189453, - -4.235715731203691e-15, - -2.5826132499968144e-16 - ] - ], - [ - 4.733333110809326, - [ - 18.269886016845703, - -5.648841125898774e-15, - -1.8672818028815e-15 - ] - ], - [ - 4.800000190734863, - [ - 18.368267059326172, - -3.0955877848592474e-15, - 3.53015777375027e-16 - ] - ], - [ - 4.833333492279053, - [ - 18.411231994628906, - -9.645919723773669e-15, - -3.199663146604857e-15 - ] - ], - [ - 4.866666793823242, - [ - 18.44894027709961, - 3.518518746961608e-16, - -1.0147421885579812e-15 - ] - ], - [ - 4.933333396911621, - [ - 18.50516128540039, - 3.567881497786984e-15, - 1.233535986910569e-15 - ] - ], - [ - 5.166666507720947, - [ - 18.45978546142578, - 4.665432909521216e-15, - -4.515763458290802e-16 - ] - ], - [ - 5.199999809265137, - [ - 18.42525291442871, - 3.3298466048836857e-15, - -8.685407019718631e-16 - ] - ], - [ - 5.233333110809326, - [ - 18.385421752929688, - -1.8882145281069957e-15, - -1.312452987815068e-15 - ] - ], - [ - 5.300000190734863, - [ - 18.29282569885254, - 1.4424547575267108e-15, - -1.3120073426056938e-15 - ] - ], - [ - 5.5333333015441895, - [ - 17.9105224609375, - 4.106944700364408e-15, - 2.2429644201530687e-15 - ] - ], - [ - 5.599999904632568, - [ - 17.809051513671875, - -2.4530313439292137e-15, - 9.170846234001501e-17 - ] - ], - [ - 5.633333206176758, - [ - 17.763307571411133, - -3.223456513851467e-15, - -6.275817983950841e-16 - ] - ], - [ - 5.666666507720947, - [ - 17.721872329711914, - -5.034065565693668e-16, - -1.0714513620140118e-15 - ] - ], - [ - 5.699999809265137, - [ - 17.685489654541016, - -1.7246467485197963e-15, - 3.898772218714357e-17 - ] - ], - [ - 5.766666889190674, - [ - 17.63083267211914, - 2.2721692691414497e-15, - 9.275988036697483e-16 - ] - ], - [ - 6.0, - [ - 17.671783447265625, - -4.27456616787893e-15, - -9.369413653197265e-16 - ] - ], - [ - 6.0333333015441895, - [ - 17.705156326293945, - -1.207057101704689e-15, - -5.55098700939251e-16 - ] - ], - [ - 6.066666603088379, - [ - 17.743837356567383, - 2.194257272828868e-15, - -1.211344994241927e-16 - ] - ], - [ - 6.133333206176758, - [ - 17.83417510986328, - 5.881946075290815e-16, - 4.852504053449709e-16 - ] - ], - [ - 6.400000095367432, - [ - 18.260404586791992, - -9.743669866985657e-15, - -1.7695081545052258e-15 - ] - ], - [ - 6.4666666984558105, - [ - 18.35369300842285, - -1.3475455628198137e-15, - -2.1071208494926702e-16 - ] - ], - [ - 6.5, - [ - 18.3942928314209, - -1.1229911145687731e-14, - -2.7568900141965906e-15 - ] - ], - [ - 6.566666603088379, - [ - 18.459714889526367, - 2.2316973996469288e-15, - -5.356316603498607e-16 - ] - ], - [ - 6.633333206176758, - [ - 18.499189376831055, - -1.0801932502494446e-14, - -2.1799045112958805e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658284968_680941.json b/lenses/physics-objects/Scene/assets/1646688658284968_680941.json deleted file mode 100644 index 945742e1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658284968_680941.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658284968:680941", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.052755282775471e-17, - 3.9429676689906046e-05, - 3.9429676689906046e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 9.052755282775471e-17, - 3.9429676689906046e-05, - 3.9429676689906046e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658285094_680948.json b/lenses/physics-objects/Scene/assets/1646688658285094_680948.json deleted file mode 100644 index 9772c4a5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658285094_680948.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658285094:680948", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658286051_680961.json b/lenses/physics-objects/Scene/assets/1646688658286051_680961.json deleted file mode 100644 index 3037789b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658286051_680961.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658286051:680961", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 17.896520614624023, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 17.796785354614258, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 17.751941680908203, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 17.7114315032959, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 17.675989151000977, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 17.62326431274414, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 17.678565979003906, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 17.715377807617188, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 17.75777244567871, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 17.855960845947266, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 18.252674102783203, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 18.35362434387207, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 18.397857666015625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 18.436817169189453, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 18.495573043823242, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 18.426612854003906, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 18.388216018676758, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 18.29850959777832, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 17.92641258239746, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 17.827831268310547, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 17.78351593017578, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 17.74350357055664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 17.67932891845703, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 17.641210556030273, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 17.678119659423828, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 17.741239547729492, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 17.781085968017578, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 17.8736572265625, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 18.255290985107422, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 18.356416702270508, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 18.443187713623047, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 18.50969696044922, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 18.550031661987305, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 18.490400314331055, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 18.4566707611084, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 18.417621612548828, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 18.32651710510254, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658286197_680968.json b/lenses/physics-objects/Scene/assets/1646688658286197_680968.json deleted file mode 100644 index 7fc3729c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658286197_680968.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658286197:680968", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.880435577317844e-17, - 3.9710430428385735e-05, - 3.971043406636454e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 5.880435577317844e-17, - 3.9710430428385735e-05, - 3.971043406636454e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658286326_680975.json b/lenses/physics-objects/Scene/assets/1646688658286326_680975.json deleted file mode 100644 index f7ea0da5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658286326_680975.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658286326:680975", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658287192_680988.json b/lenses/physics-objects/Scene/assets/1646688658287192_680988.json deleted file mode 100644 index fd100e9b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658287192_680988.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658287192:680988", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.51051139831543, - 2.6791899861849933e-12, - -2.6789679415800682e-12 - ] - ], - [ - 0.23333333432674408, - [ - 18.449323654174805, - 5.205919029194206e-12, - -5.207279052399372e-12 - ] - ], - [ - 0.2666666805744171, - [ - 18.415428161621094, - 8.263253796492176e-12, - -8.262282351345629e-12 - ] - ], - [ - 0.30000001192092896, - [ - 18.376243591308594, - 2.0612900275551738e-11, - -2.0614066009727594e-11 - ] - ], - [ - 0.36666667461395264, - [ - 18.284954071044922, - -3.5724754317983942e-12, - 3.5733636102180943e-12 - ] - ], - [ - 0.6000000238418579, - [ - 17.907310485839844, - 8.7829717457244e-12, - -8.78347134608548e-12 - ] - ], - [ - 0.6666666865348816, - [ - 17.80716323852539, - 3.2858427350540564e-12, - -3.2855929348735158e-12 - ] - ], - [ - 0.699999988079071, - [ - 17.76207160949707, - 3.616822553259569e-13, - -3.5971160945724723e-13 - ] - ], - [ - 0.7333333492279053, - [ - 17.72128677368164, - 9.58164363823455e-12, - -9.582892639137253e-12 - ] - ], - [ - 0.7666666507720947, - [ - 17.685546875, - 1.2027823181881558e-11, - -1.2026490914252008e-11 - ] - ], - [ - 0.8333333134651184, - [ - 17.632150650024414, - 1.1781688905726506e-12, - -1.1770586675480255e-12 - ] - ], - [ - 1.0666667222976685, - [ - 17.684396743774414, - 2.0892954033513433e-11, - -2.089239892200112e-11 - ] - ], - [ - 1.100000023841858, - [ - 17.720691680908203, - 8.538891815845773e-12, - -8.539835505416704e-12 - ] - ], - [ - 1.1333333253860474, - [ - 17.762548446655273, - 8.844092125315228e-12, - -8.844480703373847e-12 - ] - ], - [ - 1.2000000476837158, - [ - 17.859752655029297, - 2.5546765224093715e-12, - -2.5555091896778404e-12 - ] - ], - [ - 1.4333332777023315, - [ - 18.259641647338867, - -2.7321480581404822e-12, - 2.7320370358380197e-12 - ] - ], - [ - 1.5, - [ - 18.363039016723633, - 6.35147403421632e-12, - -6.351807101123708e-12 - ] - ], - [ - 1.5333333015441895, - [ - 18.408676147460938, - 2.96551693791669e-12, - -2.9625193357502022e-12 - ] - ], - [ - 1.5666667222976685, - [ - 18.449140548706055, - 5.9681148911749915e-12, - -5.9681148911749915e-12 - ] - ], - [ - 1.6333333253860474, - [ - 18.511144638061523, - 3.041121174329753e-12, - -3.0446738880085533e-12 - ] - ], - [ - 1.899999976158142, - [ - 18.456161499023438, - 2.9732880654081972e-12, - -2.9718447754761845e-12 - ] - ], - [ - 1.9333332777023315, - [ - 18.41937255859375, - 3.6479669111855184e-12, - -3.6486330450002935e-12 - ] - ], - [ - 2.0, - [ - 18.332622528076172, - 6.280420628002048e-12, - -6.2803096056995855e-12 - ] - ], - [ - 2.0999999046325684, - [ - 18.18040657043457, - 8.86046791492845e-12, - -8.861134048743224e-12 - ] - ], - [ - 2.2333333492279053, - [ - 17.9665584564209, - 7.865097462200765e-12, - -7.865041951049534e-12 - ] - ], - [ - 2.299999952316284, - [ - 17.86796760559082, - 1.165112537698798e-11, - -1.164979310935843e-11 - ] - ], - [ - 2.366666555404663, - [ - 17.782638549804688, - 8.473777235451507e-12, - -8.473666213149045e-12 - ] - ], - [ - 2.4000000953674316, - [ - 17.746889114379883, - 6.653400053124869e-12, - -6.653344541973638e-12 - ] - ], - [ - 2.4666666984558105, - [ - 17.69341468811035, - 7.889688902196212e-12, - -7.889466857591287e-12 - ] - ], - [ - 2.700000047683716, - [ - 17.737407684326172, - 3.2900049871942283e-13, - -3.286813095998431e-13 - ] - ], - [ - 2.7333333492279053, - [ - 17.77105140686035, - -2.549960026118625e-12, - 2.549960026118625e-12 - ] - ], - [ - 2.7666666507720947, - [ - 17.809955596923828, - -1.8242754583428639e-13, - 1.826357126514036e-13 - ] - ], - [ - 2.8333332538604736, - [ - 17.900588989257813, - 7.169318090582966e-12, - -7.169370132287245e-12 - ] - ], - [ - 3.066666603088379, - [ - 18.273523330688477, - 4.90523767437967e-12, - -4.905515230135826e-12 - ] - ], - [ - 3.133333444595337, - [ - 18.371719360351563, - -2.1138368833106824e-12, - 2.1137536165838355e-12 - ] - ], - [ - 3.200000047683716, - [ - 18.455881118774414, - 1.3674783527761747e-11, - -1.3674839038912978e-11 - ] - ], - [ - 3.2666666507720947, - [ - 18.520166397094727, - -5.19750908978267e-13, - 5.202505093393484e-13 - ] - ], - [ - 3.3333332538604736, - [ - 18.55848503112793, - -1.7484347303309278e-12, - 1.7483792191796965e-12 - ] - ], - [ - 3.5333333015441895, - [ - 18.493396759033203, - 1.1185494804694107e-12, - -1.1181053912595607e-12 - ] - ], - [ - 3.566666603088379, - [ - 18.458759307861328, - 1.8142156613804028e-12, - -1.8145487282877903e-12 - ] - ], - [ - 3.5999999046325684, - [ - 18.418758392333984, - 1.579791636049932e-12, - -1.5794030579913132e-12 - ] - ], - [ - 3.6666667461395264, - [ - 18.325624465942383, - 8.999702025280776e-12, - -8.999840803158854e-12 - ] - ], - [ - 3.9000000953674316, - [ - 17.941965103149414, - 3.002671895846465e-12, - -3.0042678414443635e-12 - ] - ], - [ - 3.9666666984558105, - [ - 17.840389251708984, - -1.4135366054740528e-12, - 1.4137586500789778e-12 - ] - ], - [ - 4.0, - [ - 17.794597625732422, - 1.087713035960447e-12, - -1.089350614921769e-12 - ] - ], - [ - 4.0333333015441895, - [ - 17.753116607666016, - 4.263366569501326e-12, - -4.263921681013638e-12 - ] - ], - [ - 4.066666603088379, - [ - 17.71668815612793, - -1.266209359584991e-13, - 1.247890679678676e-13 - ] - ], - [ - 4.133333206176758, - [ - 17.66193199157715, - 1.972466634470038e-11, - -1.9725332478515156e-11 - ] - ], - [ - 4.366666793823242, - [ - 17.709535598754883, - -8.623663848988938e-13, - 8.624218960501251e-13 - ] - ], - [ - 4.400000095367432, - [ - 17.745174407958984, - 4.093021060969093e-12, - -4.092521460608012e-12 - ] - ], - [ - 4.433333396911621, - [ - 17.786376953125, - 1.1453227255486809e-11, - -1.1453504811242965e-11 - ] - ], - [ - 4.5, - [ - 17.882129669189453, - 6.0654259392833865e-12, - -6.066702695761705e-12 - ] - ], - [ - 4.733333110809326, - [ - 18.269887924194336, - 6.070477454045431e-12, - -6.069811320230656e-12 - ] - ], - [ - 4.800000190734863, - [ - 18.368267059326172, - 2.4289812782657405e-12, - -2.4300915012903657e-12 - ] - ], - [ - 4.833333492279053, - [ - 18.411231994628906, - 1.1634915253466716e-11, - -1.163469320886179e-11 - ] - ], - [ - 4.866666793823242, - [ - 18.44894027709961, - -1.5373251716771508e-12, - 1.5369921047697632e-12 - ] - ], - [ - 4.933333396911621, - [ - 18.50516128540039, - -1.996069975973569e-12, - 1.9952928198563313e-12 - ] - ], - [ - 5.166666507720947, - [ - 18.45978546142578, - 1.5148776330575764e-12, - -1.5134343431255637e-12 - ] - ], - [ - 5.199999809265137, - [ - 18.42525291442871, - 8.258282946371764e-12, - -8.259171124791465e-12 - ] - ], - [ - 5.233333110809326, - [ - 18.385421752929688, - 2.7094992915976945e-12, - -2.709388269295232e-12 - ] - ], - [ - 5.300000190734863, - [ - 18.29282569885254, - -8.466562954195789e-13, - 8.459901616048038e-13 - ] - ], - [ - 5.5333333015441895, - [ - 17.9105224609375, - -2.7203788267177176e-12, - 2.71960167060048e-12 - ] - ], - [ - 5.599999904632568, - [ - 17.809053421020508, - 2.8529962680517995e-12, - -2.853939957622731e-12 - ] - ], - [ - 5.633333206176758, - [ - 17.763307571411133, - 4.171203313307892e-12, - -4.170204112585729e-12 - ] - ], - [ - 5.666666507720947, - [ - 17.721872329711914, - 1.3800257811502625e-11, - -1.38000357668977e-11 - ] - ], - [ - 5.699999809265137, - [ - 17.685489654541016, - 1.935562821131498e-11, - -1.935474003289528e-11 - ] - ], - [ - 5.766666889190674, - [ - 17.63083267211914, - 1.029310057326649e-11, - -1.029354466247634e-11 - ] - ], - [ - 6.0, - [ - 17.671783447265625, - 3.3366642782084455e-12, - -3.3366642782084455e-12 - ] - ], - [ - 6.0333333015441895, - [ - 17.705156326293945, - -2.346144925471222e-13, - 2.348087815764316e-13 - ] - ], - [ - 6.066666603088379, - [ - 17.743837356567383, - -3.360007367822493e-12, - 3.3597575676419522e-12 - ] - ], - [ - 6.133333206176758, - [ - 17.83417510986328, - 8.65220742274353e-12, - -8.652287220023425e-12 - ] - ], - [ - 6.400000095367432, - [ - 18.260404586791992, - 8.645624147152198e-12, - -8.645624147152198e-12 - ] - ], - [ - 6.4666666984558105, - [ - 18.35369300842285, - 3.807565374103206e-12, - -3.807842929859362e-12 - ] - ], - [ - 6.5, - [ - 18.3942928314209, - 1.0286194639108626e-13, - -1.0380563596201764e-13 - ] - ], - [ - 6.566666603088379, - [ - 18.459714889526367, - 9.137420854676837e-12, - -9.136921254315755e-12 - ] - ], - [ - 6.633333206176758, - [ - 18.499189376831055, - 8.520294712821563e-12, - -8.520516757426488e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658287333_680995.json b/lenses/physics-objects/Scene/assets/1646688658287333_680995.json deleted file mode 100644 index 35b24e7f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658287333_680995.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658287333:680995", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.145401378259424e-17, - -3.888584615197033e-05, - -3.888584615197033e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -1.145401378259424e-17, - -3.888584615197033e-05, - -3.888584615197033e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658287463_681002.json b/lenses/physics-objects/Scene/assets/1646688658287463_681002.json deleted file mode 100644 index 998b0de7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658287463_681002.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658287463:681002", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658288319_681015.json b/lenses/physics-objects/Scene/assets/1646688658288319_681015.json deleted file mode 100644 index 0a94875d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658288319_681015.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658288319:681015", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 17.896520614624023, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 17.79678726196289, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 17.751941680908203, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 17.7114315032959, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 17.675989151000977, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 17.62326431274414, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 17.678565979003906, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 17.715377807617188, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 17.75777244567871, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 17.855960845947266, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 18.252674102783203, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 18.35362434387207, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 18.397857666015625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 18.436817169189453, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 18.495573043823242, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 18.426612854003906, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 18.388216018676758, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 18.29850959777832, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 17.92641258239746, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 17.827831268310547, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 17.783517837524414, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 17.74350357055664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 17.679330825805664, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 17.641210556030273, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 17.678119659423828, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 17.741239547729492, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 17.781085968017578, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 17.8736572265625, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 18.255290985107422, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 18.356416702270508, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 18.44318962097168, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 18.50969696044922, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 18.550031661987305, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 18.490400314331055, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 18.4566707611084, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 18.417621612548828, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 18.32651710510254, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 18.22298812866211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658288467_681022.json b/lenses/physics-objects/Scene/assets/1646688658288467_681022.json deleted file mode 100644 index 6257b56a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658288467_681022.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658288467:681022", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.3708454010257501e-16, - -3.898736395058222e-05, - -3.898736395058222e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 1.3708454010257501e-16, - -3.898736395058222e-05, - -3.898736395058222e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658288599_681029.json b/lenses/physics-objects/Scene/assets/1646688658288599_681029.json deleted file mode 100644 index 1342634b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658288599_681029.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658288599:681029", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658289451_681042.json b/lenses/physics-objects/Scene/assets/1646688658289451_681042.json deleted file mode 100644 index 252c1871..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658289451_681042.json +++ /dev/null @@ -1,306 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658289451:681042", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.131792068481445, - -1.2418952585052656e-12, - 1.2412291246904905e-12 - ] - ], - [ - 0.10000000149011612, - [ - 20.164026260375977, - -1.2529866033617054e-11, - 1.2529532966709667e-11 - ] - ], - [ - 0.46666666865348816, - [ - 20.427291870117188, - -7.512478486515484e-12, - 7.512977219514827e-12 - ] - ], - [ - 0.5666666626930237, - [ - 20.48505401611328, - -1.0903224937491851e-12, - 1.0911274054420383e-12 - ] - ], - [ - 0.699999988079071, - [ - 20.53164291381836, - -1.3174682698957607e-11, - 1.3170574873766494e-11 - ] - ], - [ - 0.9666666388511658, - [ - 20.463794708251953, - -5.172973160938454e-12, - 5.17541565159263e-12 - ] - ], - [ - 1.2666666507720947, - [ - 20.232187271118164, - 1.8112178423734804e-12, - -1.8118839761882555e-12 - ] - ], - [ - 1.3666666746139526, - [ - 20.172531127929688, - -1.3666847601540022e-12, - 1.3677949831786274e-12 - ] - ], - [ - 1.5, - [ - 20.128013610839844, - -1.5667460818297174e-12, - 1.570298795508518e-12 - ] - ], - [ - 1.7000000476837158, - [ - 20.169958114624023, - -1.6308510097928774e-11, - 1.6307843964114e-11 - ] - ], - [ - 1.7999999523162842, - [ - 20.24068260192871, - -4.991787365404843e-12, - 4.993341677639318e-12 - ] - ], - [ - 2.066666603088379, - [ - 20.456768035888672, - -6.567867777418357e-12, - 6.568533911233132e-12 - ] - ], - [ - 2.1666667461395264, - [ - 20.524370193481445, - -9.225176178517813e-12, - 9.22417697779565e-12 - ] - ], - [ - 2.299999952316284, - [ - 20.58479881286621, - 1.1845992936576621e-13, - -1.2034730850762898e-13 - ] - ], - [ - 2.566666603088379, - [ - 20.547571182250977, - -5.310307749084586e-12, - 5.309308548362424e-12 - ] - ], - [ - 2.9666666984558105, - [ - 20.259449005126953, - -9.586526017457686e-12, - 9.586331728428377e-12 - ] - ], - [ - 3.066666603088379, - [ - 20.204513549804688, - -1.329603311131522e-12, - 1.329159221921672e-12 - ] - ], - [ - 3.4000000953674316, - [ - 20.21074676513672, - -2.0444756998472258e-11, - 2.0446311310706733e-11 - ] - ], - [ - 3.7666666507720947, - [ - 20.46508026123047, - -9.649381120524492e-12, - 9.64938198788623e-12 - ] - ], - [ - 3.866666555404663, - [ - 20.520435333251953, - -1.880307021195904e-11, - 1.880451350189105e-11 - ] - ], - [ - 4.0, - [ - 20.564167022705078, - -6.090793668034333e-12, - 6.092903091781121e-12 - ] - ], - [ - 4.199999809265137, - [ - 20.53268051147461, - -2.8562709922935747e-12, - 2.855937925386187e-12 - ] - ], - [ - 4.266666889190674, - [ - 20.490907669067383, - -1.6221579635100625e-11, - 1.6219470211353837e-11 - ] - ], - [ - 4.566666603088379, - [ - 20.252180099487305, - -7.660309019053013e-12, - 7.659642885238238e-12 - ] - ], - [ - 4.666666507720947, - [ - 20.18722915649414, - -9.662937117127512e-12, - 9.663381206337363e-12 - ] - ], - [ - 4.800000190734863, - [ - 20.133241653442383, - -1.8451906669270102e-13, - 1.8740564655672642e-13 - ] - ], - [ - 5.0, - [ - 20.15787696838379, - -1.2668532889392736e-11, - 1.2671641513861687e-11 - ] - ], - [ - 5.099999904632568, - [ - 20.21916389465332, - -1.4344525567366873e-11, - 1.4344969656576723e-11 - ] - ], - [ - 5.400000095367432, - [ - 20.43317222595215, - -8.536948925552679e-12, - 8.536282791737904e-12 - ] - ], - [ - 5.5, - [ - 20.48893165588379, - -1.9346968471722903e-11, - 1.9345858248698278e-11 - ] - ], - [ - 5.633333206176758, - [ - 20.53287696838379, - -1.187272285693708e-12, - 1.1861620626690828e-12 - ] - ], - [ - 5.833333492279053, - [ - 20.501953125, - -5.379086065460115e-12, - 5.378364420494108e-12 - ] - ], - [ - 5.933333396911621, - [ - 20.43875503540039, - -8.657741190631896e-12, - 8.658407324446671e-12 - ] - ], - [ - 6.233333110809326, - [ - 20.214702606201172, - -3.661240147861955e-13, - 3.656521700007298e-13 - ] - ], - [ - 6.333333492279053, - [ - 20.155879974365234, - -9.632683539706477e-12, - 9.633183140067558e-12 - ] - ], - [ - 6.4666666984558105, - [ - 20.10825538635254, - -6.410543970658544e-12, - 6.411321126775782e-12 - ] - ], - [ - 6.633333206176758, - [ - 20.12047004699707, - -9.00834962180852e-12, - 9.00657326496912e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658289589_681049.json b/lenses/physics-objects/Scene/assets/1646688658289589_681049.json deleted file mode 100644 index a7e162ff..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658289589_681049.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658289589:681049", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.730356409976372e-17, - 3.834201561403461e-05, - 3.834201561403461e-05, - 1.0 - ] - ], - [ - 1.0, - [ - 4.730356409976372e-17, - 3.834201561403461e-05, - 3.834201561403461e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658289716_681056.json b/lenses/physics-objects/Scene/assets/1646688658289716_681056.json deleted file mode 100644 index 7f570b46..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658289716_681056.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658289716:681056", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658290566_681069.json b/lenses/physics-objects/Scene/assets/1646688658290566_681069.json deleted file mode 100644 index cf7eb273..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658290566_681069.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658290566:681069", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 20.45611572265625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 20.501848220825195, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 20.45065689086914, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 20.21571922302246, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 20.151884078979492, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 20.099140167236328, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 20.125133514404297, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 20.187198638916016, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 20.403902053833008, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 20.460617065429688, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 20.505821228027344, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 20.47667121887207, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 20.414264678955078, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 20.191986083984375, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 20.13348960876465, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 20.08603858947754, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 20.11217498779297, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 20.173267364501953, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658290702_681076.json b/lenses/physics-objects/Scene/assets/1646688658290702_681076.json deleted file mode 100644 index cfcc232a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658290702_681076.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658290702:681076", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -4.4994694560613854e-17, - 3.826429747277871e-05, - 3.826429747277871e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -4.4994694560613854e-17, - 3.826429747277871e-05, - 3.826429747277871e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658290830_681083.json b/lenses/physics-objects/Scene/assets/1646688658290830_681083.json deleted file mode 100644 index afb22814..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658290830_681083.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658290830:681083", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658291690_681096.json b/lenses/physics-objects/Scene/assets/1646688658291690_681096.json deleted file mode 100644 index 086523e6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658291690_681096.json +++ /dev/null @@ -1,306 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658291690:681096", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.131790161132813, - 6.4994667633988534e-12, - -6.5005769864234786e-12 - ] - ], - [ - 0.10000000149011612, - [ - 20.164024353027344, - 6.639687497728142e-12, - -6.640464653845379e-12 - ] - ], - [ - 0.46666666865348816, - [ - 20.427291870117188, - 4.9384853845202414e-12, - -4.939212233656676e-12 - ] - ], - [ - 0.5666666626930237, - [ - 20.48505401611328, - 9.273999103387442e-12, - -9.273471747450746e-12 - ] - ], - [ - 0.699999988079071, - [ - 20.53164291381836, - 7.434055107613524e-12, - -7.432278750774124e-12 - ] - ], - [ - 0.9666666388511658, - [ - 20.463794708251953, - 2.0468080355606766e-12, - -2.0481403031902268e-12 - ] - ], - [ - 1.2666666507720947, - [ - 20.232187271118164, - 9.188197078180416e-13, - -9.183756186081915e-13 - ] - ], - [ - 1.3666666746139526, - [ - 20.172531127929688, - 7.158496018178084e-12, - -7.1596062412027095e-12 - ] - ], - [ - 1.5, - [ - 20.128013610839844, - 1.1685761733271072e-11, - -1.1689314446949872e-11 - ] - ], - [ - 1.7000000476837158, - [ - 20.16995620727539, - 7.540411003925662e-12, - -7.540633048530587e-12 - ] - ], - [ - 1.7999999523162842, - [ - 20.24068260192871, - 2.032574109023244e-11, - -2.0325963134837366e-11 - ] - ], - [ - 2.066666603088379, - [ - 20.456768035888672, - 6.611602758332946e-12, - -6.612490936752646e-12 - ] - ], - [ - 2.1666667461395264, - [ - 20.524370193481445, - 1.5976997502775703e-11, - -1.5979217948824953e-11 - ] - ], - [ - 2.299999952316284, - [ - 20.58479881286621, - 1.5643488240901782e-11, - -1.5644376419321482e-11 - ] - ], - [ - 2.566666603088379, - [ - 20.547571182250977, - 4.750537203196403e-12, - -4.749982091684091e-12 - ] - ], - [ - 2.9666666984558105, - [ - 20.259449005126953, - 1.0347423438916703e-11, - -1.034750670564355e-11 - ] - ], - [ - 3.066666603088379, - [ - 20.204513549804688, - 1.1142809765163353e-11, - -1.1142199142499809e-11 - ] - ], - [ - 3.4000000953674316, - [ - 20.21074676513672, - 1.5395127880846182e-11, - -1.5397903438407745e-11 - ] - ], - [ - 3.7666666507720947, - [ - 20.46508026123047, - 1.476503988517841e-11, - -1.4766046024794477e-11 - ] - ], - [ - 3.866666555404663, - [ - 20.520435333251953, - 1.5233342365306157e-11, - -1.523503545541871e-11 - ] - ], - [ - 4.0, - [ - 20.564167022705078, - 6.377453252992549e-12, - -6.381116988973812e-12 - ] - ], - [ - 4.199999809265137, - [ - 20.53268051147461, - 7.772894307367384e-12, - -7.771562039737834e-12 - ] - ], - [ - 4.266666889190674, - [ - 20.490907669067383, - 2.1468160582571727e-11, - -2.1467272404152027e-11 - ] - ], - [ - 4.566666603088379, - [ - 20.252180099487305, - 1.5478729409323932e-11, - -1.5479173498533783e-11 - ] - ], - [ - 4.666666507720947, - [ - 20.18722915649414, - 8.037760561296903e-12, - -8.035318070642727e-12 - ] - ], - [ - 4.800000190734863, - [ - 20.133241653442383, - 6.887380422926359e-12, - -6.887824512136209e-12 - ] - ], - [ - 5.0, - [ - 20.15787696838379, - 4.810819277667466e-12, - -4.8121515452970165e-12 - ] - ], - [ - 5.099999904632568, - [ - 20.219161987304688, - 1.1183515918888887e-11, - -1.1183071829679037e-11 - ] - ], - [ - 5.400000095367432, - [ - 20.43317222595215, - 1.4408465739967902e-12, - -1.439736350972165e-12 - ] - ], - [ - 5.5, - [ - 20.48893165588379, - 5.430321990684828e-12, - -5.432986525943928e-12 - ] - ], - [ - 5.633333206176758, - [ - 20.53287696838379, - 3.836485816532953e-12, - -3.836041727323103e-12 - ] - ], - [ - 5.833333492279053, - [ - 20.501953125, - 1.155031539162854e-11, - -1.155120357004824e-11 - ] - ], - [ - 5.933333396911621, - [ - 20.43875503540039, - 6.242334340406108e-12, - -6.243000474220883e-12 - ] - ], - [ - 6.233333110809326, - [ - 20.214702606201172, - 9.540178542988276e-12, - -9.540234054139507e-12 - ] - ], - [ - 6.333333492279053, - [ - 20.155879974365234, - 3.607224761947858e-12, - -3.609334185694646e-12 - ] - ], - [ - 6.4666666984558105, - [ - 20.10825538635254, - 1.0371486655613715e-11, - -1.037126461100879e-11 - ] - ], - [ - 6.633333206176758, - [ - 20.12047004699707, - 8.419707639428786e-12, - -8.419929684033711e-12 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658291834_681103.json b/lenses/physics-objects/Scene/assets/1646688658291834_681103.json deleted file mode 100644 index 129f1df5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658291834_681103.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658291834:681103", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -3.675275084269458e-10, - -1.9171007807017304e-05, - -1.9171007807017304e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -3.675275084269458e-10, - -1.9171007807017304e-05, - -1.9171007807017304e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658291965_681110.json b/lenses/physics-objects/Scene/assets/1646688658291965_681110.json deleted file mode 100644 index a924aa77..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658291965_681110.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658291965:681110", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658292840_681123.json b/lenses/physics-objects/Scene/assets/1646688658292840_681123.json deleted file mode 100644 index b7f5b317..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658292840_681123.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658292840:681123", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 20.45611572265625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 20.501848220825195, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 20.45065689086914, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 20.215717315673828, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 20.151884078979492, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 20.099140167236328, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 20.125133514404297, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 20.187198638916016, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 20.403902053833008, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 20.460617065429688, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 20.505821228027344, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 20.47667121887207, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 20.414264678955078, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 20.191986083984375, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 20.13348960876465, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 20.08603858947754, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 20.11217498779297, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 20.173267364501953, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 20.37026596069336, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658292986_681130.json b/lenses/physics-objects/Scene/assets/1646688658292986_681130.json deleted file mode 100644 index 4bd3ee42..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658292986_681130.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658292986:681130", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -3.660390879289821e-10, - -1.9132148736389354e-05, - -1.9132148736389354e-05, - 1.0 - ] - ], - [ - 1.0, - [ - -3.660390879289821e-10, - -1.9132148736389354e-05, - -1.9132148736389354e-05, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658293118_681137.json b/lenses/physics-objects/Scene/assets/1646688658293118_681137.json deleted file mode 100644 index 984cc227..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658293118_681137.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658293118:681137", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658293969_681150.json b/lenses/physics-objects/Scene/assets/1646688658293969_681150.json deleted file mode 100644 index 6c603601..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658293969_681150.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658293969:681150", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -6.451490879058838, - -0.0002543802256695926, - 0.0002543802256695926 - ] - ], - [ - 6.633333206176758, - [ - -6.451490879058838, - -0.00025453194393776357, - 0.00025453194393776357 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658294119_681157.json b/lenses/physics-objects/Scene/assets/1646688658294119_681157.json deleted file mode 100644 index 07717a57..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658294119_681157.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658294119:681157", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.3940772078058217e-05, - 1.3940222743258346e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 0.3333333432674408, - [ - -1.3990157640364487e-05, - 1.3989603758091107e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 0.5333333611488342, - [ - -1.4130950148683041e-05, - 1.413038535247324e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 0.6666666865348816, - [ - -1.4234047739591915e-05, - 1.4233474757929798e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 0.7666666507720947, - [ - -1.4299484064395074e-05, - 1.4298905625764746e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 1.2000000476837158, - [ - -1.425652408215683e-05, - 1.4255949281505309e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 1.3666666746139526, - [ - -1.4123869732429739e-05, - 1.4123304936219938e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 1.5, - [ - -1.4018289220985025e-05, - 1.4017733519722242e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 1.600000023841858, - [ - -1.3955059330328368e-05, - 1.3954509086033795e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 2.0333333015441895, - [ - -1.3994628716318402e-05, - 1.3994074834045023e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 2.200000047683716, - [ - -1.4113312317931559e-05, - 1.411274843121646e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 2.366666555404663, - [ - -1.423235244146781e-05, - 1.4231779459805693e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 2.5, - [ - -1.4295323126134463e-05, - 1.4294745596998837e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 2.7666666507720947, - [ - -1.4258012924983632e-05, - 1.4257438124332111e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 2.9666666984558105, - [ - -1.4123128494247794e-05, - 1.4122563698037993e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 3.0999999046325684, - [ - -1.4025197742739692e-05, - 1.4024641131982207e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 3.200000047683716, - [ - -1.3961789591121487e-05, - 1.3961238437332213e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 3.700000047683716, - [ - -1.4002099305798765e-05, - 1.4001545423525386e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 3.866666555404663, - [ - -1.4130484487395734e-05, - 1.4129919691185933e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 4.0, - [ - -1.4232645298761781e-05, - 1.4232072317099664e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 4.099999904632568, - [ - -1.4293311323854141e-05, - 1.4292733794718515e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 4.4666666984558105, - [ - -1.4261225260270294e-05, - 1.4260650459618773e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 4.633333206176758, - [ - -1.4139036466076504e-05, - 1.4138470760372002e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 4.800000190734863, - [ - -1.4014410226081964e-05, - 1.401385452481918e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 4.900000095367432, - [ - -1.3957301234768238e-05, - 1.3956750080978964e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 5.300000190734863, - [ - -1.400407654728042e-05, - 1.4003521755512338e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 5.4666666984558105, - [ - -1.4127518625173252e-05, - 1.4126954738458153e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 5.599999904632568, - [ - -1.4232598914531991e-05, - 1.4232025932869874e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 5.699999809265137, - [ - -1.4299530448624864e-05, - 1.4298952009994537e-05, - -0.7070924639701843, - 0.7071210741996765 - ] - ], - [ - 6.166666507720947, - [ - -1.424706442776369e-05, - 1.424649053660687e-05, - -0.7070925235748291, - 0.7071210145950317 - ] - ], - [ - 6.333333492279053, - [ - -1.4122036191110965e-05, - 1.4121472304395866e-05, - -0.7070926427841187, - 0.7071208953857422 - ] - ], - [ - 6.5, - [ - -1.4007289792061783e-05, - 1.4006734090799e-05, - -0.7070927619934082, - 0.7071207761764526 - ] - ], - [ - 6.599999904632568, - [ - -1.3959640455141198e-05, - 1.3959089301351923e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ], - [ - 6.633333206176758, - [ - -1.3949088497611228e-05, - 1.3948538253316656e-05, - -0.707092821598053, - 0.7071207165718079 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658294262_681164.json b/lenses/physics-objects/Scene/assets/1646688658294262_681164.json deleted file mode 100644 index 4cb0b14a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658294262_681164.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658294262:681164", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658295172_681177.json b/lenses/physics-objects/Scene/assets/1646688658295172_681177.json deleted file mode 100644 index de0b6d22..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658295172_681177.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658295172:681177", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -6.451490879058838, - -0.00025619150255806744, - 0.00025619150255806744 - ] - ], - [ - 3.366666555404663, - [ - -6.451490879058838, - -0.00025619150255806744, - 0.00025619150255806744 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658295320_681184.json b/lenses/physics-objects/Scene/assets/1646688658295320_681184.json deleted file mode 100644 index f428ebf0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658295320_681184.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658295320:681184", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.4040036148799118e-05, - 1.4039478628546931e-05, - -0.7070927619934082, - 0.7071208357810974 - ] - ], - [ - 1.0, - [ - -1.4040036148799118e-05, - 1.4039478628546931e-05, - -0.7070927619934082, - 0.7071208357810974 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658295460_681191.json b/lenses/physics-objects/Scene/assets/1646688658295460_681191.json deleted file mode 100644 index 0e1d0b24..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658295460_681191.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658295460:681191", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658296342_681204.json b/lenses/physics-objects/Scene/assets/1646688658296342_681204.json deleted file mode 100644 index 7bd83a7b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658296342_681204.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658296342:681204", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658296492_681211.json b/lenses/physics-objects/Scene/assets/1646688658296492_681211.json deleted file mode 100644 index 985968e3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658296492_681211.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658296492:681211", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658296640_681218.json b/lenses/physics-objects/Scene/assets/1646688658296640_681218.json deleted file mode 100644 index d81fc2f4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658296640_681218.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658296640:681218", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658297580_681231.json b/lenses/physics-objects/Scene/assets/1646688658297580_681231.json deleted file mode 100644 index c7681634..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658297580_681231.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658297580:681231", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658297751_681238.json b/lenses/physics-objects/Scene/assets/1646688658297751_681238.json deleted file mode 100644 index fa9ccfea..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658297751_681238.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658297751:681238", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658297918_681245.json b/lenses/physics-objects/Scene/assets/1646688658297918_681245.json deleted file mode 100644 index 627ae164..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658297918_681245.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658297918:681245", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658298844_681258.json b/lenses/physics-objects/Scene/assets/1646688658298844_681258.json deleted file mode 100644 index 9b65f063..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658298844_681258.json +++ /dev/null @@ -1,1386 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658298844:681258", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -4.755862712860107, - 85.6613540649414, - 1.7854092121124268 - ] - ], - [ - 0.03333333507180214, - [ - -4.755862712860107, - 85.6613540649414, - 1.7854092121124268 - ] - ], - [ - 0.06666667014360428, - [ - -4.904237270355225, - 85.7098388671875, - 1.4469034671783447 - ] - ], - [ - 0.10000000149011612, - [ - -5.10866117477417, - 85.72898864746094, - 1.0742511749267578 - ] - ], - [ - 0.13333334028720856, - [ - -5.319235801696777, - 85.72237396240234, - 0.6749869585037231 - ] - ], - [ - 0.1666666716337204, - [ - -5.52792501449585, - 85.6903305053711, - 0.2545759975910187 - ] - ], - [ - 0.20000000298023224, - [ - -5.731796741485596, - 85.63298034667969, - -0.18283212184906006 - ] - ], - [ - 0.23333333432674408, - [ - -5.929436683654785, - 85.55075073242188, - -0.6339464783668518 - ] - ], - [ - 0.2666666805744171, - [ - -6.120124340057373, - 85.4454345703125, - -1.09602689743042 - ] - ], - [ - 0.30000001192092896, - [ - -6.303413391113281, - 85.31919860839844, - -1.5667672157287598 - ] - ], - [ - 0.36666667461395264, - [ - -6.646450042724609, - 85.01290130615234, - -2.526542901992798 - ] - ], - [ - 0.4333333373069763, - [ - -6.955903053283691, - 84.6501235961914, - -3.499892234802246 - ] - ], - [ - 0.5, - [ - -7.228512763977051, - 84.24968719482422, - -4.4755024909973145 - ] - ], - [ - 0.5666666626930237, - [ - -7.459604263305664, - 83.83085632324219, - -5.4430952072143555 - ] - ], - [ - 0.6333333253860474, - [ - -7.642200469970703, - 83.41331481933594, - -6.392881870269775 - ] - ], - [ - 0.6666666865348816, - [ - -7.712177753448486, - 83.21128845214844, - -6.85811185836792 - ] - ], - [ - 0.699999988079071, - [ - -7.765621185302734, - 83.01726531982422, - -7.315332412719727 - ] - ], - [ - 0.7333333492279053, - [ - -7.800194263458252, - 82.83383178710938, - -7.763392925262451 - ] - ], - [ - 0.7666666507720947, - [ - -7.8128662109375, - 82.66375732421875, - -8.201163291931152 - ] - ], - [ - 0.800000011920929, - [ - -7.799612998962402, - 82.5099105834961, - -8.627549171447754 - ] - ], - [ - 0.8333333134651184, - [ - -7.755367279052734, - 82.37339782714844, - -9.043298721313477 - ] - ], - [ - 0.8666666746139526, - [ - -7.67264461517334, - 82.2553482055664, - -9.44955062866211 - ] - ], - [ - 0.8999999761581421, - [ - -7.549276828765869, - 82.15792846679688, - -9.845833778381348 - ] - ], - [ - 0.9333333373069763, - [ - -7.3915252685546875, - 82.08220672607422, - -10.231693267822266 - ] - ], - [ - 0.9666666388511658, - [ - -7.201464653015137, - 82.02975463867188, - -10.606677055358887 - ] - ], - [ - 1.0, - [ - -6.981146335601807, - 82.00212860107422, - -10.970338821411133 - ] - ], - [ - 1.0333333015441895, - [ - -6.732177257537842, - 82.0121078491211, - -11.321107864379883 - ] - ], - [ - 1.0666667222976685, - [ - -6.456307888031006, - 82.06983184814453, - -11.657716751098633 - ] - ], - [ - 1.100000023841858, - [ - -6.155620098114014, - 82.17140197753906, - -11.979990005493164 - ] - ], - [ - 1.1333333253860474, - [ - -5.832086563110352, - 82.31207275390625, - -12.287628173828125 - ] - ], - [ - 1.1666666269302368, - [ - -5.487688064575195, - 82.48712921142578, - -12.580248832702637 - ] - ], - [ - 1.2000000476837158, - [ - -5.124021530151367, - 82.69306945800781, - -12.85702896118164 - ] - ], - [ - 1.2333333492279053, - [ - -4.7426910400390625, - 82.9263687133789, - -13.117177963256836 - ] - ], - [ - 1.2666666507720947, - [ - -4.345690727233887, - 83.18228149414063, - -13.360254287719727 - ] - ], - [ - 1.2999999523162842, - [ - -3.935025215148926, - 83.45613098144531, - -13.585710525512695 - ] - ], - [ - 1.3333333730697632, - [ - -3.5127100944519043, - 83.7432861328125, - -13.792879104614258 - ] - ], - [ - 1.3666666746139526, - [ - -3.080796718597412, - 84.03914642333984, - -13.980950355529785 - ] - ], - [ - 1.399999976158142, - [ - -2.6413559913635254, - 84.33917999267578, - -14.148940086364746 - ] - ], - [ - 1.4333332777023315, - [ - -2.1965034008026123, - 84.638916015625, - -14.295692443847656 - ] - ], - [ - 1.4666666984558105, - [ - -1.7483973503112793, - 84.93392944335938, - -14.419828414916992 - ] - ], - [ - 1.5, - [ - -1.2992641925811768, - 85.21985626220703, - -14.519730567932129 - ] - ], - [ - 1.5333333015441895, - [ - -0.8513883948326111, - 85.49239349365234, - -14.593514442443848 - ] - ], - [ - 1.5666667222976685, - [ - -0.40713396668434143, - 85.747314453125, - -14.638991355895996 - ] - ], - [ - 1.600000023841858, - [ - 0.031033646315336227, - 85.98042297363281, - -14.653623580932617 - ] - ], - [ - 1.6333333253860474, - [ - 0.4619861841201782, - 86.18685150146484, - -14.640044212341309 - ] - ], - [ - 1.6666666269302368, - [ - 0.8852459192276001, - 86.36132049560547, - -14.603527069091797 - ] - ], - [ - 1.7000000476837158, - [ - 1.2992087602615356, - 86.49913024902344, - -14.5451021194458 - ] - ], - [ - 1.7333333492279053, - [ - 1.702196717262268, - 86.59559631347656, - -14.465665817260742 - ] - ], - [ - 1.7666666507720947, - [ - 2.0926144123077393, - 86.65338134765625, - -14.3656005859375 - ] - ], - [ - 1.7999999523162842, - [ - 2.468867301940918, - 86.67868041992188, - -14.245118141174316 - ] - ], - [ - 1.8333333730697632, - [ - 2.8292109966278076, - 86.67208862304688, - -14.10474967956543 - ] - ], - [ - 1.8666666746139526, - [ - 3.171865701675415, - 86.6351089477539, - -13.945138931274414 - ] - ], - [ - 1.899999976158142, - [ - 3.49507737159729, - 86.57064056396484, - -13.767108917236328 - ] - ], - [ - 1.9333332777023315, - [ - 3.7970919609069824, - 86.48141479492188, - -13.571455001831055 - ] - ], - [ - 1.9666666984558105, - [ - 4.075996398925781, - 86.37024688720703, - -13.358946800231934 - ] - ], - [ - 2.0, - [ - 4.329737186431885, - 86.23992919921875, - -13.13034439086914 - ] - ], - [ - 2.0333333015441895, - [ - 4.556384086608887, - 86.09325408935547, - -12.886414527893066 - ] - ], - [ - 2.066666603088379, - [ - 4.7540283203125, - 85.93299865722656, - -12.627927780151367 - ] - ], - [ - 2.0999999046325684, - [ - 4.920785427093506, - 85.76193237304688, - -12.355656623840332 - ] - ], - [ - 2.133333444595337, - [ - 5.054800510406494, - 85.58280944824219, - -12.070368766784668 - ] - ], - [ - 2.1666667461395264, - [ - 5.154233455657959, - 85.39836120605469, - -11.772838592529297 - ] - ], - [ - 2.200000047683716, - [ - 5.217282772064209, - 85.21129608154297, - -11.463834762573242 - ] - ], - [ - 2.2333333492279053, - [ - 5.242161273956299, - 85.0242919921875, - -11.144122123718262 - ] - ], - [ - 2.2666666507720947, - [ - 5.227104187011719, - 84.8399658203125, - -10.81445598602295 - ] - ], - [ - 2.299999952316284, - [ - 5.170363426208496, - 84.660888671875, - -10.4755859375 - ] - ], - [ - 2.3333332538604736, - [ - 5.071597576141357, - 84.48951721191406, - -10.128244400024414 - ] - ], - [ - 2.366666555404663, - [ - 4.935534477233887, - 84.32804107666016, - -9.773149490356445 - ] - ], - [ - 2.4000000953674316, - [ - 4.76762580871582, - 84.17980194091797, - -9.4107084274292 - ] - ], - [ - 2.433333396911621, - [ - 4.572404861450195, - 84.04830169677734, - -9.04123592376709 - ] - ], - [ - 2.4666666984558105, - [ - 4.353184700012207, - 83.9359130859375, - -8.665254592895508 - ] - ], - [ - 2.5, - [ - 4.112750053405762, - 83.84504699707031, - -8.283276557922363 - ] - ], - [ - 2.5333333015441895, - [ - 3.853469133377075, - 83.77815246582031, - -7.8957977294921875 - ] - ], - [ - 2.566666603088379, - [ - 3.5773847103118896, - 83.73770141601563, - -7.503300189971924 - ] - ], - [ - 2.5999999046325684, - [ - 3.2862746715545654, - 83.72621154785156, - -7.10624885559082 - ] - ], - [ - 2.633333444595337, - [ - 2.9815709590911865, - 83.74321746826172, - -6.70507287979126 - ] - ], - [ - 2.6666667461395264, - [ - 2.6644232273101807, - 83.78585815429688, - -6.300172805786133 - ] - ], - [ - 2.700000047683716, - [ - 2.335878372192383, - 83.85279846191406, - -5.891903877258301 - ] - ], - [ - 2.7333333492279053, - [ - 1.9968618154525757, - 83.94140625, - -5.480585098266602 - ] - ], - [ - 2.799999952316284, - [ - 1.2907437086105347, - 84.17190551757813, - -4.6501264572143555 - ] - ], - [ - 2.866666555404663, - [ - 0.5523702502250671, - 84.45417022705078, - -3.8117659091949463 - ] - ], - [ - 3.0333333015441895, - [ - -1.395086407661438, - 85.23097229003906, - -1.707685947418213 - ] - ], - [ - 3.133333444595337, - [ - -2.593075752258301, - 85.65486145019531, - -0.4582994878292084 - ] - ], - [ - 3.200000047683716, - [ - -3.366924285888672, - 85.8827896118164, - 0.35290154814720154 - ] - ], - [ - 3.2333333492279053, - [ - -3.7315421104431152, - 85.97047424316406, - 0.7464730143547058 - ] - ], - [ - 3.2666666507720947, - [ - -4.069517612457275, - 86.03630065917969, - 1.1293278932571411 - ] - ], - [ - 3.299999952316284, - [ - -4.363977432250977, - 86.07810974121094, - 1.4992393255233765 - ] - ], - [ - 3.3333332538604736, - [ - -4.577922821044922, - 86.09571075439453, - 1.8536542654037476 - ] - ], - [ - 3.366666555404663, - [ - -4.728652000427246, - 86.13921356201172, - 1.514114260673523 - ] - ], - [ - 3.4000000953674316, - [ - -4.935729026794434, - 86.1533203125, - 1.141149640083313 - ] - ], - [ - 3.433333396911621, - [ - -5.149139881134033, - 86.14153289794922, - 0.7422255277633667 - ] - ], - [ - 3.4666666984558105, - [ - -5.360839366912842, - 86.1041259765625, - 0.32272791862487793 - ] - ], - [ - 3.5, - [ - -5.567899227142334, - 86.04114532470703, - -0.11327540129423141 - ] - ], - [ - 3.5333333015441895, - [ - -5.7689127922058105, - 85.95295715332031, - -0.5625762939453125 - ] - ], - [ - 3.566666603088379, - [ - -5.963166236877441, - 85.84127807617188, - -1.0225200653076172 - ] - ], - [ - 3.5999999046325684, - [ - -6.150286674499512, - 85.70803833007813, - -1.490915298461914 - ] - ], - [ - 3.6666667461395264, - [ - -6.501673698425293, - 85.3858642578125, - -2.445704221725464 - ] - ], - [ - 3.7333333492279053, - [ - -6.819735050201416, - 85.00625610351563, - -3.4139232635498047 - ] - ], - [ - 3.799999952316284, - [ - -7.100460529327393, - 84.5898666381836, - -4.384425640106201 - ] - ], - [ - 3.866666555404663, - [ - -7.338630199432373, - 84.1573486328125, - -5.346996784210205 - ] - ], - [ - 3.933333396911621, - [ - -7.527696132659912, - 83.72693634033203, - -6.292501926422119 - ] - ], - [ - 3.9666666984558105, - [ - -7.600686550140381, - 83.5186996459961, - -6.755996227264404 - ] - ], - [ - 4.0, - [ - -7.656972885131836, - 83.31857299804688, - -7.211804389953613 - ] - ], - [ - 4.0333333015441895, - [ - -7.694202423095703, - 83.12923431396484, - -7.65880823135376 - ] - ], - [ - 4.066666603088379, - [ - -7.70932674407959, - 82.95343017578125, - -8.095909118652344 - ] - ], - [ - 4.099999904632568, - [ - -7.698305606842041, - 82.79405975341797, - -8.522042274475098 - ] - ], - [ - 4.133333206176758, - [ - -7.656136512756348, - 82.65217590332031, - -8.937874794006348 - ] - ], - [ - 4.166666507720947, - [ - -7.575399398803711, - 82.52886962890625, - -9.34447193145752 - ] - ], - [ - 4.199999809265137, - [ - -7.453919410705566, - 82.4262924194336, - -9.74138355255127 - ] - ], - [ - 4.233333110809326, - [ - -7.2979607582092285, - 82.34550476074219, - -10.128177642822266 - ] - ], - [ - 4.266666889190674, - [ - -7.109593868255615, - 82.28807067871094, - -10.504424095153809 - ] - ], - [ - 4.300000190734863, - [ - -6.890872478485107, - 82.25554656982422, - -10.869690895080566 - ] - ], - [ - 4.333333492279053, - [ - -6.643312454223633, - 82.2607192993164, - -11.222784042358398 - ] - ], - [ - 4.366666793823242, - [ - -6.368593692779541, - 82.3137435913086, - -11.562698364257813 - ] - ], - [ - 4.400000095367432, - [ - -6.0688300132751465, - 82.41069793701172, - -11.889108657836914 - ] - ], - [ - 4.433333396911621, - [ - -5.7460246086120605, - 82.54682159423828, - -12.20157241821289 - ] - ], - [ - 4.4666666984558105, - [ - -5.402187347412109, - 82.71737670898438, - -12.499560356140137 - ] - ], - [ - 4.5, - [ - -5.039332866668701, - 82.91766357421875, - -12.782485008239746 - ] - ], - [ - 4.5333333015441895, - [ - -4.659485816955566, - 83.14299774169922, - -13.049677848815918 - ] - ], - [ - 4.566666603088379, - [ - -4.264678001403809, - 83.38875579833984, - -13.300379753112793 - ] - ], - [ - 4.599999904632568, - [ - -3.8569445610046387, - 83.65037536621094, - -13.533731460571289 - ] - ], - [ - 4.633333206176758, - [ - -3.438337802886963, - 83.92334747314453, - -13.74876880645752 - ] - ], - [ - 4.666666507720947, - [ - -3.0109333992004395, - 84.20321655273438, - -13.944408416748047 - ] - ], - [ - 4.699999809265137, - [ - -2.5768237113952637, - 84.485595703125, - -14.119440078735352 - ] - ], - [ - 4.733333110809326, - [ - -2.138134002685547, - 84.76614379882813, - -14.272507667541504 - ] - ], - [ - 4.766666889190674, - [ - -1.6970138549804688, - 85.04059600830078, - -14.402088165283203 - ] - ], - [ - 4.800000190734863, - [ - -1.2556781768798828, - 85.30474853515625, - -14.506474494934082 - ] - ], - [ - 4.833333492279053, - [ - -0.8163684606552124, - 85.55448150634766, - -14.583745002746582 - ] - ], - [ - 4.866666793823242, - [ - -0.38139086961746216, - 85.78565216064453, - -14.631729125976563 - ] - ], - [ - 4.900000095367432, - [ - 0.046795789152383804, - 85.99414825439453, - -14.64797306060791 - ] - ], - [ - 4.933333396911621, - [ - 0.46707794070243835, - 86.17501831054688, - -14.635237693786621 - ] - ], - [ - 4.9666666984558105, - [ - 0.8790846467018127, - 86.32318115234375, - -14.598976135253906 - ] - ], - [ - 5.0, - [ - 1.281338095664978, - 86.43408203125, - -14.540454864501953 - ] - ], - [ - 5.0333333015441895, - [ - 1.6723099946975708, - 86.50321960449219, - -14.46086311340332 - ] - ], - [ - 5.066666603088379, - [ - 2.0505447387695313, - 86.53343200683594, - -14.360848426818848 - ] - ], - [ - 5.099999904632568, - [ - 2.414564847946167, - 86.53105926513672, - -14.240792274475098 - ] - ], - [ - 5.133333206176758, - [ - 2.762740135192871, - 86.49687194824219, - -14.101400375366211 - ] - ], - [ - 5.166666507720947, - [ - 3.093406915664673, - 86.43253326416016, - -13.943461418151855 - ] - ], - [ - 5.199999809265137, - [ - 3.404910087585449, - 86.3410873413086, - -13.767911911010742 - ] - ], - [ - 5.233333110809326, - [ - 3.6955881118774414, - 86.22545623779297, - -13.575626373291016 - ] - ], - [ - 5.266666889190674, - [ - 3.9636104106903076, - 86.08857727050781, - -13.367423057556152 - ] - ], - [ - 5.300000190734863, - [ - 4.206989288330078, - 85.93342590332031, - -13.144083976745605 - ] - ], - [ - 5.333333492279053, - [ - 4.423862934112549, - 85.7629165649414, - -12.906357765197754 - ] - ], - [ - 5.366666793823242, - [ - 4.612379550933838, - 85.5799789428711, - -12.654966354370117 - ] - ], - [ - 5.400000095367432, - [ - 4.770711421966553, - 85.38752746582031, - -12.390600204467773 - ] - ], - [ - 5.433333396911621, - [ - 4.897045612335205, - 85.1884536743164, - -12.113909721374512 - ] - ], - [ - 5.4666666984558105, - [ - 4.989591121673584, - 84.98564147949219, - -11.825529098510742 - ] - ], - [ - 5.5, - [ - 5.046580791473389, - 84.78192138671875, - -11.526052474975586 - ] - ], - [ - 5.5333333015441895, - [ - 5.066267490386963, - 84.58010864257813, - -11.21605110168457 - ] - ], - [ - 5.566666603088379, - [ - 5.046924114227295, - 84.38296508789063, - -10.896066665649414 - ] - ], - [ - 5.599999904632568, - [ - 4.986839771270752, - 84.19319915771484, - -10.566615104675293 - ] - ], - [ - 5.633333206176758, - [ - 4.885708332061768, - 84.01341247558594, - -10.22818660736084 - ] - ], - [ - 5.666666507720947, - [ - 4.74827766418457, - 83.84591674804688, - -9.88124942779541 - ] - ], - [ - 5.699999809265137, - [ - 4.579500675201416, - 83.69300842285156, - -9.526241302490234 - ] - ], - [ - 5.733333110809326, - [ - 4.383384704589844, - 83.55705261230469, - -9.163590431213379 - ] - ], - [ - 5.766666889190674, - [ - 4.1632256507873535, - 83.44041442871094, - -8.79369068145752 - ] - ], - [ - 5.800000190734863, - [ - 3.921799421310425, - 83.34552001953125, - -8.416938781738281 - ] - ], - [ - 5.833333492279053, - [ - 3.6614606380462646, - 83.2748794555664, - -8.033698081970215 - ] - ], - [ - 5.866666793823242, - [ - 3.384244918823242, - 83.23092651367188, - -7.644315242767334 - ] - ], - [ - 5.900000095367432, - [ - 3.091925621032715, - 83.2162094116211, - -7.2491374015808105 - ] - ], - [ - 5.933333396911621, - [ - 2.785968065261841, - 83.23027801513672, - -6.848630905151367 - ] - ], - [ - 5.9666666984558105, - [ - 2.4675755500793457, - 83.27029418945313, - -6.443369388580322 - ] - ], - [ - 6.0, - [ - 2.137835741043091, - 83.33493041992188, - -6.033798694610596 - ] - ], - [ - 6.0333333015441895, - [ - 1.7977070808410645, - 83.42157745361328, - -5.620327472686768 - ] - ], - [ - 6.099999904632568, - [ - 1.0897502899169922, - 83.64923095703125, - -4.783412933349609 - ] - ], - [ - 6.166666507720947, - [ - 0.35025033354759216, - 83.9301986694336, - -3.9364070892333984 - ] - ], - [ - 6.366666793823242, - [ - -1.9898300170898438, - 84.8714599609375, - -1.3819396495819092 - ] - ], - [ - 6.433333396911621, - [ - -2.7827279567718506, - 85.15792083740234, - -0.541399359703064 - ] - ], - [ - 6.5, - [ - -3.5511574745178223, - 85.39501953125, - 0.2770904004573822 - ] - ], - [ - 6.5333333015441895, - [ - -3.9132561683654785, - 85.48670196533203, - 0.6732077598571777 - ] - ], - [ - 6.566666603088379, - [ - -4.248719215393066, - 85.5566177368164, - 1.0578250885009766 - ] - ], - [ - 6.599999904632568, - [ - -4.540693283081055, - 85.60272979736328, - 1.4286476373672485 - ] - ], - [ - 6.633333206176758, - [ - -4.752266883850098, - 85.62495422363281, - 1.7830618619918823 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658299056_681265.json b/lenses/physics-objects/Scene/assets/1646688658299056_681265.json deleted file mode 100644 index 66ec1c07..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658299056_681265.json +++ /dev/null @@ -1,1783 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658299056:681265", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11825686693191528, - 0.09234868735074997, - 0.6851925849914551, - 0.712739884853363 - ] - ], - [ - 0.06666667014360428, - [ - 0.11841131001710892, - 0.09229477494955063, - 0.685330867767334, - 0.712588369846344 - ] - ], - [ - 0.10000000149011612, - [ - 0.11900021135807037, - 0.09198600798845291, - 0.6854127049446106, - 0.7124513983726501 - ] - ], - [ - 0.13333334028720856, - [ - 0.11998524516820908, - 0.09144312888383865, - 0.6854342222213745, - 0.7123353481292725 - ] - ], - [ - 0.1666666716337204, - [ - 0.12132807821035385, - 0.09068696200847626, - 0.6853905916213989, - 0.7122465372085571 - ] - ], - [ - 0.20000000298023224, - [ - 0.12298808246850967, - 0.0897408276796341, - 0.6852875351905823, - 0.7121809124946594 - ] - ], - [ - 0.23333333432674408, - [ - 0.12492276728153229, - 0.08862986415624619, - 0.6851356625556946, - 0.7121293544769287 - ] - ], - [ - 0.2666666805744171, - [ - 0.12709149718284607, - 0.08737763017416, - 0.6849377155303955, - 0.7120908498764038 - ] - ], - [ - 0.30000001192092896, - [ - 0.12945356965065002, - 0.08600763231515884, - 0.6846961379051208, - 0.7120644450187683 - ] - ], - [ - 0.3333333432674408, - [ - 0.1319679617881775, - 0.08454398810863495, - 0.684412956237793, - 0.7120503187179565 - ] - ], - [ - 0.36666667461395264, - [ - 0.13459347188472748, - 0.08301108330488205, - 0.6840901970863342, - 0.7120494246482849 - ] - ], - [ - 0.4000000059604645, - [ - 0.1372891217470169, - 0.08143304288387299, - 0.6837310791015625, - 0.712061882019043 - ] - ], - [ - 0.4333333373069763, - [ - 0.14001411199569702, - 0.07983393222093582, - 0.6833397150039673, - 0.7120881080627441 - ] - ], - [ - 0.46666666865348816, - [ - 0.1427275687456131, - 0.0782378539443016, - 0.6829208135604858, - 0.7121285200119019 - ] - ], - [ - 0.5, - [ - 0.1452413648366928, - 0.0769011601805687, - 0.681672215461731, - 0.7129616141319275 - ] - ], - [ - 0.5333333611488342, - [ - 0.1474224478006363, - 0.07600819319486618, - 0.6790892481803894, - 0.715071439743042 - ] - ], - [ - 0.5666666626930237, - [ - 0.1493048071861267, - 0.075472392141819, - 0.6756232976913452, - 0.7180147171020508 - ] - ], - [ - 0.6000000238418579, - [ - 0.15091754496097565, - 0.0752013549208641, - 0.6717246770858765, - 0.7213560938835144 - ] - ], - [ - 0.6333333253860474, - [ - 0.15229371190071106, - 0.07509168237447739, - 0.6678414940834045, - 0.7246761918067932 - ] - ], - [ - 0.6666666865348816, - [ - 0.15347856283187866, - 0.07502380013465881, - 0.6644178032875061, - 0.7275746464729309 - ] - ], - [ - 0.699999988079071, - [ - 0.1545332670211792, - 0.0748603567481041, - 0.6618925929069519, - 0.7296667695045471 - ] - ], - [ - 0.7333333492279053, - [ - 0.1555286943912506, - 0.07445342093706131, - 0.6607022881507874, - 0.7305751442909241 - ] - ], - [ - 0.7666666507720947, - [ - 0.15631775557994843, - 0.07398438453674316, - 0.6603456139564514, - 0.7307769060134888 - ] - ], - [ - 0.800000011920929, - [ - 0.15668000280857086, - 0.07374753057956696, - 0.6600348353385925, - 0.7310038805007935 - ] - ], - [ - 0.8333333134651184, - [ - 0.1567230373620987, - 0.07356846332550049, - 0.6597957611083984, - 0.7312284708023071 - ] - ], - [ - 0.8999999761581421, - [ - 0.15628427267074585, - 0.0728447213768959, - 0.6595898866653442, - 0.7315806150436401 - ] - ], - [ - 0.9333333373069763, - [ - 0.1558198481798172, - 0.07231982052326202, - 0.6596201658248901, - 0.7317044734954834 - ] - ], - [ - 0.9666666388511658, - [ - 0.15520353615283966, - 0.07169940322637558, - 0.6597371101379395, - 0.7317909598350525 - ] - ], - [ - 1.0, - [ - 0.1544439196586609, - 0.07099346816539764, - 0.6599393486976624, - 0.7318381667137146 - ] - ], - [ - 1.0333333015441895, - [ - 0.15354947745800018, - 0.07021192461252213, - 0.6602251529693604, - 0.7318440079689026 - ] - ], - [ - 1.0666667222976685, - [ - 0.15252864360809326, - 0.06936480849981308, - 0.660592794418335, - 0.7318064570426941 - ] - ], - [ - 1.100000023841858, - [ - 0.15138986706733704, - 0.06846214830875397, - 0.6610404849052429, - 0.7317236661911011 - ] - ], - [ - 1.1333333253860474, - [ - 0.15014158189296722, - 0.06751400232315063, - 0.6615661382675171, - 0.7315939664840698 - ] - ], - [ - 1.1666666269302368, - [ - 0.14877721667289734, - 0.0665421336889267, - 0.6622055172920227, - 0.731383204460144 - ] - ], - [ - 1.2000000476837158, - [ - 0.14729376137256622, - 0.06564785540103912, - 0.6629916429519653, - 0.7310519814491272 - ] - ], - [ - 1.2333333492279053, - [ - 0.1457052379846573, - 0.06491323560476303, - 0.663913905620575, - 0.7305988073348999 - ] - ], - [ - 1.2666666507720947, - [ - 0.14402659237384796, - 0.06433460861444473, - 0.6649534106254578, - 0.7300372123718262 - ] - ], - [ - 1.2999999523162842, - [ - 0.14227072894573212, - 0.06391031295061111, - 0.6660950183868408, - 0.7293777465820313 - ] - ], - [ - 1.3333333730697632, - [ - 0.1404513418674469, - 0.06363826990127563, - 0.6673225164413452, - 0.7286317944526672 - ] - ], - [ - 1.3666666746139526, - [ - 0.13858482241630554, - 0.06351418048143387, - 0.668615460395813, - 0.7278143167495728 - ] - ], - [ - 1.399999976158142, - [ - 0.13668738305568695, - 0.06353374570608139, - 0.6699541211128235, - 0.726939857006073 - ] - ], - [ - 1.4333332777023315, - [ - 0.13477541506290436, - 0.0636925995349884, - 0.6713194251060486, - 0.7260227799415588 - ] - ], - [ - 1.4666666984558105, - [ - 0.13286498188972473, - 0.06398642808198929, - 0.6726930737495422, - 0.7250770330429077 - ] - ], - [ - 1.5, - [ - 0.13097205758094788, - 0.06441088765859604, - 0.6740576028823853, - 0.7241160273551941 - ] - ], - [ - 1.5333333015441895, - [ - 0.12911224365234375, - 0.06496161222457886, - 0.6753963232040405, - 0.7231526970863342 - ] - ], - [ - 1.5666667222976685, - [ - 0.12730108201503754, - 0.06563420593738556, - 0.6766935586929321, - 0.7221997380256653 - ] - ], - [ - 1.600000023841858, - [ - 0.12555372714996338, - 0.06642425060272217, - 0.6779342889785767, - 0.7212691903114319 - ] - ], - [ - 1.6333333253860474, - [ - 0.1238851249217987, - 0.06732726842164993, - 0.679104208946228, - 0.7203728556632996 - ] - ], - [ - 1.6666666269302368, - [ - 0.12230996787548065, - 0.06833874434232712, - 0.6801897287368774, - 0.7195221781730652 - ] - ], - [ - 1.7000000476837158, - [ - 0.12084277719259262, - 0.06945399940013885, - 0.6811774373054504, - 0.7187283635139465 - ] - ], - [ - 1.7333333492279053, - [ - 0.11949791014194489, - 0.0706683024764061, - 0.6820546984672546, - 0.7180026173591614 - ] - ], - [ - 1.7666666507720947, - [ - 0.11828956007957458, - 0.0719766914844513, - 0.6828086376190186, - 0.7173557877540588 - ] - ], - [ - 1.7999999523162842, - [ - 0.1172318384051323, - 0.07337415218353271, - 0.6834266781806946, - 0.7167990803718567 - ] - ], - [ - 1.8333333730697632, - [ - 0.11633885651826859, - 0.07485534995794296, - 0.6838958263397217, - 0.7163438200950623 - ] - ], - [ - 1.8666666746139526, - [ - 0.11562472581863403, - 0.07641471177339554, - 0.6842027902603149, - 0.716001570224762 - ] - ], - [ - 1.899999976158142, - [ - 0.11509481817483902, - 0.07805507630109787, - 0.6843534111976624, - 0.7157660722732544 - ] - ], - [ - 1.9333332777023315, - [ - 0.11475121229887009, - 0.07978262007236481, - 0.6843627691268921, - 0.7156217694282532 - ] - ], - [ - 1.9666666984558105, - [ - 0.11459431797266006, - 0.08157792687416077, - 0.6842715740203857, - 0.7155317068099976 - ] - ], - [ - 2.0, - [ - 0.11461111903190613, - 0.08341139554977417, - 0.684123158454895, - 0.7154596447944641 - ] - ], - [ - 2.0333333015441895, - [ - 0.11478923261165619, - 0.08526808023452759, - 0.6839219927787781, - 0.7154044508934021 - ] - ], - [ - 2.066666603088379, - [ - 0.11511567234992981, - 0.08713380247354507, - 0.6836722493171692, - 0.7153659462928772 - ] - ], - [ - 2.0999999046325684, - [ - 0.11557815223932266, - 0.08899322897195816, - 0.6833778023719788, - 0.7153438329696655 - ] - ], - [ - 2.133333444595337, - [ - 0.11616428196430206, - 0.09083117544651031, - 0.6830427050590515, - 0.7153379321098328 - ] - ], - [ - 2.1666667461395264, - [ - 0.11686147749423981, - 0.0926324874162674, - 0.6826707720756531, - 0.7153484225273132 - ] - ], - [ - 2.200000047683716, - [ - 0.11765704303979874, - 0.09438209235668182, - 0.6822657585144043, - 0.7153757214546204 - ] - ], - [ - 2.2333333492279053, - [ - 0.1185380145907402, - 0.09606505930423737, - 0.6818313002586365, - 0.7154203653335571 - ] - ], - [ - 2.2666666507720947, - [ - 0.11949139088392258, - 0.0976666659116745, - 0.6813710927963257, - 0.7154834866523743 - ] - ], - [ - 2.299999952316284, - [ - 0.12050392478704453, - 0.0991722121834755, - 0.6808884143829346, - 0.7155659794807434 - ] - ], - [ - 2.3333332538604736, - [ - 0.12156233191490173, - 0.1005672812461853, - 0.6803867816925049, - 0.7156694531440735 - ] - ], - [ - 2.366666555404663, - [ - 0.12265311926603317, - 0.10183745622634888, - 0.6798694729804993, - 0.7157952785491943 - ] - ], - [ - 2.4000000953674316, - [ - 0.12377925962209702, - 0.1030382364988327, - 0.6793529987335205, - 0.7159199118614197 - ] - ], - [ - 2.433333396911621, - [ - 0.1249382495880127, - 0.10423784703016281, - 0.6788474917411804, - 0.7160244584083557 - ] - ], - [ - 2.4666666984558105, - [ - 0.12610851228237152, - 0.10544134676456451, - 0.6783458590507507, - 0.7161184549331665 - ] - ], - [ - 2.5, - [ - 0.12726859748363495, - 0.10665374994277954, - 0.6778402924537659, - 0.7162124514579773 - ] - ], - [ - 2.5333333015441895, - [ - 0.12839727103710175, - 0.10788002610206604, - 0.6773214936256409, - 0.7163180708885193 - ] - ], - [ - 2.566666603088379, - [ - 0.12947343289852142, - 0.10912496596574783, - 0.6767793893814087, - 0.7164482474327087 - ] - ], - [ - 2.5999999046325684, - [ - 0.1304762214422226, - 0.11039324104785919, - 0.6762024760246277, - 0.7166168093681335 - ] - ], - [ - 2.633333444595337, - [ - 0.13138477504253387, - 0.11168937385082245, - 0.6755785942077637, - 0.7168383598327637 - ] - ], - [ - 2.6666667461395264, - [ - 0.1321781575679779, - 0.1130179911851883, - 0.6748955845832825, - 0.7171275019645691 - ] - ], - [ - 2.700000047683716, - [ - 0.13286487758159637, - 0.11434980481863022, - 0.674232542514801, - 0.717413067817688 - ] - ], - [ - 2.7333333492279053, - [ - 0.13345985114574432, - 0.11564838886260986, - 0.6736841201782227, - 0.7176096439361572 - ] - ], - [ - 2.7666666507720947, - [ - 0.1339537352323532, - 0.11690542101860046, - 0.6732496023178101, - 0.717721700668335 - ] - ], - [ - 2.799999952316284, - [ - 0.13433952629566193, - 0.11810987442731857, - 0.6729187965393066, - 0.7177627682685852 - ] - ], - [ - 2.8333332538604736, - [ - 0.13460908830165863, - 0.11925186216831207, - 0.6726875305175781, - 0.7177401185035706 - ] - ], - [ - 2.866666555404663, - [ - 0.1347542256116867, - 0.1203215941786766, - 0.6725519299507141, - 0.7176614999771118 - ] - ], - [ - 2.9000000953674316, - [ - 0.13476793467998505, - 0.12130771577358246, - 0.6725096702575684, - 0.7175323963165283 - ] - ], - [ - 2.933333396911621, - [ - 0.13464291393756866, - 0.12215515971183777, - 0.6725735664367676, - 0.7173523306846619 - ] - ], - [ - 2.9666666984558105, - [ - 0.1343708485364914, - 0.1228240504860878, - 0.6727514863014221, - 0.7171221971511841 - ] - ], - [ - 3.0, - [ - 0.1339443027973175, - 0.1233249232172966, - 0.6730372905731201, - 0.7168477773666382 - ] - ], - [ - 3.0333333015441895, - [ - 0.1333557665348053, - 0.12366816401481628, - 0.6734248399734497, - 0.7165343165397644 - ] - ], - [ - 3.066666603088379, - [ - 0.13231949508190155, - 0.12392943352460861, - 0.6739977598190308, - 0.7161425352096558 - ] - ], - [ - 3.0999999046325684, - [ - 0.1306818127632141, - 0.12417633086442947, - 0.674791693687439, - 0.715652585029602 - ] - ], - [ - 3.133333444595337, - [ - 0.12863335013389587, - 0.12440722435712814, - 0.6757292151451111, - 0.7150989174842834 - ] - ], - [ - 3.1666667461395264, - [ - 0.12636494636535645, - 0.12462062388658524, - 0.6767338514328003, - 0.7145158648490906 - ] - ], - [ - 3.200000047683716, - [ - 0.12406773120164871, - 0.12481626868247986, - 0.6777319312095642, - 0.7139381170272827 - ] - ], - [ - 3.2333333492279053, - [ - 0.12193260341882706, - 0.12496563792228699, - 0.6786540150642395, - 0.7134036421775818 - ] - ], - [ - 3.2666666507720947, - [ - 0.12015043199062347, - 0.1250246912240982, - 0.6794397234916687, - 0.7129477262496948 - ] - ], - [ - 3.299999952316284, - [ - 0.11891207098960876, - 0.12497059255838394, - 0.6800309419631958, - 0.7126010060310364 - ] - ], - [ - 3.3333332538604736, - [ - 0.11840832978487015, - 0.12478090822696686, - 0.6803703308105469, - 0.7123942375183105 - ] - ], - [ - 3.366666555404663, - [ - 0.1185634508728981, - 0.12438100576400757, - 0.6805372834205627, - 0.7122788429260254 - ] - ], - [ - 3.4000000953674316, - [ - 0.11914906650781631, - 0.12372279167175293, - 0.6806507110595703, - 0.7121873497962952 - ] - ], - [ - 3.433333396911621, - [ - 0.1201266422867775, - 0.12282302975654602, - 0.6807106733322144, - 0.7121215462684631 - ] - ], - [ - 3.4666666984558105, - [ - 0.1214577779173851, - 0.12169855087995529, - 0.680716335773468, - 0.7120833992958069 - ] - ], - [ - 3.5, - [ - 0.12310206890106201, - 0.12036878615617752, - 0.680678129196167, - 0.7120636105537415 - ] - ], - [ - 3.5333333015441895, - [ - 0.12501758337020874, - 0.11885492503643036, - 0.6806118488311768, - 0.7120475172996521 - ] - ], - [ - 3.566666603088379, - [ - 0.1271636188030243, - 0.11717644333839417, - 0.6805245280265808, - 0.7120290994644165 - ] - ], - [ - 3.5999999046325684, - [ - 0.1292838603258133, - 0.11558662354946136, - 0.6809111833572388, - 0.7115373611450195 - ] - ], - [ - 3.633333444595337, - [ - 0.1311984658241272, - 0.11425675451755524, - 0.6820698380470276, - 0.7102908492088318 - ] - ], - [ - 3.6666667461395264, - [ - 0.13298265635967255, - 0.11308766901493073, - 0.6837078332901001, - 0.708569347858429 - ] - ], - [ - 3.700000047683716, - [ - 0.1347123384475708, - 0.11198408156633377, - 0.6855406761169434, - 0.7066443562507629 - ] - ], - [ - 3.7333333492279053, - [ - 0.1364642083644867, - 0.11085256189107895, - 0.6873010396957397, - 0.7047740817070007 - ] - ], - [ - 3.7666666507720947, - [ - 0.13831651210784912, - 0.10960028320550919, - 0.6887441873550415, - 0.7031983137130737 - ] - ], - [ - 3.799999952316284, - [ - 0.1403498649597168, - 0.10813421756029129, - 0.6896432638168335, - 0.7021404504776001 - ] - ], - [ - 3.8333332538604736, - [ - 0.1426476538181305, - 0.1063627302646637, - 0.6897786855697632, - 0.7018147706985474 - ] - ], - [ - 3.866666555404663, - [ - 0.14503350853919983, - 0.1044551208615303, - 0.689452588558197, - 0.7019327282905579 - ] - ], - [ - 3.9000000953674316, - [ - 0.14724743366241455, - 0.10265602916479111, - 0.6891213655471802, - 0.7020625472068787 - ] - ], - [ - 3.933333396911621, - [ - 0.14924944937229156, - 0.10098981112241745, - 0.6887911558151245, - 0.7022054195404053 - ] - ], - [ - 3.9666666984558105, - [ - 0.15099969506263733, - 0.09948088228702545, - 0.6884689331054688, - 0.7023625373840332 - ] - ], - [ - 4.0, - [ - 0.15245814621448517, - 0.0981535017490387, - 0.6881617307662964, - 0.7025352716445923 - ] - ], - [ - 4.0333333015441895, - [ - 0.15358476340770721, - 0.09703196585178375, - 0.6878767609596252, - 0.7027247548103333 - ] - ], - [ - 4.066666603088379, - [ - 0.15433932840824127, - 0.09614045172929764, - 0.6876212358474731, - 0.7029321193695068 - ] - ], - [ - 4.099999904632568, - [ - 0.1546815037727356, - 0.09550298005342484, - 0.6874017715454102, - 0.7031583189964294 - ] - ], - [ - 4.133333206176758, - [ - 0.15471011400222778, - 0.094939224421978, - 0.6872432231903076, - 0.7033833265304565 - ] - ], - [ - 4.166666507720947, - [ - 0.15455745160579681, - 0.09425864368677139, - 0.6871644854545593, - 0.7035853266716003 - ] - ], - [ - 4.199999809265137, - [ - 0.1542334407567978, - 0.09346991032361984, - 0.6871630549430847, - 0.7037630081176758 - ] - ], - [ - 4.233333110809326, - [ - 0.15374793112277985, - 0.09258176386356354, - 0.687236487865448, - 0.703914999961853 - ] - ], - [ - 4.266666889190674, - [ - 0.15311066806316376, - 0.09160284698009491, - 0.6873821020126343, - 0.7040396928787231 - ] - ], - [ - 4.300000190734863, - [ - 0.1523314267396927, - 0.09054195880889893, - 0.6875973343849182, - 0.7041357755661011 - ] - ], - [ - 4.333333492279053, - [ - 0.15141990780830383, - 0.08940780907869339, - 0.6878795027732849, - 0.7042016983032227 - ] - ], - [ - 4.366666793823242, - [ - 0.15038573741912842, - 0.08820921927690506, - 0.6882256269454956, - 0.7042362689971924 - ] - ], - [ - 4.400000095367432, - [ - 0.14923852682113647, - 0.0869549885392189, - 0.6886329054832458, - 0.7042381763458252 - ] - ], - [ - 4.433333396911621, - [ - 0.14798791706562042, - 0.08565396070480347, - 0.6890981793403625, - 0.7042064666748047 - ] - ], - [ - 4.4666666984558105, - [ - 0.14662955701351166, - 0.0843278169631958, - 0.6896632313728333, - 0.7040974497795105 - ] - ], - [ - 4.5, - [ - 0.14516280591487885, - 0.08299475163221359, - 0.6903573274612427, - 0.7038795351982117 - ] - ], - [ - 4.5333333015441895, - [ - 0.1436031013727188, - 0.08165817707777023, - 0.6911577582359314, - 0.7035702466964722 - ] - ], - [ - 4.566666603088379, - [ - 0.14200428128242493, - 0.08029229193925858, - 0.6918408870697021, - 0.7033805251121521 - ] - ], - [ - 4.599999904632568, - [ - 0.14040885865688324, - 0.07888232171535492, - 0.6922353506088257, - 0.7034722566604614 - ] - ], - [ - 4.633333206176758, - [ - 0.13881461322307587, - 0.0774485319852829, - 0.692405641078949, - 0.7037802934646606 - ] - ], - [ - 4.666666507720947, - [ - 0.1372188925743103, - 0.07601074129343033, - 0.6924283504486084, - 0.7042275667190552 - ] - ], - [ - 4.699999809265137, - [ - 0.13561850786209106, - 0.07458887994289398, - 0.6923812031745911, - 0.7047356963157654 - ] - ], - [ - 4.733333110809326, - [ - 0.13400998711585999, - 0.07320293039083481, - 0.69234299659729, - 0.7052260637283325 - ] - ], - [ - 4.766666889190674, - [ - 0.13238947093486786, - 0.07187289744615555, - 0.692392885684967, - 0.7056198716163635 - ] - ], - [ - 4.800000190734863, - [ - 0.13075274229049683, - 0.07061909884214401, - 0.6926098465919495, - 0.7058387994766235 - ] - ], - [ - 4.833333492279053, - [ - 0.12909497320652008, - 0.06946231424808502, - 0.693072497844696, - 0.7058045864105225 - ] - ], - [ - 4.866666793823242, - [ - 0.12741103768348694, - 0.06842448562383652, - 0.6938587427139282, - 0.7054392695426941 - ] - ], - [ - 4.900000095367432, - [ - 0.12574514746665955, - 0.06747695803642273, - 0.694807231426239, - 0.7048956751823425 - ] - ], - [ - 4.933333396911621, - [ - 0.12415488064289093, - 0.0665798932313919, - 0.6956967711448669, - 0.7043853402137756 - ] - ], - [ - 4.9666666984558105, - [ - 0.12265441566705704, - 0.06573901325464249, - 0.6965150237083435, - 0.7039183974266052 - ] - ], - [ - 5.0, - [ - 0.12125782668590546, - 0.06496017426252365, - 0.6972500681877136, - 0.7035048604011536 - ] - ], - [ - 5.0333333015441895, - [ - 0.11997911334037781, - 0.06424933671951294, - 0.6978904604911804, - 0.7031542658805847 - ] - ], - [ - 5.066666603088379, - [ - 0.11883214861154556, - 0.06361252069473267, - 0.6984248161315918, - 0.7028763294219971 - ] - ], - [ - 5.099999904632568, - [ - 0.11783090233802795, - 0.06305573880672455, - 0.6988418698310852, - 0.7026805877685547 - ] - ], - [ - 5.133333206176758, - [ - 0.11698929220438004, - 0.06258495897054672, - 0.6991298794746399, - 0.7025766968727112 - ] - ], - [ - 5.166666507720947, - [ - 0.11632145196199417, - 0.06220608204603195, - 0.6992769241333008, - 0.7025749087333679 - ] - ], - [ - 5.199999809265137, - [ - 0.11583277583122253, - 0.06193329393863678, - 0.6992908716201782, - 0.7026658654212952 - ] - ], - [ - 5.266666889190674, - [ - 0.11539202928543091, - 0.061759039759635925, - 0.6989668607711792, - 0.7030760049819946 - ] - ], - [ - 5.300000190734863, - [ - 0.11541427671909332, - 0.06184736639261246, - 0.6986259818077087, - 0.7034032940864563 - ] - ], - [ - 5.333333492279053, - [ - 0.11558070778846741, - 0.062043290585279465, - 0.6981741189956665, - 0.7038072347640991 - ] - ], - [ - 5.366666793823242, - [ - 0.11587982624769211, - 0.06234154477715492, - 0.6976184248924255, - 0.7042825818061829 - ] - ], - [ - 5.400000095367432, - [ - 0.11630073934793472, - 0.06273603439331055, - 0.6969670653343201, - 0.704822838306427 - ] - ], - [ - 5.433333396911621, - [ - 0.11683255434036255, - 0.06322064250707626, - 0.6962287425994873, - 0.7054210305213928 - ] - ], - [ - 5.4666666984558105, - [ - 0.11746440827846527, - 0.06378921121358871, - 0.6954120397567749, - 0.7060702443122864 - ] - ], - [ - 5.5, - [ - 0.11818531900644302, - 0.06443566083908081, - 0.6945257186889648, - 0.7067632675170898 - ] - ], - [ - 5.5333333015441895, - [ - 0.11898434162139893, - 0.06515393406152725, - 0.6935788989067078, - 0.7074928879737854 - ] - ], - [ - 5.566666603088379, - [ - 0.11985041201114655, - 0.06593798100948334, - 0.6925808191299438, - 0.7082513570785522 - ] - ], - [ - 5.599999904632568, - [ - 0.1207723617553711, - 0.0667819008231163, - 0.6915411353111267, - 0.7090311050415039 - ] - ], - [ - 5.633333206176758, - [ - 0.12173909693956375, - 0.06767977029085159, - 0.6904697418212891, - 0.7098243236541748 - ] - ], - [ - 5.666666507720947, - [ - 0.12273930013179779, - 0.06862583756446838, - 0.6893768906593323, - 0.710623025894165 - ] - ], - [ - 5.699999809265137, - [ - 0.1237616240978241, - 0.06961437314748764, - 0.6882733106613159, - 0.711418867111206 - ] - ], - [ - 5.733333110809326, - [ - 0.12479468435049057, - 0.07063975185155869, - 0.6871699094772339, - 0.7122036218643188 - ] - ], - [ - 5.766666889190674, - [ - 0.125826895236969, - 0.0716964453458786, - 0.6860780119895935, - 0.7129685878753662 - ] - ], - [ - 5.800000190734863, - [ - 0.1268468052148819, - 0.07277900725603104, - 0.685009241104126, - 0.7137054204940796 - ] - ], - [ - 5.833333492279053, - [ - 0.1278427094221115, - 0.07388211041688919, - 0.6839755773544312, - 0.7144054174423218 - ] - ], - [ - 5.866666793823242, - [ - 0.12880302965641022, - 0.07500045746564865, - 0.6829890012741089, - 0.7150599956512451 - ] - ], - [ - 5.900000095367432, - [ - 0.1297159343957901, - 0.0761287584900856, - 0.6820617914199829, - 0.7156605124473572 - ] - ], - [ - 5.933333396911621, - [ - 0.13056984543800354, - 0.07726199179887772, - 0.6812065839767456, - 0.7161980867385864 - ] - ], - [ - 5.9666666984558105, - [ - 0.13135308027267456, - 0.07839493453502655, - 0.6804354190826416, - 0.7166646718978882 - ] - ], - [ - 6.0, - [ - 0.13205397129058838, - 0.07952248305082321, - 0.6797604560852051, - 0.7170520424842834 - ] - ], - [ - 6.0333333015441895, - [ - 0.13266101479530334, - 0.08063953369855881, - 0.6791937351226807, - 0.7173523306846619 - ] - ], - [ - 6.066666603088379, - [ - 0.1331653892993927, - 0.08173854649066925, - 0.6787360310554504, - 0.7175675630569458 - ] - ], - [ - 6.099999904632568, - [ - 0.13356105983257294, - 0.08280956745147705, - 0.6783792972564697, - 0.7177085280418396 - ] - ], - [ - 6.133333206176758, - [ - 0.13384054601192474, - 0.08384369313716888, - 0.6781216263771057, - 0.7177799344062805 - ] - ], - [ - 6.166666507720947, - [ - 0.13399629294872284, - 0.08483214676380157, - 0.6779607534408569, - 0.7177866697311401 - ] - ], - [ - 6.199999809265137, - [ - 0.13402177393436432, - 0.08576485514640808, - 0.6778952479362488, - 0.7177329659461975 - ] - ], - [ - 6.233333110809326, - [ - 0.13391080498695374, - 0.086631178855896, - 0.6779242157936096, - 0.7176222801208496 - ] - ], - [ - 6.266666889190674, - [ - 0.13365626335144043, - 0.08742155134677887, - 0.6780466437339783, - 0.7174582481384277 - ] - ], - [ - 6.300000190734863, - [ - 0.1332508623600006, - 0.08812638372182846, - 0.6782614588737488, - 0.7172442674636841 - ] - ], - [ - 6.333333492279053, - [ - 0.13268733024597168, - 0.08873604238033295, - 0.6785677671432495, - 0.7169837951660156 - ] - ], - [ - 6.366666793823242, - [ - 0.131682887673378, - 0.08930221945047379, - 0.6790557503700256, - 0.716636598110199 - ] - ], - [ - 6.400000095367432, - [ - 0.13008493185043335, - 0.08987070620059967, - 0.6797669529914856, - 0.7161830067634583 - ] - ], - [ - 6.433333396911621, - [ - 0.12808142602443695, - 0.09042278677225113, - 0.6806275844573975, - 0.7156569957733154 - ] - ], - [ - 6.4666666984558105, - [ - 0.12586049735546112, - 0.09094006568193436, - 0.6815657019615173, - 0.7150924801826477 - ] - ], - [ - 6.5, - [ - 0.12361054867506027, - 0.09140487015247345, - 0.6825112700462341, - 0.7145236134529114 - ] - ], - [ - 6.5333333015441895, - [ - 0.12152016162872314, - 0.09180065989494324, - 0.6833968758583069, - 0.7139847278594971 - ] - ], - [ - 6.566666603088379, - [ - 0.11977799981832504, - 0.09211204200983047, - 0.6841575503349304, - 0.7135104537010193 - ] - ], - [ - 6.599999904632568, - [ - 0.11857243627309799, - 0.09232461452484131, - 0.6847295761108398, - 0.7131354808807373 - ] - ], - [ - 6.633333206176758, - [ - 0.11809105426073074, - 0.09242507070302963, - 0.6850497126579285, - 0.7128947973251343 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658299319_681272.json b/lenses/physics-objects/Scene/assets/1646688658299319_681272.json deleted file mode 100644 index 6dc2e289..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658299319_681272.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658299319:681272", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658300285_681289.json b/lenses/physics-objects/Scene/assets/1646688658300285_681289.json deleted file mode 100644 index 1433529a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658300285_681289.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658300285:681289", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ], - [ - 0.03333333507180214, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ], - [ - 0.06666667014360428, - [ - -15.764620780944824, - 91.80744171142578, - -1.898552656173706 - ] - ], - [ - 0.10000000149011612, - [ - -14.717707633972168, - 90.77701568603516, - -1.3369472026824951 - ] - ], - [ - 0.13333334028720856, - [ - -14.167067527770996, - 89.49867248535156, - -1.4726824760437012 - ] - ], - [ - 0.1666666716337204, - [ - -14.53918170928955, - 88.2145767211914, - -2.764641761779785 - ] - ], - [ - 0.20000000298023224, - [ - -15.208720207214355, - 87.20280456542969, - -4.718194007873535 - ] - ], - [ - 0.23333333432674408, - [ - -15.822267532348633, - 86.77181243896484, - -7.077571392059326 - ] - ], - [ - 0.2666666805744171, - [ - -16.007911682128906, - 86.97065734863281, - -9.492650032043457 - ] - ], - [ - 0.30000001192092896, - [ - -15.234054565429688, - 87.52371978759766, - -11.192672729492188 - ] - ], - [ - 0.3333333432674408, - [ - -13.99876880645752, - 88.39926147460938, - -12.724187850952148 - ] - ], - [ - 0.36666667461395264, - [ - -13.16522216796875, - 89.13707733154297, - -14.8427734375 - ] - ], - [ - 0.4000000059604645, - [ - -13.076483726501465, - 88.89242553710938, - -17.497034072875977 - ] - ], - [ - 0.4333333373069763, - [ - -13.253740310668945, - 87.49861145019531, - -19.916370391845703 - ] - ], - [ - 0.46666666865348816, - [ - -13.453655242919922, - 85.27945709228516, - -21.694461822509766 - ] - ], - [ - 0.5, - [ - -13.305573463439941, - 83.07835388183594, - -22.773395538330078 - ] - ], - [ - 0.5333333611488342, - [ - -12.326030731201172, - 81.86373138427734, - -22.993038177490234 - ] - ], - [ - 0.5666666626930237, - [ - -10.87960433959961, - 81.68742370605469, - -23.072811126708984 - ] - ], - [ - 0.6000000238418579, - [ - -9.655826568603516, - 82.13300323486328, - -23.8197021484375 - ] - ], - [ - 0.6333333253860474, - [ - -9.008870124816895, - 82.66366577148438, - -25.26263427734375 - ] - ], - [ - 0.6666666865348816, - [ - -8.437755584716797, - 83.26907348632813, - -26.35932159423828 - ] - ], - [ - 0.699999988079071, - [ - -7.645174503326416, - 83.80736541748047, - -26.41942596435547 - ] - ], - [ - 0.7333333492279053, - [ - -6.510973930358887, - 84.0376968383789, - -25.13736915588379 - ] - ], - [ - 0.7666666507720947, - [ - -4.64489221572876, - 84.02674102783203, - -22.053525924682617 - ] - ], - [ - 0.800000011920929, - [ - -2.337420701980591, - 83.57685089111328, - -17.76862335205078 - ] - ], - [ - 0.8333333134651184, - [ - -0.3850533366203308, - 82.83871459960938, - -13.419047355651855 - ] - ], - [ - 0.8666666746139526, - [ - 0.6846006512641907, - 82.3623275756836, - -9.634010314941406 - ] - ], - [ - 0.8999999761581421, - [ - 1.2077851295471191, - 82.71622467041016, - -6.216939449310303 - ] - ], - [ - 0.9333333373069763, - [ - 1.4005720615386963, - 84.2834701538086, - -3.239501476287842 - ] - ], - [ - 0.9666666388511658, - [ - 1.6244897842407227, - 86.60323333740234, - -0.5392159223556519 - ] - ], - [ - 1.0, - [ - 2.6904311180114746, - 88.97821044921875, - 2.2679615020751953 - ] - ], - [ - 1.0333333015441895, - [ - 4.120794773101807, - 90.50177001953125, - 4.645824432373047 - ] - ], - [ - 1.0666667222976685, - [ - 4.769009113311768, - 90.0616455078125, - 6.116143226623535 - ] - ], - [ - 1.100000023841858, - [ - 4.058699607849121, - 88.23063659667969, - 6.780279636383057 - ] - ], - [ - 1.1333333253860474, - [ - 2.475457191467285, - 86.41026306152344, - 7.298311233520508 - ] - ], - [ - 1.1666666269302368, - [ - 0.5158990025520325, - 85.46018981933594, - 7.665659427642822 - ] - ], - [ - 1.2000000476837158, - [ - -1.1559675931930542, - 85.3213882446289, - 7.915109634399414 - ] - ], - [ - 1.2333333492279053, - [ - -1.54762601852417, - 85.71220397949219, - 8.60364818572998 - ] - ], - [ - 1.2666666507720947, - [ - -1.0681437253952026, - 86.4663314819336, - 9.323974609375 - ] - ], - [ - 1.2999999523162842, - [ - -0.853418231010437, - 87.50884246826172, - 9.396471977233887 - ] - ], - [ - 1.3333333730697632, - [ - -1.345427393913269, - 88.7396469116211, - 8.335067749023438 - ] - ], - [ - 1.3666666746139526, - [ - -2.0124406814575195, - 89.6806869506836, - 6.600438117980957 - ] - ], - [ - 1.399999976158142, - [ - -2.6563308238983154, - 89.8993148803711, - 4.6591291427612305 - ] - ], - [ - 1.4333332777023315, - [ - -2.9983177185058594, - 89.38176727294922, - 2.953946590423584 - ] - ], - [ - 1.4666666984558105, - [ - -2.4654572010040283, - 88.18550872802734, - 2.1847262382507324 - ] - ], - [ - 1.5, - [ - -1.5944920778274536, - 86.7733383178711, - 1.7573540210723877 - ] - ], - [ - 1.5333333015441895, - [ - -1.3874880075454712, - 85.72747802734375, - 0.6345046758651733 - ] - ], - [ - 1.5666667222976685, - [ - -2.2088732719421387, - 85.6284408569336, - -1.6015008687973022 - ] - ], - [ - 1.600000023841858, - [ - -3.3797619342803955, - 86.39794921875, - -4.387460231781006 - ] - ], - [ - 1.6333333253860474, - [ - -4.523741245269775, - 87.44556427001953, - -7.249701499938965 - ] - ], - [ - 1.6666666269302368, - [ - -5.185795783996582, - 88.71788024902344, - -9.712475776672363 - ] - ], - [ - 1.7000000476837158, - [ - -4.945962429046631, - 89.78942108154297, - -10.922228813171387 - ] - ], - [ - 1.7333333492279053, - [ - -4.696141719818115, - 89.61213684082031, - -11.237433433532715 - ] - ], - [ - 1.7666666507720947, - [ - -5.499828338623047, - 87.96141052246094, - -11.623556137084961 - ] - ], - [ - 1.7999999523162842, - [ - -7.535053730010986, - 85.40889739990234, - -12.385544776916504 - ] - ], - [ - 1.8333333730697632, - [ - -9.94926929473877, - 83.1669921875, - -13.231552124023438 - ] - ], - [ - 1.8666666746139526, - [ - -12.216297149658203, - 82.77728271484375, - -14.206501960754395 - ] - ], - [ - 1.899999976158142, - [ - -13.87624740600586, - 83.7771987915039, - -15.167501449584961 - ] - ], - [ - 1.9333332777023315, - [ - -14.438325881958008, - 85.45179748535156, - -15.587645530700684 - ] - ], - [ - 1.9666666984558105, - [ - -14.281967163085938, - 87.45700073242188, - -15.75316047668457 - ] - ], - [ - 2.0, - [ - -13.968849182128906, - 88.95923614501953, - -16.37221908569336 - ] - ], - [ - 2.0333333015441895, - [ - -13.688126564025879, - 89.45198059082031, - -17.637680053710938 - ] - ], - [ - 2.066666603088379, - [ - -12.91385269165039, - 88.9933853149414, - -19.05339813232422 - ] - ], - [ - 2.0999999046325684, - [ - -11.517012596130371, - 87.8594741821289, - -20.358108520507813 - ] - ], - [ - 2.133333444595337, - [ - -9.60915470123291, - 86.29920959472656, - -21.136781692504883 - ] - ], - [ - 2.1666667461395264, - [ - -6.998513221740723, - 84.74097442626953, - -20.836048126220703 - ] - ], - [ - 2.200000047683716, - [ - -3.98431134223938, - 83.5110855102539, - -19.93269920349121 - ] - ], - [ - 2.2333333492279053, - [ - -1.2297754287719727, - 82.9417953491211, - -19.445322036743164 - ] - ], - [ - 2.2666666507720947, - [ - 0.8330459594726563, - 83.43505859375, - -19.945621490478516 - ] - ], - [ - 2.299999952316284, - [ - 2.4121954441070557, - 85.30366516113281, - -20.905197143554688 - ] - ], - [ - 2.3333332538604736, - [ - 3.736921787261963, - 87.95008850097656, - -21.41961669921875 - ] - ], - [ - 2.366666555404663, - [ - 5.1502251625061035, - 89.91041564941406, - -20.60215187072754 - ] - ], - [ - 2.4000000953674316, - [ - 7.0986223220825195, - 90.41683197021484, - -17.724210739135742 - ] - ], - [ - 2.433333396911621, - [ - 9.25037670135498, - 89.83036804199219, - -13.29452133178711 - ] - ], - [ - 2.4666666984558105, - [ - 10.666982650756836, - 88.466064453125, - -8.327230453491211 - ] - ], - [ - 2.5, - [ - 10.812033653259277, - 87.08985137939453, - -3.6905739307403564 - ] - ], - [ - 2.5333333015441895, - [ - 10.19667911529541, - 86.41349029541016, - 0.4863222539424896 - ] - ], - [ - 2.566666603088379, - [ - 9.217427253723145, - 86.5971908569336, - 4.06210994720459 - ] - ], - [ - 2.5999999046325684, - [ - 8.339038848876953, - 87.4417724609375, - 7.274602890014648 - ] - ], - [ - 2.633333444595337, - [ - 8.340599060058594, - 88.30555725097656, - 10.96230411529541 - ] - ], - [ - 2.6666667461395264, - [ - 8.732973098754883, - 88.83667755126953, - 14.622702598571777 - ] - ], - [ - 2.700000047683716, - [ - 8.359658241271973, - 88.99360656738281, - 17.244592666625977 - ] - ], - [ - 2.7333333492279053, - [ - 6.611080169677734, - 88.82199096679688, - 18.5887451171875 - ] - ], - [ - 2.7666666507720947, - [ - 4.083095550537109, - 88.2205581665039, - 19.431100845336914 - ] - ], - [ - 2.799999952316284, - [ - 1.202919602394104, - 87.15206146240234, - 20.17106819152832 - ] - ], - [ - 2.8333332538604736, - [ - -1.4405308961868286, - 85.75498962402344, - 21.18085479736328 - ] - ], - [ - 2.866666555404663, - [ - -2.8518013954162598, - 84.21484375, - 23.063045501708984 - ] - ], - [ - 2.9000000953674316, - [ - -3.512834310531616, - 83.34078216552734, - 25.074430465698242 - ] - ], - [ - 2.933333396911621, - [ - -4.54408073425293, - 83.89916229248047, - 26.009130477905273 - ] - ], - [ - 2.9666666984558105, - [ - -6.4005842208862305, - 85.6041259765625, - 25.523950576782227 - ] - ], - [ - 3.0, - [ - -8.338191032409668, - 87.832763671875, - 23.465465545654297 - ] - ], - [ - 3.0333333015441895, - [ - -10.280367851257324, - 89.64493560791016, - 20.743099212646484 - ] - ], - [ - 3.066666603088379, - [ - -11.793442726135254, - 90.40131378173828, - 18.12234878540039 - ] - ], - [ - 3.0999999046325684, - [ - -12.067073822021484, - 90.01844024658203, - 16.48822593688965 - ] - ], - [ - 3.133333444595337, - [ - -11.821715354919434, - 88.16804504394531, - 15.437228202819824 - ] - ], - [ - 3.1666667461395264, - [ - -12.23453426361084, - 86.3916015625, - 13.80306625366211 - ] - ], - [ - 3.200000047683716, - [ - -13.626811981201172, - 86.19705963134766, - 10.931258201599121 - ] - ], - [ - 3.2333333492279053, - [ - -15.18028450012207, - 86.90435791015625, - 7.338354110717773 - ] - ], - [ - 3.2666666507720947, - [ - -16.507349014282227, - 88.49549102783203, - 3.346982717514038 - ] - ], - [ - 3.299999952316284, - [ - -17.29444694519043, - 90.47521209716797, - -0.2046194076538086 - ] - ], - [ - 3.3333332538604736, - [ - -16.853757858276367, - 91.60911560058594, - -1.4795416593551636 - ] - ], - [ - 3.366666555404663, - [ - -16.239900588989258, - 92.34651947021484, - -2.070805072784424 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658300454_681296.json b/lenses/physics-objects/Scene/assets/1646688658300454_681296.json deleted file mode 100644 index 82a7f9fc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658300454_681296.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658300454:681296", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ], - [ - 0.03333333507180214, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ], - [ - 0.06666667014360428, - [ - -0.15852342545986176, - 0.2291928380727768, - 0.6645262837409973, - 0.6933583617210388 - ] - ], - [ - 0.10000000149011612, - [ - -0.1592605859041214, - 0.22560229897499084, - 0.6643983125686646, - 0.6944887042045593 - ] - ], - [ - 0.13333334028720856, - [ - -0.16198374330997467, - 0.2213202565908432, - 0.6639087200164795, - 0.6957038044929504 - ] - ], - [ - 0.1666666716337204, - [ - -0.16640760004520416, - 0.21661779284477234, - 0.6630772352218628, - 0.6969317197799683 - ] - ], - [ - 0.20000000298023224, - [ - -0.17227022349834442, - 0.21173705160617828, - 0.6618269681930542, - 0.6981944441795349 - ] - ], - [ - 0.23333333432674408, - [ - -0.17935709655284882, - 0.20693722367286682, - 0.6600130200386047, - 0.6995647549629211 - ] - ], - [ - 0.2666666805744171, - [ - -0.18741431832313538, - 0.20251062512397766, - 0.6576250195503235, - 0.7009955048561096 - ] - ], - [ - 0.30000001192092896, - [ - -0.19593192636966705, - 0.19866494834423065, - 0.6550248265266418, - 0.7022004127502441 - ] - ], - [ - 0.3333333432674408, - [ - -0.20446273684501648, - 0.1956285685300827, - 0.6524819135665894, - 0.702987790107727 - ] - ], - [ - 0.36666667461395264, - [ - -0.2126748114824295, - 0.19372600317001343, - 0.6501913666725159, - 0.7032004594802856 - ] - ], - [ - 0.4000000059604645, - [ - -0.2213587760925293, - 0.1955428123474121, - 0.6496071815490723, - 0.7005525231361389 - ] - ], - [ - 0.4333333373069763, - [ - -0.229897141456604, - 0.20092971622943878, - 0.6504479050636292, - 0.6954797506332397 - ] - ], - [ - 0.46666666865348816, - [ - -0.23682621121406555, - 0.20675122737884521, - 0.6515119671821594, - 0.6904342174530029 - ] - ], - [ - 0.5, - [ - -0.23285642266273499, - 0.2121327668428421, - 0.6529508829116821, - 0.6887907981872559 - ] - ], - [ - 0.5333333611488342, - [ - -0.21120260655879974, - 0.21646088361740112, - 0.6536937355995178, - 0.693702220916748 - ] - ], - [ - 0.5666666626930237, - [ - -0.1751902550458908, - 0.2195391058921814, - 0.6522683501243591, - 0.7040290832519531 - ] - ], - [ - 0.6000000238418579, - [ - -0.12854714691638947, - 0.22195753455162048, - 0.6477363705635071, - 0.7173897624015808 - ] - ], - [ - 0.6333333253860474, - [ - -0.07617868483066559, - 0.22550038993358612, - 0.641075611114502, - 0.7296358346939087 - ] - ], - [ - 0.6666666865348816, - [ - -0.022559406235814095, - 0.23006561398506165, - 0.6333698630332947, - 0.7385143637657166 - ] - ], - [ - 0.699999988079071, - [ - 0.02935798466205597, - 0.23284181952476501, - 0.6234415173530579, - 0.7458173036575317 - ] - ], - [ - 0.7333333492279053, - [ - 0.07594779878854752, - 0.2330867499113083, - 0.6114728450775146, - 0.7523320317268372 - ] - ], - [ - 0.7666666507720947, - [ - 0.11337573826313019, - 0.23139086365699768, - 0.5984700918197632, - 0.7585762739181519 - ] - ], - [ - 0.800000011920929, - [ - 0.13781771063804626, - 0.2292730212211609, - 0.5860605239868164, - 0.7648354172706604 - ] - ], - [ - 0.8333333134651184, - [ - 0.14553886651992798, - 0.22858574986457825, - 0.5757542252540588, - 0.7714105844497681 - ] - ], - [ - 0.8666666746139526, - [ - 0.13114123046398163, - 0.2339967042207718, - 0.5665901303291321, - 0.7791170477867126 - ] - ], - [ - 0.8999999761581421, - [ - 0.09714830666780472, - 0.2470621019601822, - 0.5557003617286682, - 0.7878576517105103 - ] - ], - [ - 0.9333333373069763, - [ - 0.05187900364398956, - 0.26421335339546204, - 0.5411629676818848, - 0.7966446876525879 - ] - ], - [ - 0.9666666388511658, - [ - 0.003655572421848774, - 0.281941294670105, - 0.5230045914649963, - 0.8043394684791565 - ] - ], - [ - 1.0, - [ - -0.039578765630722046, - 0.2975188195705414, - 0.5035756826400757, - 0.8101406097412109 - ] - ], - [ - 1.0333333015441895, - [ - -0.07010756433010101, - 0.3087080717086792, - 0.4874021112918854, - 0.81377112865448 - ] - ], - [ - 1.0666667222976685, - [ - -0.08092474937438965, - 0.3144022822380066, - 0.4808049201965332, - 0.8145116567611694 - ] - ], - [ - 1.100000023841858, - [ - -0.07795647531747818, - 0.31467121839523315, - 0.4810888469219208, - 0.814529538154602 - ] - ], - [ - 1.1333333253860474, - [ - -0.07212463021278381, - 0.31064632534980774, - 0.48129430413246155, - 0.8164880275726318 - ] - ], - [ - 1.1666666269302368, - [ - -0.06399127095937729, - 0.30137118697166443, - 0.4797477126121521, - 0.8215367794036865 - ] - ], - [ - 1.2000000476837158, - [ - -0.054144103080034256, - 0.28671544790267944, - 0.4752471148967743, - 0.8300620913505554 - ] - ], - [ - 1.2333333492279053, - [ - -0.043000299483537674, - 0.2681714594364166, - 0.46864277124404907, - 0.8406003713607788 - ] - ], - [ - 1.2666666507720947, - [ - -0.03109443187713623, - 0.24789299070835114, - 0.4615679383277893, - 0.8511976599693298 - ] - ], - [ - 1.2999999523162842, - [ - -0.019428053870797157, - 0.22900469601154327, - 0.4565735161304474, - 0.8594882488250732 - ] - ], - [ - 1.3333333730697632, - [ - -0.008787316270172596, - 0.21297574043273926, - 0.4546760320663452, - 0.8647738695144653 - ] - ], - [ - 1.3666666746139526, - [ - 0.000854270881973207, - 0.1985323280096054, - 0.4541850984096527, - 0.868504524230957 - ] - ], - [ - 1.399999976158142, - [ - 0.009403581731021404, - 0.185400128364563, - 0.4542868137359619, - 0.8712989687919617 - ] - ], - [ - 1.4333332777023315, - [ - 0.01671414077281952, - 0.17372290790081024, - 0.4544709026813507, - 0.8734971284866333 - ] - ], - [ - 1.4666666984558105, - [ - 0.022604256868362427, - 0.16391849517822266, - 0.4544665217399597, - 0.8752599358558655 - ] - ], - [ - 1.5, - [ - 0.02686949633061886, - 0.1565067321062088, - 0.4540487229824066, - 0.8767117261886597 - ] - ], - [ - 1.5333333015441895, - [ - 0.029274221509695053, - 0.15201948583126068, - 0.4529283940792084, - 0.8780028223991394 - ] - ], - [ - 1.5666667222976685, - [ - 0.02603432722389698, - 0.15146702527999878, - 0.45633015036582947, - 0.8764375448226929 - ] - ], - [ - 1.600000023841858, - [ - 0.014819804579019547, - 0.15450800955295563, - 0.4679394066333771, - 0.8700231909751892 - ] - ], - [ - 1.6333333253860474, - [ - -0.0026353003922849894, - 0.15979067981243134, - 0.48572245240211487, - 0.8593798279762268 - ] - ], - [ - 1.6666666269302368, - [ - -0.024654190987348557, - 0.16615499556064606, - 0.5075745582580566, - 0.8450756072998047 - ] - ], - [ - 1.7000000476837158, - [ - -0.04957924783229828, - 0.17304620146751404, - 0.5315685272216797, - 0.8276664614677429 - ] - ], - [ - 1.7333333492279053, - [ - -0.07604659348726273, - 0.18141679465770721, - 0.5567120313644409, - 0.807079017162323 - ] - ], - [ - 1.7666666507720947, - [ - -0.10152386128902435, - 0.1902458220720291, - 0.5800338983535767, - 0.785531759262085 - ] - ], - [ - 1.7999999523162842, - [ - -0.12268117815256119, - 0.19746337831020355, - 0.598054826259613, - 0.766999363899231 - ] - ], - [ - 1.8333333730697632, - [ - -0.13660679757595062, - 0.20224066078662872, - 0.6085368394851685, - 0.7550630569458008 - ] - ], - [ - 1.8666666746139526, - [ - -0.14100861549377441, - 0.20629239082336426, - 0.6079226136207581, - 0.7536512017250061 - ] - ], - [ - 1.899999976158142, - [ - -0.13908334076404572, - 0.21210967004299164, - 0.5979123115539551, - 0.7603724002838135 - ] - ], - [ - 1.9333332777023315, - [ - -0.13567669689655304, - 0.22026602923870087, - 0.5837640166282654, - 0.7696067094802856 - ] - ], - [ - 1.9666666984558105, - [ - -0.13170436024665833, - 0.2325236201286316, - 0.5687533020973206, - 0.7778858542442322 - ] - ], - [ - 2.0, - [ - -0.1273280680179596, - 0.24914969503879547, - 0.5551998019218445, - 0.7832401990890503 - ] - ], - [ - 2.0333333015441895, - [ - -0.1215781718492508, - 0.26715558767318726, - 0.5429999828338623, - 0.7867640256881714 - ] - ], - [ - 2.066666603088379, - [ - -0.11409500986337662, - 0.2844073176383972, - 0.5326220989227295, - 0.7889288663864136 - ] - ], - [ - 2.0999999046325684, - [ - -0.10491907596588135, - 0.29914698004722595, - 0.5246678590774536, - 0.790080189704895 - ] - ], - [ - 2.133333444595337, - [ - -0.09674644470214844, - 0.3100694715976715, - 0.5198938846588135, - 0.7900679707527161 - ] - ], - [ - 2.1666667461395264, - [ - -0.091773122549057, - 0.3171004056930542, - 0.5177747011184692, - 0.7892619371414185 - ] - ], - [ - 2.200000047683716, - [ - -0.08942323178052902, - 0.3204037845134735, - 0.516900897026062, - 0.788770318031311 - ] - ], - [ - 2.2333333492279053, - [ - -0.08912968635559082, - 0.32055526971817017, - 0.5162196755409241, - 0.7891878485679626 - ] - ], - [ - 2.2666666507720947, - [ - -0.09024005383253098, - 0.3186165690422058, - 0.515374481678009, - 0.7903982400894165 - ] - ], - [ - 2.299999952316284, - [ - -0.09195204824209213, - 0.316230446100235, - 0.5151078701019287, - 0.7913324236869812 - ] - ], - [ - 2.3333332538604736, - [ - -0.09379327297210693, - 0.3158295452594757, - 0.5166782736778259, - 0.7902519106864929 - ] - ], - [ - 2.366666555404663, - [ - -0.09526441991329193, - 0.319144070148468, - 0.5205157399177551, - 0.7862157225608826 - ] - ], - [ - 2.4000000953674316, - [ - -0.09518732875585556, - 0.32509252429008484, - 0.5245470404624939, - 0.78109210729599 - ] - ], - [ - 2.433333396911621, - [ - -0.09236013144254684, - 0.3323749005794525, - 0.5264798998832703, - 0.7770556211471558 - ] - ], - [ - 2.4666666984558105, - [ - -0.08694259077310562, - 0.3387630879878998, - 0.526365339756012, - 0.7749969959259033 - ] - ], - [ - 2.5, - [ - -0.08057891577482224, - 0.3421536087989807, - 0.5250265598297119, - 0.7751032710075378 - ] - ], - [ - 2.5333333015441895, - [ - -0.07375846058130264, - 0.34189510345458984, - 0.5212076902389526, - 0.7784664034843445 - ] - ], - [ - 2.566666603088379, - [ - -0.0664399266242981, - 0.3387168049812317, - 0.5153116583824158, - 0.7844173312187195 - ] - ], - [ - 2.5999999046325684, - [ - -0.059198617935180664, - 0.33445659279823303, - 0.5092641115188599, - 0.7907492518424988 - ] - ], - [ - 2.633333444595337, - [ - -0.05298696085810661, - 0.3321196436882019, - 0.5061193108558655, - 0.7941864728927612 - ] - ], - [ - 2.6666667461395264, - [ - -0.04855501279234886, - 0.3329189121723175, - 0.5072154402732849, - 0.7934355139732361 - ] - ], - [ - 2.700000047683716, - [ - -0.04627913609147072, - 0.334957480430603, - 0.5107211470603943, - 0.7904590964317322 - ] - ], - [ - 2.7333333492279053, - [ - -0.04659248888492584, - 0.3373759090900421, - 0.5157337784767151, - 0.7861458659172058 - ] - ], - [ - 2.7666666507720947, - [ - -0.0477045513689518, - 0.3400261402130127, - 0.5208770036697388, - 0.781532883644104 - ] - ], - [ - 2.799999952316284, - [ - -0.04799499362707138, - 0.34263139963150024, - 0.5251790881156921, - 0.7774878740310669 - ] - ], - [ - 2.8333332538604736, - [ - -0.04795758053660393, - 0.3444463014602661, - 0.5285848379135132, - 0.7743738889694214 - ] - ], - [ - 2.866666555404663, - [ - -0.04812297597527504, - 0.3446553945541382, - 0.5308567881584167, - 0.7727146148681641 - ] - ], - [ - 2.9000000953674316, - [ - -0.04910237714648247, - 0.34290096163749695, - 0.5321234464645386, - 0.7725623250007629 - ] - ], - [ - 2.933333396911621, - [ - -0.051423005759716034, - 0.33923521637916565, - 0.5331687331199646, - 0.7733088135719299 - ] - ], - [ - 2.9666666984558105, - [ - -0.05544404685497284, - 0.33407557010650635, - 0.5356414914131165, - 0.7735681533813477 - ] - ], - [ - 3.0, - [ - -0.06210517883300781, - 0.3282986283302307, - 0.5414794087409973, - 0.7714681029319763 - ] - ], - [ - 3.0333333015441895, - [ - -0.07527602463960648, - 0.32004663348197937, - 0.5512405633926392, - 0.7668360471725464 - ] - ], - [ - 3.066666603088379, - [ - -0.09511567652225494, - 0.30726343393325806, - 0.5631304979324341, - 0.7612005472183228 - ] - ], - [ - 3.0999999046325684, - [ - -0.11754254251718521, - 0.29099252820014954, - 0.5756958723068237, - 0.7550374865531921 - ] - ], - [ - 3.133333444595337, - [ - -0.13873231410980225, - 0.27309632301330566, - 0.5881108045578003, - 0.7485302090644836 - ] - ], - [ - 3.1666667461395264, - [ - -0.1551865190267563, - 0.2560769021511078, - 0.5997995734214783, - 0.7420123815536499 - ] - ], - [ - 3.200000047683716, - [ - -0.16349172592163086, - 0.24239586293697357, - 0.6099748015403748, - 0.7365089654922485 - ] - ], - [ - 3.2333333492279053, - [ - -0.16461902856826782, - 0.23241659998893738, - 0.620236337184906, - 0.7308830618858337 - ] - ], - [ - 3.2666666507720947, - [ - -0.16269199550151825, - 0.22483442723751068, - 0.6313450932502747, - 0.7241437435150146 - ] - ], - [ - 3.299999952316284, - [ - -0.15985336899757385, - 0.2214006632566452, - 0.6427932977676392, - 0.7157132029533386 - ] - ], - [ - 3.3333332538604736, - [ - -0.15935000777244568, - 0.22631675004959106, - 0.6548887491226196, - 0.7032134532928467 - ] - ], - [ - 3.366666555404663, - [ - -0.15999072790145874, - 0.2316417396068573, - 0.6641197204589844, - 0.6925966143608093 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658300608_681303.json b/lenses/physics-objects/Scene/assets/1646688658300608_681303.json deleted file mode 100644 index 1fbdff85..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658300608_681303.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658300608:681303", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658309823_681316.json b/lenses/physics-objects/Scene/assets/1646688658309823_681316.json deleted file mode 100644 index 485b36c7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658309823_681316.json +++ /dev/null @@ -1,1050 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658309823:681316", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.996328830718994, - 2.6645352591003757e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.03333333507180214, - [ - 6.996328830718994, - 2.6645352591003757e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.06666667014360428, - [ - 7.011565685272217, - -1.7763568394002505e-15, - 8.881784197001252e-16 - ] - ], - [ - 0.13333334028720856, - [ - 7.030261039733887, - -1.7763568394002505e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.30000001192092896, - [ - 7.0041046142578125, - -6.815756776662084e-28, - 1.7763568394002505e-15 - ] - ], - [ - 0.3333333432674408, - [ - 6.9891133308410645, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.9715375900268555, - 2.6645352591003757e-15, - -3.0292253945661992e-28 - ] - ], - [ - 0.4000000059604645, - [ - 6.951651096343994, - -5.55698713725354e-22, - -1.7763568394002505e-15 - ] - ], - [ - 0.4333333373069763, - [ - 6.929726600646973, - -3.552713678800501e-15, - 0.0 - ] - ], - [ - 0.5, - [ - 6.881004810333252, - -4.440892098500626e-15, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.7250471115112305, - -3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.800000011920929, - [ - 6.6440911293029785, - -3.552713678800501e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.8666666746139526, - [ - 6.59521484375, - -5.3290705182007514e-15, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.573299407958984, - -1.7763600157738027e-15, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 6.553426742553711, - 3.552713678800501e-15, - 1.5146128176537211e-28 - ] - ], - [ - 0.9666666388511658, - [ - 6.535869121551514, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.0, - [ - 6.520896911621094, - 0.0, - -3.552713678800501e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.499793529510498, - -1.7763523924772774e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.497269630432129, - 8.881784197001252e-16, - -4.03228455465545e-21 - ] - ], - [ - 1.2000000476837158, - [ - 6.5111870765686035, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.532743453979492, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.2666666507720947, - [ - 6.5610527992248535, - -8.881784197001252e-16, - 1.6935584991743625e-21 - ] - ], - [ - 1.2999999523162842, - [ - 6.595225811004639, - -8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.634374618530273, - 2.6645352591003757e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.3666666746139526, - [ - 6.677615642547607, - 8.881779432440924e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.724066257476807, - -8.881784197001252e-16, - -5.4526042657717e-27 - ] - ], - [ - 1.4666666984558105, - [ - 6.823061466217041, - 4.440892098500626e-16, - -7.105427357601002e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.92427921295166, - -6.661322265883178e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.973505020141602, - -2.9976021664879227e-15, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 7.02062463760376, - 1.1102424799131638e-16, - 5.4526042657717e-27 - ] - ], - [ - 1.6333333253860474, - [ - 7.0647478103637695, - 2.4424906541753444e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.6666666269302368, - [ - 7.104984283447266, - -1.1102230246251565e-15, - 1.3737974145825033e-26 - ] - ], - [ - 1.7000000476837158, - [ - 7.140442848205566, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.170231342315674, - -1.7763568394002505e-15, - -2.4233799304669705e-27 - ] - ], - [ - 1.7666666507720947, - [ - 7.193457126617432, - -1.2116899652334853e-27, - -3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 7.209227561950684, - -3.1086244689504383e-15, - -2.1810404737135157e-26 - ] - ], - [ - 1.899999976158142, - [ - 7.205173969268799, - 4.440892098500626e-16, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 7.190024375915527, - -1.7763542983014087e-15, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 7.169871807098389, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 2.0, - [ - 7.145212173461914, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 7.116572380065918, - -8.881784197001252e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.066666603088379, - [ - 7.084479808807373, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.0999999046325684, - [ - 7.049458026885986, - 1.7763568394002505e-15, - -4.362076633343956e-26 - ] - ], - [ - 2.133333444595337, - [ - 7.012030124664307, - 4.440892098500626e-15, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.932040691375732, - -8.881803255242566e-16, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.7659783363342285, - 8.881757197826059e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.4000000953674316, - [ - 6.687739849090576, - -2.220446049250313e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.433333396911621, - [ - 6.650790214538574, - -2.220446049250313e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.615801811218262, - 2.32864448884301e-21, - -1.7763568394002505e-15 - ] - ], - [ - 2.5, - [ - 6.583242893218994, - 2.6645352591003757e-15, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.553577423095703, - 8.881806431616118e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.566666603088379, - [ - 6.527266979217529, - -1.9984014443252818e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.5999999046325684, - [ - 6.504771709442139, - 6.661338147750939e-16, - 1.7763568394002505e-15 - ] - ], - [ - 2.633333444595337, - [ - 6.486550331115723, - 5.551115123125783e-16, - -5.927471256391293e-21 - ] - ], - [ - 2.6666667461395264, - [ - 6.4730634689331055, - 1.5543122344752192e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.8333332538604736, - [ - 6.484883785247803, - 2.220446049250313e-15, - 8.881784197001252e-16 - ] - ], - [ - 2.866666555404663, - [ - 6.500670909881592, - 4.440892098500626e-16, - 2.8653859371588943e-26 - ] - ], - [ - 2.9000000953674316, - [ - 6.519796848297119, - 2.220446049250313e-15, - -2.1810384707463736e-26 - ] - ], - [ - 2.933333396911621, - [ - 6.541914939880371, - 1.7763555688508296e-15, - -8.881784197001252e-16 - ] - ], - [ - 2.9666666984558105, - [ - 6.566641807556152, - 8.881771491507044e-16, - -8.881784197001252e-16 - ] - ], - [ - 3.0333333015441895, - [ - 6.621827125549316, - 1.7763552512134744e-15, - -2.4233791600949928e-27 - ] - ], - [ - 3.1666667461395264, - [ - 6.740447998046875, - -2.6645352591003757e-15, - 4.440892098500626e-16 - ] - ], - [ - 3.2333333492279053, - [ - 6.795554161071777, - -1.2116899652334853e-27, - -1.3230903844466542e-22 - ] - ], - [ - 3.2666666507720947, - [ - 6.8204264640808105, - -1.7763568394002505e-15, - -1.1102214364383804e-16 - ] - ], - [ - 3.299999952316284, - [ - 6.842916965484619, - 5.3290705182007514e-15, - -1.5543122344752192e-15 - ] - ], - [ - 3.3333332538604736, - [ - 6.862565994262695, - 1.776363192147355e-15, - 6.661338147750939e-16 - ] - ], - [ - 3.366666555404663, - [ - 6.8789143562316895, - 2.86624875377398e-26, - 6.661338147750939e-16 - ] - ], - [ - 3.433333396911621, - [ - 6.899871826171875, - -1.7763568394002505e-15, - -1.0584789718542507e-21 - ] - ], - [ - 3.5999999046325684, - [ - 6.880151271820068, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 6.866658687591553, - 5.3290705182007514e-15, - -8.881812784363222e-16 - ] - ], - [ - 3.6666667461395264, - [ - 6.85080099105835, - -2.6645352591003757e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.700000047683716, - [ - 6.832919597625732, - 2.5403346690485698e-21, - -1.7763568394002505e-15 - ] - ], - [ - 3.7333333492279053, - [ - 6.813237190246582, - 8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 3.7666666507720947, - [ - 6.7918548583984375, - -1.7763568394002505e-15, - 1.2116899652334853e-27 - ] - ], - [ - 3.799999952316284, - [ - 6.7687859535217285, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 6.7179694175720215, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.066666603088379, - [ - 6.55661678314209, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 6.507445812225342, - -1.7763638274220653e-15, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 6.484950542449951, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 6.464210033416748, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.233333110809326, - [ - 6.445497035980225, - -2.6645352591003757e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.266666889190674, - [ - 6.42908239364624, - -4.4407880722667915e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.300000190734863, - [ - 6.415238380432129, - 4.440892098500626e-16, - 3.48965489718031e-25 - ] - ], - [ - 4.366666793823242, - [ - 6.3963470458984375, - -4.440892098500626e-16, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 6.397035121917725, - -3.9968028886505635e-15, - 0.0 - ] - ], - [ - 4.5, - [ - 6.412381172180176, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 6.436107635498047, - 9.992007221626409e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.566666603088379, - [ - 6.467197418212891, - -8.881784197001252e-16, - 3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 6.5046706199646, - -6.661342912311268e-16, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 6.547669887542725, - -5.551127828619992e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.666666507720947, - [ - 6.595339298248291, - -3.397566817879134e-21, - 2.3639060120040074e-25 - ] - ], - [ - 4.699999809265137, - [ - 6.64680814743042, - 8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.701180458068848, - 4.440981036960088e-16, - 4.835772569268168e-25 - ] - ], - [ - 4.866666793823242, - [ - 6.9289069175720215, - 3.1086244689504383e-15, - -1.5509597042324008e-25 - ] - ], - [ - 4.900000095367432, - [ - 6.983583927154541, - -1.3322676295501878e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.933333396911621, - [ - 7.035488605499268, - 8.881812784363222e-16, - -3.552713678800501e-15 - ] - ], - [ - 4.9666666984558105, - [ - 7.083680629730225, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.0, - [ - 7.12722110748291, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 7.165169715881348, - -5.3290705182007514e-15, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 7.196587085723877, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 7.220534324645996, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 7.236071586608887, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 7.220272064208984, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.300000190734863, - [ - 7.202829837799072, - 8.881733375024417e-16, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 7.181124210357666, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 7.155629634857178, - -3.877399260581002e-26, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 7.1268229484558105, - -8.881784197001252e-16, - -8.724153882985494e-26 - ] - ], - [ - 5.433333396911621, - [ - 7.095178604125977, - -4.848212782483987e-27, - -3.552713678800501e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.061172962188721, - -8.881796902495461e-16, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 6.987977504730225, - -1.7763587452243818e-15, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 6.834129810333252, - -5.909765030010018e-26, - 1.7763568394002505e-15 - ] - ], - [ - 5.733333110809326, - [ - 6.761048316955566, - -1.7763568394002505e-15, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 6.727120876312256, - 1.7763568394002505e-15, - 1.583507612143754e-25 - ] - ], - [ - 5.800000190734863, - [ - 6.695562839508057, - 1.7763568394002505e-15, - 1.7763670037956175e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.666844844818115, - 2.220446049250313e-15, - 3.552713678800501e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.64143705368042, - 1.33226350026457e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.619809150695801, - 3.816817208250357e-26, - 5.080687513452396e-21 - ] - ], - [ - 5.933333396911621, - [ - 6.602431297302246, - 1.5543122344752192e-15, - 1.7763568394002505e-15 - ] - ], - [ - 6.0, - [ - 6.582304954528809, - 9.992007221626409e-16, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 6.6051530838012695, - 1.9984014443252818e-15, - -1.7763568394002505e-15 - ] - ], - [ - 6.166666507720947, - [ - 6.6215057373046875, - -4.440892098500626e-16, - -8.363286323606246e-21 - ] - ], - [ - 6.199999809265137, - [ - 6.641143798828125, - 8.881657142059164e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.663597106933594, - 3.9968028886505635e-15, - 2.417886284634084e-25 - ] - ], - [ - 6.266666889190674, - [ - 6.688396453857422, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 6.333333492279053, - [ - 6.743152618408203, - 8.881784197001252e-16, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 6.860070705413818, - -8.881784197001252e-16, - -8.881784197001252e-16 - ] - ], - [ - 6.5333333015441895, - [ - 6.914638519287109, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 6.939267635345459, - -1.7763568394002505e-15, - 8.881784197001252e-16 - ] - ], - [ - 6.599999904632568, - [ - 6.9614667892456055, - 4.440892098500626e-15, - 8.881784197001252e-16 - ] - ], - [ - 6.633333206176758, - [ - 6.980708599090576, - 2.000734172762884e-25, - -1.3322676295501878e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658310017_681323.json b/lenses/physics-objects/Scene/assets/1646688658310017_681323.json deleted file mode 100644 index 86bd8c5d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658310017_681323.json +++ /dev/null @@ -1,1324 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658310017:681323", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.021266691386699677, - 0.022661101073026657, - 0.010277343913912773, - 0.9994641542434692 - ] - ], - [ - 0.23333333432674408, - [ - -0.021227311342954636, - 0.02249741740524769, - 0.010568753816187382, - 0.9994656443595886 - ] - ], - [ - 0.46666666865348816, - [ - -0.021334217861294746, - 0.022568751126527786, - 0.010761510580778122, - 0.9994596838951111 - ] - ], - [ - 0.5, - [ - -0.02098122239112854, - 0.02237681858241558, - 0.01306269783526659, - 0.9994440674781799 - ] - ], - [ - 0.5333333611488342, - [ - -0.01995311677455902, - 0.021823575720191002, - 0.01908823847770691, - 0.9993805289268494 - ] - ], - [ - 0.5666666626930237, - [ - -0.018345778807997704, - 0.021021956577897072, - 0.027561400085687637, - 0.9992307424545288 - ] - ], - [ - 0.6000000238418579, - [ - -0.016294019296765327, - 0.020080778747797012, - 0.0372176431119442, - 0.9989725351333618 - ] - ], - [ - 0.6333333253860474, - [ - -0.014023360796272755, - 0.019113173708319664, - 0.046815793961286545, - 0.9986222982406616 - ] - ], - [ - 0.6666666865348816, - [ - -0.011866245418787003, - 0.01824684627354145, - 0.05514170601963997, - 0.9982413649559021 - ] - ], - [ - 0.699999988079071, - [ - -0.010244450531899929, - 0.017630551010370255, - 0.06100311875343323, - 0.9979292750358582 - ] - ], - [ - 0.7333333492279053, - [ - -0.009617176838219166, - 0.017426909878849983, - 0.06321662664413452, - 0.9978014230728149 - ] - ], - [ - 1.0666667222976685, - [ - -0.009761720895767212, - 0.017926273867487907, - 0.06321996450424194, - 0.9977908730506897 - ] - ], - [ - 1.2666666507720947, - [ - -0.009367655962705612, - 0.018022846430540085, - 0.062435757368803024, - 0.9978423714637756 - ] - ], - [ - 1.2999999523162842, - [ - -0.009073428809642792, - 0.01802072487771511, - 0.061788756400346756, - 0.9978852868080139 - ] - ], - [ - 1.3333333730697632, - [ - -0.008713210932910442, - 0.01800260692834854, - 0.06096081808209419, - 0.9979397654533386 - ] - ], - [ - 1.3666666746139526, - [ - -0.008296467363834381, - 0.017970316112041473, - 0.05996645987033844, - 0.998004138469696 - ] - ], - [ - 1.399999976158142, - [ - -0.007832623086869717, - 0.01792549528181553, - 0.05882040783762932, - 0.9980769157409668 - ] - ], - [ - 1.4333332777023315, - [ - -0.0073310611769557, - 0.01787009835243225, - 0.05753757804632187, - 0.9981564879417419 - ] - ], - [ - 1.4666666984558105, - [ - -0.006801108364015818, - 0.017805881798267365, - 0.056132953613996506, - 0.9982413649559021 - ] - ], - [ - 1.5, - [ - -0.006252067629247904, - 0.017734739929437637, - 0.05462157726287842, - 0.9983300566673279 - ] - ], - [ - 1.5333333015441895, - [ - -0.005693182814866304, - 0.01765851490199566, - 0.053018469363451004, - 0.9984212517738342 - ] - ], - [ - 1.5666667222976685, - [ - -0.005133661907166243, - 0.017579184845089912, - 0.051338426768779755, - 0.998513400554657 - ] - ], - [ - 1.600000023841858, - [ - -0.0045827096328139305, - 0.017498616129159927, - 0.04959633946418762, - 0.9986055493354797 - ] - ], - [ - 1.6333333253860474, - [ - -0.004049496725201607, - 0.01741885393857956, - 0.04780679568648338, - 0.998696506023407 - ] - ], - [ - 1.6666666269302368, - [ - -0.003543206723406911, - 0.017341850325465202, - 0.045984264463186264, - 0.9987854361534119 - ] - ], - [ - 1.7000000476837158, - [ - -0.0030730252619832754, - 0.017269767820835114, - 0.044143009930849075, - 0.9988713264465332 - ] - ], - [ - 1.7333333492279053, - [ - -0.0026481852401047945, - 0.01720470003783703, - 0.04229719564318657, - 0.9989535212516785 - ] - ], - [ - 1.7666666507720947, - [ - -0.0022779491264373064, - 0.017149021849036217, - 0.04046070948243141, - 0.9990313649177551 - ] - ], - [ - 1.7999999523162842, - [ - -0.001971660414710641, - 0.017104949802160263, - 0.03864734619855881, - 0.9991045594215393 - ] - ], - [ - 1.8333333730697632, - [ - -0.001738745835609734, - 0.017075050622224808, - 0.03687068819999695, - 0.9991727471351624 - ] - ], - [ - 1.8666666746139526, - [ - -0.0015887633198872209, - 0.01706191524863243, - 0.03514426574110985, - 0.9992353320121765 - ] - ], - [ - 1.899999976158142, - [ - -0.001530774519778788, - 0.01706702634692192, - 0.03348022699356079, - 0.9992924928665161 - ] - ], - [ - 1.9333332777023315, - [ - -0.0015734350308775902, - 0.017091456800699234, - 0.03188866376876831, - 0.9993440508842468 - ] - ], - [ - 1.9666666984558105, - [ - -0.0018815528601408005, - 0.01713608019053936, - 0.030254065990447998, - 0.9993935823440552 - ] - ], - [ - 2.0, - [ - -0.0025833030231297016, - 0.017202191054821014, - 0.02846885472536087, - 0.9994432926177979 - ] - ], - [ - 2.0333333015441895, - [ - -0.0036324486136436462, - 0.017288969829678535, - 0.02655557356774807, - 0.9994913339614868 - ] - ], - [ - 2.066666603088379, - [ - -0.004982720594853163, - 0.017393799498677254, - 0.024538347497582436, - 0.9995351433753967 - ] - ], - [ - 2.0999999046325684, - [ - -0.006588314194232225, - 0.017516683787107468, - 0.02244054339826107, - 0.9995729923248291 - ] - ], - [ - 2.133333444595337, - [ - -0.008403677493333817, - 0.01765730232000351, - 0.020285917446017265, - 0.9996029734611511 - ] - ], - [ - 2.1666667461395264, - [ - -0.010383456945419312, - 0.017815006896853447, - 0.01809881627559662, - 0.9996235370635986 - ] - ], - [ - 2.200000047683716, - [ - -0.012482658959925175, - 0.0179890226572752, - 0.01590416021645069, - 0.9996338486671448 - ] - ], - [ - 2.2333333492279053, - [ - -0.014656584709882736, - 0.01817801408469677, - 0.013727709650993347, - 0.9996330738067627 - ] - ], - [ - 2.2666666507720947, - [ - -0.016860852017998695, - 0.018380461260676384, - 0.01159612089395523, - 0.9996216297149658 - ] - ], - [ - 2.299999952316284, - [ - -0.019051359966397285, - 0.01859453320503235, - 0.009536962024867535, - 0.9996001124382019 - ] - ], - [ - 2.3333332538604736, - [ - -0.02118430845439434, - 0.01881811022758484, - 0.00757876131683588, - 0.999569833278656 - ] - ], - [ - 2.366666555404663, - [ - -0.023216139525175095, - 0.01904894970357418, - 0.005750993266701698, - 0.9995324015617371 - ] - ], - [ - 2.4000000953674316, - [ - -0.025518003851175308, - 0.019318854436278343, - 0.003970334306359291, - 0.9994798898696899 - ] - ], - [ - 2.433333396911621, - [ - -0.02834494039416313, - 0.019647736102342606, - 0.0021667571272701025, - 0.9994027614593506 - ] - ], - [ - 2.4666666984558105, - [ - -0.03148102015256882, - 0.020014310255646706, - 0.00039222222403623164, - 0.9993038773536682 - ] - ], - [ - 2.5, - [ - -0.03471236303448677, - 0.020396428182721138, - -0.0012982701882719994, - 0.9991883635520935 - ] - ], - [ - 2.5333333015441895, - [ - -0.037827301770448685, - 0.020771102979779243, - -0.002846412593498826, - 0.9990643262863159 - ] - ], - [ - 2.566666603088379, - [ - -0.04061610624194145, - 0.02111489325761795, - -0.004190697800368071, - 0.9989429116249084 - ] - ], - [ - 2.5999999046325684, - [ - -0.04287050664424896, - 0.021404176950454712, - -0.005266913678497076, - 0.9988374710083008 - ] - ], - [ - 2.633333444595337, - [ - -0.044382933527231216, - 0.02161548286676407, - -0.006009033415466547, - 0.9987626671791077 - ] - ], - [ - 2.6666667461395264, - [ - -0.044945407658815384, - 0.02172580175101757, - -0.006350471638143063, - 0.9987329840660095 - ] - ], - [ - 2.7333333492279053, - [ - -0.04495667666196823, - 0.02181246131658554, - -0.006596704013645649, - 0.9987289905548096 - ] - ], - [ - 2.8333332538604736, - [ - -0.04484168812632561, - 0.02186863124370575, - -0.006897603161633015, - 0.9987308979034424 - ] - ], - [ - 2.9666666984558105, - [ - -0.04433238133788109, - 0.02182210236787796, - -0.006863017100840807, - 0.9987549185752869 - ] - ], - [ - 3.066666603088379, - [ - -0.043695759028196335, - 0.02173907309770584, - -0.0065162330865859985, - 0.9987871050834656 - ] - ], - [ - 3.133333444595337, - [ - -0.043217893689870834, - 0.021673599258065224, - -0.006189982406795025, - 0.9988113641738892 - ] - ], - [ - 3.1666667461395264, - [ - -0.04297732934355736, - 0.021640321239829063, - -0.006010727025568485, - 0.9988235831260681 - ] - ], - [ - 3.2333333492279053, - [ - -0.04250245541334152, - 0.021579448133707047, - -0.005621983669698238, - 0.998847484588623 - ] - ], - [ - 3.2666666507720947, - [ - -0.04225001484155655, - 0.021557476371526718, - -0.005387959070503712, - 0.9988599419593811 - ] - ], - [ - 3.3333332538604736, - [ - -0.041727401316165924, - 0.021527448669075966, - -0.004863949026912451, - 0.9988852739334106 - ] - ], - [ - 3.4000000953674316, - [ - -0.04121631383895874, - 0.021507449448108673, - -0.004321325570344925, - 0.9989094138145447 - ] - ], - [ - 3.433333396911621, - [ - -0.04097827151417732, - 0.02149815671145916, - -0.0040636868216097355, - 0.9989204406738281 - ] - ], - [ - 3.5, - [ - -0.04056236892938614, - 0.021474698558449745, - -0.003619848983362317, - 0.9989396333694458 - ] - ], - [ - 3.5333333015441895, - [ - -0.04039192199707031, - 0.02145753800868988, - -0.0034588121343404055, - 0.9989475011825562 - ] - ], - [ - 3.566666603088379, - [ - -0.040252089500427246, - 0.021434785798192024, - -0.00335324602201581, - 0.9989539980888367 - ] - ], - [ - 3.5999999046325684, - [ - -0.040683314204216, - 0.020580412819981575, - -0.004542917013168335, - 0.9989497661590576 - ] - ], - [ - 3.633333444595337, - [ - -0.04205944761633873, - 0.018384724855422974, - -0.00777192460373044, - 0.9989157319068909 - ] - ], - [ - 3.6666667461395264, - [ - -0.044147636741399765, - 0.0153217613697052, - -0.012301256880164146, - 0.9988317489624023 - ] - ], - [ - 3.700000047683716, - [ - -0.04668848589062691, - 0.011856175027787685, - -0.017412815243005753, - 0.9986873269081116 - ] - ], - [ - 3.7333333492279053, - [ - -0.0493638850748539, - 0.008435806259512901, - -0.02242773026227951, - 0.9984933733940125 - ] - ], - [ - 3.7666666507720947, - [ - -0.051789574325084686, - 0.005489799194037914, - -0.026715442538261414, - 0.9982855319976807 - ] - ], - [ - 3.799999952316284, - [ - -0.053529947996139526, - 0.0034323635045439005, - -0.029688026756048203, - 0.9981189370155334 - ] - ], - [ - 3.8333332538604736, - [ - -0.05413157865405083, - 0.002672115806490183, - -0.030777452513575554, - 0.9980558156967163 - ] - ], - [ - 3.933333396911621, - [ - -0.05369478091597557, - 0.002763447118923068, - -0.03067002259194851, - 0.9980824589729309 - ] - ], - [ - 4.0333333015441895, - [ - -0.053089261054992676, - 0.0029014688916504383, - -0.030551692470908165, - 0.9981181025505066 - ] - ], - [ - 4.099999904632568, - [ - -0.05260828509926796, - 0.0030335222836583853, - -0.03042217344045639, - 0.9981471300125122 - ] - ], - [ - 4.166666507720947, - [ - -0.05207681655883789, - 0.003207485657185316, - -0.030220873653888702, - 0.9981805682182312 - ] - ], - [ - 4.199999809265137, - [ - -0.05179517716169357, - 0.003312685526907444, - -0.030084799975156784, - 0.9981989860534668 - ] - ], - [ - 4.233333110809326, - [ - -0.05150454863905907, - 0.0034314070362597704, - -0.029920512810349464, - 0.9982185363769531 - ] - ], - [ - 4.300000190734863, - [ - -0.05090121552348137, - 0.003713393583893776, - -0.0294931810349226, - 0.9982612133026123 - ] - ], - [ - 4.366666793823242, - [ - -0.050276778638362885, - 0.004061500076204538, - -0.028910206630825996, - 0.9983086585998535 - ] - ], - [ - 4.400000095367432, - [ - -0.04995983839035034, - 0.004262769594788551, - -0.028551077470183372, - 0.9983339309692383 - ] - ], - [ - 4.433333396911621, - [ - -0.04964154213666916, - 0.004483572207391262, - -0.02814183011651039, - 0.9983605742454529 - ] - ], - [ - 4.4666666984558105, - [ - -0.049320295453071594, - 0.004719749558717012, - -0.027697723358869553, - 0.9983877539634705 - ] - ], - [ - 4.5, - [ - -0.048995353281497955, - 0.004968869499862194, - -0.027228469029068947, - 0.9984155297279358 - ] - ], - [ - 4.5333333015441895, - [ - -0.048669394105672836, - 0.005234359297901392, - -0.026721540838479996, - 0.9984437227249146 - ] - ], - [ - 4.566666603088379, - [ - -0.048322927206754684, - 0.00567519199103117, - -0.02562185749411583, - 0.9984870553016663 - ] - ], - [ - 4.599999904632568, - [ - -0.047944094985723495, - 0.006400915794074535, - -0.02351444587111473, - 0.998552680015564 - ] - ], - [ - 4.633333206176758, - [ - -0.0475471206009388, - 0.00733750918880105, - -0.020621461793780327, - 0.9986291527748108 - ] - ], - [ - 4.666666507720947, - [ - -0.04714377596974373, - 0.008408983238041401, - -0.01719900593161583, - 0.998704731464386 - ] - ], - [ - 4.699999809265137, - [ - -0.04674195870757103, - 0.0095403753221035, - -0.01350573543459177, - 0.9987702369689941 - ] - ], - [ - 4.733333110809326, - [ - -0.046344589442014694, - 0.010658396407961845, - -0.009801122359931469, - 0.9988206624984741 - ] - ], - [ - 4.766666889190674, - [ - -0.045949313789606094, - 0.01169181801378727, - -0.006343929562717676, - 0.9988552927970886 - ] - ], - [ - 4.800000190734863, - [ - -0.045549120754003525, - 0.01257108710706234, - -0.0033914982341229916, - 0.9988773465156555 - ] - ], - [ - 4.833333492279053, - [ - -0.04513370245695114, - 0.013227907009422779, - -0.0011982939904555678, - 0.9988926649093628 - ] - ], - [ - 4.866666793823242, - [ - -0.044691722840070724, - 0.013594339601695538, - -1.5619094483554363e-05, - 0.9989083409309387 - ] - ], - [ - 4.900000095367432, - [ - -0.04423041269183159, - 0.01378824096173048, - 0.0005657724686898291, - 0.9989261627197266 - ] - ], - [ - 4.933333396911621, - [ - -0.04376477003097534, - 0.01397410687059164, - 0.001122339628636837, - 0.9989435076713562 - ] - ], - [ - 4.9666666984558105, - [ - -0.04329593852162361, - 0.014153817668557167, - 0.0016561015509068966, - 0.9989606738090515 - ] - ], - [ - 5.0, - [ - -0.04282496124505997, - 0.014329086989164352, - 0.002168837236240506, - 0.9989774823188782 - ] - ], - [ - 5.0333333015441895, - [ - -0.04235280305147171, - 0.014501637779176235, - 0.002662196522578597, - 0.9989939332008362 - ] - ], - [ - 5.066666603088379, - [ - -0.04188038408756256, - 0.01467303466051817, - 0.003137806197628379, - 0.9990099668502808 - ] - ], - [ - 5.099999904632568, - [ - -0.04140859469771385, - 0.014844895340502262, - 0.003597229951992631, - 0.9990255236625671 - ] - ], - [ - 5.133333206176758, - [ - -0.040938351303339005, - 0.015018717385828495, - 0.004042111802846193, - 0.9990407228469849 - ] - ], - [ - 5.166666507720947, - [ - -0.040470611304044724, - 0.0151960588991642, - 0.004474130924791098, - 0.9990551471710205 - ] - ], - [ - 5.199999809265137, - [ - -0.04000511392951012, - 0.015377454459667206, - 0.004889439791440964, - 0.9990691542625427 - ] - ], - [ - 5.233333110809326, - [ - -0.03954095020890236, - 0.015562866814434528, - 0.005281888414174318, - 0.9990828037261963 - ] - ], - [ - 5.266666889190674, - [ - -0.039078205823898315, - 0.01575375534594059, - 0.005649697966873646, - 0.9990959763526917 - ] - ], - [ - 5.300000190734863, - [ - -0.038617055863142014, - 0.015951378270983696, - 0.005991054233163595, - 0.9991089105606079 - ] - ], - [ - 5.333333492279053, - [ - -0.03815758228302002, - 0.016155214980244637, - 0.006309377960860729, - 0.9991213083267212 - ] - ], - [ - 5.366666793823242, - [ - -0.03769995644688606, - 0.016363518312573433, - 0.006610230077058077, - 0.9991332292556763 - ] - ], - [ - 5.400000095367432, - [ - -0.03724425658583641, - 0.016576051712036133, - 0.006894639693200588, - 0.9991449117660522 - ] - ], - [ - 5.433333396911621, - [ - -0.03679061308503151, - 0.01679268665611744, - 0.007163447793573141, - 0.9991562366485596 - ] - ], - [ - 5.4666666984558105, - [ - -0.03633905202150345, - 0.01701323501765728, - 0.007417289074510336, - 0.9991671442985535 - ] - ], - [ - 5.5, - [ - -0.035889629274606705, - 0.017237333580851555, - 0.0076566725037992, - 0.9991777539253235 - ] - ], - [ - 5.5333333015441895, - [ - -0.03544234856963158, - 0.017464712262153625, - 0.007881981320679188, - 0.9991881251335144 - ] - ], - [ - 5.566666603088379, - [ - -0.03499714657664299, - 0.01769503578543663, - 0.008093463256955147, - 0.9991979598999023 - ] - ], - [ - 5.599999904632568, - [ - -0.034553952515125275, - 0.01792771928012371, - 0.008291330188512802, - 0.999207615852356 - ] - ], - [ - 5.633333206176758, - [ - -0.034112609922885895, - 0.01816241815686226, - 0.008475647307932377, - 0.9992170929908752 - ] - ], - [ - 5.666666507720947, - [ - -0.03367290645837784, - 0.018398448824882507, - 0.008646470494568348, - 0.9992261528968811 - ] - ], - [ - 5.733333110809326, - [ - -0.032797303050756454, - 0.018871935084462166, - 0.008947585709393024, - 0.9992437958717346 - ] - ], - [ - 5.766666889190674, - [ - -0.032360661774873734, - 0.019107865169644356, - 0.009077796712517738, - 0.9992523789405823 - ] - ], - [ - 5.800000190734863, - [ - -0.03192421793937683, - 0.01934208907186985, - 0.00919440109282732, - 0.9992608428001404 - ] - ], - [ - 5.833333492279053, - [ - -0.03148743882775307, - 0.019573651254177094, - 0.009297368116676807, - 0.9992692470550537 - ] - ], - [ - 5.866666793823242, - [ - -0.031049765646457672, - 0.019801560789346695, - 0.009386729449033737, - 0.9992775917053223 - ] - ], - [ - 5.900000095367432, - [ - -0.030610598623752594, - 0.020024606958031654, - 0.009462575428187847, - 0.9992859959602356 - ] - ], - [ - 5.933333396911621, - [ - -0.030169283971190453, - 0.020241666585206985, - 0.009525056928396225, - 0.9992944598197937 - ] - ], - [ - 6.0, - [ - -0.029277702793478966, - 0.02065270207822323, - 0.00961101334542036, - 0.9993117451667786 - ] - ], - [ - 6.0333333015441895, - [ - -0.028826206922531128, - 0.020844023674726486, - 0.00963528547435999, - 0.9993206262588501 - ] - ], - [ - 6.066666603088379, - [ - -0.02837124466896057, - 0.021024391055107117, - 0.009650521911680698, - 0.9993297457695007 - ] - ], - [ - 6.133333206176758, - [ - -0.027456102892756462, - 0.021348899230360985, - 0.009674343280494213, - 0.9993482828140259 - ] - ], - [ - 6.166666507720947, - [ - -0.02699769102036953, - 0.021490994840860367, - 0.009690571576356888, - 0.9993574619293213 - ] - ], - [ - 6.199999809265137, - [ - -0.026540210470557213, - 0.021621230989694595, - 0.00971213635057211, - 0.9993667006492615 - ] - ], - [ - 6.233333110809326, - [ - -0.02608495019376278, - 0.02174275368452072, - 0.009737668558955193, - 0.9993758201599121 - ] - ], - [ - 6.266666889190674, - [ - -0.025633100420236588, - 0.02185603231191635, - 0.009767046198248863, - 0.9993847608566284 - ] - ], - [ - 6.333333492279053, - [ - -0.024744821712374687, - 0.02205989509820938, - 0.009836222976446152, - 0.9994019865989685 - ] - ], - [ - 6.366666793823242, - [ - -0.024311138316988945, - 0.022151557728648186, - 0.009875320829451084, - 0.9994102120399475 - ] - ], - [ - 6.400000095367432, - [ - -0.02388647012412548, - 0.02223699353635311, - 0.009916852228343487, - 0.9994181394577026 - ] - ], - [ - 6.4666666984558105, - [ - -0.02307165041565895, - 0.022390497848391533, - 0.010005365125834942, - 0.9994329810142517 - ] - ], - [ - 6.5333333015441895, - [ - -0.022319797426462173, - 0.022521596401929855, - 0.010097676888108253, - 0.9994461536407471 - ] - ], - [ - 6.599999904632568, - [ - -0.021668460220098495, - 0.022625358775258064, - 0.010189471766352654, - 0.9994572401046753 - ] - ], - [ - 6.633333206176758, - [ - -0.021410765126347542, - 0.022659480571746826, - 0.010233850218355656, - 0.9994616508483887 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658310176_681330.json b/lenses/physics-objects/Scene/assets/1646688658310176_681330.json deleted file mode 100644 index c460104f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658310176_681330.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658310176:681330", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658311218_681343.json b/lenses/physics-objects/Scene/assets/1646688658311218_681343.json deleted file mode 100644 index 596ce85a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658311218_681343.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658311218:681343", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.744994163513184, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.553083419799805, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 6.3327813148498535, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 6.103702068328857, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.877208232879639, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.661991596221924, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.466303825378418, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.299503803253174, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 5.173892021179199, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 5.107888698577881, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 5.311931133270264, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.7950263023376465, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 6.28037166595459, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 6.48912239074707, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 6.2352423667907715, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.70562744140625, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.179708003997803, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 4.9343976974487305, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 5.031842231750488, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 5.296666145324707, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 5.647629261016846, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 6.002902507781982, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 6.283050537109375, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 6.407604217529297, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 6.307703971862793, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.051822662353516, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.7334442138671875, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.429411888122559, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 5.21132230758667, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 5.154574394226074, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 5.439025402069092, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 6.004106044769287, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.571530818939209, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.860677242279053, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 6.683693885803223, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.226048469543457, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.766223430633545, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 5.581382751464844, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 5.733607769012451, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.04548978805542, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.433979511260986, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.8155198097229, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 7.106215953826904, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 7.2220072746276855, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 7.096148490905762, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 6.800572395324707, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.4305009841918945, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.064533233642578, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.776084899902344, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.642290115356445, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.8447418212890625, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.32330322265625, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.800171852111816, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 6.9961981773376465, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 6.725308895111084, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 5.625216960906982, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 5.354409217834473, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 5.425257682800293, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 5.6617431640625, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.982375144958496, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.3052802085876465, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 6.54823637008667, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 6.6288251876831055, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.465321063995361, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 6.089336395263672, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.622189998626709, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.224297523498535, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 5.057530403137207, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.208407402038574, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.578077793121338, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.024386882781982, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 6.404394149780273, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 6.574426174163818, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.360875606536865, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.872016429901123, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.386495590209961, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.180927276611328, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.31732177734375, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.619391441345215, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 6.3911356925964355, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 6.694707870483398, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 6.8321452140808105, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 6.720546722412109, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 6.390371799468994, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.961982727050781, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.595071315765381, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.451321125030518, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.61691427230835, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.992253303527832, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 6.434863090515137, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 6.802162170410156, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 6.951535701751709, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 6.709934234619141, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 6.186591148376465, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.661367893218994, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 5.412352561950684, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.023003578186035, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.85615873336792, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658311390_681350.json b/lenses/physics-objects/Scene/assets/1646688658311390_681350.json deleted file mode 100644 index dbd13285..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658311390_681350.json +++ /dev/null @@ -1,883 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658311390:681350", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.021381892263889313, - 0.022512312978506088, - 0.019053855910897255, - 0.9993363618850708 - ] - ], - [ - 0.06666667014360428, - [ - -0.02144031785428524, - 0.02275400608778, - 0.01901097781956196, - 0.9993303418159485 - ] - ], - [ - 0.10000000149011612, - [ - -0.021561073139309883, - 0.023343021050095558, - 0.018816884607076645, - 0.9993179440498352 - ] - ], - [ - 0.13333334028720856, - [ - -0.021731827408075333, - 0.02414356917142868, - 0.01845482550561428, - 0.9993019700050354 - ] - ], - [ - 0.1666666716337204, - [ - -0.021935945376753807, - 0.024985676631331444, - 0.01799195446074009, - 0.9992851614952087 - ] - ], - [ - 0.20000000298023224, - [ - -0.02214141935110092, - 0.025639861822128296, - 0.017675964161753654, - 0.9992697834968567 - ] - ], - [ - 0.23333333432674408, - [ - -0.02229321002960205, - 0.025795893743634224, - 0.01791851781308651, - 0.9992579817771912 - ] - ], - [ - 0.2666666805744171, - [ - -0.02233724296092987, - 0.02521418407559395, - 0.018797103315591812, - 0.9992557168006897 - ] - ], - [ - 0.30000001192092896, - [ - -0.022316791117191315, - 0.024288110435009003, - 0.019587837159633636, - 0.9992640018463135 - ] - ], - [ - 0.3333333432674408, - [ - -0.022290349006652832, - 0.02347678877413273, - 0.019998272880911827, - 0.9992757439613342 - ] - ], - [ - 0.4000000059604645, - [ - -0.022261416539549828, - 0.023560918867588043, - 0.019860560074448586, - 0.9992771744728088 - ] - ], - [ - 0.4333333373069763, - [ - -0.022140249609947205, - 0.024351373314857483, - 0.01894812285900116, - 0.9992786049842834 - ] - ], - [ - 0.46666666865348816, - [ - -0.022076528519392014, - 0.02519095130264759, - 0.01741289719939232, - 0.9992871880531311 - ] - ], - [ - 0.5, - [ - -0.022106222808361053, - 0.025800690054893494, - 0.016072548925876617, - 0.9992935061454773 - ] - ], - [ - 0.5333333611488342, - [ - -0.022239992395043373, - 0.02597954496741295, - 0.01633048988878727, - 0.999281644821167 - ] - ], - [ - 0.5666666626930237, - [ - -0.02248016744852066, - 0.025789212435483932, - 0.017741672694683075, - 0.9992571473121643 - ] - ], - [ - 0.6000000238418579, - [ - -0.022768352180719376, - 0.025278382003307343, - 0.019183142110705376, - 0.9992370009422302 - ] - ], - [ - 0.6333333253860474, - [ - -0.02286476269364357, - 0.02455488219857216, - 0.019933566451072693, - 0.9992381930351257 - ] - ], - [ - 0.6666666865348816, - [ - -0.02266812138259411, - 0.02389470674097538, - 0.020028095692396164, - 0.9992567896842957 - ] - ], - [ - 0.699999988079071, - [ - -0.02242359332740307, - 0.02360101416707039, - 0.019822021946310997, - 0.9992733597755432 - ] - ], - [ - 0.7333333492279053, - [ - -0.022246381267905235, - 0.02379312366247177, - 0.019351879134774208, - 0.9992820024490356 - ] - ], - [ - 0.7666666507720947, - [ - -0.022155286744236946, - 0.024323394522070885, - 0.018551426008343697, - 0.999286413192749 - ] - ], - [ - 0.800000011920929, - [ - -0.022136365994811058, - 0.025013918057084084, - 0.017388226464390755, - 0.9992907047271729 - ] - ], - [ - 0.8333333134651184, - [ - -0.02217826247215271, - 0.025710752233862877, - 0.0160784013569355, - 0.9992940425872803 - ] - ], - [ - 0.8666666746139526, - [ - -0.022279320284724236, - 0.02626802586019039, - 0.015252970159053802, - 0.9992903470993042 - ] - ], - [ - 0.8999999761581421, - [ - -0.022381199523806572, - 0.026407400146126747, - 0.015619372949004173, - 0.9992786049842834 - ] - ], - [ - 0.9333333373069763, - [ - -0.022415267303586006, - 0.02583829127252102, - 0.01718165911734104, - 0.9992671012878418 - ] - ], - [ - 0.9666666388511658, - [ - -0.022395126521587372, - 0.024875296279788017, - 0.01861235685646534, - 0.9992663860321045 - ] - ], - [ - 1.0, - [ - -0.022336747497320175, - 0.023967312648892403, - 0.019344814121723175, - 0.9992760419845581 - ] - ], - [ - 1.0333333015441895, - [ - -0.02224596217274666, - 0.023530712351202965, - 0.019484518095850945, - 0.9992856383323669 - ] - ], - [ - 1.0666667222976685, - [ - -0.022054964676499367, - 0.023760691285133362, - 0.019036121666431427, - 0.9992930889129639 - ] - ], - [ - 1.100000023841858, - [ - -0.02183862216770649, - 0.024352924898266792, - 0.017926784232258797, - 0.9993041753768921 - ] - ], - [ - 1.1333333253860474, - [ - -0.02170298434793949, - 0.02496166154742241, - 0.01635287143290043, - 0.9993190169334412 - ] - ], - [ - 1.1666666269302368, - [ - -0.021642012521624565, - 0.0253199003636837, - 0.015209318138659, - 0.9993293881416321 - ] - ], - [ - 1.2000000476837158, - [ - -0.021623656153678894, - 0.025238579139113426, - 0.015651844441890717, - 0.9993249773979187 - ] - ], - [ - 1.2333333492279053, - [ - -0.021632617339491844, - 0.024794504046440125, - 0.016980353742837906, - 0.9993142485618591 - ] - ], - [ - 1.2666666507720947, - [ - -0.021634813398122787, - 0.024068454280495644, - 0.01816604845225811, - 0.999311089515686 - ] - ], - [ - 1.2999999523162842, - [ - -0.021539555862545967, - 0.02321399375796318, - 0.018733292818069458, - 0.9993228912353516 - ] - ], - [ - 1.3333333730697632, - [ - -0.021352354437112808, - 0.022493764758110046, - 0.018826352432370186, - 0.9993417263031006 - ] - ], - [ - 1.399999976158142, - [ - -0.021118763834238052, - 0.022218473255634308, - 0.018529633060097694, - 0.9993582963943481 - ] - ], - [ - 1.4333332777023315, - [ - -0.021096885204315186, - 0.022593215107917786, - 0.018171438947319984, - 0.9993569254875183 - ] - ], - [ - 1.4666666984558105, - [ - -0.021111611276865005, - 0.02310355380177498, - 0.017660707235336304, - 0.9993541240692139 - ] - ], - [ - 1.5, - [ - -0.021147888153791428, - 0.023611243814229965, - 0.017128268256783485, - 0.9993508458137512 - ] - ], - [ - 1.5666667222976685, - [ - -0.02123643085360527, - 0.023979200050234795, - 0.017236677929759026, - 0.9993383288383484 - ] - ], - [ - 1.600000023841858, - [ - -0.021242517977952957, - 0.023429708555340767, - 0.01807370036840439, - 0.9993364810943604 - ] - ], - [ - 1.6333333253860474, - [ - -0.02123555913567543, - 0.022625502198934555, - 0.018759090453386307, - 0.9993425011634827 - ] - ], - [ - 1.6666666269302368, - [ - -0.021238403394818306, - 0.02192705310881138, - 0.01909465342760086, - 0.9993515610694885 - ] - ], - [ - 1.7000000476837158, - [ - -0.021268712356686592, - 0.02167169377207756, - 0.019210875034332275, - 0.9993542432785034 - ] - ], - [ - 1.7333333492279053, - [ - -0.021294284611940384, - 0.02204863354563713, - 0.01914592646062374, - 0.9993467330932617 - ] - ], - [ - 1.7666666507720947, - [ - -0.021310407668352127, - 0.022801268845796585, - 0.01873002015054226, - 0.999337375164032 - ] - ], - [ - 1.7999999523162842, - [ - -0.02134927362203598, - 0.023599326610565186, - 0.017916085198521614, - 0.9993330240249634 - ] - ], - [ - 1.8333333730697632, - [ - -0.021413039416074753, - 0.02416182868182659, - 0.01719719171524048, - 0.9993307590484619 - ] - ], - [ - 1.8666666746139526, - [ - -0.0215048398822546, - 0.024283915758132935, - 0.017419040203094482, - 0.9993219971656799 - ] - ], - [ - 1.899999976158142, - [ - -0.021645069122314453, - 0.02406235598027706, - 0.01829410158097744, - 0.9993087649345398 - ] - ], - [ - 1.9333332777023315, - [ - -0.021819477900862694, - 0.023588206619024277, - 0.01916446164250374, - 0.9992998838424683 - ] - ], - [ - 1.9666666984558105, - [ - -0.02190675213932991, - 0.022997478023171425, - 0.019621795043349266, - 0.999302864074707 - ] - ], - [ - 2.0, - [ - -0.021843891590833664, - 0.02252129092812538, - 0.01970697194337845, - 0.9993134140968323 - ] - ], - [ - 2.066666603088379, - [ - -0.021722162142395973, - 0.02269125171005726, - 0.019397210329771042, - 0.9993183612823486 - ] - ], - [ - 2.0999999046325684, - [ - -0.02173454873263836, - 0.023296041414141655, - 0.018911944702267647, - 0.9993134140968323 - ] - ], - [ - 2.133333444595337, - [ - -0.02179245464503765, - 0.02404501661658287, - 0.018125368282198906, - 0.9993089437484741 - ] - ], - [ - 2.1666667461395264, - [ - -0.021894438192248344, - 0.024795114994049072, - 0.017192166298627853, - 0.9993048906326294 - ] - ], - [ - 2.200000047683716, - [ - -0.0220527071505785, - 0.025409089401364326, - 0.016622178256511688, - 0.9992956519126892 - ] - ], - [ - 2.2333333492279053, - [ - -0.022251475602388382, - 0.025639979168772697, - 0.01704740896821022, - 0.99927818775177 - ] - ], - [ - 2.2666666507720947, - [ - -0.02244449406862259, - 0.025223374366760254, - 0.018399234861135483, - 0.9992604851722717 - ] - ], - [ - 2.299999952316284, - [ - -0.02259306237101555, - 0.024426383897662163, - 0.01955091767013073, - 0.9992550611495972 - ] - ], - [ - 2.3333332538604736, - [ - -0.022598695009946823, - 0.023658743128180504, - 0.020025508478283882, - 0.9992640018463135 - ] - ], - [ - 2.366666555404663, - [ - -0.022432472556829453, - 0.023346953094005585, - 0.019938400015234947, - 0.9992768168449402 - ] - ], - [ - 2.4000000953674316, - [ - -0.02225874923169613, - 0.02372720278799534, - 0.019402705132961273, - 0.9992823004722595 - ] - ], - [ - 2.433333396911621, - [ - -0.02215070277452469, - 0.024509666487574577, - 0.018287641927599907, - 0.9992868304252625 - ] - ], - [ - 2.4666666984558105, - [ - -0.022110067307949066, - 0.025331657379865646, - 0.016647424548864365, - 0.9992960095405579 - ] - ], - [ - 2.5, - [ - -0.022115757688879967, - 0.02586408704519272, - 0.01532991323620081, - 0.9993032217025757 - ] - ], - [ - 2.5333333015441895, - [ - -0.022178078070282936, - 0.02591278776526451, - 0.015721261501312256, - 0.9992945194244385 - ] - ], - [ - 2.566666603088379, - [ - -0.022318419069051743, - 0.025608299300074577, - 0.017233114689588547, - 0.9992743134498596 - ] - ], - [ - 2.5999999046325684, - [ - -0.022473102435469627, - 0.02499985136091709, - 0.018686240538954735, - 0.9992601275444031 - ] - ], - [ - 2.633333444595337, - [ - -0.02245270647108555, - 0.024211984127759933, - 0.01941518299281597, - 0.9992660880088806 - ] - ], - [ - 2.6666667461395264, - [ - -0.022214559838175774, - 0.02352127432823181, - 0.019510293379426003, - 0.9992860555648804 - ] - ], - [ - 2.700000047683716, - [ - -0.02197135239839554, - 0.023207660764455795, - 0.019324013963341713, - 0.9993023872375488 - ] - ], - [ - 2.7333333492279053, - [ - -0.021806031465530396, - 0.02335781417787075, - 0.01890508644282818, - 0.9993106126785278 - ] - ], - [ - 2.7666666507720947, - [ - -0.021719034761190414, - 0.023812944069504738, - 0.018220556899905205, - 0.9993143677711487 - ] - ], - [ - 2.799999952316284, - [ - -0.02169225364923477, - 0.024402936920523643, - 0.01728208176791668, - 0.9993174076080322 - ] - ], - [ - 2.8333332538604736, - [ - -0.021710343658924103, - 0.02498052641749382, - 0.0163137074559927, - 0.9993190169334412 - ] - ], - [ - 2.866666555404663, - [ - -0.02176804095506668, - 0.02540883794426918, - 0.015857020393013954, - 0.9993143081665039 - ] - ], - [ - 2.9000000953674316, - [ - -0.02183745615184307, - 0.025444110855460167, - 0.016469329595565796, - 0.999302089214325 - ] - ], - [ - 2.933333396911621, - [ - -0.021879954263567924, - 0.024860652163624763, - 0.017901970073580742, - 0.9992911219596863 - ] - ], - [ - 2.9666666984558105, - [ - -0.021882984787225723, - 0.023947544395923615, - 0.01902141235768795, - 0.99929279088974 - ] - ], - [ - 3.0, - [ - -0.02180934138596058, - 0.02311074733734131, - 0.019477052614092827, - 0.9993051886558533 - ] - ], - [ - 3.0333333015441895, - [ - -0.02167256735265255, - 0.02275010757148266, - 0.0194674301892519, - 0.9993166327476501 - ] - ], - [ - 3.066666603088379, - [ - -0.02157650887966156, - 0.023059969767928123, - 0.019143061712384224, - 0.9993178844451904 - ] - ], - [ - 3.0999999046325684, - [ - -0.021542895585298538, - 0.0237570833414793, - 0.01842038333415985, - 0.9993158578872681 - ] - ], - [ - 3.133333444595337, - [ - -0.021554259583353996, - 0.024504777044057846, - 0.017339257523417473, - 0.999316930770874 - ] - ], - [ - 3.1666667461395264, - [ - -0.021586406975984573, - 0.024990582838654518, - 0.01651163585484028, - 0.9993181824684143 - ] - ], - [ - 3.200000047683716, - [ - -0.021641360595822334, - 0.02501155436038971, - 0.016898980364203453, - 0.9993100166320801 - ] - ], - [ - 3.2333333492279053, - [ - -0.021745914593338966, - 0.024698004126548767, - 0.018042197450995445, - 0.9992956519126892 - ] - ], - [ - 3.2666666507720947, - [ - -0.021873850375413895, - 0.024126624688506126, - 0.019105682149529457, - 0.999286949634552 - ] - ], - [ - 3.299999952316284, - [ - -0.021903272718191147, - 0.023433391004800797, - 0.01963939517736435, - 0.9992925524711609 - ] - ], - [ - 3.3333332538604736, - [ - -0.021679257974028587, - 0.022893423214554787, - 0.019391294568777084, - 0.9993147253990173 - ] - ], - [ - 3.366666555404663, - [ - -0.021381892263889313, - 0.022512312978506088, - 0.019053855910897255, - 0.9993363618850708 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658311544_681357.json b/lenses/physics-objects/Scene/assets/1646688658311544_681357.json deleted file mode 100644 index 3832af3f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658311544_681357.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658311544:681357", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658312482_681370.json b/lenses/physics-objects/Scene/assets/1646688658312482_681370.json deleted file mode 100644 index a44b1edd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658312482_681370.json +++ /dev/null @@ -1,1050 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658312482:681370", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.996399402618408, - 1.7763568394002505e-15, - -7.993605777301127e-15 - ] - ], - [ - 0.03333333507180214, - [ - 6.996399402618408, - 1.7763568394002505e-15, - -7.993605777301127e-15 - ] - ], - [ - 0.06666667014360428, - [ - 7.011636257171631, - 6.217248937900877e-15, - -1.4765966227514582e-14 - ] - ], - [ - 0.13333334028720856, - [ - 7.030331611633301, - -1.7763568394002505e-15, - 3.3861802251067274e-15 - ] - ], - [ - 0.30000001192092896, - [ - 7.004175662994385, - 4.440892098500626e-15, - -1.509903313490213e-14 - ] - ], - [ - 0.3333333432674408, - [ - 6.989184379577637, - 4.733164468361099e-28, - 2.6645352591003757e-15 - ] - ], - [ - 0.36666667461395264, - [ - 6.971608638763428, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.4000000059604645, - [ - 6.951722621917725, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.4333333373069763, - [ - 6.929797649383545, - 1.7763568394002505e-15, - -3.552714949349922e-15 - ] - ], - [ - 0.5, - [ - 6.881080150604248, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 0.699999988079071, - [ - 6.725214958190918, - 5.10702591327572e-15, - 7.105427357601002e-15 - ] - ], - [ - 0.800000011920929, - [ - 6.644262790679932, - -1.942890293094024e-15, - -1.2701686471888312e-21 - ] - ], - [ - 0.8666666746139526, - [ - 6.595386505126953, - 4.524158825347513e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.8999999761581421, - [ - 6.5734710693359375, - -2.2204422376020504e-15, - 5.4526042657717e-27 - ] - ], - [ - 0.9333333373069763, - [ - 6.553598880767822, - -5.6343818499726694e-15, - -1.5146128176537211e-28 - ] - ], - [ - 0.9666666388511658, - [ - 6.536041259765625, - 7.771523055893469e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.0, - [ - 6.521069049835205, - 3.4416913763379853e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.499965667724609, - 8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.497441291809082, - 3.99679780645288e-15, - -1.3737974145825033e-26 - ] - ], - [ - 1.2000000476837158, - [ - 6.511358261108398, - 6.217248937900877e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.532913684844971, - 2.2204441434261818e-15, - -3.5527117729763696e-15 - ] - ], - [ - 1.2666666507720947, - [ - 6.561222076416016, - -8.881774667880596e-16, - -1.6935575904065997e-21 - ] - ], - [ - 1.2999999523162842, - [ - 6.595393657684326, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.634540557861328, - 7.993605777301127e-15, - -1.0658141036401503e-14 - ] - ], - [ - 1.3666666746139526, - [ - 6.677779197692871, - 5.3290692476513305e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.7242279052734375, - 6.1347933039769474e-27, - 5.4526042657717e-27 - ] - ], - [ - 1.4666666984558105, - [ - 6.823216915130615, - -8.88180960798967e-16, - 3.552713678800501e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.924428462982178, - 8.881741315958298e-16, - -3.552713678800501e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.9736504554748535, - 7.105427357601002e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.600000023841858, - [ - 7.020766258239746, - 3.552713678800501e-15, - -5.4526042657717e-27 - ] - ], - [ - 1.6333333253860474, - [ - 7.06488561630249, - 8.881784197001252e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.6666666269302368, - [ - 7.1051177978515625, - 3.552721302097026e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7000000476837158, - [ - 7.140572547912598, - -5.3290705182007514e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7333333492279053, - [ - 7.1703572273254395, - 1.7763593804990922e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.7666666507720947, - [ - 7.193578720092773, - 5.3290705182007514e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 7.209344863891602, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.899999976158142, - [ - 7.20527982711792, - 2.272873320137969e-27, - -1.7763568394002505e-15 - ] - ], - [ - 1.9333332777023315, - [ - 7.190127372741699, - 3.5527060555039756e-15, - -3.552709231877528e-15 - ] - ], - [ - 1.9666666984558105, - [ - 7.169970989227295, - 8.881784197001252e-15, - -7.105427357601002e-15 - ] - ], - [ - 2.0, - [ - 7.145307540893555, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 2.0333333015441895, - [ - 7.116664409637451, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.066666603088379, - [ - 7.084567070007324, - 8.881784197001252e-15, - -3.5527073260533965e-15 - ] - ], - [ - 2.0999999046325684, - [ - 7.049541473388672, - 3.552723843195868e-15, - -5.3290705182007514e-15 - ] - ], - [ - 2.133333444595337, - [ - 7.012109279632568, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.200000047683716, - [ - 6.932111740112305, - -8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 2.3333332538604736, - [ - 6.7660346031188965, - 1.7763568394002505e-15, - -8.881719081343432e-16 - ] - ], - [ - 2.4000000953674316, - [ - 6.687790393829346, - 4.440904803994835e-16, - -7.105437521996369e-15 - ] - ], - [ - 2.433333396911621, - [ - 6.650837421417236, - 8.881784197001252e-16, - -9.769962616701378e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.615846633911133, - 4.4408817752865815e-16, - -3.552711137701659e-15 - ] - ], - [ - 2.5, - [ - 6.583285808563232, - -1.3322676295501878e-15, - -2.6645352591003757e-15 - ] - ], - [ - 2.5333333015441895, - [ - 6.55361795425415, - 1.1102230246251565e-15, - 8.881784197001252e-15 - ] - ], - [ - 2.566666603088379, - [ - 6.527306079864502, - -1.2212453270876722e-15, - -6.2172387735055096e-15 - ] - ], - [ - 2.5999999046325684, - [ - 6.504809379577637, - -1.0547118733938987e-15, - -7.993593071806918e-15 - ] - ], - [ - 2.633333444595337, - [ - 6.486587047576904, - -5.662137425588298e-15, - -1.598720986053636e-14 - ] - ], - [ - 2.6666667461395264, - [ - 6.473099708557129, - -3.5527098671522383e-15, - -5.3290705182007514e-15 - ] - ], - [ - 2.8333332538604736, - [ - 6.484919548034668, - -6.217248937900877e-15, - -1.1102230246251565e-14 - ] - ], - [ - 2.866666555404663, - [ - 6.500706195831299, - -8.881784197001252e-16, - -3.5817324676709366e-25 - ] - ], - [ - 2.9000000953674316, - [ - 6.519832134246826, - -2.6645352591003757e-15, - -5.773159728050814e-15 - ] - ], - [ - 2.933333396911621, - [ - 6.541950702667236, - -8.881784197001252e-16, - -1.4432829439908887e-15 - ] - ], - [ - 2.9666666984558105, - [ - 6.566677570343018, - -2.6645352591003757e-15, - 1.4432899320127035e-15 - ] - ], - [ - 3.0333333015441895, - [ - 6.621862888336182, - -3.552713678800501e-15, - -1.1601830607332886e-14 - ] - ], - [ - 3.1666667461395264, - [ - 6.740484714508057, - -6.058442507633638e-26, - 4.440892098500626e-15 - ] - ], - [ - 3.2333333492279053, - [ - 6.795591831207275, - -1.7763568394002505e-15, - -9.769962616701378e-15 - ] - ], - [ - 3.2666666507720947, - [ - 6.820464611053467, - -5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 3.299999952316284, - [ - 6.842955112457275, - -5.3290705182007514e-15, - -1.509903313490213e-14 - ] - ], - [ - 3.3333332538604736, - [ - 6.86260461807251, - -5.3290705182007514e-15, - -7.993621023894178e-15 - ] - ], - [ - 3.366666555404663, - [ - 6.878953456878662, - -1.7763657332461966e-15, - -2.6645352591003757e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.899911880493164, - -3.552713678800501e-15, - -1.2878597250047183e-14 - ] - ], - [ - 3.5999999046325684, - [ - 6.880188465118408, - -3.552713678800501e-15, - -6.8833941876207585e-15 - ] - ], - [ - 3.633333444595337, - [ - 6.866684913635254, - -3.552713678800501e-15, - -1.3322676295501878e-15 - ] - ], - [ - 3.6666667461395264, - [ - 6.8508124351501465, - -8.881784197001252e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.700000047683716, - [ - 6.83291482925415, - 1.7763568394002505e-15, - 2.6645352591003757e-15 - ] - ], - [ - 3.7333333492279053, - [ - 6.813216686248779, - -2.1169494618760484e-21, - -8.881784197001252e-16 - ] - ], - [ - 3.7666666507720947, - [ - 6.7918219566345215, - -7.105427357601002e-15, - -6.058449826167426e-28 - ] - ], - [ - 3.799999952316284, - [ - 6.768743991851807, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.866666555404663, - [ - 6.71792459487915, - -3.552736548690077e-15, - -1.7763511219278565e-15 - ] - ], - [ - 4.066666603088379, - [ - 6.556572914123535, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.133333206176758, - [ - 6.5074028968811035, - -8.881784197001252e-15, - 1.3763569687782066e-20 - ] - ], - [ - 4.166666507720947, - [ - 6.484907627105713, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.199999809265137, - [ - 6.464168071746826, - -7.10538161782185e-15, - -3.48965489718031e-25 - ] - ], - [ - 4.233333110809326, - [ - 6.445455551147461, - -1.4210854715202004e-14, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 6.429041385650635, - -8.881784197001252e-15, - 4.749804973007511e-25 - ] - ], - [ - 4.300000190734863, - [ - 6.415197849273682, - -8.881784197001252e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.366666793823242, - [ - 6.396308422088623, - -1.776343180993976e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.4666666984558105, - [ - 6.396999359130859, - -5.504058584237496e-21, - 0.0 - ] - ], - [ - 4.5, - [ - 6.412346839904785, - -2.6645352591003757e-15, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 6.436074733734131, - -1.7763587452243818e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.566666603088379, - [ - 6.467166900634766, - 8.881784197001252e-16, - -7.291941780594562e-26 - ] - ], - [ - 4.599999904632568, - [ - 6.504644870758057, - -1.2434497875801753e-14, - -3.552713678800501e-15 - ] - ], - [ - 4.633333206176758, - [ - 6.547650337219238, - -7.993605777301127e-15, - -3.552713678800501e-15 - ] - ], - [ - 4.666666507720947, - [ - 6.595327377319336, - -1.7763568394002505e-14, - -3.552713678800501e-15 - ] - ], - [ - 4.699999809265137, - [ - 6.646804332733154, - -1.3766803621834568e-14, - -7.105427357601002e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.701185703277588, - -3.996851169528557e-15, - -3.552737819239498e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.928936004638672, - -4.4408476292708953e-16, - -1.7763568394002505e-14 - ] - ], - [ - 4.900000095367432, - [ - 6.983614921569824, - 8.881784197001252e-16, - -3.5526831856143998e-15 - ] - ], - [ - 4.933333396911621, - [ - 7.035521030426025, - -4.440892098500626e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.9666666984558105, - [ - 7.083714485168457, - 8.467796029968668e-22, - -5.080677416032809e-21 - ] - ], - [ - 5.0, - [ - 7.127255916595459, - 1.3322676295501878e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.0333333015441895, - [ - 7.165205955505371, - 2.6645352591003757e-15, - -1.0658141036401503e-14 - ] - ], - [ - 5.066666603088379, - [ - 7.196624755859375, - 2.7344781677229606e-26, - -7.105427357601002e-15 - ] - ], - [ - 5.099999904632568, - [ - 7.220573425292969, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.133333206176758, - [ - 7.236112117767334, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.2203168869018555, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 5.300000190734863, - [ - 7.202876091003418, - 1.7763568394002505e-15, - 3.48965489718031e-25 - ] - ], - [ - 5.333333492279053, - [ - 7.181171417236328, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 5.366666793823242, - [ - 7.1556782722473145, - 5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 5.400000095367432, - [ - 7.126872539520264, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.433333396911621, - [ - 7.095229148864746, - 5.3290705182007514e-15, - -1.7763568394002505e-14 - ] - ], - [ - 5.4666666984558105, - [ - 7.061224460601807, - 5.3290705182007514e-15, - -1.065813595420382e-14 - ] - ], - [ - 5.5333333015441895, - [ - 6.988030910491943, - 8.881806431616118e-16, - -7.105427357601002e-15 - ] - ], - [ - 5.666666507720947, - [ - 6.834186553955078, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.733333110809326, - [ - 6.761106967926025, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.766666889190674, - [ - 6.727180004119873, - 1.1546319456101628e-14, - -3.019806288167247e-14 - ] - ], - [ - 5.800000190734863, - [ - 6.69562292098999, - 3.5526755623178745e-15, - -1.24344216428365e-14 - ] - ], - [ - 5.833333492279053, - [ - 6.666905879974365, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.641498565673828, - 8.881971603040832e-16, - -5.3290908469914855e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.619871616363525, - 7.993605777301127e-15, - -1.7763568394002505e-14 - ] - ], - [ - 5.933333396911621, - [ - 6.602494239807129, - 8.239484522091109e-26, - -8.881784197001252e-15 - ] - ], - [ - 6.0, - [ - 6.582368850708008, - -6.661338147750939e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.133333206176758, - [ - 6.60521936416626, - 3.996807970848247e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.166666507720947, - [ - 6.621572017669678, - 2.886590028420774e-15, - -7.993605777301127e-15 - ] - ], - [ - 6.199999809265137, - [ - 6.641210079193115, - -4.440892098500626e-16, - -2.6645352591003757e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.663663864135742, - 3.3306512861835773e-15, - -9.769932123515276e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.6884636878967285, - 4.884981308350689e-15, - -1.1546319456101628e-14 - ] - ], - [ - 6.333333492279053, - [ - 6.743220329284668, - -1.7763304754997672e-15, - 6.217236232406668e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.860139846801758, - 5.3290705182007514e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.5333333015441895, - [ - 6.914708614349365, - -2.5403340632033946e-21, - 1.582067810090848e-15 - ] - ], - [ - 6.566666603088379, - [ - 6.939337730407715, - 5.3290705182007514e-15, - -6.827871601444713e-15 - ] - ], - [ - 6.599999904632568, - [ - 6.9615373611450195, - -1.7763568394002505e-15, - -1.9984014443252818e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.98077917098999, - 2.6645352591003757e-15, - -9.547918011776346e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658312656_681377.json b/lenses/physics-objects/Scene/assets/1646688658312656_681377.json deleted file mode 100644 index 0248c13f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658312656_681377.json +++ /dev/null @@ -1,1558 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658312656:681377", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02328234724700451, - 0.06418260186910629, - 0.032441988587379456, - 0.9971389174461365 - ] - ], - [ - 0.03333333507180214, - [ - -0.02328234724700451, - 0.06418260186910629, - 0.032441988587379456, - 0.9971389174461365 - ] - ], - [ - 0.10000000149011612, - [ - -0.02324059046804905, - 0.06406939029693604, - 0.03273900970816612, - 0.9971374869346619 - ] - ], - [ - 0.1666666716337204, - [ - -0.023205678910017014, - 0.06403379887342453, - 0.0330977700650692, - 0.9971287250518799 - ] - ], - [ - 0.2666666805744171, - [ - -0.023172933608293533, - 0.06411939859390259, - 0.03363657742738724, - 0.9971059560775757 - ] - ], - [ - 0.36666667461395264, - [ - -0.023170441389083862, - 0.06432896852493286, - 0.0340031236410141, - 0.9970800876617432 - ] - ], - [ - 0.4000000059604645, - [ - -0.023174764588475227, - 0.06442158669233322, - 0.034098003059625626, - 0.9970707893371582 - ] - ], - [ - 0.4333333373069763, - [ - -0.02318129502236843, - 0.06452377885580063, - 0.03418121114373207, - 0.9970611333847046 - ] - ], - [ - 0.46666666865348816, - [ - -0.02318987436592579, - 0.0646345242857933, - 0.034252945333719254, - 0.9970514178276062 - ] - ], - [ - 0.5, - [ - -0.02250872552394867, - 0.06383374333381653, - 0.04095659404993057, - 0.9968656897544861 - ] - ], - [ - 0.5333333611488342, - [ - -0.020665250718593597, - 0.06159592792391777, - 0.058467309921979904, - 0.9961729049682617 - ] - ], - [ - 0.5666666626930237, - [ - -0.01797676645219326, - 0.05853651091456413, - 0.08304784446954727, - 0.9946624636650085 - ] - ], - [ - 0.6000000238418579, - [ - -0.014775882475078106, - 0.05523768812417984, - 0.11097007244825363, - 0.9921774864196777 - ] - ], - [ - 0.6333333253860474, - [ - -0.011440196074545383, - 0.05218902975320816, - 0.13858886063098907, - 0.9889077544212341 - ] - ], - [ - 0.6666666865348816, - [ - -0.0084104398265481, - 0.049760185182094574, - 0.16240401566028595, - 0.9854329824447632 - ] - ], - [ - 0.699999988079071, - [ - -0.006190572399646044, - 0.048211485147476196, - 0.17907238006591797, - 0.9826345443725586 - ] - ], - [ - 0.7333333492279053, - [ - -0.005319319199770689, - 0.04775157943367958, - 0.18533746898174286, - 0.9814997315406799 - ] - ], - [ - 0.8999999761581421, - [ - -0.005234294570982456, - 0.04849344119429588, - 0.18504515290260315, - 0.9815189838409424 - ] - ], - [ - 1.0666667222976685, - [ - -0.005198213271796703, - 0.04896005988121033, - 0.18447721004486084, - 0.9816027879714966 - ] - ], - [ - 1.1333333253860474, - [ - -0.005203609820455313, - 0.049017731100320816, - 0.18417999148368835, - 0.9816557168960571 - ] - ], - [ - 1.1666666269302368, - [ - -0.005214964505285025, - 0.04899459332227707, - 0.18398331105709076, - 0.9816938042640686 - ] - ], - [ - 1.2000000476837158, - [ - -0.005203248467296362, - 0.04894792288541794, - 0.18340523540973663, - 0.9818042516708374 - ] - ], - [ - 1.2333333492279053, - [ - -0.00513883400708437, - 0.04891103133559227, - 0.18217326700687408, - 0.982035756111145 - ] - ], - [ - 1.2666666507720947, - [ - -0.005027208477258682, - 0.048883162438869476, - 0.1803402602672577, - 0.982375979423523 - ] - ], - [ - 1.2999999523162842, - [ - -0.004872571211308241, - 0.04886161908507347, - 0.1780005395412445, - 0.9828044772148132 - ] - ], - [ - 1.3333333730697632, - [ - -0.004679309669882059, - 0.04884369671344757, - 0.17523804306983948, - 0.9833025932312012 - ] - ], - [ - 1.3666666746139526, - [ - -0.004453112371265888, - 0.04882815480232239, - 0.17208904027938843, - 0.983860433101654 - ] - ], - [ - 1.399999976158142, - [ - -0.004199715331196785, - 0.04881391301751137, - 0.16858892142772675, - 0.9844680428504944 - ] - ], - [ - 1.4333332777023315, - [ - -0.003924968186765909, - 0.04879968985915184, - 0.16477221250534058, - 0.9851158857345581 - ] - ], - [ - 1.4666666984558105, - [ - -0.0036348181311041117, - 0.048784591257572174, - 0.16067303717136383, - 0.9857946038246155 - ] - ], - [ - 1.5, - [ - -0.0033353501930832863, - 0.04876790568232536, - 0.15632523596286774, - 0.986495316028595 - ] - ], - [ - 1.5333333015441895, - [ - -0.0030327746644616127, - 0.04874937981367111, - 0.1517624408006668, - 0.9872094392776489 - ] - ], - [ - 1.5666667222976685, - [ - -0.0027334580663591623, - 0.04872915521264076, - 0.14701852202415466, - 0.9879289269447327 - ] - ], - [ - 1.600000023841858, - [ - -0.0024438973050564528, - 0.04870811477303505, - 0.14212743937969208, - 0.9886462092399597 - ] - ], - [ - 1.6333333253860474, - [ - -0.0021707462146878242, - 0.0486876517534256, - 0.13712351024150848, - 0.9893543124198914 - ] - ], - [ - 1.6666666269302368, - [ - -0.0019207936711609364, - 0.04867006465792656, - 0.13204136490821838, - 0.9900467991828918 - ] - ], - [ - 1.7000000476837158, - [ - -0.0017009851289913058, - 0.048658277839422226, - 0.12691614031791687, - 0.9907178282737732 - ] - ], - [ - 1.7333333492279053, - [ - -0.0015183985233306885, - 0.04865620657801628, - 0.12178341299295425, - 0.9913623332977295 - ] - ], - [ - 1.7666666507720947, - [ - -0.0013802633620798588, - 0.048668377101421356, - 0.11667922139167786, - 0.9919755458831787 - ] - ], - [ - 1.7999999523162842, - [ - -0.0012939304579049349, - 0.04870050027966499, - 0.11164018511772156, - 0.9925538301467896 - ] - ], - [ - 1.8333333730697632, - [ - -0.001266893232241273, - 0.04875887557864189, - 0.10670343041419983, - 0.9930938482284546 - ] - ], - [ - 1.8666666746139526, - [ - -0.0013067570980638266, - 0.048850737512111664, - 0.10190669447183609, - 0.9935929179191589 - ] - ], - [ - 1.899999976158142, - [ - -0.0014224096667021513, - 0.048972904682159424, - 0.09726990759372711, - 0.9940513968467712 - ] - ], - [ - 1.9333332777023315, - [ - -0.0016231422778218985, - 0.04911798983812332, - 0.0928042009472847, - 0.9944707751274109 - ] - ], - [ - 1.9666666984558105, - [ - -0.0020791541319340467, - 0.04925816133618355, - 0.0881861075758934, - 0.9948831796646118 - ] - ], - [ - 2.0, - [ - -0.00292481598444283, - 0.04937989264726639, - 0.08311153203248978, - 0.9953117966651917 - ] - ], - [ - 2.0333333015441895, - [ - -0.0041139437817037106, - 0.049505580216646194, - 0.07765571773052216, - 0.9957419633865356 - ] - ], - [ - 2.066666603088379, - [ - -0.005600039381533861, - 0.04965607821941376, - 0.07190462946891785, - 0.9961589574813843 - ] - ], - [ - 2.0999999046325684, - [ - -0.007337606977671385, - 0.0498499870300293, - 0.06592845171689987, - 0.9965513348579407 - ] - ], - [ - 2.133333444595337, - [ - -0.009281379170715809, - 0.050102755427360535, - 0.05979837104678154, - 0.9969090819358826 - ] - ], - [ - 2.1666667461395264, - [ - -0.01138618215918541, - 0.05042608827352524, - 0.05358733609318733, - 0.9972241520881653 - ] - ], - [ - 2.200000047683716, - [ - -0.013607080094516277, - 0.05082729831337929, - 0.047369714826345444, - 0.997490644454956 - ] - ], - [ - 2.2333333492279053, - [ - -0.015899214893579483, - 0.05130946263670921, - 0.04122154414653778, - 0.9977050423622131 - ] - ], - [ - 2.2666666507720947, - [ - -0.01821783185005188, - 0.051871031522750854, - 0.03522051125764847, - 0.9978663325309753 - ] - ], - [ - 2.299999952316284, - [ - -0.0205182246863842, - 0.0525059774518013, - 0.029445771127939224, - 0.9979754686355591 - ] - ], - [ - 2.3333332538604736, - [ - -0.022755740210413933, - 0.05320420861244202, - 0.023977821692824364, - 0.9980363249778748 - ] - ], - [ - 2.366666555404663, - [ - -0.024885723367333412, - 0.05395176261663437, - 0.018898235633969307, - 0.9980545043945313 - ] - ], - [ - 2.4000000953674316, - [ - -0.027271434664726257, - 0.054832130670547485, - 0.014009286649525166, - 0.9980248808860779 - ] - ], - [ - 2.433333396911621, - [ - -0.030163075774908066, - 0.05591070279479027, - 0.009144152514636517, - 0.9979381561279297 - ] - ], - [ - 2.4666666984558105, - [ - -0.03334757685661316, - 0.057133570313453674, - 0.004433898255228996, - 0.9977996945381165 - ] - ], - [ - 2.5, - [ - -0.03661371022462845, - 0.05843186751008034, - 1.3725934877584223e-05, - 0.9976197481155396 - ] - ], - [ - 2.5333333015441895, - [ - -0.039752647280693054, - 0.059722915291786194, - -0.003977405373007059, - 0.99741530418396 - ] - ], - [ - 2.566666603088379, - [ - -0.04255789518356323, - 0.06091233342885971, - -0.007397562265396118, - 0.9972079992294312 - ] - ], - [ - 2.5999999046325684, - [ - -0.04482495039701462, - 0.06189803406596184, - -0.010102872736752033, - 0.9970242381095886 - ] - ], - [ - 2.633333444595337, - [ - -0.046350277960300446, - 0.06257526576519012, - -0.011948692612349987, - 0.9968917965888977 - ] - ], - [ - 2.6666667461395264, - [ - -0.046929821372032166, - 0.06284327805042267, - -0.01279076561331749, - 0.9968373775482178 - ] - ], - [ - 2.7333333492279053, - [ - -0.04699213057756424, - 0.06286115199327469, - -0.013402722775936127, - 0.9968252778053284 - ] - ], - [ - 2.799999952316284, - [ - -0.04700149595737457, - 0.06279107183218002, - -0.013965325430035591, - 0.9968215227127075 - ] - ], - [ - 2.9000000953674316, - [ - -0.04683569818735123, - 0.06257564574480057, - -0.014306465163826942, - 0.9968380331993103 - ] - ], - [ - 3.0, - [ - -0.04639270156621933, - 0.06227998808026314, - -0.013861688785254955, - 0.9968835115432739 - ] - ], - [ - 3.0333333015441895, - [ - -0.046195223927497864, - 0.06217220053076744, - -0.01356644369661808, - 0.9969034790992737 - ] - ], - [ - 3.066666603088379, - [ - -0.0459810271859169, - 0.06206309422850609, - -0.01321492437273264, - 0.9969249367713928 - ] - ], - [ - 3.0999999046325684, - [ - -0.04575498774647713, - 0.061954379081726074, - -0.012817478738725185, - 0.9969472885131836 - ] - ], - [ - 3.133333444595337, - [ - -0.04552193358540535, - 0.06184801459312439, - -0.012384345754981041, - 0.9969701170921326 - ] - ], - [ - 3.1666667461395264, - [ - -0.045286625623703, - 0.06174561008810997, - -0.01192557718604803, - 0.9969926476478577 - ] - ], - [ - 3.200000047683716, - [ - -0.04505385830998421, - 0.061648931354284286, - -0.01145100686699152, - 0.9970147609710693 - ] - ], - [ - 3.2333333492279053, - [ - -0.04481254145503044, - 0.06156439706683159, - -0.0109220826998353, - 0.9970368146896362 - ] - ], - [ - 3.2666666507720947, - [ - -0.044552743434906006, - 0.06149660795927048, - -0.010309349745512009, - 0.997059166431427 - ] - ], - [ - 3.299999952316284, - [ - -0.0442807599902153, - 0.06144425645470619, - -0.009636033326387405, - 0.9970812201499939 - ] - ], - [ - 3.3333332538604736, - [ - -0.04400285333395004, - 0.06140614300966263, - -0.00892521534115076, - 0.9971024990081787 - ] - ], - [ - 3.366666555404663, - [ - -0.043725255876779556, - 0.061380982398986816, - -0.00819982960820198, - 0.9971224665641785 - ] - ], - [ - 3.4000000953674316, - [ - -0.04345417395234108, - 0.06136757507920265, - -0.007482644636183977, - 0.9971408247947693 - ] - ], - [ - 3.433333396911621, - [ - -0.04319579154253006, - 0.06136460602283478, - -0.006796266883611679, - 0.997157096862793 - ] - ], - [ - 3.4666666984558105, - [ - -0.042956288903951645, - 0.0613708533346653, - -0.006163040176033974, - 0.9971712231636047 - ] - ], - [ - 3.5, - [ - -0.042741913348436356, - 0.06138205900788307, - -0.0056157722137868404, - 0.9971829652786255 - ] - ], - [ - 3.5333333015441895, - [ - -0.04255896434187889, - 0.06139172613620758, - -0.005192291922867298, - 0.9971925020217896 - ] - ], - [ - 3.566666603088379, - [ - -0.04241368547081947, - 0.06139553338289261, - -0.004922374151647091, - 0.9971997737884521 - ] - ], - [ - 3.5999999046325684, - [ - -0.04297317937016487, - 0.05934284254908562, - -0.008464775048196316, - 0.9972764253616333 - ] - ], - [ - 3.633333444595337, - [ - -0.044652827084064484, - 0.05399179831147194, - -0.01805725321173668, - 0.9973790645599365 - ] - ], - [ - 3.6666667461395264, - [ - -0.04708403721451759, - 0.04657997936010361, - -0.031576789915561676, - 0.9973046183586121 - ] - ], - [ - 3.700000047683716, - [ - -0.04990097135305405, - 0.03831156715750694, - -0.046929918229579926, - 0.9969151020050049 - ] - ], - [ - 3.7333333492279053, - [ - -0.0527353398501873, - 0.030295446515083313, - -0.062092822045087814, - 0.9962157607078552 - ] - ], - [ - 3.7666666507720947, - [ - -0.055210381746292114, - 0.023517929017543793, - -0.07514190673828125, - 0.995365560054779 - ] - ], - [ - 3.799999952316284, - [ - -0.05693800747394562, - 0.018857093527913094, - -0.08425090461969376, - 0.9946378469467163 - ] - ], - [ - 3.8333332538604736, - [ - -0.05752355605363846, - 0.01714574731886387, - -0.08764240890741348, - 0.994342029094696 - ] - ], - [ - 3.9666666984558105, - [ - -0.056895237416028976, - 0.017398500815033913, - -0.0874183401465416, - 0.9943934082984924 - ] - ], - [ - 4.0333333015441895, - [ - -0.05647270381450653, - 0.01758831925690174, - -0.08721578866243362, - 0.9944319725036621 - ] - ], - [ - 4.066666603088379, - [ - -0.056238628923892975, - 0.017707042396068573, - -0.08705740422010422, - 0.9944570064544678 - ] - ], - [ - 4.099999904632568, - [ - -0.055990975350141525, - 0.017844585701823235, - -0.08684778958559036, - 0.9944868087768555 - ] - ], - [ - 4.166666507720947, - [ - -0.055459871888160706, - 0.018184993416070938, - -0.08623537421226501, - 0.9945638179779053 - ] - ], - [ - 4.199999809265137, - [ - -0.05517887324094772, - 0.018392331898212433, - -0.08581267297267914, - 0.9946120977401733 - ] - ], - [ - 4.233333110809326, - [ - -0.054889243096113205, - 0.01862732321023941, - -0.08529898524284363, - 0.9946679472923279 - ] - ], - [ - 4.266666889190674, - [ - -0.054592203348875046, - 0.01889215223491192, - -0.08468421548604965, - 0.9947319030761719 - ] - ], - [ - 4.300000190734863, - [ - -0.05428898707032204, - 0.01918896660208702, - -0.08395818620920181, - 0.9948042631149292 - ] - ], - [ - 4.333333492279053, - [ - -0.053980838507413864, - 0.019519828259944916, - -0.08311064541339874, - 0.9948857426643372 - ] - ], - [ - 4.366666793823242, - [ - -0.05366902053356171, - 0.01988700032234192, - -0.08213125914335251, - 0.9949766993522644 - ] - ], - [ - 4.400000095367432, - [ - -0.05335478484630585, - 0.02029254660010338, - -0.08100955188274384, - 0.99507737159729 - ] - ], - [ - 4.433333396911621, - [ - -0.05303935706615448, - 0.020738551393151283, - -0.0797349289059639, - 0.9951880574226379 - ] - ], - [ - 4.4666666984558105, - [ - -0.05272431671619415, - 0.021213380619883537, - -0.07833569496870041, - 0.9953058362007141 - ] - ], - [ - 4.5, - [ - -0.05241122096776962, - 0.021709153428673744, - -0.07682950049638748, - 0.9954290390014648 - ] - ], - [ - 4.5333333015441895, - [ - -0.0521012581884861, - 0.022234026342630386, - -0.0751895010471344, - 0.9955589771270752 - ] - ], - [ - 4.566666603088379, - [ - -0.05174485594034195, - 0.023079579696059227, - -0.07180625945329666, - 0.9958080649375916 - ] - ], - [ - 4.599999904632568, - [ - -0.051302313804626465, - 0.024450454860925674, - -0.06551684439182281, - 0.9962319135665894 - ] - ], - [ - 4.633333206176758, - [ - -0.050790589302778244, - 0.026218818500638008, - -0.05699930340051651, - 0.9967366456985474 - ] - ], - [ - 4.666666507720947, - [ - -0.05022841691970825, - 0.028249945491552353, - -0.04698673263192177, - 0.9972318410873413 - ] - ], - [ - 4.699999809265137, - [ - -0.04963398352265358, - 0.030409423634409904, - -0.03621591627597809, - 0.9976472854614258 - ] - ], - [ - 4.733333110809326, - [ - -0.04902501776814461, - 0.03256409615278244, - -0.025426723062992096, - 0.9979426860809326 - ] - ], - [ - 4.766666889190674, - [ - -0.048418816179037094, - 0.03458208963274956, - -0.0153605742380023, - 0.9981101155281067 - ] - ], - [ - 4.800000190734863, - [ - -0.04783228039741516, - 0.036331746727228165, - -0.006760028190910816, - 0.9981715083122253 - ] - ], - [ - 4.833333492279053, - [ - -0.04728172719478607, - 0.037680480629205704, - -0.0003659945505205542, - 0.9981706738471985 - ] - ], - [ - 4.866666793823242, - [ - -0.0467829704284668, - 0.03849203512072563, - 0.003081419738009572, - 0.9981585144996643 - ] - ], - [ - 4.900000095367432, - [ - -0.046312130987644196, - 0.038986027240753174, - 0.004773576743900776, - 0.9981546401977539 - ] - ], - [ - 4.933333396911621, - [ - -0.04583563655614853, - 0.039478566497564316, - 0.0064000352285802364, - 0.9981480836868286 - ] - ], - [ - 4.9666666984558105, - [ - -0.04535428434610367, - 0.039973195642232895, - 0.007967567071318626, - 0.9981390833854675 - ] - ], - [ - 5.0, - [ - -0.04486881196498871, - 0.040473345667123795, - 0.009482062421739101, - 0.9981276392936707 - ] - ], - [ - 5.0333333015441895, - [ - -0.04437989741563797, - 0.04098225384950638, - 0.010948844254016876, - 0.998113751411438 - ] - ], - [ - 5.066666603088379, - [ - -0.04388818144798279, - 0.04150325804948807, - 0.012372907251119614, - 0.99809730052948 - ] - ], - [ - 5.099999904632568, - [ - -0.043394263833761215, - 0.0420396625995636, - 0.01375917624682188, - 0.9980784058570862 - ] - ], - [ - 5.133333206176758, - [ - -0.04289871081709862, - 0.04259498789906502, - 0.015112536028027534, - 0.9980565905570984 - ] - ], - [ - 5.166666507720947, - [ - -0.04240208491683006, - 0.0431729257106781, - 0.016438031569123268, - 0.9980321526527405 - ] - ], - [ - 5.199999809265137, - [ - -0.04190540686249733, - 0.04376820847392082, - 0.017721455544233322, - 0.9980051517486572 - ] - ], - [ - 5.233333110809326, - [ - -0.041409946978092194, - 0.044372376054525375, - 0.018939362838864326, - 0.9979767799377441 - ] - ], - [ - 5.266666889190674, - [ - -0.04091658070683479, - 0.04498385637998581, - 0.020082831382751465, - 0.9979473948478699 - ] - ], - [ - 5.300000190734863, - [ - -0.04042624309659004, - 0.04560133069753647, - 0.02114216610789299, - 0.9979174733161926 - ] - ], - [ - 5.333333492279053, - [ - -0.039938729256391525, - 0.046224892139434814, - 0.022127162665128708, - 0.997887134552002 - ] - ], - [ - 5.366666793823242, - [ - -0.039453282952308655, - 0.046855244785547256, - 0.02305624820291996, - 0.9978559017181396 - ] - ], - [ - 5.400000095367432, - [ - -0.038970064371824265, - 0.04749184846878052, - 0.023931752890348434, - 0.9978241920471191 - ] - ], - [ - 5.433333396911621, - [ - -0.03848923742771149, - 0.04813390597701073, - 0.02475552447140217, - 0.9977920055389404 - ] - ], - [ - 5.4666666984558105, - [ - -0.03801094740629196, - 0.04878046363592148, - 0.025529010221362114, - 0.9977594614028931 - ] - ], - [ - 5.5, - [ - -0.03753536939620972, - 0.049430664628744125, - 0.026253290474414825, - 0.9977266788482666 - ] - ], - [ - 5.5333333015441895, - [ - -0.03706265985965729, - 0.05008332058787346, - 0.026929132640361786, - 0.9976937770843506 - ] - ], - [ - 5.566666603088379, - [ - -0.03659295663237572, - 0.05073712766170502, - 0.027557071298360825, - 0.9976609349250793 - ] - ], - [ - 5.599999904632568, - [ - -0.036126405000686646, - 0.05139085277915001, - 0.028137406334280968, - 0.9976282715797424 - ] - ], - [ - 5.633333206176758, - [ - -0.035663120448589325, - 0.052042797207832336, - 0.028670327737927437, - 0.9975959658622742 - ] - ], - [ - 5.666666507720947, - [ - -0.03520320728421211, - 0.052691392600536346, - 0.02915588766336441, - 0.9975641965866089 - ] - ], - [ - 5.699999809265137, - [ - -0.03474673256278038, - 0.053334809839725494, - 0.02959408238530159, - 0.9975330829620361 - ] - ], - [ - 5.733333110809326, - [ - -0.0342937596142292, - 0.05397102236747742, - 0.029984934255480766, - 0.997502863407135 - ] - ], - [ - 5.766666889190674, - [ - -0.03384426236152649, - 0.05459798127412796, - 0.030328474938869476, - 0.9974737167358398 - ] - ], - [ - 5.800000190734863, - [ - -0.033398278057575226, - 0.05521339923143387, - 0.030624831095337868, - 0.997445821762085 - ] - ], - [ - 5.833333492279053, - [ - -0.032955724745988846, - 0.055814895778894424, - 0.030874289572238922, - 0.9974194765090942 - ] - ], - [ - 5.866666793823242, - [ - -0.032516490668058395, - 0.05639993026852608, - 0.031077325344085693, - 0.9973946809768677 - ] - ], - [ - 5.900000095367432, - [ - -0.03208044916391373, - 0.056965988129377365, - 0.031234659254550934, - 0.9973716139793396 - ] - ], - [ - 5.933333396911621, - [ - -0.03164741396903992, - 0.05751032754778862, - 0.03134728595614433, - 0.9973506927490234 - ] - ], - [ - 5.9666666984558105, - [ - -0.03121715597808361, - 0.05803021416068077, - 0.03141652047634125, - 0.9973320364952087 - ] - ], - [ - 6.0, - [ - -0.030789421871304512, - 0.05852293595671654, - 0.03144402429461479, - 0.9973155856132507 - ] - ], - [ - 6.0333333015441895, - [ - -0.030363911762833595, - 0.05898567661643028, - 0.03143179789185524, - 0.9973017573356628 - ] - ], - [ - 6.066666603088379, - [ - -0.029940156266093254, - 0.059418998658657074, - 0.03139185532927513, - 0.9972901940345764 - ] - ], - [ - 6.099999904632568, - [ - -0.029517529532313347, - 0.05982675775885582, - 0.03134406358003616, - 0.9972798228263855 - ] - ], - [ - 6.133333206176758, - [ - -0.02909555286169052, - 0.06021108478307724, - 0.03130251541733742, - 0.997270405292511 - ] - ], - [ - 6.166666507720947, - [ - -0.028673788532614708, - 0.060574281960725784, - 0.03128098323941231, - 0.9972612857818604 - ] - ], - [ - 6.199999809265137, - [ - -0.028252622112631798, - 0.06091801077127457, - 0.03128107264637947, - 0.997252345085144 - ] - ], - [ - 6.233333110809326, - [ - -0.02783316932618618, - 0.0612434558570385, - 0.031295448541641235, - 0.9972438812255859 - ] - ], - [ - 6.300000190734863, - [ - -0.027002552524209023, - 0.06184614077210426, - 0.03136558458209038, - 0.9972273111343384 - ] - ], - [ - 6.333333492279053, - [ - -0.026593241840600967, - 0.062126439064741135, - 0.03142007067799568, - 0.9972190856933594 - ] - ], - [ - 6.366666793823242, - [ - -0.02618938870728016, - 0.062394559383392334, - 0.031486328691244125, - 0.9972109198570251 - ] - ], - [ - 6.400000095367432, - [ - -0.025792285799980164, - 0.06265168637037277, - 0.031563326716423035, - 0.9972027540206909 - ] - ], - [ - 6.433333396911621, - [ - -0.025403451174497604, - 0.06289876252412796, - 0.031649913638830185, - 0.9971944093704224 - ] - ], - [ - 6.4666666984558105, - [ - -0.025024792179465294, - 0.06313645094633102, - 0.03174488991498947, - 0.9971859455108643 - ] - ], - [ - 6.5333333015441895, - [ - -0.02430855669081211, - 0.06358256191015244, - 0.031955309212207794, - 0.9971686005592346 - ] - ], - [ - 6.566666603088379, - [ - -0.023979296907782555, - 0.0637875348329544, - 0.03206852078437805, - 0.9971598386764526 - ] - ], - [ - 6.599999904632568, - [ - -0.023679448291659355, - 0.06397341936826706, - 0.032186031341552734, - 0.9971513152122498 - ] - ], - [ - 6.633333206176758, - [ - -0.023426951840519905, - 0.06412451714277267, - 0.03230825066566467, - 0.9971436262130737 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658312812_681384.json b/lenses/physics-objects/Scene/assets/1646688658312812_681384.json deleted file mode 100644 index f123a4a8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658312812_681384.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658312812:681384", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658313716_681397.json b/lenses/physics-objects/Scene/assets/1646688658313716_681397.json deleted file mode 100644 index b95dac63..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658313716_681397.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658313716:681397", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.745084762573242, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.55317497253418, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 6.332873344421387, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 6.103795051574707, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.877301216125488, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.66208553314209, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.466397762298584, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.29959774017334, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 5.173985004425049, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 5.107981204986572, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 5.312024116516113, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.795119285583496, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 6.280464172363281, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 6.489213466644287, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 6.235334396362305, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.705720901489258, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.179802894592285, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 4.934492588043213, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 5.031935691833496, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 5.296759128570557, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 5.647721767425537, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 6.002994537353516, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 6.28314208984375, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 6.4076948165893555, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 6.307794094085693, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 6.051913738250732, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.733536720275879, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.429505348205566, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 5.211414813995361, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 5.154665946960449, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 5.439117431640625, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 6.004197120666504, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.571620941162109, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.8607659339904785, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 6.683783054351807, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.226138591766357, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.766314506530762, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 5.581473350524902, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 5.733696937561035, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.0455780029296875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.434068202972412, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.815608024597168, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 7.10630464553833, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 7.222095966339111, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 7.096237659454346, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 6.800662040710449, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.430591106414795, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.06462287902832, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.7761735916137695, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.642377853393555, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.844830513000488, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.32339334487915, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.800261974334717, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 6.996288299560547, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 6.725399494171143, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 5.625308990478516, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 5.3545002937316895, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 5.425348281860352, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 5.661833763122559, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.982465744018555, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.305371284484863, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 6.548327445983887, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 6.628916263580322, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 6.465412139892578, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 6.089428424835205, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.622283458709717, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.224391460418701, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 5.057623386383057, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.208499431610107, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.578170299530029, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.024478912353516, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 6.40448522567749, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 6.574516296386719, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.360966205596924, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.872108459472656, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.386589527130127, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.181020259857178, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.317413806915283, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.619482517242432, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 6.391226768493652, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 6.694797992706299, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 6.832235336303711, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 6.720636367797852, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 6.390462875366211, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.9620747566223145, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.595163822174072, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.451412677764893, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617004871368408, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.992344379425049, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 6.4349541664123535, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 6.802253246307373, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 6.951626777648926, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 6.710025310516357, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 6.186683654785156, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.661460876464844, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 5.412445068359375, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.02309513092041, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.85624885559082, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658313891_681404.json b/lenses/physics-objects/Scene/assets/1646688658313891_681404.json deleted file mode 100644 index 09778b1e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658313891_681404.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658313891:681404", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ], - [ - 0.03333333507180214, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ], - [ - 0.06666667014360428, - [ - -0.02312592789530754, - 0.0640283152461052, - 0.05849268287420273, - 0.9959640502929688 - ] - ], - [ - 0.10000000149011612, - [ - -0.023240048438310623, - 0.06495565176010132, - 0.05729035288095474, - 0.995971143245697 - ] - ], - [ - 0.13333334028720856, - [ - -0.02341853827238083, - 0.06607625633478165, - 0.055328067392110825, - 0.9960041642189026 - ] - ], - [ - 0.1666666716337204, - [ - -0.02362672984600067, - 0.06732767820358276, - 0.05319754034280777, - 0.9960315227508545 - ] - ], - [ - 0.20000000298023224, - [ - -0.023784156888723373, - 0.0686890184879303, - 0.05203884094953537, - 0.9959960579872131 - ] - ], - [ - 0.23333333432674408, - [ - -0.02375955507159233, - 0.0701553076505661, - 0.0535588413476944, - 0.9958138465881348 - ] - ], - [ - 0.2666666805744171, - [ - -0.023486780002713203, - 0.07168496400117874, - 0.058638911694288254, - 0.9954251050949097 - ] - ], - [ - 0.30000001192092896, - [ - -0.0231646541506052, - 0.07311303913593292, - 0.06460367888212204, - 0.9949594140052795 - ] - ], - [ - 0.3333333432674408, - [ - -0.022935599088668823, - 0.07424593716859818, - 0.0692422091960907, - 0.9945687651634216 - ] - ], - [ - 0.36666667461395264, - [ - -0.02285877801477909, - 0.07484708726406097, - 0.07115612179040909, - 0.9943903684616089 - ] - ], - [ - 0.4000000059604645, - [ - -0.02301963046193123, - 0.07308516651391983, - 0.06745801866054535, - 0.9947754144668579 - ] - ], - [ - 0.4333333373069763, - [ - -0.023396508768200874, - 0.06939997524023056, - 0.05919095501303673, - 0.9955564737319946 - ] - ], - [ - 0.46666666865348816, - [ - -0.02386206015944481, - 0.06622321903705597, - 0.050306063145399094, - 0.9962501525878906 - ] - ], - [ - 0.5, - [ - -0.024212747812271118, - 0.06494180858135223, - 0.04460834339261055, - 0.996597409248352 - ] - ], - [ - 0.5333333611488342, - [ - -0.02419835515320301, - 0.0663599967956543, - 0.045994121581315994, - 0.9964414238929749 - ] - ], - [ - 0.5666666626930237, - [ - -0.02389807440340519, - 0.06982441991567612, - 0.0528414323925972, - 0.9958720803260803 - ] - ], - [ - 0.6000000238418579, - [ - -0.02350412681698799, - 0.07398894429206848, - 0.06165377050638199, - 0.9950739741325378 - ] - ], - [ - 0.6333333253860474, - [ - -0.023206988349556923, - 0.07627838104963303, - 0.06792547553777695, - 0.9944994449615479 - ] - ], - [ - 0.6666666865348816, - [ - -0.023086873814463615, - 0.0754455104470253, - 0.06931237876415253, - 0.9944701194763184 - ] - ], - [ - 0.699999988079071, - [ - -0.02311224304139614, - 0.07319487631320953, - 0.06735005229711533, - 0.9947724938392639 - ] - ], - [ - 0.7333333492279053, - [ - -0.02327834628522396, - 0.07048289477825165, - 0.06281302124261856, - 0.9952611923217773 - ] - ], - [ - 0.7666666507720947, - [ - -0.02355167642235756, - 0.06801477819681168, - 0.05689343810081482, - 0.9957823157310486 - ] - ], - [ - 0.800000011920929, - [ - -0.023894084617495537, - 0.06621138006448746, - 0.050586067140102386, - 0.9962360262870789 - ] - ], - [ - 0.8333333134651184, - [ - -0.024240482598543167, - 0.06538444012403488, - 0.04509088769555092, - 0.9965460896492004 - ] - ], - [ - 0.8666666746139526, - [ - -0.02447017841041088, - 0.06585497409105301, - 0.0422990582883358, - 0.9966319799423218 - ] - ], - [ - 0.8999999761581421, - [ - -0.02442096546292305, - 0.06738141924142838, - 0.04406098648905754, - 0.9964547157287598 - ] - ], - [ - 0.9333333373069763, - [ - -0.024023013189435005, - 0.06959369778633118, - 0.050951432436704636, - 0.9959837198257446 - ] - ], - [ - 0.9666666388511658, - [ - -0.023553503677248955, - 0.07197129726409912, - 0.059101514518260956, - 0.9953755140304565 - ] - ], - [ - 1.0, - [ - -0.02321227453649044, - 0.07384313642978668, - 0.0653102695941925, - 0.9948582649230957 - ] - ], - [ - 1.0333333015441895, - [ - -0.023081231862306595, - 0.0743703544139862, - 0.06744076311588287, - 0.994679868221283 - ] - ], - [ - 1.0666667222976685, - [ - -0.023223690688610077, - 0.07201838493347168, - 0.06319287419319153, - 0.9951285719871521 - ] - ], - [ - 1.100000023841858, - [ - -0.023569073528051376, - 0.06798139959573746, - 0.05487348139286041, - 0.995897650718689 - ] - ], - [ - 1.1333333253860474, - [ - -0.023967202752828598, - 0.06459295749664307, - 0.04653259739279747, - 0.9965380430221558 - ] - ], - [ - 1.1666666269302368, - [ - -0.024212650954723358, - 0.06305669248104095, - 0.04176997393369675, - 0.996841549873352 - ] - ], - [ - 1.2000000476837158, - [ - -0.02410133183002472, - 0.06396181881427765, - 0.04368726909160614, - 0.9967042803764343 - ] - ], - [ - 1.2333333492279053, - [ - -0.023754248395562172, - 0.06655905395746231, - 0.05004261061549187, - 0.9962436556816101 - ] - ], - [ - 1.2666666507720947, - [ - -0.02335560880601406, - 0.06958695501089096, - 0.057520970702171326, - 0.9956422448158264 - ] - ], - [ - 1.2999999523162842, - [ - -0.023060107603669167, - 0.07099232077598572, - 0.06265285611152649, - 0.9952401518821716 - ] - ], - [ - 1.3333333730697632, - [ - -0.02292260341346264, - 0.06997529417276382, - 0.06399572640657425, - 0.9952298998832703 - ] - ], - [ - 1.3666666746139526, - [ - -0.022907905280590057, - 0.06795618683099747, - 0.06283603608608246, - 0.9954440593719482 - ] - ], - [ - 1.399999976158142, - [ - -0.02299974299967289, - 0.06567302346229553, - 0.059829313308000565, - 0.995780348777771 - ] - ], - [ - 1.4333332777023315, - [ - -0.023160317912697792, - 0.06365380436182022, - 0.05595320463180542, - 0.9961331486701965 - ] - ], - [ - 1.4666666984558105, - [ - -0.023352403193712234, - 0.062230005860328674, - 0.05203672870993614, - 0.9964307546615601 - ] - ], - [ - 1.5, - [ - -0.023527057841420174, - 0.061654508113861084, - 0.04898206517100334, - 0.9966172575950623 - ] - ], - [ - 1.5333333015441895, - [ - -0.023611707612872124, - 0.06217094138264656, - 0.047991666942834854, - 0.996631383895874 - ] - ], - [ - 1.5666667222976685, - [ - -0.023527638986706734, - 0.06357555091381073, - 0.05006279796361923, - 0.9964428544044495 - ] - ], - [ - 1.600000023841858, - [ - -0.023258034139871597, - 0.06557819992303848, - 0.055334288626909256, - 0.9960405230522156 - ] - ], - [ - 1.6333333253860474, - [ - -0.022959880530834198, - 0.06780526041984558, - 0.06142231076955795, - 0.9955414533615112 - ] - ], - [ - 1.6666666269302368, - [ - -0.022743696346879005, - 0.06974854320287704, - 0.06632520258426666, - 0.9950975179672241 - ] - ], - [ - 1.7000000476837158, - [ - -0.022665785625576973, - 0.07070831209421158, - 0.0684388056397438, - 0.9948883056640625 - ] - ], - [ - 1.7333333492279053, - [ - -0.02278580330312252, - 0.0692785382270813, - 0.06570440530776978, - 0.9951704740524292 - ] - ], - [ - 1.7666666507720947, - [ - -0.023066697642207146, - 0.0662560909986496, - 0.059489671140909195, - 0.9957605600357056 - ] - ], - [ - 1.7999999523162842, - [ - -0.0234037134796381, - 0.06363657116889954, - 0.05288359522819519, - 0.996296226978302 - ] - ], - [ - 1.8333333730697632, - [ - -0.023643771186470985, - 0.0626218169927597, - 0.048866357654333115, - 0.9965598583221436 - ] - ], - [ - 1.8666666746139526, - [ - -0.023617157712578773, - 0.06392575800418854, - 0.05027267336845398, - 0.9964077472686768 - ] - ], - [ - 1.899999976158142, - [ - -0.02339179813861847, - 0.066990926861763, - 0.05578244850039482, - 0.995918333530426 - ] - ], - [ - 1.9333332777023315, - [ - -0.023103686049580574, - 0.07066696137189865, - 0.06282973289489746, - 0.9952512383460999 - ] - ], - [ - 1.9666666984558105, - [ - -0.022893713787198067, - 0.07278413325548172, - 0.06792865693569183, - 0.9947684407234192 - ] - ], - [ - 2.0, - [ - -0.022822977975010872, - 0.07227198779582977, - 0.06915611773729324, - 0.994722843170166 - ] - ], - [ - 2.0333333015441895, - [ - -0.02286595106124878, - 0.0705258920788765, - 0.0676238089799881, - 0.9949524998664856 - ] - ], - [ - 2.066666603088379, - [ - -0.02301999367773533, - 0.06833510845899582, - 0.06389015167951584, - 0.9953483939170837 - ] - ], - [ - 2.0999999046325684, - [ - -0.02326030842959881, - 0.06631520390510559, - 0.05892437323927879, - 0.9957857131958008 - ] - ], - [ - 2.133333444595337, - [ - -0.023557152599096298, - 0.06487773358821869, - 0.05360548943281174, - 0.9961738586425781 - ] - ], - [ - 2.1666667461395264, - [ - -0.023857498541474342, - 0.06434661895036697, - 0.049010466784238815, - 0.9964379072189331 - ] - ], - [ - 2.200000047683716, - [ - -0.024059103801846504, - 0.0651293694972992, - 0.04689820110797882, - 0.9964837431907654 - ] - ], - [ - 2.2333333492279053, - [ - -0.024017805233597755, - 0.06729468703269958, - 0.04924546554684639, - 0.9962276220321655 - ] - ], - [ - 2.2666666507720947, - [ - -0.023682478815317154, - 0.07049592584371567, - 0.05647957697510719, - 0.9956303238868713 - ] - ], - [ - 2.299999952316284, - [ - -0.023294804617762566, - 0.07370547950267792, - 0.06469453126192093, - 0.9949067831039429 - ] - ], - [ - 2.3333332538604736, - [ - -0.023050861433148384, - 0.07523522526025772, - 0.06978245079517365, - 0.9944540858268738 - ] - ], - [ - 2.366666555404663, - [ - -0.023034965619444847, - 0.07395141571760178, - 0.06917822360992432, - 0.9945928454399109 - ] - ], - [ - 2.4000000953674316, - [ - -0.023248860612511635, - 0.07099295407533646, - 0.06360574811697006, - 0.9951753616333008 - ] - ], - [ - 2.433333396911621, - [ - -0.02362857200205326, - 0.06785063445568085, - 0.05554715916514397, - 0.9958677291870117 - ] - ], - [ - 2.4666666984558105, - [ - -0.024075010791420937, - 0.06546374410390854, - 0.047357071191072464, - 0.9964397549629211 - ] - ], - [ - 2.5, - [ - -0.024389071390032768, - 0.06443735212087631, - 0.04219603165984154, - 0.9967309236526489 - ] - ], - [ - 2.5333333015441895, - [ - -0.024321842938661575, - 0.06561031192541122, - 0.04394355043768883, - 0.9965806007385254 - ] - ], - [ - 2.566666603088379, - [ - -0.023979926481842995, - 0.06868225336074829, - 0.05085955932736397, - 0.9960527420043945 - ] - ], - [ - 2.5999999046325684, - [ - -0.023561712354421616, - 0.07229848206043243, - 0.0593203529715538, - 0.9953385591506958 - ] - ], - [ - 2.633333444595337, - [ - -0.023247849196195602, - 0.07408253848552704, - 0.06511927396059036, - 0.9948521256446838 - ] - ], - [ - 2.6666667461395264, - [ - -0.023108839988708496, - 0.07302042096853256, - 0.06633041799068451, - 0.9948539137840271 - ] - ], - [ - 2.700000047683716, - [ - -0.023112379014492035, - 0.07073775678873062, - 0.06447073817253113, - 0.9951409697532654 - ] - ], - [ - 2.7333333492279053, - [ - -0.02324608899652958, - 0.06810814142227173, - 0.060343123972415924, - 0.9955800175666809 - ] - ], - [ - 2.7666666507720947, - [ - -0.02346944622695446, - 0.06575334817171097, - 0.055117543786764145, - 0.9960361123085022 - ] - ], - [ - 2.799999952316284, - [ - -0.023739540949463844, - 0.0640513002872467, - 0.04977555572986603, - 0.996421754360199 - ] - ], - [ - 2.8333332538604736, - [ - -0.023992111906409264, - 0.06327714771032333, - 0.04544908180832863, - 0.9966718554496765 - ] - ], - [ - 2.866666555404663, - [ - -0.024120934307575226, - 0.06377162784337997, - 0.04384079575538635, - 0.9967092871665955 - ] - ], - [ - 2.9000000953674316, - [ - -0.023994969204068184, - 0.06554299592971802, - 0.04668049514293671, - 0.9964684247970581 - ] - ], - [ - 2.933333396911621, - [ - -0.023602046072483063, - 0.06821520626544952, - 0.05388892814517021, - 0.9959345459938049 - ] - ], - [ - 2.9666666984558105, - [ - -0.02318841964006424, - 0.07084774225950241, - 0.06161012873053551, - 0.9953125715255737 - ] - ], - [ - 3.0, - [ - -0.022926706820726395, - 0.07201356440782547, - 0.06637962907552719, - 0.994928240776062 - ] - ], - [ - 3.0333333015441895, - [ - -0.022882282733917236, - 0.07081334292888641, - 0.06624850630760193, - 0.9950241446495056 - ] - ], - [ - 3.066666603088379, - [ - -0.02304142154753208, - 0.0682375431060791, - 0.06194524094462395, - 0.995477557182312 - ] - ], - [ - 3.0999999046325684, - [ - -0.023334508761763573, - 0.06554041057825089, - 0.05562803894281387, - 0.9960248470306396 - ] - ], - [ - 3.133333444595337, - [ - -0.02367226965725422, - 0.06352537870407104, - 0.04930334910750389, - 0.9964804649353027 - ] - ], - [ - 3.1666667461395264, - [ - -0.023896848782896996, - 0.06273053586483002, - 0.04555032402276993, - 0.9967041611671448 - ] - ], - [ - 3.200000047683716, - [ - -0.02381955459713936, - 0.06392131745815277, - 0.04743701592087746, - 0.99654221534729 - ] - ], - [ - 3.2333333492279053, - [ - -0.023528676480054855, - 0.06686164438724518, - 0.0535493828356266, - 0.9960464835166931 - ] - ], - [ - 3.2666666507720947, - [ - -0.02318238466978073, - 0.07036694884300232, - 0.06100677326321602, - 0.9953839778900146 - ] - ], - [ - 3.299999952316284, - [ - -0.022931311279535294, - 0.0722995176911354, - 0.06628802418708801, - 0.9949135780334473 - ] - ], - [ - 3.3333332538604736, - [ - -0.022978324443101883, - 0.06859740614891052, - 0.0631445124745369, - 0.9953789114952087 - ] - ], - [ - 3.366666555404663, - [ - -0.023086486384272575, - 0.06350508332252502, - 0.05875527113676071, - 0.9959828853607178 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658314047_681411.json b/lenses/physics-objects/Scene/assets/1646688658314047_681411.json deleted file mode 100644 index df4967c1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658314047_681411.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658314047:681411", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658314954_681424.json b/lenses/physics-objects/Scene/assets/1646688658314954_681424.json deleted file mode 100644 index 2a38213d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658314954_681424.json +++ /dev/null @@ -1,1082 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658314954:681424", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.620342254638672, - 1.1102230246251565e-16, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.620342254638672, - 1.1102230246251565e-16, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.645216464996338, - -5.551115123125783e-16, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.668265342712402, - 1.2212453270876722e-15, - -3.7865323450608567e-29 - ] - ], - [ - 0.13333334028720856, - [ - 6.689030170440674, - 2.220446049250313e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.1666666716337204, - [ - 6.7070512771606445, - 1.887379141862766e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.20000000298023224, - [ - 6.721870422363281, - 5.773159728050814e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.2666666805744171, - [ - 6.740061283111572, - 1.2212453270876722e-15, - -5.3290705182007514e-15 - ] - ], - [ - 0.4000000059604645, - [ - 6.726347923278809, - -8.326672684688674e-16, - -8.881784197001252e-16 - ] - ], - [ - 0.4333333373069763, - [ - 6.71447229385376, - 2.275957200481571e-15, - -4.440892098500626e-15 - ] - ], - [ - 0.46666666865348816, - [ - 6.699797630310059, - 1.942890293094024e-15, - -1.7763568394002505e-15 - ] - ], - [ - 0.5, - [ - 6.682734489440918, - 4.440892098500626e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.5666666626930237, - [ - 6.643466949462891, - 3.5527130435257905e-15, - -8.881782608814476e-16 - ] - ], - [ - 0.6333333253860474, - [ - 6.599852085113525, - 1.2116901578264797e-27, - -3.552713678800501e-15 - ] - ], - [ - 0.699999988079071, - [ - 6.551761150360107, - 1.3631512590359195e-27, - -7.105427357601002e-15 - ] - ], - [ - 0.8999999761581421, - [ - 6.386941909790039, - 0.0, - 1.7763587452243818e-15 - ] - ], - [ - 0.9666666388511658, - [ - 6.3363471031188965, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 1.0, - [ - 6.313114643096924, - 7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.0333333015441895, - [ - 6.2916131019592285, - 7.105427357601002e-15, - -5.3290705182007514e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.2721076011657715, - 7.105427357601002e-15, - -1.4843191385199003e-26 - ] - ], - [ - 1.100000023841858, - [ - 6.2548651695251465, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.1333333253860474, - [ - 6.240149974822998, - -1.2116901578264797e-27, - 1.7763568394002505e-15 - ] - ], - [ - 1.1666666269302368, - [ - 6.228217601776123, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.2333333492279053, - [ - 6.207911968231201, - -4.846759860933941e-27, - 3.552713678800501e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.2032856941223145, - -3.0292234108583565e-26, - 1.7763568394002505e-15 - ] - ], - [ - 1.3666666746139526, - [ - 6.2198100090026855, - -7.105427357601002e-15, - 5.3290705182007514e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.2444281578063965, - -7.105427357601002e-15, - 7.105427357601002e-15 - ] - ], - [ - 1.4333332777023315, - [ - 6.276050090789795, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.4666666984558105, - [ - 6.313584804534912, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 1.5, - [ - 6.355942249298096, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.402030944824219, - 7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.5666667222976685, - [ - 6.4507598876953125, - -1.7782415384761014e-20, - -1.7763568394002505e-15 - ] - ], - [ - 1.6666666269302368, - [ - 6.601860046386719, - -1.8320049602641947e-26, - 7.105427357601002e-15 - ] - ], - [ - 1.7000000476837158, - [ - 6.650219440460205, - -4.3620809474270315e-26, - 1.7763568394002505e-15 - ] - ], - [ - 1.7333333492279053, - [ - 6.695751190185547, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 1.7666666507720947, - [ - 6.737359046936035, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.7999999523162842, - [ - 6.773947238922119, - 7.105427357601002e-15, - -5.329075600398435e-15 - ] - ], - [ - 1.8333333730697632, - [ - 6.804419040679932, - -3.552713678800501e-15, - -5.6803624298790016e-27 - ] - ], - [ - 1.8666666746139526, - [ - 6.827678680419922, - 3.552714949349922e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.899999976158142, - [ - 6.842625141143799, - 7.105427357601002e-15, - -2.6645352591003757e-15 - ] - ], - [ - 1.9666666984558105, - [ - 6.843155860900879, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.0, - [ - 6.826505184173584, - 0.0, - 8.881784197001252e-16 - ] - ], - [ - 2.0333333015441895, - [ - 6.8000168800354, - 1.0658141036401503e-14, - -6.661338147750939e-15 - ] - ], - [ - 2.066666603088379, - [ - 6.76678991317749, - 3.552723843195868e-15, - -1.3322714411984505e-15 - ] - ], - [ - 2.0999999046325684, - [ - 6.727671146392822, - 4.3633899634916326e-26, - -6.661338147750939e-16 - ] - ], - [ - 2.133333444595337, - [ - 6.683504581451416, - 3.552713678800501e-15, - -1.7763568394002505e-15 - ] - ], - [ - 2.1666667461395264, - [ - 6.635133743286133, - -8.467808348820564e-21, - 9.43689570931383e-16 - ] - ], - [ - 2.200000047683716, - [ - 6.583399772644043, - -3.552713678800501e-15, - -3.524958103184872e-15 - ] - ], - [ - 2.2333333492279053, - [ - 6.529140949249268, - -1.7763555688508296e-15, - 2.220446049250313e-15 - ] - ], - [ - 2.4666666984558105, - [ - 6.135465621948242, - 1.7763568394002505e-15, - -1.7763587452243818e-15 - ] - ], - [ - 2.5, - [ - 6.080301761627197, - 2.220446049250313e-16, - -4.440892098500626e-15 - ] - ], - [ - 2.5333333015441895, - [ - 6.0266923904418945, - -3.330657162474649e-16, - -8.881784197001252e-16 - ] - ], - [ - 2.566666603088379, - [ - 5.975306987762451, - -2.220446049250313e-15, - -1.0658141036401503e-14 - ] - ], - [ - 2.5999999046325684, - [ - 5.926812648773193, - -5.452596716126318e-26, - 2.6645352591003757e-15 - ] - ], - [ - 2.633333444595337, - [ - 5.881876468658447, - -2.6645397060233488e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.6666667461395264, - [ - 5.841166019439697, - -3.1086244689504383e-15, - -8.88176640930936e-15 - ] - ], - [ - 2.700000047683716, - [ - 5.805363655090332, - -1.7763552512134744e-15, - -1.0905202368567579e-26 - ] - ], - [ - 2.7333333492279053, - [ - 5.775156021118164, - -8.881777844254148e-16, - -1.7763568394002505e-15 - ] - ], - [ - 2.7666666507720947, - [ - 5.751216888427734, - 8.881784197001252e-16, - 7.105427357601002e-15 - ] - ], - [ - 2.799999952316284, - [ - 5.734220504760742, - 1.2701700608275733e-21, - -1.7763479455543043e-15 - ] - ], - [ - 2.933333396911621, - [ - 5.740973949432373, - -2.6645352591003757e-15, - 1.7763568394002505e-15 - ] - ], - [ - 2.9666666984558105, - [ - 5.757847785949707, - 2.1169476443405228e-21, - -5.3290705182007514e-15 - ] - ], - [ - 3.0, - [ - 5.77946138381958, - 1.7763568394002505e-15, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.805042743682861, - -3.552713678800501e-15, - -5.3290705182007514e-15 - ] - ], - [ - 3.066666603088379, - [ - 5.833820819854736, - -1.7763600157738027e-15, - -3.552721302097026e-15 - ] - ], - [ - 3.0999999046325684, - [ - 5.865022659301758, - -2.908488865611863e-26, - 3.552713678800501e-15 - ] - ], - [ - 3.299999952316284, - [ - 6.0649495124816895, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.3333332538604736, - [ - 6.096482276916504, - -3.186557404321612e-26, - -6.373114808643224e-26 - ] - ], - [ - 3.366666555404663, - [ - 6.126557350158691, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 6.154790878295898, - -1.7763568394002505e-15, - 3.552713678800501e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.1807990074157715, - 5.3290705182007514e-15, - -3.552722572646447e-15 - ] - ], - [ - 3.4666666984558105, - [ - 6.204196453094482, - -1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 3.5, - [ - 6.2245988845825195, - 0.0, - -5.3290705182007514e-15 - ] - ], - [ - 3.5333333015441895, - [ - 6.2416205406188965, - 3.552713678800501e-15, - 1.7763568394002505e-15 - ] - ], - [ - 3.566666603088379, - [ - 6.254876613616943, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 3.633333444595337, - [ - 6.26963472366333, - -3.552713678800501e-15, - -1.7763568394002505e-15 - ] - ], - [ - 3.799999952316284, - [ - 6.25252628326416, - 0.0, - 2.6645352591003757e-15 - ] - ], - [ - 3.8333332538604736, - [ - 6.239912033081055, - 0.0, - -8.881719081343432e-16 - ] - ], - [ - 3.866666555404663, - [ - 6.2246527671813965, - 0.0, - -2.6645352591003757e-15 - ] - ], - [ - 3.9000000953674316, - [ - 6.2075886726379395, - -3.552723843195868e-15, - 3.552713678800501e-15 - ] - ], - [ - 3.9666666984558105, - [ - 6.169130325317383, - -3.5527085966028174e-15, - 9.693516640379971e-27 - ] - ], - [ - 4.199999809265137, - [ - 6.017458438873291, - 5.0806842014987714e-20, - 3.552713678800501e-15 - ] - ], - [ - 4.266666889190674, - [ - 5.978160381317139, - -4.749804973007511e-25, - -1.7763568394002505e-15 - ] - ], - [ - 4.300000190734863, - [ - 5.960531234741211, - -3.552713678800501e-15, - -5.3290705182007514e-15 - ] - ], - [ - 4.333333492279053, - [ - 5.944611549377441, - -3.552713678800501e-15, - 3.552713678800501e-15 - ] - ], - [ - 4.366666793823242, - [ - 5.930666446685791, - -3.552713678800501e-15, - -1.0161345138542815e-20 - ] - ], - [ - 4.433333396911621, - [ - 5.909780979156494, - -1.0658141036401503e-14, - -1.7763568394002505e-15 - ] - ], - [ - 4.566666603088379, - [ - 5.903515338897705, - -3.552713678800501e-15, - 3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 5.915491104125977, - -1.0658141036401503e-14, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 5.939952373504639, - -7.10544006309521e-15, - -1.7763466750048834e-15 - ] - ], - [ - 4.666666507720947, - [ - 5.975671291351318, - -3.552713678800501e-15, - -5.3290578127065426e-15 - ] - ], - [ - 4.699999809265137, - [ - 6.021407604217529, - -5.3290705182007514e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.075906276702881, - -3.5527289253935515e-15, - -3.552749254184286e-15 - ] - ], - [ - 4.766666889190674, - [ - 6.137894153594971, - -8.881784197001252e-16, - 3.552713678800501e-15 - ] - ], - [ - 4.800000190734863, - [ - 6.206079959869385, - -1.3322676295501878e-15, - -3.552749254184286e-15 - ] - ], - [ - 4.833333492279053, - [ - 6.279153823852539, - -1.1102230246251565e-16, - -8.881784197001252e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.355805397033691, - -2.2204563724643577e-16, - -7.105413381557372e-15 - ] - ], - [ - 5.0, - [ - 6.675802707672119, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 5.0333333015441895, - [ - 6.7530131340026855, - -8.881784197001252e-16, - -5.3290705182007514e-15 - ] - ], - [ - 5.066666603088379, - [ - 6.82656717300415, - 1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 5.099999904632568, - [ - 6.895191669464111, - 1.7763568394002505e-15, - -5.3290578127065426e-15 - ] - ], - [ - 5.133333206176758, - [ - 6.957613945007324, - -1.7763568394002505e-15, - -7.1054210048538975e-15 - ] - ], - [ - 5.166666507720947, - [ - 7.012560844421387, - -8.363286323606246e-21, - -8.881784197001252e-15 - ] - ], - [ - 5.199999809265137, - [ - 7.058757305145264, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 5.233333110809326, - [ - 7.094928741455078, - 1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.1198015213012695, - 3.552713678800501e-15, - -2.6645352591003757e-15 - ] - ], - [ - 5.400000095367432, - [ - 7.112708568572998, - -5.3290705182007514e-15, - 7.105427357601002e-15 - ] - ], - [ - 5.433333396911621, - [ - 7.091943740844727, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.065135955810547, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 5.5, - [ - 7.032949447631836, - 1.7763568394002505e-15, - -6.217248937900877e-15 - ] - ], - [ - 5.5333333015441895, - [ - 6.996049880981445, - 1.7763568394002505e-15, - -8.881784197001252e-16 - ] - ], - [ - 5.566666603088379, - [ - 6.95510196685791, - 3.552713678800501e-15, - -2.6645320827268235e-15 - ] - ], - [ - 5.599999904632568, - [ - 6.910769939422607, - 8.724153266687912e-26, - -3.9968028886505635e-15 - ] - ], - [ - 5.633333206176758, - [ - 6.863718509674072, - 1.7763568394002505e-15, - 1.3322676295501878e-15 - ] - ], - [ - 5.699999809265137, - [ - 6.764112949371338, - 1.744827448590155e-25, - -1.3322676295501878e-15 - ] - ], - [ - 5.800000190734863, - [ - 6.610904216766357, - 1.744827448590155e-25, - -1.7763568394002505e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.561470031738281, - 1.7763568394002505e-15, - -8.909539772616881e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.513960838317871, - -1.7763568394002505e-15, - -1.776337463521582e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.4690327644348145, - 1.7763568394002505e-15, - 1.3322676295501878e-15 - ] - ], - [ - 5.933333396911621, - [ - 6.427347660064697, - 1.7763568394002505e-15, - -1.11022810682284e-15 - ] - ], - [ - 5.9666666984558105, - [ - 6.389566898345947, - 2.6645352591003757e-15, - -3.9968028886505635e-15 - ] - ], - [ - 6.0, - [ - 6.356349945068359, - 1.7763568394002505e-15, - -1.3322676295501878e-15 - ] - ], - [ - 6.0333333015441895, - [ - 6.328356742858887, - 3.6354323557159894e-27, - 1.7763568394002505e-15 - ] - ], - [ - 6.066666603088379, - [ - 6.306247234344482, - 0.0, - 1.7763568394002505e-15 - ] - ], - [ - 6.099999904632568, - [ - 6.290682792663574, - 1.7763568394002505e-15, - -4.440892098500626e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.298219203948975, - 2.6645352591003757e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.3125152587890625, - 8.881709552222776e-16, - -4.440874310808734e-15 - ] - ], - [ - 6.300000190734863, - [ - 6.330260276794434, - 4.440892098500626e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.333333492279053, - [ - 6.350991725921631, - 1.7763568394002505e-15, - -5.3290705182007514e-15 - ] - ], - [ - 6.366666793823242, - [ - 6.374244689941406, - 3.877399260581002e-26, - -1.7763568394002505e-15 - ] - ], - [ - 6.400000095367432, - [ - 6.399555683135986, - 8.881784197001252e-16, - -3.552713678800501e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.454494953155518, - 2.886579864025407e-15, - -1.7763568394002505e-15 - ] - ], - [ - 6.599999904632568, - [ - 6.5686187744140625, - 2.1094237467877974e-15, - -3.552723843195868e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.595315456390381, - 6.661338147750939e-16, - -1.0672189805348802e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658315136_681431.json b/lenses/physics-objects/Scene/assets/1646688658315136_681431.json deleted file mode 100644 index c83442c9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658315136_681431.json +++ /dev/null @@ -1,1396 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658315136:681431", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.023915408179163933, - 0.02046450972557068, - 0.011657598428428173, - 0.999436616897583 - ] - ], - [ - 0.30000001192092896, - [ - -0.023964039981365204, - 0.02062162384390831, - 0.012193754315376282, - 0.9994257092475891 - ] - ], - [ - 0.46666666865348816, - [ - -0.023932497948408127, - 0.02084766887128353, - 0.012406284920871258, - 0.9994192719459534 - ] - ], - [ - 0.5, - [ - -0.023689523339271545, - 0.020508062094449997, - 0.014587625861167908, - 0.999402642250061 - ] - ], - [ - 0.5333333611488342, - [ - -0.022995229810476303, - 0.01957489363849163, - 0.020280102267861366, - 0.9993382692337036 - ] - ], - [ - 0.5666666626930237, - [ - -0.021848486736416817, - 0.01834603026509285, - 0.028293048962950706, - 0.999192476272583 - ] - ], - [ - 0.6000000238418579, - [ - -0.02029951848089695, - 0.017098698765039444, - 0.037438683211803436, - 0.9989464282989502 - ] - ], - [ - 0.6333333253860474, - [ - -0.018508775159716606, - 0.016043180599808693, - 0.046541884541511536, - 0.9986159801483154 - ] - ], - [ - 0.6666666865348816, - [ - -0.016756571829319, - 0.015295707620680332, - 0.05444580689072609, - 0.9982589483261108 - ] - ], - [ - 0.699999988079071, - [ - -0.01541309803724289, - 0.014882058836519718, - 0.060011375695466995, - 0.9979678392410278 - ] - ], - [ - 0.7333333492279053, - [ - -0.01487814076244831, - 0.014781883917748928, - 0.06210976839065552, - 0.9978489279747009 - ] - ], - [ - 0.8999999761581421, - [ - -0.0148452278226614, - 0.015020616352558136, - 0.061934005469083786, - 0.9978567957878113 - ] - ], - [ - 1.0333333015441895, - [ - -0.014822364784777164, - 0.015123223885893822, - 0.06162605807185173, - 0.9978746771812439 - ] - ], - [ - 1.1666666269302368, - [ - -0.01480917539447546, - 0.015093443915247917, - 0.06114903464913368, - 0.9979046583175659 - ] - ], - [ - 1.2000000476837158, - [ - -0.01476195827126503, - 0.01505495049059391, - 0.06083235144615173, - 0.9979252815246582 - ] - ], - [ - 1.2333333492279053, - [ - -0.014627939090132713, - 0.01502289529889822, - 0.060260970145463943, - 0.9979624152183533 - ] - ], - [ - 1.2666666507720947, - [ - -0.014414703473448753, - 0.014997411519289017, - 0.059462256729602814, - 0.9980137944221497 - ] - ], - [ - 1.2999999523162842, - [ - -0.014130252413451672, - 0.014983455650508404, - 0.058501217514276505, - 0.9980748891830444 - ] - ], - [ - 1.3333333730697632, - [ - -0.01378241740167141, - 0.01498491782695055, - 0.057432323694229126, - 0.998141884803772 - ] - ], - [ - 1.3666666746139526, - [ - -0.013378276489675045, - 0.014999838545918465, - 0.05626671016216278, - 0.9982134699821472 - ] - ], - [ - 1.399999976158142, - [ - -0.012924975715577602, - 0.015026010572910309, - 0.055014483630657196, - 0.9982888102531433 - ] - ], - [ - 1.4333332777023315, - [ - -0.012429731898009777, - 0.015061512589454651, - 0.05368504300713539, - 0.9983669519424438 - ] - ], - [ - 1.4666666984558105, - [ - -0.011899947188794613, - 0.015104302205145359, - 0.0522872656583786, - 0.998447060585022 - ] - ], - [ - 1.5, - [ - -0.011343211866915226, - 0.015152586624026299, - 0.050829753279685974, - 0.9985279440879822 - ] - ], - [ - 1.5333333015441895, - [ - -0.010767374187707901, - 0.015204711817204952, - 0.049321047961711884, - 0.998609185218811 - ] - ], - [ - 1.5666667222976685, - [ - -0.01018053200095892, - 0.015259388834238052, - 0.047769561409950256, - 0.9986899495124817 - ] - ], - [ - 1.600000023841858, - [ - -0.009591098874807358, - 0.015315462835133076, - 0.04618401452898979, - 0.9987695813179016 - ] - ], - [ - 1.6333333253860474, - [ - -0.00900777243077755, - 0.015372266992926598, - 0.044573236256837845, - 0.998847246170044 - ] - ], - [ - 1.6666666269302368, - [ - -0.00843957718461752, - 0.015429352410137653, - 0.04294644296169281, - 0.99892258644104 - ] - ], - [ - 1.7000000476837158, - [ - -0.007895817048847675, - 0.01548682525753975, - 0.04131314158439636, - 0.9989950060844421 - ] - ], - [ - 1.7333333492279053, - [ - -0.007386111654341221, - 0.015545046888291836, - 0.03968329355120659, - 0.9990640878677368 - ] - ], - [ - 1.7666666507720947, - [ - -0.006920318119227886, - 0.01560501754283905, - 0.03806724026799202, - 0.9991293549537659 - ] - ], - [ - 1.7999999523162842, - [ - -0.006508553400635719, - 0.01566789112985134, - 0.03647571802139282, - 0.9991905093193054 - ] - ], - [ - 1.8333333730697632, - [ - -0.00616112258285284, - 0.015735499560832977, - 0.03491993993520737, - 0.9992472529411316 - ] - ], - [ - 1.8666666746139526, - [ - -0.00588850537315011, - 0.01580996997654438, - 0.033411577343940735, - 0.9992992877960205 - ] - ], - [ - 1.899999976158142, - [ - -0.005701553076505661, - 0.01588752493262291, - 0.031951405107975006, - 0.9993469715118408 - ] - ], - [ - 1.9333332777023315, - [ - -0.0056113507598638535, - 0.015961969271302223, - 0.030536450445652008, - 0.9993905425071716 - ] - ], - [ - 1.9666666984558105, - [ - -0.005779508966952562, - 0.016013940796256065, - 0.0290641151368618, - 0.9994325637817383 - ] - ], - [ - 2.0, - [ - -0.006330156698822975, - 0.016032971441745758, - 0.027437495067715645, - 0.9994748830795288 - ] - ], - [ - 2.0333333015441895, - [ - -0.007218834012746811, - 0.01603448949754238, - 0.02568507008254528, - 0.9995154142379761 - ] - ], - [ - 2.066666603088379, - [ - -0.008401564322412014, - 0.01603461429476738, - 0.023840779438614845, - 0.9995519518852234 - ] - ], - [ - 2.0999999046325684, - [ - -0.009833842515945435, - 0.01604548655450344, - 0.021928338333964348, - 0.9995824098587036 - ] - ], - [ - 2.133333444595337, - [ - -0.011471446603536606, - 0.016077356413006783, - 0.019971836358308792, - 0.9996054768562317 - ] - ], - [ - 2.1666667461395264, - [ - -0.013270429335534573, - 0.0161382257938385, - 0.017995741218328476, - 0.9996198415756226 - ] - ], - [ - 2.200000047683716, - [ - -0.015187299810349941, - 0.016233818605542183, - 0.016024718061089516, - 0.9996245503425598 - ] - ], - [ - 2.2333333492279053, - [ - -0.017179008573293686, - 0.016367023810744286, - 0.014083750545978546, - 0.9996192455291748 - ] - ], - [ - 2.2666666507720947, - [ - -0.019202981144189835, - 0.016538191586732864, - 0.012197943404316902, - 0.9996044039726257 - ] - ], - [ - 2.299999952316284, - [ - -0.02121712826192379, - 0.01674509048461914, - 0.010392395779490471, - 0.9995806217193604 - ] - ], - [ - 2.3333332538604736, - [ - -0.023179851472377777, - 0.0169830322265625, - 0.008692087605595589, - 0.9995492696762085 - ] - ], - [ - 2.366666555404663, - [ - -0.02505003847181797, - 0.01724529080092907, - 0.007121773436665535, - 0.9995120763778687 - ] - ], - [ - 2.4000000953674316, - [ - -0.027204647660255432, - 0.017553992569446564, - 0.005631649401038885, - 0.999459981918335 - ] - ], - [ - 2.433333396911621, - [ - -0.02990155667066574, - 0.01793115958571434, - 0.004179483745247126, - 0.999383270740509 - ] - ], - [ - 2.4666666984558105, - [ - -0.03292255848646164, - 0.018361929804086685, - 0.0028011540416628122, - 0.9992852807044983 - ] - ], - [ - 2.5, - [ - -0.03605159372091293, - 0.018823139369487762, - 0.0015321816317737103, - 0.9991714954376221 - ] - ], - [ - 2.5333333015441895, - [ - -0.039075467735528946, - 0.019283829256892204, - 0.0004071573494002223, - 0.9990500807762146 - ] - ], - [ - 2.566666603088379, - [ - -0.041783906519412994, - 0.01970675028860569, - -0.0005406562704592943, - 0.9989321827888489 - ] - ], - [ - 2.5999999046325684, - [ - -0.043969158083200455, - 0.020050568506121635, - -0.0012794521171599627, - 0.9988308548927307 - ] - ], - [ - 2.633333444595337, - [ - -0.04542490094900131, - 0.020272783935070038, - -0.0017786291427910328, - 0.998760461807251 - ] - ], - [ - 2.6666667461395264, - [ - -0.04594448581337929, - 0.020333286374807358, - -0.0020081372931599617, - 0.9987350106239319 - ] - ], - [ - 2.799999952316284, - [ - -0.04585716128349304, - 0.020156633108854294, - -0.002353953430429101, - 0.998741865158081 - ] - ], - [ - 2.933333396911621, - [ - -0.04559221863746643, - 0.019966863095760345, - -0.002447835635393858, - 0.998757541179657 - ] - ], - [ - 2.9666666984558105, - [ - -0.045474544167518616, - 0.0199216827750206, - -0.0024082439485937357, - 0.998763918876648 - ] - ], - [ - 3.0333333015441895, - [ - -0.045187924057245255, - 0.019835887476801872, - -0.0022657192312180996, - 0.9987789988517761 - ] - ], - [ - 3.066666603088379, - [ - -0.04502592608332634, - 0.019795823842287064, - -0.002168467501178384, - 0.9987872838973999 - ] - ], - [ - 3.0999999046325684, - [ - -0.04485611990094185, - 0.01975814253091812, - -0.002057656878605485, - 0.9987959265708923 - ] - ], - [ - 3.1666667461395264, - [ - -0.04450716823339462, - 0.019690630957484245, - -0.0018065653275698423, - 0.9988133311271667 - ] - ], - [ - 3.2333333492279053, - [ - -0.044156838208436966, - 0.019636232405900955, - -0.0015198438195511699, - 0.9988304376602173 - ] - ], - [ - 3.2666666507720947, - [ - -0.04396353289484978, - 0.01961623691022396, - -0.0013418094022199512, - 0.9988396167755127 - ] - ], - [ - 3.299999952316284, - [ - -0.04375915974378586, - 0.019601784646511078, - -0.001144593465141952, - 0.9988491535186768 - ] - ], - [ - 3.3333332538604736, - [ - -0.043547678738832474, - 0.019593166187405586, - -0.0009351266780868173, - 0.9988587498664856 - ] - ], - [ - 3.4000000953674316, - [ - -0.04311930760741234, - 0.0195947103202343, - -0.0005070052575320005, - 0.9988776445388794 - ] - ], - [ - 3.5, - [ - -0.04252297058701515, - 0.01964658871293068, - 5.177639832254499e-05, - 0.9989023208618164 - ] - ], - [ - 3.566666603088379, - [ - -0.04220321774482727, - 0.019699828699231148, - 0.0002580154687166214, - 0.9989147782325745 - ] - ], - [ - 3.5999999046325684, - [ - -0.04249618947505951, - 0.01917504146695137, - -0.0009039449505507946, - 0.9989122152328491 - ] - ], - [ - 3.633333444595337, - [ - -0.04354963079094887, - 0.017774557694792747, - -0.004047786351293325, - 0.998884916305542 - ] - ], - [ - 3.6666667461395264, - [ - -0.04522969573736191, - 0.015857987105846405, - -0.008493767119944096, - 0.9988146424293518 - ] - ], - [ - 3.700000047683716, - [ - -0.04736201465129852, - 0.013769188895821571, - -0.013566836714744568, - 0.9986907243728638 - ] - ], - [ - 3.7333333492279053, - [ - -0.049686457961797714, - 0.011804169043898582, - -0.018605532124638557, - 0.9985218048095703 - ] - ], - [ - 3.7666666507720947, - [ - -0.05184895917773247, - 0.010195951908826828, - -0.02296886220574379, - 0.9983386993408203 - ] - ], - [ - 3.799999952316284, - [ - -0.05342373624444008, - 0.009121737442910671, - -0.02603595145046711, - 0.9981907606124878 - ] - ], - [ - 3.8333332538604736, - [ - -0.05395932495594025, - 0.00873563066124916, - -0.027195610105991364, - 0.9981346130371094 - ] - ], - [ - 3.9666666984558105, - [ - -0.05327373370528221, - 0.008795233443379402, - -0.027190908789634705, - 0.9981710314750671 - ] - ], - [ - 4.0, - [ - -0.053055036813020706, - 0.008812583051621914, - -0.027173934504389763, - 0.9981828927993774 - ] - ], - [ - 4.0333333015441895, - [ - -0.05282054841518402, - 0.008831774815917015, - -0.02714415453374386, - 0.9981959462165833 - ] - ], - [ - 4.066666603088379, - [ - -0.05257181450724602, - 0.008853272534906864, - -0.027098309248685837, - 0.9982101321220398 - ] - ], - [ - 4.099999904632568, - [ - -0.052310410887002945, - 0.008877577260136604, - -0.027033163234591484, - 0.9982254505157471 - ] - ], - [ - 4.166666507720947, - [ - -0.0517558827996254, - 0.008936518803238869, - -0.026831986382603645, - 0.9982592463493347 - ] - ], - [ - 4.199999809265137, - [ - -0.051465943455696106, - 0.00897202081978321, - -0.026689480990171432, - 0.9982777237892151 - ] - ], - [ - 4.233333110809326, - [ - -0.051169708371162415, - 0.0090121915563941, - -0.026514718309044838, - 0.9982972741127014 - ] - ], - [ - 4.266666889190674, - [ - -0.05086882412433624, - 0.009057492949068546, - -0.026304449886083603, - 0.9983177781105042 - ] - ], - [ - 4.300000190734863, - [ - -0.0505649708211422, - 0.009108377620577812, - -0.026055477559566498, - 0.9983392953872681 - ] - ], - [ - 4.333333492279053, - [ - -0.05025986582040787, - 0.009165407158434391, - -0.025764554738998413, - 0.9983617067337036 - ] - ], - [ - 4.366666793823242, - [ - -0.049955252557992935, - 0.009228921495378017, - -0.025428468361496925, - 0.9983850717544556 - ] - ], - [ - 4.400000095367432, - [ - -0.049652934074401855, - 0.009299442172050476, - -0.02504400722682476, - 0.9984092116355896 - ] - ], - [ - 4.433333396911621, - [ - -0.049354780465364456, - 0.009377490729093552, - -0.024607965722680092, - 0.9984341859817505 - ] - ], - [ - 4.4666666984558105, - [ - -0.04906304553151131, - 0.009458095766603947, - -0.024124179035425186, - 0.99845951795578 - ] - ], - [ - 4.5, - [ - -0.04878002032637596, - 0.009537816978991032, - -0.023595094680786133, - 0.9984853863716125 - ] - ], - [ - 4.5333333015441895, - [ - -0.04850758984684944, - 0.009619289077818394, - -0.023015182465314865, - 0.9985113739967346 - ] - ], - [ - 4.566666603088379, - [ - -0.048248302191495895, - 0.009742856957018375, - -0.021867042407393456, - 0.9985485672950745 - ] - ], - [ - 4.599999904632568, - [ - -0.04800727590918541, - 0.009941508062183857, - -0.01979176513850689, - 0.9986013770103455 - ] - ], - [ - 4.633333206176758, - [ - -0.04779063165187836, - 0.010203254409134388, - -0.017020991072058678, - 0.9986602067947388 - ] - ], - [ - 4.666666507720947, - [ - -0.047601550817489624, - 0.01051099319010973, - -0.013788452371954918, - 0.9987159371376038 - ] - ], - [ - 4.699999809265137, - [ - -0.04743800312280655, - 0.010846929624676704, - -0.010325835086405277, - 0.9987618923187256 - ] - ], - [ - 4.733333110809326, - [ - -0.047290973365306854, - 0.011192497797310352, - -0.0068643721751868725, - 0.9987948536872864 - ] - ], - [ - 4.766666889190674, - [ - -0.04714389890432358, - 0.011528491042554379, - -0.00363610265776515, - 0.9988149404525757 - ] - ], - [ - 4.800000190734863, - [ - -0.04697329178452492, - 0.011834786273539066, - -0.0008753871079534292, - 0.9988256692886353 - ] - ], - [ - 4.833333492279053, - [ - -0.04675048217177391, - 0.012089889496564865, - 0.001180741935968399, - 0.9988327622413635 - ] - ], - [ - 4.866666793823242, - [ - -0.04644453898072243, - 0.012270038016140461, - 0.002291547367349267, - 0.9988428950309753 - ] - ], - [ - 4.900000095367432, - [ - -0.04608231410384178, - 0.01240705419331789, - 0.0028385468758642673, - 0.9988566637039185 - ] - ], - [ - 4.933333396911621, - [ - -0.045711178332567215, - 0.01255041640251875, - 0.0033676098100841045, - 0.9988701939582825 - ] - ], - [ - 4.9666666984558105, - [ - -0.04533161595463753, - 0.012700708582997322, - 0.003881175769492984, - 0.9988837242126465 - ] - ], - [ - 5.0, - [ - -0.04494400694966316, - 0.012858474627137184, - 0.004381295293569565, - 0.9988972544670105 - ] - ], - [ - 5.0333333015441895, - [ - -0.04454866051673889, - 0.013024388812482357, - 0.004869791679084301, - 0.9989104270935059 - ] - ], - [ - 5.066666603088379, - [ - -0.0441458523273468, - 0.013199076987802982, - 0.0053483666852116585, - 0.9989235997200012 - ] - ], - [ - 5.099999904632568, - [ - -0.04373578354716301, - 0.013383330777287483, - 0.005818613804876804, - 0.9989365339279175 - ] - ], - [ - 5.133333206176758, - [ - -0.04331864416599274, - 0.013577902689576149, - 0.006282156798988581, - 0.9989492893218994 - ] - ], - [ - 5.166666507720947, - [ - -0.04289456084370613, - 0.013783722184598446, - 0.006740660406649113, - 0.998961865901947 - ] - ], - [ - 5.199999809265137, - [ - -0.04246378317475319, - 0.013997307047247887, - 0.007188072428107262, - 0.998974084854126 - ] - ], - [ - 5.233333110809326, - [ - -0.042026620358228683, - 0.014212919399142265, - 0.007614366244524717, - 0.9989863634109497 - ] - ], - [ - 5.266666889190674, - [ - -0.041583187878131866, - 0.014428725466132164, - 0.008015071973204613, - 0.9989987015724182 - ] - ], - [ - 5.300000190734863, - [ - -0.04113362729549408, - 0.014642446301877499, - 0.00838532205671072, - 0.9990111589431763 - ] - ], - [ - 5.333333492279053, - [ - -0.040678471326828, - 0.014854902401566505, - 0.00872830580919981, - 0.9990237355232239 - ] - ], - [ - 5.366666793823242, - [ - -0.040218546986579895, - 0.015068131498992443, - 0.009051088243722916, - 0.9990363121032715 - ] - ], - [ - 5.400000095367432, - [ - -0.03975426033139229, - 0.015281764790415764, - 0.0093541843816638, - 0.9990488290786743 - ] - ], - [ - 5.433333396911621, - [ - -0.03928602114319801, - 0.015495548024773598, - 0.00963801983743906, - 0.9990614652633667 - ] - ], - [ - 5.4666666984558105, - [ - -0.03881421312689781, - 0.01570916548371315, - 0.009902875870466232, - 0.9990739822387695 - ] - ], - [ - 5.5, - [ - -0.03833923488855362, - 0.01592213287949562, - 0.010148954577744007, - 0.9990863800048828 - ] - ], - [ - 5.5333333015441895, - [ - -0.03786150738596916, - 0.016134072095155716, - 0.010376399382948875, - 0.9990989565849304 - ] - ], - [ - 5.599999904632568, - [ - -0.036899421364068985, - 0.016552921384572983, - 0.010775643400847912, - 0.9991238713264465 - ] - ], - [ - 5.633333206176758, - [ - -0.03641592338681221, - 0.016758771613240242, - 0.01094749290496111, - 0.999136209487915 - ] - ], - [ - 5.666666507720947, - [ - -0.03593140468001366, - 0.016961419954895973, - 0.011100840754806995, - 0.9991486668586731 - ] - ], - [ - 5.699999809265137, - [ - -0.035446327179670334, - 0.01716025359928608, - 0.011235707439482212, - 0.9991610646247864 - ] - ], - [ - 5.733333110809326, - [ - -0.034961212426424026, - 0.017354672774672508, - 0.011352121829986572, - 0.9991735816001892 - ] - ], - [ - 5.766666889190674, - [ - -0.034476544708013535, - 0.017543958500027657, - 0.011450176127254963, - 0.9991859197616577 - ] - ], - [ - 5.800000190734863, - [ - -0.03399292379617691, - 0.01772741600871086, - 0.011530027724802494, - 0.999198317527771 - ] - ], - [ - 5.833333492279053, - [ - -0.03351091220974922, - 0.017904357984662056, - 0.011591894552111626, - 0.9992108345031738 - ] - ], - [ - 5.866666793823242, - [ - -0.03303111344575882, - 0.018074125051498413, - 0.011636108160018921, - 0.9992231130599976 - ] - ], - [ - 5.900000095367432, - [ - -0.03255417197942734, - 0.01823592558503151, - 0.011663085781037807, - 0.9992356300354004 - ] - ], - [ - 5.9666666984558105, - [ - -0.031611546874046326, - 0.018533101305365562, - 0.011667714454233646, - 0.9992603659629822 - ] - ], - [ - 6.0, - [ - -0.031147250905632973, - 0.018667109310626984, - 0.01164685096591711, - 0.9992725849151611 - ] - ], - [ - 6.066666603088379, - [ - -0.03023620881140232, - 0.018904976546764374, - 0.011567311361432076, - 0.9992971420288086 - ] - ], - [ - 6.133333206176758, - [ - -0.029352106153964996, - 0.019118033349514008, - 0.011480066925287247, - 0.9993204474449158 - ] - ], - [ - 6.166666507720947, - [ - -0.028921501711010933, - 0.019221540540456772, - 0.011448587290942669, - 0.9993312954902649 - ] - ], - [ - 6.199999809265137, - [ - -0.028499018400907516, - 0.019323086366057396, - 0.011426819488406181, - 0.9993417263031006 - ] - ], - [ - 6.233333110809326, - [ - -0.028084727004170418, - 0.019420869648456573, - 0.011410890147089958, - 0.9993517398834229 - ] - ], - [ - 6.266666889190674, - [ - -0.02767885848879814, - 0.01951540820300579, - 0.011400789022445679, - 0.9993613362312317 - ] - ], - [ - 6.300000190734863, - [ - -0.02728172391653061, - 0.019607190042734146, - 0.011396370828151703, - 0.9993705153465271 - ] - ], - [ - 6.366666793823242, - [ - -0.026515237987041473, - 0.019784661009907722, - 0.011403756216168404, - 0.9993875622749329 - ] - ], - [ - 6.400000095367432, - [ - -0.026147017255425453, - 0.019871193915605545, - 0.011415019631385803, - 0.9993954300880432 - ] - ], - [ - 6.4666666984558105, - [ - -0.02544517070055008, - 0.020041219890117645, - 0.011451180092990398, - 0.9994097352027893 - ] - ], - [ - 6.5, - [ - -0.02511451579630375, - 0.020124835893511772, - 0.011475438252091408, - 0.9994161128997803 - ] - ], - [ - 6.5333333015441895, - [ - -0.024800632148981094, - 0.02020721510052681, - 0.011503458954393864, - 0.9994219541549683 - ] - ], - [ - 6.566666603088379, - [ - -0.02450784668326378, - 0.020287323743104935, - 0.01153506524860859, - 0.9994271993637085 - ] - ], - [ - 6.633333206176758, - [ - -0.02402649261057377, - 0.020428849384188652, - 0.011609802953898907, - 0.9994352459907532 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658315302_681438.json b/lenses/physics-objects/Scene/assets/1646688658315302_681438.json deleted file mode 100644 index ebec620b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658315302_681438.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658315302:681438", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658316240_681451.json b/lenses/physics-objects/Scene/assets/1646688658316240_681451.json deleted file mode 100644 index 9a3761d4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658316240_681451.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658316240:681451", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.540391445159912, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.198159217834473, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 5.76924991607666, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 5.363285064697266, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.0893473625183105, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.068422317504883, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.388131141662598, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.87137508392334, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 6.305295944213867, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.475950717926025, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 6.242915630340576, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.751884937286377, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 5.217187881469727, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 4.851180076599121, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 4.828135967254639, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.0581512451171875, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.421755313873291, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 5.810194969177246, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 6.113924503326416, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.223798751831055, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 6.0687408447265625, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 5.724577903747559, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 5.301242351531982, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 4.9081244468688965, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 4.653782844543457, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 4.659397602081299, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.014693737030029, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.544130802154541, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 6.032432556152344, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 6.262576580047607, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 6.097644805908203, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 5.687546253204346, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 5.245296001434326, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 4.982260704040527, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 5.067573547363281, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 5.403496265411377, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.870226860046387, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 6.357295513153076, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 6.753531455993652, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.9479594230651855, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.871163368225098, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.600349426269531, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 6.243899822235107, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 5.909931659698486, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 5.706154823303223, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 5.754636287689209, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.131871700286865, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.652023792266846, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 7.102278232574463, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 7.270223140716553, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.02716064453125, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.529537200927734, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 5.992214202880859, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 5.62857723236084, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 5.606588840484619, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 5.826107025146484, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 6.169455051422119, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 6.52783203125, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 6.7919158935546875, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 6.852899074554443, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 6.646009922027588, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.252625942230225, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 5.783215045928955, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 5.347792625427246, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 5.055630683898926, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 5.030750751495361, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.345818519592285, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.815781116485596, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.228062152862549, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.368836402893066, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 6.11267614364624, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.618986129760742, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.103941440582275, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.782019138336182, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 4.814279556274414, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.091306686401367, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.496212959289551, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.919575214385986, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 6.251091480255127, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 6.380809307098389, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 6.246529579162598, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.930973052978516, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.543271064758301, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.1920576095581055, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.985445499420166, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.047741889953613, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.443008899688721, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.982288837432861, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 6.452317714691162, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 6.638742923736572, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 6.421692848205566, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 5.963014602661133, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 5.476405620574951, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 5.174407005310059, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 5.216254711151123, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 5.492130279541016, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.886011600494385, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 6.289261817932129, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.531249046325684, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.686097145080566, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658316407_681458.json b/lenses/physics-objects/Scene/assets/1646688658316407_681458.json deleted file mode 100644 index 22bd55a7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658316407_681458.json +++ /dev/null @@ -1,910 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658316407:681458", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.0240598376840353, - 0.02015869691967964, - 0.02051718719303608, - 0.9992966651916504 - ] - ], - [ - 0.10000000149011612, - [ - -0.023893795907497406, - 0.020350195467472076, - 0.019757511094212532, - 0.999312162399292 - ] - ], - [ - 0.13333334028720856, - [ - -0.023739587515592575, - 0.020353151485323906, - 0.018780307844281197, - 0.9993346333503723 - ] - ], - [ - 0.1666666716337204, - [ - -0.023563610389828682, - 0.020400747656822205, - 0.017791394144296646, - 0.9993557929992676 - ] - ], - [ - 0.20000000298023224, - [ - -0.023399079218506813, - 0.020689668133854866, - 0.017323600128293037, - 0.9993619322776794 - ] - ], - [ - 0.23333333432674408, - [ - -0.023297540843486786, - 0.021503368392586708, - 0.018133295699954033, - 0.9993327856063843 - ] - ], - [ - 0.2666666805744171, - [ - -0.02329365350306034, - 0.023029258474707603, - 0.0207534097135067, - 0.9992479085922241 - ] - ], - [ - 0.30000001192092896, - [ - -0.023326799273490906, - 0.02479245327413082, - 0.02408132702112198, - 0.9991302490234375 - ] - ], - [ - 0.3333333432674408, - [ - -0.0233487319201231, - 0.02625354193150997, - 0.026884591206908226, - 0.9990209341049194 - ] - ], - [ - 0.36666667461395264, - [ - -0.023339414969086647, - 0.02691671811044216, - 0.028088681399822235, - 0.9989703893661499 - ] - ], - [ - 0.4000000059604645, - [ - -0.02339174970984459, - 0.025426283478736877, - 0.025778604671359062, - 0.9990705847740173 - ] - ], - [ - 0.4333333373069763, - [ - -0.02349168434739113, - 0.022326435893774033, - 0.020962810143828392, - 0.9992548227310181 - ] - ], - [ - 0.46666666865348816, - [ - -0.02352617122232914, - 0.019497409462928772, - 0.016375288367271423, - 0.999398946762085 - ] - ], - [ - 0.5, - [ - -0.023479746654629707, - 0.018097134307026863, - 0.01381082646548748, - 0.9994651079177856 - ] - ], - [ - 0.5333333611488342, - [ - -0.023380566388368607, - 0.01885911077260971, - 0.014511591754853725, - 0.9994434118270874 - ] - ], - [ - 0.5666666626930237, - [ - -0.023238306865096092, - 0.02129814401268959, - 0.0178113654255867, - 0.9993444681167603 - ] - ], - [ - 0.6000000238418579, - [ - -0.023079346865415573, - 0.024475857615470886, - 0.022448835894465446, - 0.9991819262504578 - ] - ], - [ - 0.6333333253860474, - [ - -0.023031722754240036, - 0.026616012677550316, - 0.02603682316839695, - 0.9990411400794983 - ] - ], - [ - 0.6666666865348816, - [ - -0.023157643154263496, - 0.02666459232568741, - 0.026900196447968483, - 0.9990140795707703 - ] - ], - [ - 0.699999988079071, - [ - -0.02332213707268238, - 0.0254653412848711, - 0.0257400069385767, - 0.9990721940994263 - ] - ], - [ - 0.7333333492279053, - [ - -0.023449484258890152, - 0.023534266278147697, - 0.023062655702233315, - 0.999181866645813 - ] - ], - [ - 0.7666666507720947, - [ - -0.02351008728146553, - 0.021455101668834686, - 0.01977221854031086, - 0.9992978572845459 - ] - ], - [ - 0.800000011920929, - [ - -0.023498786613345146, - 0.019653119146823883, - 0.016597019508481026, - 0.9993929862976074 - ] - ], - [ - 0.8333333134651184, - [ - -0.02342326007783413, - 0.01846940442919731, - 0.014146068133413792, - 0.999454915523529 - ] - ], - [ - 0.8666666746139526, - [ - -0.023303041234612465, - 0.01825651340186596, - 0.013074168004095554, - 0.9994762539863586 - ] - ], - [ - 0.8999999761581421, - [ - -0.023209869861602783, - 0.019126979634165764, - 0.01392560638487339, - 0.9994506239891052 - ] - ], - [ - 0.9333333373069763, - [ - -0.023200934752821922, - 0.02110038697719574, - 0.01709434576332569, - 0.9993619322776794 - ] - ], - [ - 0.9666666388511658, - [ - -0.02322019822895527, - 0.023525619879364967, - 0.02127932943403721, - 0.999226987361908 - ] - ], - [ - 1.0, - [ - -0.02323661930859089, - 0.025558510795235634, - 0.024845510721206665, - 0.9990943670272827 - ] - ], - [ - 1.0333333015441895, - [ - -0.02326458878815174, - 0.026290863752365112, - 0.026189390569925308, - 0.9990404844284058 - ] - ], - [ - 1.0666667222976685, - [ - -0.023380301892757416, - 0.02455737255513668, - 0.023694142699241638, - 0.9991440773010254 - ] - ], - [ - 1.100000023841858, - [ - -0.02352765202522278, - 0.021400561556220055, - 0.01904902048408985, - 0.9993125796318054 - ] - ], - [ - 1.1333333253860474, - [ - -0.023608937859535217, - 0.018636735156178474, - 0.014879133552312851, - 0.9994367957115173 - ] - ], - [ - 1.1666666269302368, - [ - -0.023624936118721962, - 0.017298726364970207, - 0.01275777630507946, - 0.9994897842407227 - ] - ], - [ - 1.2000000476837158, - [ - -0.023609206080436707, - 0.017965661361813545, - 0.013636123389005661, - 0.9994667768478394 - ] - ], - [ - 1.2333333492279053, - [ - -0.023569447919726372, - 0.020068543031811714, - 0.016684317961335182, - 0.9993816018104553 - ] - ], - [ - 1.2666666507720947, - [ - -0.023527130484580994, - 0.02269672602415085, - 0.020666884258389473, - 0.9992518424987793 - ] - ], - [ - 1.2999999523162842, - [ - -0.023565517738461494, - 0.024376997724175453, - 0.023655269294977188, - 0.9991450905799866 - ] - ], - [ - 1.3333333730697632, - [ - -0.023708408698439598, - 0.02436167187988758, - 0.024486232548952103, - 0.999122142791748 - ] - ], - [ - 1.3666666746139526, - [ - -0.023858651518821716, - 0.023372221738100052, - 0.023754963651299477, - 0.9991597533226013 - ] - ], - [ - 1.399999976158142, - [ - -0.023970408365130424, - 0.02182215079665184, - 0.02186531573534012, - 0.9992352724075317 - ] - ], - [ - 1.4333332777023315, - [ - -0.024031151086091995, - 0.020179077982902527, - 0.019528355449438095, - 0.9993167519569397 - ] - ], - [ - 1.4666666984558105, - [ - -0.024041466414928436, - 0.01879558153450489, - 0.01732851378619671, - 0.9993840456008911 - ] - ], - [ - 1.5, - [ - -0.024008022621273994, - 0.017959656193852425, - 0.015757838264107704, - 0.9994261860847473 - ] - ], - [ - 1.5333333015441895, - [ - -0.023942554369568825, - 0.017959125339984894, - 0.015325053595006466, - 0.9994345307350159 - ] - ], - [ - 1.5666667222976685, - [ - -0.023885712027549744, - 0.018870610743761063, - 0.01641080714762211, - 0.999401867389679 - ] - ], - [ - 1.600000023841858, - [ - -0.02386557310819626, - 0.020669585093855858, - 0.019214008003473282, - 0.9993168711662292 - ] - ], - [ - 1.6333333253860474, - [ - -0.023848649114370346, - 0.02283574640750885, - 0.022745806723833084, - 0.9991958737373352 - ] - ], - [ - 1.6666666269302368, - [ - -0.023819563910365105, - 0.024717042222619057, - 0.025818584486842155, - 0.9990771412849426 - ] - ], - [ - 1.7000000476837158, - [ - -0.023791208863258362, - 0.025565359741449356, - 0.02717285230755806, - 0.999020516872406 - ] - ], - [ - 1.7333333492279053, - [ - -0.023826897144317627, - 0.024304544553160667, - 0.02532367594540119, - 0.9990997314453125 - ] - ], - [ - 1.7666666507720947, - [ - -0.023896899074316025, - 0.021676339209079742, - 0.021410079672932625, - 0.999250054359436 - ] - ], - [ - 1.7999999523162842, - [ - -0.02392251417040825, - 0.019259918481111526, - 0.01764705218374729, - 0.9993724822998047 - ] - ], - [ - 1.8333333730697632, - [ - -0.023889582604169846, - 0.01808868907392025, - 0.015597893856465816, - 0.9994293451309204 - ] - ], - [ - 1.8666666746139526, - [ - -0.023811377584934235, - 0.018825067207217216, - 0.016351299360394478, - 0.9994054436683655 - ] - ], - [ - 1.899999976158142, - [ - -0.023692121729254723, - 0.02101808413863182, - 0.019285019487142563, - 0.9993122816085815 - ] - ], - [ - 1.9333332777023315, - [ - -0.02355462685227394, - 0.023830467835068703, - 0.023296231403946877, - 0.9991669654846191 - ] - ], - [ - 1.9666666984558105, - [ - -0.023496335372328758, - 0.025731859728693962, - 0.02637512981891632, - 0.9990447163581848 - ] - ], - [ - 2.0, - [ - -0.02356751635670662, - 0.025824014097452164, - 0.027133358642458916, - 0.9990202784538269 - ] - ], - [ - 2.0333333015441895, - [ - -0.023670680820941925, - 0.024811841547489166, - 0.026130540296435356, - 0.9990702271461487 - ] - ], - [ - 2.066666603088379, - [ - -0.023748867213726044, - 0.023124411702156067, - 0.02376229129731655, - 0.9991679787635803 - ] - ], - [ - 2.0999999046325684, - [ - -0.023776914924383163, - 0.021275868639349937, - 0.020802533254027367, - 0.9992743730545044 - ] - ], - [ - 2.133333444595337, - [ - -0.023746298626065254, - 0.019667722284793854, - 0.017918478697538376, - 0.999363899230957 - ] - ], - [ - 2.1666667461395264, - [ - -0.023659000173211098, - 0.01863742247223854, - 0.015697859227657318, - 0.999423086643219 - ] - ], - [ - 2.200000047683716, - [ - -0.023522626608610153, - 0.01858234964311123, - 0.01483058463782072, - 0.9994406700134277 - ] - ], - [ - 2.2333333492279053, - [ - -0.02337937243282795, - 0.01978362165391445, - 0.016028115525841713, - 0.9994024038314819 - ] - ], - [ - 2.2666666507720947, - [ - -0.023274069651961327, - 0.022251635789871216, - 0.019657542929053307, - 0.9992881417274475 - ] - ], - [ - 2.299999952316284, - [ - -0.023196006193757057, - 0.025058330968022346, - 0.024179967120289803, - 0.99912428855896 - ] - ], - [ - 2.3333332538604736, - [ - -0.02319282479584217, - 0.026738550513982773, - 0.027230847626924515, - 0.9990023374557495 - ] - ], - [ - 2.366666555404663, - [ - -0.0233021080493927, - 0.026183022186160088, - 0.026895903050899506, - 0.9990236759185791 - ] - ], - [ - 2.4000000953674316, - [ - -0.02342529408633709, - 0.023924309760332108, - 0.023565664887428284, - 0.999161422252655 - ] - ], - [ - 2.433333396911621, - [ - -0.02349007874727249, - 0.021179215982556343, - 0.019114404916763306, - 0.999316930770874 - ] - ], - [ - 2.4666666984558105, - [ - -0.02348223701119423, - 0.018872108310461044, - 0.01512705348432064, - 0.9994317293167114 - ] - ], - [ - 2.5, - [ - -0.0234367735683918, - 0.017704466357827187, - 0.012914924882352352, - 0.999485194683075 - ] - ], - [ - 2.5333333015441895, - [ - -0.023378703743219376, - 0.018427379429340363, - 0.013727804645895958, - 0.9994625449180603 - ] - ], - [ - 2.566666603088379, - [ - -0.023287400603294373, - 0.020716892555356026, - 0.016970409080386162, - 0.9993700385093689 - ] - ], - [ - 2.5999999046325684, - [ - -0.02319001778960228, - 0.023626277223229408, - 0.021351976320147514, - 0.9992237687110901 - ] - ], - [ - 2.633333444595337, - [ - -0.023197639733552933, - 0.0254948940128088, - 0.024633634835481644, - 0.9991021156311035 - ] - ], - [ - 2.6666667461395264, - [ - -0.023350687697529793, - 0.025422528386116028, - 0.02537325769662857, - 0.9990819096565247 - ] - ], - [ - 2.700000047683716, - [ - -0.023524155840277672, - 0.02422161027789116, - 0.024262884631752968, - 0.9991352558135986 - ] - ], - [ - 2.7333333492279053, - [ - -0.02365564927458763, - 0.022382240742444992, - 0.021815795451402664, - 0.9992314577102661 - ] - ], - [ - 2.7666666507720947, - [ - -0.023725947365164757, - 0.02044454775750637, - 0.018885334953665733, - 0.999330997467041 - ] - ], - [ - 2.799999952316284, - [ - -0.02373461425304413, - 0.01880124770104885, - 0.016144530847668648, - 0.9994111061096191 - ] - ], - [ - 2.8333332538604736, - [ - -0.023691793903708458, - 0.017764288932085037, - 0.01414706651121378, - 0.9994613528251648 - ] - ], - [ - 2.866666555404663, - [ - -0.023612435907125473, - 0.017689164727926254, - 0.013511461205780506, - 0.9994733333587646 - ] - ], - [ - 2.9000000953674316, - [ - -0.023540586233139038, - 0.01881367154419422, - 0.01485636830329895, - 0.9994354248046875 - ] - ], - [ - 2.933333396911621, - [ - -0.023510782048106194, - 0.021089809015393257, - 0.01838506944477558, - 0.9993320107460022 - ] - ], - [ - 2.9666666984558105, - [ - -0.023502131924033165, - 0.02362513728439808, - 0.022599250078201294, - 0.9991890788078308 - ] - ], - [ - 3.0, - [ - -0.02354293502867222, - 0.025130370631814003, - 0.025447875261306763, - 0.9990828633308411 - ] - ], - [ - 3.0333333015441895, - [ - -0.023654481396079063, - 0.02467367984354496, - 0.025358373299241066, - 0.9990938901901245 - ] - ], - [ - 3.066666603088379, - [ - -0.023762580007314682, - 0.02272830717265606, - 0.022686118260025978, - 0.9992017149925232 - ] - ], - [ - 3.0999999046325684, - [ - -0.023819372057914734, - 0.020353391766548157, - 0.019030746072530746, - 0.9993278980255127 - ] - ], - [ - 3.133333444595337, - [ - -0.02381782792508602, - 0.018364083021879196, - 0.015751292929053307, - 0.999423623085022 - ] - ], - [ - 3.1666667461395264, - [ - -0.023784847930073738, - 0.017398782074451447, - 0.014003001153469086, - 0.9994676113128662 - ] - ], - [ - 3.200000047683716, - [ - -0.02373490110039711, - 0.018156101927161217, - 0.014916540123522282, - 0.9994421005249023 - ] - ], - [ - 3.2333333492279053, - [ - -0.02364816889166832, - 0.020357001572847366, - 0.01798778399825096, - 0.9993512034416199 - ] - ], - [ - 3.2666666507720947, - [ - -0.023545797914266586, - 0.023150570690631866, - 0.02208157628774643, - 0.9992107152938843 - ] - ], - [ - 3.299999952316284, - [ - -0.023520175367593765, - 0.025025879964232445, - 0.02520783059298992, - 0.9990921020507813 - ] - ], - [ - 3.3333332538604736, - [ - -0.02374369464814663, - 0.022982817143201828, - 0.023248685523867607, - 0.9991835355758667 - ] - ], - [ - 3.366666555404663, - [ - -0.0240598376840353, - 0.02015869691967964, - 0.02051718719303608, - 0.9992966651916504 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658316558_681465.json b/lenses/physics-objects/Scene/assets/1646688658316558_681465.json deleted file mode 100644 index b9dc4202..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658316558_681465.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658316558:681465", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658317480_681478.json b/lenses/physics-objects/Scene/assets/1646688658317480_681478.json deleted file mode 100644 index 784121d4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658317480_681478.json +++ /dev/null @@ -1,1082 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658317480:681478", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.620275497436523, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.03333333507180214, - [ - 6.620275497436523, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ], - [ - 0.06666667014360428, - [ - 6.645149230957031, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.10000000149011612, - [ - 6.668198108673096, - 2.220446049250313e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.13333334028720856, - [ - 6.688962459564209, - 2.6645352591003757e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.1666666716337204, - [ - 6.70698356628418, - -3.1086244689504383e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.20000000298023224, - [ - 6.721802234649658, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 0.2666666805744171, - [ - 6.739992618560791, - -1.3322676295501878e-15, - -4.638500581955594e-27 - ] - ], - [ - 0.4000000059604645, - [ - 6.726278781890869, - 1.1546319456101628e-14, - -1.7763568394002505e-14 - ] - ], - [ - 0.4333333373069763, - [ - 6.714402675628662, - -4.440895274874178e-16, - -5.329070094684278e-15 - ] - ], - [ - 0.46666666865348816, - [ - 6.699728488922119, - -1.3322676295501878e-15, - -1.7763568394002505e-15 - ] - ], - [ - 0.5, - [ - 6.682661056518555, - -2.6645352591003757e-15, - -5.3290705182007514e-15 - ] - ], - [ - 0.5666666626930237, - [ - 6.643366813659668, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 0.6333333253860474, - [ - 6.599713325500488, - 1.4210854715202004e-14, - 4.440892098500626e-16 - ] - ], - [ - 0.699999988079071, - [ - 6.5515923500061035, - 7.105427357601002e-15, - -8.881784197001252e-16 - ] - ], - [ - 0.8999999761581421, - [ - 6.386768341064453, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 0.9666666388511658, - [ - 6.3361735343933105, - -5.927456716107088e-21, - -3.710799772229695e-27 - ] - ], - [ - 1.0, - [ - 6.312941074371338, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.0333333015441895, - [ - 6.291439533233643, - 6.7742368239749344e-21, - -1.7763568394002505e-15 - ] - ], - [ - 1.0666667222976685, - [ - 6.271934509277344, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.100000023841858, - [ - 6.2546916007995605, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 6.239976406097412, - 7.105429898699844e-15, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 6.228044033050537, - 1.8320049602641947e-26, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 6.207740306854248, - 4.846759860933941e-27, - 1.7763555688508296e-15 - ] - ], - [ - 1.3333333730697632, - [ - 6.203120231628418, - 0.0, - -7.573058527145891e-27 - ] - ], - [ - 1.3666666746139526, - [ - 6.219647407531738, - 1.2116901578264797e-27, - -1.7763568394002505e-15 - ] - ], - [ - 1.399999976158142, - [ - 6.244268894195557, - 7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.4333332777023315, - [ - 6.275893688201904, - 7.105427357601002e-15, - -3.552713678800501e-15 - ] - ], - [ - 1.4666666984558105, - [ - 6.313432216644287, - 1.4210854715202004e-14, - 3.5527187609981845e-15 - ] - ], - [ - 1.5, - [ - 6.355793476104736, - 7.105427357601002e-15, - 7.105427357601002e-15 - ] - ], - [ - 1.5333333015441895, - [ - 6.401885986328125, - -7.105427357601002e-15, - 5.504070701141e-21 - ] - ], - [ - 1.5666667222976685, - [ - 6.450619220733643, - -7.105427357601002e-15, - -4.4408916749841525e-15 - ] - ], - [ - 1.6666666269302368, - [ - 6.601731777191162, - 1.2096866992560205e-20, - 8.881784197001252e-16 - ] - ], - [ - 1.7000000476837158, - [ - 6.650095462799072, - -7.105427357601002e-15, - -1.7763568394002505e-15 - ] - ], - [ - 1.7333333492279053, - [ - 6.69563102722168, - 7.105432439798685e-15, - 8.881784197001252e-16 - ] - ], - [ - 1.7666666507720947, - [ - 6.737242698669434, - 1.4210854715202004e-14, - -3.552713678800501e-15 - ] - ], - [ - 1.7999999523162842, - [ - 6.773834705352783, - 8.724161894854063e-26, - 2.220446049250313e-15 - ] - ], - [ - 1.8333333730697632, - [ - 6.804310321807861, - 1.4210854715202004e-14, - -7.993605777301127e-15 - ] - ], - [ - 1.8666666746139526, - [ - 6.827573299407959, - 7.10542481650216e-15, - -4.884980037801268e-15 - ] - ], - [ - 1.899999976158142, - [ - 6.842523097991943, - -7.105427357601002e-15, - 3.552713678800501e-15 - ] - ], - [ - 1.9666666984558105, - [ - 6.843060493469238, - -7.105427357601002e-15, - -3.2751579226442118e-15 - ] - ], - [ - 2.0, - [ - 6.826413154602051, - 0.0, - -1.8041124150158794e-15 - ] - ], - [ - 2.0333333015441895, - [ - 6.799928665161133, - 7.105422275403318e-15, - 7.771561172376096e-16 - ] - ], - [ - 2.066666603088379, - [ - 6.7667059898376465, - 1.0658141036401503e-14, - -2.6645352591003757e-15 - ] - ], - [ - 2.0999999046325684, - [ - 6.727591037750244, - 7.105427357601002e-15, - -1.5543122344752192e-15 - ] - ], - [ - 2.133333444595337, - [ - 6.683428764343262, - 7.105427357601002e-15, - -1.7763589569826186e-15 - ] - ], - [ - 2.1666667461395264, - [ - 6.635062217712402, - 1.4210854715202004e-14, - -1.2434497875801753e-14 - ] - ], - [ - 2.200000047683716, - [ - 6.583332061767578, - -7.105427357601002e-15, - 1.1102230246251565e-14 - ] - ], - [ - 2.2333333492279053, - [ - 6.529077529907227, - 1.4210854715202004e-14, - -1.4654943925052066e-14 - ] - ], - [ - 2.4666666984558105, - [ - 6.13542366027832, - -8.881784197001252e-16, - -1.776351757202567e-15 - ] - ], - [ - 2.5, - [ - 6.080262184143066, - -4.440892098500626e-16, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 6.0266547203063965, - -2.2204524019974175e-16, - -3.552713678800501e-15 - ] - ], - [ - 2.566666603088379, - [ - 5.975271224975586, - 8.881784197001252e-16, - 8.881784197001252e-15 - ] - ], - [ - 2.5999999046325684, - [ - 5.926778316497803, - -1.5543058817281147e-15, - -1.9539925233402755e-14 - ] - ], - [ - 2.633333444595337, - [ - 5.881843090057373, - -3.552713678800501e-15, - -1.2434497875801753e-14 - ] - ], - [ - 2.6666667461395264, - [ - 5.841133117675781, - 3.1086244689504383e-15, - -1.2434497875801753e-14 - ] - ], - [ - 2.700000047683716, - [ - 5.805331230163574, - -2.220446049250313e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.7333333492279053, - [ - 5.775123596191406, - 1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 2.7666666507720947, - [ - 5.751184463500977, - -1.7763568394002505e-15, - -1.0658138495302661e-14 - ] - ], - [ - 2.799999952316284, - [ - 5.734188556671143, - -1.7763568394002505e-15, - -1.4210854715202004e-14 - ] - ], - [ - 2.933333396911621, - [ - 5.740942478179932, - 2.6645352591003757e-15, - -1.2932453176213094e-26 - ] - ], - [ - 2.9666666984558105, - [ - 5.757816314697266, - -2.963729973640678e-21, - -3.552720031547605e-15 - ] - ], - [ - 3.0, - [ - 5.779429912567139, - -3.552713678800501e-15, - -1.4210854715202004e-14 - ] - ], - [ - 3.0333333015441895, - [ - 5.80501127243042, - -1.7763568394002505e-15, - -7.105432439798685e-15 - ] - ], - [ - 3.066666603088379, - [ - 5.833788871765137, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.0999999046325684, - [ - 5.864990234375, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.299999952316284, - [ - 6.064915657043457, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.096447467803955, - 1.7763523924772774e-15, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.126522064208984, - 3.552713678800501e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.4000000953674316, - [ - 6.154755592346191, - -7.621008853907111e-21, - -3.552713678800501e-15 - ] - ], - [ - 3.433333396911621, - [ - 6.180762767791748, - -1.7763568394002505e-15, - 1.3548526962325287e-20 - ] - ], - [ - 3.4666666984558105, - [ - 6.204159736633301, - -3.231657291015317e-27, - 1.0658141036401503e-14 - ] - ], - [ - 3.5, - [ - 6.22456169128418, - -1.7763568394002505e-15, - -3.552713678800501e-15 - ] - ], - [ - 3.5333333015441895, - [ - 6.241582870483398, - -3.552713678800501e-15, - -1.4210854715202004e-14 - ] - ], - [ - 3.566666603088379, - [ - 6.254838943481445, - -1.7763568394002505e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.633333444595337, - [ - 6.269610404968262, - -3.552713678800501e-15, - -1.0658141036401503e-14 - ] - ], - [ - 3.799999952316284, - [ - 6.252563953399658, - -7.105427357601002e-15, - -3.108628280598701e-15 - ] - ], - [ - 3.8333332538604736, - [ - 6.23995304107666, - -1.2746229617286448e-25, - 8.881784197001252e-16 - ] - ], - [ - 3.866666555404663, - [ - 6.224693775177002, - 0.0, - -8.465414034470968e-16 - ] - ], - [ - 3.9000000953674316, - [ - 6.207629680633545, - 7.105427357601002e-15, - -1.3322676295501878e-15 - ] - ], - [ - 3.9666666984558105, - [ - 6.16917085647583, - -1.4210854715202004e-14, - -2.664538435473928e-15 - ] - ], - [ - 4.199999809265137, - [ - 6.017496585845947, - 0.0, - -3.48965489718031e-25 - ] - ], - [ - 4.266666889190674, - [ - 5.978198051452637, - -7.11294159697997e-20, - -1.7763568394002505e-15 - ] - ], - [ - 4.300000190734863, - [ - 5.960567951202393, - -7.105427357601002e-15, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 5.944647789001465, - 7.105427357601002e-15, - -1.2116865293744645e-25 - ] - ], - [ - 4.366666793823242, - [ - 5.930701732635498, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 4.433333396911621, - [ - 5.909814357757568, - -3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 4.566666603088379, - [ - 5.903542518615723, - 7.105427357601002e-15, - -3.645970890297281e-26 - ] - ], - [ - 4.599999904632568, - [ - 5.91551399230957, - 7.105427357601002e-15, - -1.7763466750048834e-15 - ] - ], - [ - 4.633333206176758, - [ - 5.939970016479492, - -7.105427357601002e-15, - -7.1054095699091095e-15 - ] - ], - [ - 4.666666507720947, - [ - 5.975681781768799, - -3.552713678800501e-15, - -1.0658141036401503e-14 - ] - ], - [ - 4.699999809265137, - [ - 6.0214104652404785, - -3.552713678800501e-15, - -7.105478179577837e-15 - ] - ], - [ - 4.733333110809326, - [ - 6.075901508331299, - 5.3290705182007514e-15, - 7.105427357601002e-15 - ] - ], - [ - 4.766666889190674, - [ - 6.137881755828857, - 1.776333016598609e-15, - 7.105427357601002e-15 - ] - ], - [ - 4.800000190734863, - [ - 6.206061363220215, - -1.7763568394002505e-15, - -1.5987211554602254e-14 - ] - ], - [ - 4.833333492279053, - [ - 6.279129981994629, - -3.597194326302543e-26, - -5.329019696223916e-15 - ] - ], - [ - 4.866666793823242, - [ - 6.355778217315674, - -5.273559366969494e-16, - 5.3290705182007514e-15 - ] - ], - [ - 5.0, - [ - 6.675769805908203, - -1.7763568394002505e-15, - 1.7763568394002505e-15 - ] - ], - [ - 5.0333333015441895, - [ - 6.752978801727295, - -2.6645352591003757e-15, - 1.0658141036401503e-14 - ] - ], - [ - 5.066666603088379, - [ - 6.826530933380127, - 5.329065436003068e-15, - -1.5099022970506762e-14 - ] - ], - [ - 5.099999904632568, - [ - 6.895153999328613, - 6.217246396802035e-15, - -1.687538997430238e-14 - ] - ], - [ - 5.133333206176758, - [ - 6.95757532119751, - 7.105427357601002e-15, - -1.3322691542094929e-14 - ] - ], - [ - 5.166666507720947, - [ - 7.0125203132629395, - 5.329087035343223e-15, - -8.881814690187353e-15 - ] - ], - [ - 5.199999809265137, - [ - 7.058715343475342, - 4.071615089813185e-25, - -6.543761446179666e-25 - ] - ], - [ - 5.233333110809326, - [ - 7.09488582611084, - 3.5526958911086086e-15, - -3.552647610230615e-15 - ] - ], - [ - 5.266666889190674, - [ - 7.119756698608398, - 5.3290705182007514e-15, - -1.9539925233402755e-14 - ] - ], - [ - 5.400000095367432, - [ - 7.112658977508545, - 1.0658141036401503e-14, - -1.7763568394002505e-14 - ] - ], - [ - 5.433333396911621, - [ - 7.091893196105957, - -1.7763568394002505e-15, - 1.7763644626967758e-15 - ] - ], - [ - 5.4666666984558105, - [ - 7.065083980560303, - 3.552713678800501e-15, - 3.1086244689504383e-15 - ] - ], - [ - 5.5, - [ - 7.032896995544434, - -1.7763568394002505e-15, - -3.9968028886505635e-15 - ] - ], - [ - 5.5333333015441895, - [ - 6.995996475219727, - -5.3290705182007514e-15, - 3.1086244689504383e-15 - ] - ], - [ - 5.566666603088379, - [ - 6.955047607421875, - 1.7763454044554625e-15, - 2.220542134550267e-16 - ] - ], - [ - 5.599999904632568, - [ - 6.910714626312256, - 7.105427357601002e-15, - -7.327471962526033e-15 - ] - ], - [ - 5.633333206176758, - [ - 6.863662242889404, - -1.7763568394002505e-15, - 1.7208456881689926e-15 - ] - ], - [ - 5.699999809265137, - [ - 6.7640557289123535, - 1.4210854715202004e-14, - -2.275957200481571e-14 - ] - ], - [ - 5.800000190734863, - [ - 6.610844612121582, - 8.881784197001252e-15, - -8.43769498715119e-15 - ] - ], - [ - 5.833333492279053, - [ - 6.561410427093506, - 3.552696526383319e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.866666793823242, - [ - 6.513900279998779, - 1.7763568394002505e-15, - -1.7763568394002505e-15 - ] - ], - [ - 5.900000095367432, - [ - 6.4689717292785645, - 7.105427357601002e-15, - -1.1546319456101628e-14 - ] - ], - [ - 5.933333396911621, - [ - 6.427286624908447, - -3.552713678800501e-15, - 2.6645352591003757e-15 - ] - ], - [ - 5.9666666984558105, - [ - 6.389505386352539, - 3.552713678800501e-15, - -6.21725402009856e-15 - ] - ], - [ - 6.0, - [ - 6.356288433074951, - 3.552713678800501e-15, - -7.993605777301127e-15 - ] - ], - [ - 6.0333333015441895, - [ - 6.32829475402832, - 7.105427357601002e-15, - -1.0658138495302661e-14 - ] - ], - [ - 6.066666603088379, - [ - 6.306185245513916, - 5.329074329849014e-15, - -1.2434497875801753e-14 - ] - ], - [ - 6.099999904632568, - [ - 6.29062032699585, - 3.552721302097026e-15, - -7.105445145292894e-15 - ] - ], - [ - 6.233333110809326, - [ - 6.298155784606934, - 6.217248937900877e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.266666889190674, - [ - 6.312451362609863, - 8.881784197001252e-16, - 1.7763568394002505e-15 - ] - ], - [ - 6.300000190734863, - [ - 6.330196380615234, - 5.3290705182007514e-15, - -1.2434497875801753e-14 - ] - ], - [ - 6.333333492279053, - [ - 6.350927352905273, - 4.846746117497858e-25, - -5.3290705182007514e-15 - ] - ], - [ - 6.366666793823242, - [ - 6.374180316925049, - 7.105427357601002e-15, - -1.5987211554602254e-14 - ] - ], - [ - 6.400000095367432, - [ - 6.399490833282471, - 4.440887016302943e-15, - -8.881784197001252e-15 - ] - ], - [ - 6.4666666984558105, - [ - 6.454429626464844, - -8.881784197001252e-16, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 6.568552017211914, - 3.552713678800501e-15, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 6.595248222351074, - 1.7763568394002505e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658317677_681485.json b/lenses/physics-objects/Scene/assets/1646688658317677_681485.json deleted file mode 100644 index e50ba306..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658317677_681485.json +++ /dev/null @@ -1,1549 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658317677:681485", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026125185191631317, - -0.014210006222128868, - 0.05037581920623779, - 0.9982874393463135 - ] - ], - [ - 0.03333333507180214, - [ - -0.026125185191631317, - -0.014210006222128868, - 0.05037581920623779, - 0.9982874393463135 - ] - ], - [ - 0.06666667014360428, - [ - -0.026100890710949898, - -0.014176296070218086, - 0.04994986951351166, - 0.9983099699020386 - ] - ], - [ - 0.13333334028720856, - [ - -0.026060903444886208, - -0.014128084294497967, - 0.04918961226940155, - 0.9983495473861694 - ] - ], - [ - 0.20000000298023224, - [ - -0.026035020127892494, - -0.014109929092228413, - 0.0485970675945282, - 0.9983794093132019 - ] - ], - [ - 0.3333333432674408, - [ - -0.026031678542494774, - -0.014155726879835129, - 0.04817098006606102, - 0.9983994960784912 - ] - ], - [ - 0.4333333373069763, - [ - -0.026066163554787636, - -0.014246107079088688, - 0.04846424236893654, - 0.998383104801178 - ] - ], - [ - 0.46666666865348816, - [ - -0.026083044707775116, - -0.014284116216003895, - 0.04864954203367233, - 0.9983732104301453 - ] - ], - [ - 0.5, - [ - -0.025648092851042747, - -0.01410819124430418, - 0.04781400412321091, - 0.9984272122383118 - ] - ], - [ - 0.5333333611488342, - [ - -0.024431124329566956, - -0.013612291775643826, - 0.04528152942657471, - 0.9985827207565308 - ] - ], - [ - 0.5666666626930237, - [ - -0.02260330133140087, - -0.01298005785793066, - 0.04163043946027756, - 0.9987931251525879 - ] - ], - [ - 0.6000000238418579, - [ - -0.020360339432954788, - -0.012381358072161674, - 0.03743860498070717, - 0.9990147948265076 - ] - ], - [ - 0.6333333253860474, - [ - -0.017959583550691605, - -0.011935650371015072, - 0.03328140452504158, - 0.999213457107544 - ] - ], - [ - 0.6666666865348816, - [ - -0.01573539897799492, - -0.01168846432119608, - 0.029730254784226418, - 0.9993657469749451 - ] - ], - [ - 0.699999988079071, - [ - -0.01409086398780346, - -0.011612075380980968, - 0.027351798489689827, - 0.9994592070579529 - ] - ], - [ - 0.7333333492279053, - [ - -0.01346067525446415, - -0.011640332639217377, - 0.02670864760875702, - 0.9994849562644958 - ] - ], - [ - 0.7666666507720947, - [ - -0.013478022068738937, - -0.0117028271779418, - 0.027126910164952278, - 0.9994726181030273 - ] - ], - [ - 0.800000011920929, - [ - -0.013495816849172115, - -0.011764590628445148, - 0.027555342763662338, - 0.9994599223136902 - ] - ], - [ - 0.8666666746139526, - [ - -0.01353203970938921, - -0.011883343569934368, - 0.028427060693502426, - 0.9994336366653442 - ] - ], - [ - 0.8999999761581421, - [ - -0.013550087809562683, - -0.011938988231122494, - 0.028862159699201584, - 0.9994202256202698 - ] - ], - [ - 0.9666666388511658, - [ - -0.013585028238594532, - -0.01203940063714981, - 0.02970924973487854, - 0.9993937611579895 - ] - ], - [ - 1.0, - [ - -0.01360147912055254, - -0.012082695960998535, - 0.03011220693588257, - 0.9993809461593628 - ] - ], - [ - 1.0333333015441895, - [ - -0.013616946525871754, - -0.012120471335947514, - 0.030495142564177513, - 0.9993686676025391 - ] - ], - [ - 1.0666667222976685, - [ - -0.013631193898618221, - -0.01215195283293724, - 0.03085324726998806, - 0.9993571043014526 - ] - ], - [ - 1.100000023841858, - [ - -0.013643987476825714, - -0.012176454067230225, - 0.031181609258055687, - 0.9993464350700378 - ] - ], - [ - 1.1666666269302368, - [ - -0.013664391823112965, - -0.012197369709610939, - 0.031742461025714874, - 0.9993282556533813 - ] - ], - [ - 1.2000000476837158, - [ - -0.013637657277286053, - -0.012280344031751156, - 0.032172996550798416, - 0.9993138313293457 - ] - ], - [ - 1.2333333492279053, - [ - -0.013544767163693905, - -0.012526651844382286, - 0.03292146325111389, - 0.9992876648902893 - ] - ], - [ - 1.2666666507720947, - [ - -0.013391572050750256, - -0.012918860651552677, - 0.033947382122278214, - 0.9992504119873047 - ] - ], - [ - 1.2999999523162842, - [ - -0.013181130401790142, - -0.013436645269393921, - 0.03513497859239578, - 0.9992052912712097 - ] - ], - [ - 1.3333333730697632, - [ - -0.012917185202240944, - -0.014060888439416885, - 0.03638778626918793, - 0.9991553425788879 - ] - ], - [ - 1.3666666746139526, - [ - -0.012606445699930191, - -0.014775642193853855, - 0.037695225328207016, - 0.9991005063056946 - ] - ], - [ - 1.399999976158142, - [ - -0.012255657464265823, - -0.015565124340355396, - 0.03904817998409271, - 0.9990410208702087 - ] - ], - [ - 1.4333332777023315, - [ - -0.0118716387078166, - -0.01641394942998886, - 0.04043827950954437, - 0.9989766478538513 - ] - ], - [ - 1.4666666984558105, - [ - -0.011461285874247551, - -0.01730692759156227, - 0.041857559233903885, - 0.9989079236984253 - ] - ], - [ - 1.5, - [ - -0.011031602509319782, - -0.018229197710752487, - 0.04329796880483627, - 0.9988349676132202 - ] - ], - [ - 1.5333333015441895, - [ - -0.010589703917503357, - -0.019166216254234314, - 0.0447511300444603, - 0.9987582564353943 - ] - ], - [ - 1.5666667222976685, - [ - -0.010142847895622253, - -0.02010384202003479, - 0.04620814323425293, - 0.9986780285835266 - ] - ], - [ - 1.600000023841858, - [ - -0.009698447771370411, - -0.02102823182940483, - 0.047659315168857574, - 0.9985951781272888 - ] - ], - [ - 1.6333333253860474, - [ - -0.009264091029763222, - -0.021926023066043854, - 0.04909418895840645, - 0.998510479927063 - ] - ], - [ - 1.6666666269302368, - [ - -0.008847543969750404, - -0.02278420887887478, - 0.05050143226981163, - 0.9984248876571655 - ] - ], - [ - 1.7000000476837158, - [ - -0.00845678336918354, - -0.023590292781591415, - 0.05186891555786133, - 0.9983395338058472 - ] - ], - [ - 1.7333333492279053, - [ - -0.00809998344630003, - -0.024332111701369286, - 0.05318367853760719, - 0.9982554912567139 - ] - ], - [ - 1.7666666507720947, - [ - -0.007785546127706766, - -0.024998001754283905, - 0.054432135075330734, - 0.998174250125885 - ] - ], - [ - 1.7999999523162842, - [ - -0.007522070314735174, - -0.02557654120028019, - 0.05560007691383362, - 0.9980971217155457 - ] - ], - [ - 1.8333333730697632, - [ - -0.0073183816857635975, - -0.026056718081235886, - 0.05667289346456528, - 0.9980260133743286 - ] - ], - [ - 1.8666666746139526, - [ - -0.007183498237282038, - -0.026427648961544037, - 0.057635582983493805, - 0.9979619979858398 - ] - ], - [ - 1.899999976158142, - [ - -0.007126189302653074, - -0.0266755111515522, - 0.058478761464357376, - 0.9979067444801331 - ] - ], - [ - 1.9333332777023315, - [ - -0.007155075203627348, - -0.026785103604197502, - 0.059195153415203094, - 0.997861385345459 - ] - ], - [ - 1.9666666984558105, - [ - -0.007422465365380049, - -0.026842547580599785, - 0.05953042954206467, - 0.997838020324707 - ] - ], - [ - 2.0, - [ - -0.008047482930123806, - -0.026936892420053482, - 0.059300296008586884, - 0.9978442192077637 - ] - ], - [ - 2.0333333015441895, - [ - -0.008988588117063046, - -0.027058342471718788, - 0.058562494814395905, - 0.9978764653205872 - ] - ], - [ - 2.066666603088379, - [ - -0.010203898884356022, - -0.02719493769109249, - 0.0573580302298069, - 0.9979310631752014 - ] - ], - [ - 2.0999999046325684, - [ - -0.011652280576527119, - -0.027332350611686707, - 0.055755365639925, - 0.9980023503303528 - ] - ], - [ - 2.133333444595337, - [ - -0.01329264510422945, - -0.02745513804256916, - 0.053822752088308334, - 0.9980844855308533 - ] - ], - [ - 2.1666667461395264, - [ - -0.01508390810340643, - -0.027547398582100868, - 0.05162842944264412, - 0.998172402381897 - ] - ], - [ - 2.200000047683716, - [ - -0.016985179856419563, - -0.027593346312642097, - 0.04924040660262108, - 0.9982613325119019 - ] - ], - [ - 2.2333333492279053, - [ - -0.018955715000629425, - -0.027577534317970276, - 0.0467265248298645, - 0.9983470439910889 - ] - ], - [ - 2.2666666507720947, - [ - -0.020955033600330353, - -0.027485420927405357, - 0.044154610484838486, - 0.9984266757965088 - ] - ], - [ - 2.299999952316284, - [ - -0.022942980751395226, - -0.027303546667099, - 0.041592374444007874, - 0.9984980821609497 - ] - ], - [ - 2.3333332538604736, - [ - -0.024879762902855873, - -0.02701970748603344, - 0.03910744935274124, - 0.9985597133636475 - ] - ], - [ - 2.366666555404663, - [ - -0.02672603167593479, - -0.0266231968998909, - 0.03676742687821388, - 0.9986116886138916 - ] - ], - [ - 2.4000000953674316, - [ - -0.028821175917983055, - -0.025900550186634064, - 0.03389870375394821, - 0.9986737966537476 - ] - ], - [ - 2.433333396911621, - [ - -0.03139751777052879, - -0.02471322938799858, - 0.03002648800611496, - 0.9987501502037048 - ] - ], - [ - 2.4666666984558105, - [ - -0.03425649181008339, - -0.023170113563537598, - 0.025518590584397316, - 0.9988186359405518 - ] - ], - [ - 2.5, - [ - -0.03720175847411156, - -0.021396486088633537, - 0.0207477118819952, - 0.9988632202148438 - ] - ], - [ - 2.5333333015441895, - [ - -0.04003993421792984, - -0.01953979581594467, - 0.01609213650226593, - 0.9988774061203003 - ] - ], - [ - 2.566666603088379, - [ - -0.042580679059028625, - -0.017770707607269287, - 0.011935168877243996, - 0.998863697052002 - ] - ], - [ - 2.5999999046325684, - [ - -0.04463617876172066, - -0.016279447823762894, - 0.008663693442940712, - 0.998833179473877 - ] - ], - [ - 2.633333444595337, - [ - -0.046019863337278366, - -0.015267642214894295, - 0.006666180677711964, - 0.998801589012146 - ] - ], - [ - 2.6666667461395264, - [ - -0.04654454067349434, - -0.014935730956494808, - 0.00633041700348258, - 0.9987844824790955 - ] - ], - [ - 2.700000047683716, - [ - -0.046573858708143234, - -0.015000500716269016, - 0.006922448985278606, - 0.998778223991394 - ] - ], - [ - 2.7333333492279053, - [ - -0.04659485071897507, - -0.015051468275487423, - 0.007448712829500437, - 0.9987726807594299 - ] - ], - [ - 2.7666666507720947, - [ - -0.04660366475582123, - -0.015087881125509739, - 0.00790359452366829, - 0.9987683296203613 - ] - ], - [ - 2.8333332538604736, - [ - -0.04656975716352463, - -0.015117358416318893, - 0.008573506958782673, - 0.9987638592720032 - ] - ], - [ - 2.933333396911621, - [ - -0.04633854702115059, - -0.01505778543651104, - 0.00900723971426487, - 0.9987717866897583 - ] - ], - [ - 3.066666603088379, - [ - -0.045692212879657745, - -0.01484737079590559, - 0.00904068537056446, - 0.9988043308258057 - ] - ], - [ - 3.1666667461395264, - [ - -0.04508678987622261, - -0.014645612798631191, - 0.008804578334093094, - 0.9988369345664978 - ] - ], - [ - 3.2333333492279053, - [ - -0.0446745865046978, - -0.014511046931147575, - 0.008561902679502964, - 0.9988595247268677 - ] - ], - [ - 3.299999952316284, - [ - -0.044214606285095215, - -0.014389323070645332, - 0.008315857499837875, - 0.9988839030265808 - ] - ], - [ - 3.366666555404663, - [ - -0.04373576119542122, - -0.014292755164206028, - 0.008169807493686676, - 0.9989075064659119 - ] - ], - [ - 3.4000000953674316, - [ - -0.043502550572156906, - -0.01425744779407978, - 0.008165898732841015, - 0.9989181756973267 - ] - ], - [ - 3.433333396911621, - [ - -0.043280549347400665, - -0.014232569374144077, - 0.008224503137171268, - 0.9989277124404907 - ] - ], - [ - 3.5, - [ - -0.04289133474230766, - -0.014218151569366455, - 0.00857958197593689, - 0.9989417195320129 - ] - ], - [ - 3.5333333015441895, - [ - -0.04273451864719391, - -0.014228849671781063, - 0.008904708549380302, - 0.9989454746246338 - ] - ], - [ - 3.566666603088379, - [ - -0.04260990023612976, - -0.014251560904085636, - 0.009346728213131428, - 0.9989464282989502 - ] - ], - [ - 3.5999999046325684, - [ - -0.043021060526371, - -0.01405732799321413, - 0.01055749412626028, - 0.9989194869995117 - ] - ], - [ - 3.633333444595337, - [ - -0.044303663074970245, - -0.013514919206500053, - 0.012923958711326122, - 0.9988431930541992 - ] - ], - [ - 3.6666667461395264, - [ - -0.04622097685933113, - -0.012782949022948742, - 0.016058461740612984, - 0.9987204670906067 - ] - ], - [ - 3.700000047683716, - [ - -0.04852212965488434, - -0.012012900784611702, - 0.019587816670536995, - 0.9985578656196594 - ] - ], - [ - 3.7333333492279053, - [ - -0.050918225198984146, - -0.011325892992317677, - 0.02314555086195469, - 0.998370349407196 - ] - ], - [ - 3.7666666507720947, - [ - -0.05307379364967346, - -0.010801970027387142, - 0.026375722140073776, - 0.9981838464736938 - ] - ], - [ - 3.799999952316284, - [ - -0.05461360514163971, - -0.010484287515282631, - 0.02893328107893467, - 0.9980332255363464 - ] - ], - [ - 3.8333332538604736, - [ - -0.05514639616012573, - -0.010401207953691483, - 0.030478881672024727, - 0.997958779335022 - ] - ], - [ - 3.866666555404663, - [ - -0.05503786355257034, - -0.010449416935443878, - 0.031417056918144226, - 0.9979351758956909 - ] - ], - [ - 3.9000000953674316, - [ - -0.054908353835344315, - -0.010498939082026482, - 0.032376836985349655, - 0.9979112148284912 - ] - ], - [ - 3.933333396911621, - [ - -0.05475928634405136, - -0.010549499653279781, - 0.03335323929786682, - 0.997886598110199 - ] - ], - [ - 3.9666666984558105, - [ - -0.05459212511777878, - -0.010600772686302662, - 0.03434131667017937, - 0.9978618025779724 - ] - ], - [ - 4.0, - [ - -0.05440827086567879, - -0.010652486234903336, - 0.035335950553417206, - 0.9978364706039429 - ] - ], - [ - 4.0333333015441895, - [ - -0.054209183901548386, - -0.01070431899279356, - 0.036331988871097565, - 0.9978110790252686 - ] - ], - [ - 4.066666603088379, - [ - -0.05399627611041069, - -0.01075596921145916, - 0.037324126809835434, - 0.9977854490280151 - ] - ], - [ - 4.099999904632568, - [ - -0.05377098172903061, - -0.010807154700160027, - 0.038306958973407745, - 0.9977598190307617 - ] - ], - [ - 4.133333206176758, - [ - -0.05353473871946335, - -0.010857588611543179, - 0.03927493095397949, - 0.9977342486381531 - ] - ], - [ - 4.166666507720947, - [ - -0.05328900367021561, - -0.010906906798481941, - 0.04022238403558731, - 0.9977092146873474 - ] - ], - [ - 4.199999809265137, - [ - -0.053035199642181396, - -0.010954800061881542, - 0.041143499314785004, - 0.9976846575737 - ] - ], - [ - 4.233333110809326, - [ - -0.05277477577328682, - -0.011000942438840866, - 0.042032334953546524, - 0.9976608157157898 - ] - ], - [ - 4.266666889190674, - [ - -0.052509211003780365, - -0.011044993996620178, - 0.04288283362984657, - 0.9976381659507751 - ] - ], - [ - 4.300000190734863, - [ - -0.052239980548620224, - -0.011086607351899147, - 0.04368883743882179, - 0.9976169466972351 - ] - ], - [ - 4.333333492279053, - [ - -0.05196855217218399, - -0.011125476099550724, - 0.04444406181573868, - 0.9975972175598145 - ] - ], - [ - 4.366666793823242, - [ - -0.051696449518203735, - -0.011161191388964653, - 0.04514221101999283, - 0.9975796341896057 - ] - ], - [ - 4.400000095367432, - [ - -0.05142519250512123, - -0.011193430051207542, - 0.04577691853046417, - 0.9975643754005432 - ] - ], - [ - 4.433333396911621, - [ - -0.051156334578990936, - -0.011221879161894321, - 0.04634184017777443, - 0.9975517988204956 - ] - ], - [ - 4.4666666984558105, - [ - -0.05089060589671135, - -0.011243872344493866, - 0.04683439061045647, - 0.9975422024726868 - ] - ], - [ - 4.5333333015441895, - [ - -0.05037345364689827, - -0.011263199150562286, - 0.047585342079401016, - 0.9975326061248779 - ] - ], - [ - 4.566666603088379, - [ - -0.05011932551860809, - -0.011255725286900997, - 0.04757244884967804, - 0.9975461959838867 - ] - ], - [ - 4.599999904632568, - [ - -0.049861565232276917, - -0.011228570714592934, - 0.04696469381451607, - 0.9975882172584534 - ] - ], - [ - 4.633333206176758, - [ - -0.04960263893008232, - -0.011183447204530239, - 0.04582616686820984, - 0.9976544976234436 - ] - ], - [ - 4.666666507720947, - [ - -0.049344878643751144, - -0.011125953868031502, - 0.044293250888586044, - 0.9977371692657471 - ] - ], - [ - 4.699999809265137, - [ - -0.049087729305028915, - -0.0110610481351614, - 0.042502261698246, - 0.9978285431861877 - ] - ], - [ - 4.733333110809326, - [ - -0.04882706701755524, - -0.010993129573762417, - 0.040589649230241776, - 0.9979217052459717 - ] - ], - [ - 4.766666889190674, - [ - -0.04855509102344513, - -0.01092622522264719, - 0.03869195654988289, - 0.9980109930038452 - ] - ], - [ - 4.800000190734863, - [ - -0.04826081171631813, - -0.01086394488811493, - 0.03694616258144379, - 0.9980921149253845 - ] - ], - [ - 4.833333492279053, - [ - -0.047930773347616196, - -0.010809161700308323, - 0.03548945486545563, - 0.9981614351272583 - ] - ], - [ - 4.866666793823242, - [ - -0.04755060374736786, - -0.010763391852378845, - 0.03445959836244583, - 0.9982163310050964 - ] - ], - [ - 4.900000095367432, - [ - -0.04713677987456322, - -0.010724238120019436, - 0.033699892461299896, - 0.9982622265815735 - ] - ], - [ - 4.933333396911621, - [ - -0.046716075390577316, - -0.010690315626561642, - 0.03297068923711777, - 0.9983066916465759 - ] - ], - [ - 4.9666666984558105, - [ - -0.046289701014757156, - -0.010663090273737907, - 0.032284803688526154, - 0.9983492493629456 - ] - ], - [ - 5.0, - [ - -0.045858755707740784, - -0.010643898509442806, - 0.03165378049015999, - 0.9983895421028137 - ] - ], - [ - 5.0333333015441895, - [ - -0.04542425647377968, - -0.010634019039571285, - 0.031088026240468025, - 0.9984273314476013 - ] - ], - [ - 5.066666603088379, - [ - -0.04498715698719025, - -0.01063459925353527, - 0.030596889555454254, - 0.9984622597694397 - ] - ], - [ - 5.099999904632568, - [ - -0.04454837739467621, - -0.010646776296198368, - 0.030188877135515213, - 0.9984943270683289 - ] - ], - [ - 5.133333206176758, - [ - -0.044108789414167404, - -0.010671594180166721, - 0.029871799051761627, - 0.9985229969024658 - ] - ], - [ - 5.166666507720947, - [ - -0.04366929456591606, - -0.010710126720368862, - 0.02965303510427475, - 0.9985484480857849 - ] - ], - [ - 5.199999809265137, - [ - -0.04323051869869232, - -0.010761557146906853, - 0.029543807730078697, - 0.9985702037811279 - ] - ], - [ - 5.266666889190674, - [ - -0.042357511818408966, - -0.010897618718445301, - 0.02970503643155098, - 0.9986013770103455 - ] - ], - [ - 5.300000190734863, - [ - -0.04192488268017769, - -0.010981885716319084, - 0.029998144134879112, - 0.9986099600791931 - ] - ], - [ - 5.333333492279053, - [ - -0.04149498790502548, - -0.011075636371970177, - 0.03041856177151203, - 0.9986141324043274 - ] - ], - [ - 5.366666793823242, - [ - -0.041067227721214294, - -0.011177141219377518, - 0.03093426488339901, - 0.9986148476600647 - ] - ], - [ - 5.400000095367432, - [ - -0.040641721338033676, - -0.01128553505986929, - 0.03153779357671738, - 0.9986121654510498 - ] - ], - [ - 5.433333396911621, - [ - -0.04021858423948288, - -0.011400057002902031, - 0.03222212195396423, - 0.9986061453819275 - ] - ], - [ - 5.4666666984558105, - [ - -0.03979792073369026, - -0.011519968509674072, - 0.03298055753111839, - 0.9985969662666321 - ] - ], - [ - 5.5, - [ - -0.0393797941505909, - -0.011644475162029266, - 0.03380661457777023, - 0.9985843896865845 - ] - ], - [ - 5.5333333015441895, - [ - -0.03896428644657135, - -0.01177285611629486, - 0.034693896770477295, - 0.9985688328742981 - ] - ], - [ - 5.566666603088379, - [ - -0.03855140134692192, - -0.01190438773483038, - 0.03563598915934563, - 0.9985501170158386 - ] - ], - [ - 5.599999904632568, - [ - -0.03814113512635231, - -0.012038230895996094, - 0.03662639111280441, - 0.9985283613204956 - ] - ], - [ - 5.633333206176758, - [ - -0.03773346170783043, - -0.012173697352409363, - 0.03765842318534851, - 0.9985038042068481 - ] - ], - [ - 5.666666507720947, - [ - -0.037328287959098816, - -0.012309941463172436, - 0.03872513025999069, - 0.9984765648841858 - ] - ], - [ - 5.699999809265137, - [ - -0.03692549094557762, - -0.012446153908967972, - 0.039819229394197464, - 0.9984469413757324 - ] - ], - [ - 5.733333110809326, - [ - -0.03652489557862282, - -0.012581519782543182, - 0.0409330353140831, - 0.9984148144721985 - ] - ], - [ - 5.766666889190674, - [ - -0.0361262746155262, - -0.012715162709355354, - 0.04205845668911934, - 0.9983808398246765 - ] - ], - [ - 5.800000190734863, - [ - -0.03572937473654747, - -0.012846192345023155, - 0.043186794966459274, - 0.9983453750610352 - ] - ], - [ - 5.833333492279053, - [ - -0.03533386066555977, - -0.012973704375326633, - 0.04430891200900078, - 0.998308539390564 - ] - ], - [ - 5.866666793823242, - [ - -0.034939367324113846, - -0.013096802867949009, - 0.04541511833667755, - 0.998271107673645 - ] - ], - [ - 5.900000095367432, - [ - -0.03454551473259926, - -0.013214501552283764, - 0.0464952252805233, - 0.9982335567474365 - ] - ], - [ - 5.933333396911621, - [ - -0.034151822328567505, - -0.013325881212949753, - 0.04753845930099487, - 0.9981964826583862 - ] - ], - [ - 5.9666666984558105, - [ - -0.03375782445073128, - -0.013429992832243443, - 0.04853367060422897, - 0.9981606006622314 - ] - ], - [ - 6.0, - [ - -0.03336302936077118, - -0.013525854796171188, - 0.04946931451559067, - 0.9981266260147095 - ] - ], - [ - 6.0333333015441895, - [ - -0.03296693414449692, - -0.013612575829029083, - 0.050333574414253235, - 0.9980953931808472 - ] - ], - [ - 6.066666603088379, - [ - -0.0325692817568779, - -0.013690028339624405, - 0.05111261084675789, - 0.9980677962303162 - ] - ], - [ - 6.099999904632568, - [ - -0.03217005729675293, - -0.0137589480727911, - 0.051791030913591385, - 0.9980448484420776 - ] - ], - [ - 6.133333206176758, - [ - -0.03176918998360634, - -0.01381983794271946, - 0.05235491693019867, - 0.998027503490448 - ] - ], - [ - 6.166666507720947, - [ - -0.03136665001511574, - -0.013873138464987278, - 0.052790939807891846, - 0.9980164170265198 - ] - ], - [ - 6.199999809265137, - [ - -0.030963053926825523, - -0.013919143937528133, - 0.05310498923063278, - 0.9980118274688721 - ] - ], - [ - 6.266666889190674, - [ - -0.030157145112752914, - -0.013992268592119217, - 0.05343380942940712, - 0.9980178475379944 - ] - ], - [ - 6.333333492279053, - [ - -0.02935981936752796, - -0.014046737924218178, - 0.0534178763628006, - 0.9980418086051941 - ] - ], - [ - 6.400000095367432, - [ - -0.02858070470392704, - -0.01408999040722847, - 0.05312301963567734, - 0.9980795383453369 - ] - ], - [ - 6.4666666984558105, - [ - -0.027832094579935074, - -0.014128264971077442, - 0.05261344835162163, - 0.9981270432472229 - ] - ], - [ - 6.5333333015441895, - [ - -0.027132121846079826, - -0.014165868982672691, - 0.051949918270111084, - 0.998180627822876 - ] - ], - [ - 6.566666603088379, - [ - -0.02680991031229496, - -0.01418463233858347, - 0.051578089594841, - 0.9982082843780518 - ] - ], - [ - 6.599999904632568, - [ - -0.026516158133745193, - -0.014202228747308254, - 0.05118829384446144, - 0.9982359409332275 - ] - ], - [ - 6.633333206176758, - [ - -0.026268314570188522, - -0.014215278439223766, - 0.050786323845386505, - 0.9982628226280212 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658317840_681492.json b/lenses/physics-objects/Scene/assets/1646688658317840_681492.json deleted file mode 100644 index 2d2b035c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658317840_681492.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658317840:681492", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658318745_681505.json b/lenses/physics-objects/Scene/assets/1646688658318745_681505.json deleted file mode 100644 index b0b98ef5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658318745_681505.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658318745:681505", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 6.5403032302856445, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 6.19807243347168, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 5.769165992736816, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 5.363203048706055, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 5.089266300201416, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 5.068337440490723, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 5.388038158416748, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 5.87127161026001, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 6.305184364318848, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 6.475834846496582, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 6.242807865142822, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 5.7517924308776855, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 5.217110633850098, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 4.85111141204834, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 4.828064441680908, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 5.058067798614502, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 5.421656131744385, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 5.810084819793701, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 6.113812446594238, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 6.223690509796143, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 6.0686421394348145, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 5.724489212036133, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 5.301164627075195, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 4.908054351806641, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 4.65371561050415, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 4.659327030181885, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 5.014612197875977, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 5.544035911560059, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 6.032326698303223, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 6.262465953826904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 6.097542762756348, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 5.687459468841553, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 5.2452239990234375, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 4.98219633102417, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 5.067505836486816, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 5.403417587280273, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 5.870134353637695, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 6.357193946838379, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 6.753427982330322, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 6.947858810424805, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 6.871069431304932, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 6.600263595581055, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 6.243821620941162, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 5.909858703613281, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 5.706082820892334, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 5.7545599937438965, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 6.1317853927612305, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 6.651926517486572, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 7.102170944213867, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 7.270111083984375, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 7.027054786682129, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.529444217681885, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 5.992134094238281, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 5.628504276275635, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 5.606512546539307, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 5.826020240783691, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 6.1693549156188965, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 6.527722358703613, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 6.79180383682251, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 6.852790832519531, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 6.645910263061523, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 6.252535820007324, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 5.7831339836120605, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 5.347718238830566, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 5.055558681488037, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 5.030673980712891, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 5.345729351043701, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 5.815677642822266, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.227949142456055, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.368724822998047, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 6.112575531005859, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.618899822235107, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.10386848449707, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.78195333480835, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 4.814210891723633, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.091226100921631, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 5.49611759185791, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 5.919469833374023, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 6.2509846687316895, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 6.380706310272217, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 6.246435165405273, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.9308881759643555, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.5431952476501465, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.191988945007324, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.985378265380859, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.047669410705566, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 5.442924499511719, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.9821906089782715, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 6.452210426330566, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 6.638636589050293, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 6.421596050262451, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 5.9629292488098145, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 5.47633171081543, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 5.174339294433594, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 5.216183185577393, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 5.492047309875488, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 5.885915279388428, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 6.28915548324585, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 6.531151294708252, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 6.686008930206299, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658319017_681512.json b/lenses/physics-objects/Scene/assets/1646688658319017_681512.json deleted file mode 100644 index 832fa4ce..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658319017_681512.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658319017:681512", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ], - [ - 0.03333333507180214, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ], - [ - 0.06666667014360428, - [ - -0.027790356427431107, - -0.018588872626423836, - 0.07823727279901505, - 0.9963739514350891 - ] - ], - [ - 0.10000000149011612, - [ - -0.02798883616924286, - -0.018867095932364464, - 0.08181934803724289, - 0.996075451374054 - ] - ], - [ - 0.13333334028720856, - [ - -0.0282578244805336, - -0.019214686006307602, - 0.0869489535689354, - 0.9956265091896057 - ] - ], - [ - 0.1666666716337204, - [ - -0.02856219746172428, - -0.019613031297922134, - 0.09254453331232071, - 0.9951055645942688 - ] - ], - [ - 0.20000000298023224, - [ - -0.02884673699736595, - -0.020034287124872208, - 0.09673886001110077, - 0.99468994140625 - ] - ], - [ - 0.23333333432674408, - [ - -0.02902727946639061, - -0.020438604056835175, - 0.09679567813873291, - 0.9946710467338562 - ] - ], - [ - 0.2666666805744171, - [ - -0.02903759852051735, - -0.02082020603120327, - 0.09115858376026154, - 0.995195209980011 - ] - ], - [ - 0.30000001192092896, - [ - -0.028966987505555153, - -0.02120855823159218, - 0.08378565311431885, - 0.9958368539810181 - ] - ], - [ - 0.3333333432674408, - [ - -0.028904838487505913, - -0.021556008607149124, - 0.07802481949329376, - 0.996299147605896 - ] - ], - [ - 0.36666667461395264, - [ - -0.028908060863614082, - -0.02175070345401764, - 0.07596198469400406, - 0.9964542388916016 - ] - ], - [ - 0.4000000059604645, - [ - -0.02883932553231716, - -0.021244097501039505, - 0.079526886343956, - 0.9961890578269958 - ] - ], - [ - 0.4333333373069763, - [ - -0.028688710182905197, - -0.02022918500006199, - 0.08744950592517853, - 0.995550274848938 - ] - ], - [ - 0.46666666865348816, - [ - -0.028617335483431816, - -0.01945825293660164, - 0.09689279645681381, - 0.9946930408477783 - ] - ], - [ - 0.5, - [ - -0.028672758489847183, - -0.019245240837335587, - 0.10402988642454147, - 0.993974506855011 - ] - ], - [ - 0.5333333611488342, - [ - -0.028852134943008423, - -0.019633861258625984, - 0.10425269603729248, - 0.9939384460449219 - ] - ], - [ - 0.5666666626930237, - [ - -0.029125984758138657, - -0.020488135516643524, - 0.09906411170959473, - 0.9944437742233276 - ] - ], - [ - 0.6000000238418579, - [ - -0.02940957061946392, - -0.02156701125204563, - 0.09166216105222702, - 0.9951221942901611 - ] - ], - [ - 0.6333333253860474, - [ - -0.029474245384335518, - -0.022199328988790512, - 0.08513884246349335, - 0.9956856369972229 - ] - ], - [ - 0.6666666865348816, - [ - -0.029243525117635727, - -0.021986406296491623, - 0.08147632330656052, - 0.9960035085678101 - ] - ], - [ - 0.699999988079071, - [ - -0.028962649405002594, - -0.021365109831094742, - 0.08105764538049698, - 0.9960594177246094 - ] - ], - [ - 0.7333333492279053, - [ - -0.028755323961377144, - -0.02061113342642784, - 0.084156334400177, - 0.9958242774009705 - ] - ], - [ - 0.7666666507720947, - [ - -0.028656020760536194, - -0.01995757222175598, - 0.08984681218862534, - 0.9953432083129883 - ] - ], - [ - 0.800000011920929, - [ - -0.02866491861641407, - -0.019547317177057266, - 0.09706903994083405, - 0.9946727156639099 - ] - ], - [ - 0.8333333134651184, - [ - -0.028773369267582893, - -0.019450785592198372, - 0.10437143594026566, - 0.993931770324707 - ] - ], - [ - 0.8666666746139526, - [ - -0.028966747224330902, - -0.019678190350532532, - 0.109375961124897, - 0.9933834075927734 - ] - ], - [ - 0.8999999761581421, - [ - -0.02914072759449482, - -0.02006751298904419, - 0.1088448017835617, - 0.9934288859367371 - ] - ], - [ - 0.9333333373069763, - [ - -0.02918826974928379, - -0.02052745781838894, - 0.10115549713373184, - 0.9942305684089661 - ] - ], - [ - 0.9666666388511658, - [ - -0.029165031388401985, - -0.021080872043967247, - 0.09139830619096756, - 0.9951639771461487 - ] - ], - [ - 1.0, - [ - -0.02912069298326969, - -0.02158214896917343, - 0.08370376378297806, - 0.9958312511444092 - ] - ], - [ - 1.0333333015441895, - [ - -0.029060037806630135, - -0.02173502929508686, - 0.08049473911523819, - 0.9960942268371582 - ] - ], - [ - 1.0666667222976685, - [ - -0.028874699026346207, - -0.021061329171061516, - 0.0833364948630333, - 0.9958803653717041 - ] - ], - [ - 1.100000023841858, - [ - -0.028628358617424965, - -0.01995057612657547, - 0.09019963443279266, - 0.9953122138977051 - ] - ], - [ - 1.1333333253860474, - [ - -0.028467578813433647, - -0.019101472571492195, - 0.0979517325758934, - 0.9946005344390869 - ] - ], - [ - 1.1666666269302368, - [ - -0.02841712348163128, - -0.018763478845357895, - 0.10274410992860794, - 0.9941247701644897 - ] - ], - [ - 1.2000000476837158, - [ - -0.028456447646021843, - -0.01895538903772831, - 0.10071977972984314, - 0.9943271279335022 - ] - ], - [ - 1.2333333492279053, - [ - -0.028551217168569565, - -0.019551675766706467, - 0.09413217753171921, - 0.9949581623077393 - ] - ], - [ - 1.2666666507720947, - [ - -0.028630584478378296, - -0.02032162807881832, - 0.0861535593867302, - 0.995663046836853 - ] - ], - [ - 1.2999999523162842, - [ - -0.02854854427278042, - -0.020706506446003914, - 0.07937414944171906, - 0.9962208271026611 - ] - ], - [ - 1.3333333730697632, - [ - -0.028289424255490303, - -0.02042189985513687, - 0.07521391659975052, - 0.99655681848526 - ] - ], - [ - 1.3666666746139526, - [ - -0.028030751273036003, - -0.019834185019135475, - 0.07382923364639282, - 0.9966796636581421 - ] - ], - [ - 1.399999976158142, - [ - -0.027847878634929657, - -0.019153356552124023, - 0.07524681091308594, - 0.9965919852256775 - ] - ], - [ - 1.4333332777023315, - [ - -0.02775157056748867, - -0.0185548085719347, - 0.07855436950922012, - 0.9963508248329163 - ] - ], - [ - 1.4666666984558105, - [ - -0.02773498184978962, - -0.018152417615056038, - 0.08280608803033829, - 0.9960142374038696 - ] - ], - [ - 1.5, - [ - -0.027788355946540833, - -0.018013861030340195, - 0.08688947558403015, - 0.9956673979759216 - ] - ], - [ - 1.5333333015441895, - [ - -0.027899283915758133, - -0.01817561499774456, - 0.08926475793123245, - 0.9954512119293213 - ] - ], - [ - 1.5666667222976685, - [ - -0.028002846986055374, - -0.01854686811566353, - 0.08805198967456818, - 0.9955495595932007 - ] - ], - [ - 1.600000023841858, - [ - -0.028041236102581024, - -0.01906955987215042, - 0.08252923935651779, - 0.9960115551948547 - ] - ], - [ - 1.6333333253860474, - [ - -0.02805621176958084, - -0.019705036655068398, - 0.07590208947658539, - 0.9965257048606873 - ] - ], - [ - 1.6666666269302368, - [ - -0.02807973325252533, - -0.020301392301917076, - 0.07075485587120056, - 0.9968917369842529 - ] - ], - [ - 1.7000000476837158, - [ - -0.0281138364225626, - -0.020600635558366776, - 0.06887035071849823, - 0.9970166087150574 - ] - ], - [ - 1.7333333492279053, - [ - -0.028072569519281387, - -0.020156698301434517, - 0.07166598737239838, - 0.9968298077583313 - ] - ], - [ - 1.7666666507720947, - [ - -0.027979226782917976, - -0.019257530570030212, - 0.07784207910299301, - 0.9963869452476501 - ] - ], - [ - 1.7999999523162842, - [ - -0.02794034406542778, - -0.01854013465344906, - 0.08506329357624054, - 0.9958111643791199 - ] - ], - [ - 1.8333333730697632, - [ - -0.027989305555820465, - -0.018314547836780548, - 0.09032361209392548, - 0.9953505992889404 - ] - ], - [ - 1.8666666746139526, - [ - -0.02812817133963108, - -0.01868242397904396, - 0.09034684300422668, - 0.995337724685669 - ] - ], - [ - 1.899999976158142, - [ - -0.02834203653037548, - -0.019509460777044296, - 0.08644098043441772, - 0.9956626296043396 - ] - ], - [ - 1.9333332777023315, - [ - -0.028570260852575302, - -0.020538857206702232, - 0.0809023380279541, - 0.9961008429527283 - ] - ], - [ - 1.9666666984558105, - [ - -0.028647739440202713, - -0.02116718515753746, - 0.07608846575021744, - 0.9964646697044373 - ] - ], - [ - 2.0, - [ - -0.028513647615909576, - -0.02104841358959675, - 0.07358786463737488, - 0.9966588020324707 - ] - ], - [ - 2.0333333015441895, - [ - -0.028342317789793015, - -0.020555641502141953, - 0.07376891374588013, - 0.996660590171814 - ] - ], - [ - 2.066666603088379, - [ - -0.028225064277648926, - -0.01992262341082096, - 0.0769050344824791, - 0.9964396953582764 - ] - ], - [ - 2.0999999046325684, - [ - -0.02818998321890831, - -0.01935960352420807, - 0.0822557806968689, - 0.9960243701934814 - ] - ], - [ - 2.133333444595337, - [ - -0.02824300341308117, - -0.019009901210665703, - 0.08894942700862885, - 0.9954541325569153 - ] - ], - [ - 2.1666667461395264, - [ - -0.028382806107401848, - -0.01895720139145851, - 0.09575536102056503, - 0.9948195815086365 - ] - ], - [ - 2.200000047683716, - [ - -0.028610514476895332, - -0.019255556166172028, - 0.10061292350292206, - 0.9943277835845947 - ] - ], - [ - 2.2333333492279053, - [ - -0.02886902540922165, - -0.019843624904751778, - 0.10057158023118973, - 0.9943128824234009 - ] - ], - [ - 2.2666666507720947, - [ - -0.029069336131215096, - -0.020643530413508415, - 0.09428684413433075, - 0.9949064254760742 - ] - ], - [ - 2.299999952316284, - [ - -0.029196439310908318, - -0.021497802808880806, - 0.086177296936512, - 0.9956199526786804 - ] - ], - [ - 2.3333332538604736, - [ - -0.029177868738770485, - -0.02194397523999214, - 0.08026052266359329, - 0.9961050748825073 - ] - ], - [ - 2.366666555404663, - [ - -0.02898756042122841, - -0.02159557119011879, - 0.07914045453071594, - 0.9962078928947449 - ] - ], - [ - 2.4000000953674316, - [ - -0.028795426711440086, - -0.02076321840286255, - 0.08353184908628464, - 0.9958725571632385 - ] - ], - [ - 2.433333396911621, - [ - -0.028690505772829056, - -0.019934790208935738, - 0.09156382828950882, - 0.9951862692832947 - ] - ], - [ - 2.4666666984558105, - [ - -0.028682418167591095, - -0.019408486783504486, - 0.10076519101858139, - 0.994307279586792 - ] - ], - [ - 2.5, - [ - -0.028734242543578148, - -0.019260302186012268, - 0.10714571923017502, - 0.9936413764953613 - ] - ], - [ - 2.5333333015441895, - [ - -0.02884625270962715, - -0.019547365605831146, - 0.10614297538995743, - 0.9937401413917542 - ] - ], - [ - 2.566666603088379, - [ - -0.029036512598395348, - -0.020258689299225807, - 0.09992370009422302, - 0.9943649768829346 - ] - ], - [ - 2.5999999046325684, - [ - -0.029217742383480072, - -0.0211598239839077, - 0.09184398502111435, - 0.9951197504997253 - ] - ], - [ - 2.633333444595337, - [ - -0.02919105626642704, - -0.02162907086312771, - 0.08489920198917389, - 0.9957270622253418 - ] - ], - [ - 2.6666667461395264, - [ - -0.02891498990356922, - -0.021328801289200783, - 0.08085509389638901, - 0.9960781335830688 - ] - ], - [ - 2.700000047683716, - [ - -0.028617143630981445, - -0.020675254985690117, - 0.07999400794506073, - 0.9961700439453125 - ] - ], - [ - 2.7333333492279053, - [ - -0.028399266302585602, - -0.019919363781809807, - 0.08239428699016571, - 0.9959959387779236 - ] - ], - [ - 2.7666666507720947, - [ - -0.028281092643737793, - -0.019265182316303253, - 0.08702249825000763, - 0.995618462562561 - ] - ], - [ - 2.799999952316284, - [ - -0.02825741097331047, - -0.018837302923202515, - 0.09279131889343262, - 0.9951062202453613 - ] - ], - [ - 2.8333332538604736, - [ - -0.028315739706158638, - -0.0186951644718647, - 0.09829911589622498, - 0.9945784211158752 - ] - ], - [ - 2.866666555404663, - [ - -0.028445854783058167, - -0.018869275227189064, - 0.10144106298685074, - 0.9942558407783508 - ] - ], - [ - 2.9000000953674316, - [ - -0.028584957122802734, - -0.0192941352725029, - 0.09951935708522797, - 0.9944378137588501 - ] - ], - [ - 2.933333396911621, - [ - -0.02865735813975334, - -0.019911309704184532, - 0.09192413836717606, - 0.9951543807983398 - ] - ], - [ - 2.9666666984558105, - [ - -0.028666630387306213, - -0.020589031279087067, - 0.08320105075836182, - 0.9959076046943665 - ] - ], - [ - 3.0, - [ - -0.028574218973517418, - -0.020921047776937485, - 0.07690747827291489, - 0.9964091777801514 - ] - ], - [ - 3.0333333015441895, - [ - -0.028377894312143326, - -0.020575636997818947, - 0.07513460516929626, - 0.9965571165084839 - ] - ], - [ - 3.066666603088379, - [ - -0.028208041563630104, - -0.01981470361351967, - 0.0782814621925354, - 0.9963351488113403 - ] - ], - [ - 3.0999999046325684, - [ - -0.028119908645749092, - -0.01905118115246296, - 0.0845399722456932, - 0.9958410263061523 - ] - ], - [ - 3.133333444595337, - [ - -0.02811306156218052, - -0.01854667440056801, - 0.09171441197395325, - 0.995215654373169 - ] - ], - [ - 3.1666667461395264, - [ - -0.02815580926835537, - -0.018393786624073982, - 0.0965220034122467, - 0.9947625994682312 - ] - ], - [ - 3.200000047683716, - [ - -0.028250262141227722, - -0.018692757934331894, - 0.09539970755577087, - 0.9948624968528748 - ] - ], - [ - 3.2333333492279053, - [ - -0.028417063876986504, - -0.019431833177804947, - 0.09017482399940491, - 0.995330810546875 - ] - ], - [ - 3.2666666507720947, - [ - -0.02859235182404518, - -0.020373543724417686, - 0.08350314199924469, - 0.995888888835907 - ] - ], - [ - 3.299999952316284, - [ - -0.028616931289434433, - -0.020931124687194824, - 0.07784028351306915, - 0.9963352084159851 - ] - ], - [ - 3.3333332538604736, - [ - -0.028207167983055115, - -0.019855670630931854, - 0.07685612142086029, - 0.9964452981948853 - ] - ], - [ - 3.366666555404663, - [ - -0.02769773080945015, - -0.0184333473443985, - 0.07684973627328873, - 0.9964874386787415 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658319201_681519.json b/lenses/physics-objects/Scene/assets/1646688658319201_681519.json deleted file mode 100644 index 352aefbb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658319201_681519.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658319201:681519", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658320235_681532.json b/lenses/physics-objects/Scene/assets/1646688658320235_681532.json deleted file mode 100644 index a75c63a9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658320235_681532.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658320235:681532", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.7884345054626465, - 1.20959767115086e-15, - -1.1563559770584106 - ] - ], - [ - 6.633333206176758, - [ - 3.7884345054626465, - 1.20959767115086e-15, - -1.1563559770584106 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658320399_681539.json b/lenses/physics-objects/Scene/assets/1646688658320399_681539.json deleted file mode 100644 index 865ac4fc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658320399_681539.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658320399:681539", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658320569_681546.json b/lenses/physics-objects/Scene/assets/1646688658320569_681546.json deleted file mode 100644 index 4b45f3c2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658320569_681546.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658320569:681546", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658321505_681559.json b/lenses/physics-objects/Scene/assets/1646688658321505_681559.json deleted file mode 100644 index 466f854e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658321505_681559.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658321505:681559", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.7884345054626465, - 0.0, - -1.1563559770584106 - ] - ], - [ - 3.366666555404663, - [ - 3.7884345054626465, - 0.0, - -1.1563559770584106 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658321674_681566.json b/lenses/physics-objects/Scene/assets/1646688658321674_681566.json deleted file mode 100644 index 53a27502..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658321674_681566.json +++ /dev/null @@ -1,370 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658321674:681566", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.012525029480457306, - 0.0, - 0.9999215602874756 - ] - ], - [ - 1.5666667222976685, - [ - 6.354337529046461e-05, - -0.01482462789863348, - -0.005069127772003412, - 0.9998772740364075 - ] - ], - [ - 1.600000023841858, - [ - 0.00021854486840311438, - -0.0204366035759449, - -0.017443494871258736, - 0.9996389746665955 - ] - ], - [ - 1.6333333253860474, - [ - 0.00041098834481090307, - -0.02740097977221012, - -0.03280699998140335, - 0.9990859627723694 - ] - ], - [ - 1.6666666269302368, - [ - 0.0005999053828418255, - -0.034234270453453064, - -0.047888994216918945, - 0.9982657432556152 - ] - ], - [ - 1.7000000476837158, - [ - 0.0007615540525875986, - -0.040078479796648026, - -0.06079399213194847, - 0.9973450899124146 - ] - ], - [ - 1.7333333492279053, - [ - 0.0008844402618706226, - -0.044519636780023575, - -0.07060454785823822, - 0.9965100288391113 - ] - ], - [ - 1.7666666507720947, - [ - 0.0009627725230529904, - -0.04734978452324867, - -0.07685808092355728, - 0.9959166049957275 - ] - ], - [ - 1.7999999523162842, - [ - 0.0009908233769237995, - -0.04836311563849449, - -0.07909747958183289, - 0.9956925511360168 - ] - ], - [ - 2.299999952316284, - [ - 0.0009861834114417434, - -0.048195526003837585, - -0.07872709631919861, - 0.9957300424575806 - ] - ], - [ - 2.3333332538604736, - [ - 0.0009739536908455193, - -0.0477537177503109, - -0.07775072753429413, - 0.9958280324935913 - ] - ], - [ - 2.366666555404663, - [ - 0.000956360308919102, - -0.047118134796619415, - -0.07634618133306503, - 0.9959669709205627 - ] - ], - [ - 2.4000000953674316, - [ - 0.0009357333183288574, - -0.0463729165494442, - -0.07469943910837173, - 0.9961268305778503 - ] - ], - [ - 2.433333396911621, - [ - 0.000914580887183547, - -0.04560867324471474, - -0.07301075011491776, - 0.9962873458862305 - ] - ], - [ - 2.4666666984558105, - [ - 0.0008956374367699027, - -0.044924233108758926, - -0.07149848341941833, - 0.9964281320571899 - ] - ], - [ - 2.5, - [ - 0.0008818520582281053, - -0.0444260910153389, - -0.07039789110422134, - 0.9965288043022156 - ] - ], - [ - 2.5333333015441895, - [ - 0.0008735696319490671, - -0.04412681981921196, - -0.06973668932914734, - 0.9965887069702148 - ] - ], - [ - 2.5999999046325684, - [ - 0.0008654994890093803, - -0.04383520036935806, - -0.06909242272377014, - 0.9966464638710022 - ] - ], - [ - 2.700000047683716, - [ - 0.0008589685894548893, - -0.043599214404821396, - -0.068571075797081, - 0.9966927170753479 - ] - ], - [ - 2.7333333492279053, - [ - 0.0008539842674508691, - -0.04341908544301987, - -0.0681731328368187, - 0.9967278838157654 - ] - ], - [ - 2.7666666507720947, - [ - 0.0008457484655082226, - -0.04312145709991455, - -0.06751561909914017, - 0.996785581111908 - ] - ], - [ - 2.799999952316284, - [ - 0.0008330750279128551, - -0.04266344755887985, - -0.06650383025407791, - 0.9968733191490173 - ] - ], - [ - 2.8333332538604736, - [ - 0.0008120859856717288, - -0.04190489277243614, - -0.06482817232608795, - 0.9970159530639648 - ] - ], - [ - 2.866666555404663, - [ - 0.0007812445401214063, - -0.040790241211652756, - -0.0623660683631897, - 0.9972191452980042 - ] - ], - [ - 2.9000000953674316, - [ - 0.000742838834412396, - -0.03940202295780182, - -0.059299975633621216, - 0.9974620938301086 - ] - ], - [ - 2.933333396911621, - [ - 0.0006993841961957514, - -0.03783116862177849, - -0.055830877274274826, - 0.9977230429649353 - ] - ], - [ - 2.9666666984558105, - [ - 0.0006538074812851846, - -0.03618333488702774, - -0.05219224467873573, - 0.9979811310768127 - ] - ], - [ - 3.0, - [ - 0.0006032210076227784, - -0.034354161471128464, - -0.048153676092624664, - 0.998248815536499 - ] - ], - [ - 3.0333333015441895, - [ - 0.0005445189890451729, - -0.03223123028874397, - -0.04346722364425659, - 0.9985346794128418 - ] - ], - [ - 3.066666603088379, - [ - 0.0004811894614249468, - -0.02994060330092907, - -0.03841140866279602, - 0.998813271522522 - ] - ], - [ - 3.0999999046325684, - [ - 0.00041756866266950965, - -0.027639063075184822, - -0.033332351595163345, - 0.9990620017051697 - ] - ], - [ - 3.133333444595337, - [ - 0.00035896975896321237, - -0.025518838316202164, - -0.028654195368289948, - 0.9992635250091553 - ] - ], - [ - 3.1666667461395264, - [ - 0.00030049512861296535, - -0.023402675986289978, - -0.023985736072063446, - 0.9994384050369263 - ] - ], - [ - 3.200000047683716, - [ - 0.00023569719633087516, - -0.021057317033410072, - -0.018812481313943863, - 0.9996012449264526 - ] - ], - [ - 3.2333333492279053, - [ - 0.0001689256459940225, - -0.018640117719769478, - -0.013481699861586094, - 0.9997353553771973 - ] - ], - [ - 3.2666666507720947, - [ - 0.00010545790428295732, - -0.016342129558324814, - -0.008414700627326965, - 0.9998311400413513 - ] - ], - [ - 3.299999952316284, - [ - 5.152117591933347e-05, - -0.014388926327228546, - -0.004108615685254335, - 0.9998881220817566 - ] - ], - [ - 3.3333332538604736, - [ - 2.0682364265667275e-05, - -0.01326123345643282, - -0.0016227378509938717, - 0.9999107718467712 - ] - ], - [ - 3.366666555404663, - [ - 3.8767324214268e-16, - -0.012525029480457306, - -3.02666013996325e-14, - 0.9999215602874756 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658321837_681573.json b/lenses/physics-objects/Scene/assets/1646688658321837_681573.json deleted file mode 100644 index 6a632114..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658321837_681573.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658321837:681573", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658322777_681586.json b/lenses/physics-objects/Scene/assets/1646688658322777_681586.json deleted file mode 100644 index 46090775..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658322777_681586.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658322777:681586", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.120227813720703, - -3.552713678800501e-15, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 4.120227813720703, - -3.907985046680551e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658323006_681593.json b/lenses/physics-objects/Scene/assets/1646688658323006_681593.json deleted file mode 100644 index 6d438995..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658323006_681593.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658323006:681593", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.06364893168210983, - -0.017591916024684906, - -0.10346544533967972, - 0.992438554763794 - ] - ], - [ - 0.03333333507180214, - [ - -0.06364893168210983, - -0.017591916024684906, - -0.10346544533967972, - 0.992438554763794 - ] - ], - [ - 0.06666667014360428, - [ - -0.06407224386930466, - -0.018454035744071007, - -0.1024533361196518, - 0.9925006628036499 - ] - ], - [ - 0.10000000149011612, - [ - -0.06458324939012527, - -0.01930658146739006, - -0.1015518307685852, - 0.9925439357757568 - ] - ], - [ - 0.13333334028720856, - [ - -0.06736789643764496, - -0.02126459591090679, - -0.09888379275798798, - 0.992588222026825 - ] - ], - [ - 0.1666666716337204, - [ - -0.07039487361907959, - -0.02342045307159424, - -0.09598391503095627, - 0.9926143884658813 - ] - ], - [ - 0.20000000298023224, - [ - -0.07360634207725525, - -0.02573937177658081, - -0.0929076299071312, - 0.9926166534423828 - ] - ], - [ - 0.23333333432674408, - [ - -0.07694527506828308, - -0.028185375034809113, - -0.08970969170331955, - 0.992591142654419 - ] - ], - [ - 0.2666666805744171, - [ - -0.08035562932491302, - -0.03072110377252102, - -0.08644384145736694, - 0.9925354719161987 - ] - ], - [ - 0.30000001192092896, - [ - -0.08378239721059799, - -0.033307719975709915, - -0.08316275477409363, - 0.9924490451812744 - ] - ], - [ - 0.3333333432674408, - [ - -0.08717182278633118, - -0.03590488061308861, - -0.07991797477006912, - 0.9923332333564758 - ] - ], - [ - 0.36666667461395264, - [ - -0.09047134220600128, - -0.03847070783376694, - -0.07675977796316147, - 0.992190957069397 - ] - ], - [ - 0.4000000059604645, - [ - -0.09362956136465073, - -0.04096199944615364, - -0.07373727113008499, - 0.9920274615287781 - ] - ], - [ - 0.4333333373069763, - [ - -0.0965963751077652, - -0.04333421587944031, - -0.07089848071336746, - 0.9918491244316101 - ] - ], - [ - 0.46666666865348816, - [ - -0.09932263195514679, - -0.04554177075624466, - -0.06829025596380234, - 0.991663932800293 - ] - ], - [ - 0.5, - [ - -0.10067110508680344, - -0.04317421838641167, - -0.0648159384727478, - 0.9918671250343323 - ] - ], - [ - 0.5333333611488342, - [ - -0.09987343847751617, - -0.03338804841041565, - -0.05944175273180008, - 0.9926617741584778 - ] - ], - [ - 0.5666666626930237, - [ - -0.09744276851415634, - -0.01849409006536007, - -0.05237368121743202, - 0.993690013885498 - ] - ], - [ - 0.6000000238418579, - [ - -0.09390445053577423, - -0.0007684240699745715, - -0.043820593506097794, - 0.9946160912513733 - ] - ], - [ - 0.6333333253860474, - [ - -0.08978099375963211, - 0.01757524162530899, - -0.03392554447054863, - 0.9952284097671509 - ] - ], - [ - 0.6666666865348816, - [ - -0.0855654627084732, - 0.03438086062669754, - -0.022737132385373116, - 0.9954796433448792 - ] - ], - [ - 0.699999988079071, - [ - -0.08182691037654877, - 0.047331031411886215, - -0.010129660367965698, - 0.9954705238342285 - ] - ], - [ - 0.7333333492279053, - [ - -0.07914876192808151, - 0.05402066931128502, - 0.004159183241426945, - 0.9953893423080444 - ] - ], - [ - 0.7666666507720947, - [ - -0.07801288366317749, - 0.05666060373187065, - 0.018168816342949867, - 0.9951751828193665 - ] - ], - [ - 0.800000011920929, - [ - -0.07837597280740738, - 0.05901467800140381, - 0.029905252158641815, - 0.9947261810302734 - ] - ], - [ - 0.8333333134651184, - [ - -0.07994497567415237, - 0.06109108775854111, - 0.039540234953165054, - 0.994139552116394 - ] - ], - [ - 0.8666666746139526, - [ - -0.08243409544229507, - 0.06291971355676651, - 0.04724395275115967, - 0.9934856295585632 - ] - ], - [ - 0.8999999761581421, - [ - -0.08556416630744934, - 0.06454529613256454, - 0.053184717893600464, - 0.9928163290023804 - ] - ], - [ - 0.9333333373069763, - [ - -0.0890616700053215, - 0.06602165102958679, - 0.05752949416637421, - 0.9921690821647644 - ] - ], - [ - 0.9666666388511658, - [ - -0.09265772253274918, - 0.06740681082010269, - 0.06044391915202141, - 0.9915732145309448 - ] - ], - [ - 1.0, - [ - -0.09608694911003113, - 0.06875911355018616, - 0.06209269165992737, - 0.991051971912384 - ] - ], - [ - 1.0333333015441895, - [ - -0.09908653795719147, - 0.07013418525457382, - 0.06263943016529083, - 0.9906257390975952 - ] - ], - [ - 1.0666667222976685, - [ - -0.10139545053243637, - 0.07158287614583969, - 0.0622466579079628, - 0.9903132915496826 - ] - ], - [ - 1.100000023841858, - [ - -0.1027536615729332, - 0.07314984500408173, - 0.06107546016573906, - 0.9901316165924072 - ] - ], - [ - 1.1333333253860474, - [ - -0.10290182381868362, - 0.07487326860427856, - 0.05928509682416916, - 0.9900962114334106 - ] - ], - [ - 1.1666666269302368, - [ - -0.10158068686723709, - 0.07678508758544922, - 0.05703236535191536, - 0.9902185201644897 - ] - ], - [ - 1.2000000476837158, - [ - -0.09967131912708282, - 0.0788942500948906, - 0.054990775883197784, - 0.9903622269630432 - ] - ], - [ - 1.2333333492279053, - [ - -0.09822771698236465, - 0.08117949217557907, - 0.05374159663915634, - 0.9903903603553772 - ] - ], - [ - 1.2666666507720947, - [ - -0.0970919281244278, - 0.08388727158308029, - 0.05306945741176605, - 0.990312933921814 - ] - ], - [ - 1.2999999523162842, - [ - -0.09610255807638168, - 0.08720278739929199, - 0.05274687334895134, - 0.9901402592658997 - ] - ], - [ - 1.3333333730697632, - [ - -0.09525531530380249, - 0.09101860225200653, - 0.05277311056852341, - 0.9898772835731506 - ] - ], - [ - 1.3666666746139526, - [ - -0.09454688429832458, - 0.09522818773984909, - 0.05314882472157478, - 0.9895291328430176 - ] - ], - [ - 1.399999976158142, - [ - -0.09397456049919128, - 0.09972571581602097, - 0.05387658253312111, - 0.9891010522842407 - ] - ], - [ - 1.4333332777023315, - [ - -0.0935361385345459, - 0.10440603643655777, - 0.05496137589216232, - 0.9885998368263245 - ] - ], - [ - 1.4666666984558105, - [ - -0.09428401291370392, - 0.10872000455856323, - 0.05014056712388992, - 0.988319993019104 - ] - ], - [ - 1.5, - [ - -0.09678934514522552, - 0.11214341968297958, - 0.03570939972996712, - 0.9883220791816711 - ] - ], - [ - 1.5333333015441895, - [ - -0.10038129985332489, - 0.11467110365629196, - 0.01550515927374363, - 0.9881973266601563 - ] - ], - [ - 1.5666667222976685, - [ - -0.10442042350769043, - 0.11635445058345795, - -0.006631817668676376, - 0.9876811504364014 - ] - ], - [ - 1.600000023841858, - [ - -0.10826721787452698, - 0.11728354543447495, - -0.026859689503908157, - 0.9868137240409851 - ] - ], - [ - 1.6333333253860474, - [ - -0.11126641929149628, - 0.11758531630039215, - -0.04134823754429817, - 0.9859431982040405 - ] - ], - [ - 1.6666666269302368, - [ - -0.11273857951164246, - 0.11743859201669693, - -0.04628203436732292, - 0.9855741262435913 - ] - ], - [ - 1.7000000476837158, - [ - -0.11301667988300323, - 0.116939015686512, - -0.044481080025434494, - 0.9856845140457153 - ] - ], - [ - 1.7333333492279053, - [ - -0.11295265704393387, - 0.1159258782863617, - -0.04138714075088501, - 0.9859462380409241 - ] - ], - [ - 1.7666666507720947, - [ - -0.11261966079473495, - 0.11424721777439117, - -0.03711959347128868, - 0.9863501191139221 - ] - ], - [ - 1.7999999523162842, - [ - -0.11197053641080856, - 0.11217445135116577, - -0.0319223627448082, - 0.9868437051773071 - ] - ], - [ - 1.8333333730697632, - [ - -0.11093948781490326, - 0.11003143340349197, - -0.02609039843082428, - 0.9873726963996887 - ] - ], - [ - 1.8666666746139526, - [ - -0.10956861078739166, - 0.10773580521345139, - -0.019818395376205444, - 0.9879245758056641 - ] - ], - [ - 1.899999976158142, - [ - -0.10790025442838669, - 0.10519880801439285, - -0.013300668448209763, - 0.9884907007217407 - ] - ], - [ - 1.9333332777023315, - [ - -0.10597696155309677, - 0.10232581198215485, - -0.0067315478809177876, - 0.9890668392181396 - ] - ], - [ - 1.9666666984558105, - [ - -0.10329854488372803, - 0.09894499182701111, - 0.000505792791955173, - 0.989716649055481 - ] - ], - [ - 2.0, - [ - -0.09948593378067017, - 0.09490138292312622, - 0.008910822682082653, - 0.9904629588127136 - ] - ], - [ - 2.0333333015441895, - [ - -0.09476184844970703, - 0.09011930972337723, - 0.018110381439328194, - 0.9912470579147339 - ] - ], - [ - 2.066666603088379, - [ - -0.08934760093688965, - 0.08452460169792175, - 0.02772645652294159, - 0.9920200705528259 - ] - ], - [ - 2.0999999046325684, - [ - -0.08346384018659592, - 0.07804855704307556, - 0.037375304847955704, - 0.9927463531494141 - ] - ], - [ - 2.133333444595337, - [ - -0.07806868851184845, - 0.0699956938624382, - 0.040054865181446075, - 0.9936807751655579 - ] - ], - [ - 2.1666667461395264, - [ - -0.07383069396018982, - 0.06024705618619919, - 0.03140200674533844, - 0.994953989982605 - ] - ], - [ - 2.200000047683716, - [ - -0.0705469399690628, - 0.049594391137361526, - 0.014995702542364597, - 0.9961620569229126 - ] - ], - [ - 2.2333333492279053, - [ - -0.06797140091657639, - 0.038768526166677475, - -0.005553470458835363, - 0.9969183802604675 - ] - ], - [ - 2.2666666507720947, - [ - -0.0657636895775795, - 0.028380556032061577, - -0.026597151532769203, - 0.9970769882202148 - ] - ], - [ - 2.299999952316284, - [ - -0.063469797372818, - 0.018872972577810287, - -0.04446335509419441, - 0.9968142509460449 - ] - ], - [ - 2.3333332538604736, - [ - -0.06053733825683594, - 0.010496673174202442, - -0.055473875254392624, - 0.996567964553833 - ] - ], - [ - 2.366666555404663, - [ - -0.056367188692092896, - 0.0033279715571552515, - -0.05594466254115105, - 0.9968359470367432 - ] - ], - [ - 2.4000000953674316, - [ - -0.050094980746507645, - -0.0034580363426357508, - -0.049035824835300446, - 0.9975339770317078 - ] - ], - [ - 2.433333396911621, - [ - -0.041750431060791016, - -0.010548119433224201, - -0.04080628603696823, - 0.9982386827468872 - ] - ], - [ - 2.4666666984558105, - [ - -0.032340288162231445, - -0.017757615074515343, - -0.031878843903541565, - 0.9988105297088623 - ] - ], - [ - 2.5, - [ - -0.02283552847802639, - -0.024871082976460457, - -0.022847814485430717, - 0.9991686344146729 - ] - ], - [ - 2.5333333015441895, - [ - -0.013940103352069855, - -0.0316125825047493, - -0.014311624690890312, - 0.9993005990982056 - ] - ], - [ - 2.566666603088379, - [ - -0.006350316572934389, - -0.03766769543290138, - -0.006870590150356293, - 0.9992465376853943 - ] - ], - [ - 2.5999999046325684, - [ - -0.0007543085957877338, - -0.042690783739089966, - -0.0011259546736255288, - 0.9990875124931335 - ] - ], - [ - 2.633333444595337, - [ - 0.0021652011200785637, - -0.046317704021930695, - 0.0023225571494549513, - 0.9989216923713684 - ] - ], - [ - 2.6666667461395264, - [ - 0.001724623260088265, - -0.04818394407629967, - 0.0028799509163945913, - 0.9988329410552979 - ] - ], - [ - 2.700000047683716, - [ - -0.0006856810650788248, - -0.049045342952013016, - 0.0017813348677009344, - 0.9987947344779968 - ] - ], - [ - 2.7333333492279053, - [ - -0.003182294312864542, - -0.04989258944988251, - 0.0006593195721507072, - 0.998749315738678 - ] - ], - [ - 2.7666666507720947, - [ - -0.005714843515306711, - -0.05072742700576782, - -0.0004782405449077487, - 0.9986960887908936 - ] - ], - [ - 2.799999952316284, - [ - -0.008232944644987583, - -0.05155200511217117, - -0.0016232483321800828, - 0.9986351728439331 - ] - ], - [ - 2.8333332538604736, - [ - -0.010686203837394714, - -0.052368830889463425, - -0.002767373574897647, - 0.9985669255256653 - ] - ], - [ - 2.866666555404663, - [ - -0.013024232350289822, - -0.053180813789367676, - -0.0039020555559545755, - 0.9984923601150513 - ] - ], - [ - 2.9000000953674316, - [ - -0.015196669846773148, - -0.05399121344089508, - -0.005018521100282669, - 0.9984131455421448 - ] - ], - [ - 2.933333396911621, - [ - -0.017506388947367668, - -0.06088077649474144, - -0.01399249117821455, - 0.9978935122489929 - ] - ], - [ - 2.9666666984558105, - [ - -0.020100407302379608, - -0.07491018623113632, - -0.03289376199245453, - 0.9964450001716614 - ] - ], - [ - 3.0, - [ - -0.022400449961423874, - -0.08863849192857742, - -0.05297766998410225, - 0.994401752948761 - ] - ], - [ - 3.0333333015441895, - [ - -0.022953316569328308, - -0.09467456489801407, - -0.06570719927549362, - 0.9930722117424011 - ] - ], - [ - 3.066666603088379, - [ - -0.021196462213993073, - -0.09429848939180374, - -0.07144773751497269, - 0.9927505850791931 - ] - ], - [ - 3.0999999046325684, - [ - -0.018226036801934242, - -0.09379857033491135, - -0.07615277171134949, - 0.9925072193145752 - ] - ], - [ - 3.133333444595337, - [ - -0.014491807669401169, - -0.09324342757463455, - -0.07989317178726196, - 0.9923269152641296 - ] - ], - [ - 3.1666667461395264, - [ - -0.010446837171912193, - -0.09269002825021744, - -0.08273614197969437, - 0.9921966195106506 - ] - ], - [ - 3.200000047683716, - [ - -0.006546594202518463, - -0.09218819439411163, - -0.08474534749984741, - 0.9921072125434875 - ] - ], - [ - 3.2333333492279053, - [ - -0.003308388404548168, - -0.09177953749895096, - -0.08605214953422546, - 0.9920486807823181 - ] - ], - [ - 3.2666666507720947, - [ - -0.0012483041500672698, - -0.09150715917348862, - -0.08678106963634491, - 0.9920151829719543 - ] - ], - [ - 3.299999952316284, - [ - -0.0008217593422159553, - -0.09142244607210159, - -0.08698205649852753, - 0.9920057654380798 - ] - ], - [ - 3.3333332538604736, - [ - -0.0015502762980759144, - -0.09163524955511093, - -0.08697017282247543, - 0.9919862747192383 - ] - ], - [ - 3.366666555404663, - [ - -0.002600179985165596, - -0.09211321920156479, - -0.08702945709228516, - 0.991934597492218 - ] - ], - [ - 3.4000000953674316, - [ - -0.003894043853506446, - -0.09269800037145615, - -0.08716439455747604, - 0.991864025592804 - ] - ], - [ - 3.433333396911621, - [ - -0.007316844072192907, - -0.09453067928552628, - -0.085748091340065, - 0.9917953014373779 - ] - ], - [ - 3.4666666984558105, - [ - -0.010893934406340122, - -0.0963926911354065, - -0.08403432369232178, - 0.9917299151420593 - ] - ], - [ - 3.5, - [ - -0.014469456858932972, - -0.09809093177318573, - -0.08203808218240738, - 0.9916847348213196 - ] - ], - [ - 3.5333333015441895, - [ - -0.017890382558107376, - -0.09943162649869919, - -0.07977131009101868, - 0.9916803240776062 - ] - ], - [ - 3.566666603088379, - [ - -0.021006803959608078, - -0.1002199724316597, - -0.07724267244338989, - 0.9917399883270264 - ] - ], - [ - 3.5999999046325684, - [ - -0.018076715990900993, - -0.09633498638868332, - -0.07459590584039688, - 0.9923851490020752 - ] - ], - [ - 3.633333444595337, - [ - -0.005584262311458588, - -0.08532430976629257, - -0.07246825098991394, - 0.9936987161636353 - ] - ], - [ - 3.6666667461395264, - [ - 0.013265726156532764, - -0.06953214108943939, - -0.07170041650533676, - 0.994911253452301 - ] - ], - [ - 3.700000047683716, - [ - 0.03522292524576187, - -0.05134795606136322, - -0.07303617894649506, - 0.9953835606575012 - ] - ], - [ - 3.7333333492279053, - [ - 0.05698903650045395, - -0.03317492455244064, - -0.07694113254547119, - 0.994852602481842 - ] - ], - [ - 3.7666666507720947, - [ - 0.0752476155757904, - -0.01737312227487564, - -0.08354032039642334, - 0.993507444858551 - ] - ], - [ - 3.799999952316284, - [ - 0.08669871836900711, - -0.006205689162015915, - -0.09267614781856537, - 0.9918951392173767 - ] - ], - [ - 3.8333332538604736, - [ - 0.08807365596294403, - -0.001812983537092805, - -0.10408367961645126, - 0.9906596541404724 - ] - ], - [ - 3.866666555404663, - [ - 0.08118301630020142, - -0.0018932605162262917, - -0.11554504930973053, - 0.9899774193763733 - ] - ], - [ - 3.9000000953674316, - [ - 0.0708557739853859, - -0.002509105484932661, - -0.12514649331569672, - 0.9896017909049988 - ] - ], - [ - 3.933333396911621, - [ - 0.05838026851415634, - -0.0033209959510713816, - -0.1331612914800644, - 0.9893679022789001 - ] - ], - [ - 3.9666666984558105, - [ - 0.04505448788404465, - -0.004049466457217932, - -0.1398521512746811, - 0.989138662815094 - ] - ], - [ - 4.0, - [ - 0.032048217952251434, - -0.004620082676410675, - -0.1454004943370819, - 0.9888429045677185 - ] - ], - [ - 4.0333333015441895, - [ - 0.02048182301223278, - -0.005007890518754721, - -0.14991390705108643, - 0.9884741902351379 - ] - ], - [ - 4.066666603088379, - [ - 0.011583643034100533, - -0.005044762510806322, - -0.15351983904838562, - 0.9880648851394653 - ] - ], - [ - 4.099999904632568, - [ - 0.006580213084816933, - -0.0045646000653505325, - -0.15634112060070038, - 0.9876706600189209 - ] - ], - [ - 4.133333206176758, - [ - 0.004368474241346121, - -0.0037693411577492952, - -0.15898986160755157, - 0.9872633814811707 - ] - ], - [ - 4.166666507720947, - [ - 0.0029557610396295786, - -0.0029727891087532043, - -0.16194190084934235, - 0.9867914915084839 - ] - ], - [ - 4.199999809265137, - [ - 0.0022329543717205524, - -0.0021740668453276157, - -0.16512107849121094, - 0.9862684011459351 - ] - ], - [ - 4.233333110809326, - [ - 0.002090984024107456, - -0.0013712362851947546, - -0.1684512346982956, - 0.9857068061828613 - ] - ], - [ - 4.266666889190674, - [ - 0.0024208177346736193, - -0.0005605093319900334, - -0.1718558967113495, - 0.9851189851760864 - ] - ], - [ - 4.300000190734863, - [ - 0.003113523591309786, - 0.00026430393336340785, - -0.17525804042816162, - 0.9845175743103027 - ] - ], - [ - 4.333333492279053, - [ - 0.004060084465891123, - 0.0011121934512630105, - -0.17858059704303741, - 0.9839162826538086 - ] - ], - [ - 4.366666793823242, - [ - 0.005151417572051287, - 0.001995073165744543, - -0.1817455291748047, - 0.9833300709724426 - ] - ], - [ - 4.400000095367432, - [ - 0.006278149783611298, - 0.002927665365859866, - -0.18467450141906738, - 0.9827753305435181 - ] - ], - [ - 4.433333396911621, - [ - 0.0073304809629917145, - 0.003927235491573811, - -0.18728819489479065, - 0.982269823551178 - ] - ], - [ - 4.4666666984558105, - [ - 0.008197878487408161, - 0.005013033747673035, - -0.18950654566287994, - 0.9818325638771057 - ] - ], - [ - 4.5, - [ - 0.00876879133284092, - 0.006205537356436253, - -0.19124820828437805, - 0.9814829230308533 - ] - ], - [ - 4.5333333015441895, - [ - 0.008930213749408722, - 0.0075254375115036964, - -0.1924307942390442, - 0.9812410473823547 - ] - ], - [ - 4.566666603088379, - [ - 0.010782286524772644, - 0.007409123238176107, - -0.18103279173374176, - 0.9833901524543762 - ] - ], - [ - 4.599999904632568, - [ - 0.015386125072836876, - 0.004918810911476612, - -0.15036641061306, - 0.9884983897209167 - ] - ], - [ - 4.633333206176758, - [ - 0.021099181845784187, - 0.0009621779900044203, - -0.10839171707630157, - 0.9938838481903076 - ] - ], - [ - 4.666666507720947, - [ - 0.02649828977882862, - -0.0035017402842640877, - -0.0632968619465828, - 0.9976367354393005 - ] - ], - [ - 4.699999809265137, - [ - 0.030530717223882675, - -0.007372280117124319, - -0.023489084094762802, - 0.9992306232452393 - ] - ], - [ - 4.733333110809326, - [ - 0.03255713731050491, - -0.009390688501298428, - 0.0025564925745129585, - 0.9994224905967712 - ] - ], - [ - 4.766666889190674, - [ - 0.03226734325289726, - -0.00819490011781454, - 0.006400941405445337, - 0.9994251728057861 - ] - ], - [ - 4.800000190734863, - [ - 0.030550597235560417, - -0.006738556083291769, - -0.003296871203929186, - 0.9995051622390747 - ] - ], - [ - 4.833333492279053, - [ - 0.028415633365511894, - -0.008389104157686234, - -0.011387012898921967, - 0.9994962215423584 - ] - ], - [ - 4.866666793823242, - [ - 0.0259122084826231, - -0.012398838065564632, - -0.01655322127044201, - 0.9994502663612366 - ] - ], - [ - 4.900000095367432, - [ - 0.023224249482154846, - -0.01797325350344181, - -0.020118165761232376, - 0.9993662238121033 - ] - ], - [ - 4.933333396911621, - [ - 0.020561430603265762, - -0.024308448657393456, - -0.02408166043460369, - 0.9992029070854187 - ] - ], - [ - 4.9666666984558105, - [ - 0.018078120425343513, - -0.030646126717329025, - -0.028139038011431694, - 0.9989705681800842 - ] - ], - [ - 5.0, - [ - 0.015940891578793526, - -0.03622967004776001, - -0.03198498114943504, - 0.9987043142318726 - ] - ], - [ - 5.0333333015441895, - [ - 0.014328096993267536, - -0.04030343517661095, - -0.035317499190568924, - 0.9984602928161621 - ] - ], - [ - 5.066666603088379, - [ - 0.013427010737359524, - -0.04211058467626572, - -0.03784286975860596, - 0.9983057379722595 - ] - ], - [ - 5.099999904632568, - [ - 0.012926262803375721, - -0.04246067628264427, - -0.039758168160915375, - 0.998223066329956 - ] - ], - [ - 5.133333206176758, - [ - 0.012384556233882904, - -0.042682018131017685, - -0.04146450385451317, - 0.9981511831283569 - ] - ], - [ - 5.166666507720947, - [ - 0.011798846535384655, - -0.04279045760631561, - -0.04298406094312668, - 0.9980892539024353 - ] - ], - [ - 5.199999809265137, - [ - 0.011167074553668499, - -0.042798902839422226, - -0.044339340180158615, - 0.9980368614196777 - ] - ], - [ - 5.233333110809326, - [ - 0.010487936437129974, - -0.04271801561117172, - -0.04555293917655945, - 0.9979930520057678 - ] - ], - [ - 5.266666889190674, - [ - 0.009760739281773567, - -0.0425567589700222, - -0.04664758965373039, - 0.9979567527770996 - ] - ], - [ - 5.300000190734863, - [ - 0.008985417895019054, - -0.04232286289334297, - -0.04764596372842789, - 0.9979268908500671 - ] - ], - [ - 5.333333492279053, - [ - 0.008162293583154678, - -0.042022962123155594, - -0.04857081174850464, - 0.997901976108551 - ] - ], - [ - 5.366666793823242, - [ - 0.007292160298675299, - -0.04166299104690552, - -0.04944489523768425, - 0.9978808760643005 - ] - ], - [ - 5.400000095367432, - [ - 0.006376168690621853, - -0.04124830663204193, - -0.050290971994400024, - 0.9978621006011963 - ] - ], - [ - 5.433333396911621, - [ - 0.005415846593677998, - -0.04078374430537224, - -0.05113174393773079, - 0.9978442192077637 - ] - ], - [ - 5.4666666984558105, - [ - 0.0044130296446383, - -0.040273815393447876, - -0.051989905536174774, - 0.9978254437446594 - ] - ], - [ - 5.5, - [ - 0.0033698701299726963, - -0.039722803980112076, - -0.052888140082359314, - 0.9978044033050537 - ] - ], - [ - 5.5333333015441895, - [ - 0.0022888053208589554, - -0.03913477435708046, - -0.053849078714847565, - 0.9977793097496033 - ] - ], - [ - 5.566666603088379, - [ - 0.001172534073702991, - -0.0385136753320694, - -0.054895345121622086, - 0.9977483749389648 - ] - ], - [ - 5.599999904632568, - [ - 2.4007717001950368e-05, - -0.03786338493227959, - -0.05604952201247215, - 0.9977098107337952 - ] - ], - [ - 5.633333206176758, - [ - -0.0011535893427208066, - -0.03718772903084755, - -0.05733415111899376, - 0.9976615309715271 - ] - ], - [ - 5.666666507720947, - [ - -0.0023568591568619013, - -0.0364905521273613, - -0.05877173691987991, - 0.9976015090942383 - ] - ], - [ - 5.699999809265137, - [ - -0.003582203993573785, - -0.03577573969960213, - -0.06038477271795273, - 0.9975274205207825 - ] - ], - [ - 5.733333110809326, - [ - -0.0048258439637720585, - -0.03504722937941551, - -0.062195684760808945, - 0.9974368810653687 - ] - ], - [ - 5.766666889190674, - [ - -0.006328429561108351, - -0.034324485808610916, - -0.06421486288309097, - 0.9973255395889282 - ] - ], - [ - 5.800000190734863, - [ - -0.008293475955724716, - -0.03362155333161354, - -0.06641754508018494, - 0.9971908330917358 - ] - ], - [ - 5.833333492279053, - [ - -0.010661618784070015, - -0.03293387219309807, - -0.0687737986445427, - 0.9970316290855408 - ] - ], - [ - 5.866666793823242, - [ - -0.013373511843383312, - -0.03225686401128769, - -0.07125382870435715, - 0.9968467950820923 - ] - ], - [ - 5.900000095367432, - [ - -0.016369841992855072, - -0.031585946679115295, - -0.07382815331220627, - 0.9966362118721008 - ] - ], - [ - 5.933333396911621, - [ - -0.019591353833675385, - -0.030916821211576462, - -0.07646729797124863, - 0.9964000582695007 - ] - ], - [ - 5.9666666984558105, - [ - -0.022978778928518295, - -0.030245544388890266, - -0.07914203405380249, - 0.9961395263671875 - ] - ], - [ - 6.0, - [ - -0.026472952216863632, - -0.029568644240498543, - -0.08182327449321747, - 0.9958563446998596 - ] - ], - [ - 6.0333333015441895, - [ - -0.030014747753739357, - -0.028883211314678192, - -0.08448204398155212, - 0.9955539703369141 - ] - ], - [ - 6.066666603088379, - [ - -0.03354513272643089, - -0.028186919167637825, - -0.08708944916725159, - 0.9952364563941956 - ] - ], - [ - 6.099999904632568, - [ - -0.037005141377449036, - -0.027478039264678955, - -0.08961674571037292, - 0.9949092268943787 - ] - ], - [ - 6.133333206176758, - [ - -0.04033596068620682, - -0.02675544284284115, - -0.09203524887561798, - 0.9945786595344543 - ] - ], - [ - 6.166666507720947, - [ - -0.04347887262701988, - -0.026018543168902397, - -0.09431637078523636, - 0.9942520260810852 - ] - ], - [ - 6.199999809265137, - [ - -0.046375326812267303, - -0.025267260149121284, - -0.09643164277076721, - 0.9939375519752502 - ] - ], - [ - 6.233333110809326, - [ - -0.048966869711875916, - -0.024501897394657135, - -0.0983525812625885, - 0.993644118309021 - ] - ], - [ - 6.266666889190674, - [ - -0.05119527131319046, - -0.023723052814602852, - -0.10005086660385132, - 0.993381142616272 - ] - ], - [ - 6.300000190734863, - [ - -0.05309190973639488, - -0.022951209917664528, - -0.10147150605916977, - 0.9931555986404419 - ] - ], - [ - 6.333333492279053, - [ - -0.0547456294298172, - -0.022205637767910957, - -0.10259931534528732, - 0.992966890335083 - ] - ], - [ - 6.366666793823242, - [ - -0.05618404224514961, - -0.021485794335603714, - -0.1034647673368454, - 0.9928125739097595 - ] - ], - [ - 6.400000095367432, - [ - -0.05743439868092537, - -0.020791787654161453, - -0.10409771651029587, - 0.9926896095275879 - ] - ], - [ - 6.433333396911621, - [ - -0.05852358415722847, - -0.020124929025769234, - -0.10452700406312943, - 0.9925947189331055 - ] - ], - [ - 6.4666666984558105, - [ - -0.05947794392704964, - -0.019488368183374405, - -0.10478030145168304, - 0.9925239086151123 - ] - ], - [ - 6.5, - [ - -0.06032327935099602, - -0.01888824999332428, - -0.1048833355307579, - 0.9924736022949219 - ] - ], - [ - 6.5333333015441895, - [ - -0.061084482818841934, - -0.018335675820708275, - -0.10485865920782089, - 0.9924401044845581 - ] - ], - [ - 6.566666603088379, - [ - -0.06178499385714531, - -0.017850792035460472, - -0.10472320020198822, - 0.9924197793006897 - ] - ], - [ - 6.599999904632568, - [ - -0.06244534254074097, - -0.017472553998231888, - -0.10448244214057922, - 0.9924106597900391 - ] - ], - [ - 6.633333206176758, - [ - -0.06307773292064667, - -0.017288850620388985, - -0.1041121780872345, - 0.9924126863479614 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658323200_681600.json b/lenses/physics-objects/Scene/assets/1646688658323200_681600.json deleted file mode 100644 index 98709634..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658323200_681600.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658323200:681600", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658324172_681613.json b/lenses/physics-objects/Scene/assets/1646688658324172_681613.json deleted file mode 100644 index e1d6ac0d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658324172_681613.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658324172:681613", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 4.210193634033203, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 4.449684143066406, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 4.793212413787842, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 5.1927618980407715, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 5.5972137451171875, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 5.953238487243652, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 6.20658016204834, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 6.3029632568359375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 6.302816867828369, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 6.286803722381592, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 6.244623184204102, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 6.18498420715332, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 6.048078536987305, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.988101482391357, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 5.945240020751953, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 5.919802188873291, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 5.904217720031738, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.884127140045166, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 5.875518798828125, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 5.860561847686768, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 5.836024761199951, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 5.798692226409912, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 5.737972736358643, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 5.65117883682251, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 5.546942234039307, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 5.320463180541992, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.200425148010254, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.068267822265625, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.93363094329834, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.806002140045166, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.694681167602539, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.589103698730469, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.47807502746582, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.3697381019592285, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 4.272050857543945, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.192806243896484, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.148603439331055, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.120227813720703, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658324361_681620.json b/lenses/physics-objects/Scene/assets/1646688658324361_681620.json deleted file mode 100644 index 1736afc6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658324361_681620.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658324361:681620", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ], - [ - 0.03333333507180214, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ], - [ - 0.06666667014360428, - [ - -0.07252996414899826, - -0.06805935502052307, - -0.18119201064109802, - 0.978405237197876 - ] - ], - [ - 0.10000000149011612, - [ - -0.07631873339414597, - -0.08311024308204651, - -0.1745932549238205, - 0.9781540632247925 - ] - ], - [ - 0.13333334028720856, - [ - -0.07886999100446701, - -0.10062969475984573, - -0.16625480353832245, - 0.9777589440345764 - ] - ], - [ - 0.1666666716337204, - [ - -0.07906143367290497, - -0.11548689752817154, - -0.15669924020767212, - 0.9776796102523804 - ] - ], - [ - 0.20000000298023224, - [ - -0.07607404887676239, - -0.12251785397529602, - -0.146421417593956, - 0.978653609752655 - ] - ], - [ - 0.23333333432674408, - [ - -0.0693175420165062, - -0.11651556193828583, - -0.13595226407051086, - 0.9813950061798096 - ] - ], - [ - 0.2666666805744171, - [ - -0.05798119679093361, - -0.0910448282957077, - -0.1260240077972412, - 0.9861373901367188 - ] - ], - [ - 0.30000001192092896, - [ - -0.04326079040765762, - -0.049797963351011276, - -0.11721201241016388, - 0.9909137487411499 - ] - ], - [ - 0.3333333432674408, - [ - -0.027711164206266403, - -0.003073205007240176, - -0.10967348515987396, - 0.9935765862464905 - ] - ], - [ - 0.36666667461395264, - [ - -0.01403859630227089, - 0.03862467408180237, - -0.10307873040437698, - 0.9938238263130188 - ] - ], - [ - 0.4000000059604645, - [ - -0.004869159776717424, - 0.06495923548936844, - -0.09669691324234009, - 0.9931799173355103 - ] - ], - [ - 0.4333333373069763, - [ - -0.0012245458783581853, - 0.07192888110876083, - -0.09009252488613129, - 0.9933319091796875 - ] - ], - [ - 0.46666666865348816, - [ - -0.0016966632101684809, - 0.06572777777910233, - -0.08382835984230042, - 0.9943087100982666 - ] - ], - [ - 0.5, - [ - -0.00404897378757596, - 0.05296918749809265, - -0.07769065350294113, - 0.9955611824989319 - ] - ], - [ - 0.5333333611488342, - [ - -0.006004834547638893, - 0.04050041735172272, - -0.07143909484148026, - 0.9966043829917908 - ] - ], - [ - 0.5666666626930237, - [ - -0.006564558949321508, - 0.03373005613684654, - -0.06565798074007034, - 0.9972503185272217 - ] - ], - [ - 0.6000000238418579, - [ - -0.004867293406277895, - 0.03809189051389694, - -0.06092727184295654, - 0.9974033236503601 - ] - ], - [ - 0.6333333253860474, - [ - 0.0001608423626748845, - 0.06016797572374344, - -0.058016933500766754, - 0.9965009093284607 - ] - ], - [ - 0.6666666865348816, - [ - 0.007861247286200523, - 0.09614095836877823, - -0.05704517289996147, - 0.9937006235122681 - ] - ], - [ - 0.699999988079071, - [ - 0.016474993899464607, - 0.1358267366886139, - -0.05751941725611687, - 0.9889242649078369 - ] - ], - [ - 0.7333333492279053, - [ - 0.024112092331051826, - 0.1691703200340271, - -0.058637216687202454, - 0.9835456013679504 - ] - ], - [ - 0.7666666507720947, - [ - 0.028752334415912628, - 0.18636173009872437, - -0.05932013690471649, - 0.9802671670913696 - ] - ], - [ - 0.800000011920929, - [ - 0.02963266149163246, - 0.18387740850448608, - -0.059116169810295105, - 0.9807223081588745 - ] - ], - [ - 0.8333333134651184, - [ - 0.02810233272612095, - 0.16814464330673218, - -0.05886199325323105, - 0.983601987361908 - ] - ], - [ - 0.8666666746139526, - [ - 0.022468380630016327, - 0.13555309176445007, - -0.06292260438203812, - 0.98851478099823 - ] - ], - [ - 0.8999999761581421, - [ - 0.011512779630720615, - 0.08693861961364746, - -0.07436058670282364, - 0.9933678507804871 - ] - ], - [ - 0.9333333373069763, - [ - -0.002835348481312394, - 0.03427497670054436, - -0.09156614542007446, - 0.9952049255371094 - ] - ], - [ - 0.9666666388511658, - [ - -0.017889196053147316, - -0.010645494796335697, - -0.11197969317436218, - 0.9934925436973572 - ] - ], - [ - 1.0, - [ - -0.02943873591721058, - -0.03525007143616676, - -0.1326003074645996, - 0.9901050329208374 - ] - ], - [ - 1.0333333015441895, - [ - -0.034744445234537125, - -0.03764894977211952, - -0.14970721304416656, - 0.9874022006988525 - ] - ], - [ - 1.0666667222976685, - [ - -0.03271320462226868, - -0.022260380908846855, - -0.1594773828983307, - 0.9864082932472229 - ] - ], - [ - 1.100000023841858, - [ - -0.027492841705679893, - -0.0027581132017076015, - -0.16369105875492096, - 0.9861246347427368 - ] - ], - [ - 1.1333333253860474, - [ - -0.025591246783733368, - 0.0035312713589519262, - -0.16605953872203827, - 0.9857772588729858 - ] - ], - [ - 1.1666666269302368, - [ - -0.02822943776845932, - -0.006937749683856964, - -0.16628322005271912, - 0.9856494665145874 - ] - ], - [ - 1.2000000476837158, - [ - -0.033489733934402466, - -0.027678178623318672, - -0.16484901309013367, - 0.9853614568710327 - ] - ], - [ - 1.2333333492279053, - [ - -0.03970112279057503, - -0.05334676057100296, - -0.16217643022537231, - 0.9845185279846191 - ] - ], - [ - 1.2666666507720947, - [ - -0.045292794704437256, - -0.0785822942852974, - -0.15866105258464813, - 0.9831582307815552 - ] - ], - [ - 1.2999999523162842, - [ - -0.04889025539159775, - -0.09801197797060013, - -0.15465234220027924, - 0.981878936290741 - ] - ], - [ - 1.3333333730697632, - [ - -0.049319006502628326, - -0.10626887530088425, - -0.15045708417892456, - 0.9816503524780273 - ] - ], - [ - 1.3666666746139526, - [ - -0.04521828144788742, - -0.09681650996208191, - -0.1464640498161316, - 0.9834277629852295 - ] - ], - [ - 1.399999976158142, - [ - -0.03759181126952171, - -0.07316998392343521, - -0.14250949025154114, - 0.9863691329956055 - ] - ], - [ - 1.4333332777023315, - [ - -0.028744647279381752, - -0.04465659707784653, - -0.13812761008739471, - 0.988989531993866 - ] - ], - [ - 1.4666666984558105, - [ - -0.021029556170105934, - -0.020626425743103027, - -0.13277371227741241, - 0.990708589553833 - ] - ], - [ - 1.5, - [ - -0.016901573166251183, - -0.010880201123654842, - -0.1257007122039795, - 0.9918645620346069 - ] - ], - [ - 1.5333333015441895, - [ - -0.017000459134578705, - -0.01902574487030506, - -0.11662068217992783, - 0.9928487539291382 - ] - ], - [ - 1.5666667222976685, - [ - -0.01871986873447895, - -0.03530994430184364, - -0.09804527461528778, - 0.9943791627883911 - ] - ], - [ - 1.600000023841858, - [ - -0.019378669559955597, - -0.05259007588028908, - -0.06658031791448593, - 0.9962058067321777 - ] - ], - [ - 1.6333333253860474, - [ - -0.0174661073833704, - -0.06753836572170258, - -0.029079806059598923, - 0.9971398711204529 - ] - ], - [ - 1.6666666269302368, - [ - -0.012904438190162182, - -0.07625224441289902, - 0.008705920539796352, - 0.9969671368598938 - ] - ], - [ - 1.7000000476837158, - [ - -0.0068538193590939045, - -0.0742596685886383, - 0.042589373886585236, - 0.996305525302887 - ] - ], - [ - 1.7333333492279053, - [ - -0.001013929839245975, - -0.05557338148355484, - 0.06938929855823517, - 0.9960401058197021 - ] - ], - [ - 1.7666666507720947, - [ - 0.0030190227553248405, - -0.024521484971046448, - 0.08666577190160751, - 0.9959310293197632 - ] - ], - [ - 1.7999999523162842, - [ - 0.004903609398752451, - 0.008072609081864357, - 0.09221740067005157, - 0.995694100856781 - ] - ], - [ - 1.8333333730697632, - [ - 0.004939093720167875, - 0.03339211270213127, - 0.09132470935583115, - 0.9952489137649536 - ] - ], - [ - 1.8666666746139526, - [ - 0.0030293313320726156, - 0.04331672191619873, - 0.09145363420248032, - 0.9948621392250061 - ] - ], - [ - 1.899999976158142, - [ - -0.000791730999480933, - 0.03435888886451721, - 0.09291855245828629, - 0.9950804114341736 - ] - ], - [ - 1.9333332777023315, - [ - -0.006111214403063059, - 0.013490056619048119, - 0.09482704102993011, - 0.995383620262146 - ] - ], - [ - 1.9666666984558105, - [ - -0.012533575296401978, - -0.013482497073709965, - 0.09635458886623383, - 0.9951768517494202 - ] - ], - [ - 2.0, - [ - -0.019771013408899307, - -0.04071561619639397, - 0.09692750871181488, - 0.9942617416381836 - ] - ], - [ - 2.0333333015441895, - [ - -0.027694830670952797, - -0.06237230449914932, - 0.09636310487985611, - 0.9930039644241333 - ] - ], - [ - 2.066666603088379, - [ - -0.03629554063081741, - -0.0726495310664177, - 0.09485752135515213, - 0.9921727180480957 - ] - ], - [ - 2.0999999046325684, - [ - -0.045769765973091125, - -0.06462767720222473, - 0.09282445907592773, - 0.9925280809402466 - ] - ], - [ - 2.133333444595337, - [ - -0.05595429241657257, - -0.041781578212976456, - 0.09056492894887924, - 0.9934391975402832 - ] - ], - [ - 2.1666667461395264, - [ - -0.06635259091854095, - -0.013954502530395985, - 0.08811631053686142, - 0.9937998652458191 - ] - ], - [ - 2.200000047683716, - [ - -0.07678289711475372, - 0.008940123952925205, - 0.08545295149087906, - 0.993338942527771 - ] - ], - [ - 2.2333333492279053, - [ - -0.08745294064283371, - 0.016964247450232506, - 0.08243519067764282, - 0.9926069974899292 - ] - ], - [ - 2.2666666507720947, - [ - -0.09850939363241196, - 0.0066474610939621925, - 0.07864701002836227, - 0.9920012950897217 - ] - ], - [ - 2.299999952316284, - [ - -0.11270385980606079, - -0.013198422268033028, - 0.06040088087320328, - 0.9917032718658447 - ] - ], - [ - 2.3333332538604736, - [ - -0.13284684717655182, - -0.03510632365942001, - 0.020117919892072678, - 0.9903104305267334 - ] - ], - [ - 2.366666555404663, - [ - -0.15788576006889343, - -0.05362618342041969, - -0.0331089124083519, - 0.9854441285133362 - ] - ], - [ - 2.4000000953674316, - [ - -0.18514184653759003, - -0.063882015645504, - -0.08985427767038345, - 0.9765079617500305 - ] - ], - [ - 2.433333396911621, - [ - -0.21036744117736816, - -0.06196630001068115, - -0.14078395068645477, - 0.9654458165168762 - ] - ], - [ - 2.4666666984558105, - [ - -0.22827374935150146, - -0.04388906806707382, - -0.17690367996692657, - 0.9563837647438049 - ] - ], - [ - 2.5, - [ - -0.23665621876716614, - -0.016298646107316017, - -0.19029998779296875, - 0.9526354670524597 - ] - ], - [ - 2.5333333015441895, - [ - -0.2407151609659195, - 0.012408453039824963, - -0.18803289532661438, - 0.9521271586418152 - ] - ], - [ - 2.566666603088379, - [ - -0.24636833369731903, - 0.03584720194339752, - -0.18310680985450745, - 0.9510466456413269 - ] - ], - [ - 2.5999999046325684, - [ - -0.25611215829849243, - 0.04447584226727486, - -0.17736637592315674, - 0.9491941928863525 - ] - ], - [ - 2.633333444595337, - [ - -0.27038201689720154, - 0.03488760069012642, - -0.1723911613225937, - 0.9465505480766296 - ] - ], - [ - 2.6666667461395264, - [ - -0.28630515933036804, - 0.013681137003004551, - -0.16852132976055145, - 0.9431028366088867 - ] - ], - [ - 2.700000047683716, - [ - -0.3013700842857361, - -0.013588747009634972, - -0.16589556634426117, - 0.9388664960861206 - ] - ], - [ - 2.7333333492279053, - [ - -0.31352218985557556, - -0.04129529744386673, - -0.16421382129192352, - 0.9343621134757996 - ] - ], - [ - 2.7666666507720947, - [ - -0.321310430765152, - -0.06380661576986313, - -0.16277477145195007, - 0.9306947588920593 - ] - ], - [ - 2.799999952316284, - [ - -0.32374531030654907, - -0.0755305290222168, - -0.16064642369747162, - 0.9293421506881714 - ] - ], - [ - 2.8333332538604736, - [ - -0.3210780918598175, - -0.06969566643238068, - -0.15764372050762177, - 0.931235671043396 - ] - ], - [ - 2.866666555404663, - [ - -0.31411314010620117, - -0.049685996025800705, - -0.15438175201416016, - 0.935430645942688 - ] - ], - [ - 2.9000000953674316, - [ - -0.3027940094470978, - -0.025183895602822304, - -0.15124109387397766, - 0.9406421780586243 - ] - ], - [ - 2.933333396911621, - [ - -0.28766292333602905, - -0.00590622890740633, - -0.14844146370887756, - 0.9461396932601929 - ] - ], - [ - 2.9666666984558105, - [ - -0.26988136768341064, - -0.0015428992919623852, - -0.14567993581295013, - 0.9518083930015564 - ] - ], - [ - 3.0, - [ - -0.244963601231575, - -0.003313603810966015, - -0.13722780346870422, - 0.9597657918930054 - ] - ], - [ - 3.0333333015441895, - [ - -0.2116604447364807, - 0.0010651290649548173, - -0.12217395007610321, - 0.9696763753890991 - ] - ], - [ - 3.066666603088379, - [ - -0.17813606560230255, - 0.005328828003257513, - -0.10475423187017441, - 0.9783995747566223 - ] - ], - [ - 3.0999999046325684, - [ - -0.14837144315242767, - 0.004756479058414698, - -0.09159618616104126, - 0.9846692085266113 - ] - ], - [ - 3.133333444595337, - [ - -0.1279178112745285, - -0.007206037174910307, - -0.08744708448648453, - 0.9878959059715271 - ] - ], - [ - 3.1666667461395264, - [ - -0.11439801752567291, - -0.026596011593937874, - -0.0945173129439354, - 0.9885708093643188 - ] - ], - [ - 3.200000047683716, - [ - -0.10152040421962738, - -0.040978558361530304, - -0.10960560292005539, - 0.9879276156425476 - ] - ], - [ - 3.2333333492279053, - [ - -0.09001584351062775, - -0.0510188527405262, - -0.12935121357440948, - 0.9861858487129211 - ] - ], - [ - 3.2666666507720947, - [ - -0.08047759532928467, - -0.057601336389780045, - -0.15034280717372894, - 0.9836679697036743 - ] - ], - [ - 3.299999952316284, - [ - -0.07327894866466522, - -0.06074473634362221, - -0.169101744890213, - 0.980991780757904 - ] - ], - [ - 3.3333332538604736, - [ - -0.0699724331498146, - -0.06011531874537468, - -0.17915017902851105, - 0.9794872403144836 - ] - ], - [ - 3.366666555404663, - [ - -0.06886763125658035, - -0.06056707724928856, - -0.18546628952026367, - 0.9783615469932556 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658324540_681627.json b/lenses/physics-objects/Scene/assets/1646688658324540_681627.json deleted file mode 100644 index 182e52e7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658324540_681627.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658324540:681627", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658325569_681640.json b/lenses/physics-objects/Scene/assets/1646688658325569_681640.json deleted file mode 100644 index ebcb30d2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658325569_681640.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658325569:681640", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ], - [ - 6.633333206176758, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658325762_681647.json b/lenses/physics-objects/Scene/assets/1646688658325762_681647.json deleted file mode 100644 index d93afe8b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658325762_681647.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658325762:681647", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.01423344574868679, - -0.17049852013587952, - 0.9338523745536804, - 0.31408217549324036 - ] - ], - [ - 0.03333333507180214, - [ - 0.01423344574868679, - -0.17049852013587952, - 0.9338523745536804, - 0.31408217549324036 - ] - ], - [ - 0.06666667014360428, - [ - 0.014621520414948463, - -0.17024002969264984, - 0.934500515460968, - 0.3122715651988983 - ] - ], - [ - 0.10000000149011612, - [ - 0.015024892054498196, - -0.16996124386787415, - 0.9352064728736877, - 0.31028419733047485 - ] - ], - [ - 0.13333334028720856, - [ - 0.01543940044939518, - -0.1696656048297882, - 0.9359591603279114, - 0.3081487715244293 - ] - ], - [ - 0.1666666716337204, - [ - 0.01586095429956913, - -0.169356569647789, - 0.9367473721504211, - 0.3058939576148987 - ] - ], - [ - 0.20000000298023224, - [ - 0.016285507008433342, - -0.16903765499591827, - 0.9375603199005127, - 0.30354854464530945 - ] - ], - [ - 0.23333333432674408, - [ - 0.01670907996594906, - -0.16871239244937897, - 0.9383873343467712, - 0.3011414110660553 - ] - ], - [ - 0.2666666805744171, - [ - 0.017127765342593193, - -0.16838441789150238, - 0.9392182230949402, - 0.29870161414146423 - ] - ], - [ - 0.30000001192092896, - [ - 0.017537716776132584, - -0.16805729269981384, - 0.9400427937507629, - 0.29625818133354187 - ] - ], - [ - 0.3333333432674408, - [ - 0.01793517917394638, - -0.16773472726345062, - 0.9408513307571411, - 0.29384034872055054 - ] - ], - [ - 0.36666667461395264, - [ - 0.018316451460123062, - -0.1674204170703888, - 0.9416346549987793, - 0.2914775013923645 - ] - ], - [ - 0.4000000059604645, - [ - 0.018677908927202225, - -0.1671181172132492, - 0.9423834681510925, - 0.2891990542411804 - ] - ], - [ - 0.4333333373069763, - [ - 0.019015993922948837, - -0.16683156788349152, - 0.9430890679359436, - 0.2870345413684845 - ] - ], - [ - 0.46666666865348816, - [ - 0.019327187910676003, - -0.16656452417373657, - 0.943742573261261, - 0.28501343727111816 - ] - ], - [ - 0.5, - [ - 0.017664769664406776, - -0.16653810441493988, - 0.940962016582489, - 0.29418274760246277 - ] - ], - [ - 0.5333333611488342, - [ - 0.013277044519782066, - -0.16675783693790436, - 0.9329882860183716, - 0.31866663694381714 - ] - ], - [ - 0.5666666626930237, - [ - 0.007951898500323296, - -0.16693581640720367, - 0.9224236607551575, - 0.34814339876174927 - ] - ], - [ - 0.6000000238418579, - [ - 0.003484988585114479, - -0.1669580191373825, - 0.9128409028053284, - 0.3726048767566681 - ] - ], - [ - 0.6333333253860474, - [ - 0.0016723136650398374, - -0.16688840091228485, - 0.9087885022163391, - 0.38242536783218384 - ] - ], - [ - 0.6666666865348816, - [ - -3.311652108095586e-05, - -0.1659216284751892, - 0.9103978276252747, - 0.37900662422180176 - ] - ], - [ - 0.699999988079071, - [ - -0.004719001241028309, - -0.16354849934577942, - 0.9141271114349365, - 0.37094646692276 - ] - ], - [ - 0.7333333492279053, - [ - -0.01148911565542221, - -0.16052745282649994, - 0.9191002249717712, - 0.35965806245803833 - ] - ], - [ - 0.7666666507720947, - [ - -0.019403714686632156, - -0.15756314992904663, - 0.9245184063911438, - 0.3465012311935425 - ] - ], - [ - 0.800000011920929, - [ - -0.02739715203642845, - -0.15508686006069183, - 0.929798424243927, - 0.3326745629310608 - ] - ], - [ - 0.8333333134651184, - [ - -0.0343639999628067, - -0.15343673527240753, - 0.9344896078109741, - 0.3193829357624054 - ] - ], - [ - 0.8666666746139526, - [ - -0.039170797914266586, - -0.15285933017730713, - 0.9382630586624146, - 0.30783459544181824 - ] - ], - [ - 0.8999999761581421, - [ - -0.040674660354852676, - -0.15353776514530182, - 0.9408637285232544, - 0.29924437403678894 - ] - ], - [ - 0.9333333373069763, - [ - -0.03996145725250244, - -0.15514911711215973, - 0.942864179611206, - 0.29212838411331177 - ] - ], - [ - 0.9666666388511658, - [ - -0.039058756083250046, - -0.15715430676937103, - 0.9447245001792908, - 0.28508344292640686 - ] - ], - [ - 1.0, - [ - -0.03825348615646362, - -0.15940022468566895, - 0.9460593461990356, - 0.27946367859840393 - ] - ], - [ - 1.0333333015441895, - [ - -0.03784937411546707, - -0.1617400348186493, - 0.946511447429657, - 0.27662917971611023 - ] - ], - [ - 1.0666667222976685, - [ - -0.038167234510183334, - -0.16402806341648102, - 0.9457217454910278, - 0.27793610095977783 - ] - ], - [ - 1.100000023841858, - [ - -0.03912690654397011, - -0.16636568307876587, - 0.9438567161560059, - 0.28271228075027466 - ] - ], - [ - 1.1333333253860474, - [ - -0.04038875550031662, - -0.1688937246799469, - 0.9414204359054565, - 0.28908729553222656 - ] - ], - [ - 1.1666666269302368, - [ - -0.041891686618328094, - -0.17152100801467896, - 0.9385349154472351, - 0.29661092162132263 - ] - ], - [ - 1.2000000476837158, - [ - -0.04356765374541283, - -0.17415809631347656, - 0.9353315234184265, - 0.30483731627464294 - ] - ], - [ - 1.2333333492279053, - [ - -0.04534023255109787, - -0.17671817541122437, - 0.9319556355476379, - 0.31332677602767944 - ] - ], - [ - 1.2666666507720947, - [ - -0.04712434858083725, - -0.179117813706398, - 0.9285683035850525, - 0.3216472566127777 - ] - ], - [ - 1.2999999523162842, - [ - -0.04882664233446121, - -0.18127726018428802, - 0.9253469109535217, - 0.32937461137771606 - ] - ], - [ - 1.3333333730697632, - [ - -0.05034685507416725, - -0.18312034010887146, - 0.9224827885627747, - 0.3360920250415802 - ] - ], - [ - 1.3666666746139526, - [ - -0.051579978317022324, - -0.18457359075546265, - 0.9201773405075073, - 0.34138795733451843 - ] - ], - [ - 1.399999976158142, - [ - -0.052419304847717285, - -0.18556509912014008, - 0.9186367988586426, - 0.3448539078235626 - ] - ], - [ - 1.4333332777023315, - [ - -0.052760105580091476, - -0.18602235615253448, - 0.9180637001991272, - 0.34607964754104614 - ] - ], - [ - 1.4666666984558105, - [ - -0.052577193826436996, - -0.18598216772079468, - 0.9183265566825867, - 0.3454310894012451 - ] - ], - [ - 1.5, - [ - -0.052018772810697556, - -0.18556508421897888, - 0.9190589785575867, - 0.34378835558891296 - ] - ], - [ - 1.5333333015441895, - [ - -0.05124557018280029, - -0.18482181429862976, - 0.9201019406318665, - 0.34150731563568115 - ] - ], - [ - 1.5666667222976685, - [ - -0.05041835457086563, - -0.18380427360534668, - 0.9212983846664429, - 0.338944673538208 - ] - ], - [ - 1.600000023841858, - [ - -0.04969622939825058, - -0.18256646394729614, - 0.9224939346313477, - 0.33645913004875183 - ] - ], - [ - 1.6333333253860474, - [ - -0.049235619604587555, - -0.18116460740566254, - 0.9235386848449707, - 0.33441224694252014 - ] - ], - [ - 1.6666666269302368, - [ - -0.04909816384315491, - -0.17996564507484436, - 0.9240777492523193, - 0.33358967304229736 - ] - ], - [ - 1.7000000476837158, - [ - -0.04916543886065483, - -0.17913712561130524, - 0.924065351486206, - 0.33405977487564087 - ] - ], - [ - 1.7333333492279053, - [ - -0.04932573065161705, - -0.1784367561340332, - 0.9238128662109375, - 0.3351075053215027 - ] - ], - [ - 1.7666666507720947, - [ - -0.049469880759716034, - -0.17762210965156555, - 0.9236318469047546, - 0.3360168933868408 - ] - ], - [ - 1.7999999523162842, - [ - -0.04949053004384041, - -0.17645084857940674, - 0.9238352179527283, - 0.3360718786716461 - ] - ], - [ - 1.8333333730697632, - [ - -0.04928559064865112, - -0.17468023300170898, - 0.9247331619262695, - 0.33455389738082886 - ] - ], - [ - 1.8666666746139526, - [ - -0.048857178539037704, - -0.17248167097568512, - 0.9262377619743347, - 0.3315819799900055 - ] - ], - [ - 1.899999976158142, - [ - -0.04829065129160881, - -0.1702074557542801, - 0.9280064702033997, - 0.32787415385246277 - ] - ], - [ - 1.9333332777023315, - [ - -0.04761538282036781, - -0.16788531839847565, - 0.9299604296684265, - 0.32360613346099854 - ] - ], - [ - 1.9666666984558105, - [ - -0.04685847461223602, - -0.16554313898086548, - 0.932023286819458, - 0.31895509362220764 - ] - ], - [ - 2.0, - [ - -0.04604450985789299, - -0.16320914030075073, - 0.9341220259666443, - 0.3140999376773834 - ] - ], - [ - 2.0333333015441895, - [ - -0.04519544914364815, - -0.1609119027853012, - 0.9361873865127563, - 0.3092215061187744 - ] - ], - [ - 2.066666603088379, - [ - -0.04433061555027962, - -0.1586805135011673, - 0.9381542801856995, - 0.30450260639190674 - ] - ], - [ - 2.0999999046325684, - [ - -0.043466825038194656, - -0.1565445512533188, - 0.9399615526199341, - 0.30012786388397217 - ] - ], - [ - 2.133333444595337, - [ - -0.04261866584420204, - -0.15453414618968964, - 0.9415513873100281, - 0.2962833642959595 - ] - ], - [ - 2.1666667461395264, - [ - -0.041798945516347885, - -0.15268008410930634, - 0.9428685307502747, - 0.2931566536426544 - ] - ], - [ - 2.200000047683716, - [ - -0.04101914167404175, - -0.15101368725299835, - 0.9438584446907043, - 0.29093557596206665 - ] - ], - [ - 2.2333333492279053, - [ - -0.04044191911816597, - -0.15003353357315063, - 0.9437320232391357, - 0.29193228483200073 - ] - ], - [ - 2.2666666507720947, - [ - -0.040142059326171875, - -0.1500563770532608, - 0.9420294761657715, - 0.29740914702415466 - ] - ], - [ - 2.299999952316284, - [ - -0.0400175005197525, - -0.15083958208560944, - 0.939164400100708, - 0.30596768856048584 - ] - ], - [ - 2.3333332538604736, - [ - -0.03997189179062843, - -0.15213720500469208, - 0.9355579018592834, - 0.31620872020721436 - ] - ], - [ - 2.366666555404663, - [ - -0.03989719599485397, - -0.15369923412799835, - 0.9316765666007996, - 0.32674697041511536 - ] - ], - [ - 2.4000000953674316, - [ - -0.039664387702941895, - -0.1552712619304657, - 0.9280486106872559, - 0.33621925115585327 - ] - ], - [ - 2.433333396911621, - [ - -0.03895675390958786, - -0.15650437772274017, - 0.9252572655677795, - 0.3433478772640228 - ] - ], - [ - 2.4666666984558105, - [ - -0.03747336193919182, - -0.15702146291732788, - 0.923936128616333, - 0.3468173146247864 - ] - ], - [ - 2.5, - [ - -0.03506165370345116, - -0.1570696383714676, - 0.9243219494819641, - 0.34601840376853943 - ] - ], - [ - 2.5333333015441895, - [ - -0.0318463072180748, - -0.15712356567382813, - 0.925875723361969, - 0.342129111289978 - ] - ], - [ - 2.566666603088379, - [ - -0.02812313847243786, - -0.15721946954727173, - 0.928069531917572, - 0.3364197909832001 - ] - ], - [ - 2.5999999046325684, - [ - -0.02418612875044346, - -0.15741026401519775, - 0.9303901791572571, - 0.33016836643218994 - ] - ], - [ - 2.633333444595337, - [ - -0.02032708004117012, - -0.1577715426683426, - 0.932355523109436, - 0.3246661424636841 - ] - ], - [ - 2.6666667461395264, - [ - -0.01683778688311577, - -0.158402219414711, - 0.9335123896598816, - 0.32121625542640686 - ] - ], - [ - 2.700000047683716, - [ - -0.013582185842096806, - -0.15938878059387207, - 0.934058427810669, - 0.3192892372608185 - ] - ], - [ - 2.7333333492279053, - [ - -0.010261353105306625, - -0.16069459915161133, - 0.9344726204872131, - 0.3175419569015503 - ] - ], - [ - 2.7666666507720947, - [ - -0.006926125381141901, - -0.16225078701972961, - 0.9347367286682129, - 0.31606045365333557 - ] - ], - [ - 2.799999952316284, - [ - -0.0036287596449255943, - -0.16398999094963074, - 0.934833288192749, - 0.3149298429489136 - ] - ], - [ - 2.8333332538604736, - [ - -0.0004228462930768728, - -0.16584648191928864, - 0.9347468614578247, - 0.3142344355583191 - ] - ], - [ - 2.866666555404663, - [ - 0.002636825433000922, - -0.16775569319725037, - 0.9344619512557983, - 0.31405726075172424 - ] - ], - [ - 2.9000000953674316, - [ - 0.00549462903290987, - -0.1696542650461197, - 0.9339642524719238, - 0.31448057293891907 - ] - ], - [ - 2.933333396911621, - [ - 0.008094299584627151, - -0.17147929966449738, - 0.933239221572876, - 0.31558528542518616 - ] - ], - [ - 2.9666666984558105, - [ - 0.010455132462084293, - -0.173271045088768, - 0.9324044585227966, - 0.3170011639595032 - ] - ], - [ - 3.0, - [ - 0.012601002119481564, - -0.17508552968502045, - 0.9316093921661377, - 0.3182612955570221 - ] - ], - [ - 3.0333333015441895, - [ - 0.014483106322586536, - -0.17688341438770294, - 0.9308866262435913, - 0.31930017471313477 - ] - ], - [ - 3.066666603088379, - [ - 0.01605335995554924, - -0.17862506210803986, - 0.9302698969841003, - 0.32005205750465393 - ] - ], - [ - 3.0999999046325684, - [ - 0.017264239490032196, - -0.18027080595493317, - 0.9297932982444763, - 0.32045096158981323 - ] - ], - [ - 3.133333444595337, - [ - 0.018068604171276093, - -0.18178130686283112, - 0.9294908046722412, - 0.32043084502220154 - ] - ], - [ - 3.1666667461395264, - [ - 0.018665656447410583, - -0.1831771731376648, - 0.9293420314788818, - 0.3200329542160034 - ] - ], - [ - 3.200000047683716, - [ - 0.019277742132544518, - -0.18449120223522186, - 0.9293034672737122, - 0.3193531334400177 - ] - ], - [ - 3.2333333492279053, - [ - 0.0198922548443079, - -0.18570281565189362, - 0.9293739199638367, - 0.3184068500995636 - ] - ], - [ - 3.2666666507720947, - [ - 0.020496275275945663, - -0.1867915242910385, - 0.9295520186424255, - 0.31720951199531555 - ] - ], - [ - 3.299999952316284, - [ - 0.021076519042253494, - -0.18773703277111053, - 0.9298365116119385, - 0.3157763183116913 - ] - ], - [ - 3.3333332538604736, - [ - 0.021619316190481186, - -0.18851923942565918, - 0.9302259683609009, - 0.3141224980354309 - ] - ], - [ - 3.366666555404663, - [ - 0.021783437579870224, - -0.18917490541934967, - 0.930651843547821, - 0.3124508261680603 - ] - ], - [ - 3.4000000953674316, - [ - 0.021278761327266693, - -0.18976682424545288, - 0.9310462474822998, - 0.3109480142593384 - ] - ], - [ - 3.433333396911621, - [ - 0.020168056711554527, - -0.19031250476837158, - 0.93140709400177, - 0.30960503220558167 - ] - ], - [ - 3.4666666984558105, - [ - 0.018514173105359077, - -0.19082821905612946, - 0.9317312240600586, - 0.3084132671356201 - ] - ], - [ - 3.5, - [ - 0.01638006418943405, - -0.191329225897789, - 0.9320151805877686, - 0.30736419558525085 - ] - ], - [ - 3.5333333015441895, - [ - 0.013828783296048641, - -0.19182994961738586, - 0.9322547316551208, - 0.30644935369491577 - ] - ], - [ - 3.566666603088379, - [ - 0.010923516005277634, - -0.1923445612192154, - 0.932446300983429, - 0.305660218000412 - ] - ], - [ - 3.5999999046325684, - [ - 0.007727564312517643, - -0.19288690388202667, - 0.9325863122940063, - 0.3049881160259247 - ] - ], - [ - 3.633333444595337, - [ - -0.0010183315025642514, - -0.18241579830646515, - 0.9346478581428528, - 0.3052160143852234 - ] - ], - [ - 3.6666667461395264, - [ - -0.015998167917132378, - -0.15849480032920837, - 0.9382857084274292, - 0.3069908022880554 - ] - ], - [ - 3.700000047683716, - [ - -0.030224287882447243, - -0.13418354094028473, - 0.9407680034637451, - 0.30989810824394226 - ] - ], - [ - 3.7333333492279053, - [ - -0.036782585084438324, - -0.12283359467983246, - 0.9409685134887695, - 0.3132685422897339 - ] - ], - [ - 3.7666666507720947, - [ - -0.03487934172153473, - -0.1269100457429886, - 0.9390720129013062, - 0.3175233006477356 - ] - ], - [ - 3.799999952316284, - [ - -0.029301263391971588, - -0.13805370032787323, - 0.9357849359512329, - 0.32309311628341675 - ] - ], - [ - 3.8333332538604736, - [ - -0.0216514989733696, - -0.15350748598575592, - 0.9314292073249817, - 0.32925108075141907 - ] - ], - [ - 3.866666555404663, - [ - -0.013440148904919624, - -0.17047186195850372, - 0.9264761805534363, - 0.3352622985839844 - ] - ], - [ - 3.9000000953674316, - [ - -0.006042489316314459, - -0.1861097663640976, - 0.9216655492782593, - 0.340381383895874 - ] - ], - [ - 3.933333396911621, - [ - -0.0007053807494230568, - -0.1975657045841217, - 0.9180021286010742, - 0.3438595235347748 - ] - ], - [ - 3.9666666984558105, - [ - 0.0013884041691198945, - -0.20198820531368256, - 0.916628897190094, - 0.34494972229003906 - ] - ], - [ - 4.0, - [ - -2.21020254684845e-05, - -0.1993914395570755, - 0.9181770086288452, - 0.34233614802360535 - ] - ], - [ - 4.0333333015441895, - [ - -0.0037804637104272842, - -0.19319182634353638, - 0.9216729998588562, - 0.3364246189594269 - ] - ], - [ - 4.066666603088379, - [ - -0.008897678926587105, - -0.185528963804245, - 0.9259076118469238, - 0.32892993092536926 - ] - ], - [ - 4.099999904632568, - [ - -0.014211456291377544, - -0.1783004105091095, - 0.9298946261405945, - 0.3214077651500702 - ] - ], - [ - 4.133333206176758, - [ - -0.018447723239660263, - -0.17334266006946564, - 0.9328069090843201, - 0.315409779548645 - ] - ], - [ - 4.166666507720947, - [ - -0.02026345022022724, - -0.17244282364845276, - 0.9339220523834229, - 0.3124780058860779 - ] - ], - [ - 4.199999809265137, - [ - -0.019304096698760986, - -0.1742677539587021, - 0.9337396025657654, - 0.3120715618133545 - ] - ], - [ - 4.233333110809326, - [ - -0.01641279086470604, - -0.17627525329589844, - 0.9332570433616638, - 0.3125523626804352 - ] - ], - [ - 4.266666889190674, - [ - -0.012048185802996159, - -0.17843323945999146, - 0.9324909448623657, - 0.3138108551502228 - ] - ], - [ - 4.300000190734863, - [ - -0.006669286172837019, - -0.1807125359773636, - 0.9314559698104858, - 0.31573447585105896 - ] - ], - [ - 4.333333492279053, - [ - -0.0007338063442148268, - -0.183085098862648, - 0.9301741123199463, - 0.3182065784931183 - ] - ], - [ - 4.366666793823242, - [ - 0.00530209019780159, - -0.18552175164222717, - 0.9286791086196899, - 0.321105420589447 - ] - ], - [ - 4.400000095367432, - [ - 0.010984545573592186, - -0.18799063563346863, - 0.9270198941230774, - 0.32430389523506165 - ] - ], - [ - 4.433333396911621, - [ - 0.01586250774562359, - -0.19045566022396088, - 0.9252608418464661, - 0.32766997814178467 - ] - ], - [ - 4.4666666984558105, - [ - 0.019487841054797173, - -0.19287502765655518, - 0.9234791994094849, - 0.3310674726963043 - ] - ], - [ - 4.5, - [ - 0.02141505293548107, - -0.1952000856399536, - 0.9217610359191895, - 0.3343574106693268 - ] - ], - [ - 4.5333333015441895, - [ - 0.021200494840741158, - -0.19737355411052704, - 0.9201933741569519, - 0.337399423122406 - ] - ], - [ - 4.566666603088379, - [ - 0.01533410046249628, - -0.19732581079006195, - 0.9176918268203735, - 0.3444841206073761 - ] - ], - [ - 4.599999904632568, - [ - 0.004236588720232248, - -0.1944080889225006, - 0.9138537645339966, - 0.35645321011543274 - ] - ], - [ - 4.633333206176758, - [ - -0.006695251911878586, - -0.1909361332654953, - 0.9099916219711304, - 0.3679864704608917 - ] - ], - [ - 4.666666507720947, - [ - -0.012231514789164066, - -0.189704030752182, - 0.9078476428985596, - 0.37373173236846924 - ] - ], - [ - 4.699999809265137, - [ - -0.010988899506628513, - -0.19104214012622833, - 0.9100971817970276, - 0.36756667494773865 - ] - ], - [ - 4.733333110809326, - [ - -0.006064216606318951, - -0.19289827346801758, - 0.9165398478507996, - 0.35029730200767517 - ] - ], - [ - 4.766666889190674, - [ - 0.0008449669694527984, - -0.19472819566726685, - 0.9247029423713684, - 0.32711607217788696 - ] - ], - [ - 4.800000190734863, - [ - 0.0079652713611722, - -0.19615891575813293, - 0.9324193596839905, - 0.303401380777359 - ] - ], - [ - 4.833333492279053, - [ - 0.013555976562201977, - -0.19700010120868683, - 0.9381007552146912, - 0.2845596671104431 - ] - ], - [ - 4.866666793823242, - [ - 0.01584791950881481, - -0.19721734523773193, - 0.9405445456504822, - 0.2760980725288391 - ] - ], - [ - 4.900000095367432, - [ - 0.014938422478735447, - -0.1969173401594162, - 0.9400266408920288, - 0.2781192362308502 - ] - ], - [ - 4.933333396911621, - [ - 0.012491255067288876, - -0.196239173412323, - 0.9379758834838867, - 0.2855440378189087 - ] - ], - [ - 4.9666666984558105, - [ - 0.009098748676478863, - -0.19520723819732666, - 0.9349503517150879, - 0.29610708355903625 - ] - ], - [ - 5.0, - [ - 0.0053493487648665905, - -0.19386380910873413, - 0.9315568804740906, - 0.30755487084388733 - ] - ], - [ - 5.0333333015441895, - [ - 0.001818004879169166, - -0.1922876387834549, - 0.9285010099411011, - 0.3176605701446533 - ] - ], - [ - 5.066666603088379, - [ - -0.0009401239803992212, - -0.1905948519706726, - 0.9265807867050171, - 0.3242233693599701 - ] - ], - [ - 5.099999904632568, - [ - -0.0023909402079880238, - -0.18892502784729004, - 0.9266302585601807, - 0.32505080103874207 - ] - ], - [ - 5.133333206176758, - [ - -0.0028633929323405027, - -0.18739356100559235, - 0.9282045960426331, - 0.3214212954044342 - ] - ], - [ - 5.166666507720947, - [ - -0.003082824405282736, - -0.18598103523254395, - 0.9302126169204712, - 0.3163953125476837 - ] - ], - [ - 5.199999809265137, - [ - -0.0031213187612593174, - -0.18462443351745605, - 0.9324864745140076, - 0.3104400932788849 - ] - ], - [ - 5.233333110809326, - [ - -0.003049251390621066, - -0.1832592636346817, - 0.9348662495613098, - 0.3040260970592499 - ] - ], - [ - 5.266666889190674, - [ - -0.002935862634330988, - -0.18182018399238586, - 0.9372037053108215, - 0.297627717256546 - ] - ], - [ - 5.300000190734863, - [ - -0.0028492803685367107, - -0.18024130165576935, - 0.939362645149231, - 0.2917237877845764 - ] - ], - [ - 5.333333492279053, - [ - -0.002855720929801464, - -0.1784563511610031, - 0.9412188529968262, - 0.28679654002189636 - ] - ], - [ - 5.366666793823242, - [ - -0.0030181610491126776, - -0.17639845609664917, - 0.9426549673080444, - 0.28333044052124023 - ] - ], - [ - 5.400000095367432, - [ - -0.003177857957780361, - -0.17408372461795807, - 0.9435836672782898, - 0.2816643714904785 - ] - ], - [ - 5.433333396911621, - [ - -0.003177880309522152, - -0.17164857685565948, - 0.9440860748291016, - 0.281475305557251 - ] - ], - [ - 5.4666666984558105, - [ - -0.003083277028053999, - -0.1692083477973938, - 0.9442939758300781, - 0.2822551131248474 - ] - ], - [ - 5.5, - [ - -0.0029642132576555014, - -0.16687966883182526, - 0.9443369507789612, - 0.28349626064300537 - ] - ], - [ - 5.5333333015441895, - [ - -0.002896517515182495, - -0.16477897763252258, - 0.9443461298942566, - 0.2846926152706146 - ] - ], - [ - 5.566666603088379, - [ - -0.0029610509518533945, - -0.1630222499370575, - 0.9444555044174194, - 0.2853398323059082 - ] - ], - [ - 5.599999904632568, - [ - -0.0032418735790997744, - -0.16172568500041962, - 0.9447998404502869, - 0.2849343717098236 - ] - ], - [ - 5.633333206176758, - [ - -0.0036655946169048548, - -0.16084015369415283, - 0.9452365040779114, - 0.28398090600967407 - ] - ], - [ - 5.666666507720947, - [ - -0.004090991336852312, - -0.16025184094905853, - 0.9455265998840332, - 0.2833409309387207 - ] - ], - [ - 5.699999809265137, - [ - -0.0045014722272753716, - -0.15998117625713348, - 0.9456590414047241, - 0.28304556012153625 - ] - ], - [ - 5.733333110809326, - [ - -0.004721754230558872, - -0.15994828939437866, - 0.9456206560134888, - 0.28318873047828674 - ] - ], - [ - 5.766666889190674, - [ - -0.004609961062669754, - -0.16005127131938934, - 0.945417046546936, - 0.28381142020225525 - ] - ], - [ - 5.800000190734863, - [ - -0.004200296010822058, - -0.16027793288230896, - 0.9450637102127075, - 0.2848650813102722 - ] - ], - [ - 5.833333492279053, - [ - -0.003527296707034111, - -0.1606166511774063, - 0.944574773311615, - 0.2863011956214905 - ] - ], - [ - 5.866666793823242, - [ - -0.002625622320920229, - -0.16105620563030243, - 0.943964421749115, - 0.2880714237689972 - ] - ], - [ - 5.900000095367432, - [ - -0.0015300129307433963, - -0.16158536076545715, - 0.9432464838027954, - 0.29012730717658997 - ] - ], - [ - 5.933333396911621, - [ - -0.0002751616411842406, - -0.16219279170036316, - 0.942435085773468, - 0.29242047667503357 - ] - ], - [ - 5.9666666984558105, - [ - 0.0011043371632695198, - -0.16286681592464447, - 0.9415443539619446, - 0.29490241408348083 - ] - ], - [ - 6.0, - [ - 0.0025741122663021088, - -0.16359539330005646, - 0.9405897855758667, - 0.2975247800350189 - ] - ], - [ - 6.0333333015441895, - [ - 0.004100033547729254, - -0.16436582803726196, - 0.9395869374275208, - 0.30023905634880066 - ] - ], - [ - 6.066666603088379, - [ - 0.0056482707150280476, - -0.16516493260860443, - 0.9385529160499573, - 0.3029968738555908 - ] - ], - [ - 6.099999904632568, - [ - 0.007185335271060467, - -0.16597874462604523, - 0.9375054836273193, - 0.3057497441768646 - ] - ], - [ - 6.133333206176758, - [ - 0.008678089827299118, - -0.16679270565509796, - 0.9364635348320007, - 0.30844929814338684 - ] - ], - [ - 6.166666507720947, - [ - 0.01009376160800457, - -0.1675916165113449, - 0.9354469776153564, - 0.31104716658592224 - ] - ], - [ - 6.199999809265137, - [ - 0.011399930343031883, - -0.16835962235927582, - 0.9344763159751892, - 0.3134949207305908 - ] - ], - [ - 6.233333110809326, - [ - 0.012564443983137608, - -0.1690804660320282, - 0.9335734844207764, - 0.3157443106174469 - ] - ], - [ - 6.266666889190674, - [ - 0.013555459678173065, - -0.16973747313022614, - 0.9327605366706848, - 0.31774717569351196 - ] - ], - [ - 6.300000190734863, - [ - 0.014341313391923904, - -0.17031371593475342, - 0.9320600628852844, - 0.31945520639419556 - ] - ], - [ - 6.333333492279053, - [ - 0.014890434220433235, - -0.17079219222068787, - 0.9314948320388794, - 0.3208203613758087 - ] - ], - [ - 6.366666793823242, - [ - 0.015171253122389317, - -0.17115607857704163, - 0.9310873746871948, - 0.3217945396900177 - ] - ], - [ - 6.400000095367432, - [ - 0.015152051113545895, - -0.1713889092206955, - 0.9308598637580872, - 0.32232964038848877 - ] - ], - [ - 6.433333396911621, - [ - 0.014800818637013435, - -0.17147479951381683, - 0.930833101272583, - 0.3223775029182434 - ] - ], - [ - 6.4666666984558105, - [ - 0.014332730323076248, - -0.17145858705043793, - 0.930975615978241, - 0.32199525833129883 - ] - ], - [ - 6.5, - [ - 0.013987175188958645, - -0.17139722406864166, - 0.9312347173690796, - 0.3212931156158447 - ] - ], - [ - 6.5333333015441895, - [ - 0.013768088072538376, - -0.17129340767860413, - 0.9315983653068542, - 0.3203025162220001 - ] - ], - [ - 6.566666603088379, - [ - 0.013679339550435543, - -0.17114953696727753, - 0.9320540428161621, - 0.3190547823905945 - ] - ], - [ - 6.599999904632568, - [ - 0.013724773190915585, - -0.17096783220767975, - 0.9325898289680481, - 0.31758126616477966 - ] - ], - [ - 6.633333206176758, - [ - 0.013908208347856998, - -0.17075026035308838, - 0.9331933856010437, - 0.31591328978538513 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658325948_681654.json b/lenses/physics-objects/Scene/assets/1646688658325948_681654.json deleted file mode 100644 index c8b7a43f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658325948_681654.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658325948:681654", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658326915_681667.json b/lenses/physics-objects/Scene/assets/1646688658326915_681667.json deleted file mode 100644 index 2cb83402..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658326915_681667.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658326915:681667", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ], - [ - 3.366666555404663, - [ - 31.019872665405273, - -6.538859844207764, - 30.517127990722656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658327107_681674.json b/lenses/physics-objects/Scene/assets/1646688658327107_681674.json deleted file mode 100644 index e77e9efb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658327107_681674.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658327107:681674", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ], - [ - 0.03333333507180214, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ], - [ - 0.06666667014360428, - [ - 0.018291406333446503, - -0.16765688359737396, - 0.9416007399559021, - 0.2914530038833618 - ] - ], - [ - 0.10000000149011612, - [ - 0.017636336386203766, - -0.1689033806324005, - 0.9398276805877686, - 0.2964532673358917 - ] - ], - [ - 0.13333334028720856, - [ - 0.01644115336239338, - -0.17088909447193146, - 0.936776340007782, - 0.30492112040519714 - ] - ], - [ - 0.1666666716337204, - [ - 0.014807743951678276, - -0.17337477207183838, - 0.932752251625061, - 0.31574535369873047 - ] - ], - [ - 0.20000000298023224, - [ - 0.01284916140139103, - -0.1761218011379242, - 0.9280881881713867, - 0.3278236985206604 - ] - ], - [ - 0.23333333432674408, - [ - 0.010698371566832066, - -0.1788952648639679, - 0.9231645464897156, - 0.3400724232196808 - ] - ], - [ - 0.2666666805744171, - [ - 0.008511831052601337, - -0.18146683275699615, - 0.9184186458587646, - 0.35143211483955383 - ] - ], - [ - 0.30000001192092896, - [ - 0.006467838305979967, - -0.1836164891719818, - 0.9143397808074951, - 0.3608682155609131 - ] - ], - [ - 0.3333333432674408, - [ - 0.004759973846375942, - -0.1851324886083603, - 0.9114530682563782, - 0.36736470460891724 - ] - ], - [ - 0.36666667461395264, - [ - 0.003504670225083828, - -0.18599912524223328, - 0.9101957678794861, - 0.37004855275154114 - ] - ], - [ - 0.4000000059604645, - [ - 0.003064920660108328, - -0.17878200113773346, - 0.9160476326942444, - 0.3590046167373657 - ] - ], - [ - 0.4333333373069763, - [ - 0.002496175467967987, - -0.1609819084405899, - 0.929543673992157, - 0.33170342445373535 - ] - ], - [ - 0.46666666865348816, - [ - 0.00030354957561939955, - -0.1400931030511856, - 0.9440297484397888, - 0.29863303899765015 - ] - ], - [ - 0.5, - [ - -0.0033706340473145247, - -0.12348482757806778, - 0.9545735716819763, - 0.27116304636001587 - ] - ], - [ - 0.5333333611488342, - [ - -0.006864909082651138, - -0.11817345023155212, - 0.9579753279685974, - 0.2612874507904053 - ] - ], - [ - 0.5666666626930237, - [ - -0.00999456923455, - -0.124323770403862, - 0.9548895359039307, - 0.2694989740848541 - ] - ], - [ - 0.6000000238418579, - [ - -0.013738230802118778, - -0.13531048595905304, - 0.948844313621521, - 0.2849505841732025 - ] - ], - [ - 0.6333333253860474, - [ - -0.017845630645751953, - -0.14779570698738098, - 0.9413914680480957, - 0.3026880621910095 - ] - ], - [ - 0.6666666865348816, - [ - -0.021646836772561073, - -0.15853145718574524, - 0.9344826340675354, - 0.3180273473262787 - ] - ], - [ - 0.699999988079071, - [ - -0.024054553359746933, - -0.16436998546123505, - 0.93045973777771, - 0.32657095789909363 - ] - ], - [ - 0.7333333492279053, - [ - -0.023692704737186432, - -0.16245438158512115, - 0.931415319442749, - 0.32482731342315674 - ] - ], - [ - 0.7666666507720947, - [ - -0.0208392683416605, - -0.1537296175956726, - 0.9365574717521667, - 0.3143139183521271 - ] - ], - [ - 0.800000011920929, - [ - -0.016860060393810272, - -0.14076188206672668, - 0.943924605846405, - 0.29817506670951843 - ] - ], - [ - 0.8333333134651184, - [ - -0.012970127165317535, - -0.1261812150478363, - 0.9516758322715759, - 0.27968400716781616 - ] - ], - [ - 0.8666666746139526, - [ - -0.010006701573729515, - -0.11272919923067093, - 0.9583027362823486, - 0.26238882541656494 - ] - ], - [ - 0.8999999761581421, - [ - -0.00840780045837164, - -0.10322923213243484, - 0.9626656174659729, - 0.25009578466415405 - ] - ], - [ - 0.9333333373069763, - [ - -0.008409573696553707, - -0.10051930695772171, - 0.9638229012489319, - 0.24671949446201324 - ] - ], - [ - 0.9666666388511658, - [ - -0.01017300970852375, - -0.10660328716039658, - 0.9615030884742737, - 0.25306931138038635 - ] - ], - [ - 1.0, - [ - -0.0135155925527215, - -0.11959090828895569, - 0.9566025733947754, - 0.2653806805610657 - ] - ], - [ - 1.0333333015441895, - [ - -0.018214702606201172, - -0.13643966615200043, - 0.9498897790908813, - 0.2806454300880432 - ] - ], - [ - 1.0666667222976685, - [ - -0.023794960230588913, - -0.15415391325950623, - 0.942357063293457, - 0.296029657125473 - ] - ], - [ - 1.100000023841858, - [ - -0.029495809227228165, - -0.16989243030548096, - 0.9352442622184753, - 0.30916815996170044 - ] - ], - [ - 1.1333333253860474, - [ - -0.03424308821558952, - -0.18098048865795135, - 0.9300103783607483, - 0.31804776191711426 - ] - ], - [ - 1.1666666269302368, - [ - -0.03673519566655159, - -0.1848023682832718, - 0.9282612204551697, - 0.32067111134529114 - ] - ], - [ - 1.2000000476837158, - [ - -0.03692694008350372, - -0.17827992141246796, - 0.9318456053733826, - 0.31387338042259216 - ] - ], - [ - 1.2333333492279053, - [ - -0.03636316955089569, - -0.16293567419052124, - 0.9397356510162354, - 0.2983733117580414 - ] - ], - [ - 1.2666666507720947, - [ - -0.03616319224238396, - -0.14306892454624176, - 0.9491803050041199, - 0.27799323201179504 - ] - ], - [ - 1.2999999523162842, - [ - -0.0369311086833477, - -0.12303519994020462, - 0.9578654766082764, - 0.25688979029655457 - ] - ], - [ - 1.3333333730697632, - [ - -0.03851896896958351, - -0.10719669610261917, - 0.9641568064689636, - 0.23963899910449982 - ] - ], - [ - 1.3666666746139526, - [ - -0.040218278765678406, - -0.09985699504613876, - 0.9669622778892517, - 0.23107361793518066 - ] - ], - [ - 1.399999976158142, - [ - -0.042018063366413116, - -0.10276475548744202, - 0.9654428958892822, - 0.2357836663722992 - ] - ], - [ - 1.4333332777023315, - [ - -0.0445125512778759, - -0.11247963458299637, - 0.9603162407875061, - 0.25131598114967346 - ] - ], - [ - 1.4666666984558105, - [ - -0.04784306138753891, - -0.12548115849494934, - 0.9529016613960266, - 0.27192646265029907 - ] - ], - [ - 1.5, - [ - -0.05175909399986267, - -0.1382894217967987, - 0.9449248909950256, - 0.29208552837371826 - ] - ], - [ - 1.5333333015441895, - [ - -0.055427879095077515, - -0.14752238988876343, - 0.9386926889419556, - 0.3066282868385315 - ] - ], - [ - 1.5666667222976685, - [ - -0.057654593139886856, - -0.14990487694740295, - 0.9368561506271362, - 0.31065258383750916 - ] - ], - [ - 1.600000023841858, - [ - -0.05549231544137001, - -0.14197418093681335, - 0.9415001273155212, - 0.30056846141815186 - ] - ], - [ - 1.6333333253860474, - [ - -0.04921884089708328, - -0.125791996717453, - 0.9504163265228271, - 0.28011199831962585 - ] - ], - [ - 1.6666666269302368, - [ - -0.04226262867450714, - -0.1065264567732811, - 0.959965169429779, - 0.25560295581817627 - ] - ], - [ - 1.7000000476837158, - [ - -0.0370955765247345, - -0.08975697308778763, - 0.9673401713371277, - 0.23413798213005066 - ] - ], - [ - 1.7333333492279053, - [ - -0.0351937934756279, - -0.08139476180076599, - 0.9706547260284424, - 0.22353053092956543 - ] - ], - [ - 1.7666666507720947, - [ - -0.03367791697382927, - -0.0857197642326355, - 0.9694360494613647, - 0.22740206122398376 - ] - ], - [ - 1.7999999523162842, - [ - -0.030002450570464134, - -0.0999205932021141, - 0.9649460315704346, - 0.2408212572336197 - ] - ], - [ - 1.8333333730697632, - [ - -0.025895562022924423, - -0.11930977553129196, - 0.9581564664840698, - 0.25890347361564636 - ] - ], - [ - 1.8666666746139526, - [ - -0.022638434544205666, - -0.13906656205654144, - 0.9505137205123901, - 0.27689650654792786 - ] - ], - [ - 1.899999976158142, - [ - -0.020790962502360344, - -0.1542425900697708, - 0.9441819787025452, - 0.2903400659561157 - ] - ], - [ - 1.9333332777023315, - [ - -0.02040446549654007, - -0.15984828770160675, - 0.9418031573295593, - 0.29502370953559875 - ] - ], - [ - 1.9666666984558105, - [ - -0.02102731354534626, - -0.15435703098773956, - 0.9449762105941772, - 0.28766632080078125 - ] - ], - [ - 2.0, - [ - -0.02234356664121151, - -0.142006054520607, - 0.9518231749534607, - 0.2708650827407837 - ] - ], - [ - 2.0333333015441895, - [ - -0.024538010358810425, - -0.12648315727710724, - 0.9598183035850525, - 0.2492968738079071 - ] - ], - [ - 2.066666603088379, - [ - -0.027168765664100647, - -0.11130908876657486, - 0.9669166207313538, - 0.22791320085525513 - ] - ], - [ - 2.0999999046325684, - [ - -0.029215050861239433, - -0.09984607994556427, - 0.9717504382133484, - 0.21184499561786652 - ] - ], - [ - 2.133333444595337, - [ - -0.02943936549127102, - -0.09545301645994186, - 0.973383367061615, - 0.20626886188983917 - ] - ], - [ - 2.1666667461395264, - [ - -0.027076272293925285, - -0.09976255893707275, - 0.9716053009033203, - 0.21283191442489624 - ] - ], - [ - 2.200000047683716, - [ - -0.022913476452231407, - -0.11056265234947205, - 0.9671981334686279, - 0.2275492399930954 - ] - ], - [ - 2.2333333492279053, - [ - -0.01809653453528881, - -0.1254492849111557, - 0.9606606364250183, - 0.2471160590648651 - ] - ], - [ - 2.2666666507720947, - [ - -0.013560510240495205, - -0.14192302525043488, - 0.9527370929718018, - 0.26826485991477966 - ] - ], - [ - 2.299999952316284, - [ - -0.009839634411036968, - -0.15735679864883423, - 0.9446094632148743, - 0.2878454625606537 - ] - ], - [ - 2.3333332538604736, - [ - -0.007046010345220566, - -0.1690312623977661, - 0.9378958940505981, - 0.3028697967529297 - ] - ], - [ - 2.366666555404663, - [ - -0.005031761713325977, - -0.17418378591537476, - 0.934476912021637, - 0.3104635775089264 - ] - ], - [ - 2.4000000953674316, - [ - -0.005618003197014332, - -0.17145667970180511, - 0.9355201125144958, - 0.3088254928588867 - ] - ], - [ - 2.433333396911621, - [ - -0.0098836999386549, - -0.16292820870876312, - 0.9398866295814514, - 0.2999497354030609 - ] - ], - [ - 2.4666666984558105, - [ - -0.01662934198975563, - -0.15104061365127563, - 0.9459047913551331, - 0.28666067123413086 - ] - ], - [ - 2.5, - [ - -0.024520300328731537, - -0.13818420469760895, - 0.9520624876022339, - 0.271810382604599 - ] - ], - [ - 2.5333333015441895, - [ - -0.031948771327733994, - -0.12659044563770294, - 0.9572101831436157, - 0.2582688331604004 - ] - ], - [ - 2.566666603088379, - [ - -0.03704347461462021, - -0.11831298470497131, - 0.9605610370635986, - 0.2489021271467209 - ] - ], - [ - 2.5999999046325684, - [ - -0.037811413407325745, - -0.11531424522399902, - 0.9614984393119812, - 0.24656376242637634 - ] - ], - [ - 2.633333444595337, - [ - -0.03351709991693497, - -0.1186513900756836, - 0.9597335457801819, - 0.25240835547447205 - ] - ], - [ - 2.6666667461395264, - [ - -0.026079591363668442, - -0.1266283094882965, - 0.9558915495872498, - 0.26373568177223206 - ] - ], - [ - 2.700000047683716, - [ - -0.017511261627078056, - -0.13707420229911804, - 0.9507060647010803, - 0.27760079503059387 - ] - ], - [ - 2.7333333492279053, - [ - -0.009636976756155491, - -0.14765164256095886, - 0.9452033638954163, - 0.29102709889411926 - ] - ], - [ - 2.7666666507720947, - [ - -0.004015894141048193, - -0.15584008395671844, - 0.9407848119735718, - 0.3010343909263611 - ] - ], - [ - 2.799999952316284, - [ - -0.0017748556565493345, - -0.1590726524591446, - 0.9390494227409363, - 0.30476078391075134 - ] - ], - [ - 2.8333332538604736, - [ - -0.0035943349357694387, - -0.15491870045661926, - 0.9415098428726196, - 0.29924312233924866 - ] - ], - [ - 2.866666555404663, - [ - -0.008681463077664375, - -0.14475703239440918, - 0.9472397565841675, - 0.2858445346355438 - ] - ], - [ - 2.9000000953674316, - [ - -0.0157896988093853, - -0.13179218769073486, - 0.9541441798210144, - 0.26831063628196716 - ] - ], - [ - 2.933333396911621, - [ - -0.02337290719151497, - -0.1190904751420021, - 0.9604926109313965, - 0.2504498362541199 - ] - ], - [ - 2.9666666984558105, - [ - -0.029472991824150085, - -0.10947617888450623, - 0.965088963508606, - 0.23611357808113098 - ] - ], - [ - 3.0, - [ - -0.0318484902381897, - -0.10557632893323898, - 0.9671218991279602, - 0.22916054725646973 - ] - ], - [ - 3.0333333015441895, - [ - -0.025393491610884666, - -0.11501453071832657, - 0.9639281630516052, - 0.23868295550346375 - ] - ], - [ - 3.066666603088379, - [ - -0.01122838631272316, - -0.13830511271953583, - 0.9544639587402344, - 0.2640916407108307 - ] - ], - [ - 3.0999999046325684, - [ - 0.003898769849911332, - -0.16705340147018433, - 0.9408990740776062, - 0.29459622502326965 - ] - ], - [ - 3.133333444595337, - [ - 0.015148041769862175, - -0.19175931811332703, - 0.9278627634048462, - 0.31948336958885193 - ] - ], - [ - 3.1666667461395264, - [ - 0.01975299045443535, - -0.20208407938480377, - 0.9224410653114319, - 0.32844263315200806 - ] - ], - [ - 3.200000047683716, - [ - 0.02004067972302437, - -0.19931471347808838, - 0.9244833588600159, - 0.32434940338134766 - ] - ], - [ - 3.2333333492279053, - [ - 0.01991349272429943, - -0.19289788603782654, - 0.9281603097915649, - 0.31766700744628906 - ] - ], - [ - 3.2666666507720947, - [ - 0.019456513226032257, - -0.18466868996620178, - 0.9325392842292786, - 0.3096601366996765 - ] - ], - [ - 3.299999952316284, - [ - 0.01883774623274803, - -0.17645971477031708, - 0.9367614984512329, - 0.30163753032684326 - ] - ], - [ - 3.3333332538604736, - [ - 0.01851796917617321, - -0.17109230160713196, - 0.9397145509719849, - 0.2955017387866974 - ] - ], - [ - 3.366666555404663, - [ - 0.018301615491509438, - -0.16738595068454742, - 0.9417805075645447, - 0.29102659225463867 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658327289_681681.json b/lenses/physics-objects/Scene/assets/1646688658327289_681681.json deleted file mode 100644 index 618cd0db..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658327289_681681.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658327289:681681", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658328319_681694.json b/lenses/physics-objects/Scene/assets/1646688658328319_681694.json deleted file mode 100644 index 4801825d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658328319_681694.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658328319:681694", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.450531959533691, - -5.119308480061591e-05, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - -8.450531959533691, - -5.119308480061591e-05, - -1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658328540_681701.json b/lenses/physics-objects/Scene/assets/1646688658328540_681701.json deleted file mode 100644 index dd9fed33..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658328540_681701.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658328540:681701", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.011160519905388355, - 0.010281963273882866, - -0.14235498011112213, - 0.9896993637084961 - ] - ], - [ - 0.03333333507180214, - [ - -0.011160519905388355, - 0.010281963273882866, - -0.14235498011112213, - 0.9896993637084961 - ] - ], - [ - 0.06666667014360428, - [ - -0.010710014961659908, - 0.009840304963290691, - -0.1409943401813507, - 0.9899035692214966 - ] - ], - [ - 0.10000000149011612, - [ - -0.010204133577644825, - 0.009352103807032108, - -0.139396533370018, - 0.990139901638031 - ] - ], - [ - 0.13333334028720856, - [ - -0.009650441817939281, - 0.008824167773127556, - -0.13759061694145203, - 0.99040287733078 - ] - ], - [ - 0.1666666716337204, - [ - -0.009056510403752327, - 0.00826327782124281, - -0.13560563325881958, - 0.9906871318817139 - ] - ], - [ - 0.20000000298023224, - [ - -0.008429916575551033, - 0.0076761674135923386, - -0.1334705799818039, - 0.9909871816635132 - ] - ], - [ - 0.23333333432674408, - [ - -0.0077782291918993, - 0.00706954300403595, - -0.13121463358402252, - 0.991298258304596 - ] - ], - [ - 0.2666666805744171, - [ - -0.007108999881893396, - 0.006450063083320856, - -0.1288669854402542, - 0.9916155338287354 - ] - ], - [ - 0.30000001192092896, - [ - -0.006429755128920078, - 0.005824333988130093, - -0.12645679712295532, - 0.9919341802597046 - ] - ], - [ - 0.3333333432674408, - [ - -0.0057479869574308395, - 0.005198911763727665, - -0.12401340901851654, - 0.9922502636909485 - ] - ], - [ - 0.36666667461395264, - [ - -0.005071171093732119, - 0.004580314736813307, - -0.12156623601913452, - 0.9925599098205566 - ] - ], - [ - 0.4000000059604645, - [ - -0.0044067236594855785, - 0.00397499231621623, - -0.11914462596178055, - 0.9928591847419739 - ] - ], - [ - 0.4333333373069763, - [ - -0.003762025386095047, - 0.003389351535588503, - -0.11677814275026321, - 0.993145227432251 - ] - ], - [ - 0.46666666865348816, - [ - -0.003144416958093643, - 0.002829751931130886, - -0.11449626833200455, - 0.9934147000312805 - ] - ], - [ - 0.5, - [ - -0.004444000776857138, - 0.005660187918692827, - -0.12328419834375381, - 0.9923453330993652 - ] - ], - [ - 0.5333333611488342, - [ - -0.008385270833969116, - 0.013167493976652622, - -0.14732865989208221, - 0.9889643788337708 - ] - ], - [ - 0.5666666626930237, - [ - -0.013229446485638618, - 0.02224479243159294, - -0.1764615774154663, - 0.9839671850204468 - ] - ], - [ - 0.6000000238418579, - [ - -0.017248379066586494, - 0.029803449288010597, - -0.20064742863178253, - 0.9790581464767456 - ] - ], - [ - 0.6333333253860474, - [ - -0.018732711672782898, - 0.03278954327106476, - -0.2100444734096527, - 0.9769623875617981 - ] - ], - [ - 0.6666666865348816, - [ - -0.017839182168245316, - 0.034099794924259186, - -0.20555035769939423, - 0.9778895974159241 - ] - ], - [ - 0.699999988079071, - [ - -0.016119835898280144, - 0.03802144154906273, - -0.1956081986427307, - 0.9798122048377991 - ] - ], - [ - 0.7333333492279053, - [ - -0.013994613662362099, - 0.043600890785455704, - -0.1817568987607956, - 0.9822767376899719 - ] - ], - [ - 0.7666666507720947, - [ - -0.011843866668641567, - 0.04987551271915436, - -0.16553883254528046, - 0.9848700761795044 - ] - ], - [ - 0.800000011920929, - [ - -0.010155543684959412, - 0.05588318035006523, - -0.14863386750221252, - 0.9872598052024841 - ] - ], - [ - 0.8333333134651184, - [ - -0.009236174635589123, - 0.06063633784651756, - -0.13265186548233032, - 0.9892631769180298 - ] - ], - [ - 0.8666666746139526, - [ - -0.009031225927174091, - 0.06313419342041016, - -0.11901793628931046, - 0.9908416867256165 - ] - ], - [ - 0.8999999761581421, - [ - -0.009408346377313137, - 0.06239469721913338, - -0.10915295779705048, - 0.9920201897621155 - ] - ], - [ - 0.9333333373069763, - [ - -0.010304810479283333, - 0.05943489819765091, - -0.10134195536375046, - 0.9930213093757629 - ] - ], - [ - 0.9666666388511658, - [ - -0.011718379333615303, - 0.05625687167048454, - -0.09379689395427704, - 0.9939315915107727 - ] - ], - [ - 1.0, - [ - -0.01360012125223875, - 0.053389158099889755, - -0.08783840388059616, - 0.9946100115776062 - ] - ], - [ - 1.0333333015441895, - [ - -0.015910621732473373, - 0.05138222873210907, - -0.0847831666469574, - 0.9949465990066528 - ] - ], - [ - 1.0666667222976685, - [ - -0.018618611618876457, - 0.05080491304397583, - -0.08594144135713577, - 0.9948298931121826 - ] - ], - [ - 1.100000023841858, - [ - -0.021635876968503, - 0.05146825686097145, - -0.09066111594438553, - 0.9943156838417053 - ] - ], - [ - 1.1333333253860474, - [ - -0.024844039231538773, - 0.052718132734298706, - -0.0971219390630722, - 0.9935647249221802 - ] - ], - [ - 1.1666666269302368, - [ - -0.028168244287371635, - 0.05443069711327553, - -0.1048775166273117, - 0.992594838142395 - ] - ], - [ - 1.2000000476837158, - [ - -0.031531721353530884, - 0.056477006524801254, - -0.11348403990268707, - 0.9914320111274719 - ] - ], - [ - 1.2333333492279053, - [ - -0.03485584631562233, - 0.058723337948322296, - -0.12250082194805145, - 0.9901163578033447 - ] - ], - [ - 1.2666666507720947, - [ - -0.03806069493293762, - 0.06103159114718437, - -0.13149113953113556, - 0.98870450258255 - ] - ], - [ - 1.2999999523162842, - [ - -0.04106524586677551, - 0.06325992196798325, - -0.14002257585525513, - 0.9872718453407288 - ] - ], - [ - 1.3333333730697632, - [ - -0.04378783330321312, - 0.06526333093643188, - -0.14766676723957062, - 0.9859097599983215 - ] - ], - [ - 1.3666666746139526, - [ - -0.04614635929465294, - 0.0668945163488388, - -0.1539989411830902, - 0.9847233891487122 - ] - ], - [ - 1.399999976158142, - [ - -0.04805859550833702, - 0.06800470501184464, - -0.1585969477891922, - 0.9838255643844604 - ] - ], - [ - 1.4333332777023315, - [ - -0.0494421012699604, - 0.0684446170926094, - -0.1610392928123474, - 0.9833296537399292 - ] - ], - [ - 1.4666666984558105, - [ - -0.05020640417933464, - 0.06817012280225754, - -0.16150933504104614, - 0.983232855796814 - ] - ], - [ - 1.5, - [ - -0.05034851282835007, - 0.06735263764858246, - -0.16066965460777283, - 0.9834195971488953 - ] - ], - [ - 1.5333333015441895, - [ - -0.05000853165984154, - 0.066267229616642, - -0.15896941721439362, - 0.9837868213653564 - ] - ], - [ - 1.5666667222976685, - [ - -0.04937271401286125, - 0.06519195437431335, - -0.15691626071929932, - 0.9842203259468079 - ] - ], - [ - 1.600000023841858, - [ - -0.048559680581092834, - 0.06430675089359283, - -0.1548932045698166, - 0.9846394658088684 - ] - ], - [ - 1.6333333253860474, - [ - -0.047689005732536316, - 0.06379042565822601, - -0.15328431129455566, - 0.9849672317504883 - ] - ], - [ - 1.6666666269302368, - [ - -0.04691870138049126, - 0.06387528032064438, - -0.15289829671382904, - 0.9850587248802185 - ] - ], - [ - 1.7000000476837158, - [ - -0.04623797908425331, - 0.06450345367193222, - -0.15379346907138824, - 0.9849106073379517 - ] - ], - [ - 1.7333333492279053, - [ - -0.04551354795694351, - 0.06541847437620163, - -0.1552285999059677, - 0.9846588373184204 - ] - ], - [ - 1.7666666507720947, - [ - -0.04461297392845154, - 0.06636618822813034, - -0.15646183490753174, - 0.9844415187835693 - ] - ], - [ - 1.7999999523162842, - [ - -0.043405480682849884, - 0.06709558516740799, - -0.1567506045103073, - 0.9844000339508057 - ] - ], - [ - 1.8333333730697632, - [ - -0.04176263511180878, - 0.06736014038324356, - -0.15535016357898712, - 0.9846749901771545 - ] - ], - [ - 1.8666666746139526, - [ - -0.039732348173856735, - 0.06721702218055725, - -0.1523873209953308, - 0.9852316975593567 - ] - ], - [ - 1.899999976158142, - [ - -0.037483543157577515, - 0.0669059306383133, - -0.14861080050468445, - 0.9859175682067871 - ] - ], - [ - 1.9333332777023315, - [ - -0.03507080301642418, - 0.06645740568637848, - -0.14420630037784576, - 0.9866905212402344 - ] - ], - [ - 1.9666666984558105, - [ - -0.032547637820243835, - 0.06590055674314499, - -0.13936036825180054, - 0.9875103235244751 - ] - ], - [ - 2.0, - [ - -0.02996637672185898, - 0.06526294350624084, - -0.13426101207733154, - 0.9883404970169067 - ] - ], - [ - 2.0333333015441895, - [ - -0.027377789840102196, - 0.06457033008337021, - -0.129097580909729, - 0.9891486167907715 - ] - ], - [ - 2.066666603088379, - [ - -0.024831263348460197, - 0.06384671479463577, - -0.12406091392040253, - 0.9899070262908936 - ] - ], - [ - 2.0999999046325684, - [ - -0.022374747321009636, - 0.06311430037021637, - -0.11934319883584976, - 0.9905924201011658 - ] - ], - [ - 2.133333444595337, - [ - -0.020055048167705536, - 0.06239357963204384, - -0.11513776332139969, - 0.991185188293457 - ] - ], - [ - 2.1666667461395264, - [ - -0.01791834831237793, - 0.0617036409676075, - -0.11163919419050217, - 0.9916695356369019 - ] - ], - [ - 2.200000047683716, - [ - -0.016010496765375137, - 0.06106224283576012, - -0.10904251784086227, - 0.9920306205749512 - ] - ], - [ - 2.2333333492279053, - [ - -0.014695949852466583, - 0.06099076569080353, - -0.10971254110336304, - 0.9919815063476563 - ] - ], - [ - 2.2666666507720947, - [ - -0.014169316738843918, - 0.06178334355354309, - -0.11494115740060806, - 0.9913478493690491 - ] - ], - [ - 2.299999952316284, - [ - -0.014228006824851036, - 0.06312408298254013, - -0.12330745905637741, - 0.9902566075325012 - ] - ], - [ - 2.3333332538604736, - [ - -0.014668135903775692, - 0.06470581144094467, - -0.1333877444267273, - 0.9888406991958618 - ] - ], - [ - 2.366666555404663, - [ - -0.015276307240128517, - 0.06622819602489471, - -0.14376193284988403, - 0.9872755408287048 - ] - ], - [ - 2.4000000953674316, - [ - -0.01582532748579979, - 0.06739623844623566, - -0.15301808714866638, - 0.9857954978942871 - ] - ], - [ - 2.433333396911621, - [ - -0.016073841601610184, - 0.06791878491640091, - -0.1597524881362915, - 0.9846866726875305 - ] - ], - [ - 2.4666666984558105, - [ - -0.01576974056661129, - 0.06750776618719101, - -0.16256649792194366, - 0.9842591881752014 - ] - ], - [ - 2.5, - [ - -0.014914734289050102, - 0.06580605357885361, - -0.16098469495773315, - 0.9846476912498474 - ] - ], - [ - 2.5333333015441895, - [ - -0.013771061785519123, - 0.06291940063238144, - -0.15634627640247345, - 0.9855999946594238 - ] - ], - [ - 2.566666603088379, - [ - -0.012475533410906792, - 0.05925263836979866, - -0.14997324347496033, - 0.9868341088294983 - ] - ], - [ - 2.5999999046325684, - [ - -0.011170962825417519, - 0.05520891025662422, - -0.1431920826435089, - 0.9880906939506531 - ] - ], - [ - 2.633333444595337, - [ - -0.010009540244936943, - 0.051191627979278564, - -0.13733510673046112, - 0.9891502857208252 - ] - ], - [ - 2.6666667461395264, - [ - -0.00915621966123581, - 0.047604676336050034, - -0.13373923301696777, - 0.9898301959037781 - ] - ], - [ - 2.700000047683716, - [ - -0.008671680465340614, - 0.04424416646361351, - -0.13185110688209534, - 0.990243673324585 - ] - ], - [ - 2.7333333492279053, - [ - -0.008472943678498268, - 0.0406901054084301, - -0.13028007745742798, - 0.9906057119369507 - ] - ], - [ - 2.7666666507720947, - [ - -0.008522470481693745, - 0.03702206909656525, - -0.12910696864128113, - 0.9909026622772217 - ] - ], - [ - 2.799999952316284, - [ - -0.008784661069512367, - 0.03332044929265976, - -0.12841148674488068, - 0.9911221265792847 - ] - ], - [ - 2.8333332538604736, - [ - -0.009225809015333652, - 0.029666291549801826, - -0.1282721608877182, - 0.9912523627281189 - ] - ], - [ - 2.866666555404663, - [ - -0.009813924320042133, - 0.02614114247262478, - -0.12876619398593903, - 0.9912818074226379 - ] - ], - [ - 2.9000000953674316, - [ - -0.010518504306674004, - 0.02282675728201866, - -0.12996961176395416, - 0.9911994934082031 - ] - ], - [ - 2.933333396911621, - [ - -0.01131012849509716, - 0.0198049396276474, - -0.13195708394050598, - 0.9909930229187012 - ] - ], - [ - 2.9666666984558105, - [ - -0.012180004268884659, - 0.016984576359391212, - -0.1343546360731125, - 0.9907128810882568 - ] - ], - [ - 3.0, - [ - -0.013127729296684265, - 0.014255707152187824, - -0.1366867572069168, - 0.9904247522354126 - ] - ], - [ - 3.0333333015441895, - [ - -0.014135994017124176, - 0.011671122163534164, - -0.1388746052980423, - 0.9901403188705444 - ] - ], - [ - 3.066666603088379, - [ - -0.015186231583356857, - 0.009283148683607578, - -0.14083895087242126, - 0.9898725152015686 - ] - ], - [ - 3.0999999046325684, - [ - -0.016258860006928444, - 0.007143643219023943, - -0.14250019192695618, - 0.9896354675292969 - ] - ], - [ - 3.133333444595337, - [ - -0.01733364909887314, - 0.005303970072418451, - -0.14377857744693756, - 0.989443838596344 - ] - ], - [ - 3.1666667461395264, - [ - -0.018390106037259102, - 0.003815143369138241, - -0.14459416270256042, - 0.9893128871917725 - ] - ], - [ - 3.200000047683716, - [ - -0.019408049061894417, - 0.002727731131017208, - -0.14486701786518097, - 0.9892570376396179 - ] - ], - [ - 3.2333333492279053, - [ - -0.0203426331281662, - 0.0018605890218168497, - -0.14467203617095947, - 0.9892687797546387 - ] - ], - [ - 3.2666666507720947, - [ - -0.021157395094633102, - 0.0010148637229576707, - -0.144144669175148, - 0.989329993724823 - ] - ], - [ - 3.299999952316284, - [ - -0.021845564246177673, - 0.00021450448548421264, - -0.14329589903354645, - 0.9894388318061829 - ] - ], - [ - 3.3333332538604736, - [ - -0.022400738671422005, - -0.0005163375753909349, - -0.1421366184949875, - 0.989593505859375 - ] - ], - [ - 3.366666555404663, - [ - -0.02314699813723564, - -0.0006966875516809523, - -0.14049917459487915, - 0.989810049533844 - ] - ], - [ - 3.4000000953674316, - [ - -0.024312341585755348, - -1.5886082110228017e-05, - -0.13840079307556152, - 0.9900778532028198 - ] - ], - [ - 3.433333396911621, - [ - -0.025745021179318428, - 0.001296695088967681, - -0.13613083958625793, - 0.9903554320335388 - ] - ], - [ - 3.4666666984558105, - [ - -0.027290400117635727, - 0.0030144238844513893, - -0.13397972285747528, - 0.9906036257743835 - ] - ], - [ - 3.5, - [ - -0.028790421783924103, - 0.004913169890642166, - -0.1322387158870697, - 0.9907876253128052 - ] - ], - [ - 3.5333333015441895, - [ - -0.030084233731031418, - 0.006770458072423935, - -0.131199449300766, - 0.9908763766288757 - ] - ], - [ - 3.566666603088379, - [ - -0.0310098584741354, - 0.008363948203623295, - -0.13115344941616058, - 0.9908416867256165 - ] - ], - [ - 3.5999999046325684, - [ - -0.031406912952661514, - 0.009469239972531796, - -0.1323917806148529, - 0.9906545281410217 - ] - ], - [ - 3.633333444595337, - [ - -0.030088871717453003, - 0.010204225778579712, - -0.13891682028770447, - 0.9897942543029785 - ] - ], - [ - 3.6666667461395264, - [ - -0.027158768847584724, - 0.010834560729563236, - -0.15099234879016876, - 0.988102376461029 - ] - ], - [ - 3.700000047683716, - [ - -0.024346888065338135, - 0.011443547904491425, - -0.16331611573696136, - 0.9862069487571716 - ] - ], - [ - 3.7333333492279053, - [ - -0.02327459491789341, - 0.012304922565817833, - -0.1706271767616272, - 0.9849838614463806 - ] - ], - [ - 3.7666666507720947, - [ - -0.02464648336172104, - 0.013138281181454659, - -0.17305047810077667, - 0.984516978263855 - ] - ], - [ - 3.799999952316284, - [ - -0.02771036885678768, - 0.013567311689257622, - -0.1743103414773941, - 0.984207272529602 - ] - ], - [ - 3.8333332538604736, - [ - -0.03184324502944946, - 0.013807550072669983, - -0.17456892132759094, - 0.9840330481529236 - ] - ], - [ - 3.866666555404663, - [ - -0.03642209246754646, - 0.01406746357679367, - -0.1739935278892517, - 0.9839725494384766 - ] - ], - [ - 3.9000000953674316, - [ - -0.04082600027322769, - 0.014555896632373333, - -0.17276093363761902, - 0.9840096831321716 - ] - ], - [ - 3.933333396911621, - [ - -0.04443725198507309, - 0.015487088821828365, - -0.1710589975118637, - 0.9841363430023193 - ] - ], - [ - 3.9666666984558105, - [ - -0.046641819179058075, - 0.01708325743675232, - -0.16908486187458038, - 0.9843491315841675 - ] - ], - [ - 4.0, - [ - -0.04548768699169159, - 0.020543450489640236, - -0.16455939412117004, - 0.9851036667823792 - ] - ], - [ - 4.0333333015441895, - [ - -0.040672801434993744, - 0.02611386962234974, - -0.1563103199005127, - 0.986524760723114 - ] - ], - [ - 4.066666603088379, - [ - -0.034033410251140594, - 0.03258911147713661, - -0.14618347585201263, - 0.9881347417831421 - ] - ], - [ - 4.099999904632568, - [ - -0.027520528063178062, - 0.03871087357401848, - -0.13615797460079193, - 0.9895479083061218 - ] - ], - [ - 4.133333206176758, - [ - -0.022913089022040367, - 0.043113455176353455, - -0.12816044688224792, - 0.9905509352684021 - ] - ], - [ - 4.166666507720947, - [ - -0.021665971726179123, - 0.044356346130371094, - -0.12395240366458893, - 0.9910596013069153 - ] - ], - [ - 4.199999809265137, - [ - -0.02229648269712925, - 0.042467206716537476, - -0.12301281094551086, - 0.9912453293800354 - ] - ], - [ - 4.233333110809326, - [ - -0.022452913224697113, - 0.038733869791030884, - -0.1235107034444809, - 0.9913327693939209 - ] - ], - [ - 4.266666889190674, - [ - -0.022288186475634575, - 0.033605389297008514, - -0.12524493038654327, - 0.9913061261177063 - ] - ], - [ - 4.300000190734863, - [ - -0.021961702033877373, - 0.02752913162112236, - -0.12801261246204376, - 0.9911471009254456 - ] - ], - [ - 4.333333492279053, - [ - -0.0216340534389019, - 0.020950306206941605, - -0.13160569965839386, - 0.9908446073532104 - ] - ], - [ - 4.366666793823242, - [ - -0.02146303467452526, - 0.014312813058495522, - -0.13580846786499023, - 0.990399181842804 - ] - ], - [ - 4.400000095367432, - [ - -0.0216002706438303, - 0.008059280924499035, - -0.14039647579193115, - 0.989827036857605 - ] - ], - [ - 4.433333396911621, - [ - -0.022188734263181686, - 0.0026314056012779474, - -0.14513669908046722, - 0.9891592860221863 - ] - ], - [ - 4.4666666984558105, - [ - -0.02336108312010765, - -0.0015294934855774045, - -0.14978882670402527, - 0.9884408116340637 - ] - ], - [ - 4.5, - [ - -0.025238655507564545, - -0.003981525544077158, - -0.15410742163658142, - 0.9877237677574158 - ] - ], - [ - 4.5333333015441895, - [ - -0.027931250631809235, - -0.004280798602849245, - -0.15784482657909393, - 0.9870596528053284 - ] - ], - [ - 4.566666603088379, - [ - -0.031203988939523697, - 0.0021499264985322952, - -0.1648070067167282, - 0.985829770565033 - ] - ], - [ - 4.599999904632568, - [ - -0.03435899317264557, - 0.015211199410259724, - -0.1759958416223526, - 0.9836735129356384 - ] - ], - [ - 4.633333206176758, - [ - -0.03702300041913986, - 0.028293566778302193, - -0.18690739572048187, - 0.9812719225883484 - ] - ], - [ - 4.666666507720947, - [ - -0.03926440700888634, - 0.03476061299443245, - -0.19290685653686523, - 0.9798147678375244 - ] - ], - [ - 4.699999809265137, - [ - -0.04018639028072357, - 0.03202410042285919, - -0.18790720403194427, - 0.9808416962623596 - ] - ], - [ - 4.733333110809326, - [ - -0.03912879154086113, - 0.023644205182790756, - -0.17228259146213531, - 0.9839861989021301 - ] - ], - [ - 4.766666889190674, - [ - -0.036707159131765366, - 0.012241285294294357, - -0.15102875232696533, - 0.98777174949646 - ] - ], - [ - 4.800000190734863, - [ - -0.03365333005785942, - 0.0004959501093253493, - -0.12916818261146545, - 0.9910513758659363 - ] - ], - [ - 4.833333492279053, - [ - -0.030991768464446068, - -0.008788539096713066, - -0.11190931499004364, - 0.9931961297988892 - ] - ], - [ - 4.866666793823242, - [ - -0.029937589541077614, - -0.01281863171607256, - -0.10453371703624725, - 0.9939879775047302 - ] - ], - [ - 4.900000095367432, - [ - -0.03052828088402748, - -0.01180594228208065, - -0.10713149607181549, - 0.9937059283256531 - ] - ], - [ - 4.933333396911621, - [ - -0.03178834542632103, - -0.008358184248209, - -0.11489754170179367, - 0.9928334355354309 - ] - ], - [ - 4.9666666984558105, - [ - -0.033339619636535645, - -0.00338555546477437, - -0.12563960254192352, - 0.9915097951889038 - ] - ], - [ - 5.0, - [ - -0.03481115400791168, - 0.002200415590777993, - -0.13716989755630493, - 0.9899333119392395 - ] - ], - [ - 5.0333333015441895, - [ - -0.03585390746593475, - 0.007493284530937672, - -0.14730797708034515, - 0.9884123206138611 - ] - ], - [ - 5.066666603088379, - [ - -0.03614630550146103, - 0.011596976779401302, - -0.15388013422489166, - 0.9873600602149963 - ] - ], - [ - 5.099999904632568, - [ - -0.035390421748161316, - 0.013627493754029274, - -0.1547114998102188, - 0.9872316718101501 - ] - ], - [ - 5.133333206176758, - [ - -0.03395393118262291, - 0.014033098705112934, - -0.1510806381702423, - 0.9878385663032532 - ] - ], - [ - 5.166666507720947, - [ - -0.03239957615733147, - 0.013956272043287754, - -0.14602960646152496, - 0.9886510372161865 - ] - ], - [ - 5.199999809265137, - [ - -0.03073062375187874, - 0.013561276718974113, - -0.1400195211172104, - 0.9895788431167603 - ] - ], - [ - 5.233333110809326, - [ - -0.028947798535227776, - 0.013012709096074104, - -0.13351310789585114, - 0.9905387163162231 - ] - ], - [ - 5.266666889190674, - [ - -0.02704942785203457, - 0.012476119212806225, - -0.1269748955965042, - 0.991458535194397 - ] - ], - [ - 5.300000190734863, - [ - -0.025031527504324913, - 0.012117954902350903, - -0.12087172269821167, - 0.992278516292572 - ] - ], - [ - 5.333333492279053, - [ - -0.022887440398335457, - 0.012104413472115993, - -0.11567165702581406, - 0.9929500222206116 - ] - ], - [ - 5.366666793823242, - [ - -0.020607557147741318, - 0.012599821202456951, - -0.1118445098400116, - 0.9934322237968445 - ] - ], - [ - 5.400000095367432, - [ - -0.018193738535046577, - 0.013509310781955719, - -0.10976831614971161, - 0.9936989545822144 - ] - ], - [ - 5.433333396911621, - [ - -0.015708573162555695, - 0.01458344329148531, - -0.10915813595056534, - 0.9937933683395386 - ] - ], - [ - 5.4666666984558105, - [ - -0.013235185295343399, - 0.015753136947751045, - -0.10949011147022247, - 0.9937750101089478 - ] - ], - [ - 5.5, - [ - -0.010860471054911613, - 0.016953449696302414, - -0.11024029552936554, - 0.9937010407447815 - ] - ], - [ - 5.5333333015441895, - [ - -0.008673815056681633, - 0.018124952912330627, - -0.11088500171899796, - 0.9936301112174988 - ] - ], - [ - 5.566666603088379, - [ - -0.0067666140384972095, - 0.01921340636909008, - -0.11090078204870224, - 0.9936227202415466 - ] - ], - [ - 5.599999904632568, - [ - -0.0052327862940728664, - 0.020167699083685875, - -0.10976427048444748, - 0.9937392473220825 - ] - ], - [ - 5.633333206176758, - [ - -0.004054909106343985, - 0.02103208750486374, - -0.10799707472324371, - 0.9939204454421997 - ] - ], - [ - 5.666666507720947, - [ - -0.003160721156746149, - 0.02187146432697773, - -0.10649383813142776, - 0.9940677881240845 - ] - ], - [ - 5.699999809265137, - [ - -0.002564425813034177, - 0.02266600728034973, - -0.1052902564406395, - 0.994179904460907 - ] - ], - [ - 5.733333110809326, - [ - -0.002280178014189005, - 0.023396197706460953, - -0.1044217124581337, - 0.9942552447319031 - ] - ], - [ - 5.766666889190674, - [ - -0.0023222044110298157, - 0.024042943492531776, - -0.10392319411039352, - 0.9942919611930847 - ] - ], - [ - 5.800000190734863, - [ - -0.0025565268006175756, - 0.024489838629961014, - -0.10391737520694733, - 0.9942811131477356 - ] - ], - [ - 5.833333492279053, - [ - -0.002836399246007204, - 0.024651510640978813, - -0.10446672141551971, - 0.9942187666893005 - ] - ], - [ - 5.866666793823242, - [ - -0.0031579257920384407, - 0.024555670097470284, - -0.10551582276821136, - 0.9941093921661377 - ] - ], - [ - 5.900000095367432, - [ - -0.003518070327118039, - 0.02423000894486904, - -0.10700948536396027, - 0.9939565062522888 - ] - ], - [ - 5.933333396911621, - [ - -0.003914300352334976, - 0.023702215403318405, - -0.10889266431331635, - 0.9937632083892822 - ] - ], - [ - 5.9666666984558105, - [ - -0.004344267304986715, - 0.022999966517090797, - -0.11111030727624893, - 0.9935324192047119 - ] - ], - [ - 6.0, - [ - -0.004805525299161673, - 0.022150918841362, - -0.11360744386911392, - 0.9932671189308167 - ] - ], - [ - 6.0333333015441895, - [ - -0.005295304115861654, - 0.0211827140301466, - -0.11632905155420303, - 0.9929707050323486 - ] - ], - [ - 6.066666603088379, - [ - -0.005810311064124107, - 0.020122967660427094, - -0.11922004818916321, - 0.9926469326019287 - ] - ], - [ - 6.099999904632568, - [ - -0.006346589419990778, - 0.01899927295744419, - -0.12222527712583542, - 0.9923002123832703 - ] - ], - [ - 6.133333206176758, - [ - -0.006899399682879448, - 0.017839161679148674, - -0.12528946995735168, - 0.9919358491897583 - ] - ], - [ - 6.166666507720947, - [ - -0.0074631646275520325, - 0.01667013205587864, - -0.12835730612277985, - 0.9915598034858704 - ] - ], - [ - 6.199999809265137, - [ - -0.008031435310840607, - 0.015519607812166214, - -0.13137337565422058, - 0.9911790490150452 - ] - ], - [ - 6.233333110809326, - [ - -0.008596913889050484, - 0.014414981007575989, - -0.13428211212158203, - 0.9908009767532349 - ] - ], - [ - 6.266666889190674, - [ - -0.009151529520750046, - 0.013383529148995876, - -0.1370280534029007, - 0.990434467792511 - ] - ], - [ - 6.300000190734863, - [ - -0.00968647189438343, - 0.012452477589249611, - -0.13955555856227875, - 0.9900885820388794 - ] - ], - [ - 6.333333492279053, - [ - -0.010192425921559334, - 0.011648963205516338, - -0.14180906116962433, - 0.9897730350494385 - ] - ], - [ - 6.366666793823242, - [ - -0.010659699328243732, - 0.011000078171491623, - -0.1437329649925232, - 0.9894980788230896 - ] - ], - [ - 6.400000095367432, - [ - -0.011078433133661747, - 0.01053284015506506, - -0.1452716886997223, - 0.989273726940155 - ] - ], - [ - 6.433333396911621, - [ - -0.011438890360295773, - 0.010274245403707027, - -0.1463697850704193, - 0.9891104698181152 - ] - ], - [ - 6.4666666984558105, - [ - -0.01173175498843193, - 0.010251292958855629, - -0.14697177708148956, - 0.9890180826187134 - ] - ], - [ - 6.5, - [ - -0.011948450468480587, - 0.010490966960787773, - -0.1470222771167755, - 0.9890053868293762 - ] - ], - [ - 6.5333333015441895, - [ - -0.01205570437014103, - 0.010787202045321465, - -0.14661827683448792, - 0.9890608787536621 - ] - ], - [ - 6.566666603088379, - [ - -0.012027585878968239, - 0.010915231890976429, - -0.1459159553050995, - 0.9891636371612549 - ] - ], - [ - 6.599999904632568, - [ - -0.011867163702845573, - 0.010874162428081036, - -0.14494894444942474, - 0.9893081784248352 - ] - ], - [ - 6.633333206176758, - [ - -0.011577277444303036, - 0.01066326629370451, - -0.14375080168247223, - 0.9894888401031494 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658328773_681708.json b/lenses/physics-objects/Scene/assets/1646688658328773_681708.json deleted file mode 100644 index 3aa2f204..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658328773_681708.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658328773:681708", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658329825_681721.json b/lenses/physics-objects/Scene/assets/1646688658329825_681721.json deleted file mode 100644 index 5e5f2c2e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658329825_681721.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658329825:681721", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.450531959533691, - -5.119308480061591e-05, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -8.450531959533691, - -5.119308480061591e-05, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658329999_681728.json b/lenses/physics-objects/Scene/assets/1646688658329999_681728.json deleted file mode 100644 index 0c86bd10..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658329999_681728.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658329999:681728", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ], - [ - 0.03333333507180214, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ], - [ - 0.06666667014360428, - [ - -0.004211791325360537, - 0.003822293598204851, - -0.1181473657488823, - 0.9929797649383545 - ] - ], - [ - 0.10000000149011612, - [ - -0.004471433348953724, - 0.0037584544625133276, - -0.11847641319036484, - 0.9929397106170654 - ] - ], - [ - 0.13333334028720856, - [ - -0.0062809595838189125, - 0.004593221936374903, - -0.1233857199549675, - 0.9923282861709595 - ] - ], - [ - 0.1666666716337204, - [ - -0.009294725023210049, - 0.006152559071779251, - -0.13176429271697998, - 0.9912183880805969 - ] - ], - [ - 0.20000000298023224, - [ - -0.013166792690753937, - 0.008265051059424877, - -0.14249762892723083, - 0.9896730780601501 - ] - ], - [ - 0.23333333432674408, - [ - -0.017543544992804527, - 0.010751552879810333, - -0.15447688102722168, - 0.9877822399139404 - ] - ], - [ - 0.2666666805744171, - [ - -0.022060226649045944, - 0.013418498449027538, - -0.16660575568675995, - 0.9856854677200317 - ] - ], - [ - 0.30000001192092896, - [ - -0.026341095566749573, - 0.016054922714829445, - -0.17780524492263794, - 0.983582079410553 - ] - ], - [ - 0.3333333432674408, - [ - -0.03000221773982048, - 0.01843304932117462, - -0.1870136857032776, - 0.9817261099815369 - ] - ], - [ - 0.36666667461395264, - [ - -0.032657064497470856, - 0.02031300775706768, - -0.19318382441997528, - 0.9804085493087769 - ] - ], - [ - 0.4000000059604645, - [ - -0.03392310440540314, - 0.021450800821185112, - -0.195272758603096, - 0.9799273610115051 - ] - ], - [ - 0.4333333373069763, - [ - -0.02602369524538517, - 0.022997446358203888, - -0.1834615170955658, - 0.9824132323265076 - ] - ], - [ - 0.46666666865348816, - [ - -0.007211902644485235, - 0.0263951625674963, - -0.15548285841941833, - 0.987459659576416 - ] - ], - [ - 0.5, - [ - 0.014008910395205021, - 0.03153412789106369, - -0.12186848372220993, - 0.991946280002594 - ] - ], - [ - 0.5333333611488342, - [ - 0.030051548033952713, - 0.03714711591601372, - -0.09390851110219955, - 0.9944337010383606 - ] - ], - [ - 0.5666666626930237, - [ - 0.03440070152282715, - 0.04095990210771561, - -0.0833960771560669, - 0.9950798749923706 - ] - ], - [ - 0.6000000238418579, - [ - 0.026612548157572746, - 0.04293413832783699, - -0.09164436161518097, - 0.9945098161697388 - ] - ], - [ - 0.6333333253860474, - [ - 0.01294553279876709, - 0.04484740272164345, - -0.10829722136259079, - 0.993022084236145 - ] - ], - [ - 0.6666666865348816, - [ - -0.002728629857301712, - 0.04692571982741356, - -0.1276901662349701, - 0.9906996488571167 - ] - ], - [ - 0.699999988079071, - [ - -0.016390079632401466, - 0.04897718504071236, - -0.14446143805980682, - 0.9881616830825806 - ] - ], - [ - 0.7333333492279053, - [ - -0.023886023089289665, - 0.05039020627737045, - -0.15357671678066254, - 0.9865619540214539 - ] - ], - [ - 0.7666666507720947, - [ - -0.02193145453929901, - 0.05018392577767372, - -0.15195192396640778, - 0.9868693947792053 - ] - ], - [ - 0.800000011920929, - [ - -0.012117341160774231, - 0.04843290150165558, - -0.1418655961751938, - 0.9886261224746704 - ] - ], - [ - 0.8333333134651184, - [ - 0.0024094784166663885, - 0.046059269458055496, - -0.12637624144554138, - 0.9909095764160156 - ] - ], - [ - 0.8666666746139526, - [ - 0.01849989779293537, - 0.04385850206017494, - -0.10866451263427734, - 0.9929381608963013 - ] - ], - [ - 0.8999999761581421, - [ - 0.03304634243249893, - 0.042317990213632584, - -0.09217406064271927, - 0.994294285774231 - ] - ], - [ - 0.9333333373069763, - [ - 0.043021172285079956, - 0.04160801321268082, - -0.08059308677911758, - 0.99494868516922 - ] - ], - [ - 0.9666666388511658, - [ - 0.04545915871858597, - 0.04174898564815521, - -0.0777098536491394, - 0.9950636625289917 - ] - ], - [ - 1.0, - [ - 0.03834592550992966, - 0.04209442064166069, - -0.08443818986415863, - 0.9948003888130188 - ] - ], - [ - 1.0333333015441895, - [ - 0.02368992567062378, - 0.04225293546915054, - -0.09719435125589371, - 0.9940859079360962 - ] - ], - [ - 1.0666667222976685, - [ - 0.004575078375637531, - 0.04268268495798111, - -0.1129579246044159, - 0.9926720261573792 - ] - ], - [ - 1.100000023841858, - [ - -0.01583005115389824, - 0.043624039739370346, - -0.12888215482234955, - 0.9905734658241272 - ] - ], - [ - 1.1333333253860474, - [ - -0.03427676111459732, - 0.04498366639018059, - -0.14242656528949738, - 0.9881883859634399 - ] - ], - [ - 1.1666666269302368, - [ - -0.04757798835635185, - 0.0464613102376461, - -0.15151400864124298, - 0.9862155914306641 - ] - ], - [ - 1.2000000476837158, - [ - -0.05261194705963135, - 0.047627754509449005, - -0.15428689122200012, - 0.985474169254303 - ] - ], - [ - 1.2333333492279053, - [ - -0.046160779893398285, - 0.04916108772158623, - -0.14735090732574463, - 0.9867826700210571 - ] - ], - [ - 1.2666666507720947, - [ - -0.03037949837744236, - 0.05202352628111839, - -0.13131846487522125, - 0.9895080327987671 - ] - ], - [ - 1.2999999523162842, - [ - -0.01016672421246767, - 0.056148577481508255, - -0.11020603775978088, - 0.9922693967819214 - ] - ], - [ - 1.3333333730697632, - [ - 0.009778744541108608, - 0.061060745269060135, - -0.08834930509328842, - 0.9941681623458862 - ] - ], - [ - 1.3666666746139526, - [ - 0.025118649005889893, - 0.06569910794496536, - -0.07049145549535751, - 0.9950294494628906 - ] - ], - [ - 1.399999976158142, - [ - 0.031853798776865005, - 0.06858330965042114, - -0.061614006757736206, - 0.9952313303947449 - ] - ], - [ - 1.4333332777023315, - [ - 0.02813686430454254, - 0.06975281238555908, - -0.0663265511393547, - 0.9949592351913452 - ] - ], - [ - 1.4666666984558105, - [ - 0.01708967797458172, - 0.07063176482915878, - -0.08204090595245361, - 0.9939760565757751 - ] - ], - [ - 1.5, - [ - 0.002237205859273672, - 0.07177851349115372, - -0.1029275581240654, - 0.9920931458473206 - ] - ], - [ - 1.5333333015441895, - [ - -0.012724362313747406, - 0.07343538105487823, - -0.12335915863513947, - 0.9895594120025635 - ] - ], - [ - 1.5666667222976685, - [ - -0.023877156898379326, - 0.07536942511796951, - -0.1380438357591629, - 0.9872655272483826 - ] - ], - [ - 1.600000023841858, - [ - -0.027214415371418, - 0.07704131305217743, - -0.1419401317834854, - 0.9864973425865173 - ] - ], - [ - 1.6333333253860474, - [ - -0.018160169944167137, - 0.07666120678186417, - -0.13158449530601501, - 0.9881694316864014 - ] - ], - [ - 1.6666666269302368, - [ - 0.000813653226941824, - 0.07419592142105103, - -0.11095675081014633, - 0.991051435470581 - ] - ], - [ - 1.7000000476837158, - [ - 0.02311609499156475, - 0.07153921574354172, - -0.08639609068632126, - 0.9934201240539551 - ] - ], - [ - 1.7333333492279053, - [ - 0.04227758198976517, - 0.06974048167467117, - -0.06497418880462646, - 0.9945488572120667 - ] - ], - [ - 1.7666666507720947, - [ - 0.052040763199329376, - 0.06898246705532074, - -0.05443638563156128, - 0.9947713613510132 - ] - ], - [ - 1.7999999523162842, - [ - 0.04893818125128746, - 0.06605587154626846, - -0.05866960808634758, - 0.9948866963386536 - ] - ], - [ - 1.8333333730697632, - [ - 0.03636306896805763, - 0.059372901916503906, - -0.07289356738328934, - 0.9949066042900085 - ] - ], - [ - 1.8666666746139526, - [ - 0.018444398418068886, - 0.051341090351343155, - -0.0919678658246994, - 0.9942664504051208 - ] - ], - [ - 1.899999976158142, - [ - -0.00033766633714549243, - 0.04405149444937706, - -0.11087311804294586, - 0.9928577542304993 - ] - ], - [ - 1.9333332777023315, - [ - -0.015033403411507607, - 0.039060480892658234, - -0.12487824261188507, - 0.9912889003753662 - ] - ], - [ - 1.9666666984558105, - [ - -0.020428339019417763, - 0.03753553330898285, - -0.12951287627220154, - 0.9906564354896545 - ] - ], - [ - 2.0, - [ - -0.014810835942626, - 0.039120521396398544, - -0.1214190423488617, - 0.9917195439338684 - ] - ], - [ - 2.0333333015441895, - [ - -0.0025215819478034973, - 0.04238457232713699, - -0.10345306992530823, - 0.9937276840209961 - ] - ], - [ - 2.066666603088379, - [ - 0.012573695741593838, - 0.04682483524084091, - -0.08053775876760483, - 0.9955716729164124 - ] - ], - [ - 2.0999999046325684, - [ - 0.026907052844762802, - 0.05159727856516838, - -0.05779549106955528, - 0.9966311454772949 - ] - ], - [ - 2.133333444595337, - [ - 0.03751394897699356, - 0.05533120036125183, - -0.0406346470117569, - 0.9969353079795837 - ] - ], - [ - 2.1666667461395264, - [ - 0.041756194084882736, - 0.05642446130514145, - -0.034501366317272186, - 0.9969365000724792 - ] - ], - [ - 2.200000047683716, - [ - 0.03807917609810829, - 0.05390285700559616, - -0.04111781343817711, - 0.9969723224639893 - ] - ], - [ - 2.2333333492279053, - [ - 0.028206374496221542, - 0.04865534231066704, - -0.05637170374393463, - 0.9968246221542358 - ] - ], - [ - 2.2666666507720947, - [ - 0.014236005954444408, - 0.04202612116932869, - -0.07681120932102203, - 0.9960578083992004 - ] - ], - [ - 2.299999952316284, - [ - -0.0015428534243255854, - 0.03521597012877464, - -0.09902087599039078, - 0.9944608211517334 - ] - ], - [ - 2.3333332538604736, - [ - -0.016529442742466927, - 0.029134953394532204, - -0.11970942467451096, - 0.9922438263893127 - ] - ], - [ - 2.366666555404663, - [ - -0.02782643772661686, - 0.024380702525377274, - -0.13574478030204773, - 0.9900529384613037 - ] - ], - [ - 2.4000000953674316, - [ - -0.03236504644155502, - 0.021356243640184402, - -0.14410661160945892, - 0.9888021349906921 - ] - ], - [ - 2.433333396911621, - [ - -0.02952875755727291, - 0.022308118641376495, - -0.14243407547473907, - 0.9891121983528137 - ] - ], - [ - 2.4666666984558105, - [ - -0.022110668942332268, - 0.028049664571881294, - -0.13253800570964813, - 0.9905343055725098 - ] - ], - [ - 2.5, - [ - -0.012237248942255974, - 0.03686681389808655, - -0.11766574531793594, - 0.9922933578491211 - ] - ], - [ - 2.5333333015441895, - [ - -0.0019125284161418676, - 0.046950943768024445, - -0.1010851114988327, - 0.9937674403190613 - ] - ], - [ - 2.566666603088379, - [ - 0.007167080417275429, - 0.05631743744015694, - -0.08606132119894028, - 0.994671106338501 - ] - ], - [ - 2.5999999046325684, - [ - 0.013630819506943226, - 0.06282395869493484, - -0.07582549750804901, - 0.9950466752052307 - ] - ], - [ - 2.633333444595337, - [ - 0.01626421883702278, - 0.06425946950912476, - -0.07358071953058243, - 0.9950840473175049 - ] - ], - [ - 2.6666667461395264, - [ - 0.014279025606811047, - 0.0597626194357872, - -0.08059369772672653, - 0.9948513507843018 - ] - ], - [ - 2.700000047683716, - [ - 0.008675893768668175, - 0.051409341394901276, - -0.09381334483623505, - 0.9942237734794617 - ] - ], - [ - 2.7333333492279053, - [ - 0.0009126343647949398, - 0.04141505807638168, - -0.10994977504014969, - 0.9930735230445862 - ] - ], - [ - 2.7666666507720947, - [ - -0.007276673801243305, - 0.03188876807689667, - -0.12566305696964264, - 0.991533637046814 - ] - ], - [ - 2.799999952316284, - [ - -0.013819637708365917, - 0.024777140468358994, - -0.13758327066898346, - 0.9900838136672974 - ] - ], - [ - 2.8333332538604736, - [ - -0.016434218734502792, - 0.021903954446315765, - -0.14234527945518494, - 0.9894381761550903 - ] - ], - [ - 2.866666555404663, - [ - -0.012775413691997528, - 0.024401573464274406, - -0.1366584748029709, - 0.9902353286743164 - ] - ], - [ - 2.9000000953674316, - [ - -0.003981465008109808, - 0.030986273661255836, - -0.12224402278661728, - 0.9920082688331604 - ] - ], - [ - 2.933333396911621, - [ - 0.006997440010309219, - 0.039835404604673386, - -0.10328105837106705, - 0.9938295483589172 - ] - ], - [ - 2.9666666984558105, - [ - 0.01750204525887966, - 0.04893301799893379, - -0.08399045467376709, - 0.9951105713844299 - ] - ], - [ - 3.0, - [ - 0.02532459981739521, - 0.05600414797663689, - -0.06861455738544464, - 0.9957481026649475 - ] - ], - [ - 3.0333333015441895, - [ - 0.02860274538397789, - 0.058607347309589386, - -0.061380211263895035, - 0.9959816932678223 - ] - ], - [ - 3.066666603088379, - [ - 0.02182823047041893, - 0.05095747485756874, - -0.07164520025253296, - 0.9958884716033936 - ] - ], - [ - 3.0999999046325684, - [ - 0.004217906855046749, - 0.03384329378604889, - -0.0985623374581337, - 0.9945462942123413 - ] - ], - [ - 3.133333444595337, - [ - -0.01850937120616436, - 0.014507608488202095, - -0.13091687858104706, - 0.9911143779754639 - ] - ], - [ - 3.1666667461395264, - [ - -0.038735177367925644, - -0.0009062131284736097, - -0.15744805335998535, - 0.9867668747901917 - ] - ], - [ - 3.200000047683716, - [ - -0.04712146148085594, - -0.007530818227678537, - -0.16715705394744873, - 0.9847748875617981 - ] - ], - [ - 3.2333333492279053, - [ - -0.04344217851758003, - -0.0072017936035990715, - -0.16228750348091125, - 0.9857604503631592 - ] - ], - [ - 3.2666666507720947, - [ - -0.03541160747408867, - -0.00523263169452548, - -0.1535567045211792, - 0.987491250038147 - ] - ], - [ - 3.299999952316284, - [ - -0.025312120094895363, - -0.002303608227521181, - -0.14282551407814026, - 0.9894214868545532 - ] - ], - [ - 3.3333332538604736, - [ - -0.016343891620635986, - 0.0009226297843270004, - -0.13388268649578094, - 0.9908620715141296 - ] - ], - [ - 3.366666555404663, - [ - -0.008305241353809834, - 0.0037846677005290985, - -0.1254972368478775, - 0.9920519590377808 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658330162_681735.json b/lenses/physics-objects/Scene/assets/1646688658330162_681735.json deleted file mode 100644 index 4f1f53aa..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658330162_681735.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658330162:681735", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658331097_681748.json b/lenses/physics-objects/Scene/assets/1646688658331097_681748.json deleted file mode 100644 index 42ad82a2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658331097_681748.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658331097:681748", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.8558149337768555, - -5.684341886080802e-14, - -2.842170943040401e-14 - ] - ], - [ - 6.633333206176758, - [ - -7.8558149337768555, - -8.526512829121202e-14, - -2.4868995751603507e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658331276_681755.json b/lenses/physics-objects/Scene/assets/1646688658331276_681755.json deleted file mode 100644 index 73171b03..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658331276_681755.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658331276:681755", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.013763003051280975, - 0.008504632860422134, - -0.13267701864242554, - 0.991027295589447 - ] - ], - [ - 0.03333333507180214, - [ - -0.013763003051280975, - 0.008504632860422134, - -0.13267701864242554, - 0.991027295589447 - ] - ], - [ - 0.06666667014360428, - [ - -0.013388516381382942, - 0.008243829011917114, - -0.13187623023986816, - 0.9911414980888367 - ] - ], - [ - 0.10000000149011612, - [ - -0.012933336198329926, - 0.007937535643577576, - -0.13077983260154724, - 0.9912953972816467 - ] - ], - [ - 0.13333334028720856, - [ - -0.012406136840581894, - 0.00759101053699851, - -0.12941686809062958, - 0.9914836287498474 - ] - ], - [ - 0.1666666716337204, - [ - -0.011815633624792099, - 0.0072094956412911415, - -0.12781643867492676, - 0.9917013645172119 - ] - ], - [ - 0.20000000298023224, - [ - -0.01117054931819439, - 0.0067982058972120285, - -0.126007542014122, - 0.9919431209564209 - ] - ], - [ - 0.23333333432674408, - [ - -0.010479629971086979, - 0.00636233389377594, - -0.12401936948299408, - 0.9922040700912476 - ] - ], - [ - 0.2666666805744171, - [ - -0.009751605801284313, - 0.005907033104449511, - -0.12188097089529037, - 0.9924792647361755 - ] - ], - [ - 0.30000001192092896, - [ - -0.008995196782052517, - 0.005437422543764114, - -0.11962154507637024, - 0.9927639365196228 - ] - ], - [ - 0.3333333432674408, - [ - -0.00821908749639988, - 0.004958573263138533, - -0.11727031320333481, - 0.9930536150932312 - ] - ], - [ - 0.36666667461395264, - [ - -0.007431956473737955, - 0.004475530236959457, - -0.11485657840967178, - 0.9933441877365112 - ] - ], - [ - 0.4000000059604645, - [ - -0.006642416585236788, - 0.003993276972323656, - -0.11240968853235245, - 0.9936317205429077 - ] - ], - [ - 0.4333333373069763, - [ - -0.005859041120857, - 0.0035167608875781298, - -0.10995904356241226, - 0.9939126372337341 - ] - ], - [ - 0.46666666865348816, - [ - -0.0050903609953820705, - 0.003050886793062091, - -0.10753411799669266, - 0.9941836595535278 - ] - ], - [ - 0.5, - [ - -0.006837466731667519, - 0.005531038623303175, - -0.11612937599420547, - 0.9931951761245728 - ] - ], - [ - 0.5333333611488342, - [ - -0.012057813815772533, - 0.012078098021447659, - -0.13994017243385315, - 0.9900128841400146 - ] - ], - [ - 0.5666666626930237, - [ - -0.018447456881403923, - 0.01997830532491207, - -0.16879607737064362, - 0.98527592420578 - ] - ], - [ - 0.6000000238418579, - [ - -0.023717226460576057, - 0.026536725461483, - -0.19265007972717285, - 0.980621874332428 - ] - ], - [ - 0.6333333253860474, - [ - -0.025603903457522392, - 0.02909174934029579, - -0.20163707435131073, - 0.9786933064460754 - ] - ], - [ - 0.6666666865348816, - [ - -0.0247664712369442, - 0.030402058735489845, - -0.19665971398353577, - 0.9796873331069946 - ] - ], - [ - 0.699999988079071, - [ - -0.023531191051006317, - 0.03434700518846512, - -0.1861782819032669, - 0.9816335439682007 - ] - ], - [ - 0.7333333492279053, - [ - -0.022173626348376274, - 0.03995442017912865, - -0.1717214286327362, - 0.9840853214263916 - ] - ], - [ - 0.7666666507720947, - [ - -0.020928258076310158, - 0.04624948278069496, - -0.1548229604959488, - 0.9866372346878052 - ] - ], - [ - 0.800000011920929, - [ - -0.019922586157917976, - 0.05226507782936096, - -0.13701613247394562, - 0.9889883995056152 - ] - ], - [ - 0.8333333134651184, - [ - -0.019146418198943138, - 0.05705316737294197, - -0.11982626467943192, - 0.9909692406654358 - ] - ], - [ - 0.8666666746139526, - [ - -0.01866457797586918, - 0.05965818837285042, - -0.10490763187408447, - 0.9925154447555542 - ] - ], - [ - 0.8999999761581421, - [ - -0.01841113343834877, - 0.059143610298633575, - -0.09384839236736298, - 0.993657648563385 - ] - ], - [ - 0.9333333373069763, - [ - -0.018698882311582565, - 0.05600784718990326, - -0.08505221456289291, - 0.994625449180603 - ] - ], - [ - 0.9666666388511658, - [ - -0.019872305914759636, - 0.051938753575086594, - -0.07680126279592514, - 0.9954943656921387 - ] - ], - [ - 1.0, - [ - -0.021690377965569496, - 0.04785822704434395, - -0.07033137232065201, - 0.996138870716095 - ] - ], - [ - 1.0333333015441895, - [ - -0.023943375796079636, - 0.04471941292285919, - -0.06686936318874359, - 0.9964714646339417 - ] - ], - [ - 1.0666667222976685, - [ - -0.026441136375069618, - 0.04349610209465027, - -0.06763444095849991, - 0.9964108467102051 - ] - ], - [ - 1.100000023841858, - [ - -0.02914002723991871, - 0.04384861886501312, - -0.07198821753263474, - 0.9960150122642517 - ] - ], - [ - 1.1333333253860474, - [ - -0.032078612595796585, - 0.04471462219953537, - -0.07818897068500519, - 0.9954185485839844 - ] - ], - [ - 1.1666666269302368, - [ - -0.0351884625852108, - 0.04598468914628029, - -0.08579959720373154, - 0.994628369808197 - ] - ], - [ - 1.2000000476837158, - [ - -0.038399338722229004, - 0.04754588380455971, - -0.09438444674015045, - 0.9936581254005432 - ] - ], - [ - 1.2333333492279053, - [ - -0.04163910076022148, - 0.04928244277834892, - -0.10350963473320007, - 0.9925337433815002 - ] - ], - [ - 1.2666666507720947, - [ - -0.044833891093730927, - 0.05107639729976654, - -0.11274395138025284, - 0.99129718542099 - ] - ], - [ - 1.2999999523162842, - [ - -0.0479082316160202, - 0.05280796438455582, - -0.12165894359350204, - 0.9900076985359192 - ] - ], - [ - 1.3333333730697632, - [ - -0.05078526586294174, - 0.05435602366924286, - -0.12982948124408722, - 0.988741934299469 - ] - ], - [ - 1.3666666746139526, - [ - -0.0533868670463562, - 0.0555981770157814, - -0.13683322072029114, - 0.9875906705856323 - ] - ], - [ - 1.399999976158142, - [ - -0.05563382804393768, - 0.05641091614961624, - -0.14225062727928162, - 0.9866546988487244 - ] - ], - [ - 1.4333332777023315, - [ - -0.0574459508061409, - 0.05666947737336159, - -0.14566358923912048, - 0.9860378503799438 - ] - ], - [ - 1.4666666984558105, - [ - -0.05876695737242699, - 0.05626083165407181, - -0.14717547595500946, - 0.9857588410377502 - ] - ], - [ - 1.5, - [ - -0.05960981175303459, - 0.05530881881713867, - -0.1473969966173172, - 0.9857290387153625 - ] - ], - [ - 1.5333333015441895, - [ - -0.059997159987688065, - 0.05404486507177353, - -0.1466696858406067, - 0.9858841300010681 - ] - ], - [ - 1.5666667222976685, - [ - -0.05995280668139458, - 0.05270281434059143, - -0.1453329622745514, - 0.9861574172973633 - ] - ], - [ - 1.600000023841858, - [ - -0.059612490236759186, - 0.05159669369459152, - -0.14388053119182587, - 0.9864494800567627 - ] - ], - [ - 1.6333333253860474, - [ - -0.05915876477956772, - 0.05103315785527229, - -0.14286579191684723, - 0.9866535663604736 - ] - ], - [ - 1.6666666269302368, - [ - -0.058753423392772675, - 0.05124807357788086, - -0.1430583894252777, - 0.9866388440132141 - ] - ], - [ - 1.7000000476837158, - [ - -0.05840965732932091, - 0.05213141068816185, - -0.14445450901985168, - 0.9864094257354736 - ] - ], - [ - 1.7333333492279053, - [ - -0.057999998331069946, - 0.05338875204324722, - -0.14632192254066467, - 0.9860910177230835 - ] - ], - [ - 1.7666666507720947, - [ - -0.0573984794318676, - 0.054727550595998764, - -0.1479281634092331, - 0.9858132600784302 - ] - ], - [ - 1.7999999523162842, - [ - -0.05648224428296089, - 0.05585832521319389, - -0.14853999018669128, - 0.985710620880127 - ] - ], - [ - 1.8333333730697632, - [ - -0.055131930857896805, - 0.05649532750248909, - -0.14742231369018555, - 0.9859185814857483 - ] - ], - [ - 1.8666666746139526, - [ - -0.05341501906514168, - 0.056695904582738876, - -0.1446886658668518, - 0.9864065051078796 - ] - ], - [ - 1.899999976158142, - [ - -0.05149989575147629, - 0.056729454547166824, - -0.1410713940858841, - 0.9870300889015198 - ] - ], - [ - 1.9333332777023315, - [ - -0.04942014813423157, - 0.056630659848451614, - -0.13676141202449799, - 0.9877484440803528 - ] - ], - [ - 1.9666666984558105, - [ - -0.047208428382873535, - 0.056433577090501785, - -0.13195021450519562, - 0.9885221123695374 - ] - ], - [ - 2.0, - [ - -0.04489622265100479, - 0.056171633303165436, - -0.12683013081550598, - 0.9893144965171814 - ] - ], - [ - 2.0333333015441895, - [ - -0.04251372441649437, - 0.05587765574455261, - -0.12159447371959686, - 0.990093469619751 - ] - ], - [ - 2.066666603088379, - [ - -0.0400896780192852, - 0.05558374896645546, - -0.11643747240304947, - 0.9908307790756226 - ] - ], - [ - 2.0999999046325684, - [ - -0.037651482969522476, - 0.05532124266028404, - -0.11155430972576141, - 0.9915027022361755 - ] - ], - [ - 2.133333444595337, - [ - -0.035225145518779755, - 0.05512050539255142, - -0.10714100301265717, - 0.992089569568634 - ] - ], - [ - 2.1666667461395264, - [ - -0.03283572942018509, - 0.055010780692100525, - -0.103394515812397, - 0.9925750494003296 - ] - ], - [ - 2.200000047683716, - [ - -0.03050730936229229, - 0.055019885301589966, - -0.10051222145557404, - 0.9929448366165161 - ] - ], - [ - 2.2333333492279053, - [ - -0.028449783101677895, - 0.05564327538013458, - -0.10086808353662491, - 0.9929351806640625 - ] - ], - [ - 2.2666666507720947, - [ - -0.0268089659512043, - 0.05713225528597832, - -0.1057494729757309, - 0.992388129234314 - ] - ], - [ - 2.299999952316284, - [ - -0.025520049035549164, - 0.05915113911032677, - -0.11371975392103195, - 0.9914220571517944 - ] - ], - [ - 2.3333332538604736, - [ - -0.0245222095400095, - 0.061379559338092804, - -0.12333908677101135, - 0.9901609420776367 - ] - ], - [ - 2.366666555404663, - [ - -0.02375274896621704, - 0.0635201632976532, - -0.13316819071769714, - 0.9887706637382507 - ] - ], - [ - 2.4000000953674316, - [ - -0.023143578320741653, - 0.06529996544122696, - -0.14177130162715912, - 0.9874721169471741 - ] - ], - [ - 2.433333396911621, - [ - -0.022620558738708496, - 0.06646528095006943, - -0.1477171927690506, - 0.986534595489502 - ] - ], - [ - 2.4666666984558105, - [ - -0.022105887532234192, - 0.06677016615867615, - -0.14957749843597412, - 0.9862452149391174 - ] - ], - [ - 2.5, - [ - -0.02130628004670143, - 0.06594203412532806, - -0.14685644209384918, - 0.9867273569107056 - ] - ], - [ - 2.5333333015441895, - [ - -0.020168889313936234, - 0.06406938284635544, - -0.14094585180282593, - 0.9877361059188843 - ] - ], - [ - 2.566666603088379, - [ - -0.018812930211424828, - 0.06136321276426315, - -0.13333775103092194, - 0.9889902472496033 - ] - ], - [ - 2.5999999046325684, - [ - -0.017344409599900246, - 0.058071866631507874, - -0.12547123432159424, - 0.9902443289756775 - ] - ], - [ - 2.633333444595337, - [ - -0.01602882519364357, - 0.05454051122069359, - -0.11867459118366241, - 0.9913045763969421 - ] - ], - [ - 2.6666667461395264, - [ - -0.015142594464123249, - 0.051115233451128006, - -0.11428079009056091, - 0.9920171499252319 - ] - ], - [ - 2.700000047683716, - [ - -0.014653177931904793, - 0.0477299802005291, - -0.11171551793813705, - 0.9924851655960083 - ] - ], - [ - 2.7333333492279053, - [ - -0.014320693910121918, - 0.04413892328739166, - -0.10957217961549759, - 0.9928950667381287 - ] - ], - [ - 2.7666666507720947, - [ - -0.014124558307230473, - 0.04041847959160805, - -0.10793481022119522, - 0.9932355880737305 - ] - ], - [ - 2.799999952316284, - [ - -0.014046451076865196, - 0.036645617336034775, - -0.1068865954875946, - 0.9934964776039124 - ] - ], - [ - 2.8333332538604736, - [ - -0.014070226810872555, - 0.03289758414030075, - -0.10650969296693802, - 0.9936676621437073 - ] - ], - [ - 2.866666555404663, - [ - -0.014181738719344139, - 0.029251664876937866, - -0.10688528418540955, - 0.9937397837638855 - ] - ], - [ - 2.9000000953674316, - [ - -0.014368551783263683, - 0.025784792378544807, - -0.10809348523616791, - 0.9937025308609009 - ] - ], - [ - 2.933333396911621, - [ - -0.014619559049606323, - 0.022573376074433327, - -0.11021322011947632, - 0.9935440421104431 - ] - ], - [ - 2.9666666984558105, - [ - -0.014904355630278587, - 0.019526362419128418, - -0.1128711923956871, - 0.9933059215545654 - ] - ], - [ - 3.0, - [ - -0.015206621959805489, - 0.01653444953262806, - -0.11558868736028671, - 0.9930431246757507 - ] - ], - [ - 3.0333333015441895, - [ - -0.015535930171608925, - 0.013645892962813377, - -0.11828555166721344, - 0.9927642941474915 - ] - ], - [ - 3.066666603088379, - [ - -0.015900304540991783, - 0.010908967815339565, - -0.12088114768266678, - 0.992479681968689 - ] - ], - [ - 3.0999999046325684, - [ - -0.01630634255707264, - 0.008371972478926182, - -0.12329443544149399, - 0.9922008514404297 - ] - ], - [ - 3.133333444595337, - [ - -0.01675943285226822, - 0.006083150859922171, - -0.12544412910938263, - 0.9919405579566956 - ] - ], - [ - 3.1666667461395264, - [ - -0.017264045774936676, - 0.004090757109224796, - -0.12724857032299042, - 0.9917122721672058 - ] - ], - [ - 3.200000047683716, - [ - -0.017824146896600723, - 0.002442802768200636, - -0.12862618267536163, - 0.9915299415588379 - ] - ], - [ - 3.2333333492279053, - [ - -0.018443679437041283, - 0.0011871008900925517, - -0.12949536740779877, - 0.9914077520370483 - ] - ], - [ - 3.2666666507720947, - [ - -0.01912711374461651, - 0.0003711416502483189, - -0.12977468967437744, - 0.9913589358329773 - ] - ], - [ - 3.299999952316284, - [ - -0.019809285178780556, - -0.00018006916798185557, - -0.12953738868236542, - 0.9913766384124756 - ] - ], - [ - 3.3333332538604736, - [ - -0.020429683849215508, - -0.0006607443792745471, - -0.12891718745231628, - 0.9914447069168091 - ] - ], - [ - 3.366666555404663, - [ - -0.021353643387556076, - -0.000716423790436238, - -0.1277747005224228, - 0.9915731549263 - ] - ], - [ - 3.4000000953674316, - [ - -0.02281191758811474, - -0.00011984490265604109, - -0.1261504739522934, - 0.9917488098144531 - ] - ], - [ - 3.433333396911621, - [ - -0.02461455576121807, - 0.0009579729521647096, - -0.12432484328746796, - 0.9919358491897583 - ] - ], - [ - 3.4666666984558105, - [ - -0.026570133864879608, - 0.0023486120626330376, - -0.12257906794548035, - 0.9921002388000488 - ] - ], - [ - 3.5, - [ - -0.028485136106610298, - 0.0038862910587340593, - -0.12119531631469727, - 0.9922122955322266 - ] - ], - [ - 3.5333333015441895, - [ - -0.03016430139541626, - 0.005407093092799187, - -0.12045617401599884, - 0.9922455549240112 - ] - ], - [ - 3.566666603088379, - [ - -0.03141166269779205, - 0.006747310049831867, - -0.12064430117607117, - 0.9921757578849792 - ] - ], - [ - 3.5999999046325684, - [ - -0.032032452523708344, - 0.007740931585431099, - -0.1220419779419899, - 0.9919776916503906 - ] - ], - [ - 3.633333444595337, - [ - -0.030759502202272415, - 0.008869130164384842, - -0.1286819577217102, - 0.9911690950393677 - ] - ], - [ - 3.6666667461395264, - [ - -0.027712449431419373, - 0.010369922965765, - -0.14085178077220917, - 0.9895884394645691 - ] - ], - [ - 3.700000047683716, - [ - -0.024755671620368958, - 0.011812455952167511, - -0.1532304584980011, - 0.9878097176551819 - ] - ], - [ - 3.7333333492279053, - [ - -0.02369590476155281, - 0.012987538240849972, - -0.16053861379623413, - 0.9866597056388855 - ] - ], - [ - 3.7666666507720947, - [ - -0.025256745517253876, - 0.01345317717641592, - -0.16289518773555756, - 0.9862282872200012 - ] - ], - [ - 3.799999952316284, - [ - -0.02855459228157997, - 0.013085714541375637, - -0.1640283316373825, - 0.985955536365509 - ] - ], - [ - 3.8333332538604736, - [ - -0.032949499785900116, - 0.012254169210791588, - -0.16409580409526825, - 0.9858179092407227 - ] - ], - [ - 3.866666555404663, - [ - -0.03779999539256096, - 0.011319962330162525, - -0.16326165199279785, - 0.98579341173172 - ] - ], - [ - 3.9000000953674316, - [ - -0.04246741160750389, - 0.010644939728081226, - -0.161701038479805, - 0.9858681559562683 - ] - ], - [ - 3.933333396911621, - [ - -0.04631836712360382, - 0.010596983134746552, - -0.15960177779197693, - 0.9860373139381409 - ] - ], - [ - 3.9666666984558105, - [ - -0.048726268112659454, - 0.011553104966878891, - -0.15716171264648438, - 0.9863024353981018 - ] - ], - [ - 4.0, - [ - -0.04804755747318268, - 0.01499235164374113, - -0.15209545195102692, - 0.9870834946632385 - ] - ], - [ - 4.0333333015441895, - [ - -0.04413694143295288, - 0.021137408912181854, - -0.14322620630264282, - 0.9884794354438782 - ] - ], - [ - 4.066666603088379, - [ - -0.03858992084860802, - 0.02848745882511139, - -0.13240467011928558, - 0.9900345802307129 - ] - ], - [ - 4.099999904632568, - [ - -0.03288637101650238, - 0.03549513220787048, - -0.12148037552833557, - 0.9914137125015259 - ] - ], - [ - 4.133333206176758, - [ - -0.02835436910390854, - 0.04054674133658409, - -0.1123109683394432, - 0.9924405217170715 - ] - ], - [ - 4.166666507720947, - [ - -0.026418333873152733, - 0.04194597899913788, - -0.10690496116876602, - 0.9930328130722046 - ] - ], - [ - 4.199999809265137, - [ - -0.02582809515297413, - 0.03992360830307007, - -0.10492353141307831, - 0.9933428764343262 - ] - ], - [ - 4.233333110809326, - [ - -0.024496110156178474, - 0.03614440932869911, - -0.10452688485383987, - 0.9935631155967712 - ] - ], - [ - 4.266666889190674, - [ - -0.022655848413705826, - 0.03102780133485794, - -0.105509914457798, - 0.9936758279800415 - ] - ], - [ - 4.300000190734863, - [ - -0.020550750195980072, - 0.024989400058984756, - -0.10766707360744476, - 0.9936605095863342 - ] - ], - [ - 4.333333492279053, - [ - -0.018427859991788864, - 0.01844177395105362, - -0.11078786849975586, - 0.9935020804405212 - ] - ], - [ - 4.366666793823242, - [ - -0.016533130779862404, - 0.011796414852142334, - -0.11465409398078918, - 0.9931978583335876 - ] - ], - [ - 4.400000095367432, - [ - -0.01510726846754551, - 0.0054647112265229225, - -0.11903808265924454, - 0.9927598237991333 - ] - ], - [ - 4.433333396911621, - [ - -0.014382555149495602, - -0.00014099945838097483, - -0.12370259314775467, - 0.992215096950531 - ] - ], - [ - 4.4666666984558105, - [ - -0.014580589719116688, - -0.004606307949870825, - -0.12840208411216736, - 0.9916043281555176 - ] - ], - [ - 4.5, - [ - -0.015910953283309937, - -0.007513395044952631, - -0.13288487493991852, - 0.9909753799438477 - ] - ], - [ - 4.5333333015441895, - [ - -0.018570642918348312, - -0.008439370431005955, - -0.13689634203910828, - 0.9903753399848938 - ] - ], - [ - 4.566666603088379, - [ - -0.023271219804883003, - -0.002853047102689743, - -0.14425800740718842, - 0.9892623424530029 - ] - ], - [ - 4.599999904632568, - [ - -0.029312515631318092, - 0.009275651536881924, - -0.15598270297050476, - 0.9872812032699585 - ] - ], - [ - 4.633333206176758, - [ - -0.03497418388724327, - 0.02153470367193222, - -0.16755042970180511, - 0.9850075840950012 - ] - ], - [ - 4.666666507720947, - [ - -0.03897160291671753, - 0.0273874644190073, - -0.17430731654167175, - 0.9835385680198669 - ] - ], - [ - 4.699999809265137, - [ - -0.03980426490306854, - 0.024192379787564278, - -0.17027448117733002, - 0.984295129776001 - ] - ], - [ - 4.733333110809326, - [ - -0.03747394308447838, - 0.015447738580405712, - -0.1559130996465683, - 0.9869387745857239 - ] - ], - [ - 4.766666889190674, - [ - -0.03315356373786926, - 0.0038192933425307274, - -0.13616541028022766, - 0.9901238679885864 - ] - ], - [ - 4.800000190734863, - [ - -0.028168415650725365, - -0.007998024113476276, - -0.11597850918769836, - 0.9928200244903564 - ] - ], - [ - 4.833333492279053, - [ - -0.024072377011179924, - -0.017331305891275406, - -0.10029909759759903, - 0.9945151805877686 - ] - ], - [ - 4.866666793823242, - [ - -0.022585084661841393, - -0.021548788994550705, - -0.09406015276908875, - 0.9950770139694214 - ] - ], - [ - 4.900000095367432, - [ - -0.023747334256768227, - -0.020943008363246918, - -0.09746500849723816, - 0.9947351813316345 - ] - ], - [ - 4.933333396911621, - [ - -0.026072990149259567, - -0.01808711141347885, - -0.10597120225429535, - 0.9938627481460571 - ] - ], - [ - 4.9666666984558105, - [ - -0.029000770300626755, - -0.013786988332867622, - -0.11738361418247223, - 0.9925673604011536 - ] - ], - [ - 5.0, - [ - -0.031972117722034454, - -0.00885330606251955, - -0.1295134723186493, - 0.991022527217865 - ] - ], - [ - 5.0333333015441895, - [ - -0.03444751352071762, - -0.004098818171769381, - -0.14018091559410095, - 0.9895181059837341 - ] - ], - [ - 5.066666603088379, - [ - -0.035913679748773575, - -0.00033439265098422766, - -0.1472140997648239, - 0.9884523749351501 - ] - ], - [ - 5.099999904632568, - [ - -0.03588110953569412, - 0.001634050626307726, - -0.14844152331352234, - 0.9882686734199524 - ] - ], - [ - 5.133333206176758, - [ - -0.034812480211257935, - 0.0021603635977953672, - -0.14514866471290588, - 0.9887948632240295 - ] - ], - [ - 5.166666507720947, - [ - -0.03350994363427162, - 0.0022439497988671064, - -0.14038066565990448, - 0.9895278215408325 - ] - ], - [ - 5.199999809265137, - [ - -0.032002776861190796, - 0.00205167755484581, - -0.13459709286689758, - 0.9903814792633057 - ] - ], - [ - 5.233333110809326, - [ - -0.03031853772699833, - 0.0017516805091872811, - -0.12825867533683777, - 0.9912756681442261 - ] - ], - [ - 5.266666889190674, - [ - -0.02848326601088047, - 0.00151396868750453, - -0.12182775884866714, - 0.9921414256095886 - ] - ], - [ - 5.300000190734863, - [ - -0.026521408930420876, - 0.00151031871791929, - -0.11576852202415466, - 0.9929209351539612 - ] - ], - [ - 5.333333492279053, - [ - -0.02445506490767002, - 0.0019131259759888053, - -0.11054642498493195, - 0.9935683012008667 - ] - ], - [ - 5.366666793823242, - [ - -0.0223030224442482, - 0.0028937056194990873, - -0.10662849992513657, - 0.9940445423126221 - ] - ], - [ - 5.400000095367432, - [ - -0.020064745098352432, - 0.004358559846878052, - -0.10439441353082657, - 0.9943240284919739 - ] - ], - [ - 5.433333396911621, - [ - -0.017767969518899918, - 0.0060411179438233376, - -0.10356338322162628, - 0.99444580078125 - ] - ], - [ - 5.4666666984558105, - [ - -0.015474884770810604, - 0.007851263508200645, - -0.10361280292272568, - 0.9944663047790527 - ] - ], - [ - 5.5, - [ - -0.013252327218651772, - 0.00970209576189518, - -0.10401991009712219, - 0.9944396018981934 - ] - ], - [ - 5.5333333015441895, - [ - -0.011171122081577778, - 0.011511508375406265, - -0.1042620986700058, - 0.99442058801651 - ] - ], - [ - 5.566666603088379, - [ - -0.009305817075073719, - 0.013201969675719738, - -0.10381687432527542, - 0.9944652915000916 - ] - ], - [ - 5.599999904632568, - [ - -0.007734993472695351, - 0.014698437415063381, - -0.10216181725263596, - 0.9946291446685791 - ] - ], - [ - 5.633333206176758, - [ - -0.006465134676545858, - 0.016062166541814804, - -0.09981635212898254, - 0.9948552250862122 - ] - ], - [ - 5.666666507720947, - [ - -0.005454306956380606, - 0.01738908514380455, - -0.0976727157831192, - 0.9950517416000366 - ] - ], - [ - 5.699999809265137, - [ - -0.004711612593382597, - 0.018655890598893166, - -0.09576716274023056, - 0.9952177405357361 - ] - ], - [ - 5.733333110809326, - [ - -0.004245854448527098, - 0.0198394525796175, - -0.09413567185401917, - 0.9953526258468628 - ] - ], - [ - 5.766666889190674, - [ - -0.004065650515258312, - 0.02091694250702858, - -0.09281381219625473, - 0.9954554438591003 - ] - ], - [ - 5.800000190734863, - [ - -0.004179589916020632, - 0.021865807473659515, - -0.09183687716722488, - 0.9955253005027771 - ] - ], - [ - 5.833333492279053, - [ - -0.004596421029418707, - 0.02266395464539528, - -0.09123964607715607, - 0.9955604076385498 - ] - ], - [ - 5.866666793823242, - [ - -0.00516051659360528, - 0.023222630843520164, - -0.09114432334899902, - 0.9955534934997559 - ] - ], - [ - 5.900000095367432, - [ - -0.005709771998226643, - 0.023486047983169556, - -0.09161292016506195, - 0.9955013394355774 - ] - ], - [ - 5.933333396911621, - [ - -0.006244368385523558, - 0.023481734097003937, - -0.09258987009525299, - 0.9954078197479248 - ] - ], - [ - 5.9666666984558105, - [ - -0.006765405647456646, - 0.02323700487613678, - -0.09401986002922058, - 0.9952762126922607 - ] - ], - [ - 6.0, - [ - -0.007274533621966839, - 0.022778980433940887, - -0.0958477333188057, - 0.9951088428497314 - ] - ], - [ - 6.0333333015441895, - [ - -0.007773646619170904, - 0.022134684026241302, - -0.09801847487688065, - 0.9949080348014832 - ] - ], - [ - 6.066666603088379, - [ - -0.008264602161943913, - 0.02133108675479889, - -0.10047712922096252, - 0.9946763515472412 - ] - ], - [ - 6.099999904632568, - [ - -0.008748981170356274, - 0.020395150408148766, - -0.10316873341798782, - 0.994416356086731 - ] - ], - [ - 6.133333206176758, - [ - -0.009227892383933067, - 0.019353847950696945, - -0.10603824257850647, - 0.9941308498382568 - ] - ], - [ - 6.166666507720947, - [ - -0.009701832197606564, - 0.018234217539429665, - -0.10903065651655197, - 0.9938238859176636 - ] - ], - [ - 6.199999809265137, - [ - -0.010170536115765572, - 0.017063336446881294, - -0.11209079623222351, - 0.9934993982315063 - ] - ], - [ - 6.233333110809326, - [ - -0.010632946155965328, - 0.015868423506617546, - -0.11516346782445908, - 0.993162989616394 - ] - ], - [ - 6.266666889190674, - [ - -0.011087157763540745, - 0.014676702208817005, - -0.1181933805346489, - 0.9928203225135803 - ] - ], - [ - 6.300000190734863, - [ - -0.011530374176800251, - 0.013515516184270382, - -0.12112513184547424, - 0.9924783706665039 - ] - ], - [ - 6.333333492279053, - [ - -0.011959058232605457, - 0.01241225190460682, - -0.12390334159135818, - 0.9921447038650513 - ] - ], - [ - 6.366666793823242, - [ - -0.0123689454048872, - 0.011394353583455086, - -0.12647253274917603, - 0.9918275475502014 - ] - ], - [ - 6.400000095367432, - [ - -0.012755191884934902, - 0.01048931386321783, - -0.12877723574638367, - 0.9915361404418945 - ] - ], - [ - 6.433333396911621, - [ - -0.013112538494169712, - 0.009724617935717106, - -0.13076196610927582, - 0.9912794828414917 - ] - ], - [ - 6.4666666984558105, - [ - -0.01343552116304636, - 0.009127787314355373, - -0.13237117230892181, - 0.9910672307014465 - ] - ], - [ - 6.5, - [ - -0.013718708418309689, - 0.008726284839212894, - -0.13354942202568054, - 0.9909088015556335 - ] - ], - [ - 6.5333333015441895, - [ - -0.013957003131508827, - 0.008547541685402393, - -0.13424132764339447, - 0.9908134937286377 - ] - ], - [ - 6.566666603088379, - [ - -0.014145957306027412, - 0.008618906140327454, - -0.13439150154590607, - 0.9907898306846619 - ] - ], - [ - 6.599999904632568, - [ - -0.014211582019925117, - 0.008743942715227604, - -0.13409698009490967, - 0.990827739238739 - ] - ], - [ - 6.633333206176758, - [ - -0.014083455316722393, - 0.008706535212695599, - -0.13351424038410187, - 0.990908682346344 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658331446_681762.json b/lenses/physics-objects/Scene/assets/1646688658331446_681762.json deleted file mode 100644 index edb24aa7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658331446_681762.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658331446:681762", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658332386_681775.json b/lenses/physics-objects/Scene/assets/1646688658332386_681775.json deleted file mode 100644 index ebb70c2c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658332386_681775.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658332386:681775", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -7.8558149337768555, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -7.8558149337768555, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658332562_681782.json b/lenses/physics-objects/Scene/assets/1646688658332562_681782.json deleted file mode 100644 index 3256e485..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658332562_681782.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658332562:681782", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ], - [ - 0.03333333507180214, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ], - [ - 0.06666667014360428, - [ - -0.009846247732639313, - 0.002192835556343198, - -0.11655078828334808, - 0.9931336045265198 - ] - ], - [ - 0.10000000149011612, - [ - -0.005465001333504915, - 0.0033049429766833782, - -0.10834027826786041, - 0.9940933585166931 - ] - ], - [ - 0.13333334028720856, - [ - -0.005672294646501541, - 0.0031688411254435778, - -0.108585886657238, - 0.9940659403800964 - ] - ], - [ - 0.1666666716337204, - [ - -0.007559226825833321, - 0.003605669131502509, - -0.11339040100574493, - 0.9935151934623718 - ] - ], - [ - 0.20000000298023224, - [ - -0.010755575262010098, - 0.004512997344136238, - -0.12164150923490524, - 0.9925055503845215 - ] - ], - [ - 0.23333333432674408, - [ - -0.014891275204718113, - 0.005791074130684137, - -0.1322234869003296, - 0.9910911321640015 - ] - ], - [ - 0.2666666805744171, - [ - -0.019587203860282898, - 0.007334285415709019, - -0.14402593672275543, - 0.9893528819084167 - ] - ], - [ - 0.30000001192092896, - [ - -0.024450553581118584, - 0.009025365114212036, - -0.15595048666000366, - 0.9874209761619568 - ] - ], - [ - 0.3333333432674408, - [ - -0.029074108228087425, - 0.010732368566095829, - -0.16691440343856812, - 0.9854843020439148 - ] - ], - [ - 0.36666667461395264, - [ - -0.03303994610905647, - 0.012308968231081963, - -0.17585241794586182, - 0.9837849140167236 - ] - ], - [ - 0.4000000059604645, - [ - -0.03592533990740776, - 0.013597650453448296, - -0.18171201646327972, - 0.9826013445854187 - ] - ], - [ - 0.4333333373069763, - [ - -0.03731129691004753, - 0.014436240307986736, - -0.18344449996948242, - 0.9822156429290771 - ] - ], - [ - 0.46666666865348816, - [ - -0.029926722869277, - 0.01751571148633957, - -0.17169077694416046, - 0.9845404624938965 - ] - ], - [ - 0.5, - [ - -0.012491906993091106, - 0.024586373940110207, - -0.1445072442293167, - 0.9891193509101868 - ] - ], - [ - 0.5333333611488342, - [ - 0.00679341796785593, - 0.033814795315265656, - -0.11207881569862366, - 0.9931005835533142 - ] - ], - [ - 0.5666666626930237, - [ - 0.02103203907608986, - 0.04249061271548271, - -0.08510956913232803, - 0.9952429533004761 - ] - ], - [ - 0.6000000238418579, - [ - 0.024493224918842316, - 0.04718003049492836, - -0.0747470110654831, - 0.9957846403121948 - ] - ], - [ - 0.6333333253860474, - [ - 0.01631644368171692, - 0.047756582498550415, - -0.08320025354623795, - 0.9952541589736938 - ] - ], - [ - 0.6666666865348816, - [ - 0.0019111796282231808, - 0.047152597457170486, - -0.10102207213640213, - 0.993764340877533 - ] - ], - [ - 0.699999988079071, - [ - -0.014688719063997269, - 0.046355459839105606, - -0.121925950050354, - 0.9913473129272461 - ] - ], - [ - 0.7333333492279053, - [ - -0.029193133115768433, - 0.045916493982076645, - -0.13996298611164093, - 0.9886606335639954 - ] - ], - [ - 0.7666666507720947, - [ - -0.03707185387611389, - 0.04594305157661438, - -0.14955461025238037, - 0.9869895577430725 - ] - ], - [ - 0.800000011920929, - [ - -0.03506990522146225, - 0.04574457183480263, - -0.14807498455047607, - 0.9872949719429016 - ] - ], - [ - 0.8333333134651184, - [ - -0.025121383368968964, - 0.0449543260037899, - -0.13852815330028534, - 0.9890186786651611 - ] - ], - [ - 0.8666666746139526, - [ - -0.010438327677547932, - 0.044098757207393646, - -0.12384650111198425, - 0.9912660717964172 - ] - ], - [ - 0.8999999761581421, - [ - 0.005769432056695223, - 0.04358178749680519, - -0.10708308964967728, - 0.9932776689529419 - ] - ], - [ - 0.9333333373069763, - [ - 0.020348763093352318, - 0.043519336730241776, - -0.09154781699180603, - 0.994641125202179 - ] - ], - [ - 0.9666666388511658, - [ - 0.030238797888159752, - 0.043737683445215225, - -0.08079060167074203, - 0.9953118562698364 - ] - ], - [ - 1.0, - [ - 0.03244177624583244, - 0.04393364116549492, - -0.07845781743526459, - 0.9954203963279724 - ] - ], - [ - 1.0333333015441895, - [ - 0.025128766894340515, - 0.042925864458084106, - -0.08559074252843857, - 0.9950881004333496 - ] - ], - [ - 1.0666667222976685, - [ - 0.010417488403618336, - 0.04037439823150635, - -0.09882331639528275, - 0.9942310452461243 - ] - ], - [ - 1.100000023841858, - [ - -0.008758128620684147, - 0.037297770380973816, - -0.11512622237205505, - 0.9926117658615112 - ] - ], - [ - 1.1333333253860474, - [ - -0.029341023415327072, - 0.034511763602495193, - -0.13164657354354858, - 0.9902611970901489 - ] - ], - [ - 1.1666666269302368, - [ - -0.04812748357653618, - 0.032513972371816635, - -0.14583542943000793, - 0.9876024723052979 - ] - ], - [ - 1.2000000476837158, - [ - -0.0618259534239769, - 0.031499702483415604, - -0.1554589569568634, - 0.9854024648666382 - ] - ], - [ - 1.2333333492279053, - [ - -0.06724783778190613, - 0.031596556305885315, - -0.15860615670681, - 0.9845422506332397 - ] - ], - [ - 1.2666666507720947, - [ - -0.061486583203077316, - 0.03417515382170677, - -0.15198728442192078, - 0.9858759045600891 - ] - ], - [ - 1.2999999523162842, - [ - -0.046844933182001114, - 0.039811503142118454, - -0.13621509075164795, - 0.9887699484825134 - ] - ], - [ - 1.3333333730697632, - [ - -0.028080768883228302, - 0.04750978574156761, - -0.11533721536397934, - 0.9917921423912048 - ] - ], - [ - 1.3666666746139526, - [ - -0.009688221849501133, - 0.05592111870646477, - -0.09370961040258408, - 0.9939806461334229 - ] - ], - [ - 1.399999976158142, - [ - 0.004300011321902275, - 0.06320375204086304, - -0.07607575505971909, - 0.9950876832008362 - ] - ], - [ - 1.4333332777023315, - [ - 0.010251525789499283, - 0.06717490404844284, - -0.06741242110729218, - 0.9954084753990173 - ] - ], - [ - 1.4666666984558105, - [ - 0.006401216611266136, - 0.06752152740955353, - -0.07233741134405136, - 0.995071530342102 - ] - ], - [ - 1.5, - [ - -0.004453604109585285, - 0.06620538234710693, - -0.08826932311058044, - 0.9938840866088867 - ] - ], - [ - 1.5333333015441895, - [ - -0.019025644287467003, - 0.06443195044994354, - -0.10937390476465225, - 0.9917278289794922 - ] - ], - [ - 1.5666667222976685, - [ - -0.033791109919548035, - 0.06313785165548325, - -0.13000725209712982, - 0.9889236092567444 - ] - ], - [ - 1.600000023841858, - [ - -0.04491307586431503, - 0.0628490149974823, - -0.14484991133213043, - 0.9864336252212524 - ] - ], - [ - 1.6333333253860474, - [ - -0.048404939472675323, - 0.06381703168153763, - -0.14882461726665497, - 0.9856142997741699 - ] - ], - [ - 1.6666666269302368, - [ - -0.03960306569933891, - 0.06524576991796494, - -0.13833972811698914, - 0.9874395728111267 - ] - ], - [ - 1.7000000476837158, - [ - -0.020905567333102226, - 0.06659448891878128, - -0.11740115284919739, - 0.9906286597251892 - ] - ], - [ - 1.7333333492279053, - [ - 0.0011095894733443856, - 0.06830824911594391, - -0.09252648055553436, - 0.9933637976646423 - ] - ], - [ - 1.7666666507720947, - [ - 0.02018185332417488, - 0.07006000727415085, - -0.0709148421883583, - 0.9948143362998962 - ] - ], - [ - 1.7999999523162842, - [ - 0.030433347448706627, - 0.070734903216362, - -0.06041162461042404, - 0.9951989054679871 - ] - ], - [ - 1.8333333730697632, - [ - 0.02861900068819523, - 0.06687604635953903, - -0.06471304595470428, - 0.9952490925788879 - ] - ], - [ - 1.8666666746139526, - [ - 0.017821649089455605, - 0.057907771319150925, - -0.07882507890462875, - 0.9950456619262695 - ] - ], - [ - 1.899999976158142, - [ - 0.001791309448890388, - 0.046850044280290604, - -0.0976601392030716, - 0.994114875793457 - ] - ], - [ - 1.9333332777023315, - [ - -0.015319358557462692, - 0.036486007273197174, - -0.11624019593000412, - 0.9924325346946716 - ] - ], - [ - 1.9666666984558105, - [ - -0.02882319875061512, - 0.02915843203663826, - -0.12988711893558502, - 0.9906807541847229 - ] - ], - [ - 2.0, - [ - -0.033721134066581726, - 0.026881173253059387, - -0.13418635725975037, - 0.9900173544883728 - ] - ], - [ - 2.0333333015441895, - [ - -0.02838435024023056, - 0.02947199158370495, - -0.12585556507110596, - 0.9912043809890747 - ] - ], - [ - 2.066666603088379, - [ - -0.01693044975399971, - 0.03471406549215317, - -0.10774634778499603, - 0.9934279322624207 - ] - ], - [ - 2.0999999046325684, - [ - -0.002981549361720681, - 0.04151231050491333, - -0.08472166210412979, - 0.9955350756645203 - ] - ], - [ - 2.133333444595337, - [ - 0.010184167884290218, - 0.04850146919488907, - -0.061838749796152115, - 0.9968549609184265 - ] - ], - [ - 2.1666667461395264, - [ - 0.019782233983278275, - 0.05398248881101608, - -0.0443657748401165, - 0.9973596334457397 - ] - ], - [ - 2.200000047683716, - [ - 0.023553157225251198, - 0.055998001247644424, - -0.03774622827768326, - 0.9974390864372253 - ] - ], - [ - 2.2333333492279053, - [ - 0.02026277966797352, - 0.053117118775844574, - -0.04385082796216011, - 0.9974192380905151 - ] - ], - [ - 2.2666666507720947, - [ - 0.011367608793079853, - 0.04633744806051254, - -0.05865045636892319, - 0.9971377849578857 - ] - ], - [ - 2.299999952316284, - [ - -0.0012936013517901301, - 0.03738229349255562, - -0.07869051396846771, - 0.9961971044540405 - ] - ], - [ - 2.3333332538604736, - [ - -0.015681203454732895, - 0.027869056910276413, - -0.10055897384881973, - 0.9944170713424683 - ] - ], - [ - 2.366666555404663, - [ - -0.02939947322010994, - 0.01919088326394558, - -0.12096433341503143, - 0.9920358061790466 - ] - ], - [ - 2.4000000953674316, - [ - -0.039710305631160736, - 0.012489045038819313, - -0.1367778331041336, - 0.989726722240448 - ] - ], - [ - 2.433333396911621, - [ - -0.04366965964436531, - 0.008747817017138004, - -0.14497824013233185, - 0.988431990146637 - ] - ], - [ - 2.4666666984558105, - [ - -0.04109426215291023, - 0.010322005487978458, - -0.14321890473365784, - 0.9887836575508118 - ] - ], - [ - 2.5, - [ - -0.03489183634519577, - 0.017493383958935738, - -0.13331979513168335, - 0.9903042912483215 - ] - ], - [ - 2.5333333015441895, - [ - -0.02683751843869686, - 0.028154321014881134, - -0.11851966381072998, - 0.9921895861625671 - ] - ], - [ - 2.566666603088379, - [ - -0.0185666773468256, - 0.04012512043118477, - -0.10207849740982056, - 0.9937933683395386 - ] - ], - [ - 2.5999999046325684, - [ - -0.011378943920135498, - 0.051111504435539246, - -0.08724988996982574, - 0.9948093295097351 - ] - ], - [ - 2.633333444595337, - [ - -0.006227062549442053, - 0.05872649699449539, - -0.07725007086992264, - 0.9952611923217773 - ] - ], - [ - 2.6666667461395264, - [ - -0.003904380602762103, - 0.06054291874170303, - -0.07527037709951401, - 0.9953159689903259 - ] - ], - [ - 2.700000047683716, - [ - -0.005014049354940653, - 0.055568598210811615, - -0.08256878703832626, - 0.9950222969055176 - ] - ], - [ - 2.7333333492279053, - [ - -0.008947255089879036, - 0.04606019705533981, - -0.09610524773597717, - 0.9942646622657776 - ] - ], - [ - 2.7666666507720947, - [ - -0.014697093516588211, - 0.034482989460229874, - -0.11260760575532913, - 0.9929322600364685 - ] - ], - [ - 2.799999952316284, - [ - -0.02095874957740307, - 0.023251770064234734, - -0.12874837219715118, - 0.9911831021308899 - ] - ], - [ - 2.8333332538604736, - [ - -0.02605811133980751, - 0.014682747423648834, - -0.14117039740085602, - 0.9895334839820862 - ] - ], - [ - 2.866666555404663, - [ - -0.028079530224204063, - 0.011010856367647648, - -0.14651645720005035, - 0.98874831199646 - ] - ], - [ - 2.9000000953674316, - [ - -0.025000005960464478, - 0.014023433439433575, - -0.1413506418466568, - 0.9895445108413696 - ] - ], - [ - 2.933333396911621, - [ - -0.01770119182765484, - 0.02225256711244583, - -0.1273331493139267, - 0.9914523363113403 - ] - ], - [ - 2.9666666984558105, - [ - -0.008657919242978096, - 0.033120859414339066, - -0.10875540971755981, - 0.9934788942337036 - ] - ], - [ - 3.0, - [ - -0.00010099830979015678, - 0.044131647795438766, - -0.08982733637094498, - 0.9949791431427002 - ] - ], - [ - 3.0333333015441895, - [ - 0.006224479991942644, - 0.052624478936195374, - -0.07477379590272903, - 0.9957915544509888 - ] - ], - [ - 3.066666603088379, - [ - 0.008936039172112942, - 0.05584033578634262, - -0.06780660152435303, - 0.9960945248603821 - ] - ], - [ - 3.0999999046325684, - [ - 0.0038748213555663824, - 0.047443583607673645, - -0.07751131802797318, - 0.9958544373512268 - ] - ], - [ - 3.133333444595337, - [ - -0.009698284789919853, - 0.028191333636641502, - -0.10275646299123764, - 0.9942596554756165 - ] - ], - [ - 3.1666667461395264, - [ - -0.0275657307356596, - 0.005890996195375919, - -0.13305410742759705, - 0.9907078146934509 - ] - ], - [ - 3.200000047683716, - [ - -0.04367572441697121, - -0.012312771752476692, - -0.15788200497627258, - 0.9864147901535034 - ] - ], - [ - 3.2333333492279053, - [ - -0.05026250332593918, - -0.020103545859456062, - -0.16692887246608734, - 0.9844817519187927 - ] - ], - [ - 3.2666666507720947, - [ - -0.04631905257701874, - -0.018798453733325005, - -0.1614350825548172, - 0.9856165051460266 - ] - ], - [ - 3.299999952316284, - [ - -0.03785134479403496, - -0.014618556015193462, - -0.15100233256816864, - 0.9877004027366638 - ] - ], - [ - 3.3333332538604736, - [ - -0.02780209109187126, - -0.008637286722660065, - -0.13921710848808289, - 0.9898338317871094 - ] - ], - [ - 3.366666555404663, - [ - -0.017811188474297523, - -0.002389841713011265, - -0.12728935480117798, - 0.9917029142379761 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658332768_681789.json b/lenses/physics-objects/Scene/assets/1646688658332768_681789.json deleted file mode 100644 index af857bf3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658332768_681789.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658332768:681789", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658333801_681806.json b/lenses/physics-objects/Scene/assets/1646688658333801_681806.json deleted file mode 100644 index 1064f269..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658333801_681806.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658333801:681806", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.8533260016702116e-08 - ] - ], - [ - 6.633333206176758, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.8533263569415794e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658333999_681813.json b/lenses/physics-objects/Scene/assets/1646688658333999_681813.json deleted file mode 100644 index 6da193da..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658333999_681813.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658333999:681813", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.015411662869155407, - 0.006616885308176279, - -0.10280217230319977, - 0.9945605397224426 - ] - ], - [ - 0.06666667014360428, - [ - -0.01519683562219143, - 0.006448955275118351, - -0.10259893536567688, - 0.9945858120918274 - ] - ], - [ - 0.10000000149011612, - [ - -0.014864242635667324, - 0.006156252231448889, - -0.10188699513673782, - 0.9946658611297607 - ] - ], - [ - 0.13333334028720856, - [ - -0.014423433691263199, - 0.005748225376009941, - -0.10070635378360748, - 0.994795024394989 - ] - ], - [ - 0.1666666716337204, - [ - -0.013883947394788265, - 0.005234253592789173, - -0.09909699857234955, - 0.9949671626091003 - ] - ], - [ - 0.20000000298023224, - [ - -0.013255328871309757, - 0.004623661749064922, - -0.09709890186786652, - 0.995175838470459 - ] - ], - [ - 0.23333333432674408, - [ - -0.012547124177217484, - 0.003925730008631945, - -0.0947519838809967, - 0.9954140782356262 - ] - ], - [ - 0.2666666805744171, - [ - -0.011768903583288193, - 0.003149708267301321, - -0.0920962542295456, - 0.9956755638122559 - ] - ], - [ - 0.30000001192092896, - [ - -0.010930245742201805, - 0.002304826630279422, - -0.08917172253131866, - 0.9959536194801331 - ] - ], - [ - 0.3333333432674408, - [ - -0.01004074513912201, - 0.0014002983225509524, - -0.086018405854702, - 0.9962419867515564 - ] - ], - [ - 0.36666667461395264, - [ - -0.009110040962696075, - 0.0004453397705219686, - -0.08267642557621002, - 0.9965347051620483 - ] - ], - [ - 0.4000000059604645, - [ - -0.00814777985215187, - -0.0005508383037522435, - -0.07918591797351837, - 0.9968264102935791 - ] - ], - [ - 0.4333333373069763, - [ - -0.007163645699620247, - -0.0015790178440511227, - -0.07558706402778625, - 0.9971122145652771 - ] - ], - [ - 0.46666666865348816, - [ - -0.006167349871248007, - -0.0026299708988517523, - -0.07192010432481766, - 0.9973878860473633 - ] - ], - [ - 0.5, - [ - -0.005168641451746225, - -0.0036944574676454067, - -0.06822533160448074, - 0.9976497292518616 - ] - ], - [ - 0.5333333611488342, - [ - -0.00417730025947094, - -0.004763227887451649, - -0.06454306095838547, - 0.997894823551178 - ] - ], - [ - 0.5666666626930237, - [ - -0.0032031480222940445, - -0.005827008746564388, - -0.06091366708278656, - 0.998120903968811 - ] - ], - [ - 0.6000000238418579, - [ - -0.0022560306824743748, - -0.006876531522721052, - -0.05737750232219696, - 0.998326301574707 - ] - ], - [ - 0.6333333253860474, - [ - -0.0013458591420203447, - -0.007902496494352818, - -0.05397501215338707, - 0.9985101222991943 - ] - ], - [ - 0.6666666865348816, - [ - -0.0004825596115551889, - -0.00889560766518116, - -0.050746574997901917, - 0.99867182970047 - ] - ], - [ - 0.699999988079071, - [ - 0.00032388439285568893, - -0.009846554137766361, - -0.04773261025547981, - 0.998811662197113 - ] - ], - [ - 0.7333333492279053, - [ - 0.0010634507052600384, - -0.010746021755039692, - -0.04497348889708519, - 0.9989299178123474 - ] - ], - [ - 0.7666666507720947, - [ - 0.001726062037050724, - -0.011584686115384102, - -0.04250960797071457, - 0.9990274310112 - ] - ], - [ - 0.800000011920929, - [ - 0.0023015947081148624, - -0.012353233061730862, - -0.04038131982088089, - 0.9991053342819214 - ] - ], - [ - 0.8333333134651184, - [ - 0.0027798647060990334, - -0.01304234005510807, - -0.03862897306680679, - 0.9991646409034729 - ] - ], - [ - 0.8666666746139526, - [ - 0.0031506316736340523, - -0.013642692007124424, - -0.037292856723070145, - 0.9992063045501709 - ] - ], - [ - 0.8999999761581421, - [ - 0.0034035888966172934, - -0.014144977554678917, - -0.03641324117779732, - 0.9992309212684631 - ] - ], - [ - 0.9333333373069763, - [ - 0.0033227289095520973, - -0.014617490582168102, - -0.03617992624640465, - 0.9992329478263855 - ] - ], - [ - 0.9666666388511658, - [ - 0.0027295048348605633, - -0.015123039484024048, - -0.03671859949827194, - 0.9992074966430664 - ] - ], - [ - 1.0, - [ - 0.0016691769706085324, - -0.015643173828721046, - -0.037972722202539444, - 0.9991549253463745 - ] - ], - [ - 1.0333333015441895, - [ - 0.00018652087601367384, - -0.01615847274661064, - -0.03988512605428696, - 0.9990736842155457 - ] - ], - [ - 1.0666667222976685, - [ - -0.001673902734182775, - -0.016648918390274048, - -0.04239829257130623, - 0.9989606738090515 - ] - ], - [ - 1.100000023841858, - [ - -0.003954460844397545, - -0.01672525890171528, - -0.046351656317710876, - 0.9987773299217224 - ] - ], - [ - 1.1333333253860474, - [ - -0.006671223323792219, - -0.01610851287841797, - -0.05232463404536247, - 0.9984779357910156 - ] - ], - [ - 1.1666666269302368, - [ - -0.009737768210470676, - -0.014945832081139088, - -0.0598701536655426, - 0.9980467557907104 - ] - ], - [ - 1.2000000476837158, - [ - -0.013065900653600693, - -0.013386295177042484, - -0.06854168325662613, - 0.997472882270813 - ] - ], - [ - 1.2333333492279053, - [ - -0.016566889360547066, - -0.011580229736864567, - -0.07789291441440582, - 0.996756911277771 - ] - ], - [ - 1.2666666507720947, - [ - -0.020152539014816284, - -0.009678599424660206, - -0.08747828751802444, - 0.9959155321121216 - ] - ], - [ - 1.2999999523162842, - [ - -0.023735715076327324, - -0.007832802832126617, - -0.09685321152210236, - 0.9949848055839539 - ] - ], - [ - 1.3333333730697632, - [ - -0.02723052352666855, - -0.0061946166679263115, - -0.10557455569505692, - 0.9940192103385925 - ] - ], - [ - 1.3666666746139526, - [ - -0.030551936477422714, - -0.004916619975119829, - -0.1132008507847786, - 0.9930902123451233 - ] - ], - [ - 1.399999976158142, - [ - -0.03361516073346138, - -0.0041528441943228245, - -0.11929282546043396, - 0.9922811985015869 - ] - ], - [ - 1.4333332777023315, - [ - -0.03633434325456619, - -0.004059983417391777, - -0.12341311573982239, - 0.991681694984436 - ] - ], - [ - 1.4666666984558105, - [ - -0.03848583996295929, - -0.004628799855709076, - -0.12516748905181885, - 0.9913781881332397 - ] - ], - [ - 1.5, - [ - -0.03999729081988335, - -0.0055875349789857864, - -0.1249394491314888, - 0.9913420677185059 - ] - ], - [ - 1.5333333015441895, - [ - -0.04101055487990379, - -0.006697875447571278, - -0.12345679849386215, - 0.9914795756340027 - ] - ], - [ - 1.5666667222976685, - [ - -0.04167117178440094, - -0.007715936284512281, - -0.1214446946978569, - 0.9916930794715881 - ] - ], - [ - 1.600000023841858, - [ - -0.042127735912799835, - -0.008392943069338799, - -0.11962704360485077, - 0.9918892979621887 - ] - ], - [ - 1.6333333253860474, - [ - -0.042530134320259094, - -0.008476881310343742, - -0.11872730404138565, - 0.9919795393943787 - ] - ], - [ - 1.6666666269302368, - [ - -0.04304055497050285, - -0.007660302333533764, - -0.11933619529008865, - 0.991891086101532 - ] - ], - [ - 1.7000000476837158, - [ - -0.04362032935023308, - -0.006019245833158493, - -0.12107418477535248, - 0.991666316986084 - ] - ], - [ - 1.7333333492279053, - [ - -0.0441179983317852, - -0.0038771016988903284, - -0.12320975214242935, - 0.9913920164108276 - ] - ], - [ - 1.7666666507720947, - [ - -0.04438639432191849, - -0.001557332114316523, - -0.12501057982444763, - 0.9911609292030334 - ] - ], - [ - 1.7999999523162842, - [ - -0.044285234063863754, - 0.0006177485338412225, - -0.12574262917041779, - 0.9910737872123718 - ] - ], - [ - 1.8333333730697632, - [ - -0.04368141293525696, - 0.002327265217900276, - -0.1246691569685936, - 0.9912336468696594 - ] - ], - [ - 1.8666666746139526, - [ - -0.04265647754073143, - 0.0036449055187404156, - -0.12195833027362823, - 0.9916114807128906 - ] - ], - [ - 1.899999976158142, - [ - -0.041401978582143784, - 0.004873580299317837, - -0.11838717013597488, - 0.9920921325683594 - ] - ], - [ - 1.9333332777023315, - [ - -0.03995358571410179, - 0.0060368869453668594, - -0.11412960290908813, - 0.9926437735557556 - ] - ], - [ - 1.9666666984558105, - [ - -0.03834564983844757, - 0.007158505264669657, - -0.10936000943183899, - 0.9932366013526917 - ] - ], - [ - 2.0, - [ - -0.0366109199821949, - 0.008262225426733494, - -0.10425335168838501, - 0.993842363357544 - ] - ], - [ - 2.0333333015441895, - [ - -0.034780353307724, - 0.009372033178806305, - -0.09898517280817032, - 0.9944367408752441 - ] - ], - [ - 2.066666603088379, - [ - -0.03288297355175018, - 0.010512031614780426, - -0.09373170882463455, - 0.9949988722801208 - ] - ], - [ - 2.0999999046325684, - [ - -0.030945736914873123, - 0.011706346645951271, - -0.08866975456476212, - 0.9955114126205444 - ] - ], - [ - 2.133333444595337, - [ - -0.028993558138608932, - 0.012978988699615002, - -0.08397674560546875, - 0.9959612488746643 - ] - ], - [ - 2.1666667461395264, - [ - -0.02704940363764763, - 0.014353558421134949, - -0.07983078062534332, - 0.9963380694389343 - ] - ], - [ - 2.200000047683716, - [ - -0.025134211406111717, - 0.01585300639271736, - -0.07641022652387619, - 0.9966336488723755 - ] - ], - [ - 2.2333333492279053, - [ - -0.023379474878311157, - 0.018126485869288445, - -0.07614190876483917, - 0.9966581463813782 - ] - ], - [ - 2.2666666507720947, - [ - -0.021858038380742073, - 0.02151815965771675, - -0.08037751168012619, - 0.9962924718856812 - ] - ], - [ - 2.299999952316284, - [ - -0.02051149122416973, - 0.02558925189077854, - -0.08767994493246078, - 0.9956088066101074 - ] - ], - [ - 2.3333332538604736, - [ - -0.019297195598483086, - 0.02991347201168537, - -0.09660851955413818, - 0.9946857690811157 - ] - ], - [ - 2.366666555404663, - [ - -0.018189257010817528, - 0.03409122675657272, - -0.10572028905153275, - 0.9936448931694031 - ] - ], - [ - 2.4000000953674316, - [ - -0.017177047207951546, - 0.037754591554403305, - -0.11357221752405167, - 0.992663562297821 - ] - ], - [ - 2.433333396911621, - [ - -0.016261983662843704, - 0.040562089532613754, - -0.11872198432683945, - 0.9919654130935669 - ] - ], - [ - 2.4666666984558105, - [ - -0.015453011728823185, - 0.042183373123407364, - -0.11972812563180923, - 0.9917898774147034 - ] - ], - [ - 2.5, - [ - -0.014595338143408298, - 0.04256763681769371, - -0.11603880673646927, - 0.9922248721122742 - ] - ], - [ - 2.5333333015441895, - [ - -0.013649670407176018, - 0.0420488603413105, - -0.10902398079633713, - 0.9930555820465088 - ] - ], - [ - 2.566666603088379, - [ - -0.012792417779564857, - 0.04086318984627724, - -0.10012591630220413, - 0.9940530061721802 - ] - ], - [ - 2.5999999046325684, - [ - -0.012190185487270355, - 0.0392523929476738, - -0.09079178422689438, - 0.9950213432312012 - ] - ], - [ - 2.633333444595337, - [ - -0.011830919422209263, - 0.037426192313432693, - -0.08256002515554428, - 0.9958128333091736 - ] - ], - [ - 2.6666667461395264, - [ - -0.011697711423039436, - 0.03565019369125366, - -0.07691153138875961, - 0.9963316917419434 - ] - ], - [ - 2.700000047683716, - [ - -0.01174144633114338, - 0.03386811539530754, - -0.07323648780584335, - 0.9966703057289124 - ] - ], - [ - 2.7333333492279053, - [ - -0.011806105263531208, - 0.03183837980031967, - -0.07008736580610275, - 0.9969627261161804 - ] - ], - [ - 2.7666666507720947, - [ - -0.01189133245497942, - 0.029622457921504974, - -0.06757061928510666, - 0.9972037672996521 - ] - ], - [ - 2.799999952316284, - [ - -0.011998970992863178, - 0.02728208713233471, - -0.06579241156578064, - 0.9973881244659424 - ] - ], - [ - 2.8333332538604736, - [ - -0.012133137322962284, - 0.024878913536667824, - -0.0648585632443428, - 0.9975104928016663 - ] - ], - [ - 2.866666555404663, - [ - -0.01230024453252554, - 0.022474147379398346, - -0.06487449258565903, - 0.9975644946098328 - ] - ], - [ - 2.9000000953674316, - [ - -0.012508937157690525, - 0.02012810669839382, - -0.06594512611627579, - 0.9975419044494629 - ] - ], - [ - 2.933333396911621, - [ - -0.012769941240549088, - 0.017899882048368454, - -0.06817474961280823, - 0.9974311590194702 - ] - ], - [ - 2.9666666984558105, - [ - -0.013004385866224766, - 0.015706386417150497, - -0.07110593467950821, - 0.997260332107544 - ] - ], - [ - 3.0, - [ - -0.013149987906217575, - 0.013458000496029854, - -0.07416115701198578, - 0.9970687627792358 - ] - ], - [ - 3.0333333015441895, - [ - -0.013242753222584724, - 0.011202964000403881, - -0.07726360112428665, - 0.9968599081039429 - ] - ], - [ - 3.066666603088379, - [ - -0.013317238539457321, - 0.008989991620182991, - -0.08033587038516998, - 0.9966383576393127 - ] - ], - [ - 3.0999999046325684, - [ - -0.013406583108007908, - 0.006868293508887291, - -0.08330007642507553, - 0.9964106678962708 - ] - ], - [ - 3.133333444595337, - [ - -0.013542595319449902, - 0.004887500312179327, - -0.08607788383960724, - 0.9961844682693481 - ] - ], - [ - 3.1666667461395264, - [ - -0.013755915686488152, - 0.003097699722275138, - -0.08859041333198547, - 0.9959683418273926 - ] - ], - [ - 3.200000047683716, - [ - -0.014076302759349346, - 0.0015491414815187454, - -0.09075869619846344, - 0.9957722425460815 - ] - ], - [ - 3.2333333492279053, - [ - -0.014532928355038166, - 0.00029219326097518206, - -0.09250352531671524, - 0.9956062436103821 - ] - ], - [ - 3.2666666507720947, - [ - -0.015154831111431122, - -0.0006228896090760827, - -0.093745656311512, - 0.9954806566238403 - ] - ], - [ - 3.299999952316284, - [ - -0.01597137376666069, - -0.001146207912825048, - -0.09440596401691437, - 0.9954050183296204 - ] - ], - [ - 3.3333332538604736, - [ - -0.017012832686305046, - -0.0012285033008083701, - -0.09440560638904572, - 0.9953876733779907 - ] - ], - [ - 3.366666555404663, - [ - -0.018052732571959496, - -0.0011282966006547213, - -0.09446454793214798, - 0.9953638911247253 - ] - ], - [ - 3.4000000953674316, - [ - -0.018958227708935738, - -0.0010529980063438416, - -0.09511642903089523, - 0.9952850341796875 - ] - ], - [ - 3.433333396911621, - [ - -0.019900785759091377, - -0.0008780587813816965, - -0.09600292891263962, - 0.9951817989349365 - ] - ], - [ - 3.4666666984558105, - [ - -0.02105095610022545, - -0.000478921429021284, - -0.09676539897918701, - 0.9950844645500183 - ] - ], - [ - 3.5, - [ - -0.022578546777367592, - 0.0002690639812499285, - -0.09704515337944031, - 0.9950239062309265 - ] - ], - [ - 3.5333333015441895, - [ - -0.024653829634189606, - 0.0014894078485667706, - -0.09648338705301285, - 0.9950280785560608 - ] - ], - [ - 3.566666603088379, - [ - -0.027449849992990494, - 0.0033019306138157845, - -0.09472160786390305, - 0.9951198101043701 - ] - ], - [ - 3.5999999046325684, - [ - -0.031145727261900902, - 0.005818850826472044, - -0.09140170365571976, - 0.9953100085258484 - ] - ], - [ - 3.633333444595337, - [ - -0.03440292552113533, - 0.028052279725670815, - -0.060137636959552765, - 0.9972026944160461 - ] - ], - [ - 3.6666667461395264, - [ - -0.0408727265894413, - 0.07215814292430878, - 0.0016700029373168945, - 0.9965540766716003 - ] - ], - [ - 3.700000047683716, - [ - -0.052519407123327255, - 0.11363938450813293, - 0.060089584439992905, - 0.9903116822242737 - ] - ], - [ - 3.7333333492279053, - [ - -0.05941735953092575, - 0.13129399716854095, - 0.08673010021448135, - 0.9857532978057861 - ] - ], - [ - 3.7666666507720947, - [ - -0.05671417713165283, - 0.12463336437940598, - 0.0772186741232872, - 0.987566351890564 - ] - ], - [ - 3.799999952316284, - [ - -0.05134866014122963, - 0.1079445332288742, - 0.048289742320775986, - 0.9916548728942871 - ] - ], - [ - 3.8333332538604736, - [ - -0.046570803970098495, - 0.0844958946108818, - 0.006691871210932732, - 0.9953124523162842 - ] - ], - [ - 3.866666555404663, - [ - -0.044662803411483765, - 0.05809329077601433, - -0.040112677961587906, - 0.9965046048164368 - ] - ], - [ - 3.9000000953674316, - [ - -0.045896295458078384, - 0.03320619463920593, - -0.08379847556352615, - 0.994871199131012 - ] - ], - [ - 3.933333396911621, - [ - -0.04846327006816864, - 0.014649496413767338, - -0.11560778319835663, - 0.9920037984848022 - ] - ], - [ - 3.9666666984558105, - [ - -0.049459345638751984, - 0.007210101000964642, - -0.1268371194601059, - 0.9906635880470276 - ] - ], - [ - 4.0, - [ - -0.046996746212244034, - 0.009034279733896255, - -0.12231576442718506, - 0.9913367629051208 - ] - ], - [ - 4.0333333015441895, - [ - -0.04190802574157715, - 0.014099297113716602, - -0.11377016454935074, - 0.9925227761268616 - ] - ], - [ - 4.066666603088379, - [ - -0.035623859614133835, - 0.020791562274098396, - -0.10301794856786728, - 0.9938238859176636 - ] - ], - [ - 4.099999904632568, - [ - -0.029473820701241493, - 0.02745339833199978, - -0.09190300107002258, - 0.9949530959129333 - ] - ], - [ - 4.133333206176758, - [ - -0.02463955618441105, - 0.03237060829997063, - -0.0822974443435669, - 0.9957771897315979 - ] - ], - [ - 4.166666507720947, - [ - -0.022183045744895935, - 0.03378947451710701, - -0.07609295099973679, - 0.9962812066078186 - ] - ], - [ - 4.199999809265137, - [ - -0.020686425268650055, - 0.0321207121014595, - -0.07288955897092819, - 0.9966080784797668 - ] - ], - [ - 4.233333110809326, - [ - -0.0184172410517931, - 0.029103027656674385, - -0.07110395282506943, - 0.9968741536140442 - ] - ], - [ - 4.266666889190674, - [ - -0.015805065631866455, - 0.024995824322104454, - -0.07073066383600235, - 0.9970569610595703 - ] - ], - [ - 4.300000190734863, - [ - -0.013069345615804195, - 0.02012239582836628, - -0.07158973813056946, - 0.9971455335617065 - ] - ], - [ - 4.333333492279053, - [ - -0.010435200296342373, - 0.014802535995841026, - -0.07349741458892822, - 0.9971310496330261 - ] - ], - [ - 4.366666793823242, - [ - -0.008129059337079525, - 0.009354731999337673, - -0.07626353949308395, - 0.9970107674598694 - ] - ], - [ - 4.400000095367432, - [ - -0.006374632474035025, - 0.004097749479115009, - -0.07969003915786743, - 0.996790885925293 - ] - ], - [ - 4.433333396911621, - [ - -0.005389826837927103, - -0.0006479576695710421, - -0.0835707038640976, - 0.9964870810508728 - ] - ], - [ - 4.4666666984558105, - [ - -0.00538439117372036, - -0.0045588514767587185, - -0.08769199252128601, - 0.9961226582527161 - ] - ], - [ - 4.5, - [ - -0.006558416411280632, - -0.007306912913918495, - -0.09183507412672043, - 0.9957259297370911 - ] - ], - [ - 4.5333333015441895, - [ - -0.009101544506847858, - -0.008558155037462711, - -0.09577862918376923, - 0.9953242540359497 - ] - ], - [ - 4.566666603088379, - [ - -0.014634817838668823, - -0.0038519292138516903, - -0.10330995917320251, - 0.9945341944694519 - ] - ], - [ - 4.599999904632568, - [ - -0.022683655843138695, - 0.007090393919497728, - -0.11536958813667297, - 0.9930382966995239 - ] - ], - [ - 4.633333206176758, - [ - -0.030478045344352722, - 0.01821267232298851, - -0.1274055540561676, - 0.9912149906158447 - ] - ], - [ - 4.666666507720947, - [ - -0.03566098213195801, - 0.023257378488779068, - -0.1347164511680603, - 0.9899691343307495 - ] - ], - [ - 4.699999809265137, - [ - -0.03614228591322899, - 0.019657187163829803, - -0.13142962753772736, - 0.9904714226722717 - ] - ], - [ - 4.733333110809326, - [ - -0.032407015562057495, - 0.010785152204334736, - -0.11811216175556183, - 0.992412805557251 - ] - ], - [ - 4.766666889190674, - [ - -0.026166290044784546, - -0.0007501125219278038, - -0.09965192526578903, - 0.9946780800819397 - ] - ], - [ - 4.800000190734863, - [ - -0.01930362731218338, - -0.012353327125310898, - -0.08091868460178375, - 0.9964572191238403 - ] - ], - [ - 4.833333492279053, - [ - -0.01394988689571619, - -0.02151549607515335, - -0.06674911081790924, - 0.9974403381347656 - ] - ], - [ - 4.866666793823242, - [ - -0.012411285191774368, - -0.0258093923330307, - -0.06193942949175835, - 0.997668981552124 - ] - ], - [ - 4.900000095367432, - [ - -0.014454376883804798, - -0.025679688900709152, - -0.0665997788310051, - 0.9973446130752563 - ] - ], - [ - 4.933333396911621, - [ - -0.01780793070793152, - -0.023628152906894684, - -0.07612079381942749, - 0.9966596364974976 - ] - ], - [ - 4.9666666984558105, - [ - -0.021860212087631226, - -0.020277826115489006, - -0.08836345374584198, - 0.9956419467926025 - ] - ], - [ - 5.0, - [ - -0.02603994868695736, - -0.01627584546804428, - -0.10125914216041565, - 0.9943860173225403 - ] - ], - [ - 5.0333333015441895, - [ - -0.029679449275135994, - -0.012334066443145275, - -0.11262001097202301, - 0.993118166923523 - ] - ], - [ - 5.066666603088379, - [ - -0.03213346004486084, - -0.009169088676571846, - -0.12026584148406982, - 0.992179274559021 - ] - ], - [ - 5.099999904632568, - [ - -0.032778359949588776, - -0.0074984002858400345, - -0.12201749533414841, - 0.9919582009315491 - ] - ], - [ - 5.133333206176758, - [ - -0.03212490677833557, - -0.007058151997625828, - -0.11915940046310425, - 0.9923301935195923 - ] - ], - [ - 5.166666507720947, - [ - -0.031129945069551468, - -0.006998198572546244, - -0.11474448442459106, - 0.992882490158081 - ] - ], - [ - 5.199999809265137, - [ - -0.0298484917730093, - -0.007154532242566347, - -0.10923994332551956, - 0.993541419506073 - ] - ], - [ - 5.233333110809326, - [ - -0.02833487279713154, - -0.007361250463873148, - -0.10311375558376312, - 0.9942386746406555 - ] - ], - [ - 5.266666889190674, - [ - -0.02664284221827984, - -0.007450027856975794, - -0.09683479368686676, - 0.9949159026145935 - ] - ], - [ - 5.300000190734863, - [ - -0.024825379252433777, - -0.007250247523188591, - -0.09087347984313965, - 0.9955265522003174 - ] - ], - [ - 5.333333492279053, - [ - -0.0229334719479084, - -0.0065900967456400394, - -0.08570103347301483, - 0.996035099029541 - ] - ], - [ - 5.366666793823242, - [ - -0.021014761179685593, - -0.005298189353197813, - -0.08179020881652832, - 0.9964140057563782 - ] - ], - [ - 5.400000095367432, - [ - -0.019063571467995644, - -0.0034666121937334538, - -0.07951672375202179, - 0.9966452121734619 - ] - ], - [ - 5.433333396911621, - [ - -0.01707059144973755, - -0.001369487727060914, - -0.07859097421169281, - 0.9967599511146545 - ] - ], - [ - 5.4666666984558105, - [ - -0.015078183263540268, - 0.0008896031649783254, - -0.07848863303661346, - 0.9968006014823914 - ] - ], - [ - 5.5, - [ - -0.013133793137967587, - 0.0032094556372612715, - -0.07868525385856628, - 0.9968078136444092 - ] - ], - [ - 5.5333333015441895, - [ - -0.011289776302874088, - 0.005492834374308586, - -0.078656405210495, - 0.996822714805603 - ] - ], - [ - 5.566666603088379, - [ - -0.009603396989405155, - 0.007646277546882629, - -0.07787769287824631, - 0.9968873262405396 - ] - ], - [ - 5.599999904632568, - [ - -0.00813694205135107, - 0.009577976539731026, - -0.07582467049360275, - 0.9970419406890869 - ] - ], - [ - 5.633333206176758, - [ - -0.006921635940670967, - 0.011359864845871925, - -0.07301893830299377, - 0.9972418546676636 - ] - ], - [ - 5.666666507720947, - [ - -0.005947988014668226, - 0.013108950108289719, - -0.07035636901855469, - 0.9974180459976196 - ] - ], - [ - 5.699999809265137, - [ - -0.0052207293920218945, - 0.01480014342814684, - -0.06787346303462982, - 0.9975705146789551 - ] - ], - [ - 5.733333110809326, - [ - -0.004744095262140036, - 0.016408495604991913, - -0.065606489777565, - 0.9976993799209595 - ] - ], - [ - 5.766666889190674, - [ - -0.004521900322288275, - 0.017909348011016846, - -0.06359130144119263, - 0.9978050589561462 - ] - ], - [ - 5.800000190734863, - [ - -0.0045576696284115314, - 0.019278215244412422, - -0.06186351180076599, - 0.9978880286216736 - ] - ], - [ - 5.833333492279053, - [ - -0.004854812286794186, - 0.020491041243076324, - -0.0604582354426384, - 0.9979485869407654 - ] - ], - [ - 5.866666793823242, - [ - -0.005416783504188061, - 0.02152409963309765, - -0.05941024795174599, - 0.9979869723320007 - ] - ], - [ - 5.900000095367432, - [ - -0.006247262936085463, - 0.022354092448949814, - -0.05875387042760849, - 0.9980026483535767 - ] - ], - [ - 5.933333396911621, - [ - -0.007177175022661686, - 0.022916942834854126, - -0.05861066281795502, - 0.9979920387268066 - ] - ], - [ - 5.9666666984558105, - [ - -0.008036240004003048, - 0.023182226344943047, - -0.05904193967580795, - 0.9979539513587952 - ] - ], - [ - 6.0, - [ - -0.008827573619782925, - 0.02317703515291214, - -0.0599917434155941, - 0.9978907108306885 - ] - ], - [ - 6.0333333015441895, - [ - -0.009555208496749401, - 0.022928010672330856, - -0.06140444427728653, - 0.9978038668632507 - ] - ], - [ - 6.066666603088379, - [ - -0.010223757475614548, - 0.022461455315351486, - -0.063224658370018, - 0.9976941347122192 - ] - ], - [ - 6.099999904632568, - [ - -0.01083808857947588, - 0.02180345356464386, - -0.06539716571569443, - 0.9975622296333313 - ] - ], - [ - 6.133333206176758, - [ - -0.011403069831430912, - 0.0209799837321043, - -0.06786683946847916, - 0.9974086880683899 - ] - ], - [ - 6.166666507720947, - [ - -0.011923309415578842, - 0.020016958937048912, - -0.07057856023311615, - 0.9972341060638428 - ] - ], - [ - 6.199999809265137, - [ - -0.012402975000441074, - 0.01894034817814827, - -0.07347726076841354, - 0.9970398545265198 - ] - ], - [ - 6.233333110809326, - [ - -0.012845650315284729, - 0.0177762508392334, - -0.07650772482156754, - 0.9968278408050537 - ] - ], - [ - 6.266666889190674, - [ - -0.013254200108349323, - 0.016550833359360695, - -0.07961476594209671, - 0.9966001510620117 - ] - ], - [ - 6.300000190734863, - [ - -0.013630639761686325, - 0.015290487557649612, - -0.08274299651384354, - 0.9963603615760803 - ] - ], - [ - 6.333333492279053, - [ - -0.01397621538490057, - 0.014021757058799267, - -0.08583701401948929, - 0.9961124658584595 - ] - ], - [ - 6.366666793823242, - [ - -0.01429129671305418, - 0.012771383859217167, - -0.08884131163358688, - 0.9958614706993103 - ] - ], - [ - 6.400000095367432, - [ - -0.014575453475117683, - 0.011566282249987125, - -0.09170027077198029, - 0.9956128001213074 - ] - ], - [ - 6.433333396911621, - [ - -0.014827539213001728, - 0.010433533228933811, - -0.09435823559761047, - 0.9953731894493103 - ] - ], - [ - 6.4666666984558105, - [ - -0.015045790933072567, - 0.009400393813848495, - -0.09675943851470947, - 0.9951496720314026 - ] - ], - [ - 6.5, - [ - -0.015227976255118847, - 0.008494200184941292, - -0.09884806722402573, - 0.9949497580528259 - ] - ], - [ - 6.5333333015441895, - [ - -0.015371603891253471, - 0.007742376998066902, - -0.10056835412979126, - 0.9947812557220459 - ] - ], - [ - 6.566666603088379, - [ - -0.01547414343804121, - 0.007172382436692715, - -0.10186444222927094, - 0.9946520924568176 - ] - ], - [ - 6.599999904632568, - [ - -0.015533305704593658, - 0.006811647675931454, - -0.102680504322052, - 0.9945697784423828 - ] - ], - [ - 6.633333206176758, - [ - -0.015547343529760838, - 0.0066875312477350235, - -0.1029607430100441, - 0.9945414066314697 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658334178_681820.json b/lenses/physics-objects/Scene/assets/1646688658334178_681820.json deleted file mode 100644 index d30f64d4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658334178_681820.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658334178:681820", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658343409_681833.json b/lenses/physics-objects/Scene/assets/1646688658343409_681833.json deleted file mode 100644 index 8cbd47ca..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658343409_681833.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658343409:681833", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.85332458058474e-08 - ] - ], - [ - 3.366666555404663, - [ - -10.832446098327637, - 4.273335434845649e-05, - -5.85332458058474e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658343618_681840.json b/lenses/physics-objects/Scene/assets/1646688658343618_681840.json deleted file mode 100644 index c8a976c4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658343618_681840.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658343618:681840", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ], - [ - 0.03333333507180214, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ], - [ - 0.06666667014360428, - [ - -0.018286291509866714, - -0.005882098339498043, - -0.10099151730537415, - 0.9947018027305603 - ] - ], - [ - 0.10000000149011612, - [ - -0.010813988745212555, - 0.0006413831724785268, - -0.08846110850572586, - 0.9960207343101501 - ] - ], - [ - 0.13333334028720856, - [ - -0.006533511448651552, - 0.0027109200600534678, - -0.07952986657619476, - 0.9968073964118958 - ] - ], - [ - 0.1666666716337204, - [ - -0.006688276305794716, - 0.002530549420043826, - -0.07972181588411331, - 0.9967914819717407 - ] - ], - [ - 0.20000000298023224, - [ - -0.008573484607040882, - 0.0026546937879174948, - -0.08445941656827927, - 0.9963865280151367 - ] - ], - [ - 0.23333333432674408, - [ - -0.011810645461082458, - 0.003039456205442548, - -0.09262800961732864, - 0.9956260919570923 - ] - ], - [ - 0.2666666805744171, - [ - -0.016021769493818283, - 0.0036436121445149183, - -0.10311001539230347, - 0.9945342540740967 - ] - ], - [ - 0.30000001192092896, - [ - -0.020819026976823807, - 0.004421733785420656, - -0.1147923544049263, - 0.9931614995002747 - ] - ], - [ - 0.3333333432674408, - [ - -0.025798963382840157, - 0.00531922047957778, - -0.12657180428504944, - 0.9916077256202698 - ] - ], - [ - 0.36666667461395264, - [ - -0.03054218366742134, - 0.006269590929150581, - -0.1373598426580429, - 0.9900303483009338 - ] - ], - [ - 0.4000000059604645, - [ - -0.03461641073226929, - 0.0071940296329557896, - -0.1460827887058258, - 0.9886403679847717 - ] - ], - [ - 0.4333333373069763, - [ - -0.03758326545357704, - 0.008003619499504566, - -0.1516784131526947, - 0.9876827001571655 - ] - ], - [ - 0.46666666865348816, - [ - -0.03900802135467529, - 0.008604305796325207, - -0.15308760106563568, - 0.9874049425125122 - ] - ], - [ - 0.5, - [ - -0.03243454545736313, - 0.01275656372308731, - -0.14146898686885834, - 0.9893289804458618 - ] - ], - [ - 0.5333333611488342, - [ - -0.016743438318371773, - 0.022419068962335587, - -0.1149979829788208, - 0.9929715394973755 - ] - ], - [ - 0.5666666626930237, - [ - 0.0005188090726733208, - 0.0345274917781353, - -0.08348435908555984, - 0.9959107041358948 - ] - ], - [ - 0.6000000238418579, - [ - 0.012980164960026741, - 0.045322805643081665, - -0.05728315934538841, - 0.9972442984580994 - ] - ], - [ - 0.6333333253860474, - [ - 0.01569591835141182, - 0.050602469593286514, - -0.04694753512740135, - 0.9974913597106934 - ] - ], - [ - 0.6666666865348816, - [ - 0.007463787216693163, - 0.050047989934682846, - -0.05549979209899902, - 0.9971756339073181 - ] - ], - [ - 0.699999988079071, - [ - -0.007157308980822563, - 0.04732133820652962, - -0.07432880252599716, - 0.9960846900939941 - ] - ], - [ - 0.7333333492279053, - [ - -0.024096259847283363, - 0.04406801983714104, - -0.09658215194940567, - 0.9940569996833801 - ] - ], - [ - 0.7666666507720947, - [ - -0.03892659395933151, - 0.041498150676488876, - -0.11575916409492493, - 0.9916463494300842 - ] - ], - [ - 0.800000011920929, - [ - -0.04688220098614693, - 0.04037225618958473, - -0.12575241923332214, - 0.9901305437088013 - ] - ], - [ - 0.8333333134651184, - [ - -0.044651228934526443, - 0.04014965146780014, - -0.12438040226697922, - 0.9904159903526306 - ] - ], - [ - 0.8666666746139526, - [ - -0.034335941076278687, - 0.040002353489398956, - -0.11534788459539413, - 0.9919253587722778 - ] - ], - [ - 0.8999999761581421, - [ - -0.01922270841896534, - 0.04018493369221687, - -0.10145542770624161, - 0.993842363357544 - ] - ], - [ - 0.9333333373069763, - [ - -0.002595557365566492, - 0.040826790034770966, - -0.0856233686208725, - 0.9954873323440552 - ] - ], - [ - 0.9666666388511658, - [ - 0.012320088222622871, - 0.04177464544773102, - -0.07102325558662415, - 0.996523380279541 - ] - ], - [ - 1.0, - [ - 0.022391727194190025, - 0.04259629175066948, - -0.06105992570519447, - 0.9969733357429504 - ] - ], - [ - 1.0333333015441895, - [ - 0.02454526722431183, - 0.04273970425128937, - -0.05923058092594147, - 0.9970269799232483 - ] - ], - [ - 1.0666667222976685, - [ - 0.017232730984687805, - 0.040638621896505356, - -0.06671111285686493, - 0.9967954754829407 - ] - ], - [ - 1.100000023841858, - [ - 0.002784203039482236, - 0.03599648177623749, - -0.0803694874048233, - 0.9961111545562744 - ] - ], - [ - 1.1333333253860474, - [ - -0.016050972044467926, - 0.030229847878217697, - -0.09717672318220139, - 0.9946784377098083 - ] - ], - [ - 1.1666666269302368, - [ - -0.036367520689964294, - 0.024571113288402557, - -0.11427177488803864, - 0.9924795627593994 - ] - ], - [ - 1.2000000476837158, - [ - -0.05507184565067291, - 0.019953042268753052, - -0.1290929764509201, - 0.9899010062217712 - ] - ], - [ - 1.2333333492279053, - [ - -0.06893422454595566, - 0.017015840858221054, - -0.13938668370246887, - 0.9876891374588013 - ] - ], - [ - 1.2666666507720947, - [ - -0.07469312846660614, - 0.01624368131160736, - -0.14307692646980286, - 0.9867553114891052 - ] - ], - [ - 1.2999999523162842, - [ - -0.0696612223982811, - 0.0194314643740654, - -0.13677945733070374, - 0.9879580736160278 - ] - ], - [ - 1.3333333730697632, - [ - -0.056310176849365234, - 0.026918023824691772, - -0.12124036997556686, - 0.9906590580940247 - ] - ], - [ - 1.3666666746139526, - [ - -0.03916507214307785, - 0.03702666610479355, - -0.10056819766759872, - 0.99346923828125 - ] - ], - [ - 1.399999976158142, - [ - -0.022444935515522957, - 0.047783803194761276, - -0.07915245741605759, - 0.9954637289047241 - ] - ], - [ - 1.4333332777023315, - [ - -0.009855934418737888, - 0.05680486559867859, - -0.06174689531326294, - 0.9964253306388855 - ] - ], - [ - 1.4666666984558105, - [ - -0.004666890483349562, - 0.06143563613295555, - -0.053316522389650345, - 0.9966751933097839 - ] - ], - [ - 1.5, - [ - -0.00852678157389164, - 0.061117641627788544, - -0.05848605930805206, - 0.9963791966438293 - ] - ], - [ - 1.5333333015441895, - [ - -0.01894589141011238, - 0.05817140266299248, - -0.0746845230460167, - 0.9953287839889526 - ] - ], - [ - 1.5666667222976685, - [ - -0.03290736302733421, - 0.05424671620130539, - -0.09607099741697311, - 0.9933502674102783 - ] - ], - [ - 1.600000023841858, - [ - -0.04711749404668808, - 0.050770219415426254, - -0.11698035150766373, - 0.9907158613204956 - ] - ], - [ - 1.6333333253860474, - [ - -0.057911619544029236, - 0.04882177338004112, - -0.13205046951770782, - 0.9883448481559753 - ] - ], - [ - 1.6666666269302368, - [ - -0.0614316463470459, - 0.049242179840803146, - -0.13614137470722198, - 0.9875560402870178 - ] - ], - [ - 1.7000000476837158, - [ - -0.05299684405326843, - 0.05190455541014671, - -0.12557201087474823, - 0.9893072843551636 - ] - ], - [ - 1.7333333492279053, - [ - -0.034866444766521454, - 0.0559021458029747, - -0.10439088940620422, - 0.992351770401001 - ] - ], - [ - 1.7666666507720947, - [ - -0.013533907011151314, - 0.06072762981057167, - -0.07924024760723114, - 0.9949121475219727 - ] - ], - [ - 1.7999999523162842, - [ - 0.004931745119392872, - 0.06517232209444046, - -0.057408127933740616, - 0.9962090849876404 - ] - ], - [ - 1.8333333730697632, - [ - 0.014958287589251995, - 0.06731951981782913, - -0.046784501522779465, - 0.9965217113494873 - ] - ], - [ - 1.8666666746139526, - [ - 0.013822766952216625, - 0.06330066174268723, - -0.05099960044026375, - 0.9965947270393372 - ] - ], - [ - 1.899999976158142, - [ - 0.004588988609611988, - 0.05297344550490379, - -0.06498409062623978, - 0.9964687824249268 - ] - ], - [ - 1.9333332777023315, - [ - -0.009475957602262497, - 0.03984937444329262, - -0.08367259800434113, - 0.995651125907898 - ] - ], - [ - 1.9666666984558105, - [ - -0.024682242423295975, - 0.02726575918495655, - -0.10209901630878448, - 0.9940942525863647 - ] - ], - [ - 2.0, - [ - -0.03675415366888046, - 0.018213162198662758, - -0.11556722968816757, - 0.9924523234367371 - ] - ], - [ - 2.0333333015441895, - [ - -0.041072726249694824, - 0.015407676808536053, - -0.11962868273258209, - 0.9918491840362549 - ] - ], - [ - 2.066666603088379, - [ - -0.03594518080353737, - 0.018707042559981346, - -0.11109919100999832, - 0.9929828643798828 - ] - ], - [ - 2.0999999046325684, - [ - -0.02505786530673504, - 0.025226686149835587, - -0.09290872514247894, - 0.9950396418571472 - ] - ], - [ - 2.133333444595337, - [ - -0.011854160577058792, - 0.03351863846182823, - -0.0698464959859848, - 0.9969239830970764 - ] - ], - [ - 2.1666667461395264, - [ - 0.0005778919439762831, - 0.04191277548670769, - -0.04689786210656166, - 0.998019814491272 - ] - ], - [ - 2.200000047683716, - [ - 0.009660329669713974, - 0.04847690090537071, - -0.029251238331198692, - 0.9983492493629456 - ] - ], - [ - 2.2333333492279053, - [ - 0.013176788575947285, - 0.051126230508089066, - -0.022197168320417404, - 0.9983585476875305 - ] - ], - [ - 2.2666666507720947, - [ - 0.010137799195945263, - 0.04812346771359444, - -0.027729937806725502, - 0.9984049201011658 - ] - ], - [ - 2.299999952316284, - [ - 0.0021148226223886013, - 0.04041346162557602, - -0.04203835874795914, - 0.9982960820198059 - ] - ], - [ - 2.3333332538604736, - [ - -0.009298354387283325, - 0.029968446120619774, - -0.06166758015751839, - 0.9976034164428711 - ] - ], - [ - 2.366666555404663, - [ - -0.022305404767394066, - 0.018685977905988693, - -0.08320116251707077, - 0.9961078763008118 - ] - ], - [ - 2.4000000953674316, - [ - -0.03473906219005585, - 0.0082920603454113, - -0.10334000736474991, - 0.9940047860145569 - ] - ], - [ - 2.433333396911621, - [ - -0.04406137019395828, - 0.00031725375447422266, - -0.11893365532159805, - 0.9919240474700928 - ] - ], - [ - 2.4666666984558105, - [ - -0.04751502722501755, - -0.0038340117316693068, - -0.12693707644939423, - 0.9907646775245667 - ] - ], - [ - 2.5, - [ - -0.04524873569607735, - -0.0017856659833341837, - -0.12500052154064178, - 0.9911227226257324 - ] - ], - [ - 2.5333333015441895, - [ - -0.04017172008752823, - 0.006326894275844097, - -0.11496717482805252, - 0.9925365447998047 - ] - ], - [ - 2.566666603088379, - [ - -0.033745624125003815, - 0.018147192895412445, - -0.1000908762216568, - 0.9942402839660645 - ] - ], - [ - 2.5999999046325684, - [ - -0.027279183268547058, - 0.03126827999949455, - -0.08364182710647583, - 0.9956315755844116 - ] - ], - [ - 2.633333444595337, - [ - -0.02173195220530033, - 0.043219927698373795, - -0.06887439638376236, - 0.996451735496521 - ] - ], - [ - 2.6666667461395264, - [ - -0.017710940912365913, - 0.05148688703775406, - -0.059003375470638275, - 0.9967718124389648 - ] - ], - [ - 2.700000047683716, - [ - -0.015663785859942436, - 0.05353953316807747, - -0.05721299722790718, - 0.9968023300170898 - ] - ], - [ - 2.7333333492279053, - [ - -0.016040220856666565, - 0.048310279846191406, - -0.06475920975208282, - 0.9966017603874207 - ] - ], - [ - 2.7666666507720947, - [ - -0.018551643937826157, - 0.038136374205350876, - -0.07860644906759262, - 0.996003270149231 - ] - ], - [ - 2.799999952316284, - [ - -0.02256184257566929, - 0.02561131864786148, - -0.09548753499984741, - 0.9948453903198242 - ] - ], - [ - 2.8333332538604736, - [ - -0.02712961845099926, - 0.013320275582373142, - -0.11207646876573563, - 0.9932398796081543 - ] - ], - [ - 2.866666555404663, - [ - -0.030927065759897232, - 0.0038069908041507006, - -0.12500682473182678, - 0.9916664361953735 - ] - ], - [ - 2.9000000953674316, - [ - -0.032366793602705, - -0.0004325096670072526, - -0.13090921938419342, - 0.9908657670021057 - ] - ], - [ - 2.933333396911621, - [ - -0.02971549704670906, - 0.0026613278314471245, - -0.12633319199085236, - 0.9915391206741333 - ] - ], - [ - 2.9666666984558105, - [ - -0.023733077570796013, - 0.011711047030985355, - -0.11279231309890747, - 0.9932660460472107 - ] - ], - [ - 3.0, - [ - -0.016481570899486542, - 0.023821109905838966, - -0.09454288333654404, - 0.9950992465019226 - ] - ], - [ - 3.0333333015441895, - [ - -0.009699865244328976, - 0.035995256155729294, - -0.07592658698558807, - 0.9964163899421692 - ] - ], - [ - 3.066666603088379, - [ - -0.004732048604637384, - 0.045348409563302994, - -0.06116904690861702, - 0.9970855116844177 - ] - ], - [ - 3.0999999046325684, - [ - -0.002556827152147889, - 0.04895336180925369, - -0.0544746071100235, - 0.9973111748695374 - ] - ], - [ - 3.133333444595337, - [ - -0.006395136471837759, - 0.04029325395822525, - -0.06369703263044357, - 0.9971350431442261 - ] - ], - [ - 3.1666667461395264, - [ - -0.016992053017020226, - 0.020143240690231323, - -0.08742254972457886, - 0.9958227872848511 - ] - ], - [ - 3.200000047683716, - [ - -0.031184813007712364, - -0.0035039049107581377, - -0.11585170030593872, - 0.9927706718444824 - ] - ], - [ - 3.2333333492279053, - [ - -0.0441121831536293, - -0.02302931621670723, - -0.13913816213607788, - 0.9890220165252686 - ] - ], - [ - 3.2666666507720947, - [ - -0.04930910840630531, - -0.03134870529174805, - -0.14760370552539825, - 0.9873191118240356 - ] - ], - [ - 3.299999952316284, - [ - -0.04542086273431778, - -0.02916179597377777, - -0.1414843648672104, - 0.9884678721427917 - ] - ], - [ - 3.3333332538604736, - [ - -0.037209440022706985, - -0.02235265076160431, - -0.12974776327610016, - 0.9905964732170105 - ] - ], - [ - 3.366666555404663, - [ - -0.028052955865859985, - -0.014325063675642014, - -0.11640843749046326, - 0.9927018284797668 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658343796_681847.json b/lenses/physics-objects/Scene/assets/1646688658343796_681847.json deleted file mode 100644 index 61d99057..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658343796_681847.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658343796:681847", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658344930_681860.json b/lenses/physics-objects/Scene/assets/1646688658344930_681860.json deleted file mode 100644 index 0c4c8a14..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658344930_681860.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658344930:681860", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.4276004378643847e-07 - ] - ], - [ - 6.633333206176758, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658345138_681867.json b/lenses/physics-objects/Scene/assets/1646688658345138_681867.json deleted file mode 100644 index 386acfd3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658345138_681867.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658345138:681867", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.016794400289654732, - 0.005186174064874649, - -0.12222567200660706, - 0.9923467040061951 - ] - ], - [ - 0.03333333507180214, - [ - -0.016794400289654732, - 0.005186174064874649, - -0.12222567200660706, - 0.9923467040061951 - ] - ], - [ - 0.06666667014360428, - [ - -0.016427768394351006, - 0.004620571155101061, - -0.12320755422115326, - 0.9922341704368591 - ] - ], - [ - 0.10000000149011612, - [ - -0.016192296519875526, - 0.004371562972664833, - -0.12359122186899185, - 0.9921914935112 - ] - ], - [ - 0.13333334028720856, - [ - -0.01596844010055065, - 0.004278299864381552, - -0.12346874922513962, - 0.9922107458114624 - ] - ], - [ - 0.1666666716337204, - [ - -0.015634700655937195, - 0.004159723874181509, - -0.12299200147390366, - 0.9922758936882019 - ] - ], - [ - 0.20000000298023224, - [ - -0.015200779773294926, - 0.004018399864435196, - -0.12219011783599854, - 0.9923821687698364 - ] - ], - [ - 0.23333333432674408, - [ - -0.01467645913362503, - 0.0038568738382309675, - -0.12109226733446121, - 0.9925252795219421 - ] - ], - [ - 0.2666666805744171, - [ - -0.014071563258767128, - 0.0036776696797460318, - -0.11972755938768387, - 0.9927003383636475 - ] - ], - [ - 0.30000001192092896, - [ - -0.013395940884947777, - 0.0034832824021577835, - -0.1181250587105751, - 0.9929022789001465 - ] - ], - [ - 0.3333333432674408, - [ - -0.012659458443522453, - 0.0032761816401034594, - -0.11631389707326889, - 0.993126392364502 - ] - ], - [ - 0.36666667461395264, - [ - -0.011871992610394955, - 0.003058810019865632, - -0.11432326585054398, - 0.9933679699897766 - ] - ], - [ - 0.4000000059604645, - [ - -0.011043387465178967, - 0.002833573380485177, - -0.11218228191137314, - 0.9936222434043884 - ] - ], - [ - 0.4333333373069763, - [ - -0.01018347218632698, - 0.0026028496213257313, - -0.1099201887845993, - 0.9938848614692688 - ] - ], - [ - 0.46666666865348816, - [ - -0.00930203590542078, - 0.002368982881307602, - -0.10756625235080719, - 0.9941515922546387 - ] - ], - [ - 0.5, - [ - -0.011632858775556087, - 0.0042159236036241055, - -0.11611656099557877, - 0.9931585192680359 - ] - ], - [ - 0.5333333611488342, - [ - -0.018412265926599503, - 0.008935588411986828, - -0.13976827263832092, - 0.989972710609436 - ] - ], - [ - 0.5666666626930237, - [ - -0.0266573503613472, - 0.014596229419112206, - -0.16835176944732666, - 0.9852583408355713 - ] - ], - [ - 0.6000000238418579, - [ - -0.03340648487210274, - 0.0192857775837183, - -0.19182009994983673, - 0.980671763420105 - ] - ], - [ - 0.6333333253860474, - [ - -0.03573445975780487, - 0.02112245000898838, - -0.2003033459186554, - 0.9788541793823242 - ] - ], - [ - 0.6666666865348816, - [ - -0.0349908247590065, - 0.022527843713760376, - -0.19472165405750275, - 0.9799753427505493 - ] - ], - [ - 0.699999988079071, - [ - -0.034482691437006, - 0.026522299274802208, - -0.18354432284832, - 0.9820483922958374 - ] - ], - [ - 0.7333333492279053, - [ - -0.034260306507349014, - 0.0321211963891983, - -0.16827736794948578, - 0.9846203327178955 - ] - ], - [ - 0.7666666507720947, - [ - -0.03433309495449066, - 0.03834716975688934, - -0.15043428540229797, - 0.9872792363166809 - ] - ], - [ - 0.800000011920929, - [ - -0.03460901603102684, - 0.04425808787345886, - -0.13153176009655, - 0.9897186756134033 - ] - ], - [ - 0.8333333134651184, - [ - -0.03486671671271324, - 0.04896717518568039, - -0.11308180540800095, - 0.9917656183242798 - ] - ], - [ - 0.8666666746139526, - [ - -0.03476059436798096, - 0.051652032881975174, - -0.09658600389957428, - 0.9933755397796631 - ] - ], - [ - 0.8999999761581421, - [ - -0.03385743126273155, - 0.05154672637581825, - -0.08354003727436066, - 0.9945943355560303 - ] - ], - [ - 0.9333333373069763, - [ - -0.03260047361254692, - 0.04857897385954857, - -0.07252707332372665, - 0.9956490993499756 - ] - ], - [ - 0.9666666388511658, - [ - -0.03169035539031029, - 0.044020913541316986, - -0.062000393867492676, - 0.9966011643409729 - ] - ], - [ - 1.0, - [ - -0.031279176473617554, - 0.03907269611954689, - -0.05340291187167168, - 0.9973180294036865 - ] - ], - [ - 1.0333333015441895, - [ - -0.0315428264439106, - 0.03496168181300163, - -0.048101361840963364, - 0.9977319240570068 - ] - ], - [ - 1.0666667222976685, - [ - -0.032494448125362396, - 0.03302968293428421, - -0.04727568104863167, - 0.9978066682815552 - ] - ], - [ - 1.100000023841858, - [ - -0.034034859389066696, - 0.03293211758136749, - -0.050205472856760025, - 0.9976155161857605 - ] - ], - [ - 1.1333333253860474, - [ - -0.03600424528121948, - 0.033348243683576584, - -0.055115003138780594, - 0.9972732663154602 - ] - ], - [ - 1.1666666269302368, - [ - -0.03832549229264259, - 0.034155070781707764, - -0.061599235981702805, - 0.9967798590660095 - ] - ], - [ - 1.2000000476837158, - [ - -0.040920790284872055, - 0.03522850573062897, - -0.06925325840711594, - 0.9961368441581726 - ] - ], - [ - 1.2333333492279053, - [ - -0.04371226578950882, - 0.036444034427404404, - -0.07767219096422195, - 0.9953532814979553 - ] - ], - [ - 1.2666666507720947, - [ - -0.04662248119711876, - 0.037677276879549026, - -0.08645188063383102, - 0.9944510459899902 - ] - ], - [ - 1.2999999523162842, - [ - -0.049574483186006546, - 0.03880418837070465, - -0.09518907219171524, - 0.9934664964675903 - ] - ], - [ - 1.3333333730697632, - [ - -0.0524916835129261, - 0.039701081812381744, - -0.10348197817802429, - 0.9924514889717102 - ] - ], - [ - 1.3666666746139526, - [ - -0.055297281593084335, - 0.040244344621896744, - -0.11093051731586456, - 0.9914722442626953 - ] - ], - [ - 1.399999976158142, - [ - -0.05791346728801727, - 0.040309857577085495, - -0.11713681370019913, - 0.9906059503555298 - ] - ], - [ - 1.4333332777023315, - [ - -0.060260213911533356, - 0.03977207466959953, - -0.1217050701379776, - 0.9899367690086365 - ] - ], - [ - 1.4666666984558105, - [ - -0.06209874153137207, - 0.03855690360069275, - -0.1245415136218071, - 0.9895183444023132 - ] - ], - [ - 1.5, - [ - -0.0633542612195015, - 0.0368608683347702, - -0.12611334025859833, - 0.9893043637275696 - ] - ], - [ - 1.5333333015441895, - [ - -0.06419039517641068, - 0.034965261816978455, - -0.12686525285243988, - 0.989223062992096 - ] - ], - [ - 1.5666667222976685, - [ - -0.06477321684360504, - 0.03315386548638344, - -0.1272389441728592, - 0.9891995191574097 - ] - ], - [ - 1.600000023841858, - [ - -0.06527210772037506, - 0.031711872667074203, - -0.12767338752746582, - 0.989158034324646 - ] - ], - [ - 1.6333333253860474, - [ - -0.06585898250341415, - 0.030925236642360687, - -0.12860585749149323, - 0.9890231490135193 - ] - ], - [ - 1.6666666269302368, - [ - -0.06670252233743668, - 0.031024741008877754, - -0.13057440519332886, - 0.9887055158615112 - ] - ], - [ - 1.7000000476837158, - [ - -0.06764853745698929, - 0.03186052292585373, - -0.1333160549402237, - 0.9882487654685974 - ] - ], - [ - 1.7333333492279053, - [ - -0.06851231306791306, - 0.03318910300731659, - -0.13622400164604187, - 0.9877487421035767 - ] - ], - [ - 1.7666666507720947, - [ - -0.06915119290351868, - 0.03474656119942665, - -0.13875272870063782, - 0.9872986674308777 - ] - ], - [ - 1.7999999523162842, - [ - -0.0693194717168808, - 0.036216508597135544, - -0.1402297466993332, - 0.9870253205299377 - ] - ], - [ - 1.8333333730697632, - [ - -0.06877660751342773, - 0.0372837670147419, - -0.1399807631969452, - 0.9870588183403015 - ] - ], - [ - 1.8666666746139526, - [ - -0.06769878417253494, - 0.03787491098046303, - -0.13807034492492676, - 0.9873798489570618 - ] - ], - [ - 1.899999976158142, - [ - -0.0664285346865654, - 0.03817601501941681, - -0.13514626026153564, - 0.9878589510917664 - ] - ], - [ - 1.9333332777023315, - [ - -0.06497720628976822, - 0.03826289623975754, - -0.13140654563903809, - 0.9884564876556396 - ] - ], - [ - 1.9666666984558105, - [ - -0.06335561722517014, - 0.03821142762899399, - -0.12704932689666748, - 0.9891331791877747 - ] - ], - [ - 2.0, - [ - -0.061574485152959824, - 0.038097940385341644, - -0.12227307260036469, - 0.989851713180542 - ] - ], - [ - 2.0333333015441895, - [ - -0.059644415974617004, - 0.037999410182237625, - -0.11727640777826309, - 0.9905780553817749 - ] - ], - [ - 2.066666603088379, - [ - -0.057576119899749756, - 0.037993501871824265, - -0.11225830763578415, - 0.9912818670272827 - ] - ], - [ - 2.0999999046325684, - [ - -0.05538015067577362, - 0.0381583496928215, - -0.10741791129112244, - 0.9919366836547852 - ] - ], - [ - 2.133333444595337, - [ - -0.0530666783452034, - 0.03857225552201271, - -0.10295464098453522, - 0.992520272731781 - ] - ], - [ - 2.1666667461395264, - [ - -0.05064520984888077, - 0.039313122630119324, - -0.0990682989358902, - 0.9930132031440735 - ] - ], - [ - 2.200000047683716, - [ - -0.04812369868159294, - 0.04045768082141876, - -0.09595867991447449, - 0.9933978319168091 - ] - ], - [ - 2.2333333492279053, - [ - -0.04560944437980652, - 0.04251866787672043, - -0.09590069949626923, - 0.9934359788894653 - ] - ], - [ - 2.2666666507720947, - [ - -0.04320710897445679, - 0.045682746917009354, - -0.10010504722595215, - 0.9929880499839783 - ] - ], - [ - 2.299999952316284, - [ - -0.040926069021224976, - 0.049535058438777924, - -0.10717368125915527, - 0.9921618700027466 - ] - ], - [ - 2.3333332538604736, - [ - -0.03878938779234886, - 0.05367818474769592, - -0.11570724844932556, - 0.9910731911659241 - ] - ], - [ - 2.366666555404663, - [ - -0.03683694079518318, - 0.05774734169244766, - -0.12430675327777863, - 0.989876925945282 - ] - ], - [ - 2.4000000953674316, - [ - -0.035125553607940674, - 0.06141464784741402, - -0.13157548010349274, - 0.988778293132782 - ] - ], - [ - 2.433333396911621, - [ - -0.03372688964009285, - 0.06438157707452774, - -0.13611909747123718, - 0.9880229234695435 - ] - ], - [ - 2.4666666984558105, - [ - -0.03272343426942825, - 0.06635960936546326, - -0.1365443468093872, - 0.987866997718811 - ] - ], - [ - 2.5, - [ - -0.031719502061605453, - 0.0669969841837883, - -0.13235755264759064, - 0.9884265065193176 - ] - ], - [ - 2.5333333015441895, - [ - -0.030406469479203224, - 0.06637132167816162, - -0.12491145730018616, - 0.989478349685669 - ] - ], - [ - 2.566666603088379, - [ - -0.02899201773107052, - 0.06482549756765366, - -0.11558426916599274, - 0.9907559752464294 - ] - ], - [ - 2.5999999046325684, - [ - -0.027677709236741066, - 0.06270775943994522, - -0.10576034337282181, - 0.9920264482498169 - ] - ], - [ - 2.633333444595337, - [ - -0.026667168363928795, - 0.060378123074769974, - -0.09682901948690414, - 0.9931100010871887 - ] - ], - [ - 2.6666667461395264, - [ - -0.026171782985329628, - 0.05820988863706589, - -0.09018222987651825, - 0.993878185749054 - ] - ], - [ - 2.700000047683716, - [ - -0.02596455067396164, - 0.05603887140750885, - -0.08544449508190155, - 0.9944268465042114 - ] - ], - [ - 2.7333333492279053, - [ - -0.02567407861351967, - 0.053502678871154785, - -0.08136427402496338, - 0.9949161410331726 - ] - ], - [ - 2.7666666507720947, - [ - -0.025305399671196938, - 0.050685856491327286, - -0.07801839709281921, - 0.9953410029411316 - ] - ], - [ - 2.799999952316284, - [ - -0.024866892024874687, - 0.047672417014837265, - -0.07548346370458603, - 0.9956963658332825 - ] - ], - [ - 2.8333332538604736, - [ - -0.02437005750834942, - 0.04454556480050087, - -0.07383561879396439, - 0.995976984500885 - ] - ], - [ - 2.866666555404663, - [ - -0.023829260841012, - 0.04138724505901337, - -0.0731504037976265, - 0.9961768388748169 - ] - ], - [ - 2.9000000953674316, - [ - -0.023261280730366707, - 0.03827789053320885, - -0.07350263744592667, - 0.9962886571884155 - ] - ], - [ - 2.933333396911621, - [ - -0.022684885188937187, - 0.03529614582657814, - -0.07496626675128937, - 0.9963030815124512 - ] - ], - [ - 2.9666666984558105, - [ - -0.022060086950659752, - 0.03236953541636467, - -0.0772087350487709, - 0.9962451457977295 - ] - ], - [ - 3.0, - [ - -0.021358875557780266, - 0.029398133978247643, - -0.07979384064674377, - 0.9961488246917725 - ] - ], - [ - 3.0333333015441895, - [ - -0.020618045702576637, - 0.026417894288897514, - -0.08263877779245377, - 0.9960160851478577 - ] - ], - [ - 3.066666603088379, - [ - -0.019872937351465225, - 0.02346528321504593, - -0.08566003292798996, - 0.9958497881889343 - ] - ], - [ - 3.0999999046325684, - [ - -0.01915733702480793, - 0.020577432587742805, - -0.08877347409725189, - 0.9956550002098083 - ] - ], - [ - 3.133333444595337, - [ - -0.018503403291106224, - 0.017792174592614174, - -0.09189435839653015, - 0.9954378604888916 - ] - ], - [ - 3.1666667461395264, - [ - -0.01794171705842018, - 0.015148190781474113, - -0.0949372872710228, - 0.9952062964439392 - ] - ], - [ - 3.200000047683716, - [ - -0.017501359805464745, - 0.012684730812907219, - -0.09781656414270401, - 0.9949697256088257 - ] - ], - [ - 3.2333333492279053, - [ - -0.017210114747285843, - 0.010441654361784458, - -0.10044611245393753, - 0.9947389364242554 - ] - ], - [ - 3.2666666507720947, - [ - -0.017094722017645836, - 0.008459229953587055, - -0.10273957997560501, - 0.9945254325866699 - ] - ], - [ - 3.299999952316284, - [ - -0.017181234434247017, - 0.0067778998054564, - -0.1046106368303299, - 0.9943417310714722 - ] - ], - [ - 3.3333332538604736, - [ - -0.01749541610479355, - 0.005438019521534443, - -0.10597293078899384, - 0.9942003488540649 - ] - ], - [ - 3.366666555404663, - [ - -0.01804083213210106, - 0.004500515293329954, - -0.1073223203420639, - 0.9940505027770996 - ] - ], - [ - 3.4000000953674316, - [ - -0.018898166716098785, - 0.004060333129018545, - -0.10892900079488754, - 0.9938616752624512 - ] - ], - [ - 3.433333396911621, - [ - -0.02007143571972847, - 0.004018575418740511, - -0.11052083969116211, - 0.9936630129814148 - ] - ], - [ - 3.4666666984558105, - [ - -0.021561047062277794, - 0.004257421940565109, - -0.11188601702451706, - 0.993478000164032 - ] - ], - [ - 3.5, - [ - -0.02350071258842945, - 0.004840579349547625, - -0.11269008368253708, - 0.9933404326438904 - ] - ], - [ - 3.5333333015441895, - [ - -0.026024511083960533, - 0.0058304802514612675, - -0.11259876936674118, - 0.9932825565338135 - ] - ], - [ - 3.566666603088379, - [ - -0.029268814250826836, - 0.007285448256880045, - -0.11127808690071106, - 0.9933314919471741 - ] - ], - [ - 3.5999999046325684, - [ - -0.0333748459815979, - 0.009255667217075825, - -0.10839442908763885, - 0.9935044646263123 - ] - ], - [ - 3.633333444595337, - [ - -0.03794120252132416, - 0.030556729063391685, - -0.07723534107208252, - 0.995822012424469 - ] - ], - [ - 3.6666667461395264, - [ - -0.04672209173440933, - 0.07297716289758682, - -0.014844692312180996, - 0.9961280226707458 - ] - ], - [ - 3.700000047683716, - [ - -0.06044195592403412, - 0.11231216788291931, - 0.04458135738968849, - 0.9908306002616882 - ] - ], - [ - 3.7333333492279053, - [ - -0.06817643344402313, - 0.1288754791021347, - 0.07174582034349442, - 0.9867095947265625 - ] - ], - [ - 3.7666666507720947, - [ - -0.06509079784154892, - 0.1225266084074974, - 0.06180063262581825, - 0.9883982539176941 - ] - ], - [ - 3.799999952316284, - [ - -0.05880656838417053, - 0.10637444257736206, - 0.03196925297379494, - 0.9920706748962402 - ] - ], - [ - 3.8333332538604736, - [ - -0.052769988775253296, - 0.08335718512535095, - -0.010708448477089405, - 0.9950639605522156 - ] - ], - [ - 3.866666555404663, - [ - -0.04948248714208603, - 0.057063374668359756, - -0.058503806591033936, - 0.995425820350647 - ] - ], - [ - 3.9000000953674316, - [ - -0.04944523051381111, - 0.031961288303136826, - -0.10290063917636871, - 0.9929476976394653 - ] - ], - [ - 3.933333396911621, - [ - -0.05105956643819809, - 0.013074533082544804, - -0.1350483000278473, - 0.9894362688064575 - ] - ], - [ - 3.9666666984558105, - [ - -0.051604051142930984, - 0.005500089377164841, - -0.14621329307556152, - 0.987890899181366 - ] - ], - [ - 4.0, - [ - -0.0492241345345974, - 0.007520435843616724, - -0.14141954481601715, - 0.9886965751647949 - ] - ], - [ - 4.0333333015441895, - [ - -0.044549260288476944, - 0.012985721230506897, - -0.13259121775627136, - 0.9900839924812317 - ] - ], - [ - 4.066666603088379, - [ - -0.038837675005197525, - 0.02016672119498253, - -0.12151234596967697, - 0.9916247725486755 - ] - ], - [ - 4.099999904632568, - [ - -0.03324209898710251, - 0.027301140129566193, - -0.11000128835439682, - 0.9930002689361572 - ] - ], - [ - 4.133333206176758, - [ - -0.028761472553014755, - 0.0325864739716053, - -0.09991608560085297, - 0.9940460920333862 - ] - ], - [ - 4.166666507720947, - [ - -0.02626858279109001, - 0.03419337794184685, - -0.0931432843208313, - 0.994718611240387 - ] - ], - [ - 4.199999809265137, - [ - -0.02436923049390316, - 0.03265875577926636, - -0.08930955082178116, - 0.9951701164245605 - ] - ], - [ - 4.233333110809326, - [ - -0.021306438371539116, - 0.02994738705456257, - -0.08671212941408157, - 0.9955552220344543 - ] - ], - [ - 4.266666889190674, - [ - -0.017379093915224075, - 0.026358606293797493, - -0.08525633066892624, - 0.9958587288856506 - ] - ], - [ - 4.300000190734863, - [ - -0.013087264262139797, - 0.0220839511603117, - -0.08499404788017273, - 0.9960507154464722 - ] - ], - [ - 4.333333492279053, - [ - -0.008904661051928997, - 0.01731354556977749, - -0.08591436594724655, - 0.9961122870445251 - ] - ], - [ - 4.366666793823242, - [ - -0.005100559908896685, - 0.01233675703406334, - -0.08782397955656052, - 0.9960465431213379 - ] - ], - [ - 4.400000095367432, - [ - -0.001943498500622809, - 0.007442940026521683, - -0.09052147716283798, - 0.9958648085594177 - ] - ], - [ - 4.433333396911621, - [ - 0.00030219656764529645, - 0.0029237063135951757, - -0.09379687160253525, - 0.9955871105194092 - ] - ], - [ - 4.4666666984558105, - [ - 0.001379100140184164, - -0.0009250708972103894, - -0.09743230789899826, - 0.9952408671379089 - ] - ], - [ - 4.5, - [ - 0.0010384352644905448, - -0.0038013551384210587, - -0.10120409727096558, - 0.994857907295227 - ] - ], - [ - 4.5333333015441895, - [ - -0.0009589949040673673, - -0.005395116284489632, - -0.10488569736480713, - 0.9944692850112915 - ] - ], - [ - 4.566666603088379, - [ - -0.0069530075415968895, - -0.001579294097609818, - -0.11229004710912704, - 0.9936498999595642 - ] - ], - [ - 4.599999904632568, - [ - -0.01653856411576271, - 0.007965837605297565, - -0.12436843663454056, - 0.9920662641525269 - ] - ], - [ - 4.633333206176758, - [ - -0.02599714696407318, - 0.017697539180517197, - -0.13654488325119019, - 0.9901345372200012 - ] - ], - [ - 4.666666507720947, - [ - -0.03198513016104698, - 0.021805455908179283, - -0.14410565793514252, - 0.9888048768043518 - ] - ], - [ - 4.699999809265137, - [ - -0.03182545304298401, - 0.017959654331207275, - -0.14135867357254028, - 0.9892837405204773 - ] - ], - [ - 4.733333110809326, - [ - -0.02644485980272293, - 0.009368046186864376, - -0.1289706528186798, - 0.9912514686584473 - ] - ], - [ - 4.766666889190674, - [ - -0.018102284520864487, - -0.0015535301063209772, - -0.11170107126235962, - 0.9935758709907532 - ] - ], - [ - 4.800000190734863, - [ - -0.009232673794031143, - -0.012452446855604649, - -0.09428927302360535, - 0.9954241514205933 - ] - ], - [ - 4.833333492279053, - [ - -0.0025129171553999186, - -0.02113223820924759, - -0.0814402624964714, - 0.9964510202407837 - ] - ], - [ - 4.866666793823242, - [ - -0.0007891954737715423, - -0.0255204476416111, - -0.07781357318162918, - 0.9966410398483276 - ] - ], - [ - 4.900000095367432, - [ - -0.003611952066421509, - -0.026059698313474655, - -0.0836111381649971, - 0.9961510896682739 - ] - ], - [ - 4.933333396911621, - [ - -0.008086149580776691, - -0.024930350482463837, - -0.09440256655216217, - 0.9951890707015991 - ] - ], - [ - 4.9666666984558105, - [ - -0.013394324108958244, - -0.02267347276210785, - -0.10787729918956757, - 0.9938153624534607 - ] - ], - [ - 5.0, - [ - -0.018707867711782455, - -0.019845861941576004, - -0.12173864245414734, - 0.9921874403953552 - ] - ], - [ - 5.0333333015441895, - [ - -0.02334032952785492, - -0.016987139359116554, - -0.13386404514312744, - 0.9905791878700256 - ] - ], - [ - 5.066666603088379, - [ - -0.02666275016963482, - -0.01466619223356247, - -0.14220616221427917, - 0.9893692135810852 - ] - ], - [ - 5.099999904632568, - [ - -0.027947552502155304, - -0.013499529100954533, - -0.1445954144001007, - 0.9890039563179016 - ] - ], - [ - 5.133333206176758, - [ - -0.027720298618078232, - -0.013309093192219734, - -0.14229778945446014, - 0.9893461465835571 - ] - ], - [ - 5.166666507720947, - [ - -0.027042195200920105, - -0.013404135592281818, - -0.13834884762763977, - 0.9899236559867859 - ] - ], - [ - 5.199999809265137, - [ - -0.025998007506132126, - -0.013632279820740223, - -0.13322731852531433, - 0.9906506538391113 - ] - ], - [ - 5.233333110809326, - [ - -0.02467300370335579, - -0.013838901184499264, - -0.12741243839263916, - 0.991446316242218 - ] - ], - [ - 5.266666889190674, - [ - -0.023152874782681465, - -0.013866682536900043, - -0.12138425558805466, - 0.9922386407852173 - ] - ], - [ - 5.300000190734863, - [ - -0.02152324840426445, - -0.013555759564042091, - -0.11562450975179672, - 0.9929672479629517 - ] - ], - [ - 5.333333492279053, - [ - -0.01986822858452797, - -0.012744730338454247, - -0.11061602830886841, - 0.9935829639434814 - ] - ], - [ - 5.366666793823242, - [ - -0.018268482759594917, - -0.011272032745182514, - -0.10684331506490707, - 0.9940441250801086 - ] - ], - [ - 5.400000095367432, - [ - -0.0167024377733469, - -0.009222222492098808, - -0.10466401278972626, - 0.9943246245384216 - ] - ], - [ - 5.433333396911621, - [ - -0.01511290855705738, - -0.006862204056233168, - -0.10376650840044022, - 0.9944632053375244 - ] - ], - [ - 5.4666666984558105, - [ - -0.013526614755392075, - -0.004305867478251457, - -0.10363268107175827, - 0.9945143461227417 - ] - ], - [ - 5.5, - [ - -0.011975344270467758, - -0.001665575779043138, - -0.10374418646097183, - 0.9945304989814758 - ] - ], - [ - 5.5333333015441895, - [ - -0.010496338829398155, - 0.0009493580437265337, - -0.1035827025771141, - 0.9945650100708008 - ] - ], - [ - 5.566666603088379, - [ - -0.009132403880357742, - 0.0034324401058256626, - -0.10262992978096008, - 0.9946717619895935 - ] - ], - [ - 5.599999904632568, - [ - -0.007931863889098167, - 0.005677838809788227, - -0.10036738216876984, - 0.9949027299880981 - ] - ], - [ - 5.633333206176758, - [ - -0.0069419704377651215, - 0.007765434682369232, - -0.09730435907840729, - 0.9952001571655273 - ] - ], - [ - 5.666666507720947, - [ - -0.006176081020385027, - 0.009829526767134666, - -0.09432069212198257, - 0.9954741597175598 - ] - ], - [ - 5.699999809265137, - [ - -0.005635174456983805, - 0.011844278313219547, - -0.09145303815603256, - 0.9957230091094971 - ] - ], - [ - 5.733333110809326, - [ - -0.005319594405591488, - 0.013784029521048069, - -0.0887378454208374, - 0.9959454536437988 - ] - ], - [ - 5.766666889190674, - [ - -0.005229103844612837, - 0.01562343630939722, - -0.08621121197938919, - 0.9961406588554382 - ] - ], - [ - 5.800000190734863, - [ - -0.0053629628382623196, - 0.01733732968568802, - -0.0839090347290039, - 0.9963081479072571 - ] - ], - [ - 5.833333492279053, - [ - -0.0057201087474823, - 0.018900955095887184, - -0.08186674118041992, - 0.9964476227760315 - ] - ], - [ - 5.866666793823242, - [ - -0.006299251224845648, - 0.020289873704314232, - -0.08011943101882935, - 0.9965588450431824 - ] - ], - [ - 5.900000095367432, - [ - -0.007099050562828779, - 0.021479984745383263, - -0.07870179414749146, - 0.9966415762901306 - ] - ], - [ - 5.933333396911621, - [ - -0.00811828300356865, - 0.02244759164750576, - -0.0776481032371521, - 0.9966950416564941 - ] - ], - [ - 5.9666666984558105, - [ - -0.009356056340038776, - 0.02316935546696186, - -0.07699225842952728, - 0.9967185258865356 - ] - ], - [ - 6.0, - [ - -0.010634497739374638, - 0.023606404662132263, - -0.07685495913028717, - 0.9967060685157776 - ] - ], - [ - 6.0333333015441895, - [ - -0.01177963986992836, - 0.023753250017762184, - -0.07729700952768326, - 0.9966555237770081 - ] - ], - [ - 6.066666603088379, - [ - -0.012797655537724495, - 0.023636294528841972, - -0.07826243340969086, - 0.9965704083442688 - ] - ], - [ - 6.099999904632568, - [ - -0.01369559671729803, - 0.023281263187527657, - -0.07969563454389572, - 0.9964532256126404 - ] - ], - [ - 6.133333206176758, - [ - -0.014481039717793465, - 0.022713392972946167, - -0.0815412700176239, - 0.9963058829307556 - ] - ], - [ - 6.166666507720947, - [ - -0.01516179833561182, - 0.021957596763968468, - -0.08374422788619995, - 0.9961300492286682 - ] - ], - [ - 6.199999809265137, - [ - -0.015745652839541435, - 0.021038562059402466, - -0.08624950796365738, - 0.9959270358085632 - ] - ], - [ - 6.233333110809326, - [ - -0.01624014787375927, - 0.019980985671281815, - -0.08900213241577148, - 0.9956985712051392 - ] - ], - [ - 6.266666889190674, - [ - -0.01665239781141281, - 0.018809573724865913, - -0.09194725751876831, - 0.9954469203948975 - ] - ], - [ - 6.300000190734863, - [ - -0.01698886789381504, - 0.01754918321967125, - -0.09502984583377838, - 0.9951747059822083 - ] - ], - [ - 6.333333492279053, - [ - -0.017255377024412155, - 0.016224879771471024, - -0.09819494932889938, - 0.9948853254318237 - ] - ], - [ - 6.366666793823242, - [ - -0.017456939443945885, - 0.014861992560327053, - -0.10138749331235886, - 0.9945828318595886 - ] - ], - [ - 6.400000095367432, - [ - -0.017597738653421402, - 0.01348615251481533, - -0.10455231368541718, - 0.9942722320556641 - ] - ], - [ - 6.433333396911621, - [ - -0.017681118100881577, - 0.012123274616897106, - -0.10763418674468994, - 0.9939594268798828 - ] - ], - [ - 6.4666666984558105, - [ - -0.01770963706076145, - 0.01079965103417635, - -0.11057775467634201, - 0.9936510920524597 - ] - ], - [ - 6.5, - [ - -0.017685092985630035, - 0.009541817009449005, - -0.11332757025957108, - 0.9933544397354126 - ] - ], - [ - 6.5333333015441895, - [ - -0.01760866306722164, - 0.00837661698460579, - -0.11582818627357483, - 0.9930779337882996 - ] - ], - [ - 6.566666603088379, - [ - -0.01748102344572544, - 0.007331123109906912, - -0.11802396178245544, - 0.9928297996520996 - ] - ], - [ - 6.599999904632568, - [ - -0.017302554100751877, - 0.006432610098272562, - -0.11985930055379868, - 0.9926192760467529 - ] - ], - [ - 6.633333206176758, - [ - -0.017073534429073334, - 0.005708473268896341, - -0.12127847969532013, - 0.9924553632736206 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658345335_681874.json b/lenses/physics-objects/Scene/assets/1646688658345335_681874.json deleted file mode 100644 index ce33be5b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658345335_681874.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658345335:681874", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658346348_681887.json b/lenses/physics-objects/Scene/assets/1646688658346348_681887.json deleted file mode 100644 index 855b4d65..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658346348_681887.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658346348:681887", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ], - [ - 3.366666555404663, - [ - -10.164444923400879, - 0.00014490548346657306, - -1.427600579972932e-07 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658346545_681894.json b/lenses/physics-objects/Scene/assets/1646688658346545_681894.json deleted file mode 100644 index 5c8a311b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658346545_681894.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658346545:681894", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ], - [ - 0.03333333507180214, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ], - [ - 0.06666667014360428, - [ - -0.026204867288470268, - -0.01902020536363125, - -0.1425822675228119, - 0.9892531633377075 - ] - ], - [ - 0.10000000149011612, - [ - -0.017956651747226715, - -0.00851953960955143, - -0.12518468499183655, - 0.9919344782829285 - ] - ], - [ - 0.13333334028720856, - [ - -0.0117079121991992, - -0.00042789263534359634, - -0.11111263930797577, - 0.9937387704849243 - ] - ], - [ - 0.1666666716337204, - [ - -0.007897065952420235, - 0.0024546131025999784, - -0.10171522200107574, - 0.9947792887687683 - ] - ], - [ - 0.20000000298023224, - [ - -0.00800723023712635, - 0.0022440955508500338, - -0.10188097506761551, - 0.9947619438171387 - ] - ], - [ - 0.23333333432674408, - [ - -0.009860429912805557, - 0.0020829548593610525, - -0.10655435174703598, - 0.994255781173706 - ] - ], - [ - 0.2666666805744171, - [ - -0.01307740993797779, - 0.0019826791249215603, - -0.11462143063545227, - 0.9933212995529175 - ] - ], - [ - 0.30000001192092896, - [ - -0.017279712483286858, - 0.001957335276529193, - -0.12496520578861237, - 0.9920088052749634 - ] - ], - [ - 0.3333333432674408, - [ - -0.022078195586800575, - 0.0020183194428682327, - -0.13647319376468658, - 0.9903956651687622 - ] - ], - [ - 0.36666667461395264, - [ - -0.02706735022366047, - 0.0021703215315937996, - -0.1480448991060257, - 0.9886078834533691 - ] - ], - [ - 0.4000000059604645, - [ - -0.03182392567396164, - 0.002408679574728012, - -0.15859487652778625, - 0.9868277907371521 - ] - ], - [ - 0.4333333373069763, - [ - -0.03591037541627884, - 0.0027185005601495504, - -0.16705365478992462, - 0.985289990901947 - ] - ], - [ - 0.46666666865348816, - [ - -0.03888196125626564, - 0.003075864166021347, - -0.17236346006393433, - 0.9842609167098999 - ] - ], - [ - 0.5, - [ - -0.04029734432697296, - 0.0034512821584939957, - -0.17346934974193573, - 0.9840085506439209 - ] - ], - [ - 0.5333333611488342, - [ - -0.03456256911158562, - 0.008469725959002972, - -0.16204209625720978, - 0.986142098903656 - ] - ], - [ - 0.5666666626930237, - [ - -0.02092386595904827, - 0.02020600624382496, - -0.1364525407552719, - 0.9902194738388062 - ] - ], - [ - 0.6000000238418579, - [ - -0.0059532951563596725, - 0.03465203568339348, - -0.10588455945253372, - 0.9937566518783569 - ] - ], - [ - 0.6333333253860474, - [ - 0.004732094239443541, - 0.04721887782216072, - -0.08025457710027695, - 0.9956440925598145 - ] - ], - [ - 0.6666666865348816, - [ - 0.006779300048947334, - 0.05299125984311104, - -0.06981357932090759, - 0.9961286187171936 - ] - ], - [ - 0.699999988079071, - [ - -0.0012358316453173757, - 0.051394786685705185, - -0.07829037308692932, - 0.9956042766571045 - ] - ], - [ - 0.7333333492279053, - [ - -0.015589877963066101, - 0.0466390885412693, - -0.09777278453111649, - 0.9939931035041809 - ] - ], - [ - 0.7666666507720947, - [ - -0.03231062740087509, - 0.041003353893756866, - -0.12093449383974075, - 0.9912869334220886 - ] - ], - [ - 0.800000011920929, - [ - -0.04697954282164574, - 0.0363578237593174, - -0.14084310829639435, - 0.9882481694221497 - ] - ], - [ - 0.8333333134651184, - [ - -0.05474276468157768, - 0.034143660217523575, - -0.15100829303264618, - 0.9864249229431152 - ] - ], - [ - 0.8666666746139526, - [ - -0.0521329902112484, - 0.034015804529190063, - -0.14971593022346497, - 0.986767590045929 - ] - ], - [ - 0.8999999761581421, - [ - -0.041240379214286804, - 0.03469354286789894, - -0.14125525951385498, - 0.9885051846504211 - ] - ], - [ - 0.9333333373069763, - [ - -0.025454143062233925, - 0.03614034131169319, - -0.12823699414730072, - 0.9907580018043518 - ] - ], - [ - 0.9666666388511658, - [ - -0.008159095421433449, - 0.038186270743608475, - -0.11340201646089554, - 0.9927815794944763 - ] - ], - [ - 1.0, - [ - 0.0073251668363809586, - 0.04037395492196083, - -0.09975990653038025, - 0.9941651225090027 - ] - ], - [ - 1.0333333015441895, - [ - 0.017777124419808388, - 0.0419677309691906, - -0.09057062864303589, - 0.994846522808075 - ] - ], - [ - 1.0666667222976685, - [ - 0.020032618194818497, - 0.04211593419313431, - -0.08919252455234528, - 0.9949219226837158 - ] - ], - [ - 1.100000023841858, - [ - 0.012897898443043232, - 0.03897850587964058, - -0.09694081544876099, - 0.9944430589675903 - ] - ], - [ - 1.1333333253860474, - [ - -0.0010233476059511304, - 0.03240811452269554, - -0.11091267317533493, - 0.9933010935783386 - ] - ], - [ - 1.1666666269302368, - [ - -0.019194765016436577, - 0.024164307862520218, - -0.12806710600852966, - 0.9912852644920349 - ] - ], - [ - 1.2000000476837158, - [ - -0.038902513682842255, - 0.015841875225305557, - -0.14554129540920258, - 0.988460123538971 - ] - ], - [ - 1.2333333492279053, - [ - -0.057201288640499115, - 0.008762238547205925, - -0.16078074276447296, - 0.9852922558784485 - ] - ], - [ - 1.2666666507720947, - [ - -0.07097406685352325, - 0.003967109601944685, - -0.17155638337135315, - 0.9826064109802246 - ] - ], - [ - 1.2999999523162842, - [ - -0.07704400271177292, - 0.002339939121156931, - -0.17582695186138153, - 0.9813988208770752 - ] - ], - [ - 1.3333333730697632, - [ - -0.0728834941983223, - 0.005971244536340237, - -0.1700722724199295, - 0.9827144742012024 - ] - ], - [ - 1.3666666746139526, - [ - -0.06095298007130623, - 0.014907465316355228, - -0.15495812892913818, - 0.9859262108802795 - ] - ], - [ - 1.399999976158142, - [ - -0.04558790847659111, - 0.026939984411001205, - -0.13469311594963074, - 0.989471435546875 - ] - ], - [ - 1.4333332777023315, - [ - -0.030684465542435646, - 0.03956113010644913, - -0.11365001648664474, - 0.9922586679458618 - ] - ], - [ - 1.4666666984558105, - [ - -0.019587282091379166, - 0.0499369315803051, - -0.09657149761915207, - 0.9938796758651733 - ] - ], - [ - 1.5, - [ - -0.015188004821538925, - 0.05502822995185852, - -0.08842569589614868, - 0.9944456219673157 - ] - ], - [ - 1.5333333015441895, - [ - -0.019002389162778854, - 0.05407586321234703, - -0.09384681284427643, - 0.9939353466033936 - ] - ], - [ - 1.5666667222976685, - [ - -0.02885889634490013, - 0.04969107732176781, - -0.11026439815759659, - 0.992239773273468 - ] - ], - [ - 1.600000023841858, - [ - -0.0420367568731308, - 0.0438879169523716, - -0.1318272352218628, - 0.9894081950187683 - ] - ], - [ - 1.6333333253860474, - [ - -0.05550985038280487, - 0.03850271925330162, - -0.15287242829799652, - 0.9859341979026794 - ] - ], - [ - 1.6666666269302368, - [ - -0.06583482027053833, - 0.03509126976132393, - -0.16804687678813934, - 0.9829519987106323 - ] - ], - [ - 1.7000000476837158, - [ - -0.0693465992808342, - 0.03500516340136528, - -0.172230526804924, - 0.9819890856742859 - ] - ], - [ - 1.7333333492279053, - [ - -0.0614318810403347, - 0.038730841130018234, - -0.1617141216993332, - 0.9841618537902832 - ] - ], - [ - 1.7666666507720947, - [ - -0.04417496174573898, - 0.04505487531423569, - -0.14051708579063416, - 0.9880656003952026 - ] - ], - [ - 1.7999999523162842, - [ - -0.023876583203673363, - 0.052615657448768616, - -0.11530064046382904, - 0.9916488528251648 - ] - ], - [ - 1.8333333730697632, - [ - -0.0063219680450856686, - 0.05943143740296364, - -0.09337908029556274, - 0.9938351511955261 - ] - ], - [ - 1.8666666746139526, - [ - 0.0032830191776156425, - 0.06289942562580109, - -0.08268781006336212, - 0.994583249092102 - ] - ], - [ - 1.899999976158142, - [ - 0.002754796762019396, - 0.05883948132395744, - -0.08683645725250244, - 0.9944796562194824 - ] - ], - [ - 1.9333332777023315, - [ - -0.004898127634078264, - 0.04749438539147377, - -0.10070234537124634, - 0.9937703609466553 - ] - ], - [ - 1.9666666984558105, - [ - -0.016912702471017838, - 0.032756831496953964, - -0.11922191828489304, - 0.9921830892562866 - ] - ], - [ - 2.0, - [ - -0.03008875623345375, - 0.01840992271900177, - -0.13743700087070465, - 0.989882230758667 - ] - ], - [ - 2.0333333015441895, - [ - -0.040613096207380295, - 0.00797453336417675, - -0.1506769359111786, - 0.9877162575721741 - ] - ], - [ - 2.066666603088379, - [ - -0.04430213198065758, - 0.0047562397085130215, - -0.15451844036579132, - 0.9869846701622009 - ] - ], - [ - 2.0999999046325684, - [ - -0.03929750993847847, - 0.008706442080438137, - -0.14592555165290833, - 0.9884765148162842 - ] - ], - [ - 2.133333444595337, - [ - -0.028750544413924217, - 0.0164272952824831, - -0.12785732746124268, - 0.9912396669387817 - ] - ], - [ - 2.1666667461395264, - [ - -0.015989303588867188, - 0.02614862285554409, - -0.10495646297931671, - 0.994004487991333 - ] - ], - [ - 2.200000047683716, - [ - -0.003977227956056595, - 0.03591475635766983, - -0.08208540827035904, - 0.9959701299667358 - ] - ], - [ - 2.2333333492279053, - [ - 0.004834819585084915, - 0.043555255979299545, - -0.06435459852218628, - 0.9969643950462341 - ] - ], - [ - 2.2666666507720947, - [ - 0.008366895839571953, - 0.04678194969892502, - -0.057001709938049316, - 0.9972423315048218 - ] - ], - [ - 2.299999952316284, - [ - 0.005749690346419811, - 0.043698955327272415, - -0.06202773377299309, - 0.9971007704734802 - ] - ], - [ - 2.3333332538604736, - [ - -0.0013873293064534664, - 0.035312704741954803, - -0.07578521966934204, - 0.9964978098869324 - ] - ], - [ - 2.366666555404663, - [ - -0.011507720686495304, - 0.023753037676215172, - -0.09490639716386795, - 0.9951362609863281 - ] - ], - [ - 2.4000000953674316, - [ - -0.023064905777573586, - 0.011128398589789867, - -0.11596404016017914, - 0.9929233193397522 - ] - ], - [ - 2.433333396911621, - [ - -0.03413372114300728, - -0.0005714259459637105, - -0.13565830886363983, - 0.9901673793792725 - ] - ], - [ - 2.4666666984558105, - [ - -0.04241053760051727, - -0.009503189474344254, - -0.15085650980472565, - 0.987599790096283 - ] - ], - [ - 2.5, - [ - -0.045362330973148346, - -0.013916091062128544, - -0.15853503346443176, - 0.9862126708030701 - ] - ], - [ - 2.5333333015441895, - [ - -0.04344608634710312, - -0.011459678411483765, - -0.15636378526687622, - 0.9866769909858704 - ] - ], - [ - 2.566666603088379, - [ - -0.03952024132013321, - -0.002638733945786953, - -0.146178737282753, - 0.9884650707244873 - ] - ], - [ - 2.5999999046325684, - [ - -0.03472987189888954, - 0.010010241530835629, - -0.13121390342712402, - 0.9906949996948242 - ] - ], - [ - 2.633333444595337, - [ - -0.030056651681661606, - 0.02392417937517166, - -0.11472206562757492, - 0.9926546812057495 - ] - ], - [ - 2.6666667461395264, - [ - -0.026127809658646584, - 0.03652108088135719, - -0.09995601326227188, - 0.9939781427383423 - ] - ], - [ - 2.700000047683716, - [ - -0.023216387256979942, - 0.045225176960229874, - -0.09013599157333374, - 0.9946311712265015 - ] - ], - [ - 2.7333333492279053, - [ - -0.021440301090478897, - 0.047463782131671906, - -0.08846131712198257, - 0.9947171211242676 - ] - ], - [ - 2.7666666507720947, - [ - -0.02110421098768711, - 0.042120859026908875, - -0.09619178622961044, - 0.9942472577095032 - ] - ], - [ - 2.799999952316284, - [ - -0.022225067019462585, - 0.03155714273452759, - -0.11027985066175461, - 0.9931508302688599 - ] - ], - [ - 2.8333332538604736, - [ - -0.024517780169844627, - 0.018427351489663124, - -0.12744858860969543, - 0.9913708567619324 - ] - ], - [ - 2.866666555404663, - [ - -0.027391046285629272, - 0.0054220096208155155, - -0.14436879754066467, - 0.989129900932312 - ] - ], - [ - 2.9000000953674316, - [ - -0.029860801994800568, - -0.004759026691317558, - -0.15768636763095856, - 0.9870262145996094 - ] - ], - [ - 2.933333396911621, - [ - -0.03067038767039776, - -0.00942501612007618, - -0.16405020654201508, - 0.9859301447868347 - ] - ], - [ - 2.9666666984558105, - [ - -0.02839190512895584, - -0.006317911669611931, - -0.16003060340881348, - 0.9866834282875061 - ] - ], - [ - 3.0, - [ - -0.023597026243805885, - 0.0030872118659317493, - -0.14712956547737122, - 0.9888309240341187 - ] - ], - [ - 3.0333333015441895, - [ - -0.018039455637335777, - 0.0158549714833498, - -0.12942220270633698, - 0.9912987947463989 - ] - ], - [ - 3.066666603088379, - [ - -0.013048217631876469, - 0.028808679431676865, - -0.11118244379758835, - 0.9932966828346252 - ] - ], - [ - 3.0999999046325684, - [ - -0.009449009783565998, - 0.03873404860496521, - -0.09675834327936172, - 0.9945090413093567 - ] - ], - [ - 3.133333444595337, - [ - -0.007834852673113346, - 0.04261178895831108, - -0.09036486595869064, - 0.9949658513069153 - ] - ], - [ - 3.1666667461395264, - [ - -0.010724968276917934, - 0.03380395844578743, - -0.09919901937246323, - 0.9944355487823486 - ] - ], - [ - 3.200000047683716, - [ - -0.01895114965736866, - 0.0130777508020401, - -0.12154320627450943, - 0.9923190474510193 - ] - ], - [ - 3.2333333492279053, - [ - -0.030181817710399628, - -0.011451710015535355, - -0.14816895127296448, - 0.9884350895881653 - ] - ], - [ - 3.2666666507720947, - [ - -0.04052730277180672, - -0.03184698522090912, - -0.16989849507808685, - 0.9841126799583435 - ] - ], - [ - 3.299999952316284, - [ - -0.044608961790800095, - -0.040486760437488556, - -0.177778422832489, - 0.9822248816490173 - ] - ], - [ - 3.3333332538604736, - [ - -0.041343946009874344, - -0.03681817278265953, - -0.1718355417251587, - 0.9835688471794128 - ] - ], - [ - 3.366666555404663, - [ - -0.03488236665725708, - -0.029410740360617638, - -0.15975020825862885, - 0.9861025810241699 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658346735_681901.json b/lenses/physics-objects/Scene/assets/1646688658346735_681901.json deleted file mode 100644 index f2ff4705..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658346735_681901.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658346735:681901", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658347815_681914.json b/lenses/physics-objects/Scene/assets/1646688658347815_681914.json deleted file mode 100644 index 722cbfd1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658347815_681914.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658347815:681914", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -11.25827693939209, - -8.372910087928176e-05, - 2.4674262633084254e-11 - ] - ], - [ - 6.633333206176758, - [ - -11.25827693939209, - -8.372910087928176e-05, - 2.4672486276244854e-11 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658348016_681921.json b/lenses/physics-objects/Scene/assets/1646688658348016_681921.json deleted file mode 100644 index 7997b022..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658348016_681921.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658348016:681921", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.005049499683082104, - 0.00037646794226020575, - -0.10406888276338577, - 0.9945572018623352 - ] - ], - [ - 0.03333333507180214, - [ - -0.005049499683082104, - 0.00037646794226020575, - -0.10406888276338577, - 0.9945572018623352 - ] - ], - [ - 0.06666667014360428, - [ - -0.004218564834445715, - 0.0003121472545899451, - -0.10178377479314804, - 0.9947976469993591 - ] - ], - [ - 0.10000000149011612, - [ - -0.00343462941236794, - 0.00025235695648007095, - -0.09961310774087906, - 0.9950203895568848 - ] - ], - [ - 0.13333334028720856, - [ - -0.0027072930242866278, - 0.00019761911244131625, - -0.09758656471967697, - 0.995223343372345 - ] - ], - [ - 0.1666666716337204, - [ - -0.0020460961386561394, - 0.000148452163557522, - -0.0957338735461235, - 0.995404839515686 - ] - ], - [ - 0.20000000298023224, - [ - -0.0014605495380237699, - 0.00010537564230617136, - -0.094084732234478, - 0.9955632090568542 - ] - ], - [ - 0.23333333432674408, - [ - -0.0009601430501788855, - 6.891269731568173e-05, - -0.092668816447258, - 0.9956965446472168 - ] - ], - [ - 0.2666666805744171, - [ - -0.0005543599254451692, - 3.959327659686096e-05, - -0.0915159061551094, - 0.9958034753799438 - ] - ], - [ - 0.30000001192092896, - [ - -0.0002526941243559122, - 1.7957067029783502e-05, - -0.09065567702054977, - 0.9958822727203369 - ] - ], - [ - 0.3333333432674408, - [ - -6.466670311056077e-05, - 4.556474777928088e-06, - -0.09011781960725784, - 0.9959312081336975 - ] - ], - [ - 0.4000000059604645, - [ - -0.0002422050602035597, - -0.00012917211279273033, - -0.09027591347694397, - 0.9959167838096619 - ] - ], - [ - 0.4333333373069763, - [ - -0.0009418582776561379, - -0.0004993947804905474, - -0.09126347303390503, - 0.9958263039588928 - ] - ], - [ - 0.46666666865348816, - [ - -0.0020584336016327143, - -0.0010843517957255244, - -0.09282737970352173, - 0.995679497718811 - ] - ], - [ - 0.5, - [ - -0.006912972312420607, - -0.0004660321574192494, - -0.10594896972179413, - 0.9943474531173706 - ] - ], - [ - 0.5333333611488342, - [ - -0.016814367845654488, - 0.001933910883963108, - -0.13471494615077972, - 0.9907398223876953 - ] - ], - [ - 0.5666666626930237, - [ - -0.028663121163845062, - 0.004874181933701038, - -0.16873063147068024, - 0.9852333068847656 - ] - ], - [ - 0.6000000238418579, - [ - -0.039290767163038254, - 0.00711605791002512, - -0.19777065515518188, - 0.9794347286224365 - ] - ], - [ - 0.6333333253860474, - [ - -0.04547453299164772, - 0.007406860589981079, - -0.2118789404630661, - 0.976209282875061 - ] - ], - [ - 0.6666666865348816, - [ - -0.04886544868350029, - 0.007945353165268898, - -0.21200306713581085, - 0.9760143160820007 - ] - ], - [ - 0.699999988079071, - [ - -0.053067587316036224, - 0.01114658359438181, - -0.20659928023815155, - 0.9769218564033508 - ] - ], - [ - 0.7333333492279053, - [ - -0.05780000984668732, - 0.016012655571103096, - -0.1971028447151184, - 0.9785465002059937 - ] - ], - [ - 0.7666666507720947, - [ - -0.06278324872255325, - 0.021549668163061142, - -0.184940904378891, - 0.9805053472518921 - ] - ], - [ - 0.800000011920929, - [ - -0.06768318265676498, - 0.026804784312844276, - -0.1715310662984848, - 0.9824854135513306 - ] - ], - [ - 0.8333333134651184, - [ - -0.07208388298749924, - 0.03088957443833351, - -0.1582789570093155, - 0.9842751026153564 - ] - ], - [ - 0.8666666746139526, - [ - -0.07548889517784119, - 0.03298751264810562, - -0.1465775966644287, - 0.9857627749443054 - ] - ], - [ - 0.8999999761581421, - [ - -0.07734937965869904, - 0.03234191983938217, - -0.13781601190567017, - 0.9869031310081482 - ] - ], - [ - 0.9333333373069763, - [ - -0.07833470404148102, - 0.028395608067512512, - -0.13054288923740387, - 0.9879351854324341 - ] - ], - [ - 0.9666666388511658, - [ - -0.0794057697057724, - 0.022237541154026985, - -0.12309509515762329, - 0.9889630079269409 - ] - ], - [ - 1.0, - [ - -0.08049020171165466, - 0.015627440065145493, - -0.11655142903327942, - 0.9897943735122681 - ] - ], - [ - 1.0333333015441895, - [ - -0.08158387243747711, - 0.010348526760935783, - -0.11198455840349197, - 0.9903011918067932 - ] - ], - [ - 1.0666667222976685, - [ - -0.08272524923086166, - 0.008196298032999039, - -0.11046160757541656, - 0.9903976917266846 - ] - ], - [ - 1.100000023841858, - [ - -0.08379451930522919, - 0.008728865534067154, - -0.11132732033729553, - 0.9902063012123108 - ] - ], - [ - 1.1333333253860474, - [ - -0.08471507579088211, - 0.010230889543890953, - -0.11311890929937363, - 0.9899106025695801 - ] - ], - [ - 1.1666666269302368, - [ - -0.08555492758750916, - 0.012549546547234058, - -0.11567634344100952, - 0.9895159602165222 - ] - ], - [ - 1.2000000476837158, - [ - -0.08626572787761688, - 0.015496330335736275, - -0.11871417611837387, - 0.9890525937080383 - ] - ], - [ - 1.2333333492279053, - [ - -0.08680153638124466, - 0.01888260431587696, - -0.12194596230983734, - 0.9885536432266235 - ] - ], - [ - 1.2666666507720947, - [ - -0.08712071180343628, - 0.022520631551742554, - -0.12508414685726166, - 0.9880570769309998 - ] - ], - [ - 1.2999999523162842, - [ - -0.0871870219707489, - 0.02622416988015175, - -0.12783992290496826, - 0.9876070618629456 - ] - ], - [ - 1.3333333730697632, - [ - -0.08696987479925156, - 0.02980882301926613, - -0.12992317974567413, - 0.9872525930404663 - ] - ], - [ - 1.3666666746139526, - [ - -0.08644377440214157, - 0.033091951161623, - -0.13104256987571716, - 0.9870462417602539 - ] - ], - [ - 1.399999976158142, - [ - -0.08558699488639832, - 0.03589239716529846, - -0.13090574741363525, - 0.987041175365448 - ] - ], - [ - 1.4333332777023315, - [ - -0.08437937498092651, - 0.03802960366010666, - -0.1292193979024887, - 0.9872874021530151 - ] - ], - [ - 1.4666666984558105, - [ - -0.08266223222017288, - 0.03921075910329819, - -0.125981405377388, - 0.9878048300743103 - ] - ], - [ - 1.5, - [ - -0.08043897151947021, - 0.03955347090959549, - -0.12171460688114166, - 0.9885094165802002 - ] - ], - [ - 1.5333333015441895, - [ - -0.07793165743350983, - 0.039491184055805206, - -0.11691456288099289, - 0.9892917275428772 - ] - ], - [ - 1.5666667222976685, - [ - -0.07536584883928299, - 0.03945441171526909, - -0.11207848787307739, - 0.9900513887405396 - ] - ], - [ - 1.600000023841858, - [ - -0.07297233492136002, - 0.039869919419288635, - -0.10770472139120102, - 0.9906994104385376 - ] - ], - [ - 1.6333333253860474, - [ - -0.07098515331745148, - 0.04116077721118927, - -0.10429296642541885, - 0.9911559224128723 - ] - ], - [ - 1.6666666269302368, - [ - -0.06971246749162674, - 0.04329250752925873, - -0.10245715826749802, - 0.9913468956947327 - ] - ], - [ - 1.7000000476837158, - [ - -0.06908946484327316, - 0.04579245299100876, - -0.10205089300870895, - 0.991320013999939 - ] - ], - [ - 1.7333333492279053, - [ - -0.06879421323537827, - 0.048426736146211624, - -0.10243186354637146, - 0.9911761283874512 - ] - ], - [ - 1.7666666507720947, - [ - -0.06851127743721008, - 0.05096333473920822, - -0.10295359045267105, - 0.9910143613815308 - ] - ], - [ - 1.7999999523162842, - [ - -0.0679321214556694, - 0.05317136272788048, - -0.10296635329723358, - 0.9909369349479675 - ] - ], - [ - 1.8333333730697632, - [ - -0.06675348430871964, - 0.054821863770484924, - -0.1018172949552536, - 0.9910458922386169 - ] - ], - [ - 1.8666666746139526, - [ - -0.06519085168838501, - 0.05564052611589432, - -0.09956688433885574, - 0.9913328289985657 - ] - ], - [ - 1.899999976158142, - [ - -0.06365562975406647, - 0.05559058487415314, - -0.09684433043003082, - 0.9917050004005432 - ] - ], - [ - 1.9333332777023315, - [ - -0.06213951110839844, - 0.05480172857642174, - -0.09384778141975403, - 0.9921330809593201 - ] - ], - [ - 1.9666666984558105, - [ - -0.06063402444124222, - 0.05340364947915077, - -0.0907755047082901, - 0.992588222026825 - ] - ], - [ - 2.0, - [ - -0.05913205444812775, - 0.051526352763175964, - -0.08782580494880676, - 0.9930433630943298 - ] - ], - [ - 2.0333333015441895, - [ - -0.05762885510921478, - 0.04930015280842781, - -0.0851966142654419, - 0.9934736490249634 - ] - ], - [ - 2.066666603088379, - [ - -0.05612277239561081, - 0.04685547947883606, - -0.08308541774749756, - 0.9938569664955139 - ] - ], - [ - 2.0999999046325684, - [ - -0.054437462240457535, - 0.044336553663015366, - -0.08177721500396729, - 0.9941747188568115 - ] - ], - [ - 2.133333444595337, - [ - -0.05240996927022934, - 0.041917841881513596, - -0.08149827271699905, - 0.9944114685058594 - ] - ], - [ - 2.1666667461395264, - [ - -0.05006254091858864, - 0.039772119373083115, - -0.08235618472099304, - 0.9945499300956726 - ] - ], - [ - 2.200000047683716, - [ - -0.04741746932268143, - 0.03806702792644501, - -0.08445639908313751, - 0.9945700764656067 - ] - ], - [ - 2.2333333492279053, - [ - -0.044580698013305664, - 0.03738265857100487, - -0.08994260430335999, - 0.9942461848258972 - ] - ], - [ - 2.2666666507720947, - [ - -0.04169917106628418, - 0.03785257786512375, - -0.09991000592708588, - 0.9934014081954956 - ] - ], - [ - 2.299999952316284, - [ - -0.03884749114513397, - 0.03897984325885773, - -0.11288903653621674, - 0.992082417011261 - ] - ], - [ - 2.3333332538604736, - [ - -0.0360996350646019, - 0.04030546173453331, - -0.12741081416606903, - 0.9903730750083923 - ] - ], - [ - 2.366666555404663, - [ - -0.03353554382920265, - 0.04142884537577629, - -0.14201101660728455, - 0.9884290099143982 - ] - ], - [ - 2.4000000953674316, - [ - -0.031241344287991524, - 0.04201440140604973, - -0.15523460507392883, - 0.9864892363548279 - ] - ], - [ - 2.433333396911621, - [ - -0.029304519295692444, - 0.041783444583415985, - -0.16563770174980164, - 0.9848652482032776 - ] - ], - [ - 2.4666666984558105, - [ - -0.02780492790043354, - 0.040491051971912384, - -0.1717870682477951, - 0.9839088320732117 - ] - ], - [ - 2.5, - [ - -0.026307014748454094, - 0.03777718544006348, - -0.17313708364963531, - 0.9838213324546814 - ] - ], - [ - 2.5333333015441895, - [ - -0.024437183514237404, - 0.03379203751683235, - -0.17094382643699646, - 0.9843979477882385 - ] - ], - [ - 2.566666603088379, - [ - -0.02235863171517849, - 0.029044879600405693, - -0.16647422313690186, - 0.9853643178939819 - ] - ], - [ - 2.5999999046325684, - [ - -0.02025226503610611, - 0.024036068469285965, - -0.1609896421432495, - 0.986455500125885 - ] - ], - [ - 2.633333444595337, - [ - -0.01832655258476734, - 0.01926552876830101, - -0.15574674308300018, - 0.9874390959739685 - ] - ], - [ - 2.6666667461395264, - [ - -0.016818348318338394, - 0.015236135572195053, - -0.15199850499629974, - 0.9881202578544617 - ] - ], - [ - 2.700000047683716, - [ - -0.015699980780482292, - 0.011823847889900208, - -0.14918242394924164, - 0.9886143207550049 - ] - ], - [ - 2.7333333492279053, - [ - -0.014786875806748867, - 0.008618134073913097, - -0.14595545828342438, - 0.9891431331634521 - ] - ], - [ - 2.7666666507720947, - [ - -0.01409949455410242, - 0.005693019833415747, - -0.14239566028118134, - 0.9896930456161499 - ] - ], - [ - 2.799999952316284, - [ - -0.013660663738846779, - 0.0031223248224705458, - -0.13858090341091156, - 0.9902520775794983 - ] - ], - [ - 2.8333332538604736, - [ - -0.013332336209714413, - 0.0008113535586744547, - -0.13474160432815552, - 0.990790843963623 - ] - ], - [ - 2.866666555404663, - [ - -0.012970447540283203, - -0.0013496179599314928, - -0.131169855594635, - 0.9912742376327515 - ] - ], - [ - 2.9000000953674316, - [ - -0.012591535225510597, - -0.0033085744362324476, - -0.12803591787815094, - 0.991684079170227 - ] - ], - [ - 2.933333396911621, - [ - -0.012213262729346752, - -0.005012784618884325, - -0.12551014125347137, - 0.9920045137405396 - ] - ], - [ - 2.9666666984558105, - [ - -0.011795248836278915, - -0.0065427059307694435, - -0.12330041080713272, - 0.9922777414321899 - ] - ], - [ - 3.0, - [ - -0.011293934658169746, - -0.008013792335987091, - -0.12101027369499207, - 0.9925546646118164 - ] - ], - [ - 3.0333333015441895, - [ - -0.010722829028964043, - -0.00942574068903923, - -0.11865319311618805, - 0.992833137512207 - ] - ], - [ - 3.066666603088379, - [ - -0.010095514357089996, - -0.010778301395475864, - -0.11624258756637573, - 0.9931110739707947 - ] - ], - [ - 3.0999999046325684, - [ - -0.009425639174878597, - -0.012071308679878712, - -0.11379183828830719, - 0.9933865666389465 - ] - ], - [ - 3.133333444595337, - [ - -0.008726886473596096, - -0.013304677791893482, - -0.11131428182125092, - 0.9936578869819641 - ] - ], - [ - 3.1666667461395264, - [ - -0.008013017475605011, - -0.014478364959359169, - -0.10882332921028137, - 0.9939233660697937 - ] - ], - [ - 3.200000047683716, - [ - -0.007297792471945286, - -0.01559246052056551, - -0.10633229464292526, - 0.9941816329956055 - ] - ], - [ - 3.2333333492279053, - [ - -0.006595004815608263, - -0.016647126525640488, - -0.10385452955961227, - 0.9944313168525696 - ] - ], - [ - 3.2666666507720947, - [ - -0.005918464157730341, - -0.017642615363001823, - -0.1014033854007721, - 0.9946713447570801 - ] - ], - [ - 3.299999952316284, - [ - -0.005281985737383366, - -0.018579257652163506, - -0.0989922434091568, - 0.9949008226394653 - ] - ], - [ - 3.3333332538604736, - [ - -0.004699378274381161, - -0.01945745013654232, - -0.09663444757461548, - 0.9951187372207642 - ] - ], - [ - 3.366666555404663, - [ - -0.00433146208524704, - -0.020171863958239555, - -0.09487611800432205, - 0.9952752590179443 - ] - ], - [ - 3.4000000953674316, - [ - -0.004399134311825037, - -0.020616522058844566, - -0.09403649717569351, - 0.9953455328941345 - ] - ], - [ - 3.433333396911621, - [ - -0.005005471874028444, - -0.02079113759100437, - -0.09378843009471893, - 0.9953624606132507 - ] - ], - [ - 3.4666666984558105, - [ - -0.006252546329051256, - -0.02069496549665928, - -0.09380461275577545, - 0.9953559041023254 - ] - ], - [ - 3.5, - [ - -0.008241761475801468, - -0.020326636731624603, - -0.0937577486038208, - 0.9953535199165344 - ] - ], - [ - 3.5333333015441895, - [ - -0.011074363254010677, - -0.01968512125313282, - -0.09332048147916794, - 0.9953799247741699 - ] - ], - [ - 3.566666603088379, - [ - -0.014852190390229225, - -0.018771780654788017, - -0.09216558188199997, - 0.9954560399055481 - ] - ], - [ - 3.5999999046325684, - [ - -0.019678577780723572, - -0.017593510448932648, - -0.08996567130088806, - 0.9955949783325195 - ] - ], - [ - 3.633333444595337, - [ - -0.02863316982984543, - 0.0020799667108803988, - -0.05926414579153061, - 0.9978294372558594 - ] - ], - [ - 3.6666667461395264, - [ - -0.045693475753068924, - 0.04139508679509163, - 0.002975008450448513, - 0.9980931282043457 - ] - ], - [ - 3.700000047683716, - [ - -0.06716279685497284, - 0.07686568051576614, - 0.06149738281965256, - 0.9928740859031677 - ] - ], - [ - 3.7333333492279053, - [ - -0.07878074795007706, - 0.09145178645849228, - 0.08612073957920074, - 0.9889456033706665 - ] - ], - [ - 3.7666666507720947, - [ - -0.07597372680902481, - 0.08591514825820923, - 0.07198777049779892, - 0.9907897710800171 - ] - ], - [ - 3.799999952316284, - [ - -0.06883253157138824, - 0.07144384831190109, - 0.0369696170091629, - 0.9943797588348389 - ] - ], - [ - 3.8333332538604736, - [ - -0.06143949553370476, - 0.050110649317502975, - -0.011580774560570717, - 0.9967849254608154 - ] - ], - [ - 3.866666555404663, - [ - -0.05695192515850067, - 0.024887116625905037, - -0.06557274609804153, - 0.9959102869033813 - ] - ], - [ - 3.9000000953674316, - [ - -0.056541506201028824, - 3.216611730749719e-05, - -0.1161523386836052, - 0.9916207194328308 - ] - ], - [ - 3.933333396911621, - [ - -0.059203144162893295, - -0.019267264753580093, - -0.15425707399845123, - 0.9860671758651733 - ] - ], - [ - 3.9666666984558105, - [ - -0.06262460350990295, - -0.02759060077369213, - -0.17112526297569275, - 0.9828698039054871 - ] - ], - [ - 4.0, - [ - -0.0647314190864563, - -0.026034124195575714, - -0.17203561961650848, - 0.9826168417930603 - ] - ], - [ - 4.0333333015441895, - [ - -0.0653776004910469, - -0.020504910498857498, - -0.1690388321876526, - 0.9832249879837036 - ] - ], - [ - 4.066666603088379, - [ - -0.06524932384490967, - -0.013031579554080963, - -0.1637771725654602, - 0.9842508435249329 - ] - ], - [ - 4.099999904632568, - [ - -0.0649910494685173, - -0.005639226641505957, - -0.15787769854068756, - 0.9853014945983887 - ] - ], - [ - 4.133333206176758, - [ - -0.06515445560216904, - -0.0003501570026855916, - -0.1529608517885208, - 0.9860820174217224 - ] - ], - [ - 4.166666507720947, - [ - -0.06621894985437393, - 0.000820361019577831, - -0.15064077079296112, - 0.98636794090271 - ] - ], - [ - 4.199999809265137, - [ - -0.0669599175453186, - -0.0012576752342283726, - -0.1504790335893631, - 0.9863422513008118 - ] - ], - [ - 4.233333110809326, - [ - -0.06604345887899399, - -0.0042066327296197414, - -0.15085387229919434, - 0.9863386154174805 - ] - ], - [ - 4.266666889190674, - [ - -0.06377721577882767, - -0.007771112024784088, - -0.15159587562084198, - 0.986352264881134 - ] - ], - [ - 4.300000190734863, - [ - -0.06046685948967934, - -0.011694347485899925, - -0.1525316685438156, - 0.9863777756690979 - ] - ], - [ - 4.333333492279053, - [ - -0.056415487080812454, - -0.015719247981905937, - -0.15348240733146667, - 0.98641437292099 - ] - ], - [ - 4.366666793823242, - [ - -0.05192432925105095, - -0.019588831812143326, - -0.15426330268383026, - 0.9864699840545654 - ] - ], - [ - 4.400000095367432, - [ - -0.047293517738580704, - -0.023047324270009995, - -0.15468397736549377, - 0.986562192440033 - ] - ], - [ - 4.433333396911621, - [ - -0.042965300381183624, - -0.025827746838331223, - -0.1547035574913025, - 0.9866882562637329 - ] - ], - [ - 4.4666666984558105, - [ - -0.039424918591976166, - -0.027698775753378868, - -0.1543404757976532, - 0.986842155456543 - ] - ], - [ - 4.5, - [ - -0.03703876584768295, - -0.028462152928113937, - -0.1534908562898636, - 0.987045407295227 - ] - ], - [ - 4.5333333015441895, - [ - -0.03617580980062485, - -0.027921529486775398, - -0.1520547866821289, - 0.9873150587081909 - ] - ], - [ - 4.566666603088379, - [ - -0.03975279629230499, - -0.022311266511678696, - -0.15395016968250275, - 0.987026572227478 - ] - ], - [ - 4.599999904632568, - [ - -0.04742894321680069, - -0.011321283876895905, - -0.1602267026901245, - 0.985875129699707 - ] - ], - [ - 4.633333206176758, - [ - -0.054817769676446915, - -4.7231169446604326e-05, - -0.16638705134391785, - 0.9845356345176697 - ] - ], - [ - 4.666666507720947, - [ - -0.057840198278427124, - 0.0061944923363626, - -0.1677308976650238, - 0.9841151833534241 - ] - ], - [ - 4.699999809265137, - [ - -0.053172290325164795, - 0.005538988392800093, - -0.15878181159496307, - 0.9858652949333191 - ] - ], - [ - 4.733333110809326, - [ - -0.042142387479543686, - 0.0011435101041570306, - -0.14031898975372314, - 0.9892084002494812 - ] - ], - [ - 4.766666889190674, - [ - -0.027782024815678596, - -0.004862522706389427, - -0.11696066707372665, - 0.9927359819412231 - ] - ], - [ - 4.800000190734863, - [ - -0.013248924165964127, - -0.010544605553150177, - -0.09340260177850723, - 0.9954845309257507 - ] - ], - [ - 4.833333492279053, - [ - -0.0018559632590040565, - -0.014268971979618073, - -0.07439961284399033, - 0.9971246719360352 - ] - ], - [ - 4.866666793823242, - [ - 0.0030121617019176483, - -0.014624595642089844, - -0.06473749130964279, - 0.9977906346321106 - ] - ], - [ - 4.900000095367432, - [ - 0.002244428964331746, - -0.012215781025588512, - -0.06493208557367325, - 0.9978123903274536 - ] - ], - [ - 4.933333396911621, - [ - -0.00048095223610289395, - -0.008824896067380905, - -0.07081616669893265, - 0.9974502325057983 - ] - ], - [ - 4.9666666984558105, - [ - -0.004346395842730999, - -0.004830857273191214, - -0.08015748858451843, - 0.99676114320755 - ] - ], - [ - 5.0, - [ - -0.008557053282856941, - -0.000621417595539242, - -0.09071797132492065, - 0.9958397746086121 - ] - ], - [ - 5.0333333015441895, - [ - -0.01234465278685093, - 0.0034058510791510344, - -0.10025856643915176, - 0.9948790073394775 - ] - ], - [ - 5.066666603088379, - [ - -0.014968409202992916, - 0.006845593918114901, - -0.10654174536466599, - 0.9941719770431519 - ] - ], - [ - 5.099999904632568, - [ - -0.015711581334471703, - 0.009287804365158081, - -0.10732833296060562, - 0.9940561056137085 - ] - ], - [ - 5.133333206176758, - [ - -0.014959866181015968, - 0.010867276228964329, - -0.10363978147506714, - 0.9944431185722351 - ] - ], - [ - 5.166666507720947, - [ - -0.013701651245355606, - 0.012032946571707726, - -0.09840839356184006, - 0.9949790239334106 - ] - ], - [ - 5.199999809265137, - [ - -0.012132286094129086, - 0.012845464050769806, - -0.09225660562515259, - 0.9955784678459167 - ] - ], - [ - 5.233333110809326, - [ - -0.010440877638757229, - 0.01336679607629776, - -0.0858098715543747, - 0.9961672425270081 - ] - ], - [ - 5.266666889190674, - [ - -0.008811524137854576, - 0.013660122640430927, - -0.07969643175601959, - 0.9966866374015808 - ] - ], - [ - 5.300000190734863, - [ - -0.007425077725201845, - 0.013789619319140911, - -0.07454740256071091, - 0.9970945715904236 - ] - ], - [ - 5.333333492279053, - [ - -0.0064607965759932995, - 0.013819986954331398, - -0.07099460065364838, - 0.9973600506782532 - ] - ], - [ - 5.366666793823242, - [ - -0.006098838523030281, - 0.013815862126648426, - -0.06967008858919144, - 0.9974557757377625 - ] - ], - [ - 5.400000095367432, - [ - -0.0059317355044186115, - 0.013836724683642387, - -0.07085149735212326, - 0.9973732829093933 - ] - ], - [ - 5.433333396911621, - [ - -0.005469143390655518, - 0.013847577385604382, - -0.07400792837142944, - 0.997146487236023 - ] - ], - [ - 5.4666666984558105, - [ - -0.0047707268968224525, - 0.013767959550023079, - -0.07855774462223053, - 0.9968031644821167 - ] - ], - [ - 5.5, - [ - -0.003896967275068164, - 0.01351927686482668, - -0.08391944319009781, - 0.9963732361793518 - ] - ], - [ - 5.5333333015441895, - [ - -0.0029075774364173412, - 0.013029907830059528, - -0.08951189368963242, - 0.9958962798118591 - ] - ], - [ - 5.566666603088379, - [ - -0.0018599446630105376, - 0.01223775651305914, - -0.09475459158420563, - 0.9954237937927246 - ] - ], - [ - 5.599999904632568, - [ - -0.0008076774538494647, - 0.011090307496488094, - -0.09906777739524841, - 0.9950186610221863 - ] - ], - [ - 5.633333206176758, - [ - 0.00018186142551712692, - 0.009709497913718224, - -0.1027907207608223, - 0.9946556091308594 - ] - ], - [ - 5.666666507720947, - [ - 0.0010670823976397514, - 0.008265292271971703, - -0.10661182552576065, - 0.9942657947540283 - ] - ], - [ - 5.699999809265137, - [ - 0.0018372808117419481, - 0.006783760618418455, - -0.11047540605068207, - 0.9938539862632751 - ] - ], - [ - 5.733333110809326, - [ - 0.002482591662555933, - 0.0052916789427399635, - -0.11432557553052902, - 0.9934261441230774 - ] - ], - [ - 5.766666889190674, - [ - 0.0029940600506961346, - 0.0038164069410413504, - -0.11810643970966339, - 0.9929891228675842 - ] - ], - [ - 5.800000190734863, - [ - 0.0033636116422712803, - 0.002385931322351098, - -0.12176182121038437, - 0.992550790309906 - ] - ], - [ - 5.833333492279053, - [ - 0.003583992598578334, - 0.0010286710457876325, - -0.1252356767654419, - 0.9921200275421143 - ] - ], - [ - 5.866666793823242, - [ - 0.003648691577836871, - -0.00022656541841570288, - -0.12847192585468292, - 0.9917064309120178 - ] - ], - [ - 5.900000095367432, - [ - 0.003551820758730173, - -0.001350719714537263, - -0.1314145177602768, - 0.9913202524185181 - ] - ], - [ - 5.933333396911621, - [ - 0.003287968458607793, - -0.00231463392265141, - -0.134007528424263, - 0.9909722805023193 - ] - ], - [ - 5.9666666984558105, - [ - 0.002851969562470913, - -0.0030891692731529474, - -0.13619501888751984, - 0.9906731247901917 - ] - ], - [ - 6.0, - [ - 0.0022387339267879725, - -0.0036454484798014164, - -0.13792142271995544, - 0.9904340505599976 - ] - ], - [ - 6.0333333015441895, - [ - 0.0014429393922910094, - -0.00395499961450696, - -0.13913118839263916, - 0.9902650117874146 - ] - ], - [ - 6.066666603088379, - [ - 0.0004587504081428051, - -0.003989987540990114, - -0.13976910710334778, - 0.9901759624481201 - ] - ], - [ - 6.099999904632568, - [ - -0.0007205168367363513, - -0.003723442554473877, - -0.1397801786661148, - 0.9901753067970276 - ] - ], - [ - 6.133333206176758, - [ - -0.0019405423663556576, - -0.0032988355960696936, - -0.13926346600055695, - 0.9902479648590088 - ] - ], - [ - 6.166666507720947, - [ - -0.003041912103071809, - -0.0028800591826438904, - -0.13837748765945435, - 0.9903706908226013 - ] - ], - [ - 6.199999809265137, - [ - -0.004024520982056856, - -0.0024714395403862, - -0.1371566206216812, - 0.9905381202697754 - ] - ], - [ - 6.233333110809326, - [ - -0.004888248164206743, - -0.002077096374705434, - -0.13563518226146698, - 0.9907447099685669 - ] - ], - [ - 6.266666889190674, - [ - -0.0056329346261918545, - -0.0017008951399475336, - -0.13384735584259033, - 0.9909844994544983 - ] - ], - [ - 6.300000190734863, - [ - -0.0062582483515143394, - -0.0013464698567986488, - -0.1318274289369583, - 0.9912520051002502 - ] - ], - [ - 6.333333492279053, - [ - -0.006763833109289408, - -0.0010171293979510665, - -0.1296095997095108, - 0.9915416240692139 - ] - ], - [ - 6.366666793823242, - [ - -0.007149177603423595, - -0.0007158939843066037, - -0.1272280067205429, - 0.991847574710846 - ] - ], - [ - 6.400000095367432, - [ - -0.007413630373775959, - -0.00044547830475494266, - -0.12471682578325272, - 0.992164671421051 - ] - ], - [ - 6.433333396911621, - [ - -0.007556378375738859, - -0.00020829029381275177, - -0.12211024761199951, - 0.9924877285957336 - ] - ], - [ - 6.4666666984558105, - [ - -0.0075764781795442104, - -6.440754532377468e-06, - -0.11944250017404556, - 0.9928122162818909 - ] - ], - [ - 6.5, - [ - -0.007472815923392773, - 0.00015824286674614996, - -0.11674779653549194, - 0.9931334853172302 - ] - ], - [ - 6.5333333015441895, - [ - -0.007244132924824953, - 0.00028419142472557724, - -0.11406035721302032, - 0.9934473633766174 - ] - ], - [ - 6.566666603088379, - [ - -0.006889033131301403, - 0.00037006623460911214, - -0.11141444742679596, - 0.9937500953674316 - ] - ], - [ - 6.599999904632568, - [ - -0.006405996158719063, - 0.0004147206782363355, - -0.1088443472981453, - 0.9940381050109863 - ] - ], - [ - 6.633333206176758, - [ - -0.005793389398604631, - 0.0004171559412498027, - -0.10638437420129776, - 0.9943081140518188 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658348281_681928.json b/lenses/physics-objects/Scene/assets/1646688658348281_681928.json deleted file mode 100644 index 4f33a034..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658348281_681928.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658348281:681928", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658349355_681941.json b/lenses/physics-objects/Scene/assets/1646688658349355_681941.json deleted file mode 100644 index adb9eaaf..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658349355_681941.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658349355:681941", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -11.25827693939209, - -8.372910087928176e-05, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - -11.25827693939209, - -8.372910087928176e-05, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658349566_681948.json b/lenses/physics-objects/Scene/assets/1646688658349566_681948.json deleted file mode 100644 index 120a78cb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658349566_681948.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658349566:681948", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ], - [ - 0.03333333507180214, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ], - [ - 0.06666667014360428, - [ - 0.004794943146407604, - -0.02782312035560608, - -0.1076970249414444, - 0.9937828183174133 - ] - ], - [ - 0.10000000149011612, - [ - 0.0018168522510677576, - -0.01939067430794239, - -0.10427121073007584, - 0.9943581819534302 - ] - ], - [ - 0.13333334028720856, - [ - -0.0015883526066318154, - -0.011142955161631107, - -0.10142116248607635, - 0.9947800040245056 - ] - ], - [ - 0.1666666716337204, - [ - -0.004914552439004183, - -0.005134477745741606, - -0.10019631683826447, - 0.994942307472229 - ] - ], - [ - 0.20000000298023224, - [ - -0.008352943696081638, - -0.0037840944714844227, - -0.10257799178361893, - 0.994682788848877 - ] - ], - [ - 0.23333333432674408, - [ - -0.011748631484806538, - -0.005120089743286371, - -0.1083775982260704, - 0.9940271973609924 - ] - ], - [ - 0.2666666805744171, - [ - -0.017119361087679863, - -0.006800639908760786, - -0.11886736005544662, - 0.9927392601966858 - ] - ], - [ - 0.30000001192092896, - [ - -0.024051109328866005, - -0.00869681779295206, - -0.1328151822090149, - 0.9908108115196228 - ] - ], - [ - 0.3333333432674408, - [ - -0.03211459517478943, - -0.010684926994144917, - -0.14899364113807678, - 0.9882587790489197 - ] - ], - [ - 0.36666667461395264, - [ - -0.04085162281990051, - -0.012652924284338951, - -0.16619297862052917, - 0.985165536403656 - ] - ], - [ - 0.4000000059604645, - [ - -0.04976852610707283, - -0.014505896717309952, - -0.183230921626091, - 0.9817021489143372 - ] - ], - [ - 0.4333333373069763, - [ - -0.05833670124411583, - -0.01617000252008438, - -0.19895987212657928, - 0.9781361818313599 - ] - ], - [ - 0.46666666865348816, - [ - -0.0659986212849617, - -0.017593780532479286, - -0.2122683972120285, - 0.9748215079307556 - ] - ], - [ - 0.5, - [ - -0.07217810302972794, - -0.018745936453342438, - -0.22207552194595337, - 0.9721735119819641 - ] - ], - [ - 0.5333333611488342, - [ - -0.07629363238811493, - -0.019609026610851288, - -0.22731643915176392, - 0.9706296920776367 - ] - ], - [ - 0.5666666626930237, - [ - -0.07079052180051804, - -0.013922532089054585, - -0.21575278043746948, - 0.973779022693634 - ] - ], - [ - 0.6000000238418579, - [ - -0.05449732765555382, - 0.0009628598927520216, - -0.18386712670326233, - 0.9814387559890747 - ] - ], - [ - 0.6333333253860474, - [ - -0.03615860641002655, - 0.019489562138915062, - -0.14394745230674744, - 0.9887324571609497 - ] - ], - [ - 0.6666666865348816, - [ - -0.022693973034620285, - 0.03549050912261009, - -0.10946217179298401, - 0.9930979013442993 - ] - ], - [ - 0.699999988079071, - [ - -0.01894775778055191, - 0.04244473576545715, - -0.0947784036397934, - 0.9944126605987549 - ] - ], - [ - 0.7333333492279053, - [ - -0.02313251793384552, - 0.04092681407928467, - -0.09748711436986923, - 0.9941258430480957 - ] - ], - [ - 0.7666666507720947, - [ - -0.029539894312620163, - 0.03703244775533676, - -0.10380508750677109, - 0.9934689402580261 - ] - ], - [ - 0.800000011920929, - [ - -0.036512572318315506, - 0.0325435996055603, - -0.11109615862369537, - 0.992605447769165 - ] - ], - [ - 0.8333333134651184, - [ - -0.042186666280031204, - 0.02914871647953987, - -0.11668362468481064, - 0.9918445348739624 - ] - ], - [ - 0.8666666746139526, - [ - -0.04462079331278801, - 0.028475446626544, - -0.11797261983156204, - 0.9916050434112549 - ] - ], - [ - 0.8999999761581421, - [ - -0.03959440067410469, - 0.031131042167544365, - -0.11159322410821915, - 0.992476761341095 - ] - ], - [ - 0.9333333373069763, - [ - -0.02647007815539837, - 0.03625794127583504, - -0.09762254357337952, - 0.9942106008529663 - ] - ], - [ - 0.9666666388511658, - [ - -0.008703389205038548, - 0.04330343380570412, - -0.07862897217273712, - 0.9959250688552856 - ] - ], - [ - 1.0, - [ - 0.010330158285796642, - 0.05152275413274765, - -0.05737855285406113, - 0.9969686269760132 - ] - ], - [ - 1.0333333015441895, - [ - 0.027450844645500183, - 0.059838730841875076, - -0.036966413259506226, - 0.9971456527709961 - ] - ], - [ - 1.0666667222976685, - [ - 0.039735157042741776, - 0.06686355918645859, - -0.020789476111531258, - 0.9967538118362427 - ] - ], - [ - 1.100000023841858, - [ - 0.044460274279117584, - 0.0710538849234581, - -0.012399112805724144, - 0.9964039921760559 - ] - ], - [ - 1.1333333253860474, - [ - 0.040980495512485504, - 0.07012402266263962, - -0.013382826931774616, - 0.9966062903404236 - ] - ], - [ - 1.1666666269302368, - [ - 0.031866658478975296, - 0.06421364843845367, - -0.021067675203084946, - 0.9972047209739685 - ] - ], - [ - 1.2000000476837158, - [ - 0.01919817551970482, - 0.05547485873103142, - -0.03255445510149002, - 0.9977445602416992 - ] - ], - [ - 1.2333333492279053, - [ - 0.005148554686456919, - 0.04599060118198395, - -0.045039672404527664, - 0.9979127049446106 - ] - ], - [ - 1.2666666507720947, - [ - -0.007912354543805122, - 0.03768933191895485, - -0.05593406409025192, - 0.9976915717124939 - ] - ], - [ - 1.2999999523162842, - [ - -0.017437173053622246, - 0.032334040850400925, - -0.06287392228841782, - 0.9973451495170593 - ] - ], - [ - 1.3333333730697632, - [ - -0.02082335203886032, - 0.031595733016729355, - -0.06361622363328934, - 0.997256875038147 - ] - ], - [ - 1.3666666746139526, - [ - -0.01608310081064701, - 0.03792672976851463, - -0.05461953207850456, - 0.997657060623169 - ] - ], - [ - 1.399999976158142, - [ - -0.005395665764808655, - 0.05064472556114197, - -0.03664536029100418, - 0.9980297088623047 - ] - ], - [ - 1.4333332777023315, - [ - 0.007596530951559544, - 0.06670676916837692, - -0.013923882506787777, - 0.9976465702056885 - ] - ], - [ - 1.4666666984558105, - [ - 0.01971830613911152, - 0.08287510275840759, - 0.009010232985019684, - 0.9963241219520569 - ] - ], - [ - 1.5, - [ - 0.028465377166867256, - 0.0956972986459732, - 0.027268236503005028, - 0.9946296811103821 - ] - ], - [ - 1.5333333015441895, - [ - 0.03184545040130615, - 0.10161994397640228, - 0.03577102720737457, - 0.9936698079109192 - ] - ], - [ - 1.5666667222976685, - [ - 0.028414083644747734, - 0.0996662899851799, - 0.029912304133176804, - 0.9941653609275818 - ] - ], - [ - 1.600000023841858, - [ - 0.019520388916134834, - 0.09287292510271072, - 0.012374823912978172, - 0.9954096674919128 - ] - ], - [ - 1.6333333253860474, - [ - 0.0074061863124370575, - 0.08372646570205688, - -0.010960172861814499, - 0.9964010715484619 - ] - ], - [ - 1.6666666269302368, - [ - -0.00532692763954401, - 0.07458240538835526, - -0.03436274453997612, - 0.9966083765029907 - ] - ], - [ - 1.7000000476837158, - [ - -0.015553771518170834, - 0.0675603523850441, - -0.052394479513168335, - 0.9962171912193298 - ] - ], - [ - 1.7333333492279053, - [ - -0.01961446739733219, - 0.06460269540548325, - -0.059941697865724564, - 0.9959160685539246 - ] - ], - [ - 1.7666666507720947, - [ - -0.012507697567343712, - 0.06717393547296524, - -0.05348421633243561, - 0.9962282180786133 - ] - ], - [ - 1.7999999523162842, - [ - 0.004000858869403601, - 0.07389954477548599, - -0.03710038214921951, - 0.9965673089027405 - ] - ], - [ - 1.8333333730697632, - [ - 0.023599164560437202, - 0.08233273774385452, - -0.01725418120622635, - 0.9961760640144348 - ] - ], - [ - 1.8666666746139526, - [ - 0.040414996445178986, - 0.08945948630571365, - -0.0009962215553969145, - 0.9951697587966919 - ] - ], - [ - 1.899999976158142, - [ - 0.0490606315433979, - 0.09171595424413681, - 0.004080138634890318, - 0.9945676326751709 - ] - ], - [ - 1.9333332777023315, - [ - 0.04921593517065048, - 0.08468428254127502, - -0.00612823199480772, - 0.9951728582382202 - ] - ], - [ - 1.9666666984558105, - [ - 0.04490809515118599, - 0.06918918341398239, - -0.027001935988664627, - 0.9962264895439148 - ] - ], - [ - 2.0, - [ - 0.03744025528430939, - 0.049446720629930496, - -0.05310820788145065, - 0.9966608285903931 - ] - ], - [ - 2.0333333015441895, - [ - 0.028772417455911636, - 0.029694905504584312, - -0.07908639311790466, - 0.996009886264801 - ] - ], - [ - 2.066666603088379, - [ - 0.02174864336848259, - 0.014097737148404121, - -0.0998043641448021, - 0.9946695566177368 - ] - ], - [ - 2.0999999046325684, - [ - 0.01984032616019249, - 0.006717747077345848, - -0.110355444252491, - 0.9936715364456177 - ] - ], - [ - 2.133333444595337, - [ - 0.024867622181773186, - 0.007969589903950691, - -0.10735921561717987, - 0.9938772916793823 - ] - ], - [ - 2.1666667461395264, - [ - 0.034518007189035416, - 0.014115526340901852, - -0.09392538666725159, - 0.9948805570602417 - ] - ], - [ - 2.200000047683716, - [ - 0.04609713330864906, - 0.02293342538177967, - -0.07493212074041367, - 0.9958585500717163 - ] - ], - [ - 2.2333333492279053, - [ - 0.05714491754770279, - 0.03206389397382736, - -0.055435772985219955, - 0.9963099360466003 - ] - ], - [ - 2.2666666507720947, - [ - 0.06562057882547379, - 0.03900614008307457, - -0.040705081075429916, - 0.9962507486343384 - ] - ], - [ - 2.299999952316284, - [ - 0.06978268921375275, - 0.04117381200194359, - -0.0361383818089962, - 0.9960567951202393 - ] - ], - [ - 2.3333332538604736, - [ - 0.06895562261343002, - 0.036907874047756195, - -0.04370452091097832, - 0.9959783554077148 - ] - ], - [ - 2.366666555404663, - [ - 0.06428944319486618, - 0.027689840644598007, - -0.059376247227191925, - 0.9957783818244934 - ] - ], - [ - 2.4000000953674316, - [ - 0.05678365379571915, - 0.01566552370786667, - -0.07952587306499481, - 0.995090901851654 - ] - ], - [ - 2.433333396911621, - [ - 0.047678496688604355, - 0.00299080484546721, - -0.10055943578481674, - 0.9937834739685059 - ] - ], - [ - 2.4666666984558105, - [ - 0.03874852880835533, - -0.008390115574002266, - -0.11916228383779526, - 0.9920828938484192 - ] - ], - [ - 2.5, - [ - 0.03208685666322708, - -0.0166416484862566, - -0.13223612308502197, - 0.9905589818954468 - ] - ], - [ - 2.5333333015441895, - [ - 0.029765967279672623, - -0.019834553822875023, - -0.1366538405418396, - 0.9899728894233704 - ] - ], - [ - 2.566666603088379, - [ - 0.030819138512015343, - -0.015908412635326385, - -0.130026176571846, - 0.9909037947654724 - ] - ], - [ - 2.5999999046325684, - [ - 0.032483577728271484, - -0.005799372214823961, - -0.1143936961889267, - 0.9928874373435974 - ] - ], - [ - 2.633333444595337, - [ - 0.034044865518808365, - 0.007914579473435879, - -0.09327312558889389, - 0.9950268268585205 - ] - ], - [ - 2.6666667461395264, - [ - 0.035018548369407654, - 0.022683272138237953, - -0.07021155208349228, - 0.9966592788696289 - ] - ], - [ - 2.700000047683716, - [ - 0.03534402325749397, - 0.03605281934142113, - -0.048750247806310654, - 0.9975341558456421 - ] - ], - [ - 2.7333333492279053, - [ - 0.03538747876882553, - 0.04569658637046814, - -0.03238816186785698, - 0.9978029727935791 - ] - ], - [ - 2.7666666507720947, - [ - 0.03575824201107025, - 0.04938484728336334, - -0.02457454614341259, - 0.9978369474411011 - ] - ], - [ - 2.799999952316284, - [ - 0.03653588891029358, - 0.04603579267859459, - -0.02672441117465496, - 0.997913658618927 - ] - ], - [ - 2.8333332538604736, - [ - 0.03727108985185623, - 0.03768038749694824, - -0.03571262210607529, - 0.9979557394981384 - ] - ], - [ - 2.866666555404663, - [ - 0.03774698078632355, - 0.026764782145619392, - -0.0481642410159111, - 0.9977670311927795 - ] - ], - [ - 2.9000000953674316, - [ - 0.037927888333797455, - 0.015784721821546555, - -0.06066576763987541, - 0.9973123669624329 - ] - ], - [ - 2.933333396911621, - [ - 0.038055647164583206, - 0.007301434874534607, - -0.06976396590471268, - 0.9968106150627136 - ] - ], - [ - 2.9666666984558105, - [ - 0.038556117564439774, - 0.0039082481525838375, - -0.0719895213842392, - 0.9966522455215454 - ] - ], - [ - 3.0, - [ - 0.04018076881766319, - 0.007881655357778072, - -0.06379545480012894, - 0.9971226453781128 - ] - ], - [ - 3.0333333015441895, - [ - 0.04272357001900673, - 0.01775052770972252, - -0.04688861593604088, - 0.9978281855583191 - ] - ], - [ - 3.066666603088379, - [ - 0.045206163078546524, - 0.030475975945591927, - -0.025702709332108498, - 0.998181939125061 - ] - ], - [ - 3.0999999046325684, - [ - 0.047018326818943024, - 0.04307210445404053, - -0.004700637888163328, - 0.9979538917541504 - ] - ], - [ - 3.133333444595337, - [ - 0.04805699363350868, - 0.05266164615750313, - 0.011667415499687195, - 0.997387170791626 - ] - ], - [ - 3.1666667461395264, - [ - 0.048570893704891205, - 0.05646447092294693, - 0.018987566232681274, - 0.9970417022705078 - ] - ], - [ - 3.200000047683716, - [ - 0.04584762081503868, - 0.046742189675569534, - 0.0060635460540652275, - 0.9978358745574951 - ] - ], - [ - 3.2333333492279053, - [ - 0.0376393124461174, - 0.023514606058597565, - -0.026570668444037437, - 0.9986612796783447 - ] - ], - [ - 3.2666666507720947, - [ - 0.025458775460720062, - -0.004222245421260595, - -0.0656525120139122, - 0.9975088834762573 - ] - ], - [ - 3.299999952316284, - [ - 0.013302299194037914, - -0.027371499687433243, - -0.0982227548956871, - 0.9946991205215454 - ] - ], - [ - 3.3333332538604736, - [ - 0.008993756026029587, - -0.03347162529826164, - -0.10770514607429504, - 0.9935786724090576 - ] - ], - [ - 3.366666555404663, - [ - 0.006886833347380161, - -0.034387875348329544, - -0.1105915978550911, - 0.9932469725608826 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658349759_681955.json b/lenses/physics-objects/Scene/assets/1646688658349759_681955.json deleted file mode 100644 index 6472d23e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658349759_681955.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658349759:681955", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658350801_681968.json b/lenses/physics-objects/Scene/assets/1646688658350801_681968.json deleted file mode 100644 index 23b079d6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658350801_681968.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658350801:681968", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ], - [ - 6.633333206176758, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658351014_681975.json b/lenses/physics-objects/Scene/assets/1646688658351014_681975.json deleted file mode 100644 index 2dd79229..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658351014_681975.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658351014:681975", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658351199_681982.json b/lenses/physics-objects/Scene/assets/1646688658351199_681982.json deleted file mode 100644 index 16f0b8a8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658351199_681982.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658351199:681982", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658352327_681995.json b/lenses/physics-objects/Scene/assets/1646688658352327_681995.json deleted file mode 100644 index fa1c770e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658352327_681995.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658352327:681995", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ], - [ - 3.366666555404663, - [ - -9.093832969665527, - -0.0005136687541380525, - 3.0313174192997394e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658352542_682002.json b/lenses/physics-objects/Scene/assets/1646688658352542_682002.json deleted file mode 100644 index a12a7510..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658352542_682002.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658352542:682002", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.945942583210126e-07, - -6.161165089224596e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658352717_682009.json b/lenses/physics-objects/Scene/assets/1646688658352717_682009.json deleted file mode 100644 index debfce95..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658352717_682009.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658352717:682009", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658353727_682022.json b/lenses/physics-objects/Scene/assets/1646688658353727_682022.json deleted file mode 100644 index 557daf87..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658353727_682022.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658353727:682022", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ], - [ - 6.633333206176758, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658353933_682029.json b/lenses/physics-objects/Scene/assets/1646688658353933_682029.json deleted file mode 100644 index d45a90b2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658353933_682029.json +++ /dev/null @@ -1,1747 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658353933:682029", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.1666666716337204, - [ - 0.9129818677902222, - 0.36663058400154114, - 0.035043369978666306, - 0.17555071413516998 - ] - ], - [ - 0.20000000298023224, - [ - 0.9131301045417786, - 0.36630138754844666, - 0.03476114943623543, - 0.17552319169044495 - ] - ], - [ - 0.23333333432674408, - [ - 0.9133511781692505, - 0.36579227447509766, - 0.03443722054362297, - 0.17549902200698853 - ] - ], - [ - 0.2666666805744171, - [ - 0.9136591553688049, - 0.3650640547275543, - 0.034079235047101974, - 0.17548152804374695 - ] - ], - [ - 0.30000001192092896, - [ - 0.914068341255188, - 0.36407768726348877, - 0.03369487449526787, - 0.17547407746315002 - ] - ], - [ - 0.3333333432674408, - [ - 0.914592444896698, - 0.36279377341270447, - 0.0332917720079422, - 0.1754799634218216 - ] - ], - [ - 0.36666667461395264, - [ - 0.9152442812919617, - 0.3611728250980377, - 0.032877545803785324, - 0.17550253868103027 - ] - ], - [ - 0.4000000059604645, - [ - 0.91603684425354, - 0.3591751456260681, - 0.03245978057384491, - 0.17554523050785065 - ] - ], - [ - 0.4333333373069763, - [ - 0.9181338548660278, - 0.35384228825569153, - 0.03152874857187271, - 0.17558996379375458 - ] - ], - [ - 0.46666666865348816, - [ - 0.9221466779708862, - 0.3433939516544342, - 0.029811862856149673, - 0.17560628056526184 - ] - ], - [ - 0.5, - [ - 0.927252471446991, - 0.3295573890209198, - 0.027673207223415375, - 0.1755819171667099 - ] - ], - [ - 0.5333333611488342, - [ - 0.9326820373535156, - 0.3140840530395508, - 0.025475453585386276, - 0.17551766335964203 - ] - ], - [ - 0.5666666626930237, - [ - 0.9377670884132385, - 0.29876503348350525, - 0.023577364161610603, - 0.17543233931064606 - ] - ], - [ - 0.6000000238418579, - [ - 0.9419549703598022, - 0.28543099761009216, - 0.02233271673321724, - 0.17536042630672455 - ] - ], - [ - 0.6333333253860474, - [ - 0.9447875618934631, - 0.27594104409217834, - 0.02209121361374855, - 0.17534254491329193 - ] - ], - [ - 0.6666666865348816, - [ - 0.9458443522453308, - 0.27216190099716187, - 0.023201603442430496, - 0.17540889978408813 - ] - ], - [ - 0.699999988079071, - [ - 0.9440892934799194, - 0.27777984738349915, - 0.02676978148519993, - 0.17554868757724762 - ] - ], - [ - 0.7333333492279053, - [ - 0.9392533898353577, - 0.29304060339927673, - 0.03302975371479988, - 0.17561140656471252 - ] - ], - [ - 0.7666666507720947, - [ - 0.9319732785224915, - 0.31461086869239807, - 0.0410192608833313, - 0.1753944456577301 - ] - ], - [ - 0.800000011920929, - [ - 0.9230022430419922, - 0.33918291330337524, - 0.049761489033699036, - 0.1747729331254959 - ] - ], - [ - 0.8333333134651184, - [ - 0.9133733510971069, - 0.3635387718677521, - 0.05826839804649353, - 0.1737627238035202 - ] - ], - [ - 0.8666666746139526, - [ - 0.9044473171234131, - 0.3845895528793335, - 0.06555410474538803, - 0.1725364327430725 - ] - ], - [ - 0.8999999761581421, - [ - 0.8978514671325684, - 0.3993702232837677, - 0.07064763456583023, - 0.17139168083667755 - ] - ], - [ - 0.9333333373069763, - [ - 0.8953181505203247, - 0.40497711300849915, - 0.07259529083967209, - 0.1706719994544983 - ] - ], - [ - 0.9666666388511658, - [ - 0.896040141582489, - 0.40357184410095215, - 0.07234403491020203, - 0.1703179031610489 - ] - ], - [ - 1.0, - [ - 0.8978973031044006, - 0.39967820048332214, - 0.07155407220125198, - 0.17005299031734467 - ] - ], - [ - 1.0333333015441895, - [ - 0.9005765914916992, - 0.39390596747398376, - 0.07034780085086823, - 0.16985668241977692 - ] - ], - [ - 1.0666667222976685, - [ - 0.9037665128707886, - 0.38686618208885193, - 0.06884632259607315, - 0.16970817744731903 - ] - ], - [ - 1.100000023841858, - [ - 0.9071676731109619, - 0.3791763186454773, - 0.06716930866241455, - 0.16958896815776825 - ] - ], - [ - 1.1333333253860474, - [ - 0.9104993343353271, - 0.37146246433258057, - 0.06543479859828949, - 0.16948433220386505 - ] - ], - [ - 1.1666666269302368, - [ - 0.9135016202926636, - 0.36436039209365845, - 0.06375936418771744, - 0.16938428580760956 - ] - ], - [ - 1.2000000476837158, - [ - 0.9159338474273682, - 0.3585139513015747, - 0.062258291989564896, - 0.16928349435329437 - ] - ], - [ - 1.2333333492279053, - [ - 0.9175675511360168, - 0.3545720875263214, - 0.06104597821831703, - 0.16918045282363892 - ] - ], - [ - 1.2666666507720947, - [ - 0.9181752800941467, - 0.35318413376808167, - 0.06023654714226723, - 0.16907593607902527 - ] - ], - [ - 1.2999999523162842, - [ - 0.9171831011772156, - 0.35569947957992554, - 0.05986909195780754, - 0.16931851208209991 - ] - ], - [ - 1.3333333730697632, - [ - 0.914647102355957, - 0.3618220090866089, - 0.05980248376727104, - 0.17008578777313232 - ] - ], - [ - 1.3666666746139526, - [ - 0.9112808108329773, - 0.36972931027412415, - 0.05988091602921486, - 0.1711193025112152 - ] - ], - [ - 1.399999976158142, - [ - 0.9078415632247925, - 0.3776162564754486, - 0.059934746474027634, - 0.17215603590011597 - ] - ], - [ - 1.4333332777023315, - [ - 0.9051489233970642, - 0.38370364904403687, - 0.05977395549416542, - 0.17292837798595428 - ] - ], - [ - 1.4666666984558105, - [ - 0.9040665030479431, - 0.3862311542034149, - 0.059194475412368774, - 0.17316320538520813 - ] - ], - [ - 1.5, - [ - 0.9051781296730042, - 0.3839971423149109, - 0.05801492556929588, - 0.17272301018238068 - ] - ], - [ - 1.5333333015441895, - [ - 0.9079606533050537, - 0.3780502676963806, - 0.056342776864767075, - 0.17178748548030853 - ] - ], - [ - 1.5666667222976685, - [ - 0.911616861820221, - 0.3700057566165924, - 0.05440755560994148, - 0.17055855691432953 - ] - ], - [ - 1.600000023841858, - [ - 0.9153832793235779, - 0.36149755120277405, - 0.05242670699954033, - 0.16924721002578735 - ] - ], - [ - 1.6333333253860474, - [ - 0.9185540676116943, - 0.354187935590744, - 0.05059783160686493, - 0.1680748462677002 - ] - ], - [ - 1.6666666269302368, - [ - 0.9215700030326843, - 0.3470805585384369, - 0.04881948605179787, - 0.1669151932001114 - ] - ], - [ - 1.7000000476837158, - [ - 0.9247286915779114, - 0.3394456207752228, - 0.046993814408779144, - 0.1656663566827774 - ] - ], - [ - 1.7333333492279053, - [ - 0.9272036552429199, - 0.3333893418312073, - 0.04529202729463577, - 0.1646018624305725 - ] - ], - [ - 1.7666666507720947, - [ - 0.9282187223434448, - 0.331040620803833, - 0.04386717826128006, - 0.16400545835494995 - ] - ], - [ - 1.7999999523162842, - [ - 0.9276415109634399, - 0.3327711820602417, - 0.04258602485060692, - 0.16410663723945618 - ] - ], - [ - 1.8333333730697632, - [ - 0.926051139831543, - 0.33696940541267395, - 0.04125695303082466, - 0.16485990583896637 - ] - ], - [ - 1.8666666746139526, - [ - 0.9237402677536011, - 0.34279000759124756, - 0.03994590789079666, - 0.1661422699689865 - ] - ], - [ - 1.899999976158142, - [ - 0.9210122227668762, - 0.349388986825943, - 0.038717713207006454, - 0.16782353818416595 - ] - ], - [ - 1.9333332777023315, - [ - 0.918193519115448, - 0.3559284210205078, - 0.03762952610850334, - 0.16976411640644073 - ] - ], - [ - 1.9666666984558105, - [ - 0.9156372547149658, - 0.3615785241127014, - 0.03672698885202408, - 0.17181530594825745 - ] - ], - [ - 2.0, - [ - 0.9137197732925415, - 0.3655175268650055, - 0.036043379455804825, - 0.17382174730300903 - ] - ], - [ - 2.0333333015441895, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.066666603088379, - [ - 0.9125803112983704, - 0.36674943566322327, - 0.03533773869276047, - 0.17732316255569458 - ] - ], - [ - 2.0999999046325684, - [ - 0.9124242663383484, - 0.3663424253463745, - 0.03515727072954178, - 0.17899475991725922 - ] - ], - [ - 2.133333444595337, - [ - 0.9124724268913269, - 0.36551401019096375, - 0.03503399342298508, - 0.18046116828918457 - ] - ], - [ - 2.1666667461395264, - [ - 0.9128376245498657, - 0.3640722632408142, - 0.034941162914037704, - 0.18154333531856537 - ] - ], - [ - 2.200000047683716, - [ - 0.9136309027671814, - 0.36182451248168945, - 0.03485352545976639, - 0.18206273019313812 - ] - ], - [ - 2.2333333492279053, - [ - 0.9152790307998657, - 0.35762345790863037, - 0.03457239642739296, - 0.18213924765586853 - ] - ], - [ - 2.2666666507720947, - [ - 0.9178978204727173, - 0.35096442699432373, - 0.03398236632347107, - 0.18202407658100128 - ] - ], - [ - 2.299999952316284, - [ - 0.921131432056427, - 0.34261879324913025, - 0.03318718448281288, - 0.18173563480377197 - ] - ], - [ - 2.3333332538604736, - [ - 0.9246397018432617, - 0.33336448669433594, - 0.032290566712617874, - 0.1812923401594162 - ] - ], - [ - 2.366666555404663, - [ - 0.9281095862388611, - 0.32399019598960876, - 0.03139414265751839, - 0.18071334064006805 - ] - ], - [ - 2.4000000953674316, - [ - 0.9312602281570435, - 0.3152964115142822, - 0.030595986172556877, - 0.18001851439476013 - ] - ], - [ - 2.433333396911621, - [ - 0.9338393211364746, - 0.3080940544605255, - 0.02998974174261093, - 0.179228276014328 - ] - ], - [ - 2.4666666984558105, - [ - 0.9356153607368469, - 0.30320051312446594, - 0.02966434694826603, - 0.17836299538612366 - ] - ], - [ - 2.5, - [ - 0.9363596439361572, - 0.301434189081192, - 0.02970418892800808, - 0.17744214832782745 - ] - ], - [ - 2.5333333015441895, - [ - 0.9353799223899841, - 0.30526405572891235, - 0.02993503212928772, - 0.17601746320724487 - ] - ], - [ - 2.566666603088379, - [ - 0.9324592351913452, - 0.3152656555175781, - 0.030096208676695824, - 0.1738433986902237 - ] - ], - [ - 2.5999999046325684, - [ - 0.9282178282737732, - 0.32886478304862976, - 0.030147939920425415, - 0.17132048308849335 - ] - ], - [ - 2.633333444595337, - [ - 0.9234828352928162, - 0.343153178691864, - 0.03008933737874031, - 0.16887855529785156 - ] - ], - [ - 2.6666667461395264, - [ - 0.9191880822181702, - 0.3554501533508301, - 0.029966384172439575, - 0.16688516736030579 - ] - ], - [ - 2.700000047683716, - [ - 0.9161893725395203, - 0.3637095093727112, - 0.02984960936009884, - 0.16559424996376038 - ] - ], - [ - 2.7333333492279053, - [ - 0.9151042699813843, - 0.36663663387298584, - 0.029801582917571068, - 0.16514724493026733 - ] - ], - [ - 2.7666666507720947, - [ - 0.9150264859199524, - 0.36664992570877075, - 0.030002452433109283, - 0.1655118465423584 - ] - ], - [ - 2.799999952316284, - [ - 0.9147330522537231, - 0.36669787764549255, - 0.030758647248148918, - 0.16688327491283417 - ] - ], - [ - 2.8333332538604736, - [ - 0.9140860438346863, - 0.3667915165424347, - 0.032415591180324554, - 0.16988222301006317 - ] - ], - [ - 2.866666555404663, - [ - 0.9131758213043213, - 0.3668957054615021, - 0.03472337871789932, - 0.17404526472091675 - ] - ], - [ - 2.9000000953674316, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.933333396911621, - [ - 0.9136771559715271, - 0.36491113901138306, - 0.03504396602511406, - 0.17551587522029877 - ] - ], - [ - 2.9666666984558105, - [ - 0.9157838821411133, - 0.3598615825176239, - 0.03365227207541466, - 0.17523428797721863 - ] - ], - [ - 3.0, - [ - 0.9184805750846863, - 0.3532782196998596, - 0.031849443912506104, - 0.17485298216342926 - ] - ], - [ - 3.0333333015441895, - [ - 0.9211295247077942, - 0.3466738164424896, - 0.030053921043872833, - 0.17445452511310577 - ] - ], - [ - 3.066666603088379, - [ - 0.9231346845626831, - 0.3415793776512146, - 0.028677819296717644, - 0.17413641512393951 - ] - ], - [ - 3.0999999046325684, - [ - 0.9239287972450256, - 0.33953821659088135, - 0.028128638863563538, - 0.1740063577890396 - ] - ], - [ - 3.133333444595337, - [ - 0.9234793186187744, - 0.34070026874542236, - 0.028331264853477478, - 0.17408789694309235 - ] - ], - [ - 3.1666667461395264, - [ - 0.9222779273986816, - 0.34378376603126526, - 0.02890612557530403, - 0.17430084943771362 - ] - ], - [ - 3.200000047683716, - [ - 0.9205412864685059, - 0.34818321466445923, - 0.02980411984026432, - 0.17459635436534882 - ] - ], - [ - 3.2333333492279053, - [ - 0.918490469455719, - 0.35329458117485046, - 0.03097549080848694, - 0.1749248206615448 - ] - ], - [ - 3.2666666507720947, - [ - 0.9163565039634705, - 0.3585178256034851, - 0.03236852586269379, - 0.1752370148897171 - ] - ], - [ - 3.299999952316284, - [ - 0.9143833518028259, - 0.3632584810256958, - 0.0339292548596859, - 0.17548541724681854 - ] - ], - [ - 3.3333332538604736, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 3.366666555404663, - [ - 0.9115375876426697, - 0.3699081242084503, - 0.03741339221596718, - 0.17569133639335632 - ] - ], - [ - 3.4000000953674316, - [ - 0.9102500677108765, - 0.37285250425338745, - 0.039454806596040726, - 0.17569628357887268 - ] - ], - [ - 3.433333396911621, - [ - 0.9090502858161926, - 0.3755776882171631, - 0.04176376387476921, - 0.1755697876214981 - ] - ], - [ - 3.4666666984558105, - [ - 0.9080256223678589, - 0.3779025673866272, - 0.04437738656997681, - 0.17524214088916779 - ] - ], - [ - 3.5, - [ - 0.9072631597518921, - 0.37964746356010437, - 0.04733264073729515, - 0.174645334482193 - ] - ], - [ - 3.5333333015441895, - [ - 0.9068483710289001, - 0.38063400983810425, - 0.050667259842157364, - 0.1737140715122223 - ] - ], - [ - 3.566666603088379, - [ - 0.9068629741668701, - 0.38068482279777527, - 0.05442086607217789, - 0.17238683998584747 - ] - ], - [ - 3.5999999046325684, - [ - 0.9074145555496216, - 0.37973752617836, - 0.06019566208124161, - 0.1696311980485916 - ] - ], - [ - 3.633333444595337, - [ - 0.9084810614585876, - 0.37772995233535767, - 0.06816466152667999, - 0.1653355062007904 - ] - ], - [ - 3.6666667461395264, - [ - 0.9099998474121094, - 0.37445950508117676, - 0.07622741162776947, - 0.160840705037117 - ] - ], - [ - 3.700000047683716, - [ - 0.9120118618011475, - 0.3696769177913666, - 0.08227522671222687, - 0.15749333798885345 - ] - ], - [ - 3.7333333492279053, - [ - 0.9146327972412109, - 0.36309415102005005, - 0.08417141437530518, - 0.15660423040390015 - ] - ], - [ - 3.7666666507720947, - [ - 0.9184888005256653, - 0.35262998938560486, - 0.08241638541221619, - 0.158865287899971 - ] - ], - [ - 3.799999952316284, - [ - 0.9234035015106201, - 0.3380974531173706, - 0.0793241411447525, - 0.16347412765026093 - ] - ], - [ - 3.8333332538604736, - [ - 0.9283647537231445, - 0.3220707178115845, - 0.07546921074390411, - 0.16945146024227142 - ] - ], - [ - 3.866666555404663, - [ - 0.9325241446495056, - 0.3071749210357666, - 0.07151523232460022, - 0.17586331069469452 - ] - ], - [ - 3.9000000953674316, - [ - 0.9352098107337952, - 0.29607728123664856, - 0.06824018061161041, - 0.18183544278144836 - ] - ], - [ - 3.933333396911621, - [ - 0.9358578324317932, - 0.291459858417511, - 0.06651695817708969, - 0.18653889000415802 - ] - ], - [ - 3.9666666984558105, - [ - 0.9345702528953552, - 0.29298871755599976, - 0.06650152057409286, - 0.19056130945682526 - ] - ], - [ - 4.0, - [ - 0.9320459961891174, - 0.29789188504219055, - 0.06758873909711838, - 0.19489087164402008 - ] - ], - [ - 4.0333333015441895, - [ - 0.9286050796508789, - 0.30518242716789246, - 0.06953759491443634, - 0.19930090010166168 - ] - ], - [ - 4.066666603088379, - [ - 0.9245766997337341, - 0.31388404965400696, - 0.07208390533924103, - 0.20356495678424835 - ] - ], - [ - 4.099999904632568, - [ - 0.9203189611434937, - 0.3230409622192383, - 0.07493460923433304, - 0.20746657252311707 - ] - ], - [ - 4.133333206176758, - [ - 0.9162278771400452, - 0.331722617149353, - 0.07776759564876556, - 0.21080520749092102 - ] - ], - [ - 4.166666507720947, - [ - 0.9127359986305237, - 0.3390228748321533, - 0.08023665100336075, - 0.2133977711200714 - ] - ], - [ - 4.199999809265137, - [ - 0.9103017449378967, - 0.34405314922332764, - 0.08198123425245285, - 0.21507488191127777 - ] - ], - [ - 4.233333110809326, - [ - 0.9093897342681885, - 0.34592851996421814, - 0.08264061063528061, - 0.21567168831825256 - ] - ], - [ - 4.266666889190674, - [ - 0.9098983407020569, - 0.3453247845172882, - 0.08122564852237701, - 0.21503059566020966 - ] - ], - [ - 4.300000190734863, - [ - 0.9112593531608582, - 0.3436983525753021, - 0.07744643837213516, - 0.21326062083244324 - ] - ], - [ - 4.333333492279053, - [ - 0.9132207036018372, - 0.34131813049316406, - 0.07200471311807632, - 0.21058304607868195 - ] - ], - [ - 4.366666793823242, - [ - 0.9155333638191223, - 0.33845630288124084, - 0.06560198217630386, - 0.20722542703151703 - ] - ], - [ - 4.400000095367432, - [ - 0.9179579615592957, - 0.33540037274360657, - 0.0589340515434742, - 0.2034369260072708 - ] - ], - [ - 4.433333396911621, - [ - 0.9202694296836853, - 0.3324601948261261, - 0.0526873916387558, - 0.19949598610401154 - ] - ], - [ - 4.4666666984558105, - [ - 0.9222573637962341, - 0.32996901869773865, - 0.04753747954964638, - 0.1957094669342041 - ] - ], - [ - 4.5, - [ - 0.9237225651741028, - 0.3282800614833832, - 0.04414956644177437, - 0.19240479171276093 - ] - ], - [ - 4.5333333015441895, - [ - 0.9244689345359802, - 0.3277575373649597, - 0.043182674795389175, - 0.18991439044475555 - ] - ], - [ - 4.566666603088379, - [ - 0.9246617555618286, - 0.32824134826660156, - 0.04398631677031517, - 0.18794535100460052 - ] - ], - [ - 4.599999904632568, - [ - 0.9244868159294128, - 0.3296106457710266, - 0.0453270822763443, - 0.18608178198337555 - ] - ], - [ - 4.633333206176758, - [ - 0.9237708449363708, - 0.3322862684726715, - 0.04698764532804489, - 0.1844603419303894 - ] - ], - [ - 4.666666507720947, - [ - 0.9223337769508362, - 0.336683452129364, - 0.04875126853585243, - 0.18321633338928223 - ] - ], - [ - 4.699999809265137, - [ - 0.9199808239936829, - 0.3432094156742096, - 0.05040606111288071, - 0.18248771131038666 - ] - ], - [ - 4.733333110809326, - [ - 0.9162005186080933, - 0.3533105254173279, - 0.05145527422428131, - 0.18193578720092773 - ] - ], - [ - 4.766666889190674, - [ - 0.9109753370285034, - 0.36689385771751404, - 0.05169079825282097, - 0.18122053146362305 - ] - ], - [ - 4.800000190734863, - [ - 0.9048855900764465, - 0.3820648491382599, - 0.051344357430934906, - 0.18047849833965302 - ] - ], - [ - 4.833333492279053, - [ - 0.8986193537712097, - 0.39696675539016724, - 0.050653520971536636, - 0.17981961369514465 - ] - ], - [ - 4.866666793823242, - [ - 0.8929908275604248, - 0.40978965163230896, - 0.049860090017318726, - 0.17931486666202545 - ] - ], - [ - 4.900000095367432, - [ - 0.888916552066803, - 0.4187665283679962, - 0.049206968396902084, - 0.17899908125400543 - ] - ], - [ - 4.933333396911621, - [ - 0.8873522281646729, - 0.42214956879615784, - 0.048935867846012115, - 0.17888903617858887 - ] - ], - [ - 4.9666666984558105, - [ - 0.888550341129303, - 0.42018651962280273, - 0.048831481486558914, - 0.17758682370185852 - ] - ], - [ - 5.0, - [ - 0.8916783928871155, - 0.414993017911911, - 0.04858647659420967, - 0.17415447533130646 - ] - ], - [ - 5.0333333015441895, - [ - 0.8960242867469788, - 0.40760552883148193, - 0.048314642161130905, - 0.16930417716503143 - ] - ], - [ - 5.066666603088379, - [ - 0.9008951187133789, - 0.3990738093852997, - 0.04811035841703415, - 0.16374899446964264 - ] - ], - [ - 5.099999904632568, - [ - 0.9056460857391357, - 0.39047619700431824, - 0.04802054166793823, - 0.1582009196281433 - ] - ], - [ - 5.133333206176758, - [ - 0.9096922278404236, - 0.38292402029037476, - 0.04803551360964775, - 0.15336847305297852 - ] - ], - [ - 5.166666507720947, - [ - 0.9124983549118042, - 0.3775536119937897, - 0.04809851944446564, - 0.14995525777339935 - ] - ], - [ - 5.199999809265137, - [ - 0.9135507345199585, - 0.3755105137825012, - 0.048133764415979385, - 0.1486617773771286 - ] - ], - [ - 5.233333110809326, - [ - 0.9133504033088684, - 0.3756566345691681, - 0.04797893762588501, - 0.14956994354724884 - ] - ], - [ - 5.266666889190674, - [ - 0.9128026962280273, - 0.37605202198028564, - 0.047558702528476715, - 0.15203455090522766 - ] - ], - [ - 5.300000190734863, - [ - 0.9119840264320374, - 0.3766302466392517, - 0.046940553933382034, - 0.1556650847196579 - ] - ], - [ - 5.333333492279053, - [ - 0.9109715223312378, - 0.3773253858089447, - 0.04619179293513298, - 0.1600712388753891 - ] - ], - [ - 5.366666793823242, - [ - 0.9098469018936157, - 0.37807369232177734, - 0.04537780210375786, - 0.16486294567584991 - ] - ], - [ - 5.400000095367432, - [ - 0.908698558807373, - 0.3788141906261444, - 0.04456087946891785, - 0.16965056955814362 - ] - ], - [ - 5.433333396911621, - [ - 0.907622218132019, - 0.3794891834259033, - 0.04379982873797417, - 0.17404508590698242 - ] - ], - [ - 5.4666666984558105, - [ - 0.9067205190658569, - 0.3800441324710846, - 0.04315045103430748, - 0.1776580959558487 - ] - ], - [ - 5.5, - [ - 0.9061008095741272, - 0.38042643666267395, - 0.0426664724946022, - 0.1801016926765442 - ] - ], - [ - 5.5333333015441895, - [ - 0.9058706760406494, - 0.3805834650993347, - 0.04240133985877037, - 0.18098796904087067 - ] - ], - [ - 5.599999904632568, - [ - 0.9059407114982605, - 0.3804948925971985, - 0.0420890636742115, - 0.18089675903320313 - ] - ], - [ - 5.633333206176758, - [ - 0.9060253500938416, - 0.3803510069847107, - 0.04190707951784134, - 0.1808176338672638 - ] - ], - [ - 5.666666507720947, - [ - 0.906140148639679, - 0.3801463842391968, - 0.041709739714860916, - 0.1807180792093277 - ] - ], - [ - 5.699999809265137, - [ - 0.9062829613685608, - 0.37988531589508057, - 0.04149848222732544, - 0.18059957027435303 - ] - ], - [ - 5.733333110809326, - [ - 0.9064515829086304, - 0.37957197427749634, - 0.04127473011612892, - 0.1804635375738144 - ] - ], - [ - 5.766666889190674, - [ - 0.9066437482833862, - 0.37921056151390076, - 0.041039906442165375, - 0.18031147122383118 - ] - ], - [ - 5.800000190734863, - [ - 0.9068571925163269, - 0.3788054585456848, - 0.04079544171690941, - 0.180144801735878 - ] - ], - [ - 5.833333492279053, - [ - 0.90708988904953, - 0.3783607482910156, - 0.04054276645183563, - 0.1799650341272354 - ] - ], - [ - 5.866666793823242, - [ - 0.9073394536972046, - 0.3778807520866394, - 0.040283311158418655, - 0.17977361381053925 - ] - ], - [ - 5.900000095367432, - [ - 0.9076037406921387, - 0.3773697018623352, - 0.040018487721681595, - 0.17957201600074768 - ] - ], - [ - 5.933333396911621, - [ - 0.9078806638717651, - 0.37683188915252686, - 0.039749711751937866, - 0.1793617457151413 - ] - ], - [ - 5.9666666984558105, - [ - 0.9081677198410034, - 0.37627142667770386, - 0.03947839140892029, - 0.1791442632675171 - ] - ], - [ - 6.0, - [ - 0.908463180065155, - 0.37569278478622437, - 0.03920593485236168, - 0.17892110347747803 - ] - ], - [ - 6.0333333015441895, - [ - 0.9087643623352051, - 0.3751000165939331, - 0.03893372043967247, - 0.1786937266588211 - ] - ], - [ - 6.066666603088379, - [ - 0.9090695381164551, - 0.37449759244918823, - 0.03866314888000488, - 0.17846368253231049 - ] - ], - [ - 6.099999904632568, - [ - 0.9093763828277588, - 0.3738897740840912, - 0.03839559108018875, - 0.17823246121406555 - ] - ], - [ - 6.133333206176758, - [ - 0.9096828103065491, - 0.373280793428421, - 0.03813241049647331, - 0.17800162732601166 - ] - ], - [ - 6.166666507720947, - [ - 0.9099866151809692, - 0.3726750314235687, - 0.037874966859817505, - 0.17777268588542938 - ] - ], - [ - 6.199999809265137, - [ - 0.9102858304977417, - 0.37207677960395813, - 0.037624605000019073, - 0.1775471717119217 - ] - ], - [ - 6.233333110809326, - [ - 0.9105783104896545, - 0.3714904189109802, - 0.03738267347216606, - 0.17732667922973633 - ] - ], - [ - 6.266666889190674, - [ - 0.9108617901802063, - 0.3709201514720917, - 0.037150487303733826, - 0.17711268365383148 - ] - ], - [ - 6.300000190734863, - [ - 0.9111344218254089, - 0.370370477437973, - 0.03692938759922981, - 0.17690680921077728 - ] - ], - [ - 6.333333492279053, - [ - 0.9113940596580505, - 0.3698456883430481, - 0.036720678210258484, - 0.1767106056213379 - ] - ], - [ - 6.366666793823242, - [ - 0.9116386771202087, - 0.3693501651287079, - 0.036525674164295197, - 0.17652563750743866 - ] - ], - [ - 6.400000095367432, - [ - 0.9118661880493164, - 0.3688882291316986, - 0.036345675587654114, - 0.17635345458984375 - ] - ], - [ - 6.433333396911621, - [ - 0.9120745658874512, - 0.36846429109573364, - 0.0361819863319397, - 0.1761956661939621 - ] - ], - [ - 6.4666666984558105, - [ - 0.9122617840766907, - 0.3680827021598816, - 0.03603590279817581, - 0.17605382204055786 - ] - ], - [ - 6.5333333015441895, - [ - 0.9125646352767944, - 0.3674640953540802, - 0.035801731050014496, - 0.17582426965236664 - ] - ], - [ - 6.566666603088379, - [ - 0.9126761555671692, - 0.36723580956459045, - 0.035716235637664795, - 0.17573970556259155 - ] - ], - [ - 6.633333206176758, - [ - 0.9128093123435974, - 0.36696311831474304, - 0.03561496362090111, - 0.1756388545036316 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658354126_682036.json b/lenses/physics-objects/Scene/assets/1646688658354126_682036.json deleted file mode 100644 index 45baec9f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658354126_682036.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658354126:682036", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658355199_682049.json b/lenses/physics-objects/Scene/assets/1646688658355199_682049.json deleted file mode 100644 index 6c26ab4a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658355199_682049.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658355199:682049", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ], - [ - 3.366666555404663, - [ - 31.019872665405273, - 6.538859844207764, - 30.51712989807129 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658355402_682056.json b/lenses/physics-objects/Scene/assets/1646688658355402_682056.json deleted file mode 100644 index 32b7b0c4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658355402_682056.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658355402:682056", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.03333333507180214, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 0.06666667014360428, - [ - 0.9159976840019226, - 0.3575911223888397, - 0.040928762406110764, - 0.17720526456832886 - ] - ], - [ - 0.10000000149011612, - [ - 0.9185064435005188, - 0.3498275876045227, - 0.045415401458740234, - 0.17861708998680115 - ] - ], - [ - 0.13333334028720856, - [ - 0.9203315377235413, - 0.34392616152763367, - 0.048860661685466766, - 0.17977066338062286 - ] - ], - [ - 0.1666666716337204, - [ - 0.9214478135108948, - 0.3401734232902527, - 0.051063697785139084, - 0.18057812750339508 - ] - ], - [ - 0.20000000298023224, - [ - 0.9218173623085022, - 0.33885157108306885, - 0.05182180926203728, - 0.18096107244491577 - ] - ], - [ - 0.23333333432674408, - [ - 0.919849157333374, - 0.3447859287261963, - 0.048309337347745895, - 0.18073849380016327 - ] - ], - [ - 0.2666666805744171, - [ - 0.9146904945373535, - 0.35958537459373474, - 0.03955874219536781, - 0.18020747601985931 - ] - ], - [ - 0.30000001192092896, - [ - 0.9074109196662903, - 0.3786948323249817, - 0.02816534787416458, - 0.1800064891576767 - ] - ], - [ - 0.3333333432674408, - [ - 0.8994588255882263, - 0.3976304233074188, - 0.016749603673815727, - 0.180508553981781 - ] - ], - [ - 0.36666667461395264, - [ - 0.8928242325782776, - 0.41205012798309326, - 0.00792650692164898, - 0.18170508742332458 - ] - ], - [ - 0.4000000059604645, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 0.4333333373069763, - [ - 0.8930896520614624, - 0.4096311330795288, - 0.007893645204603672, - 0.18582506477832794 - ] - ], - [ - 0.46666666865348816, - [ - 0.9014421701431274, - 0.3886871635913849, - 0.01750084012746811, - 0.1897842437028885 - ] - ], - [ - 0.5, - [ - 0.9119425415992737, - 0.3596508502960205, - 0.030498184263706207, - 0.19514600932598114 - ] - ], - [ - 0.5333333611488342, - [ - 0.9220291972160339, - 0.32752564549446106, - 0.044375162571668625, - 0.20154443383216858 - ] - ], - [ - 0.5666666626930237, - [ - 0.9299944639205933, - 0.29765188694000244, - 0.056802719831466675, - 0.20805564522743225 - ] - ], - [ - 0.6000000238418579, - [ - 0.935021162033081, - 0.27560409903526306, - 0.06568402796983719, - 0.213221475481987 - ] - ], - [ - 0.6333333253860474, - [ - 0.936787486076355, - 0.26701605319976807, - 0.06907868385314941, - 0.21531322598457336 - ] - ], - [ - 0.6666666865348816, - [ - 0.9349901080131531, - 0.2755809426307678, - 0.06563056260347366, - 0.21340401470661163 - ] - ], - [ - 0.699999988079071, - [ - 0.9298899173736572, - 0.2975810468196869, - 0.056638479232788086, - 0.20866864919662476 - ] - ], - [ - 0.7333333492279053, - [ - 0.921837329864502, - 0.32741379737854004, - 0.04411423206329346, - 0.2026575654745102 - ] - ], - [ - 0.7666666507720947, - [ - 0.9116808772087097, - 0.3595242202281952, - 0.03020133636891842, - 0.19664232432842255 - ] - ], - [ - 0.800000011920929, - [ - 0.9011631011962891, - 0.38857707381248474, - 0.017240656539797783, - 0.19135232269763947 - ] - ], - [ - 0.8333333134651184, - [ - 0.8928856253623962, - 0.4095633029937744, - 0.007732387166470289, - 0.18695829808712006 - ] - ], - [ - 0.8666666746139526, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 0.8999999761581421, - [ - 0.8919548988342285, - 0.41500070691108704, - 0.007517814636230469, - 0.17926064133644104 - ] - ], - [ - 0.9333333373069763, - [ - 0.8962392210960388, - 0.40767887234687805, - 0.015257229097187519, - 0.17412757873535156 - ] - ], - [ - 0.9666666388511658, - [ - 0.9015533924102783, - 0.39759647846221924, - 0.025761449709534645, - 0.16868570446968079 - ] - ], - [ - 1.0, - [ - 0.9068583846092224, - 0.38658270239830017, - 0.03724018484354019, - 0.16363033652305603 - ] - ], - [ - 1.0333333015441895, - [ - 0.9113381505012512, - 0.3764658570289612, - 0.047827672213315964, - 0.15952661633491516 - ] - ], - [ - 1.0666667222976685, - [ - 0.9143909811973572, - 0.36906665563583374, - 0.0556018203496933, - 0.156803697347641 - ] - ], - [ - 1.100000023841858, - [ - 0.9155242443084717, - 0.3661975860595703, - 0.05862122029066086, - 0.15581472218036652 - ] - ], - [ - 1.1333333253860474, - [ - 0.9143403172492981, - 0.3690330684185028, - 0.055526427924633026, - 0.15720434486865997 - ] - ], - [ - 1.1666666269302368, - [ - 0.9111596345901489, - 0.3763599991798401, - 0.04758758842945099, - 0.16086305677890778 - ] - ], - [ - 1.2000000476837158, - [ - 0.9065118432044983, - 0.38640785217285156, - 0.03683430701494217, - 0.16603831946849823 - ] - ], - [ - 1.2333333492279053, - [ - 0.9010540843009949, - 0.39738473296165466, - 0.02525964006781578, - 0.1718984842300415 - ] - ], - [ - 1.2666666507720947, - [ - 0.8956820368766785, - 0.40747785568237305, - 0.01477239653468132, - 0.17747528851032257 - ] - ], - [ - 1.2999999523162842, - [ - 0.8915328979492188, - 0.4148651659488678, - 0.007189144846051931, - 0.18167078495025635 - ] - ], - [ - 1.3333333730697632, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 1.3666666746139526, - [ - 0.8908762335777283, - 0.41587650775909424, - 0.005670436192303896, - 0.18263177573680878 - ] - ], - [ - 1.399999976158142, - [ - 0.8935055136680603, - 0.4108926057815552, - 0.009483288042247295, - 0.18090176582336426 - ] - ], - [ - 1.4333332777023315, - [ - 0.8971741199493408, - 0.40364310145378113, - 0.01512238010764122, - 0.1786678582429886 - ] - ], - [ - 1.4666666984558105, - [ - 0.9013099074363708, - 0.39499303698539734, - 0.02199004590511322, - 0.1764579862356186 - ] - ], - [ - 1.5, - [ - 0.9053930640220642, - 0.38581225275993347, - 0.02946143038570881, - 0.17477013170719147 - ] - ], - [ - 1.5333333015441895, - [ - 0.9089750051498413, - 0.3769722282886505, - 0.03688431903719902, - 0.17405734956264496 - ] - ], - [ - 1.5666667222976685, - [ - 0.9116769433021545, - 0.3693463206291199, - 0.043585848063230515, - 0.17472487688064575 - ] - ], - [ - 1.600000023841858, - [ - 0.9138340950012207, - 0.361875057220459, - 0.050636932253837585, - 0.1771712452173233 - ] - ], - [ - 1.6333333253860474, - [ - 0.9158777594566345, - 0.35338905453681946, - 0.05894792452454567, - 0.18113316595554352 - ] - ], - [ - 1.6666666269302368, - [ - 0.9176507592201233, - 0.3446197509765625, - 0.06761649996042252, - 0.18596376478672028 - ] - ], - [ - 1.7000000476837158, - [ - 0.9190542697906494, - 0.3363393545150757, - 0.07577459514141083, - 0.19098040461540222 - ] - ], - [ - 1.7333333492279053, - [ - 0.9200482964515686, - 0.32936590909957886, - 0.08258997648954391, - 0.19546911120414734 - ] - ], - [ - 1.7666666507720947, - [ - 0.9206365346908569, - 0.3245503604412079, - 0.08726086467504501, - 0.19869829714298248 - ] - ], - [ - 1.7999999523162842, - [ - 0.9208335876464844, - 0.3227558732032776, - 0.08899560570716858, - 0.19993485510349274 - ] - ], - [ - 1.8333333730697632, - [ - 0.9205222129821777, - 0.3252701461315155, - 0.08608047664165497, - 0.1985662281513214 - ] - ], - [ - 1.8666666746139526, - [ - 0.9196441769599915, - 0.3317188024520874, - 0.07853593677282333, - 0.19506295025348663 - ] - ], - [ - 1.899999976158142, - [ - 0.9182695746421814, - 0.34045135974884033, - 0.06815746426582336, - 0.1903376430273056 - ] - ], - [ - 1.9333332777023315, - [ - 0.9165471196174622, - 0.34984973073005676, - 0.056772343814373016, - 0.18526579439640045 - ] - ], - [ - 1.9666666984558105, - [ - 0.9147673845291138, - 0.35836708545684814, - 0.04626002162694931, - 0.1806480586528778 - ] - ], - [ - 2.0, - [ - 0.9133599996566772, - 0.364533394575119, - 0.03855135664343834, - 0.17720811069011688 - ] - ], - [ - 2.0333333015441895, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 2.066666603088379, - [ - 0.914060652256012, - 0.3634316325187683, - 0.03820359706878662, - 0.17592918872833252 - ] - ], - [ - 2.0999999046325684, - [ - 0.9170326590538025, - 0.35433197021484375, - 0.04476625472307205, - 0.17747104167938232 - ] - ], - [ - 2.133333444595337, - [ - 0.92082279920578, - 0.3418015241622925, - 0.053658079355955124, - 0.1799386590719223 - ] - ], - [ - 2.1666667461395264, - [ - 0.9246149063110352, - 0.3280513286590576, - 0.0632602870464325, - 0.18294194340705872 - ] - ], - [ - 2.200000047683716, - [ - 0.9277896285057068, - 0.3153497576713562, - 0.07199540734291077, - 0.18595068156719208 - ] - ], - [ - 2.2333333492279053, - [ - 0.9299261569976807, - 0.3060155212879181, - 0.0783342495560646, - 0.18829651176929474 - ] - ], - [ - 2.2666666507720947, - [ - 0.9307124018669128, - 0.30238619446754456, - 0.08078037202358246, - 0.18923944234848022 - ] - ], - [ - 2.299999952316284, - [ - 0.9299891591072083, - 0.305481493473053, - 0.07835133373737335, - 0.18884462118148804 - ] - ], - [ - 2.3333332538604736, - [ - 0.9279675483703613, - 0.3137078285217285, - 0.07191502302885056, - 0.18786123394966125 - ] - ], - [ - 2.366666555404663, - [ - 0.9248281121253967, - 0.32546696066856384, - 0.06274682283401489, - 0.18662062287330627 - ] - ], - [ - 2.4000000953674316, - [ - 0.9207999110221863, - 0.3391597867012024, - 0.05213015899062157, - 0.18542014062404633 - ] - ], - [ - 2.433333396911621, - [ - 0.9162502884864807, - 0.3531970679759979, - 0.041363269090652466, - 0.18446224927902222 - ] - ], - [ - 2.4666666984558105, - [ - 0.911718487739563, - 0.36601701378822327, - 0.03175225481390953, - 0.18382857739925385 - ] - ], - [ - 2.5, - [ - 0.9078997373580933, - 0.37609004974365234, - 0.024606017395853996, - 0.18349097669124603 - ] - ], - [ - 2.5333333015441895, - [ - 0.9045625329017639, - 0.38442736864089966, - 0.019453441724181175, - 0.1833132803440094 - ] - ], - [ - 2.566666603088379, - [ - 0.9010939002037048, - 0.39273029565811157, - 0.014981449581682682, - 0.18321643769741058 - ] - ], - [ - 2.5999999046325684, - [ - 0.8977120518684387, - 0.4005352854728699, - 0.011231795884668827, - 0.18319018185138702 - ] - ], - [ - 2.633333444595337, - [ - 0.8946512341499329, - 0.40738657116889954, - 0.00824535358697176, - 0.18321406841278076 - ] - ], - [ - 2.6666667461395264, - [ - 0.8921583890914917, - 0.41283389925956726, - 0.0060628000646829605, - 0.18326173722743988 - ] - ], - [ - 2.700000047683716, - [ - 0.8904840350151062, - 0.4164310693740845, - 0.004723960999399424, - 0.1833057850599289 - ] - ], - [ - 2.7333333492279053, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 2.7666666507720947, - [ - 0.8912724852561951, - 0.41494277119636536, - 0.005977536551654339, - 0.18281236290931702 - ] - ], - [ - 2.799999952316284, - [ - 0.8948102593421936, - 0.40773770213127136, - 0.010399953462183475, - 0.1815389096736908 - ] - ], - [ - 2.8333332538604736, - [ - 0.8994877338409424, - 0.3978499472141266, - 0.016482582315802574, - 0.1799042522907257 - ] - ], - [ - 2.866666555404663, - [ - 0.9043729305267334, - 0.3870338797569275, - 0.023153789341449738, - 0.17826467752456665 - ] - ], - [ - 2.9000000953674316, - [ - 0.9086627960205078, - 0.3770705759525299, - 0.029314693063497543, - 0.1768907755613327 - ] - ], - [ - 2.933333396911621, - [ - 0.9116825461387634, - 0.3697645664215088, - 0.03384174406528473, - 0.17596599459648132 - ] - ], - [ - 2.9666666984558105, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ], - [ - 3.0, - [ - 0.9112933874130249, - 0.37072068452835083, - 0.03324886038899422, - 0.1760830581188202 - ] - ], - [ - 3.0333333015441895, - [ - 0.9073429107666016, - 0.3801858425140381, - 0.027386747300624847, - 0.1773063689470291 - ] - ], - [ - 3.066666603088379, - [ - 0.9019578099250793, - 0.39244741201400757, - 0.01981254853308201, - 0.17906597256660461 - ] - ], - [ - 3.0999999046325684, - [ - 0.896291196346283, - 0.40465378761291504, - 0.012295441702008247, - 0.18101508915424347 - ] - ], - [ - 3.133333444595337, - [ - 0.8917405605316162, - 0.41400206089019775, - 0.006554431281983852, - 0.1826421320438385 - ] - ], - [ - 3.1666667461395264, - [ - 0.8898739218711853, - 0.41773033142089844, - 0.004268779885023832, - 0.18332378566265106 - ] - ], - [ - 3.200000047683716, - [ - 0.8917406797409058, - 0.41400182247161865, - 0.006554572843015194, - 0.1826421022415161 - ] - ], - [ - 3.2333333492279053, - [ - 0.8962910771369934, - 0.40465375781059265, - 0.012295424938201904, - 0.18101508915424347 - ] - ], - [ - 3.2666666507720947, - [ - 0.9019579291343689, - 0.3924470841884613, - 0.019812755286693573, - 0.17906592786312103 - ] - ], - [ - 3.299999952316284, - [ - 0.9073429107666016, - 0.3801858723163605, - 0.027386732399463654, - 0.1773063689470291 - ] - ], - [ - 3.3333332538604736, - [ - 0.9100633859634399, - 0.37376925349235535, - 0.03142497316002846, - 0.1763339340686798 - ] - ], - [ - 3.366666555404663, - [ - 0.9128267168998718, - 0.3669274151325226, - 0.03560180962085724, - 0.17562566697597504 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658355597_682063.json b/lenses/physics-objects/Scene/assets/1646688658355597_682063.json deleted file mode 100644 index 96443b74..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658355597_682063.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658355597:682063", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658356581_682076.json b/lenses/physics-objects/Scene/assets/1646688658356581_682076.json deleted file mode 100644 index 79eaf7ac..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658356581_682076.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658356581:682076", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ], - [ - 6.633333206176758, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658356784_682083.json b/lenses/physics-objects/Scene/assets/1646688658356784_682083.json deleted file mode 100644 index 2b3ffac9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658356784_682083.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658356784:682083", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 0.03333333507180214, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 0.06666667014360428, - [ - -0.040350206196308136, - 0.07095343619585037, - -0.17571112513542175, - 0.981052041053772 - ] - ], - [ - 0.10000000149011612, - [ - -0.04026510939002037, - 0.0705440416932106, - -0.1766321063041687, - 0.9809196591377258 - ] - ], - [ - 0.13333334028720856, - [ - -0.04013031721115112, - 0.06988879293203354, - -0.1780344694852829, - 0.9807185530662537 - ] - ], - [ - 0.1666666716337204, - [ - -0.03995206952095032, - 0.06900975108146667, - -0.17980971932411194, - 0.9804641604423523 - ] - ], - [ - 0.20000000298023224, - [ - -0.03973645344376564, - 0.06792905926704407, - -0.18184949457645416, - 0.9801721572875977 - ] - ], - [ - 0.23333333432674408, - [ - -0.03948892652988434, - 0.06666909158229828, - -0.1840454488992691, - 0.9798587560653687 - ] - ], - [ - 0.2666666805744171, - [ - -0.03921402990818024, - 0.06525249034166336, - -0.18628928065299988, - 0.9795410633087158 - ] - ], - [ - 0.30000001192092896, - [ - -0.03891516104340553, - 0.06370224803686142, - -0.188472718000412, - 0.9792373180389404 - ] - ], - [ - 0.3333333432674408, - [ - -0.038594454526901245, - 0.062041692435741425, - -0.19048751890659332, - 0.9789667129516602 - ] - ], - [ - 0.36666667461395264, - [ - -0.03825278952717781, - 0.06029444560408592, - -0.1922253966331482, - 0.9787495732307434 - ] - ], - [ - 0.4000000059604645, - [ - -0.03788990154862404, - 0.058484382927417755, - -0.1935780793428421, - 0.9786069989204407 - ] - ], - [ - 0.4333333373069763, - [ - -0.036998096853494644, - 0.05572895705699921, - -0.19150815904140472, - 0.9792090058326721 - ] - ], - [ - 0.46666666865348816, - [ - -0.035258445888757706, - 0.05154532566666603, - -0.18417701125144958, - 0.9809072017669678 - ] - ], - [ - 0.5, - [ - -0.03297038376331329, - 0.046552885323762894, - -0.1732693612575531, - 0.9832209944725037 - ] - ], - [ - 0.5333333611488342, - [ - -0.03045564889907837, - 0.04136640578508377, - -0.16047757863998413, - 0.9857019186019897 - ] - ], - [ - 0.5666666626930237, - [ - -0.028054097667336464, - 0.03659640625119209, - -0.14751151204109192, - 0.987984836101532 - ] - ], - [ - 0.6000000238418579, - [ - -0.026116209104657173, - 0.03284987434744835, - -0.13609915971755981, - 0.989806056022644 - ] - ], - [ - 0.6333333253860474, - [ - -0.024992987513542175, - 0.03073274902999401, - -0.12798140943050385, - 0.9909852743148804 - ] - ], - [ - 0.6666666865348816, - [ - -0.0250239335000515, - 0.030854888260364532, - -0.12490226328372955, - 0.9913734197616577 - ] - ], - [ - 0.699999988079071, - [ - -0.026970764622092247, - 0.034804802387952805, - -0.13036417961120605, - 0.9904879331588745 - ] - ], - [ - 0.7333333492279053, - [ - -0.030877072364091873, - 0.04283827915787697, - -0.14475207030773163, - 0.9880578517913818 - ] - ], - [ - 0.7666666507720947, - [ - -0.03596283867955208, - 0.05357981473207474, - -0.16507311165332794, - 0.9841680526733398 - ] - ], - [ - 0.800000011920929, - [ - -0.04145491495728493, - 0.06567726284265518, - -0.18817771971225739, - 0.9790593385696411 - ] - ], - [ - 0.8333333134651184, - [ - -0.04666714742779732, - 0.07774078100919724, - -0.21096289157867432, - 0.9732797145843506 - ] - ], - [ - 0.8666666746139526, - [ - -0.0510193333029747, - 0.08835373818874359, - -0.23039963841438293, - 0.967732846736908 - ] - ], - [ - 0.8999999761581421, - [ - -0.05402667820453644, - 0.09608952701091766, - -0.2435338795185089, - 0.9636073708534241 - ] - ], - [ - 0.9333333373069763, - [ - -0.0552545040845871, - 0.09952296316623688, - -0.24744775891304016, - 0.962191104888916 - ] - ], - [ - 0.9666666388511658, - [ - -0.05527365207672119, - 0.09984821081161499, - -0.24417561292648315, - 0.9629918932914734 - ] - ], - [ - 1.0, - [ - -0.05501355603337288, - 0.0993422344326973, - -0.23815108835697174, - 0.964566707611084 - ] - ], - [ - 1.0333333015441895, - [ - -0.05456683412194252, - 0.09820576012134552, - -0.23003444075584412, - 0.966675877571106 - ] - ], - [ - 1.0666667222976685, - [ - -0.0540226511657238, - 0.09664078801870346, - -0.22048814594745636, - 0.969085693359375 - ] - ], - [ - 1.100000023841858, - [ - -0.05346636474132538, - 0.094852015376091, - -0.21018007397651672, - 0.9715805649757385 - ] - ], - [ - 1.1333333253860474, - [ - -0.05297938361763954, - 0.09304801374673843, - -0.19978469610214233, - 0.973971962928772 - ] - ], - [ - 1.1666666269302368, - [ - -0.05263892933726311, - 0.091441810131073, - -0.1899830847978592, - 0.9761013984680176 - ] - ], - [ - 1.2000000476837158, - [ - -0.0525178462266922, - 0.09025102853775024, - -0.1814614236354828, - 0.9778386354446411 - ] - ], - [ - 1.2333333492279053, - [ - -0.0526844784617424, - 0.08969759196043015, - -0.17490895092487335, - 0.9790738224983215 - ] - ], - [ - 1.2666666507720947, - [ - -0.053202610462903976, - 0.09000706672668457, - -0.17101483047008514, - 0.9797051548957825 - ] - ], - [ - 1.2999999523162842, - [ - -0.05441759526729584, - 0.0912974551320076, - -0.17114196717739105, - 0.9794967770576477 - ] - ], - [ - 1.3333333730697632, - [ - -0.05636024475097656, - 0.09328857809305191, - -0.17498736083507538, - 0.9785193800926208 - ] - ], - [ - 1.3666666746139526, - [ - -0.05862951651215553, - 0.09560512006282806, - -0.18073973059654236, - 0.9771158695220947 - ] - ], - [ - 1.399999976158142, - [ - -0.06082930788397789, - 0.09786053746938705, - -0.18659862875938416, - 0.975655734539032 - ] - ], - [ - 1.4333332777023315, - [ - -0.06256268173456192, - 0.09965625405311584, - -0.19077950716018677, - 0.974555253982544 - ] - ], - [ - 1.4666666984558105, - [ - -0.06343341618776321, - 0.10058523714542389, - -0.19150860607624054, - 0.9742603898048401 - ] - ], - [ - 1.5, - [ - -0.06309676915407181, - 0.10030178725719452, - -0.18740428984165192, - 0.9751092195510864 - ] - ], - [ - 1.5333333015441895, - [ - -0.06175471469759941, - 0.09900276362895966, - -0.1794605553150177, - 0.976820707321167 - ] - ], - [ - 1.5666667222976685, - [ - -0.059828486293554306, - 0.09709684550762177, - -0.16946762800216675, - 0.9789145588874817 - ] - ], - [ - 1.600000023841858, - [ - -0.05772408843040466, - 0.09498985856771469, - -0.159229576587677, - 0.9809642434120178 - ] - ], - [ - 1.6333333253860474, - [ - -0.0558304525911808, - 0.09307929128408432, - -0.15057037770748138, - 0.9826229214668274 - ] - ], - [ - 1.6666666269302368, - [ - -0.053926385939121246, - 0.09117269515991211, - -0.14240778982639313, - 0.984123706817627 - ] - ], - [ - 1.7000000476837158, - [ - -0.05180538818240166, - 0.08906209468841553, - -0.13398396968841553, - 0.9856127500534058 - ] - ], - [ - 1.7333333492279053, - [ - -0.0496843084692955, - 0.0870155617594719, - -0.12768977880477905, - 0.9867396354675293 - ] - ], - [ - 1.7666666507720947, - [ - -0.0478161983191967, - 0.08531897515058517, - -0.1258772909641266, - 0.9872129559516907 - ] - ], - [ - 1.7999999523162842, - [ - -0.04634498804807663, - 0.08391498774290085, - -0.12871502339839935, - 0.9870374202728271 - ] - ], - [ - 1.8333333730697632, - [ - -0.045098528265953064, - 0.08246533572673798, - -0.13426759839057922, - 0.9864774942398071 - ] - ], - [ - 1.8666666746139526, - [ - -0.04406037554144859, - 0.08092974126338959, - -0.1416565328836441, - 0.9856179356575012 - ] - ], - [ - 1.899999976158142, - [ - -0.04320390522480011, - 0.07927537709474564, - -0.1500018835067749, - 0.9845548868179321 - ] - ], - [ - 1.9333332777023315, - [ - -0.0424843430519104, - 0.07747794687747955, - -0.1584240347146988, - 0.9834095239639282 - ] - ], - [ - 1.9666666984558105, - [ - -0.04183501377701759, - 0.07552114129066467, - -0.1660449504852295, - 0.9823317527770996 - ] - ], - [ - 2.0, - [ - -0.04116810858249664, - 0.07339528203010559, - -0.1719885617494583, - 0.9814980626106262 - ] - ], - [ - 2.0333333015441895, - [ - -0.040379732847213745, - 0.07109485566616058, - -0.17538000643253326, - 0.9810998439788818 - ] - ], - [ - 2.066666603088379, - [ - -0.03974407538771629, - 0.06874459981918335, - -0.1770879328250885, - 0.980986475944519 - ] - ], - [ - 2.0999999046325684, - [ - -0.03947599604725838, - 0.06655824929475784, - -0.1784926801919937, - 0.9808934926986694 - ] - ], - [ - 2.133333444595337, - [ - -0.03937453776597977, - 0.06466425955295563, - -0.17948447167873383, - 0.9808432459831238 - ] - ], - [ - 2.1666667461395264, - [ - -0.03923770412802696, - 0.0631900504231453, - -0.1799519807100296, - 0.9808591604232788 - ] - ], - [ - 2.200000047683716, - [ - -0.03886374458670616, - 0.06226267293095589, - -0.17978313565254211, - 0.9809644222259521 - ] - ], - [ - 2.2333333492279053, - [ - -0.038181010633707047, - 0.06135132908821106, - -0.17728106677532196, - 0.9815037846565247 - ] - ], - [ - 2.2666666507720947, - [ - -0.03730578348040581, - 0.06000595912337303, - -0.17132842540740967, - 0.9826770424842834 - ] - ], - [ - 2.299999952316284, - [ - -0.03630925714969635, - 0.058430615812540054, - -0.16277576982975006, - 0.9842620491981506 - ] - ], - [ - 2.3333332538604736, - [ - -0.03532170131802559, - 0.05681845173239708, - -0.15255260467529297, - 0.9860283732414246 - ] - ], - [ - 2.366666555404663, - [ - -0.03446958214044571, - 0.05536365881562233, - -0.14159487187862396, - 0.9877740740776062 - ] - ], - [ - 2.4000000953674316, - [ - -0.03387026861310005, - 0.054263997822999954, - -0.13084542751312256, - 0.9893370270729065 - ] - ], - [ - 2.433333396911621, - [ - -0.03362860158085823, - 0.053722742944955826, - -0.12125339359045029, - 0.9905961751937866 - ] - ], - [ - 2.4666666984558105, - [ - -0.033835284411907196, - 0.05394982174038887, - -0.11377047747373581, - 0.9914640188217163 - ] - ], - [ - 2.5, - [ - -0.034567177295684814, - 0.055162373930215836, - -0.10934843122959137, - 0.9918695092201233 - ] - ], - [ - 2.5333333015441895, - [ - -0.035350602120161057, - 0.05752357095479965, - -0.11074939370155334, - 0.9915522933006287 - ] - ], - [ - 2.566666603088379, - [ - -0.035743169486522675, - 0.06080479547381401, - -0.11872585862874985, - 0.9904187917709351 - ] - ], - [ - 2.5999999046325684, - [ - -0.035926226526498795, - 0.06453856080770493, - -0.1306314617395401, - 0.9886756539344788 - ] - ], - [ - 2.633333444595337, - [ - -0.03610663861036301, - 0.068224236369133, - -0.14343687891960144, - 0.9866446256637573 - ] - ], - [ - 2.6666667461395264, - [ - -0.03644900023937225, - 0.07143835723400116, - -0.154310941696167, - 0.9847620129585266 - ] - ], - [ - 2.700000047683716, - [ - -0.037048984318971634, - 0.07388219982385635, - -0.16106891632080078, - 0.9834762811660767 - ] - ], - [ - 2.7333333492279053, - [ - -0.037946831434965134, - 0.07536552101373672, - -0.16232912242412567, - 0.9831223487854004 - ] - ], - [ - 2.7666666507720947, - [ - -0.03954186663031578, - 0.07664318382740021, - -0.1604161560535431, - 0.9832746982574463 - ] - ], - [ - 2.799999952316284, - [ - -0.04268454760313034, - 0.07883128523826599, - -0.15793049335479736, - 0.983372688293457 - ] - ], - [ - 2.8333332538604736, - [ - -0.04841143637895584, - 0.08249342441558838, - -0.1540745496749878, - 0.9834186434745789 - ] - ], - [ - 2.866666555404663, - [ - -0.05578618869185448, - 0.08672568947076797, - -0.14835913479328156, - 0.9835426211357117 - ] - ], - [ - 2.9000000953674316, - [ - -0.05812625586986542, - 0.08731997758150101, - -0.14419424533843994, - 0.9839739799499512 - ] - ], - [ - 2.933333396911621, - [ - -0.05695507302880287, - 0.08539417386054993, - -0.14076051115989685, - 0.984708309173584 - ] - ], - [ - 2.9666666984558105, - [ - -0.05496998503804207, - 0.08261136710643768, - -0.1363227814435959, - 0.985682487487793 - ] - ], - [ - 3.0, - [ - -0.05250883847475052, - 0.07946226000785828, - -0.13174957036972046, - 0.9866968393325806 - ] - ], - [ - 3.0333333015441895, - [ - -0.04991915822029114, - 0.07642862200737, - -0.12791708111763, - 0.9875748157501221 - ] - ], - [ - 3.066666603088379, - [ - -0.04755999520421028, - 0.07398054003715515, - -0.12571008503437042, - 0.9881608486175537 - ] - ], - [ - 3.0999999046325684, - [ - -0.04580008238554001, - 0.07257770001888275, - -0.1260196715593338, - 0.9883086085319519 - ] - ], - [ - 3.133333444595337, - [ - -0.04470197483897209, - 0.07220551371574402, - -0.12907648086547852, - 0.9879915714263916 - ] - ], - [ - 3.1666667461395264, - [ - -0.04404646158218384, - 0.07245965301990509, - -0.13405399024486542, - 0.9873393774032593 - ] - ], - [ - 3.200000047683716, - [ - -0.04377977177500725, - 0.07321511209011078, - -0.14025753736495972, - 0.9864333271980286 - ] - ], - [ - 3.2333333492279053, - [ - -0.043841633945703506, - 0.07435254752635956, - -0.1469920426607132, - 0.9853643774986267 - ] - ], - [ - 3.2666666507720947, - [ - -0.04416535422205925, - 0.07575718313455582, - -0.1535637378692627, - 0.9842400550842285 - ] - ], - [ - 3.299999952316284, - [ - -0.04467930272221565, - 0.0773172378540039, - -0.15928132832050323, - 0.9831863045692444 - ] - ], - [ - 3.3333332538604736, - [ - -0.0453098863363266, - 0.078921839594841, - -0.16345633566379547, - 0.9823443293571472 - ] - ], - [ - 3.366666555404663, - [ - -0.04603695124387741, - 0.08069051802158356, - -0.16696889698505402, - 0.9815759062767029 - ] - ], - [ - 3.4000000953674316, - [ - -0.04685288295149803, - 0.08276888728141785, - -0.17097704112529755, - 0.9806737303733826 - ] - ], - [ - 3.433333396911621, - [ - -0.047704096883535385, - 0.08508419990539551, - -0.17521142959594727, - 0.9796866774559021 - ] - ], - [ - 3.4666666984558105, - [ - -0.04853751137852669, - 0.08756336569786072, - -0.17940406501293182, - 0.9786679744720459 - ] - ], - [ - 3.5, - [ - -0.049301035702228546, - 0.09013302624225616, - -0.18328823149204254, - 0.977676272392273 - ] - ], - [ - 3.5333333015441895, - [ - -0.04994408041238785, - 0.09271955490112305, - -0.18659846484661102, - 0.9767751693725586 - ] - ], - [ - 3.566666603088379, - [ - -0.050418198108673096, - 0.0952492281794548, - -0.18907028436660767, - 0.9760317802429199 - ] - ], - [ - 3.5999999046325684, - [ - -0.050827477127313614, - 0.09926025569438934, - -0.19055308401584625, - 0.9753222465515137 - ] - ], - [ - 3.633333444595337, - [ - -0.05120524764060974, - 0.10503723472356796, - -0.19104452431201935, - 0.974601149559021 - ] - ], - [ - 3.6666667461395264, - [ - -0.051421284675598145, - 0.1106225922703743, - -0.1904912292957306, - 0.974079966545105 - ] - ], - [ - 3.700000047683716, - [ - -0.05136355757713318, - 0.11405494064092636, - -0.18881727755069733, - 0.9740129709243774 - ] - ], - [ - 3.7333333492279053, - [ - -0.05090871825814247, - 0.11337161064147949, - -0.18593180179595947, - 0.9746716022491455 - ] - ], - [ - 3.7666666507720947, - [ - -0.05110931396484375, - 0.10813161730766296, - -0.17974774539470673, - 0.9764150381088257 - ] - ], - [ - 3.799999952316284, - [ - -0.05277101323008537, - 0.10011148452758789, - -0.16976787149906158, - 0.9789647459983826 - ] - ], - [ - 3.8333332538604736, - [ - -0.05539165809750557, - 0.09068775922060013, - -0.1582886427640915, - 0.9816579818725586 - ] - ], - [ - 3.866666555404663, - [ - -0.05853836238384247, - 0.08129395544528961, - -0.14759768545627594, - 0.9839611053466797 - ] - ], - [ - 3.9000000953674316, - [ - -0.06186347082257271, - 0.07343974709510803, - -0.1399621218442917, - 0.9854897856712341 - ] - ], - [ - 3.933333396911621, - [ - -0.06508571654558182, - 0.06869649142026901, - -0.13762299716472626, - 0.9859536290168762 - ] - ], - [ - 3.9666666984558105, - [ - -0.06878301501274109, - 0.06694037467241287, - -0.14016053080558777, - 0.9854658246040344 - ] - ], - [ - 4.0, - [ - -0.07346992939710617, - 0.06680204719305038, - -0.1450432538986206, - 0.9844299554824829 - ] - ], - [ - 4.0333333015441895, - [ - -0.07881037890911102, - 0.06794494390487671, - -0.15152212977409363, - 0.9829615950584412 - ] - ], - [ - 4.066666603088379, - [ - -0.08445334434509277, - 0.07000190019607544, - -0.15891925990581512, - 0.9811789989471436 - ] - ], - [ - 4.099999904632568, - [ - -0.09000741690397263, - 0.07263213396072388, - -0.16641277074813843, - 0.9792497158050537 - ] - ], - [ - 4.133333206176758, - [ - -0.0950840637087822, - 0.0754723772406578, - -0.17320182919502258, - 0.9773761034011841 - ] - ], - [ - 4.166666507720947, - [ - -0.09930191934108734, - 0.07813964039087296, - -0.17850500345230103, - 0.9757916331291199 - ] - ], - [ - 4.199999809265137, - [ - -0.10228930413722992, - 0.08023834228515625, - -0.18155421316623688, - 0.9747496247291565 - ] - ], - [ - 4.233333110809326, - [ - -0.10368378460407257, - 0.08137119561433792, - -0.18158377707004547, - 0.9745029211044312 - ] - ], - [ - 4.266666889190674, - [ - -0.10290204733610153, - 0.08070293068885803, - -0.17959970235824585, - 0.9750089049339294 - ] - ], - [ - 4.300000190734863, - [ - -0.0999525710940361, - 0.07808108627796173, - -0.17718183994293213, - 0.9759710431098938 - ] - ], - [ - 4.333333492279053, - [ - -0.09535931050777435, - 0.07414241880178452, - -0.17440961301326752, - 0.9772363305091858 - ] - ], - [ - 4.366666793823242, - [ - -0.08965209871530533, - 0.06952032446861267, - -0.17136400938034058, - 0.9786540865898132 - ] - ], - [ - 4.400000095367432, - [ - -0.08337825536727905, - 0.06483770906925201, - -0.1681397557258606, - 0.9800883531570435 - ] - ], - [ - 4.433333396911621, - [ - -0.07710811495780945, - 0.060702648013830185, - -0.164852574467659, - 0.9814241528511047 - ] - ], - [ - 4.4666666984558105, - [ - -0.0714338943362236, - 0.0577070526778698, - -0.16164128482341766, - 0.9825676679611206 - ] - ], - [ - 4.5, - [ - -0.0669630616903305, - 0.056428950279951096, - -0.15866544842720032, - 0.9834414124488831 - ] - ], - [ - 4.5333333015441895, - [ - -0.06430667638778687, - 0.057438623160123825, - -0.1560981720685959, - 0.9839709401130676 - ] - ], - [ - 4.566666603088379, - [ - -0.06293812394142151, - 0.06096290796995163, - -0.15349715948104858, - 0.9842565655708313 - ] - ], - [ - 4.599999904632568, - [ - -0.061997219920158386, - 0.06613316386938095, - -0.15082086622714996, - 0.9843961596488953 - ] - ], - [ - 4.633333206176758, - [ - -0.06156955659389496, - 0.0718725174665451, - -0.14883574843406677, - 0.9843228459358215 - ] - ], - [ - 4.666666507720947, - [ - -0.061720382422208786, - 0.07709995657205582, - -0.14828744530677795, - 0.9840005040168762 - ] - ], - [ - 4.699999809265137, - [ - -0.06251118332147598, - 0.08073347806930542, - -0.14990234375, - 0.983414351940155 - ] - ], - [ - 4.733333110809326, - [ - -0.06359126418828964, - 0.08343113213777542, - -0.15621811151504517, - 0.982136070728302 - ] - ], - [ - 4.766666889190674, - [ - -0.06457162648439407, - 0.08639597147703171, - -0.16774998605251312, - 0.9799113273620605 - ] - ], - [ - 4.800000190734863, - [ - -0.06547939032316208, - 0.08936194330453873, - -0.18218398094177246, - 0.9770035147666931 - ] - ], - [ - 4.833333492279053, - [ - -0.06632114946842194, - 0.09207920730113983, - -0.19721940159797668, - 0.9737697243690491 - ] - ], - [ - 4.866666793823242, - [ - -0.06705981492996216, - 0.09432646632194519, - -0.2105768322944641, - 0.9707022905349731 - ] - ], - [ - 4.900000095367432, - [ - -0.06761409342288971, - 0.09590987116098404, - -0.22000086307525635, - 0.9684159755706787 - ] - ], - [ - 4.933333396911621, - [ - -0.06788042932748795, - 0.09664840996265411, - -0.22324977815151215, - 0.9675799012184143 - ] - ], - [ - 4.9666666984558105, - [ - -0.06644909083843231, - 0.09688331186771393, - -0.2207890897989273, - 0.9682201743125916 - ] - ], - [ - 5.0, - [ - -0.06252381205558777, - 0.09708775579929352, - -0.21530994772911072, - 0.9696939587593079 - ] - ], - [ - 5.0333333015441895, - [ - -0.0567692369222641, - 0.09717730432748795, - -0.20795466005802155, - 0.971642255783081 - ] - ], - [ - 5.066666603088379, - [ - -0.049873512238264084, - 0.09708899259567261, - -0.1998189091682434, - 0.973734438419342 - ] - ], - [ - 5.099999904632568, - [ - -0.04268322139978409, - 0.09684508293867111, - -0.1919419765472412, - 0.9756830930709839 - ] - ], - [ - 5.133333206176758, - [ - -0.0360250361263752, - 0.09642117470502853, - -0.18539994955062866, - 0.9772573709487915 - ] - ], - [ - 5.166666507720947, - [ - -0.030713031068444252, - 0.09575160592794418, - -0.18130216002464294, - 0.9782729148864746 - ] - ], - [ - 5.199999809265137, - [ - -0.02756500616669655, - 0.09474930167198181, - -0.18077804148197174, - 0.9785612225532532 - ] - ], - [ - 5.233333110809326, - [ - -0.026535391807556152, - 0.09303964674472809, - -0.18267525732517242, - 0.9784013628959656 - ] - ], - [ - 5.266666889190674, - [ - -0.02683604136109352, - 0.09046860784292221, - -0.18499693274497986, - 0.9781980514526367 - ] - ], - [ - 5.300000190734863, - [ - -0.028187304735183716, - 0.08728392422199249, - -0.18760450184345245, - 0.9779528379440308 - ] - ], - [ - 5.333333492279053, - [ - -0.030306104570627213, - 0.08373192697763443, - -0.19035564363002777, - 0.977668285369873 - ] - ], - [ - 5.366666793823242, - [ - -0.032904405146837234, - 0.08005617558956146, - -0.19310490787029266, - 0.9773529767990112 - ] - ], - [ - 5.400000095367432, - [ - -0.03568854182958603, - 0.07649629563093185, - -0.1957044154405594, - 0.9770232439041138 - ] - ], - [ - 5.433333396911621, - [ - -0.03835955634713173, - 0.07328762114048004, - -0.1980045586824417, - 0.976704478263855 - ] - ], - [ - 5.4666666984558105, - [ - -0.04061424732208252, - 0.07066170871257782, - -0.1998549848794937, - 0.9764299392700195 - ] - ], - [ - 5.5, - [ - -0.04214697331190109, - 0.06884760409593582, - -0.20110511779785156, - 0.9762378931045532 - ] - ], - [ - 5.5333333015441895, - [ - -0.04265245422720909, - 0.0680740475654602, - -0.20160478353500366, - 0.9761670827865601 - ] - ], - [ - 5.566666603088379, - [ - -0.042673397809267044, - 0.06804066151380539, - -0.20137907564640045, - 0.976215124130249 - ] - ], - [ - 5.599999904632568, - [ - -0.04293496161699295, - 0.06827196478843689, - -0.20059442520141602, - 0.9763489961624146 - ] - ], - [ - 5.633333206176758, - [ - -0.04340827092528343, - 0.06873501092195511, - -0.19931291043758392, - 0.9765580296516418 - ] - ], - [ - 5.666666507720947, - [ - -0.0440649688243866, - 0.06939641386270523, - -0.1975964903831482, - 0.9768307209014893 - ] - ], - [ - 5.699999809265137, - [ - -0.04487689211964607, - 0.0702226385474205, - -0.19550704956054688, - 0.9771550893783569 - ] - ], - [ - 5.733333110809326, - [ - -0.045815806835889816, - 0.07118015736341476, - -0.19310659170150757, - 0.9775193929672241 - ] - ], - [ - 5.766666889190674, - [ - -0.046853262931108475, - 0.07223581522703171, - -0.19045713543891907, - 0.9779124855995178 - ] - ], - [ - 5.800000190734863, - [ - -0.04796028509736061, - 0.0733567625284195, - -0.1876210719347, - 0.9783235192298889 - ] - ], - [ - 5.833333492279053, - [ - -0.04910729452967644, - 0.07451079785823822, - -0.18466073274612427, - 0.9787425994873047 - ] - ], - [ - 5.866666793823242, - [ - -0.05026410147547722, - 0.07566629350185394, - -0.18163876235485077, - 0.9791606068611145 - ] - ], - [ - 5.900000095367432, - [ - -0.051399655640125275, - 0.07679237425327301, - -0.17861805856227875, - 0.9795696139335632 - ] - ], - [ - 5.933333396911621, - [ - -0.05248227342963219, - 0.07785885035991669, - -0.17566154897212982, - 0.9799625873565674 - ] - ], - [ - 5.9666666984558105, - [ - -0.05347944796085358, - 0.07883617281913757, - -0.1728324443101883, - 0.9803335070610046 - ] - ], - [ - 6.0, - [ - -0.054358042776584625, - 0.0796954333782196, - -0.17019397020339966, - 0.9806772470474243 - ] - ], - [ - 6.0333333015441895, - [ - -0.05508437007665634, - 0.08040822297334671, - -0.16780947148799896, - 0.980989396572113 - ] - ], - [ - 6.066666603088379, - [ - -0.05562431365251541, - 0.08094646036624908, - -0.16574221849441528, - 0.9812660813331604 - ] - ], - [ - 6.099999904632568, - [ - -0.055943526327610016, - 0.08128223568201065, - -0.1640554815530777, - 0.9815036058425903 - ] - ], - [ - 6.133333206176758, - [ - -0.05600763112306595, - 0.08138752728700638, - -0.16281241178512573, - 0.981698215007782 - ] - ], - [ - 6.166666507720947, - [ - -0.05578247830271721, - 0.08123400062322617, - -0.1620759814977646, - 0.9818456768989563 - ] - ], - [ - 6.199999809265137, - [ - -0.0552317351102829, - 0.08084017038345337, - -0.16187253594398499, - 0.9819427728652954 - ] - ], - [ - 6.233333110809326, - [ - -0.054377902299165726, - 0.08026567101478577, - -0.16213735938072205, - 0.9819938540458679 - ] - ], - [ - 6.266666889190674, - [ - -0.053275641053915024, - 0.07954280823469162, - -0.16279640793800354, - 0.9820041656494141 - ] - ], - [ - 6.300000190734863, - [ - -0.051979999989271164, - 0.07870364934206009, - -0.16377559304237366, - 0.9819782972335815 - ] - ], - [ - 6.333333492279053, - [ - -0.050546105951070786, - 0.07778026908636093, - -0.16500109434127808, - 0.9819215536117554 - ] - ], - [ - 6.366666793823242, - [ - -0.04902894049882889, - 0.07680507004261017, - -0.16639931499958038, - 0.9818392992019653 - ] - ], - [ - 6.400000095367432, - [ - -0.04748339205980301, - 0.0758109986782074, - -0.16789695620536804, - 0.9817376732826233 - ] - ], - [ - 6.433333396911621, - [ - -0.045963920652866364, - 0.07483158260583878, - -0.16942116618156433, - 0.9816231727600098 - ] - ], - [ - 6.4666666984558105, - [ - -0.04452478885650635, - 0.07390109449625015, - -0.1708993762731552, - 0.9815037250518799 - ] - ], - [ - 6.5, - [ - -0.04321982339024544, - 0.07305441051721573, - -0.17225949466228485, - 0.9813876748085022 - ] - ], - [ - 6.5333333015441895, - [ - -0.042102567851543427, - 0.07232697308063507, - -0.1734296679496765, - 0.9812840223312378 - ] - ], - [ - 6.566666603088379, - [ - -0.041226353496313095, - 0.07175461202859879, - -0.1743382215499878, - 0.981202244758606 - ] - ], - [ - 6.599999904632568, - [ - -0.040644410997629166, - 0.07137326896190643, - -0.17491357028484344, - 0.9811519384384155 - ] - ], - [ - 6.633333206176758, - [ - -0.04041007533669472, - 0.07121867686510086, - -0.17508399486541748, - 0.9811424612998962 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658356986_682090.json b/lenses/physics-objects/Scene/assets/1646688658356986_682090.json deleted file mode 100644 index 0890b101..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658356986_682090.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658356986:682090", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658358067_682103.json b/lenses/physics-objects/Scene/assets/1646688658358067_682103.json deleted file mode 100644 index 6f3def5f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658358067_682103.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658358067:682103", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ], - [ - 3.366666555404663, - [ - 8.450547218322754, - 2.7908152333111502e-05, - -2.230602149211336e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658358268_682110.json b/lenses/physics-objects/Scene/assets/1646688658358268_682110.json deleted file mode 100644 index ab9278cb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658358268_682110.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658358268:682110", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ], - [ - 0.03333333507180214, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ], - [ - 0.06666667014360428, - [ - -0.04254462197422981, - 0.06440746784210205, - -0.1935909390449524, - 0.9780409932136536 - ] - ], - [ - 0.10000000149011612, - [ - -0.04478800669312477, - 0.06593508273363113, - -0.1880931556224823, - 0.9789115190505981 - ] - ], - [ - 0.13333334028720856, - [ - -0.04669494181871414, - 0.06689713895320892, - -0.18449382483959198, - 0.9794418811798096 - ] - ], - [ - 0.1666666716337204, - [ - -0.048181500285863876, - 0.06712210178375244, - -0.1830185502767563, - 0.979631245136261 - ] - ], - [ - 0.20000000298023224, - [ - -0.04917546734213829, - 0.0664329007267952, - -0.1838921308517456, - 0.9794652462005615 - ] - ], - [ - 0.23333333432674408, - [ - -0.04874197766184807, - 0.06322020292282104, - -0.19248303771018982, - 0.9780479073524475 - ] - ], - [ - 0.2666666805744171, - [ - -0.0468410849571228, - 0.056931860744953156, - -0.21060562133789063, - 0.9747871160507202 - ] - ], - [ - 0.30000001192092896, - [ - -0.04469083249568939, - 0.048994358628988266, - -0.2331378161907196, - 0.9701799154281616 - ] - ], - [ - 0.3333333432674408, - [ - -0.04317203164100647, - 0.04099372401833534, - -0.2549811899662018, - 0.9651115536689758 - ] - ], - [ - 0.36666667461395264, - [ - -0.04278276115655899, - 0.034643545746803284, - -0.2713111639022827, - 0.9609161019325256 - ] - ], - [ - 0.4000000059604645, - [ - -0.043741632252931595, - 0.031729064881801605, - -0.27743983268737793, - 0.959222137928009 - ] - ], - [ - 0.4333333373069763, - [ - -0.046544399112463, - 0.03337733447551727, - -0.26777273416519165, - 0.9617782235145569 - ] - ], - [ - 0.46666666865348816, - [ - -0.051402196288108826, - 0.038331106305122375, - -0.24358491599559784, - 0.9677577018737793 - ] - ], - [ - 0.5, - [ - -0.05811342969536781, - 0.044791024178266525, - -0.2103646993637085, - 0.9748657941818237 - ] - ], - [ - 0.5333333611488342, - [ - -0.06614413857460022, - 0.051207106560468674, - -0.1737900972366333, - 0.9812236428260803 - ] - ], - [ - 0.5666666626930237, - [ - -0.07435858994722366, - 0.056499943137168884, - -0.1397392600774765, - 0.985774576663971 - ] - ], - [ - 0.6000000238418579, - [ - -0.08104158192873001, - 0.060095448046922684, - -0.11416589468717575, - 0.988325297832489 - ] - ], - [ - 0.6333333253860474, - [ - -0.08416687697172165, - 0.061726853251457214, - -0.10298316180706024, - 0.9891917109489441 - ] - ], - [ - 0.6666666865348816, - [ - -0.08253537118434906, - 0.06110481545329094, - -0.11009673774242401, - 0.9886014461517334 - ] - ], - [ - 0.699999988079071, - [ - -0.07740144431591034, - 0.058485716581344604, - -0.1316409707069397, - 0.9865389466285706 - ] - ], - [ - 0.7333333492279053, - [ - -0.07053910195827484, - 0.05432908609509468, - -0.16178706288337708, - 0.9828009605407715 - ] - ], - [ - 0.7666666507720947, - [ - -0.06347440183162689, - 0.049306612461805344, - -0.1946655660867691, - 0.9775710701942444 - ] - ], - [ - 0.800000011920929, - [ - -0.057220567017793655, - 0.04450229927897453, - -0.22445090115070343, - 0.9717855453491211 - ] - ], - [ - 0.8333333134651184, - [ - -0.05226724222302437, - 0.041404612362384796, - -0.2454594522714615, - 0.9671108722686768 - ] - ], - [ - 0.8666666746139526, - [ - -0.04885708540678024, - 0.04172978550195694, - -0.25215014815330505, - 0.9655527472496033 - ] - ], - [ - 0.8999999761581421, - [ - -0.04631410911679268, - 0.04675193503499031, - -0.24631032347679138, - 0.966954231262207 - ] - ], - [ - 0.9333333373069763, - [ - -0.04395595192909241, - 0.055549219250679016, - -0.23493386805057526, - 0.9694268703460693 - ] - ], - [ - 0.9666666388511658, - [ - -0.04213385283946991, - 0.06651221960783005, - -0.2203027456998825, - 0.9722487330436707 - ] - ], - [ - 1.0, - [ - -0.04106369987130165, - 0.078007273375988, - -0.20468875765800476, - 0.974849283695221 - ] - ], - [ - 1.0333333015441895, - [ - -0.04075063392519951, - 0.08839606493711472, - -0.19033703207969666, - 0.9768814444541931 - ] - ], - [ - 1.0666667222976685, - [ - -0.04099477455019951, - 0.09605547785758972, - -0.17945393919944763, - 0.9782070517539978 - ] - ], - [ - 1.100000023841858, - [ - -0.041480667889118195, - 0.09938511997461319, - -0.17421706020832062, - 0.9788004755973816 - ] - ], - [ - 1.1333333253860474, - [ - -0.04233601689338684, - 0.09709516167640686, - -0.17606325447559357, - 0.9786633253097534 - ] - ], - [ - 1.1666666269302368, - [ - -0.04380685091018677, - 0.09018025547266006, - -0.1835690587759018, - 0.9778808355331421 - ] - ], - [ - 1.2000000476837158, - [ - -0.0458059161901474, - 0.0804794654250145, - -0.19462721049785614, - 0.9764963388442993 - ] - ], - [ - 1.2333333492279053, - [ - -0.04816316068172455, - 0.06982515752315521, - -0.20709455013275146, - 0.9746366739273071 - ] - ], - [ - 1.2666666507720947, - [ - -0.05053083598613739, - 0.06002886965870857, - -0.21877607703208923, - 0.9726152420043945 - ] - ], - [ - 1.2999999523162842, - [ - -0.05237872153520584, - 0.05287579074501991, - -0.2274344265460968, - 0.9709451198577881 - ] - ], - [ - 1.3333333730697632, - [ - -0.05307730659842491, - 0.05013052001595497, - -0.23082008957862854, - 0.970253586769104 - ] - ], - [ - 1.3666666746139526, - [ - -0.052484843879938126, - 0.051268454641103745, - -0.22883465886116028, - 0.9706964492797852 - ] - ], - [ - 1.399999976158142, - [ - -0.051140427589416504, - 0.05421503633260727, - -0.22352498769760132, - 0.9718446135520935 - ] - ], - [ - 1.4333332777023315, - [ - -0.04946606978774071, - 0.05841121822595596, - -0.21586833894252777, - 0.9734177589416504 - ] - ], - [ - 1.4666666984558105, - [ - -0.04787040501832962, - 0.0632905662059784, - -0.206841841340065, - 0.9751508235931396 - ] - ], - [ - 1.5, - [ - -0.04672149196267128, - 0.06827408820390701, - -0.19742253422737122, - 0.9768215417861938 - ] - ], - [ - 1.5333333015441895, - [ - -0.046334151178598404, - 0.07277301698923111, - -0.18858160078525543, - 0.9782608151435852 - ] - ], - [ - 1.5666667222976685, - [ - -0.04697273299098015, - 0.07619383931159973, - -0.18128493428230286, - 0.9793487787246704 - ] - ], - [ - 1.600000023841858, - [ - -0.04940728098154068, - 0.07920262962579727, - -0.1742021143436432, - 0.9802752137184143 - ] - ], - [ - 1.6333333253860474, - [ - -0.05370386317372322, - 0.08258627355098724, - -0.16592754423618317, - 0.9812051057815552 - ] - ], - [ - 1.6666666269302368, - [ - -0.05902440845966339, - 0.08595579862594604, - -0.1573152244091034, - 0.9820283055305481 - ] - ], - [ - 1.7000000476837158, - [ - -0.06450967490673065, - 0.08896321803331375, - -0.1492336392402649, - 0.98267662525177 - ] - ], - [ - 1.7333333492279053, - [ - -0.06928252428770065, - 0.0913032665848732, - -0.14257194101810455, - 0.9831261038780212 - ] - ], - [ - 1.7666666507720947, - [ - -0.0724581629037857, - 0.09270352125167847, - -0.1382334977388382, - 0.9833856821060181 - ] - ], - [ - 1.7999999523162842, - [ - -0.07315351068973541, - 0.09289892762899399, - -0.1371273398399353, - 0.983470618724823 - ] - ], - [ - 1.8333333730697632, - [ - -0.07037273049354553, - 0.09074120223522186, - -0.14074264466762543, - 0.9833643436431885 - ] - ], - [ - 1.8666666746139526, - [ - -0.0646493062376976, - 0.08600721508264542, - -0.14865422248840332, - 0.9830183982849121 - ] - ], - [ - 1.899999976158142, - [ - -0.05731900408864021, - 0.07979315519332886, - -0.15885835886001587, - 0.9824009537696838 - ] - ], - [ - 1.9333332777023315, - [ - -0.049609310925006866, - 0.07320883870124817, - -0.1694423109292984, - 0.9815644025802612 - ] - ], - [ - 1.9666666984558105, - [ - -0.04272983968257904, - 0.06744241714477539, - -0.17859995365142822, - 0.9806771874427795 - ] - ], - [ - 2.0, - [ - -0.037829816341400146, - 0.06376077234745026, - -0.18456153571605682, - 0.9800207614898682 - ] - ], - [ - 2.0333333015441895, - [ - -0.03603898361325264, - 0.06346233189105988, - -0.1855819970369339, - 0.9799148440361023 - ] - ], - [ - 2.066666603088379, - [ - -0.03753175213932991, - 0.06681806594133377, - -0.179338738322258, - 0.9807978272438049 - ] - ], - [ - 2.0999999046325684, - [ - -0.041307155042886734, - 0.0725085660815239, - -0.16642390191555023, - 0.9825168251991272 - ] - ], - [ - 2.133333444595337, - [ - -0.046754200011491776, - 0.0794152170419693, - -0.14946356415748596, - 0.9844632744789124 - ] - ], - [ - 2.1666667461395264, - [ - -0.05314553156495094, - 0.08648383617401123, - -0.13110265135765076, - 0.9861583113670349 - ] - ], - [ - 2.200000047683716, - [ - -0.059572622179985046, - 0.09278880804777145, - -0.11399733275175095, - 0.987342894077301 - ] - ], - [ - 2.2333333492279053, - [ - -0.06495200842618942, - 0.09754366427659988, - -0.10080263763666153, - 0.9879804253578186 - ] - ], - [ - 2.2666666507720947, - [ - -0.0681004598736763, - 0.10005682706832886, - -0.09415963292121887, - 0.9881725311279297 - ] - ], - [ - 2.299999952316284, - [ - -0.06874167174100876, - 0.09953762590885162, - -0.09529492259025574, - 0.9880717396736145 - ] - ], - [ - 2.3333332538604736, - [ - -0.0677352249622345, - 0.09621427953243256, - -0.10252172499895096, - 0.9877469539642334 - ] - ], - [ - 2.366666555404663, - [ - -0.06565672904253006, - 0.09090571850538254, - -0.11411388218402863, - 0.9871187210083008 - ] - ], - [ - 2.4000000953674316, - [ - -0.06306880712509155, - 0.0844292938709259, - -0.12833531200885773, - 0.9861157536506653 - ] - ], - [ - 2.433333396911621, - [ - -0.06044637784361839, - 0.07763546705245972, - -0.14342321455478668, - 0.984758198261261 - ] - ], - [ - 2.4666666984558105, - [ - -0.058139391243457794, - 0.07141935080289841, - -0.15759442746639252, - 0.9832004308700562 - ] - ], - [ - 2.5, - [ - -0.05637669563293457, - 0.06671956926584244, - -0.16905345022678375, - 0.981728732585907 - ] - ], - [ - 2.5333333015441895, - [ - -0.0548735111951828, - 0.06333327293395996, - -0.1789119392633438, - 0.9802899360656738 - ] - ], - [ - 2.566666603088379, - [ - -0.05329187586903572, - 0.060386765748262405, - -0.18909285962581635, - 0.9786507487297058 - ] - ], - [ - 2.5999999046325684, - [ - -0.05169825628399849, - 0.05784423276782036, - -0.19902321696281433, - 0.9769191741943359 - ] - ], - [ - 2.633333444595337, - [ - -0.05014315992593765, - 0.055681876838207245, - -0.20813550055027008, - 0.9752256274223328 - ] - ], - [ - 2.6666667461395264, - [ - -0.048664726316928864, - 0.053887493908405304, - -0.2158660590648651, - 0.9737196564674377 - ] - ], - [ - 2.700000047683716, - [ - -0.04729349538683891, - 0.05245757848024368, - -0.2216566950082779, - 0.9725635647773743 - ] - ], - [ - 2.7333333492279053, - [ - -0.04605932906270027, - 0.05139363929629326, - -0.22495095431804657, - 0.9719229936599731 - ] - ], - [ - 2.7666666507720947, - [ - -0.04477279260754585, - 0.05232689529657364, - -0.22215132415294647, - 0.9725770354270935 - ] - ], - [ - 2.799999952316284, - [ - -0.0433974526822567, - 0.056153345853090286, - -0.21193304657936096, - 0.9747039675712585 - ] - ], - [ - 2.8333332538604736, - [ - -0.04224276915192604, - 0.06175127625465393, - -0.19714845716953278, - 0.9775146245956421 - ] - ], - [ - 2.866666555404663, - [ - -0.04153157025575638, - 0.06799257546663284, - -0.18066300451755524, - 0.9803128242492676 - ] - ], - [ - 2.9000000953674316, - [ - -0.041293974965810776, - 0.07376867532730103, - -0.16534766554832458, - 0.9826052784919739 - ] - ], - [ - 2.933333396911621, - [ - -0.04135820269584656, - 0.07800325006246567, - -0.15406851470470428, - 0.9841076731681824 - ] - ], - [ - 2.9666666984558105, - [ - -0.04143919795751572, - 0.0796474814414978, - -0.14967593550682068, - 0.9846503138542175 - ] - ], - [ - 3.0, - [ - -0.04156766086816788, - 0.07770584523677826, - -0.1548541635274887, - 0.9839990735054016 - ] - ], - [ - 3.0333333015441895, - [ - -0.04202704876661301, - 0.0727972611784935, - -0.16792738437652588, - 0.9822090864181519 - ] - ], - [ - 3.066666603088379, - [ - -0.04292917251586914, - 0.06630013883113861, - -0.18519476056098938, - 0.9795224666595459 - ] - ], - [ - 3.0999999046325684, - [ - -0.04419219493865967, - 0.0596163272857666, - -0.202935129404068, - 0.9763761162757874 - ] - ], - [ - 3.133333444595337, - [ - -0.045438431203365326, - 0.05416969954967499, - -0.21742403507232666, - 0.973513126373291 - ] - ], - [ - 3.1666667461395264, - [ - -0.04605932906270027, - 0.05139363929629326, - -0.22495095431804657, - 0.9719229936599731 - ] - ], - [ - 3.200000047683716, - [ - -0.04552382603287697, - 0.05298740416765213, - -0.22088707983493805, - 0.9727943539619446 - ] - ], - [ - 3.2333333492279053, - [ - -0.044221144169569016, - 0.05840287730097771, - -0.20651398599147797, - 0.9756975769996643 - ] - ], - [ - 3.2666666507720947, - [ - -0.04290498420596123, - 0.06569142639636993, - -0.18700699508190155, - 0.9792202115058899 - ] - ], - [ - 3.299999952316284, - [ - -0.04203939437866211, - 0.07291632145643234, - -0.16756942868232727, - 0.9822608828544617 - ] - ], - [ - 3.3333332538604736, - [ - -0.04066852852702141, - 0.06807027757167816, - -0.182779923081398, - 0.979951024055481 - ] - ], - [ - 3.366666555404663, - [ - -0.04005459323525429, - 0.06248299777507782, - -0.2007608711719513, - 0.9768247604370117 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658358543_682117.json b/lenses/physics-objects/Scene/assets/1646688658358543_682117.json deleted file mode 100644 index 31e7514b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658358543_682117.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658358543:682117", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658359560_682130.json b/lenses/physics-objects/Scene/assets/1646688658359560_682130.json deleted file mode 100644 index b5b4e7f3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658359560_682130.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658359560:682130", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.855805397033691, - 9.32114380702842e-06, - 1.3663349818671122e-05 - ] - ], - [ - 3.366666555404663, - [ - 7.855805397033691, - 9.32114380702842e-06, - 1.3663349818671122e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658359838_682137.json b/lenses/physics-objects/Scene/assets/1646688658359838_682137.json deleted file mode 100644 index 081ca0a3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658359838_682137.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658359838:682137", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.05962514132261276, - 0.0730171874165535, - -0.1468690037727356, - 0.984653651714325 - ] - ], - [ - 0.03333333507180214, - [ - -0.05962514132261276, - 0.0730171874165535, - -0.1468690037727356, - 0.984653651714325 - ] - ], - [ - 0.06666667014360428, - [ - -0.05876365676522255, - 0.07268033176660538, - -0.14796778559684753, - 0.9845658540725708 - ] - ], - [ - 0.10000000149011612, - [ - -0.05813505873084068, - 0.07239263504743576, - -0.14867345988750458, - 0.9845181703567505 - ] - ], - [ - 0.13333334028720856, - [ - -0.05779865011572838, - 0.0721791610121727, - -0.1488686203956604, - 0.9845240712165833 - ] - ], - [ - 0.1666666716337204, - [ - -0.05756557732820511, - 0.07188261300325394, - -0.1490388810634613, - 0.9845336675643921 - ] - ], - [ - 0.20000000298023224, - [ - -0.05721389874815941, - 0.07134458422660828, - -0.1496756374835968, - 0.9844967126846313 - ] - ], - [ - 0.23333333432674408, - [ - -0.05675382912158966, - 0.07058794051408768, - -0.1506703943014145, - 0.9844261407852173 - ] - ], - [ - 0.2666666805744171, - [ - -0.05619565770030022, - 0.06963556259870529, - -0.15191470086574554, - 0.9843348264694214 - ] - ], - [ - 0.30000001192092896, - [ - -0.05554933473467827, - 0.0685105174779892, - -0.15330006182193756, - 0.9842355847358704 - ] - ], - [ - 0.3333333432674408, - [ - -0.05482421815395355, - 0.06723625212907791, - -0.1547180414199829, - 0.9841422438621521 - ] - ], - [ - 0.36666667461395264, - [ - -0.05402882397174835, - 0.06583667546510696, - -0.15606002509593964, - 0.9840689301490784 - ] - ], - [ - 0.4000000059604645, - [ - -0.05317075923085213, - 0.06433617323637009, - -0.1572173684835434, - 0.9840307235717773 - ] - ], - [ - 0.4333333373069763, - [ - -0.051477085798978806, - 0.062054820358753204, - -0.1551697850227356, - 0.9845921397209167 - ] - ], - [ - 0.46666666865348816, - [ - -0.04848463460803032, - 0.05862291157245636, - -0.14808984100818634, - 0.9860436320304871 - ] - ], - [ - 0.5, - [ - -0.04467902332544327, - 0.05452538654208183, - -0.13765552639961243, - 0.9879685044288635 - ] - ], - [ - 0.5333333611488342, - [ - -0.04056123271584511, - 0.05023468658328056, - -0.12555541098117828, - 0.9899833798408508 - ] - ], - [ - 0.5666666626930237, - [ - -0.03664250671863556, - 0.046206820756196976, - -0.11349788308143616, - 0.991786539554596 - ] - ], - [ - 0.6000000238418579, - [ - -0.033438682556152344, - 0.04288165271282196, - -0.10321078449487686, - 0.9931719899177551 - ] - ], - [ - 0.6333333253860474, - [ - -0.03146564960479736, - 0.04068831354379654, - -0.0964345782995224, - 0.9940094351768494 - ] - ], - [ - 0.6666666865348816, - [ - -0.0312369242310524, - 0.04005608707666397, - -0.09491043537855148, - 0.9941890239715576 - ] - ], - [ - 0.699999988079071, - [ - -0.033866267651319504, - 0.042556218802928925, - -0.10207995772361755, - 0.9932883381843567 - ] - ], - [ - 0.7333333492279053, - [ - -0.0394180603325367, - 0.048728518187999725, - -0.11808272451162338, - 0.99102383852005 - ] - ], - [ - 0.7666666507720947, - [ - -0.046806614845991135, - 0.057468291372060776, - -0.13968750834465027, - 0.9874178171157837 - ] - ], - [ - 0.800000011920929, - [ - -0.054958924651145935, - 0.06763380765914917, - -0.16368111968040466, - 0.9826564192771912 - ] - ], - [ - 0.8333333134651184, - [ - -0.06288719177246094, - 0.07795219123363495, - -0.1870957463979721, - 0.9772226214408875 - ] - ], - [ - 0.8666666746139526, - [ - -0.06969202309846878, - 0.08706984668970108, - -0.20709772408008575, - 0.9719426035881042 - ] - ], - [ - 0.8999999761581421, - [ - -0.07453489303588867, - 0.09364784508943558, - -0.22077015042304993, - 0.9679542183876038 - ] - ], - [ - 0.9333333373069763, - [ - -0.07662352174520493, - 0.09633128345012665, - -0.22523725032806396, - 0.9664974212646484 - ] - ], - [ - 0.9666666388511658, - [ - -0.07683693617582321, - 0.09617936611175537, - -0.22250454127788544, - 0.9671285152435303 - ] - ], - [ - 1.0, - [ - -0.07666364312171936, - 0.0952717587351799, - -0.21695075929164886, - 0.9684928059577942 - ] - ], - [ - 1.0333333015441895, - [ - -0.0762132853269577, - 0.09379085898399353, - -0.20924262702465057, - 0.9703671336174011 - ] - ], - [ - 1.0666667222976685, - [ - -0.07559428364038467, - 0.09192084521055222, - -0.20004786550998688, - 0.9725311994552612 - ] - ], - [ - 1.100000023841858, - [ - -0.07491373270750046, - 0.08984969556331635, - -0.19003860652446747, - 0.9747821688652039 - ] - ], - [ - 1.1333333253860474, - [ - -0.07427717745304108, - 0.08777046203613281, - -0.17989236116409302, - 0.9769431948661804 - ] - ], - [ - 1.1666666269302368, - [ - -0.07378829270601273, - 0.08588200807571411, - -0.17029216885566711, - 0.9788667559623718 - ] - ], - [ - 1.2000000476837158, - [ - -0.0735485628247261, - 0.08438895642757416, - -0.1619253307580948, - 0.9804333448410034 - ] - ], - [ - 1.2333333492279053, - [ - -0.07365670055150986, - 0.08350132405757904, - -0.1554817110300064, - 0.9815436005592346 - ] - ], - [ - 1.2666666507720947, - [ - -0.07420822232961655, - 0.08343339711427689, - -0.15165098011493683, - 0.9821069240570068 - ] - ], - [ - 1.2999999523162842, - [ - -0.07544996589422226, - 0.08439330756664276, - -0.1518099308013916, - 0.9819056987762451 - ] - ], - [ - 1.3333333730697632, - [ - -0.07732827216386795, - 0.0861746147274971, - -0.15565846860408783, - 0.9810019135475159 - ] - ], - [ - 1.3666666746139526, - [ - -0.07949184626340866, - 0.08836459368467331, - -0.16136956214904785, - 0.9797104597091675 - ] - ], - [ - 1.399999976158142, - [ - -0.08159372955560684, - 0.09054262936115265, - -0.16712410748004913, - 0.9783731698989868 - ] - ], - [ - 1.4333332777023315, - [ - -0.08328884840011597, - 0.09228202700614929, - -0.17111459374427795, - 0.9773775339126587 - ] - ], - [ - 1.4666666984558105, - [ - -0.08423542231321335, - 0.09315089881420135, - -0.17154157161712646, - 0.9771391153335571 - ] - ], - [ - 1.5, - [ - -0.08404671400785446, - 0.09290529042482376, - -0.1670101433992386, - 0.977963387966156 - ] - ], - [ - 1.5333333015441895, - [ - -0.08284559845924377, - 0.0918097198009491, - -0.1585354208946228, - 0.9795785546302795 - ] - ], - [ - 1.5666667222976685, - [ - -0.08105258643627167, - 0.0901966542005539, - -0.14793309569358826, - 0.9815349578857422 - ] - ], - [ - 1.600000023841858, - [ - -0.07907187938690186, - 0.08840304613113403, - -0.13703082501888275, - 0.9834404587745667 - ] - ], - [ - 1.6333333253860474, - [ - -0.07728829234838486, - 0.08676715195178986, - -0.12767286598682404, - 0.9849861264228821 - ] - ], - [ - 1.6666666269302368, - [ - -0.07549411058425903, - 0.0851326733827591, - -0.11876294016838074, - 0.986381471157074 - ] - ], - [ - 1.7000000476837158, - [ - -0.0734705924987793, - 0.0833171084523201, - -0.10953877866268158, - 0.9877558350563049 - ] - ], - [ - 1.7333333492279053, - [ - -0.0715559646487236, - 0.08162052184343338, - -0.10236801952123642, - 0.9888066649436951 - ] - ], - [ - 1.7666666507720947, - [ - -0.0700758546590805, - 0.08033927530050278, - -0.09962952136993408, - 0.9892972111701965 - ] - ], - [ - 1.7999999523162842, - [ - -0.06881535053253174, - 0.07910870015621185, - -0.10070407390594482, - 0.9893760681152344 - ] - ], - [ - 1.8333333730697632, - [ - -0.06723686307668686, - 0.07747617363929749, - -0.10341053456068039, - 0.9893345832824707 - ] - ], - [ - 1.8666666746139526, - [ - -0.0653352364897728, - 0.07563859969377518, - -0.10771062970161438, - 0.9891453385353088 - ] - ], - [ - 1.899999976158142, - [ - -0.06331705302000046, - 0.07385316491127014, - -0.11348684132099152, - 0.9887655973434448 - ] - ], - [ - 1.9333332777023315, - [ - -0.061386995017528534, - 0.07237716019153595, - -0.1206195279955864, - 0.9881519675254822 - ] - ], - [ - 1.9666666984558105, - [ - -0.059743717312812805, - 0.07147064059972763, - -0.12898658215999603, - 0.9872614145278931 - ] - ], - [ - 2.0, - [ - -0.058575961738824844, - 0.07139921188354492, - -0.13846337795257568, - 0.9860521554946899 - ] - ], - [ - 2.0333333015441895, - [ - -0.05805840343236923, - 0.07243640720844269, - -0.1489236205816269, - 0.9844815731048584 - ] - ], - [ - 2.066666603088379, - [ - -0.062413331121206284, - 0.07959848642349243, - -0.16336309909820557, - 0.9813669919967651 - ] - ], - [ - 2.0999999046325684, - [ - -0.07257652282714844, - 0.09441614896059036, - -0.18200603127479553, - 0.9760595560073853 - ] - ], - [ - 2.133333444595337, - [ - -0.08399717509746552, - 0.11176764219999313, - -0.20062877237796783, - 0.9696394205093384 - ] - ], - [ - 2.1666667461395264, - [ - -0.09272556006908417, - 0.1261359006166458, - -0.21518884599208832, - 0.9639426469802856 - ] - ], - [ - 2.200000047683716, - [ - -0.09537171572446823, - 0.13171428442001343, - -0.22182312607765198, - 0.9614312648773193 - ] - ], - [ - 2.2333333492279053, - [ - -0.09260755777359009, - 0.1285300850868225, - -0.21868494153022766, - 0.9628503322601318 - ] - ], - [ - 2.2666666507720947, - [ - -0.08766531944274902, - 0.12131202220916748, - -0.20783664286136627, - 0.9666447639465332 - ] - ], - [ - 2.299999952316284, - [ - -0.08107663691043854, - 0.11128396540880203, - -0.19129206240177155, - 0.9718281030654907 - ] - ], - [ - 2.3333332538604736, - [ - -0.07341154664754868, - 0.0996503233909607, - -0.17109175026416779, - 0.9774498343467712 - ] - ], - [ - 2.366666555404663, - [ - -0.06524477899074554, - 0.0875781700015068, - -0.14929832518100739, - 0.9827426671981812 - ] - ], - [ - 2.4000000953674316, - [ - -0.05718538910150528, - 0.07615494728088379, - -0.12810881435871124, - 0.9871770739555359 - ] - ], - [ - 2.433333396911621, - [ - -0.049984171986579895, - 0.06639833003282547, - -0.10984260588884354, - 0.9904683232307434 - ] - ], - [ - 2.4666666984558105, - [ - -0.04445444792509079, - 0.05927455052733421, - -0.09684567898511887, - 0.992537796497345 - ] - ], - [ - 2.5, - [ - -0.04143096134066582, - 0.05572023242712021, - -0.09146737307310104, - 0.9933843612670898 - ] - ], - [ - 2.5333333015441895, - [ - -0.040690090507268906, - 0.05557249113917351, - -0.0941583588719368, - 0.9931718111038208 - ] - ], - [ - 2.566666603088379, - [ - -0.04131794720888138, - 0.057654350996017456, - -0.10253139585256577, - 0.9921976327896118 - ] - ], - [ - 2.5999999046325684, - [ - -0.042993173003196716, - 0.06122148782014847, - -0.11413845419883728, - 0.9906442165374756 - ] - ], - [ - 2.633333444595337, - [ - -0.04530307650566101, - 0.06541753560304642, - -0.1261940747499466, - 0.9888091087341309 - ] - ], - [ - 2.6666667461395264, - [ - -0.047827575355768204, - 0.06942238658666611, - -0.13611231744289398, - 0.9871000647544861 - ] - ], - [ - 2.700000047683716, - [ - -0.050212543457746506, - 0.07256583124399185, - -0.14191479980945587, - 0.9859376549720764 - ] - ], - [ - 2.7333333492279053, - [ - -0.05220309644937515, - 0.07436787337064743, - -0.14236728847026825, - 0.9856347441673279 - ] - ], - [ - 2.7666666507720947, - [ - -0.053529635071754456, - 0.07589954882860184, - -0.13996370136737823, - 0.9857911467552185 - ] - ], - [ - 2.799999952316284, - [ - -0.053765930235385895, - 0.0788816437125206, - -0.13767032325267792, - 0.9858670234680176 - ] - ], - [ - 2.8333332538604736, - [ - -0.05234774947166443, - 0.08429167419672012, - -0.1353696584701538, - 0.9858142137527466 - ] - ], - [ - 2.866666555404663, - [ - -0.049903348088264465, - 0.09156718850135803, - -0.13266831636428833, - 0.9856593012809753 - ] - ], - [ - 2.9000000953674316, - [ - -0.04998699203133583, - 0.0949622169137001, - -0.12978382408618927, - 0.9857178330421448 - ] - ], - [ - 2.933333396911621, - [ - -0.052253782749176025, - 0.09418982267379761, - -0.12518355250358582, - 0.9862692952156067 - ] - ], - [ - 2.9666666984558105, - [ - -0.05559638515114784, - 0.09068690240383148, - -0.11794158816337585, - 0.9873068928718567 - ] - ], - [ - 3.0, - [ - -0.05929235368967056, - 0.08549202978610992, - -0.10978314280509949, - 0.988495409488678 - ] - ], - [ - 3.0333333015441895, - [ - -0.06271345913410187, - 0.07972858846187592, - -0.10234988480806351, - 0.98956298828125 - ] - ], - [ - 3.066666603088379, - [ - -0.06529966741800308, - 0.07454412430524826, - -0.09727082401514053, - 0.9903119206428528 - ] - ], - [ - 3.0999999046325684, - [ - -0.06652972847223282, - 0.07111609727144241, - -0.09616669267416, - 0.9905898571014404 - ] - ], - [ - 3.133333444595337, - [ - -0.06597431004047394, - 0.0689084604382515, - -0.09991402924060822, - 0.9904122352600098 - ] - ], - [ - 3.1666667461395264, - [ - -0.0639486089348793, - 0.06669333577156067, - -0.10745324194431305, - 0.9899072647094727 - ] - ], - [ - 3.200000047683716, - [ - -0.06105475127696991, - 0.06459559500217438, - -0.11748920381069183, - 0.9890884757041931 - ] - ], - [ - 3.2333333492279053, - [ - -0.05786854401230812, - 0.06276044994592667, - -0.12872204184532166, - 0.9879994988441467 - ] - ], - [ - 3.2666666507720947, - [ - -0.05492907017469406, - 0.061376992613077164, - -0.13985183835029602, - 0.9867406487464905 - ] - ], - [ - 3.299999952316284, - [ - -0.05273795127868652, - 0.06068471074104309, - -0.14958320558071136, - 0.9854750037193298 - ] - ], - [ - 3.3333332538604736, - [ - -0.05176936462521553, - 0.0609634593129158, - -0.15662771463394165, - 0.9844141006469727 - ] - ], - [ - 3.366666555404663, - [ - -0.05184298753738403, - 0.06232317164540291, - -0.16136634349822998, - 0.9835593700408936 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658360033_682144.json b/lenses/physics-objects/Scene/assets/1646688658360033_682144.json deleted file mode 100644 index cf2982c3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658360033_682144.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658360033:682144", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658361101_682157.json b/lenses/physics-objects/Scene/assets/1646688658361101_682157.json deleted file mode 100644 index d1401a7e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658361101_682157.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658361101:682157", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 10.832408905029297, - -1.6983514797175303e-05, - 6.44504907540977e-05 - ] - ], - [ - 3.366666555404663, - [ - 10.832408905029297, - -1.6983514797175303e-05, - 6.44504907540977e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658361313_682164.json b/lenses/physics-objects/Scene/assets/1646688658361313_682164.json deleted file mode 100644 index 8a5f0ee6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658361313_682164.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658361313:682164", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.08082280308008194, - 0.07319287210702896, - -0.09524337202310562, - 0.9894641041755676 - ] - ], - [ - 0.03333333507180214, - [ - -0.08082280308008194, - 0.07319287210702896, - -0.09524337202310562, - 0.9894641041755676 - ] - ], - [ - 0.06666667014360428, - [ - -0.07928457856178284, - 0.07291422039270401, - -0.09711051732301712, - 0.9894276261329651 - ] - ], - [ - 0.10000000149011612, - [ - -0.07773809880018234, - 0.07259105890989304, - -0.09888914227485657, - 0.9893979430198669 - ] - ], - [ - 0.13333334028720856, - [ - -0.07624813169240952, - 0.07223770022392273, - -0.1004607304930687, - 0.9893814325332642 - ] - ], - [ - 0.1666666716337204, - [ - -0.07487915456295013, - 0.07186949253082275, - -0.10170700401067734, - 0.9893855452537537 - ] - ], - [ - 0.20000000298023224, - [ - -0.07369542121887207, - 0.07150240987539291, - -0.10250977426767349, - 0.989418089389801 - ] - ], - [ - 0.23333333432674408, - [ - -0.07276123017072678, - 0.07115259766578674, - -0.10275108367204666, - 0.9894874095916748 - ] - ], - [ - 0.2666666805744171, - [ - -0.07214106619358063, - 0.070835642516613, - -0.10231292992830276, - 0.9896009564399719 - ] - ], - [ - 0.30000001192092896, - [ - -0.07161713391542435, - 0.07043273746967316, - -0.10168037563562393, - 0.9897329807281494 - ] - ], - [ - 0.3333333432674408, - [ - -0.07093802839517593, - 0.06983016431331635, - -0.10134429484605789, - 0.9898590445518494 - ] - ], - [ - 0.36666667461395264, - [ - -0.0701184794306755, - 0.0690501406788826, - -0.10119551420211792, - 0.9899873733520508 - ] - ], - [ - 0.4000000059604645, - [ - -0.06917323917150497, - 0.06811492890119553, - -0.1011248230934143, - 0.990125834941864 - ] - ], - [ - 0.4333333373069763, - [ - -0.06719125062227249, - 0.06660084426403046, - -0.09813050925731659, - 0.9906664490699768 - ] - ], - [ - 0.46666666865348816, - [ - -0.06363008916378021, - 0.06428677588701248, - -0.09040132910013199, - 0.9917894005775452 - ] - ], - [ - 0.5, - [ - -0.059065546840429306, - 0.06149603798985481, - -0.07961345463991165, - 0.993172287940979 - ] - ], - [ - 0.5333333611488342, - [ - -0.054077066481113434, - 0.0585390105843544, - -0.06745508313179016, - 0.9945344924926758 - ] - ], - [ - 0.5666666626930237, - [ - -0.04924064502120018, - 0.05570610240101814, - -0.055633869022130966, - 0.9956791996955872 - ] - ], - [ - 0.6000000238418579, - [ - -0.04512526094913483, - 0.05326644331216812, - -0.045875996351242065, - 0.9965049028396606 - ] - ], - [ - 0.6333333253860474, - [ - -0.04229475185275078, - 0.05147208645939827, - -0.039919666945934296, - 0.9969795346260071 - ] - ], - [ - 0.6666666865348816, - [ - -0.04131632298231125, - 0.05056802183389664, - -0.03950464352965355, - 0.9970833659172058 - ] - ], - [ - 0.699999988079071, - [ - -0.04375861957669258, - 0.05193830281496048, - -0.04800398647785187, - 0.9965357184410095 - ] - ], - [ - 0.7333333492279053, - [ - -0.04996541142463684, - 0.056221336126327515, - -0.065506212413311, - 0.9950133562088013 - ] - ], - [ - 0.7666666507720947, - [ - -0.05865127220749855, - 0.06256760656833649, - -0.08880223333835602, - 0.9923505783081055 - ] - ], - [ - 0.800000011920929, - [ - -0.06851993501186371, - 0.07009153813123703, - -0.11469634622335434, - 0.9885530471801758 - ] - ], - [ - 0.8333333134651184, - [ - -0.0782964825630188, - 0.07782480865716934, - -0.1400471329689026, - 0.9839714169502258 - ] - ], - [ - 0.8666666746139526, - [ - -0.08675505220890045, - 0.08470676839351654, - -0.16179946064949036, - 0.9793463349342346 - ] - ], - [ - 0.8999999761581421, - [ - -0.09272709488868713, - 0.08960554003715515, - -0.176986426115036, - 0.9757296442985535 - ] - ], - [ - 0.9333333373069763, - [ - -0.0950774997472763, - 0.0913630872964859, - -0.18268831074237823, - 0.9742884635925293 - ] - ], - [ - 0.9666666388511658, - [ - -0.09495452046394348, - 0.09077109396457672, - -0.1809842735528946, - 0.9746737480163574 - ] - ], - [ - 1.0, - [ - -0.0943545326590538, - 0.0894976556301117, - -0.1763608157634735, - 0.9756968021392822 - ] - ], - [ - 1.0333333015441895, - [ - -0.09340694546699524, - 0.08771497756242752, - -0.16949240863323212, - 0.9771661758422852 - ] - ], - [ - 1.0666667222976685, - [ - -0.09224243462085724, - 0.08559512346982956, - -0.1610538512468338, - 0.9788905382156372 - ] - ], - [ - 1.100000023841858, - [ - -0.09099292010068893, - 0.0833122730255127, - -0.15172311663627625, - 0.9806933403015137 - ] - ], - [ - 1.1333333253860474, - [ - -0.08979123085737228, - 0.08104412257671356, - -0.1421823501586914, - 0.9824222922325134 - ] - ], - [ - 1.1666666269302368, - [ - -0.0887705460190773, - 0.07897276431322098, - -0.1331178992986679, - 0.9839527010917664 - ] - ], - [ - 1.2000000476837158, - [ - -0.08806372433900833, - 0.07728502154350281, - -0.12521937489509583, - 0.9851862192153931 - ] - ], - [ - 1.2333333492279053, - [ - -0.08780252188444138, - 0.07617242634296417, - -0.11917831748723984, - 0.9860451221466064 - ] - ], - [ - 1.2666666507720947, - [ - -0.08811651915311813, - 0.07583048939704895, - -0.11568605154752731, - 0.9864593148231506 - ] - ], - [ - 1.2999999523162842, - [ - -0.08882390707731247, - 0.07609420269727707, - -0.11436638981103897, - 0.986529529094696 - ] - ], - [ - 1.3333333730697632, - [ - -0.089728444814682, - 0.07674112915992737, - -0.1145697832107544, - 0.9863738417625427 - ] - ], - [ - 1.3666666746139526, - [ - -0.09093538671731949, - 0.0778828039765358, - -0.11657536774873734, - 0.9859388470649719 - ] - ], - [ - 1.399999976158142, - [ - -0.09254856407642365, - 0.07963038980960846, - -0.12066034227609634, - 0.9851573705673218 - ] - ], - [ - 1.4333332777023315, - [ - -0.0946694016456604, - 0.08209507912397385, - -0.127098947763443, - 0.9839431643486023 - ] - ], - [ - 1.4666666984558105, - [ - -0.09739560633897781, - 0.08538853377103806, - -0.13616091012954712, - 0.9821829199790955 - ] - ], - [ - 1.5, - [ - -0.10174935311079025, - 0.09100986272096634, - -0.15308360755443573, - 0.9787388443946838 - ] - ], - [ - 1.5333333015441895, - [ - -0.10768310725688934, - 0.09899838268756866, - -0.17810791730880737, - 0.9730782508850098 - ] - ], - [ - 1.5666667222976685, - [ - -0.11372684687376022, - 0.10728573054075241, - -0.20406503975391388, - 0.9663919806480408 - ] - ], - [ - 1.600000023841858, - [ - -0.11849004775285721, - 0.11384441703557968, - -0.2239380031824112, - 0.9606515169143677 - ] - ], - [ - 1.6333333253860474, - [ - -0.12065772712230682, - 0.11668254435062408, - -0.23085729777812958, - 0.9584006667137146 - ] - ], - [ - 1.6666666269302368, - [ - -0.11910215765237808, - 0.11460797488689423, - -0.21999643743038177, - 0.9613955020904541 - ] - ], - [ - 1.7000000476837158, - [ - -0.11438336223363876, - 0.10869826376438141, - -0.19481444358825684, - 0.9680643081665039 - ] - ], - [ - 1.7333333492279053, - [ - -0.1077282503247261, - 0.10037614405155182, - -0.16090244054794312, - 0.9759251475334167 - ] - ], - [ - 1.7666666507720947, - [ - -0.10036442428827286, - 0.09112276136875153, - -0.12400317192077637, - 0.9829785823822021 - ] - ], - [ - 1.7999999523162842, - [ - -0.09352400153875351, - 0.08248782902956009, - -0.09004732221364975, - 0.9880994558334351 - ] - ], - [ - 1.8333333730697632, - [ - -0.08843272179365158, - 0.07606981694698334, - -0.06507792323827744, - 0.9910387992858887 - ] - ], - [ - 1.8666666746139526, - [ - -0.08630639314651489, - 0.07347974181175232, - -0.05515263229608536, - 0.992023229598999 - ] - ], - [ - 1.899999976158142, - [ - -0.08464202284812927, - 0.07276549935340881, - -0.057813066989183426, - 0.992067813873291 - ] - ], - [ - 1.9333332777023315, - [ - -0.08116310834884644, - 0.0714493989944458, - -0.06555406749248505, - 0.9919729828834534 - ] - ], - [ - 1.9666666984558105, - [ - -0.07724092900753021, - 0.07030194997787476, - -0.07687948644161224, - 0.991554856300354 - ] - ], - [ - 2.0, - [ - -0.07426649332046509, - 0.07015076279640198, - -0.09023135900497437, - 0.9906672835350037 - ] - ], - [ - 2.0333333015441895, - [ - -0.07377579063177109, - 0.07195913046598434, - -0.10396352410316467, - 0.989227294921875 - ] - ], - [ - 2.066666603088379, - [ - -0.08025787770748138, - 0.07956510037183762, - -0.1197107806801796, - 0.986355721950531 - ] - ], - [ - 2.0999999046325684, - [ - -0.09347410500049591, - 0.09342517703771591, - -0.13794267177581787, - 0.9815835952758789 - ] - ], - [ - 2.133333444595337, - [ - -0.1080366000533104, - 0.10925893485546112, - -0.155325785279274, - 0.9758403897285461 - ] - ], - [ - 2.1666667461395264, - [ - -0.11910185217857361, - 0.12227901071310043, - -0.16870054602622986, - 0.9707744121551514 - ] - ], - [ - 2.200000047683716, - [ - -0.12230874598026276, - 0.12733933329582214, - -0.1750669628381729, - 0.9685952663421631 - ] - ], - [ - 2.2333333492279053, - [ - -0.11847267299890518, - 0.12451913952827454, - -0.1724114716053009, - 0.9699141979217529 - ] - ], - [ - 2.2666666507720947, - [ - -0.11173483729362488, - 0.1180848479270935, - -0.1620909720659256, - 0.973292350769043 - ] - ], - [ - 2.299999952316284, - [ - -0.10277915000915527, - 0.10915523767471313, - -0.1461625099182129, - 0.9778333902359009 - ] - ], - [ - 2.3333332538604736, - [ - -0.0923246219754219, - 0.09882299602031708, - -0.1267106682062149, - 0.9826772809028625 - ] - ], - [ - 2.366666555404663, - [ - -0.08117064088582993, - 0.08812309801578522, - -0.10587729513645172, - 0.9871350526809692 - ] - ], - [ - 2.4000000953674316, - [ - -0.0702110007405281, - 0.07800920307636261, - -0.08586694300174713, - 0.9907633662223816 - ] - ], - [ - 2.433333396911621, - [ - -0.06042437255382538, - 0.06934411078691483, - -0.06893512606620789, - 0.9933722615242004 - ] - ], - [ - 2.4666666984558105, - [ - -0.05284712091088295, - 0.06290917843580246, - -0.057364240288734436, - 0.9949668049812317 - ] - ], - [ - 2.5, - [ - -0.04845758154988289, - 0.059460677206516266, - -0.05339937284588814, - 0.9956229329109192 - ] - ], - [ - 2.5333333015441895, - [ - -0.04700838029384613, - 0.05880659818649292, - -0.05730798840522766, - 0.9955138564109802 - ] - ], - [ - 2.566666603088379, - [ - -0.04746163263916969, - 0.059941940009593964, - -0.06659096479415894, - 0.9948467016220093 - ] - ], - [ - 2.5999999046325684, - [ - -0.0493658073246479, - 0.06229245662689209, - -0.07884307205677032, - 0.9937135577201843 - ] - ], - [ - 2.633333444595337, - [ - -0.05214815214276314, - 0.0652085617184639, - -0.09132348746061325, - 0.9923146963119507 - ] - ], - [ - 2.6666667461395264, - [ - -0.05522555485367775, - 0.06806861609220505, - -0.10148518532514572, - 0.9909679889678955 - ] - ], - [ - 2.700000047683716, - [ - -0.05810580030083656, - 0.07035836577415466, - -0.10737824440002441, - 0.9900218844413757 - ] - ], - [ - 2.7333333492279053, - [ - -0.06043800339102745, - 0.07169982045888901, - -0.10778609663248062, - 0.9897416830062866 - ] - ], - [ - 2.7666666507720947, - [ - -0.0621669627726078, - 0.07305366545915604, - -0.10516772419214249, - 0.9898172616958618 - ] - ], - [ - 2.799999952316284, - [ - -0.06317522376775742, - 0.07600129395723343, - -0.10245457291603088, - 0.9898161292076111 - ] - ], - [ - 2.8333332538604736, - [ - -0.0630141943693161, - 0.08153446763753891, - -0.09954266250133514, - 0.9896830916404724 - ] - ], - [ - 2.866666555404663, - [ - -0.06218181177973747, - 0.088978111743927, - -0.0960027426481247, - 0.9894441962242126 - ] - ], - [ - 2.9000000953674316, - [ - -0.06345818936824799, - 0.09236213564872742, - -0.0919337272644043, - 0.9894394874572754 - ] - ], - [ - 2.933333396911621, - [ - -0.06652642786502838, - 0.09135163575410843, - -0.08587732911109924, - 0.989875853061676 - ] - ], - [ - 2.9666666984558105, - [ - -0.07047080993652344, - 0.08739788830280304, - -0.07697050273418427, - 0.9906921982765198 - ] - ], - [ - 3.0, - [ - -0.0746803730726242, - 0.08168776333332062, - -0.06696448475122452, - 0.9915976524353027 - ] - ], - [ - 3.0333333015441895, - [ - -0.07858157157897949, - 0.0754784420132637, - -0.05761752650141716, - 0.9923750162124634 - ] - ], - [ - 3.066666603088379, - [ - -0.08165860176086426, - 0.07010027021169662, - -0.05068635568022728, - 0.9928992390632629 - ] - ], - [ - 3.0999999046325684, - [ - -0.08344337344169617, - 0.06692716479301453, - -0.0479215644299984, - 0.9931070804595947 - ] - ], - [ - 3.133333444595337, - [ - -0.08338090032339096, - 0.06540432572364807, - -0.050284162163734436, - 0.9930968880653381 - ] - ], - [ - 3.1666667461395264, - [ - -0.08163171261548996, - 0.06408271938562393, - -0.05672020837664604, - 0.9929817318916321 - ] - ], - [ - 3.200000047683716, - [ - -0.07881012558937073, - 0.06297791004180908, - -0.0659499391913414, - 0.9927101135253906 - ] - ], - [ - 3.2333333492279053, - [ - -0.0755133405327797, - 0.06211841478943825, - -0.07668717205524445, - 0.9922490119934082 - ] - ], - [ - 3.2666666507720947, - [ - -0.0723133459687233, - 0.061574891209602356, - -0.08764103800058365, - 0.991614043712616 - ] - ], - [ - 3.299999952316284, - [ - -0.06975506991147995, - 0.0614713691174984, - -0.09751976281404495, - 0.9908811450004578 - ] - ], - [ - 3.3333332538604736, - [ - -0.06836210936307907, - 0.061978667974472046, - -0.10503436625003815, - 0.9901784062385559 - ] - ], - [ - 3.366666555404663, - [ - -0.06797442585229874, - 0.06340287625789642, - -0.11053439229726791, - 0.9895159006118774 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658361506_682171.json b/lenses/physics-objects/Scene/assets/1646688658361506_682171.json deleted file mode 100644 index d0fd9a54..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658361506_682171.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658361506:682171", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658362583_682184.json b/lenses/physics-objects/Scene/assets/1646688658362583_682184.json deleted file mode 100644 index c7f9779e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658362583_682184.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658362583:682184", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 10.16450023651123, - -0.00017395714530721307, - -0.0001157265214715153 - ] - ], - [ - 3.366666555404663, - [ - 10.16450023651123, - -0.00017395714530721307, - -0.0001157265214715153 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658362849_682191.json b/lenses/physics-objects/Scene/assets/1646688658362849_682191.json deleted file mode 100644 index 1c4cdae7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658362849_682191.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658362849:682191", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.09923877567052841, - 0.06785961985588074, - -0.09951813519001007, - 0.9877464771270752 - ] - ], - [ - 0.03333333507180214, - [ - -0.09923877567052841, - 0.06785961985588074, - -0.09951813519001007, - 0.9877464771270752 - ] - ], - [ - 0.06666667014360428, - [ - -0.09784884005784988, - 0.0678420215845108, - -0.1011551097035408, - 0.9877199530601501 - ] - ], - [ - 0.10000000149011612, - [ - -0.09625329822301865, - 0.06777847558259964, - -0.1029331162571907, - 0.987697422504425 - ] - ], - [ - 0.13333334028720856, - [ - -0.09452053159475327, - 0.06766869127750397, - -0.10473257303237915, - 0.987683117389679 - ] - ], - [ - 0.1666666716337204, - [ - -0.09271880239248276, - 0.06751363724470139, - -0.10643411427736282, - 0.9876827001571655 - ] - ], - [ - 0.20000000298023224, - [ - -0.0909162312746048, - 0.06731557101011276, - -0.10791853070259094, - 0.9877026081085205 - ] - ], - [ - 0.23333333432674408, - [ - -0.0891808569431305, - 0.06707791984081268, - -0.1090669110417366, - 0.9877509474754333 - ] - ], - [ - 0.2666666805744171, - [ - -0.08758062869310379, - 0.06680485606193542, - -0.10976047813892365, - 0.987835705280304 - ] - ], - [ - 0.30000001192092896, - [ - -0.08618361502885818, - 0.06650082767009735, - -0.10988075286149979, - 0.9879657030105591 - ] - ], - [ - 0.3333333432674408, - [ - -0.08505807816982269, - 0.06616983562707901, - -0.1093093603849411, - 0.9881488680839539 - ] - ], - [ - 0.36666667461395264, - [ - -0.08427269756793976, - 0.06581450253725052, - -0.10792800784111023, - 0.9883916974067688 - ] - ], - [ - 0.4000000059604645, - [ - -0.08359024673700333, - 0.06535278260707855, - -0.10621894896030426, - 0.9886654019355774 - ] - ], - [ - 0.4333333373069763, - [ - -0.08172065019607544, - 0.06456580758094788, - -0.10183151066303253, - 0.9893348217010498 - ] - ], - [ - 0.46666666865348816, - [ - -0.07807154208421707, - 0.06341122835874557, - -0.09299051016569138, - 0.9905738830566406 - ] - ], - [ - 0.5, - [ - -0.073277048766613, - 0.06204023212194443, - -0.08134590089321136, - 0.9920505881309509 - ] - ], - [ - 0.5333333611488342, - [ - -0.06796283274888992, - 0.06059456616640091, - -0.06856179982423782, - 0.9934830665588379 - ] - ], - [ - 0.5666666626930237, - [ - -0.06273601949214935, - 0.05919784680008888, - -0.05632537230849266, - 0.9946794509887695 - ] - ], - [ - 0.6000000238418579, - [ - -0.058182571083307266, - 0.057952605187892914, - -0.04634605720639229, - 0.9955442547798157 - ] - ], - [ - 0.6333333253860474, - [ - -0.05487409979104996, - 0.05694252625107765, - -0.0403488464653492, - 0.9960513710975647 - ] - ], - [ - 0.6666666865348816, - [ - -0.053385309875011444, - 0.05623918026685715, - -0.04006271809339523, - 0.9961838126182556 - ] - ], - [ - 0.699999988079071, - [ - -0.05563011020421982, - 0.056908685714006424, - -0.048790257424116135, - 0.9956336617469788 - ] - ], - [ - 0.7333333492279053, - [ - -0.062200382351875305, - 0.059582266956567764, - -0.06657545268535614, - 0.9940568208694458 - ] - ], - [ - 0.7666666507720947, - [ - -0.07168572396039963, - 0.06370845437049866, - -0.09023160487413406, - 0.991292417049408 - ] - ], - [ - 0.800000011920929, - [ - -0.0826481282711029, - 0.06870244443416595, - -0.11658875644207001, - 0.9873481392860413 - ] - ], - [ - 0.8333333134651184, - [ - -0.09363528341054916, - 0.07388556748628616, - -0.14254525303840637, - 0.9825752973556519 - ] - ], - [ - 0.8666666746139526, - [ - -0.10320286452770233, - 0.07846667617559433, - -0.16510479152202606, - 0.9777180552482605 - ] - ], - [ - 0.8999999761581421, - [ - -0.10992859303951263, - 0.0815630629658699, - -0.181378573179245, - 0.9738403558731079 - ] - ], - [ - 0.9333333373069763, - [ - -0.11240234971046448, - 0.0822581946849823, - -0.18853777647018433, - 0.9721382856369019 - ] - ], - [ - 0.9666666388511658, - [ - -0.11191242933273315, - 0.08111536502838135, - -0.18843171000480652, - 0.9723114967346191 - ] - ], - [ - 1.0, - [ - -0.11080588400363922, - 0.07942387461662292, - -0.18519507348537445, - 0.973199188709259 - ] - ], - [ - 1.0333333015441895, - [ - -0.10925261676311493, - 0.07737885415554047, - -0.17941085994243622, - 0.9746220707893372 - ] - ], - [ - 1.0666667222976685, - [ - -0.10743151605129242, - 0.07510251551866531, - -0.17184807360172272, - 0.9763638377189636 - ] - ], - [ - 1.100000023841858, - [ - -0.10550962388515472, - 0.07270222902297974, - -0.16333773732185364, - 0.9782141447067261 - ] - ], - [ - 1.1333333253860474, - [ - -0.10364620387554169, - 0.07034850120544434, - -0.1545567512512207, - 0.9800105690956116 - ] - ], - [ - 1.1666666269302368, - [ - -0.10200311243534088, - 0.06821420043706894, - -0.14618661999702454, - 0.9816168546676636 - ] - ], - [ - 1.2000000476837158, - [ - -0.10074379295110703, - 0.06647519022226334, - -0.1389123946428299, - 0.9829217195510864 - ] - ], - [ - 1.2333333492279053, - [ - -0.10003188252449036, - 0.06531068682670593, - -0.13342149555683136, - 0.983832836151123 - ] - ], - [ - 1.2666666507720947, - [ - -0.10002952069044113, - 0.06490319967269897, - -0.1304013729095459, - 0.9842647910118103 - ] - ], - [ - 1.2999999523162842, - [ - -0.10055538266897202, - 0.0651434063911438, - -0.12946650385856628, - 0.984318733215332 - ] - ], - [ - 1.3333333730697632, - [ - -0.10138620436191559, - 0.06584049016237259, - -0.12996602058410645, - 0.9841213822364807 - ] - ], - [ - 1.3666666746139526, - [ - -0.1026175245642662, - 0.0670570656657219, - -0.13218756020069122, - 0.983615517616272 - ] - ], - [ - 1.399999976158142, - [ - -0.10434269905090332, - 0.06885591149330139, - -0.1364169716835022, - 0.9827319383621216 - ] - ], - [ - 1.4333332777023315, - [ - -0.10665222257375717, - 0.07129991799592972, - -0.1429368406534195, - 0.9813821315765381 - ] - ], - [ - 1.4666666984558105, - [ - -0.10963339358568192, - 0.07445225119590759, - -0.152025043964386, - 0.9794517755508423 - ] - ], - [ - 1.5, - [ - -0.11444903165102005, - 0.0796397402882576, - -0.16890300810337067, - 0.9757207036018372 - ] - ], - [ - 1.5333333015441895, - [ - -0.12107600271701813, - 0.08690332621335983, - -0.19379806518554688, - 0.9696549773216248 - ] - ], - [ - 1.5666667222976685, - [ - -0.12786638736724854, - 0.09439126402139664, - -0.21955662965774536, - 0.9625670909881592 - ] - ], - [ - 1.600000023841858, - [ - -0.1332598775625229, - 0.10029663145542145, - -0.23918429017066956, - 0.9565423727035522 - ] - ], - [ - 1.6333333253860474, - [ - -0.1357761174440384, - 0.10284508019685745, - -0.2458389699459076, - 0.9542279243469238 - ] - ], - [ - 1.6666666269302368, - [ - -0.13424141705036163, - 0.10086193680763245, - -0.23469117283821106, - 0.9574581980705261 - ] - ], - [ - 1.7000000476837158, - [ - -0.12931083142757416, - 0.09525489062070847, - -0.209172323346138, - 0.9645994901657104 - ] - ], - [ - 1.7333333492279053, - [ - -0.12225894629955292, - 0.08737961202859879, - -0.1748647391796112, - 0.973056972026825 - ] - ], - [ - 1.7666666507720947, - [ - -0.11438718438148499, - 0.07867144793272018, - -0.13750459253787994, - 0.9807237386703491 - ] - ], - [ - 1.7999999523162842, - [ - -0.10704061388969421, - 0.07066451013088226, - -0.10301784425973892, - 0.9863752722740173 - ] - ], - [ - 1.8333333730697632, - [ - -0.10158906131982803, - 0.06497039645910263, - -0.07744473218917847, - 0.9896771311759949 - ] - ], - [ - 1.8666666746139526, - [ - -0.09939216822385788, - 0.06323162466287613, - -0.06684217602014542, - 0.9907850623130798 - ] - ], - [ - 1.899999976158142, - [ - -0.09761941432952881, - 0.06369759142398834, - -0.06898178905248642, - 0.9907848238945007 - ] - ], - [ - 1.9333332777023315, - [ - -0.09375587850809097, - 0.06386110931634903, - -0.07645535469055176, - 0.9905989170074463 - ] - ], - [ - 1.9666666984558105, - [ - -0.08961628377437592, - 0.06420471519231796, - -0.08752451837062836, - 0.9900435209274292 - ] - ], - [ - 2.0, - [ - -0.08699911087751389, - 0.06527689844369888, - -0.10044793039560318, - 0.9889793992042542 - ] - ], - [ - 2.0333333015441895, - [ - -0.08765438199043274, - 0.06775351613759995, - -0.11347426474094391, - 0.9873448014259338 - ] - ], - [ - 2.066666603088379, - [ - -0.09634152799844742, - 0.07486358284950256, - -0.12832310795783997, - 0.9841986298561096 - ] - ], - [ - 2.0999999046325684, - [ - -0.11252520233392715, - 0.08719347417354584, - -0.14564915001392365, - 0.9790412187576294 - ] - ], - [ - 2.133333444595337, - [ - -0.13016991317272186, - 0.1012437492609024, - -0.16217881441116333, - 0.9728841185569763 - ] - ], - [ - 2.1666667461395264, - [ - -0.143723726272583, - 0.11291307955980301, - -0.17484790086746216, - 0.9674824476242065 - ] - ], - [ - 2.200000047683716, - [ - -0.14807435870170593, - 0.11766580492258072, - -0.1807805895805359, - 0.9651668667793274 - ] - ], - [ - 2.2333333492279053, - [ - -0.14411111176013947, - 0.11552891880273819, - -0.17797702550888062, - 0.9665449857711792 - ] - ], - [ - 2.2666666507720947, - [ - -0.13664059340953827, - 0.11023371666669846, - -0.16771014034748077, - 0.9700780510902405 - ] - ], - [ - 2.299999952316284, - [ - -0.12647981941699982, - 0.10278525203466415, - -0.15201471745967865, - 0.9748485088348389 - ] - ], - [ - 2.3333332538604736, - [ - -0.11447418481111526, - 0.09416483342647552, - -0.13295257091522217, - 0.9799757599830627 - ] - ], - [ - 2.366666555404663, - [ - -0.10153689235448837, - 0.08528769016265869, - -0.11264704912900925, - 0.9847472310066223 - ] - ], - [ - 2.4000000953674316, - [ - -0.08866018801927567, - 0.07697316259145737, - -0.09329214692115784, - 0.9886916279792786 - ] - ], - [ - 2.433333396911621, - [ - -0.07690489292144775, - 0.0699317529797554, - -0.07714303582906723, - 0.9915866851806641 - ] - ], - [ - 2.4666666984558105, - [ - -0.06737634539604187, - 0.0647726058959961, - -0.06649237871170044, - 0.9934000968933105 - ] - ], - [ - 2.5, - [ - -0.061199065297842026, - 0.062037769705057144, - -0.06364509463310242, - 0.9941607117652893 - ] - ], - [ - 2.5333333015441895, - [ - -0.058298613876104355, - 0.061363812536001205, - -0.06878476589918137, - 0.9940344095230103 - ] - ], - [ - 2.566666603088379, - [ - -0.05769239738583565, - 0.06181105598807335, - -0.0792619064450264, - 0.9932615756988525 - ] - ], - [ - 2.5999999046325684, - [ - -0.05890856310725212, - 0.06302571296691895, - -0.09256245940923691, - 0.9919625520706177 - ] - ], - [ - 2.633333444595337, - [ - -0.06124790757894516, - 0.06462586671113968, - -0.10591321438550949, - 0.990381121635437 - ] - ], - [ - 2.6666667461395264, - [ - -0.06402517855167389, - 0.06622564792633057, - -0.11681102216243744, - 0.9888731837272644 - ] - ], - [ - 2.700000047683716, - [ - -0.0666511207818985, - 0.0675070658326149, - -0.12334318459033966, - 0.987819254398346 - ] - ], - [ - 2.7333333492279053, - [ - -0.06869878619909286, - 0.0682295486330986, - -0.12431877851486206, - 0.9875069856643677 - ] - ], - [ - 2.7666666507720947, - [ - -0.07026834785938263, - 0.06922757625579834, - -0.12215174734592438, - 0.9875975251197815 - ] - ], - [ - 2.799999952316284, - [ - -0.07149739563465118, - 0.07191132009029388, - -0.11971304565668106, - 0.9876161813735962 - ] - ], - [ - 2.8333332538604736, - [ - -0.07207854837179184, - 0.0772995725274086, - -0.11687733232975006, - 0.9875065088272095 - ] - ], - [ - 2.866666555404663, - [ - -0.07238239049911499, - 0.08463775366544724, - -0.1131446436047554, - 0.9873173236846924 - ] - ], - [ - 2.9000000953674316, - [ - -0.07429061084985733, - 0.08771806955337524, - -0.10860683023929596, - 0.9874163269996643 - ] - ], - [ - 2.933333396911621, - [ - -0.07755032926797867, - 0.08612021058797836, - -0.10193325579166412, - 0.988017737865448 - ] - ], - [ - 2.9666666984558105, - [ - -0.08149681985378265, - 0.08132289350032806, - -0.09230240434408188, - 0.9890526533126831 - ] - ], - [ - 3.0, - [ - -0.08562126010656357, - 0.07471992820501328, - -0.08144727349281311, - 0.9901779294013977 - ] - ], - [ - 3.0333333015441895, - [ - -0.08947047591209412, - 0.06777776032686234, - -0.07111133635044098, - 0.9911329746246338 - ] - ], - [ - 3.066666603088379, - [ - -0.09266810119152069, - 0.06203877180814743, - -0.06304045766592026, - 0.9917609095573425 - ] - ], - [ - 3.0999999046325684, - [ - -0.09489626437425613, - 0.05909501388669014, - -0.05897879600524902, - 0.9919798374176025 - ] - ], - [ - 3.133333444595337, - [ - -0.09556894749403, - 0.05822977423667908, - -0.05989651754498482, - 0.9919114112854004 - ] - ], - [ - 3.1666667461395264, - [ - -0.09463628381490707, - 0.05764482915401459, - -0.06484418362379074, - 0.991723895072937 - ] - ], - [ - 3.200000047683716, - [ - -0.09259633719921112, - 0.05729425325989723, - -0.07268482446670532, - 0.9913930892944336 - ] - ], - [ - 3.2333333492279053, - [ - -0.08996276557445526, - 0.05717363581061363, - -0.0822417363524437, - 0.9908956289291382 - ] - ], - [ - 3.2666666507720947, - [ - -0.08730688691139221, - 0.057313788682222366, - -0.09224317222833633, - 0.9902443289756775 - ] - ], - [ - 3.299999952316284, - [ - -0.0851951390504837, - 0.05775490030646324, - -0.10140516608953476, - 0.9895065426826477 - ] - ], - [ - 3.3333332538604736, - [ - -0.08417974412441254, - 0.05858266353607178, - -0.10844465345144272, - 0.9887980818748474 - ] - ], - [ - 3.366666555404663, - [ - -0.08417466282844543, - 0.06012130156159401, - -0.11345605552196503, - 0.9881436228752136 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658363046_682198.json b/lenses/physics-objects/Scene/assets/1646688658363046_682198.json deleted file mode 100644 index 8c79e5a6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658363046_682198.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658363046:682198", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658364042_682211.json b/lenses/physics-objects/Scene/assets/1646688658364042_682211.json deleted file mode 100644 index c99604e4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658364042_682211.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658364042:682211", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 11.258268356323242, - 8.77664060681127e-05, - 6.775110523449257e-05 - ] - ], - [ - 3.366666555404663, - [ - 11.258268356323242, - 8.71710290084593e-05, - 6.79030708852224e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658364238_682218.json b/lenses/physics-objects/Scene/assets/1646688658364238_682218.json deleted file mode 100644 index 4efb8e51..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658364238_682218.json +++ /dev/null @@ -1,919 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658364238:682218", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.11416274309158325, - 0.05336713790893555, - -0.09994456171989441, - 0.9869801998138428 - ] - ], - [ - 0.06666667014360428, - [ - -0.11390893906354904, - 0.05339282378554344, - -0.10020792484283447, - 0.9869814515113831 - ] - ], - [ - 0.10000000149011612, - [ - -0.11319334805011749, - 0.05345914512872696, - -0.10091782361268997, - 0.986987829208374 - ] - ], - [ - 0.13333334028720856, - [ - -0.11208461970090866, - 0.05354965850710869, - -0.10195375233888626, - 0.9870030879974365 - ] - ], - [ - 0.1666666716337204, - [ - -0.11065127700567245, - 0.053647980093955994, - -0.10319502651691437, - 0.9870303869247437 - ] - ], - [ - 0.20000000298023224, - [ - -0.10896191000938416, - 0.053738392889499664, - -0.1045210063457489, - 0.9870738983154297 - ] - ], - [ - 0.23333333432674408, - [ - -0.10708511620759964, - 0.053806133568286896, - -0.10581106692552567, - 0.9871381521224976 - ] - ], - [ - 0.2666666805744171, - [ - -0.10508958250284195, - 0.0538376085460186, - -0.1069447249174118, - 0.9872288107872009 - ] - ], - [ - 0.30000001192092896, - [ - -0.1030440405011177, - 0.053820326924324036, - -0.10780166834592819, - 0.9873520731925964 - ] - ], - [ - 0.3333333432674408, - [ - -0.10101742297410965, - 0.05374275892972946, - -0.10826192051172256, - 0.9875153303146362 - ] - ], - [ - 0.36666667461395264, - [ - -0.09907880425453186, - 0.05359385162591934, - -0.10820568352937698, - 0.9877259731292725 - ] - ], - [ - 0.4000000059604645, - [ - -0.09729741513729095, - 0.05336249992251396, - -0.10751348733901978, - 0.9879912734031677 - ] - ], - [ - 0.4333333373069763, - [ - -0.0946892648935318, - 0.053225141018629074, - -0.10327047109603882, - 0.9887043237686157 - ] - ], - [ - 0.46666666865348816, - [ - -0.09069386124610901, - 0.053324319422245026, - -0.0937218964099884, - 0.9900239109992981 - ] - ], - [ - 0.5, - [ - -0.08602570742368698, - 0.0535818412899971, - -0.0804935023188591, - 0.9915893077850342 - ] - ], - [ - 0.5333333611488342, - [ - -0.08105741441249847, - 0.053893234580755234, - -0.06582747399806976, - 0.993071973323822 - ] - ], - [ - 0.5666666626930237, - [ - -0.07608377933502197, - 0.054182372987270355, - -0.051992956548929214, - 0.9942697286605835 - ] - ], - [ - 0.6000000238418579, - [ - -0.07166892290115356, - 0.054386790841817856, - -0.04068795591592789, - 0.9951131343841553 - ] - ], - [ - 0.6333333253860474, - [ - -0.06835019588470459, - 0.054429784417152405, - -0.03362754359841347, - 0.9956077933311462 - ] - ], - [ - 0.6666666865348816, - [ - -0.0666637048125267, - 0.05422012507915497, - -0.032532576471567154, - 0.9957700371742249 - ] - ], - [ - 0.699999988079071, - [ - -0.06883344054222107, - 0.05434674024581909, - -0.04062750190496445, - 0.9953179359436035 - ] - ], - [ - 0.7333333492279053, - [ - -0.07571743428707123, - 0.055325109511613846, - -0.057905491441488266, - 0.9939079284667969 - ] - ], - [ - 0.7666666507720947, - [ - -0.08581779897212982, - 0.05698126181960106, - -0.08120859414339066, - 0.9913594722747803 - ] - ], - [ - 0.800000011920929, - [ - -0.09759730845689774, - 0.05911020562052727, - -0.10739714652299881, - 0.9876469969749451 - ] - ], - [ - 0.8333333134651184, - [ - -0.10946796089410782, - 0.061407797038555145, - -0.13340917229652405, - 0.9830808043479919 - ] - ], - [ - 0.8666666746139526, - [ - -0.11980472505092621, - 0.06344526261091232, - -0.15630124509334564, - 0.9783616065979004 - ] - ], - [ - 0.8999999761581421, - [ - -0.12696543335914612, - 0.06468924880027771, - -0.1732499599456787, - 0.9745150208473206 - ] - ], - [ - 0.9333333373069763, - [ - -0.12929977476596832, - 0.0645696148276329, - -0.18149961531162262, - 0.9727128148078918 - ] - ], - [ - 0.9666666388511658, - [ - -0.12820786237716675, - 0.06324902176856995, - -0.18285609781742096, - 0.9726900458335876 - ] - ], - [ - 1.0, - [ - -0.1263308972120285, - 0.06137075275182724, - -0.18136146664619446, - 0.9733356833457947 - ] - ], - [ - 1.0333333015441895, - [ - -0.12387190759181976, - 0.05911864712834358, - -0.17759785056114197, - 0.9744844436645508 - ] - ], - [ - 1.0666667222976685, - [ - -0.12103907763957977, - 0.05667116865515709, - -0.1721453219652176, - 0.9759631752967834 - ] - ], - [ - 1.100000023841858, - [ - -0.11804715543985367, - 0.05420168116688728, - -0.16558495163917542, - 0.977603554725647 - ] - ], - [ - 1.1333333253860474, - [ - -0.11511772871017456, - 0.05187886208295822, - -0.15850037336349487, - 0.9792519211769104 - ] - ], - [ - 1.1666666269302368, - [ - -0.11247824132442474, - 0.04986761137843132, - -0.1514788568019867, - 0.9807732701301575 - ] - ], - [ - 1.2000000476837158, - [ - -0.11034785956144333, - 0.048265352845191956, - -0.14530038833618164, - 0.9820294380187988 - ] - ], - [ - 1.2333333492279053, - [ - -0.10892773419618607, - 0.04716051369905472, - -0.1408073753118515, - 0.9828957915306091 - ] - ], - [ - 1.2666666507720947, - [ - -0.10842127352952957, - 0.046703968197107315, - -0.13868321478366852, - 0.9832754135131836 - ] - ], - [ - 1.2999999523162842, - [ - -0.1086660772562027, - 0.046873047947883606, - -0.13852661848068237, - 0.9832624197006226 - ] - ], - [ - 1.3333333730697632, - [ - -0.10940858721733093, - 0.04754743352532387, - -0.13968375325202942, - 0.9829840660095215 - ] - ], - [ - 1.3666666746139526, - [ - -0.11071170121431351, - 0.04873434081673622, - -0.14245732128620148, - 0.9823817014694214 - ] - ], - [ - 1.399999976158142, - [ - -0.11263566464185715, - 0.050441842526197433, - -0.1471482217311859, - 0.9813848733901978 - ] - ], - [ - 1.4333332777023315, - [ - -0.11523796617984772, - 0.052678290754556656, - -0.15405403077602386, - 0.9799043536186218 - ] - ], - [ - 1.4666666984558105, - [ - -0.11857365071773529, - 0.05545170232653618, - -0.16346736252307892, - 0.9778260588645935 - ] - ], - [ - 1.5, - [ - -0.12391118705272675, - 0.05987468734383583, - -0.18062804639339447, - 0.9738760590553284 - ] - ], - [ - 1.5333333015441895, - [ - -0.13124649226665497, - 0.06602858006954193, - -0.20575401186943054, - 0.9675121903419495 - ] - ], - [ - 1.5666667222976685, - [ - -0.13877315819263458, - 0.07239606231451035, - -0.23166587948799133, - 0.960120677947998 - ] - ], - [ - 1.600000023841858, - [ - -0.1447800248861313, - 0.07751736044883728, - -0.2513467073440552, - 0.9538630247116089 - ] - ], - [ - 1.6333333253860474, - [ - -0.1476466953754425, - 0.07996931672096252, - -0.25793275237083435, - 0.951460063457489 - ] - ], - [ - 1.6666666269302368, - [ - -0.14600884914398193, - 0.07852983474731445, - -0.24662083387374878, - 0.9548259973526001 - ] - ], - [ - 1.7000000476837158, - [ - -0.14053229987621307, - 0.0737401694059372, - -0.22087301313877106, - 0.9623035788536072 - ] - ], - [ - 1.7333333492279053, - [ - -0.1326517015695572, - 0.06682328134775162, - -0.18625682592391968, - 0.971208930015564 - ] - ], - [ - 1.7666666507720947, - [ - -0.12385067343711853, - 0.05908557027578354, - -0.14849810302257538, - 0.9793457984924316 - ] - ], - [ - 1.7999999523162842, - [ - -0.1157015711069107, - 0.05193833261728287, - -0.11351606249809265, - 0.9854084849357605 - ] - ], - [ - 1.8333333730697632, - [ - -0.10984619706869125, - 0.04688089340925217, - -0.08734489977359772, - 0.9889928698539734 - ] - ], - [ - 1.8666666746139526, - [ - -0.1079384982585907, - 0.04546291381120682, - -0.07603371143341064, - 0.9902026653289795 - ] - ], - [ - 1.899999976158142, - [ - -0.1068630963563919, - 0.04669736698269844, - -0.07729946821928024, - 0.9901638627052307 - ] - ], - [ - 1.9333332777023315, - [ - -0.10365764796733856, - 0.04847067594528198, - -0.08372902870178223, - 0.9898965358734131 - ] - ], - [ - 1.9666666984558105, - [ - -0.10017619282007217, - 0.050631873309612274, - -0.09365113824605942, - 0.9892576336860657 - ] - ], - [ - 2.0, - [ - -0.09828288108110428, - 0.05308575928211212, - -0.1054026335477829, - 0.9881360530853271 - ] - ], - [ - 2.0333333015441895, - [ - -0.09984074532985687, - 0.05585743859410286, - -0.11731812357902527, - 0.9864828586578369 - ] - ], - [ - 2.066666603088379, - [ - -0.11032536625862122, - 0.06144226714968681, - -0.1311192363500595, - 0.9832908511161804 - ] - ], - [ - 2.0999999046325684, - [ - -0.12945839762687683, - 0.07088254392147064, - -0.14737729728221893, - 0.9780061841011047 - ] - ], - [ - 2.133333444595337, - [ - -0.15060783922672272, - 0.08177497237920761, - -0.16277851164340973, - 0.9716652035713196 - ] - ], - [ - 2.1666667461395264, - [ - -0.16752129793167114, - 0.0910179540514946, - -0.17424295842647552, - 0.9660703539848328 - ] - ], - [ - 2.200000047683716, - [ - -0.1741328090429306, - 0.09498609602451324, - -0.17897768318653107, - 0.9636505842208862 - ] - ], - [ - 2.2333333492279053, - [ - -0.17112906277179718, - 0.0935744121670723, - -0.17516425251960754, - 0.9650266170501709 - ] - ], - [ - 2.2666666507720947, - [ - -0.16388362646102905, - 0.08966764807701111, - -0.16418243944644928, - 0.9685794711112976 - ] - ], - [ - 2.299999952316284, - [ - -0.1533672958612442, - 0.08409789949655533, - -0.14804963767528534, - 0.9733896255493164 - ] - ], - [ - 2.3333332538604736, - [ - -0.1405702382326126, - 0.07768892496824265, - -0.12880420684814453, - 0.9785774946212769 - ] - ], - [ - 2.366666555404663, - [ - -0.12653417885303497, - 0.07120031863451004, - -0.10854430496692657, - 0.9834316372871399 - ] - ], - [ - 2.4000000953674316, - [ - -0.1123594120144844, - 0.06528881192207336, - -0.08944067358970642, - 0.9874781370162964 - ] - ], - [ - 2.433333396911621, - [ - -0.09919322282075882, - 0.06048978120088577, - -0.0737302228808403, - 0.9904876351356506 - ] - ], - [ - 2.4666666984558105, - [ - -0.08820831030607224, - 0.05722108483314514, - -0.06369473040103912, - 0.9924153685569763 - ] - ], - [ - 2.5, - [ - -0.08058501780033112, - 0.0558127760887146, - -0.06163672357797623, - 0.9932734370231628 - ] - ], - [ - 2.5333333015441895, - [ - -0.07616724818944931, - 0.05580822378396988, - -0.06779550015926361, - 0.9932209253311157 - ] - ], - [ - 2.566666603088379, - [ - -0.07384558767080307, - 0.05636369064450264, - -0.07956904172897339, - 0.9924911856651306 - ] - ], - [ - 2.5999999046325684, - [ - -0.07321640849113464, - 0.057195693254470825, - -0.09446565061807632, - 0.9911832809448242 - ] - ], - [ - 2.633333444595337, - [ - -0.07372812181711197, - 0.058061111718416214, - -0.10964922606945038, - 0.9895302653312683 - ] - ], - [ - 2.6666667461395264, - [ - -0.07479425519704819, - 0.05878329649567604, - -0.12247249484062195, - 0.9879023432731628 - ] - ], - [ - 2.700000047683716, - [ - -0.075912244617939, - 0.05924805998802185, - -0.13088326156139374, - 0.9867100715637207 - ] - ], - [ - 2.7333333492279053, - [ - -0.07666318118572235, - 0.05942011997103691, - -0.13352100551128387, - 0.9862880706787109 - ] - ], - [ - 2.7666666507720947, - [ - -0.07722886651754379, - 0.06007330119609833, - -0.1327449530363083, - 0.9863091111183167 - ] - ], - [ - 2.799999952316284, - [ - -0.07797164469957352, - 0.06245039775967598, - -0.13144199550151825, - 0.9862776398658752 - ] - ], - [ - 2.8333332538604736, - [ - -0.07877741754055023, - 0.06759662181138992, - -0.12944146990776062, - 0.9861388206481934 - ] - ], - [ - 2.866666555404663, - [ - -0.07987204194068909, - 0.07470354437828064, - -0.1261528879404068, - 0.9859642386436462 - ] - ], - [ - 2.9000000953674316, - [ - -0.08195068687200546, - 0.07737953215837479, - -0.12174032628536224, - 0.9861419796943665 - ] - ], - [ - 2.933333396911621, - [ - -0.08479510992765427, - 0.07513704150915146, - -0.11502457410097122, - 0.9868807196617126 - ] - ], - [ - 2.9666666984558105, - [ - -0.08807262778282166, - 0.0694880485534668, - -0.10520640760660172, - 0.9881023168563843 - ] - ], - [ - 3.0, - [ - -0.09144646674394608, - 0.061995167285203934, - -0.09400050342082977, - 0.9894230961799622 - ] - ], - [ - 3.0333333015441895, - [ - -0.09465351700782776, - 0.05428648367524147, - -0.08313457667827606, - 0.9905465841293335 - ] - ], - [ - 3.066666603088379, - [ - -0.09752760082483292, - 0.048059944063425064, - -0.0743434950709343, - 0.991287887096405 - ] - ], - [ - 3.0999999046325684, - [ - -0.09997501224279404, - 0.045063216239213943, - -0.069365955889225, - 0.9915456175804138 - ] - ], - [ - 3.133333444595337, - [ - -0.10133841633796692, - 0.04448957368731499, - -0.06915353238582611, - 0.991447925567627 - ] - ], - [ - 3.1666667461395264, - [ - -0.10134150087833405, - 0.04431815445423126, - -0.07273557782173157, - 0.9911989569664001 - ] - ], - [ - 3.200000047683716, - [ - -0.10047585517168045, - 0.04446611925959587, - -0.07897129654884338, - 0.9908031821250916 - ] - ], - [ - 3.2333333492279053, - [ - -0.09922818839550018, - 0.04484856128692627, - -0.08671751618385315, - 0.9902639389038086 - ] - ], - [ - 3.2666666507720947, - [ - -0.09807780385017395, - 0.04540419578552246, - -0.09482777118682861, - 0.9896094799041748 - ] - ], - [ - 3.299999952316284, - [ - -0.09749612957239151, - 0.04610605910420418, - -0.10215337574481964, - 0.9889051914215088 - ] - ], - [ - 3.3333332538604736, - [ - -0.09794846922159195, - 0.04695718735456467, - -0.10754517465829849, - 0.9882485270500183 - ] - ], - [ - 3.366666555404663, - [ - -0.09951286762952805, - 0.04836880415678024, - -0.11103610694408417, - 0.9876378774642944 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658364496_682225.json b/lenses/physics-objects/Scene/assets/1646688658364496_682225.json deleted file mode 100644 index 689c3000..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658364496_682225.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658364496:682225", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658365502_682238.json b/lenses/physics-objects/Scene/assets/1646688658365502_682238.json deleted file mode 100644 index 6e0d95d9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658365502_682238.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658365502:682238", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.093833923339844, - 0.0005135946557857096, - 1.1158887900819536e-05 - ] - ], - [ - 3.366666555404663, - [ - 9.093833923339844, - 0.0005135946557857096, - 1.1158887900819536e-05 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658365694_682245.json b/lenses/physics-objects/Scene/assets/1646688658365694_682245.json deleted file mode 100644 index d73bf0c0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658365694_682245.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658365694:682245", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.9487540587069816e-07, - -6.15689614846815e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ], - [ - 1.0, - [ - 2.9487540587069816e-07, - -6.15689614846815e-08, - -0.06958335638046265, - 0.997576117515564 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658365923_682252.json b/lenses/physics-objects/Scene/assets/1646688658365923_682252.json deleted file mode 100644 index 58b996bf..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658365923_682252.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658365923:682252", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658367002_682269.json b/lenses/physics-objects/Scene/assets/1646688658367002_682269.json deleted file mode 100644 index a9769e10..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658367002_682269.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658367002:682269", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 33.82792663574219, - 8.881784197001252e-15, - 3.608617067337036 - ] - ], - [ - 6.633333206176758, - [ - 33.82792663574219, - -7.993605777301127e-15, - 3.608617067337036 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658367231_682276.json b/lenses/physics-objects/Scene/assets/1646688658367231_682276.json deleted file mode 100644 index d9da99b8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658367231_682276.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658367231:682276", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 0.03333333507180214, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 0.06666667014360428, - [ - 0.7070257067680359, - 0.010707038454711437, - -0.010707038454711437, - 0.7070257067680359 - ] - ], - [ - 0.10000000149011612, - [ - 0.7069785594940186, - 0.013465087860822678, - -0.013465087860822678, - 0.7069785594940186 - ] - ], - [ - 0.13333334028720856, - [ - 0.7068895101547241, - 0.01752919889986515, - -0.01752919889986515, - 0.7068895101547241 - ] - ], - [ - 0.1666666716337204, - [ - 0.7067499160766602, - 0.022463396191596985, - -0.022463396191596985, - 0.7067499160766602 - ] - ], - [ - 0.20000000298023224, - [ - 0.706558883190155, - 0.02783171460032463, - -0.02783171460032463, - 0.706558883190155 - ] - ], - [ - 0.23333333432674408, - [ - 0.7063270211219788, - 0.03319842368364334, - -0.03319842368364334, - 0.7063270211219788 - ] - ], - [ - 0.2666666805744171, - [ - 0.7060781121253967, - 0.0381283164024353, - -0.0381283164024353, - 0.7060781121253967 - ] - ], - [ - 0.30000001192092896, - [ - 0.7058472037315369, - 0.042186837643384933, - -0.042186837643384933, - 0.7058472037315369 - ] - ], - [ - 0.3333333432674408, - [ - 0.7056772708892822, - 0.044940050691366196, - -0.044940050691366196, - 0.7056772708892822 - ] - ], - [ - 0.36666667461395264, - [ - 0.7056119441986084, - 0.04595422372221947, - -0.04595422372221947, - 0.7056119441986084 - ] - ], - [ - 0.4000000059604645, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.4333333373069763, - [ - 0.7058948278427124, - 0.041382476687431335, - -0.041382476687431335, - 0.7058948278427124 - ] - ], - [ - 0.46666666865348816, - [ - 0.7061610221862793, - 0.03656039386987686, - -0.03656039386987686, - 0.7061610221862793 - ] - ], - [ - 0.5, - [ - 0.706433892250061, - 0.030841292813420296, - -0.030841292813420296, - 0.706433892250061 - ] - ], - [ - 0.5333333611488342, - [ - 0.7066709995269775, - 0.02482161670923233, - -0.02482161670923233, - 0.7066709995269775 - ] - ], - [ - 0.5666666626930237, - [ - 0.7068488597869873, - 0.019098790362477303, - -0.019098790362477303, - 0.7068488597869873 - ] - ], - [ - 0.6000000238418579, - [ - 0.7069627642631531, - 0.014270697720348835, - -0.014270697720348835, - 0.7069627642631531 - ] - ], - [ - 0.6333333253860474, - [ - 0.7070222496986389, - 0.010935441590845585, - -0.010935441590845585, - 0.7070222496986389 - ] - ], - [ - 0.6666666865348816, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 3.3333332538604736, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 3.366666555404663, - [ - 0.7070257067680359, - 0.010707031935453415, - -0.010707031935453415, - 0.7070257067680359 - ] - ], - [ - 3.4000000953674316, - [ - 0.7069785594940186, - 0.013465097174048424, - -0.013465097174048424, - 0.7069785594940186 - ] - ], - [ - 3.433333396911621, - [ - 0.7068895101547241, - 0.017529208213090897, - -0.017529208213090897, - 0.7068895101547241 - ] - ], - [ - 3.4666666984558105, - [ - 0.7067499160766602, - 0.022463401779532433, - -0.022463401779532433, - 0.7067499160766602 - ] - ], - [ - 3.5, - [ - 0.706558883190155, - 0.02783171460032463, - -0.02783171460032463, - 0.706558883190155 - ] - ], - [ - 3.5333333015441895, - [ - 0.7063270211219788, - 0.033198416233062744, - -0.033198416233062744, - 0.7063270211219788 - ] - ], - [ - 3.566666603088379, - [ - 0.7060781121253967, - 0.038128308951854706, - -0.038128308951854706, - 0.7060781121253967 - ] - ], - [ - 3.5999999046325684, - [ - 0.7058472037315369, - 0.04218682646751404, - -0.04218682646751404, - 0.7058472037315369 - ] - ], - [ - 3.633333444595337, - [ - 0.7056772708892822, - 0.04494005814194679, - -0.04494005814194679, - 0.7056772708892822 - ] - ], - [ - 3.6666667461395264, - [ - 0.7056119441986084, - 0.04595422372221947, - -0.04595422372221947, - 0.7056119441986084 - ] - ], - [ - 3.700000047683716, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 3.7333333492279053, - [ - 0.7058948278427124, - 0.041382476687431335, - -0.041382476687431335, - 0.7058948278427124 - ] - ], - [ - 3.7666666507720947, - [ - 0.7061610221862793, - 0.03656039386987686, - -0.03656039386987686, - 0.7061610221862793 - ] - ], - [ - 3.799999952316284, - [ - 0.706433892250061, - 0.030841302126646042, - -0.030841302126646042, - 0.706433892250061 - ] - ], - [ - 3.8333332538604736, - [ - 0.7066709995269775, - 0.02482163906097412, - -0.02482163906097412, - 0.7066709995269775 - ] - ], - [ - 3.866666555404663, - [ - 0.7068488597869873, - 0.019098807126283646, - -0.019098807126283646, - 0.7068488597869873 - ] - ], - [ - 3.9000000953674316, - [ - 0.7069627642631531, - 0.014270689338445663, - -0.014270689338445663, - 0.7069627642631531 - ] - ], - [ - 3.933333396911621, - [ - 0.7070222496986389, - 0.010935436934232712, - -0.010935436934232712, - 0.7070222496986389 - ] - ], - [ - 3.9666666984558105, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ], - [ - 6.633333206176758, - [ - 0.7070403695106506, - 0.00969087053090334, - -0.00969087053090334, - 0.7070403695106506 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658367425_682283.json b/lenses/physics-objects/Scene/assets/1646688658367425_682283.json deleted file mode 100644 index d64334f3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658367425_682283.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658367425:682283", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658376777_682296.json b/lenses/physics-objects/Scene/assets/1646688658376777_682296.json deleted file mode 100644 index 3d4f5922..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658376777_682296.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658376777:682296", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 33.82792663574219, - 0.0, - 3.608617067337036 - ] - ], - [ - 3.366666555404663, - [ - 33.82792663574219, - 0.0, - 3.608617067337036 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658377024_682303.json b/lenses/physics-objects/Scene/assets/1646688658377024_682303.json deleted file mode 100644 index 8c42d1be..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658377024_682303.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658377024:682303", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.03333333507180214, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ], - [ - 0.06666667014360428, - [ - 0.7058947682380676, - 0.041383467614650726, - -0.041383467614650726, - 0.7058947682380676 - ] - ], - [ - 0.10000000149011612, - [ - 0.7061607837677002, - 0.036564335227012634, - -0.036564335227012634, - 0.7061607837677002 - ] - ], - [ - 0.13333334028720856, - [ - 0.7064334750175476, - 0.030850106850266457, - -0.030850106850266457, - 0.7064334750175476 - ] - ], - [ - 0.1666666716337204, - [ - 0.7066704630851746, - 0.024837201461195946, - -0.024837201461195946, - 0.7066704630851746 - ] - ], - [ - 0.20000000298023224, - [ - 0.7068482041358948, - 0.01912296563386917, - -0.01912296563386917, - 0.7068482041358948 - ] - ], - [ - 0.23333333432674408, - [ - 0.7069620490074158, - 0.014305279590189457, - -0.014305279590189457, - 0.7069620490074158 - ] - ], - [ - 0.2666666805744171, - [ - 0.7070215344429016, - 0.010982182808220387, - -0.010982182808220387, - 0.7070215344429016 - ] - ], - [ - 0.30000001192092896, - [ - 0.7070395350456238, - 0.009751496836543083, - -0.009751496836543083, - 0.7070395350456238 - ] - ], - [ - 0.5333333611488342, - [ - 0.7070375680923462, - 0.009893501177430153, - -0.009893501177430153, - 0.7070375680923462 - ] - ], - [ - 0.7333333492279053, - [ - 0.7070350646972656, - 0.010070374235510826, - -0.010070374235510826, - 0.7070350646972656 - ] - ], - [ - 1.0, - [ - 0.7070307731628418, - 0.010369711555540562, - -0.010369711555540562, - 0.7070307731628418 - ] - ], - [ - 1.2333333492279053, - [ - 0.7070261836051941, - 0.010676456615328789, - -0.010676456615328789, - 0.7070261836051941 - ] - ], - [ - 1.4333332777023315, - [ - 0.7070218324661255, - 0.010961753316223621, - -0.010961753316223621, - 0.7070218324661255 - ] - ], - [ - 1.6666666269302368, - [ - 0.7070163488388062, - 0.011308560147881508, - -0.011308560147881508, - 0.7070163488388062 - ] - ], - [ - 1.7999999523162842, - [ - 0.7070131301879883, - 0.01150849461555481, - -0.01150849461555481, - 0.7070131301879883 - ] - ], - [ - 1.8333333730697632, - [ - 0.7070122957229614, - 0.01155827846378088, - -0.01155827846378088, - 0.7070122957229614 - ] - ], - [ - 1.899999976158142, - [ - 0.7070106863975525, - 0.011657324619591236, - -0.011657324619591236, - 0.7070106863975525 - ] - ], - [ - 2.066666603088379, - [ - 0.7070066332817078, - 0.01190003752708435, - -0.01190003752708435, - 0.7070066332817078 - ] - ], - [ - 2.1666667461395264, - [ - 0.7070042490959167, - 0.012040700763463974, - -0.012040700763463974, - 0.7070042490959167 - ] - ], - [ - 2.2333333492279053, - [ - 0.7070026993751526, - 0.012131741270422935, - -0.012131741270422935, - 0.7070026993751526 - ] - ], - [ - 2.4666666984558105, - [ - 0.7069975733757019, - 0.012428108602762222, - -0.012428108602762222, - 0.7069975733757019 - ] - ], - [ - 2.566666603088379, - [ - 0.7069955468177795, - 0.012542115524411201, - -0.012542115524411201, - 0.7069955468177795 - ] - ], - [ - 2.5999999046325684, - [ - 0.706994891166687, - 0.012578089721500874, - -0.012578089721500874, - 0.706994891166687 - ] - ], - [ - 2.700000047683716, - [ - 0.7069931030273438, - 0.012679368257522583, - -0.012679368257522583, - 0.7069931030273438 - ] - ], - [ - 2.9666666984558105, - [ - 0.7069892287254333, - 0.012893677689135075, - -0.012893677689135075, - 0.7069892287254333 - ] - ], - [ - 3.0, - [ - 0.7069695591926575, - 0.013930132612586021, - -0.013930132612586021, - 0.7069695591926575 - ] - ], - [ - 3.0333333015441895, - [ - 0.7069094181060791, - 0.016706738620996475, - -0.016706738620996475, - 0.7069094181060791 - ] - ], - [ - 3.066666603088379, - [ - 0.706801176071167, - 0.020787589251995087, - -0.020787589251995087, - 0.706801176071167 - ] - ], - [ - 3.0999999046325684, - [ - 0.7066382765769958, - 0.025736641138792038, - -0.025736641138792038, - 0.7066382765769958 - ] - ], - [ - 3.133333444595337, - [ - 0.7064217329025269, - 0.031117916107177734, - -0.031117916107177734, - 0.7064217329025269 - ] - ], - [ - 3.1666667461395264, - [ - 0.7061643600463867, - 0.0364956259727478, - -0.0364956259727478, - 0.7061643600463867 - ] - ], - [ - 3.200000047683716, - [ - 0.7058917880058289, - 0.04143468663096428, - -0.04143468663096428, - 0.7058917880058289 - ] - ], - [ - 3.2333333492279053, - [ - 0.7056413292884827, - 0.045500658452510834, - -0.045500658452510834, - 0.7056413292884827 - ] - ], - [ - 3.2666666507720947, - [ - 0.7054579854011536, - 0.048259787261486053, - -0.048259787261486053, - 0.7054579854011536 - ] - ], - [ - 3.299999952316284, - [ - 0.7053875923156738, - 0.04927850142121315, - -0.04927850142121315, - 0.7053875923156738 - ] - ], - [ - 3.3333332538604736, - [ - 0.70550137758255, - 0.047621581703424454, - -0.047621581703424454, - 0.70550137758255 - ] - ], - [ - 3.366666555404663, - [ - 0.7056917548179626, - 0.04471208155155182, - -0.04471208155155182, - 0.7056917548179626 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658377274_682310.json b/lenses/physics-objects/Scene/assets/1646688658377274_682310.json deleted file mode 100644 index 4fc5753f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658377274_682310.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658377274:682310", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658378509_682323.json b/lenses/physics-objects/Scene/assets/1646688658378509_682323.json deleted file mode 100644 index 8aba01ee..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658378509_682323.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658378509:682323", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.609814643859863, - -7.105427357601002e-15, - 1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 8.609814643859863, - -1.0658141036401503e-14, - 7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658378720_682330.json b/lenses/physics-objects/Scene/assets/1646688658378720_682330.json deleted file mode 100644 index 1a9fc1a3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658378720_682330.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658378720:682330", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0842026894733873e-18, - 6.938893903907228e-17, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.0, - [ - -1.0842026894733873e-18, - 6.938893903907228e-17, - -0.18177372217178345, - 0.9833403825759888 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658379038_682337.json b/lenses/physics-objects/Scene/assets/1646688658379038_682337.json deleted file mode 100644 index 4473b837..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658379038_682337.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658379038:682337", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658380101_682350.json b/lenses/physics-objects/Scene/assets/1646688658380101_682350.json deleted file mode 100644 index 6a8308dd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658380101_682350.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658380101:682350", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.609814643859863, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 8.609814643859863, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658380421_682357.json b/lenses/physics-objects/Scene/assets/1646688658380421_682357.json deleted file mode 100644 index 533ee70a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658380421_682357.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658380421:682357", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.17411060631275177, - 0.9847261309623718 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.1543002426624298, - 0.988024115562439 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.1271134465932846, - 0.9918882846832275 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.09738359600305557, - 0.995246946811676 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.07001993805170059, - 0.997545599937439 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.04997310787439346, - 0.9987505674362183 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.056796927005052567, - 0.9983858466148376 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.09156381338834763, - 0.9957993030548096 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.1329103410243988, - 0.9911280870437622 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.1673777848482132, - 0.9858928322792053 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.17411060631275177, - 0.9847261309623718 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.1543002426624298, - 0.988024115562439 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.1271134316921234, - 0.9918882846832275 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.09738359600305557, - 0.995246946811676 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.0700199231505394, - 0.997545599937439 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.04997310787439346, - 0.9987505674362183 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.05679652839899063, - 0.9983857870101929 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.09156324714422226, - 0.9957993626594543 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.13290974497795105, - 0.991128146648407 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.1673777997493744, - 0.9858928322792053 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.17411065101623535, - 0.9847261905670166 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.15430034697055817, - 0.9880239963531494 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.12711361050605774, - 0.991888165473938 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.09738385677337646, - 0.9952468872070313 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.07002018392086029, - 0.997545599937439 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.05679631978273392, - 0.9983857870101929 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.09156366437673569, - 0.9957992434501648 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.1329098343849182, - 0.991128146648407 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.16737805306911469, - 0.9858927726745605 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.17411044239997864, - 0.9847261309623718 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.15430036187171936, - 0.9880239963531494 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.12711316347122192, - 0.9918882250785828 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.09738381952047348, - 0.9952468872070313 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.07001984864473343, - 0.997545599937439 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.05679614841938019, - 0.9983857870101929 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.09156318753957748, - 0.9957993626594543 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.13291041553020477, - 0.991128146648407 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.16737741231918335, - 0.9858928918838501 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.1741108000278473, - 0.984726071357727 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.15430009365081787, - 0.9880240559577942 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.12711365520954132, - 0.991888165473938 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.09738336503505707, - 0.995246946811676 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.07002007216215134, - 0.997545599937439 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.049972906708717346, - 0.9987505674362183 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.05679690092802048, - 0.9983858466148376 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.0915631577372551, - 0.9957993626594543 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.1329103708267212, - 0.9911280870437622 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.16737739741802216, - 0.9858928918838501 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.17411045730113983, - 0.9847261309623718 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.15430039167404175, - 0.9880239963531494 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.12711310386657715, - 0.9918882250785828 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.0973837673664093, - 0.9952470064163208 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.07001981139183044, - 0.997545599937439 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.04997329041361809, - 0.9987505674362183 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.05679627135396004, - 0.9983857870101929 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.09156358987092972, - 0.9957992434501648 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.13290975987911224, - 0.991128146648407 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.16737808287143707, - 0.9858927726745605 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.17411041259765625, - 0.9847261309623718 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.15430033206939697, - 0.9880239963531494 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.1271132230758667, - 0.9918882250785828 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.0973830595612526, - 0.9952470660209656 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.07001989334821701, - 0.997545599937439 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.04997282102704048, - 0.9987506866455078 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.05679694563150406, - 0.9983857274055481 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.09156324714422226, - 0.9957993626594543 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.1329103261232376, - 0.9911280870437622 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.16737736761569977, - 0.9858928918838501 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.17411088943481445, - 0.984726071357727 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.154300257563591, - 0.9880239963531494 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.12711398303508759, - 0.9918881058692932 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.09738380461931229, - 0.9952468872070313 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.07002053409814835, - 0.9975455403327942 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.04997331276535988, - 0.9987505674362183 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.04219398275017738, - 0.9991094470024109 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.04822830483317375, - 0.99883633852005 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.06412870436906815, - 0.9979417324066162 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.08657915890216827, - 0.9962449669837952 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.11226111650466919, - 0.9936787486076355 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.13786758482456207, - 0.9904506802558899 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.16013139486312866, - 0.9870957136154175 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.17583021521568298, - 0.9844205379486084 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.1802894026041031, - 0.9836136102676392 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.18177372217178345, - 0.9833403825759888 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658380633_682364.json b/lenses/physics-objects/Scene/assets/1646688658380633_682364.json deleted file mode 100644 index 606c3aa0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658380633_682364.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658380633:682364", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658381738_682377.json b/lenses/physics-objects/Scene/assets/1646688658381738_682377.json deleted file mode 100644 index 0b10ba38..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658381738_682377.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658381738:682377", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.643889427185059, - -1.4210854715202004e-14, - -2.6645352591003757e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.643889427185059, - 6.402349254233616e-25, - 5.3290705182007514e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658382035_682384.json b/lenses/physics-objects/Scene/assets/1646688658382035_682384.json deleted file mode 100644 index 4d68b6ec..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658382035_682384.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658382035:682384", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.3877787807814457e-17, - 8.326672684688674e-17, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.0, - [ - -1.3877787807814457e-17, - 8.326672684688674e-17, - -0.11685406416654587, - 0.9931491017341614 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658382248_682391.json b/lenses/physics-objects/Scene/assets/1646688658382248_682391.json deleted file mode 100644 index 4e166d6d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658382248_682391.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658382248:682391", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658383398_682404.json b/lenses/physics-objects/Scene/assets/1646688658383398_682404.json deleted file mode 100644 index 2e450ad0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658383398_682404.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658383398:682404", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.643889427185059, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.643889427185059, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658383674_682411.json b/lenses/physics-objects/Scene/assets/1646688658383674_682411.json deleted file mode 100644 index c67936fc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658383674_682411.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658383674:682411", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.11085249483585358, - 0.9938368797302246 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.1091165617108345, - 0.9940289855003357 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.08913253992795944, - 0.9960197806358337 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.0617508590221405, - 0.9980916976928711 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.031864747405052185, - 0.9994922876358032 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.004409227054566145, - 0.9999902844429016 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - 0.0, - 0.01567373052239418, - 0.9998771548271179 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - 0.0, - 0.008840969763696194, - 0.9999610185623169 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.026020677760243416, - 0.9996615052223206 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.06758473813533783, - 0.997713565826416 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.1023215800523758, - 0.9947513937950134 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.10911651700735092, - 0.9940289855003357 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.08913244307041168, - 0.9960197806358337 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.061750661581754684, - 0.9980916976928711 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.03186452388763428, - 0.9994922876358032 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.004408973269164562, - 0.9999902844429016 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - 0.0, - 0.01567370444536209, - 0.9998771548271179 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - 0.0, - 0.008841052651405334, - 0.9999610185623169 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.02602103166282177, - 0.999661386013031 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.06758493930101395, - 0.9977135062217712 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.10232165455818176, - 0.9947513937950134 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.1091165617108345, - 0.9940289855003357 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.08913256227970123, - 0.9960197806358337 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.0617508627474308, - 0.9980916976928711 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.031864773482084274, - 0.9994922876358032 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.0044088358990848064, - 0.9999902844429016 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - 0.0, - 0.015673549845814705, - 0.9998772740364075 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - 0.0, - 0.008841310627758503, - 0.9999610185623169 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.026020944118499756, - 0.999661386013031 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.06758451461791992, - 0.997713565826416 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.10232187807559967, - 0.9947513341903687 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.1091163381934166, - 0.9940289855003357 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.08913253992795944, - 0.9960197806358337 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.06175045296549797, - 0.9980916380882263 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.031864799559116364, - 0.9994922876358032 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.004408861044794321, - 0.9999902844429016 - ] - ], - [ - 1.5, - [ - 0.0, - 0.0, - 0.015673523768782616, - 0.9998772740364075 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 0.0, - 0.008840636350214481, - 0.9999610185623169 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.026020456105470657, - 0.9996615052223206 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.06758495420217514, - 0.9977135062217712 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.10232125967741013, - 0.994751513004303 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.10911671072244644, - 0.9940290451049805 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.08913235366344452, - 0.9960197806358337 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.06175095587968826, - 0.9980915784835815 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.0318642295897007, - 0.9994922280311584 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.004409085493534803, - 0.9999902844429016 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - 0.0, - 0.01567387953400612, - 0.9998771548271179 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - 0.0, - 0.008840636350214481, - 0.9999610185623169 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.026020431891083717, - 0.9996615052223206 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.06758492439985275, - 0.9977135062217712 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.10232198983430862, - 0.9947513341903687 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.10911630094051361, - 0.9940289855003357 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.08913248777389526, - 0.9960197806358337 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.061750393360853195, - 0.9980916380882263 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.03186473622918129, - 0.9994922876358032 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.004408898297697306, - 0.9999902844429016 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 0.0, - 0.015673499554395676, - 0.9998772740364075 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 0.0, - 0.008841360919177532, - 0.9999610185623169 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.02602100558578968, - 0.999661386013031 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.0675845742225647, - 0.997713565826416 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.10232191532850266, - 0.9947513341903687 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.10911636054515839, - 0.9940289855003357 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.08913188427686691, - 0.9960198402404785 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.061750516295433044, - 0.9980916380882263 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.03186381608247757, - 0.9994922280311584 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.004408823326230049, - 0.9999902844429016 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - 0.0, - 0.01567397080361843, - 0.9998771548271179 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - 0.0, - 0.008840661495923996, - 0.9999610185623169 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.026020381599664688, - 0.9996615052223206 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.06758486479520798, - 0.9977135062217712 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.10232121497392654, - 0.994751513004303 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.11685406416654587, - 0.9931491017341614 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.10911676287651062, - 0.9940290451049805 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.08913251757621765, - 0.9960197806358337 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.06175127625465393, - 0.9980915784835815 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.031864773482084274, - 0.9994922876358032 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.004408936016261578, - 0.9999902844429016 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - 0.0, - 0.015673473477363586, - 0.9998772740364075 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - 0.0, - 0.02345961146056652, - 0.999724805355072 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 0.0, - 0.0174203272908926, - 0.9998483657836914 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - 0.0, - 0.0014955770457163453, - 0.9999988675117493 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.02101781778037548, - 0.9997791051864624 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.046812817454338074, - 0.9989036917686462 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.07257593423128128, - 0.9973629117012024 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.0843203142285347, - 0.9964386820793152 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.09501197189092636, - 0.995476245880127 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658383874_682418.json b/lenses/physics-objects/Scene/assets/1646688658383874_682418.json deleted file mode 100644 index e323d87d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658383874_682418.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658383874:682418", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658384978_682431.json b/lenses/physics-objects/Scene/assets/1646688658384978_682431.json deleted file mode 100644 index eb843f8e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658384978_682431.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658384978:682431", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.96987247467041, - 0.0, - -1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.96987247467041, - -4.263256414560601e-14, - 6.217248937900877e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658385190_682438.json b/lenses/physics-objects/Scene/assets/1646688658385190_682438.json deleted file mode 100644 index 837233b3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658385190_682438.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658385190:682438", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.5265565265106922e-16, - 1.3877787807814457e-16, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.0, - [ - -1.5265565265106922e-16, - 1.3877787807814457e-16, - -0.15275777876377106, - 0.9882636666297913 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658385399_682445.json b/lenses/physics-objects/Scene/assets/1646688658385399_682445.json deleted file mode 100644 index f6b30331..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658385399_682445.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658385399:682445", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658386725_682458.json b/lenses/physics-objects/Scene/assets/1646688658386725_682458.json deleted file mode 100644 index 53d4ca69..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658386725_682458.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658386725:682458", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.96987247467041, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.96987247467041, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658386950_682465.json b/lenses/physics-objects/Scene/assets/1646688658386950_682465.json deleted file mode 100644 index d3f71d54..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658386950_682465.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658386950:682465", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.10866139829158783, - 0.9940788149833679 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.13101433217525482, - 0.9913805723190308 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.14678508043289185, - 0.9891685247421265 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.14505723118782043, - 0.9894232749938965 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.12515844404697418, - 0.9921367764472961 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.09786979109048843, - 0.9951992034912109 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.06805361807346344, - 0.9976816773414612 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.040634263306856155, - 0.999174177646637 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.02056070603430271, - 0.9997887015342712 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.027392040938138962, - 0.9996247887611389 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.06221994757652283, - 0.9980624914169312 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.1036861464381218, - 0.994610071182251 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.13829290866851807, - 0.9903913736343384 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.14505721628665924, - 0.9894232749938965 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.12515845894813538, - 0.9921367764472961 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.09786979854106903, - 0.9951993227005005 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.06805407255887985, - 0.997681736946106 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.040634606033563614, - 0.999174177646637 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.020560937002301216, - 0.9997885823249817 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.027392014861106873, - 0.9996247887611389 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.06221993267536163, - 0.9980624914169312 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.10368612408638, - 0.994610071182251 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.13829287886619568, - 0.9903913736343384 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.14505723118782043, - 0.9894232749938965 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.12515847384929657, - 0.9921367764472961 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.09786932915449142, - 0.9951992630958557 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.06805403530597687, - 0.997681736946106 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.040634263306856155, - 0.999174177646637 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.020560963079333305, - 0.9997885823249817 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.027391724288463593, - 0.9996247887611389 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.06222015991806984, - 0.9980625510215759 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.1036858782172203, - 0.9946101903915405 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.13829322159290314, - 0.9903914332389832 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.14505703747272491, - 0.989423394203186 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.12515848875045776, - 0.9921367764472961 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.09786935150623322, - 0.9951992630958557 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.06805405765771866, - 0.997681736946106 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.040634289383888245, - 0.999174177646637 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.0205604899674654, - 0.9997887015342712 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.027392348274588585, - 0.9996247887611389 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.062219664454460144, - 0.9980624914169312 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.10368645191192627, - 0.9946101307868958 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.1382925808429718, - 0.9903914332389832 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.14505741000175476, - 0.9894233345985413 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.12515823543071747, - 0.9921368956565857 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.09786985069513321, - 0.9951992034912109 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.06805359572172165, - 0.9976816773414612 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.04063450172543526, - 0.999174177646637 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.020560581237077713, - 0.9997887015342712 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.027392324060201645, - 0.9996247887611389 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.06222078576683998, - 0.9980624318122864 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.10368627309799194, - 0.994610071182251 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.13829343020915985, - 0.9903913140296936 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.14505702257156372, - 0.989423394203186 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.12515844404697418, - 0.9921367764472961 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.0978693887591362, - 0.9951992630958557 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.06805409491062164, - 0.997681736946106 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.04063432663679123, - 0.999174177646637 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.020560987293720245, - 0.9997885823249817 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.027391623705625534, - 0.9996247887611389 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.06221973896026611, - 0.9980624914169312 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.10368523001670837, - 0.9946101903915405 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.13829255104064941, - 0.9903914332389832 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.14505742490291595, - 0.9894233345985413 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.1251581907272339, - 0.9921368956565857 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.09786979109048843, - 0.9951992034912109 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.06805352121591568, - 0.9976816773414612 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.04063444957137108, - 0.999174177646637 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.020560581237077713, - 0.9997887015342712 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.027392297983169556, - 0.9996247887611389 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.06221957504749298, - 0.9980624914169312 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.10368650406599045, - 0.9946101307868958 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.13829262554645538, - 0.9903914332389832 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.15275777876377106, - 0.9882636666297913 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.14505743980407715, - 0.9894232153892517 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.12515847384929657, - 0.9921367764472961 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.09786943346261978, - 0.9951992630958557 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.06805414706468582, - 0.997681736946106 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.04063418507575989, - 0.9991741180419922 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.020560912787914276, - 0.9997885823249817 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.012774440459907055, - 0.9999184012413025 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.01881420984864235, - 0.9998229742050171 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.03473394736647606, - 0.9993966221809387 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.05722460150718689, - 0.998361349105835 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.0697120875120163, - 0.9975671768188477 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.0829709991812706, - 0.9965519905090332 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658387272_682472.json b/lenses/physics-objects/Scene/assets/1646688658387272_682472.json deleted file mode 100644 index 560ad03a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658387272_682472.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658387272:682472", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658388378_682485.json b/lenses/physics-objects/Scene/assets/1646688658388378_682485.json deleted file mode 100644 index ea894099..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658388378_682485.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658388378:682485", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.156426429748535, - -2.842170943040401e-14, - -2.6645352591003757e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.156426429748535, - 1.2804698508467232e-24, - 2.6645352591003757e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658388679_682492.json b/lenses/physics-objects/Scene/assets/1646688658388679_682492.json deleted file mode 100644 index 67453306..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658388679_682492.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658388679:682492", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.551115123125783e-17, - 1.942890293094024e-16, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.0, - [ - -5.551115123125783e-17, - 1.942890293094024e-16, - -0.1635444462299347, - 0.9865359663963318 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658388900_682499.json b/lenses/physics-objects/Scene/assets/1646688658388900_682499.json deleted file mode 100644 index dbf0fc6e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658388900_682499.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658388900:682499", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658390037_682512.json b/lenses/physics-objects/Scene/assets/1646688658390037_682512.json deleted file mode 100644 index 107c0d38..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658390037_682512.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658390037:682512", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.156426429748535, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.156426429748535, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658390260_682519.json b/lenses/physics-objects/Scene/assets/1646688658390260_682519.json deleted file mode 100644 index dc6e7397..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658390260_682519.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658390260:682519", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.06812731176614761, - 0.9976766109466553 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.09385240823030472, - 0.9955862164497375 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.11951423436403275, - 0.9928324818611145 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.14183634519577026, - 0.9898902177810669 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.15758198499679565, - 0.9875059127807617 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.15585704147815704, - 0.9877797365188599 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.1359887272119522, - 0.9907103776931763 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.1087350845336914, - 0.9940707683563232 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.07894822955131531, - 0.9968787431716919 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.051546815782785416, - 0.9986705780029297 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.03148119896650314, - 0.9995044469833374 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.03831030800938606, - 0.9992659091949463 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.07311908155679703, - 0.997323215007782 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.114545077085495, - 0.9934180378913879 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.14910368621349335, - 0.9888216853141785 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.15585702657699585, - 0.9877797365188599 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.13598908483982086, - 0.9907103180885315 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.10873550176620483, - 0.9940707087516785 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.07894867658615112, - 0.9968786835670471 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.05154680088162422, - 0.9986705780029297 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.03148119896650314, - 0.9995044469833374 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.03831028193235397, - 0.9992659091949463 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.07311905920505524, - 0.997323215007782 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.1145450547337532, - 0.9934180378913879 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.14910368621349335, - 0.9888216853141785 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.15585680305957794, - 0.9877796769142151 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.13598906993865967, - 0.9907103180885315 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.1087350994348526, - 0.9940707683563232 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.07894869893789291, - 0.9968786835670471 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.051546789705753326, - 0.9986705780029297 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.03148140385746956, - 0.9995043277740479 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.038309965282678604, - 0.9992659091949463 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.07311933487653732, - 0.997323215007782 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.11454486101865768, - 0.9934180974960327 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.14910396933555603, - 0.9888216257095337 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.15585680305957794, - 0.9877796769142151 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.13598908483982086, - 0.9907103180885315 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.10873512178659439, - 0.9940707683563232 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.07894778251647949, - 0.9968788623809814 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.05154680088162422, - 0.9986705780029297 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.03148098289966583, - 0.9995044469833374 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.038310643285512924, - 0.9992659687995911 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.07311885803937912, - 0.9973233342170715 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.1145452931523323, - 0.9934180378913879 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.1491033136844635, - 0.9888216257095337 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.15585723519325256, - 0.9877796173095703 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.13598909974098206, - 0.9907103180885315 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.10873598605394363, - 0.9940706491470337 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.07894863933324814, - 0.9968786835670471 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.051547516137361526, - 0.9986705183982849 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.03148142620921135, - 0.9995043277740479 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.038309916853904724, - 0.9992659091949463 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.07311940938234329, - 0.997323215007782 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.11454495787620544, - 0.9934181571006775 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.1491040289402008, - 0.9888216257095337 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.15585683286190033, - 0.9877796769142151 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.13598911464214325, - 0.9907103180885315 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.10873516649007797, - 0.9940707683563232 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.07894876599311829, - 0.9968786835670471 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.051546741276979446, - 0.9986705780029297 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.03148137778043747, - 0.9995043277740479 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.038309842348098755, - 0.9992659091949463 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.07311879098415375, - 0.9973233342170715 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.11454524099826813, - 0.9934180378913879 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.1491032838821411, - 0.9888216257095337 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.1558571457862854, - 0.9877796173095703 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.13598884642124176, - 0.9907103776931763 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.10873556137084961, - 0.9940707087516785 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.07894819974899292, - 0.9968787431716919 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.05154705047607422, - 0.9986705780029297 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.031481072306632996, - 0.9995044469833374 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.0383106954395771, - 0.9992659687995911 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.0731189027428627, - 0.9973233342170715 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.11454535275697708, - 0.9934180378913879 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.14910335838794708, - 0.9888216257095337 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.1635444462299347, - 0.9865359663963318 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.15585684776306152, - 0.9877796769142151 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.13598915934562683, - 0.9907103180885315 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.10873500257730484, - 0.9940707683563232 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.07894859462976456, - 0.9968788027763367 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.051546789705753326, - 0.9986705780029297 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.03148140385746956, - 0.9995043277740479 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.023696787655353546, - 0.9997192025184631 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.029735157266259193, - 0.9995579123497009 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.036488234996795654, - 0.9993340969085693 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.04564930126070976, - 0.998957633972168 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658390502_682526.json b/lenses/physics-objects/Scene/assets/1646688658390502_682526.json deleted file mode 100644 index 5d589f04..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658390502_682526.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658390502:682526", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658391587_682539.json b/lenses/physics-objects/Scene/assets/1646688658391587_682539.json deleted file mode 100644 index faac69ca..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658391587_682539.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658391587:682539", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.4582438468933105, - 5.684341886080802e-14, - -1.7763568394002505e-15 - ] - ], - [ - 6.633333206176758, - [ - 7.4582438468933105, - 0.0, - -8.881784197001252e-16 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658391802_682546.json b/lenses/physics-objects/Scene/assets/1646688658391802_682546.json deleted file mode 100644 index 4ea6c7fe..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658391802_682546.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658391802:682546", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -8.326672684688674e-17, - 1.6653345369377348e-16, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.0, - [ - -8.326672684688674e-17, - 1.6653345369377348e-16, - -0.17853428423404694, - 0.983933687210083 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658392096_682553.json b/lenses/physics-objects/Scene/assets/1646688658392096_682553.json deleted file mode 100644 index 55c18952..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658392096_682553.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658392096:682553", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658393154_682566.json b/lenses/physics-objects/Scene/assets/1646688658393154_682566.json deleted file mode 100644 index f6107bb8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658393154_682566.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658393154:682566", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 7.4582438468933105, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 7.4582438468933105, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658393412_682573.json b/lenses/physics-objects/Scene/assets/1646688658393412_682573.json deleted file mode 100644 index 33a33add..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658393412_682573.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658393412:682573", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - -0.0, - -0.0449385829269886, - 0.9989897608757019 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - -0.0, - -0.06084175035357475, - 0.9981474280357361 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - -0.0, - -0.08329767733812332, - 0.9965246915817261 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - -0.0, - -0.10898798704147339, - 0.9940431714057922 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - -0.0, - -0.13460496068000793, - 0.9908993244171143 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - -0.0, - -0.1568797081708908, - 0.9876177310943604 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - -0.0, - -0.17258760333061218, - 0.9849941730499268 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - -0.0, - -0.17086665332317352, - 0.9852941632270813 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - -0.0, - -0.1510455161333084, - 0.9885268211364746 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - -0.0, - -0.1238461509346962, - 0.9923015236854553 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - -0.0, - -0.09410540014505386, - 0.9955622553825378 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - -0.0, - -0.06673432141542435, - 0.9977707862854004 - ] - ], - [ - 0.5, - [ - 0.0, - -0.0, - -0.04668363183736801, - 0.9989097118377686 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - -0.0, - -0.05350831151008606, - 0.998567521572113 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - -0.0, - -0.0882834941148758, - 0.9960954189300537 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - -0.0, - -0.12964527308940887, - 0.9915604591369629 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - -0.0, - -0.16412995755672455, - 0.9864387512207031 - ] - ], - [ - 0.699999988079071, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 0.7333333492279053, - [ - 0.0, - -0.0, - -0.17086666822433472, - 0.9852941632270813 - ] - ], - [ - 0.7666666507720947, - [ - 0.0, - -0.0, - -0.15104563534259796, - 0.9885268211364746 - ] - ], - [ - 0.800000011920929, - [ - 0.0, - -0.0, - -0.1238458976149559, - 0.9923014640808105 - ] - ], - [ - 0.8333333134651184, - [ - 0.0, - -0.0, - -0.09410523623228073, - 0.9955622553825378 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - -0.0, - -0.06673422455787659, - 0.9977707862854004 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - -0.0, - -0.04668360948562622, - 0.9989097118377686 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - -0.0, - -0.05350828543305397, - 0.998567521572113 - ] - ], - [ - 1.0, - [ - 0.0, - -0.0, - -0.088283471763134, - 0.9960954189300537 - ] - ], - [ - 1.0333333015441895, - [ - 0.0, - -0.0, - -0.12964525818824768, - 0.9915604591369629 - ] - ], - [ - 1.0666667222976685, - [ - 0.0, - -0.0, - -0.16413035988807678, - 0.9864386320114136 - ] - ], - [ - 1.100000023841858, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.1333333253860474, - [ - 0.0, - -0.0, - -0.170866459608078, - 0.9852942228317261 - ] - ], - [ - 1.1666666269302368, - [ - 0.0, - -0.0, - -0.15104565024375916, - 0.9885268807411194 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - -0.0, - -0.12384586781263351, - 0.9923014640808105 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - -0.0, - -0.09410563856363297, - 0.9955623149871826 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - -0.0, - -0.06673423200845718, - 0.9977707862854004 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - -0.0, - -0.046683840453624725, - 0.9989097118377686 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - -0.0, - -0.05350799486041069, - 0.998567521572113 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - -0.0, - -0.08828367292881012, - 0.9960953593254089 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - -0.0, - -0.12964500486850739, - 0.9915605783462524 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - -0.0, - -0.16413027048110962, - 0.9864386916160583 - ] - ], - [ - 1.5, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - -0.0, - -0.1708664894104004, - 0.9852942824363708 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - -0.0, - -0.15104490518569946, - 0.9885269999504089 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - -0.0, - -0.12384588271379471, - 0.9923014640808105 - ] - ], - [ - 1.6333333253860474, - [ - 0.0, - -0.0, - -0.0941048115491867, - 0.9955623149871826 - ] - ], - [ - 1.6666666269302368, - [ - 0.0, - -0.0, - -0.06673424690961838, - 0.9977707862854004 - ] - ], - [ - 1.7000000476837158, - [ - 0.0, - -0.0, - -0.04668337106704712, - 0.9989098310470581 - ] - ], - [ - 1.7333333492279053, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 1.7666666507720947, - [ - 0.0, - -0.0, - -0.053508609533309937, - 0.9985674023628235 - ] - ], - [ - 1.7999999523162842, - [ - 0.0, - -0.0, - -0.08828318864107132, - 0.9960954189300537 - ] - ], - [ - 1.8333333730697632, - [ - 0.0, - -0.0, - -0.12964557111263275, - 0.9915603995323181 - ] - ], - [ - 1.8666666746139526, - [ - 0.0, - -0.0, - -0.16412964463233948, - 0.9864388704299927 - ] - ], - [ - 1.899999976158142, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 1.9333332777023315, - [ - 0.0, - -0.0, - -0.170866921544075, - 0.9852942228317261 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - -0.0, - -0.15104559063911438, - 0.9885268211364746 - ] - ], - [ - 2.0, - [ - 0.0, - -0.0, - -0.12384675443172455, - 0.9923014640808105 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - -0.0, - -0.09410567581653595, - 0.9955623149871826 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - -0.0, - -0.06673426926136017, - 0.9977707862854004 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - -0.0, - -0.046683866530656815, - 0.9989097118377686 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - -0.0, - -0.05350804701447487, - 0.998567521572113 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - -0.0, - -0.08828374743461609, - 0.9960953593254089 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - -0.0, - -0.12964507937431335, - 0.9915604591369629 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - -0.0, - -0.16413024067878723, - 0.9864386916160583 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - -0.0, - -0.17086651921272278, - 0.9852942824363708 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - -0.0, - -0.15104570984840393, - 0.9885268807411194 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - -0.0, - -0.12384583801031113, - 0.9923015832901001 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - -0.0, - -0.09410559386014938, - 0.9955623149871826 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - -0.0, - -0.0667341947555542, - 0.9977707862854004 - ] - ], - [ - 2.5, - [ - 0.0, - -0.0, - -0.046683814376592636, - 0.9989097118377686 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - -0.0, - -0.053508561104536057, - 0.9985674023628235 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - -0.0, - -0.08828312158584595, - 0.9960954189300537 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - -0.0, - -0.12964564561843872, - 0.9915603995323181 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - -0.0, - -0.16412971913814545, - 0.9864388704299927 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - -0.0, - -0.17086681723594666, - 0.9852941632270813 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - -0.0, - -0.15104542672634125, - 0.9885268211364746 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - -0.0, - -0.12384642660617828, - 0.9923014044761658 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - -0.0, - -0.09410523623228073, - 0.9955622553825378 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - -0.0, - -0.06673449277877808, - 0.9977707862854004 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - -0.0, - -0.04668343812227249, - 0.9989098310470581 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - -0.0, - -0.053508635610342026, - 0.9985674023628235 - ] - ], - [ - 3.0, - [ - 0.0, - -0.0, - -0.0882832333445549, - 0.9960954189300537 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - -0.0, - -0.1296454817056656, - 0.9915603995323181 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - -0.0, - -0.1641303449869156, - 0.9864386320114136 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - -0.0, - -0.17853428423404694, - 0.983933687210083 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - -0.0, - -0.17086641490459442, - 0.9852942228317261 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - -0.0, - -0.151045560836792, - 0.9885268211364746 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - -0.0, - -0.12384586781263351, - 0.9923014640808105 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - -0.0, - -0.09410563856363297, - 0.9955623149871826 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - -0.0, - -0.06673423200845718, - 0.9977707862854004 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - -0.0, - -0.046683840453624725, - 0.9989097118377686 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - -0.0, - -0.04088829085230827, - 0.9991637468338013 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - -0.0, - -0.0389033704996109, - 0.9992429614067078 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658393681_682580.json b/lenses/physics-objects/Scene/assets/1646688658393681_682580.json deleted file mode 100644 index 8a047e71..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658393681_682580.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658393681:682580", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658394867_682593.json b/lenses/physics-objects/Scene/assets/1646688658394867_682593.json deleted file mode 100644 index 72845db7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658394867_682593.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658394867:682593", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.598333358764648, - 2.220446049250313e-15, - -2.1251520898271257e-15 - ] - ], - [ - 6.633333206176758, - [ - 8.598333358764648, - 2.220446049250313e-15, - -2.1251520898271257e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658395111_682600.json b/lenses/physics-objects/Scene/assets/1646688658395111_682600.json deleted file mode 100644 index 36a8c59a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658395111_682600.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658395111:682600", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ], - [ - 1.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658395320_682607.json b/lenses/physics-objects/Scene/assets/1646688658395320_682607.json deleted file mode 100644 index 9f88f8e0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658395320_682607.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658395320:682607", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658396423_682620.json b/lenses/physics-objects/Scene/assets/1646688658396423_682620.json deleted file mode 100644 index aacb1964..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658396423_682620.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658396423:682620", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 8.598333358764648, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 8.598333358764648, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658396644_682627.json b/lenses/physics-objects/Scene/assets/1646688658396644_682627.json deleted file mode 100644 index 5569eaab..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658396644_682627.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658396644:682627", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ], - [ - 1.0, - [ - -0.13659314811229706, - -0.6937884092330933, - -0.13659314811229706, - 0.6937884092330933 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658396887_682634.json b/lenses/physics-objects/Scene/assets/1646688658396887_682634.json deleted file mode 100644 index 7e9291ed..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658396887_682634.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658396887:682634", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658397972_682647.json b/lenses/physics-objects/Scene/assets/1646688658397972_682647.json deleted file mode 100644 index f25114bb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658397972_682647.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658397972:682647", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ], - [ - 6.633333206176758, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658398193_682654.json b/lenses/physics-objects/Scene/assets/1646688658398193_682654.json deleted file mode 100644 index 703cf19d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658398193_682654.json +++ /dev/null @@ -1,1531 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658398193:682654", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.1083325669169426, - 0.06535156071186066, - -0.8517088294029236, - 0.5085128545761108 - ] - ], - [ - 0.03333333507180214, - [ - 0.1083325669169426, - 0.06535156071186066, - -0.8517088294029236, - 0.5085128545761108 - ] - ], - [ - 0.06666667014360428, - [ - 0.1098606288433075, - 0.06698577851057053, - -0.8524048924446106, - 0.5068033933639526 - ] - ], - [ - 0.10000000149011612, - [ - 0.11126690357923508, - 0.0684899091720581, - -0.8530292510986328, - 0.505242645740509 - ] - ], - [ - 0.13333334028720856, - [ - 0.11250976473093033, - 0.06981930881738663, - -0.8535659909248352, - 0.5038771033287048 - ] - ], - [ - 0.1666666716337204, - [ - 0.11354714632034302, - 0.0709289088845253, - -0.853999674320221, - 0.5027533173561096 - ] - ], - [ - 0.20000000298023224, - [ - 0.1143369972705841, - 0.07177358120679855, - -0.8543149828910828, - 0.501917839050293 - ] - ], - [ - 0.23333333432674408, - [ - 0.11483724415302277, - 0.07230821251869202, - -0.8544966578483582, - 0.5014173984527588 - ] - ], - [ - 0.3333333432674408, - [ - 0.11496560275554657, - 0.07244151085615158, - -0.8543719053268433, - 0.5015813112258911 - ] - ], - [ - 0.36666667461395264, - [ - 0.11492883414030075, - 0.07239975780248642, - -0.8542496562004089, - 0.5018038749694824 - ] - ], - [ - 0.4333333373069763, - [ - 0.11481130123138428, - 0.07226722687482834, - -0.8539003729820251, - 0.5024440288543701 - ] - ], - [ - 0.46666666865348816, - [ - 0.1147337406873703, - 0.07218004018068314, - -0.8536809682846069, - 0.5028469562530518 - ] - ], - [ - 0.5, - [ - 0.11464586108922958, - 0.07208135724067688, - -0.8534370064735413, - 0.5032952427864075 - ] - ], - [ - 0.5333333611488342, - [ - 0.11454924196004868, - 0.07197299599647522, - -0.8531720638275146, - 0.5037814378738403 - ] - ], - [ - 0.5666666626930237, - [ - 0.11444559693336487, - 0.07185680419206619, - -0.8528904914855957, - 0.5042983293533325 - ] - ], - [ - 0.6000000238418579, - [ - 0.11433646082878113, - 0.07173454761505127, - -0.8525957465171814, - 0.5048384070396423 - ] - ], - [ - 0.6333333253860474, - [ - 0.11422348022460938, - 0.0716080293059349, - -0.8522920608520508, - 0.505394458770752 - ] - ], - [ - 0.6666666865348816, - [ - 0.11410820484161377, - 0.07147900015115738, - -0.8519832491874695, - 0.5059590935707092 - ] - ], - [ - 0.699999988079071, - [ - 0.11399216949939728, - 0.07134917378425598, - -0.8516733050346375, - 0.5065251588821411 - ] - ], - [ - 0.7333333492279053, - [ - 0.11387686431407928, - 0.07122021168470383, - -0.8513661026954651, - 0.5070853233337402 - ] - ], - [ - 0.7666666507720947, - [ - 0.11376379430294037, - 0.07109379023313522, - -0.8510656952857971, - 0.5076324343681335 - ] - ], - [ - 0.800000011920929, - [ - 0.11365438252687454, - 0.07097150385379791, - -0.8507760167121887, - 0.508159339427948 - ] - ], - [ - 0.8333333134651184, - [ - 0.11355002969503403, - 0.07085493952035904, - -0.8505011200904846, - 0.5086588859558105 - ] - ], - [ - 0.8999999761581421, - [ - 0.11336209625005722, - 0.07064517587423325, - -0.8500115871429443, - 0.5095474720001221 - ] - ], - [ - 0.9666666388511658, - [ - 0.11321084201335907, - 0.07047665864229202, - -0.849629282951355, - 0.5102415680885315 - ] - ], - [ - 1.0333333015441895, - [ - 0.11310690641403198, - 0.07036130875349045, - -0.84938645362854, - 0.5106846690177917 - ] - ], - [ - 1.2000000476837158, - [ - 0.11270798742771149, - 0.06994431465864182, - -0.8496623039245605, - 0.5103711485862732 - ] - ], - [ - 1.2333333492279053, - [ - 0.1124999076128006, - 0.069727823138237, - -0.8498532772064209, - 0.5101286172866821 - ] - ], - [ - 1.2666666507720947, - [ - 0.11226598173379898, - 0.06948433071374893, - -0.85006183385849, - 0.5098658204078674 - ] - ], - [ - 1.2999999523162842, - [ - 0.11200954020023346, - 0.06921729445457458, - -0.8502852916717529, - 0.5095860958099365 - ] - ], - [ - 1.3333333730697632, - [ - 0.1117338240146637, - 0.06893011927604675, - -0.8505206108093262, - 0.5092925429344177 - ] - ], - [ - 1.3666666746139526, - [ - 0.11144217848777771, - 0.068626269698143, - -0.8507652878761292, - 0.5089886784553528 - ] - ], - [ - 1.399999976158142, - [ - 0.11113783717155457, - 0.06830912083387375, - -0.851016640663147, - 0.5086778402328491 - ] - ], - [ - 1.4333332777023315, - [ - 0.11082407087087631, - 0.06798210740089417, - -0.8512716889381409, - 0.5083632469177246 - ] - ], - [ - 1.4666666984558105, - [ - 0.1105041354894638, - 0.06764860451221466, - -0.8515276908874512, - 0.5080483555793762 - ] - ], - [ - 1.5333333015441895, - [ - 0.10985876619815826, - 0.0669756755232811, - -0.852031946182251, - 0.50743168592453 - ] - ], - [ - 1.5666667222976685, - [ - 0.10953979939222336, - 0.06664296984672546, - -0.8522746562957764, - 0.5071367621421814 - ] - ], - [ - 1.600000023841858, - [ - 0.10922759026288986, - 0.06631723791360855, - -0.8525073528289795, - 0.5068556070327759 - ] - ], - [ - 1.6333333253860474, - [ - 0.10892536491155624, - 0.06600183248519897, - -0.8527273535728455, - 0.5065916776657104 - ] - ], - [ - 1.6666666269302368, - [ - 0.10863637179136276, - 0.06570010632276535, - -0.8529319167137146, - 0.5063486695289612 - ] - ], - [ - 1.7000000476837158, - [ - 0.10836373269557953, - 0.06541536003351212, - -0.8531180620193481, - 0.5061300992965698 - ] - ], - [ - 1.7666666507720947, - [ - 0.10788055509328842, - 0.06491021811962128, - -0.8534247875213623, - 0.5057812333106995 - ] - ], - [ - 1.8666666746139526, - [ - 0.10735923051834106, - 0.06436353921890259, - -0.8536788821220398, - 0.5055331587791443 - ] - ], - [ - 1.9333332777023315, - [ - 0.10718508809804916, - 0.06417905539274216, - -0.8536787033081055, - 0.5055937767028809 - ] - ], - [ - 1.9666666984558105, - [ - 0.10715984553098679, - 0.06415101140737534, - -0.8536195158958435, - 0.5057026147842407 - ] - ], - [ - 2.0333333015441895, - [ - 0.10724964737892151, - 0.06424061208963394, - -0.8533689975738525, - 0.5060948729515076 - ] - ], - [ - 2.066666603088379, - [ - 0.10737143456935883, - 0.06436529755592346, - -0.853172242641449, - 0.5063849091529846 - ] - ], - [ - 2.0999999046325684, - [ - 0.1075490415096283, - 0.06454798579216003, - -0.8529240489006042, - 0.5067418217658997 - ] - ], - [ - 2.133333444595337, - [ - 0.10770920664072037, - 0.06471037119626999, - -0.8525909185409546, - 0.5072475671768188 - ] - ], - [ - 2.1666667461395264, - [ - 0.10777883231639862, - 0.0647745281457901, - -0.8521506190299988, - 0.5079638957977295 - ] - ], - [ - 2.200000047683716, - [ - 0.10776522010564804, - 0.06474863737821579, - -0.8516217470169067, - 0.5088562965393066 - ] - ], - [ - 2.2333333492279053, - [ - 0.10767677426338196, - 0.06464201956987381, - -0.8510212302207947, - 0.5098921656608582 - ] - ], - [ - 2.2666666507720947, - [ - 0.10751885175704956, - 0.0644606426358223, - -0.8503614068031311, - 0.5110479593276978 - ] - ], - [ - 2.299999952316284, - [ - 0.10729661583900452, - 0.06421027332544327, - -0.8496545553207397, - 0.5123003125190735 - ] - ], - [ - 2.3333332538604736, - [ - 0.10701502114534378, - 0.06389646232128143, - -0.8489128947257996, - 0.5136262774467468 - ] - ], - [ - 2.366666555404663, - [ - 0.10667871683835983, - 0.06352441012859344, - -0.8481486439704895, - 0.5150030851364136 - ] - ], - [ - 2.4000000953674316, - [ - 0.10630675405263901, - 0.06311415880918503, - -0.8473542332649231, - 0.5164361000061035 - ] - ], - [ - 2.433333396911621, - [ - 0.10591956228017807, - 0.06268718838691711, - -0.8465208411216736, - 0.5179322957992554 - ] - ], - [ - 2.4666666984558105, - [ - 0.10552337020635605, - 0.06225033849477768, - -0.8456587791442871, - 0.5194718241691589 - ] - ], - [ - 2.5, - [ - 0.10512415319681168, - 0.061810147017240524, - -0.8447784781455994, - 0.5210352540016174 - ] - ], - [ - 2.5333333015441895, - [ - 0.10472750663757324, - 0.06137275695800781, - -0.8438906073570251, - 0.5226035118103027 - ] - ], - [ - 2.566666603088379, - [ - 0.10433867573738098, - 0.06094394251704216, - -0.8430055379867554, - 0.5241575837135315 - ] - ], - [ - 2.5999999046325684, - [ - 0.10396252572536469, - 0.06052904576063156, - -0.8421341180801392, - 0.5256789922714233 - ] - ], - [ - 2.633333444595337, - [ - 0.10360357910394669, - 0.06013304367661476, - -0.8412869572639465, - 0.5271494388580322 - ] - ], - [ - 2.6666667461395264, - [ - 0.10326599329710007, - 0.059760503470897675, - -0.84047532081604, - 0.5285508632659912 - ] - ], - [ - 2.700000047683716, - [ - 0.10295356810092926, - 0.059415630996227264, - -0.839709997177124, - 0.5298655033111572 - ] - ], - [ - 2.7333333492279053, - [ - 0.10266979783773422, - 0.05910230055451393, - -0.8390020132064819, - 0.5310757756233215 - ] - ], - [ - 2.7666666507720947, - [ - 0.1024179682135582, - 0.05882413685321808, - -0.8383626341819763, - 0.5321640968322754 - ] - ], - [ - 2.799999952316284, - [ - 0.10220106691122055, - 0.05858450382947922, - -0.8378026485443115, - 0.5331130623817444 - ] - ], - [ - 2.8333332538604736, - [ - 0.10202211141586304, - 0.05838671699166298, - -0.8373337388038635, - 0.5339053869247437 - ] - ], - [ - 2.866666555404663, - [ - 0.10188394039869308, - 0.05823396518826485, - -0.8369665741920471, - 0.5345234870910645 - ] - ], - [ - 2.9000000953674316, - [ - 0.10178956389427185, - 0.05812959000468254, - -0.8367127180099487, - 0.5349501967430115 - ] - ], - [ - 3.0, - [ - 0.1018584594130516, - 0.05820460617542267, - -0.8368328213691711, - 0.534741222858429 - ] - ], - [ - 3.0333333015441895, - [ - 0.10229644924402237, - 0.058675240725278854, - -0.8372372984886169, - 0.5339722633361816 - ] - ], - [ - 3.066666603088379, - [ - 0.1029861569404602, - 0.0594150573015213, - -0.837795615196228, - 0.5328810214996338 - ] - ], - [ - 3.0999999046325684, - [ - 0.10389269143342972, - 0.06038663908839226, - -0.8384718298912048, - 0.5315307974815369 - ] - ], - [ - 3.133333444595337, - [ - 0.10498549044132233, - 0.06155732274055481, - -0.8392376899719238, - 0.529970645904541 - ] - ], - [ - 3.1666667461395264, - [ - 0.10623379051685333, - 0.06289413571357727, - -0.8400657773017883, - 0.5282501578330994 - ] - ], - [ - 3.200000047683716, - [ - 0.10760623961687088, - 0.06436353176832199, - -0.8409289121627808, - 0.5264188647270203 - ] - ], - [ - 3.2333333492279053, - [ - 0.109064482152462, - 0.06592460721731186, - -0.8418067097663879, - 0.5245193839073181 - ] - ], - [ - 3.2666666507720947, - [ - 0.11056580394506454, - 0.06753188371658325, - -0.8426828384399414, - 0.5225902199745178 - ] - ], - [ - 3.299999952316284, - [ - 0.11207132786512375, - 0.06914383172988892, - -0.8435384035110474, - 0.5206748843193054 - ] - ], - [ - 3.3333332538604736, - [ - 0.11354151368141174, - 0.0707181766629219, - -0.8443554639816284, - 0.5188170671463013 - ] - ], - [ - 3.366666555404663, - [ - 0.11493619531393051, - 0.07221192866563797, - -0.8451175093650818, - 0.5170606374740601 - ] - ], - [ - 3.4000000953674316, - [ - 0.1162145659327507, - 0.07358142733573914, - -0.8458084464073181, - 0.5154494047164917 - ] - ], - [ - 3.433333396911621, - [ - 0.11733536422252655, - 0.07478245347738266, - -0.8464134931564331, - 0.5140274167060852 - ] - ], - [ - 3.4666666984558105, - [ - 0.11825697869062424, - 0.07577046006917953, - -0.8469183444976807, - 0.5128388404846191 - ] - ], - [ - 3.5, - [ - 0.11893752217292786, - 0.0765005499124527, - -0.8473084568977356, - 0.5119276642799377 - ] - ], - [ - 3.5333333015441895, - [ - 0.11933521926403046, - 0.07692794501781464, - -0.8475697040557861, - 0.5113382935523987 - ] - ], - [ - 3.6666667461395264, - [ - 0.11903447657823563, - 0.07661183923482895, - -0.8477094173431396, - 0.5112242102622986 - ] - ], - [ - 3.700000047683716, - [ - 0.11888010799884796, - 0.07644703984260559, - -0.847660481929779, - 0.5113658905029297 - ] - ], - [ - 3.7333333492279053, - [ - 0.1187143325805664, - 0.07626946270465851, - -0.8475788831710815, - 0.5115661025047302 - ] - ], - [ - 3.7666666507720947, - [ - 0.11854158341884613, - 0.07608381658792496, - -0.8474653363227844, - 0.5118218660354614 - ] - ], - [ - 3.799999952316284, - [ - 0.11836633831262589, - 0.07589487731456757, - -0.8473206162452698, - 0.5121300220489502 - ] - ], - [ - 3.8333332538604736, - [ - 0.1181931123137474, - 0.07570745795965195, - -0.8471453785896301, - 0.512487530708313 - ] - ], - [ - 3.866666555404663, - [ - 0.11802004277706146, - 0.07551973313093185, - -0.8469468951225281, - 0.5128830671310425 - ] - ], - [ - 3.933333396911621, - [ - 0.11766351759433746, - 0.07513254135847092, - -0.8465118408203125, - 0.5137394070625305 - ] - ], - [ - 4.0, - [ - 0.1173018217086792, - 0.07473943382501602, - -0.8460526466369629, - 0.5146352648735046 - ] - ], - [ - 4.066666603088379, - [ - 0.11694496870040894, - 0.0743517205119133, - -0.8456011414527893, - 0.5155137181282043 - ] - ], - [ - 4.099999904632568, - [ - 0.11677143722772598, - 0.07416334748268127, - -0.8453884720802307, - 0.5159288644790649 - ] - ], - [ - 4.133333206176758, - [ - 0.11660274863243103, - 0.0739804208278656, - -0.8451898694038391, - 0.5163185000419617 - ] - ], - [ - 4.199999809265137, - [ - 0.1162845715880394, - 0.07363615930080414, - -0.8448512554168701, - 0.5169931650161743 - ] - ], - [ - 4.266666889190674, - [ - 0.11599963903427124, - 0.07332932204008102, - -0.8446180820465088, - 0.5174816250801086 - ] - ], - [ - 4.333333492279053, - [ - 0.11575712263584137, - 0.07307027280330658, - -0.844523012638092, - 0.5177276730537415 - ] - ], - [ - 4.433333396911621, - [ - 0.1154429018497467, - 0.07274115830659866, - -0.8447237014770508, - 0.5175167322158813 - ] - ], - [ - 4.4666666984558105, - [ - 0.11523834615945816, - 0.07252831012010574, - -0.844921886920929, - 0.5172685980796814 - ] - ], - [ - 4.5, - [ - 0.11496387422084808, - 0.07224266976118088, - -0.8451857566833496, - 0.5169384479522705 - ] - ], - [ - 4.5333333015441895, - [ - 0.11463001370429993, - 0.07189527899026871, - -0.8455084562301636, - 0.5165330767631531 - ] - ], - [ - 4.566666603088379, - [ - 0.11424228549003601, - 0.07149191945791245, - -0.8458852171897888, - 0.5160582065582275 - ] - ], - [ - 4.599999904632568, - [ - 0.11380647867918015, - 0.07103865593671799, - -0.8463103771209717, - 0.5155194997787476 - ] - ], - [ - 4.633333206176758, - [ - 0.11332857608795166, - 0.07054170966148376, - -0.8467790484428406, - 0.514923095703125 - ] - ], - [ - 4.666666507720947, - [ - 0.11281443387269974, - 0.07000721246004105, - -0.8472857475280762, - 0.5142749547958374 - ] - ], - [ - 4.699999809265137, - [ - 0.11226991564035416, - 0.0694412812590599, - -0.8478254079818726, - 0.5135812163352966 - ] - ], - [ - 4.733333110809326, - [ - 0.11170078068971634, - 0.06884994357824326, - -0.8483923673629761, - 0.512847900390625 - ] - ], - [ - 4.766666889190674, - [ - 0.11111276596784592, - 0.06823915243148804, - -0.8489817976951599, - 0.5120813846588135 - ] - ], - [ - 4.800000190734863, - [ - 0.11051147431135178, - 0.06761478632688522, - -0.8495880365371704, - 0.5112881660461426 - ] - ], - [ - 4.833333492279053, - [ - 0.10990244895219803, - 0.06698258221149445, - -0.8502061367034912, - 0.5104748010635376 - ] - ], - [ - 4.866666793823242, - [ - 0.10929113626480103, - 0.06634820997714996, - -0.8508304953575134, - 0.5096479654312134 - ] - ], - [ - 4.900000095367432, - [ - 0.10868024826049805, - 0.06571448594331741, - -0.8514586091041565, - 0.5088110566139221 - ] - ], - [ - 4.933333396911621, - [ - 0.10807234793901443, - 0.06508409976959229, - -0.8520879745483398, - 0.5079672336578369 - ] - ], - [ - 4.9666666984558105, - [ - 0.10747240483760834, - 0.06446219235658646, - -0.8527134656906128, - 0.5071232914924622 - ] - ], - [ - 5.0, - [ - 0.10688534379005432, - 0.06385384500026703, - -0.853330135345459, - 0.5062864422798157 - ] - ], - [ - 5.0333333015441895, - [ - 0.10631595551967621, - 0.06326404213905334, - -0.8539326786994934, - 0.505463719367981 - ] - ], - [ - 5.066666603088379, - [ - 0.10576898604631424, - 0.0626976490020752, - -0.8545159697532654, - 0.5046626925468445 - ] - ], - [ - 5.099999904632568, - [ - 0.1052490696310997, - 0.06215948238968849, - -0.8550747632980347, - 0.503890872001648 - ] - ], - [ - 5.133333206176758, - [ - 0.1047607883810997, - 0.06165424734354019, - -0.8556038737297058, - 0.5031560063362122 - ] - ], - [ - 5.166666507720947, - [ - 0.10430867224931717, - 0.061186615377664566, - -0.856097936630249, - 0.5024661421775818 - ] - ], - [ - 5.199999809265137, - [ - 0.10389721393585205, - 0.060761187225580215, - -0.8565517663955688, - 0.501829206943512 - ] - ], - [ - 5.233333110809326, - [ - 0.10353085398674011, - 0.06038254499435425, - -0.8569599390029907, - 0.5012534260749817 - ] - ], - [ - 5.266666889190674, - [ - 0.10321403294801712, - 0.06005522981286049, - -0.8573172688484192, - 0.50074702501297 - ] - ], - [ - 5.300000190734863, - [ - 0.10295112431049347, - 0.05978376790881157, - -0.8576180934906006, - 0.5003181099891663 - ] - ], - [ - 5.333333492279053, - [ - -0.10274660587310791, - -0.059572722762823105, - 0.8578572869300842, - -0.4999750852584839 - ] - ], - [ - 5.366666793823242, - [ - -0.10260489583015442, - -0.05942665413022041, - 0.8580294251441956, - -0.4997261166572571 - ] - ], - [ - 5.400000095367432, - [ - -0.10253050178289413, - -0.05935018137097359, - 0.8581291437149048, - -0.4995792806148529 - ] - ], - [ - 5.4666666984558105, - [ - -0.10228975862264633, - -0.05909169465303421, - 0.8579733371734619, - -0.49992677569389343 - ] - ], - [ - 5.5, - [ - 0.1020582988858223, - 0.05884053558111191, - -0.8577083349227905, - 0.5004581212997437 - ] - ], - [ - 5.5333333015441895, - [ - 0.10176510363817215, - 0.05852167308330536, - -0.857339084148407, - 0.5011873841285706 - ] - ], - [ - 5.566666603088379, - [ - 0.10141757130622864, - 0.058143194764852524, - -0.8568756580352783, - 0.5020935535430908 - ] - ], - [ - 5.599999904632568, - [ - 0.10102321207523346, - 0.0577133372426033, - -0.8563283681869507, - 0.5031554698944092 - ] - ], - [ - 5.633333206176758, - [ - 0.10058954358100891, - 0.057240359485149384, - -0.8557069897651672, - 0.5043519735336304 - ] - ], - [ - 5.666666507720947, - [ - 0.10012418031692505, - 0.05673256888985634, - -0.8550219535827637, - 0.5056619644165039 - ] - ], - [ - 5.699999809265137, - [ - 0.0996345579624176, - 0.0561981163918972, - -0.8542835712432861, - 0.5070644021034241 - ] - ], - [ - 5.733333110809326, - [ - 0.09912801533937454, - 0.05564501881599426, - -0.853502094745636, - 0.5085386037826538 - ] - ], - [ - 5.766666889190674, - [ - 0.09861163794994354, - 0.05508106201887131, - -0.8526878952980042, - 0.510063886642456 - ] - ], - [ - 5.800000190734863, - [ - 0.09809239953756332, - 0.05451381206512451, - -0.8518515825271606, - 0.511620044708252 - ] - ], - [ - 5.833333492279053, - [ - 0.0975768119096756, - 0.05395045131444931, - -0.8510035872459412, - 0.5131871104240417 - ] - ], - [ - 5.866666793823242, - [ - 0.09707122296094894, - 0.053397905081510544, - -0.85015469789505, - 0.5147454142570496 - ] - ], - [ - 5.900000095367432, - [ - 0.09658165276050568, - 0.05286272242665291, - -0.8493156433105469, - 0.5162755250930786 - ] - ], - [ - 5.933333396911621, - [ - 0.09611371904611588, - 0.052351098507642746, - -0.8484972715377808, - 0.5177585482597351 - ] - ], - [ - 5.9666666984558105, - [ - 0.0956728458404541, - 0.05186893418431282, - -0.8477104902267456, - 0.5191757678985596 - ] - ], - [ - 6.0, - [ - 0.0952640250325203, - 0.051421716809272766, - -0.8469661474227905, - 0.5205085277557373 - ] - ], - [ - 6.0333333015441895, - [ - 0.09489204734563828, - 0.051014699041843414, - -0.8462753295898438, - 0.5217387080192566 - ] - ], - [ - 6.066666603088379, - [ - 0.09456147998571396, - 0.05065286159515381, - -0.8456491231918335, - 0.5228481888771057 - ] - ], - [ - 6.099999904632568, - [ - 0.09427663683891296, - 0.05034097656607628, - -0.8450984358787537, - 0.5238189697265625 - ] - ], - [ - 6.133333206176758, - [ - 0.09404179453849792, - 0.0500837080180645, - -0.8446347117424011, - 0.5246334075927734 - ] - ], - [ - 6.166666507720947, - [ - 0.09386109560728073, - 0.04988561570644379, - -0.8442687392234802, - 0.525273323059082 - ] - ], - [ - 6.199999809265137, - [ - 0.09373874217271805, - 0.049751345068216324, - -0.8440114259719849, - 0.5257209539413452 - ] - ], - [ - 6.266666889190674, - [ - 0.09368672966957092, - 0.04969359561800957, - -0.8438672423362732, - 0.5259671211242676 - ] - ], - [ - 6.300000190734863, - [ - 0.09389922022819519, - 0.049921344965696335, - -0.8440307974815369, - 0.5256451368331909 - ] - ], - [ - 6.333333492279053, - [ - 0.09442538022994995, - 0.05048423260450363, - -0.8443783521652222, - 0.5249385237693787 - ] - ], - [ - 6.366666793823242, - [ - 0.09522409737110138, - 0.051338229328393936, - -0.8448739051818848, - 0.5239129662513733 - ] - ], - [ - 6.400000095367432, - [ - 0.09625490754842758, - 0.052440062165260315, - -0.8454844951629639, - 0.5226289629936218 - ] - ], - [ - 6.433333396911621, - [ - 0.09748060256242752, - 0.05375010892748833, - -0.8461856245994568, - 0.5211318135261536 - ] - ], - [ - 6.4666666984558105, - [ - 0.09886395931243896, - 0.05522864684462547, - -0.8469532132148743, - 0.5194669961929321 - ] - ], - [ - 6.5, - [ - 0.10036737471818924, - 0.0568355992436409, - -0.8477639555931091, - 0.5176798105239868 - ] - ], - [ - 6.5333333015441895, - [ - 0.10195280611515045, - 0.058530353009700775, - -0.8485950827598572, - 0.5158160328865051 - ] - ], - [ - 6.566666603088379, - [ - 0.10358161479234695, - 0.06027164310216904, - -0.8494251370429993, - 0.5139213800430298 - ] - ], - [ - 6.599999904632568, - [ - 0.10521456599235535, - 0.0620175264775753, - -0.8502334952354431, - 0.5120417475700378 - ] - ], - [ - 6.633333206176758, - [ - 0.10681172460317612, - 0.0637252926826477, - -0.8510007858276367, - 0.5102234482765198 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658398513_682661.json b/lenses/physics-objects/Scene/assets/1646688658398513_682661.json deleted file mode 100644 index e82c41bd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658398513_682661.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658398513:682661", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658399793_682676.json b/lenses/physics-objects/Scene/assets/1646688658399793_682676.json deleted file mode 100644 index eb5a1811..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658399793_682676.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658399793:682676", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ], - [ - 3.366666555404663, - [ - -2.6572108268737793, - -19.649486541748047, - -9.336248397827148 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658400127_682685.json b/lenses/physics-objects/Scene/assets/1646688658400127_682685.json deleted file mode 100644 index 4df30aa3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658400127_682685.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658400127:682685", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ], - [ - 0.03333333507180214, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ], - [ - 0.06666667014360428, - [ - 0.022157030180096626, - -0.02519683912396431, - -0.5457963943481445, - 0.837245762348175 - ] - ], - [ - 0.10000000149011612, - [ - 0.025190167129039764, - -0.022629546001553535, - -0.5964528322219849, - 0.8019335269927979 - ] - ], - [ - 0.13333334028720856, - [ - 0.028088759630918503, - -0.020057540386915207, - -0.6510748267173767, - 0.7582285404205322 - ] - ], - [ - 0.1666666716337204, - [ - 0.029060788452625275, - -0.0192521084100008, - -0.6982820630073547, - 0.7149734497070313 - ] - ], - [ - 0.20000000298023224, - [ - 0.02636459469795227, - -0.02210601046681404, - -0.7279456853866577, - 0.6847710013389587 - ] - ], - [ - 0.23333333432674408, - [ - 0.018512001261115074, - -0.03032682090997696, - -0.7311282753944397, - 0.68131422996521 - ] - ], - [ - 0.2666666805744171, - [ - 0.006360294762998819, - -0.043001409620046616, - -0.6938213109970093, - 0.7188341021537781 - ] - ], - [ - 0.30000001192092896, - [ - -0.005864687729626894, - -0.0553324893116951, - -0.6189898252487183, - 0.783425509929657 - ] - ], - [ - 0.3333333432674408, - [ - -0.017856568098068237, - -0.06669510155916214, - -0.5219941735267639, - 0.8501499891281128 - ] - ], - [ - 0.36666667461395264, - [ - -0.030971065163612366, - -0.07864103466272354, - -0.42220813035964966, - 0.9025501012802124 - ] - ], - [ - 0.4000000059604645, - [ - -0.04346732422709465, - -0.09003855288028717, - -0.3463651239871979, - 0.9327566027641296 - ] - ], - [ - 0.4333333373069763, - [ - -0.052884481847286224, - -0.09927342087030411, - -0.3219101130962372, - 0.9400648474693298 - ] - ], - [ - 0.46666666865348816, - [ - -0.05972236022353172, - -0.1076158732175827, - -0.3749884366989136, - 0.9188230037689209 - ] - ], - [ - 0.5, - [ - -0.06670361012220383, - -0.11701982468366623, - -0.4858131408691406, - 0.8636217713356018 - ] - ], - [ - 0.5333333611488342, - [ - -0.07502879947423935, - -0.12729477882385254, - -0.6111438870429993, - 0.7776052355766296 - ] - ], - [ - 0.5666666626930237, - [ - -0.08490298688411713, - -0.13802370429039001, - -0.7170785665512085, - 0.6778932809829712 - ] - ], - [ - 0.6000000238418579, - [ - -0.09461659938097, - -0.14777186512947083, - -0.7841940522193909, - 0.5951898097991943 - ] - ], - [ - 0.6333333253860474, - [ - -0.1001969650387764, - -0.15330770611763, - -0.8047396540641785, - 0.5646694898605347 - ] - ], - [ - 0.6666666865348816, - [ - -0.09946861863136292, - -0.152756467461586, - -0.7869930267333984, - 0.5894178748130798 - ] - ], - [ - 0.699999988079071, - [ - -0.09390696883201599, - -0.14727984368801117, - -0.7470563650131226, - 0.6414023041725159 - ] - ], - [ - 0.7333333492279053, - [ - -0.08506263792514801, - -0.13815739750862122, - -0.6884417533874512, - 0.7069122195243835 - ] - ], - [ - 0.7666666507720947, - [ - -0.07480873912572861, - -0.1271081566810608, - -0.6159206032752991, - 0.7738791704177856 - ] - ], - [ - 0.800000011920929, - [ - -0.06418798118829727, - -0.11520157754421234, - -0.5384153723716736, - 0.8322964310646057 - ] - ], - [ - 0.8333333134651184, - [ - -0.05364030972123146, - -0.10312304645776749, - -0.46800708770751953, - 0.8760467767715454 - ] - ], - [ - 0.8666666746139526, - [ - -0.04336895793676376, - -0.09148868173360825, - -0.41824841499328613, - 0.902672290802002 - ] - ], - [ - 0.8999999761581421, - [ - -0.03365113586187363, - -0.08103856444358826, - -0.4026056230068207, - 0.9111580848693848 - ] - ], - [ - 0.9333333373069763, - [ - -0.022190161049365997, - -0.06995667517185211, - -0.44699376821517944, - 0.8915213346481323 - ] - ], - [ - 0.9666666388511658, - [ - -0.008876628242433071, - -0.0576341450214386, - -0.5442092418670654, - 0.836920440196991 - ] - ], - [ - 1.0, - [ - 0.003249203087761998, - -0.046095289289951324, - -0.6577650308609009, - 0.7518044114112854 - ] - ], - [ - 1.0333333015441895, - [ - 0.012253387831151485, - -0.036816131323575974, - -0.7567508220672607, - 0.6525508761405945 - ] - ], - [ - 1.0666667222976685, - [ - 0.01689612865447998, - -0.03141152113676071, - -0.821821391582489, - 0.5686277151107788 - ] - ], - [ - 1.100000023841858, - [ - 0.01642868109047413, - -0.03155728429555893, - -0.8435714840888977, - 0.5358372926712036 - ] - ], - [ - 1.1333333253860474, - [ - -0.0008031617035157979, - -0.050245996564626694, - -0.7919169664382935, - 0.6085575222969055 - ] - ], - [ - 1.1666666269302368, - [ - -0.030909094959497452, - -0.08177825808525085, - -0.6632903814315796, - 0.7432381510734558 - ] - ], - [ - 1.2000000476837158, - [ - -0.053657714277505875, - -0.10400455445051193, - -0.5213994979858398, - 0.845249354839325 - ] - ], - [ - 1.2333333492279053, - [ - -0.06573868542909622, - -0.11460990458726883, - -0.40972715616226196, - 0.9025888442993164 - ] - ], - [ - 1.2666666507720947, - [ - -0.07635819166898727, - -0.12379352748394012, - -0.325595885515213, - 0.9342547059059143 - ] - ], - [ - 1.2999999523162842, - [ - -0.08083229511976242, - -0.12777909636497498, - -0.2983386814594269, - 0.94240802526474 - ] - ], - [ - 1.3333333730697632, - [ - -0.07627427577972412, - -0.12371545284986496, - -0.32598066329956055, - 0.934137761592865 - ] - ], - [ - 1.3666666746139526, - [ - -0.06552343815565109, - -0.1137567088007927, - -0.3797324001789093, - 0.9157344698905945 - ] - ], - [ - 1.399999976158142, - [ - -0.05139802023768425, - -0.10043269395828247, - -0.4483136534690857, - 0.8867279291152954 - ] - ], - [ - 1.4333332777023315, - [ - -0.03647294268012047, - -0.08607043325901031, - -0.5190659165382385, - 0.8496070504188538 - ] - ], - [ - 1.4666666984558105, - [ - -0.022875113412737846, - -0.07270120829343796, - -0.5805009603500366, - 0.8106849789619446 - ] - ], - [ - 1.5, - [ - -0.012498320080339909, - -0.062294475734233856, - -0.6229487657546997, - 0.7796781659126282 - ] - ], - [ - 1.5333333015441895, - [ - -0.007200134918093681, - -0.05688183754682541, - -0.6379870772361755, - 0.7679097056388855 - ] - ], - [ - 1.5666667222976685, - [ - -0.01129577774554491, - -0.06089333817362785, - -0.6069216728210449, - 0.7923450469970703 - ] - ], - [ - 1.600000023841858, - [ - -0.024404535070061684, - -0.07369570434093475, - -0.5335089564323425, - 0.8422242999076843 - ] - ], - [ - 1.6333333253860474, - [ - -0.04170236364006996, - -0.09025250375270844, - -0.4440627098083496, - 0.8904627561569214 - ] - ], - [ - 1.6666666269302368, - [ - -0.05748802423477173, - -0.10518749803304672, - -0.3703386187553406, - 0.9211297631263733 - ] - ], - [ - 1.7000000476837158, - [ - -0.06385105103254318, - -0.11127205938100815, - -0.34646010398864746, - 0.9292507767677307 - ] - ], - [ - 1.7333333492279053, - [ - -0.059155210852622986, - -0.10703711956739426, - -0.37552186846733093, - 0.9187095761299133 - ] - ], - [ - 1.7666666507720947, - [ - -0.04917319864034653, - -0.09774041920900345, - -0.42859506607055664, - 0.8968474268913269 - ] - ], - [ - 1.7999999523162842, - [ - -0.03626307100057602, - -0.08542044460773468, - -0.4915841519832611, - 0.8658714294433594 - ] - ], - [ - 1.8333333730697632, - [ - -0.022757096216082573, - -0.07225312292575836, - -0.5538288354873657, - 0.8291775584220886 - ] - ], - [ - 1.8666666746139526, - [ - -0.010667772963643074, - -0.06023259088397026, - -0.6064077615737915, - 0.7927975058555603 - ] - ], - [ - 1.899999976158142, - [ - -0.0016379570588469505, - -0.05110056325793266, - -0.6420481204986572, - 0.7649576663970947 - ] - ], - [ - 1.9333332777023315, - [ - 0.0029765162616968155, - -0.04635962098836899, - -0.6543402075767517, - 0.7547720074653625 - ] - ], - [ - 1.9666666984558105, - [ - 0.0005867930594831705, - -0.04866335913538933, - -0.6274548768997192, - 0.7771305441856384 - ] - ], - [ - 2.0, - [ - -0.008207384496927261, - -0.05721357837319374, - -0.5656711459159851, - 0.8226028084754944 - ] - ], - [ - 2.0333333015441895, - [ - -0.020532839000225067, - -0.06901481747627258, - -0.49175259470939636, - 0.8677526712417603 - ] - ], - [ - 2.066666603088379, - [ - -0.03254443034529686, - -0.08046188205480576, - -0.4313599765300751, - 0.8979951739311218 - ] - ], - [ - 2.0999999046325684, - [ - -0.037962060421705246, - -0.08573845028877258, - -0.41257691383361816, - 0.9060839414596558 - ] - ], - [ - 2.133333444595337, - [ - -0.0321841798722744, - -0.0804775133728981, - -0.4520323872566223, - 0.8877805471420288 - ] - ], - [ - 2.1666667461395264, - [ - -0.01933935470879078, - -0.0683075487613678, - -0.5263861417770386, - 0.8472766280174255 - ] - ], - [ - 2.200000047683716, - [ - -0.005283266771584749, - -0.05461014434695244, - -0.6065719723701477, - 0.7931331992149353 - ] - ], - [ - 2.2333333492279053, - [ - 0.005490042734891176, - -0.04380732402205467, - -0.6677001118659973, - 0.743120014667511 - ] - ], - [ - 2.2666666507720947, - [ - 0.009726660326123238, - -0.039472322911024094, - -0.6908851265907288, - 0.7218207120895386 - ] - ], - [ - 2.299999952316284, - [ - 0.004438251722604036, - -0.044880613684654236, - -0.662731945514679, - 0.7474974989891052 - ] - ], - [ - 2.3333332538604736, - [ - -0.00823509506881237, - -0.05758929252624512, - -0.5961723327636719, - 0.8007460236549377 - ] - ], - [ - 2.366666555404663, - [ - -0.025815172120928764, - -0.0750078335404396, - -0.5224982500076294, - 0.8489422798156738 - ] - ], - [ - 2.4000000953674316, - [ - -0.04511900991201401, - -0.09439036250114441, - -0.47617095708847046, - 0.8731071949005127 - ] - ], - [ - 2.433333396911621, - [ - -0.05883534997701645, - -0.10881366580724716, - -0.48454728722572327, - 0.8659746646881104 - ] - ], - [ - 2.4666666984558105, - [ - -0.059767600148916245, - -0.11102519184350967, - -0.5714704394340515, - 0.8108779191970825 - ] - ], - [ - 2.5, - [ - -0.05334519222378731, - -0.10525394976139069, - -0.6957348585128784, - 0.7085399627685547 - ] - ], - [ - 2.5333333015441895, - [ - -0.05040036886930466, - -0.10186975449323654, - -0.7950822114944458, - 0.595757246017456 - ] - ], - [ - 2.566666603088379, - [ - -0.05798337608575821, - -0.10915256291627884, - -0.8377939462661743, - 0.5318129062652588 - ] - ], - [ - 2.5999999046325684, - [ - -0.07596387714147568, - -0.12811431288719177, - -0.8163736462593079, - 0.5579877495765686 - ] - ], - [ - 2.633333444595337, - [ - -0.09563587605953217, - -0.14903487265110016, - -0.7543596029281616, - 0.6321265697479248 - ] - ], - [ - 2.6666667461395264, - [ - -0.10911981761455536, - -0.16305245459079742, - -0.6859316229820251, - 0.7007172703742981 - ] - ], - [ - 2.700000047683716, - [ - -0.11122427135705948, - -0.16512496769428253, - -0.6574110388755798, - 0.7267555594444275 - ] - ], - [ - 2.7333333492279053, - [ - -0.10125264525413513, - -0.15491199493408203, - -0.6843942999839783, - 0.7052337527275085 - ] - ], - [ - 2.7666666507720947, - [ - -0.08563991636037827, - -0.13876765966415405, - -0.732845664024353, - 0.6605653762817383 - ] - ], - [ - 2.799999952316284, - [ - -0.06796783208847046, - -0.12018512934446335, - -0.7853119969367981, - 0.603507399559021 - ] - ], - [ - 2.8333332538604736, - [ - -0.05003233626484871, - -0.10103484243154526, - -0.8303135633468628, - 0.5457729697227478 - ] - ], - [ - 2.866666555404663, - [ - -0.03398697450757027, - -0.08382534235715866, - -0.858890950679779, - 0.5041077136993408 - ] - ], - [ - 2.9000000953674316, - [ - 0.02249845676124096, - 0.07174418121576309, - 0.864694356918335, - -0.496639221906662 - ] - ], - [ - 2.933333396911621, - [ - -0.016658933833241463, - -0.06621623039245605, - -0.8373001217842102, - 0.542463481426239 - ] - ], - [ - 2.9666666984558105, - [ - -0.014908256940543652, - -0.06509245187044144, - -0.7752177715301514, - 0.6281545758247375 - ] - ], - [ - 3.0, - [ - -0.015933934599161148, - -0.0662698745727539, - -0.6880752444267273, - 0.7224312424659729 - ] - ], - [ - 3.0333333015441895, - [ - -0.018329937011003494, - -0.0680985301733017, - -0.5932791829109192, - 0.8019017577171326 - ] - ], - [ - 3.066666603088379, - [ - -0.02056165784597397, - -0.06942267715930939, - -0.5156058669090271, - 0.8537612557411194 - ] - ], - [ - 3.0999999046325684, - [ - -0.021012231707572937, - -0.0693669244647026, - -0.4828750789165497, - 0.8726845979690552 - ] - ], - [ - 3.133333444595337, - [ - -0.02107570506632328, - -0.07005234807729721, - -0.5218084454536438, - 0.8499202728271484 - ] - ], - [ - 3.1666667461395264, - [ - -0.02299683541059494, - -0.07317429035902023, - -0.6143229007720947, - 0.7853177785873413 - ] - ], - [ - 3.200000047683716, - [ - -0.02670862153172493, - -0.07755960524082184, - -0.7198983430862427, - 0.6892151832580566 - ] - ], - [ - 3.2333333492279053, - [ - -0.03159540146589279, - -0.08218523859977722, - -0.8079389929771423, - 0.5826507806777954 - ] - ], - [ - 3.2666666507720947, - [ - 0.03597000241279602, - 0.08580882847309113, - 0.8622483611106873, - -0.4978664517402649 - ] - ], - [ - 3.299999952316284, - [ - 0.03687596321105957, - 0.08637062460184097, - 0.8770941495895386, - -0.47104793787002563 - ] - ], - [ - 3.3333332538604736, - [ - -0.0016459495527669787, - -0.07020130008459091, - -0.7531204223632813, - 0.6541245579719543 - ] - ], - [ - 3.366666555404663, - [ - 0.020621171221137047, - -0.02639741823077202, - -0.5174492597579956, - 0.8550580143928528 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658400353_682692.json b/lenses/physics-objects/Scene/assets/1646688658400353_682692.json deleted file mode 100644 index 06f271d0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658400353_682692.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658400353:682692", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658409862_682705.json b/lenses/physics-objects/Scene/assets/1646688658409862_682705.json deleted file mode 100644 index 4d813d79..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658409862_682705.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658409862:682705", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.586009979248047, - 0.0, - 7.16093850883226e-15 - ] - ], - [ - 1.0, - [ - 9.586009979248047, - 0.0, - 7.16093850883226e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658410122_682712.json b/lenses/physics-objects/Scene/assets/1646688658410122_682712.json deleted file mode 100644 index fdcea5a0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658410122_682712.json +++ /dev/null @@ -1,1567 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658410122:682712", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019005488604307175, - 0.034801922738552094, - -0.03364395722746849, - 0.9986470341682434 - ] - ], - [ - 0.03333333507180214, - [ - -0.019005488604307175, - 0.034801922738552094, - -0.03364395722746849, - 0.9986470341682434 - ] - ], - [ - 0.06666667014360428, - [ - -0.021390879526734352, - 0.03469886630773544, - -0.03405151516199112, - 0.9985885620117188 - ] - ], - [ - 0.10000000149011612, - [ - -0.023803019896149635, - 0.03461271524429321, - -0.03443137928843498, - 0.9985238313674927 - ] - ], - [ - 0.13333334028720856, - [ - -0.02617855742573738, - 0.03454752266407013, - -0.03477369621396065, - 0.9984548687934875 - ] - ], - [ - 0.1666666716337204, - [ - -0.02845492772758007, - 0.03450728580355644, - -0.03506877273321152, - 0.9983835816383362 - ] - ], - [ - 0.20000000298023224, - [ - -0.030570272356271744, - 0.03449583426117897, - -0.035306982696056366, - 0.9983131289482117 - ] - ], - [ - 0.23333333432674408, - [ - -0.03246327117085457, - 0.034516841173172, - -0.0354786217212677, - 0.9982465505599976 - ] - ], - [ - 0.2666666805744171, - [ - -0.034072957932949066, - 0.034573744982481, - -0.03557375445961952, - 0.9981874823570251 - ] - ], - [ - 0.30000001192092896, - [ - -0.035369791090488434, - 0.0346485860645771, - -0.035602789372205734, - 0.9981387257575989 - ] - ], - [ - 0.3333333432674408, - [ - -0.03633144497871399, - 0.03471813723444939, - -0.035580772906541824, - 0.9981025457382202 - ] - ], - [ - 0.36666667461395264, - [ - -0.03694995120167732, - 0.03478526324033737, - -0.035523753613233566, - 0.9980795383453369 - ] - ], - [ - 0.4000000059604645, - [ - -0.03726136311888695, - 0.03485538065433502, - -0.035451408475637436, - 0.99806809425354 - ] - ], - [ - 0.5, - [ - -0.03684040531516075, - 0.03509519621729851, - -0.03515930473804474, - 0.9980857372283936 - ] - ], - [ - 0.5666666626930237, - [ - -0.03585366532206535, - 0.035281743854284286, - -0.03491372987627983, - 0.9981237053871155 - ] - ], - [ - 0.6000000238418579, - [ - -0.03523955121636391, - 0.03538112714886665, - -0.03477916121482849, - 0.998146653175354 - ] - ], - [ - 0.6333333253860474, - [ - -0.03455976024270058, - 0.035482801496982574, - -0.034639157354831696, - 0.9981718063354492 - ] - ], - [ - 0.6666666865348816, - [ - -0.03382538631558418, - 0.0355854257941246, - -0.03449550271034241, - 0.9981982707977295 - ] - ], - [ - 0.699999988079071, - [ - -0.03304753825068474, - 0.03568769991397858, - -0.03435004502534866, - 0.9982255697250366 - ] - ], - [ - 0.7333333492279053, - [ - -0.03223733603954315, - 0.03578838333487511, - -0.0342046394944191, - 0.9982534646987915 - ] - ], - [ - 0.7666666507720947, - [ - -0.03140588849782944, - 0.03588617220520973, - -0.034061141312122345, - 0.9982813596725464 - ] - ], - [ - 0.800000011920929, - [ - -0.030564313754439354, - 0.03597985953092575, - -0.033921435475349426, - 0.9983088970184326 - ] - ], - [ - 0.8333333134651184, - [ - -0.029723742976784706, - 0.03606819733977318, - -0.033787406980991364, - 0.9983357191085815 - ] - ], - [ - 0.8666666746139526, - [ - -0.028895283117890358, - 0.03614996746182442, - -0.033660952001810074, - 0.9983612298965454 - ] - ], - [ - 0.8999999761581421, - [ - -0.028090085834264755, - 0.036224011331796646, - -0.03354397043585777, - 0.998385488986969 - ] - ], - [ - 0.9333333373069763, - [ - -0.027319274842739105, - 0.03628906235098839, - -0.03343838080763817, - 0.9984080791473389 - ] - ], - [ - 0.9666666388511658, - [ - -0.026594001799821854, - 0.036344014108181, - -0.033346086740493774, - 0.9984288215637207 - ] - ], - [ - 1.0, - [ - -0.025925399735569954, - 0.036387622356414795, - -0.0332689993083477, - 0.9984474182128906 - ] - ], - [ - 1.0333333015441895, - [ - -0.02532462775707245, - 0.03641871362924576, - -0.03320901468396187, - 0.9984635710716248 - ] - ], - [ - 1.0666667222976685, - [ - -0.02480284310877323, - 0.0364360585808754, - -0.03316802904009819, - 0.9984773993492126 - ] - ], - [ - 1.100000023841858, - [ - -0.024371212348341942, - 0.03643845021724701, - -0.033147912472486496, - 0.9984886050224304 - ] - ], - [ - 1.1333333253860474, - [ - -0.024054493755102158, - 0.036416053771972656, - -0.03315994143486023, - 0.9984967112541199 - ] - ], - [ - 1.2666666507720947, - [ - -0.02344042807817459, - 0.03607199341058731, - -0.03348521888256073, - 0.9985129237174988 - ] - ], - [ - 1.3333333730697632, - [ - -0.02326127327978611, - 0.03581489622592926, - -0.03370480611920357, - 0.9985190033912659 - ] - ], - [ - 1.399999976158142, - [ - -0.023290643468499184, - 0.03552722558379173, - -0.03393477201461792, - 0.9985207915306091 - ] - ], - [ - 1.4666666984558105, - [ - -0.023521196097135544, - 0.03522353991866112, - -0.034162405878305435, - 0.9985184073448181 - ] - ], - [ - 1.5333333015441895, - [ - -0.023893151432275772, - 0.03491710498929024, - -0.03437738120555878, - 0.9985130429267883 - ] - ], - [ - 1.5666667222976685, - [ - -0.024113453924655914, - 0.03476705402135849, - -0.03447699919342995, - 0.9985094666481018 - ] - ], - [ - 1.600000023841858, - [ - -0.024346664547920227, - 0.034621402621269226, - -0.034569770097732544, - 0.9985056519508362 - ] - ], - [ - 1.6666666269302368, - [ - -0.024821817874908447, - 0.0343501903116703, - -0.03473006561398506, - 0.9984978437423706 - ] - ], - [ - 1.7666666507720947, - [ - -0.025443771854043007, - 0.03401966392993927, - -0.0348903127014637, - 0.9984879493713379 - ] - ], - [ - 2.0333333015441895, - [ - -0.025134405121207237, - 0.0339127741754055, - -0.03463278338313103, - 0.9985082745552063 - ] - ], - [ - 2.066666603088379, - [ - -0.024758702144026756, - 0.03400804474949837, - -0.03450934216380119, - 0.998518705368042 - ] - ], - [ - 2.0999999046325684, - [ - -0.024282950907945633, - 0.03413243591785431, - -0.03436124697327614, - 0.9985312223434448 - ] - ], - [ - 2.133333444595337, - [ - -0.023683806881308556, - 0.03429756686091423, - -0.03417671471834183, - 0.998546302318573 - ] - ], - [ - 2.1666667461395264, - [ - -0.022944685071706772, - 0.034510288387537, - -0.033948030322790146, - 0.9985640048980713 - ] - ], - [ - 2.200000047683716, - [ - -0.022048883140087128, - 0.03475991263985634, - -0.03367256745696068, - 0.9985848665237427 - ] - ], - [ - 2.2333333492279053, - [ - -0.020969463512301445, - 0.035033900290727615, - -0.03335022181272507, - 0.9986094832420349 - ] - ], - [ - 2.2666666507720947, - [ - -0.019689494743943214, - 0.03532373905181885, - -0.03298959136009216, - 0.9986371994018555 - ] - ], - [ - 2.299999952316284, - [ - -0.018200956284999847, - 0.03562161326408386, - -0.03259929269552231, - 0.9986677765846252 - ] - ], - [ - 2.3333332538604736, - [ - -0.016525203362107277, - 0.03592102974653244, - -0.03218718618154526, - 0.9986995458602905 - ] - ], - [ - 2.366666555404663, - [ - -0.014687921851873398, - 0.03621602803468704, - -0.03176127001643181, - 0.998731255531311 - ] - ], - [ - 2.4000000953674316, - [ - -0.012615148909389973, - 0.036511726677417755, - -0.031316857784986496, - 0.9987627267837524 - ] - ], - [ - 2.433333396911621, - [ - -0.010246184654533863, - 0.036814380437135696, - -0.03084741346538067, - 0.998793363571167 - ] - ], - [ - 2.4666666984558105, - [ - -0.00762237748131156, - 0.037120044231414795, - -0.030358530580997467, - 0.9988204836845398 - ] - ], - [ - 2.5, - [ - -0.004785123281180859, - 0.03742492198944092, - -0.02985597960650921, - 0.9988418817520142 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017759810434654355, - 0.0377255380153656, - -0.029345687478780746, - 0.9988555908203125 - ] - ], - [ - 2.566666603088379, - [ - 0.0013634184142574668, - 0.03801858052611351, - -0.028833705931901932, - 0.9988601207733154 - ] - ], - [ - 2.5999999046325684, - [ - 0.004591344390064478, - 0.03830103576183319, - -0.02832631580531597, - 0.9988542199134827 - ] - ], - [ - 2.633333444595337, - [ - 0.007866024039685726, - 0.03857007995247841, - -0.027829797938466072, - 0.9988372921943665 - ] - ], - [ - 2.6666667461395264, - [ - 0.011145465075969696, - 0.038823146373033524, - -0.02735064923763275, - 0.9988096356391907 - ] - ], - [ - 2.700000047683716, - [ - 0.014387735165655613, - 0.03905783221125603, - -0.026895420625805855, - 0.9987713098526001 - ] - ], - [ - 2.7333333492279053, - [ - 0.01755080372095108, - 0.03927193582057953, - -0.026470761746168137, - 0.9987236857414246 - ] - ], - [ - 2.7666666507720947, - [ - 0.02059261128306389, - 0.0394633524119854, - -0.026083365082740784, - 0.9986682534217834 - ] - ], - [ - 2.799999952316284, - [ - 0.02347104623913765, - 0.03963005915284157, - -0.025739923119544983, - 0.9986070394515991 - ] - ], - [ - 2.8333332538604736, - [ - 0.02614401839673519, - 0.03977007791399956, - -0.025447145104408264, - 0.9985426664352417 - ] - ], - [ - 2.866666555404663, - [ - 0.028569404035806656, - 0.039881382137537, - -0.025211719796061516, - 0.9984777569770813 - ] - ], - [ - 2.9000000953674316, - [ - 0.030705148354172707, - 0.03996182605624199, - -0.025040259584784508, - 0.9984153509140015 - ] - ], - [ - 2.933333396911621, - [ - 0.03245987743139267, - 0.04000474512577057, - -0.02494535595178604, - 0.9983605146408081 - ] - ], - [ - 2.9666666984558105, - [ - 0.03375845029950142, - 0.040004611015319824, - -0.024937493726611137, - 0.9983176589012146 - ] - ], - [ - 3.0, - [ - 0.03458579629659653, - 0.0399618037045002, - -0.025017695501446724, - 0.9982890486717224 - ] - ], - [ - 3.0333333015441895, - [ - 0.03493800014257431, - 0.03988153487443924, - -0.02517838031053543, - 0.9982759356498718 - ] - ], - [ - 3.066666603088379, - [ - 0.034808576107025146, - 0.03977431729435921, - -0.02542206458747387, - 0.9982785582542419 - ] - ], - [ - 3.0999999046325684, - [ - 0.03420276939868927, - 0.03965051844716072, - -0.025746168568730354, - 0.9982961416244507 - ] - ], - [ - 3.133333444595337, - [ - 0.03314760699868202, - 0.039516381919384, - -0.026133563369512558, - 0.9983269572257996 - ] - ], - [ - 3.1666667461395264, - [ - 0.031687334179878235, - 0.03937782347202301, - -0.026567744091153145, - 0.9983683824539185 - ] - ], - [ - 3.200000047683716, - [ - 0.029886752367019653, - 0.039239928126335144, - -0.02703273482620716, - 0.9984169602394104 - ] - ], - [ - 3.2333333492279053, - [ - 0.027785681188106537, - 0.03910429775714874, - -0.027516601607203484, - 0.9984696507453918 - ] - ], - [ - 3.2666666507720947, - [ - 0.025415679439902306, - 0.038970865309238434, - -0.028010517358779907, - 0.9985243678092957 - ] - ], - [ - 3.299999952316284, - [ - 0.022838184610009193, - 0.038842130452394485, - -0.028503824025392532, - 0.9985775947570801 - ] - ], - [ - 3.3333332538604736, - [ - 0.02011416107416153, - 0.03872080147266388, - -0.028986230492591858, - 0.9986270070075989 - ] - ], - [ - 3.366666555404663, - [ - 0.017303958535194397, - 0.03860972076654434, - -0.029447780922055244, - 0.9986704587936401 - ] - ], - [ - 3.4000000953674316, - [ - 0.014467205852270126, - 0.03851180151104927, - -0.029878810048103333, - 0.998706579208374 - ] - ], - [ - 3.433333396911621, - [ - 0.011662928387522697, - 0.03842997923493385, - -0.03026990033686161, - 0.998734712600708 - ] - ], - [ - 3.4666666984558105, - [ - 0.00894930213689804, - 0.03836707025766373, - -0.030611759051680565, - 0.998754620552063 - ] - ], - [ - 3.5, - [ - 0.006383922882378101, - 0.03832587972283363, - -0.030895287171006203, - 0.9987672567367554 - ] - ], - [ - 3.5333333015441895, - [ - 0.004023839719593525, - 0.038308970630168915, - -0.03111121989786625, - 0.9987733960151672 - ] - ], - [ - 3.566666603088379, - [ - 0.00192575145047158, - 0.03831876814365387, - -0.03125021234154701, - 0.9987749457359314 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010051497520180419, - 0.038337111473083496, - -0.03132740780711174, - 0.9987736940383911 - ] - ], - [ - 3.633333444595337, - [ - -0.0014333546860143542, - 0.03834269568324089, - -0.031361259520053864, - 0.9987713694572449 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026498211082071066, - 0.03834100812673569, - -0.031365565955638885, - 0.9987689256668091 - ] - ], - [ - 3.700000047683716, - [ - -0.0035683244932442904, - 0.0383402556180954, - -0.031357429921627045, - 0.9987662434577942 - ] - ], - [ - 3.7333333492279053, - [ - -0.004218370653688908, - 0.03834351524710655, - -0.031336452811956406, - 0.9987642168998718 - ] - ], - [ - 3.7666666507720947, - [ - -0.004645652137696743, - 0.038354236632585526, - -0.03130149841308594, - 0.9987630248069763 - ] - ], - [ - 3.799999952316284, - [ - -0.004868499469012022, - 0.03837425261735916, - -0.031251806765794754, - 0.9987627267837524 - ] - ], - [ - 3.9000000953674316, - [ - -0.004651564639061689, - 0.038486313074827194, - -0.03102005645632744, - 0.9987667202949524 - ] - ], - [ - 3.933333396911621, - [ - -0.0044117094948887825, - 0.038531944155693054, - -0.03092716820538044, - 0.9987689256668091 - ] - ], - [ - 3.9666666984558105, - [ - -0.004112067632377148, - 0.038579199463129044, - -0.03083023801445961, - 0.9987713694572449 - ] - ], - [ - 4.0, - [ - -0.003764109220355749, - 0.03862686827778816, - -0.030731286853551865, - 0.9987739324569702 - ] - ], - [ - 4.0333333015441895, - [ - -0.00337930372916162, - 0.03867378085851669, - -0.03063218481838703, - 0.9987765550613403 - ] - ], - [ - 4.099999904632568, - [ - -0.0025450510438531637, - 0.03876059874892235, - -0.030441533774137497, - 0.9987815022468567 - ] - ], - [ - 4.133333206176758, - [ - -0.0021185562945902348, - 0.03879820182919502, - -0.03035391867160797, - 0.9987837076187134 - ] - ], - [ - 4.166666507720947, - [ - -0.0017011230811476707, - 0.038830388337373734, - -0.030274109914898872, - 0.998785674571991 - ] - ], - [ - 4.199999809265137, - [ - -0.001304239616729319, - 0.038856033235788345, - -0.030204061418771744, - 0.9987874031066895 - ] - ], - [ - 4.233333110809326, - [ - -0.0009393927175551653, - 0.03887399658560753, - -0.0301457978785038, - 0.9987888336181641 - ] - ], - [ - 4.266666889190674, - [ - -0.0006180812488310039, - 0.03888311982154846, - -0.030101263895630836, - 0.9987900853157043 - ] - ], - [ - 4.333333492279053, - [ - -0.00015206025273073465, - 0.03887023404240608, - -0.0300613846629858, - 0.9987919926643372 - ] - ], - [ - 4.433333396911621, - [ - -8.071820047916844e-05, - 0.038747504353523254, - -0.030163777992129326, - 0.9987936615943909 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002992761437781155, - 0.038657426834106445, - -0.030270028859376907, - 0.99879390001297 - ] - ], - [ - 4.5, - [ - -0.0006738190422765911, - 0.038533493876457214, - -0.0304175466299057, - 0.9987940192222595 - ] - ], - [ - 4.5333333015441895, - [ - -0.00123119936324656, - 0.03837260976433754, - -0.03060324676334858, - 0.9987940192222595 - ] - ], - [ - 4.566666603088379, - [ - -0.001990918768569827, - 0.038178130984306335, - -0.030822303146123886, - 0.9987936019897461 - ] - ], - [ - 4.599999904632568, - [ - -0.0029664046596735716, - 0.03795337677001953, - -0.031069831922650337, - 0.9987919926643372 - ] - ], - [ - 4.633333206176758, - [ - -0.0041539547964930534, - 0.037701256573200226, - -0.031341586261987686, - 0.9987888932228088 - ] - ], - [ - 4.666666507720947, - [ - -0.005547663196921349, - 0.03742465376853943, - -0.03163342922925949, - 0.9987832307815552 - ] - ], - [ - 4.699999809265137, - [ - -0.007138553075492382, - 0.037126440554857254, - -0.03194139152765274, - 0.9987744688987732 - ] - ], - [ - 4.733333110809326, - [ - -0.008905242197215557, - 0.03680924326181412, - -0.03226204216480255, - 0.9987617135047913 - ] - ], - [ - 4.766666889190674, - [ - -0.010826376266777515, - 0.036475770175457, - -0.03259206563234329, - 0.9987443685531616 - ] - ], - [ - 4.800000190734863, - [ - -0.012880445457994938, - 0.03612882271409035, - -0.032928187400102615, - 0.9987214803695679 - ] - ], - [ - 4.833333492279053, - [ - -0.015046034008264542, - 0.03577133268117905, - -0.033267274498939514, - 0.9986928105354309 - ] - ], - [ - 4.866666793823242, - [ - -0.017301645129919052, - 0.03540630638599396, - -0.033606238663196564, - 0.9986579418182373 - ] - ], - [ - 4.900000095367432, - [ - -0.01964053139090538, - 0.03503524884581566, - -0.03394375741481781, - 0.9986164569854736 - ] - ], - [ - 4.933333396911621, - [ - -0.022056840360164642, - 0.03465956822037697, - -0.03427869454026222, - 0.9985675811767578 - ] - ], - [ - 4.9666666984558105, - [ - -0.024530362337827682, - 0.0342823788523674, - -0.034608371555805206, - 0.9985116124153137 - ] - ], - [ - 5.0, - [ - -0.02704085037112236, - 0.03390689939260483, - -0.03493018075823784, - 0.9984483122825623 - ] - ], - [ - 5.0333333015441895, - [ - -0.029568010941147804, - 0.033536408096551895, - -0.03524165600538254, - 0.9983782172203064 - ] - ], - [ - 5.066666603088379, - [ - -0.03209151700139046, - 0.033174313604831696, - -0.03554042428731918, - 0.9983018040657043 - ] - ], - [ - 5.099999904632568, - [ - -0.034591030329465866, - 0.0328240692615509, - -0.03582417592406273, - 0.9982198476791382 - ] - ], - [ - 5.133333206176758, - [ - -0.037046167999506, - 0.03248921036720276, - -0.03609071671962738, - 0.9981330037117004 - ] - ], - [ - 5.166666507720947, - [ - -0.03943652659654617, - 0.032173335552215576, - -0.03633791580796242, - 0.9980427026748657 - ] - ], - [ - 5.199999809265137, - [ - -0.04174166917800903, - 0.03188007324934006, - -0.036563705652952194, - 0.9979500770568848 - ] - ], - [ - 5.233333110809326, - [ - -0.04394116252660751, - 0.03161308914422989, - -0.03676604479551315, - 0.9978567361831665 - ] - ], - [ - 5.266666889190674, - [ - -0.046014584600925446, - 0.031376056373119354, - -0.03694294020533562, - 0.9977642297744751 - ] - ], - [ - 5.300000190734863, - [ - -0.04794137924909592, - 0.031172629445791245, - -0.03709237277507782, - 0.9976743459701538 - ] - ], - [ - 5.333333492279053, - [ - -0.049701131880283356, - 0.031006483361124992, - -0.03721232712268829, - 0.9975889325141907 - ] - ], - [ - 5.366666793823242, - [ - -0.05127335712313652, - 0.030881183221936226, - -0.037300724536180496, - 0.9975100159645081 - ] - ], - [ - 5.400000095367432, - [ - -0.05263753607869148, - 0.03080025687813759, - -0.03735541179776192, - 0.9974393248558044 - ] - ], - [ - 5.433333396911621, - [ - -0.05375753715634346, - 0.030778322368860245, - -0.037364907562732697, - 0.9973800182342529 - ] - ], - [ - 5.4666666984558105, - [ - -0.05460391566157341, - 0.030824998393654823, - -0.03732152655720711, - 0.9973341226577759 - ] - ], - [ - 5.5333333015441895, - [ - -0.05534711480140686, - 0.031086353585124016, - -0.037060052156448364, - 0.9972947835922241 - ] - ], - [ - 5.566666603088379, - [ - -0.055174682289361954, - 0.03128217160701752, - -0.03684577718377113, - 0.9973061680793762 - ] - ], - [ - 5.599999904632568, - [ - -0.05460912361741066, - 0.031511545181274414, - -0.036584120243787766, - 0.99733966588974 - ] - ], - [ - 5.633333206176758, - [ - -0.05365891382098198, - 0.03176839277148247, - -0.036280564963817596, - 0.9973942041397095 - ] - ], - [ - 5.666666507720947, - [ - -0.05233697593212128, - 0.03204690292477608, - -0.03594055399298668, - 0.9974678754806519 - ] - ], - [ - 5.699999809265137, - [ - -0.05066237598657608, - 0.03234163671731949, - -0.03556952625513077, - 0.9975581169128418 - ] - ], - [ - 5.733333110809326, - [ - -0.04867502301931381, - 0.03264806047081947, - -0.03517237305641174, - 0.9976612329483032 - ] - ], - [ - 5.766666889190674, - [ - -0.0464148111641407, - 0.032961782068014145, - -0.034754153341054916, - 0.997773289680481 - ] - ], - [ - 5.800000190734863, - [ - -0.0439218133687973, - 0.03327857702970505, - -0.03432008624076843, - 0.9978905320167542 - ] - ], - [ - 5.833333492279053, - [ - -0.04123614728450775, - 0.03359445556998253, - -0.033875543624162674, - 0.9980097413063049 - ] - ], - [ - 5.866666793823242, - [ - -0.03839804604649544, - 0.03390561044216156, - -0.033426087349653244, - 0.9981276988983154 - ] - ], - [ - 5.900000095367432, - [ - -0.035447876900434494, - 0.034208424389362335, - -0.03297740966081619, - 0.9982414245605469 - ] - ], - [ - 5.933333396911621, - [ - -0.03242609649896622, - 0.03449949249625206, - -0.03253532201051712, - 0.9983485341072083 - ] - ], - [ - 5.9666666984558105, - [ - -0.029373345896601677, - 0.034775618463754654, - -0.032105863094329834, - 0.9984473586082458 - ] - ], - [ - 6.0, - [ - -0.026330312713980675, - 0.035033781081438065, - -0.031695082783699036, - 0.9985364079475403 - ] - ], - [ - 6.0333333015441895, - [ - -0.02333778329193592, - 0.03527109697461128, - -0.03130917251110077, - 0.9986146688461304 - ] - ], - [ - 6.066666603088379, - [ - -0.020436657592654228, - 0.03548482060432434, - -0.030954387038946152, - 0.9986817240715027 - ] - ], - [ - 6.099999904632568, - [ - -0.017667850479483604, - 0.03567228838801384, - -0.03063700906932354, - 0.9987375736236572 - ] - ], - [ - 6.133333206176758, - [ - -0.01507236622273922, - 0.035830892622470856, - -0.03036336414515972, - 0.9987828731536865 - ] - ], - [ - 6.166666507720947, - [ - -0.012691199779510498, - 0.03595797345042229, - -0.030139684677124023, - 0.9988180994987488 - ] - ], - [ - 6.199999809265137, - [ - -0.010565354488790035, - 0.03605081886053085, - -0.029972225427627563, - 0.9988446235656738 - ] - ], - [ - 6.233333110809326, - [ - -0.008735843934118748, - 0.03610657528042793, - -0.029867058619856834, - 0.9988633394241333 - ] - ], - [ - 6.266666889190674, - [ - -0.00724358856678009, - 0.0361221544444561, - -0.02983018010854721, - 0.9988759160041809 - ] - ], - [ - 6.300000190734863, - [ - -0.006126485764980316, - 0.036095891147851944, - -0.02986525371670723, - 0.9988831877708435 - ] - ], - [ - 6.333333492279053, - [ - -0.00541120208799839, - 0.036032095551490784, - -0.02996818535029888, - 0.9988866448402405 - ] - ], - [ - 6.366666793823242, - [ - -0.0051275584846735, - 0.03593979403376579, - -0.030145956203341484, - 0.998885989189148 - ] - ], - [ - 6.400000095367432, - [ - -0.0052922992035746574, - 0.035828087478876114, - -0.030400296673178673, - 0.998881459236145 - ] - ], - [ - 6.433333396911621, - [ - -0.005899468902498484, - 0.03570270538330078, - -0.030717648565769196, - 0.9988728165626526 - ] - ], - [ - 6.4666666984558105, - [ - -0.006926420144736767, - 0.035568755120038986, - -0.031084876507520676, - 0.9988597631454468 - ] - ], - [ - 6.5, - [ - -0.008330799639225006, - 0.035430338233709335, - -0.031489159911870956, - 0.9988411664962769 - ] - ], - [ - 6.5333333015441895, - [ - -0.010063238441944122, - 0.03529110178351402, - -0.03191770613193512, - 0.9988166689872742 - ] - ], - [ - 6.566666603088379, - [ - -0.012063445523381233, - 0.035154663026332855, - -0.03235846385359764, - 0.9987850189208984 - ] - ], - [ - 6.599999904632568, - [ - -0.014264632016420364, - 0.03502490743994713, - -0.03280024975538254, - 0.9987462759017944 - ] - ], - [ - 6.633333206176758, - [ - -0.016600508242845535, - 0.03490594029426575, - -0.03323223441839218, - 0.9987000823020935 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658410436_682719.json b/lenses/physics-objects/Scene/assets/1646688658410436_682719.json deleted file mode 100644 index a634e4cc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658410436_682719.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658410436:682719", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658411823_682732.json b/lenses/physics-objects/Scene/assets/1646688658411823_682732.json deleted file mode 100644 index 517151fb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658411823_682732.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658411823:682732", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.579776763916016, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.550202369689941, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.549690246582031, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.577801704406738, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.616694450378418, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.647472381591797, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.64210319519043, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.60186767578125, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.566583633422852, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.546910285949707, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.555007934570313, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.593953132629395, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.629302978515625, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.650921821594238, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.672428131103516, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.652365684509277, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.62389850616455, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.560041427612305, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.538373947143555, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.548818588256836, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.591733932495117, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.642949104309082, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.66637897491455, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.655115127563477, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.635235786437988, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.608949661254883, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.574481964111328, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.551239967346191, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.572334289550781, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.599699020385742, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.630139350891113, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.657357215881348, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.682101249694824, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.67599868774414, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.651427268981934, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.605463027954102, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.561933517456055, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.538514137268066, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.552611351013184, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.59038257598877, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.624704360961914, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.645240783691406, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.661698341369629, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.685948371887207, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.663606643676758, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.60451602935791, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.558735847473145, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.536520004272461, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.534852027893066, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.570012092590332, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.62663745880127, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.669305801391602, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.655534744262695, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.603260040283203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.5350341796875, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.526451110839844, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.643340110778809, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.672757148742676, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.670352935791016, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.641409873962402, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.597386360168457, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.560992240905762, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.557631492614746, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.58812141418457, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.693206787109375, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.72950267791748, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.736491203308105, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.711889266967773, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.678651809692383, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.633854866027832, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.57454776763916, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.530385971069336, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.523701667785645, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.545404434204102, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.594030380249023, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.631758689880371, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658412074_682739.json b/lenses/physics-objects/Scene/assets/1646688658412074_682739.json deleted file mode 100644 index c8996611..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658412074_682739.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658412074:682739", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ], - [ - 0.03333333507180214, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ], - [ - 0.06666667014360428, - [ - -0.037452954798936844, - -0.00262880208902061, - -0.015355575829744339, - 0.9991770386695862 - ] - ], - [ - 0.10000000149011612, - [ - -0.03785911947488785, - -0.002458215458318591, - -0.009509479627013206, - 0.9992349147796631 - ] - ], - [ - 0.13333334028720856, - [ - -0.03334643319249153, - -0.001921799615956843, - -0.012261711061000824, - 0.9993668794631958 - ] - ], - [ - 0.1666666716337204, - [ - -0.027381980791687965, - -0.000683751015458256, - -0.01905403472483158, - 0.9994432926177979 - ] - ], - [ - 0.20000000298023224, - [ - -0.022075671702623367, - 0.0013113172026351094, - -0.027239510789513588, - 0.9993842840194702 - ] - ], - [ - 0.23333333432674408, - [ - -0.018849339336156845, - 0.0037146788090467453, - -0.034725371748209, - 0.9992123246192932 - ] - ], - [ - 0.2666666805744171, - [ - -0.016655482351779938, - 0.006198814604431391, - -0.04023366793990135, - 0.9990322589874268 - ] - ], - [ - 0.30000001192092896, - [ - -0.015482455492019653, - 0.008345336653292179, - -0.04274526610970497, - 0.9989311695098877 - ] - ], - [ - 0.3333333432674408, - [ - -0.01504778303205967, - 0.009329994209110737, - -0.0405084528028965, - 0.9990224242210388 - ] - ], - [ - 0.36666667461395264, - [ - -0.014293573796749115, - 0.008816007524728775, - -0.03302833437919617, - 0.9993132948875427 - ] - ], - [ - 0.4000000059604645, - [ - -0.013326629064977169, - 0.006456753704696894, - -0.02159709297120571, - 0.9996570944786072 - ] - ], - [ - 0.4333333373069763, - [ - -0.010968334041535854, - 0.0027282051742076874, - -0.00944146141409874, - 0.9998915791511536 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876972805708647, - -0.0006823324947617948, - -0.00019992172019556165, - 0.999982476234436 - ] - ], - [ - 0.5, - [ - 0.002542380942031741, - -0.002110457280650735, - 0.0035432728473097086, - 0.9999882578849792 - ] - ], - [ - 0.5333333611488342, - [ - 0.013776680454611778, - -0.000787039112765342, - 0.00025451360852457583, - 0.9999047517776489 - ] - ], - [ - 0.5666666626930237, - [ - 0.025754105299711227, - 0.002150788437575102, - -0.008544170297682285, - 0.9996294975280762 - ] - ], - [ - 0.6000000238418579, - [ - 0.03531819209456444, - 0.0052953558042645454, - -0.02030841074883938, - 0.9991558194160461 - ] - ], - [ - 0.6333333253860474, - [ - 0.03814135119318962, - 0.008241514675319195, - -0.03151148557662964, - 0.9987413883209229 - ] - ], - [ - 0.6666666865348816, - [ - 0.033779922872781754, - 0.01088897418230772, - -0.03906625136733055, - 0.9986061453819275 - ] - ], - [ - 0.699999988079071, - [ - 0.02479425258934498, - 0.012192599475383759, - -0.0418211966753006, - 0.9987429976463318 - ] - ], - [ - 0.7333333492279053, - [ - 0.012739450670778751, - 0.011621243320405483, - -0.0397484265267849, - 0.9990609288215637 - ] - ], - [ - 0.7666666507720947, - [ - 0.000333388801664114, - 0.0094575434923172, - -0.033884067088365555, - 0.9993810653686523 - ] - ], - [ - 0.800000011920929, - [ - -0.009848864749073982, - 0.006252833176404238, - -0.024762263521552086, - 0.9996253252029419 - ] - ], - [ - 0.8333333134651184, - [ - -0.016030415892601013, - 0.0029923298861831427, - -0.013867572881281376, - 0.9997708797454834 - ] - ], - [ - 0.8666666746139526, - [ - -0.017553243786096573, - 0.0005540394922718406, - -0.003462712513282895, - 0.9998399019241333 - ] - ], - [ - 0.8999999761581421, - [ - -0.014066302217543125, - -0.0007693695952184498, - 0.004148793872445822, - 0.9998921751976013 - ] - ], - [ - 0.9333333373069763, - [ - -0.005548208486288786, - -0.0012709555448964238, - 0.007113289553672075, - 0.9999585151672363 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893920246511698, - -0.0009905759943649173, - 0.004578001331537962, - 0.999965250492096 - ] - ], - [ - 1.0, - [ - 0.020698409527540207, - 0.0005950498743914068, - -0.002183377044275403, - 0.9997832179069519 - ] - ], - [ - 1.0333333015441895, - [ - 0.03256573528051376, - 0.003911674488335848, - -0.011290887370705605, - 0.9993981719017029 - ] - ], - [ - 1.0666667222976685, - [ - 0.03981796279549599, - 0.008450599387288094, - -0.02063572034239769, - 0.9989581108093262 - ] - ], - [ - 1.100000023841858, - [ - 0.041013654321432114, - 0.012514438480138779, - -0.028751274570822716, - 0.9986664056777954 - ] - ], - [ - 1.1333333253860474, - [ - 0.03427920863032341, - 0.01371818594634533, - -0.0350731685757637, - 0.9987024664878845 - ] - ], - [ - 1.1666666269302368, - [ - 0.022853020578622818, - 0.012259810231626034, - -0.038296882063150406, - 0.9989299178123474 - ] - ], - [ - 1.2000000476837158, - [ - 0.01017936784774065, - 0.009369821287691593, - -0.03456239402294159, - 0.9993067979812622 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019203159026801586, - 0.005623944103717804, - -0.02308768779039383, - 0.9997158050537109 - ] - ], - [ - 1.2666666507720947, - [ - -0.010962792672216892, - 0.0021798918023705482, - -0.0077530499547719955, - 0.9999074935913086 - ] - ], - [ - 1.2999999523162842, - [ - -0.01475891936570406, - 2.4347828002646565e-05, - 0.005554767791181803, - 0.9998756647109985 - ] - ], - [ - 1.3333333730697632, - [ - -0.012652519159018993, - -0.0003450651129242033, - 0.011009438894689083, - 0.9998592734336853 - ] - ], - [ - 1.3666666746139526, - [ - -0.006202382501214743, - 0.00013270245108287781, - 0.008123836480081081, - 0.9999477863311768 - ] - ], - [ - 1.399999976158142, - [ - 0.001847455045208335, - 7.07186118233949e-05, - 0.000580425257794559, - 0.999998152256012 - ] - ], - [ - 1.4333332777023315, - [ - 0.0073410216718912125, - -0.001022262847982347, - -0.009770984761416912, - 0.9999247789382935 - ] - ], - [ - 1.4666666984558105, - [ - 0.008179101161658764, - -0.0027948173228651285, - -0.020744498819112778, - 0.9997474551200867 - ] - ], - [ - 1.5, - [ - 0.004500186070799828, - -0.004576898645609617, - -0.030359815806150436, - 0.9995184540748596 - ] - ], - [ - 1.5333333015441895, - [ - -0.004278848879039288, - -0.0059081995859742165, - -0.03706115484237671, - 0.9992863535881042 - ] - ], - [ - 1.5666667222976685, - [ - -0.016843263059854507, - -0.006707443855702877, - -0.03974501043558121, - 0.9990454912185669 - ] - ], - [ - 1.600000023841858, - [ - -0.0319896936416626, - -0.006811463739722967, - -0.03695519268512726, - 0.9987815618515015 - ] - ], - [ - 1.6333333253860474, - [ - -0.04703214392066002, - -0.00606961827725172, - -0.028891772031784058, - 0.9984570145606995 - ] - ], - [ - 1.6666666269302368, - [ - -0.059883005917072296, - -0.004821927286684513, - -0.017055965960025787, - 0.9980480074882507 - ] - ], - [ - 1.7000000476837158, - [ - -0.06942079961299896, - -0.003794945776462555, - -0.004295769147574902, - 0.9975709915161133 - ] - ], - [ - 1.7333333492279053, - [ - -0.07451290637254715, - -0.003060957882553339, - 0.005711808335036039, - 0.9971989989280701 - ] - ], - [ - 1.7666666507720947, - [ - -0.07449419796466827, - -0.0026884449180215597, - 0.009616429917514324, - 0.9971715807914734 - ] - ], - [ - 1.7999999523162842, - [ - -0.06937538087368011, - -0.0029640269931405783, - 0.006275528110563755, - 0.9975665807723999 - ] - ], - [ - 1.8333333730697632, - [ - -0.060957957059144974, - -0.003792479168623686, - -0.0020313721615821123, - 0.9981311559677124 - ] - ], - [ - 1.8666666746139526, - [ - -0.05287851765751839, - -0.004680939018726349, - -0.01267071533948183, - 0.9985095858573914 - ] - ], - [ - 1.899999976158142, - [ - -0.04705248400568962, - -0.005161261651664972, - -0.02303316630423069, - 0.9986134767532349 - ] - ], - [ - 1.9333332777023315, - [ - -0.04437577351927757, - -0.005212393589317799, - -0.03087318316102028, - 0.9985241293907166 - ] - ], - [ - 1.9666666984558105, - [ - -0.04813902825117111, - -0.005663493648171425, - -0.0339471735060215, - 0.9982475638389587 - ] - ], - [ - 2.0, - [ - -0.05919801443815231, - -0.006627367343753576, - -0.029476353898644447, - 0.9977889657020569 - ] - ], - [ - 2.0333333015441895, - [ - -0.07347387820482254, - -0.006562979891896248, - -0.017970917746424675, - 0.9971136450767517 - ] - ], - [ - 2.066666603088379, - [ - -0.08668159693479538, - -0.0049082376062870026, - -0.0031359801068902016, - 0.9962190389633179 - ] - ], - [ - 2.0999999046325684, - [ - -0.09527220577001572, - -0.0030592980328947306, - 0.009686297737061977, - 0.995399534702301 - ] - ], - [ - 2.133333444595337, - [ - -0.09622395038604736, - -0.002563362242653966, - 0.01509389840066433, - 0.9952420592308044 - ] - ], - [ - 2.1666667461395264, - [ - -0.08935883641242981, - -0.0032853081356734037, - 0.011688966304063797, - 0.9959254860877991 - ] - ], - [ - 2.200000047683716, - [ - -0.0763188824057579, - -0.003896684618666768, - 0.003343102987855673, - 0.9970702528953552 - ] - ], - [ - 2.2333333492279053, - [ - -0.06202175095677376, - -0.0034982385113835335, - -0.0072366357780992985, - 0.9980425238609314 - ] - ], - [ - 2.2666666507720947, - [ - -0.05131988227367401, - -0.0024239912163466215, - -0.01734655164182186, - 0.998528778553009 - ] - ], - [ - 2.299999952316284, - [ - -0.045247115194797516, - -0.0019139859359711409, - -0.025004984810948372, - 0.9986611008644104 - ] - ], - [ - 2.3333332538604736, - [ - -0.04489999637007713, - -0.002212446415796876, - -0.0283536184579134, - 0.9985865950584412 - ] - ], - [ - 2.366666555404663, - [ - -0.04897785931825638, - -0.0027890538331121206, - -0.023746464401483536, - 0.9985136389732361 - ] - ], - [ - 2.4000000953674316, - [ - -0.05522763729095459, - -0.003163496730849147, - -0.011249689385294914, - 0.998405396938324 - ] - ], - [ - 2.433333396911621, - [ - -0.05977262929081917, - -0.00407294649630785, - 0.004179276991635561, - 0.9981950521469116 - ] - ], - [ - 2.4666666984558105, - [ - -0.05818666145205498, - -0.006115545053035021, - 0.016652243211865425, - 0.9981480836868286 - ] - ], - [ - 2.5, - [ - -0.04972351714968681, - -0.0085093779489398, - 0.021295510232448578, - 0.9984998106956482 - ] - ], - [ - 2.5333333015441895, - [ - -0.035840824246406555, - -0.007804183289408684, - 0.014398221857845783, - 0.9992234110832214 - ] - ], - [ - 2.566666603088379, - [ - -0.01785689778625965, - -0.003243587678298354, - 0.0006849993951618671, - 0.9998350739479065 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010317229316569865, - 0.0013822956243529916, - -0.012344593182206154, - 0.9999228715896606 - ] - ], - [ - 2.633333444595337, - [ - 0.008380917832255363, - 0.0034712553024291992, - -0.01833467371761799, - 0.9997907280921936 - ] - ], - [ - 2.6666667461395264, - [ - 0.0034129463601857424, - 0.0018458275590091944, - -0.013272588141262531, - 0.9999043941497803 - ] - ], - [ - 2.700000047683716, - [ - -0.005080468021333218, - -0.0024621975608170033, - -0.0012752722250297666, - 0.9999832510948181 - ] - ], - [ - 2.7333333492279053, - [ - -0.011144123040139675, - -0.006812207866460085, - 0.011195766739547253, - 0.9998521208763123 - ] - ], - [ - 2.7666666507720947, - [ - -0.013166390359401703, - -0.008107566274702549, - 0.016862519085407257, - 0.9997382760047913 - ] - ], - [ - 2.799999952316284, - [ - -0.013736010529100895, - -0.0064601353369653225, - 0.013896667398512363, - 0.999788224697113 - ] - ], - [ - 2.8333332538604736, - [ - -0.014655441977083683, - -0.004009590018540621, - 0.006368356756865978, - 0.999864399433136 - ] - ], - [ - 2.866666555404663, - [ - -0.01641472801566124, - -0.001616368186660111, - -0.003307458246126771, - 0.9998584985733032 - ] - ], - [ - 2.9000000953674316, - [ - -0.019319405779242516, - 0.0003798648249357939, - -0.012855885550379753, - 0.99973064661026 - ] - ], - [ - 2.933333396911621, - [ - -0.022169016301631927, - 0.001914206543006003, - -0.020416023209691048, - 0.9995440244674683 - ] - ], - [ - 2.9666666984558105, - [ - -0.024820642545819283, - 0.002846070332452655, - -0.02417321875691414, - 0.9993955492973328 - ] - ], - [ - 3.0, - [ - -0.02750261500477791, - 0.002561185508966446, - -0.02163671888411045, - 0.9993842840194702 - ] - ], - [ - 3.0333333015441895, - [ - -0.02957155555486679, - 0.0008864459814503789, - -0.012802589684724808, - 0.9994803071022034 - ] - ], - [ - 3.066666603088379, - [ - -0.0314168781042099, - -0.0018020868301391602, - -0.00015866081230342388, - 0.9995047450065613 - ] - ], - [ - 3.0999999046325684, - [ - -0.032208651304244995, - -0.004568854812532663, - 0.012379256077110767, - 0.9993940591812134 - ] - ], - [ - 3.133333444595337, - [ - -0.03070155717432499, - -0.006400556303560734, - 0.021229051053524017, - 0.9992826581001282 - ] - ], - [ - 3.1666667461395264, - [ - -0.026909438893198967, - -0.0067686946131289005, - 0.023998210206627846, - 0.9993269443511963 - ] - ], - [ - 3.200000047683716, - [ - -0.021232394501566887, - -0.005524740554392338, - 0.019597399979829788, - 0.9995673298835754 - ] - ], - [ - 3.2333333492279053, - [ - -0.01455792598426342, - -0.0035393093712627888, - 0.010143623687326908, - 0.9998363256454468 - ] - ], - [ - 3.2666666507720947, - [ - -0.009047416038811207, - -0.0017044299747794867, - -0.0019431279506534338, - 0.9999558329582214 - ] - ], - [ - 3.299999952316284, - [ - -0.00843322928994894, - -0.0002181141171604395, - -0.014090502634644508, - 0.9998652338981628 - ] - ], - [ - 3.3333332538604736, - [ - -0.01614786684513092, - -0.0012787770247086883, - -0.023313606157898903, - 0.9995969533920288 - ] - ], - [ - 3.366666555404663, - [ - -0.029541345313191414, - -0.0026793465949594975, - -0.027527762576937675, - 0.9991808533668518 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658412286_682746.json b/lenses/physics-objects/Scene/assets/1646688658412286_682746.json deleted file mode 100644 index 3781310c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658412286_682746.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658412286:682746", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658413370_682759.json b/lenses/physics-objects/Scene/assets/1646688658413370_682759.json deleted file mode 100644 index 1577ed37..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658413370_682759.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658413370:682759", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.545063018798828, - -4.263256414560601e-14, - -8.881784197001252e-16 - ] - ], - [ - 6.633333206176758, - [ - 9.544044494628906, - -5.684341886080802e-14, - -5.218048215738236e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658413602_682766.json b/lenses/physics-objects/Scene/assets/1646688658413602_682766.json deleted file mode 100644 index fec2cc9e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658413602_682766.json +++ /dev/null @@ -1,1765 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658413602:682766", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01791844144463539, - 0.25316983461380005, - -0.22160540521144867, - 0.9415280222892761 - ] - ], - [ - 0.03333333507180214, - [ - -0.01791844144463539, - 0.25316983461380005, - -0.22160540521144867, - 0.9415280222892761 - ] - ], - [ - 0.06666667014360428, - [ - -0.020155271515250206, - 0.25392183661460876, - -0.2231856882572174, - 0.940906822681427 - ] - ], - [ - 0.10000000149011612, - [ - -0.02241489663720131, - 0.25480809807777405, - -0.22454430162906647, - 0.9402926564216614 - ] - ], - [ - 0.13333334028720856, - [ - -0.024638080969452858, - 0.25581344962120056, - -0.22564257681369781, - 0.9397009611129761 - ] - ], - [ - 0.1666666716337204, - [ - -0.02676665596663952, - 0.2569199204444885, - -0.22644267976284027, - 0.9391482472419739 - ] - ], - [ - 0.20000000298023224, - [ - -0.028743334114551544, - 0.2581070065498352, - -0.22690710425376892, - 0.9386520981788635 - ] - ], - [ - 0.23333333432674408, - [ - -0.030511539429426193, - 0.2593519687652588, - -0.22699850797653198, - 0.9382309317588806 - ] - ], - [ - 0.2666666805744171, - [ - -0.032015182077884674, - 0.2606305181980133, - -0.22667913138866425, - 0.9379037022590637 - ] - ], - [ - 0.30000001192092896, - [ - -0.033227693289518356, - 0.26179686188697815, - -0.22604995965957642, - 0.9376885294914246 - ] - ], - [ - 0.3333333432674408, - [ - -0.03412923216819763, - 0.26267877221107483, - -0.22524628043174744, - 0.9376029968261719 - ] - ], - [ - 0.36666667461395264, - [ - -0.03471067175269127, - 0.2633436322212219, - -0.22442151606082916, - 0.9375928044319153 - ] - ], - [ - 0.4000000059604645, - [ - -0.0350039042532444, - 0.26389095187187195, - -0.22369855642318726, - 0.9376007914543152 - ] - ], - [ - 0.4333333373069763, - [ - -0.03505142405629158, - 0.2643321752548218, - -0.2230326384305954, - 0.9376333951950073 - ] - ], - [ - 0.46666666865348816, - [ - -0.03491051122546196, - 0.26470375061035156, - -0.22239460051059723, - 0.9376853704452515 - ] - ], - [ - 0.5, - [ - -0.034613482654094696, - 0.26502183079719543, - -0.22177442908287048, - 0.9377533793449402 - ] - ], - [ - 0.5333333611488342, - [ - -0.03419358283281326, - 0.265301913022995, - -0.22116009891033173, - 0.9378346800804138 - ] - ], - [ - 0.5666666626930237, - [ - -0.03369130566716194, - 0.26556438207626343, - -0.22053338587284088, - 0.9379262924194336 - ] - ], - [ - 0.6000000238418579, - [ - -0.03311699628829956, - 0.26580810546875, - -0.2199014127254486, - 0.938025951385498 - ] - ], - [ - 0.6333333253860474, - [ - -0.032481007277965546, - 0.26603206992149353, - -0.2192714363336563, - 0.9381321668624878 - ] - ], - [ - 0.6666666865348816, - [ - -0.03179371356964111, - 0.2662351429462433, - -0.21865060925483704, - 0.9382429718971252 - ] - ], - [ - 0.699999988079071, - [ - -0.031065495684742928, - 0.2664163112640381, - -0.21804603934288025, - 0.9383566379547119 - ] - ], - [ - 0.7333333492279053, - [ - -0.030306750908493996, - 0.26657435297966003, - -0.2174648642539978, - 0.9384714365005493 - ] - ], - [ - 0.7666666507720947, - [ - -0.029527874663472176, - 0.2667081356048584, - -0.21691419184207916, - 0.9385858178138733 - ] - ], - [ - 0.800000011920929, - [ - -0.028739256784319878, - 0.2668163776397705, - -0.21640098094940186, - 0.9386979937553406 - ] - ], - [ - 0.8333333134651184, - [ - -0.02795136161148548, - 0.26689770817756653, - -0.215932235121727, - 0.9388064742088318 - ] - ], - [ - 0.8666666746139526, - [ - -0.027174606919288635, - 0.2669508457183838, - -0.21551497280597687, - 0.9389100670814514 - ] - ], - [ - 0.8999999761581421, - [ - -0.02641945146024227, - 0.2669743001461029, - -0.21515610814094543, - 0.9390073418617249 - ] - ], - [ - 0.9333333373069763, - [ - -0.025696348398923874, - 0.26696643233299255, - -0.2148624211549759, - 0.9390968084335327 - ] - ], - [ - 0.9666666388511658, - [ - -0.02501579001545906, - 0.2669256925582886, - -0.21464087069034576, - 0.9391775131225586 - ] - ], - [ - 1.0, - [ - -0.02438824065029621, - 0.26685020327568054, - -0.2144981175661087, - 0.9392479658126831 - ] - ], - [ - 1.0333333015441895, - [ - -0.023824213072657585, - 0.26673826575279236, - -0.2144409865140915, - 0.9393072724342346 - ] - ], - [ - 1.100000023841858, - [ - -0.022928668186068535, - 0.26639729738235474, - -0.21461047232151031, - 0.9393876194953918 - ] - ], - [ - 1.1333333253860474, - [ - -0.022630956023931503, - 0.2661145031452179, - -0.2149120271205902, - 0.939406156539917 - ] - ], - [ - 1.1666666269302368, - [ - -0.02246100641787052, - 0.2657002806663513, - -0.21543270349502563, - 0.9394081234931946 - ] - ], - [ - 1.2000000476837158, - [ - -0.02233710139989853, - 0.26514995098114014, - -0.21611735224723816, - 0.9394094347953796 - ] - ], - [ - 1.2333333492279053, - [ - -0.022191623225808144, - 0.264470636844635, - -0.21689584851264954, - 0.9394248127937317 - ] - ], - [ - 1.2666666507720947, - [ - -0.022053977474570274, - 0.26369708776474, - -0.21772868931293488, - 0.9394528865814209 - ] - ], - [ - 1.2999999523162842, - [ - -0.021949375048279762, - 0.2628585994243622, - -0.21858321130275726, - 0.9394919872283936 - ] - ], - [ - 1.3333333730697632, - [ - -0.02188732661306858, - 0.2619737982749939, - -0.21944014728069305, - 0.939540684223175 - ] - ], - [ - 1.3666666746139526, - [ - -0.021875277161598206, - 0.2610601484775543, - -0.2202823907136917, - 0.9395982027053833 - ] - ], - [ - 1.399999976158142, - [ - -0.021917782723903656, - 0.26013341546058655, - -0.22109532356262207, - 0.939663290977478 - ] - ], - [ - 1.4333332777023315, - [ - -0.022007813677191734, - 0.25920119881629944, - -0.22187429666519165, - 0.9397351741790771 - ] - ], - [ - 1.4666666984558105, - [ - -0.022138327360153198, - 0.25827133655548096, - -0.22261476516723633, - 0.9398130178451538 - ] - ], - [ - 1.5, - [ - -0.02230227366089821, - 0.2573516070842743, - -0.22331230342388153, - 0.9398960471153259 - ] - ], - [ - 1.5333333015441895, - [ - -0.022492606192827225, - 0.25644978880882263, - -0.2239624410867691, - 0.9399831891059875 - ] - ], - [ - 1.5666667222976685, - [ - -0.02270226553082466, - 0.25557389855384827, - -0.22456103563308716, - 0.9400740265846252 - ] - ], - [ - 1.600000023841858, - [ - -0.022924190387129784, - 0.254731684923172, - -0.2251037210226059, - 0.9401673078536987 - ] - ], - [ - 1.6333333253860474, - [ - -0.023151308298110962, - 0.2539311647415161, - -0.22558654844760895, - 0.9402626752853394 - ] - ], - [ - 1.6666666269302368, - [ - -0.023376530036330223, - 0.2531801462173462, - -0.22600527107715607, - 0.9403589367866516 - ] - ], - [ - 1.7000000476837158, - [ - -0.023592768236994743, - 0.2524866461753845, - -0.22635598480701447, - 0.9404556751251221 - ] - ], - [ - 1.7333333492279053, - [ - -0.023792915046215057, - 0.2518584430217743, - -0.2266346663236618, - 0.9405519366264343 - ] - ], - [ - 1.7666666507720947, - [ - -0.023969853296875954, - 0.25130346417427063, - -0.2268373817205429, - 0.9406471252441406 - ] - ], - [ - 1.7999999523162842, - [ - -0.024116458371281624, - 0.25082939863204956, - -0.22696004807949066, - 0.9407402276992798 - ] - ], - [ - 1.8333333730697632, - [ - -0.024225620552897453, - 0.25044405460357666, - -0.22699874639511108, - 0.9408307075500488 - ] - ], - [ - 1.8666666746139526, - [ - -0.024290170520544052, - 0.2501550614833832, - -0.22694945335388184, - 0.9409178495407104 - ] - ], - [ - 1.9666666984558105, - [ - -0.024144751951098442, - 0.2499411255121231, - -0.22623224556446075, - 0.9411511421203613 - ] - ], - [ - 2.0, - [ - -0.02395942248404026, - 0.2501119375228882, - -0.2257891148328781, - 0.9412168860435486 - ] - ], - [ - 2.0333333015441895, - [ - -0.023693732917308807, - 0.2504156231880188, - -0.22523650527000427, - 0.9412752985954285 - ] - ], - [ - 2.066666603088379, - [ - -0.02334056980907917, - 0.25085899233818054, - -0.2245696634054184, - 0.9413253664970398 - ] - ], - [ - 2.0999999046325684, - [ - -0.022892773151397705, - 0.25144878029823303, - -0.2237836718559265, - 0.9413661956787109 - ] - ], - [ - 2.133333444595337, - [ - -0.022328319028019905, - 0.25225135684013367, - -0.222805455327034, - 0.9413970708847046 - ] - ], - [ - 2.1666667461395264, - [ - -0.02163158543407917, - 0.253306120634079, - -0.2215898185968399, - 0.9414171576499939 - ] - ], - [ - 2.200000047683716, - [ - -0.020787447690963745, - 0.25451353192329407, - -0.22012068331241608, - 0.941455066204071 - ] - ], - [ - 2.2333333492279053, - [ - -0.01977100595831871, - 0.25575873255729675, - -0.2184160351753235, - 0.941536545753479 - ] - ], - [ - 2.2666666507720947, - [ - -0.01856602355837822, - 0.2569863498210907, - -0.21655991673469543, - 0.9416556358337402 - ] - ], - [ - 2.299999952316284, - [ - -0.01716465689241886, - 0.25815248489379883, - -0.21462036669254303, - 0.941807210445404 - ] - ], - [ - 2.3333332538604736, - [ - -0.015586771070957184, - 0.25923413038253784, - -0.21264351904392242, - 0.9419859051704407 - ] - ], - [ - 2.366666555404663, - [ - -0.013856335543096066, - 0.26021209359169006, - -0.210672527551651, - 0.942186176776886 - ] - ], - [ - 2.4000000953674316, - [ - -0.011903299018740654, - 0.2610923945903778, - -0.20871852338314056, - 0.9424042105674744 - ] - ], - [ - 2.433333396911621, - [ - -0.009670069441199303, - 0.26189613342285156, - -0.20677463710308075, - 0.9426352381706238 - ] - ], - [ - 2.4666666984558105, - [ - -0.007195475976914167, - 0.26260897517204285, - -0.20484758913516998, - 0.942879855632782 - ] - ], - [ - 2.5, - [ - -0.004518164787441492, - 0.2632647156715393, - -0.20298150181770325, - 0.943117082118988 - ] - ], - [ - 2.5333333015441895, - [ - -0.001677283551543951, - 0.2638486623764038, - -0.20118270814418793, - 0.9433485865592957 - ] - ], - [ - 2.566666603088379, - [ - 0.0012879433343186975, - 0.26436182856559753, - -0.19946987926959991, - 0.9435692429542542 - ] - ], - [ - 2.5999999046325684, - [ - 0.004338161554187536, - 0.2648048400878906, - -0.19786149263381958, - 0.9437745809555054 - ] - ], - [ - 2.633333444595337, - [ - 0.007433863822370768, - 0.2651776671409607, - -0.19637593626976013, - 0.9439608454704285 - ] - ], - [ - 2.6666667461395264, - [ - 0.010535260662436485, - 0.26547977328300476, - -0.1950313001871109, - 0.9441251754760742 - ] - ], - [ - 2.700000047683716, - [ - 0.013602550141513348, - 0.26570969820022583, - -0.1938454508781433, - 0.9442654848098755 - ] - ], - [ - 2.7333333492279053, - [ - 0.016595814377069473, - 0.26586535573005676, - -0.19283615052700043, - 0.9443804621696472 - ] - ], - [ - 2.7666666507720947, - [ - 0.019475026056170464, - 0.2659437954425812, - -0.19202077388763428, - 0.9444695115089417 - ] - ], - [ - 2.799999952316284, - [ - 0.022200094535946846, - 0.26594117283821106, - -0.19141660630702972, - 0.9445327520370483 - ] - ], - [ - 2.8333332538604736, - [ - 0.024730917066335678, - 0.2658529281616211, - -0.19104056060314178, - 0.9445708394050598 - ] - ], - [ - 2.866666555404663, - [ - 0.027027372270822525, - 0.2656734883785248, - -0.19090935587882996, - 0.9445849657058716 - ] - ], - [ - 2.9000000953674316, - [ - 0.02904939278960228, - 0.2653966248035431, - -0.19103935360908508, - 0.9445765018463135 - ] - ], - [ - 2.933333396911621, - [ - 0.030710332095623016, - 0.26500269770622253, - -0.19145631790161133, - 0.944550096988678 - ] - ], - [ - 2.9666666984558105, - [ - 0.03193891793489456, - 0.26447510719299316, - -0.19218210875988007, - 0.9445098638534546 - ] - ], - [ - 3.0, - [ - 0.03272072970867157, - 0.2638205587863922, - -0.19321462512016296, - 0.9444555044174194 - ] - ], - [ - 3.0333333015441895, - [ - 0.03305193409323692, - 0.26308244466781616, - -0.19450202584266663, - 0.9443857073783875 - ] - ], - [ - 3.066666603088379, - [ - 0.032925184816122055, - 0.26235994696617126, - -0.19608089327812195, - 0.9442645311355591 - ] - ], - [ - 3.0999999046325684, - [ - 0.03234504908323288, - 0.261719673871994, - -0.19794434309005737, - 0.9440735578536987 - ] - ], - [ - 3.133333444595337, - [ - 0.03133805841207504, - 0.2611789405345917, - -0.1999824047088623, - 0.9438275694847107 - ] - ], - [ - 3.1666667461395264, - [ - 0.029946859925985336, - 0.2607720196247101, - -0.20211155712604523, - 0.9435316920280457 - ] - ], - [ - 3.200000047683716, - [ - 0.028233589604496956, - 0.2605208158493042, - -0.2042635977268219, - 0.9431903958320618 - ] - ], - [ - 3.2333333492279053, - [ - 0.026236798614263535, - 0.2604331374168396, - -0.20638155937194824, - 0.942811131477356 - ] - ], - [ - 3.2666666507720947, - [ - 0.023987000808119774, - 0.26052114367485046, - -0.2084352970123291, - 0.9423948526382446 - ] - ], - [ - 3.299999952316284, - [ - 0.021543361246585846, - 0.260749876499176, - -0.21035988628864288, - 0.9419628977775574 - ] - ], - [ - 3.3333332538604736, - [ - 0.018963847309350967, - 0.26113009452819824, - -0.21212974190711975, - 0.9415160417556763 - ] - ], - [ - 3.366666555404663, - [ - 0.01630580425262451, - 0.2616543471813202, - -0.21370787918567657, - 0.9410632848739624 - ] - ], - [ - 3.4000000953674316, - [ - 0.013625702820718288, - 0.2623123526573181, - -0.2150585800409317, - 0.9406149983406067 - ] - ], - [ - 3.433333396911621, - [ - 0.010979175567626953, - 0.26309090852737427, - -0.21614691615104675, - 0.9401825070381165 - ] - ], - [ - 3.4666666984558105, - [ - 0.008420852944254875, - 0.263974130153656, - -0.21693888306617737, - 0.9397788643836975 - ] - ], - [ - 3.5, - [ - 0.00600456865504384, - 0.2649434506893158, - -0.2174006998538971, - 0.939417839050293 - ] - ], - [ - 3.5333333015441895, - [ - 0.0037834811955690384, - 0.265978068113327, - -0.217498779296875, - 0.9391143918037415 - ] - ], - [ - 3.566666603088379, - [ - 0.0018102737376466393, - 0.2670554220676422, - -0.21719887852668762, - 0.938883900642395 - ] - ], - [ - 3.5999999046325684, - [ - 9.446919284528121e-05, - 0.26803192496299744, - -0.21661360561847687, - 0.9387425780296326 - ] - ], - [ - 3.633333444595337, - [ - -0.001347160548903048, - 0.268741637468338, - -0.21588687598705292, - 0.9387060403823853 - ] - ], - [ - 3.6666667461395264, - [ - -0.002490512328222394, - 0.26925039291381836, - -0.2151641845703125, - 0.9387239217758179 - ] - ], - [ - 3.700000047683716, - [ - -0.0033538811840116978, - 0.26965007185935974, - -0.21455931663513184, - 0.938744843006134 - ] - ], - [ - 3.7333333492279053, - [ - -0.003965018317103386, - 0.26995202898979187, - -0.21402297914028168, - 0.9387782216072083 - ] - ], - [ - 3.7666666507720947, - [ - -0.004366839770227671, - 0.2701951563358307, - -0.21351882815361023, - 0.9388211965560913 - ] - ], - [ - 3.799999952316284, - [ - -0.004576562438160181, - 0.27039870619773865, - -0.21303106844425201, - 0.9388723969459534 - ] - ], - [ - 3.8333332538604736, - [ - -0.004612134303897619, - 0.2705806791782379, - -0.21254171431064606, - 0.9389306902885437 - ] - ], - [ - 3.866666555404663, - [ - -0.0045317066833376884, - 0.2707560360431671, - -0.2120347023010254, - 0.9389951825141907 - ] - ], - [ - 3.9000000953674316, - [ - -0.004373511765152216, - 0.27091678977012634, - -0.21152351796627045, - 0.9390648603439331 - ] - ], - [ - 3.933333396911621, - [ - -0.0041483198292553425, - 0.27106133103370667, - -0.211014986038208, - 0.9391385316848755 - ] - ], - [ - 3.9666666984558105, - [ - -0.0038668671622872353, - 0.2711881101131439, - -0.21051590144634247, - 0.9392151832580566 - ] - ], - [ - 4.0, - [ - -0.003539940807968378, - 0.2712955176830292, - -0.21003304421901703, - 0.9392935037612915 - ] - ], - [ - 4.0333333015441895, - [ - -0.0031783143058419228, - 0.2713819742202759, - -0.20957323908805847, - 0.9393725395202637 - ] - ], - [ - 4.066666603088379, - [ - -0.0027927574701607227, - 0.2714458107948303, - -0.20914326608181, - 0.9394511580467224 - ] - ], - [ - 4.099999904632568, - [ - -0.0023940610699355602, - 0.27148541808128357, - -0.2087498903274536, - 0.9395282864570618 - ] - ], - [ - 4.133333206176758, - [ - -0.0019930254202336073, - 0.2714989483356476, - -0.20839989185333252, - 0.9396030306816101 - ] - ], - [ - 4.166666507720947, - [ - -0.0016004451317712665, - 0.2714846730232239, - -0.20809999108314514, - 0.9396743774414063 - ] - ], - [ - 4.199999809265137, - [ - -0.00122713518794626, - 0.271440714597702, - -0.2078569084405899, - 0.9397414326667786 - ] - ], - [ - 4.233333110809326, - [ - -0.0008839134825393558, - 0.27136510610580444, - -0.20767734944820404, - 0.9398033618927002 - ] - ], - [ - 4.266666889190674, - [ - -0.0005816159537062049, - 0.27125585079193115, - -0.2075679898262024, - 0.9398592710494995 - ] - ], - [ - 4.300000190734863, - [ - -0.0003310625324957073, - 0.2711109220981598, - -0.20753544569015503, - 0.9399083852767944 - ] - ], - [ - 4.366666793823242, - [ - -2.8580454454640858e-05, - 0.2707052528858185, - -0.20772746205329895, - 0.939983069896698 - ] - ], - [ - 4.433333396911621, - [ - -7.597771036671475e-05, - 0.2700822055339813, - -0.20836816728115082, - 0.9400203824043274 - ] - ], - [ - 4.4666666984558105, - [ - -0.00028166448464617133, - 0.26959383487701416, - -0.2089885175228119, - 0.9400228261947632 - ] - ], - [ - 4.5, - [ - -0.0006341710104607046, - 0.2689487934112549, - -0.2097979187965393, - 0.940027117729187 - ] - ], - [ - 4.5333333015441895, - [ - -0.0011587776243686676, - 0.26813438534736633, - -0.2107512205839157, - 0.9400461316108704 - ] - ], - [ - 4.566666603088379, - [ - -0.0018738799262791872, - 0.2671862542629242, - -0.2118052840232849, - 0.9400779604911804 - ] - ], - [ - 4.599999904632568, - [ - -0.002792154438793659, - 0.2661357522010803, - -0.21292413771152496, - 0.9401209950447083 - ] - ], - [ - 4.633333206176758, - [ - -0.003910178784281015, - 0.2650039792060852, - -0.21408537030220032, - 0.9401729106903076 - ] - ], - [ - 4.666666507720947, - [ - -0.005222453735768795, - 0.2638111412525177, - -0.2152688354253769, - 0.9402318596839905 - ] - ], - [ - 4.699999809265137, - [ - -0.006720596458762884, - 0.26257559657096863, - -0.2164570391178131, - 0.9402952790260315 - ] - ], - [ - 4.733333110809326, - [ - -0.008384539745748043, - 0.2613082826137543, - -0.21764276921749115, - 0.9403613805770874 - ] - ], - [ - 4.766666889190674, - [ - -0.010194240137934685, - 0.26002001762390137, - -0.21881867945194244, - 0.9404276013374329 - ] - ], - [ - 4.800000190734863, - [ - -0.012129461392760277, - 0.25872182846069336, - -0.2199777364730835, - 0.9404922723770142 - ] - ], - [ - 4.833333492279053, - [ - -0.014170115813612938, - 0.2574247121810913, - -0.22111275792121887, - 0.9405534863471985 - ] - ], - [ - 4.866666793823242, - [ - -0.016295962035655975, - 0.25613972544670105, - -0.22221672534942627, - 0.9406096935272217 - ] - ], - [ - 4.900000095367432, - [ - -0.018500635400414467, - 0.25487464666366577, - -0.22328585386276245, - 0.9406594038009644 - ] - ], - [ - 4.933333396911621, - [ - -0.020778656005859375, - 0.2536369860172272, - -0.22431686520576477, - 0.9407010674476624 - ] - ], - [ - 4.9666666984558105, - [ - -0.023110929876565933, - 0.252437561750412, - -0.22530299425125122, - 0.9407336115837097 - ] - ], - [ - 5.0, - [ - -0.025478387251496315, - 0.25128722190856934, - -0.22623741626739502, - 0.9407563209533691 - ] - ], - [ - 5.0333333015441895, - [ - -0.027861833572387695, - 0.2501966059207916, - -0.22711317241191864, - 0.940768301486969 - ] - ], - [ - 5.066666603088379, - [ - -0.030242083594202995, - 0.2491765022277832, - -0.22792327404022217, - 0.940769612789154 - ] - ], - [ - 5.099999904632568, - [ - -0.03259991109371185, - 0.24823756515979767, - -0.22866050899028778, - 0.9407601952552795 - ] - ], - [ - 5.133333206176758, - [ - -0.034916024655103683, - 0.24739032983779907, - -0.22931750118732452, - 0.9407403469085693 - ] - ], - [ - 5.166666507720947, - [ - -0.0371711291372776, - 0.2466452568769455, - -0.22988666594028473, - 0.9407106637954712 - ] - ], - [ - 5.199999809265137, - [ - -0.039345886558294296, - 0.24601271748542786, - -0.23036019504070282, - 0.940671980381012 - ] - ], - [ - 5.233333110809326, - [ - -0.04142094776034355, - 0.24550293385982513, - -0.23073013126850128, - 0.9406255483627319 - ] - ], - [ - 5.266666889190674, - [ - -0.04337703064084053, - 0.24512585997581482, - -0.23098807036876678, - 0.9405723214149475 - ] - ], - [ - 5.300000190734863, - [ - -0.04519464820623398, - 0.24489158391952515, - -0.2311255782842636, - 0.940514087677002 - ] - ], - [ - 5.333333492279053, - [ - -0.04685448855161667, - 0.24480955302715302, - -0.23113371431827545, - 0.9404520988464355 - ] - ], - [ - 5.366666793823242, - [ - -0.04833723232150078, - 0.2448893040418625, - -0.23100343346595764, - 0.9403883218765259 - ] - ], - [ - 5.400000095367432, - [ - -0.04962341859936714, - 0.245139941573143, - -0.23072536289691925, - 0.9403242468833923 - ] - ], - [ - 5.433333396911621, - [ - -0.05067896842956543, - 0.24563199281692505, - -0.23022398352622986, - 0.9402624368667603 - ] - ], - [ - 5.4666666984558105, - [ - -0.051476094871759415, - 0.24640831351280212, - -0.22945129871368408, - 0.940204918384552 - ] - ], - [ - 5.5, - [ - -0.05198852717876434, - 0.2473672777414322, - -0.2283826470375061, - 0.9401850700378418 - ] - ], - [ - 5.5333333015441895, - [ - -0.052180349826812744, - 0.2483900636434555, - -0.22702696919441223, - 0.9402331113815308 - ] - ], - [ - 5.566666603088379, - [ - -0.05202341452240944, - 0.24942034482955933, - -0.22546282410621643, - 0.9403455853462219 - ] - ], - [ - 5.599999904632568, - [ - -0.05149828642606735, - 0.2503989338874817, - -0.2237401008605957, - 0.9405257701873779 - ] - ], - [ - 5.633333206176758, - [ - -0.05061168223619461, - 0.25133541226387024, - -0.2219289243221283, - 0.9407532811164856 - ] - ], - [ - 5.666666507720947, - [ - -0.04937560483813286, - 0.2521967887878418, - -0.22005555033683777, - 0.9410284757614136 - ] - ], - [ - 5.699999809265137, - [ - -0.047807443886995316, - 0.25297099351882935, - -0.21815574169158936, - 0.9413438439369202 - ] - ], - [ - 5.733333110809326, - [ - -0.04594428092241287, - 0.2536603510379791, - -0.21624979376792908, - 0.9416908025741577 - ] - ], - [ - 5.766666889190674, - [ - -0.043823160231113434, - 0.2542673349380493, - -0.21435777842998505, - 0.9420607089996338 - ] - ], - [ - 5.800000190734863, - [ - -0.041481390595436096, - 0.2547945976257324, - -0.212499737739563, - 0.9424451589584351 - ] - ], - [ - 5.833333492279053, - [ - -0.03895645588636398, - 0.2552446126937866, - -0.2106955498456955, - 0.9428361058235168 - ] - ], - [ - 5.866666793823242, - [ - -0.03628598898649216, - 0.25561970472335815, - -0.20896485447883606, - 0.943226158618927 - ] - ], - [ - 5.900000095367432, - [ - -0.033507850021123886, - 0.255921870470047, - -0.20732733607292175, - 0.943608283996582 - ] - ], - [ - 5.933333396911621, - [ - -0.030660104006528854, - 0.25615257024765015, - -0.2058020830154419, - 0.9439763426780701 - ] - ], - [ - 5.9666666984558105, - [ - -0.027781127020716667, - 0.2563127875328064, - -0.20440830290317535, - 0.9443248510360718 - ] - ], - [ - 6.0, - [ - -0.024909356608986855, - 0.25640273094177246, - -0.20316483080387115, - 0.9446488618850708 - ] - ], - [ - 6.0333333015441895, - [ - -0.022083496674895287, - 0.25642213225364685, - -0.20209017395973206, - 0.9449443221092224 - ] - ], - [ - 6.066666603088379, - [ - -0.01934237591922283, - 0.2563697099685669, - -0.20120267570018768, - 0.9452078938484192 - ] - ], - [ - 6.099999904632568, - [ - -0.016724945977330208, - 0.25624358654022217, - -0.20052050054073334, - 0.945436954498291 - ] - ], - [ - 6.133333206176758, - [ - -0.014270232059061527, - 0.256041020154953, - -0.20006145536899567, - 0.9456294178962708 - ] - ], - [ - 6.166666507720947, - [ - -0.012017321772873402, - 0.25575828552246094, - -0.19984295964241028, - 0.9457833170890808 - ] - ], - [ - 6.199999809265137, - [ - -0.010005302727222443, - 0.25539106130599976, - -0.1998823583126068, - 0.94589763879776 - ] - ], - [ - 6.233333110809326, - [ - -0.008273261599242687, - 0.2549341022968292, - -0.2001965343952179, - 0.9459711909294128 - ] - ], - [ - 6.266666889190674, - [ - -0.006860175635665655, - 0.2543814480304718, - -0.20080207288265228, - 0.9460029602050781 - ] - ], - [ - 6.300000190734863, - [ - -0.005802089348435402, - 0.25373685359954834, - -0.20170214772224426, - 0.9459916353225708 - ] - ], - [ - 6.333333492279053, - [ - -0.005124355666339397, - 0.25304192304611206, - -0.20285199582576752, - 0.945935845375061 - ] - ], - [ - 6.366666793823242, - [ - -0.0048550269566476345, - 0.25239643454551697, - -0.20430095493793488, - 0.9457979798316956 - ] - ], - [ - 6.400000095367432, - [ - -0.005009796936064959, - 0.25186586380004883, - -0.20604948699474335, - 0.9455591440200806 - ] - ], - [ - 6.433333396911621, - [ - -0.005582700949162245, - 0.251460462808609, - -0.20799072086811066, - 0.9452387690544128 - ] - ], - [ - 6.4666666984558105, - [ - -0.0065518696792423725, - 0.25120505690574646, - -0.21004624664783478, - 0.9448458552360535 - ] - ], - [ - 6.5, - [ - -0.007876649498939514, - 0.25111252069473267, - -0.21215136349201202, - 0.9443899989128113 - ] - ], - [ - 6.5333333015441895, - [ - -0.009509753435850143, - 0.2511902451515198, - -0.2142462432384491, - 0.943881094455719 - ] - ], - [ - 6.566666603088379, - [ - -0.011393656954169273, - 0.25143876671791077, - -0.21628054976463318, - 0.9433299899101257 - ] - ], - [ - 6.599999904632568, - [ - -0.013464829884469509, - 0.2518536150455475, - -0.21821081638336182, - 0.9427472949028015 - ] - ], - [ - 6.633333206176758, - [ - -0.01566031388938427, - 0.2524440586566925, - -0.22000844776630402, - 0.9421374797821045 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658413830_682773.json b/lenses/physics-objects/Scene/assets/1646688658413830_682773.json deleted file mode 100644 index a380b833..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658413830_682773.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658413830:682773", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658415046_682786.json b/lenses/physics-objects/Scene/assets/1646688658415046_682786.json deleted file mode 100644 index cb27440f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658415046_682786.json +++ /dev/null @@ -1,610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658415046:682786", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.620837211608887, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.601813316345215, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.578927040100098, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.545324325561523, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.530000686645508, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.550427436828613, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.61949348449707, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.641165733337402, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.635152816772461, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.569053649902344, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.54916763305664, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.554428100585938, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.587960243225098, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.613679885864258, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.644916534423828, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.643234252929688, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.621521949768066, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.594318389892578, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.562277793884277, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.538166046142578, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.551239967346191, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.620418548583984, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.640554428100586, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.636794090270996, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.610980987548828, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.573263168334961, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.550830841064453, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56634521484375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.585870742797852, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.631319999694824, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.651705741882324, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.678024291992188, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.677940368652344, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.65327262878418, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.604574203491211, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.563776969909668, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.54075813293457, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.544754028320313, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.60606575012207, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.656907081604004, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.676661491394043, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.68695068359375, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.660765647888184, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.602923393249512, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.560871124267578, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.536128044128418, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.530820846557617, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.561070442199707, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.615015983581543, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.661434173583984, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.648334503173828, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.599873542785645, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.537385940551758, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.524717330932617, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.56039810180664, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.645641326904297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.670839309692383, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.66580867767334, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.638547897338867, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.599087715148926, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.563285827636719, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.55574893951416, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.58242416381836, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.632237434387207, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.6868314743042, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.729645729064941, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.73875904083252, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.71192455291748, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.672002792358398, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.625155448913574, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.568922996520996, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.52923583984375, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.543018341064453, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.585705757141113, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.620837211608887, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658415293_682793.json b/lenses/physics-objects/Scene/assets/1646688658415293_682793.json deleted file mode 100644 index 1d5fb29b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658415293_682793.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658415293:682793", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ], - [ - 0.03333333507180214, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ], - [ - 0.06666667014360428, - [ - -0.03732042387127876, - -0.015913505107164383, - -0.08397764712572098, - 0.9956413507461548 - ] - ], - [ - 0.10000000149011612, - [ - -0.03776228055357933, - -0.020756974816322327, - -0.06909465044736862, - 0.9966790080070496 - ] - ], - [ - 0.13333334028720856, - [ - -0.033191096037626266, - -0.017604589462280273, - -0.09558936208486557, - 0.9947115778923035 - ] - ], - [ - 0.1666666716337204, - [ - -0.027132082730531693, - -0.007856884971261024, - -0.13588498532772064, - 0.9903218746185303 - ] - ], - [ - 0.20000000298023224, - [ - -0.021710708737373352, - 0.006789343897253275, - -0.18293306231498718, - 0.9828621745109558 - ] - ], - [ - 0.23333333432674408, - [ - -0.01836893893778324, - 0.024097127839922905, - -0.22561189532279968, - 0.9737460613250732 - ] - ], - [ - 0.2666666805744171, - [ - -0.016107192263007164, - 0.04103158041834831, - -0.25420722365379333, - 0.9661447405815125 - ] - ], - [ - 0.30000001192092896, - [ - -0.014945048838853836, - 0.05382104218006134, - -0.2590118944644928, - 0.9642576575279236 - ] - ], - [ - 0.3333333432674408, - [ - -0.014638032764196396, - 0.056398313492536545, - -0.2284131944179535, - 0.9718191027641296 - ] - ], - [ - 0.36666667461395264, - [ - -0.01408085785806179, - 0.04780450090765953, - -0.16849517822265625, - 0.984441876411438 - ] - ], - [ - 0.4000000059604645, - [ - -0.013257824815809727, - 0.029452111572027206, - -0.09967128187417984, - 0.9944961667060852 - ] - ], - [ - 0.4333333373069763, - [ - -0.010959441773593426, - 0.006047597620636225, - -0.04100000113248825, - 0.9990808367729187 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876436363905668, - -0.012966020032763481, - -0.003866796614602208, - 0.9998912215232849 - ] - ], - [ - 0.5, - [ - 0.002541918307542801, - -0.01905626431107521, - 0.0041991230100393295, - 0.9998063445091248 - ] - ], - [ - 0.5333333611488342, - [ - 0.013772581703960896, - -0.010595481842756271, - -0.021985303610563278, - 0.999607264995575 - ] - ], - [ - 0.5666666626930237, - [ - 0.025684848427772522, - 0.0031140255741775036, - -0.0737467035651207, - 0.996941328048706 - ] - ], - [ - 0.6000000238418579, - [ - 0.03497659042477608, - 0.014889935962855816, - -0.1395016461610794, - 0.989491879940033 - ] - ], - [ - 0.6333333253860474, - [ - 0.037363387644290924, - 0.02721398137509823, - -0.20163105428218842, - 0.9783702492713928 - ] - ], - [ - 0.6666666865348816, - [ - 0.03276174142956734, - 0.04303247481584549, - -0.24304410815238953, - 0.968506395816803 - ] - ], - [ - 0.699999988079071, - [ - 0.023985790088772774, - 0.05441083014011383, - -0.25092944502830505, - 0.9661772847175598 - ] - ], - [ - 0.7333333492279053, - [ - 0.012407963164150715, - 0.05540746450424194, - -0.22342976927757263, - 0.9730648398399353 - ] - ], - [ - 0.7666666507720947, - [ - 0.00032809877302497625, - 0.04593384265899658, - -0.17488832771778107, - 0.9835161566734314 - ] - ], - [ - 0.800000011920929, - [ - -0.009781260043382645, - 0.028896022588014603, - -0.11614596843719482, - 0.9927635192871094 - ] - ], - [ - 0.8333333134651184, - [ - -0.01600542664527893, - 0.0098611144348979, - -0.056736644357442856, - 0.9982121586799622 - ] - ], - [ - 0.8666666746139526, - [ - -0.017552750185132027, - -0.005634254310280085, - -0.006051212083548307, - 0.9998117685317993 - ] - ], - [ - 0.8999999761581421, - [ - -0.014059868641197681, - -0.014568231999874115, - 0.02684129774570465, - 0.999434769153595 - ] - ], - [ - 0.9333333373069763, - [ - -0.005544448737055063, - -0.017287319526076317, - 0.03329596668481827, - 0.9992806315422058 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893042474985123, - -0.014103229157626629, - 0.008815172128379345, - 0.9998379349708557 - ] - ], - [ - 1.0, - [ - 0.020684046670794487, - -0.004177641123533249, - -0.037080273032188416, - 0.9990894794464111 - ] - ], - [ - 1.0333333015441895, - [ - 0.03243096545338631, - 0.012796011753380299, - -0.09076008200645447, - 0.9952623248100281 - ] - ], - [ - 1.0666667222976685, - [ - 0.03940458968281746, - 0.034275077283382416, - -0.14130915701389313, - 0.9885870814323425 - ] - ], - [ - 1.100000023841858, - [ - 0.04028763249516487, - 0.052972760051488876, - -0.1822999268770218, - 0.9809880256652832 - ] - ], - [ - 1.1333333253860474, - [ - 0.03347725421190262, - 0.05828513205051422, - -0.210232675075531, - 0.9753380417823792 - ] - ], - [ - 1.1666666269302368, - [ - 0.0222913958132267, - 0.0520370714366436, - -0.21766386926174164, - 0.9743806719779968 - ] - ], - [ - 1.2000000476837158, - [ - 0.010007926262915134, - 0.03956902399659157, - -0.1818631887435913, - 0.9824764132499695 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019092608708888292, - 0.02169959247112274, - -0.10755547136068344, - 0.993960440158844 - ] - ], - [ - 1.2666666507720947, - [ - -0.010960055515170097, - 0.0026842893566936255, - -0.023594535887241364, - 0.999657928943634 - ] - ], - [ - 1.2999999523162842, - [ - -0.014745643362402916, - -0.011025160551071167, - 0.041322533041238785, - 0.9989762306213379 - ] - ], - [ - 1.3333333730697632, - [ - -0.012629043310880661, - -0.013693191111087799, - 0.06034204736351967, - 0.9980039000511169 - ] - ], - [ - 1.3666666746139526, - [ - -0.006198979914188385, - -0.01093019638210535, - 0.03230780363082886, - 0.9993990659713745 - ] - ], - [ - 1.399999976158142, - [ - 0.0018470141803845763, - -0.012887917459011078, - -0.017638657242059708, - 0.9997596740722656 - ] - ], - [ - 1.4333332777023315, - [ - 0.007317865267395973, - -0.02148100920021534, - -0.07702456414699554, - 0.9967709183692932 - ] - ], - [ - 1.4666666984558105, - [ - 0.008099979721009731, - -0.03222518414258957, - -0.1365441530942917, - 0.9900766015052795 - ] - ], - [ - 1.5, - [ - 0.004419080913066864, - -0.03932482376694679, - -0.18730586767196655, - 0.9815043210983276 - ] - ], - [ - 1.5333333015441895, - [ - -0.0041730329394340515, - -0.03910789266228676, - -0.22058804333209991, - 0.9745737910270691 - ] - ], - [ - 1.5666667222976685, - [ - -0.016406502574682236, - -0.032470837235450745, - -0.22732417285442352, - 0.9731393456459045 - ] - ], - [ - 1.600000023841858, - [ - -0.031375229358673096, - -0.021955840289592743, - -0.19729004800319672, - 0.9795969724655151 - ] - ], - [ - 1.6333333253860474, - [ - -0.04660089686512947, - -0.012517770752310753, - -0.13767115771770477, - 0.9893020391464233 - ] - ], - [ - 1.6666666269302368, - [ - -0.05975986272096634, - -0.01000962033867836, - -0.06573761254549026, - 0.9959956407546997 - ] - ], - [ - 1.7000000476837158, - [ - -0.06941241770982742, - -0.016524845734238625, - 0.0011604648316279054, - 0.997450590133667 - ] - ], - [ - 1.7333333492279053, - [ - -0.07440628856420517, - -0.026802197098731995, - 0.04672417417168617, - 0.9957721829414368 - ] - ], - [ - 1.7666666507720947, - [ - -0.07433342933654785, - -0.03436324745416641, - 0.056831348687410355, - 0.9950195550918579 - ] - ], - [ - 1.7999999523162842, - [ - -0.06930530816316605, - -0.03694745525717735, - 0.026483066380023956, - 0.9965592622756958 - ] - ], - [ - 1.8333333730697632, - [ - -0.06089242920279503, - -0.03650175780057907, - -0.028884252533316612, - 0.9970583915710449 - ] - ], - [ - 1.8666666746139526, - [ - -0.05263001471757889, - -0.03344443812966347, - -0.09186486899852753, - 0.9938170909881592 - ] - ], - [ - 1.899999976158142, - [ - -0.04652554541826248, - -0.027622155845165253, - -0.1485072374343872, - 0.9874300956726074 - ] - ], - [ - 1.9333332777023315, - [ - -0.043613869696855545, - -0.020326552912592888, - -0.18595081567764282, - 0.9813801050186157 - ] - ], - [ - 1.9666666984558105, - [ - -0.047270942479372025, - -0.016037335619330406, - -0.19137802720069885, - 0.9802462458610535 - ] - ], - [ - 2.0, - [ - -0.05855344235897064, - -0.015522317960858345, - -0.1493663787841797, - 0.9869246482849121 - ] - ], - [ - 2.0333333015441895, - [ - -0.07329145818948746, - -0.014416927471756935, - -0.07152634859085083, - 0.9946379661560059 - ] - ], - [ - 2.066666603088379, - [ - -0.0866650864481926, - -0.015623671002686024, - 0.01306962501257658, - 0.996029257774353 - ] - ], - [ - 2.0999999046325684, - [ - -0.09496556967496872, - -0.02459881268441677, - 0.07696311175823212, - 0.9921960830688477 - ] - ], - [ - 2.133333444595337, - [ - -0.09574050456285477, - -0.03788089007139206, - 0.09391434490680695, - 0.9902418255805969 - ] - ], - [ - 2.1666667461395264, - [ - -0.08911734819412231, - -0.04431253671646118, - 0.05983927100896835, - 0.9932339787483215 - ] - ], - [ - 2.200000047683716, - [ - -0.07626025378704071, - -0.03942049667239189, - 0.002865975024178624, - 0.9963042736053467 - ] - ], - [ - 2.2333333492279053, - [ - -0.061903540045022964, - -0.02572823315858841, - -0.05665694922208786, - 0.9961405396461487 - ] - ], - [ - 2.2666666507720947, - [ - -0.051034193485975266, - -0.011312871240079403, - -0.10619782656431198, - 0.9929701685905457 - ] - ], - [ - 2.299999952316284, - [ - -0.04482882469892502, - -0.004410147201269865, - -0.13784636557102203, - 0.9894288778305054 - ] - ], - [ - 2.3333332538604736, - [ - -0.04445717856287956, - -0.004384283442050219, - -0.1428319662809372, - 0.9887382984161377 - ] - ], - [ - 2.366666555404663, - [ - -0.048723384737968445, - -0.008559891022741795, - -0.10419752448797226, - 0.9933256506919861 - ] - ], - [ - 2.4000000953674316, - [ - -0.055193349719047546, - -0.017041675746440887, - -0.032972123473882675, - 0.9977856278419495 - ] - ], - [ - 2.433333396911621, - [ - -0.05968594178557396, - -0.03348449990153313, - 0.04255755990743637, - 0.9967473149299622 - ] - ], - [ - 2.4666666984558105, - [ - -0.05783430486917496, - -0.05513478443026543, - 0.09667231142520905, - 0.9921037554740906 - ] - ], - [ - 2.5, - [ - -0.04931855946779251, - -0.06975249201059341, - 0.10896598547697067, - 0.9903679490089417 - ] - ], - [ - 2.5333333015441895, - [ - -0.035717420279979706, - -0.05604667589068413, - 0.06324413418769836, - 0.995782732963562 - ] - ], - [ - 2.566666603088379, - [ - -0.01785179041326046, - -0.022419996559619904, - -0.008986647240817547, - 0.9995488524436951 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010291543003404513, - 0.0006610725540667772, - -0.07134164124727249, - 0.9974517226219177 - ] - ], - [ - 2.633333444595337, - [ - 0.008347629569470882, - 0.004538347944617271, - -0.09084532409906387, - 0.9958196878433228 - ] - ], - [ - 2.6666667461395264, - [ - 0.0034090739209204912, - -0.007695329841226339, - -0.048855625092983246, - 0.9987704157829285 - ] - ], - [ - 2.700000047683716, - [ - -0.005077411886304617, - -0.030112294480204582, - 0.017428023740649223, - 0.9993817806243896 - ] - ], - [ - 2.7333333492279053, - [ - -0.011101999320089817, - -0.04984287545084953, - 0.0723276361823082, - 0.9960728883743286 - ] - ], - [ - 2.7666666507720947, - [ - -0.013101715594530106, - -0.05159398168325424, - 0.08651494234800339, - 0.994827389717102 - ] - ], - [ - 2.799999952316284, - [ - -0.013701796531677246, - -0.039214082062244415, - 0.060591500252485275, - 0.9972979426383972 - ] - ], - [ - 2.8333332538604736, - [ - -0.014648317359387875, - -0.02564205601811409, - 0.01926458813250065, - 0.9993783235549927 - ] - ], - [ - 2.866666555404663, - [ - -0.01640581339597702, - -0.012425418943166733, - -0.030742479488253593, - 0.9993154406547546 - ] - ], - [ - 2.9000000953674316, - [ - -0.01926233246922493, - -0.0007328220526687801, - -0.07787227630615234, - 0.9967769980430603 - ] - ], - [ - 2.933333396911621, - [ - -0.022034503519535065, - 0.008592306636273861, - -0.11153338849544525, - 0.993479311466217 - ] - ], - [ - 2.9666666984558105, - [ - -0.024643776938319206, - 0.013517910614609718, - -0.12083826214075089, - 0.992274284362793 - ] - ], - [ - 3.0, - [ - -0.02738877758383751, - 0.009534024633467197, - -0.09295724332332611, - 0.9952476620674133 - ] - ], - [ - 3.0333333015441895, - [ - -0.029556160792708397, - -0.003784894710406661, - -0.03451727703213692, - 0.9989598989486694 - ] - ], - [ - 3.066666603088379, - [ - -0.031391676515340805, - -0.02280399389564991, - 0.032968852669000626, - 0.9987030625343323 - ] - ], - [ - 3.0999999046325684, - [ - -0.03205167502164841, - -0.041829317808151245, - 0.09025591611862183, - 0.9945234656333923 - ] - ], - [ - 3.133333444595337, - [ - -0.030420761555433273, - -0.05433601886034012, - 0.1254551112651825, - 0.9901431202888489 - ] - ], - [ - 3.1666667461395264, - [ - -0.02664734423160553, - -0.05586257949471474, - 0.12989874184131622, - 0.9895936846733093 - ] - ], - [ - 3.200000047683716, - [ - -0.021109119057655334, - -0.04575800523161888, - 0.09947051107883453, - 0.9937636852264404 - ] - ], - [ - 3.2333333492279053, - [ - -0.014536586590111256, - -0.031153220683336258, - 0.04554362967610359, - 0.9983706474304199 - ] - ], - [ - 3.2666666507720947, - [ - -0.009044085629284382, - -0.01826580986380577, - -0.020227676257491112, - 0.9995875954627991 - ] - ], - [ - 3.299999952316284, - [ - -0.008404367603361607, - -0.007508535869419575, - -0.0835079476237297, - 0.9964433908462524 - ] - ], - [ - 3.3333332538604736, - [ - -0.01607266627252102, - -0.007895005866885185, - -0.1256311535835266, - 0.9919154047966003 - ] - ], - [ - 3.366666555404663, - [ - -0.02925543673336506, - -0.01003527082502842, - -0.1411120593547821, - 0.9895104765892029 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658415663_682800.json b/lenses/physics-objects/Scene/assets/1646688658415663_682800.json deleted file mode 100644 index 96816d05..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658415663_682800.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658415663:682800", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658416777_682813.json b/lenses/physics-objects/Scene/assets/1646688658416777_682813.json deleted file mode 100644 index b86ac6fa..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658416777_682813.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658416777:682813", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.226876258850098, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 3.5999999046325684, - [ - 9.219075202941895, - 0.0, - -3.552734007591235e-15 - ] - ], - [ - 6.366666793823242, - [ - 9.241131782531738, - 2.842170943040401e-14, - -3.552713678800501e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.228670120239258, - 4.263256414560601e-14, - 7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658417007_682820.json b/lenses/physics-objects/Scene/assets/1646688658417007_682820.json deleted file mode 100644 index 2a0a4795..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658417007_682820.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658417007:682820", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.1290850192308426, - 0.055855099111795425, - -0.14239494502544403, - 0.979765772819519 - ] - ], - [ - 0.03333333507180214, - [ - 0.1290850192308426, - 0.055855099111795425, - -0.14239494502544403, - 0.979765772819519 - ] - ], - [ - 0.06666667014360428, - [ - 0.12635603547096252, - 0.05526640638709068, - -0.14508222043514252, - 0.9797607660293579 - ] - ], - [ - 0.10000000149011612, - [ - 0.12352397292852402, - 0.05162659287452698, - -0.1497899293899536, - 0.9796119332313538 - ] - ], - [ - 0.13333334028720856, - [ - 0.12061067670583725, - 0.04550955444574356, - -0.15610015392303467, - 0.9792929291725159 - ] - ], - [ - 0.1666666716337204, - [ - 0.1176331415772438, - 0.037482090294361115, - -0.16358433663845062, - 0.9787735939025879 - ] - ], - [ - 0.20000000298023224, - [ - 0.11462382227182388, - 0.028103074058890343, - -0.17180432379245758, - 0.9780363440513611 - ] - ], - [ - 0.23333333432674408, - [ - 0.11164481192827225, - 0.01792256347835064, - -0.18031439185142517, - 0.9770880937576294 - ] - ], - [ - 0.2666666805744171, - [ - 0.10879644751548767, - 0.007480810396373272, - -0.18866433203220367, - 0.9759678244590759 - ] - ], - [ - 0.30000001192092896, - [ - 0.10616681724786758, - -0.002797355642542243, - -0.19649982452392578, - 0.9747351408004761 - ] - ], - [ - 0.3333333432674408, - [ - 0.10386081784963608, - -0.012517151422798634, - -0.2034948468208313, - 0.9734711647033691 - ] - ], - [ - 0.36666667461395264, - [ - 0.10198347270488739, - -0.02109651267528534, - -0.20937862992286682, - 0.972273051738739 - ] - ], - [ - 0.4000000059604645, - [ - 0.10061145573854446, - -0.027887040749192238, - -0.21392247080802917, - 0.9712553024291992 - ] - ], - [ - 0.4333333373069763, - [ - 0.09986287355422974, - -0.03228183463215828, - -0.21675115823745728, - 0.9705691337585449 - ] - ], - [ - 0.46666666865348816, - [ - 0.09984460473060608, - -0.03367037698626518, - -0.21744604408740997, - 0.9703683853149414 - ] - ], - [ - 0.5, - [ - 0.1002514511346817, - -0.03235916793346405, - -0.21622245013713837, - 0.9706442952156067 - ] - ], - [ - 0.5333333611488342, - [ - 0.10070107877254486, - -0.02937578409910202, - -0.21379157900810242, - 0.9712310433387756 - ] - ], - [ - 0.5666666626930237, - [ - 0.10117445886135101, - -0.02520553022623062, - -0.2104910910129547, - 0.972019612789154 - ] - ], - [ - 0.6000000238418579, - [ - 0.10168129950761795, - -0.02036898024380207, - -0.20668521523475647, - 0.9728963375091553 - ] - ], - [ - 0.6333333253860474, - [ - 0.10224500298500061, - -0.015387327410280704, - -0.20274397730827332, - 0.973757803440094 - ] - ], - [ - 0.6666666865348816, - [ - 0.10290614515542984, - -0.01078244112432003, - -0.19904370605945587, - 0.974513053894043 - ] - ], - [ - 0.699999988079071, - [ - 0.10372162610292435, - -0.0070769572630524635, - -0.1959664672613144, - 0.9750840663909912 - ] - ], - [ - 0.7333333492279053, - [ - 0.10475929081439972, - -0.004794827662408352, - -0.19389602541923523, - 0.975400984287262 - ] - ], - [ - 0.7666666507720947, - [ - 0.10593654215335846, - -0.0034045549109578133, - -0.19247572124004364, - 0.9755608439445496 - ] - ], - [ - 0.800000011920929, - [ - 0.10711584240198135, - -0.002024764660745859, - -0.1910974681377411, - 0.9757068753242493 - ] - ], - [ - 0.8333333134651184, - [ - 0.10828500241041183, - -0.000656066054943949, - -0.18976616859436035, - 0.9758394956588745 - ] - ], - [ - 0.8666666746139526, - [ - 0.10943187773227692, - 0.0007008484681136906, - -0.1884867399930954, - 0.9759595990180969 - ] - ], - [ - 0.8999999761581421, - [ - 0.11054437607526779, - 0.0020451336167752743, - -0.18726390600204468, - 0.9760677218437195 - ] - ], - [ - 0.9333333373069763, - [ - 0.11161042004823685, - 0.003375845029950142, - -0.18610236048698425, - 0.9761647582054138 - ] - ], - [ - 0.9666666388511658, - [ - 0.11261802166700363, - 0.004691907204687595, - -0.1850067377090454, - 0.9762518405914307 - ] - ], - [ - 1.0, - [ - 0.11355523765087128, - 0.005992174614220858, - -0.1839815229177475, - 0.9763299226760864 - ] - ], - [ - 1.0333333015441895, - [ - 0.1144101545214653, - 0.007275407202541828, - -0.1830310970544815, - 0.9764001369476318 - ] - ], - [ - 1.0666667222976685, - [ - 0.11517089605331421, - 0.008540288545191288, - -0.1821596622467041, - 0.9764633178710938 - ] - ], - [ - 1.100000023841858, - [ - 0.11582569032907486, - 0.009785400703549385, - -0.18137148022651672, - 0.9765208959579468 - ] - ], - [ - 1.1333333253860474, - [ - 0.11633999645709991, - 0.010964642278850079, - -0.18071390688419342, - 0.9765691161155701 - ] - ], - [ - 1.1666666269302368, - [ - 0.11668586730957031, - 0.012043016031384468, - -0.1802225261926651, - 0.9766059517860413 - ] - ], - [ - 1.2000000476837158, - [ - 0.11695875972509384, - 0.012996045872569084, - -0.1798580139875412, - 0.976628303527832 - ] - ], - [ - 1.2333333492279053, - [ - 0.11724162101745605, - 0.013813224621117115, - -0.17957088351249695, - 0.9766361117362976 - ] - ], - [ - 1.2666666507720947, - [ - 0.11751104146242142, - 0.014536180533468723, - -0.1793278306722641, - 0.9766377806663513 - ] - ], - [ - 1.2999999523162842, - [ - 0.11774725466966629, - 0.015204528346657753, - -0.17909802496433258, - 0.9766413569450378 - ] - ], - [ - 1.3333333730697632, - [ - 0.1179436519742012, - 0.015840472653508186, - -0.17886443436145782, - 0.9766503572463989 - ] - ], - [ - 1.3666666746139526, - [ - 0.11809517443180084, - 0.01646418310701847, - -0.1786121428012848, - 0.9766678810119629 - ] - ], - [ - 1.399999976158142, - [ - 0.11819899827241898, - 0.017092660069465637, - -0.17832911014556885, - 0.976696252822876 - ] - ], - [ - 1.4333332777023315, - [ - 0.11826237291097641, - 0.017729921266436577, - -0.17801305651664734, - 0.9767348766326904 - ] - ], - [ - 1.4666666984558105, - [ - 0.11829247325658798, - 0.018379850313067436, - -0.17766188085079193, - 0.9767831563949585 - ] - ], - [ - 1.5, - [ - 0.11829643696546555, - 0.01904643513262272, - -0.17727360129356384, - 0.9768404364585876 - ] - ], - [ - 1.5333333015441895, - [ - 0.11828133463859558, - 0.019733620807528496, - -0.17684626579284668, - 0.9769060611724854 - ] - ], - [ - 1.5666667222976685, - [ - 0.11825418472290039, - 0.02044544741511345, - -0.17637813091278076, - 0.9769793748855591 - ] - ], - [ - 1.600000023841858, - [ - 0.11822199821472168, - 0.02118586003780365, - -0.17586740851402283, - 0.9770596623420715 - ] - ], - [ - 1.6333333253860474, - [ - 0.1181916818022728, - 0.021958891302347183, - -0.17531242966651917, - 0.9771459102630615 - ] - ], - [ - 1.6666666269302368, - [ - 0.11817019432783127, - 0.0227685384452343, - -0.17471162974834442, - 0.9772375822067261 - ] - ], - [ - 1.7000000476837158, - [ - 0.11816442757844925, - 0.023618794977664948, - -0.17406345903873444, - 0.9773338437080383 - ] - ], - [ - 1.7333333492279053, - [ - 0.11818120628595352, - 0.02451365627348423, - -0.17336636781692505, - 0.9774335622787476 - ] - ], - [ - 1.7666666507720947, - [ - 0.11822739988565445, - 0.025457115843892097, - -0.17261891067028046, - 0.977536141872406 - ] - ], - [ - 1.7999999523162842, - [ - 0.1183098629117012, - 0.026453105732798576, - -0.17181961238384247, - 0.9776405692100525 - ] - ], - [ - 1.8333333730697632, - [ - 0.11843541264533997, - 0.02750559151172638, - -0.17096705734729767, - 0.977745771408081 - ] - ], - [ - 1.8666666746139526, - [ - 0.11861085146665573, - 0.028618505224585533, - -0.1700597107410431, - 0.9778507947921753 - ] - ], - [ - 1.899999976158142, - [ - 0.11884303390979767, - 0.029795747250318527, - -0.16909612715244293, - 0.977954626083374 - ] - ], - [ - 1.9333332777023315, - [ - 0.11913874000310898, - 0.031041163951158524, - -0.16807475686073303, - 0.9780558943748474 - ] - ], - [ - 1.9666666984558105, - [ - 0.11950483918190002, - 0.03235859051346779, - -0.16699400544166565, - 0.978153645992279 - ] - ], - [ - 2.0, - [ - 0.11994817852973938, - 0.03375175595283508, - -0.16585227847099304, - 0.9782466292381287 - ] - ], - [ - 2.0333333015441895, - [ - 0.12047558277845383, - 0.035224419087171555, - -0.16464778780937195, - 0.9783332943916321 - ] - ], - [ - 2.066666603088379, - [ - 0.12109396606683731, - 0.03678027167916298, - -0.16337871551513672, - 0.978412389755249 - ] - ], - [ - 2.0999999046325684, - [ - 0.12181021273136139, - 0.038422841578722, - -0.16204310953617096, - 0.9784824848175049 - ] - ], - [ - 2.133333444595337, - [ - 0.12265288084745407, - 0.040209658443927765, - -0.16059310734272003, - 0.9785444736480713 - ] - ], - [ - 2.1666667461395264, - [ - 0.12364106625318527, - 0.0421745590865612, - -0.15899954736232758, - 0.9785976409912109 - ] - ], - [ - 2.200000047683716, - [ - 0.12479890882968903, - 0.04423730820417404, - -0.1572376936674118, - 0.9786442518234253 - ] - ], - [ - 2.2333333492279053, - [ - 0.12615899741649628, - 0.04630045220255852, - -0.15529765188694, - 0.9786842465400696 - ] - ], - [ - 2.2666666507720947, - [ - 0.12772999703884125, - 0.04830092564225197, - -0.15323707461357117, - 0.9787085652351379 - ] - ], - [ - 2.299999952316284, - [ - 0.1295115202665329, - 0.050183508545160294, - -0.1511160284280777, - 0.9787095189094543 - ] - ], - [ - 2.3333332538604736, - [ - 0.13147738575935364, - 0.05192389711737633, - -0.1489713340997696, - 0.9786854386329651 - ] - ], - [ - 2.366666555404663, - [ - 0.1335977017879486, - 0.053502436727285385, - -0.14683595299720764, - 0.9786360859870911 - ] - ], - [ - 2.4000000953674316, - [ - 0.13594233989715576, - 0.05490026995539665, - -0.14473256468772888, - 0.9785490036010742 - ] - ], - [ - 2.433333396911621, - [ - 0.13857023417949677, - 0.05612025409936905, - -0.14266692101955414, - 0.9784145355224609 - ] - ], - [ - 2.4666666984558105, - [ - 0.14143599569797516, - 0.057181216776371, - -0.14066118001937866, - 0.9782333970069885 - ] - ], - [ - 2.5, - [ - 0.14450260996818542, - 0.058069974184036255, - -0.1387016475200653, - 0.97801274061203 - ] - ], - [ - 2.5333333015441895, - [ - 0.14772449433803558, - 0.05880437791347504, - -0.13680967688560486, - 0.9777538776397705 - ] - ], - [ - 2.566666603088379, - [ - 0.15105895698070526, - 0.05939100310206413, - -0.13499458134174347, - 0.9774612784385681 - ] - ], - [ - 2.5999999046325684, - [ - 0.15446312725543976, - 0.05983567237854004, - -0.13326530158519745, - 0.9771392941474915 - ] - ], - [ - 2.633333444595337, - [ - 0.15789422392845154, - 0.06014363467693329, - -0.13163071870803833, - 0.9767935872077942 - ] - ], - [ - 2.6666667461395264, - [ - 0.1613093614578247, - 0.06031925603747368, - -0.13009946048259735, - 0.97642982006073 - ] - ], - [ - 2.700000047683716, - [ - 0.16466566920280457, - 0.060366302728652954, - -0.12868009507656097, - 0.9760546088218689 - ] - ], - [ - 2.7333333492279053, - [ - 0.16792041063308716, - 0.060287799686193466, - -0.12738102674484253, - 0.9756753444671631 - ] - ], - [ - 2.7666666507720947, - [ - 0.1710306704044342, - 0.060086071491241455, - -0.12621061503887177, - 0.9752994775772095 - ] - ], - [ - 2.799999952316284, - [ - 0.17395375669002533, - 0.059762876480817795, - -0.12517708539962769, - 0.9749354720115662 - ] - ], - [ - 2.8333332538604736, - [ - 0.17664693295955658, - 0.059319302439689636, - -0.12428867816925049, - 0.9745919108390808 - ] - ], - [ - 2.866666555404663, - [ - 0.17906752228736877, - 0.05875600129365921, - -0.12355349212884903, - 0.9742777347564697 - ] - ], - [ - 2.9000000953674316, - [ - 0.1811729371547699, - 0.058073192834854126, - -0.12297964096069336, - 0.9740020036697388 - ] - ], - [ - 2.933333396911621, - [ - 0.1829097718000412, - 0.057258013635873795, - -0.12258867174386978, - 0.9737749099731445 - ] - ], - [ - 2.9666666984558105, - [ - 0.1842370182275772, - 0.05630183592438698, - -0.12240224331617355, - 0.9736039042472839 - ] - ], - [ - 3.0, - [ - 0.18513405323028564, - 0.055219803005456924, - -0.12242090702056885, - 0.9734933376312256 - ] - ], - [ - 3.0333333015441895, - [ - 0.18559423089027405, - 0.0540645495057106, - -0.12261439859867096, - 0.9734463095664978 - ] - ], - [ - 3.066666603088379, - [ - 0.18559053540229797, - 0.05291326344013214, - -0.12303892523050308, - 0.973456621170044 - ] - ], - [ - 3.0999999046325684, - [ - 0.1851079761981964, - 0.051860179752111435, - -0.12374041229486465, - 0.9735162258148193 - ] - ], - [ - 3.133333444595337, - [ - 0.1841748058795929, - 0.05097285658121109, - -0.12465495616197586, - 0.973623514175415 - ] - ], - [ - 3.1666667461395264, - [ - 0.1828404814004898, - 0.05028367415070534, - -0.12570743262767792, - 0.9737755060195923 - ] - ], - [ - 3.200000047683716, - [ - 0.18117250502109528, - 0.04980740323662758, - -0.1268402636051178, - 0.9739647507667542 - ] - ], - [ - 3.2333333492279053, - [ - 0.17921294271945953, - 0.049553800374269485, - -0.12800335884094238, - 0.9741880297660828 - ] - ], - [ - 3.2666666507720947, - [ - 0.17699845135211945, - 0.04951130598783493, - -0.12914079427719116, - 0.9744449853897095 - ] - ], - [ - 3.299999952316284, - [ - 0.17458543181419373, - 0.049685124307870865, - -0.13024026155471802, - 0.9747250080108643 - ] - ], - [ - 3.3333332538604736, - [ - 0.17203950881958008, - 0.0500517301261425, - -0.1312503218650818, - 0.9750233888626099 - ] - ], - [ - 3.366666555404663, - [ - 0.16942283511161804, - 0.050594229251146317, - -0.13213282823562622, - 0.9753343462944031 - ] - ], - [ - 3.4000000953674316, - [ - 0.16679708659648895, - 0.05129348114132881, - -0.13285039365291595, - 0.9756528735160828 - ] - ], - [ - 3.433333396911621, - [ - 0.16422373056411743, - 0.05212808772921562, - -0.13336634635925293, - 0.9759747385978699 - ] - ], - [ - 3.4666666984558105, - [ - 0.16176338493824005, - 0.05307460576295853, - -0.13364507257938385, - 0.9762964248657227 - ] - ], - [ - 3.5, - [ - 0.15947650372982025, - 0.05410783365368843, - -0.1336517632007599, - 0.9766149520874023 - ] - ], - [ - 3.5333333015441895, - [ - 0.15742315351963043, - 0.055201299488544464, - -0.13335241377353668, - 0.9769278168678284 - ] - ], - [ - 3.566666603088379, - [ - 0.15566326677799225, - 0.05632774904370308, - -0.13271348178386688, - 0.9772324562072754 - ] - ], - [ - 3.5999999046325684, - [ - 0.15420275926589966, - 0.05734716355800629, - -0.1317966729402542, - 0.9775287508964539 - ] - ], - [ - 3.633333444595337, - [ - 0.15305247902870178, - 0.05809479206800461, - -0.13068895041942596, - 0.9778140783309937 - ] - ], - [ - 3.6666667461395264, - [ - 0.15220649540424347, - 0.05858423560857773, - -0.1295255571603775, - 0.9780716896057129 - ] - ], - [ - 3.700000047683716, - [ - 0.15160328149795532, - 0.05889470875263214, - -0.12846866250038147, - 0.9782862067222595 - ] - ], - [ - 3.7333333492279053, - [ - 0.151228129863739, - 0.05904896557331085, - -0.1275167614221573, - 0.978459358215332 - ] - ], - [ - 3.7666666507720947, - [ - 0.15106341242790222, - 0.05906710401177406, - -0.1266210973262787, - 0.9786001443862915 - ] - ], - [ - 3.799999952316284, - [ - 0.15109281241893768, - 0.058975402265787125, - -0.1257648468017578, - 0.9787115454673767 - ] - ], - [ - 3.8333332538604736, - [ - 0.15129879117012024, - 0.058802444487810135, - -0.12493220716714859, - 0.978796660900116 - ] - ], - [ - 3.866666555404663, - [ - 0.15162239968776703, - 0.058585017919540405, - -0.12410116195678711, - 0.9788653254508972 - ] - ], - [ - 3.9000000953674316, - [ - 0.15202289819717407, - 0.05832543596625328, - -0.12327702343463898, - 0.978922963142395 - ] - ], - [ - 3.933333396911621, - [ - 0.15248824656009674, - 0.058025624603033066, - -0.122464619576931, - 0.9789702892303467 - ] - ], - [ - 3.9666666984558105, - [ - 0.15300653874874115, - 0.05768740177154541, - -0.12166895717382431, - 0.9790086150169373 - ] - ], - [ - 4.0, - [ - 0.15356570482254028, - 0.05731259658932686, - -0.1208948940038681, - 0.9790389537811279 - ] - ], - [ - 4.0333333015441895, - [ - 0.1541537046432495, - 0.056902967393398285, - -0.12014740705490112, - 0.9790624380111694 - ] - ], - [ - 4.066666603088379, - [ - 0.1547585129737854, - 0.05646013095974922, - -0.11943147331476212, - 0.9790803790092468 - ] - ], - [ - 4.099999904632568, - [ - 0.15536801517009735, - 0.055985644459724426, - -0.11875208467245102, - 0.9790937304496765 - ] - ], - [ - 4.133333206176758, - [ - 0.15597011148929596, - 0.05548102408647537, - -0.1181141808629036, - 0.9791038036346436 - ] - ], - [ - 4.166666507720947, - [ - 0.1565527319908142, - 0.05494769662618637, - -0.11752282828092575, - 0.9791121482849121 - ] - ], - [ - 4.199999809265137, - [ - 0.15710368752479553, - 0.05438695847988129, - -0.1169830709695816, - 0.9791197180747986 - ] - ], - [ - 4.233333110809326, - [ - 0.1576109230518341, - 0.053800102323293686, - -0.11649991571903229, - 0.9791282415390015 - ] - ], - [ - 4.266666889190674, - [ - 0.15806223452091217, - 0.05318835750222206, - -0.1160784438252449, - 0.979138970375061 - ] - ], - [ - 4.300000190734863, - [ - 0.15844549238681793, - 0.05255282670259476, - -0.11572373658418655, - 0.9791533350944519 - ] - ], - [ - 4.333333492279053, - [ - 0.1587485522031784, - 0.05189468339085579, - -0.11544081568717957, - 0.9791727662086487 - ] - ], - [ - 4.366666793823242, - [ - 0.15895923972129822, - 0.051214978098869324, - -0.11523479968309402, - 0.9791986346244812 - ] - ], - [ - 4.400000095367432, - [ - 0.159065380692482, - 0.05051477253437042, - -0.11511072516441345, - 0.9792323708534241 - ] - ], - [ - 4.433333396911621, - [ - 0.15903711318969727, - 0.04974813759326935, - -0.11511501669883728, - 0.9792757034301758 - ] - ], - [ - 4.4666666984558105, - [ - 0.15884917974472046, - 0.0488811731338501, - -0.11528294533491135, - 0.9793301820755005 - ] - ], - [ - 4.5, - [ - 0.15848925709724426, - 0.047903526574373245, - -0.1155848503112793, - 0.9794011116027832 - ] - ], - [ - 4.5333333015441895, - [ - 0.15793952345848083, - 0.04681830480694771, - -0.1159803718328476, - 0.979495644569397 - ] - ], - [ - 4.566666603088379, - [ - 0.15718407928943634, - 0.04566969722509384, - -0.11643758416175842, - 0.9796172380447388 - ] - ], - [ - 4.599999904632568, - [ - 0.1562126874923706, - 0.04449983313679695, - -0.11692700535058975, - 0.9797681570053101 - ] - ], - [ - 4.633333206176758, - [ - 0.1550305336713791, - 0.043333999812603, - -0.11743327230215073, - 0.9799476265907288 - ] - ], - [ - 4.666666507720947, - [ - 0.1536446213722229, - 0.04219542816281319, - -0.11794315278530121, - 0.9801542162895203 - ] - ], - [ - 4.699999809265137, - [ - 0.1520647555589676, - 0.04110431298613548, - -0.11844611912965775, - 0.9803863763809204 - ] - ], - [ - 4.733333110809326, - [ - 0.15031176805496216, - 0.04006790742278099, - -0.11894132196903229, - 0.9806395173072815 - ] - ], - [ - 4.766666889190674, - [ - 0.14840662479400635, - 0.03909354656934738, - -0.11942790448665619, - 0.9809098839759827 - ] - ], - [ - 4.800000190734863, - [ - 0.14637042582035065, - 0.038188595324754715, - -0.11990483105182648, - 0.9811932444572449 - ] - ], - [ - 4.833333492279053, - [ - 0.14421463012695313, - 0.037359435111284256, - -0.12038255482912064, - 0.9814858436584473 - ] - ], - [ - 4.866666793823242, - [ - 0.14195141196250916, - 0.036610204726457596, - -0.12086993455886841, - 0.9817841649055481 - ] - ], - [ - 4.900000095367432, - [ - 0.13958799839019775, - 0.03594483807682991, - -0.12136374413967133, - 0.9820865392684937 - ] - ], - [ - 4.933333396911621, - [ - 0.13713078200817108, - 0.03536733239889145, - -0.12186072021722794, - 0.9823921322822571 - ] - ], - [ - 4.9666666984558105, - [ - 0.13460031151771545, - 0.03488163650035858, - -0.12235698848962784, - 0.9826977252960205 - ] - ], - [ - 5.0, - [ - 0.13201721012592316, - 0.0344916433095932, - -0.12284858524799347, - 0.9830005168914795 - ] - ], - [ - 5.0333333015441895, - [ - 0.12940219044685364, - 0.0342012383043766, - -0.12333130836486816, - 0.9832978844642639 - ] - ], - [ - 5.066666603088379, - [ - 0.12677600979804993, - 0.03401423990726471, - -0.12380088865756989, - 0.9835874438285828 - ] - ], - [ - 5.099999904632568, - [ - 0.12415952980518341, - 0.033934347331523895, - -0.12425285577774048, - 0.9838669300079346 - ] - ], - [ - 5.133333206176758, - [ - 0.12157364189624786, - 0.033965203911066055, - -0.12468265742063522, - 0.9841343760490417 - ] - ], - [ - 5.166666507720947, - [ - 0.11903934925794601, - 0.0341104120016098, - -0.12508553266525269, - 0.984387993812561 - ] - ], - [ - 5.199999809265137, - [ - 0.11657775938510895, - 0.034373361617326736, - -0.12545672059059143, - 0.984626293182373 - ] - ], - [ - 5.233333110809326, - [ - 0.11420991271734238, - 0.03475739061832428, - -0.12579113245010376, - 0.9848474860191345 - ] - ], - [ - 5.266666889190674, - [ - 0.11195701360702515, - 0.03526570647954941, - -0.12608379125595093, - 0.9850507974624634 - ] - ], - [ - 5.300000190734863, - [ - 0.10984041541814804, - 0.03590131923556328, - -0.1263294368982315, - 0.9852344989776611 - ] - ], - [ - 5.333333492279053, - [ - 0.10788139700889587, - 0.03666714206337929, - -0.12652285397052765, - 0.9853979349136353 - ] - ], - [ - 5.366666793823242, - [ - 0.10610134899616241, - 0.0375659242272377, - -0.1266586184501648, - 0.9855399131774902 - ] - ], - [ - 5.400000095367432, - [ - 0.1045217290520668, - 0.03860022872686386, - -0.12673133611679077, - 0.9856594800949097 - ] - ], - [ - 5.433333396911621, - [ - 0.10318349301815033, - 0.039826516062021255, - -0.1266898810863495, - 0.9857569336891174 - ] - ], - [ - 5.4666666984558105, - [ - 0.10211953520774841, - 0.04127703234553337, - -0.1265019327402115, - 0.9858322739601135 - ] - ], - [ - 5.5, - [ - 0.10137197375297546, - 0.04286607354879379, - -0.1261405050754547, - 0.9858879446983337 - ] - ], - [ - 5.5333333015441895, - [ - 0.10099121928215027, - 0.04449163004755974, - -0.12559472024440765, - 0.9859246611595154 - ] - ], - [ - 5.566666603088379, - [ - 0.1010015606880188, - 0.04609011858701706, - -0.12492142617702484, - 0.985935628414154 - ] - ], - [ - 5.599999904632568, - [ - 0.10141453891992569, - 0.04761701077222824, - -0.12419064342975616, - 0.985913097858429 - ] - ], - [ - 5.633333206176758, - [ - 0.1022239476442337, - 0.04902356117963791, - -0.12341555953025818, - 0.9858579039573669 - ] - ], - [ - 5.666666507720947, - [ - 0.10341014713048935, - 0.05030067265033722, - -0.1226397231221199, - 0.9857665300369263 - ] - ], - [ - 5.699999809265137, - [ - 0.10495078563690186, - 0.05143454298377037, - -0.12189028412103653, - 0.9856381416320801 - ] - ], - [ - 5.733333110809326, - [ - 0.10680438578128815, - 0.0524318665266037, - -0.12117703258991241, - 0.9854745268821716 - ] - ], - [ - 5.766666889190674, - [ - 0.10892949253320694, - 0.05329914763569832, - -0.12050928175449371, - 0.9852771759033203 - ] - ], - [ - 5.800000190734863, - [ - 0.1112845242023468, - 0.05404268577694893, - -0.1198960468173027, - 0.985048234462738 - ] - ], - [ - 5.833333492279053, - [ - 0.11382793635129929, - 0.05466841906309128, - -0.11934613436460495, - 0.9847899675369263 - ] - ], - [ - 5.866666793823242, - [ - 0.11651811003684998, - 0.0551818422973156, - -0.11886812746524811, - 0.9845044016838074 - ] - ], - [ - 5.900000095367432, - [ - 0.11931339651346207, - 0.055588170886039734, - -0.11847054958343506, - 0.9841946959495544 - ] - ], - [ - 5.933333396911621, - [ - 0.12217213958501816, - 0.05589193105697632, - -0.11816173791885376, - 0.9838637709617615 - ] - ], - [ - 5.9666666984558105, - [ - 0.12505267560482025, - 0.05609742924571037, - -0.11795016378164291, - 0.9835155606269836 - ] - ], - [ - 6.0, - [ - 0.12791329622268677, - 0.056208331137895584, - -0.11784403771162033, - 0.9831539988517761 - ] - ], - [ - 6.0333333015441895, - [ - 0.13071240484714508, - 0.05622779577970505, - -0.11785160005092621, - 0.9827836751937866 - ] - ], - [ - 6.066666603088379, - [ - 0.13340844213962555, - 0.05615866556763649, - -0.11798110604286194, - 0.9824097156524658 - ] - ], - [ - 6.099999904632568, - [ - 0.13595986366271973, - 0.05600324273109436, - -0.11824065446853638, - 0.9820375442504883 - ] - ], - [ - 6.133333206176758, - [ - 0.13832524418830872, - 0.055763453245162964, - -0.1186382845044136, - 0.9816728234291077 - ] - ], - [ - 6.166666507720947, - [ - 0.14046330749988556, - 0.055440910160541534, - -0.11918194591999054, - 0.9813216924667358 - ] - ], - [ - 6.199999809265137, - [ - 0.14233280718326569, - 0.05503692850470543, - -0.11987937241792679, - 0.980989933013916 - ] - ], - [ - 6.233333110809326, - [ - 0.14389267563819885, - 0.05455264821648598, - -0.12073828279972076, - 0.9806840419769287 - ] - ], - [ - 6.266666889190674, - [ - 0.14510205388069153, - 0.05398915335536003, - -0.12176604568958282, - 0.9804099202156067 - ] - ], - [ - 6.300000190734863, - [ - 0.14592397212982178, - 0.05335720255970955, - -0.12296117842197418, - 0.9801733493804932 - ] - ], - [ - 6.333333492279053, - [ - 0.14633587002754211, - 0.052704162895679474, - -0.12429044395685196, - 0.9799795746803284 - ] - ], - [ - 6.366666793823242, - [ - 0.1462937444448471, - 0.0521102100610733, - -0.12580934166908264, - 0.9798238277435303 - ] - ], - [ - 6.400000095367432, - [ - 0.14576759934425354, - 0.051667720079422, - -0.1275627613067627, - 0.9796989560127258 - ] - ], - [ - 6.433333396911621, - [ - 0.14477255940437317, - 0.05143129825592041, - -0.1294836550951004, - 0.9796069264411926 - ] - ], - [ - 6.4666666984558105, - [ - 0.14334438741207123, - 0.0514216385781765, - -0.13149267435073853, - 0.9795498251914978 - ] - ], - [ - 6.5, - [ - 0.1415359228849411, - 0.051643311977386475, - -0.1335277110338211, - 0.9795258641242981 - ] - ], - [ - 6.5333333015441895, - [ - 0.1394057273864746, - 0.05209570750594139, - -0.13553373515605927, - 0.9795318841934204 - ] - ], - [ - 6.566666603088379, - [ - 0.1370222121477127, - 0.05276580527424812, - -0.13746412098407745, - 0.9795634150505066 - ] - ], - [ - 6.599999904632568, - [ - 0.13445979356765747, - 0.053630851209163666, - -0.13927674293518066, - 0.9796153903007507 - ] - ], - [ - 6.633333206176758, - [ - 0.13179542124271393, - 0.054655395448207855, - -0.14091797173023224, - 0.9796861410140991 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658417278_682827.json b/lenses/physics-objects/Scene/assets/1646688658417278_682827.json deleted file mode 100644 index 2b49e37a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658417278_682827.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658417278:682827", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658418420_682840.json b/lenses/physics-objects/Scene/assets/1646688658418420_682840.json deleted file mode 100644 index 342c1ba0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658418420_682840.json +++ /dev/null @@ -1,666 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658418420:682840", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.59487247467041, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.58733081817627, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.558414459228516, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.521495819091797, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.479314804077148, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.429214477539063, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.394438743591309, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.395045280456543, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.442254066467285, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.527596473693848, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.605527877807617, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.627278327941895, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.599710464477539, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.565829277038574, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.54521656036377, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.525797843933105, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.486918449401855, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.505298614501953, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.5597562789917, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.611651420593262, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.631850242614746, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.620948791503906, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.591865539550781, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.556787490844727, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.534645080566406, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.528202056884766, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.558517456054688, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.607542037963867, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.638273239135742, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.635729789733887, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.601441383361816, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.56434154510498, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.542024612426758, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.526206970214844, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.504185676574707, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.499873161315918, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.537840843200684, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.59887981414795, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.654814720153809, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.679337501525879, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.673653602600098, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.638520240783691, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.58971118927002, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.55429744720459, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.49658489227295, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.49797534942627, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.543740272521973, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.607941627502441, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.658492088317871, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.657217025756836, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.6281099319458, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.586776733398438, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.551118850708008, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.51947021484375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.502232551574707, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.528499603271484, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.656556129455566, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.67302131652832, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.65295696258545, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.626509666442871, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.612667083740234, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.587979316711426, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.532612800598145, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.51339340209961, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.551396369934082, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.601865768432617, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.633203506469727, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.632732391357422, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.596206665039063, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.556103706359863, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.540031433105469, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.560027122497559, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.613954544067383, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.682973861694336, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.729347229003906, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.722323417663574, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.621354103088379, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.58343505859375, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.548263549804688, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.523444175720215, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.525860786437988, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.59487247467041, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658418662_682847.json b/lenses/physics-objects/Scene/assets/1646688658418662_682847.json deleted file mode 100644 index 9d9f4518..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658418662_682847.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658418662:682847", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ], - [ - 0.03333333507180214, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ], - [ - 0.06666667014360428, - [ - -0.03730491176247597, - 0.009342155419290066, - -0.08968396484851837, - 0.9952276349067688 - ] - ], - [ - 0.10000000149011612, - [ - -0.03783920034766197, - 0.0082290880382061, - -0.032868362963199615, - 0.9987092614173889 - ] - ], - [ - 0.13333334028720856, - [ - -0.03332626447081566, - 0.011267070658504963, - -0.035161666572093964, - 0.9987623691558838 - ] - ], - [ - 0.1666666716337204, - [ - -0.02730405330657959, - 0.018775124102830887, - -0.07545030117034912, - 0.9965988397598267 - ] - ], - [ - 0.20000000298023224, - [ - -0.02187955565750599, - 0.029989944770932198, - -0.13236308097839355, - 0.9905058741569519 - ] - ], - [ - 0.23333333432674408, - [ - -0.018497632816433907, - 0.04403521120548248, - -0.19027510285377502, - 0.9805682897567749 - ] - ], - [ - 0.2666666805744171, - [ - -0.016174564138054848, - 0.05871463939547539, - -0.23458541929721832, - 0.9701859951019287 - ] - ], - [ - 0.30000001192092896, - [ - -0.01494699064642191, - 0.07083713263273239, - -0.25441011786460876, - 0.9643828272819519 - ] - ], - [ - 0.3333333432674408, - [ - -0.014569167047739029, - 0.07476525753736496, - -0.24213872849941254, - 0.9672470092773438 - ] - ], - [ - 0.36666667461395264, - [ - -0.013969228602945805, - 0.0694892555475235, - -0.20286984741687775, - 0.976637065410614 - ] - ], - [ - 0.4000000059604645, - [ - -0.01317414827644825, - 0.0552079901099205, - -0.142133891582489, - 0.9882188439369202 - ] - ], - [ - 0.4333333373069763, - [ - -0.010938495397567749, - 0.032225217670202255, - -0.06701220571994781, - 0.9971716403961182 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876719020307064, - 0.008905088528990746, - 0.002700445242226124, - 0.9999394416809082 - ] - ], - [ - 0.5, - [ - 0.0025402195751667023, - -0.0022060968913137913, - 0.041368816047906876, - 0.9991382956504822 - ] - ], - [ - 0.5333333611488342, - [ - 0.013769587501883507, - 0.004362082574516535, - 0.03180487081408501, - 0.9993898272514343 - ] - ], - [ - 0.5666666626930237, - [ - 0.025747401639819145, - 0.017515087500214577, - -0.017066380009055138, - 0.9993693232536316 - ] - ], - [ - 0.6000000238418579, - [ - 0.03518037497997284, - 0.024830903857946396, - -0.08723291754722595, - 0.9952568411827087 - ] - ], - [ - 0.6333333253860474, - [ - 0.03764358535408974, - 0.028508400544524193, - -0.16171422600746155, - 0.9857073426246643 - ] - ], - [ - 0.6666666865348816, - [ - 0.032944388687610626, - 0.03848569095134735, - -0.22122561931610107, - 0.9739059209823608 - ] - ], - [ - 0.699999988079071, - [ - 0.024002116173505783, - 0.05188237503170967, - -0.24892286956310272, - 0.9668347835540771 - ] - ], - [ - 0.7333333492279053, - [ - 0.012348278425633907, - 0.061282169073820114, - -0.24150404334068298, - 0.9683841466903687 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003254952316638082, - 0.06147909164428711, - -0.21019497513771057, - 0.9757245182991028 - ] - ], - [ - 0.800000011920929, - [ - -0.009709206409752369, - 0.051373764872550964, - -0.16172191500663757, - 0.9854503870010376 - ] - ], - [ - 0.8333333134651184, - [ - -0.01593954861164093, - 0.034812964498996735, - -0.10144857317209244, - 0.994103729724884 - ] - ], - [ - 0.8666666746139526, - [ - -0.017538290470838547, - 0.018429888412356377, - -0.03709757328033447, - 0.9989878535270691 - ] - ], - [ - 0.8999999761581421, - [ - -0.014063573442399502, - 0.0076622189953923225, - 0.018634282052516937, - 0.9996981024742126 - ] - ], - [ - 0.9333333373069763, - [ - -0.005541293881833553, - 0.004219749942421913, - 0.050251416862010956, - 0.9987123012542725 - ] - ], - [ - 0.9666666388511658, - [ - 0.006885714363306761, - 0.006642048247158527, - 0.04855000227689743, - 0.9987749457359314 - ] - ], - [ - 1.0, - [ - 0.02069292776286602, - 0.012884093448519707, - 0.019205307587981224, - 0.9995184540748596 - ] - ], - [ - 1.0333333015441895, - [ - 0.03254340589046478, - 0.022670330479741096, - -0.031621016561985016, - 0.9987127184867859 - ] - ], - [ - 1.0666667222976685, - [ - 0.039618413895368576, - 0.03647691756486893, - -0.0957074910402298, - 0.993951678276062 - ] - ], - [ - 1.100000023841858, - [ - 0.0404515415430069, - 0.05133084952831268, - -0.1598283350467682, - 0.9849790334701538 - ] - ], - [ - 1.1333333253860474, - [ - 0.0334770604968071, - 0.058967363089323044, - -0.21006888151168823, - 0.9753323793411255 - ] - ], - [ - 1.1666666269302368, - [ - 0.022196250036358833, - 0.0590038076043129, - -0.23387174308300018, - 0.9702215790748596 - ] - ], - [ - 1.2000000476837158, - [ - 0.009933392517268658, - 0.055295612663030624, - -0.21426138281822205, - 0.9751593470573425 - ] - ], - [ - 1.2333333492279053, - [ - -0.0018962862668558955, - 0.044997792690992355, - -0.15295098721981049, - 0.9872069954872131 - ] - ], - [ - 1.2666666507720947, - [ - -0.010932796634733677, - 0.029187016189098358, - -0.06839569658041, - 0.9971714019775391 - ] - ], - [ - 1.2999999523162842, - [ - -0.01475601177662611, - 0.013901984319090843, - 0.015226365067064762, - 0.9996785521507263 - ] - ], - [ - 1.3333333730697632, - [ - -0.01262648869305849, - 0.008834369480609894, - 0.06444573402404785, - 0.9978023171424866 - ] - ], - [ - 1.3666666746139526, - [ - -0.006189066916704178, - 0.01387769728899002, - 0.06452004611492157, - 0.9978007078170776 - ] - ], - [ - 1.399999976158142, - [ - 0.0018462992738932371, - 0.017874151468276978, - 0.030519427731633186, - 0.999372661113739 - ] - ], - [ - 1.4333332777023315, - [ - 0.0073381755501031876, - 0.012691360898315907, - -0.026658033952116966, - 0.9995371103286743 - ] - ], - [ - 1.4666666984558105, - [ - 0.008144533261656761, - -0.0007632941706106067, - -0.0941731333732605, - 0.9955223202705383 - ] - ], - [ - 1.5, - [ - 0.004443889483809471, - -0.015516504645347595, - -0.15981851518154144, - 0.9870144724845886 - ] - ], - [ - 1.5333333015441895, - [ - -0.004183725919574499, - -0.023401660844683647, - -0.21158047020435333, - 0.9770715236663818 - ] - ], - [ - 1.5666667222976685, - [ - -0.016368811950087547, - -0.021748607978224754, - -0.23791895806789398, - 0.9709035158157349 - ] - ], - [ - 1.600000023841858, - [ - -0.031151536852121353, - -0.014091415330767632, - -0.22990460693836212, - 0.9726125001907349 - ] - ], - [ - 1.6333333253860474, - [ - -0.046167779713869095, - -0.007426360622048378, - -0.19288302958011627, - 0.9801070094108582 - ] - ], - [ - 1.6666666269302368, - [ - -0.059334129095077515, - -0.005305266007781029, - -0.13611838221549988, - 0.9888999462127686 - ] - ], - [ - 1.7000000476837158, - [ - -0.06925651431083679, - -0.008000166155397892, - -0.0685296580195427, - 0.9952102303504944 - ] - ], - [ - 1.7333333492279053, - [ - -0.07450927048921585, - -0.011502649635076523, - -0.002753228647634387, - 0.997150182723999 - ] - ], - [ - 1.7666666507720947, - [ - -0.0744335725903511, - -0.011630390770733356, - 0.03989224135875702, - 0.9963598847389221 - ] - ], - [ - 1.7999999523162842, - [ - -0.0693177580833435, - -0.00618619192391634, - 0.040866509079933167, - 0.9967380166053772 - ] - ], - [ - 1.8333333730697632, - [ - -0.0609576515853405, - 0.0008038211381062865, - 0.005293780937790871, - 0.9981260895729065 - ] - ], - [ - 1.8666666746139526, - [ - -0.0528051033616066, - 0.004946493078023195, - -0.054150160402059555, - 0.9971233010292053 - ] - ], - [ - 1.899999976158142, - [ - -0.04672010987997055, - 0.00683389138430357, - -0.12075068056583405, - 0.9915593862533569 - ] - ], - [ - 1.9333332777023315, - [ - -0.043694041669368744, - 0.00852274801582098, - -0.17710866034030914, - 0.9831839799880981 - ] - ], - [ - 1.9666666984558105, - [ - -0.047123756259679794, - 0.008853157982230186, - -0.20686458051204681, - 0.97719407081604 - ] - ], - [ - 2.0, - [ - -0.05810059234499931, - 0.003240128979086876, - -0.19391092658042908, - 0.9792917966842651 - ] - ], - [ - 2.0333333015441895, - [ - -0.07270503789186478, - -0.008536439388990402, - -0.14527374505996704, - 0.9866796135902405 - ] - ], - [ - 2.066666603088379, - [ - -0.08640895038843155, - -0.020812368020415306, - -0.07669548690319061, - 0.9930852651596069 - ] - ], - [ - 2.0999999046325684, - [ - -0.09524096548557281, - -0.027115436270833015, - -0.004769273102283478, - 0.9950734376907349 - ] - ], - [ - 2.133333444595337, - [ - -0.0960935652256012, - -0.025472203269600868, - 0.047889698296785355, - 0.9938932657241821 - ] - ], - [ - 2.1666667461395264, - [ - -0.08919184654951096, - -0.019162779673933983, - 0.059275466948747635, - 0.9940643906593323 - ] - ], - [ - 2.200000047683716, - [ - -0.07627969235181808, - -0.009488549083471298, - 0.03103889524936676, - 0.9965580701828003 - ] - ], - [ - 2.2333333492279053, - [ - -0.062002044171094894, - 0.0029317177832126617, - -0.02629639394581318, - 0.997725248336792 - ] - ], - [ - 2.2666666507720947, - [ - -0.05109066143631935, - 0.015663720667362213, - -0.09471803903579712, - 0.9940688610076904 - ] - ], - [ - 2.299999952316284, - [ - -0.044718097895383835, - 0.023638298735022545, - -0.15265212953090668, - 0.9869847297668457 - ] - ], - [ - 2.3333332538604736, - [ - -0.0441594235599041, - 0.025767989456653595, - -0.1812007874250412, - 0.9821162223815918 - ] - ], - [ - 2.366666555404663, - [ - -0.0483153834939003, - 0.021604392677545547, - -0.16419008374214172, - 0.9850078821182251 - ] - ], - [ - 2.4000000953674316, - [ - -0.05493023619055748, - 0.011370002292096615, - -0.10366818308830261, - 0.9930288791656494 - ] - ], - [ - 2.433333396911621, - [ - -0.05976257845759392, - -0.007826857268810272, - -0.017586005851626396, - 0.9980270266532898 - ] - ], - [ - 2.4666666984558105, - [ - -0.05803819000720978, - -0.033213045448064804, - 0.06562511622905731, - 0.995601236820221 - ] - ], - [ - 2.5, - [ - -0.04935632646083832, - -0.05297471582889557, - 0.11147367209196091, - 0.9911263585090637 - ] - ], - [ - 2.5333333015441895, - [ - -0.03565067797899246, - -0.04683707281947136, - 0.09302578866481781, - 0.9939222931861877 - ] - ], - [ - 2.566666603088379, - [ - -0.01785195991396904, - -0.014417514204978943, - 0.018886113539338112, - 0.9995583891868591 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010289729107171297, - 0.01723255217075348, - -0.07160656899213791, - 0.9972841739654541 - ] - ], - [ - 2.633333444595337, - [ - 0.008313777856528759, - 0.03255462273955345, - -0.12345585972070694, - 0.9917811155319214 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033922058064490557, - 0.03158760070800781, - -0.10628774017095566, - 0.993827760219574 - ] - ], - [ - 2.700000047683716, - [ - -0.005075320601463318, - 0.012350587174296379, - -0.04337131604552269, - 0.9989697933197021 - ] - ], - [ - 2.7333333492279053, - [ - -0.011134706437587738, - -0.019914960488677025, - 0.03826184943318367, - 0.9990072250366211 - ] - ], - [ - 2.7666666507720947, - [ - -0.013098153285682201, - -0.040959134697914124, - 0.0949099063873291, - 0.994556725025177 - ] - ], - [ - 2.799999952316284, - [ - -0.013665534555912018, - -0.03755027428269386, - 0.09517179429531097, - 0.9946585297584534 - ] - ], - [ - 2.8333332538604736, - [ - -0.014629451557993889, - -0.02159668691456318, - 0.05597805231809616, - 0.9980912804603577 - ] - ], - [ - 2.866666555404663, - [ - -0.01641470193862915, - -0.0029966540168970823, - -0.002771025523543358, - 0.9998569488525391 - ] - ], - [ - 2.9000000953674316, - [ - -0.019276490435004234, - 0.015214282087981701, - -0.06611599773168564, - 0.9975097179412842 - ] - ], - [ - 2.933333396911621, - [ - -0.022005533799529076, - 0.030970094725489616, - -0.11895201355218887, - 0.99217289686203 - ] - ], - [ - 2.9666666984558105, - [ - -0.024530334398150444, - 0.04179754480719566, - -0.14861886203289032, - 0.9877062439918518 - ] - ], - [ - 3.0, - [ - -0.02719021961092949, - 0.0432930588722229, - -0.14552849531173706, - 0.988032341003418 - ] - ], - [ - 3.0333333015441895, - [ - -0.029363159090280533, - 0.034490641206502914, - -0.11409533768892288, - 0.9924366474151611 - ] - ], - [ - 3.066666603088379, - [ - -0.031360894441604614, - 0.01678597740828991, - -0.05728869512677193, - 0.9977237582206726 - ] - ], - [ - 3.0999999046325684, - [ - -0.03220490366220474, - -0.006965761538594961, - 0.018940411508083344, - 0.9992775321006775 - ] - ], - [ - 3.133333444595337, - [ - -0.030567210167646408, - -0.028123317286372185, - 0.09181127697229385, - 0.9949097633361816 - ] - ], - [ - 3.1666667461395264, - [ - -0.026660555973649025, - -0.03737447410821915, - 0.13276194036006927, - 0.990084171295166 - ] - ], - [ - 3.200000047683716, - [ - -0.021065155044198036, - -0.029673844575881958, - 0.1233648732304573, - 0.991693913936615 - ] - ], - [ - 3.2333333492279053, - [ - -0.014518753625452518, - -0.012848380021750927, - 0.0729670375585556, - 0.9971458911895752 - ] - ], - [ - 3.2666666507720947, - [ - -0.0090474309399724, - 0.0016698314575478435, - 0.00022545710089616477, - 0.9999576807022095 - ] - ], - [ - 3.299999952316284, - [ - -0.00840825866907835, - 0.011314638890326023, - -0.07734953612089157, - 0.9969043731689453 - ] - ], - [ - 3.3333332538604736, - [ - -0.015901613980531693, - 0.010339262895286083, - -0.1418912410736084, - 0.9897004961967468 - ] - ], - [ - 3.366666555404663, - [ - -0.02910107560455799, - 0.009490389376878738, - -0.17388880252838135, - 0.9842894673347473 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658418972_682854.json b/lenses/physics-objects/Scene/assets/1646688658418972_682854.json deleted file mode 100644 index c4eacd7f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658418972_682854.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658418972:682854", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658420216_682867.json b/lenses/physics-objects/Scene/assets/1646688658420216_682867.json deleted file mode 100644 index 841ab6f2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658420216_682867.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658420216:682867", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.581108093261719, - 1.4210854715202004e-14, - 7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.579937934875488, - -2.842170943040401e-14, - -1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658420463_682874.json b/lenses/physics-objects/Scene/assets/1646688658420463_682874.json deleted file mode 100644 index 3a80fa13..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658420463_682874.json +++ /dev/null @@ -1,1666 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658420463:682874", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019014211371541023, - -0.037477366626262665, - -0.004714338108897209, - 0.9991054534912109 - ] - ], - [ - 0.03333333507180214, - [ - -0.019014211371541023, - -0.037477366626262665, - -0.004714338108897209, - 0.9991054534912109 - ] - ], - [ - 0.06666667014360428, - [ - -0.021401016041636467, - -0.037016961723566055, - -0.006899646017700434, - 0.999061644077301 - ] - ], - [ - 0.10000000149011612, - [ - -0.02381454035639763, - -0.036528799682855606, - -0.009116941131651402, - 0.9990072250366211 - ] - ], - [ - 0.13333334028720856, - [ - -0.02619137614965439, - -0.03601841256022453, - -0.011308769695460796, - 0.9989438652992249 - ] - ], - [ - 0.1666666716337204, - [ - -0.028468908742070198, - -0.03549261391162872, - -0.013417224399745464, - 0.9988743662834167 - ] - ], - [ - 0.20000000298023224, - [ - -0.030585238710045815, - -0.034960050135850906, - -0.015384181402623653, - 0.998802125453949 - ] - ], - [ - 0.23333333432674408, - [ - -0.03247905150055885, - -0.034431733191013336, - -0.017151683568954468, - 0.9987319111824036 - ] - ], - [ - 0.2666666805744171, - [ - -0.034089379012584686, - -0.033921267837285995, - -0.01866218075156212, - 0.9986686110496521 - ] - ], - [ - 0.30000001192092896, - [ - -0.03538671135902405, - -0.033453356474637985, - -0.019845454022288322, - 0.9986164569854736 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634878993034363, - -0.033059123903512955, - -0.020630117505788803, - 0.9985791444778442 - ] - ], - [ - 0.36666667461395264, - [ - -0.03696762025356293, - -0.032833077013492584, - -0.020966462790966034, - 0.9985568523406982 - ] - ], - [ - 0.4000000059604645, - [ - -0.03727928176522255, - -0.03271399810910225, - -0.021019093692302704, - 0.9985480904579163 - ] - ], - [ - 0.5, - [ - -0.036858994513750076, - -0.03220481425523758, - -0.02058970183134079, - 0.998589277267456 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640976920723915, - -0.03199999779462814, - -0.020279720425605774, - 0.9986186027526855 - ] - ], - [ - 0.5666666626930237, - [ - -0.03587266430258751, - -0.03177807480096817, - -0.019909294322133064, - 0.9986525774002075 - ] - ], - [ - 0.6000000238418579, - [ - -0.035258740186691284, - -0.0315433070063591, - -0.019485684111714363, - 0.9986903071403503 - ] - ], - [ - 0.6333333253860474, - [ - -0.03457910567522049, - -0.03129986301064491, - -0.01901610940694809, - 0.9987307190895081 - ] - ], - [ - 0.6666666865348816, - [ - -0.03384485840797424, - -0.03105185553431511, - -0.018507909029722214, - 0.9987731575965881 - ] - ], - [ - 0.699999988079071, - [ - -0.03306709975004196, - -0.030803335830569267, - -0.017968319356441498, - 0.998816728591919 - ] - ], - [ - 0.7333333492279053, - [ - -0.03225694224238396, - -0.030558275058865547, - -0.017404654994606972, - 0.9988607168197632 - ] - ], - [ - 0.7666666507720947, - [ - -0.031425490975379944, - -0.030320661142468452, - -0.01682416722178459, - 0.9989044070243835 - ] - ], - [ - 0.800000011920929, - [ - -0.030583854764699936, - -0.030094433575868607, - -0.016234073787927628, - 0.9989471435546875 - ] - ], - [ - 0.8333333134651184, - [ - -0.029743174090981483, - -0.029883520677685738, - -0.015641558915376663, - 0.9989883303642273 - ] - ], - [ - 0.8666666746139526, - [ - -0.02891455590724945, - -0.02969188056886196, - -0.01505381427705288, - 0.9990273714065552 - ] - ], - [ - 0.8999999761581421, - [ - -0.028109174221754074, - -0.029523491859436035, - -0.014477938413619995, - 0.9990638494491577 - ] - ], - [ - 0.9333333373069763, - [ - -0.02733813412487507, - -0.02938235178589821, - -0.013920982368290424, - 0.9990973472595215 - ] - ], - [ - 0.9666666388511658, - [ - -0.026612602174282074, - -0.02927251346409321, - -0.01338996458798647, - 0.9991274476051331 - ] - ], - [ - 1.0, - [ - -0.02594374306499958, - -0.029198110103607178, - -0.012891843914985657, - 0.9991538524627686 - ] - ], - [ - 1.0333333015441895, - [ - -0.025342702865600586, - -0.029163328930735588, - -0.01243351586163044, - 0.9991760849952698 - ] - ], - [ - 1.0666667222976685, - [ - -0.024820640683174133, - -0.029172435402870178, - -0.012021755799651146, - 0.9991938471794128 - ] - ], - [ - 1.100000023841858, - [ - -0.02438875287771225, - -0.029229821637272835, - -0.011663412675261497, - 0.999207079410553 - ] - ], - [ - 1.1666666269302368, - [ - -0.02389102801680565, - -0.02951483055949211, - -0.011113984510302544, - 0.9992170929908752 - ] - ], - [ - 1.2333333492279053, - [ - -0.023604020476341248, - -0.02997019700706005, - -0.010667001828551292, - 0.9992151260375977 - ] - ], - [ - 1.2999999523162842, - [ - -0.023344511166214943, - -0.030554428696632385, - -0.010289567522704601, - 0.9992074966430664 - ] - ], - [ - 1.3666666746139526, - [ - -0.023262683302164078, - -0.031239071860909462, - -0.010001727379858494, - 0.999191164970398 - ] - ], - [ - 1.399999976158142, - [ - -0.02330600470304489, - -0.03161023557186127, - -0.009890594519674778, - 0.9991796612739563 - ] - ], - [ - 1.4333332777023315, - [ - -0.023399634286761284, - -0.0319969579577446, - -0.009797872044146061, - 0.999165952205658 - ] - ], - [ - 1.4666666984558105, - [ - -0.023536093533039093, - -0.03239662945270538, - -0.00972046609967947, - 0.9991507530212402 - ] - ], - [ - 1.5, - [ - -0.02370789647102356, - -0.032806556671857834, - -0.009655345231294632, - 0.999133825302124 - ] - ], - [ - 1.5333333015441895, - [ - -0.023907573893666267, - -0.033223994076251984, - -0.009599505923688412, - 0.9991158246994019 - ] - ], - [ - 1.5666667222976685, - [ - -0.02412763424217701, - -0.033646196126937866, - -0.009550090879201889, - 0.9990968704223633 - ] - ], - [ - 1.600000023841858, - [ - -0.024360600858926773, - -0.03407031670212746, - -0.009504269808530807, - 0.999077320098877 - ] - ], - [ - 1.6333333253860474, - [ - -0.02459895983338356, - -0.03449352830648422, - -0.00945927295833826, - 0.9990573525428772 - ] - ], - [ - 1.6666666269302368, - [ - -0.024835223332047462, - -0.03491298109292984, - -0.009412392973899841, - 0.9990373849868774 - ] - ], - [ - 1.7000000476837158, - [ - -0.02506188675761223, - -0.0353257842361927, - -0.009360947646200657, - 0.9990177154541016 - ] - ], - [ - 1.7333333492279053, - [ - -0.025271430611610413, - -0.03572910279035568, - -0.009302305988967419, - 0.9989986419677734 - ] - ], - [ - 1.7666666507720947, - [ - -0.025456324219703674, - -0.03612006455659866, - -0.009233841672539711, - 0.9989805221557617 - ] - ], - [ - 1.7999999523162842, - [ - -0.025609051808714867, - -0.036495842039585114, - -0.009152976796030998, - 0.9989637136459351 - ] - ], - [ - 1.8333333730697632, - [ - -0.02572210133075714, - -0.03685363009572029, - -0.009057091549038887, - 0.9989485144615173 - ] - ], - [ - 1.899999976158142, - [ - -0.02579895220696926, - -0.037504300475120544, - -0.00880979374051094, - 0.9989245533943176 - ] - ], - [ - 1.9666666984558105, - [ - -0.02562655694782734, - -0.03805074095726013, - -0.008470731787383556, - 0.9989112615585327 - ] - ], - [ - 2.0, - [ - -0.02542802505195141, - -0.038278497755527496, - -0.00825992226600647, - 0.9989093542098999 - ] - ], - [ - 2.0333333015441895, - [ - -0.0251445434987545, - -0.03847276419401169, - -0.008017808198928833, - 0.9989110827445984 - ] - ], - [ - 2.066666603088379, - [ - -0.024768568575382233, - -0.03863127529621124, - -0.007741445675492287, - 0.9989166259765625 - ] - ], - [ - 2.0999999046325684, - [ - -0.024292541667819023, - -0.03875184431672096, - -0.0074277338571846485, - 0.9989259243011475 - ] - ], - [ - 2.133333444595337, - [ - -0.023693136870861053, - -0.03883105143904686, - -0.007081486284732819, - 0.9989397525787354 - ] - ], - [ - 2.1666667461395264, - [ - -0.02295375056564808, - -0.038866493850946426, - -0.00670400308445096, - 0.9989583492279053 - ] - ], - [ - 2.200000047683716, - [ - -0.022057663649320602, - -0.03882846608757973, - -0.006284129805862904, - 0.9989826679229736 - ] - ], - [ - 2.2333333492279053, - [ - -0.020977972075343132, - -0.038688696920871735, - -0.005747733637690544, - 0.9990145564079285 - ] - ], - [ - 2.2666666507720947, - [ - -0.01969769597053528, - -0.03846028074622154, - -0.005043467041105032, - 0.9990532398223877 - ] - ], - [ - 2.299999952316284, - [ - -0.01820877380669117, - -0.03816406801342964, - -0.004189603962004185, - 0.9990968108177185 - ] - ], - [ - 2.3333332538604736, - [ - -0.0165325328707695, - -0.03781730681657791, - -0.0032065303530544043, - 0.9991427659988403 - ] - ], - [ - 2.366666555404663, - [ - -0.01469465158879757, - -0.03743579238653183, - -0.002116390038281679, - 0.9991888403892517 - ] - ], - [ - 2.4000000953674316, - [ - -0.012621112167835236, - -0.03700479865074158, - -0.0008888076990842819, - 0.9992350935935974 - ] - ], - [ - 2.433333396911621, - [ - -0.010251184925436974, - -0.03650631010532379, - 0.000504713854752481, - 0.9992808103561401 - ] - ], - [ - 2.4666666984558105, - [ - -0.007626211270689964, - -0.03594445064663887, - 0.002035756129771471, - 0.9993225932121277 - ] - ], - [ - 2.5, - [ - -0.00478759128600359, - -0.03533758595585823, - 0.003688464406877756, - 0.9993571639060974 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017769162077456713, - -0.03468863293528557, - 0.005434143356978893, - 0.9993818402290344 - ] - ], - [ - 2.566666603088379, - [ - 0.0013641476398333907, - -0.03400525450706482, - 0.007248403038829565, - 0.9993945360183716 - ] - ], - [ - 2.5999999046325684, - [ - 0.004593823570758104, - -0.03329494968056679, - 0.009107038378715515, - 0.9993936419487 - ] - ], - [ - 2.633333444595337, - [ - 0.007870282046496868, - -0.03256535530090332, - 0.0109860273078084, - 0.9993782639503479 - ] - ], - [ - 2.6666667461395264, - [ - 0.01115147490054369, - -0.03182430565357208, - 0.012861517257988453, - 0.999348521232605 - ] - ], - [ - 2.700000047683716, - [ - 0.014395423233509064, - -0.031080074608325958, - 0.014710030518472195, - 0.9993050694465637 - ] - ], - [ - 2.7333333492279053, - [ - 0.017560036852955818, - -0.030341370031237602, - 0.016508325934410095, - 0.9992491006851196 - ] - ], - [ - 2.7666666507720947, - [ - 0.02060321718454361, - -0.029617594555020332, - 0.01823352463543415, - 0.9991825819015503 - ] - ], - [ - 2.799999952316284, - [ - 0.023482829332351685, - -0.02891891822218895, - 0.01986307092010975, - 0.9991085529327393 - ] - ], - [ - 2.8333332538604736, - [ - 0.02615676447749138, - -0.028256339952349663, - 0.0213747788220644, - 0.999029815196991 - ] - ], - [ - 2.866666555404663, - [ - 0.028582926839590073, - -0.027641762048006058, - 0.022746914997696877, - 0.9989503026008606 - ] - ], - [ - 2.9000000953674316, - [ - 0.03071923926472664, - -0.027088193222880363, - 0.023958077654242516, - 0.9988736510276794 - ] - ], - [ - 2.933333396911621, - [ - 0.03247436508536339, - -0.026626920327544212, - 0.02496412955224514, - 0.9988058805465698 - ] - ], - [ - 2.9666666984558105, - [ - 0.03377315402030945, - -0.026285486295819283, - 0.02572944201529026, - 0.9987525343894958 - ] - ], - [ - 3.0, - [ - 0.03460058942437172, - -0.026073433458805084, - 0.0262448750436306, - 0.9987162947654724 - ] - ], - [ - 3.0333333015441895, - [ - 0.034952808171510696, - -0.02600499801337719, - 0.026497837156057358, - 0.9986991286277771 - ] - ], - [ - 3.066666603088379, - [ - 0.03482331335544586, - -0.026102904230356216, - 0.026493284851312637, - 0.9987012147903442 - ] - ], - [ - 3.0999999046325684, - [ - 0.03421759232878685, - -0.02622300200164318, - 0.02613159455358982, - 0.9987286329269409 - ] - ], - [ - 3.133333444595337, - [ - 0.03316278010606766, - -0.026242360472679138, - 0.025346223264932632, - 0.9987838268280029 - ] - ], - [ - 3.1666667461395264, - [ - 0.03170296177268028, - -0.026196235790848732, - 0.02419702708721161, - 0.9988609552383423 - ] - ], - [ - 3.200000047683716, - [ - 0.02990281954407692, - -0.026092752814292908, - 0.022739827632904053, - 0.9989535212516785 - ] - ], - [ - 3.2333333492279053, - [ - 0.027801984921097755, - -0.02594645321369171, - 0.021017663180828094, - 0.9990556240081787 - ] - ], - [ - 3.2666666507720947, - [ - 0.025431916117668152, - -0.025778835639357567, - 0.019072571769356728, - 0.9991621971130371 - ] - ], - [ - 3.299999952316284, - [ - 0.02285396307706833, - -0.025586137548089027, - 0.016946133226156235, - 0.9992676973342896 - ] - ], - [ - 3.3333332538604736, - [ - 0.020129069685935974, - -0.025376906618475914, - 0.014693960547447205, - 0.999367356300354 - ] - ], - [ - 3.366666555404663, - [ - 0.01731758750975132, - -0.025154506787657738, - 0.012367989867925644, - 0.999457061290741 - ] - ], - [ - 3.4000000953674316, - [ - 0.01447919849306345, - -0.024922290816903114, - 0.010020798072218895, - 0.9995343089103699 - ] - ], - [ - 3.433333396911621, - [ - 0.01167299784719944, - -0.024684349074959755, - 0.0077054756693542, - 0.999597430229187 - ] - ], - [ - 3.4666666984558105, - [ - 0.008957288227975368, - -0.02444600872695446, - 0.005475359968841076, - 0.9996461272239685 - ] - ], - [ - 3.5, - [ - 0.006389759015291929, - -0.024214502424001694, - 0.0033838802482932806, - 0.9996806383132935 - ] - ], - [ - 3.5333333015441895, - [ - 0.0040275841020047665, - -0.023999366909265518, - 0.0014843743992969394, - 0.9997028708457947 - ] - ], - [ - 3.566666603088379, - [ - 0.0019275632221251726, - -0.02381286956369877, - -0.00017029984155669808, - 0.9997146725654602 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010061015927931294, - -0.02367566153407097, - -0.0015250249998643994, - 0.9997185468673706 - ] - ], - [ - 3.633333444595337, - [ - -0.0014347122050821781, - -0.023608345538377762, - -0.002516631269827485, - 0.999717116355896 - ] - ], - [ - 3.6666667461395264, - [ - -0.002652320545166731, - -0.023684903979301453, - -0.0030879739206284285, - 0.9997112154960632 - ] - ], - [ - 3.700000047683716, - [ - -0.0035716749262064695, - -0.023833686485886574, - -0.0033952787052839994, - 0.9997038841247559 - ] - ], - [ - 3.7333333492279053, - [ - -0.004222316667437553, - -0.023923687636852264, - -0.0036139809526503086, - 0.9996983408927917 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046499865129590034, - -0.023970987647771835, - -0.0037327215541154146, - 0.9996948838233948 - ] - ], - [ - 3.933333396911621, - [ - -0.004415846895426512, - -0.023663949221372604, - -0.0030782176181674004, - 0.9997054934501648 - ] - ], - [ - 3.9666666984558105, - [ - -0.004115932621061802, - -0.02354600839316845, - -0.0027903863228857517, - 0.9997103810310364 - ] - ], - [ - 4.0, - [ - -0.003767658257856965, - -0.023422274738550186, - -0.0024705769028514624, - 0.9997156262397766 - ] - ], - [ - 4.0333333015441895, - [ - -0.003382497699931264, - -0.023297222331166267, - -0.0021259081549942493, - 0.9997206926345825 - ] - ], - [ - 4.066666603088379, - [ - -0.0029719406738877296, - -0.023175330832600594, - -0.0017635057447478175, - 0.9997254610061646 - ] - ], - [ - 4.099999904632568, - [ - -0.00254746712744236, - -0.02306101843714714, - -0.0013904932420700788, - 0.9997298717498779 - ] - ], - [ - 4.133333206176758, - [ - -0.002120571443811059, - -0.022958697751164436, - -0.0010140098165720701, - 0.9997337460517883 - ] - ], - [ - 4.166666507720947, - [ - -0.0017027434660121799, - -0.022872764617204666, - -0.0006411341018974781, - 0.9997367262840271 - ] - ], - [ - 4.199999809265137, - [ - -0.0013054817682132125, - -0.022807618603110313, - -0.0002789096615742892, - 0.9997389912605286 - ] - ], - [ - 4.233333110809326, - [ - -0.0009402876021340489, - -0.022767717018723488, - 6.559572648257017e-05, - 0.9997403621673584 - ] - ], - [ - 4.300000190734863, - [ - -0.00035213472438044846, - -0.022781474515795708, - 0.0006736271898262203, - 0.9997401833534241 - ] - ], - [ - 4.366666793823242, - [ - -3.039792864001356e-05, - -0.02295043133199215, - 0.0011276031145825982, - 0.9997360706329346 - ] - ], - [ - 4.433333396911621, - [ - -8.079344843281433e-05, - -0.023311762139201164, - 0.0013771846424788237, - 0.9997273087501526 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029955385252833366, - -0.023576222360134125, - 0.001416376675479114, - 0.9997209906578064 - ] - ], - [ - 4.5, - [ - -0.0006744390702806413, - -0.02390626072883606, - 0.0013781092129647732, - 0.999713122844696 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012323195114731789, - -0.024320296943187714, - 0.0012296907370910048, - 0.9997028112411499 - ] - ], - [ - 4.566666603088379, - [ - -0.0019927036482840776, - -0.024826530367136, - 0.0009610065026208758, - 0.9996893405914307 - ] - ], - [ - 4.599999904632568, - [ - -0.0029690188821405172, - -0.025418013334274292, - 0.0005803116364404559, - 0.9996723532676697 - ] - ], - [ - 4.633333206176758, - [ - -0.004157539922744036, - -0.026088541373610497, - 9.540800238028169e-05, - 0.9996510148048401 - ] - ], - [ - 4.666666507720947, - [ - -0.005552337039262056, - -0.02683139778673649, - -0.00048591988161206245, - 0.9996244311332703 - ] - ], - [ - 4.699999809265137, - [ - -0.007144394796341658, - -0.027639465406537056, - -0.0011558390688151121, - 0.9995917677879333 - ] - ], - [ - 4.733333110809326, - [ - -0.008912288583815098, - -0.02850532718002796, - -0.0019044840009883046, - 0.9995521903038025 - ] - ], - [ - 4.766666889190674, - [ - -0.010834620334208012, - -0.02942134626209736, - -0.002722143428400159, - 0.9995046854019165 - ] - ], - [ - 4.800000190734863, - [ - -0.012889830395579338, - -0.03037976659834385, - -0.0035992974881082773, - 0.999448835849762 - ] - ], - [ - 4.833333492279053, - [ - -0.01505645178258419, - -0.03137268126010895, - -0.004526542965322733, - 0.9993841052055359 - ] - ], - [ - 4.866666793823242, - [ - -0.017312947660684586, - -0.03239213302731514, - -0.005494589917361736, - 0.9993101954460144 - ] - ], - [ - 4.900000095367432, - [ - -0.019652526825666428, - -0.03343486413359642, - -0.006501364056020975, - 0.9992265105247498 - ] - ], - [ - 4.933333396911621, - [ - -0.02206932194530964, - -0.034497760236263275, - -0.007545292843133211, - 0.9991325736045837 - ] - ], - [ - 4.9666666984558105, - [ - -0.024543065577745438, - -0.03557313606142998, - -0.00861805584281683, - 0.9990285038948059 - ] - ], - [ - 5.0, - [ - -0.027053482830524445, - -0.03665333241224289, - -0.009711279533803463, - 0.9989145994186401 - ] - ], - [ - 5.0333333015441895, - [ - -0.029580246657133102, - -0.03773069009184837, - -0.010816679336130619, - 0.9987914562225342 - ] - ], - [ - 5.066666603088379, - [ - -0.0321030393242836, - -0.038797665387392044, - -0.011925858445465565, - 0.998660147190094 - ] - ], - [ - 5.099999904632568, - [ - -0.03460149094462395, - -0.03984680771827698, - -0.013030451722443104, - 0.9985215067863464 - ] - ], - [ - 5.133333206176758, - [ - -0.037055227905511856, - -0.040870826691389084, - -0.014121984131634235, - 0.9983772039413452 - ] - ], - [ - 5.166666507720947, - [ - -0.03944388031959534, - -0.04186251759529114, - -0.015191847458481789, - 0.998228907585144 - ] - ], - [ - 5.199999809265137, - [ - -0.04174702987074852, - -0.04281489923596382, - -0.016231346875429153, - 0.998078465461731 - ] - ], - [ - 5.233333110809326, - [ - -0.04394430294632912, - -0.04372115060687065, - -0.017231643199920654, - 0.9979280829429626 - ] - ], - [ - 5.266666889190674, - [ - -0.04601531848311424, - -0.04457473382353783, - -0.01818370819091797, - 0.9977801442146301 - ] - ], - [ - 5.300000190734863, - [ - -0.047939591109752655, - -0.045369263738393784, - -0.019078319892287254, - 0.9976369142532349 - ] - ], - [ - 5.333333492279053, - [ - -0.04969675838947296, - -0.04609867185354233, - -0.01990603841841221, - 0.9975013136863708 - ] - ], - [ - 5.366666793823242, - [ - -0.051266465336084366, - -0.04675721749663353, - -0.020657261833548546, - 0.9973759651184082 - ] - ], - [ - 5.400000095367432, - [ - -0.05262827128171921, - -0.04733937978744507, - -0.021322080865502357, - 0.9972636699676514 - ] - ], - [ - 5.433333396911621, - [ - -0.05374610051512718, - -0.04783559963107109, - -0.021900173276662827, - 0.9971677660942078 - ] - ], - [ - 5.4666666984558105, - [ - -0.05459064617753029, - -0.04823816567659378, - -0.02238699607551098, - 0.9970916509628296 - ] - ], - [ - 5.5, - [ - -0.05513238534331322, - -0.048512402921915054, - -0.022762732580304146, - 0.9970400333404541 - ] - ], - [ - 5.5333333015441895, - [ - -0.05533181130886078, - -0.048630885779857635, - -0.022941509261727333, - 0.9970191121101379 - ] - ], - [ - 5.566666603088379, - [ - -0.055159468203783035, - -0.04861491173505783, - -0.022859256714582443, - 0.9970313310623169 - ] - ], - [ - 5.599999904632568, - [ - -0.05459469556808472, - -0.048485707491636276, - -0.022527499124407768, - 0.9970762729644775 - ] - ], - [ - 5.633333206176758, - [ - -0.05364582687616348, - -0.048272162675857544, - -0.021949168294668198, - 0.9971510171890259 - ] - ], - [ - 5.666666507720947, - [ - -0.052325665950775146, - -0.0479857362806797, - -0.021142635494470596, - 0.9972524046897888 - ] - ], - [ - 5.699999809265137, - [ - -0.05065314844250679, - -0.047640182077884674, - -0.020124685019254684, - 0.9973765015602112 - ] - ], - [ - 5.733333110809326, - [ - -0.048668015748262405, - -0.047244660556316376, - -0.01891965977847576, - 0.9975176453590393 - ] - ], - [ - 5.766666889190674, - [ - -0.04641003534197807, - -0.04680726304650307, - -0.0175520908087492, - 0.9976708292961121 - ] - ], - [ - 5.800000190734863, - [ - -0.04391917213797569, - -0.04633520171046257, - -0.016046717762947083, - 0.9978309869766235 - ] - ], - [ - 5.833333492279053, - [ - -0.04123546928167343, - -0.04583507403731346, - -0.01442817971110344, - 0.9979932904243469 - ] - ], - [ - 5.866666793823242, - [ - -0.03839904069900513, - -0.0453130267560482, - -0.012721136212348938, - 0.9981535077095032 - ] - ], - [ - 5.900000095367432, - [ - -0.03545023873448372, - -0.044774968177080154, - -0.010949963703751564, - 0.9983078837394714 - ] - ], - [ - 5.933333396911621, - [ - -0.03242950513958931, - -0.04422672092914581, - -0.009138857945799828, - 0.9984533190727234 - ] - ], - [ - 5.9666666984558105, - [ - -0.02937745489180088, - -0.043674271553754807, - -0.007311799563467503, - 0.9985871315002441 - ] - ], - [ - 6.0, - [ - -0.026334822177886963, - -0.04312377795577049, - -0.005492301657795906, - 0.9987075924873352 - ] - ], - [ - 6.0333333015441895, - [ - -0.023342423141002655, - -0.04258183389902115, - -0.0037036852445453405, - 0.9988133907318115 - ] - ], - [ - 6.066666603088379, - [ - -0.0204412080347538, - -0.04205559194087982, - -0.001968847354874015, - 0.9989042282104492 - ] - ], - [ - 6.099999904632568, - [ - -0.017672134563326836, - -0.041552815586328506, - -0.0003103603085037321, - 0.9989799857139587 - ] - ], - [ - 6.133333206176758, - [ - -0.015076265670359135, - -0.041082050651311874, - 0.001249569933861494, - 0.9990412592887878 - ] - ], - [ - 6.166666507720947, - [ - -0.01269464660435915, - -0.04065270721912384, - 0.002689115470275283, - 0.9990891814231873 - ] - ], - [ - 6.199999809265137, - [ - -0.010568316094577312, - -0.04027514532208443, - 0.003986807074397802, - 0.9991247653961182 - ] - ], - [ - 6.233333110809326, - [ - -0.008738349191844463, - -0.039960816502571106, - 0.005121505353599787, - 0.9991499185562134 - ] - ], - [ - 6.266666889190674, - [ - -0.007245692424476147, - -0.03972223773598671, - 0.006072491407394409, - 0.9991660118103027 - ] - ], - [ - 6.300000190734863, - [ - -0.006128271110355854, - -0.039573393762111664, - 0.006817790679633617, - 0.9991747140884399 - ] - ], - [ - 6.333333492279053, - [ - -0.005412775091826916, - -0.0395306833088398, - 0.007330101449042559, - 0.9991769194602966 - ] - ], - [ - 6.400000095367432, - [ - -0.0052938214503228664, - -0.03971036896109581, - 0.007514201570302248, - 0.9991690516471863 - ] - ], - [ - 6.433333396911621, - [ - -0.0059012314304709435, - -0.039665065705776215, - 0.006997731979936361, - 0.9991710782051086 - ] - ], - [ - 6.4666666984558105, - [ - -0.006928613875061274, - -0.039528146386146545, - 0.006097215693444014, - 0.9991758465766907 - ] - ], - [ - 6.5, - [ - -0.008333628065884113, - -0.039316561073064804, - 0.004855888430029154, - 0.999180257320404 - ] - ], - [ - 6.5333333015441895, - [ - -0.010066910646855831, - -0.039042625576257706, - 0.0033199097961187363, - 0.99918133020401 - ] - ], - [ - 6.566666603088379, - [ - -0.012068171054124832, - -0.038715194910764694, - 0.0015399467665702105, - 0.9991763234138489 - ] - ], - [ - 6.599999904632568, - [ - -0.014270578511059284, - -0.03834091126918793, - -0.0004300865111872554, - 0.9991627335548401 - ] - ], - [ - 6.633333206176758, - [ - -0.016607806086540222, - -0.03792997822165489, - -0.0025305021554231644, - 0.9991391897201538 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658420703_682881.json b/lenses/physics-objects/Scene/assets/1646688658420703_682881.json deleted file mode 100644 index 038954b7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658420703_682881.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658420703:682881", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658421941_682894.json b/lenses/physics-objects/Scene/assets/1646688658421941_682894.json deleted file mode 100644 index 2ba032fe..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658421941_682894.json +++ /dev/null @@ -1,610 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658421941:682894", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.59439754486084, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.565536499023438, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.530097007751465, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.531793594360352, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.570588111877441, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.561490058898926, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.524149894714355, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.4998140335083, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.523015975952148, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.578779220581055, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.623222351074219, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.622015953063965, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.595264434814453, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.573293685913086, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.554859161376953, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.525205612182617, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 9.504719734191895, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.508923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.540470123291016, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.581395149230957, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.606986045837402, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.578302383422852, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.574420928955078, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.593631744384766, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.598215103149414, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.564498901367188, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.521641731262207, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.523436546325684, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.593184471130371, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.604747772216797, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.583325386047363, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.579882621765137, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.617085456848145, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.632464408874512, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.598491668701172, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.544705390930176, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.51235294342041, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.516780853271484, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.578226089477539, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.579147338867188, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.555008888244629, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.543363571166992, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.577000617980957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.642417907714844, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.654427528381348, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.591819763183594, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.535988807678223, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.529961585998535, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.559260368347168, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.587362289428711, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.633867263793945, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.660310745239258, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.640313148498535, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.574085235595703, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.524907112121582, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.513439178466797, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.583789825439453, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.663187980651855, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.659445762634277, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.609320640563965, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.575163841247559, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.553913116455078, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.588661193847656, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.610657691955566, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.640311241149902, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.674881935119629, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.672609329223633, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.616706848144531, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.543720245361328, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.507469177246094, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.515920639038086, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.540055274963379, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.573736190795898, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658422316_682901.json b/lenses/physics-objects/Scene/assets/1646688658422316_682901.json deleted file mode 100644 index 0c588964..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658422316_682901.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658422316:682901", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ], - [ - 0.03333333507180214, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ], - [ - 0.06666667014360428, - [ - -0.03739931434392929, - 0.05450734868645668, - -0.011546657420694828, - 0.997745931148529 - ] - ], - [ - 0.10000000149011612, - [ - -0.037473488599061966, - 0.055181700736284256, - 0.13159599900245667, - 0.9890568256378174 - ] - ], - [ - 0.13333334028720856, - [ - -0.03266499936580658, - 0.04927074909210205, - 0.19537708163261414, - 0.9789449572563171 - ] - ], - [ - 0.1666666716337204, - [ - -0.026961995288729668, - 0.04583711549639702, - 0.16938820481300354, - 0.9841136336326599 - ] - ], - [ - 0.20000000298023224, - [ - -0.021921608597040176, - 0.04338902607560158, - 0.1129583939909935, - 0.9924098253250122 - ] - ], - [ - 0.23333333432674408, - [ - -0.01882753148674965, - 0.043296173214912415, - 0.04068078100681305, - 0.9980562329292297 - ] - ], - [ - 0.2666666805744171, - [ - -0.01663690246641636, - 0.04921568185091019, - -0.038221582770347595, - 0.997917890548706 - ] - ], - [ - 0.30000001192092896, - [ - -0.015369759872555733, - 0.06161939352750778, - -0.11214713752269745, - 0.9916601181030273 - ] - ], - [ - 0.3333333432674408, - [ - -0.014794395305216312, - 0.07606738805770874, - -0.17110802233219147, - 0.9822001457214355 - ] - ], - [ - 0.36666667461395264, - [ - -0.01395456399768591, - 0.08739307522773743, - -0.20087026059627533, - 0.9756120443344116 - ] - ], - [ - 0.4000000059604645, - [ - -0.013094409368932247, - 0.0878387838602066, - -0.165290966629982, - 0.9822381734848022 - ] - ], - [ - 0.4333333373069763, - [ - -0.010912812314927578, - 0.07283515483140945, - -0.06991901993751526, - 0.9948303699493408 - ] - ], - [ - 0.46666666865348816, - [ - -0.005863979458808899, - 0.05015207454562187, - 0.04361704736948013, - 0.9977715015411377 - ] - ], - [ - 0.5, - [ - 0.002516727428883314, - 0.03465652838349342, - 0.13745805621147156, - 0.9898979067802429 - ] - ], - [ - 0.5333333611488342, - [ - 0.013556059449911118, - 0.039433661848306656, - 0.17383164167404175, - 0.9838921427726746 - ] - ], - [ - 0.5666666626930237, - [ - 0.025442754849791527, - 0.05403296276926994, - 0.1455637514591217, - 0.987544596195221 - ] - ], - [ - 0.6000000238418579, - [ - 0.035136327147483826, - 0.056976232677698135, - 0.08637957274913788, - 0.9940109252929688 - ] - ], - [ - 0.6333333253860474, - [ - 0.038118187338113785, - 0.045295462012290955, - 0.01491202786564827, - 0.9981347322463989 - ] - ], - [ - 0.6666666865348816, - [ - 0.03372494876384735, - 0.03632926568388939, - -0.059766195714473724, - 0.9969808459281921 - ] - ], - [ - 0.699999988079071, - [ - 0.02458508498966694, - 0.041060853749513626, - -0.13031037151813507, - 0.9903175234794617 - ] - ], - [ - 0.7333333492279053, - [ - 0.012510339729487896, - 0.05708080530166626, - -0.18450258672237396, - 0.9810932874679565 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003254261682741344, - 0.07401774823665619, - -0.20712237060070038, - 0.9755109548568726 - ] - ], - [ - 0.800000011920929, - [ - -0.009641693904995918, - 0.08076118677854538, - -0.18902628123760223, - 0.9785979390144348 - ] - ], - [ - 0.8333333134651184, - [ - -0.015827754512429237, - 0.07572019845247269, - -0.13995687663555145, - 0.9871312975883484 - ] - ], - [ - 0.8666666746139526, - [ - -0.01747136004269123, - 0.06506653130054474, - -0.0713128000497818, - 0.9951762557029724 - ] - ], - [ - 0.8999999761581421, - [ - -0.014044301584362984, - 0.055824752897024155, - 0.005197092890739441, - 0.9983282685279846 - ] - ], - [ - 0.9333333373069763, - [ - -0.0055235628969967365, - 0.05229949206113815, - 0.07861831039190292, - 0.9955166578292847 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068193762563169, - 0.05299483239650726, - 0.13682779669761658, - 0.9891527891159058 - ] - ], - [ - 1.0, - [ - 0.02038821205496788, - 0.053627170622348785, - 0.1639457643032074, - 0.9847996830940247 - ] - ], - [ - 1.0333333015441895, - [ - 0.032203007489442825, - 0.050779521465301514, - 0.14040255546569824, - 0.9882669448852539 - ] - ], - [ - 1.0666667222976685, - [ - 0.039676960557699203, - 0.04668501019477844, - 0.07338091731071472, - 0.9954202771186829 - ] - ], - [ - 1.100000023841858, - [ - 0.040981944650411606, - 0.04772842302918434, - -0.015785174444317818, - 0.9978944659233093 - ] - ], - [ - 1.1333333253860474, - [ - 0.034058548510074615, - 0.05496479943394661, - -0.10588682442903519, - 0.9922736883163452 - ] - ], - [ - 1.1666666269302368, - [ - 0.022469596937298775, - 0.06465993076562881, - -0.17508818209171295, - 0.9821702241897583 - ] - ], - [ - 1.2000000476837158, - [ - 0.009940873831510544, - 0.07393622398376465, - -0.20509885251522064, - 0.9758940935134888 - ] - ], - [ - 1.2333333492279053, - [ - -0.001883577206172049, - 0.07731363922357559, - -0.18017266690731049, - 0.9805900454521179 - ] - ], - [ - 1.2666666507720947, - [ - -0.010864708572626114, - 0.07391900569200516, - -0.1114162802696228, - 0.9909614324569702 - ] - ], - [ - 1.2999999523162842, - [ - -0.014724635519087315, - 0.06448928266763687, - -0.02261744812130928, - 0.9975534081459045 - ] - ], - [ - 1.3333333730697632, - [ - -0.012604847550392151, - 0.057343728840351105, - 0.06597957015037537, - 0.9960921406745911 - ] - ], - [ - 1.3666666746139526, - [ - -0.006133220624178648, - 0.06546685099601746, - 0.13399773836135864, - 0.9887977838516235 - ] - ], - [ - 1.399999976158142, - [ - 0.0018181706545874476, - 0.08549191802740097, - 0.15537068247795105, - 0.9841482639312744 - ] - ], - [ - 1.4333332777023315, - [ - 0.007247935049235821, - 0.09422852843999863, - 0.12811821699142456, - 0.9872458577156067 - ] - ], - [ - 1.4666666984558105, - [ - 0.008131262846291065, - 0.08074524998664856, - 0.07468117028474808, - 0.9938998222351074 - ] - ], - [ - 1.5, - [ - 0.004496538080275059, - 0.050383761525154114, - 0.004797991830855608, - 0.9987083077430725 - ] - ], - [ - 1.5333333015441895, - [ - -0.004269825294613838, - 0.01745087467133999, - -0.07287763804197311, - 0.9971790909767151 - ] - ], - [ - 1.5666667222976685, - [ - -0.016666648909449577, - -0.0044844141229987144, - -0.1497744619846344, - 0.9885695576667786 - ] - ], - [ - 1.600000023841858, - [ - -0.03127063065767288, - -0.009615660645067692, - -0.2137913703918457, - 0.976331353187561 - ] - ], - [ - 1.6333333253860474, - [ - -0.04559919238090515, - 0.0016374296974390745, - -0.2466231882572174, - 0.9680367112159729 - ] - ], - [ - 1.6666666269302368, - [ - -0.0583297461271286, - 0.026536105200648308, - -0.22538290917873383, - 0.9721605181694031 - ] - ], - [ - 1.7000000476837158, - [ - -0.06848284602165222, - 0.053561676293611526, - -0.15492954850196838, - 0.9840925335884094 - ] - ], - [ - 1.7333333492279053, - [ - -0.07418791949748993, - 0.07126322388648987, - -0.06055409833788872, - 0.9928498864173889 - ] - ], - [ - 1.7666666507720947, - [ - -0.07423347234725952, - 0.07724529504776001, - 0.033456992357969284, - 0.9936816096305847 - ] - ], - [ - 1.7999999523162842, - [ - -0.0687786415219307, - 0.07634419947862625, - 0.10652559250593185, - 0.9889860153198242 - ] - ], - [ - 1.8333333730697632, - [ - -0.06022011488676071, - 0.07238153368234634, - 0.13726045191287994, - 0.9860497117042542 - ] - ], - [ - 1.8666666746139526, - [ - -0.05244254320859909, - 0.061282895505428314, - 0.11333957314491272, - 0.9902769923210144 - ] - ], - [ - 1.899999976158142, - [ - -0.04696166515350342, - 0.045059945434331894, - 0.04879828169941902, - 0.9966859817504883 - ] - ], - [ - 1.9333332777023315, - [ - -0.044337715953588486, - 0.03259054198861122, - -0.040382012724876404, - 0.9976679682731628 - ] - ], - [ - 1.9666666984558105, - [ - -0.047707024961709976, - 0.029677024111151695, - -0.1347193717956543, - 0.9892896413803101 - ] - ], - [ - 2.0, - [ - -0.05780786648392677, - 0.028972504660487175, - -0.21551227569580078, - 0.9743579030036926 - ] - ], - [ - 2.0333333015441895, - [ - -0.0709899291396141, - 0.02558690868318081, - -0.2572126090526581, - 0.9634040594100952 - ] - ], - [ - 2.066666603088379, - [ - -0.08440005034208298, - 0.03454253077507019, - -0.22536228597164154, - 0.9699975848197937 - ] - ], - [ - 2.0999999046325684, - [ - -0.09429768472909927, - 0.06077847629785538, - -0.12946011126041412, - 0.9852177500724792 - ] - ], - [ - 2.133333444595337, - [ - -0.09592310339212418, - 0.08002275973558426, - -0.008480299264192581, - 0.9921306371688843 - ] - ], - [ - 2.1666667461395264, - [ - -0.08872770518064499, - 0.07290169596672058, - 0.09437409788370132, - 0.9888914227485657 - ] - ], - [ - 2.200000047683716, - [ - -0.07549770176410675, - 0.05247737467288971, - 0.13665929436683655, - 0.9863419532775879 - ] - ], - [ - 2.2333333492279053, - [ - -0.06167498230934143, - 0.0384807251393795, - 0.09865712374448776, - 0.9924628138542175 - ] - ], - [ - 2.2666666507720947, - [ - -0.051284059882164, - 0.04014279320836067, - 0.00948630552738905, - 0.9978318810462952 - ] - ], - [ - 2.299999952316284, - [ - -0.04497397691011429, - 0.055228717625141144, - -0.09801984578371048, - 0.9926325082778931 - ] - ], - [ - 2.3333332538604736, - [ - -0.04399285092949867, - 0.07323546707630157, - -0.18818074464797974, - 0.9784116744995117 - ] - ], - [ - 2.366666555404663, - [ - -0.04752693325281143, - 0.08465784788131714, - -0.2274685651063919, - 0.9689335823059082 - ] - ], - [ - 2.4000000953674316, - [ - -0.054054729640483856, - 0.08770494163036346, - -0.18564234673976898, - 0.9772016406059265 - ] - ], - [ - 2.433333396911621, - [ - -0.05936674028635025, - 0.07873722910881042, - -0.08584322035312653, - 0.9914167523384094 - ] - ], - [ - 2.4666666984558105, - [ - -0.05808468535542488, - 0.0539463572204113, - 0.030085811391472816, - 0.99639892578125 - ] - ], - [ - 2.5, - [ - -0.04935669153928757, - 0.018501944839954376, - 0.12196674197912216, - 0.9911335706710815 - ] - ], - [ - 2.5333333015441895, - [ - -0.03540011867880821, - -0.011405481956899166, - 0.15675659477710724, - 0.9869367480278015 - ] - ], - [ - 2.566666603088379, - [ - -0.017777327448129654, - -0.0005185343325138092, - 0.0943518802523613, - 0.9953800439834595 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010302306327503175, - 0.0457400307059288, - -0.03553638234734535, - 0.9983211159706116 - ] - ], - [ - 2.633333444595337, - [ - 0.008237054571509361, - 0.09036652743816376, - -0.16189448535442352, - 0.9826272130012512 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033110305666923523, - 0.11447601020336151, - -0.21425305306911469, - 0.9700412154197693 - ] - ], - [ - 2.700000047683716, - [ - -0.005002145189791918, - 0.09692573547363281, - -0.14563634991645813, - 0.9845662117004395 - ] - ], - [ - 2.7333333492279053, - [ - -0.011134759522974491, - 0.04117940738797188, - -0.012457831762731075, - 0.9990120530128479 - ] - ], - [ - 2.7666666507720947, - [ - -0.01307714730501175, - -0.01686650514602661, - 0.11649303883314133, - 0.9929621815681458 - ] - ], - [ - 2.799999952316284, - [ - -0.013513731770217419, - -0.03706244006752968, - 0.17594382166862488, - 0.9836095571517944 - ] - ], - [ - 2.8333332538604736, - [ - -0.0144788334146142, - -0.019740814343094826, - 0.15369302034378052, - 0.9878153204917908 - ] - ], - [ - 2.866666555404663, - [ - -0.016330676153302193, - 0.004148544277995825, - 0.10104963928461075, - 0.9947386980056763 - ] - ], - [ - 2.9000000953674316, - [ - -0.019303901121020317, - 0.028075728565454483, - 0.03133327513933182, - 0.9989281892776489 - ] - ], - [ - 2.933333396911621, - [ - -0.022119546309113503, - 0.05212320387363434, - -0.04646820202469826, - 0.9973137974739075 - ] - ], - [ - 2.9666666984558105, - [ - -0.02457248792052269, - 0.07629694789648056, - -0.12105510383844376, - 0.9894042015075684 - ] - ], - [ - 3.0, - [ - -0.026915214955806732, - 0.09774141758680344, - -0.18210037052631378, - 0.9780396819114685 - ] - ], - [ - 3.0333333015441895, - [ - -0.02869708649814129, - 0.11057119071483612, - -0.21493469178676605, - 0.9699245095252991 - ] - ], - [ - 3.066666603088379, - [ - -0.0307073425501585, - 0.10584240406751633, - -0.18291878700256348, - 0.9769315123558044 - ] - ], - [ - 3.0999999046325684, - [ - -0.031966958194971085, - 0.08294942229986191, - -0.09078439325094223, - 0.9918950200080872 - ] - ], - [ - 3.133333444595337, - [ - -0.03065972402691841, - 0.052712440490722656, - 0.020840827375650406, - 0.9979214668273926 - ] - ], - [ - 3.1666667461395264, - [ - -0.02673163451254368, - 0.029293112456798553, - 0.11369244754314423, - 0.9927242398262024 - ] - ], - [ - 3.200000047683716, - [ - -0.020989375188946724, - 0.026571765542030334, - 0.1498641073703766, - 0.9881265759468079 - ] - ], - [ - 3.2333333492279053, - [ - -0.014437462203204632, - 0.038363393396139145, - 0.12297695875167847, - 0.9915626645088196 - ] - ], - [ - 3.2666666507720947, - [ - -0.009018959477543831, - 0.04479444772005081, - 0.06542947888374329, - 0.9968104362487793 - ] - ], - [ - 3.299999952316284, - [ - -0.008426247164607048, - 0.04261201620101929, - -0.005980892106890678, - 0.9990382790565491 - ] - ], - [ - 3.3333332538604736, - [ - -0.017151476815342903, - 0.03858410194516182, - -0.10162359476089478, - 0.9939265251159668 - ] - ], - [ - 3.366666555404663, - [ - -0.02915821224451065, - 0.040530845522880554, - -0.1577114760875702, - 0.9862221479415894 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658422573_682908.json b/lenses/physics-objects/Scene/assets/1646688658422573_682908.json deleted file mode 100644 index 371e5376..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658422573_682908.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658422573:682908", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658423821_682921.json b/lenses/physics-objects/Scene/assets/1646688658423821_682921.json deleted file mode 100644 index b095e644..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658423821_682921.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658423821:682921", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.590449333190918, - 1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ], - [ - 1.0, - [ - 9.590449333190918, - 1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658424063_682928.json b/lenses/physics-objects/Scene/assets/1646688658424063_682928.json deleted file mode 100644 index 44181360..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658424063_682928.json +++ /dev/null @@ -1,1621 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658424063:682928", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019016504287719727, - 0.019773641601204872, - -0.028205810114741325, - 0.9992256164550781 - ] - ], - [ - 0.03333333507180214, - [ - -0.019016504287719727, - 0.019773641601204872, - -0.028205810114741325, - 0.9992256164550781 - ] - ], - [ - 0.06666667014360428, - [ - -0.021402496844530106, - 0.020463546738028526, - -0.029326576739549637, - 0.9991312026977539 - ] - ], - [ - 0.10000000149011612, - [ - -0.02381504885852337, - 0.021200822666287422, - -0.030421182513237, - 0.9990285038948059 - ] - ], - [ - 0.13333334028720856, - [ - -0.026190755888819695, - 0.02197023667395115, - -0.031460098922252655, - 0.998920202255249 - ] - ], - [ - 0.1666666716337204, - [ - -0.028467077761888504, - 0.022754952311515808, - -0.03241454437375069, - 0.9988098740577698 - ] - ], - [ - 0.20000000298023224, - [ - -0.030582167208194733, - 0.02353636920452118, - -0.03325652703642845, - 0.9987015724182129 - ] - ], - [ - 0.23333333432674408, - [ - -0.032474759966135025, - 0.024294128641486168, - -0.03395898640155792, - 0.9986000061035156 - ] - ], - [ - 0.2666666805744171, - [ - -0.034083977341651917, - 0.025006094947457314, - -0.03449591249227524, - 0.9985104203224182 - ] - ], - [ - 0.30000001192092896, - [ - -0.03538035973906517, - 0.025636551901698112, - -0.034851185977458954, - 0.9984369874000549 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634166717529297, - 0.026145346462726593, - -0.03501256927847862, - 0.9983837008476257 - ] - ], - [ - 0.36666667461395264, - [ - -0.036960095167160034, - 0.02647906169295311, - -0.034975551068782806, - 0.9983534216880798 - ] - ], - [ - 0.4333333373069763, - [ - -0.03732087463140488, - 0.02681426890194416, - -0.0346703864634037, - 0.9983416795730591 - ] - ], - [ - 0.5, - [ - -0.03685074672102928, - 0.02702496200799942, - -0.034305162727832794, - 0.9983661770820618 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640134632587433, - 0.027107229456305504, - -0.03409601002931595, - 0.9983875155448914 - ] - ], - [ - 0.5666666626930237, - [ - -0.03586404025554657, - 0.027185453101992607, - -0.033864181488752365, - 0.9984127283096313 - ] - ], - [ - 0.6000000238418579, - [ - -0.035249948501586914, - 0.027258723974227905, - -0.03361321985721588, - 0.9984410405158997 - ] - ], - [ - 0.6333333253860474, - [ - -0.034570157527923584, - 0.02732616290450096, - -0.03334673494100571, - 0.9984720349311829 - ] - ], - [ - 0.6666666865348816, - [ - -0.0338357612490654, - 0.02738691121339798, - -0.0330682136118412, - 0.9985046982765198 - ] - ], - [ - 0.699999988079071, - [ - -0.03305790573358536, - 0.02744012139737606, - -0.032781247049570084, - 0.9985387325286865 - ] - ], - [ - 0.7333333492279053, - [ - -0.03224766626954079, - 0.027484940364956856, - -0.032489314675331116, - 0.9985735416412354 - ] - ], - [ - 0.7666666507720947, - [ - -0.03141617402434349, - 0.02752048149704933, - -0.03219594061374664, - 0.9986085891723633 - ] - ], - [ - 0.800000011920929, - [ - -0.030574552714824677, - 0.027545833960175514, - -0.03190460801124573, - 0.9986433386802673 - ] - ], - [ - 0.8333333134651184, - [ - -0.029733911156654358, - 0.027560055255889893, - -0.03161880746483803, - 0.9986774325370789 - ] - ], - [ - 0.8666666746139526, - [ - -0.028905391693115234, - 0.027562161907553673, - -0.03134196251630783, - 0.9987103939056396 - ] - ], - [ - 0.8999999761581421, - [ - -0.028100116178393364, - 0.027551110833883286, - -0.03107750229537487, - 0.9987419843673706 - ] - ], - [ - 0.9333333373069763, - [ - -0.027329225093126297, - 0.02752581425011158, - -0.030828848481178284, - 0.9987717866897583 - ] - ], - [ - 0.9666666388511658, - [ - -0.026603879407048225, - 0.027485117316246033, - -0.03059939295053482, - 0.9987996220588684 - ] - ], - [ - 1.0, - [ - -0.025935200974345207, - 0.027427811175584793, - -0.03039245307445526, - 0.9988250136375427 - ] - ], - [ - 1.0333333015441895, - [ - -0.025334374979138374, - 0.02735264040529728, - -0.03021138347685337, - 0.9988480806350708 - ] - ], - [ - 1.0666667222976685, - [ - -0.024812545627355576, - 0.02725825086236, - -0.0300595723092556, - 0.9988682270050049 - ] - ], - [ - 1.100000023841858, - [ - -0.024380898103117943, - 0.027143293991684914, - -0.02994019351899624, - 0.9988855719566345 - ] - ], - [ - 1.1333333253860474, - [ - -0.024064190685749054, - 0.02700183540582657, - -0.02986069768667221, - 0.9988994598388672 - ] - ], - [ - 1.1666666269302368, - [ - -0.023883672431111336, - 0.026829112321138382, - -0.029827198013663292, - 0.9989094734191895 - ] - ], - [ - 1.2000000476837158, - [ - -0.023752111941576004, - 0.026625080034136772, - -0.029824841767549515, - 0.9989181160926819 - ] - ], - [ - 1.2333333492279053, - [ - -0.023597225546836853, - 0.026387503370642662, - -0.02984590083360672, - 0.9989274740219116 - ] - ], - [ - 1.2666666507720947, - [ - -0.023450369015336037, - 0.026119250804185867, - -0.029893018305301666, - 0.9989365935325623 - ] - ], - [ - 1.2999999523162842, - [ - -0.023338373750448227, - 0.025829963386058807, - -0.029957348480820656, - 0.9989447593688965 - ] - ], - [ - 1.3666666746139526, - [ - -0.023257261142134666, - 0.025211403146386147, - -0.030113812536001205, - 0.9989578723907471 - ] - ], - [ - 1.4333332777023315, - [ - -0.02339494228363037, - 0.024569198489189148, - -0.03027745708823204, - 0.9989656209945679 - ] - ], - [ - 1.4666666984558105, - [ - -0.023531785234808922, - 0.02424396015703678, - -0.03035684861242771, - 0.9989679455757141 - ] - ], - [ - 1.5, - [ - -0.02370399422943592, - 0.023917896673083305, - -0.03043248876929283, - 0.9989694356918335 - ] - ], - [ - 1.5333333015441895, - [ - -0.023904090747237206, - 0.023592473939061165, - -0.030502906069159508, - 0.9989702701568604 - ] - ], - [ - 1.600000023841858, - [ - -0.024357998743653297, - 0.022949595004320145, - -0.030621884390711784, - 0.998970627784729 - ] - ], - [ - 1.6333333253860474, - [ - -0.02459683082997799, - 0.022635160014033318, - -0.03066752292215824, - 0.9989705681800842 - ] - ], - [ - 1.6666666269302368, - [ - -0.024833569303154945, - 0.02232743240892887, - -0.030701955780386925, - 0.9989705681800842 - ] - ], - [ - 1.7000000476837158, - [ - -0.025060711428523064, - 0.022027917206287384, - -0.030723771080374718, - 0.9989708662033081 - ] - ], - [ - 1.7666666507720947, - [ - -0.0254561398178339, - 0.02145957201719284, - -0.03072376549243927, - 0.9989732503890991 - ] - ], - [ - 1.8666666746139526, - [ - -0.025789178907871246, - 0.02070596255362034, - -0.03059295006096363, - 0.9989846348762512 - ] - ], - [ - 1.9666666984558105, - [ - -0.025629112496972084, - 0.02010505460202694, - -0.03026999905705452, - 0.9990108609199524 - ] - ], - [ - 2.0333333015441895, - [ - -0.02514777146279812, - 0.01980692334473133, - -0.029927682131528854, - 0.999039351940155 - ] - ], - [ - 2.066666603088379, - [ - -0.024772057309746742, - 0.019692249596118927, - -0.029713647440075874, - 0.999057412147522 - ] - ], - [ - 2.0999999046325684, - [ - -0.024296250194311142, - 0.019601965323090553, - -0.029468845576047897, - 0.999078094959259 - ] - ], - [ - 2.133333444595337, - [ - -0.023696983233094215, - 0.019542215391993523, - -0.029188137501478195, - 0.999101996421814 - ] - ], - [ - 2.1666667461395264, - [ - -0.02295767143368721, - 0.01951666921377182, - -0.02886781468987465, - 0.9991289973258972 - ] - ], - [ - 2.200000047683716, - [ - -0.022061558440327644, - 0.019532060250639915, - -0.02850339375436306, - 0.9991593360900879 - ] - ], - [ - 2.2333333492279053, - [ - -0.02098172903060913, - 0.019591502845287323, - -0.028062719851732254, - 0.9991939067840576 - ] - ], - [ - 2.2666666507720947, - [ - -0.019701242446899414, - 0.019680198282003403, - -0.027528934180736542, - 0.999233067035675 - ] - ], - [ - 2.299999952316284, - [ - -0.01821204088628292, - 0.01978018321096897, - -0.02692222222685814, - 0.9992758631706238 - ] - ], - [ - 2.3333332538604736, - [ - -0.016535475850105286, - 0.019881559535861015, - -0.026261037215590477, - 0.9993206262588501 - ] - ], - [ - 2.366666555404663, - [ - -0.014697249047458172, - 0.019976461306214333, - -0.02556319162249565, - 0.999365508556366 - ] - ], - [ - 2.4000000953674316, - [ - -0.012623335234820843, - 0.020064283162355423, - -0.024822968989610672, - 0.9994107484817505 - ] - ], - [ - 2.433333396911621, - [ - -0.010252977721393108, - 0.02015034854412079, - -0.02402937225997448, - 0.9994555711746216 - ] - ], - [ - 2.4666666984558105, - [ - -0.007627540268003941, - 0.02023550309240818, - -0.023193184286355972, - 0.9994971752166748 - ] - ], - [ - 2.5, - [ - -0.004788431338965893, - 0.020320752635598183, - -0.02232518047094345, - 0.9995327591896057 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017772340215742588, - 0.020406996831297874, - -0.021436264738440514, - 0.9995603561401367 - ] - ], - [ - 2.566666603088379, - [ - 0.0013643985148519278, - 0.020495032891631126, - -0.020537223666906357, - 0.9995781779289246 - ] - ], - [ - 2.5999999046325684, - [ - 0.004594700410962105, - 0.020585276186466217, - -0.01963888108730316, - 0.9995846152305603 - ] - ], - [ - 2.633333444595337, - [ - 0.007871869020164013, - 0.020677782595157623, - -0.018751967698335648, - 0.9995794296264648 - ] - ], - [ - 2.6666667461395264, - [ - 0.011153857223689556, - 0.020772064104676247, - -0.017887186259031296, - 0.9995620846748352 - ] - ], - [ - 2.700000047683716, - [ - 0.014398707076907158, - 0.020867127925157547, - -0.017055053263902664, - 0.9995330572128296 - ] - ], - [ - 2.7333333492279053, - [ - 0.017564330250024796, - 0.020961299538612366, - -0.016265995800495148, - 0.9994936585426331 - ] - ], - [ - 2.7666666507720947, - [ - 0.02060863748192787, - 0.021052300930023193, - -0.015530259348452091, - 0.9994453191757202 - ] - ], - [ - 2.799999952316284, - [ - 0.02348945289850235, - 0.02113720402121544, - -0.014857878908514977, - 0.999390184879303 - ] - ], - [ - 2.8333332538604736, - [ - 0.026164647191762924, - 0.02121240645647049, - -0.01425869669765234, - 0.9993308186531067 - ] - ], - [ - 2.866666555404663, - [ - 0.028592078015208244, - 0.021273577585816383, - -0.013742384500801563, - 0.9992703795433044 - ] - ], - [ - 2.9000000953674316, - [ - 0.030729640275239944, - 0.02131587825715542, - -0.013318289071321487, - 0.9992116689682007 - ] - ], - [ - 2.933333396911621, - [ - 0.03248587250709534, - 0.021328231319785118, - -0.013004551641643047, - 0.9991599917411804 - ] - ], - [ - 2.9666666984558105, - [ - 0.03378558158874512, - 0.021300407126545906, - -0.012815949507057667, - 0.9991198778152466 - ] - ], - [ - 3.0, - [ - 0.034613680094480515, - 0.021228745579719543, - -0.012756014242768288, - 0.9990938305854797 - ] - ], - [ - 3.0333333015441895, - [ - 0.034966256469488144, - 0.02111111395061016, - -0.012825787998735905, - 0.9990831613540649 - ] - ], - [ - 3.066666603088379, - [ - 0.034836821258068085, - 0.020943259820342064, - -0.013025281019508839, - 0.9990886449813843 - ] - ], - [ - 3.0999999046325684, - [ - 0.034230563789606094, - 0.02079676277935505, - -0.013407125137746334, - 0.9991075992584229 - ] - ], - [ - 3.133333444595337, - [ - 0.03317447006702423, - 0.0207511018961668, - -0.014004443772137165, - 0.9991360902786255 - ] - ], - [ - 3.1666667461395264, - [ - 0.03171280398964882, - 0.020810572430491447, - -0.01478290744125843, - 0.9991710186004639 - ] - ], - [ - 3.200000047683716, - [ - 0.02991047129034996, - 0.020969809964299202, - -0.015705948695540428, - 0.9992091655731201 - ] - ], - [ - 3.2333333492279053, - [ - 0.027807338163256645, - 0.021219652146100998, - -0.01674281246960163, - 0.9992479085922241 - ] - ], - [ - 3.2666666507720947, - [ - 0.02543501742184162, - 0.021548733115196228, - -0.017867501825094223, - 0.9992845058441162 - ] - ], - [ - 3.299999952316284, - [ - 0.022855078801512718, - 0.021948467940092087, - -0.01905125379562378, - 0.9993162751197815 - ] - ], - [ - 3.3333332538604736, - [ - 0.020128533244132996, - 0.022410091012716293, - -0.0202649999409914, - 0.9993407726287842 - ] - ], - [ - 3.366666555404663, - [ - 0.01731584407389164, - 0.022924302145838737, - -0.021479595452547073, - 0.9993564486503601 - ] - ], - [ - 3.4000000953674316, - [ - 0.014476709067821503, - 0.023480625823140144, - -0.02266610972583294, - 0.9993624687194824 - ] - ], - [ - 3.433333396911621, - [ - 0.011670216917991638, - 0.024067210033535957, - -0.023795852437615395, - 0.9993589520454407 - ] - ], - [ - 3.4666666984558105, - [ - 0.008954607881605625, - 0.02467040717601776, - -0.024840721860527992, - 0.9993468523025513 - ] - ], - [ - 3.5, - [ - 0.006387506145983934, - 0.025274762883782387, - -0.02577320672571659, - 0.9993278384208679 - ] - ], - [ - 3.5333333015441895, - [ - 0.004025978036224842, - 0.025862786918878555, - -0.026566654443740845, - 0.9993044137954712 - ] - ], - [ - 3.566666603088379, - [ - 0.001926723518408835, - 0.026415100321173668, - -0.02719525434076786, - 0.9992792010307312 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010056360042653978, - 0.02689979039132595, - -0.027645962312817574, - 0.9992557764053345 - ] - ], - [ - 3.633333444595337, - [ - -0.0014340229099616408, - 0.02728186920285225, - -0.027906935662031174, - 0.9992371201515198 - ] - ], - [ - 3.6666667461395264, - [ - -0.002651034854352474, - 0.0275157168507576, - -0.027968866750597954, - 0.9992265105247498 - ] - ], - [ - 3.700000047683716, - [ - -0.0035699512809515, - 0.027632668614387512, - -0.02792411483824253, - 0.999221682548523 - ] - ], - [ - 3.7333333492279053, - [ - -0.0042202891781926155, - 0.027714036405086517, - -0.02786862850189209, - 0.9992185235023499 - ] - ], - [ - 3.799999952316284, - [ - -0.004870711825788021, - 0.027839122340083122, - -0.02770797535777092, - 0.9992165565490723 - ] - ], - [ - 3.933333396911621, - [ - -0.004413742106407881, - 0.02806466445326805, - -0.027101609855890274, - 0.9992288947105408 - ] - ], - [ - 3.9666666984558105, - [ - -0.004113971721380949, - 0.028115587309002876, - -0.026908790692687035, - 0.9992339611053467 - ] - ], - [ - 4.0333333015441895, - [ - -0.0033808904699981213, - 0.02820078656077385, - -0.026499222964048386, - 0.9992453455924988 - ] - ], - [ - 4.066666603088379, - [ - -0.0029705313500016928, - 0.028232410550117493, - -0.026289351284503937, - 0.9992513060569763 - ] - ], - [ - 4.099999904632568, - [ - -0.0025462631601840258, - 0.028254933655261993, - -0.02608063817024231, - 0.9992572069168091 - ] - ], - [ - 4.133333206176758, - [ - -0.002119573066011071, - 0.028267020359635353, - -0.02587648294866085, - 0.9992631673812866 - ] - ], - [ - 4.199999809265137, - [ - -0.0013048761757090688, - 0.028254367411136627, - -0.02549540437757969, - 0.999274730682373 - ] - ], - [ - 4.266666889190674, - [ - -0.0006183877121657133, - 0.02818312868475914, - -0.025172999128699303, - 0.9992855787277222 - ] - ], - [ - 4.333333492279053, - [ - -0.00015213689766824245, - 0.028041329234838486, - -0.02493591420352459, - 0.999295711517334 - ] - ], - [ - 4.433333396911621, - [ - -8.075963705778122e-05, - 0.02766500785946846, - -0.024802004918456078, - 0.9993095397949219 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002994318201672286, - 0.02748136594891548, - -0.024838296696543694, - 0.9993136525154114 - ] - ], - [ - 4.5, - [ - -0.0006741720717400312, - 0.027261829003691673, - -0.024926213547587395, - 0.9993172883987427 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012318480294197798, - 0.026999300345778465, - -0.025077762082219124, - 0.9993200898170471 - ] - ], - [ - 4.566666603088379, - [ - -0.00199197162874043, - 0.026694994419813156, - -0.02529294416308403, - 0.999321699142456 - ] - ], - [ - 4.599999904632568, - [ - -0.002967976266518235, - 0.026357833296060562, - -0.025560494512319565, - 0.9993213415145874 - ] - ], - [ - 4.633333206176758, - [ - -0.004156157840043306, - 0.025994038209319115, - -0.025871893391013145, - 0.9993185997009277 - ] - ], - [ - 4.666666507720947, - [ - -0.005550603847950697, - 0.025609543547034264, - -0.026219410821795464, - 0.999312698841095 - ] - ], - [ - 4.699999809265137, - [ - -0.007142327725887299, - 0.025209901854395866, - -0.026596255600452423, - 0.9993028044700623 - ] - ], - [ - 4.733333110809326, - [ - -0.008909935131669044, - 0.02479802630841732, - -0.026998620480298996, - 0.9992881417274475 - ] - ], - [ - 4.766666889190674, - [ - -0.010832050815224648, - 0.024376826360821724, - -0.02742278203368187, - 0.9992679357528687 - ] - ], - [ - 4.800000190734863, - [ - -0.012887151911854744, - 0.023949362337589264, - -0.02786490134894848, - 0.9992416501045227 - ] - ], - [ - 4.833333492279053, - [ - -0.015053807757794857, - 0.02351863496005535, - -0.028321215882897377, - 0.9992087483406067 - ] - ], - [ - 4.866666793823242, - [ - -0.017310498282313347, - 0.023087600246071815, - -0.028787873685359955, - 0.9991689324378967 - ] - ], - [ - 4.900000095367432, - [ - -0.01965046301484108, - 0.022658273577690125, - -0.029263701289892197, - 0.9991216659545898 - ] - ], - [ - 4.933333396911621, - [ - -0.022067857906222343, - 0.02223251573741436, - -0.02974783442914486, - 0.9990664720535278 - ] - ], - [ - 4.9666666984558105, - [ - -0.024542439728975296, - 0.02181321755051613, - -0.030236538499593735, - 0.9990032911300659 - ] - ], - [ - 5.0, - [ - -0.0270539578050375, - 0.021403182297945023, - -0.03072606958448887, - 0.9989324808120728 - ] - ], - [ - 5.0333333015441895, - [ - -0.029582101851701736, - 0.021005062386393547, - -0.03121253475546837, - 0.9988541007041931 - ] - ], - [ - 5.066666603088379, - [ - -0.03210653364658356, - 0.020621415227651596, - -0.031692009419202805, - 0.9987691044807434 - ] - ], - [ - 5.099999904632568, - [ - -0.03460690379142761, - 0.02025468833744526, - -0.03216036781668663, - 0.9986781477928162 - ] - ], - [ - 5.133333206176758, - [ - -0.03706284612417221, - 0.019907159730792046, - -0.03261341527104378, - 0.9985821843147278 - ] - ], - [ - 5.166666507720947, - [ - -0.03945391625165939, - 0.019580893218517303, - -0.0330469012260437, - 0.998482882976532 - ] - ], - [ - 5.199999809265137, - [ - -0.041759707033634186, - 0.019277818500995636, - -0.03345638886094093, - 0.9983813762664795 - ] - ], - [ - 5.233333110809326, - [ - -0.04395977035164833, - 0.018999695777893066, - -0.03383735194802284, - 0.998279333114624 - ] - ], - [ - 5.266666889190674, - [ - -0.046033695340156555, - 0.018748043105006218, - -0.03418521210551262, - 0.9981787204742432 - ] - ], - [ - 5.300000190734863, - [ - -0.047960951924324036, - 0.018524233251810074, - -0.034495193511247635, - 0.9980815052986145 - ] - ], - [ - 5.333333492279053, - [ - -0.049721091985702515, - 0.018329409882426262, - -0.03476253151893616, - 0.9979897141456604 - ] - ], - [ - 5.366666793823242, - [ - -0.051293667405843735, - 0.01816456951200962, - -0.034982260316610336, - 0.997905433177948 - ] - ], - [ - 5.400000095367432, - [ - -0.052658189088106155, - 0.018030444160103798, - -0.03514945134520531, - 0.9978309273719788 - ] - ], - [ - 5.433333396911621, - [ - -0.053778499364852905, - 0.017933789640665054, - -0.03525586426258087, - 0.9977691769599915 - ] - ], - [ - 5.4666666984558105, - [ - -0.054625190794467926, - 0.017878491431474686, - -0.035294704139232635, - 0.997722864151001 - ] - ], - [ - 5.5, - [ - -0.05516854673624039, - 0.017871644347906113, - -0.03525765240192413, - 0.9976943135261536 - ] - ], - [ - 5.5333333015441895, - [ - -0.05536891892552376, - 0.017912419512867928, - -0.03510849550366402, - 0.9976877570152283 - ] - ], - [ - 5.566666603088379, - [ - -0.055196795612573624, - 0.017979709431529045, - -0.03482646867632866, - 0.9977060556411743 - ] - ], - [ - 5.599999904632568, - [ - -0.054631564766168594, - 0.01805223524570465, - -0.03442820906639099, - 0.9977495670318604 - ] - ], - [ - 5.633333206176758, - [ - -0.05368165671825409, - 0.018118910491466522, - -0.03392893075942993, - 0.9978170394897461 - ] - ], - [ - 5.666666507720947, - [ - -0.05235996097326279, - 0.01817123405635357, - -0.033343445509672165, - 0.9979060292243958 - ] - ], - [ - 5.699999809265137, - [ - -0.05068550258874893, - 0.01820378378033638, - -0.032685644924640656, - 0.9980136752128601 - ] - ], - [ - 5.733333110809326, - [ - -0.04869816452264786, - 0.018218258395791054, - -0.031966060400009155, - 0.9981357455253601 - ] - ], - [ - 5.766666889190674, - [ - -0.046437811106443405, - 0.018216758966445923, - -0.031195281073451042, - 0.9982677698135376 - ] - ], - [ - 5.800000190734863, - [ - -0.043944500386714935, - 0.01820162497460842, - -0.03038395568728447, - 0.998405933380127 - ] - ], - [ - 5.833333492279053, - [ - -0.041258305311203, - 0.01817527785897255, - -0.029542747884988785, - 0.9985463619232178 - ] - ], - [ - 5.866666793823242, - [ - -0.038419488817453384, - 0.01814010553061962, - -0.028682217001914978, - 0.9986852407455444 - ] - ], - [ - 5.900000095367432, - [ - -0.03546840324997902, - 0.018098246306180954, - -0.02781311795115471, - 0.9988197684288025 - ] - ], - [ - 5.933333396911621, - [ - -0.03244553133845329, - 0.018051568418741226, - -0.026946067810058594, - 0.9989471435546875 - ] - ], - [ - 5.9666666984558105, - [ - -0.029391521587967873, - 0.018001530319452286, - -0.02609170228242874, - 0.9990652203559875 - ] - ], - [ - 6.0, - [ - -0.0263470858335495, - 0.01794903539121151, - -0.025260744616389275, - 0.9991724491119385 - ] - ], - [ - 6.0333333015441895, - [ - -0.02335304766893387, - 0.017894521355628967, - -0.024463720619678497, - 0.9992676973342896 - ] - ], - [ - 6.066666603088379, - [ - -0.02045033685863018, - 0.01783774606883526, - -0.02371121570467949, - 0.9993504881858826 - ] - ], - [ - 6.099999904632568, - [ - -0.017679937183856964, - 0.017777858301997185, - -0.02301369607448578, - 0.999420702457428 - ] - ], - [ - 6.133333206176758, - [ - -0.015082867816090584, - 0.017713338136672974, - -0.02238152176141739, - 0.9994787573814392 - ] - ], - [ - 6.166666507720947, - [ - -0.012700187042355537, - 0.01764199510216713, - -0.021824980154633522, - 0.9995255470275879 - ] - ], - [ - 6.199999809265137, - [ - -0.010572941042482853, - 0.01756098121404648, - -0.021354228258132935, - 0.9995619058609009 - ] - ], - [ - 6.233333110809326, - [ - -0.008742191828787327, - 0.017466850578784943, - -0.02097924053668976, - 0.9995890855789185 - ] - ], - [ - 6.266666889190674, - [ - -0.007248900830745697, - 0.017355507239699364, - -0.02070995606482029, - 0.99960857629776 - ] - ], - [ - 6.300000190734863, - [ - -0.006131012924015522, - 0.017223063856363297, - -0.0205555260181427, - 0.999621570110321 - ] - ], - [ - 6.333333492279053, - [ - -0.0054152244701981544, - 0.017067670822143555, - -0.02052292786538601, - 0.9996291399002075 - ] - ], - [ - 6.366666793823242, - [ - -0.005131384823471308, - 0.01688384637236595, - -0.020618341863155365, - 0.9996317028999329 - ] - ], - [ - 6.400000095367432, - [ - -0.005296250805258751, - 0.016748515889048576, - -0.02089274488389492, - 0.999627411365509 - ] - ], - [ - 6.433333396911621, - [ - -0.005903844255954027, - 0.016744667664170265, - -0.02137862704694271, - 0.9996137619018555 - ] - ], - [ - 6.4666666984558105, - [ - -0.006931487936526537, - 0.016872357577085495, - -0.02204863913357258, - 0.9995905756950378 - ] - ], - [ - 6.5, - [ - -0.008336770348250866, - 0.017120830714702606, - -0.022871825844049454, - 0.9995570182800293 - ] - ], - [ - 6.5333333015441895, - [ - -0.010070250369608402, - 0.017479149624705315, - -0.02381674200296402, - 0.999512791633606 - ] - ], - [ - 6.566666603088379, - [ - -0.012071564793586731, - 0.01793569140136242, - -0.02485274337232113, - 0.9994572997093201 - ] - ], - [ - 6.599999904632568, - [ - -0.014273831620812416, - 0.018478447571396828, - -0.025949787348508835, - 0.9993905425071716 - ] - ], - [ - 6.633333206176758, - [ - -0.01661069318652153, - 0.019095318391919136, - -0.027077598497271538, - 0.9993128776550293 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658424433_682935.json b/lenses/physics-objects/Scene/assets/1646688658424433_682935.json deleted file mode 100644 index 5c9848f8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658424433_682935.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658424433:682935", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658425684_682948.json b/lenses/physics-objects/Scene/assets/1646688658425684_682948.json deleted file mode 100644 index e3ac64e0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658425684_682948.json +++ /dev/null @@ -1,586 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658425684:682948", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.586286544799805, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.511849403381348, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.53223705291748, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.550731658935547, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.575698852539063, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.56080436706543, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.521554946899414, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.507804870605469, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.540088653564453, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.592049598693848, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.628941535949707, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.607305526733398, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.588858604431152, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.528346061706543, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.52590274810791, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.590409278869629, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.614852905273438, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.627761840820313, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.606452941894531, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.559947967529297, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.522756576538086, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.519936561584473, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.540730476379395, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56845760345459, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.600556373596191, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.62232780456543, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.62673568725586, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.663680076599121, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.647927284240723, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.539560317993164, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.514644622802734, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.5225830078125, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.552889823913574, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.588414192199707, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.607246398925781, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.645431518554688, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.679816246032715, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.655259132385254, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.579928398132324, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.533205032348633, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.535496711730957, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.55568790435791, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.58426284790039, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.620474815368652, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.650500297546387, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.655533790588379, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.62113094329834, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.561349868774414, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.526495933532715, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.520615577697754, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.549274444580078, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.629871368408203, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.670262336730957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.633353233337402, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.580317497253418, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.555824279785156, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.555459976196289, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.586343765258789, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.627274513244629, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.663873672485352, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.694721221923828, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.71712589263916, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.7100191116333, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.670751571655273, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.534368515014648, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.508350372314453, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.520478248596191, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.545428276062012, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.579495429992676, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.607845306396484, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658425944_682955.json b/lenses/physics-objects/Scene/assets/1646688658425944_682955.json deleted file mode 100644 index 5c94bf2a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658425944_682955.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658425944:682955", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ], - [ - 0.03333333507180214, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ], - [ - 0.06666667014360428, - [ - -0.04022965207695961, - 0.037780050188302994, - 0.012808019295334816, - 0.9983938336372375 - ] - ], - [ - 0.10000000149011612, - [ - -0.03783950209617615, - 0.031578123569488525, - 0.011605700477957726, - 0.9987173080444336 - ] - ], - [ - 0.13333334028720856, - [ - -0.033290158957242966, - 0.03046623431146145, - 0.05096108838915825, - 0.9976806044578552 - ] - ], - [ - 0.1666666716337204, - [ - -0.027337610721588135, - 0.03278857097029686, - 0.050253015011548996, - 0.9978238344192505 - ] - ], - [ - 0.20000000298023224, - [ - -0.022061550989747047, - 0.03519520163536072, - 0.027978958562016487, - 0.9987450838088989 - ] - ], - [ - 0.23333333432674408, - [ - -0.0188459362834692, - 0.0383150540292263, - -0.010551763698458672, - 0.9990322589874268 - ] - ], - [ - 0.2666666805744171, - [ - -0.016627687960863113, - 0.04391121491789818, - -0.05530039593577385, - 0.9973652362823486 - ] - ], - [ - 0.30000001192092896, - [ - -0.07927332073450089, - 0.03902655467391014, - 0.04331505298614502, - 0.9951465725898743 - ] - ], - [ - 0.3333333432674408, - [ - -0.16290698945522308, - 0.018644945695996284, - 0.14082126319408417, - 0.9763621687889099 - ] - ], - [ - 0.36666667461395264, - [ - -0.20890389382839203, - 0.012963192537426949, - 0.13236701488494873, - 0.9688498973846436 - ] - ], - [ - 0.4000000059604645, - [ - -0.25136715173721313, - 0.011780010536313057, - 0.11137113720178604, - 0.9613907933235168 - ] - ], - [ - 0.4333333373069763, - [ - -0.2823568880558014, - 0.014484881423413754, - 0.08632449805736542, - 0.9553078413009644 - ] - ], - [ - 0.46666666865348816, - [ - -0.2941238284111023, - 0.018277060240507126, - 0.06528399884700775, - 0.9533600211143494 - ] - ], - [ - 0.5, - [ - 0.0025377548299729824, - 0.03177857771515846, - 0.05140353739261627, - 0.9981690049171448 - ] - ], - [ - 0.5333333611488342, - [ - 0.0137231620028615, - 0.03591618686914444, - 0.0804072916507721, - 0.9960202574729919 - ] - ], - [ - 0.5666666626930237, - [ - 0.025661684572696686, - 0.04607798904180527, - 0.07154184579849243, - 0.9960421919822693 - ] - ], - [ - 0.6000000238418579, - [ - 0.035251546651124954, - 0.04954780638217926, - 0.04189683869481087, - 0.997269868850708 - ] - ], - [ - 0.6333333253860474, - [ - 0.03812742605805397, - 0.04230475053191185, - -7.396090222755447e-05, - 0.9983770847320557 - ] - ], - [ - 0.6666666865348816, - [ - 0.033747509121894836, - 0.033370401710271835, - -0.04945877566933632, - 0.9976480007171631 - ] - ], - [ - 0.699999988079071, - [ - 0.02468663826584816, - 0.03218187391757965, - -0.09750404953956604, - 0.9944083094596863 - ] - ], - [ - 0.7333333492279053, - [ - 0.012629278004169464, - 0.03989101201295853, - -0.1315893530845642, - 0.990420937538147 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003297251823823899, - 0.04980413615703583, - -0.14350725710391998, - 0.9883953332901001 - ] - ], - [ - 0.800000011920929, - [ - -0.009750792756676674, - 0.05415964499115944, - -0.1323738396167755, - 0.9896711707115173 - ] - ], - [ - 0.8333333134651184, - [ - -0.015922926366329193, - 0.05165847763419151, - -0.10438374429941177, - 0.9930670261383057 - ] - ], - [ - 0.8666666746139526, - [ - -0.01749907061457634, - 0.04566431790590286, - -0.06395143270492554, - 0.9967541098594666 - ] - ], - [ - 0.8999999761581421, - [ - -0.014053372666239738, - 0.04020240530371666, - -0.015469910576939583, - 0.9989729523658752 - ] - ], - [ - 0.9333333373069763, - [ - -0.0055413381196558475, - 0.038558151572942734, - 0.03224780410528183, - 0.9987205266952515 - ] - ], - [ - 0.9666666388511658, - [ - 0.006872269324958324, - 0.040906134992837906, - 0.06796857714653015, - 0.9968249201774597 - ] - ], - [ - 1.0, - [ - 0.020606935024261475, - 0.04451717808842659, - 0.08271682262420654, - 0.9953650236129761 - ] - ], - [ - 1.0333333015441895, - [ - 0.03245556727051735, - 0.045694030821323395, - 0.06934035569429398, - 0.9960173964500427 - ] - ], - [ - 1.0666667222976685, - [ - 0.039770323783159256, - 0.04357045143842697, - 0.031445421278476715, - 0.9977630376815796 - ] - ], - [ - 1.100000023841858, - [ - 0.04099009558558464, - 0.04086320102214813, - -0.021465424448251724, - 0.9980928301811218 - ] - ], - [ - 1.1333333253860474, - [ - 0.03417243808507919, - 0.04013022407889366, - -0.07758016884326935, - 0.995591938495636 - ] - ], - [ - 1.1666666269302368, - [ - 0.02268051914870739, - 0.04295012354850769, - -0.12160374224185944, - 0.9913896322250366 - ] - ], - [ - 1.2000000476837158, - [ - 0.010073523037135601, - 0.048614438623189926, - -0.13993027806282043, - 0.9889159202575684 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019024302018806338, - 0.05165921151638031, - -0.12816433608531952, - 0.9904047846794128 - ] - ], - [ - 1.2666666507720947, - [ - -0.010898986831307411, - 0.04961349442601204, - -0.09596199542284012, - 0.9940880537033081 - ] - ], - [ - 1.2999999523162842, - [ - -0.014727325178682804, - 0.04403771460056305, - -0.04866333305835724, - 0.9977353811264038 - ] - ], - [ - 1.3333333730697632, - [ - -0.01264277845621109, - 0.04000768065452576, - 0.007712631486356258, - 0.9990895986557007 - ] - ], - [ - 1.3666666746139526, - [ - -0.006186942104250193, - 0.04466114193201065, - 0.055176056921482086, - 0.9974582195281982 - ] - ], - [ - 1.399999976158142, - [ - 0.0018394719809293747, - 0.05652622878551483, - 0.07367648184299469, - 0.9956772327423096 - ] - ], - [ - 1.4333332777023315, - [ - 0.007314214948564768, - 0.06250523030757904, - 0.05898921936750412, - 0.9962731003761292 - ] - ], - [ - 1.4666666984558105, - [ - 0.00816586334258318, - 0.05543007329106331, - 0.024458549916744232, - 0.9981295466423035 - ] - ], - [ - 1.5, - [ - 0.004498160909861326, - 0.038066886365413666, - -0.01981029100716114, - 0.9990686774253845 - ] - ], - [ - 1.5333333015441895, - [ - -0.004271220415830612, - 0.018821420148015022, - -0.06790660321712494, - 0.9975050091743469 - ] - ], - [ - 1.5666667222976685, - [ - -0.016748037189245224, - 0.007186092436313629, - -0.11327016353607178, - 0.9933971762657166 - ] - ], - [ - 1.600000023841858, - [ - -0.03166510537266731, - 0.007073130924254656, - -0.14671023190021515, - 0.9886472821235657 - ] - ], - [ - 1.6333333253860474, - [ - -0.04644022881984711, - 0.014687634073197842, - -0.16014371812343597, - 0.9858912825584412 - ] - ], - [ - 1.6666666269302368, - [ - -0.059209998697042465, - 0.023612378165125847, - -0.14866293966770172, - 0.9868313670158386 - ] - ], - [ - 1.7000000476837158, - [ - -0.06890706717967987, - 0.028114553540945053, - -0.1182725578546524, - 0.990188479423523 - ] - ], - [ - 1.7333333492279053, - [ - -0.07427904009819031, - 0.02995188534259796, - -0.07356501370668411, - 0.9940692782402039 - ] - ], - [ - 1.7666666507720947, - [ - -0.07444582879543304, - 0.032569270581007004, - -0.01834813319146633, - 0.9965241551399231 - ] - ], - [ - 1.7999999523162842, - [ - -0.06929720193147659, - 0.0360863022506237, - 0.031591761857271194, - 0.9964424967765808 - ] - ], - [ - 1.8333333730697632, - [ - -0.06081065163016319, - 0.040136005729436874, - 0.056867338716983795, - 0.9957194924354553 - ] - ], - [ - 1.8666666746139526, - [ - -0.05278174206614494, - 0.041184742003679276, - 0.04628770798444748, - 0.9966821670532227 - ] - ], - [ - 1.899999976158142, - [ - -0.047029510140419006, - 0.038340725004673004, - 0.00793095026165247, - 0.9981259107589722 - ] - ], - [ - 1.9333332777023315, - [ - -0.04432572051882744, - 0.03527912497520447, - -0.04458964988589287, - 0.997397780418396 - ] - ], - [ - 1.9666666984558105, - [ - -0.047905243933200836, - 0.03557271510362625, - -0.09795878082513809, - 0.9934000968933105 - ] - ], - [ - 2.0, - [ - -0.0586109384894371, - 0.036988504230976105, - -0.13878995180130005, - 0.9878937005996704 - ] - ], - [ - 2.0333333015441895, - [ - -0.07253905385732651, - 0.03454083204269409, - -0.15636016428470612, - 0.9844269752502441 - ] - ], - [ - 2.066666603088379, - [ - -0.08575765043497086, - 0.029544157907366753, - -0.14270584285259247, - 0.9856002330780029 - ] - ], - [ - 2.0999999046325684, - [ - -0.09471745043992996, - 0.025199776515364647, - -0.10525308549404144, - 0.9896037578582764 - ] - ], - [ - 2.133333444595337, - [ - -0.09608254581689835, - 0.025441745296120644, - -0.05023398622870445, - 0.9937793612480164 - ] - ], - [ - 2.1666667461395264, - [ - -0.0893249362707138, - 0.027393586933612823, - 0.01243642345070839, - 0.9955480694770813 - ] - ], - [ - 2.200000047683716, - [ - -0.0761909931898117, - 0.027348773553967476, - 0.05125857889652252, - 0.9953992962837219 - ] - ], - [ - 2.2333333492279053, - [ - -0.06194302812218666, - 0.0298107098788023, - 0.041384272277355194, - 0.9967756867408752 - ] - ], - [ - 2.2666666507720947, - [ - -0.051290906965732574, - 0.037396129220724106, - -0.006055242381989956, - 0.9979650974273682 - ] - ], - [ - 2.299999952316284, - [ - -0.04510418325662613, - 0.04897304251790047, - -0.067339688539505, - 0.995506227016449 - ] - ], - [ - 2.3333332538604736, - [ - -0.04451705515384674, - 0.05983981117606163, - -0.11915690451860428, - 0.9900703430175781 - ] - ], - [ - 2.366666555404663, - [ - -0.048391666263341904, - 0.06468173116445541, - -0.14201407134532928, - 0.9865630865097046 - ] - ], - [ - 2.4000000953674316, - [ - -0.05467628687620163, - 0.061630092561244965, - -0.12728892266750336, - 0.988438069820404 - ] - ], - [ - 2.433333396911621, - [ - -0.05946359783411026, - 0.05062997341156006, - -0.08822628855705261, - 0.9930342435836792 - ] - ], - [ - 2.4666666984558105, - [ - -0.05812322720885277, - 0.034480635076761246, - -0.03610976040363312, - 0.9970601201057434 - ] - ], - [ - 2.5, - [ - -0.04972124472260475, - 0.017422553151845932, - 0.017696598544716835, - 0.9984544515609741 - ] - ], - [ - 2.5333333015441895, - [ - -0.035792287439107895, - 0.005595199763774872, - 0.0542423278093338, - 0.9978704452514648 - ] - ], - [ - 2.566666603088379, - [ - -0.017839467152953148, - 0.013099675998091698, - 0.042311761528253555, - 0.9988592863082886 - ] - ], - [ - 2.5999999046325684, - [ - 0.0001031074280035682, - 0.03476718068122864, - -0.014538797549903393, - 0.9992896914482117 - ] - ], - [ - 2.633333444595337, - [ - 0.008340730331838131, - 0.05542650818824768, - -0.08272825181484222, - 0.9949947595596313 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033805801067501307, - 0.07024812698364258, - -0.11881150305271149, - 0.9904229640960693 - ] - ], - [ - 2.700000047683716, - [ - -0.005043121054768562, - 0.0668460950255394, - -0.10093437135219574, - 0.9926320910453796 - ] - ], - [ - 2.7333333492279053, - [ - -0.011117194779217243, - 0.0452798455953598, - -0.054289691150188446, - 0.9974361062049866 - ] - ], - [ - 2.7666666507720947, - [ - -0.013166115619242191, - 0.019631637260317802, - 0.002454211702570319, - 0.9997175931930542 - ] - ], - [ - 2.799999952316284, - [ - -0.01372759509831667, - 0.007097748573869467, - 0.03753647580742836, - 0.9991758465766907 - ] - ], - [ - 2.8333332538604736, - [ - -0.014644277282059193, - 0.010355056263506413, - 0.03836674988269806, - 0.999102771282196 - ] - ], - [ - 2.866666555404663, - [ - -0.016408974304795265, - 0.019407043233513832, - 0.01837703213095665, - 0.9995080828666687 - ] - ], - [ - 2.9000000953674316, - [ - -0.019307829439640045, - 0.03200431540608406, - -0.018412062898278236, - 0.9991315603256226 - ] - ], - [ - 2.933333396911621, - [ - -0.022108687087893486, - 0.04591101408004761, - -0.061198294162750244, - 0.9968240261077881 - ] - ], - [ - 2.9666666984558105, - [ - -0.024658307433128357, - 0.05936836823821068, - -0.10048609972000122, - 0.9928594827651978 - ] - ], - [ - 3.0, - [ - -0.027212651446461678, - 0.0695006400346756, - -0.12887796759605408, - 0.9888476133346558 - ] - ], - [ - 3.0333333015441895, - [ - -0.029194990172982216, - 0.0732811912894249, - -0.14176197350025177, - 0.9867528080940247 - ] - ], - [ - 3.066666603088379, - [ - -0.03108144924044609, - 0.06806435436010361, - -0.12887707352638245, - 0.9888336062431335 - ] - ], - [ - 3.0999999046325684, - [ - -0.03203486278653145, - 0.0546848438680172, - -0.08912889659404755, - 0.9940016865730286 - ] - ], - [ - 3.133333444595337, - [ - -0.030671527609229088, - 0.0380837507545948, - -0.03155658394098282, - 0.9983052015304565 - ] - ], - [ - 3.1666667461395264, - [ - -0.02689969167113304, - 0.024104708805680275, - 0.027642743661999702, - 0.9989650845527649 - ] - ], - [ - 3.200000047683716, - [ - -0.021191783249378204, - 0.021061697974801064, - 0.06156874820590019, - 0.9976555705070496 - ] - ], - [ - 3.2333333492279053, - [ - -0.014528979547321796, - 0.028552621603012085, - 0.05720222741365433, - 0.9978484511375427 - ] - ], - [ - 3.2666666507720947, - [ - -0.009038364514708519, - 0.03498617932200432, - 0.027962731197476387, - 0.9989557266235352 - ] - ], - [ - 3.299999952316284, - [ - -0.008427537977695465, - 0.035884760320186615, - -0.0161215178668499, - 0.9991904497146606 - ] - ], - [ - 3.3333332538604736, - [ - -0.01631113700568676, - 0.034874510020017624, - -0.07444506883621216, - 0.9964816570281982 - ] - ], - [ - 3.366666555404663, - [ - -0.04114561527967453, - 0.043995752930641174, - 0.013972693122923374, - 0.9980862736701965 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658426199_682962.json b/lenses/physics-objects/Scene/assets/1646688658426199_682962.json deleted file mode 100644 index ed5f1a54..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658426199_682962.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658426199:682962", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658427524_682975.json b/lenses/physics-objects/Scene/assets/1646688658427524_682975.json deleted file mode 100644 index d13bf983..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658427524_682975.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658427524:682975", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.588170051574707, - 0.0, - 1.4210854715202004e-14 - ] - ], - [ - 1.0, - [ - 9.588170051574707, - 0.0, - 1.4210854715202004e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658427792_682982.json b/lenses/physics-objects/Scene/assets/1646688658427792_682982.json deleted file mode 100644 index 396f4fff..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658427792_682982.json +++ /dev/null @@ -1,1675 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658427792:682982", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01895235665142536, - 0.07860547304153442, - -0.041652608662843704, - 0.9958550333976746 - ] - ], - [ - 0.03333333507180214, - [ - -0.01895235665142536, - 0.07860547304153442, - -0.041652608662843704, - 0.9958550333976746 - ] - ], - [ - 0.06666667014360428, - [ - -0.021328827366232872, - 0.07948119193315506, - -0.04273233562707901, - 0.99569171667099 - ] - ], - [ - 0.10000000149011612, - [ - -0.023731326684355736, - 0.08043752610683441, - -0.043757401406764984, - 0.9955160021781921 - ] - ], - [ - 0.13333334028720856, - [ - -0.026096681132912636, - 0.08145380020141602, - -0.04470008611679077, - 0.9953321814537048 - ] - ], - [ - 0.1666666716337204, - [ - -0.02836265042424202, - 0.0825086236000061, - -0.045532647520303726, - 0.9951455593109131 - ] - ], - [ - 0.20000000298023224, - [ - -0.03046765923500061, - 0.08357962220907211, - -0.046227481216192245, - 0.9949619174003601 - ] - ], - [ - 0.23333333432674408, - [ - -0.03235079348087311, - 0.08464327454566956, - -0.04675719141960144, - 0.9947877526283264 - ] - ], - [ - 0.2666666805744171, - [ - -0.033951535820961, - 0.08567466586828232, - -0.047094859182834625, - 0.9946302175521851 - ] - ], - [ - 0.30000001192092896, - [ - -0.03524070233106613, - 0.08663411438465118, - -0.04723852872848511, - 0.9944954514503479 - ] - ], - [ - 0.3333333432674408, - [ - -0.03619629144668579, - 0.08747727423906326, - -0.04719381034374237, - 0.9943894147872925 - ] - ], - [ - 0.36666667461395264, - [ - -0.03681068494915962, - 0.08815107494592667, - -0.0469791553914547, - 0.9943175315856934 - ] - ], - [ - 0.4000000059604645, - [ - -0.03712017461657524, - 0.08855719119310379, - -0.04663434997200966, - 0.9942861795425415 - ] - ], - [ - 0.4333333373069763, - [ - -0.037169113755226135, - 0.0887751579284668, - -0.046275727450847626, - 0.9942816495895386 - ] - ], - [ - 0.46666666865348816, - [ - -0.037017785012722015, - 0.08895236253738403, - -0.045971501618623734, - 0.9942855834960938 - ] - ], - [ - 0.5, - [ - -0.03670062497258186, - 0.08908423781394958, - -0.04568549990653992, - 0.9942986965179443 - ] - ], - [ - 0.5333333611488342, - [ - -0.03625301271677017, - 0.08918868750333786, - -0.04540357366204262, - 0.9943186640739441 - ] - ], - [ - 0.5666666626930237, - [ - -0.035717859864234924, - 0.08928841352462769, - -0.045105595141649246, - 0.9943427443504333 - ] - ], - [ - 0.6000000238418579, - [ - -0.035106223076581955, - 0.08938214927911758, - -0.04479515552520752, - 0.9943700432777405 - ] - ], - [ - 0.6333333253860474, - [ - -0.03442918881773949, - 0.08946868777275085, - -0.044475916773080826, - 0.9944002628326416 - ] - ], - [ - 0.6666666865348816, - [ - -0.03369778394699097, - 0.08954686671495438, - -0.04415149986743927, - 0.9944327473640442 - ] - ], - [ - 0.699999988079071, - [ - -0.03292310982942581, - 0.08961556851863861, - -0.04382551461458206, - 0.9944669008255005 - ] - ], - [ - 0.7333333492279053, - [ - -0.032116200774908066, - 0.08967365324497223, - -0.0435015931725502, - 0.9945023059844971 - ] - ], - [ - 0.7666666507720947, - [ - -0.03128813952207565, - 0.08972003310918808, - -0.04318338632583618, - 0.9945384860038757 - ] - ], - [ - 0.800000011920929, - [ - -0.030449988320469856, - 0.08975359052419662, - -0.04287447780370712, - 0.9945747256278992 - ] - ], - [ - 0.8333333134651184, - [ - -0.029612844809889793, - 0.0897732526063919, - -0.04257849603891373, - 0.9946109652519226 - ] - ], - [ - 0.8666666746139526, - [ - -0.028787784278392792, - 0.08977791666984558, - -0.04229898378252983, - 0.9946466684341431 - ] - ], - [ - 0.8999999761581421, - [ - -0.02798587456345558, - 0.0897664725780487, - -0.04203951358795166, - 0.9946815967559814 - ] - ], - [ - 0.9333333373069763, - [ - -0.02721823938190937, - 0.08973776549100876, - -0.04180367663502693, - 0.9947153925895691 - ] - ], - [ - 0.9666666388511658, - [ - -0.02649596706032753, - 0.08969062566757202, - -0.04159494489431381, - 0.9947479367256165 - ] - ], - [ - 1.0, - [ - -0.02583014965057373, - 0.08962386101484299, - -0.041416849941015244, - 0.9947788715362549 - ] - ], - [ - 1.0333333015441895, - [ - -0.025231918320059776, - 0.08953623473644257, - -0.041272860020399094, - 0.9948081970214844 - ] - ], - [ - 1.0666667222976685, - [ - -0.024712374433875084, - 0.0894264504313469, - -0.04116637632250786, - 0.9948354363441467 - ] - ], - [ - 1.100000023841858, - [ - -0.02428266406059265, - 0.08929313719272614, - -0.041100822389125824, - 0.9948607087135315 - ] - ], - [ - 1.1333333253860474, - [ - -0.023967457935214043, - 0.08912988007068634, - -0.0410904660820961, - 0.9948834180831909 - ] - ], - [ - 1.2000000476837158, - [ - -0.02365713007748127, - 0.0886944979429245, - -0.04125901684165001, - 0.9949228763580322 - ] - ], - [ - 1.2666666507720947, - [ - -0.0233572106808424, - 0.08808314055204391, - -0.0416492335498333, - 0.9949679374694824 - ] - ], - [ - 1.3333333730697632, - [ - -0.023179680109024048, - 0.08731672912836075, - -0.042208489030599594, - 0.9950160384178162 - ] - ], - [ - 1.3666666746139526, - [ - -0.02316606231033802, - 0.08689922094345093, - -0.04250386729836464, - 0.9950403571128845 - ] - ], - [ - 1.399999976158142, - [ - -0.023210033774375916, - 0.08646903932094574, - -0.04279138892889023, - 0.9950644969940186 - ] - ], - [ - 1.4333332777023315, - [ - -0.02330414392054081, - 0.08602844923734665, - -0.0430685393512249, - 0.995088517665863 - ] - ], - [ - 1.4666666984558105, - [ - -0.023440977558493614, - 0.08557972311973572, - -0.04333282634615898, - 0.9951125979423523 - ] - ], - [ - 1.5, - [ - -0.02361304685473442, - 0.0851251482963562, - -0.04358184337615967, - 0.995136559009552 - ] - ], - [ - 1.5333333015441895, - [ - -0.023812932893633842, - 0.08466712385416031, - -0.04381321370601654, - 0.995160698890686 - ] - ], - [ - 1.5666667222976685, - [ - -0.024033192545175552, - 0.08420801907777786, - -0.044024720788002014, - 0.995185136795044 - ] - ], - [ - 1.600000023841858, - [ - -0.024266302585601807, - 0.08375022560358047, - -0.04421409219503403, - 0.9952096343040466 - ] - ], - [ - 1.6333333253860474, - [ - -0.024504849687218666, - 0.08329615741968155, - -0.04437912255525589, - 0.9952345490455627 - ] - ], - [ - 1.6666666269302368, - [ - -0.024741332978010178, - 0.0828482136130333, - -0.044517725706100464, - 0.9952598810195923 - ] - ], - [ - 1.7000000476837158, - [ - -0.02496827393770218, - 0.08240881562232971, - -0.04462778568267822, - 0.9952857494354248 - ] - ], - [ - 1.7333333492279053, - [ - -0.025178177282214165, - 0.08198034763336182, - -0.044707268476486206, - 0.9953122735023499 - ] - ], - [ - 1.7666666507720947, - [ - -0.02536354400217533, - 0.08156517148017883, - -0.04475411772727966, - 0.995339572429657 - ] - ], - [ - 1.7999999523162842, - [ - -0.02551688440144062, - 0.08116563409566879, - -0.044766370207071304, - 0.9953677654266357 - ] - ], - [ - 1.8666666746139526, - [ - -0.02569735422730446, - 0.0804225504398346, - -0.04467912018299103, - 0.9954273700714111 - ] - ], - [ - 1.899999976158142, - [ - -0.025709455832839012, - 0.08008348196744919, - -0.04457565024495125, - 0.9954590201377869 - ] - ], - [ - 1.9333332777023315, - [ - -0.02565942518413067, - 0.07976885885000229, - -0.04442966356873512, - 0.9954921007156372 - ] - ], - [ - 1.9666666984558105, - [ - -0.025539729744195938, - 0.07948078215122223, - -0.044239144772291183, - 0.9955267310142517 - ] - ], - [ - 2.0, - [ - -0.025342850014567375, - 0.07922118157148361, - -0.04400208964943886, - 0.9955630302429199 - ] - ], - [ - 2.0333333015441895, - [ - -0.02506122551858425, - 0.07899190485477448, - -0.043716397136449814, - 0.9956008791923523 - ] - ], - [ - 2.066666603088379, - [ - -0.024687346071004868, - 0.07879471778869629, - -0.043380007147789, - 0.9956405758857727 - ] - ], - [ - 2.0999999046325684, - [ - -0.024213671684265137, - 0.07863124459981918, - -0.04299074038863182, - 0.9956820011138916 - ] - ], - [ - 2.133333444595337, - [ - -0.02361690066754818, - 0.07850905507802963, - -0.04253523051738739, - 0.9957255125045776 - ] - ], - [ - 2.1666667461395264, - [ - -0.02288052812218666, - 0.07843269407749176, - -0.04200480878353119, - 0.9957713484764099 - ] - ], - [ - 2.200000047683716, - [ - -0.021987812593579292, - 0.07840701937675476, - -0.04139088839292526, - 0.995819091796875 - ] - ], - [ - 2.2333333492279053, - [ - -0.02091190777719021, - 0.07844201475381851, - -0.04068287834525108, - 0.9958686828613281 - ] - ], - [ - 2.2666666507720947, - [ - -0.019635949283838272, - 0.07852669805288315, - -0.03986532986164093, - 0.9959210753440857 - ] - ], - [ - 2.299999952316284, - [ - -0.018151920288801193, - 0.0786314532160759, - -0.03896142914891243, - 0.9959766864776611 - ] - ], - [ - 2.3333332538604736, - [ - -0.01648109219968319, - 0.07873991876840591, - -0.03801475837826729, - 0.996033787727356 - ] - ], - [ - 2.366666555404663, - [ - -0.014649092219769955, - 0.07883915305137634, - -0.03705647960305214, - 0.9960907697677612 - ] - ], - [ - 2.4000000953674316, - [ - -0.012582127004861832, - 0.07892110198736191, - -0.0360933281481266, - 0.9961478114128113 - ] - ], - [ - 2.433333396911621, - [ - -0.010219632647931576, - 0.07898716628551483, - -0.035115502774715424, - 0.9962045550346375 - ] - ], - [ - 2.4666666984558105, - [ - -0.007602822966873646, - 0.079037606716156, - -0.03413256257772446, - 0.9962581396102905 - ] - ], - [ - 2.5, - [ - -0.004772975109517574, - 0.07907304167747498, - -0.033154021948575974, - 0.9963059425354004 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017715194262564182, - 0.07909427583217621, - -0.03218940272927284, - 0.9963458180427551 - ] - ], - [ - 2.566666603088379, - [ - 0.00136002735234797, - 0.07910224795341492, - -0.03124823234975338, - 0.9963757991790771 - ] - ], - [ - 2.5999999046325684, - [ - 0.004580039530992508, - 0.07909790426492691, - -0.03033999167382717, - 0.9963945150375366 - ] - ], - [ - 2.633333444595337, - [ - 0.007846842519938946, - 0.07908215373754501, - -0.029474109411239624, - 0.9964013695716858 - ] - ], - [ - 2.6666667461395264, - [ - 0.01111853588372469, - 0.07905583083629608, - -0.028660016134381294, - 0.9963960647583008 - ] - ], - [ - 2.700000047683716, - [ - 0.01435327623039484, - 0.07901951670646667, - -0.027907101437449455, - 0.996379017829895 - ] - ], - [ - 2.7333333492279053, - [ - 0.017509115859866142, - 0.07897355407476425, - -0.027224726974964142, - 0.9963510632514954 - ] - ], - [ - 2.7666666507720947, - [ - 0.020544063299894333, - 0.0789179801940918, - -0.026622163131833076, - 0.9963138103485107 - ] - ], - [ - 2.799999952316284, - [ - 0.023416107520461082, - 0.07885236293077469, - -0.02610868774354458, - 0.9962692260742188 - ] - ], - [ - 2.8333332538604736, - [ - 0.026083210483193398, - 0.07877588272094727, - -0.025693511590361595, - 0.9962198138237 - ] - ], - [ - 2.866666555404663, - [ - 0.028503330424427986, - 0.0786871612071991, - -0.025385744869709015, - 0.9961684942245483 - ] - ], - [ - 2.9000000953674316, - [ - 0.030634509399533272, - 0.07858426868915558, - -0.025194421410560608, - 0.9961181282997131 - ] - ], - [ - 2.933333396911621, - [ - 0.032385535538196564, - 0.07846212387084961, - -0.025136660784482956, - 0.9960737824440002 - ] - ], - [ - 2.9666666984558105, - [ - 0.03368144854903221, - 0.07831554859876633, - -0.025226585566997528, - 0.9960401058197021 - ] - ], - [ - 3.0, - [ - 0.03450717031955719, - 0.07814221829175949, - -0.025466687977313995, - 0.9960193037986755 - ] - ], - [ - 3.0333333015441895, - [ - 0.03485880419611931, - 0.07794203609228134, - -0.025851529091596603, - 0.9960128664970398 - ] - ], - [ - 3.066666603088379, - [ - 0.03472988307476044, - 0.07771329581737518, - -0.02637721784412861, - 0.9960214495658875 - ] - ], - [ - 3.0999999046325684, - [ - 0.03412569314241409, - 0.07744117081165314, - -0.027017824351787567, - 0.9960463643074036 - ] - ], - [ - 3.133333444595337, - [ - 0.03307283669710159, - 0.07725292444229126, - -0.02780369110405445, - 0.9960748553276062 - ] - ], - [ - 3.1666667461395264, - [ - 0.03161516413092613, - 0.07726070284843445, - -0.028747593984007835, - 0.996094822883606 - ] - ], - [ - 3.200000047683716, - [ - 0.029817581176757813, - 0.07743490487337112, - -0.029796738177537918, - 0.996105968952179 - ] - ], - [ - 3.2333333492279053, - [ - 0.02771991677582264, - 0.07776930183172226, - -0.030914533883333206, - 0.9961064457893372 - ] - ], - [ - 3.2666666507720947, - [ - 0.025353839620947838, - 0.07825299352407455, - -0.03207508474588394, - 0.996094822883606 - ] - ], - [ - 3.299999952316284, - [ - 0.02278083749115467, - 0.07886634767055511, - -0.033253803849220276, - 0.9960700273513794 - ] - ], - [ - 3.3333332538604736, - [ - 0.020061876624822617, - 0.07959027588367462, - -0.034425463527441025, - 0.9960310459136963 - ] - ], - [ - 3.366666555404663, - [ - 0.01725730672478676, - 0.08040593564510345, - -0.03556434437632561, - 0.995978057384491 - ] - ], - [ - 3.4000000953674316, - [ - 0.01442672312259674, - 0.08129432797431946, - -0.036644529551267624, - 0.9959117770195007 - ] - ], - [ - 3.433333396911621, - [ - 0.011629054322838783, - 0.08223593980073929, - -0.03763982281088829, - 0.9958340525627136 - ] - ], - [ - 3.4666666984558105, - [ - 0.008922356180846691, - 0.08321056514978409, - -0.038524080067873, - 0.9957472085952759 - ] - ], - [ - 3.5, - [ - 0.006364029832184315, - 0.08419693261384964, - -0.039271291345357895, - 0.9956546425819397 - ] - ], - [ - 3.5333333015441895, - [ - 0.004010896198451519, - 0.08517258614301682, - -0.039855774492025375, - 0.9955607056617737 - ] - ], - [ - 3.566666603088379, - [ - 0.0019193801563233137, - 0.0861135944724083, - -0.04025214537978172, - 0.9954701066017151 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010017410386353731, - 0.0869823545217514, - -0.040462758392095566, - 0.9953877925872803 - ] - ], - [ - 3.633333444595337, - [ - -0.001428400631994009, - 0.08773761242628098, - -0.040495023131370544, - 0.9953192472457886 - ] - ], - [ - 3.6666667461395264, - [ - -0.002640536054968834, - 0.08833108842372894, - -0.04036501422524452, - 0.9952694773674011 - ] - ], - [ - 3.700000047683716, - [ - -0.003555749775841832, - 0.08867504447698593, - -0.04010774940252304, - 0.9952465295791626 - ] - ], - [ - 3.7333333492279053, - [ - -0.004203482996672392, - 0.0888485312461853, - -0.03983856365084648, - 0.9952392578125 - ] - ], - [ - 3.7666666507720947, - [ - -0.004629234783351421, - 0.0889892652630806, - -0.0396265871822834, - 0.9952332377433777 - ] - ], - [ - 3.799999952316284, - [ - -0.004851285368204117, - 0.08909061551094055, - -0.03943262994289398, - 0.9952308535575867 - ] - ], - [ - 3.866666555404663, - [ - -0.004803121089935303, - 0.08924856036901474, - -0.03902039676904678, - 0.9952331781387329 - ] - ], - [ - 3.933333396911621, - [ - -0.004396125674247742, - 0.08939316123723984, - -0.03855236992239952, - 0.9952403903007507 - ] - ], - [ - 4.0, - [ - -0.0037508325185626745, - 0.08951231092214584, - -0.03806189075112343, - 0.9952511191368103 - ] - ], - [ - 4.0333333015441895, - [ - -0.003367399098351598, - 0.08955905586481094, - -0.037817128002643585, - 0.9952576160430908 - ] - ], - [ - 4.066666603088379, - [ - -0.0029586805030703545, - 0.08959557861089706, - -0.03757747635245323, - 0.9952647089958191 - ] - ], - [ - 4.133333206176758, - [ - -0.002111125737428665, - 0.08963292092084885, - -0.037127695977687836, - 0.995280385017395 - ] - ], - [ - 4.199999809265137, - [ - -0.001299682422541082, - 0.08961430191993713, - -0.03674107789993286, - 0.9952977895736694 - ] - ], - [ - 4.233333110809326, - [ - -0.0009361184202134609, - 0.08958084881305695, - -0.03658028319478035, - 0.9953071475028992 - ] - ], - [ - 4.300000190734863, - [ - -0.0003505813074298203, - 0.08945916593074799, - -0.03634130582213402, - 0.9953272342681885 - ] - ], - [ - 4.433333396911621, - [ - -8.044119022088125e-05, - 0.0889536663889885, - -0.03630146384239197, - 0.9953740239143372 - ] - ], - [ - 4.5, - [ - -0.0006715303752571344, - 0.08851593732833862, - -0.036628346890211105, - 0.9954008460044861 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012270348379388452, - 0.08823296427726746, - -0.03691980987787247, - 0.995414674282074 - ] - ], - [ - 4.566666603088379, - [ - -0.00198421161621809, - 0.08789973706007004, - -0.03730808570981026, - 0.9954284429550171 - ] - ], - [ - 4.599999904632568, - [ - -0.002956456271931529, - 0.087522491812706, - -0.03777255490422249, - 0.9954417943954468 - ] - ], - [ - 4.633333206176758, - [ - -0.004140086006373167, - 0.08711127936840057, - -0.0382884219288826, - 0.9954540133476257 - ] - ], - [ - 4.666666507720947, - [ - -0.005529230460524559, - 0.08667425066232681, - -0.03883759304881096, - 0.9954641461372375 - ] - ], - [ - 4.699999809265137, - [ - -0.00711494404822588, - 0.08621881902217865, - -0.0394047275185585, - 0.9954712390899658 - ] - ], - [ - 4.733333110809326, - [ - -0.008875938132405281, - 0.08574771136045456, - -0.03998503088951111, - 0.995474636554718 - ] - ], - [ - 4.766666889190674, - [ - -0.010790924541652203, - 0.08526377379894257, - -0.04057375714182854, - 0.9954735636711121 - ] - ], - [ - 4.800000190734863, - [ - -0.01283847726881504, - 0.08476992696523666, - -0.04116620868444443, - 0.9954670071601868 - ] - ], - [ - 4.833333492279053, - [ - -0.014997252263128757, - 0.0842692106962204, - -0.04175775498151779, - 0.995454728603363 - ] - ], - [ - 4.866666793823242, - [ - -0.017245836555957794, - 0.08376466482877731, - -0.04234379902482033, - 0.9954362511634827 - ] - ], - [ - 4.900000095367432, - [ - -0.01957748457789421, - 0.08325879275798798, - -0.04292229935526848, - 0.995410680770874 - ] - ], - [ - 4.933333396911621, - [ - -0.021986382082104683, - 0.08275408297777176, - -0.043491460382938385, - 0.9953778386116028 - ] - ], - [ - 4.9666666984558105, - [ - -0.02445238083600998, - 0.08225362747907639, - -0.04404694586992264, - 0.9953373670578003 - ] - ], - [ - 5.0, - [ - -0.02695530280470848, - 0.08176056295633316, - -0.04458453878760338, - 0.9952894449234009 - ] - ], - [ - 5.0333333015441895, - [ - -0.029474904760718346, - 0.08127802610397339, - -0.04509982839226723, - 0.9952341914176941 - ] - ], - [ - 5.066666603088379, - [ - -0.03199092671275139, - 0.0808091014623642, - -0.04558854177594185, - 0.9951724410057068 - ] - ], - [ - 5.099999904632568, - [ - -0.034483086317777634, - 0.08035683631896973, - -0.04604624584317207, - 0.9951047301292419 - ] - ], - [ - 5.133333206176758, - [ - -0.03693108260631561, - 0.07992418855428696, - -0.046468548476696014, - 0.9950321316719055 - ] - ], - [ - 5.166666507720947, - [ - -0.03931456431746483, - 0.07951410114765167, - -0.04685094207525253, - 0.9949557185173035 - ] - ], - [ - 5.199999809265137, - [ - -0.0416131466627121, - 0.07912944257259369, - -0.047188833355903625, - 0.9948770403862 - ] - ], - [ - 5.233333110809326, - [ - -0.04380645602941513, - 0.07877285778522491, - -0.04747761785984039, - 0.9947973489761353 - ] - ], - [ - 5.266666889190674, - [ - -0.04587414115667343, - 0.07844696938991547, - -0.047712571918964386, - 0.9947187304496765 - ] - ], - [ - 5.300000190734863, - [ - -0.04779572784900665, - 0.07815424352884293, - -0.04788888990879059, - 0.9946427345275879 - ] - ], - [ - 5.333333492279053, - [ - -0.049550823867321014, - 0.07789692282676697, - -0.048001740127801895, - 0.9945716857910156 - ] - ], - [ - 5.366666793823242, - [ - -0.05111899599432945, - 0.07767713069915771, - -0.04804611578583717, - 0.9945072531700134 - ] - ], - [ - 5.400000095367432, - [ - -0.05247988924384117, - 0.07749675959348679, - -0.04801700636744499, - 0.9944519400596619 - ] - ], - [ - 5.433333396911621, - [ - -0.053597383201122284, - 0.07736425846815109, - -0.0478982999920845, - 0.9944083094596863 - ] - ], - [ - 5.4666666984558105, - [ - -0.0544421449303627, - 0.07728483527898788, - -0.04767861217260361, - 0.9943792223930359 - ] - ], - [ - 5.5333333015441895, - [ - -0.0551849864423275, - 0.07731418311595917, - -0.04688873142004013, - 0.9943734407424927 - ] - ], - [ - 5.566666603088379, - [ - -0.05501408129930496, - 0.0774213895201683, - -0.0462862029671669, - 0.9944028258323669 - ] - ], - [ - 5.599999904632568, - [ - -0.05445133149623871, - 0.0775490328669548, - -0.045558612793684006, - 0.9944575428962708 - ] - ], - [ - 5.633333206176758, - [ - -0.05350513383746147, - 0.07767806947231293, - -0.04474683105945587, - 0.9945355653762817 - ] - ], - [ - 5.666666507720947, - [ - -0.05218837037682533, - 0.07779386639595032, - -0.04387960210442543, - 0.9946351647377014 - ] - ], - [ - 5.699999809265137, - [ - -0.05051995441317558, - 0.07788585871458054, - -0.042981378734111786, - 0.9947533011436462 - ] - ], - [ - 5.733333110809326, - [ - -0.04853961616754532, - 0.07795403897762299, - -0.04206192120909691, - 0.9948858618736267 - ] - ], - [ - 5.766666889190674, - [ - -0.04628714919090271, - 0.07799889147281647, - -0.04113093763589859, - 0.9950286149978638 - ] - ], - [ - 5.800000190734863, - [ - -0.0438024140894413, - 0.07802118360996246, - -0.040198154747486115, - 0.9951774477958679 - ] - ], - [ - 5.833333492279053, - [ - -0.04112536832690239, - 0.07802196592092514, - -0.039273228496313095, - 0.9953285455703735 - ] - ], - [ - 5.866666793823242, - [ - -0.038296133279800415, - 0.0780024528503418, - -0.038365770131349564, - 0.9954783320426941 - ] - ], - [ - 5.900000095367432, - [ - -0.03535492718219757, - 0.0779639407992363, - -0.03748534992337227, - 0.995623767375946 - ] - ], - [ - 5.933333396911621, - [ - -0.0323420874774456, - 0.07790771871805191, - -0.03664137050509453, - 0.9957619309425354 - ] - ], - [ - 5.9666666984558105, - [ - -0.029298141598701477, - 0.07783506065607071, - -0.035843376070261, - 0.9958908557891846 - ] - ], - [ - 6.0, - [ - -0.026263676583766937, - 0.07774712145328522, - -0.03510063514113426, - 0.9960089325904846 - ] - ], - [ - 6.0333333015441895, - [ - -0.023279372602701187, - 0.07764477282762527, - -0.034422509372234344, - 0.9961147904396057 - ] - ], - [ - 6.066666603088379, - [ - -0.02038603462278843, - 0.0775287076830864, - -0.03381824865937233, - 0.9962078332901001 - ] - ], - [ - 6.099999904632568, - [ - -0.017624519765377045, - 0.07739926874637604, - -0.033297039568424225, - 0.9962881207466125 - ] - ], - [ - 6.133333206176758, - [ - -0.01503574475646019, - 0.07725641131401062, - -0.03286804258823395, - 0.9963558912277222 - ] - ], - [ - 6.166666507720947, - [ - -0.012660626322031021, - 0.07709960639476776, - -0.03254033997654915, - 0.9964118003845215 - ] - ], - [ - 6.199999809265137, - [ - -0.010540101677179337, - 0.07692788541316986, - -0.03232291713356972, - 0.9964568614959717 - ] - ], - [ - 6.233333110809326, - [ - -0.008715108968317509, - 0.07673965394496918, - -0.03222469612956047, - 0.9964922666549683 - ] - ], - [ - 6.266666889190674, - [ - -0.007226500194519758, - 0.07653272151947021, - -0.03225445747375488, - 0.9965190291404724 - ] - ], - [ - 6.300000190734863, - [ - -0.006112109404057264, - 0.07630518078804016, - -0.032418787479400635, - 0.9965386986732483 - ] - ], - [ - 6.333333492279053, - [ - -0.0053985570557415485, - 0.07605763524770737, - -0.03271656110882759, - 0.9965519309043884 - ] - ], - [ - 6.366666793823242, - [ - -0.00511561706662178, - 0.07578855752944946, - -0.03314853087067604, - 0.9965596199035645 - ] - ], - [ - 6.400000095367432, - [ - -0.005280021112412214, - 0.07548194378614426, - -0.03369583189487457, - 0.9965637922286987 - ] - ], - [ - 6.433333396911621, - [ - -0.005885767750442028, - 0.0752691999077797, - -0.034390293061733246, - 0.9965527653694153 - ] - ], - [ - 6.4666666984558105, - [ - -0.0069101713597774506, - 0.0752667561173439, - -0.03524409979581833, - 0.9965164661407471 - ] - ], - [ - 6.5, - [ - -0.008310921490192413, - 0.0754438191652298, - -0.036209382116794586, - 0.9964577555656433 - ] - ], - [ - 6.5333333015441895, - [ - -0.01003865897655487, - 0.07579358667135239, - -0.03725181147456169, - 0.9963768720626831 - ] - ], - [ - 6.566666603088379, - [ - -0.012033124454319477, - 0.07630535960197449, - -0.03834352642297745, - 0.9962742924690247 - ] - ], - [ - 6.599999904632568, - [ - -0.014227575622498989, - 0.07695812731981277, - -0.03945871815085411, - 0.9961516261100769 - ] - ], - [ - 6.633333206176758, - [ - -0.01655581220984459, - 0.07773153483867645, - -0.04057081788778305, - 0.9960108995437622 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658428030_682989.json b/lenses/physics-objects/Scene/assets/1646688658428030_682989.json deleted file mode 100644 index 4426acf0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658428030_682989.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658428030:682989", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658429213_683002.json b/lenses/physics-objects/Scene/assets/1646688658429213_683002.json deleted file mode 100644 index 978c5b8d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658429213_683002.json +++ /dev/null @@ -1,586 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658429213:683002", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.571681022644043, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.539355278015137, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.547517776489258, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.572500228881836, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.60361385345459, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.623600959777832, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.625658988952637, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.604679107666016, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.5712308883667, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.55263614654541, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.53225326538086, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.540992736816406, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.578922271728516, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.621126174926758, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.648396492004395, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.635900497436523, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.612698554992676, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.587059020996094, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.531906127929688, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.555904388427734, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.582420349121094, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.612190246582031, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.638144493103027, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.6432466506958, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.615017890930176, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.590317726135254, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.545239448547363, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.542633056640625, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.563063621520996, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.625728607177734, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.64533805847168, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.618820190429688, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.605743408203125, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.582554817199707, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.554974555969238, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.533534049987793, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.527419090270996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.547451972961426, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.585065841674805, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.613134384155273, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.617969512939453, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.588269233703613, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.554471969604492, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.529887199401855, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.529476165771484, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.561400413513184, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.604654312133789, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.627509117126465, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.604669570922852, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.629467964172363, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.595459938049316, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.530669212341309, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.521495819091797, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.559099197387695, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.582959175109863, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.611757278442383, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.61394214630127, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.55182933807373, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.543185234069824, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.564837455749512, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.63902759552002, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.662039756774902, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.636466979980469, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.616364479064941, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.56889533996582, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.525732040405273, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.51867389678955, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.539909362792969, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.57974624633789, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.606380462646484, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658429452_683009.json b/lenses/physics-objects/Scene/assets/1646688658429452_683009.json deleted file mode 100644 index d9ce171d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658429452_683009.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658429452:683009", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ], - [ - 0.03333333507180214, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ], - [ - 0.06666667014360428, - [ - -0.03596574068069458, - 0.07508878409862518, - -0.269121915102005, - 0.959500789642334 - ] - ], - [ - 0.10000000149011612, - [ - -0.036584869027137756, - 0.09080654382705688, - -0.24088798463344574, - 0.9656027555465698 - ] - ], - [ - 0.13333334028720856, - [ - -0.03272834047675133, - 0.09515807032585144, - -0.16679683327674866, - 0.9808428287506104 - ] - ], - [ - 0.1666666716337204, - [ - -0.02716921828687191, - 0.09162113070487976, - -0.08627613633871078, - 0.9916772842407227 - ] - ], - [ - 0.20000000298023224, - [ - -0.021974094212055206, - 0.08847062289714813, - -0.045736756175756454, - 0.9947855472564697 - ] - ], - [ - 0.23333333432674408, - [ - -0.01876085065305233, - 0.08747804909944534, - -0.054065123200416565, - 0.9945213794708252 - ] - ], - [ - 0.2666666805744171, - [ - -0.016545366495847702, - 0.08807467669248581, - -0.08400829136371613, - 0.9924272894859314 - ] - ], - [ - 0.30000001192092896, - [ - -0.015305433422327042, - 0.0917319655418396, - -0.12718528509140015, - 0.987509548664093 - ] - ], - [ - 0.3333333432674408, - [ - -0.014758255332708359, - 0.09736046940088272, - -0.17405308783054352, - 0.9798003435134888 - ] - ], - [ - 0.36666667461395264, - [ - -0.01389198750257492, - 0.10269458591938019, - -0.21438340842723846, - 0.9712366461753845 - ] - ], - [ - 0.4000000059604645, - [ - -0.012863396666944027, - 0.1063460037112236, - -0.2397422194480896, - 0.9649086594581604 - ] - ], - [ - 0.4333333373069763, - [ - -0.01062724832445383, - 0.1075822040438652, - -0.22303655743598938, - 0.9687970876693726 - ] - ], - [ - 0.46666666865348816, - [ - -0.005769988056272268, - 0.10703382641077042, - -0.15691879391670227, - 0.981777548789978 - ] - ], - [ - 0.5, - [ - 0.002522629452869296, - 0.10347287356853485, - -0.06919069588184357, - 0.9922195672988892 - ] - ], - [ - 0.5333333611488342, - [ - 0.013699943199753761, - 0.1046912744641304, - 0.012262536212801933, - 0.9943348169326782 - ] - ], - [ - 0.5666666626930237, - [ - 0.025499451905488968, - 0.12225819379091263, - 0.06933210790157318, - 0.9897453188896179 - ] - ], - [ - 0.6000000238418579, - [ - 0.03482843190431595, - 0.14467857778072357, - 0.08389480412006378, - 0.9853003621101379 - ] - ], - [ - 0.6333333253860474, - [ - 0.03773285821080208, - 0.14026658236980438, - 0.05166220664978027, - 0.988044798374176 - ] - ], - [ - 0.6666666865348816, - [ - 0.033603645861148834, - 0.10925635695457458, - -0.010032318532466888, - 0.9933947920799255 - ] - ], - [ - 0.699999988079071, - [ - 0.02464013732969761, - 0.07819683849811554, - -0.0902886912226677, - 0.9925351738929749 - ] - ], - [ - 0.7333333492279053, - [ - 0.01253451220691204, - 0.06591399759054184, - -0.1709706336259842, - 0.9829889535903931 - ] - ], - [ - 0.7666666507720947, - [ - 0.0003234650648664683, - 0.07328145951032639, - -0.23336634039878845, - 0.9696235656738281 - ] - ], - [ - 0.800000011920929, - [ - -0.009475795552134514, - 0.08753795921802521, - -0.25935402512550354, - 0.9617602825164795 - ] - ], - [ - 0.8333333134651184, - [ - -0.01548407506197691, - 0.09726493060588837, - -0.2402694821357727, - 0.9656968116760254 - ] - ], - [ - 0.8666666746139526, - [ - -0.017146902158856392, - 0.10010599344968796, - -0.18908783793449402, - 0.9766936898231506 - ] - ], - [ - 0.8999999761581421, - [ - -0.013897613622248173, - 0.09913820028305054, - -0.1184532642364502, - 0.9879005551338196 - ] - ], - [ - 0.9333333373069763, - [ - -0.005515348166227341, - 0.09981852024793625, - -0.04356413334608078, - 0.9940363168716431 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068542370572686195, - 0.10507042706012726, - 0.021489374339580536, - 0.9942089319229126 - ] - ], - [ - 1.0, - [ - 0.02051677741110325, - 0.11457152664661407, - 0.06596915423870087, - 0.9910098314285278 - ] - ], - [ - 1.0333333015441895, - [ - 0.03221133351325989, - 0.12362941354513168, - 0.0806422233581543, - 0.9885217547416687 - ] - ], - [ - 1.0666667222976685, - [ - 0.039456866681575775, - 0.12370803952217102, - 0.056926388293504715, - 0.9898985028266907 - ] - ], - [ - 1.100000023841858, - [ - 0.04077493026852608, - 0.11210913956165314, - 0.0034463070333003998, - 0.9928531050682068 - ] - ], - [ - 1.1333333253860474, - [ - 0.034077100455760956, - 0.09467392414808273, - -0.06478247791528702, - 0.9928137063980103 - ] - ], - [ - 1.1666666269302368, - [ - 0.022582903504371643, - 0.08283936232328415, - -0.13497070968151093, - 0.9871224761009216 - ] - ], - [ - 1.2000000476837158, - [ - 0.009944331832230091, - 0.08341892808675766, - -0.19978034496307373, - 0.9762327671051025 - ] - ], - [ - 1.2333333492279053, - [ - -0.001848999410867691, - 0.09222008287906647, - -0.25477784872055054, - 0.9625903964042664 - ] - ], - [ - 1.2666666507720947, - [ - -0.010442383587360382, - 0.10244065523147583, - -0.28679805994033813, - 0.9524410367012024 - ] - ], - [ - 1.2999999523162842, - [ - -0.014179165475070477, - 0.10678853094577789, - -0.2562107741832733, - 0.960599422454834 - ] - ], - [ - 1.3333333730697632, - [ - -0.012412162497639656, - 0.10190968215465546, - -0.1654188632965088, - 0.9808654189109802 - ] - ], - [ - 1.3666666746139526, - [ - -0.00616033561527729, - 0.1002577468752861, - -0.059383876621723175, - 0.9931686520576477 - ] - ], - [ - 1.399999976158142, - [ - 0.0018349814927205443, - 0.11407530307769775, - 0.021116528660058975, - 0.9932460784912109 - ] - ], - [ - 1.4333332777023315, - [ - 0.0072712525725364685, - 0.13169364631175995, - 0.040876876562833786, - 0.9904206395149231 - ] - ], - [ - 1.4666666984558105, - [ - 0.00811221543699503, - 0.1291140913963318, - 0.007038170471787453, - 0.9915716052055359 - ] - ], - [ - 1.5, - [ - 0.004473385866731405, - 0.105686254799366, - -0.040469247847795486, - 0.9935656189918518 - ] - ], - [ - 1.5333333015441895, - [ - -0.004253077786415815, - 0.07087300717830658, - -0.09153858572244644, - 0.9932671189308167 - ] - ], - [ - 1.5666667222976685, - [ - -0.01666208915412426, - 0.04025435447692871, - -0.1461765468120575, - 0.9882988333702087 - ] - ], - [ - 1.600000023841858, - [ - -0.03133352845907211, - 0.02436901442706585, - -0.20338226854801178, - 0.9782944321632385 - ] - ], - [ - 1.6333333253860474, - [ - -0.04542161524295807, - 0.023242812603712082, - -0.2599759101867676, - 0.9642662405967712 - ] - ], - [ - 1.6666666269302368, - [ - -0.05689331889152527, - 0.030459314584732056, - -0.3109903335571289, - 0.9482195973396301 - ] - ], - [ - 1.7000000476837158, - [ - -0.065120168030262, - 0.039531365036964417, - -0.3442794382572174, - 0.9357715249061584 - ] - ], - [ - 1.7333333492279053, - [ - -0.07055003196001053, - 0.05520985275506973, - -0.31706303358078003, - 0.944163978099823 - ] - ], - [ - 1.7666666507720947, - [ - -0.07236947864294052, - 0.07662013173103333, - -0.22462059557437897, - 0.9687299132347107 - ] - ], - [ - 1.7999999523162842, - [ - -0.06862705945968628, - 0.09410464763641357, - -0.11246304959058762, - 0.986806333065033 - ] - ], - [ - 1.8333333730697632, - [ - -0.06059757247567177, - 0.10640567541122437, - -0.022028367966413498, - 0.9922300577163696 - ] - ], - [ - 1.8666666746139526, - [ - -0.052548885345458984, - 0.11149553954601288, - 0.013331566005945206, - 0.9922850728034973 - ] - ], - [ - 1.899999976158142, - [ - -0.04680176451802254, - 0.1053333431482315, - -0.009210663847625256, - 0.9932923316955566 - ] - ], - [ - 1.9333332777023315, - [ - -0.044132500886917114, - 0.09107138961553574, - -0.06008657068014145, - 0.9930499196052551 - ] - ], - [ - 1.9666666984558105, - [ - -0.047642726451158524, - 0.07745078951120377, - -0.1252022385597229, - 0.9879554510116577 - ] - ], - [ - 2.0, - [ - -0.057929862290620804, - 0.07090883702039719, - -0.19552884995937347, - 0.976414144039154 - ] - ], - [ - 2.0333333015441895, - [ - -0.07067498564720154, - 0.06783284246921539, - -0.26546984910964966, - 0.9591295719146729 - ] - ], - [ - 2.066666603088379, - [ - -0.08162882179021835, - 0.06135653331875801, - -0.3308332562446594, - 0.9381479024887085 - ] - ], - [ - 2.0999999046325684, - [ - -0.0882234126329422, - 0.05386168509721756, - -0.373744398355484, - 0.9217542409896851 - ] - ], - [ - 2.133333444595337, - [ - -0.09077562391757965, - 0.06897836178541183, - -0.32478806376457214, - 0.9388900399208069 - ] - ], - [ - 2.1666667461395264, - [ - -0.08736130595207214, - 0.0976065844297409, - -0.18660883605480194, - 0.9736621975898743 - ] - ], - [ - 2.200000047683716, - [ - -0.07577890902757645, - 0.10855244845151901, - -0.04840933904051781, - 0.9900153875350952 - ] - ], - [ - 2.2333333492279053, - [ - -0.06167159229516983, - 0.10563576221466064, - 0.012830602005124092, - 0.9924077391624451 - ] - ], - [ - 2.2666666507720947, - [ - -0.0510503351688385, - 0.10291390866041183, - -0.01376680750399828, - 0.9932839870452881 - ] - ], - [ - 2.299999952316284, - [ - -0.0448782704770565, - 0.10380931943655014, - -0.07797855883836746, - 0.9905195236206055 - ] - ], - [ - 2.3333332538604736, - [ - -0.044060442596673965, - 0.1110314130783081, - -0.15968047082424164, - 0.9799147248268127 - ] - ], - [ - 2.366666555404663, - [ - -0.04710446298122406, - 0.12363064289093018, - -0.24552230536937714, - 0.9603204727172852 - ] - ], - [ - 2.4000000953674316, - [ - -0.051752954721450806, - 0.14021891355514526, - -0.3198937773704529, - 0.9355897903442383 - ] - ], - [ - 2.433333396911621, - [ - -0.054984964430332184, - 0.15826259553432465, - -0.3588344156742096, - 0.9182416200637817 - ] - ], - [ - 2.4666666984558105, - [ - -0.054175347089767456, - 0.16914018988609314, - -0.32371145486831665, - 0.9293371438980103 - ] - ], - [ - 2.5, - [ - -0.04784885421395302, - 0.16208255290985107, - -0.2195402830839157, - 0.960854709148407 - ] - ], - [ - 2.5333333015441895, - [ - -0.035357799381017685, - 0.13425709307193756, - -0.09491509944200516, - 0.9857565760612488 - ] - ], - [ - 2.566666603088379, - [ - -0.01776694320142269, - 0.10025297850370407, - 0.0033113304525613785, - 0.9947978258132935 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010268826736137271, - 0.0858590230345726, - 0.04757942259311676, - 0.9951706528663635 - ] - ], - [ - 2.633333444595337, - [ - 0.00834018737077713, - 0.10010626912117004, - -0.005262122489511967, - 0.9949278831481934 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033551922533661127, - 0.13087165355682373, - -0.12886261940002441, - 0.9829831123352051 - ] - ], - [ - 2.700000047683716, - [ - -0.004824099130928516, - 0.17227651178836823, - -0.2621144950389862, - 0.9495227932929993 - ] - ], - [ - 2.7333333492279053, - [ - -0.010258747264742851, - 0.20540308952331543, - -0.3324686586856842, - 0.9204179048538208 - ] - ], - [ - 2.7666666507720947, - [ - -0.012230202555656433, - 0.20605899393558502, - -0.3082137107849121, - 0.9286520481109619 - ] - ], - [ - 2.799999952316284, - [ - -0.013106356374919415, - 0.17790505290031433, - -0.24112558364868164, - 0.9539583325386047 - ] - ], - [ - 2.8333332538604736, - [ - -0.014295664615929127, - 0.14143100380897522, - -0.16895878314971924, - 0.975318431854248 - ] - ], - [ - 2.866666555404663, - [ - -0.01614341139793396, - 0.12134100496768951, - -0.13444195687770844, - 0.9833317399024963 - ] - ], - [ - 2.9000000953674316, - [ - -0.01896958239376545, - 0.11974260210990906, - -0.14733730256557465, - 0.9816281199455261 - ] - ], - [ - 2.933333396911621, - [ - -0.021626275032758713, - 0.12569376826286316, - -0.18156473338603973, - 0.9750731587409973 - ] - ], - [ - 2.9666666984558105, - [ - -0.023927437141537666, - 0.13697682321071625, - -0.22905604541301727, - 0.9634304046630859 - ] - ], - [ - 3.0, - [ - -0.02607879415154457, - 0.15016931295394897, - -0.28060176968574524, - 0.947645366191864 - ] - ], - [ - 3.0333333015441895, - [ - -0.0275495033711195, - 0.15980778634548187, - -0.32662758231163025, - 0.9311374425888062 - ] - ], - [ - 3.066666603088379, - [ - -0.02887897565960884, - 0.16422203183174133, - -0.35787084698677063, - 0.9187631011009216 - ] - ], - [ - 3.0999999046325684, - [ - -0.02978736162185669, - 0.16073058545589447, - -0.3449857831001282, - 0.9242637157440186 - ] - ], - [ - 3.133333444595337, - [ - -0.02912658080458641, - 0.15069103240966797, - -0.27875393629074097, - 0.9480191469192505 - ] - ], - [ - 3.1666667461395264, - [ - -0.026205720379948616, - 0.13331782817840576, - -0.18556749820709229, - 0.9731928706169128 - ] - ], - [ - 3.200000047683716, - [ - -0.02100272662937641, - 0.11181127279996872, - -0.09706169366836548, - 0.9887548685073853 - ] - ], - [ - 3.2333333492279053, - [ - -0.014476720243692398, - 0.10026725381612778, - -0.03443485498428345, - 0.9942591190338135 - ] - ], - [ - 3.2666666507720947, - [ - -0.009001090191304684, - 0.10007274150848389, - -0.014372018165886402, - 0.994835615158081 - ] - ], - [ - 3.299999952316284, - [ - -0.008386485278606415, - 0.09602341055870056, - -0.04506095498800278, - 0.9943232536315918 - ] - ], - [ - 3.3333332538604736, - [ - -0.01590006798505783, - 0.08199147880077362, - -0.11637483537197113, - 0.9896875619888306 - ] - ], - [ - 3.366666555404663, - [ - -0.028872553259134293, - 0.07130403071641922, - -0.20102985203266144, - 0.9765599370002747 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658429735_683016.json b/lenses/physics-objects/Scene/assets/1646688658429735_683016.json deleted file mode 100644 index 993f5b65..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658429735_683016.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658429735:683016", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658430863_683029.json b/lenses/physics-objects/Scene/assets/1646688658430863_683029.json deleted file mode 100644 index 28584f5d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658430863_683029.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658430863:683029", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.56847858428955, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.567745208740234, - 1.4210854715202004e-14, - -9.603524620907522e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658431125_683036.json b/lenses/physics-objects/Scene/assets/1646688658431125_683036.json deleted file mode 100644 index ff808e98..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658431125_683036.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658431125:683036", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01889295130968094, - 0.10831126570701599, - -0.04889808967709541, - 0.9927339553833008 - ] - ], - [ - 0.03333333507180214, - [ - -0.01889295130968094, - 0.10831126570701599, - -0.04889808967709541, - 0.9927339553833008 - ] - ], - [ - 0.06666667014360428, - [ - -0.021259773522615433, - 0.10979248583316803, - -0.049994297325611115, - 0.9924688339233398 - ] - ], - [ - 0.10000000149011612, - [ - -0.0236519742757082, - 0.11137780547142029, - -0.05098249018192291, - 0.9921876788139343 - ] - ], - [ - 0.13333334028720856, - [ - -0.026006633415818214, - 0.11303096264600754, - -0.05183437466621399, - 0.991897702217102 - ] - ], - [ - 0.1666666716337204, - [ - -0.028261765837669373, - 0.11471349000930786, - -0.05252347141504288, - 0.9916064739227295 - ] - ], - [ - 0.20000000298023224, - [ - -0.030356215313076973, - 0.11638464033603668, - -0.053025513887405396, - 0.9913230538368225 - ] - ], - [ - 0.23333333432674408, - [ - -0.032229453325271606, - 0.11800131946802139, - -0.053318656980991364, - 0.9910570383071899 - ] - ], - [ - 0.2666666805744171, - [ - -0.03382141515612602, - 0.11951833218336105, - -0.05338340252637863, - 0.9908186793327332 - ] - ], - [ - 0.30000001192092896, - [ - -0.03510325402021408, - 0.12087695300579071, - -0.05322910472750664, - 0.990617573261261 - ] - ], - [ - 0.3333333432674408, - [ - -0.03605335205793381, - 0.12201457470655441, - -0.052874572575092316, - 0.9904629588127136 - ] - ], - [ - 0.36666667461395264, - [ - -0.036664269864559174, - 0.12286447733640671, - -0.05235491320490837, - 0.9903630614280701 - ] - ], - [ - 0.4000000059604645, - [ - -0.0369722805917263, - 0.12333694100379944, - -0.05174107477068901, - 0.9903251528739929 - ] - ], - [ - 0.4333333373069763, - [ - -0.03702129051089287, - 0.12353770434856415, - -0.05116477608680725, - 0.9903282523155212 - ] - ], - [ - 0.46666666865348816, - [ - -0.03687092661857605, - 0.12366465479135513, - -0.05070067197084427, - 0.9903419017791748 - ] - ], - [ - 0.5, - [ - -0.03655528277158737, - 0.12375253438949585, - -0.0503312349319458, - 0.9903614521026611 - ] - ], - [ - 0.5333333611488342, - [ - -0.03610961139202118, - 0.12381106615066528, - -0.05001448839902878, - 0.9903865456581116 - ] - ], - [ - 0.5666666626930237, - [ - -0.03557681292295456, - 0.12385314702987671, - -0.04969439655542374, - 0.9904166460037231 - ] - ], - [ - 0.6000000238418579, - [ - -0.034967850893735886, - 0.12387892603874207, - -0.049373872578144073, - 0.9904511570930481 - ] - ], - [ - 0.6333333253860474, - [ - -0.0342937633395195, - 0.12388859689235687, - -0.04905570670962334, - 0.9904893040657043 - ] - ], - [ - 0.6666666865348816, - [ - -0.03356553986668587, - 0.12388234585523605, - -0.04874280095100403, - 0.9905306100845337 - ] - ], - [ - 0.699999988079071, - [ - -0.03279421478509903, - 0.12386029213666916, - -0.04843791946768761, - 0.990574061870575 - ] - ], - [ - 0.7333333492279053, - [ - -0.031990788877010345, - 0.1238226369023323, - -0.04814394190907478, - 0.9906193614006042 - ] - ], - [ - 0.7666666507720947, - [ - -0.03116629458963871, - 0.12376946210861206, - -0.04786360263824463, - 0.9906659722328186 - ] - ], - [ - 0.800000011920929, - [ - -0.03033175878226757, - 0.12370079010725021, - -0.0475996732711792, - 0.9907130599021912 - ] - ], - [ - 0.8333333134651184, - [ - -0.02949819155037403, - 0.12361664324998856, - -0.04735490679740906, - 0.9907605648040771 - ] - ], - [ - 0.8666666746139526, - [ - -0.028676657006144524, - 0.12351685762405396, - -0.04713207483291626, - 0.9908076524734497 - ] - ], - [ - 0.8999999761581421, - [ - -0.02787819132208824, - 0.12340131402015686, - -0.04693390801548958, - 0.9908542633056641 - ] - ], - [ - 0.9333333373069763, - [ - -0.02711382880806923, - 0.12326972186565399, - -0.046763062477111816, - 0.990899920463562 - ] - ], - [ - 0.9666666388511658, - [ - -0.026394637301564217, - 0.12312175333499908, - -0.046622276306152344, - 0.9909443855285645 - ] - ], - [ - 1.0, - [ - -0.02573169209063053, - 0.12295695394277573, - -0.04651421308517456, - 0.9909873604774475 - ] - ], - [ - 1.0333333015441895, - [ - -0.02513604611158371, - 0.12277481704950333, - -0.04644154757261276, - 0.9910287261009216 - ] - ], - [ - 1.0666667222976685, - [ - -0.024618789553642273, - 0.12257469445466995, - -0.04640693962574005, - 0.9910680055618286 - ] - ], - [ - 1.100000023841858, - [ - -0.024190980941057205, - 0.12235598266124725, - -0.04641308635473251, - 0.9911052584648132 - ] - ], - [ - 1.1666666269302368, - [ - -0.023698650300502777, - 0.12184309214353561, - -0.04660159349441528, - 0.9911714792251587 - ] - ], - [ - 1.2000000476837158, - [ - -0.023568658158183098, - 0.12153215706348419, - -0.04679741710424423, - 0.9912035465240479 - ] - ], - [ - 1.2333333492279053, - [ - -0.02341560088098049, - 0.12116648256778717, - -0.04706975445151329, - 0.9912391304969788 - ] - ], - [ - 1.2666666507720947, - [ - -0.023270554840564728, - 0.12074586749076843, - -0.04742429032921791, - 0.9912768602371216 - ] - ], - [ - 1.2999999523162842, - [ - -0.023160137236118317, - 0.12028130143880844, - -0.047836784273386, - 0.9913161396980286 - ] - ], - [ - 1.3333333730697632, - [ - -0.02309439517557621, - 0.11978410929441452, - -0.048279162496328354, - 0.9913564324378967 - ] - ], - [ - 1.3666666746139526, - [ - -0.023081233724951744, - 0.11926598101854324, - -0.048722799867391586, - 0.991397500038147 - ] - ], - [ - 1.399999976158142, - [ - -0.02312544733285904, - 0.11873701214790344, - -0.049144890159368515, - 0.9914391040802002 - ] - ], - [ - 1.4333332777023315, - [ - -0.023219658061861992, - 0.11819921433925629, - -0.04954344406723976, - 0.991481363773346 - ] - ], - [ - 1.4666666984558105, - [ - -0.02335643209517002, - 0.1176547259092331, - -0.049916621297597885, - 0.9915242791175842 - ] - ], - [ - 1.5, - [ - -0.02352835424244404, - 0.11710561811923981, - -0.05026256665587425, - 0.9915676116943359 - ] - ], - [ - 1.5333333015441895, - [ - -0.023728007450699806, - 0.11655411124229431, - -0.05057952553033829, - 0.9916118383407593 - ] - ], - [ - 1.5666667222976685, - [ - -0.023947954177856445, - 0.11600231379270554, - -0.05086566507816315, - 0.9916565418243408 - ] - ], - [ - 1.600000023841858, - [ - -0.024180760607123375, - 0.11545243859291077, - -0.051119305193424225, - 0.9917020201683044 - ] - ], - [ - 1.6333333253860474, - [ - -0.024418991059064865, - 0.1149066686630249, - -0.05133877694606781, - 0.9917482137680054 - ] - ], - [ - 1.6666666269302368, - [ - -0.024655193090438843, - 0.11436716467142105, - -0.05152237042784691, - 0.9917953014373779 - ] - ], - [ - 1.7000000476837158, - [ - -0.024881897494196892, - 0.11383604258298874, - -0.05166839063167572, - 0.991843044757843 - ] - ], - [ - 1.7333333492279053, - [ - -0.025091642513871193, - 0.11331547796726227, - -0.051775190979242325, - 0.9918918013572693 - ] - ], - [ - 1.7666666507720947, - [ - -0.025276947766542435, - 0.11280754953622818, - -0.0518411286175251, - 0.9919415712356567 - ] - ], - [ - 1.8333333730697632, - [ - -0.025544317439198494, - 0.11183787137269974, - -0.051843658089637756, - 0.9920443892478943 - ] - ], - [ - 1.8666666746139526, - [ - -0.025611387565732002, - 0.11138012260198593, - -0.05177688226103783, - 0.9920976161956787 - ] - ], - [ - 1.899999976158142, - [ - -0.02562403678894043, - 0.11094300448894501, - -0.05166247859597206, - 0.992152214050293 - ] - ], - [ - 1.9333332777023315, - [ - -0.025574766099452972, - 0.11052842438220978, - -0.05149869993329048, - 0.9922083020210266 - ] - ], - [ - 1.9666666984558105, - [ - -0.025456057861447334, - 0.11013814806938171, - -0.05128379166126251, - 0.9922658801078796 - ] - ], - [ - 2.0, - [ - -0.025260409340262413, - 0.10977397859096527, - -0.05101591721177101, - 0.9923251271247864 - ] - ], - [ - 2.0333333015441895, - [ - -0.024980291724205017, - 0.1094374731183052, - -0.05069328844547272, - 0.9923858046531677 - ] - ], - [ - 2.066666603088379, - [ - -0.024608181789517403, - 0.10913032293319702, - -0.05031400918960571, - 0.9924482703208923 - ] - ], - [ - 2.0999999046325684, - [ - -0.024136563763022423, - 0.10885398089885712, - -0.049876172095537186, - 0.9925122857093811 - ] - ], - [ - 2.133333444595337, - [ - -0.0235422495752573, - 0.10861536115407944, - -0.04936575889587402, - 0.9925782084465027 - ] - ], - [ - 2.1666667461395264, - [ - -0.022808704525232315, - 0.10841872543096542, - -0.04877398908138275, - 0.9926460981369019 - ] - ], - [ - 2.200000047683716, - [ - -0.02191929519176483, - 0.10826750844717026, - -0.04809138551354408, - 0.9927159547805786 - ] - ], - [ - 2.2333333492279053, - [ - -0.020847199484705925, - 0.1081688404083252, - -0.047302547842264175, - 0.9927876591682434 - ] - ], - [ - 2.2666666507720947, - [ - -0.01957564242184162, - 0.10810810327529907, - -0.04639103636145592, - 0.9928631782531738 - ] - ], - [ - 2.299999952316284, - [ - -0.01809663325548172, - 0.10805216431617737, - -0.045383401215076447, - 0.9929440021514893 - ] - ], - [ - 2.3333332538604736, - [ - -0.016431355848908424, - 0.10798514634370804, - -0.0443260632455349, - 0.993027925491333 - ] - ], - [ - 2.366666555404663, - [ - -0.014605287462472916, - 0.10789584368467331, - -0.043268729001283646, - 0.9931128025054932 - ] - ], - [ - 2.4000000953674316, - [ - -0.012544871307909489, - 0.10777164250612259, - -0.0422401987016201, - 0.993198812007904 - ] - ], - [ - 2.433333396911621, - [ - -0.010189677588641644, - 0.10761208087205887, - -0.04123596101999283, - 0.9932851791381836 - ] - ], - [ - 2.4666666984558105, - [ - -0.007580770645290613, - 0.10742365568876266, - -0.04026196524500847, - 0.9933688640594482 - ] - ], - [ - 2.5, - [ - -0.004759276285767555, - 0.10721267014741898, - -0.03932425379753113, - 0.9934467077255249 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017664864426478744, - 0.1069851741194725, - -0.03842898830771446, - 0.993516206741333 - ] - ], - [ - 2.566666603088379, - [ - 0.0013562034582719207, - 0.10674664378166199, - -0.037582386285066605, - 0.9935747981071472 - ] - ], - [ - 2.5999999046325684, - [ - 0.00456728832796216, - 0.10650217533111572, - -0.03679082542657852, - 0.9936211109161377 - ] - ], - [ - 2.633333444595337, - [ - 0.007825200445950031, - 0.10625603795051575, - -0.03606078773736954, - 0.9936538934707642 - ] - ], - [ - 2.6666667461395264, - [ - 0.01108813751488924, - 0.10601166635751724, - -0.03539900481700897, - 0.9936727285385132 - ] - ], - [ - 2.700000047683716, - [ - 0.014314347878098488, - 0.10577169805765152, - -0.03481214493513107, - 0.9936777949333191 - ] - ], - [ - 2.7333333492279053, - [ - 0.0174619909375906, - 0.10553781688213348, - -0.03430711477994919, - 0.9936699271202087 - ] - ], - [ - 2.7666666507720947, - [ - 0.020489146932959557, - 0.10531069338321686, - -0.033890921622514725, - 0.993650496006012 - ] - ], - [ - 2.799999952316284, - [ - 0.023353852331638336, - 0.10509012639522552, - -0.033570580184459686, - 0.9936214685440063 - ] - ], - [ - 2.8333332538604736, - [ - 0.026014205068349838, - 0.1048748716711998, - -0.03335314244031906, - 0.993585467338562 - ] - ], - [ - 2.866666555404663, - [ - 0.028428256511688232, - 0.10466291010379791, - -0.033245671540498734, - 0.9935452938079834 - ] - ], - [ - 2.9000000953674316, - [ - 0.03055410459637642, - 0.10445127636194229, - -0.033255163580179214, - 0.9935041666030884 - ] - ], - [ - 2.933333396911621, - [ - 0.03230077773332596, - 0.10423446446657181, - -0.03339271619915962, - 0.9934670329093933 - ] - ], - [ - 2.9666666984558105, - [ - 0.03359345346689224, - 0.10400637984275818, - -0.03366786986589432, - 0.9934388995170593 - ] - ], - [ - 3.0, - [ - 0.03441716358065605, - 0.10376347601413727, - -0.03408320993185043, - 0.9934218525886536 - ] - ], - [ - 3.0333333015441895, - [ - 0.03476795554161072, - 0.10350509732961655, - -0.03463318571448326, - 0.9934175610542297 - ] - ], - [ - 3.066666603088379, - [ - 0.0346393845975399, - 0.10323091596364975, - -0.03531487658619881, - 0.9934265613555908 - ] - ], - [ - 3.0999999046325684, - [ - 0.03403668850660324, - 0.10293932259082794, - -0.036111991852521896, - 0.9934490323066711 - ] - ], - [ - 3.133333444595337, - [ - 0.032986223697662354, - 0.10276933014392853, - -0.03707180917263031, - 0.9934667944908142 - ] - ], - [ - 3.1666667461395264, - [ - 0.031531549990177155, - 0.10286813974380493, - -0.03821798041462898, - 0.9934602379798889 - ] - ], - [ - 3.200000047683716, - [ - 0.029737401753664017, - 0.1032349020242691, - -0.039491720497608185, - 0.9934277534484863 - ] - ], - [ - 3.2333333492279053, - [ - 0.027643786743283272, - 0.103839211165905, - -0.04083597660064697, - 0.9933709502220154 - ] - ], - [ - 3.2666666507720947, - [ - 0.02528247982263565, - 0.10464835166931152, - -0.04220914840698242, - 0.9932915568351746 - ] - ], - [ - 3.299999952316284, - [ - 0.02271495945751667, - 0.10563742369413376, - -0.043577924370765686, - 0.9931896924972534 - ] - ], - [ - 3.3333332538604736, - [ - 0.020002149045467377, - 0.10678113251924515, - -0.044908557087183, - 0.9930664300918579 - ] - ], - [ - 3.366666555404663, - [ - 0.01720438152551651, - 0.1080530658364296, - -0.04616772383451462, - 0.9929234981536865 - ] - ], - [ - 3.4000000953674316, - [ - 0.014381113462150097, - 0.10942511260509491, - -0.0473228357732296, - 0.9927637577056885 - ] - ], - [ - 3.433333396911621, - [ - 0.011591176502406597, - 0.1108669862151146, - -0.048342812806367874, - 0.992591142654419 - ] - ], - [ - 3.4666666984558105, - [ - 0.008892452344298363, - 0.11234591156244278, - -0.049198321998119354, - 0.9924107193946838 - ] - ], - [ - 3.5, - [ - 0.006342124659568071, - 0.11382636427879333, - -0.04986213520169258, - 0.9922284483909607 - ] - ], - [ - 3.5333333015441895, - [ - 0.003996755927801132, - 0.11527025699615479, - -0.050309181213378906, - 0.9920513033866882 - ] - ], - [ - 3.566666603088379, - [ - 0.0019124706741422415, - 0.11663690954446793, - -0.050516847521066666, - 0.9918872117996216 - ] - ], - [ - 3.5999999046325684, - [ - 9.98073082882911e-05, - 0.11787228286266327, - -0.050491638481616974, - 0.9917442798614502 - ] - ], - [ - 3.633333444595337, - [ - -0.0014231069944798946, - 0.11891793459653854, - -0.05024842917919159, - 0.9916307926177979 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026306810323148966, - 0.11971016228199005, - -0.049817077815532684, - 0.9915547370910645 - ] - ], - [ - 3.700000047683716, - [ - -0.0035424549132585526, - 0.12016326189041138, - -0.04926200211048126, - 0.9915249347686768 - ] - ], - [ - 3.7333333492279053, - [ - -0.0041877878829836845, - 0.12037113308906555, - -0.04872633144259453, - 0.9915236830711365 - ] - ], - [ - 3.799999952316284, - [ - -0.004833224695175886, - 0.12062954157590866, - -0.04796317592263222, - 0.9915265440940857 - ] - ], - [ - 3.866666555404663, - [ - -0.004785266704857349, - 0.12079839408397675, - -0.04738136753439903, - 0.9915341138839722 - ] - ], - [ - 3.9000000953674316, - [ - -0.004617911763489246, - 0.12086484581232071, - -0.04708626866340637, - 0.9915408492088318 - ] - ], - [ - 3.933333396911621, - [ - -0.004379820078611374, - 0.12091883271932602, - -0.04679257050156593, - 0.9915492534637451 - ] - ], - [ - 3.9666666984558105, - [ - -0.004082372412085533, - 0.1209598109126091, - -0.04650305584073067, - 0.9915591478347778 - ] - ], - [ - 4.0, - [ - -0.0037369609344750643, - 0.12098729610443115, - -0.046220503747463226, - 0.9915703535079956 - ] - ], - [ - 4.0333333015441895, - [ - -0.0033549631480127573, - 0.12100081145763397, - -0.045947711914777756, - 0.9915827512741089 - ] - ], - [ - 4.066666603088379, - [ - -0.002947775414213538, - 0.12099983543157578, - -0.04568741098046303, - 0.9915962219238281 - ] - ], - [ - 4.099999904632568, - [ - -0.002526776632294059, - 0.12098382413387299, - -0.0454423725605011, - 0.991610586643219 - ] - ], - [ - 4.133333206176758, - [ - -0.0021033722441643476, - 0.12095224857330322, - -0.045215360820293427, - 0.9916257858276367 - ] - ], - [ - 4.166666507720947, - [ - -0.0016889554681256413, - 0.12090446054935455, - -0.04500905051827431, - 0.9916418194770813 - ] - ], - [ - 4.199999809265137, - [ - -0.0012949313968420029, - 0.12083982676267624, - -0.044826164841651917, - 0.9916585683822632 - ] - ], - [ - 4.233333110809326, - [ - -0.0009327029110863805, - 0.12075762450695038, - -0.04466944560408592, - 0.9916760325431824 - ] - ], - [ - 4.300000190734863, - [ - -0.00034930664696730673, - 0.12053735554218292, - -0.04444519430398941, - 0.9917134046554565 - ] - ], - [ - 4.400000095367432, - [ - 1.73703074324294e-06, - 0.12005387991666794, - -0.0443718321621418, - 0.9917752742767334 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002971867215819657, - 0.11960232257843018, - -0.0445716567337513, - 0.9918209314346313 - ] - ], - [ - 4.5, - [ - -0.0006691308226436377, - 0.11932528018951416, - -0.044777583330869675, - 0.9918447732925415 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012226636754348874, - 0.11900637298822403, - -0.04507199302315712, - 0.9918692111968994 - ] - ], - [ - 4.566666603088379, - [ - -0.0019771649967879057, - 0.11864228546619415, - -0.04546032473444939, - 0.9918938875198364 - ] - ], - [ - 4.599999904632568, - [ - -0.002945987042039633, - 0.11824119836091995, - -0.045918650925159454, - 0.9919182658195496 - ] - ], - [ - 4.633333206176758, - [ - -0.004125474486500025, - 0.11781388521194458, - -0.046419430524110794, - 0.9919416904449463 - ] - ], - [ - 4.666666507720947, - [ - -0.005509783048182726, - 0.11737176775932312, - -0.046934377402067184, - 0.9919631481170654 - ] - ], - [ - 4.699999809265137, - [ - -0.007089999038726091, - 0.11692488938570023, - -0.04744083806872368, - 0.9919816851615906 - ] - ], - [ - 4.733333110809326, - [ - -0.008844918571412563, - 0.11647578328847885, - -0.04793677479028702, - 0.9919965863227844 - ] - ], - [ - 4.766666889190674, - [ - -0.010753342881798744, - 0.11602699756622314, - -0.048420120030641556, - 0.9920069575309753 - ] - ], - [ - 4.800000190734863, - [ - -0.01279391162097454, - 0.11558099091053009, - -0.04888869449496269, - 0.9920117259025574 - ] - ], - [ - 4.833333492279053, - [ - -0.014945365488529205, - 0.11514028161764145, - -0.049340397119522095, - 0.9920105338096619 - ] - ], - [ - 4.866666793823242, - [ - -0.01718633435666561, - 0.1147073432803154, - -0.04977292940020561, - 0.9920027852058411 - ] - ], - [ - 4.900000095367432, - [ - -0.01951015554368496, - 0.11428479105234146, - -0.05018485710024834, - 0.9919878244400024 - ] - ], - [ - 4.933333396911621, - [ - -0.02191098779439926, - 0.11387552320957184, - -0.05057480186223984, - 0.9919650554656982 - ] - ], - [ - 4.9666666984558105, - [ - -0.02436876855790615, - 0.11348170042037964, - -0.05094040930271149, - 0.991934061050415 - ] - ], - [ - 5.0, - [ - -0.02686336077749729, - 0.11310537904500961, - -0.05127910524606705, - 0.9918952584266663 - ] - ], - [ - 5.0333333015441895, - [ - -0.0293746180832386, - 0.11274828761816025, - -0.051588281989097595, - 0.9918485879898071 - ] - ], - [ - 5.066666603088379, - [ - -0.031882334500551224, - 0.11241205781698227, - -0.051865093410015106, - 0.9917948842048645 - ] - ], - [ - 5.099999904632568, - [ - -0.034366291016340256, - 0.11209796369075775, - -0.052106596529483795, - 0.9917348027229309 - ] - ], - [ - 5.133333206176758, - [ - -0.03680625557899475, - 0.11180706322193146, - -0.05230962485074997, - 0.9916694164276123 - ] - ], - [ - 5.166666507720947, - [ - -0.03918192908167839, - 0.11154011636972427, - -0.052470870316028595, - 0.9915999174118042 - ] - ], - [ - 5.199999809265137, - [ - -0.04147300869226456, - 0.11129752546548843, - -0.05258699133992195, - 0.9915278553962708 - ] - ], - [ - 5.233333110809326, - [ - -0.043659236282110214, - 0.11107957363128662, - -0.052654337137937546, - 0.9914549589157104 - ] - ], - [ - 5.266666889190674, - [ - -0.04572027921676636, - 0.1108860895037651, - -0.05266920477151871, - 0.9913828372955322 - ] - ], - [ - 5.300000190734863, - [ - -0.04763573780655861, - 0.11071670800447464, - -0.052627816796302795, - 0.9913137555122375 - ] - ], - [ - 5.333333492279053, - [ - -0.049385301768779755, - 0.11057083308696747, - -0.05252618342638016, - 0.9912497997283936 - ] - ], - [ - 5.366666793823242, - [ - -0.050948649644851685, - 0.11044753342866898, - -0.052360329777002335, - 0.9911932349205017 - ] - ], - [ - 5.400000095367432, - [ - -0.05230541154742241, - 0.110345758497715, - -0.05212613195180893, - 0.9911463260650635 - ] - ], - [ - 5.433333396911621, - [ - -0.053419675678014755, - 0.11026987433433533, - -0.05180729180574417, - 0.9911120533943176 - ] - ], - [ - 5.4666666984558105, - [ - -0.0542621947824955, - 0.1102214902639389, - -0.051392752677202225, - 0.9910931587219238 - ] - ], - [ - 5.5, - [ - -0.05480349063873291, - 0.11020148545503616, - -0.05087071657180786, - 0.9910925030708313 - ] - ], - [ - 5.5333333015441895, - [ - -0.055004019290208817, - 0.11021511256694794, - -0.05022333934903145, - 0.9911128878593445 - ] - ], - [ - 5.566666603088379, - [ - -0.05483458936214447, - 0.11023996025323868, - -0.04943335801362991, - 0.9911592602729797 - ] - ], - [ - 5.599999904632568, - [ - -0.05427488684654236, - 0.11023459583520889, - -0.048527803272008896, - 0.9912354946136475 - ] - ], - [ - 5.633333206176758, - [ - -0.05333317816257477, - 0.11018161475658417, - -0.04755251854658127, - 0.9913396835327148 - ] - ], - [ - 5.666666507720947, - [ - -0.05202220380306244, - 0.11006898432970047, - -0.0465565025806427, - 0.9914692044258118 - ] - ], - [ - 5.699999809265137, - [ - -0.05036076158285141, - 0.10989072918891907, - -0.04557858780026436, - 0.9916201233863831 - ] - ], - [ - 5.733333110809326, - [ - -0.04838843643665314, - 0.10965461283922195, - -0.04462454840540886, - 0.9917879104614258 - ] - ], - [ - 5.766666889190674, - [ - -0.04614470154047012, - 0.10936857014894485, - -0.043699946254491806, - 0.991967499256134 - ] - ], - [ - 5.800000190734863, - [ - -0.04366929829120636, - 0.10904071480035782, - -0.04281044751405716, - 0.9921544194221497 - ] - ], - [ - 5.833333492279053, - [ - -0.041002027690410614, - 0.10867898166179657, - -0.04196162521839142, - 0.9923442602157593 - ] - ], - [ - 5.866666793823242, - [ - -0.03818279504776001, - 0.10829097032546997, - -0.04115911200642586, - 0.9925326704978943 - ] - ], - [ - 5.900000095367432, - [ - -0.03525166213512421, - 0.10788396000862122, - -0.040408678352832794, - 0.9927162528038025 - ] - ], - [ - 5.933333396911621, - [ - -0.0322488509118557, - 0.10746459662914276, - -0.03971631079912186, - 0.9928917288780212 - ] - ], - [ - 5.9666666984558105, - [ - -0.02921474725008011, - 0.10703890770673752, - -0.03908802941441536, - 0.9930566549301147 - ] - ], - [ - 6.0, - [ - -0.026189809665083885, - 0.10661203414201736, - -0.038530200719833374, - 0.993208646774292 - ] - ], - [ - 6.0333333015441895, - [ - -0.023214656859636307, - 0.10618848353624344, - -0.038049258291721344, - 0.993346631526947 - ] - ], - [ - 6.066666603088379, - [ - -0.020329982042312622, - 0.10577170550823212, - -0.037651870399713516, - 0.9934693574905396 - ] - ], - [ - 6.099999904632568, - [ - -0.01757654920220375, - 0.10536438971757889, - -0.03734491765499115, - 0.9935767650604248 - ] - ], - [ - 6.133333206176758, - [ - -0.014995196834206581, - 0.10496824979782104, - -0.03713538125157356, - 0.9936689734458923 - ] - ], - [ - 6.166666507720947, - [ - -0.012626749463379383, - 0.10458410531282425, - -0.03703037276864052, - 0.993746280670166 - ] - ], - [ - 6.199999809265137, - [ - -0.010512092150747776, - 0.10421191900968552, - -0.037037111818790436, - 0.9938096404075623 - ] - ], - [ - 6.233333110809326, - [ - -0.00869208574295044, - 0.10385098308324814, - -0.037162888795137405, - 0.9938604235649109 - ] - ], - [ - 6.266666889190674, - [ - -0.007207497023046017, - 0.10349974036216736, - -0.03741496428847313, - 0.993899405002594 - ] - ], - [ - 6.300000190734863, - [ - -0.006096088793128729, - 0.10315694659948349, - -0.0377984456717968, - 0.9939279556274414 - ] - ], - [ - 6.333333492279053, - [ - -0.005384438671171665, - 0.10282392054796219, - -0.038310397416353226, - 0.9939469695091248 - ] - ], - [ - 6.366666793823242, - [ - -0.00510225398465991, - 0.10250166058540344, - -0.0389508455991745, - 0.9939568638801575 - ] - ], - [ - 6.400000095367432, - [ - -0.005266212392598391, - 0.1021888479590416, - -0.03970714658498764, - 0.9939582943916321 - ] - ], - [ - 6.433333396911621, - [ - -0.00587029755115509, - 0.10203484445810318, - -0.0406133234500885, - 0.9939340949058533 - ] - ], - [ - 6.4666666984558105, - [ - -0.006891800556331873, - 0.10219264030456543, - -0.04168294370174408, - 0.993867039680481 - ] - ], - [ - 6.5, - [ - -0.008288408629596233, - 0.10265465825796127, - -0.04286438226699829, - 0.993758499622345 - ] - ], - [ - 6.5333333015441895, - [ - -0.010010805912315845, - 0.1033858060836792, - -0.044102467596530914, - 0.9936127662658691 - ] - ], - [ - 6.566666603088379, - [ - -0.01199880987405777, - 0.10434846580028534, - -0.04535587877035141, - 0.9934335947036743 - ] - ], - [ - 6.599999904632568, - [ - -0.014185762964189053, - 0.10551148653030396, - -0.0465938039124012, - 0.9932246208190918 - ] - ], - [ - 6.633333206176758, - [ - -0.016505585983395576, - 0.10684331506490707, - -0.04778483510017395, - 0.9929897785186768 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658431437_683043.json b/lenses/physics-objects/Scene/assets/1646688658431437_683043.json deleted file mode 100644 index a0e85a84..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658431437_683043.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658431437:683043", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658432641_683060.json b/lenses/physics-objects/Scene/assets/1646688658432641_683060.json deleted file mode 100644 index 442563f5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658432641_683060.json +++ /dev/null @@ -1,698 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658432641:683060", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.348786354064941, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.38298511505127, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.454828262329102, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.503711700439453, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.530158042907715, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.531133651733398, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.499495506286621, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.388086318969727, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.396783828735352, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.46192455291748, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.505064010620117, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.495240211486816, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.515706062316895, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.572236061096191, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.616275787353516, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.605629920959473, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.530076026916504, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.4266996383667, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.364920616149902, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.391210556030273, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.451111793518066, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.493651390075684, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.50676155090332, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.578130722045898, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.586516380310059, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.55718994140625, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.483602523803711, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.384125709533691, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.321845054626465, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.37325382232666, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.466426849365234, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.512076377868652, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.497881889343262, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.522909164428711, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.558379173278809, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.561482429504395, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.505852699279785, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.419910430908203, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.32438850402832, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.268131256103516, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.333856582641602, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.446985244750977, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.50396728515625, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.499022483825684, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.521098136901855, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.547226905822754, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.53390884399414, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.465947151184082, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.361763954162598, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.255226135253906, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.208895683288574, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.341546058654785, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.489023208618164, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.521815299987793, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.49975299835205, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.496994018554688, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.45901107788086, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.348811149597168, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.195780754089355, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.123937606811523, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.258180618286133, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.463851928710938, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.538150787353516, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.508101463317871, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.498662948608398, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.523159980773926, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.458017349243164, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.28194522857666, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.187701225280762, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.27519702911377, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.392515182495117, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.465810775756836, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.467256546020508, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.446194648742676, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.430352210998535, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.397602081298828, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.329445838928223, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.246316909790039, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.192352294921875, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.254857063293457, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.401461601257324, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.500313758850098, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.496692657470703, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.45248031616211, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658432900_683067.json b/lenses/physics-objects/Scene/assets/1646688658432900_683067.json deleted file mode 100644 index 7fab33f9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658432900_683067.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658432900:683067", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ], - [ - 0.03333333507180214, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ], - [ - 0.06666667014360428, - [ - -0.03568163514137268, - 0.11973024159669876, - -0.2797076106071472, - 0.951921820640564 - ] - ], - [ - 0.10000000149011612, - [ - -0.036332160234451294, - 0.1298217624425888, - -0.24954606592655182, - 0.9589332938194275 - ] - ], - [ - 0.13333334028720856, - [ - -0.0326048918068409, - 0.12899015843868256, - -0.1657944619655609, - 0.9771441221237183 - ] - ], - [ - 0.1666666716337204, - [ - -0.027112139388918877, - 0.11894449591636658, - -0.07629325985908508, - 0.9895941019058228 - ] - ], - [ - 0.20000000298023224, - [ - -0.02193063125014305, - 0.11302284151315689, - -0.032511916011571884, - 0.9928182363510132 - ] - ], - [ - 0.23333333432674408, - [ - -0.01871323026716709, - 0.1151091530919075, - -0.04838329926133156, - 0.9919973611831665 - ] - ], - [ - 0.2666666805744171, - [ - -0.01647086627781391, - 0.12145314365625381, - -0.094416543841362, - 0.9879592061042786 - ] - ], - [ - 0.30000001192092896, - [ - -0.01518191583454609, - 0.13010366261005402, - -0.15277811884880066, - 0.9795414209365845 - ] - ], - [ - 0.3333333432674408, - [ - -0.014578286558389664, - 0.13864754140377045, - -0.2093432992696762, - 0.9678532481193542 - ] - ], - [ - 0.36666667461395264, - [ - -0.013689897023141384, - 0.14385002851486206, - -0.2511235773563385, - 0.9571086168289185 - ] - ], - [ - 0.4000000059604645, - [ - -0.012700987048447132, - 0.14394350349903107, - -0.267264723777771, - 0.9527269005775452 - ] - ], - [ - 0.4333333373069763, - [ - -0.010534180328249931, - 0.13995671272277832, - -0.24103686213493347, - 0.9603136777877808 - ] - ], - [ - 0.46666666865348816, - [ - -0.0057334681041538715, - 0.1356482356786728, - -0.1727403849363327, - 0.9755651950836182 - ] - ], - [ - 0.5, - [ - 0.002513783983886242, - 0.13099607825279236, - -0.07228374481201172, - 0.9887409806251526 - ] - ], - [ - 0.5333333611488342, - [ - 0.013647356070578098, - 0.13183413445949554, - 0.0361400730907917, - 0.9905187487602234 - ] - ], - [ - 0.5666666626930237, - [ - 0.025301378220319748, - 0.1491428166627884, - 0.11260443180799484, - 0.9820573925971985 - ] - ], - [ - 0.6000000238418579, - [ - 0.03448306769132614, - 0.17038963735103607, - 0.13460537791252136, - 0.9755304455757141 - ] - ], - [ - 0.6333333253860474, - [ - 0.037398241460323334, - 0.16931860148906708, - 0.10457891970872879, - 0.979283332824707 - ] - ], - [ - 0.6666666865348816, - [ - 0.03343065455555916, - 0.14497461915016174, - 0.034128133207559586, - 0.9882813692092896 - ] - ], - [ - 0.699999988079071, - [ - 0.024594493210315704, - 0.1149308979511261, - -0.06860104948282242, - 0.9906967878341675 - ] - ], - [ - 0.7333333492279053, - [ - 0.012479571625590324, - 0.09969571977853775, - -0.17913591861724854, - 0.978680431842804 - ] - ], - [ - 0.7666666507720947, - [ - 0.00031991361174732447, - 0.1073760986328125, - -0.2623293697834015, - 0.9589858055114746 - ] - ], - [ - 0.800000011920929, - [ - -0.009342620149254799, - 0.12382854521274567, - -0.29225432872772217, - 0.9482439756393433 - ] - ], - [ - 0.8333333134651184, - [ - -0.015289891511201859, - 0.13321027159690857, - -0.2696186602115631, - 0.9535865187644958 - ] - ], - [ - 0.8666666746139526, - [ - -0.016982128843665123, - 0.1335543543100357, - -0.21490953862667084, - 0.9673100709915161 - ] - ], - [ - 0.8999999761581421, - [ - -0.013813389465212822, - 0.13009695708751678, - -0.13685300946235657, - 0.9819141626358032 - ] - ], - [ - 0.9333333373069763, - [ - -0.00549627048894763, - 0.12904630601406097, - -0.04507790878415108, - 0.990598201751709 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068259765394032, - 0.13366873562335968, - 0.04204227030277252, - 0.9901103377342224 - ] - ], - [ - 1.0, - [ - 0.02037247270345688, - 0.14314739406108856, - 0.10372716188430786, - 0.9840399622917175 - ] - ], - [ - 1.0333333015441895, - [ - 0.031928133219480515, - 0.15084341168403625, - 0.1271120309829712, - 0.979831337928772 - ] - ], - [ - 1.0666667222976685, - [ - 0.039142876863479614, - 0.14927205443382263, - 0.10871829092502594, - 0.9820213913917542 - ] - ], - [ - 1.100000023841858, - [ - 0.040572620928287506, - 0.13846716284751892, - 0.05637659877538681, - 0.9879283308982849 - ] - ], - [ - 1.1333333253860474, - [ - 0.034026455134153366, - 0.12396973371505737, - -0.026844056323170662, - 0.9913391470909119 - ] - ], - [ - 1.1666666269302368, - [ - 0.022529391571879387, - 0.11403059214353561, - -0.12918706238269806, - 0.9847844243049622 - ] - ], - [ - 1.2000000476837158, - [ - 0.009856215678155422, - 0.11549296230077744, - -0.22437775135040283, - 0.9675841331481934 - ] - ], - [ - 1.2333333492279053, - [ - -0.0018233350710943341, - 0.1253170371055603, - -0.2885351777076721, - 0.9492311477661133 - ] - ], - [ - 1.2666666507720947, - [ - -0.010312399826943874, - 0.1351199448108673, - -0.3113439083099365, - 0.9405855536460876 - ] - ], - [ - 1.2999999523162842, - [ - -0.014043334871530533, - 0.138671413064003, - -0.27461862564086914, - 0.951397716999054 - ] - ], - [ - 1.3333333730697632, - [ - -0.01233414001762867, - 0.13375058770179749, - -0.17865678668022156, - 0.9747001528739929 - ] - ], - [ - 1.3666666746139526, - [ - -0.0061408705078065395, - 0.13064268231391907, - -0.052280325442552567, - 0.9900311827659607 - ] - ], - [ - 1.399999976158142, - [ - 0.0018258191412314773, - 0.14309515058994293, - 0.05298908054828644, - 0.9882878065109253 - ] - ], - [ - 1.4333332777023315, - [ - 0.007217181846499443, - 0.16098080575466156, - 0.0873728021979332, - 0.9830560088157654 - ] - ], - [ - 1.4666666984558105, - [ - 0.008057249709963799, - 0.1622370183467865, - 0.06062987819314003, - 0.9848544597625732 - ] - ], - [ - 1.5, - [ - 0.0044533987529575825, - 0.14659447968006134, - 0.010852927342057228, - 0.9891272187232971 - ] - ], - [ - 1.5333333015441895, - [ - -0.004244727082550526, - 0.11798915266990662, - -0.057882312685251236, - 0.9913173913955688 - ] - ], - [ - 1.5666667222976685, - [ - -0.016620485112071037, - 0.0876251608133316, - -0.14205923676490784, - 0.9858320355415344 - ] - ], - [ - 1.600000023841858, - [ - -0.031076515093445778, - 0.07122015208005905, - -0.22920943796634674, - 0.970270574092865 - ] - ], - [ - 1.6333333253860474, - [ - -0.044725026935338974, - 0.07511879503726959, - -0.30140727758407593, - 0.9494791626930237 - ] - ], - [ - 1.6666666269302368, - [ - -0.05593664199113846, - 0.09023597091436386, - -0.3458171486854553, - 0.9322763085365295 - ] - ], - [ - 1.7000000476837158, - [ - -0.0643932893872261, - 0.10354071110486984, - -0.35903313755989075, - 0.9253259301185608 - ] - ], - [ - 1.7333333492279053, - [ - -0.06999193131923676, - 0.11425300687551498, - -0.32349416613578796, - 0.9366957545280457 - ] - ], - [ - 1.7666666507720947, - [ - -0.07185456156730652, - 0.12511275708675385, - -0.2324891835451126, - 0.9618381857872009 - ] - ], - [ - 1.7999999523162842, - [ - -0.06837159395217896, - 0.1319236159324646, - -0.10663465410470963, - 0.9831330180168152 - ] - ], - [ - 1.8333333730697632, - [ - -0.06039675325155258, - 0.1351935714483261, - 0.00824799481779337, - 0.9889423251152039 - ] - ], - [ - 1.8666666746139526, - [ - -0.05228975787758827, - 0.13709662854671478, - 0.05938785523176193, - 0.9873921871185303 - ] - ], - [ - 1.899999976158142, - [ - -0.04659300670027733, - 0.13528572022914886, - 0.04098009318113327, - 0.9888617396354675 - ] - ], - [ - 1.9333332777023315, - [ - -0.044015802443027496, - 0.1300017088651657, - -0.014881927520036697, - 0.9904245138168335 - ] - ], - [ - 1.9666666984558105, - [ - -0.04753880575299263, - 0.12656190991401672, - -0.09958557039499283, - 0.985801637172699 - ] - ], - [ - 2.0, - [ - -0.05753770470619202, - 0.13083484768867493, - -0.1976151317358017, - 0.9698041677474976 - ] - ], - [ - 2.0333333015441895, - [ - -0.0697014331817627, - 0.13912948966026306, - -0.28464603424072266, - 0.9459182620048523 - ] - ], - [ - 2.066666603088379, - [ - -0.08050551265478134, - 0.14080177247524261, - -0.34296849370002747, - 0.9252385497093201 - ] - ], - [ - 2.0999999046325684, - [ - -0.08776679635047913, - 0.1346389502286911, - -0.3651161789894104, - 0.9169839024543762 - ] - ], - [ - 2.133333444595337, - [ - -0.09029223769903183, - 0.13550986349582672, - -0.3183262348175049, - 0.933891236782074 - ] - ], - [ - 2.1666667461395264, - [ - -0.0867827981710434, - 0.14320720732212067, - -0.19093166291713715, - 0.967215359210968 - ] - ], - [ - 2.200000047683716, - [ - -0.07554712146520615, - 0.13774238526821136, - -0.03427182883024216, - 0.9869878888130188 - ] - ], - [ - 2.2333333492279053, - [ - -0.061437178403139114, - 0.12642166018486023, - 0.053310904651880264, - 0.9886358976364136 - ] - ], - [ - 2.2666666507720947, - [ - -0.05088105797767639, - 0.12622129917144775, - 0.03738551586866379, - 0.9899907112121582 - ] - ], - [ - 2.299999952316284, - [ - -0.04480799660086632, - 0.1370212435722351, - -0.03400668874382973, - 0.9889697432518005 - ] - ], - [ - 2.3333332538604736, - [ - -0.04393419250845909, - 0.15807883441448212, - -0.13543105125427246, - 0.9771076440811157 - ] - ], - [ - 2.366666555404663, - [ - -0.04675215110182762, - 0.18134965002536774, - -0.23760060966014862, - 0.9531382322311401 - ] - ], - [ - 2.4000000953674316, - [ - -0.05132905766367912, - 0.20065109431743622, - -0.3099285662174225, - 0.9279272556304932 - ] - ], - [ - 2.433333396911621, - [ - -0.054865531623363495, - 0.212540403008461, - -0.33512210845947266, - 0.916247546672821 - ] - ], - [ - 2.4666666984558105, - [ - -0.05407409369945526, - 0.2119354009628296, - -0.3028503656387329, - 0.9275997281074524 - ] - ], - [ - 2.5, - [ - -0.04749983921647072, - 0.19741305708885193, - -0.22124426066875458, - 0.9538464546203613 - ] - ], - [ - 2.5333333015441895, - [ - -0.03516403213143349, - 0.16620850563049316, - -0.10021033883094788, - 0.9803550839424133 - ] - ], - [ - 2.566666603088379, - [ - -0.017719678580760956, - 0.1219085156917572, - 0.021421652287244797, - 0.9921519160270691 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010235706577077508, - 0.09875589609146118, - 0.07987257093191147, - 0.9919010400772095 - ] - ], - [ - 2.633333444595337, - [ - 0.008324655704200268, - 0.11509670317173004, - 0.02205291949212551, - 0.9930745959281921 - ] - ], - [ - 2.6666667461395264, - [ - 0.003343320684507489, - 0.15776395797729492, - -0.12515972554683685, - 0.979507327079773 - ] - ], - [ - 2.700000047683716, - [ - -0.0047871642746031284, - 0.20070360600948334, - -0.2680552005767822, - 0.9422534704208374 - ] - ], - [ - 2.7333333492279053, - [ - -0.010236408561468124, - 0.22227172553539276, - -0.3271237909793854, - 0.9184119701385498 - ] - ], - [ - 2.7666666507720947, - [ - -0.012205437757074833, - 0.22073881328105927, - -0.3036738336086273, - 0.9267726540565491 - ] - ], - [ - 2.799999952316284, - [ - -0.013050890527665615, - 0.1977728307247162, - -0.24158483743667603, - 0.9499222636222839 - ] - ], - [ - 2.8333332538604736, - [ - -0.014231424778699875, - 0.16431808471679688, - -0.1734401285648346, - 0.9709354043006897 - ] - ], - [ - 2.866666555404663, - [ - -0.016075383871793747, - 0.14554442465305328, - -0.140533447265625, - 0.9791879057884216 - ] - ], - [ - 2.9000000953674316, - [ - -0.01885821856558323, - 0.14835889637470245, - -0.15912386775016785, - 0.9758656620979309 - ] - ], - [ - 2.933333396911621, - [ - -0.021410975605249405, - 0.16133445501327515, - -0.2039138823747635, - 0.9653663039207458 - ] - ], - [ - 2.9666666984558105, - [ - -0.023580873385071754, - 0.17821988463401794, - -0.2572465240955353, - 0.9494765996932983 - ] - ], - [ - 3.0, - [ - -0.025643877685070038, - 0.19388696551322937, - -0.30564671754837036, - 0.9318424463272095 - ] - ], - [ - 3.0333333015441895, - [ - -0.027158163487911224, - 0.20206470787525177, - -0.34039947390556335, - 0.9179110527038574 - ] - ], - [ - 3.066666603088379, - [ - -0.028694909065961838, - 0.20123670995235443, - -0.3539496064186096, - 0.9129074811935425 - ] - ], - [ - 3.0999999046325684, - [ - -0.02970762550830841, - 0.1928400844335556, - -0.3350106179714203, - 0.9217907786369324 - ] - ], - [ - 3.133333444595337, - [ - -0.02892695926129818, - 0.18160589039325714, - -0.28234362602233887, - 0.941522479057312 - ] - ], - [ - 3.1666667461395264, - [ - -0.026005452498793602, - 0.16624008119106293, - -0.19748936593532562, - 0.9657566547393799 - ] - ], - [ - 3.200000047683716, - [ - -0.02092108689248562, - 0.14334024488925934, - -0.09468004107475281, - 0.9849119782447815 - ] - ], - [ - 3.2333333492279053, - [ - -0.014440487138926983, - 0.1268252283334732, - -0.009865953586995602, - 0.9917709827423096 - ] - ], - [ - 3.2666666507720947, - [ - -0.008974364958703518, - 0.12452053278684616, - 0.024156827479600906, - 0.99188232421875 - ] - ], - [ - 3.299999952316284, - [ - -0.008368426002562046, - 0.12429385632276535, - -0.0074027227237820625, - 0.9921826720237732 - ] - ], - [ - 3.3333332538604736, - [ - -0.015668543055653572, - 0.1210198849439621, - -0.09775959700345993, - 0.9877002239227295 - ] - ], - [ - 3.366666555404663, - [ - -0.028721868991851807, - 0.11769834905862808, - -0.2039114385843277, - 0.9714639782905579 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658433224_683074.json b/lenses/physics-objects/Scene/assets/1646688658433224_683074.json deleted file mode 100644 index 2aecb7b6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658433224_683074.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658433224:683074", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658442828_683087.json b/lenses/physics-objects/Scene/assets/1646688658442828_683087.json deleted file mode 100644 index 1064253a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658442828_683087.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658442828:683087", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.575882911682129, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ], - [ - 1.0, - [ - 9.575882911682129, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658443112_683094.json b/lenses/physics-objects/Scene/assets/1646688658443112_683094.json deleted file mode 100644 index 13200ace..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658443112_683094.json +++ /dev/null @@ -1,1657 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658443112:683094", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01895872689783573, - 0.08508265018463135, - -0.0027416087687015533, - 0.9961897134780884 - ] - ], - [ - 0.03333333507180214, - [ - -0.01895872689783573, - 0.08508265018463135, - -0.0027416087687015533, - 0.9961897134780884 - ] - ], - [ - 0.06666667014360428, - [ - -0.02133713848888874, - 0.08577493578195572, - -0.003766434034332633, - 0.9960789084434509 - ] - ], - [ - 0.10000000149011612, - [ - -0.02374188043177128, - 0.08648461103439331, - -0.004717865493148565, - 0.9959591031074524 - ] - ], - [ - 0.13333334028720856, - [ - -0.026109810918569565, - 0.08720055222511292, - -0.0055716498754918575, - 0.9958329796791077 - ] - ], - [ - 0.1666666716337204, - [ - -0.028378555551171303, - 0.08791003376245499, - -0.006304706446826458, - 0.9957041144371033 - ] - ], - [ - 0.20000000298023224, - [ - -0.03048647567629814, - 0.08859836310148239, - -0.006895274389535189, - 0.9955769181251526 - ] - ], - [ - 0.23333333432674408, - [ - -0.03237253427505493, - 0.0892486423254013, - -0.007323023397475481, - 0.9954562187194824 - ] - ], - [ - 0.2666666805744171, - [ - -0.03397602587938309, - 0.08984171599149704, - -0.007569060195237398, - 0.9953476786613464 - ] - ], - [ - 0.30000001192092896, - [ - -0.035267628729343414, - 0.0903548076748848, - -0.007630079053342342, - 0.995255708694458 - ] - ], - [ - 0.3333333432674408, - [ - -0.03622525557875633, - 0.09076303988695145, - -0.007507748436182737, - 0.995185136795044 - ] - ], - [ - 0.36666667461395264, - [ - -0.03684110939502716, - 0.09104055911302567, - -0.007212268654257059, - 0.9951393604278564 - ] - ], - [ - 0.4000000059604645, - [ - -0.03715130686759949, - 0.09116014093160629, - -0.006775393150746822, - 0.9951199293136597 - ] - ], - [ - 0.4333333373069763, - [ - -0.037200894206762314, - 0.09104400873184204, - -0.0062237512320280075, - 0.995132327079773 - ] - ], - [ - 0.46666666865348816, - [ - -0.03705032914876938, - 0.09084164351224899, - -0.005689434707164764, - 0.9951596260070801 - ] - ], - [ - 0.5, - [ - -0.03673311695456505, - 0.09078614413738251, - -0.00531789381057024, - 0.9951785206794739 - ] - ], - [ - 0.5333333611488342, - [ - -0.03628493472933769, - 0.09081079810857773, - -0.005033664405345917, - 0.9951941967010498 - ] - ], - [ - 0.5666666626930237, - [ - -0.03574910759925842, - 0.09083649516105652, - -0.004737890791147947, - 0.9952126741409302 - ] - ], - [ - 0.6000000238418579, - [ - -0.03513670712709427, - 0.09086261689662933, - -0.004433803725987673, - 0.9952335357666016 - ] - ], - [ - 0.6333333253860474, - [ - -0.03445880860090256, - 0.090888611972332, - -0.004124668426811695, - 0.9952561855316162 - ] - ], - [ - 0.6666666865348816, - [ - -0.0337265208363533, - 0.0909140333533287, - -0.003813707735389471, - 0.9952802658081055 - ] - ], - [ - 0.699999988079071, - [ - -0.03295084461569786, - 0.09093835204839706, - -0.0035041619557887316, - 0.995305061340332 - ] - ], - [ - 0.7333333492279053, - [ - -0.03214293718338013, - 0.09096108376979828, - -0.0031992383301258087, - 0.9953304529190063 - ] - ], - [ - 0.7666666507720947, - [ - -0.03131387010216713, - 0.09098169952630997, - -0.0029021669179201126, - 0.9953559041023254 - ] - ], - [ - 0.800000011920929, - [ - -0.030474675819277763, - 0.09099961817264557, - -0.0026161582209169865, - 0.9953811168670654 - ] - ], - [ - 0.8333333134651184, - [ - -0.029636530205607414, - 0.09101419150829315, - -0.0023444052785634995, - 0.9954058527946472 - ] - ], - [ - 0.8666666746139526, - [ - -0.02881043031811714, - 0.09102469682693481, - -0.0020900550298392773, - 0.9954296946525574 - ] - ], - [ - 0.8999999761581421, - [ - -0.028007565066218376, - 0.0910303145647049, - -0.0018562756013125181, - 0.9954524636268616 - ] - ], - [ - 0.9333333373069763, - [ - -0.0272389966994524, - 0.09103019535541534, - -0.0016462430357933044, - 0.9954742789268494 - ] - ], - [ - 0.9666666388511658, - [ - -0.026515839621424675, - 0.0910232737660408, - -0.0014630877412855625, - 0.9954946041107178 - ] - ], - [ - 1.0, - [ - -0.025849223136901855, - 0.0910085141658783, - -0.0013099099742248654, - 0.9955137372016907 - ] - ], - [ - 1.0333333015441895, - [ - -0.02525026723742485, - 0.09098468720912933, - -0.0011898467782884836, - 0.995531439781189 - ] - ], - [ - 1.0666667222976685, - [ - -0.02473006770014763, - 0.09095053374767303, - -0.0011059887474402785, - 0.9955477118492126 - ] - ], - [ - 1.1333333253860474, - [ - -0.023984136059880257, - 0.09084553271532059, - -0.001065397053025663, - 0.9955756664276123 - ] - ], - [ - 1.2333333492279053, - [ - -0.023518836125731468, - 0.09059920907020569, - -0.0013714698143303394, - 0.9956087470054626 - ] - ], - [ - 1.2999999523162842, - [ - -0.023261012509465218, - 0.09038868546485901, - -0.0018111441750079393, - 0.9956332445144653 - ] - ], - [ - 1.3333333730697632, - [ - -0.02319437824189663, - 0.09024765342473984, - -0.0021280325017869473, - 0.9956469535827637 - ] - ], - [ - 1.399999976158142, - [ - -0.023224281147122383, - 0.08990518748760223, - -0.002800109563395381, - 0.9956755638122559 - ] - ], - [ - 1.4666666984558105, - [ - -0.023454925045371056, - 0.08949928730726242, - -0.0034273567143827677, - 0.9957047700881958 - ] - ], - [ - 1.5333333015441895, - [ - -0.023826686665415764, - 0.08904135972261429, - -0.003992669750005007, - 0.9957349896430969 - ] - ], - [ - 1.600000023841858, - [ - -0.024279875680804253, - 0.08854368329048157, - -0.00447962898761034, - 0.995766282081604 - ] - ], - [ - 1.6666666269302368, - [ - -0.024754725396633148, - 0.08801917731761932, - -0.004872298799455166, - 0.9957992434501648 - ] - ], - [ - 1.7000000476837158, - [ - -0.024981576949357986, - 0.08775094896554947, - -0.005028392653912306, - 0.9958164691925049 - ] - ], - [ - 1.7333333492279053, - [ - -0.02519138902425766, - 0.08748093247413635, - -0.005155074875801802, - 0.9958342909812927 - ] - ], - [ - 1.7666666507720947, - [ - -0.025376630946993828, - 0.08721079677343369, - -0.005250399000942707, - 0.9958527684211731 - ] - ], - [ - 1.7999999523162842, - [ - -0.025529803708195686, - 0.08694209158420563, - -0.005312430672347546, - 0.9958720207214355 - ] - ], - [ - 1.8666666746139526, - [ - -0.025709887966513634, - 0.08641541749238968, - -0.005328805185854435, - 0.9959131479263306 - ] - ], - [ - 1.9333332777023315, - [ - -0.0256714578717947, - 0.08591315150260925, - -0.005188446957617998, - 0.9959583282470703 - ] - ], - [ - 1.9666666984558105, - [ - -0.025551434606313705, - 0.08567479997873306, - -0.005054461769759655, - 0.9959826469421387 - ] - ], - [ - 2.0, - [ - -0.025354180485010147, - 0.08544676750898361, - -0.004875231999903917, - 0.9960081577301025 - ] - ], - [ - 2.0333333015441895, - [ - -0.025072144344449043, - 0.08523036539554596, - -0.004648666363209486, - 0.9960349202156067 - ] - ], - [ - 2.066666603088379, - [ - -0.024697810411453247, - 0.08502675592899323, - -0.004372655879706144, - 0.9960629343986511 - ] - ], - [ - 2.0999999046325684, - [ - -0.024223636835813522, - 0.08483709394931793, - -0.004045069683343172, - 0.9960921406745911 - ] - ], - [ - 2.133333444595337, - [ - -0.023626331239938736, - 0.08466268330812454, - -0.0036570210941135883, - 0.9961228370666504 - ] - ], - [ - 2.1666667461395264, - [ - -0.022889330983161926, - 0.08450452238321304, - -0.0032025189138948917, - 0.9961550235748291 - ] - ], - [ - 2.200000047683716, - [ - -0.021995972841978073, - 0.08436288684606552, - -0.002675294876098633, - 0.9961887001991272 - ] - ], - [ - 2.2333333492279053, - [ - -0.02091939002275467, - 0.08423798531293869, - -0.0020647651981562376, - 0.9962239265441895 - ] - ], - [ - 2.2666666507720947, - [ - -0.019642626866698265, - 0.08413461595773697, - -0.0013664719881489873, - 0.996259868144989 - ] - ], - [ - 2.299999952316284, - [ - -0.018157729879021645, - 0.08405029773712158, - -0.0005476128426380455, - 0.9962959289550781 - ] - ], - [ - 2.3333332538604736, - [ - -0.016486015170812607, - 0.08397401124238968, - 0.0004024585068691522, - 0.9963314533233643 - ] - ], - [ - 2.366666555404663, - [ - -0.014653125777840614, - 0.08390554040670395, - 0.0014028329169377685, - 0.9963650107383728 - ] - ], - [ - 2.4000000953674316, - [ - -0.012585245072841644, - 0.08385657519102097, - 0.0024106232449412346, - 0.996395468711853 - ] - ], - [ - 2.433333396911621, - [ - -0.010221857577562332, - 0.08383618295192719, - 0.0034376869443804026, - 0.996421217918396 - ] - ], - [ - 2.4666666984558105, - [ - -0.007604215294122696, - 0.08384547382593155, - 0.00447500217705965, - 0.9964396953582764 - ] - ], - [ - 2.5, - [ - -0.004773659165948629, - 0.0838858038187027, - 0.005513423588126898, - 0.9964486956596375 - ] - ], - [ - 2.5333333015441895, - [ - -0.001771697774529457, - 0.08395860344171524, - 0.0065436712466180325, - 0.9964461922645569 - ] - ], - [ - 2.566666603088379, - [ - 0.0013601022073999047, - 0.08406509459018707, - 0.007556254975497723, - 0.9964306950569153 - ] - ], - [ - 2.5999999046325684, - [ - 0.00458007026463747, - 0.08420611917972565, - 0.008541555143892765, - 0.9964012503623962 - ] - ], - [ - 2.633333444595337, - [ - 0.007846493273973465, - 0.08438189327716827, - 0.009489803574979305, - 0.9963573813438416 - ] - ], - [ - 2.6666667461395264, - [ - 0.011117455549538136, - 0.08459194749593735, - 0.010390988551080227, - 0.9962995648384094 - ] - ], - [ - 2.700000047683716, - [ - 0.01435110904276371, - 0.08483485877513885, - 0.011234947480261326, - 0.9962283372879028 - ] - ], - [ - 2.7333333492279053, - [ - 0.01750550977885723, - 0.08510830998420715, - 0.012011333368718624, - 0.9961456060409546 - ] - ], - [ - 2.7666666507720947, - [ - 0.020538683980703354, - 0.08540892601013184, - 0.012709591537714005, - 0.9960532784461975 - ] - ], - [ - 2.799999952316284, - [ - 0.023408694192767143, - 0.08573222160339355, - 0.013318981975317001, - 0.995954155921936 - ] - ], - [ - 2.8333332538604736, - [ - 0.026073571294546127, - 0.08607260882854462, - 0.013828675262629986, - 0.9958516359329224 - ] - ], - [ - 2.866666555404663, - [ - 0.02849135920405388, - 0.08642338216304779, - 0.014227689243853092, - 0.9957494735717773 - ] - ], - [ - 2.9000000953674316, - [ - 0.030620146542787552, - 0.08677675575017929, - 0.014505035243928432, - 0.9956515431404114 - ] - ], - [ - 2.933333396911621, - [ - 0.032368987798690796, - 0.08711443841457367, - 0.014639830216765404, - 0.9955647587776184 - ] - ], - [ - 2.9666666984558105, - [ - 0.03366302698850632, - 0.08741945773363113, - 0.014614651910960674, - 0.9954954981803894 - ] - ], - [ - 3.0, - [ - 0.03448731452226639, - 0.08768492937088013, - 0.014425059780478477, - 0.9954466819763184 - ] - ], - [ - 3.0333333015441895, - [ - 0.034838058054447174, - 0.08790324628353119, - 0.014071892015635967, - 0.9954201579093933 - ] - ], - [ - 3.066666603088379, - [ - 0.03470882028341293, - 0.08806765824556351, - 0.01355497632175684, - 0.9954174160957336 - ] - ], - [ - 3.0999999046325684, - [ - 0.03410486876964569, - 0.08817108720541, - 0.012879650108516216, - 0.9954380393028259 - ] - ], - [ - 3.133333444595337, - [ - 0.0330532006919384, - 0.08817318081855774, - 0.012083294801414013, - 0.9954832792282104 - ] - ], - [ - 3.1666667461395264, - [ - 0.03159744665026665, - 0.08823046833276749, - 0.01113410945981741, - 0.9955365657806396 - ] - ], - [ - 3.200000047683716, - [ - 0.02980179525911808, - 0.0885142982006073, - 0.01001353282481432, - 0.9955786466598511 - ] - ], - [ - 3.2333333492279053, - [ - 0.027706243097782135, - 0.0889129787683487, - 0.00880329217761755, - 0.9956150650978088 - ] - ], - [ - 3.2666666507720947, - [ - 0.025342553853988647, - 0.08932985365390778, - 0.007554949261248112, - 0.9956510663032532 - ] - ], - [ - 3.299999952316284, - [ - 0.022771980613470078, - 0.08975985646247864, - 0.006296848878264427, - 0.9956832528114319 - ] - ], - [ - 3.3333332538604736, - [ - 0.020055390894412994, - 0.09019854664802551, - 0.0050573283806443214, - 0.9957090020179749 - ] - ], - [ - 3.366666555404663, - [ - 0.017252953723073006, - 0.09064148366451263, - 0.0038641958963125944, - 0.9957266449928284 - ] - ], - [ - 3.4000000953674316, - [ - 0.014424164779484272, - 0.09108365327119827, - 0.002744309138506651, - 0.9957351088523865 - ] - ], - [ - 3.433333396911621, - [ - 0.011627886444330215, - 0.09151892364025116, - 0.0017233509570360184, - 0.9957339763641357 - ] - ], - [ - 3.4666666984558105, - [ - 0.008922154083848, - 0.09193965047597885, - 0.0008255130960606039, - 0.9957242608070374 - ] - ], - [ - 3.5, - [ - 0.0063643669709563255, - 0.09233632683753967, - 7.350125815719366e-05, - 0.995707631111145 - ] - ], - [ - 3.5333333015441895, - [ - 0.004011404234915972, - 0.09269716590642929, - -0.0005116721731610596, - 0.9956862330436707 - ] - ], - [ - 3.566666603088379, - [ - 0.001919751986861229, - 0.09300809353590012, - -0.0009105014614760876, - 0.9956631064414978 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010019998444477096, - 0.09325037151575089, - -0.001122153946198523, - 0.9956420660018921 - ] - ], - [ - 3.633333444595337, - [ - -0.0014288421953096986, - 0.09340525418519974, - -0.0011482445988804102, - 0.9956265091896057 - ] - ], - [ - 3.6666667461395264, - [ - -0.002641465747728944, - 0.09345592558383942, - -0.0009953699773177505, - 0.9956194162368774 - ] - ], - [ - 3.700000047683716, - [ - -0.003557097166776657, - 0.09338439255952835, - -0.0006927072536200285, - 0.9956236481666565 - ] - ], - [ - 3.7333333492279053, - [ - -0.00420520082116127, - 0.09312577545642853, - -0.00025696223019622266, - 0.9956454634666443 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046312748454511166, - 0.09282247722148895, - 0.0001793599221855402, - 0.9956718683242798 - ] - ], - [ - 3.799999952316284, - [ - -0.0048534865491092205, - 0.09269215166568756, - 0.0004625205765478313, - 0.9956828951835632 - ] - ], - [ - 3.9000000953674316, - [ - -0.0046372259967029095, - 0.09264454245567322, - 0.0011232825927436352, - 0.9956878423690796 - ] - ], - [ - 3.933333396911621, - [ - -0.0043981047347188, - 0.09264595061540604, - 0.0013605363201349974, - 0.9956884980201721 - ] - ], - [ - 3.9666666984558105, - [ - -0.004099376033991575, - 0.09265279024839401, - 0.0016002294141799212, - 0.9956887364387512 - ] - ], - [ - 4.0333333015441895, - [ - -0.003368855221197009, - 0.09267686307430267, - 0.002074130577966571, - 0.9956883788108826 - ] - ], - [ - 4.066666603088379, - [ - -0.0029599377885460854, - 0.09269124269485474, - 0.002301957691088319, - 0.9956878423690796 - ] - ], - [ - 4.099999904632568, - [ - -0.0025371673982590437, - 0.09270529448986053, - 0.002519447123631835, - 0.9956871867179871 - ] - ], - [ - 4.166666507720947, - [ - -0.0016958441119641066, - 0.09272649884223938, - 0.002910552779212594, - 0.9956859350204468 - ] - ], - [ - 4.199999809265137, - [ - -0.001300188829191029, - 0.09273063391447067, - 0.003077820176258683, - 0.9956856369972229 - ] - ], - [ - 4.233333110809326, - [ - -0.0009364745346829295, - 0.09272836893796921, - 0.0032219651620835066, - 0.9956858158111572 - ] - ], - [ - 4.300000190734863, - [ - -0.0003507077053654939, - 0.09269796311855316, - 0.0034282116685062647, - 0.9956883192062378 - ] - ], - [ - 4.366666793823242, - [ - -3.0275055905804038e-05, - 0.09262137115001678, - 0.003503975458443165, - 0.9956952333450317 - ] - ], - [ - 4.400000095367432, - [ - 1.7435393147025025e-06, - 0.09256115555763245, - 0.003485040972009301, - 0.9957008957862854 - ] - ], - [ - 4.433333396911621, - [ - -8.046867151279002e-05, - 0.0924840196967125, - 0.003417819272726774, - 0.9957082867622375 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029835436725988984, - 0.09238813072443008, - 0.0032945917919278145, - 0.9957175850868225 - ] - ], - [ - 4.5, - [ - -0.0006717513897456229, - 0.0922713503241539, - 0.0031085056252777576, - 0.9957288503646851 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012274375185370445, - 0.09213155508041382, - 0.0028496289160102606, - 0.9957420229911804 - ] - ], - [ - 4.566666603088379, - [ - -0.00198486540466547, - 0.09196631610393524, - 0.0025101385544985533, - 0.995756983757019 - ] - ], - [ - 4.599999904632568, - [ - -0.0029574441723525524, - 0.09176173806190491, - 0.0020758858881890774, - 0.9957744479179382 - ] - ], - [ - 4.633333206176758, - [ - -0.00414150208234787, - 0.09150824695825577, - 0.0015475237742066383, - 0.9957945942878723 - ] - ], - [ - 4.666666507720947, - [ - -0.0055311801843345165, - 0.09121191501617432, - 0.0009692366002127528, - 0.9958156943321228 - ] - ], - [ - 4.699999809265137, - [ - -0.007117558736354113, - 0.0908791646361351, - 0.00037599573261104524, - 0.9958364367485046 - ] - ], - [ - 4.733333110809326, - [ - -0.008879330940544605, - 0.09051460027694702, - -0.00022813653049524873, - 0.9958555102348328 - ] - ], - [ - 4.766666889190674, - [ - -0.010795243084430695, - 0.09012299031019211, - -0.0008391652372665703, - 0.9958717823028564 - ] - ], - [ - 4.800000190734863, - [ - -0.012843863107264042, - 0.08970911055803299, - -0.001453135977499187, - 0.9958842396736145 - ] - ], - [ - 4.833333492279053, - [ - -0.01500383485108614, - 0.0892777219414711, - -0.002066178247332573, - 0.9958916306495667 - ] - ], - [ - 4.866666793823242, - [ - -0.01725376397371292, - 0.08883349597454071, - -0.0026744427159428596, - 0.9958934783935547 - ] - ], - [ - 4.900000095367432, - [ - -0.019586892798542976, - 0.08837928622961044, - -0.0032765280921012163, - 0.995888888835907 - ] - ], - [ - 4.933333396911621, - [ - -0.021997423842549324, - 0.08791787177324295, - -0.003871236927807331, - 0.9958773851394653 - ] - ], - [ - 4.9666666984558105, - [ - -0.024465173482894897, - 0.08745353668928146, - -0.0044549196027219296, - 0.9958581924438477 - ] - ], - [ - 5.0, - [ - -0.026969999074935913, - 0.08699040114879608, - -0.005023954901844263, - 0.9958314299583435 - ] - ], - [ - 5.0333333015441895, - [ - -0.029491567984223366, - 0.08653225749731064, - -0.005574524402618408, - 0.9957968592643738 - ] - ], - [ - 5.066666603088379, - [ - -0.03200966492295265, - 0.08608262985944748, - -0.006102803163230419, - 0.9957549571990967 - ] - ], - [ - 5.099999904632568, - [ - -0.03450394421815872, - 0.0856446921825409, - -0.0066047534346580505, - 0.9957062005996704 - ] - ], - [ - 5.133333206176758, - [ - -0.03695407137274742, - 0.08522127568721771, - -0.00707631278783083, - 0.9956514835357666 - ] - ], - [ - 5.166666507720947, - [ - -0.03933968394994736, - 0.0848148837685585, - -0.007513155695050955, - 0.9955914616584778 - ] - ], - [ - 5.199999809265137, - [ - -0.04164036363363266, - 0.0844276025891304, - -0.00791084486991167, - 0.9955277442932129 - ] - ], - [ - 5.233333110809326, - [ - -0.043835707008838654, - 0.0840611681342125, - -0.008264773525297642, - 0.995461642742157 - ] - ], - [ - 5.266666889190674, - [ - -0.04590532183647156, - 0.0837169885635376, - -0.008570151403546333, - 0.995394766330719 - ] - ], - [ - 5.300000190734863, - [ - -0.04782867431640625, - 0.08339603990316391, - -0.008822036907076836, - 0.995328962802887 - ] - ], - [ - 5.333333492279053, - [ - -0.04958539456129074, - 0.08309893310070038, - -0.009015302173793316, - 0.9952660799026489 - ] - ], - [ - 5.366666793823242, - [ - -0.05115503817796707, - 0.08282609283924103, - -0.009144688956439495, - 0.995208203792572 - ] - ], - [ - 5.400000095367432, - [ - -0.05251714959740639, - 0.08257747441530228, - -0.009204803965985775, - 0.9951573610305786 - ] - ], - [ - 5.433333396911621, - [ - -0.053635574877262115, - 0.08235357701778412, - -0.00918363593518734, - 0.9951164722442627 - ] - ], - [ - 5.4666666984558105, - [ - -0.05448098108172417, - 0.08215425163507462, - -0.009071952663362026, - 0.9950880408287048 - ] - ], - [ - 5.5, - [ - -0.05502371862530708, - 0.0819786787033081, - -0.008860227651894093, - 0.9950745701789856 - ] - ], - [ - 5.5333333015441895, - [ - -0.05522415041923523, - 0.08182608336210251, - -0.008534777909517288, - 0.9950788617134094 - ] - ], - [ - 5.566666603088379, - [ - -0.05505277216434479, - 0.08170173317193985, - -0.008087158203125, - 0.9951024055480957 - ] - ], - [ - 5.599999904632568, - [ - -0.05448905751109123, - 0.08159341663122177, - -0.007480759173631668, - 0.9951469898223877 - ] - ], - [ - 5.633333206176758, - [ - -0.053541574627161026, - 0.08148045837879181, - -0.006702095735818148, - 0.9952132105827332 - ] - ], - [ - 5.666666507720947, - [ - -0.052223172038793564, - 0.08136017620563507, - -0.005828703287988901, - 0.9952986836433411 - ] - ], - [ - 5.699999809265137, - [ - -0.05055279657244682, - 0.08123455196619034, - -0.0049219997599720955, - 0.9954000115394592 - ] - ], - [ - 5.733333110809326, - [ - -0.048570264130830765, - 0.08110616356134415, - -0.003991182893514633, - 0.9955133199691772 - ] - ], - [ - 5.766666889190674, - [ - -0.04631533473730087, - 0.08097835630178452, - -0.003045522142201662, - 0.9956345558166504 - ] - ], - [ - 5.800000190734863, - [ - -0.04382803663611412, - 0.08085495233535767, - -0.002094338880851865, - 0.9957596063613892 - ] - ], - [ - 5.833333492279053, - [ - -0.041148386895656586, - 0.08074009418487549, - -0.001146961934864521, - 0.995884895324707 - ] - ], - [ - 5.866666793823242, - [ - -0.03831647336483002, - 0.08063776046037674, - -0.0002127702464349568, - 0.9960067272186279 - ] - ], - [ - 5.900000095367432, - [ - -0.03537265211343765, - 0.0805518850684166, - 0.0006988677778281271, - 0.996122419834137 - ] - ], - [ - 5.933333396911621, - [ - -0.03235727921128273, - 0.0804857686161995, - 0.0015785713912919164, - 0.9962291717529297 - ] - ], - [ - 5.9666666984558105, - [ - -0.029310911893844604, - 0.08044224232435226, - 0.0024168374948203564, - 0.9963253140449524 - ] - ], - [ - 6.0, - [ - -0.026274224743247032, - 0.08042334765195847, - 0.003204195760190487, - 0.9964092969894409 - ] - ], - [ - 6.0333333015441895, - [ - -0.023287909105420113, - 0.0804302915930748, - 0.003931000828742981, - 0.996480405330658 - ] - ], - [ - 6.066666603088379, - [ - -0.020392807200551033, - 0.08046329766511917, - 0.004587613511830568, - 0.9965384006500244 - ] - ], - [ - 6.099999904632568, - [ - -0.017629750072956085, - 0.08052162826061249, - 0.00516424048691988, - 0.9965835809707642 - ] - ], - [ - 6.133333206176758, - [ - -0.015039677731692791, - 0.08060348778963089, - 0.005650985985994339, - 0.996616780757904 - ] - ], - [ - 6.166666507720947, - [ - -0.012663525529205799, - 0.08070600032806396, - 0.0060378918424248695, - 0.9966393113136292 - ] - ], - [ - 6.199999809265137, - [ - -0.010542167350649834, - 0.08082523941993713, - 0.006314931437373161, - 0.9966525435447693 - ] - ], - [ - 6.233333110809326, - [ - -0.008716561831533909, - 0.08095629513263702, - 0.006472039967775345, - 0.9966586232185364 - ] - ], - [ - 6.266666889190674, - [ - -0.007227517198771238, - 0.08109323680400848, - 0.006499213166534901, - 0.9966592192649841 - ] - ], - [ - 6.300000190734863, - [ - -0.00611282791942358, - 0.08122920989990234, - 0.006387661676853895, - 0.9966562390327454 - ] - ], - [ - 6.333333492279053, - [ - -0.0053990981541574, - 0.08135625720024109, - 0.006133316084742546, - 0.9966515898704529 - ] - ], - [ - 6.366666793823242, - [ - -0.0051160650327801704, - 0.08146653324365616, - 0.00573075283318758, - 0.9966464638710022 - ] - ], - [ - 6.400000095367432, - [ - -0.005280434153974056, - 0.08155171573162079, - 0.0051800645887851715, - 0.9966417551040649 - ] - ], - [ - 6.433333396911621, - [ - -0.005886287894099951, - 0.08156675100326538, - 0.0045061372220516205, - 0.9966403245925903 - ] - ], - [ - 6.4666666984558105, - [ - -0.006910952273756266, - 0.08167118579149246, - 0.003677402390167117, - 0.9966285824775696 - ] - ], - [ - 6.5, - [ - -0.00831203255802393, - 0.082037553191185, - 0.00268033379688859, - 0.9965909719467163 - ] - ], - [ - 6.5333333015441895, - [ - -0.01004024688154459, - 0.0825541540980339, - 0.0015985056525096297, - 0.9965348243713379 - ] - ], - [ - 6.566666603088379, - [ - -0.012035438790917397, - 0.08312629163265228, - 0.0004893498262390494, - 0.9964662194252014 - ] - ], - [ - 6.599999904632568, - [ - -0.014230916276574135, - 0.08374446630477905, - -0.0006211894797161222, - 0.9963854551315308 - ] - ], - [ - 6.633333206176758, - [ - -0.016560500487685204, - 0.08439963310956955, - -0.001706858049146831, - 0.9962928891181946 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658443368_683101.json b/lenses/physics-objects/Scene/assets/1646688658443368_683101.json deleted file mode 100644 index 40b20323..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658443368_683101.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658443368:683101", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658444758_683114.json b/lenses/physics-objects/Scene/assets/1646688658444758_683114.json deleted file mode 100644 index 595d8371..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658444758_683114.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658444758:683114", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.553865432739258, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.516985893249512, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.53985595703125, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.565011978149414, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.597023010253906, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.619304656982422, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.623650550842285, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.601207733154297, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.55942153930664, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.524786949157715, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.50200366973877, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.496315956115723, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.538057327270508, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.598652839660645, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.639669418334961, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.640617370605469, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.61189079284668, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.573261260986328, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.5413818359375, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.516599655151367, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.512616157531738, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.49271011352539, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.502063751220703, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.554906845092773, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.622943878173828, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.64108657836914, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.605814933776855, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.56783676147461, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.539546012878418, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.524419784545898, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.501428604125977, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.498147010803223, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.550149917602539, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.612875938415527, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.64502239227295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.639372825622559, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.6177339553833, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.598592758178711, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.542119026184082, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.519347190856934, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.499715805053711, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.499611854553223, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.530952453613281, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.583107948303223, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.620355606079102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.608108520507813, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.534847259521484, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.532946586608887, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.510798454284668, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.484917640686035, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.515936851501465, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.591869354248047, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.64522933959961, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.637738227844238, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.550990104675293, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.54073429107666, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.518181800842285, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.48934268951416, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.513679504394531, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.578484535217285, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.603503227233887, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.553128242492676, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.52788257598877, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.542855262756348, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.580657958984375, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.622655868530273, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.65269947052002, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.654348373413086, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.62044620513916, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.573064804077148, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.550338745117188, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.540590286254883, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.511821746826172, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.488606452941895, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.498825073242188, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.605207443237305, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658445015_683121.json b/lenses/physics-objects/Scene/assets/1646688658445015_683121.json deleted file mode 100644 index a2208fca..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658445015_683121.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658445015:683121", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ], - [ - 0.03333333507180214, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ], - [ - 0.06666667014360428, - [ - -0.03707399219274521, - 0.11093902587890625, - -0.08981166779994965, - 0.9890661835670471 - ] - ], - [ - 0.10000000149011612, - [ - -0.037207793444395065, - 0.11224464327096939, - -0.14699245989322662, - 0.9820438623428345 - ] - ], - [ - 0.13333334028720856, - [ - -0.03301084414124489, - 0.10344686359167099, - -0.09734562784433365, - 0.9893093109130859 - ] - ], - [ - 0.1666666716337204, - [ - -0.02727172151207924, - 0.08414438366889954, - -0.03630782663822174, - 0.99541836977005 - ] - ], - [ - 0.20000000298023224, - [ - -0.0220300555229187, - 0.0685621052980423, - 0.012967508286237717, - 0.9973192811012268 - ] - ], - [ - 0.23333333432674408, - [ - -0.01880757138133049, - 0.06846759468317032, - 0.030892420560121536, - 0.9969976544380188 - ] - ], - [ - 0.2666666805744171, - [ - -0.016613857820630074, - 0.08019749075174332, - 0.014503025449812412, - 0.9965350031852722 - ] - ], - [ - 0.30000001192092896, - [ - -0.015433638356626034, - 0.09028197079896927, - -0.0055261049419641495, - 0.9957813024520874 - ] - ], - [ - 0.3333333432674408, - [ - -0.014984585344791412, - 0.09734275937080383, - -0.024902500212192535, - 0.9948264956474304 - ] - ], - [ - 0.36666667461395264, - [ - -0.014210449531674385, - 0.10301884263753891, - -0.046259086579084396, - 0.9935015439987183 - ] - ], - [ - 0.4000000059604645, - [ - -0.0132218599319458, - 0.10692303627729416, - -0.0687701478600502, - 0.9917980432510376 - ] - ], - [ - 0.4333333373069763, - [ - -0.010853980667889118, - 0.11001035571098328, - -0.09346435964107513, - 0.9894667863845825 - ] - ], - [ - 0.46666666865348816, - [ - -0.005799728445708752, - 0.11290180683135986, - -0.11562146991491318, - 0.9868391156196594 - ] - ], - [ - 0.5, - [ - 0.002520787762477994, - 0.10607113689184189, - -0.07537874579429626, - 0.9914941191673279 - ] - ], - [ - 0.5333333611488342, - [ - 0.013714466243982315, - 0.08626803010702133, - 0.03962869942188263, - 0.9953890442848206 - ] - ], - [ - 0.5666666626930237, - [ - 0.025285452604293823, - 0.07801821827888489, - 0.1733541488647461, - 0.9814388155937195 - ] - ], - [ - 0.6000000238418579, - [ - 0.03372430428862572, - 0.10424527525901794, - 0.2788486182689667, - 0.9540646076202393 - ] - ], - [ - 0.6333333253860474, - [ - 0.035808999091386795, - 0.14890040457248688, - 0.311970591545105, - 0.937667727470398 - ] - ], - [ - 0.6666666865348816, - [ - 0.031990572810173035, - 0.1739567518234253, - 0.27267375588417053, - 0.9457085728645325 - ] - ], - [ - 0.699999988079071, - [ - 0.02393021434545517, - 0.17126530408859253, - 0.20228341221809387, - 0.9639382362365723 - ] - ], - [ - 0.7333333492279053, - [ - 0.01252440270036459, - 0.14660826325416565, - 0.11679001152515411, - 0.9821961522102356 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033101887675002217, - 0.12093468010425568, - 0.027636494487524033, - 0.9922756552696228 - ] - ], - [ - 0.800000011920929, - [ - -0.009780527092516422, - 0.10872592031955719, - -0.05149071663618088, - 0.9926891326904297 - ] - ], - [ - 0.8333333134651184, - [ - -0.01583835296332836, - 0.1092277318239212, - -0.10993479937314987, - 0.987791895866394 - ] - ], - [ - 0.8666666746139526, - [ - -0.017280323430895805, - 0.1129455640912056, - -0.13457165658473969, - 0.9842942357063293 - ] - ], - [ - 0.8999999761581421, - [ - -0.013887367211282253, - 0.11154104769229889, - -0.11338600516319275, - 0.9871724247932434 - ] - ], - [ - 0.9333333373069763, - [ - -0.005510506685823202, - 0.10319723933935165, - -0.054305095225572586, - 0.9931620955467224 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068631405010819435, - 0.08953153342008591, - 0.030255548655986786, - 0.9955006837844849 - ] - ], - [ - 1.0, - [ - 0.020474594086408615, - 0.07890032976865768, - 0.12365365773439407, - 0.9889719486236572 - ] - ], - [ - 1.0333333015441895, - [ - 0.03172248974442482, - 0.08281879872083664, - 0.210696741938591, - 0.9735202193260193 - ] - ], - [ - 1.0666667222976685, - [ - 0.03805122897028923, - 0.10498909652233124, - 0.2760516405105591, - 0.954633355140686 - ] - ], - [ - 1.100000023841858, - [ - 0.038752418011426926, - 0.13248148560523987, - 0.3009236454963684, - 0.9436057806015015 - ] - ], - [ - 1.1333333253860474, - [ - 0.032716453075408936, - 0.14779354631900787, - 0.2618196904659271, - 0.9531722664833069 - ] - ], - [ - 1.1666666269302368, - [ - 0.022309154272079468, - 0.14456215500831604, - 0.16635452210903168, - 0.9751565456390381 - ] - ], - [ - 1.2000000476837158, - [ - 0.010087081231176853, - 0.13111726939678192, - 0.046026043593883514, - 0.9902464747428894 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019022963242605329, - 0.12226885557174683, - -0.06546454131603241, - 0.9903338551521301 - ] - ], - [ - 1.2666666507720947, - [ - -0.01077168807387352, - 0.1213393285870552, - -0.14107158780097961, - 0.9824762344360352 - ] - ], - [ - 1.2999999523162842, - [ - -0.014440617524087429, - 0.12345670163631439, - -0.16569890081882477, - 0.9783117175102234 - ] - ], - [ - 1.3333333730697632, - [ - -0.012461269274353981, - 0.11912363022565842, - -0.12622091174125671, - 0.9847450256347656 - ] - ], - [ - 1.3666666746139526, - [ - -0.006165125407278538, - 0.10256115347146988, - -0.03903913125395775, - 0.9939412474632263 - ] - ], - [ - 1.399999976158142, - [ - 0.0018364659044891596, - 0.08330253511667252, - 0.07015054672956467, - 0.9940505027770996 - ] - ], - [ - 1.4333332777023315, - [ - 0.0071967970579862595, - 0.08814793080091476, - 0.17671051621437073, - 0.9802813529968262 - ] - ], - [ - 1.4666666984558105, - [ - 0.007850824855268002, - 0.12988802790641785, - 0.2493906468153, - 0.9596206545829773 - ] - ], - [ - 1.5, - [ - 0.0042742472141981125, - 0.17686863243579865, - 0.2597326636314392, - 0.9493356347084045 - ] - ], - [ - 1.5333333015441895, - [ - -0.004103255458176136, - 0.19318820536136627, - 0.21062691509723663, - 0.9582786560058594 - ] - ], - [ - 1.5666667222976685, - [ - -0.016448603942990303, - 0.17467357218265533, - 0.13173018395900726, - 0.9756361842155457 - ] - ], - [ - 1.600000023841858, - [ - -0.031683143228292465, - 0.13782215118408203, - 0.03825783357024193, - 0.9892106056213379 - ] - ], - [ - 1.6333333253860474, - [ - -0.04670403152704239, - 0.10670427978038788, - -0.058121662586927414, - 0.9914911985397339 - ] - ], - [ - 1.6666666269302368, - [ - -0.05903676152229309, - 0.0936531275510788, - -0.1399947553873062, - 0.9839437007904053 - ] - ], - [ - 1.7000000476837158, - [ - -0.06778648495674133, - 0.09535348415374756, - -0.19356773793697357, - 0.974086344242096 - ] - ], - [ - 1.7333333492279053, - [ - -0.07241517305374146, - 0.10237246006727219, - -0.21230411529541016, - 0.9691249132156372 - ] - ], - [ - 1.7666666507720947, - [ - -0.07287126779556274, - 0.10908310115337372, - -0.17690147459506989, - 0.9754469394683838 - ] - ], - [ - 1.7999999523162842, - [ - -0.06866858154535294, - 0.1095820814371109, - -0.09116394072771072, - 0.9874034523963928 - ] - ], - [ - 1.8333333730697632, - [ - -0.060643814504146576, - 0.10012805461883545, - 0.01651577092707157, - 0.9929873943328857 - ] - ], - [ - 1.8666666746139526, - [ - -0.052293550223112106, - 0.08933921903371811, - 0.11916196346282959, - 0.9874635934829712 - ] - ], - [ - 1.899999976158142, - [ - -0.04594894126057625, - 0.0919775441288948, - 0.1960316151380539, - 0.9751926064491272 - ] - ], - [ - 1.9333332777023315, - [ - -0.043014418333768845, - 0.10369693487882614, - 0.22490563988685608, - 0.9678916335105896 - ] - ], - [ - 1.9666666984558105, - [ - -0.047017473727464676, - 0.1070859432220459, - 0.18898826837539673, - 0.9749900698661804 - ] - ], - [ - 2.0, - [ - -0.05860394984483719, - 0.10153156518936157, - 0.10274116694927216, - 0.9877758622169495 - ] - ], - [ - 2.0333333015441895, - [ - -0.07312268018722534, - 0.09905669838190079, - -0.009406156837940216, - 0.992347002029419 - ] - ], - [ - 2.066666603088379, - [ - -0.0856187716126442, - 0.10330341011285782, - -0.11719243228435516, - 0.9840039610862732 - ] - ], - [ - 2.0999999046325684, - [ - -0.09282359480857849, - 0.11062360554933548, - -0.1964770257472992, - 0.9698159694671631 - ] - ], - [ - 2.133333444595337, - [ - -0.09290271997451782, - 0.11922189593315125, - -0.23204413056373596, - 0.9608905911445618 - ] - ], - [ - 2.1666667461395264, - [ - -0.08702529221773148, - 0.12697122991085052, - -0.18858888745307922, - 0.9699170589447021 - ] - ], - [ - 2.200000047683716, - [ - -0.07559483498334885, - 0.11836760491132736, - -0.06999628245830536, - 0.9876108765602112 - ] - ], - [ - 2.2333333492279053, - [ - -0.06161125749349594, - 0.08495424687862396, - 0.0777105763554573, - 0.9914373159408569 - ] - ], - [ - 2.2666666507720947, - [ - -0.0502302385866642, - 0.05230266973376274, - 0.19892717897891998, - 0.9773277640342712 - ] - ], - [ - 2.299999952316284, - [ - -0.0438566617667675, - 0.04661623761057854, - 0.2427644282579422, - 0.9679715633392334 - ] - ], - [ - 2.3333332538604736, - [ - -0.04394099488854408, - 0.06211806833744049, - 0.19793714582920074, - 0.9772571921348572 - ] - ], - [ - 2.366666555404663, - [ - -0.048573870211839676, - 0.08235128223896027, - 0.10104523599147797, - 0.990277111530304 - ] - ], - [ - 2.4000000953674316, - [ - -0.05493349954485893, - 0.10304291546344757, - -0.011885580606758595, - 0.9930877089500427 - ] - ], - [ - 2.433333396911621, - [ - -0.058897390961647034, - 0.12884145975112915, - -0.11182281374931335, - 0.9835785031318665 - ] - ], - [ - 2.4666666984558105, - [ - -0.056428756564855576, - 0.1587154120206833, - -0.18605102598667145, - 0.967992901802063 - ] - ], - [ - 2.5, - [ - -0.047662731260061264, - 0.1840382069349289, - -0.2185996174812317, - 0.9571167230606079 - ] - ], - [ - 2.5333333015441895, - [ - -0.034952424466609955, - 0.16916924715042114, - -0.14351996779441833, - 0.9744547605514526 - ] - ], - [ - 2.566666603088379, - [ - -0.017766578122973442, - 0.09928756952285767, - 0.015625253319740295, - 0.9947774410247803 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010170494351768866, - 0.02806359902024269, - 0.1653355211019516, - 0.9858381152153015 - ] - ], - [ - 2.633333444595337, - [ - 0.008147312328219414, - 0.016396965831518173, - 0.23458923399448395, - 0.9719221591949463 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033643923234194517, - 0.060315780341625214, - 0.15746836364269257, - 0.9856746196746826 - ] - ], - [ - 2.700000047683716, - [ - -0.00504656694829464, - 0.11418040841817856, - -0.016479918733239174, - 0.9933105111122131 - ] - ], - [ - 2.7333333492279053, - [ - -0.010820851661264896, - 0.15902303159236908, - -0.17901331186294556, - 0.9708496332168579 - ] - ], - [ - 2.7666666507720947, - [ - -0.012585834600031376, - 0.17866931855678558, - -0.23375406861305237, - 0.9556557536125183 - ] - ], - [ - 2.799999952316284, - [ - -0.013301190920174122, - 0.16049160063266754, - -0.1917562633752823, - 0.9681400060653687 - ] - ], - [ - 2.8333332538604736, - [ - -0.014385633170604706, - 0.12971343100070953, - -0.14039327204227448, - 0.9814566969871521 - ] - ], - [ - 2.866666555404663, - [ - -0.01624615117907524, - 0.103752501308918, - -0.0983957052230835, - 0.9895907044410706 - ] - ], - [ - 2.9000000953674316, - [ - -0.019162330776453018, - 0.09600656479597092, - -0.08450581133365631, - 0.9916020035743713 - ] - ], - [ - 2.933333396911621, - [ - -0.02193121798336506, - 0.10564073175191879, - -0.10290636122226715, - 0.9888222217559814 - ] - ], - [ - 2.9666666984558105, - [ - -0.024461423978209496, - 0.11678154766559601, - -0.12519481778144836, - 0.984931468963623 - ] - ], - [ - 3.0, - [ - -0.026988757774233818, - 0.1272684931755066, - -0.14587217569351196, - 0.980711817741394 - ] - ], - [ - 3.0333333015441895, - [ - -0.028866250067949295, - 0.13747859001159668, - -0.16848856210708618, - 0.9756424427032471 - ] - ], - [ - 3.066666603088379, - [ - -0.030488459393382072, - 0.14577007293701172, - -0.19231264293193817, - 0.9699677228927612 - ] - ], - [ - 3.0999999046325684, - [ - -0.03105364739894867, - 0.1535024791955948, - -0.21687187254428864, - 0.9635555148124695 - ] - ], - [ - 3.133333444595337, - [ - -0.02941131219267845, - 0.1631612926721573, - -0.2368849515914917, - 0.9572872519493103 - ] - ], - [ - 3.1666667461395264, - [ - -0.026046548038721085, - 0.15866434574127197, - -0.19624896347522736, - 0.9672815203666687 - ] - ], - [ - 3.200000047683716, - [ - -0.020987728610634804, - 0.12765835225582123, - -0.08380483835935593, - 0.9880483746528625 - ] - ], - [ - 3.2333333492279053, - [ - -0.014482112601399422, - 0.09091423451900482, - 0.04731105640530586, - 0.9946288466453552 - ] - ], - [ - 3.2666666507720947, - [ - -0.00891219824552536, - 0.07842452079057693, - 0.153377965092659, - 0.9850103259086609 - ] - ], - [ - 3.299999952316284, - [ - -0.008240181021392345, - 0.09366647154092789, - 0.19150185585021973, - 0.9769778847694397 - ] - ], - [ - 3.3333332538604736, - [ - -0.017010433599352837, - 0.1066332757472992, - 0.16257253289222717, - 0.9807702898979187 - ] - ], - [ - 3.366666555404663, - [ - -0.029257161542773247, - 0.1173795759677887, - 0.07823028415441513, - 0.9895686507225037 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658445419_683128.json b/lenses/physics-objects/Scene/assets/1646688658445419_683128.json deleted file mode 100644 index a884eded..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658445419_683128.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658445419:683128", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658446628_683141.json b/lenses/physics-objects/Scene/assets/1646688658446628_683141.json deleted file mode 100644 index d507610d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658446628_683141.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658446628:683141", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.58010196685791, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 9.579046249389648, - -7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658446902_683148.json b/lenses/physics-objects/Scene/assets/1646688658446902_683148.json deleted file mode 100644 index 38a09ae1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658446902_683148.json +++ /dev/null @@ -1,1747 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658446902:683148", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.019021643325686455, - 0.021640852093696594, - 0.013318146578967571, - 0.9994961023330688 - ] - ], - [ - 0.03333333507180214, - [ - -0.019021643325686455, - 0.021640852093696594, - 0.013318146578967571, - 0.9994961023330688 - ] - ], - [ - 0.06666667014360428, - [ - -0.021408768370747566, - 0.023449981585144997, - 0.011944863013923168, - 0.999424397945404 - ] - ], - [ - 0.10000000149011612, - [ - -0.023822428658604622, - 0.025440141558647156, - 0.010445252060890198, - 0.9993379712104797 - ] - ], - [ - 0.13333334028720856, - [ - -0.02619907446205616, - 0.027559880167245865, - 0.008866315707564354, - 0.9992374181747437 - ] - ], - [ - 0.1666666716337204, - [ - -0.028476055711507797, - 0.029757197946310043, - 0.007254496682435274, - 0.9991251230239868 - ] - ], - [ - 0.20000000298023224, - [ - -0.03059142827987671, - 0.03197913616895676, - 0.005655241198837757, - 0.9990042448043823 - ] - ], - [ - 0.23333333432674408, - [ - -0.032483842223882675, - 0.034171685576438904, - 0.00411268649622798, - 0.9988794922828674 - ] - ], - [ - 0.2666666805744171, - [ - -0.03409236669540405, - 0.03627967834472656, - 0.0026691872626543045, - 0.9987564086914063 - ] - ], - [ - 0.30000001192092896, - [ - -0.0353875569999218, - 0.03824687749147415, - 0.0013616844080388546, - 0.9986405968666077 - ] - ], - [ - 0.3333333432674408, - [ - -0.03634727746248245, - 0.040015410631895065, - 0.00022348332277033478, - 0.9985377192497253 - ] - ], - [ - 0.36666667461395264, - [ - -0.03696378692984581, - 0.041527159512043, - -0.0007165170391090214, - 0.9984531402587891 - ] - ], - [ - 0.4000000059604645, - [ - -0.037273384630680084, - 0.042723435908555984, - -0.0014374158345162868, - 0.9983903765678406 - ] - ], - [ - 0.4333333373069763, - [ - -0.03732125461101532, - 0.043542053550481796, - -0.001921141054481268, - 0.9983524084091187 - ] - ], - [ - 0.46666666865348816, - [ - -0.03716859221458435, - 0.04401151463389397, - -0.002175254048779607, - 0.9983370900154114 - ] - ], - [ - 0.5, - [ - -0.03684980049729347, - 0.044175487011671066, - -0.002207617275416851, - 0.9983415007591248 - ] - ], - [ - 0.5333333611488342, - [ - -0.03640028461813927, - 0.044171255081892014, - -0.002083175117149949, - 0.998358428478241 - ] - ], - [ - 0.5666666626930237, - [ - -0.03586279973387718, - 0.044162310659885406, - -0.00188412144780159, - 0.9983786940574646 - ] - ], - [ - 0.6000000238418579, - [ - -0.035248544067144394, - 0.044147927314043045, - -0.0016175223281607032, - 0.9984017610549927 - ] - ], - [ - 0.6333333253860474, - [ - -0.034568581730127335, - 0.04412749782204628, - -0.0012904269387945533, - 0.9984267950057983 - ] - ], - [ - 0.6666666865348816, - [ - -0.03383402153849602, - 0.04410038888454437, - -0.0009099108283407986, - 0.9984536170959473 - ] - ], - [ - 0.699999988079071, - [ - -0.033056002110242844, - 0.044066112488508224, - -0.00048300172784365714, - 0.9984814524650574 - ] - ], - [ - 0.7333333492279053, - [ - -0.03224559128284454, - 0.04402414709329605, - -1.6777386917965487e-05, - 0.99850994348526 - ] - ], - [ - 0.7666666507720947, - [ - -0.03141394630074501, - 0.04397398978471756, - 0.000481721042888239, - 0.9985385537147522 - ] - ], - [ - 0.800000011920929, - [ - -0.030572213232517242, - 0.04391516000032425, - 0.0010054836748167872, - 0.9985668659210205 - ] - ], - [ - 0.8333333134651184, - [ - -0.02973143942654133, - 0.04384717345237732, - 0.0015474653337150812, - 0.9985946416854858 - ] - ], - [ - 0.8666666746139526, - [ - -0.028902804479002953, - 0.043769463896751404, - 0.0021006271708756685, - 0.9986212849617004 - ] - ], - [ - 0.8999999761581421, - [ - -0.02809743769466877, - 0.043681513518095016, - 0.002657968085259199, - 0.9986467957496643 - ] - ], - [ - 0.9333333373069763, - [ - -0.027326464653015137, - 0.04358268529176712, - 0.003212481737136841, - 0.9986708760261536 - ] - ], - [ - 0.9666666388511658, - [ - -0.026601040735840797, - 0.04347236081957817, - 0.00375719484873116, - 0.9986933469772339 - ] - ], - [ - 1.0, - [ - -0.025932323187589645, - 0.04334981366991997, - 0.004285071045160294, - 0.9987141489982605 - ] - ], - [ - 1.0333333015441895, - [ - -0.025331441313028336, - 0.04321431741118431, - 0.004789162892848253, - 0.9987331628799438 - ] - ], - [ - 1.0666667222976685, - [ - -0.024809623137116432, - 0.043065015226602554, - 0.0052624852396547794, - 0.9987503290176392 - ] - ], - [ - 1.100000023841858, - [ - -0.024377960711717606, - 0.04290101304650307, - 0.005698060151189566, - 0.9987655878067017 - ] - ], - [ - 1.1333333253860474, - [ - -0.024061264470219612, - 0.042721617966890335, - 0.006087203044444323, - 0.9987787008285522 - ] - ], - [ - 1.1666666269302368, - [ - -0.023880790919065475, - 0.04252605140209198, - 0.00642164284363389, - 0.9987892508506775 - ] - ], - [ - 1.2000000476837158, - [ - -0.02374929003417492, - 0.04229801520705223, - 0.006746468599885702, - 0.9988000392913818 - ] - ], - [ - 1.2666666507720947, - [ - -0.023447781801223755, - 0.04170260205864906, - 0.007475016172975302, - 0.9988270401954651 - ] - ], - [ - 1.2999999523162842, - [ - -0.023335961624979973, - 0.04133604094386101, - 0.007851245813071728, - 0.9988418817520142 - ] - ], - [ - 1.3333333730697632, - [ - -0.023269139230251312, - 0.04092264175415039, - 0.008220630697906017, - 0.9988574981689453 - ] - ], - [ - 1.3666666746139526, - [ - -0.023255299776792526, - 0.0404585599899292, - 0.008562525734305382, - 0.9988739490509033 - ] - ], - [ - 1.399999976158142, - [ - -0.023299280554056168, - 0.03994099795818329, - 0.008862835355103016, - 0.9988910555839539 - ] - ], - [ - 1.4333332777023315, - [ - -0.02339361049234867, - 0.03937317058444023, - 0.009124855510890484, - 0.9989091157913208 - ] - ], - [ - 1.4666666984558105, - [ - -0.023530833423137665, - 0.038758400827646255, - 0.009351840242743492, - 0.9989278316497803 - ] - ], - [ - 1.5, - [ - -0.023703457787632942, - 0.0380999892950058, - 0.009546902030706406, - 0.9989471435546875 - ] - ], - [ - 1.5333333015441895, - [ - -0.02390400879085064, - 0.03740144520998001, - 0.009713079780340195, - 0.998967170715332 - ] - ], - [ - 1.5666667222976685, - [ - -0.0241249967366457, - 0.03666623681783676, - 0.009853302501142025, - 0.9989877343177795 - ] - ], - [ - 1.600000023841858, - [ - -0.024358926340937614, - 0.03589800000190735, - 0.009970446117222309, - 0.9990088939666748 - ] - ], - [ - 1.6333333253860474, - [ - -0.024598293006420135, - 0.0351002961397171, - 0.010067332535982132, - 0.9990302920341492 - ] - ], - [ - 1.6666666269302368, - [ - -0.02483559027314186, - 0.03427685797214508, - 0.010146661661565304, - 0.9990522265434265 - ] - ], - [ - 1.7000000476837158, - [ - -0.02506331540644169, - 0.03343142569065094, - 0.010211160406470299, - 0.9990746378898621 - ] - ], - [ - 1.7333333492279053, - [ - -0.025273898616433144, - 0.03256775066256523, - 0.010263456031680107, - 0.9990972280502319 - ] - ], - [ - 1.7666666507720947, - [ - -0.025459878146648407, - 0.03168964013457298, - 0.010306143201887608, - 0.99912029504776 - ] - ], - [ - 1.7999999523162842, - [ - -0.025613680481910706, - 0.030800990760326385, - 0.010341817513108253, - 0.9991438984870911 - ] - ], - [ - 1.8333333730697632, - [ - -0.02572772279381752, - 0.029905587434768677, - 0.010373019613325596, - 0.9991677403450012 - ] - ], - [ - 1.8666666746139526, - [ - -0.025794537737965584, - 0.02900736965239048, - 0.010402300395071507, - 0.9991921782493591 - ] - ], - [ - 1.899999976158142, - [ - -0.025806499645113945, - 0.028110230341553688, - 0.010432220064103603, - 0.9992172122001648 - ] - ], - [ - 1.9333332777023315, - [ - -0.02575608529150486, - 0.027218066155910492, - 0.010465294122695923, - 0.9992428421974182 - ] - ], - [ - 1.9666666984558105, - [ - -0.0256357379257679, - 0.02633478119969368, - 0.01050407625734806, - 0.9992693066596985 - ] - ], - [ - 2.0, - [ - -0.025437869131565094, - 0.025464298203587532, - 0.01055115181952715, - 0.9992964267730713 - ] - ], - [ - 2.0333333015441895, - [ - -0.025154944509267807, - 0.024610504508018494, - 0.010609142482280731, - 0.9993242621421814 - ] - ], - [ - 2.066666603088379, - [ - -0.024779390543699265, - 0.0237773098051548, - 0.010680665262043476, - 0.9993530511856079 - ] - ], - [ - 2.0999999046325684, - [ - -0.024303657934069633, - 0.022968554869294167, - 0.010768418200314045, - 0.999382734298706 - ] - ], - [ - 2.133333444595337, - [ - -0.023704349994659424, - 0.022187616676092148, - 0.0108761852607131, - 0.9994136095046997 - ] - ], - [ - 2.1666667461395264, - [ - -0.022964950650930405, - 0.021437933668494225, - 0.011007240042090416, - 0.9994457960128784 - ] - ], - [ - 2.200000047683716, - [ - -0.022068632766604424, - 0.020722487941384315, - 0.011164890602231026, - 0.9994794130325317 - ] - ], - [ - 2.2333333492279053, - [ - -0.020988453179597855, - 0.020043740049004555, - 0.01135308388620615, - 0.9995144009590149 - ] - ], - [ - 2.2666666507720947, - [ - -0.019707491621375084, - 0.01940503530204296, - 0.011575015261769295, - 0.999550461769104 - ] - ], - [ - 2.299999952316284, - [ - -0.018217703327536583, - 0.018806064501404762, - 0.011841955594718456, - 0.9995869994163513 - ] - ], - [ - 2.3333332538604736, - [ - -0.01654047705233097, - 0.018247002735733986, - 0.012160477228462696, - 0.9996228218078613 - ] - ], - [ - 2.366666555404663, - [ - -0.01470151636749506, - 0.0177253820002079, - 0.012563219293951988, - 0.9996559619903564 - ] - ], - [ - 2.4000000953674316, - [ - -0.01262680534273386, - 0.017223745584487915, - 0.013124549761414528, - 0.9996857643127441 - ] - ], - [ - 2.433333396911621, - [ - -0.010255598463118076, - 0.016730593517422676, - 0.013878685422241688, - 0.9997110962867737 - ] - ], - [ - 2.4666666984558105, - [ - -0.007629309315234423, - 0.016248207539319992, - 0.014806327410042286, - 0.999729335308075 - ] - ], - [ - 2.5, - [ - -0.004789412021636963, - 0.015779683366417885, - 0.015887975692749023, - 0.9997377991676331 - ] - ], - [ - 2.5333333015441895, - [ - -0.0017775427550077438, - 0.0153285451233387, - 0.01710396073758602, - 0.99973464012146 - ] - ], - [ - 2.566666603088379, - [ - 0.0013645896688103676, - 0.014898591674864292, - 0.018434524536132813, - 0.9997182488441467 - ] - ], - [ - 2.5999999046325684, - [ - 0.00459517166018486, - 0.014493701048195362, - 0.01985974609851837, - 0.999687135219574 - ] - ], - [ - 2.633333444595337, - [ - 0.007872352376580238, - 0.014117695391178131, - 0.02135959453880787, - 0.9996411800384521 - ] - ], - [ - 2.6666667461395264, - [ - 0.011154060252010822, - 0.013774193823337555, - 0.022913943976163864, - 0.9995803236961365 - ] - ], - [ - 2.700000047683716, - [ - 0.014398299157619476, - 0.013466468080878258, - 0.024502595886588097, - 0.999505341053009 - ] - ], - [ - 2.7333333492279053, - [ - 0.017562996596097946, - 0.013197344727814198, - 0.026105323806405067, - 0.999417781829834 - ] - ], - [ - 2.7666666507720947, - [ - 0.020606037229299545, - 0.012969116680324078, - 0.02770192362368107, - 0.9993196725845337 - ] - ], - [ - 2.799999952316284, - [ - 0.02348531223833561, - 0.012783465906977654, - 0.029272234067320824, - 0.9992138743400574 - ] - ], - [ - 2.8333332538604736, - [ - 0.026158679276704788, - 0.012641418725252151, - 0.030796052888035774, - 0.9991034865379333 - ] - ], - [ - 2.866666555404663, - [ - 0.028584111481904984, - 0.012543329037725925, - 0.032253410667181015, - 0.9989922642707825 - ] - ], - [ - 2.9000000953674316, - [ - 0.030719563364982605, - 0.012488809414207935, - 0.03362433612346649, - 0.9988842606544495 - ] - ], - [ - 2.933333396911621, - [ - 0.032473716884851456, - 0.012478707358241081, - 0.03486359119415283, - 0.9987863898277283 - ] - ], - [ - 2.9666666984558105, - [ - 0.03377152979373932, - 0.012511779554188251, - 0.0359344407916069, - 0.9987050890922546 - ] - ], - [ - 3.0, - [ - 0.034598078578710556, - 0.012583666481077671, - 0.036829911172389984, - 0.9986432790756226 - ] - ], - [ - 3.0333333015441895, - [ - 0.03494943678379059, - 0.012688578106462955, - 0.03754332289099693, - 0.9986030459403992 - ] - ], - [ - 3.066666603088379, - [ - 0.034819286316633224, - 0.012821563519537449, - 0.03806784003973007, - 0.9985860586166382 - ] - ], - [ - 3.0999999046325684, - [ - 0.03421290963888168, - 0.012976340018212795, - 0.03839695826172829, - 0.9985924959182739 - ] - ], - [ - 3.133333444595337, - [ - 0.0331573560833931, - 0.013142668642103672, - 0.0385257750749588, - 0.998620867729187 - ] - ], - [ - 3.1666667461395264, - [ - 0.03169688209891319, - 0.013377774506807327, - 0.038418836891651154, - 0.9986693859100342 - ] - ], - [ - 3.200000047683716, - [ - 0.029896246269345284, - 0.013730264268815517, - 0.03805086016654968, - 0.9987341165542603 - ] - ], - [ - 3.2333333492279053, - [ - 0.027795184403657913, - 0.01432320661842823, - 0.037387315183877945, - 0.9988115429878235 - ] - ], - [ - 3.2666666507720947, - [ - 0.02542513608932495, - 0.015263499692082405, - 0.03641271963715553, - 0.9988968372344971 - ] - ], - [ - 3.299999952316284, - [ - 0.02284747175872326, - 0.016503579914569855, - 0.03516928479075432, - 0.9989839792251587 - ] - ], - [ - 3.3333332538604736, - [ - 0.020123016089200974, - 0.017997220158576965, - 0.0337008461356163, - 0.9990672469139099 - ] - ], - [ - 3.366666555404663, - [ - 0.017312120646238327, - 0.019698796793818474, - 0.03205246850848198, - 0.9991421699523926 - ] - ], - [ - 3.4000000953674316, - [ - 0.014474410563707352, - 0.021562788635492325, - 0.030269818380475044, - 0.9992043375968933 - ] - ], - [ - 3.433333396911621, - [ - 0.011668951250612736, - 0.02354314737021923, - 0.02839895524084568, - 0.9992512464523315 - ] - ], - [ - 3.4666666984558105, - [ - 0.008954020217061043, - 0.02559303119778633, - 0.026485612615942955, - 0.9992814064025879 - ] - ], - [ - 3.5, - [ - 0.006387294735759497, - 0.0276644304394722, - 0.02457481063902378, - 0.9992947578430176 - ] - ], - [ - 3.5333333015441895, - [ - 0.004025925882160664, - 0.02970794402062893, - 0.02271060086786747, - 0.9992924928665161 - ] - ], - [ - 3.566666603088379, - [ - 0.0019267192110419273, - 0.031672678887844086, - 0.020935554057359695, - 0.9992771744728088 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010056317842099816, - 0.033508915454149246, - 0.01928034797310829, - 0.999252438545227 - ] - ], - [ - 3.633333444595337, - [ - -0.0014340007910504937, - 0.03516450151801109, - 0.017779862508177757, - 0.9992223381996155 - ] - ], - [ - 3.6666667461395264, - [ - -0.0026509391609579325, - 0.0365854874253273, - 0.016475560143589973, - 0.9991912841796875 - ] - ], - [ - 3.700000047683716, - [ - -0.003569743363186717, - 0.03771866112947464, - 0.015401041135191917, - 0.9991633296012878 - ] - ], - [ - 3.7333333492279053, - [ - -0.004219968803226948, - 0.03850710391998291, - 0.014587346464395523, - 0.9991429448127747 - ] - ], - [ - 3.7666666507720947, - [ - -0.0046473597176373005, - 0.038975950330495834, - 0.014029156416654587, - 0.9991308450698853 - ] - ], - [ - 3.799999952316284, - [ - -0.004870274104177952, - 0.03916259855031967, - 0.013718889094889164, - 0.9991267919540405 - ] - ], - [ - 3.933333396911621, - [ - -0.004413279704749584, - 0.03928247094154358, - 0.01371463481336832, - 0.99912428855896 - ] - ], - [ - 3.9666666984558105, - [ - -0.004113508854061365, - 0.03930872306227684, - 0.013876930810511112, - 0.9991222620010376 - ] - ], - [ - 4.0, - [ - -0.0037654126062989235, - 0.039331354200839996, - 0.014088700525462627, - 0.9991198182106018 - ] - ], - [ - 4.066666603088379, - [ - -0.002970121568068862, - 0.03936157375574112, - 0.01463181059807539, - 0.9991135001182556 - ] - ], - [ - 4.099999904632568, - [ - -0.00254588620737195, - 0.03936714679002762, - 0.014948702417314053, - 0.9991097450256348 - ] - ], - [ - 4.133333206176758, - [ - -0.0021192380227148533, - 0.03936504200100899, - 0.015286273322999477, - 0.9991058111190796 - ] - ], - [ - 4.166666507720947, - [ - -0.0017016613855957985, - 0.03935428336262703, - 0.015637295320630074, - 0.9991015195846558 - ] - ], - [ - 4.199999809265137, - [ - -0.0013046438107267022, - 0.039333902299404144, - 0.015994567424058914, - 0.9990972280502319 - ] - ], - [ - 4.233333110809326, - [ - -0.0009396782843396068, - 0.039302878081798553, - 0.01635098271071911, - 0.9990931153297424 - ] - ], - [ - 4.266666889190674, - [ - -0.0006182663491927087, - 0.03926018998026848, - 0.016699358820915222, - 0.9990893006324768 - ] - ], - [ - 4.300000190734863, - [ - -0.00035190387279726565, - 0.039204757660627365, - 0.01703255996108055, - 0.9990859627723694 - ] - ], - [ - 4.333333492279053, - [ - -0.0001521047088317573, - 0.03913550823926926, - 0.017343446612358093, - 0.999083399772644 - ] - ], - [ - 4.400000095367432, - [ - 1.7493598534201737e-06, - 0.03895092010498047, - 0.017869824543595314, - 0.9990814328193665 - ] - ], - [ - 4.4666666984558105, - [ - -0.00029936322243884206, - 0.03869953006505966, - 0.01821562647819519, - 0.9990848302841187 - ] - ], - [ - 4.5, - [ - -0.0006740177632309496, - 0.038546688854694366, - 0.018300289288163185, - 0.9990890026092529 - ] - ], - [ - 4.5333333015441895, - [ - -0.001231570029631257, - 0.038374628871679306, - 0.018314529210329056, - 0.9990948438644409 - ] - ], - [ - 4.566666603088379, - [ - -0.001991534372791648, - 0.038182295858860016, - 0.018250569701194763, - 0.9991021156311035 - ] - ], - [ - 4.599999904632568, - [ - -0.0029673492535948753, - 0.037964850664138794, - 0.018100643530488014, - 0.9991108179092407 - ] - ], - [ - 4.633333206176758, - [ - -0.004155328497290611, - 0.03771773725748062, - 0.01786084845662117, - 0.9991201758384705 - ] - ], - [ - 4.666666507720947, - [ - -0.005549590568989515, - 0.037432629615068436, - 0.017516039311885834, - 0.9991303086280823 - ] - ], - [ - 4.699999809265137, - [ - -0.007141164503991604, - 0.03710365295410156, - 0.017057694494724274, - 0.9991403222084045 - ] - ], - [ - 4.733333110809326, - [ - -0.008908693678677082, - 0.03673335909843445, - 0.016495564952492714, - 0.9991492629051208 - ] - ], - [ - 4.766666889190674, - [ - -0.010830825194716454, - 0.03632451966404915, - 0.015839243307709694, - 0.9991558194160461 - ] - ], - [ - 4.800000190734863, - [ - -0.012886079959571362, - 0.03588016703724861, - 0.01509832963347435, - 0.9991589188575745 - ] - ], - [ - 4.833333492279053, - [ - -0.01505303755402565, - 0.03540336713194847, - 0.01428243238478899, - 0.9991576671600342 - ] - ], - [ - 4.866666793823242, - [ - -0.017310181632637978, - 0.03489729017019272, - 0.013401149772107601, - 0.9991511106491089 - ] - ], - [ - 4.900000095367432, - [ - -0.01965080387890339, - 0.034366361796855927, - 0.012456679716706276, - 0.9991385340690613 - ] - ], - [ - 4.933333396911621, - [ - -0.022068995982408524, - 0.03381521627306938, - 0.011450705118477345, - 0.9991188049316406 - ] - ], - [ - 4.9666666984558105, - [ - -0.0245446115732193, - 0.03324735164642334, - 0.010392215102910995, - 0.9990916848182678 - ] - ], - [ - 5.0, - [ - -0.027057316154241562, - 0.03266622871160507, - 0.009290284477174282, - 0.9990568161010742 - ] - ], - [ - 5.0333333015441895, - [ - -0.02958683855831623, - 0.03207528591156006, - 0.008154037408530712, - 0.9990142583847046 - ] - ], - [ - 5.066666603088379, - [ - -0.03211277723312378, - 0.03147781640291214, - 0.006992698647081852, - 0.9989640712738037 - ] - ], - [ - 5.099999904632568, - [ - -0.03461482375860214, - 0.03087703138589859, - 0.0058155665174126625, - 0.9989067316055298 - ] - ], - [ - 5.133333206176758, - [ - -0.03707251325249672, - 0.030275983735919, - 0.004632102325558662, - 0.9988431930541992 - ] - ], - [ - 5.166666507720947, - [ - -0.03946540877223015, - 0.0296775009483099, - 0.003451766213402152, - 0.9987741708755493 - ] - ], - [ - 5.199999809265137, - [ - -0.04177306592464447, - 0.02908431738615036, - 0.0022841605823487043, - 0.9987010955810547 - ] - ], - [ - 5.233333110809326, - [ - -0.043974995613098145, - 0.028498873114585876, - 0.0011389517458155751, - 0.9986253976821899 - ] - ], - [ - 5.266666889190674, - [ - -0.04605074226856232, - 0.027923356741666794, - 2.5851817554212175e-05, - 0.9985488653182983 - ] - ], - [ - 5.300000190734863, - [ - -0.04797976464033127, - 0.027359841391444206, - -0.0010452369460836053, - 0.9984729886054993 - ] - ], - [ - 5.333333492279053, - [ - -0.049741536378860474, - 0.026810137555003166, - -0.002064520725980401, - 0.998400092124939 - ] - ], - [ - 5.366666793823242, - [ - -0.05131561681628227, - 0.026275647804141045, - -0.0030220241751521826, - 0.9983322024345398 - ] - ], - [ - 5.400000095367432, - [ - -0.052681438624858856, - 0.025757765397429466, - -0.003907767590135336, - 0.9982715845108032 - ] - ], - [ - 5.433333396911621, - [ - -0.05380283668637276, - 0.025257674977183342, - -0.004710542969405651, - 0.9982209801673889 - ] - ], - [ - 5.4666666984558105, - [ - -0.05465039238333702, - 0.024776525795459747, - -0.005419659893959761, - 0.9981834888458252 - ] - ], - [ - 5.5, - [ - -0.05519433692097664, - 0.024314695969223976, - -0.0060244095511734486, - 0.9981613755226135 - ] - ], - [ - 5.5333333015441895, - [ - -0.05539499595761299, - 0.02387252449989319, - -0.0065134018659591675, - 0.9981578588485718 - ] - ], - [ - 5.566666603088379, - [ - -0.05522271990776062, - 0.023450717329978943, - -0.00687604071572423, - 0.9981749653816223 - ] - ], - [ - 5.599999904632568, - [ - -0.05465700477361679, - 0.02304181642830372, - -0.007094674278050661, - 0.9982141852378845 - ] - ], - [ - 5.633333206176758, - [ - -0.05370626598596573, - 0.022638004273176193, - -0.007156951352953911, - 0.9982745051383972 - ] - ], - [ - 5.666666507720947, - [ - -0.05238349735736847, - 0.02222551964223385, - -0.0070253475569188595, - 0.998354971408844 - ] - ], - [ - 5.699999809265137, - [ - -0.05070780590176582, - 0.021791545674204826, - -0.006675671320408583, - 0.9984534382820129 - ] - ], - [ - 5.733333110809326, - [ - -0.048719123005867004, - 0.021338265389204025, - -0.006126235704869032, - 0.9985657930374146 - ] - ], - [ - 5.766666889190674, - [ - -0.04645732790231705, - 0.020868893712759018, - -0.005395303014665842, - 0.9986876845359802 - ] - ], - [ - 5.800000190734863, - [ - -0.043962474912405014, - 0.02038753032684326, - -0.004501226358115673, - 0.9988150000572205 - ] - ], - [ - 5.833333492279053, - [ - -0.04127470776438713, - 0.019898857921361923, - -0.003462414490059018, - 0.9989436864852905 - ] - ], - [ - 5.866666793823242, - [ - -0.038434289395809174, - 0.01940806210041046, - -0.0022973152808845043, - 0.9990699887275696 - ] - ], - [ - 5.900000095367432, - [ - -0.03548155352473259, - 0.01892043650150299, - -0.0010246525052934885, - 0.9991906881332397 - ] - ], - [ - 5.933333396911621, - [ - -0.032457076013088226, - 0.01844155788421631, - 0.00033681007334962487, - 0.9993029236793518 - ] - ], - [ - 5.9666666984558105, - [ - -0.0294015035033226, - 0.017976835370063782, - 0.001768037909641862, - 0.9994045495986938 - ] - ], - [ - 6.0, - [ - -0.026355557143688202, - 0.017531506717205048, - 0.0032498647924512625, - 0.9994937181472778 - ] - ], - [ - 6.0333333015441895, - [ - -0.023360097780823708, - 0.01711050048470497, - 0.004762995056807995, - 0.9995693564414978 - ] - ], - [ - 6.066666603088379, - [ - -0.020456083118915558, - 0.016718367114663124, - 0.006287856493145227, - 0.9996312856674194 - ] - ], - [ - 6.099999904632568, - [ - -0.017684511840343475, - 0.0163591131567955, - 0.007804833352565765, - 0.9996793270111084 - ] - ], - [ - 6.133333206176758, - [ - -0.01508642453700304, - 0.016036169603466988, - 0.009294193238019943, - 0.9997144937515259 - ] - ], - [ - 6.166666507720947, - [ - -0.012702877633273602, - 0.015752356499433517, - 0.010736081749200821, - 0.9997376799583435 - ] - ], - [ - 6.199999809265137, - [ - -0.01057493593543768, - 0.01550980843603611, - 0.012110613286495209, - 0.9997504353523254 - ] - ], - [ - 6.233333110809326, - [ - -0.008743636310100555, - 0.015309981070458889, - 0.013397840782999992, - 0.999754786491394 - ] - ], - [ - 6.266666889190674, - [ - -0.007249942049384117, - 0.015153617598116398, - 0.014577756635844707, - 0.9997526407241821 - ] - ], - [ - 6.300000190734863, - [ - -0.006131771951913834, - 0.015040663070976734, - 0.015630580484867096, - 0.9997459053993225 - ] - ], - [ - 6.333333492279053, - [ - -0.005415806081146002, - 0.014969781041145325, - 0.016536910086870193, - 0.9997365474700928 - ] - ], - [ - 6.366666793823242, - [ - -0.005131865385919809, - 0.014939742162823677, - 0.017277264967560768, - 0.9997260570526123 - ] - ], - [ - 6.400000095367432, - [ - -0.00529671274125576, - 0.01494811475276947, - 0.01783268339931965, - 0.9997153282165527 - ] - ], - [ - 6.433333396911621, - [ - -0.005904377903789282, - 0.014989087358117104, - 0.018185704946517944, - 0.9997048377990723 - ] - ], - [ - 6.4666666984558105, - [ - -0.006932200863957405, - 0.015129413455724716, - 0.01829843409359455, - 0.9996940493583679 - ] - ], - [ - 6.5, - [ - -0.008337809704244137, - 0.01542515680193901, - 0.018142255023121834, - 0.9996816515922546 - ] - ], - [ - 6.5333333015441895, - [ - -0.01007178146392107, - 0.016001999378204346, - 0.0176873579621315, - 0.9996647834777832 - ] - ], - [ - 6.566666603088379, - [ - -0.012073768302798271, - 0.016964666545391083, - 0.016932928934693336, - 0.9996398091316223 - ] - ], - [ - 6.599999904632568, - [ - -0.014276883564889431, - 0.018259862437844276, - 0.015922708436846733, - 0.9996045231819153 - ] - ], - [ - 6.633333206176758, - [ - -0.016614750027656555, - 0.019835691899061203, - 0.014702211134135723, - 0.9995571970939636 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658447144_683155.json b/lenses/physics-objects/Scene/assets/1646688658447144_683155.json deleted file mode 100644 index 118f96b2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658447144_683155.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658447144:683155", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658448274_683168.json b/lenses/physics-objects/Scene/assets/1646688658448274_683168.json deleted file mode 100644 index 21078875..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658448274_683168.json +++ /dev/null @@ -1,714 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658448274:683168", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.567887306213379, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.506635665893555, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.529809951782227, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.541194915771484, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.568730354309082, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.603951454162598, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.625950813293457, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.624031066894531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.591117858886719, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.538434982299805, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.499600410461426, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.519328117370605, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.492247581481934, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.444025993347168, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.444892883300781, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.50741195678711, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.578399658203125, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.629369735717773, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.648723602294922, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.617981910705566, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.556904792785645, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.511614799499512, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.507383346557617, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.476591110229492, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.45022964477539, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.463083267211914, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.526504516601563, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.60649585723877, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.646435737609863, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.62099552154541, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.557557106018066, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.506091117858887, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.524685859680176, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.491326332092285, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.446561813354492, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.455565452575684, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.52065658569336, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.595331192016602, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.644957542419434, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.654411315917969, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.614656448364258, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.555549621582031, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.510244369506836, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.51600170135498, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.474693298339844, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.497838973999023, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.61350154876709, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.637391090393066, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.60690975189209, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.548190116882324, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.496773719787598, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.490172386169434, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.51523208618164, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.514755249023438, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.480086326599121, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.486446380615234, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.567814826965332, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.64223575592041, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.64592170715332, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.58635139465332, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.513065338134766, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.481240272521973, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.500441551208496, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.510437965393066, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.486956596374512, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.486401557922363, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.566596984863281, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.618412971496582, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.560111999511719, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.48342227935791, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.507058143615723, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.511405944824219, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.533307075500488, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.567413330078125, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.592358589172363, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.596935272216797, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.57218074798584, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.526410102844238, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.489157676696777, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.496648788452148, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.518339157104492, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.508807182312012, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.476587295532227, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.475276947021484, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.528451919555664, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.602521896362305, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658448557_683175.json b/lenses/physics-objects/Scene/assets/1646688658448557_683175.json deleted file mode 100644 index c344000e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658448557_683175.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658448557:683175", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ], - [ - 0.03333333507180214, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ], - [ - 0.06666667014360428, - [ - -0.0373588427901268, - 0.04307207092642784, - 0.05833417549729347, - 0.9966675639152527 - ] - ], - [ - 0.10000000149011612, - [ - -0.03773508220911026, - 0.06784088164567947, - -0.04510663077235222, - 0.9959613680839539 - ] - ], - [ - 0.13333334028720856, - [ - -0.03303668648004532, - 0.08737505227327347, - -0.10491073131561279, - 0.9900848269462585 - ] - ], - [ - 0.1666666716337204, - [ - -0.02709580957889557, - 0.09103881567716599, - -0.113399438560009, - 0.9889986515045166 - ] - ], - [ - 0.20000000298023224, - [ - -0.021950041875243187, - 0.07551001757383347, - -0.07989265769720078, - 0.993696928024292 - ] - ], - [ - 0.23333333432674408, - [ - -0.01881861314177513, - 0.05212370678782463, - -0.041878413408994675, - 0.9975847005844116 - ] - ], - [ - 0.2666666805744171, - [ - -0.016657698899507523, - 0.03376585990190506, - -0.015827324241399765, - 0.9991655945777893 - ] - ], - [ - 0.30000001192092896, - [ - -0.015489257872104645, - 0.02963789366185665, - -0.011852406896650791, - 0.9993703961372375 - ] - ], - [ - 0.3333333432674408, - [ - -0.015042722225189209, - 0.038396887481212616, - -0.030384976416826248, - 0.998687207698822 - ] - ], - [ - 0.36666667461395264, - [ - -0.014257645234465599, - 0.05249618738889694, - -0.058540210127830505, - 0.9968018531799316 - ] - ], - [ - 0.4000000059604645, - [ - -0.013246403075754642, - 0.06757999956607819, - -0.08909978717565536, - 0.9936391115188599 - ] - ], - [ - 0.4333333373069763, - [ - -0.01086025033146143, - 0.08056312054395676, - -0.11495362967252731, - 0.990039050579071 - ] - ], - [ - 0.46666666865348816, - [ - -0.005802858155220747, - 0.09016638249158859, - -0.13011856377124786, - 0.9873730540275574 - ] - ], - [ - 0.5, - [ - 0.0025147295091301203, - 0.09276990592479706, - -0.11420727521181107, - 0.9891127943992615 - ] - ], - [ - 0.5333333611488342, - [ - 0.013713302090764046, - 0.08275949954986572, - -0.04827336221933365, - 0.9953052401542664 - ] - ], - [ - 0.5666666626930237, - [ - 0.0256634671241045, - 0.06568744033575058, - 0.05280033126473427, - 0.9961117506027222 - ] - ], - [ - 0.6000000238418579, - [ - 0.03488936647772789, - 0.05246337130665779, - 0.14769624173641205, - 0.9870238900184631 - ] - ], - [ - 0.6333333253860474, - [ - 0.037298571318387985, - 0.04315385967493057, - 0.2070123851299286, - 0.9766741991043091 - ] - ], - [ - 0.6666666865348816, - [ - 0.03287407010793686, - 0.037183016538619995, - 0.23040802776813507, - 0.9718276858329773 - ] - ], - [ - 0.699999988079071, - [ - 0.024178719148039818, - 0.03558655083179474, - 0.22264894843101501, - 0.9739488959312439 - ] - ], - [ - 0.7333333492279053, - [ - 0.012536820024251938, - 0.035262029618024826, - 0.17881758511066437, - 0.983170211315155 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033163282205350697, - 0.03980879485607147, - 0.1007014587521553, - 0.9941200017929077 - ] - ], - [ - 0.800000011920929, - [ - -0.009837553836405277, - 0.054143790155649185, - 0.0037966587115079165, - 0.9984774589538574 - ] - ], - [ - 0.8333333134651184, - [ - -0.015933755785226822, - 0.07419425249099731, - -0.0819474458694458, - 0.9937434196472168 - ] - ], - [ - 0.8666666746139526, - [ - -0.017327725887298584, - 0.09052961319684982, - -0.1317027360200882, - 0.9869946837425232 - ] - ], - [ - 0.8999999761581421, - [ - -0.013870766386389732, - 0.09629472345113754, - -0.13547351956367493, - 0.9859928488731384 - ] - ], - [ - 0.9333333373069763, - [ - -0.005497931968420744, - 0.09110505133867264, - -0.09894838184118271, - 0.9908980131149292 - ] - ], - [ - 0.9666666388511658, - [ - 0.0068687261082232, - 0.07822009921073914, - -0.034619446843862534, - 0.9963111877441406 - ] - ], - [ - 1.0, - [ - 0.02063913457095623, - 0.06073419749736786, - 0.04509570449590683, - 0.9969211220741272 - ] - ], - [ - 1.0333333015441895, - [ - 0.03229343146085739, - 0.044150542467832565, - 0.12184009701013565, - 0.9910413026809692 - ] - ], - [ - 1.0666667222976685, - [ - 0.03915233910083771, - 0.03221636265516281, - 0.1805398166179657, - 0.9822599291801453 - ] - ], - [ - 1.100000023841858, - [ - 0.04005401208996773, - 0.024989048019051552, - 0.2157803624868393, - 0.9753000140190125 - ] - ], - [ - 1.1333333253860474, - [ - 0.03342380374670029, - 0.022093098610639572, - 0.2239319533109665, - 0.9737809896469116 - ] - ], - [ - 1.1666666269302368, - [ - 0.02239270880818367, - 0.022436803206801414, - 0.20230458676815033, - 0.9788094758987427 - ] - ], - [ - 1.2000000476837158, - [ - 0.010074877180159092, - 0.027352264150977135, - 0.14467938244342804, - 0.9890491366386414 - ] - ], - [ - 1.2333333492279053, - [ - -0.001916170702315867, - 0.041266996413469315, - 0.05631297081708908, - 0.9975581169128418 - ] - ], - [ - 1.2666666507720947, - [ - -0.010933835990726948, - 0.06294456869363785, - -0.037098970264196396, - 0.9972674250602722 - ] - ], - [ - 1.2999999523162842, - [ - -0.014625600539147854, - 0.08468909561634064, - -0.10412825644016266, - 0.990843653678894 - ] - ], - [ - 1.3333333730697632, - [ - -0.01248779334127903, - 0.09917660057544708, - -0.127085343003273, - 0.9868422150611877 - ] - ], - [ - 1.3666666746139526, - [ - -0.006134671624749899, - 0.1024433895945549, - -0.10622434318065643, - 0.9890319108963013 - ] - ], - [ - 1.399999976158142, - [ - 0.0018377872183918953, - 0.09258055686950684, - -0.043195806443691254, - 0.994766116142273 - ] - ], - [ - 1.4333332777023315, - [ - 0.007312119007110596, - 0.07720571756362915, - 0.04464675113558769, - 0.9959881901741028 - ] - ], - [ - 1.4666666984558105, - [ - 0.008094791322946548, - 0.06624513864517212, - 0.12863825261592865, - 0.9894434213638306 - ] - ], - [ - 1.5, - [ - 0.004415127914398909, - 0.06080138683319092, - 0.18615993857383728, - 0.9806265234947205 - ] - ], - [ - 1.5333333015441895, - [ - -0.004178892355412245, - 0.059117402881383896, - 0.20981676876544952, - 0.9759429097175598 - ] - ], - [ - 1.5666667222976685, - [ - -0.016490809619426727, - 0.05806897580623627, - 0.19899006187915802, - 0.9781405925750732 - ] - ], - [ - 1.600000023841858, - [ - -0.03158819302916527, - 0.055586833506822586, - 0.15241923928260803, - 0.9862457513809204 - ] - ], - [ - 1.6333333253860474, - [ - -0.046836044639348984, - 0.05722445622086525, - 0.07687758654356003, - 0.9942945241928101 - ] - ], - [ - 1.6666666269302368, - [ - -0.05974983796477318, - 0.06774631142616272, - -0.012825533747673035, - 0.9958293437957764 - ] - ], - [ - 1.7000000476837158, - [ - -0.06887062638998032, - 0.08410970866680145, - -0.09351778030395508, - 0.9896650314331055 - ] - ], - [ - 1.7333333492279053, - [ - -0.07334320992231369, - 0.09886568039655685, - -0.1463364213705063, - 0.9815457463264465 - ] - ], - [ - 1.7666666507720947, - [ - -0.07308346033096313, - 0.10790640860795975, - -0.1611471325159073, - 0.9782876968383789 - ] - ], - [ - 1.7999999523162842, - [ - -0.06829140335321426, - 0.10870348662137985, - -0.13869334757328033, - 0.9819797277450562 - ] - ], - [ - 1.8333333730697632, - [ - -0.060517944395542145, - 0.09573265165090561, - -0.07236474752426147, - 0.9909269213676453 - ] - ], - [ - 1.8666666746139526, - [ - -0.05274190381169319, - 0.06752841919660568, - 0.027967030182480812, - 0.9959298372268677 - ] - ], - [ - 1.899999976158142, - [ - -0.04666527733206749, - 0.03672218322753906, - 0.12486086785793304, - 0.9903956651687622 - ] - ], - [ - 1.9333332777023315, - [ - -0.04363184794783592, - 0.017466682940721512, - 0.18409283459186554, - 0.9817845821380615 - ] - ], - [ - 1.9666666984558105, - [ - -0.04728538915514946, - 0.014456147328019142, - 0.18995890021324158, - 0.980546236038208 - ] - ], - [ - 2.0, - [ - -0.05856980010867119, - 0.025217445567250252, - 0.146182119846344, - 0.9872003197669983 - ] - ], - [ - 2.0333333015441895, - [ - -0.07324153184890747, - 0.04655582830309868, - 0.06716140359640121, - 0.9939605593681335 - ] - ], - [ - 2.066666603088379, - [ - -0.08641017973423004, - 0.0740986168384552, - -0.02821488492190838, - 0.9930995106697083 - ] - ], - [ - 2.0999999046325684, - [ - -0.0942145437002182, - 0.0982428640127182, - -0.11192608624696732, - 0.98434978723526 - ] - ], - [ - 2.133333444595337, - [ - -0.09432540833950043, - 0.11362557858228683, - -0.16243799030780792, - 0.9756054878234863 - ] - ], - [ - 2.1666667461395264, - [ - -0.08742359280586243, - 0.12052403390407562, - -0.16869528591632843, - 0.9743577241897583 - ] - ], - [ - 2.200000047683716, - [ - -0.07510498911142349, - 0.11660632491111755, - -0.1341123878955841, - 0.9812115430831909 - ] - ], - [ - 2.2333333492279053, - [ - -0.061642877757549286, - 0.09411809593439102, - -0.05818811058998108, - 0.9919456243515015 - ] - ], - [ - 2.2666666507720947, - [ - -0.05120637267827988, - 0.05575194209814072, - 0.040188662707805634, - 0.9963204860687256 - ] - ], - [ - 2.299999952316284, - [ - -0.04492553323507309, - 0.020440723747015, - 0.11985684931278229, - 0.991563618183136 - ] - ], - [ - 2.3333332538604736, - [ - -0.044375453144311905, - 0.00420518359169364, - 0.1549176424741745, - 0.9869213104248047 - ] - ], - [ - 2.366666555404663, - [ - -0.048498716205358505, - 0.010929767042398453, - 0.141099750995636, - 0.9887463450431824 - ] - ], - [ - 2.4000000953674316, - [ - -0.05503686144948006, - 0.03827834501862526, - 0.07460979372262955, - 0.9949568510055542 - ] - ], - [ - 2.433333396911621, - [ - -0.05956671014428139, - 0.07955028861761093, - -0.024155357852578163, - 0.9947564005851746 - ] - ], - [ - 2.4666666984558105, - [ - -0.05738012120127678, - 0.120414137840271, - -0.1154869794845581, - 0.9843122959136963 - ] - ], - [ - 2.5, - [ - -0.048487503081560135, - 0.1479858160018921, - -0.1664203405380249, - 0.9736803770065308 - ] - ], - [ - 2.5333333015441895, - [ - -0.035000674426555634, - 0.15043683350086212, - -0.15477749705314636, - 0.9758010506629944 - ] - ], - [ - 2.566666603088379, - [ - -0.01768345944583416, - 0.11592099070549011, - -0.07683368772268295, - 0.9901243448257446 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010294772800989449, - 0.05637029558420181, - 0.035444919019937515, - 0.9977805614471436 - ] - ], - [ - 2.633333444595337, - [ - 0.008319308049976826, - 0.007824303582310677, - 0.12220332026481628, - 0.9924393892288208 - ] - ], - [ - 2.6666667461395264, - [ - 0.0033785596024245024, - -0.006314869038760662, - 0.14207234978675842, - 0.9898303747177124 - ] - ], - [ - 2.700000047683716, - [ - -0.005056082736700773, - 0.010555820539593697, - 0.09732792526483536, - 0.9951836466789246 - ] - ], - [ - 2.7333333492279053, - [ - -0.011131609790027142, - 0.049142949283123016, - -6.538544403156266e-05, - 0.9987298250198364 - ] - ], - [ - 2.7666666507720947, - [ - -0.013053467497229576, - 0.09174887835979462, - -0.09489019215106964, - 0.9911648631095886 - ] - ], - [ - 2.799999952316284, - [ - -0.013489929959177971, - 0.1179899349808693, - -0.14769355952739716, - 0.9818773865699768 - ] - ], - [ - 2.8333332538604736, - [ - -0.014366233721375465, - 0.12029603868722916, - -0.15704026818275452, - 0.980133056640625 - ] - ], - [ - 2.866666555404663, - [ - -0.016189541667699814, - 0.09954845160245895, - -0.13172338902950287, - 0.9861424565315247 - ] - ], - [ - 2.9000000953674316, - [ - -0.019170144572854042, - 0.07167205214500427, - -0.10206963866949081, - 0.992006778717041 - ] - ], - [ - 2.933333396911621, - [ - -0.02206987887620926, - 0.0517057403922081, - -0.08164315670728683, - 0.9950748085975647 - ] - ], - [ - 2.9666666984558105, - [ - -0.024718888103961945, - 0.048677194863557816, - -0.07999750226736069, - 0.9952989220619202 - ] - ], - [ - 3.0, - [ - -0.02732119895517826, - 0.06224837154150009, - -0.09870606660842896, - 0.9927919507026672 - ] - ], - [ - 3.0333333015441895, - [ - -0.029242459684610367, - 0.0814819410443306, - -0.12512223422527313, - 0.9883572459220886 - ] - ], - [ - 3.066666603088379, - [ - -0.030888812616467476, - 0.10083550214767456, - -0.1522124856710434, - 0.9827051758766174 - ] - ], - [ - 3.0999999046325684, - [ - -0.03149723261594772, - 0.11685077100992203, - -0.173781156539917, - 0.9773197770118713 - ] - ], - [ - 3.133333444595337, - [ - -0.02991577424108982, - 0.12881679832935333, - -0.18548908829689026, - 0.9737069010734558 - ] - ], - [ - 3.1666667461395264, - [ - -0.026278259232640266, - 0.13161242008209229, - -0.17213550209999084, - 0.9758877754211426 - ] - ], - [ - 3.200000047683716, - [ - -0.0209486223757267, - 0.11543907225131989, - -0.11673993617296219, - 0.9862083792686462 - ] - ], - [ - 3.2333333492279053, - [ - -0.01450564805418253, - 0.08200283348560333, - -0.02362694963812828, - 0.9962463974952698 - ] - ], - [ - 3.2666666507720947, - [ - -0.009010748006403446, - 0.04812834784388542, - 0.07600612193346024, - 0.9959043860435486 - ] - ], - [ - 3.299999952316284, - [ - -0.008343025110661983, - 0.026798797771334648, - 0.14406441152095795, - 0.9891701936721802 - ] - ], - [ - 3.3333332538604736, - [ - -0.01598934456706047, - 0.025876857340335846, - 0.16157811880111694, - 0.9863911271095276 - ] - ], - [ - 3.366666555404663, - [ - -0.029177546501159668, - 0.026918910443782806, - 0.15652170777320862, - 0.986876368522644 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658448798_683182.json b/lenses/physics-objects/Scene/assets/1646688658448798_683182.json deleted file mode 100644 index a9316a0d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658448798_683182.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658448798:683182", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658449950_683195.json b/lenses/physics-objects/Scene/assets/1646688658449950_683195.json deleted file mode 100644 index bb58506c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658449950_683195.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658449950:683195", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.587514877319336, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.574162483215332, - 0.0, - 7.105427357601002e-15 - ] - ], - [ - 3.6666667461395264, - [ - 9.597973823547363, - 7.105427357601002e-15, - 1.6935616697641128e-20 - ] - ], - [ - 6.4666666984558105, - [ - 9.578225135803223, - -1.4210854715202004e-14, - 7.105427357601002e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.585514068603516, - 7.105427357601002e-15, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658450258_683202.json b/lenses/physics-objects/Scene/assets/1646688658450258_683202.json deleted file mode 100644 index 5711d2fb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658450258_683202.json +++ /dev/null @@ -1,1531 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658450258:683202", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.01902780309319496, - -0.0, - 0.0, - 0.9998189806938171 - ] - ], - [ - 0.03333333507180214, - [ - -0.01902780309319496, - -0.0, - 0.0, - 0.9998189806938171 - ] - ], - [ - 0.06666667014360428, - [ - -0.021416204050183296, - -0.0, - 0.0, - 0.9997706413269043 - ] - ], - [ - 0.10000000149011612, - [ - -0.02383144199848175, - -0.0, - 0.0, - 0.9997161030769348 - ] - ], - [ - 0.13333334028720856, - [ - -0.026210064068436623, - -0.0, - 0.0, - 0.9996565580368042 - ] - ], - [ - 0.1666666716337204, - [ - -0.02848943881690502, - -0.0, - 0.0, - 0.9995940923690796 - ] - ], - [ - 0.20000000298023224, - [ - -0.030607590451836586, - -0.0, - 0.0, - 0.9995315074920654 - ] - ], - [ - 0.23333333432674408, - [ - -0.032503120601177216, - -0.0, - 0.0, - 0.9994717240333557 - ] - ], - [ - 0.2666666805744171, - [ - -0.03411496430635452, - -0.0, - 0.0, - 0.9994179010391235 - ] - ], - [ - 0.30000001192092896, - [ - -0.035413533449172974, - -0.0, - 0.0, - 0.9993727207183838 - ] - ], - [ - 0.3333333432674408, - [ - -0.03637641668319702, - -0.0, - 0.0, - 0.9993382692337036 - ] - ], - [ - 0.36666667461395264, - [ - -0.03699571266770363, - -0.0, - 0.0, - 0.9993154406547546 - ] - ], - [ - 0.5, - [ - -0.03688596561551094, - -0.0, - 0.0, - 0.9993194937705994 - ] - ], - [ - 0.5333333611488342, - [ - -0.03643592819571495, - -0.0, - 0.0, - 0.9993360042572021 - ] - ], - [ - 0.5666666626930237, - [ - -0.03589792549610138, - -0.0, - 0.0, - 0.9993555545806885 - ] - ], - [ - 0.6000000238418579, - [ - -0.03528302162885666, - -0.0, - 0.0, - 0.9993773698806763 - ] - ], - [ - 0.6333333253860474, - [ - -0.0346023328602314, - -0.0, - 0.0, - 0.9994011521339417 - ] - ], - [ - 0.6666666865348816, - [ - -0.0338670015335083, - -0.0, - 0.0, - 0.9994263648986816 - ] - ], - [ - 0.699999988079071, - [ - -0.033088166266679764, - -0.0, - 0.0, - 0.999452531337738 - ] - ], - [ - 0.7333333492279053, - [ - -0.032276932150125504, - -0.0, - 0.0, - 0.9994789361953735 - ] - ], - [ - 0.7666666507720947, - [ - -0.03144441917538643, - -0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 0.800000011920929, - [ - -0.030601751059293747, - -0.0, - 0.0, - 0.9995316863059998 - ] - ], - [ - 0.8333333134651184, - [ - -0.02976010926067829, - -0.0, - 0.0, - 0.9995570778846741 - ] - ], - [ - 0.8666666746139526, - [ - -0.02893061190843582, - -0.0, - 0.0, - 0.999581515789032 - ] - ], - [ - 0.8999999761581421, - [ - -0.028124386444687843, - -0.0, - 0.0, - 0.9996045231819153 - ] - ], - [ - 0.9333333373069763, - [ - -0.027352595701813698, - -0.0, - 0.0, - 0.9996258616447449 - ] - ], - [ - 0.9666666388511658, - [ - -0.02662641555070877, - -0.0, - 0.0, - 0.999645471572876 - ] - ], - [ - 1.0, - [ - -0.025956962257623672, - -0.0, - 0.0, - 0.9996630549430847 - ] - ], - [ - 1.0333333015441895, - [ - -0.025355452671647072, - -0.0, - 0.0, - 0.9996784925460815 - ] - ], - [ - 1.0666667222976685, - [ - -0.02483300492167473, - -0.0, - 0.0, - 0.9996916055679321 - ] - ], - [ - 1.100000023841858, - [ - -0.02440083958208561, - -0.0, - 0.0, - 0.9997022747993469 - ] - ], - [ - 1.1333333253860474, - [ - -0.024083733558654785, - -0.0, - 0.0, - 0.999709963798523 - ] - ], - [ - 1.2333333492279053, - [ - -0.02361598238348961, - -0.0, - 0.0, - 0.999721109867096 - ] - ], - [ - 1.2999999523162842, - [ - -0.023356661200523376, - -0.0, - 0.0, - 0.999727189540863 - ] - ], - [ - 1.5, - [ - -0.023721778765320778, - -0.0, - 0.0, - 0.9997186064720154 - ] - ], - [ - 1.5333333015441895, - [ - -0.023921892046928406, - -0.0, - 0.0, - 0.9997138381004333 - ] - ], - [ - 1.5666667222976685, - [ - -0.024142421782016754, - -0.0, - 0.0, - 0.9997085332870483 - ] - ], - [ - 1.600000023841858, - [ - -0.024375861510634422, - -0.0, - 0.0, - 0.9997028708457947 - ] - ], - [ - 1.6666666269302368, - [ - -0.024851491674780846, - -0.0, - 0.0, - 0.9996911287307739 - ] - ], - [ - 1.7000000476837158, - [ - -0.02507863938808441, - -0.0, - 0.0, - 0.9996854662895203 - ] - ], - [ - 1.7666666507720947, - [ - -0.02547404170036316, - -0.0, - 0.0, - 0.9996755123138428 - ] - ], - [ - 2.0, - [ - -0.025447551161050797, - -0.0, - 0.0, - 0.9996761679649353 - ] - ], - [ - 2.0333333015441895, - [ - -0.025163982063531876, - -0.0, - 0.0, - 0.9996833205223083 - ] - ], - [ - 2.066666603088379, - [ - -0.024787811562418938, - -0.0, - 0.0, - 0.9996927380561829 - ] - ], - [ - 2.0999999046325684, - [ - -0.02431148663163185, - -0.0, - 0.0, - 0.9997045397758484 - ] - ], - [ - 2.133333444595337, - [ - -0.02371162921190262, - -0.0, - 0.0, - 0.9997188448905945 - ] - ], - [ - 2.1666667461395264, - [ - -0.02297162264585495, - -0.0, - 0.0, - 0.9997361302375793 - ] - ], - [ - 2.200000047683716, - [ - -0.02207474783062935, - -0.0, - 0.0, - 0.9997563362121582 - ] - ], - [ - 2.2333333492279053, - [ - -0.02099403738975525, - -0.0, - 0.0, - 0.9997795820236206 - ] - ], - [ - 2.2666666507720947, - [ - -0.0197125393897295, - -0.0, - 0.0, - 0.9998056888580322 - ] - ], - [ - 2.299999952316284, - [ - -0.018222222104668617, - -0.0, - 0.0, - 0.9998340606689453 - ] - ], - [ - 2.3333332538604736, - [ - -0.01654445193707943, - -0.0, - 0.0, - 0.9998631477355957 - ] - ], - [ - 2.366666555404663, - [ - -0.014704993925988674, - -0.0, - 0.0, - 0.9998918771743774 - ] - ], - [ - 2.4000000953674316, - [ - -0.012629774399101734, - -0.0, - 0.0, - 0.9999202489852905 - ] - ], - [ - 2.433333396911621, - [ - -0.010258028283715248, - -0.0, - 0.0, - 0.9999474883079529 - ] - ], - [ - 2.4666666984558105, - [ - -0.007631157524883747, - -0.0, - 0.0, - 0.9999709725379944 - ] - ], - [ - 2.5, - [ - -0.004790617618709803, - -0.0, - 0.0, - 0.9999886155128479 - ] - ], - [ - 2.5333333015441895, - [ - -0.001778014120645821, - -0.0, - 0.0, - 0.9999985098838806 - ] - ], - [ - 2.566666603088379, - [ - 0.0013649731408804655, - 0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 2.5999999046325684, - [ - 0.0045965611934661865, - 0.0, - 0.0, - 0.9999894499778748 - ] - ], - [ - 2.633333444595337, - [ - 0.007874938659369946, - 0.0, - 0.0, - 0.9999690055847168 - ] - ], - [ - 2.6666667461395264, - [ - 0.011158053763210773, - 0.0, - 0.0, - 0.9999377727508545 - ] - ], - [ - 2.700000047683716, - [ - 0.01440394576638937, - 0.0, - 0.0, - 0.9998963475227356 - ] - ], - [ - 2.7333333492279053, - [ - 0.01757051609456539, - 0.0, - 0.0, - 0.9998456239700317 - ] - ], - [ - 2.7666666507720947, - [ - 0.020615702494978905, - 0.0, - 0.0, - 0.9997875690460205 - ] - ], - [ - 2.799999952316284, - [ - 0.02349729835987091, - 0.0, - 0.0, - 0.9997239112854004 - ] - ], - [ - 2.8333332538604736, - [ - 0.026173215359449387, - 0.0, - 0.0, - 0.9996574521064758 - ] - ], - [ - 2.866666555404663, - [ - 0.028601258993148804, - 0.0, - 0.0, - 0.9995909929275513 - ] - ], - [ - 2.9000000953674316, - [ - 0.03073936142027378, - 0.0, - 0.0, - 0.9995274543762207 - ] - ], - [ - 2.933333396911621, - [ - 0.032496027648448944, - 0.0, - 0.0, - 0.9994718432426453 - ] - ], - [ - 2.9666666984558105, - [ - 0.0337960459291935, - 0.0, - 0.0, - 0.9994288682937622 - ] - ], - [ - 3.0, - [ - 0.03462429717183113, - 0.0, - 0.0, - 0.9994004964828491 - ] - ], - [ - 3.066666603088379, - [ - 0.0348474346101284, - 0.0, - 0.0, - 0.9993927478790283 - ] - ], - [ - 3.0999999046325684, - [ - 0.03424105793237686, - 0.0, - 0.0, - 0.9994136095046997 - ] - ], - [ - 3.133333444595337, - [ - 0.03318488225340843, - 0.0, - 0.0, - 0.9994492530822754 - ] - ], - [ - 3.1666667461395264, - [ - 0.03172314539551735, - 0.0, - 0.0, - 0.9994966983795166 - ] - ], - [ - 3.200000047683716, - [ - 0.02992074005305767, - 0.0, - 0.0, - 0.9995523691177368 - ] - ], - [ - 3.2333333492279053, - [ - 0.027817506343126297, - 0.0, - 0.0, - 0.9996130466461182 - ] - ], - [ - 3.2666666507720947, - [ - 0.025445006787776947, - 0.0, - 0.0, - 0.9996762275695801 - ] - ], - [ - 3.299999952316284, - [ - 0.022864747792482376, - 0.0, - 0.0, - 0.9997385740280151 - ] - ], - [ - 3.3333332538604736, - [ - 0.020137734711170197, - 0.0, - 0.0, - 0.9997972249984741 - ] - ], - [ - 3.366666555404663, - [ - 0.017324404790997505, - 0.0, - 0.0, - 0.9998500347137451 - ] - ], - [ - 3.4000000953674316, - [ - 0.014484426006674767, - 0.0, - 0.0, - 0.9998950958251953 - ] - ], - [ - 3.433333396911621, - [ - 0.0116769103333354, - 0.0, - 0.0, - 0.999931812286377 - ] - ], - [ - 3.4666666984558105, - [ - 0.008960098959505558, - 0.0, - 0.0, - 0.9999598860740662 - ] - ], - [ - 3.5, - [ - 0.006391672883182764, - 0.0, - 0.0, - 0.9999796748161316 - ] - ], - [ - 3.5333333015441895, - [ - 0.004028750583529472, - 0.0, - 0.0, - 0.9999918937683105 - ] - ], - [ - 3.566666603088379, - [ - 0.0019281101413071156, - 0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 3.5999999046325684, - [ - 0.00010063848458230495, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 3.633333444595337, - [ - -0.001435117213986814, - -0.0, - 0.0, - 0.9999989867210388 - ] - ], - [ - 3.6666667461395264, - [ - -0.002653078641742468, - -0.0, - 0.0, - 0.9999964833259583 - ] - ], - [ - 3.700000047683716, - [ - -0.00357270915992558, - -0.0, - 0.0, - 0.999993622303009 - ] - ], - [ - 3.7333333492279053, - [ - -0.004223553463816643, - -0.0, - 0.0, - 0.9999911785125732 - ] - ], - [ - 3.799999952316284, - [ - -0.004874472506344318, - -0.0, - 0.0, - 0.9999881386756897 - ] - ], - [ - 3.9666666984558105, - [ - -0.004117093980312347, - -0.0, - 0.0, - 0.9999915361404419 - ] - ], - [ - 4.0, - [ - -0.0037687032017856836, - -0.0, - 0.0, - 0.9999929070472717 - ] - ], - [ - 4.0333333015441895, - [ - -0.003383425297215581, - -0.0, - 0.0, - 0.9999942779541016 - ] - ], - [ - 4.066666603088379, - [ - -0.002972743706777692, - -0.0, - 0.0, - 0.9999955892562866 - ] - ], - [ - 4.099999904632568, - [ - -0.0025481488555669785, - -0.0, - 0.0, - 0.9999967813491821 - ] - ], - [ - 4.166666507720947, - [ - -0.001703189336694777, - -0.0, - 0.0, - 0.9999985694885254 - ] - ], - [ - 4.199999809265137, - [ - -0.0013058226322755218, - -0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 4.266666889190674, - [ - -0.0006188295665197074, - -0.0, - 0.0, - 0.9999998211860657 - ] - ], - [ - 4.333333492279053, - [ - -0.00015224426169879735, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 4.433333396911621, - [ - -8.081553096417338e-05, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 4.4666666984558105, - [ - -0.0002996373805217445, - -0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 4.5, - [ - -0.0006746327271685004, - -0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 4.5333333015441895, - [ - -0.0012326857540756464, - -0.0, - 0.0, - 0.9999993443489075 - ] - ], - [ - 4.566666603088379, - [ - -0.001993319019675255, - -0.0, - 0.0, - 0.9999980330467224 - ] - ], - [ - 4.599999904632568, - [ - -0.002969980938360095, - -0.0, - 0.0, - 0.9999955892562866 - ] - ], - [ - 4.633333206176758, - [ - -0.004158958792686462, - -0.0, - 0.0, - 0.9999913573265076 - ] - ], - [ - 4.666666507720947, - [ - -0.005554335657507181, - -0.0, - 0.0, - 0.9999845623970032 - ] - ], - [ - 4.699999809265137, - [ - -0.007147131022065878, - -0.0, - 0.0, - 0.9999745488166809 - ] - ], - [ - 4.733333110809326, - [ - -0.008915932849049568, - -0.0, - 0.0, - 0.9999602437019348 - ] - ], - [ - 4.766666889190674, - [ - -0.01083935797214508, - -0.0, - 0.0, - 0.999941349029541 - ] - ], - [ - 4.800000190734863, - [ - -0.012895870953798294, - -0.0, - 0.0, - 0.9999168515205383 - ] - ], - [ - 4.833333492279053, - [ - -0.015064019709825516, - -0.0, - 0.0, - 0.9998866319656372 - ] - ], - [ - 4.866666793823242, - [ - -0.017322303727269173, - -0.0, - 0.0, - 0.9998499751091003 - ] - ], - [ - 4.900000095367432, - [ - -0.019663935527205467, - -0.0, - 0.0, - 0.9998066425323486 - ] - ], - [ - 4.933333396911621, - [ - -0.022083107382059097, - -0.0, - 0.0, - 0.9997561573982239 - ] - ], - [ - 4.9666666984558105, - [ - -0.024559522047638893, - -0.0, - 0.0, - 0.9996983408927917 - ] - ], - [ - 5.0, - [ - -0.027072954922914505, - -0.0, - 0.0, - 0.9996335506439209 - ] - ], - [ - 5.0333333015441895, - [ - -0.02960306778550148, - -0.0, - 0.0, - 0.9995617270469666 - ] - ], - [ - 5.066666603088379, - [ - -0.03212953358888626, - -0.0, - 0.0, - 0.9994838237762451 - ] - ], - [ - 5.099999904632568, - [ - -0.034631937742233276, - -0.0, - 0.0, - 0.9994001388549805 - ] - ], - [ - 5.133333206176758, - [ - -0.03708994388580322, - -0.0, - 0.0, - 0.9993119239807129 - ] - ], - [ - 5.166666507720947, - [ - -0.039483070373535156, - -0.0, - 0.0, - 0.9992202520370483 - ] - ], - [ - 5.199999809265137, - [ - -0.04179088771343231, - -0.0, - 0.0, - 0.9991263747215271 - ] - ], - [ - 5.233333110809326, - [ - -0.04399292543530464, - -0.0, - 0.0, - 0.9990318417549133 - ] - ], - [ - 5.266666889190674, - [ - -0.046068739145994186, - -0.0, - 0.0, - 0.998938262462616 - ] - ], - [ - 5.300000190734863, - [ - -0.047997765243053436, - -0.0, - 0.0, - 0.9988475441932678 - ] - ], - [ - 5.333333492279053, - [ - -0.04975956305861473, - -0.0, - 0.0, - 0.9987612366676331 - ] - ], - [ - 5.366666793823242, - [ - -0.051333580166101456, - -0.0, - 0.0, - 0.9986816644668579 - ] - ], - [ - 5.400000095367432, - [ - -0.05269935354590416, - -0.0, - 0.0, - 0.9986104369163513 - ] - ], - [ - 5.433333396911621, - [ - -0.053820643573999405, - -0.0, - 0.0, - 0.9985507130622864 - ] - ], - [ - 5.4666666984558105, - [ - -0.05466800183057785, - -0.0, - 0.0, - 0.9985045790672302 - ] - ], - [ - 5.5, - [ - -0.05521173030138016, - -0.0, - 0.0, - 0.998474657535553 - ] - ], - [ - 5.5333333015441895, - [ - -0.05541199445724487, - -0.0, - 0.0, - 0.9984635710716248 - ] - ], - [ - 5.566666603088379, - [ - -0.055239252746105194, - -0.0, - 0.0, - 0.9984731674194336 - ] - ], - [ - 5.599999904632568, - [ - -0.05467288941144943, - -0.0, - 0.0, - 0.9985043406486511 - ] - ], - [ - 5.633333206176758, - [ - -0.053721409291028976, - -0.0, - 0.0, - 0.9985559582710266 - ] - ], - [ - 5.666666507720947, - [ - -0.05239776894450188, - -0.0, - 0.0, - 0.9986262917518616 - ] - ], - [ - 5.699999809265137, - [ - -0.050721053034067154, - -0.0, - 0.0, - 0.998712956905365 - ] - ], - [ - 5.733333110809326, - [ - -0.04873116686940193, - -0.0, - 0.0, - 0.9988119602203369 - ] - ], - [ - 5.766666889190674, - [ - -0.04646814614534378, - -0.0, - 0.0, - 0.9989197850227356 - ] - ], - [ - 5.800000190734863, - [ - -0.04397210478782654, - -0.0, - 0.0, - 0.999032735824585 - ] - ], - [ - 5.833333492279053, - [ - -0.04128316417336464, - -0.0, - 0.0, - 0.9991475939750671 - ] - ], - [ - 5.866666793823242, - [ - -0.03844163194298744, - -0.0, - 0.0, - 0.9992608428001404 - ] - ], - [ - 5.900000095367432, - [ - -0.03548799082636833, - -0.0, - 0.0, - 0.9993700981140137 - ] - ], - [ - 5.933333396911621, - [ - -0.03246261551976204, - -0.0, - 0.0, - 0.999472975730896 - ] - ], - [ - 5.9666666984558105, - [ - -0.029406312853097916, - -0.0, - 0.0, - 0.9995675683021545 - ] - ], - [ - 6.0, - [ - -0.02635974809527397, - -0.0, - 0.0, - 0.999652624130249 - ] - ], - [ - 6.0333333015441895, - [ - -0.023363785818219185, - -0.0, - 0.0, - 0.9997271299362183 - ] - ], - [ - 6.066666603088379, - [ - -0.02045934647321701, - -0.0, - 0.0, - 0.9997906684875488 - ] - ], - [ - 6.099999904632568, - [ - -0.017687419429421425, - -0.0, - 0.0, - 0.9998436570167542 - ] - ], - [ - 6.133333206176758, - [ - -0.01508901547640562, - -0.0, - 0.0, - 0.999886155128479 - ] - ], - [ - 6.166666507720947, - [ - -0.012705192901194096, - -0.0, - 0.0, - 0.9999192953109741 - ] - ], - [ - 6.199999809265137, - [ - -0.010576983913779259, - -0.0, - 0.0, - 0.9999440908432007 - ] - ], - [ - 6.233333110809326, - [ - -0.008745457045733929, - -0.0, - 0.0, - 0.9999618530273438 - ] - ], - [ - 6.266666889190674, - [ - -0.007251552306115627, - -0.0, - 0.0, - 0.999973714351654 - ] - ], - [ - 6.300000190734863, - [ - -0.00613322202116251, - -0.0, - 0.0, - 0.9999812841415405 - ] - ], - [ - 6.333333492279053, - [ - -0.005417156498879194, - -0.0, - 0.0, - 0.9999853372573853 - ] - ], - [ - 6.400000095367432, - [ - -0.005298152565956116, - -0.0, - 0.0, - 0.9999859929084778 - ] - ], - [ - 6.433333396911621, - [ - -0.005906027276068926, - -0.0, - 0.0, - 0.9999826550483704 - ] - ], - [ - 6.4666666984558105, - [ - -0.006934162694960833, - -0.0, - 0.0, - 0.9999759793281555 - ] - ], - [ - 6.5, - [ - -0.008340176194906235, - -0.0, - 0.0, - 0.9999653100967407 - ] - ], - [ - 6.5333333015441895, - [ - -0.010074648074805737, - -0.0, - 0.0, - 0.9999492764472961 - ] - ], - [ - 6.566666603088379, - [ - -0.012077240273356438, - -0.0, - 0.0, - 0.9999271631240845 - ] - ], - [ - 6.599999904632568, - [ - -0.014281083829700947, - -0.0, - 0.0, - 0.9998980164527893 - ] - ], - [ - 6.633333206176758, - [ - -0.01661982387304306, - -0.0, - 0.0, - 0.9998618960380554 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658450614_683209.json b/lenses/physics-objects/Scene/assets/1646688658450614_683209.json deleted file mode 100644 index 8bbf20ed..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658450614_683209.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658450614:683209", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658451755_683222.json b/lenses/physics-objects/Scene/assets/1646688658451755_683222.json deleted file mode 100644 index aadb6adc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658451755_683222.json +++ /dev/null @@ -1,698 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658451755:683222", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.523956298828125, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.530834197998047, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.572319984436035, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 9.54725170135498, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 9.498493194580078, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.503796577453613, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.5396728515625, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.580140113830566, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.618281364440918, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.649275779724121, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.66047477722168, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.638126373291016, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.587942123413086, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.542471885681152, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.513714790344238, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.51364517211914, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.550040245056152, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.588860511779785, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.586450576782227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.546135902404785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.519232749938965, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.545969009399414, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.602581024169922, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.637680053710938, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.623563766479492, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.525134086608887, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 9.519977569580078, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.547954559326172, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.527161598205566, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.54844856262207, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.587210655212402, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.619555473327637, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.607752799987793, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.552044868469238, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.504493713378906, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.511163711547852, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.547163009643555, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.56982707977295, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.562250137329102, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.53262710571289, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.51911449432373, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.54856014251709, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.6025972366333, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.652382850646973, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.67345142364502, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.642518043518066, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.567473411560059, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.500094413757324, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.493163108825684, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.526334762573242, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.548505783081055, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.547951698303223, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.575376510620117, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.665018081665039, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.685166358947754, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.64676570892334, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.553364753723145, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.478311538696289, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.472321510314941, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.518038749694824, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.569906234741211, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.590079307556152, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.593082427978516, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.61668872833252, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.655632972717285, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.662108421325684, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.61880874633789, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.532492637634277, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.478813171386719, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.512604713439941, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.562589645385742, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.538023948669434, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.662642478942871, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.626191139221191, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.54661750793457, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.522370338439941, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.544122695922852, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.586183547973633, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.691408157348633, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.726868629455566, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.727973937988281, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.693328857421875, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.645255088806152, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.58799934387207, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.535286903381348, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.523956298828125, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658452119_683229.json b/lenses/physics-objects/Scene/assets/1646688658452119_683229.json deleted file mode 100644 index cf7b2d45..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658452119_683229.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658452119:683229", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ], - [ - 0.03333333507180214, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ], - [ - 0.06666667014360428, - [ - -0.03745751827955246, - -0.0, - 0.0, - 0.9992982149124146 - ] - ], - [ - 0.10000000149011612, - [ - -0.0378609336912632, - -0.0, - 0.0, - 0.9992830157279968 - ] - ], - [ - 0.13333334028720856, - [ - -0.03334900736808777, - -0.0, - 0.0, - 0.999443769454956 - ] - ], - [ - 0.1666666716337204, - [ - -0.027386965230107307, - -0.0, - 0.0, - 0.9996249079704285 - ] - ], - [ - 0.20000000298023224, - [ - -0.022083884105086327, - -0.0, - 0.0, - 0.9997562170028687 - ] - ], - [ - 0.23333333432674408, - [ - -0.01886085234582424, - -0.0, - 0.0, - 0.9998221397399902 - ] - ], - [ - 0.2666666805744171, - [ - -0.016669297590851784, - -0.0, - 0.0, - 0.9998610615730286 - ] - ], - [ - 0.30000001192092896, - [ - -0.01549716480076313, - -0.0, - 0.0, - 0.9998800158500671 - ] - ], - [ - 0.3333333432674408, - [ - -0.015060804784297943, - -0.0, - 0.0, - 0.9998865723609924 - ] - ], - [ - 0.36666667461395264, - [ - -0.014301936142146587, - -0.0, - 0.0, - 0.9998977184295654 - ] - ], - [ - 0.4000000059604645, - [ - -0.013330018147826195, - -0.0, - 0.0, - 0.9999112486839294 - ] - ], - [ - 0.4333333373069763, - [ - -0.01096886582672596, - -0.0, - 0.0, - 0.9999398589134216 - ] - ], - [ - 0.46666666865348816, - [ - -0.005876975134015083, - -0.0, - 0.0, - 0.9999828338623047 - ] - ], - [ - 0.5, - [ - 0.0025424028281122446, - 0.0, - 0.0, - 0.9999967813491821 - ] - ], - [ - 0.5333333611488342, - [ - 0.01377668883651495, - 0.0, - 0.0, - 0.9999051094055176 - ] - ], - [ - 0.5666666626930237, - [ - 0.02575511299073696, - 0.0, - 0.0, - 0.999668300151825 - ] - ], - [ - 0.6000000238418579, - [ - 0.035325970500707626, - 0.0, - 0.0, - 0.9993758201599121 - ] - ], - [ - 0.6333333253860474, - [ - 0.03816162049770355, - 0.0, - 0.0, - 0.9992715716362 - ] - ], - [ - 0.6666666865348816, - [ - 0.03380774334073067, - 0.0, - 0.0, - 0.9994284510612488 - ] - ], - [ - 0.699999988079071, - [ - 0.024817822501063347, - 0.0, - 0.0, - 0.9996920824050903 - ] - ], - [ - 0.7333333492279053, - [ - 0.01275038905441761, - 0.0, - 0.0, - 0.9999186992645264 - ] - ], - [ - 0.7666666507720947, - [ - 0.00033359540975652635, - 0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 0.800000011920929, - [ - -0.009852083399891853, - -0.0, - 0.0, - 0.9999514818191528 - ] - ], - [ - 0.8333333134651184, - [ - -0.016032038256525993, - -0.0, - 0.0, - 0.9998714923858643 - ] - ], - [ - 0.8666666746139526, - [ - -0.017553359270095825, - -0.0, - 0.0, - 0.9998460412025452 - ] - ], - [ - 0.8999999761581421, - [ - -0.014066430740058422, - -0.0, - 0.0, - 0.9999010562896729 - ] - ], - [ - 0.9333333373069763, - [ - -0.005548354238271713, - -0.0, - 0.0, - 0.999984622001648 - ] - ], - [ - 0.9666666388511658, - [ - 0.006893998011946678, - 0.0, - 0.0, - 0.9999763369560242 - ] - ], - [ - 1.0, - [ - 0.02069847472012043, - 0.0, - 0.0, - 0.9997857809066772 - ] - ], - [ - 1.0333333015441895, - [ - 0.032568056136369705, - 0.0, - 0.0, - 0.999469518661499 - ] - ], - [ - 1.0666667222976685, - [ - 0.03982789069414139, - 0.0, - 0.0, - 0.99920654296875 - ] - ], - [ - 1.100000023841858, - [ - 0.04103384539484978, - 0.0, - 0.0, - 0.9991577863693237 - ] - ], - [ - 1.1333333253860474, - [ - 0.034303538501262665, - 0.0, - 0.0, - 0.9994114637374878 - ] - ], - [ - 1.1666666269302368, - [ - 0.022871527820825577, - 0.0, - 0.0, - 0.9997385144233704 - ] - ], - [ - 1.2000000476837158, - [ - 0.01018590573221445, - 0.0, - 0.0, - 0.9999481439590454 - ] - ], - [ - 1.2333333492279053, - [ - -0.0019208587473258376, - -0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 1.2666666507720947, - [ - -0.010963154025375843, - -0.0, - 0.0, - 0.9999399185180664 - ] - ], - [ - 1.2999999523162842, - [ - -0.014759152196347713, - -0.0, - 0.0, - 0.9998911023139954 - ] - ], - [ - 1.3333333730697632, - [ - -0.012653294950723648, - -0.0, - 0.0, - 0.9999199509620667 - ] - ], - [ - 1.3666666746139526, - [ - -0.006202590651810169, - -0.0, - 0.0, - 0.9999808669090271 - ] - ], - [ - 1.399999976158142, - [ - 0.0018474564421921968, - 0.0, - 0.0, - 0.9999983906745911 - ] - ], - [ - 1.4333332777023315, - [ - 0.00734137836843729, - 0.0, - 0.0, - 0.9999730587005615 - ] - ], - [ - 1.4666666984558105, - [ - 0.008180898614227772, - 0.0, - 0.0, - 0.999966561794281 - ] - ], - [ - 1.5, - [ - 0.004502308089286089, - 0.0, - 0.0, - 0.9999898672103882 - ] - ], - [ - 1.5333333015441895, - [ - -0.004281865432858467, - -0.0, - 0.0, - 0.9999908208847046 - ] - ], - [ - 1.5666667222976685, - [ - -0.01685696840286255, - -0.0, - 0.0, - 0.999858021736145 - ] - ], - [ - 1.600000023841858, - [ - -0.032012298703193665, - -0.0, - 0.0, - 0.999487578868866 - ] - ], - [ - 1.6333333253860474, - [ - -0.04705266281962395, - -0.0, - 0.0, - 0.9988924264907837 - ] - ], - [ - 1.6666666269302368, - [ - -0.059892438352108, - -0.0, - 0.0, - 0.9982048273086548 - ] - ], - [ - 1.7000000476837158, - [ - -0.06942193955183029, - -0.0, - 0.0, - 0.9975873827934265 - ] - ], - [ - 1.7333333492279053, - [ - -0.0745144933462143, - -0.0, - 0.0, - 0.9972199201583862 - ] - ], - [ - 1.7666666507720947, - [ - -0.07449789345264435, - -0.0, - 0.0, - 0.9972211718559265 - ] - ], - [ - 1.7999999523162842, - [ - -0.06937704980373383, - -0.0, - 0.0, - 0.9975906014442444 - ] - ], - [ - 1.8333333730697632, - [ - -0.060958534479141235, - -0.0, - 0.0, - 0.9981403946876526 - ] - ], - [ - 1.8666666746139526, - [ - -0.052883341908454895, - -0.0, - 0.0, - 0.9986007213592529 - ] - ], - [ - 1.899999976158142, - [ - -0.04706559702754021, - -0.0, - 0.0, - 0.9988918304443359 - ] - ], - [ - 1.9333332777023315, - [ - -0.044397540390491486, - -0.0, - 0.0, - 0.9990139603614807 - ] - ], - [ - 1.9666666984558105, - [ - -0.04816757142543793, - -0.0, - 0.0, - 0.998839259147644 - ] - ], - [ - 2.0, - [ - -0.05922504886984825, - -0.0, - 0.0, - 0.9982446432113647 - ] - ], - [ - 2.0333333015441895, - [ - -0.07348731905221939, - -0.0, - 0.0, - 0.997296154499054 - ] - ], - [ - 2.066666603088379, - [ - -0.08668307214975357, - -0.0, - 0.0, - 0.9962359666824341 - ] - ], - [ - 2.0999999046325684, - [ - -0.09527711570262909, - -0.0, - 0.0, - 0.9954507946968079 - ] - ], - [ - 2.133333444595337, - [ - -0.0962352305650711, - -0.0, - 0.0, - 0.9953586459159851 - ] - ], - [ - 2.1666667461395264, - [ - -0.08936547487974167, - -0.0, - 0.0, - 0.9959989190101624 - ] - ], - [ - 2.200000047683716, - [ - -0.07631993293762207, - -0.0, - 0.0, - 0.9970833659172058 - ] - ], - [ - 2.2333333492279053, - [ - -0.062023743987083435, - -0.0, - 0.0, - 0.9980747699737549 - ] - ], - [ - 2.2666666507720947, - [ - -0.05132775008678436, - -0.0, - 0.0, - 0.9986819624900818 - ] - ], - [ - 2.299999952316284, - [ - -0.04526136815547943, - -0.0, - 0.0, - 0.9989751577377319 - ] - ], - [ - 2.3333332538604736, - [ - -0.04491817206144333, - -0.0, - 0.0, - 0.9989907741546631 - ] - ], - [ - 2.366666555404663, - [ - -0.04899188503623009, - -0.0, - 0.0, - 0.998799204826355 - ] - ], - [ - 2.4000000953674316, - [ - -0.05523142218589783, - -0.0, - 0.0, - 0.998473584651947 - ] - ], - [ - 2.433333396911621, - [ - -0.059773653745651245, - -0.0, - 0.0, - 0.9982119798660278 - ] - ], - [ - 2.4666666984558105, - [ - -0.0581958182156086, - -0.0, - 0.0, - 0.9983052015304565 - ] - ], - [ - 2.5, - [ - -0.04973660781979561, - -0.0, - 0.0, - 0.9987623691558838 - ] - ], - [ - 2.5333333015441895, - [ - -0.03584563732147217, - -0.0, - 0.0, - 0.9993573427200317 - ] - ], - [ - 2.566666603088379, - [ - -0.017856992781162262, - -0.0, - 0.0, - 0.9998405575752258 - ] - ], - [ - 2.5999999046325684, - [ - 0.00010318031854694709, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 2.633333444595337, - [ - 0.008382376283407211, - 0.0, - 0.0, - 0.9999648928642273 - ] - ], - [ - 2.6666667461395264, - [ - 0.003413253929466009, - 0.0, - 0.0, - 0.9999942779541016 - ] - ], - [ - 2.700000047683716, - [ - -0.005080489441752434, - -0.0, - 0.0, - 0.9999871850013733 - ] - ], - [ - 2.7333333492279053, - [ - -0.011145085096359253, - -0.0, - 0.0, - 0.999937891960144 - ] - ], - [ - 2.7666666507720947, - [ - -0.013168702833354473, - -0.0, - 0.0, - 0.9999133944511414 - ] - ], - [ - 2.799999952316284, - [ - -0.013737625442445278, - -0.0, - 0.0, - 0.9999056458473206 - ] - ], - [ - 2.8333332538604736, - [ - -0.014655854552984238, - -0.0, - 0.0, - 0.9998925924301147 - ] - ], - [ - 2.866666555404663, - [ - -0.01641484908759594, - -0.0, - 0.0, - 0.9998652935028076 - ] - ], - [ - 2.9000000953674316, - [ - -0.019321003928780556, - -0.0, - 0.0, - 0.9998133182525635 - ] - ], - [ - 2.933333396911621, - [ - -0.02217368222773075, - -0.0, - 0.0, - 0.9997541308403015 - ] - ], - [ - 2.9666666984558105, - [ - -0.024828003719449043, - -0.0, - 0.0, - 0.9996917247772217 - ] - ], - [ - 3.0, - [ - -0.02750914730131626, - -0.0, - 0.0, - 0.999621570110321 - ] - ], - [ - 3.0333333015441895, - [ - -0.02957400307059288, - -0.0, - 0.0, - 0.9995626211166382 - ] - ], - [ - 3.066666603088379, - [ - -0.03141693398356438, - -0.0, - 0.0, - 0.9995063543319702 - ] - ], - [ - 3.0999999046325684, - [ - -0.03221145272254944, - -0.0, - 0.0, - 0.9994810819625854 - ] - ], - [ - 3.133333444595337, - [ - -0.030709119513630867, - -0.0, - 0.0, - 0.9995283484458923 - ] - ], - [ - 3.1666667461395264, - [ - -0.02691781520843506, - -0.0, - 0.0, - 0.9996376633644104 - ] - ], - [ - 3.200000047683716, - [ - -0.021236801519989967, - -0.0, - 0.0, - 0.9997744560241699 - ] - ], - [ - 3.2333333492279053, - [ - -0.014558767899870872, - -0.0, - 0.0, - 0.9998940229415894 - ] - ], - [ - 3.2666666507720947, - [ - -0.009047451429069042, - -0.0, - 0.0, - 0.9999591708183289 - ] - ], - [ - 3.299999952316284, - [ - -0.008434065617620945, - -0.0, - 0.0, - 0.9999645352363586 - ] - ], - [ - 3.3333332538604736, - [ - -0.01615757867693901, - -0.0, - 0.0, - 0.9998694658279419 - ] - ], - [ - 3.366666555404663, - [ - -0.029552657157182693, - -0.0, - 0.0, - 0.9995632171630859 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658452446_683236.json b/lenses/physics-objects/Scene/assets/1646688658452446_683236.json deleted file mode 100644 index a6e3e454..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658452446_683236.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658452446:683236", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658453627_683249.json b/lenses/physics-objects/Scene/assets/1646688658453627_683249.json deleted file mode 100644 index 0ff4923c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658453627_683249.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658453627:683249", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ], - [ - 6.633333206176758, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658453928_683256.json b/lenses/physics-objects/Scene/assets/1646688658453928_683256.json deleted file mode 100644 index 614687b2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658453928_683256.json +++ /dev/null @@ -1,1756 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658453928:683256", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.6374300122261047, - 0.728632390499115, - -0.15214227139949799, - 0.19907432794570923 - ] - ], - [ - 0.03333333507180214, - [ - 0.6374300122261047, - 0.728632390499115, - -0.15214227139949799, - 0.19907432794570923 - ] - ], - [ - 0.06666667014360428, - [ - 0.6355137228965759, - 0.7300435304641724, - -0.15269362926483154, - 0.19960832595825195 - ] - ], - [ - 0.10000000149011612, - [ - 0.6336324214935303, - 0.7314105033874512, - -0.15325616300106049, - 0.2001532018184662 - ] - ], - [ - 0.13333334028720856, - [ - 0.6318284869194031, - 0.7327035069465637, - -0.15381638705730438, - 0.20069587230682373 - ] - ], - [ - 0.1666666716337204, - [ - 0.6301456093788147, - 0.7338935732841492, - -0.15435890853405, - 0.20122145116329193 - ] - ], - [ - 0.20000000298023224, - [ - 0.6286283135414124, - 0.734951913356781, - -0.15486682951450348, - 0.20171360671520233 - ] - ], - [ - 0.23333333432674408, - [ - 0.6273221969604492, - 0.7358500361442566, - -0.1553221493959427, - 0.20215491950511932 - ] - ], - [ - 0.2666666805744171, - [ - 0.6262735724449158, - 0.7365597486495972, - -0.15570564568042755, - 0.2025267779827118 - ] - ], - [ - 0.30000001192092896, - [ - 0.6255289912223816, - 0.737052321434021, - -0.1559978723526001, - 0.20281031727790833 - ] - ], - [ - 0.3333333432674408, - [ - 0.6251353621482849, - 0.7372992038726807, - -0.15617941319942474, - 0.20298683643341064 - ] - ], - [ - 0.36666667461395264, - [ - 0.6251389384269714, - 0.7372709512710571, - -0.15623168647289276, - 0.2030382603406906 - ] - ], - [ - 0.4000000059604645, - [ - 0.6254886984825134, - 0.7369424700737, - -0.15629641711711884, - 0.20310372114181519 - ] - ], - [ - 0.4333333373069763, - [ - 0.6260759234428406, - 0.736334502696991, - -0.15652035176753998, - 0.20332695543766022 - ] - ], - [ - 0.46666666865348816, - [ - 0.6268931031227112, - 0.7354636788368225, - -0.156879261136055, - 0.203684002161026 - ] - ], - [ - 0.5, - [ - 0.6279426217079163, - 0.7343370914459229, - -0.15735004842281342, - 0.2041521519422531 - ] - ], - [ - 0.5333333611488342, - [ - 0.6291975378990173, - 0.7329798936843872, - -0.15792348980903625, - 0.204722061753273 - ] - ], - [ - 0.5666666626930237, - [ - 0.6306304931640625, - 0.731417179107666, - -0.1585911065340042, - 0.2053852528333664 - ] - ], - [ - 0.6000000238418579, - [ - 0.6322140097618103, - 0.7296739816665649, - -0.15934419631958008, - 0.20613284409046173 - ] - ], - [ - 0.6333333253860474, - [ - 0.6339210867881775, - 0.7277757525444031, - -0.16017401218414307, - 0.20695608854293823 - ] - ], - [ - 0.6666666865348816, - [ - 0.6357250809669495, - 0.7257475852966309, - -0.16107170283794403, - 0.20784607529640198 - ] - ], - [ - 0.699999988079071, - [ - 0.6376000046730042, - 0.7236148118972778, - -0.1620280146598816, - 0.2087935209274292 - ] - ], - [ - 0.7333333492279053, - [ - 0.6395207047462463, - 0.7214028239250183, - -0.16303353011608124, - 0.20978905260562897 - ] - ], - [ - 0.7666666507720947, - [ - 0.6414628028869629, - 0.7191368341445923, - -0.164078027009964, - 0.21082240343093872 - ] - ], - [ - 0.800000011920929, - [ - 0.643403172492981, - 0.7168421745300293, - -0.16515138745307922, - 0.21188363432884216 - ] - ], - [ - 0.8333333134651184, - [ - 0.6453198790550232, - 0.7145445942878723, - -0.16624148190021515, - 0.2129606008529663 - ] - ], - [ - 0.8666666746139526, - [ - 0.64719158411026, - 0.7122688293457031, - -0.1673375517129898, - 0.2140427827835083 - ] - ], - [ - 0.8999999761581421, - [ - 0.6489987373352051, - 0.7100404500961304, - -0.16842693090438843, - 0.2151177078485489 - ] - ], - [ - 0.9333333373069763, - [ - 0.6507224440574646, - 0.7078846096992493, - -0.16949664056301117, - 0.21617256104946136 - ] - ], - [ - 0.9666666388511658, - [ - 0.6523450016975403, - 0.7058265209197998, - -0.17053323984146118, - 0.21719418466091156 - ] - ], - [ - 1.0, - [ - 0.653849720954895, - 0.7038912177085876, - -0.17152269184589386, - 0.21816885471343994 - ] - ], - [ - 1.0333333015441895, - [ - 0.655220627784729, - 0.7021037340164185, - -0.1724504828453064, - 0.21908234059810638 - ] - ], - [ - 1.0666667222976685, - [ - 0.6564424633979797, - 0.7004890441894531, - -0.1733017861843109, - 0.21992014348506927 - ] - ], - [ - 1.100000023841858, - [ - 0.6575003862380981, - 0.6990721225738525, - -0.1740613579750061, - 0.22066737711429596 - ] - ], - [ - 1.1333333253860474, - [ - 0.6583799719810486, - 0.6978777050971985, - -0.17471377551555634, - 0.22130899131298065 - ] - ], - [ - 1.1666666269302368, - [ - 0.6590666770935059, - 0.6969306468963623, - -0.17524366080760956, - 0.22182990610599518 - ] - ], - [ - 1.2000000476837158, - [ - 0.6595439910888672, - 0.6962687373161316, - -0.17561565339565277, - 0.2221955806016922 - ] - ], - [ - 1.2666666507720947, - [ - 0.6598029136657715, - 0.6959338784217834, - -0.17577362060546875, - 0.22235094010829926 - ] - ], - [ - 1.2999999523162842, - [ - 0.6595909595489502, - 0.6962468028068542, - -0.17557547986507416, - 0.22215627133846283 - ] - ], - [ - 1.3333333730697632, - [ - 0.6592087149620056, - 0.6967953443527222, - -0.17524515092372894, - 0.22183164954185486 - ] - ], - [ - 1.3666666746139526, - [ - 0.6586726903915405, - 0.6975542902946472, - -0.17479732632637024, - 0.2213914841413498 - ] - ], - [ - 1.399999976158142, - [ - 0.6579932570457458, - 0.6985046863555908, - -0.1742458939552307, - 0.22084935009479523 - ] - ], - [ - 1.4333332777023315, - [ - 0.657183825969696, - 0.6996270418167114, - -0.1736002117395401, - 0.22021442651748657 - ] - ], - [ - 1.4666666984558105, - [ - 0.6562578082084656, - 0.7009020447731018, - -0.17286938428878784, - 0.21949560940265656 - ] - ], - [ - 1.5, - [ - 0.6552284359931946, - 0.7023100256919861, - -0.1720629781484604, - 0.21870219707489014 - ] - ], - [ - 1.5333333015441895, - [ - 0.6541092991828918, - 0.7038317918777466, - -0.1711902916431427, - 0.21784332394599915 - ] - ], - [ - 1.5666667222976685, - [ - 0.65291428565979, - 0.7054477334022522, - -0.17026057839393616, - 0.21692807972431183 - ] - ], - [ - 1.600000023841858, - [ - 0.6516578197479248, - 0.7071382999420166, - -0.16928285360336304, - 0.21596528589725494 - ] - ], - [ - 1.6333333253860474, - [ - 0.65035480260849, - 0.7088837027549744, - -0.16826565563678741, - 0.21496327221393585 - ] - ], - [ - 1.6666666269302368, - [ - 0.6490210294723511, - 0.7106643319129944, - -0.16721749305725098, - 0.21393045783042908 - ] - ], - [ - 1.7000000476837158, - [ - 0.6476728320121765, - 0.712460458278656, - -0.1661461740732193, - 0.21287454664707184 - ] - ], - [ - 1.7333333492279053, - [ - 0.6463274359703064, - 0.7142519354820251, - -0.16505929827690125, - 0.21180297434329987 - ] - ], - [ - 1.7666666507720947, - [ - 0.6450027823448181, - 0.716018795967102, - -0.1639641523361206, - 0.21072304248809814 - ] - ], - [ - 1.7999999523162842, - [ - 0.6437178254127502, - 0.717741072177887, - -0.16286736726760864, - 0.20964127779006958 - ] - ], - [ - 1.8333333730697632, - [ - 0.6424918174743652, - 0.7193983197212219, - -0.16177551448345184, - 0.20856422185897827 - ] - ], - [ - 1.8666666746139526, - [ - 0.6413450837135315, - 0.7209703922271729, - -0.1606946885585785, - 0.20749801397323608 - ] - ], - [ - 1.899999976158142, - [ - 0.6402983665466309, - 0.7224368453025818, - -0.15963079035282135, - 0.2064485400915146 - ] - ], - [ - 1.9333332777023315, - [ - 0.6393728852272034, - 0.7237772941589355, - -0.15858964622020721, - 0.20542165637016296 - ] - ], - [ - 1.9666666984558105, - [ - 0.6385902762413025, - 0.7249712347984314, - -0.157576784491539, - 0.20442292094230652 - ] - ], - [ - 2.0, - [ - 0.637972354888916, - 0.7259981036186218, - -0.1565980166196823, - 0.20345821976661682 - ] - ], - [ - 2.0333333015441895, - [ - 0.6375405788421631, - 0.7268372774124146, - -0.15565916895866394, - 0.20253336429595947 - ] - ], - [ - 2.066666603088379, - [ - 0.6373167634010315, - 0.7274684309959412, - -0.15476636588573456, - 0.20165453851222992 - ] - ], - [ - 2.0999999046325684, - [ - 0.6373217105865479, - 0.7278706431388855, - -0.1539262980222702, - 0.2008284628391266 - ] - ], - [ - 2.133333444595337, - [ - 0.6374881267547607, - 0.7281200289726257, - -0.15310552716255188, - 0.20002198219299316 - ] - ], - [ - 2.1666667461395264, - [ - 0.6377261281013489, - 0.7283123135566711, - -0.15226899087429047, - 0.19920022785663605 - ] - ], - [ - 2.200000047683716, - [ - 0.6380273103713989, - 0.7284461259841919, - -0.15143468976020813, - 0.19838087260723114 - ] - ], - [ - 2.2333333492279053, - [ - 0.6383877396583557, - 0.7285158038139343, - -0.15062180161476135, - 0.19758275151252747 - ] - ], - [ - 2.2666666507720947, - [ - 0.6388012170791626, - 0.7285236716270447, - -0.14983706176280975, - 0.1968124955892563 - ] - ], - [ - 2.299999952316284, - [ - 0.6392617225646973, - 0.7284721732139587, - -0.14908693730831146, - 0.196076437830925 - ] - ], - [ - 2.3333332538604736, - [ - 0.6397629380226135, - 0.7283638715744019, - -0.1483777016401291, - 0.19538070261478424 - ] - ], - [ - 2.366666555404663, - [ - 0.6402989029884338, - 0.7282013893127441, - -0.14771540462970734, - 0.194731205701828 - ] - ], - [ - 2.4000000953674316, - [ - 0.6408622860908508, - 0.7279984354972839, - -0.1470850706100464, - 0.19411326944828033 - ] - ], - [ - 2.433333396911621, - [ - 0.641445517539978, - 0.7277691960334778, - -0.14647014439105988, - 0.1935105174779892 - ] - ], - [ - 2.4666666984558105, - [ - 0.642042338848114, - 0.7275175452232361, - -0.14587439596652985, - 0.19292663037776947 - ] - ], - [ - 2.5, - [ - 0.6426466703414917, - 0.7272471785545349, - -0.14530153572559357, - 0.19236524403095245 - ] - ], - [ - 2.5333333015441895, - [ - 0.643252432346344, - 0.7269619703292847, - -0.14475497603416443, - 0.19182968139648438 - ] - ], - [ - 2.566666603088379, - [ - 0.6438539028167725, - 0.7266658544540405, - -0.14423763751983643, - 0.19132283329963684 - ] - ], - [ - 2.5999999046325684, - [ - 0.6444452404975891, - 0.7263628244400024, - -0.14375226199626923, - 0.19084736704826355 - ] - ], - [ - 2.633333444595337, - [ - 0.6450209021568298, - 0.7260568141937256, - -0.14330126345157623, - 0.19040562212467194 - ] - ], - [ - 2.6666667461395264, - [ - 0.6455754041671753, - 0.725752055644989, - -0.14288674294948578, - 0.18999969959259033 - ] - ], - [ - 2.700000047683716, - [ - 0.6461033225059509, - 0.7254525423049927, - -0.14251023530960083, - 0.18963102996349335 - ] - ], - [ - 2.7333333492279053, - [ - 0.646599531173706, - 0.72516268491745, - -0.14217321574687958, - 0.18930108845233917 - ] - ], - [ - 2.7666666507720947, - [ - 0.6470588445663452, - 0.7248865962028503, - -0.1418769359588623, - 0.1890111118555069 - ] - ], - [ - 2.799999952316284, - [ - 0.6474761366844177, - 0.724628746509552, - -0.14162211120128632, - 0.18876175582408905 - ] - ], - [ - 2.8333332538604736, - [ - 0.6478464007377625, - 0.7243934273719788, - -0.1414095014333725, - 0.18855378031730652 - ] - ], - [ - 2.866666555404663, - [ - 0.6481645703315735, - 0.7241851091384888, - -0.1412397176027298, - 0.18838778138160706 - ] - ], - [ - 2.933333396911621, - [ - 0.6486279964447021, - 0.7238602042198181, - -0.1410388946533203, - 0.1881917268037796 - ] - ], - [ - 2.9666666984558105, - [ - 0.648768424987793, - 0.7237411141395569, - -0.141023650765419, - 0.1881771981716156 - ] - ], - [ - 3.0, - [ - 0.6488403081893921, - 0.723658561706543, - -0.1410636454820633, - 0.18821682035923004 - ] - ], - [ - 3.0333333015441895, - [ - 0.6488369703292847, - 0.7236199975013733, - -0.14115580916404724, - 0.18830755352973938 - ] - ], - [ - 3.066666603088379, - [ - 0.6485673189163208, - 0.723788857460022, - -0.1413177102804184, - 0.18846599757671356 - ] - ], - [ - 3.0999999046325684, - [ - 0.6478809714317322, - 0.7242944240570068, - -0.14156025648117065, - 0.18870232999324799 - ] - ], - [ - 3.133333444595337, - [ - 0.6468729376792908, - 0.7250601053237915, - -0.14186054468154907, - 0.18899428844451904 - ] - ], - [ - 3.1666667461395264, - [ - 0.6456266045570374, - 0.7260178923606873, - -0.14219996333122253, - 0.1893237978219986 - ] - ], - [ - 3.200000047683716, - [ - 0.644178569316864, - 0.7271360158920288, - -0.14257244765758514, - 0.18968495726585388 - ] - ], - [ - 3.2333333492279053, - [ - 0.6425673365592957, - 0.7283785343170166, - -0.1429775506258011, - 0.19007739424705505 - ] - ], - [ - 3.2666666507720947, - [ - 0.6408329010009766, - 0.7297075390815735, - -0.14341753721237183, - 0.19050343334674835 - ] - ], - [ - 3.299999952316284, - [ - 0.6390141248703003, - 0.7310888171195984, - -0.1438896209001541, - 0.19096049666404724 - ] - ], - [ - 3.3333332538604736, - [ - 0.6371505260467529, - 0.7324888706207275, - -0.14438940584659576, - 0.19144435226917267 - ] - ], - [ - 3.366666555404663, - [ - 0.6352823972702026, - 0.7338752746582031, - -0.14491042494773865, - 0.1919488161802292 - ] - ], - [ - 3.4000000953674316, - [ - 0.6334508061408997, - 0.7352161407470703, - -0.14544478058815002, - 0.19246631860733032 - ] - ], - [ - 3.433333396911621, - [ - 0.6316977739334106, - 0.7364803552627563, - -0.14598201215267181, - 0.19298674166202545 - ] - ], - [ - 3.4666666984558105, - [ - 0.6300665140151978, - 0.7376375794410706, - -0.14651040732860565, - 0.1934988796710968 - ] - ], - [ - 3.5, - [ - 0.6286009550094604, - 0.7386577725410461, - -0.14701612293720245, - 0.19398927688598633 - ] - ], - [ - 3.5333333015441895, - [ - 0.6273460984230042, - 0.7395114898681641, - -0.14748406410217285, - 0.1944434493780136 - ] - ], - [ - 3.566666603088379, - [ - 0.6263473033905029, - 0.740169107913971, - -0.14789818227291107, - 0.19484582543373108 - ] - ], - [ - 3.5999999046325684, - [ - 0.6256515979766846, - 0.7405991554260254, - -0.1482446938753128, - 0.19518321752548218 - ] - ], - [ - 3.633333444595337, - [ - 0.6253048181533813, - 0.740772008895874, - -0.14850667119026184, - 0.19543921947479248 - ] - ], - [ - 3.6666667461395264, - [ - 0.6253513097763062, - 0.740660548210144, - -0.14866334199905396, - 0.19559365510940552 - ] - ], - [ - 3.700000047683716, - [ - 0.625739336013794, - 0.7402455806732178, - -0.14885133504867554, - 0.19578072428703308 - ] - ], - [ - 3.7333333492279053, - [ - 0.6263599395751953, - 0.7395535707473755, - -0.14921070635318756, - 0.19613763689994812 - ] - ], - [ - 3.7666666507720947, - [ - 0.627204954624176, - 0.738603413105011, - -0.1497119665145874, - 0.19663532078266144 - ] - ], - [ - 3.799999952316284, - [ - 0.628276526927948, - 0.7374045848846436, - -0.15032565593719482, - 0.19724461436271667 - ] - ], - [ - 3.8333332538604736, - [ - 0.629547119140625, - 0.735984206199646, - -0.15103837847709656, - 0.19795219600200653 - ] - ], - [ - 3.866666555404663, - [ - 0.6309911012649536, - 0.7343645691871643, - -0.15184402465820313, - 0.1987517923116684 - ] - ], - [ - 3.9000000953674316, - [ - 0.6325833797454834, - 0.7325660586357117, - -0.1527392566204071, - 0.1996399611234665 - ] - ], - [ - 3.933333396911621, - [ - 0.6342971920967102, - 0.7306132912635803, - -0.15371450781822205, - 0.20060698688030243 - ] - ], - [ - 3.9666666984558105, - [ - 0.6361064314842224, - 0.7285313606262207, - -0.15476004779338837, - 0.201643168926239 - ] - ], - [ - 4.0, - [ - 0.6379855871200562, - 0.7263453006744385, - -0.15586571395397186, - 0.20273828506469727 - ] - ], - [ - 4.0333333015441895, - [ - 0.6399098634719849, - 0.724079966545105, - -0.15702126920223236, - 0.2038821280002594 - ] - ], - [ - 4.066666603088379, - [ - 0.6418553590774536, - 0.7217605710029602, - -0.15821577608585358, - 0.20506379008293152 - ] - ], - [ - 4.099999904632568, - [ - 0.6437991261482239, - 0.7194122076034546, - -0.1594380885362625, - 0.2062721848487854 - ] - ], - [ - 4.133333206176758, - [ - 0.6457194089889526, - 0.7170600891113281, - -0.1606762856245041, - 0.2074955552816391 - ] - ], - [ - 4.166666507720947, - [ - 0.6475954651832581, - 0.7147292494773865, - -0.161918044090271, - 0.20872169733047485 - ] - ], - [ - 4.199999809265137, - [ - 0.6494076251983643, - 0.712445080280304, - -0.16315028071403503, - 0.20993772149085999 - ] - ], - [ - 4.233333110809326, - [ - 0.6511371731758118, - 0.7102325558662415, - -0.16435955464839935, - 0.21113039553165436 - ] - ], - [ - 4.266666889190674, - [ - 0.652766764163971, - 0.708116888999939, - -0.16553185880184174, - 0.21228601038455963 - ] - ], - [ - 4.300000190734863, - [ - 0.6542795300483704, - 0.7061231732368469, - -0.16665245592594147, - 0.2133900672197342 - ] - ], - [ - 4.333333492279053, - [ - 0.6556597352027893, - 0.7042763829231262, - -0.16770675778388977, - 0.2144283652305603 - ] - ], - [ - 4.366666793823242, - [ - 0.6568922996520996, - 0.7026018500328064, - -0.1686786413192749, - 0.2153850495815277 - ] - ], - [ - 4.400000095367432, - [ - 0.6579623818397522, - 0.7011241912841797, - -0.16955314576625824, - 0.21624554693698883 - ] - ], - [ - 4.433333396911621, - [ - 0.6588555574417114, - 0.699868381023407, - -0.1703144907951355, - 0.21699443459510803 - ] - ], - [ - 4.4666666984558105, - [ - 0.6595574617385864, - 0.698859453201294, - -0.1709466129541397, - 0.217616006731987 - ] - ], - [ - 4.5, - [ - 0.6600533723831177, - 0.6981220841407776, - -0.1714341640472412, - 0.21809527277946472 - ] - ], - [ - 4.5333333015441895, - [ - 0.6603280305862427, - 0.6976811289787292, - -0.17176148295402527, - 0.21841685473918915 - ] - ], - [ - 4.599999904632568, - [ - 0.6601879000663757, - 0.6977282166481018, - -0.1719161570072174, - 0.2185683399438858 - ] - ], - [ - 4.633333206176758, - [ - 0.6598454713821411, - 0.6981110572814941, - -0.1718101054430008, - 0.2184636890888214 - ] - ], - [ - 4.666666507720947, - [ - 0.6593538522720337, - 0.6986864805221558, - -0.17160926759243011, - 0.21826572716236115 - ] - ], - [ - 4.699999809265137, - [ - 0.6587228775024414, - 0.6994373798370361, - -0.17132696509361267, - 0.2179875373840332 - ] - ], - [ - 4.733333110809326, - [ - 0.6579652428627014, - 0.7003459334373474, - -0.17097161710262299, - 0.21763736009597778 - ] - ], - [ - 4.766666889190674, - [ - 0.6570934653282166, - 0.7013944387435913, - -0.1705518364906311, - 0.21722367405891418 - ] - ], - [ - 4.800000190734863, - [ - 0.6561201214790344, - 0.7025652527809143, - -0.17007610201835632, - 0.2167547047138214 - ] - ], - [ - 4.833333492279053, - [ - 0.6550579071044922, - 0.7038406729698181, - -0.16955290734767914, - 0.2162388414144516 - ] - ], - [ - 4.866666793823242, - [ - 0.6539199948310852, - 0.705203115940094, - -0.16899017989635468, - 0.21568384766578674 - ] - ], - [ - 4.900000095367432, - [ - 0.6527208089828491, - 0.7066326141357422, - -0.16839827597141266, - 0.21509984135627747 - ] - ], - [ - 4.933333396911621, - [ - 0.6514754295349121, - 0.7081090211868286, - -0.16778725385665894, - 0.21449674665927887 - ] - ], - [ - 4.9666666984558105, - [ - 0.6501988768577576, - 0.7096143364906311, - -0.16716401278972626, - 0.21388138830661774 - ] - ], - [ - 5.0, - [ - 0.6489068269729614, - 0.7111304402351379, - -0.16653457283973694, - 0.21325962245464325 - ] - ], - [ - 5.0333333015441895, - [ - 0.6476160883903503, - 0.7126392126083374, - -0.1659044474363327, - 0.21263699233531952 - ] - ], - [ - 5.066666603088379, - [ - 0.6463441252708435, - 0.7141224145889282, - -0.16527828574180603, - 0.21201810240745544 - ] - ], - [ - 5.099999904632568, - [ - 0.6451092958450317, - 0.71556156873703, - -0.16466006636619568, - 0.2114069014787674 - ] - ], - [ - 5.133333206176758, - [ - 0.6439307928085327, - 0.7169380784034729, - -0.16405318677425385, - 0.21080680191516876 - ] - ], - [ - 5.166666507720947, - [ - 0.6428288817405701, - 0.7182334065437317, - -0.16346028447151184, - 0.2102205604314804 - ] - ], - [ - 5.199999809265137, - [ - 0.6418240666389465, - 0.719428539276123, - -0.1628836989402771, - 0.20965051651000977 - ] - ], - [ - 5.233333110809326, - [ - 0.6409380435943604, - 0.7205045819282532, - -0.16232505440711975, - 0.20909841358661652 - ] - ], - [ - 5.266666889190674, - [ - 0.6401925683021545, - 0.721442461013794, - -0.16178575158119202, - 0.20856571197509766 - ] - ], - [ - 5.300000190734863, - [ - 0.6396098136901855, - 0.7222227454185486, - -0.1612672507762909, - 0.20805397629737854 - ] - ], - [ - 5.333333492279053, - [ - 0.6392121315002441, - 0.7228262424468994, - -0.16077065467834473, - 0.20756447315216064 - ] - ], - [ - 5.366666793823242, - [ - 0.6390215754508972, - 0.7232332825660706, - -0.16029736399650574, - 0.2070986032485962 - ] - ], - [ - 5.400000095367432, - [ - 0.6390599012374878, - 0.7234245538711548, - -0.159849151968956, - 0.2066582888364792 - ] - ], - [ - 5.433333396911621, - [ - 0.6392607688903809, - 0.7234775424003601, - -0.15938876569271088, - 0.20620660483837128 - ] - ], - [ - 5.4666666984558105, - [ - 0.6395353674888611, - 0.7234896421432495, - -0.15887831151485443, - 0.20570601522922516 - ] - ], - [ - 5.5, - [ - 0.6398748755455017, - 0.7234609127044678, - -0.15833276510238647, - 0.2051711529493332 - ] - ], - [ - 5.5333333015441895, - [ - 0.6402746438980103, - 0.7233870625495911, - -0.15776878595352173, - 0.20461837947368622 - ] - ], - [ - 5.566666603088379, - [ - 0.6407280564308167, - 0.7232714891433716, - -0.15719051659107208, - 0.20405170321464539 - ] - ], - [ - 5.599999904632568, - [ - 0.6412285566329956, - 0.7231178283691406, - -0.15660236775875092, - 0.2034754753112793 - ] - ], - [ - 5.633333206176758, - [ - 0.6417693495750427, - 0.7229297757148743, - -0.1560087352991104, - 0.2028939574956894 - ] - ], - [ - 5.666666507720947, - [ - 0.6423436999320984, - 0.7227110266685486, - -0.15541398525238037, - 0.2023114114999771 - ] - ], - [ - 5.699999809265137, - [ - 0.6429447531700134, - 0.7224652767181396, - -0.1548226773738861, - 0.2017323225736618 - ] - ], - [ - 5.733333110809326, - [ - 0.6435658931732178, - 0.7221963405609131, - -0.15423902869224548, - 0.2011607587337494 - ] - ], - [ - 5.766666889190674, - [ - 0.6442005038261414, - 0.7219081521034241, - -0.15366719663143158, - 0.20060084760189056 - ] - ], - [ - 5.800000190734863, - [ - 0.6448420286178589, - 0.721604585647583, - -0.15311112999916077, - 0.20005638897418976 - ] - ], - [ - 5.833333492279053, - [ - 0.6454841494560242, - 0.7212895750999451, - -0.15257450938224792, - 0.19953100383281708 - ] - ], - [ - 5.866666793823242, - [ - 0.6461206078529358, - 0.7209671139717102, - -0.15206068754196167, - 0.19902797043323517 - ] - ], - [ - 5.900000095367432, - [ - 0.6467453837394714, - 0.7206411957740784, - -0.15157298743724823, - 0.1985505372285843 - ] - ], - [ - 5.933333396911621, - [ - 0.6473525166511536, - 0.7203159928321838, - -0.1511140614748001, - 0.19810129702091217 - ] - ], - [ - 5.9666666984558105, - [ - 0.6479362845420837, - 0.7199954986572266, - -0.15068669617176056, - 0.19768297672271729 - ] - ], - [ - 6.0, - [ - 0.6484910845756531, - 0.7196840047836304, - -0.15029287338256836, - 0.19729751348495483 - ] - ], - [ - 6.0333333015441895, - [ - 0.6490113735198975, - 0.7193856239318848, - -0.1499347984790802, - 0.19694705307483673 - ] - ], - [ - 6.066666603088379, - [ - 0.6494917869567871, - 0.7191046476364136, - -0.14961399137973785, - 0.19663310050964355 - ] - ], - [ - 6.099999904632568, - [ - 0.6499271392822266, - 0.7188453674316406, - -0.14933200180530548, - 0.19635717570781708 - ] - ], - [ - 6.133333206176758, - [ - 0.650312066078186, - 0.7186119556427002, - -0.14909012615680695, - 0.1961205005645752 - ] - ], - [ - 6.166666507720947, - [ - 0.6506415009498596, - 0.7184088826179504, - -0.14888937771320343, - 0.1959240883588791 - ] - ], - [ - 6.233333110809326, - [ - 0.6511134505271912, - 0.7181110382080078, - -0.14861558377742767, - 0.19565629959106445 - ] - ], - [ - 6.333333492279053, - [ - 0.651276171207428, - 0.7179988026618958, - -0.1485406756401062, - 0.19558310508728027 - ] - ], - [ - 6.366666793823242, - [ - 0.6509803533554077, - 0.7182226181030273, - -0.148634672164917, - 0.19567462801933289 - ] - ], - [ - 6.400000095367432, - [ - 0.650266170501709, - 0.7187827229499817, - -0.14881834387779236, - 0.19585300981998444 - ] - ], - [ - 6.433333396911621, - [ - 0.6492294669151306, - 0.7195992469787598, - -0.1490730196237564, - 0.196100115776062 - ] - ], - [ - 6.4666666984558105, - [ - 0.647954523563385, - 0.7206010818481445, - -0.14938375353813171, - 0.1964014619588852 - ] - ], - [ - 6.5, - [ - 0.6464791893959045, - 0.721754252910614, - -0.14974620938301086, - 0.1967528611421585 - ] - ], - [ - 6.5333333015441895, - [ - 0.6448410749435425, - 0.7230250239372253, - -0.15015581250190735, - 0.1971498429775238 - ] - ], - [ - 6.566666603088379, - [ - 0.6430783271789551, - 0.7243804335594177, - -0.15060725808143616, - 0.1975872814655304 - ] - ], - [ - 6.599999904632568, - [ - 0.6412293314933777, - 0.725787878036499, - -0.15109436213970184, - 0.19805921614170074 - ] - ], - [ - 6.633333206176758, - [ - 0.639333188533783, - 0.7272155284881592, - -0.15160925686359406, - 0.1985580325126648 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658454284_683263.json b/lenses/physics-objects/Scene/assets/1646688658454284_683263.json deleted file mode 100644 index 74c9a984..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658454284_683263.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658454284:683263", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658455509_683276.json b/lenses/physics-objects/Scene/assets/1646688658455509_683276.json deleted file mode 100644 index 30993f6e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658455509_683276.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658455509:683276", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ], - [ - 3.366666555404663, - [ - -1.0591768026351929, - 18.32598876953125, - -7.599289894104004 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658455753_683283.json b/lenses/physics-objects/Scene/assets/1646688658455753_683283.json deleted file mode 100644 index 31d185e8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658455753_683283.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658455753:683283", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ], - [ - 0.03333333507180214, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ], - [ - 0.06666667014360428, - [ - 0.6956973671913147, - 0.7174240946769714, - 0.016231577843427658, - 0.03231722488999367 - ] - ], - [ - 0.10000000149011612, - [ - 0.6815620064735413, - 0.730954647064209, - 0.023488612845540047, - 0.025039413943886757 - ] - ], - [ - 0.13333334028720856, - [ - 0.6706121563911438, - 0.7409118413925171, - 0.032998088747262955, - 0.015495838597416878 - ] - ], - [ - 0.1666666716337204, - [ - 0.6620195508003235, - 0.7481884956359863, - 0.04385119676589966, - 0.004597511608153582 - ] - ], - [ - 0.20000000298023224, - [ - 0.6569414734840393, - 0.7519071698188782, - 0.05495898053050041, - -0.006556975655257702 - ] - ], - [ - 0.23333333432674408, - [ - 0.6564599275588989, - 0.7514626979827881, - 0.06414946168661118, - -0.015779269859194756 - ] - ], - [ - 0.2666666805744171, - [ - 0.6619436144828796, - 0.746175229549408, - 0.06825172156095505, - -0.019874783232808113 - ] - ], - [ - 0.30000001192092896, - [ - 0.6879904270172119, - 0.7226641774177551, - 0.06455204635858536, - -0.01608799397945404 - ] - ], - [ - 0.3333333432674408, - [ - 0.7360278367996216, - 0.6747288107872009, - 0.05447949096560478, - -0.006011923775076866 - ] - ], - [ - 0.36666667461395264, - [ - 0.786977231502533, - 0.6156669855117798, - 0.03926192969083786, - 0.00892691034823656 - ] - ], - [ - 0.4000000059604645, - [ - 0.8282637000083923, - 0.5593010187149048, - 0.020272381603717804, - 0.027398409321904182 - ] - ], - [ - 0.4333333373069763, - [ - 0.8540276288986206, - 0.5182215571403503, - 0.001528180786408484, - 0.045616425573825836 - ] - ], - [ - 0.46666666865348816, - [ - 0.8607399463653564, - 0.5056692957878113, - -0.010612007230520248, - 0.05755596235394478 - ] - ], - [ - 0.5, - [ - 0.8184263706207275, - 0.5707343220710754, - -0.016769729554653168, - 0.06449533253908157 - ] - ], - [ - 0.5333333611488342, - [ - 0.7093552350997925, - 0.7008408904075623, - -0.023017609491944313, - 0.07146590948104858 - ] - ], - [ - 0.5666666626930237, - [ - 0.5615329146385193, - 0.823005199432373, - -0.03194761276245117, - 0.07951442152261734 - ] - ], - [ - 0.6000000238418579, - [ - 0.43703585863113403, - 0.8940404653549194, - -0.04288339614868164, - 0.08861348032951355 - ] - ], - [ - 0.6333333253860474, - [ - 0.4125683009624481, - 0.9045019745826721, - -0.05031322315335274, - 0.09556213021278381 - ] - ], - [ - 0.6666666865348816, - [ - 0.48597800731658936, - 0.8669097423553467, - -0.05163581669330597, - 0.0981152355670929 - ] - ], - [ - 0.699999988079071, - [ - 0.5883920788764954, - 0.800911545753479, - -0.05095577612519264, - 0.09868630021810532 - ] - ], - [ - 0.7333333492279053, - [ - 0.6933812499046326, - 0.712042510509491, - -0.05019596964120865, - 0.09848031401634216 - ] - ], - [ - 0.7666666507720947, - [ - 0.7880986928939819, - 0.6053061485290527, - -0.051426973193883896, - 0.0992984026670456 - ] - ], - [ - 0.800000011920929, - [ - 0.8645870685577393, - 0.488492488861084, - -0.056706298142671585, - 0.10319232940673828 - ] - ], - [ - 0.8333333134651184, - [ - 0.9160352945327759, - 0.3801840841770172, - -0.06533448398113251, - 0.10986699908971786 - ] - ], - [ - 0.8666666746139526, - [ - 0.9433844089508057, - 0.30109989643096924, - -0.07467164099216461, - 0.11742686480283737 - ] - ], - [ - 0.8999999761581421, - [ - 0.9513968229293823, - 0.2709321081638336, - -0.08038873225450516, - 0.1223827376961708 - ] - ], - [ - 0.9333333373069763, - [ - 0.9398705959320068, - 0.3099614679813385, - -0.0776398628950119, - 0.12057868391275406 - ] - ], - [ - 0.9666666388511658, - [ - 0.9038945436477661, - 0.4068465232849121, - -0.06813925504684448, - 0.1131707951426506 - ] - ], - [ - 1.0, - [ - 0.8385005593299866, - 0.5315796732902527, - -0.0578039288520813, - 0.10487402230501175 - ] - ], - [ - 1.0333333015441895, - [ - 0.747849702835083, - 0.6546766757965088, - -0.049929119646549225, - 0.09811392426490784 - ] - ], - [ - 1.0666667222976685, - [ - 0.64969801902771, - 0.75309818983078, - -0.045092131942510605, - 0.09328615665435791 - ] - ], - [ - 1.100000023841858, - [ - 0.5716677904129028, - 0.8144479393959045, - -0.042283497750759125, - 0.08990448713302612 - ] - ], - [ - 1.1333333253860474, - [ - 0.5438712239265442, - 0.8336634039878845, - -0.03993528336286545, - 0.08726149797439575 - ] - ], - [ - 1.1666666269302368, - [ - 0.6181214451789856, - 0.7804006934165955, - -0.038211483508348465, - 0.08625872433185577 - ] - ], - [ - 1.2000000476837158, - [ - 0.7619287371635437, - 0.6400471329689026, - -0.04166008159518242, - 0.08982598036527634 - ] - ], - [ - 1.2333333492279053, - [ - 0.8870352506637573, - 0.4470570683479309, - -0.055372029542922974, - 0.1012057363986969 - ] - ], - [ - 1.2666666507720947, - [ - 0.9510357975959778, - 0.27364277839660645, - -0.07837440073490143, - 0.12044917792081833 - ] - ], - [ - 1.2999999523162842, - [ - 0.9643507599830627, - 0.205865278840065, - -0.09574056416749954, - 0.1359442174434662 - ] - ], - [ - 1.3333333730697632, - [ - 0.9547026753425598, - 0.24482585489749908, - -0.09719572961330414, - 0.13840638101100922 - ] - ], - [ - 1.3666666746139526, - [ - 0.9300230145454407, - 0.32879626750946045, - -0.09242677688598633, - 0.1356743723154068 - ] - ], - [ - 1.399999976158142, - [ - 0.8836570382118225, - 0.4405048191547394, - -0.08695998042821884, - 0.13245253264904022 - ] - ], - [ - 1.4333332777023315, - [ - 0.8146202564239502, - 0.5588402152061462, - -0.08359459787607193, - 0.13078083097934723 - ] - ], - [ - 1.4666666984558105, - [ - 0.7305214405059814, - 0.664981484413147, - -0.08324015140533447, - 0.1311836540699005 - ] - ], - [ - 1.5, - [ - 0.6470662951469421, - 0.7458270788192749, - -0.08539419621229172, - 0.13324804604053497 - ] - ], - [ - 1.5333333015441895, - [ - 0.5845880508422852, - 0.7949268221855164, - -0.08860836178064346, - 0.1360025852918625 - ] - ], - [ - 1.5666667222976685, - [ - 0.5636995434761047, - 0.8092382550239563, - -0.09101049602031708, - 0.138178750872612 - ] - ], - [ - 1.600000023841858, - [ - 0.6350212693214417, - 0.7547674775123596, - -0.08999951928853989, - 0.13774670660495758 - ] - ], - [ - 1.6333333253860474, - [ - 0.7735863924026489, - 0.6118273735046387, - -0.09043518453836441, - 0.13803207874298096 - ] - ], - [ - 1.6666666269302368, - [ - 0.8843573331832886, - 0.4379473626613617, - -0.09824115037918091, - 0.1283077895641327 - ] - ], - [ - 1.7000000476837158, - [ - 0.9315248727798462, - 0.3058091700077057, - -0.14932280778884888, - 0.12823837995529175 - ] - ], - [ - 1.7333333492279053, - [ - 0.9421454668045044, - 0.2611047923564911, - -0.16780512034893036, - 0.1266012340784073 - ] - ], - [ - 1.7666666507720947, - [ - 0.9316174387931824, - 0.2987721264362335, - -0.1599532812833786, - 0.13129796087741852 - ] - ], - [ - 1.7999999523162842, - [ - 0.9084827899932861, - 0.3841451108455658, - -0.1065511479973793, - 0.12545372545719147 - ] - ], - [ - 1.8333333730697632, - [ - 0.8508748412132263, - 0.49731436371803284, - -0.1002933606505394, - 0.13649791479110718 - ] - ], - [ - 1.8666666746139526, - [ - 0.7644907236099243, - 0.6231265068054199, - -0.09046856313943863, - 0.13814115524291992 - ] - ], - [ - 1.899999976158142, - [ - 0.6629151701927185, - 0.7322402000427246, - -0.08378179371356964, - 0.1317133605480194 - ] - ], - [ - 1.9333332777023315, - [ - 0.5827354788780212, - 0.7990140318870544, - -0.0784149318933487, - 0.12588591873645782 - ] - ], - [ - 1.9666666984558105, - [ - 0.5569707751274109, - 0.8188766241073608, - -0.07151760160923004, - 0.11878582835197449 - ] - ], - [ - 2.0, - [ - 0.6648125648498535, - 0.736953854560852, - -0.05887730419635773, - 0.10703600198030472 - ] - ], - [ - 2.0333333015441895, - [ - 0.8444876670837402, - 0.5247344970703125, - -0.048548806458711624, - 0.09558940678834915 - ] - ], - [ - 2.066666603088379, - [ - 0.9552778601646423, - 0.2772693336009979, - -0.048359327018260956, - 0.09070435911417007 - ] - ], - [ - 2.0999999046325684, - [ - 0.9815022945404053, - 0.16379649937152863, - -0.04759397357702255, - 0.08694148808717728 - ] - ], - [ - 2.133333444595337, - [ - 0.9697347283363342, - 0.23063579201698303, - -0.032159533351659775, - 0.07339906692504883 - ] - ], - [ - 2.1666667461395264, - [ - 0.9253361821174622, - 0.375063419342041, - -0.00993119552731514, - 0.054607417434453964 - ] - ], - [ - 2.200000047683716, - [ - 0.8391109704971313, - 0.5426070690155029, - 0.01062723621726036, - 0.036842647939920425 - ] - ], - [ - 2.2333333492279053, - [ - 0.7264732718467712, - 0.6863318085670471, - 0.02617698162794113, - 0.022360948845744133 - ] - ], - [ - 2.2666666507720947, - [ - 0.6285165548324585, - 0.7768366932868958, - 0.03691033273935318, - 0.011371590197086334 - ] - ], - [ - 2.299999952316284, - [ - 0.5953067541122437, - 0.8023728728294373, - 0.042103152722120285, - 0.005915139336138964 - ] - ], - [ - 2.3333332538604736, - [ - 0.6765654683113098, - 0.7353655099868774, - 0.03690768778324127, - 0.011600203812122345 - ] - ], - [ - 2.366666555404663, - [ - 0.8228521943092346, - 0.5672392249107361, - 0.021277805790305138, - 0.026479875668883324 - ] - ], - [ - 2.4000000953674316, - [ - 0.9366531372070313, - 0.3468213975429535, - -0.004633080214262009, - 0.04872780293226242 - ] - ], - [ - 2.433333396911621, - [ - 0.9828917980194092, - 0.16220898926258087, - -0.03880210593342781, - 0.07814282923936844 - ] - ], - [ - 2.4666666984558105, - [ - 0.9888790249824524, - 0.09634175151586533, - -0.05927335470914841, - 0.0965568870306015 - ] - ], - [ - 2.5, - [ - 0.9696447253227234, - 0.22343598306179047, - -0.046682845801115036, - 0.08767198771238327 - ] - ], - [ - 2.5333333015441895, - [ - 0.8810818195343018, - 0.46677717566490173, - -0.02553963102400303, - 0.07184630632400513 - ] - ], - [ - 2.566666603088379, - [ - 0.7367271780967712, - 0.6735450625419617, - -0.010389362461864948, - 0.05884028971195221 - ] - ], - [ - 2.5999999046325684, - [ - 0.6627039313316345, - 0.747359573841095, - 0.0007295378600247204, - 0.04771420359611511 - ] - ], - [ - 2.633333444595337, - [ - 0.7321858406066895, - 0.679970383644104, - 0.0107060382142663, - 0.03780960291624069 - ] - ], - [ - 2.6666667461395264, - [ - 0.8296766877174377, - 0.5571290254592896, - 0.0164386834949255, - 0.0312060359865427 - ] - ], - [ - 2.700000047683716, - [ - 0.8686720728874207, - 0.49418723583221436, - 0.01663964055478573, - 0.030182374641299248 - ] - ], - [ - 2.7333333492279053, - [ - 0.8504053354263306, - 0.5249931812286377, - 0.017440810799598694, - 0.029812002554535866 - ] - ], - [ - 2.7666666507720947, - [ - 0.8151991963386536, - 0.5781906247138977, - 0.024127887561917305, - 0.0237430352717638 - ] - ], - [ - 2.799999952316284, - [ - 0.7685076594352722, - 0.6387725472450256, - 0.034100666642189026, - 0.014247455634176731 - ] - ], - [ - 2.8333332538604736, - [ - 0.7151653170585632, - 0.697532057762146, - 0.04439172148704529, - 0.004142513033002615 - ] - ], - [ - 2.866666555404663, - [ - 0.6645365953445435, - 0.7453275322914124, - 0.05341565981507301, - -0.0049787708558142185 - ] - ], - [ - 2.9000000953674316, - [ - 0.627930760383606, - 0.7758907675743103, - 0.059705451130867004, - -0.011476150713860989 - ] - ], - [ - 2.933333396911621, - [ - 0.6169294118881226, - 0.7844631671905518, - 0.06186734512448311, - -0.013721494004130363 - ] - ], - [ - 2.9666666984558105, - [ - 0.668167769908905, - 0.741641104221344, - 0.0584760420024395, - -0.010041040368378162 - ] - ], - [ - 3.0, - [ - 0.7751799821853638, - 0.6296639442443848, - 0.051100898534059525, - -0.002836482133716345 - ] - ], - [ - 3.0333333015441895, - [ - 0.8817905783653259, - 0.4698065519332886, - 0.04123251140117645, - 0.005202583037316799 - ] - ], - [ - 3.066666603088379, - [ - 0.9530504941940308, - 0.3011187016963959, - 0.028400694951415062, - 0.014687196351587772 - ] - ], - [ - 3.0999999046325684, - [ - 0.9847837686538696, - 0.17134563624858856, - 0.014722730033099651, - 0.024997012689709663 - ] - ], - [ - 3.133333444595337, - [ - 0.9913443326950073, - 0.12753109633922577, - 0.008417360484600067, - 0.030022436752915382 - ] - ], - [ - 3.1666667461395264, - [ - 0.9752665162086487, - 0.2187751680612564, - 0.01181416679173708, - 0.029208067804574966 - ] - ], - [ - 3.200000047683716, - [ - 0.9126545786857605, - 0.40736255049705505, - 0.016000142320990562, - 0.02935001812875271 - ] - ], - [ - 3.2333333492279053, - [ - 0.7951213717460632, - 0.6054009795188904, - 0.016504984349012375, - 0.03161095827817917 - ] - ], - [ - 3.2666666507720947, - [ - 0.6681534647941589, - 0.7430740594863892, - 0.013365795835852623, - 0.03511793911457062 - ] - ], - [ - 3.299999952316284, - [ - 0.6143795847892761, - 0.7880384922027588, - 0.01044552680104971, - 0.03773556277155876 - ] - ], - [ - 3.3333332538604736, - [ - 0.6554045677185059, - 0.7542555332183838, - 0.01082668174058199, - 0.03776548430323601 - ] - ], - [ - 3.366666555404663, - [ - 0.7094132900238037, - 0.7037686109542847, - 0.012786880135536194, - 0.035763997584581375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658456068_683290.json b/lenses/physics-objects/Scene/assets/1646688658456068_683290.json deleted file mode 100644 index 4a0f898e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658456068_683290.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658456068:683290", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658457263_683303.json b/lenses/physics-objects/Scene/assets/1646688658457263_683303.json deleted file mode 100644 index 625c0136..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658457263_683303.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658457263:683303", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.720895767211914, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.749065399169922, - 1.4210854715202004e-14, - 7.42159954445939e-27 - ] - ], - [ - 3.2333333492279053, - [ - 9.70783805847168, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.736244201660156, - 2.842170943040401e-14, - -5.3290705182007514e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.719375610351563, - 1.4210854715202004e-14, - 4.440892098500626e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658457519_683310.json b/lenses/physics-objects/Scene/assets/1646688658457519_683310.json deleted file mode 100644 index c0a29e04..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658457519_683310.json +++ /dev/null @@ -1,1774 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658457519:683310", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02585214003920555, - -0.11684762686491013, - -0.0818549320101738, - 0.989433228969574 - ] - ], - [ - 0.03333333507180214, - [ - -0.02585214003920555, - -0.11684762686491013, - -0.0818549320101738, - 0.989433228969574 - ] - ], - [ - 0.06666667014360428, - [ - -0.024675045162439346, - -0.11611444503068924, - -0.08422815799713135, - 0.9893503785133362 - ] - ], - [ - 0.10000000149011612, - [ - -0.02337397076189518, - -0.11538063734769821, - -0.08660075068473816, - 0.9892629981040955 - ] - ], - [ - 0.13333334028720856, - [ - -0.02199481800198555, - -0.11466418206691742, - -0.08892194926738739, - 0.989172101020813 - ] - ], - [ - 0.1666666716337204, - [ - -0.020575430244207382, - -0.11398548632860184, - -0.09114135801792145, - 0.9890789985656738 - ] - ], - [ - 0.20000000298023224, - [ - -0.019153298810124397, - -0.11336707323789597, - -0.09321039170026779, - 0.9889858961105347 - ] - ], - [ - 0.23333333432674408, - [ - -0.01776546984910965, - -0.11283311247825623, - -0.0950818806886673, - 0.9888947010040283 - ] - ], - [ - 0.2666666805744171, - [ - -0.016448553651571274, - -0.11240877956151962, - -0.09670983254909515, - 0.9888078570365906 - ] - ], - [ - 0.30000001192092896, - [ - -0.015238701365888119, - -0.11211951076984406, - -0.09804884344339371, - 0.9887281656265259 - ] - ], - [ - 0.3333333432674408, - [ - -0.0141716618090868, - -0.11199028789997101, - -0.09905350208282471, - 0.9886586666107178 - ] - ], - [ - 0.36666667461395264, - [ - -0.01328287459909916, - -0.112044557929039, - -0.09967739135026932, - 0.9886020421981812 - ] - ], - [ - 0.4000000059604645, - [ - -0.012580344453454018, - -0.11225122958421707, - -0.09993118047714233, - 0.9885621666908264 - ] - ], - [ - 0.4333333373069763, - [ - -0.01206088624894619, - -0.11255471408367157, - -0.09984775632619858, - 0.9885425567626953 - ] - ], - [ - 0.46666666865348816, - [ - -0.01171285379678011, - -0.11296812444925308, - -0.09947145730257034, - 0.9885375499725342 - ] - ], - [ - 0.5, - [ - -0.011518862098455429, - -0.11350163072347641, - -0.09886840730905533, - 0.9885392189025879 - ] - ], - [ - 0.5333333611488342, - [ - -0.011473330669105053, - -0.1141381710767746, - -0.0980563834309578, - 0.9885473251342773 - ] - ], - [ - 0.5666666626930237, - [ - -0.011568267829716206, - -0.11486109346151352, - -0.09705355763435364, - 0.9885614514350891 - ] - ], - [ - 0.6000000238418579, - [ - -0.011788538657128811, - -0.11565449833869934, - -0.09587756544351578, - 0.9885810613632202 - ] - ], - [ - 0.6333333253860474, - [ - -0.012115064077079296, - -0.1165035292506218, - -0.09454628080129623, - 0.9886056780815125 - ] - ], - [ - 0.6666666865348816, - [ - -0.012526395730674267, - -0.11739408224821091, - -0.09307767450809479, - 0.9886345267295837 - ] - ], - [ - 0.699999988079071, - [ - -0.012997484765946865, - -0.11831334978342056, - -0.0914899930357933, - 0.9886671900749207 - ] - ], - [ - 0.7333333492279053, - [ - -0.013509170152246952, - -0.11924944072961807, - -0.08980297297239304, - 0.9887025356292725 - ] - ], - [ - 0.7666666507720947, - [ - -0.014040384441614151, - -0.12019214034080505, - -0.08803687989711761, - 0.9887397289276123 - ] - ], - [ - 0.800000011920929, - [ - -0.014583301730453968, - -0.12112908065319061, - -0.08621226251125336, - 0.988778293132782 - ] - ], - [ - 0.8333333134651184, - [ - -0.01513022929430008, - -0.12204896658658981, - -0.08434996008872986, - 0.9888176918029785 - ] - ], - [ - 0.8666666746139526, - [ - -0.01567363180220127, - -0.12294147908687592, - -0.08247106522321701, - 0.9888570308685303 - ] - ], - [ - 0.8999999761581421, - [ - -0.01620614342391491, - -0.12379761040210724, - -0.0805969312787056, - 0.9888961911201477 - ] - ], - [ - 0.9333333373069763, - [ - -0.01672053337097168, - -0.12460929155349731, - -0.07874894142150879, - 0.9889345765113831 - ] - ], - [ - 0.9666666388511658, - [ - -0.01720973290503025, - -0.1253696233034134, - -0.07694865763187408, - 0.9889718890190125 - ] - ], - [ - 1.0, - [ - -0.017666803672909737, - -0.1260724812746048, - -0.07521753758192062, - 0.9890076518058777 - ] - ], - [ - 1.0333333015441895, - [ - -0.018084930256009102, - -0.1267126202583313, - -0.0735771581530571, - 0.9890415668487549 - ] - ], - [ - 1.0666667222976685, - [ - -0.018457407131791115, - -0.12728554010391235, - -0.07204889506101608, - 0.9890737533569336 - ] - ], - [ - 1.100000023841858, - [ - -0.018777597695589066, - -0.12778715789318085, - -0.07065412402153015, - 0.9891035556793213 - ] - ], - [ - 1.1333333253860474, - [ - -0.01903892308473587, - -0.12821368873119354, - -0.06941407173871994, - 0.9891311526298523 - ] - ], - [ - 1.1666666269302368, - [ - -0.01923481561243534, - -0.12856155633926392, - -0.06834987550973892, - 0.9891564249992371 - ] - ], - [ - 1.2000000476837158, - [ - -0.019449148327112198, - -0.12883226573467255, - -0.06745395064353943, - 0.9891784191131592 - ] - ], - [ - 1.2333333492279053, - [ - -0.019758936017751694, - -0.1290263533592224, - -0.0667208731174469, - 0.9891967177391052 - ] - ], - [ - 1.2666666507720947, - [ - -0.02014719322323799, - -0.12913823127746582, - -0.06617473810911179, - 0.9892109632492065 - ] - ], - [ - 1.3333333730697632, - [ - -0.021074889227747917, - -0.12907026708126068, - -0.06577828526496887, - 0.9892269372940063 - ] - ], - [ - 1.3666666746139526, - [ - -0.02156471274793148, - -0.12888211011886597, - -0.0659334808588028, - 0.9892305731773376 - ] - ], - [ - 1.399999976158142, - [ - -0.022031163796782494, - -0.12859083712100983, - -0.06628996878862381, - 0.9892343878746033 - ] - ], - [ - 1.4333332777023315, - [ - -0.022463439032435417, - -0.12820598483085632, - -0.06682554632425308, - 0.9892386794090271 - ] - ], - [ - 1.4666666984558105, - [ - -0.02285262569785118, - -0.12773634493350983, - -0.06751807779073715, - 0.9892435073852539 - ] - ], - [ - 1.5, - [ - -0.02319139800965786, - -0.12719054520130157, - -0.06834571063518524, - 0.9892489910125732 - ] - ], - [ - 1.5333333015441895, - [ - -0.02347513474524021, - -0.12657718360424042, - -0.06928692758083344, - 0.9892556071281433 - ] - ], - [ - 1.5666667222976685, - [ - -0.023695429787039757, - -0.12590529024600983, - -0.07031979411840439, - 0.989263117313385 - ] - ], - [ - 1.600000023841858, - [ - -0.02384672686457634, - -0.1251842975616455, - -0.07142289727926254, - 0.9892720580101013 - ] - ], - [ - 1.6333333253860474, - [ - -0.023916754871606827, - -0.12442474067211151, - -0.07257414609193802, - 0.9892823100090027 - ] - ], - [ - 1.6666666269302368, - [ - -0.02389603480696678, - -0.12363781780004501, - -0.07375204563140869, - 0.9892943501472473 - ] - ], - [ - 1.7000000476837158, - [ - -0.023798229172825813, - -0.12283347547054291, - -0.07493814080953598, - 0.9893077611923218 - ] - ], - [ - 1.7333333492279053, - [ - -0.02363709919154644, - -0.12202250957489014, - -0.07611417025327682, - 0.9893221855163574 - ] - ], - [ - 1.7666666507720947, - [ - -0.02342650480568409, - -0.12121644616127014, - -0.07726207375526428, - 0.9893374443054199 - ] - ], - [ - 1.7999999523162842, - [ - -0.023180397227406502, - -0.12042742222547531, - -0.07836401462554932, - 0.989352822303772 - ] - ], - [ - 1.8333333730697632, - [ - -0.022912854328751564, - -0.1196683719754219, - -0.07940242439508438, - 0.9893683791160583 - ] - ], - [ - 1.8666666746139526, - [ - -0.022638045251369476, - -0.11895271390676498, - -0.08035985380411148, - 0.9893836975097656 - ] - ], - [ - 1.899999976158142, - [ - -0.022370221093297005, - -0.11829441040754318, - -0.08121904730796814, - 0.9893985390663147 - ] - ], - [ - 1.9333332777023315, - [ - -0.022123737260699272, - -0.11770772188901901, - -0.08196287602186203, - 0.9894127249717712 - ] - ], - [ - 1.9666666984558105, - [ - -0.021913010627031326, - -0.11720714718103409, - -0.08257419615983963, - 0.9894260168075562 - ] - ], - [ - 2.0, - [ - -0.02175251394510269, - -0.11680714786052704, - -0.08303583413362503, - 0.9894382357597351 - ] - ], - [ - 2.066666603088379, - [ - -0.021640315651893616, - -0.11636559665203094, - -0.08344036340713501, - 0.9894586801528931 - ] - ], - [ - 2.1666667461395264, - [ - -0.022164540365338326, - -0.11672025173902512, - -0.0825842022895813, - 0.9894772171974182 - ] - ], - [ - 2.200000047683716, - [ - -0.022538049146533012, - -0.1170499324798584, - -0.08195324242115021, - 0.9894822239875793 - ] - ], - [ - 2.2333333492279053, - [ - -0.023013101890683174, - -0.11742189526557922, - -0.08119414001703262, - 0.9894897937774658 - ] - ], - [ - 2.2666666507720947, - [ - -0.023592596873641014, - -0.11782489717006683, - -0.08032657951116562, - 0.989499032497406 - ] - ], - [ - 2.299999952316284, - [ - -0.024274861440062523, - -0.11824848502874374, - -0.07937011122703552, - 0.9895092844963074 - ] - ], - [ - 2.3333332538604736, - [ - -0.025055550038814545, - -0.11868260055780411, - -0.07834406197071075, - 0.9895195364952087 - ] - ], - [ - 2.366666555404663, - [ - -0.02592511475086212, - -0.11911819875240326, - -0.07726757228374481, - 0.9895294308662415 - ] - ], - [ - 2.4000000953674316, - [ - -0.026959005743265152, - -0.11955448240041733, - -0.07613147795200348, - 0.989537239074707 - ] - ], - [ - 2.433333396911621, - [ - -0.028233874589204788, - -0.11999152600765228, - -0.07492401450872421, - 0.9895409345626831 - ] - ], - [ - 2.4666666984558105, - [ - -0.029730327427387238, - -0.12042313069105148, - -0.07365915924310684, - 0.989539623260498 - ] - ], - [ - 2.5, - [ - -0.031423963606357574, - -0.12084410339593887, - -0.07235078513622284, - 0.9895325303077698 - ] - ], - [ - 2.5333333015441895, - [ - -0.03328777104616165, - -0.12125008553266525, - -0.07101274281740189, - 0.989518940448761 - ] - ], - [ - 2.566666603088379, - [ - -0.035294678062200546, - -0.12163720279932022, - -0.06965908408164978, - 0.9894980192184448 - ] - ], - [ - 2.5999999046325684, - [ - -0.03741760924458504, - -0.1220020279288292, - -0.06830407679080963, - 0.9894696474075317 - ] - ], - [ - 2.633333444595337, - [ - -0.039629433304071426, - -0.12234151363372803, - -0.06696207821369171, - 0.989433228969574 - ] - ], - [ - 2.6666667461395264, - [ - -0.04190290346741676, - -0.12265320122241974, - -0.0656476765871048, - 0.989389181137085 - ] - ], - [ - 2.700000047683716, - [ - -0.044210851192474365, - -0.12293487787246704, - -0.06437550485134125, - 0.9893373847007751 - ] - ], - [ - 2.7333333492279053, - [ - -0.04652605950832367, - -0.12318475544452667, - -0.06316033005714417, - 0.9892783164978027 - ] - ], - [ - 2.7666666507720947, - [ - -0.04882127791643143, - -0.12340139597654343, - -0.06201694533228874, - 0.9892130494117737 - ] - ], - [ - 2.799999952316284, - [ - -0.05106927827000618, - -0.12358351051807404, - -0.06096022203564644, - 0.9891424775123596 - ] - ], - [ - 2.8333332538604736, - [ - -0.05324282869696617, - -0.12373006343841553, - -0.06000499054789543, - 0.9890679717063904 - ] - ], - [ - 2.866666555404663, - [ - -0.05531470477581024, - -0.12384001910686493, - -0.05916612967848778, - 0.9889910817146301 - ] - ], - [ - 2.9000000953674316, - [ - -0.05725780129432678, - -0.12391234189271927, - -0.05845843628048897, - 0.9889135956764221 - ] - ], - [ - 2.933333396911621, - [ - -0.05900229141116142, - -0.12394380569458008, - -0.057907991111278534, - 0.9888393878936768 - ] - ], - [ - 2.9666666984558105, - [ - -0.06049251928925514, - -0.12393153458833694, - -0.057537127286195755, - 0.9887726306915283 - ] - ], - [ - 3.0, - [ - -0.06172237917780876, - -0.12387463450431824, - -0.05735473707318306, - 0.988714337348938 - ] - ], - [ - 3.0333333015441895, - [ - -0.06268574297428131, - -0.1237715557217598, - -0.05736954137682915, - 0.9886656999588013 - ] - ], - [ - 3.066666603088379, - [ - -0.06335025280714035, - -0.12359090894460678, - -0.057652547955513, - 0.9886295795440674 - ] - ], - [ - 3.0999999046325684, - [ - -0.06369442492723465, - -0.1233115866780281, - -0.05824805796146393, - 0.9886073470115662 - ] - ], - [ - 3.133333444595337, - [ - -0.06373093277215958, - -0.12296029180288315, - -0.059214282780885696, - 0.9885914325714111 - ] - ], - [ - 3.1666667461395264, - [ - -0.06348130106925964, - -0.12255724519491196, - -0.06058512255549431, - 0.9885743856430054 - ] - ], - [ - 3.200000047683716, - [ - -0.06298308074474335, - -0.12210576236248016, - -0.062294069677591324, - 0.988555908203125 - ] - ], - [ - 3.2333333492279053, - [ - -0.06225128471851349, - -0.1216077208518982, - -0.06428229808807373, - 0.9885363578796387 - ] - ], - [ - 3.2666666507720947, - [ - -0.06128165125846863, - -0.12106543779373169, - -0.0664948895573616, - 0.988517165184021 - ] - ], - [ - 3.299999952316284, - [ - -0.06009616702795029, - -0.1204841285943985, - -0.06887295097112656, - 0.9884981513023376 - ] - ], - [ - 3.3333332538604736, - [ - -0.05871967598795891, - -0.11987138539552689, - -0.07135865092277527, - 0.9884790182113647 - ] - ], - [ - 3.366666555404663, - [ - -0.057183586061000824, - -0.11923738569021225, - -0.0738961473107338, - 0.9884593486785889 - ] - ], - [ - 3.4000000953674316, - [ - -0.05552496388554573, - -0.11859475821256638, - -0.07643160969018936, - 0.9884384274482727 - ] - ], - [ - 3.433333396911621, - [ - -0.053785502910614014, - -0.11795877665281296, - -0.07891325652599335, - 0.9884157776832581 - ] - ], - [ - 3.4666666984558105, - [ - -0.05199865624308586, - -0.11734765022993088, - -0.08128999173641205, - 0.9883915185928345 - ] - ], - [ - 3.5, - [ - -0.050197534263134, - -0.1167820617556572, - -0.0835123062133789, - 0.9883662462234497 - ] - ], - [ - 3.5333333015441895, - [ - -0.04841494932770729, - -0.11628448218107224, - -0.0855323076248169, - 0.9883410930633545 - ] - ], - [ - 3.566666603088379, - [ - -0.04668327420949936, - -0.11587847769260406, - -0.08730319142341614, - 0.9883173704147339 - ] - ], - [ - 3.5999999046325684, - [ - -0.04502236470580101, - -0.11558698117733002, - -0.08878187835216522, - 0.9882967472076416 - ] - ], - [ - 3.633333444595337, - [ - -0.04346464201807976, - -0.11543356627225876, - -0.08992225676774979, - 0.9882813096046448 - ] - ], - [ - 3.6666667461395264, - [ - -0.04206079989671707, - -0.11544222384691238, - -0.09067302197217941, - 0.9882725477218628 - ] - ], - [ - 3.700000047683716, - [ - -0.0408334918320179, - -0.11558586359024048, - -0.0910431519150734, - 0.9882730841636658 - ] - ], - [ - 3.7333333492279053, - [ - -0.03979407623410225, - -0.11581439524888992, - -0.09106487780809402, - 0.9882867336273193 - ] - ], - [ - 3.7666666507720947, - [ - -0.0389450378715992, - -0.11614423245191574, - -0.09078248590230942, - 0.9883078336715698 - ] - ], - [ - 3.799999952316284, - [ - -0.038283027708530426, - -0.11658930778503418, - -0.09026267379522324, - 0.9883289933204651 - ] - ], - [ - 3.8333332538604736, - [ - -0.03781663253903389, - -0.1171349436044693, - -0.08952049165964127, - 0.9883498549461365 - ] - ], - [ - 3.866666555404663, - [ - -0.03752168267965317, - -0.11776436120271683, - -0.08857882022857666, - 0.9883711338043213 - ] - ], - [ - 3.9000000953674316, - [ - -0.037357330322265625, - -0.11846047639846802, - -0.0874623954296112, - 0.9883936047554016 - ] - ], - [ - 3.933333396911621, - [ - -0.037304021418094635, - -0.11920933425426483, - -0.08618979156017303, - 0.9884173274040222 - ] - ], - [ - 3.9666666984558105, - [ - -0.03733978793025017, - -0.11999756097793579, - -0.08477954566478729, - 0.988442599773407 - ] - ], - [ - 4.0, - [ - -0.037438999861478806, - -0.12081307917833328, - -0.08325028419494629, - 0.9884694814682007 - ] - ], - [ - 4.0333333015441895, - [ - -0.037582311779260635, - -0.12164456397294998, - -0.08162207156419754, - 0.9884978532791138 - ] - ], - [ - 4.066666603088379, - [ - -0.03774852678179741, - -0.1224822849035263, - -0.07991529256105423, - 0.9885275363922119 - ] - ], - [ - 4.099999904632568, - [ - -0.037929482758045197, - -0.1233147382736206, - -0.07815096527338028, - 0.9885581731796265 - ] - ], - [ - 4.133333206176758, - [ - -0.0381171815097332, - -0.12413148581981659, - -0.0763503685593605, - 0.9885894656181335 - ] - ], - [ - 4.166666507720947, - [ - -0.03830379247665405, - -0.12492319941520691, - -0.07453493773937225, - 0.9886210560798645 - ] - ], - [ - 4.199999809265137, - [ - -0.03848164156079292, - -0.12568150460720062, - -0.0727262794971466, - 0.9886528253555298 - ] - ], - [ - 4.233333110809326, - [ - -0.038643207401037216, - -0.1263992041349411, - -0.07094597816467285, - 0.9886842966079712 - ] - ], - [ - 4.266666889190674, - [ - -0.03878113999962807, - -0.1270701140165329, - -0.06921570003032684, - 0.9887155294418335 - ] - ], - [ - 4.300000190734863, - [ - -0.038888249546289444, - -0.12768881022930145, - -0.06755711883306503, - 0.9887463450431824 - ] - ], - [ - 4.333333492279053, - [ - -0.03895745053887367, - -0.12825074791908264, - -0.06599178910255432, - 0.988776683807373 - ] - ], - [ - 4.366666793823242, - [ - -0.03898175060749054, - -0.12875200808048248, - -0.06454113870859146, - 0.9888063669204712 - ] - ], - [ - 4.400000095367432, - [ - -0.038954269140958786, - -0.12918904423713684, - -0.06322651356458664, - 0.9888352751731873 - ] - ], - [ - 4.433333396911621, - [ - -0.03886817768216133, - -0.12955863773822784, - -0.062069155275821686, - 0.9888635873794556 - ] - ], - [ - 4.4666666984558105, - [ - -0.038716647773981094, - -0.12985768914222717, - -0.061090145260095596, - 0.9888913035392761 - ] - ], - [ - 4.5, - [ - -0.0384928435087204, - -0.13008274137973785, - -0.060310494154691696, - 0.9889183044433594 - ] - ], - [ - 4.5333333015441895, - [ - -0.038189828395843506, - -0.13022999465465546, - -0.05975114926695824, - 0.9889446496963501 - ] - ], - [ - 4.566666603088379, - [ - -0.037800874561071396, - -0.13029491901397705, - -0.059432946145534515, - 0.9889702200889587 - ] - ], - [ - 4.599999904632568, - [ - -0.037314824759960175, - -0.13026563823223114, - -0.05939028412103653, - 0.9889950752258301 - ] - ], - [ - 4.633333206176758, - [ - -0.036727387458086014, - -0.13013644516468048, - -0.059640612453222275, - 0.9890190362930298 - ] - ], - [ - 4.666666507720947, - [ - -0.03601715341210365, - -0.12990282475948334, - -0.06016363576054573, - 0.989044189453125 - ] - ], - [ - 4.699999809265137, - [ - -0.03516647592186928, - -0.12956321239471436, - -0.06092575564980507, - 0.9890726804733276 - ] - ], - [ - 4.733333110809326, - [ - -0.034176506102085114, - -0.12912517786026, - -0.0619005411863327, - 0.989104151725769 - ] - ], - [ - 4.766666889190674, - [ - -0.03305019810795784, - -0.12859582901000977, - -0.06306175142526627, - 0.989138126373291 - ] - ], - [ - 4.800000190734863, - [ - -0.03179200366139412, - -0.12798219919204712, - -0.06438325345516205, - 0.9891737103462219 - ] - ], - [ - 4.833333492279053, - [ - -0.030408984050154686, - -0.12729158997535706, - -0.06583940237760544, - 0.9892105460166931 - ] - ], - [ - 4.866666793823242, - [ - -0.028904443606734276, - -0.12653209269046783, - -0.06740416586399078, - 0.9892476201057434 - ] - ], - [ - 4.900000095367432, - [ - -0.027271762490272522, - -0.12571173906326294, - -0.06905531883239746, - 0.9892846941947937 - ] - ], - [ - 4.933333396911621, - [ - -0.025496771559119225, - -0.12483993172645569, - -0.070770263671875, - 0.989321231842041 - ] - ], - [ - 4.9666666984558105, - [ - -0.023580485954880714, - -0.1239277720451355, - -0.0725238248705864, - 0.9893564581871033 - ] - ], - [ - 5.0, - [ - -0.021547097712755203, - -0.12298548966646194, - -0.07429394125938416, - 0.9893890619277954 - ] - ], - [ - 5.0333333015441895, - [ - -0.01942097581923008, - -0.12202459573745728, - -0.07605884969234467, - 0.9894179701805115 - ] - ], - [ - 5.066666603088379, - [ - -0.017226627096533775, - -0.12105761468410492, - -0.07779715955257416, - 0.9894422292709351 - ] - ], - [ - 5.099999904632568, - [ - -0.01498874370008707, - -0.12009816616773605, - -0.07948783785104752, - 0.9894613027572632 - ] - ], - [ - 5.133333206176758, - [ - -0.012732161208987236, - -0.11916078627109528, - -0.08111023902893066, - 0.9894744753837585 - ] - ], - [ - 5.166666507720947, - [ - -0.010481915436685085, - -0.11826113611459732, - -0.08264405280351639, - 0.9894819855690002 - ] - ], - [ - 5.199999809265137, - [ - -0.008263163268566132, - -0.11741543561220169, - -0.08406931906938553, - 0.989483654499054 - ] - ], - [ - 5.233333110809326, - [ - -0.0061012073419988155, - -0.11664067208766937, - -0.08536633849143982, - 0.9894798398017883 - ] - ], - [ - 5.266666889190674, - [ - -0.0040214392356574535, - -0.11595425009727478, - -0.08651562035083771, - 0.9894713163375854 - ] - ], - [ - 5.300000190734863, - [ - -0.0020494700875133276, - -0.11537376791238785, - -0.08749774098396301, - 0.9894588589668274 - ] - ], - [ - 5.333333492279053, - [ - -0.0002108554617734626, - -0.11491682380437851, - -0.08829314261674881, - 0.9894434809684753 - ] - ], - [ - 5.366666793823242, - [ - 0.0014687393559142947, - -0.11460071057081223, - -0.08888217061758041, - 0.98942631483078 - ] - ], - [ - 5.400000095367432, - [ - 0.0029636358376592398, - -0.11444209516048431, - -0.08924469351768494, - 0.9894087314605713 - ] - ], - [ - 5.433333396911621, - [ - 0.0042581805028021336, - -0.11443943530321121, - -0.08938185125589371, - 0.9893919229507446 - ] - ], - [ - 5.4666666984558105, - [ - 0.005343478638678789, - -0.11457843333482742, - -0.08930911868810654, - 0.9893771409988403 - ] - ], - [ - 5.5, - [ - 0.006202208809554577, - -0.11482156813144684, - -0.08904439955949783, - 0.9893677830696106 - ] - ], - [ - 5.5333333015441895, - [ - 0.0068242112174630165, - -0.11512729525566101, - -0.08861523866653442, - 0.9893667101860046 - ] - ], - [ - 5.566666603088379, - [ - 0.0071957954205572605, - -0.11548475176095963, - -0.08803755044937134, - 0.9893739819526672 - ] - ], - [ - 5.599999904632568, - [ - 0.007307868450880051, - -0.11588342487812042, - -0.08732673525810242, - 0.9893895387649536 - ] - ], - [ - 5.633333206176758, - [ - 0.00715376203879714, - -0.11631300300359726, - -0.08649799227714539, - 0.9894130825996399 - ] - ], - [ - 5.666666507720947, - [ - 0.006732049863785505, - -0.11676383763551712, - -0.08556609600782394, - 0.9894440770149231 - ] - ], - [ - 5.699999809265137, - [ - 0.006045802030712366, - -0.11722693592309952, - -0.08454553782939911, - 0.9894814491271973 - ] - ], - [ - 5.733333110809326, - [ - 0.005103509873151779, - -0.1176941841840744, - -0.08345051109790802, - 0.989524245262146 - ] - ], - [ - 5.766666889190674, - [ - 0.003923237323760986, - -0.11815882474184036, - -0.08229437470436096, - 0.9895710945129395 - ] - ], - [ - 5.800000190734863, - [ - 0.0025281638372689486, - -0.11861497908830643, - -0.0810902789235115, - 0.9896203875541687 - ] - ], - [ - 5.833333492279053, - [ - 0.0009440912399441004, - -0.11905793845653534, - -0.07985158264636993, - 0.9896706938743591 - ] - ], - [ - 5.866666793823242, - [ - -0.0008031062316149473, - -0.11948322504758835, - -0.07859176397323608, - 0.9897204041481018 - ] - ], - [ - 5.900000095367432, - [ - -0.0026875047478824854, - -0.11988680809736252, - -0.0773245096206665, - 0.9897682070732117 - ] - ], - [ - 5.933333396911621, - [ - -0.0046831401996314526, - -0.12026511877775192, - -0.07606370002031326, - 0.9898125529289246 - ] - ], - [ - 5.9666666984558105, - [ - -0.006763944402337074, - -0.12061494588851929, - -0.07482334226369858, - 0.9898523688316345 - ] - ], - [ - 6.0, - [ - -0.008903851732611656, - -0.12093350291252136, - -0.0736175999045372, - 0.989886999130249 - ] - ], - [ - 6.0333333015441895, - [ - -0.011076741851866245, - -0.12121837586164474, - -0.07246075570583344, - 0.989915668964386 - ] - ], - [ - 6.066666603088379, - [ - -0.01325644738972187, - -0.12146735936403275, - -0.0713670626282692, - 0.9899377226829529 - ] - ], - [ - 6.099999904632568, - [ - -0.015416782349348068, - -0.12167856842279434, - -0.07035095989704132, - 0.9899532198905945 - ] - ], - [ - 6.133333206176758, - [ - -0.017531534656882286, - -0.12185025215148926, - -0.06942684203386307, - 0.9899621605873108 - ] - ], - [ - 6.166666507720947, - [ - -0.019574489444494247, - -0.12198077142238617, - -0.06860905140638351, - 0.9899647831916809 - ] - ], - [ - 6.199999809265137, - [ - -0.021519433706998825, - -0.12206848710775375, - -0.06791194528341293, - 0.9899616837501526 - ] - ], - [ - 6.233333110809326, - [ - -0.02334013767540455, - -0.12211159616708755, - -0.06734979897737503, - 0.9899536371231079 - ] - ], - [ - 6.266666889190674, - [ - -0.02501044236123562, - -0.12210811674594879, - -0.06693676114082336, - 0.9899411797523499 - ] - ], - [ - 6.300000190734863, - [ - -0.0265041533857584, - -0.1220557689666748, - -0.06668685376644135, - 0.9899256229400635 - ] - ], - [ - 6.333333492279053, - [ - -0.027795158326625824, - -0.12195170670747757, - -0.06661394238471985, - 0.98990797996521 - ] - ], - [ - 6.366666793823242, - [ - -0.02883145771920681, - -0.12175925821065903, - -0.06679225713014603, - 0.9898899793624878 - ] - ], - [ - 6.400000095367432, - [ - -0.029571933671832085, - -0.12145411968231201, - -0.06726997345685959, - 0.9898732900619507 - ] - ], - [ - 6.433333396911621, - [ - -0.030009472742676735, - -0.12106258422136307, - -0.06810951232910156, - 0.9898506999015808 - ] - ], - [ - 6.4666666984558105, - [ - -0.030145861208438873, - -0.12060505896806717, - -0.0693492516875267, - 0.9898163080215454 - ] - ], - [ - 6.5, - [ - -0.029998986050486565, - -0.1200873851776123, - -0.07092930376529694, - 0.989771842956543 - ] - ], - [ - 6.5333333015441895, - [ - -0.02959206886589527, - -0.11951511353254318, - -0.07278993725776672, - 0.9897181987762451 - ] - ], - [ - 6.566666603088379, - [ - -0.028945188969373703, - -0.11889540404081345, - -0.0748709961771965, - 0.9896568059921265 - ] - ], - [ - 6.599999904632568, - [ - -0.02808520197868347, - -0.11823670566082001, - -0.07711358368396759, - 0.98958820104599 - ] - ], - [ - 6.633333206176758, - [ - -0.027042018249630928, - -0.11754979938268661, - -0.07946009188890457, - 0.9895134568214417 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658457882_683317.json b/lenses/physics-objects/Scene/assets/1646688658457882_683317.json deleted file mode 100644 index d70adfb5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658457882_683317.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658457882:683317", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658459131_683330.json b/lenses/physics-objects/Scene/assets/1646688658459131_683330.json deleted file mode 100644 index 677de195..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658459131_683330.json +++ /dev/null @@ -1,554 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658459131:683330", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.7186861038208, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.67585277557373, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.684871673583984, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.704936027526855, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.738115310668945, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.775662422180176, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.80355453491211, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.810712814331055, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.785930633544922, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.741040229797363, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.701931953430176, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.725296020507813, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.793306350708008, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.803955078125, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.780107498168945, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.741876602172852, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.710694313049316, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.690123558044434, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.678743362426758, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.69961929321289, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.767509460449219, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.764200210571289, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.725777626037598, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.696969032287598, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.694358825683594, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.726616859436035, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.767633438110352, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.802427291870117, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.820962905883789, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.800071716308594, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.752084732055664, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.716314315795898, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.722209930419922, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.765143394470215, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.824393272399902, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.87866497039795, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.912757873535156, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.900267601013184, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.797703742980957, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.768890380859375, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.749324798583984, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.757988929748535, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.805475234985352, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.870185852050781, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.90667724609375, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.895702362060547, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.860180854797363, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.814422607421875, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.778340339660645, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.7771635055542, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.801082611083984, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.84406566619873, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.882078170776367, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.882575988769531, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.813047409057617, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.73570728302002, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.707103729248047, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.711676597595215, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.732438087463379, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.800414085388184, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.803507804870605, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.72603988647461, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.69956111907959, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.676795959472656, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.684767723083496, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.778934478759766, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658459381_683337.json b/lenses/physics-objects/Scene/assets/1646688658459381_683337.json deleted file mode 100644 index 41ce463f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658459381_683337.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658459381:683337", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ], - [ - 0.03333333507180214, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ], - [ - 0.06666667014360428, - [ - 0.029203113168478012, - 0.0005456783110275865, - 0.021827615797519684, - 0.9993351101875305 - ] - ], - [ - 0.10000000149011612, - [ - 0.03193573281168938, - 0.002338099991902709, - 0.03453065827488899, - 0.9988905191421509 - ] - ], - [ - 0.13333334028720856, - [ - 0.028240729123353958, - 0.005865449085831642, - 0.028632396832108498, - 0.9991738796234131 - ] - ], - [ - 0.1666666716337204, - [ - 0.0194932222366333, - 0.008173772133886814, - 0.013279986567795277, - 0.9996883869171143 - ] - ], - [ - 0.20000000298023224, - [ - 0.01260731928050518, - 0.006959022954106331, - -0.0076288580894470215, - 0.99986732006073 - ] - ], - [ - 0.23333333432674408, - [ - 0.011468027718365192, - 0.0022750389762222767, - -0.029836921021342278, - 0.99948650598526 - ] - ], - [ - 0.2666666805744171, - [ - 0.015343878418207169, - -0.0033002144191414118, - -0.04954976588487625, - 0.9986483454704285 - ] - ], - [ - 0.30000001192092896, - [ - 0.020466379821300507, - -0.008628307841718197, - -0.06343011558055878, - 0.9977390766143799 - ] - ], - [ - 0.3333333432674408, - [ - 0.02349415421485901, - -0.013880827464163303, - -0.06771373003721237, - 0.9973315596580505 - ] - ], - [ - 0.36666667461395264, - [ - 0.022392315790057182, - -0.013446423225104809, - -0.05345454066991806, - 0.9982286095619202 - ] - ], - [ - 0.4000000059604645, - [ - 0.01566450297832489, - -0.003547495463863015, - -0.02135946787893772, - 0.9996428489685059 - ] - ], - [ - 0.4333333373069763, - [ - 0.005422181449830532, - 0.011041941121220589, - 0.015995502471923828, - 0.9997963905334473 - ] - ], - [ - 0.46666666865348816, - [ - -0.006380088161677122, - 0.02242167480289936, - 0.04612090811133385, - 0.9986638426780701 - ] - ], - [ - 0.5, - [ - -0.01669624075293541, - 0.02455040253698826, - 0.05984477326273918, - 0.9977660775184631 - ] - ], - [ - 0.5333333611488342, - [ - -0.024596963077783585, - 0.01641961932182312, - 0.056005701422691345, - 0.9979923367500305 - ] - ], - [ - 0.5666666626930237, - [ - -0.03142159432172775, - 0.0036717471666634083, - 0.04002675041556358, - 0.9986976981163025 - ] - ], - [ - 0.6000000238418579, - [ - -0.036191340535879135, - -0.008170129731297493, - 0.015856217592954636, - 0.9991856813430786 - ] - ], - [ - 0.6333333253860474, - [ - -0.03777247667312622, - -0.017577875405550003, - -0.009123940952122211, - 0.9990900754928589 - ] - ], - [ - 0.6666666865348816, - [ - -0.033786624670028687, - -0.025299349799752235, - -0.027388758957386017, - 0.9987333416938782 - ] - ], - [ - 0.699999988079071, - [ - -0.025023607537150383, - -0.029704615473747253, - -0.03324735537171364, - 0.9986922740936279 - ] - ], - [ - 0.7333333492279053, - [ - -0.015446058474481106, - -0.028587494045495987, - -0.02532394975423813, - 0.9991511702537537 - ] - ], - [ - 0.7666666507720947, - [ - -0.007826277054846287, - -0.021992404013872147, - -0.008327635005116463, - 0.9996929168701172 - ] - ], - [ - 0.800000011920929, - [ - -0.0049097537994384766, - -0.011179043911397457, - 0.01332621369510889, - 0.9998366832733154 - ] - ], - [ - 0.8333333134651184, - [ - -0.007189714815467596, - 0.0006893951795063913, - 0.03543105348944664, - 0.999346137046814 - ] - ], - [ - 0.8666666746139526, - [ - -0.013789152726531029, - 0.010362084954977036, - 0.05472898483276367, - 0.9983523488044739 - ] - ], - [ - 0.8999999761581421, - [ - -0.024569783359766006, - 0.015902653336524963, - 0.0685621052980423, - 0.9972174763679504 - ] - ], - [ - 0.9333333373069763, - [ - -0.037658464163541794, - 0.017071295529603958, - 0.0742986872792244, - 0.9963786005973816 - ] - ], - [ - 0.9666666388511658, - [ - -0.04998357221484184, - 0.014143859967589378, - 0.06982283294200897, - 0.9962059855461121 - ] - ], - [ - 1.0, - [ - -0.05889527499675751, - 0.008003870025277138, - 0.05642426013946533, - 0.996636152267456 - ] - ], - [ - 1.0333333015441895, - [ - -0.062272995710372925, - 0.00023443359532393515, - 0.03661520406603813, - 0.9973872303962708 - ] - ], - [ - 1.0666667222976685, - [ - -0.05975636467337608, - -0.0071532330475747585, - 0.013950559310615063, - 0.9980899691581726 - ] - ], - [ - 1.100000023841858, - [ - -0.0523265078663826, - -0.012806696817278862, - -0.007396640256047249, - 0.9985204935073853 - ] - ], - [ - 1.1333333253860474, - [ - -0.041333429515361786, - -0.016420751810073853, - -0.023305829614400864, - 0.9987385869026184 - ] - ], - [ - 1.1666666269302368, - [ - -0.029744375497102737, - -0.01834237016737461, - -0.02958785369992256, - 0.998951256275177 - ] - ], - [ - 1.2000000476837158, - [ - -0.02017143741250038, - -0.01600499637424946, - -0.016271265223622322, - 0.9995359778404236 - ] - ], - [ - 1.2333333492279053, - [ - -0.012867617420852184, - -0.0071116103790700436, - 0.015480606816709042, - 0.9997720718383789 - ] - ], - [ - 1.2666666507720947, - [ - -0.008570344187319279, - 0.0027846861630678177, - 0.051939792931079865, - 0.9986096620559692 - ] - ], - [ - 1.2999999523162842, - [ - -0.007574733812361956, - 0.007211728487163782, - 0.07984602451324463, - 0.9967524409294128 - ] - ], - [ - 1.3333333730697632, - [ - -0.013692069798707962, - 0.007894203998148441, - 0.08993112295866013, - 0.9958226680755615 - ] - ], - [ - 1.3666666746139526, - [ - -0.027718590572476387, - 0.007999341934919357, - 0.08459866791963577, - 0.9959973692893982 - ] - ], - [ - 1.399999976158142, - [ - -0.042881496250629425, - 0.008619142696261406, - 0.0711715817451477, - 0.9965046644210815 - ] - ], - [ - 1.4333332777023315, - [ - -0.05393562465906143, - 0.00890437699854374, - 0.050650302320718765, - 0.9972192645072937 - ] - ], - [ - 1.4666666984558105, - [ - -0.06081425026059151, - 0.008325880393385887, - 0.02607380412518978, - 0.9977737665176392 - ] - ], - [ - 1.5, - [ - -0.0629822239279747, - 0.007063665892928839, - 0.0011800697539001703, - 0.9979890584945679 - ] - ], - [ - 1.5333333015441895, - [ - -0.05942365527153015, - 0.0055838036350905895, - -0.020663192495703697, - 0.998003363609314 - ] - ], - [ - 1.5666667222976685, - [ - -0.051077187061309814, - 0.004556271713227034, - -0.03641147166490555, - 0.998020350933075 - ] - ], - [ - 1.600000023841858, - [ - -0.039939578622579575, - 0.004616734571754932, - -0.04304837808012962, - 0.9982636570930481 - ] - ], - [ - 1.6333333253860474, - [ - -0.029788564890623093, - 0.0077473875135183334, - -0.03446442633867264, - 0.9989319443702698 - ] - ], - [ - 1.6666666269302368, - [ - -0.021940192207694054, - 0.014062589965760708, - -0.010499607771635056, - 0.9996052384376526 - ] - ], - [ - 1.7000000476837158, - [ - -0.018589574843645096, - 0.01932176947593689, - 0.021869763731956482, - 0.999401330947876 - ] - ], - [ - 1.7333333492279053, - [ - -0.0203761775046587, - 0.02089616097509861, - 0.052854023873806, - 0.9981757402420044 - ] - ], - [ - 1.7666666507720947, - [ - -0.02523047849535942, - 0.022352434694767, - 0.07432357966899872, - 0.9966643452644348 - ] - ], - [ - 1.7999999523162842, - [ - -0.02946474403142929, - 0.024856850504875183, - 0.08220164477825165, - 0.9958699941635132 - ] - ], - [ - 1.8333333730697632, - [ - -0.030969813466072083, - 0.025381488725543022, - 0.07263098657131195, - 0.9965548515319824 - ] - ], - [ - 1.8666666746139526, - [ - -0.028549598529934883, - 0.021172452718019485, - 0.048163749277591705, - 0.9982068538665771 - ] - ], - [ - 1.899999976158142, - [ - -0.021758247166872025, - 0.012922014109790325, - 0.01533276867121458, - 0.9995622634887695 - ] - ], - [ - 1.9333332777023315, - [ - -0.010676796548068523, - 0.0031116956379264593, - -0.01780988648533821, - 0.9997795224189758 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030748858116567135, - -0.00519885029643774, - -0.043093111366033554, - 0.9990528225898743 - ] - ], - [ - 2.0, - [ - 0.017699778079986572, - -0.008729195222258568, - -0.053159281611442566, - 0.9983910322189331 - ] - ], - [ - 2.0333333015441895, - [ - 0.03133717551827431, - -0.004052821081131697, - -0.04060543701052666, - 0.998675525188446 - ] - ], - [ - 2.066666603088379, - [ - 0.042006149888038635, - 0.008032274432480335, - -0.009378815069794655, - 0.9990411400794983 - ] - ], - [ - 2.0999999046325684, - [ - 0.04565466567873955, - 0.022323699668049812, - 0.028144612908363342, - 0.9983111619949341 - ] - ], - [ - 2.133333444595337, - [ - 0.0409756563603878, - 0.03425799310207367, - 0.05702926963567734, - 0.9969428777694702 - ] - ], - [ - 2.1666667461395264, - [ - 0.031977660953998566, - 0.03949328511953354, - 0.06785713136196136, - 0.9964001774787903 - ] - ], - [ - 2.200000047683716, - [ - 0.022242676466703415, - 0.03810226544737816, - 0.05985620245337486, - 0.9972315430641174 - ] - ], - [ - 2.2333333492279053, - [ - 0.01489723939448595, - 0.03467362001538277, - 0.03918442502617836, - 0.9985191226005554 - ] - ], - [ - 2.2666666507720947, - [ - 0.012394394725561142, - 0.03166692703962326, - 0.010762779042124748, - 0.9993637800216675 - ] - ], - [ - 2.299999952316284, - [ - 0.015667200088500977, - 0.03009011037647724, - -0.018690764904022217, - 0.9992496371269226 - ] - ], - [ - 2.3333332538604736, - [ - 0.02368246391415596, - 0.0277990885078907, - -0.042632244527339935, - 0.998423159122467 - ] - ], - [ - 2.366666555404663, - [ - 0.036005932837724686, - 0.024622291326522827, - -0.053318653255701065, - 0.997624397277832 - ] - ], - [ - 2.4000000953674316, - [ - 0.04655107110738754, - 0.028823137283325195, - -0.0305982306599617, - 0.9980311393737793 - ] - ], - [ - 2.433333396911621, - [ - 0.048557963222265244, - 0.03937385976314545, - 0.023143602535128593, - 0.9977757334709167 - ] - ], - [ - 2.4666666984558105, - [ - 0.04512801393866539, - 0.043681561946868896, - 0.07457850128412247, - 0.9952353835105896 - ] - ], - [ - 2.5, - [ - 0.03548220545053482, - 0.04505251348018646, - 0.09418898075819016, - 0.9939013719558716 - ] - ], - [ - 2.5333333015441895, - [ - 0.023663198575377464, - 0.03907338157296181, - 0.08046840131282806, - 0.9957098960876465 - ] - ], - [ - 2.566666603088379, - [ - 0.01654905080795288, - 0.025132188573479652, - 0.04944217577576637, - 0.9983236789703369 - ] - ], - [ - 2.5999999046325684, - [ - 0.016957614570856094, - 0.012594436295330524, - 0.015023047104477882, - 0.9996640086174011 - ] - ], - [ - 2.633333444595337, - [ - 0.021586287766695023, - 0.007542048580944538, - -0.0010458697797730565, - 0.9997380971908569 - ] - ], - [ - 2.6666667461395264, - [ - 0.025197675451636314, - 0.011972839944064617, - 0.0135570103302598, - 0.999518871307373 - ] - ], - [ - 2.700000047683716, - [ - 0.02794967032968998, - 0.020459972321987152, - 0.044172920286655426, - 0.9984233379364014 - ] - ], - [ - 2.7333333492279053, - [ - 0.029140181839466095, - 0.02683332934975624, - 0.07156079262495041, - 0.996649444103241 - ] - ], - [ - 2.7666666507720947, - [ - 0.03268074989318848, - 0.027868585661053658, - 0.0817088931798935, - 0.995730459690094 - ] - ], - [ - 2.799999952316284, - [ - 0.03264978155493736, - 0.02542714960873127, - 0.07591136544942856, - 0.9962554574012756 - ] - ], - [ - 2.8333332538604736, - [ - 0.029738713055849075, - 0.02290276065468788, - 0.061875179409980774, - 0.9973779320716858 - ] - ], - [ - 2.866666555404663, - [ - 0.028985731303691864, - 0.021627802401781082, - 0.04164767637848854, - 0.9984776377677917 - ] - ], - [ - 2.9000000953674316, - [ - 0.03304614871740341, - 0.0222798902541399, - 0.018359124660491943, - 0.9990367889404297 - ] - ], - [ - 2.933333396911621, - [ - 0.04003644362092018, - 0.024258282035589218, - -0.004057018551975489, - 0.9988955855369568 - ] - ], - [ - 2.9666666984558105, - [ - 0.04767785966396332, - 0.025630364194512367, - -0.022249804809689522, - 0.9982859492301941 - ] - ], - [ - 3.0, - [ - 0.05389326810836792, - 0.024517539888620377, - -0.03220459073781967, - 0.9977261424064636 - ] - ], - [ - 3.0333333015441895, - [ - 0.05550075322389603, - 0.022442569956183434, - -0.022488875314593315, - 0.9979530572891235 - ] - ], - [ - 3.066666603088379, - [ - 0.05043822526931763, - 0.02252678945660591, - 0.007162744645029306, - 0.9984474182128906 - ] - ], - [ - 3.0999999046325684, - [ - 0.04128573089838028, - 0.02334294654428959, - 0.04286687821149826, - 0.9979544281959534 - ] - ], - [ - 3.133333444595337, - [ - 0.030398502945899963, - 0.02201973646879196, - 0.07065866142511368, - 0.9967941641807556 - ] - ], - [ - 3.1666667461395264, - [ - 0.020887289196252823, - 0.017230717465281487, - 0.08097922056913376, - 0.9963479042053223 - ] - ], - [ - 3.200000047683716, - [ - 0.01413221750408411, - 0.008647117763757706, - 0.07271120697259903, - 0.9972155094146729 - ] - ], - [ - 3.2333333492279053, - [ - 0.008657152764499187, - 0.0006654482567682862, - 0.051760852336883545, - 0.9986217617988586 - ] - ], - [ - 3.2666666507720947, - [ - 0.005320777650922537, - -0.001142192748375237, - 0.023275503888726234, - 0.9997143745422363 - ] - ], - [ - 3.299999952316284, - [ - 0.004828611854463816, - 0.002228240016847849, - -0.005317050963640213, - 0.9999717473983765 - ] - ], - [ - 3.3333332538604736, - [ - 0.012481632642447948, - 0.002267105272039771, - -0.010918651707470417, - 0.9998599290847778 - ] - ], - [ - 3.366666555404663, - [ - 0.024550488218665123, - 0.0022398349829018116, - -0.007932535372674465, - 0.9996646046638489 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658459727_683344.json b/lenses/physics-objects/Scene/assets/1646688658459727_683344.json deleted file mode 100644 index d31e9bba..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658459727_683344.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658459727:683344", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658460921_683357.json b/lenses/physics-objects/Scene/assets/1646688658460921_683357.json deleted file mode 100644 index 2ce22816..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658460921_683357.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658460921:683357", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.509506225585938, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 0.36666667461395264, - [ - 9.499068260192871, - -2.842170943040401e-14, - -5.3290705182007514e-15 - ] - ], - [ - 3.1666667461395264, - [ - 9.51876163482666, - 2.842170943040401e-14, - 1.7763758976415637e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.511234283447266, - -1.4210854715202004e-14, - -2.6645352591003757e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658461188_683364.json b/lenses/physics-objects/Scene/assets/1646688658461188_683364.json deleted file mode 100644 index 2c50bf31..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658461188_683364.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658461188:683364", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.024513037875294685, - -0.27630433440208435, - -0.20704910159111023, - 0.9381821155548096 - ] - ], - [ - 0.03333333507180214, - [ - -0.024513037875294685, - -0.27630433440208435, - -0.20704910159111023, - 0.9381821155548096 - ] - ], - [ - 0.06666667014360428, - [ - -0.023376699537038803, - -0.27542680501937866, - -0.2123091071844101, - 0.9372931718826294 - ] - ], - [ - 0.10000000149011612, - [ - -0.022123977541923523, - -0.2746463418006897, - -0.21751220524311066, - 0.9363591074943542 - ] - ], - [ - 0.13333334028720856, - [ - -0.02079913578927517, - -0.2739797532558441, - -0.22255779802799225, - 0.9353986978530884 - ] - ], - [ - 0.1666666716337204, - [ - -0.01943862996995449, - -0.27345001697540283, - -0.22733917832374573, - 0.9344326257705688 - ] - ], - [ - 0.20000000298023224, - [ - -0.018078412860631943, - -0.27308064699172974, - -0.2317497283220291, - 0.933483898639679 - ] - ], - [ - 0.23333333432674408, - [ - -0.01675374060869217, - -0.272894948720932, - -0.23568278551101685, - 0.9325777888298035 - ] - ], - [ - 0.2666666805744171, - [ - -0.015499262139201164, - -0.27291497588157654, - -0.23903124034404755, - 0.9317409992218018 - ] - ], - [ - 0.30000001192092896, - [ - -0.014348997734487057, - -0.273160845041275, - -0.24168728291988373, - 0.9310019016265869 - ] - ], - [ - 0.3333333432674408, - [ - -0.013336424715816975, - -0.2736494243144989, - -0.24354228377342224, - 0.9303898811340332 - ] - ], - [ - 0.36666667461395264, - [ - -0.012494619004428387, - -0.274393767118454, - -0.24448628723621368, - 0.9299346208572388 - ] - ], - [ - 0.4000000059604645, - [ - -0.011830837465822697, - -0.27528730034828186, - -0.24453690648078918, - 0.9296658635139465 - ] - ], - [ - 0.4333333373069763, - [ - -0.011341895908117294, - -0.276172399520874, - -0.24376487731933594, - 0.9296122193336487 - ] - ], - [ - 0.46666666865348816, - [ - -0.01101566944271326, - -0.277150958776474, - -0.24234336614608765, - 0.9296965599060059 - ] - ], - [ - 0.5, - [ - -0.010834618471562862, - -0.278342604637146, - -0.2405136525630951, - 0.9298178553581238 - ] - ], - [ - 0.5333333611488342, - [ - -0.010793543420732021, - -0.27970534563064575, - -0.23830552399158478, - 0.9299780130386353 - ] - ], - [ - 0.5666666626930237, - [ - -0.010885096155107021, - -0.2811979651451111, - -0.23573844134807587, - 0.9301809668540955 - ] - ], - [ - 0.6000000238418579, - [ - -0.011094998568296432, - -0.2827964425086975, - -0.23285135626792908, - 0.9304211735725403 - ] - ], - [ - 0.6333333253860474, - [ - -0.01140535157173872, - -0.2844800353050232, - -0.2296801507472992, - 0.9306922554969788 - ] - ], - [ - 0.6666666865348816, - [ - -0.011795996688306332, - -0.28623080253601074, - -0.22625882923603058, - 0.9309885501861572 - ] - ], - [ - 0.699999988079071, - [ - -0.012243366800248623, - -0.28803399205207825, - -0.2226182073354721, - 0.9313042759895325 - ] - ], - [ - 0.7333333492279053, - [ - -0.012729402631521225, - -0.2898717522621155, - -0.21879395842552185, - 0.9316337704658508 - ] - ], - [ - 0.7666666507720947, - [ - -0.013234262354671955, - -0.2917288541793823, - -0.21481986343860626, - 0.9319718480110168 - ] - ], - [ - 0.800000011920929, - [ - -0.013750515878200531, - -0.2935826778411865, - -0.2107413411140442, - 0.9323135018348694 - ] - ], - [ - 0.8333333134651184, - [ - -0.014270849525928497, - -0.2954123616218567, - -0.2066037654876709, - 0.9326537251472473 - ] - ], - [ - 0.8666666746139526, - [ - -0.014788104221224785, - -0.29719892144203186, - -0.20245243608951569, - 0.9329884052276611 - ] - ], - [ - 0.8999999761581421, - [ - -0.015295250341296196, - -0.2989250421524048, - -0.1983325332403183, - 0.9333134889602661 - ] - ], - [ - 0.9333333373069763, - [ - -0.015785397961735725, - -0.30057525634765625, - -0.19428910315036774, - 0.9336258769035339 - ] - ], - [ - 0.9666666388511658, - [ - -0.01625177264213562, - -0.3021353483200073, - -0.1903667002916336, - 0.9339221715927124 - ] - ], - [ - 1.0, - [ - -0.01668776385486126, - -0.3035928010940552, - -0.18660978972911835, - 0.9342000484466553 - ] - ], - [ - 1.0333333015441895, - [ - -0.01708683930337429, - -0.3049360513687134, - -0.1830623596906662, - 0.9344571828842163 - ] - ], - [ - 1.0666667222976685, - [ - -0.017442552372813225, - -0.3061544895172119, - -0.17976805567741394, - 0.9346917271614075 - ] - ], - [ - 1.100000023841858, - [ - -0.01774861104786396, - -0.3072381615638733, - -0.17677044868469238, - 0.9349021911621094 - ] - ], - [ - 1.1333333253860474, - [ - -0.017998674884438515, - -0.3081774413585663, - -0.1741124987602234, - 0.9350870251655579 - ] - ], - [ - 1.1666666269302368, - [ - -0.018186472356319427, - -0.30896270275115967, - -0.17183718085289001, - 0.9352450370788574 - ] - ], - [ - 1.2000000476837158, - [ - -0.01839142106473446, - -0.30956074595451355, - -0.16998082399368286, - 0.935382604598999 - ] - ], - [ - 1.2333333492279053, - [ - -0.018686432391405106, - -0.30994006991386414, - -0.16858045756816864, - 0.9355044364929199 - ] - ], - [ - 1.2666666507720947, - [ - -0.019055472686886787, - -0.3100925087928772, - -0.16768012940883636, - 0.9356083273887634 - ] - ], - [ - 1.2999999523162842, - [ - -0.019476985558867455, - -0.3099915683269501, - -0.16735301911830902, - 0.9356916546821594 - ] - ], - [ - 1.3333333730697632, - [ - -0.01993563584983349, - -0.3096272349357605, - -0.16763652861118317, - 0.9357519745826721 - ] - ], - [ - 1.3666666746139526, - [ - -0.020400045439600945, - -0.30899301171302795, - -0.1684555858373642, - 0.9358044266700745 - ] - ], - [ - 1.399999976158142, - [ - -0.02084263227880001, - -0.3080885708332062, - -0.16970448195934296, - 0.9358673095703125 - ] - ], - [ - 1.4333332777023315, - [ - -0.021253099665045738, - -0.30694833397865295, - -0.17132185399532318, - 0.9359379410743713 - ] - ], - [ - 1.4666666984558105, - [ - -0.021622955799102783, - -0.3056055009365082, - -0.17325279116630554, - 0.9360134601593018 - ] - ], - [ - 1.5, - [ - -0.021945243701338768, - -0.304084837436676, - -0.17544269561767578, - 0.9360933303833008 - ] - ], - [ - 1.5333333015441895, - [ - -0.022215567529201508, - -0.3024105727672577, - -0.1778399795293808, - 0.9361769556999207 - ] - ], - [ - 1.5666667222976685, - [ - -0.02242596074938774, - -0.30061039328575134, - -0.18039008975028992, - 0.936263918876648 - ] - ], - [ - 1.600000023841858, - [ - -0.022571099922060966, - -0.29871174693107605, - -0.1830415576696396, - 0.9363533854484558 - ] - ], - [ - 1.6333333253860474, - [ - -0.022639373317360878, - -0.2967478930950165, - -0.185737743973732, - 0.9364452362060547 - ] - ], - [ - 1.6666666269302368, - [ - -0.022621752694249153, - -0.2947522699832916, - -0.1884251981973648, - 0.9365391135215759 - ] - ], - [ - 1.7000000476837158, - [ - -0.022531135007739067, - -0.292746901512146, - -0.1910717785358429, - 0.9366339445114136 - ] - ], - [ - 1.7333333492279053, - [ - -0.022380542010068893, - -0.29075509309768677, - -0.19364580512046814, - 0.936729371547699 - ] - ], - [ - 1.7666666507720947, - [ - -0.02218305505812168, - -0.288800984621048, - -0.19611573219299316, - 0.9368246793746948 - ] - ], - [ - 1.7999999523162842, - [ - -0.021951891481876373, - -0.28690987825393677, - -0.19845029711723328, - 0.9369195699691772 - ] - ], - [ - 1.8333333730697632, - [ - -0.021700376644730568, - -0.2851077616214752, - -0.20061847567558289, - 0.9370138049125671 - ] - ], - [ - 1.8666666746139526, - [ - -0.021441910415887833, - -0.2834213376045227, - -0.20258928835391998, - 0.9371073246002197 - ] - ], - [ - 1.899999976158142, - [ - -0.021190017461776733, - -0.28187796473503113, - -0.20433193445205688, - 0.9372002482414246 - ] - ], - [ - 1.9333332777023315, - [ - -0.0209583081305027, - -0.2805051803588867, - -0.20581553876399994, - 0.9372928142547607 - ] - ], - [ - 1.9666666984558105, - [ - -0.02076045423746109, - -0.2793305516242981, - -0.20700903236865997, - 0.9373850226402283 - ] - ], - [ - 2.0, - [ - -0.020610176026821136, - -0.27838149666786194, - -0.20788125693798065, - 0.9374776482582092 - ] - ], - [ - 2.0333333015441895, - [ - -0.02052127942442894, - -0.2776850163936615, - -0.20840057730674744, - 0.9375708699226379 - ] - ], - [ - 2.0999999046325684, - [ - -0.0205827709287405, - -0.27715253829956055, - -0.2082511931657791, - 0.9377603530883789 - ] - ], - [ - 2.133333444595337, - [ - -0.02075117453932762, - -0.27732861042022705, - -0.20756393671035767, - 0.9378568530082703 - ] - ], - [ - 2.1666667461395264, - [ - -0.02101042866706848, - -0.2777572572231293, - -0.20651927590370178, - 0.937954843044281 - ] - ], - [ - 2.200000047683716, - [ - -0.021367182955145836, - -0.27832189202308655, - -0.20515911281108856, - 0.938077986240387 - ] - ], - [ - 2.2333333492279053, - [ - -0.0218212753534317, - -0.2789047360420227, - -0.2035483866930008, - 0.9382451772689819 - ] - ], - [ - 2.2666666507720947, - [ - -0.02237536758184433, - -0.2794937789440155, - -0.2017407864332199, - 0.9384472370147705 - ] - ], - [ - 2.299999952316284, - [ - -0.02302779257297516, - -0.2800808846950531, - -0.19978246092796326, - 0.9386754631996155 - ] - ], - [ - 2.3333332538604736, - [ - -0.023774415254592896, - -0.2806504964828491, - -0.19771918654441833, - 0.9389235377311707 - ] - ], - [ - 2.366666555404663, - [ - -0.024606140330433846, - -0.2811910808086395, - -0.19559256732463837, - 0.939185619354248 - ] - ], - [ - 2.4000000953674316, - [ - -0.025594795122742653, - -0.2816724181175232, - -0.19342876970767975, - 0.9394630789756775 - ] - ], - [ - 2.433333396911621, - [ - -0.02681342326104641, - -0.2820674777030945, - -0.1912485659122467, - 0.9397568702697754 - ] - ], - [ - 2.4666666984558105, - [ - -0.028243787586688995, - -0.2823769450187683, - -0.1890760064125061, - 0.940061628818512 - ] - ], - [ - 2.5, - [ - -0.02986280433833599, - -0.2826046347618103, - -0.18693067133426666, - 0.940372109413147 - ] - ], - [ - 2.5333333015441895, - [ - -0.03164493292570114, - -0.2827557921409607, - -0.18482992053031921, - 0.9406836032867432 - ] - ], - [ - 2.566666603088379, - [ - -0.0335644893348217, - -0.2828355133533478, - -0.18279096484184265, - 0.9409915804862976 - ] - ], - [ - 2.5999999046325684, - [ - -0.03559572249650955, - -0.2828485071659088, - -0.1808309257030487, - 0.9412915706634521 - ] - ], - [ - 2.633333444595337, - [ - -0.037712790071964264, - -0.2827993929386139, - -0.17896687984466553, - 0.9415801167488098 - ] - ], - [ - 2.6666667461395264, - [ - -0.03988967090845108, - -0.28269216418266296, - -0.17721590399742126, - 0.9418537616729736 - ] - ], - [ - 2.700000047683716, - [ - -0.04210037738084793, - -0.2825304865837097, - -0.1755949705839157, - 0.9421097040176392 - ] - ], - [ - 2.7333333492279053, - [ - -0.044318787753582, - -0.28231731057167053, - -0.17412105202674866, - 0.9423452615737915 - ] - ], - [ - 2.7666666507720947, - [ - -0.0465187206864357, - -0.28205519914627075, - -0.17281115055084229, - 0.9425588250160217 - ] - ], - [ - 2.799999952316284, - [ - -0.04867396876215935, - -0.2817460894584656, - -0.17168225347995758, - 0.9427487254142761 - ] - ], - [ - 2.8333332538604736, - [ - -0.05075828358530998, - -0.2813912034034729, - -0.17075137794017792, - 0.9429138898849487 - ] - ], - [ - 2.866666555404663, - [ - -0.05274540185928345, - -0.2809911370277405, - -0.17003551125526428, - 0.9430534839630127 - ] - ], - [ - 2.9000000953674316, - [ - -0.054609086364507675, - -0.2805458605289459, - -0.16955164074897766, - 0.9431670904159546 - ] - ], - [ - 2.933333396911621, - [ - -0.056282300502061844, - -0.2800631523132324, - -0.1693168580532074, - 0.9432543516159058 - ] - ], - [ - 2.9666666984558105, - [ - -0.05771147459745407, - -0.27954715490341187, - -0.1693483293056488, - 0.9433153867721558 - ] - ], - [ - 3.0, - [ - -0.058890450745821, - -0.2789912521839142, - -0.16966308653354645, - 0.9433505535125732 - ] - ], - [ - 3.0333333015441895, - [ - -0.05981314182281494, - -0.27838894724845886, - -0.17027804255485535, - 0.9433596134185791 - ] - ], - [ - 3.066666603088379, - [ - -0.060448382049798965, - -0.277655690908432, - -0.17133554816246033, - 0.9433437585830688 - ] - ], - [ - 3.0999999046325684, - [ - -0.06077553704380989, - -0.27673661708831787, - -0.17292411625385284, - 0.9433030486106873 - ] - ], - [ - 3.133333444595337, - [ - -0.060802944004535675, - -0.27572083473205566, - -0.1752328723669052, - 0.9431725740432739 - ] - ], - [ - 3.1666667461395264, - [ - -0.06054841727018356, - -0.27467721700668335, - -0.1783922165632248, - 0.9429012537002563 - ] - ], - [ - 3.200000047683716, - [ - -0.0600496307015419, - -0.2735925316810608, - -0.1822333186864853, - 0.9425137639045715 - ] - ], - [ - 3.2333333492279053, - [ - -0.05932274088263512, - -0.27246585488319397, - -0.1865997463464737, - 0.9420316815376282 - ] - ], - [ - 3.2666666507720947, - [ - -0.058364734053611755, - -0.27132368087768555, - -0.1913650929927826, - 0.9414651393890381 - ] - ], - [ - 3.299999952316284, - [ - -0.05719779059290886, - -0.2701895534992218, - -0.19640907645225525, - 0.9408238530158997 - ] - ], - [ - 3.3333332538604736, - [ - -0.05584689602255821, - -0.26909011602401733, - -0.20161476731300354, - 0.9401187896728516 - ] - ], - [ - 3.366666555404663, - [ - -0.054343197494745255, - -0.26805156469345093, - -0.2068713903427124, - 0.9393611550331116 - ] - ], - [ - 3.4000000953674316, - [ - -0.05272330716252327, - -0.2670995593070984, - -0.21207398176193237, - 0.9385641813278198 - ] - ], - [ - 3.433333396911621, - [ - -0.05102808028459549, - -0.26625850796699524, - -0.21712175011634827, - 0.9377423524856567 - ] - ], - [ - 3.4666666984558105, - [ - -0.049290385097265244, - -0.2655590772628784, - -0.22190801799297333, - 0.9369128346443176 - ] - ], - [ - 3.5, - [ - -0.047542754560709, - -0.26503244042396545, - -0.2263265997171402, - 0.9360949397087097 - ] - ], - [ - 3.5333333015441895, - [ - -0.045817166566848755, - -0.2647095322608948, - -0.23027125000953674, - 0.9353101253509521 - ] - ], - [ - 3.566666603088379, - [ - -0.04414505138993263, - -0.264619916677475, - -0.23363527655601501, - 0.9345812201499939 - ] - ], - [ - 3.5999999046325684, - [ - -0.04254579544067383, - -0.2647947072982788, - -0.236311674118042, - 0.933932900428772 - ] - ], - [ - 3.633333444595337, - [ - -0.04105053469538689, - -0.26525774598121643, - -0.23819206655025482, - 0.9333904385566711 - ] - ], - [ - 3.6666667461395264, - [ - -0.03970763087272644, - -0.2660224735736847, - -0.23916664719581604, - 0.9329816102981567 - ] - ], - [ - 3.700000047683716, - [ - -0.03853876143693924, - -0.2669817805290222, - -0.23925131559371948, - 0.9327348470687866 - ] - ], - [ - 3.7333333492279053, - [ - -0.037554964423179626, - -0.26797717809677124, - -0.23851414024829865, - 0.9326783418655396 - ] - ], - [ - 3.7666666507720947, - [ - -0.036755383014678955, - -0.2690955102443695, - -0.23713107407093048, - 0.9327408671379089 - ] - ], - [ - 3.799999952316284, - [ - -0.03613322600722313, - -0.2704380452632904, - -0.2353459596633911, - 0.9328290224075317 - ] - ], - [ - 3.8333332538604736, - [ - -0.03569678217172623, - -0.2719544768333435, - -0.23318789899349213, - 0.9329469203948975 - ] - ], - [ - 3.866666555404663, - [ - -0.035423390567302704, - -0.27360454201698303, - -0.23067590594291687, - 0.9330993294715881 - ] - ], - [ - 3.9000000953674316, - [ - -0.03527427464723587, - -0.2753704786300659, - -0.22784775495529175, - 0.9332804679870605 - ] - ], - [ - 3.933333396911621, - [ - -0.03523083031177521, - -0.277229905128479, - -0.22473804652690887, - 0.9334855079650879 - ] - ], - [ - 3.9666666984558105, - [ - -0.03527219966053963, - -0.279163122177124, - -0.221379816532135, - 0.9337102174758911 - ] - ], - [ - 4.0, - [ - -0.03537404537200928, - -0.2811537981033325, - -0.21780286729335785, - 0.9339503049850464 - ] - ], - [ - 4.0333333015441895, - [ - -0.03551798313856125, - -0.2831824719905853, - -0.21404221653938293, - 0.9342013001441956 - ] - ], - [ - 4.066666603088379, - [ - -0.03568384423851967, - -0.28523218631744385, - -0.2101312279701233, - 0.934459388256073 - ] - ], - [ - 4.099999904632568, - [ - -0.03586379438638687, - -0.2872790992259979, - -0.2061142772436142, - 0.934719979763031 - ] - ], - [ - 4.133333206176758, - [ - -0.03605012595653534, - -0.2893012762069702, - -0.20203609764575958, - 0.9349794387817383 - ] - ], - [ - 4.166666507720947, - [ - -0.03623533248901367, - -0.2912786304950714, - -0.19794130325317383, - 0.9352341890335083 - ] - ], - [ - 4.199999809265137, - [ - -0.03641203045845032, - -0.29319295287132263, - -0.19387449324131012, - 0.9354811310768127 - ] - ], - [ - 4.233333110809326, - [ - -0.03657297044992447, - -0.29502761363983154, - -0.18987996876239777, - 0.9357172250747681 - ] - ], - [ - 4.266666889190674, - [ - -0.03671109303832054, - -0.29676786065101624, - -0.1860019862651825, - 0.9359403848648071 - ] - ], - [ - 4.300000190734863, - [ - -0.036819517612457275, - -0.2984001934528351, - -0.18228469789028168, - 0.936148464679718 - ] - ], - [ - 4.333333492279053, - [ - -0.036891449242830276, - -0.29991239309310913, - -0.1787717491388321, - 0.936339795589447 - ] - ], - [ - 4.366666793823242, - [ - -0.03692018613219261, - -0.3012933135032654, - -0.17550650238990784, - 0.9365130662918091 - ] - ], - [ - 4.400000095367432, - [ - -0.03689916059374809, - -0.302532434463501, - -0.17253218591213226, - 0.9366672039031982 - ] - ], - [ - 4.433333396911621, - [ - -0.03682180494070053, - -0.3036196529865265, - -0.16989165544509888, - 0.936801016330719 - ] - ], - [ - 4.4666666984558105, - [ - -0.0366816371679306, - -0.30454501509666443, - -0.1676277220249176, - 0.9369139671325684 - ] - ], - [ - 4.5, - [ - -0.03647216036915779, - -0.3052982985973358, - -0.16578319668769836, - 0.9370051622390747 - ] - ], - [ - 4.5333333015441895, - [ - -0.03618674352765083, - -0.305868536233902, - -0.16440069675445557, - 0.937073826789856 - ] - ], - [ - 4.566666603088379, - [ - -0.03581899031996727, - -0.3062435984611511, - -0.16352319717407227, - 0.9371190071105957 - ] - ], - [ - 4.599999904632568, - [ - -0.035358309745788574, - -0.30639395117759705, - -0.1632232964038849, - 0.937139630317688 - ] - ], - [ - 4.633333206176758, - [ - -0.034800633788108826, - -0.3063066005706787, - -0.16353857517242432, - 0.9371340870857239 - ] - ], - [ - 4.666666507720947, - [ - -0.03412621468305588, - -0.30597245693206787, - -0.16439424455165863, - 0.9371183514595032 - ] - ], - [ - 4.699999809265137, - [ - -0.03331894800066948, - -0.3053898513317108, - -0.16568560898303986, - 0.9371101260185242 - ] - ], - [ - 4.733333110809326, - [ - -0.03237982839345932, - -0.30459272861480713, - -0.16735292971134186, - 0.937106192111969 - ] - ], - [ - 4.766666889190674, - [ - -0.031311534345149994, - -0.3036140203475952, - -0.16934294998645782, - 0.9371024966239929 - ] - ], - [ - 4.800000190734863, - [ - -0.030118290334939957, - -0.30247822403907776, - -0.17160284519195557, - 0.9370977878570557 - ] - ], - [ - 4.833333492279053, - [ - -0.028806783258914948, - -0.301209032535553, - -0.17408263683319092, - 0.9370904564857483 - ] - ], - [ - 4.866666793823242, - [ - -0.027380147948861122, - -0.2998332381248474, - -0.1767289787530899, - 0.9370790719985962 - ] - ], - [ - 4.900000095367432, - [ - -0.025832148268818855, - -0.298380583524704, - -0.17949111759662628, - 0.9370618462562561 - ] - ], - [ - 4.933333396911621, - [ - -0.024149315431714058, - -0.2968863248825073, - -0.1823122501373291, - 0.9370366930961609 - ] - ], - [ - 4.9666666984558105, - [ - -0.022332658991217613, - -0.29538270831108093, - -0.18513908982276917, - 0.9370025992393494 - ] - ], - [ - 5.0, - [ - -0.020405251532793045, - -0.29389047622680664, - -0.1879395693540573, - 0.9369582533836365 - ] - ], - [ - 5.0333333015441895, - [ - -0.018390169367194176, - -0.2924308478832245, - -0.19068118929862976, - 0.9369027018547058 - ] - ], - [ - 5.066666603088379, - [ - -0.01631072349846363, - -0.29102569818496704, - -0.19333143532276154, - 0.9368355870246887 - ] - ], - [ - 5.099999904632568, - [ - -0.014190372079610825, - -0.2896972894668579, - -0.19585756957530975, - 0.9367571473121643 - ] - ], - [ - 5.133333206176758, - [ - -0.01205267384648323, - -0.28846824169158936, - -0.19822663068771362, - 0.9366681575775146 - ] - ], - [ - 5.166666507720947, - [ - -0.009921406395733356, - -0.2873613238334656, - -0.20040513575077057, - 0.9365696907043457 - ] - ], - [ - 5.199999809265137, - [ - -0.00782039761543274, - -0.28639936447143555, - -0.20235943794250488, - 0.9364640712738037 - ] - ], - [ - 5.233333110809326, - [ - -0.00577362347394228, - -0.2856050133705139, - -0.2040552943944931, - 0.9363536238670349 - ] - ], - [ - 5.266666889190674, - [ - -0.003805116517469287, - -0.28500044345855713, - -0.2054578959941864, - 0.9362410306930542 - ] - ], - [ - 5.300000190734863, - [ - -0.0019390203524380922, - -0.28460735082626343, - -0.20653189718723297, - 0.936130166053772 - ] - ], - [ - 5.333333492279053, - [ - -0.00019946960674133152, - -0.28444647789001465, - -0.20724105834960938, - 0.9360241889953613 - ] - ], - [ - 5.366666793823242, - [ - 0.001389318029396236, - -0.2845373749732971, - -0.20754879713058472, - 0.9359273910522461 - ] - ], - [ - 5.400000095367432, - [ - 0.002803187817335129, - -0.28489816188812256, - -0.20741741359233856, - 0.9358435869216919 - ] - ], - [ - 5.433333396911621, - [ - 0.0040274267084896564, - -0.28550970554351807, - -0.20685751736164093, - 0.9357767701148987 - ] - ], - [ - 5.4666666984558105, - [ - 0.005053741857409477, - -0.28632718324661255, - -0.20591269433498383, - 0.9357303977012634 - ] - ], - [ - 5.5, - [ - 0.005865969695150852, - -0.28722792863845825, - -0.20462732017040253, - 0.9357314705848694 - ] - ], - [ - 5.5333333015441895, - [ - 0.006454740650951862, - -0.2880900502204895, - -0.20307080447673798, - 0.93580162525177 - ] - ], - [ - 5.566666603088379, - [ - 0.006807115860283375, - -0.2888985276222229, - -0.20129746198654175, - 0.9359330534934998 - ] - ], - [ - 5.599999904632568, - [ - 0.0069143944419920444, - -0.2896433472633362, - -0.19935445487499237, - 0.9361178874969482 - ] - ], - [ - 5.633333206176758, - [ - 0.006770108360797167, - -0.2903079092502594, - -0.1972878873348236, - 0.9363510012626648 - ] - ], - [ - 5.666666507720947, - [ - 0.006372686941176653, - -0.2908798158168793, - -0.19513945281505585, - 0.9366263747215271 - ] - ], - [ - 5.699999809265137, - [ - 0.005724750924855471, - -0.2913508415222168, - -0.19294703006744385, - 0.9369384050369263 - ] - ], - [ - 5.733333110809326, - [ - 0.004834053106606007, - -0.291716605424881, - -0.19074362516403198, - 0.9372807145118713 - ] - ], - [ - 5.766666889190674, - [ - 0.0037173954769968987, - -0.2919791638851166, - -0.18855364620685577, - 0.9376469850540161 - ] - ], - [ - 5.800000190734863, - [ - 0.002396369120106101, - -0.29214364290237427, - -0.1863970309495926, - 0.9380311965942383 - ] - ], - [ - 5.833333492279053, - [ - 0.0008952045463956892, - -0.29221686720848083, - -0.1842910200357437, - 0.9384271502494812 - ] - ], - [ - 5.866666793823242, - [ - -0.0007618195959366858, - -0.29220545291900635, - -0.1822526603937149, - 0.938828706741333 - ] - ], - [ - 5.900000095367432, - [ - -0.0025502764619886875, - -0.2921159863471985, - -0.18029899895191193, - 0.9392305612564087 - ] - ], - [ - 5.933333396911621, - [ - -0.004445692058652639, - -0.2919546365737915, - -0.17844682931900024, - 0.9396272897720337 - ] - ], - [ - 5.9666666984558105, - [ - -0.006423392798751593, - -0.29172736406326294, - -0.17671288549900055, - 0.9400140643119812 - ] - ], - [ - 6.0, - [ - -0.008458603173494339, - -0.29143959283828735, - -0.17511382699012756, - 0.9403864145278931 - ] - ], - [ - 6.0333333015441895, - [ - -0.010526493191719055, - -0.2910962998867035, - -0.17366617918014526, - 0.9407402276992798 - ] - ], - [ - 6.066666603088379, - [ - -0.012602079659700394, - -0.29070189595222473, - -0.1723865121603012, - 0.9410721063613892 - ] - ], - [ - 6.099999904632568, - [ - -0.014660310931503773, - -0.2902601957321167, - -0.1712912619113922, - 0.9413784742355347 - ] - ], - [ - 6.133333206176758, - [ - -0.016676077619194984, - -0.2897743880748749, - -0.17039696872234344, - 0.9416569471359253 - ] - ], - [ - 6.166666507720947, - [ - -0.0186242014169693, - -0.28924691677093506, - -0.16972003877162933, - 0.9419047236442566 - ] - ], - [ - 6.199999809265137, - [ - -0.020479468628764153, - -0.28867965936660767, - -0.16927693784236908, - 0.9421199560165405 - ] - ], - [ - 6.233333110809326, - [ - -0.02221662551164627, - -0.2880737781524658, - -0.16908416152000427, - 0.9423007369041443 - ] - ], - [ - 6.266666889190674, - [ - -0.023810476064682007, - -0.2874295711517334, - -0.16915811598300934, - 0.9424451589584351 - ] - ], - [ - 6.300000190734863, - [ - -0.025235772132873535, - -0.2867468297481537, - -0.1695152372121811, - 0.942551851272583 - ] - ], - [ - 6.333333492279053, - [ - -0.02646736055612564, - -0.2860245406627655, - -0.17017196118831635, - 0.9426192045211792 - ] - ], - [ - 6.366666793823242, - [ - -0.027455437928438187, - -0.28518474102020264, - -0.17127177119255066, - 0.9426462054252625 - ] - ], - [ - 6.400000095367432, - [ - -0.028160609304904938, - -0.28417840600013733, - -0.17290356755256653, - 0.9426314234733582 - ] - ], - [ - 6.433333396911621, - [ - -0.02857409417629242, - -0.2831139862537384, - -0.1752534657716751, - 0.9425053000450134 - ] - ], - [ - 6.4666666984558105, - [ - -0.02869606576859951, - -0.28207460045814514, - -0.17844970524311066, - 0.9422134160995483 - ] - ], - [ - 6.5, - [ - -0.02854449860751629, - -0.2810474932193756, - -0.18232282996177673, - 0.9417833685874939 - ] - ], - [ - 6.5333333015441895, - [ - -0.02814255841076374, - -0.2800261080265045, - -0.18671567738056183, - 0.9412388801574707 - ] - ], - [ - 6.566666603088379, - [ - -0.02751018851995468, - -0.27902472019195557, - -0.1915024071931839, - 0.9405930042266846 - ] - ], - [ - 6.599999904632568, - [ - -0.026673858985304832, - -0.2780586779117584, - -0.1965634822845459, - 0.9398589730262756 - ] - ], - [ - 6.633333206176758, - [ - -0.025662926957011223, - -0.2771459221839905, - -0.2017824500799179, - 0.9390502572059631 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658461531_683371.json b/lenses/physics-objects/Scene/assets/1646688658461531_683371.json deleted file mode 100644 index 2eef460d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658461531_683371.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658461531:683371", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658463003_683384.json b/lenses/physics-objects/Scene/assets/1646688658463003_683384.json deleted file mode 100644 index 2409d3a4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658463003_683384.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658463003:683384", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.714620590209961, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.668499946594238, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.699816703796387, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.720037460327148, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.744884490966797, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.78878116607666, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.782343864440918, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.738207817077637, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.683037757873535, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.652953147888184, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 9.661609649658203, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.684399604797363, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.715960502624512, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.745569229125977, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.783934593200684, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.799711227416992, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.777750968933105, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.734082221984863, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.687151908874512, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.654716491699219, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 9.677506446838379, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.695239067077637, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.726469039916992, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.763548851013184, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.780754089355469, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.744796752929688, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.674476623535156, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.629341125488281, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.63659381866455, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.667413711547852, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.690388679504395, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.717530250549316, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.794673919677734, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.818455696105957, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.795319557189941, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.727636337280273, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.668505668640137, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.66498851776123, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.685481071472168, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.71920108795166, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.7523832321167, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.803596496582031, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.867756843566895, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.911194801330566, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.891815185546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.81644344329834, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.749448776245117, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.729486465454102, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.750216484069824, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.787118911743164, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.84512996673584, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.894891738891602, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.881103515625, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.722232818603516, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.71312427520752, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.798141479492188, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.843441009521484, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.87923526763916, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.865691184997559, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.767630577087402, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.675239562988281, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.655731201171875, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.667068481445313, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.70689582824707, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.728931427001953, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.789596557617188, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.811239242553711, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.799139022827148, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.748313903808594, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.68315601348877, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.644042015075684, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.674650192260742, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.683929443359375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.77833366394043, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658463331_683391.json b/lenses/physics-objects/Scene/assets/1646688658463331_683391.json deleted file mode 100644 index 0238d35b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658463331_683391.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658463331:683391", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ], - [ - 0.03333333507180214, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ], - [ - 0.06666667014360428, - [ - 0.029111729934811592, - 0.01122770644724369, - 0.08121589571237564, - 0.9962080121040344 - ] - ], - [ - 0.10000000149011612, - [ - 0.03185706213116646, - 0.019427919760346413, - 0.0757315456867218, - 0.9964298605918884 - ] - ], - [ - 0.13333334028720856, - [ - 0.02819010801613331, - 0.02582496777176857, - 0.06136248633265495, - 0.9973831176757813 - ] - ], - [ - 0.1666666716337204, - [ - 0.019477441906929016, - 0.02876688539981842, - 0.03215169161558151, - 0.998879075050354 - ] - ], - [ - 0.20000000298023224, - [ - 0.012603589333593845, - 0.0262663122266531, - -0.0028730568010360003, - 0.9995715022087097 - ] - ], - [ - 0.23333333432674408, - [ - 0.011463207192718983, - 0.018011482432484627, - -0.0375584252178669, - 0.9990663528442383 - ] - ], - [ - 0.2666666805744171, - [ - 0.015328706242144108, - 0.00697182584553957, - -0.06625168770551682, - 0.9976608157157898 - ] - ], - [ - 0.30000001192092896, - [ - 0.020435402169823647, - -0.0041335998103022575, - -0.08422170579433441, - 0.9962288737297058 - ] - ], - [ - 0.3333333432674408, - [ - 0.02346162684261799, - -0.012613557279109955, - -0.08586529642343521, - 0.9959506988525391 - ] - ], - [ - 0.36666667461395264, - [ - 0.022391920909285545, - -0.0045350114814937115, - -0.05525313317775726, - 0.9982109665870667 - ] - ], - [ - 0.4000000059604645, - [ - 0.015664054080843925, - 0.0229358971118927, - 0.0002826769195962697, - 0.9996142983436584 - ] - ], - [ - 0.4333333373069763, - [ - 0.005406180862337351, - 0.05199587345123291, - 0.059705235064029694, - 0.9968462586402893 - ] - ], - [ - 0.46666666865348816, - [ - -0.006337646394968033, - 0.06607817858457565, - 0.10718917101621628, - 0.9920202493667603 - ] - ], - [ - 0.5, - [ - -0.016574742272496223, - 0.05741746723651886, - 0.12380632013082504, - 0.9905052781105042 - ] - ], - [ - 0.5333333611488342, - [ - -0.024495650082826614, - 0.03162389248609543, - 0.10295020043849945, - 0.99388188123703 - ] - ], - [ - 0.5666666626930237, - [ - -0.031386543065309525, - 0.005810513161122799, - 0.06170834228396416, - 0.9975836873054504 - ] - ], - [ - 0.6000000238418579, - [ - -0.03619078919291496, - -0.010366925038397312, - 0.015541689470410347, - 0.9991703629493713 - ] - ], - [ - 0.6333333253860474, - [ - -0.03776240348815918, - -0.020729098469018936, - -0.022258853539824486, - 0.9988237619400024 - ] - ], - [ - 0.6666666865348816, - [ - -0.033764876425266266, - -0.030418844893574715, - -0.04183802753686905, - 0.998090386390686 - ] - ], - [ - 0.699999988079071, - [ - -0.025016434490680695, - -0.03531425818800926, - -0.036221228539943695, - 0.9984062910079956 - ] - ], - [ - 0.7333333492279053, - [ - -0.015450636856257915, - -0.02832033485174179, - -0.0080110477283597, - 0.9994474053382874 - ] - ], - [ - 0.7666666507720947, - [ - -0.007824872620403767, - -0.010297325439751148, - 0.028381338343024254, - 0.9995135068893433 - ] - ], - [ - 0.800000011920929, - [ - -0.004899625666439533, - 0.013230065815150738, - 0.06517448276281357, - 0.9977742433547974 - ] - ], - [ - 0.8333333134651184, - [ - -0.007154018152505159, - 0.03437391296029091, - 0.09983654320240021, - 0.9943842887878418 - ] - ], - [ - 0.8666666746139526, - [ - -0.013679608702659607, - 0.0462387390434742, - 0.1293846219778061, - 0.9904213547706604 - ] - ], - [ - 0.8999999761581421, - [ - -0.02432936616241932, - 0.04566822573542595, - 0.1491503119468689, - 0.9874597191810608 - ] - ], - [ - 0.9333333373069763, - [ - -0.03730553388595581, - 0.03521434962749481, - 0.1520497351884842, - 0.9870406985282898 - ] - ], - [ - 0.9666666388511658, - [ - -0.04965478926897049, - 0.020554127171635628, - 0.13303698599338531, - 0.9896531105041504 - ] - ], - [ - 1.0, - [ - -0.058700621128082275, - 0.007556363940238953, - 0.09883566945791245, - 0.9933421611785889 - ] - ], - [ - 1.0333333015441895, - [ - -0.06220416724681854, - -0.0007207686430774629, - 0.05955379828810692, - 0.9962848424911499 - ] - ], - [ - 1.0666667222976685, - [ - -0.059747591614723206, - -0.00525417597964406, - 0.022625332698225975, - 0.9979433417320251 - ] - ], - [ - 1.100000023841858, - [ - -0.052329402416944504, - -0.00831126980483532, - -0.006241943687200546, - 0.9985758066177368 - ] - ], - [ - 1.1333333253860474, - [ - -0.04133733734488487, - -0.01121679786592722, - -0.022317420691251755, - 0.9988330006599426 - ] - ], - [ - 1.1666666269302368, - [ - -0.029753608629107475, - -0.012634486891329288, - -0.020777683705091476, - 0.9992614388465881 - ] - ], - [ - 1.2000000476837158, - [ - -0.020174264907836914, - -0.004271742422133684, - 0.014917138032615185, - 0.9996761679649353 - ] - ], - [ - 1.2333333492279053, - [ - -0.01282708439975977, - 0.017776889726519585, - 0.079139344394207, - 0.996622622013092 - ] - ], - [ - 1.2666666507720947, - [ - -0.008484385907649994, - 0.03827642276883125, - 0.1454131305217743, - 0.9885939359664917 - ] - ], - [ - 1.2999999523162842, - [ - -0.00745033985003829, - 0.04161364585161209, - 0.19251157343387604, - 0.9803837537765503 - ] - ], - [ - 1.3333333730697632, - [ - -0.013464709743857384, - 0.030444521456956863, - 0.19972337782382965, - 0.979286789894104 - ] - ], - [ - 1.3666666746139526, - [ - -0.02740662172436714, - 0.016848169267177582, - 0.17075683176517487, - 0.9847878813743591 - ] - ], - [ - 1.399999976158142, - [ - -0.04261172562837601, - 0.011998100206255913, - 0.132189080119133, - 0.9902355074882507 - ] - ], - [ - 1.4333332777023315, - [ - -0.05377410724759102, - 0.015644900500774384, - 0.09145844727754593, - 0.9942329525947571 - ] - ], - [ - 1.4666666984558105, - [ - -0.0607454776763916, - 0.0224411990493536, - 0.0500454381108284, - 0.9966453909873962 - ] - ], - [ - 1.5, - [ - -0.06295102089643478, - 0.029755521565675735, - 0.012491103261709213, - 0.9974947571754456 - ] - ], - [ - 1.5333333015441895, - [ - -0.05939147248864174, - 0.03527635335922241, - -0.01720607653260231, - 0.9974628686904907 - ] - ], - [ - 1.5666667222976685, - [ - -0.05104363337159157, - 0.03789886459708214, - -0.03496254235506058, - 0.9973644614219666 - ] - ], - [ - 1.600000023841858, - [ - -0.03992113843560219, - 0.038498762995004654, - -0.036245815455913544, - 0.9978027939796448 - ] - ], - [ - 1.6333333253860474, - [ - -0.0297784935683012, - 0.04259582236409187, - -0.010407892987132072, - 0.9985942840576172 - ] - ], - [ - 1.6666666269302368, - [ - -0.021895820274949074, - 0.052321694791316986, - 0.040126800537109375, - 0.9975835084915161 - ] - ], - [ - 1.7000000476837158, - [ - -0.01847345009446144, - 0.060136232525110245, - 0.0983809158205986, - 0.9931584000587463 - ] - ], - [ - 1.7333333492279053, - [ - -0.02014824002981186, - 0.059611354023218155, - 0.14782439172267914, - 0.9870098829269409 - ] - ], - [ - 1.7666666507720947, - [ - -0.024869205430150032, - 0.05592270940542221, - 0.17651544511318207, - 0.9823932647705078 - ] - ], - [ - 1.7999999523162842, - [ - -0.029058316722512245, - 0.05324771627783775, - 0.17814189195632935, - 0.9821332693099976 - ] - ], - [ - 1.8333333730697632, - [ - -0.030675729736685753, - 0.051379039883613586, - 0.14855673909187317, - 0.9870918393135071 - ] - ], - [ - 1.8666666746139526, - [ - -0.028417808935046196, - 0.0475834459066391, - 0.09843429923057556, - 0.993598997592926 - ] - ], - [ - 1.899999976158142, - [ - -0.021727774292230606, - 0.03991822898387909, - 0.04008066654205322, - 0.9981623291969299 - ] - ], - [ - 1.9333332777023315, - [ - -0.010673179291188717, - 0.028867516666650772, - -0.01305888406932354, - 0.9994409680366516 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030736643821001053, - 0.017406506463885307, - -0.04872042313218117, - 0.9986560344696045 - ] - ], - [ - 2.0, - [ - 0.017697464674711227, - 0.012838270515203476, - -0.054752469062805176, - 0.9982605576515198 - ] - ], - [ - 2.0333333015441895, - [ - 0.03134629502892494, - 0.025597190484404564, - -0.020711544901132584, - 0.9989660978317261 - ] - ], - [ - 2.066666603088379, - [ - 0.04191310703754425, - 0.054997872561216354, - 0.039393164217472076, - 0.9968283176422119 - ] - ], - [ - 2.0999999046325684, - [ - 0.04526510462164879, - 0.0893729031085968, - 0.10135819017887115, - 0.9897929430007935 - ] - ], - [ - 2.133333444595337, - [ - 0.04036291688680649, - 0.1142597422003746, - 0.14464907348155975, - 0.9820347428321838 - ] - ], - [ - 2.1666667461395264, - [ - 0.031475648283958435, - 0.1149892583489418, - 0.15459613502025604, - 0.9807582497596741 - ] - ], - [ - 2.200000047683716, - [ - 0.02201405167579651, - 0.09560726583003998, - 0.12744495272636414, - 0.9869815707206726 - ] - ], - [ - 2.2333333492279053, - [ - 0.014823449775576591, - 0.07797491550445557, - 0.08069688826799393, - 0.9935735464096069 - ] - ], - [ - 2.2666666507720947, - [ - 0.012362347915768623, - 0.07261443138122559, - 0.031690649688243866, - 0.9967799186706543 - ] - ], - [ - 2.299999952316284, - [ - 0.015632731840014458, - 0.07446879893541336, - -0.009972882457077503, - 0.997050940990448 - ] - ], - [ - 2.3333332538604736, - [ - 0.023631231859326363, - 0.07316534221172333, - -0.03933931514620781, - 0.9962634444236755 - ] - ], - [ - 2.366666555404663, - [ - 0.03594487905502319, - 0.06780491024255753, - -0.04720144346356392, - 0.9959329962730408 - ] - ], - [ - 2.4000000953674316, - [ - 0.046436380594968796, - 0.08172789961099625, - -0.0002728938707150519, - 0.9955722689628601 - ] - ], - [ - 2.433333396911621, - [ - 0.04807678610086441, - 0.1149510070681572, - 0.0924748107790947, - 0.9878883957862854 - ] - ], - [ - 2.4666666984558105, - [ - 0.044128429144620895, - 0.13315245509147644, - 0.18227028846740723, - 0.9731910824775696 - ] - ], - [ - 2.5, - [ - 0.03454071655869484, - 0.1298784613609314, - 0.21407143771648407, - 0.9675288796424866 - ] - ], - [ - 2.5333333015441895, - [ - 0.023286959156394005, - 0.09730808436870575, - 0.1727072298526764, - 0.9798781871795654 - ] - ], - [ - 2.566666603088379, - [ - 0.016465695574879646, - 0.056432418525218964, - 0.09954630583524704, - 0.9932950139045715 - ] - ], - [ - 2.5999999046325684, - [ - 0.016936568543314934, - 0.036414388567209244, - 0.039216071367263794, - 0.9984233975410461 - ] - ], - [ - 2.633333444595337, - [ - 0.02156129479408264, - 0.03889395296573639, - 0.029321081936359406, - 0.9985803365707397 - ] - ], - [ - 2.6666667461395264, - [ - 0.02508750557899475, - 0.05762402340769768, - 0.0756915807723999, - 0.9951486587524414 - ] - ], - [ - 2.700000047683716, - [ - 0.027613554149866104, - 0.07978645712137222, - 0.14090409874916077, - 0.9864165782928467 - ] - ], - [ - 2.7333333492279053, - [ - 0.028571926057338715, - 0.09467697888612747, - 0.18781226873397827, - 0.9772136211395264 - ] - ], - [ - 2.7666666507720947, - [ - 0.03206957131624222, - 0.08946492522954941, - 0.1903318613767624, - 0.9771087765693665 - ] - ], - [ - 2.799999952316284, - [ - 0.032212767750024796, - 0.07454992085695267, - 0.16514244675636292, - 0.9829204678535461 - ] - ], - [ - 2.8333332538604736, - [ - 0.029451310634613037, - 0.06654012948274612, - 0.13811738789081573, - 0.9877391457557678 - ] - ], - [ - 2.866666555404663, - [ - 0.028805995360016823, - 0.06200113892555237, - 0.1034107580780983, - 0.9922865033149719 - ] - ], - [ - 2.9000000953674316, - [ - 0.03292557969689369, - 0.06106899306178093, - 0.06619139760732651, - 0.9953920841217041 - ] - ], - [ - 2.933333396911621, - [ - 0.03995374217629433, - 0.061041731387376785, - 0.031676702201366425, - 0.9968321919441223 - ] - ], - [ - 2.9666666984558105, - [ - 0.04761955142021179, - 0.05979772284626961, - 0.004217355977743864, - 0.9970651268959045 - ] - ], - [ - 3.0, - [ - 0.053848423063755035, - 0.05667521804571152, - -0.009312784299254417, - 0.996895968914032 - ] - ], - [ - 3.0333333015441895, - [ - 0.05542778596282005, - 0.05909455195069313, - 0.011926738545298576, - 0.9966410398483276 - ] - ], - [ - 3.066666603088379, - [ - 0.05021924152970314, - 0.07136937975883484, - 0.06422155350446701, - 0.9941126704216003 - ] - ], - [ - 3.0999999046325684, - [ - 0.04087726026773453, - 0.08109955489635468, - 0.12428972870111465, - 0.9880809783935547 - ] - ], - [ - 3.133333444595337, - [ - 0.029940221458673477, - 0.07700535655021667, - 0.1711932271718979, - 0.9817671179771423 - ] - ], - [ - 3.1666667461395264, - [ - 0.02056988701224327, - 0.05759427323937416, - 0.18300823867321014, - 0.9812073111534119 - ] - ], - [ - 3.200000047683716, - [ - 0.013995182700455189, - 0.03016067110002041, - 0.15377599000930786, - 0.9875461459159851 - ] - ], - [ - 3.2333333492279053, - [ - 0.008621628396213055, - 0.01019731443375349, - 0.10365062206983566, - 0.9945241212844849 - ] - ], - [ - 3.2666666507720947, - [ - 0.005315190181136131, - 0.006668583955615759, - 0.050960686057806015, - 0.9986642599105835 - ] - ], - [ - 3.299999952316284, - [ - 0.004828229080885649, - 0.011621503159403801, - 0.007537115830928087, - 0.9998924136161804 - ] - ], - [ - 3.3333332538604736, - [ - 0.012451169081032276, - 0.009213477373123169, - 0.01290574949234724, - 0.9997967481613159 - ] - ], - [ - 3.366666555404663, - [ - 0.024534408003091812, - 0.0070017552934587, - 0.03644714131951332, - 0.9990098476409912 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658463567_683398.json b/lenses/physics-objects/Scene/assets/1646688658463567_683398.json deleted file mode 100644 index 22c053ca..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658463567_683398.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658463567:683398", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658464767_683411.json b/lenses/physics-objects/Scene/assets/1646688658464767_683411.json deleted file mode 100644 index 12cf8d5a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658464767_683411.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658464767:683411", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.653112411499023, - -1.4210854715202004e-14, - 1.0658141036401503e-14 - ] - ], - [ - 0.6333333253860474, - [ - 9.675581932067871, - -1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 3.4000000953674316, - [ - 9.64746379852295, - 1.4210793728829801e-14, - 1.2656542480726785e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.652442932128906, - 1.4210854715202004e-14, - 1.0658141036401503e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658465111_683418.json b/lenses/physics-objects/Scene/assets/1646688658465111_683418.json deleted file mode 100644 index f94d794e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658465111_683418.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658465111:683418", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.025921493768692017, - -0.09076081961393356, - -0.0827825665473938, - 0.9920876026153564 - ] - ], - [ - 0.03333333507180214, - [ - -0.025921493768692017, - -0.09076081961393356, - -0.0827825665473938, - 0.9920876026153564 - ] - ], - [ - 0.06666667014360428, - [ - -0.024740634486079216, - -0.09056271612644196, - -0.08463031053543091, - 0.9919799566268921 - ] - ], - [ - 0.10000000149011612, - [ - -0.023435482755303383, - -0.0904242992401123, - -0.08646336942911148, - 0.9918661713600159 - ] - ], - [ - 0.13333334028720856, - [ - -0.02205209992825985, - -0.09034471213817596, - -0.08824723213911057, - 0.991748034954071 - ] - ], - [ - 0.1666666716337204, - [ - -0.02062845043838024, - -0.09032732993364334, - -0.0899442657828331, - 0.9916276931762695 - ] - ], - [ - 0.20000000298023224, - [ - -0.01920214295387268, - -0.09037568420171738, - -0.09151700139045715, - 0.9915081262588501 - ] - ], - [ - 0.23333333432674408, - [ - -0.017810337245464325, - -0.09049316495656967, - -0.09292808175086975, - 0.9913920164108276 - ] - ], - [ - 0.2666666805744171, - [ - -0.016489729285240173, - -0.09068287909030914, - -0.09414026886224747, - 0.9912831783294678 - ] - ], - [ - 0.30000001192092896, - [ - -0.015276570804417133, - -0.09094739705324173, - -0.09511646628379822, - 0.991185188293457 - ] - ], - [ - 0.3333333432674408, - [ - -0.014206687919795513, - -0.0912884771823883, - -0.0958196297287941, - 0.9911020994186401 - ] - ], - [ - 0.36666667461395264, - [ - -0.013315603137016296, - -0.09170675277709961, - -0.09621252119541168, - 0.9910377264022827 - ] - ], - [ - 0.4000000059604645, - [ - -0.012611327692866325, - -0.09216183423995972, - -0.09629589319229126, - 0.9909965991973877 - ] - ], - [ - 0.4333333373069763, - [ - -0.012090661562979221, - -0.09259578585624695, - -0.0960865169763565, - 0.9909829497337341 - ] - ], - [ - 0.46666666865348816, - [ - -0.011741912923753262, - -0.09303747862577438, - -0.09563285112380981, - 0.9909896850585938 - ] - ], - [ - 0.5, - [ - -0.011547617614269257, - -0.09352084994316101, - -0.09500432759523392, - 0.9910069108009338 - ] - ], - [ - 0.5333333611488342, - [ - -0.011502174660563469, - -0.09404116868972778, - -0.09422649443149567, - 0.9910324811935425 - ] - ], - [ - 0.5666666626930237, - [ - -0.011597546748816967, - -0.09459617733955383, - -0.09332804381847382, - 0.9910635352134705 - ] - ], - [ - 0.6000000238418579, - [ - -0.011818571016192436, - -0.09517962485551834, - -0.09232152998447418, - 0.9910993576049805 - ] - ], - [ - 0.6333333253860474, - [ - -0.012146111577749252, - -0.09578699618577957, - -0.09121759235858917, - 0.9911391735076904 - ] - ], - [ - 0.6666666865348816, - [ - -0.01255867350846529, - -0.09641492366790771, - -0.0900256410241127, - 0.9911820292472839 - ] - ], - [ - 0.699999988079071, - [ - -0.013031144626438618, - -0.09706167876720428, - -0.0887530967593193, - 0.9912275671958923 - ] - ], - [ - 0.7333333492279053, - [ - -0.013544321991503239, - -0.09772232919931412, - -0.08740992844104767, - 0.9912752509117126 - ] - ], - [ - 0.7666666507720947, - [ - -0.014077089726924896, - -0.09839262813329697, - -0.08600479364395142, - 0.9913243055343628 - ] - ], - [ - 0.800000011920929, - [ - -0.014621594920754433, - -0.099064402282238, - -0.08455359190702438, - 0.9913744926452637 - ] - ], - [ - 0.8333333134651184, - [ - -0.015170121565461159, - -0.0997299924492836, - -0.0830722525715828, - 0.9914246201515198 - ] - ], - [ - 0.8666666746139526, - [ - -0.01571512594819069, - -0.10038240998983383, - -0.08157677203416824, - 0.9914745688438416 - ] - ], - [ - 0.8999999761581421, - [ - -0.016249196603894234, - -0.10101517289876938, - -0.08008313179016113, - 0.9915233850479126 - ] - ], - [ - 0.9333333373069763, - [ - -0.016765106469392776, - -0.10162246227264404, - -0.07860732823610306, - 0.9915708303451538 - ] - ], - [ - 0.9666666388511658, - [ - -0.0172557532787323, - -0.10219894349575043, - -0.077165387570858, - 0.991616427898407 - ] - ], - [ - 1.0, - [ - -0.017714180052280426, - -0.1027398332953453, - -0.0757732167840004, - 0.9916598200798035 - ] - ], - [ - 1.0333333015441895, - [ - -0.018133552744984627, - -0.10324078798294067, - -0.07444672286510468, - 0.9917006492614746 - ] - ], - [ - 1.0666667222976685, - [ - -0.01850713975727558, - -0.10369781404733658, - -0.07320170104503632, - 0.9917387366294861 - ] - ], - [ - 1.100000023841858, - [ - -0.018828297033905983, - -0.10410724580287933, - -0.07205402851104736, - 0.9917739629745483 - ] - ], - [ - 1.1333333253860474, - [ - -0.019090406596660614, - -0.104465551674366, - -0.07101932168006897, - 0.9918057918548584 - ] - ], - [ - 1.1666666269302368, - [ - -0.01928689330816269, - -0.10476938635110855, - -0.07011329382658005, - 0.9918344020843506 - ] - ], - [ - 1.2000000476837158, - [ - -0.019501855596899986, - -0.10499779134988785, - -0.0693623274564743, - 0.991858959197998 - ] - ], - [ - 1.2333333492279053, - [ - -0.01981250010430813, - -0.1051313653588295, - -0.06879214942455292, - 0.9918782711029053 - ] - ], - [ - 1.2666666507720947, - [ - -0.020201804116368294, - -0.10516844689846039, - -0.06841729581356049, - 0.991892397403717 - ] - ], - [ - 1.2999999523162842, - [ - -0.020647022873163223, - -0.10510066151618958, - -0.06826093792915344, - 0.9919012188911438 - ] - ], - [ - 1.3333333730697632, - [ - -0.021131932735443115, - -0.1049254983663559, - -0.06833536922931671, - 0.9919044375419617 - ] - ], - [ - 1.3666666746139526, - [ - -0.021623004227876663, - -0.10464339703321457, - -0.06861210614442825, - 0.9919044971466064 - ] - ], - [ - 1.399999976158142, - [ - -0.022090625017881393, - -0.10425746440887451, - -0.0690530464053154, - 0.9919042587280273 - ] - ], - [ - 1.4333332777023315, - [ - -0.022523973137140274, - -0.10377615690231323, - -0.06963451951742172, - 0.9919043183326721 - ] - ], - [ - 1.4666666984558105, - [ - -0.022914128378033638, - -0.10320747643709183, - -0.07033205777406693, - 0.9919056296348572 - ] - ], - [ - 1.5, - [ - -0.02325373888015747, - -0.10256350785493851, - -0.07112357765436172, - 0.9919079542160034 - ] - ], - [ - 1.5333333015441895, - [ - -0.023538166657090187, - -0.10185587406158447, - -0.07198868691921234, - 0.991911768913269 - ] - ], - [ - 1.5666667222976685, - [ - -0.02375900372862816, - -0.10109805315732956, - -0.07290536910295486, - 0.9919171929359436 - ] - ], - [ - 1.600000023841858, - [ - -0.023910656571388245, - -0.10030315816402435, - -0.07385338842868805, - 0.9919241070747375 - ] - ], - [ - 1.6333333253860474, - [ - -0.02398083172738552, - -0.09948744624853134, - -0.0748094990849495, - 0.9919328093528748 - ] - ], - [ - 1.6666666269302368, - [ - -0.02396002970635891, - -0.09866709262132645, - -0.07575240731239319, - 0.9919437170028687 - ] - ], - [ - 1.7000000476837158, - [ - -0.02386193908751011, - -0.09785018116235733, - -0.07667276263237, - 0.9919562935829163 - ] - ], - [ - 1.7333333492279053, - [ - -0.02370036207139492, - -0.09704510867595673, - -0.07756133377552032, - 0.9919701218605042 - ] - ], - [ - 1.7666666507720947, - [ - -0.023489193990826607, - -0.09626058489084244, - -0.07840901613235474, - 0.9919849634170532 - ] - ], - [ - 1.7999999523162842, - [ - -0.02324243262410164, - -0.09550558030605316, - -0.07920679450035095, - 0.99200040102005 - ] - ], - [ - 1.8333333730697632, - [ - -0.022974180057644844, - -0.09478926658630371, - -0.07994569092988968, - 0.992016077041626 - ] - ], - [ - 1.8666666746139526, - [ - -0.02269863709807396, - -0.0941210463643074, - -0.08061682432889938, - 0.9920318126678467 - ] - ], - [ - 1.899999976158142, - [ - -0.022430110722780228, - -0.09351035207509995, - -0.08121128380298615, - 0.9920471906661987 - ] - ], - [ - 1.9333332777023315, - [ - -0.022182978689670563, - -0.09296676516532898, - -0.08172018080949783, - 0.992061972618103 - ] - ], - [ - 1.9666666984558105, - [ - -0.021971700713038445, - -0.09249981492757797, - -0.08213457465171814, - 0.9920760989189148 - ] - ], - [ - 2.0, - [ - -0.021810799837112427, - -0.09211897104978561, - -0.08244534581899643, - 0.9920892715454102 - ] - ], - [ - 2.0333333015441895, - [ - -0.021714825183153152, - -0.09183351695537567, - -0.08264335244894028, - 0.9921013712882996 - ] - ], - [ - 2.066666603088379, - [ - -0.021698350086808205, - -0.09165245294570923, - -0.0827191174030304, - 0.9921121597290039 - ] - ], - [ - 2.133333444595337, - [ - -0.021952010691165924, - -0.09162501245737076, - -0.08247893303632736, - 0.9921291470527649 - ] - ], - [ - 2.1666667461395264, - [ - -0.02222408354282379, - -0.09176087379455566, - -0.08218016475439072, - 0.9921352863311768 - ] - ], - [ - 2.200000047683716, - [ - -0.022598642855882645, - -0.09195195138454437, - -0.08177930861711502, - 0.9921422600746155 - ] - ], - [ - 2.2333333492279053, - [ - -0.02307501994073391, - -0.09215755760669708, - -0.08129526674747467, - 0.9921520352363586 - ] - ], - [ - 2.2666666507720947, - [ - -0.02365613728761673, - -0.09236283600330353, - -0.08074647933244705, - 0.9921640753746033 - ] - ], - [ - 2.299999952316284, - [ - -0.024340331554412842, - -0.09255493432283401, - -0.08015108108520508, - 0.9921779036521912 - ] - ], - [ - 2.3333332538604736, - [ - -0.025123240426182747, - -0.09272734075784683, - -0.07952633500099182, - 0.9921926259994507 - ] - ], - [ - 2.366666555404663, - [ - -0.025995273143053055, - -0.09287583827972412, - -0.07888711988925934, - 0.9922072291374207 - ] - ], - [ - 2.4000000953674316, - [ - -0.027032101526856422, - -0.09297957271337509, - -0.0782531276345253, - 0.9922199845314026 - ] - ], - [ - 2.433333396911621, - [ - -0.02831057459115982, - -0.0930190309882164, - -0.07764199376106262, - 0.9922287464141846 - ] - ], - [ - 2.4666666984558105, - [ - -0.02981123887002468, - -0.09299682080745697, - -0.07705996930599213, - 0.9922322630882263 - ] - ], - [ - 2.5, - [ - -0.03150961920619011, - -0.0929173156619072, - -0.07651076465845108, - 0.9922296404838562 - ] - ], - [ - 2.5333333015441895, - [ - -0.03337864950299263, - -0.09278564155101776, - -0.0759967565536499, - 0.9922203421592712 - ] - ], - [ - 2.566666603088379, - [ - -0.035391196608543396, - -0.09260673820972443, - -0.07552026212215424, - 0.9922036528587341 - ] - ], - [ - 2.5999999046325684, - [ - -0.03752008080482483, - -0.09238538891077042, - -0.07508353888988495, - 0.9921793341636658 - ] - ], - [ - 2.633333444595337, - [ - -0.03973810747265816, - -0.09212616831064224, - -0.07468884438276291, - 0.9921467900276184 - ] - ], - [ - 2.6666667461395264, - [ - -0.042017992585897446, - -0.09183353930711746, - -0.07433850318193436, - 0.9921063780784607 - ] - ], - [ - 2.700000047683716, - [ - -0.044332437217235565, - -0.09151164442300797, - -0.07403480261564255, - 0.9920580387115479 - ] - ], - [ - 2.7333333492279053, - [ - -0.046654172241687775, - -0.09116454422473907, - -0.0737801268696785, - 0.9920024871826172 - ] - ], - [ - 2.7666666507720947, - [ - -0.04895589128136635, - -0.09079600125551224, - -0.0735769048333168, - 0.991940438747406 - ] - ], - [ - 2.799999952316284, - [ - -0.05121026188135147, - -0.09040960669517517, - -0.07342759519815445, - 0.9918730854988098 - ] - ], - [ - 2.8333332538604736, - [ - -0.053389981389045715, - -0.09000874310731888, - -0.07333476096391678, - 0.991801381111145 - ] - ], - [ - 2.866666555404663, - [ - -0.055467743426561356, - -0.08959662169218063, - -0.07330101728439331, - 0.9917271733283997 - ] - ], - [ - 2.9000000953674316, - [ - -0.057416368275880814, - -0.08917625993490219, - -0.07332907617092133, - 0.9916520714759827 - ] - ], - [ - 2.933333396911621, - [ - -0.0591658316552639, - -0.08875911682844162, - -0.07341697067022324, - 0.9915802478790283 - ] - ], - [ - 2.9666666984558105, - [ - -0.060660310089588165, - -0.0883537009358406, - -0.0735645741224289, - 0.9915151000022888 - ] - ], - [ - 3.0, - [ - -0.06189366430044174, - -0.08795839548110962, - -0.07377742975950241, - 0.9914582371711731 - ] - ], - [ - 3.0333333015441895, - [ - -0.06285979598760605, - -0.08757151663303375, - -0.07406099140644073, - 0.9914105534553528 - ] - ], - [ - 3.066666603088379, - [ - -0.06352614611387253, - -0.08716163039207458, - -0.07445548474788666, - 0.9913747310638428 - ] - ], - [ - 3.0999999046325684, - [ - -0.06387126445770264, - -0.0867089331150055, - -0.0749860405921936, - 0.9913521409034729 - ] - ], - [ - 3.133333444595337, - [ - -0.06390780955553055, - -0.08623556047677994, - -0.07572305202484131, - 0.9913350939750671 - ] - ], - [ - 3.1666667461395264, - [ - -0.06365736573934555, - -0.0857589915394783, - -0.07671787589788437, - 0.9913161396980286 - ] - ], - [ - 3.200000047683716, - [ - -0.06315743178129196, - -0.08529119938611984, - -0.07794646173715591, - 0.9912925362586975 - ] - ], - [ - 3.2333333492279053, - [ - -0.062423013150691986, - -0.0848468691110611, - -0.0793803483247757, - 0.9912633895874023 - ] - ], - [ - 3.2666666507720947, - [ - -0.061449866741895676, - -0.08443792909383774, - -0.08097083121538162, - 0.9912304878234863 - ] - ], - [ - 3.299999952316284, - [ - -0.06026007980108261, - -0.08407148718833923, - -0.08267410844564438, - 0.9911941885948181 - ] - ], - [ - 3.3333332538604736, - [ - -0.058878615498542786, - -0.08375528454780579, - -0.08444773405790329, - 0.9911543726921082 - ] - ], - [ - 3.366666555404663, - [ - -0.05733700096607208, - -0.08349574357271194, - -0.08625204116106033, - 0.9911112785339355 - ] - ], - [ - 3.4000000953674316, - [ - -0.055672500282526016, - -0.08329781889915466, - -0.08804980665445328, - 0.991064727306366 - ] - ], - [ - 3.433333396911621, - [ - -0.05392695218324661, - -0.08316487818956375, - -0.08980575203895569, - 0.9910149574279785 - ] - ], - [ - 3.4666666984558105, - [ - -0.05213391035795212, - -0.08310430496931076, - -0.09148135781288147, - 0.9909626245498657 - ] - ], - [ - 3.5, - [ - -0.05032670870423317, - -0.0831236019730568, - -0.09303812682628632, - 0.9909095764160156 - ] - ], - [ - 3.5333333015441895, - [ - -0.04853822663426399, - -0.08323023468255997, - -0.09443747252225876, - 0.9908574819564819 - ] - ], - [ - 3.566666603088379, - [ - -0.04680095985531807, - -0.083431176841259, - -0.09564081579446793, - 0.9908087253570557 - ] - ], - [ - 3.5999999046325684, - [ - -0.04513487219810486, - -0.08373590558767319, - -0.09660832583904266, - 0.9907663464546204 - ] - ], - [ - 3.633333444595337, - [ - -0.04357248544692993, - -0.084149569272995, - -0.09730129688978195, - 0.9907334446907043 - ] - ], - [ - 3.6666667461395264, - [ - -0.042164646089076996, - -0.08467087149620056, - -0.09768271446228027, - 0.9907124042510986 - ] - ], - [ - 3.700000047683716, - [ - -0.04093405231833458, - -0.08525548875331879, - -0.09775135666131973, - 0.9907070994377136 - ] - ], - [ - 3.7333333492279053, - [ - -0.039892133325338364, - -0.08584091067314148, - -0.0975213348865509, - 0.9907218217849731 - ] - ], - [ - 3.7666666507720947, - [ - -0.03904126212000847, - -0.08644477277994156, - -0.0970463976264, - 0.9907497763633728 - ] - ], - [ - 3.799999952316284, - [ - -0.03837805986404419, - -0.08708810806274414, - -0.09640185534954071, - 0.9907822608947754 - ] - ], - [ - 3.8333332538604736, - [ - -0.037911053746938705, - -0.08776137977838516, - -0.09561416506767273, - 0.9908172488212585 - ] - ], - [ - 3.866666555404663, - [ - -0.03761589154601097, - -0.08846593648195267, - -0.09470955282449722, - 0.9908526539802551 - ] - ], - [ - 3.9000000953674316, - [ - -0.03745165839791298, - -0.08920107781887054, - -0.09369737654924393, - 0.9908891916275024 - ] - ], - [ - 3.933333396911621, - [ - -0.03739874064922333, - -0.089961476624012, - -0.09258795529603958, - 0.9909268021583557 - ] - ], - [ - 3.9666666984558105, - [ - -0.03743509203195572, - -0.09074313193559647, - -0.09139049798250198, - 0.9909652471542358 - ] - ], - [ - 4.0, - [ - -0.03753502666950226, - -0.09154374152421951, - -0.09011233597993851, - 0.9910048842430115 - ] - ], - [ - 4.0333333015441895, - [ - -0.03767918422818184, - -0.09235785901546478, - -0.0887632891535759, - 0.9910457134246826 - ] - ], - [ - 4.066666603088379, - [ - -0.037846293300390244, - -0.09318080544471741, - -0.08735199272632599, - 0.9910876154899597 - ] - ], - [ - 4.099999904632568, - [ - -0.03802817687392235, - -0.09400369226932526, - -0.0858939066529274, - 0.9911304712295532 - ] - ], - [ - 4.133333206176758, - [ - -0.03821681812405586, - -0.09481814503669739, - -0.08440454304218292, - 0.991173505783081 - ] - ], - [ - 4.166666507720947, - [ - -0.03840436041355133, - -0.09561656415462494, - -0.08289948850870132, - 0.9912166595458984 - ] - ], - [ - 4.199999809265137, - [ - -0.038583092391490936, - -0.09639189392328262, - -0.08139438182115555, - 0.9912592768669128 - ] - ], - [ - 4.233333110809326, - [ - -0.038745492696762085, - -0.09713778644800186, - -0.0799049511551857, - 0.9913012981414795 - ] - ], - [ - 4.266666889190674, - [ - -0.038884181529283524, - -0.09784841537475586, - -0.07844685018062592, - 0.9913424253463745 - ] - ], - [ - 4.300000190734863, - [ - -0.03899193927645683, - -0.09851858019828796, - -0.07703584432601929, - 0.9913824796676636 - ] - ], - [ - 4.333333492279053, - [ - -0.039061643183231354, - -0.09914356470108032, - -0.07568754255771637, - 0.9914212822914124 - ] - ], - [ - 4.366666793823242, - [ - -0.03908631205558777, - -0.09971895813941956, - -0.07441754639148712, - 0.9914587140083313 - ] - ], - [ - 4.400000095367432, - [ - -0.03905903175473213, - -0.10024087876081467, - -0.0732414722442627, - 0.9914947748184204 - ] - ], - [ - 4.433333396911621, - [ - -0.03897295147180557, - -0.10070554912090302, - -0.07217484712600708, - 0.9915292859077454 - ] - ], - [ - 4.4666666984558105, - [ - -0.03882122412323952, - -0.10110937803983688, - -0.07123319804668427, - 0.9915622472763062 - ] - ], - [ - 4.5, - [ - -0.038596972823143005, - -0.10144875943660736, - -0.07043203711509705, - 0.9915935397148132 - ] - ], - [ - 4.5333333015441895, - [ - -0.0382932610809803, - -0.10171998292207718, - -0.06978689134120941, - 0.9916231632232666 - ] - ], - [ - 4.566666603088379, - [ - -0.03790334239602089, - -0.10191906243562698, - -0.0693133994936943, - 0.9916508793830872 - ] - ], - [ - 4.599999904632568, - [ - -0.0374160073697567, - -0.10203549265861511, - -0.06903613358736038, - 0.9916768670082092 - ] - ], - [ - 4.633333206176758, - [ - -0.0368269644677639, - -0.10206511616706848, - -0.06896937638521194, - 0.9917004108428955 - ] - ], - [ - 4.666666507720947, - [ - -0.03611475229263306, - -0.10200872272253036, - -0.06908705830574036, - 0.9917243123054504 - ] - ], - [ - 4.699999809265137, - [ - -0.03526169806718826, - -0.10187001526355743, - -0.06935376673936844, - 0.9917506575584412 - ] - ], - [ - 4.733333110809326, - [ - -0.034268952906131744, - -0.10165686160326004, - -0.06974922120571136, - 0.9917795062065125 - ] - ], - [ - 4.766666889190674, - [ - -0.03313951566815376, - -0.10137639194726944, - -0.0702521875500679, - 0.9918110966682434 - ] - ], - [ - 4.800000190734863, - [ - -0.03187784552574158, - -0.10103975981473923, - -0.07084348052740097, - 0.9918448328971863 - ] - ], - [ - 4.833333492279053, - [ - -0.030491041019558907, - -0.10065736621618271, - -0.07150532305240631, - 0.9918798208236694 - ] - ], - [ - 4.866666793823242, - [ - -0.02898239716887474, - -0.10024124383926392, - -0.07221813499927521, - 0.9919154644012451 - ] - ], - [ - 4.900000095367432, - [ - -0.027345281094312668, - -0.09980551898479462, - -0.07296192646026611, - 0.9919514060020447 - ] - ], - [ - 4.933333396911621, - [ - -0.025565482676029205, - -0.09936735033988953, - -0.07371317595243454, - 0.9919873476028442 - ] - ], - [ - 4.9666666984558105, - [ - -0.02364402823150158, - -0.09894095361232758, - -0.07445193082094193, - 0.9920224547386169 - ] - ], - [ - 5.0, - [ - -0.021605167537927628, - -0.09853238612413406, - -0.07516974955797195, - 0.9920554757118225 - ] - ], - [ - 5.0333333015441895, - [ - -0.019473334774374962, - -0.09814774990081787, - -0.07585824280977249, - 0.992085337638855 - ] - ], - [ - 5.066666603088379, - [ - -0.01727309636771679, - -0.09779325872659683, - -0.07650883495807648, - 0.9921111464500427 - ] - ], - [ - 5.099999904632568, - [ - -0.01502920687198639, - -0.09747513383626938, - -0.07711289077997208, - 0.9921321868896484 - ] - ], - [ - 5.133333206176758, - [ - -0.012766566127538681, - -0.09719958901405334, - -0.07766161859035492, - 0.9921481609344482 - ] - ], - [ - 5.166666507720947, - [ - -0.010510271415114403, - -0.0969727635383606, - -0.07814618945121765, - 0.9921587705612183 - ] - ], - [ - 5.199999809265137, - [ - -0.00828554667532444, - -0.09680070728063583, - -0.07855754345655441, - 0.992164134979248 - ] - ], - [ - 5.233333110809326, - [ - -0.0061177643947303295, - -0.09668934345245361, - -0.07888655364513397, - 0.9921647310256958 - ] - ], - [ - 5.266666889190674, - [ - -0.004032369703054428, - -0.0966443344950676, - -0.07912389934062958, - 0.9921607971191406 - ] - ], - [ - 5.300000190734863, - [ - -0.0020550487097352743, - -0.09667114913463593, - -0.07926017045974731, - 0.9921534657478333 - ] - ], - [ - 5.333333492279053, - [ - -0.00021143213962204754, - -0.0967748612165451, - -0.07928568869829178, - 0.9921433329582214 - ] - ], - [ - 5.366666793823242, - [ - 0.0014727558009326458, - -0.09696023911237717, - -0.07919066399335861, - 0.9921317100524902 - ] - ], - [ - 5.400000095367432, - [ - 0.0029717583674937487, - -0.09723160415887833, - -0.07896506786346436, - 0.9921197891235352 - ] - ], - [ - 5.433333396911621, - [ - 0.004269873257726431, - -0.09758084267377853, - -0.07861339300870895, - 0.9921087026596069 - ] - ], - [ - 5.4666666984558105, - [ - 0.005358182825148106, - -0.09799156337976456, - -0.07815030962228775, - 0.9920996427536011 - ] - ], - [ - 5.5, - [ - 0.006219311151653528, - -0.09842134267091751, - -0.07759351283311844, - 0.9920957684516907 - ] - ], - [ - 5.5333333015441895, - [ - 0.006843063049018383, - -0.09882835298776627, - -0.07696777582168579, - 0.992099940776825 - ] - ], - [ - 5.566666603088379, - [ - 0.0072157131507992744, - -0.0991966724395752, - -0.0762937068939209, - 0.9921125173568726 - ] - ], - [ - 5.599999904632568, - [ - 0.007328139618039131, - -0.0995124951004982, - -0.07559137791395187, - 0.9921339154243469 - ] - ], - [ - 5.633333206176758, - [ - 0.007173645775765181, - -0.09976862370967865, - -0.07487994432449341, - 0.9921631813049316 - ] - ], - [ - 5.666666507720947, - [ - 0.006750797387212515, - -0.0999603345990181, - -0.07417590171098709, - 0.992199718952179 - ] - ], - [ - 5.699999809265137, - [ - 0.006062672473490238, - -0.10008493810892105, - -0.0734933465719223, - 0.9922423958778381 - ] - ], - [ - 5.733333110809326, - [ - 0.005117772147059441, - -0.10014194995164871, - -0.07284346967935562, - 0.9922899007797241 - ] - ], - [ - 5.766666889190674, - [ - 0.003934220876544714, - -0.10013435781002045, - -0.07223247736692429, - 0.9923407435417175 - ] - ], - [ - 5.800000190734863, - [ - 0.002535248640924692, - -0.10006684809923172, - -0.0716637521982193, - 0.9923933148384094 - ] - ], - [ - 5.833333492279053, - [ - 0.0009467401541769505, - -0.09994464367628098, - -0.07113918662071228, - 0.9924461841583252 - ] - ], - [ - 5.866666793823242, - [ - -0.0008053607889451087, - -0.09977283328771591, - -0.07066060602664948, - 0.9924978613853455 - ] - ], - [ - 5.900000095367432, - [ - -0.0026950500905513763, - -0.09955629706382751, - -0.07022978365421295, - 0.9925467371940613 - ] - ], - [ - 5.933333396911621, - [ - -0.0046962895430624485, - -0.09929981827735901, - -0.06984849274158478, - 0.992591917514801 - ] - ], - [ - 5.9666666984558105, - [ - -0.006782939191907644, - -0.09900790452957153, - -0.0695185586810112, - 0.9926321506500244 - ] - ], - [ - 6.0, - [ - -0.008928856812417507, - -0.09868496656417847, - -0.06924182176589966, - 0.9926667809486389 - ] - ], - [ - 6.0333333015441895, - [ - -0.011107838712632656, - -0.09833508729934692, - -0.06902012974023819, - 0.9926948547363281 - ] - ], - [ - 6.066666603088379, - [ - -0.013293659314513206, - -0.09796228259801865, - -0.06885549426078796, - 0.992716372013092 - ] - ], - [ - 6.099999904632568, - [ - -0.015460041351616383, - -0.0975702628493309, - -0.06874993443489075, - 0.9927309155464172 - ] - ], - [ - 6.133333206176758, - [ - -0.017580701038241386, - -0.09716261923313141, - -0.06870554387569427, - 0.9927386045455933 - ] - ], - [ - 6.166666507720947, - [ - -0.019629361107945442, - -0.09674271941184998, - -0.0687246024608612, - 0.9927399754524231 - ] - ], - [ - 6.199999809265137, - [ - -0.02157972753047943, - -0.09631370007991791, - -0.06880934536457062, - 0.9927352666854858 - ] - ], - [ - 6.233333110809326, - [ - -0.023405490443110466, - -0.09587862342596054, - -0.06896220147609711, - 0.9927253723144531 - ] - ], - [ - 6.266666889190674, - [ - -0.025080425664782524, - -0.09544031322002411, - -0.06918563693761826, - 0.9927111864089966 - ] - ], - [ - 6.300000190734863, - [ - -0.026578258723020554, - -0.09500142931938171, - -0.0694822445511818, - 0.9926936030387878 - ] - ], - [ - 6.333333492279053, - [ - -0.027872812002897263, - -0.09456463903188705, - -0.06985465437173843, - 0.9926736354827881 - ] - ], - [ - 6.366666793823242, - [ - -0.02891194261610508, - -0.09410466998815536, - -0.07034266740083694, - 0.9926531910896301 - ] - ], - [ - 6.400000095367432, - [ - -0.029654404148459435, - -0.09360705316066742, - -0.07096997648477554, - 0.9926337599754333 - ] - ], - [ - 6.433333396911621, - [ - -0.030093051493167877, - -0.09310802072286606, - -0.07180138677358627, - 0.992607593536377 - ] - ], - [ - 6.4666666984558105, - [ - -0.030229689553380013, - -0.09263637661933899, - -0.07288382202386856, - 0.9925687909126282 - ] - ], - [ - 6.5, - [ - -0.030082177370786667, - -0.09220235049724579, - -0.07419097423553467, - 0.9925167560577393 - ] - ], - [ - 6.5333333015441895, - [ - -0.02967379242181778, - -0.09181386977434158, - -0.07569500058889389, - 0.9924514889717102 - ] - ], - [ - 6.566666603088379, - [ - -0.02902468480169773, - -0.09147336333990097, - -0.07734905928373337, - 0.99237459897995 - ] - ], - [ - 6.599999904632568, - [ - -0.02816181071102619, - -0.09118279069662094, - -0.07910938560962677, - 0.9922873973846436 - ] - ], - [ - 6.633333206176758, - [ - -0.02711520530283451, - -0.090944804251194, - -0.08093365281820297, - 0.9921913146972656 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658465390_683425.json b/lenses/physics-objects/Scene/assets/1646688658465390_683425.json deleted file mode 100644 index ef101c82..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658465390_683425.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658465390:683425", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658466679_683442.json b/lenses/physics-objects/Scene/assets/1646688658466679_683442.json deleted file mode 100644 index bc455a64..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658466679_683442.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658466679:683442", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.710541725158691, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.672595977783203, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.684754371643066, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.705714225769043, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.739791870117188, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.777256965637207, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.80568790435791, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.812734603881836, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.783751487731934, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.733414649963379, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.690059661865234, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.706267356872559, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.726924896240234, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.794332504272461, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.801319122314453, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.7730131149292, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.73045539855957, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.696708679199219, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.676239013671875, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.678813934326172, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.700987815856934, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.736677169799805, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.765335083007813, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.77287483215332, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.7427396774292, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.69592571258545, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.672354698181152, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.702451705932617, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.678462028503418, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.69327449798584, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.726457595825195, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.76720142364502, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.8006591796875, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.813314437866211, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.785064697265625, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.729925155639648, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.691808700561523, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.701597213745117, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.721379280090332, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.76565170288086, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.825528144836426, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.878321647644043, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.90524959564209, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.882822036743164, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.821778297424316, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.77041244506836, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.745701789855957, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.754520416259766, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.802488327026367, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.868117332458496, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.901070594787598, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.876178741455078, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.820788383483887, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.771075248718262, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.771014213562012, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.79880142211914, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.8401517868042, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.870991706848145, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.858649253845215, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.775550842285156, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.702954292297363, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.703812599182129, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.72775650024414, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.798065185546875, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.812792778015137, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.791265487670898, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.697793006896973, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.675118446350098, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.684843063354492, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.73277759552002, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.774713516235352, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658466937_683449.json b/lenses/physics-objects/Scene/assets/1646688658466937_683449.json deleted file mode 100644 index e3a2a128..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658466937_683449.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658466937:683449", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ], - [ - 0.03333333507180214, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ], - [ - 0.06666667014360428, - [ - 0.029208647087216377, - -0.004145199432969093, - -0.008971577510237694, - 0.9995244741439819 - ] - ], - [ - 0.10000000149011612, - [ - 0.03194763511419296, - -0.001887952326796949, - 0.021220462396740913, - 0.9992625713348389 - ] - ], - [ - 0.13333334028720856, - [ - 0.028248216956853867, - -0.00037985193193890154, - 0.01799851283431053, - 0.9994388222694397 - ] - ], - [ - 0.1666666716337204, - [ - 0.019495293498039246, - -0.0007456812891177833, - 0.005533496383577585, - 0.9997943639755249 - ] - ], - [ - 0.20000000298023224, - [ - 0.01260669156908989, - -0.0037430410739034414, - -0.013842759653925896, - 0.9998177289962769 - ] - ], - [ - 0.23333333432674408, - [ - 0.011465431191027164, - -0.009230495430529118, - -0.0355333648622036, - 0.9992601871490479 - ] - ], - [ - 0.2666666805744171, - [ - 0.015337521210312843, - -0.015584840439260006, - -0.05522429943084717, - 0.9982345104217529 - ] - ], - [ - 0.30000001192092896, - [ - 0.020454591140151024, - -0.021944954991340637, - -0.06901642680168152, - 0.9971643686294556 - ] - ], - [ - 0.3333333432674408, - [ - 0.023476988077163696, - -0.028178075328469276, - -0.07374215871095657, - 0.9966027140617371 - ] - ], - [ - 0.36666667461395264, - [ - 0.022369850426912308, - -0.030034327879548073, - -0.06431372463703156, - 0.9972267746925354 - ] - ], - [ - 0.4000000059604645, - [ - 0.015650799497961998, - -0.024244744330644608, - -0.040365081280469894, - 0.9987682104110718 - ] - ], - [ - 0.4333333373069763, - [ - 0.005422653630375862, - -0.012050654739141464, - -0.007676639594137669, - 0.999883234500885 - ] - ], - [ - 0.46666666865348816, - [ - -0.006386497523635626, - 0.001417506136931479, - 0.024972211569547653, - 0.9996667504310608 - ] - ], - [ - 0.5, - [ - -0.01671280525624752, - 0.00847980659455061, - 0.04621416702866554, - 0.9987557530403137 - ] - ], - [ - 0.5333333611488342, - [ - -0.024606864899396896, - 0.005374961998313665, - 0.050740282982587814, - 0.998394250869751 - ] - ], - [ - 0.5666666626930237, - [ - -0.031419772654771805, - -0.004004714544862509, - 0.04141742363572121, - 0.9986397624015808 - ] - ], - [ - 0.6000000238418579, - [ - -0.036186665296554565, - -0.013563813641667366, - 0.01982773095369339, - 0.9990562796592712 - ] - ], - [ - 0.6333333253860474, - [ - -0.037771034985780716, - -0.0201264601200819, - -0.00798491295427084, - 0.9990518093109131 - ] - ], - [ - 0.6666666865348816, - [ - -0.033780794590711594, - -0.02525433897972107, - -0.03312248736619949, - 0.9985609650611877 - ] - ], - [ - 0.699999988079071, - [ - -0.025009343400597572, - -0.030342379584908485, - -0.046948593109846115, - 0.9981231093406677 - ] - ], - [ - 0.7333333492279053, - [ - -0.015431500039994717, - -0.03409415856003761, - -0.04666207358241081, - 0.9982094764709473 - ] - ], - [ - 0.7666666507720947, - [ - -0.00781879760324955, - -0.03460601717233658, - -0.035562366247177124, - 0.9987375140190125 - ] - ], - [ - 0.800000011920929, - [ - -0.004907557275146246, - -0.030119678005576134, - -0.01702473871409893, - 0.9993893504142761 - ] - ], - [ - 0.8333333134651184, - [ - -0.00719245383515954, - -0.021655874326825142, - 0.005080012138932943, - 0.9997267127037048 - ] - ], - [ - 0.8666666746139526, - [ - -0.013804242946207523, - -0.012159016914665699, - 0.02777532860636711, - 0.9994450211524963 - ] - ], - [ - 0.8999999761581421, - [ - -0.024602729827165604, - -0.005155928898602724, - 0.047507382929325104, - 0.9985546469688416 - ] - ], - [ - 0.9333333373069763, - [ - -0.03770046681165695, - -0.002754726679995656, - 0.059878963977098465, - 0.9974896311759949 - ] - ], - [ - 0.9666666388511658, - [ - -0.050016071647405624, - -0.004404390696436167, - 0.0613345168530941, - 0.9968535900115967 - ] - ], - [ - 1.0, - [ - -0.0589083768427372, - -0.008297063410282135, - 0.052305374294519424, - 0.9968576431274414 - ] - ], - [ - 1.0333333015441895, - [ - -0.062273554503917694, - -0.012609289959073067, - 0.034111328423023224, - 0.9973963499069214 - ] - ], - [ - 1.0666667222976685, - [ - -0.059753429144620895, - -0.015668096020817757, - 0.009930239990353584, - 0.9980409145355225 - ] - ], - [ - 1.100000023841858, - [ - -0.052318282425403595, - -0.017228957265615463, - -0.01537719089537859, - 0.9983634352684021 - ] - ], - [ - 1.1333333253860474, - [ - -0.041316140443086624, - -0.01851068064570427, - -0.03613533824682236, - 0.9983208775520325 - ] - ], - [ - 1.1666666269302368, - [ - -0.029722359031438828, - -0.0212089903652668, - -0.04732782393693924, - 0.9982118010520935 - ] - ], - [ - 1.2000000476837158, - [ - -0.020152978599071503, - -0.02446615695953369, - -0.04184277355670929, - 0.9986212849617004 - ] - ], - [ - 1.2333333492279053, - [ - -0.01286275964230299, - -0.024435507133603096, - -0.021167565137147903, - 0.9993945360183716 - ] - ], - [ - 1.2666666507720947, - [ - -0.008579910732805729, - -0.02005976252257824, - 0.00865622516721487, - 0.9997245073318481 - ] - ], - [ - 1.2999999523162842, - [ - -0.0075921122916042805, - -0.013691002503037453, - 0.040935441851615906, - 0.9990392327308655 - ] - ], - [ - 1.3333333730697632, - [ - -0.013720287941396236, - -0.00857115164399147, - 0.06311551481485367, - 0.9978750944137573 - ] - ], - [ - 1.3666666746139526, - [ - -0.02775190770626068, - -0.00715964799746871, - 0.06915163993835449, - 0.9971944689750671 - ] - ], - [ - 1.399999976158142, - [ - -0.042907074093818665, - -0.007778934668749571, - 0.06239209696650505, - 0.9970987439155579 - ] - ], - [ - 1.4333332777023315, - [ - -0.05395086482167244, - -0.00804494321346283, - 0.04489969089627266, - 0.9975011944770813 - ] - ], - [ - 1.4666666984558105, - [ - -0.060821592807769775, - -0.0069016399793326855, - 0.02145540527999401, - 0.9978941679000854 - ] - ], - [ - 1.5, - [ - -0.06298243254423141, - -0.0048641664907336235, - -0.004574069287627935, - 0.9979922771453857 - ] - ], - [ - 1.5333333015441895, - [ - -0.05941186845302582, - -0.003020137082785368, - -0.02908286079764366, - 0.9978052377700806 - ] - ], - [ - 1.5666667222976685, - [ - -0.05105239897966385, - -0.002469016471877694, - -0.04806708171963692, - 0.9975355267524719 - ] - ], - [ - 1.600000023841858, - [ - -0.03990842401981354, - -0.00346646411344409, - -0.05847639590501785, - 0.9974848628044128 - ] - ], - [ - 1.6333333253860474, - [ - -0.029758980497717857, - -0.004503936506807804, - -0.056662943214178085, - 0.9979397058486938 - ] - ], - [ - 1.6666666269302368, - [ - -0.02192264422774315, - -0.004080983344465494, - -0.043473467230796814, - 0.9988057017326355 - ] - ], - [ - 1.7000000476837158, - [ - -0.018593570217490196, - -0.0027758802752941847, - -0.02035299502313137, - 0.9996160864830017 - ] - ], - [ - 1.7333333492279053, - [ - -0.020407933741807938, - -0.001753169228322804, - 0.010825804434716702, - 0.9997316002845764 - ] - ], - [ - 1.7666666507720947, - [ - -0.025284508243203163, - 0.0004902516957372427, - 0.0419800728559494, - 0.9987983703613281 - ] - ], - [ - 1.7999999523162842, - [ - -0.029518580064177513, - 0.004387253895401955, - 0.06103256717324257, - 0.9976895451545715 - ] - ], - [ - 1.8333333730697632, - [ - -0.03100803680717945, - 0.006674005649983883, - 0.05847913399338722, - 0.9977846145629883 - ] - ], - [ - 1.8666666746139526, - [ - -0.028569329530000687, - 0.004461741540580988, - 0.037006355822086334, - 0.998896598815918 - ] - ], - [ - 1.899999976158142, - [ - -0.021762242540717125, - -0.001942834467627108, - 0.0055699837394058704, - 0.999745786190033 - ] - ], - [ - 1.9333332777023315, - [ - -0.010673864744603634, - -0.011438922956585884, - -0.027294844388961792, - 0.9995049834251404 - ] - ], - [ - 1.9666666984558105, - [ - 0.003072790103033185, - -0.021919099614024162, - -0.05257699638605118, - 0.9983716607093811 - ] - ], - [ - 2.0, - [ - 0.017681216821074486, - -0.03004690445959568, - -0.0639488697052002, - 0.9973440170288086 - ] - ], - [ - 2.0333333015441895, - [ - 0.03129243105649948, - -0.032189443707466125, - -0.05897395685315132, - 0.9972496628761292 - ] - ], - [ - 2.066666603088379, - [ - 0.04195477068424225, - -0.027414480224251747, - -0.04295467212796211, - 0.997819185256958 - ] - ], - [ - 2.0999999046325684, - [ - 0.04566878825426102, - -0.016903096809983253, - -0.01966416835784912, - 0.9986200332641602 - ] - ], - [ - 2.133333444595337, - [ - 0.04106559231877327, - -0.0018116316059604287, - 0.006865032482892275, - 0.9991312026977539 - ] - ], - [ - 2.1666667461395264, - [ - 0.03206240385770798, - 0.012677069753408432, - 0.02700379677116871, - 0.9990406036376953 - ] - ], - [ - 2.200000047683716, - [ - 0.022282568737864494, - 0.020396674051880836, - 0.03234957903623581, - 0.9990200996398926 - ] - ], - [ - 2.2333333492279053, - [ - 0.014910688623785973, - 0.020794792100787163, - 0.022439803928136826, - 0.999420702457428 - ] - ], - [ - 2.2666666507720947, - [ - 0.0123998848721385, - 0.015149448066949844, - -0.0020671857055276632, - 0.9998062252998352 - ] - ], - [ - 2.299999952316284, - [ - 0.015667764469981194, - 0.007996571250259876, - -0.0334460474550724, - 0.9992856979370117 - ] - ], - [ - 2.3333332538604736, - [ - 0.0236709825694561, - -0.0002728155814111233, - -0.05964328348636627, - 0.9979390501976013 - ] - ], - [ - 2.366666555404663, - [ - 0.03597370535135269, - -0.009428444318473339, - -0.07171937823295593, - 0.9967313408851624 - ] - ], - [ - 2.4000000953674316, - [ - 0.04650453105568886, - -0.011623842641711235, - -0.06022099032998085, - 0.997033417224884 - ] - ], - [ - 2.433333396911621, - [ - 0.048590585589408875, - -0.0030722031369805336, - -0.027114108204841614, - 0.998445987701416 - ] - ], - [ - 2.4666666984558105, - [ - 0.04529055953025818, - 0.010173046961426735, - 0.014285001903772354, - 0.9988200068473816 - ] - ], - [ - 2.5, - [ - 0.035633526742458344, - 0.023525124415755272, - 0.043513037264347076, - 0.9981399774551392 - ] - ], - [ - 2.5333333015441895, - [ - 0.02372450940310955, - 0.02622312866151333, - 0.04654662683606148, - 0.9982900023460388 - ] - ], - [ - 2.566666603088379, - [ - 0.01656448282301426, - 0.016930870711803436, - 0.030475875362753868, - 0.9992548227310181 - ] - ], - [ - 2.5999999046325684, - [ - 0.016960859298706055, - 0.00010067292168969288, - 0.0011081486009061337, - 0.999855637550354 - ] - ], - [ - 2.633333444595337, - [ - 0.021577734500169754, - -0.015300902538001537, - -0.024835852906107903, - 0.999341607093811 - ] - ], - [ - 2.6666667461395264, - [ - 0.025187702849507332, - -0.018063552677631378, - -0.02815716341137886, - 0.9991228580474854 - ] - ], - [ - 2.700000047683716, - [ - 0.02797900326550007, - -0.010822798125445843, - -0.012579073198139668, - 0.9994707703590393 - ] - ], - [ - 2.7333333492279053, - [ - 0.02922237478196621, - 0.0003559047181624919, - 0.014986114576458931, - 0.9994605183601379 - ] - ], - [ - 2.7666666507720947, - [ - 0.032772403210401535, - 0.013817311264574528, - 0.041077304631471634, - 0.9985227584838867 - ] - ], - [ - 2.799999952316284, - [ - 0.03271320089697838, - 0.018516601994633675, - 0.046928469091653824, - 0.998190701007843 - ] - ], - [ - 2.8333332538604736, - [ - 0.029783084988594055, - 0.013876725919544697, - 0.03445322439074516, - 0.9988660216331482 - ] - ], - [ - 2.866666555404663, - [ - 0.029013551771640778, - 0.00928486231714487, - 0.014144386164844036, - 0.9994359016418457 - ] - ], - [ - 2.9000000953674316, - [ - 0.03305768966674805, - 0.006691682152450085, - -0.009523948654532433, - 0.9993856549263 - ] - ], - [ - 2.933333396911621, - [ - 0.04002766311168671, - 0.005340144038200378, - -0.031859107315540314, - 0.9986763596534729 - ] - ], - [ - 2.9666666984558105, - [ - 0.04764746129512787, - 0.002782453317195177, - -0.049170322716236115, - 0.9976493716239929 - ] - ], - [ - 3.0, - [ - 0.05384572967886925, - -0.001975980121642351, - -0.05826345831155777, - 0.996846079826355 - ] - ], - [ - 3.0333333015441895, - [ - 0.055451229214668274, - -0.005762697663158178, - -0.05252109095454216, - 0.9970624446868896 - ] - ], - [ - 3.066666603088379, - [ - 0.050427328795194626, - -0.004990614950656891, - -0.031081657856702805, - 0.9982315897941589 - ] - ], - [ - 3.0999999046325684, - [ - 0.04133499786257744, - 0.0001839231263147667, - -0.0002535635430831462, - 0.9991453886032104 - ] - ], - [ - 3.133333444595337, - [ - 0.03046698309481144, - 0.006367160473018885, - 0.03083844482898712, - 0.9990397691726685 - ] - ], - [ - 3.1666667461395264, - [ - 0.020931871607899666, - 0.008794927038252354, - 0.05032762512564659, - 0.998474657535553 - ] - ], - [ - 3.200000047683716, - [ - 0.01415071077644825, - 0.00469602458178997, - 0.0522906593978405, - 0.9985206127166748 - ] - ], - [ - 3.2333333492279053, - [ - 0.008661964908242226, - -0.002580840839073062, - 0.03953912481665611, - 0.9991771578788757 - ] - ], - [ - 3.2666666507720947, - [ - 0.0053215776570141315, - -0.00599500210955739, - 0.0143832266330719, - 0.9998645186424255 - ] - ], - [ - 3.299999952316284, - [ - 0.004828076343983412, - -0.0032906632404774427, - -0.015640711411833763, - 0.9998607039451599 - ] - ], - [ - 3.3333332538604736, - [ - 0.012464629486203194, - -0.0027098702266812325, - -0.032775454223155975, - 0.9993813633918762 - ] - ], - [ - 3.366666555404663, - [ - 0.024532612413167953, - -0.0028886133804917336, - -0.038933586329221725, - 0.9989365339279175 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658467170_683456.json b/lenses/physics-objects/Scene/assets/1646688658467170_683456.json deleted file mode 100644 index 68bfca88..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658467170_683456.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658467170:683456", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658476419_683469.json b/lenses/physics-objects/Scene/assets/1646688658476419_683469.json deleted file mode 100644 index eb6c4086..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658476419_683469.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658476419:683469", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.731429100036621, - 0.0, - -1.0658141036401503e-14 - ] - ], - [ - 0.5333333611488342, - [ - 9.758965492248535, - -1.4210854715202004e-14, - -7.105415922656214e-15 - ] - ], - [ - 3.2333333492279053, - [ - 9.718429565429688, - 0.0, - -3.9968028886505635e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.746305465698242, - 1.4210854715202004e-14, - 6.217226068011301e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.729907035827637, - -1.4210854715202004e-14, - -3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658476828_683476.json b/lenses/physics-objects/Scene/assets/1646688658476828_683476.json deleted file mode 100644 index 1bf82ad5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658476828_683476.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658476828:683476", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02610551193356514, - 0.022737819701433182, - -0.02323426678776741, - 0.9991304278373718 - ] - ], - [ - 0.03333333507180214, - [ - -0.02610551193356514, - 0.022737819701433182, - -0.02323426678776741, - 0.9991304278373718 - ] - ], - [ - 0.06666667014360428, - [ - -0.024918945506215096, - 0.02254519797861576, - -0.02470375970005989, - 0.9991298913955688 - ] - ], - [ - 0.10000000149011612, - [ - -0.023606961593031883, - 0.022343743592500687, - -0.026354875415563583, - 0.9991240501403809 - ] - ], - [ - 0.13333334028720856, - [ - -0.02221583016216755, - 0.022139834240078926, - -0.02814387157559395, - 0.9991117119789124 - ] - ], - [ - 0.1666666716337204, - [ - -0.02078373171389103, - 0.02193477191030979, - -0.030027875676751137, - 0.9990922212600708 - ] - ], - [ - 0.20000000298023224, - [ - -0.0193485077470541, - 0.021726807579398155, - -0.031963687390089035, - 0.9990655183792114 - ] - ], - [ - 0.23333333432674408, - [ - -0.017947588115930557, - 0.021511506289243698, - -0.033907800912857056, - 0.9990322589874268 - ] - ], - [ - 0.2666666805744171, - [ - -0.016617991030216217, - 0.02128227800130844, - -0.035816486924886703, - 0.9989936351776123 - ] - ], - [ - 0.30000001192092896, - [ - -0.015396257862448692, - 0.021031102165579796, - -0.037645794451236725, - 0.9989511966705322 - ] - ], - [ - 0.3333333432674408, - [ - -0.014318571425974369, - 0.020749133080244064, - -0.03935154154896736, - 0.9989074468612671 - ] - ], - [ - 0.36666667461395264, - [ - -0.01342076063156128, - 0.020427756011486053, - -0.040889278054237366, - 0.9988647103309631 - ] - ], - [ - 0.4000000059604645, - [ - -0.012710962444543839, - 0.02007465623319149, - -0.04220709949731827, - 0.9988263249397278 - ] - ], - [ - 0.4333333373069763, - [ - -0.012185979634523392, - 0.019707757979631424, - -0.04325057566165924, - 0.9987955093383789 - ] - ], - [ - 0.46666666865348816, - [ - -0.011834155768156052, - 0.01937243342399597, - -0.04395972192287445, - 0.9987753629684448 - ] - ], - [ - 0.5333333611488342, - [ - -0.011592007242143154, - 0.018915005028247833, - -0.04428461939096451, - 0.9987726211547852 - ] - ], - [ - 0.5666666626930237, - [ - -0.011687868274748325, - 0.018690600991249084, - -0.044145479798316956, - 0.9987818598747253 - ] - ], - [ - 0.6000000238418579, - [ - -0.011910347267985344, - 0.0184568390250206, - -0.043859079480171204, - 0.9987962245941162 - ] - ], - [ - 0.6333333253860474, - [ - -0.012240182608366013, - 0.018219681456685066, - -0.04342850670218468, - 0.9988154172897339 - ] - ], - [ - 0.6666666865348816, - [ - -0.012655687518417835, - 0.01798093505203724, - -0.04286746308207512, - 0.9988387823104858 - ] - ], - [ - 0.699999988079071, - [ - -0.01313155796378851, - 0.017741268500685692, - -0.04219024255871773, - 0.9988657236099243 - ] - ], - [ - 0.7333333492279053, - [ - -0.013648444786667824, - 0.017503419890999794, - -0.04141051322221756, - 0.9988957643508911 - ] - ], - [ - 0.7666666507720947, - [ - -0.014185057021677494, - 0.017269564792513847, - -0.04054230451583862, - 0.9989279508590698 - ] - ], - [ - 0.800000011920929, - [ - -0.014733491465449333, - 0.01704411394894123, - -0.03959793224930763, - 0.9989616870880127 - ] - ], - [ - 0.8333333134651184, - [ - -0.015285973437130451, - 0.016830887645483017, - -0.03858979791402817, - 0.9989964365959167 - ] - ], - [ - 0.8666666746139526, - [ - -0.015834899619221687, - 0.01663299836218357, - -0.037530459463596344, - 0.999031662940979 - ] - ], - [ - 0.8999999761581421, - [ - -0.016372814774513245, - 0.016452843323349953, - -0.03643254190683365, - 0.9990665316581726 - ] - ], - [ - 0.9333333373069763, - [ - -0.01689242199063301, - 0.01629212684929371, - -0.03530872240662575, - 0.9991008639335632 - ] - ], - [ - 0.9666666388511658, - [ - -0.017386572435498238, - 0.01615179516375065, - -0.03417174145579338, - 0.9991341829299927 - ] - ], - [ - 1.0, - [ - -0.017848264425992966, - 0.016032133251428604, - -0.03303437680006027, - 0.9991662502288818 - ] - ], - [ - 1.0333333015441895, - [ - -0.018270622938871384, - 0.015932779759168625, - -0.03190941736102104, - 0.9991968274116516 - ] - ], - [ - 1.0666667222976685, - [ - -0.018646854907274246, - 0.015852784737944603, - -0.030809631571173668, - 0.9992256760597229 - ] - ], - [ - 1.100000023841858, - [ - -0.018970267847180367, - 0.015790697187185287, - -0.029747746884822845, - 0.9992526769638062 - ] - ], - [ - 1.1333333253860474, - [ - -0.019234228879213333, - 0.01574467122554779, - -0.028736500069499016, - 0.9992779493331909 - ] - ], - [ - 1.1666666269302368, - [ - -0.01943208836019039, - 0.015712527558207512, - -0.0277885552495718, - 0.9993014335632324 - ] - ], - [ - 1.2000000476837158, - [ - -0.0196485947817564, - 0.015689769759774208, - -0.026878267526626587, - 0.9993224143981934 - ] - ], - [ - 1.2333333492279053, - [ - -0.01996155083179474, - 0.015672167763113976, - -0.025982864201068878, - 0.999340295791626 - ] - ], - [ - 1.2666666507720947, - [ - -0.020353788509964943, - 0.015657583251595497, - -0.02511919103562832, - 0.9993546009063721 - ] - ], - [ - 1.2999999523162842, - [ - -0.02080240286886692, - 0.01564551703631878, - -0.024303046986460686, - 0.9993657469749451 - ] - ], - [ - 1.3333333730697632, - [ - -0.021291062235832214, - 0.015633203089237213, - -0.023551633581519127, - 0.9993736147880554 - ] - ], - [ - 1.3666666746139526, - [ - -0.021785924211144447, - 0.015630556270480156, - -0.022894544526934624, - 0.9993782639503479 - ] - ], - [ - 1.399999976158142, - [ - -0.022257108241319656, - 0.01564660295844078, - -0.022362707182765007, - 0.9993796944618225 - ] - ], - [ - 1.4333332777023315, - [ - -0.022693676874041557, - 0.015713190659880638, - -0.021954350173473358, - 0.9993778467178345 - ] - ], - [ - 1.4666666984558105, - [ - -0.023086629807949066, - 0.015860924497246742, - -0.02164667658507824, - 0.9993732571601868 - ] - ], - [ - 1.5333333015441895, - [ - -0.023714860901236534, - 0.016360322013497353, - -0.02129868045449257, - 0.9993579387664795 - ] - ], - [ - 1.5666667222976685, - [ - -0.023937001824378967, - 0.016694538295269012, - -0.021242721006274223, - 0.9993483424186707 - ] - ], - [ - 1.600000023841858, - [ - -0.02408936806023121, - 0.017074493691325188, - -0.021255217492580414, - 0.9993379712104797 - ] - ], - [ - 1.6333333253860474, - [ - -0.02415960654616356, - 0.017491193488240242, - -0.021329684183001518, - 0.9993274807929993 - ] - ], - [ - 1.6666666269302368, - [ - -0.024138133972883224, - 0.01793559268116951, - -0.021459903568029404, - 0.9993173480033875 - ] - ], - [ - 1.7000000476837158, - [ - -0.024038776755332947, - 0.0184016153216362, - -0.021637242287397385, - 0.9993074536323547 - ] - ], - [ - 1.7333333492279053, - [ - -0.023875437676906586, - 0.018882740288972855, - -0.02185346744954586, - 0.9992976784706116 - ] - ], - [ - 1.7666666507720947, - [ - -0.023662123829126358, - 0.019372019916772842, - -0.02210066094994545, - 0.9992879629135132 - ] - ], - [ - 1.7999999523162842, - [ - -0.023412946611642838, - 0.01986214891076088, - -0.022371254861354828, - 0.99927818775177 - ] - ], - [ - 1.8333333730697632, - [ - -0.023142119869589806, - 0.020345408469438553, - -0.022658031433820724, - 0.9992682933807373 - ] - ], - [ - 1.8666666746139526, - [ - -0.02286398783326149, - 0.020813781768083572, - -0.02295401506125927, - 0.999258279800415 - ] - ], - [ - 1.899999976158142, - [ - -0.02259291708469391, - 0.021258950233459473, - -0.02325250208377838, - 0.999248206615448 - ] - ], - [ - 1.9333332777023315, - [ - -0.022343432530760765, - 0.021672401577234268, - -0.02354695089161396, - 0.9992380142211914 - ] - ], - [ - 1.9666666984558105, - [ - -0.022130096331238747, - 0.02204548940062523, - -0.023830940946936607, - 0.9992278814315796 - ] - ], - [ - 2.0, - [ - -0.021967515349388123, - 0.02236948534846306, - -0.02409805916249752, - 0.9992178678512573 - ] - ], - [ - 2.0333333015441895, - [ - -0.02187037467956543, - 0.02263576164841652, - -0.02434181421995163, - 0.9992080926895142 - ] - ], - [ - 2.0999999046325684, - [ - -0.02193107269704342, - 0.02296130731701851, - -0.024732116609811783, - 0.9991897344589233 - ] - ], - [ - 2.1666667461395264, - [ - -0.02238176390528679, - 0.022973710671067238, - -0.024929381906986237, - 0.9991746544837952 - ] - ], - [ - 2.2333333492279053, - [ - -0.023238137364387512, - 0.022621167823672295, - -0.024825967848300934, - 0.9991657137870789 - ] - ], - [ - 2.2666666507720947, - [ - -0.023823006078600883, - 0.022351322695612907, - -0.02463369257748127, - 0.9991626739501953 - ] - ], - [ - 2.299999952316284, - [ - -0.02451157197356224, - 0.02209489420056343, - -0.024360110983252525, - 0.9991584420204163 - ] - ], - [ - 2.3333332538604736, - [ - -0.02529946342110634, - 0.021857760846614838, - -0.024018393829464912, - 0.9991523027420044 - ] - ], - [ - 2.366666555404663, - [ - -0.02617700956761837, - 0.0216441098600626, - -0.023621346801519394, - 0.9991438984870911 - ] - ], - [ - 2.4000000953674316, - [ - -0.02722039818763733, - 0.021454280242323875, - -0.023144470527768135, - 0.9991312623023987 - ] - ], - [ - 2.433333396911621, - [ - -0.028506960719823837, - 0.021287428215146065, - -0.02256160043179989, - 0.9991121888160706 - ] - ], - [ - 2.4666666984558105, - [ - -0.03001714125275612, - 0.021144846454262733, - -0.02188350260257721, - 0.9990860819816589 - ] - ], - [ - 2.5, - [ - -0.03172626346349716, - 0.021026482805609703, - -0.021121734753251076, - 0.9990521669387817 - ] - ], - [ - 2.5333333015441895, - [ - -0.03360704705119133, - 0.020931417122483253, - -0.02028800919651985, - 0.9990100264549255 - ] - ], - [ - 2.566666603088379, - [ - -0.035632144659757614, - 0.020858265459537506, - -0.0193939171731472, - 0.9989590644836426 - ] - ], - [ - 2.5999999046325684, - [ - -0.037774212658405304, - 0.020805269479751587, - -0.018450923264026642, - 0.9988994002342224 - ] - ], - [ - 2.633333444595337, - [ - -0.04000583291053772, - 0.020770329982042313, - -0.017470305785536766, - 0.9988307952880859 - ] - ], - [ - 2.6666667461395264, - [ - -0.04229951649904251, - 0.020751113072037697, - -0.01646323688328266, - 0.9987537860870361 - ] - ], - [ - 2.700000047683716, - [ - -0.04462786391377449, - 0.02074512280523777, - -0.015440785326063633, - 0.998668909072876 - ] - ], - [ - 2.7333333492279053, - [ - -0.046963393688201904, - 0.020749755203723907, - -0.014413872733712196, - 0.9985770583152771 - ] - ], - [ - 2.7666666507720947, - [ - -0.04927860572934151, - 0.020762359723448753, - -0.013393335044384003, - 0.998479425907135 - ] - ], - [ - 2.799999952316284, - [ - -0.051546089351177216, - 0.020780356600880623, - -0.012389963492751122, - 0.9983776211738586 - ] - ], - [ - 2.8333332538604736, - [ - -0.053738340735435486, - 0.020801261067390442, - -0.011414488777518272, - 0.9982731342315674 - ] - ], - [ - 2.866666555404663, - [ - -0.055827993899583817, - 0.020822817459702492, - -0.010477657429873943, - 0.9981683492660522 - ] - ], - [ - 2.9000000953674316, - [ - -0.05778765305876732, - 0.020843012258410454, - -0.00959017314016819, - 0.9980652332305908 - ] - ], - [ - 2.933333396911621, - [ - -0.059547025710344315, - 0.02086322195827961, - -0.008778891526162624, - 0.997968852519989 - ] - ], - [ - 2.9666666984558105, - [ - -0.061049915850162506, - 0.020884668454527855, - -0.008065293543040752, - 0.9978836178779602 - ] - ], - [ - 3.0, - [ - -0.06229027733206749, - 0.020905615761876106, - -0.007452287245541811, - 0.9978113770484924 - ] - ], - [ - 3.0333333015441895, - [ - -0.06326193362474442, - 0.020924728363752365, - -0.00694289430975914, - 0.9977534413337708 - ] - ], - [ - 3.066666603088379, - [ - -0.06393231451511383, - 0.020943421870470047, - -0.006533010862767696, - 0.9977130889892578 - ] - ], - [ - 3.0999999046325684, - [ - -0.06427975744009018, - 0.02096232958137989, - -0.006221632473170757, - 0.997692346572876 - ] - ], - [ - 3.1666667461395264, - [ - -0.06406782567501068, - 0.020970933139324188, - -0.0058533507399261, - 0.9977080225944519 - ] - ], - [ - 3.200000047683716, - [ - -0.06356826424598694, - 0.020904643461108208, - -0.00595871452242136, - 0.9977407455444336 - ] - ], - [ - 3.2333333492279053, - [ - -0.06283386796712875, - 0.02074933983385563, - -0.006451913621276617, - 0.9977875351905823 - ] - ], - [ - 3.2666666507720947, - [ - -0.06186002492904663, - 0.020536664873361588, - -0.007291589863598347, - 0.9978469014167786 - ] - ], - [ - 3.299999952316284, - [ - -0.060668740421533585, - 0.020292147994041443, - -0.008429835550487041, - 0.9979161620140076 - ] - ], - [ - 3.3333332538604736, - [ - -0.059284757822752, - 0.020032117143273354, - -0.009828122332692146, - 0.997991681098938 - ] - ], - [ - 3.366666555404663, - [ - -0.05773957073688507, - 0.019769545644521713, - -0.01144616212695837, - 0.9980702996253967 - ] - ], - [ - 3.4000000953674316, - [ - -0.05607040971517563, - 0.0195140540599823, - -0.013242372311651707, - 0.9981482625007629 - ] - ], - [ - 3.433333396911621, - [ - -0.05431913956999779, - 0.019272271543741226, - -0.015173999592661858, - 0.998222291469574 - ] - ], - [ - 3.4666666984558105, - [ - -0.052519410848617554, - 0.019046710804104805, - -0.017199330031871796, - 0.9982901215553284 - ] - ], - [ - 3.5, - [ - -0.050704583525657654, - 0.018836645409464836, - -0.019276324659585953, - 0.9983499646186829 - ] - ], - [ - 3.5333333015441895, - [ - -0.048907727003097534, - 0.01863861456513405, - -0.021362967789173126, - 0.998400866985321 - ] - ], - [ - 3.566666603088379, - [ - -0.0471615269780159, - 0.018446801230311394, - -0.0234171524643898, - 0.9984423518180847 - ] - ], - [ - 3.5999999046325684, - [ - -0.04548604413866997, - 0.018255215138196945, - -0.02540128119289875, - 0.9984751343727112 - ] - ], - [ - 3.633333444595337, - [ - -0.043914034962654114, - 0.018055420368909836, - -0.0272730253636837, - 0.9984997510910034 - ] - ], - [ - 3.6666667461395264, - [ - -0.04249678924679756, - 0.017837034538388252, - -0.028983181342482567, - 0.9985169172286987 - ] - ], - [ - 3.700000047683716, - [ - -0.041257232427597046, - 0.01760207675397396, - -0.030476028099656105, - 0.9985285401344299 - ] - ], - [ - 3.7333333492279053, - [ - -0.04020683839917183, - 0.01736167073249817, - -0.03169362246990204, - 0.9985377788543701 - ] - ], - [ - 3.7666666507720947, - [ - -0.0393485426902771, - 0.017152655869722366, - -0.032570187002420425, - 0.998547375202179 - ] - ], - [ - 3.799999952316284, - [ - -0.038679338991642, - 0.017020579427480698, - -0.03303632512688637, - 0.99856036901474 - ] - ], - [ - 3.8333332538604736, - [ - -0.038207873702049255, - 0.01691950112581253, - -0.03318771719932556, - 0.9985752105712891 - ] - ], - [ - 3.9000000953674316, - [ - -0.03774318844079971, - 0.01666119694709778, - -0.03301604837179184, - 0.9986029267311096 - ] - ], - [ - 3.9666666984558105, - [ - -0.03772471472620964, - 0.016377508640289307, - -0.03227673098444939, - 0.9986324906349182 - ] - ], - [ - 4.0, - [ - -0.03782455250620842, - 0.016232378780841827, - -0.031725186854600906, - 0.9986487627029419 - ] - ], - [ - 4.0333333015441895, - [ - -0.03796890377998352, - 0.0160882119089365, - -0.031070763245224953, - 0.9986661672592163 - ] - ], - [ - 4.066666603088379, - [ - -0.03813639655709267, - 0.015947332605719566, - -0.03032730333507061, - 0.9986850023269653 - ] - ], - [ - 4.099999904632568, - [ - -0.03831878677010536, - 0.015813585370779037, - -0.029507311061024666, - 0.9987046122550964 - ] - ], - [ - 4.133333206176758, - [ - -0.03850797563791275, - 0.015690196305513382, - -0.028623390942811966, - 0.9987249970436096 - ] - ], - [ - 4.166666507720947, - [ - -0.03869606927037239, - 0.015579761937260628, - -0.027688227593898773, - 0.998745858669281 - ] - ], - [ - 4.199999809265137, - [ - -0.03887530416250229, - 0.015484213829040527, - -0.026714662089943886, - 0.9987668991088867 - ] - ], - [ - 4.233333110809326, - [ - -0.03903811797499657, - 0.01540475245565176, - -0.02571544423699379, - 0.9987879991531372 - ] - ], - [ - 4.266666889190674, - [ - -0.0391770601272583, - 0.015341922640800476, - -0.024703457951545715, - 0.9988091588020325 - ] - ], - [ - 4.300000190734863, - [ - -0.039284847676754, - 0.015295620076358318, - -0.023691637441515923, - 0.9988301396369934 - ] - ], - [ - 4.333333492279053, - [ - -0.03935437276959419, - 0.015265120193362236, - -0.022692851722240448, - 0.9988510608673096 - ] - ], - [ - 4.366666793823242, - [ - -0.03937855735421181, - 0.015249148942530155, - -0.02171994373202324, - 0.9988719820976257 - ] - ], - [ - 4.400000095367432, - [ - -0.0393504835665226, - 0.015245962888002396, - -0.02078583464026451, - 0.9988929033279419 - ] - ], - [ - 4.433333396911621, - [ - -0.039263226091861725, - 0.01525342557579279, - -0.019903291016817093, - 0.9989143013954163 - ] - ], - [ - 4.4666666984558105, - [ - -0.039109908044338226, - 0.015269119292497635, - -0.0190851129591465, - 0.9989359378814697 - ] - ], - [ - 4.5, - [ - -0.03888364136219025, - 0.015290466137230396, - -0.018344014883041382, - 0.9989583492279053 - ] - ], - [ - 4.5333333015441895, - [ - -0.038577426224946976, - 0.015314819291234016, - -0.01769273169338703, - 0.9989815950393677 - ] - ], - [ - 4.566666603088379, - [ - -0.038184452801942825, - 0.015339639969170094, - -0.01714375428855419, - 0.9990058541297913 - ] - ], - [ - 4.599999904632568, - [ - -0.03769349679350853, - 0.01536375842988491, - -0.01670796237885952, - 0.9990315437316895 - ] - ], - [ - 4.633333206176758, - [ - -0.03710020333528519, - 0.015384865924715996, - -0.01639733463525772, - 0.9990585446357727 - ] - ], - [ - 4.666666507720947, - [ - -0.03638288006186485, - 0.015412836335599422, - -0.01623578928411007, - 0.9990871548652649 - ] - ], - [ - 4.699999809265137, - [ - -0.035523589700460434, - 0.015457622706890106, - -0.016248615458607674, - 0.9991171956062317 - ] - ], - [ - 4.733333110809326, - [ - -0.03452354669570923, - 0.015554242767393589, - -0.016428865492343903, - 0.999147891998291 - ] - ], - [ - 4.766666889190674, - [ - -0.03338567540049553, - 0.015735959634184837, - -0.016748690977692604, - 0.999178409576416 - ] - ], - [ - 4.800000190734863, - [ - -0.03211451321840286, - 0.015994807705283165, - -0.01719428226351738, - 0.9992082715034485 - ] - ], - [ - 4.833333492279053, - [ - -0.03071720153093338, - 0.016323082149028778, - -0.017752761021256447, - 0.9992371201515198 - ] - ], - [ - 4.866666793823242, - [ - -0.029197121039032936, - 0.016713792458176613, - -0.0184116642922163, - 0.9992644190788269 - ] - ], - [ - 4.900000095367432, - [ - -0.027547568082809448, - 0.01716037653386593, - -0.0191634651273489, - 0.9992895722389221 - ] - ], - [ - 4.933333396911621, - [ - -0.025754259899258614, - 0.0176547784358263, - -0.020002208650112152, - 0.9993123412132263 - ] - ], - [ - 4.9666666984558105, - [ - -0.023818250745534897, - 0.01818738505244255, - -0.020917434245347977, - 0.999332070350647 - ] - ], - [ - 5.0, - [ - -0.02176397666335106, - 0.018750885501503944, - -0.021896325051784515, - 0.999347448348999 - ] - ], - [ - 5.0333333015441895, - [ - -0.01961607299745083, - 0.019337251782417297, - -0.022926388308405876, - 0.9993576407432556 - ] - ], - [ - 5.066666603088379, - [ - -0.01739933155477047, - 0.01993786357343197, - -0.023995524272322655, - 0.9993618726730347 - ] - ], - [ - 5.099999904632568, - [ - -0.015138681046664715, - 0.02054346166551113, - -0.025091933086514473, - 0.9993593692779541 - ] - ], - [ - 5.133333206176758, - [ - -0.012859238311648369, - 0.021144229918718338, - -0.026204083114862442, - 0.9993502497673035 - ] - ], - [ - 5.166666507720947, - [ - -0.010586285963654518, - 0.021729854866862297, - -0.027320751920342445, - 0.999334454536438 - ] - ], - [ - 5.199999809265137, - [ - -0.008345242589712143, - 0.022289572283625603, - -0.028430864214897156, - 0.9993124008178711 - ] - ], - [ - 5.233333110809326, - [ - -0.006161663681268692, - 0.022812314331531525, - -0.029523445293307304, - 0.9992847442626953 - ] - ], - [ - 5.266666889190674, - [ - -0.004061192739754915, - 0.023286819458007813, - -0.03058759681880474, - 0.9992525577545166 - ] - ], - [ - 5.300000190734863, - [ - -0.0020696790888905525, - 0.023701662197709084, - -0.031612273305654526, - 0.9992170929908752 - ] - ], - [ - 5.333333492279053, - [ - -0.00021293108875397593, - 0.024045513942837715, - -0.03258628025650978, - 0.9991797208786011 - ] - ], - [ - 5.366666793823242, - [ - 0.0014831608859822154, - 0.024307245388627052, - -0.03349808230996132, - 0.999142050743103 - ] - ], - [ - 5.400000095367432, - [ - 0.0029926872812211514, - 0.024476151913404465, - -0.03433575481176376, - 0.999106228351593 - ] - ], - [ - 5.433333396911621, - [ - 0.00429984787479043, - 0.024546746164560318, - -0.03508348390460014, - 0.9990737438201904 - ] - ], - [ - 5.4666666984558105, - [ - 0.005395702086389065, - 0.02451784536242485, - -0.03572262451052666, - 0.9990463852882385 - ] - ], - [ - 5.5, - [ - 0.006262755952775478, - 0.024378446862101555, - -0.03623258322477341, - 0.999026358127594 - ] - ], - [ - 5.5333333015441895, - [ - 0.006890764459967613, - 0.02412397973239422, - -0.03659083694219589, - 0.9990154504776001 - ] - ], - [ - 5.566666603088379, - [ - 0.007265900261700153, - 0.0238141268491745, - -0.03678830340504646, - 0.9990128874778748 - ] - ], - [ - 5.599999904632568, - [ - 0.007378983777016401, - 0.02350994013249874, - -0.036835283041000366, - 0.9990175366401672 - ] - ], - [ - 5.633333206176758, - [ - 0.007223289459943771, - 0.02322074957191944, - -0.036740463227033615, - 0.9990289211273193 - ] - ], - [ - 5.666666507720947, - [ - 0.006797382608056068, - 0.02295379340648651, - -0.03651244193315506, - 0.9990464448928833 - ] - ], - [ - 5.699999809265137, - [ - 0.006104379892349243, - 0.022716185078024864, - -0.03615947812795639, - 0.9990691542625427 - ] - ], - [ - 5.733333110809326, - [ - 0.005152874160557985, - 0.0225128922611475, - -0.03569090738892555, - 0.9990959763526917 - ] - ], - [ - 5.766666889190674, - [ - 0.003961120266467333, - 0.022345595061779022, - -0.03511748090386391, - 0.9991254806518555 - ] - ], - [ - 5.800000190734863, - [ - 0.0025525258388370275, - 0.022214146330952644, - -0.03445078432559967, - 0.9991562366485596 - ] - ], - [ - 5.833333492279053, - [ - 0.0009531695977784693, - 0.022117305546998978, - -0.03370269015431404, - 0.9991866946220398 - ] - ], - [ - 5.866666793823242, - [ - -0.0008108119363896549, - 0.0220533087849617, - -0.0328848771750927, - 0.9992154836654663 - ] - ], - [ - 5.900000095367432, - [ - -0.0027132274117320776, - 0.02201993018388748, - -0.03200883790850639, - 0.9992414116859436 - ] - ], - [ - 5.933333396911621, - [ - -0.004727852530777454, - 0.022014573216438293, - -0.031085867434740067, - 0.9992631673812866 - ] - ], - [ - 5.9666666984558105, - [ - -0.006828363053500652, - 0.022034402936697006, - -0.03012717142701149, - 0.9992798566818237 - ] - ], - [ - 6.0, - [ - -0.008988438174128532, - 0.022076327353715897, - -0.029143664985895157, - 0.9992910027503967 - ] - ], - [ - 6.0333333015441895, - [ - -0.011181705631315708, - 0.022137146443128586, - -0.028146198019385338, - 0.9992961287498474 - ] - ], - [ - 6.066666603088379, - [ - -0.01338175218552351, - 0.022213591262698174, - -0.02714541181921959, - 0.9992950558662415 - ] - ], - [ - 6.099999904632568, - [ - -0.015562154352664948, - 0.02230243943631649, - -0.02615191414952278, - 0.999288022518158 - ] - ], - [ - 6.133333206176758, - [ - -0.017696470022201538, - 0.022400526329874992, - -0.02517615631222725, - 0.9992753267288208 - ] - ], - [ - 6.166666507720947, - [ - -0.019758233800530434, - 0.022504905238747597, - -0.024228576570749283, - 0.9992578029632568 - ] - ], - [ - 6.199999809265137, - [ - -0.021721037104725838, - 0.022612828761339188, - -0.02331957407295704, - 0.9992363452911377 - ] - ], - [ - 6.233333110809326, - [ - -0.023558417335152626, - 0.022721920162439346, - -0.022459551692008972, - 0.999211847782135 - ] - ], - [ - 6.266666889190674, - [ - -0.025244006887078285, - 0.0228301789611578, - -0.021658923476934433, - 0.9991859793663025 - ] - ], - [ - 6.300000190734863, - [ - -0.026751378551125526, - 0.022936077788472176, - -0.02092817798256874, - 0.9991598129272461 - ] - ], - [ - 6.333333492279053, - [ - -0.028054244816303253, - 0.0230387095361948, - -0.02027786336839199, - 0.9991351366043091 - ] - ], - [ - 6.366666793823242, - [ - -0.029100127518177032, - 0.023144466802477837, - -0.019710717722773552, - 0.9991142153739929 - ] - ], - [ - 6.400000095367432, - [ - -0.029847538098692894, - 0.02325713075697422, - -0.0192327331751585, - 0.9990987777709961 - ] - ], - [ - 6.433333396911621, - [ - -0.03028959222137928, - 0.02337084896862507, - -0.018839700147509575, - 0.999090313911438 - ] - ], - [ - 6.4666666984558105, - [ - -0.030428284779191017, - 0.02347593568265438, - -0.018531981855630875, - 0.9990893602371216 - ] - ], - [ - 6.5, - [ - -0.03028152324259281, - 0.023518279194831848, - -0.01848485879600048, - 0.9990937113761902 - ] - ], - [ - 6.5333333015441895, - [ - -0.029872607439756393, - 0.023464135825634003, - -0.018833210691809654, - 0.9991008043289185 - ] - ], - [ - 6.566666603088379, - [ - -0.029221657663583755, - 0.023339668288826942, - -0.019527431577444077, - 0.9991097450256348 - ] - ], - [ - 6.599999904632568, - [ - -0.0283556766808033, - 0.023167571052908897, - -0.020518699660897255, - 0.9991188049316406 - ] - ], - [ - 6.633333206176758, - [ - -0.027304718270897865, - 0.02296285144984722, - -0.021767957136034966, - 0.9991262555122375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658477087_683483.json b/lenses/physics-objects/Scene/assets/1646688658477087_683483.json deleted file mode 100644 index ee91653e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658477087_683483.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658477087:683483", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658478480_683496.json b/lenses/physics-objects/Scene/assets/1646688658478480_683496.json deleted file mode 100644 index 5f1b704d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658478480_683496.json +++ /dev/null @@ -1,498 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658478480:683496", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.706718444824219, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.67658805847168, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.69810676574707, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.723766326904297, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.752984046936035, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.773362159729004, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.777873039245605, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.75805377960205, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.726099014282227, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.700191497802734, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.71996784210205, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.766426086425781, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.75357723236084, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.727007865905762, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.705198287963867, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.674592971801758, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.68921947479248, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.737764358520508, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.743345260620117, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.720101356506348, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.699441909790039, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.6773099899292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.685721397399902, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.709616661071777, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.739645957946777, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.76675796508789, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.770821571350098, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.739975929260254, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.716948509216309, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.712419509887695, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.743667602539063, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.831430435180664, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.861418724060059, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.859138488769531, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.828014373779297, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.793635368347168, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.771354675292969, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.749307632446289, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.748631477355957, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.77847957611084, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.826946258544922, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.857536315917969, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.84235668182373, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.814931869506836, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.783140182495117, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.799320220947266, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.827348709106445, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.84373950958252, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.7923002243042, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.735637664794922, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.710932731628418, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.714923858642578, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.738702774047852, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.76502513885498, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.770589828491211, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.721986770629883, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.690686225891113, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.680984497070313, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.751855850219727, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658478886_683503.json b/lenses/physics-objects/Scene/assets/1646688658478886_683503.json deleted file mode 100644 index 2fc5c1b5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658478886_683503.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658478886:683503", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ], - [ - 0.03333333507180214, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ], - [ - 0.06666667014360428, - [ - 0.028640007600188255, - -0.05908895283937454, - -0.18751032650470734, - 0.9800654649734497 - ] - ], - [ - 0.10000000149011612, - [ - 0.03190287947654724, - -0.054293494671583176, - -0.017432255670428276, - 0.9978629946708679 - ] - ], - [ - 0.13333334028720856, - [ - 0.028208669275045395, - -0.05488656833767891, - -0.010425828397274017, - 0.9980396032333374 - ] - ], - [ - 0.1666666716337204, - [ - 0.019454767927527428, - -0.05888305976986885, - -0.026761021465063095, - 0.99771648645401 - ] - ], - [ - 0.20000000298023224, - [ - 0.01255174819380045, - -0.06804770976305008, - -0.06535431742668152, - 0.9954600930213928 - ] - ], - [ - 0.23333333432674408, - [ - 0.011359323747456074, - -0.08127380907535553, - -0.11463422328233719, - 0.9900124073028564 - ] - ], - [ - 0.2666666805744171, - [ - 0.015072492882609367, - -0.09646999835968018, - -0.1677318662405014, - 0.9809854030609131 - ] - ], - [ - 0.30000001192092896, - [ - 0.01989508606493473, - -0.11440225690603256, - -0.214085653424263, - 0.96988844871521 - ] - ], - [ - 0.3333333432674408, - [ - 0.02261517010629177, - -0.13820238411426544, - -0.24239042401313782, - 0.960018515586853 - ] - ], - [ - 0.36666667461395264, - [ - 0.021418742835521698, - -0.1669243723154068, - -0.2449120730161667, - 0.9548274874687195 - ] - ], - [ - 0.4000000059604645, - [ - 0.0150662362575531, - -0.18050314486026764, - -0.20683082938194275, - 0.9614638090133667 - ] - ], - [ - 0.4333333373069763, - [ - 0.0053029716946184635, - -0.15757912397384644, - -0.13789722323417664, - 0.9778164625167847 - ] - ], - [ - 0.46666666865348816, - [ - -0.00634028110653162, - -0.10576938092708588, - -0.06204523891210556, - 0.9924328923225403 - ] - ], - [ - 0.5, - [ - -0.0167080145329237, - -0.05183885619044304, - 0.009580813348293304, - 0.9984698295593262 - ] - ], - [ - 0.5333333611488342, - [ - -0.024572694674134254, - -0.023934483528137207, - 0.06926976889371872, - 0.9970081448554993 - ] - ], - [ - 0.5666666626930237, - [ - -0.03129009157419205, - -0.031041914597153664, - 0.09482138603925705, - 0.9945181012153625 - ] - ], - [ - 0.6000000238418579, - [ - -0.03607076033949852, - -0.053743232041597366, - 0.06387307494878769, - 0.9958568215370178 - ] - ], - [ - 0.6333333253860474, - [ - -0.03769472613930702, - -0.06637527048587799, - -0.009856869466602802, - 0.9970337152481079 - ] - ], - [ - 0.6666666865348816, - [ - -0.033555254340171814, - -0.07101373374462128, - -0.09988456219434738, - 0.9918942451477051 - ] - ], - [ - 0.699999988079071, - [ - -0.024525368586182594, - -0.08718220144510269, - -0.18366581201553345, - 0.9788077473640442 - ] - ], - [ - 0.7333333492279053, - [ - -0.014883872121572495, - -0.12381836026906967, - -0.23977471888065338, - 0.9627854228019714 - ] - ], - [ - 0.7666666507720947, - [ - -0.007473080884665251, - -0.1649882197380066, - -0.2480018436908722, - 0.9545775651931763 - ] - ], - [ - 0.800000011920929, - [ - -0.004713932052254677, - -0.18331009149551392, - -0.2117762267589569, - 0.959961473941803 - ] - ], - [ - 0.8333333134651184, - [ - -0.006997725926339626, - -0.17127270996570587, - -0.15667855739593506, - 0.9726605415344238 - ] - ], - [ - 0.8666666746139526, - [ - -0.013616764917969704, - -0.13659875094890594, - -0.09598606824874878, - 0.9858713150024414 - ] - ], - [ - 0.8999999761581421, - [ - -0.024505840614438057, - -0.09383606910705566, - -0.03634614497423172, - 0.9946221709251404 - ] - ], - [ - 0.9333333373069763, - [ - -0.03769442439079285, - -0.059639230370521545, - 0.01883239857852459, - 0.9973302483558655 - ] - ], - [ - 0.9666666388511658, - [ - -0.04996741563081741, - -0.0440753698348999, - 0.06144396960735321, - 0.9958841800689697 - ] - ], - [ - 1.0, - [ - -0.058750998228788376, - -0.04715464264154434, - 0.0768221765756607, - 0.9941948056221008 - ] - ], - [ - 1.0333333015441895, - [ - -0.062121231108903885, - -0.05875195190310478, - 0.0524478442966938, - 0.9949564933776855 - ] - ], - [ - 1.0666667222976685, - [ - -0.05963274836540222, - -0.0660364031791687, - -0.004139722790569067, - 0.9960250854492188 - ] - ], - [ - 1.100000023841858, - [ - -0.052055537700653076, - -0.06614900380373001, - -0.07855591177940369, - 0.9933497309684753 - ] - ], - [ - 1.1333333253860474, - [ - -0.04074804112315178, - -0.06634820997714996, - -0.1565650999546051, - 0.9845937490463257 - ] - ], - [ - 1.1666666269302368, - [ - -0.028903789818286896, - -0.0800112783908844, - -0.22464239597320557, - 0.970720648765564 - ] - ], - [ - 1.2000000476837158, - [ - -0.01928802579641342, - -0.11713622510433197, - -0.26912420988082886, - 0.955761194229126 - ] - ], - [ - 1.2333333492279053, - [ - -0.012187927961349487, - -0.16293269395828247, - -0.2767079174518585, - 0.9469620585441589 - ] - ], - [ - 1.2666666507720947, - [ - -0.008216860704123974, - -0.17657341063022614, - -0.22825096547603607, - 0.9574214220046997 - ] - ], - [ - 1.2999999523162842, - [ - -0.007447576150298119, - -0.14314761757850647, - -0.13789238035678864, - 0.9800198674201965 - ] - ], - [ - 1.3333333730697632, - [ - -0.01368220616132021, - -0.08873831480741501, - -0.04127766937017441, - 0.9951052665710449 - ] - ], - [ - 1.3666666746139526, - [ - -0.027761509642004967, - -0.052416324615478516, - 0.03736920282244682, - 0.9975396394729614 - ] - ], - [ - 1.399999976158142, - [ - -0.04284306988120079, - -0.04835033044219017, - 0.06770478188991547, - 0.9956117868423462 - ] - ], - [ - 1.4333332777023315, - [ - -0.05386221781373024, - -0.057772520929574966, - 0.04494720324873924, - 0.9958620071411133 - ] - ], - [ - 1.4666666984558105, - [ - -0.06070975959300995, - -0.06457061320543289, - -0.0032974807545542717, - 0.9960592985153198 - ] - ], - [ - 1.5, - [ - -0.06269367784261703, - -0.06677240133285522, - -0.06879981607198715, - 0.9934170842170715 - ] - ], - [ - 1.5333333015441895, - [ - -0.058707721531391144, - -0.0665157362818718, - -0.14132839441299438, - 0.9859794974327087 - ] - ], - [ - 1.5666667222976685, - [ - -0.049827225506305695, - -0.06837417185306549, - -0.21201765537261963, - 0.9735968112945557 - ] - ], - [ - 1.600000023841858, - [ - -0.03833911940455437, - -0.07641296088695526, - -0.2728128731250763, - 0.9582611918449402 - ] - ], - [ - 1.6333333253860474, - [ - -0.02813423052430153, - -0.09133944660425186, - -0.31742316484451294, - 0.9434553980827332 - ] - ], - [ - 1.6666666269302368, - [ - -0.02051469124853611, - -0.10833141952753067, - -0.3380180895328522, - 0.9346588850021362 - ] - ], - [ - 1.7000000476837158, - [ - -0.017585469409823418, - -0.11292385309934616, - -0.305155485868454, - 0.9454200863838196 - ] - ], - [ - 1.7333333492279053, - [ - -0.019818784669041634, - -0.10015574842691422, - -0.21676260232925415, - 0.970870852470398 - ] - ], - [ - 1.7666666507720947, - [ - -0.025081541389226913, - -0.07801468670368195, - -0.10787580907344818, - 0.9907812476158142 - ] - ], - [ - 1.7999999523162842, - [ - -0.02952485717833042, - -0.05500570312142372, - -0.01716991700232029, - 0.9979017376899719 - ] - ], - [ - 1.8333333730697632, - [ - -0.03102344647049904, - -0.04531190171837807, - 0.02048775926232338, - 0.9982808232307434 - ] - ], - [ - 1.8666666746139526, - [ - -0.028545498847961426, - -0.05525847524404526, - -0.0008378568454645574, - 0.9980636239051819 - ] - ], - [ - 1.899999976158142, - [ - -0.0216636024415493, - -0.07833871245384216, - -0.05423973873257637, - 0.9952144622802734 - ] - ], - [ - 1.9333332777023315, - [ - -0.010529558174312115, - -0.1111753061413765, - -0.12389173358678818, - 0.985991895198822 - ] - ], - [ - 1.9666666984558105, - [ - 0.0029822401702404022, - -0.15301208198070526, - -0.19421115517616272, - 0.9689481258392334 - ] - ], - [ - 2.0, - [ - 0.01677100919187069, - -0.2028975784778595, - -0.2522526681423187, - 0.9460020661354065 - ] - ], - [ - 2.0333333015441895, - [ - 0.028932951390743256, - -0.25793614983558655, - -0.28713226318359375, - 0.9220559000968933 - ] - ], - [ - 2.066666603088379, - [ - 0.038139503449201584, - -0.3021793067455292, - -0.290586918592453, - 0.9070789813995361 - ] - ], - [ - 2.0999999046325684, - [ - 0.042057719081640244, - -0.3023603558540344, - -0.24705883860588074, - 0.9196582436561584 - ] - ], - [ - 2.133333444595337, - [ - 0.039176490157842636, - -0.2451266348361969, - -0.17276184260845184, - 0.9531691670417786 - ] - ], - [ - 2.1666667461395264, - [ - 0.03152201697230339, - -0.15518954396247864, - -0.10099751502275467, - 0.9822026491165161 - ] - ], - [ - 2.200000047683716, - [ - 0.02221379429101944, - -0.07420659065246582, - -0.04593101143836975, - 0.9959369897842407 - ] - ], - [ - 2.2333333492279053, - [ - 0.014902079477906227, - -0.03853694349527359, - -0.02458268590271473, - 0.9988436102867126 - ] - ], - [ - 2.2666666507720947, - [ - 0.01235708687454462, - -0.056023191660642624, - -0.0631183311343193, - 0.9963557720184326 - ] - ], - [ - 2.299999952316284, - [ - 0.015430626459419727, - -0.09667352586984634, - -0.14779514074325562, - 0.9841610193252563 - ] - ], - [ - 2.3333332538604736, - [ - 0.022748660296201706, - -0.1466073840856552, - -0.2412509322166443, - 0.9590552449226379 - ] - ], - [ - 2.366666555404663, - [ - 0.033531539142131805, - -0.2053748071193695, - -0.3058333098888397, - 0.9290655851364136 - ] - ], - [ - 2.4000000953674316, - [ - 0.04244530200958252, - -0.26371055841445923, - -0.31708529591560364, - 0.9100066423416138 - ] - ], - [ - 2.433333396911621, - [ - 0.04480329155921936, - -0.2799939513206482, - -0.2684154510498047, - 0.9206243753433228 - ] - ], - [ - 2.4666666984558105, - [ - 0.04323891922831535, - -0.23067927360534668, - -0.18871663510799408, - 0.9535741806030273 - ] - ], - [ - 2.5, - [ - 0.035111941397190094, - -0.13809506595134735, - -0.11120356619358063, - 0.983529806137085 - ] - ], - [ - 2.5333333015441895, - [ - 0.023693855851888657, - -0.05102882534265518, - -0.0531635545194149, - 0.9969996213912964 - ] - ], - [ - 2.566666603088379, - [ - 0.016566775739192963, - -0.017225058749318123, - -0.025340605527162552, - 0.9993932843208313 - ] - ], - [ - 2.5999999046325684, - [ - 0.016886970028281212, - -0.05842902138829231, - -0.07266897708177567, - 0.9954999089241028 - ] - ], - [ - 2.633333444595337, - [ - 0.02100508287549019, - -0.13933932781219482, - -0.18375058472156525, - 0.9728202819824219 - ] - ], - [ - 2.6666667461395264, - [ - 0.023503214120864868, - -0.21085239946842194, - -0.2929094433784485, - 0.9323051571846008 - ] - ], - [ - 2.700000047683716, - [ - 0.02550000324845314, - -0.24363000690937042, - -0.3320034444332123, - 0.9109159708023071 - ] - ], - [ - 2.7333333492279053, - [ - 0.027660472318530083, - -0.21139852702617645, - -0.24403536319732666, - 0.9460403323173523 - ] - ], - [ - 2.7666666507720947, - [ - 0.03237618878483772, - -0.12080307304859161, - -0.10617490112781525, - 0.9864509701728821 - ] - ], - [ - 2.799999952316284, - [ - 0.03266024589538574, - -0.06374482810497284, - -0.04133671522140503, - 0.9965746998786926 - ] - ], - [ - 2.8333332538604736, - [ - 0.02966909483075142, - -0.07178569585084915, - -0.06209556385874748, - 0.995043158531189 - ] - ], - [ - 2.866666555404663, - [ - 0.0287468321621418, - -0.08621856570243835, - -0.10558505356311798, - 0.990248441696167 - ] - ], - [ - 2.9000000953674316, - [ - 0.03246548771858215, - -0.09958487749099731, - -0.16037772595882416, - 0.9814825654029846 - ] - ], - [ - 2.933333396911621, - [ - 0.03883477300405502, - -0.11118168383836746, - -0.2175668478012085, - 0.9689144492149353 - ] - ], - [ - 2.9666666984558105, - [ - 0.045582860708236694, - -0.1285420060157776, - -0.26548314094543457, - 0.954420268535614 - ] - ], - [ - 3.0, - [ - 0.05085862800478935, - -0.15572670102119446, - -0.29437023401260376, - 0.9415459632873535 - ] - ], - [ - 3.0333333015441895, - [ - 0.05195941403508186, - -0.18925583362579346, - -0.2976740896701813, - 0.9342765212059021 - ] - ], - [ - 3.066666603088379, - [ - 0.04754923656582832, - -0.2076987326145172, - -0.2619766592979431, - 0.9412590265274048 - ] - ], - [ - 3.0999999046325684, - [ - 0.03976999223232269, - -0.18763990700244904, - -0.19768816232681274, - 0.9613162875175476 - ] - ], - [ - 3.133333444595337, - [ - 0.029950067400932312, - -0.1356964111328125, - -0.12723976373672485, - 0.9820894598960876 - ] - ], - [ - 3.1666667461395264, - [ - 0.020856566727161407, - -0.07753690332174301, - -0.0613323412835598, - 0.9948827028274536 - ] - ], - [ - 3.200000047683716, - [ - 0.014157797209918499, - -0.0412464439868927, - -0.0074896374717354774, - 0.9990206360816956 - ] - ], - [ - 3.2333333492279053, - [ - 0.00866188108921051, - -0.03776215761899948, - 0.012790173292160034, - 0.9991673827171326 - ] - ], - [ - 3.2666666507720947, - [ - 0.005315136630088091, - -0.04626397415995598, - -0.02282676286995411, - 0.9986543655395508 - ] - ], - [ - 3.299999952316284, - [ - 0.004801473114639521, - -0.04041464626789093, - -0.09801160544157028, - 0.9943526983261108 - ] - ], - [ - 3.3333332538604736, - [ - 0.013131147250533104, - -0.033159032464027405, - -0.1979210525751114, - 0.9795689582824707 - ] - ], - [ - 3.366666555404663, - [ - 0.023560307919979095, - -0.033548638224601746, - -0.27923986315727234, - 0.9593458771705627 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658479127_683510.json b/lenses/physics-objects/Scene/assets/1646688658479127_683510.json deleted file mode 100644 index c7ceaca2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658479127_683510.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658479127:683510", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658480360_683523.json b/lenses/physics-objects/Scene/assets/1646688658480360_683523.json deleted file mode 100644 index 0d41c008..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658480360_683523.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658480360:683523", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.729620933532715, - -2.842170943040401e-14, - 1.4210854715202004e-14 - ] - ], - [ - 0.5333333611488342, - [ - 9.757063865661621, - 2.968639817783756e-26, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.716092109680176, - 4.064544194648235e-20, - 1.021405182655144e-14 - ] - ], - [ - 3.866666555404663, - [ - 9.746253967285156, - -1.3753852005324627e-24, - -1.7763568394002505e-15 - ] - ], - [ - 6.566666603088379, - [ - 9.725431442260742, - -3.9413850793747583e-20, - 7.105450227490578e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.727987289428711, - 6.402349254233616e-25, - -1.600587313558404e-25 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658480701_683530.json b/lenses/physics-objects/Scene/assets/1646688658480701_683530.json deleted file mode 100644 index 81c60094..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658480701_683530.json +++ /dev/null @@ -1,1792 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658480701:683530", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026086164638400078, - 0.020797062665224075, - -0.04587152972817421, - 0.9983901977539063 - ] - ], - [ - 0.03333333507180214, - [ - -0.026086164638400078, - 0.020797062665224075, - -0.04587152972817421, - 0.9983901977539063 - ] - ], - [ - 0.06666667014360428, - [ - -0.024898655712604523, - 0.02063152939081192, - -0.04816223680973053, - 0.9983159899711609 - ] - ], - [ - 0.10000000149011612, - [ - -0.023585760965943336, - 0.020419247448444366, - -0.050694722682237625, - 0.9982268214225769 - ] - ], - [ - 0.13333334028720856, - [ - -0.02219383791089058, - 0.020165299996733665, - -0.05340433493256569, - 0.9981226325035095 - ] - ], - [ - 0.1666666716337204, - [ - -0.020761096850037575, - 0.019868919625878334, - -0.05622711405158043, - 0.9980043768882751 - ] - ], - [ - 0.20000000298023224, - [ - -0.01932542584836483, - 0.019526749849319458, - -0.05909867212176323, - 0.9978740215301514 - ] - ], - [ - 0.23333333432674408, - [ - -0.01792428083717823, - 0.01913369633257389, - -0.06195424124598503, - 0.9977346062660217 - ] - ], - [ - 0.2666666805744171, - [ - -0.01659463532269001, - 0.01868366077542305, - -0.06472872197628021, - 0.9975900650024414 - ] - ], - [ - 0.30000001192092896, - [ - -0.015373047441244125, - 0.018170412629842758, - -0.06735659390687943, - 0.9974450469017029 - ] - ], - [ - 0.3333333432674408, - [ - -0.0142956068739295, - 0.017588652670383453, - -0.06977212429046631, - 0.9973054528236389 - ] - ], - [ - 0.36666667461395264, - [ - -0.013398095034062862, - 0.016934834420681, - -0.07190919667482376, - 0.9971774220466614 - ] - ], - [ - 0.4000000059604645, - [ - -0.01268858928233385, - 0.016230659559369087, - -0.07369672507047653, - 0.9970678687095642 - ] - ], - [ - 0.4333333373069763, - [ - -0.012163877487182617, - 0.015512808226048946, - -0.07506250590085983, - 0.9969839453697205 - ] - ], - [ - 0.46666666865348816, - [ - -0.011812325567007065, - 0.014847776852548122, - -0.07593147456645966, - 0.9969325065612793 - ] - ], - [ - 0.5, - [ - -0.011616517789661884, - 0.014314082451164722, - -0.07622785866260529, - 0.9969199895858765 - ] - ], - [ - 0.5333333611488342, - [ - -0.011570699512958527, - 0.01385244820266962, - -0.07610172033309937, - 0.9969366788864136 - ] - ], - [ - 0.5666666626930237, - [ - -0.011666635982692242, - 0.013388196937739849, - -0.07576602697372437, - 0.9969674944877625 - ] - ], - [ - 0.6000000238418579, - [ - -0.011889075860381126, - 0.012931750155985355, - -0.07522259652614594, - 0.9970120191574097 - ] - ], - [ - 0.6333333253860474, - [ - -0.012218793854117393, - 0.012491431087255478, - -0.07446718961000443, - 0.9970703721046448 - ] - ], - [ - 0.6666666865348816, - [ - -0.012634172104299068, - 0.012065550312399864, - -0.07352035492658615, - 0.9971407055854797 - ] - ], - [ - 0.699999988079071, - [ - -0.01310993917286396, - 0.011649376712739468, - -0.07240327447652817, - 0.9972212314605713 - ] - ], - [ - 0.7333333492279053, - [ - -0.013626779429614544, - 0.011241142638027668, - -0.0711367055773735, - 0.9973101615905762 - ] - ], - [ - 0.7666666507720947, - [ - -0.014163443818688393, - 0.010837183333933353, - -0.06974188983440399, - 0.9974056482315063 - ] - ], - [ - 0.800000011920929, - [ - -0.014712022617459297, - 0.010443366132676601, - -0.06823776662349701, - 0.9975059628486633 - ] - ], - [ - 0.8333333134651184, - [ - -0.015264753252267838, - 0.010064773261547089, - -0.06664348393678665, - 0.9976093173027039 - ] - ], - [ - 0.8666666746139526, - [ - -0.015814021229743958, - 0.009705699980258942, - -0.0649782195687294, - 0.9977141618728638 - ] - ], - [ - 0.8999999761581421, - [ - -0.016352374106645584, - 0.009369573555886745, - -0.06326133012771606, - 0.9978191256523132 - ] - ], - [ - 0.9333333373069763, - [ - -0.016872499138116837, - 0.009058939293026924, - -0.06151224672794342, - 0.9979225993156433 - ] - ], - [ - 0.9666666388511658, - [ - -0.017367249354720116, - 0.008775560185313225, - -0.05975048616528511, - 0.9980236887931824 - ] - ], - [ - 1.0, - [ - -0.01782960444688797, - 0.00852036103606224, - -0.05799560993909836, - 0.9981212615966797 - ] - ], - [ - 1.0333333015441895, - [ - -0.018252655863761902, - 0.008293556980788708, - -0.056267231702804565, - 0.9982145428657532 - ] - ], - [ - 1.0666667222976685, - [ - -0.01862962730228901, - 0.008094679564237595, - -0.05458492785692215, - 0.9983025193214417 - ] - ], - [ - 1.100000023841858, - [ - -0.018953798338770866, - 0.007922729477286339, - -0.05296841263771057, - 0.998384952545166 - ] - ], - [ - 1.1333333253860474, - [ - -0.019218502566218376, - 0.007776225917041302, - -0.05143727734684944, - 0.9984610080718994 - ] - ], - [ - 1.1666666269302368, - [ - -0.01941709965467453, - 0.007653367705643177, - -0.050011154264211655, - 0.9985305666923523 - ] - ], - [ - 1.2000000476837158, - [ - -0.019634267315268517, - 0.007564478553831577, - -0.04866359382867813, - 0.9985935688018799 - ] - ], - [ - 1.2333333492279053, - [ - -0.019947756081819534, - 0.007517845835536718, - -0.04737158492207527, - 0.9986498355865479 - ] - ], - [ - 1.2666666507720947, - [ - -0.02034042403101921, - 0.007508520968258381, - -0.046159856021404266, - 0.9986988306045532 - ] - ], - [ - 1.2999999523162842, - [ - -0.0207893718034029, - 0.0075347647070884705, - -0.04505261406302452, - 0.9987398386001587 - ] - ], - [ - 1.3333333730697632, - [ - -0.02127825655043125, - 0.007592016831040382, - -0.04407455772161484, - 0.9987728595733643 - ] - ], - [ - 1.3666666746139526, - [ - -0.02177325449883938, - 0.0076886373572051525, - -0.04325857013463974, - 0.9987970590591431 - ] - ], - [ - 1.399999976158142, - [ - -0.022244468331336975, - 0.007832041010260582, - -0.042638085782527924, - 0.998812198638916 - ] - ], - [ - 1.4333332777023315, - [ - -0.022680992260575294, - 0.008063959889113903, - -0.04220302775502205, - 0.9988190531730652 - ] - ], - [ - 1.4666666984558105, - [ - -0.023073837161064148, - 0.008423429913818836, - -0.04191365838050842, - 0.9988193511962891 - ] - ], - [ - 1.5333333015441895, - [ - -0.023701714351773262, - 0.009453649632632732, - -0.041712552309036255, - 0.9988038539886475 - ] - ], - [ - 1.5666667222976685, - [ - -0.023923613131046295, - 0.010092861950397491, - -0.041774969547986984, - 0.9987896084785461 - ] - ], - [ - 1.600000023841858, - [ - -0.02407572790980339, - 0.010795803740620613, - -0.04192907363176346, - 0.998772144317627 - ] - ], - [ - 1.6333333253860474, - [ - -0.024145690724253654, - 0.011545157060027122, - -0.042163800448179245, - 0.9987521767616272 - ] - ], - [ - 1.6666666269302368, - [ - -0.024123959243297577, - 0.012323933653533459, - -0.04246875271201134, - 0.998730480670929 - ] - ], - [ - 1.7000000476837158, - [ - -0.02402433007955551, - 0.013123328797519207, - -0.0428319089114666, - 0.9987071752548218 - ] - ], - [ - 1.7333333492279053, - [ - -0.023860730230808258, - 0.013933897949755192, - -0.04324161633849144, - 0.9986824989318848 - ] - ], - [ - 1.7666666507720947, - [ - -0.023647166788578033, - 0.014745623804628849, - -0.043686702847480774, - 0.9986565113067627 - ] - ], - [ - 1.7999999523162842, - [ - -0.023397749289870262, - 0.01554791908711195, - -0.04415637627243996, - 0.9986295700073242 - ] - ], - [ - 1.8333333730697632, - [ - -0.023126697167754173, - 0.016329796984791756, - -0.04464016854763031, - 0.9986019134521484 - ] - ], - [ - 1.8666666746139526, - [ - -0.02284832112491131, - 0.01707986183464527, - -0.04512792453169823, - 0.9985738396644592 - ] - ], - [ - 1.899999976158142, - [ - -0.022577041760087013, - 0.01778644509613514, - -0.045609716325998306, - 0.9985458850860596 - ] - ], - [ - 1.9333332777023315, - [ - -0.02232733927667141, - 0.01843765750527382, - -0.04607570916414261, - 0.998518168926239 - ] - ], - [ - 1.9666666984558105, - [ - -0.022113781422376633, - 0.019021524116396904, - -0.046516161412000656, - 0.9984915852546692 - ] - ], - [ - 2.0, - [ - -0.02195100113749504, - 0.01952609047293663, - -0.046921245753765106, - 0.9984664916992188 - ] - ], - [ - 2.0333333015441895, - [ - -0.02185363508760929, - 0.019939471036195755, - -0.0472809374332428, - 0.9984434843063354 - ] - ], - [ - 2.066666603088379, - [ - -0.02183637209236622, - 0.02025013603270054, - -0.04758494719862938, - 0.998423159122467 - ] - ], - [ - 2.133333444595337, - [ - -0.022090600803494453, - 0.020524466410279274, - -0.04797996208071709, - 0.9983930587768555 - ] - ], - [ - 2.1666667461395264, - [ - -0.02236407808959484, - 0.020482078194618225, - -0.0480414554476738, - 0.9983848929405212 - ] - ], - [ - 2.200000047683716, - [ - -0.022740771993994713, - 0.02030862495303154, - -0.04799114540219307, - 0.9983823299407959 - ] - ], - [ - 2.2333333492279053, - [ - -0.023220008239150047, - 0.01999892294406891, - -0.04781145974993706, - 0.9983861446380615 - ] - ], - [ - 2.2666666507720947, - [ - -0.023804698139429092, - 0.019634155556559563, - -0.04749595373868942, - 0.998394787311554 - ] - ], - [ - 2.299999952316284, - [ - -0.02449309080839157, - 0.019297733902931213, - -0.047064121812582016, - 0.9984050393104553 - ] - ], - [ - 2.3333332538604736, - [ - -0.025280814617872238, - 0.018997399136424065, - -0.04653715342283249, - 0.9984158873558044 - ] - ], - [ - 2.366666555404663, - [ - -0.026158206164836884, - 0.01873740553855896, - -0.04593442752957344, - 0.9984261989593506 - ] - ], - [ - 2.4000000953674316, - [ - -0.027201399207115173, - 0.01853112131357193, - -0.04522573947906494, - 0.9984344244003296 - ] - ], - [ - 2.433333396911621, - [ - -0.028487758710980415, - 0.01838909462094307, - -0.04437858983874321, - 0.9984391927719116 - ] - ], - [ - 2.4666666984558105, - [ - -0.02999771013855934, - 0.018309075385332108, - -0.043407782912254333, - 0.9984391331672668 - ] - ], - [ - 2.5, - [ - -0.031706616282463074, - 0.01828572154045105, - -0.0423286072909832, - 0.9984331727027893 - ] - ], - [ - 2.5333333015441895, - [ - -0.03358720988035202, - 0.018311969935894012, - -0.04115665704011917, - 0.9984201192855835 - ] - ], - [ - 2.566666603088379, - [ - -0.03561219200491905, - 0.018380478024482727, - -0.0399072989821434, - 0.9983994960784912 - ] - ], - [ - 2.5999999046325684, - [ - -0.03775419667363167, - 0.018483763560652733, - -0.03859570622444153, - 0.998370349407196 - ] - ], - [ - 2.633333444595337, - [ - -0.03998585417866707, - 0.018614498898386955, - -0.037236928939819336, - 0.9983326196670532 - ] - ], - [ - 2.6666667461395264, - [ - -0.04227971285581589, - 0.018765589222311974, - -0.03584595397114754, - 0.9982861876487732 - ] - ], - [ - 2.700000047683716, - [ - -0.044608309864997864, - 0.018930349498987198, - -0.03443768620491028, - 0.9982313513755798 - ] - ], - [ - 2.7333333492279053, - [ - -0.04694418981671333, - 0.0191026758402586, - -0.0330270417034626, - 0.9981687068939209 - ] - ], - [ - 2.7666666507720947, - [ - -0.04925982281565666, - 0.019277112558484077, - -0.03162897750735283, - 0.9980989098548889 - ] - ], - [ - 2.799999952316284, - [ - -0.05152780935168266, - 0.01944897323846817, - -0.030258499085903168, - 0.9980235695838928 - ] - ], - [ - 2.8333332538604736, - [ - -0.05372065305709839, - 0.019614413380622864, - -0.028930669650435448, - 0.997944176197052 - ] - ], - [ - 2.866666555404663, - [ - -0.05581088364124298, - 0.01977044716477394, - -0.027660585939884186, - 0.9978623986244202 - ] - ], - [ - 2.9000000953674316, - [ - -0.05777118355035782, - 0.019915053620934486, - -0.02646341361105442, - 0.9977803230285645 - ] - ], - [ - 2.933333396911621, - [ - -0.05953112244606018, - 0.02004813961684704, - -0.025374723598361015, - 0.9977024793624878 - ] - ], - [ - 2.9666666984558105, - [ - -0.06103457883000374, - 0.02017141319811344, - -0.024423303082585335, - 0.9976329207420349 - ] - ], - [ - 3.0, - [ - -0.062275417149066925, - 0.020286373794078827, - -0.023614391684532166, - 0.9975733757019043 - ] - ], - [ - 3.0333333015441895, - [ - -0.06324750185012817, - 0.02039465866982937, - -0.02295329049229622, - 0.9975255131721497 - ] - ], - [ - 3.066666603088379, - [ - -0.06391813606023788, - 0.020504657179117203, - -0.02243933454155922, - 0.9974921345710754 - ] - ], - [ - 3.0999999046325684, - [ - -0.06426578760147095, - 0.020621921867132187, - -0.02207433059811592, - 0.9974755048751831 - ] - ], - [ - 3.133333444595337, - [ - -0.06430364400148392, - 0.020742643624544144, - -0.02185482159256935, - 0.9974753856658936 - ] - ], - [ - 3.1666667461395264, - [ - -0.06405386328697205, - 0.02085954323410988, - -0.02178122103214264, - 0.997490644454956 - ] - ], - [ - 3.200000047683716, - [ - -0.0635538175702095, - 0.020934946835041046, - -0.022094612941145897, - 0.9975141286849976 - ] - ], - [ - 3.2333333492279053, - [ - -0.06281827390193939, - 0.020949993282556534, - -0.022989213466644287, - 0.9975401759147644 - ] - ], - [ - 3.2666666507720947, - [ - -0.06184276193380356, - 0.020932719111442566, - -0.024386869743466377, - 0.9975684285163879 - ] - ], - [ - 3.299999952316284, - [ - -0.06064928323030472, - 0.02090328186750412, - -0.026204368099570274, - 0.9975961446762085 - ] - ], - [ - 3.3333332538604736, - [ - -0.059262730181217194, - 0.020867349579930305, - -0.028382668271660805, - 0.9976206421852112 - ] - ], - [ - 3.366666555404663, - [ - -0.05771460384130478, - 0.02082720771431923, - -0.03086119145154953, - 0.9976386427879333 - ] - ], - [ - 3.4000000953674316, - [ - -0.05604225769639015, - 0.0207824744284153, - -0.03357798606157303, - 0.9976471662521362 - ] - ], - [ - 3.433333396911621, - [ - -0.054287660866975784, - 0.020730752497911453, - -0.036470070481300354, - 0.9976438283920288 - ] - ], - [ - 3.4666666984558105, - [ - -0.05248451977968216, - 0.02066453918814659, - -0.03947579115629196, - 0.9976271986961365 - ] - ], - [ - 3.5, - [ - -0.05066636577248573, - 0.02057376503944397, - -0.04253353923559189, - 0.9975973963737488 - ] - ], - [ - 3.5333333015441895, - [ - -0.04886630177497864, - 0.020446451380848885, - -0.04558161646127701, - 0.9975551962852478 - ] - ], - [ - 3.566666603088379, - [ - -0.04711713269352913, - 0.02026960998773575, - -0.048558156937360764, - 0.9975025057792664 - ] - ], - [ - 3.5999999046325684, - [ - -0.04543900862336159, - 0.020029913634061813, - -0.05140666663646698, - 0.9974424839019775 - ] - ], - [ - 3.633333444595337, - [ - -0.04386474937200546, - 0.019714755937457085, - -0.05406444892287254, - 0.9973787069320679 - ] - ], - [ - 3.6666667461395264, - [ - -0.04244566336274147, - 0.01931416243314743, - -0.056459564715623856, - 0.9973152279853821 - ] - ], - [ - 3.700000047683716, - [ - -0.04120470583438873, - 0.018840376287698746, - -0.05851411819458008, - 0.9972578883171082 - ] - ], - [ - 3.7333333492279053, - [ - -0.04015350714325905, - 0.01832040399312973, - -0.06014808639883995, - 0.9972133636474609 - ] - ], - [ - 3.7666666507720947, - [ - -0.03929496183991432, - 0.017809979617595673, - -0.0612749420106411, - 0.9971880912780762 - ] - ], - [ - 3.799999952316284, - [ - -0.03862622380256653, - 0.017377108335494995, - -0.061806559562683105, - 0.9971890449523926 - ] - ], - [ - 3.8333332538604736, - [ - -0.03815560042858124, - 0.01697602868080139, - -0.0618901289999485, - 0.9972088932991028 - ] - ], - [ - 3.866666555404663, - [ - -0.037858232855796814, - 0.01654699072241783, - -0.061750378459692, - 0.9972361922264099 - ] - ], - [ - 3.9000000953674316, - [ - -0.03769287094473839, - 0.016102006658911705, - -0.06140085682272911, - 0.9972712397575378 - ] - ], - [ - 3.933333396911621, - [ - -0.03763982653617859, - 0.015653368085622787, - -0.06083746254444122, - 0.9973149299621582 - ] - ], - [ - 3.9666666984558105, - [ - -0.03767689689993858, - 0.015202656388282776, - -0.06008069962263107, - 0.9973663687705994 - ] - ], - [ - 4.0, - [ - -0.03777817636728287, - 0.014748652465641499, - -0.05915187671780586, - 0.997424840927124 - ] - ], - [ - 4.0333333015441895, - [ - -0.03792416304349899, - 0.014292576350271702, - -0.058071572333574295, - 0.9974894523620605 - ] - ], - [ - 4.066666603088379, - [ - -0.03809341415762901, - 0.013833909295499325, - -0.05686099827289581, - 0.9975591897964478 - ] - ], - [ - 4.099999904632568, - [ - -0.038277655839920044, - 0.013379573822021484, - -0.05553891509771347, - 0.9976328015327454 - ] - ], - [ - 4.133333206176758, - [ - -0.03846881911158562, - 0.01293572410941124, - -0.05412435904145241, - 0.9977091550827026 - ] - ], - [ - 4.166666507720947, - [ - -0.03865891695022583, - 0.012507614679634571, - -0.05263647809624672, - 0.9977868795394897 - ] - ], - [ - 4.199999809265137, - [ - -0.03884020447731018, - 0.012099582701921463, - -0.051094576716423035, - 0.9978649020195007 - ] - ], - [ - 4.233333110809326, - [ - -0.03900506719946861, - 0.011715123429894447, - -0.049518223851919174, - 0.9979426264762878 - ] - ], - [ - 4.266666889190674, - [ - -0.0391460545361042, - 0.011356792412698269, - -0.04792698100209236, - 0.9980188608169556 - ] - ], - [ - 4.300000190734863, - [ - -0.03925587236881256, - 0.011026343330740929, - -0.04634063318371773, - 0.9980932474136353 - ] - ], - [ - 4.333333492279053, - [ - -0.039327334612607956, - 0.010724736377596855, - -0.04477890580892563, - 0.9981650114059448 - ] - ], - [ - 4.366666793823242, - [ - -0.03935340419411659, - 0.010452221147716045, - -0.043261732906103134, - 0.9982336759567261 - ] - ], - [ - 4.400000095367432, - [ - -0.03932708129286766, - 0.01020844280719757, - -0.04180894419550896, - 0.998299241065979 - ] - ], - [ - 4.433333396911621, - [ - -0.039241477847099304, - 0.009992544539272785, - -0.040440477430820465, - 0.9983611702919006 - ] - ], - [ - 4.4666666984558105, - [ - -0.039089690893888474, - 0.00980326533317566, - -0.03917620703577995, - 0.9984194040298462 - ] - ], - [ - 4.5, - [ - -0.03886477276682854, - 0.00963908713310957, - -0.03803601488471031, - 0.9984738826751709 - ] - ], - [ - 4.5333333015441895, - [ - -0.03855975717306137, - 0.00949837826192379, - -0.037039726972579956, - 0.9985244274139404 - ] - ], - [ - 4.566666603088379, - [ - -0.03816784545779228, - 0.009379567578434944, - -0.03620704263448715, - 0.9985712170600891 - ] - ], - [ - 4.599999904632568, - [ - -0.03767773509025574, - 0.00928355474025011, - -0.03555632382631302, - 0.9986140131950378 - ] - ], - [ - 4.633333206176758, - [ - -0.03708513453602791, - 0.00920892134308815, - -0.03510650619864464, - 0.9986528158187866 - ] - ], - [ - 4.666666507720947, - [ - -0.03636830300092697, - 0.009165906347334385, - -0.034883901476860046, - 0.9986873865127563 - ] - ], - [ - 4.699999809265137, - [ - -0.0355093777179718, - 0.009163932874798775, - -0.03491567447781563, - 0.998717188835144 - ] - ], - [ - 4.733333110809326, - [ - -0.03450952470302582, - 0.009247886016964912, - -0.03518505021929741, - 0.9987419843673706 - ] - ], - [ - 4.766666889190674, - [ - -0.03337177634239197, - 0.009458244778215885, - -0.03564650937914848, - 0.9987624287605286 - ] - ], - [ - 4.800000190734863, - [ - -0.03210068121552467, - 0.009777894243597984, - -0.03628036752343178, - 0.9987781047821045 - ] - ], - [ - 4.833333492279053, - [ - -0.030703427270054817, - 0.010190634056925774, - -0.03706953674554825, - 0.9987890124320984 - ] - ], - [ - 4.866666793823242, - [ - -0.029183393344283104, - 0.010681790299713612, - -0.03799675405025482, - 0.9987946152687073 - ] - ], - [ - 4.900000095367432, - [ - -0.02753393165767193, - 0.011236129328608513, - -0.039050810039043427, - 0.9987946152687073 - ] - ], - [ - 4.933333396911621, - [ - -0.025740770623087883, - 0.011834578588604927, - -0.040222376585006714, - 0.9987890124320984 - ] - ], - [ - 4.9666666984558105, - [ - -0.023805025964975357, - 0.012458335608243942, - -0.041496679186820984, - 0.9987773299217224 - ] - ], - [ - 5.0, - [ - -0.021751143038272858, - 0.013096136972308159, - -0.042856957763433456, - 0.9987585544586182 - ] - ], - [ - 5.0333333015441895, - [ - -0.019603800028562546, - 0.013736331835389137, - -0.04428660869598389, - 0.9987321496009827 - ] - ], - [ - 5.066666603088379, - [ - -0.017387766391038895, - 0.014366945251822472, - -0.04576912522315979, - 0.9986974000930786 - ] - ], - [ - 5.099999904632568, - [ - -0.015128008089959621, - 0.014975816942751408, - -0.04728807136416435, - 0.9986545443534851 - ] - ], - [ - 5.133333206176758, - [ - -0.012849629856646061, - 0.015550772659480572, - -0.04882699251174927, - 0.9986035227775574 - ] - ], - [ - 5.166666507720947, - [ - -0.010577921755611897, - 0.016079634428024292, - -0.0503692589700222, - 0.9985451698303223 - ] - ], - [ - 5.199999809265137, - [ - -0.008338293060660362, - 0.016550445929169655, - -0.05189816281199455, - 0.9984804391860962 - ] - ], - [ - 5.233333110809326, - [ - -0.006156275048851967, - 0.01695152558386326, - -0.05339670553803444, - 0.9984105229377747 - ] - ], - [ - 5.266666889190674, - [ - -0.004057472571730614, - 0.01727161929011345, - -0.0548475906252861, - 0.9983372092247009 - ] - ], - [ - 5.300000190734863, - [ - -0.0020677009597420692, - 0.017499975860118866, - -0.0562329962849617, - 0.9982621669769287 - ] - ], - [ - 5.333333492279053, - [ - -0.00021271979494486004, - 0.01762663945555687, - -0.057534802705049515, - 0.9981879591941833 - ] - ], - [ - 5.366666793823242, - [ - 0.0014816386392340064, - 0.0176424328237772, - -0.05873431637883186, - 0.9981166124343872 - ] - ], - [ - 5.400000095367432, - [ - 0.00298952660523355, - 0.017539208754897118, - -0.05981221795082092, - 0.9980511665344238 - ] - ], - [ - 5.433333396911621, - [ - 0.0042952001094818115, - 0.01731666550040245, - -0.0607466921210289, - 0.9979937672615051 - ] - ], - [ - 5.4666666984558105, - [ - 0.005389765370637178, - 0.016980906948447227, - -0.061514124274253845, - 0.9979472160339355 - ] - ], - [ - 5.5, - [ - 0.006255784537643194, - 0.0165280532091856, - -0.06208968162536621, - 0.99791419506073 - ] - ], - [ - 5.5333333015441895, - [ - 0.006883047055453062, - 0.015962028875947, - -0.062447600066661835, - 0.9978969693183899 - ] - ], - [ - 5.566666603088379, - [ - 0.007257768884301186, - 0.015374098904430866, - -0.06258180737495422, - 0.9978951215744019 - ] - ], - [ - 5.599999904632568, - [ - 0.007370774634182453, - 0.01485466305166483, - -0.06251367181539536, - 0.9979063272476196 - ] - ], - [ - 5.633333206176758, - [ - 0.007215341553092003, - 0.01441755797713995, - -0.062261126935482025, - 0.9979296922683716 - ] - ], - [ - 5.666666507720947, - [ - 0.006790014915168285, - 0.014071580953896046, - -0.06184018775820732, - 0.9979637861251831 - ] - ], - [ - 5.699999809265137, - [ - 0.006097893230617046, - 0.013825420290231705, - -0.061264246702194214, - 0.9980071783065796 - ] - ], - [ - 5.733333110809326, - [ - 0.005147522781044245, - 0.013683002442121506, - -0.0605471134185791, - 0.9980583786964417 - ] - ], - [ - 5.766666889190674, - [ - 0.00395711325109005, - 0.01364138349890709, - -0.05970345064997673, - 0.9981151223182678 - ] - ], - [ - 5.800000190734863, - [ - 0.0025500203482806683, - 0.013693622313439846, - -0.05874815583229065, - 0.9981756806373596 - ] - ], - [ - 5.833333492279053, - [ - 0.0009522648761048913, - 0.013830331154167652, - -0.05769606679677963, - 0.9982380270957947 - ] - ], - [ - 5.866666793823242, - [ - -0.0008100689155980945, - 0.014041644521057606, - -0.05656159296631813, - 0.9983001351356506 - ] - ], - [ - 5.900000095367432, - [ - -0.0027108355425298214, - 0.014317451044917107, - -0.055358901619911194, - 0.998360276222229 - ] - ], - [ - 5.933333396911621, - [ - -0.00472384924069047, - 0.014647574163973331, - -0.05410192906856537, - 0.9984169006347656 - ] - ], - [ - 5.9666666984558105, - [ - -0.006822818890213966, - 0.01502187829464674, - -0.05280438810586929, - 0.9984685778617859 - ] - ], - [ - 6.0, - [ - -0.008981452323496342, - 0.015430598519742489, - -0.05148003250360489, - 0.9985144138336182 - ] - ], - [ - 6.0333333015441895, - [ - -0.011173391714692116, - 0.015864329412579536, - -0.05014248192310333, - 0.9985535740852356 - ] - ], - [ - 6.066666603088379, - [ - -0.013372250832617283, - 0.016314223408699036, - -0.04880550503730774, - 0.9985855221748352 - ] - ], - [ - 6.099999904632568, - [ - -0.01555159967392683, - 0.0167720727622509, - -0.04748287424445152, - 0.998610258102417 - ] - ], - [ - 6.133333206176758, - [ - -0.017684990540146828, - 0.01723046414554119, - -0.046188559383153915, - 0.9986275434494019 - ] - ], - [ - 6.166666507720947, - [ - -0.019745977595448494, - 0.01768272928893566, - -0.0449366495013237, - 0.9986381530761719 - ] - ], - [ - 6.199999809265137, - [ - -0.021708134561777115, - 0.01812318153679371, - -0.043741434812545776, - 0.9986425638198853 - ] - ], - [ - 6.233333110809326, - [ - -0.023544976487755775, - 0.01854700781404972, - -0.04261738434433937, - 0.9986417889595032 - ] - ], - [ - 6.266666889190674, - [ - -0.025230130180716515, - 0.01895039901137352, - -0.041579123586416245, - 0.9986368417739868 - ] - ], - [ - 6.300000190734863, - [ - -0.026737166568636894, - 0.019330495968461037, - -0.040641553699970245, - 0.9986289143562317 - ] - ], - [ - 6.333333492279053, - [ - -0.028039755299687386, - 0.01968546025454998, - -0.039819665253162384, - 0.9986193776130676 - ] - ], - [ - 6.366666793823242, - [ - -0.029085442423820496, - 0.02002568542957306, - -0.039122845977544785, - 0.998610258102417 - ] - ], - [ - 6.400000095367432, - [ - -0.029832735657691956, - 0.02035723254084587, - -0.03856275975704193, - 0.9986032843589783 - ] - ], - [ - 6.433333396911621, - [ - -0.030274709686636925, - 0.02067478746175766, - -0.038145437836647034, - 0.9985994696617126 - ] - ], - [ - 6.4666666984558105, - [ - -0.030413348227739334, - 0.020967962220311165, - -0.03788058087229729, - 0.9985992312431335 - ] - ], - [ - 6.5, - [ - -0.030266381800174713, - 0.021173609420657158, - -0.03801406919956207, - 0.9985944032669067 - ] - ], - [ - 6.5333333015441895, - [ - -0.02985694818198681, - 0.021253323182463646, - -0.038733966648578644, - 0.998577356338501 - ] - ], - [ - 6.566666603088379, - [ - -0.029205262660980225, - 0.02123662456870079, - -0.039953410625457764, - 0.9985488653182983 - ] - ], - [ - 6.599999904632568, - [ - -0.028338367119431496, - 0.021147824823856354, - -0.041589345782995224, - 0.9985089302062988 - ] - ], - [ - 6.633333206176758, - [ - -0.027286415919661522, - 0.020998310297727585, - -0.043582551181316376, - 0.9984563589096069 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658480954_683537.json b/lenses/physics-objects/Scene/assets/1646688658480954_683537.json deleted file mode 100644 index 82d30f04..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658480954_683537.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658480954:683537", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658482194_683550.json b/lenses/physics-objects/Scene/assets/1646688658482194_683550.json deleted file mode 100644 index cab66bbd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658482194_683550.json +++ /dev/null @@ -1,618 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658482194:683550", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.665581703186035, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.645834922790527, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.621391296386719, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.580999374389648, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.473329544067383, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.441218376159668, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.482792854309082, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.575315475463867, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.65014362335205, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 9.677699089050293, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.687356948852539, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.660249710083008, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.584359169006348, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.48707103729248, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.499568939208984, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.531349182128906, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.618454933166504, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.656631469726563, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.679659843444824, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.657979965209961, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.630988121032715, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.574796676635742, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.488443374633789, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.388786315917969, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.328761100769043, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.412778854370117, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.571505546569824, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.665493965148926, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.686738014221191, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.669018745422363, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.63663387298584, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.586169242858887, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.512320518493652, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.417637825012207, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.317383766174316, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.258515357971191, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.347906112670898, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.52377700805664, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.649853706359863, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.700704574584961, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.693561553955078, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.661142349243164, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.597888946533203, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.496479988098145, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.506962776184082, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.534771919250488, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.574450492858887, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.667590141296387, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.710137367248535, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.742727279663086, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.751324653625488, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.717507362365723, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.622776985168457, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.648756980895996, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.684846878051758, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.704889297485352, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.763492584228516, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.773265838623047, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.752420425415039, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.699474334716797, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.687365531921387, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.66175651550293, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.618046760559082, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.5506591796875, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.463410377502441, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.47122859954834, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.492218017578125, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.52268123626709, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.633928298950195, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.665301322937012, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.664409637451172, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.631101608276367, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.528520584106445, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.567879676818848, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658482559_683557.json b/lenses/physics-objects/Scene/assets/1646688658482559_683557.json deleted file mode 100644 index 73020057..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658482559_683557.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658482559:683557", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ], - [ - 0.03333333507180214, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ], - [ - 0.06666667014360428, - [ - 0.019066428765654564, - -0.08520987629890442, - -0.23193620145320892, - 0.9688041806221008 - ] - ], - [ - 0.10000000149011612, - [ - -0.004491955041885376, - -0.06606847047805786, - -0.005449445452541113, - 0.9977900981903076 - ] - ], - [ - 0.13333334028720856, - [ - -0.04746943339705467, - -0.06259887665510178, - 0.008471084758639336, - 0.9968732595443726 - ] - ], - [ - 0.1666666716337204, - [ - -0.10329603403806686, - -0.062014251947402954, - -0.00887998379766941, - 0.9926758408546448 - ] - ], - [ - 0.20000000298023224, - [ - -0.15969359874725342, - -0.06090567633509636, - -0.054080940783023834, - 0.9838006496429443 - ] - ], - [ - 0.23333333432674408, - [ - -0.20749376714229584, - -0.05807926505804062, - -0.11206217110157013, - 0.9700593948364258 - ] - ], - [ - 0.2666666805744171, - [ - -0.24274660646915436, - -0.05359509587287903, - -0.17410846054553986, - 0.9528316259384155 - ] - ], - [ - 0.30000001192092896, - [ - -0.2658480703830719, - -0.05342763662338257, - -0.22777166962623596, - 0.9351953864097595 - ] - ], - [ - 0.3333333432674408, - [ - -0.2781939208507538, - -0.0671382024884224, - -0.2609448730945587, - 0.9219589829444885 - ] - ], - [ - 0.36666667461395264, - [ - -0.2815873920917511, - -0.09680843353271484, - -0.26092657446861267, - 0.9182886481285095 - ] - ], - [ - 0.4000000059604645, - [ - -0.28058677911758423, - -0.12585937976837158, - -0.20283664762973785, - 0.9296708106994629 - ] - ], - [ - 0.4333333373069763, - [ - -0.2746763527393341, - -0.1273980438709259, - -0.09260422736406326, - 0.9485499858856201 - ] - ], - [ - 0.46666666865348816, - [ - -0.25865620374679565, - -0.09597762674093246, - 0.03616619110107422, - 0.9605088829994202 - ] - ], - [ - 0.5, - [ - -0.22808821499347687, - -0.05272776260972023, - 0.15683038532733917, - 0.9594789147377014 - ] - ], - [ - 0.5333333611488342, - [ - -0.18362373113632202, - -0.028468884527683258, - 0.24690240621566772, - 0.9510579705238342 - ] - ], - [ - 0.5666666626930237, - [ - -0.1307421773672104, - -0.03236036375164986, - 0.28008583188056946, - 0.9504794478416443 - ] - ], - [ - 0.6000000238418579, - [ - -0.07486682385206223, - -0.0422331839799881, - 0.23960977792739868, - 0.9670565724372864 - ] - ], - [ - 0.6333333253860474, - [ - -0.02223898470401764, - -0.038727086037397385, - 0.14819186925888062, - 0.987949788570404 - ] - ], - [ - 0.6666666865348816, - [ - 0.024684233590960503, - -0.0345388725399971, - 0.036985717713832855, - 0.9984137415885925 - ] - ], - [ - 0.699999988079071, - [ - 0.06715431809425354, - -0.0558026023209095, - -0.06583379954099655, - 0.994003176689148 - ] - ], - [ - 0.7333333492279053, - [ - 0.10504817217588425, - -0.10727982223033905, - -0.12926732003688812, - 0.9801764488220215 - ] - ], - [ - 0.7666666507720947, - [ - 0.047069162130355835, - -0.008740684017539024, - -0.07324514538049698, - 0.9961642622947693 - ] - ], - [ - 0.800000011920929, - [ - -0.03137018159031868, - 0.0810663029551506, - 0.025331176817417145, - 0.9958928227424622 - ] - ], - [ - 0.8333333134651184, - [ - -0.002376696327701211, - 0.04639749228954315, - 0.0707981288433075, - 0.9964081645011902 - ] - ], - [ - 0.8666666746139526, - [ - 0.05628005787730217, - -0.014603592455387115, - 0.10981299728155136, - 0.9922501444816589 - ] - ], - [ - 0.8999999761581421, - [ - 0.09031369537115097, - -0.04238559305667877, - 0.1562800407409668, - 0.9826614260673523 - ] - ], - [ - 0.9333333373069763, - [ - 0.06327622383832932, - 0.0015170419355854392, - 0.22847670316696167, - 0.9714897871017456 - ] - ], - [ - 0.9666666388511658, - [ - 0.042964495718479156, - 0.017650987952947617, - 0.2830517888069153, - 0.9579793214797974 - ] - ], - [ - 1.0, - [ - 0.033051975071430206, - 0.010845030657947063, - 0.3011324107646942, - 0.9529476761817932 - ] - ], - [ - 1.0333333015441895, - [ - 0.03328376263380051, - -0.0008661188185214996, - 0.26872530579566956, - 0.9626412391662598 - ] - ], - [ - 1.0666667222976685, - [ - 0.040033090859651566, - -0.0014160684077069163, - 0.19624148309230804, - 0.9797370433807373 - ] - ], - [ - 1.100000023841858, - [ - 0.051116086542606354, - 0.009372353553771973, - 0.1012764498591423, - 0.9935000538825989 - ] - ], - [ - 1.1333333253860474, - [ - 0.0667601078748703, - 0.019334865733981133, - 0.0025256513617932796, - 0.997578501701355 - ] - ], - [ - 1.1666666269302368, - [ - 0.06442166864871979, - 0.040163252502679825, - -0.07242628931999207, - 0.9944803714752197 - ] - ], - [ - 1.2000000476837158, - [ - 0.051081109791994095, - 0.059551406651735306, - -0.1065097451210022, - 0.9912114143371582 - ] - ], - [ - 1.2333333492279053, - [ - 0.05479764938354492, - 0.04280231148004532, - -0.1024085059762001, - 0.9923092722892761 - ] - ], - [ - 1.2666666507720947, - [ - 0.052325014024972916, - 0.031275421380996704, - -0.02773944102227688, - 0.997754693031311 - ] - ], - [ - 1.2999999523162842, - [ - 0.01766541786491871, - 0.07427379488945007, - 0.10995343327522278, - 0.9910002946853638 - ] - ], - [ - 1.3333333730697632, - [ - -0.028706975281238556, - 0.1411563605070114, - 0.24475863575935364, - 0.9588242769241333 - ] - ], - [ - 1.3666666746139526, - [ - -0.06414076685905457, - 0.18164633214473724, - 0.3419018089771271, - 0.9197791814804077 - ] - ], - [ - 1.399999976158142, - [ - -0.06953510642051697, - 0.18628762662410736, - 0.37375593185424805, - 0.9059626460075378 - ] - ], - [ - 1.4333332777023315, - [ - -0.04899568110704422, - 0.1850137710571289, - 0.34038758277893066, - 0.9206007122993469 - ] - ], - [ - 1.4666666984558105, - [ - -0.018524661660194397, - 0.19016851484775543, - 0.2744982838630676, - 0.9424137473106384 - ] - ], - [ - 1.5, - [ - 0.017889395356178284, - 0.19975420832633972, - 0.18437260389328003, - 0.9621772170066833 - ] - ], - [ - 1.5333333015441895, - [ - 0.056982897222042084, - 0.2067881077528, - 0.08356744796037674, - 0.9731435179710388 - ] - ], - [ - 1.5666667222976685, - [ - 0.09474004060029984, - 0.20335762202739716, - -0.014379700645804405, - 0.9744040369987488 - ] - ], - [ - 1.600000023841858, - [ - 0.1285538524389267, - 0.1813429445028305, - -0.10242295265197754, - 0.9695866107940674 - ] - ], - [ - 1.6333333253860474, - [ - 0.15233835577964783, - 0.14145107567310333, - -0.17353473603725433, - 0.962637186050415 - ] - ], - [ - 1.6666666269302368, - [ - 0.15938518941402435, - 0.09635312855243683, - -0.2162424474954605, - 0.9584109783172607 - ] - ], - [ - 1.7000000476837158, - [ - 0.1375773847103119, - 0.07012548297643661, - -0.195782870054245, - 0.9684131145477295 - ] - ], - [ - 1.7333333492279053, - [ - 0.09081098437309265, - 0.06550674140453339, - -0.11183276772499084, - 0.9873984456062317 - ] - ], - [ - 1.7666666507720947, - [ - 0.03749970719218254, - 0.06564674526453018, - -0.006716185249388218, - 0.997115433216095 - ] - ], - [ - 1.7999999523162842, - [ - -0.005318074021488428, - 0.060401126742362976, - 0.07006844133138657, - 0.9956976771354675 - ] - ], - [ - 1.8333333730697632, - [ - -0.030656926333904266, - 0.03906674683094025, - 0.0708070695400238, - 0.9962531328201294 - ] - ], - [ - 1.8666666746139526, - [ - -0.04553060978651047, - -0.0003141249471809715, - -0.010311813093721867, - 0.9989097714424133 - ] - ], - [ - 1.899999976158142, - [ - -0.05921221524477005, - -0.050051361322402954, - -0.13281314074993134, - 0.988103985786438 - ] - ], - [ - 1.9333332777023315, - [ - -0.07447416335344315, - -0.10861169546842575, - -0.2694759964942932, - 0.9539600610733032 - ] - ], - [ - 1.9666666984558105, - [ - -0.09256919473409653, - -0.17647749185562134, - -0.391924649477005, - 0.898154616355896 - ] - ], - [ - 2.0, - [ - -0.19237233698368073, - -0.07605757564306259, - -0.39605095982551575, - 0.8946238160133362 - ] - ], - [ - 2.0333333015441895, - [ - -0.3644450306892395, - 0.10008327662944794, - -0.30903199315071106, - 0.8727326989173889 - ] - ], - [ - 2.066666603088379, - [ - -0.4618862271308899, - 0.16795721650123596, - -0.2160724252462387, - 0.8436611890792847 - ] - ], - [ - 2.0999999046325684, - [ - -0.41129353642463684, - 0.11938817799091339, - -0.2148573398590088, - 0.8777360916137695 - ] - ], - [ - 2.133333444595337, - [ - -0.28397974371910095, - 0.02688269130885601, - -0.2259579747915268, - 0.9314374923706055 - ] - ], - [ - 2.1666667461395264, - [ - -0.14483246207237244, - -0.06463607400655746, - -0.21039482951164246, - 0.9646655917167664 - ] - ], - [ - 2.200000047683716, - [ - -0.07250464707612991, - -0.10359194874763489, - -0.17251089215278625, - 0.9768581390380859 - ] - ], - [ - 2.2333333492279053, - [ - -0.0645882710814476, - -0.05700966343283653, - -0.11762215197086334, - 0.9893145561218262 - ] - ], - [ - 2.2666666507720947, - [ - -0.05866221338510513, - -0.07336105406284332, - -0.1362980604171753, - 0.9862047433853149 - ] - ], - [ - 2.299999952316284, - [ - -0.045218802988529205, - -0.119005486369133, - -0.21182286739349365, - 0.9689810276031494 - ] - ], - [ - 2.3333332538604736, - [ - -0.09734127670526505, - -0.11517828702926636, - -0.13548800349235535, - 0.9792352318763733 - ] - ], - [ - 2.366666555404663, - [ - -0.2050195336341858, - -0.11939021199941635, - -0.02452169358730316, - 0.9711394906044006 - ] - ], - [ - 2.4000000953674316, - [ - -0.25628066062927246, - -0.1369076520204544, - 0.048698026686906815, - 0.9556176066398621 - ] - ], - [ - 2.433333396911621, - [ - -0.17452552914619446, - -0.13816551864147186, - 0.05873269960284233, - 0.9731401801109314 - ] - ], - [ - 2.4666666984558105, - [ - -0.03179282322525978, - -0.1358659416437149, - 0.04693218320608139, - 0.989104151725769 - ] - ], - [ - 2.5, - [ - 0.04939420521259308, - -0.13521023094654083, - 0.05227334052324295, - 0.9882033467292786 - ] - ], - [ - 2.5333333015441895, - [ - 0.023874495178461075, - -0.025492632761597633, - 0.14470775425434113, - 0.9888578057289124 - ] - ], - [ - 2.566666603088379, - [ - 0.01292260829359293, - 0.0156173724681139, - 0.20058049261569977, - 0.979467511177063 - ] - ], - [ - 2.5999999046325684, - [ - 0.03146544098854065, - -0.03202426806092262, - 0.1657782644033432, - 0.9851405620574951 - ] - ], - [ - 2.633333444595337, - [ - -0.11093059182167053, - 0.030732160434126854, - -0.19154196977615356, - 0.9747110605239868 - ] - ], - [ - 2.6666667461395264, - [ - -0.19994887709617615, - 0.16732752323150635, - -0.43216922879219055, - 0.8632796406745911 - ] - ], - [ - 2.700000047683716, - [ - -0.15679335594177246, - 0.18366371095180511, - -0.4484083354473114, - 0.8605890274047852 - ] - ], - [ - 2.7333333492279053, - [ - -0.06767858564853668, - 0.19972355663776398, - -0.49005815386772156, - 0.8457973003387451 - ] - ], - [ - 2.7666666507720947, - [ - 0.018330207094550133, - 0.20123840868473053, - -0.5343879461288452, - 0.8207293152809143 - ] - ], - [ - 2.799999952316284, - [ - 0.05029162019491196, - 0.18893246352672577, - -0.5566521286964417, - 0.8074118494987488 - ] - ], - [ - 2.8333332538604736, - [ - 0.01949458196759224, - 0.14682307839393616, - -0.49887311458587646, - 0.8539254069328308 - ] - ], - [ - 2.866666555404663, - [ - -0.009619312360882759, - 0.048117589205503464, - -0.3587739169597626, - 0.9321337938308716 - ] - ], - [ - 2.9000000953674316, - [ - 0.010321295820176601, - -0.050075460225343704, - -0.24533803761005402, - 0.9680885076522827 - ] - ], - [ - 2.933333396911621, - [ - 0.060573916882276535, - -0.13021890819072723, - -0.19707727432250977, - 0.9698114991188049 - ] - ], - [ - 2.9666666984558105, - [ - 0.06353633105754852, - -0.14066606760025024, - -0.1079026535153389, - 0.9821065068244934 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - -0.09944659471511841, - -0.005055373068898916, - -0.08164619654417038, - 0.9916747212409973 - ] - ], - [ - 3.066666603088379, - [ - -0.1370585560798645, - 0.05377114191651344, - -0.08021941781044006, - 0.9858441352844238 - ] - ], - [ - 3.0999999046325684, - [ - -0.061391085386276245, - 0.02562197484076023, - -0.06640385836362839, - 0.9955728054046631 - ] - ], - [ - 3.133333444595337, - [ - 0.07054589688777924, - -0.04606759920716286, - -0.01943889632821083, - 0.996254563331604 - ] - ], - [ - 3.1666667461395264, - [ - 0.13395775854587555, - -0.07819275557994843, - 0.03316044062376022, - 0.9873406887054443 - ] - ], - [ - 3.200000047683716, - [ - 0.10163185000419617, - -0.0311567485332489, - 0.07349564880132675, - 0.9916141629219055 - ] - ], - [ - 3.2333333492279053, - [ - 0.07240447402000427, - -0.033969201147556305, - 0.07432661205530167, - 0.9940217733383179 - ] - ], - [ - 3.2666666507720947, - [ - 0.046487461775541306, - -0.05449327453970909, - 0.0038165284786373377, - 0.9974241256713867 - ] - ], - [ - 3.299999952316284, - [ - 0.025246957316994667, - -0.05274372920393944, - -0.11491929739713669, - 0.9916523098945618 - ] - ], - [ - 3.3333332538604736, - [ - 0.019291918724775314, - -0.05003149434924126, - -0.2485417127609253, - 0.9671358466148376 - ] - ], - [ - 3.366666555404663, - [ - -0.18447178602218628, - 0.018399063497781754, - -0.14241011440753937, - 0.9722916483879089 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658482856_683564.json b/lenses/physics-objects/Scene/assets/1646688658482856_683564.json deleted file mode 100644 index 25ae2c29..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658482856_683564.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658482856:683564", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658484187_683577.json b/lenses/physics-objects/Scene/assets/1646688658484187_683577.json deleted file mode 100644 index 9eccf99f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658484187_683577.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658484187:683577", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.729910850524902, - 0.0, - -7.105427357601002e-15 - ] - ], - [ - 0.6000000238418579, - [ - 9.752503395080566, - -1.4210854715202004e-14, - -2.1316282072803006e-14 - ] - ], - [ - 3.2333333492279053, - [ - 9.719191551208496, - -9.693519721867882e-27, - -2.220446049250313e-15 - ] - ], - [ - 3.933333396911621, - [ - 9.742609024047852, - 1.4210801352126327e-14, - 5.3290705182007514e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.728638648986816, - -1.4210854715202004e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658484603_683584.json b/lenses/physics-objects/Scene/assets/1646688658484603_683584.json deleted file mode 100644 index 1f5e1008..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658484603_683584.json +++ /dev/null @@ -1,1738 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658484603:683584", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.02604614570736885, - -0.051510073244571686, - -0.054242800921201706, - 0.9968581795692444 - ] - ], - [ - 0.03333333507180214, - [ - -0.02604614570736885, - -0.051510073244571686, - -0.054242800921201706, - 0.9968581795692444 - ] - ], - [ - 0.06666667014360428, - [ - -0.024860333651304245, - -0.05159465968608856, - -0.0561346709728241, - 0.9967792630195618 - ] - ], - [ - 0.10000000149011612, - [ - -0.023549208417534828, - -0.05175290256738663, - -0.0582919679582119, - 0.9966790676116943 - ] - ], - [ - 0.13333334028720856, - [ - -0.022159051150083542, - -0.05197513848543167, - -0.06066342070698738, - 0.9965578317642212 - ] - ], - [ - 0.1666666716337204, - [ - -0.020728085190057755, - -0.052257437258958817, - -0.06318849325180054, - 0.9964170455932617 - ] - ], - [ - 0.20000000298023224, - [ - -0.019294142723083496, - -0.05259886756539345, - -0.06580617278814316, - 0.9962583184242249 - ] - ], - [ - 0.23333333432674408, - [ - -0.01789463870227337, - -0.0530012883245945, - -0.06845507025718689, - 0.9960846304893494 - ] - ], - [ - 0.2666666805744171, - [ - -0.01656651683151722, - -0.053468432277441025, - -0.071073517203331, - 0.9958993196487427 - ] - ], - [ - 0.30000001192092896, - [ - -0.015346258878707886, - -0.05400558561086655, - -0.07359950989484787, - 0.9957063794136047 - ] - ], - [ - 0.3333333432674408, - [ - -0.014269881881773472, - -0.054618675261735916, - -0.07597077637910843, - 0.9955107569694519 - ] - ], - [ - 0.36666667461395264, - [ - -0.013373116962611675, - -0.055313531309366226, - -0.0781247615814209, - 0.9953181147575378 - ] - ], - [ - 0.4000000059604645, - [ - -0.012663993053138256, - -0.056075263768434525, - -0.08001245558261871, - 0.9951347708702087 - ] - ], - [ - 0.4333333373069763, - [ - -0.01213927660137415, - -0.056877270340919495, - -0.08159109205007553, - 0.9949675798416138 - ] - ], - [ - 0.46666666865348816, - [ - -0.011787342838943005, - -0.05768076330423355, - -0.08282402157783508, - 0.994823694229126 - ] - ], - [ - 0.5, - [ - -0.011590772308409214, - -0.058438412845134735, - -0.08367911726236343, - 0.9947103261947632 - ] - ], - [ - 0.5333333611488342, - [ - -0.011543989181518555, - -0.05910560488700867, - -0.0841108039021492, - 0.9946349263191223 - ] - ], - [ - 0.5666666626930237, - [ - -0.011638996191322803, - -0.059633057564496994, - -0.08407294005155563, - 0.994605541229248 - ] - ], - [ - 0.6000000238418579, - [ - -0.011860419064760208, - -0.06005891412496567, - -0.08370406925678253, - 0.9946084022521973 - ] - ], - [ - 0.6333333253860474, - [ - -0.012188827618956566, - -0.06043577566742897, - -0.08319035917520523, - 0.9946247339248657 - ] - ], - [ - 0.6666666865348816, - [ - -0.012602667324244976, - -0.060768526047468185, - -0.0825309306383133, - 0.9946542382240295 - ] - ], - [ - 0.699999988079071, - [ - -0.013076757080852985, - -0.061065152287483215, - -0.0817197859287262, - 0.9946969151496887 - ] - ], - [ - 0.7333333492279053, - [ - -0.013591817580163479, - -0.06133219227194786, - -0.08076974004507065, - 0.9947512745857239 - ] - ], - [ - 0.7666666507720947, - [ - -0.014126664958894253, - -0.06157870218157768, - -0.07969331741333008, - 0.9948152899742126 - ] - ], - [ - 0.800000011920929, - [ - -0.014673417434096336, - -0.06180024892091751, - -0.07850747555494308, - 0.9948879480361938 - ] - ], - [ - 0.8333333134651184, - [ - -0.015224338509142399, - -0.06199285015463829, - -0.07722922414541245, - 0.9949678182601929 - ] - ], - [ - 0.8666666746139526, - [ - -0.01577185094356537, - -0.06215313449501991, - -0.07587549835443497, - 0.9950533509254456 - ] - ], - [ - 0.8999999761581421, - [ - -0.016308525577187538, - -0.06227836757898331, - -0.07446322590112686, - 0.9951435327529907 - ] - ], - [ - 0.9333333373069763, - [ - -0.016827095299959183, - -0.06236644461750984, - -0.07300927489995956, - 0.9952371120452881 - ] - ], - [ - 0.9666666388511658, - [ - -0.017320429906249046, - -0.06241590529680252, - -0.07153043895959854, - 0.9953329563140869 - ] - ], - [ - 1.0, - [ - -0.01778152957558632, - -0.062425896525382996, - -0.07004339247941971, - 0.995430052280426 - ] - ], - [ - 1.0333333015441895, - [ - -0.018203524872660637, - -0.0623961016535759, - -0.06856473535299301, - 0.9955270886421204 - ] - ], - [ - 1.0666667222976685, - [ - -0.018579641357064247, - -0.06232679262757301, - -0.06711094826459885, - 0.9956235885620117 - ] - ], - [ - 1.100000023841858, - [ - -0.018903184682130814, - -0.06221863254904747, - -0.06569835543632507, - 0.9957184791564941 - ] - ], - [ - 1.1333333253860474, - [ - -0.019167505204677582, - -0.06207267940044403, - -0.06434319913387299, - 0.9958111047744751 - ] - ], - [ - 1.1666666269302368, - [ - -0.019365964457392693, - -0.06189023330807686, - -0.06306160986423492, - 0.9959005117416382 - ] - ], - [ - 1.2000000476837158, - [ - -0.01958303153514862, - -0.06167421117424965, - -0.06182472035288811, - 0.9959872961044312 - ] - ], - [ - 1.2333333492279053, - [ - -0.019896255806088448, - -0.061427537351846695, - -0.06060687452554703, - 0.9960711002349854 - ] - ], - [ - 1.2666666507720947, - [ - -0.02028854377567768, - -0.06115184351801872, - -0.059428904205560684, - 0.9961510896682739 - ] - ], - [ - 1.2999999523162842, - [ - -0.0207370612770319, - -0.06084587797522545, - -0.05831470340490341, - 0.99622642993927 - ] - ], - [ - 1.3333333730697632, - [ - -0.021225502714514732, - -0.0605119913816452, - -0.05728448927402496, - 0.9962962865829468 - ] - ], - [ - 1.3666666746139526, - [ - -0.021720141172409058, - -0.06014368683099747, - -0.05636775866150856, - 0.996360182762146 - ] - ], - [ - 1.399999976158142, - [ - -0.022191151976585388, - -0.05973655730485916, - -0.05559162423014641, - 0.9964179396629333 - ] - ], - [ - 1.4333332777023315, - [ - -0.02262762188911438, - -0.05929618328809738, - -0.054974012076854706, - 0.9964687824249268 - ] - ], - [ - 1.4666666984558105, - [ - -0.023020537570118904, - -0.05882774293422699, - -0.05453261733055115, - 0.996511697769165 - ] - ], - [ - 1.5, - [ - -0.0233625378459692, - -0.05832117050886154, - -0.054255761206150055, - 0.9965487122535706 - ] - ], - [ - 1.5333333015441895, - [ - -0.023648997768759727, - -0.057766079902648926, - -0.054113276302814484, - 0.99658203125 - ] - ], - [ - 1.5666667222976685, - [ - -0.023871462792158127, - -0.057178743183612823, - -0.05407998710870743, - 0.9966123104095459 - ] - ], - [ - 1.600000023841858, - [ - -0.024024341255426407, - -0.05657384172081947, - -0.05413396283984184, - 0.9966403245925903 - ] - ], - [ - 1.6333333253860474, - [ - -0.02409527264535427, - -0.05596889555454254, - -0.054250314831733704, - 0.9966663718223572 - ] - ], - [ - 1.6666666269302368, - [ - -0.02407471090555191, - -0.05538010969758034, - -0.05440620705485344, - 0.9966912269592285 - ] - ], - [ - 1.7000000476837158, - [ - -0.023976411670446396, - -0.05481084808707237, - -0.054593492299318314, - 0.9967148303985596 - ] - ], - [ - 1.7333333492279053, - [ - -0.023814257234334946, - -0.05426487699151039, - -0.05480409041047096, - 0.9967370629310608 - ] - ], - [ - 1.7666666507720947, - [ - -0.023602211847901344, - -0.05374636501073837, - -0.05502995476126671, - 0.9967577457427979 - ] - ], - [ - 1.7999999523162842, - [ - -0.02335434965789318, - -0.05325981229543686, - -0.05526307225227356, - 0.9967768788337708 - ] - ], - [ - 1.8333333730697632, - [ - -0.023084839805960655, - -0.05280996486544609, - -0.05549545958638191, - 0.9967941045761108 - ] - ], - [ - 1.8666666746139526, - [ - -0.022807961329817772, - -0.05240192264318466, - -0.055719077587127686, - 0.9968095421791077 - ] - ], - [ - 1.899999976158142, - [ - -0.022538095712661743, - -0.05204090476036072, - -0.05592583864927292, - 0.9968230128288269 - ] - ], - [ - 1.9333332777023315, - [ - -0.0222896970808506, - -0.05173220857977867, - -0.056107666343450546, - 0.9968344569206238 - ] - ], - [ - 2.0, - [ - -0.021915486082434654, - -0.05129360035061836, - -0.056363292038440704, - 0.9968510866165161 - ] - ], - [ - 2.1666667461395264, - [ - -0.022329799830913544, - -0.05145519599318504, - -0.055987343192100525, - 0.9968546628952026 - ] - ], - [ - 2.200000047683716, - [ - -0.022705867886543274, - -0.05171162262558937, - -0.05568908154964447, - 0.9968495965003967 - ] - ], - [ - 2.2333333492279053, - [ - -0.023184124380350113, - -0.05203685536980629, - -0.05530682951211929, - 0.9968429207801819 - ] - ], - [ - 2.2666666507720947, - [ - -0.023767497390508652, - -0.052430130541324615, - -0.054835375398397446, - 0.9968346357345581 - ] - ], - [ - 2.299999952316284, - [ - -0.02445433847606182, - -0.052887991070747375, - -0.05427074804902077, - 0.9968247413635254 - ] - ], - [ - 2.3333332538604736, - [ - -0.025240302085876465, - -0.053362030535936356, - -0.05360845848917961, - 0.9968158006668091 - ] - ], - [ - 2.366666555404663, - [ - -0.02611585147678852, - -0.053804438561201096, - -0.05286236107349396, - 0.9968092441558838 - ] - ], - [ - 2.4000000953674316, - [ - -0.027156982570886612, - -0.05420490354299545, - -0.052023518830537796, - 0.9968038201332092 - ] - ], - [ - 2.433333396911621, - [ - -0.028440942987799644, - -0.05455674231052399, - -0.05107545480132103, - 0.9967978596687317 - ] - ], - [ - 2.4666666984558105, - [ - -0.029948176816105843, - -0.05485599488019943, - -0.05003587529063225, - 0.9967901110649109 - ] - ], - [ - 2.5, - [ - -0.031654100865125656, - -0.05510270968079567, - -0.04891982674598694, - 0.996779203414917 - ] - ], - [ - 2.5333333015441895, - [ - -0.03353150561451912, - -0.05529933050274849, - -0.04774146154522896, - 0.9967639446258545 - ] - ], - [ - 2.566666603088379, - [ - -0.03555314242839813, - -0.05544904246926308, - -0.04651470109820366, - 0.9967436790466309 - ] - ], - [ - 2.5999999046325684, - [ - -0.03769168630242348, - -0.05555540695786476, - -0.04525334760546684, - 0.9967171549797058 - ] - ], - [ - 2.633333444595337, - [ - -0.03991985693573952, - -0.05562253296375275, - -0.04397108778357506, - 0.9966841340065002 - ] - ], - [ - 2.6666667461395264, - [ - -0.042210161685943604, - -0.055654656141996384, - -0.04268156364560127, - 0.9966439604759216 - ] - ], - [ - 2.700000047683716, - [ - -0.04453526437282562, - -0.05565628781914711, - -0.0413983054459095, - 0.9965968132019043 - ] - ], - [ - 2.7333333492279053, - [ - -0.04686771333217621, - -0.055631935596466064, - -0.04013483598828316, - 0.9965428709983826 - ] - ], - [ - 2.7666666507720947, - [ - -0.049180079251527786, - -0.05558609589934349, - -0.03890465572476387, - 0.996482789516449 - ] - ], - [ - 2.799999952316284, - [ - -0.0514448843896389, - -0.05552307143807411, - -0.037721313536167145, - 0.9964174628257751 - ] - ], - [ - 2.8333332538604736, - [ - -0.05363474786281586, - -0.05544697120785713, - -0.036598335951566696, - 0.9963480830192566 - ] - ], - [ - 2.866666555404663, - [ - -0.0557221844792366, - -0.05536147207021713, - -0.03554939106106758, - 0.9962762594223022 - ] - ], - [ - 2.9000000953674316, - [ - -0.0576799102127552, - -0.05526987835764885, - -0.03458813577890396, - 0.9962037801742554 - ] - ], - [ - 2.933333396911621, - [ - -0.05943756923079491, - -0.05517268925905228, - -0.03374851867556572, - 0.9961346387863159 - ] - ], - [ - 2.9666666984558105, - [ - -0.06093916296958923, - -0.05506988614797592, - -0.03305799886584282, - 0.9960727095603943 - ] - ], - [ - 3.0, - [ - -0.06217842921614647, - -0.054963212460279465, - -0.032520584762096405, - 0.996019721031189 - ] - ], - [ - 3.0333333015441895, - [ - -0.0631493404507637, - -0.05485386401414871, - -0.0321403332054615, - 0.9959770441055298 - ] - ], - [ - 3.066666603088379, - [ - -0.06381917744874954, - -0.05473471060395241, - -0.031934481114149094, - 0.9959474802017212 - ] - ], - [ - 3.133333444595337, - [ - -0.06420425325632095, - -0.05445680022239685, - -0.03207559138536453, - 0.995933473110199 - ] - ], - [ - 3.1666667461395264, - [ - -0.06395473331212997, - -0.05430646240711212, - -0.03240754082798958, - 0.9959469437599182 - ] - ], - [ - 3.200000047683716, - [ - -0.06345552206039429, - -0.054160818457603455, - -0.032886821776628494, - 0.995971143245697 - ] - ], - [ - 3.2333333492279053, - [ - -0.06272157281637192, - -0.05403001233935356, - -0.033502522855997086, - 0.9960042834281921 - ] - ], - [ - 3.2666666507720947, - [ - -0.061747852712869644, - -0.05395861342549324, - -0.03444019332528114, - 0.996036946773529 - ] - ], - [ - 3.299999952316284, - [ - -0.06055591255426407, - -0.05397705361247063, - -0.03583025932312012, - 0.9960600733757019 - ] - ], - [ - 3.3333332538604736, - [ - -0.05917081981897354, - -0.0540667399764061, - -0.037602029740810394, - 0.9960731267929077 - ] - ], - [ - 3.366666555404663, - [ - -0.057624176144599915, - -0.05421222001314163, - -0.039690304547548294, - 0.9960749745368958 - ] - ], - [ - 3.4000000953674316, - [ - -0.055953286588191986, - -0.05440567061305046, - -0.04204368218779564, - 0.9960630536079407 - ] - ], - [ - 3.433333396911621, - [ - -0.054200153797864914, - -0.05463975667953491, - -0.04461192339658737, - 0.9960354566574097 - ] - ], - [ - 3.4666666984558105, - [ - -0.05239846929907799, - -0.0549110546708107, - -0.04733569175004959, - 0.9959912300109863 - ] - ], - [ - 3.5, - [ - -0.050581708550453186, - -0.055219314992427826, - -0.050155315548181534, - 0.9959301948547363 - ] - ], - [ - 3.5333333015441895, - [ - -0.04878293350338936, - -0.055567167699337006, - -0.053010664880275726, - 0.9958525896072388 - ] - ], - [ - 3.566666603088379, - [ - -0.047034844756126404, - -0.05595928803086281, - -0.055841460824012756, - 0.9957600235939026 - ] - ], - [ - 3.5999999046325684, - [ - -0.04535757005214691, - -0.05640086159110069, - -0.058592669665813446, - 0.995654821395874 - ] - ], - [ - 3.633333444595337, - [ - -0.043783895671367645, - -0.05689919739961624, - -0.06120317429304123, - 0.9955398440361023 - ] - ], - [ - 3.6666667461395264, - [ - -0.0423649400472641, - -0.05746323987841606, - -0.06360302120447159, - 0.9954184293746948 - ] - ], - [ - 3.700000047683716, - [ - -0.041123662143945694, - -0.058084044605493546, - -0.06573688983917236, - 0.9952958226203918 - ] - ], - [ - 3.7333333492279053, - [ - -0.04007158428430557, - -0.05874166265130043, - -0.06755585968494415, - 0.9951783418655396 - ] - ], - [ - 3.7666666507720947, - [ - -0.039211634546518326, - -0.059403736144304276, - -0.06901714950799942, - 0.9950730204582214 - ] - ], - [ - 3.799999952316284, - [ - -0.03854093700647354, - -0.060028839856386185, - -0.07008232176303864, - 0.9949872493743896 - ] - ], - [ - 3.8333332538604736, - [ - -0.038068365305662155, - -0.060577817261219025, - -0.07069984078407288, - 0.9949284791946411 - ] - ], - [ - 3.866666555404663, - [ - -0.03776971250772476, - -0.06100475788116455, - -0.07083175331354141, - 0.9949043989181519 - ] - ], - [ - 3.9000000953674316, - [ - -0.03760342299938202, - -0.06134318187832832, - -0.0706290751695633, - 0.9949042797088623 - ] - ], - [ - 3.9666666984558105, - [ - -0.03758488595485687, - -0.061903178691864014, - -0.0697813481092453, - 0.9949302077293396 - ] - ], - [ - 4.0, - [ - -0.037684742361307144, - -0.06213175877928734, - -0.06912992149591446, - 0.9949575662612915 - ] - ], - [ - 4.0333333015441895, - [ - -0.037829313427209854, - -0.06233317777514458, - -0.06833795458078384, - 0.9949942827224731 - ] - ], - [ - 4.066666603088379, - [ - -0.03799719735980034, - -0.06251553446054459, - -0.06741800159215927, - 0.9950391054153442 - ] - ], - [ - 4.099999904632568, - [ - -0.038180164992809296, - -0.06267467141151428, - -0.06638742983341217, - 0.9950914978981018 - ] - ], - [ - 4.133333206176758, - [ - -0.038370147347450256, - -0.06280688941478729, - -0.06526347994804382, - 0.995150089263916 - ] - ], - [ - 4.166666507720947, - [ - -0.03855925798416138, - -0.06290919333696365, - -0.0640634298324585, - 0.9952142834663391 - ] - ], - [ - 4.199999809265137, - [ - -0.03873971849679947, - -0.06297910958528519, - -0.06280441582202911, - 0.9952831268310547 - ] - ], - [ - 4.233333110809326, - [ - -0.03890397027134895, - -0.06301480531692505, - -0.061503536999225616, - 0.9953556656837463 - ] - ], - [ - 4.266666889190674, - [ - -0.0390445701777935, - -0.06301503628492355, - -0.060177817940711975, - 0.9954311847686768 - ] - ], - [ - 4.300000190734863, - [ - -0.03915424272418022, - -0.06297920644283295, - -0.05884410813450813, - 0.9955089092254639 - ] - ], - [ - 4.333333492279053, - [ - -0.03922582045197487, - -0.06290718913078308, - -0.05751925706863403, - 0.9955880641937256 - ] - ], - [ - 4.366666793823242, - [ - -0.039252255111932755, - -0.06279941648244858, - -0.056219786405563354, - 0.9956680536270142 - ] - ], - [ - 4.400000095367432, - [ - -0.039226602762937546, - -0.0626567155122757, - -0.054962292313575745, - 0.9957482218742371 - ] - ], - [ - 4.433333396911621, - [ - -0.039141930639743805, - -0.06248027831315994, - -0.05376307666301727, - 0.9958281517028809 - ] - ], - [ - 4.4666666984558105, - [ - -0.03899133577942848, - -0.06227150931954384, - -0.05263841897249222, - 0.995907187461853 - ] - ], - [ - 4.5, - [ - -0.03876791521906853, - -0.06203198432922363, - -0.05160451680421829, - 0.9959849715232849 - ] - ], - [ - 4.5333333015441895, - [ - -0.03846464678645134, - -0.061763301491737366, - -0.050677381455898285, - 0.9960610270500183 - ] - ], - [ - 4.566666603088379, - [ - -0.03807474300265312, - -0.06146702170372009, - -0.049872905015945435, - 0.9961349368095398 - ] - ], - [ - 4.599999904632568, - [ - -0.03758691996335983, - -0.06114199385046959, - -0.049209412187337875, - 0.9962065815925598 - ] - ], - [ - 4.633333206176758, - [ - -0.036996856331825256, - -0.06078983098268509, - -0.04870123416185379, - 0.9962750673294067 - ] - ], - [ - 4.666666507720947, - [ - -0.03628287464380264, - -0.06040439009666443, - -0.048372022807598114, - 0.996340811252594 - ] - ], - [ - 4.699999809265137, - [ - -0.03542713820934296, - -0.05998075008392334, - -0.04824294149875641, - 0.9964034557342529 - ] - ], - [ - 4.733333110809326, - [ - -0.034430745989084244, - -0.059522248804569244, - -0.048325810581445694, - 0.9964618682861328 - ] - ], - [ - 4.766666889190674, - [ - -0.03329668194055557, - -0.05903166905045509, - -0.04863223060965538, - 0.9965146780014038 - ] - ], - [ - 4.800000190734863, - [ - -0.03202947974205017, - -0.05849560350179672, - -0.04914424568414688, - 0.9965627193450928 - ] - ], - [ - 4.833333492279053, - [ - -0.0306363794952631, - -0.05790132284164429, - -0.04982561990618706, - 0.9966073632240295 - ] - ], - [ - 4.866666793823242, - [ - -0.02912069484591484, - -0.05726335942745209, - -0.05064499378204346, - 0.9966484904289246 - ] - ], - [ - 4.900000095367432, - [ - -0.027475789189338684, - -0.05659507215023041, - -0.05158032104372978, - 0.9966853857040405 - ] - ], - [ - 4.933333396911621, - [ - -0.02568740025162697, - -0.055913299322128296, - -0.052606940269470215, - 0.9967178106307983 - ] - ], - [ - 4.9666666984558105, - [ - -0.023756595328450203, - -0.055235493928194046, - -0.0536966547369957, - 0.9967454671859741 - ] - ], - [ - 5.0, - [ - -0.021707776933908463, - -0.054567307233810425, - -0.05483590066432953, - 0.9967668652534485 - ] - ], - [ - 5.0333333015441895, - [ - -0.019565511494874954, - -0.053915079683065414, - -0.056011300534009933, - 0.9967813491821289 - ] - ], - [ - 5.066666603088379, - [ - -0.017354527488350868, - -0.0532856322824955, - -0.057209551334381104, - 0.9967882037162781 - ] - ], - [ - 5.099999904632568, - [ - -0.015099717304110527, - -0.0526861846446991, - -0.05841744318604469, - 0.9967867136001587 - ] - ], - [ - 5.133333206176758, - [ - -0.012826127000153065, - -0.05212438851594925, - -0.05962178111076355, - 0.9967767000198364 - ] - ], - [ - 5.166666507720947, - [ - -0.01055899914354086, - -0.05160820484161377, - -0.060809433460235596, - 0.9967584013938904 - ] - ], - [ - 5.199999809265137, - [ - -0.008323694579303265, - -0.05114571377635002, - -0.06196720153093338, - 0.9967321157455444 - ] - ], - [ - 5.233333110809326, - [ - -0.00614572037011385, - -0.050745051354169846, - -0.06308182328939438, - 0.9966984987258911 - ] - ], - [ - 5.266666889190674, - [ - -0.00405065156519413, - -0.05041445791721344, - -0.0641399696469307, - 0.996658444404602 - ] - ], - [ - 5.300000190734863, - [ - -0.0020642864983528852, - -0.05016183853149414, - -0.06512805074453354, - 0.9966133236885071 - ] - ], - [ - 5.333333492279053, - [ - -0.00021237338660284877, - -0.04999498650431633, - -0.06603233516216278, - 0.9965642094612122 - ] - ], - [ - 5.366666793823242, - [ - 0.0014792593428865075, - -0.0499211922287941, - -0.0668388232588768, - 0.9965130686759949 - ] - ], - [ - 5.400000095367432, - [ - 0.0029847656842321157, - -0.04994720593094826, - -0.06753319501876831, - 0.9964615702629089 - ] - ], - [ - 5.433333396911621, - [ - 0.0042883907444775105, - -0.05007288604974747, - -0.0681052953004837, - 0.9964115619659424 - ] - ], - [ - 5.4666666984558105, - [ - 0.005381218623369932, - -0.05029284209012985, - -0.06854765117168427, - 0.9963648319244385 - ] - ], - [ - 5.5, - [ - 0.006245814263820648, - -0.050606127828359604, - -0.0688486248254776, - 0.9963231682777405 - ] - ], - [ - 5.5333333015441895, - [ - 0.006871952675282955, - -0.05100629851222038, - -0.0689995288848877, - 0.9962882399559021 - ] - ], - [ - 5.566666603088379, - [ - 0.0072458889335393906, - -0.051490407437086105, - -0.06898938864469528, - 0.9962613582611084 - ] - ], - [ - 5.599999904632568, - [ - 0.007358497008681297, - -0.05205155909061432, - -0.06880836933851242, - 0.9962438941001892 - ] - ], - [ - 5.633333206176758, - [ - 0.007203117478638887, - -0.05263371020555496, - -0.06844691187143326, - 0.9962393641471863 - ] - ], - [ - 5.666666507720947, - [ - 0.0067783547565341, - -0.053182393312454224, - -0.06791416555643082, - 0.9962497353553772 - ] - ], - [ - 5.699999809265137, - [ - 0.006087301764637232, - -0.053679175674915314, - -0.06724046915769577, - 0.9962731599807739 - ] - ], - [ - 5.733333110809326, - [ - 0.005138496868312359, - -0.05411138758063316, - -0.06645219027996063, - 0.9963080286979675 - ] - ], - [ - 5.766666889190674, - [ - 0.00395012553781271, - -0.054473984986543655, - -0.06556681543588638, - 0.9963524341583252 - ] - ], - [ - 5.800000190734863, - [ - 0.0025454966817051172, - -0.05476688966155052, - -0.06459902226924896, - 0.9964041709899902 - ] - ], - [ - 5.833333492279053, - [ - 0.0009505701600573957, - -0.05499280244112015, - -0.06356243789196014, - 0.9964610934257507 - ] - ], - [ - 5.866666793823242, - [ - -0.000808625016361475, - -0.0551551952958107, - -0.062470436096191406, - 0.9965212941169739 - ] - ], - [ - 5.900000095367432, - [ - -0.0027060096617788076, - -0.055258072912693024, - -0.061336252838373184, - 0.9965828061103821 - ] - ], - [ - 5.933333396911621, - [ - -0.0047154598869383335, - -0.05530589073896408, - -0.060172706842422485, - 0.996643602848053 - ] - ], - [ - 5.9666666984558105, - [ - -0.006810750812292099, - -0.055303435772657394, - -0.058992769569158554, - 0.9967020750045776 - ] - ], - [ - 6.0, - [ - -0.008965649642050266, - -0.05525578185915947, - -0.057809069752693176, - 0.9967570304870605 - ] - ], - [ - 6.0333333015441895, - [ - -0.011153856292366982, - -0.055168066173791885, - -0.05663422867655754, - 0.9968072175979614 - ] - ], - [ - 6.066666603088379, - [ - -0.013349045068025589, - -0.0550454780459404, - -0.05548081174492836, - 0.9968519806861877 - ] - ], - [ - 6.099999904632568, - [ - -0.015524822287261486, - -0.05489310249686241, - -0.054361358284950256, - 0.9968905448913574 - ] - ], - [ - 6.133333206176758, - [ - -0.01765480451285839, - -0.05471586808562279, - -0.05328840762376785, - 0.9969227910041809 - ] - ], - [ - 6.166666507720947, - [ - -0.019712582230567932, - -0.05451836809515953, - -0.05227457731962204, - 0.9969485998153687 - ] - ], - [ - 6.199999809265137, - [ - -0.021671753376722336, - -0.05430484190583229, - -0.0513325072824955, - 0.9969685673713684 - ] - ], - [ - 6.233333110809326, - [ - -0.023505879566073418, - -0.05407910794019699, - -0.05047491937875748, - 0.9969830513000488 - ] - ], - [ - 6.266666889190674, - [ - -0.02518860436975956, - -0.05384431406855583, - -0.04971470683813095, - 0.9969928860664368 - ] - ], - [ - 6.300000190734863, - [ - -0.02669352851808071, - -0.053603045642375946, - -0.04906472936272621, - 0.9969989061355591 - ] - ], - [ - 6.333333492279053, - [ - -0.027994360774755478, - -0.053357046097517014, - -0.048538144677877426, - 0.9970023036003113 - ] - ], - [ - 6.366666793823242, - [ - -0.029038676992058754, - -0.05309589207172394, - -0.048160530626773834, - 0.9970045685768127 - ] - ], - [ - 6.400000095367432, - [ - -0.029785078018903732, - -0.05281317979097366, - -0.04795228689908981, - 0.9970077276229858 - ] - ], - [ - 6.4666666984558105, - [ - -0.030365165323019028, - -0.052209846675395966, - -0.04805624485015869, - 0.9970169067382813 - ] - ], - [ - 6.5, - [ - -0.03021874465048313, - -0.05191265046596527, - -0.04835442826151848, - 0.9970224499702454 - ] - ], - [ - 6.5333333015441895, - [ - -0.02981061302125454, - -0.05164077505469322, - -0.04879794269800186, - 0.9970273375511169 - ] - ], - [ - 6.566666603088379, - [ - -0.029160520061850548, - -0.051449041813611984, - -0.04955996572971344, - 0.9970188140869141 - ] - ], - [ - 6.599999904632568, - [ - -0.028295185416936874, - -0.05137406662106514, - -0.05076819658279419, - 0.9969868063926697 - ] - ], - [ - 6.633333206176758, - [ - -0.027244795113801956, - -0.0513993576169014, - -0.052351199090480804, - 0.9969329833984375 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658484875_683591.json b/lenses/physics-objects/Scene/assets/1646688658484875_683591.json deleted file mode 100644 index 4fec22ad..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658484875_683591.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658484875:683591", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658486161_683604.json b/lenses/physics-objects/Scene/assets/1646688658486161_683604.json deleted file mode 100644 index 9d45be10..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658486161_683604.json +++ /dev/null @@ -1,418 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658486161:683604", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.677977561950684, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.692473411560059, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.731230735778809, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.741954803466797, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.69045639038086, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.700031280517578, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.733489036560059, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.737482070922852, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.71200180053711, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.690876960754395, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.669386863708496, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.67984676361084, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.707411766052246, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.71312427520752, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.687334060668945, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.691731452941895, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.730252265930176, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.725699424743652, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.703495979309082, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.708248138427734, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.72873592376709, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.763860702514648, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.802338600158691, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.829924583435059, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.818431854248047, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.786585807800293, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.76047420501709, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.744659423828125, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.764851570129395, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.80935001373291, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.839316368103027, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.824028968811035, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.798137664794922, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.774252891540527, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.78498363494873, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.815858840942383, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.839125633239746, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.830283164978027, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.759047508239746, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.716338157653809, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.694992065429688, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.71558952331543, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.737000465393066, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.729292869567871, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.703100204467773, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.67656421661377, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.67995548248291, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.703191757202148, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.720537185668945, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658486534_683611.json b/lenses/physics-objects/Scene/assets/1646688658486534_683611.json deleted file mode 100644 index df407e77..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658486534_683611.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658486534:683611", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024345338344573975, - -0.12390456348657608, - 0.03684670478105545, - 0.9913108944892883 - ] - ], - [ - 0.03333333507180214, - [ - 0.024345338344573975, - -0.12390456348657608, - 0.03684670478105545, - 0.9913108944892883 - ] - ], - [ - 0.06666667014360428, - [ - 0.029177891090512276, - -0.03321824595332146, - -0.03314679116010666, - 0.9984720945358276 - ] - ], - [ - 0.10000000149011612, - [ - 0.03185051307082176, - -0.0037058363668620586, - -0.0806739404797554, - 0.9962246417999268 - ] - ], - [ - 0.13333334028720856, - [ - 0.028220683336257935, - -0.000741797499358654, - -0.04765888303518295, - 0.9984646439552307 - ] - ], - [ - 0.1666666716337204, - [ - 0.019490430131554604, - 0.017392108216881752, - 0.015104220248758793, - 0.9995447397232056 - ] - ], - [ - 0.20000000298023224, - [ - 0.012588257901370525, - 0.026764849200844765, - 0.04910559952259064, - 0.9983555674552917 - ] - ], - [ - 0.23333333432674408, - [ - 0.011458146385848522, - 0.025361357256770134, - 0.04442305490374565, - 0.9986250996589661 - ] - ], - [ - 0.2666666805744171, - [ - 0.015353338792920113, - 0.02227647788822651, - 0.0271941889077425, - 0.9992640018463135 - ] - ], - [ - 0.30000001192092896, - [ - 0.020504740998148918, - 0.018990393728017807, - 0.0008921519038267434, - 0.9996089935302734 - ] - ], - [ - 0.3333333432674408, - [ - 0.023537855595350266, - 0.015004645101726055, - -0.02912531979382038, - 0.9991860389709473 - ] - ], - [ - 0.36666667461395264, - [ - 0.022389153018593788, - 0.008505038917064667, - -0.056990787386894226, - 0.9980874061584473 - ] - ], - [ - 0.4000000059604645, - [ - 0.01561831310391426, - -0.004286171868443489, - -0.0796051174402237, - 0.9966949224472046 - ] - ], - [ - 0.4333333373069763, - [ - 0.005399132613092661, - -0.020731771364808083, - -0.09181071817874908, - 0.9955459833145142 - ] - ], - [ - 0.46666666865348816, - [ - -0.006363345310091972, - -0.02687288261950016, - -0.08447863161563873, - 0.9960425496101379 - ] - ], - [ - 0.5, - [ - -0.016700545325875282, - -0.015013574622571468, - -0.05870118364691734, - 0.9980229735374451 - ] - ], - [ - 0.5333333611488342, - [ - -0.02463294379413128, - 0.006213675253093243, - -0.021228300407528877, - 0.9994519352912903 - ] - ], - [ - 0.5666666626930237, - [ - -0.03143180161714554, - 0.020324405282735825, - 0.023537658154964447, - 0.9990220069885254 - ] - ], - [ - 0.6000000238418579, - [ - -0.036111537367105484, - 0.01706552691757679, - 0.06657057255506516, - 0.9969819784164429 - ] - ], - [ - 0.6333333253860474, - [ - -0.0376218780875206, - 0.00247198436409235, - 0.09133317321538925, - 0.9951063990592957 - ] - ], - [ - 0.6666666865348816, - [ - -0.03369307890534401, - -0.007746996358036995, - 0.08277929574251175, - 0.9959680438041687 - ] - ], - [ - 0.699999988079071, - [ - -0.025017984211444855, - -0.008640446700155735, - 0.0485929399728775, - 0.9984679222106934 - ] - ], - [ - 0.7333333492279053, - [ - -0.015456467866897583, - -0.008719240315258503, - 0.005994882434606552, - 0.9998245239257813 - ] - ], - [ - 0.7666666507720947, - [ - -0.007823849096894264, - -0.016380326822400093, - -0.030088011175394058, - 0.999382495880127 - ] - ], - [ - 0.800000011920929, - [ - -0.004903619177639484, - -0.028442567214369774, - -0.04461834952235222, - 0.9985871911048889 - ] - ], - [ - 0.8333333134651184, - [ - -0.007185737602412701, - -0.03312325105071068, - -0.03555331006646156, - 0.9987928867340088 - ] - ], - [ - 0.8666666746139526, - [ - -0.013803810812532902, - -0.026967503130435944, - -0.015954388305544853, - 0.9994136691093445 - ] - ], - [ - 0.8999999761581421, - [ - -0.02462799847126007, - -0.012319500558078289, - 0.009020967409014702, - 0.9995800852775574 - ] - ], - [ - 0.9333333373069763, - [ - -0.03774199262261391, - 0.0038941942621022463, - 0.037174925208091736, - 0.9985882043838501 - ] - ], - [ - 0.9666666388511658, - [ - -0.04999827593564987, - 0.014575248584151268, - 0.06540826708078384, - 0.9964986443519592 - ] - ], - [ - 1.0, - [ - -0.05874959006905556, - 0.015269960276782513, - 0.0891089141368866, - 0.9941704869270325 - ] - ], - [ - 1.0333333015441895, - [ - -0.061990395188331604, - 0.006452444940805435, - 0.1016993299126625, - 0.9928609132766724 - ] - ], - [ - 1.0666667222976685, - [ - -0.05947239324450493, - -0.005138541106134653, - 0.0984826311469078, - 0.9933468699455261 - ] - ], - [ - 1.100000023841858, - [ - -0.052148252725601196, - -0.012095439247786999, - 0.08290832489728928, - 0.9951183199882507 - ] - ], - [ - 1.1333333253860474, - [ - -0.04127402976155281, - -0.011646771803498268, - 0.05955934524536133, - 0.9973031282424927 - ] - ], - [ - 1.1666666269302368, - [ - -0.029745599254965782, - -0.0061198025941848755, - 0.033050891011953354, - 0.9989922046661377 - ] - ], - [ - 1.2000000476837158, - [ - -0.020176228135824203, - -0.0009340766700915992, - 0.006774295121431351, - 0.9997731447219849 - ] - ], - [ - 1.2333333492279053, - [ - -0.012867526151239872, - -0.0015878911362960935, - -0.017390141263604164, - 0.9997647404670715 - ] - ], - [ - 1.2666666507720947, - [ - -0.008575127460062504, - -0.010999246500432491, - -0.03835880011320114, - 0.9991667866706848 - ] - ], - [ - 1.2999999523162842, - [ - -0.00758693553507328, - -0.024546360597014427, - -0.05120072141289711, - 0.9983579516410828 - ] - ], - [ - 1.3333333730697632, - [ - -0.013739164918661118, - -0.024577932432293892, - -0.02666020393371582, - 0.9992479085922241 - ] - ], - [ - 1.3666666746139526, - [ - -0.02779952622950077, - -0.00891157053411007, - 0.03655220568180084, - 0.9989053606987 - ] - ], - [ - 1.399999976158142, - [ - -0.04275662824511528, - -0.0022047306410968304, - 0.10450408607721329, - 0.9936025142669678 - ] - ], - [ - 1.4333332777023315, - [ - -0.05349092185497284, - -0.01311663817614317, - 0.1373007595539093, - 0.9889970421791077 - ] - ], - [ - 1.4666666984558105, - [ - -0.060321953147649765, - -0.02557830698788166, - 0.12731021642684937, - 0.9896965026855469 - ] - ], - [ - 1.5, - [ - -0.06262310594320297, - -0.02883787639439106, - 0.10291209071874619, - 0.9922982454299927 - ] - ], - [ - 1.5333333015441895, - [ - -0.059275154024362564, - -0.02129962109029293, - 0.0706765428185463, - 0.9955087304115295 - ] - ], - [ - 1.5666667222976685, - [ - -0.05107753351330757, - -0.006756619084626436, - 0.03589373454451561, - 0.9980266094207764 - ] - ], - [ - 1.600000023841858, - [ - -0.03997490927577019, - 0.009857024066150188, - 0.003353262785822153, - 0.9991464614868164 - ] - ], - [ - 1.6333333253860474, - [ - -0.029790308326482773, - 0.024263106286525726, - -0.023299137130379677, - 0.998989999294281 - ] - ], - [ - 1.6666666269302368, - [ - -0.02191125601530075, - 0.03338228911161423, - -0.04277000203728676, - 0.9982866644859314 - ] - ], - [ - 1.7000000476837158, - [ - -0.018556781113147736, - 0.03410857543349266, - -0.05665888264775276, - 0.9976382255554199 - ] - ], - [ - 1.7333333492279053, - [ - -0.0203668475151062, - 0.029039505869150162, - -0.057440996170043945, - 0.9977186322212219 - ] - ], - [ - 1.7666666507720947, - [ - -0.025277631357312202, - 0.02677442505955696, - -0.03986090049147606, - 0.9985265731811523 - ] - ], - [ - 1.7999999523162842, - [ - -0.0295577310025692, - 0.03200725466012955, - -0.008688820526003838, - 0.9990127086639404 - ] - ], - [ - 1.8333333730697632, - [ - -0.031020253896713257, - 0.04349367693066597, - 0.028064310550689697, - 0.9981775879859924 - ] - ], - [ - 1.8666666746139526, - [ - -0.028490262106060982, - 0.05640881881117821, - 0.06105588376522064, - 0.9961318969726563 - ] - ], - [ - 1.899999976158142, - [ - -0.021650822833180428, - 0.06500519812107086, - 0.0776040330529213, - 0.9946271777153015 - ] - ], - [ - 1.9333332777023315, - [ - -0.010633953846991062, - 0.06348571181297302, - 0.06560283154249191, - 0.9957674145698547 - ] - ], - [ - 1.9666666984558105, - [ - 0.003072163322940469, - 0.05224477872252464, - 0.030350271612405777, - 0.9981682896614075 - ] - ], - [ - 2.0, - [ - 0.017712492495775223, - 0.03606875240802765, - -0.012982066720724106, - 0.9991080164909363 - ] - ], - [ - 2.0333333015441895, - [ - 0.03131485730409622, - 0.018904296681284904, - -0.0522451177239418, - 0.9979641437530518 - ] - ], - [ - 2.066666603088379, - [ - 0.04187341779470444, - 0.0015088457148522139, - -0.08037000894546509, - 0.995884120464325 - ] - ], - [ - 2.0999999046325684, - [ - 0.04548211395740509, - -0.016381027176976204, - -0.09250541031360626, - 0.9945379495620728 - ] - ], - [ - 2.133333444595337, - [ - 0.040924910455942154, - -0.022358020767569542, - -0.0799405574798584, - 0.995708167552948 - ] - ], - [ - 2.1666667461395264, - [ - 0.03203776106238365, - -0.00414943927899003, - -0.049068938940763474, - 0.9982728362083435 - ] - ], - [ - 2.200000047683716, - [ - 0.022285982966423035, - 0.03166478872299194, - -0.012406900525093079, - 0.9991730451583862 - ] - ], - [ - 2.2333333492279053, - [ - 0.014880891889333725, - 0.06601307541131973, - 0.023827429860830307, - 0.9974232316017151 - ] - ], - [ - 2.2666666507720947, - [ - 0.012346283532679081, - 0.07895044982433319, - 0.05124140903353691, - 0.9954841732978821 - ] - ], - [ - 2.299999952316284, - [ - 0.015617386437952518, - 0.07163814455270767, - 0.049635037779808044, - 0.99607253074646 - ] - ], - [ - 2.3333332538604736, - [ - 0.023654796183109283, - 0.06723535805940628, - 0.01998578943312168, - 0.9972564578056335 - ] - ], - [ - 2.366666555404663, - [ - 0.03596503287553787, - 0.07189903408288956, - -0.023303475230932236, - 0.9964908361434937 - ] - ], - [ - 2.4000000953674316, - [ - 0.04634092375636101, - 0.0752301812171936, - -0.07141303271055222, - 0.9935256242752075 - ] - ], - [ - 2.433333396911621, - [ - 0.04819067195057869, - 0.057144924998283386, - -0.11772948503494263, - 0.9902282953262329 - ] - ], - [ - 2.4666666984558105, - [ - 0.04481358081102371, - 0.021515119820833206, - -0.14418908953666687, - 0.9883007407188416 - ] - ], - [ - 2.5, - [ - 0.035462845116853714, - -0.007653190754354, - -0.10918736457824707, - 0.9933589100837708 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375783957540989, - -0.00401709508150816, - -0.005927372258156538, - 0.9996922016143799 - ] - ], - [ - 2.566666603088379, - [ - 0.01643841527402401, - 0.009065518155694008, - 0.12759408354759216, - 0.9916489124298096 - ] - ], - [ - 2.5999999046325684, - [ - 0.01643509417772293, - -0.008241568692028522, - 0.2469204068183899, - 0.9688613414764404 - ] - ], - [ - 2.633333444595337, - [ - 0.02063809521496296, - -0.050147894769907, - 0.2888976037502289, - 0.9558230042457581 - ] - ], - [ - 2.6666667461395264, - [ - 0.024522526189684868, - -0.06014290824532509, - 0.22263109683990479, - 0.9727368950843811 - ] - ], - [ - 2.700000047683716, - [ - 0.027808887884020805, - -0.02182101272046566, - 0.10917927324771881, - 0.9933934807777405 - ] - ], - [ - 2.7333333492279053, - [ - 0.029222521930933, - 0.014384348876774311, - -0.002840228844434023, - 0.9994654059410095 - ] - ], - [ - 2.7666666507720947, - [ - 0.03272790089249611, - 0.015551134943962097, - -0.06592049449682236, - 0.9971667528152466 - ] - ], - [ - 2.799999952316284, - [ - 0.032699812203645706, - 0.0329919196665287, - -0.04768044501543045, - 0.9977819323539734 - ] - ], - [ - 2.8333332538604736, - [ - 0.017802832648158073, - 0.06105669587850571, - 0.03263659030199051, - 0.9974417090415955 - ] - ], - [ - 2.866666555404663, - [ - -0.002697007730603218, - 0.04016386345028877, - 0.1257331222295761, - 0.9912471771240234 - ] - ], - [ - 2.9000000953674316, - [ - -0.008187701925635338, - -0.005506046116352081, - 0.15956157445907593, - 0.9871386885643005 - ] - ], - [ - 2.933333396911621, - [ - -0.0041847918182611465, - -0.04264678806066513, - 0.10881532728672028, - 0.9931379556655884 - ] - ], - [ - 2.9666666984558105, - [ - -0.004523019306361675, - -0.07304318994283676, - 0.006736707873642445, - 0.9972957968711853 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.003472686279565096, - -0.08600209653377533, - -0.1254166215658188, - 0.9883634448051453 - ] - ], - [ - 3.066666603088379, - [ - 0.02470758929848671, - -0.0785156860947609, - -0.15636204183101654, - 0.984264075756073 - ] - ], - [ - 3.0999999046325684, - [ - 0.029317794367671013, - -0.08545929938554764, - -0.1724957376718521, - 0.9808580875396729 - ] - ], - [ - 3.133333444595337, - [ - 0.018025323748588562, - -0.09255034476518631, - -0.17096617817878723, - 0.9807549715042114 - ] - ], - [ - 3.1666667461395264, - [ - 0.011554223485291004, - -0.0793057307600975, - -0.1535116732120514, - 0.9848915934562683 - ] - ], - [ - 3.200000047683716, - [ - 0.010176170617341995, - -0.05327250435948372, - -0.12260597944259644, - 0.9909723997116089 - ] - ], - [ - 3.2333333492279053, - [ - 0.01074996218085289, - -0.03275492787361145, - -0.07790818065404892, - 0.9963643550872803 - ] - ], - [ - 3.2666666507720947, - [ - 0.01181370671838522, - -0.03340623155236244, - -0.029673118144273758, - 0.9989315271377563 - ] - ], - [ - 3.299999952316284, - [ - 0.012286446988582611, - -0.05091133713722229, - -0.0018411612836644053, - 0.9986258745193481 - ] - ], - [ - 3.3333332538604736, - [ - 0.012819826602935791, - -0.1454106569290161, - -0.01459471695125103, - 0.9891806840896606 - ] - ], - [ - 3.366666555404663, - [ - 0.011752285994589329, - -0.2168988734483719, - -0.04814428836107254, - 0.9749353528022766 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658486778_683618.json b/lenses/physics-objects/Scene/assets/1646688658486778_683618.json deleted file mode 100644 index affa4453..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658486778_683618.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658486778:683618", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658487980_683631.json b/lenses/physics-objects/Scene/assets/1646688658487980_683631.json deleted file mode 100644 index d948f91e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658487980_683631.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658487980:683631", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.721576690673828, - -1.4210854715202004e-14, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 9.741897583007813, - 1.4210854715202004e-14, - 1.4210854715202004e-14 - ] - ], - [ - 3.2333333492279053, - [ - 9.709300994873047, - -1.4210854715202004e-14, - -2.942091015256665e-15 - ] - ], - [ - 3.9666666984558105, - [ - 9.730108261108398, - 2.842170943040401e-14, - 1.7763644626967758e-15 - ] - ], - [ - 6.633333206176758, - [ - 9.720242500305176, - -1.4210854715202004e-14, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658488235_683638.json b/lenses/physics-objects/Scene/assets/1646688658488235_683638.json deleted file mode 100644 index 9cdf88a7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658488235_683638.json +++ /dev/null @@ -1,1729 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658488235:683638", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026043014600872993, - -0.05039811506867409, - -0.05738971382379532, - 0.9967387914657593 - ] - ], - [ - 0.03333333507180214, - [ - -0.026043014600872993, - -0.05039811506867409, - -0.05738971382379532, - 0.9967387914657593 - ] - ], - [ - 0.06666667014360428, - [ - -0.02485739067196846, - -0.050542473793029785, - -0.059099167585372925, - 0.9966618418693542 - ] - ], - [ - 0.10000000149011612, - [ - -0.023546462878584862, - -0.050769586116075516, - -0.06106317788362503, - 0.9965638518333435 - ] - ], - [ - 0.13333334028720856, - [ - -0.022156525403261185, - -0.05107004567980766, - -0.06323988735675812, - 0.9964445233345032 - ] - ], - [ - 0.1666666716337204, - [ - -0.020725756883621216, - -0.051439445465803146, - -0.06557352840900421, - 0.9963054656982422 - ] - ], - [ - 0.20000000298023224, - [ - -0.019292006269097328, - -0.05187529698014259, - -0.06800763309001923, - 0.9961484670639038 - ] - ], - [ - 0.23333333432674408, - [ - -0.017892681062221527, - -0.052376385778188705, - -0.07048515230417252, - 0.9959760904312134 - ] - ], - [ - 0.2666666805744171, - [ - -0.016564730554819107, - -0.05294249206781387, - -0.07294847071170807, - 0.9957918524742126 - ] - ], - [ - 0.30000001192092896, - [ - -0.015344594605267048, - -0.05357358977198601, - -0.0753394365310669, - 0.9955995082855225 - ] - ], - [ - 0.3333333432674408, - [ - -0.014268356375396252, - -0.054269541054964066, - -0.07759955525398254, - 0.9954043030738831 - ] - ], - [ - 0.36666667461395264, - [ - -0.01337167527526617, - -0.05502936989068985, - -0.07966984808444977, - 0.9952113628387451 - ] - ], - [ - 0.4000000059604645, - [ - -0.01266261376440525, - -0.05583508312702179, - -0.08150194585323334, - 0.9950274229049683 - ] - ], - [ - 0.4333333373069763, - [ - -0.012137949466705322, - -0.056658968329429626, - -0.08305243402719498, - 0.9948591589927673 - ] - ], - [ - 0.46666666865348816, - [ - -0.011786028742790222, - -0.057466059923172, - -0.0842842161655426, - 0.9947134852409363 - ] - ], - [ - 0.5, - [ - -0.01158945169299841, - -0.0582147017121315, - -0.08516450971364975, - 0.9945972561836243 - ] - ], - [ - 0.5333333611488342, - [ - -0.011542648077011108, - -0.05885583534836769, - -0.08563311398029327, - 0.994519829750061 - ] - ], - [ - 0.6000000238418579, - [ - -0.011859053745865822, - -0.059699613600969315, - -0.08529705554246902, - 0.9944947361946106 - ] - ], - [ - 0.6333333253860474, - [ - -0.012187417596578598, - -0.06000489741563797, - -0.08485282957553864, - 0.9945103526115417 - ] - ], - [ - 0.6666666865348816, - [ - -0.012601200491189957, - -0.06025925278663635, - -0.08428079634904861, - 0.9945384860038757 - ] - ], - [ - 0.699999988079071, - [ - -0.01307521853595972, - -0.06047281622886658, - -0.08356063812971115, - 0.9945801496505737 - ] - ], - [ - 0.7333333492279053, - [ - -0.013590210117399693, - -0.06065518036484718, - -0.08270455151796341, - 0.9946337342262268 - ] - ], - [ - 0.7666666507720947, - [ - -0.014124979265034199, - -0.060818690806627274, - -0.08172471076250076, - 0.9946972727775574 - ] - ], - [ - 0.800000011920929, - [ - -0.014671653509140015, - -0.06096025928854942, - -0.08063703030347824, - 0.9947694540023804 - ] - ], - [ - 0.8333333134651184, - [ - -0.015222512185573578, - -0.061077218502759933, - -0.07945728302001953, - 0.9948490262031555 - ] - ], - [ - 0.8666666746139526, - [ - -0.0157699566334486, - -0.06116722896695137, - -0.07820117473602295, - 0.9949343800544739 - ] - ], - [ - 0.8999999761581421, - [ - -0.016306575387716293, - -0.06122846156358719, - -0.07688436657190323, - 0.9950246214866638 - ] - ], - [ - 0.9333333373069763, - [ - -0.016825085505843163, - -0.06125946342945099, - -0.07552239298820496, - 0.9951183795928955 - ] - ], - [ - 0.9666666388511658, - [ - -0.0173183623701334, - -0.061259251087903976, - -0.07413063943386078, - 0.995214581489563 - ] - ], - [ - 1.0, - [ - -0.017779415473341942, - -0.06122727319598198, - -0.07272443920373917, - 0.9953121542930603 - ] - ], - [ - 1.0333333015441895, - [ - -0.018201377242803574, - -0.06116338074207306, - -0.07131895422935486, - 0.995410144329071 - ] - ], - [ - 1.0666667222976685, - [ - -0.018577463924884796, - -0.061067793518304825, - -0.06992923468351364, - 0.9955076575279236 - ] - ], - [ - 1.100000023841858, - [ - -0.018900994211435318, - -0.06094105541706085, - -0.06857030093669891, - 0.9956038594245911 - ] - ], - [ - 1.1333333253860474, - [ - -0.019165312871336937, - -0.060783978551626205, - -0.06725700199604034, - 0.9956979751586914 - ] - ], - [ - 1.1666666269302368, - [ - -0.01936378702521324, - -0.06059759110212326, - -0.06600409001111984, - 0.9957893490791321 - ] - ], - [ - 1.2000000476837158, - [ - -0.019580867141485214, - -0.060376983135938644, - -0.06479457020759583, - 0.9958780407905579 - ] - ], - [ - 1.2333333492279053, - [ - -0.01989409700036049, - -0.060118503868579865, - -0.0636134222149849, - 0.9959635138511658 - ] - ], - [ - 1.2666666507720947, - [ - -0.020286377519369125, - -0.05982530862092972, - -0.06247847527265549, - 0.9960451126098633 - ] - ], - [ - 1.2999999523162842, - [ - -0.02073487639427185, - -0.05949797481298447, - -0.061409857124090195, - 0.9961219429969788 - ] - ], - [ - 1.3333333730697632, - [ - -0.021223299205303192, - -0.05913989245891571, - -0.06042485311627388, - 0.9961932897567749 - ] - ], - [ - 1.3666666746139526, - [ - -0.021717917174100876, - -0.058746565133333206, - -0.059547681361436844, - 0.9962586164474487 - ] - ], - [ - 1.399999976158142, - [ - -0.022188909351825714, - -0.0583149716258049, - -0.058800745755434036, - 0.996317982673645 - ] - ], - [ - 1.4333332777023315, - [ - -0.022625381126999855, - -0.057853665202856064, - -0.05820322036743164, - 0.9963701367378235 - ] - ], - [ - 1.4666666984558105, - [ - -0.023018253967165947, - -0.05737012252211571, - -0.057776689529418945, - 0.9964138865470886 - ] - ], - [ - 1.5, - [ - -0.023360226303339005, - -0.05685233697295189, - -0.05750788375735283, - 0.996451199054718 - ] - ], - [ - 1.5333333015441895, - [ - -0.02364666946232319, - -0.0562889464199543, - -0.05736355856060982, - 0.9964847564697266 - ] - ], - [ - 1.5666667222976685, - [ - -0.023869136348366737, - -0.055698901414871216, - -0.05731770768761635, - 0.9965152144432068 - ] - ], - [ - 1.600000023841858, - [ - -0.024021996185183525, - -0.0550992414355278, - -0.057348672300577164, - 0.9965431094169617 - ] - ], - [ - 1.6333333253860474, - [ - -0.024092914536595345, - -0.054509200155735016, - -0.05743176490068436, - 0.9965691566467285 - ] - ], - [ - 1.6666666269302368, - [ - -0.024072345346212387, - -0.05394625663757324, - -0.05754413828253746, - 0.996593713760376 - ] - ], - [ - 1.7000000476837158, - [ - -0.023974047973752022, - -0.05341228470206261, - -0.05768004059791565, - 0.9966169595718384 - ] - ], - [ - 1.7333333492279053, - [ - -0.02381189353764057, - -0.052909523248672485, - -0.057833634316921234, - 0.9966387748718262 - ] - ], - [ - 1.7666666507720947, - [ - -0.023599864915013313, - -0.05244051665067673, - -0.05799904838204384, - 0.996658980846405 - ] - ], - [ - 1.7999999523162842, - [ - -0.0233520045876503, - -0.052008140832185745, - -0.05817035213112831, - 0.9966775178909302 - ] - ], - [ - 1.8333333730697632, - [ - -0.02308250218629837, - -0.05161549523472786, - -0.058341532945632935, - 0.9966942071914673 - ] - ], - [ - 1.8666666746139526, - [ - -0.022805649787187576, - -0.05126584693789482, - -0.058506496250629425, - 0.9967089295387268 - ] - ], - [ - 1.899999976158142, - [ - -0.02253578044474125, - -0.05096261948347092, - -0.058659084141254425, - 0.9967216849327087 - ] - ], - [ - 1.9666666984558105, - [ - -0.022075006738305092, - -0.050509605556726456, - -0.05890161916613579, - 0.9967408180236816 - ] - ], - [ - 2.200000047683716, - [ - -0.02270331233739853, - -0.050837185233831406, - -0.05841967090964317, - 0.9967384338378906 - ] - ], - [ - 2.2333333492279053, - [ - -0.023181486874818802, - -0.05112660303711891, - -0.058115117251873016, - 0.9967303276062012 - ] - ], - [ - 2.2666666507720947, - [ - -0.023764777928590775, - -0.05147724226117134, - -0.05774012580513954, - 0.9967204332351685 - ] - ], - [ - 2.299999952316284, - [ - -0.024451443925499916, - -0.051893237978219986, - -0.057289328426122665, - 0.9967081546783447 - ] - ], - [ - 2.3333332538604736, - [ - -0.025237277150154114, - -0.0523240864276886, - -0.05675329267978668, - 0.9966967105865479 - ] - ], - [ - 2.366666555404663, - [ - -0.02611265331506729, - -0.0527193583548069, - -0.056141871958971024, - 0.9966880679130554 - ] - ], - [ - 2.4000000953674316, - [ - -0.027153609320521355, - -0.05306420847773552, - -0.05545885115861893, - 0.9966800808906555 - ] - ], - [ - 2.433333396911621, - [ - -0.028437303379178047, - -0.053348492830991745, - -0.05470000207424164, - 0.9966711401939392 - ] - ], - [ - 2.4666666984558105, - [ - -0.029944246634840965, - -0.05357072502374649, - -0.05387941375374794, - 0.9966596961021423 - ] - ], - [ - 2.5, - [ - -0.03164982050657272, - -0.053733788430690765, - -0.05300842598080635, - 0.996644914150238 - ] - ], - [ - 2.5333333015441895, - [ - -0.033526837825775146, - -0.05384311079978943, - -0.05209740996360779, - 0.9966256618499756 - ] - ], - [ - 2.566666603088379, - [ - -0.035548023879528046, - -0.053904395550489426, - -0.05115658417344093, - 0.9966010451316833 - ] - ], - [ - 2.5999999046325684, - [ - -0.03768611699342728, - -0.053923599421978, - -0.050195951014757156, - 0.9965704083442688 - ] - ], - [ - 2.633333444595337, - [ - -0.039913784712553024, - -0.053906600922346115, - -0.049225352704524994, - 0.9965329170227051 - ] - ], - [ - 2.6666667461395264, - [ - -0.04220358282327652, - -0.05385932698845863, - -0.04825463518500328, - 0.9964886903762817 - ] - ], - [ - 2.700000047683716, - [ - -0.04452815651893616, - -0.05378732457756996, - -0.0472935289144516, - 0.9964374899864197 - ] - ], - [ - 2.7333333492279053, - [ - -0.04686003550887108, - -0.05369590222835541, - -0.04635179042816162, - 0.9963796734809875 - ] - ], - [ - 2.7666666507720947, - [ - -0.049171824008226395, - -0.05358991026878357, - -0.04543926939368248, - 0.9963160753250122 - ] - ], - [ - 2.799999952316284, - [ - -0.05143609270453453, - -0.05347367003560066, - -0.04456579312682152, - 0.9962474703788757 - ] - ], - [ - 2.8333332538604736, - [ - -0.053625382483005524, - -0.053350914269685745, - -0.043741364032030106, - 0.9961750507354736 - ] - ], - [ - 2.866666555404663, - [ - -0.05571233108639717, - -0.05322478339076042, - -0.04297599568963051, - 0.996100664138794 - ] - ], - [ - 2.9000000953674316, - [ - -0.05766957998275757, - -0.05309763550758362, - -0.042279843240976334, - 0.9960257411003113 - ] - ], - [ - 2.933333396911621, - [ - -0.059426844120025635, - -0.05296948179602623, - -0.04167727008461952, - 0.9959546327590942 - ] - ], - [ - 2.9666666984558105, - [ - -0.060927990823984146, - -0.052839260548353195, - -0.04118800535798073, - 0.9958912134170532 - ] - ], - [ - 3.0, - [ - -0.062167029827833176, - -0.05270708352327347, - -0.04081541299819946, - 0.9958370923995972 - ] - ], - [ - 3.0333333015441895, - [ - -0.06313765794038773, - -0.052572835236787796, - -0.040562838315963745, - 0.995793342590332 - ] - ], - [ - 3.066666603088379, - [ - -0.06380733102560043, - -0.05242873355746269, - -0.040443409234285355, - 0.9957631230354309 - ] - ], - [ - 3.133333444595337, - [ - -0.0641922727227211, - -0.05210117995738983, - -0.04062795266509056, - 0.9957481622695923 - ] - ], - [ - 3.1666667461395264, - [ - -0.0639427900314331, - -0.05193007364869118, - -0.04092257097363472, - 0.9957610964775085 - ] - ], - [ - 3.200000047683716, - [ - -0.0634436383843422, - -0.05177127942442894, - -0.04131307825446129, - 0.9957850575447083 - ] - ], - [ - 3.2333333492279053, - [ - -0.06270987540483475, - -0.05163953825831413, - -0.041776739060878754, - 0.9958190321922302 - ] - ], - [ - 3.2666666507720947, - [ - -0.0617363378405571, - -0.05155898258090019, - -0.04252731800079346, - 0.9958522319793701 - ] - ], - [ - 3.299999952316284, - [ - -0.06054459884762764, - -0.05154556408524513, - -0.043720923364162445, - 0.9958745241165161 - ] - ], - [ - 3.3333332538604736, - [ - -0.05915966257452965, - -0.051586925983428955, - -0.04527992010116577, - 0.9958858489990234 - ] - ], - [ - 3.366666555404663, - [ - -0.05761317163705826, - -0.051673077046871185, - -0.04713563248515129, - 0.995885968208313 - ] - ], - [ - 3.4000000953674316, - [ - -0.05594252422451973, - -0.0518035888671875, - -0.04924602806568146, - 0.9958723187446594 - ] - ], - [ - 3.433333396911621, - [ - -0.054189618676900864, - -0.051976315677165985, - -0.05156981572508812, - 0.9958426356315613 - ] - ], - [ - 3.4666666984558105, - [ - -0.05238817259669304, - -0.052191510796546936, - -0.05405203998088837, - 0.9957961440086365 - ] - ], - [ - 3.5, - [ - -0.05057164281606674, - -0.05245141685009003, - -0.056637395173311234, - 0.9957326650619507 - ] - ], - [ - 3.5333333015441895, - [ - -0.048773087561130524, - -0.05275958403944969, - -0.05927017331123352, - 0.995652973651886 - ] - ], - [ - 3.566666603088379, - [ - -0.04702527076005936, - -0.05312059447169304, - -0.06189418211579323, - 0.9955580830574036 - ] - ], - [ - 3.5999999046325684, - [ - -0.045348264276981354, - -0.05353885143995285, - -0.06445667147636414, - 0.9954509139060974 - ] - ], - [ - 3.633333444595337, - [ - -0.043774813413619995, - -0.05401935428380966, - -0.06690042465925217, - 0.9953341484069824 - ] - ], - [ - 3.6666667461395264, - [ - -0.04235611483454704, - -0.05456665903329849, - -0.06916187703609467, - 0.9952110648155212 - ] - ], - [ - 3.700000047683716, - [ - -0.04111500456929207, - -0.05516919493675232, - -0.07118814438581467, - 0.9950870275497437 - ] - ], - [ - 3.7333333492279053, - [ - -0.04006309062242508, - -0.055805426090955734, - -0.07293114811182022, - 0.9949682354927063 - ] - ], - [ - 3.7666666507720947, - [ - -0.03920327499508858, - -0.05644591152667999, - -0.0743485763669014, - 0.9948614239692688 - ] - ], - [ - 3.799999952316284, - [ - -0.038532648235559464, - -0.05705415457487106, - -0.07540218532085419, - 0.9947736263275146 - ] - ], - [ - 3.8333332538604736, - [ - -0.03806011378765106, - -0.05758895352482796, - -0.07602429389953613, - 0.9947136640548706 - ] - ], - [ - 3.866666555404663, - [ - -0.03776159510016441, - -0.05800621956586838, - -0.07615208625793457, - 0.994691014289856 - ] - ], - [ - 3.9000000953674316, - [ - -0.037595417350530624, - -0.058337558060884476, - -0.0759505107998848, - 0.9946933388710022 - ] - ], - [ - 3.933333396911621, - [ - -0.037541233003139496, - -0.05862606316804886, - -0.075629323720932, - 0.9947029948234558 - ] - ], - [ - 3.9666666984558105, - [ - -0.03757695481181145, - -0.0588756687939167, - -0.07517636567354202, - 0.9947211146354675 - ] - ], - [ - 4.0, - [ - -0.037676867097616196, - -0.05909278616309166, - -0.07457178831100464, - 0.9947500824928284 - ] - ], - [ - 4.0333333015441895, - [ - -0.037821460515260696, - -0.059285517781972885, - -0.07382838428020477, - 0.9947885870933533 - ] - ], - [ - 4.066666603088379, - [ - -0.03798938915133476, - -0.059464599937200546, - -0.07295916974544525, - 0.9948355555534363 - ] - ], - [ - 4.099999904632568, - [ - -0.03817242383956909, - -0.05962638929486275, - -0.07198011875152588, - 0.9948901534080505 - ] - ], - [ - 4.133333206176758, - [ - -0.038362469524145126, - -0.05976756289601326, - -0.07090716809034348, - 0.9949514269828796 - ] - ], - [ - 4.166666507720947, - [ - -0.038551636040210724, - -0.05988522991538048, - -0.0697561725974083, - 0.9950184226036072 - ] - ], - [ - 4.199999809265137, - [ - -0.03873218968510628, - -0.059976957738399506, - -0.06854299455881119, - 0.9950901865959167 - ] - ], - [ - 4.233333110809326, - [ - -0.03889653459191322, - -0.06004082038998604, - -0.06728324294090271, - 0.9951658844947815 - ] - ], - [ - 4.266666889190674, - [ - -0.03903723880648613, - -0.060075365006923676, - -0.06599251925945282, - 0.9952448010444641 - ] - ], - [ - 4.300000190734863, - [ - -0.039147019386291504, - -0.06007952243089676, - -0.06468641757965088, - 0.9953259825706482 - ] - ], - [ - 4.333333492279053, - [ - -0.039218734949827194, - -0.06005274876952171, - -0.06338019669055939, - 0.9954087138175964 - ] - ], - [ - 4.366666793823242, - [ - -0.039245326071977615, - -0.059994835406541824, - -0.062089186161756516, - 0.9954925179481506 - ] - ], - [ - 4.400000095367432, - [ - -0.03921983018517494, - -0.059905968606472015, - -0.0608285591006279, - 0.995576798915863 - ] - ], - [ - 4.433333396911621, - [ - -0.03913533315062523, - -0.05978657677769661, - -0.05961335822939873, - 0.9956607222557068 - ] - ], - [ - 4.4666666984558105, - [ - -0.038984932005405426, - -0.05963736027479172, - -0.058458585292100906, - 0.9957440495491028 - ] - ], - [ - 4.5, - [ - -0.03876171633601189, - -0.059459179639816284, - -0.0573791079223156, - 0.9958261847496033 - ] - ], - [ - 4.5333333015441895, - [ - -0.038458675146102905, - -0.05925299972295761, - -0.05638981983065605, - 0.9959068298339844 - ] - ], - [ - 4.566666603088379, - [ - -0.0380689911544323, - -0.059019722044467926, - -0.05550540238618851, - 0.9959853291511536 - ] - ], - [ - 4.599999904632568, - [ - -0.0375814288854599, - -0.058758076280355453, - -0.05474245548248291, - 0.9960614442825317 - ] - ], - [ - 4.633333206176758, - [ - -0.03699161484837532, - -0.05846923962235451, - -0.054114606231451035, - 0.9961348176002502 - ] - ], - [ - 4.666666507720947, - [ - -0.036277927458286285, - -0.05814746022224426, - -0.053642261773347855, - 0.9962054491043091 - ] - ], - [ - 4.699999809265137, - [ - -0.035422470420598984, - -0.05778821185231209, - -0.05334397032856941, - 0.9962731599807739 - ] - ], - [ - 4.733333110809326, - [ - -0.03442639485001564, - -0.057397812604904175, - -0.053235363215208054, - 0.9963364601135254 - ] - ], - [ - 4.766666889190674, - [ - -0.03329262137413025, - -0.05698166415095329, - -0.05333416163921356, - 0.9963936805725098 - ] - ], - [ - 4.800000190734863, - [ - -0.03202570602297783, - -0.05652577430009842, - -0.053622372448444366, - 0.9964455962181091 - ] - ], - [ - 4.833333492279053, - [ - -0.0306328684091568, - -0.05601818114519119, - -0.054062336683273315, - 0.9964942932128906 - ] - ], - [ - 4.866666793823242, - [ - -0.029117491096258163, - -0.05547747015953064, - -0.054624252021312714, - 0.9965394139289856 - ] - ], - [ - 4.900000095367432, - [ - -0.027472877874970436, - -0.05492107942700386, - -0.05528663098812103, - 0.9965804219245911 - ] - ], - [ - 4.933333396911621, - [ - -0.025684794411063194, - -0.0543692409992218, - -0.056025244295597076, - 0.9966170191764832 - ] - ], - [ - 4.9666666984558105, - [ - -0.023754287511110306, - -0.053841229528188705, - -0.05681351572275162, - 0.9966490268707275 - ] - ], - [ - 5.0, - [ - -0.021705767139792442, - -0.053341422230005264, - -0.057641785591840744, - 0.9966749548912048 - ] - ], - [ - 5.0333333015441895, - [ - -0.019563794136047363, - -0.05287458747625351, - -0.058500342071056366, - 0.9966942667961121 - ] - ], - [ - 5.066666603088379, - [ - -0.017353083938360214, - -0.05244560167193413, - -0.05937933176755905, - 0.9967057704925537 - ] - ], - [ - 5.099999904632568, - [ - -0.015098536387085915, - -0.05205954983830452, - -0.06026880815625191, - 0.9967093467712402 - ] - ], - [ - 5.133333206176758, - [ - -0.012825196608901024, - -0.05172144994139671, - -0.06115865334868431, - 0.9967046976089478 - ] - ], - [ - 5.166666507720947, - [ - -0.01055828295648098, - -0.05143618956208229, - -0.06203853338956833, - 0.9966915845870972 - ] - ], - [ - 5.199999809265137, - [ - -0.008323177695274353, - -0.05120857059955597, - -0.06289795786142349, - 0.9966706037521362 - ] - ], - [ - 5.233333110809326, - [ - -0.006145368330180645, - -0.05104311928153038, - -0.06372622400522232, - 0.9966422915458679 - ] - ], - [ - 5.266666889190674, - [ - -0.004050439223647118, - -0.05094390735030174, - -0.06451237201690674, - 0.9966074824333191 - ] - ], - [ - 5.300000190734863, - [ - -0.0020641894079744816, - -0.050914742052555084, - -0.06524517387151718, - 0.9965673685073853 - ] - ], - [ - 5.333333492279053, - [ - -0.00021236434986349195, - -0.050958774983882904, - -0.06591321527957916, - 0.9965232610702515 - ] - ], - [ - 5.366666793823242, - [ - 0.001479202532209456, - -0.05107865855097771, - -0.06650480628013611, - 0.9964767694473267 - ] - ], - [ - 5.400000095367432, - [ - 0.0029846690595149994, - -0.051276348531246185, - -0.06700797379016876, - 0.9964295029640198 - ] - ], - [ - 5.433333396911621, - [ - 0.004288268741220236, - -0.0515483021736145, - -0.06741420924663544, - 0.9963834285736084 - ] - ], - [ - 5.4666666984558105, - [ - 0.005381082184612751, - -0.05188683792948723, - -0.06771745532751083, - 0.9963399767875671 - ] - ], - [ - 5.5, - [ - 0.006245666649192572, - -0.05228729173541069, - -0.06790807843208313, - 0.9963009357452393 - ] - ], - [ - 5.5333333015441895, - [ - 0.006871808785945177, - -0.05274086818099022, - -0.0679793506860733, - 0.9962680339813232 - ] - ], - [ - 5.566666603088379, - [ - 0.007245746906846762, - -0.0532490499317646, - -0.06792128831148148, - 0.9962424039840698 - ] - ], - [ - 5.599999904632568, - [ - 0.0073583535850048065, - -0.05380997434258461, - -0.06772307306528091, - 0.9962249398231506 - ] - ], - [ - 5.633333206176758, - [ - 0.007202974986284971, - -0.05436316505074501, - -0.06737536191940308, - 0.9962195158004761 - ] - ], - [ - 5.666666507720947, - [ - 0.006778208073228598, - -0.05485111102461815, - -0.06688866764307022, - 0.9962285757064819 - ] - ], - [ - 5.699999809265137, - [ - 0.006087156943976879, - -0.05525808781385422, - -0.066297248005867, - 0.9962501525878906 - ] - ], - [ - 5.733333110809326, - [ - 0.0051383585669100285, - -0.05557491257786751, - -0.06562920659780502, - 0.9962819814682007 - ] - ], - [ - 5.766666889190674, - [ - 0.003950005397200584, - -0.05580051988363266, - -0.06489904224872589, - 0.9963226318359375 - ] - ], - [ - 5.800000190734863, - [ - 0.0025454077403992414, - -0.055938903242349625, - -0.06411799788475037, - 0.9963701367378235 - ] - ], - [ - 5.833333492279053, - [ - 0.0009505325579084456, - -0.055996980518102646, - -0.06329603493213654, - 0.9964221119880676 - ] - ], - [ - 5.866666793823242, - [ - -0.0008085892768576741, - -0.055982112884521484, - -0.062442660331726074, - 0.996476948261261 - ] - ], - [ - 5.900000095367432, - [ - -0.002705872058868408, - -0.05590200424194336, - -0.06156707555055618, - 0.9965325593948364 - ] - ], - [ - 5.933333396911621, - [ - -0.004715192597359419, - -0.05576447397470474, - -0.06067826226353645, - 0.9965873956680298 - ] - ], - [ - 5.9666666984558105, - [ - -0.006810322869569063, - -0.055577345192432404, - -0.05978492274880409, - 0.9966397285461426 - ] - ], - [ - 6.0, - [ - -0.008965023793280125, - -0.055348291993141174, - -0.058895763009786606, - 0.9966883659362793 - ] - ], - [ - 6.0333333015441895, - [ - -0.011153013445436954, - -0.05508477985858917, - -0.05801936611533165, - 0.9967321753501892 - ] - ], - [ - 6.066666603088379, - [ - -0.013347943313419819, - -0.05479390546679497, - -0.05716439709067345, - 0.9967706203460693 - ] - ], - [ - 6.099999904632568, - [ - -0.01552345510572195, - -0.05448233708739281, - -0.05633953586220741, - 0.9968032836914063 - ] - ], - [ - 6.133333206176758, - [ - -0.017653146758675575, - -0.05415617674589157, - -0.05555359646677971, - 0.996829628944397 - ] - ], - [ - 6.166666507720947, - [ - -0.01971062645316124, - -0.05382104218006134, - -0.05481551215052605, - 0.9968500733375549 - ] - ], - [ - 6.199999809265137, - [ - -0.021669479086995125, - -0.053481847047805786, - -0.054134417325258255, - 0.9968649744987488 - ] - ], - [ - 6.233333110809326, - [ - -0.02350330539047718, - -0.05314277485013008, - -0.05351957678794861, - 0.9968746900558472 - ] - ], - [ - 6.266666889190674, - [ - -0.025185752660036087, - -0.052807409316301346, - -0.0529804453253746, - 0.996880292892456 - ] - ], - [ - 6.300000190734863, - [ - -0.026690397411584854, - -0.052478447556495667, - -0.05252663046121597, - 0.996882438659668 - ] - ], - [ - 6.333333492279053, - [ - -0.027990978211164474, - -0.05215794965624809, - -0.05216794088482857, - 0.996882438659668 - ] - ], - [ - 6.366666793823242, - [ - -0.029035111889243126, - -0.05183761566877365, - -0.05192381888628006, - 0.9968820214271545 - ] - ], - [ - 6.400000095367432, - [ - -0.029781334102153778, - -0.05151251703500748, - -0.05180960148572922, - 0.9968827962875366 - ] - ], - [ - 6.433333396911621, - [ - -0.03022271953523159, - -0.05118996649980545, - -0.05182919651269913, - 0.9968851208686829 - ] - ], - [ - 6.4666666984558105, - [ - -0.030361244454979897, - -0.05087953433394432, - -0.05198340117931366, - 0.9968887567520142 - ] - ], - [ - 6.5, - [ - -0.030214840546250343, - -0.050594162195920944, - -0.05224267765879631, - 0.9968941807746887 - ] - ], - [ - 6.5333333015441895, - [ - -0.029806815087795258, - -0.050350673496723175, - -0.05258253961801529, - 0.9969009160995483 - ] - ], - [ - 6.566666603088379, - [ - -0.0291568785905838, - -0.05019683763384819, - -0.053205523639917374, - 0.9968948364257813 - ] - ], - [ - 6.599999904632568, - [ - -0.028291678056120872, - -0.0501638688147068, - -0.05426429957151413, - 0.996864378452301 - ] - ], - [ - 6.633333206176758, - [ - -0.027241457253694534, - -0.05023587867617607, - -0.05568185821175575, - 0.9968118071556091 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658488473_683645.json b/lenses/physics-objects/Scene/assets/1646688658488473_683645.json deleted file mode 100644 index 8e2e27b6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658488473_683645.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658488473:683645", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658489602_683658.json b/lenses/physics-objects/Scene/assets/1646688658489602_683658.json deleted file mode 100644 index 1e8f8526..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658489602_683658.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658489602:683658", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.704326629638672, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.716970443725586, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.652694702148438, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.678302764892578, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.712156295776367, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.75533390045166, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.788521766662598, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.794644355773926, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.767488479614258, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.719871520996094, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.682476997375488, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.689746856689453, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.729743957519531, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.778515815734863, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.796714782714844, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.776395797729492, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.740674018859863, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.711181640625, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 9.688368797302246, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.677266120910645, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.641425132751465, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.640412330627441, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.662221908569336, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.74171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.766341209411621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.758034706115723, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.725704193115234, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.700185775756836, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.68758773803711, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.655640602111816, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.63571548461914, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 9.632442474365234, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.653716087341309, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.69595718383789, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.744750022888184, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.782364845275879, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.779633522033691, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.73636245727539, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.704923629760742, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.695144653320313, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.64456558227539, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.652572631835938, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.706216812133789, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.781662940979004, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.845727920532227, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.879295349121094, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.870356559753418, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.831686973571777, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.787400245666504, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.754205703735352, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.7283353805542, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.699947357177734, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.697094917297363, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.738727569580078, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.795510292053223, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.817014694213867, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.783417701721191, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.780190467834473, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.729022026062012, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.600573539733887, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.50210952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.611421585083008, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.780596733093262, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.787297248840332, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.7149076461792, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.629046440124512, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.630462646484375, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.65186595916748, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.74002456665039, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.765545845031738, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.7597017288208, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.732749938964844, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.701884269714355, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.680343627929688, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.65731143951416, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.628437042236328, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.65598201751709, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.704326629638672, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658489859_683665.json b/lenses/physics-objects/Scene/assets/1646688658489859_683665.json deleted file mode 100644 index cfb1853f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658489859_683665.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658489859:683665", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.02431538514792919, - -0.12669247388839722, - 0.05545997619628906, - 0.9900919198989868 - ] - ], - [ - 0.03333333507180214, - [ - 0.02431538514792919, - -0.12669247388839722, - 0.05545997619628906, - 0.9900919198989868 - ] - ], - [ - 0.06666667014360428, - [ - 0.02918912284076214, - -0.027353160083293915, - -0.02618793211877346, - 0.9988563656806946 - ] - ], - [ - 0.10000000149011612, - [ - 0.031844548881053925, - -0.0012934420956298709, - -0.08301549404859543, - 0.9960386157035828 - ] - ], - [ - 0.13333334028720856, - [ - 0.02821734920144081, - 0.003905844409018755, - -0.04992314428091049, - 0.998346745967865 - ] - ], - [ - 0.1666666716337204, - [ - 0.019487304612994194, - 0.025565529242157936, - 0.013985525816679, - 0.9993853569030762 - ] - ], - [ - 0.20000000298023224, - [ - 0.012584445998072624, - 0.03549465164542198, - 0.049707747995853424, - 0.9980535507202148 - ] - ], - [ - 0.23333333432674408, - [ - 0.011453562416136265, - 0.03442041948437691, - 0.04720412194728851, - 0.9982263445854187 - ] - ], - [ - 0.2666666805744171, - [ - 0.01534696202725172, - 0.03235730156302452, - 0.031908418983221054, - 0.998849093914032 - ] - ], - [ - 0.30000001192092896, - [ - 0.020498964935541153, - 0.029931848868727684, - 0.005288342013955116, - 0.9993277192115784 - ] - ], - [ - 0.3333333432674408, - [ - 0.023533372208476067, - 0.026167983189225197, - -0.027689479291439056, - 0.9989968538284302 - ] - ], - [ - 0.36666667461395264, - [ - 0.022382324561476707, - 0.017953934147953987, - -0.06004731357097626, - 0.9977830648422241 - ] - ], - [ - 0.4000000059604645, - [ - 0.015612051822245121, - 0.002801925875246525, - -0.08451708406209946, - 0.9962958693504333 - ] - ], - [ - 0.4333333373069763, - [ - 0.005398020148277283, - -0.014000315219163895, - -0.09523255378007889, - 0.995341956615448 - ] - ], - [ - 0.46666666865348816, - [ - -0.006362917833030224, - -0.01900942251086235, - -0.08734510093927383, - 0.9959763884544373 - ] - ], - [ - 0.5, - [ - -0.016696760430932045, - -0.007488003466278315, - -0.06376360356807709, - 0.9977972507476807 - ] - ], - [ - 0.5333333611488342, - [ - -0.02462746389210224, - 0.01267952285706997, - -0.027763599529862404, - 0.999230682849884 - ] - ], - [ - 0.5666666626930237, - [ - -0.0314314179122448, - 0.025019316002726555, - 0.01909446343779564, - 0.9990102648735046 - ] - ], - [ - 0.6000000238418579, - [ - -0.03611522912979126, - 0.01776963844895363, - 0.06482226401567459, - 0.9970847368240356 - ] - ], - [ - 0.6333333253860474, - [ - -0.03762562945485115, - -0.00012040598085150123, - 0.09026763588190079, - 0.9952065348625183 - ] - ], - [ - 0.6666666865348816, - [ - -0.033689528703689575, - -0.009602764621376991, - 0.0838371142745018, - 0.9958636164665222 - ] - ], - [ - 0.699999988079071, - [ - -0.025012483820319176, - -0.006893174257129431, - 0.05316884070634842, - 0.9982484579086304 - ] - ], - [ - 0.7333333492279053, - [ - -0.015456370078027248, - -0.00342917931266129, - 0.010624370537698269, - 0.9998182058334351 - ] - ], - [ - 0.7666666507720947, - [ - -0.007824976928532124, - -0.00951687153428793, - -0.028172621503472328, - 0.9995271563529968 - ] - ], - [ - 0.800000011920929, - [ - -0.0049048010259866714, - -0.02084290236234665, - -0.043402377516031265, - 0.9988282918930054 - ] - ], - [ - 0.8333333134651184, - [ - -0.00718811247497797, - -0.02425689622759819, - -0.0333283431828022, - 0.9991241693496704 - ] - ], - [ - 0.8666666746139526, - [ - -0.01380701269954443, - -0.01782042905688286, - -0.01413736678659916, - 0.999646008014679 - ] - ], - [ - 0.8999999761581421, - [ - -0.02462954632937908, - -0.004708646330982447, - 0.00920554343611002, - 0.9996432662010193 - ] - ], - [ - 0.9333333373069763, - [ - -0.037742454558610916, - 0.00871843658387661, - 0.03598656877875328, - 0.9986012578010559 - ] - ], - [ - 0.9666666388511658, - [ - -0.05000071972608566, - 0.015964951366186142, - 0.0643153041601181, - 0.9965483546257019 - ] - ], - [ - 1.0, - [ - -0.058751121163368225, - 0.012930838391184807, - 0.08918270468711853, - 0.9941969513893127 - ] - ], - [ - 1.0333333015441895, - [ - -0.061986107379198074, - 0.0013628046726807952, - 0.10255862027406693, - 0.9927928447723389 - ] - ], - [ - 1.0666667222976685, - [ - -0.0594572052359581, - -0.010344075039029121, - 0.10061967372894287, - 0.9930930137634277 - ] - ], - [ - 1.100000023841858, - [ - -0.05211877450346947, - -0.01529049500823021, - 0.08891621977090836, - 0.9945570826530457 - ] - ], - [ - 1.1333333253860474, - [ - -0.041242025792598724, - -0.01141289621591568, - 0.07138281315565109, - 0.9965306520462036 - ] - ], - [ - 1.1666666269302368, - [ - -0.029726730659604073, - -0.00126490811817348, - 0.04892686381936073, - 0.9983590841293335 - ] - ], - [ - 1.2000000476837158, - [ - -0.020171312615275383, - 0.008783052675426006, - 0.02135099470615387, - 0.9995299577713013 - ] - ], - [ - 1.2333333492279053, - [ - -0.012868291698396206, - 0.011007442139089108, - -0.007999880239367485, - 0.999824583530426 - ] - ], - [ - 1.2666666507720947, - [ - -0.008577181026339531, - 0.0018321166280657053, - -0.033310677856206894, - 0.9994065761566162 - ] - ], - [ - 1.2999999523162842, - [ - -0.007589464541524649, - -0.012732069939374924, - -0.048947084695100784, - 0.9986913800239563 - ] - ], - [ - 1.3333333730697632, - [ - -0.01374152023345232, - -0.014738253317773342, - -0.027459146454930305, - 0.9994198083877563 - ] - ], - [ - 1.3666666746139526, - [ - -0.027803482487797737, - -0.0031870249658823013, - 0.03347015753388405, - 0.9990478157997131 - ] - ], - [ - 1.399999976158142, - [ - -0.042763713747262955, - -0.004152828827500343, - 0.10285623371601105, - 0.9937679171562195 - ] - ], - [ - 1.4333332777023315, - [ - -0.05349346995353699, - -0.021993061527609825, - 0.1358153074979782, - 0.9890444874763489 - ] - ], - [ - 1.4666666984558105, - [ - -0.060316137969493866, - -0.03567962720990181, - 0.12561185657978058, - 0.9896012544631958 - ] - ], - [ - 1.5, - [ - -0.06259611994028091, - -0.03721969947218895, - 0.10434134304523468, - 0.99187171459198 - ] - ], - [ - 1.5333333015441895, - [ - -0.05923495814204216, - -0.025841331109404564, - 0.07827655225992203, - 0.9948347806930542 - ] - ], - [ - 1.5666667222976685, - [ - -0.051048748195171356, - -0.005494469776749611, - 0.049266133457422256, - 0.9974651336669922 - ] - ], - [ - 1.600000023841858, - [ - -0.03996340185403824, - 0.018503524363040924, - 0.018464911729097366, - 0.998859167098999 - ] - ], - [ - 1.6333333253860474, - [ - -0.029781673103570938, - 0.03966325521469116, - -0.011634483933448792, - 0.9987015128135681 - ] - ], - [ - 1.6666666269302368, - [ - -0.021898677572607994, - 0.05235389992594719, - -0.03669308125972748, - 0.9977139830589294 - ] - ], - [ - 1.7000000476837158, - [ - -0.0185464546084404, - 0.05170907825231552, - -0.05297951400279999, - 0.9970834255218506 - ] - ], - [ - 1.7333333492279053, - [ - -0.020362485200166702, - 0.042742736637592316, - -0.05234630033373833, - 0.9975061416625977 - ] - ], - [ - 1.7666666507720947, - [ - -0.02527354098856449, - 0.0371914803981781, - -0.03526350110769272, - 0.9983659386634827 - ] - ], - [ - 1.7999999523162842, - [ - -0.029550082981586456, - 0.039609652012586594, - -0.006945276167243719, - 0.9987541437149048 - ] - ], - [ - 1.8333333730697632, - [ - -0.031013082712888718, - 0.04803897440433502, - 0.028842000290751457, - 0.9979472756385803 - ] - ], - [ - 1.8666666746139526, - [ - -0.02848425693809986, - 0.05841302499175072, - 0.06256888806819916, - 0.9959225654602051 - ] - ], - [ - 1.899999976158142, - [ - -0.021642407402396202, - 0.06770963966846466, - 0.08019968122243881, - 0.994240939617157 - ] - ], - [ - 1.9333332777023315, - [ - -0.010624321177601814, - 0.07195307314395905, - 0.07036338001489639, - 0.9948662519454956 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030685849487781525, - 0.0684751644730568, - 0.035805512219667435, - 0.9970054626464844 - ] - ], - [ - 2.0, - [ - 0.017696693539619446, - 0.05556643009185791, - -0.012706238776445389, - 0.9982172846794128 - ] - ], - [ - 2.0333333015441895, - [ - 0.03128698468208313, - 0.03218243643641472, - -0.061838626861572266, - 0.9970764517784119 - ] - ], - [ - 2.066666603088379, - [ - 0.04181577265262604, - 0.002416543662548065, - -0.09585386514663696, - 0.9945138692855835 - ] - ], - [ - 2.0999999046325684, - [ - 0.04542900621891022, - -0.02353871613740921, - -0.1028830036520958, - 0.9933766722679138 - ] - ], - [ - 2.133333444595337, - [ - 0.04091490060091019, - -0.027956560254096985, - -0.08119691163301468, - 0.9954654574394226 - ] - ], - [ - 2.1666667461395264, - [ - 0.032039836049079895, - -0.007349985186010599, - -0.04734666645526886, - 0.9983375072479248 - ] - ], - [ - 2.200000047683716, - [ - 0.022288788110017776, - 0.02719978056848049, - -0.012804776430130005, - 0.9992994666099548 - ] - ], - [ - 2.2333333492279053, - [ - 0.014887829311192036, - 0.059822238981723785, - 0.020435238257050514, - 0.9978888034820557 - ] - ], - [ - 2.2666666507720947, - [ - 0.012353623285889626, - 0.07468759268522263, - 0.045824866741895676, - 0.9960769414901733 - ] - ], - [ - 2.299999952316284, - [ - 0.015615799464285374, - 0.07513520121574402, - 0.04639251157641411, - 0.9959712028503418 - ] - ], - [ - 2.3333332538604736, - [ - 0.023631151765584946, - 0.08089316636323929, - 0.01905328966677189, - 0.996260404586792 - ] - ], - [ - 2.366666555404663, - [ - 0.035899609327316284, - 0.0912434384226799, - -0.0316128246486187, - 0.9946790933609009 - ] - ], - [ - 2.4000000953674316, - [ - 0.04621516168117523, - 0.08687107264995575, - -0.09259574860334396, - 0.9908297657966614 - ] - ], - [ - 2.433333396911621, - [ - 0.04807407408952713, - 0.05236152186989784, - -0.13832080364227295, - 0.9878332614898682 - ] - ], - [ - 2.4666666984558105, - [ - 0.0447801910340786, - 0.008433624170720577, - -0.1504644751548767, - 0.9875648021697998 - ] - ], - [ - 2.5, - [ - 0.03547694534063339, - -0.01561659574508667, - -0.10464169830083847, - 0.9937543272972107 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375766821205616, - -0.006054749712347984, - -0.005221436265856028, - 0.9996857643127441 - ] - ], - [ - 2.566666603088379, - [ - 0.016460077837109566, - 0.00982694886624813, - 0.11691698431968689, - 0.9929566383361816 - ] - ], - [ - 2.5999999046325684, - [ - 0.0165257565677166, - -0.0029565468430519104, - 0.2250356674194336, - 0.9742059111595154 - ] - ], - [ - 2.633333444595337, - [ - 0.020733561366796494, - -0.04035317525267601, - 0.2754461467266083, - 0.9602453708648682 - ] - ], - [ - 2.6666667461395264, - [ - 0.024463951587677002, - -0.05279034748673439, - 0.2343277931213379, - 0.970414936542511 - ] - ], - [ - 2.700000047683716, - [ - 0.027766475453972816, - -0.011646307073533535, - 0.12356378883123398, - 0.9918798208236694 - ] - ], - [ - 2.7333333492279053, - [ - 0.02921474166214466, - 0.02718854881823063, - -0.0026875226758420467, - 0.9991998076438904 - ] - ], - [ - 2.7666666507720947, - [ - 0.032720159739255905, - 0.02121655084192753, - -0.06787554174661636, - 0.9969313740730286 - ] - ], - [ - 2.799999952316284, - [ - 0.032689012587070465, - 0.0371868796646595, - -0.05134347081184387, - 0.997452974319458 - ] - ], - [ - 2.8333332538604736, - [ - 0.018142547458410263, - 0.06685851514339447, - 0.027255382388830185, - 0.9972252249717712 - ] - ], - [ - 2.866666555404663, - [ - -0.0014698763843625784, - 0.044755540788173676, - 0.1214834675192833, - 0.9915828704833984 - ] - ], - [ - 2.9000000953674316, - [ - -0.006669112015515566, - -0.0009020916768349707, - 0.15879791975021362, - 0.9872881770133972 - ] - ], - [ - 2.933333396911621, - [ - -0.0026563049759715796, - -0.03736116737127304, - 0.11253101378679276, - 0.9929420351982117 - ] - ], - [ - 2.9666666984558105, - [ - -0.003028933657333255, - -0.06995853036642075, - 0.011308078654110432, - 0.9974812269210815 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.001624553231522441, - -0.09085062146186829, - -0.1315203607082367, - 0.9871402978897095 - ] - ], - [ - 3.066666603088379, - [ - 0.021898429840803146, - -0.09086435288190842, - -0.1637311577796936, - 0.982067346572876 - ] - ], - [ - 3.0999999046325684, - [ - 0.026484914124011993, - -0.10274850577116013, - -0.17570710182189941, - 0.978707492351532 - ] - ], - [ - 3.133333444595337, - [ - 0.01567060500383377, - -0.11068359762430191, - -0.17048676311969757, - 0.9789984822273254 - ] - ], - [ - 3.1666667461395264, - [ - 0.009661173447966576, - -0.09784738719463348, - -0.15313662588596344, - 0.9833014607429504 - ] - ], - [ - 3.200000047683716, - [ - 0.00883936695754528, - -0.07205517590045929, - -0.1242164596915245, - 0.9895960688591003 - ] - ], - [ - 3.2333333492279053, - [ - 0.010666265152394772, - -0.050466638058423996, - -0.07941935956478119, - 0.9955058693885803 - ] - ], - [ - 3.2666666507720947, - [ - 0.013452150858938694, - -0.050184935331344604, - -0.027822915464639664, - 0.9982616901397705 - ] - ], - [ - 3.299999952316284, - [ - 0.015405284240841866, - -0.06677933782339096, - 0.005654980894178152, - 0.9976328015327454 - ] - ], - [ - 3.3333332538604736, - [ - 0.01582721620798111, - -0.1661718338727951, - -0.0003161155036650598, - 0.9859697222709656 - ] - ], - [ - 3.366666555404663, - [ - 0.014476865530014038, - -0.2444712072610855, - -0.02627582661807537, - 0.969192385673523 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658490093_683672.json b/lenses/physics-objects/Scene/assets/1646688658490093_683672.json deleted file mode 100644 index 577baf1f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658490093_683672.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658490093:683672", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658491246_683685.json b/lenses/physics-objects/Scene/assets/1646688658491246_683685.json deleted file mode 100644 index 9183898b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658491246_683685.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658491246:683685", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.730019569396973, - 1.4210854715202004e-14, - -7.105427357601002e-15 - ] - ], - [ - 0.5333333611488342, - [ - 9.755657196044922, - 1.4210854715202004e-14, - -1.484319908891878e-26 - ] - ], - [ - 3.2333333492279053, - [ - 9.71721076965332, - -1.9387039443735764e-26, - 7.10542481650216e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.744003295898438, - -1.4210854715202004e-14, - 1.7470498823581765e-20 - ] - ], - [ - 6.633333206176758, - [ - 9.728507041931152, - -6.402349254233616e-25, - 3.552713678800501e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658491564_683692.json b/lenses/physics-objects/Scene/assets/1646688658491564_683692.json deleted file mode 100644 index 9c6b4e0a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658491564_683692.json +++ /dev/null @@ -1,1684 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658491564:683692", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026019329205155373, - -0.08625069260597229, - -0.014255128800868988, - 0.9958316087722778 - ] - ], - [ - 0.03333333507180214, - [ - -0.026019329205155373, - -0.08625069260597229, - -0.014255128800868988, - 0.9958316087722778 - ] - ], - [ - 0.06666667014360428, - [ - -0.024836674332618713, - -0.08639247715473175, - -0.015480143949389458, - 0.9958312511444092 - ] - ], - [ - 0.10000000149011612, - [ - -0.023529009893536568, - -0.08657177537679672, - -0.016886360943317413, - 0.9958245754241943 - ] - ], - [ - 0.13333334028720856, - [ - -0.02214249223470688, - -0.08676186203956604, - -0.018374281004071236, - 0.9958134889602661 - ] - ], - [ - 0.1666666716337204, - [ - -0.02071519009768963, - -0.0869629755616188, - -0.019911887124180794, - 0.9957970976829529 - ] - ], - [ - 0.20000000298023224, - [ - -0.01928478106856346, - -0.08717663586139679, - -0.021467434242367744, - 0.9957748055458069 - ] - ], - [ - 0.23333333432674408, - [ - -0.017888562753796577, - -0.08740511536598206, - -0.023009490221738815, - 0.9957464337348938 - ] - ], - [ - 0.2666666805744171, - [ - -0.016563402488827705, - -0.08765102922916412, - -0.0245065800845623, - 0.9957121014595032 - ] - ], - [ - 0.30000001192092896, - [ - -0.01534572709351778, - -0.08791673928499222, - -0.025927182286977768, - 0.9956721067428589 - ] - ], - [ - 0.3333333432674408, - [ - -0.01427155639976263, - -0.08820410817861557, - -0.027239546179771423, - 0.9956276416778564 - ] - ], - [ - 0.36666667461395264, - [ - -0.013376622460782528, - -0.08851400762796402, - -0.028411343693733215, - 0.9955797791481018 - ] - ], - [ - 0.4000000059604645, - [ - -0.012669024989008904, - -0.0888420045375824, - -0.029421908780932426, - 0.9955304861068726 - ] - ], - [ - 0.4333333373069763, - [ - -0.012145554646849632, - -0.08917983621358871, - -0.03025490790605545, - 0.9954818487167358 - ] - ], - [ - 0.46666666865348816, - [ - -0.01179459411650896, - -0.08951520919799805, - -0.030898291617631912, - 0.9954363107681274 - ] - ], - [ - 0.5, - [ - -0.011598759330809116, - -0.08983258903026581, - -0.03134222701191902, - 0.9953960180282593 - ] - ], - [ - 0.5333333611488342, - [ - -0.01155244093388319, - -0.09011686593294144, - -0.031570762395858765, - 0.9953636527061462 - ] - ], - [ - 0.5666666626930237, - [ - -0.011647606268525124, - -0.09035120904445648, - -0.03156879544258118, - 0.9953413605690002 - ] - ], - [ - 0.6000000238418579, - [ - -0.0118690375238657, - -0.09051334112882614, - -0.03131747245788574, - 0.9953319430351257 - ] - ], - [ - 0.6333333253860474, - [ - -0.012197579257190228, - -0.0905795469880104, - -0.030798068270087242, - 0.9953381419181824 - ] - ], - [ - 0.6666666865348816, - [ - -0.012611499056220055, - -0.09058787673711777, - -0.030176879838109016, - 0.995351254940033 - ] - ], - [ - 0.699999988079071, - [ - -0.013085477985441685, - -0.09059056639671326, - -0.02966122515499592, - 0.9953604936599731 - ] - ], - [ - 0.7333333492279053, - [ - -0.013600235804915428, - -0.09058893471956253, - -0.029192669317126274, - 0.9953675270080566 - ] - ], - [ - 0.7666666507720947, - [ - -0.014134609140455723, - -0.09058073908090591, - -0.028690991923213005, - 0.995375394821167 - ] - ], - [ - 0.800000011920929, - [ - -0.014680733904242516, - -0.09056548029184341, - -0.028163062408566475, - 0.9953839778900146 - ] - ], - [ - 0.8333333134651184, - [ - -0.015230837278068066, - -0.09054284542798996, - -0.02761574275791645, - 0.9953930974006653 - ] - ], - [ - 0.8666666746139526, - [ - -0.015777379274368286, - -0.09051264077425003, - -0.027055880054831505, - 0.9954026937484741 - ] - ], - [ - 0.8999999761581421, - [ - -0.016312936320900917, - -0.09047481417655945, - -0.02649025432765484, - 0.9954127073287964 - ] - ], - [ - 0.9333333373069763, - [ - -0.016830239444971085, - -0.09042944759130478, - -0.02592553198337555, - 0.9954230785369873 - ] - ], - [ - 0.9666666388511658, - [ - -0.017322184517979622, - -0.09037671238183975, - -0.025368303060531616, - 0.9954338073730469 - ] - ], - [ - 1.0, - [ - -0.01778179407119751, - -0.09031687676906586, - -0.024824954569339752, - 0.9954448342323303 - ] - ], - [ - 1.0333333015441895, - [ - -0.01820223033428192, - -0.09025027602910995, - -0.024301793426275253, - 0.9954562783241272 - ] - ], - [ - 1.0666667222976685, - [ - -0.018576737493276596, - -0.0901772677898407, - -0.02380489557981491, - 0.9954679012298584 - ] - ], - [ - 1.100000023841858, - [ - -0.018898649141192436, - -0.09009827673435211, - -0.0233402531594038, - 0.9954800009727478 - ] - ], - [ - 1.1333333253860474, - [ - -0.019161373376846313, - -0.09001371264457703, - -0.02291369065642357, - 0.9954925179481506 - ] - ], - [ - 1.1666666269302368, - [ - -0.019358284771442413, - -0.08992395550012589, - -0.02253088355064392, - 0.9955055713653564 - ] - ], - [ - 1.2000000476837158, - [ - -0.01957380771636963, - -0.08982515335083008, - -0.022161342203617096, - 0.9955185651779175 - ] - ], - [ - 1.2333333492279053, - [ - -0.019885461777448654, - -0.08971449732780457, - -0.021777179092168808, - 0.9955308437347412 - ] - ], - [ - 1.2666666507720947, - [ - -0.020276153460144997, - -0.08959389477968216, - -0.021387990564107895, - 0.9955423474311829 - ] - ], - [ - 1.2999999523162842, - [ - -0.020723039284348488, - -0.08946464955806732, - -0.021005794405937195, - 0.9955528974533081 - ] - ], - [ - 1.3333333730697632, - [ - -0.02120986022055149, - -0.08932868391275406, - -0.020639600232243538, - 0.9955624341964722 - ] - ], - [ - 1.3666666746139526, - [ - -0.02170293778181076, - -0.0891861617565155, - -0.02030600979924202, - 0.9955714344978333 - ] - ], - [ - 1.399999976158142, - [ - -0.022172503173351288, - -0.08903742581605911, - -0.020019691437482834, - 0.9955801963806152 - ] - ], - [ - 1.4333332777023315, - [ - -0.022607631981372833, - -0.08888442814350128, - -0.019786909222602844, - 0.9955888390541077 - ] - ], - [ - 1.5, - [ - -0.023340411484241486, - -0.08857228606939316, - -0.019503606483340263, - 0.9956052303314209 - ] - ], - [ - 1.5333333015441895, - [ - -0.02362600527703762, - -0.08841632306575775, - -0.01946353353559971, - 0.995613157749176 - ] - ], - [ - 1.600000023841858, - [ - -0.024000102654099464, - -0.08805426210165024, - -0.019538037478923798, - 0.9956348538398743 - ] - ], - [ - 1.6666666269302368, - [ - -0.024049969390034676, - -0.0876583606004715, - -0.01960364729166031, - 0.9956672787666321 - ] - ], - [ - 1.7333333492279053, - [ - -0.023789651691913605, - -0.08730095624923706, - -0.019526807591319084, - 0.9957064390182495 - ] - ], - [ - 1.7999999523162842, - [ - -0.02333027310669422, - -0.08698448538780212, - -0.019303392618894577, - 0.9957493543624878 - ] - ], - [ - 1.8333333730697632, - [ - -0.02306114137172699, - -0.08684296160936356, - -0.01913529820740223, - 0.9957712292671204 - ] - ], - [ - 1.8666666746139526, - [ - -0.022784696891903877, - -0.08671350032091141, - -0.018928859382867813, - 0.995792806148529 - ] - ], - [ - 1.899999976158142, - [ - -0.022515276446938515, - -0.08659682422876358, - -0.018683377653360367, - 0.9958137273788452 - ] - ], - [ - 1.9333332777023315, - [ - -0.02226731739938259, - -0.08649369329214096, - -0.018398141488432884, - 0.9958335757255554 - ] - ], - [ - 1.9666666984558105, - [ - -0.022055337205529213, - -0.08640487492084503, - -0.01807239092886448, - 0.995851993560791 - ] - ], - [ - 2.0333333015441895, - [ - -0.021797606721520424, - -0.0862729549407959, - -0.017295951023697853, - 0.9958828687667847 - ] - ], - [ - 2.066666603088379, - [ - -0.021781079471111298, - -0.08623114973306656, - -0.01684342324733734, - 0.9958946108818054 - ] - ], - [ - 2.0999999046325684, - [ - -0.021858952939510345, - -0.08620613068342209, - -0.016346683725714684, - 0.9959033727645874 - ] - ], - [ - 2.133333444595337, - [ - -0.02203565277159214, - -0.08619751036167145, - -0.01580909453332424, - 0.9959089756011963 - ] - ], - [ - 2.200000047683716, - [ - -0.022684462368488312, - -0.08622659742832184, - -0.01463232934474945, - 0.9959098696708679 - ] - ], - [ - 2.2333333492279053, - [ - -0.023162303492426872, - -0.08626369386911392, - -0.0140005461871624, - 0.9959047436714172 - ] - ], - [ - 2.2666666507720947, - [ - -0.023745106533169746, - -0.08631528913974762, - -0.013345305807888508, - 0.9958954453468323 - ] - ], - [ - 2.299999952316284, - [ - -0.02443121001124382, - -0.08638074994087219, - -0.012672441080212593, - 0.995881974697113 - ] - ], - [ - 2.3333332538604736, - [ - -0.025216206908226013, - -0.08646068722009659, - -0.011989027261734009, - 0.9958639144897461 - ] - ], - [ - 2.366666555404663, - [ - -0.026090480387210846, - -0.08655551820993423, - -0.011304041370749474, - 0.9958412051200867 - ] - ], - [ - 2.4000000953674316, - [ - -0.027130024507641792, - -0.08664483577013016, - -0.010563368909060955, - 0.99581378698349 - ] - ], - [ - 2.433333396911621, - [ - -0.028411932289600372, - -0.0867077186703682, - -0.009725244715809822, - 0.9957810640335083 - ] - ], - [ - 2.4666666984558105, - [ - -0.02991667576134205, - -0.08674351871013641, - -0.008829259313642979, - 0.9957422614097595 - ] - ], - [ - 2.5, - [ - -0.03161969780921936, - -0.08675451576709747, - -0.007900379598140717, - 0.995696485042572 - ] - ], - [ - 2.5333333015441895, - [ - -0.033493783324956894, - -0.08674422651529312, - -0.006948370020836592, - 0.9956431984901428 - ] - ], - [ - 2.566666603088379, - [ - -0.035511694848537445, - -0.08671676367521286, - -0.005983070470392704, - 0.9955819249153137 - ] - ], - [ - 2.5999999046325684, - [ - -0.03764612227678299, - -0.08667661249637604, - -0.005014204420149326, - 0.9955123066902161 - ] - ], - [ - 2.633333444595337, - [ - -0.03986981511116028, - -0.08662844449281693, - -0.004051388707011938, - 0.9954343438148499 - ] - ], - [ - 2.6666667461395264, - [ - -0.04215526953339577, - -0.08657699078321457, - -0.003104237373918295, - 0.9953480362892151 - ] - ], - [ - 2.700000047683716, - [ - -0.0444752536714077, - -0.08652684092521667, - -0.0021822145208716393, - 0.9952539801597595 - ] - ], - [ - 2.7333333492279053, - [ - -0.0468023382127285, - -0.08648231625556946, - -0.0012947579380124807, - 0.9951525926589966 - ] - ], - [ - 2.7666666507720947, - [ - -0.049109138548374176, - -0.08644741773605347, - -0.00045116571709513664, - 0.9950453042984009 - ] - ], - [ - 2.799999952316284, - [ - -0.051368262618780136, - -0.08642563968896866, - 0.0003392626531422138, - 0.9949330687522888 - ] - ], - [ - 2.8333332538604736, - [ - -0.053552355617284775, - -0.08641988039016724, - 0.0010673420038074255, - 0.994817852973938 - ] - ], - [ - 2.866666555404663, - [ - -0.055634114891290665, - -0.08643243461847305, - 0.0017238494474440813, - 0.994701623916626 - ] - ], - [ - 2.9000000953674316, - [ - -0.057586248964071274, - -0.08646482974290848, - 0.002299654996022582, - 0.9945865273475647 - ] - ], - [ - 2.933333396911621, - [ - -0.05933871492743492, - -0.0865161120891571, - 0.002770170569419861, - 0.9944778680801392 - ] - ], - [ - 2.9666666984558105, - [ - -0.06083562970161438, - -0.08658415824174881, - 0.003116053529083729, - 0.9943804740905762 - ] - ], - [ - 3.0, - [ - -0.062070827931165695, - -0.08666802197694778, - 0.003335957881063223, - 0.9942960739135742 - ] - ], - [ - 3.0333333015441895, - [ - -0.06303830444812775, - -0.08676645159721375, - 0.003428463824093342, - 0.994226336479187 - ] - ], - [ - 3.066666603088379, - [ - -0.06370557844638824, - -0.08687839657068253, - 0.003380502574145794, - 0.9941741824150085 - ] - ], - [ - 3.0999999046325684, - [ - -0.06405100226402283, - -0.08700218051671982, - 0.0031837220303714275, - 0.9941418170928955 - ] - ], - [ - 3.133333444595337, - [ - -0.06408795714378357, - -0.08713477849960327, - 0.002844340167939663, - 0.994128942489624 - ] - ], - [ - 3.1666667461395264, - [ - -0.06383831799030304, - -0.08727271109819412, - 0.0023725712671875954, - 0.9941340684890747 - ] - ], - [ - 3.200000047683716, - [ - -0.06333983689546585, - -0.08741290867328644, - 0.0017860567895695567, - 0.9941548705101013 - ] - ], - [ - 3.2333333492279053, - [ - -0.06260737031698227, - -0.08755015581846237, - 0.0010951602598652244, - 0.9941902756690979 - ] - ], - [ - 3.2666666507720947, - [ - -0.061636462807655334, - -0.087677963078022, - 0.00030875709489919245, - 0.9942401051521301 - ] - ], - [ - 3.299999952316284, - [ - -0.06044907867908478, - -0.08779249340295792, - -0.0005554441595450044, - 0.9943028092384338 - ] - ], - [ - 3.3333332538604736, - [ - -0.05906979739665985, - -0.08792241662740707, - -0.001629738020710647, - 0.9943730235099792 - ] - ], - [ - 3.366666555404663, - [ - -0.05752989649772644, - -0.08808953315019608, - -0.003005216596648097, - 0.9944453239440918 - ] - ], - [ - 3.4000000953674316, - [ - -0.05586659908294678, - -0.08825594931840897, - -0.004557458683848381, - 0.9945195317268372 - ] - ], - [ - 3.433333396911621, - [ - -0.05412176996469498, - -0.08839334547519684, - -0.006188693456351757, - 0.9945949912071228 - ] - ], - [ - 3.4666666984558105, - [ - -0.052328940480947495, - -0.08850640058517456, - -0.007867524400353432, - 0.9946690201759338 - ] - ], - [ - 3.5, - [ - -0.05052121356129646, - -0.08860114216804504, - -0.0095629021525383, - 0.9947391748428345 - ] - ], - [ - 3.5333333015441895, - [ - -0.048731546849012375, - -0.08868437260389328, - -0.011244231835007668, - 0.9948035478591919 - ] - ], - [ - 3.566666603088379, - [ - -0.04699234291911125, - -0.08876318484544754, - -0.012881310656666756, - 0.9948602318763733 - ] - ], - [ - 3.5999999046325684, - [ - -0.04532359540462494, - -0.08884371817111969, - -0.014448333531618118, - 0.9949090480804443 - ] - ], - [ - 3.633333444595337, - [ - -0.043757881969213486, - -0.0889325886964798, - -0.015915174037218094, - 0.9949487447738647 - ] - ], - [ - 3.6666667461395264, - [ - -0.04234618321061134, - -0.08903646469116211, - -0.017245201393961906, - 0.9949783682823181 - ] - ], - [ - 3.700000047683716, - [ - -0.041111405938863754, - -0.08915740251541138, - -0.018414011225104332, - 0.9949983358383179 - ] - ], - [ - 3.7333333492279053, - [ - -0.04006481543183327, - -0.08929332345724106, - -0.01940182037651539, - 0.9950101971626282 - ] - ], - [ - 3.7666666507720947, - [ - -0.039209384471178055, - -0.08943738788366318, - -0.020193081349134445, - 0.9950155019760132 - ] - ], - [ - 3.799999952316284, - [ - -0.038542088121175766, - -0.08957890421152115, - -0.020774560049176216, - 0.995016872882843 - ] - ], - [ - 3.8333332538604736, - [ - -0.03807170316576958, - -0.08970621228218079, - -0.021126653999090195, - 0.9950160980224609 - ] - ], - [ - 3.933333396911621, - [ - -0.037553660571575165, - -0.08984576165676117, - -0.02071549743413925, - 0.9950318336486816 - ] - ], - [ - 3.9666666984558105, - [ - -0.0375891849398613, - -0.08980244398117065, - -0.02022361010313034, - 0.9950445294380188 - ] - ], - [ - 4.0, - [ - -0.037688300013542175, - -0.08977430313825607, - -0.019840076565742493, - 0.9950510263442993 - ] - ], - [ - 4.066666603088379, - [ - -0.037997838109731674, - -0.08973832428455353, - -0.019136834889650345, - 0.9950562715530396 - ] - ], - [ - 4.099999904632568, - [ - -0.03817890211939812, - -0.0897194966673851, - -0.018741924315690994, - 0.995058536529541 - ] - ], - [ - 4.133333206176758, - [ - -0.03836670517921448, - -0.089698925614357, - -0.018327150493860245, - 0.995060920715332 - ] - ], - [ - 4.166666507720947, - [ - -0.03855342045426369, - -0.0896759107708931, - -0.017899245023727417, - 0.9950635433197021 - ] - ], - [ - 4.233333110809326, - [ - -0.038892827928066254, - -0.08962058275938034, - -0.01703060045838356, - 0.9950705766677856 - ] - ], - [ - 4.266666889190674, - [ - -0.039030615240335464, - -0.08958761394023895, - -0.016602925956249237, - 0.9950754046440125 - ] - ], - [ - 4.300000190734863, - [ - -0.039137423038482666, - -0.08955080807209015, - -0.016188213601708412, - 0.9950813055038452 - ] - ], - [ - 4.333333492279053, - [ - -0.03920614346861839, - -0.08951009809970856, - -0.01579270325601101, - 0.9950886368751526 - ] - ], - [ - 4.366666793823242, - [ - -0.03922976925969124, - -0.08946543186903, - -0.01542251743376255, - 0.9950975179672241 - ] - ], - [ - 4.400000095367432, - [ - -0.03920140862464905, - -0.08941678702831268, - -0.01508363988250494, - 0.9951082468032837 - ] - ], - [ - 4.4666666984558105, - [ - -0.03896113857626915, - -0.08930768072605133, - -0.01452324353158474, - 0.9951357841491699 - ] - ], - [ - 4.5, - [ - -0.038735531270504, - -0.08924717456102371, - -0.014313196763396263, - 0.9951530694961548 - ] - ], - [ - 4.5333333015441895, - [ - -0.03843036666512489, - -0.08918262273073196, - -0.014157460071146488, - 0.995172917842865 - ] - ], - [ - 4.599999904632568, - [ - -0.03754974156618118, - -0.08904029428958893, - -0.014032987877726555, - 0.9952211380004883 - ] - ], - [ - 4.633333206176758, - [ - -0.03695876896381378, - -0.0889616385102272, - -0.014076135121285915, - 0.9952495694160461 - ] - ], - [ - 4.666666507720947, - [ - -0.036244314163923264, - -0.0888764038681984, - -0.01420294027775526, - 0.9952816963195801 - ] - ], - [ - 4.699999809265137, - [ - -0.0353885143995285, - -0.08878318965435028, - -0.014423450455069542, - 0.9953176379203796 - ] - ], - [ - 4.733333110809326, - [ - -0.034392569214105606, - -0.08868163079023361, - -0.014739328995347023, - 0.9953569769859314 - ] - ], - [ - 4.766666889190674, - [ - -0.033259399235248566, - -0.08857134729623795, - -0.015151389874517918, - 0.9953991174697876 - ] - ], - [ - 4.800000190734863, - [ - -0.031993526965379715, - -0.0884522944688797, - -0.015660587698221207, - 0.9954432845115662 - ] - ], - [ - 4.833333492279053, - [ - -0.0306019876152277, - -0.0883244127035141, - -0.016267236322164536, - 0.9954887628555298 - ] - ], - [ - 4.866666793823242, - [ - -0.02908818982541561, - -0.08817342668771744, - -0.016956351697444916, - 0.9955360293388367 - ] - ], - [ - 4.900000095367432, - [ - -0.027445470914244652, - -0.0879848450422287, - -0.017705805599689484, - 0.9955862164497375 - ] - ], - [ - 4.933333396911621, - [ - -0.025659576058387756, - -0.08777736872434616, - -0.018474692478775978, - 0.9956381916999817 - ] - ], - [ - 4.9666666984558105, - [ - -0.023731447756290436, - -0.0875716283917427, - -0.01922955922782421, - 0.9956898093223572 - ] - ], - [ - 5.0, - [ - -0.021685414016246796, - -0.08737100660800934, - -0.019966449588537216, - 0.9957396388053894 - ] - ], - [ - 5.0333333015441895, - [ - -0.01954597607254982, - -0.08717898279428482, - -0.020681390538811684, - 0.9957862496376038 - ] - ], - [ - 5.066666603088379, - [ - -0.01733780838549137, - -0.08699910342693329, - -0.0213702991604805, - 0.9958283305168152 - ] - ], - [ - 5.099999904632568, - [ - -0.015085743740200996, - -0.08683482557535172, - -0.022028932347893715, - 0.9958648681640625 - ] - ], - [ - 5.133333206176758, - [ - -0.012814781628549099, - -0.08668945729732513, - -0.02265295386314392, - 0.9958953857421875 - ] - ], - [ - 5.166666507720947, - [ - -0.010550116188824177, - -0.08656612038612366, - -0.023237766698002815, - 0.9959191679954529 - ] - ], - [ - 5.199999809265137, - [ - -0.008317052386701107, - -0.08646757900714874, - -0.02377859503030777, - 0.9959362149238586 - ] - ], - [ - 5.233333110809326, - [ - -0.006141080521047115, - -0.08639626950025558, - -0.02427036128938198, - 0.9959462285041809 - ] - ], - [ - 5.266666889190674, - [ - -0.004047771450132132, - -0.08635426312685013, - -0.024707769975066185, - 0.9959498643875122 - ] - ], - [ - 5.300000190734863, - [ - -0.002062908373773098, - -0.08634313941001892, - -0.025085223838686943, - 0.9959474802017212 - ] - ], - [ - 5.333333492279053, - [ - -0.00021224016381893307, - -0.08636396378278732, - -0.025396857410669327, - 0.9959398508071899 - ] - ], - [ - 5.366666793823242, - [ - 0.0014783910010010004, - -0.08641735464334488, - -0.025636551901698112, - 0.9959280490875244 - ] - ], - [ - 5.400000095367432, - [ - 0.0029831225983798504, - -0.08650331944227219, - -0.02579791285097599, - 0.995913028717041 - ] - ], - [ - 5.433333396911621, - [ - 0.004286172334104776, - -0.08661999553442001, - -0.025878718122839928, - 0.99589604139328 - ] - ], - [ - 5.4666666984558105, - [ - 0.005378591828048229, - -0.08676400780677795, - -0.025879504159092903, - 0.9958781599998474 - ] - ], - [ - 5.5, - [ - 0.006242914125323296, - -0.08693273365497589, - -0.025796888396143913, - 0.9958605766296387 - ] - ], - [ - 5.5333333015441895, - [ - 0.006868894677609205, - -0.08712206035852432, - -0.025630490854382515, - 0.9958441853523254 - ] - ], - [ - 5.566666603088379, - [ - 0.007242754567414522, - -0.08732784539461136, - -0.02537861280143261, - 0.9958299398422241 - ] - ], - [ - 5.599999904632568, - [ - 0.00735536077991128, - -0.0875449925661087, - -0.025041600689291954, - 0.9958186149597168 - ] - ], - [ - 5.633333206176758, - [ - 0.00720001757144928, - -0.0877695232629776, - -0.02462104894220829, - 0.9958105683326721 - ] - ], - [ - 5.666666507720947, - [ - 0.006775335408747196, - -0.0879964828491211, - -0.024120504036545753, - 0.9958056807518005 - ] - ], - [ - 5.699999809265137, - [ - 0.0060844458639621735, - -0.08819711208343506, - -0.02351621724665165, - 0.9958068132400513 - ] - ], - [ - 5.733333110809326, - [ - 0.005135959014296532, - -0.08834507316350937, - -0.022799991071224213, - 0.9958158135414124 - ] - ], - [ - 5.766666889190674, - [ - 0.003948059398680925, - -0.08843719214200974, - -0.02201121672987938, - 0.9958307147026062 - ] - ], - [ - 5.800000190734863, - [ - 0.0025440803728997707, - -0.08847498148679733, - -0.02117486670613289, - 0.995850145816803 - ] - ], - [ - 5.833333492279053, - [ - 0.000950007583014667, - -0.08846285194158554, - -0.020301315933465958, - 0.9958721399307251 - ] - ], - [ - 5.866666793823242, - [ - -0.0008081180858425796, - -0.08840607851743698, - -0.01940084993839264, - 0.9958952069282532 - ] - ], - [ - 5.900000095367432, - [ - -0.0027042042929679155, - -0.0883103609085083, - -0.018483715131878853, - 0.9959178566932678 - ] - ], - [ - 5.933333396911621, - [ - -0.004712124355137348, - -0.08818187564611435, - -0.01756005361676216, - 0.9959384799003601 - ] - ], - [ - 5.9666666984558105, - [ - -0.006805650424212217, - -0.08802689611911774, - -0.01663987897336483, - 0.9959559440612793 - ] - ], - [ - 6.0, - [ - -0.008958561345934868, - -0.0878518670797348, - -0.015733081847429276, - 0.9959689974784851 - ] - ], - [ - 6.0333333015441895, - [ - -0.011144571006298065, - -0.08766299486160278, - -0.014849364757537842, - 0.9959771633148193 - ] - ], - [ - 6.066666603088379, - [ - -0.013337363488972187, - -0.08746641874313354, - -0.013998359441757202, - 0.995979905128479 - ] - ], - [ - 6.099999904632568, - [ - -0.015510592609643936, - -0.08726778626441956, - -0.013189509510993958, - 0.9959768056869507 - ] - ], - [ - 6.133333206176758, - [ - -0.017637908458709717, - -0.08707240968942642, - -0.012432114221155643, - 0.995968222618103 - ] - ], - [ - 6.166666507720947, - [ - -0.01969292387366295, - -0.0868849977850914, - -0.011735420674085617, - 0.9959545731544495 - ] - ], - [ - 6.199999809265137, - [ - -0.021649321541190147, - -0.0867096483707428, - -0.011108523234724998, - 0.9959365129470825 - ] - ], - [ - 6.233333110809326, - [ - -0.023480691015720367, - -0.08654975146055222, - -0.01056052464991808, - 0.9959148168563843 - ] - ], - [ - 6.266666889190674, - [ - -0.025160769000649452, - -0.08640800416469574, - -0.010100302286446095, - 0.9958908557891846 - ] - ], - [ - 6.300000190734863, - [ - -0.026663197204470634, - -0.08628629893064499, - -0.009736881591379642, - 0.9958659410476685 - ] - ], - [ - 6.333333492279053, - [ - -0.027961786836385727, - -0.08618570864200592, - -0.009479069150984287, - 0.9958416223526001 - ] - ], - [ - 6.366666793823242, - [ - -0.029004177078604698, - -0.08610529452562332, - -0.009346972219645977, - 0.9958199262619019 - ] - ], - [ - 6.400000095367432, - [ - -0.029749099165201187, - -0.08604380488395691, - -0.009355928748846054, - 0.99580317735672 - ] - ], - [ - 6.4666666984558105, - [ - -0.03032774105668068, - -0.08597321808338165, - -0.009797083213925362, - 0.9957875609397888 - ] - ], - [ - 6.5, - [ - -0.030181370675563812, - -0.08596203476190567, - -0.010216042399406433, - 0.9957887530326843 - ] - ], - [ - 6.5333333015441895, - [ - -0.029773788526654243, - -0.08596611768007278, - -0.010751255787909031, - 0.9957951307296753 - ] - ], - [ - 6.566666603088379, - [ - -0.029125019907951355, - -0.08598420768976212, - -0.01138570997864008, - 0.9958056211471558 - ] - ], - [ - 6.599999904632568, - [ - -0.028262052685022354, - -0.0860166996717453, - -0.012101023457944393, - 0.9958193302154541 - ] - ], - [ - 6.633333206176758, - [ - -0.027214638888835907, - -0.08609757572412491, - -0.013027808628976345, - 0.9958298206329346 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658491894_683699.json b/lenses/physics-objects/Scene/assets/1646688658491894_683699.json deleted file mode 100644 index d430dbee..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658491894_683699.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658491894:683699", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658493147_683712.json b/lenses/physics-objects/Scene/assets/1646688658493147_683712.json deleted file mode 100644 index c9e23da5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658493147_683712.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658493147:683712", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.708914756774902, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.66911506652832, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.678386688232422, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.7003812789917, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.736395835876465, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.775808334350586, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.803478240966797, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.808666229248047, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.77949333190918, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.733735084533691, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.698391914367676, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.693601608276367, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.715511322021484, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.753546714782715, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.789170265197754, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.797645568847656, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.771995544433594, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.736239433288574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.707063674926758, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.688926696777344, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 9.666657447814941, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 9.671357154846191, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.696249008178711, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 9.733413696289063, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.765080451965332, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.760485649108887, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.72316837310791, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.696537017822266, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.669221878051758, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.685872077941895, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.72342300415039, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.76618480682373, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.799692153930664, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.814644813537598, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.79341983795166, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.74703311920166, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.714308738708496, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.714203834533691, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.76113510131836, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.820659637451172, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.869340896606445, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.894037246704102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.877592086791992, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.783236503601074, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.759145736694336, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.751580238342285, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.802807807922363, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.868021965026855, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.898747444152832, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.880760192871094, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.84342098236084, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.802963256835938, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.770411491394043, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.764960289001465, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.796337127685547, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.840871810913086, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.864896774291992, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.808592796325684, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.732341766357422, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.706011772155762, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.707747459411621, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.730673789978027, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.79974365234375, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.797203063964844, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.758084297180176, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.721811294555664, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.69903564453125, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.671048164367676, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.675675392150879, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.712822914123535, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.755459785461426, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658493417_683719.json b/lenses/physics-objects/Scene/assets/1646688658493417_683719.json deleted file mode 100644 index cae928a0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658493417_683719.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658493417:683719", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.02414613775908947, - -0.18023410439491272, - 0.015852730721235275, - 0.9831996560096741 - ] - ], - [ - 0.03333333507180214, - [ - 0.02414613775908947, - -0.18023410439491272, - 0.015852730721235275, - 0.9831996560096741 - ] - ], - [ - 0.06666667014360428, - [ - 0.028750287368893623, - -0.17626185715198517, - 0.012855803593993187, - 0.9838393926620483 - ] - ], - [ - 0.10000000149011612, - [ - 0.031469717621803284, - -0.17214877903461456, - 0.02234695293009281, - 0.9843146204948425 - ] - ], - [ - 0.13333334028720856, - [ - 0.02784198708832264, - -0.16588518023490906, - 0.03676564618945122, - 0.9850661158561707 - ] - ], - [ - 0.1666666716337204, - [ - 0.019212933257222176, - -0.1566653847694397, - 0.0651375874876976, - 0.985314130783081 - ] - ], - [ - 0.20000000298023224, - [ - 0.012410908937454224, - -0.14541161060333252, - 0.09937074780464172, - 0.9842900633811951 - ] - ], - [ - 0.23333333432674408, - [ - 0.011296134442090988, - -0.14096695184707642, - 0.103688083589077, - 0.9845048189163208 - ] - ], - [ - 0.2666666805744171, - [ - 0.01515891868621111, - -0.13924327492713928, - 0.08355572819709778, - 0.9866103529930115 - ] - ], - [ - 0.30000001192092896, - [ - 0.02026483230292797, - -0.13747777044773102, - 0.06867415457963943, - 0.9879134893417358 - ] - ], - [ - 0.3333333432674408, - [ - 0.023289375007152557, - -0.13596944510936737, - 0.059698957949876785, - 0.9886384606361389 - ] - ], - [ - 0.36666667461395264, - [ - 0.02219145931303501, - -0.13412442803382874, - 0.0534234382212162, - 0.9892745614051819 - ] - ], - [ - 0.4000000059604645, - [ - 0.015509127639234066, - -0.13219991326332092, - 0.05217255279421806, - 0.9897276759147644 - ] - ], - [ - 0.4333333373069763, - [ - 0.005368596874177456, - -0.13053056597709656, - 0.05477643758058548, - 0.9899154901504517 - ] - ], - [ - 0.46666666865348816, - [ - -0.00632353825494647, - -0.12924794852733612, - 0.059383220970630646, - 0.989812433719635 - ] - ], - [ - 0.5, - [ - -0.016557853668928146, - -0.12844163179397583, - 0.06423469632863998, - 0.9894961714744568 - ] - ], - [ - 0.5333333611488342, - [ - -0.024366525933146477, - -0.12938012182712555, - 0.07247619330883026, - 0.9886427521705627 - ] - ], - [ - 0.5666666626930237, - [ - -0.03105439431965351, - -0.13511605560779572, - 0.08098071068525314, - 0.987026572227478 - ] - ], - [ - 0.6000000238418579, - [ - -0.0356731116771698, - -0.14784018695354462, - 0.08298136293888092, - 0.9848781824111938 - ] - ], - [ - 0.6333333253860474, - [ - -0.037156667560338974, - -0.16368183493614197, - 0.07699841260910034, - 0.9828015565872192 - ] - ], - [ - 0.6666666865348816, - [ - -0.03322543203830719, - -0.17445212602615356, - 0.06208478659391403, - 0.9821445941925049 - ] - ], - [ - 0.699999988079071, - [ - -0.024653781205415726, - -0.17272025346755981, - 0.03790579363703728, - 0.9839325547218323 - ] - ], - [ - 0.7333333492279053, - [ - -0.015255678445100784, - -0.16060827672481537, - 0.011252147145569324, - 0.9868361949920654 - ] - ], - [ - 0.7666666507720947, - [ - -0.007744175847619772, - -0.1461714804172516, - -0.006806398741900921, - 0.989205539226532 - ] - ], - [ - 0.800000011920929, - [ - -0.004862988833338022, - -0.13837291300296783, - -0.01045132428407669, - 0.9903131127357483 - ] - ], - [ - 0.8333333134651184, - [ - -0.007124420255422592, - -0.13897737860679626, - -0.00010029121767729521, - 0.9902700185775757 - ] - ], - [ - 0.8666666746139526, - [ - -0.013667182996869087, - -0.14224892854690552, - 0.02066458761692047, - 0.9895209074020386 - ] - ], - [ - 0.8999999761581421, - [ - -0.02436649613082409, - -0.14082998037338257, - 0.038971949368715286, - 0.9889663457870483 - ] - ], - [ - 0.9333333373069763, - [ - -0.03737702965736389, - -0.13577596843242645, - 0.04669983685016632, - 0.9889322519302368 - ] - ], - [ - 0.9666666388511658, - [ - -0.049614474177360535, - -0.13132381439208984, - 0.049689263105392456, - 0.9888495802879333 - ] - ], - [ - 1.0, - [ - -0.05842222645878792, - -0.12992940843105316, - 0.04809918627142906, - 0.9886313080787659 - ] - ], - [ - 1.0333333015441895, - [ - -0.06171124801039696, - -0.13246877491474152, - 0.0415908508002758, - 0.9883895516395569 - ] - ], - [ - 1.0666667222976685, - [ - -0.05916956439614296, - -0.1373690962791443, - 0.03023151308298111, - 0.9882888197898865 - ] - ], - [ - 1.100000023841858, - [ - -0.05180039629340172, - -0.14142730832099915, - 0.014874400570988655, - 0.9884805679321289 - ] - ], - [ - 1.1333333253860474, - [ - -0.04093260318040848, - -0.14174652099609375, - -0.0026417351327836514, - 0.9890528321266174 - ] - ], - [ - 1.1666666269302368, - [ - -0.029470467939972878, - -0.1386045664548874, - -0.017636148259043694, - 0.9897521138191223 - ] - ], - [ - 1.2000000476837158, - [ - -0.019983775913715363, - -0.13557878136634827, - -0.02548910304903984, - 0.9902371168136597 - ] - ], - [ - 1.2333333492279053, - [ - -0.0127462362870574, - -0.13556283712387085, - -0.026166457682847977, - 0.9903412461280823 - ] - ], - [ - 1.2666666507720947, - [ - -0.008496655151247978, - -0.13922038674354553, - -0.019985070452094078, - 0.9900233745574951 - ] - ], - [ - 1.2999999523162842, - [ - -0.007519342005252838, - -0.144391730427742, - -0.007603172678500414, - 0.9894628524780273 - ] - ], - [ - 1.3333333730697632, - [ - -0.013596462085843086, - -0.14777731895446777, - 0.010767214931547642, - 0.9888685941696167 - ] - ], - [ - 1.3666666746139526, - [ - -0.027514399960637093, - -0.14324384927749634, - 0.03570697084069252, - 0.9886603951454163 - ] - ], - [ - 1.399999976158142, - [ - -0.04253702983260155, - -0.1317373812198639, - 0.06086311489343643, - 0.988499641418457 - ] - ], - [ - 1.4333332777023315, - [ - -0.053423989564180374, - -0.1264551430940628, - 0.07407167553901672, - 0.9877592921257019 - ] - ], - [ - 1.4666666984558105, - [ - -0.060135163366794586, - -0.1337604969739914, - 0.07105907797813416, - 0.9866319894790649 - ] - ], - [ - 1.5, - [ - -0.062227580696344376, - -0.14561514556407928, - 0.051641445606946945, - 0.9860309958457947 - ] - ], - [ - 1.5333333015441895, - [ - -0.058716095983982086, - -0.15368041396141052, - 0.022432241588830948, - 0.9861195683479309 - ] - ], - [ - 1.5666667222976685, - [ - -0.05048052594065666, - -0.15664540231227875, - -0.002158004092052579, - 0.9863616228103638 - ] - ], - [ - 1.600000023841858, - [ - -0.03946881741285324, - -0.15771806240081787, - -0.019776932895183563, - 0.9864969849586487 - ] - ], - [ - 1.6333333253860474, - [ - -0.0294054988771677, - -0.15995563566684723, - -0.03441312536597252, - 0.986085832118988 - ] - ], - [ - 1.6666666269302368, - [ - -0.021619539707899094, - -0.1655053347349167, - -0.043857697397470474, - 0.98499596118927 - ] - ], - [ - 1.7000000476837158, - [ - -0.018286844715476036, - -0.1763416826725006, - -0.045087024569511414, - 0.9831259250640869 - ] - ], - [ - 1.7333333492279053, - [ - -0.020018938928842545, - -0.19118764996528625, - -0.036366455256938934, - 0.9806753993034363 - ] - ], - [ - 1.7666666507720947, - [ - -0.024764729663729668, - -0.2050693780183792, - -0.018126582726836205, - 0.978266179561615 - ] - ], - [ - 1.7999999523162842, - [ - -0.028884921222925186, - -0.2145596146583557, - 0.004652067087590694, - 0.976272702217102 - ] - ], - [ - 1.8333333730697632, - [ - -0.03028995916247368, - -0.22010928392410278, - 0.025228969752788544, - 0.9746783971786499 - ] - ], - [ - 1.8666666746139526, - [ - -0.027843482792377472, - -0.22292494773864746, - 0.04233303293585777, - 0.9735180139541626 - ] - ], - [ - 1.899999976158142, - [ - -0.02117496356368065, - -0.2237360179424286, - 0.05673614516854286, - 0.9727665781974792 - ] - ], - [ - 1.9333332777023315, - [ - -0.010385425761342049, - -0.22289717197418213, - 0.06679504364728928, - 0.972495436668396 - ] - ], - [ - 1.9666666984558105, - [ - 0.0029937655199319124, - -0.221002995967865, - 0.07079663127660751, - 0.972695529460907 - ] - ], - [ - 2.0, - [ - 0.0172584168612957, - -0.2196260392665863, - 0.061435677111148834, - 0.9734949469566345 - ] - ], - [ - 2.0333333015441895, - [ - 0.030554182827472687, - -0.2216297835111618, - 0.04257378727197647, - 0.9737219214439392 - ] - ], - [ - 2.066666603088379, - [ - 0.04087778925895691, - -0.22911974787712097, - 0.025519708171486855, - 0.9722046852111816 - ] - ], - [ - 2.0999999046325684, - [ - 0.044313233345746994, - -0.24239952862262726, - 0.018934817984700203, - 0.968979001045227 - ] - ], - [ - 2.133333444595337, - [ - 0.03964456915855408, - -0.25938254594802856, - 0.027902992442250252, - 0.9645571112632751 - ] - ], - [ - 2.1666667461395264, - [ - 0.030819127336144447, - -0.2726992070674896, - 0.05007569491863251, - 0.960300862789154 - ] - ], - [ - 2.200000047683716, - [ - 0.021402815356850624, - -0.2696051001548767, - 0.07789232581853867, - 0.9595769047737122 - ] - ], - [ - 2.2333333492279053, - [ - 0.01436680369079113, - -0.2502354085445404, - 0.0993671640753746, - 0.9629653096199036 - ] - ], - [ - 2.2666666507720947, - [ - 0.01200353354215622, - -0.22820255160331726, - 0.1051160916686058, - 0.9678483009338379 - ] - ], - [ - 2.299999952316284, - [ - 0.0152369923889637, - -0.21472585201263428, - 0.09614428132772446, - 0.9718111753463745 - ] - ], - [ - 2.3333332538604736, - [ - 0.023105159401893616, - -0.21202625334262848, - 0.07530250400304794, - 0.9740844964981079 - ] - ], - [ - 2.366666555404663, - [ - 0.035221997648477554, - -0.21042920649051666, - 0.045730993151664734, - 0.9759035110473633 - ] - ], - [ - 2.4000000953674316, - [ - 0.04557329788804054, - -0.20680071413516998, - 0.022242877632379532, - 0.9770680665969849 - ] - ], - [ - 2.433333396911621, - [ - 0.04753865674138069, - -0.2083219587802887, - 0.01201040018349886, - 0.9768306016921997 - ] - ], - [ - 2.4666666984558105, - [ - 0.0442303791642189, - -0.2152983695268631, - 0.014421823434531689, - 0.9754396677017212 - ] - ], - [ - 2.5, - [ - 0.034754302352666855, - -0.22375111281871796, - 0.031665194779634476, - 0.9735117554664612 - ] - ], - [ - 2.5333333015441895, - [ - 0.023116450756788254, - -0.22307857871055603, - 0.059588972479104996, - 0.9727028012275696 - ] - ], - [ - 2.566666603088379, - [ - 0.016142310574650764, - -0.2107602059841156, - 0.08401788026094437, - 0.9737868309020996 - ] - ], - [ - 2.5999999046325684, - [ - 0.016540048643946648, - -0.20001325011253357, - 0.09488184005022049, - 0.9750480055809021 - ] - ], - [ - 2.633333444595337, - [ - 0.021054569631814957, - -0.19913774728775024, - 0.09517303109169006, - 0.9751117825508118 - ] - ], - [ - 2.6666667461395264, - [ - 0.024578819051384926, - -0.2034742534160614, - 0.0861830860376358, - 0.9749700427055359 - ] - ], - [ - 2.700000047683716, - [ - 0.027310064062476158, - -0.20565280318260193, - 0.07221764326095581, - 0.9755745530128479 - ] - ], - [ - 2.7333333492279053, - [ - 0.028530720621347427, - -0.20526695251464844, - 0.06969200074672699, - 0.9758045673370361 - ] - ], - [ - 2.7666666507720947, - [ - 0.03202080726623535, - -0.20287035405635834, - 0.07731430977582932, - 0.9756233096122742 - ] - ], - [ - 2.799999952316284, - [ - 0.031985748559236526, - -0.19622381031513214, - 0.0889439731836319, - 0.9759929776191711 - ] - ], - [ - 2.8333332538604736, - [ - 0.012133531272411346, - -0.17575573921203613, - 0.12835121154785156, - 0.9759553670883179 - ] - ], - [ - 2.866666555404663, - [ - -0.022642971947789192, - -0.14952045679092407, - 0.18705439567565918, - 0.9706398844718933 - ] - ], - [ - 2.9000000953674316, - [ - -0.03878220543265343, - -0.1353614330291748, - 0.20187440514564514, - 0.9692367911338806 - ] - ], - [ - 2.933333396911621, - [ - -0.03414923697710037, - -0.12111459672451019, - 0.12190474569797516, - 0.9845325350761414 - ] - ], - [ - 2.9666666984558105, - [ - -0.02442099340260029, - -0.10357178747653961, - 0.0001749985822243616, - 0.9943221211433411 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.015395471826195717, - -0.07244844734668732, - -0.10429678112268448, - 0.9917844533920288 - ] - ], - [ - 3.066666603088379, - [ - 0.035361018031835556, - -0.053850218653678894, - -0.1101430207490921, - 0.9918256998062134 - ] - ], - [ - 3.0999999046325684, - [ - 0.03728261962532997, - -0.04515549913048744, - -0.1044958308339119, - 0.9927998781204224 - ] - ], - [ - 3.133333444595337, - [ - 0.024907346814870834, - -0.045228324830532074, - -0.0946136862039566, - 0.9941741824150085 - ] - ], - [ - 3.1666667461395264, - [ - 0.01391415111720562, - -0.0453084334731102, - -0.08490050584077835, - 0.9952614903450012 - ] - ], - [ - 3.200000047683716, - [ - 0.0058842748403549194, - -0.04383378475904465, - -0.07457226514816284, - 0.9962344765663147 - ] - ], - [ - 3.2333333492279053, - [ - -0.00037575734313577414, - -0.04261249676346779, - -0.0679415687918663, - 0.9967787861824036 - ] - ], - [ - 3.2666666507720947, - [ - -0.00410606199875474, - -0.04699617996811867, - -0.07093589752912521, - 0.9963647127151489 - ] - ], - [ - 3.299999952316284, - [ - -0.0043211146257817745, - -0.055425070226192474, - -0.08367859572172165, - 0.9949409365653992 - ] - ], - [ - 3.3333332538604736, - [ - 0.007260885089635849, - -0.05661091208457947, - -0.11707919836044312, - 0.9914811849594116 - ] - ], - [ - 3.366666555404663, - [ - 0.023936279118061066, - -0.05857906490564346, - -0.14851520955562592, - 0.9868834614753723 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658493672_683726.json b/lenses/physics-objects/Scene/assets/1646688658493672_683726.json deleted file mode 100644 index da103f53..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658493672_683726.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658493672:683726", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658494994_683739.json b/lenses/physics-objects/Scene/assets/1646688658494994_683739.json deleted file mode 100644 index 0549e839..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658494994_683739.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658494994:683739", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.70188045501709, - 0.0, - 7.105427357601002e-15 - ] - ], - [ - 0.5333333611488342, - [ - 9.726768493652344, - -1.4210836927510111e-14, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.6859712600708, - -1.9387039443735764e-26, - 6.217248937900877e-15 - ] - ], - [ - 3.866666555404663, - [ - 9.713971138000488, - 0.0, - 1.2434497875801753e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.700383186340332, - -6.402349254233616e-25, - -7.105427357601002e-15 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658495273_683746.json b/lenses/physics-objects/Scene/assets/1646688658495273_683746.json deleted file mode 100644 index 359c8a57..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658495273_683746.json +++ /dev/null @@ -1,1774 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658495273:683746", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026021884754300117, - -0.05280650407075882, - -0.0682370513677597, - 0.9959307312965393 - ] - ], - [ - 0.03333333507180214, - [ - -0.026021884754300117, - -0.05280650407075882, - -0.0682370513677597, - 0.9959307312965393 - ] - ], - [ - 0.06666667014360428, - [ - -0.02483760006725788, - -0.053331159055233, - -0.06917396187782288, - 0.9958683848381042 - ] - ], - [ - 0.10000000149011612, - [ - -0.02352728880941868, - -0.05395149067044258, - -0.07080107182264328, - 0.9957524538040161 - ] - ], - [ - 0.13333334028720856, - [ - -0.022137224674224854, - -0.05466808006167412, - -0.07313591241836548, - 0.9955765604972839 - ] - ], - [ - 0.1666666716337204, - [ - -0.020705722272396088, - -0.05546550452709198, - -0.07607628405094147, - 0.9953427910804749 - ] - ], - [ - 0.20000000298023224, - [ - -0.019270790740847588, - -0.05633105710148811, - -0.07951931655406952, - 0.9950538277626038 - ] - ], - [ - 0.23333333432674408, - [ - -0.017869984731078148, - -0.0572543628513813, - -0.08336141705513, - 0.994712769985199 - ] - ], - [ - 0.2666666805744171, - [ - -0.016540298238396645, - -0.0582268089056015, - -0.08749876916408539, - 0.9943239092826843 - ] - ], - [ - 0.30000001192092896, - [ - -0.015318294987082481, - -0.05924132466316223, - -0.0918273776769638, - 0.9938931465148926 - ] - ], - [ - 0.3333333432674408, - [ - -0.014240027405321598, - -0.060291774570941925, - -0.09624334424734116, - 0.9934280514717102 - ] - ], - [ - 0.36666667461395264, - [ - -0.01334113348275423, - -0.0613725520670414, - -0.1006431058049202, - 0.9929382801055908 - ] - ], - [ - 0.4000000059604645, - [ - -0.012629636563360691, - -0.06246950477361679, - -0.10492885112762451, - 0.9924353957176208 - ] - ], - [ - 0.4333333373069763, - [ - -0.012102247215807438, - -0.06356310844421387, - -0.10900610685348511, - 0.9919329285621643 - ] - ], - [ - 0.46666666865348816, - [ - -0.011747309938073158, - -0.06463058292865753, - -0.11278312653303146, - 0.9914458394050598 - ] - ], - [ - 0.5, - [ - -0.011547422036528587, - -0.06564479321241379, - -0.1161709800362587, - 0.9909902811050415 - ] - ], - [ - 0.5333333611488342, - [ - -0.011496959254145622, - -0.06657884269952774, - -0.11907999962568283, - 0.9905831813812256 - ] - ], - [ - 0.5666666626930237, - [ - -0.011587933637201786, - -0.06740304082632065, - -0.12142226845026016, - 0.9902420043945313 - ] - ], - [ - 0.6000000238418579, - [ - -0.011805299669504166, - -0.06807580590248108, - -0.1230941116809845, - 0.9899869561195374 - ] - ], - [ - 0.6333333253860474, - [ - -0.01213016826659441, - -0.06855198740959167, - -0.12398840487003326, - 0.9898386597633362 - ] - ], - [ - 0.6666666865348816, - [ - -0.012540890835225582, - -0.06885268539190292, - -0.12425936013460159, - 0.9897785782814026 - ] - ], - [ - 0.699999988079071, - [ - -0.013012110255658627, - -0.0690113827586174, - -0.12411346286535263, - 0.9897797703742981 - ] - ], - [ - 0.7333333492279053, - [ - -0.013524577021598816, - -0.0690566822886467, - -0.12363094836473465, - 0.9898301362991333 - ] - ], - [ - 0.7666666507720947, - [ - -0.01405705139040947, - -0.06902697682380676, - -0.12291732430458069, - 0.9899136424064636 - ] - ], - [ - 0.800000011920929, - [ - -0.014601712115108967, - -0.06892362982034683, - -0.1219935417175293, - 0.9900272488594055 - ] - ], - [ - 0.8333333134651184, - [ - -0.015150883235037327, - -0.06874815374612808, - -0.12088052928447723, - 0.9901677966117859 - ] - ], - [ - 0.8666666746139526, - [ - -0.015697015449404716, - -0.06850223243236542, - -0.11959902942180634, - 0.9903318285942078 - ] - ], - [ - 0.8999999761581421, - [ - -0.016232695430517197, - -0.06818784028291702, - -0.11816981434822083, - 0.9905164241790771 - ] - ], - [ - 0.9333333373069763, - [ - -0.016750693321228027, - -0.06780722737312317, - -0.11661352962255478, - 0.9907183647155762 - ] - ], - [ - 0.9666666388511658, - [ - -0.017243873327970505, - -0.06736300140619278, - -0.1149507537484169, - 0.9909344911575317 - ] - ], - [ - 1.0, - [ - -0.0177052803337574, - -0.06685809046030045, - -0.1132020577788353, - 0.9911619424819946 - ] - ], - [ - 1.0333333015441895, - [ - -0.018128003925085068, - -0.0662958025932312, - -0.11138789355754852, - 0.991397500038147 - ] - ], - [ - 1.0666667222976685, - [ - -0.018505269661545753, - -0.06567983329296112, - -0.10952875018119812, - 0.9916386008262634 - ] - ], - [ - 1.100000023841858, - [ - -0.018830355256795883, - -0.06501418352127075, - -0.10764501988887787, - 0.9918826222419739 - ] - ], - [ - 1.1333333253860474, - [ - -0.019096584990620613, - -0.0643031895160675, - -0.10575710982084274, - 0.9921269416809082 - ] - ], - [ - 1.1666666269302368, - [ - -0.019297288730740547, - -0.06355147808790207, - -0.10388534516096115, - 0.9923692345619202 - ] - ], - [ - 1.2000000476837158, - [ - -0.019516678526997566, - -0.06278121471405029, - -0.10196617245674133, - 0.9926129579544067 - ] - ], - [ - 1.2333333492279053, - [ - -0.01983211375772953, - -0.06201409548521042, - -0.09994170814752579, - 0.9928607940673828 - ] - ], - [ - 1.2666666507720947, - [ - -0.02022656612098217, - -0.06125452741980553, - -0.09784077852964401, - 0.9931092262268066 - ] - ], - [ - 1.2999999523162842, - [ - -0.020677275955677032, - -0.06050567328929901, - -0.09569349884986877, - 0.9933551549911499 - ] - ], - [ - 1.3333333730697632, - [ - -0.021167948842048645, - -0.05977289378643036, - -0.09352884441614151, - 0.9935952425003052 - ] - ], - [ - 1.3666666746139526, - [ - -0.021664919331669807, - -0.05905643478035927, - -0.09137923270463943, - 0.9938274621963501 - ] - ], - [ - 1.399999976158142, - [ - -0.022138377651572227, - -0.05835786089301109, - -0.08927644789218903, - 0.9940493702888489 - ] - ], - [ - 1.4333332777023315, - [ - -0.022577429190278053, - -0.0576840303838253, - -0.08724907785654068, - 0.9942588210105896 - ] - ], - [ - 1.4666666984558105, - [ - -0.02297297865152359, - -0.057041652500629425, - -0.08532567322254181, - 0.9944537281990051 - ] - ], - [ - 1.5, - [ - -0.023317594081163406, - -0.05643796548247337, - -0.08353795856237411, - 0.9946319460868835 - ] - ], - [ - 1.5333333015441895, - [ - -0.02360648289322853, - -0.05587957799434662, - -0.08191932737827301, - 0.9947911500930786 - ] - ], - [ - 1.5666667222976685, - [ - -0.023831233382225037, - -0.055353011935949326, - -0.08047924190759659, - 0.9949327707290649 - ] - ], - [ - 1.600000023841858, - [ - -0.023986220359802246, - -0.05484337732195854, - -0.07921163737773895, - 0.9950590133666992 - ] - ], - [ - 1.6333333253860474, - [ - -0.02405911684036255, - -0.05436776950955391, - -0.07809389382600784, - 0.9951717853546143 - ] - ], - [ - 1.6666666269302368, - [ - -0.024040454998612404, - -0.05393727496266365, - -0.0770951509475708, - 0.9952734112739563 - ] - ], - [ - 1.7000000476837158, - [ - -0.023943915963172913, - -0.0535484254360199, - -0.07620938122272491, - 0.9953649640083313 - ] - ], - [ - 1.7333333492279053, - [ - -0.02378341741859913, - -0.05319844186306, - -0.07543028146028519, - 0.9954469203948975 - ] - ], - [ - 1.7666666507720947, - [ - -0.023572873324155807, - -0.05288522690534592, - -0.07475142180919647, - 0.9955198168754578 - ] - ], - [ - 1.7999999523162842, - [ - -0.023326387628912926, - -0.05260726436972618, - -0.07416621595621109, - 0.9955841302871704 - ] - ], - [ - 1.8333333730697632, - [ - -0.023058107122778893, - -0.0523635596036911, - -0.07366808503866196, - 0.995640218257904 - ] - ], - [ - 1.8666666746139526, - [ - -0.02278229035437107, - -0.05215359106659889, - -0.0732501819729805, - 0.9956883788108826 - ] - ], - [ - 1.899999976158142, - [ - -0.022513344883918762, - -0.05197723209857941, - -0.07290565967559814, - 0.9957290291786194 - ] - ], - [ - 1.9333332777023315, - [ - -0.022265708073973656, - -0.051834654062986374, - -0.07262757420539856, - 0.9957623481750488 - ] - ], - [ - 1.9666666984558105, - [ - -0.022053901106119156, - -0.0517263226211071, - -0.07240881770849228, - 0.9957886338233948 - ] - ], - [ - 2.066666603088379, - [ - -0.02177959494292736, - -0.05161436274647713, - -0.07203663140535355, - 0.9958274364471436 - ] - ], - [ - 2.0999999046325684, - [ - -0.021857276558876038, - -0.051651109009981155, - -0.07198280096054077, - 0.9958277344703674 - ] - ], - [ - 2.133333444595337, - [ - -0.022033706307411194, - -0.05172433704137802, - -0.0719531998038292, - 0.9958221912384033 - ] - ], - [ - 2.200000047683716, - [ - -0.022681837901473045, - -0.05197069048881531, - -0.07194559276103973, - 0.9957953691482544 - ] - ], - [ - 2.2333333492279053, - [ - -0.023159265518188477, - -0.052139509469270706, - -0.07195602357387543, - 0.9957748055458069 - ] - ], - [ - 2.2666666507720947, - [ - -0.02374163456261158, - -0.052335985004901886, - -0.07196836918592453, - 0.9957498908042908 - ] - ], - [ - 2.299999952316284, - [ - -0.024427229538559914, - -0.052557315677404404, - -0.071977399289608, - 0.9957211017608643 - ] - ], - [ - 2.3333332538604736, - [ - -0.025211742147803307, - -0.05280408263206482, - -0.07197922468185425, - 0.995688259601593 - ] - ], - [ - 2.366666555404663, - [ - -0.026085516437888145, - -0.05307560786604881, - -0.0719691663980484, - 0.9956520199775696 - ] - ], - [ - 2.4000000953674316, - [ - -0.027124710381031036, - -0.05336478725075722, - -0.07181509584188461, - 0.9956199526786804 - ] - ], - [ - 2.433333396911621, - [ - -0.028406688943505287, - -0.053662657737731934, - -0.07139650732278824, - 0.9955983757972717 - ] - ], - [ - 2.4666666984558105, - [ - -0.029912006109952927, - -0.053960081189870834, - -0.07071620970964432, - 0.9955867528915405 - ] - ], - [ - 2.5, - [ - -0.031616125255823135, - -0.05425413325428963, - -0.06978415697813034, - 0.9955838918685913 - ] - ], - [ - 2.5333333015441895, - [ - -0.033491916954517365, - -0.05454528331756592, - -0.06862486153841019, - 0.9955871105194092 - ] - ], - [ - 2.566666603088379, - [ - -0.03551212325692177, - -0.05483517423272133, - -0.06726270914077759, - 0.9955941438674927 - ] - ], - [ - 2.5999999046325684, - [ - -0.03764951974153519, - -0.05512615665793419, - -0.06572217494249344, - 0.9956024289131165 - ] - ], - [ - 2.633333444595337, - [ - -0.039876777678728104, - -0.0554211288690567, - -0.06402777880430222, - 0.9956097602844238 - ] - ], - [ - 2.6666667461395264, - [ - -0.04216654226183891, - -0.05572319030761719, - -0.06220415234565735, - 0.9956141710281372 - ] - ], - [ - 2.700000047683716, - [ - -0.04449132829904556, - -0.056035567075014114, - -0.06027597188949585, - 0.9956140518188477 - ] - ], - [ - 2.7333333492279053, - [ - -0.04682375490665436, - -0.05636123940348625, - -0.058268025517463684, - 0.9956082701683044 - ] - ], - [ - 2.7666666507720947, - [ - -0.04913628101348877, - -0.056702855974435806, - -0.05620527267456055, - 0.9955959916114807 - ] - ], - [ - 2.799999952316284, - [ - -0.05140148475766182, - -0.05706251785159111, - -0.054112743586301804, - 0.9955770969390869 - ] - ], - [ - 2.8333332538604736, - [ - -0.05359184741973877, - -0.057441726326942444, - -0.05201559141278267, - 0.9955514669418335 - ] - ], - [ - 2.866666555404663, - [ - -0.05567985400557518, - -0.05784113332629204, - -0.04993903264403343, - 0.9955201148986816 - ] - ], - [ - 2.9000000953674316, - [ - -0.057638198137283325, - -0.05826060101389885, - -0.04790829122066498, - 0.9954839944839478 - ] - ], - [ - 2.933333396911621, - [ - -0.059396494179964066, - -0.05868490785360336, - -0.045989181846380234, - 0.9954462051391602 - ] - ], - [ - 2.9666666984558105, - [ - -0.06089858338236809, - -0.05910109356045723, - -0.04423385486006737, - 0.9954103827476501 - ] - ], - [ - 3.0, - [ - -0.062138404697179794, - -0.059511493891477585, - -0.042647264897823334, - 0.9953785538673401 - ] - ], - [ - 3.0333333015441895, - [ - -0.06310971081256866, - -0.05991823226213455, - -0.041234347969293594, - 0.995352566242218 - ] - ], - [ - 3.066666603088379, - [ - -0.06377994269132614, - -0.06032000482082367, - -0.04000487178564072, - 0.9953357577323914 - ] - ], - [ - 3.0999999046325684, - [ - -0.06412757933139801, - -0.06071696802973747, - -0.03896668925881386, - 0.9953304529190063 - ] - ], - [ - 3.133333444595337, - [ - -0.06416573375463486, - -0.06111450865864754, - -0.03812120482325554, - 0.9953364133834839 - ] - ], - [ - 3.1666667461395264, - [ - -0.06391650438308716, - -0.061518263071775436, - -0.03746815770864487, - 0.9953523874282837 - ] - ], - [ - 3.200000047683716, - [ - -0.06341753154993057, - -0.06193394586443901, - -0.037004485726356506, - 0.9953758716583252 - ] - ], - [ - 3.2333333492279053, - [ - -0.0626838207244873, - -0.062356285750865936, - -0.036751940846443176, - 0.9954053163528442 - ] - ], - [ - 3.2666666507720947, - [ - -0.061710819602012634, - -0.06277580559253693, - -0.03672843798995018, - 0.9954406023025513 - ] - ], - [ - 3.299999952316284, - [ - -0.06052059307694435, - -0.06319097429513931, - -0.0369366891682148, - 0.9954797029495239 - ] - ], - [ - 3.3333332538604736, - [ - -0.05913737788796425, - -0.06361398845911026, - -0.03760865330696106, - 0.9955107569694519 - ] - ], - [ - 3.366666555404663, - [ - -0.05759214982390404, - -0.06405666470527649, - -0.03891990706324577, - 0.9955225586891174 - ] - ], - [ - 3.4000000953674316, - [ - -0.05592197924852371, - -0.06453723460435867, - -0.04091975837945938, - 0.9955065250396729 - ] - ], - [ - 3.433333396911621, - [ - -0.0541684664785862, - -0.06506757438182831, - -0.04363185912370682, - 0.9954538941383362 - ] - ], - [ - 3.4666666984558105, - [ - -0.05236531421542168, - -0.06563615053892136, - -0.0469575971364975, - 0.9953616261482239 - ] - ], - [ - 3.5, - [ - -0.05054599046707153, - -0.06623413413763046, - -0.05079791694879532, - 0.995227575302124 - ] - ], - [ - 3.5333333015441895, - [ - -0.048743534833192825, - -0.06685502082109451, - -0.05505317077040672, - 0.9950496554374695 - ] - ], - [ - 3.566666603088379, - [ - -0.046990759670734406, - -0.06749417632818222, - -0.05962330475449562, - 0.9948274493217468 - ] - ], - [ - 3.5999999046325684, - [ - -0.045307792723178864, - -0.06814396381378174, - -0.06441912800073624, - 0.9945622086524963 - ] - ], - [ - 3.633333444595337, - [ - -0.04372744262218475, - -0.06880304217338562, - -0.06933947652578354, - 0.9942566752433777 - ] - ], - [ - 3.6666667461395264, - [ - -0.042300958186388016, - -0.06947728991508484, - -0.07426606118679047, - 0.9939155578613281 - ] - ], - [ - 3.700000047683716, - [ - -0.04105139896273613, - -0.07016521692276001, - -0.07908721268177032, - 0.9935476183891296 - ] - ], - [ - 3.7333333492279053, - [ - -0.03999044746160507, - -0.07085967808961868, - -0.08369430154561996, - 0.9931641221046448 - ] - ], - [ - 3.7666666507720947, - [ - -0.03912116959691048, - -0.07154945284128189, - -0.08798156678676605, - 0.9927786588668823 - ] - ], - [ - 3.799999952316284, - [ - -0.038440968841314316, - -0.07221810519695282, - -0.09184567630290985, - 0.9924067854881287 - ] - ], - [ - 3.8333332538604736, - [ - -0.037958767265081406, - -0.07284725457429886, - -0.09518218040466309, - 0.992064893245697 - ] - ], - [ - 3.866666555404663, - [ - -0.03765068203210831, - -0.07340595126152039, - -0.09791576117277145, - 0.9917693734169006 - ] - ], - [ - 3.9000000953674316, - [ - -0.037476181983947754, - -0.07385292649269104, - -0.09996291249990463, - 0.9915386438369751 - ] - ], - [ - 3.933333396911621, - [ - -0.037416256964206696, - -0.07415176182985306, - -0.10121376812458038, - 0.9913915991783142 - ] - ], - [ - 3.9666666984558105, - [ - -0.03744834288954735, - -0.07430694252252579, - -0.10182485729455948, - 0.9913161993026733 - ] - ], - [ - 4.0333333015441895, - [ - -0.0376892052590847, - -0.0742531344294548, - -0.10184085369110107, - 0.9913094639778137 - ] - ], - [ - 4.066666603088379, - [ - -0.03785650432109833, - -0.07410434633493423, - -0.10143651068210602, - 0.9913556575775146 - ] - ], - [ - 4.099999904632568, - [ - -0.03803957998752594, - -0.07388697564601898, - -0.10081542283296585, - 0.9914282560348511 - ] - ], - [ - 4.133333206176758, - [ - -0.038230348378419876, - -0.07360221445560455, - -0.09999947249889374, - 0.9915248155593872 - ] - ], - [ - 4.166666507720947, - [ - -0.03842085599899292, - -0.07325143367052078, - -0.0990103930234909, - 0.9916425943374634 - ] - ], - [ - 4.199999809265137, - [ - -0.038603316992521286, - -0.07283631712198257, - -0.09786989539861679, - 0.9917792677879333 - ] - ], - [ - 4.233333110809326, - [ - -0.038770128041505814, - -0.07235883176326752, - -0.0965995341539383, - 0.9919322729110718 - ] - ], - [ - 4.266666889190674, - [ - -0.03891385346651077, - -0.07182128727436066, - -0.09522078931331635, - 0.9920991063117981 - ] - ], - [ - 4.300000190734863, - [ - -0.039027098566293716, - -0.07122638076543808, - -0.09375503659248352, - 0.9922770261764526 - ] - ], - [ - 4.333333492279053, - [ - -0.0391027107834816, - -0.07057712227106094, - -0.09222353249788284, - 0.9924639463424683 - ] - ], - [ - 4.366666793823242, - [ - -0.03913356736302376, - -0.06987692415714264, - -0.09064751118421555, - 0.9926574230194092 - ] - ], - [ - 4.400000095367432, - [ - -0.03911261260509491, - -0.0691295862197876, - -0.0890481173992157, - 0.9928553700447083 - ] - ], - [ - 4.433333396911621, - [ - -0.039032917469739914, - -0.06833911687135696, - -0.08744630217552185, - 0.9930555820465088 - ] - ], - [ - 4.4666666984558105, - [ - -0.038887541741132736, - -0.06750988960266113, - -0.08586310595273972, - 0.9932560920715332 - ] - ], - [ - 4.5, - [ - -0.0386694110929966, - -0.0666465014219284, - -0.08431939035654068, - 0.993455171585083 - ] - ], - [ - 4.5333333015441895, - [ - -0.03837152570486069, - -0.06575372815132141, - -0.08283597975969315, - 0.9936509728431702 - ] - ], - [ - 4.566666603088379, - [ - -0.03798706457018852, - -0.06483661383390427, - -0.08143336325883865, - 0.9938419461250305 - ] - ], - [ - 4.599999904632568, - [ - -0.037504643201828, - -0.0638992041349411, - -0.08013183623552322, - 0.994026780128479 - ] - ], - [ - 4.633333206176758, - [ - -0.03691992536187172, - -0.06294737756252289, - -0.07894989103078842, - 0.9942039251327515 - ] - ], - [ - 4.666666507720947, - [ - -0.03621114790439606, - -0.061982497572898865, - -0.07790927588939667, - 0.9943727254867554 - ] - ], - [ - 4.699999809265137, - [ - -0.035360582172870636, - -0.061006806790828705, - -0.0770307406783104, - 0.9945321083068848 - ] - ], - [ - 4.733333110809326, - [ - -0.03436916321516037, - -0.06002705916762352, - -0.07633136212825775, - 0.9946804642677307 - ] - ], - [ - 4.766666889190674, - [ - -0.033239878714084625, - -0.05904979258775711, - -0.07582782953977585, - 0.9948157668113708 - ] - ], - [ - 4.800000190734863, - [ - -0.03197718784213066, - -0.0580824539065361, - -0.0755399540066719, - 0.9949359893798828 - ] - ], - [ - 4.833333492279053, - [ - -0.030588120222091675, - -0.057131946086883545, - -0.07548882812261581, - 0.9950385689735413 - ] - ], - [ - 4.866666793823242, - [ - -0.02907613478600979, - -0.056184906512498856, - -0.07567095756530762, - 0.9951239824295044 - ] - ], - [ - 4.900000095367432, - [ - -0.027434634044766426, - -0.05522500351071358, - -0.07608005404472351, - 0.9951931238174438 - ] - ], - [ - 4.933333396911621, - [ - -0.02564946375787258, - -0.05426887050271034, - -0.07669474184513092, - 0.995246171951294 - ] - ], - [ - 4.9666666984558105, - [ - -0.023721762001514435, - -0.05333363264799118, - -0.07747450470924377, - 0.9952841401100159 - ] - ], - [ - 5.0, - [ - -0.021675944328308105, - -0.05242380127310753, - -0.0784037783741951, - 0.9953063726425171 - ] - ], - [ - 5.0333333015441895, - [ - -0.01953667588531971, - -0.05154455825686455, - -0.0794668048620224, - 0.9953122735023499 - ] - ], - [ - 5.066666603088379, - [ - -0.01732863485813141, - -0.05070148780941963, - -0.08064767718315125, - 0.9953014850616455 - ] - ], - [ - 5.099999904632568, - [ - -0.015076792798936367, - -0.049900494515895844, - -0.08193036168813705, - 0.9952739477157593 - ] - ], - [ - 5.133333206176758, - [ - -0.012806215323507786, - -0.04914760962128639, - -0.083298459649086, - 0.9952295422554016 - ] - ], - [ - 5.166666507720947, - [ - -0.010542154312133789, - -0.04844880476593971, - -0.08473551273345947, - 0.9951690435409546 - ] - ], - [ - 5.199999809265137, - [ - -0.008309999480843544, - -0.047809965908527374, - -0.08622470498085022, - 0.9950931668281555 - ] - ], - [ - 5.233333110809326, - [ - -0.006135264877229929, - -0.0472366102039814, - -0.08774907886981964, - 0.9950031042098999 - ] - ], - [ - 5.266666889190674, - [ - -0.004043503198772669, - -0.04673389345407486, - -0.08929137885570526, - 0.9949003458023071 - ] - ], - [ - 5.300000190734863, - [ - -0.0020605011377483606, - -0.04630643501877785, - -0.09083416312932968, - 0.9947867393493652 - ] - ], - [ - 5.333333492279053, - [ - -0.00021196811576373875, - -0.04595837742090225, - -0.0923597514629364, - 0.9946644902229309 - ] - ], - [ - 5.366666793823242, - [ - 0.0014763239305466413, - -0.045693010091781616, - -0.09385034441947937, - 0.9945361018180847 - ] - ], - [ - 5.400000095367432, - [ - 0.0029786035884171724, - -0.045513052493333817, - -0.09528793394565582, - 0.9944043159484863 - ] - ], - [ - 5.433333396911621, - [ - 0.004279181361198425, - -0.045417409390211105, - -0.09665578603744507, - 0.994271993637085 - ] - ], - [ - 5.4666666984558105, - [ - 0.005369213409721851, - -0.04540211334824562, - -0.09793796390295029, - 0.9941419363021851 - ] - ], - [ - 5.5, - [ - 0.006231349427253008, - -0.04546410217881203, - -0.09911733865737915, - 0.9940170645713806 - ] - ], - [ - 5.5333333015441895, - [ - 0.006855480372905731, - -0.04559748247265816, - -0.10017790645360947, - 0.9939005374908447 - ] - ], - [ - 5.566666603088379, - [ - 0.007227946072816849, - -0.04579707980155945, - -0.10110302269458771, - 0.9937950372695923 - ] - ], - [ - 5.599999904632568, - [ - 0.007339727599173784, - -0.04605570435523987, - -0.10187679529190063, - 0.9937032461166382 - ] - ], - [ - 5.633333206176758, - [ - 0.007184233050793409, - -0.046369362622499466, - -0.10248366743326187, - 0.9936274886131287 - ] - ], - [ - 5.666666507720947, - [ - 0.006760112941265106, - -0.046731527894735336, - -0.10290733724832535, - 0.9935696125030518 - ] - ], - [ - 5.699999809265137, - [ - 0.006070578936487436, - -0.047100648283958435, - -0.103091761469841, - 0.9935374855995178 - ] - ], - [ - 5.733333110809326, - [ - 0.005124197807163, - -0.0474369153380394, - -0.10299938172101974, - 0.9935364127159119 - ] - ], - [ - 5.766666889190674, - [ - 0.003939073067158461, - -0.047729361802339554, - -0.10263249278068542, - 0.9935657978057861 - ] - ], - [ - 5.800000190734863, - [ - 0.002538390690460801, - -0.04797583073377609, - -0.1020004078745842, - 0.9936235547065735 - ] - ], - [ - 5.833333492279053, - [ - 0.0009479402215220034, - -0.0481790192425251, - -0.10112619400024414, - 0.9937058687210083 - ] - ], - [ - 5.866666793823242, - [ - -0.0008064242429099977, - -0.048342883586883545, - -0.10003256052732468, - 0.9938087463378906 - ] - ], - [ - 5.900000095367432, - [ - -0.0026988014578819275, - -0.04847247153520584, - -0.09874214977025986, - 0.9939281344413757 - ] - ], - [ - 5.933333396911621, - [ - -0.004703233018517494, - -0.04857347905635834, - -0.09727739542722702, - 0.9940601587295532 - ] - ], - [ - 5.9666666984558105, - [ - -0.00679366011172533, - -0.04865219071507454, - -0.09566085785627365, - 0.9942011833190918 - ] - ], - [ - 6.0, - [ - -0.008943967521190643, - -0.048714976757764816, - -0.09391497075557709, - 0.9943474531173706 - ] - ], - [ - 6.0333333015441895, - [ - -0.011127984151244164, - -0.048768412321805954, - -0.09206250309944153, - 0.9944961071014404 - ] - ], - [ - 6.066666603088379, - [ - -0.013319465331733227, - -0.048818737268447876, - -0.09012618660926819, - 0.994644045829773 - ] - ], - [ - 6.099999904632568, - [ - -0.015492075122892857, - -0.048871930688619614, - -0.08812906593084335, - 0.9947888255119324 - ] - ], - [ - 6.133333206176758, - [ - -0.01761947013437748, - -0.048933468759059906, - -0.0860944613814354, - 0.9949285387992859 - ] - ], - [ - 6.166666507720947, - [ - -0.01967526040971279, - -0.04900814965367317, - -0.08404581248760223, - 0.9950615167617798 - ] - ], - [ - 6.199999809265137, - [ - -0.021632999181747437, - -0.04910003021359444, - -0.08200685679912567, - 0.995186448097229 - ] - ], - [ - 6.233333110809326, - [ - -0.023466244339942932, - -0.04921233281493187, - -0.08000154793262482, - 0.995302677154541 - ] - ], - [ - 6.266666889190674, - [ - -0.025148574262857437, - -0.04934728145599365, - -0.07805398106575012, - 0.9954094290733337 - ] - ], - [ - 6.300000190734863, - [ - -0.02665356919169426, - -0.049506183713674545, - -0.07618844509124756, - 0.9955069422721863 - ] - ], - [ - 6.333333492279053, - [ - -0.027954837307333946, - -0.04968927055597305, - -0.07442941516637802, - 0.9955952763557434 - ] - ], - [ - 6.366666793823242, - [ - -0.028999963775277138, - -0.04988998919725418, - -0.07280520349740982, - 0.9956754446029663 - ] - ], - [ - 6.400000095367432, - [ - -0.029747439548373222, - -0.05010358989238739, - -0.07134268432855606, - 0.9957484602928162 - ] - ], - [ - 6.433333396911621, - [ - -0.03019026480615139, - -0.05033330246806145, - -0.07006324082612991, - 0.9958143830299377 - ] - ], - [ - 6.4666666984558105, - [ - -0.030330296605825424, - -0.05058237910270691, - -0.06898698955774307, - 0.9958726167678833 - ] - ], - [ - 6.5, - [ - -0.030185379087924957, - -0.050854939967393875, - -0.06813158094882965, - 0.9959221482276917 - ] - ], - [ - 6.5333333015441895, - [ - -0.02977871336042881, - -0.051154885441064835, - -0.06751347333192825, - 0.9959610104560852 - ] - ], - [ - 6.566666603088379, - [ - -0.029130391776561737, - -0.05148439109325409, - -0.0671304240822792, - 0.995989203453064 - ] - ], - [ - 6.599999904632568, - [ - -0.02826729230582714, - -0.0518479160964489, - -0.0669831857085228, - 0.996005117893219 - ] - ], - [ - 6.633333206176758, - [ - -0.027219029143452644, - -0.052279867231845856, - -0.06729605048894882, - 0.9959905743598938 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658495553_683753.json b/lenses/physics-objects/Scene/assets/1646688658495553_683753.json deleted file mode 100644 index 67b68f1a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658495553_683753.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658495553:683753", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658496766_683766.json b/lenses/physics-objects/Scene/assets/1646688658496766_683766.json deleted file mode 100644 index fbc3c731..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658496766_683766.json +++ /dev/null @@ -1,674 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658496766:683766", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.555261611938477, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.50987434387207, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.51086711883545, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 9.531912803649902, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.585413932800293, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.635934829711914, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.66999340057373, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 9.681620597839355, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.660406112670898, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.619580268859863, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.583708763122559, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 9.556190490722656, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 9.531167984008789, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.542634010314941, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.589513778686523, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.65059757232666, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.685772895812988, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.676735877990723, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.603480339050293, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.58304500579834, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.590846061706543, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.658583641052246, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.658242225646973, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 9.619107246398926, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.587224006652832, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.587448120117188, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 9.609709739685059, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.60838508605957, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 9.582024574279785, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.570038795471191, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.59213638305664, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.620068550109863, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.640358924865723, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.641069412231445, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.604251861572266, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.53979778289795, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.489099502563477, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.468329429626465, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.454858779907227, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 9.433846473693848, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.425662994384766, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.463200569152832, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.527649879455566, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.595046043395996, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.635164260864258, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.61625862121582, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 9.542609214782715, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.464465141296387, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.433324813842773, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.44945240020752, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.473297119140625, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.501198768615723, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.54847526550293, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.61844539642334, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.676079750061035, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.686969757080078, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.663869857788086, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.61868667602539, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.583380699157715, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 9.591826438903809, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.622196197509766, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.663284301757813, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.690982818603516, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.675714492797852, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.586871147155762, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.505417823791504, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 9.474292755126953, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.494719505310059, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.53557014465332, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.582939147949219, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.62119197845459, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.641746520996094, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.629241943359375, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 9.594228744506836, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.552000045776367, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.516843795776367, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.493947982788086, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.471098899841309, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.472784996032715, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.546449661254883, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.632647514343262, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658497024_683773.json b/lenses/physics-objects/Scene/assets/1646688658497024_683773.json deleted file mode 100644 index 0bf80fa2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658497024_683773.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658497024:683773", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024179235100746155, - -0.17211982607841492, - 0.021338671445846558, - 0.984548032283783 - ] - ], - [ - 0.03333333507180214, - [ - 0.024179235100746155, - -0.17211982607841492, - 0.021338671445846558, - 0.984548032283783 - ] - ], - [ - 0.06666667014360428, - [ - 0.028646165505051613, - -0.19235874712467194, - 0.03515562042593956, - 0.9802762866020203 - ] - ], - [ - 0.10000000149011612, - [ - 0.03125419467687607, - -0.20405003428459167, - 0.04167700558900833, - 0.9775733947753906 - ] - ], - [ - 0.13333334028720856, - [ - 0.027573369443416595, - -0.21329137682914734, - 0.044991351664066315, - 0.975562572479248 - ] - ], - [ - 0.1666666716337204, - [ - 0.018974699079990387, - -0.21986980736255646, - 0.06617696583271027, - 0.973097026348114 - ] - ], - [ - 0.20000000298023224, - [ - 0.01221997756510973, - -0.22321836650371552, - 0.10380232334136963, - 0.9691487550735474 - ] - ], - [ - 0.23333333432674408, - [ - 0.011056162416934967, - -0.23284344375133514, - 0.13097068667411804, - 0.9635913968086243 - ] - ], - [ - 0.2666666805744171, - [ - 0.01474050059914589, - -0.2417883276939392, - 0.14462003111839294, - 0.9593780040740967 - ] - ], - [ - 0.30000001192092896, - [ - 0.019654231145977974, - -0.2465147227048874, - 0.14421504735946655, - 0.9581472873687744 - ] - ], - [ - 0.3333333432674408, - [ - 0.022611308842897415, - -0.2460508793592453, - 0.13276012241840363, - 0.9598554372787476 - ] - ], - [ - 0.36666667461395264, - [ - 0.021590465679764748, - -0.2426449954509735, - 0.119513601064682, - 0.9624832272529602 - ] - ], - [ - 0.4000000059604645, - [ - 0.01513074804097414, - -0.23650044202804565, - 0.10720209032297134, - 0.9655808210372925 - ] - ], - [ - 0.4333333373069763, - [ - 0.005252092611044645, - -0.229800745844841, - 0.09643714874982834, - 0.9684338569641113 - ] - ], - [ - 0.46666666865348816, - [ - -0.006199499126523733, - -0.22475163638591766, - 0.08819779753684998, - 0.9703966379165649 - ] - ], - [ - 0.5, - [ - -0.016253486275672913, - -0.22216269373893738, - 0.08332456648349762, - 0.9713066220283508 - ] - ], - [ - 0.5333333611488342, - [ - -0.02391928620636463, - -0.22338534891605377, - 0.08752809464931488, - 0.9704976677894592 - ] - ], - [ - 0.5666666626930237, - [ - -0.03042561374604702, - -0.23135219514369965, - 0.10188349336385727, - 0.9670419692993164 - ] - ], - [ - 0.6000000238418579, - [ - -0.03480982035398483, - -0.24717840552330017, - 0.11867942661046982, - 0.9610443711280823 - ] - ], - [ - 0.6333333253860474, - [ - -0.03607131913304329, - -0.26694148778915405, - 0.13093708455562592, - 0.954094648361206 - ] - ], - [ - 0.6666666865348816, - [ - -0.03211647644639015, - -0.2827286720275879, - 0.1331949383020401, - 0.9493640661239624 - ] - ], - [ - 0.699999988079071, - [ - -0.02380060963332653, - -0.28715696930885315, - 0.12123347818851471, - 0.9498825669288635 - ] - ], - [ - 0.7333333492279053, - [ - -0.014764681458473206, - -0.2790909707546234, - 0.09859489649534225, - 0.9550755620002747 - ] - ], - [ - 0.7666666507720947, - [ - -0.0075396099127829075, - -0.26093339920043945, - 0.06589023023843765, - 0.9630759954452515 - ] - ], - [ - 0.800000011920929, - [ - -0.004764765966683626, - -0.24044950306415558, - 0.02564866468310356, - 0.9703110456466675 - ] - ], - [ - 0.8333333134651184, - [ - -0.007007088977843523, - -0.22634781897068024, - -0.010691765695810318, - 0.973962664604187 - ] - ], - [ - 0.8666666746139526, - [ - -0.013464625924825668, - -0.2204979956150055, - -0.029217084869742393, - 0.9748568534851074 - ] - ], - [ - 0.8999999761581421, - [ - -0.024031279608607292, - -0.21753178536891937, - -0.027767473831772804, - 0.9753621816635132 - ] - ], - [ - 0.9333333373069763, - [ - -0.03689901530742645, - -0.2125229388475418, - -0.0184237752109766, - 0.9762853384017944 - ] - ], - [ - 0.9666666388511658, - [ - -0.04904431849718094, - -0.20504924654960632, - -0.008336331695318222, - 0.9774865508079529 - ] - ], - [ - 1.0, - [ - -0.057828955352306366, - -0.19751408696174622, - 0.0013711992651224136, - 0.9785919189453125 - ] - ], - [ - 1.0333333015441895, - [ - -0.06115015968680382, - -0.19221003353595734, - 0.009157223626971245, - 0.9794039726257324 - ] - ], - [ - 1.0666667222976685, - [ - -0.05866898596286774, - -0.19006092846393585, - 0.013275393284857273, - 0.9799278378486633 - ] - ], - [ - 1.100000023841858, - [ - -0.05137849226593971, - -0.18965721130371094, - 0.012073460035026073, - 0.9804308414459229 - ] - ], - [ - 1.1333333253860474, - [ - -0.040609803050756454, - -0.18833275139331818, - 0.004738878458738327, - 0.9812538623809814 - ] - ], - [ - 1.1666666269302368, - [ - -0.02924792468547821, - -0.18501780927181244, - -0.006453089881688356, - 0.9822786450386047 - ] - ], - [ - 1.2000000476837158, - [ - -0.01984136551618576, - -0.18053574860095978, - -0.019219353795051575, - 0.9831804633140564 - ] - ], - [ - 1.2333333492279053, - [ - -0.012659819796681404, - -0.1767636239528656, - -0.03274589031934738, - 0.9836270213127136 - ] - ], - [ - 1.2666666507720947, - [ - -0.008440428413450718, - -0.1751469522714615, - -0.04509954899549484, - 0.9834725856781006 - ] - ], - [ - 1.2999999523162842, - [ - -0.007468951400369406, - -0.17618095874786377, - -0.05425062030553818, - 0.9828333258628845 - ] - ], - [ - 1.3333333730697632, - [ - -0.013499833643436432, - -0.17992854118347168, - -0.058565299957990646, - 0.9818419218063354 - ] - ], - [ - 1.3666666746139526, - [ - -0.02732173353433609, - -0.18088872730731964, - -0.05219505727291107, - 0.981737494468689 - ] - ], - [ - 1.399999976158142, - [ - -0.042303211987018585, - -0.1748993694782257, - -0.034670859575271606, - 0.9830660223960876 - ] - ], - [ - 1.4333332777023315, - [ - -0.05323433876037598, - -0.16828323900699615, - -0.009530305862426758, - 0.9842540621757507 - ] - ], - [ - 1.4666666984558105, - [ - -0.05994781479239464, - -0.16957803070545197, - 0.016221603378653526, - 0.9835580587387085 - ] - ], - [ - 1.5, - [ - -0.06196760758757591, - -0.1763574779033661, - 0.03009646013379097, - 0.9819125533103943 - ] - ], - [ - 1.5333333015441895, - [ - -0.05840824544429779, - -0.18326431512832642, - 0.027184221893548965, - 0.9809504151344299 - ] - ], - [ - 1.5666667222976685, - [ - -0.05019751191139221, - -0.18795043230056763, - 0.011085533536970615, - 0.9808322787284851 - ] - ], - [ - 1.600000023841858, - [ - -0.03925306722521782, - -0.188775435090065, - -0.01602010242640972, - 0.9811046719551086 - ] - ], - [ - 1.6333333253860474, - [ - -0.02925042435526848, - -0.18591931462287903, - -0.04939999803900719, - 0.9808864593505859 - ] - ], - [ - 1.6666666269302368, - [ - -0.02150425687432289, - -0.18078041076660156, - -0.08341524004936218, - 0.9797437787055969 - ] - ], - [ - 1.7000000476837158, - [ - -0.01818937249481678, - -0.1755034178495407, - -0.11228018254041672, - 0.977885901927948 - ] - ], - [ - 1.7333333492279053, - [ - -0.01991927996277809, - -0.1731981486082077, - -0.13202737271785736, - 0.97579425573349 - ] - ], - [ - 1.7666666507720947, - [ - -0.024661360308527946, - -0.17593078315258026, - -0.13931342959403992, - 0.9741827249526978 - ] - ], - [ - 1.7999999523162842, - [ - -0.02879953756928444, - -0.1829695850610733, - -0.13494816422462463, - 0.9733867049217224 - ] - ], - [ - 1.8333333730697632, - [ - -0.030246557667851448, - -0.1917833536863327, - -0.1225861981511116, - 0.9732815027236938 - ] - ], - [ - 1.8666666746139526, - [ - -0.027858546003699303, - -0.19978097081184387, - -0.10270138084888458, - 0.9740452170372009 - ] - ], - [ - 1.899999976158142, - [ - -0.02123057097196579, - -0.2056128829717636, - -0.0775996744632721, - 0.9753209352493286 - ] - ], - [ - 1.9333332777023315, - [ - -0.010428870096802711, - -0.20869800448417664, - -0.051565006375312805, - 0.9765641093254089 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030081539880484343, - -0.20938394963741302, - -0.02991248108446598, - 0.9773712754249573 - ] - ], - [ - 2.0, - [ - 0.017331989482045174, - -0.2077903300523758, - -0.027041610330343246, - 0.9776459336280823 - ] - ], - [ - 2.0333333015441895, - [ - 0.030669130384922028, - -0.2033606320619583, - -0.04918897524476051, - 0.977386474609375 - ] - ], - [ - 2.066666603088379, - [ - 0.04102475196123123, - -0.19779418408870697, - -0.08486198633909225, - 0.9757012128829956 - ] - ], - [ - 2.0999999046325684, - [ - 0.04447269067168236, - -0.1951339691877365, - -0.11939913034439087, - 0.9724652767181396 - ] - ], - [ - 2.133333444595337, - [ - 0.03983127698302269, - -0.1979387253522873, - -0.14169785380363464, - 0.9691003561019897 - ] - ], - [ - 2.1666667461395264, - [ - 0.03105124644935131, - -0.20258918404579163, - -0.14789345860481262, - 0.9675334692001343 - ] - ], - [ - 2.200000047683716, - [ - 0.02162252925336361, - -0.19955575466156006, - -0.14113466441631317, - 0.9694281816482544 - ] - ], - [ - 2.2333333492279053, - [ - 0.014530008658766747, - -0.18593712151050568, - -0.12931998074054718, - 0.9739058613777161 - ] - ], - [ - 2.2666666507720947, - [ - 0.012152799405157566, - -0.16366051137447357, - -0.11355704814195633, - 0.9798838496208191 - ] - ], - [ - 2.299999952316284, - [ - 0.015454635955393314, - -0.14084945619106293, - -0.09128261357545853, - 0.9856927990913391 - ] - ], - [ - 2.3333332538604736, - [ - 0.023451944813132286, - -0.12965762615203857, - -0.07142333686351776, - 0.988705039024353 - ] - ], - [ - 2.366666555404663, - [ - 0.035693876445293427, - -0.12325289845466614, - -0.0738678127527237, - 0.988978385925293 - ] - ], - [ - 2.4000000953674316, - [ - 0.04609603434801102, - -0.10872849822044373, - -0.09676896035671234, - 0.9882758855819702 - ] - ], - [ - 2.433333396911621, - [ - 0.04801880195736885, - -0.09280912578105927, - -0.12453620135784149, - 0.9866973161697388 - ] - ], - [ - 2.4666666984558105, - [ - 0.04464025795459747, - -0.08483440428972244, - -0.14701072871685028, - 0.9844786524772644 - ] - ], - [ - 2.5, - [ - 0.035098977386951447, - -0.08642283827066422, - -0.1571044772863388, - 0.9831669926643372 - ] - ], - [ - 2.5333333015441895, - [ - 0.023388786241412163, - -0.08781235665082932, - -0.15219655632972717, - 0.9841637015342712 - ] - ], - [ - 2.566666603088379, - [ - 0.016362681984901428, - -0.08222697675228119, - -0.13653580844402313, - 0.9870810508728027 - ] - ], - [ - 2.5999999046325684, - [ - 0.01680814102292061, - -0.07182992249727249, - -0.11299882084131241, - 0.9908527731895447 - ] - ], - [ - 2.633333444595337, - [ - 0.02146187797188759, - -0.06702631711959839, - -0.08400748670101166, - 0.9939766526222229 - ] - ], - [ - 2.6666667461395264, - [ - 0.02509070374071598, - -0.07193857431411743, - -0.06016860529780388, - 0.9952763915061951 - ] - ], - [ - 2.700000047683716, - [ - 0.027863508090376854, - -0.08296997845172882, - -0.04032015800476074, - 0.9953461289405823 - ] - ], - [ - 2.7333333492279053, - [ - 0.02909076027572155, - -0.09365813434123993, - -0.020921992138028145, - 0.9949594736099243 - ] - ], - [ - 2.7666666507720947, - [ - 0.0326312817633152, - -0.10155529528856277, - -0.011898338794708252, - 0.994223415851593 - ] - ], - [ - 2.799999952316284, - [ - 0.03254033997654915, - -0.113880954682827, - -0.009432988241314888, - 0.9929165244102478 - ] - ], - [ - 2.8333332538604736, - [ - 0.01330763753503561, - -0.11607951670885086, - 0.0240315031260252, - 0.9928600788116455 - ] - ], - [ - 2.866666555404663, - [ - -0.018421076238155365, - -0.10732199251651764, - 0.08839403092861176, - 0.9901158213615417 - ] - ], - [ - 2.9000000953674316, - [ - -0.031422026455402374, - -0.10626282542943954, - 0.13333074748516083, - 0.9848572611808777 - ] - ], - [ - 2.933333396911621, - [ - -0.026824792847037315, - -0.10789600759744644, - 0.09658724814653397, - 0.9890954494476318 - ] - ], - [ - 2.9666666984558105, - [ - -0.021101556718349457, - -0.10135690122842789, - -0.0003404493036214262, - 0.9946262836456299 - ] - ], - [ - 3.0, - [ - -0.008035177364945412, - -0.08953579515218735, - -0.07932663708925247, - 0.9927871227264404 - ] - ], - [ - 3.0333333015441895, - [ - 0.01513021718710661, - -0.07104866951704025, - -0.11160121858119965, - 0.9910945296287537 - ] - ], - [ - 3.066666603088379, - [ - 0.03742293640971184, - -0.04916665330529213, - -0.13352300226688385, - 0.9891176819801331 - ] - ], - [ - 3.0999999046325684, - [ - 0.042563896626234055, - -0.038352157920598984, - -0.14899878203868866, - 0.9871761798858643 - ] - ], - [ - 3.133333444595337, - [ - 0.032596293836832047, - -0.03916391730308533, - -0.160437673330307, - 0.985729992389679 - ] - ], - [ - 3.1666667461395264, - [ - 0.02317403256893158, - -0.04228227213025093, - -0.16776472330093384, - 0.9846472144126892 - ] - ], - [ - 3.200000047683716, - [ - 0.015808621421456337, - -0.04450672119855881, - -0.1667969524860382, - 0.9848594069480896 - ] - ], - [ - 3.2333333492279053, - [ - 0.008837452158331871, - -0.04620569944381714, - -0.1562870442867279, - 0.9865907430648804 - ] - ], - [ - 3.2666666507720947, - [ - 0.0028111690189689398, - -0.05246204137802124, - -0.14106641709804535, - 0.9886051416397095 - ] - ], - [ - 3.299999952316284, - [ - -0.0012482425663620234, - -0.06532489508390427, - -0.12742720544338226, - 0.9896937012672424 - ] - ], - [ - 3.3333332538604736, - [ - 0.006831097882241011, - -0.06926160305738449, - -0.13581319153308868, - 0.9882868528366089 - ] - ], - [ - 3.366666555404663, - [ - 0.01860036328434944, - -0.07664129137992859, - -0.14284272491931915, - 0.9865982532501221 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658497340_683780.json b/lenses/physics-objects/Scene/assets/1646688658497340_683780.json deleted file mode 100644 index b8c4a1ce..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658497340_683780.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658497340:683780", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658498521_683795.json b/lenses/physics-objects/Scene/assets/1646688658498521_683795.json deleted file mode 100644 index fb718748..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658498521_683795.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658498521:683795", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.687597274780273, - 1.4210854715202004e-14, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.68779182434082, - 2.423377003053455e-25, - 5.3290705182007514e-15 - ] - ], - [ - 3.633333444595337, - [ - 9.708744049072266, - 4.749815819844958e-25, - 1.1874539549612394e-25 - ] - ], - [ - 6.0, - [ - 9.661788940429688, - 1.4210854715202004e-14, - 1.4210854715202004e-14 - ] - ], - [ - 6.633333206176758, - [ - 9.68540096282959, - -2.842170943040401e-14, - 1.0658141036401503e-14 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658498804_683804.json b/lenses/physics-objects/Scene/assets/1646688658498804_683804.json deleted file mode 100644 index 7d064b49..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658498804_683804.json +++ /dev/null @@ -1,1369 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658498804:683804", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.026119327172636986, - -0.0, - 0.0, - 0.9996588230133057 - ] - ], - [ - 0.03333333507180214, - [ - -0.026119327172636986, - -0.0, - 0.0, - 0.9996588230133057 - ] - ], - [ - 0.06666667014360428, - [ - -0.02493290975689888, - -0.0, - 0.0, - 0.9996891021728516 - ] - ], - [ - 0.10000000149011612, - [ - -0.023621072992682457, - -0.0, - 0.0, - 0.9997209906578064 - ] - ], - [ - 0.13333334028720856, - [ - -0.022230086848139763, - -0.0, - 0.0, - 0.9997528791427612 - ] - ], - [ - 0.1666666716337204, - [ - -0.02079812064766884, - -0.0, - 0.0, - 0.9997836947441101 - ] - ], - [ - 0.20000000298023224, - [ - -0.019362984225153923, - -0.0, - 0.0, - 0.9998125433921814 - ] - ], - [ - 0.23333333432674408, - [ - -0.01796209067106247, - -0.0, - 0.0, - 0.9998387694358826 - ] - ], - [ - 0.2666666805744171, - [ - -0.0166324395686388, - -0.0, - 0.0, - 0.9998617768287659 - ] - ], - [ - 0.30000001192092896, - [ - -0.01541060395538807, - -0.0, - 0.0, - 0.9998812675476074 - ] - ], - [ - 0.3333333432674408, - [ - -0.014332759194076061, - -0.0, - 0.0, - 0.999897301197052 - ] - ], - [ - 0.36666667461395264, - [ - -0.013434810563921928, - -0.0, - 0.0, - 0.9999097585678101 - ] - ], - [ - 0.4000000059604645, - [ - -0.012724872678518295, - -0.0, - 0.0, - 0.999919056892395 - ] - ], - [ - 0.46666666865348816, - [ - -0.011847845278680325, - -0.0, - 0.0, - 0.9999299049377441 - ] - ], - [ - 0.6666666865348816, - [ - -0.01266938541084528, - -0.0, - 0.0, - 0.9999198317527771 - ] - ], - [ - 0.699999988079071, - [ - -0.01314533594995737, - -0.0, - 0.0, - 0.9999136924743652 - ] - ], - [ - 0.7333333492279053, - [ - -0.013662257231771946, - -0.0, - 0.0, - 0.9999066591262817 - ] - ], - [ - 0.7666666507720947, - [ - -0.014198857359588146, - -0.0, - 0.0, - 0.9998992085456848 - ] - ], - [ - 0.800000011920929, - [ - -0.014747210778295994, - -0.0, - 0.0, - 0.9998912811279297 - ] - ], - [ - 0.8333333134651184, - [ - -0.015299548394978046, - -0.0, - 0.0, - 0.9998830556869507 - ] - ], - [ - 0.8666666746139526, - [ - -0.015848256647586823, - -0.0, - 0.0, - 0.9998744130134583 - ] - ], - [ - 0.8999999761581421, - [ - -0.016385912895202637, - -0.0, - 0.0, - 0.9998657703399658 - ] - ], - [ - 0.9333333373069763, - [ - -0.01690520904958248, - -0.0, - 0.0, - 0.9998571872711182 - ] - ], - [ - 1.0, - [ - -0.017860323190689087, - -0.0, - 0.0, - 0.999840497970581 - ] - ], - [ - 1.0333333015441895, - [ - -0.018282247707247734, - -0.0, - 0.0, - 0.9998328685760498 - ] - ], - [ - 1.0666667222976685, - [ - -0.018658054992556572, - -0.0, - 0.0, - 0.9998258948326111 - ] - ], - [ - 1.1333333253860474, - [ - -0.019244560971856117, - -0.0, - 0.0, - 0.9998148083686829 - ] - ], - [ - 1.2000000476837158, - [ - -0.019658122211694717, - -0.0, - 0.0, - 0.9998067617416382 - ] - ], - [ - 1.2333333492279053, - [ - -0.01997074857354164, - -0.0, - 0.0, - 0.9998005628585815 - ] - ], - [ - 1.2666666507720947, - [ - -0.020362719893455505, - -0.0, - 0.0, - 0.9997926354408264 - ] - ], - [ - 1.3333333730697632, - [ - -0.021299567073583603, - -0.0, - 0.0, - 0.9997731447219849 - ] - ], - [ - 1.3666666746139526, - [ - -0.021794306114315987, - -0.0, - 0.0, - 0.9997624754905701 - ] - ], - [ - 1.399999976158142, - [ - -0.022265415638685226, - -0.0, - 0.0, - 0.9997521042823792 - ] - ], - [ - 1.4333332777023315, - [ - -0.022701963782310486, - -0.0, - 0.0, - 0.9997422695159912 - ] - ], - [ - 1.4666666984558105, - [ - -0.023094959557056427, - -0.0, - 0.0, - 0.9997332692146301 - ] - ], - [ - 1.5, - [ - -0.023437000811100006, - -0.0, - 0.0, - 0.999725341796875 - ] - ], - [ - 1.600000023841858, - [ - -0.02409832552075386, - -0.0, - 0.0, - 0.9997096061706543 - ] - ], - [ - 1.7666666507720947, - [ - -0.023672359064221382, - -0.0, - 0.0, - 0.9997197985649109 - ] - ], - [ - 1.8333333730697632, - [ - -0.023152869194746017, - -0.0, - 0.0, - 0.9997319579124451 - ] - ], - [ - 1.899999976158142, - [ - -0.02260415256023407, - -0.0, - 0.0, - 0.9997445940971375 - ] - ], - [ - 2.0, - [ - -0.02197941206395626, - -0.0, - 0.0, - 0.9997584223747253 - ] - ], - [ - 2.200000047683716, - [ - -0.022771719843149185, - -0.0, - 0.0, - 0.999740719795227 - ] - ], - [ - 2.2666666507720947, - [ - -0.023836201056838036, - -0.0, - 0.0, - 0.9997159838676453 - ] - ], - [ - 2.299999952316284, - [ - -0.024524854496121407, - -0.0, - 0.0, - 0.9996992349624634 - ] - ], - [ - 2.3333332538604736, - [ - -0.025312822312116623, - -0.0, - 0.0, - 0.9996795654296875 - ] - ], - [ - 2.366666555404663, - [ - -0.02619045227766037, - -0.0, - 0.0, - 0.9996569752693176 - ] - ], - [ - 2.4000000953674316, - [ - -0.027233973145484924, - -0.0, - 0.0, - 0.9996291995048523 - ] - ], - [ - 2.433333396911621, - [ - -0.028520707041025162, - -0.0, - 0.0, - 0.999593198299408 - ] - ], - [ - 2.4666666984558105, - [ - -0.03003106452524662, - -0.0, - 0.0, - 0.9995489716529846 - ] - ], - [ - 2.5, - [ - -0.03174038231372833, - -0.0, - 0.0, - 0.9994961619377136 - ] - ], - [ - 2.5333333015441895, - [ - -0.03362132981419563, - -0.0, - 0.0, - 0.9994346499443054 - ] - ], - [ - 2.566666603088379, - [ - -0.03564661741256714, - -0.0, - 0.0, - 0.9993645548820496 - ] - ], - [ - 2.5999999046325684, - [ - -0.03778880089521408, - -0.0, - 0.0, - 0.9992857575416565 - ] - ], - [ - 2.633333444595337, - [ - -0.040020592510700226, - -0.0, - 0.0, - 0.999198853969574 - ] - ], - [ - 2.6666667461395264, - [ - -0.04231439530849457, - -0.0, - 0.0, - 0.9991044402122498 - ] - ], - [ - 2.700000047683716, - [ - -0.044642820954322815, - -0.0, - 0.0, - 0.999002993106842 - ] - ], - [ - 2.7333333492279053, - [ - -0.04697838053107262, - -0.0, - 0.0, - 0.9988960027694702 - ] - ], - [ - 2.7666666507720947, - [ - -0.049293678253889084, - -0.0, - 0.0, - 0.9987844228744507 - ] - ], - [ - 2.799999952316284, - [ - -0.05156119167804718, - -0.0, - 0.0, - 0.9986698627471924 - ] - ], - [ - 2.8333332538604736, - [ - -0.05375348776578903, - -0.0, - 0.0, - 0.9985542297363281 - ] - ], - [ - 2.866666555404663, - [ - -0.05584317818284035, - -0.0, - 0.0, - 0.9984395503997803 - ] - ], - [ - 2.9000000953674316, - [ - -0.05780290067195892, - -0.0, - 0.0, - 0.9983280301094055 - ] - ], - [ - 2.933333396911621, - [ - -0.05956228822469711, - -0.0, - 0.0, - 0.9982246160507202 - ] - ], - [ - 2.9666666984558105, - [ - -0.061065252870321274, - -0.0, - 0.0, - 0.9981337785720825 - ] - ], - [ - 3.0, - [ - -0.062305618077516556, - -0.0, - 0.0, - 0.9980571269989014 - ] - ], - [ - 3.0333333015441895, - [ - -0.06327735632658005, - -0.0, - 0.0, - 0.9979960918426514 - ] - ], - [ - 3.0999999046325684, - [ - -0.06429512798786163, - -0.0, - 0.0, - 0.9979309439659119 - ] - ], - [ - 3.1666667461395264, - [ - -0.0640830472111702, - -0.0, - 0.0, - 0.9979445934295654 - ] - ], - [ - 3.200000047683716, - [ - -0.06358332931995392, - -0.0, - 0.0, - 0.997976541519165 - ] - ], - [ - 3.2333333492279053, - [ - -0.06284870207309723, - -0.0, - 0.0, - 0.9980230927467346 - ] - ], - [ - 3.2666666507720947, - [ - -0.06187475100159645, - -0.0, - 0.0, - 0.9980839490890503 - ] - ], - [ - 3.299999952316284, - [ - -0.06068339943885803, - -0.0, - 0.0, - 0.9981570839881897 - ] - ], - [ - 3.3333332538604736, - [ - -0.05929955467581749, - -0.0, - 0.0, - 0.9982402324676514 - ] - ], - [ - 3.366666555404663, - [ - -0.057754676789045334, - -0.0, - 0.0, - 0.99833083152771 - ] - ], - [ - 3.4000000953674316, - [ - -0.05608600750565529, - -0.0, - 0.0, - 0.9984259605407715 - ] - ], - [ - 3.433333396911621, - [ - -0.05433550477027893, - -0.0, - 0.0, - 0.9985227584838867 - ] - ], - [ - 3.4666666984558105, - [ - -0.05253671482205391, - -0.0, - 0.0, - 0.998619019985199 - ] - ], - [ - 3.5, - [ - -0.05072302743792534, - -0.0, - 0.0, - 0.9987127780914307 - ] - ], - [ - 3.5333333015441895, - [ - -0.0489274263381958, - -0.0, - 0.0, - 0.9988023638725281 - ] - ], - [ - 3.566666603088379, - [ - -0.047182511538267136, - -0.0, - 0.0, - 0.9988862872123718 - ] - ], - [ - 3.5999999046325684, - [ - -0.04550832137465477, - -0.0, - 0.0, - 0.9989639520645142 - ] - ], - [ - 3.633333444595337, - [ - -0.0439375638961792, - -0.0, - 0.0, - 0.9990342855453491 - ] - ], - [ - 3.6666667461395264, - [ - -0.04252145439386368, - -0.0, - 0.0, - 0.9990955591201782 - ] - ], - [ - 3.700000047683716, - [ - -0.041282810270786285, - -0.0, - 0.0, - 0.9991475939750671 - ] - ], - [ - 3.7333333492279053, - [ - -0.04023313149809837, - -0.0, - 0.0, - 0.9991903305053711 - ] - ], - [ - 3.7666666507720947, - [ - -0.039375241845846176, - -0.0, - 0.0, - 0.9992244839668274 - ] - ], - [ - 3.799999952316284, - [ - -0.03870610147714615, - -0.0, - 0.0, - 0.9992506504058838 - ] - ], - [ - 3.866666555404663, - [ - -0.03793584555387497, - -0.0, - 0.0, - 0.9992801547050476 - ] - ], - [ - 3.9000000953674316, - [ - -0.037769053131341934, - -0.0, - 0.0, - 0.9992864727973938 - ] - ], - [ - 4.066666603088379, - [ - -0.038158826529979706, - -0.0, - 0.0, - 0.9992716908454895 - ] - ], - [ - 4.133333206176758, - [ - -0.03852853178977966, - -0.0, - 0.0, - 0.999257504940033 - ] - ], - [ - 4.233333110809326, - [ - -0.03905567526817322, - -0.0, - 0.0, - 0.999237060546875 - ] - ], - [ - 4.566666603088379, - [ - -0.03819458559155464, - -0.0, - 0.0, - 0.9992703199386597 - ] - ], - [ - 4.599999904632568, - [ - -0.037703223526477814, - -0.0, - 0.0, - 0.9992890954017639 - ] - ], - [ - 4.633333206176758, - [ - -0.037109583616256714, - -0.0, - 0.0, - 0.9993112087249756 - ] - ], - [ - 4.666666507720947, - [ - -0.03639201447367668, - -0.0, - 0.0, - 0.9993376135826111 - ] - ], - [ - 4.699999809265137, - [ - -0.03553253784775734, - -0.0, - 0.0, - 0.9993685483932495 - ] - ], - [ - 4.733333110809326, - [ - -0.03453240916132927, - -0.0, - 0.0, - 0.9994035959243774 - ] - ], - [ - 4.766666889190674, - [ - -0.033394522964954376, - -0.0, - 0.0, - 0.9994423389434814 - ] - ], - [ - 4.800000190734863, - [ - -0.0321233794093132, - -0.0, - 0.0, - 0.9994840025901794 - ] - ], - [ - 4.833333492279053, - [ - -0.030726158991456032, - -0.0, - 0.0, - 0.9995279312133789 - ] - ], - [ - 4.866666793823242, - [ - -0.029206156730651855, - -0.0, - 0.0, - 0.9995734095573425 - ] - ], - [ - 4.900000095367432, - [ - -0.02755669318139553, - -0.0, - 0.0, - 0.999620258808136 - ] - ], - [ - 4.933333396911621, - [ - -0.02576342597603798, - -0.0, - 0.0, - 0.9996680617332458 - ] - ], - [ - 4.9666666984558105, - [ - -0.023827411234378815, - -0.0, - 0.0, - 0.9997161030769348 - ] - ], - [ - 5.0, - [ - -0.02177303284406662, - -0.0, - 0.0, - 0.9997629523277283 - ] - ], - [ - 5.0333333015441895, - [ - -0.019624905660748482, - -0.0, - 0.0, - 0.9998074173927307 - ] - ], - [ - 5.066666603088379, - [ - -0.01740780845284462, - -0.0, - 0.0, - 0.999848484992981 - ] - ], - [ - 5.099999904632568, - [ - -0.015146656893193722, - -0.0, - 0.0, - 0.9998853802680969 - ] - ], - [ - 5.133333206176758, - [ - -0.012866536155343056, - -0.0, - 0.0, - 0.9999173283576965 - ] - ], - [ - 5.166666507720947, - [ - -0.010592742823064327, - -0.0, - 0.0, - 0.9999439120292664 - ] - ], - [ - 5.199999809265137, - [ - -0.00835069827735424, - -0.0, - 0.0, - 0.9999651312828064 - ] - ], - [ - 5.233333110809326, - [ - -0.006165958475321531, - -0.0, - 0.0, - 0.9999809861183167 - ] - ], - [ - 5.266666889190674, - [ - -0.004064197186380625, - -0.0, - 0.0, - 0.9999918341636658 - ] - ], - [ - 5.300000190734863, - [ - -0.002071296563372016, - -0.0, - 0.0, - 0.9999978542327881 - ] - ], - [ - 5.333333492279053, - [ - -0.00021310565352905542, - -0.0, - 0.0, - 1.0 - ] - ], - [ - 5.366666793823242, - [ - 0.0014844336546957493, - 0.0, - 0.0, - 0.999998927116394 - ] - ], - [ - 5.400000095367432, - [ - 0.0029953503981232643, - 0.0, - 0.0, - 0.9999955296516418 - ] - ], - [ - 5.433333396911621, - [ - 0.0043037948198616505, - 0.0, - 0.0, - 0.9999907612800598 - ] - ], - [ - 5.4666666984558105, - [ - 0.005400775000452995, - 0.0, - 0.0, - 0.9999855160713196 - ] - ], - [ - 5.5, - [ - 0.006268741562962532, - 0.0, - 0.0, - 0.9999804496765137 - ] - ], - [ - 5.5333333015441895, - [ - 0.006897390820086002, - 0.0, - 0.0, - 0.9999762177467346 - ] - ], - [ - 5.666666507720947, - [ - 0.006803715601563454, - 0.0, - 0.0, - 0.9999768733978271 - ] - ], - [ - 5.699999809265137, - [ - 0.006109957117587328, - 0.0, - 0.0, - 0.9999813437461853 - ] - ], - [ - 5.733333110809326, - [ - 0.005157471168786287, - 0.0, - 0.0, - 0.9999867081642151 - ] - ], - [ - 5.766666889190674, - [ - 0.003964558243751526, - 0.0, - 0.0, - 0.9999921321868896 - ] - ], - [ - 5.800000190734863, - [ - 0.002554673934355378, - 0.0, - 0.0, - 0.9999968409538269 - ] - ], - [ - 5.833333492279053, - [ - 0.0009539456223137677, - 0.0, - 0.0, - 0.9999996423721313 - ] - ], - [ - 5.866666793823242, - [ - -0.0008114480879157782, - -0.0, - 0.0, - 0.9999997615814209 - ] - ], - [ - 5.900000095367432, - [ - -0.0027152779512107372, - -0.0, - 0.0, - 0.9999963045120239 - ] - ], - [ - 5.933333396911621, - [ - -0.004731288179755211, - -0.0, - 0.0, - 0.9999887943267822 - ] - ], - [ - 5.9666666984558105, - [ - -0.0068331253714859486, - -0.0, - 0.0, - 0.9999767541885376 - ] - ], - [ - 6.0, - [ - -0.008994456380605698, - -0.0, - 0.0, - 0.9999596476554871 - ] - ], - [ - 6.0333333015441895, - [ - -0.011188885197043419, - -0.0, - 0.0, - 0.9999374151229858 - ] - ], - [ - 6.066666603088379, - [ - -0.013389995321631432, - -0.0, - 0.0, - 0.9999103546142578 - ] - ], - [ - 6.099999904632568, - [ - -0.015571366995573044, - -0.0, - 0.0, - 0.9998787641525269 - ] - ], - [ - 6.133333206176758, - [ - -0.017706526443362236, - -0.0, - 0.0, - 0.9998432397842407 - ] - ], - [ - 6.166666507720947, - [ - -0.01976904273033142, - -0.0, - 0.0, - 0.9998045563697815 - ] - ], - [ - 6.199999809265137, - [ - -0.021732516586780548, - -0.0, - 0.0, - 0.9997638463973999 - ] - ], - [ - 6.233333110809326, - [ - -0.023570459336042404, - -0.0, - 0.0, - 0.9997221827507019 - ] - ], - [ - 6.266666889190674, - [ - -0.025256527587771416, - -0.0, - 0.0, - 0.9996809959411621 - ] - ], - [ - 6.300000190734863, - [ - -0.026764292269945145, - -0.0, - 0.0, - 0.9996417760848999 - ] - ], - [ - 6.333333492279053, - [ - -0.028067469596862793, - -0.0, - 0.0, - 0.9996060132980347 - ] - ], - [ - 6.366666793823242, - [ - -0.029113583266735077, - -0.0, - 0.0, - 0.999576210975647 - ] - ], - [ - 6.400000095367432, - [ - -0.029861152172088623, - -0.0, - 0.0, - 0.9995541572570801 - ] - ], - [ - 6.4666666984558105, - [ - -0.030441902577877045, - -0.0, - 0.0, - 0.9995365142822266 - ] - ], - [ - 6.5, - [ - -0.030295079573988914, - -0.0, - 0.0, - 0.9995409846305847 - ] - ], - [ - 6.5333333015441895, - [ - -0.029886137694120407, - -0.0, - 0.0, - 0.9995533227920532 - ] - ], - [ - 6.566666603088379, - [ - -0.02923521213233471, - -0.0, - 0.0, - 0.9995725750923157 - ] - ], - [ - 6.599999904632568, - [ - -0.028369277715682983, - -0.0, - 0.0, - 0.9995974898338318 - ] - ], - [ - 6.633333206176758, - [ - -0.027318406850099564, - -0.0, - 0.0, - 0.999626874923706 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658499092_683811.json b/lenses/physics-objects/Scene/assets/1646688658499092_683811.json deleted file mode 100644 index 7921b2cc..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658499092_683811.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658499092:683811", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658508457_683824.json b/lenses/physics-objects/Scene/assets/1646688658508457_683824.json deleted file mode 100644 index efd2eba7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658508457_683824.json +++ /dev/null @@ -1,642 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658508457:683824", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 9.69099235534668, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 9.660043716430664, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 9.658446311950684, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 9.69141674041748, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 9.71140193939209, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 9.742655754089355, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 9.739459991455078, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 9.703551292419434, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 9.673001289367676, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 9.649310111999512, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 9.655193328857422, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 9.67481803894043, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 9.710564613342285, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 9.735054016113281, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 9.721455574035645, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 9.67701244354248, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 9.646876335144043, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 9.677384376525879, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 9.687591552734375, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 9.755110740661621, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 9.773056983947754, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 9.753244400024414, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 9.658538818359375, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 9.637006759643555, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 9.642962455749512, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 9.675971984863281, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 9.704232215881348, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 9.747004508972168, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 9.779563903808594, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 9.785223960876465, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 9.739331245422363, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 9.653802871704102, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 9.575587272644043, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 9.53098201751709, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 9.510360717773438, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 9.506429672241211, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 9.535569190979004, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 9.587993621826172, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 9.646728515625, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 9.674759864807129, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 9.647908210754395, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 9.55212688446045, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 9.263143539428711, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 9.161383628845215, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 9.114848136901855, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 9.148228645324707, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 9.254952430725098, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 9.388904571533203, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 9.484968185424805, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 9.486451148986816, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 9.397432327270508, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 9.263215065002441, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 9.118144989013672, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 9.001384735107422, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 8.961726188659668, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 9.01787281036377, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 9.156188011169434, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 9.320211410522461, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 9.439979553222656, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 9.452415466308594, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 9.419819831848145, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 9.435391426086426, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 9.463796615600586, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 9.537035942077637, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 9.629417419433594, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 9.689308166503906, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 9.719366073608398, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 9.725967407226563, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 9.696243286132813, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 9.585149765014648, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 9.543745994567871, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 9.522477149963379, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 9.526774406433105, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 9.551639556884766, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 9.592469215393066, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 9.665350914001465, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 9.728253364562988, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658508741_683831.json b/lenses/physics-objects/Scene/assets/1646688658508741_683831.json deleted file mode 100644 index cace346c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658508741_683831.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658508741:683831", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ], - [ - 0.03333333507180214, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ], - [ - 0.06666667014360428, - [ - 0.02921007201075554, - 0.0, - 0.0, - 0.999573290348053 - ] - ], - [ - 0.10000000149011612, - [ - 0.031954891979694366, - 0.0, - 0.0, - 0.999489426612854 - ] - ], - [ - 0.13333334028720856, - [ - 0.028252795338630676, - 0.0, - 0.0, - 0.9996008276939392 - ] - ], - [ - 0.1666666716337204, - [ - 0.01949560083448887, - 0.0, - 0.0, - 0.9998099207878113 - ] - ], - [ - 0.20000000298023224, - [ - 0.012607996352016926, - 0.0, - 0.0, - 0.9999206066131592 - ] - ], - [ - 0.23333333432674408, - [ - 0.011473170481622219, - 0.0, - 0.0, - 0.999934196472168 - ] - ], - [ - 0.2666666805744171, - [ - 0.015362833626568317, - 0.0, - 0.0, - 0.9998819828033447 - ] - ], - [ - 0.30000001192092896, - [ - 0.020508449524641037, - 0.0, - 0.0, - 0.9997897744178772 - ] - ], - [ - 0.3333333432674408, - [ - 0.0235504861921072, - 0.0, - 0.0, - 0.9997226595878601 - ] - ], - [ - 0.36666667461395264, - [ - 0.022426409646868706, - 0.0, - 0.0, - 0.9997485876083374 - ] - ], - [ - 0.4000000059604645, - [ - 0.015668179839849472, - 0.0, - 0.0, - 0.9998772740364075 - ] - ], - [ - 0.4333333373069763, - [ - 0.005423208698630333, - 0.0, - 0.0, - 0.99998539686203 - ] - ], - [ - 0.46666666865348816, - [ - -0.006388497073203325, - -0.0, - 0.0, - 0.9999796152114868 - ] - ], - [ - 0.5, - [ - -0.016731277108192444, - -0.0, - 0.0, - 0.9998600482940674 - ] - ], - [ - 0.5333333611488342, - [ - -0.024638960137963295, - -0.0, - 0.0, - 0.9996964335441589 - ] - ], - [ - 0.5666666626930237, - [ - -0.03144701570272446, - -0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 0.6000000238418579, - [ - -0.036197103559970856, - -0.0, - 0.0, - 0.9993447661399841 - ] - ], - [ - 0.6333333253860474, - [ - -0.037779901176691055, - -0.0, - 0.0, - 0.9992861747741699 - ] - ], - [ - 0.6666666865348816, - [ - -0.03381013870239258, - -0.0, - 0.0, - 0.999428391456604 - ] - ], - [ - 0.699999988079071, - [ - -0.0250485111027956, - -0.0, - 0.0, - 0.9996862411499023 - ] - ], - [ - 0.7333333492279053, - [ - -0.015457333996891975, - -0.0, - 0.0, - 0.9998805522918701 - ] - ], - [ - 0.7666666507720947, - [ - -0.007828443311154842, - -0.0, - 0.0, - 0.9999693632125854 - ] - ], - [ - 0.800000011920929, - [ - -0.004910495597869158, - -0.0, - 0.0, - 0.9999879598617554 - ] - ], - [ - 0.8333333134651184, - [ - -0.00719423545524478, - -0.0, - 0.0, - 0.9999741315841675 - ] - ], - [ - 0.8666666746139526, - [ - -0.013810592703521252, - -0.0, - 0.0, - 0.9999046325683594 - ] - ], - [ - 0.8999999761581421, - [ - -0.024630876258015633, - -0.0, - 0.0, - 0.9996966123580933 - ] - ], - [ - 0.9333333373069763, - [ - -0.03776838630437851, - -0.0, - 0.0, - 0.9992865324020386 - ] - ], - [ - 0.9666666388511658, - [ - -0.05011091008782387, - -0.0, - 0.0, - 0.9987437725067139 - ] - ], - [ - 1.0, - [ - -0.058991167694330215, - -0.0, - 0.0, - 0.9982585310935974 - ] - ], - [ - 1.0333333015441895, - [ - -0.06231479346752167, - -0.0, - 0.0, - 0.9980566501617432 - ] - ], - [ - 1.0666667222976685, - [ - -0.05976370349526405, - -0.0, - 0.0, - 0.9982125759124756 - ] - ], - [ - 1.100000023841858, - [ - -0.05233225226402283, - -0.0, - 0.0, - 0.9986297488212585 - ] - ], - [ - 1.1333333253860474, - [ - -0.04135022684931755, - -0.0, - 0.0, - 0.9991447329521179 - ] - ], - [ - 1.1666666269302368, - [ - -0.02976241707801819, - -0.0, - 0.0, - 0.9995570182800293 - ] - ], - [ - 1.2000000476837158, - [ - -0.020176690071821213, - -0.0, - 0.0, - 0.999796450138092 - ] - ], - [ - 1.2333333492279053, - [ - -0.012869483791291714, - -0.0, - 0.0, - 0.999917209148407 - ] - ], - [ - 1.2666666507720947, - [ - -0.008581966161727905, - -0.0, - 0.0, - 0.9999631643295288 - ] - ], - [ - 1.2999999523162842, - [ - -0.007599194534122944, - -0.0, - 0.0, - 0.9999711513519287 - ] - ], - [ - 1.3333333730697632, - [ - -0.013748208992183208, - -0.0, - 0.0, - 0.9999055862426758 - ] - ], - [ - 1.3666666746139526, - [ - -0.027819208800792694, - -0.0, - 0.0, - 0.9996129870414734 - ] - ], - [ - 1.399999976158142, - [ - -0.04299212247133255, - -0.0, - 0.0, - 0.9990754127502441 - ] - ], - [ - 1.4333332777023315, - [ - -0.05400710552930832, - -0.0, - 0.0, - 0.9985405802726746 - ] - ], - [ - 1.4666666984558105, - [ - -0.060837045311927795, - -0.0, - 0.0, - 0.99814772605896 - ] - ], - [ - 1.5, - [ - -0.06298385560512543, - -0.0, - 0.0, - 0.9980145692825317 - ] - ], - [ - 1.5333333015441895, - [ - -0.05943729728460312, - -0.0, - 0.0, - 0.9982320666313171 - ] - ], - [ - 1.5666667222976685, - [ - -0.0511116199195385, - -0.0, - 0.0, - 0.9986929297447205 - ] - ], - [ - 1.600000023841858, - [ - -0.0399770624935627, - -0.0, - 0.0, - 0.9992005825042725 - ] - ], - [ - 1.6333333253860474, - [ - -0.029807180166244507, - -0.0, - 0.0, - 0.999555766582489 - ] - ], - [ - 1.6666666269302368, - [ - -0.021943574771285057, - -0.0, - 0.0, - 0.9997591972351074 - ] - ], - [ - 1.7000000476837158, - [ - -0.018597496673464775, - -0.0, - 0.0, - 0.9998270273208618 - ] - ], - [ - 1.7333333492279053, - [ - -0.020409168675541878, - -0.0, - 0.0, - 0.9997918009757996 - ] - ], - [ - 1.7666666507720947, - [ - -0.025306815281510353, - -0.0, - 0.0, - 0.9996797442436218 - ] - ], - [ - 1.7999999523162842, - [ - -0.029573995620012283, - -0.0, - 0.0, - 0.9995626211166382 - ] - ], - [ - 1.8333333730697632, - [ - -0.03106187842786312, - -0.0, - 0.0, - 0.999517560005188 - ] - ], - [ - 1.8666666746139526, - [ - -0.028589200228452682, - -0.0, - 0.0, - 0.9995912313461304 - ] - ], - [ - 1.899999976158142, - [ - -0.021762622520327568, - -0.0, - 0.0, - 0.9997631907463074 - ] - ], - [ - 1.9333332777023315, - [ - -0.010678546503186226, - -0.0, - 0.0, - 0.9999430775642395 - ] - ], - [ - 1.9666666984558105, - [ - 0.0030777871143072844, - 0.0, - 0.0, - 0.9999952912330627 - ] - ], - [ - 2.0, - [ - 0.017725523561239243, - 0.0, - 0.0, - 0.9998430013656616 - ] - ], - [ - 2.0333333015441895, - [ - 0.03136332333087921, - 0.0, - 0.0, - 0.9995081424713135 - ] - ], - [ - 2.066666603088379, - [ - 0.0420093759894371, - 0.0, - 0.0, - 0.9991173148155212 - ] - ], - [ - 2.0999999046325684, - [ - 0.045684173703193665, - 0.0, - 0.0, - 0.998956024646759 - ] - ], - [ - 2.133333444595337, - [ - 0.04106661677360535, - 0.0, - 0.0, - 0.9991564154624939 - ] - ], - [ - 2.1666667461395264, - [ - 0.032076675444841385, - 0.0, - 0.0, - 0.999485433101654 - ] - ], - [ - 2.200000047683716, - [ - 0.022298885509371758, - 0.0, - 0.0, - 0.9997514486312866 - ] - ], - [ - 2.2333333492279053, - [ - 0.014917672611773014, - 0.0, - 0.0, - 0.9998887181282043 - ] - ], - [ - 2.2666666507720947, - [ - 0.012401332147419453, - 0.0, - 0.0, - 0.9999231100082397 - ] - ], - [ - 2.299999952316284, - [ - 0.01567704603075981, - 0.0, - 0.0, - 0.9998772144317627 - ] - ], - [ - 2.3333332538604736, - [ - 0.023713205009698868, - 0.0, - 0.0, - 0.9997189044952393 - ] - ], - [ - 2.366666555404663, - [ - 0.036068182438611984, - 0.0, - 0.0, - 0.9993493556976318 - ] - ], - [ - 2.4000000953674316, - [ - 0.04659225419163704, - 0.0, - 0.0, - 0.9989140033721924 - ] - ], - [ - 2.433333396911621, - [ - 0.0486086942255497, - 0.0, - 0.0, - 0.9988179206848145 - ] - ], - [ - 2.4666666984558105, - [ - 0.04529751464724541, - 0.0, - 0.0, - 0.998973548412323 - ] - ], - [ - 2.5, - [ - 0.035677220672369, - 0.0, - 0.0, - 0.999363362789154 - ] - ], - [ - 2.5333333015441895, - [ - 0.02375844679772854, - 0.0, - 0.0, - 0.9997178316116333 - ] - ], - [ - 2.566666603088379, - [ - 0.01657455787062645, - 0.0, - 0.0, - 0.9998627305030823 - ] - ], - [ - 2.5999999046325684, - [ - 0.0169608723372221, - 0.0, - 0.0, - 0.999856173992157 - ] - ], - [ - 2.633333444595337, - [ - 0.021586919203400612, - 0.0, - 0.0, - 0.9997670650482178 - ] - ], - [ - 2.6666667461395264, - [ - 0.025201810523867607, - 0.0, - 0.0, - 0.9996823668479919 - ] - ], - [ - 2.700000047683716, - [ - 0.027982864528894424, - 0.0, - 0.0, - 0.9996083974838257 - ] - ], - [ - 2.7333333492279053, - [ - 0.0292256660759449, - 0.0, - 0.0, - 0.9995729327201843 - ] - ], - [ - 2.7666666507720947, - [ - 0.03280322626233101, - 0.0, - 0.0, - 0.999461829662323 - ] - ], - [ - 2.799999952316284, - [ - 0.032754916697740555, - 0.0, - 0.0, - 0.9994634389877319 - ] - ], - [ - 2.8333332538604736, - [ - 0.02980365976691246, - 0.0, - 0.0, - 0.9995558857917786 - ] - ], - [ - 2.866666555404663, - [ - 0.029017707332968712, - 0.0, - 0.0, - 0.9995788931846619 - ] - ], - [ - 2.9000000953674316, - [ - 0.03305993601679802, - 0.0, - 0.0, - 0.9994533658027649 - ] - ], - [ - 2.933333396911621, - [ - 0.040048569440841675, - 0.0, - 0.0, - 0.9991977214813232 - ] - ], - [ - 2.9666666984558105, - [ - 0.04770536720752716, - 0.0, - 0.0, - 0.9988614320755005 - ] - ], - [ - 3.0, - [ - 0.053937479853630066, - 0.0, - 0.0, - 0.9985443353652954 - ] - ], - [ - 3.0333333015441895, - [ - 0.05552879348397255, - 0.0, - 0.0, - 0.9984570741653442 - ] - ], - [ - 3.066666603088379, - [ - 0.0504523441195488, - 0.0, - 0.0, - 0.998726487159729 - ] - ], - [ - 3.0999999046325684, - [ - 0.04133502393960953, - 0.0, - 0.0, - 0.9991454482078552 - ] - ], - [ - 3.133333444595337, - [ - 0.030482092872262, - 0.0, - 0.0, - 0.999535322189331 - ] - ], - [ - 3.1666667461395264, - [ - 0.02095925435423851, - 0.0, - 0.0, - 0.9997803568840027 - ] - ], - [ - 3.200000047683716, - [ - 0.014170258305966854, - 0.0, - 0.0, - 0.9998996257781982 - ] - ], - [ - 3.2333333492279053, - [ - 0.008668778464198112, - 0.0, - 0.0, - 0.9999624490737915 - ] - ], - [ - 3.2666666507720947, - [ - 0.005322223529219627, - 0.0, - 0.0, - 0.999985933303833 - ] - ], - [ - 3.299999952316284, - [ - 0.00482869241386652, - 0.0, - 0.0, - 0.9999884366989136 - ] - ], - [ - 3.3333332538604736, - [ - 0.01247545424848795, - 0.0, - 0.0, - 0.9999222755432129 - ] - ], - [ - 3.366666555404663, - [ - 0.024551328271627426, - 0.0, - 0.0, - 0.9996985793113708 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658509046_683838.json b/lenses/physics-objects/Scene/assets/1646688658509046_683838.json deleted file mode 100644 index 871a7ab8..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658509046_683838.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658509046:683838", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658510416_683851.json b/lenses/physics-objects/Scene/assets/1646688658510416_683851.json deleted file mode 100644 index 7d5ff392..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658510416_683851.json +++ /dev/null @@ -1,434 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658510416:683851", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.271388292312622, - 0.07050038129091263, - 0.2560364603996277 - ] - ], - [ - 0.46666666865348816, - [ - -2.271247148513794, - 0.06472492218017578, - 0.25879862904548645 - ] - ], - [ - 0.5, - [ - -2.271369218826294, - 0.05806845426559448, - 0.2593061923980713 - ] - ], - [ - 0.5333333611488342, - [ - -2.271721839904785, - 0.042821209877729416, - 0.25918230414390564 - ] - ], - [ - 0.5666666626930237, - [ - -2.2720892429351807, - 0.02190542034804821, - 0.258574515581131 - ] - ], - [ - 0.6333333253860474, - [ - -2.272285223007202, - -0.025383219122886658, - 0.25652435421943665 - ] - ], - [ - 0.6666666865348816, - [ - -2.2720694541931152, - -0.046104367822408676, - 0.2555466294288635 - ] - ], - [ - 0.699999988079071, - [ - -2.271765947341919, - -0.06119057908654213, - 0.25507864356040955 - ] - ], - [ - 0.7333333492279053, - [ - -2.271519660949707, - -0.0679083988070488, - 0.25557056069374084 - ] - ], - [ - 0.9333333373069763, - [ - -2.2705600261688232, - -0.07656142115592957, - 0.26158228516578674 - ] - ], - [ - 1.1333333253860474, - [ - -2.270099401473999, - -0.08044897764921188, - 0.2643977403640747 - ] - ], - [ - 1.2666666507720947, - [ - -2.270620107650757, - -0.0739944651722908, - 0.2617993950843811 - ] - ], - [ - 1.2999999523162842, - [ - -2.270892858505249, - -0.07027026265859604, - 0.2604564130306244 - ] - ], - [ - 1.3333333730697632, - [ - -2.2712042331695557, - -0.06583750993013382, - 0.25889384746551514 - ] - ], - [ - 1.399999976158142, - [ - -2.271894693374634, - -0.05524737760424614, - 0.25528886914253235 - ] - ], - [ - 1.5, - [ - -2.2729365825653076, - -0.03649706766009331, - 0.24931339919567108 - ] - ], - [ - 1.6333333253860474, - [ - -2.274012804031372, - -0.009890032932162285, - 0.2418624311685562 - ] - ], - [ - 1.7000000476837158, - [ - -2.274340867996216, - 0.00264574121683836, - 0.2389480322599411 - ] - ], - [ - 1.7666666507720947, - [ - -2.274515390396118, - 0.013869773596525192, - 0.2368900328874588 - ] - ], - [ - 1.7999999523162842, - [ - -2.2745461463928223, - 0.01880696415901184, - 0.2362544685602188 - ] - ], - [ - 1.8666666746139526, - [ - -2.274498462677002, - 0.026957465335726738, - 0.23592205345630646 - ] - ], - [ - 1.899999976158142, - [ - -2.274428129196167, - 0.03012794628739357, - 0.23621824383735657 - ] - ], - [ - 2.0, - [ - -2.2740797996520996, - 0.03780214488506317, - 0.23845796287059784 - ] - ], - [ - 2.1666667461395264, - [ - -2.2730555534362793, - 0.050624340772628784, - 0.24573519825935364 - ] - ], - [ - 2.299999952316284, - [ - -2.2720272541046143, - 0.05932711437344551, - 0.2531842589378357 - ] - ], - [ - 2.5333333015441895, - [ - -2.270160675048828, - 0.07032044231891632, - 0.26674947142601013 - ] - ], - [ - 2.633333444595337, - [ - -2.2695915699005127, - 0.07284688204526901, - 0.27088281512260437 - ] - ], - [ - 2.866666555404663, - [ - -2.2694973945617676, - 0.07596612721681595, - 0.27081507444381714 - ] - ], - [ - 3.2333333492279053, - [ - -2.2701778411865234, - 0.09325718134641647, - 0.2594716548919678 - ] - ], - [ - 3.4000000953674316, - [ - -2.2704224586486816, - 0.09651544690132141, - 0.2561172544956207 - ] - ], - [ - 3.5999999046325684, - [ - -2.270620822906494, - 0.09651803970336914, - 0.25435298681259155 - ] - ], - [ - 3.633333444595337, - [ - -2.270876169204712, - 0.10300248861312866, - 0.24948301911354065 - ] - ], - [ - 3.6666667461395264, - [ - -2.271188974380493, - 0.11223156005144119, - 0.24255700409412384 - ] - ], - [ - 3.7333333492279053, - [ - -2.2717092037200928, - 0.13258853554725647, - 0.22690699994564056 - ] - ], - [ - 3.7666666507720947, - [ - -2.2718613147735596, - 0.14082345366477966, - 0.2203288972377777 - ] - ], - [ - 3.799999952316284, - [ - -2.2719485759735107, - 0.14603090286254883, - 0.21599528193473816 - ] - ], - [ - 3.8333332538604736, - [ - -2.271984577178955, - 0.14699383080005646, - 0.21496179699897766 - ] - ], - [ - 4.266666889190674, - [ - -2.271904945373535, - 0.12564589083194733, - 0.22889073193073273 - ] - ], - [ - 4.400000095367432, - [ - -2.2718424797058105, - 0.12074146419763565, - 0.232127845287323 - ] - ], - [ - 4.633333206176758, - [ - -2.271989583969116, - 0.11407218873500824, - 0.23405222594738007 - ] - ], - [ - 4.733333110809326, - [ - -2.272332191467285, - 0.1000765860080719, - 0.23711028695106506 - ] - ], - [ - 4.800000190734863, - [ - -2.2725296020507813, - 0.09295213967561722, - 0.23811469972133636 - ] - ], - [ - 4.866666793823242, - [ - -2.2726800441741943, - 0.09238251298666, - 0.23689869046211243 - ] - ], - [ - 4.9666666984558105, - [ - -2.272831678390503, - 0.09776876866817474, - 0.23325353860855103 - ] - ], - [ - 5.266666889190674, - [ - -2.272921085357666, - 0.0964149534702301, - 0.2329455316066742 - ] - ], - [ - 5.366666793823242, - [ - -2.2728111743927, - 0.09029210358858109, - 0.23644453287124634 - ] - ], - [ - 5.5333333015441895, - [ - -2.272454261779785, - 0.07681365311145782, - 0.2445019632577896 - ] - ], - [ - 5.766666889190674, - [ - -2.271630048751831, - 0.056539226323366165, - 0.25735142827033997 - ] - ], - [ - 5.866666793823242, - [ - -2.271249771118164, - 0.049763306975364685, - 0.2620634436607361 - ] - ], - [ - 6.0, - [ - -2.270869731903076, - 0.04496818035840988, - 0.26619139313697815 - ] - ], - [ - 6.233333110809326, - [ - -2.2708280086517334, - 0.050269778817892075, - 0.26559972763061523 - ] - ], - [ - 6.5333333015441895, - [ - -2.271252393722534, - 0.06583838909864426, - 0.2584707736968994 - ] - ], - [ - 6.633333206176758, - [ - -2.2713565826416016, - 0.069639191031456, - 0.25655215978622437 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658510728_683858.json b/lenses/physics-objects/Scene/assets/1646688658510728_683858.json deleted file mode 100644 index 7d48f4f7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658510728_683858.json +++ /dev/null @@ -1,1369 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658510728:683858", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.03902631625533104, - 0.040256429463624954, - -0.7168620824813843, - 0.6949570178985596 - ] - ], - [ - 0.13333334028720856, - [ - -0.03880481421947479, - 0.04005889594554901, - -0.7171423435211182, - 0.69469153881073 - ] - ], - [ - 0.2666666805744171, - [ - -0.038861919194459915, - 0.04009690508246422, - -0.7169583439826965, - 0.6948760151863098 - ] - ], - [ - 0.3333333432674408, - [ - -0.03901268169283867, - 0.04022395610809326, - -0.7167044281959534, - 0.6951221823692322 - ] - ], - [ - 0.36666667461395264, - [ - -0.039113473147153854, - 0.040309932082891464, - -0.716544508934021, - 0.6952763795852661 - ] - ], - [ - 0.4000000059604645, - [ - -0.03922925889492035, - 0.04040909186005592, - -0.7163649201393127, - 0.6954491138458252 - ] - ], - [ - 0.4333333373069763, - [ - -0.03935868293046951, - 0.040520209819078445, - -0.716167688369751, - 0.6956384181976318 - ] - ], - [ - 0.46666666865348816, - [ - -0.03950030729174614, - 0.04064200446009636, - -0.7159547805786133, - 0.695842444896698 - ] - ], - [ - 0.5, - [ - -0.039637647569179535, - 0.0406639501452446, - -0.7149300575256348, - 0.6968861818313599 - ] - ], - [ - 0.5333333611488342, - [ - -0.03975483402609825, - 0.04051126167178154, - -0.7125882506370544, - 0.6992827653884888 - ] - ], - [ - 0.5666666626930237, - [ - -0.039846934378147125, - 0.040232956409454346, - -0.709367036819458, - 0.7025609612464905 - ] - ], - [ - 0.6000000238418579, - [ - -0.03990870341658592, - 0.03987744823098183, - -0.7057039737701416, - 0.7062571048736572 - ] - ], - [ - 0.6333333253860474, - [ - -0.039943162351846695, - 0.03949945792555809, - -0.7020362019538879, - 0.7099223136901855 - ] - ], - [ - 0.6666666865348816, - [ - -0.03996942937374115, - 0.03916660696268082, - -0.6988005638122559, - 0.7131243348121643 - ] - ], - [ - 0.699999988079071, - [ - -0.04002557322382927, - 0.0389619916677475, - -0.6964332461357117, - 0.7154444456100464 - ] - ], - [ - 0.7333333492279053, - [ - -0.04016069322824478, - 0.038978010416030884, - -0.6953701376914978, - 0.7164692878723145 - ] - ], - [ - 0.7666666507720947, - [ - -0.04034916311502457, - 0.039133209735155106, - -0.6951070427894592, - 0.7167055010795593 - ] - ], - [ - 0.800000011920929, - [ - -0.04053328558802605, - 0.03928466513752937, - -0.694850504398346, - 0.7169355154037476 - ] - ], - [ - 0.8333333134651184, - [ - -0.04071100801229477, - 0.039430707693099976, - -0.6946033835411072, - 0.7171568870544434 - ] - ], - [ - 0.8666666746139526, - [ - -0.04088025167584419, - 0.039569657295942307, - -0.6943686008453369, - 0.7173669338226318 - ] - ], - [ - 0.8999999761581421, - [ - -0.041038841009140015, - 0.03969976678490639, - -0.6941492557525635, - 0.7175629138946533 - ] - ], - [ - 0.9666666388511658, - [ - -0.04131527617573738, - 0.0399264357984066, - -0.6937692165374756, - 0.7179019451141357 - ] - ], - [ - 1.0333333015441895, - [ - -0.04152236506342888, - 0.040096353739500046, - -0.6934882998466492, - 0.7181519269943237 - ] - ], - [ - 1.2000000476837158, - [ - -0.041544634848833084, - 0.04012388736009598, - -0.6935408115386963, - 0.7180984020233154 - ] - ], - [ - 1.2333333492279053, - [ - -0.04139544442296028, - 0.04001652076840401, - -0.6938774585723877, - 0.7177876830101013 - ] - ], - [ - 1.2666666507720947, - [ - -0.04119636118412018, - 0.039875734597444534, - -0.6943519711494446, - 0.7173479795455933 - ] - ], - [ - 1.2999999523162842, - [ - -0.040951747447252274, - 0.03970414400100708, - -0.6949525475502014, - 0.716789722442627 - ] - ], - [ - 1.3333333730697632, - [ - -0.040666691958904266, - 0.03950493037700653, - -0.6956662535667419, - 0.716124415397644 - ] - ], - [ - 1.3666666746139526, - [ - -0.04034935683012009, - 0.0392838716506958, - -0.6964763402938843, - 0.7153666615486145 - ] - ], - [ - 1.399999976158142, - [ - -0.04000763222575188, - 0.03904656320810318, - -0.6973665952682495, - 0.7145311236381531 - ] - ], - [ - 1.4333332777023315, - [ - -0.03964915871620178, - 0.038798484951257706, - -0.6983209252357483, - 0.7136319279670715 - ] - ], - [ - 1.4666666984558105, - [ - -0.03928118199110031, - 0.03854488208889961, - -0.6993242502212524, - 0.7126829624176025 - ] - ], - [ - 1.5, - [ - -0.03891058266162872, - 0.038290802389383316, - -0.7003614902496338, - 0.7116976380348206 - ] - ], - [ - 1.5333333015441895, - [ - -0.03854385018348694, - 0.03804107755422592, - -0.7014187574386597, - 0.7106891870498657 - ] - ], - [ - 1.5666667222976685, - [ - -0.03818709775805473, - 0.03780033439397812, - -0.7024823427200317, - 0.7096699476242065 - ] - ], - [ - 1.600000023841858, - [ - -0.03784610331058502, - 0.037573035806417465, - -0.7035394310951233, - 0.7086524367332458 - ] - ], - [ - 1.6333333253860474, - [ - -0.037526313215494156, - 0.03736346215009689, - -0.7045774459838867, - 0.7076484560966492 - ] - ], - [ - 1.6666666269302368, - [ - -0.037232931703329086, - 0.03717575967311859, - -0.7055845856666565, - 0.7066696882247925 - ] - ], - [ - 1.7000000476837158, - [ - -0.03697100281715393, - 0.037014033645391464, - -0.7065491080284119, - 0.7057276368141174 - ] - ], - [ - 1.7333333492279053, - [ - -0.036745402961969376, - 0.03688230738043785, - -0.7074596285820007, - 0.7048335671424866 - ] - ], - [ - 1.7666666507720947, - [ - -0.03656106814742088, - 0.03678469359874725, - -0.7083048820495605, - 0.703998863697052 - ] - ], - [ - 1.7999999523162842, - [ - -0.03642287850379944, - 0.03672528266906738, - -0.7090736031532288, - 0.703234851360321 - ] - ], - [ - 1.8333333730697632, - [ - -0.03633597120642662, - 0.03670840710401535, - -0.7097542881965637, - 0.7025532722473145 - ] - ], - [ - 1.8666666746139526, - [ - -0.03630572929978371, - 0.036738574504852295, - -0.7103350758552551, - 0.7019659876823425 - ] - ], - [ - 1.899999976158142, - [ - -0.03632578253746033, - 0.03681015223264694, - -0.710821807384491, - 0.7014683485031128 - ] - ], - [ - 1.9333332777023315, - [ - -0.03638486564159393, - 0.036913346499204636, - -0.7112292647361755, - 0.7010468244552612 - ] - ], - [ - 1.9666666984558105, - [ - -0.03648015111684799, - 0.03705018386244774, - -0.7116032242774963, - 0.700654923915863 - ] - ], - [ - 2.0, - [ - -0.03660837188363075, - 0.03722197189927101, - -0.7119866013526917, - 0.7002495527267456 - ] - ], - [ - 2.0333333015441895, - [ - -0.03676602989435196, - 0.03742484375834465, - -0.7123754024505615, - 0.699834942817688 - ] - ], - [ - 2.066666603088379, - [ - -0.036949094384908676, - 0.037654321640729904, - -0.7127652764320374, - 0.6994159817695618 - ] - ], - [ - 2.0999999046325684, - [ - -0.03715452551841736, - 0.03790692612528801, - -0.7131520509719849, - 0.6989969611167908 - ] - ], - [ - 2.133333444595337, - [ - -0.03737928718328476, - 0.038179174065589905, - -0.7135317325592041, - 0.6985825896263123 - ] - ], - [ - 2.1666667461395264, - [ - -0.037620335817337036, - 0.03846752643585205, - -0.7139000296592712, - 0.6981774568557739 - ] - ], - [ - 2.200000047683716, - [ - -0.0378747284412384, - 0.03876851499080658, - -0.7142528295516968, - 0.6977861523628235 - ] - ], - [ - 2.2333333492279053, - [ - -0.03813944011926651, - 0.03907853737473488, - -0.7145857214927673, - 0.697413444519043 - ] - ], - [ - 2.2666666507720947, - [ - -0.03841153532266617, - 0.03939405828714371, - -0.7148944735527039, - 0.6970643401145935 - ] - ], - [ - 2.299999952316284, - [ - -0.03868807479739189, - 0.03971148282289505, - -0.7151745557785034, - 0.6967436671257019 - ] - ], - [ - 2.3333332538604736, - [ - -0.03896612301468849, - 0.0400271899998188, - -0.7154213786125183, - 0.6964565515518188 - ] - ], - [ - 2.366666555404663, - [ - -0.03924282267689705, - 0.04033758491277695, - -0.7156304717063904, - 0.6962082386016846 - ] - ], - [ - 2.4000000953674316, - [ - -0.03952646628022194, - 0.040655020624399185, - -0.7158347368240356, - 0.6959636807441711 - ] - ], - [ - 2.433333396911621, - [ - -0.039820436388254166, - 0.04098627343773842, - -0.7160618901252747, - 0.695693850517273 - ] - ], - [ - 2.4666666984558105, - [ - -0.040114641189575195, - 0.04131939634680748, - -0.7162986397743225, - 0.6954134106636047 - ] - ], - [ - 2.5, - [ - -0.040399517863988876, - 0.041642796248197556, - -0.7165309190750122, - 0.6951382756233215 - ] - ], - [ - 2.5333333015441895, - [ - -0.04066604748368263, - 0.04194522276520729, - -0.7167434692382813, - 0.6948853731155396 - ] - ], - [ - 2.566666603088379, - [ - -0.04090585932135582, - 0.042215872555971146, - -0.7169198393821716, - 0.6946729421615601 - ] - ], - [ - 2.633333444595337, - [ - -0.0412745364010334, - 0.04262057691812515, - -0.7170939445495605, - 0.6944466829299927 - ] - ], - [ - 2.7333333492279053, - [ - -0.04148223623633385, - 0.042826395481824875, - -0.7170112729072571, - 0.6945070028305054 - ] - ], - [ - 2.8333332538604736, - [ - -0.041340772062540054, - 0.042724382132291794, - -0.7173764705657959, - 0.6941444873809814 - ] - ], - [ - 2.9000000953674316, - [ - -0.04110654816031456, - 0.04253152385354042, - -0.7177907824516296, - 0.6937419176101685 - ] - ], - [ - 2.933333396911621, - [ - -0.04095920920372009, - 0.042407333850860596, - -0.7180299162864685, - 0.6935106515884399 - ] - ], - [ - 2.9666666984558105, - [ - -0.04079565033316612, - 0.04226795211434364, - -0.7182846665382385, - 0.6932649612426758 - ] - ], - [ - 3.0, - [ - -0.04061976447701454, - 0.04211676865816116, - -0.7185498476028442, - 0.693009614944458 - ] - ], - [ - 3.0333333015441895, - [ - -0.04043533653020859, - 0.041957102715969086, - -0.7188205718994141, - 0.6927492618560791 - ] - ], - [ - 3.066666603088379, - [ - -0.04024600610136986, - 0.041792165488004684, - -0.7190921902656555, - 0.6924883723258972 - ] - ], - [ - 3.0999999046325684, - [ - -0.04005534574389458, - 0.041625138372182846, - -0.7193601131439209, - 0.6922311782836914 - ] - ], - [ - 3.133333444595337, - [ - -0.03986671566963196, - 0.04145902767777443, - -0.7196201086044312, - 0.6919817328453064 - ] - ], - [ - 3.1666667461395264, - [ - -0.03968342766165733, - 0.0412968210875988, - -0.719868004322052, - 0.6917440891265869 - ] - ], - [ - 3.2333333492279053, - [ - -0.03934655338525772, - 0.040996063500642776, - -0.7203066349029541, - 0.6913244724273682 - ] - ], - [ - 3.299999952316284, - [ - -0.03907184675335884, - 0.040745172649621964, - -0.7206214070320129, - 0.6910268664360046 - ] - ], - [ - 3.433333396911621, - [ - -0.03876505792140961, - 0.04044707119464874, - -0.7208250761032104, - 0.6908491253852844 - ] - ], - [ - 3.566666603088379, - [ - -0.03881637379527092, - 0.04046439006924629, - -0.7205142378807068, - 0.6911694407463074 - ] - ], - [ - 3.5999999046325684, - [ - -0.038539256900548935, - 0.04021226242184639, - -0.7208449840545654, - 0.6908547282218933 - ] - ], - [ - 3.633333444595337, - [ - -0.037742987275123596, - 0.03949373960494995, - -0.7218698263168335, - 0.6898694038391113 - ] - ], - [ - 3.6666667461395264, - [ - -0.03661439195275307, - 0.0384683795273304, - -0.7233241200447083, - 0.6884634494781494 - ] - ], - [ - 3.700000047683716, - [ - -0.0353362113237381, - 0.03729481250047684, - -0.7249523997306824, - 0.6868802905082703 - ] - ], - [ - 3.7333333492279053, - [ - -0.03408504277467728, - 0.03613242879509926, - -0.7265173196792603, - 0.6853504776954651 - ] - ], - [ - 3.7666666507720947, - [ - -0.03303122520446777, - 0.035142093896865845, - -0.7278040051460266, - 0.6840872168540955 - ] - ], - [ - 3.799999952316284, - [ - -0.03234076127409935, - 0.03448622301220894, - -0.7286167144775391, - 0.6832879781723022 - ] - ], - [ - 3.8333332538604736, - [ - -0.032178446650505066, - 0.03432761877775192, - -0.7287683486938477, - 0.6831418871879578 - ] - ], - [ - 3.866666555404663, - [ - -0.0323391929268837, - 0.0344749316573143, - -0.7285219430923462, - 0.6833896636962891 - ] - ], - [ - 3.9000000953674316, - [ - -0.03250632807612419, - 0.03462820127606392, - -0.7282689213752747, - 0.683643639087677 - ] - ], - [ - 3.9666666984558105, - [ - -0.03285573795437813, - 0.03494872897863388, - -0.7277480959892273, - 0.6841651201248169 - ] - ], - [ - 4.0, - [ - -0.03303582966327667, - 0.03511388972401619, - -0.7274828553199768, - 0.684429943561554 - ] - ], - [ - 4.0333333015441895, - [ - -0.033217959105968475, - 0.03528084605932236, - -0.727216362953186, - 0.6846957206726074 - ] - ], - [ - 4.066666603088379, - [ - -0.03340088576078415, - 0.03544842079281807, - -0.7269501686096191, - 0.6849607825279236 - ] - ], - [ - 4.099999904632568, - [ - -0.033583324402570724, - 0.03561542555689812, - -0.7266858816146851, - 0.6852235794067383 - ] - ], - [ - 4.166666507720947, - [ - -0.03394132852554321, - 0.0359426811337471, - -0.726170003414154, - 0.6857355237007141 - ] - ], - [ - 4.233333110809326, - [ - -0.03428051993250847, - 0.03625204786658287, - -0.7256830930709839, - 0.6862176656723022 - ] - ], - [ - 4.266666889190674, - [ - -0.034439343959093094, - 0.036396611481904984, - -0.7254551649093628, - 0.686443030834198 - ] - ], - [ - 4.300000190734863, - [ - -0.034588947892189026, - 0.03653257340192795, - -0.7252401113510132, - 0.6866555213928223 - ] - ], - [ - 4.366666793823242, - [ - -0.034854456782341, - 0.0367731936275959, - -0.7248560190200806, - 0.6870347857475281 - ] - ], - [ - 4.433333396911621, - [ - -0.03506510332226753, - 0.036963023245334625, - -0.7245448231697083, - 0.6873419880867004 - ] - ], - [ - 4.5, - [ - -0.03512817993760109, - 0.037022002041339874, - -0.7244719862937927, - 0.6874123215675354 - ] - ], - [ - 4.5333333015441895, - [ - -0.03508496657013893, - 0.03698573261499405, - -0.7245601415634155, - 0.6873235702514648 - ] - ], - [ - 4.566666603088379, - [ - -0.03507603704929352, - 0.03697219863533974, - -0.7245224118232727, - 0.6873645186424255 - ] - ], - [ - 4.599999904632568, - [ - -0.035160623490810394, - 0.03702731803059578, - -0.72420334815979, - 0.6876934170722961 - ] - ], - [ - 4.633333206176758, - [ - -0.03531244024634361, - 0.03712989017367363, - -0.7236669063568115, - 0.6882445812225342 - ] - ], - [ - 4.666666507720947, - [ - -0.03550335019826889, - 0.03725803270936012, - -0.7229892015457153, - 0.6889397501945496 - ] - ], - [ - 4.699999809265137, - [ - -0.0357053242623806, - 0.0373903252184391, - -0.7222477197647095, - 0.6896994709968567 - ] - ], - [ - 4.733333110809326, - [ - -0.035890623927116394, - 0.03750608488917351, - -0.7215210795402527, - 0.6904436945915222 - ] - ], - [ - 4.766666889190674, - [ - -0.03603187948465347, - 0.037585388869047165, - -0.7208886742591858, - 0.691092312335968 - ] - ], - [ - 4.800000190734863, - [ - -0.036102037876844406, - 0.03760888800024986, - -0.720430314540863, - 0.6915652751922607 - ] - ], - [ - 4.833333492279053, - [ - -0.03607426956295967, - 0.0375574491918087, - -0.7202253341674805, - 0.6917828917503357 - ] - ], - [ - 4.866666793823242, - [ - -0.03592189773917198, - 0.037411756813526154, - -0.720352828502655, - 0.6916659474372864 - ] - ], - [ - 4.900000095367432, - [ - -0.03570478409528732, - 0.03721784055233002, - -0.7206627130508423, - 0.6913648247718811 - ] - ], - [ - 4.933333396911621, - [ - -0.03550390154123306, - 0.03703790530562401, - -0.7209474444389343, - 0.6910879015922546 - ] - ], - [ - 5.0, - [ - -0.03517023101449013, - 0.0367373563349247, - -0.721410870552063, - 0.6906372308731079 - ] - ], - [ - 5.0333333015441895, - [ - -0.03504663333296776, - 0.036625027656555176, - -0.7215750217437744, - 0.6904779672622681 - ] - ], - [ - 5.233333110809326, - [ - -0.035144906491041183, - 0.036693084985017776, - -0.7212451100349426, - 0.6908139586448669 - ] - ], - [ - 5.266666889190674, - [ - -0.03528836742043495, - 0.03681699559092522, - -0.7209957838058472, - 0.6910603046417236 - ] - ], - [ - 5.300000190734863, - [ - -0.03545853868126869, - 0.03696480765938759, - -0.7207098603248596, - 0.6913418769836426 - ] - ], - [ - 5.333333492279053, - [ - -0.035653255879879, - 0.03713442385196686, - -0.7203900218009949, - 0.6916560530662537 - ] - ], - [ - 5.366666793823242, - [ - -0.035870037972927094, - 0.03732334077358246, - -0.720038115978241, - 0.6920011043548584 - ] - ], - [ - 5.400000095367432, - [ - -0.03610675781965256, - 0.0375295989215374, - -0.7196574807167053, - 0.6923734545707703 - ] - ], - [ - 5.433333396911621, - [ - -0.036361340433359146, - 0.037751298397779465, - -0.7192516922950745, - 0.6927695870399475 - ] - ], - [ - 5.4666666984558105, - [ - -0.03663159906864166, - 0.03798646852374077, - -0.7188243269920349, - 0.6931859254837036 - ] - ], - [ - 5.5, - [ - -0.03691524267196655, - 0.038233041763305664, - -0.7183793783187866, - 0.6936185956001282 - ] - ], - [ - 5.5333333015441895, - [ - -0.0372098870575428, - 0.03848890960216522, - -0.7179206013679504, - 0.6940634250640869 - ] - ], - [ - 5.566666603088379, - [ - -0.037513069808483124, - 0.03875191509723663, - -0.7174524068832397, - 0.6945164203643799 - ] - ], - [ - 5.599999904632568, - [ - -0.03782208263874054, - 0.03901970386505127, - -0.7169792652130127, - 0.6949732303619385 - ] - ], - [ - 5.633333206176758, - [ - -0.03813418373465538, - 0.0392899326980114, - -0.716505765914917, - 0.6954291462898254 - ] - ], - [ - 5.666666507720947, - [ - -0.03844638168811798, - 0.03956006467342377, - -0.7160369753837585, - 0.695879340171814 - ] - ], - [ - 5.699999809265137, - [ - -0.03875555098056793, - 0.03982747346162796, - -0.715578019618988, - 0.6963188052177429 - ] - ], - [ - 5.733333110809326, - [ - -0.039058417081832886, - 0.0400894470512867, - -0.7151344418525696, - 0.6967424154281616 - ] - ], - [ - 5.766666889190674, - [ - -0.039351511746644974, - 0.04034313187003136, - -0.7147119641304016, - 0.6971446871757507 - ] - ], - [ - 5.800000190734863, - [ - -0.039631232619285583, - 0.04058557003736496, - -0.7143165469169617, - 0.6975199580192566 - ] - ], - [ - 5.833333492279053, - [ - -0.039893846958875656, - 0.040813736617565155, - -0.7139542102813721, - 0.6978626251220703 - ] - ], - [ - 5.866666793823242, - [ - -0.04013551399111748, - 0.04102452099323273, - -0.7136311531066895, - 0.6981666684150696 - ] - ], - [ - 5.900000095367432, - [ - -0.04035228490829468, - 0.0412147231400013, - -0.7133537530899048, - 0.6984264254570007 - ] - ], - [ - 5.933333396911621, - [ - -0.040540214627981186, - 0.041381169110536575, - -0.7131282687187195, - 0.6986359357833862 - ] - ], - [ - 6.0, - [ - -0.040813740342855453, - 0.04162994399666786, - -0.712857723236084, - 0.6988813281059265 - ] - ], - [ - 6.133333206176758, - [ - -0.04090730845928192, - 0.041751932352781296, - -0.7130734920501709, - 0.6986483335494995 - ] - ], - [ - 6.166666507720947, - [ - -0.04085223376750946, - 0.041715752333402634, - -0.7132439613342285, - 0.6984797716140747 - ] - ], - [ - 6.233333110809326, - [ - -0.04067421704530716, - 0.041584596037864685, - -0.713678240776062, - 0.6980542540550232 - ] - ], - [ - 6.300000190734863, - [ - -0.040431130677461624, - 0.04139653220772743, - -0.7142007350921631, - 0.6975449919700623 - ] - ], - [ - 6.366666793823242, - [ - -0.04014984145760536, - 0.041173793375492096, - -0.7147683501243591, - 0.6969927549362183 - ] - ], - [ - 6.433333396911621, - [ - -0.03985562548041344, - 0.040937524288892746, - -0.7153409719467163, - 0.6964359283447266 - ] - ], - [ - 6.5, - [ - -0.039571668952703476, - 0.040707267820835114, - -0.7158811092376709, - 0.6959103941917419 - ] - ], - [ - 6.566666603088379, - [ - -0.039318740367889404, - 0.04050059616565704, - -0.7163540124893188, - 0.6954500079154968 - ] - ], - [ - 6.599999904632568, - [ - -0.03920929133892059, - 0.04041052982211113, - -0.7165547609329224, - 0.6952545642852783 - ] - ], - [ - 6.633333206176758, - [ - -0.03911279886960983, - 0.04033036530017853, - -0.7167260050773621, - 0.6950881481170654 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658511063_683865.json b/lenses/physics-objects/Scene/assets/1646688658511063_683865.json deleted file mode 100644 index a9d4d76e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658511063_683865.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658511063:683865", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658512376_683878.json b/lenses/physics-objects/Scene/assets/1646688658512376_683878.json deleted file mode 100644 index bf050108..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658512376_683878.json +++ /dev/null @@ -1,818 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658512376:683878", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ], - [ - 0.03333333507180214, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ], - [ - 0.06666667014360428, - [ - -2.271125078201294, - 0.03883153572678566, - 0.2649770975112915 - ] - ], - [ - 0.10000000149011612, - [ - -2.2702975273132324, - 0.032092347741127014, - 0.27285289764404297 - ] - ], - [ - 0.13333334028720856, - [ - -2.269196033477783, - 0.024205541238188744, - 0.28265395760536194 - ] - ], - [ - 0.1666666716337204, - [ - -2.267897844314575, - 0.015533316880464554, - 0.2934757173061371 - ] - ], - [ - 0.20000000298023224, - [ - -2.2664942741394043, - 0.005850367248058319, - 0.30446481704711914 - ] - ], - [ - 0.23333333432674408, - [ - -2.2651124000549316, - -0.0054353331215679646, - 0.3145892322063446 - ] - ], - [ - 0.2666666805744171, - [ - -2.2638823986053467, - -0.018048584461212158, - 0.3228631913661957 - ] - ], - [ - 0.30000001192092896, - [ - -2.2628014087677, - -0.029667409136891365, - 0.32951363921165466 - ] - ], - [ - 0.3333333432674408, - [ - -2.2619123458862305, - -0.0386381559073925, - 0.3346479833126068 - ] - ], - [ - 0.36666667461395264, - [ - -2.2613525390625, - -0.043715961277484894, - 0.3377911150455475 - ] - ], - [ - 0.4000000059604645, - [ - -2.2630674839019775, - -0.03221740573644638, - 0.32744109630584717 - ] - ], - [ - 0.4333333373069763, - [ - -2.2663276195526123, - -0.006299586966633797, - 0.30569368600845337 - ] - ], - [ - 0.46666666865348816, - [ - -2.268639087677002, - 0.017501430585980415, - 0.2875758111476898 - ] - ], - [ - 0.5, - [ - -2.269324541091919, - 0.02804192341864109, - 0.28126469254493713 - ] - ], - [ - 0.5333333611488342, - [ - -2.2681872844696045, - 0.01699373684823513, - 0.29114827513694763 - ] - ], - [ - 0.5666666626930237, - [ - -2.265289068222046, - -0.010319899767637253, - 0.31319165229797363 - ] - ], - [ - 0.6000000238418579, - [ - -2.2612102031707764, - -0.04234014078974724, - 0.3389184772968292 - ] - ], - [ - 0.6333333253860474, - [ - -2.2588448524475098, - -0.05978715047240257, - 0.3518170714378357 - ] - ], - [ - 0.6666666865348816, - [ - -2.260122060775757, - -0.054203879088163376, - 0.3444406986236572 - ] - ], - [ - 0.699999988079071, - [ - -2.2627742290496826, - -0.038231804966926575, - 0.32881805300712585 - ] - ], - [ - 0.7333333492279053, - [ - -2.2654569149017334, - -0.018633384257555008, - 0.31158825755119324 - ] - ], - [ - 0.7666666507720947, - [ - -2.2674918174743652, - -0.00013606436550617218, - 0.2970021963119507 - ] - ], - [ - 0.800000011920929, - [ - -2.2686898708343506, - 0.01454839389771223, - 0.2873397469520569 - ] - ], - [ - 0.8333333134651184, - [ - -2.269019365310669, - 0.022946594282984734, - 0.28417280316352844 - ] - ], - [ - 0.8666666746139526, - [ - -2.268416404724121, - 0.021618200466036797, - 0.2890489399433136 - ] - ], - [ - 0.8999999761581421, - [ - -2.2671542167663574, - 0.011168260127305984, - 0.2993604242801666 - ] - ], - [ - 0.9666666388511658, - [ - -2.2636473178863525, - -0.022643020376563072, - 0.324219286441803 - ] - ], - [ - 1.0, - [ - -2.262132406234741, - -0.034552376717329025, - 0.33360520005226135 - ] - ], - [ - 1.0333333015441895, - [ - -2.261810302734375, - -0.03617200627923012, - 0.3356117308139801 - ] - ], - [ - 1.0666667222976685, - [ - -2.2641923427581787, - -0.017498938366770744, - 0.32071176171302795 - ] - ], - [ - 1.100000023841858, - [ - -2.267592668533325, - 0.013435033150017262, - 0.2959262728691101 - ] - ], - [ - 1.1333333253860474, - [ - -2.2698304653167725, - 0.04065890237689018, - 0.2755831182003021 - ] - ], - [ - 1.1666666269302368, - [ - -2.2706074714660645, - 0.05462348461151123, - 0.2666223347187042 - ] - ], - [ - 1.2000000476837158, - [ - -2.27007794380188, - 0.049507588148117065, - 0.27207449078559875 - ] - ], - [ - 1.2333333492279053, - [ - -2.268507719039917, - 0.03184891492128372, - 0.28738152980804443 - ] - ], - [ - 1.2666666507720947, - [ - -2.26643443107605, - 0.011989333666861057, - 0.3047313094139099 - ] - ], - [ - 1.2999999523162842, - [ - -2.2655797004699707, - 0.003944232128560543, - 0.31122756004333496 - ] - ], - [ - 1.3333333730697632, - [ - -2.266749382019043, - 0.012124555185437202, - 0.30237331986427307 - ] - ], - [ - 1.3666666746139526, - [ - -2.2684903144836426, - 0.02657075971364975, - 0.288053959608078 - ] - ], - [ - 1.399999976158142, - [ - -2.270076036453247, - 0.04239928349852562, - 0.27328869700431824 - ] - ], - [ - 1.4333332777023315, - [ - -2.2712020874023438, - 0.0563938245177269, - 0.2611323595046997 - ] - ], - [ - 1.4666666984558105, - [ - -2.2718117237091064, - 0.0665736198425293, - 0.2533170282840729 - ] - ], - [ - 1.5, - [ - -2.2719199657440186, - 0.0711723119020462, - 0.2510848641395569 - ] - ], - [ - 1.5333333015441895, - [ - -2.2715139389038086, - 0.06810767948627472, - 0.25556859374046326 - ] - ], - [ - 1.5666667222976685, - [ - -2.270740032196045, - 0.058269813656806946, - 0.2647142708301544 - ] - ], - [ - 1.600000023841858, - [ - -2.269707679748535, - 0.04374624788761139, - 0.2761211097240448 - ] - ], - [ - 1.6333333253860474, - [ - -2.268437623977661, - 0.02799663506448269, - 0.28833505511283875 - ] - ], - [ - 1.6666666269302368, - [ - -2.2671713829040527, - 0.014444366097450256, - 0.29909053444862366 - ] - ], - [ - 1.7000000476837158, - [ - -2.266455888748169, - 0.0071297925896942616, - 0.3047235906124115 - ] - ], - [ - 1.7333333492279053, - [ - -2.267502546310425, - 0.014964386820793152, - 0.2965436279773712 - ] - ], - [ - 1.7666666507720947, - [ - -2.269521713256836, - 0.03355390205979347, - 0.27906179428100586 - ] - ], - [ - 1.7999999523162842, - [ - -2.270960807800293, - 0.05043313652276993, - 0.2644301652908325 - ] - ], - [ - 1.8333333730697632, - [ - -2.271360158920288, - 0.05689113959670067, - 0.2596469223499298 - ] - ], - [ - 1.8666666746139526, - [ - -2.2705512046813965, - 0.046502869576215744, - 0.2686353325843811 - ] - ], - [ - 1.899999976158142, - [ - -2.268523931503296, - 0.023234769701957703, - 0.28807878494262695 - ] - ], - [ - 1.9333332777023315, - [ - -2.2656338214874268, - -0.0041808392852544785, - 0.31083038449287415 - ] - ], - [ - 1.9666666984558105, - [ - -2.263824462890625, - -0.020589517429471016, - 0.3231169879436493 - ] - ], - [ - 2.0, - [ - -2.2644882202148438, - -0.018844634294509888, - 0.31853970885276794 - ] - ], - [ - 2.0333333015441895, - [ - -2.266164779663086, - -0.008549573831260204, - 0.3068445324897766 - ] - ], - [ - 2.066666603088379, - [ - -2.2679455280303955, - 0.005064551252871752, - 0.2934737801551819 - ] - ], - [ - 2.0999999046325684, - [ - -2.2693192958831787, - 0.01809508167207241, - 0.28212064504623413 - ] - ], - [ - 2.133333444595337, - [ - -2.270085096359253, - 0.02786736562848091, - 0.2750760614871979 - ] - ], - [ - 2.1666667461395264, - [ - -2.2701568603515625, - 0.031846508383750916, - 0.27404922246932983 - ] - ], - [ - 2.200000047683716, - [ - -2.2693514823913574, - 0.02616828866302967, - 0.2812266945838928 - ] - ], - [ - 2.2333333492279053, - [ - -2.267580509185791, - 0.009266844019293785, - 0.2961806356906891 - ] - ], - [ - 2.2666666507720947, - [ - -2.264883518218994, - -0.016163455322384834, - 0.3158653974533081 - ] - ], - [ - 2.299999952316284, - [ - -2.261888265609741, - -0.04088664427399635, - 0.33454397320747375 - ] - ], - [ - 2.3333332538604736, - [ - -2.2604799270629883, - -0.05241306498646736, - 0.34236449003219604 - ] - ], - [ - 2.366666555404663, - [ - -2.2620668411254883, - -0.04326430708169937, - 0.3330334424972534 - ] - ], - [ - 2.4000000953674316, - [ - -2.264998197555542, - -0.021689901128411293, - 0.3147103190422058 - ] - ], - [ - 2.433333396911621, - [ - -2.267563581466675, - 0.0022700796835124493, - 0.2964450716972351 - ] - ], - [ - 2.4666666984558105, - [ - -2.2691237926483154, - 0.022082991898059845, - 0.2834063768386841 - ] - ], - [ - 2.5, - [ - -2.2696194648742676, - 0.032019034028053284, - 0.27844616770744324 - ] - ], - [ - 2.5333333015441895, - [ - -2.26875901222229, - 0.02368413470685482, - 0.28618425130844116 - ] - ], - [ - 2.566666603088379, - [ - -2.2664105892181396, - 0.00036183022893965244, - 0.30514395236968994 - ] - ], - [ - 2.5999999046325684, - [ - -2.263237237930298, - -0.026166686788201332, - 0.3268063962459564 - ] - ], - [ - 2.633333444595337, - [ - -2.2617130279541016, - -0.0383385568857193, - 0.33602744340896606 - ] - ], - [ - 2.6666667461395264, - [ - -2.263176202774048, - -0.029753537848591805, - 0.3269214630126953 - ] - ], - [ - 2.700000047683716, - [ - -2.265589952468872, - -0.012525209225714207, - 0.31092607975006104 - ] - ], - [ - 2.7333333492279053, - [ - -2.2678682804107666, - 0.007189448922872543, - 0.2940264046192169 - ] - ], - [ - 2.7666666507720947, - [ - -2.269528865814209, - 0.025287941098213196, - 0.279872864484787 - ] - ], - [ - 2.799999952316284, - [ - -2.2704691886901855, - 0.03927960619330406, - 0.27047446370124817 - ] - ], - [ - 2.8333332538604736, - [ - -2.2707138061523438, - 0.046975672245025635, - 0.2671743929386139 - ] - ], - [ - 2.866666555404663, - [ - -2.2702152729034424, - 0.04511534795165062, - 0.2716926038265228 - ] - ], - [ - 2.9000000953674316, - [ - -2.2690165042877197, - 0.0328231155872345, - 0.28322529792785645 - ] - ], - [ - 2.933333396911621, - [ - -2.2672290802001953, - 0.013276020996272564, - 0.29870685935020447 - ] - ], - [ - 2.9666666984558105, - [ - -2.2653238773345947, - -0.005200679413974285, - 0.313066303730011 - ] - ], - [ - 3.0, - [ - -2.2645814418792725, - -0.012764658778905869, - 0.3181789219379425 - ] - ], - [ - 3.0333333015441895, - [ - -2.265852689743042, - -0.004181284457445145, - 0.3092310130596161 - ] - ], - [ - 3.066666603088379, - [ - -2.26794171333313, - 0.013585638254880905, - 0.29323312640190125 - ] - ], - [ - 3.0999999046325684, - [ - -2.2697105407714844, - 0.03257422521710396, - 0.27763691544532776 - ] - ], - [ - 3.133333444595337, - [ - -2.2707486152648926, - 0.0476105734705925, - 0.2667657136917114 - ] - ], - [ - 3.1666667461395264, - [ - -2.271027088165283, - 0.05412404611706734, - 0.2631286084651947 - ] - ], - [ - 3.200000047683716, - [ - -2.2703020572662354, - 0.0452498160302639, - 0.2709450423717499 - ] - ], - [ - 3.2333333492279053, - [ - -2.26838755607605, - 0.02337055094540119, - 0.289138525724411 - ] - ], - [ - 3.2666666507720947, - [ - -2.26570463180542, - -0.0020692015532404184, - 0.3103356659412384 - ] - ], - [ - 3.299999952316284, - [ - -2.2641639709472656, - -0.01609385758638382, - 0.32098588347435 - ] - ], - [ - 3.3333332538604736, - [ - -2.267263174057007, - 0.008899941109120846, - 0.29556721448898315 - ] - ], - [ - 3.366666555404663, - [ - -2.271536111831665, - 0.04293700307607651, - 0.26078692078590393 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658512646_683885.json b/lenses/physics-objects/Scene/assets/1646688658512646_683885.json deleted file mode 100644 index e4c6998c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658512646_683885.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658512646:683885", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ], - [ - 0.03333333507180214, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ], - [ - 0.06666667014360428, - [ - -0.040682900696992874, - 0.041384439915418625, - -0.7119234800338745, - 0.6998550891876221 - ] - ], - [ - 0.10000000149011612, - [ - -0.04195944964885712, - 0.0425567701458931, - -0.7108137011528015, - 0.7008368372917175 - ] - ], - [ - 0.13333334028720856, - [ - -0.04354877769947052, - 0.0440157912671566, - -0.7095039486885071, - 0.7019760012626648 - ] - ], - [ - 0.1666666716337204, - [ - -0.04531008005142212, - 0.04562148079276085, - -0.7080559134483337, - 0.703222930431366 - ] - ], - [ - 0.20000000298023224, - [ - -0.047115083783864975, - 0.0472368560731411, - -0.7064412832260132, - 0.7046201229095459 - ] - ], - [ - 0.23333333432674408, - [ - -0.04881063103675842, - 0.04869364574551582, - -0.7045773267745972, - 0.7062700390815735 - ] - ], - [ - 0.2666666805744171, - [ - -0.05023986101150513, - 0.04984092712402344, - -0.7025167942047119, - 0.7081398367881775 - ] - ], - [ - 0.30000001192092896, - [ - -0.05141064152121544, - 0.05074101686477661, - -0.700621485710144, - 0.7098674774169922 - ] - ], - [ - 0.3333333432674408, - [ - -0.052318233996629715, - 0.05143216252326965, - -0.6991530656814575, - 0.7111980319023132 - ] - ], - [ - 0.36666667461395264, - [ - -0.05287067964673042, - 0.05185847729444504, - -0.6983170509338379, - 0.7119472026824951 - ] - ], - [ - 0.4000000059604645, - [ - -0.051113955676555634, - 0.05039146915078163, - -0.7002452611923218, - 0.7102850079536438 - ] - ], - [ - 0.4333333373069763, - [ - -0.04743307828903198, - 0.047301411628723145, - -0.7045373320579529, - 0.706498384475708 - ] - ], - [ - 0.46666666865348816, - [ - -0.044376157224178314, - 0.044719818979501724, - -0.7084188461303711, - 0.7029748558998108 - ] - ], - [ - 0.5, - [ - -0.04329689219594002, - 0.04383521154522896, - -0.7101101875305176, - 0.7013896107673645 - ] - ], - [ - 0.5333333611488342, - [ - -0.0449347048997879, - 0.04527262598276138, - -0.708305299282074, - 0.7030184268951416 - ] - ], - [ - 0.5666666626930237, - [ - -0.04864497482776642, - 0.04842387139797211, - -0.7038304805755615, - 0.7070441842079163 - ] - ], - [ - 0.6000000238418579, - [ - -0.053032342344522476, - 0.05204863101243973, - -0.6985201239585876, - 0.7117220759391785 - ] - ], - [ - 0.6333333253860474, - [ - -0.055271271616220474, - 0.05382770672440529, - -0.6956099271774292, - 0.714264988899231 - ] - ], - [ - 0.6666666865348816, - [ - -0.05404018610715866, - 0.05275969207286835, - -0.6965834498405457, - 0.7134897112846375 - ] - ], - [ - 0.699999988079071, - [ - -0.051397260278463364, - 0.05053618922829628, - -0.6992849111557007, - 0.7111998200416565 - ] - ], - [ - 0.7333333492279053, - [ - -0.04848306253552437, - 0.048085931688547134, - -0.7025492191314697, - 0.7083514332771301 - ] - ], - [ - 0.7666666507720947, - [ - -0.04601607844233513, - 0.04601331427693367, - -0.705586850643158, - 0.7056291699409485 - ] - ], - [ - 0.800000011920929, - [ - -0.04436866194009781, - 0.04465409740805626, - -0.7079634666442871, - 0.7034381031990051 - ] - ], - [ - 0.8333333134651184, - [ - -0.04379595071077347, - 0.04424109682440758, - -0.7092946767807007, - 0.7021578550338745 - ] - ], - [ - 0.8666666746139526, - [ - -0.04456357657909393, - 0.04499029740691185, - -0.7090421319007874, - 0.7023171186447144 - ] - ], - [ - 0.8999999761581421, - [ - -0.046267252415418625, - 0.04649573192000389, - -0.7073197364807129, - 0.7038439512252808 - ] - ], - [ - 0.9333333373069763, - [ - -0.04837886989116669, - 0.04825957119464874, - -0.7045825719833374, - 0.7063243389129639 - ] - ], - [ - 0.9666666388511658, - [ - -0.05050273612141609, - 0.050000086426734924, - -0.7017825841903687, - 0.7088375687599182 - ] - ], - [ - 1.0, - [ - -0.05210795998573303, - 0.051318131387233734, - -0.6998072862625122, - 0.7105779051780701 - ] - ], - [ - 1.0333333015441895, - [ - -0.05244161933660507, - 0.05160965025424957, - -0.6995292901992798, - 0.7108059525489807 - ] - ], - [ - 1.0666667222976685, - [ - -0.04989737272262573, - 0.04951322823762894, - -0.7026267051696777, - 0.7080779671669006 - ] - ], - [ - 1.100000023841858, - [ - -0.04571127891540527, - 0.04598291218280792, - -0.707706093788147, - 0.7035254836082458 - ] - ], - [ - 1.1333333253860474, - [ - -0.042299605906009674, - 0.043064095079898834, - -0.7121098637580872, - 0.6994682550430298 - ] - ], - [ - 1.1666666269302368, - [ - -0.04079129174351692, - 0.04178440198302269, - -0.7143381237983704, - 0.6973601579666138 - ] - ], - [ - 1.2000000476837158, - [ - -0.041676271706819534, - 0.042595088481903076, - -0.7135036587715149, - 0.6981126666069031 - ] - ], - [ - 1.2333333492279053, - [ - -0.04420452564954758, - 0.04482949525117874, - -0.7106401920318604, - 0.7007331252098083 - ] - ], - [ - 1.2666666507720947, - [ - -0.04709244146943092, - 0.047342218458652496, - -0.7073922157287598, - 0.7036600112915039 - ] - ], - [ - 1.2999999523162842, - [ - -0.04818674549460411, - 0.048270709812641144, - -0.7060739398002625, - 0.7048457860946655 - ] - ], - [ - 1.3333333730697632, - [ - -0.046725038439035416, - 0.04697563499212265, - -0.7074374556541443, - 0.7036635875701904 - ] - ], - [ - 1.3666666746139526, - [ - -0.044360604137182236, - 0.04488324001431465, - -0.7098180055618286, - 0.7015526294708252 - ] - ], - [ - 1.399999976158142, - [ - -0.041929833590984344, - 0.042720288038253784, - -0.7123988270759583, - 0.6992172598838806 - ] - ], - [ - 1.4333332777023315, - [ - -0.03993275761604309, - 0.04093659296631813, - -0.7146574854850769, - 0.6971328854560852 - ] - ], - [ - 1.4666666984558105, - [ - -0.038645002990961075, - 0.03979405388236046, - -0.7162836194038391, - 0.6956009864807129 - ] - ], - [ - 1.5, - [ - -0.038263559341430664, - 0.03948101028800011, - -0.7170056700706482, - 0.6948958039283752 - ] - ], - [ - 1.5333333015441895, - [ - -0.038975946605205536, - 0.040162093937397, - -0.7164998054504395, - 0.6953387260437012 - ] - ], - [ - 1.5666667222976685, - [ - -0.04046511650085449, - 0.04151681810617447, - -0.7149145007133484, - 0.6968042850494385 - ] - ], - [ - 1.600000023841858, - [ - -0.042353130877017975, - 0.04317730665206909, - -0.7125804424285889, - 0.6989785432815552 - ] - ], - [ - 1.6333333253860474, - [ - -0.04438994079828262, - 0.04494117200374603, - -0.7100357413291931, - 0.7013266682624817 - ] - ], - [ - 1.6666666269302368, - [ - -0.04619179293513298, - 0.04648702219128609, - -0.7078307867050171, - 0.7033355236053467 - ] - ], - [ - 1.7000000476837158, - [ - -0.04714196175336838, - 0.04729049280285835, - -0.706637442111969, - 0.7044180035591125 - ] - ], - [ - 1.7333333492279053, - [ - -0.045791495591402054, - 0.04609469324350357, - -0.7079371213912964, - 0.703280508518219 - ] - ], - [ - 1.7666666507720947, - [ - -0.04290369153022766, - 0.04354269057512283, - -0.710982084274292, - 0.7005482316017151 - ] - ], - [ - 1.7999999523162842, - [ - -0.04049304500222206, - 0.041402291506528854, - -0.7137135863304138, - 0.6980395317077637 - ] - ], - [ - 1.8333333730697632, - [ - -0.03970044106245041, - 0.04070727899670601, - -0.7147465348243713, - 0.6970682740211487 - ] - ], - [ - 1.8666666746139526, - [ - -0.04117550328373909, - 0.04202744737267494, - -0.7130722403526306, - 0.6986173987388611 - ] - ], - [ - 1.899999976158142, - [ - -0.04439743608236313, - 0.04485449567437172, - -0.709301769733429, - 0.7020741105079651 - ] - ], - [ - 1.9333332777023315, - [ - -0.04821132868528366, - 0.04812244325876236, - -0.7048131823539734, - 0.7061150074005127 - ] - ], - [ - 1.9666666984558105, - [ - -0.05030754208564758, - 0.049852073192596436, - -0.7021164298057556, - 0.7085312008857727 - ] - ], - [ - 2.0, - [ - -0.049572352319955826, - 0.04916153475642204, - -0.7024403214454651, - 0.7083101868629456 - ] - ], - [ - 2.0333333015441895, - [ - -0.04763602837920189, - 0.04745665192604065, - -0.7041743993759155, - 0.7068360447883606 - ] - ], - [ - 2.066666603088379, - [ - -0.04541495069861412, - 0.0455164797604084, - -0.7064310312271118, - 0.7048552632331848 - ] - ], - [ - 2.0999999046325684, - [ - -0.04352540895342827, - 0.043873853981494904, - -0.7085632681846619, - 0.7029358744621277 - ] - ], - [ - 2.133333444595337, - [ - -0.042342446744441986, - 0.04286542907357216, - -0.7101408839225769, - 0.7014767527580261 - ] - ], - [ - 2.1666667461395264, - [ - -0.042146388441324234, - 0.04274177551269531, - -0.7107648849487305, - 0.7008639574050903 - ] - ], - [ - 2.200000047683716, - [ - -0.04330909997224808, - 0.043811384588479996, - -0.7098209857940674, - 0.7016831040382385 - ] - ], - [ - 2.2333333492279053, - [ - -0.04579302296042442, - 0.0459805466234684, - -0.7070567011833191, - 0.7041730880737305 - ] - ], - [ - 2.2666666507720947, - [ - -0.049125246703624725, - 0.04877591133117676, - -0.7028888463973999, - 0.7079229354858398 - ] - ], - [ - 2.299999952316284, - [ - -0.05232742056250572, - 0.05139008164405823, - -0.6988006830215454, - 0.7115465998649597 - ] - ], - [ - 2.3333332538604736, - [ - -0.05369172990322113, - 0.05246122553944588, - -0.6968914270401001, - 0.7132373452186584 - ] - ], - [ - 2.366666555404663, - [ - -0.052116699516773224, - 0.05112944543361664, - -0.6984443664550781, - 0.7119305729866028 - ] - ], - [ - 2.4000000953674316, - [ - -0.0490039624273777, - 0.04853694140911102, - -0.7020372748374939, - 0.7087922692298889 - ] - ], - [ - 2.433333396911621, - [ - -0.04590500891208649, - 0.0459509901702404, - -0.7059667706489563, - 0.7052603363990784 - ] - ], - [ - 2.4666666984558105, - [ - -0.04368577525019646, - 0.04411299154162407, - -0.7091683745384216, - 0.7023003697395325 - ] - ], - [ - 2.5, - [ - -0.04282338544726372, - 0.043431784957647324, - -0.7107508778572083, - 0.7007945775985718 - ] - ], - [ - 2.5333333015441895, - [ - -0.04409991204738617, - 0.0445626825094223, - -0.7093895673751831, - 0.7020227313041687 - ] - ], - [ - 2.566666603088379, - [ - -0.04727793112397194, - 0.04728547856211662, - -0.7055805325508118, - 0.705467939376831 - ] - ], - [ - 2.5999999046325684, - [ - -0.05094706639647484, - 0.05036144331097603, - -0.701201319694519, - 0.7093552350997925 - ] - ], - [ - 2.633333444595337, - [ - -0.052531685680150986, - 0.051648762077093124, - -0.6991838812828064, - 0.7111362218856812 - ] - ], - [ - 2.6666667461395264, - [ - -0.05100499093532562, - 0.05033884570002556, - -0.700637698173523, - 0.7099093794822693 - ] - ], - [ - 2.700000047683716, - [ - -0.04831480607390404, - 0.048048440366983414, - -0.703510582447052, - 0.7074106931686401 - ] - ], - [ - 2.7333333492279053, - [ - -0.04547945782542229, - 0.045623861253261566, - -0.7067556381225586, - 0.7045186758041382 - ] - ], - [ - 2.7666666507720947, - [ - -0.04310829937458038, - 0.04359130561351776, - -0.7096975445747375, - 0.7018339037895203 - ] - ], - [ - 2.799999952316284, - [ - -0.041525617241859436, - 0.04225023090839386, - -0.7119436860084534, - 0.6997334361076355 - ] - ], - [ - 2.8333332538604736, - [ - -0.040946487337350845, - 0.04180233180522919, - -0.7131578922271729, - 0.6985569596290588 - ] - ], - [ - 2.866666555404663, - [ - -0.04165869206190109, - 0.04249478876590729, - -0.7128313779830933, - 0.6988062262535095 - ] - ], - [ - 2.9000000953674316, - [ - -0.04355328902602196, - 0.04418788105249405, - -0.7108302116394043, - 0.7006218433380127 - ] - ], - [ - 2.933333396911621, - [ - -0.046144239604473114, - 0.046415235847234726, - -0.7076534628868103, - 0.7035218477249146 - ] - ], - [ - 2.9666666984558105, - [ - -0.048570699989795685, - 0.04845932126045227, - -0.7046303153038025, - 0.7062498331069946 - ] - ], - [ - 3.0, - [ - -0.04944995790719986, - 0.04917201027274132, - -0.7033945322036743, - 0.7073704600334167 - ] - ], - [ - 3.0333333015441895, - [ - -0.04796211048960686, - 0.047873686999082565, - -0.7048301100730896, - 0.7061319947242737 - ] - ], - [ - 3.066666603088379, - [ - -0.045292049646377563, - 0.04556417465209961, - -0.7077563405036926, - 0.7035293579101563 - ] - ], - [ - 3.0999999046325684, - [ - -0.04269319027662277, - 0.04331030696630478, - -0.710844099521637, - 0.7007154822349548 - ] - ], - [ - 3.133333444595337, - [ - -0.0408778041601181, - 0.041743867099285126, - -0.7132591605186462, - 0.6984610557556152 - ] - ], - [ - 3.1666667461395264, - [ - -0.040259599685668945, - 0.04123051464557648, - -0.7142918705940247, - 0.6974713802337646 - ] - ], - [ - 3.200000047683716, - [ - -0.04154243320226669, - 0.04237867519259453, - -0.7128587961196899, - 0.6987922787666321 - ] - ], - [ - 3.2333333492279053, - [ - -0.04456005617976189, - 0.04502151161432266, - -0.7093124985694885, - 0.702042281627655 - ] - ], - [ - 3.2666666507720947, - [ - -0.04811185225844383, - 0.048067931085824966, - -0.7051474452018738, - 0.705791711807251 - ] - ], - [ - 3.299999952316284, - [ - -0.049924854189157486, - 0.04957124590873718, - -0.7028433084487915, - 0.7078569531440735 - ] - ], - [ - 3.3333332538604736, - [ - -0.04570595547556877, - 0.045884691178798676, - -0.7069981098175049, - 0.7042437195777893 - ] - ], - [ - 3.366666555404663, - [ - -0.04000069573521614, - 0.040763940662145615, - -0.7125922441482544, - 0.6992499828338623 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658512893_683892.json b/lenses/physics-objects/Scene/assets/1646688658512893_683892.json deleted file mode 100644 index aceadb8a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658512893_683892.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658512893:683892", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658514059_683905.json b/lenses/physics-objects/Scene/assets/1646688658514059_683905.json deleted file mode 100644 index 52d6c205..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658514059_683905.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658514059:683905", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 6.633333206176758, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658514385_683912.json b/lenses/physics-objects/Scene/assets/1646688658514385_683912.json deleted file mode 100644 index 10c66942..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658514385_683912.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658514385:683912", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.059374433010816574, - -0.0613127127289772, - -0.7562949657440186, - 0.6486396193504333 - ] - ], - [ - 0.03333333507180214, - [ - 0.059374433010816574, - -0.0613127127289772, - -0.7562949657440186, - 0.6486396193504333 - ] - ], - [ - 0.06666667014360428, - [ - 0.05908206105232239, - -0.06161617860198021, - -0.7563971877098083, - 0.6485183238983154 - ] - ], - [ - 0.10000000149011612, - [ - 0.05823683366179466, - -0.06249043717980385, - -0.7566927075386047, - 0.6481664776802063 - ] - ], - [ - 0.13333334028720856, - [ - 0.05688028782606125, - -0.06388750672340393, - -0.7571648359298706, - 0.6475989818572998 - ] - ], - [ - 0.1666666716337204, - [ - 0.055052731186151505, - -0.06576108932495117, - -0.757797360420227, - 0.6468290686607361 - ] - ], - [ - 0.20000000298023224, - [ - 0.05279076471924782, - -0.0680684745311737, - -0.7585738897323608, - 0.6458680033683777 - ] - ], - [ - 0.23333333432674408, - [ - 0.05013071745634079, - -0.07076729834079742, - -0.7594782114028931, - 0.6447262763977051 - ] - ], - [ - 0.2666666805744171, - [ - 0.04710845649242401, - -0.0738154798746109, - -0.7604935765266418, - 0.6434140205383301 - ] - ], - [ - 0.30000001192092896, - [ - 0.04376186430454254, - -0.07716891169548035, - -0.7616037726402283, - 0.6419422030448914 - ] - ], - [ - 0.3333333432674408, - [ - 0.04012823849916458, - -0.08078356832265854, - -0.7627919912338257, - 0.6403219103813171 - ] - ], - [ - 0.36666667461395264, - [ - 0.036248475313186646, - -0.08461165428161621, - -0.7640419006347656, - 0.6385663151741028 - ] - ], - [ - 0.4000000059604645, - [ - 0.03216603770852089, - -0.08860241621732712, - -0.765336811542511, - 0.6366902589797974 - ] - ], - [ - 0.4333333373069763, - [ - 0.0279279425740242, - -0.09270116686820984, - -0.7666604518890381, - 0.6347112059593201 - ] - ], - [ - 0.46666666865348816, - [ - 0.023585090413689613, - -0.09684894979000092, - -0.767996609210968, - 0.6326493620872498 - ] - ], - [ - 0.5, - [ - 0.01919344626367092, - -0.1009814441204071, - -0.7693296670913696, - 0.6305286884307861 - ] - ], - [ - 0.5333333611488342, - [ - 0.0148129528388381, - -0.10502991080284119, - -0.7706441879272461, - 0.6283763647079468 - ] - ], - [ - 0.5666666626930237, - [ - 0.010509012266993523, - -0.10892003029584885, - -0.7719259262084961, - 0.6262238621711731 - ] - ], - [ - 0.6000000238418579, - [ - 0.0063522509299218655, - -0.11257205903530121, - -0.773160994052887, - 0.624106764793396 - ] - ], - [ - 0.6333333253860474, - [ - 0.0024175166618078947, - -0.11590195447206497, - -0.7743363976478577, - 0.6220643520355225 - ] - ], - [ - 0.6666666865348816, - [ - -0.0012157575692981482, - -0.1188211590051651, - -0.7754397392272949, - 0.6201398968696594 - ] - ], - [ - 0.699999988079071, - [ - -0.004463923163712025, - -0.12123711407184601, - -0.7764586806297302, - 0.6183797717094421 - ] - ], - [ - 0.7333333492279053, - [ - -0.007240810431540012, - -0.12305516749620438, - -0.777381420135498, - 0.6168333292007446 - ] - ], - [ - 0.7666666507720947, - [ - -0.009458503685891628, - -0.12417927384376526, - -0.778194785118103, - 0.6155508756637573 - ] - ], - [ - 0.800000011920929, - [ - -0.011028219014406204, - -0.12451333552598953, - -0.7788848876953125, - 0.6145837306976318 - ] - ], - [ - 0.8333333134651184, - [ - -0.01217296440154314, - -0.12427034974098206, - -0.7794591784477234, - 0.613882839679718 - ] - ], - [ - 0.8666666746139526, - [ - -0.013162114657461643, - -0.12372612953186035, - -0.7799293398857117, - 0.6133749485015869 - ] - ], - [ - 0.8999999761581421, - [ - -0.013979789800941944, - -0.12288277596235275, - -0.7802858352661133, - 0.6130728721618652 - ] - ], - [ - 0.9333333373069763, - [ - -0.014610218815505505, - -0.12174291163682938, - -0.7805191874504089, - 0.6129885911941528 - ] - ], - [ - 0.9666666388511658, - [ - -0.015040833503007889, - -0.12031242996454239, - -0.780620276927948, - 0.6131318807601929 - ] - ], - [ - 1.0, - [ - -0.015259474515914917, - -0.11859799176454544, - -0.7805808186531067, - 0.61351078748703 - ] - ], - [ - 1.0333333015441895, - [ - -0.015114029869437218, - -0.11647136509418488, - -0.7802860140800476, - 0.6142961382865906 - ] - ], - [ - 1.0666667222976685, - [ - -0.014500945806503296, - -0.11385297775268555, - -0.7796530723571777, - 0.6156042218208313 - ] - ], - [ - 1.100000023841858, - [ - -0.013490397483110428, - -0.11083079129457474, - -0.7787244915962219, - 0.6173513531684875 - ] - ], - [ - 1.1333333253860474, - [ - -0.012155716307461262, - -0.10749489814043045, - -0.7775466442108154, - 0.619450032711029 - ] - ], - [ - 1.1666666269302368, - [ - -0.01056903786957264, - -0.10393322259187698, - -0.776166558265686, - 0.621813178062439 - ] - ], - [ - 1.2000000476837158, - [ - -0.008713542483747005, - -0.10018431395292282, - -0.7746254205703735, - 0.6243738532066345 - ] - ], - [ - 1.2333333492279053, - [ - -0.006577183958142996, - -0.09628807008266449, - -0.7729613184928894, - 0.6270694732666016 - ] - ], - [ - 1.2666666507720947, - [ - -0.004229895770549774, - -0.0923241376876831, - -0.77121502161026, - 0.6298301219940186 - ] - ], - [ - 1.2999999523162842, - [ - -0.0017323560314252973, - -0.08836248517036438, - -0.769423246383667, - 0.632595419883728 - ] - ], - [ - 1.3333333730697632, - [ - 0.000864414672832936, - -0.08446313440799713, - -0.7676196098327637, - 0.6353151798248291 - ] - ], - [ - 1.3666666746139526, - [ - 0.003518408630043268, - -0.0806768387556076, - -0.7658334374427795, - 0.6379484534263611 - ] - ], - [ - 1.399999976158142, - [ - 0.006197714246809483, - -0.07704417407512665, - -0.7640898823738098, - 0.6404626965522766 - ] - ], - [ - 1.4333332777023315, - [ - 0.008876148611307144, - -0.07359977066516876, - -0.7624111771583557, - 0.6428323984146118 - ] - ], - [ - 1.4666666984558105, - [ - 0.01157040148973465, - -0.0704180970788002, - -0.7607967257499695, - 0.6450548768043518 - ] - ], - [ - 1.5, - [ - 0.014295493252575397, - -0.0675574243068695, - -0.7592480778694153, - 0.6471275091171265 - ] - ], - [ - 1.5333333015441895, - [ - 0.017031660303473473, - -0.06501799821853638, - -0.7577854990959167, - 0.6490328907966614 - ] - ], - [ - 1.5666667222976685, - [ - 0.019762322306632996, - -0.0627954974770546, - -0.7564268708229065, - 0.6507569551467896 - ] - ], - [ - 1.600000023841858, - [ - 0.022470949217677116, - -0.06088409200310707, - -0.7551882266998291, - 0.6522874236106873 - ] - ], - [ - 1.6333333253860474, - [ - 0.025143222883343697, - -0.059274639934301376, - -0.7540846467018127, - 0.6536137461662292 - ] - ], - [ - 1.6666666269302368, - [ - 0.02776389941573143, - -0.05795770138502121, - -0.7531301975250244, - 0.6547251343727112 - ] - ], - [ - 1.7000000476837158, - [ - 0.03031761758029461, - -0.05692305788397789, - -0.7523400783538818, - 0.6556105613708496 - ] - ], - [ - 1.7333333492279053, - [ - 0.03278835117816925, - -0.05616015940904617, - -0.7517296075820923, - 0.6562572121620178 - ] - ], - [ - 1.7666666507720947, - [ - 0.03518823906779289, - -0.055633921176195145, - -0.7512801289558411, - 0.6566925048828125 - ] - ], - [ - 1.7999999523162842, - [ - 0.03753829374909401, - -0.05530225858092308, - -0.7509577870368958, - 0.656958818435669 - ] - ], - [ - 1.8333333730697632, - [ - 0.03983238339424133, - -0.05514688789844513, - -0.7507596015930176, - 0.657063364982605 - ] - ], - [ - 1.8666666746139526, - [ - 0.04206179454922676, - -0.055151909589767456, - -0.7506833672523499, - 0.657011091709137 - ] - ], - [ - 1.899999976158142, - [ - 0.044216081500053406, - -0.055303093045949936, - -0.7507284283638, - 0.6568055748939514 - ] - ], - [ - 1.9333332777023315, - [ - 0.04628261551260948, - -0.0555884912610054, - -0.7508947849273682, - 0.6564488410949707 - ] - ], - [ - 1.9666666984558105, - [ - 0.04824785143136978, - -0.05598563700914383, - -0.7511690258979797, - 0.6559596657752991 - ] - ], - [ - 2.0, - [ - 0.05009736865758896, - -0.05646175518631935, - -0.7515365481376648, - 0.6553587913513184 - ] - ], - [ - 2.0333333015441895, - [ - 0.0518144816160202, - -0.056992724537849426, - -0.7519974112510681, - 0.6546502709388733 - ] - ], - [ - 2.066666603088379, - [ - 0.05338246375322342, - -0.057555049657821655, - -0.7525516152381897, - 0.6538377404212952 - ] - ], - [ - 2.0999999046325684, - [ - 0.05478401854634285, - -0.05812655761837959, - -0.7531991004943848, - 0.6529250741004944 - ] - ], - [ - 2.133333444595337, - [ - 0.05604963004589081, - -0.058741942048072815, - -0.753916323184967, - 0.6519340872764587 - ] - ], - [ - 2.1666667461395264, - [ - 0.05721619725227356, - -0.05944846570491791, - -0.7546760439872742, - 0.650888979434967 - ] - ], - [ - 2.200000047683716, - [ - 0.05827920138835907, - -0.06024068221449852, - -0.7554709315299988, - 0.6497986316680908 - ] - ], - [ - 2.2333333492279053, - [ - 0.05923321098089218, - -0.06111432611942291, - -0.7562933564186096, - 0.6486732959747314 - ] - ], - [ - 2.2666666507720947, - [ - 0.060073934495449066, - -0.06206424906849861, - -0.7571335434913635, - 0.6475246548652649 - ] - ], - [ - 2.299999952316284, - [ - 0.06079680100083351, - -0.0630858913064003, - -0.7579807043075562, - 0.6463662981987 - ] - ], - [ - 2.3333332538604736, - [ - 0.06139844283461571, - -0.06417383253574371, - -0.7588224411010742, - 0.6452136635780334 - ] - ], - [ - 2.366666555404663, - [ - 0.061875928193330765, - -0.06532250344753265, - -0.7596448063850403, - 0.6440839171409607 - ] - ], - [ - 2.4000000953674316, - [ - 0.06230582669377327, - -0.0664866492152214, - -0.7604251503944397, - 0.6430016756057739 - ] - ], - [ - 2.433333396911621, - [ - 0.06277243047952652, - -0.06761614233255386, - -0.7611392736434937, - 0.6419927477836609 - ] - ], - [ - 2.4666666984558105, - [ - 0.06328961253166199, - -0.06869371235370636, - -0.7617689371109009, - 0.6410802602767944 - ] - ], - [ - 2.5, - [ - 0.06387094408273697, - -0.06970234960317612, - -0.762295126914978, - 0.6402878165245056 - ] - ], - [ - 2.5333333015441895, - [ - 0.06452993303537369, - -0.07062499225139618, - -0.7626988887786865, - 0.6396392583847046 - ] - ], - [ - 2.566666603088379, - [ - 0.06528013199567795, - -0.07144435495138168, - -0.7629618644714355, - 0.639158308506012 - ] - ], - [ - 2.5999999046325684, - [ - 0.06613385677337646, - -0.07214391231536865, - -0.7630666494369507, - 0.6388670802116394 - ] - ], - [ - 2.633333444595337, - [ - 0.06708744913339615, - -0.07271883636713028, - -0.7630205750465393, - 0.6387572884559631 - ] - ], - [ - 2.6666667461395264, - [ - 0.06812407076358795, - -0.07317409664392471, - -0.7628526091575623, - 0.6387961506843567 - ] - ], - [ - 2.700000047683716, - [ - 0.06923503428697586, - -0.07350844144821167, - -0.7625783681869507, - 0.6389659643173218 - ] - ], - [ - 2.7333333492279053, - [ - 0.07041012495756149, - -0.07372184842824936, - -0.7622138857841492, - 0.6392477750778198 - ] - ], - [ - 2.7666666507720947, - [ - 0.07163866609334946, - -0.07381482422351837, - -0.7617758512496948, - 0.6396224498748779 - ] - ], - [ - 2.799999952316284, - [ - 0.07291016727685928, - -0.07378768920898438, - -0.7612807750701904, - 0.6400710940361023 - ] - ], - [ - 2.8333332538604736, - [ - 0.07421494275331497, - -0.07363146543502808, - -0.7607559561729431, - 0.6405631303787231 - ] - ], - [ - 2.866666555404663, - [ - 0.07554223388433456, - -0.07333838939666748, - -0.7602230906486511, - 0.6410738825798035 - ] - ], - [ - 2.9000000953674316, - [ - 0.0768795907497406, - -0.07291097193956375, - -0.7596908211708069, - 0.6415945887565613 - ] - ], - [ - 2.933333396911621, - [ - 0.0781787857413292, - -0.07236794382333755, - -0.7591690421104431, - 0.6421164274215698 - ] - ], - [ - 2.9666666984558105, - [ - 0.07940608263015747, - -0.0717197060585022, - -0.7586663365364075, - 0.6426323652267456 - ] - ], - [ - 3.0, - [ - 0.08056923002004623, - -0.07095713913440704, - -0.758188009262085, - 0.6431365609169006 - ] - ], - [ - 3.0333333015441895, - [ - 0.08167589455842972, - -0.07007075101137161, - -0.7577389478683472, - 0.6436233520507813 - ] - ], - [ - 3.066666603088379, - [ - 0.08297157287597656, - -0.0686798170208931, - -0.7573161721229553, - 0.6441048383712769 - ] - ], - [ - 3.0999999046325684, - [ - 0.08459299802780151, - -0.06658236682415009, - -0.7569206357002258, - 0.6445789337158203 - ] - ], - [ - 3.133333444595337, - [ - 0.08639447391033173, - -0.06402840465307236, - -0.756561279296875, - 0.6450204849243164 - ] - ], - [ - 3.1666667461395264, - [ - 0.0882430300116539, - -0.06125709041953087, - -0.7562476992607117, - 0.6454071402549744 - ] - ], - [ - 3.200000047683716, - [ - 0.09001761674880981, - -0.058497048914432526, - -0.7559906244277954, - 0.6457192301750183 - ] - ], - [ - 3.2333333492279053, - [ - 0.09158504754304886, - -0.055977415293455124, - -0.7558045983314514, - 0.6459397077560425 - ] - ], - [ - 3.2666666507720947, - [ - 0.09280625730752945, - -0.053926367312669754, - -0.7557078003883362, - 0.6460531949996948 - ] - ], - [ - 3.299999952316284, - [ - 0.09356159716844559, - -0.05256221815943718, - -0.7557178735733032, - 0.6460448503494263 - ] - ], - [ - 3.3333332538604736, - [ - 0.09372954070568085, - -0.05210572108626366, - -0.7558534741401672, - 0.6458988189697266 - ] - ], - [ - 3.366666555404663, - [ - 0.09330867230892181, - -0.05247761681675911, - -0.7561404705047607, - 0.6455937027931213 - ] - ], - [ - 3.4000000953674316, - [ - 0.09241688251495361, - -0.05341906100511551, - -0.7565930485725403, - 0.6451143622398376 - ] - ], - [ - 3.433333396911621, - [ - 0.09110032767057419, - -0.054888952523469925, - -0.7572084665298462, - 0.6444557905197144 - ] - ], - [ - 3.4666666984558105, - [ - 0.08938908576965332, - -0.05684615299105644, - -0.7579718232154846, - 0.6436278820037842 - ] - ], - [ - 3.5, - [ - 0.08731140196323395, - -0.05925120413303375, - -0.7588679790496826, - 0.6426395773887634 - ] - ], - [ - 3.5333333015441895, - [ - 0.08489382266998291, - -0.06206608563661575, - -0.7598816156387329, - 0.641498863697052 - ] - ], - [ - 3.566666603088379, - [ - 0.08216281980276108, - -0.06525272876024246, - -0.7609977126121521, - 0.6402139067649841 - ] - ], - [ - 3.5999999046325684, - [ - 0.07913491129875183, - -0.06877703964710236, - -0.762201726436615, - 0.6387927532196045 - ] - ], - [ - 3.633333444595337, - [ - 0.07583797723054886, - -0.0725991427898407, - -0.7634777426719666, - 0.6372438669204712 - ] - ], - [ - 3.6666667461395264, - [ - 0.07231796532869339, - -0.07666931301355362, - -0.7648087739944458, - 0.6355780363082886 - ] - ], - [ - 3.700000047683716, - [ - 0.0686226487159729, - -0.08093539625406265, - -0.7661779522895813, - 0.6338075399398804 - ] - ], - [ - 3.7333333492279053, - [ - 0.0648035779595375, - -0.08534092456102371, - -0.7675679922103882, - 0.631946861743927 - ] - ], - [ - 3.7666666507720947, - [ - 0.060916684567928314, - -0.08982452750205994, - -0.768962562084198, - 0.6300137042999268 - ] - ], - [ - 3.799999952316284, - [ - 0.05702235549688339, - -0.09431976824998856, - -0.7703455686569214, - 0.6280286312103271 - ] - ], - [ - 3.8333332538604736, - [ - 0.05318605154752731, - -0.09875457733869553, - -0.7717013955116272, - 0.6260157823562622 - ] - ], - [ - 3.866666555404663, - [ - 0.04945092648267746, - -0.10306479036808014, - -0.7730169892311096, - 0.6240007877349854 - ] - ], - [ - 3.9000000953674316, - [ - 0.04585519805550575, - -0.10718613862991333, - -0.7742804884910583, - 0.6220114231109619 - ] - ], - [ - 3.933333396911621, - [ - 0.04246396943926811, - -0.11103860288858414, - -0.7754788994789124, - 0.6200804114341736 - ] - ], - [ - 3.9666666984558105, - [ - 0.039347078651189804, - -0.11453714966773987, - -0.776600182056427, - 0.6182438135147095 - ] - ], - [ - 4.0, - [ - 0.03657815605401993, - -0.11759258806705475, - -0.7776322960853577, - 0.6165403723716736 - ] - ], - [ - 4.0333333015441895, - [ - 0.034233737736940384, - -0.12011279910802841, - -0.7785642743110657, - 0.6150112748146057 - ] - ], - [ - 4.066666603088379, - [ - 0.03239312395453453, - -0.1220027431845665, - -0.7793837785720825, - 0.6136993765830994 - ] - ], - [ - 4.099999904632568, - [ - 0.03113679029047489, - -0.12316644191741943, - -0.7800785303115845, - 0.6126483678817749 - ] - ], - [ - 4.133333206176758, - [ - 0.030248330906033516, - -0.12380615621805191, - -0.7806598544120789, - 0.6118230819702148 - ] - ], - [ - 4.166666507720947, - [ - 0.02944815717637539, - -0.12418144196271896, - -0.7811113595962524, - 0.6112093329429626 - ] - ], - [ - 4.199999809265137, - [ - 0.028732487931847572, - -0.12428539246320724, - -0.7813966274261475, - 0.6108576655387878 - ] - ], - [ - 4.233333110809326, - [ - 0.028117114678025246, - -0.12411819398403168, - -0.7815108895301819, - 0.6107739806175232 - ] - ], - [ - 4.266666889190674, - [ - 0.02761855721473694, - -0.12368203699588776, - -0.7814502716064453, - 0.6109627485275269 - ] - ], - [ - 4.300000190734863, - [ - 0.02725212648510933, - -0.1229822188615799, - -0.7812113761901855, - 0.6114259958267212 - ] - ], - [ - 4.333333492279053, - [ - 0.027143757790327072, - -0.12191545218229294, - -0.7806848883628845, - 0.6123162508010864 - ] - ], - [ - 4.366666793823242, - [ - 0.027386194095015526, - -0.1204153448343277, - -0.7797936201095581, - 0.6137361526489258 - ] - ], - [ - 4.400000095367432, - [ - 0.0279382411390543, - -0.11854922771453857, - -0.7785873413085938, - 0.6156032085418701 - ] - ], - [ - 4.433333396911621, - [ - 0.02875416912138462, - -0.11638686060905457, - -0.7771187424659729, - 0.6178298592567444 - ] - ], - [ - 4.4666666984558105, - [ - 0.029785901308059692, - -0.11399758607149124, - -0.7754420042037964, - 0.6203281879425049 - ] - ], - [ - 4.5, - [ - 0.03098573535680771, - -0.11144702881574631, - -0.7736103534698486, - 0.6230140328407288 - ] - ], - [ - 4.5333333015441895, - [ - 0.03230752795934677, - -0.10879570990800858, - -0.7716748714447021, - 0.6258096098899841 - ] - ], - [ - 4.566666603088379, - [ - 0.03370969370007515, - -0.10609640926122665, - -0.7696828842163086, - 0.6286457777023315 - ] - ], - [ - 4.599999904632568, - [ - 0.03515502065420151, - -0.10339484363794327, - -0.7676776051521301, - 0.631462574005127 - ] - ], - [ - 4.633333206176758, - [ - 0.0366111621260643, - -0.10072913765907288, - -0.7656971216201782, - 0.6342092752456665 - ] - ], - [ - 4.666666507720947, - [ - 0.03805147111415863, - -0.09812940657138824, - -0.7637746930122375, - 0.6368445158004761 - ] - ], - [ - 4.699999809265137, - [ - 0.03945140168070793, - -0.09562144428491592, - -0.7619396448135376, - 0.6393341422080994 - ] - ], - [ - 4.733333110809326, - [ - 0.040791768580675125, - -0.09322406351566315, - -0.7602164149284363, - 0.6416512131690979 - ] - ], - [ - 4.766666889190674, - [ - 0.04205609858036041, - -0.09095205366611481, - -0.7586262226104736, - 0.6437743902206421 - ] - ], - [ - 4.800000190734863, - [ - 0.04323052987456322, - -0.0888165831565857, - -0.757187008857727, - 0.645686149597168 - ] - ], - [ - 4.833333492279053, - [ - 0.044303517788648605, - -0.08682578802108765, - -0.7559149265289307, - 0.6473724842071533 - ] - ], - [ - 4.866666793823242, - [ - 0.04526471719145775, - -0.08498622477054596, - -0.7548243403434753, - 0.6488209962844849 - ] - ], - [ - 4.900000095367432, - [ - 0.04609537869691849, - -0.08330680429935455, - -0.753929853439331, - 0.6500192284584045 - ] - ], - [ - 4.933333396911621, - [ - 0.04680100455880165, - -0.08183928579092026, - -0.7532146573066711, - 0.6509836316108704 - ] - ], - [ - 4.9666666984558105, - [ - 0.047398388385772705, - -0.08063042163848877, - -0.7526600360870361, - 0.651732325553894 - ] - ], - [ - 5.0, - [ - 0.047879789024591446, - -0.07968375086784363, - -0.7522786259651184, - 0.6522536873817444 - ] - ], - [ - 5.0333333015441895, - [ - 0.04823489114642143, - -0.07900463044643402, - -0.7520849704742432, - 0.6525334715843201 - ] - ], - [ - 5.066666603088379, - [ - 0.048483531922101974, - -0.078571617603302, - -0.7520584464073181, - 0.6525977849960327 - ] - ], - [ - 5.099999904632568, - [ - 0.048658743500709534, - -0.07835178822278976, - -0.7521631121635437, - 0.6524906158447266 - ] - ], - [ - 5.133333206176758, - [ - 0.048765335232019424, - -0.07833705097436905, - -0.7523928284645081, - 0.6522194743156433 - ] - ], - [ - 5.166666507720947, - [ - 0.04880581796169281, - -0.07852140814065933, - -0.7527430057525635, - 0.6517902612686157 - ] - ], - [ - 5.199999809265137, - [ - 0.04878177493810654, - -0.07889968901872635, - -0.7532093524932861, - 0.6512073874473572 - ] - ], - [ - 5.233333110809326, - [ - 0.04869362339377403, - -0.07946795970201492, - -0.7537883520126343, - 0.6504743695259094 - ] - ], - [ - 5.266666889190674, - [ - 0.04854211583733559, - -0.08021031320095062, - -0.7544629573822021, - 0.6496118903160095 - ] - ], - [ - 5.300000190734863, - [ - 0.048327673226594925, - -0.08109964430332184, - -0.7552145719528198, - 0.6486433744430542 - ] - ], - [ - 5.333333492279053, - [ - 0.04804909974336624, - -0.08211687952280045, - -0.7560385465621948, - 0.647575318813324 - ] - ], - [ - 5.366666793823242, - [ - 0.047706034034490585, - -0.08324262499809265, - -0.7569298148155212, - 0.6464147567749023 - ] - ], - [ - 5.400000095367432, - [ - 0.04729870706796646, - -0.0844574049115181, - -0.7578827142715454, - 0.6451694369316101 - ] - ], - [ - 5.433333396911621, - [ - 0.04682893678545952, - -0.08574089407920837, - -0.7588908672332764, - 0.6438481211662292 - ] - ], - [ - 5.4666666984558105, - [ - 0.04629954323172569, - -0.08707245439291, - -0.7599466443061829, - 0.6424607634544373 - ] - ], - [ - 5.5, - [ - 0.04571539908647537, - -0.08843017369508743, - -0.7610419392585754, - 0.6410190463066101 - ] - ], - [ - 5.5333333015441895, - [ - 0.04508335888385773, - -0.08979104459285736, - -0.7621668577194214, - 0.6395364999771118 - ] - ], - [ - 5.566666603088379, - [ - 0.0444125235080719, - -0.09113065153360367, - -0.7633100748062134, - 0.638028621673584 - ] - ], - [ - 5.599999904632568, - [ - 0.043714240193367004, - -0.09242326021194458, - -0.7644590735435486, - 0.6365134716033936 - ] - ], - [ - 5.633333206176758, - [ - 0.042993828654289246, - -0.09365549683570862, - -0.7655796408653259, - 0.635033905506134 - ] - ], - [ - 5.666666507720947, - [ - 0.04226187989115715, - -0.09482184797525406, - -0.7666359543800354, - 0.6336340308189392 - ] - ], - [ - 5.699999809265137, - [ - 0.041541073471307755, - -0.0959056094288826, - -0.7676103711128235, - 0.6323375701904297 - ] - ], - [ - 5.733333110809326, - [ - 0.04085652157664299, - -0.09688743203878403, - -0.7684836983680725, - 0.6311706304550171 - ] - ], - [ - 5.766666889190674, - [ - 0.04023469239473343, - -0.09774631261825562, - -0.7692358493804932, - 0.6301612854003906 - ] - ], - [ - 5.800000190734863, - [ - 0.03970285505056381, - -0.09845978021621704, - -0.7698454260826111, - 0.6293388605117798 - ] - ], - [ - 5.833333492279053, - [ - 0.03928942233324051, - -0.09900356829166412, - -0.7702914476394653, - 0.6287334561347961 - ] - ], - [ - 5.866666793823242, - [ - 0.03902103379368782, - -0.09935399144887924, - -0.7705530524253845, - 0.6283742189407349 - ] - ], - [ - 5.933333396911621, - [ - 0.03899582102894783, - -0.0994013100862503, - -0.7704729437828064, - 0.6284665465354919 - ] - ], - [ - 5.9666666984558105, - [ - 0.03921312466263771, - -0.09911538660526276, - -0.7701719999313354, - 0.6288669109344482 - ] - ], - [ - 6.0, - [ - 0.03956398740410805, - -0.09863638132810593, - -0.7697256207466125, - 0.6294664740562439 - ] - ], - [ - 6.0333333015441895, - [ - 0.040035635232925415, - -0.09797252714633942, - -0.7691526412963867, - 0.6302404403686523 - ] - ], - [ - 6.066666603088379, - [ - 0.04061385616660118, - -0.09713328629732132, - -0.768471896648407, - 0.6311629414558411 - ] - ], - [ - 6.099999904632568, - [ - 0.0412842258810997, - -0.09612861275672913, - -0.7677029371261597, - 0.6322082877159119 - ] - ], - [ - 6.133333206176758, - [ - 0.042032841593027115, - -0.0949680507183075, - -0.7668640613555908, - 0.6333512663841248 - ] - ], - [ - 6.166666507720947, - [ - 0.04284534603357315, - -0.09366195648908615, - -0.7659737467765808, - 0.6345676779747009 - ] - ], - [ - 6.199999809265137, - [ - 0.04370873048901558, - -0.09221965819597244, - -0.7650489211082458, - 0.6358344554901123 - ] - ], - [ - 6.233333110809326, - [ - 0.04461069032549858, - -0.09065012633800507, - -0.7641057372093201, - 0.6371302008628845 - ] - ], - [ - 6.266666889190674, - [ - 0.045540355145931244, - -0.08896135538816452, - -0.7631593942642212, - 0.6384353637695313 - ] - ], - [ - 6.300000190734863, - [ - 0.046487465500831604, - -0.08716107904911041, - -0.7622239589691162, - 0.6397316455841064 - ] - ], - [ - 6.333333492279053, - [ - 0.04744449630379677, - -0.08525457978248596, - -0.7613120675086975, - 0.6410028338432312 - ] - ], - [ - 6.366666793823242, - [ - 0.048652905970811844, - -0.08285855501890182, - -0.7604379653930664, - 0.6422627568244934 - ] - ], - [ - 6.400000095367432, - [ - 0.05024433508515358, - -0.07977660000324249, - -0.7596117258071899, - 0.6435070037841797 - ] - ], - [ - 6.433333396911621, - [ - 0.05205419287085533, - -0.0762876495718956, - -0.7588409781455994, - 0.644694447517395 - ] - ], - [ - 6.4666666984558105, - [ - 0.053930822759866714, - -0.07265793532133102, - -0.7581362724304199, - 0.6457876563072205 - ] - ], - [ - 6.5, - [ - 0.05573399364948273, - -0.06914187222719193, - -0.7575116157531738, - 0.6467528343200684 - ] - ], - [ - 6.5333333015441895, - [ - 0.057333264499902725, - -0.06598342955112457, - -0.7569847106933594, - 0.647559642791748 - ] - ], - [ - 6.566666603088379, - [ - 0.05860497057437897, - -0.06341905146837234, - -0.7565756440162659, - 0.6481795907020569 - ] - ], - [ - 6.599999904632568, - [ - 0.05942811444401741, - -0.061682090163230896, - -0.7563072443008423, - 0.6485853791236877 - ] - ], - [ - 6.633333206176758, - [ - 0.059679243713617325, - -0.061008233577013016, - -0.7562025189399719, - 0.6487481594085693 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658514657_683919.json b/lenses/physics-objects/Scene/assets/1646688658514657_683919.json deleted file mode 100644 index dabbac25..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658514657_683919.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658514657:683919", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658515947_683932.json b/lenses/physics-objects/Scene/assets/1646688658515947_683932.json deleted file mode 100644 index cdd00c79..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658515947_683932.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658515947:683932", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 3.366666555404663, - [ - 5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658516290_683939.json b/lenses/physics-objects/Scene/assets/1646688658516290_683939.json deleted file mode 100644 index 20698ecd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658516290_683939.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658516290:683939", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ], - [ - 0.03333333507180214, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ], - [ - 0.06666667014360428, - [ - 0.3965352177619934, - 0.37184303998947144, - -0.5794282555580139, - 0.6072523593902588 - ] - ], - [ - 0.10000000149011612, - [ - 0.4079502820968628, - 0.40352755784988403, - -0.5728515982627869, - 0.5853060483932495 - ] - ], - [ - 0.13333334028720856, - [ - 0.3857579529285431, - 0.3838520050048828, - -0.6060196757316589, - 0.580162525177002 - ] - ], - [ - 0.1666666716337204, - [ - 0.2985941171646118, - 0.24157372117042542, - -0.6872121691703796, - 0.6166224479675293 - ] - ], - [ - 0.20000000298023224, - [ - 0.3105451464653015, - 0.2299172431230545, - -0.685862123966217, - 0.6166789531707764 - ] - ], - [ - 0.23333333432674408, - [ - 0.3856348991394043, - 0.3250187933444977, - -0.6406971216201782, - 0.5789263248443604 - ] - ], - [ - 0.2666666805744171, - [ - 0.4628894627094269, - 0.4351562261581421, - -0.5679166316986084, - 0.5233001708984375 - ] - ], - [ - 0.30000001192092896, - [ - 0.44255340099334717, - 0.42360448837280273, - -0.5926628112792969, - 0.5229307413101196 - ] - ], - [ - 0.3333333432674408, - [ - 0.38771095871925354, - 0.3627742528915405, - -0.6467108130455017, - 0.5475767850875854 - ] - ], - [ - 0.36666667461395264, - [ - 0.290816068649292, - 0.20713847875595093, - -0.7051022052764893, - 0.612658679485321 - ] - ], - [ - 0.4000000059604645, - [ - 0.32167139649391174, - 0.24745367467403412, - -0.6891417503356934, - 0.6003147959709167 - ] - ], - [ - 0.4333333373069763, - [ - 0.39150193333625793, - 0.35836827754974365, - -0.6451590061187744, - 0.5496075749397278 - ] - ], - [ - 0.46666666865348816, - [ - -0.46021029353141785, - -0.44324415922164917, - 0.5996919870376587, - -0.4817785918712616 - ] - ], - [ - 0.5, - [ - -0.4681592881679535, - -0.45032718777656555, - 0.6029264330863953, - -0.4631544351577759 - ] - ], - [ - 0.5333333611488342, - [ - 0.4191059172153473, - 0.37011992931365967, - -0.6533621549606323, - 0.5103718042373657 - ] - ], - [ - 0.5666666626930237, - [ - 0.32906556129455566, - 0.2326406091451645, - -0.702053964138031, - 0.5871238708496094 - ] - ], - [ - 0.6000000238418579, - [ - 0.3903721570968628, - 0.2735467255115509, - -0.6573927402496338, - 0.5836236476898193 - ] - ], - [ - 0.6333333253860474, - [ - 0.4634530246257782, - 0.3495417833328247, - -0.5854662656784058, - 0.5659161806106567 - ] - ], - [ - 0.6666666865348816, - [ - 0.4471411108970642, - 0.311808317899704, - -0.5904082655906677, - 0.5951961874961853 - ] - ], - [ - 0.699999988079071, - [ - 0.368557333946228, - 0.19755862653255463, - -0.6517571210861206, - 0.6327313184738159 - ] - ], - [ - 0.7333333492279053, - [ - 0.19731049239635468, - -0.04781196638941765, - -0.7383361458778381, - 0.6431503295898438 - ] - ], - [ - 0.7666666507720947, - [ - 0.15186049044132233, - -0.1261744350194931, - -0.7357180118560791, - 0.6478714346885681 - ] - ], - [ - 0.800000011920929, - [ - 0.2284197360277176, - -0.04890898987650871, - -0.6915358304977417, - 0.6835280060768127 - ] - ], - [ - 0.8333333134651184, - [ - 0.39894455671310425, - 0.19936451315879822, - -0.5424128770828247, - 0.7119587659835815 - ] - ], - [ - 0.8666666746139526, - [ - 0.4516540467739105, - 0.2852376401424408, - -0.4842751622200012, - 0.6929111480712891 - ] - ], - [ - 0.8999999761581421, - [ - 0.2756017744541168, - 0.10932555794715881, - -0.6531463265419006, - 0.6967721581459045 - ] - ], - [ - 0.9333333373069763, - [ - 0.09242143481969833, - -0.14772917330265045, - -0.7420545220375061, - 0.6472939252853394 - ] - ], - [ - 0.9666666388511658, - [ - 0.2877638638019562, - 0.06305753439664841, - -0.5862017869949341, - 0.7547073364257813 - ] - ], - [ - 1.0, - [ - 0.3806145191192627, - 0.20482414960861206, - -0.49454617500305176, - 0.7540583610534668 - ] - ], - [ - 1.0333333015441895, - [ - 0.4604942798614502, - 0.34159550070762634, - -0.39894142746925354, - 0.7156140208244324 - ] - ], - [ - 1.0666667222976685, - [ - 0.44089779257774353, - 0.32241612672805786, - -0.4226597547531128, - 0.7231982350349426 - ] - ], - [ - 1.100000023841858, - [ - 0.3910678029060364, - 0.2512432336807251, - -0.4766918420791626, - 0.7461286187171936 - ] - ], - [ - 1.1333333253860474, - [ - 0.27190595865249634, - 0.0767212063074112, - -0.5603529810905457, - 0.7785791754722595 - ] - ], - [ - 1.1666666269302368, - [ - 0.3375263512134552, - 0.17120707035064697, - -0.5192762017250061, - 0.7662352919578552 - ] - ], - [ - 1.2000000476837158, - [ - 0.4790399968624115, - 0.4054379463195801, - -0.3900514245033264, - 0.6737957000732422 - ] - ], - [ - 1.2333333492279053, - [ - 0.51364666223526, - 0.461574524641037, - -0.34213945269584656, - 0.6372257471084595 - ] - ], - [ - 1.2666666507720947, - [ - 0.4497886598110199, - 0.3927166759967804, - -0.40914812684059143, - 0.6899721622467041 - ] - ], - [ - 1.2999999523162842, - [ - 0.29647746682167053, - 0.15051333606243134, - -0.5187919735908508, - 0.787592351436615 - ] - ], - [ - 1.3333333730697632, - [ - 0.17398856580257416, - -0.03596171736717224, - -0.5495955348014832, - 0.8163207173347473 - ] - ], - [ - 1.3666666746139526, - [ - 0.2379399687051773, - 0.0560484305024147, - -0.5098271369934082, - 0.8248147964477539 - ] - ], - [ - 1.399999976158142, - [ - 0.3458836078643799, - 0.24755050241947174, - -0.4462895691394806, - 0.7873429656028748 - ] - ], - [ - 1.4333332777023315, - [ - 0.35428157448768616, - 0.2705143690109253, - -0.44077643752098083, - 0.7791167497634888 - ] - ], - [ - 1.4666666984558105, - [ - 0.3076194226741791, - 0.20692263543605804, - -0.4675353765487671, - 0.8024736642837524 - ] - ], - [ - 1.5, - [ - 0.08693020045757294, - -0.13277001678943634, - -0.5674180388450623, - 0.8079926371574402 - ] - ], - [ - 1.5333333015441895, - [ - 0.10641130805015564, - -0.11878558993339539, - -0.5085426568984985, - 0.8461390137672424 - ] - ], - [ - 1.5666667222976685, - [ - 0.23139286041259766, - 0.05879335105419159, - -0.4510962665081024, - 0.8599493503570557 - ] - ], - [ - 1.600000023841858, - [ - 0.3941076397895813, - 0.315990686416626, - -0.3701384961605072, - 0.7796323299407959 - ] - ], - [ - 1.6333333253860474, - [ - 0.3740517497062683, - 0.28073200583457947, - -0.4075799584388733, - 0.784317135810852 - ] - ], - [ - 1.6666666269302368, - [ - 0.30657824873924255, - 0.18238581717014313, - -0.4983108639717102, - 0.7902097702026367 - ] - ], - [ - 1.7000000476837158, - [ - 0.188836008310318, - 0.02193448692560196, - -0.5887954831123352, - 0.7856078743934631 - ] - ], - [ - 1.7333333492279053, - [ - 0.20458583533763885, - 0.05096806585788727, - -0.6061368584632874, - 0.7669061422348022 - ] - ], - [ - 1.7666666507720947, - [ - 0.3056271970272064, - 0.1981862634420395, - -0.5832709074020386, - 0.7260228991508484 - ] - ], - [ - 1.7999999523162842, - [ - 0.43391290307044983, - 0.3829358220100403, - -0.5161046981811523, - 0.6314393877983093 - ] - ], - [ - 1.8333333730697632, - [ - 0.43591612577438354, - 0.3916209042072296, - -0.524643063545227, - 0.6175435781478882 - ] - ], - [ - 1.8666666746139526, - [ - 0.38657286763191223, - 0.3269440829753876, - -0.5559131503105164, - 0.6592643857002258 - ] - ], - [ - 1.899999976158142, - [ - 0.21991130709648132, - 0.11558233946561813, - -0.6177921295166016, - 0.7460647821426392 - ] - ], - [ - 1.9333332777023315, - [ - 0.2906714081764221, - 0.16993924975395203, - -0.5938096642494202, - 0.7307673096656799 - ] - ], - [ - 1.9666666984558105, - [ - 0.37598496675491333, - 0.2815339267253876, - -0.5393860936164856, - 0.6988824009895325 - ] - ], - [ - 2.0, - [ - 0.41882866621017456, - 0.3382691740989685, - -0.49969765543937683, - 0.6785711050033569 - ] - ], - [ - 2.0333333015441895, - [ - 0.3847249746322632, - 0.2866426110267639, - -0.5279728770256042, - 0.7007619738578796 - ] - ], - [ - 2.066666603088379, - [ - 0.31424853205680847, - 0.17193664610385895, - -0.5820978283882141, - 0.7299642562866211 - ] - ], - [ - 2.0999999046325684, - [ - 0.254896342754364, - 0.07240236550569534, - -0.6165443658828735, - 0.7413897514343262 - ] - ], - [ - 2.133333444595337, - [ - 0.33675989508628845, - 0.17206040024757385, - -0.5756762027740479, - 0.7249724268913269 - ] - ], - [ - 2.1666667461395264, - [ - 0.4466724693775177, - 0.3551528751850128, - -0.4774666130542755, - 0.6681135892868042 - ] - ], - [ - 2.200000047683716, - [ - 0.47442585229873657, - 0.4009189307689667, - -0.46439889073371887, - 0.6312826871871948 - ] - ], - [ - 2.2333333492279053, - [ - 0.44345107674598694, - 0.36534878611564636, - -0.5229304432868958, - 0.629615068435669 - ] - ], - [ - 2.2666666507720947, - [ - 0.3256012797355652, - 0.17067059874534607, - -0.6456927061080933, - 0.6692804098129272 - ] - ], - [ - 2.299999952316284, - [ - 0.30271226167678833, - 0.13484212756156921, - -0.6529237627983093, - 0.6810826659202576 - ] - ], - [ - 2.3333332538604736, - [ - 0.3554888963699341, - 0.20019517838954926, - -0.6227042078971863, - 0.6676743030548096 - ] - ], - [ - 2.366666555404663, - [ - 0.4230342209339142, - 0.30664896965026855, - -0.5787063837051392, - 0.6261847615242004 - ] - ], - [ - 2.4000000953674316, - [ - 0.41388171911239624, - 0.3027525544166565, - -0.6038073301315308, - 0.6102946400642395 - ] - ], - [ - 2.433333396911621, - [ - 0.37665972113609314, - 0.26000192761421204, - -0.6501265168190002, - 0.6065162420272827 - ] - ], - [ - 2.4666666984558105, - [ - 0.2921760082244873, - 0.13905303180217743, - -0.7149303555488586, - 0.619816243648529 - ] - ], - [ - 2.5, - [ - 0.29800188541412354, - 0.13918514549732208, - -0.7214034795761108, - 0.6094256043434143 - ] - ], - [ - 2.5333333015441895, - [ - 0.37777307629585266, - 0.24873876571655273, - -0.6755631566047668, - 0.5822636485099792 - ] - ], - [ - 2.566666603088379, - [ - 0.48734238743782043, - 0.3875541388988495, - -0.57030189037323, - 0.5357751250267029 - ] - ], - [ - 2.5999999046325684, - [ - 0.45502522587776184, - 0.3407336473464966, - -0.6085294485092163, - 0.5536646842956543 - ] - ], - [ - 2.633333444595337, - [ - 0.38294875621795654, - 0.23363958299160004, - -0.6705237030982971, - 0.5908982753753662 - ] - ], - [ - 2.6666667461395264, - [ - 0.282890260219574, - 0.06358254700899124, - -0.7206472158432007, - 0.629760205745697 - ] - ], - [ - 2.700000047683716, - [ - 0.30679255723953247, - 0.09888635575771332, - -0.6960265040397644, - 0.6415972113609314 - ] - ], - [ - 2.7333333492279053, - [ - 0.3642636239528656, - 0.21374912559986115, - -0.651275098323822, - 0.630447506904602 - ] - ], - [ - 2.7666666507720947, - [ - 0.4381468892097473, - 0.32286790013313293, - -0.5832893252372742, - 0.6029570698738098 - ] - ], - [ - 2.799999952316284, - [ - 0.437163382768631, - 0.33602893352508545, - -0.5834528803825378, - 0.5962847471237183 - ] - ], - [ - 2.8333332538604736, - [ - 0.3703310191631317, - 0.23111718893051147, - -0.6435263156890869, - 0.6287397742271423 - ] - ], - [ - 2.866666555404663, - [ - 0.3091438412666321, - 0.12313780933618546, - -0.6727448105812073, - 0.6608189940452576 - ] - ], - [ - 2.9000000953674316, - [ - 0.4129669666290283, - 0.20552252233028412, - -0.6150882244110107, - 0.6394413709640503 - ] - ], - [ - 2.933333396911621, - [ - 0.5259804129600525, - 0.34658533334732056, - -0.5165446996688843, - 0.580004096031189 - ] - ], - [ - 2.9666666984558105, - [ - 0.514411985874176, - 0.33097171783447266, - -0.5183148980140686, - 0.5976518392562866 - ] - ], - [ - 3.0, - [ - 0.4516105651855469, - 0.23914417624473572, - -0.57237309217453, - 0.6412854194641113 - ] - ], - [ - 3.0333333015441895, - [ - 0.352403461933136, - 0.09941069036722183, - -0.6344286203384399, - 0.680756688117981 - ] - ], - [ - 3.066666603088379, - [ - 0.3103744089603424, - 0.0804772600531578, - -0.6413270831108093, - 0.6970586180686951 - ] - ], - [ - 3.0999999046325684, - [ - 0.34100186824798584, - 0.15775106847286224, - -0.6165650486946106, - 0.6918670535087585 - ] - ], - [ - 3.133333444595337, - [ - 0.45266830921173096, - 0.3362172842025757, - -0.559504508972168, - 0.6074570417404175 - ] - ], - [ - 3.1666667461395264, - [ - 0.4834081828594208, - 0.40248069167137146, - -0.5616177320480347, - 0.5375049710273743 - ] - ], - [ - 3.200000047683716, - [ - 0.4453410804271698, - 0.33703622221946716, - -0.5669315457344055, - 0.6055299639701843 - ] - ], - [ - 3.2333333492279053, - [ - 0.3125094175338745, - 0.157661572098732, - -0.6134962439537048, - 0.7078863382339478 - ] - ], - [ - 3.2666666507720947, - [ - 0.2677229642868042, - 0.15927469730377197, - -0.6519927978515625, - 0.6912751793861389 - ] - ], - [ - 3.299999952316284, - [ - 0.2931293547153473, - 0.24571071565151215, - -0.654357373714447, - 0.6523174047470093 - ] - ], - [ - 3.3333332538604736, - [ - 0.29532983899116516, - 0.24896258115768433, - -0.6508268117904663, - 0.6536225080490112 - ] - ], - [ - 3.366666555404663, - [ - 0.2968657612800598, - 0.2527793347835541, - -0.6456053256988525, - 0.6566331386566162 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658516551_683946.json b/lenses/physics-objects/Scene/assets/1646688658516551_683946.json deleted file mode 100644 index 0727a351..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658516551_683946.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658516551:683946", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658517787_683959.json b/lenses/physics-objects/Scene/assets/1646688658517787_683959.json deleted file mode 100644 index da63e776..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658517787_683959.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658517787:683959", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2187843322753906, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.216980218887329, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.2117605209350586, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.203421115875244, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.1922624111175537, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.1785905361175537, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.1627140045166016, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.14494252204895, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.125584363937378, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.104947566986084, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.0833351612091064, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 1.992970585823059, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.9707807302474976, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.949263334274292, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.928651213645935, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.909164547920227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.8910108804702759, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 1.874387264251709, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 1.8594833612442017, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 1.84648597240448, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.8355827331542969, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.8267161846160889, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.8198199272155762, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8150806427001953, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.8157082796096802, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.8240249156951904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 1.8398749828338623, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 1.8625515699386597, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 1.8913509845733643, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 1.9255666732788086, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 1.9645888805389404, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.007796287536621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.0544512271881104, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1038002967834473, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.1550748348236084, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.3125407695770264, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3635406494140625, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.4124155044555664, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.4583399295806885, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.500478506088257, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.5379931926727295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5700418949127197, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.5957815647125244, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.614367723464966, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.62495493888855, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.626466989517212, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.61948561668396, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.607872724533081, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5920262336730957, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.5723464488983154, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.5492072105407715, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.5229904651641846, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.4941141605377197, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.4629976749420166, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.4300620555877686, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.3958261013031006, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.2902894020080566, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.2556333541870117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.221971035003662, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.1897404193878174, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.159379005432129, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.1314475536346436, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.106518268585205, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.085033893585205, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.0674397945404053, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.054180860519409, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.0457026958465576, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.0441722869873047, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.0500547885894775, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.059706926345825, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.0727391242980957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.0887622833251953, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.1073873043060303, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.1281914710998535, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.1507480144500732, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.174661874771118, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.3252501487731934, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.349513053894043, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.3722341060638428, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.392630100250244, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.409862756729126, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.4230597019195557, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.431372880935669, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.431413173675537, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.4251086711883545, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.4153575897216797, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.4024648666381836, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.386739492416382, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.3684935569763184, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.348039150238037, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.325671911239624, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.3017053604125977, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.2764785289764404, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.2503254413604736, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.142883539199829, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.116791009902954, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.0914950370788574, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.0672404766082764, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.0442631244659424, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.0227854251861572, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.003025770187378, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 1.9851970672607422, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 1.9695128202438354, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 1.955888032913208, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 1.944151520729065, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 1.9344356060028076, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 1.926952600479126, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 1.921919345855713, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 1.9226347208023071, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 1.933287262916565, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 1.9508129358291626, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 1.9745121002197266, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.0036816596984863, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.0376107692718506, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.0755774974823, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.1168458461761475, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.160667657852173, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.206282615661621, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.2997751235961914, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.3460700511932373, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.390994071960449, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.43373703956604, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.4734835624694824, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.50941801071167, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.5407087802886963, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.5665321350097656, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.586088180541992, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.598564386367798, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.6007626056671143, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.593127489089966, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.5806708335876465, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.5638206005096436, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.5430057048797607, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.5186572074890137, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.4911768436431885, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.4609766006469727, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.4284965991973877, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.394181489944458, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.358470916748047, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.2104508876800537, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.1743290424346924, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.1394236087799072, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.1058764457702637, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.0738608837127686, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.043850898742676, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.0163183212280273, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 1.9917325973510742, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 1.9705642461776733, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 1.953282117843628, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 1.9403564929962158, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 1.932260274887085, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 1.9291560649871826, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 1.9330416917800903, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 1.9400933980941772, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 1.9499688148498535, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 1.9623249769210815, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 1.9768180847167969, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 1.993104100227356, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.0108375549316406, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.029670238494873, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.089262008666992, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.150341272354126, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.169381856918335, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.1865427494049072, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.201066493988037, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.2121834754943848, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.2191193103790283, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.2211029529571533, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658518064_683966.json b/lenses/physics-objects/Scene/assets/1646688658518064_683966.json deleted file mode 100644 index acdd669f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658518064_683966.json +++ /dev/null @@ -1,1387 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658518064:683966", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.06276769936084747, - 2.7755575615628914e-17, - 2.649790109554573e-16, - 0.9980281591415405 - ] - ], - [ - 0.4000000059604645, - [ - 0.06235502287745476, - -1.559438874279782e-24, - -8.760356200660836e-17, - 0.998054027557373 - ] - ], - [ - 0.4333333373069763, - [ - 0.0621923990547657, - -5.551115123125783e-17, - -2.0296264668928643e-16, - 0.9980641603469849 - ] - ], - [ - 0.46666666865348816, - [ - 0.061990886926651, - -1.957888671810002e-25, - -3.8163916471489756e-17, - 0.9980767369270325 - ] - ], - [ - 0.5666666626930237, - [ - 0.06109768524765968, - -2.081668005736046e-17, - 1.4051260155412137e-16, - 0.9981318116188049 - ] - ], - [ - 0.6000000238418579, - [ - 0.060683462768793106, - -4.163335680599847e-17, - -2.463307335887066e-16, - 0.9981570839881897 - ] - ], - [ - 0.6333333253860474, - [ - 0.06020014360547066, - -6.938893490316922e-18, - -1.474514954580286e-17, - 0.9981863498687744 - ] - ], - [ - 0.6666666865348816, - [ - 0.05964100733399391, - -6.591950532200847e-17, - -4.388850394221322e-16, - 0.998219907283783 - ] - ], - [ - 0.699999988079071, - [ - 0.05899941176176071, - -4.5102823610286785e-17, - -2.9490391735834327e-17, - 0.998258113861084 - ] - ], - [ - 0.7333333492279053, - [ - 0.05826891213655472, - -6.93887818747559e-18, - 5.637851958669113e-17, - 0.9983010292053223 - ] - ], - [ - 0.7666666507720947, - [ - 0.05744349583983421, - 3.122502256758253e-17, - 3.816393632382446e-17, - 0.9983487725257874 - ] - ], - [ - 0.800000011920929, - [ - 0.056517891585826874, - 2.7755575615628914e-17, - -3.382710778154774e-17, - 0.9984015822410583 - ] - ], - [ - 0.8333333134651184, - [ - 0.055487822741270065, - -3.469447282825859e-17, - -2.3418770234409346e-17, - 0.9984594583511353 - ] - ], - [ - 0.8666666746139526, - [ - 0.054361119866371155, - 7.112366251504909e-17, - -7.45931094670027e-17, - 0.9985213279724121 - ] - ], - [ - 0.8999999761581421, - [ - 0.05315142124891281, - -3.122502256758253e-17, - 9.454242944073599e-17, - 0.9985864758491516 - ] - ], - [ - 0.9333333373069763, - [ - 0.051872655749320984, - -2.7755575615628914e-17, - -9.80118763926896e-17, - 0.9986537098884583 - ] - ], - [ - 0.9666666388511658, - [ - 0.05053885653614998, - 5.204159260992152e-18, - 2.216109505258167e-16, - 0.9987221956253052 - ] - ], - [ - 1.0, - [ - 0.049164243042469025, - 1.734723475976807e-18, - -6.938893903907228e-17, - 0.9987906813621521 - ] - ], - [ - 1.0333333015441895, - [ - 0.04777512326836586, - -5.204172495881953e-18, - -6.028167387741855e-17, - 0.9988582134246826 - ] - ], - [ - 1.0666667222976685, - [ - 0.04639550298452377, - 2.949030240032817e-17, - -4.336808689942018e-18, - 0.9989232420921326 - ] - ], - [ - 1.100000023841858, - [ - 0.0450352244079113, - -1.2143063504657037e-17, - -1.687018580387445e-16, - 0.9989854097366333 - ] - ], - [ - 1.1333333253860474, - [ - 0.0437028743326664, - 1.734718719688285e-18, - -1.7347277773159924e-17, - 0.9990445971488953 - ] - ], - [ - 1.1666666269302368, - [ - 0.04240616410970688, - 2.7755570652545238e-17, - 2.0382987607837683e-16, - 0.9991004467010498 - ] - ], - [ - 1.2000000476837158, - [ - 0.04118020087480545, - 1.3877789462175682e-17, - 2.484991644034572e-16, - 0.9991518259048462 - ] - ], - [ - 1.2333333492279053, - [ - 0.04005790501832962, - 1.0408352436389418e-17, - -2.1076890233118206e-16, - 0.9991973638534546 - ] - ], - [ - 1.2666666507720947, - [ - 0.03904304653406143, - 5.204169766185931e-17, - 2.1597294041021447e-16, - 0.9992375373840332 - ] - ], - [ - 1.2999999523162842, - [ - 0.038139279931783676, - 4.163338658450052e-17, - 3.0097454955175563e-16, - 0.9992725253105164 - ] - ], - [ - 1.3333333730697632, - [ - 0.03735030069947243, - 1.734721490743337e-17, - -8.890459137870116e-17, - 0.999302327632904 - ] - ], - [ - 1.3666666746139526, - [ - 0.03667990490794182, - -1.3877787807814457e-17, - -6.982261990806649e-17, - 0.9993270635604858 - ] - ], - [ - 1.399999976158142, - [ - 0.03613215684890747, - 4.5102810375396984e-17, - 3.8510858519707157e-16, - 0.9993470311164856 - ] - ], - [ - 1.4333332777023315, - [ - 0.035711195319890976, - -4.163331710132907e-17, - -2.207435623180487e-16, - 0.9993621706962585 - ] - ], - [ - 1.5333333015441895, - [ - 0.03573781996965408, - -4.8572220931403646e-17, - -3.946490613891316e-17, - 0.9993612170219421 - ] - ], - [ - 1.5666667222976685, - [ - 0.03619122505187988, - -6.938893903907228e-17, - -7.32920668600201e-17, - 0.9993448853492737 - ] - ], - [ - 1.600000023841858, - [ - 0.036838896572589874, - -2.0816658550664534e-17, - -3.3610247494715936e-17, - 0.9993212223052979 - ] - ], - [ - 1.6333333253860474, - [ - 0.03766293823719025, - -6.938901348532741e-18, - -1.3010439304715854e-17, - 0.9992905259132385 - ] - ], - [ - 1.6666666269302368, - [ - 0.03864465281367302, - 4.85722573273506e-17, - 1.5113776960958952e-16, - 0.9992530345916748 - ] - ], - [ - 1.7000000476837158, - [ - 0.0397646389901638, - -2.7755578924351364e-17, - -1.0213185788302432e-16, - 0.9992091655731201 - ] - ], - [ - 1.7333333492279053, - [ - 0.04100274294614792, - 5.0200433276758426e-26, - 8.196568423990414e-17, - 0.999159038066864 - ] - ], - [ - 1.7666666507720947, - [ - 0.0423443429172039, - -6.245005175260996e-17, - -1.4961991303788941e-16, - 0.9991031885147095 - ] - ], - [ - 1.7999999523162842, - [ - 0.043777454644441605, - -2.7755602085408515e-17, - -1.5178830414797062e-17, - 0.9990413188934326 - ] - ], - [ - 1.8333333730697632, - [ - 0.04528512433171272, - -2.7755575615628914e-17, - -1.7867651802561113e-16, - 0.998974084854126 - ] - ], - [ - 1.8666666746139526, - [ - 0.046850163489580154, - -2.7755575615628914e-17, - -1.1275699946871286e-16, - 0.9989020228385925 - ] - ], - [ - 1.899999976158142, - [ - 0.04845527186989784, - 1.3877787807814457e-17, - 2.3397082882237186e-16, - 0.9988253712654114 - ] - ], - [ - 1.9333332777023315, - [ - 0.05008311569690704, - 2.272540082796742e-23, - -2.3850406726519623e-18, - 0.9987451434135437 - ] - ], - [ - 1.9666666984558105, - [ - 0.051709551364183426, - -5.551115123125783e-17, - -3.903127820947816e-17, - 0.9986621737480164 - ] - ], - [ - 2.0, - [ - 0.05330263450741768, - 1.3877787807814457e-17, - 3.859759734048396e-17, - 0.9985784292221069 - ] - ], - [ - 2.0333333015441895, - [ - 0.05483349785208702, - -1.3877754720589955e-17, - -1.0841920808820313e-17, - 0.9984955191612244 - ] - ], - [ - 2.066666603088379, - [ - 0.05627373978495598, - -5.551115784870273e-17, - -1.717376505914835e-16, - 0.998415470123291 - ] - ], - [ - 2.0999999046325684, - [ - 0.057595446705818176, - 2.7755575615628914e-17, - 8.283304597789254e-17, - 0.9983400106430054 - ] - ], - [ - 2.133333444595337, - [ - 0.05884697660803795, - -1.3877849019179786e-17, - -1.5395672172783143e-16, - 0.9982671141624451 - ] - ], - [ - 2.1666667461395264, - [ - 0.060090381652116776, - -4.775212979751799e-23, - 1.9862583799934441e-16, - 0.9981929659843445 - ] - ], - [ - 2.200000047683716, - [ - 0.06131936237215996, - -5.551117770103743e-17, - 1.99488269740882e-17, - 0.9981182217597961 - ] - ], - [ - 2.2333333492279053, - [ - 0.06252782046794891, - -8.326671361199694e-17, - -4.839878497975292e-16, - 0.9980432391166687 - ] - ], - [ - 2.2666666507720947, - [ - 0.0637100338935852, - -1.3877802697065483e-17, - 1.1145595686173025e-16, - 0.9979685544967651 - ] - ], - [ - 2.299999952316284, - [ - 0.06486055999994278, - -1.1731155254707098e-23, - 1.474513101695714e-16, - 0.9978943467140198 - ] - ], - [ - 2.3333332538604736, - [ - 0.0659743994474411, - 2.6169737934117884e-23, - 3.7513395167998453e-16, - 0.9978213310241699 - ] - ], - [ - 2.366666555404663, - [ - 0.06704685837030411, - -4.163337004088827e-17, - -1.3140531654013294e-16, - 0.997749924659729 - ] - ], - [ - 2.4000000953674316, - [ - 0.06810129433870316, - -1.3877709225656264e-17, - -1.300601616318538e-18, - 0.9976785182952881 - ] - ], - [ - 2.433333396911621, - [ - 0.06916320323944092, - 1.3877852327902236e-17, - 1.7694201954276094e-16, - 0.9976053833961487 - ] - ], - [ - 2.4666666984558105, - [ - 0.07023174315690994, - 5.5511147922535377e-17, - 2.5066754227864863e-16, - 0.9975306987762451 - ] - ], - [ - 2.5, - [ - 0.07130605727434158, - 5.50728881246384e-26, - -1.2576745200831851e-16, - 0.9974544644355774 - ] - ], - [ - 2.5333333015441895, - [ - 0.07238523662090302, - -1.3877789462175682e-17, - 1.5699248781079084e-16, - 0.9973768591880798 - ] - ], - [ - 2.566666603088379, - [ - 0.07346813380718231, - -1.3877801042704258e-17, - 1.2143426636945948e-17, - 0.9972975850105286 - ] - ], - [ - 2.5999999046325684, - [ - 0.07455325871706009, - -7.10948521491443e-23, - -2.3418766925686896e-16, - 0.997217059135437 - ] - ], - [ - 2.633333444595337, - [ - 0.07563387602567673, - 2.7755615320298316e-17, - -1.1015441132893522e-16, - 0.9971356391906738 - ] - ], - [ - 2.6666667461395264, - [ - 0.07669887691736221, - -2.775563186391057e-17, - 7.806256303640122e-17, - 0.9970542788505554 - ] - ], - [ - 2.700000047683716, - [ - 0.0777399018406868, - -6.938894565651718e-17, - -3.5995512126518747e-16, - 0.9969736933708191 - ] - ], - [ - 2.7333333492279053, - [ - 0.07874824851751328, - -5.5511144613812927e-17, - -7.285827349446259e-17, - 0.9968945384025574 - ] - ], - [ - 2.7666666507720947, - [ - 0.07971518486738205, - 1.3877763819576693e-17, - 1.3444098997886374e-16, - 0.9968177080154419 - ] - ], - [ - 2.799999952316284, - [ - 0.0806320458650589, - 4.163336342344337e-17, - 2.2811613709095013e-16, - 0.99674391746521 - ] - ], - [ - 2.8333332538604736, - [ - 0.08148311823606491, - 1.3877825858122634e-17, - -5.204170758802666e-17, - 0.9966747164726257 - ] - ], - [ - 2.866666555404663, - [ - 0.08225330710411072, - -5.551117108359253e-17, - -8.673841545830037e-18, - 0.996611475944519 - ] - ], - [ - 2.9000000953674316, - [ - 0.0829349011182785, - 5.959722969909702e-23, - 8.673616718139545e-17, - 0.996554970741272 - ] - ], - [ - 2.933333396911621, - [ - 0.08350659906864166, - -1.3877787807814457e-17, - -1.6132928326584306e-16, - 0.9965072274208069 - ] - ], - [ - 2.9666666984558105, - [ - 0.08395139127969742, - -1.3877791116536907e-17, - -1.1709374198420587e-16, - 0.9964698553085327 - ] - ], - [ - 3.0333333015441895, - [ - 0.08445368707180023, - 1.3877792770898132e-17, - 1.5612577458240268e-17, - 0.9964274168014526 - ] - ], - [ - 3.0999999046325684, - [ - 0.08408956229686737, - 1.3877804351426708e-17, - 9.7144527889591e-17, - 0.9964582920074463 - ] - ], - [ - 3.133333444595337, - [ - 0.08356636762619019, - -1.3877787807814457e-17, - 1.6479873021779667e-17, - 0.9965022206306458 - ] - ], - [ - 3.1666667461395264, - [ - 0.08291712403297424, - 1.3877806005787933e-17, - 2.5500435096859064e-16, - 0.9965564608573914 - ] - ], - [ - 3.200000047683716, - [ - 0.08221865445375443, - 3.142457077117937e-23, - -4.33683453933616e-19, - 0.9966143369674683 - ] - ], - [ - 3.2333333492279053, - [ - 0.08153945207595825, - 8.326672684688674e-17, - 2.962040335230398e-16, - 0.996670126914978 - ] - ], - [ - 3.2666666507720947, - [ - 0.08094291388988495, - -1.3877787807814457e-17, - -1.214306433183765e-16, - 0.9967187643051147 - ] - ], - [ - 3.299999952316284, - [ - 0.0804990604519844, - 1.3877787807814457e-17, - -7.24247117394766e-17, - 0.9967547059059143 - ] - ], - [ - 3.366666555404663, - [ - 0.08022087067365646, - 1.3877787807814457e-17, - 2.0209528495129803e-16, - 0.9967771172523499 - ] - ], - [ - 3.5333333015441895, - [ - 0.08080066740512848, - -1.3877814277594058e-17, - 2.5847382439032386e-16, - 0.996730387210846 - ] - ], - [ - 3.5999999046325684, - [ - 0.08132937550544739, - -2.7755547491488087e-17, - 3.4697943678108865e-18, - 0.9966872930526733 - ] - ], - [ - 3.633333444595337, - [ - 0.08162397146224976, - -2.7755560726377888e-17, - -3.729677972662797e-17, - 0.9966632127761841 - ] - ], - [ - 3.6666667461395264, - [ - 0.08193489909172058, - -1.387771088001749e-17, - -1.3530844436108075e-16, - 0.9966377019882202 - ] - ], - [ - 3.700000047683716, - [ - 0.0822601392865181, - 5.551115123125783e-17, - 1.4137995005721998e-16, - 0.9966108798980713 - ] - ], - [ - 3.7333333492279053, - [ - 0.08259738236665726, - -2.7755575615628914e-17, - 1.1275702593849246e-17, - 0.9965829849243164 - ] - ], - [ - 3.7666666507720947, - [ - 0.08294367045164108, - -1.3877787807814457e-17, - 3.0357660829594124e-17, - 0.9965542554855347 - ] - ], - [ - 3.799999952316284, - [ - 0.08329549431800842, - -9.71445146547012e-17, - -2.411265631607762e-16, - 0.9965248703956604 - ] - ], - [ - 3.8333332538604736, - [ - 0.08364870399236679, - 2.7755453192898256e-17, - 1.9255430583342559e-16, - 0.9964953064918518 - ] - ], - [ - 3.866666555404663, - [ - 0.08398893475532532, - 2.7755575615628914e-17, - -5.204170427930421e-18, - 0.9964666962623596 - ] - ], - [ - 3.933333396911621, - [ - 0.0845656618475914, - 5.551116446614763e-17, - 1.682683359884279e-16, - 0.9964179992675781 - ] - ], - [ - 4.199999809265137, - [ - 0.08388224244117737, - -3.469433055319323e-17, - 8.673780830773076e-17, - 0.9964756965637207 - ] - ], - [ - 4.233333110809326, - [ - 0.08332238346338272, - -2.7755727816861623e-17, - -2.3245291931111255e-16, - 0.9965226650238037 - ] - ], - [ - 4.266666889190674, - [ - 0.0826682299375534, - -6.938816976110261e-18, - -1.3010333425597447e-16, - 0.9965771436691284 - ] - ], - [ - 4.300000190734863, - [ - 0.08193457871675491, - -3.469446951953614e-17, - 5.0306980803327406e-17, - 0.9966377019882202 - ] - ], - [ - 4.333333492279053, - [ - 0.0811459943652153, - -2.0816732996919663e-17, - -9.020628911272891e-17, - 0.996702253818512 - ] - ], - [ - 4.366666793823242, - [ - 0.08032732456922531, - -8.326672684688674e-17, - -2.2724877535296173e-16, - 0.9967685341835022 - ] - ], - [ - 4.400000095367432, - [ - 0.0794934555888176, - -2.7755573961267688e-17, - 7.979727989493313e-17, - 0.9968354105949402 - ] - ], - [ - 4.433333396911621, - [ - 0.07865765690803528, - -4.163336342344337e-17, - -3.2959746043559335e-17, - 0.9969016909599304 - ] - ], - [ - 4.4666666984558105, - [ - 0.07783100008964539, - 6.938893903907228e-17, - 5.377643437272592e-17, - 0.9969666600227356 - ] - ], - [ - 4.5, - [ - 0.07702212780714035, - -9.020563398568377e-17, - -2.168404609668805e-16, - 0.9970294833183289 - ] - ], - [ - 4.5333333015441895, - [ - 0.07623729109764099, - 3.469445628464634e-17, - 4.683732871058188e-17, - 0.9970898032188416 - ] - ], - [ - 4.566666603088379, - [ - 0.07548061013221741, - 3.4694499298038194e-17, - 2.0990154059319366e-16, - 0.997147262096405 - ] - ], - [ - 4.599999904632568, - [ - 0.07475457340478897, - -6.938893490316922e-18, - -9.020562075079397e-17, - 0.9972019791603088 - ] - ], - [ - 4.633333206176758, - [ - 0.0740600973367691, - 1.3877719151823615e-17, - 4.42350085773227e-17, - 0.9972537755966187 - ] - ], - [ - 4.666666507720947, - [ - 0.07339675724506378, - 2.7755575615628914e-17, - 1.3530843112619095e-16, - 0.9973028302192688 - ] - ], - [ - 4.699999809265137, - [ - 0.0727628692984581, - -1.3877787807814457e-17, - -7.806255641895632e-18, - 0.9973492622375488 - ] - ], - [ - 4.733333110809326, - [ - 0.07215600460767746, - 6.245004513516506e-17, - 7.28583859910259e-17, - 0.9973933696746826 - ] - ], - [ - 4.766666889190674, - [ - 0.07157302647829056, - -6.245009807472426e-17, - -3.72973289745547e-17, - 0.9974353909492493 - ] - ], - [ - 4.800000190734863, - [ - 0.07101036608219147, - -3.4694343788083034e-17, - -1.5178831738286042e-16, - 0.9974755644798279 - ] - ], - [ - 4.833333492279053, - [ - 0.07046414911746979, - -1.3877624853233784e-17, - 2.4286950881204177e-17, - 0.9975143074989319 - ] - ], - [ - 4.866666793823242, - [ - 0.0699303075671196, - 3.4694578707377e-17, - 1.9255429259853579e-16, - 0.9975518584251404 - ] - ], - [ - 4.900000095367432, - [ - 0.0694006159901619, - 2.7755575615628914e-17, - -2.3592239273284576e-16, - 0.9975888729095459 - ] - ], - [ - 4.933333396911621, - [ - 0.06891731172800064, - -2.0816759466699265e-17, - 1.8214603115201375e-17, - 0.9976223707199097 - ] - ], - [ - 4.9666666984558105, - [ - 0.06852713227272034, - -4.85722573273506e-17, - -1.3010426069826053e-16, - 0.9976492524147034 - ] - ], - [ - 5.0333333015441895, - [ - 0.0680089071393013, - -2.7755575615628914e-17, - 4.163336342344337e-17, - 0.9976847171783447 - ] - ], - [ - 5.099999904632568, - [ - 0.0678321048617363, - -6.938963387078683e-18, - 1.647942303552644e-17, - 0.9976967573165894 - ] - ], - [ - 5.166666507720947, - [ - 0.06799902021884918, - 3.4694535693985146e-17, - 1.084211635431712e-16, - 0.9976853728294373 - ] - ], - [ - 5.199999809265137, - [ - 0.06820623576641083, - -2.0816681711721685e-17, - -1.5612511283791264e-16, - 0.9976712465286255 - ] - ], - [ - 5.233333110809326, - [ - 0.0684930831193924, - 5.551115123125783e-17, - 4.49293380277993e-16, - 0.9976515769958496 - ] - ], - [ - 5.266666889190674, - [ - 0.06885045021772385, - 2.7755342350696174e-17, - 1.743380814442236e-16, - 0.9976270198822021 - ] - ], - [ - 5.300000190734863, - [ - 0.06926116347312927, - -1.387800618349617e-17, - -4.0767351644214653e-17, - 0.9975985884666443 - ] - ], - [ - 5.333333492279053, - [ - 0.06971125304698944, - -4.85722573273506e-17, - -2.975050761300224e-16, - 0.9975672364234924 - ] - ], - [ - 5.366666793823242, - [ - 0.07018721103668213, - -6.9388074635332166e-18, - -4.250048693341536e-17, - 0.9975338578224182 - ] - ], - [ - 5.400000095367432, - [ - 0.07067591696977615, - 6.938921200867443e-18, - -2.1684045104071314e-17, - 0.9974993467330933 - ] - ], - [ - 5.433333396911621, - [ - 0.0711648166179657, - 4.619914587620279e-25, - -2.0643209364124004e-16, - 0.9974645972251892 - ] - ], - [ - 5.4666666984558105, - [ - 0.07164189219474792, - -1.3877771264202206e-17, - 3.122524425198669e-17, - 0.9974304437637329 - ] - ], - [ - 5.5, - [ - 0.07209578901529312, - 3.469447282825859e-17, - 2.6194324487249787e-16, - 0.9973977208137512 - ] - ], - [ - 5.5333333015441895, - [ - 0.07251585274934769, - 5.551115123125783e-17, - 3.165870343657673e-16, - 0.997367262840271 - ] - ], - [ - 5.566666603088379, - [ - 0.07289215177297592, - -1.3877787807814457e-17, - -1.214306433183765e-16, - 0.9973398447036743 - ] - ], - [ - 5.633333206176758, - [ - 0.07348327338695526, - 6.938921200867443e-18, - -1.726049858596923e-16, - 0.9972964525222778 - ] - ], - [ - 5.699999809265137, - [ - 0.07387848198413849, - -4.746720033830031e-25, - -2.0036056147532122e-16, - 0.9972672462463379 - ] - ], - [ - 5.766666889190674, - [ - 0.07412335276603699, - -2.7755540874043186e-17, - -1.0755238567197411e-16, - 0.9972490668296814 - ] - ], - [ - 5.800000190734863, - [ - 0.07420255988836288, - -6.938845513841394e-18, - -7.806258950618082e-18, - 0.9972431659698486 - ] - ], - [ - 6.066666603088379, - [ - 0.07402405142784119, - -6.938894565651718e-17, - -6.505213034913027e-17, - 0.9972564578056335 - ] - ], - [ - 6.133333206176758, - [ - 0.07362496852874756, - -4.85722573273506e-17, - -3.642919299551295e-17, - 0.9972860217094421 - ] - ], - [ - 6.233333110809326, - [ - 0.07261167466640472, - 5.551115123125783e-17, - 1.0581813203458523e-16, - 0.9973602890968323 - ] - ], - [ - 6.266666889190674, - [ - 0.07214823365211487, - -6.939334791173719e-18, - -1.075538216575175e-16, - 0.9973939061164856 - ] - ], - [ - 6.300000190734863, - [ - 0.07161663472652435, - -7.632783294297951e-17, - -1.8214596497756474e-16, - 0.9974322319030762 - ] - ], - [ - 6.333333492279053, - [ - 0.07101425528526306, - -6.244997896071605e-17, - -1.5005359390688361e-16, - 0.9974753260612488 - ] - ], - [ - 6.366666793823242, - [ - 0.07023505866527557, - -6.244987308159764e-17, - -3.712309032683755e-16, - 0.9975305795669556 - ] - ], - [ - 6.400000095367432, - [ - 0.06923001259565353, - 6.938893903907228e-17, - 2.081668336608291e-17, - 0.9976007342338562 - ] - ], - [ - 6.433333396911621, - [ - 0.06808220595121384, - -1.3877896995655314e-17, - 6.938788851969434e-18, - 0.9976797103881836 - ] - ], - [ - 6.4666666984558105, - [ - 0.06687427312135696, - -5.551115123125783e-17, - -2.0036056147532122e-16, - 0.9977614283561707 - ] - ], - [ - 6.5, - [ - 0.06568815559148788, - -3.926835956323478e-27, - -5.4643792801991874e-17, - 0.9978402256965637 - ] - ], - [ - 6.5333333015441895, - [ - 0.06460488587617874, - 1.3877807660149158e-17, - 2.9967348047499343e-16, - 0.9979109168052673 - ] - ], - [ - 6.566666603088379, - [ - 0.06370469182729721, - -5.551115123125783e-17, - -2.944693365168426e-16, - 0.9979687929153442 - ] - ], - [ - 6.599999904632568, - [ - 0.06306732445955276, - 8.326674669922144e-17, - 2.1380470811881088e-16, - 0.9980093836784363 - ] - ], - [ - 6.633333206176758, - [ - 0.06277245283126831, - -1.3877787807814457e-17, - -2.480654570646834e-16, - 0.9980278611183167 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658518367_683973.json b/lenses/physics-objects/Scene/assets/1646688658518367_683973.json deleted file mode 100644 index c6ccfc05..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658518367_683973.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658518367:683973", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658519662_683986.json b/lenses/physics-objects/Scene/assets/1646688658519662_683986.json deleted file mode 100644 index 287b0f9e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658519662_683986.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658519662:683986", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.131311416625977, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 3.8425300121307373, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.3258180618286133, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.9442389011383057, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.194369077682495, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.553333044052124, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.079673767089844, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.8533413410186768, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.5689079761505127, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 3.7149927616119385, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.212386131286621, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.224780559539795, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.060485363006592, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.4298529624938965, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.7791528701782227, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.743774175643921, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.0341804027557373, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.397268533706665, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.175774574279785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.6736514568328857, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.548614263534546, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.6758415699005127, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.4377732276916504, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.1825881004333496, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9140936136245728, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.330390214920044, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.112431764602661, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.6574547290802, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.362633466720581, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.865964889526367, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.4606661796569824, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.1758923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.098220109939575, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.5277132987976074, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.1320550441741943, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 1.9777666330337524, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.7518796920776367, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.7425758838653564, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.703174114227295, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.6110661029815674, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.1626930236816406, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.7382216453552246, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.8351869583129883, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.308112382888794, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5791823863983154, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.710757255554199, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.227011203765869, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.3157901763916016, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.980287551879883, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.0556602478027344, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.592318534851074, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.146716356277466, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.3040707111358643, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.9505648612976074, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.369253635406494, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.6031737327575684, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.40362548828125, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.1882176399230957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.2485737800598145, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.1753923892974854, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.0925683975219727, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 2.919550895690918, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.5348007678985596, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.5987513065338135, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.2223360538482666, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 3.8052475452423096, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.208189010620117, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.201737880706787, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 3.844181537628174, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 3.6763839721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.3838882446289063, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.0647926330566406, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.241211414337158, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.16917085647583, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.3038785457611084, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 3.904448986053467, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.110470294952393, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 3.7451653480529785, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.5460784435272217, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.130045175552368, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.8082008361816406, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.9388866424560547, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.0142176151275635, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.2146668434143066, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.416074752807617, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.611513376235962, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 3.9717938899993896, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.08469295501709, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.7855331897735596, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.2499887943267822, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.733948230743408, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.639939308166504, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.022679328918457, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.373033046722412, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.680539131164551, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.8989129066467285, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658519941_683993.json b/lenses/physics-objects/Scene/assets/1646688658519941_683993.json deleted file mode 100644 index 22b55c49..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658519941_683993.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658519941:683993", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ], - [ - 0.03333333507180214, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ], - [ - 0.06666667014360428, - [ - -0.004946250002831221, - -0.0, - 0.0, - 0.999987781047821 - ] - ], - [ - 0.10000000149011612, - [ - -0.024564320221543312, - -0.0, - 0.0, - 0.999698281288147 - ] - ], - [ - 0.13333334028720856, - [ - -0.028323261067271233, - -0.0, - 0.0, - 0.9995988011360168 - ] - ], - [ - 0.1666666716337204, - [ - 0.016741929575800896, - 0.0, - 0.0, - 0.9998598694801331 - ] - ], - [ - 0.20000000298023224, - [ - 0.03544887900352478, - 0.0, - 0.0, - 0.9993714690208435 - ] - ], - [ - 0.23333333432674408, - [ - 0.020805563777685165, - 0.0, - 0.0, - 0.9997836351394653 - ] - ], - [ - 0.2666666805744171, - [ - -0.007588977459818125, - -0.0, - 0.0, - 0.9999712109565735 - ] - ], - [ - 0.30000001192092896, - [ - -0.017304878681898117, - -0.0, - 0.0, - 0.9998502731323242 - ] - ], - [ - 0.3333333432674408, - [ - -0.012241139076650143, - -0.0, - 0.0, - 0.9999250769615173 - ] - ], - [ - 0.36666667461395264, - [ - 0.036337994039058685, - 0.0, - 0.0, - 0.9993395805358887 - ] - ], - [ - 0.4000000059604645, - [ - 0.02952319197356701, - 0.0, - 0.0, - 0.9995641112327576 - ] - ], - [ - 0.4333333373069763, - [ - -0.0048590730875730515, - -0.0, - 0.0, - 0.9999881982803345 - ] - ], - [ - 0.46666666865348816, - [ - -0.023070670664310455, - -0.0, - 0.0, - 0.9997338652610779 - ] - ], - [ - 0.5, - [ - -0.02403407357633114, - -0.0, - 0.0, - 0.9997111558914185 - ] - ], - [ - 0.5333333611488342, - [ - 0.006268033757805824, - 0.0, - 0.0, - 0.9999804496765137 - ] - ], - [ - 0.5666666626930237, - [ - 0.04582894966006279, - 0.0, - 0.0, - 0.9989492893218994 - ] - ], - [ - 0.6000000238418579, - [ - 0.06669457256793976, - 0.0, - 0.0, - 0.9977735280990601 - ] - ], - [ - 0.6333333253860474, - [ - 0.07296960055828094, - 0.0, - 0.0, - 0.9973341822624207 - ] - ], - [ - 0.6666666865348816, - [ - 0.0908643901348114, - 0.0, - 0.0, - 0.9958633780479431 - ] - ], - [ - 0.699999988079071, - [ - 0.11043336987495422, - 0.0, - 0.0, - 0.9938835501670837 - ] - ], - [ - 0.7333333492279053, - [ - 0.15222622454166412, - 0.0, - 0.0, - 0.9883456826210022 - ] - ], - [ - 0.7666666507720947, - [ - 0.17539672553539276, - 0.0, - 0.0, - 0.9844978451728821 - ] - ], - [ - 0.800000011920929, - [ - 0.17979469895362854, - 0.0, - 0.0, - 0.983704149723053 - ] - ], - [ - 0.8333333134651184, - [ - 0.14699381589889526, - 0.0, - 0.0, - 0.9891374111175537 - ] - ], - [ - 0.8666666746139526, - [ - 0.13139259815216064, - 0.0, - 0.0, - 0.9913305044174194 - ] - ], - [ - 0.8999999761581421, - [ - 0.1049439013004303, - 0.0, - 0.0, - 0.994478166103363 - ] - ], - [ - 0.9333333373069763, - [ - 0.14847949147224426, - 0.0, - 0.0, - 0.9889155030250549 - ] - ], - [ - 0.9666666388511658, - [ - 0.15558934211730957, - 0.0, - 0.0, - 0.9878218173980713 - ] - ], - [ - 1.0, - [ - 0.1338970810174942, - 0.0, - 0.0, - 0.9909953474998474 - ] - ], - [ - 1.0333333015441895, - [ - 0.10294036567211151, - 0.0, - 0.0, - 0.994687557220459 - ] - ], - [ - 1.0666667222976685, - [ - 0.09838157147169113, - 0.0, - 0.0, - 0.995148777961731 - ] - ], - [ - 1.100000023841858, - [ - 0.1076764315366745, - 0.0, - 0.0, - 0.9941859841346741 - ] - ], - [ - 1.1333333253860474, - [ - 0.1367940753698349, - 0.0, - 0.0, - 0.990599513053894 - ] - ], - [ - 1.1666666269302368, - [ - 0.12175196409225464, - 0.0, - 0.0, - 0.9925605654716492 - ] - ], - [ - 1.2000000476837158, - [ - 0.06133159622550011, - 1.0216532481122087e-11, - 9.03366010468476e-12, - 0.9981174468994141 - ] - ], - [ - 1.2333333492279053, - [ - 0.044894590973854065, - 5.84216027601379e-17, - -6.391960097653696e-17, - 0.9989917278289795 - ] - ], - [ - 1.2666666507720947, - [ - 0.043039720505476, - 1.116595856574809e-12, - 1.0243640788040742e-12, - 0.9990733861923218 - ] - ], - [ - 1.2999999523162842, - [ - 0.10535871982574463, - 0.0, - 0.0, - 0.9944342970848083 - ] - ], - [ - 1.3333333730697632, - [ - 0.14758649468421936, - 0.0, - 0.0, - 0.9890491366386414 - ] - ], - [ - 1.3666666746139526, - [ - 0.13277947902679443, - 0.0, - 0.0, - 0.9911456108093262 - ] - ], - [ - 1.399999976158142, - [ - 0.07667502760887146, - 0.0, - 0.0, - 0.997056245803833 - ] - ], - [ - 1.4333332777023315, - [ - 0.06505397707223892, - 0.0, - 0.0, - 0.9978817701339722 - ] - ], - [ - 1.4666666984558105, - [ - 0.07606623321771622, - 0.0, - 0.0, - 0.9971027970314026 - ] - ], - [ - 1.5, - [ - 0.1525641530752182, - 0.0, - 0.0, - 0.9882935881614685 - ] - ], - [ - 1.5333333015441895, - [ - 0.16382001340389252, - 0.0, - 0.0, - 0.9864902496337891 - ] - ], - [ - 1.5666667222976685, - [ - 0.13353706896305084, - 0.0, - 0.0, - 0.9910438060760498 - ] - ], - [ - 1.600000023841858, - [ - 0.06892186403274536, - 0.0, - 0.0, - 0.9976220726966858 - ] - ], - [ - 1.6333333253860474, - [ - 0.07742173969745636, - 0.0, - 0.0, - 0.9969984292984009 - ] - ], - [ - 1.6666666269302368, - [ - 0.09103398770093918, - 0.0, - 0.0, - 0.9958478808403015 - ] - ], - [ - 1.7000000476837158, - [ - 0.11198782920837402, - 0.0, - 0.0, - 0.9937095642089844 - ] - ], - [ - 1.7333333492279053, - [ - 0.10042351484298706, - 0.0, - 0.0, - 0.9949448108673096 - ] - ], - [ - 1.7666666507720947, - [ - 0.06800391525030136, - 0.0, - 0.0, - 0.9976850748062134 - ] - ], - [ - 1.7999999523162842, - [ - 0.02447989583015442, - 0.0, - 0.0, - 0.9997003078460693 - ] - ], - [ - 1.8333333730697632, - [ - 0.016966046765446663, - 0.0, - 0.0, - 0.999856173992157 - ] - ], - [ - 1.8666666746139526, - [ - 0.029903186485171318, - 0.0, - 0.0, - 0.9995529055595398 - ] - ], - [ - 1.899999976158142, - [ - 0.06274112313985825, - 0.0, - 0.0, - 0.9980298280715942 - ] - ], - [ - 1.9333332777023315, - [ - 0.07720888406038284, - 0.0, - 0.0, - 0.9970149397850037 - ] - ], - [ - 1.9666666984558105, - [ - 0.06194903701543808, - 0.0, - 0.0, - 0.9980792999267578 - ] - ], - [ - 2.0, - [ - 0.05417384207248688, - 0.0, - 0.0, - 0.9985315203666687 - ] - ], - [ - 2.0333333015441895, - [ - 0.06629963964223862, - 0.0, - 0.0, - 0.9977997541427612 - ] - ], - [ - 2.066666603088379, - [ - 0.09519843012094498, - 0.0, - 0.0, - 0.9954583048820496 - ] - ], - [ - 2.0999999046325684, - [ - 0.12063175439834595, - 0.0, - 0.0, - 0.9926974177360535 - ] - ], - [ - 2.133333444595337, - [ - 0.11349978297948837, - 0.0, - 0.0, - 0.9935380220413208 - ] - ], - [ - 2.1666667461395264, - [ - 0.06661835312843323, - 0.0, - 0.0, - 0.9977785348892212 - ] - ], - [ - 2.200000047683716, - [ - 0.05103234574198723, - 0.0, - 0.0, - 0.9986971020698547 - ] - ], - [ - 2.2333333492279053, - [ - 0.04851556941866875, - 0.0, - 0.0, - 0.9988224506378174 - ] - ], - [ - 2.2666666507720947, - [ - 0.09782447665929794, - 0.0, - 0.0, - 0.9952036738395691 - ] - ], - [ - 2.299999952316284, - [ - 0.10649468004703522, - 0.0, - 0.0, - 0.9943132996559143 - ] - ], - [ - 2.3333332538604736, - [ - 0.10115934163331985, - 0.0, - 0.0, - 0.9948702454566956 - ] - ], - [ - 2.366666555404663, - [ - 0.07566046714782715, - 0.0, - 0.0, - 0.997133731842041 - ] - ], - [ - 2.4000000953674316, - [ - 0.0681190937757492, - 0.0, - 0.0, - 0.997677206993103 - ] - ], - [ - 2.433333396911621, - [ - 0.06743530184030533, - 0.0, - 0.0, - 0.9977236390113831 - ] - ], - [ - 2.4666666984558105, - [ - 0.08881198614835739, - 0.0, - 0.0, - 0.9960485100746155 - ] - ], - [ - 2.5, - [ - 0.09249258041381836, - 0.0, - 0.0, - 0.995713472366333 - ] - ], - [ - 2.5333333015441895, - [ - 0.07466892898082733, - 0.0, - 0.0, - 0.9972084760665894 - ] - ], - [ - 2.566666603088379, - [ - 0.06192748621106148, - 0.0, - 0.0, - 0.9980806708335876 - ] - ], - [ - 2.5999999046325684, - [ - 0.0703657791018486, - 0.0, - 0.0, - 0.9975212812423706 - ] - ], - [ - 2.633333444595337, - [ - 0.09164443612098694, - 0.0, - 0.0, - 0.9957917928695679 - ] - ], - [ - 2.6666667461395264, - [ - 0.13700267672538757, - 0.0, - 0.0, - 0.9905706644058228 - ] - ], - [ - 2.700000047683716, - [ - 0.13174746930599213, - 0.0, - 0.0, - 0.9912832975387573 - ] - ], - [ - 2.7333333492279053, - [ - 0.09438022971153259, - 0.0, - 0.0, - 0.9955363273620605 - ] - ], - [ - 2.7666666507720947, - [ - 0.07424861192703247, - 0.0, - 0.0, - 0.9972397685050964 - ] - ], - [ - 2.799999952316284, - [ - 0.061812080442905426, - 0.0, - 0.0, - 0.9980878233909607 - ] - ], - [ - 2.8333332538604736, - [ - 0.08638199418783188, - 0.0, - 0.0, - 0.9962621927261353 - ] - ], - [ - 2.866666555404663, - [ - 0.11802493035793304, - 0.0, - 0.0, - 0.9930106401443481 - ] - ], - [ - 2.9000000953674316, - [ - 0.14489634335041046, - 0.0, - 0.0, - 0.9894469380378723 - ] - ], - [ - 2.933333396911621, - [ - 0.14445695281028748, - 0.0, - 0.0, - 0.9895110726356506 - ] - ], - [ - 2.9666666984558105, - [ - 0.146394282579422, - 0.0, - 0.0, - 0.9892263412475586 - ] - ], - [ - 3.0, - [ - 0.15692438185214996, - 0.0, - 0.0, - 0.9876106381416321 - ] - ], - [ - 3.0333333015441895, - [ - 0.17316535115242004, - 0.0, - 0.0, - 0.9848927855491638 - ] - ], - [ - 3.066666603088379, - [ - 0.15368279814720154, - 0.0, - 0.0, - 0.9881202578544617 - ] - ], - [ - 3.0999999046325684, - [ - 0.12295036762952805, - 0.0, - 0.0, - 0.992412805557251 - ] - ], - [ - 3.133333444595337, - [ - 0.07839829474687576, - 0.0, - 0.0, - 0.9969221353530884 - ] - ], - [ - 3.1666667461395264, - [ - 0.04500224068760872, - 0.0, - 0.0, - 0.9989868998527527 - ] - ], - [ - 3.200000047683716, - [ - 0.07019603997468948, - 0.0, - 0.0, - 0.9975333213806152 - ] - ], - [ - 3.2333333492279053, - [ - 0.10117074847221375, - 0.0, - 0.0, - 0.9948691725730896 - ] - ], - [ - 3.2666666507720947, - [ - 0.06166553497314453, - 0.0, - 0.0, - 0.9980968832969666 - ] - ], - [ - 3.299999952316284, - [ - 0.012868594378232956, - 0.0, - 0.0, - 0.999917209148407 - ] - ], - [ - 3.3333332538604736, - [ - 0.011572502553462982, - 0.0, - 0.0, - 0.9999330639839172 - ] - ], - [ - 3.366666555404663, - [ - 0.010939152911305428, - 0.0, - 0.0, - 0.9999401569366455 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658520197_684000.json b/lenses/physics-objects/Scene/assets/1646688658520197_684000.json deleted file mode 100644 index 799d508e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658520197_684000.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658520197:684000", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658521397_684013.json b/lenses/physics-objects/Scene/assets/1646688658521397_684013.json deleted file mode 100644 index 3fa08d3c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658521397_684013.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658521397:684013", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2187843322753906, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.216980218887329, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.2117605209350586, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.203421115875244, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.1922624111175537, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.1785905361175537, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.1627140045166016, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.14494252204895, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.125584363937378, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.104947566986084, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.0833351612091064, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 1.992970585823059, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 1.9707807302474976, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 1.949263334274292, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 1.928651213645935, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 1.909164547920227, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 1.8910108804702759, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 1.874387264251709, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 1.8594833612442017, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 1.84648597240448, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.8355827331542969, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.8267161846160889, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.8198199272155762, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8150806427001953, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.8157082796096802, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.8240249156951904, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 1.8398749828338623, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 1.8625515699386597, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 1.8913509845733643, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 1.9255666732788086, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 1.9645888805389404, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.007796287536621, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.0544512271881104, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1038002967834473, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.1550748348236084, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.3125407695770264, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3635406494140625, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.4124155044555664, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.4583399295806885, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.500478506088257, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.5379931926727295, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5700418949127197, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.5957815647125244, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.614367723464966, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.62495493888855, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.626466989517212, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.61948561668396, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.607872724533081, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5920262336730957, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.5723464488983154, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.5492072105407715, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.5229904651641846, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.4941141605377197, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.4629976749420166, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.4300620555877686, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.3958261013031006, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.2902894020080566, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.2556333541870117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.221971035003662, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.1897404193878174, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.159379005432129, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.1314475536346436, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.106518268585205, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.085033893585205, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.0674397945404053, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.054180860519409, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.0457026958465576, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.0441722869873047, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.0500547885894775, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.059706926345825, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.0727391242980957, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.0887622833251953, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.1073873043060303, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.1281914710998535, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.1507480144500732, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.174661874771118, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.3252501487731934, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.349513053894043, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.3722341060638428, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.392630100250244, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.409862756729126, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.4230597019195557, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.431372880935669, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.431413173675537, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.4251086711883545, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.4153575897216797, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.4024648666381836, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.386739492416382, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.3684935569763184, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.348039150238037, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.325671911239624, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.3017053604125977, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.2764785289764404, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.2503254413604736, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.142883539199829, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.116791009902954, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.0914950370788574, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.0672404766082764, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.0442631244659424, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.0227854251861572, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.003025770187378, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 1.9851970672607422, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 1.9695128202438354, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 1.955888032913208, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 1.944151520729065, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 1.9344356060028076, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 1.926952600479126, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 1.921919345855713, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 1.9226347208023071, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 1.933287262916565, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 1.9508129358291626, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 1.9745121002197266, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.0036816596984863, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.0376107692718506, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.0755774974823, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.1168458461761475, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.160667657852173, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.206282615661621, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.2997751235961914, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.3460700511932373, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.390994071960449, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.43373703956604, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.4734835624694824, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.50941801071167, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.5407087802886963, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.5665321350097656, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.586088180541992, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.598564386367798, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.6007626056671143, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.593127489089966, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.5806708335876465, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.5638206005096436, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.5430057048797607, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.5186572074890137, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.4911768436431885, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.4609766006469727, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.4284965991973877, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.394181489944458, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.358470916748047, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.2104508876800537, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.1743290424346924, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.1394236087799072, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.1058764457702637, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.0738608837127686, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.043850898742676, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.0163183212280273, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 1.9917325973510742, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 1.9705642461776733, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 1.953282117843628, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 1.9403564929962158, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 1.932260274887085, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 1.9291560649871826, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 1.9330416917800903, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 1.9400933980941772, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 1.9499688148498535, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 1.9623249769210815, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 1.9768180847167969, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 1.993104100227356, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.0108375549316406, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.029670238494873, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.089262008666992, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.150341272354126, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.169381856918335, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.1865427494049072, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.201066493988037, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.2121834754943848, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.2191193103790283, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.2211029529571533, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658521674_684020.json b/lenses/physics-objects/Scene/assets/1646688658521674_684020.json deleted file mode 100644 index 750e12b7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658521674_684020.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658521674:684020", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010025763913290575, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.00010025763913290575, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658521932_684027.json b/lenses/physics-objects/Scene/assets/1646688658521932_684027.json deleted file mode 100644 index f5ad3166..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658521932_684027.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658521932:684027", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658523146_684040.json b/lenses/physics-objects/Scene/assets/1646688658523146_684040.json deleted file mode 100644 index af2fbfdd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658523146_684040.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658523146:684040", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.131311416625977, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 3.8425300121307373, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.3258180618286133, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.9442389011383057, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.194369077682495, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.553333044052124, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.079673767089844, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.8533413410186768, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.5689079761505127, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 3.7149927616119385, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.212386131286621, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.224780559539795, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.060485363006592, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.4298529624938965, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.7791528701782227, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.743774175643921, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.0341804027557373, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.397268533706665, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.175774574279785, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.6736514568328857, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.548614263534546, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.6758415699005127, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.4377732276916504, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.1825881004333496, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9140936136245728, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.330390214920044, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.112431764602661, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.6574547290802, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.362633466720581, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.865964889526367, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.4606661796569824, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.1758923530578613, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.098220109939575, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.5277132987976074, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.1320550441741943, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 1.9777666330337524, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.7518796920776367, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.7425758838653564, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.703174114227295, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.6110661029815674, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.1626930236816406, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.7382216453552246, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.8351869583129883, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.308112382888794, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.5791823863983154, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.710757255554199, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.227011203765869, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.3157901763916016, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.980287551879883, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.0556602478027344, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.592318534851074, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.146716356277466, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.3040707111358643, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.9505648612976074, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.369253635406494, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.6031737327575684, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.40362548828125, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.1882176399230957, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.2485737800598145, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.1753923892974854, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.0925683975219727, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 2.919550895690918, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.5348007678985596, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.5987513065338135, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.2223360538482666, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 3.8052475452423096, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.208189010620117, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.201737880706787, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 3.844181537628174, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 3.6763839721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.3838882446289063, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.0647926330566406, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.241211414337158, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.16917085647583, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.3038785457611084, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 3.904448986053467, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.110470294952393, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 3.7451653480529785, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.5460784435272217, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.130045175552368, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.8082008361816406, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.9388866424560547, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.0142176151275635, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.2146668434143066, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.416074752807617, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.611513376235962, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 3.9717938899993896, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.08469295501709, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.7855331897735596, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.2499887943267822, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.733948230743408, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.639939308166504, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.022679328918457, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.373033046722412, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.680539131164551, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.8989129066467285, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.065231800079346, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658523417_684047.json b/lenses/physics-objects/Scene/assets/1646688658523417_684047.json deleted file mode 100644 index 513a5657..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658523417_684047.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658523417:684047", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010153929179068655, - 0.0, - 1.0 - ] - ], - [ - 0.8666666746139526, - [ - 0.0, - 0.0001015226443996653, - 0.0, - 1.0 - ] - ], - [ - 0.8999999761581421, - [ - 0.0, - 0.49592307209968567, - 0.0, - 0.8683664798736572 - ] - ], - [ - 0.9333333373069763, - [ - 0.0, - 0.4646342694759369, - 0.0, - 0.8855026960372925 - ] - ], - [ - 0.9666666388511658, - [ - 0.0, - 1.3943045473752136e-07, - 0.0, - 1.0 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.00010120639490196481, - 0.0, - 1.0 - ] - ], - [ - 1.5, - [ - 0.0, - 0.20401255786418915, - 0.0, - 0.9789682626724243 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.00010153929179068655, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658523668_684054.json b/lenses/physics-objects/Scene/assets/1646688658523668_684054.json deleted file mode 100644 index 4e54aa94..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658523668_684054.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658523668:684054", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658524896_684067.json b/lenses/physics-objects/Scene/assets/1646688658524896_684067.json deleted file mode 100644 index 90d82f6d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658524896_684067.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658524896:684067", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.415693521499634, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.413729429244995, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.4080464839935303, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.3989670276641846, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.3868179321289063, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.3719327449798584, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.354647159576416, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.335298538208008, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.3142223358154297, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.2917542457580566, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.268223762512207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 2.16983962059021, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.1456797122955322, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.122253656387329, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.0998122692108154, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 2.0785961151123047, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 2.0588314533233643, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.0407326221466064, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.024506092071533, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.010354995727539, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.998484492301941, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.9888306856155396, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9813225269317627, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.9761625528335571, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.9768458604812622, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.985900640487671, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 2.003157377243042, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.027846336364746, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.059201717376709, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.096453905105591, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.138939142227173, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.185981035232544, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.23677659034729, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.2905051708221436, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.346329927444458, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.517770528793335, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.5732955932617188, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.626508951187134, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.676508903503418, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.7223870754241943, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.763231039047241, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.798124074935913, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.82614803314209, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.846383571624756, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.857910394668579, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.8595566749572754, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8519556522369385, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.8393123149871826, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.822059392929077, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.800632953643799, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.775440216064453, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.746896982192993, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.7154579162597656, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.681580066680908, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.645721435546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.608447313308716, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.493544578552246, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.455812692642212, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.4191629886627197, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.3840720653533936, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.3510162830352783, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.3206067085266113, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.293464422225952, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.270073175430298, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.250917673110962, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.2364821434020996, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.2272515296936035, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.225585460662842, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.231989860534668, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.2424986362457275, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.2566874027252197, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.274132490158081, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.294410467147827, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.317060947418213, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.3416192531585693, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.3676559925079346, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.5316081047058105, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.5580241680145264, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.582761526107788, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.6049675941467285, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.623729705810547, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.6380975246429443, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.647148609161377, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.6471924781799316, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.6403284072875977, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.629711866378784, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.6156749725341797, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.5985543727874756, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.578688859939575, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.5564193725585938, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.532067060470581, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.5059735774993896, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.4785079956054688, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.4500346183776855, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.333056926727295, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.3046488761901855, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.2771079540252686, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.250701665878296, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.22568416595459, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.202300548553467, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.1807870864868164, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 2.1613762378692627, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 2.1443002223968506, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 2.1294660568237305, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 2.1166880130767822, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 2.106110095977783, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 2.0979628562927246, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 2.092482805252075, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 2.09326171875, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 2.1048595905303955, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 2.123941421508789, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 2.14974308013916, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.1815013885498047, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.2184417247772217, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.259777545928955, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.304708242416382, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.352419376373291, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.4020822048187256, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.5038719177246094, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.5542755126953125, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.6031863689422607, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.64972186088562, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.692995548248291, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.7321200370788574, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.7661869525909424, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.7943027019500732, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.815594434738159, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.8291778564453125, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.831571102142334, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.823258399963379, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.8096961975097656, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.7913506031036377, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.768688440322876, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.7421789169311523, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.7122607231140137, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.67937970161438, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.6440179347991943, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.606656551361084, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.567776918411255, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.406620502471924, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.367292881011963, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.3292899131774902, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.2927653789520264, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.257908821105957, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.2252354621887207, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.1952593326568604, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 2.1684916019439697, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 2.1454453468322754, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 2.1266281604766846, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 2.112556219100952, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 2.1037416458129883, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 2.1003618240356445, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 2.1045923233032227, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 2.112269878387451, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 2.1230216026306152, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 2.136474370956421, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 2.1522536277770996, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 2.169985055923462, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.1892921924591064, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.20979642868042, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.274677276611328, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.3411765098571777, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.3619067668914795, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.3805906772613525, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.3964033126831055, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.4085068702697754, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.416058301925659, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.418217897415161, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658525167_684074.json b/lenses/physics-objects/Scene/assets/1646688658525167_684074.json deleted file mode 100644 index fa5e835d..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658525167_684074.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658525167:684074", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658525416_684081.json b/lenses/physics-objects/Scene/assets/1646688658525416_684081.json deleted file mode 100644 index 0356aba1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658525416_684081.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658525416:684081", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658526694_684094.json b/lenses/physics-objects/Scene/assets/1646688658526694_684094.json deleted file mode 100644 index bcf32303..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658526694_684094.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658526694:684094", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.497951030731201, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.1835408210754395, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.6209726333618164, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 3.2055296897888184, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.477857828140259, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.8686788082122803, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.441730499267578, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.195311546325684, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.8856358528137207, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.044685363769531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.586220741271973, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.599714756011963, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.420840740203857, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.7342402935028076, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.025792121887207, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.987274408340454, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.303453207015991, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.6987640857696533, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4576127529144287, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.91092848777771, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.774794816970825, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.913313150405884, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.6541171073913574, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3762850761413574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.0839626789093018, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.5372042655944824, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.3886489868164063, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.9820408821105957, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.661055564880371, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 3.120310068130493, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.679041624069214, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.368994951248169, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.2844297885894775, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.7520389556884766, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.3212673664093018, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1532864570617676, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.9960992336273193, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.9859697818756104, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.943071126937866, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.8427889347076416, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3546249866485596, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.8924826383590698, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.9980533123016357, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.512949228286743, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.8080756664276123, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.9513275623321533, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.513396978378296, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6100547313690186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2447776794433594, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.3268394470214844, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8223776817321777, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.3372297286987305, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5085487365722656, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.2124171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.668262243270874, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.922942638397217, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.7056851387023926, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.471160650253296, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.5368731021881104, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4571971893310547, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.36702299118042, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.1786508560180664, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.7597553730010986, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.829381227493286, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.5083069801330566, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.142950057983398, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.581650733947754, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.57462739944458, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.185338497161865, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.002650737762451, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.6841964721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.336782217025757, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.528857469558716, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.4504237174987793, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.597085952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.250955581665039, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.475260257720947, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.077535629272461, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.8607804775238037, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.4078257083892822, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 3.0574188232421875, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 3.1997015476226807, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.2817187309265137, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.499957799911499, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.7192392349243164, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.9320223331451416, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 4.324276447296143, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.447195053100586, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.121485710144043, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.5384132862091064, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.976576566696167, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.8742246627807617, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.290931463241577, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.672377824783325, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.007174968719482, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.24492883682251, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658526974_684101.json b/lenses/physics-objects/Scene/assets/1646688658526974_684101.json deleted file mode 100644 index fd7f3e46..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658526974_684101.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658526974:684101", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658527250_684108.json b/lenses/physics-objects/Scene/assets/1646688658527250_684108.json deleted file mode 100644 index 232fccab..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658527250_684108.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658527250:684108", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658528538_684121.json b/lenses/physics-objects/Scene/assets/1646688658528538_684121.json deleted file mode 100644 index 0ec9bb84..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658528538_684121.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658528538:684121", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.415693521499634, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 2.413729429244995, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 2.4080464839935303, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 2.3989670276641846, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 2.3868179321289063, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 2.3719327449798584, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.354647159576416, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 2.335298538208008, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 2.3142223358154297, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 2.2917542457580566, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 2.268223762512207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 2.16983962059021, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 2.1456797122955322, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.122253656387329, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.0998122692108154, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 2.0785961151123047, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 2.0588314533233643, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.0407326221466064, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.024506092071533, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.010354995727539, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 1.998484492301941, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 1.9888306856155396, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 1.9813225269317627, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.9761625528335571, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 1.9768458604812622, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 1.985900640487671, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 2.003157377243042, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 2.027846336364746, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.059201717376709, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.096453905105591, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.138939142227173, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.185981035232544, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.23677659034729, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.2905051708221436, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.346329927444458, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.517770528793335, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.5732955932617188, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 2.626508951187134, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.676508903503418, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.7223870754241943, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.763231039047241, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.798124074935913, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.82614803314209, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 2.846383571624756, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 2.857910394668579, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 2.8595566749572754, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8519556522369385, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.8393123149871826, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.822059392929077, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 2.800632953643799, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 2.775440216064453, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 2.746896982192993, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 2.7154579162597656, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 2.681580066680908, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 2.645721435546875, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 2.608447313308716, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.493544578552246, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.455812692642212, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 2.4191629886627197, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 2.3840720653533936, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 2.3510162830352783, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 2.3206067085266113, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 2.293464422225952, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 2.270073175430298, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 2.250917673110962, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 2.2364821434020996, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 2.2272515296936035, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 2.225585460662842, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 2.231989860534668, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 2.2424986362457275, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 2.2566874027252197, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 2.274132490158081, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 2.294410467147827, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 2.317060947418213, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 2.3416192531585693, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.3676559925079346, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 2.5316081047058105, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 2.5580241680145264, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.582761526107788, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.6049675941467285, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 2.623729705810547, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 2.6380975246429443, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.647148609161377, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 2.6471924781799316, - 0.0, - 0.0 - ] - ], - [ - 3.4000000953674316, - [ - 2.6403284072875977, - 0.0, - 0.0 - ] - ], - [ - 3.433333396911621, - [ - 2.629711866378784, - 0.0, - 0.0 - ] - ], - [ - 3.4666666984558105, - [ - 2.6156749725341797, - 0.0, - 0.0 - ] - ], - [ - 3.5, - [ - 2.5985543727874756, - 0.0, - 0.0 - ] - ], - [ - 3.5333333015441895, - [ - 2.578688859939575, - 0.0, - 0.0 - ] - ], - [ - 3.566666603088379, - [ - 2.5564193725585938, - 0.0, - 0.0 - ] - ], - [ - 3.5999999046325684, - [ - 2.532067060470581, - 0.0, - 0.0 - ] - ], - [ - 3.633333444595337, - [ - 2.5059735774993896, - 0.0, - 0.0 - ] - ], - [ - 3.6666667461395264, - [ - 2.4785079956054688, - 0.0, - 0.0 - ] - ], - [ - 3.700000047683716, - [ - 2.4500346183776855, - 0.0, - 0.0 - ] - ], - [ - 3.8333332538604736, - [ - 2.333056926727295, - 0.0, - 0.0 - ] - ], - [ - 3.866666555404663, - [ - 2.3046488761901855, - 0.0, - 0.0 - ] - ], - [ - 3.9000000953674316, - [ - 2.2771079540252686, - 0.0, - 0.0 - ] - ], - [ - 3.933333396911621, - [ - 2.250701665878296, - 0.0, - 0.0 - ] - ], - [ - 3.9666666984558105, - [ - 2.22568416595459, - 0.0, - 0.0 - ] - ], - [ - 4.0, - [ - 2.202300548553467, - 0.0, - 0.0 - ] - ], - [ - 4.0333333015441895, - [ - 2.1807870864868164, - 0.0, - 0.0 - ] - ], - [ - 4.066666603088379, - [ - 2.1613762378692627, - 0.0, - 0.0 - ] - ], - [ - 4.099999904632568, - [ - 2.1443002223968506, - 0.0, - 0.0 - ] - ], - [ - 4.133333206176758, - [ - 2.1294660568237305, - 0.0, - 0.0 - ] - ], - [ - 4.166666507720947, - [ - 2.1166880130767822, - 0.0, - 0.0 - ] - ], - [ - 4.199999809265137, - [ - 2.106110095977783, - 0.0, - 0.0 - ] - ], - [ - 4.233333110809326, - [ - 2.0979628562927246, - 0.0, - 0.0 - ] - ], - [ - 4.266666889190674, - [ - 2.092482805252075, - 0.0, - 0.0 - ] - ], - [ - 4.333333492279053, - [ - 2.09326171875, - 0.0, - 0.0 - ] - ], - [ - 4.366666793823242, - [ - 2.1048595905303955, - 0.0, - 0.0 - ] - ], - [ - 4.400000095367432, - [ - 2.123941421508789, - 0.0, - 0.0 - ] - ], - [ - 4.433333396911621, - [ - 2.14974308013916, - 0.0, - 0.0 - ] - ], - [ - 4.4666666984558105, - [ - 2.1815013885498047, - 0.0, - 0.0 - ] - ], - [ - 4.5, - [ - 2.2184417247772217, - 0.0, - 0.0 - ] - ], - [ - 4.5333333015441895, - [ - 2.259777545928955, - 0.0, - 0.0 - ] - ], - [ - 4.566666603088379, - [ - 2.304708242416382, - 0.0, - 0.0 - ] - ], - [ - 4.599999904632568, - [ - 2.352419376373291, - 0.0, - 0.0 - ] - ], - [ - 4.633333206176758, - [ - 2.4020822048187256, - 0.0, - 0.0 - ] - ], - [ - 4.699999809265137, - [ - 2.5038719177246094, - 0.0, - 0.0 - ] - ], - [ - 4.733333110809326, - [ - 2.5542755126953125, - 0.0, - 0.0 - ] - ], - [ - 4.766666889190674, - [ - 2.6031863689422607, - 0.0, - 0.0 - ] - ], - [ - 4.800000190734863, - [ - 2.64972186088562, - 0.0, - 0.0 - ] - ], - [ - 4.833333492279053, - [ - 2.692995548248291, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 2.7321200370788574, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 2.7661869525909424, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 2.7943027019500732, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 2.815594434738159, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 2.8291778564453125, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 2.831571102142334, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 2.823258399963379, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 2.8096961975097656, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 2.7913506031036377, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 2.768688440322876, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 2.7421789169311523, - 0.0, - 0.0 - ] - ], - [ - 5.266666889190674, - [ - 2.7122607231140137, - 0.0, - 0.0 - ] - ], - [ - 5.300000190734863, - [ - 2.67937970161438, - 0.0, - 0.0 - ] - ], - [ - 5.333333492279053, - [ - 2.6440179347991943, - 0.0, - 0.0 - ] - ], - [ - 5.366666793823242, - [ - 2.606656551361084, - 0.0, - 0.0 - ] - ], - [ - 5.400000095367432, - [ - 2.567776918411255, - 0.0, - 0.0 - ] - ], - [ - 5.5333333015441895, - [ - 2.406620502471924, - 0.0, - 0.0 - ] - ], - [ - 5.566666603088379, - [ - 2.367292881011963, - 0.0, - 0.0 - ] - ], - [ - 5.599999904632568, - [ - 2.3292899131774902, - 0.0, - 0.0 - ] - ], - [ - 5.633333206176758, - [ - 2.2927653789520264, - 0.0, - 0.0 - ] - ], - [ - 5.666666507720947, - [ - 2.257908821105957, - 0.0, - 0.0 - ] - ], - [ - 5.699999809265137, - [ - 2.2252354621887207, - 0.0, - 0.0 - ] - ], - [ - 5.733333110809326, - [ - 2.1952593326568604, - 0.0, - 0.0 - ] - ], - [ - 5.766666889190674, - [ - 2.1684916019439697, - 0.0, - 0.0 - ] - ], - [ - 5.800000190734863, - [ - 2.1454453468322754, - 0.0, - 0.0 - ] - ], - [ - 5.833333492279053, - [ - 2.1266281604766846, - 0.0, - 0.0 - ] - ], - [ - 5.866666793823242, - [ - 2.112556219100952, - 0.0, - 0.0 - ] - ], - [ - 5.900000095367432, - [ - 2.1037416458129883, - 0.0, - 0.0 - ] - ], - [ - 5.9666666984558105, - [ - 2.1003618240356445, - 0.0, - 0.0 - ] - ], - [ - 6.0, - [ - 2.1045923233032227, - 0.0, - 0.0 - ] - ], - [ - 6.0333333015441895, - [ - 2.112269878387451, - 0.0, - 0.0 - ] - ], - [ - 6.066666603088379, - [ - 2.1230216026306152, - 0.0, - 0.0 - ] - ], - [ - 6.099999904632568, - [ - 2.136474370956421, - 0.0, - 0.0 - ] - ], - [ - 6.133333206176758, - [ - 2.1522536277770996, - 0.0, - 0.0 - ] - ], - [ - 6.166666507720947, - [ - 2.169985055923462, - 0.0, - 0.0 - ] - ], - [ - 6.199999809265137, - [ - 2.1892921924591064, - 0.0, - 0.0 - ] - ], - [ - 6.233333110809326, - [ - 2.20979642868042, - 0.0, - 0.0 - ] - ], - [ - 6.333333492279053, - [ - 2.274677276611328, - 0.0, - 0.0 - ] - ], - [ - 6.433333396911621, - [ - 2.3411765098571777, - 0.0, - 0.0 - ] - ], - [ - 6.4666666984558105, - [ - 2.3619067668914795, - 0.0, - 0.0 - ] - ], - [ - 6.5, - [ - 2.3805906772613525, - 0.0, - 0.0 - ] - ], - [ - 6.5333333015441895, - [ - 2.3964033126831055, - 0.0, - 0.0 - ] - ], - [ - 6.566666603088379, - [ - 2.4085068702697754, - 0.0, - 0.0 - ] - ], - [ - 6.599999904632568, - [ - 2.416058301925659, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 2.418217897415161, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658528837_684128.json b/lenses/physics-objects/Scene/assets/1646688658528837_684128.json deleted file mode 100644 index 03304883..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658528837_684128.json +++ /dev/null @@ -1,1801 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658528837:684128", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.06430744379758835, - -0.6368538737297058, - 0.1813475787639618, - 0.7465887665748596 - ] - ], - [ - 0.06666667014360428, - [ - 0.06435737758874893, - -0.6367186903953552, - 0.18138201534748077, - 0.7466914057731628 - ] - ], - [ - 0.10000000149011612, - [ - 0.06450017541646957, - -0.6363255381584167, - 0.18147973716259003, - 0.7469903826713562 - ] - ], - [ - 0.13333334028720856, - [ - 0.06472528725862503, - -0.6356928944587708, - 0.1816333681344986, - 0.7474721074104309 - ] - ], - [ - 0.1666666716337204, - [ - 0.06502361595630646, - -0.6348325610160828, - 0.18183572590351105, - 0.7481279373168945 - ] - ], - [ - 0.20000000298023224, - [ - 0.06538620591163635, - -0.6337559223175049, - 0.18208032846450806, - 0.7489491701126099 - ] - ], - [ - 0.23333333432674408, - [ - 0.06580475717782974, - -0.6324720978736877, - 0.1823609322309494, - 0.7499288320541382 - ] - ], - [ - 0.2666666805744171, - [ - 0.06627101451158524, - -0.6309903264045715, - 0.18267139792442322, - 0.7510595917701721 - ] - ], - [ - 0.30000001192092896, - [ - 0.06677704304456711, - -0.6293188333511353, - 0.18300534784793854, - 0.7523348331451416 - ] - ], - [ - 0.3333333432674408, - [ - 0.06731414794921875, - -0.6274705529212952, - 0.18335671722888947, - 0.7537438273429871 - ] - ], - [ - 0.36666667461395264, - [ - 0.06787364929914474, - -0.6254592537879944, - 0.18371888995170593, - 0.7552756071090698 - ] - ], - [ - 0.4000000059604645, - [ - 0.06844621151685715, - -0.6233029365539551, - 0.18408510088920593, - 0.7569156289100647 - ] - ], - [ - 0.4333333373069763, - [ - 0.06902183592319489, - -0.6210240125656128, - 0.18444813787937164, - 0.7586461901664734 - ] - ], - [ - 0.46666666865348816, - [ - 0.06958968192338943, - -0.6186503767967224, - 0.18480037152767181, - 0.760445773601532 - ] - ], - [ - 0.5, - [ - 0.070138119161129, - -0.6162152290344238, - 0.18513351678848267, - 0.7622893452644348 - ] - ], - [ - 0.5333333611488342, - [ - 0.0706542506814003, - -0.6137591600418091, - 0.18543890118598938, - 0.764146625995636 - ] - ], - [ - 0.5666666626930237, - [ - 0.07112415879964828, - -0.6113289594650269, - 0.18570703268051147, - 0.7659839391708374 - ] - ], - [ - 0.6000000238418579, - [ - 0.0715327262878418, - -0.6089773178100586, - 0.18592756986618042, - 0.7677633762359619 - ] - ], - [ - 0.6333333253860474, - [ - 0.07186339795589447, - -0.6067647933959961, - 0.18608956038951874, - 0.7694432139396667 - ] - ], - [ - 0.6666666865348816, - [ - 0.07209807634353638, - -0.6047572493553162, - 0.1861809641122818, - 0.7709780335426331 - ] - ], - [ - 0.699999988079071, - [ - 0.07221724092960358, - -0.6030253767967224, - 0.18618863821029663, - 0.772320568561554 - ] - ], - [ - 0.7333333492279053, - [ - 0.07219944894313812, - -0.6016436815261841, - 0.186098113656044, - 0.7734207510948181 - ] - ], - [ - 0.7666666507720947, - [ - 0.07202138751745224, - -0.6006894707679749, - 0.1858937293291092, - 0.7742277383804321 - ] - ], - [ - 0.800000011920929, - [ - 0.07165771722793579, - -0.6002394556999207, - 0.1855580359697342, - 0.7746908664703369 - ] - ], - [ - 0.8333333134651184, - [ - 0.07109753787517548, - -0.600209653377533, - 0.1850803792476654, - 0.7748798727989197 - ] - ], - [ - 0.8666666746139526, - [ - 0.07033957540988922, - -0.6004699468612671, - 0.18445630371570587, - 0.7748961448669434 - ] - ], - [ - 0.8999999761581421, - [ - 0.06937086582183838, - -0.6010274291038513, - 0.1836766004562378, - 0.7747364640235901 - ] - ], - [ - 0.9333333373069763, - [ - 0.06817887723445892, - -0.6018846035003662, - 0.18273164331912994, - 0.7744002342224121 - ] - ], - [ - 0.9666666388511658, - [ - 0.06675136834383011, - -0.6030425429344177, - 0.18161241710186005, - 0.7738868594169617 - ] - ], - [ - 1.0, - [ - 0.06507748365402222, - -0.604496955871582, - 0.1803101748228073, - 0.7731989026069641 - ] - ], - [ - 1.0333333015441895, - [ - 0.06300422549247742, - -0.6064295172691345, - 0.17871370911598206, - 0.77222740650177 - ] - ], - [ - 1.0666667222976685, - [ - 0.06042100116610527, - -0.6089510321617126, - 0.1767411231994629, - 0.7709023952484131 - ] - ], - [ - 1.100000023841858, - [ - 0.05738828703761101, - -0.6119451522827148, - 0.17443394660949707, - 0.7692869901657104 - ] - ], - [ - 1.1333333253860474, - [ - 0.05397286266088486, - -0.6152932047843933, - 0.1718384176492691, - 0.7674456238746643 - ] - ], - [ - 1.1666666269302368, - [ - 0.050243962556123734, - -0.6188811659812927, - 0.16900303959846497, - 0.765440821647644 - ] - ], - [ - 1.2000000476837158, - [ - 0.04627752676606178, - -0.6226147413253784, - 0.16598285734653473, - 0.7633211612701416 - ] - ], - [ - 1.2333333492279053, - [ - 0.04214733839035034, - -0.6264051198959351, - 0.16283170878887177, - 0.7611347436904907 - ] - ], - [ - 1.2666666507720947, - [ - 0.03791572153568268, - -0.6301643252372742, - 0.15959469974040985, - 0.7589366436004639 - ] - ], - [ - 1.2999999523162842, - [ - 0.03363916650414467, - -0.6338192224502563, - 0.15631332993507385, - 0.7567747235298157 - ] - ], - [ - 1.3333333730697632, - [ - 0.029367707669734955, - -0.6373109817504883, - 0.1530248373746872, - 0.7546892762184143 - ] - ], - [ - 1.3666666746139526, - [ - 0.02514469064772129, - -0.6405949592590332, - 0.1497621238231659, - 0.7527132034301758 - ] - ], - [ - 1.399999976158142, - [ - 0.021007370203733444, - -0.64363694190979, - 0.1465536504983902, - 0.7508744597434998 - ] - ], - [ - 1.4333332777023315, - [ - 0.01698671095073223, - -0.6464153528213501, - 0.14342395961284637, - 0.7491917014122009 - ] - ], - [ - 1.4666666984558105, - [ - 0.012807666324079037, - -0.6488928198814392, - 0.1401491016149521, - 0.7477515935897827 - ] - ], - [ - 1.5, - [ - 0.008240921422839165, - -0.651043713092804, - 0.13654199242591858, - 0.7466126680374146 - ] - ], - [ - 1.5333333015441895, - [ - 0.0033785414416342974, - -0.6528749465942383, - 0.13267695903778076, - 0.7457477450370789 - ] - ], - [ - 1.5666667222976685, - [ - -0.0016914776060730219, - -0.6543965935707092, - 0.12862525880336761, - 0.7451293468475342 - ] - ], - [ - 1.600000023841858, - [ - -0.006884345319122076, - -0.6556234955787659, - 0.12445615977048874, - 0.7447289228439331 - ] - ], - [ - 1.6333333253860474, - [ - -0.01211730856448412, - -0.6565700769424438, - 0.120237335562706, - 0.7445212602615356 - ] - ], - [ - 1.6666666269302368, - [ - -0.01730877347290516, - -0.6572524905204773, - 0.11603603512048721, - 0.7444831728935242 - ] - ], - [ - 1.7000000476837158, - [ - -0.02237723395228386, - -0.6576854586601257, - 0.11191964149475098, - 0.744596004486084 - ] - ], - [ - 1.7333333492279053, - [ - -0.0272400863468647, - -0.6578807830810547, - 0.10795651376247406, - 0.7448464632034302 - ] - ], - [ - 1.7666666507720947, - [ - -0.03185611590743065, - -0.6578817367553711, - 0.10418307781219482, - 0.7451997995376587 - ] - ], - [ - 1.7999999523162842, - [ - -0.036200184375047684, - -0.6577391028404236, - 0.10062296688556671, - 0.7456163763999939 - ] - ], - [ - 1.8333333730697632, - [ - -0.04021130129694939, - -0.6574714779853821, - 0.09732762724161148, - 0.7460842132568359 - ] - ], - [ - 1.8666666746139526, - [ - -0.04382670298218727, - -0.6570932865142822, - 0.0943499282002449, - 0.746596097946167 - ] - ], - [ - 1.899999976158142, - [ - -0.04698236659169197, - -0.656614363193512, - 0.09174362570047379, - 0.7471502423286438 - ] - ], - [ - 1.9333332777023315, - [ - -0.049612946808338165, - -0.6560410857200623, - 0.08956339955329895, - 0.747748076915741 - ] - ], - [ - 1.9666666984558105, - [ - -0.0516604483127594, - -0.6553837060928345, - 0.08785790950059891, - 0.74838787317276 - ] - ], - [ - 2.0, - [ - -0.0530712753534317, - -0.6546552181243896, - 0.0866720974445343, - 0.7490648031234741 - ] - ], - [ - 2.0333333015441895, - [ - -0.053785290569067, - -0.6538637280464172, - 0.08605577796697617, - 0.7497758269309998 - ] - ], - [ - 2.066666603088379, - [ - -0.05374159291386604, - -0.6530154943466187, - 0.0860590860247612, - 0.7505176067352295 - ] - ], - [ - 2.0999999046325684, - [ - -0.05287858098745346, - -0.6521148085594177, - 0.08673209697008133, - 0.7512840032577515 - ] - ], - [ - 2.133333444595337, - [ - -0.051532626152038574, - -0.6511667966842651, - 0.08779820054769516, - 0.7520755529403687 - ] - ], - [ - 2.1666667461395264, - [ - -0.05008605122566223, - -0.650180995464325, - 0.08894376456737518, - 0.7528913021087646 - ] - ], - [ - 2.200000047683716, - [ - -0.048546202480793, - -0.6491639018058777, - 0.09016276895999908, - 0.753724217414856 - ] - ], - [ - 2.2333333492279053, - [ - -0.04692170023918152, - -0.6481241583824158, - 0.09144836664199829, - 0.754566490650177 - ] - ], - [ - 2.2666666507720947, - [ - -0.04522238299250603, - -0.6470698118209839, - 0.09279268980026245, - 0.7554105520248413 - ] - ], - [ - 2.299999952316284, - [ - -0.043459657579660416, - -0.6460106372833252, - 0.09418676793575287, - 0.7562475800514221 - ] - ], - [ - 2.3333332538604736, - [ - -0.04164646938443184, - -0.6449571847915649, - 0.09562046825885773, - 0.757068395614624 - ] - ], - [ - 2.366666555404663, - [ - -0.03979739174246788, - -0.6439222097396851, - 0.09708254784345627, - 0.757862389087677 - ] - ], - [ - 2.4000000953674316, - [ - -0.03791716322302818, - -0.642922580242157, - 0.09857002645730972, - 0.7586150765419006 - ] - ], - [ - 2.433333396911621, - [ - -0.036011457443237305, - -0.64198237657547, - 0.10007959604263306, - 0.7593061923980713 - ] - ], - [ - 2.4666666984558105, - [ - -0.03409743309020996, - -0.6411221027374268, - 0.10159845650196075, - 0.7599194645881653 - ] - ], - [ - 2.5, - [ - -0.032192911952733994, - -0.6403646469116211, - 0.10311352461576462, - 0.7604370713233948 - ] - ], - [ - 2.5333333015441895, - [ - -0.0303155817091465, - -0.6397335529327393, - 0.10461186617612839, - 0.7608405351638794 - ] - ], - [ - 2.566666603088379, - [ - -0.028482260182499886, - -0.639252245426178, - 0.10608144104480743, - 0.7611123919487 - ] - ], - [ - 2.5999999046325684, - [ - -0.026708155870437622, - -0.6389426589012146, - 0.10751134157180786, - 0.7612360119819641 - ] - ], - [ - 2.633333444595337, - [ - -0.024979230016469955, - -0.6388071179389954, - 0.10891333222389221, - 0.7612093091011047 - ] - ], - [ - 2.6666667461395264, - [ - -0.02325776033103466, - -0.638830304145813, - 0.11031720042228699, - 0.761042058467865 - ] - ], - [ - 2.700000047683716, - [ - -0.021520623937249184, - -0.6390054821968079, - 0.11174135655164719, - 0.7607383131980896 - ] - ], - [ - 2.7333333492279053, - [ - -0.01974412426352501, - -0.639324963092804, - 0.11320456862449646, - 0.7603015899658203 - ] - ], - [ - 2.7666666507720947, - [ - -0.01790444739162922, - -0.6397802233695984, - 0.11472562700510025, - 0.7597359418869019 - ] - ], - [ - 2.799999952316284, - [ - -0.015978120267391205, - -0.6403614282608032, - 0.11632294207811356, - 0.759046196937561 - ] - ], - [ - 2.8333332538604736, - [ - -0.013719309121370316, - -0.6410925984382629, - 0.1181962862610817, - 0.7581831812858582 - ] - ], - [ - 2.866666555404663, - [ - -0.01094262395054102, - -0.6419875621795654, - 0.1204959824681282, - 0.7571083307266235 - ] - ], - [ - 2.9000000953674316, - [ - -0.007716465275734663, - -0.6430220007896423, - 0.12316514551639557, - 0.7558396458625793 - ] - ], - [ - 2.933333396911621, - [ - -0.004116356372833252, - -0.6441733241081238, - 0.12614114582538605, - 0.7543952465057373 - ] - ], - [ - 2.9666666984558105, - [ - -0.00021628578542731702, - -0.6454205513000488, - 0.12936244904994965, - 0.7527931928634644 - ] - ], - [ - 3.0, - [ - 0.003915790934115648, - -0.6467465758323669, - 0.13277284801006317, - 0.7510492205619812 - ] - ], - [ - 3.0333333015441895, - [ - 0.00821154098957777, - -0.6481362581253052, - 0.1363159865140915, - 0.749179482460022 - ] - ], - [ - 3.066666603088379, - [ - 0.012572257779538631, - -0.6497455835342407, - 0.13991570472717285, - 0.7470583319664001 - ] - ], - [ - 3.0999999046325684, - [ - 0.016915248706936836, - -0.6516374945640564, - 0.14350605010986328, - 0.7446398138999939 - ] - ], - [ - 3.133333444595337, - [ - 0.021196464076638222, - -0.6536689400672913, - 0.14704671502113342, - 0.7420545220375061 - ] - ], - [ - 3.1666667461395264, - [ - 0.025373492389917374, - -0.6557118892669678, - 0.1504993885755539, - 0.7394241094589233 - ] - ], - [ - 3.200000047683716, - [ - 0.0294069554656744, - -0.657652735710144, - 0.1538289487361908, - 0.7368614673614502 - ] - ], - [ - 3.2333333492279053, - [ - 0.033256251364946365, - -0.6593908667564392, - 0.15699975192546844, - 0.73447185754776 - ] - ], - [ - 3.2666666507720947, - [ - 0.03688100725412369, - -0.6608357429504395, - 0.15997669100761414, - 0.7323547005653381 - ] - ], - [ - 3.299999952316284, - [ - 0.04024568572640419, - -0.661899209022522, - 0.1627286970615387, - 0.7306087017059326 - ] - ], - [ - 3.3333332538604736, - [ - 0.0433155782520771, - -0.6624917984008789, - 0.16522541642189026, - 0.7293345928192139 - ] - ], - [ - 3.366666555404663, - [ - 0.045989684760570526, - -0.6626752018928528, - 0.16738742589950562, - 0.7285107970237732 - ] - ], - [ - 3.4000000953674316, - [ - 0.04839291051030159, - -0.6626036763191223, - 0.16932040452957153, - 0.7279732823371887 - ] - ], - [ - 3.433333396911621, - [ - 0.050754908472299576, - -0.6623063683509827, - 0.1712108999490738, - 0.7276407480239868 - ] - ], - [ - 3.4666666984558105, - [ - 0.05307237058877945, - -0.6617920994758606, - 0.17305652797222137, - 0.727506697177887 - ] - ], - [ - 3.5, - [ - 0.055342141538858414, - -0.661067545413971, - 0.17485496401786804, - 0.7275663018226624 - ] - ], - [ - 3.5333333015441895, - [ - 0.057561032474040985, - -0.6601384282112122, - 0.17660397291183472, - 0.7278152108192444 - ] - ], - [ - 3.566666603088379, - [ - 0.059725839644670486, - -0.6590096354484558, - 0.17830118536949158, - 0.7282498478889465 - ] - ], - [ - 3.5999999046325684, - [ - 0.06183157116174698, - -0.6576871871948242, - 0.17994287610054016, - 0.7288656234741211 - ] - ], - [ - 3.633333444595337, - [ - 0.06387485563755035, - -0.6561770439147949, - 0.1815265417098999, - 0.7296572923660278 - ] - ], - [ - 3.6666667461395264, - [ - 0.06585463136434555, - -0.6544864773750305, - 0.18305152654647827, - 0.7306180596351624 - ] - ], - [ - 3.700000047683716, - [ - 0.06776908040046692, - -0.6526271104812622, - 0.1845170110464096, - 0.7317367792129517 - ] - ], - [ - 3.7333333492279053, - [ - 0.06961607933044434, - -0.6506142616271973, - 0.18592187762260437, - 0.7329991459846497 - ] - ], - [ - 3.7666666507720947, - [ - 0.0713929831981659, - -0.6484681367874146, - 0.18726471066474915, - 0.7343868613243103 - ] - ], - [ - 3.799999952316284, - [ - 0.07309666275978088, - -0.6462151408195496, - 0.18854394555091858, - 0.7358763813972473 - ] - ], - [ - 3.8333332538604736, - [ - 0.07472354918718338, - -0.6438872218132019, - 0.18975773453712463, - 0.7374399304389954 - ] - ], - [ - 3.866666555404663, - [ - 0.07626605033874512, - -0.641523003578186, - 0.19090129435062408, - 0.7390456199645996 - ] - ], - [ - 3.9000000953674316, - [ - 0.07771537452936172, - -0.6391658186912537, - 0.19196893274784088, - 0.740658700466156 - ] - ], - [ - 3.933333396911621, - [ - 0.07906553149223328, - -0.6368657946586609, - 0.19295760989189148, - 0.742238461971283 - ] - ], - [ - 3.9666666984558105, - [ - 0.08031044155359268, - -0.6346783638000488, - 0.19386416673660278, - 0.7437407374382019 - ] - ], - [ - 4.0, - [ - 0.08144363760948181, - -0.6326646208763123, - 0.19468553364276886, - 0.7451174259185791 - ] - ], - [ - 4.0333333015441895, - [ - 0.08245820552110672, - -0.6308907270431519, - 0.19541853666305542, - 0.7463170289993286 - ] - ], - [ - 4.066666603088379, - [ - 0.08334670960903168, - -0.6294254660606384, - 0.19605962932109833, - 0.7472867965698242 - ] - ], - [ - 4.099999904632568, - [ - 0.08410096168518066, - -0.6283395290374756, - 0.19660474359989166, - 0.7479726076126099 - ] - ], - [ - 4.133333206176758, - [ - 0.08471199870109558, - -0.6275649070739746, - 0.1970454305410385, - 0.7484378814697266 - ] - ], - [ - 4.166666507720947, - [ - 0.08466986566781998, - -0.6270943284034729, - 0.19697099924087524, - 0.7488566637039185 - ] - ], - [ - 4.199999809265137, - [ - 0.08352167904376984, - -0.6270260810852051, - 0.19601985812187195, - 0.7492921352386475 - ] - ], - [ - 4.233333110809326, - [ - 0.08134603500366211, - -0.627347469329834, - 0.19425632059574127, - 0.7497215867042542 - ] - ], - [ - 4.266666889190674, - [ - 0.07822107523679733, - -0.6280397176742554, - 0.1917438507080078, - 0.7501212358474731 - ] - ], - [ - 4.300000190734863, - [ - 0.07422526180744171, - -0.6290807127952576, - 0.188546285033226, - 0.750465452671051 - ] - ], - [ - 4.333333492279053, - [ - 0.06931443512439728, - -0.6306037306785583, - 0.18463781476020813, - 0.750628650188446 - ] - ], - [ - 4.366666793823242, - [ - 0.06348157674074173, - -0.6326857805252075, - 0.1800183653831482, - 0.7505146265029907 - ] - ], - [ - 4.400000095367432, - [ - 0.05686748027801514, - -0.6352109909057617, - 0.17479446530342102, - 0.7501466274261475 - ] - ], - [ - 4.433333396911621, - [ - 0.04961911216378212, - -0.6380601525306702, - 0.16907677054405212, - 0.749553382396698 - ] - ], - [ - 4.4666666984558105, - [ - 0.0418865829706192, - -0.641118049621582, - 0.16297844052314758, - 0.7487664222717285 - ] - ], - [ - 4.5, - [ - 0.03382016718387604, - -0.6442780494689941, - 0.1566130667924881, - 0.747819721698761 - ] - ], - [ - 4.5333333015441895, - [ - 0.025568243116140366, - -0.6474459171295166, - 0.1500936597585678, - 0.7467475533485413 - ] - ], - [ - 4.566666603088379, - [ - 0.017275582998991013, - -0.650540292263031, - 0.14353127777576447, - 0.7455854415893555 - ] - ], - [ - 4.599999904632568, - [ - 0.009081902913749218, - -0.653495192527771, - 0.13703441619873047, - 0.7443675994873047 - ] - ], - [ - 4.633333206176758, - [ - 0.001121261389926076, - -0.6562589406967163, - 0.13070853054523468, - 0.7431273460388184 - ] - ], - [ - 4.666666507720947, - [ - -0.006478018127381802, - -0.658789873123169, - 0.12465549260377884, - 0.7418995499610901 - ] - ], - [ - 4.699999809265137, - [ - -0.013593737035989761, - -0.661060631275177, - 0.11897418648004532, - 0.7407153248786926 - ] - ], - [ - 4.733333110809326, - [ - -0.02010880410671234, - -0.6630503535270691, - 0.11376021802425385, - 0.7396069765090942 - ] - ], - [ - 4.766666889190674, - [ - -0.025911029428243637, - -0.6647460460662842, - 0.10910643637180328, - 0.7386047840118408 - ] - ], - [ - 4.800000190734863, - [ - -0.030891627073287964, - -0.6661392450332642, - 0.10510373115539551, - 0.7377380132675171 - ] - ], - [ - 4.833333492279053, - [ - -0.03494508937001228, - -0.667224109172821, - 0.10184083133935928, - 0.7370340824127197 - ] - ], - [ - 4.866666793823242, - [ - -0.037967681884765625, - -0.6679959893226624, - 0.0994052141904831, - 0.7365177869796753 - ] - ], - [ - 4.900000095367432, - [ - -0.039858128875494, - -0.6684486865997314, - 0.09788212925195694, - 0.7362111210823059 - ] - ], - [ - 4.933333396911621, - [ - -0.041055094450712204, - -0.6685379147529602, - 0.09691359847784042, - 0.7361924648284912 - ] - ], - [ - 4.9666666984558105, - [ - -0.042047664523124695, - -0.6682342886924744, - 0.09609948098659515, - 0.7365188002586365 - ] - ], - [ - 5.0, - [ - -0.04281013086438179, - -0.6675502061843872, - 0.09546120464801788, - 0.737177848815918 - ] - ], - [ - 5.0333333015441895, - [ - -0.043314993381500244, - -0.6664952635765076, - 0.095021553337574, - 0.7381590604782104 - ] - ], - [ - 5.066666603088379, - [ - -0.0435735248029232, - -0.6651152968406677, - 0.0947728157043457, - 0.7394195199012756 - ] - ], - [ - 5.099999904632568, - [ - -0.04361402615904808, - -0.6634688377380371, - 0.0946936309337616, - 0.7409048676490784 - ] - ], - [ - 5.133333206176758, - [ - -0.043431803584098816, - -0.6615806818008423, - 0.09478842467069626, - 0.7425899505615234 - ] - ], - [ - 5.166666507720947, - [ - -0.04302119091153145, - -0.6594744920730591, - 0.09506228566169739, - 0.7444499731063843 - ] - ], - [ - 5.199999809265137, - [ - -0.04237579554319382, - -0.6571710705757141, - 0.0955207422375679, - 0.7464625239372253 - ] - ], - [ - 5.233333110809326, - [ - -0.04148875176906586, - -0.6546898484230042, - 0.09616964310407639, - 0.7486062049865723 - ] - ], - [ - 5.266666889190674, - [ - -0.040360935032367706, - -0.6520575284957886, - 0.09700866043567657, - 0.7508537173271179 - ] - ], - [ - 5.300000190734863, - [ - -0.03899814933538437, - -0.6493071913719177, - 0.09803356230258942, - 0.7531724572181702 - ] - ], - [ - 5.333333492279053, - [ - -0.03740088641643524, - -0.6464688777923584, - 0.09924447536468506, - 0.7555327415466309 - ] - ], - [ - 5.366666793823242, - [ - -0.03556995838880539, - -0.643572986125946, - 0.10064123570919037, - 0.7579049468040466 - ] - ], - [ - 5.400000095367432, - [ - -0.03350677713751793, - -0.6406520009040833, - 0.10222335159778595, - 0.7602583169937134 - ] - ], - [ - 5.433333396911621, - [ - -0.031213440001010895, - -0.6377390623092651, - 0.10398973524570465, - 0.7625619769096375 - ] - ], - [ - 5.4666666984558105, - [ - -0.028693005442619324, - -0.6348704695701599, - 0.10593876987695694, - 0.7647830843925476 - ] - ], - [ - 5.5, - [ - -0.025949466973543167, - -0.6320849657058716, - 0.10806818306446075, - 0.7668875455856323 - ] - ], - [ - 5.5333333015441895, - [ - -0.02298816666007042, - -0.6294242143630981, - 0.11037479341030121, - 0.7688394784927368 - ] - ], - [ - 5.566666603088379, - [ - -0.019815847277641296, - -0.6269332766532898, - 0.1128544807434082, - 0.7706009745597839 - ] - ], - [ - 5.599999904632568, - [ - -0.01644088886678219, - -0.6246611475944519, - 0.11550208926200867, - 0.7721318602561951 - ] - ], - [ - 5.633333206176758, - [ - -0.012859286740422249, - -0.6225408911705017, - 0.11831861734390259, - 0.773484468460083 - ] - ], - [ - 5.666666507720947, - [ - -0.009088631719350815, - -0.6204882860183716, - 0.12128718942403793, - 0.7747265100479126 - ] - ], - [ - 5.699999809265137, - [ - -0.0051723262295126915, - -0.6185310482978821, - 0.1243739202618599, - 0.7758374214172363 - ] - ], - [ - 5.733333110809326, - [ - -0.0011555877281352878, - -0.6166993975639343, - 0.12754380702972412, - 0.776796817779541 - ] - ], - [ - 5.766666889190674, - [ - 0.0029150068294256926, - -0.615026593208313, - 0.13076116144657135, - 0.777583122253418 - ] - ], - [ - 5.800000190734863, - [ - 0.006991598289459944, - -0.6135483384132385, - 0.13398967683315277, - 0.7781749963760376 - ] - ], - [ - 5.833333492279053, - [ - 0.011026379652321339, - -0.6123006343841553, - 0.13719326257705688, - 0.778552770614624 - ] - ], - [ - 5.866666793823242, - [ - 0.01497188676148653, - -0.6113213300704956, - 0.14033658802509308, - 0.7786962985992432 - ] - ], - [ - 5.900000095367432, - [ - 0.018782492727041245, - -0.6106455326080322, - 0.14338558912277222, - 0.7785883545875549 - ] - ], - [ - 5.933333396911621, - [ - 0.02244557812809944, - -0.6102725267410278, - 0.14633071422576904, - 0.7782357931137085 - ] - ], - [ - 5.9666666984558105, - [ - 0.025975722819566727, - -0.6101711988449097, - 0.14918231964111328, - 0.7776638269424438 - ] - ], - [ - 6.0, - [ - 0.029371220618486404, - -0.6103260517120361, - 0.15193839371204376, - 0.7768874764442444 - ] - ], - [ - 6.0333333015441895, - [ - 0.03263154998421669, - -0.6107187271118164, - 0.15459756553173065, - 0.7759236097335815 - ] - ], - [ - 6.066666603088379, - [ - 0.0357564315199852, - -0.6113296151161194, - 0.15715861320495605, - 0.7747895121574402 - ] - ], - [ - 6.099999904632568, - [ - 0.0387454517185688, - -0.6121375560760498, - 0.1596199870109558, - 0.7735036611557007 - ] - ], - [ - 6.133333206176758, - [ - 0.04159766063094139, - -0.6131199598312378, - 0.16197936236858368, - 0.7720856666564941 - ] - ], - [ - 6.166666507720947, - [ - 0.04431085288524628, - -0.6142556071281433, - 0.16423369944095612, - 0.7705543041229248 - ] - ], - [ - 6.199999809265137, - [ - 0.04688168317079544, - -0.6155228614807129, - 0.16637887060642242, - 0.7689290046691895 - ] - ], - [ - 6.233333110809326, - [ - 0.04930536076426506, - -0.616901159286499, - 0.1684095561504364, - 0.767228901386261 - ] - ], - [ - 6.266666889190674, - [ - 0.05157572403550148, - -0.618370532989502, - 0.1703193336725235, - 0.7654731273651123 - ] - ], - [ - 6.300000190734863, - [ - 0.05368483439087868, - -0.6199138164520264, - 0.17210076749324799, - 0.7636793255805969 - ] - ], - [ - 6.333333492279053, - [ - 0.05562382936477661, - -0.621512770652771, - 0.1737450361251831, - 0.7618665099143982 - ] - ], - [ - 6.366666793823242, - [ - 0.057348910719156265, - -0.6233486533164978, - 0.175221785902977, - 0.7598979473114014 - ] - ], - [ - 6.400000095367432, - [ - 0.05883089825510979, - -0.625493586063385, - 0.17650869488716125, - 0.7577211856842041 - ] - ], - [ - 6.433333396911621, - [ - 0.060083914548158646, - -0.6277820467948914, - 0.17761164903640747, - 0.7554692029953003 - ] - ], - [ - 6.4666666984558105, - [ - 0.06112563982605934, - -0.6300641298294067, - 0.17854008078575134, - 0.7532638907432556 - ] - ], - [ - 6.5, - [ - 0.06197782978415489, - -0.6322047710418701, - 0.17930738627910614, - 0.7512155175209045 - ] - ], - [ - 6.5333333015441895, - [ - 0.062666155397892, - -0.6340813636779785, - 0.1799306720495224, - 0.7494255900382996 - ] - ], - [ - 6.566666603088379, - [ - 0.06321951001882553, - -0.6355792880058289, - 0.1804298758506775, - 0.7479889392852783 - ] - ], - [ - 6.599999904632568, - [ - 0.06366875022649765, - -0.6365872621536255, - 0.18082661926746368, - 0.7469971179962158 - ] - ], - [ - 6.633333206176758, - [ - 0.06404541432857513, - -0.636991560459137, - 0.18114304542541504, - 0.7465434670448303 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658529133_684135.json b/lenses/physics-objects/Scene/assets/1646688658529133_684135.json deleted file mode 100644 index 06f4c99a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658529133_684135.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658529133:684135", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658530354_684148.json b/lenses/physics-objects/Scene/assets/1646688658530354_684148.json deleted file mode 100644 index 1f329770..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658530354_684148.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658530354:684148", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.497951030731201, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.1835408210754395, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.6209726333618164, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 3.2055296897888184, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.477857828140259, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.8686788082122803, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 4.441730499267578, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.195311546325684, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 3.8856358528137207, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.044685363769531, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.586220741271973, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 4.599714756011963, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 4.420840740203857, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.7342402935028076, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.025792121887207, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 2.987274408340454, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 3.303453207015991, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.6987640857696533, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4576127529144287, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 2.91092848777771, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 2.774794816970825, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 2.913313150405884, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.6541171073913574, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3762850761413574, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.0839626789093018, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 2.5372042655944824, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.3886489868164063, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 3.9820408821105957, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 3.661055564880371, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 3.120310068130493, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 2.679041624069214, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.368994951248169, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.2844297885894775, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.7520389556884766, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 2.3212673664093018, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 2.1532864570617676, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 2.9960992336273193, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.9859697818756104, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 2.943071126937866, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 2.8427889347076416, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 2.3546249866485596, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 1.8924826383590698, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 1.9980533123016357, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.512949228286743, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 2.8080756664276123, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 2.9513275623321533, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 3.513396978378296, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6100547313690186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2447776794433594, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.3268394470214844, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8223776817321777, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 2.3372297286987305, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 2.5085487365722656, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.2124171257019043, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.668262243270874, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 3.922942638397217, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 3.7056851387023926, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 3.471160650253296, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 3.5368731021881104, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4571971893310547, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.36702299118042, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.1786508560180664, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 2.7597553730010986, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 2.829381227493286, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 3.5083069801330566, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.142950057983398, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.581650733947754, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.57462739944458, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.185338497161865, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.002650737762451, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 3.6841964721679688, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.336782217025757, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.528857469558716, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 3.4504237174987793, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 3.597085952758789, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.250955581665039, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.475260257720947, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.077535629272461, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 3.8607804775238037, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 3.4078257083892822, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 3.0574188232421875, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 3.1997015476226807, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.2817187309265137, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.499957799911499, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.7192392349243164, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 3.9320223331451416, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 4.324276447296143, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.447195053100586, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.121485710144043, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 3.5384132862091064, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 2.976576566696167, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 2.8742246627807617, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.290931463241577, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.672377824783325, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 4.007174968719482, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 4.24492883682251, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 4.42600679397583, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658530643_684155.json b/lenses/physics-objects/Scene/assets/1646688658530643_684155.json deleted file mode 100644 index 47414108..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658530643_684155.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658530643:684155", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ], - [ - 0.03333333507180214, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ], - [ - 0.06666667014360428, - [ - -0.05059034749865532, - -0.7938099503517151, - 0.09063220024108887, - 0.5992430448532104 - ] - ], - [ - 0.10000000149011612, - [ - -0.02517617680132389, - 0.8558880090713501, - -0.15121865272521973, - -0.4939178228378296 - ] - ], - [ - 0.13333334028720856, - [ - -0.11912517994642258, - 0.8472426533699036, - -0.22697137296199799, - -0.4652666449546814 - ] - ], - [ - 0.1666666716337204, - [ - 0.1196289211511612, - -0.7883702516555786, - 0.2280903160572052, - 0.5586914420127869 - ] - ], - [ - 0.20000000298023224, - [ - 0.09978675097227097, - -0.7333645820617676, - 0.21241702139377594, - 0.6380423307418823 - ] - ], - [ - 0.23333333432674408, - [ - 0.11658132821321487, - -0.770902693271637, - 0.226230189204216, - 0.5838987827301025 - ] - ], - [ - 0.2666666805744171, - [ - 0.05886157602071762, - -0.8404543995857239, - 0.17896273732185364, - 0.5080788135528564 - ] - ], - [ - 0.30000001192092896, - [ - 0.1057058647274971, - -0.8084668517112732, - 0.21729819476604462, - 0.5366461873054504 - ] - ], - [ - 0.3333333432674408, - [ - 0.14594833552837372, - -0.7421028017997742, - 0.2500881552696228, - 0.6045150756835938 - ] - ], - [ - 0.36666667461395264, - [ - 0.11547976732254028, - -0.7701735496520996, - 0.22546707093715668, - 0.5853731632232666 - ] - ], - [ - 0.4000000059604645, - [ - 0.12063874304294586, - -0.7543056011199951, - 0.22997798025608063, - 0.6029755473136902 - ] - ], - [ - 0.4333333373069763, - [ - 0.08064327389001846, - -0.7941936254501343, - 0.19740812480449677, - 0.5690194964408875 - ] - ], - [ - 0.46666666865348816, - [ - 0.03654896467924118, - -0.8442071080207825, - 0.16082990169525146, - 0.5100120306015015 - ] - ], - [ - 0.5, - [ - -0.07611788064241409, - 0.8438317179679871, - -0.1925647109746933, - -0.495048463344574 - ] - ], - [ - 0.5333333611488342, - [ - 0.0808647945523262, - -0.8357037901878357, - 0.1962106078863144, - 0.5065189599990845 - ] - ], - [ - 0.5666666626930237, - [ - 0.052437569946050644, - -0.8468362092971802, - 0.17313526570796967, - 0.5001428723335266 - ] - ], - [ - 0.6000000238418579, - [ - 0.06860000640153885, - -0.8366424441337585, - 0.1864974945783615, - 0.5104333162307739 - ] - ], - [ - 0.6333333253860474, - [ - -0.017631500959396362, - 0.8675471544265747, - -0.14458882808685303, - -0.4755472242832184 - ] - ], - [ - 0.6666666865348816, - [ - 0.035100650042295456, - -0.8460385203361511, - 0.1593855917453766, - 0.5075265765190125 - ] - ], - [ - 0.699999988079071, - [ - 0.09052789956331253, - -0.7598846554756165, - 0.2045440375804901, - 0.6103619933128357 - ] - ], - [ - 0.7333333492279053, - [ - 0.0651913434267044, - -0.7004921436309814, - 0.18362639844417572, - 0.6865436434745789 - ] - ], - [ - 0.7666666507720947, - [ - 0.05407661572098732, - -0.7008101940155029, - 0.1747957319021225, - 0.6894833445549011 - ] - ], - [ - 0.800000011920929, - [ - 0.08174620568752289, - -0.7145059108734131, - 0.19696177542209625, - 0.6663369536399841 - ] - ], - [ - 0.8333333134651184, - [ - -0.03692097216844559, - 0.8602252006530762, - -0.16001088917255402, - -0.4827483594417572 - ] - ], - [ - 0.8666666746139526, - [ - -0.05758790299296379, - 0.894278347492218, - -0.17489154636859894, - -0.40787598490715027 - ] - ], - [ - 0.8999999761581421, - [ - -0.052212126553058624, - 0.9404533505439758, - -0.23605799674987793, - -0.2389523983001709 - ] - ], - [ - 0.9333333373069763, - [ - -0.016944050788879395, - 0.8744574785232544, - -0.18639451265335083, - -0.447542279958725 - ] - ], - [ - 0.9666666388511658, - [ - 0.03404475376009941, - -0.790229856967926, - 0.15892505645751953, - 0.5908642411231995 - ] - ], - [ - 1.0, - [ - 0.031805653125047684, - -0.8130733966827393, - 0.15735352039337158, - 0.5595890879631042 - ] - ], - [ - 1.0333333015441895, - [ - -0.02915291115641594, - -0.8451234102249146, - 0.10730484873056412, - 0.5228787064552307 - ] - ], - [ - 1.0666667222976685, - [ - 0.01598685048520565, - -0.8104599714279175, - 0.14469851553440094, - 0.5674164295196533 - ] - ], - [ - 1.100000023841858, - [ - 0.04946004971861839, - -0.7512561082839966, - 0.17168357968330383, - 0.6353681683540344 - ] - ], - [ - 1.1333333253860474, - [ - 0.013073978014290333, - -0.7202196717262268, - 0.14181073009967804, - 0.678971529006958 - ] - ], - [ - 1.1666666269302368, - [ - 0.039250899106264114, - -0.699902355670929, - 0.16230425238609314, - 0.6944446563720703 - ] - ], - [ - 1.2000000476837158, - [ - 0.03240818530321121, - -0.8419743776321411, - 0.1568393111228943, - 0.5151993036270142 - ] - ], - [ - 1.2333333492279053, - [ - -0.0005589009379036725, - 0.8690419793128967, - -0.130569189786911, - -0.47719746828079224 - ] - ], - [ - 1.2666666507720947, - [ - 0.060453806072473526, - -0.8060070872306824, - 0.17976590991020203, - 0.5606979131698608 - ] - ], - [ - 1.2999999523162842, - [ - 0.05288611352443695, - -0.6708480715751648, - 0.17242145538330078, - 0.7193307876586914 - ] - ], - [ - 1.3333333730697632, - [ - 0.005204783286899328, - -0.6648557782173157, - 0.13464684784412384, - 0.7347176671028137 - ] - ], - [ - 1.3666666746139526, - [ - 0.03786163404583931, - -0.6807724833488464, - 0.16145916283130646, - 0.7134748697280884 - ] - ], - [ - 1.399999976158142, - [ - 0.0066535864025354385, - -0.784532904624939, - 0.1371392160654068, - 0.6046954989433289 - ] - ], - [ - 1.4333332777023315, - [ - 0.021556688472628593, - -0.7975760698318481, - 0.14904367923736572, - 0.5841178894042969 - ] - ], - [ - 1.4666666984558105, - [ - 0.06626187264919281, - -0.7466540932655334, - 0.1844448447227478, - 0.6356863379478455 - ] - ], - [ - 1.5, - [ - 0.007377769332379103, - -0.7451905608177185, - 0.14871713519096375, - 0.6500152349472046 - ] - ], - [ - 1.5333333015441895, - [ - -0.01046932116150856, - -0.6893117427825928, - 0.12167174369096756, - 0.714097797870636 - ] - ], - [ - 1.5666667222976685, - [ - 0.015526575967669487, - -0.7691386938095093, - 0.14368043839931488, - 0.622527539730072 - ] - ], - [ - 1.600000023841858, - [ - 0.02949047088623047, - 0.8862441778182983, - -0.10536321997642517, - -0.4501113295555115 - ] - ], - [ - 1.6333333253860474, - [ - -0.021440545096993446, - -0.8439523577690125, - 0.11359583586454391, - 0.5238136053085327 - ] - ], - [ - 1.6666666269302368, - [ - 0.02684503048658371, - -0.7439557909965515, - 0.15331406891345978, - 0.6498491764068604 - ] - ], - [ - 1.7000000476837158, - [ - 0.010752558708190918, - -0.7405461668968201, - 0.14053429663181305, - 0.6570585370063782 - ] - ], - [ - 1.7333333492279053, - [ - 0.02005106769502163, - -0.777786135673523, - 0.14820586144924164, - 0.6104766130447388 - ] - ], - [ - 1.7666666507720947, - [ - 0.029736170545220375, - -0.8255906701087952, - 0.1554519236087799, - 0.5416184067726135 - ] - ], - [ - 1.7999999523162842, - [ - 0.032222818583250046, - 0.9037983417510986, - -0.10187086462974548, - -0.41440635919570923 - ] - ], - [ - 1.8333333730697632, - [ - -0.0019869098905473948, - 0.9009875059127808, - -0.13003677129745483, - -0.41389399766921997 - ] - ], - [ - 1.8666666746139526, - [ - -0.022556589916348457, - 0.8581337928771973, - -0.14855727553367615, - -0.4909464120864868 - ] - ], - [ - 1.899999976158142, - [ - -0.003891484346240759, - -0.8375541567802429, - 0.1278972625732422, - 0.5311592817306519 - ] - ], - [ - 1.9333332777023315, - [ - 0.02831956557929516, - -0.8066542148590088, - 0.15455615520477295, - 0.5697537660598755 - ] - ], - [ - 1.9666666984558105, - [ - 0.018367983400821686, - -0.7979688048362732, - 0.14674994349479675, - 0.584271252155304 - ] - ], - [ - 2.0, - [ - -0.006783087272197008, - -0.8097841739654541, - 0.12627966701984406, - 0.5729371905326843 - ] - ], - [ - 2.0333333015441895, - [ - 0.04723498970270157, - -0.7528188228607178, - 0.1702074557542801, - 0.6340836882591248 - ] - ], - [ - 2.066666603088379, - [ - 0.059359174221754074, - -0.7073867917060852, - 0.17957226932048798, - 0.6810537576675415 - ] - ], - [ - 2.0999999046325684, - [ - 0.050608254969120026, - -0.7437897324562073, - 0.17281800508499146, - 0.6436998844146729 - ] - ], - [ - 2.133333444595337, - [ - 0.08723246306180954, - -0.7481715679168701, - 0.20233021676540375, - 0.6258532404899597 - ] - ], - [ - 2.1666667461395264, - [ - 0.042169731110334396, - -0.8366974592208862, - 0.16528505086898804, - 0.5204228758811951 - ] - ], - [ - 2.200000047683716, - [ - -0.0641712099313736, - 0.852118194103241, - -0.18249288201332092, - -0.48628485202789307 - ] - ], - [ - 2.2333333492279053, - [ - 0.1322317272424698, - -0.7989914417266846, - 0.23764866590499878, - 0.5363306403160095 - ] - ], - [ - 2.2666666507720947, - [ - 0.1279417723417282, - -0.7469707131385803, - 0.23448127508163452, - 0.6088384985923767 - ] - ], - [ - 2.299999952316284, - [ - 0.06863009184598923, - -0.7715275287628174, - 0.1873633712530136, - 0.6040946841239929 - ] - ], - [ - 2.3333332538604736, - [ - 0.038833778351545334, - -0.7694952487945557, - 0.16358022391796112, - 0.6161254048347473 - ] - ], - [ - 2.366666555404663, - [ - -0.007113455794751644, - -0.7884157299995422, - 0.12628895044326782, - 0.6019976139068604 - ] - ], - [ - 2.4000000953674316, - [ - 0.026255177333950996, - -0.7635546326637268, - 0.15350942313671112, - 0.6266816258430481 - ] - ], - [ - 2.433333396911621, - [ - 0.0882025733590126, - -0.7040398120880127, - 0.20334802567958832, - 0.6746835112571716 - ] - ], - [ - 2.4666666984558105, - [ - 0.0839090645313263, - -0.7310447096824646, - 0.19993165135383606, - 0.6469622850418091 - ] - ], - [ - 2.5, - [ - 0.09787880629301071, - -0.7121235132217407, - 0.21093370020389557, - 0.6624249815940857 - ] - ], - [ - 2.5333333015441895, - [ - 0.11667662858963013, - -0.7033880352973938, - 0.22578975558280945, - 0.6638153195381165 - ] - ], - [ - 2.566666603088379, - [ - -0.10423051565885544, - 0.8384251594543457, - -0.2151787281036377, - -0.4897727370262146 - ] - ], - [ - 2.5999999046325684, - [ - 0.14824356138706207, - -0.7686659097671509, - 0.2514830529689789, - 0.569150984287262 - ] - ], - [ - 2.633333444595337, - [ - 0.1586904525756836, - -0.638167142868042, - 0.25972315669059753, - 0.7071802616119385 - ] - ], - [ - 2.6666667461395264, - [ - 0.08966080844402313, - -0.6507476568222046, - 0.20397718250751495, - 0.7258661985397339 - ] - ], - [ - 2.700000047683716, - [ - 0.09739600867033005, - -0.5821418166160583, - 0.20934689044952393, - 0.7796145677566528 - ] - ], - [ - 2.7333333492279053, - [ - 0.0905144214630127, - -0.5829365849494934, - 0.20342771708965302, - 0.7814149260520935 - ] - ], - [ - 2.7666666507720947, - [ - 0.06924997270107269, - -0.6583775877952576, - 0.18720635771751404, - 0.7257391214370728 - ] - ], - [ - 2.799999952316284, - [ - 0.11998333036899567, - -0.6553173661231995, - 0.22809265553951263, - 0.71002596616745 - ] - ], - [ - 2.8333332538604736, - [ - 0.10994233191013336, - -0.6187249422073364, - 0.21898087859153748, - 0.746417760848999 - ] - ], - [ - 2.866666555404663, - [ - 0.06699249893426895, - -0.6734761595726013, - 0.18510375916957855, - 0.7125155925750732 - ] - ], - [ - 2.9000000953674316, - [ - 0.10902725905179977, - -0.7050262093544006, - 0.21956035494804382, - 0.6654654741287231 - ] - ], - [ - 2.933333396911621, - [ - 0.10951071977615356, - -0.7964438796043396, - 0.22010165452957153, - 0.5524851083755493 - ] - ], - [ - 2.9666666984558105, - [ - 0.0995088517665863, - -0.7839534878730774, - 0.21229849755764008, - 0.5748428106307983 - ] - ], - [ - 3.0, - [ - 0.09679755568504333, - -0.6996801495552063, - 0.21012535691261292, - 0.6759625673294067 - ] - ], - [ - 3.0333333015441895, - [ - 0.031274065375328064, - -0.7267904877662659, - 0.15735526382923126, - 0.6678599119186401 - ] - ], - [ - 3.066666603088379, - [ - 0.0008262915653176606, - -0.6526740193367004, - 0.13137197494506836, - 0.7461617588996887 - ] - ], - [ - 3.0999999046325684, - [ - 0.013884174637496471, - -0.524354100227356, - 0.13831011950969696, - 0.8400775790214539 - ] - ], - [ - 3.133333444595337, - [ - 0.022903304547071457, - -0.6394728422164917, - 0.14882586896419525, - 0.7539235949516296 - ] - ], - [ - 3.1666667461395264, - [ - 0.09274765849113464, - -0.7048112750053406, - 0.20609766244888306, - 0.6724305152893066 - ] - ], - [ - 3.200000047683716, - [ - 0.07130327075719833, - -0.6839480400085449, - 0.1884392499923706, - 0.7011573314666748 - ] - ], - [ - 3.2333333492279053, - [ - -0.023547304794192314, - -0.7103668451309204, - 0.11222287267446518, - 0.6944282054901123 - ] - ], - [ - 3.2666666507720947, - [ - 0.00023463585239369422, - -0.6911061406135559, - 0.1314159780740738, - 0.7107053399085999 - ] - ], - [ - 3.299999952316284, - [ - 0.015917019918560982, - -0.665023148059845, - 0.1438618302345276, - 0.7326627969741821 - ] - ], - [ - 3.3333332538604736, - [ - 0.010415050201117992, - -0.690274715423584, - 0.1406668871641159, - 0.7096655368804932 - ] - ], - [ - 3.366666555404663, - [ - 0.0025067587848752737, - -0.7254498600959778, - 0.13394750654697418, - 0.6751105785369873 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658530947_684162.json b/lenses/physics-objects/Scene/assets/1646688658530947_684162.json deleted file mode 100644 index 41e45fe4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658530947_684162.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658530947:684162", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658532238_684179.json b/lenses/physics-objects/Scene/assets/1646688658532238_684179.json deleted file mode 100644 index 0c7e4e53..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658532238_684179.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658532238:684179", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658532578_684186.json b/lenses/physics-objects/Scene/assets/1646688658532578_684186.json deleted file mode 100644 index 45a65162..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658532578_684186.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658532578:684186", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.149733523372561e-05, - -0.019308768212795258, - -1.7494475059720571e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - 9.149733523372561e-05, - -0.019308768212795258, - -1.7494475059720571e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658532871_684193.json b/lenses/physics-objects/Scene/assets/1646688658532871_684193.json deleted file mode 100644 index ec5098fd..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658532871_684193.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658532871:684193", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658542356_684206.json b/lenses/physics-objects/Scene/assets/1646688658542356_684206.json deleted file mode 100644 index 153cb2f3..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658542356_684206.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658542356:684206", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658542663_684213.json b/lenses/physics-objects/Scene/assets/1646688658542663_684213.json deleted file mode 100644 index 2a5d52f4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658542663_684213.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658542663:684213", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 9.1503796284087e-05, - -0.019308719784021378, - -1.7676907191344071e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - 9.1503796284087e-05, - -0.019308719784021378, - -1.7676907191344071e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658542999_684220.json b/lenses/physics-objects/Scene/assets/1646688658542999_684220.json deleted file mode 100644 index e151edef..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658542999_684220.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658542999:684220", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658544353_684233.json b/lenses/physics-objects/Scene/assets/1646688658544353_684233.json deleted file mode 100644 index 8c5ff570..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658544353_684233.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658544353:684233", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 6.633333206176758, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658544635_684240.json b/lenses/physics-objects/Scene/assets/1646688658544635_684240.json deleted file mode 100644 index 02731ecb..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658544635_684240.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658544635:684240", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.003068600781261921, - -0.11376027762889862, - -0.5338321924209595, - 0.8378975987434387 - ] - ], - [ - 0.03333333507180214, - [ - -0.003068600781261921, - -0.11376027762889862, - -0.5338321924209595, - 0.8378975987434387 - ] - ], - [ - 0.06666667014360428, - [ - -0.004307345952838659, - -0.11542089283466339, - -0.5339943766593933, - 0.8375616073608398 - ] - ], - [ - 0.10000000149011612, - [ - -0.007831553928554058, - -0.12014984339475632, - -0.5344322919845581, - 0.8365911841392517 - ] - ], - [ - 0.13333334028720856, - [ - -0.013295258395373821, - -0.12749512493610382, - -0.5350431799888611, - 0.8350431323051453 - ] - ], - [ - 0.1666666716337204, - [ - -0.020322032272815704, - -0.13696864247322083, - -0.5357072949409485, - 0.8329731822013855 - ] - ], - [ - 0.20000000298023224, - [ - -0.028550872579216957, - -0.14810562133789063, - -0.5363097786903381, - 0.8304344415664673 - ] - ], - [ - 0.23333333432674408, - [ - -0.03766116127371788, - -0.16049638390541077, - -0.5367531776428223, - 0.827477216720581 - ] - ], - [ - 0.2666666805744171, - [ - -0.04738031327724457, - -0.17379553616046906, - -0.5369619131088257, - 0.824149489402771 - ] - ], - [ - 0.30000001192092896, - [ - -0.05748112127184868, - -0.18771745264530182, - -0.5368818640708923, - 0.8204973936080933 - ] - ], - [ - 0.3333333432674408, - [ - -0.06777498871088028, - -0.2020266354084015, - -0.5364786982536316, - 0.816567599773407 - ] - ], - [ - 0.36666667461395264, - [ - -0.07810410857200623, - -0.21652644872665405, - -0.5357341766357422, - 0.8124068975448608 - ] - ], - [ - 0.4000000059604645, - [ - -0.08833523839712143, - -0.23105040192604065, - -0.5346448421478271, - 0.8080640435218811 - ] - ], - [ - 0.4333333373069763, - [ - -0.09835080802440643, - -0.24544934928417206, - -0.5332183837890625, - 0.8035918474197388 - ] - ], - [ - 0.46666666865348816, - [ - -0.10805076360702515, - -0.2595933973789215, - -0.5314745306968689, - 0.7990438938140869 - ] - ], - [ - 0.5, - [ - -0.11734287440776825, - -0.27335819602012634, - -0.5294416546821594, - 0.7944793701171875 - ] - ], - [ - 0.5333333611488342, - [ - -0.1261434555053711, - -0.28662505745887756, - -0.5271572470664978, - 0.7899615168571472 - ] - ], - [ - 0.5666666626930237, - [ - -0.13437490165233612, - -0.2992769479751587, - -0.5246667265892029, - 0.7855581045150757 - ] - ], - [ - 0.6000000238418579, - [ - -0.14196588099002838, - -0.31119832396507263, - -0.5220234990119934, - 0.7813403606414795 - ] - ], - [ - 0.6333333253860474, - [ - -0.14884258806705475, - -0.32226234674453735, - -0.5192859172821045, - 0.7773898839950562 - ] - ], - [ - 0.6666666865348816, - [ - -0.1549435555934906, - -0.33235156536102295, - -0.5165205597877502, - 0.7737838625907898 - ] - ], - [ - 0.699999988079071, - [ - -0.16020342707633972, - -0.3413351774215698, - -0.5137970447540283, - 0.77060866355896 - ] - ], - [ - 0.7333333492279053, - [ - -0.16456004977226257, - -0.34907981753349304, - -0.511188805103302, - 0.7679513096809387 - ] - ], - [ - 0.7666666507720947, - [ - -0.1679522544145584, - -0.35544732213020325, - -0.5087707042694092, - 0.7658992409706116 - ] - ], - [ - 0.800000011920929, - [ - -0.17031893134117126, - -0.3602950870990753, - -0.5066169500350952, - 0.7645378708839417 - ] - ], - [ - 0.8333333134651184, - [ - -0.17205652594566345, - -0.3640492558479309, - -0.5046243667602539, - 0.7636877298355103 - ] - ], - [ - 0.8666666746139526, - [ - -0.17360223829746246, - -0.3672047257423401, - -0.5026711821556091, - 0.7631151080131531 - ] - ], - [ - 0.8999999761581421, - [ - -0.17495456337928772, - -0.36971715092658997, - -0.5008029341697693, - 0.7628214359283447 - ] - ], - [ - 0.9333333373069763, - [ - -0.17610962688922882, - -0.3715391159057617, - -0.4990655481815338, - 0.7628090381622314 - ] - ], - [ - 0.9666666388511658, - [ - -0.1770593822002411, - -0.3726194500923157, - -0.4975043833255768, - 0.763081967830658 - ] - ], - [ - 1.0, - [ - -0.17778964340686798, - -0.3729022443294525, - -0.49616381525993347, - 0.7636468410491943 - ] - ], - [ - 1.0333333015441895, - [ - -0.17803052067756653, - -0.3716024160385132, - -0.49541133642196655, - 0.7647119760513306 - ] - ], - [ - 1.0666667222976685, - [ - -0.17753252387046814, - -0.36808884143829346, - -0.49552372097969055, - 0.7664522528648376 - ] - ], - [ - 1.100000023841858, - [ - -0.17626647651195526, - -0.3625103831291199, - -0.4963929057121277, - 0.7688370943069458 - ] - ], - [ - 1.1333333253860474, - [ - -0.17416740953922272, - -0.35499370098114014, - -0.4978984594345093, - 0.771843433380127 - ] - ], - [ - 1.1666666269302368, - [ - -0.17115163803100586, - -0.3456486761569977, - -0.4999152719974518, - 0.77544766664505 - ] - ], - [ - 1.2000000476837158, - [ - -0.1669372171163559, - -0.3344043493270874, - -0.5024445652961731, - 0.7796506881713867 - ] - ], - [ - 1.2333333492279053, - [ - -0.16125701367855072, - -0.3211984634399414, - -0.5054639577865601, - 0.7844322323799133 - ] - ], - [ - 1.2666666507720947, - [ - -0.15405569970607758, - -0.30613937973976135, - -0.508812665939331, - 0.7897184491157532 - ] - ], - [ - 1.2999999523162842, - [ - -0.1452799141407013, - -0.2893069088459015, - -0.5123289823532104, - 0.7954334020614624 - ] - ], - [ - 1.3333333730697632, - [ - -0.1348850280046463, - -0.27076107263565063, - -0.5158529281616211, - 0.8014925122261047 - ] - ], - [ - 1.3666666746139526, - [ - -0.12282290309667587, - -0.25052618980407715, - -0.5192233920097351, - 0.80781090259552 - ] - ], - [ - 1.399999976158142, - [ - -0.10902819037437439, - -0.22857528924942017, - -0.5222746729850769, - 0.8143066763877869 - ] - ], - [ - 1.4333332777023315, - [ - -0.09339720755815506, - -0.20480643212795258, - -0.5248298048973083, - 0.8209049701690674 - ] - ], - [ - 1.4666666984558105, - [ - -0.0757417231798172, - -0.178985133767128, - -0.5266861319541931, - 0.827544093132019 - ] - ], - [ - 1.5, - [ - -0.05569028854370117, - -0.15061795711517334, - -0.5275832414627075, - 0.8341875076293945 - ] - ], - [ - 1.5333333015441895, - [ - -0.03240681439638138, - -0.118584044277668, - -0.5271124243736267, - 0.8408567905426025 - ] - ], - [ - 1.5666667222976685, - [ - -0.0034504905343055725, - -0.07963081449270248, - -0.5243526101112366, - 0.8477625846862793 - ] - ], - [ - 1.600000023841858, - [ - 0.05807236209511757, - 0.0018931004451587796, - -0.5105701684951782, - 0.8578706979751587 - ] - ], - [ - 1.6333333253860474, - [ - 0.05951308831572533, - 0.003364463336765766, - -0.5134679079055786, - 0.8560359477996826 - ] - ], - [ - 1.6666666269302368, - [ - 0.06107165664434433, - 0.004790406674146652, - -0.5156468749046326, - 0.8546084761619568 - ] - ], - [ - 1.7000000476837158, - [ - 0.06275735050439835, - 0.006178564392030239, - -0.5170770883560181, - 0.8536128401756287 - ] - ], - [ - 1.7333333492279053, - [ - 0.06458239257335663, - 0.007539184298366308, - -0.5177161693572998, - 0.8530782461166382 - ] - ], - [ - 1.7666666507720947, - [ - 0.0665513277053833, - 0.008888388983905315, - -0.517681360244751, - 0.8529350161552429 - ] - ], - [ - 1.7999999523162842, - [ - 0.06866005063056946, - 0.010239252820611, - -0.5171562433242798, - 0.8530712723731995 - ] - ], - [ - 1.8333333730697632, - [ - 0.07091158628463745, - 0.011601048521697521, - -0.5161802768707275, - 0.8534606695175171 - ] - ], - [ - 1.8666666746139526, - [ - 0.07330826669931412, - 0.012982264161109924, - -0.5147868990898132, - 0.85407954454422 - ] - ], - [ - 1.899999976158142, - [ - 0.07585195451974869, - 0.014390982687473297, - -0.513005256652832, - 0.854906439781189 - ] - ], - [ - 1.9333332777023315, - [ - 0.07854373753070831, - 0.015834689140319824, - -0.5108615756034851, - 0.8559209108352661 - ] - ], - [ - 1.9666666984558105, - [ - 0.08137417584657669, - 0.017320683225989342, - -0.5083624720573425, - 0.857114851474762 - ] - ], - [ - 2.0, - [ - 0.05281192809343338, - -0.02303772233426571, - -0.5171120166778564, - 0.8539761900901794 - ] - ], - [ - 2.0333333015441895, - [ - 0.027130400761961937, - -0.05979441478848457, - -0.5242519974708557, - 0.8490279316902161 - ] - ], - [ - 2.066666603088379, - [ - 0.010420579463243484, - -0.08486554771661758, - -0.5280588865280151, - 0.8448923230171204 - ] - ], - [ - 2.0999999046325684, - [ - -0.002718984382227063, - -0.10539104789495468, - -0.5305598378181458, - 0.8410657644271851 - ] - ], - [ - 2.133333444595337, - [ - -0.013659320771694183, - -0.12316019088029861, - -0.5322790145874023, - 0.8374510407447815 - ] - ], - [ - 2.1666667461395264, - [ - -0.02299036644399166, - -0.1389230340719223, - -0.5334495902061462, - 0.8340285420417786 - ] - ], - [ - 2.200000047683716, - [ - -0.031031956896185875, - -0.15306764841079712, - -0.5342023372650146, - 0.8308039307594299 - ] - ], - [ - 2.2333333492279053, - [ - -0.037985336035490036, - -0.16582030057907104, - -0.5346220135688782, - 0.8277922868728638 - ] - ], - [ - 2.2666666507720947, - [ - -0.0439935177564621, - -0.177325040102005, - -0.5347697734832764, - 0.8250101208686829 - ] - ], - [ - 2.299999952316284, - [ - -0.049168989062309265, - -0.18768012523651123, - -0.534693717956543, - 0.8224727511405945 - ] - ], - [ - 2.3333332538604736, - [ - -0.05360882356762886, - -0.19695796072483063, - -0.5344349145889282, - 0.820190966129303 - ] - ], - [ - 2.366666555404663, - [ - -0.05739960819482803, - -0.2052116096019745, - -0.5340303182601929, - 0.8181717991828918 - ] - ], - [ - 2.4000000953674316, - [ - -0.06042131409049034, - -0.2122994214296341, - -0.533592939376831, - 0.8164293169975281 - ] - ], - [ - 2.433333396911621, - [ - -0.06255295127630234, - -0.21807171404361725, - -0.533254861831665, - 0.8149669170379639 - ] - ], - [ - 2.4666666984558105, - [ - -0.06385040283203125, - -0.22252526879310608, - -0.5330696702003479, - 0.8137827515602112 - ] - ], - [ - 2.5, - [ - -0.06431333720684052, - -0.2256549745798111, - -0.5331447720527649, - 0.8128348588943481 - ] - ], - [ - 2.5333333015441895, - [ - -0.06393446773290634, - -0.2274387925863266, - -0.5335744023323059, - 0.8120852112770081 - ] - ], - [ - 2.566666603088379, - [ - -0.06273999810218811, - -0.2278313934803009, - -0.5343813896179199, - 0.8115376234054565 - ] - ], - [ - 2.5999999046325684, - [ - -0.060730818659067154, - -0.22676770389080048, - -0.5355745553970337, - 0.8112016320228577 - ] - ], - [ - 2.633333444595337, - [ - -0.05797485262155533, - -0.22435125708580017, - -0.5371059775352478, - 0.8110626339912415 - ] - ], - [ - 2.6666667461395264, - [ - -0.054589446634054184, - -0.22081294655799866, - -0.5388839244842529, - 0.811089277267456 - ] - ], - [ - 2.700000047683716, - [ - -0.05061168596148491, - -0.21624615788459778, - -0.5408349633216858, - 0.8112791180610657 - ] - ], - [ - 2.7333333492279053, - [ - -0.04606463387608528, - -0.2107282280921936, - -0.5428814888000488, - 0.8116350173950195 - ] - ], - [ - 2.7666666507720947, - [ - -0.040962256491184235, - -0.20432421565055847, - -0.5449439883232117, - 0.8121636509895325 - ] - ], - [ - 2.799999952316284, - [ - -0.03531380742788315, - -0.19708934426307678, - -0.5469431281089783, - 0.8128726482391357 - ] - ], - [ - 2.8333332538604736, - [ - -0.02912825345993042, - -0.18907283246517181, - -0.5488017201423645, - 0.8137688040733337 - ] - ], - [ - 2.866666555404663, - [ - -0.022413168102502823, - -0.18031489849090576, - -0.5504445433616638, - 0.8148590326309204 - ] - ], - [ - 2.9000000953674316, - [ - -0.015179703943431377, - -0.17085224390029907, - -0.5518004298210144, - 0.8161467909812927 - ] - ], - [ - 2.933333396911621, - [ - -0.007550680544227362, - -0.16081812977790833, - -0.5527806282043457, - 0.8176271319389343 - ] - ], - [ - 2.9666666984558105, - [ - 0.00037561930366791785, - -0.15031501650810242, - -0.5533189177513123, - 0.8192944526672363 - ] - ], - [ - 3.0, - [ - 0.008602777495980263, - -0.13935115933418274, - -0.5533896088600159, - 0.8211377263069153 - ] - ], - [ - 3.0333333015441895, - [ - 0.017122631892561913, - -0.12794406712055206, - -0.5529727339744568, - 0.8231393098831177 - ] - ], - [ - 3.066666603088379, - [ - 0.02632664330303669, - -0.11554383486509323, - -0.5519784688949585, - 0.8253946304321289 - ] - ], - [ - 3.0999999046325684, - [ - 0.0365150049328804, - -0.10175289958715439, - -0.5503150820732117, - 0.8279289603233337 - ] - ], - [ - 3.133333444595337, - [ - 0.04751267656683922, - -0.08684724569320679, - -0.5479776263237, - 0.8306146264076233 - ] - ], - [ - 3.1666667461395264, - [ - 0.05909883603453636, - -0.07115668803453445, - -0.5449894666671753, - 0.8333249688148499 - ] - ], - [ - 3.200000047683716, - [ - 0.07096459716558456, - -0.05512132868170738, - -0.5414254069328308, - 0.8359331488609314 - ] - ], - [ - 3.2333333492279053, - [ - 0.08252532035112381, - -0.03950781375169754, - -0.5374746918678284, - 0.8383016586303711 - ] - ], - [ - 3.2666666507720947, - [ - 0.0927317664027214, - -0.025671761482954025, - -0.5335705280303955, - 0.8402645587921143 - ] - ], - [ - 3.299999952316284, - [ - 0.09991762787103653, - -0.015805838629603386, - -0.5305304527282715, - 0.8416080474853516 - ] - ], - [ - 3.3333332538604736, - [ - 0.1017681285738945, - -0.01296615693718195, - -0.5295332074165344, - 0.842062771320343 - ] - ], - [ - 3.366666555404663, - [ - 0.09781573712825775, - -0.01777435839176178, - -0.5309255123138428, - 0.8415666818618774 - ] - ], - [ - 3.4000000953674316, - [ - 0.08989198505878448, - -0.027812954038381577, - -0.5338616371154785, - 0.8403199315071106 - ] - ], - [ - 3.433333396911621, - [ - 0.0794590413570404, - -0.04116135835647583, - -0.5375366806983948, - 0.8384785652160645 - ] - ], - [ - 3.4666666984558105, - [ - 0.06757611781358719, - -0.05643577501177788, - -0.5413790941238403, - 0.8361561894416809 - ] - ], - [ - 3.5, - [ - 0.054902832955121994, - -0.07278242707252502, - -0.5450493693351746, - 0.8334324359893799 - ] - ], - [ - 3.5333333015441895, - [ - 0.04183313995599747, - -0.08969897776842117, - -0.5483610033988953, - 0.8303641080856323 - ] - ], - [ - 3.566666603088379, - [ - 0.028612831607460976, - -0.10687814652919769, - -0.5512126088142395, - 0.826996386051178 - ] - ], - [ - 3.5999999046325684, - [ - 0.015373609028756618, - -0.12414894998073578, - -0.5535467267036438, - 0.8233691453933716 - ] - ], - [ - 3.633333444595337, - [ - 0.002237211214378476, - -0.14136701822280884, - -0.5553343296051025, - 0.8195207118988037 - ] - ], - [ - 3.6666667461395264, - [ - -0.010657372884452343, - -0.15838320553302765, - -0.5565746426582336, - 0.8154911994934082 - ] - ], - [ - 3.700000047683716, - [ - -0.0231931172311306, - -0.17507362365722656, - -0.5572856664657593, - 0.8113225102424622 - ] - ], - [ - 3.7333333492279053, - [ - -0.03526611998677254, - -0.1913270652294159, - -0.5574995875358582, - 0.8070591688156128 - ] - ], - [ - 3.7666666507720947, - [ - -0.04678071290254593, - -0.20703808963298798, - -0.5572606921195984, - 0.8027499914169312 - ] - ], - [ - 3.799999952316284, - [ - -0.057645995169878006, - -0.2221013903617859, - -0.5566228628158569, - 0.7984479665756226 - ] - ], - [ - 3.8333332538604736, - [ - -0.06777462363243103, - -0.23640967905521393, - -0.5556492209434509, - 0.7942110896110535 - ] - ], - [ - 3.866666555404663, - [ - -0.0771481990814209, - -0.24991072714328766, - -0.5543813705444336, - 0.7900974750518799 - ] - ], - [ - 3.9000000953674316, - [ - -0.08576956391334534, - -0.2625659704208374, - -0.5528513193130493, - 0.7861667275428772 - ] - ], - [ - 3.933333396911621, - [ - -0.09358468651771545, - -0.27427932620048523, - -0.5511171221733093, - 0.7824849486351013 - ] - ], - [ - 3.9666666984558105, - [ - -0.10054050385951996, - -0.2849483788013458, - -0.5492409467697144, - 0.7791215777397156 - ] - ], - [ - 4.0, - [ - -0.10658445209264755, - -0.2944639027118683, - -0.5472884178161621, - 0.77614825963974 - ] - ], - [ - 4.0333333015441895, - [ - -0.11166408658027649, - -0.3027098476886749, - -0.5453272461891174, - 0.7736383676528931 - ] - ], - [ - 4.066666603088379, - [ - -0.11572667211294174, - -0.30956342816352844, - -0.5434255003929138, - 0.7716647982597351 - ] - ], - [ - 4.099999904632568, - [ - -0.11871860921382904, - -0.3148963451385498, - -0.5416505336761475, - 0.7702993750572205 - ] - ], - [ - 4.133333206176758, - [ - -0.12104380130767822, - -0.3191538155078888, - -0.539941132068634, - 0.7693846821784973 - ] - ], - [ - 4.166666507720947, - [ - -0.12314417213201523, - -0.3228471577167511, - -0.5382205247879028, - 0.7687157392501831 - ] - ], - [ - 4.199999809265137, - [ - -0.12502077221870422, - -0.32594019174575806, - -0.5365301966667175, - 0.7682890892028809 - ] - ], - [ - 4.233333110809326, - [ - -0.12667207419872284, - -0.32839277386665344, - -0.5349117517471313, - 0.7681027054786682 - ] - ], - [ - 4.266666889190674, - [ - -0.1280924677848816, - -0.3301599621772766, - -0.5334060788154602, - 0.7681566476821899 - ] - ], - [ - 4.300000190734863, - [ - -0.12927010655403137, - -0.33119091391563416, - -0.532052755355835, - 0.7684540748596191 - ] - ], - [ - 4.333333492279053, - [ - -0.12992696464061737, - -0.33075690269470215, - -0.5311427712440491, - 0.7691594362258911 - ] - ], - [ - 4.366666793823242, - [ - -0.12980876863002777, - -0.3282628655433655, - -0.5308932662010193, - 0.7704190611839294 - ] - ], - [ - 4.400000095367432, - [ - -0.12889209389686584, - -0.32382732629776, - -0.531213104724884, - 0.7722275257110596 - ] - ], - [ - 4.433333396911621, - [ - -0.12711453437805176, - -0.3175419867038727, - -0.5319952368736267, - 0.774590253829956 - ] - ], - [ - 4.4666666984558105, - [ - -0.12439242005348206, - -0.30948010087013245, - -0.5331245064735413, - 0.7775132656097412 - ] - ], - [ - 4.5, - [ - -0.12063425034284592, - -0.299701064825058, - -0.5344839096069336, - 0.78099524974823 - ] - ], - [ - 4.5333333015441895, - [ - -0.11575023829936981, - -0.2882534861564636, - -0.5359578728675842, - 0.7850229144096375 - ] - ], - [ - 4.566666603088379, - [ - -0.10965663194656372, - -0.27517449855804443, - -0.5374343991279602, - 0.7895686626434326 - ] - ], - [ - 4.599999904632568, - [ - -0.10227437317371368, - -0.2604855000972748, - -0.5388057827949524, - 0.7945914268493652 - ] - ], - [ - 4.633333206176758, - [ - -0.09353144466876984, - -0.24419337511062622, - -0.5399664640426636, - 0.8000360727310181 - ] - ], - [ - 4.666666507720947, - [ - -0.08334199339151382, - -0.22626294195652008, - -0.540805459022522, - 0.8058466911315918 - ] - ], - [ - 4.699999809265137, - [ - -0.07162170112133026, - -0.20664019882678986, - -0.5412083864212036, - 0.8119505047798157 - ] - ], - [ - 4.733333110809326, - [ - -0.05823501572012901, - -0.1851842999458313, - -0.5410413146018982, - 0.8182846307754517 - ] - ], - [ - 4.766666889190674, - [ - -0.042960502207279205, - -0.16162490844726563, - -0.5401350855827332, - 0.8247944712638855 - ] - ], - [ - 4.800000190734863, - [ - -0.025373876094818115, - -0.13541069626808167, - -0.5382425785064697, - 0.8314535617828369 - ] - ], - [ - 4.833333492279053, - [ - -0.004502939525991678, - -0.10525503754615784, - -0.5349107980728149, - 0.8383148312568665 - ] - ], - [ - 4.866666793823242, - [ - 0.02278786152601242, - -0.06700156629085541, - -0.5288810133934021, - 0.8457401394844055 - ] - ], - [ - 4.900000095367432, - [ - 0.07116301357746124, - -0.0011759004555642605, - -0.5142325162887573, - 0.8546925187110901 - ] - ], - [ - 4.933333396911621, - [ - 0.07015923410654068, - -0.0009217250626534224, - -0.5164870619773865, - 0.8534156084060669 - ] - ], - [ - 4.9666666984558105, - [ - 0.06924938410520554, - -0.0006684595136903226, - -0.5180487036705017, - 0.8525430560112 - ] - ], - [ - 5.0, - [ - 0.06844063848257065, - -0.0004233588697388768, - -0.5188793540000916, - 0.8521032333374023 - ] - ], - [ - 5.0333333015441895, - [ - 0.06774133443832397, - -0.0001931239094119519, - -0.5189271569252014, - 0.8521302342414856 - ] - ], - [ - 5.066666603088379, - [ - 0.06715290248394012, - 2.100562232953962e-05, - -0.5182989239692688, - 0.8525589108467102 - ] - ], - [ - 5.099999904632568, - [ - 0.06667459011077881, - 0.00022182708198670298, - -0.5171716809272766, - 0.8532806634902954 - ] - ], - [ - 5.133333206176758, - [ - 0.06631273031234741, - 0.00040932788397185504, - -0.5155794024467468, - 0.8542718291282654 - ] - ], - [ - 5.166666507720947, - [ - 0.06607453525066376, - 0.0005844440311193466, - -0.5135509967803955, - 0.8555110692977905 - ] - ], - [ - 5.199999809265137, - [ - 0.06596790999174118, - 0.0007490824209526181, - -0.5111115574836731, - 0.8569787740707397 - ] - ], - [ - 5.233333110809326, - [ - 0.03668787330389023, - -0.038087718188762665, - -0.5181912779808044, - 0.8536282181739807 - ] - ], - [ - 5.266666889190674, - [ - 0.0068317921832203865, - -0.07805662602186203, - -0.5243975520133972, - 0.8478606343269348 - ] - ], - [ - 5.300000190734863, - [ - -0.013529631309211254, - -0.10579940676689148, - -0.527014434337616, - 0.8431366682052612 - ] - ], - [ - 5.333333492279053, - [ - -0.030260814353823662, - -0.1291000097990036, - -0.5281760096549988, - 0.8387179374694824 - ] - ], - [ - 5.366666793823242, - [ - -0.04473332688212395, - -0.14977328479290009, - -0.528434693813324, - 0.8344600796699524 - ] - ], - [ - 5.400000095367432, - [ - -0.0575048066675663, - -0.16854943335056305, - -0.5280538201332092, - 0.8303273320198059 - ] - ], - [ - 5.433333396911621, - [ - -0.06885634362697601, - -0.18578575551509857, - -0.5271963477134705, - 0.8263210654258728 - ] - ], - [ - 5.4666666984558105, - [ - -0.07894894480705261, - -0.2016732096672058, - -0.5259807109832764, - 0.8224594593048096 - ] - ], - [ - 5.5, - [ - -0.08788488060235977, - -0.21631720662117004, - -0.5245020389556885, - 0.818767786026001 - ] - ], - [ - 5.5333333015441895, - [ - -0.09573862701654434, - -0.2297777682542801, - -0.5228433609008789, - 0.815273642539978 - ] - ], - [ - 5.566666603088379, - [ - -0.10256007313728333, - -0.24207262694835663, - -0.5210776329040527, - 0.8120101094245911 - ] - ], - [ - 5.599999904632568, - [ - -0.10839762538671494, - -0.25320810079574585, - -0.5192745923995972, - 0.8090052604675293 - ] - ], - [ - 5.633333206176758, - [ - -0.11330122500658035, - -0.26318326592445374, - -0.5175023674964905, - 0.806280791759491 - ] - ], - [ - 5.666666507720947, - [ - -0.1173124760389328, - -0.2719763517379761, - -0.5158251523971558, - 0.803860068321228 - ] - ], - [ - 5.699999809265137, - [ - -0.12047602981328964, - -0.2795615792274475, - -0.5143064856529236, - 0.8017603754997253 - ] - ], - [ - 5.733333110809326, - [ - -0.12283634394407272, - -0.28590649366378784, - -0.5130085945129395, - 0.7999942898750305 - ] - ], - [ - 5.766666889190674, - [ - -0.12443634867668152, - -0.2909725606441498, - -0.5119920372962952, - 0.798570454120636 - ] - ], - [ - 5.800000190734863, - [ - -0.12531408667564392, - -0.29471394419670105, - -0.5113149285316467, - 0.7974944114685059 - ] - ], - [ - 5.833333492279053, - [ - -0.12549884617328644, - -0.2970765233039856, - -0.5110308527946472, - 0.7967703938484192 - ] - ], - [ - 5.866666793823242, - [ - -0.12500564754009247, - -0.2979949414730072, - -0.5111876130104065, - 0.7964043021202087 - ] - ], - [ - 5.900000095367432, - [ - -0.12382857501506805, - -0.29738879203796387, - -0.5118243098258972, - 0.7964058518409729 - ] - ], - [ - 5.933333396911621, - [ - -0.12202167510986328, - -0.2953561842441559, - -0.5129035115242004, - 0.7967467904090881 - ] - ], - [ - 5.9666666984558105, - [ - -0.11968349665403366, - -0.29213428497314453, - -0.5143277049064636, - 0.7973710894584656 - ] - ], - [ - 6.0, - [ - -0.11683861166238785, - -0.2878206670284271, - -0.5160320997238159, - 0.7982599139213562 - ] - ], - [ - 6.0333333015441895, - [ - -0.11350493878126144, - -0.2825089693069458, - -0.5179507732391357, - 0.799394965171814 - ] - ], - [ - 6.066666603088379, - [ - -0.1096901148557663, - -0.2762792706489563, - -0.5200154781341553, - 0.8007633686065674 - ] - ], - [ - 6.099999904632568, - [ - -0.1053999736905098, - -0.26920682191848755, - -0.5221586227416992, - 0.8023521304130554 - ] - ], - [ - 6.133333206176758, - [ - -0.10064119100570679, - -0.26136302947998047, - -0.5243149399757385, - 0.8041483759880066 - ] - ], - [ - 6.166666507720947, - [ - -0.09542430937290192, - -0.2528176009654999, - -0.5264222621917725, - 0.8061371445655823 - ] - ], - [ - 6.199999809265137, - [ - -0.08976619690656662, - -0.24364066123962402, - -0.5284225940704346, - 0.8083012104034424 - ] - ], - [ - 6.233333110809326, - [ - -0.08369248360395432, - -0.23390541970729828, - -0.5302631258964539, - 0.8106201887130737 - ] - ], - [ - 6.266666889190674, - [ - -0.07724032551050186, - -0.22369152307510376, - -0.5318971276283264, - 0.8130691647529602 - ] - ], - [ - 6.300000190734863, - [ - -0.07045869529247284, - -0.21308577060699463, - -0.5332843065261841, - 0.8156211376190186 - ] - ], - [ - 6.333333492279053, - [ - -0.06340804696083069, - -0.20218220353126526, - -0.5343907475471497, - 0.8182472586631775 - ] - ], - [ - 6.366666793823242, - [ - -0.05583120509982109, - -0.19060483574867249, - -0.5351938009262085, - 0.8210482597351074 - ] - ], - [ - 6.400000095367432, - [ - -0.04757363721728325, - -0.1781471073627472, - -0.5356685519218445, - 0.8240508437156677 - ] - ], - [ - 6.433333396911621, - [ - -0.03891231492161751, - -0.16522741317749023, - -0.5358061790466309, - 0.82710200548172 - ] - ], - [ - 6.4666666984558105, - [ - -0.030176760628819466, - -0.15232637524604797, - -0.5356255769729614, - 0.8300549983978271 - ] - ], - [ - 6.5, - [ - -0.021766798570752144, - -0.14001142978668213, - -0.5351808667182922, - 0.8327692747116089 - ] - ], - [ - 6.5333333015441895, - [ - -0.014169551432132721, - -0.12896166741847992, - -0.5345667004585266, - 0.8351086974143982 - ] - ], - [ - 6.566666603088379, - [ - -0.00796589720994234, - -0.11997891217470169, - -0.5339198112487793, - 0.8369415998458862 - ] - ], - [ - 6.599999904632568, - [ - -0.003807042958214879, - -0.11395971477031708, - -0.5334073305130005, - 0.8381379842758179 - ] - ], - [ - 6.633333206176758, - [ - -0.0023401665966957808, - -0.11180082708597183, - -0.5331934094429016, - 0.8385702967643738 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658545035_684247.json b/lenses/physics-objects/Scene/assets/1646688658545035_684247.json deleted file mode 100644 index 2959a67f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658545035_684247.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658545035:684247", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658546259_684260.json b/lenses/physics-objects/Scene/assets/1646688658546259_684260.json deleted file mode 100644 index 10eb802e..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658546259_684260.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658546259:684260", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ], - [ - 3.366666555404663, - [ - -5.270938873291016, - -0.17763346433639526, - 1.048566222190857 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658546572_684267.json b/lenses/physics-objects/Scene/assets/1646688658546572_684267.json deleted file mode 100644 index baa89659..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658546572_684267.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658546572:684267", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ], - [ - 0.03333333507180214, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ], - [ - 0.06666667014360428, - [ - 0.22697961330413818, - 0.2114734947681427, - -0.5405818223953247, - 0.782004177570343 - ] - ], - [ - 0.10000000149011612, - [ - 0.22265170514583588, - 0.23961399495601654, - -0.53035569190979, - 0.7821344137191772 - ] - ], - [ - 0.13333334028720856, - [ - 0.2566573917865753, - 0.3048486113548279, - -0.4873232841491699, - 0.7769879698753357 - ] - ], - [ - 0.1666666716337204, - [ - 0.34060436487197876, - 0.4046449661254883, - -0.407327800989151, - 0.7445368766784668 - ] - ], - [ - 0.20000000298023224, - [ - 0.3694281280040741, - 0.40789711475372314, - -0.3820037245750427, - 0.742439329624176 - ] - ], - [ - 0.23333333432674408, - [ - 0.3272005319595337, - 0.3237249553203583, - -0.4230799376964569, - 0.7804776430130005 - ] - ], - [ - 0.2666666805744171, - [ - 0.25245267152786255, - 0.2668316662311554, - -0.48888567090034485, - 0.7912392616271973 - ] - ], - [ - 0.30000001192092896, - [ - 0.2572574019432068, - 0.30604830384254456, - -0.48850396275520325, - 0.7755752205848694 - ] - ], - [ - 0.3333333432674408, - [ - 0.28179699182510376, - 0.3642033040523529, - -0.47286951541900635, - 0.7512262463569641 - ] - ], - [ - 0.36666667461395264, - [ - 0.3354763686656952, - 0.4348645508289337, - -0.4333915114402771, - 0.714506983757019 - ] - ], - [ - 0.4000000059604645, - [ - 0.3138023614883423, - 0.36213383078575134, - -0.4726373851299286, - 0.7395952343940735 - ] - ], - [ - 0.4333333373069763, - [ - 0.26332688331604004, - 0.2943246364593506, - -0.5084839463233948, - 0.7651640772819519 - ] - ], - [ - 0.46666666865348816, - [ - 0.2431529313325882, - 0.2912643253803253, - -0.5089516639709473, - 0.7726641893386841 - ] - ], - [ - 0.5, - [ - 0.29097750782966614, - 0.35673514008522034, - -0.4596918225288391, - 0.7594442367553711 - ] - ], - [ - 0.5333333611488342, - [ - 0.3625209629535675, - 0.43500861525535583, - -0.3918837308883667, - 0.7251021862030029 - ] - ], - [ - 0.5666666626930237, - [ - 0.40530189871788025, - 0.4667515456676483, - -0.34393444657325745, - 0.7068116068840027 - ] - ], - [ - 0.6000000238418579, - [ - 0.3591371476650238, - 0.34279415011405945, - -0.403384804725647, - 0.768630862236023 - ] - ], - [ - 0.6333333253860474, - [ - 0.2578776776790619, - 0.22246383130550385, - -0.5052695274353027, - 0.7929133772850037 - ] - ], - [ - 0.6666666865348816, - [ - 0.21654647588729858, - 0.18436379730701447, - -0.5308045148849487, - 0.7983509302139282 - ] - ], - [ - 0.699999988079071, - [ - 0.21545840799808502, - 0.19561441242694855, - -0.509107768535614, - 0.8100137114524841 - ] - ], - [ - 0.7333333492279053, - [ - 0.2564196288585663, - 0.25206199288368225, - -0.435558021068573, - 0.8252291679382324 - ] - ], - [ - 0.7666666507720947, - [ - 0.27024105191230774, - 0.2458493709564209, - -0.4017208516597748, - 0.8397310376167297 - ] - ], - [ - 0.800000011920929, - [ - 0.24559016525745392, - 0.14759361743927002, - -0.43374180793762207, - 0.8542656898498535 - ] - ], - [ - 0.8333333134651184, - [ - 0.17379695177078247, - 0.05449854955077171, - -0.4777568578720093, - 0.8594026565551758 - ] - ], - [ - 0.8666666746139526, - [ - 0.17908751964569092, - 0.09081897139549255, - -0.4369589388370514, - 0.8767818808555603 - ] - ], - [ - 0.8999999761581421, - [ - 0.22852939367294312, - 0.1900833547115326, - -0.3555451035499573, - 0.8861322402954102 - ] - ], - [ - 0.9333333373069763, - [ - 0.29761803150177, - 0.3048194646835327, - -0.26328524947166443, - 0.8655573129653931 - ] - ], - [ - 0.9666666388511658, - [ - 0.32017120718955994, - 0.3095025420188904, - -0.2587529420852661, - 0.857172966003418 - ] - ], - [ - 1.0, - [ - 0.2930830717086792, - 0.2248762547969818, - -0.3379366397857666, - 0.8656395077705383 - ] - ], - [ - 1.0333333015441895, - [ - 0.24441973865032196, - 0.1766742765903473, - -0.4003400504589081, - 0.8653167486190796 - ] - ], - [ - 1.0666667222976685, - [ - 0.23997505009174347, - 0.20729157328605652, - -0.3923560380935669, - 0.8634228110313416 - ] - ], - [ - 1.100000023841858, - [ - 0.25304871797561646, - 0.2618550956249237, - -0.3534279763698578, - 0.861676812171936 - ] - ], - [ - 1.1333333253860474, - [ - 0.32802486419677734, - 0.3580404222011566, - -0.2570858597755432, - 0.8355319499969482 - ] - ], - [ - 1.1666666269302368, - [ - 0.34368467330932617, - 0.33406007289886475, - -0.2600392699241638, - 0.8382507562637329 - ] - ], - [ - 1.2000000476837158, - [ - 0.3081105947494507, - 0.2646665871143341, - -0.296019971370697, - 0.8645181655883789 - ] - ], - [ - 1.2333333492279053, - [ - 0.23576487600803375, - 0.18723854422569275, - -0.3575439155101776, - 0.8840356469154358 - ] - ], - [ - 1.2666666507720947, - [ - 0.22178538143634796, - 0.21487760543823242, - -0.35342949628829956, - 0.8830212354660034 - ] - ], - [ - 1.2999999523162842, - [ - 0.2283613532781601, - 0.2641456425189972, - -0.3203887343406677, - 0.8805845975875854 - ] - ], - [ - 1.3333333730697632, - [ - 0.23359961807727814, - 0.28921064734458923, - -0.30683985352516174, - 0.8761493563652039 - ] - ], - [ - 1.3666666746139526, - [ - 0.19980020821094513, - 0.16462334990501404, - -0.3686545789241791, - 0.8927894830703735 - ] - ], - [ - 1.399999976158142, - [ - 0.12999796867370605, - 0.06940530985593796, - -0.4186665713787079, - 0.8961036205291748 - ] - ], - [ - 1.4333332777023315, - [ - 0.10754811763763428, - 0.07440536469221115, - -0.41497623920440674, - 0.9003843665122986 - ] - ], - [ - 1.4666666984558105, - [ - 0.12302181869745255, - 0.14130966365337372, - -0.3735770285129547, - 0.9084808230400085 - ] - ], - [ - 1.5, - [ - 0.192281112074852, - 0.2669030427932739, - -0.2916063964366913, - 0.8981963396072388 - ] - ], - [ - 1.5333333015441895, - [ - 0.2282412201166153, - 0.3001699447631836, - -0.24549157917499542, - 0.8930497169494629 - ] - ], - [ - 1.5666667222976685, - [ - 0.18280798196792603, - 0.15987466275691986, - -0.2539888918399811, - 0.9362216591835022 - ] - ], - [ - 1.600000023841858, - [ - 0.10672816634178162, - 0.04441610723733902, - -0.3229156732559204, - 0.939341127872467 - ] - ], - [ - 1.6333333253860474, - [ - 0.10748250037431717, - 0.07270610332489014, - -0.3511551320552826, - 0.9272817373275757 - ] - ], - [ - 1.6666666269302368, - [ - 0.13712178170681, - 0.1526012122631073, - -0.37421056628227234, - 0.9043654799461365 - ] - ], - [ - 1.7000000476837158, - [ - 0.20122697949409485, - 0.27362269163131714, - -0.36883842945098877, - 0.8652147054672241 - ] - ], - [ - 1.7333333492279053, - [ - 0.22601670026779175, - 0.28309911489486694, - -0.3852350413799286, - 0.8487433791160583 - ] - ], - [ - 1.7666666507720947, - [ - 0.20236632227897644, - 0.19698898494243622, - -0.4287310242652893, - 0.858156681060791 - ] - ], - [ - 1.7999999523162842, - [ - 0.1685040444135666, - 0.1617923229932785, - -0.4616752564907074, - 0.8557368516921997 - ] - ], - [ - 1.8333333730697632, - [ - 0.2007552534341812, - 0.23574475944042206, - -0.41626763343811035, - 0.8548935651779175 - ] - ], - [ - 1.8666666746139526, - [ - 0.2476119101047516, - 0.32591336965560913, - -0.35886991024017334, - 0.8388572335243225 - ] - ], - [ - 1.899999976158142, - [ - 0.30831795930862427, - 0.4173724055290222, - -0.2953042984008789, - 0.8022067546844482 - ] - ], - [ - 1.9333332777023315, - [ - 0.2943301796913147, - 0.3303993344306946, - -0.34152302145957947, - 0.8291972279548645 - ] - ], - [ - 1.9666666984558105, - [ - 0.24569831788539886, - 0.22350984811782837, - -0.42694050073623657, - 0.8410692811012268 - ] - ], - [ - 2.0, - [ - 0.2172379493713379, - 0.19374282658100128, - -0.4607657790184021, - 0.8384308218955994 - ] - ], - [ - 2.0333333015441895, - [ - 0.2201700359582901, - 0.23759374022483826, - -0.438996821641922, - 0.8380669355392456 - ] - ], - [ - 2.066666603088379, - [ - 0.24792687594890594, - 0.309198260307312, - -0.38554441928863525, - 0.8332371711730957 - ] - ], - [ - 2.0999999046325684, - [ - 0.2873881459236145, - 0.36525529623031616, - -0.330858051776886, - 0.8212975263595581 - ] - ], - [ - 2.133333444595337, - [ - 0.29018697142601013, - 0.2781211733818054, - -0.40366479754447937, - 0.8218851089477539 - ] - ], - [ - 2.1666667461395264, - [ - 0.26486024260520935, - 0.23225563764572144, - -0.4401184916496277, - 0.8259553909301758 - ] - ], - [ - 2.200000047683716, - [ - 0.26443254947662354, - 0.2645679712295532, - -0.4204190671443939, - 0.8266359567642212 - ] - ], - [ - 2.2333333492279053, - [ - 0.2911228835582733, - 0.3192104697227478, - -0.37907859683036804, - 0.8183225393295288 - ] - ], - [ - 2.2666666507720947, - [ - 0.33050960302352905, - 0.3852922320365906, - -0.32586315274238586, - 0.7975755333900452 - ] - ], - [ - 2.299999952316284, - [ - 0.34331390261650085, - 0.3812178075313568, - -0.3511947691440582, - 0.7832437753677368 - ] - ], - [ - 2.3333332538604736, - [ - 0.32520896196365356, - 0.2780999541282654, - -0.4639595150947571, - 0.7756554484367371 - ] - ], - [ - 2.366666555404663, - [ - 0.2765754163265228, - 0.21485035121440887, - -0.5196444392204285, - 0.7793042063713074 - ] - ], - [ - 2.4000000953674316, - [ - 0.2672729194164276, - 0.2233513593673706, - -0.5250256657600403, - 0.7765483856201172 - ] - ], - [ - 2.433333396911621, - [ - 0.29521623253822327, - 0.2672500014305115, - -0.49741795659065247, - 0.7707142233848572 - ] - ], - [ - 2.4666666984558105, - [ - 0.3631628155708313, - 0.3549497127532959, - -0.4193895161151886, - 0.7524864673614502 - ] - ], - [ - 2.5, - [ - 0.3979685306549072, - 0.3642515540122986, - -0.4118836224079132, - 0.7343661785125732 - ] - ], - [ - 2.5333333015441895, - [ - 0.3860297203063965, - 0.2869930863380432, - -0.4743010997772217, - 0.7373293042182922 - ] - ], - [ - 2.566666603088379, - [ - 0.3316211700439453, - 0.21777452528476715, - -0.5065761208534241, - 0.7654948234558105 - ] - ], - [ - 2.5999999046325684, - [ - 0.32003095746040344, - 0.23605525493621826, - -0.48881232738494873, - 0.7764796018600464 - ] - ], - [ - 2.633333444595337, - [ - 0.32015112042427063, - 0.274716317653656, - -0.4548458158969879, - 0.7843146920204163 - ] - ], - [ - 2.6666667461395264, - [ - 0.34933578968048096, - 0.3356083929538727, - -0.3956996202468872, - 0.780226469039917 - ] - ], - [ - 2.700000047683716, - [ - 0.34499090909957886, - 0.2582215368747711, - -0.4697609841823578, - 0.7704722881317139 - ] - ], - [ - 2.7333333492279053, - [ - 0.30535149574279785, - 0.18105216324329376, - -0.5224173069000244, - 0.7752810716629028 - ] - ], - [ - 2.7666666507720947, - [ - 0.2751035988330841, - 0.1641150563955307, - -0.5324560403823853, - 0.7835016846656799 - ] - ], - [ - 2.799999952316284, - [ - 0.28475818037986755, - 0.21473269164562225, - -0.4985743463039398, - 0.7900800704956055 - ] - ], - [ - 2.8333332538604736, - [ - 0.3394360840320587, - 0.2920331358909607, - -0.4284984767436981, - 0.7847858667373657 - ] - ], - [ - 2.866666555404663, - [ - 0.39907026290893555, - 0.3587344288825989, - -0.35680249333381653, - 0.7646859288215637 - ] - ], - [ - 2.9000000953674316, - [ - 0.4007342457771301, - 0.27379554510116577, - -0.43272390961647034, - 0.7597355246543884 - ] - ], - [ - 2.933333396911621, - [ - 0.3483961820602417, - 0.18554376065731049, - -0.485791951417923, - 0.7798716425895691 - ] - ], - [ - 2.9666666984558105, - [ - 0.32214251160621643, - 0.18241244554519653, - -0.48692262172698975, - 0.7911108136177063 - ] - ], - [ - 3.0, - [ - 0.3156258761882782, - 0.22362712025642395, - -0.4619649648666382, - 0.7980974912643433 - ] - ], - [ - 3.0333333015441895, - [ - 0.33682695031166077, - 0.29541319608688354, - -0.4116285741329193, - 0.7936249375343323 - ] - ], - [ - 3.066666603088379, - [ - 0.34440451860427856, - 0.30755874514579773, - -0.40834861993789673, - 0.7874290943145752 - ] - ], - [ - 3.0999999046325684, - [ - 0.31959089636802673, - 0.22770088911056519, - -0.45987823605537415, - 0.7965713739395142 - ] - ], - [ - 3.133333444595337, - [ - 0.2677081823348999, - 0.18766577541828156, - -0.47982257604599, - 0.8141771554946899 - ] - ], - [ - 3.1666667461395264, - [ - 0.2585749626159668, - 0.21739912033081055, - -0.4559852182865143, - 0.8233798146247864 - ] - ], - [ - 3.200000047683716, - [ - 0.28560319542884827, - 0.2882494330406189, - -0.41102153062820435, - 0.8163360953330994 - ] - ], - [ - 3.2333333492279053, - [ - 0.3463483154773712, - 0.39500343799591064, - -0.34614741802215576, - 0.7773011922836304 - ] - ], - [ - 3.2666666507720947, - [ - 0.35782113671302795, - 0.37761208415031433, - -0.3605423867702484, - 0.7741978764533997 - ] - ], - [ - 3.299999952316284, - [ - 0.2927199602127075, - 0.25199925899505615, - -0.452166348695755, - 0.803963303565979 - ] - ], - [ - 3.3333332538604736, - [ - 0.28046825528144836, - 0.25168731808662415, - -0.4894371032714844, - 0.7864112257957458 - ] - ], - [ - 3.366666555404663, - [ - 0.2816401422023773, - 0.25695037841796875, - -0.5021198391914368, - 0.7762288451194763 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658546864_684274.json b/lenses/physics-objects/Scene/assets/1646688658546864_684274.json deleted file mode 100644 index 2a6c9cc2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658546864_684274.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658546864:684274", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658548115_684287.json b/lenses/physics-objects/Scene/assets/1646688658548115_684287.json deleted file mode 100644 index 8fb942d0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658548115_684287.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658548115:684287", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.7372212409973145, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.7661415338516235, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.7894134521484375, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.806234359741211, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.815813422203064, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.8172773122787476, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.8111273050308228, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.8009010553359985, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.786987066268921, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.769776463508606, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.7497197389602661, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.7433819770812988, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.7678967714309692, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.7865897417068481, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.7986960411071777, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.8034625053405762, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.8017446994781494, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.7951650619506836, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.784136414527893, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.769075632095337, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.7504024505615234, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658548454_684294.json b/lenses/physics-objects/Scene/assets/1646688658548454_684294.json deleted file mode 100644 index d7586070..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658548454_684294.json +++ /dev/null @@ -1,1729 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658548454:684294", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.11076939105987549, - 9.367508093763738e-17, - 1.1622648612533588e-16, - 0.9938462376594543 - ] - ], - [ - 0.06666667014360428, - [ - 0.11101088672876358, - 1.0408335065596555e-17, - 1.6653345369377348e-16, - 0.9938191771507263 - ] - ], - [ - 0.10000000149011612, - [ - 0.11170396953821182, - -5.2041710896749113e-17, - -1.8735016187527477e-16, - 0.9937416315078735 - ] - ], - [ - 0.13333334028720856, - [ - 0.11279650777578354, - -2.428612535495285e-17, - 1.0581817173925464e-16, - 0.9936181306838989 - ] - ], - [ - 0.1666666716337204, - [ - 0.11423587054014206, - 8.673622342967711e-18, - 2.5326962749261384e-16, - 0.9934536814689636 - ] - ], - [ - 0.20000000298023224, - [ - 0.11597450077533722, - 4.683753385137379e-17, - -1.734732574963545e-18, - 0.9932522177696228 - ] - ], - [ - 0.23333333432674408, - [ - 0.11797267943620682, - -4.0766001685454967e-17, - -4.163336342344337e-17, - 0.9930168390274048 - ] - ], - [ - 0.2666666805744171, - [ - 0.12019870430231094, - 6.461844948013606e-17, - 1.0755285551056204e-16, - 0.9927498698234558 - ] - ], - [ - 0.30000001192092896, - [ - 0.12262756377458572, - 2.081667013119311e-17, - -2.1163626406917047e-16, - 0.9924527406692505 - ] - ], - [ - 0.3333333432674408, - [ - 0.12523919343948364, - -1.3530843112619095e-16, - -1.8214596497756474e-16, - 0.9921265840530396 - ] - ], - [ - 0.36666667461395264, - [ - 0.1280163675546646, - -1.3877789462175682e-17, - 2.0816681711721685e-16, - 0.9917720556259155 - ] - ], - [ - 0.4000000059604645, - [ - 0.13094335794448853, - -8.326672684688674e-17, - 4.5102810375396984e-17, - 0.9913898706436157 - ] - ], - [ - 0.4333333373069763, - [ - 0.13400328159332275, - 1.5959457302475605e-16, - 2.428613197239775e-17, - 0.9909809827804565 - ] - ], - [ - 0.46666666865348816, - [ - 0.13717803359031677, - 4.163336342344337e-17, - -3.8163916471489756e-17, - 0.9905464053153992 - ] - ], - [ - 0.5, - [ - 0.14044572412967682, - 1.5265566588595902e-16, - 1.960237527853792e-16, - 0.9900884032249451 - ] - ], - [ - 0.5333333611488342, - [ - 0.1437799036502838, - 1.249000770354403e-16, - 5.204170758802666e-17, - 0.9896097183227539 - ] - ], - [ - 0.5666666626930237, - [ - 0.14714832603931427, - 4.857226725351795e-17, - 2.6107588313450947e-16, - 0.9891144633293152 - ] - ], - [ - 0.6000000238418579, - [ - 0.1505126953125, - -5.551115784870273e-17, - -5.2909069326015067e-17, - 0.988608181476593 - ] - ], - [ - 0.6333333253860474, - [ - 0.1538253128528595, - 2.081668336608291e-17, - 1.9125326322644298e-16, - 0.9880980849266052 - ] - ], - [ - 0.6666666865348816, - [ - 0.15703365206718445, - -3.400058542310134e-16, - 2.1467200368235028e-16, - 0.9875933527946472 - ] - ], - [ - 0.699999988079071, - [ - 0.16007556021213531, - -6.245006498749976e-17, - 5.2692228891517966e-17, - 0.9871047735214233 - ] - ], - [ - 0.7333333492279053, - [ - 0.16288243234157562, - -4.163334687983112e-17, - 8.55436109661104e-17, - 0.9866455793380737 - ] - ], - [ - 0.7666666507720947, - [ - 0.16537970304489136, - 2.7755578924351364e-17, - 2.1320839692394385e-16, - 0.9862300753593445 - ] - ], - [ - 0.800000011920929, - [ - 0.1674889773130417, - -1.0408340855860843e-16, - 5.0732191342849065e-17, - 0.9858739376068115 - ] - ], - [ - 0.8333333134651184, - [ - 0.16923892498016357, - -1.3877863908430812e-17, - 8.714276284841222e-17, - 0.9855750799179077 - ] - ], - [ - 0.8666666746139526, - [ - 0.17068539559841156, - 1.3183898417423734e-16, - -1.4403625861469926e-16, - 0.9853255748748779 - ] - ], - [ - 0.8999999761581421, - [ - 0.17178845405578613, - 3.469446951953614e-17, - 1.227316859253591e-16, - 0.9851338863372803 - ] - ], - [ - 0.9333333373069763, - [ - 0.17250758409500122, - 1.8735012217060537e-16, - -2.329950468671349e-16, - 0.985008180141449 - ] - ], - [ - 0.9666666388511658, - [ - 0.17280280590057373, - 2.081682233242582e-17, - 2.2854979149016473e-16, - 0.9849564433097839 - ] - ], - [ - 1.0, - [ - 0.17263583838939667, - -1.3183898417423734e-16, - -3.491130995403324e-17, - 0.9849857091903687 - ] - ], - [ - 1.0333333015441895, - [ - 0.17157207429409027, - -6.245015101428346e-17, - -5.659534678629843e-17, - 0.9851716756820679 - ] - ], - [ - 1.0666667222976685, - [ - 0.16929210722446442, - 6.938894565651718e-17, - -5.0306987420772306e-17, - 0.9855660200119019 - ] - ], - [ - 1.100000023841858, - [ - 0.16595162451267242, - -1.6653345369377348e-16, - -1.6263032587282567e-16, - 0.986133873462677 - ] - ], - [ - 1.1333333253860474, - [ - 0.16172198951244354, - 1.3877787807814457e-16, - 3.81638469883183e-17, - 0.9868363738059998 - ] - ], - [ - 1.1666666269302368, - [ - 0.15677879750728607, - 6.939047759501163e-18, - 3.681950577760773e-16, - 0.9876337647438049 - ] - ], - [ - 1.2000000476837158, - [ - 0.15129707753658295, - -9.020568030779807e-17, - 2.9013226312910457e-16, - 0.9884884357452393 - ] - ], - [ - 1.2333333492279053, - [ - 0.14545179903507233, - 6.938896550885189e-17, - -9.80118763926896e-17, - 0.9893653392791748 - ] - ], - [ - 1.2666666507720947, - [ - 0.1394011527299881, - 8.326674008177654e-17, - -2.905665130983602e-17, - 0.9902361035346985 - ] - ], - [ - 1.2999999523162842, - [ - 0.1332765370607376, - 1.942890160745126e-16, - 9.757755032281761e-18, - 0.9910789132118225 - ] - ], - [ - 1.3333333730697632, - [ - 0.1271832436323166, - 1.3877794425259357e-17, - 6.895530449219238e-17, - 0.9918793439865112 - ] - ], - [ - 1.3666666746139526, - [ - 0.1211981475353241, - 1.1102230246251565e-16, - 7.37257477290143e-17, - 0.9926283359527588 - ] - ], - [ - 1.399999976158142, - [ - 0.11536998301744461, - -1.3877787807814457e-16, - 3.469447779134227e-18, - 0.9933226108551025 - ] - ], - [ - 1.4333332777023315, - [ - 0.10971908271312714, - -1.3530843112619095e-16, - 1.6479873021779667e-17, - 0.9939626455307007 - ] - ], - [ - 1.4666666984558105, - [ - 0.10423333197832108, - 5.898060480065634e-17, - -4.85722639447955e-17, - 0.9945529699325562 - ] - ], - [ - 1.5, - [ - 0.09885504841804504, - -1.7347233105406846e-17, - 2.7755575615628914e-17, - 0.9951018691062927 - ] - ], - [ - 1.5333333015441895, - [ - 0.09343721717596054, - -2.3418786778021597e-17, - -2.5153490401663703e-16, - 0.9956251978874207 - ] - ], - [ - 1.5666667222976685, - [ - 0.08755350112915039, - 3.122502256758253e-17, - 7.719520129841282e-17, - 0.9961599111557007 - ] - ], - [ - 1.600000023841858, - [ - 0.07658405601978302, - -1.0408342179349823e-16, - -2.697495269841731e-16, - 0.9970632195472717 - ] - ], - [ - 1.7333333492279053, - [ - 0.07669875025749207, - 3.469446951953614e-17, - 2.402592014227878e-16, - 0.9970543384552002 - ] - ], - [ - 1.7666666507720947, - [ - 0.0771985873579979, - 1.690009849412993e-23, - 4.943973487062476e-17, - 0.9970158338546753 - ] - ], - [ - 1.7999999523162842, - [ - 0.07784797251224518, - -3.469446951953614e-17, - -2.1337098754514727e-16, - 0.996965229511261 - ] - ], - [ - 1.8333333730697632, - [ - 0.0786392018198967, - -1.387776630111853e-17, - -6.938632514833662e-18, - 0.9969032406806946 - ] - ], - [ - 1.8666666746139526, - [ - 0.07956520467996597, - 6.938895558268453e-18, - 2.2811613709095013e-16, - 0.9968296885490417 - ] - ], - [ - 1.899999976158142, - [ - 0.08061940222978592, - -3.469444635847899e-17, - 2.0816850456566646e-17, - 0.9967450499534607 - ] - ], - [ - 1.9333332777023315, - [ - 0.0817953422665596, - -6.245004513516506e-17, - -2.2898349882893854e-16, - 0.9966491460800171 - ] - ], - [ - 1.9666666984558105, - [ - 0.08308091759681702, - -2.7755552454571762e-17, - -1.2663473433696811e-16, - 0.9965428113937378 - ] - ], - [ - 2.0, - [ - 0.08972156047821045, - -6.938893490316922e-18, - 1.0191500421363742e-17, - 0.995966911315918 - ] - ], - [ - 2.0333333015441895, - [ - 0.09602153301239014, - -6.9388852185107966e-18, - -8.066455560613782e-17, - 0.9953792691230774 - ] - ], - [ - 2.066666603088379, - [ - 0.10099201649427414, - -7.632781970808971e-17, - -1.474513631091306e-16, - 0.9948872327804565 - ] - ], - [ - 2.0999999046325684, - [ - 0.10551198571920395, - -7.632790573487342e-17, - -2.237793284010081e-16, - 0.9944180250167847 - ] - ], - [ - 2.133333444595337, - [ - 0.10978821665048599, - -8.673483376624802e-18, - -1.491862321688952e-16, - 0.9939550161361694 - ] - ], - [ - 2.1666667461395264, - [ - 0.11389504373073578, - 1.2143108999590728e-17, - -1.6653349339844288e-16, - 0.9934929013252258 - ] - ], - [ - 2.200000047683716, - [ - 0.11785917729139328, - 7.459314917167211e-17, - 2.740863092043355e-16, - 0.993030309677124 - ] - ], - [ - 2.2333333492279053, - [ - 0.12168411165475845, - 8.023098723370693e-17, - 9.194035084421568e-17, - 0.9925689697265625 - ] - ], - [ - 2.2666666507720947, - [ - 0.12535998225212097, - 9.627715291671279e-17, - 1.4224732503009818e-16, - 0.992111325263977 - ] - ], - [ - 2.299999952316284, - [ - 0.1288679540157318, - 2.0816681711721685e-17, - 1.7694179454963432e-16, - 0.991661787033081 - ] - ], - [ - 2.3333332538604736, - [ - 0.13218261301517487, - 7.892992477438962e-17, - -2.0816681711721685e-17, - 0.9912253618240356 - ] - ], - [ - 2.366666555404663, - [ - 0.13527286052703857, - -5.724588794212443e-17, - 2.740863356741151e-16, - 0.9908084869384766 - ] - ], - [ - 2.4000000953674316, - [ - 0.13811196386814117, - 3.64291963042354e-17, - -1.942890293094024e-16, - 0.9904166460037231 - ] - ], - [ - 2.433333396911621, - [ - 0.1406654417514801, - -4.683753054265134e-17, - 4.85722573273506e-17, - 0.9900571703910828 - ] - ], - [ - 2.4666666984558105, - [ - 0.142881840467453, - 8.67361572552281e-18, - -2.185751579730777e-16, - 0.9897397756576538 - ] - ], - [ - 2.5, - [ - 0.14474350214004517, - -7.112366251504909e-17, - -1.0061396160665481e-16, - 0.9894692301750183 - ] - ], - [ - 2.5333333015441895, - [ - 0.1462279111146927, - -3.122502256758253e-17, - 2.7755575615628914e-17, - 0.9892509579658508 - ] - ], - [ - 2.566666603088379, - [ - 0.14728039503097534, - -6.418476861114186e-17, - -5.204170427930421e-17, - 0.9890947937965393 - ] - ], - [ - 2.5999999046325684, - [ - 0.14785349369049072, - 3.4691274534420156e-18, - -3.4693991822732393e-18, - 0.9890092611312866 - ] - ], - [ - 2.700000047683716, - [ - 0.14719364047050476, - 3.0357664138316574e-17, - 1.457167852169416e-16, - 0.9891077876091003 - ] - ], - [ - 2.7333333492279053, - [ - 0.14638374745845795, - -8.673616552703423e-18, - 2.3592239273284576e-16, - 0.9892278909683228 - ] - ], - [ - 2.7666666507720947, - [ - 0.14535756409168243, - 1.9868003156435644e-17, - -2.0469737016526324e-16, - 0.9893791675567627 - ] - ], - [ - 2.799999952316284, - [ - 0.14415770769119263, - 3.122502256758253e-17, - 3.0184191128974404e-16, - 0.9895548224449158 - ] - ], - [ - 2.8333332538604736, - [ - 0.14282231032848358, - 8.673676109707527e-18, - 7.632844836535525e-17, - 0.9897483587265015 - ] - ], - [ - 2.866666555404663, - [ - 0.1413835734128952, - -1.5612410367756532e-17, - -1.9775777481219656e-16, - 0.9899548888206482 - ] - ], - [ - 2.9000000953674316, - [ - 0.13986797630786896, - -4.683753716009624e-17, - -3.400058012914542e-16, - 0.9901701807975769 - ] - ], - [ - 2.933333396911621, - [ - 0.13828998804092407, - 1.5265571882551823e-16, - 1.4918656304114023e-16, - 0.9903917908668518 - ] - ], - [ - 2.9666666984558105, - [ - 0.13665729761123657, - 5.898060480065634e-17, - 2.2551410481654413e-16, - 0.9906184077262878 - ] - ], - [ - 3.0, - [ - 0.13498090207576752, - 1.2836955045717353e-16, - 2.498002070104398e-16, - 0.9908483028411865 - ] - ], - [ - 3.0333333015441895, - [ - 0.13326889276504517, - -4.163336342344337e-17, - -1.7694179454963432e-16, - 0.9910799264907837 - ] - ], - [ - 3.066666603088379, - [ - 0.13143238425254822, - 6.9388641254051765e-18, - -7.979750488805974e-17, - 0.9913251399993896 - ] - ], - [ - 3.0999999046325684, - [ - 0.12942320108413696, - -1.791710931301637e-25, - 6.071532165918825e-17, - 0.9915894269943237 - ] - ], - [ - 3.133333444595337, - [ - 0.12730680406093597, - 6.938975794787871e-18, - -7.28583926084708e-17, - 0.9918633699417114 - ] - ], - [ - 3.1666667461395264, - [ - 0.12514850497245789, - 4.163336342344337e-17, - -5.629017522747627e-27, - 0.9921380281448364 - ] - ], - [ - 3.200000047683716, - [ - 0.12301991879940033, - -3.4694539002707596e-17, - -4.250078140971343e-17, - 0.9924042224884033 - ] - ], - [ - 3.2333333492279053, - [ - 0.12100593000650406, - -5.551115784870273e-17, - -7.589415869143021e-17, - 0.9926518797874451 - ] - ], - [ - 3.2666666507720947, - [ - 0.11923620849847794, - 1.3877787807814457e-17, - -1.8214596497756474e-17, - 0.9928659200668335 - ] - ], - [ - 3.299999952316284, - [ - 0.11793297529220581, - -1.249000902703301e-16, - -4.0028746855142784e-16, - 0.993021547794342 - ] - ], - [ - 3.3333332538604736, - [ - 0.11741006374359131, - 8.326672684688674e-17, - 5.0306980803327406e-17, - 0.9930835366249084 - ] - ], - [ - 3.366666555404663, - [ - 0.11772378534078598, - -1.249000240958811e-16, - -1.4137943389651774e-16, - 0.9930464029312134 - ] - ], - [ - 3.4000000953674316, - [ - 0.11861807852983475, - -4.163336342344337e-17, - -2.5665775928163104e-16, - 0.9929399490356445 - ] - ], - [ - 3.433333396911621, - [ - 0.1199088990688324, - -2.775550613245746e-17, - 9.454299854099742e-17, - 0.9927849173545837 - ] - ], - [ - 3.4666666984558105, - [ - 0.12146779149770737, - 7.632783956042441e-17, - 3.2612803995341934e-16, - 0.992595374584198 - ] - ], - [ - 3.5, - [ - 0.12321972101926804, - -3.469446951953614e-17, - -1.5265566588595902e-16, - 0.9923794269561768 - ] - ], - [ - 3.5333333015441895, - [ - 0.12512455880641937, - 4.163335018855357e-17, - 3.157196726277789e-16, - 0.99214106798172 - ] - ], - [ - 3.566666603088379, - [ - 0.12716101109981537, - -1.3877786980633844e-17, - -2.393918396847994e-16, - 0.9918820858001709 - ] - ], - [ - 3.5999999046325684, - [ - 0.12931492924690247, - 2.0816685020444135e-17, - 2.7755578924351364e-17, - 0.991603672504425 - ] - ], - [ - 3.633333444595337, - [ - 0.13158029317855835, - -8.673629291284856e-17, - -1.8735010893571556e-16, - 0.9913055300712585 - ] - ], - [ - 3.6666667461395264, - [ - 0.1339571326971054, - -5.898061803554614e-17, - 1.0755285551056204e-16, - 0.9909871220588684 - ] - ], - [ - 3.700000047683716, - [ - 0.13644437491893768, - -7.459314917167211e-17, - 4.1633121886704505e-17, - 0.9906477332115173 - ] - ], - [ - 3.7333333492279053, - [ - 0.13903847336769104, - -3.729655473350135e-17, - -2.3245294578089215e-16, - 0.9902870059013367 - ] - ], - [ - 3.7666666507720947, - [ - 0.14173176884651184, - -3.382710778154774e-17, - 1.5265566588595902e-16, - 0.9899051189422607 - ] - ], - [ - 3.799999952316284, - [ - 0.1445113569498062, - 5.898059818321144e-17, - -1.4224732503009818e-16, - 0.9895031452178955 - ] - ], - [ - 3.8333332538604736, - [ - 0.1473582237958908, - 3.642935181419056e-17, - 2.42861286636753e-16, - 0.9890832901000977 - ] - ], - [ - 3.866666555404663, - [ - 0.15024347603321075, - -2.0816539436656326e-17, - 1.9081955588766918e-16, - 0.9886490106582642 - ] - ], - [ - 3.9000000953674316, - [ - 0.15313273668289185, - -4.8572349971579205e-17, - 2.8102522957802235e-16, - 0.98820561170578 - ] - ], - [ - 3.933333396911621, - [ - 0.15598781406879425, - -1.491862189340054e-16, - -1.1102230246251565e-16, - 0.987758994102478 - ] - ], - [ - 3.9666666984558105, - [ - 0.15876372158527374, - 1.3877787807814457e-16, - 1.8041124150158794e-16, - 0.9873166084289551 - ] - ], - [ - 4.0, - [ - 0.1614082306623459, - 7.632783294297951e-17, - 1.3877787807814457e-17, - 0.9868877530097961 - ] - ], - [ - 4.0333333015441895, - [ - 0.1638626754283905, - 3.4694512532927995e-17, - -1.3183899740912714e-16, - 0.9864831566810608 - ] - ], - [ - 4.066666603088379, - [ - 0.16606277227401733, - -6.244985322926294e-17, - 1.45716758747162e-16, - 0.9861152768135071 - ] - ], - [ - 4.099999904632568, - [ - 0.16794031858444214, - -1.3877787807814457e-16, - 1.1622647289044608e-16, - 0.9857971668243408 - ] - ], - [ - 4.133333206176758, - [ - 0.16952495276927948, - -2.7756353165404713e-17, - 1.3357383999911215e-16, - 0.985525906085968 - ] - ], - [ - 4.166666507720947, - [ - 0.17087125778198242, - 2.428614454554306e-16, - -7.285747278362964e-17, - 0.9852933883666992 - ] - ], - [ - 4.199999809265137, - [ - 0.171945720911026, - 6.938893903907228e-17, - -2.8275992658421956e-16, - 0.9851064085960388 - ] - ], - [ - 4.233333110809326, - [ - 0.17271357774734497, - 1.8041085768978371e-16, - 1.9079829072848167e-17, - 0.9849721193313599 - ] - ], - [ - 4.266666889190674, - [ - 0.17313987016677856, - -1.734723608325705e-16, - 4.111294373367237e-16, - 0.984897255897522 - ] - ], - [ - 4.333333492279053, - [ - 0.17250140011310577, - -3.469447282825859e-17, - 8.153200998835483e-17, - 0.9850093722343445 - ] - ], - [ - 4.366666793823242, - [ - 0.17080038785934448, - -6.245037600741008e-17, - 8.500148341008805e-17, - 0.985305666923523 - ] - ], - [ - 4.400000095367432, - [ - 0.16820555925369263, - -2.220446313948109e-16, - 9.020543546233676e-17, - 0.9857519268989563 - ] - ], - [ - 4.433333396911621, - [ - 0.16484925150871277, - -6.244972088036493e-17, - -2.1163634347850927e-16, - 0.9863188862800598 - ] - ], - [ - 4.4666666984558105, - [ - 0.16086864471435547, - 1.0408348135050233e-16, - -7.112349707892658e-17, - 0.9869758486747742 - ] - ], - [ - 4.5, - [ - 0.15639808773994446, - 1.5265566588595902e-16, - 1.1622647289044608e-16, - 0.9876940846443176 - ] - ], - [ - 4.5333333015441895, - [ - 0.15156260132789612, - 1.8041125473647774e-16, - -1.0928744663764084e-16, - 0.9884476661682129 - ] - ], - [ - 4.566666603088379, - [ - 0.14647328853607178, - -1.8041124150158794e-16, - -1.0234869170007652e-16, - 0.9892145991325378 - ] - ], - [ - 4.599999904632568, - [ - 0.14122462272644043, - -1.0408386516230655e-16, - -1.7347459752894685e-17, - 0.9899775981903076 - ] - ], - [ - 4.633333206176758, - [ - 0.13589338958263397, - 1.3530843112619095e-16, - 5.724586808978973e-17, - 0.9907234907150269 - ] - ], - [ - 4.666666507720947, - [ - 0.13053496181964874, - -9.020558766356947e-17, - 2.255177411025169e-17, - 0.9914438128471375 - ] - ], - [ - 4.699999809265137, - [ - 0.12518826127052307, - 1.7346821169461794e-17, - -8.326667390732754e-17, - 0.9921330213546753 - ] - ], - [ - 4.733333110809326, - [ - 0.1198682188987732, - 6.591928694632676e-17, - 1.0581706000851136e-16, - 0.9927898049354553 - ] - ], - [ - 4.766666889190674, - [ - 0.11456277966499329, - 8.397151781600642e-17, - 2.3592239273284576e-16, - 0.9934160113334656 - ] - ], - [ - 4.800000190734863, - [ - 0.10921645164489746, - 5.2041714205471563e-17, - -2.6020849492674146e-16, - 0.994018018245697 - ] - ], - [ - 4.833333492279053, - [ - 0.10367660224437714, - -5.5511114835310875e-17, - -1.5785957161609343e-16, - 0.9946110844612122 - ] - ], - [ - 4.866666793823242, - [ - 0.09743501991033554, - 1.3877809314510383e-17, - -1.3097143714779172e-16, - 0.9952418804168701 - ] - ], - [ - 4.900000095367432, - [ - 0.08808211982250214, - -3.307284199009712e-23, - -7.372558891033669e-17, - 0.9961132407188416 - ] - ], - [ - 4.933333396911621, - [ - 0.08693791925907135, - -6.938948497827657e-18, - -6.071298073805472e-18, - 0.9962137341499329 - ] - ], - [ - 4.9666666984558105, - [ - 0.08593308180570602, - -6.245003851772015e-17, - 1.726049858596923e-16, - 0.9963009357452393 - ] - ], - [ - 5.0, - [ - 0.08508104830980301, - -2.7755575615628914e-17, - 3.122502256758253e-17, - 0.9963740110397339 - ] - ], - [ - 5.0333333015441895, - [ - 0.08439721167087555, - -4.857224740118325e-17, - -1.700029006457271e-16, - 0.9964321851730347 - ] - ], - [ - 5.066666603088379, - [ - 0.08387264609336853, - -5.551119755337213e-17, - -7.459358592303554e-17, - 0.9964765906333923 - ] - ], - [ - 5.166666507720947, - [ - 0.08314044773578644, - -3.469446951953614e-17, - 2.5413698923060224e-16, - 0.9965378642082214 - ] - ], - [ - 5.199999809265137, - [ - 0.08318302780389786, - 6.938625897388761e-18, - -9.454240297095638e-17, - 0.9965342879295349 - ] - ], - [ - 5.233333110809326, - [ - 0.0883699506521225, - 3.4694376875307536e-17, - -4.401966699409555e-17, - 0.9960877299308777 - ] - ], - [ - 5.266666889190674, - [ - 0.09396594017744064, - 4.1633105343092254e-17, - 2.662800800322195e-16, - 0.9955754280090332 - ] - ], - [ - 5.300000190734863, - [ - 0.09827166795730591, - -6.245004513516506e-17, - -1.942890160745126e-16, - 0.9951596260070801 - ] - ], - [ - 5.333333492279053, - [ - 0.10226716846227646, - -2.4286007895305867e-17, - 1.0234867184774182e-16, - 0.9947569966316223 - ] - ], - [ - 5.366666793823242, - [ - 0.1061742752790451, - 4.3368040577305874e-17, - 4.5102310758307e-17, - 0.9943476319313049 - ] - ], - [ - 5.400000095367432, - [ - 0.11007485538721085, - -2.1510571102112408e-16, - -1.43982048506075e-16, - 0.9939233064651489 - ] - ], - [ - 5.433333396911621, - [ - 0.114000104367733, - -5.898046583431343e-17, - 1.3010424746337073e-16, - 0.9934807419776917 - ] - ], - [ - 5.4666666984558105, - [ - 0.11795559525489807, - -4.510276405328268e-17, - 4.163335680599847e-17, - 0.9930188655853271 - ] - ], - [ - 5.5, - [ - 0.12193091213703156, - 1.3877789462175682e-17, - 7.45931160844476e-17, - 0.9925386905670166 - ] - ], - [ - 5.5333333015441895, - [ - 0.1259041279554367, - -1.1102228261018095e-16, - -1.561235742819733e-17, - 0.9920424222946167 - ] - ], - [ - 5.566666603088379, - [ - 0.12984144687652588, - -7.28585051050341e-17, - -2.428612601669734e-16, - 0.9915347695350647 - ] - ], - [ - 5.599999904632568, - [ - 0.13370124995708466, - 1.3877541307991916e-17, - -3.295971295633483e-17, - 0.9910216927528381 - ] - ], - [ - 5.633333206176758, - [ - 0.13743478059768677, - 1.249000902703301e-16, - -6.591948546967377e-17, - 0.9905108213424683 - ] - ], - [ - 5.666666507720947, - [ - 0.14098422229290009, - 9.714469332571351e-17, - 1.3877785160836497e-16, - 0.9900118708610535 - ] - ], - [ - 5.699999809265137, - [ - 0.1442859172821045, - 3.469446951953614e-17, - -1.5959455978986625e-16, - 0.9895360469818115 - ] - ], - [ - 5.733333110809326, - [ - 0.14727136492729187, - 1.9428885725583498e-16, - 1.5959336864978418e-16, - 0.9890961050987244 - ] - ], - [ - 5.766666889190674, - [ - 0.14986903965473175, - 1.2865389719425637e-23, - 2.480654570646834e-16, - 0.9887058734893799 - ] - ], - [ - 5.800000190734863, - [ - 0.15200631320476532, - 2.0816857074011546e-17, - 1.8041014300573447e-16, - 0.9883795380592346 - ] - ], - [ - 5.833333492279053, - [ - 0.15361230075359344, - 5.551117770103743e-17, - -1.5439038936193583e-16, - 0.9881312251091003 - ] - ], - [ - 5.866666793823242, - [ - 0.15462049841880798, - 6.938894565651718e-17, - -7.979728651237803e-17, - 0.9879740476608276 - ] - ], - [ - 5.900000095367432, - [ - 0.15497134625911713, - -9.020562075079397e-17, - -3.1051550219984847e-16, - 0.9879189729690552 - ] - ], - [ - 5.933333396911621, - [ - 0.15470148622989655, - 1.5265566588595902e-16, - 7.806255641895632e-17, - 0.9879612326622009 - ] - ], - [ - 5.9666666984558105, - [ - 0.15392358601093292, - -5.551117108359253e-17, - 1.561239713286673e-17, - 0.988082766532898 - ] - ], - [ - 6.0, - [ - 0.15270072221755981, - 6.938893903907228e-17, - -1.5265565265106922e-16, - 0.988272488117218 - ] - ], - [ - 6.0333333015441895, - [ - 0.1510983258485794, - 1.3183895770445774e-16, - -7.459327490312522e-17, - 0.9885187149047852 - ] - ], - [ - 6.066666603088379, - [ - 0.14917989075183868, - -2.081643024881547e-17, - 2.220445784552517e-16, - 0.9888100624084473 - ] - ], - [ - 6.099999904632568, - [ - 0.14700628817081451, - -1.3877787807814457e-16, - 1.2143065159018262e-17, - 0.9891355633735657 - ] - ], - [ - 6.133333206176758, - [ - 0.1446342170238495, - -9.714473303038291e-17, - 5.724559015710392e-17, - 0.9894852042198181 - ] - ], - [ - 6.166666507720947, - [ - 0.14211539924144745, - -2.428639170711009e-17, - 1.5439042906660523e-16, - 0.9898501038551331 - ] - ], - [ - 6.199999809265137, - [ - 0.13949589431285858, - 7.488433798943431e-23, - -6.938840964348025e-17, - 0.9902226328849792 - ] - ], - [ - 6.233333110809326, - [ - 0.13681624829769135, - -5.204170758802666e-17, - -9.367506770274758e-17, - 0.9905964732170105 - ] - ], - [ - 6.266666889190674, - [ - 0.1341116577386856, - -1.3877349402089804e-17, - -2.4286191529401853e-17, - 0.9909663200378418 - ] - ], - [ - 6.300000190734863, - [ - 0.1314122974872589, - 8.326660773287853e-17, - -8.847177077754402e-17, - 0.9913278222084045 - ] - ], - [ - 6.333333492279053, - [ - 0.12874354422092438, - -1.7867650479072133e-16, - -6.435824095873954e-16, - 0.9916779398918152 - ] - ], - [ - 6.366666793823242, - [ - 0.12602999806404114, - 8.847089727481716e-17, - 2.949030240032817e-17, - 0.9920264482498169 - ] - ], - [ - 6.400000095367432, - [ - 0.1232418566942215, - 5.4643789493269423e-17, - -3.642919299551295e-17, - 0.9923766851425171 - ] - ], - [ - 6.433333396911621, - [ - 0.12047206610441208, - 7.914678506122143e-17, - 5.3776652748407634e-17, - 0.9927167296409607 - ] - ], - [ - 6.4666666984558105, - [ - 0.11781400442123413, - -1.4224732503009818e-16, - 2.237793284010081e-16, - 0.9930356740951538 - ] - ], - [ - 6.5, - [ - 0.11536555737257004, - -5.724587470723463e-17, - -1.9081958235744878e-16, - 0.9933230876922607 - ] - ], - [ - 6.5333333015441895, - [ - 0.11323399096727371, - -1.3877825858122634e-17, - 7.112366251504909e-17, - 0.9935683608055115 - ] - ], - [ - 6.566666603088379, - [ - 0.11153960973024368, - 6.245005175260996e-17, - 1.3877849019179786e-17, - 0.9937599897384644 - ] - ], - [ - 6.599999904632568, - [ - 0.1104150041937828, - -3.122502256758253e-17, - 6.938893903907228e-18, - 0.9938855767250061 - ] - ], - [ - 6.633333206176758, - [ - 0.10999690741300583, - 2.4286130318036524e-17, - 3.0878077872387166e-16, - 0.9939319491386414 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658548724_684301.json b/lenses/physics-objects/Scene/assets/1646688658548724_684301.json deleted file mode 100644 index 232358e7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658548724_684301.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658548724:684301", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658549973_684314.json b/lenses/physics-objects/Scene/assets/1646688658549973_684314.json deleted file mode 100644 index d647c8e2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658549973_684314.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658549973:684314", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 3.975243091583252, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.068360328674316, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.9764435291290283, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.117602348327637, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.54388427734375, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.934835910797119, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.5031299591064453, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.7532401084899902, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.021518707275391, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.503063201904297, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 3.685898780822754, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.532503366470337, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.545138359069824, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.315328598022461, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.5336480140686035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 3.8021209239959717, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.712857723236084, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.073338031768799, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4110734462738037, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.591874599456787, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 3.874537467956543, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.448965311050415, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.3167617321014404, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3598482608795166, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.4311347007751465, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 2.769866704940796, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 3.6772656440734863, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.599883556365967, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.426626682281494, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.263912677764893, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.435640335083008, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.2981462478637695, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.170444011688232, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.771017551422119, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.1420552730560303, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.6196327209472656, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.0193071365356445, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.6283135414123535, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.058468818664551, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.8278918266296387, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.1113181114196777, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.383334159851074, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.4207828044891357, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.4387059211730957, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.94984769821167, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.1331119537353516, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.79256010055542, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.1821165084838867, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.6565635204315186, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.1890058517456055, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6433799266815186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.952622890472412, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.089118242263794, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8381545543670654, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.0975661277770996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 3.804500102996826, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.1312239170074463, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.4327776432037354, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.134583950042725, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.432620525360107, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 4.609613418579102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.530483722686768, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4257771968841553, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.5223023891448975, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.506273031234741, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 3.7744576930999756, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.455747604370117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.436801910400391, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.015720367431641, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.73366117477417, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.934529781341553, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.789510726928711, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.712840557098389, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.001687049865723, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.3474457263946533, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.836031436920166, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.146539688110352, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.490503311157227, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.906909465789795, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.173006534576416, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.202613830566406, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.505837917327881, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.36214017868042, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.214995384216309, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.0824875831604, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.9374544620513916, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.353426218032837, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.995256185531616, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 4.653754711151123, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.159857273101807, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.7289605140686035, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.77108097076416, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.011524677276611, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 3.9712326526641846, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 3.794471263885498, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.9744038581848145, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.4239280223846436, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.9034409523010254, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.1571109294891357, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658550319_684321.json b/lenses/physics-objects/Scene/assets/1646688658550319_684321.json deleted file mode 100644 index c2ca6204..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658550319_684321.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658550319:684321", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ], - [ - 0.03333333507180214, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ], - [ - 0.06666667014360428, - [ - 0.047738268971443176, - 0.0, - 0.0, - 0.9988598823547363 - ] - ], - [ - 0.10000000149011612, - [ - 0.023614194244146347, - 0.0, - 0.0, - 0.9997211694717407 - ] - ], - [ - 0.13333334028720856, - [ - 0.0019152399618178606, - 0.0, - 0.0, - 0.999998152256012 - ] - ], - [ - 0.1666666716337204, - [ - -0.008547553792595863, - -0.0, - 0.0, - 0.9999634623527527 - ] - ], - [ - 0.20000000298023224, - [ - 0.016448957845568657, - 0.0, - 0.0, - 0.9998648166656494 - ] - ], - [ - 0.23333333432674408, - [ - 0.05060107633471489, - 0.0, - 0.0, - 0.9987189173698425 - ] - ], - [ - 0.2666666805744171, - [ - 0.02937074564397335, - 0.0, - 0.0, - 0.9995685815811157 - ] - ], - [ - 0.30000001192092896, - [ - 0.0013009426183998585, - 0.0, - 0.0, - 0.9999991655349731 - ] - ], - [ - 0.3333333432674408, - [ - -0.027073906734585762, - -0.0, - 0.0, - 0.9996334314346313 - ] - ], - [ - 0.36666667461395264, - [ - -0.04391887038946152, - -0.0, - 0.0, - 0.999035120010376 - ] - ], - [ - 0.4000000059604645, - [ - 0.0012197642354294658, - 0.0, - 0.0, - 0.9999992847442627 - ] - ], - [ - 0.4333333373069763, - [ - 0.014018463902175426, - 0.0, - 0.0, - 0.9999018311500549 - ] - ], - [ - 0.46666666865348816, - [ - 0.0004362128966022283, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 0.5, - [ - -0.01188796665519476, - -0.0, - 0.0, - 0.9999294281005859 - ] - ], - [ - 0.5333333611488342, - [ - -0.01686812937259674, - -0.0, - 0.0, - 0.9998577237129211 - ] - ], - [ - 0.5666666626930237, - [ - -0.005004842299968004, - -0.0, - 0.0, - 0.9999874830245972 - ] - ], - [ - 0.6000000238418579, - [ - 0.06417332589626312, - 0.0, - 0.0, - 0.997938871383667 - ] - ], - [ - 0.6333333253860474, - [ - 0.06702039390802383, - 0.0, - 0.0, - 0.9977515935897827 - ] - ], - [ - 0.6666666865348816, - [ - 0.06116579473018646, - 0.0, - 0.0, - 0.9981276392936707 - ] - ], - [ - 0.699999988079071, - [ - 0.05390865355730057, - 0.0, - 0.0, - 0.9985458850860596 - ] - ], - [ - 0.7333333492279053, - [ - 0.04945702105760574, - 0.0, - 0.0, - 0.9987762570381165 - ] - ], - [ - 0.7666666507720947, - [ - 0.06925041973590851, - 0.0, - 0.0, - 0.9975993037223816 - ] - ], - [ - 0.800000011920929, - [ - 0.12198608368635178, - 0.0, - 0.0, - 0.9925318360328674 - ] - ], - [ - 0.8333333134651184, - [ - 0.12914125621318817, - 0.0, - 0.0, - 0.9916263222694397 - ] - ], - [ - 0.8666666746139526, - [ - 0.11141058057546616, - 0.0, - 0.0, - 0.9937744736671448 - ] - ], - [ - 0.8999999761581421, - [ - 0.08424307405948639, - 0.0, - 0.0, - 0.9964452385902405 - ] - ], - [ - 0.9333333373069763, - [ - 0.05754430219531059, - 0.0, - 0.0, - 0.9983430504798889 - ] - ], - [ - 0.9666666388511658, - [ - 0.07468655705451965, - 0.0, - 0.0, - 0.9972070455551147 - ] - ], - [ - 1.0, - [ - 0.11294957250356674, - 0.0, - 0.0, - 0.9936007261276245 - ] - ], - [ - 1.0333333015441895, - [ - 0.10278017073869705, - 0.0, - 0.0, - 0.9947041869163513 - ] - ], - [ - 1.0666667222976685, - [ - 0.07606745511293411, - 0.0, - 0.0, - 0.997102677822113 - ] - ], - [ - 1.100000023841858, - [ - 0.04652978852391243, - 0.0, - 0.0, - 0.9989169239997864 - ] - ], - [ - 1.1333333253860474, - [ - 0.037277691066265106, - 0.0, - 0.0, - 0.9993049502372742 - ] - ], - [ - 1.1666666269302368, - [ - 0.0742674246430397, - 0.0, - 0.0, - 0.9972384572029114 - ] - ], - [ - 1.2000000476837158, - [ - 0.09841673821210861, - 0.0, - 0.0, - 0.9951453804969788 - ] - ], - [ - 1.2333333492279053, - [ - 0.09227968752384186, - 0.0, - 0.0, - 0.9957331418991089 - ] - ], - [ - 1.2666666507720947, - [ - 0.0589631125330925, - 0.0, - 0.0, - 0.9982602596282959 - ] - ], - [ - 1.2999999523162842, - [ - 0.02663782238960266, - 0.0, - 0.0, - 0.9996451735496521 - ] - ], - [ - 1.3333333730697632, - [ - 0.010611006990075111, - 0.0, - 0.0, - 0.9999437928199768 - ] - ], - [ - 1.3666666746139526, - [ - 0.07934203743934631, - 0.0, - 0.0, - 0.9968474507331848 - ] - ], - [ - 1.399999976158142, - [ - 0.09116053581237793, - 0.0, - 0.0, - 0.9958361983299255 - ] - ], - [ - 1.4333332777023315, - [ - 0.07046610862016678, - 0.0, - 0.0, - 0.9975141882896423 - ] - ], - [ - 1.4666666984558105, - [ - 0.03545220568776131, - 0.0, - 0.0, - 0.999371349811554 - ] - ], - [ - 1.5, - [ - -0.004268044605851173, - -0.0, - 0.0, - 0.9999908804893494 - ] - ], - [ - 1.5333333015441895, - [ - 0.0005970001220703125, - 0.0, - 0.0, - 0.9999998211860657 - ] - ], - [ - 1.5666667222976685, - [ - 0.0814136415719986, - 0.0, - 0.0, - 0.996680498123169 - ] - ], - [ - 1.600000023841858, - [ - 0.10212357342243195, - 0.0, - 0.0, - 0.9947717189788818 - ] - ], - [ - 1.6333333253860474, - [ - 0.07804705947637558, - 0.0, - 0.0, - 0.9969496726989746 - ] - ], - [ - 1.6666666269302368, - [ - 0.03780408576130867, - 0.0, - 0.0, - 0.9992851614952087 - ] - ], - [ - 1.7000000476837158, - [ - -0.007745526731014252, - -0.0, - 0.0, - 0.999970018863678 - ] - ], - [ - 1.7333333492279053, - [ - 0.003460849402472377, - 0.0, - 0.0, - 0.9999940395355225 - ] - ], - [ - 1.7666666507720947, - [ - 0.050177834928035736, - 0.0, - 0.0, - 0.9987403154373169 - ] - ], - [ - 1.7999999523162842, - [ - 0.047615621238946915, - 0.0, - 0.0, - 0.9988657236099243 - ] - ], - [ - 1.8333333730697632, - [ - 0.019326455891132355, - 0.0, - 0.0, - 0.9998133182525635 - ] - ], - [ - 1.8666666746139526, - [ - -0.013359577395021915, - -0.0, - 0.0, - 0.9999107718467712 - ] - ], - [ - 1.899999976158142, - [ - -0.04158523678779602, - -0.0, - 0.0, - 0.9991349577903748 - ] - ], - [ - 1.9333332777023315, - [ - 0.024180300533771515, - 0.0, - 0.0, - 0.9997076392173767 - ] - ], - [ - 1.9666666984558105, - [ - 0.06434576213359833, - 0.0, - 0.0, - 0.9979276657104492 - ] - ], - [ - 2.0, - [ - 0.06141372397542, - 0.0, - 0.0, - 0.9981123805046082 - ] - ], - [ - 2.0333333015441895, - [ - 0.03144368156790733, - 0.0, - 0.0, - 0.9995055198669434 - ] - ], - [ - 2.066666603088379, - [ - -0.0005573013913817704, - -0.0, - 0.0, - 0.9999999403953552 - ] - ], - [ - 2.0999999046325684, - [ - -0.012598894536495209, - -0.0, - 0.0, - 0.9999207258224487 - ] - ], - [ - 2.133333444595337, - [ - 0.059381309896707535, - 0.0, - 0.0, - 0.9982354640960693 - ] - ], - [ - 2.1666667461395264, - [ - 0.07167435437440872, - 0.0, - 0.0, - 0.9974281787872314 - ] - ], - [ - 2.200000047683716, - [ - 0.04736661911010742, - 0.0, - 0.0, - 0.9988775849342346 - ] - ], - [ - 2.2333333492279053, - [ - 0.027824778109788895, - 0.0, - 0.0, - 0.9996128082275391 - ] - ], - [ - 2.2666666507720947, - [ - 0.007545683532953262, - 0.0, - 0.0, - 0.9999716281890869 - ] - ], - [ - 2.299999952316284, - [ - 0.02072373405098915, - 0.0, - 0.0, - 0.9997852444648743 - ] - ], - [ - 2.3333332538604736, - [ - 0.08240701258182526, - 0.0, - 0.0, - 0.9965987801551819 - ] - ], - [ - 2.366666555404663, - [ - 0.08626360446214676, - 0.0, - 0.0, - 0.9962724447250366 - ] - ], - [ - 2.4000000953674316, - [ - 0.07177740335464478, - 0.0, - 0.0, - 0.9974206686019897 - ] - ], - [ - 2.433333396911621, - [ - 0.06271195411682129, - 0.0, - 0.0, - 0.9980316758155823 - ] - ], - [ - 2.4666666984558105, - [ - 0.05533651262521744, - 0.0, - 0.0, - 0.9984678626060486 - ] - ], - [ - 2.5, - [ - 0.07939819246530533, - 0.0, - 0.0, - 0.9968429803848267 - ] - ], - [ - 2.5333333015441895, - [ - 0.12617921829223633, - 0.0, - 0.0, - 0.9920075535774231 - ] - ], - [ - 2.566666603088379, - [ - 0.130142480134964, - 0.0, - 0.0, - 0.9914953112602234 - ] - ], - [ - 2.5999999046325684, - [ - 0.10859207808971405, - 0.0, - 0.0, - 0.9940863847732544 - ] - ], - [ - 2.633333444595337, - [ - 0.081901915371418, - 0.0, - 0.0, - 0.9966405034065247 - ] - ], - [ - 2.6666667461395264, - [ - 0.06258348375558853, - 0.0, - 0.0, - 0.9980398416519165 - ] - ], - [ - 2.700000047683716, - [ - 0.1143355518579483, - 0.0, - 0.0, - 0.993442177772522 - ] - ], - [ - 2.7333333492279053, - [ - 0.13449090719223022, - 0.0, - 0.0, - 0.9909148216247559 - ] - ], - [ - 2.7666666507720947, - [ - 0.12178868055343628, - 0.0, - 0.0, - 0.9925560355186462 - ] - ], - [ - 2.799999952316284, - [ - 0.09518209844827652, - 0.0, - 0.0, - 0.9954599738121033 - ] - ], - [ - 2.8333332538604736, - [ - 0.08713864535093307, - 0.0, - 0.0, - 0.9961962103843689 - ] - ], - [ - 2.866666555404663, - [ - 0.0921734943985939, - 0.0, - 0.0, - 0.9957429766654968 - ] - ], - [ - 2.9000000953674316, - [ - 0.1552482545375824, - 0.0, - 0.0, - 0.9878755807876587 - ] - ], - [ - 2.933333396911621, - [ - 0.17084787786006927, - 0.0, - 0.0, - 0.985297441482544 - ] - ], - [ - 2.9666666984558105, - [ - 0.15136687457561493, - 0.0, - 0.0, - 0.9884777665138245 - ] - ], - [ - 3.0, - [ - 0.11772234737873077, - 0.0, - 0.0, - 0.9930466413497925 - ] - ], - [ - 3.0333333015441895, - [ - 0.08402116596698761, - 0.0, - 0.0, - 0.9964639544487 - ] - ], - [ - 3.066666603088379, - [ - 0.08082392811775208, - 0.0, - 0.0, - 0.9967284202575684 - ] - ], - [ - 3.0999999046325684, - [ - 0.11810588836669922, - 0.0, - 0.0, - 0.9930011034011841 - ] - ], - [ - 3.133333444595337, - [ - 0.10418708622455597, - 0.0, - 0.0, - 0.9945577383041382 - ] - ], - [ - 3.1666667461395264, - [ - 0.07657833397388458, - 0.0, - 0.0, - 0.9970635771751404 - ] - ], - [ - 3.200000047683716, - [ - 0.046385470777750015, - 0.0, - 0.0, - 0.9989237189292908 - ] - ], - [ - 3.2333333492279053, - [ - 0.01099210325628519, - 0.0, - 0.0, - 0.9999396800994873 - ] - ], - [ - 3.2666666507720947, - [ - 0.03632238134741783, - 0.0, - 0.0, - 0.9993402361869812 - ] - ], - [ - 3.299999952316284, - [ - 0.07758612930774689, - 0.0, - 0.0, - 0.996985673904419 - ] - ], - [ - 3.3333332538604736, - [ - 0.07016028463840485, - 0.0, - 0.0, - 0.9975358247756958 - ] - ], - [ - 3.366666555404663, - [ - 0.05940091237425804, - 0.0, - 0.0, - 0.998234212398529 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658550578_684328.json b/lenses/physics-objects/Scene/assets/1646688658550578_684328.json deleted file mode 100644 index 3629e311..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658550578_684328.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658550578:684328", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658551875_684341.json b/lenses/physics-objects/Scene/assets/1646688658551875_684341.json deleted file mode 100644 index 666e8a90..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658551875_684341.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658551875:684341", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.7372212409973145, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.7661415338516235, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.7894134521484375, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.806234359741211, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.815813422203064, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.8172773122787476, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.8111273050308228, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.8009010553359985, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.786987066268921, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.769776463508606, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.7497197389602661, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.7433819770812988, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.7678967714309692, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.7865897417068481, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.7986960411071777, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.8034625053405762, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.8017446994781494, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.7951650619506836, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.784136414527893, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.769075632095337, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.7504024505615234, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.7364522218704224, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658552148_684348.json b/lenses/physics-objects/Scene/assets/1646688658552148_684348.json deleted file mode 100644 index fff2d92f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658552148_684348.json +++ /dev/null @@ -1,1648 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658552148:684348", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.34314459562301636, - 0.0, - 0.9392825961112976 - ] - ], - [ - 0.03333333507180214, - [ - 0.0, - 0.34314459562301636, - 0.0, - 0.9392825961112976 - ] - ], - [ - 0.06666667014360428, - [ - 0.0, - 0.3465190529823303, - 0.0, - 0.938042938709259 - ] - ], - [ - 0.10000000149011612, - [ - 0.0, - 0.3560839295387268, - 0.0, - 0.9344539642333984 - ] - ], - [ - 0.13333334028720856, - [ - 0.0, - 0.3708004057407379, - 0.0, - 0.9287126064300537 - ] - ], - [ - 0.1666666716337204, - [ - 0.0, - 0.38952088356018066, - 0.0, - 0.9210176467895508 - ] - ], - [ - 0.20000000298023224, - [ - 0.0, - 0.4111455976963043, - 0.0, - 0.9115697145462036 - ] - ], - [ - 0.23333333432674408, - [ - 0.0, - 0.43470972776412964, - 0.0, - 0.9005706310272217 - ] - ], - [ - 0.2666666805744171, - [ - 0.0, - 0.4594119191169739, - 0.0, - 0.8882233500480652 - ] - ], - [ - 0.30000001192092896, - [ - 0.0, - 0.4846078157424927, - 0.0, - 0.8747315406799316 - ] - ], - [ - 0.3333333432674408, - [ - 0.0, - 0.5097895860671997, - 0.0, - 0.8602991104125977 - ] - ], - [ - 0.36666667461395264, - [ - 0.0, - 0.5345610976219177, - 0.0, - 0.8451298475265503 - ] - ], - [ - 0.4000000059604645, - [ - 0.0, - 0.5586172938346863, - 0.0, - 0.829425573348999 - ] - ], - [ - 0.4333333373069763, - [ - 0.0, - 0.5817169547080994, - 0.0, - 0.8133912682533264 - ] - ], - [ - 0.46666666865348816, - [ - 0.0, - 0.603685200214386, - 0.0, - 0.7972227931022644 - ] - ], - [ - 0.5, - [ - 0.0, - 0.6243839859962463, - 0.0, - 0.7811175584793091 - ] - ], - [ - 0.5333333611488342, - [ - 0.0, - 0.6437119841575623, - 0.0, - 0.7652678489685059 - ] - ], - [ - 0.5666666626930237, - [ - 0.0, - 0.661594808101654, - 0.0, - 0.7498615384101868 - ] - ], - [ - 0.6000000238418579, - [ - 0.0, - 0.6779838800430298, - 0.0, - 0.7350767850875854 - ] - ], - [ - 0.6333333253860474, - [ - 0.0, - 0.6928296685218811, - 0.0, - 0.7211012840270996 - ] - ], - [ - 0.6666666865348816, - [ - 0.0, - 0.7061188817024231, - 0.0, - 0.7080932855606079 - ] - ], - [ - 0.699999988079071, - [ - 1.3231258477959335e-18, - 0.7178283929824829, - 1.3231258477959335e-18, - 0.6962200999259949 - ] - ], - [ - 0.7333333492279053, - [ - 2.590221582824822e-18, - 0.7279411554336548, - 2.590221582824822e-18, - 0.6856396198272705 - ] - ], - [ - 0.7666666507720947, - [ - 3.669804158384371e-18, - 0.7364377379417419, - 3.669804158384371e-18, - 0.6765053272247314 - ] - ], - [ - 0.800000011920929, - [ - 4.550995115443742e-18, - 0.7432913184165955, - 4.550995115443742e-18, - 0.6689679026603699 - ] - ], - [ - 0.8333333134651184, - [ - 5.2671424471931645e-18, - 0.7488070130348206, - 5.2671424471931645e-18, - 0.6627880930900574 - ] - ], - [ - 0.8666666746139526, - [ - 5.854975867962136e-18, - 0.7532981634140015, - 5.854975867962136e-18, - 0.6576791405677795 - ] - ], - [ - 0.8999999761581421, - [ - 6.3080098681579346e-18, - 0.7567370533943176, - 6.3080098681579346e-18, - 0.653719425201416 - ] - ], - [ - 0.9333333373069763, - [ - 6.6193953923086214e-18, - 0.7590893507003784, - 6.6193953923086214e-18, - 0.6509864330291748 - ] - ], - [ - 0.9666666388511658, - [ - 6.781678715914481e-18, - 0.7603117823600769, - 6.781678715914481e-18, - 0.6495584845542908 - ] - ], - [ - 1.0, - [ - 6.786528889436186e-18, - 0.7603481411933899, - 6.786528889436186e-18, - 0.6495157480239868 - ] - ], - [ - 1.0333333015441895, - [ - 6.4883319329720444e-18, - 0.7581003904342651, - 6.4883319329720444e-18, - 0.6521378755569458 - ] - ], - [ - 1.0666667222976685, - [ - 5.769804802600307e-18, - 0.7526494860649109, - 5.769804802600307e-18, - 0.6584213972091675 - ] - ], - [ - 1.100000023841858, - [ - 4.658069509835669e-18, - 0.7441191077232361, - 4.658069509835669e-18, - 0.6680470705032349 - ] - ], - [ - 1.1333333253860474, - [ - 3.174029322347651e-18, - 0.7325495481491089, - 3.174029322347651e-18, - 0.6807137131690979 - ] - ], - [ - 1.1666666269302368, - [ - 1.3346150763115653e-18, - 0.7179207801818848, - 1.3346150763115653e-18, - 0.6961248517036438 - ] - ], - [ - 1.2000000476837158, - [ - 0.0, - 0.7000649571418762, - 0.0, - 0.7140792608261108 - ] - ], - [ - 1.2333333492279053, - [ - 0.0, - 0.6787563562393188, - 0.0, - 0.7343635559082031 - ] - ], - [ - 1.2666666507720947, - [ - 0.0, - 0.6538400650024414, - 0.0, - 0.756632924079895 - ] - ], - [ - 1.2999999523162842, - [ - 0.0, - 0.6251106858253479, - 0.0, - 0.7805361151695251 - ] - ], - [ - 1.3333333730697632, - [ - 0.0, - 0.5923382043838501, - 0.0, - 0.8056895732879639 - ] - ], - [ - 1.3666666746139526, - [ - 0.0, - 0.5552414059638977, - 0.0, - 0.8316892385482788 - ] - ], - [ - 1.399999976158142, - [ - 0.0, - 0.5134574770927429, - 0.0, - 0.858115017414093 - ] - ], - [ - 1.4333332777023315, - [ - 0.0, - 0.46648502349853516, - 0.0, - 0.8845292329788208 - ] - ], - [ - 1.4666666984558105, - [ - 0.0, - 0.4135473966598511, - 0.0, - 0.9104825854301453 - ] - ], - [ - 1.5, - [ - 0.0, - 0.35328203439712524, - 0.0, - 0.935516893863678 - ] - ], - [ - 1.5333333015441895, - [ - 0.0, - 0.28283631801605225, - 0.0, - 0.9591681957244873 - ] - ], - [ - 1.5666667222976685, - [ - 0.0, - 0.19417648017406464, - 0.0, - 0.9809666275978088 - ] - ], - [ - 1.600000023841858, - [ - 0.0, - 0.00010147270950255916, - 0.0, - 1.0 - ] - ], - [ - 1.9666666984558105, - [ - 0.0, - 0.0001014560621115379, - 0.0, - 1.0 - ] - ], - [ - 2.0, - [ - 0.0, - 0.10278493165969849, - 0.0, - 0.9947035908699036 - ] - ], - [ - 2.0333333015441895, - [ - 0.0, - 0.19601108133792877, - 0.0, - 0.9806017875671387 - ] - ], - [ - 2.066666603088379, - [ - 0.0, - 0.2601134777069092, - 0.0, - 0.9655780792236328 - ] - ], - [ - 2.0999999046325684, - [ - 0.0, - 0.3126843273639679, - 0.0, - 0.9498571157455444 - ] - ], - [ - 2.133333444595337, - [ - 0.0, - 0.3581516146659851, - 0.0, - 0.9336634278297424 - ] - ], - [ - 2.1666667461395264, - [ - 0.0, - 0.39838576316833496, - 0.0, - 0.9172179698944092 - ] - ], - [ - 2.200000047683716, - [ - 0.0, - 0.4343661367893219, - 0.0, - 0.900736391544342 - ] - ], - [ - 2.2333333492279053, - [ - 0.0, - 0.4666728675365448, - 0.0, - 0.8844299912452698 - ] - ], - [ - 2.2666666507720947, - [ - 0.0, - 0.49568113684654236, - 0.0, - 0.8685045838356018 - ] - ], - [ - 2.299999952316284, - [ - 0.0, - 0.5216495990753174, - 0.0, - 0.8531598448753357 - ] - ], - [ - 2.3333332538604736, - [ - 0.0, - 0.5447676181793213, - 0.0, - 0.8385870456695557 - ] - ], - [ - 2.366666555404663, - [ - 0.0, - 0.5651720762252808, - 0.0, - 0.8249730467796326 - ] - ], - [ - 2.4000000953674316, - [ - 0.0, - 0.5827760100364685, - 0.0, - 0.8126329779624939 - ] - ], - [ - 2.433333396911621, - [ - 0.0, - 0.5975088477134705, - 0.0, - 0.8018622994422913 - ] - ], - [ - 2.4666666984558105, - [ - 0.0, - 0.6094179153442383, - 0.0, - 0.7928491830825806 - ] - ], - [ - 2.5, - [ - 0.0, - 0.6185231804847717, - 0.0, - 0.7857665419578552 - ] - ], - [ - 2.5333333015441895, - [ - 0.0, - 0.6247953772544861, - 0.0, - 0.7807885408401489 - ] - ], - [ - 2.566666603088379, - [ - 0.0, - 0.6281378865242004, - 0.0, - 0.7781020402908325 - ] - ], - [ - 2.5999999046325684, - [ - 0.0, - 0.6283859014511108, - 0.0, - 0.7779017686843872 - ] - ], - [ - 2.633333444595337, - [ - 0.0, - 0.6257081031799316, - 0.0, - 0.7800573110580444 - ] - ], - [ - 2.6666667461395264, - [ - 0.0, - 0.620535135269165, - 0.0, - 0.7841787934303284 - ] - ], - [ - 2.700000047683716, - [ - 0.0, - 0.6129988431930542, - 0.0, - 0.7900838255882263 - ] - ], - [ - 2.7333333492279053, - [ - 0.0, - 0.6031954288482666, - 0.0, - 0.7975934147834778 - ] - ], - [ - 2.7666666507720947, - [ - 0.0, - 0.5911952257156372, - 0.0, - 0.8065285086631775 - ] - ], - [ - 2.799999952316284, - [ - 0.0, - 0.5770511031150818, - 0.0, - 0.8167080879211426 - ] - ], - [ - 2.8333332538604736, - [ - 0.0, - 0.5608087778091431, - 0.0, - 0.827945351600647 - ] - ], - [ - 2.866666555404663, - [ - 0.0, - 0.5425018668174744, - 0.0, - 0.8400546312332153 - ] - ], - [ - 2.9000000953674316, - [ - 0.0, - 0.5221654176712036, - 0.0, - 0.85284423828125 - ] - ], - [ - 2.933333396911621, - [ - 0.0, - 0.49997103214263916, - 0.0, - 0.8660421371459961 - ] - ], - [ - 2.9666666984558105, - [ - 0.0, - 0.47608065605163574, - 0.0, - 0.8794017434120178 - ] - ], - [ - 3.0, - [ - 0.0, - 0.45056724548339844, - 0.0, - 0.8927425146102905 - ] - ], - [ - 3.0333333015441895, - [ - 0.0, - 0.4235333800315857, - 0.0, - 0.9058805108070374 - ] - ], - [ - 3.066666603088379, - [ - 0.0, - 0.3942926228046417, - 0.0, - 0.9189849495887756 - ] - ], - [ - 3.0999999046325684, - [ - 0.0, - 0.3622586131095886, - 0.0, - 0.9320776462554932 - ] - ], - [ - 3.133333444595337, - [ - 0.0, - 0.32779109477996826, - 0.0, - 0.9447502493858337 - ] - ], - [ - 3.1666667461395264, - [ - 0.0, - 0.2914239466190338, - 0.0, - 0.9565939903259277 - ] - ], - [ - 3.200000047683716, - [ - 0.0, - 0.25400999188423157, - 0.0, - 0.9672015905380249 - ] - ], - [ - 3.2333333492279053, - [ - 0.0, - 0.2172153741121292, - 0.0, - 0.9761238098144531 - ] - ], - [ - 3.2666666507720947, - [ - 0.0, - 0.1842135488986969, - 0.0, - 0.9828862547874451 - ] - ], - [ - 3.299999952316284, - [ - 0.0, - 0.16036933660507202, - 0.0, - 0.987057089805603 - ] - ], - [ - 3.3333332538604736, - [ - 0.0, - 0.15322397649288177, - 0.0, - 0.9881914854049683 - ] - ], - [ - 3.366666555404663, - [ - 0.0, - 0.16431032121181488, - 0.0, - 0.9864087104797363 - ] - ], - [ - 3.4000000953674316, - [ - 0.0, - 0.18763135373592377, - 0.0, - 0.9822395443916321 - ] - ], - [ - 3.433333396911621, - [ - 0.0, - 0.21830280125141144, - 0.0, - 0.9758810997009277 - ] - ], - [ - 3.4666666984558105, - [ - 0.0, - 0.2527935206890106, - 0.0, - 0.9675203561782837 - ] - ], - [ - 3.5, - [ - 0.0, - 0.2889229655265808, - 0.0, - 0.957352340221405 - ] - ], - [ - 3.5333333015441895, - [ - 0.0, - 0.3254123032093048, - 0.0, - 0.9455721974372864 - ] - ], - [ - 3.566666603088379, - [ - 0.0, - 0.3614901602268219, - 0.0, - 0.9323759078979492 - ] - ], - [ - 3.5999999046325684, - [ - 0.0, - 0.3967154622077942, - 0.0, - 0.9179416298866272 - ] - ], - [ - 3.633333444595337, - [ - 0.0, - 0.43075627088546753, - 0.0, - 0.9024683237075806 - ] - ], - [ - 3.6666667461395264, - [ - 0.0, - 0.4633331596851349, - 0.0, - 0.8861841559410095 - ] - ], - [ - 3.700000047683716, - [ - 0.0, - 0.4942554831504822, - 0.0, - 0.8693166971206665 - ] - ], - [ - 3.7333333492279053, - [ - 0.0, - 0.5233914852142334, - 0.0, - 0.8520923256874084 - ] - ], - [ - 3.7666666507720947, - [ - 0.0, - 0.5506510138511658, - 0.0, - 0.8347355723381042 - ] - ], - [ - 3.799999952316284, - [ - 0.0, - 0.5759735703468323, - 0.0, - 0.8174683451652527 - ] - ], - [ - 3.8333332538604736, - [ - 0.0, - 0.5993215441703796, - 0.0, - 0.8005083799362183 - ] - ], - [ - 3.866666555404663, - [ - 0.0, - 0.6207275986671448, - 0.0, - 0.7840263247489929 - ] - ], - [ - 3.9000000953674316, - [ - 0.0, - 0.640239417552948, - 0.0, - 0.7681754231452942 - ] - ], - [ - 3.933333396911621, - [ - 0.0, - 0.6578581929206848, - 0.0, - 0.7531418204307556 - ] - ], - [ - 3.9666666984558105, - [ - 0.0, - 0.6735888719558716, - 0.0, - 0.7391062378883362 - ] - ], - [ - 4.0, - [ - 0.0, - 0.6874362826347351, - 0.0, - 0.7262446880340576 - ] - ], - [ - 4.0333333015441895, - [ - 0.0, - 0.69940185546875, - 0.0, - 0.7147286534309387 - ] - ], - [ - 4.066666603088379, - [ - 2.9112644923258537e-19, - 0.7094799876213074, - 2.9112644923258537e-19, - 0.7047255635261536 - ] - ], - [ - 4.099999904632568, - [ - 1.3013753403840048e-18, - 0.7176534533500671, - 1.3013753403840048e-18, - 0.6964004039764404 - ] - ], - [ - 4.133333206176758, - [ - 2.1316241726241448e-18, - 0.7242985367774963, - 2.1316241726241448e-18, - 0.6894865036010742 - ] - ], - [ - 4.166666507720947, - [ - 2.8248011123532757e-18, - 0.7297967076301575, - 2.8248011123532757e-18, - 0.6836642026901245 - ] - ], - [ - 4.199999809265137, - [ - 3.3742469420500394e-18, - 0.7341225743293762, - 3.3742469420500394e-18, - 0.6790169477462769 - ] - ], - [ - 4.233333110809326, - [ - 3.7728758257921535e-18, - 0.7372431755065918, - 3.7728758257921535e-18, - 0.6756274700164795 - ] - ], - [ - 4.266666889190674, - [ - 4.0129720296208764e-18, - 0.7391155362129211, - 4.0129720296208764e-18, - 0.6735787391662598 - ] - ], - [ - 4.300000190734863, - [ - 4.085911161674577e-18, - 0.739683210849762, - 4.085911161674577e-18, - 0.6729552149772644 - ] - ], - [ - 4.333333492279053, - [ - 3.836931865247647e-18, - 0.7377433180809021, - 3.836931865247647e-18, - 0.6750814318656921 - ] - ], - [ - 4.366666793823242, - [ - 3.1420697518155928e-18, - 0.7322980761528015, - 3.1420697518155928e-18, - 0.6809841990470886 - ] - ], - [ - 4.400000095367432, - [ - 2.0314265442546777e-18, - 0.7235000729560852, - 2.0314265442546777e-18, - 0.6903243064880371 - ] - ], - [ - 4.433333396911621, - [ - 5.28366269159192e-19, - 0.7114080786705017, - 5.28366269159192e-19, - 0.7027791738510132 - ] - ], - [ - 4.4666666984558105, - [ - 0.0, - 0.6960117220878601, - 0.0, - 0.7180305123329163 - ] - ], - [ - 4.5, - [ - 0.0, - 0.6772480010986328, - 0.0, - 0.7357548475265503 - ] - ], - [ - 4.5333333015441895, - [ - 0.0, - 0.6550143957138062, - 0.0, - 0.7556165456771851 - ] - ], - [ - 4.566666603088379, - [ - 0.0, - 0.6291747093200684, - 0.0, - 0.777263879776001 - ] - ], - [ - 4.599999904632568, - [ - 0.0, - 0.5995602607727051, - 0.0, - 0.8003296256065369 - ] - ], - [ - 4.633333206176758, - [ - 0.0, - 0.5659738779067993, - 0.0, - 0.8244231939315796 - ] - ], - [ - 4.666666507720947, - [ - 0.0, - 0.5281347632408142, - 0.0, - 0.8491605520248413 - ] - ], - [ - 4.699999809265137, - [ - 0.0, - 0.48572811484336853, - 0.0, - 0.8741099238395691 - ] - ], - [ - 4.733333110809326, - [ - 0.0, - 0.4382550120353699, - 0.0, - 0.898850679397583 - ] - ], - [ - 4.766666889190674, - [ - 0.0, - 0.3849247395992279, - 0.0, - 0.9229479432106018 - ] - ], - [ - 4.800000190734863, - [ - 0.0, - 0.3242839276790619, - 0.0, - 0.9459598064422607 - ] - ], - [ - 4.833333492279053, - [ - 0.0, - 0.2530965209007263, - 0.0, - 0.9674411416053772 - ] - ], - [ - 4.866666793823242, - [ - 0.0, - 0.16107262670993805, - 0.0, - 0.9869426488876343 - ] - ], - [ - 4.900000095367432, - [ - 0.0, - 0.00010148935689358041, - 0.0, - 1.0 - ] - ], - [ - 5.199999809265137, - [ - 0.0, - 0.00010168908920604736, - 0.0, - 1.0 - ] - ], - [ - 5.233333110809326, - [ - 0.0, - 0.0954585149884224, - 0.0, - 0.995433509349823 - ] - ], - [ - 5.266666889190674, - [ - 0.0, - 0.19272367656230927, - 0.0, - 0.9812530875205994 - ] - ], - [ - 5.300000190734863, - [ - 0.0, - 0.25932443141937256, - 0.0, - 0.9657903909683228 - ] - ], - [ - 5.333333492279053, - [ - 0.0, - 0.3144102096557617, - 0.0, - 0.9492872357368469 - ] - ], - [ - 5.366666793823242, - [ - 0.0, - 0.3624855577945709, - 0.0, - 0.9319894909858704 - ] - ], - [ - 5.400000095367432, - [ - 0.0, - 0.40540215373039246, - 0.0, - 0.9141384363174438 - ] - ], - [ - 5.433333396911621, - [ - 0.0, - 0.44410941004753113, - 0.0, - 0.8959725499153137 - ] - ], - [ - 5.4666666984558105, - [ - 0.0, - 0.47916164994239807, - 0.0, - 0.877726674079895 - ] - ], - [ - 5.5, - [ - 0.0, - 0.5109158158302307, - 0.0, - 0.8596307635307312 - ] - ], - [ - 5.5333333015441895, - [ - 0.0, - 0.5396268963813782, - 0.0, - 0.8419042825698853 - ] - ], - [ - 5.566666603088379, - [ - 0.0, - 0.5654594302177429, - 0.0, - 0.8247761130332947 - ] - ], - [ - 5.599999904632568, - [ - 0.0, - 0.5885546207427979, - 0.0, - 0.8084574341773987 - ] - ], - [ - 5.633333206176758, - [ - 0.0, - 0.6090369820594788, - 0.0, - 0.7931418418884277 - ] - ], - [ - 5.666666507720947, - [ - 0.0, - 0.6269854307174683, - 0.0, - 0.779030978679657 - ] - ], - [ - 5.699999809265137, - [ - 0.0, - 0.6424662470817566, - 0.0, - 0.7663139700889587 - ] - ], - [ - 5.733333110809326, - [ - 0.0, - 0.6555241942405701, - 0.0, - 0.7551741600036621 - ] - ], - [ - 5.766666889190674, - [ - 0.0, - 0.6661815047264099, - 0.0, - 0.745789647102356 - ] - ], - [ - 5.800000190734863, - [ - 0.0, - 0.6744321584701538, - 0.0, - 0.7383368015289307 - ] - ], - [ - 5.833333492279053, - [ - 0.0, - 0.6802367568016052, - 0.0, - 0.7329924702644348 - ] - ], - [ - 5.866666793823242, - [ - 0.0, - 0.6835137009620667, - 0.0, - 0.729937732219696 - ] - ], - [ - 5.900000095367432, - [ - 0.0, - 0.6841273903846741, - 0.0, - 0.7293625473976135 - ] - ], - [ - 5.933333396911621, - [ - 0.0, - 0.6822289228439331, - 0.0, - 0.7311387062072754 - ] - ], - [ - 5.9666666984558105, - [ - 0.0, - 0.6781948804855347, - 0.0, - 0.734882116317749 - ] - ], - [ - 6.0, - [ - 0.0, - 0.6721420288085938, - 0.0, - 0.740422248840332 - ] - ], - [ - 6.0333333015441895, - [ - 0.0, - 0.6641725897789001, - 0.0, - 0.7475792765617371 - ] - ], - [ - 6.066666603088379, - [ - 0.0, - 0.6543613076210022, - 0.0, - 0.756182074546814 - ] - ], - [ - 6.099999904632568, - [ - 0.0, - 0.6427743434906006, - 0.0, - 0.7660555839538574 - ] - ], - [ - 6.133333206176758, - [ - 0.0, - 0.6294747591018677, - 0.0, - 0.7770209312438965 - ] - ], - [ - 6.166666507720947, - [ - 0.0, - 0.6145288348197937, - 0.0, - 0.7888943552970886 - ] - ], - [ - 6.199999809265137, - [ - 0.0, - 0.5980130434036255, - 0.0, - 0.8014863729476929 - ] - ], - [ - 6.233333110809326, - [ - 0.0, - 0.5800214409828186, - 0.0, - 0.8146012425422668 - ] - ], - [ - 6.266666889190674, - [ - 0.0, - 0.5606754422187805, - 0.0, - 0.8280356526374817 - ] - ], - [ - 6.300000190734863, - [ - 0.0, - 0.5401263236999512, - 0.0, - 0.8415839672088623 - ] - ], - [ - 6.333333492279053, - [ - 0.0, - 0.5185577869415283, - 0.0, - 0.8550426959991455 - ] - ], - [ - 6.366666793823242, - [ - 0.0, - 0.49567028880119324, - 0.0, - 0.868510901927948 - ] - ], - [ - 6.400000095367432, - [ - 0.0, - 0.47130081057548523, - 0.0, - 0.8819725513458252 - ] - ], - [ - 6.433333396911621, - [ - 0.0, - 0.44604647159576416, - 0.0, - 0.8950098156929016 - ] - ], - [ - 6.4666666984558105, - [ - 0.0, - 0.42069846391677856, - 0.0, - 0.9072005152702332 - ] - ], - [ - 6.5, - [ - 0.0, - 0.39630138874053955, - 0.0, - 0.9181205034255981 - ] - ], - [ - 6.5333333015441895, - [ - 0.0, - 0.3742091953754425, - 0.0, - 0.9273443222045898 - ] - ], - [ - 6.566666603088379, - [ - 0.0, - 0.3561016917228699, - 0.0, - 0.9344472289085388 - ] - ], - [ - 6.599999904632568, - [ - 0.0, - 0.34390026330947876, - 0.0, - 0.9390062093734741 - ] - ], - [ - 6.633333206176758, - [ - 0.0, - 0.33951306343078613, - 0.0, - 0.9406013488769531 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658552602_684355.json b/lenses/physics-objects/Scene/assets/1646688658552602_684355.json deleted file mode 100644 index 8315cdff..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658552602_684355.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658552602:684355", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658553846_684368.json b/lenses/physics-objects/Scene/assets/1646688658553846_684368.json deleted file mode 100644 index 1179440c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658553846_684368.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658553846:684368", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 3.975243091583252, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.068360328674316, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 3.9764435291290283, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.117602348327637, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.54388427734375, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 2.934835910797119, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.5031299591064453, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 3.7532401084899902, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.021518707275391, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.503063201904297, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 3.685898780822754, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.532503366470337, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.545138359069824, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.315328598022461, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.5336480140686035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 3.8021209239959717, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.712857723236084, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.073338031768799, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.4110734462738037, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.591874599456787, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 3.874537467956543, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.448965311050415, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.3167617321014404, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.3598482608795166, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.4311347007751465, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 2.769866704940796, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 3.6772656440734863, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.599883556365967, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.426626682281494, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.263912677764893, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.435640335083008, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.2981462478637695, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.170444011688232, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 2.771017551422119, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.1420552730560303, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.6196327209472656, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.0193071365356445, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.6283135414123535, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.058468818664551, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 2.8278918266296387, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.1113181114196777, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.383334159851074, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.4207828044891357, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.4387059211730957, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 2.94984769821167, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.1331119537353516, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 2.79256010055542, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.1821165084838867, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.6565635204315186, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.1890058517456055, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.6433799266815186, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 2.952622890472412, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.089118242263794, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 2.8381545543670654, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.0975661277770996, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 3.804500102996826, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.1312239170074463, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.4327776432037354, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.134583950042725, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.432620525360107, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 4.609613418579102, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.530483722686768, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.4257771968841553, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.5223023891448975, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.506273031234741, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 3.7744576930999756, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.455747604370117, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.436801910400391, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.015720367431641, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 4.73366117477417, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 4.934529781341553, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 4.789510726928711, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 4.712840557098389, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.001687049865723, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.3474457263946533, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 3.836031436920166, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.146539688110352, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.490503311157227, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 4.906909465789795, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.173006534576416, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.202613830566406, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.505837917327881, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.36214017868042, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.214995384216309, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.0824875831604, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 2.9374544620513916, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.353426218032837, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 3.995256185531616, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 4.653754711151123, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.159857273101807, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 4.7289605140686035, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 3.77108097076416, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.011524677276611, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 3.9712326526641846, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 3.794471263885498, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 3.9744038581848145, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.4239280223846436, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 2.9034409523010254, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.1571109294891357, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.539482593536377, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658554128_684375.json b/lenses/physics-objects/Scene/assets/1646688658554128_684375.json deleted file mode 100644 index a4261c12..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658554128_684375.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658554128:684375", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.00010150599700864404, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658554377_684382.json b/lenses/physics-objects/Scene/assets/1646688658554377_684382.json deleted file mode 100644 index 1c93df93..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658554377_684382.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658554377:684382", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658555685_684395.json b/lenses/physics-objects/Scene/assets/1646688658555685_684395.json deleted file mode 100644 index ab5a9768..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658555685_684395.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658555685:684395", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.8913934230804443, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.9228804111480713, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.9482176303863525, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.9665312767028809, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.9769604206085205, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.9785542488098145, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.9718583822250366, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.9607245922088623, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.9455758333206177, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.9268379211425781, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.905001163482666, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.8981009721755981, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.9247913360595703, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.9451433420181274, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.9583239555358887, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.9635133743286133, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.9616432189941406, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.9544795751571655, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.942472219467163, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.9260748624801636, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.9057444334030151, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658555990_684402.json b/lenses/physics-objects/Scene/assets/1646688658555990_684402.json deleted file mode 100644 index 7ec7ef1f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658555990_684402.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658555990:684402", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658556250_684409.json b/lenses/physics-objects/Scene/assets/1646688658556250_684409.json deleted file mode 100644 index d2d7f6af..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658556250_684409.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658556250:684409", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658557547_684422.json b/lenses/physics-objects/Scene/assets/1646688658557547_684422.json deleted file mode 100644 index 0381dc8b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658557547_684422.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658557547:684422", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.32803201675415, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.429412841796875, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 4.329339027404785, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.483025074005127, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.858391523361206, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.1952922344207764, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.8140203952789307, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.086326599121094, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.378414154052734, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.902694225311279, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.013007640838623, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.8460006713867188, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.8597569465637207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.6095521450042725, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.8472466468811035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 4.139545440673828, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.9536142349243164, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.346086025238037, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.713794708251953, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.9106409549713135, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 4.21838903427124, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.7550487518310547, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.5223662853240967, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.5692763328552246, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.6468892097473145, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 3.0156826972961426, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 4.003610134124756, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.919360399246216, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.7307276725769043, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.642320156097412, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.829287528991699, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.679591655731201, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.540555953979492, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 3.016935348510742, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.3321549892425537, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.8521149158477783, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.287260055541992, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.9503138065338135, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.418643474578857, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 3.078857421875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.387436628341675, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.6835930347442627, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.724365234375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.7438790798187256, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 3.2116363048553467, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.322417974472046, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 3.0403900146484375, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.4645180702209473, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.9810707569122314, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.560765266418457, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.9667162895202637, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2146575450897217, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.363266706466675, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 3.0900309085845947, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.372464895248413, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 4.142136096954346, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.409108877182007, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.7374253273010254, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.501513481140137, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.825999736785889, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.01870059967041, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.932549476623535, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.7298028469085693, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.8348941802978516, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.8174424171447754, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 4.109427452087402, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.851179599761963, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.830552577972412, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.372101306915283, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.153756618499756, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.3724517822265625, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.214562892913818, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.131088733673096, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.356822490692139, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.644519805908203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 4.176465034484863, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.514530658721924, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.88901948928833, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.342380046844482, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.543346405029297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.575581073760986, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.905714988708496, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.749264717102051, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.589061260223389, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.444793701171875, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.198143243789673, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.651031494140625, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 4.349820137023926, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.066758632659912, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617776393890381, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.148638725280762, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.105751037597656, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.367533206939697, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.323665142059326, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.1312174797058105, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.327117919921875, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.7277894020080566, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.1611111164093018, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.437293529510498, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658557865_684429.json b/lenses/physics-objects/Scene/assets/1646688658557865_684429.json deleted file mode 100644 index ee69fbc5..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658557865_684429.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658557865:684429", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658558124_684436.json b/lenses/physics-objects/Scene/assets/1646688658558124_684436.json deleted file mode 100644 index b9eef99a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658558124_684436.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658558124:684436", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658559384_684449.json b/lenses/physics-objects/Scene/assets/1646688658559384_684449.json deleted file mode 100644 index 527b5c89..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658559384_684449.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658559384:684449", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 1.8913934230804443, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 1.9228804111480713, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 1.9482176303863525, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 1.9665312767028809, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 1.9769604206085205, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 1.9785542488098145, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 1.9718583822250366, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 1.9607245922088623, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 1.9455758333206177, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 1.9268379211425781, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 1.905001163482666, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.866666793823242, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 4.900000095367432, - [ - 1.8981009721755981, - 0.0, - 0.0 - ] - ], - [ - 4.933333396911621, - [ - 1.9247913360595703, - 0.0, - 0.0 - ] - ], - [ - 4.9666666984558105, - [ - 1.9451433420181274, - 0.0, - 0.0 - ] - ], - [ - 5.0, - [ - 1.9583239555358887, - 0.0, - 0.0 - ] - ], - [ - 5.0333333015441895, - [ - 1.9635133743286133, - 0.0, - 0.0 - ] - ], - [ - 5.066666603088379, - [ - 1.9616432189941406, - 0.0, - 0.0 - ] - ], - [ - 5.099999904632568, - [ - 1.9544795751571655, - 0.0, - 0.0 - ] - ], - [ - 5.133333206176758, - [ - 1.942472219467163, - 0.0, - 0.0 - ] - ], - [ - 5.166666507720947, - [ - 1.9260748624801636, - 0.0, - 0.0 - ] - ], - [ - 5.199999809265137, - [ - 1.9057444334030151, - 0.0, - 0.0 - ] - ], - [ - 5.233333110809326, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 1.8905562162399292, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658559664_684456.json b/lenses/physics-objects/Scene/assets/1646688658559664_684456.json deleted file mode 100644 index ec1cc955..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658559664_684456.json +++ /dev/null @@ -1,1810 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658559664:684456", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.008500070311129093, - -0.8225788474082947, - -0.16239070892333984, - 0.5449046492576599 - ] - ], - [ - 0.03333333507180214, - [ - -0.008500070311129093, - -0.8225788474082947, - -0.16239070892333984, - 0.5449046492576599 - ] - ], - [ - 0.06666667014360428, - [ - -0.008408334106206894, - -0.8235265612602234, - -0.16260826587677002, - 0.543407678604126 - ] - ], - [ - 0.10000000149011612, - [ - -0.008158739656209946, - -0.8262037634849548, - -0.1632436066865921, - 0.5391404032707214 - ] - ], - [ - 0.13333334028720856, - [ - -0.007803758606314659, - -0.8302953243255615, - -0.16427549719810486, - 0.5325056910514832 - ] - ], - [ - 0.1666666716337204, - [ - -0.0074036684818565845, - -0.8354498147964478, - -0.16568857431411743, - 0.5239428281784058 - ] - ], - [ - 0.20000000298023224, - [ - -0.007015972398221493, - -0.84132981300354, - -0.1674726903438568, - 0.5138752460479736 - ] - ], - [ - 0.23333333432674408, - [ - -0.006689576897770166, - -0.8476406931877136, - -0.16962195932865143, - 0.5026816725730896 - ] - ], - [ - 0.2666666805744171, - [ - 0.006462902296334505, - 0.8541397452354431, - 0.17213308811187744, - -0.4906870424747467 - ] - ], - [ - 0.30000001192092896, - [ - 0.006364340428262949, - 0.8606343865394592, - 0.1750040203332901, - -0.47816479206085205 - ] - ], - [ - 0.3333333432674408, - [ - 0.0064135449938476086, - 0.8669759035110474, - 0.17823216319084167, - -0.4653439223766327 - ] - ], - [ - 0.36666667461395264, - [ - 0.006622915156185627, - 0.873051643371582, - 0.1818128377199173, - -0.45241695642471313 - ] - ], - [ - 0.4000000059604645, - [ - 0.006998716853559017, - 0.8787781000137329, - 0.1857375204563141, - -0.439547061920166 - ] - ], - [ - 0.4333333373069763, - [ - 0.007542256731539965, - 0.8840960264205933, - 0.18999308347702026, - -0.42687225341796875 - ] - ], - [ - 0.46666666865348816, - [ - 0.008249943144619465, - 0.8889647722244263, - 0.1945585161447525, - -0.4145124554634094 - ] - ], - [ - 0.5, - [ - 0.009114121086895466, - 0.8933601975440979, - 0.19940511882305145, - -0.40256938338279724 - ] - ], - [ - 0.5333333611488342, - [ - 0.010122934356331825, - 0.8972718715667725, - 0.20449413359165192, - -0.391130268573761 - ] - ], - [ - 0.5666666626930237, - [ - 0.01126042753458023, - 0.9007013440132141, - 0.20977570116519928, - -0.38026896119117737 - ] - ], - [ - 0.6000000238418579, - [ - 0.012506616301834583, - 0.9036603569984436, - 0.215187206864357, - -0.3700486421585083 - ] - ], - [ - 0.6333333253860474, - [ - 0.013837089762091637, - 0.9061722755432129, - 0.22065524756908417, - -0.3605157136917114 - ] - ], - [ - 0.6666666865348816, - [ - 0.015223952010273933, - 0.9082661271095276, - 0.226090207695961, - -0.3517162799835205 - ] - ], - [ - 0.699999988079071, - [ - 0.016635360196232796, - 0.9099797606468201, - 0.23139193654060364, - -0.3436828553676605 - ] - ], - [ - 0.7333333492279053, - [ - 0.01803647167980671, - 0.911357045173645, - 0.23644867539405823, - -0.3364447355270386 - ] - ], - [ - 0.7666666507720947, - [ - 0.019390296190977097, - 0.9124451279640198, - 0.24113939702510834, - -0.3300298750400543 - ] - ], - [ - 0.800000011920929, - [ - 0.020658906549215317, - 0.9132922887802124, - 0.24533717334270477, - -0.3244688808917999 - ] - ], - [ - 0.8333333134651184, - [ - 0.02189469151198864, - 0.9138750433921814, - 0.2491709142923355, - -0.31979188323020935 - ] - ], - [ - 0.8666666746139526, - [ - 0.023154787719249725, - 0.9141517281532288, - 0.2527981102466583, - -0.3160437345504761 - ] - ], - [ - 0.8999999761581421, - [ - 0.02440895512700081, - 0.914141833782196, - 0.25613147020339966, - -0.31328192353248596 - ] - ], - [ - 0.9333333373069763, - [ - 0.025627879425883293, - 0.913864016532898, - 0.25908362865448, - -0.31156325340270996 - ] - ], - [ - 0.9666666388511658, - [ - 0.02678382769227028, - 0.9133335947990417, - 0.2615692615509033, - -0.3109435737133026 - ] - ], - [ - 1.0, - [ - 0.027851441875100136, - 0.9125620722770691, - 0.26350727677345276, - -0.3114781975746155 - ] - ], - [ - 1.0333333015441895, - [ - 0.028641387820243835, - 0.911428689956665, - 0.2641785740852356, - -0.3141450881958008 - ] - ], - [ - 1.0666667222976685, - [ - 0.029023557901382446, - 0.9098113775253296, - 0.26305916905403137, - -0.31968846917152405 - ] - ], - [ - 1.100000023841858, - [ - 0.02907782420516014, - 0.9076761603355408, - 0.2604021430015564, - -0.32782530784606934 - ] - ], - [ - 1.1333333253860474, - [ - 0.028896363452076912, - 0.9049514532089233, - 0.25649040937423706, - -0.33829066157341003 - ] - ], - [ - 1.1666666269302368, - [ - 0.028576398268342018, - 0.9015457630157471, - 0.25161561369895935, - -0.35083961486816406 - ] - ], - [ - 1.2000000476837158, - [ - 0.02811884880065918, - 0.8974243998527527, - 0.24587535858154297, - -0.36521780490875244 - ] - ], - [ - 1.2333333492279053, - [ - 0.027530893683433533, - 0.8925281167030334, - 0.23938190937042236, - -0.38122424483299255 - ] - ], - [ - 1.2666666507720947, - [ - 0.026912780478596687, - 0.8867177367210388, - 0.23241618275642395, - -0.39873558282852173 - ] - ], - [ - 1.2999999523162842, - [ - 0.02635435201227665, - 0.879858672618866, - 0.22522173821926117, - -0.4176473319530487 - ] - ], - [ - 1.3333333730697632, - [ - 0.025936709716916084, - 0.871815025806427, - 0.21799778938293457, - -0.43788450956344604 - ] - ], - [ - 1.3666666746139526, - [ - 0.025734208524227142, - 0.8624449372291565, - 0.21090194582939148, - -0.45939841866493225 - ] - ], - [ - 1.399999976158142, - [ - 0.025818834081292152, - 0.85158771276474, - 0.20405180752277374, - -0.48217692971229553 - ] - ], - [ - 1.4333332777023315, - [ - -0.026267535984516144, - -0.8390402793884277, - -0.19752860069274902, - 0.5062646269798279 - ] - ], - [ - 1.4666666984558105, - [ - -0.0271749310195446, - -0.8245107531547546, - -0.19137972593307495, - 0.531805694103241 - ] - ], - [ - 1.5, - [ - -0.028680380433797836, - -0.8075128197669983, - -0.18561765551567078, - 0.5591480731964111 - ] - ], - [ - 1.5333333015441895, - [ - -0.031041162088513374, - -0.7870649099349976, - -0.18020592629909515, - 0.5891444087028503 - ] - ], - [ - 1.5666667222976685, - [ - -0.034926529973745346, - -0.7604635953903198, - -0.1749848574399948, - 0.6243841052055359 - ] - ], - [ - 1.600000023841858, - [ - -0.04732711985707283, - -0.698661744594574, - -0.16802482306957245, - 0.6938296556472778 - ] - ], - [ - 1.6333333253860474, - [ - -0.04406507685780525, - -0.6985516548156738, - -0.16548246145248413, - 0.6947657465934753 - ] - ], - [ - 1.6666666269302368, - [ - -0.04134165495634079, - -0.6985670924186707, - -0.1633560061454773, - 0.695420503616333 - ] - ], - [ - 1.7000000476837158, - [ - -0.03918606415390968, - -0.6987314224243164, - -0.16167016327381134, - 0.6957741379737854 - ] - ], - [ - 1.7333333492279053, - [ - -0.03763565048575401, - -0.6990736722946167, - -0.16045598685741425, - 0.6957970261573792 - ] - ], - [ - 1.7666666507720947, - [ - -0.036585889756679535, - -0.6995981335639954, - -0.15963277220726013, - 0.6955151557922363 - ] - ], - [ - 1.7999999523162842, - [ - -0.03587403520941734, - -0.7002942562103271, - -0.15907388925552368, - 0.6949794888496399 - ] - ], - [ - 1.8333333730697632, - [ - -0.035463277250528336, - -0.7011711597442627, - -0.15875078737735748, - 0.6941898465156555 - ] - ], - [ - 1.8666666746139526, - [ - -0.03532145544886589, - -0.7022387981414795, - -0.15863855183124542, - 0.6931427717208862 - ] - ], - [ - 1.899999976158142, - [ - -0.0354197733104229, - -0.7035064697265625, - -0.15871471166610718, - 0.6918336749076843 - ] - ], - [ - 1.9333332777023315, - [ - -0.03573146089911461, - -0.7049832344055176, - -0.15895822644233704, - 0.690256655216217 - ] - ], - [ - 1.9666666984558105, - [ - -0.03624293953180313, - -0.706668496131897, - -0.1593584567308426, - 0.6884118914604187 - ] - ], - [ - 2.0, - [ - -0.029037954285740852, - -0.7414732575416565, - -0.16154001653194427, - 0.65059894323349 - ] - ], - [ - 2.0333333015441895, - [ - -0.02255706861615181, - -0.7718997001647949, - -0.16347478330135345, - 0.6139528155326843 - ] - ], - [ - 2.066666603088379, - [ - -0.018380366265773773, - -0.7927328944206238, - -0.1650870144367218, - 0.5865006446838379 - ] - ], - [ - 2.0999999046325684, - [ - -0.01515933033078909, - -0.8097696900367737, - -0.1666855812072754, - 0.5623694658279419 - ] - ], - [ - 2.133333444595337, - [ - -0.012547825463116169, - -0.8244737386703491, - -0.16834937036037445, - 0.5401334166526794 - ] - ], - [ - 2.1666667461395264, - [ - -0.010394546203315258, - -0.8374637365341187, - -0.17010949552059174, - 0.519239068031311 - ] - ], - [ - 2.200000047683716, - [ - 0.008616197854280472, - 0.8490617275238037, - 0.17197760939598083, - -0.499443382024765 - ] - ], - [ - 2.2333333492279053, - [ - 0.007159684784710407, - 0.8594564199447632, - 0.17395378649234772, - -0.48064926266670227 - ] - ], - [ - 2.2666666507720947, - [ - 0.005987212527543306, - 0.8687675595283508, - 0.17602947354316711, - -0.46284008026123047 - ] - ], - [ - 2.299999952316284, - [ - 0.005069321021437645, - 0.877075731754303, - 0.17818865180015564, - -0.446050763130188 - ] - ], - [ - 2.3333332538604736, - [ - 0.004381199367344379, - 0.8844377994537354, - 0.18040809035301208, - -0.43035274744033813 - ] - ], - [ - 2.366666555404663, - [ - 0.0039009982720017433, - 0.8908951282501221, - 0.1826581060886383, - -0.41584452986717224 - ] - ], - [ - 2.4000000953674316, - [ - 0.003509354777634144, - 0.8964962363243103, - 0.18473589420318604, - -0.4026845097541809 - ] - ], - [ - 2.433333396911621, - [ - 0.0030777205247431993, - 0.9012926816940308, - 0.18640367686748505, - -0.39104464650154114 - ] - ], - [ - 2.4666666984558105, - [ - 0.002574511105194688, - 0.9053155779838562, - 0.18757915496826172, - -0.38106611371040344 - ] - ], - [ - 2.5, - [ - 0.0018819522811099887, - 0.9086101651191711, - 0.18805041909217834, - -0.37290921807289124 - ] - ], - [ - 2.5333333015441895, - [ - 0.0008968955953605473, - 0.9112020134925842, - 0.18762356042861938, - -0.36675259470939636 - ] - ], - [ - 2.566666603088379, - [ - -0.0003866229671984911, - 0.9130661487579346, - 0.1862533837556839, - -0.3627943694591522 - ] - ], - [ - 2.5999999046325684, - [ - -0.001969921635463834, - 0.9141504168510437, - 0.18391205370426178, - -0.3612501919269562 - ] - ], - [ - 2.633333444595337, - [ - -0.0038250964134931564, - 0.9144784212112427, - 0.18069370090961456, - -0.3620281219482422 - ] - ], - [ - 2.6666667461395264, - [ - -0.0058997999876737595, - 0.9141354560852051, - 0.17678675055503845, - -0.364784836769104 - ] - ], - [ - 2.700000047683716, - [ - -0.008151445537805557, - 0.9131263494491577, - 0.17232437431812286, - -0.3693753182888031 - ] - ], - [ - 2.7333333492279053, - [ - -0.010534883476793766, - 0.9114458560943604, - 0.16744212806224823, - -0.3756575882434845 - ] - ], - [ - 2.7666666507720947, - [ - -0.013003470376133919, - 0.9090831279754639, - 0.16227398812770844, - -0.3834918141365051 - ] - ], - [ - 2.799999952316284, - [ - -0.015509841963648796, - 0.9060252904891968, - 0.1569489687681198, - -0.3927399516105652 - ] - ], - [ - 2.8333332538604736, - [ - -0.018006615340709686, - 0.9022600054740906, - 0.15158838033676147, - -0.4032661020755768 - ] - ], - [ - 2.866666555404663, - [ - -0.020446322858333588, - 0.8977784514427185, - 0.14630484580993652, - -0.41493454575538635 - ] - ], - [ - 2.9000000953674316, - [ - -0.0227817315608263, - 0.8925760388374329, - 0.14120043814182281, - -0.4276113212108612 - ] - ], - [ - 2.933333396911621, - [ - -0.024915168061852455, - 0.8866627216339111, - 0.13644087314605713, - -0.4411261975765228 - ] - ], - [ - 2.9666666984558105, - [ - -0.026765352115035057, - 0.8800663948059082, - 0.13214978575706482, - -0.45530566573143005 - ] - ], - [ - 3.0, - [ - -0.028311485424637794, - 0.8728176951408386, - 0.1283492147922516, - -0.47001510858535767 - ] - ], - [ - 3.0333333015441895, - [ - -0.02953341417014599, - 0.864956259727478, - 0.12505383789539337, - -0.4851185381412506 - ] - ], - [ - 3.066666603088379, - [ - 0.030347337946295738, - -0.856311023235321, - -0.12229956686496735, - 0.5008525848388672 - ] - ], - [ - 3.0999999046325684, - [ - 0.030694477260112762, - -0.8467292189598083, - -0.12009690701961517, - 0.5173820853233337 - ] - ], - [ - 3.133333444595337, - [ - 0.030598901212215424, - -0.8363122940063477, - -0.11840765923261642, - 0.5344390869140625 - ] - ], - [ - 3.1666667461395264, - [ - 0.03009694442152977, - -0.8252190351486206, - -0.11718196421861649, - 0.5517030954360962 - ] - ], - [ - 3.200000047683716, - [ - 0.02924550510942936, - -0.8137116432189941, - -0.11635933816432953, - 0.5687517523765564 - ] - ], - [ - 3.2333333492279053, - [ - 0.0281074158847332, - -0.8022999167442322, - -0.11590778827667236, - 0.584884762763977 - ] - ], - [ - 3.2666666507720947, - [ - 0.02680394984781742, - -0.7919678092002869, - -0.11580013483762741, - 0.5988813042640686 - ] - ], - [ - 3.299999952316284, - [ - 0.025607045739889145, - -0.7844194769859314, - -0.11596411466598511, - 0.6087550520896912 - ] - ], - [ - 3.3333332538604736, - [ - 0.024914616718888283, - -0.7820430397987366, - -0.11631961166858673, - 0.6117660403251648 - ] - ], - [ - 3.366666555404663, - [ - 0.024888616055250168, - -0.7852941751480103, - -0.11679139733314514, - 0.6074976921081543 - ] - ], - [ - 3.4000000953674316, - [ - 0.025296974927186966, - -0.7922403216362, - -0.11737354844808578, - 0.5982798933982849 - ] - ], - [ - 3.433333396911621, - [ - 0.025889290496706963, - -0.8013410568237305, - -0.11812429875135422, - 0.5858574509620667 - ] - ], - [ - 3.4666666984558105, - [ - 0.026487724855542183, - -0.8114784955978394, - -0.11909100413322449, - 0.5715053677558899 - ] - ], - [ - 3.5, - [ - 0.026986554265022278, - -0.8219712972640991, - -0.12031178921461105, - 0.5560217499732971 - ] - ], - [ - 3.5333333015441895, - [ - 0.02732766792178154, - -0.8324234485626221, - -0.12181757390499115, - 0.5398934483528137 - ] - ], - [ - 3.566666603088379, - [ - 0.02747914381325245, - -0.842600405216217, - -0.12363524734973907, - 0.5234346389770508 - ] - ], - [ - 3.5999999046325684, - [ - 0.02740892581641674, - -0.8523646593093872, - -0.12580837309360504, - 0.5068485736846924 - ] - ], - [ - 3.633333444595337, - [ - -0.027108455076813698, - 0.8616198897361755, - 0.12835878133773804, - -0.4903065860271454 - ] - ], - [ - 3.6666667461395264, - [ - -0.026596616953611374, - 0.8702965974807739, - 0.13127323985099792, - -0.47396600246429443 - ] - ], - [ - 3.700000047683716, - [ - -0.02589576505124569, - 0.878355085849762, - 0.13453127443790436, - -0.45795536041259766 - ] - ], - [ - 3.7333333492279053, - [ - -0.025030825287103653, - 0.8857753276824951, - 0.13810381293296814, - -0.44238322973251343 - ] - ], - [ - 3.7666666507720947, - [ - -0.024029001593589783, - 0.8925524950027466, - 0.14195206761360168, - -0.4273432791233063 - ] - ], - [ - 3.799999952316284, - [ - -0.02291981317102909, - 0.898693859577179, - 0.14602629840373993, - -0.4129169285297394 - ] - ], - [ - 3.8333332538604736, - [ - -0.02173541486263275, - 0.9042165279388428, - 0.1502644121646881, - -0.3991749882698059 - ] - ], - [ - 3.866666555404663, - [ - -0.020474357530474663, - 0.9091423153877258, - 0.15465231239795685, - -0.3861653804779053 - ] - ], - [ - 3.9000000953674316, - [ - -0.01912614330649376, - 0.9134919047355652, - 0.1591884195804596, - -0.3739328384399414 - ] - ], - [ - 3.933333396911621, - [ - -0.017713915556669235, - 0.9172908663749695, - 0.16381046175956726, - -0.36253249645233154 - ] - ], - [ - 3.9666666984558105, - [ - -0.01626402884721756, - 0.9205692410469055, - 0.16844384372234344, - -0.35201478004455566 - ] - ], - [ - 4.0, - [ - -0.01480596698820591, - 0.9233605265617371, - 0.17300184071063995, - -0.34242740273475647 - ] - ], - [ - 4.0333333015441895, - [ - -0.013371896930038929, - 0.9257006645202637, - 0.17738671600818634, - -0.3338167369365692 - ] - ], - [ - 4.066666603088379, - [ - -0.01199602335691452, - 0.927626371383667, - 0.18149158358573914, - -0.32623034715652466 - ] - ], - [ - 4.099999904632568, - [ - -0.010713550262153149, - 0.9291737079620361, - 0.1852034330368042, - -0.31972038745880127 - ] - ], - [ - 4.133333206176758, - [ - -0.00946368370205164, - 0.9303576350212097, - 0.188649520277977, - -0.31425538659095764 - ] - ], - [ - 4.166666507720947, - [ - -0.008180979639291763, - 0.9311779737472534, - 0.19198422133922577, - -0.30981069803237915 - ] - ], - [ - 4.199999809265137, - [ - -0.006893562152981758, - 0.9316449761390686, - 0.19513095915317535, - -0.30645400285720825 - ] - ], - [ - 4.233333110809326, - [ - -0.00562903331592679, - 0.9317671656608582, - 0.19801193475723267, - -0.3042524755001068 - ] - ], - [ - 4.266666889190674, - [ - -0.004413912538439035, - 0.9315503835678101, - 0.20055004954338074, - -0.3032722771167755 - ] - ], - [ - 4.300000190734863, - [ - -0.0032730773091316223, - 0.9309961795806885, - 0.2026706486940384, - -0.303578644990921 - ] - ], - [ - 4.333333492279053, - [ - -0.002384122693911195, - 0.9298696517944336, - 0.20377111434936523, - -0.3062908351421356 - ] - ], - [ - 4.366666793823242, - [ - -0.0018736233469098806, - 0.9279658198356628, - 0.2034042328596115, - -0.3122544586658478 - ] - ], - [ - 4.400000095367432, - [ - -0.0016756437253206968, - 0.9252890944480896, - 0.20176689326763153, - -0.3211345374584198 - ] - ], - [ - 4.433333396911621, - [ - -0.0017128570470958948, - 0.9218076467514038, - 0.19908659160137177, - -0.3326142132282257 - ] - ], - [ - 4.4666666984558105, - [ - -0.0019024256616830826, - 0.9174661040306091, - 0.19560231268405914, - -0.3463987410068512 - ] - ], - [ - 4.5, - [ - -0.0021607745438814163, - 0.9121959805488586, - 0.19154882431030273, - -0.36221936345100403 - ] - ], - [ - 4.5333333015441895, - [ - -0.002406982472166419, - 0.9059227108955383, - 0.187144473195076, - -0.3798360228538513 - ] - ], - [ - 4.566666603088379, - [ - -0.0025650677271187305, - 0.8985681533813477, - 0.18258215487003326, - -0.39903968572616577 - ] - ], - [ - 4.599999904632568, - [ - -0.0025657108053565025, - 0.8900513052940369, - 0.17802296578884125, - -0.41965451836586 - ] - ], - [ - 4.633333206176758, - [ - -0.0023446232080459595, - 0.8802839517593384, - 0.1735958456993103, - -0.44154179096221924 - ] - ], - [ - 4.666666507720947, - [ - -0.001838850905187428, - 0.8691657185554504, - 0.1694033443927765, - -0.464596688747406 - ] - ], - [ - 4.699999809265137, - [ - -0.0009855724638327956, - 0.8565655946731567, - 0.1655150055885315, - -0.4887734055519104 - ] - ], - [ - 4.733333110809326, - [ - -0.0002866840804927051, - -0.8423024415969849, - -0.1619783639907837, - 0.5140909552574158 - ] - ], - [ - 4.766666889190674, - [ - -0.0020689433440566063, - -0.8260918855667114, - -0.15881697833538055, - 0.5406894087791443 - ] - ], - [ - 4.800000190734863, - [ - -0.004499401897192001, - -0.8074242472648621, - -0.1560310274362564, - 0.5689465403556824 - ] - ], - [ - 4.833333492279053, - [ - -0.007844085805118084, - -0.7851912975311279, - -0.15358853340148926, - 0.5998530387878418 - ] - ], - [ - 4.866666793823242, - [ - -0.012871881015598774, - -0.7559328675270081, - -0.1513717621564865, - 0.6367781162261963 - ] - ], - [ - 4.900000095367432, - [ - -0.023020513355731964, - -0.7029674053192139, - -0.14873945713043213, - 0.695114016532898 - ] - ], - [ - 4.933333396911621, - [ - -0.022028792649507523, - -0.7016724348068237, - -0.14796359837055206, - 0.6966184973716736 - ] - ], - [ - 4.9666666984558105, - [ - -0.02158469520509243, - -0.7005719542503357, - -0.14761781692504883, - 0.6978123188018799 - ] - ], - [ - 5.0, - [ - -0.021721472963690758, - -0.6996738314628601, - -0.1477290242910385, - 0.6986850500106812 - ] - ], - [ - 5.0333333015441895, - [ - -0.02248322032392025, - -0.6989871859550476, - -0.14833217859268188, - 0.6992202401161194 - ] - ], - [ - 5.066666603088379, - [ - -0.02377341315150261, - -0.6984924674034119, - -0.1493510901927948, - 0.6994550228118896 - ] - ], - [ - 5.099999904632568, - [ - -0.025432774797081947, - -0.6981596946716309, - -0.1506599336862564, - 0.6994481682777405 - ] - ], - [ - 5.133333206176758, - [ - -0.027425313368439674, - -0.6979867219924927, - -0.15222983062267303, - 0.6992055773735046 - ] - ], - [ - 5.166666507720947, - [ - -0.029718801379203796, - -0.6979735493659973, - -0.15403470396995544, - 0.6987295746803284 - ] - ], - [ - 5.199999809265137, - [ - -0.03228318691253662, - -0.6981226801872253, - -0.15605024993419647, - 0.6980192065238953 - ] - ], - [ - 5.233333110809326, - [ - -0.027820680290460587, - -0.7295647263526917, - -0.15969114005565643, - 0.6644245982170105 - ] - ], - [ - 5.266666889190674, - [ - -0.023080462589859962, - -0.7603623270988464, - -0.1634686291217804, - 0.6281676888465881 - ] - ], - [ - 5.300000190734863, - [ - -0.020636694505810738, - -0.780921220779419, - -0.16706544160842896, - 0.6015191674232483 - ] - ], - [ - 5.333333492279053, - [ - -0.019052589312195778, - -0.7976435422897339, - -0.17076341807842255, - 0.5781363248825073 - ] - ], - [ - 5.366666793823242, - [ - -0.01798137277364731, - -0.8120482563972473, - -0.17461787164211273, - 0.5565634965896606 - ] - ], - [ - 5.400000095367432, - [ - -0.017272677272558212, - -0.8247667551040649, - -0.17863954603672028, - 0.5362362861633301 - ] - ], - [ - 5.433333396911621, - [ - -0.01684240624308586, - -0.8361280560493469, - -0.1828194111585617, - 0.5168979167938232 - ] - ], - [ - 5.4666666984558105, - [ - 0.01663471944630146, - 0.8463281393051147, - 0.18713492155075073, - -0.4984302818775177 - ] - ], - [ - 5.5, - [ - 0.016607047989964485, - 0.8554966449737549, - 0.1915517896413803, - -0.4807884991168976 - ] - ], - [ - 5.5333333015441895, - [ - 0.01672288030385971, - 0.8637264966964722, - 0.19602322578430176, - -0.46397387981414795 - ] - ], - [ - 5.566666603088379, - [ - 0.016949011012911797, - 0.871090292930603, - 0.20049288868904114, - -0.4480145275592804 - ] - ], - [ - 5.599999904632568, - [ - 0.017252007499337196, - 0.8776474595069885, - 0.20489077270030975, - -0.43296340107917786 - ] - ], - [ - 5.633333206176758, - [ - 0.017597680911421776, - 0.8834478855133057, - 0.20913317799568176, - -0.41889554262161255 - ] - ], - [ - 5.666666507720947, - [ - 0.017950981855392456, - 0.8885383605957031, - 0.21312767267227173, - -0.40589895844459534 - ] - ], - [ - 5.699999809265137, - [ - 0.018275335431098938, - 0.8929606676101685, - 0.2167709916830063, - -0.39407819509506226 - ] - ], - [ - 5.733333110809326, - [ - 0.018533121794462204, - 0.8967523574829102, - 0.21995191276073456, - -0.3835529685020447 - ] - ], - [ - 5.766666889190674, - [ - 0.018686478957533836, - 0.8999456763267517, - 0.22255465388298035, - -0.3744570016860962 - ] - ], - [ - 5.800000190734863, - [ - 0.018698446452617645, - 0.9025648832321167, - 0.22446250915527344, - -0.36693811416625977 - ] - ], - [ - 5.833333492279053, - [ - 0.018534408882260323, - 0.9046234488487244, - 0.2255626916885376, - -0.3611573278903961 - ] - ], - [ - 5.866666793823242, - [ - 0.018164129927754402, - 0.9061186909675598, - 0.22575204074382782, - -0.3572884202003479 - ] - ], - [ - 5.900000095367432, - [ - 0.017563749104738235, - 0.9070274233818054, - 0.22494277358055115, - -0.3555186986923218 - ] - ], - [ - 5.933333396911621, - [ - 0.016749940812587738, - 0.9073761105537415, - 0.22320206463336945, - -0.3557652533054352 - ] - ], - [ - 5.9666666984558105, - [ - 0.01577277109026909, - 0.9072294235229492, - 0.22072085738182068, - -0.3577265739440918 - ] - ], - [ - 6.0, - [ - 0.014667334035038948, - 0.9065930247306824, - 0.21761906147003174, - -0.36126992106437683 - ] - ], - [ - 6.0333333015441895, - [ - 0.013471994549036026, - 0.9054615497589111, - 0.21401946246623993, - -0.3662697672843933 - ] - ], - [ - 6.066666603088379, - [ - 0.012226162478327751, - 0.9038260579109192, - 0.21004566550254822, - -0.37259870767593384 - ] - ], - [ - 6.099999904632568, - [ - 0.010969323106110096, - 0.9016758799552917, - 0.2058173269033432, - -0.38013091683387756 - ] - ], - [ - 6.133333206176758, - [ - 0.00973991584032774, - 0.8990020155906677, - 0.20144718885421753, - -0.3887408971786499 - ] - ], - [ - 6.166666507720947, - [ - 0.008574645034968853, - 0.8957995176315308, - 0.1970391571521759, - -0.39830291271209717 - ] - ], - [ - 6.199999809265137, - [ - 0.007507867645472288, - 0.8920695185661316, - 0.1926867961883545, - -0.4086898863315582 - ] - ], - [ - 6.233333110809326, - [ - 0.0065712337382137775, - 0.8878211379051208, - 0.18847280740737915, - -0.4197719097137451 - ] - ], - [ - 6.266666889190674, - [ - 0.0057932413183152676, - 0.8830732107162476, - 0.18446820974349976, - -0.4314158856868744 - ] - ], - [ - 6.300000190734863, - [ - 0.0051991757936775684, - 0.877857506275177, - 0.18073414266109467, - -0.4434800446033478 - ] - ], - [ - 6.333333492279053, - [ - 0.004811117425560951, - 0.8722208738327026, - 0.1773226410150528, - -0.45581191778182983 - ] - ], - [ - 6.366666793823242, - [ - 0.004699269309639931, - 0.8660826683044434, - 0.17427320778369904, - -0.46851634979248047 - ] - ], - [ - 6.400000095367432, - [ - 0.004907498601824045, - 0.8594063520431519, - 0.1716098040342331, - -0.48160848021507263 - ] - ], - [ - 6.433333396911621, - [ - 0.005401867441833019, - 0.852354109287262, - 0.16933871805667877, - -0.49476027488708496 - ] - ], - [ - 6.4666666984558105, - [ - -0.006129644811153412, - -0.845154345035553, - -0.16745498776435852, - 0.5075779557228088 - ] - ], - [ - 6.5, - [ - -0.007015232928097248, - -0.838120698928833, - -0.16594648361206055, - 0.5195828080177307 - ] - ], - [ - 6.5333333015441895, - [ - -0.007956772111356258, - -0.831669807434082, - -0.16479885578155518, - 0.5301920175552368 - ] - ], - [ - 6.566666603088379, - [ - -0.008825795724987984, - -0.8263255953788757, - -0.16400028765201569, - 0.538713276386261 - ] - ], - [ - 6.599999904632568, - [ - -0.00947458203881979, - -0.8226920962333679, - -0.16354554891586304, - 0.5443719625473022 - ] - ], - [ - 6.633333206176758, - [ - -0.009756258688867092, - -0.8213682174682617, - -0.16343744099140167, - 0.5463948249816895 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658559943_684463.json b/lenses/physics-objects/Scene/assets/1646688658559943_684463.json deleted file mode 100644 index 5641cec0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658559943_684463.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658559943:684463", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658561163_684476.json b/lenses/physics-objects/Scene/assets/1646688658561163_684476.json deleted file mode 100644 index 1904a170..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658561163_684476.json +++ /dev/null @@ -1,826 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658561163:684476", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.03333333507180214, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ], - [ - 0.06666667014360428, - [ - 4.32803201675415, - 0.0, - 0.0 - ] - ], - [ - 0.10000000149011612, - [ - 4.429412841796875, - 0.0, - 0.0 - ] - ], - [ - 0.13333334028720856, - [ - 4.329339027404785, - 0.0, - 0.0 - ] - ], - [ - 0.1666666716337204, - [ - 4.483025074005127, - 0.0, - 0.0 - ] - ], - [ - 0.20000000298023224, - [ - 3.858391523361206, - 0.0, - 0.0 - ] - ], - [ - 0.23333333432674408, - [ - 3.1952922344207764, - 0.0, - 0.0 - ] - ], - [ - 0.2666666805744171, - [ - 3.8140203952789307, - 0.0, - 0.0 - ] - ], - [ - 0.30000001192092896, - [ - 4.086326599121094, - 0.0, - 0.0 - ] - ], - [ - 0.3333333432674408, - [ - 4.378414154052734, - 0.0, - 0.0 - ] - ], - [ - 0.36666667461395264, - [ - 4.902694225311279, - 0.0, - 0.0 - ] - ], - [ - 0.4000000059604645, - [ - 4.013007640838623, - 0.0, - 0.0 - ] - ], - [ - 0.4333333373069763, - [ - 3.8460006713867188, - 0.0, - 0.0 - ] - ], - [ - 0.46666666865348816, - [ - 3.8597569465637207, - 0.0, - 0.0 - ] - ], - [ - 0.5, - [ - 3.6095521450042725, - 0.0, - 0.0 - ] - ], - [ - 0.5333333611488342, - [ - 3.8472466468811035, - 0.0, - 0.0 - ] - ], - [ - 0.5666666626930237, - [ - 4.139545440673828, - 0.0, - 0.0 - ] - ], - [ - 0.6000000238418579, - [ - 2.9536142349243164, - 0.0, - 0.0 - ] - ], - [ - 0.6333333253860474, - [ - 3.346086025238037, - 0.0, - 0.0 - ] - ], - [ - 0.6666666865348816, - [ - 3.713794708251953, - 0.0, - 0.0 - ] - ], - [ - 0.699999988079071, - [ - 3.9106409549713135, - 0.0, - 0.0 - ] - ], - [ - 0.7333333492279053, - [ - 4.21838903427124, - 0.0, - 0.0 - ] - ], - [ - 0.7666666507720947, - [ - 3.7550487518310547, - 0.0, - 0.0 - ] - ], - [ - 0.800000011920929, - [ - 2.5223662853240967, - 0.0, - 0.0 - ] - ], - [ - 0.8333333134651184, - [ - 2.5692763328552246, - 0.0, - 0.0 - ] - ], - [ - 0.8666666746139526, - [ - 2.6468892097473145, - 0.0, - 0.0 - ] - ], - [ - 0.8999999761581421, - [ - 3.0156826972961426, - 0.0, - 0.0 - ] - ], - [ - 0.9333333373069763, - [ - 4.003610134124756, - 0.0, - 0.0 - ] - ], - [ - 0.9666666388511658, - [ - 3.919360399246216, - 0.0, - 0.0 - ] - ], - [ - 1.0, - [ - 3.7307276725769043, - 0.0, - 0.0 - ] - ], - [ - 1.0333333015441895, - [ - 4.642320156097412, - 0.0, - 0.0 - ] - ], - [ - 1.0666667222976685, - [ - 4.829287528991699, - 0.0, - 0.0 - ] - ], - [ - 1.100000023841858, - [ - 4.679591655731201, - 0.0, - 0.0 - ] - ], - [ - 1.1333333253860474, - [ - 4.540555953979492, - 0.0, - 0.0 - ] - ], - [ - 1.1666666269302368, - [ - 3.016935348510742, - 0.0, - 0.0 - ] - ], - [ - 1.2000000476837158, - [ - 2.3321549892425537, - 0.0, - 0.0 - ] - ], - [ - 1.2333333492279053, - [ - 2.8521149158477783, - 0.0, - 0.0 - ] - ], - [ - 1.2666666507720947, - [ - 3.287260055541992, - 0.0, - 0.0 - ] - ], - [ - 1.2999999523162842, - [ - 3.9503138065338135, - 0.0, - 0.0 - ] - ], - [ - 1.3333333730697632, - [ - 4.418643474578857, - 0.0, - 0.0 - ] - ], - [ - 1.3666666746139526, - [ - 3.078857421875, - 0.0, - 0.0 - ] - ], - [ - 1.399999976158142, - [ - 3.387436628341675, - 0.0, - 0.0 - ] - ], - [ - 1.4333332777023315, - [ - 3.6835930347442627, - 0.0, - 0.0 - ] - ], - [ - 1.4666666984558105, - [ - 3.724365234375, - 0.0, - 0.0 - ] - ], - [ - 1.5, - [ - 3.7438790798187256, - 0.0, - 0.0 - ] - ], - [ - 1.5333333015441895, - [ - 3.2116363048553467, - 0.0, - 0.0 - ] - ], - [ - 1.5666667222976685, - [ - 2.322417974472046, - 0.0, - 0.0 - ] - ], - [ - 1.600000023841858, - [ - 3.0403900146484375, - 0.0, - 0.0 - ] - ], - [ - 1.6333333253860474, - [ - 3.4645180702209473, - 0.0, - 0.0 - ] - ], - [ - 1.6666666269302368, - [ - 3.9810707569122314, - 0.0, - 0.0 - ] - ], - [ - 1.7000000476837158, - [ - 4.560765266418457, - 0.0, - 0.0 - ] - ], - [ - 1.7333333492279053, - [ - 3.9667162895202637, - 0.0, - 0.0 - ] - ], - [ - 1.7666666507720947, - [ - 3.2146575450897217, - 0.0, - 0.0 - ] - ], - [ - 1.7999999523162842, - [ - 3.363266706466675, - 0.0, - 0.0 - ] - ], - [ - 1.8333333730697632, - [ - 3.0900309085845947, - 0.0, - 0.0 - ] - ], - [ - 1.8666666746139526, - [ - 3.372464895248413, - 0.0, - 0.0 - ] - ], - [ - 1.899999976158142, - [ - 4.142136096954346, - 0.0, - 0.0 - ] - ], - [ - 1.9333332777023315, - [ - 3.409108877182007, - 0.0, - 0.0 - ] - ], - [ - 1.9666666984558105, - [ - 3.7374253273010254, - 0.0, - 0.0 - ] - ], - [ - 2.0, - [ - 4.501513481140137, - 0.0, - 0.0 - ] - ], - [ - 2.0333333015441895, - [ - 4.825999736785889, - 0.0, - 0.0 - ] - ], - [ - 2.066666603088379, - [ - 5.01870059967041, - 0.0, - 0.0 - ] - ], - [ - 2.0999999046325684, - [ - 4.932549476623535, - 0.0, - 0.0 - ] - ], - [ - 2.133333444595337, - [ - 3.7298028469085693, - 0.0, - 0.0 - ] - ], - [ - 2.1666667461395264, - [ - 3.8348941802978516, - 0.0, - 0.0 - ] - ], - [ - 2.200000047683716, - [ - 3.8174424171447754, - 0.0, - 0.0 - ] - ], - [ - 2.2333333492279053, - [ - 4.109427452087402, - 0.0, - 0.0 - ] - ], - [ - 2.2666666507720947, - [ - 4.851179599761963, - 0.0, - 0.0 - ] - ], - [ - 2.299999952316284, - [ - 4.830552577972412, - 0.0, - 0.0 - ] - ], - [ - 2.3333332538604736, - [ - 4.372101306915283, - 0.0, - 0.0 - ] - ], - [ - 2.366666555404663, - [ - 5.153756618499756, - 0.0, - 0.0 - ] - ], - [ - 2.4000000953674316, - [ - 5.3724517822265625, - 0.0, - 0.0 - ] - ], - [ - 2.433333396911621, - [ - 5.214562892913818, - 0.0, - 0.0 - ] - ], - [ - 2.4666666984558105, - [ - 5.131088733673096, - 0.0, - 0.0 - ] - ], - [ - 2.5, - [ - 4.356822490692139, - 0.0, - 0.0 - ] - ], - [ - 2.5333333015441895, - [ - 3.644519805908203, - 0.0, - 0.0 - ] - ], - [ - 2.566666603088379, - [ - 4.176465034484863, - 0.0, - 0.0 - ] - ], - [ - 2.5999999046325684, - [ - 4.514530658721924, - 0.0, - 0.0 - ] - ], - [ - 2.633333444595337, - [ - 4.88901948928833, - 0.0, - 0.0 - ] - ], - [ - 2.6666667461395264, - [ - 5.342380046844482, - 0.0, - 0.0 - ] - ], - [ - 2.700000047683716, - [ - 4.543346405029297, - 0.0, - 0.0 - ] - ], - [ - 2.7333333492279053, - [ - 4.575581073760986, - 0.0, - 0.0 - ] - ], - [ - 2.7666666507720947, - [ - 4.905714988708496, - 0.0, - 0.0 - ] - ], - [ - 2.799999952316284, - [ - 4.749264717102051, - 0.0, - 0.0 - ] - ], - [ - 2.8333332538604736, - [ - 4.589061260223389, - 0.0, - 0.0 - ] - ], - [ - 2.866666555404663, - [ - 4.444793701171875, - 0.0, - 0.0 - ] - ], - [ - 2.9000000953674316, - [ - 3.198143243789673, - 0.0, - 0.0 - ] - ], - [ - 2.933333396911621, - [ - 3.651031494140625, - 0.0, - 0.0 - ] - ], - [ - 2.9666666984558105, - [ - 4.349820137023926, - 0.0, - 0.0 - ] - ], - [ - 3.0, - [ - 5.066758632659912, - 0.0, - 0.0 - ] - ], - [ - 3.0333333015441895, - [ - 5.617776393890381, - 0.0, - 0.0 - ] - ], - [ - 3.066666603088379, - [ - 5.148638725280762, - 0.0, - 0.0 - ] - ], - [ - 3.0999999046325684, - [ - 4.105751037597656, - 0.0, - 0.0 - ] - ], - [ - 3.133333444595337, - [ - 4.367533206939697, - 0.0, - 0.0 - ] - ], - [ - 3.1666667461395264, - [ - 4.323665142059326, - 0.0, - 0.0 - ] - ], - [ - 3.200000047683716, - [ - 4.1312174797058105, - 0.0, - 0.0 - ] - ], - [ - 3.2333333492279053, - [ - 4.327117919921875, - 0.0, - 0.0 - ] - ], - [ - 3.2666666507720947, - [ - 3.7277894020080566, - 0.0, - 0.0 - ] - ], - [ - 3.299999952316284, - [ - 3.1611111164093018, - 0.0, - 0.0 - ] - ], - [ - 3.3333332538604736, - [ - 3.437293529510498, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.8535993099212646, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658561545_684483.json b/lenses/physics-objects/Scene/assets/1646688658561545_684483.json deleted file mode 100644 index 8ebb9279..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658561545_684483.json +++ /dev/null @@ -1,928 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658561545:684483", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ], - [ - 0.03333333507180214, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ], - [ - 0.06666667014360428, - [ - -0.013829059898853302, - -0.6730048656463623, - -0.1424131840467453, - 0.7256664037704468 - ] - ], - [ - 0.10000000149011612, - [ - -0.014625951647758484, - -0.6730718612670898, - -0.14310294389724731, - 0.7254528999328613 - ] - ], - [ - 0.13333334028720856, - [ - -0.022750766947865486, - -0.6840288639068604, - -0.1499030590057373, - 0.7135236263275146 - ] - ], - [ - 0.1666666716337204, - [ - -0.04813195392489433, - -0.7484204173088074, - -0.17121566832065582, - 0.638933002948761 - ] - ], - [ - 0.20000000298023224, - [ - -0.038642268627882004, - -0.7845476865768433, - -0.16329357028007507, - 0.5969312787055969 - ] - ], - [ - 0.23333333432674408, - [ - -0.03010905347764492, - -0.7571994662284851, - -0.15615247189998627, - 0.6335290670394897 - ] - ], - [ - 0.2666666805744171, - [ - -0.04876578971743584, - -0.7040193676948547, - -0.1711360663175583, - 0.6875253319740295 - ] - ], - [ - 0.30000001192092896, - [ - -0.03386614844202995, - -0.6954127550125122, - -0.1590401828289032, - 0.6999717354774475 - ] - ], - [ - 0.3333333432674408, - [ - -0.022961469367146492, - -0.6932516694068909, - -0.15022379159927368, - 0.704491138458252 - ] - ], - [ - 0.36666667461395264, - [ - -0.027392225340008736, - -0.7341018319129944, - -0.15440380573272705, - 0.6606842279434204 - ] - ], - [ - 0.4000000059604645, - [ - 0.014087764546275139, - -0.719534158706665, - -0.12024277448654175, - 0.6838229298591614 - ] - ], - [ - 0.4333333373069763, - [ - -0.002907525049522519, - -0.6847038269042969, - -0.13354752957820892, - 0.7164756059646606 - ] - ], - [ - 0.46666666865348816, - [ - -0.026487959548830986, - -0.678912341594696, - -0.15269355475902557, - 0.717677652835846 - ] - ], - [ - 0.5, - [ - -0.039020027965307236, - -0.7065276503562927, - -0.16316448152065277, - 0.6875125169754028 - ] - ], - [ - 0.5333333611488342, - [ - -0.05473915487527847, - -0.7589912414550781, - -0.17633512616157532, - 0.6243731379508972 - ] - ], - [ - 0.5666666626930237, - [ - -0.055629368871450424, - -0.8094947934150696, - -0.17686866223812103, - 0.5570828318595886 - ] - ], - [ - 0.6000000238418579, - [ - 0.0036247686948627234, - -0.7993170619010925, - -0.12877057492733002, - 0.5869389176368713 - ] - ], - [ - 0.6333333253860474, - [ - -0.0013169691665098071, - -0.7708786129951477, - -0.13296180963516235, - 0.6229491233825684 - ] - ], - [ - 0.6666666865348816, - [ - 0.01245697308331728, - -0.78730708360672, - -0.12182831764221191, - 0.6042766571044922 - ] - ], - [ - 0.699999988079071, - [ - 0.022096043452620506, - -0.7891605496406555, - -0.11399172246456146, - 0.6031113266944885 - ] - ], - [ - 0.7333333492279053, - [ - 0.00898061878979206, - -0.8360848426818848, - -0.12403687089681625, - 0.5343185663223267 - ] - ], - [ - 0.7666666507720947, - [ - -0.023170141503214836, - 0.8688962459564209, - 0.11133338510990143, - -0.48175445199012756 - ] - ], - [ - 0.800000011920929, - [ - 0.0681583359837532, - -0.8593330979347229, - -0.07498899102210999, - 0.5012761354446411 - ] - ], - [ - 0.8333333134651184, - [ - 0.020713789388537407, - -0.8199031949043274, - -0.11465538293123245, - 0.5605210661888123 - ] - ], - [ - 0.8666666746139526, - [ - -0.0007011658744886518, - -0.8266106843948364, - -0.13185077905654907, - 0.5471103191375732 - ] - ], - [ - 0.8999999761581421, - [ - -0.01947927102446556, - -0.8432565927505493, - -0.14673081040382385, - 0.5167291164398193 - ] - ], - [ - 0.9333333373069763, - [ - 0.03447074815630913, - 0.8713738918304443, - 0.1581099033355713, - -0.46316391229629517 - ] - ], - [ - 0.9666666388511658, - [ - -0.006349165458232164, - 0.8714479207992554, - 0.12496251612901688, - -0.47426003217697144 - ] - ], - [ - 1.0, - [ - 0.04883488640189171, - -0.8164995908737183, - -0.09182637929916382, - 0.5679009556770325 - ] - ], - [ - 1.0333333015441895, - [ - 0.02998965047299862, - -0.7669114470481873, - -0.10764329880475998, - 0.6319496631622314 - ] - ], - [ - 1.0666667222976685, - [ - 0.04552212730050087, - -0.7524101734161377, - -0.09484327584505081, - 0.6502395272254944 - ] - ], - [ - 1.100000023841858, - [ - 0.048584215342998505, - -0.7596068382263184, - -0.0923486053943634, - 0.64195716381073 - ] - ], - [ - 1.1333333253860474, - [ - 0.03776124492287636, - -0.8358654379844666, - -0.10050053149461746, - 0.5383332371711731 - ] - ], - [ - 1.1666666269302368, - [ - 0.06949570775032043, - -0.7637539505958557, - -0.07519036531448364, - 0.6373357772827148 - ] - ], - [ - 1.2000000476837158, - [ - 0.050781331956386566, - -0.7501322627067566, - -0.09039752930402756, - 0.6531088352203369 - ] - ], - [ - 1.2333333492279053, - [ - 0.034326232969760895, - -0.696314811706543, - -0.10306176543235779, - 0.7094686031341553 - ] - ], - [ - 1.2666666507720947, - [ - 0.04810413345694542, - -0.694063663482666, - -0.09182877838611603, - 0.7124107480049133 - ] - ], - [ - 1.2999999523162842, - [ - 0.04588485509157181, - -0.7143259048461914, - -0.0940907821059227, - 0.6919392943382263 - ] - ], - [ - 1.3333333730697632, - [ - 0.05415551736950874, - -0.744045615196228, - -0.08765885978937149, - 0.660135805606842 - ] - ], - [ - 1.3666666746139526, - [ - 0.1078101322054863, - -0.7038708329200745, - -0.04269065707921982, - 0.7007997632026672 - ] - ], - [ - 1.399999976158142, - [ - 0.0723915621638298, - -0.6638317704200745, - -0.07106789201498032, - 0.7409697771072388 - ] - ], - [ - 1.4333332777023315, - [ - 0.0675065815448761, - -0.6670507192611694, - -0.07521571218967438, - 0.738125205039978 - ] - ], - [ - 1.4666666984558105, - [ - 0.05980568379163742, - -0.6915425062179565, - -0.08218035101890564, - 0.7151494026184082 - ] - ], - [ - 1.5, - [ - 0.026520725339651108, - -0.770122766494751, - -0.11040883511304855, - 0.6277082562446594 - ] - ], - [ - 1.5333333015441895, - [ - 0.0196986086666584, - -0.8120912313461304, - -0.11566751450300217, - 0.5716126561164856 - ] - ], - [ - 1.5666667222976685, - [ - 0.02438945323228836, - -0.7613753080368042, - -0.11183501034975052, - 0.6381267309188843 - ] - ], - [ - 1.600000023841858, - [ - -0.02314586378633976, - -0.6839706897735596, - -0.1496242731809616, - 0.7136251926422119 - ] - ], - [ - 1.6333333253860474, - [ - -0.01845724694430828, - -0.6700851917266846, - -0.14579933881759644, - 0.7275903820991516 - ] - ], - [ - 1.6666666269302368, - [ - 0.01316989678889513, - -0.6686345934867859, - -0.12010042369365692, - 0.7337099313735962 - ] - ], - [ - 1.7000000476837158, - [ - 0.0435728095471859, - -0.7223869562149048, - -0.09615437686443329, - 0.6833834052085876 - ] - ], - [ - 1.7333333492279053, - [ - 0.09202893078327179, - -0.739958643913269, - -0.05626482143998146, - 0.6639474034309387 - ] - ], - [ - 1.7666666507720947, - [ - 0.11972814798355103, - -0.6960370540618896, - -0.032509010285139084, - 0.7072063088417053 - ] - ], - [ - 1.7999999523162842, - [ - 0.09655876457691193, - -0.6846525073051453, - -0.05155486240983009, - 0.7206035256385803 - ] - ], - [ - 1.8333333730697632, - [ - 0.0834500715136528, - -0.7207944393157959, - -0.06322836875915527, - 0.685196042060852 - ] - ], - [ - 1.8666666746139526, - [ - 0.064604751765728, - -0.7566041946411133, - -0.07914949208498001, - 0.6458418369293213 - ] - ], - [ - 1.899999976158142, - [ - 0.04902801290154457, - -0.8137949705123901, - -0.09169488400220871, - 0.5717744827270508 - ] - ], - [ - 1.9333332777023315, - [ - 0.1407811939716339, - -0.732139527797699, - -0.015413416549563408, - 0.6662693619728088 - ] - ], - [ - 1.9666666984558105, - [ - 0.17395663261413574, - -0.6029707789421082, - 0.017249837517738342, - 0.7783750891685486 - ] - ], - [ - 2.0, - [ - 0.17076753079891205, - -0.5870056748390198, - 0.01554081216454506, - 0.7912150621414185 - ] - ], - [ - 2.0333333015441895, - [ - 0.1843898743391037, - -0.5994724631309509, - 0.026893671602010727, - 0.7784022688865662 - ] - ], - [ - 2.066666603088379, - [ - 0.18448777496814728, - -0.6397302150726318, - 0.025234404951334, - 0.745702862739563 - ] - ], - [ - 2.0999999046325684, - [ - 0.18062511086463928, - -0.6976842880249023, - 0.019956408068537712, - 0.6929739713668823 - ] - ], - [ - 2.133333444595337, - [ - 0.24840743839740753, - -0.6385642290115356, - 0.08122114837169647, - 0.7238318920135498 - ] - ], - [ - 2.1666667461395264, - [ - 0.19945259392261505, - -0.6834646463394165, - 0.03627055510878563, - 0.7012696862220764 - ] - ], - [ - 2.200000047683716, - [ - 0.1647890955209732, - -0.7798939943313599, - 0.005017886403948069, - 0.6038085222244263 - ] - ], - [ - 2.2333333492279053, - [ - -0.12074427306652069, - 0.8623642921447754, - 0.030280906707048416, - -0.49074631929397583 - ] - ], - [ - 2.2666666507720947, - [ - -0.07952695339918137, - 0.9169401526451111, - 0.06091424822807312, - -0.3862459063529968 - ] - ], - [ - 2.299999952316284, - [ - -0.11085493117570877, - 0.9141925573348999, - 0.03440644592046738, - -0.3883032202720642 - ] - ], - [ - 2.3333332538604736, - [ - -0.18169346451759338, - 0.8572640419006348, - -0.022435897961258888, - -0.48123010993003845 - ] - ], - [ - 2.366666555404663, - [ - 0.166298046708107, - -0.7983260154724121, - 0.007025463972240686, - 0.5787671804428101 - ] - ], - [ - 2.4000000953674316, - [ - 0.18873231112957, - -0.7511655688285828, - 0.026359325274825096, - 0.6320092082023621 - ] - ], - [ - 2.433333396911621, - [ - 0.1647064983844757, - -0.7753990292549133, - 0.005429542623460293, - 0.6095889210700989 - ] - ], - [ - 2.4666666984558105, - [ - 0.12944576144218445, - -0.8459320664405823, - -0.023342378437519073, - 0.516815185546875 - ] - ], - [ - 2.5, - [ - -0.1634882688522339, - 0.8619549870491028, - -0.006692402996122837, - -0.47985461354255676 - ] - ], - [ - 2.5333333015441895, - [ - 0.18477903306484222, - -0.8278217315673828, - 0.023253900930285454, - 0.529175877571106 - ] - ], - [ - 2.566666603088379, - [ - 0.12222084403038025, - -0.8166728615760803, - -0.030649466440081596, - 0.5631768107414246 - ] - ], - [ - 2.5999999046325684, - [ - 0.12226472795009613, - -0.8088847994804382, - -0.030675651505589485, - 0.5742958188056946 - ] - ], - [ - 2.633333444595337, - [ - 0.12339267879724503, - -0.8037288188934326, - -0.02972153201699257, - 0.5813010334968567 - ] - ], - [ - 2.6666667461395264, - [ - 0.11788671463727951, - -0.8353749513626099, - -0.03355422616004944, - 0.5358409285545349 - ] - ], - [ - 2.700000047683716, - [ - 0.17126767337322235, - -0.7875070571899414, - 0.010989728383719921, - 0.5919284224510193 - ] - ], - [ - 2.7333333492279053, - [ - 0.1417769342660904, - -0.7543729543685913, - -0.01439620554447174, - 0.6407912969589233 - ] - ], - [ - 2.7666666507720947, - [ - 0.11027359217405319, - -0.753278911113739, - -0.04098587855696678, - 0.6470941305160522 - ] - ], - [ - 2.799999952316284, - [ - 0.11474276334047318, - -0.756935715675354, - -0.03726395592093468, - 0.6422568559646606 - ] - ], - [ - 2.8333332538604736, - [ - 0.13097047805786133, - -0.7587986588478088, - -0.023593878373503685, - 0.6375850439071655 - ] - ], - [ - 2.866666555404663, - [ - 0.15680232644081116, - -0.7865763306617737, - -0.0015377585077658296, - 0.5972508192062378 - ] - ], - [ - 2.9000000953674316, - [ - 0.20273543894290924, - -0.7341827750205994, - 0.03760061040520668, - 0.646885097026825 - ] - ], - [ - 2.933333396911621, - [ - 0.12590086460113525, - -0.7111288905143738, - -0.027531256899237633, - 0.6911488771438599 - ] - ], - [ - 2.9666666984558105, - [ - 0.10273300856351852, - -0.7027037739753723, - -0.04668940231204033, - 0.7024767398834229 - ] - ], - [ - 3.0, - [ - 0.09935620427131653, - -0.6940222978591919, - -0.04926972836256027, - 0.7113606333732605 - ] - ], - [ - 3.0333333015441895, - [ - 0.09180434048175812, - -0.7208458185195923, - -0.05607164278626442, - 0.6846964359283447 - ] - ], - [ - 3.066666603088379, - [ - 0.09449102729558945, - -0.730995237827301, - -0.053989067673683167, - 0.6736487150192261 - ] - ], - [ - 3.0999999046325684, - [ - 0.09342512488365173, - -0.6952273845672607, - -0.05433716997504234, - 0.7106181383132935 - ] - ], - [ - 3.133333444595337, - [ - 0.018502576276659966, - -0.6863209009170532, - -0.11616566777229309, - 0.7177233695983887 - ] - ], - [ - 3.1666667461395264, - [ - -0.008031554520130157, - -0.6895670294761658, - -0.13796108961105347, - 0.710914671421051 - ] - ], - [ - 3.200000047683716, - [ - 0.02238180674612522, - -0.7297221422195435, - -0.11359874904155731, - 0.6738694310188293 - ] - ], - [ - 3.2333333492279053, - [ - 0.0504479743540287, - -0.8128777742385864, - -0.09053485095500946, - 0.5731388926506042 - ] - ], - [ - 3.2666666507720947, - [ - 0.0531829297542572, - -0.8122626543045044, - -0.08831921219825745, - 0.5741086602210999 - ] - ], - [ - 3.299999952316284, - [ - 0.032378580421209335, - -0.7329272627830505, - -0.10530707240104675, - 0.6713268160820007 - ] - ], - [ - 3.3333332538604736, - [ - 0.02331620827317238, - -0.7067601084709167, - -0.11189989000558853, - 0.6981582641601563 - ] - ], - [ - 3.366666555404663, - [ - 0.018998799845576286, - -0.69685298204422, - -0.11585027724504471, - 0.7075405716896057 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658561842_684490.json b/lenses/physics-objects/Scene/assets/1646688658561842_684490.json deleted file mode 100644 index c50aa33a..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658561842_684490.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658561842:684490", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658563303_684503.json b/lenses/physics-objects/Scene/assets/1646688658563303_684503.json deleted file mode 100644 index 250e3456..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658563303_684503.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658563303:684503", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 6.633333206176758, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658563615_684510.json b/lenses/physics-objects/Scene/assets/1646688658563615_684510.json deleted file mode 100644 index 07dff160..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658563615_684510.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658563615:684510", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.152765414910391e-05, - -0.01930941268801689, - 1.5764595673317672e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - -9.152765414910391e-05, - -0.01930941268801689, - 1.5764595673317672e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658563887_684519.json b/lenses/physics-objects/Scene/assets/1646688658563887_684519.json deleted file mode 100644 index 0575a3ea..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658563887_684519.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658563887:684519", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658574890_684534.json b/lenses/physics-objects/Scene/assets/1646688658574890_684534.json deleted file mode 100644 index d6f50dce..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658574890_684534.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658574890:684534", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ], - [ - 3.366666555404663, - [ - 3.2392425537109375, - 0.0, - 0.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658575181_684541.json b/lenses/physics-objects/Scene/assets/1646688658575181_684541.json deleted file mode 100644 index dfdf4685..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658575181_684541.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658575181:684541", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -9.153572318609804e-05, - -0.019308792427182198, - 1.7571101125213318e-06, - 0.9998135566711426 - ] - ], - [ - 1.0, - [ - -9.153572318609804e-05, - -0.019308792427182198, - 1.7571101125213318e-06, - 0.9998135566711426 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658575544_684548.json b/lenses/physics-objects/Scene/assets/1646688658575544_684548.json deleted file mode 100644 index 4831c5c6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658575544_684548.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658575544:684548", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658576974_684561.json b/lenses/physics-objects/Scene/assets/1646688658576974_684561.json deleted file mode 100644 index 7a9a0ea2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658576974_684561.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658576974:684561", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ], - [ - 6.633333206176758, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658577257_684568.json b/lenses/physics-objects/Scene/assets/1646688658577257_684568.json deleted file mode 100644 index 29fc186c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658577257_684568.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658577257:684568", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ], - [ - 1.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658577652_684575.json b/lenses/physics-objects/Scene/assets/1646688658577652_684575.json deleted file mode 100644 index 62b68e2b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658577652_684575.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658577652:684575", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658579055_684588.json b/lenses/physics-objects/Scene/assets/1646688658579055_684588.json deleted file mode 100644 index e5db2d8f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658579055_684588.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658579055:684588", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ], - [ - 3.366666555404663, - [ - -0.38782283663749695, - -4.193191125523299e-05, - -14.671173095703125 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658579340_684595.json b/lenses/physics-objects/Scene/assets/1646688658579340_684595.json deleted file mode 100644 index d53dc0ef..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658579340_684595.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658579340:684595", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ], - [ - 1.0, - [ - 0.5012121200561523, - 0.49878501892089844, - -0.4987308382987976, - 0.5012660622596741 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658579725_684602.json b/lenses/physics-objects/Scene/assets/1646688658579725_684602.json deleted file mode 100644 index 04a610c0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658579725_684602.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658579725:684602", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658581129_684615.json b/lenses/physics-objects/Scene/assets/1646688658581129_684615.json deleted file mode 100644 index 8e9f47f4..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658581129_684615.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658581129:684615", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644267082214355, - 1.4210854715202004e-14, - 8.090399461480047e-09 - ] - ], - [ - 6.633333206176758, - [ - 2.2644267082214355, - -1.4210854715202004e-14, - 1.633174306903129e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658581403_684622.json b/lenses/physics-objects/Scene/assets/1646688658581403_684622.json deleted file mode 100644 index 2a46a021..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658581403_684622.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658581403:684622", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0312570296227932, - 0.9995114803314209 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0312570296227932, - 0.9995114803314209 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658581698_684629.json b/lenses/physics-objects/Scene/assets/1646688658581698_684629.json deleted file mode 100644 index 9732dca1..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658581698_684629.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658581698:684629", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658582958_684642.json b/lenses/physics-objects/Scene/assets/1646688658582958_684642.json deleted file mode 100644 index e8c0d7f0..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658582958_684642.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658582958:684642", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644267082214355, - 0.0, - -5.600178099030018e-10 - ] - ], - [ - 3.366666555404663, - [ - 2.2644267082214355, - 0.0, - -5.600178099030018e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658583236_684649.json b/lenses/physics-objects/Scene/assets/1646688658583236_684649.json deleted file mode 100644 index 963c7a89..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658583236_684649.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658583236:684649", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.03125704079866409, - 0.9995114803314209 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.03125704079866409, - 0.9995114803314209 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658583546_684656.json b/lenses/physics-objects/Scene/assets/1646688658583546_684656.json deleted file mode 100644 index 476b6cd6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658583546_684656.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658583546:684656", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658584829_684669.json b/lenses/physics-objects/Scene/assets/1646688658584829_684669.json deleted file mode 100644 index 36883f47..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658584829_684669.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658584829:684669", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2627172470092773, - -1.4210854715202004e-14, - -7.548242919597214e-09 - ] - ], - [ - 6.633333206176758, - [ - 2.2627172470092773, - 2.842170943040401e-14, - -1.5839031419773164e-08 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658585116_684676.json b/lenses/physics-objects/Scene/assets/1646688658585116_684676.json deleted file mode 100644 index 9b911175..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658585116_684676.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658585116:684676", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658585455_684683.json b/lenses/physics-objects/Scene/assets/1646688658585455_684683.json deleted file mode 100644 index f11e07d9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658585455_684683.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658585455:684683", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658586803_684696.json b/lenses/physics-objects/Scene/assets/1646688658586803_684696.json deleted file mode 100644 index 9a0c629b..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658586803_684696.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658586803:684696", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2627172470092773, - 0.0, - 2.6635049721335236e-10 - ] - ], - [ - 3.366666555404663, - [ - 2.2627172470092773, - 0.0, - 2.6635049721335236e-10 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658587092_684703.json b/lenses/physics-objects/Scene/assets/1646688658587092_684703.json deleted file mode 100644 index cd0b47f7..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658587092_684703.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658587092:684703", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.10169530659914017, - 0.9948155879974365 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658587365_684710.json b/lenses/physics-objects/Scene/assets/1646688658587365_684710.json deleted file mode 100644 index 1a0fe1f6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658587365_684710.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658587365:684710", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658588723_684723.json b/lenses/physics-objects/Scene/assets/1646688658588723_684723.json deleted file mode 100644 index 5af83f8c..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658588723_684723.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658588723:684723", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.260877847671509, - 0.0, - -1.283550954411794e-08 - ] - ], - [ - 6.633333206176758, - [ - 2.260877847671509, - -1.4210854715202004e-14, - -1.9884867086261693e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658589021_684730.json b/lenses/physics-objects/Scene/assets/1646688658589021_684730.json deleted file mode 100644 index 59460117..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658589021_684730.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658589021:684730", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.036411941051483154, - 0.9993369579315186 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.036411941051483154, - 0.9993369579315186 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658589283_684737.json b/lenses/physics-objects/Scene/assets/1646688658589283_684737.json deleted file mode 100644 index 743029d2..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658589283_684737.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658589283:684737", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658590508_684750.json b/lenses/physics-objects/Scene/assets/1646688658590508_684750.json deleted file mode 100644 index 174975b9..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658590508_684750.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658590508:684750", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.260877847671509, - 0.0, - 2.708731017264654e-09 - ] - ], - [ - 3.366666555404663, - [ - 2.260877847671509, - 0.0, - 2.708731017264654e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658590806_684757.json b/lenses/physics-objects/Scene/assets/1646688658590806_684757.json deleted file mode 100644 index c39575ca..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658590806_684757.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658590806:684757", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.036411937326192856, - 0.9993369579315186 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.036411937326192856, - 0.9993369579315186 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658591068_684764.json b/lenses/physics-objects/Scene/assets/1646688658591068_684764.json deleted file mode 100644 index a8118dae..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658591068_684764.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658591068:684764", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658592328_684777.json b/lenses/physics-objects/Scene/assets/1646688658592328_684777.json deleted file mode 100644 index 2b874d24..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658592328_684777.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658592328:684777", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644100189208984, - 1.4210854715202004e-14, - 1.2293353002235108e-08 - ] - ], - [ - 6.633333206176758, - [ - 2.2644100189208984, - -6.402349254233616e-25, - 1.4957786120817218e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658592642_684784.json b/lenses/physics-objects/Scene/assets/1646688658592642_684784.json deleted file mode 100644 index 974b209f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658592642_684784.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658592642:684784", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658592911_684791.json b/lenses/physics-objects/Scene/assets/1646688658592911_684791.json deleted file mode 100644 index f97af999..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658592911_684791.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658592911:684791", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 6.633333206176758, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658594197_684804.json b/lenses/physics-objects/Scene/assets/1646688658594197_684804.json deleted file mode 100644 index 0619c42f..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658594197_684804.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658594197:684804", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 2.2644100189208984, - 0.0, - -2.4150601518613257e-09 - ] - ], - [ - 3.366666555404663, - [ - 2.2644100189208984, - 0.0, - -2.4150601518613257e-09 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658594528_684811.json b/lenses/physics-objects/Scene/assets/1646688658594528_684811.json deleted file mode 100644 index 4ac7e2e6..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658594528_684811.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658594528:684811", - "type": "Asset.QuaternionAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ], - [ - 1.0, - [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1646688658594791_684818.json b/lenses/physics-objects/Scene/assets/1646688658594791_684818.json deleted file mode 100644 index 8cfe8149..00000000 --- a/lenses/physics-objects/Scene/assets/1646688658594791_684818.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1646688658594791:684818", - "type": "Asset.Vec3AnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - [ - 1.0, - 1.0, - 1.0 - ] - ], - [ - 3.366666555404663, - [ - 1.0, - 1.0, - 1.0 - ] - ] - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452790_25763.json b/lenses/physics-objects/Scene/assets/1675109166452790_25763.json deleted file mode 100644 index 8fc77b12..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452790_25763.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "privateAssets": { - "1:1": { - "isLazyAsset": false, - "uid": "1:1", - "type": "Asset.Texture", - "name": "Textures/Render Target", - "provider": { - "type": "Provider.RenderTargetProvider", - "camera": "-1:-1", - "textureType": { - "value": 0, - "description": "Texture2D" - }, - "textureFormat": { - "value": 3, - "description": "R8G8B8A8_UNORM" - }, - "resolution": [ - 900.0, - 1600.0 - ], - "outputResolution": { - "value": 0, - "description": "Camera" - }, - "resolutionScale": 1.0, - "msaastrategy": { - "value": 1, - "description": "OnlyWhenRequired" - }, - "aaMode": { - "value": 1, - "description": "MSAA" - }, - "aaQuality": { - "value": 3, - "description": "Ultra" - }, - "depthbufferusage": { - "value": 0, - "description": "Auto" - }, - "inputtexture": "-1:-1", - "clearColorOption": { - "value": 1, - "description": "Background" - }, - "clearColor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ], - "enableMipmaps": false, - "enableClearDepth": true - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452791_25764.json b/lenses/physics-objects/Scene/assets/1675109166452791_25764.json deleted file mode 100644 index 6fa6bf48..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452791_25764.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "privateAssets": { - "2:2": { - "isLazyAsset": false, - "uid": "2:2", - "type": "Asset.Texture", - "name": "Textures/Device Camera Texture", - "provider": { - "type": "Provider.CameraTextureProvider" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452791_25765.json b/lenses/physics-objects/Scene/assets/1675109166452791_25765.json deleted file mode 100644 index c2ea7a45..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452791_25765.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1588296316843646:534374": { - "isLazyAsset": false, - "uid": "1588296316843646:534374", - "type": "Asset.Texture", - "name": "Textures/Echopark/Diff.jpeg", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 10785456070896523056, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452811_25869.jpeg", - "location": 0 - }, - "filename": "Files/File_1675109166452811_25869.jpeg", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452792_25766.json b/lenses/physics-objects/Scene/assets/1675109166452792_25766.json deleted file mode 100644 index 8eeec9e1..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452792_25766.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1588296316857901:534385": { - "isLazyAsset": false, - "uid": "1588296316857901:534385", - "type": "Asset.Texture", - "name": "Textures/Echopark/Specular.jpeg", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 12655228594639408628, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452833_25871.jpeg", - "location": 0 - }, - "filename": "Files/File_1675109166452833_25871.jpeg", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452792_25767.json b/lenses/physics-objects/Scene/assets/1675109166452792_25767.json deleted file mode 100644 index 952ad7ff..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452792_25767.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "privateAssets": { - "8675309:9035768": { - "isLazyAsset": false, - "uid": "8675309:9035768", - "type": "Physics.WorldSettingsAsset", - "name": "Physics World Settings/Physics Root World Settings [EDIT_ME]", - "defaultMatter": "-1:-1", - "defaultFilter": "-1:-1", - "gravity": [ - 0.0, - -980.0, - 0.0 - ], - "simRate": 2, - "slowStep": 1.0, - "slowTime": 1.0, - "absSpdLim": 100.0, - "relSpdLim": 100.0, - "lyrColMtx": { - "rows": { - "bytes": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "subtype": null - } - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452792_25768.json b/lenses/physics-objects/Scene/assets/1675109166452792_25768.json deleted file mode 100644 index 00fde786..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452792_25768.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1644734529797042:257849": { - "isLazyAsset": false, - "uid": "1644734529797042:257849", - "type": "Physics.Matter", - "name": "Physics Matters/Car Physics Matter [EDIT_ME]", - "friction": 0.20000000298023224, - "rollFriction": 0.009999999776482582, - "spinFriction": 0.019999999552965164, - "statBounce": 0.49000000953674316, - "dynaBounce": 0.4699999988079071 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452793_25769.json b/lenses/physics-objects/Scene/assets/1675109166452793_25769.json deleted file mode 100644 index acd23292..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452793_25769.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1644734529798922:257855": { - "isLazyAsset": false, - "uid": "1644734529798922:257855", - "type": "Asset.ScriptAsset", - "name": "Scripts/WheelController.js", - "publicName": "Scripts/WheelController.js", - "hash": 4261616953029459241, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452836_25874.js", - "location": 0 - }, - "filename": "Files/File_1675109166452836_25874.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452793_25770.json b/lenses/physics-objects/Scene/assets/1675109166452793_25770.json deleted file mode 100644 index d3695534..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452793_25770.json +++ /dev/null @@ -1,297 +0,0 @@ -{ - "privateAssets": { - "1644734530219274:258115": { - "isLazyAsset": false, - "uid": "1644734530219274:258115", - "type": "Asset.Material", - "name": "Materials/Toon Body.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N015", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N113", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N028", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N110", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N113", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N013", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N082", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N013", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N082", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value3_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineColor", - "type": "vec4", - "value": [ - 0.12941177189350128, - 0.12941177189350128, - 0.12941177189350128, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineWeight", - "type": "float", - "value": 0.2199999988079071 - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "shadowIntensity", - "type": "float", - "value": 0.05000000074505806 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 4352842183194544266, - "fileinfo": { - "path": "Files/File_1675109166452838_25875/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452838_25875/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452793_25771.json b/lenses/physics-objects/Scene/assets/1675109166452793_25771.json deleted file mode 100644 index cff40cc9..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452793_25771.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1644734549676529:265639": { - "isLazyAsset": false, - "uid": "1644734549676529:265639", - "type": "Asset.ScriptAsset", - "name": "WorldObjectController/Scripts/WorldObjectController.js", - "publicName": "WorldObjectController/Scripts/WorldObjectController.js", - "hash": 14671954502522636337, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452841_25877.js", - "location": 0 - }, - "filename": "Files/File_1675109166452841_25877.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452794_25772.json b/lenses/physics-objects/Scene/assets/1675109166452794_25772.json deleted file mode 100644 index b6b291c4..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452794_25772.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1644734549732934:265661": { - "isLazyAsset": false, - "uid": "1644734549732934:265661", - "type": "Asset.RenderMesh", - "name": "WorldObjectController/Meshes/touch_collision_cube.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452842_25878.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452842_25878.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452794_25773.json b/lenses/physics-objects/Scene/assets/1675109166452794_25773.json deleted file mode 100644 index d4dddccc..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452794_25773.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1644734549772450:265682": { - "isLazyAsset": false, - "uid": "1644734549772450:265682", - "type": "Asset.RenderMesh", - "name": "WorldObjectController/Meshes/plane.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452844_25880.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452844_25880.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452794_25774.json b/lenses/physics-objects/Scene/assets/1675109166452794_25774.json deleted file mode 100644 index 24fabd86..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452794_25774.json +++ /dev/null @@ -1,403 +0,0 @@ -{ - "privateAssets": { - "1644734549941256:265724": { - "isLazyAsset": false, - "uid": "1644734549941256:265724", - "type": "Asset.Material", - "name": "WorldObjectController/Materials/ground_grid.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 7, - "description": "Add" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_Center_N085", - "type": "vec2", - "value": [ - 0.5, - 0.5 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N025", - "type": "float", - "value": 0.10000000149011612 - }, - { - "arraySize": 1, - "name": "Port_Import_N028", - "type": "float", - "value": 20.0 - }, - { - "arraySize": 1, - "name": "Port_Import_N091", - "type": "vec2", - "value": [ - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N020", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input0_N027", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N015", - "type": "vec2", - "value": [ - -1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N021", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N024", - "type": "float", - "value": -1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N030", - "type": "float", - "value": 3.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N033", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input2_N030", - "type": "float", - "value": 50.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N003", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMaxB_N039", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMinA_N039", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMinB_N039", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N007", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N007", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "uvScale", - "type": "float", - "value": 0.004999999888241291 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1650575969295116:155610", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 1241853309264455350, - "fileinfo": { - "path": "Files/File_1675109166452847_25882/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452847_25882/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452794_25775.json b/lenses/physics-objects/Scene/assets/1675109166452794_25775.json deleted file mode 100644 index 5c521420..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452794_25775.json +++ /dev/null @@ -1,241 +0,0 @@ -{ - "privateAssets": { - "1644734550114129:265793": { - "isLazyAsset": false, - "uid": "1644734550114129:265793", - "type": "Asset.Material", - "name": "WorldObjectController/Materials/graph_matte_shadow.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - true - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 10, - "description": "Multiply" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N006", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_LODValue_N389", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value2_N001", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N001", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N001", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9465064072852219913, - "fileinfo": { - "path": "Files/File_1675109166452849_25884/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452849_25884/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452795_25776.json b/lenses/physics-objects/Scene/assets/1675109166452795_25776.json deleted file mode 100644 index 7f2c9a2e..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452795_25776.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1644735272515164:412274": { - "isLazyAsset": false, - "uid": "1644735272515164:412274", - "type": "Asset.ScriptAsset", - "name": "Scripts/Draggable.js", - "publicName": "Scripts/Draggable.js", - "hash": 3835335072207361469, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452852_25886.js", - "location": 0 - }, - "filename": "Files/File_1675109166452852_25886.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452795_25777.json b/lenses/physics-objects/Scene/assets/1675109166452795_25777.json deleted file mode 100644 index 51d042b9..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452795_25777.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1644740369898443:828192": { - "isLazyAsset": false, - "uid": "1644740369898443:828192", - "type": "Physics.Matter", - "name": "Physics Matters/Wood Floor Physics Matter [EDIT_ME]", - "friction": 0.8999999761581421, - "rollFriction": 0.4300000071525574, - "spinFriction": 0.38999998569488525, - "statBounce": 1.0, - "dynaBounce": 1.0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452795_25778.json b/lenses/physics-objects/Scene/assets/1675109166452795_25778.json deleted file mode 100644 index 3bebeb0c..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452795_25778.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1644790253432794:84805": { - "isLazyAsset": false, - "uid": "1644790253432794:84805", - "type": "Physics.Matter", - "name": "Physics Matters/Traffic Cone Physics Matter [EDIT_ME]", - "friction": 0.009999999776482582, - "rollFriction": 0.019999999552965164, - "spinFriction": 0.019999999552965164, - "statBounce": 0.44999998807907104, - "dynaBounce": 0.4399999976158142 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452795_25779.json b/lenses/physics-objects/Scene/assets/1675109166452795_25779.json deleted file mode 100644 index f2127a5c..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452795_25779.json +++ /dev/null @@ -1,390 +0,0 @@ -{ - "privateAssets": { - "1644793700779232:511555": { - "isLazyAsset": false, - "uid": "1644793700779232:511555", - "type": "Asset.Material", - "name": "Materials/Traffic Cone.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "Tweak_N27" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N015", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N113", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N028", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N110", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N113", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N013", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N082", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N013", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N082", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value3_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineColor", - "type": "vec4", - "value": [ - 0.12941177189350128, - 0.12941177189350128, - 0.12941177189350128, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineWeight", - "type": "float", - "value": 0.20000000298023224 - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "shadowIntensity", - "type": "float", - "value": 0.07000000029802322 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1650575968724265:155479", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 4352842183194544266, - "fileinfo": { - "path": "Files/File_1675109166452853_25887/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452853_25887/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452796_25780.json b/lenses/physics-objects/Scene/assets/1675109166452796_25780.json deleted file mode 100644 index 87c153fd..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452796_25780.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1644829362602915:6176974": { - "isLazyAsset": false, - "uid": "1644829362602915:6176974", - "type": "Asset.Texture", - "name": "Meshes/Balloons Pack Resources/Textures/white.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 17453106253980444570, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452855_25889.png", - "location": 0 - }, - "filename": "Files/File_1675109166452855_25889.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452796_25781.json b/lenses/physics-objects/Scene/assets/1675109166452796_25781.json deleted file mode 100644 index c044a968..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452796_25781.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1644829363199094:6177103": { - "isLazyAsset": false, - "uid": "1644829363199094:6177103", - "type": "Asset.RenderMesh", - "name": "Meshes/Balloons Pack Resources/Meshes/balloon.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452857_25891.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452857_25891.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452796_25782.json b/lenses/physics-objects/Scene/assets/1675109166452796_25782.json deleted file mode 100644 index b724b630..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452796_25782.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1644829363244852:6177126": { - "isLazyAsset": false, - "uid": "1644829363244852:6177126", - "type": "Asset.RenderMesh", - "name": "Meshes/Balloons Pack Resources/Meshes/string_2.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452860_25893.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452860_25893.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452796_25783.json b/lenses/physics-objects/Scene/assets/1675109166452796_25783.json deleted file mode 100644 index ac18f48d..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452796_25783.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1644829505045995:6234837": { - "isLazyAsset": false, - "uid": "1644829505045995:6234837", - "type": "Asset.ScriptAsset", - "name": "Scripts/Behavior.js", - "publicName": "Scripts/Behavior.js", - "hash": 3844782560976164725, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452862_25895.js", - "location": 0 - }, - "filename": "Files/File_1675109166452862_25895.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452796_25784.json b/lenses/physics-objects/Scene/assets/1675109166452796_25784.json deleted file mode 100644 index 927827cd..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452796_25784.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1644947873472837:5609574": { - "isLazyAsset": false, - "uid": "1644947873472837:5609574", - "type": "Physics.Matter", - "name": "Physics Matters/Wheel Physics Matter [EDIT_ME]", - "friction": 0.800000011920929, - "rollFriction": 0.009999999776482582, - "spinFriction": 0.009999999776482582, - "statBounce": 0.1899999976158142, - "dynaBounce": 0.1899999976158142 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452797_25785.json b/lenses/physics-objects/Scene/assets/1675109166452797_25785.json deleted file mode 100644 index 73b68584..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452797_25785.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "privateAssets": { - "1644947995861507:5657744": { - "isLazyAsset": false, - "uid": "1644947995861507:5657744", - "type": "Physics.WorldSettingsAsset", - "name": "Physics World Settings/Physics Balloon World Settings [EDIT_ME]", - "defaultMatter": "-1:-1", - "defaultFilter": "-1:-1", - "gravity": [ - 0.0, - 50.0, - 0.0 - ], - "simRate": 2, - "slowStep": 1.0, - "slowTime": 1.0, - "absSpdLim": 0.0, - "relSpdLim": 0.5, - "lyrColMtx": { - "rows": { - "bytes": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "subtype": null - } - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452797_25786.json b/lenses/physics-objects/Scene/assets/1675109166452797_25786.json deleted file mode 100644 index 3792ddeb..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452797_25786.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1644978038922371:15188": { - "isLazyAsset": false, - "uid": "1644978038922371:15188", - "type": "Asset.ScriptAsset", - "name": "Scripts/BindTransform.js", - "publicName": "Scripts/BindTransform.js", - "hash": 0, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452863_25896.js", - "location": 0 - }, - "filename": "Files/File_1675109166452863_25896.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452797_25787.json b/lenses/physics-objects/Scene/assets/1675109166452797_25787.json deleted file mode 100644 index eb613015..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452797_25787.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "privateAssets": { - "1644986429618909:1241213": { - "isLazyAsset": false, - "uid": "1644986429618909:1241213", - "type": "Asset.Material", - "name": "Materials/Occluder.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - false, - false, - false, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "Tweak_N1", - "Tweak_N6" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 14718877890848386788, - "fileinfo": { - "path": "Files/File_1675109166452864_25897/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452864_25897/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452797_25788.json b/lenses/physics-objects/Scene/assets/1675109166452797_25788.json deleted file mode 100644 index 45b27ec7..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452797_25788.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "privateAssets": { - "1644986472869327:1258664": { - "isLazyAsset": false, - "uid": "1644986472869327:1258664", - "type": "Asset.RenderMesh", - "name": "Meshes/Face Mesh", - "provider": { - "type": "Provider.FaceRenderObjectProvider", - "faceMeshVersion": 3, - "faceIndex": 0, - "enableFace": true, - "enableEye": true, - "enableEyeCorner": true, - "enableMouth": true, - "enableSkull": true, - "enableEar": false, - "externalFace": { - "scale": 1.0, - "multiplier": 1.0, - "mesh": "-1:-1", - "mapUV": { - "value": 4, - "description": "Texcoord0" - } - } - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452797_25789.json b/lenses/physics-objects/Scene/assets/1675109166452797_25789.json deleted file mode 100644 index ecfa6800..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452797_25789.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1644986473111069:1258766": { - "isLazyAsset": false, - "uid": "1644986473111069:1258766", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452867_25899.png", - "location": 0 - }, - "filename": "Files/File_1675109166452867_25899.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452797_25790.json b/lenses/physics-objects/Scene/assets/1675109166452797_25790.json deleted file mode 100644 index d9045409..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452797_25790.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1644986473171764:1258782": { - "isLazyAsset": false, - "uid": "1644986473171764:1258782", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452869_25901.png", - "location": 0 - }, - "filename": "Files/File_1675109166452869_25901.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452798_25791.json b/lenses/physics-objects/Scene/assets/1675109166452798_25791.json deleted file mode 100644 index a252d969..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452798_25791.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1644987723354145:167888": { - "isLazyAsset": false, - "uid": "1644987723354145:167888", - "type": "Asset.RenderMesh", - "name": "Meshes/Sphere.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452871_25903.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452871_25903.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452798_25792.json b/lenses/physics-objects/Scene/assets/1675109166452798_25792.json deleted file mode 100644 index 7dd41c64..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452798_25792.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1644995882589651:1425238": { - "isLazyAsset": false, - "uid": "1644995882589651:1425238", - "type": "Asset.RenderMesh", - "name": "Meshes/Box.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452874_25905.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452874_25905.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452798_25793.json b/lenses/physics-objects/Scene/assets/1675109166452798_25793.json deleted file mode 100644 index fb5ff14e..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452798_25793.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645002271820189:656611": { - "isLazyAsset": false, - "uid": "1645002271820189:656611", - "type": "Asset.ScriptAsset", - "name": "Scripts/Tween/TweenTypes/TweenTransform.js", - "publicName": "Scripts/Tween/TweenTypes/TweenTransform.js", - "hash": 15887922753035048726, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452876_25907.js", - "location": 0 - }, - "filename": "Files/File_1675109166452876_25907.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452798_25794.json b/lenses/physics-objects/Scene/assets/1675109166452798_25794.json deleted file mode 100644 index 6c438e78..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452798_25794.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645002271957556:656665": { - "isLazyAsset": false, - "uid": "1645002271957556:656665", - "type": "Asset.ScriptAsset", - "name": "Scripts/Tween/TweenTypes/TweenAlpha.js", - "publicName": "Scripts/Tween/TweenTypes/TweenAlpha.js", - "hash": 9042683476607613197, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452879_25908.js", - "location": 0 - }, - "filename": "Files/File_1675109166452879_25908.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452798_25795.json b/lenses/physics-objects/Scene/assets/1675109166452798_25795.json deleted file mode 100644 index 9772f817..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452798_25795.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645002272153404:656737": { - "isLazyAsset": false, - "uid": "1645002272153404:656737", - "type": "Asset.ScriptAsset", - "name": "Scripts/Tween/Tween.js", - "publicName": "Scripts/Tween/Tween.js", - "hash": 0, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452880_25909.js", - "location": 0 - }, - "filename": "Files/File_1675109166452880_25909.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452798_25796.json b/lenses/physics-objects/Scene/assets/1675109166452798_25796.json deleted file mode 100644 index 63cd31a4..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452798_25796.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645002272220707:656761": { - "isLazyAsset": false, - "uid": "1645002272220707:656761", - "type": "Asset.ScriptAsset", - "name": "Scripts/Tween/TweenManager.js", - "publicName": "Scripts/Tween/TweenManager.js", - "hash": 14778223151449068589, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452881_25910.js", - "location": 0 - }, - "filename": "Files/File_1675109166452881_25910.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452798_25797.json b/lenses/physics-objects/Scene/assets/1675109166452798_25797.json deleted file mode 100644 index 2f4ff466..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452798_25797.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1645048792208566:1387657": { - "isLazyAsset": false, - "uid": "1645048792208566:1387657", - "type": "Physics.Matter", - "name": "Physics Matters/Wood Wall Physics Matter [EDIT_ME]", - "friction": 0.0, - "rollFriction": 0.0, - "spinFriction": 0.0, - "statBounce": 1.0, - "dynaBounce": 1.0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452799_25798.json b/lenses/physics-objects/Scene/assets/1675109166452799_25798.json deleted file mode 100644 index 5e167ab7..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452799_25798.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "privateAssets": { - "1645060674024689:991997": { - "isLazyAsset": false, - "uid": "1645060674024689:991997", - "type": "Asset.Material", - "name": "Materials/Wall Right.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - true - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 0.3332417905330658, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 1486712096534204549, - "fileinfo": { - "path": "Files/File_1675109166452882_25911/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452882_25911/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452799_25799.json b/lenses/physics-objects/Scene/assets/1675109166452799_25799.json deleted file mode 100644 index e1117306..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452799_25799.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "privateAssets": { - "1645060802779715:1058192": { - "isLazyAsset": false, - "uid": "1645060802779715:1058192", - "type": "Asset.Material", - "name": "Materials/Wall Left.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - true - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 0.3329976201057434, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 1486712096534204549, - "fileinfo": { - "path": "Files/File_1675109166452885_25913/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452885_25913/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452799_25800.json b/lenses/physics-objects/Scene/assets/1675109166452799_25800.json deleted file mode 100644 index 154376ca..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452799_25800.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "privateAssets": { - "1645060811119666:1076291": { - "isLazyAsset": false, - "uid": "1645060811119666:1076291", - "type": "Asset.Material", - "name": "Materials/Wall Font.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - true - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 0.3329976201057434, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 1486712096534204549, - "fileinfo": { - "path": "Files/File_1675109166452887_25915/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452887_25915/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452799_25801.json b/lenses/physics-objects/Scene/assets/1675109166452799_25801.json deleted file mode 100644 index fb019b84..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452799_25801.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "privateAssets": { - "1645060818678240:1094338": { - "isLazyAsset": false, - "uid": "1645060818678240:1094338", - "type": "Asset.Material", - "name": "Materials/Wall Back.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - true - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 0.3329976201057434, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 1486712096534204549, - "fileinfo": { - "path": "Files/File_1675109166452889_25917/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452889_25917/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452799_25802.json b/lenses/physics-objects/Scene/assets/1675109166452799_25802.json deleted file mode 100644 index fa3b9a1a..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452799_25802.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645061453717649:1411289": { - "isLazyAsset": false, - "uid": "1645061453717649:1411289", - "type": "Asset.ScriptAsset", - "name": "Scripts/SlowMotionSetting.js", - "publicName": "Scripts/SlowMotionSetting.js", - "hash": 0, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452892_25919.js", - "location": 0 - }, - "filename": "Files/File_1675109166452892_25919.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452799_25803.json b/lenses/physics-objects/Scene/assets/1675109166452799_25803.json deleted file mode 100644 index e64b77ef..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452799_25803.json +++ /dev/null @@ -1,597 +0,0 @@ -{ - "privateAssets": { - "1645080399556760:5283620": { - "isLazyAsset": false, - "uid": "1645080399556760:5283620", - "type": "Asset.Material", - "name": "Materials/Wood Road.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": true, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N176", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_B_N011", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_B_N015", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_B_N019", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_C_N011", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_C_N014", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_C_N015", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_C_N018", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_C_N019", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_C_N021", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Center_N013", - "type": "vec2", - "value": [ - 0.5, - 0.5 - ] - }, - { - "arraySize": 1, - "name": "Port_Center_N016", - "type": "vec2", - "value": [ - 0.5, - 0.5 - ] - }, - { - "arraySize": 1, - "name": "Port_Center_N020", - "type": "vec2", - "value": [ - 0.5, - 0.5 - ] - }, - { - "arraySize": 1, - "name": "Port_D_N011", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_D_N014", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_D_N015", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_D_N018", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_D_N019", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_D_N021", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Dimension_N013", - "type": "vec2", - "value": [ - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Dimension_N016", - "type": "vec2", - "value": [ - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Dimension_N020", - "type": "vec2", - "value": [ - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Emissive_N176", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N059", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N153", - "type": "float", - "value": 0.10000000149011612 - }, - { - "arraySize": 1, - "name": "Port_Input0_N151", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input0_N162", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input0_N167", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N096", - "type": "float", - "value": 0.3333300054073334 - }, - { - "arraySize": 1, - "name": "Port_Input1_N154", - "type": "float", - "value": 5.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N157", - "type": "float", - "value": 10.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N166", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Metallic_N176", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Normal_N176", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Opacity_N176", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Scale_N081", - "type": "vec2", - "value": [ - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Scale_N089", - "type": "vec2", - "value": [ - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Scale_N094", - "type": "vec2", - "value": [ - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N176", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value1_N001", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N001", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N001", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.582452118396759, - 0.46765848994255066, - 0.34459447860717773, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "grainRotation", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 80.0 - ] - }, - { - "arraySize": 1, - "name": "knottyness", - "type": "float", - "value": 0.029999999329447746 - }, - { - "arraySize": 1, - "name": "lineColor", - "type": "vec4", - "value": [ - 0.6951552629470825, - 0.5866636037826538, - 0.48329898715019226, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.6700000166893005 - }, - { - "arraySize": 1, - "name": "scale", - "type": "float", - "value": 0.25 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 4408521091020984493, - "fileinfo": { - "path": "Files/File_1675109166452893_25920/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452893_25920/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452800_25804.json b/lenses/physics-objects/Scene/assets/1675109166452800_25804.json deleted file mode 100644 index 80e008bb..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452800_25804.json +++ /dev/null @@ -1,390 +0,0 @@ -{ - "privateAssets": { - "1645083977124996:5883857": { - "isLazyAsset": false, - "uid": "1645083977124996:5883857", - "type": "Asset.Material", - "name": "Materials/Wheel.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "Tweak_N27" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N015", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N113", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N028", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N110", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N113", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N013", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N082", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N013", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N082", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value3_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineColor", - "type": "vec4", - "value": [ - 0.12941177189350128, - 0.12941177189350128, - 0.12941177189350128, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineWeight", - "type": "float", - "value": 0.20000000298023224 - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "shadowIntensity", - "type": "float", - "value": 0.20000000298023224 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1650575965846046:154561", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 16589225566551421342, - "fileinfo": { - "path": "Files/File_1675109166452895_25922/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452895_25922/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452800_25805.json b/lenses/physics-objects/Scene/assets/1675109166452800_25805.json deleted file mode 100644 index 356218ed..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452800_25805.json +++ /dev/null @@ -1,769 +0,0 @@ -{ - "privateAssets": { - "1645084596534853:6048696": { - "isLazyAsset": false, - "uid": "1645084596534853:6048696", - "type": "Asset.Material", - "name": "Materials/Car Body.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_221_DROPLIST_ITEM 0", - "NODE_228_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_315_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0", - "NODE_76_DROPLIST_ITEM 0", - "Tweak_N121", - "Tweak_N74" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N041", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N132", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N170", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N235", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N239", - "type": "vec3", - "value": [ - 0.03999999910593033, - 0.03999999910593033, - 0.03999999910593033 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N325", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N187", - "type": "float", - "value": 3.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N257", - "type": "vec3", - "value": [ - 1.0, - 1.0, - -1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N264", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N268", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N270", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N274", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N322", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N033", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N066", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N112", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N157", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N169", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N178", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N209", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N252", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N389", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value1_N079", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "rimColor", - "type": "vec3", - "value": [ - 0.993606448173523, - 0.6901503205299377, - 0.2831311523914337 - ] - }, - { - "arraySize": 1, - "name": "rimExponent", - "type": "float", - "value": 4.409999847412109 - }, - { - "arraySize": 1, - "name": "rimIntensity", - "type": "float", - "value": 1.3600000143051147 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 1.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1650575966958921:154803", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1644986473171764:1258782", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 6071941500360556681, - "fileinfo": { - "path": "Files/File_1675109166452897_25924/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452897_25924/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452800_25806.json b/lenses/physics-objects/Scene/assets/1675109166452800_25806.json deleted file mode 100644 index a0ae68da..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452800_25806.json +++ /dev/null @@ -1,746 +0,0 @@ -{ - "privateAssets": { - "1645084898757777:6169649": { - "isLazyAsset": false, - "uid": "1645084898757777:6169649", - "type": "Asset.Material", - "name": "Materials/Car Black.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_221_DROPLIST_ITEM 0", - "NODE_228_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_315_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0", - "NODE_76_DROPLIST_ITEM 0", - "Tweak_N121" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N041", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N132", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N170", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N235", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N239", - "type": "vec3", - "value": [ - 0.03999999910593033, - 0.03999999910593033, - 0.03999999910593033 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N325", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N187", - "type": "float", - "value": 3.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N257", - "type": "vec3", - "value": [ - 1.0, - 1.0, - -1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N264", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N268", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N270", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N274", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N322", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N033", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N066", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N112", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N157", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N169", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N178", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N209", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N252", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N389", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value1_N079", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.010650797747075558, - 0.010650797747075558, - 0.010650797747075558, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1644986473111069:1258766", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1644986473171764:1258782", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 6071941500360556681, - "fileinfo": { - "path": "Files/File_1675109166452900_25926/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452900_25926/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452800_25807.json b/lenses/physics-objects/Scene/assets/1675109166452800_25807.json deleted file mode 100644 index 9d91aa67..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452800_25807.json +++ /dev/null @@ -1,390 +0,0 @@ -{ - "privateAssets": { - "1645119665443554:206278": { - "isLazyAsset": false, - "uid": "1645119665443554:206278", - "type": "Asset.Material", - "name": "Materials/Toon Road.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": true, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - true - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 1, - "description": "Extend" - }, - "positionmodified": false, - "frustumcullpad": 1.0, - "defines": [ - "Tweak_N27" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N015", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N113", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N028", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N110", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N113", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N013", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N082", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N013", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N082", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value3_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 0.8169832825660706 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineColor", - "type": "vec4", - "value": [ - 0.1289997696876526, - 0.12941177189350128, - 0.12941177189350128, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineWeight", - "type": "float", - "value": 0.07999999821186066 - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "shadowIntensity", - "type": "float", - "value": 0.11999999731779099 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1650575968933229:155532", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 4352842183194544266, - "fileinfo": { - "path": "Files/File_1675109166452902_25928/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452902_25928/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452800_25808.json b/lenses/physics-objects/Scene/assets/1675109166452800_25808.json deleted file mode 100644 index 72ca0e17..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452800_25808.json +++ /dev/null @@ -1,297 +0,0 @@ -{ - "privateAssets": { - "1645120862079456:652075": { - "isLazyAsset": false, - "uid": "1645120862079456:652075", - "type": "Asset.Material", - "name": "Materials/Toon Tree Trunk.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": true, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N032", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N113", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N028", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N110", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N113", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N000", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N045", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N000", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N045", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value3_N047", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N047", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "Tweak_N33", - "type": "vec4", - "value": [ - 0.8379949927330017, - 0.6325322389602661, - 0.4314793646335602, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Tweak_N39", - "type": "vec4", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineWeight", - "type": "float", - "value": 0.1599999964237213 - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "shadowIntensity", - "type": "float", - "value": 0.05000000074505806 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 10139329615283625623, - "fileinfo": { - "path": "Files/File_1675109166452905_25930/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452905_25930/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452801_25809.json b/lenses/physics-objects/Scene/assets/1675109166452801_25809.json deleted file mode 100644 index abfdda36..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452801_25809.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645140792624997:614191": { - "isLazyAsset": false, - "uid": "1645140792624997:614191", - "type": "Asset.Font", - "name": "Fonts/jellee_roman.ttf", - "provider": { - "type": "Provider.BinFileProvider", - "filename": "Files/File_1675109166452907_25932.ttf", - "fileinfo": { - "path": "Files/File_1675109166452907_25932.ttf", - "location": 0 - } - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452801_25810.json b/lenses/physics-objects/Scene/assets/1675109166452801_25810.json deleted file mode 100644 index 6229e74e..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452801_25810.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "privateAssets": { - "1645141359201198:198448": { - "isLazyAsset": false, - "uid": "1645141359201198:198448", - "type": "Physics.WorldSettingsAsset", - "name": "Physics World Settings/Physics Front Camera World Settings [EDIT_ME]", - "defaultMatter": "-1:-1", - "defaultFilter": "-1:-1", - "gravity": [ - 0.0, - -980.0, - 0.0 - ], - "simRate": 2, - "slowStep": 1.0, - "slowTime": 1.0, - "absSpdLim": 100.0, - "relSpdLim": 100.0, - "lyrColMtx": { - "rows": { - "bytes": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "subtype": null - } - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452801_25811.json b/lenses/physics-objects/Scene/assets/1675109166452801_25811.json deleted file mode 100644 index 2c592188..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452801_25811.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1645205064986381:661310": { - "isLazyAsset": false, - "uid": "1645205064986381:661310", - "type": "Physics.Matter", - "name": "Physics Matters/Wood Ramp Physics Matter [EDIT_ME]", - "friction": 1.0, - "rollFriction": 0.14000000059604645, - "spinFriction": 0.14000000059604645, - "statBounce": 0.75, - "dynaBounce": 0.800000011920929 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452801_25812.json b/lenses/physics-objects/Scene/assets/1675109166452801_25812.json deleted file mode 100644 index 244c28dc..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452801_25812.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645236367697271:6959648": { - "isLazyAsset": false, - "uid": "1645236367697271:6959648", - "type": "Asset.RenderMesh", - "name": "Meshes/Trafiic Cone.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452909_25933.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452909_25933.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452802_25813.json b/lenses/physics-objects/Scene/assets/1675109166452802_25813.json deleted file mode 100644 index bf401125..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452802_25813.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238215440907:73069": { - "isLazyAsset": false, - "uid": "1645238215440907:73069", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Arm.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452911_25935.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452911_25935.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452802_25814.json b/lenses/physics-objects/Scene/assets/1675109166452802_25814.json deleted file mode 100644 index ada7dc74..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452802_25814.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238215488275:73088": { - "isLazyAsset": false, - "uid": "1645238215488275:73088", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Body.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452914_25937.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452914_25937.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452802_25815.json b/lenses/physics-objects/Scene/assets/1675109166452802_25815.json deleted file mode 100644 index f06197f2..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452802_25815.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238215531690:73111": { - "isLazyAsset": false, - "uid": "1645238215531690:73111", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Head.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452916_25939.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452916_25939.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452802_25816.json b/lenses/physics-objects/Scene/assets/1675109166452802_25816.json deleted file mode 100644 index 8b98abdf..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452802_25816.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238215573678:73130": { - "isLazyAsset": false, - "uid": "1645238215573678:73130", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Wheel.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452919_25941.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452919_25941.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452802_25817.json b/lenses/physics-objects/Scene/assets/1675109166452802_25817.json deleted file mode 100644 index d45f5343..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452802_25817.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238215623083:73149": { - "isLazyAsset": false, - "uid": "1645238215623083:73149", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Bearing.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452921_25943.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452921_25943.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452802_25818.json b/lenses/physics-objects/Scene/assets/1675109166452802_25818.json deleted file mode 100644 index c1bca58a..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452802_25818.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238215708830:73191": { - "isLazyAsset": false, - "uid": "1645238215708830:73191", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Car Body.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452924_25945.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452924_25945.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452803_25819.json b/lenses/physics-objects/Scene/assets/1675109166452803_25819.json deleted file mode 100644 index 9cc11d57..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452803_25819.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238215752291:73206": { - "isLazyAsset": false, - "uid": "1645238215752291:73206", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Seat.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452926_25947.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452926_25947.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452803_25820.json b/lenses/physics-objects/Scene/assets/1675109166452803_25820.json deleted file mode 100644 index ffe2b281..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452803_25820.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238215791524:73225": { - "isLazyAsset": false, - "uid": "1645238215791524:73225", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Wind Shield.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452929_25949.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452929_25949.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452803_25821.json b/lenses/physics-objects/Scene/assets/1675109166452803_25821.json deleted file mode 100644 index 396e6274..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452803_25821.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645238216954222:73794": { - "isLazyAsset": false, - "uid": "1645238216954222:73794", - "type": "Asset.RenderMesh", - "name": "Meshes/Car/Pipe.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452931_25951.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452931_25951.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452803_25822.json b/lenses/physics-objects/Scene/assets/1675109166452803_25822.json deleted file mode 100644 index 8e9820bf..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452803_25822.json +++ /dev/null @@ -1,259 +0,0 @@ -{ - "privateAssets": { - "1645492161288605:4043429": { - "isLazyAsset": false, - "uid": "1645492161288605:4043429", - "type": "Asset.Material", - "name": "Materials/3D Text.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "Files/File30/pass0/uber.glsl", - "twosided": true, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N003", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N003", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N014", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Metallic_N003", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Normal_N003", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Opacity_N003", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Roughness_N003", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N003", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "frontColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "sideColor", - "type": "vec4", - "value": [ - 1.0, - 0.5744258761405945, - 0.18600746989250183, - 1.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 17374434466134640675, - "fileinfo": { - "path": "Files/File_1675109166452934_25953/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452934_25953/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452803_25823.json b/lenses/physics-objects/Scene/assets/1675109166452803_25823.json deleted file mode 100644 index 0ad94aa2..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452803_25823.json +++ /dev/null @@ -1,355 +0,0 @@ -{ - "privateAssets": { - "1645496731684770:5504037": { - "isLazyAsset": false, - "uid": "1645496731684770:5504037", - "type": "Asset.Material", - "name": "Materials/Toon Tree Green.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N176", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N176", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N015", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N113", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N028", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N110", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N113", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N013", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N082", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Metallic_N176", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Normal_N176", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Opacity_N176", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Roughness_N176", - "type": "float", - "value": 0.7200000286102295 - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N176", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N013", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_UVCoord_N082", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value3_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N019", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.1759975552558899, - 0.6564126014709473, - 0.4892347455024719, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineColor", - "type": "vec4", - "value": [ - 0.12941177189350128, - 0.12941177189350128, - 0.12941177189350128, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "lineWeight", - "type": "float", - "value": 0.05000000074505806 - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "shadowIntensity", - "type": "float", - "value": 0.07999999821186066 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 5200746063598054343, - "fileinfo": { - "path": "Files/File_1675109166452936_25955/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452936_25955/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452804_25824.json b/lenses/physics-objects/Scene/assets/1675109166452804_25824.json deleted file mode 100644 index 755df550..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452804_25824.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645502923063901:88847": { - "isLazyAsset": false, - "uid": "1645502923063901:88847", - "type": "Asset.ScriptAsset", - "name": "Scripts/ObjectsLayout.js", - "publicName": "Scripts/ObjectsLayout.js", - "hash": 701762957017415409, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1675109166452938_25957.js", - "location": 0 - }, - "filename": "Files/File_1675109166452938_25957.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452804_25825.json b/lenses/physics-objects/Scene/assets/1675109166452804_25825.json deleted file mode 100644 index d1b54e70..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452804_25825.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "privateAssets": { - "1645656071855775:1396362": { - "isLazyAsset": false, - "uid": "1645656071855775:1396362", - "type": "Physics.WorldSettingsAsset", - "name": "Physics World Settings/Physics Back Camera World Settings [EDIT_ME]", - "defaultMatter": "-1:-1", - "defaultFilter": "-1:-1", - "gravity": [ - 0.0, - -980.0, - 0.0 - ], - "simRate": 2, - "slowStep": 1.0, - "slowTime": 1.0, - "absSpdLim": 100.0, - "relSpdLim": 100.0, - "lyrColMtx": { - "rows": { - "bytes": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "subtype": null - } - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452804_25826.json b/lenses/physics-objects/Scene/assets/1675109166452804_25826.json deleted file mode 100644 index ceeb6cbe..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452804_25826.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "privateAssets": { - "1645656485496597:1745610": { - "isLazyAsset": false, - "uid": "1645656485496597:1745610", - "type": "Asset.Texture", - "name": "Textures/Screen Texture", - "provider": { - "type": "Provider.ScreenTextureProvider", - "forceResolve": false - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452804_25827.json b/lenses/physics-objects/Scene/assets/1675109166452804_25827.json deleted file mode 100644 index d1596f76..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452804_25827.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645770574260751:5668984": { - "isLazyAsset": false, - "uid": "1645770574260751:5668984", - "type": "Asset.RenderMesh", - "name": "Meshes/Road/Floor.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452939_25958.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452939_25958.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452805_25828.json b/lenses/physics-objects/Scene/assets/1675109166452805_25828.json deleted file mode 100644 index 05798918..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452805_25828.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645770574320238:5669003": { - "isLazyAsset": false, - "uid": "1645770574320238:5669003", - "type": "Asset.RenderMesh", - "name": "Meshes/Road/Cube.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452942_25960.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452942_25960.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452805_25829.json b/lenses/physics-objects/Scene/assets/1675109166452805_25829.json deleted file mode 100644 index 9c44abca..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452805_25829.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645770574370389:5669022": { - "isLazyAsset": false, - "uid": "1645770574370389:5669022", - "type": "Asset.RenderMesh", - "name": "Meshes/Road/Cube 1.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452944_25962.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452944_25962.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452805_25830.json b/lenses/physics-objects/Scene/assets/1675109166452805_25830.json deleted file mode 100644 index 994f0384..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452805_25830.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645770574710870:5669163": { - "isLazyAsset": false, - "uid": "1645770574710870:5669163", - "type": "Asset.RenderMesh", - "name": "Meshes/Road/Cube 2.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452947_25964.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452947_25964.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452805_25831.json b/lenses/physics-objects/Scene/assets/1675109166452805_25831.json deleted file mode 100644 index 3dd41fdc..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452805_25831.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645770575435897:5669399": { - "isLazyAsset": false, - "uid": "1645770575435897:5669399", - "type": "Asset.RenderMesh", - "name": "Meshes/Road/Cube 3.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452949_25966.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452949_25966.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452805_25832.json b/lenses/physics-objects/Scene/assets/1675109166452805_25832.json deleted file mode 100644 index df0e2eb2..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452805_25832.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645770575495780:5669418": { - "isLazyAsset": false, - "uid": "1645770575495780:5669418", - "type": "Asset.RenderMesh", - "name": "Meshes/Road/Cube 4.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452952_25968.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452952_25968.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452805_25833.json b/lenses/physics-objects/Scene/assets/1675109166452805_25833.json deleted file mode 100644 index dd7153ae..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452805_25833.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645770575854077:5669548": { - "isLazyAsset": false, - "uid": "1645770575854077:5669548", - "type": "Asset.RenderMesh", - "name": "Meshes/Road/Cube 5.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452954_25970.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452954_25970.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452806_25834.json b/lenses/physics-objects/Scene/assets/1675109166452806_25834.json deleted file mode 100644 index 889b84e4..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452806_25834.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645770576230110:5669682": { - "isLazyAsset": false, - "uid": "1645770576230110:5669682", - "type": "Asset.RenderMesh", - "name": "Meshes/Road/Cube 6.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452956_25972.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452956_25972.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452806_25835.json b/lenses/physics-objects/Scene/assets/1675109166452806_25835.json deleted file mode 100644 index 1c214292..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452806_25835.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1645773961804881:7628264": { - "isLazyAsset": false, - "uid": "1645773961804881:7628264", - "type": "Physics.Matter", - "name": "Physics Matters/Baseball Physics Matter [EDIT_ME]", - "friction": 0.41999998688697815, - "rollFriction": 0.019999999552965164, - "spinFriction": 0.009999999776482582, - "statBounce": 0.03999999910593033, - "dynaBounce": 0.03999999910593033 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452806_25836.json b/lenses/physics-objects/Scene/assets/1675109166452806_25836.json deleted file mode 100644 index 16e0c0d7..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452806_25836.json +++ /dev/null @@ -1,5542 +0,0 @@ -{ - "privateAssets": { - "1645775422053769:10034378": { - "isLazyAsset": false, - "uid": "1645775422053769:10034378", - "type": "Asset.ObjectPrefab", - "name": "Front Camera Example 2.oprfb", - "isLazyAssetLoadingEnabled": false, - "shouldRetainLoadedAssets": true, - "numSerializables": 0, - "externalWeakRefs": null, - "externalRefs": [ - { - "ref": "1:1", - "isPrimaryAsset": true - }, - { - "ref": "1644734529798922:257855", - "isPrimaryAsset": true - }, - { - "ref": "1644734549732934:265661", - "isPrimaryAsset": true - }, - { - "ref": "1650575969295116:155610", - "isPrimaryAsset": false - }, - { - "ref": "1644740369898443:828192", - "isPrimaryAsset": true - }, - { - "ref": "1644793700779232:511555", - "isPrimaryAsset": true - }, - { - "ref": "1644829363199094:6177103", - "isPrimaryAsset": true - }, - { - "ref": "1644829505045995:6234837", - "isPrimaryAsset": true - }, - { - "ref": "1645235042125726:6428273", - "isPrimaryAsset": false - }, - { - "ref": "1645235042124910:6428262", - "isPrimaryAsset": false - }, - { - "ref": "1645002271820189:656611", - "isPrimaryAsset": true - }, - { - "ref": "1645060674024689:991997", - "isPrimaryAsset": true - }, - { - "ref": "1645771198857349:5884562", - "isPrimaryAsset": false - }, - { - "ref": "1645774293052982:8176424", - "isPrimaryAsset": false - }, - { - "ref": "1645060802779715:1058192", - "isPrimaryAsset": true - }, - { - "ref": "1645774584217411:8700000", - "isPrimaryAsset": false - }, - { - "ref": "1675732464918599:1180685", - "isPrimaryAsset": true - }, - { - "ref": "1644734529797042:257849", - "isPrimaryAsset": true - }, - { - "ref": "1645235042123748:6428251", - "isPrimaryAsset": false - }, - { - "ref": "1645080399556760:5283620", - "isPrimaryAsset": true - }, - { - "ref": "1650575966958921:154803", - "isPrimaryAsset": false - }, - { - "ref": "1645770576230110:5669682", - "isPrimaryAsset": true - }, - { - "ref": "1645084596534853:6048696", - "isPrimaryAsset": true - }, - { - "ref": "1644986473111069:1258766", - "isPrimaryAsset": false - }, - { - "ref": "1650575968933229:155532", - "isPrimaryAsset": false - }, - { - "ref": "1645774584219657:8700022", - "isPrimaryAsset": false - }, - { - "ref": "1645140792624997:614191", - "isPrimaryAsset": true - }, - { - "ref": "1645060811119666:1076291", - "isPrimaryAsset": true - }, - { - "ref": "1645141359201198:198448", - "isPrimaryAsset": true - }, - { - "ref": "1645205064986381:661310", - "isPrimaryAsset": true - }, - { - "ref": "1645236367697271:6959648", - "isPrimaryAsset": true - }, - { - "ref": "1645238215440907:73069", - "isPrimaryAsset": true - }, - { - "ref": "1645119665443554:206278", - "isPrimaryAsset": true - }, - { - "ref": "1645238215531690:73111", - "isPrimaryAsset": true - }, - { - "ref": "1645238215623083:73149", - "isPrimaryAsset": true - }, - { - "ref": "1645238215752291:73206", - "isPrimaryAsset": true - }, - { - "ref": "1645238216954222:73794", - "isPrimaryAsset": true - }, - { - "ref": "1645496731684770:5504037", - "isPrimaryAsset": true - }, - { - "ref": "1644986473171764:1258782", - "isPrimaryAsset": false - }, - { - "ref": "1675732464016336:1180205", - "isPrimaryAsset": true - }, - { - "ref": "1645492161288605:4043429", - "isPrimaryAsset": true - }, - { - "ref": "1645771198863585:5884606", - "isPrimaryAsset": false - }, - { - "ref": "1645502923063901:88847", - "isPrimaryAsset": true - }, - { - "ref": "1645771198864841:5884617", - "isPrimaryAsset": false - }, - { - "ref": "1645048792208566:1387657", - "isPrimaryAsset": true - }, - { - "ref": "1644734549941256:265724", - "isPrimaryAsset": true - }, - { - "ref": "1645774293055133:8176446", - "isPrimaryAsset": false - }, - { - "ref": "1675732464692340:1180565", - "isPrimaryAsset": true - }, - { - "ref": "1645771198860400:5884584", - "isPrimaryAsset": false - }, - { - "ref": "1645656071855775:1396362", - "isPrimaryAsset": true - }, - { - "ref": "1675732464579408:1180504", - "isPrimaryAsset": true - }, - { - "ref": "1645770575435897:5669399", - "isPrimaryAsset": true - }, - { - "ref": "1644947873472837:5609574", - "isPrimaryAsset": true - }, - { - "ref": "1644995882589651:1425238", - "isPrimaryAsset": true - }, - { - "ref": "1645774293059862:8176494", - "isPrimaryAsset": false - }, - { - "ref": "1645238215573678:73130", - "isPrimaryAsset": true - }, - { - "ref": "1645774770195836:9196789", - "isPrimaryAsset": false - }, - { - "ref": "1645774293036897:8176220", - "isPrimaryAsset": false - }, - { - "ref": "1645773961804881:7628264", - "isPrimaryAsset": true - }, - { - "ref": "1645774293049544:8176391", - "isPrimaryAsset": false - }, - { - "ref": "1645774293048523:8176380", - "isPrimaryAsset": false - }, - { - "ref": "1645235042121309:6428229", - "isPrimaryAsset": false - }, - { - "ref": "1645770574320238:5669003", - "isPrimaryAsset": true - }, - { - "ref": "1644987723354145:167888", - "isPrimaryAsset": true - }, - { - "ref": "1645002271957556:656665", - "isPrimaryAsset": true - }, - { - "ref": "1675732464242149:1180325", - "isPrimaryAsset": true - }, - { - "ref": "1645235042120171:6428218", - "isPrimaryAsset": false - }, - { - "ref": "1675732464466481:1180445", - "isPrimaryAsset": true - }, - { - "ref": "1645774584218476:8700011", - "isPrimaryAsset": false - }, - { - "ref": "1644734549676529:265639", - "isPrimaryAsset": true - }, - { - "ref": "1645774293054061:8176435", - "isPrimaryAsset": false - }, - { - "ref": "1645774293035007:8176190", - "isPrimaryAsset": false - }, - { - "ref": "1645061453717649:1411289", - "isPrimaryAsset": true - }, - { - "ref": "1645235042119309:6428207", - "isPrimaryAsset": false - }, - { - "ref": "1644734550114129:265793", - "isPrimaryAsset": true - }, - { - "ref": "1645774293050575:8176402", - "isPrimaryAsset": false - }, - { - "ref": "1675732461624273:1179031", - "isPrimaryAsset": true - }, - { - "ref": "1645774293046255:8176358", - "isPrimaryAsset": false - }, - { - "ref": "1675732465027914:1180744", - "isPrimaryAsset": true - }, - { - "ref": "1645774293045240:8176347", - "isPrimaryAsset": false - }, - { - "ref": "1644734530219274:258115", - "isPrimaryAsset": true - }, - { - "ref": "1645770574370389:5669022", - "isPrimaryAsset": true - }, - { - "ref": "1645238215488275:73088", - "isPrimaryAsset": true - }, - { - "ref": "1645774293040537:8176283", - "isPrimaryAsset": false - }, - { - "ref": "1675732463906395:1180146", - "isPrimaryAsset": true - }, - { - "ref": "1650575968724265:155479", - "isPrimaryAsset": false - }, - { - "ref": "1645774293035943:8176204", - "isPrimaryAsset": false - }, - { - "ref": "1645774293041633:8176302", - "isPrimaryAsset": false - }, - { - "ref": "1644790253432794:84805", - "isPrimaryAsset": true - }, - { - "ref": "1645774293057575:8176468", - "isPrimaryAsset": false - }, - { - "ref": "1644829363244852:6177126", - "isPrimaryAsset": true - }, - { - "ref": "1645774293039468:8176263", - "isPrimaryAsset": false - }, - { - "ref": "1645060818678240:1094338", - "isPrimaryAsset": true - }, - { - "ref": "1644986472869327:1258664", - "isPrimaryAsset": true - }, - { - "ref": "1645770575495780:5669418", - "isPrimaryAsset": true - }, - { - "ref": "1650575965846046:154561", - "isPrimaryAsset": false - }, - { - "ref": "1645771198858867:5884573", - "isPrimaryAsset": false - }, - { - "ref": "1645770575854077:5669548", - "isPrimaryAsset": true - }, - { - "ref": "1644947995861507:5657744", - "isPrimaryAsset": true - }, - { - "ref": "1644734549772450:265682", - "isPrimaryAsset": true - }, - { - "ref": "1645774293044286:8176336", - "isPrimaryAsset": false - }, - { - "ref": "1645238215708830:73191", - "isPrimaryAsset": true - }, - { - "ref": "1645120862079456:652075", - "isPrimaryAsset": true - }, - { - "ref": "1645771198866058:5884628", - "isPrimaryAsset": false - }, - { - "ref": "1645084898757777:6169649", - "isPrimaryAsset": true - }, - { - "ref": "1645774770193250:9196767", - "isPrimaryAsset": false - }, - { - "ref": "1645774770194612:9196778", - "isPrimaryAsset": false - }, - { - "ref": "1645770574710870:5669163", - "isPrimaryAsset": true - }, - { - "ref": "1645083977124996:5883857", - "isPrimaryAsset": true - }, - { - "ref": "1675732461855736:1179096", - "isPrimaryAsset": true - }, - { - "ref": "1644978038922371:15188", - "isPrimaryAsset": true - }, - { - "ref": "1644986429618909:1241213", - "isPrimaryAsset": true - }, - { - "ref": "1644735272515164:412274", - "isPrimaryAsset": true - }, - { - "ref": "1645774293058757:8176479", - "isPrimaryAsset": false - }, - { - "ref": "1645770574260751:5668984", - "isPrimaryAsset": true - }, - { - "ref": "1675732464352946:1180384", - "isPrimaryAsset": true - }, - { - "ref": "1645238215791524:73225", - "isPrimaryAsset": true - }, - { - "ref": "1675732464805218:1180624", - "isPrimaryAsset": true - } - ], - "data": { - "bytes": [2, 0, 0, 0, 230, 69, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 134, 28, 0, 0, 3, 0, 0, 0, 117, 105, 100, 22, 0, 0, 0, 49, 54, 52, 52, 57, 56, 55, 52, 52, 53, 55, 53, 50, 54, 53, 55, 58, 53, 56, 48, 53, 54, 4, 0, 0, 0, 116, 121, 112, 101, 11, 0, 0, 0, 83, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 7, 0, 0, 0, 108, 97, 121, 101, 114, 86, 50, 4, 0, 0, 0, 110, 97, 109, 101, 20, 0, 0, 0, 70, 114, 111, 110, 116, 32, 67, 97, 109, 101, 114, 97, 32, 69, 120, 97, 109, 112, 108, 101, 8, 0, 0, 0, 112, 111, 115, 105, 116, 105, 111, 110, 8, 0, 0, 0, 114, 111, 116, 97, 116, 105, 111, 110, 5, 0, 0, 0, 115, 99, 97, 108, 101, 22, 0, 0, 0, 115, 101, 103, 109, 101, 110, 116, 83, 99, 97, 108, 101, 67, 111, 109, 112, 101, 110, 115, 97, 116, 101, 13, 0, 0, 0, 105, 115, 117, 115, 101, 114, 101, 110, 97, 98, 108, 101, 100, 10, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 115, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 54, 48, 53, 53, 49, 51, 54, 55, 51, 53, 58, 49, 51, 56, 50, 55, 55, 55, 22, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 46, 87, 111, 114, 108, 100, 67, 111, 109, 112, 111, 110, 101, 110, 116, 13, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 32, 87, 111, 114, 108, 100, 9, 0, 0, 0, 105, 115, 101, 110, 97, 98, 108, 101, 100, 10, 0, 0, 0, 105, 115, 73, 110, 116, 101, 114, 110, 97, 108, 14, 0, 0, 0, 117, 112, 100, 97, 116, 101, 112, 114, 105, 111, 114, 105, 116, 121, 11, 0, 0, 0, 117, 112, 100, 97, 116, 101, 79, 114, 100, 101, 114, 13, 0, 0, 0, 119, 111, 114, 108, 100, 83, 101, 116, 116, 105, 110, 103, 115, 23, 0, 0, 0, 49, 54, 52, 53, 49, 52, 49, 51, 53, 57, 50, 48, 49, 49, 57, 56, 58, 49, 57, 56, 52, 52, 56, 8, 0, 0, 0, 99, 104, 105, 108, 100, 114, 101, 110, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 53, 55, 51, 53, 49, 53, 50, 53, 55, 55, 58, 50, 49, 55, 54, 55, 51, 48, 20, 0, 0, 0, 68, 114, 97, 103, 32, 83, 99, 114, 105, 112, 116, 32, 91, 84, 82, 89, 95, 77, 69, 93, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 53, 55, 51, 53, 49, 53, 51, 56, 49, 56, 58, 50, 49, 55, 54, 55, 51, 50, 25, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 83, 99, 114, 105, 112, 116, 67, 111, 109, 112, 111, 110, 101, 110, 116, 6, 0, 0, 0, 83, 99, 114, 105, 112, 116, 13, 0, 0, 0, 118, 97, 108, 117, 101, 115, 77, 97, 110, 97, 103, 101, 114, 6, 0, 0, 0, 118, 97, 108, 117, 101, 115, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 53, 55, 51, 53, 49, 53, 52, 52, 56, 54, 58, 50, 49, 55, 54, 55, 51, 52, 22, 0, 0, 0, 86, 97, 108, 117, 101, 46, 83, 116, 114, 105, 110, 103, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 5, 0, 0, 0, 99, 111, 117, 110, 116, 5, 0, 0, 0, 118, 97, 108, 117, 101, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 53, 55, 51, 53, 49, 53, 52, 52, 57, 50, 58, 50, 49, 55, 54, 55, 51, 54, 28, 0, 0, 0, 86, 97, 108, 117, 101, 46, 83, 101, 114, 105, 97, 108, 105, 122, 97, 98, 108, 101, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 14, 0, 0, 0, 118, 97, 108, 117, 101, 115, 84, 121, 112, 101, 78, 97, 109, 101, 25, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 46, 67, 111, 108, 108, 105, 100, 101, 114, 67, 111, 109, 112, 111, 110, 101, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 57, 48, 51, 51, 58, 56, 51, 52, 57, 55, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 53, 55, 51, 53, 49, 53, 52, 52, 57, 55, 58, 50, 49, 55, 54, 55, 51, 56, 17, 0, 0, 0, 86, 97, 108, 117, 101, 46, 83, 116, 114, 105, 110, 103, 86, 97, 108, 117, 101, 12, 0, 0, 0, 79, 116, 104, 101, 114, 32, 111, 98, 106, 101, 99, 116, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 53, 55, 51, 53, 49, 53, 52, 53, 48, 49, 58, 50, 49, 55, 54, 55, 52, 48, 6, 0, 0, 0, 69, 113, 117, 97, 108, 115, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 54, 53, 52, 55, 57, 51, 49, 53, 50, 51, 58, 50, 52, 50, 51, 50, 54, 52, 15, 0, 0, 0, 87, 79, 82, 76, 68, 95, 67, 79, 77, 80, 79, 78, 69, 78, 84, 8, 0, 0, 0, 105, 110, 99, 108, 117, 100, 101, 115, 13, 0, 0, 0, 115, 99, 114, 105, 112, 116, 79, 98, 106, 101, 99, 116, 115, 6, 0, 0, 0, 99, 97, 109, 101, 114, 97, 8, 0, 0, 0, 116, 121, 112, 101, 110, 97, 109, 101, 16, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 67, 97, 109, 101, 114, 97, 12, 0, 0, 0, 115, 99, 114, 105, 112, 116, 79, 98, 106, 101, 99, 116, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 51, 56, 56, 52, 51, 54, 57, 48, 54, 58, 49, 50, 48, 54, 53, 56, 56, 12, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 80, 114, 111, 98, 101, 14, 0, 0, 0, 119, 111, 114, 108, 100, 67, 111, 109, 112, 111, 110, 101, 110, 116, 22, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 70, 105, 108, 116, 101, 114, 79, 98, 106, 101, 99, 116, 115, 66, 121, 21, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 65, 108, 108, 111, 119, 101, 100, 79, 98, 106, 101, 99, 116, 115, 20, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 78, 97, 109, 101, 77, 97, 116, 99, 104, 84, 121, 112, 101, 19, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 65, 108, 108, 111, 119, 101, 100, 78, 97, 109, 101, 115, 11, 0, 0, 0, 116, 121, 112, 101, 79, 98, 106, 101, 99, 116, 115, 6, 0, 0, 0, 101, 118, 101, 110, 116, 115, 5, 0, 0, 0, 101, 118, 101, 110, 116, 9, 0, 0, 0, 101, 118, 101, 110, 116, 84, 121, 112, 101, 23, 0, 0, 0, 83, 99, 101, 110, 101, 69, 118, 101, 110, 116, 46, 79, 110, 65, 119, 97, 107, 101, 69, 118, 101, 110, 116, 6, 0, 0, 0, 115, 99, 114, 105, 112, 116, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 53, 50, 55, 50, 53, 49, 53, 49, 54, 52, 58, 52, 49, 50, 50, 55, 52, 25, 0, 0, 0, 119, 114, 97, 112, 73, 110, 105, 116, 105, 97, 108, 105, 122, 97, 116, 105, 111, 110, 83, 111, 117, 114, 99, 101, 115, 12, 0, 0, 0, 105, 115, 67, 117, 115, 116, 111, 109, 67, 111, 109, 112, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 51, 56, 56, 52, 51, 53, 54, 53, 55, 58, 49, 50, 48, 54, 53, 56, 54, 6, 0, 0, 0, 67, 97, 109, 101, 114, 97, 11, 0, 0, 0, 114, 101, 110, 100, 101, 114, 79, 114, 100, 101, 114, 20, 0, 0, 0, 115, 101, 99, 111, 110, 100, 97, 114, 121, 82, 101, 110, 100, 101, 114, 79, 114, 100, 101, 114, 3, 0, 0, 0, 102, 111, 118, 3, 0, 0, 0, 102, 97, 114, 4, 0, 0, 0, 110, 101, 97, 114, 4, 0, 0, 0, 115, 105, 122, 101, 6, 0, 0, 0, 97, 115, 112, 101, 99, 116, 14, 0, 0, 0, 100, 101, 118, 105, 99, 101, 80, 114, 111, 112, 101, 114, 116, 121, 10, 0, 0, 0, 99, 97, 109, 101, 114, 97, 116, 121, 112, 101, 15, 0, 0, 0, 100, 101, 112, 116, 104, 66, 117, 102, 102, 101, 114, 77, 111, 100, 101, 12, 0, 0, 0, 111, 105, 116, 77, 97, 120, 76, 97, 121, 101, 114, 115, 21, 0, 0, 0, 109, 114, 116, 67, 111, 108, 111, 114, 82, 101, 110, 100, 101, 114, 84, 97, 114, 103, 101, 116, 115, 16, 0, 0, 0, 109, 114, 116, 84, 97, 114, 103, 101, 116, 84, 101, 120, 116, 117, 114, 101, 3, 0, 0, 0, 49, 58, 49, 15, 0, 0, 0, 109, 114, 116, 73, 110, 112, 117, 116, 84, 101, 120, 116, 117, 114, 101, 5, 0, 0, 0, 45, 49, 58, 45, 49, 14, 0, 0, 0, 109, 114, 116, 77, 97, 115, 107, 84, 101, 120, 116, 117, 114, 101, 14, 0, 0, 0, 109, 114, 116, 77, 105, 112, 109, 97, 112, 76, 101, 118, 101, 108, 16, 0, 0, 0, 99, 108, 101, 97, 114, 67, 111, 108, 111, 114, 79, 112, 116, 105, 111, 110, 13, 0, 0, 0, 109, 114, 116, 67, 108, 101, 97, 114, 67, 111, 108, 111, 114, 14, 0, 0, 0, 109, 114, 116, 77, 97, 115, 107, 67, 104, 97, 110, 110, 101, 108, 27, 0, 0, 0, 109, 114, 116, 68, 101, 112, 116, 104, 83, 116, 101, 110, 99, 105, 108, 82, 101, 110, 100, 101, 114, 84, 97, 114, 103, 101, 116, 16, 0, 0, 0, 100, 101, 112, 116, 104, 67, 108, 101, 97, 114, 79, 112, 116, 105, 111, 110, 18, 0, 0, 0, 115, 116, 101, 110, 99, 105, 108, 67, 108, 101, 97, 114, 79, 112, 116, 105, 111, 110, 13, 0, 0, 0, 109, 114, 116, 67, 108, 101, 97, 114, 68, 101, 112, 116, 104, 15, 0, 0, 0, 109, 114, 116, 67, 108, 101, 97, 114, 83, 116, 101, 110, 99, 105, 108, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 52, 55, 50, 55, 55, 51, 50, 57, 48, 58, 49, 50, 53, 56, 54, 50, 48, 7, 0, 0, 0, 69, 102, 102, 101, 99, 116, 115, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 52, 55, 50, 55, 55, 51, 54, 54, 56, 58, 49, 50, 53, 56, 54, 50, 49, 12, 0, 0, 0, 72, 101, 97, 100, 32, 66, 105, 110, 100, 105, 110, 103, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 52, 55, 50, 55, 55, 51, 57, 55, 48, 58, 49, 50, 53, 56, 54, 50, 50, 14, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 72, 101, 97, 100, 9, 0, 0, 0, 102, 97, 99, 101, 73, 110, 100, 101, 120, 22, 0, 0, 0, 110, 101, 101, 100, 115, 69, 120, 112, 114, 101, 115, 115, 105, 111, 110, 87, 101, 105, 103, 104, 116, 115, 19, 0, 0, 0, 97, 116, 116, 97, 99, 104, 109, 101, 110, 116, 80, 111, 105, 110, 116, 84, 121, 112, 101, 13, 0, 0, 0, 97, 99, 99, 117, 114, 97, 116, 101, 68, 101, 112, 116, 104, 24, 0, 0, 0, 101, 110, 97, 98, 108, 101, 72, 101, 97, 100, 68, 101, 98, 117, 103, 82, 101, 110, 100, 101, 114, 105, 110, 103, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 52, 55, 50, 56, 54, 53, 51, 53, 48, 58, 49, 50, 53, 56, 54, 53, 49, 9, 0, 0, 0, 72, 101, 97, 100, 32, 77, 101, 115, 104, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 52, 55, 50, 56, 54, 53, 55, 53, 53, 58, 49, 50, 53, 56, 54, 53, 50, 26, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 82, 101, 110, 100, 101, 114, 77, 101, 115, 104, 86, 105, 115, 117, 97, 108, 18, 0, 0, 0, 82, 101, 110, 100, 101, 114, 32, 77, 101, 115, 104, 32, 86, 105, 115, 117, 97, 108, 11, 0, 0, 0, 114, 101, 110, 100, 101, 114, 111, 114, 100, 101, 114, 19, 0, 0, 0, 105, 110, 116, 101, 114, 110, 97, 108, 82, 101, 110, 100, 101, 114, 79, 114, 100, 101, 114, 11, 0, 0, 0, 114, 101, 110, 100, 101, 114, 83, 112, 97, 99, 101, 11, 0, 0, 0, 115, 116, 114, 101, 116, 99, 104, 77, 111, 100, 101, 17, 0, 0, 0, 118, 101, 114, 116, 105, 99, 97, 108, 65, 108, 105, 103, 110, 109, 101, 110, 116, 19, 0, 0, 0, 104, 111, 114, 105, 122, 111, 110, 116, 97, 108, 65, 108, 105, 103, 110, 109, 101, 110, 116, 13, 0, 0, 0, 101, 120, 116, 101, 110, 116, 115, 84, 97, 114, 103, 101, 116, 14, 0, 0, 0, 109, 101, 115, 104, 83, 104, 97, 100, 111, 119, 77, 111, 100, 101, 11, 0, 0, 0, 115, 104, 97, 100, 111, 119, 67, 111, 108, 111, 114, 13, 0, 0, 0, 115, 104, 97, 100, 111, 119, 68, 101, 110, 115, 105, 116, 121, 16, 0, 0, 0, 98, 108, 101, 110, 100, 83, 104, 97, 112, 101, 115, 83, 116, 97, 116, 101, 14, 0, 0, 0, 100, 101, 102, 97, 117, 108, 116, 87, 101, 105, 103, 104, 116, 115, 12, 0, 0, 0, 98, 108, 101, 110, 100, 78, 111, 114, 109, 97, 108, 115, 7, 0, 0, 0, 101, 110, 97, 98, 108, 101, 100, 9, 0, 0, 0, 109, 97, 116, 101, 114, 105, 97, 108, 115, 8, 0, 0, 0, 109, 97, 116, 101, 114, 105, 97, 108, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 52, 50, 57, 54, 49, 56, 57, 48, 57, 58, 49, 50, 52, 49, 50, 49, 51, 4, 0, 0, 0, 109, 101, 115, 104, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 52, 55, 50, 56, 54, 57, 51, 50, 55, 58, 49, 50, 53, 56, 54, 54, 52, 4, 0, 0, 0, 115, 107, 105, 110, 24, 0, 0, 0, 49, 54, 52, 53, 50, 50, 55, 57, 57, 55, 52, 54, 52, 49, 54, 51, 58, 52, 55, 48, 54, 49, 56, 55, 6, 0, 0, 0, 80, 108, 97, 110, 101, 116, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 55, 54, 56, 52, 58, 53, 51, 49, 48, 50, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 49, 57, 58, 53, 51, 49, 48, 50, 55, 57, 15, 0, 0, 0, 86, 97, 108, 117, 101, 46, 66, 111, 111, 108, 86, 97, 108, 117, 101, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 50, 51, 58, 53, 51, 49, 48, 50, 56, 49, 16, 0, 0, 0, 86, 97, 108, 117, 101, 46, 70, 108, 111, 97, 116, 86, 97, 108, 117, 101, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 50, 54, 58, 53, 51, 49, 48, 50, 56, 51, 6, 0, 0, 0, 76, 105, 110, 101, 97, 114, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 50, 56, 58, 53, 51, 49, 48, 50, 56, 53, 3, 0, 0, 0, 79, 117, 116, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 51, 48, 58, 53, 51, 49, 48, 50, 56, 55, 15, 0, 0, 0, 86, 97, 108, 117, 101, 46, 86, 101, 99, 51, 86, 97, 108, 117, 101, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 51, 50, 58, 53, 51, 49, 48, 50, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 51, 52, 58, 53, 51, 49, 48, 50, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 51, 54, 58, 53, 51, 49, 48, 50, 57, 51, 14, 0, 0, 0, 86, 97, 108, 117, 101, 46, 73, 110, 116, 86, 97, 108, 117, 101, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 51, 56, 58, 53, 51, 49, 48, 50, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 51, 57, 58, 53, 51, 49, 48, 50, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 52, 49, 58, 53, 51, 49, 48, 50, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 52, 50, 58, 53, 51, 49, 48, 51, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 52, 53, 58, 53, 51, 49, 48, 51, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 52, 54, 58, 53, 51, 49, 48, 51, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 52, 56, 58, 53, 51, 49, 48, 51, 48, 55, 0, 0, 0, 0, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 48, 55, 54, 48, 56, 55, 56, 54, 53, 49, 58, 53, 51, 49, 48, 51, 48, 57, 11, 0, 0, 0, 115, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 9, 0, 0, 0, 116, 119, 101, 101, 110, 78, 97, 109, 101, 17, 0, 0, 0, 112, 108, 97, 121, 65, 117, 116, 111, 109, 97, 116, 105, 99, 97, 108, 108, 121, 8, 0, 0, 0, 108, 111, 111, 112, 84, 121, 112, 101, 12, 0, 0, 0, 109, 111, 118, 101, 109, 101, 110, 116, 84, 121, 112, 101, 5, 0, 0, 0, 115, 116, 97, 114, 116, 3, 0, 0, 0, 101, 110, 100, 4, 0, 0, 0, 102, 114, 111, 109, 2, 0, 0, 0, 116, 111, 6, 0, 0, 0, 111, 102, 102, 115, 101, 116, 8, 0, 0, 0, 97, 100, 100, 105, 116, 105, 118, 101, 4, 0, 0, 0, 116, 105, 109, 101, 5, 0, 0, 0, 100, 101, 108, 97, 121, 7, 0, 0, 0, 105, 115, 76, 111, 99, 97, 108, 14, 0, 0, 0, 101, 97, 115, 105, 110, 103, 70, 117, 110, 99, 116, 105, 111, 110, 10, 0, 0, 0, 101, 97, 115, 105, 110, 103, 84, 121, 112, 101, 23, 0, 0, 0, 49, 54, 52, 53, 48, 48, 50, 50, 55, 49, 56, 50, 48, 49, 56, 57, 58, 54, 53, 54, 54, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 48, 49, 52, 55, 49, 48, 56, 56, 49, 51, 55, 58, 51, 56, 57, 56, 54, 50, 4, 0, 0, 0, 82, 111, 97, 100, 23, 0, 0, 0, 49, 54, 52, 53, 48, 48, 49, 52, 55, 49, 48, 57, 57, 51, 56, 50, 58, 51, 56, 57, 56, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 49, 49, 57, 54, 54, 53, 52, 52, 51, 53, 53, 52, 58, 50, 48, 54, 50, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 54, 48, 56, 50, 53, 50, 49, 56, 57, 58, 53, 48, 49, 48, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 48, 49, 53, 49, 54, 50, 52, 52, 48, 52, 49, 58, 52, 49, 52, 51, 57, 51, 16, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 32, 67, 111, 108, 108, 105, 100, 101, 114, 5, 0, 0, 0, 115, 104, 97, 112, 101, 11, 0, 0, 0, 83, 112, 104, 101, 114, 101, 83, 104, 97, 112, 101, 12, 0, 0, 0, 115, 112, 104, 101, 114, 101, 82, 97, 100, 105, 117, 115, 6, 0, 0, 0, 109, 97, 116, 116, 101, 114, 22, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 49, 48, 51, 57, 50, 49, 52, 50, 49, 58, 57, 52, 54, 49, 53, 16, 0, 0, 0, 100, 101, 98, 117, 103, 68, 114, 97, 119, 69, 110, 97, 98, 108, 101, 100, 9, 0, 0, 0, 102, 105, 116, 86, 105, 115, 117, 97, 108, 13, 0, 0, 0, 102, 111, 114, 99, 101, 67, 111, 109, 112, 111, 117, 110, 100, 10, 0, 0, 0, 105, 110, 116, 97, 110, 103, 105, 98, 108, 101, 6, 0, 0, 0, 115, 109, 111, 111, 116, 104, 11, 0, 0, 0, 115, 109, 111, 111, 116, 104, 84, 114, 97, 110, 115, 9, 0, 0, 0, 115, 109, 111, 111, 116, 104, 82, 111, 116, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 52, 55, 50, 51, 53, 56, 52, 56, 51, 52, 58, 54, 50, 51, 54, 53, 55, 53, 5, 0, 0, 0, 84, 114, 101, 101, 115, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 52, 57, 49, 57, 49, 51, 55, 51, 48, 58, 49, 49, 49, 50, 50, 53, 50, 16, 0, 0, 0, 84, 114, 101, 101, 32, 77, 101, 115, 104, 32, 86, 105, 115, 117, 97, 108, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 52, 57, 49, 57, 49, 55, 55, 51, 55, 58, 49, 49, 49, 50, 50, 54, 55, 11, 0, 0, 0, 84, 114, 117, 110, 107, 32, 70, 114, 111, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 52, 57, 49, 57, 50, 48, 56, 48, 48, 58, 49, 49, 49, 50, 50, 55, 54, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 48, 23, 0, 0, 0, 49, 54, 52, 53, 49, 50, 48, 56, 54, 50, 48, 55, 57, 52, 53, 54, 58, 54, 53, 50, 48, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 52, 49, 48, 52, 52, 52, 48, 51, 54, 56, 58, 54, 49, 49, 49, 57, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 52, 57, 49, 57, 50, 52, 53, 55, 56, 58, 49, 49, 49, 50, 50, 57, 50, 10, 0, 0, 0, 84, 114, 101, 101, 32, 70, 114, 111, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 52, 57, 49, 57, 51, 54, 54, 55, 52, 58, 49, 49, 49, 50, 51, 57, 51, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 24, 0, 0, 0, 49, 54, 52, 53, 52, 57, 54, 55, 51, 49, 54, 56, 52, 55, 55, 48, 58, 53, 53, 48, 52, 48, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 52, 49, 48, 52, 52, 55, 57, 49, 49, 54, 58, 54, 49, 49, 50, 48, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 53, 56, 57, 56, 49, 57, 57, 54, 53, 58, 49, 49, 52, 53, 56, 48, 54, 10, 0, 0, 0, 84, 114, 117, 110, 107, 32, 66, 97, 99, 107, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 53, 56, 57, 56, 50, 49, 53, 55, 49, 58, 49, 49, 52, 53, 56, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 53, 56, 57, 56, 50, 51, 49, 57, 56, 58, 49, 49, 52, 53, 56, 50, 49, 9, 0, 0, 0, 84, 114, 101, 101, 32, 66, 97, 99, 107, 24, 0, 0, 0, 49, 54, 52, 53, 49, 50, 50, 53, 56, 57, 56, 50, 52, 55, 51, 57, 58, 49, 49, 52, 53, 56, 50, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 55, 53, 57, 55, 50, 54, 57, 58, 54, 49, 56, 56, 49, 55, 14, 0, 0, 0, 84, 114, 101, 101, 32, 67, 111, 108, 108, 105, 100, 101, 114, 115, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 48, 49, 50, 56, 49, 56, 58, 54, 50, 49, 52, 57, 55, 4, 0, 0, 0, 67, 117, 98, 101, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 48, 50, 52, 50, 52, 56, 58, 54, 50, 49, 53, 49, 51, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 55, 51, 24, 0, 0, 0, 49, 54, 52, 52, 57, 57, 53, 56, 56, 50, 53, 56, 57, 54, 53, 49, 58, 49, 52, 50, 53, 50, 51, 56, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 49, 51, 54, 57, 55, 58, 54, 50, 57, 56, 57, 57, 8, 0, 0, 0, 66, 111, 120, 83, 104, 97, 112, 101, 7, 0, 0, 0, 98, 111, 120, 83, 105, 122, 101, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 48, 51, 52, 53, 51, 51, 58, 54, 50, 49, 53, 50, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 48, 52, 54, 50, 51, 51, 58, 54, 50, 49, 53, 52, 57, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 55, 52, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 49, 53, 56, 56, 54, 58, 54, 50, 57, 57, 48, 48, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 48, 53, 53, 56, 56, 55, 58, 54, 50, 49, 53, 54, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 48, 54, 56, 52, 56, 51, 58, 54, 50, 49, 53, 56, 53, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 55, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 49, 56, 49, 55, 51, 58, 54, 50, 57, 57, 48, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 48, 55, 57, 48, 56, 56, 58, 54, 50, 49, 54, 48, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 48, 57, 48, 55, 48, 53, 58, 54, 50, 49, 54, 49, 55, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 55, 54, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 50, 48, 51, 48, 50, 58, 54, 50, 57, 57, 48, 50, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 48, 50, 50, 48, 50, 58, 54, 50, 49, 54, 51, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 49, 51, 57, 52, 50, 58, 54, 50, 49, 54, 52, 57, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 55, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 50, 50, 51, 57, 53, 58, 54, 50, 57, 57, 48, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 50, 52, 51, 50, 54, 58, 54, 50, 49, 54, 54, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 51, 53, 54, 48, 51, 58, 54, 50, 49, 54, 56, 49, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 55, 56, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 50, 52, 57, 53, 52, 58, 54, 50, 57, 57, 48, 52, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 52, 54, 51, 51, 53, 58, 54, 50, 49, 55, 48, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 53, 55, 55, 54, 57, 58, 54, 50, 49, 55, 49, 55, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 55, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 50, 56, 52, 57, 53, 58, 54, 50, 57, 57, 48, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 54, 57, 52, 48, 49, 58, 54, 50, 49, 55, 51, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 56, 49, 52, 48, 49, 58, 54, 50, 49, 55, 53, 51, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 48, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 51, 48, 53, 55, 53, 58, 54, 50, 57, 57, 48, 54, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 49, 57, 51, 49, 48, 54, 58, 54, 50, 49, 55, 54, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 48, 53, 52, 57, 53, 58, 54, 50, 49, 55, 56, 57, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 51, 50, 57, 48, 57, 58, 54, 50, 57, 57, 48, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 49, 53, 54, 52, 53, 58, 54, 50, 49, 56, 48, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 50, 55, 56, 56, 57, 58, 54, 50, 49, 56, 50, 49, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 50, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 51, 53, 48, 56, 51, 58, 54, 50, 57, 57, 49, 50, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 51, 56, 57, 55, 55, 58, 54, 50, 49, 56, 52, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 53, 49, 55, 55, 52, 58, 54, 50, 49, 56, 53, 55, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 51, 55, 49, 55, 53, 58, 54, 50, 57, 57, 49, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 54, 51, 51, 49, 48, 58, 54, 50, 49, 56, 55, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 55, 53, 54, 57, 50, 58, 54, 50, 49, 56, 57, 51, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 52, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 51, 57, 50, 50, 48, 58, 54, 50, 57, 57, 49, 52, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 56, 53, 56, 50, 55, 58, 54, 50, 49, 57, 48, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 50, 57, 56, 52, 48, 52, 58, 54, 50, 49, 57, 50, 53, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 52, 49, 53, 50, 53, 58, 54, 50, 57, 57, 49, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 51, 48, 56, 57, 55, 49, 58, 54, 50, 49, 57, 52, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 51, 50, 48, 57, 50, 51, 58, 54, 50, 49, 57, 53, 55, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 54, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 52, 51, 56, 48, 53, 58, 54, 50, 57, 57, 49, 54, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 51, 51, 50, 51, 50, 49, 58, 54, 50, 49, 57, 55, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 51, 52, 53, 50, 53, 55, 58, 54, 50, 49, 57, 57, 51, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 52, 53, 57, 49, 51, 58, 54, 50, 57, 57, 49, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 51, 53, 55, 54, 54, 56, 58, 54, 50, 50, 48, 48, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 51, 55, 48, 49, 57, 51, 58, 54, 50, 50, 48, 50, 57, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 56, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 52, 56, 49, 57, 49, 58, 54, 50, 57, 57, 49, 56, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 51, 56, 49, 52, 48, 53, 58, 54, 50, 50, 48, 52, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 51, 57, 52, 55, 54, 53, 58, 54, 50, 50, 48, 54, 49, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 53, 48, 50, 55, 51, 58, 54, 50, 57, 57, 49, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 52, 48, 54, 51, 57, 52, 58, 54, 50, 50, 48, 56, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 52, 49, 57, 57, 49, 52, 58, 54, 50, 50, 48, 57, 55, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 57, 48, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 53, 50, 51, 53, 56, 58, 54, 50, 57, 57, 50, 48, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 52, 51, 49, 51, 50, 53, 58, 54, 50, 50, 49, 49, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 52, 52, 51, 52, 51, 49, 58, 54, 50, 50, 49, 51, 51, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 57, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 53, 52, 52, 49, 48, 58, 54, 50, 57, 57, 50, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 52, 53, 53, 49, 55, 52, 58, 54, 50, 50, 49, 52, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 52, 54, 55, 57, 57, 50, 58, 54, 50, 50, 49, 54, 57, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 57, 50, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 53, 54, 52, 52, 56, 58, 54, 50, 57, 57, 50, 50, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 53, 48, 52, 52, 49, 49, 58, 54, 50, 50, 50, 50, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 53, 49, 54, 54, 51, 51, 58, 54, 50, 50, 50, 51, 55, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 57, 52, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 54, 51, 48, 53, 52, 58, 54, 50, 57, 57, 50, 52, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 53, 50, 56, 48, 52, 55, 58, 54, 50, 50, 50, 53, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 53, 52, 49, 48, 55, 52, 58, 54, 50, 50, 50, 55, 51, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 57, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 54, 53, 52, 49, 53, 58, 54, 50, 57, 57, 50, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 53, 53, 52, 50, 56, 48, 58, 54, 50, 50, 50, 56, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 55, 57, 53, 54, 55, 48, 49, 48, 58, 54, 50, 50, 51, 48, 57, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 57, 54, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 57, 53, 56, 57, 48, 54, 55, 54, 55, 51, 58, 54, 50, 57, 57, 50, 54, 22, 0, 0, 0, 49, 54, 52, 53, 48, 52, 51, 48, 53, 52, 48, 48, 55, 50, 55, 56, 58, 56, 54, 51, 50, 52, 22, 0, 0, 0, 49, 54, 52, 53, 48, 52, 51, 48, 53, 52, 48, 48, 56, 54, 55, 55, 58, 56, 54, 51, 50, 56, 22, 0, 0, 0, 49, 54, 52, 53, 48, 52, 51, 48, 53, 52, 48, 49, 48, 48, 48, 51, 58, 56, 54, 51, 52, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 51, 52, 50, 52, 51, 58, 57, 49, 53, 50, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 51, 54, 49, 53, 52, 58, 57, 49, 53, 50, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 51, 55, 52, 53, 56, 58, 57, 49, 53, 50, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 51, 55, 57, 52, 57, 58, 57, 49, 53, 50, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 51, 57, 52, 55, 56, 58, 57, 49, 53, 51, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 52, 48, 54, 57, 54, 58, 57, 49, 53, 51, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 52, 49, 49, 57, 54, 58, 57, 49, 53, 51, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 52, 51, 53, 55, 49, 58, 57, 49, 53, 51, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 52, 52, 56, 48, 53, 58, 57, 49, 53, 51, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 52, 53, 51, 49, 55, 58, 57, 49, 53, 51, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 52, 54, 56, 51, 53, 58, 57, 49, 53, 51, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 52, 56, 48, 57, 48, 58, 57, 49, 53, 51, 53, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 52, 56, 53, 56, 49, 58, 57, 49, 53, 51, 53, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 48, 48, 53, 51, 58, 57, 49, 53, 51, 53, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 49, 50, 53, 52, 58, 57, 49, 53, 51, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 49, 55, 53, 53, 58, 57, 49, 53, 51, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 51, 50, 52, 53, 58, 57, 49, 53, 51, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 52, 52, 51, 50, 58, 57, 49, 53, 51, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 52, 57, 50, 56, 58, 57, 49, 53, 51, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 54, 52, 49, 55, 58, 57, 49, 53, 51, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 55, 54, 56, 48, 58, 57, 49, 53, 52, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 56, 50, 48, 51, 58, 57, 49, 53, 52, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 53, 57, 55, 51, 54, 58, 57, 49, 53, 52, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 48, 57, 50, 48, 58, 57, 49, 53, 52, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 49, 52, 51, 48, 58, 57, 49, 53, 52, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 50, 57, 50, 54, 58, 57, 49, 53, 52, 51, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 52, 48, 57, 49, 58, 57, 49, 53, 52, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 52, 53, 56, 56, 58, 57, 49, 53, 52, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 54, 48, 55, 55, 58, 57, 49, 53, 52, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 55, 53, 49, 55, 58, 57, 49, 53, 52, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 56, 49, 52, 52, 58, 57, 49, 53, 52, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 54, 57, 56, 56, 57, 58, 57, 49, 53, 52, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 55, 49, 49, 48, 55, 58, 57, 49, 53, 52, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 55, 49, 54, 49, 51, 58, 57, 49, 53, 52, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 55, 51, 49, 57, 49, 58, 57, 49, 53, 52, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 55, 52, 52, 56, 54, 58, 57, 49, 53, 53, 48, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 55, 53, 48, 49, 50, 58, 57, 49, 53, 53, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 55, 54, 53, 57, 54, 58, 57, 49, 53, 53, 49, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 55, 56, 48, 57, 56, 58, 57, 49, 53, 53, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 55, 56, 54, 56, 51, 58, 57, 49, 53, 53, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 48, 50, 55, 52, 58, 57, 49, 53, 53, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 49, 53, 49, 53, 58, 57, 49, 53, 53, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 50, 48, 54, 50, 58, 57, 49, 53, 53, 53, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 51, 54, 54, 56, 58, 57, 49, 53, 53, 53, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 52, 56, 53, 55, 58, 57, 49, 53, 53, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 53, 51, 53, 53, 58, 57, 49, 53, 53, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 54, 56, 55, 57, 58, 57, 49, 53, 53, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 56, 48, 56, 56, 58, 57, 49, 53, 53, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 56, 56, 53, 57, 56, 58, 57, 49, 53, 53, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 48, 50, 52, 56, 58, 57, 49, 53, 53, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 50, 48, 54, 50, 58, 57, 49, 53, 54, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 50, 53, 55, 48, 58, 57, 49, 53, 54, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 52, 49, 49, 55, 58, 57, 49, 53, 54, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 53, 51, 53, 49, 58, 57, 49, 53, 54, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 53, 56, 54, 57, 58, 57, 49, 53, 54, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 55, 52, 53, 52, 58, 57, 49, 53, 54, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 56, 55, 52, 57, 58, 57, 49, 53, 54, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 55, 57, 57, 50, 56, 53, 58, 57, 49, 53, 54, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 48, 48, 57, 50, 54, 58, 57, 49, 53, 54, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 48, 50, 49, 52, 52, 58, 57, 49, 53, 54, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 48, 50, 54, 53, 57, 58, 57, 49, 53, 54, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 48, 52, 50, 49, 52, 58, 57, 49, 53, 54, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 48, 53, 52, 56, 55, 58, 57, 49, 53, 54, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 48, 54, 48, 51, 48, 58, 57, 49, 53, 54, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 48, 55, 55, 55, 54, 58, 57, 49, 53, 54, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 48, 57, 55, 53, 51, 58, 57, 49, 53, 55, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 49, 48, 52, 51, 49, 58, 57, 49, 53, 55, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 49, 50, 48, 55, 57, 58, 57, 49, 53, 55, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 52, 49, 55, 48, 52, 56, 49, 51, 51, 48, 56, 58, 57, 49, 53, 55, 50, 54, 22, 0, 0, 0, 49, 54, 52, 53, 48, 52, 50, 57, 56, 54, 48, 50, 54, 55, 50, 56, 58, 54, 54, 57, 55, 52, 22, 0, 0, 0, 49, 54, 52, 53, 48, 52, 50, 57, 56, 54, 48, 50, 56, 49, 52, 49, 58, 54, 54, 57, 55, 54, 22, 0, 0, 0, 49, 54, 52, 53, 48, 52, 50, 57, 56, 54, 48, 50, 57, 53, 52, 54, 58, 54, 54, 57, 56, 57, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 54, 48, 56, 52, 49, 51, 56, 50, 48, 58, 49, 51, 50, 53, 52, 51, 54, 27, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 32, 79, 98, 106, 101, 99, 116, 115, 32, 80, 105, 118, 111, 116, 32, 80, 111, 105, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 50, 50, 55, 55, 57, 54, 55, 48, 48, 57, 55, 48, 58, 52, 53, 56, 54, 57, 48, 57, 15, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 32, 79, 98, 106, 101, 99, 116, 115, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 53, 50, 48, 55, 54, 51, 53, 53, 51, 58, 51, 49, 48, 51, 57, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 53, 50, 48, 55, 54, 52, 51, 49, 51, 58, 51, 49, 48, 51, 57, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 53, 50, 48, 55, 54, 52, 51, 49, 55, 58, 51, 49, 48, 51, 57, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 53, 50, 48, 55, 54, 52, 51, 49, 57, 58, 51, 49, 48, 51, 57, 54, 57, 12, 0, 0, 0, 115, 111, 117, 114, 99, 101, 79, 98, 106, 101, 99, 116, 10, 0, 0, 0, 98, 105, 110, 100, 79, 98, 106, 101, 99, 116, 12, 0, 0, 0, 98, 105, 110, 100, 80, 111, 115, 105, 116, 105, 111, 110, 12, 0, 0, 0, 98, 105, 110, 100, 82, 111, 116, 97, 116, 105, 111, 110, 9, 0, 0, 0, 98, 105, 110, 100, 83, 99, 97, 108, 101, 22, 0, 0, 0, 49, 54, 52, 52, 57, 55, 56, 48, 51, 56, 57, 50, 50, 51, 55, 49, 58, 49, 53, 49, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 56, 55, 53, 49, 57, 53, 48, 55, 58, 56, 53, 54, 56, 53, 53, 8, 0, 0, 0, 83, 99, 114, 105, 112, 116, 32, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 49, 56, 57, 58, 56, 54, 52, 55, 54, 49, 16, 0, 0, 0, 65, 110, 105, 109, 97, 116, 101, 100, 32, 84, 101, 120, 116, 117, 114, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 49, 57, 55, 58, 56, 54, 52, 55, 54, 50, 14, 0, 0, 0, 80, 108, 97, 121, 32, 111, 114, 32, 82, 101, 115, 117, 109, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 49, 57, 56, 58, 56, 54, 52, 55, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 48, 49, 58, 56, 54, 52, 55, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 48, 50, 58, 56, 54, 52, 55, 54, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 48, 52, 58, 56, 54, 52, 55, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 48, 53, 58, 56, 54, 52, 55, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 48, 55, 58, 56, 54, 52, 55, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 48, 56, 58, 56, 54, 52, 55, 54, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 49, 48, 58, 56, 54, 52, 55, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 49, 49, 58, 56, 54, 52, 55, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 49, 51, 58, 56, 54, 52, 55, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 49, 55, 58, 56, 54, 52, 55, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 49, 57, 58, 56, 54, 52, 55, 55, 52, 8, 0, 0, 0, 79, 110, 32, 69, 110, 116, 101, 114, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 50, 48, 58, 56, 54, 52, 55, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 50, 50, 58, 56, 54, 52, 55, 55, 54, 14, 0, 0, 0, 97, 112, 112, 108, 121, 84, 114, 97, 110, 115, 102, 111, 114, 109, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 50, 52, 58, 56, 54, 52, 55, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 50, 53, 58, 56, 54, 52, 55, 55, 56, 10, 0, 0, 0, 83, 99, 114, 105, 112, 116, 32, 65, 80, 73, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 50, 55, 58, 56, 54, 52, 55, 55, 57, 5, 0, 0, 0, 65, 115, 115, 101, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 50, 57, 58, 56, 54, 52, 55, 56, 48, 20, 0, 0, 0, 86, 97, 108, 117, 101, 46, 66, 111, 111, 108, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 51, 49, 58, 56, 54, 52, 55, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 51, 50, 58, 56, 54, 52, 55, 56, 50, 15, 0, 0, 0, 86, 97, 108, 117, 101, 46, 86, 101, 99, 52, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 51, 52, 58, 56, 54, 52, 55, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 51, 54, 58, 56, 54, 52, 55, 56, 52, 9, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 51, 56, 58, 56, 54, 52, 55, 56, 53, 21, 0, 0, 0, 86, 97, 108, 117, 101, 46, 70, 108, 111, 97, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 52, 48, 58, 56, 54, 52, 55, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 52, 49, 58, 56, 54, 52, 55, 56, 55, 19, 0, 0, 0, 86, 97, 108, 117, 101, 46, 73, 110, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 52, 51, 58, 56, 54, 52, 55, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 52, 52, 58, 56, 54, 52, 55, 56, 57, 4, 0, 0, 0, 113, 117, 97, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 52, 53, 58, 56, 54, 52, 55, 57, 48, 15, 0, 0, 0, 86, 97, 108, 117, 101, 46, 81, 117, 97, 116, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 52, 55, 58, 56, 54, 52, 55, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 52, 57, 58, 56, 54, 52, 55, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 53, 49, 58, 56, 54, 52, 55, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 53, 50, 58, 56, 54, 52, 55, 57, 52, 13, 0, 0, 0, 65, 115, 115, 101, 116, 46, 84, 101, 120, 116, 117, 114, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 53, 52, 58, 56, 54, 52, 55, 57, 53, 4, 0, 0, 0, 78, 111, 110, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 53, 53, 58, 56, 54, 52, 55, 57, 54, 20, 0, 0, 0, 86, 97, 108, 117, 101, 46, 86, 101, 99, 50, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 53, 55, 58, 56, 54, 52, 55, 57, 55, 15, 0, 0, 0, 86, 97, 108, 117, 101, 46, 86, 101, 99, 50, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 53, 57, 58, 56, 54, 52, 55, 57, 56, 20, 0, 0, 0, 86, 97, 108, 117, 101, 46, 86, 101, 99, 51, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 54, 50, 58, 56, 54, 52, 55, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 54, 52, 58, 56, 54, 52, 56, 48, 48, 20, 0, 0, 0, 86, 97, 108, 117, 101, 46, 86, 101, 99, 52, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 54, 54, 58, 56, 54, 52, 56, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 54, 55, 58, 56, 54, 52, 56, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 54, 57, 58, 56, 54, 52, 56, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 55, 48, 58, 56, 54, 52, 56, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 55, 49, 58, 56, 54, 52, 56, 48, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 55, 51, 58, 56, 54, 52, 56, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 55, 52, 58, 56, 54, 52, 56, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 55, 54, 58, 56, 54, 52, 56, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 55, 55, 58, 56, 54, 52, 56, 48, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 55, 57, 58, 56, 54, 52, 56, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 56, 48, 58, 56, 54, 52, 56, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 56, 49, 58, 56, 54, 52, 56, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 56, 51, 58, 56, 54, 52, 56, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 56, 52, 58, 56, 54, 52, 56, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 56, 54, 58, 56, 54, 52, 56, 49, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 56, 55, 58, 56, 54, 52, 56, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 56, 56, 58, 56, 54, 52, 56, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 57, 48, 58, 56, 54, 52, 56, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 57, 49, 58, 56, 54, 52, 56, 49, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 57, 51, 58, 56, 54, 52, 56, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 50, 57, 56, 58, 56, 54, 52, 56, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 48, 48, 58, 56, 54, 52, 56, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 48, 49, 58, 56, 54, 52, 56, 50, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 48, 50, 58, 56, 54, 52, 56, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 48, 52, 58, 56, 54, 52, 56, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 48, 55, 58, 56, 54, 52, 56, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 48, 56, 58, 56, 54, 52, 56, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 49, 48, 58, 56, 54, 52, 56, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 49, 49, 58, 56, 54, 52, 56, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 49, 50, 58, 56, 54, 52, 56, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 49, 52, 58, 56, 54, 52, 56, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 49, 53, 58, 56, 54, 52, 56, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 49, 54, 58, 56, 54, 52, 56, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 49, 56, 58, 56, 54, 52, 56, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 49, 57, 58, 56, 54, 52, 56, 51, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 50, 49, 58, 56, 54, 52, 56, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 50, 50, 58, 56, 54, 52, 56, 51, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 50, 52, 58, 56, 54, 52, 56, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 50, 53, 58, 56, 54, 52, 56, 51, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 50, 54, 58, 56, 54, 52, 56, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 50, 56, 58, 56, 54, 52, 56, 52, 49, 5, 0, 0, 0, 102, 108, 111, 97, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 50, 57, 58, 56, 54, 52, 56, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 51, 48, 58, 56, 54, 52, 56, 52, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 51, 50, 58, 56, 54, 52, 56, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 51, 51, 58, 56, 54, 52, 56, 52, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 51, 53, 58, 56, 54, 52, 56, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 51, 54, 58, 56, 54, 52, 56, 52, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 51, 56, 58, 56, 54, 52, 56, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 51, 57, 58, 56, 54, 52, 56, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 52, 49, 58, 56, 54, 52, 56, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 52, 50, 58, 56, 54, 52, 56, 53, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 52, 52, 58, 56, 54, 52, 56, 53, 50, 14, 0, 0, 0, 70, 97, 99, 101, 70, 111, 117, 110, 100, 69, 118, 101, 110, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 52, 53, 58, 56, 54, 52, 56, 53, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 52, 54, 58, 56, 54, 52, 56, 53, 52, 5, 0, 0, 0, 111, 110, 84, 97, 112, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 52, 56, 58, 56, 54, 52, 56, 53, 53, 14, 0, 0, 0, 76, 111, 99, 97, 116, 105, 111, 110, 32, 70, 111, 117, 110, 100, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 52, 57, 58, 56, 54, 52, 56, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 53, 48, 58, 56, 54, 52, 56, 53, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 53, 50, 58, 56, 54, 52, 56, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 53, 51, 58, 56, 54, 52, 56, 53, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 53, 53, 58, 56, 54, 52, 56, 54, 48, 16, 0, 0, 0, 76, 111, 97, 100, 105, 110, 103, 32, 70, 105, 110, 105, 115, 104, 101, 100, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 53, 54, 58, 56, 54, 52, 56, 54, 49, 12, 0, 0, 0, 77, 97, 114, 107, 101, 114, 32, 70, 111, 117, 110, 100, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 53, 55, 58, 56, 54, 52, 56, 54, 50, 16, 0, 0, 0, 84, 114, 97, 99, 107, 105, 110, 103, 32, 83, 116, 97, 114, 116, 101, 100, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 53, 57, 58, 56, 54, 52, 56, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 54, 48, 58, 56, 54, 52, 56, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 54, 49, 58, 56, 54, 52, 56, 54, 53, 12, 0, 0, 0, 79, 98, 106, 101, 99, 116, 32, 70, 111, 117, 110, 100, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 54, 50, 58, 56, 54, 52, 56, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 54, 52, 58, 56, 54, 52, 56, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 54, 56, 58, 56, 54, 52, 56, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 55, 48, 58, 56, 54, 52, 56, 54, 57, 8, 0, 0, 0, 80, 111, 115, 105, 116, 105, 111, 110, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 55, 49, 58, 56, 54, 52, 56, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 55, 50, 58, 56, 54, 52, 56, 55, 49, 7, 0, 0, 0, 73, 109, 112, 117, 108, 115, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 55, 52, 58, 56, 54, 52, 56, 55, 50, 5, 0, 0, 0, 87, 111, 114, 108, 100, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 55, 53, 58, 56, 54, 52, 56, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 55, 55, 58, 56, 54, 52, 56, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 55, 57, 58, 56, 54, 52, 56, 55, 53, 9, 0, 0, 0, 67, 111, 108, 108, 105, 115, 105, 111, 110, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 56, 48, 58, 56, 54, 52, 56, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 56, 49, 58, 56, 54, 52, 56, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 56, 51, 58, 56, 54, 52, 56, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 56, 52, 58, 56, 54, 52, 56, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 56, 53, 58, 56, 54, 52, 56, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 56, 54, 58, 56, 54, 52, 56, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 56, 56, 58, 56, 54, 52, 56, 56, 50, 4, 0, 0, 0, 80, 108, 97, 121, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 56, 57, 58, 56, 54, 52, 56, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 57, 48, 58, 56, 54, 52, 56, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 57, 50, 58, 56, 54, 52, 56, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 57, 51, 58, 56, 54, 52, 56, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 57, 52, 58, 56, 54, 52, 56, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 57, 54, 58, 56, 54, 52, 56, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 57, 55, 58, 56, 54, 52, 56, 56, 57, 20, 0, 0, 0, 83, 110, 97, 112, 82, 101, 99, 111, 114, 100, 83, 116, 97, 114, 116, 69, 118, 101, 110, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 51, 57, 57, 58, 56, 54, 52, 56, 57, 48, 13, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 48, 49, 58, 56, 54, 52, 56, 57, 49, 13, 0, 0, 0, 82, 117, 110, 32, 73, 109, 109, 101, 100, 105, 97, 116, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 48, 50, 58, 56, 54, 52, 56, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 48, 51, 58, 56, 54, 52, 56, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 48, 52, 58, 56, 54, 52, 56, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 48, 54, 58, 56, 54, 52, 56, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 48, 55, 58, 56, 54, 52, 56, 57, 54, 5, 0, 0, 0, 83, 116, 97, 114, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 48, 56, 58, 56, 54, 52, 56, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 49, 48, 58, 56, 54, 52, 56, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 49, 49, 58, 56, 54, 52, 56, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 49, 50, 58, 56, 54, 52, 57, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 49, 52, 58, 56, 54, 52, 57, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 49, 53, 58, 56, 54, 52, 57, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 49, 54, 58, 56, 54, 52, 57, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 49, 56, 58, 56, 54, 52, 57, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 49, 57, 58, 56, 54, 52, 57, 48, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 50, 49, 58, 56, 54, 52, 57, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 50, 52, 58, 56, 54, 52, 57, 48, 55, 6, 0, 0, 0, 69, 110, 97, 98, 108, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 50, 53, 58, 56, 54, 52, 57, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 50, 55, 58, 56, 54, 52, 57, 48, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 50, 56, 58, 56, 54, 52, 57, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 51, 48, 58, 56, 54, 52, 57, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 51, 49, 58, 56, 54, 52, 57, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 51, 50, 58, 56, 54, 52, 57, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 51, 52, 58, 56, 54, 52, 57, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 51, 53, 58, 56, 54, 52, 57, 49, 53, 8, 0, 0, 0, 77, 97, 116, 101, 114, 105, 97, 108, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 51, 55, 58, 56, 54, 52, 57, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 51, 56, 58, 56, 54, 52, 57, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 51, 57, 58, 56, 54, 52, 57, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 52, 49, 58, 56, 54, 52, 57, 49, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 52, 50, 58, 56, 54, 52, 57, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 52, 51, 58, 56, 54, 52, 57, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 52, 53, 58, 56, 54, 52, 57, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 52, 54, 58, 56, 54, 52, 57, 50, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 52, 56, 58, 56, 54, 52, 57, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 52, 57, 58, 56, 54, 52, 57, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 53, 48, 58, 56, 54, 52, 57, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 53, 49, 58, 56, 54, 52, 57, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 53, 51, 58, 56, 54, 52, 57, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 53, 52, 58, 56, 54, 52, 57, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 53, 54, 58, 56, 54, 52, 57, 51, 48, 14, 0, 0, 0, 66, 97, 115, 105, 99, 32, 80, 111, 115, 105, 116, 105, 111, 110, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 53, 55, 58, 56, 54, 52, 57, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 53, 56, 58, 56, 54, 52, 57, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 54, 48, 58, 56, 54, 52, 57, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 54, 49, 58, 56, 54, 52, 57, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 54, 50, 58, 56, 54, 52, 57, 51, 53, 11, 0, 0, 0, 66, 97, 115, 105, 99, 32, 83, 99, 97, 108, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 54, 51, 58, 56, 54, 52, 57, 51, 54, 4, 0, 0, 0, 84, 101, 120, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 54, 53, 58, 56, 54, 52, 57, 51, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 54, 54, 58, 56, 54, 52, 57, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 54, 56, 58, 56, 54, 52, 57, 51, 57, 14, 0, 0, 0, 71, 108, 111, 98, 97, 108, 32, 84, 111, 117, 99, 104, 101, 115, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 54, 57, 58, 56, 54, 52, 57, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 55, 48, 58, 56, 54, 52, 57, 52, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 55, 50, 58, 56, 54, 52, 57, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 55, 51, 58, 56, 54, 52, 57, 52, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 55, 52, 58, 56, 54, 52, 57, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 55, 54, 58, 56, 54, 52, 57, 52, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 55, 55, 58, 56, 54, 52, 57, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 55, 56, 58, 56, 54, 52, 57, 52, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 56, 48, 58, 56, 54, 52, 57, 52, 56, 8, 0, 0, 0, 84, 97, 112, 69, 118, 101, 110, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 56, 49, 58, 56, 54, 52, 57, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 56, 51, 58, 56, 54, 52, 57, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 56, 52, 58, 56, 54, 52, 57, 53, 49, 6, 0, 0, 0, 65, 108, 119, 97, 121, 115, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 56, 53, 58, 56, 54, 52, 57, 53, 50, 9, 0, 0, 0, 70, 97, 99, 101, 69, 118, 101, 110, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 49, 57, 50, 48, 53, 56, 52, 56, 54, 58, 56, 54, 52, 57, 53, 51, 19, 0, 0, 0, 116, 114, 105, 103, 103, 101, 114, 105, 110, 103, 69, 118, 101, 110, 116, 84, 121, 112, 101, 19, 0, 0, 0, 116, 111, 117, 99, 104, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 21, 0, 0, 0, 116, 111, 117, 99, 104, 69, 118, 101, 110, 116, 84, 111, 117, 99, 104, 84, 97, 114, 103, 101, 116, 24, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 66, 97, 115, 101, 77, 101, 115, 104, 86, 105, 115, 117, 97, 108, 18, 0, 0, 0, 102, 97, 99, 101, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 18, 0, 0, 0, 102, 97, 99, 101, 69, 118, 101, 110, 116, 70, 97, 99, 101, 73, 110, 100, 101, 120, 15, 0, 0, 0, 111, 110, 69, 110, 97, 98, 108, 101, 100, 79, 98, 106, 101, 99, 116, 16, 0, 0, 0, 111, 110, 68, 105, 115, 97, 98, 108, 101, 100, 79, 98, 106, 101, 99, 116, 25, 0, 0, 0, 105, 110, 116, 101, 114, 97, 99, 116, 105, 111, 110, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 22, 0, 0, 0, 105, 110, 116, 101, 114, 97, 99, 116, 105, 111, 110, 69, 118, 101, 110, 116, 84, 97, 114, 103, 101, 116, 8, 0, 0, 0, 97, 110, 105, 109, 84, 121, 112, 101, 27, 0, 0, 0, 97, 110, 105, 109, 97, 116, 105, 111, 110, 69, 110, 100, 65, 110, 105, 109, 97, 116, 101, 100, 84, 101, 120, 116, 117, 114, 101, 23, 0, 0, 0, 97, 110, 105, 109, 97, 116, 105, 111, 110, 69, 110, 100, 73, 109, 97, 103, 101, 86, 105, 115, 117, 97, 108, 28, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 77, 97, 116, 101, 114, 105, 97, 108, 77, 101, 115, 104, 86, 105, 115, 117, 97, 108, 21, 0, 0, 0, 97, 110, 105, 109, 97, 116, 105, 111, 110, 69, 110, 100, 65, 110, 105, 109, 77, 105, 120, 101, 114, 24, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 65, 110, 105, 109, 97, 116, 105, 111, 110, 77, 105, 120, 101, 114, 25, 0, 0, 0, 97, 110, 105, 109, 97, 116, 105, 111, 110, 69, 110, 100, 65, 110, 105, 109, 76, 97, 121, 101, 114, 78, 97, 109, 101, 20, 0, 0, 0, 116, 119, 101, 101, 110, 69, 110, 100, 84, 97, 114, 103, 101, 116, 79, 98, 106, 101, 99, 116, 17, 0, 0, 0, 116, 119, 101, 101, 110, 69, 110, 100, 84, 119, 101, 101, 110, 78, 97, 109, 101, 22, 0, 0, 0, 108, 111, 111, 107, 105, 110, 103, 65, 116, 76, 111, 111, 107, 105, 110, 103, 79, 98, 106, 101, 99, 116, 19, 0, 0, 0, 108, 111, 111, 107, 105, 110, 103, 65, 116, 76, 111, 111, 107, 84, 97, 114, 103, 101, 116, 23, 0, 0, 0, 108, 111, 111, 107, 105, 110, 103, 65, 116, 70, 108, 105, 112, 70, 111, 114, 119, 97, 114, 100, 86, 101, 99, 20, 0, 0, 0, 108, 111, 111, 107, 105, 110, 103, 65, 116, 67, 111, 109, 112, 97, 114, 101, 84, 121, 112, 101, 14, 0, 0, 0, 108, 111, 111, 107, 105, 110, 103, 65, 116, 65, 110, 103, 108, 101, 20, 0, 0, 0, 108, 111, 111, 107, 105, 110, 103, 65, 116, 65, 108, 108, 111, 119, 82, 101, 112, 101, 97, 116, 17, 0, 0, 0, 98, 111, 117, 110, 100, 115, 67, 104, 101, 99, 107, 79, 98, 106, 101, 99, 116, 29, 0, 0, 0, 98, 111, 117, 110, 100, 115, 67, 104, 101, 99, 107, 66, 111, 117, 110, 100, 97, 114, 121, 77, 101, 115, 104, 86, 105, 115, 117, 97, 108, 25, 0, 0, 0, 98, 111, 117, 110, 100, 115, 67, 104, 101, 99, 107, 84, 114, 105, 103, 103, 101, 114, 79, 112, 116, 105, 111, 110, 115, 20, 0, 0, 0, 100, 105, 115, 116, 97, 110, 99, 101, 67, 104, 101, 99, 107, 79, 98, 106, 101, 99, 116, 65, 20, 0, 0, 0, 100, 105, 115, 116, 97, 110, 99, 101, 67, 104, 101, 99, 107, 79, 98, 106, 101, 99, 116, 66, 24, 0, 0, 0, 100, 105, 115, 116, 97, 110, 99, 101, 67, 104, 101, 99, 107, 67, 111, 109, 112, 97, 114, 101, 84, 121, 112, 101, 21, 0, 0, 0, 100, 105, 115, 116, 97, 110, 99, 101, 67, 104, 101, 99, 107, 68, 105, 115, 116, 97, 110, 99, 101, 24, 0, 0, 0, 100, 105, 115, 116, 97, 110, 99, 101, 67, 104, 101, 99, 107, 65, 108, 108, 111, 119, 82, 101, 112, 101, 97, 116, 40, 0, 0, 0, 100, 105, 115, 116, 97, 110, 99, 101, 67, 104, 101, 99, 107, 70, 108, 97, 116, 116, 101, 110, 90, 70, 111, 114, 83, 99, 114, 101, 101, 110, 84, 114, 97, 110, 115, 102, 111, 114, 109, 115, 28, 0, 0, 0, 109, 97, 114, 107, 101, 114, 84, 114, 97, 99, 107, 105, 110, 103, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 33, 0, 0, 0, 109, 97, 114, 107, 101, 114, 84, 114, 97, 99, 107, 105, 110, 103, 69, 118, 101, 110, 116, 77, 97, 114, 107, 101, 114, 84, 114, 97, 99, 107, 105, 110, 103, 33, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 77, 97, 114, 107, 101, 114, 84, 114, 97, 99, 107, 105, 110, 103, 67, 111, 109, 112, 111, 110, 101, 110, 116, 28, 0, 0, 0, 111, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 33, 0, 0, 0, 111, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 69, 118, 101, 110, 116, 79, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 24, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 79, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 31, 0, 0, 0, 111, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 69, 118, 101, 110, 116, 68, 101, 115, 99, 83, 116, 97, 114, 116, 75, 101, 121, 29, 0, 0, 0, 111, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 69, 118, 101, 110, 116, 68, 101, 115, 99, 69, 110, 100, 75, 101, 121, 37, 0, 0, 0, 111, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 51, 68, 69, 118, 101, 110, 116, 79, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 51, 68, 26, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 79, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 51, 68, 30, 0, 0, 0, 111, 98, 106, 101, 99, 116, 84, 114, 97, 99, 107, 105, 110, 103, 51, 68, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 24, 0, 0, 0, 108, 97, 110, 100, 109, 97, 114, 107, 101, 114, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 31, 0, 0, 0, 108, 97, 110, 100, 109, 97, 114, 107, 101, 114, 69, 118, 101, 110, 116, 76, 111, 99, 97, 116, 105, 111, 110, 84, 114, 97, 99, 107, 105, 110, 103, 41, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 68, 101, 118, 105, 99, 101, 76, 111, 99, 97, 116, 105, 111, 110, 84, 114, 97, 99, 107, 105, 110, 103, 67, 111, 109, 112, 111, 110, 101, 110, 116, 29, 0, 0, 0, 109, 97, 99, 104, 105, 110, 101, 76, 101, 97, 114, 110, 105, 110, 103, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 31, 0, 0, 0, 109, 97, 99, 104, 105, 110, 101, 76, 101, 97, 114, 110, 105, 110, 103, 69, 118, 101, 110, 116, 77, 108, 67, 111, 109, 112, 111, 110, 101, 110, 116, 21, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 77, 76, 67, 111, 109, 112, 111, 110, 101, 110, 116, 23, 0, 0, 0, 114, 101, 99, 111, 114, 100, 105, 110, 103, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 26, 0, 0, 0, 111, 110, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 84, 114, 105, 103, 103, 101, 114, 78, 97, 109, 101, 27, 0, 0, 0, 111, 110, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 84, 114, 105, 103, 103, 101, 114, 78, 97, 109, 101, 115, 22, 0, 0, 0, 111, 110, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 85, 115, 101, 76, 105, 115, 116, 28, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 67, 111, 108, 108, 105, 100, 101, 114, 33, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 67, 111, 108, 108, 105, 115, 105, 111, 110, 84, 121, 112, 101, 29, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 69, 118, 101, 110, 116, 84, 121, 112, 101, 33, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 79, 118, 101, 114, 108, 97, 112, 83, 116, 97, 116, 105, 99, 34, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 79, 118, 101, 114, 108, 97, 112, 68, 121, 110, 97, 109, 105, 99, 37, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 79, 118, 101, 114, 108, 97, 112, 73, 110, 116, 97, 110, 103, 105, 98, 108, 101, 35, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 70, 105, 108, 116, 101, 114, 79, 98, 106, 101, 99, 116, 115, 66, 121, 34, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 65, 108, 108, 111, 119, 101, 100, 79, 98, 106, 101, 99, 116, 115, 33, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 78, 97, 109, 101, 77, 97, 116, 99, 104, 84, 121, 112, 101, 32, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 65, 108, 108, 111, 119, 101, 100, 78, 97, 109, 101, 115, 16, 0, 0, 0, 116, 114, 105, 103, 103, 101, 114, 76, 105, 109, 105, 116, 84, 121, 112, 101, 15, 0, 0, 0, 116, 114, 105, 103, 103, 101, 114, 73, 110, 116, 101, 114, 118, 97, 108, 12, 0, 0, 0, 116, 114, 105, 103, 103, 101, 114, 68, 101, 108, 97, 121, 12, 0, 0, 0, 114, 101, 115, 112, 111, 110, 115, 101, 84, 121, 112, 101, 27, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 73, 109, 97, 103, 101, 65, 110, 105, 109, 97, 116, 101, 100, 84, 101, 120, 116, 117, 114, 101, 24, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 73, 109, 97, 103, 101, 86, 105, 115, 117, 97, 108, 79, 98, 106, 101, 99, 116, 18, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 73, 109, 97, 103, 101, 65, 99, 116, 105, 111, 110, 16, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 73, 109, 97, 103, 101, 76, 111, 111, 112, 22, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 73, 109, 97, 103, 101, 80, 97, 117, 115, 101, 70, 114, 97, 109, 101, 20, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 73, 109, 97, 103, 101, 65, 100, 118, 97, 110, 99, 101, 100, 20, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 73, 109, 97, 103, 101, 80, 105, 110, 103, 80, 111, 110, 103, 19, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 73, 109, 97, 103, 101, 82, 101, 118, 101, 114, 115, 101, 25, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 77, 101, 115, 104, 65, 110, 105, 109, 97, 116, 105, 111, 110, 77, 105, 120, 101, 114, 20, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 77, 101, 115, 104, 76, 97, 121, 101, 114, 78, 97, 109, 101, 17, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 77, 101, 115, 104, 65, 99, 116, 105, 111, 110, 17, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 77, 101, 115, 104, 87, 101, 105, 103, 104, 116, 15, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 77, 101, 115, 104, 76, 111, 111, 112, 26, 0, 0, 0, 97, 110, 105, 109, 97, 116, 101, 77, 101, 115, 104, 83, 116, 111, 112, 79, 116, 104, 101, 114, 76, 97, 121, 101, 114, 115, 15, 0, 0, 0, 112, 108, 97, 121, 83, 111, 117, 110, 100, 65, 99, 116, 105, 111, 110, 19, 0, 0, 0, 112, 108, 97, 121, 83, 111, 117, 110, 100, 65, 117, 100, 105, 111, 84, 114, 97, 99, 107, 21, 0, 0, 0, 65, 115, 115, 101, 116, 46, 65, 117, 100, 105, 111, 84, 114, 97, 99, 107, 65, 115, 115, 101, 116, 23, 0, 0, 0, 112, 108, 97, 121, 83, 111, 117, 110, 100, 65, 117, 100, 105, 111, 67, 111, 109, 112, 111, 110, 101, 110, 116, 24, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 65, 117, 100, 105, 111, 67, 111, 109, 112, 111, 110, 101, 110, 116, 13, 0, 0, 0, 112, 108, 97, 121, 83, 111, 117, 110, 100, 76, 111, 111, 112, 15, 0, 0, 0, 112, 108, 97, 121, 83, 111, 117, 110, 100, 86, 111, 108, 117, 109, 101, 16, 0, 0, 0, 112, 108, 97, 121, 83, 111, 117, 110, 100, 70, 97, 100, 101, 79, 117, 116, 21, 0, 0, 0, 112, 108, 97, 121, 86, 105, 100, 101, 111, 86, 105, 100, 101, 111, 84, 101, 120, 116, 117, 114, 101, 21, 0, 0, 0, 112, 108, 97, 121, 86, 105, 100, 101, 111, 86, 105, 115, 117, 97, 108, 79, 98, 106, 101, 99, 116, 15, 0, 0, 0, 112, 108, 97, 121, 86, 105, 100, 101, 111, 65, 99, 116, 105, 111, 110, 13, 0, 0, 0, 112, 108, 97, 121, 86, 105, 100, 101, 111, 76, 111, 111, 112, 20, 0, 0, 0, 115, 101, 116, 69, 110, 97, 98, 108, 101, 100, 69, 110, 116, 105, 116, 121, 84, 121, 112, 101, 16, 0, 0, 0, 115, 101, 116, 69, 110, 97, 98, 108, 101, 100, 84, 97, 114, 103, 101, 116, 25, 0, 0, 0, 115, 101, 116, 69, 110, 97, 98, 108, 101, 100, 84, 97, 114, 103, 101, 116, 67, 111, 109, 112, 111, 110, 101, 110, 116, 16, 0, 0, 0, 115, 101, 116, 69, 110, 97, 98, 108, 101, 100, 65, 99, 116, 105, 111, 110, 15, 0, 0, 0, 115, 101, 116, 80, 97, 114, 101, 110, 116, 84, 97, 114, 103, 101, 116, 18, 0, 0, 0, 115, 101, 116, 80, 97, 114, 101, 110, 116, 78, 101, 119, 80, 97, 114, 101, 110, 116, 31, 0, 0, 0, 115, 101, 116, 80, 97, 114, 101, 110, 116, 80, 114, 101, 115, 101, 114, 118, 101, 87, 111, 114, 108, 100, 84, 114, 97, 110, 115, 102, 111, 114, 109, 14, 0, 0, 0, 115, 101, 116, 67, 111, 108, 111, 114, 86, 105, 115, 117, 97, 108, 16, 0, 0, 0, 115, 101, 116, 67, 111, 108, 111, 114, 77, 97, 116, 101, 114, 105, 97, 108, 14, 0, 0, 0, 65, 115, 115, 101, 116, 46, 77, 97, 116, 101, 114, 105, 97, 108, 13, 0, 0, 0, 115, 101, 116, 67, 111, 108, 111, 114, 67, 111, 108, 111, 114, 16, 0, 0, 0, 115, 101, 116, 84, 101, 120, 116, 117, 114, 101, 84, 97, 114, 103, 101, 116, 20, 0, 0, 0, 115, 101, 116, 84, 101, 120, 116, 117, 114, 101, 78, 101, 119, 84, 101, 120, 116, 117, 114, 101, 20, 0, 0, 0, 115, 101, 116, 84, 101, 120, 116, 67, 111, 109, 112, 111, 110, 101, 110, 116, 84, 121, 112, 101, 20, 0, 0, 0, 115, 101, 116, 84, 101, 120, 116, 84, 101, 120, 116, 67, 111, 109, 112, 111, 110, 101, 110, 116, 14, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 84, 101, 120, 116, 22, 0, 0, 0, 115, 101, 116, 84, 101, 120, 116, 84, 101, 120, 116, 51, 68, 67, 111, 109, 112, 111, 110, 101, 110, 116, 16, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 84, 101, 120, 116, 51, 68, 11, 0, 0, 0, 115, 101, 116, 84, 101, 120, 116, 84, 101, 120, 116, 20, 0, 0, 0, 114, 117, 110, 84, 119, 101, 101, 110, 84, 97, 114, 103, 101, 116, 79, 98, 106, 101, 99, 116, 17, 0, 0, 0, 114, 117, 110, 84, 119, 101, 101, 110, 84, 119, 101, 101, 110, 78, 97, 109, 101, 14, 0, 0, 0, 114, 117, 110, 84, 119, 101, 101, 110, 65, 99, 116, 105, 111, 110, 23, 0, 0, 0, 115, 101, 116, 80, 111, 115, 105, 116, 105, 111, 110, 79, 98, 106, 101, 99, 116, 84, 111, 77, 111, 118, 101, 19, 0, 0, 0, 115, 101, 116, 80, 111, 115, 105, 116, 105, 111, 110, 80, 111, 115, 105, 116, 105, 111, 110, 21, 0, 0, 0, 115, 101, 116, 80, 111, 115, 105, 116, 105, 111, 110, 76, 111, 99, 97, 108, 83, 112, 97, 99, 101, 25, 0, 0, 0, 115, 101, 116, 82, 111, 116, 97, 116, 105, 111, 110, 79, 98, 106, 101, 99, 116, 84, 111, 82, 111, 116, 97, 116, 101, 24, 0, 0, 0, 115, 101, 116, 82, 111, 116, 97, 116, 105, 111, 110, 82, 111, 116, 97, 116, 105, 111, 110, 65, 110, 103, 108, 101, 21, 0, 0, 0, 115, 101, 116, 82, 111, 116, 97, 116, 105, 111, 110, 76, 111, 99, 97, 108, 83, 112, 97, 99, 101, 21, 0, 0, 0, 115, 101, 116, 83, 99, 97, 108, 101, 79, 98, 106, 101, 99, 116, 84, 111, 83, 99, 97, 108, 101, 13, 0, 0, 0, 115, 101, 116, 83, 99, 97, 108, 101, 83, 99, 97, 108, 101, 18, 0, 0, 0, 115, 101, 116, 83, 99, 97, 108, 101, 76, 111, 99, 97, 108, 83, 112, 97, 99, 101, 32, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 80, 111, 115, 105, 116, 105, 111, 110, 83, 99, 114, 101, 101, 110, 84, 114, 97, 110, 115, 102, 111, 114, 109, 25, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 83, 99, 114, 101, 101, 110, 84, 114, 97, 110, 115, 102, 111, 114, 109, 29, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 80, 111, 115, 105, 116, 105, 111, 110, 80, 111, 115, 105, 116, 105, 111, 110, 84, 121, 112, 101, 30, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 80, 111, 115, 105, 116, 105, 111, 110, 66, 97, 115, 105, 99, 80, 111, 115, 105, 116, 105, 111, 110, 30, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 80, 111, 115, 105, 116, 105, 111, 110, 65, 110, 99, 104, 111, 114, 115, 67, 101, 110, 116, 101, 114, 30, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 80, 111, 115, 105, 116, 105, 111, 110, 79, 102, 102, 115, 101, 116, 115, 67, 101, 110, 116, 101, 114, 32, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 82, 111, 116, 97, 116, 105, 111, 110, 83, 99, 114, 101, 101, 110, 84, 114, 97, 110, 115, 102, 111, 114, 109, 22, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 82, 111, 116, 97, 116, 105, 111, 110, 65, 110, 103, 108, 101, 28, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 83, 105, 122, 101, 83, 99, 114, 101, 101, 110, 84, 114, 97, 110, 115, 102, 111, 114, 109, 21, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 83, 105, 122, 101, 83, 105, 122, 101, 84, 121, 112, 101, 23, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 83, 105, 122, 101, 66, 97, 115, 105, 99, 83, 99, 97, 108, 101, 24, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 83, 105, 122, 101, 65, 110, 99, 104, 111, 114, 115, 83, 105, 122, 101, 24, 0, 0, 0, 115, 101, 116, 83, 99, 114, 101, 101, 110, 83, 105, 122, 101, 79, 102, 102, 115, 101, 116, 115, 83, 105, 122, 101, 26, 0, 0, 0, 115, 101, 116, 66, 108, 101, 110, 100, 115, 104, 97, 112, 101, 115, 86, 50, 77, 101, 115, 104, 86, 105, 115, 117, 97, 108, 20, 0, 0, 0, 115, 101, 116, 66, 108, 101, 110, 100, 115, 104, 97, 112, 101, 115, 86, 50, 78, 97, 109, 101, 22, 0, 0, 0, 115, 101, 116, 66, 108, 101, 110, 100, 115, 104, 97, 112, 101, 115, 86, 50, 87, 101, 105, 103, 104, 116, 30, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 84, 97, 114, 103, 101, 116, 84, 121, 112, 101, 28, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 77, 97, 116, 101, 114, 105, 97, 108, 30, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 77, 101, 115, 104, 86, 105, 115, 117, 97, 108, 28, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 86, 70, 88, 65, 115, 115, 101, 116, 14, 0, 0, 0, 65, 115, 115, 101, 116, 46, 86, 70, 88, 65, 115, 115, 101, 116, 32, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 86, 70, 88, 67, 111, 109, 112, 111, 110, 101, 110, 116, 22, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 86, 70, 88, 67, 111, 109, 112, 111, 110, 101, 110, 116, 33, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 80, 97, 114, 97, 109, 101, 116, 101, 114, 78, 97, 109, 101, 29, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 86, 97, 108, 117, 101, 84, 121, 112, 101, 29, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 66, 111, 111, 108, 86, 97, 108, 117, 101, 28, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 73, 110, 116, 86, 97, 108, 117, 101, 30, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 70, 108, 111, 97, 116, 86, 97, 108, 117, 101, 33, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 67, 111, 108, 111, 114, 82, 71, 66, 86, 97, 108, 117, 101, 34, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 67, 111, 108, 111, 114, 82, 71, 66, 65, 86, 97, 108, 117, 101, 32, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 84, 101, 120, 116, 117, 114, 101, 86, 97, 108, 117, 101, 29, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 86, 101, 99, 50, 86, 97, 108, 117, 101, 29, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 86, 101, 99, 51, 86, 97, 108, 117, 101, 29, 0, 0, 0, 115, 101, 116, 77, 97, 116, 101, 114, 105, 97, 108, 80, 97, 114, 97, 109, 101, 116, 101, 114, 86, 101, 99, 52, 86, 97, 108, 117, 101, 26, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 84, 97, 114, 103, 101, 116, 84, 121, 112, 101, 35, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 71, 108, 111, 98, 97, 108, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 30, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 84, 111, 117, 99, 104, 67, 111, 109, 112, 111, 110, 101, 110, 116, 30, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 73, 110, 116, 101, 114, 97, 99, 116, 105, 111, 110, 67, 111, 109, 112, 111, 110, 101, 110, 116, 30, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 84, 111, 117, 99, 104, 84, 121, 112, 101, 84, 111, 117, 99, 104, 28, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 84, 111, 117, 99, 104, 84, 121, 112, 101, 84, 97, 112, 34, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 84, 111, 117, 99, 104, 84, 121, 112, 101, 68, 111, 117, 98, 108, 101, 84, 97, 112, 30, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 84, 111, 117, 99, 104, 84, 121, 112, 101, 83, 99, 97, 108, 101, 28, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 84, 111, 117, 99, 104, 84, 121, 112, 101, 80, 97, 110, 30, 0, 0, 0, 115, 101, 116, 84, 111, 117, 99, 104, 66, 108, 111, 99, 107, 105, 110, 103, 84, 111, 117, 99, 104, 84, 121, 112, 101, 83, 119, 105, 112, 101, 12, 0, 0, 0, 115, 104, 111, 119, 72, 105, 110, 116, 72, 105, 110, 116, 16, 0, 0, 0, 115, 104, 111, 119, 72, 105, 110, 116, 68, 117, 114, 97, 116, 105, 111, 110, 16, 0, 0, 0, 114, 117, 110, 77, 76, 77, 108, 67, 111, 109, 112, 111, 110, 101, 110, 116, 11, 0, 0, 0, 114, 117, 110, 77, 76, 65, 99, 116, 105, 111, 110, 9, 0, 0, 0, 114, 117, 110, 77, 76, 83, 121, 110, 99, 14, 0, 0, 0, 114, 117, 110, 77, 76, 82, 101, 99, 117, 114, 114, 105, 110, 103, 16, 0, 0, 0, 114, 117, 110, 77, 76, 83, 116, 97, 114, 116, 84, 105, 109, 105, 110, 103, 14, 0, 0, 0, 114, 117, 110, 77, 76, 69, 110, 100, 84, 105, 109, 105, 110, 103, 23, 0, 0, 0, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 101, 80, 114, 101, 102, 97, 98, 80, 114, 101, 102, 97, 98, 18, 0, 0, 0, 65, 115, 115, 101, 116, 46, 79, 98, 106, 101, 99, 116, 80, 114, 101, 102, 97, 98, 23, 0, 0, 0, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 101, 80, 114, 101, 102, 97, 98, 80, 97, 114, 101, 110, 116, 19, 0, 0, 0, 100, 101, 115, 116, 114, 111, 121, 79, 98, 106, 101, 99, 116, 79, 98, 106, 101, 99, 116, 16, 0, 0, 0, 112, 114, 105, 110, 116, 77, 101, 115, 115, 97, 103, 101, 84, 101, 120, 116, 23, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 84, 97, 114, 103, 101, 116, 84, 121, 112, 101, 24, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 83, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 22, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 67, 111, 109, 112, 111, 110, 101, 110, 116, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 83, 99, 114, 105, 112, 116, 67, 111, 109, 112, 111, 110, 101, 110, 116, 21, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 67, 97, 108, 108, 84, 121, 112, 101, 25, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 70, 117, 110, 99, 116, 105, 111, 110, 78, 97, 109, 101, 25, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 80, 114, 111, 112, 101, 114, 116, 121, 78, 97, 109, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 86, 97, 108, 117, 101, 84, 121, 112, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 66, 111, 111, 108, 86, 97, 108, 117, 101, 26, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 73, 110, 116, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 70, 108, 111, 97, 116, 86, 97, 108, 117, 101, 29, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 83, 116, 114, 105, 110, 103, 86, 97, 108, 117, 101, 31, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 67, 111, 108, 111, 114, 82, 71, 66, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 67, 111, 108, 111, 114, 82, 71, 66, 65, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 86, 101, 99, 50, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 86, 101, 99, 51, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 86, 101, 99, 52, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 81, 117, 97, 116, 86, 97, 108, 117, 101, 34, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 83, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 65, 115, 115, 101, 116, 86, 97, 108, 117, 101, 30, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 84, 101, 120, 116, 117, 114, 101, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 67, 111, 109, 112, 111, 110, 101, 110, 116, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 66, 111, 111, 108, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 31, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 73, 110, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 70, 108, 111, 97, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 34, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 83, 116, 114, 105, 110, 103, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 86, 101, 99, 50, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 86, 101, 99, 51, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 86, 101, 99, 52, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 81, 117, 97, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 39, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 83, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 65, 115, 115, 101, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 35, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 84, 101, 120, 116, 117, 114, 101, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 37, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 49, 67, 111, 109, 112, 111, 110, 101, 110, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 86, 97, 108, 117, 101, 84, 121, 112, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 66, 111, 111, 108, 86, 97, 108, 117, 101, 26, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 73, 110, 116, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 70, 108, 111, 97, 116, 86, 97, 108, 117, 101, 29, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 83, 116, 114, 105, 110, 103, 86, 97, 108, 117, 101, 31, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 67, 111, 108, 111, 114, 82, 71, 66, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 67, 111, 108, 111, 114, 82, 71, 66, 65, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 86, 101, 99, 50, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 86, 101, 99, 51, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 86, 101, 99, 52, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 81, 117, 97, 116, 86, 97, 108, 117, 101, 34, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 83, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 65, 115, 115, 101, 116, 86, 97, 108, 117, 101, 30, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 84, 101, 120, 116, 117, 114, 101, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 67, 111, 109, 112, 111, 110, 101, 110, 116, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 66, 111, 111, 108, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 31, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 73, 110, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 70, 108, 111, 97, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 34, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 83, 116, 114, 105, 110, 103, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 86, 101, 99, 50, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 86, 101, 99, 51, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 86, 101, 99, 52, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 81, 117, 97, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 39, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 83, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 65, 115, 115, 101, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 35, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 84, 101, 120, 116, 117, 114, 101, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 37, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 97, 114, 103, 50, 67, 111, 109, 112, 111, 110, 101, 110, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 86, 97, 108, 117, 101, 84, 121, 112, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 66, 111, 111, 108, 86, 97, 108, 117, 101, 27, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 73, 110, 116, 86, 97, 108, 117, 101, 29, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 70, 108, 111, 97, 116, 86, 97, 108, 117, 101, 30, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 83, 116, 114, 105, 110, 103, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 67, 111, 108, 111, 114, 82, 71, 66, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 67, 111, 108, 111, 114, 82, 71, 66, 65, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 86, 101, 99, 50, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 86, 101, 99, 51, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 86, 101, 99, 52, 86, 97, 108, 117, 101, 28, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 81, 117, 97, 116, 86, 97, 108, 117, 101, 35, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 83, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 86, 97, 108, 117, 101, 29, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 65, 115, 115, 101, 116, 86, 97, 108, 117, 101, 31, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 84, 101, 120, 116, 117, 114, 101, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 67, 111, 109, 112, 111, 110, 101, 110, 116, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 66, 111, 111, 108, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 32, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 73, 110, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 34, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 70, 108, 111, 97, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 35, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 83, 116, 114, 105, 110, 103, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 86, 101, 99, 50, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 86, 101, 99, 51, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 86, 101, 99, 52, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 33, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 81, 117, 97, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 40, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 83, 99, 101, 110, 101, 79, 98, 106, 101, 99, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 34, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 65, 115, 115, 101, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 36, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 84, 101, 120, 116, 117, 114, 101, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 38, 0, 0, 0, 99, 97, 108, 108, 83, 99, 114, 105, 112, 116, 65, 80, 73, 95, 118, 97, 108, 117, 101, 67, 111, 109, 112, 111, 110, 101, 110, 116, 65, 114, 114, 97, 121, 86, 97, 108, 117, 101, 28, 0, 0, 0, 115, 101, 110, 100, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 84, 114, 105, 103, 103, 101, 114, 78, 97, 109, 101, 29, 0, 0, 0, 115, 101, 110, 100, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 84, 114, 105, 103, 103, 101, 114, 78, 97, 109, 101, 115, 24, 0, 0, 0, 115, 101, 110, 100, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 85, 115, 101, 76, 105, 115, 116, 29, 0, 0, 0, 115, 101, 110, 100, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 76, 111, 111, 112, 65, 102, 116, 101, 114, 69, 110, 100, 21, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 65, 112, 112, 108, 121, 70, 111, 114, 99, 101, 66, 111, 100, 121, 21, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 46, 66, 111, 100, 121, 67, 111, 109, 112, 111, 110, 101, 110, 116, 26, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 65, 112, 112, 108, 121, 70, 111, 114, 99, 101, 70, 111, 114, 99, 101, 84, 121, 112, 101, 21, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 65, 112, 112, 108, 121, 70, 111, 114, 99, 101, 77, 111, 100, 101, 27, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 65, 112, 112, 108, 121, 70, 111, 114, 99, 101, 70, 111, 114, 99, 101, 86, 97, 108, 117, 101, 22, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 65, 112, 112, 108, 121, 70, 111, 114, 99, 101, 83, 112, 97, 99, 101, 28, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 65, 112, 112, 108, 121, 70, 111, 114, 99, 101, 79, 98, 106, 101, 99, 116, 83, 112, 97, 99, 101, 25, 0, 0, 0, 115, 101, 116, 66, 108, 101, 110, 100, 115, 104, 97, 112, 101, 115, 66, 108, 101, 110, 100, 115, 104, 97, 112, 101, 115, 21, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 66, 108, 101, 110, 100, 83, 104, 97, 112, 101, 115, 18, 0, 0, 0, 115, 101, 116, 66, 108, 101, 110, 100, 115, 104, 97, 112, 101, 115, 78, 97, 109, 101, 20, 0, 0, 0, 115, 101, 116, 66, 108, 101, 110, 100, 115, 104, 97, 112, 101, 115, 87, 101, 105, 103, 104, 116, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 53, 48, 53, 48, 52, 53, 57, 57, 53, 58, 54, 50, 51, 52, 56, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 52, 57, 50, 57, 58, 55, 49, 50, 55, 52, 51, 51, 13, 0, 0, 0, 67, 97, 114, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 54, 51, 52, 55, 58, 55, 49, 50, 55, 52, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 54, 56, 55, 55, 58, 55, 49, 50, 55, 52, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 49, 53, 50, 49, 49, 57, 50, 50, 54, 56, 53, 58, 56, 55, 50, 52, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 57, 52, 53, 51, 58, 55, 49, 50, 55, 53, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 56, 55, 55, 54, 55, 58, 55, 49, 50, 55, 53, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 57, 53, 50, 48, 56, 58, 55, 49, 50, 55, 53, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 48, 50, 49, 54, 54, 58, 55, 49, 50, 55, 53, 56, 53, 10, 0, 0, 0, 119, 104, 101, 101, 108, 66, 111, 100, 121, 115, 5, 0, 0, 0, 102, 111, 114, 99, 101, 9, 0, 0, 0, 100, 114, 97, 103, 103, 97, 98, 108, 101, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 50, 57, 55, 57, 56, 57, 50, 50, 58, 50, 53, 55, 56, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 54, 57, 52, 50, 58, 55, 49, 50, 55, 52, 55, 56, 8, 0, 0, 0, 83, 99, 114, 105, 112, 116, 32, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 55, 52, 56, 52, 58, 55, 49, 50, 55, 52, 56, 49, 7, 0, 0, 0, 99, 97, 114, 98, 111, 100, 121, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 48, 55, 51, 56, 51, 58, 55, 49, 50, 55, 53, 57, 57, 5, 0, 0, 0, 119, 111, 114, 108, 100, 6, 0, 0, 0, 99, 101, 110, 116, 101, 114, 24, 0, 0, 0, 49, 54, 52, 52, 57, 57, 55, 48, 57, 56, 53, 57, 52, 50, 54, 55, 58, 49, 57, 56, 51, 50, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 55, 53, 49, 48, 58, 55, 49, 50, 55, 52, 56, 53, 17, 0, 0, 0, 82, 105, 103, 104, 116, 32, 70, 114, 111, 110, 116, 32, 87, 104, 101, 101, 108, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 56, 48, 55, 54, 58, 55, 49, 50, 55, 52, 56, 55, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 56, 51, 57, 55, 55, 49, 50, 52, 57, 57, 54, 58, 53, 56, 56, 51, 56, 53, 55, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 53, 53, 55, 51, 54, 55, 56, 58, 55, 51, 49, 51, 48, 12, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 32, 66, 111, 100, 121, 13, 0, 0, 0, 67, 121, 108, 105, 110, 100, 101, 114, 83, 104, 97, 112, 101, 7, 0, 0, 0, 99, 121, 108, 65, 120, 105, 115, 9, 0, 0, 0, 99, 121, 108, 76, 101, 110, 103, 116, 104, 9, 0, 0, 0, 99, 121, 108, 82, 97, 100, 105, 117, 115, 24, 0, 0, 0, 49, 54, 52, 52, 57, 52, 55, 56, 55, 51, 52, 55, 50, 56, 51, 55, 58, 53, 54, 48, 57, 53, 55, 52, 7, 0, 0, 0, 100, 121, 110, 97, 109, 105, 99, 10, 0, 0, 0, 117, 115, 101, 68, 101, 110, 115, 105, 116, 121, 13, 0, 0, 0, 109, 97, 115, 115, 79, 114, 68, 101, 110, 115, 105, 116, 121, 7, 0, 0, 0, 100, 97, 109, 112, 105, 110, 103, 14, 0, 0, 0, 97, 110, 103, 117, 108, 97, 114, 68, 97, 109, 112, 105, 110, 103, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 55, 57, 57, 55, 56, 58, 55, 49, 50, 55, 53, 48, 52, 10, 0, 0, 0, 67, 111, 110, 115, 116, 114, 97, 105, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 56, 48, 55, 57, 52, 58, 55, 49, 50, 55, 53, 48, 54, 27, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 46, 67, 111, 110, 115, 116, 114, 97, 105, 110, 116, 67, 111, 109, 112, 111, 110, 101, 110, 116, 18, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 32, 67, 111, 110, 115, 116, 114, 97, 105, 110, 116, 6, 0, 0, 0, 116, 97, 114, 103, 101, 116, 10, 0, 0, 0, 99, 111, 110, 115, 116, 114, 97, 105, 110, 116, 23, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 46, 72, 105, 110, 103, 101, 67, 111, 110, 115, 116, 114, 97, 105, 110, 116, 9, 0, 0, 0, 100, 101, 98, 117, 103, 68, 114, 97, 119, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 56, 53, 49, 48, 51, 58, 55, 49, 50, 55, 53, 49, 54, 16, 0, 0, 0, 76, 101, 102, 116, 32, 70, 114, 111, 110, 116, 32, 87, 104, 101, 101, 108, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 56, 54, 48, 57, 50, 58, 55, 49, 50, 55, 53, 49, 56, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 56, 56, 51, 48, 54, 58, 55, 49, 50, 55, 53, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 56, 57, 51, 51, 51, 58, 55, 49, 50, 55, 53, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 57, 51, 50, 54, 52, 58, 55, 49, 50, 55, 53, 52, 51, 16, 0, 0, 0, 82, 105, 103, 104, 116, 32, 66, 97, 99, 107, 32, 87, 104, 101, 101, 108, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 57, 51, 56, 52, 54, 58, 55, 49, 50, 55, 53, 52, 53, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 57, 53, 55, 52, 50, 58, 55, 49, 50, 55, 53, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 57, 54, 50, 56, 57, 58, 55, 49, 50, 55, 53, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 52, 57, 57, 53, 53, 57, 58, 55, 49, 50, 55, 53, 55, 48, 15, 0, 0, 0, 76, 101, 102, 116, 32, 66, 97, 99, 107, 32, 87, 104, 101, 101, 108, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 48, 48, 51, 50, 53, 58, 55, 49, 50, 55, 53, 55, 50, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 48, 50, 56, 50, 56, 58, 55, 49, 50, 55, 53, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 48, 51, 52, 52, 48, 58, 55, 49, 50, 55, 53, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 48, 54, 55, 57, 50, 58, 55, 49, 50, 55, 53, 57, 55, 3, 0, 0, 0, 67, 97, 114, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 50, 57, 55, 57, 55, 48, 52, 50, 58, 50, 53, 55, 56, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 48, 55, 57, 49, 48, 58, 55, 49, 50, 55, 54, 48, 51, 8, 0, 0, 0, 67, 97, 114, 32, 66, 111, 100, 121, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 48, 56, 52, 53, 49, 58, 55, 49, 50, 55, 54, 48, 53, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 56, 52, 53, 57, 54, 53, 51, 52, 56, 53, 51, 58, 54, 48, 52, 56, 54, 57, 54, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 53, 55, 48, 56, 56, 51, 48, 58, 55, 51, 49, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 49, 48, 50, 52, 56, 58, 55, 49, 50, 55, 54, 49, 56, 13, 0, 0, 0, 67, 121, 108, 105, 110, 100, 101, 114, 32, 66, 111, 100, 121, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 49, 48, 56, 54, 54, 58, 55, 49, 50, 55, 54, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 49, 51, 53, 49, 54, 58, 55, 49, 50, 55, 54, 50, 57, 8, 0, 0, 0, 66, 111, 120, 32, 66, 111, 100, 121, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 49, 52, 52, 53, 53, 58, 55, 49, 50, 55, 54, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 49, 54, 57, 55, 52, 58, 55, 49, 50, 55, 54, 51, 54, 7, 0, 0, 0, 66, 111, 120, 66, 111, 100, 121, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 49, 55, 53, 52, 55, 58, 55, 49, 50, 55, 54, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 50, 48, 49, 54, 50, 58, 55, 49, 50, 55, 54, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 50, 48, 56, 48, 53, 58, 55, 49, 50, 55, 54, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 50, 50, 56, 51, 49, 58, 55, 49, 50, 55, 54, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 50, 51, 52, 53, 56, 58, 55, 49, 50, 55, 54, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 50, 53, 52, 53, 50, 58, 55, 49, 50, 55, 54, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 50, 54, 50, 57, 54, 58, 55, 49, 50, 55, 54, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 50, 56, 57, 51, 51, 58, 55, 49, 50, 55, 54, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 50, 57, 53, 54, 49, 58, 55, 49, 50, 55, 54, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 51, 49, 54, 51, 54, 58, 55, 49, 50, 55, 54, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 51, 50, 50, 55, 49, 58, 55, 49, 50, 55, 54, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 51, 52, 51, 54, 48, 58, 55, 49, 50, 55, 54, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 51, 52, 57, 53, 56, 58, 55, 49, 50, 55, 54, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 51, 56, 54, 48, 52, 58, 55, 49, 50, 55, 54, 56, 54, 4, 0, 0, 0, 83, 101, 97, 116, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 51, 57, 49, 56, 56, 58, 55, 49, 50, 55, 54, 56, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 56, 52, 56, 57, 56, 55, 53, 55, 55, 55, 55, 58, 54, 49, 54, 57, 54, 52, 57, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 53, 55, 53, 50, 50, 57, 49, 58, 55, 51, 50, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 52, 48, 54, 49, 57, 58, 55, 49, 50, 55, 55, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 52, 49, 50, 52, 56, 58, 55, 49, 50, 55, 55, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 52, 51, 50, 52, 56, 58, 55, 49, 50, 55, 55, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 52, 51, 56, 50, 51, 58, 55, 49, 50, 55, 55, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 52, 55, 55, 50, 56, 58, 55, 49, 50, 55, 55, 50, 48, 11, 0, 0, 0, 87, 105, 110, 100, 32, 83, 104, 105, 101, 108, 100, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 52, 56, 50, 56, 55, 58, 55, 49, 50, 55, 55, 50, 50, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 49, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 53, 55, 57, 49, 53, 50, 52, 58, 55, 51, 50, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 52, 57, 54, 56, 48, 58, 55, 49, 50, 55, 55, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 53, 48, 56, 53, 57, 58, 55, 49, 50, 55, 55, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 53, 52, 53, 55, 51, 58, 55, 49, 50, 55, 55, 52, 51, 12, 0, 0, 0, 66, 97, 99, 107, 117, 112, 32, 87, 104, 101, 101, 108, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 53, 53, 49, 55, 50, 58, 55, 49, 50, 55, 55, 52, 53, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 53, 54, 52, 51, 55, 58, 55, 49, 50, 55, 55, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 53, 56, 52, 52, 49, 58, 55, 49, 50, 55, 55, 54, 51, 12, 0, 0, 0, 66, 97, 99, 107, 32, 66, 101, 97, 114, 105, 110, 103, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 53, 57, 52, 55, 54, 58, 55, 49, 50, 55, 55, 54, 53, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 53, 54, 50, 51, 48, 56, 51, 58, 55, 51, 49, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 54, 48, 56, 51, 48, 58, 55, 49, 50, 55, 55, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 54, 50, 56, 49, 55, 58, 55, 49, 50, 55, 55, 56, 51, 13, 0, 0, 0, 70, 114, 111, 110, 116, 32, 66, 101, 97, 114, 105, 110, 103, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 54, 51, 51, 57, 49, 58, 55, 49, 50, 55, 55, 56, 53, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 54, 53, 49, 49, 54, 58, 55, 49, 50, 55, 55, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 54, 55, 55, 54, 50, 58, 55, 49, 50, 55, 56, 48, 55, 4, 0, 0, 0, 80, 105, 112, 101, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 54, 56, 56, 52, 57, 58, 55, 49, 50, 55, 56, 48, 57, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 55, 51, 51, 53, 56, 58, 55, 49, 50, 55, 56, 50, 52, 4, 0, 0, 0, 72, 101, 97, 100, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 55, 51, 57, 54, 50, 58, 55, 49, 50, 55, 56, 50, 54, 11, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 51, 48, 50, 49, 57, 50, 55, 52, 58, 50, 53, 56, 49, 49, 53, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 53, 53, 51, 49, 54, 57, 48, 58, 55, 51, 49, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 55, 53, 50, 50, 49, 58, 55, 49, 50, 55, 56, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 55, 53, 55, 54, 48, 58, 55, 49, 50, 55, 56, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 55, 54, 51, 51, 53, 58, 55, 49, 50, 55, 56, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 57, 51, 57, 50, 50, 58, 55, 49, 50, 55, 57, 50, 48, 23, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 46, 70, 105, 120, 101, 100, 67, 111, 110, 115, 116, 114, 97, 105, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 55, 57, 55, 53, 57, 58, 55, 49, 50, 55, 56, 53, 49, 9, 0, 0, 0, 82, 105, 103, 104, 116, 32, 65, 114, 109, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 48, 51, 53, 52, 58, 55, 49, 50, 55, 56, 53, 51, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 53, 52, 52, 48, 57, 48, 55, 58, 55, 51, 48, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 49, 53, 55, 50, 58, 55, 49, 50, 55, 56, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 50, 49, 48, 54, 58, 55, 49, 50, 55, 56, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 50, 54, 56, 51, 58, 55, 49, 50, 55, 56, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 54, 50, 49, 53, 58, 55, 49, 50, 55, 56, 55, 56, 8, 0, 0, 0, 76, 101, 102, 116, 32, 65, 114, 109, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 54, 55, 57, 50, 58, 55, 49, 50, 55, 56, 56, 48, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 55, 57, 55, 52, 58, 55, 49, 50, 55, 56, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 56, 52, 55, 56, 58, 55, 49, 50, 55, 56, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 56, 57, 48, 48, 48, 58, 55, 49, 50, 55, 56, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 57, 50, 48, 50, 49, 58, 55, 49, 50, 55, 57, 48, 53, 4, 0, 0, 0, 66, 111, 100, 121, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 57, 50, 54, 55, 51, 58, 55, 49, 50, 55, 57, 48, 55, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 53, 52, 56, 56, 50, 55, 53, 58, 55, 51, 48, 56, 56, 9, 0, 0, 0, 67, 111, 110, 101, 83, 104, 97, 112, 101, 8, 0, 0, 0, 99, 111, 110, 101, 65, 120, 105, 115, 10, 0, 0, 0, 99, 111, 110, 101, 76, 101, 110, 103, 116, 104, 10, 0, 0, 0, 99, 111, 110, 101, 82, 97, 100, 105, 117, 115, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 57, 52, 52, 49, 52, 58, 55, 49, 50, 55, 57, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 53, 49, 55, 53, 57, 52, 57, 48, 53, 58, 55, 49, 50, 55, 57, 50, 54, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 56, 52, 55, 52, 48, 58, 52, 50, 56, 55, 53, 53, 19, 0, 0, 0, 66, 97, 108, 108, 111, 111, 110, 32, 49, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 57, 53, 56, 57, 52, 58, 52, 50, 56, 55, 57, 55, 24, 0, 0, 0, 49, 54, 52, 52, 57, 52, 55, 57, 57, 53, 56, 54, 49, 53, 48, 55, 58, 53, 54, 53, 55, 55, 52, 52, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 56, 54, 49, 51, 56, 58, 52, 50, 56, 55, 53, 55, 9, 0, 0, 0, 66, 97, 108, 108, 111, 111, 110, 32, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 57, 49, 54, 48, 57, 58, 52, 50, 56, 55, 55, 56, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 51, 54, 51, 52, 55, 51, 49, 51, 51, 58, 54, 49, 55, 55, 49, 55, 48, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 51, 54, 51, 49, 57, 57, 48, 57, 52, 58, 54, 49, 55, 55, 49, 48, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 56, 55, 51, 57, 50, 58, 52, 50, 56, 55, 53, 57, 8, 0, 0, 0, 83, 116, 114, 105, 110, 103, 32, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 56, 57, 49, 53, 52, 58, 52, 50, 56, 55, 54, 51, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 51, 54, 50, 56, 48, 49, 55, 49, 48, 58, 54, 49, 55, 55, 48, 49, 55, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 51, 54, 51, 50, 52, 52, 56, 53, 50, 58, 54, 49, 55, 55, 49, 50, 54, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 57, 51, 56, 50, 48, 58, 52, 50, 56, 55, 57, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 57, 53, 49, 48, 54, 58, 52, 50, 56, 55, 57, 51, 23, 0, 0, 0, 80, 104, 121, 115, 105, 99, 115, 46, 80, 111, 105, 110, 116, 67, 111, 110, 115, 116, 114, 97, 105, 110, 116, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 55, 49, 55, 48, 55, 58, 52, 50, 56, 55, 49, 51, 19, 0, 0, 0, 66, 97, 108, 108, 111, 111, 110, 32, 50, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 56, 51, 55, 57, 48, 58, 52, 50, 56, 55, 53, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 55, 52, 55, 52, 49, 58, 52, 50, 56, 55, 49, 53, 9, 0, 0, 0, 66, 97, 108, 108, 111, 111, 110, 32, 50, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 55, 57, 54, 56, 49, 58, 52, 50, 56, 55, 51, 50, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 51, 54, 51, 54, 51, 49, 51, 48, 56, 58, 54, 49, 55, 55, 50, 48, 49, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 55, 54, 48, 54, 56, 58, 52, 50, 56, 55, 49, 55, 8, 0, 0, 0, 83, 116, 114, 105, 110, 103, 32, 50, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 55, 55, 51, 57, 55, 58, 52, 50, 56, 55, 49, 57, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 51, 54, 50, 57, 56, 54, 51, 53, 51, 58, 54, 49, 55, 55, 48, 52, 52, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 56, 49, 55, 56, 51, 58, 52, 50, 56, 55, 52, 53, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 56, 51, 48, 51, 49, 58, 52, 50, 56, 55, 52, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 57, 54, 56, 54, 55, 58, 52, 50, 56, 56, 48, 49, 19, 0, 0, 0, 66, 97, 108, 108, 111, 111, 110, 32, 51, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 51, 48, 56, 50, 55, 51, 58, 52, 50, 56, 56, 51, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 57, 56, 50, 54, 54, 58, 52, 50, 56, 56, 48, 51, 9, 0, 0, 0, 66, 97, 108, 108, 111, 111, 110, 32, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 51, 48, 51, 49, 49, 55, 58, 52, 50, 56, 56, 50, 48, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 51, 54, 51, 51, 50, 48, 48, 53, 52, 58, 54, 49, 55, 55, 49, 52, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 50, 57, 57, 53, 54, 49, 58, 52, 50, 56, 56, 48, 53, 8, 0, 0, 0, 83, 116, 114, 105, 110, 103, 32, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 51, 48, 48, 56, 51, 57, 58, 52, 50, 56, 56, 48, 55, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 51, 48, 53, 53, 48, 53, 58, 52, 50, 56, 56, 51, 51, 23, 0, 0, 0, 49, 54, 52, 52, 57, 57, 50, 56, 54, 57, 51, 48, 55, 52, 55, 48, 58, 52, 50, 56, 56, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 49, 57, 54, 53, 55, 54, 58, 56, 50, 48, 53, 56, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 49, 57, 55, 49, 55, 55, 58, 56, 50, 48, 53, 56, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 49, 48, 52, 57, 55, 58, 56, 50, 48, 53, 57, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 49, 49, 51, 49, 50, 58, 56, 50, 48, 53, 57, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 49, 49, 56, 56, 53, 58, 56, 50, 48, 53, 57, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 49, 52, 52, 49, 57, 58, 56, 50, 48, 53, 57, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 49, 54, 51, 50, 51, 58, 56, 50, 48, 53, 57, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 50, 57, 50, 55, 54, 50, 54, 57, 56, 58, 56, 49, 55, 54, 49, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 49, 55, 53, 53, 50, 58, 56, 50, 48, 53, 57, 53, 55, 5, 0, 0, 0, 87, 97, 108, 108, 115, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 49, 57, 54, 52, 48, 58, 56, 50, 48, 53, 57, 55, 48, 5, 0, 0, 0, 70, 114, 111, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 50, 50, 50, 50, 57, 58, 56, 50, 48, 53, 57, 55, 57, 13, 0, 0, 0, 77, 101, 115, 104, 32, 86, 105, 115, 117, 97, 108, 32, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 50, 57, 51, 48, 51, 51, 55, 48, 57, 58, 56, 49, 55, 54, 49, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 50, 51, 55, 53, 55, 58, 56, 50, 48, 53, 57, 57, 50, 23, 0, 0, 0, 49, 54, 52, 52, 55, 52, 48, 51, 54, 57, 56, 57, 56, 52, 52, 51, 58, 56, 50, 56, 49, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 50, 53, 56, 49, 54, 58, 56, 50, 48, 53, 57, 57, 57, 4, 0, 0, 0, 66, 97, 99, 107, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 50, 57, 48, 55, 50, 58, 56, 50, 48, 54, 48, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 50, 57, 51, 48, 51, 56, 48, 49, 53, 58, 56, 49, 55, 54, 50, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 51, 48, 50, 55, 57, 58, 56, 50, 48, 54, 48, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 51, 50, 51, 48, 57, 58, 56, 50, 48, 54, 48, 51, 53, 6, 0, 0, 0, 66, 111, 116, 116, 111, 109, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 51, 53, 52, 55, 55, 58, 56, 50, 48, 54, 48, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 50, 57, 50, 56, 57, 57, 48, 55, 52, 58, 56, 49, 55, 54, 49, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 51, 54, 54, 56, 53, 58, 56, 50, 48, 54, 48, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 51, 56, 55, 48, 56, 58, 56, 50, 48, 54, 48, 55, 49, 3, 0, 0, 0, 84, 111, 112, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 52, 49, 57, 54, 54, 58, 56, 50, 48, 54, 48, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 52, 51, 57, 57, 57, 58, 56, 50, 48, 54, 49, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 52, 54, 49, 52, 51, 58, 56, 50, 48, 54, 49, 48, 55, 5, 0, 0, 0, 82, 105, 103, 104, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 52, 57, 53, 49, 54, 58, 56, 50, 48, 54, 49, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 53, 48, 56, 51, 51, 58, 56, 50, 48, 54, 49, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 53, 51, 48, 48, 53, 58, 56, 50, 48, 54, 49, 52, 51, 4, 0, 0, 0, 76, 101, 102, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 53, 55, 48, 53, 48, 58, 56, 50, 48, 54, 49, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 53, 56, 53, 53, 55, 58, 56, 50, 48, 54, 49, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 50, 54, 56, 50, 58, 56, 50, 48, 54, 49, 56, 54, 7, 0, 0, 0, 70, 108, 111, 111, 114, 32, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 49, 55, 54, 58, 56, 50, 48, 54, 50, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 53, 51, 58, 56, 50, 48, 54, 50, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 54, 48, 58, 56, 50, 48, 54, 50, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 54, 50, 58, 56, 50, 48, 54, 50, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 54, 54, 58, 56, 50, 48, 54, 50, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 54, 57, 58, 56, 50, 48, 54, 50, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 55, 50, 58, 56, 50, 48, 54, 50, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 55, 51, 58, 56, 50, 48, 54, 50, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 55, 54, 58, 56, 50, 48, 54, 50, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 55, 56, 58, 56, 50, 48, 54, 50, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 56, 48, 58, 56, 50, 48, 54, 50, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 56, 50, 58, 56, 50, 48, 54, 50, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 56, 53, 58, 56, 50, 48, 54, 50, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 57, 48, 58, 56, 50, 48, 54, 50, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 57, 49, 58, 56, 50, 48, 54, 50, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 57, 51, 58, 56, 50, 48, 54, 50, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 57, 53, 58, 56, 50, 48, 54, 50, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 57, 55, 58, 56, 50, 48, 54, 50, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 55, 57, 57, 58, 56, 50, 48, 54, 50, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 48, 50, 58, 56, 50, 48, 54, 50, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 48, 54, 58, 56, 50, 48, 54, 50, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 48, 57, 58, 56, 50, 48, 54, 50, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 49, 49, 58, 56, 50, 48, 54, 50, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 49, 51, 58, 56, 50, 48, 54, 50, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 49, 54, 58, 56, 50, 48, 54, 50, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 49, 56, 58, 56, 50, 48, 54, 50, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 50, 48, 58, 56, 50, 48, 54, 50, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 50, 50, 58, 56, 50, 48, 54, 50, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 50, 53, 58, 56, 50, 48, 54, 50, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 50, 54, 58, 56, 50, 48, 54, 50, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 50, 56, 58, 56, 50, 48, 54, 50, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 51, 49, 58, 56, 50, 48, 54, 50, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 51, 51, 58, 56, 50, 48, 54, 50, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 51, 53, 58, 56, 50, 48, 54, 50, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 51, 55, 58, 56, 50, 48, 54, 50, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 51, 57, 58, 56, 50, 48, 54, 50, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 52, 49, 58, 56, 50, 48, 54, 50, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 52, 51, 58, 56, 50, 48, 54, 50, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 52, 54, 58, 56, 50, 48, 54, 50, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 52, 56, 58, 56, 50, 48, 54, 50, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 53, 48, 58, 56, 50, 48, 54, 50, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 53, 50, 58, 56, 50, 48, 54, 50, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 53, 52, 58, 56, 50, 48, 54, 50, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 53, 54, 58, 56, 50, 48, 54, 50, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 53, 56, 58, 56, 50, 48, 54, 50, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 54, 48, 58, 56, 50, 48, 54, 50, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 54, 49, 58, 56, 50, 48, 54, 50, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 54, 51, 58, 56, 50, 48, 54, 50, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 54, 53, 58, 56, 50, 48, 54, 50, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 54, 55, 58, 56, 50, 48, 54, 51, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 54, 56, 58, 56, 50, 48, 54, 51, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 55, 48, 58, 56, 50, 48, 54, 51, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 55, 50, 58, 56, 50, 48, 54, 51, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 55, 52, 58, 56, 50, 48, 54, 51, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 55, 54, 58, 56, 50, 48, 54, 51, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 55, 56, 58, 56, 50, 48, 54, 51, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 56, 48, 58, 56, 50, 48, 54, 51, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 56, 49, 58, 56, 50, 48, 54, 51, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 56, 51, 58, 56, 50, 48, 54, 51, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 56, 53, 58, 56, 50, 48, 54, 51, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 56, 55, 58, 56, 50, 48, 54, 51, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 56, 57, 58, 56, 50, 48, 54, 51, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 57, 49, 58, 56, 50, 48, 54, 51, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 57, 53, 58, 56, 50, 48, 54, 51, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 57, 55, 58, 56, 50, 48, 54, 51, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 56, 57, 56, 58, 56, 50, 48, 54, 51, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 48, 49, 58, 56, 50, 48, 54, 51, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 48, 51, 58, 56, 50, 48, 54, 51, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 48, 53, 58, 56, 50, 48, 54, 51, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 48, 57, 58, 56, 50, 48, 54, 51, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 49, 48, 58, 56, 50, 48, 54, 51, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 49, 55, 58, 56, 50, 48, 54, 51, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 49, 57, 58, 56, 50, 48, 54, 51, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 50, 49, 58, 56, 50, 48, 54, 51, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 50, 51, 58, 56, 50, 48, 54, 51, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 50, 52, 58, 56, 50, 48, 54, 51, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 50, 54, 58, 56, 50, 48, 54, 51, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 50, 56, 58, 56, 50, 48, 54, 51, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 51, 48, 58, 56, 50, 48, 54, 51, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 51, 50, 58, 56, 50, 48, 54, 51, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 51, 51, 58, 56, 50, 48, 54, 51, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 51, 53, 58, 56, 50, 48, 54, 51, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 51, 55, 58, 56, 50, 48, 54, 51, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 51, 57, 58, 56, 50, 48, 54, 51, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 52, 48, 58, 56, 50, 48, 54, 51, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 52, 50, 58, 56, 50, 48, 54, 51, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 52, 52, 58, 56, 50, 48, 54, 51, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 52, 54, 58, 56, 50, 48, 54, 51, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 52, 55, 58, 56, 50, 48, 54, 51, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 52, 57, 58, 56, 50, 48, 54, 51, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 53, 48, 58, 56, 50, 48, 54, 51, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 53, 50, 58, 56, 50, 48, 54, 51, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 53, 51, 58, 56, 50, 48, 54, 51, 56, 55, 16, 0, 0, 0, 77, 111, 117, 116, 104, 79, 112, 101, 110, 101, 100, 69, 118, 101, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 53, 53, 58, 56, 50, 48, 54, 51, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 53, 55, 58, 56, 50, 48, 54, 51, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 53, 56, 58, 56, 50, 48, 54, 51, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 54, 48, 58, 56, 50, 48, 54, 51, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 54, 49, 58, 56, 50, 48, 54, 51, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 54, 51, 58, 56, 50, 48, 54, 51, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 54, 52, 58, 56, 50, 48, 54, 52, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 54, 54, 58, 56, 50, 48, 54, 52, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 54, 56, 58, 56, 50, 48, 54, 52, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 54, 57, 58, 56, 50, 48, 54, 52, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 55, 49, 58, 56, 50, 48, 54, 52, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 55, 50, 58, 56, 50, 48, 54, 52, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 55, 52, 58, 56, 50, 48, 54, 52, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 55, 54, 58, 56, 50, 48, 54, 52, 49, 53, 5, 0, 0, 0, 82, 69, 83, 69, 84, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 55, 55, 58, 56, 50, 48, 54, 52, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 55, 57, 58, 56, 50, 48, 54, 52, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 56, 49, 58, 56, 50, 48, 54, 52, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 56, 50, 58, 56, 50, 48, 54, 52, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 56, 52, 58, 56, 50, 48, 54, 52, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 56, 53, 58, 56, 50, 48, 54, 52, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 56, 55, 58, 56, 50, 48, 54, 52, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 56, 57, 58, 56, 50, 48, 54, 52, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 57, 49, 58, 56, 50, 48, 54, 52, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 57, 50, 58, 56, 50, 48, 54, 52, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 57, 52, 58, 56, 50, 48, 54, 52, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 57, 53, 58, 56, 50, 48, 54, 52, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 57, 55, 58, 56, 50, 48, 54, 52, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 54, 57, 57, 57, 58, 56, 50, 48, 54, 52, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 48, 48, 58, 56, 50, 48, 54, 52, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 48, 50, 58, 56, 50, 48, 54, 52, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 48, 51, 58, 56, 50, 48, 54, 52, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 48, 53, 58, 56, 50, 48, 54, 52, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 48, 54, 58, 56, 50, 48, 54, 52, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 48, 56, 58, 56, 50, 48, 54, 52, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 48, 57, 58, 56, 50, 48, 54, 52, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 49, 49, 58, 56, 50, 48, 54, 52, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 49, 51, 58, 56, 50, 48, 54, 52, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 49, 53, 58, 56, 50, 48, 54, 52, 54, 51, 10, 0, 0, 0, 115, 101, 116, 69, 110, 97, 98, 108, 101, 100, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 49, 55, 58, 56, 50, 48, 54, 52, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 49, 57, 58, 56, 50, 48, 54, 52, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 50, 48, 58, 56, 50, 48, 54, 52, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 50, 49, 58, 56, 50, 48, 54, 52, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 50, 51, 58, 56, 50, 48, 54, 52, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 50, 52, 58, 56, 50, 48, 54, 52, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 50, 54, 58, 56, 50, 48, 54, 52, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 50, 56, 58, 56, 50, 48, 54, 52, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 50, 57, 58, 56, 50, 48, 54, 52, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 51, 49, 58, 56, 50, 48, 54, 52, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 51, 50, 58, 56, 50, 48, 54, 52, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 51, 52, 58, 56, 50, 48, 54, 52, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 51, 54, 58, 56, 50, 48, 54, 52, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 51, 55, 58, 56, 50, 48, 54, 52, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 51, 57, 58, 56, 50, 48, 54, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 52, 48, 58, 56, 50, 48, 54, 52, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 52, 51, 58, 56, 50, 48, 54, 52, 57, 55, 6, 0, 0, 0, 84, 111, 103, 103, 108, 101, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 52, 52, 58, 56, 50, 48, 54, 52, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 52, 54, 58, 56, 50, 48, 54, 53, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 52, 55, 58, 56, 50, 48, 54, 53, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 52, 57, 58, 56, 50, 48, 54, 53, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 53, 48, 58, 56, 50, 48, 54, 53, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 53, 50, 58, 56, 50, 48, 54, 53, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 53, 52, 58, 56, 50, 48, 54, 53, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 53, 54, 58, 56, 50, 48, 54, 53, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 53, 55, 58, 56, 50, 48, 54, 53, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 53, 57, 58, 56, 50, 48, 54, 53, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 54, 49, 58, 56, 50, 48, 54, 53, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 54, 51, 58, 56, 50, 48, 54, 53, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 54, 53, 58, 56, 50, 48, 54, 53, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 54, 54, 58, 56, 50, 48, 54, 53, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 54, 56, 58, 56, 50, 48, 54, 53, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 55, 52, 58, 56, 50, 48, 54, 53, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 55, 53, 58, 56, 50, 48, 54, 53, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 55, 55, 58, 56, 50, 48, 54, 53, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 55, 57, 58, 56, 50, 48, 54, 53, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 56, 48, 58, 56, 50, 48, 54, 53, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 56, 50, 58, 56, 50, 48, 54, 53, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 56, 56, 58, 56, 50, 48, 54, 53, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 56, 57, 58, 56, 50, 48, 54, 53, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 57, 49, 58, 56, 50, 48, 54, 53, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 57, 51, 58, 56, 50, 48, 54, 53, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 57, 52, 58, 56, 50, 48, 54, 53, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 57, 54, 58, 56, 50, 48, 54, 53, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 48, 57, 56, 58, 56, 50, 48, 54, 53, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 48, 48, 58, 56, 50, 48, 54, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 48, 49, 58, 56, 50, 48, 54, 53, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 48, 51, 58, 56, 50, 48, 54, 53, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 48, 53, 58, 56, 50, 48, 54, 53, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 48, 55, 58, 56, 50, 48, 54, 53, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 48, 57, 58, 56, 50, 48, 54, 53, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 49, 48, 58, 56, 50, 48, 54, 53, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 49, 50, 58, 56, 50, 48, 54, 53, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 49, 51, 58, 56, 50, 48, 54, 53, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 49, 53, 58, 56, 50, 48, 54, 53, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 49, 55, 58, 56, 50, 48, 54, 53, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 49, 56, 58, 56, 50, 48, 54, 53, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 50, 48, 58, 56, 50, 48, 54, 53, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 50, 49, 58, 56, 50, 48, 54, 53, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 50, 51, 58, 56, 50, 48, 54, 53, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 50, 53, 58, 56, 50, 48, 54, 53, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 50, 54, 58, 56, 50, 48, 54, 53, 56, 55, 15, 0, 0, 0, 111, 110, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 49, 50, 57, 58, 56, 50, 48, 54, 53, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 52, 51, 50, 58, 56, 50, 48, 55, 52, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 52, 51, 48, 58, 56, 50, 48, 54, 53, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 54, 52, 58, 56, 50, 48, 54, 53, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 54, 57, 58, 56, 50, 48, 54, 53, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 55, 49, 58, 56, 50, 48, 54, 53, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 55, 51, 58, 56, 50, 48, 54, 54, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 55, 53, 58, 56, 50, 48, 54, 54, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 55, 55, 58, 56, 50, 48, 54, 54, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 55, 56, 58, 56, 50, 48, 54, 54, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 56, 48, 58, 56, 50, 48, 54, 54, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 56, 50, 58, 56, 50, 48, 54, 54, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 56, 51, 58, 56, 50, 48, 54, 54, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 56, 53, 58, 56, 50, 48, 54, 54, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 56, 54, 58, 56, 50, 48, 54, 54, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 56, 56, 58, 56, 50, 48, 54, 54, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 57, 48, 58, 56, 50, 48, 54, 54, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 57, 50, 58, 56, 50, 48, 54, 54, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 57, 52, 58, 56, 50, 48, 54, 54, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 57, 54, 58, 56, 50, 48, 54, 54, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 55, 57, 57, 56, 58, 56, 50, 48, 54, 54, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 48, 48, 58, 56, 50, 48, 54, 54, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 48, 51, 58, 56, 50, 48, 54, 54, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 48, 53, 58, 56, 50, 48, 54, 54, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 48, 55, 58, 56, 50, 48, 54, 54, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 48, 57, 58, 56, 50, 48, 54, 54, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 49, 50, 58, 56, 50, 48, 54, 54, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 49, 53, 58, 56, 50, 48, 54, 54, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 49, 55, 58, 56, 50, 48, 54, 54, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 49, 57, 58, 56, 50, 48, 54, 54, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 50, 49, 58, 56, 50, 48, 54, 54, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 50, 51, 58, 56, 50, 48, 54, 54, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 50, 53, 58, 56, 50, 48, 54, 54, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 50, 55, 58, 56, 50, 48, 54, 54, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 50, 57, 58, 56, 50, 48, 54, 54, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 51, 49, 58, 56, 50, 48, 54, 54, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 51, 51, 58, 56, 50, 48, 54, 54, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 51, 53, 58, 56, 50, 48, 54, 54, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 51, 55, 58, 56, 50, 48, 54, 54, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 51, 57, 58, 56, 50, 48, 54, 54, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 52, 49, 58, 56, 50, 48, 54, 54, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 52, 51, 58, 56, 50, 48, 54, 54, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 52, 53, 58, 56, 50, 48, 54, 54, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 52, 55, 58, 56, 50, 48, 54, 54, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 52, 56, 58, 56, 50, 48, 54, 54, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 53, 49, 58, 56, 50, 48, 54, 54, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 53, 50, 58, 56, 50, 48, 54, 54, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 53, 52, 58, 56, 50, 48, 54, 54, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 53, 54, 58, 56, 50, 48, 54, 54, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 53, 55, 58, 56, 50, 48, 54, 54, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 53, 57, 58, 56, 50, 48, 54, 54, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 54, 49, 58, 56, 50, 48, 54, 54, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 54, 51, 58, 56, 50, 48, 54, 54, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 54, 52, 58, 56, 50, 48, 54, 54, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 54, 54, 58, 56, 50, 48, 54, 54, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 54, 56, 58, 56, 50, 48, 54, 54, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 55, 48, 58, 56, 50, 48, 54, 55, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 55, 50, 58, 56, 50, 48, 54, 55, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 55, 52, 58, 56, 50, 48, 54, 55, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 55, 54, 58, 56, 50, 48, 54, 55, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 55, 56, 58, 56, 50, 48, 54, 55, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 55, 57, 58, 56, 50, 48, 54, 55, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 56, 49, 58, 56, 50, 48, 54, 55, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 56, 51, 58, 56, 50, 48, 54, 55, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 56, 53, 58, 56, 50, 48, 54, 55, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 56, 55, 58, 56, 50, 48, 54, 55, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 56, 57, 58, 56, 50, 48, 54, 55, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 57, 49, 58, 56, 50, 48, 54, 55, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 57, 51, 58, 56, 50, 48, 54, 55, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 57, 53, 58, 56, 50, 48, 54, 55, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 57, 55, 58, 56, 50, 48, 54, 55, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 48, 57, 57, 58, 56, 50, 48, 54, 55, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 48, 48, 58, 56, 50, 48, 54, 55, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 48, 50, 58, 56, 50, 48, 54, 55, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 48, 52, 58, 56, 50, 48, 54, 55, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 48, 54, 58, 56, 50, 48, 54, 55, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 48, 56, 58, 56, 50, 48, 54, 55, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 49, 48, 58, 56, 50, 48, 54, 55, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 49, 50, 58, 56, 50, 48, 54, 55, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 49, 52, 58, 56, 50, 48, 54, 55, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 49, 54, 58, 56, 50, 48, 54, 55, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 49, 56, 58, 56, 50, 48, 54, 55, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 50, 48, 58, 56, 50, 48, 54, 55, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 50, 50, 58, 56, 50, 48, 54, 55, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 50, 52, 58, 56, 50, 48, 54, 55, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 50, 54, 58, 56, 50, 48, 54, 55, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 50, 56, 58, 56, 50, 48, 54, 55, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 51, 48, 58, 56, 50, 48, 54, 55, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 51, 50, 58, 56, 50, 48, 54, 55, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 51, 52, 58, 56, 50, 48, 54, 55, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 51, 54, 58, 56, 50, 48, 54, 55, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 51, 56, 58, 56, 50, 48, 54, 55, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 52, 49, 58, 56, 50, 48, 54, 55, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 52, 50, 58, 56, 50, 48, 54, 55, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 52, 52, 58, 56, 50, 48, 54, 55, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 52, 54, 58, 56, 50, 48, 54, 55, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 52, 56, 58, 56, 50, 48, 54, 55, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 53, 48, 58, 56, 50, 48, 54, 55, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 53, 50, 58, 56, 50, 48, 54, 55, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 53, 51, 58, 56, 50, 48, 54, 55, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 53, 53, 58, 56, 50, 48, 54, 55, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 53, 55, 58, 56, 50, 48, 54, 55, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 53, 57, 58, 56, 50, 48, 54, 55, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 54, 48, 58, 56, 50, 48, 54, 55, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 54, 50, 58, 56, 50, 48, 54, 55, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 54, 52, 58, 56, 50, 48, 54, 55, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 54, 54, 58, 56, 50, 48, 54, 56, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 54, 56, 58, 56, 50, 48, 54, 56, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 55, 48, 58, 56, 50, 48, 54, 56, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 55, 50, 58, 56, 50, 48, 54, 56, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 55, 52, 58, 56, 50, 48, 54, 56, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 55, 53, 58, 56, 50, 48, 54, 56, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 55, 55, 58, 56, 50, 48, 54, 56, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 55, 56, 58, 56, 50, 48, 54, 56, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 56, 48, 58, 56, 50, 48, 54, 56, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 56, 50, 58, 56, 50, 48, 54, 56, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 56, 52, 58, 56, 50, 48, 54, 56, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 56, 54, 58, 56, 50, 48, 54, 56, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 56, 56, 58, 56, 50, 48, 54, 56, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 57, 48, 58, 56, 50, 48, 54, 56, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 57, 49, 58, 56, 50, 48, 54, 56, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 57, 52, 58, 56, 50, 48, 54, 56, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 57, 53, 58, 56, 50, 48, 54, 56, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 57, 55, 58, 56, 50, 48, 54, 56, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 49, 57, 56, 58, 56, 50, 48, 54, 56, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 48, 48, 58, 56, 50, 48, 54, 56, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 48, 50, 58, 56, 50, 48, 54, 56, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 48, 51, 58, 56, 50, 48, 54, 56, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 48, 53, 58, 56, 50, 48, 54, 56, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 48, 55, 58, 56, 50, 48, 54, 56, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 48, 56, 58, 56, 50, 48, 54, 56, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 49, 48, 58, 56, 50, 48, 54, 56, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 49, 51, 58, 56, 50, 48, 54, 56, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 49, 56, 58, 56, 50, 48, 54, 56, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 49, 57, 58, 56, 50, 48, 54, 56, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 50, 49, 58, 56, 50, 48, 54, 56, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 50, 51, 58, 56, 50, 48, 54, 56, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 50, 52, 58, 56, 50, 48, 54, 56, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 50, 54, 58, 56, 50, 48, 54, 56, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 50, 56, 58, 56, 50, 48, 54, 56, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 51, 48, 58, 56, 50, 48, 54, 56, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 51, 50, 58, 56, 50, 48, 54, 56, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 51, 52, 58, 56, 50, 48, 54, 56, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 51, 54, 58, 56, 50, 48, 54, 56, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 51, 55, 58, 56, 50, 48, 54, 56, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 51, 57, 58, 56, 50, 48, 54, 56, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 52, 49, 58, 56, 50, 48, 54, 56, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 52, 51, 58, 56, 50, 48, 54, 56, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 52, 52, 58, 56, 50, 48, 54, 56, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 52, 54, 58, 56, 50, 48, 54, 56, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 52, 56, 58, 56, 50, 48, 54, 56, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 52, 57, 58, 56, 50, 48, 54, 56, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 53, 49, 58, 56, 50, 48, 54, 56, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 53, 51, 58, 56, 50, 48, 54, 56, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 53, 53, 58, 56, 50, 48, 54, 56, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 53, 55, 58, 56, 50, 48, 54, 56, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 53, 57, 58, 56, 50, 48, 54, 57, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 54, 49, 58, 56, 50, 48, 54, 57, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 54, 50, 58, 56, 50, 48, 54, 57, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 54, 52, 58, 56, 50, 48, 54, 57, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 54, 54, 58, 56, 50, 48, 54, 57, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 54, 56, 58, 56, 50, 48, 54, 57, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 55, 48, 58, 56, 50, 48, 54, 57, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 55, 50, 58, 56, 50, 48, 54, 57, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 55, 52, 58, 56, 50, 48, 54, 57, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 55, 53, 58, 56, 50, 48, 54, 57, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 55, 55, 58, 56, 50, 48, 54, 57, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 55, 57, 58, 56, 50, 48, 54, 57, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 56, 49, 58, 56, 50, 48, 54, 57, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 56, 50, 58, 56, 50, 48, 54, 57, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 56, 52, 58, 56, 50, 48, 54, 57, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 56, 54, 58, 56, 50, 48, 54, 57, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 57, 53, 58, 56, 50, 48, 54, 57, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 57, 55, 58, 56, 50, 48, 54, 57, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 50, 57, 57, 58, 56, 50, 48, 54, 57, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 48, 49, 58, 56, 50, 48, 54, 57, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 48, 50, 58, 56, 50, 48, 54, 57, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 48, 52, 58, 56, 50, 48, 54, 57, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 49, 52, 58, 56, 50, 48, 54, 57, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 49, 54, 58, 56, 50, 48, 54, 57, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 49, 55, 58, 56, 50, 48, 54, 57, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 49, 57, 58, 56, 50, 48, 54, 57, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 50, 49, 58, 56, 50, 48, 54, 57, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 50, 50, 58, 56, 50, 48, 54, 57, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 50, 52, 58, 56, 50, 48, 54, 57, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 50, 53, 58, 56, 50, 48, 54, 57, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 50, 55, 58, 56, 50, 48, 54, 57, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 50, 56, 58, 56, 50, 48, 54, 57, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 51, 48, 58, 56, 50, 48, 54, 57, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 51, 50, 58, 56, 50, 48, 54, 57, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 51, 51, 58, 56, 50, 48, 54, 57, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 51, 53, 58, 56, 50, 48, 54, 57, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 51, 54, 58, 56, 50, 48, 54, 57, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 51, 56, 58, 56, 50, 48, 54, 57, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 52, 48, 58, 56, 50, 48, 54, 57, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 51, 52, 49, 58, 56, 50, 48, 54, 57, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 56, 54, 54, 53, 58, 56, 50, 48, 54, 57, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 51, 48, 58, 56, 50, 48, 54, 57, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 51, 53, 58, 56, 50, 48, 54, 57, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 51, 55, 58, 56, 50, 48, 54, 57, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 51, 57, 58, 56, 50, 48, 54, 57, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 52, 49, 58, 56, 50, 48, 54, 57, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 52, 51, 58, 56, 50, 48, 54, 57, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 52, 53, 58, 56, 50, 48, 54, 57, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 52, 54, 58, 56, 50, 48, 54, 57, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 52, 56, 58, 56, 50, 48, 54, 57, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 53, 48, 58, 56, 50, 48, 55, 48, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 53, 50, 58, 56, 50, 48, 55, 48, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 53, 51, 58, 56, 50, 48, 55, 48, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 53, 53, 58, 56, 50, 48, 55, 48, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 53, 55, 58, 56, 50, 48, 55, 48, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 53, 57, 58, 56, 50, 48, 55, 48, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 54, 49, 58, 56, 50, 48, 55, 48, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 54, 50, 58, 56, 50, 48, 55, 48, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 54, 52, 58, 56, 50, 48, 55, 48, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 54, 54, 58, 56, 50, 48, 55, 48, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 54, 57, 58, 56, 50, 48, 55, 48, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 55, 49, 58, 56, 50, 48, 55, 48, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 55, 51, 58, 56, 50, 48, 55, 48, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 55, 53, 58, 56, 50, 48, 55, 48, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 55, 55, 58, 56, 50, 48, 55, 48, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 55, 57, 58, 56, 50, 48, 55, 48, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 56, 49, 58, 56, 50, 48, 55, 48, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 56, 50, 58, 56, 50, 48, 55, 48, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 56, 52, 58, 56, 50, 48, 55, 48, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 56, 54, 58, 56, 50, 48, 55, 48, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 56, 56, 58, 56, 50, 48, 55, 48, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 57, 48, 58, 56, 50, 48, 55, 48, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 50, 57, 50, 58, 56, 50, 48, 55, 48, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 48, 51, 58, 56, 50, 48, 55, 48, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 48, 53, 58, 56, 50, 48, 55, 48, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 48, 56, 58, 56, 50, 48, 55, 48, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 49, 48, 58, 56, 50, 48, 55, 48, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 49, 50, 58, 56, 50, 48, 55, 48, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 49, 52, 58, 56, 50, 48, 55, 48, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 49, 54, 58, 56, 50, 48, 55, 48, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 49, 56, 58, 56, 50, 48, 55, 48, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 50, 48, 58, 56, 50, 48, 55, 48, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 50, 49, 58, 56, 50, 48, 55, 48, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 50, 52, 58, 56, 50, 48, 55, 48, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 50, 54, 58, 56, 50, 48, 55, 48, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 50, 55, 58, 56, 50, 48, 55, 48, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 50, 57, 58, 56, 50, 48, 55, 48, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 51, 49, 58, 56, 50, 48, 55, 48, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 51, 51, 58, 56, 50, 48, 55, 48, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 51, 53, 58, 56, 50, 48, 55, 48, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 51, 54, 58, 56, 50, 48, 55, 48, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 51, 56, 58, 56, 50, 48, 55, 48, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 52, 48, 58, 56, 50, 48, 55, 48, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 52, 50, 58, 56, 50, 48, 55, 48, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 52, 51, 58, 56, 50, 48, 55, 48, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 52, 53, 58, 56, 50, 48, 55, 48, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 52, 55, 58, 56, 50, 48, 55, 48, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 52, 57, 58, 56, 50, 48, 55, 48, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 53, 49, 58, 56, 50, 48, 55, 48, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 53, 50, 58, 56, 50, 48, 55, 48, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 53, 52, 58, 56, 50, 48, 55, 49, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 53, 54, 58, 56, 50, 48, 55, 49, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 53, 56, 58, 56, 50, 48, 55, 49, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 53, 57, 58, 56, 50, 48, 55, 49, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 54, 49, 58, 56, 50, 48, 55, 49, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 54, 51, 58, 56, 50, 48, 55, 49, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 54, 53, 58, 56, 50, 48, 55, 49, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 54, 55, 58, 56, 50, 48, 55, 49, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 54, 57, 58, 56, 50, 48, 55, 49, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 55, 48, 58, 56, 50, 48, 55, 49, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 55, 50, 58, 56, 50, 48, 55, 49, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 55, 52, 58, 56, 50, 48, 55, 49, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 55, 54, 58, 56, 50, 48, 55, 49, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 55, 56, 58, 56, 50, 48, 55, 49, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 55, 57, 58, 56, 50, 48, 55, 49, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 56, 49, 58, 56, 50, 48, 55, 49, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 56, 52, 58, 56, 50, 48, 55, 49, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 56, 53, 58, 56, 50, 48, 55, 49, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 56, 56, 58, 56, 50, 48, 55, 49, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 57, 48, 58, 56, 50, 48, 55, 49, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 57, 50, 58, 56, 50, 48, 55, 49, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 57, 52, 58, 56, 50, 48, 55, 49, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 57, 54, 58, 56, 50, 48, 55, 49, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 57, 55, 58, 56, 50, 48, 55, 49, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 51, 57, 57, 58, 56, 50, 48, 55, 49, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 48, 49, 58, 56, 50, 48, 55, 49, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 48, 51, 58, 56, 50, 48, 55, 49, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 48, 52, 58, 56, 50, 48, 55, 49, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 48, 54, 58, 56, 50, 48, 55, 49, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 48, 55, 58, 56, 50, 48, 55, 49, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 48, 57, 58, 56, 50, 48, 55, 49, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 49, 48, 58, 56, 50, 48, 55, 49, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 49, 50, 58, 56, 50, 48, 55, 49, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 49, 51, 58, 56, 50, 48, 55, 49, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 49, 53, 58, 56, 50, 48, 55, 49, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 49, 54, 58, 56, 50, 48, 55, 49, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 49, 56, 58, 56, 50, 48, 55, 49, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 50, 48, 58, 56, 50, 48, 55, 49, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 50, 49, 58, 56, 50, 48, 55, 49, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 50, 51, 58, 56, 50, 48, 55, 49, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 50, 52, 58, 56, 50, 48, 55, 49, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 50, 54, 58, 56, 50, 48, 55, 49, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 50, 56, 58, 56, 50, 48, 55, 49, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 50, 57, 58, 56, 50, 48, 55, 49, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 51, 48, 58, 56, 50, 48, 55, 49, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 51, 50, 58, 56, 50, 48, 55, 49, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 51, 52, 58, 56, 50, 48, 55, 49, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 51, 53, 58, 56, 50, 48, 55, 49, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 51, 55, 58, 56, 50, 48, 55, 49, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 51, 57, 58, 56, 50, 48, 55, 49, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 52, 48, 58, 56, 50, 48, 55, 50, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 52, 50, 58, 56, 50, 48, 55, 50, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 52, 51, 58, 56, 50, 48, 55, 50, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 52, 53, 58, 56, 50, 48, 55, 50, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 52, 55, 58, 56, 50, 48, 55, 50, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 52, 57, 58, 56, 50, 48, 55, 50, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 53, 48, 58, 56, 50, 48, 55, 50, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 53, 50, 58, 56, 50, 48, 55, 50, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 53, 51, 58, 56, 50, 48, 55, 50, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 53, 53, 58, 56, 50, 48, 55, 50, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 53, 54, 58, 56, 50, 48, 55, 50, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 53, 56, 58, 56, 50, 48, 55, 50, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 53, 57, 58, 56, 50, 48, 55, 50, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 54, 49, 58, 56, 50, 48, 55, 50, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 54, 50, 58, 56, 50, 48, 55, 50, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 54, 52, 58, 56, 50, 48, 55, 50, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 54, 54, 58, 56, 50, 48, 55, 50, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 54, 55, 58, 56, 50, 48, 55, 50, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 54, 57, 58, 56, 50, 48, 55, 50, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 55, 48, 58, 56, 50, 48, 55, 50, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 55, 51, 58, 56, 50, 48, 55, 50, 52, 49, 11, 0, 0, 0, 115, 101, 116, 82, 111, 116, 97, 116, 105, 111, 110, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 55, 52, 58, 56, 50, 48, 55, 50, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 55, 54, 58, 56, 50, 48, 55, 50, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 55, 55, 58, 56, 50, 48, 55, 50, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 55, 57, 58, 56, 50, 48, 55, 50, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 56, 48, 58, 56, 50, 48, 55, 50, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 56, 50, 58, 56, 50, 48, 55, 50, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 56, 51, 58, 56, 50, 48, 55, 50, 53, 53, 5, 0, 0, 0, 82, 101, 115, 101, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 56, 53, 58, 56, 50, 48, 55, 50, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 56, 54, 58, 56, 50, 48, 55, 50, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 56, 56, 58, 56, 50, 48, 55, 50, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 57, 48, 58, 56, 50, 48, 55, 50, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 57, 49, 58, 56, 50, 48, 55, 50, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 57, 51, 58, 56, 50, 48, 55, 50, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 57, 53, 58, 56, 50, 48, 55, 50, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 57, 55, 58, 56, 50, 48, 55, 50, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 52, 57, 57, 58, 56, 50, 48, 55, 50, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 48, 48, 58, 56, 50, 48, 55, 50, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 48, 50, 58, 56, 50, 48, 55, 50, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 48, 51, 58, 56, 50, 48, 55, 50, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 48, 53, 58, 56, 50, 48, 55, 50, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 48, 55, 58, 56, 50, 48, 55, 50, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 48, 57, 58, 56, 50, 48, 55, 50, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 49, 48, 58, 56, 50, 48, 55, 50, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 49, 50, 58, 56, 50, 48, 55, 50, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 49, 51, 58, 56, 50, 48, 55, 50, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 49, 53, 58, 56, 50, 48, 55, 50, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 49, 55, 58, 56, 50, 48, 55, 50, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 49, 56, 58, 56, 50, 48, 55, 50, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 50, 48, 58, 56, 50, 48, 55, 50, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 50, 49, 58, 56, 50, 48, 55, 51, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 50, 51, 58, 56, 50, 48, 55, 51, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 50, 53, 58, 56, 50, 48, 55, 51, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 50, 54, 58, 56, 50, 48, 55, 51, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 50, 56, 58, 56, 50, 48, 55, 51, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 50, 57, 58, 56, 50, 48, 55, 51, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 51, 49, 58, 56, 50, 48, 55, 51, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 51, 50, 58, 56, 50, 48, 55, 51, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 51, 52, 58, 56, 50, 48, 55, 51, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 51, 53, 58, 56, 50, 48, 55, 51, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 51, 55, 58, 56, 50, 48, 55, 51, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 51, 56, 58, 56, 50, 48, 55, 51, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 52, 48, 58, 56, 50, 48, 55, 51, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 52, 49, 58, 56, 50, 48, 55, 51, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 52, 51, 58, 56, 50, 48, 55, 51, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 52, 52, 58, 56, 50, 48, 55, 51, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 52, 54, 58, 56, 50, 48, 55, 51, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 52, 56, 58, 56, 50, 48, 55, 51, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 52, 57, 58, 56, 50, 48, 55, 51, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 53, 49, 58, 56, 50, 48, 55, 51, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 53, 50, 58, 56, 50, 48, 55, 51, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 53, 52, 58, 56, 50, 48, 55, 51, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 53, 53, 58, 56, 50, 48, 55, 51, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 53, 55, 58, 56, 50, 48, 55, 51, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 53, 56, 58, 56, 50, 48, 55, 51, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 54, 48, 58, 56, 50, 48, 55, 51, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 54, 49, 58, 56, 50, 48, 55, 51, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 54, 51, 58, 56, 50, 48, 55, 51, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 54, 52, 58, 56, 50, 48, 55, 51, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 54, 54, 58, 56, 50, 48, 55, 51, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 54, 55, 58, 56, 50, 48, 55, 51, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 55, 50, 58, 56, 50, 48, 55, 51, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 55, 51, 58, 56, 50, 48, 55, 51, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 53, 55, 53, 58, 56, 50, 48, 55, 51, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 54, 57, 56, 53, 55, 58, 56, 50, 48, 55, 51, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 55, 50, 58, 56, 50, 48, 55, 51, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 55, 55, 58, 56, 50, 48, 55, 51, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 55, 57, 58, 56, 50, 48, 55, 51, 55, 54, 9, 0, 0, 0, 81, 117, 97, 100, 114, 97, 116, 105, 99, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 56, 49, 58, 56, 50, 48, 55, 51, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 56, 52, 58, 56, 50, 48, 55, 51, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 56, 54, 58, 56, 50, 48, 55, 51, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 56, 55, 58, 56, 50, 48, 55, 51, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 56, 57, 58, 56, 50, 48, 55, 51, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 57, 49, 58, 56, 50, 48, 55, 51, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 57, 51, 58, 56, 50, 48, 55, 51, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 57, 52, 58, 56, 50, 48, 55, 51, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 57, 54, 58, 56, 50, 48, 55, 51, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 51, 57, 56, 58, 56, 50, 48, 55, 51, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 52, 48, 48, 58, 56, 50, 48, 55, 51, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 52, 48, 49, 58, 56, 50, 48, 55, 52, 48, 48, 5, 0, 0, 0, 82, 111, 97, 116, 101, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 48, 52, 48, 51, 58, 56, 50, 48, 55, 52, 48, 50, 5, 0, 0, 0, 70, 108, 111, 111, 114, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 50, 53, 48, 52, 58, 56, 50, 48, 55, 52, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 51, 56, 57, 51, 58, 56, 50, 48, 55, 52, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 55, 57, 53, 57, 57, 58, 56, 50, 48, 55, 52, 51, 57, 7, 0, 0, 0, 70, 108, 111, 111, 114, 32, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 48, 52, 57, 58, 56, 50, 48, 55, 52, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 54, 53, 57, 58, 56, 50, 48, 55, 52, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 54, 55, 48, 58, 56, 50, 48, 55, 52, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 54, 55, 57, 58, 56, 50, 48, 55, 52, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 54, 56, 55, 58, 56, 50, 48, 55, 52, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 54, 57, 52, 58, 56, 50, 48, 55, 52, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 48, 48, 58, 56, 50, 48, 55, 52, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 48, 52, 58, 56, 50, 48, 55, 52, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 49, 55, 58, 56, 50, 48, 55, 52, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 50, 50, 58, 56, 50, 48, 55, 52, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 51, 48, 58, 56, 50, 48, 55, 52, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 52, 51, 58, 56, 50, 48, 55, 52, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 52, 56, 58, 56, 50, 48, 55, 52, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 53, 50, 58, 56, 50, 48, 55, 52, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 53, 57, 58, 56, 50, 48, 55, 52, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 54, 53, 58, 56, 50, 48, 55, 52, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 55, 55, 54, 58, 56, 50, 48, 55, 52, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 51, 56, 50, 56, 58, 56, 50, 48, 55, 52, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 50, 55, 58, 56, 50, 48, 55, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 51, 52, 58, 56, 50, 48, 55, 52, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 51, 55, 58, 56, 50, 48, 55, 52, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 51, 57, 58, 56, 50, 48, 55, 52, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 52, 49, 58, 56, 50, 48, 55, 53, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 52, 51, 58, 56, 50, 48, 55, 53, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 52, 53, 58, 56, 50, 48, 55, 53, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 52, 55, 58, 56, 50, 48, 55, 53, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 52, 57, 58, 56, 50, 48, 55, 53, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 53, 49, 58, 56, 50, 48, 55, 53, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 53, 51, 58, 56, 50, 48, 55, 53, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 53, 53, 58, 56, 50, 48, 55, 53, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 53, 55, 58, 56, 50, 48, 55, 53, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 53, 57, 58, 56, 50, 48, 55, 53, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 54, 49, 58, 56, 50, 48, 55, 53, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 54, 51, 58, 56, 50, 48, 55, 53, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 54, 52, 58, 56, 50, 48, 55, 53, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 54, 54, 58, 56, 50, 48, 55, 53, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 54, 56, 58, 56, 50, 48, 55, 53, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 55, 51, 58, 56, 50, 48, 55, 53, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 55, 54, 58, 56, 50, 48, 55, 53, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 55, 56, 58, 56, 50, 48, 55, 53, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 56, 48, 58, 56, 50, 48, 55, 53, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 56, 50, 58, 56, 50, 48, 55, 53, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 56, 53, 58, 56, 50, 48, 55, 53, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 56, 56, 58, 56, 50, 48, 55, 53, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 57, 48, 58, 56, 50, 48, 55, 53, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 57, 51, 58, 56, 50, 48, 55, 53, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 57, 54, 58, 56, 50, 48, 55, 53, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 52, 57, 56, 58, 56, 50, 48, 55, 53, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 48, 49, 58, 56, 50, 48, 55, 53, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 48, 51, 58, 56, 50, 48, 55, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 48, 55, 58, 56, 50, 48, 55, 53, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 48, 57, 58, 56, 50, 48, 55, 53, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 49, 50, 58, 56, 50, 48, 55, 53, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 49, 51, 58, 56, 50, 48, 55, 53, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 49, 54, 58, 56, 50, 48, 55, 53, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 49, 57, 58, 56, 50, 48, 55, 53, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 50, 50, 58, 56, 50, 48, 55, 53, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 50, 52, 58, 56, 50, 48, 55, 53, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 50, 55, 58, 56, 50, 48, 55, 53, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 51, 48, 58, 56, 50, 48, 55, 53, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 51, 50, 58, 56, 50, 48, 55, 53, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 51, 52, 58, 56, 50, 48, 55, 53, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 51, 53, 58, 56, 50, 48, 55, 53, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 51, 55, 58, 56, 50, 48, 55, 53, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 51, 57, 58, 56, 50, 48, 55, 53, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 52, 49, 58, 56, 50, 48, 55, 53, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 52, 51, 58, 56, 50, 48, 55, 53, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 52, 53, 58, 56, 50, 48, 55, 53, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 52, 55, 58, 56, 50, 48, 55, 53, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 53, 48, 58, 56, 50, 48, 55, 53, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 53, 51, 58, 56, 50, 48, 55, 53, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 53, 53, 58, 56, 50, 48, 55, 53, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 53, 55, 58, 56, 50, 48, 55, 54, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 54, 48, 58, 56, 50, 48, 55, 54, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 54, 50, 58, 56, 50, 48, 55, 54, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 54, 52, 58, 56, 50, 48, 55, 54, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 54, 54, 58, 56, 50, 48, 55, 54, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 54, 56, 58, 56, 50, 48, 55, 54, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 55, 49, 58, 56, 50, 48, 55, 54, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 55, 51, 58, 56, 50, 48, 55, 54, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 55, 53, 58, 56, 50, 48, 55, 54, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 55, 55, 58, 56, 50, 48, 55, 54, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 55, 57, 58, 56, 50, 48, 55, 54, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 56, 51, 58, 56, 50, 48, 55, 54, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 56, 53, 58, 56, 50, 48, 55, 54, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 56, 56, 58, 56, 50, 48, 55, 54, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 57, 48, 58, 56, 50, 48, 55, 54, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 57, 50, 58, 56, 50, 48, 55, 54, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 57, 52, 58, 56, 50, 48, 55, 54, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 57, 54, 58, 56, 50, 48, 55, 54, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 53, 57, 56, 58, 56, 50, 48, 55, 54, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 48, 48, 58, 56, 50, 48, 55, 54, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 48, 49, 58, 56, 50, 48, 55, 54, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 48, 52, 58, 56, 50, 48, 55, 54, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 48, 54, 58, 56, 50, 48, 55, 54, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 48, 56, 58, 56, 50, 48, 55, 54, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 49, 49, 58, 56, 50, 48, 55, 54, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 49, 51, 58, 56, 50, 48, 55, 54, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 49, 53, 58, 56, 50, 48, 55, 54, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 49, 55, 58, 56, 50, 48, 55, 54, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 49, 57, 58, 56, 50, 48, 55, 54, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 50, 49, 58, 56, 50, 48, 55, 54, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 50, 51, 58, 56, 50, 48, 55, 54, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 50, 53, 58, 56, 50, 48, 55, 54, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 51, 48, 58, 56, 50, 48, 55, 54, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 51, 50, 58, 56, 50, 48, 55, 54, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 51, 52, 58, 56, 50, 48, 55, 54, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 51, 53, 58, 56, 50, 48, 55, 54, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 51, 56, 58, 56, 50, 48, 55, 54, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 52, 48, 58, 56, 50, 48, 55, 54, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 52, 50, 58, 56, 50, 48, 55, 54, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 52, 51, 58, 56, 50, 48, 55, 54, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 52, 53, 58, 56, 50, 48, 55, 54, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 52, 55, 58, 56, 50, 48, 55, 54, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 52, 57, 58, 56, 50, 48, 55, 54, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 53, 49, 58, 56, 50, 48, 55, 54, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 53, 52, 58, 56, 50, 48, 55, 54, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 53, 53, 58, 56, 50, 48, 55, 54, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 53, 56, 58, 56, 50, 48, 55, 54, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 54, 48, 58, 56, 50, 48, 55, 54, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 54, 49, 58, 56, 50, 48, 55, 54, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 54, 52, 58, 56, 50, 48, 55, 55, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 54, 53, 58, 56, 50, 48, 55, 55, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 54, 55, 58, 56, 50, 48, 55, 55, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 54, 57, 58, 56, 50, 48, 55, 55, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 55, 49, 58, 56, 50, 48, 55, 55, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 55, 51, 58, 56, 50, 48, 55, 55, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 55, 53, 58, 56, 50, 48, 55, 55, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 55, 55, 58, 56, 50, 48, 55, 55, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 55, 57, 58, 56, 50, 48, 55, 55, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 56, 49, 58, 56, 50, 48, 55, 55, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 56, 52, 58, 56, 50, 48, 55, 55, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 56, 54, 58, 56, 50, 48, 55, 55, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 56, 56, 58, 56, 50, 48, 55, 55, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 57, 48, 58, 56, 50, 48, 55, 55, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 57, 50, 58, 56, 50, 48, 55, 55, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 57, 52, 58, 56, 50, 48, 55, 55, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 57, 53, 58, 56, 50, 48, 55, 55, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 57, 55, 58, 56, 50, 48, 55, 55, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 54, 57, 57, 58, 56, 50, 48, 55, 55, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 48, 49, 58, 56, 50, 48, 55, 55, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 48, 50, 58, 56, 50, 48, 55, 55, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 48, 52, 58, 56, 50, 48, 55, 55, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 48, 54, 58, 56, 50, 48, 55, 55, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 48, 56, 58, 56, 50, 48, 55, 55, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 48, 57, 58, 56, 50, 48, 55, 55, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 49, 49, 58, 56, 50, 48, 55, 55, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 49, 52, 58, 56, 50, 48, 55, 55, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 49, 54, 58, 56, 50, 48, 55, 55, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 49, 56, 58, 56, 50, 48, 55, 55, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 50, 48, 58, 56, 50, 48, 55, 55, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 50, 51, 58, 56, 50, 48, 55, 55, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 50, 53, 58, 56, 50, 48, 55, 55, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 50, 55, 58, 56, 50, 48, 55, 55, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 50, 56, 58, 56, 50, 48, 55, 55, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 51, 48, 58, 56, 50, 48, 55, 55, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 51, 50, 58, 56, 50, 48, 55, 55, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 51, 52, 58, 56, 50, 48, 55, 55, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 51, 54, 58, 56, 50, 48, 55, 55, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 51, 55, 58, 56, 50, 48, 55, 55, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 52, 48, 58, 56, 50, 48, 55, 55, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 52, 49, 58, 56, 50, 48, 55, 55, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 52, 51, 58, 56, 50, 48, 55, 55, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 52, 53, 58, 56, 50, 48, 55, 55, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 52, 55, 58, 56, 50, 48, 55, 55, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 52, 57, 58, 56, 50, 48, 55, 55, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 53, 49, 58, 56, 50, 48, 55, 55, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 53, 50, 58, 56, 50, 48, 55, 55, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 56, 54, 58, 56, 50, 48, 55, 55, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 56, 56, 58, 56, 50, 48, 55, 55, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 57, 48, 58, 56, 50, 48, 55, 55, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 57, 50, 58, 56, 50, 48, 55, 56, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 57, 52, 58, 56, 50, 48, 55, 56, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 57, 54, 58, 56, 50, 48, 55, 56, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 55, 57, 55, 58, 56, 50, 48, 55, 56, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 50, 48, 58, 56, 50, 48, 55, 56, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 50, 50, 58, 56, 50, 48, 55, 56, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 50, 52, 58, 56, 50, 48, 55, 56, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 50, 53, 58, 56, 50, 48, 55, 56, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 50, 55, 58, 56, 50, 48, 55, 56, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 50, 57, 58, 56, 50, 48, 55, 56, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 51, 49, 58, 56, 50, 48, 55, 56, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 51, 51, 58, 56, 50, 48, 55, 56, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 51, 53, 58, 56, 50, 48, 55, 56, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 51, 55, 58, 56, 50, 48, 55, 56, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 51, 57, 58, 56, 50, 48, 55, 56, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 52, 49, 58, 56, 50, 48, 55, 56, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 52, 51, 58, 56, 50, 48, 55, 56, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 52, 52, 58, 56, 50, 48, 55, 56, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 52, 54, 58, 56, 50, 48, 55, 56, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 53, 48, 58, 56, 50, 48, 55, 56, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 53, 51, 58, 56, 50, 48, 55, 56, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 53, 53, 58, 56, 50, 48, 55, 56, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 53, 55, 58, 56, 50, 48, 55, 56, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 53, 57, 58, 56, 50, 48, 55, 56, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 54, 48, 58, 56, 50, 48, 55, 56, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 54, 50, 58, 56, 50, 48, 55, 56, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 54, 52, 58, 56, 50, 48, 55, 56, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 54, 54, 58, 56, 50, 48, 55, 56, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 54, 56, 58, 56, 50, 48, 55, 56, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 55, 48, 58, 56, 50, 48, 55, 56, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 55, 49, 58, 56, 50, 48, 55, 56, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 55, 51, 58, 56, 50, 48, 55, 56, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 55, 53, 58, 56, 50, 48, 55, 56, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 55, 55, 58, 56, 50, 48, 55, 56, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 55, 57, 58, 56, 50, 48, 55, 56, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 56, 49, 58, 56, 50, 48, 55, 56, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 56, 50, 58, 56, 50, 48, 55, 56, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 56, 52, 58, 56, 50, 48, 55, 56, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 56, 54, 58, 56, 50, 48, 55, 56, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 52, 56, 56, 55, 58, 56, 50, 48, 55, 56, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 52, 50, 48, 58, 56, 50, 48, 56, 54, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 50, 50, 57, 58, 56, 50, 48, 55, 56, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 55, 51, 58, 56, 50, 48, 55, 56, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 55, 56, 58, 56, 50, 48, 55, 56, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 56, 48, 58, 56, 50, 48, 55, 56, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 56, 51, 58, 56, 50, 48, 55, 56, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 56, 53, 58, 56, 50, 48, 55, 56, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 56, 55, 58, 56, 50, 48, 55, 56, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 56, 57, 58, 56, 50, 48, 55, 56, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 57, 49, 58, 56, 50, 48, 55, 57, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 57, 51, 58, 56, 50, 48, 55, 57, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 57, 53, 58, 56, 50, 48, 55, 57, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 57, 55, 58, 56, 50, 48, 55, 57, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 55, 57, 57, 58, 56, 50, 48, 55, 57, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 48, 49, 58, 56, 50, 48, 55, 57, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 48, 51, 58, 56, 50, 48, 55, 57, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 48, 53, 58, 56, 50, 48, 55, 57, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 48, 54, 58, 56, 50, 48, 55, 57, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 48, 56, 58, 56, 50, 48, 55, 57, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 49, 48, 58, 56, 50, 48, 55, 57, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 49, 50, 58, 56, 50, 48, 55, 57, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 49, 53, 58, 56, 50, 48, 55, 57, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 49, 55, 58, 56, 50, 48, 55, 57, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 49, 57, 58, 56, 50, 48, 55, 57, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 50, 49, 58, 56, 50, 48, 55, 57, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 50, 51, 58, 56, 50, 48, 55, 57, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 50, 53, 58, 56, 50, 48, 55, 57, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 50, 55, 58, 56, 50, 48, 55, 57, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 50, 57, 58, 56, 50, 48, 55, 57, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 51, 49, 58, 56, 50, 48, 55, 57, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 51, 51, 58, 56, 50, 48, 55, 57, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 51, 53, 58, 56, 50, 48, 55, 57, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 51, 55, 58, 56, 50, 48, 55, 57, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 51, 57, 58, 56, 50, 48, 55, 57, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 52, 49, 58, 56, 50, 48, 55, 57, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 52, 52, 58, 56, 50, 48, 55, 57, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 52, 54, 58, 56, 50, 48, 55, 57, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 52, 56, 58, 56, 50, 48, 55, 57, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 53, 48, 58, 56, 50, 48, 55, 57, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 53, 49, 58, 56, 50, 48, 55, 57, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 53, 52, 58, 56, 50, 48, 55, 57, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 53, 53, 58, 56, 50, 48, 55, 57, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 53, 56, 58, 56, 50, 48, 55, 57, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 54, 48, 58, 56, 50, 48, 55, 57, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 54, 50, 58, 56, 50, 48, 55, 57, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 54, 52, 58, 56, 50, 48, 55, 57, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 54, 54, 58, 56, 50, 48, 55, 57, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 54, 55, 58, 56, 50, 48, 55, 57, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 54, 57, 58, 56, 50, 48, 55, 57, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 55, 49, 58, 56, 50, 48, 55, 57, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 55, 51, 58, 56, 50, 48, 55, 57, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 55, 52, 58, 56, 50, 48, 55, 57, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 55, 54, 58, 56, 50, 48, 55, 57, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 55, 56, 58, 56, 50, 48, 55, 57, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 56, 48, 58, 56, 50, 48, 55, 57, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 56, 49, 58, 56, 50, 48, 55, 57, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 56, 51, 58, 56, 50, 48, 55, 57, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 56, 54, 58, 56, 50, 48, 55, 57, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 56, 56, 58, 56, 50, 48, 55, 57, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 57, 48, 58, 56, 50, 48, 56, 48, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 57, 49, 58, 56, 50, 48, 56, 48, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 57, 52, 58, 56, 50, 48, 56, 48, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 57, 54, 58, 56, 50, 48, 56, 48, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 57, 56, 58, 56, 50, 48, 56, 48, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 56, 57, 57, 58, 56, 50, 48, 56, 48, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 48, 49, 58, 56, 50, 48, 56, 48, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 48, 51, 58, 56, 50, 48, 56, 48, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 48, 54, 58, 56, 50, 48, 56, 48, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 48, 56, 58, 56, 50, 48, 56, 48, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 49, 48, 58, 56, 50, 48, 56, 48, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 49, 50, 58, 56, 50, 48, 56, 48, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 49, 52, 58, 56, 50, 48, 56, 48, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 49, 54, 58, 56, 50, 48, 56, 48, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 49, 56, 58, 56, 50, 48, 56, 48, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 50, 48, 58, 56, 50, 48, 56, 48, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 50, 49, 58, 56, 50, 48, 56, 48, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 50, 51, 58, 56, 50, 48, 56, 48, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 50, 53, 58, 56, 50, 48, 56, 48, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 50, 55, 58, 56, 50, 48, 56, 48, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 50, 57, 58, 56, 50, 48, 56, 48, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 51, 49, 58, 56, 50, 48, 56, 48, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 51, 50, 58, 56, 50, 48, 56, 48, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 51, 53, 58, 56, 50, 48, 56, 48, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 51, 54, 58, 56, 50, 48, 56, 48, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 51, 56, 58, 56, 50, 48, 56, 48, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 52, 48, 58, 56, 50, 48, 56, 48, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 52, 50, 58, 56, 50, 48, 56, 48, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 52, 52, 58, 56, 50, 48, 56, 48, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 52, 54, 58, 56, 50, 48, 56, 48, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 52, 55, 58, 56, 50, 48, 56, 48, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 52, 57, 58, 56, 50, 48, 56, 48, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 53, 49, 58, 56, 50, 48, 56, 48, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 53, 51, 58, 56, 50, 48, 56, 48, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 53, 53, 58, 56, 50, 48, 56, 48, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 53, 55, 58, 56, 50, 48, 56, 48, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 53, 57, 58, 56, 50, 48, 56, 48, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 54, 49, 58, 56, 50, 48, 56, 48, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 54, 50, 58, 56, 50, 48, 56, 48, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 54, 52, 58, 56, 50, 48, 56, 48, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 54, 54, 58, 56, 50, 48, 56, 48, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 54, 56, 58, 56, 50, 48, 56, 48, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 55, 48, 58, 56, 50, 48, 56, 48, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 55, 50, 58, 56, 50, 48, 56, 48, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 55, 52, 58, 56, 50, 48, 56, 48, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 55, 53, 58, 56, 50, 48, 56, 48, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 55, 55, 58, 56, 50, 48, 56, 48, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 55, 57, 58, 56, 50, 48, 56, 48, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 56, 48, 58, 56, 50, 48, 56, 48, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 56, 50, 58, 56, 50, 48, 56, 48, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 56, 52, 58, 56, 50, 48, 56, 49, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 56, 54, 58, 56, 50, 48, 56, 49, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 56, 56, 58, 56, 50, 48, 56, 49, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 56, 57, 58, 56, 50, 48, 56, 49, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 57, 49, 58, 56, 50, 48, 56, 49, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 57, 50, 58, 56, 50, 48, 56, 49, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 57, 52, 58, 56, 50, 48, 56, 49, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 57, 55, 58, 56, 50, 48, 56, 49, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 53, 57, 57, 56, 58, 56, 50, 48, 56, 49, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 48, 48, 58, 56, 50, 48, 56, 49, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 48, 50, 58, 56, 50, 48, 56, 49, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 48, 51, 58, 56, 50, 48, 56, 49, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 48, 53, 58, 56, 50, 48, 56, 49, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 48, 55, 58, 56, 50, 48, 56, 49, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 49, 48, 58, 56, 50, 48, 56, 49, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 49, 50, 58, 56, 50, 48, 56, 49, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 49, 51, 58, 56, 50, 48, 56, 49, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 49, 53, 58, 56, 50, 48, 56, 49, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 49, 55, 58, 56, 50, 48, 56, 49, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 49, 56, 58, 56, 50, 48, 56, 49, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 50, 48, 58, 56, 50, 48, 56, 49, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 50, 50, 58, 56, 50, 48, 56, 49, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 50, 52, 58, 56, 50, 48, 56, 49, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 50, 54, 58, 56, 50, 48, 56, 49, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 50, 56, 58, 56, 50, 48, 56, 49, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 50, 57, 58, 56, 50, 48, 56, 49, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 51, 49, 58, 56, 50, 48, 56, 49, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 51, 51, 58, 56, 50, 48, 56, 49, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 51, 53, 58, 56, 50, 48, 56, 49, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 51, 54, 58, 56, 50, 48, 56, 49, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 51, 56, 58, 56, 50, 48, 56, 49, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 52, 48, 58, 56, 50, 48, 56, 49, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 52, 49, 58, 56, 50, 48, 56, 49, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 52, 51, 58, 56, 50, 48, 56, 49, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 52, 53, 58, 56, 50, 48, 56, 49, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 52, 55, 58, 56, 50, 48, 56, 49, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 52, 56, 58, 56, 50, 48, 56, 49, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 53, 48, 58, 56, 50, 48, 56, 49, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 53, 50, 58, 56, 50, 48, 56, 49, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 53, 52, 58, 56, 50, 48, 56, 49, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 53, 53, 58, 56, 50, 48, 56, 49, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 53, 55, 58, 56, 50, 48, 56, 49, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 53, 57, 58, 56, 50, 48, 56, 49, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 54, 49, 58, 56, 50, 48, 56, 49, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 54, 50, 58, 56, 50, 48, 56, 49, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 54, 52, 58, 56, 50, 48, 56, 49, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 54, 53, 58, 56, 50, 48, 56, 49, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 54, 55, 58, 56, 50, 48, 56, 49, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 54, 57, 58, 56, 50, 48, 56, 49, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 55, 48, 58, 56, 50, 48, 56, 49, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 55, 50, 58, 56, 50, 48, 56, 50, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 55, 52, 58, 56, 50, 48, 56, 50, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 55, 53, 58, 56, 50, 48, 56, 50, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 55, 55, 58, 56, 50, 48, 56, 50, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 55, 56, 58, 56, 50, 48, 56, 50, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 56, 48, 58, 56, 50, 48, 56, 50, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 56, 50, 58, 56, 50, 48, 56, 50, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 56, 52, 58, 56, 50, 48, 56, 50, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 56, 54, 58, 56, 50, 48, 56, 50, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 56, 55, 58, 56, 50, 48, 56, 50, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 56, 57, 58, 56, 50, 48, 56, 50, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 57, 49, 58, 56, 50, 48, 56, 50, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 57, 50, 58, 56, 50, 48, 56, 50, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 57, 52, 58, 56, 50, 48, 56, 50, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 57, 54, 58, 56, 50, 48, 56, 50, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 48, 57, 56, 58, 56, 50, 48, 56, 50, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 48, 48, 58, 56, 50, 48, 56, 50, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 48, 49, 58, 56, 50, 48, 56, 50, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 48, 51, 58, 56, 50, 48, 56, 50, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 48, 52, 58, 56, 50, 48, 56, 50, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 48, 54, 58, 56, 50, 48, 56, 50, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 48, 56, 58, 56, 50, 48, 56, 50, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 48, 57, 58, 56, 50, 48, 56, 50, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 49, 49, 58, 56, 50, 48, 56, 50, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 49, 51, 58, 56, 50, 48, 56, 50, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 49, 52, 58, 56, 50, 48, 56, 50, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 49, 54, 58, 56, 50, 48, 56, 50, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 49, 55, 58, 56, 50, 48, 56, 50, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 49, 57, 58, 56, 50, 48, 56, 50, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 50, 49, 58, 56, 50, 48, 56, 50, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 50, 50, 58, 56, 50, 48, 56, 50, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 50, 52, 58, 56, 50, 48, 56, 50, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 50, 54, 58, 56, 50, 48, 56, 50, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 50, 55, 58, 56, 50, 48, 56, 50, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 50, 57, 58, 56, 50, 48, 56, 50, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 49, 51, 49, 58, 56, 50, 48, 56, 50, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 54, 52, 50, 57, 58, 56, 50, 48, 56, 50, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 49, 55, 58, 56, 50, 48, 56, 50, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 50, 52, 58, 56, 50, 48, 56, 50, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 51, 48, 58, 56, 50, 48, 56, 50, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 52, 50, 58, 56, 50, 48, 56, 50, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 52, 56, 58, 56, 50, 48, 56, 50, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 53, 48, 58, 56, 50, 48, 56, 50, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 53, 50, 58, 56, 50, 48, 56, 50, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 53, 52, 58, 56, 50, 48, 56, 50, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 53, 54, 58, 56, 50, 48, 56, 50, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 53, 56, 58, 56, 50, 48, 56, 50, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 54, 48, 58, 56, 50, 48, 56, 50, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 54, 49, 58, 56, 50, 48, 56, 50, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 54, 51, 58, 56, 50, 48, 56, 50, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 54, 53, 58, 56, 50, 48, 56, 51, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 54, 55, 58, 56, 50, 48, 56, 51, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 54, 56, 58, 56, 50, 48, 56, 51, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 55, 48, 58, 56, 50, 48, 56, 51, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 56, 55, 58, 56, 50, 48, 56, 51, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 52, 57, 53, 58, 56, 50, 48, 56, 51, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 48, 55, 58, 56, 50, 48, 56, 51, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 49, 48, 58, 56, 50, 48, 56, 51, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 53, 48, 58, 56, 50, 48, 56, 51, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 53, 56, 58, 56, 50, 48, 56, 51, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 54, 48, 58, 56, 50, 48, 56, 51, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 54, 52, 58, 56, 50, 48, 56, 51, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 54, 54, 58, 56, 50, 48, 56, 51, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 54, 56, 58, 56, 50, 48, 56, 51, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 55, 49, 58, 56, 50, 48, 56, 51, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 55, 56, 58, 56, 50, 48, 56, 51, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 56, 54, 58, 56, 50, 48, 56, 51, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 56, 56, 58, 56, 50, 48, 56, 51, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 57, 49, 58, 56, 50, 48, 56, 51, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 57, 51, 58, 56, 50, 48, 56, 51, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 57, 54, 58, 56, 50, 48, 56, 51, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 53, 57, 56, 58, 56, 50, 48, 56, 51, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 48, 54, 58, 56, 50, 48, 56, 51, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 49, 49, 58, 56, 50, 48, 56, 51, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 49, 51, 58, 56, 50, 48, 56, 51, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 49, 55, 58, 56, 50, 48, 56, 51, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 50, 50, 58, 56, 50, 48, 56, 51, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 51, 53, 58, 56, 50, 48, 56, 51, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 52, 48, 58, 56, 50, 48, 56, 51, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 52, 52, 58, 56, 50, 48, 56, 51, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 52, 55, 58, 56, 50, 48, 56, 51, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 52, 57, 58, 56, 50, 48, 56, 51, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 53, 49, 58, 56, 50, 48, 56, 51, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 53, 51, 58, 56, 50, 48, 56, 51, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 54, 48, 58, 56, 50, 48, 56, 51, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 54, 53, 58, 56, 50, 48, 56, 51, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 55, 48, 58, 56, 50, 48, 56, 51, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 55, 51, 58, 56, 50, 48, 56, 51, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 54, 56, 55, 58, 56, 50, 48, 56, 51, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 55, 49, 57, 58, 56, 50, 48, 56, 51, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 55, 51, 48, 58, 56, 50, 48, 56, 51, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 55, 52, 49, 58, 56, 50, 48, 56, 51, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 55, 52, 56, 58, 56, 50, 48, 56, 51, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 55, 53, 54, 58, 56, 50, 48, 56, 51, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 55, 53, 57, 58, 56, 50, 48, 56, 51, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 55, 57, 57, 58, 56, 50, 48, 56, 51, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 48, 50, 58, 56, 50, 48, 56, 51, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 48, 55, 58, 56, 50, 48, 56, 51, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 49, 48, 58, 56, 50, 48, 56, 51, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 49, 50, 58, 56, 50, 48, 56, 51, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 49, 52, 58, 56, 50, 48, 56, 52, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 49, 55, 58, 56, 50, 48, 56, 52, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 50, 48, 58, 56, 50, 48, 56, 52, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 50, 51, 58, 56, 50, 48, 56, 52, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 51, 49, 58, 56, 50, 48, 56, 52, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 51, 51, 58, 56, 50, 48, 56, 52, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 51, 53, 58, 56, 50, 48, 56, 52, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 51, 56, 58, 56, 50, 48, 56, 52, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 52, 48, 58, 56, 50, 48, 56, 52, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 52, 50, 58, 56, 50, 48, 56, 52, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 52, 52, 58, 56, 50, 48, 56, 52, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 52, 55, 58, 56, 50, 48, 56, 52, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 52, 57, 58, 56, 50, 48, 56, 52, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 53, 49, 58, 56, 50, 48, 56, 52, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 53, 52, 58, 56, 50, 48, 56, 52, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 53, 54, 58, 56, 50, 48, 56, 52, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 53, 56, 58, 56, 50, 48, 56, 52, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 54, 48, 58, 56, 50, 48, 56, 52, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 54, 50, 58, 56, 50, 48, 56, 52, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 54, 52, 58, 56, 50, 48, 56, 52, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 54, 54, 58, 56, 50, 48, 56, 52, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 54, 56, 58, 56, 50, 48, 56, 52, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 54, 57, 58, 56, 50, 48, 56, 52, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 55, 49, 58, 56, 50, 48, 56, 52, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 55, 51, 58, 56, 50, 48, 56, 52, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 55, 54, 58, 56, 50, 48, 56, 52, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 55, 55, 58, 56, 50, 48, 56, 52, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 55, 57, 58, 56, 50, 48, 56, 52, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 56, 49, 58, 56, 50, 48, 56, 52, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 56, 51, 58, 56, 50, 48, 56, 52, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 56, 53, 58, 56, 50, 48, 56, 52, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 56, 55, 58, 56, 50, 48, 56, 52, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 56, 56, 58, 56, 50, 48, 56, 52, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 57, 48, 58, 56, 50, 48, 56, 52, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 57, 50, 58, 56, 50, 48, 56, 52, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 57, 52, 58, 56, 50, 48, 56, 52, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 57, 54, 58, 56, 50, 48, 56, 52, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 56, 57, 56, 58, 56, 50, 48, 56, 52, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 48, 48, 58, 56, 50, 48, 56, 52, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 48, 50, 58, 56, 50, 48, 56, 52, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 48, 52, 58, 56, 50, 48, 56, 52, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 48, 53, 58, 56, 50, 48, 56, 52, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 48, 55, 58, 56, 50, 48, 56, 52, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 48, 57, 58, 56, 50, 48, 56, 52, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 49, 49, 58, 56, 50, 48, 56, 52, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 49, 51, 58, 56, 50, 48, 56, 52, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 49, 53, 58, 56, 50, 48, 56, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 49, 54, 58, 56, 50, 48, 56, 52, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 49, 57, 58, 56, 50, 48, 56, 52, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 50, 49, 58, 56, 50, 48, 56, 52, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 50, 51, 58, 56, 50, 48, 56, 53, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 50, 53, 58, 56, 50, 48, 56, 53, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 50, 55, 58, 56, 50, 48, 56, 53, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 50, 57, 58, 56, 50, 48, 56, 53, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 51, 49, 58, 56, 50, 48, 56, 53, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 51, 51, 58, 56, 50, 48, 56, 53, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 51, 52, 58, 56, 50, 48, 56, 53, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 51, 54, 58, 56, 50, 48, 56, 53, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 51, 56, 58, 56, 50, 48, 56, 53, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 52, 48, 58, 56, 50, 48, 56, 53, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 52, 49, 58, 56, 50, 48, 56, 53, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 52, 51, 58, 56, 50, 48, 56, 53, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 52, 53, 58, 56, 50, 48, 56, 53, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 52, 54, 58, 56, 50, 48, 56, 53, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 52, 56, 58, 56, 50, 48, 56, 53, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 53, 48, 58, 56, 50, 48, 56, 53, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 53, 51, 58, 56, 50, 48, 56, 53, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 53, 53, 58, 56, 50, 48, 56, 53, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 53, 55, 58, 56, 50, 48, 56, 53, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 53, 56, 58, 56, 50, 48, 56, 53, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 54, 48, 58, 56, 50, 48, 56, 53, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 54, 49, 58, 56, 50, 48, 56, 53, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 54, 51, 58, 56, 50, 48, 56, 53, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 54, 53, 58, 56, 50, 48, 56, 53, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 54, 55, 58, 56, 50, 48, 56, 53, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 54, 57, 58, 56, 50, 48, 56, 53, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 55, 49, 58, 56, 50, 48, 56, 53, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 55, 50, 58, 56, 50, 48, 56, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 55, 52, 58, 56, 50, 48, 56, 53, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 55, 54, 58, 56, 50, 48, 56, 53, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 55, 55, 58, 56, 50, 48, 56, 53, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 55, 57, 58, 56, 50, 48, 56, 53, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 56, 49, 58, 56, 50, 48, 56, 53, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 56, 51, 58, 56, 50, 48, 56, 53, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 56, 53, 58, 56, 50, 48, 56, 53, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 56, 55, 58, 56, 50, 48, 56, 53, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 56, 56, 58, 56, 50, 48, 56, 53, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 57, 48, 58, 56, 50, 48, 56, 53, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 57, 50, 58, 56, 50, 48, 56, 53, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 57, 51, 58, 56, 50, 48, 56, 53, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 57, 53, 58, 56, 50, 48, 56, 53, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 57, 55, 58, 56, 50, 48, 56, 53, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 55, 57, 57, 57, 58, 56, 50, 48, 56, 53, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 48, 49, 58, 56, 50, 48, 56, 53, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 48, 50, 58, 56, 50, 48, 56, 53, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 48, 53, 58, 56, 50, 48, 56, 53, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 48, 54, 58, 56, 50, 48, 56, 53, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 48, 56, 58, 56, 50, 48, 56, 53, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 49, 48, 58, 56, 50, 48, 56, 53, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 49, 49, 58, 56, 50, 48, 56, 53, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 49, 51, 58, 56, 50, 48, 56, 54, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 49, 53, 58, 56, 50, 48, 56, 54, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 49, 54, 58, 56, 50, 48, 56, 54, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 49, 56, 58, 56, 50, 48, 56, 54, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 50, 48, 58, 56, 50, 48, 56, 54, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 50, 49, 58, 56, 50, 48, 56, 54, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 50, 51, 58, 56, 50, 48, 56, 54, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 50, 54, 58, 56, 50, 48, 56, 54, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 50, 56, 58, 56, 50, 48, 56, 54, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 51, 48, 58, 56, 50, 48, 56, 54, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 51, 50, 58, 56, 50, 48, 56, 54, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 51, 51, 58, 56, 50, 48, 56, 54, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 51, 53, 58, 56, 50, 48, 56, 54, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 51, 55, 58, 56, 50, 48, 56, 54, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 51, 57, 58, 56, 50, 48, 56, 54, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 52, 48, 58, 56, 50, 48, 56, 54, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 52, 50, 58, 56, 50, 48, 56, 54, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 52, 52, 58, 56, 50, 48, 56, 54, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 52, 54, 58, 56, 50, 48, 56, 54, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 52, 56, 58, 56, 50, 48, 56, 54, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 52, 57, 58, 56, 50, 48, 56, 54, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 53, 49, 58, 56, 50, 48, 56, 54, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 53, 51, 58, 56, 50, 48, 56, 54, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 53, 53, 58, 56, 50, 48, 56, 54, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 53, 54, 58, 56, 50, 48, 56, 54, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 53, 56, 58, 56, 50, 48, 56, 54, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 53, 57, 58, 56, 50, 48, 56, 54, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 54, 49, 58, 56, 50, 48, 56, 54, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 54, 51, 58, 56, 50, 48, 56, 54, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 56, 56, 48, 54, 54, 58, 56, 50, 48, 56, 54, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 48, 55, 49, 55, 58, 56, 50, 48, 56, 54, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 50, 48, 52, 55, 58, 56, 50, 48, 56, 54, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 50, 53, 56, 54, 58, 56, 50, 48, 56, 54, 56, 55, 12, 0, 0, 0, 79, 118, 101, 114, 108, 97, 121, 32, 90, 111, 110, 101, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 52, 54, 49, 50, 58, 56, 50, 48, 56, 54, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 50, 57, 51, 48, 52, 50, 57, 55, 48, 58, 56, 49, 55, 54, 51, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 53, 56, 54, 54, 58, 56, 50, 48, 56, 55, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 51, 56, 48, 58, 56, 50, 48, 56, 55, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 56, 57, 57, 58, 56, 50, 48, 56, 55, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 48, 53, 58, 56, 50, 48, 56, 55, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 48, 55, 58, 56, 50, 48, 56, 55, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 49, 48, 58, 56, 50, 48, 56, 55, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 49, 50, 58, 56, 50, 48, 56, 55, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 49, 53, 58, 56, 50, 48, 56, 55, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 49, 55, 58, 56, 50, 48, 56, 55, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 49, 57, 58, 56, 50, 48, 56, 55, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 50, 49, 58, 56, 50, 48, 56, 55, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 50, 51, 58, 56, 50, 48, 56, 55, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 50, 53, 58, 56, 50, 48, 56, 55, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 50, 55, 58, 56, 50, 48, 56, 55, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 50, 57, 58, 56, 50, 48, 56, 55, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 51, 49, 58, 56, 50, 48, 56, 55, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 51, 51, 58, 56, 50, 48, 56, 55, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 51, 53, 58, 56, 50, 48, 56, 55, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 51, 55, 58, 56, 50, 48, 56, 55, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 51, 57, 58, 56, 50, 48, 56, 55, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 52, 49, 58, 56, 50, 48, 56, 55, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 52, 52, 58, 56, 50, 48, 56, 55, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 52, 54, 58, 56, 50, 48, 56, 55, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 52, 57, 58, 56, 50, 48, 56, 55, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 53, 49, 58, 56, 50, 48, 56, 55, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 53, 52, 58, 56, 50, 48, 56, 55, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 53, 54, 58, 56, 50, 48, 56, 55, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 53, 56, 58, 56, 50, 48, 56, 55, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 54, 48, 58, 56, 50, 48, 56, 55, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 54, 50, 58, 56, 50, 48, 56, 55, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 54, 52, 58, 56, 50, 48, 56, 55, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 54, 54, 58, 56, 50, 48, 56, 55, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 54, 56, 58, 56, 50, 48, 56, 55, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 55, 48, 58, 56, 50, 48, 56, 55, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 55, 50, 58, 56, 50, 48, 56, 55, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 55, 53, 58, 56, 50, 48, 56, 55, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 55, 55, 58, 56, 50, 48, 56, 55, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 55, 57, 58, 56, 50, 48, 56, 55, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 56, 49, 58, 56, 50, 48, 56, 55, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 56, 51, 58, 56, 50, 48, 56, 55, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 56, 53, 58, 56, 50, 48, 56, 55, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 56, 55, 58, 56, 50, 48, 56, 55, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 56, 57, 58, 56, 50, 48, 56, 55, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 57, 49, 58, 56, 50, 48, 56, 55, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 57, 51, 58, 56, 50, 48, 56, 56, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 57, 53, 58, 56, 50, 48, 56, 56, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 57, 54, 58, 56, 50, 48, 56, 56, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 54, 57, 57, 56, 58, 56, 50, 48, 56, 56, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 48, 48, 58, 56, 50, 48, 56, 56, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 48, 50, 58, 56, 50, 48, 56, 56, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 48, 52, 58, 56, 50, 48, 56, 56, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 48, 53, 58, 56, 50, 48, 56, 56, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 48, 55, 58, 56, 50, 48, 56, 56, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 48, 57, 58, 56, 50, 48, 56, 56, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 49, 49, 58, 56, 50, 48, 56, 56, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 49, 52, 58, 56, 50, 48, 56, 56, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 49, 54, 58, 56, 50, 48, 56, 56, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 50, 50, 58, 56, 50, 48, 56, 56, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 50, 52, 58, 56, 50, 48, 56, 56, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 50, 55, 58, 56, 50, 48, 56, 56, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 50, 57, 58, 56, 50, 48, 56, 56, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 51, 49, 58, 56, 50, 48, 56, 56, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 51, 51, 58, 56, 50, 48, 56, 56, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 51, 53, 58, 56, 50, 48, 56, 56, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 51, 55, 58, 56, 50, 48, 56, 56, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 51, 57, 58, 56, 50, 48, 56, 56, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 52, 49, 58, 56, 50, 48, 56, 56, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 52, 52, 58, 56, 50, 48, 56, 56, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 52, 54, 58, 56, 50, 48, 56, 56, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 52, 56, 58, 56, 50, 48, 56, 56, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 53, 48, 58, 56, 50, 48, 56, 56, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 53, 50, 58, 56, 50, 48, 56, 56, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 53, 52, 58, 56, 50, 48, 56, 56, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 53, 53, 58, 56, 50, 48, 56, 56, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 53, 55, 58, 56, 50, 48, 56, 56, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 54, 48, 58, 56, 50, 48, 56, 56, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 54, 50, 58, 56, 50, 48, 56, 56, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 54, 53, 58, 56, 50, 48, 56, 56, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 54, 55, 58, 56, 50, 48, 56, 56, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 55, 48, 58, 56, 50, 48, 56, 56, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 55, 49, 58, 56, 50, 48, 56, 56, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 55, 51, 58, 56, 50, 48, 56, 56, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 55, 54, 58, 56, 50, 48, 56, 56, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 55, 56, 58, 56, 50, 48, 56, 56, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 56, 48, 58, 56, 50, 48, 56, 56, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 56, 50, 58, 56, 50, 48, 56, 56, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 56, 52, 58, 56, 50, 48, 56, 56, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 56, 54, 58, 56, 50, 48, 56, 56, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 56, 56, 58, 56, 50, 48, 56, 56, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 57, 48, 58, 56, 50, 48, 56, 56, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 57, 50, 58, 56, 50, 48, 56, 56, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 57, 52, 58, 56, 50, 48, 56, 56, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 57, 54, 58, 56, 50, 48, 56, 56, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 57, 56, 58, 56, 50, 48, 56, 56, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 48, 57, 57, 58, 56, 50, 48, 56, 57, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 48, 49, 58, 56, 50, 48, 56, 57, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 48, 51, 58, 56, 50, 48, 56, 57, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 48, 52, 58, 56, 50, 48, 56, 57, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 48, 55, 58, 56, 50, 48, 56, 57, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 48, 56, 58, 56, 50, 48, 56, 57, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 49, 48, 58, 56, 50, 48, 56, 57, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 49, 50, 58, 56, 50, 48, 56, 57, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 49, 51, 58, 56, 50, 48, 56, 57, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 49, 53, 58, 56, 50, 48, 56, 57, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 49, 54, 58, 56, 50, 48, 56, 57, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 49, 56, 58, 56, 50, 48, 56, 57, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 49, 57, 58, 56, 50, 48, 56, 57, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 50, 49, 58, 56, 50, 48, 56, 57, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 50, 51, 58, 56, 50, 48, 56, 57, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 50, 53, 58, 56, 50, 48, 56, 57, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 50, 55, 58, 56, 50, 48, 56, 57, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 50, 57, 58, 56, 50, 48, 56, 57, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 51, 49, 58, 56, 50, 48, 56, 57, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 51, 51, 58, 56, 50, 48, 56, 57, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 51, 52, 58, 56, 50, 48, 56, 57, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 51, 54, 58, 56, 50, 48, 56, 57, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 53, 57, 51, 51, 56, 57, 52, 54, 51, 58, 56, 55, 55, 52, 51, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 55, 55, 48, 50, 48, 49, 49, 52, 51, 58, 57, 49, 57, 54, 56, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 52, 48, 58, 56, 50, 48, 56, 57, 52, 52, 7, 0, 0, 0, 79, 118, 101, 114, 108, 97, 112, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 52, 50, 58, 56, 50, 48, 56, 57, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 52, 51, 58, 56, 50, 48, 56, 57, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 52, 53, 58, 56, 50, 48, 56, 57, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 52, 55, 58, 56, 50, 48, 56, 57, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 52, 57, 58, 56, 50, 48, 56, 57, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 53, 49, 58, 56, 50, 48, 56, 57, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 53, 51, 58, 56, 50, 48, 56, 57, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 53, 52, 58, 56, 50, 48, 56, 57, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 53, 54, 58, 56, 50, 48, 56, 57, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 53, 56, 58, 56, 50, 48, 56, 57, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 53, 57, 58, 56, 50, 48, 56, 57, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 54, 49, 58, 56, 50, 48, 56, 57, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 54, 51, 58, 56, 50, 48, 56, 57, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 54, 52, 58, 56, 50, 48, 56, 57, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 54, 55, 58, 56, 50, 48, 56, 57, 55, 52, 8, 0, 0, 0, 114, 117, 110, 84, 119, 101, 101, 110, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 54, 57, 58, 56, 50, 48, 56, 57, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 55, 51, 58, 56, 50, 48, 56, 57, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 55, 52, 58, 56, 50, 48, 56, 57, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 55, 54, 58, 56, 50, 48, 56, 57, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 55, 56, 58, 56, 50, 48, 56, 57, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 55, 57, 58, 56, 50, 48, 56, 57, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 56, 49, 58, 56, 50, 48, 56, 57, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 56, 51, 58, 56, 50, 48, 56, 57, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 56, 52, 58, 56, 50, 48, 56, 57, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 56, 54, 58, 56, 50, 48, 56, 57, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 56, 56, 58, 56, 50, 48, 56, 57, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 57, 49, 58, 56, 50, 48, 56, 57, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 57, 50, 58, 56, 50, 48, 57, 48, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 57, 52, 58, 56, 50, 48, 57, 48, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 57, 54, 58, 56, 50, 48, 57, 48, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 57, 55, 58, 56, 50, 48, 57, 48, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 49, 57, 57, 58, 56, 50, 48, 57, 48, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 48, 49, 58, 56, 50, 48, 57, 48, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 48, 51, 58, 56, 50, 48, 57, 48, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 48, 53, 58, 56, 50, 48, 57, 48, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 48, 54, 58, 56, 50, 48, 57, 48, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 48, 56, 58, 56, 50, 48, 57, 48, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 49, 48, 58, 56, 50, 48, 57, 48, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 49, 49, 58, 56, 50, 48, 57, 48, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 49, 51, 58, 56, 50, 48, 57, 48, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 49, 53, 58, 56, 50, 48, 57, 48, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 49, 55, 58, 56, 50, 48, 57, 48, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 49, 57, 58, 56, 50, 48, 57, 48, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 50, 48, 58, 56, 50, 48, 57, 48, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 50, 50, 58, 56, 50, 48, 57, 48, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 50, 52, 58, 56, 50, 48, 57, 48, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 50, 54, 58, 56, 50, 48, 57, 48, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 50, 56, 58, 56, 50, 48, 57, 48, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 51, 48, 58, 56, 50, 48, 57, 48, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 51, 50, 58, 56, 50, 48, 57, 48, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 51, 51, 58, 56, 50, 48, 57, 48, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 51, 53, 58, 56, 50, 48, 57, 48, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 51, 55, 58, 56, 50, 48, 57, 48, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 51, 56, 58, 56, 50, 48, 57, 48, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 52, 48, 58, 56, 50, 48, 57, 48, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 52, 50, 58, 56, 50, 48, 57, 48, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 52, 51, 58, 56, 50, 48, 57, 48, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 52, 53, 58, 56, 50, 48, 57, 48, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 52, 55, 58, 56, 50, 48, 57, 48, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 52, 57, 58, 56, 50, 48, 57, 48, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 53, 49, 58, 56, 50, 48, 57, 48, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 53, 50, 58, 56, 50, 48, 57, 48, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 53, 52, 58, 56, 50, 48, 57, 48, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 53, 53, 58, 56, 50, 48, 57, 48, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 53, 55, 58, 56, 50, 48, 57, 48, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 53, 57, 58, 56, 50, 48, 57, 48, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 54, 49, 58, 56, 50, 48, 57, 48, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 54, 50, 58, 56, 50, 48, 57, 48, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 54, 52, 58, 56, 50, 48, 57, 48, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 54, 54, 58, 56, 50, 48, 57, 48, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 54, 55, 58, 56, 50, 48, 57, 48, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 54, 57, 58, 56, 50, 48, 57, 48, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 55, 49, 58, 56, 50, 48, 57, 48, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 55, 51, 58, 56, 50, 48, 57, 48, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 55, 53, 58, 56, 50, 48, 57, 48, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 55, 54, 58, 56, 50, 48, 57, 48, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 55, 56, 58, 56, 50, 48, 57, 48, 57, 56, 20, 0, 0, 0, 112, 104, 121, 115, 105, 99, 115, 67, 111, 108, 108, 105, 100, 101, 114, 69, 118, 101, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 50, 57, 55, 50, 56, 48, 58, 56, 50, 48, 57, 49, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 50, 52, 48, 49, 58, 56, 50, 48, 57, 49, 49, 50, 7, 0, 0, 0, 70, 108, 111, 111, 114, 32, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 49, 57, 50, 58, 56, 50, 48, 57, 49, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 52, 51, 58, 56, 50, 48, 57, 49, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 52, 57, 58, 56, 50, 48, 57, 49, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 53, 50, 58, 56, 50, 48, 57, 49, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 53, 52, 58, 56, 50, 48, 57, 49, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 53, 54, 58, 56, 50, 48, 57, 49, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 53, 57, 58, 56, 50, 48, 57, 49, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 54, 49, 58, 56, 50, 48, 57, 49, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 54, 50, 58, 56, 50, 48, 57, 49, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 54, 53, 58, 56, 50, 48, 57, 49, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 54, 55, 58, 56, 50, 48, 57, 49, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 54, 57, 58, 56, 50, 48, 57, 49, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 55, 49, 58, 56, 50, 48, 57, 49, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 55, 51, 58, 56, 50, 48, 57, 49, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 55, 53, 58, 56, 50, 48, 57, 49, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 55, 55, 58, 56, 50, 48, 57, 49, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 55, 55, 57, 58, 56, 50, 48, 57, 49, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 55, 56, 49, 49, 58, 56, 50, 48, 57, 49, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 49, 55, 58, 56, 50, 48, 57, 49, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 50, 50, 58, 56, 50, 48, 57, 49, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 50, 53, 58, 56, 50, 48, 57, 49, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 50, 55, 58, 56, 50, 48, 57, 49, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 50, 57, 58, 56, 50, 48, 57, 49, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 51, 49, 58, 56, 50, 48, 57, 49, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 51, 50, 58, 56, 50, 48, 57, 49, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 51, 52, 58, 56, 50, 48, 57, 49, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 51, 54, 58, 56, 50, 48, 57, 49, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 51, 56, 58, 56, 50, 48, 57, 49, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 52, 48, 58, 56, 50, 48, 57, 49, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 52, 50, 58, 56, 50, 48, 57, 49, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 52, 51, 58, 56, 50, 48, 57, 49, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 52, 53, 58, 56, 50, 48, 57, 49, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 52, 55, 58, 56, 50, 48, 57, 50, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 52, 57, 58, 56, 50, 48, 57, 50, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 53, 48, 58, 56, 50, 48, 57, 50, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 53, 51, 58, 56, 50, 48, 57, 50, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 53, 53, 58, 56, 50, 48, 57, 50, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 53, 56, 58, 56, 50, 48, 57, 50, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 54, 49, 58, 56, 50, 48, 57, 50, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 54, 51, 58, 56, 50, 48, 57, 50, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 54, 53, 58, 56, 50, 48, 57, 50, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 54, 55, 58, 56, 50, 48, 57, 50, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 54, 57, 58, 56, 50, 48, 57, 50, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 55, 49, 58, 56, 50, 48, 57, 50, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 55, 51, 58, 56, 50, 48, 57, 50, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 55, 53, 58, 56, 50, 48, 57, 50, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 55, 55, 58, 56, 50, 48, 57, 50, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 55, 57, 58, 56, 50, 48, 57, 50, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 56, 50, 58, 56, 50, 48, 57, 50, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 56, 52, 58, 56, 50, 48, 57, 50, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 56, 54, 58, 56, 50, 48, 57, 50, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 56, 56, 58, 56, 50, 48, 57, 50, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 57, 49, 58, 56, 50, 48, 57, 50, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 57, 50, 58, 56, 50, 48, 57, 50, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 57, 53, 58, 56, 50, 48, 57, 50, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 51, 57, 55, 58, 56, 50, 48, 57, 50, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 48, 48, 58, 56, 50, 48, 57, 50, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 48, 51, 58, 56, 50, 48, 57, 50, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 48, 53, 58, 56, 50, 48, 57, 50, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 48, 55, 58, 56, 50, 48, 57, 50, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 49, 48, 58, 56, 50, 48, 57, 50, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 49, 50, 58, 56, 50, 48, 57, 50, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 49, 51, 58, 56, 50, 48, 57, 50, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 49, 53, 58, 56, 50, 48, 57, 50, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 49, 55, 58, 56, 50, 48, 57, 50, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 49, 57, 58, 56, 50, 48, 57, 50, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 50, 49, 58, 56, 50, 48, 57, 50, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 50, 51, 58, 56, 50, 48, 57, 50, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 50, 53, 58, 56, 50, 48, 57, 50, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 50, 54, 58, 56, 50, 48, 57, 50, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 50, 56, 58, 56, 50, 48, 57, 50, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 51, 48, 58, 56, 50, 48, 57, 50, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 51, 50, 58, 56, 50, 48, 57, 50, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 51, 52, 58, 56, 50, 48, 57, 50, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 51, 54, 58, 56, 50, 48, 57, 50, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 51, 56, 58, 56, 50, 48, 57, 50, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 51, 57, 58, 56, 50, 48, 57, 50, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 52, 49, 58, 56, 50, 48, 57, 50, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 52, 51, 58, 56, 50, 48, 57, 50, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 52, 53, 58, 56, 50, 48, 57, 50, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 52, 55, 58, 56, 50, 48, 57, 50, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 52, 57, 58, 56, 50, 48, 57, 50, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 53, 49, 58, 56, 50, 48, 57, 51, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 53, 52, 58, 56, 50, 48, 57, 51, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 53, 53, 58, 56, 50, 48, 57, 51, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 53, 55, 58, 56, 50, 48, 57, 51, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 53, 57, 58, 56, 50, 48, 57, 51, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 54, 53, 58, 56, 50, 48, 57, 51, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 54, 55, 58, 56, 50, 48, 57, 51, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 54, 57, 58, 56, 50, 48, 57, 51, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 55, 49, 58, 56, 50, 48, 57, 51, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 55, 51, 58, 56, 50, 48, 57, 51, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 55, 52, 58, 56, 50, 48, 57, 51, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 55, 55, 58, 56, 50, 48, 57, 51, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 55, 57, 58, 56, 50, 48, 57, 51, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 56, 49, 58, 56, 50, 48, 57, 51, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 56, 51, 58, 56, 50, 48, 57, 51, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 56, 52, 58, 56, 50, 48, 57, 51, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 56, 55, 58, 56, 50, 48, 57, 51, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 56, 56, 58, 56, 50, 48, 57, 51, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 57, 49, 58, 56, 50, 48, 57, 51, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 57, 52, 58, 56, 50, 48, 57, 51, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 57, 54, 58, 56, 50, 48, 57, 51, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 52, 57, 56, 58, 56, 50, 48, 57, 51, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 48, 48, 58, 56, 50, 48, 57, 51, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 48, 49, 58, 56, 50, 48, 57, 51, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 48, 51, 58, 56, 50, 48, 57, 51, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 48, 53, 58, 56, 50, 48, 57, 51, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 48, 55, 58, 56, 50, 48, 57, 51, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 48, 56, 58, 56, 50, 48, 57, 51, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 49, 48, 58, 56, 50, 48, 57, 51, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 49, 50, 58, 56, 50, 48, 57, 51, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 49, 52, 58, 56, 50, 48, 57, 51, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 49, 53, 58, 56, 50, 48, 57, 51, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 49, 55, 58, 56, 50, 48, 57, 51, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 49, 57, 58, 56, 50, 48, 57, 51, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 50, 48, 58, 56, 50, 48, 57, 51, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 50, 50, 58, 56, 50, 48, 57, 51, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 50, 52, 58, 56, 50, 48, 57, 51, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 50, 54, 58, 56, 50, 48, 57, 51, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 50, 55, 58, 56, 50, 48, 57, 51, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 50, 57, 58, 56, 50, 48, 57, 51, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 51, 49, 58, 56, 50, 48, 57, 51, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 51, 50, 58, 56, 50, 48, 57, 51, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 51, 52, 58, 56, 50, 48, 57, 51, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 51, 54, 58, 56, 50, 48, 57, 51, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 51, 55, 58, 56, 50, 48, 57, 51, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 51, 57, 58, 56, 50, 48, 57, 51, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 52, 48, 58, 56, 50, 48, 57, 51, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 52, 50, 58, 56, 50, 48, 57, 51, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 52, 52, 58, 56, 50, 48, 57, 51, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 52, 54, 58, 56, 50, 48, 57, 51, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 52, 56, 58, 56, 50, 48, 57, 52, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 52, 57, 58, 56, 50, 48, 57, 52, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 53, 49, 58, 56, 50, 48, 57, 52, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 53, 51, 58, 56, 50, 48, 57, 52, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 53, 52, 58, 56, 50, 48, 57, 52, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 53, 54, 58, 56, 50, 48, 57, 52, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 53, 56, 58, 56, 50, 48, 57, 52, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 54, 48, 58, 56, 50, 48, 57, 52, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 54, 50, 58, 56, 50, 48, 57, 52, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 54, 52, 58, 56, 50, 48, 57, 52, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 54, 54, 58, 56, 50, 48, 57, 52, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 54, 56, 58, 56, 50, 48, 57, 52, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 55, 48, 58, 56, 50, 48, 57, 52, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 55, 50, 58, 56, 50, 48, 57, 52, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 55, 52, 58, 56, 50, 48, 57, 52, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 55, 55, 58, 56, 50, 48, 57, 52, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 55, 57, 58, 56, 50, 48, 57, 52, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 56, 49, 58, 56, 50, 48, 57, 52, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 56, 50, 58, 56, 50, 48, 57, 52, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 56, 53, 58, 56, 50, 48, 57, 52, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 56, 54, 58, 56, 50, 48, 57, 52, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 56, 56, 58, 56, 50, 48, 57, 52, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 53, 56, 57, 58, 56, 50, 48, 57, 52, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 48, 53, 58, 56, 50, 48, 57, 52, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 48, 54, 58, 56, 50, 48, 57, 52, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 48, 56, 58, 56, 50, 48, 57, 52, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 49, 48, 58, 56, 50, 48, 57, 52, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 49, 50, 58, 56, 50, 48, 57, 52, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 49, 52, 58, 56, 50, 48, 57, 52, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 49, 53, 58, 56, 50, 48, 57, 52, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 49, 55, 58, 56, 50, 48, 57, 52, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 49, 57, 58, 56, 50, 48, 57, 52, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 50, 48, 58, 56, 50, 48, 57, 52, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 50, 50, 58, 56, 50, 48, 57, 52, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 50, 52, 58, 56, 50, 48, 57, 52, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 50, 54, 58, 56, 50, 48, 57, 52, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 50, 56, 58, 56, 50, 48, 57, 52, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 51, 48, 58, 56, 50, 48, 57, 52, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 51, 50, 58, 56, 50, 48, 57, 52, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 51, 52, 58, 56, 50, 48, 57, 52, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 51, 53, 58, 56, 50, 48, 57, 52, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 51, 55, 58, 56, 50, 48, 57, 52, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 51, 57, 58, 56, 50, 48, 57, 52, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 52, 49, 58, 56, 50, 48, 57, 52, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 52, 51, 58, 56, 50, 48, 57, 52, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 54, 52, 52, 58, 56, 50, 48, 57, 52, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 49, 56, 58, 56, 50, 48, 57, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 49, 57, 58, 56, 50, 48, 57, 52, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 50, 49, 58, 56, 50, 48, 57, 52, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 50, 51, 58, 56, 50, 48, 57, 52, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 50, 53, 58, 56, 50, 48, 57, 53, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 50, 54, 58, 56, 50, 48, 57, 53, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 50, 56, 58, 56, 50, 48, 57, 53, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 51, 52, 58, 56, 50, 48, 57, 53, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 51, 54, 58, 56, 50, 48, 57, 53, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 57, 50, 58, 56, 50, 48, 57, 53, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 57, 52, 58, 56, 50, 48, 57, 53, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 57, 54, 58, 56, 50, 48, 57, 53, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 57, 55, 58, 56, 50, 48, 57, 53, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 55, 57, 57, 58, 56, 50, 48, 57, 53, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 48, 49, 58, 56, 50, 48, 57, 53, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 48, 51, 58, 56, 50, 48, 57, 53, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 48, 52, 58, 56, 50, 48, 57, 53, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 48, 54, 58, 56, 50, 48, 57, 53, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 48, 56, 58, 56, 50, 48, 57, 53, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 49, 48, 58, 56, 50, 48, 57, 53, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 49, 50, 58, 56, 50, 48, 57, 53, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 49, 51, 58, 56, 50, 48, 57, 53, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 49, 53, 58, 56, 50, 48, 57, 53, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 49, 55, 58, 56, 50, 48, 57, 53, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 49, 57, 58, 56, 50, 48, 57, 53, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 50, 48, 58, 56, 50, 48, 57, 53, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 50, 50, 58, 56, 50, 48, 57, 53, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 50, 52, 58, 56, 50, 48, 57, 53, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 50, 53, 58, 56, 50, 48, 57, 53, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 50, 55, 58, 56, 50, 48, 57, 53, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 50, 57, 58, 56, 50, 48, 57, 53, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 51, 49, 58, 56, 50, 48, 57, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 56, 56, 51, 51, 58, 56, 50, 48, 57, 53, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 53, 57, 53, 58, 56, 50, 49, 48, 51, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 49, 56, 53, 58, 56, 50, 48, 57, 53, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 50, 48, 58, 56, 50, 48, 57, 53, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 50, 53, 58, 56, 50, 48, 57, 53, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 50, 56, 58, 56, 50, 48, 57, 53, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 51, 49, 58, 56, 50, 48, 57, 53, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 51, 51, 58, 56, 50, 48, 57, 53, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 51, 53, 58, 56, 50, 48, 57, 53, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 51, 55, 58, 56, 50, 48, 57, 53, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 51, 57, 58, 56, 50, 48, 57, 53, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 52, 48, 58, 56, 50, 48, 57, 53, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 52, 50, 58, 56, 50, 48, 57, 53, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 52, 52, 58, 56, 50, 48, 57, 53, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 52, 54, 58, 56, 50, 48, 57, 53, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 52, 56, 58, 56, 50, 48, 57, 53, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 53, 48, 58, 56, 50, 48, 57, 53, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 53, 50, 58, 56, 50, 48, 57, 53, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 53, 51, 58, 56, 50, 48, 57, 53, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 53, 55, 58, 56, 50, 48, 57, 53, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 53, 57, 58, 56, 50, 48, 57, 53, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 54, 49, 58, 56, 50, 48, 57, 53, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 54, 52, 58, 56, 50, 48, 57, 54, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 54, 55, 58, 56, 50, 48, 57, 54, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 54, 57, 58, 56, 50, 48, 57, 54, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 55, 49, 58, 56, 50, 48, 57, 54, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 55, 51, 58, 56, 50, 48, 57, 54, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 55, 53, 58, 56, 50, 48, 57, 54, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 55, 56, 58, 56, 50, 48, 57, 54, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 56, 48, 58, 56, 50, 48, 57, 54, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 56, 50, 58, 56, 50, 48, 57, 54, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 56, 52, 58, 56, 50, 48, 57, 54, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 56, 54, 58, 56, 50, 48, 57, 54, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 56, 56, 58, 56, 50, 48, 57, 54, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 57, 50, 58, 56, 50, 48, 57, 54, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 57, 53, 58, 56, 50, 48, 57, 54, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 57, 55, 58, 56, 50, 48, 57, 54, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 55, 57, 57, 58, 56, 50, 48, 57, 54, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 48, 49, 58, 56, 50, 48, 57, 54, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 48, 51, 58, 56, 50, 48, 57, 54, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 48, 53, 58, 56, 50, 48, 57, 54, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 48, 56, 58, 56, 50, 48, 57, 54, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 49, 48, 58, 56, 50, 48, 57, 54, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 49, 50, 58, 56, 50, 48, 57, 54, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 49, 51, 58, 56, 50, 48, 57, 54, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 49, 54, 58, 56, 50, 48, 57, 54, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 49, 55, 58, 56, 50, 48, 57, 54, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 49, 57, 58, 56, 50, 48, 57, 54, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 50, 51, 58, 56, 50, 48, 57, 54, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 50, 53, 58, 56, 50, 48, 57, 54, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 50, 55, 58, 56, 50, 48, 57, 54, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 50, 57, 58, 56, 50, 48, 57, 54, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 51, 49, 58, 56, 50, 48, 57, 54, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 51, 51, 58, 56, 50, 48, 57, 54, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 51, 53, 58, 56, 50, 48, 57, 54, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 51, 55, 58, 56, 50, 48, 57, 54, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 51, 57, 58, 56, 50, 48, 57, 54, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 52, 49, 58, 56, 50, 48, 57, 54, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 52, 51, 58, 56, 50, 48, 57, 54, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 52, 53, 58, 56, 50, 48, 57, 54, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 52, 54, 58, 56, 50, 48, 57, 54, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 52, 56, 58, 56, 50, 48, 57, 54, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 53, 48, 58, 56, 50, 48, 57, 54, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 53, 50, 58, 56, 50, 48, 57, 54, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 53, 52, 58, 56, 50, 48, 57, 54, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 53, 53, 58, 56, 50, 48, 57, 54, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 53, 55, 58, 56, 50, 48, 57, 54, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 53, 57, 58, 56, 50, 48, 57, 54, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 54, 50, 58, 56, 50, 48, 57, 54, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 54, 52, 58, 56, 50, 48, 57, 54, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 54, 53, 58, 56, 50, 48, 57, 54, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 54, 55, 58, 56, 50, 48, 57, 54, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 54, 57, 58, 56, 50, 48, 57, 55, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 55, 49, 58, 56, 50, 48, 57, 55, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 55, 51, 58, 56, 50, 48, 57, 55, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 55, 52, 58, 56, 50, 48, 57, 55, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 55, 54, 58, 56, 50, 48, 57, 55, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 55, 56, 58, 56, 50, 48, 57, 55, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 56, 48, 58, 56, 50, 48, 57, 55, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 56, 50, 58, 56, 50, 48, 57, 55, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 56, 52, 58, 56, 50, 48, 57, 55, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 56, 54, 58, 56, 50, 48, 57, 55, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 56, 55, 58, 56, 50, 48, 57, 55, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 56, 57, 58, 56, 50, 48, 57, 55, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 57, 49, 58, 56, 50, 48, 57, 55, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 57, 51, 58, 56, 50, 48, 57, 55, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 57, 53, 58, 56, 50, 48, 57, 55, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 57, 55, 58, 56, 50, 48, 57, 55, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 56, 57, 56, 58, 56, 50, 48, 57, 55, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 48, 48, 58, 56, 50, 48, 57, 55, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 48, 50, 58, 56, 50, 48, 57, 55, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 48, 51, 58, 56, 50, 48, 57, 55, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 48, 53, 58, 56, 50, 48, 57, 55, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 48, 55, 58, 56, 50, 48, 57, 55, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 48, 56, 58, 56, 50, 48, 57, 55, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 49, 48, 58, 56, 50, 48, 57, 55, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 49, 50, 58, 56, 50, 48, 57, 55, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 49, 51, 58, 56, 50, 48, 57, 55, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 49, 53, 58, 56, 50, 48, 57, 55, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 49, 54, 58, 56, 50, 48, 57, 55, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 49, 56, 58, 56, 50, 48, 57, 55, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 49, 57, 58, 56, 50, 48, 57, 55, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 50, 49, 58, 56, 50, 48, 57, 55, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 50, 51, 58, 56, 50, 48, 57, 55, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 50, 52, 58, 56, 50, 48, 57, 55, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 50, 54, 58, 56, 50, 48, 57, 55, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 50, 56, 58, 56, 50, 48, 57, 55, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 51, 48, 58, 56, 50, 48, 57, 55, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 51, 50, 58, 56, 50, 48, 57, 55, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 51, 51, 58, 56, 50, 48, 57, 55, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 51, 55, 58, 56, 50, 48, 57, 55, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 51, 56, 58, 56, 50, 48, 57, 55, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 52, 48, 58, 56, 50, 48, 57, 55, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 52, 49, 58, 56, 50, 48, 57, 55, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 52, 51, 58, 56, 50, 48, 57, 55, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 52, 53, 58, 56, 50, 48, 57, 55, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 52, 55, 58, 56, 50, 48, 57, 55, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 52, 57, 58, 56, 50, 48, 57, 55, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 53, 48, 58, 56, 50, 48, 57, 55, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 53, 50, 58, 56, 50, 48, 57, 55, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 53, 51, 58, 56, 50, 48, 57, 55, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 53, 53, 58, 56, 50, 48, 57, 55, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 53, 55, 58, 56, 50, 48, 57, 56, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 53, 56, 58, 56, 50, 48, 57, 56, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 54, 48, 58, 56, 50, 48, 57, 56, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 54, 49, 58, 56, 50, 48, 57, 56, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 54, 51, 58, 56, 50, 48, 57, 56, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 54, 53, 58, 56, 50, 48, 57, 56, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 54, 54, 58, 56, 50, 48, 57, 56, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 54, 56, 58, 56, 50, 48, 57, 56, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 55, 48, 58, 56, 50, 48, 57, 56, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 55, 49, 58, 56, 50, 48, 57, 56, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 57, 52, 58, 56, 50, 48, 57, 56, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 57, 54, 58, 56, 50, 48, 57, 56, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 48, 57, 57, 57, 56, 58, 56, 50, 48, 57, 56, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 48, 48, 58, 56, 50, 48, 57, 56, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 48, 50, 58, 56, 50, 48, 57, 56, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 48, 51, 58, 56, 50, 48, 57, 56, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 48, 53, 58, 56, 50, 48, 57, 56, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 48, 55, 58, 56, 50, 48, 57, 56, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 48, 56, 58, 56, 50, 48, 57, 56, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 49, 48, 58, 56, 50, 48, 57, 56, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 49, 50, 58, 56, 50, 48, 57, 56, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 49, 52, 58, 56, 50, 48, 57, 56, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 49, 53, 58, 56, 50, 48, 57, 56, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 49, 55, 58, 56, 50, 48, 57, 56, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 49, 57, 58, 56, 50, 48, 57, 56, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 50, 49, 58, 56, 50, 48, 57, 56, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 50, 50, 58, 56, 50, 48, 57, 56, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 50, 52, 58, 56, 50, 48, 57, 56, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 50, 54, 58, 56, 50, 48, 57, 56, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 50, 56, 58, 56, 50, 48, 57, 56, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 50, 57, 58, 56, 50, 48, 57, 56, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 51, 49, 58, 56, 50, 48, 57, 56, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 51, 51, 58, 56, 50, 48, 57, 56, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 51, 53, 58, 56, 50, 48, 57, 56, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 51, 55, 58, 56, 50, 48, 57, 56, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 51, 56, 58, 56, 50, 48, 57, 56, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 52, 48, 58, 56, 50, 48, 57, 56, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 52, 49, 58, 56, 50, 48, 57, 56, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 52, 51, 58, 56, 50, 48, 57, 56, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 52, 53, 58, 56, 50, 48, 57, 56, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 52, 54, 58, 56, 50, 48, 57, 56, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 52, 57, 58, 56, 50, 48, 57, 56, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 53, 48, 58, 56, 50, 48, 57, 56, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 53, 50, 58, 56, 50, 48, 57, 56, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 53, 52, 58, 56, 50, 48, 57, 56, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 53, 53, 58, 56, 50, 48, 57, 56, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 53, 55, 58, 56, 50, 48, 57, 56, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 53, 57, 58, 56, 50, 48, 57, 56, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 54, 49, 58, 56, 50, 48, 57, 56, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 54, 51, 58, 56, 50, 48, 57, 56, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 54, 52, 58, 56, 50, 48, 57, 57, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 54, 54, 58, 56, 50, 48, 57, 57, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 54, 56, 58, 56, 50, 48, 57, 57, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 55, 48, 58, 56, 50, 48, 57, 57, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 55, 49, 58, 56, 50, 48, 57, 57, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 55, 51, 58, 56, 50, 48, 57, 57, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 55, 53, 58, 56, 50, 48, 57, 57, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 55, 55, 58, 56, 50, 48, 57, 57, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 55, 56, 58, 56, 50, 48, 57, 57, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 56, 48, 58, 56, 50, 48, 57, 57, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 56, 50, 58, 56, 50, 48, 57, 57, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 56, 51, 58, 56, 50, 48, 57, 57, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 56, 53, 58, 56, 50, 48, 57, 57, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 56, 54, 58, 56, 50, 48, 57, 57, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 56, 56, 58, 56, 50, 48, 57, 57, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 56, 57, 58, 56, 50, 48, 57, 57, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 57, 49, 58, 56, 50, 48, 57, 57, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 57, 51, 58, 56, 50, 48, 57, 57, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 57, 52, 58, 56, 50, 48, 57, 57, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 57, 54, 58, 56, 50, 48, 57, 57, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 57, 56, 58, 56, 50, 48, 57, 57, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 48, 57, 57, 58, 56, 50, 48, 57, 57, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 49, 48, 49, 58, 56, 50, 48, 57, 57, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 49, 48, 50, 58, 56, 50, 48, 57, 57, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 52, 48, 52, 58, 56, 50, 48, 57, 57, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 49, 51, 58, 56, 50, 48, 57, 57, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 49, 56, 58, 56, 50, 48, 57, 57, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 49, 57, 58, 56, 50, 48, 57, 57, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 50, 49, 58, 56, 50, 48, 57, 57, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 50, 51, 58, 56, 50, 48, 57, 57, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 50, 53, 58, 56, 50, 48, 57, 57, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 50, 55, 58, 56, 50, 48, 57, 57, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 50, 56, 58, 56, 50, 48, 57, 57, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 51, 48, 58, 56, 50, 48, 57, 57, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 51, 50, 58, 56, 50, 48, 57, 57, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 51, 52, 58, 56, 50, 48, 57, 57, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 51, 54, 58, 56, 50, 48, 57, 57, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 51, 56, 58, 56, 50, 48, 57, 57, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 52, 48, 58, 56, 50, 48, 57, 57, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 52, 49, 58, 56, 50, 48, 57, 57, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 52, 51, 58, 56, 50, 48, 57, 57, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 52, 53, 58, 56, 50, 48, 57, 57, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 52, 54, 58, 56, 50, 48, 57, 57, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 52, 56, 58, 56, 50, 48, 57, 57, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 53, 49, 58, 56, 50, 48, 57, 57, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 53, 51, 58, 56, 50, 48, 57, 57, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 53, 53, 58, 56, 50, 48, 57, 57, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 53, 55, 58, 56, 50, 48, 57, 57, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 53, 57, 58, 56, 50, 48, 57, 57, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 54, 49, 58, 56, 50, 48, 57, 57, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 54, 52, 58, 56, 50, 49, 48, 48, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 54, 54, 58, 56, 50, 49, 48, 48, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 54, 56, 58, 56, 50, 49, 48, 48, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 55, 49, 58, 56, 50, 49, 48, 48, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 55, 52, 58, 56, 50, 49, 48, 48, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 55, 54, 58, 56, 50, 49, 48, 48, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 55, 56, 58, 56, 50, 49, 48, 48, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 56, 48, 58, 56, 50, 49, 48, 48, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 57, 51, 58, 56, 50, 49, 48, 48, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 57, 54, 58, 56, 50, 49, 48, 48, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 48, 57, 57, 56, 58, 56, 50, 49, 48, 48, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 48, 48, 58, 56, 50, 49, 48, 48, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 48, 50, 58, 56, 50, 49, 48, 48, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 48, 53, 58, 56, 50, 49, 48, 48, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 48, 54, 58, 56, 50, 49, 48, 48, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 48, 57, 58, 56, 50, 49, 48, 48, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 49, 49, 58, 56, 50, 49, 48, 48, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 49, 51, 58, 56, 50, 49, 48, 48, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 49, 53, 58, 56, 50, 49, 48, 48, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 49, 55, 58, 56, 50, 49, 48, 48, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 49, 57, 58, 56, 50, 49, 48, 48, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 50, 48, 58, 56, 50, 49, 48, 48, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 50, 51, 58, 56, 50, 49, 48, 48, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 50, 53, 58, 56, 50, 49, 48, 48, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 50, 54, 58, 56, 50, 49, 48, 48, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 50, 56, 58, 56, 50, 49, 48, 48, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 51, 48, 58, 56, 50, 49, 48, 48, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 51, 50, 58, 56, 50, 49, 48, 48, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 51, 52, 58, 56, 50, 49, 48, 48, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 51, 54, 58, 56, 50, 49, 48, 48, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 51, 56, 58, 56, 50, 49, 48, 48, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 52, 48, 58, 56, 50, 49, 48, 48, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 52, 50, 58, 56, 50, 49, 48, 48, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 52, 51, 58, 56, 50, 49, 48, 48, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 52, 53, 58, 56, 50, 49, 48, 48, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 52, 55, 58, 56, 50, 49, 48, 48, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 52, 56, 58, 56, 50, 49, 48, 48, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 53, 48, 58, 56, 50, 49, 48, 48, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 53, 50, 58, 56, 50, 49, 48, 48, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 53, 52, 58, 56, 50, 49, 48, 48, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 53, 54, 58, 56, 50, 49, 48, 48, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 53, 57, 58, 56, 50, 49, 48, 48, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 54, 49, 58, 56, 50, 49, 48, 48, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 54, 50, 58, 56, 50, 49, 48, 48, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 54, 52, 58, 56, 50, 49, 48, 48, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 54, 54, 58, 56, 50, 49, 48, 48, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 54, 56, 58, 56, 50, 49, 48, 48, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 55, 48, 58, 56, 50, 49, 48, 48, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 55, 50, 58, 56, 50, 49, 48, 48, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 55, 52, 58, 56, 50, 49, 48, 48, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 55, 54, 58, 56, 50, 49, 48, 49, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 55, 56, 58, 56, 50, 49, 48, 49, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 56, 48, 58, 56, 50, 49, 48, 49, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 56, 50, 58, 56, 50, 49, 48, 49, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 56, 51, 58, 56, 50, 49, 48, 49, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 56, 53, 58, 56, 50, 49, 48, 49, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 56, 55, 58, 56, 50, 49, 48, 49, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 56, 57, 58, 56, 50, 49, 48, 49, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 57, 48, 58, 56, 50, 49, 48, 49, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 57, 50, 58, 56, 50, 49, 48, 49, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 57, 52, 58, 56, 50, 49, 48, 49, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 57, 54, 58, 56, 50, 49, 48, 49, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 48, 57, 56, 58, 56, 50, 49, 48, 49, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 48, 48, 58, 56, 50, 49, 48, 49, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 48, 49, 58, 56, 50, 49, 48, 49, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 48, 51, 58, 56, 50, 49, 48, 49, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 48, 53, 58, 56, 50, 49, 48, 49, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 48, 54, 58, 56, 50, 49, 48, 49, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 48, 56, 58, 56, 50, 49, 48, 49, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 49, 48, 58, 56, 50, 49, 48, 49, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 49, 50, 58, 56, 50, 49, 48, 49, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 49, 51, 58, 56, 50, 49, 48, 49, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 49, 53, 58, 56, 50, 49, 48, 49, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 49, 55, 58, 56, 50, 49, 48, 49, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 49, 57, 58, 56, 50, 49, 48, 49, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 50, 49, 58, 56, 50, 49, 48, 49, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 50, 50, 58, 56, 50, 49, 48, 49, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 50, 52, 58, 56, 50, 49, 48, 49, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 50, 54, 58, 56, 50, 49, 48, 49, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 50, 56, 58, 56, 50, 49, 48, 49, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 50, 57, 58, 56, 50, 49, 48, 49, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 51, 49, 58, 56, 50, 49, 48, 49, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 51, 52, 58, 56, 50, 49, 48, 49, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 51, 54, 58, 56, 50, 49, 48, 49, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 51, 56, 58, 56, 50, 49, 48, 49, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 51, 57, 58, 56, 50, 49, 48, 49, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 52, 49, 58, 56, 50, 49, 48, 49, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 52, 51, 58, 56, 50, 49, 48, 49, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 52, 53, 58, 56, 50, 49, 48, 49, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 52, 55, 58, 56, 50, 49, 48, 49, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 52, 57, 58, 56, 50, 49, 48, 49, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 53, 48, 58, 56, 50, 49, 48, 49, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 53, 50, 58, 56, 50, 49, 48, 49, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 53, 52, 58, 56, 50, 49, 48, 49, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 53, 53, 58, 56, 50, 49, 48, 49, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 53, 55, 58, 56, 50, 49, 48, 49, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 53, 56, 58, 56, 50, 49, 48, 49, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 54, 48, 58, 56, 50, 49, 48, 49, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 54, 50, 58, 56, 50, 49, 48, 49, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 54, 52, 58, 56, 50, 49, 48, 49, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 54, 54, 58, 56, 50, 49, 48, 50, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 54, 56, 58, 56, 50, 49, 48, 50, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 54, 57, 58, 56, 50, 49, 48, 50, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 55, 49, 58, 56, 50, 49, 48, 50, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 55, 52, 58, 56, 50, 49, 48, 50, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 55, 55, 58, 56, 50, 49, 48, 50, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 55, 57, 58, 56, 50, 49, 48, 50, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 56, 49, 58, 56, 50, 49, 48, 50, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 56, 51, 58, 56, 50, 49, 48, 50, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 56, 54, 58, 56, 50, 49, 48, 50, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 56, 56, 58, 56, 50, 49, 48, 50, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 56, 57, 58, 56, 50, 49, 48, 50, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 57, 49, 58, 56, 50, 49, 48, 50, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 57, 51, 58, 56, 50, 49, 48, 50, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 57, 53, 58, 56, 50, 49, 48, 50, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 57, 54, 58, 56, 50, 49, 48, 50, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 49, 57, 56, 58, 56, 50, 49, 48, 50, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 48, 48, 58, 56, 50, 49, 48, 50, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 48, 49, 58, 56, 50, 49, 48, 50, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 48, 51, 58, 56, 50, 49, 48, 50, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 48, 53, 58, 56, 50, 49, 48, 50, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 48, 54, 58, 56, 50, 49, 48, 50, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 48, 56, 58, 56, 50, 49, 48, 50, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 49, 48, 58, 56, 50, 49, 48, 50, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 49, 50, 58, 56, 50, 49, 48, 50, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 49, 51, 58, 56, 50, 49, 48, 50, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 49, 53, 58, 56, 50, 49, 48, 50, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 49, 55, 58, 56, 50, 49, 48, 50, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 49, 57, 58, 56, 50, 49, 48, 50, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 50, 48, 58, 56, 50, 49, 48, 50, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 50, 50, 58, 56, 50, 49, 48, 50, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 50, 52, 58, 56, 50, 49, 48, 50, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 50, 53, 58, 56, 50, 49, 48, 50, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 50, 55, 58, 56, 50, 49, 48, 50, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 50, 56, 58, 56, 50, 49, 48, 50, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 51, 48, 58, 56, 50, 49, 48, 50, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 51, 50, 58, 56, 50, 49, 48, 50, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 51, 52, 58, 56, 50, 49, 48, 50, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 51, 53, 58, 56, 50, 49, 48, 50, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 51, 55, 58, 56, 50, 49, 48, 50, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 51, 56, 58, 56, 50, 49, 48, 50, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 52, 48, 58, 56, 50, 49, 48, 50, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 52, 50, 58, 56, 50, 49, 48, 50, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 52, 51, 58, 56, 50, 49, 48, 50, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 52, 53, 58, 56, 50, 49, 48, 50, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 52, 54, 58, 56, 50, 49, 48, 50, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 52, 56, 58, 56, 50, 49, 48, 50, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 53, 48, 58, 56, 50, 49, 48, 50, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 53, 49, 58, 56, 50, 49, 48, 50, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 53, 51, 58, 56, 50, 49, 48, 50, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 53, 52, 58, 56, 50, 49, 48, 51, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 53, 54, 58, 56, 50, 49, 48, 51, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 53, 55, 58, 56, 50, 49, 48, 51, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 53, 57, 58, 56, 50, 49, 48, 51, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 54, 49, 58, 56, 50, 49, 48, 51, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 54, 51, 58, 56, 50, 49, 48, 51, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 54, 53, 58, 56, 50, 49, 48, 51, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 54, 54, 58, 56, 50, 49, 48, 51, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 54, 56, 58, 56, 50, 49, 48, 51, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 54, 57, 58, 56, 50, 49, 48, 51, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 55, 49, 58, 56, 50, 49, 48, 51, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 55, 50, 58, 56, 50, 49, 48, 51, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 55, 52, 58, 56, 50, 49, 48, 51, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 55, 54, 58, 56, 50, 49, 48, 51, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 56, 48, 58, 56, 50, 49, 48, 51, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 56, 50, 58, 56, 50, 49, 48, 51, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 56, 52, 58, 56, 50, 49, 48, 51, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 49, 50, 56, 54, 58, 56, 50, 49, 48, 51, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 52, 48, 52, 53, 58, 56, 50, 49, 48, 51, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 53, 51, 54, 49, 58, 56, 50, 49, 48, 51, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 53, 56, 56, 50, 58, 56, 50, 49, 48, 51, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 56, 48, 49, 49, 58, 56, 50, 49, 48, 51, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 50, 57, 51, 48, 53, 49, 54, 56, 52, 58, 56, 49, 55, 54, 52, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 57, 49, 54, 48, 58, 56, 50, 49, 48, 51, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 49, 57, 54, 53, 54, 58, 56, 50, 49, 48, 51, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 50, 57, 58, 56, 50, 49, 48, 51, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 51, 52, 58, 56, 50, 49, 48, 51, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 51, 54, 58, 56, 50, 49, 48, 51, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 51, 57, 58, 56, 50, 49, 48, 51, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 52, 49, 58, 56, 50, 49, 48, 52, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 52, 52, 58, 56, 50, 49, 48, 52, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 52, 54, 58, 56, 50, 49, 48, 52, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 52, 56, 58, 56, 50, 49, 48, 52, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 53, 48, 58, 56, 50, 49, 48, 52, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 53, 50, 58, 56, 50, 49, 48, 52, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 53, 53, 58, 56, 50, 49, 48, 52, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 53, 56, 58, 56, 50, 49, 48, 52, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 54, 49, 58, 56, 50, 49, 48, 52, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 54, 52, 58, 56, 50, 49, 48, 52, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 55, 48, 58, 56, 50, 49, 48, 52, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 55, 51, 58, 56, 50, 49, 48, 52, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 55, 52, 58, 56, 50, 49, 48, 52, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 55, 55, 58, 56, 50, 49, 48, 52, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 55, 56, 58, 56, 50, 49, 48, 52, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 56, 50, 58, 56, 50, 49, 48, 52, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 56, 52, 58, 56, 50, 49, 48, 52, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 56, 54, 58, 56, 50, 49, 48, 52, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 56, 56, 58, 56, 50, 49, 48, 52, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 57, 48, 58, 56, 50, 49, 48, 52, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 57, 50, 58, 56, 50, 49, 48, 52, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 57, 52, 58, 56, 50, 49, 48, 52, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 57, 54, 58, 56, 50, 49, 48, 52, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 49, 57, 56, 58, 56, 50, 49, 48, 52, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 48, 48, 58, 56, 50, 49, 48, 52, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 48, 50, 58, 56, 50, 49, 48, 52, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 48, 53, 58, 56, 50, 49, 48, 52, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 48, 55, 58, 56, 50, 49, 48, 52, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 48, 57, 58, 56, 50, 49, 48, 52, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 49, 49, 58, 56, 50, 49, 48, 52, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 49, 51, 58, 56, 50, 49, 48, 52, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 49, 54, 58, 56, 50, 49, 48, 52, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 49, 56, 58, 56, 50, 49, 48, 52, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 50, 48, 58, 56, 50, 49, 48, 52, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 50, 51, 58, 56, 50, 49, 48, 52, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 50, 53, 58, 56, 50, 49, 48, 52, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 50, 55, 58, 56, 50, 49, 48, 52, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 50, 57, 58, 56, 50, 49, 48, 52, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 51, 49, 58, 56, 50, 49, 48, 52, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 51, 50, 58, 56, 50, 49, 48, 52, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 51, 52, 58, 56, 50, 49, 48, 52, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 51, 53, 58, 56, 50, 49, 48, 52, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 51, 55, 58, 56, 50, 49, 48, 52, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 51, 57, 58, 56, 50, 49, 48, 52, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 52, 48, 58, 56, 50, 49, 48, 52, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 52, 50, 58, 56, 50, 49, 48, 52, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 52, 52, 58, 56, 50, 49, 48, 52, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 52, 53, 58, 56, 50, 49, 48, 52, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 52, 55, 58, 56, 50, 49, 48, 52, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 52, 56, 58, 56, 50, 49, 48, 52, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 53, 49, 58, 56, 50, 49, 48, 53, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 53, 52, 58, 56, 50, 49, 48, 53, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 53, 54, 58, 56, 50, 49, 48, 53, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 53, 56, 58, 56, 50, 49, 48, 53, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 54, 48, 58, 56, 50, 49, 48, 53, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 54, 49, 58, 56, 50, 49, 48, 53, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 54, 51, 58, 56, 50, 49, 48, 53, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 54, 53, 58, 56, 50, 49, 48, 53, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 54, 55, 58, 56, 50, 49, 48, 53, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 54, 57, 58, 56, 50, 49, 48, 53, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 55, 48, 58, 56, 50, 49, 48, 53, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 55, 51, 58, 56, 50, 49, 48, 53, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 55, 53, 58, 56, 50, 49, 48, 53, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 55, 54, 58, 56, 50, 49, 48, 53, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 55, 56, 58, 56, 50, 49, 48, 53, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 56, 48, 58, 56, 50, 49, 48, 53, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 56, 50, 58, 56, 50, 49, 48, 53, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 56, 52, 58, 56, 50, 49, 48, 53, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 56, 53, 58, 56, 50, 49, 48, 53, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 56, 55, 58, 56, 50, 49, 48, 53, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 56, 57, 58, 56, 50, 49, 48, 53, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 57, 49, 58, 56, 50, 49, 48, 53, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 57, 50, 58, 56, 50, 49, 48, 53, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 57, 52, 58, 56, 50, 49, 48, 53, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 57, 54, 58, 56, 50, 49, 48, 53, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 57, 55, 58, 56, 50, 49, 48, 53, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 50, 57, 57, 58, 56, 50, 49, 48, 53, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 48, 50, 58, 56, 50, 49, 48, 53, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 48, 52, 58, 56, 50, 49, 48, 53, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 48, 54, 58, 56, 50, 49, 48, 53, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 48, 55, 58, 56, 50, 49, 48, 53, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 48, 57, 58, 56, 50, 49, 48, 53, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 49, 49, 58, 56, 50, 49, 48, 53, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 49, 50, 58, 56, 50, 49, 48, 53, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 49, 52, 58, 56, 50, 49, 48, 53, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 49, 54, 58, 56, 50, 49, 48, 53, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 49, 55, 58, 56, 50, 49, 48, 53, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 49, 57, 58, 56, 50, 49, 48, 53, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 50, 49, 58, 56, 50, 49, 48, 53, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 50, 50, 58, 56, 50, 49, 48, 53, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 50, 52, 58, 56, 50, 49, 48, 53, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 50, 53, 58, 56, 50, 49, 48, 53, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 50, 55, 58, 56, 50, 49, 48, 53, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 50, 57, 58, 56, 50, 49, 48, 53, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 51, 48, 58, 56, 50, 49, 48, 53, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 51, 50, 58, 56, 50, 49, 48, 53, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 51, 51, 58, 56, 50, 49, 48, 53, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 51, 53, 58, 56, 50, 49, 48, 53, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 51, 54, 58, 56, 50, 49, 48, 53, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 51, 56, 58, 56, 50, 49, 48, 53, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 51, 57, 58, 56, 50, 49, 48, 54, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 52, 49, 58, 56, 50, 49, 48, 54, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 52, 50, 58, 56, 50, 49, 48, 54, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 52, 53, 58, 56, 50, 49, 48, 54, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 52, 56, 58, 56, 50, 49, 48, 54, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 52, 57, 58, 56, 50, 49, 48, 54, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 53, 50, 58, 56, 50, 49, 48, 54, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 53, 52, 58, 56, 50, 49, 48, 54, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 53, 54, 58, 56, 50, 49, 48, 54, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 53, 56, 58, 56, 50, 49, 48, 54, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 54, 50, 58, 56, 50, 49, 48, 54, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 54, 51, 58, 56, 50, 49, 48, 54, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 54, 53, 58, 56, 50, 49, 48, 54, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 54, 54, 58, 56, 50, 49, 48, 54, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 54, 56, 58, 56, 50, 49, 48, 54, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 55, 48, 58, 56, 50, 49, 48, 54, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 55, 49, 58, 56, 50, 49, 48, 54, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 55, 51, 58, 56, 50, 49, 48, 54, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 55, 52, 58, 56, 50, 49, 48, 54, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 55, 54, 58, 56, 50, 49, 48, 54, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 55, 55, 58, 56, 50, 49, 48, 54, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 55, 57, 58, 56, 50, 49, 48, 54, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 56, 49, 58, 56, 50, 49, 48, 54, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 56, 50, 58, 56, 50, 49, 48, 54, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 56, 52, 58, 56, 50, 49, 48, 54, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 56, 54, 58, 56, 50, 49, 48, 54, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 56, 56, 58, 56, 50, 49, 48, 54, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 56, 57, 58, 56, 50, 49, 48, 54, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 57, 49, 58, 56, 50, 49, 48, 54, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 57, 51, 58, 56, 50, 49, 48, 54, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 57, 52, 58, 56, 50, 49, 48, 54, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 57, 54, 58, 56, 50, 49, 48, 54, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 57, 55, 58, 56, 50, 49, 48, 54, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 51, 57, 57, 58, 56, 50, 49, 48, 54, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 48, 48, 58, 56, 50, 49, 48, 54, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 48, 49, 58, 56, 50, 49, 48, 54, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 48, 51, 58, 56, 50, 49, 48, 54, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 48, 52, 58, 56, 50, 49, 48, 54, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 48, 54, 58, 56, 50, 49, 48, 54, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 48, 55, 58, 56, 50, 49, 48, 54, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 48, 57, 58, 56, 50, 49, 48, 54, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 49, 49, 58, 56, 50, 49, 48, 54, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 49, 50, 58, 56, 50, 49, 48, 54, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 49, 52, 58, 56, 50, 49, 48, 54, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 49, 53, 58, 56, 50, 49, 48, 54, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 49, 55, 58, 56, 50, 49, 48, 54, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 49, 56, 58, 56, 50, 49, 48, 54, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 50, 48, 58, 56, 50, 49, 48, 54, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 50, 50, 58, 56, 50, 49, 48, 54, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 50, 51, 58, 56, 50, 49, 48, 54, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 50, 53, 58, 56, 50, 49, 48, 55, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 50, 54, 58, 56, 50, 49, 48, 55, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 50, 55, 58, 56, 50, 49, 48, 55, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 50, 57, 58, 56, 50, 49, 48, 55, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 51, 48, 58, 56, 50, 49, 48, 55, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 51, 50, 58, 56, 50, 49, 48, 55, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 51, 51, 58, 56, 50, 49, 48, 55, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 51, 53, 58, 56, 50, 49, 48, 55, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 51, 54, 58, 56, 50, 49, 48, 55, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 51, 56, 58, 56, 50, 49, 48, 55, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 52, 48, 58, 56, 50, 49, 48, 55, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 52, 49, 58, 56, 50, 49, 48, 55, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 52, 51, 58, 56, 50, 49, 48, 55, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 52, 52, 58, 56, 50, 49, 48, 55, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 52, 54, 58, 56, 50, 49, 48, 55, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 52, 56, 58, 56, 50, 49, 48, 55, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 53, 48, 58, 56, 50, 49, 48, 55, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 53, 49, 58, 56, 50, 49, 48, 55, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 53, 51, 58, 56, 50, 49, 48, 55, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 53, 53, 58, 56, 50, 49, 48, 55, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 53, 55, 58, 56, 50, 49, 48, 55, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 53, 56, 58, 56, 50, 49, 48, 55, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 54, 48, 58, 56, 50, 49, 48, 55, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 54, 50, 58, 56, 50, 49, 48, 55, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 54, 53, 58, 56, 50, 49, 48, 55, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 54, 55, 58, 56, 50, 49, 48, 55, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 54, 56, 58, 56, 50, 49, 48, 55, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 55, 48, 58, 56, 50, 49, 48, 55, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 55, 49, 58, 56, 50, 49, 48, 55, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 55, 51, 58, 56, 50, 49, 48, 55, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 55, 52, 58, 56, 50, 49, 48, 55, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 55, 54, 58, 56, 50, 49, 48, 55, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 55, 57, 58, 56, 50, 49, 48, 55, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 56, 49, 58, 56, 50, 49, 48, 55, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 56, 51, 58, 56, 50, 49, 48, 55, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 56, 52, 58, 56, 50, 49, 48, 55, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 56, 54, 58, 56, 50, 49, 48, 55, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 56, 55, 58, 56, 50, 49, 48, 55, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 48, 52, 56, 57, 58, 56, 50, 49, 48, 55, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 50, 54, 57, 56, 52, 58, 56, 50, 49, 48, 55, 57, 48, 7, 0, 0, 0, 70, 108, 111, 111, 114, 32, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 49, 55, 49, 52, 58, 56, 50, 49, 48, 56, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 50, 57, 48, 58, 56, 50, 49, 48, 56, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 50, 57, 55, 58, 56, 50, 49, 48, 56, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 48, 48, 58, 56, 50, 49, 48, 56, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 48, 50, 58, 56, 50, 49, 48, 56, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 48, 53, 58, 56, 50, 49, 48, 56, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 48, 55, 58, 56, 50, 49, 48, 56, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 48, 57, 58, 56, 50, 49, 48, 56, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 49, 49, 58, 56, 50, 49, 48, 56, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 49, 52, 58, 56, 50, 49, 48, 56, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 49, 53, 58, 56, 50, 49, 48, 56, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 49, 55, 58, 56, 50, 49, 48, 56, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 49, 57, 58, 56, 50, 49, 48, 56, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 50, 49, 58, 56, 50, 49, 48, 56, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 50, 51, 58, 56, 50, 49, 48, 56, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 50, 52, 58, 56, 50, 49, 48, 56, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 50, 54, 58, 56, 50, 49, 48, 56, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 51, 54, 48, 58, 56, 50, 49, 48, 56, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 56, 57, 49, 58, 56, 50, 49, 48, 56, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 56, 57, 54, 58, 56, 50, 49, 48, 56, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 56, 57, 56, 58, 56, 50, 49, 48, 56, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 48, 48, 58, 56, 50, 49, 48, 56, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 48, 50, 58, 56, 50, 49, 48, 56, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 48, 52, 58, 56, 50, 49, 48, 56, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 48, 54, 58, 56, 50, 49, 48, 56, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 48, 56, 58, 56, 50, 49, 48, 56, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 49, 48, 58, 56, 50, 49, 48, 56, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 49, 50, 58, 56, 50, 49, 48, 56, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 49, 51, 58, 56, 50, 49, 48, 56, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 49, 53, 58, 56, 50, 49, 48, 56, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 49, 55, 58, 56, 50, 49, 48, 56, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 49, 57, 58, 56, 50, 49, 48, 56, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 50, 49, 58, 56, 50, 49, 48, 56, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 50, 51, 58, 56, 50, 49, 48, 56, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 50, 52, 58, 56, 50, 49, 48, 56, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 50, 55, 58, 56, 50, 49, 48, 56, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 50, 56, 58, 56, 50, 49, 48, 56, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 51, 50, 58, 56, 50, 49, 48, 56, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 51, 53, 58, 56, 50, 49, 48, 56, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 51, 54, 58, 56, 50, 49, 48, 56, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 51, 57, 58, 56, 50, 49, 48, 56, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 52, 49, 58, 56, 50, 49, 48, 56, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 52, 51, 58, 56, 50, 49, 48, 57, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 52, 54, 58, 56, 50, 49, 48, 57, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 52, 55, 58, 56, 50, 49, 48, 57, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 53, 48, 58, 56, 50, 49, 48, 57, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 53, 50, 58, 56, 50, 49, 48, 57, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 53, 52, 58, 56, 50, 49, 48, 57, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 53, 54, 58, 56, 50, 49, 48, 57, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 53, 57, 58, 56, 50, 49, 48, 57, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 54, 49, 58, 56, 50, 49, 48, 57, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 54, 52, 58, 56, 50, 49, 48, 57, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 54, 54, 58, 56, 50, 49, 48, 57, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 54, 56, 58, 56, 50, 49, 48, 57, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 55, 48, 58, 56, 50, 49, 48, 57, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 55, 51, 58, 56, 50, 49, 48, 57, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 55, 54, 58, 56, 50, 49, 48, 57, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 55, 56, 58, 56, 50, 49, 48, 57, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 56, 48, 58, 56, 50, 49, 48, 57, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 56, 50, 58, 56, 50, 49, 48, 57, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 56, 52, 58, 56, 50, 49, 48, 57, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 56, 54, 58, 56, 50, 49, 48, 57, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 56, 56, 58, 56, 50, 49, 48, 57, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 57, 48, 58, 56, 50, 49, 48, 57, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 57, 50, 58, 56, 50, 49, 48, 57, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 57, 52, 58, 56, 50, 49, 48, 57, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 57, 53, 58, 56, 50, 49, 48, 57, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 57, 55, 58, 56, 50, 49, 48, 57, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 50, 57, 57, 57, 58, 56, 50, 49, 48, 57, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 48, 49, 58, 56, 50, 49, 48, 57, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 48, 51, 58, 56, 50, 49, 48, 57, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 48, 52, 58, 56, 50, 49, 48, 57, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 48, 55, 58, 56, 50, 49, 48, 57, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 48, 57, 58, 56, 50, 49, 48, 57, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 49, 49, 58, 56, 50, 49, 48, 57, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 49, 51, 58, 56, 50, 49, 48, 57, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 49, 53, 58, 56, 50, 49, 48, 57, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 49, 55, 58, 56, 50, 49, 48, 57, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 49, 57, 58, 56, 50, 49, 48, 57, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 50, 49, 58, 56, 50, 49, 48, 57, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 50, 51, 58, 56, 50, 49, 48, 57, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 50, 53, 58, 56, 50, 49, 48, 57, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 50, 55, 58, 56, 50, 49, 48, 57, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 51, 48, 58, 56, 50, 49, 48, 57, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 51, 50, 58, 56, 50, 49, 48, 57, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 51, 52, 58, 56, 50, 49, 48, 57, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 51, 54, 58, 56, 50, 49, 48, 57, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 51, 56, 58, 56, 50, 49, 48, 57, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 52, 48, 58, 56, 50, 49, 48, 57, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 52, 49, 58, 56, 50, 49, 48, 57, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 52, 51, 58, 56, 50, 49, 48, 57, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 52, 53, 58, 56, 50, 49, 48, 57, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 52, 55, 58, 56, 50, 49, 49, 48, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 52, 57, 58, 56, 50, 49, 49, 48, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 53, 49, 58, 56, 50, 49, 49, 48, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 53, 51, 58, 56, 50, 49, 49, 48, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 53, 53, 58, 56, 50, 49, 49, 48, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 53, 55, 58, 56, 50, 49, 49, 48, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 54, 48, 58, 56, 50, 49, 49, 48, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 54, 49, 58, 56, 50, 49, 49, 48, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 54, 51, 58, 56, 50, 49, 49, 48, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 54, 53, 58, 56, 50, 49, 49, 48, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 54, 56, 58, 56, 50, 49, 49, 48, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 54, 57, 58, 56, 50, 49, 49, 48, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 55, 49, 58, 56, 50, 49, 49, 48, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 55, 51, 58, 56, 50, 49, 49, 48, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 55, 53, 58, 56, 50, 49, 49, 48, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 55, 55, 58, 56, 50, 49, 49, 48, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 55, 56, 58, 56, 50, 49, 49, 48, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 56, 48, 58, 56, 50, 49, 49, 48, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 56, 50, 58, 56, 50, 49, 49, 48, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 56, 51, 58, 56, 50, 49, 49, 48, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 56, 53, 58, 56, 50, 49, 49, 48, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 56, 55, 58, 56, 50, 49, 49, 48, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 56, 57, 58, 56, 50, 49, 49, 48, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 57, 49, 58, 56, 50, 49, 49, 48, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 57, 50, 58, 56, 50, 49, 49, 48, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 57, 52, 58, 56, 50, 49, 49, 48, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 57, 54, 58, 56, 50, 49, 49, 48, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 48, 57, 56, 58, 56, 50, 49, 49, 48, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 48, 48, 58, 56, 50, 49, 49, 48, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 48, 50, 58, 56, 50, 49, 49, 48, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 48, 51, 58, 56, 50, 49, 49, 48, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 48, 53, 58, 56, 50, 49, 49, 48, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 48, 54, 58, 56, 50, 49, 49, 48, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 48, 56, 58, 56, 50, 49, 49, 48, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 49, 48, 58, 56, 50, 49, 49, 48, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 49, 49, 58, 56, 50, 49, 49, 48, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 49, 51, 58, 56, 50, 49, 49, 48, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 49, 53, 58, 56, 50, 49, 49, 48, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 49, 54, 58, 56, 50, 49, 49, 48, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 49, 56, 58, 56, 50, 49, 49, 48, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 50, 48, 58, 56, 50, 49, 49, 48, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 50, 51, 58, 56, 50, 49, 49, 48, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 50, 52, 58, 56, 50, 49, 49, 48, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 50, 54, 58, 56, 50, 49, 49, 48, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 50, 56, 58, 56, 50, 49, 49, 48, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 50, 57, 58, 56, 50, 49, 49, 48, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 51, 49, 58, 56, 50, 49, 49, 48, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 51, 51, 58, 56, 50, 49, 49, 48, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 51, 53, 58, 56, 50, 49, 49, 48, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 51, 54, 58, 56, 50, 49, 49, 48, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 51, 56, 58, 56, 50, 49, 49, 49, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 51, 57, 58, 56, 50, 49, 49, 49, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 52, 49, 58, 56, 50, 49, 49, 49, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 52, 50, 58, 56, 50, 49, 49, 49, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 52, 52, 58, 56, 50, 49, 49, 49, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 52, 55, 58, 56, 50, 49, 49, 49, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 52, 57, 58, 56, 50, 49, 49, 49, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 53, 49, 58, 56, 50, 49, 49, 49, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 53, 50, 58, 56, 50, 49, 49, 49, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 53, 52, 58, 56, 50, 49, 49, 49, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 53, 54, 58, 56, 50, 49, 49, 49, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 53, 56, 58, 56, 50, 49, 49, 49, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 54, 48, 58, 56, 50, 49, 49, 49, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 54, 50, 58, 56, 50, 49, 49, 49, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 54, 52, 58, 56, 50, 49, 49, 49, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 54, 54, 58, 56, 50, 49, 49, 49, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 54, 55, 58, 56, 50, 49, 49, 49, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 54, 57, 58, 56, 50, 49, 49, 49, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 55, 49, 58, 56, 50, 49, 49, 49, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 55, 51, 58, 56, 50, 49, 49, 49, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 55, 53, 58, 56, 50, 49, 49, 49, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 55, 55, 58, 56, 50, 49, 49, 49, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 55, 56, 58, 56, 50, 49, 49, 49, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 56, 48, 58, 56, 50, 49, 49, 49, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 56, 50, 58, 56, 50, 49, 49, 49, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 56, 52, 58, 56, 50, 49, 49, 49, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 56, 54, 58, 56, 50, 49, 49, 49, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 56, 56, 58, 56, 50, 49, 49, 49, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 56, 57, 58, 56, 50, 49, 49, 49, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 57, 49, 58, 56, 50, 49, 49, 49, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 57, 51, 58, 56, 50, 49, 49, 49, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 57, 53, 58, 56, 50, 49, 49, 49, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 57, 54, 58, 56, 50, 49, 49, 49, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 49, 57, 56, 58, 56, 50, 49, 49, 49, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 48, 48, 58, 56, 50, 49, 49, 49, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 48, 49, 58, 56, 50, 49, 49, 49, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 48, 51, 58, 56, 50, 49, 49, 49, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 48, 53, 58, 56, 50, 49, 49, 49, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 48, 54, 58, 56, 50, 49, 49, 49, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 48, 56, 58, 56, 50, 49, 49, 49, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 49, 48, 58, 56, 50, 49, 49, 49, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 49, 49, 58, 56, 50, 49, 49, 49, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 49, 51, 58, 56, 50, 49, 49, 49, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 49, 54, 58, 56, 50, 49, 49, 49, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 49, 56, 58, 56, 50, 49, 49, 49, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 50, 48, 58, 56, 50, 49, 49, 49, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 50, 50, 58, 56, 50, 49, 49, 49, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 50, 52, 58, 56, 50, 49, 49, 49, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 50, 53, 58, 56, 50, 49, 49, 49, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 50, 55, 58, 56, 50, 49, 49, 49, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 50, 57, 58, 56, 50, 49, 49, 50, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 51, 48, 58, 56, 50, 49, 49, 50, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 51, 50, 58, 56, 50, 49, 49, 50, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 51, 52, 58, 56, 50, 49, 49, 50, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 51, 54, 58, 56, 50, 49, 49, 50, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 51, 55, 58, 56, 50, 49, 49, 50, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 52, 48, 58, 56, 50, 49, 49, 50, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 52, 49, 58, 56, 50, 49, 49, 50, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 52, 51, 58, 56, 50, 49, 49, 50, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 52, 53, 58, 56, 50, 49, 49, 50, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 52, 54, 58, 56, 50, 49, 49, 50, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 52, 56, 58, 56, 50, 49, 49, 50, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 53, 48, 58, 56, 50, 49, 49, 50, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 53, 50, 58, 56, 50, 49, 49, 50, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 53, 52, 58, 56, 50, 49, 49, 50, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 53, 53, 58, 56, 50, 49, 49, 50, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 53, 55, 58, 56, 50, 49, 49, 50, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 53, 56, 58, 56, 50, 49, 49, 50, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 50, 54, 48, 58, 56, 50, 49, 49, 50, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 53, 51, 56, 58, 56, 50, 49, 50, 48, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 51, 53, 55, 53, 58, 56, 50, 49, 49, 50, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 51, 52, 58, 56, 50, 49, 49, 50, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 51, 57, 58, 56, 50, 49, 49, 50, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 52, 49, 58, 56, 50, 49, 49, 50, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 52, 51, 58, 56, 50, 49, 49, 50, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 52, 53, 58, 56, 50, 49, 49, 50, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 52, 56, 58, 56, 50, 49, 49, 50, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 52, 57, 58, 56, 50, 49, 49, 50, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 53, 49, 58, 56, 50, 49, 49, 50, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 53, 51, 58, 56, 50, 49, 49, 50, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 53, 53, 58, 56, 50, 49, 49, 50, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 53, 55, 58, 56, 50, 49, 49, 50, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 54, 48, 58, 56, 50, 49, 49, 50, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 54, 49, 58, 56, 50, 49, 49, 50, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 54, 51, 58, 56, 50, 49, 49, 50, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 54, 53, 58, 56, 50, 49, 49, 50, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 54, 55, 58, 56, 50, 49, 49, 50, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 54, 57, 58, 56, 50, 49, 49, 50, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 55, 48, 58, 56, 50, 49, 49, 50, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 55, 51, 58, 56, 50, 49, 49, 50, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 55, 54, 58, 56, 50, 49, 49, 50, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 55, 57, 58, 56, 50, 49, 49, 50, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 56, 48, 58, 56, 50, 49, 49, 50, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 56, 51, 58, 56, 50, 49, 49, 50, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 56, 53, 58, 56, 50, 49, 49, 50, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 56, 55, 58, 56, 50, 49, 49, 50, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 57, 52, 58, 56, 50, 49, 49, 50, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 57, 54, 58, 56, 50, 49, 49, 50, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 49, 57, 56, 58, 56, 50, 49, 49, 50, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 48, 48, 58, 56, 50, 49, 49, 50, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 48, 50, 58, 56, 50, 49, 49, 51, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 48, 53, 58, 56, 50, 49, 49, 51, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 48, 56, 58, 56, 50, 49, 49, 51, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 49, 49, 58, 56, 50, 49, 49, 51, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 49, 52, 58, 56, 50, 49, 49, 51, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 49, 54, 58, 56, 50, 49, 49, 51, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 49, 56, 58, 56, 50, 49, 49, 51, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 50, 49, 58, 56, 50, 49, 49, 51, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 50, 51, 58, 56, 50, 49, 49, 51, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 50, 54, 58, 56, 50, 49, 49, 51, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 50, 56, 58, 56, 50, 49, 49, 51, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 51, 48, 58, 56, 50, 49, 49, 51, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 51, 51, 58, 56, 50, 49, 49, 51, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 51, 53, 58, 56, 50, 49, 49, 51, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 51, 56, 58, 56, 50, 49, 49, 51, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 52, 49, 58, 56, 50, 49, 49, 51, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 52, 51, 58, 56, 50, 49, 49, 51, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 52, 53, 58, 56, 50, 49, 49, 51, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 52, 56, 58, 56, 50, 49, 49, 51, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 53, 48, 58, 56, 50, 49, 49, 51, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 53, 50, 58, 56, 50, 49, 49, 51, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 53, 52, 58, 56, 50, 49, 49, 51, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 53, 55, 58, 56, 50, 49, 49, 51, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 53, 57, 58, 56, 50, 49, 49, 51, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 54, 49, 58, 56, 50, 49, 49, 51, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 54, 52, 58, 56, 50, 49, 49, 51, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 54, 54, 58, 56, 50, 49, 49, 51, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 54, 56, 58, 56, 50, 49, 49, 51, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 55, 48, 58, 56, 50, 49, 49, 51, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 55, 50, 58, 56, 50, 49, 49, 51, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 55, 52, 58, 56, 50, 49, 49, 51, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 55, 55, 58, 56, 50, 49, 49, 51, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 55, 57, 58, 56, 50, 49, 49, 51, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 56, 48, 58, 56, 50, 49, 49, 51, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 56, 51, 58, 56, 50, 49, 49, 51, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 56, 53, 58, 56, 50, 49, 49, 51, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 56, 55, 58, 56, 50, 49, 49, 51, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 56, 57, 58, 56, 50, 49, 49, 51, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 57, 49, 58, 56, 50, 49, 49, 51, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 57, 51, 58, 56, 50, 49, 49, 51, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 57, 53, 58, 56, 50, 49, 49, 51, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 57, 55, 58, 56, 50, 49, 49, 51, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 50, 57, 57, 58, 56, 50, 49, 49, 51, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 48, 49, 58, 56, 50, 49, 49, 51, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 48, 51, 58, 56, 50, 49, 49, 51, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 48, 53, 58, 56, 50, 49, 49, 51, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 48, 55, 58, 56, 50, 49, 49, 51, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 48, 57, 58, 56, 50, 49, 49, 51, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 49, 49, 58, 56, 50, 49, 49, 51, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 49, 51, 58, 56, 50, 49, 49, 51, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 49, 53, 58, 56, 50, 49, 49, 52, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 49, 55, 58, 56, 50, 49, 49, 52, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 49, 57, 58, 56, 50, 49, 49, 52, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 50, 49, 58, 56, 50, 49, 49, 52, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 50, 51, 58, 56, 50, 49, 49, 52, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 50, 53, 58, 56, 50, 49, 49, 52, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 50, 55, 58, 56, 50, 49, 49, 52, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 50, 57, 58, 56, 50, 49, 49, 52, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 51, 49, 58, 56, 50, 49, 49, 52, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 51, 51, 58, 56, 50, 49, 49, 52, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 51, 53, 58, 56, 50, 49, 49, 52, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 51, 55, 58, 56, 50, 49, 49, 52, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 51, 57, 58, 56, 50, 49, 49, 52, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 52, 48, 58, 56, 50, 49, 49, 52, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 52, 50, 58, 56, 50, 49, 49, 52, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 52, 52, 58, 56, 50, 49, 49, 52, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 52, 55, 58, 56, 50, 49, 49, 52, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 52, 57, 58, 56, 50, 49, 49, 52, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 53, 49, 58, 56, 50, 49, 49, 52, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 53, 51, 58, 56, 50, 49, 49, 52, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 53, 53, 58, 56, 50, 49, 49, 52, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 53, 55, 58, 56, 50, 49, 49, 52, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 53, 57, 58, 56, 50, 49, 49, 52, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 54, 50, 58, 56, 50, 49, 49, 52, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 54, 52, 58, 56, 50, 49, 49, 52, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 54, 54, 58, 56, 50, 49, 49, 52, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 54, 56, 58, 56, 50, 49, 49, 52, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 55, 48, 58, 56, 50, 49, 49, 52, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 55, 50, 58, 56, 50, 49, 49, 52, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 55, 52, 58, 56, 50, 49, 49, 52, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 55, 53, 58, 56, 50, 49, 49, 52, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 55, 55, 58, 56, 50, 49, 49, 52, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 55, 57, 58, 56, 50, 49, 49, 52, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 56, 49, 58, 56, 50, 49, 49, 52, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 56, 51, 58, 56, 50, 49, 49, 52, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 56, 53, 58, 56, 50, 49, 49, 52, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 56, 55, 58, 56, 50, 49, 49, 52, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 56, 56, 58, 56, 50, 49, 49, 52, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 57, 48, 58, 56, 50, 49, 49, 52, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 57, 50, 58, 56, 50, 49, 49, 52, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 57, 51, 58, 56, 50, 49, 49, 52, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 57, 53, 58, 56, 50, 49, 49, 52, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 57, 55, 58, 56, 50, 49, 49, 52, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 51, 57, 56, 58, 56, 50, 49, 49, 52, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 48, 48, 58, 56, 50, 49, 49, 52, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 48, 50, 58, 56, 50, 49, 49, 52, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 48, 51, 58, 56, 50, 49, 49, 52, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 48, 53, 58, 56, 50, 49, 49, 52, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 48, 55, 58, 56, 50, 49, 49, 52, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 48, 57, 58, 56, 50, 49, 49, 52, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 49, 49, 58, 56, 50, 49, 49, 53, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 49, 51, 58, 56, 50, 49, 49, 53, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 49, 53, 58, 56, 50, 49, 49, 53, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 49, 54, 58, 56, 50, 49, 49, 53, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 49, 56, 58, 56, 50, 49, 49, 53, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 49, 57, 58, 56, 50, 49, 49, 53, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 50, 49, 58, 56, 50, 49, 49, 53, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 50, 51, 58, 56, 50, 49, 49, 53, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 50, 52, 58, 56, 50, 49, 49, 53, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 50, 54, 58, 56, 50, 49, 49, 53, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 50, 56, 58, 56, 50, 49, 49, 53, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 51, 48, 58, 56, 50, 49, 49, 53, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 51, 49, 58, 56, 50, 49, 49, 53, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 51, 51, 58, 56, 50, 49, 49, 53, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 51, 54, 58, 56, 50, 49, 49, 53, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 51, 56, 58, 56, 50, 49, 49, 53, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 52, 48, 58, 56, 50, 49, 49, 53, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 52, 50, 58, 56, 50, 49, 49, 53, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 52, 51, 58, 56, 50, 49, 49, 53, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 52, 53, 58, 56, 50, 49, 49, 53, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 52, 55, 58, 56, 50, 49, 49, 53, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 52, 57, 58, 56, 50, 49, 49, 53, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 53, 49, 58, 56, 50, 49, 49, 53, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 53, 51, 58, 56, 50, 49, 49, 53, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 53, 53, 58, 56, 50, 49, 49, 53, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 53, 54, 58, 56, 50, 49, 49, 53, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 53, 56, 58, 56, 50, 49, 49, 53, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 54, 48, 58, 56, 50, 49, 49, 53, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 54, 50, 58, 56, 50, 49, 49, 53, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 54, 52, 58, 56, 50, 49, 49, 53, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 54, 53, 58, 56, 50, 49, 49, 53, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 54, 55, 58, 56, 50, 49, 49, 53, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 54, 57, 58, 56, 50, 49, 49, 53, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 55, 49, 58, 56, 50, 49, 49, 53, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 55, 50, 58, 56, 50, 49, 49, 53, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 55, 53, 58, 56, 50, 49, 49, 53, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 55, 55, 58, 56, 50, 49, 49, 53, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 55, 56, 58, 56, 50, 49, 49, 53, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 56, 48, 58, 56, 50, 49, 49, 53, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 56, 51, 58, 56, 50, 49, 49, 53, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 56, 52, 58, 56, 50, 49, 49, 53, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 56, 54, 58, 56, 50, 49, 49, 53, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 56, 56, 58, 56, 50, 49, 49, 53, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 57, 48, 58, 56, 50, 49, 49, 53, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 57, 50, 58, 56, 50, 49, 49, 53, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 57, 51, 58, 56, 50, 49, 49, 53, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 57, 54, 58, 56, 50, 49, 49, 53, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 52, 57, 56, 58, 56, 50, 49, 49, 53, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 48, 48, 58, 56, 50, 49, 49, 53, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 48, 49, 58, 56, 50, 49, 49, 53, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 48, 51, 58, 56, 50, 49, 49, 54, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 48, 53, 58, 56, 50, 49, 49, 54, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 48, 55, 58, 56, 50, 49, 49, 54, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 48, 56, 58, 56, 50, 49, 49, 54, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 49, 48, 58, 56, 50, 49, 49, 54, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 49, 50, 58, 56, 50, 49, 49, 54, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 49, 51, 58, 56, 50, 49, 49, 54, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 49, 53, 58, 56, 50, 49, 49, 54, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 49, 55, 58, 56, 50, 49, 49, 54, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 49, 56, 58, 56, 50, 49, 49, 54, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 50, 48, 58, 56, 50, 49, 49, 54, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 50, 50, 58, 56, 50, 49, 49, 54, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 50, 51, 58, 56, 50, 49, 49, 54, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 53, 50, 53, 58, 56, 50, 49, 49, 54, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 52, 56, 50, 49, 58, 56, 50, 49, 49, 54, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 48, 51, 58, 56, 50, 49, 49, 54, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 48, 56, 58, 56, 50, 49, 49, 54, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 49, 49, 58, 56, 50, 49, 49, 54, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 49, 51, 58, 56, 50, 49, 49, 54, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 49, 53, 58, 56, 50, 49, 49, 54, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 49, 55, 58, 56, 50, 49, 49, 54, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 49, 57, 58, 56, 50, 49, 49, 54, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 50, 49, 58, 56, 50, 49, 49, 54, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 50, 51, 58, 56, 50, 49, 49, 54, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 50, 53, 58, 56, 50, 49, 49, 54, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 50, 55, 58, 56, 50, 49, 49, 54, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 50, 57, 58, 56, 50, 49, 49, 54, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 51, 48, 58, 56, 50, 49, 49, 54, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 51, 50, 58, 56, 50, 49, 49, 54, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 51, 52, 58, 56, 50, 49, 49, 54, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 51, 54, 58, 56, 50, 49, 49, 54, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 51, 56, 58, 56, 50, 49, 49, 54, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 52, 48, 58, 56, 50, 49, 49, 54, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 52, 49, 58, 56, 50, 49, 49, 54, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 52, 52, 58, 56, 50, 49, 49, 54, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 52, 54, 58, 56, 50, 49, 49, 54, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 52, 56, 58, 56, 50, 49, 49, 54, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 53, 54, 58, 56, 50, 49, 49, 54, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 53, 56, 58, 56, 50, 49, 49, 54, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 54, 49, 58, 56, 50, 49, 49, 54, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 54, 52, 58, 56, 50, 49, 49, 54, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 54, 54, 58, 56, 50, 49, 49, 54, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 54, 57, 58, 56, 50, 49, 49, 54, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 55, 48, 58, 56, 50, 49, 49, 54, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 55, 51, 58, 56, 50, 49, 49, 54, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 55, 53, 58, 56, 50, 49, 49, 54, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 55, 55, 58, 56, 50, 49, 49, 54, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 55, 57, 58, 56, 50, 49, 49, 54, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 56, 49, 58, 56, 50, 49, 49, 54, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 56, 51, 58, 56, 50, 49, 49, 54, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 56, 53, 58, 56, 50, 49, 49, 55, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 56, 55, 58, 56, 50, 49, 49, 55, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 56, 57, 58, 56, 50, 49, 49, 55, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 57, 50, 58, 56, 50, 49, 49, 55, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 57, 51, 58, 56, 50, 49, 49, 55, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 57, 54, 58, 56, 50, 49, 49, 55, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 52, 57, 56, 58, 56, 50, 49, 49, 55, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 48, 48, 58, 56, 50, 49, 49, 55, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 48, 50, 58, 56, 50, 49, 49, 55, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 48, 52, 58, 56, 50, 49, 49, 55, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 48, 53, 58, 56, 50, 49, 49, 55, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 48, 55, 58, 56, 50, 49, 49, 55, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 48, 57, 58, 56, 50, 49, 49, 55, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 49, 49, 58, 56, 50, 49, 49, 55, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 49, 51, 58, 56, 50, 49, 49, 55, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 49, 53, 58, 56, 50, 49, 49, 55, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 49, 55, 58, 56, 50, 49, 49, 55, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 49, 57, 58, 56, 50, 49, 49, 55, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 50, 48, 58, 56, 50, 49, 49, 55, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 50, 51, 58, 56, 50, 49, 49, 55, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 50, 53, 58, 56, 50, 49, 49, 55, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 50, 54, 58, 56, 50, 49, 49, 55, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 50, 57, 58, 56, 50, 49, 49, 55, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 51, 48, 58, 56, 50, 49, 49, 55, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 51, 50, 58, 56, 50, 49, 49, 55, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 51, 52, 58, 56, 50, 49, 49, 55, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 52, 52, 58, 56, 50, 49, 49, 55, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 52, 54, 58, 56, 50, 49, 49, 55, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 52, 56, 58, 56, 50, 49, 49, 55, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 53, 48, 58, 56, 50, 49, 49, 55, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 53, 54, 58, 56, 50, 49, 49, 55, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 53, 57, 58, 56, 50, 49, 49, 55, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 54, 50, 58, 56, 50, 49, 49, 55, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 54, 55, 58, 56, 50, 49, 49, 55, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 55, 50, 58, 56, 50, 49, 49, 55, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 55, 53, 58, 56, 50, 49, 49, 55, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 55, 55, 58, 56, 50, 49, 49, 55, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 56, 48, 58, 56, 50, 49, 49, 55, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 56, 52, 58, 56, 50, 49, 49, 55, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 56, 54, 58, 56, 50, 49, 49, 55, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 56, 56, 58, 56, 50, 49, 49, 55, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 57, 49, 58, 56, 50, 49, 49, 55, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 57, 51, 58, 56, 50, 49, 49, 55, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 57, 53, 58, 56, 50, 49, 49, 55, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 57, 55, 58, 56, 50, 49, 49, 55, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 53, 57, 57, 58, 56, 50, 49, 49, 55, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 48, 49, 58, 56, 50, 49, 49, 55, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 48, 51, 58, 56, 50, 49, 49, 55, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 48, 53, 58, 56, 50, 49, 49, 55, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 48, 55, 58, 56, 50, 49, 49, 55, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 49, 50, 58, 56, 50, 49, 49, 56, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 49, 53, 58, 56, 50, 49, 49, 56, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 49, 55, 58, 56, 50, 49, 49, 56, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 49, 56, 58, 56, 50, 49, 49, 56, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 50, 48, 58, 56, 50, 49, 49, 56, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 50, 50, 58, 56, 50, 49, 49, 56, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 50, 52, 58, 56, 50, 49, 49, 56, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 50, 54, 58, 56, 50, 49, 49, 56, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 50, 56, 58, 56, 50, 49, 49, 56, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 50, 57, 58, 56, 50, 49, 49, 56, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 51, 49, 58, 56, 50, 49, 49, 56, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 51, 54, 58, 56, 50, 49, 49, 56, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 51, 56, 58, 56, 50, 49, 49, 56, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 52, 48, 58, 56, 50, 49, 49, 56, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 52, 53, 58, 56, 50, 49, 49, 56, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 52, 56, 58, 56, 50, 49, 49, 56, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 53, 51, 58, 56, 50, 49, 49, 56, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 53, 54, 58, 56, 50, 49, 49, 56, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 54, 49, 58, 56, 50, 49, 49, 56, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 54, 53, 58, 56, 50, 49, 49, 56, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 56, 49, 58, 56, 50, 49, 49, 56, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 56, 55, 58, 56, 50, 49, 49, 56, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 57, 50, 58, 56, 50, 49, 49, 56, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 54, 57, 55, 58, 56, 50, 49, 49, 56, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 48, 51, 58, 56, 50, 49, 49, 56, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 50, 48, 58, 56, 50, 49, 49, 56, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 50, 54, 58, 56, 50, 49, 49, 56, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 50, 56, 58, 56, 50, 49, 49, 56, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 54, 49, 58, 56, 50, 49, 49, 56, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 54, 54, 58, 56, 50, 49, 49, 56, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 55, 48, 58, 56, 50, 49, 49, 56, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 55, 52, 58, 56, 50, 49, 49, 56, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 55, 54, 58, 56, 50, 49, 49, 56, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 55, 55, 57, 58, 56, 50, 49, 49, 56, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 48, 52, 58, 56, 50, 49, 49, 56, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 49, 57, 58, 56, 50, 49, 49, 56, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 50, 51, 58, 56, 50, 49, 49, 56, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 50, 56, 58, 56, 50, 49, 49, 56, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 51, 49, 58, 56, 50, 49, 49, 56, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 51, 53, 58, 56, 50, 49, 49, 56, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 51, 55, 58, 56, 50, 49, 49, 56, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 52, 50, 58, 56, 50, 49, 49, 56, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 52, 51, 58, 56, 50, 49, 49, 56, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 52, 53, 58, 56, 50, 49, 49, 56, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 52, 56, 58, 56, 50, 49, 49, 56, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 53, 48, 58, 56, 50, 49, 49, 56, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 53, 50, 58, 56, 50, 49, 49, 56, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 53, 52, 58, 56, 50, 49, 49, 56, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 53, 54, 58, 56, 50, 49, 49, 56, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 53, 55, 58, 56, 50, 49, 49, 56, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 53, 57, 58, 56, 50, 49, 49, 57, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 54, 49, 58, 56, 50, 49, 49, 57, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 54, 50, 58, 56, 50, 49, 49, 57, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 54, 52, 58, 56, 50, 49, 49, 57, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 54, 54, 58, 56, 50, 49, 49, 57, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 54, 56, 58, 56, 50, 49, 49, 57, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 54, 57, 58, 56, 50, 49, 49, 57, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 55, 49, 58, 56, 50, 49, 49, 57, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 55, 52, 58, 56, 50, 49, 49, 57, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 55, 54, 58, 56, 50, 49, 49, 57, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 55, 56, 58, 56, 50, 49, 49, 57, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 55, 57, 58, 56, 50, 49, 49, 57, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 56, 51, 58, 56, 50, 49, 49, 57, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 56, 54, 58, 56, 50, 49, 49, 57, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 56, 56, 58, 56, 50, 49, 49, 57, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 56, 57, 48, 58, 56, 50, 49, 49, 57, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 49, 49, 58, 56, 50, 49, 49, 57, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 49, 52, 58, 56, 50, 49, 49, 57, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 50, 48, 58, 56, 50, 49, 49, 57, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 50, 53, 58, 56, 50, 49, 49, 57, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 51, 49, 58, 56, 50, 49, 49, 57, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 53, 54, 58, 56, 50, 49, 49, 57, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 55, 52, 58, 56, 50, 49, 49, 57, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 55, 56, 58, 56, 50, 49, 49, 57, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 56, 49, 58, 56, 50, 49, 49, 57, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 53, 57, 56, 56, 58, 56, 50, 49, 49, 57, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 48, 52, 58, 56, 50, 49, 49, 57, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 49, 48, 58, 56, 50, 49, 49, 57, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 49, 52, 58, 56, 50, 49, 49, 57, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 49, 54, 58, 56, 50, 49, 49, 57, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 49, 56, 58, 56, 50, 49, 49, 57, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 50, 48, 58, 56, 50, 49, 49, 57, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 50, 50, 58, 56, 50, 49, 49, 57, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 50, 52, 58, 56, 50, 49, 49, 57, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 50, 54, 58, 56, 50, 49, 49, 57, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 50, 56, 58, 56, 50, 49, 49, 57, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 51, 48, 58, 56, 50, 49, 49, 57, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 51, 50, 58, 56, 50, 49, 49, 57, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 51, 52, 58, 56, 50, 49, 49, 57, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 51, 57, 58, 56, 50, 49, 49, 57, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 53, 55, 58, 56, 50, 49, 49, 57, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 53, 57, 58, 56, 50, 49, 49, 57, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 54, 49, 58, 56, 50, 49, 49, 57, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 54, 51, 58, 56, 50, 49, 49, 57, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 54, 53, 58, 56, 50, 49, 49, 57, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 55, 55, 58, 56, 50, 49, 49, 57, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 48, 57, 56, 58, 56, 50, 49, 49, 57, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 48, 55, 58, 56, 50, 49, 49, 57, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 50, 48, 58, 56, 50, 49, 49, 57, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 50, 54, 58, 56, 50, 49, 49, 57, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 51, 48, 58, 56, 50, 49, 50, 48, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 54, 55, 58, 56, 50, 49, 50, 48, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 55, 55, 58, 56, 50, 49, 50, 48, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 56, 49, 58, 56, 50, 49, 50, 48, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 57, 48, 58, 56, 50, 49, 50, 48, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 49, 57, 50, 58, 56, 50, 49, 50, 48, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 50, 48, 56, 58, 56, 50, 49, 50, 48, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 54, 50, 49, 50, 58, 56, 50, 49, 50, 48, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 51, 57, 50, 57, 50, 58, 56, 50, 49, 50, 48, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 48, 54, 55, 51, 58, 56, 50, 49, 50, 48, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 49, 50, 54, 51, 58, 56, 50, 49, 50, 48, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 51, 55, 50, 51, 58, 56, 50, 49, 50, 48, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 50, 57, 51, 48, 53, 54, 50, 57, 52, 58, 56, 49, 55, 54, 52, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 53, 53, 57, 54, 58, 56, 50, 49, 50, 48, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 49, 53, 48, 58, 56, 50, 49, 50, 48, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 49, 52, 58, 56, 50, 49, 50, 48, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 50, 50, 58, 56, 50, 49, 50, 48, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 50, 52, 58, 56, 50, 49, 50, 48, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 50, 56, 58, 56, 50, 49, 50, 48, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 51, 48, 58, 56, 50, 49, 50, 48, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 51, 50, 58, 56, 50, 49, 50, 48, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 51, 52, 58, 56, 50, 49, 50, 48, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 51, 54, 58, 56, 50, 49, 50, 48, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 51, 55, 58, 56, 50, 49, 50, 48, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 52, 48, 58, 56, 50, 49, 50, 48, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 52, 50, 58, 56, 50, 49, 50, 48, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 52, 52, 58, 56, 50, 49, 50, 48, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 52, 54, 58, 56, 50, 49, 50, 49, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 52, 56, 58, 56, 50, 49, 50, 49, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 53, 48, 58, 56, 50, 49, 50, 49, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 53, 50, 58, 56, 50, 49, 50, 49, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 53, 52, 58, 56, 50, 49, 50, 49, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 53, 55, 58, 56, 50, 49, 50, 49, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 53, 57, 58, 56, 50, 49, 50, 49, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 54, 51, 58, 56, 50, 49, 50, 49, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 54, 54, 58, 56, 50, 49, 50, 49, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 54, 55, 58, 56, 50, 49, 50, 49, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 55, 48, 58, 56, 50, 49, 50, 49, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 55, 51, 58, 56, 50, 49, 50, 49, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 55, 53, 58, 56, 50, 49, 50, 49, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 55, 55, 58, 56, 50, 49, 50, 49, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 55, 57, 58, 56, 50, 49, 50, 49, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 56, 50, 58, 56, 50, 49, 50, 49, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 56, 52, 58, 56, 50, 49, 50, 49, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 56, 55, 58, 56, 50, 49, 50, 49, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 56, 57, 58, 56, 50, 49, 50, 49, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 57, 50, 58, 56, 50, 49, 50, 49, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 57, 53, 58, 56, 50, 49, 50, 49, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 57, 55, 58, 56, 50, 49, 50, 49, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 55, 57, 57, 58, 56, 50, 49, 50, 49, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 48, 49, 58, 56, 50, 49, 50, 49, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 48, 51, 58, 56, 50, 49, 50, 49, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 48, 54, 58, 56, 50, 49, 50, 49, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 48, 56, 58, 56, 50, 49, 50, 49, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 49, 48, 58, 56, 50, 49, 50, 49, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 49, 51, 58, 56, 50, 49, 50, 49, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 49, 52, 58, 56, 50, 49, 50, 49, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 49, 55, 58, 56, 50, 49, 50, 49, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 49, 57, 58, 56, 50, 49, 50, 49, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 50, 48, 58, 56, 50, 49, 50, 49, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 50, 50, 58, 56, 50, 49, 50, 49, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 50, 52, 58, 56, 50, 49, 50, 49, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 50, 54, 58, 56, 50, 49, 50, 49, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 50, 56, 58, 56, 50, 49, 50, 49, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 51, 48, 58, 56, 50, 49, 50, 49, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 51, 50, 58, 56, 50, 49, 50, 49, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 51, 52, 58, 56, 50, 49, 50, 49, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 51, 54, 58, 56, 50, 49, 50, 49, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 51, 55, 58, 56, 50, 49, 50, 49, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 52, 48, 58, 56, 50, 49, 50, 49, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 52, 50, 58, 56, 50, 49, 50, 49, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 52, 51, 58, 56, 50, 49, 50, 49, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 52, 53, 58, 56, 50, 49, 50, 49, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 52, 55, 58, 56, 50, 49, 50, 49, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 52, 57, 58, 56, 50, 49, 50, 49, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 53, 48, 58, 56, 50, 49, 50, 49, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 53, 50, 58, 56, 50, 49, 50, 49, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 53, 52, 58, 56, 50, 49, 50, 50, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 53, 53, 58, 56, 50, 49, 50, 50, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 53, 55, 58, 56, 50, 49, 50, 50, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 54, 48, 58, 56, 50, 49, 50, 50, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 54, 50, 58, 56, 50, 49, 50, 50, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 54, 52, 58, 56, 50, 49, 50, 50, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 54, 54, 58, 56, 50, 49, 50, 50, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 54, 56, 58, 56, 50, 49, 50, 50, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 55, 48, 58, 56, 50, 49, 50, 50, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 55, 50, 58, 56, 50, 49, 50, 50, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 55, 52, 58, 56, 50, 49, 50, 50, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 55, 54, 58, 56, 50, 49, 50, 50, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 55, 55, 58, 56, 50, 49, 50, 50, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 56, 48, 58, 56, 50, 49, 50, 50, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 56, 50, 58, 56, 50, 49, 50, 50, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 56, 52, 58, 56, 50, 49, 50, 50, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 56, 54, 58, 56, 50, 49, 50, 50, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 56, 56, 58, 56, 50, 49, 50, 50, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 57, 48, 58, 56, 50, 49, 50, 50, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 57, 49, 58, 56, 50, 49, 50, 50, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 57, 51, 58, 56, 50, 49, 50, 50, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 57, 53, 58, 56, 50, 49, 50, 50, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 57, 54, 58, 56, 50, 49, 50, 50, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 56, 57, 56, 58, 56, 50, 49, 50, 50, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 48, 48, 58, 56, 50, 49, 50, 50, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 48, 50, 58, 56, 50, 49, 50, 50, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 48, 52, 58, 56, 50, 49, 50, 50, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 48, 53, 58, 56, 50, 49, 50, 50, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 48, 55, 58, 56, 50, 49, 50, 50, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 48, 57, 58, 56, 50, 49, 50, 50, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 49, 48, 58, 56, 50, 49, 50, 50, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 49, 50, 58, 56, 50, 49, 50, 50, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 49, 51, 58, 56, 50, 49, 50, 50, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 49, 53, 58, 56, 50, 49, 50, 50, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 49, 55, 58, 56, 50, 49, 50, 50, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 49, 57, 58, 56, 50, 49, 50, 50, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 50, 49, 58, 56, 50, 49, 50, 50, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 50, 51, 58, 56, 50, 49, 50, 50, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 50, 53, 58, 56, 50, 49, 50, 50, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 50, 54, 58, 56, 50, 49, 50, 50, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 50, 56, 58, 56, 50, 49, 50, 50, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 51, 52, 58, 56, 50, 49, 50, 50, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 51, 54, 58, 56, 50, 49, 50, 50, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 51, 56, 58, 56, 50, 49, 50, 50, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 51, 57, 58, 56, 50, 49, 50, 50, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 52, 49, 58, 56, 50, 49, 50, 50, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 52, 51, 58, 56, 50, 49, 50, 50, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 52, 53, 58, 56, 50, 49, 50, 50, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 52, 55, 58, 56, 50, 49, 50, 50, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 52, 56, 58, 56, 50, 49, 50, 50, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 53, 48, 58, 56, 50, 49, 50, 51, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 53, 50, 58, 56, 50, 49, 50, 51, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 53, 54, 58, 56, 50, 49, 50, 51, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 53, 56, 58, 56, 50, 49, 50, 51, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 53, 57, 58, 56, 50, 49, 50, 51, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 54, 49, 58, 56, 50, 49, 50, 51, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 54, 51, 58, 56, 50, 49, 50, 51, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 54, 52, 58, 56, 50, 49, 50, 51, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 54, 54, 58, 56, 50, 49, 50, 51, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 54, 55, 58, 56, 50, 49, 50, 51, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 54, 57, 58, 56, 50, 49, 50, 51, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 55, 49, 58, 56, 50, 49, 50, 51, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 55, 50, 58, 56, 50, 49, 50, 51, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 55, 52, 58, 56, 50, 49, 50, 51, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 55, 53, 58, 56, 50, 49, 50, 51, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 55, 55, 58, 56, 50, 49, 50, 51, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 55, 56, 58, 56, 50, 49, 50, 51, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 56, 50, 58, 56, 50, 49, 50, 51, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 56, 51, 58, 56, 50, 49, 50, 51, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 56, 53, 58, 56, 50, 49, 50, 51, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 56, 55, 58, 56, 50, 49, 50, 51, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 56, 56, 58, 56, 50, 49, 50, 51, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 57, 48, 58, 56, 50, 49, 50, 51, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 57, 49, 58, 56, 50, 49, 50, 51, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 57, 51, 58, 56, 50, 49, 50, 51, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 57, 53, 58, 56, 50, 49, 50, 51, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 57, 55, 58, 56, 50, 49, 50, 51, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 54, 57, 57, 56, 58, 56, 50, 49, 50, 51, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 48, 48, 58, 56, 50, 49, 50, 51, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 48, 49, 58, 56, 50, 49, 50, 51, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 48, 51, 58, 56, 50, 49, 50, 51, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 48, 53, 58, 56, 50, 49, 50, 51, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 48, 54, 58, 56, 50, 49, 50, 51, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 48, 55, 58, 56, 50, 49, 50, 51, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 48, 57, 58, 56, 50, 49, 50, 51, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 49, 49, 58, 56, 50, 49, 50, 51, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 49, 50, 58, 56, 50, 49, 50, 51, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 49, 52, 58, 56, 50, 49, 50, 51, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 49, 54, 58, 56, 50, 49, 50, 51, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 49, 56, 58, 56, 50, 49, 50, 51, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 49, 57, 58, 56, 50, 49, 50, 51, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 50, 49, 58, 56, 50, 49, 50, 51, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 50, 50, 58, 56, 50, 49, 50, 51, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 50, 52, 58, 56, 50, 49, 50, 51, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 50, 53, 58, 56, 50, 49, 50, 51, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 50, 55, 58, 56, 50, 49, 50, 51, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 50, 56, 58, 56, 50, 49, 50, 51, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 51, 48, 58, 56, 50, 49, 50, 51, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 52, 50, 58, 56, 50, 49, 50, 51, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 52, 52, 58, 56, 50, 49, 50, 51, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 52, 54, 58, 56, 50, 49, 50, 52, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 52, 56, 58, 56, 50, 49, 50, 52, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 53, 48, 58, 56, 50, 49, 50, 52, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 53, 49, 58, 56, 50, 49, 50, 52, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 53, 51, 58, 56, 50, 49, 50, 52, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 53, 52, 58, 56, 50, 49, 50, 52, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 53, 54, 58, 56, 50, 49, 50, 52, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 53, 56, 58, 56, 50, 49, 50, 52, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 53, 57, 58, 56, 50, 49, 50, 52, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 54, 49, 58, 56, 50, 49, 50, 52, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 54, 51, 58, 56, 50, 49, 50, 52, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 54, 52, 58, 56, 50, 49, 50, 52, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 54, 54, 58, 56, 50, 49, 50, 52, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 54, 56, 58, 56, 50, 49, 50, 52, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 55, 48, 58, 56, 50, 49, 50, 52, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 55, 50, 58, 56, 50, 49, 50, 52, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 55, 52, 58, 56, 50, 49, 50, 52, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 55, 53, 58, 56, 50, 49, 50, 52, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 55, 55, 58, 56, 50, 49, 50, 52, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 55, 57, 58, 56, 50, 49, 50, 52, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 56, 50, 58, 56, 50, 49, 50, 52, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 56, 52, 58, 56, 50, 49, 50, 52, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 56, 54, 58, 56, 50, 49, 50, 52, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 56, 55, 58, 56, 50, 49, 50, 52, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 56, 57, 58, 56, 50, 49, 50, 52, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 57, 48, 58, 56, 50, 49, 50, 52, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 57, 50, 58, 56, 50, 49, 50, 52, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 57, 52, 58, 56, 50, 49, 50, 52, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 57, 53, 58, 56, 50, 49, 50, 52, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 57, 55, 58, 56, 50, 49, 50, 52, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 52, 55, 48, 57, 57, 58, 56, 50, 49, 50, 52, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 53, 51, 56, 52, 56, 58, 56, 50, 49, 50, 52, 55, 50, 4, 0, 0, 0, 76, 105, 102, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 53, 56, 54, 48, 54, 58, 56, 50, 49, 50, 52, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 48, 55, 48, 51, 58, 56, 50, 49, 50, 53, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 50, 57, 51, 48, 52, 55, 51, 50, 48, 58, 56, 49, 55, 54, 51, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 50, 48, 49, 53, 58, 56, 50, 49, 50, 53, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 50, 53, 53, 55, 58, 56, 50, 49, 50, 53, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 49, 49, 58, 56, 50, 49, 50, 53, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 49, 56, 58, 56, 50, 49, 50, 53, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 50, 48, 58, 56, 50, 49, 50, 53, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 50, 50, 58, 56, 50, 49, 50, 53, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 50, 52, 58, 56, 50, 49, 50, 53, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 50, 54, 58, 56, 50, 49, 50, 53, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 50, 56, 58, 56, 50, 49, 50, 53, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 51, 48, 58, 56, 50, 49, 50, 53, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 51, 50, 58, 56, 50, 49, 50, 53, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 51, 52, 58, 56, 50, 49, 50, 53, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 51, 54, 58, 56, 50, 49, 50, 53, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 51, 56, 58, 56, 50, 49, 50, 53, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 52, 48, 58, 56, 50, 49, 50, 53, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 52, 50, 58, 56, 50, 49, 50, 53, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 52, 51, 58, 56, 50, 49, 50, 53, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 52, 53, 58, 56, 50, 49, 50, 53, 53, 52, 6, 0, 0, 0, 115, 101, 116, 80, 111, 115, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 52, 55, 58, 56, 50, 49, 50, 53, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 53, 48, 58, 56, 50, 49, 50, 53, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 53, 49, 58, 56, 50, 49, 50, 53, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 53, 54, 58, 56, 50, 49, 50, 53, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 53, 56, 58, 56, 50, 49, 50, 53, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 54, 48, 58, 56, 50, 49, 50, 53, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 54, 50, 58, 56, 50, 49, 50, 53, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 54, 53, 58, 56, 50, 49, 50, 53, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 54, 55, 58, 56, 50, 49, 50, 53, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 55, 48, 58, 56, 50, 49, 50, 53, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 55, 50, 58, 56, 50, 49, 50, 53, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 55, 53, 58, 56, 50, 49, 50, 53, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 55, 55, 58, 56, 50, 49, 50, 53, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 55, 57, 58, 56, 50, 49, 50, 53, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 56, 50, 58, 56, 50, 49, 50, 53, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 56, 52, 58, 56, 50, 49, 50, 53, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 56, 54, 58, 56, 50, 49, 50, 53, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 56, 56, 58, 56, 50, 49, 50, 53, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 57, 48, 58, 56, 50, 49, 50, 53, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 57, 50, 58, 56, 50, 49, 50, 53, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 57, 53, 58, 56, 50, 49, 50, 53, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 49, 57, 55, 58, 56, 50, 49, 50, 53, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 48, 48, 58, 56, 50, 49, 50, 54, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 48, 50, 58, 56, 50, 49, 50, 54, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 48, 52, 58, 56, 50, 49, 50, 54, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 48, 54, 58, 56, 50, 49, 50, 54, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 48, 56, 58, 56, 50, 49, 50, 54, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 49, 48, 58, 56, 50, 49, 50, 54, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 49, 50, 58, 56, 50, 49, 50, 54, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 49, 52, 58, 56, 50, 49, 50, 54, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 49, 54, 58, 56, 50, 49, 50, 54, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 49, 56, 58, 56, 50, 49, 50, 54, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 50, 48, 58, 56, 50, 49, 50, 54, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 50, 50, 58, 56, 50, 49, 50, 54, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 50, 52, 58, 56, 50, 49, 50, 54, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 50, 54, 58, 56, 50, 49, 50, 54, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 50, 57, 58, 56, 50, 49, 50, 54, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 51, 49, 58, 56, 50, 49, 50, 54, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 51, 51, 58, 56, 50, 49, 50, 54, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 51, 53, 58, 56, 50, 49, 50, 54, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 51, 55, 58, 56, 50, 49, 50, 54, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 51, 57, 58, 56, 50, 49, 50, 54, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 52, 48, 58, 56, 50, 49, 50, 54, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 52, 51, 58, 56, 50, 49, 50, 54, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 52, 53, 58, 56, 50, 49, 50, 54, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 52, 55, 58, 56, 50, 49, 50, 54, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 52, 56, 58, 56, 50, 49, 50, 54, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 53, 48, 58, 56, 50, 49, 50, 54, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 53, 50, 58, 56, 50, 49, 50, 54, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 53, 53, 58, 56, 50, 49, 50, 54, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 53, 55, 58, 56, 50, 49, 50, 54, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 53, 57, 58, 56, 50, 49, 50, 54, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 54, 49, 58, 56, 50, 49, 50, 54, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 54, 51, 58, 56, 50, 49, 50, 54, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 54, 53, 58, 56, 50, 49, 50, 54, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 54, 56, 58, 56, 50, 49, 50, 54, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 55, 48, 58, 56, 50, 49, 50, 54, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 55, 50, 58, 56, 50, 49, 50, 54, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 55, 52, 58, 56, 50, 49, 50, 54, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 55, 54, 58, 56, 50, 49, 50, 54, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 55, 56, 58, 56, 50, 49, 50, 54, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 56, 48, 58, 56, 50, 49, 50, 54, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 56, 50, 58, 56, 50, 49, 50, 54, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 56, 52, 58, 56, 50, 49, 50, 54, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 56, 54, 58, 56, 50, 49, 50, 54, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 56, 56, 58, 56, 50, 49, 50, 54, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 57, 48, 58, 56, 50, 49, 50, 54, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 57, 50, 58, 56, 50, 49, 50, 54, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 57, 53, 58, 56, 50, 49, 50, 54, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 50, 57, 56, 58, 56, 50, 49, 50, 54, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 48, 48, 58, 56, 50, 49, 50, 54, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 48, 49, 58, 56, 50, 49, 50, 54, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 48, 52, 58, 56, 50, 49, 50, 55, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 48, 54, 58, 56, 50, 49, 50, 55, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 48, 57, 58, 56, 50, 49, 50, 55, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 49, 48, 58, 56, 50, 49, 50, 55, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 49, 50, 58, 56, 50, 49, 50, 55, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 49, 52, 58, 56, 50, 49, 50, 55, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 49, 54, 58, 56, 50, 49, 50, 55, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 49, 57, 58, 56, 50, 49, 50, 55, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 50, 48, 58, 56, 50, 49, 50, 55, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 50, 50, 58, 56, 50, 49, 50, 55, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 50, 52, 58, 56, 50, 49, 50, 55, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 50, 53, 58, 56, 50, 49, 50, 55, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 50, 55, 58, 56, 50, 49, 50, 55, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 50, 57, 58, 56, 50, 49, 50, 55, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 51, 49, 58, 56, 50, 49, 50, 55, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 51, 51, 58, 56, 50, 49, 50, 55, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 51, 53, 58, 56, 50, 49, 50, 55, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 51, 55, 58, 56, 50, 49, 50, 55, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 51, 57, 58, 56, 50, 49, 50, 55, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 52, 49, 58, 56, 50, 49, 50, 55, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 52, 51, 58, 56, 50, 49, 50, 55, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 52, 52, 58, 56, 50, 49, 50, 55, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 52, 54, 58, 56, 50, 49, 50, 55, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 52, 56, 58, 56, 50, 49, 50, 55, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 53, 48, 58, 56, 50, 49, 50, 55, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 53, 50, 58, 56, 50, 49, 50, 55, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 53, 54, 58, 56, 50, 49, 50, 55, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 53, 56, 58, 56, 50, 49, 50, 55, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 54, 51, 58, 56, 50, 49, 50, 55, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 54, 53, 58, 56, 50, 49, 50, 55, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 54, 55, 58, 56, 50, 49, 50, 55, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 54, 57, 58, 56, 50, 49, 50, 55, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 55, 49, 58, 56, 50, 49, 50, 55, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 55, 51, 58, 56, 50, 49, 50, 55, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 55, 52, 58, 56, 50, 49, 50, 55, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 55, 54, 58, 56, 50, 49, 50, 55, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 55, 56, 58, 56, 50, 49, 50, 55, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 56, 48, 58, 56, 50, 49, 50, 55, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 56, 49, 58, 56, 50, 49, 50, 55, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 56, 51, 58, 56, 50, 49, 50, 55, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 56, 53, 58, 56, 50, 49, 50, 55, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 56, 56, 58, 56, 50, 49, 50, 55, 56, 50, 17, 0, 0, 0, 115, 101, 110, 100, 67, 117, 115, 116, 111, 109, 84, 114, 105, 103, 103, 101, 114, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 56, 57, 58, 56, 50, 49, 50, 55, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 57, 50, 58, 56, 50, 49, 50, 55, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 57, 52, 58, 56, 50, 49, 50, 55, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 57, 54, 58, 56, 50, 49, 50, 55, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 51, 57, 56, 58, 56, 50, 49, 50, 55, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 48, 48, 58, 56, 50, 49, 50, 55, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 48, 50, 58, 56, 50, 49, 50, 55, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 48, 52, 58, 56, 50, 49, 50, 55, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 48, 54, 58, 56, 50, 49, 50, 56, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 48, 56, 58, 56, 50, 49, 50, 56, 48, 50, 6, 0, 0, 0, 82, 69, 83, 69, 84, 55, 6, 0, 0, 0, 82, 69, 83, 69, 84, 56, 6, 0, 0, 0, 82, 69, 83, 69, 84, 57, 7, 0, 0, 0, 82, 69, 83, 69, 84, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 49, 49, 58, 56, 50, 49, 50, 56, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 49, 51, 58, 56, 50, 49, 50, 56, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 49, 53, 58, 56, 50, 49, 50, 56, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 49, 54, 58, 56, 50, 49, 50, 56, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 49, 56, 58, 56, 50, 49, 50, 56, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 50, 48, 58, 56, 50, 49, 50, 56, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 50, 50, 58, 56, 50, 49, 50, 56, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 50, 52, 58, 56, 50, 49, 50, 56, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 50, 54, 58, 56, 50, 49, 50, 56, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 50, 56, 58, 56, 50, 49, 50, 56, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 50, 57, 58, 56, 50, 49, 50, 56, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 51, 49, 58, 56, 50, 49, 50, 56, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 51, 51, 58, 56, 50, 49, 50, 56, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 51, 53, 58, 56, 50, 49, 50, 56, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 51, 55, 58, 56, 50, 49, 50, 56, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 51, 57, 58, 56, 50, 49, 50, 56, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 52, 49, 58, 56, 50, 49, 50, 56, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 52, 51, 58, 56, 50, 49, 50, 56, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 52, 52, 58, 56, 50, 49, 50, 56, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 52, 54, 58, 56, 50, 49, 50, 56, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 52, 56, 58, 56, 50, 49, 50, 56, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 53, 48, 58, 56, 50, 49, 50, 56, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 53, 49, 58, 56, 50, 49, 50, 56, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 53, 51, 58, 56, 50, 49, 50, 56, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 53, 53, 58, 56, 50, 49, 50, 56, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 53, 55, 58, 56, 50, 49, 50, 56, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 53, 57, 58, 56, 50, 49, 50, 56, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 54, 49, 58, 56, 50, 49, 50, 56, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 54, 50, 58, 56, 50, 49, 50, 56, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 54, 52, 58, 56, 50, 49, 50, 56, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 54, 54, 58, 56, 50, 49, 50, 56, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 54, 56, 58, 56, 50, 49, 50, 56, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 54, 57, 58, 56, 50, 49, 50, 56, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 55, 50, 58, 56, 50, 49, 50, 56, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 55, 51, 58, 56, 50, 49, 50, 56, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 55, 53, 58, 56, 50, 49, 50, 56, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 55, 55, 58, 56, 50, 49, 50, 56, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 55, 57, 58, 56, 50, 49, 50, 56, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 56, 49, 58, 56, 50, 49, 50, 56, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 56, 51, 58, 56, 50, 49, 50, 56, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 56, 53, 58, 56, 50, 49, 50, 56, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 56, 55, 58, 56, 50, 49, 50, 56, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 56, 57, 58, 56, 50, 49, 50, 56, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 57, 49, 58, 56, 50, 49, 50, 56, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 57, 51, 58, 56, 50, 49, 50, 56, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 57, 52, 58, 56, 50, 49, 50, 56, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 57, 54, 58, 56, 50, 49, 50, 56, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 52, 57, 56, 58, 56, 50, 49, 50, 56, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 53, 48, 48, 58, 56, 50, 49, 50, 57, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 53, 48, 49, 58, 56, 50, 49, 50, 57, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 53, 48, 51, 58, 56, 50, 49, 50, 57, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 53, 48, 53, 58, 56, 50, 49, 50, 57, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 51, 53, 48, 55, 58, 56, 50, 49, 50, 57, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 53, 52, 50, 57, 58, 56, 50, 49, 50, 57, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 54, 56, 55, 53, 48, 58, 56, 50, 49, 50, 57, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 48, 49, 49, 52, 58, 56, 50, 49, 50, 57, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 48, 54, 55, 56, 58, 56, 50, 49, 50, 57, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 50, 52, 51, 58, 56, 50, 49, 50, 57, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 50, 52, 57, 58, 56, 50, 49, 50, 57, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 50, 53, 49, 58, 56, 50, 49, 50, 57, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 50, 53, 51, 58, 56, 50, 49, 50, 57, 53, 53, 5, 0, 0, 0, 73, 110, 79, 117, 116, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 50, 53, 54, 58, 56, 50, 49, 50, 57, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 50, 53, 57, 58, 56, 50, 49, 50, 57, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 50, 54, 49, 58, 56, 50, 49, 50, 57, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 49, 51, 58, 56, 50, 49, 50, 57, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 49, 54, 58, 56, 50, 49, 50, 57, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 49, 56, 58, 56, 50, 49, 50, 57, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 50, 48, 58, 56, 50, 49, 50, 57, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 50, 50, 58, 56, 50, 49, 50, 57, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 50, 51, 58, 56, 50, 49, 50, 57, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 50, 54, 58, 56, 50, 49, 50, 57, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 50, 55, 58, 56, 50, 49, 50, 57, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 50, 57, 58, 56, 50, 49, 50, 57, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 52, 54, 52, 58, 56, 50, 49, 50, 57, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 57, 56, 53, 58, 56, 50, 49, 50, 57, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 57, 57, 48, 58, 56, 50, 49, 50, 57, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 57, 57, 50, 58, 56, 50, 49, 50, 57, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 57, 57, 52, 58, 56, 50, 49, 50, 57, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 57, 57, 54, 58, 56, 50, 49, 50, 57, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 49, 57, 57, 56, 58, 56, 50, 49, 50, 57, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 49, 57, 58, 56, 50, 49, 50, 57, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 50, 49, 58, 56, 50, 49, 50, 57, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 50, 51, 58, 56, 50, 49, 51, 48, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 50, 52, 58, 56, 50, 49, 51, 48, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 50, 54, 58, 56, 50, 49, 51, 48, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 50, 56, 58, 56, 50, 49, 51, 48, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 51, 48, 58, 56, 50, 49, 51, 48, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 51, 49, 58, 56, 50, 49, 51, 48, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 51, 51, 58, 56, 50, 49, 51, 48, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 51, 53, 58, 56, 50, 49, 51, 48, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 51, 54, 58, 56, 50, 49, 51, 48, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 51, 56, 58, 56, 50, 49, 51, 48, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 52, 48, 58, 56, 50, 49, 51, 48, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 52, 52, 58, 56, 50, 49, 51, 48, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 52, 54, 58, 56, 50, 49, 51, 48, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 52, 56, 58, 56, 50, 49, 51, 48, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 53, 49, 58, 56, 50, 49, 51, 48, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 53, 51, 58, 56, 50, 49, 51, 48, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 53, 53, 58, 56, 50, 49, 51, 48, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 53, 55, 58, 56, 50, 49, 51, 48, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 53, 57, 58, 56, 50, 49, 51, 48, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 54, 50, 58, 56, 50, 49, 51, 48, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 54, 51, 58, 56, 50, 49, 51, 48, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 54, 53, 58, 56, 50, 49, 51, 48, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 54, 55, 58, 56, 50, 49, 51, 48, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 54, 57, 58, 56, 50, 49, 51, 48, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 55, 50, 58, 56, 50, 49, 51, 48, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 55, 52, 58, 56, 50, 49, 51, 48, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 55, 54, 58, 56, 50, 49, 51, 48, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 55, 56, 58, 56, 50, 49, 51, 48, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 56, 48, 58, 56, 50, 49, 51, 48, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 56, 50, 58, 56, 50, 49, 51, 48, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 56, 53, 58, 56, 50, 49, 51, 48, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 56, 54, 58, 56, 50, 49, 51, 48, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 56, 57, 58, 56, 50, 49, 51, 48, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 57, 49, 58, 56, 50, 49, 51, 48, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 57, 51, 58, 56, 50, 49, 51, 48, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 57, 52, 58, 56, 50, 49, 51, 48, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 57, 54, 58, 56, 50, 49, 51, 48, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 49, 57, 56, 58, 56, 50, 49, 51, 48, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 48, 48, 58, 56, 50, 49, 51, 48, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 48, 50, 58, 56, 50, 49, 51, 48, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 48, 51, 58, 56, 50, 49, 51, 48, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 48, 53, 58, 56, 50, 49, 51, 48, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 48, 55, 58, 56, 50, 49, 51, 48, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 48, 56, 58, 56, 50, 49, 51, 48, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 49, 48, 58, 56, 50, 49, 51, 48, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 49, 50, 58, 56, 50, 49, 51, 48, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 49, 52, 58, 56, 50, 49, 51, 48, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 49, 54, 58, 56, 50, 49, 51, 48, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 49, 56, 58, 56, 50, 49, 51, 48, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 49, 57, 58, 56, 50, 49, 51, 48, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 50, 49, 58, 56, 50, 49, 51, 49, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 50, 51, 58, 56, 50, 49, 51, 49, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 50, 53, 58, 56, 50, 49, 51, 49, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 50, 55, 58, 56, 50, 49, 51, 49, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 50, 57, 58, 56, 50, 49, 51, 49, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 51, 50, 58, 56, 50, 49, 51, 49, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 51, 53, 58, 56, 50, 49, 51, 49, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 51, 57, 58, 56, 50, 49, 51, 49, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 52, 50, 58, 56, 50, 49, 51, 49, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 52, 52, 58, 56, 50, 49, 51, 49, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 52, 55, 58, 56, 50, 49, 51, 49, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 52, 57, 58, 56, 50, 49, 51, 49, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 53, 49, 58, 56, 50, 49, 51, 49, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 53, 51, 58, 56, 50, 49, 51, 49, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 53, 53, 58, 56, 50, 49, 51, 49, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 53, 56, 58, 56, 50, 49, 51, 49, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 54, 48, 58, 56, 50, 49, 51, 49, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 54, 50, 58, 56, 50, 49, 51, 49, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 54, 52, 58, 56, 50, 49, 51, 49, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 54, 54, 58, 56, 50, 49, 51, 49, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 54, 56, 58, 56, 50, 49, 51, 49, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 54, 57, 58, 56, 50, 49, 51, 49, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 55, 50, 58, 56, 50, 49, 51, 49, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 55, 52, 58, 56, 50, 49, 51, 49, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 55, 54, 58, 56, 50, 49, 51, 49, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 55, 55, 58, 56, 50, 49, 51, 49, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 55, 57, 58, 56, 50, 49, 51, 49, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 56, 49, 58, 56, 50, 49, 51, 49, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 56, 51, 58, 56, 50, 49, 51, 49, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 56, 53, 58, 56, 50, 49, 51, 49, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 56, 54, 58, 56, 50, 49, 51, 49, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 56, 56, 58, 56, 50, 49, 51, 49, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 57, 48, 58, 56, 50, 49, 51, 49, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 57, 49, 58, 56, 50, 49, 51, 49, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 57, 51, 58, 56, 50, 49, 51, 49, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 57, 54, 58, 56, 50, 49, 51, 49, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 57, 56, 58, 56, 50, 49, 51, 49, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 50, 57, 57, 58, 56, 50, 49, 51, 49, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 48, 49, 58, 56, 50, 49, 51, 49, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 48, 53, 58, 56, 50, 49, 51, 49, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 48, 54, 58, 56, 50, 49, 51, 49, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 48, 56, 58, 56, 50, 49, 51, 49, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 49, 48, 58, 56, 50, 49, 51, 49, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 49, 50, 58, 56, 50, 49, 51, 49, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 49, 52, 58, 56, 50, 49, 51, 49, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 49, 54, 58, 56, 50, 49, 51, 49, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 49, 56, 58, 56, 50, 49, 51, 49, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 49, 57, 58, 56, 50, 49, 51, 49, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 50, 49, 58, 56, 50, 49, 51, 49, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 50, 51, 58, 56, 50, 49, 51, 49, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 50, 55, 58, 56, 50, 49, 51, 50, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 50, 56, 58, 56, 50, 49, 51, 50, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 51, 48, 58, 56, 50, 49, 51, 50, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 51, 50, 58, 56, 50, 49, 51, 50, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 51, 51, 58, 56, 50, 49, 51, 50, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 51, 54, 58, 56, 50, 49, 51, 50, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 51, 56, 58, 56, 50, 49, 51, 50, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 52, 49, 58, 56, 50, 49, 51, 50, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 52, 51, 58, 56, 50, 49, 51, 50, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 52, 53, 58, 56, 50, 49, 51, 50, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 52, 54, 58, 56, 50, 49, 51, 50, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 52, 56, 58, 56, 50, 49, 51, 50, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 53, 48, 58, 56, 50, 49, 51, 50, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 53, 50, 58, 56, 50, 49, 51, 50, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 53, 52, 58, 56, 50, 49, 51, 50, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 53, 54, 58, 56, 50, 49, 51, 50, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 53, 55, 58, 56, 50, 49, 51, 50, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 53, 57, 58, 56, 50, 49, 51, 50, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 54, 49, 58, 56, 50, 49, 51, 50, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 54, 51, 58, 56, 50, 49, 51, 50, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 54, 52, 58, 56, 50, 49, 51, 50, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 55, 49, 58, 56, 50, 49, 51, 50, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 55, 51, 58, 56, 50, 49, 51, 50, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 55, 53, 58, 56, 50, 49, 51, 50, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 55, 54, 58, 56, 50, 49, 51, 50, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 55, 56, 58, 56, 50, 49, 51, 50, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 56, 48, 58, 56, 50, 49, 51, 50, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 56, 50, 58, 56, 50, 49, 51, 50, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 56, 51, 58, 56, 50, 49, 51, 50, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 56, 53, 58, 56, 50, 49, 51, 50, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 56, 56, 58, 56, 50, 49, 51, 50, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 57, 50, 58, 56, 50, 49, 51, 50, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 57, 51, 58, 56, 50, 49, 51, 50, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 57, 53, 58, 56, 50, 49, 51, 50, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 57, 55, 58, 56, 50, 49, 51, 50, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 51, 57, 57, 58, 56, 50, 49, 51, 50, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 48, 48, 58, 56, 50, 49, 51, 50, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 48, 52, 58, 56, 50, 49, 51, 50, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 48, 53, 58, 56, 50, 49, 51, 50, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 48, 55, 58, 56, 50, 49, 51, 50, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 48, 57, 58, 56, 50, 49, 51, 50, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 49, 48, 58, 56, 50, 49, 51, 50, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 49, 50, 58, 56, 50, 49, 51, 50, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 49, 52, 58, 56, 50, 49, 51, 50, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 49, 55, 58, 56, 50, 49, 51, 50, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 49, 57, 58, 56, 50, 49, 51, 50, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 50, 48, 58, 56, 50, 49, 51, 50, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 50, 50, 58, 56, 50, 49, 51, 50, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 50, 52, 58, 56, 50, 49, 51, 50, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 50, 53, 58, 56, 50, 49, 51, 50, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 50, 55, 58, 56, 50, 49, 51, 51, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 50, 57, 58, 56, 50, 49, 51, 51, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 51, 49, 58, 56, 50, 49, 51, 51, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 51, 50, 58, 56, 50, 49, 51, 51, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 51, 52, 58, 56, 50, 49, 51, 51, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 51, 54, 58, 56, 50, 49, 51, 51, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 51, 55, 58, 56, 50, 49, 51, 51, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 52, 48, 58, 56, 50, 49, 51, 51, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 52, 51, 58, 56, 50, 49, 51, 51, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 52, 54, 58, 56, 50, 49, 51, 51, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 52, 56, 58, 56, 50, 49, 51, 51, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 53, 48, 58, 56, 50, 49, 51, 51, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 53, 49, 58, 56, 50, 49, 51, 51, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 53, 51, 58, 56, 50, 49, 51, 51, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 53, 53, 58, 56, 50, 49, 51, 51, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 53, 55, 58, 56, 50, 49, 51, 51, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 53, 57, 58, 56, 50, 49, 51, 51, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 54, 48, 58, 56, 50, 49, 51, 51, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 54, 50, 58, 56, 50, 49, 51, 51, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 54, 53, 58, 56, 50, 49, 51, 51, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 54, 55, 58, 56, 50, 49, 51, 51, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 54, 57, 58, 56, 50, 49, 51, 51, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 55, 49, 58, 56, 50, 49, 51, 51, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 55, 50, 58, 56, 50, 49, 51, 51, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 55, 52, 58, 56, 50, 49, 51, 51, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 55, 54, 58, 56, 50, 49, 51, 51, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 55, 55, 58, 56, 50, 49, 51, 51, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 55, 57, 58, 56, 50, 49, 51, 51, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 56, 49, 58, 56, 50, 49, 51, 51, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 56, 51, 58, 56, 50, 49, 51, 51, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 56, 52, 58, 56, 50, 49, 51, 51, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 56, 54, 58, 56, 50, 49, 51, 51, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 56, 56, 58, 56, 50, 49, 51, 51, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 57, 48, 58, 56, 50, 49, 51, 51, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 50, 52, 57, 49, 58, 56, 50, 49, 51, 51, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 55, 54, 57, 52, 55, 58, 56, 50, 49, 51, 51, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 50, 48, 52, 53, 58, 56, 50, 49, 51, 54, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 52, 49, 57, 49, 58, 56, 50, 49, 51, 54, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 52, 56, 48, 48, 58, 56, 50, 49, 51, 54, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 52, 56, 48, 56, 58, 56, 50, 49, 51, 54, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 52, 56, 49, 50, 58, 56, 50, 49, 51, 54, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 52, 56, 51, 55, 58, 56, 50, 49, 51, 54, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 54, 54, 58, 56, 50, 49, 51, 54, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 55, 49, 58, 56, 50, 49, 51, 54, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 55, 51, 58, 56, 50, 49, 51, 54, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 55, 53, 58, 56, 50, 49, 51, 54, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 55, 55, 58, 56, 50, 49, 51, 54, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 55, 57, 58, 56, 50, 49, 51, 54, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 56, 48, 58, 56, 50, 49, 51, 54, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 56, 50, 58, 56, 50, 49, 51, 54, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 56, 52, 58, 56, 50, 49, 51, 54, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 56, 54, 58, 56, 50, 49, 51, 54, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 56, 56, 58, 56, 50, 49, 51, 54, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 57, 48, 58, 56, 50, 49, 51, 54, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 57, 50, 58, 56, 50, 49, 51, 54, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 57, 52, 58, 56, 50, 49, 51, 54, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 57, 53, 58, 56, 50, 49, 51, 54, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 57, 55, 58, 56, 50, 49, 51, 54, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 51, 57, 57, 58, 56, 50, 49, 51, 54, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 48, 48, 58, 56, 50, 49, 51, 54, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 48, 50, 58, 56, 50, 49, 51, 54, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 48, 54, 58, 56, 50, 49, 51, 54, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 48, 56, 58, 56, 50, 49, 51, 54, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 49, 48, 58, 56, 50, 49, 51, 54, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 49, 50, 58, 56, 50, 49, 51, 54, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 49, 55, 58, 56, 50, 49, 51, 54, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 49, 57, 58, 56, 50, 49, 51, 54, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 50, 49, 58, 56, 50, 49, 51, 54, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 50, 51, 58, 56, 50, 49, 51, 54, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 50, 54, 58, 56, 50, 49, 51, 54, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 50, 55, 58, 56, 50, 49, 51, 54, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 50, 57, 58, 56, 50, 49, 51, 54, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 51, 50, 58, 56, 50, 49, 51, 54, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 51, 53, 58, 56, 50, 49, 51, 55, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 51, 55, 58, 56, 50, 49, 51, 55, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 51, 57, 58, 56, 50, 49, 51, 55, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 52, 49, 58, 56, 50, 49, 51, 55, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 52, 51, 58, 56, 50, 49, 51, 55, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 52, 53, 58, 56, 50, 49, 51, 55, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 52, 55, 58, 56, 50, 49, 51, 55, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 52, 57, 58, 56, 50, 49, 51, 55, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 53, 49, 58, 56, 50, 49, 51, 55, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 53, 51, 58, 56, 50, 49, 51, 55, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 53, 53, 58, 56, 50, 49, 51, 55, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 53, 55, 58, 56, 50, 49, 51, 55, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 53, 57, 58, 56, 50, 49, 51, 55, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 54, 49, 58, 56, 50, 49, 51, 55, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 54, 51, 58, 56, 50, 49, 51, 55, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 54, 52, 58, 56, 50, 49, 51, 55, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 54, 54, 58, 56, 50, 49, 51, 55, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 54, 56, 58, 56, 50, 49, 51, 55, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 54, 57, 58, 56, 50, 49, 51, 55, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 55, 49, 58, 56, 50, 49, 51, 55, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 55, 51, 58, 56, 50, 49, 51, 55, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 55, 53, 58, 56, 50, 49, 51, 55, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 55, 54, 58, 56, 50, 49, 51, 55, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 55, 56, 58, 56, 50, 49, 51, 55, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 56, 48, 58, 56, 50, 49, 51, 55, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 56, 49, 58, 56, 50, 49, 51, 55, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 56, 51, 58, 56, 50, 49, 51, 55, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 56, 53, 58, 56, 50, 49, 51, 55, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 56, 55, 58, 56, 50, 49, 51, 55, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 56, 56, 58, 56, 50, 49, 51, 55, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 57, 48, 58, 56, 50, 49, 51, 55, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 57, 52, 58, 56, 50, 49, 51, 55, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 57, 54, 58, 56, 50, 49, 51, 55, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 52, 57, 56, 58, 56, 50, 49, 51, 55, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 48, 49, 58, 56, 50, 49, 51, 55, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 48, 51, 58, 56, 50, 49, 51, 55, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 48, 53, 58, 56, 50, 49, 51, 55, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 49, 49, 58, 56, 50, 49, 51, 55, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 49, 54, 58, 56, 50, 49, 51, 55, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 50, 48, 58, 56, 50, 49, 51, 55, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 50, 53, 58, 56, 50, 49, 51, 55, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 51, 48, 58, 56, 50, 49, 51, 55, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 52, 57, 58, 56, 50, 49, 51, 55, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 53, 49, 58, 56, 50, 49, 51, 55, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 53, 51, 58, 56, 50, 49, 51, 55, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 53, 53, 58, 56, 50, 49, 51, 55, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 53, 55, 58, 56, 50, 49, 51, 55, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 53, 57, 58, 56, 50, 49, 51, 55, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 54, 48, 58, 56, 50, 49, 51, 55, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 54, 50, 58, 56, 50, 49, 51, 55, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 54, 52, 58, 56, 50, 49, 51, 56, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 54, 54, 58, 56, 50, 49, 51, 56, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 54, 55, 58, 56, 50, 49, 51, 56, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 54, 57, 58, 56, 50, 49, 51, 56, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 55, 49, 58, 56, 50, 49, 51, 56, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 55, 50, 58, 56, 50, 49, 51, 56, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 55, 52, 58, 56, 50, 49, 51, 56, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 55, 54, 58, 56, 50, 49, 51, 56, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 55, 55, 58, 56, 50, 49, 51, 56, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 55, 57, 58, 56, 50, 49, 51, 56, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 56, 49, 58, 56, 50, 49, 51, 56, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 56, 50, 58, 56, 50, 49, 51, 56, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 56, 52, 58, 56, 50, 49, 51, 56, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 56, 54, 58, 56, 50, 49, 51, 56, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 56, 55, 58, 56, 50, 49, 51, 56, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 56, 57, 58, 56, 50, 49, 51, 56, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 57, 48, 58, 56, 50, 49, 51, 56, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 57, 50, 58, 56, 50, 49, 51, 56, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 57, 51, 58, 56, 50, 49, 51, 56, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 57, 53, 58, 56, 50, 49, 51, 56, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 57, 55, 58, 56, 50, 49, 51, 56, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 53, 57, 57, 58, 56, 50, 49, 51, 56, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 48, 48, 58, 56, 50, 49, 51, 56, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 48, 52, 58, 56, 50, 49, 51, 56, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 48, 54, 58, 56, 50, 49, 51, 56, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 49, 50, 58, 56, 50, 49, 51, 56, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 51, 50, 58, 56, 50, 49, 51, 56, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 51, 56, 58, 56, 50, 49, 51, 56, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 52, 53, 58, 56, 50, 49, 51, 56, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 52, 57, 58, 56, 50, 49, 51, 56, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 53, 51, 58, 56, 50, 49, 51, 56, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 53, 57, 58, 56, 50, 49, 51, 56, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 55, 49, 58, 56, 50, 49, 51, 56, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 55, 57, 58, 56, 50, 49, 51, 56, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 56, 49, 58, 56, 50, 49, 51, 56, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 54, 57, 51, 58, 56, 50, 49, 51, 56, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 48, 49, 58, 56, 50, 49, 51, 56, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 48, 53, 58, 56, 50, 49, 51, 56, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 49, 48, 58, 56, 50, 49, 51, 56, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 49, 55, 58, 56, 50, 49, 51, 56, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 50, 49, 58, 56, 50, 49, 51, 56, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 50, 54, 58, 56, 50, 49, 51, 56, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 51, 48, 58, 56, 50, 49, 51, 56, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 51, 54, 58, 56, 50, 49, 51, 56, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 51, 56, 58, 56, 50, 49, 51, 56, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 52, 50, 58, 56, 50, 49, 51, 56, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 52, 55, 58, 56, 50, 49, 51, 56, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 52, 57, 58, 56, 50, 49, 51, 56, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 53, 55, 58, 56, 50, 49, 51, 56, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 54, 48, 58, 56, 50, 49, 51, 56, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 54, 53, 58, 56, 50, 49, 51, 57, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 54, 57, 58, 56, 50, 49, 51, 57, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 55, 50, 58, 56, 50, 49, 51, 57, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 56, 49, 58, 56, 50, 49, 51, 57, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 56, 52, 58, 56, 50, 49, 51, 57, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 56, 57, 58, 56, 50, 49, 51, 57, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 57, 52, 58, 56, 50, 49, 51, 57, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 57, 54, 58, 56, 50, 49, 51, 57, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 55, 57, 56, 58, 56, 50, 49, 51, 57, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 48, 50, 58, 56, 50, 49, 51, 57, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 49, 52, 58, 56, 50, 49, 51, 57, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 49, 54, 58, 56, 50, 49, 51, 57, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 49, 56, 58, 56, 50, 49, 51, 57, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 50, 48, 58, 56, 50, 49, 51, 57, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 50, 50, 58, 56, 50, 49, 51, 57, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 50, 52, 58, 56, 50, 49, 51, 57, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 50, 54, 58, 56, 50, 49, 51, 57, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 50, 56, 58, 56, 50, 49, 51, 57, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 50, 57, 58, 56, 50, 49, 51, 57, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 51, 50, 58, 56, 50, 49, 51, 57, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 51, 51, 58, 56, 50, 49, 51, 57, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 51, 53, 58, 56, 50, 49, 51, 57, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 51, 55, 58, 56, 50, 49, 51, 57, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 51, 57, 58, 56, 50, 49, 51, 57, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 52, 49, 58, 56, 50, 49, 51, 57, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 52, 53, 58, 56, 50, 49, 51, 57, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 53, 48, 58, 56, 50, 49, 51, 57, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 53, 50, 58, 56, 50, 49, 51, 57, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 53, 52, 58, 56, 50, 49, 51, 57, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 53, 54, 58, 56, 50, 49, 51, 57, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 53, 56, 58, 56, 50, 49, 51, 57, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 54, 48, 58, 56, 50, 49, 51, 57, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 54, 50, 58, 56, 50, 49, 51, 57, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 54, 52, 58, 56, 50, 49, 51, 57, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 54, 53, 58, 56, 50, 49, 51, 57, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 54, 55, 58, 56, 50, 49, 51, 57, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 54, 57, 58, 56, 50, 49, 51, 57, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 55, 49, 58, 56, 50, 49, 51, 57, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 55, 50, 58, 56, 50, 49, 51, 57, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 55, 55, 58, 56, 50, 49, 51, 57, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 56, 49, 58, 56, 50, 49, 51, 57, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 56, 53, 58, 56, 50, 49, 51, 57, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 56, 57, 54, 58, 56, 50, 49, 51, 57, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 48, 48, 58, 56, 50, 49, 51, 57, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 48, 53, 58, 56, 50, 49, 51, 57, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 49, 48, 58, 56, 50, 49, 51, 57, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 50, 48, 58, 56, 50, 49, 51, 57, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 50, 52, 58, 56, 50, 49, 51, 57, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 51, 52, 58, 56, 50, 49, 51, 57, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 52, 48, 58, 56, 50, 49, 51, 57, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 52, 53, 58, 56, 50, 49, 52, 48, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 53, 48, 58, 56, 50, 49, 52, 48, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 53, 50, 58, 56, 50, 49, 52, 48, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 53, 52, 58, 56, 50, 49, 52, 48, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 53, 54, 58, 56, 50, 49, 52, 48, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 53, 56, 58, 56, 50, 49, 52, 48, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 54, 48, 58, 56, 50, 49, 52, 48, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 54, 50, 58, 56, 50, 49, 52, 48, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 54, 53, 58, 56, 50, 49, 52, 48, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 55, 51, 58, 56, 50, 49, 52, 48, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 55, 53, 58, 56, 50, 49, 52, 48, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 53, 57, 56, 49, 58, 56, 50, 49, 52, 48, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 53, 54, 56, 57, 51, 57, 56, 52, 48, 58, 56, 54, 52, 57, 50, 55, 48, 15, 0, 0, 0, 82, 111, 108, 108, 105, 110, 103, 32, 79, 98, 106, 101, 99, 116, 115, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 52, 53, 48, 51, 49, 58, 56, 51, 52, 57, 52, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 49, 52, 48, 55, 56, 58, 56, 51, 52, 57, 56, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 49, 53, 55, 55, 49, 58, 56, 51, 52, 57, 56, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 49, 53, 55, 55, 54, 58, 56, 51, 52, 57, 56, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 50, 56, 56, 56, 58, 56, 51, 52, 57, 52, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 55, 49, 50, 52, 58, 56, 51, 52, 57, 52, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 49, 48, 51, 55, 58, 56, 51, 52, 57, 52, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 53, 48, 49, 50, 58, 56, 51, 52, 57, 53, 49, 48, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 53, 50, 57, 53, 51, 55, 49, 53, 56, 53, 58, 52, 49, 55, 52, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 52, 57, 50, 48, 57, 58, 56, 51, 52, 57, 52, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 49, 50, 54, 56, 58, 56, 51, 52, 57, 52, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 52, 57, 57, 54, 51, 58, 56, 51, 52, 57, 52, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 48, 55, 48, 53, 58, 56, 51, 52, 57, 52, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 51, 53, 54, 49, 58, 56, 51, 52, 57, 52, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 53, 54, 55, 54, 58, 56, 51, 52, 57, 52, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 52, 50, 56, 49, 58, 56, 51, 52, 57, 52, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 52, 57, 54, 55, 58, 56, 51, 52, 57, 52, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 55, 56, 50, 51, 58, 56, 51, 52, 57, 52, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 57, 55, 48, 56, 58, 56, 51, 52, 57, 52, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 56, 53, 51, 51, 58, 56, 51, 52, 57, 52, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 53, 57, 49, 57, 57, 58, 56, 51, 52, 57, 52, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 49, 54, 56, 56, 58, 56, 51, 52, 57, 52, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 51, 54, 54, 49, 58, 56, 51, 52, 57, 52, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 50, 52, 49, 54, 58, 56, 51, 52, 57, 52, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 51, 49, 51, 48, 58, 56, 51, 52, 57, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 53, 55, 48, 57, 58, 56, 51, 52, 57, 53, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 54, 52, 57, 56, 58, 56, 51, 52, 57, 53, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 57, 48, 57, 49, 58, 56, 51, 52, 57, 53, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 55, 49, 57, 52, 58, 56, 51, 52, 57, 53, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 55, 57, 49, 57, 58, 56, 51, 52, 57, 53, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 56, 54, 55, 48, 58, 56, 51, 52, 57, 53, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 54, 57, 51, 53, 49, 58, 56, 51, 52, 57, 53, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 48, 48, 48, 55, 58, 56, 51, 52, 57, 53, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 48, 54, 56, 55, 58, 56, 51, 52, 57, 53, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 49, 50, 57, 57, 58, 56, 51, 52, 57, 53, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 50, 48, 51, 56, 58, 56, 51, 52, 57, 53, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 50, 55, 49, 52, 58, 56, 51, 52, 57, 53, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 51, 51, 57, 52, 58, 56, 51, 52, 57, 53, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 51, 57, 57, 51, 58, 56, 51, 52, 57, 53, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 52, 54, 56, 48, 58, 56, 51, 52, 57, 53, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 53, 50, 56, 53, 58, 56, 51, 52, 57, 53, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 53, 57, 56, 51, 58, 56, 51, 52, 57, 53, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 54, 53, 55, 53, 58, 56, 51, 52, 57, 53, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 55, 50, 55, 56, 58, 56, 51, 52, 57, 53, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 55, 56, 56, 48, 58, 56, 51, 52, 57, 53, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 55, 56, 53, 50, 48, 58, 56, 51, 52, 57, 53, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 48, 51, 52, 55, 58, 56, 51, 52, 57, 53, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 52, 57, 50, 49, 58, 56, 51, 52, 57, 54, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 48, 57, 57, 51, 58, 56, 51, 52, 57, 53, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 49, 57, 52, 51, 58, 56, 51, 52, 57, 53, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 51, 48, 55, 56, 58, 56, 51, 52, 57, 53, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 52, 50, 52, 48, 58, 56, 51, 52, 57, 53, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 54, 53, 55, 53, 58, 56, 51, 52, 57, 54, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 56, 51, 51, 54, 58, 56, 51, 52, 57, 54, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 55, 50, 49, 51, 58, 56, 51, 52, 57, 54, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 55, 55, 57, 49, 58, 56, 51, 52, 57, 54, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 56, 57, 55, 53, 49, 58, 56, 51, 52, 57, 54, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 48, 52, 53, 53, 58, 56, 51, 52, 57, 54, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 49, 55, 54, 53, 58, 56, 51, 52, 57, 54, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 50, 52, 56, 50, 58, 56, 51, 52, 57, 54, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 51, 50, 57, 56, 58, 56, 51, 52, 57, 54, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 52, 54, 56, 52, 58, 56, 51, 52, 57, 54, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 53, 50, 51, 48, 58, 56, 51, 52, 57, 54, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 53, 56, 49, 57, 58, 56, 51, 52, 57, 54, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 54, 56, 56, 57, 58, 56, 51, 52, 57, 54, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 55, 51, 57, 53, 58, 56, 51, 52, 57, 54, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 55, 57, 55, 54, 58, 56, 51, 52, 57, 54, 57, 54, 22, 0, 0, 0, 49, 54, 52, 53, 50, 51, 56, 50, 49, 54, 57, 53, 52, 50, 50, 50, 58, 55, 51, 55, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 49, 57, 57, 53, 53, 48, 58, 56, 51, 52, 57, 55, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 49, 52, 51, 56, 58, 56, 51, 52, 57, 55, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 50, 54, 51, 55, 58, 56, 51, 52, 57, 55, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 48, 49, 53, 53, 58, 56, 51, 52, 57, 55, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 48, 57, 48, 57, 58, 56, 51, 52, 57, 55, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 49, 51, 52, 53, 57, 58, 56, 51, 52, 57, 56, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 51, 49, 53, 55, 58, 56, 51, 52, 57, 55, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 52, 55, 53, 53, 58, 56, 51, 52, 57, 55, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 53, 56, 52, 57, 58, 56, 51, 52, 57, 55, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 51, 55, 52, 50, 58, 56, 51, 52, 57, 55, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 52, 51, 50, 55, 58, 56, 51, 52, 57, 55, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 54, 56, 52, 51, 58, 56, 51, 52, 57, 55, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 56, 53, 49, 53, 58, 56, 51, 52, 57, 55, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 57, 57, 51, 50, 58, 56, 51, 52, 57, 55, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 55, 52, 53, 51, 58, 56, 51, 52, 57, 55, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 48, 56, 48, 51, 52, 58, 56, 51, 52, 57, 55, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 49, 48, 52, 53, 56, 58, 56, 51, 52, 57, 55, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 49, 50, 50, 49, 48, 58, 56, 51, 52, 57, 55, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 49, 49, 48, 53, 50, 58, 56, 51, 52, 57, 55, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 53, 57, 50, 49, 49, 54, 50, 52, 58, 56, 51, 52, 57, 55, 57, 50, 24, 0, 0, 0, 49, 54, 52, 52, 57, 56, 54, 49, 48, 57, 57, 50, 54, 56, 51, 51, 58, 49, 48, 52, 56, 57, 57, 48, 19, 0, 0, 0, 66, 97, 99, 107, 32, 67, 97, 109, 101, 114, 97, 32, 69, 120, 97, 109, 112, 108, 101, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 54, 49, 49, 57, 49, 55, 49, 56, 54, 54, 58, 49, 52, 52, 55, 56, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 54, 48, 55, 49, 56, 53, 53, 55, 55, 53, 58, 49, 51, 57, 54, 51, 54, 50, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 53, 50, 56, 48, 52, 53, 50, 56, 52, 56, 58, 52, 49, 53, 52, 57, 49, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 53, 50, 57, 53, 51, 55, 51, 48, 55, 51, 58, 52, 49, 55, 52, 55, 57, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 53, 50, 57, 53, 51, 55, 51, 48, 55, 57, 58, 52, 49, 55, 52, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 48, 50, 57, 57, 58, 55, 49, 48, 53, 52, 50, 51, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 53, 50, 57, 53, 51, 55, 51, 48, 56, 50, 58, 52, 49, 55, 52, 56, 49, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 53, 50, 57, 53, 51, 55, 51, 48, 56, 54, 58, 52, 49, 55, 52, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 54, 53, 52, 55, 57, 51, 48, 50, 50, 57, 58, 50, 52, 50, 51, 50, 54, 51, 7, 0, 0, 0, 49, 48, 49, 58, 49, 48, 49, 7, 0, 0, 0, 49, 48, 49, 58, 49, 48, 48, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 55, 55, 50, 55, 49, 49, 57, 51, 58, 50, 55, 55, 51, 48, 50, 24, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 68, 101, 118, 105, 99, 101, 84, 114, 97, 99, 107, 105, 110, 103, 15, 0, 0, 0, 68, 101, 118, 105, 99, 101, 32, 84, 114, 97, 99, 107, 105, 110, 103, 14, 0, 0, 0, 105, 110, 118, 101, 114, 116, 82, 111, 116, 97, 116, 105, 111, 110, 19, 0, 0, 0, 101, 110, 104, 97, 110, 99, 101, 87, 105, 116, 104, 78, 97, 116, 105, 118, 101, 65, 82, 31, 0, 0, 0, 97, 100, 106, 117, 115, 116, 83, 112, 101, 99, 116, 97, 99, 108, 101, 115, 83, 105, 120, 68, 111, 102, 87, 105, 116, 104, 68, 101, 112, 116, 104, 38, 0, 0, 0, 97, 100, 106, 117, 115, 116, 83, 112, 101, 99, 116, 97, 99, 108, 101, 115, 83, 105, 120, 68, 111, 102, 87, 105, 116, 104, 67, 97, 109, 101, 114, 97, 72, 101, 105, 103, 104, 116, 23, 0, 0, 0, 110, 97, 116, 105, 118, 101, 80, 108, 97, 110, 101, 84, 114, 97, 99, 107, 105, 110, 103, 84, 121, 112, 101, 8, 0, 0, 0, 109, 97, 112, 83, 101, 115, 73, 100, 11, 0, 0, 0, 109, 97, 112, 112, 105, 110, 103, 77, 111, 100, 101, 18, 0, 0, 0, 71, 121, 114, 111, 73, 110, 105, 116, 105, 97, 108, 105, 122, 101, 77, 111, 100, 101, 18, 0, 0, 0, 68, 101, 118, 105, 99, 101, 84, 114, 97, 99, 107, 105, 110, 103, 77, 111, 100, 101, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 48, 57, 50, 48, 53, 51, 48, 58, 50, 54, 54, 52, 49, 57, 21, 0, 0, 0, 87, 111, 114, 108, 100, 79, 98, 106, 101, 99, 116, 67, 111, 110, 116, 114, 111, 108, 108, 101, 114, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 50, 53, 56, 52, 57, 58, 50, 54, 54, 55, 57, 50, 8, 0, 0, 0, 83, 99, 114, 105, 112, 116, 32, 49, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 52, 57, 54, 55, 54, 53, 50, 57, 58, 50, 54, 53, 54, 51, 57, 22, 0, 0, 0, 116, 111, 117, 99, 104, 67, 111, 108, 108, 105, 115, 105, 111, 110, 77, 97, 116, 101, 114, 105, 97, 108, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 52, 57, 55, 57, 53, 53, 56, 52, 58, 50, 54, 53, 54, 57, 55, 10, 0, 0, 0, 103, 114, 111, 117, 110, 100, 71, 114, 105, 100, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 49, 56, 54, 53, 54, 58, 50, 54, 54, 55, 52, 57, 22, 0, 0, 0, 119, 111, 114, 108, 100, 84, 114, 97, 99, 107, 105, 110, 103, 67, 111, 109, 112, 111, 110, 101, 110, 116, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 50, 54, 56, 50, 50, 58, 50, 54, 54, 55, 57, 52, 11, 0, 0, 0, 73, 110, 116, 101, 114, 97, 99, 116, 105, 111, 110, 23, 0, 0, 0, 116, 111, 117, 99, 104, 98, 108, 111, 99, 107, 105, 110, 103, 101, 120, 99, 101, 112, 116, 105, 111, 110, 115, 26, 0, 0, 0, 110, 111, 114, 109, 97, 108, 105, 122, 101, 100, 109, 105, 110, 105, 109, 117, 109, 116, 111, 117, 99, 104, 115, 105, 122, 101, 11, 0, 0, 0, 109, 101, 115, 104, 118, 105, 115, 117, 97, 108, 115, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 50, 55, 52, 49, 57, 58, 50, 54, 54, 55, 57, 54, 29, 0, 0, 0, 67, 111, 109, 112, 111, 110, 101, 110, 116, 46, 77, 97, 110, 105, 112, 117, 108, 97, 116, 101, 67, 111, 109, 112, 111, 110, 101, 110, 116, 10, 0, 0, 0, 77, 97, 110, 105, 112, 117, 108, 97, 116, 101, 7, 0, 0, 0, 109, 105, 110, 100, 105, 115, 116, 7, 0, 0, 0, 109, 97, 120, 100, 105, 115, 116, 8, 0, 0, 0, 109, 105, 110, 115, 99, 97, 108, 101, 8, 0, 0, 0, 109, 97, 120, 115, 99, 97, 108, 101, 9, 0, 0, 0, 109, 105, 110, 104, 101, 105, 103, 104, 116, 9, 0, 0, 0, 109, 97, 120, 104, 101, 105, 103, 104, 116, 13, 0, 0, 0, 114, 111, 116, 97, 116, 105, 111, 110, 115, 99, 97, 108, 101, 13, 0, 0, 0, 99, 111, 110, 116, 101, 120, 116, 115, 119, 105, 118, 101, 108, 15, 0, 0, 0, 109, 97, 110, 105, 112, 117, 108, 97, 116, 101, 116, 121, 112, 101, 115, 23, 0, 0, 0, 49, 54, 52, 53, 50, 48, 54, 48, 51, 50, 55, 50, 52, 48, 57, 50, 58, 57, 54, 56, 53, 55, 51, 26, 0, 0, 0, 83, 108, 111, 119, 32, 77, 111, 116, 105, 111, 110, 32, 90, 111, 110, 101, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 57, 49, 49, 55, 48, 51, 54, 54, 55, 58, 51, 50, 54, 53, 56, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 49, 52, 56, 54, 54, 57, 49, 48, 49, 56, 55, 58, 51, 50, 55, 52, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 49, 52, 56, 54, 54, 57, 49, 48, 49, 57, 51, 58, 51, 50, 55, 52, 57, 56, 8, 0, 0, 0, 115, 108, 111, 119, 83, 116, 101, 112, 8, 0, 0, 0, 115, 108, 111, 119, 84, 105, 109, 101, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 53, 51, 55, 49, 55, 54, 52, 57, 58, 49, 52, 49, 49, 50, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 50, 48, 57, 50, 54, 57, 57, 57, 53, 55, 58, 49, 54, 56, 55, 53, 57, 51, 13, 0, 0, 0, 84, 101, 120, 116, 51, 68, 32, 79, 98, 106, 101, 99, 116, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 50, 48, 57, 50, 55, 48, 48, 52, 49, 48, 58, 49, 54, 56, 55, 53, 57, 52, 6, 0, 0, 0, 84, 101, 120, 116, 51, 68, 24, 0, 0, 0, 49, 54, 52, 53, 52, 57, 50, 49, 54, 49, 50, 56, 56, 54, 48, 53, 58, 52, 48, 52, 51, 52, 50, 57, 4, 0, 0, 0, 116, 101, 120, 116, 18, 0, 0, 0, 83, 108, 111, 119, 32, 10, 77, 111, 116, 105, 111, 110, 32, 10, 90, 111, 110, 101, 4, 0, 0, 0, 102, 111, 110, 116, 23, 0, 0, 0, 49, 54, 52, 53, 49, 52, 48, 55, 57, 50, 54, 50, 52, 57, 57, 55, 58, 54, 49, 52, 49, 57, 49, 16, 0, 0, 0, 118, 101, 114, 116, 105, 99, 97, 108, 79, 118, 101, 114, 102, 108, 111, 119, 18, 0, 0, 0, 104, 111, 114, 105, 122, 111, 110, 116, 97, 108, 79, 118, 101, 114, 102, 108, 111, 119, 9, 0, 0, 0, 115, 105, 122, 101, 84, 111, 70, 105, 116, 13, 0, 0, 0, 108, 101, 116, 116, 101, 114, 83, 112, 97, 99, 105, 110, 103, 11, 0, 0, 0, 108, 105, 110, 101, 83, 112, 97, 99, 105, 110, 103, 14, 0, 0, 0, 101, 120, 116, 114, 117, 115, 105, 111, 110, 68, 101, 112, 116, 104, 16, 0, 0, 0, 101, 120, 116, 114, 117, 100, 101, 68, 105, 114, 101, 99, 116, 105, 111, 110, 14, 0, 0, 0, 119, 111, 114, 108, 100, 83, 112, 97, 99, 101, 82, 101, 99, 116, 4, 0, 0, 0, 108, 101, 102, 116, 5, 0, 0, 0, 114, 105, 103, 104, 116, 6, 0, 0, 0, 98, 111, 116, 116, 111, 109, 3, 0, 0, 0, 116, 111, 112, 8, 0, 0, 0, 101, 100, 105, 116, 97, 98, 108, 101, 11, 0, 0, 0, 115, 104, 111, 119, 80, 114, 101, 118, 105, 101, 119, 12, 0, 0, 0, 116, 111, 117, 99, 104, 72, 97, 110, 100, 108, 101, 114, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 54, 48, 52, 57, 52, 55, 50, 56, 56, 58, 51, 50, 52, 49, 48, 57, 53, 12, 0, 0, 0, 79, 118, 101, 114, 108, 97, 112, 32, 90, 111, 110, 101, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 54, 49, 51, 55, 50, 50, 50, 56, 54, 58, 51, 50, 54, 53, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 50, 53, 48, 54, 52, 57, 57, 58, 49, 51, 50, 48, 49, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 52, 57, 48, 58, 49, 51, 50, 56, 54, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 52, 57, 56, 58, 49, 51, 50, 56, 54, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 48, 48, 58, 49, 51, 50, 56, 54, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 48, 50, 58, 49, 51, 50, 56, 54, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 48, 51, 58, 49, 51, 50, 56, 54, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 48, 53, 58, 49, 51, 50, 56, 54, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 48, 55, 58, 49, 51, 50, 56, 54, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 48, 57, 58, 49, 51, 50, 56, 54, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 49, 48, 58, 49, 51, 50, 56, 54, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 49, 54, 58, 49, 51, 50, 56, 54, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 49, 55, 58, 49, 51, 50, 56, 54, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 49, 57, 58, 49, 51, 50, 56, 54, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 50, 52, 58, 49, 51, 50, 56, 54, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 50, 54, 58, 49, 51, 50, 56, 54, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 50, 56, 58, 49, 51, 50, 56, 54, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 51, 48, 58, 49, 51, 50, 56, 54, 52, 57, 16, 0, 0, 0, 101, 110, 97, 98, 108, 101, 83, 108, 111, 119, 77, 111, 116, 105, 111, 110, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 51, 50, 58, 49, 51, 50, 56, 54, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 51, 52, 58, 49, 51, 50, 56, 54, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 51, 54, 58, 49, 51, 50, 56, 54, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 52, 48, 58, 49, 51, 50, 56, 54, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 52, 50, 58, 49, 51, 50, 56, 54, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 52, 51, 58, 49, 51, 50, 56, 54, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 52, 53, 58, 49, 51, 50, 56, 54, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 52, 55, 58, 49, 51, 50, 56, 54, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 52, 56, 58, 49, 51, 50, 56, 54, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 53, 48, 58, 49, 51, 50, 56, 54, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 53, 50, 58, 49, 51, 50, 56, 54, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 53, 52, 58, 49, 51, 50, 56, 54, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 53, 53, 58, 49, 51, 50, 56, 54, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 53, 54, 58, 49, 51, 50, 56, 54, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 53, 56, 58, 49, 51, 50, 56, 54, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 54, 48, 58, 49, 51, 50, 56, 54, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 54, 51, 58, 49, 51, 50, 56, 54, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 54, 53, 58, 49, 51, 50, 56, 54, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 54, 54, 58, 49, 51, 50, 56, 54, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 54, 56, 58, 49, 51, 50, 56, 54, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 55, 48, 58, 49, 51, 50, 56, 54, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 55, 49, 58, 49, 51, 50, 56, 54, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 55, 53, 58, 49, 51, 50, 56, 54, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 55, 55, 58, 49, 51, 50, 56, 54, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 57, 52, 58, 49, 51, 50, 56, 54, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 57, 53, 58, 49, 51, 50, 56, 54, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 57, 55, 58, 49, 51, 50, 56, 54, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 53, 57, 57, 58, 49, 51, 50, 56, 54, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 48, 48, 58, 49, 51, 50, 56, 54, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 48, 50, 58, 49, 51, 50, 56, 54, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 48, 51, 58, 49, 51, 50, 56, 54, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 48, 53, 58, 49, 51, 50, 56, 54, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 48, 55, 58, 49, 51, 50, 56, 54, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 48, 56, 58, 49, 51, 50, 56, 54, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 49, 48, 58, 49, 51, 50, 56, 54, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 49, 50, 58, 49, 51, 50, 56, 54, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 49, 51, 58, 49, 51, 50, 56, 54, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 49, 53, 58, 49, 51, 50, 56, 54, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 49, 55, 58, 49, 51, 50, 56, 54, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 49, 57, 58, 49, 51, 50, 56, 54, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 50, 48, 58, 49, 51, 50, 56, 54, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 50, 51, 58, 49, 51, 50, 56, 54, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 50, 53, 58, 49, 51, 50, 56, 54, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 50, 54, 58, 49, 51, 50, 56, 54, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 50, 56, 58, 49, 51, 50, 56, 54, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 51, 48, 58, 49, 51, 50, 56, 54, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 51, 49, 58, 49, 51, 50, 56, 54, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 51, 52, 58, 49, 51, 50, 56, 54, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 51, 53, 58, 49, 51, 50, 56, 54, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 51, 56, 58, 49, 51, 50, 56, 54, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 51, 57, 58, 49, 51, 50, 56, 55, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 52, 49, 58, 49, 51, 50, 56, 55, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 52, 50, 58, 49, 51, 50, 56, 55, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 52, 52, 58, 49, 51, 50, 56, 55, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 52, 53, 58, 49, 51, 50, 56, 55, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 52, 55, 58, 49, 51, 50, 56, 55, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 52, 56, 58, 49, 51, 50, 56, 55, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 53, 48, 58, 49, 51, 50, 56, 55, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 53, 49, 58, 49, 51, 50, 56, 55, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 53, 51, 58, 49, 51, 50, 56, 55, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 53, 53, 58, 49, 51, 50, 56, 55, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 53, 55, 58, 49, 51, 50, 56, 55, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 53, 57, 58, 49, 51, 50, 56, 55, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 54, 48, 58, 49, 51, 50, 56, 55, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 54, 50, 58, 49, 51, 50, 56, 55, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 54, 51, 58, 49, 51, 50, 56, 55, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 54, 53, 58, 49, 51, 50, 56, 55, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 54, 54, 58, 49, 51, 50, 56, 55, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 54, 56, 58, 49, 51, 50, 56, 55, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 54, 57, 58, 49, 51, 50, 56, 55, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 55, 49, 58, 49, 51, 50, 56, 55, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 55, 51, 58, 49, 51, 50, 56, 55, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 55, 52, 58, 49, 51, 50, 56, 55, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 55, 54, 58, 49, 51, 50, 56, 55, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 55, 56, 58, 49, 51, 50, 56, 55, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 55, 57, 58, 49, 51, 50, 56, 55, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 56, 49, 58, 49, 51, 50, 56, 55, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 56, 50, 58, 49, 51, 50, 56, 55, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 56, 52, 58, 49, 51, 50, 56, 55, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 56, 53, 58, 49, 51, 50, 56, 55, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 56, 55, 58, 49, 51, 50, 56, 55, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 56, 56, 58, 49, 51, 50, 56, 55, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 57, 49, 58, 49, 51, 50, 56, 55, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 57, 51, 58, 49, 51, 50, 56, 55, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 57, 53, 58, 49, 51, 50, 56, 55, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 57, 54, 58, 49, 51, 50, 56, 55, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 57, 56, 58, 49, 51, 50, 56, 55, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 54, 57, 57, 58, 49, 51, 50, 56, 55, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 48, 48, 58, 49, 51, 50, 56, 55, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 48, 50, 58, 49, 51, 50, 56, 55, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 48, 51, 58, 49, 51, 50, 56, 55, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 48, 54, 58, 49, 51, 50, 56, 55, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 48, 56, 58, 49, 51, 50, 56, 55, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 49, 48, 58, 49, 51, 50, 56, 55, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 49, 49, 58, 49, 51, 50, 56, 55, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 49, 51, 58, 49, 51, 50, 56, 55, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 49, 53, 58, 49, 51, 50, 56, 55, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 49, 55, 58, 49, 51, 50, 56, 55, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 49, 57, 58, 49, 51, 50, 56, 55, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 50, 48, 58, 49, 51, 50, 56, 55, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 50, 49, 58, 49, 51, 50, 56, 55, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 50, 51, 58, 49, 51, 50, 56, 55, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 50, 53, 58, 49, 51, 50, 56, 55, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 50, 54, 58, 49, 51, 50, 56, 55, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 50, 55, 58, 49, 51, 50, 56, 55, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 50, 57, 58, 49, 51, 50, 56, 55, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 51, 48, 58, 49, 51, 50, 56, 55, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 51, 50, 58, 49, 51, 50, 56, 55, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 51, 51, 58, 49, 51, 50, 56, 55, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 51, 53, 58, 49, 51, 50, 56, 55, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 51, 54, 58, 49, 51, 50, 56, 55, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 51, 55, 58, 49, 51, 50, 56, 55, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 51, 57, 58, 49, 51, 50, 56, 55, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 52, 49, 58, 49, 51, 50, 56, 55, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 52, 52, 58, 49, 51, 50, 56, 55, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 52, 55, 58, 49, 51, 50, 56, 55, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 52, 57, 58, 49, 51, 50, 56, 55, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 53, 49, 58, 49, 51, 50, 56, 55, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 53, 50, 58, 49, 51, 50, 56, 55, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 53, 51, 58, 49, 51, 50, 56, 55, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 53, 53, 58, 49, 51, 50, 56, 55, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 53, 54, 58, 49, 51, 50, 56, 55, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 53, 55, 58, 49, 51, 50, 56, 55, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 53, 57, 58, 49, 51, 50, 56, 55, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 54, 48, 58, 49, 51, 50, 56, 55, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 54, 49, 58, 49, 51, 50, 56, 55, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 54, 51, 58, 49, 51, 50, 56, 55, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 54, 53, 58, 49, 51, 50, 56, 55, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 54, 54, 58, 49, 51, 50, 56, 55, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 54, 55, 58, 49, 51, 50, 56, 55, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 55, 49, 58, 49, 51, 50, 56, 55, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 55, 51, 58, 49, 51, 50, 56, 55, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 55, 52, 58, 49, 51, 50, 56, 55, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 55, 55, 53, 58, 49, 51, 50, 56, 55, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 51, 52, 58, 49, 51, 50, 56, 55, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 52, 49, 58, 49, 51, 50, 56, 55, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 52, 50, 58, 49, 51, 50, 56, 55, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 52, 52, 58, 49, 51, 50, 56, 55, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 52, 55, 58, 49, 51, 50, 56, 55, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 52, 57, 58, 49, 51, 50, 56, 55, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 53, 48, 58, 49, 51, 50, 56, 55, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 53, 50, 58, 49, 51, 50, 56, 55, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 53, 51, 58, 49, 51, 50, 56, 55, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 53, 53, 58, 49, 51, 50, 56, 55, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 53, 55, 58, 49, 51, 50, 56, 55, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 53, 57, 58, 49, 51, 50, 56, 55, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 54, 49, 58, 49, 51, 50, 56, 55, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 54, 50, 58, 49, 51, 50, 56, 55, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 54, 52, 58, 49, 51, 50, 56, 55, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 54, 54, 58, 49, 51, 50, 56, 55, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 54, 55, 58, 49, 51, 50, 56, 56, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 54, 56, 58, 49, 51, 50, 56, 56, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 55, 48, 58, 49, 51, 50, 56, 56, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 55, 50, 58, 49, 51, 50, 56, 56, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 55, 53, 58, 49, 51, 50, 56, 56, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 55, 55, 58, 49, 51, 50, 56, 56, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 55, 57, 58, 49, 51, 50, 56, 56, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 56, 49, 58, 49, 51, 50, 56, 56, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 56, 52, 58, 49, 51, 50, 56, 56, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 56, 54, 58, 49, 51, 50, 56, 56, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 56, 56, 58, 49, 51, 50, 56, 56, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 57, 50, 58, 49, 51, 50, 56, 56, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 57, 53, 58, 49, 51, 50, 56, 56, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 57, 54, 58, 49, 51, 50, 56, 56, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 57, 56, 58, 49, 51, 50, 56, 56, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 56, 57, 57, 58, 49, 51, 50, 56, 56, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 48, 48, 58, 49, 51, 50, 56, 56, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 48, 50, 58, 49, 51, 50, 56, 56, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 48, 51, 58, 49, 51, 50, 56, 56, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 48, 53, 58, 49, 51, 50, 56, 56, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 49, 50, 58, 49, 51, 50, 56, 56, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 49, 52, 58, 49, 51, 50, 56, 56, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 49, 54, 58, 49, 51, 50, 56, 56, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 49, 55, 58, 49, 51, 50, 56, 56, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 49, 57, 58, 49, 51, 50, 56, 56, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 50, 48, 58, 49, 51, 50, 56, 56, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 52, 49, 54, 54, 50, 57, 57, 50, 50, 58, 49, 51, 50, 56, 56, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 54, 48, 50, 53, 58, 49, 54, 48, 48, 50, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 49, 49, 58, 49, 54, 48, 48, 50, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 49, 56, 58, 49, 54, 48, 48, 50, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 50, 48, 58, 49, 54, 48, 48, 50, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 50, 51, 58, 49, 54, 48, 48, 50, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 50, 53, 58, 49, 54, 48, 48, 50, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 50, 56, 58, 49, 54, 48, 48, 50, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 51, 48, 58, 49, 54, 48, 48, 50, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 51, 50, 58, 49, 54, 48, 48, 50, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 51, 52, 58, 49, 54, 48, 48, 50, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 51, 54, 58, 49, 54, 48, 48, 50, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 51, 57, 58, 49, 54, 48, 48, 50, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 52, 49, 58, 49, 54, 48, 48, 50, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 52, 52, 58, 49, 54, 48, 48, 50, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 52, 54, 58, 49, 54, 48, 48, 50, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 52, 55, 58, 49, 54, 48, 48, 50, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 52, 57, 58, 49, 54, 48, 48, 50, 55, 53, 17, 0, 0, 0, 100, 105, 115, 97, 98, 108, 101, 83, 108, 111, 119, 77, 111, 116, 105, 111, 110, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 53, 49, 58, 49, 54, 48, 48, 50, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 53, 51, 58, 49, 54, 48, 48, 50, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 53, 54, 58, 49, 54, 48, 48, 50, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 53, 57, 58, 49, 54, 48, 48, 50, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 54, 50, 58, 49, 54, 48, 48, 50, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 54, 52, 58, 49, 54, 48, 48, 50, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 54, 56, 58, 49, 54, 48, 48, 50, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 55, 48, 58, 49, 54, 48, 48, 50, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 55, 52, 58, 49, 54, 48, 48, 50, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 55, 54, 58, 49, 54, 48, 48, 50, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 55, 56, 58, 49, 54, 48, 48, 50, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 56, 49, 58, 49, 54, 48, 48, 50, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 56, 51, 58, 49, 54, 48, 48, 51, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 56, 53, 58, 49, 54, 48, 48, 51, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 56, 55, 58, 49, 54, 48, 48, 51, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 57, 48, 58, 49, 54, 48, 48, 51, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 57, 50, 58, 49, 54, 48, 48, 51, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 57, 52, 58, 49, 54, 48, 48, 51, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 57, 55, 58, 49, 54, 48, 48, 51, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 55, 57, 56, 58, 49, 54, 48, 48, 51, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 48, 49, 58, 49, 54, 48, 48, 51, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 48, 51, 58, 49, 54, 48, 48, 51, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 48, 54, 58, 49, 54, 48, 48, 51, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 48, 56, 58, 49, 54, 48, 48, 51, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 49, 49, 58, 49, 54, 48, 48, 51, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 49, 50, 58, 49, 54, 48, 48, 51, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 49, 53, 58, 49, 54, 48, 48, 51, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 49, 55, 58, 49, 54, 48, 48, 51, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 50, 52, 58, 49, 54, 48, 48, 51, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 50, 54, 58, 49, 54, 48, 48, 51, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 50, 56, 58, 49, 54, 48, 48, 51, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 51, 49, 58, 49, 54, 48, 48, 51, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 51, 53, 58, 49, 54, 48, 48, 51, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 51, 55, 58, 49, 54, 48, 48, 51, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 51, 57, 58, 49, 54, 48, 48, 51, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 52, 49, 58, 49, 54, 48, 48, 51, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 52, 51, 58, 49, 54, 48, 48, 51, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 52, 53, 58, 49, 54, 48, 48, 51, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 52, 56, 58, 49, 54, 48, 48, 51, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 53, 50, 58, 49, 54, 48, 48, 51, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 53, 54, 58, 49, 54, 48, 48, 51, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 54, 48, 58, 49, 54, 48, 48, 51, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 54, 50, 58, 49, 54, 48, 48, 51, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 54, 52, 58, 49, 54, 48, 48, 51, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 54, 54, 58, 49, 54, 48, 48, 51, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 54, 56, 58, 49, 54, 48, 48, 51, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 55, 48, 58, 49, 54, 48, 48, 51, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 55, 50, 58, 49, 54, 48, 48, 51, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 55, 53, 58, 49, 54, 48, 48, 51, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 55, 56, 58, 49, 54, 48, 48, 51, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 56, 48, 58, 49, 54, 48, 48, 51, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 56, 49, 58, 49, 54, 48, 48, 51, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 56, 51, 58, 49, 54, 48, 48, 51, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 56, 53, 58, 49, 54, 48, 48, 51, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 56, 56, 58, 49, 54, 48, 48, 51, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 56, 57, 58, 49, 54, 48, 48, 51, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 57, 50, 58, 49, 54, 48, 48, 51, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 57, 52, 58, 49, 54, 48, 48, 51, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 57, 54, 58, 49, 54, 48, 48, 51, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 56, 57, 56, 58, 49, 54, 48, 48, 51, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 48, 48, 58, 49, 54, 48, 48, 51, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 48, 50, 58, 49, 54, 48, 48, 51, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 48, 52, 58, 49, 54, 48, 48, 52, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 48, 54, 58, 49, 54, 48, 48, 52, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 48, 56, 58, 49, 54, 48, 48, 52, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 49, 48, 58, 49, 54, 48, 48, 52, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 49, 51, 58, 49, 54, 48, 48, 52, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 49, 53, 58, 49, 54, 48, 48, 52, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 49, 55, 58, 49, 54, 48, 48, 52, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 49, 57, 58, 49, 54, 48, 48, 52, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 50, 49, 58, 49, 54, 48, 48, 52, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 50, 51, 58, 49, 54, 48, 48, 52, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 50, 52, 58, 49, 54, 48, 48, 52, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 50, 54, 58, 49, 54, 48, 48, 52, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 50, 56, 58, 49, 54, 48, 48, 52, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 51, 48, 58, 49, 54, 48, 48, 52, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 51, 50, 58, 49, 54, 48, 48, 52, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 51, 51, 58, 49, 54, 48, 48, 52, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 51, 53, 58, 49, 54, 48, 48, 52, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 51, 55, 58, 49, 54, 48, 48, 52, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 51, 57, 58, 49, 54, 48, 48, 52, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 52, 49, 58, 49, 54, 48, 48, 52, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 52, 55, 58, 49, 54, 48, 48, 52, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 52, 57, 58, 49, 54, 48, 48, 52, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 53, 49, 58, 49, 54, 48, 48, 52, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 53, 51, 58, 49, 54, 48, 48, 52, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 53, 53, 58, 49, 54, 48, 48, 52, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 53, 54, 58, 49, 54, 48, 48, 52, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 53, 56, 58, 49, 54, 48, 48, 52, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 54, 48, 58, 49, 54, 48, 48, 52, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 54, 50, 58, 49, 54, 48, 48, 52, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 54, 52, 58, 49, 54, 48, 48, 52, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 54, 53, 58, 49, 54, 48, 48, 52, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 54, 55, 58, 49, 54, 48, 48, 52, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 54, 57, 58, 49, 54, 48, 48, 52, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 55, 49, 58, 49, 54, 48, 48, 52, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 55, 51, 58, 49, 54, 48, 48, 52, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 55, 53, 58, 49, 54, 48, 48, 52, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 55, 57, 58, 49, 54, 48, 48, 52, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 56, 49, 58, 49, 54, 48, 48, 52, 55, 53, 7, 0, 0, 0, 79, 110, 32, 69, 120, 105, 116, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 56, 52, 58, 49, 54, 48, 48, 52, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 56, 54, 58, 49, 54, 48, 48, 52, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 57, 51, 58, 49, 54, 48, 48, 52, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 57, 53, 58, 49, 54, 48, 48, 52, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 56, 57, 57, 55, 58, 49, 54, 48, 48, 52, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 48, 48, 58, 49, 54, 48, 48, 52, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 48, 50, 58, 49, 54, 48, 48, 52, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 48, 52, 58, 49, 54, 48, 48, 52, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 48, 53, 58, 49, 54, 48, 48, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 48, 55, 58, 49, 54, 48, 48, 52, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 49, 49, 58, 49, 54, 48, 48, 52, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 49, 51, 58, 49, 54, 48, 48, 52, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 49, 52, 58, 49, 54, 48, 48, 53, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 49, 56, 58, 49, 54, 48, 48, 53, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 50, 48, 58, 49, 54, 48, 48, 53, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 50, 49, 58, 49, 54, 48, 48, 53, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 50, 51, 58, 49, 54, 48, 48, 53, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 50, 53, 58, 49, 54, 48, 48, 53, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 50, 55, 58, 49, 54, 48, 48, 53, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 50, 57, 58, 49, 54, 48, 48, 53, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 51, 49, 58, 49, 54, 48, 48, 53, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 51, 51, 58, 49, 54, 48, 48, 53, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 51, 53, 58, 49, 54, 48, 48, 53, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 51, 54, 58, 49, 54, 48, 48, 53, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 51, 56, 58, 49, 54, 48, 48, 53, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 52, 48, 58, 49, 54, 48, 48, 53, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 52, 50, 58, 49, 54, 48, 48, 53, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 52, 52, 58, 49, 54, 48, 48, 53, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 52, 54, 58, 49, 54, 48, 48, 53, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 52, 56, 58, 49, 54, 48, 48, 53, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 52, 57, 58, 49, 54, 48, 48, 53, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 53, 49, 58, 49, 54, 48, 48, 53, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 53, 51, 58, 49, 54, 48, 48, 53, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 53, 53, 58, 49, 54, 48, 48, 53, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 53, 55, 58, 49, 54, 48, 48, 53, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 54, 49, 58, 49, 54, 48, 48, 53, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 54, 51, 58, 49, 54, 48, 48, 53, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 54, 53, 58, 49, 54, 48, 48, 53, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 54, 55, 58, 49, 54, 48, 48, 53, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 55, 48, 58, 49, 54, 48, 48, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 55, 50, 58, 49, 54, 48, 48, 53, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 55, 52, 58, 49, 54, 48, 48, 53, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 55, 54, 58, 49, 54, 48, 48, 53, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 55, 56, 58, 49, 54, 48, 48, 53, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 55, 57, 58, 49, 54, 48, 48, 53, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 56, 49, 58, 49, 54, 48, 48, 53, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 56, 51, 58, 49, 54, 48, 48, 53, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 56, 53, 58, 49, 54, 48, 48, 53, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 56, 55, 58, 49, 54, 48, 48, 53, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 56, 57, 58, 49, 54, 48, 48, 53, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 57, 50, 58, 49, 54, 48, 48, 53, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 48, 57, 54, 58, 49, 54, 48, 48, 53, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 48, 48, 58, 49, 54, 48, 48, 53, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 48, 50, 58, 49, 54, 48, 48, 53, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 48, 52, 58, 49, 54, 48, 48, 53, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 48, 54, 58, 49, 54, 48, 48, 53, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 48, 56, 58, 49, 54, 48, 48, 53, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 49, 48, 58, 49, 54, 48, 48, 53, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 49, 50, 58, 49, 54, 48, 48, 53, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 49, 52, 58, 49, 54, 48, 48, 53, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 49, 55, 58, 49, 54, 48, 48, 53, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 49, 57, 58, 49, 54, 48, 48, 53, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 50, 49, 58, 49, 54, 48, 48, 54, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 50, 50, 58, 49, 54, 48, 48, 54, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 50, 52, 58, 49, 54, 48, 48, 54, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 50, 54, 58, 49, 54, 48, 48, 54, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 50, 56, 58, 49, 54, 48, 48, 54, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 51, 48, 58, 49, 54, 48, 48, 54, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 51, 50, 58, 49, 54, 48, 48, 54, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 51, 52, 58, 49, 54, 48, 48, 54, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 51, 54, 58, 49, 54, 48, 48, 54, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 51, 56, 58, 49, 54, 48, 48, 54, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 52, 48, 58, 49, 54, 48, 48, 54, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 52, 50, 58, 49, 54, 48, 48, 54, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 52, 52, 58, 49, 54, 48, 48, 54, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 52, 55, 58, 49, 54, 48, 48, 54, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 49, 55, 57, 49, 56, 52, 57, 49, 52, 57, 58, 49, 54, 48, 48, 54, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 55, 51, 56, 53, 54, 55, 49, 53, 48, 57, 58, 50, 50, 53, 53, 51, 57, 54, 32, 0, 0, 0, 82, 97, 99, 105, 110, 103, 32, 84, 114, 97, 99, 107, 115, 32, 91, 84, 82, 89, 95, 65, 76, 76, 95, 69, 88, 65, 77, 80, 76, 69, 83, 93, 23, 0, 0, 0, 49, 54, 52, 53, 50, 48, 53, 57, 55, 48, 49, 56, 53, 51, 53, 56, 58, 57, 52, 48, 56, 54, 55, 26, 0, 0, 0, 87, 111, 111, 100, 32, 82, 97, 99, 105, 110, 103, 32, 84, 114, 97, 99, 107, 32, 91, 84, 82, 89, 95, 77, 69, 93, 24, 0, 0, 0, 49, 54, 52, 53, 55, 54, 54, 52, 53, 49, 54, 51, 48, 56, 49, 54, 58, 52, 55, 52, 55, 51, 53, 55, 12, 0, 0, 0, 70, 108, 111, 111, 114, 32, 86, 105, 115, 117, 97, 108, 24, 0, 0, 0, 49, 54, 52, 53, 55, 54, 54, 52, 53, 49, 54, 51, 49, 50, 55, 50, 58, 52, 55, 52, 55, 51, 54, 48, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 56, 48, 51, 57, 57, 53, 53, 54, 55, 54, 48, 58, 53, 50, 56, 51, 54, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 53, 55, 52, 50, 54, 48, 55, 53, 49, 58, 53, 54, 54, 56, 57, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 53, 56, 52, 51, 57, 58, 53, 54, 56, 55, 52, 49, 56, 24, 0, 0, 0, 82, 97, 99, 101, 32, 84, 114, 97, 99, 107, 32, 87, 97, 108, 108, 32, 67, 111, 108, 108, 105, 100, 101, 114, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 54, 48, 54, 49, 56, 58, 53, 54, 56, 55, 53, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 54, 49, 55, 56, 51, 58, 53, 54, 56, 55, 53, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 53, 55, 52, 51, 50, 48, 50, 51, 56, 58, 53, 54, 54, 57, 48, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 49, 53, 51, 53, 57, 58, 53, 56, 50, 49, 56, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 52, 56, 55, 57, 50, 50, 48, 56, 53, 54, 54, 58, 49, 51, 56, 55, 54, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 54, 54, 48, 51, 52, 58, 53, 54, 56, 55, 53, 50, 52, 6, 0, 0, 0, 67, 117, 98, 101, 32, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 54, 55, 52, 48, 56, 58, 53, 54, 56, 55, 53, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 53, 55, 52, 51, 55, 48, 51, 56, 57, 58, 53, 54, 54, 57, 48, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 49, 54, 53, 52, 54, 58, 53, 56, 50, 49, 56, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 55, 49, 53, 52, 48, 58, 53, 54, 56, 55, 53, 52, 50, 6, 0, 0, 0, 67, 117, 98, 101, 32, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 55, 51, 48, 52, 54, 58, 53, 54, 56, 55, 53, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 49, 55, 52, 52, 51, 58, 53, 56, 50, 49, 56, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 55, 54, 57, 56, 54, 58, 53, 54, 56, 55, 53, 54, 48, 6, 0, 0, 0, 67, 117, 98, 101, 32, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 55, 56, 49, 55, 55, 58, 53, 54, 56, 55, 53, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 49, 56, 48, 51, 49, 58, 53, 56, 50, 49, 56, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 56, 50, 48, 52, 51, 58, 53, 54, 56, 55, 53, 55, 56, 6, 0, 0, 0, 67, 117, 98, 101, 32, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 56, 51, 51, 57, 56, 58, 53, 54, 56, 55, 53, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 49, 56, 54, 48, 49, 58, 53, 56, 50, 49, 56, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 56, 57, 54, 53, 57, 58, 53, 54, 56, 55, 54, 48, 48, 6, 0, 0, 0, 67, 117, 98, 101, 32, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 48, 57, 57, 57, 49, 57, 48, 57, 58, 53, 54, 56, 55, 54, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 49, 57, 50, 52, 52, 58, 53, 56, 50, 49, 56, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 48, 48, 55, 53, 49, 58, 53, 54, 56, 55, 54, 49, 56, 6, 0, 0, 0, 67, 117, 98, 101, 32, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 48, 50, 48, 52, 56, 58, 53, 54, 56, 55, 54, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 49, 57, 56, 51, 48, 58, 53, 56, 50, 49, 56, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 48, 54, 55, 57, 56, 58, 53, 54, 56, 55, 54, 52, 48, 6, 0, 0, 0, 67, 117, 98, 101, 32, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 48, 56, 48, 56, 52, 58, 53, 54, 56, 55, 54, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 48, 52, 50, 48, 58, 53, 56, 50, 49, 56, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 49, 51, 48, 54, 52, 58, 53, 54, 56, 55, 54, 53, 56, 6, 0, 0, 0, 67, 117, 98, 101, 32, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 49, 52, 55, 51, 56, 58, 53, 54, 56, 55, 54, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 53, 55, 52, 55, 49, 48, 56, 55, 48, 58, 53, 54, 54, 57, 49, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 49, 48, 49, 48, 58, 53, 56, 50, 49, 56, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 49, 56, 56, 49, 50, 58, 53, 54, 56, 55, 54, 55, 54, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 50, 48, 48, 57, 55, 58, 53, 54, 56, 55, 54, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 49, 53, 57, 50, 58, 53, 56, 50, 49, 56, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 50, 51, 56, 53, 49, 58, 53, 54, 56, 55, 54, 57, 52, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 50, 53, 52, 57, 50, 58, 53, 54, 56, 55, 54, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 50, 49, 54, 53, 58, 53, 56, 50, 49, 56, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 50, 57, 53, 54, 54, 58, 53, 54, 56, 55, 55, 49, 50, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 51, 48, 56, 50, 57, 58, 53, 54, 56, 55, 55, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 50, 55, 52, 49, 58, 53, 56, 50, 49, 56, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 51, 52, 55, 50, 57, 58, 53, 54, 56, 55, 55, 51, 48, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 51, 54, 49, 53, 53, 58, 53, 54, 56, 55, 55, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 51, 50, 57, 51, 58, 53, 56, 50, 49, 56, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 52, 50, 49, 53, 54, 58, 53, 54, 56, 55, 55, 52, 56, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 52, 53, 49, 50, 55, 58, 53, 54, 56, 55, 55, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 51, 56, 52, 49, 58, 53, 56, 50, 49, 56, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 53, 50, 50, 56, 49, 58, 53, 54, 56, 55, 55, 55, 48, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 53, 51, 54, 48, 57, 58, 53, 54, 56, 55, 55, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 52, 52, 53, 55, 58, 53, 56, 50, 49, 56, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 53, 56, 49, 49, 52, 58, 53, 54, 56, 55, 55, 56, 56, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 53, 57, 52, 51, 54, 58, 53, 54, 56, 55, 55, 57, 48, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 53, 48, 53, 50, 58, 53, 56, 50, 49, 56, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 54, 52, 52, 51, 52, 58, 53, 54, 56, 55, 56, 49, 48, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 54, 54, 49, 56, 57, 58, 53, 54, 56, 55, 56, 49, 50, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 53, 54, 51, 48, 58, 53, 56, 50, 49, 56, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 55, 48, 50, 57, 50, 58, 53, 54, 56, 55, 56, 50, 56, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 55, 49, 53, 55, 52, 58, 53, 54, 56, 55, 56, 51, 48, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 54, 50, 54, 56, 58, 53, 56, 50, 49, 56, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 55, 53, 52, 48, 52, 58, 53, 54, 56, 55, 56, 52, 54, 7, 0, 0, 0, 67, 117, 98, 101, 32, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 55, 54, 54, 56, 48, 58, 53, 54, 56, 55, 56, 52, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 54, 57, 48, 50, 58, 53, 56, 50, 49, 56, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 56, 48, 51, 53, 54, 58, 53, 54, 56, 55, 56, 54, 52, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 56, 49, 53, 51, 54, 58, 53, 54, 56, 55, 56, 54, 54, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 55, 52, 57, 54, 58, 53, 56, 50, 49, 56, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 56, 53, 48, 51, 55, 58, 53, 54, 56, 55, 56, 56, 50, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 56, 54, 49, 54, 55, 58, 53, 54, 56, 55, 56, 56, 52, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 56, 49, 52, 48, 58, 53, 56, 50, 49, 56, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 57, 50, 53, 48, 48, 58, 53, 54, 56, 55, 57, 48, 48, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 48, 57, 52, 55, 50, 52, 58, 53, 54, 56, 55, 57, 48, 50, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 56, 55, 55, 49, 58, 53, 56, 50, 49, 56, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 48, 49, 49, 51, 48, 58, 53, 54, 56, 55, 57, 49, 56, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 48, 50, 53, 50, 49, 58, 53, 54, 56, 55, 57, 50, 48, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 57, 51, 52, 48, 58, 53, 56, 50, 49, 56, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 48, 54, 54, 53, 49, 58, 53, 54, 56, 55, 57, 51, 54, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 48, 55, 57, 53, 53, 58, 53, 54, 56, 55, 57, 51, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 50, 57, 57, 49, 48, 58, 53, 56, 50, 49, 56, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 49, 49, 53, 52, 51, 58, 53, 54, 56, 55, 57, 53, 52, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 49, 51, 56, 48, 54, 58, 53, 54, 56, 55, 57, 53, 54, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 53, 55, 53, 52, 51, 53, 56, 57, 55, 58, 53, 54, 54, 57, 51, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 48, 52, 55, 57, 58, 53, 56, 50, 49, 56, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 49, 56, 53, 50, 49, 58, 53, 54, 56, 55, 57, 55, 54, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 49, 57, 57, 56, 50, 58, 53, 54, 56, 55, 57, 55, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 53, 55, 53, 52, 57, 53, 55, 56, 48, 58, 53, 54, 54, 57, 52, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 49, 54, 57, 48, 58, 53, 56, 50, 49, 56, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 50, 53, 54, 54, 48, 58, 53, 54, 56, 55, 57, 57, 52, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 50, 54, 57, 57, 57, 58, 53, 54, 56, 55, 57, 57, 54, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 50, 50, 50, 53, 58, 53, 56, 50, 49, 56, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 51, 49, 48, 55, 49, 58, 53, 54, 56, 56, 48, 49, 50, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 51, 50, 53, 55, 50, 58, 53, 54, 56, 56, 48, 49, 52, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 50, 55, 56, 51, 58, 53, 56, 50, 49, 56, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 51, 55, 48, 53, 52, 58, 53, 54, 56, 56, 48, 51, 48, 7, 0, 0, 0, 67, 117, 98, 101, 32, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 51, 57, 51, 49, 50, 58, 53, 54, 56, 56, 48, 51, 50, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 51, 50, 56, 57, 58, 53, 56, 50, 49, 56, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 52, 57, 54, 52, 51, 58, 53, 54, 56, 56, 48, 53, 50, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 53, 49, 50, 54, 50, 58, 53, 54, 56, 56, 48, 53, 52, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 51, 56, 48, 52, 58, 53, 56, 50, 49, 56, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 53, 53, 57, 55, 57, 58, 53, 54, 56, 56, 48, 55, 48, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 53, 55, 52, 57, 57, 58, 53, 54, 56, 56, 48, 55, 50, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 52, 51, 48, 54, 58, 53, 56, 50, 49, 56, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 54, 49, 53, 51, 52, 58, 53, 54, 56, 56, 48, 56, 56, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 54, 50, 57, 49, 55, 58, 53, 54, 56, 56, 48, 57, 48, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 53, 55, 53, 56, 53, 52, 48, 55, 55, 58, 53, 54, 54, 57, 53, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 52, 56, 48, 48, 58, 53, 56, 50, 49, 56, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 54, 55, 48, 53, 57, 58, 53, 54, 56, 56, 49, 48, 54, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 54, 56, 56, 51, 51, 58, 53, 54, 56, 56, 49, 48, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 53, 52, 52, 49, 58, 53, 56, 50, 49, 56, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 55, 51, 56, 48, 48, 58, 53, 54, 56, 56, 49, 50, 56, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 55, 53, 50, 49, 50, 58, 53, 54, 56, 56, 49, 51, 48, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 54, 48, 50, 55, 58, 53, 56, 50, 49, 56, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 56, 49, 52, 56, 52, 58, 53, 54, 56, 56, 49, 52, 54, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 56, 50, 56, 56, 53, 58, 53, 54, 56, 56, 49, 52, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 54, 53, 50, 54, 58, 53, 56, 50, 49, 56, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 56, 54, 57, 53, 56, 58, 53, 54, 56, 56, 49, 54, 52, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 56, 57, 57, 53, 52, 58, 53, 54, 56, 56, 49, 54, 54, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 55, 48, 49, 55, 58, 53, 56, 50, 49, 56, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 49, 57, 55, 55, 53, 54, 58, 53, 54, 56, 56, 49, 56, 54, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 48, 49, 49, 54, 48, 58, 53, 54, 56, 56, 49, 56, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 55, 53, 49, 51, 58, 53, 56, 50, 49, 56, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 48, 53, 53, 49, 49, 58, 53, 54, 56, 56, 50, 48, 52, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 48, 55, 48, 48, 54, 58, 53, 54, 56, 56, 50, 48, 54, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 53, 55, 54, 50, 51, 48, 49, 49, 48, 58, 53, 54, 54, 57, 54, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 56, 48, 49, 50, 58, 53, 56, 50, 49, 56, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 49, 49, 49, 53, 48, 58, 53, 54, 56, 56, 50, 50, 50, 7, 0, 0, 0, 67, 117, 98, 101, 32, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 49, 50, 53, 53, 48, 58, 53, 54, 56, 56, 50, 50, 52, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 56, 53, 51, 52, 58, 53, 56, 50, 49, 56, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 49, 54, 53, 53, 50, 58, 53, 54, 56, 56, 50, 52, 48, 7, 0, 0, 0, 67, 117, 98, 101, 32, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 49, 55, 57, 50, 50, 58, 53, 54, 56, 56, 50, 52, 50, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 57, 48, 52, 54, 58, 53, 56, 50, 49, 56, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 50, 51, 51, 57, 52, 58, 53, 54, 56, 56, 50, 53, 56, 7, 0, 0, 0, 67, 117, 98, 101, 32, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 50, 53, 48, 52, 53, 58, 53, 54, 56, 56, 50, 54, 48, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 51, 57, 53, 57, 51, 58, 53, 56, 50, 49, 56, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 50, 57, 50, 57, 52, 58, 53, 54, 56, 56, 50, 55, 54, 7, 0, 0, 0, 67, 117, 98, 101, 32, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 51, 48, 54, 57, 56, 58, 53, 54, 56, 56, 50, 55, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 52, 48, 48, 57, 55, 58, 53, 56, 50, 49, 56, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 51, 53, 49, 53, 54, 58, 53, 54, 56, 56, 50, 57, 52, 7, 0, 0, 0, 67, 117, 98, 101, 32, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 51, 54, 52, 48, 52, 58, 53, 54, 56, 56, 50, 57, 54, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 52, 48, 53, 57, 50, 58, 53, 56, 50, 49, 56, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 52, 51, 50, 48, 56, 58, 53, 54, 56, 56, 51, 49, 50, 7, 0, 0, 0, 67, 117, 98, 101, 32, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 52, 53, 57, 53, 49, 58, 53, 54, 56, 56, 51, 49, 56, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 52, 49, 50, 48, 56, 58, 53, 56, 50, 49, 56, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 53, 49, 53, 50, 57, 58, 53, 54, 56, 56, 51, 51, 52, 7, 0, 0, 0, 67, 117, 98, 101, 32, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 53, 51, 50, 54, 57, 58, 53, 54, 56, 56, 51, 51, 54, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 52, 49, 55, 51, 54, 58, 53, 56, 50, 49, 56, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 53, 55, 55, 50, 54, 58, 53, 54, 56, 56, 51, 53, 50, 7, 0, 0, 0, 67, 117, 98, 101, 32, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 53, 57, 50, 50, 48, 58, 53, 54, 56, 56, 51, 53, 52, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 52, 50, 50, 51, 52, 58, 53, 56, 50, 49, 56, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 54, 51, 55, 57, 53, 58, 53, 54, 56, 56, 51, 55, 48, 7, 0, 0, 0, 67, 117, 98, 101, 32, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 48, 54, 49, 48, 50, 54, 53, 51, 56, 52, 58, 53, 54, 56, 56, 51, 55, 54, 12, 0, 0, 0, 99, 111, 109, 112, 111, 110, 101, 110, 116, 95, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 48, 52, 54, 54, 52, 50, 55, 49, 52, 58, 53, 56, 50, 49, 56, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 50, 57, 52, 54, 50, 57, 54, 52, 50, 58, 54, 57, 52, 48, 53, 55, 53, 25, 0, 0, 0, 82, 97, 99, 101, 32, 84, 114, 97, 99, 107, 32, 70, 108, 111, 111, 114, 32, 67, 111, 108, 108, 105, 100, 101, 114, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 53, 48, 52, 57, 55, 52, 53, 50, 53, 55, 58, 54, 52, 51, 57, 52, 54, 57, 14, 0, 0, 0, 70, 108, 111, 111, 114, 32, 67, 111, 108, 108, 105, 100, 101, 114, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 53, 48, 52, 57, 55, 52, 53, 56, 51, 50, 58, 54, 52, 51, 57, 52, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 53, 48, 52, 57, 55, 52, 54, 51, 56, 50, 58, 54, 52, 51, 57, 52, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 53, 48, 52, 50, 49, 49, 56, 49, 57, 53, 58, 54, 52, 50, 56, 49, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 53, 48, 52, 57, 55, 52, 57, 51, 50, 52, 58, 54, 52, 51, 57, 52, 57, 49, 12, 0, 0, 0, 82, 97, 109, 112, 32, 67, 111, 108, 105, 100, 101, 114, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 53, 48, 52, 57, 55, 52, 57, 57, 49, 55, 58, 54, 52, 51, 57, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 53, 48, 52, 50, 49, 50, 50, 52, 54, 50, 58, 54, 52, 50, 56, 50, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 53, 48, 52, 57, 55, 53, 49, 51, 48, 50, 58, 54, 52, 51, 57, 53, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 50, 48, 53, 48, 54, 52, 57, 56, 54, 51, 56, 49, 58, 54, 54, 49, 51, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 55, 48, 52, 50, 55, 49, 54, 53, 57, 54, 58, 50, 48, 54, 49, 55, 51, 51, 15, 0, 0, 0, 71, 114, 111, 117, 110, 100, 32, 67, 111, 108, 108, 105, 100, 101, 114, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 55, 48, 52, 50, 55, 49, 56, 54, 48, 52, 58, 50, 48, 54, 49, 55, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 54, 55, 49, 53, 52, 58, 53, 56, 56, 52, 54, 51, 56, 25, 0, 0, 0, 73, 99, 101, 32, 82, 97, 99, 105, 110, 103, 32, 84, 114, 97, 99, 107, 32, 91, 84, 82, 89, 95, 77, 69, 93, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 56, 49, 55, 49, 51, 58, 53, 56, 56, 52, 54, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 56, 50, 56, 57, 57, 58, 53, 56, 56, 52, 54, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 54, 52, 56, 53, 52, 49, 53, 57, 48, 50, 58, 49, 55, 52, 53, 53, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 56, 52, 51, 54, 57, 58, 53, 56, 56, 52, 54, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 56, 53, 54, 48, 55, 58, 53, 56, 56, 52, 54, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 56, 54, 55, 52, 56, 58, 53, 56, 56, 52, 54, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 56, 56, 49, 48, 53, 58, 53, 56, 56, 52, 54, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 54, 57, 56, 53, 52, 56, 53, 49, 50, 53, 58, 49, 57, 57, 51, 50, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 56, 56, 54, 55, 51, 58, 53, 56, 56, 52, 54, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 56, 57, 56, 54, 56, 58, 53, 56, 56, 52, 54, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 49, 49, 57, 48, 58, 53, 56, 56, 52, 54, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 49, 55, 55, 50, 58, 53, 56, 56, 52, 54, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 51, 48, 49, 51, 58, 53, 56, 56, 52, 55, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 52, 52, 51, 55, 58, 53, 56, 56, 52, 55, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 53, 48, 49, 50, 58, 53, 56, 56, 52, 55, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 54, 52, 49, 55, 58, 53, 56, 56, 52, 55, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 55, 56, 52, 54, 58, 53, 56, 56, 52, 55, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 56, 52, 49, 54, 58, 53, 56, 56, 52, 55, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 57, 57, 54, 50, 57, 58, 53, 56, 56, 52, 55, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 48, 48, 57, 52, 57, 58, 53, 56, 56, 52, 55, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 48, 49, 53, 57, 54, 58, 53, 56, 56, 52, 55, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 48, 50, 56, 48, 48, 58, 53, 56, 56, 52, 55, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 48, 52, 55, 56, 49, 58, 53, 56, 56, 52, 55, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 48, 53, 52, 52, 56, 58, 53, 56, 56, 52, 55, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 48, 54, 54, 52, 56, 58, 53, 56, 56, 52, 55, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 48, 56, 48, 55, 51, 58, 53, 56, 56, 52, 55, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 48, 56, 55, 51, 48, 58, 53, 56, 56, 52, 55, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 48, 48, 49, 52, 58, 53, 56, 56, 52, 56, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 49, 52, 51, 55, 58, 53, 56, 56, 52, 56, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 50, 48, 50, 50, 58, 53, 56, 56, 52, 56, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 51, 50, 52, 57, 58, 53, 56, 56, 52, 56, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 52, 53, 54, 53, 58, 53, 56, 56, 52, 56, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 53, 49, 52, 52, 58, 53, 56, 56, 52, 56, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 54, 51, 56, 56, 58, 53, 56, 56, 52, 56, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 55, 55, 49, 54, 58, 53, 56, 56, 52, 56, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 56, 50, 56, 56, 58, 53, 56, 56, 52, 56, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 49, 57, 53, 50, 51, 58, 53, 56, 56, 52, 56, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 48, 56, 49, 49, 58, 53, 56, 56, 52, 56, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 49, 51, 56, 55, 58, 53, 56, 56, 52, 56, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 50, 54, 50, 56, 58, 53, 56, 56, 52, 56, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 52, 48, 51, 49, 58, 53, 56, 56, 52, 56, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 52, 54, 50, 51, 58, 53, 56, 56, 52, 56, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 53, 57, 49, 52, 58, 53, 56, 56, 52, 56, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 55, 50, 54, 55, 58, 53, 56, 56, 52, 57, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 56, 48, 55, 49, 58, 53, 56, 56, 52, 57, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 50, 57, 51, 57, 56, 58, 53, 56, 56, 52, 57, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 48, 55, 57, 48, 58, 53, 56, 56, 52, 57, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 49, 51, 55, 50, 58, 53, 56, 56, 52, 57, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 50, 54, 50, 51, 58, 53, 56, 56, 52, 57, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 52, 48, 49, 50, 58, 53, 56, 56, 52, 57, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 52, 54, 48, 55, 58, 53, 56, 56, 52, 57, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 53, 57, 49, 57, 58, 53, 56, 56, 52, 57, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 55, 52, 54, 56, 58, 53, 56, 56, 52, 57, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 56, 48, 53, 56, 58, 53, 56, 56, 52, 57, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 51, 57, 51, 54, 49, 58, 53, 56, 56, 52, 57, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 48, 55, 52, 57, 58, 53, 56, 56, 52, 57, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 49, 51, 51, 50, 58, 53, 56, 56, 52, 57, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 50, 54, 50, 55, 58, 53, 56, 56, 52, 57, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 52, 48, 55, 51, 58, 53, 56, 56, 53, 48, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 52, 55, 48, 51, 58, 53, 56, 56, 53, 48, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 54, 48, 48, 51, 58, 53, 56, 56, 53, 48, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 55, 52, 53, 55, 58, 53, 56, 56, 53, 48, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 56, 48, 53, 49, 58, 53, 56, 56, 53, 48, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 52, 57, 55, 54, 55, 58, 53, 56, 56, 53, 48, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 53, 49, 51, 54, 54, 58, 53, 56, 56, 53, 48, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 53, 50, 48, 49, 52, 58, 53, 56, 56, 53, 48, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 53, 51, 56, 50, 49, 58, 53, 56, 56, 53, 48, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 53, 53, 50, 50, 56, 58, 53, 56, 56, 53, 48, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 53, 53, 56, 53, 53, 58, 53, 56, 56, 53, 48, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 53, 55, 49, 55, 51, 58, 53, 56, 56, 53, 48, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 53, 56, 54, 52, 57, 58, 53, 56, 56, 53, 48, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 53, 57, 50, 52, 55, 58, 53, 56, 56, 53, 48, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 54, 48, 54, 48, 50, 58, 53, 56, 56, 53, 48, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 54, 50, 48, 50, 53, 58, 53, 56, 56, 53, 49, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 54, 50, 55, 48, 49, 58, 53, 56, 56, 53, 49, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 54, 52, 49, 51, 50, 58, 53, 56, 56, 53, 49, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 54, 53, 54, 53, 55, 58, 53, 56, 56, 53, 49, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 54, 54, 50, 55, 53, 58, 53, 56, 56, 53, 49, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 54, 56, 51, 53, 50, 58, 53, 56, 56, 53, 49, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 54, 57, 56, 50, 49, 58, 53, 56, 56, 53, 49, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 55, 48, 52, 53, 54, 58, 53, 56, 56, 53, 49, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 55, 49, 56, 48, 50, 58, 53, 56, 56, 53, 49, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 55, 51, 49, 55, 50, 58, 53, 56, 56, 53, 49, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 55, 51, 55, 57, 55, 58, 53, 56, 56, 53, 49, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 55, 53, 50, 54, 52, 58, 53, 56, 56, 53, 49, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 55, 54, 55, 52, 52, 58, 53, 56, 56, 53, 49, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 55, 55, 57, 49, 55, 58, 53, 56, 56, 53, 49, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 55, 57, 51, 49, 55, 58, 53, 56, 56, 53, 49, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 48, 55, 57, 52, 58, 53, 56, 56, 53, 50, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 49, 52, 57, 54, 58, 53, 56, 56, 53, 50, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 50, 56, 55, 55, 58, 53, 56, 56, 53, 50, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 52, 50, 51, 49, 58, 53, 56, 56, 53, 50, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 52, 56, 52, 48, 58, 53, 56, 56, 53, 50, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 54, 51, 52, 51, 58, 53, 56, 56, 53, 50, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 55, 55, 53, 48, 58, 53, 56, 56, 53, 50, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 56, 51, 52, 57, 58, 53, 56, 56, 53, 50, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 56, 57, 54, 56, 50, 58, 53, 56, 56, 53, 50, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 57, 48, 57, 57, 56, 58, 53, 56, 56, 53, 50, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 57, 49, 53, 56, 55, 58, 53, 56, 56, 53, 50, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 57, 52, 49, 57, 52, 58, 53, 56, 56, 53, 50, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 57, 53, 57, 54, 53, 58, 53, 56, 56, 53, 50, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 57, 54, 54, 51, 54, 58, 53, 56, 56, 53, 50, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 57, 56, 48, 56, 49, 58, 53, 56, 56, 53, 50, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 57, 57, 57, 52, 56, 55, 58, 53, 56, 56, 53, 50, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 48, 48, 48, 57, 48, 58, 53, 56, 56, 53, 51, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 48, 49, 52, 54, 53, 58, 53, 56, 56, 53, 51, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 48, 50, 57, 57, 51, 58, 53, 56, 56, 53, 51, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 48, 51, 55, 49, 57, 58, 53, 56, 56, 53, 51, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 48, 53, 52, 51, 51, 58, 53, 56, 56, 53, 51, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 48, 55, 49, 48, 49, 58, 53, 56, 56, 53, 51, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 48, 55, 55, 57, 54, 58, 53, 56, 56, 53, 51, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 48, 57, 52, 50, 53, 58, 53, 56, 56, 53, 51, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 49, 49, 49, 50, 55, 58, 53, 56, 56, 53, 51, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 49, 49, 55, 54, 56, 58, 53, 56, 56, 53, 51, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 49, 51, 49, 57, 49, 58, 53, 56, 56, 53, 51, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 49, 52, 53, 54, 51, 58, 53, 56, 56, 53, 51, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 49, 53, 49, 56, 55, 58, 53, 56, 56, 53, 51, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 49, 54, 55, 52, 49, 58, 53, 56, 56, 53, 51, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 49, 56, 49, 48, 50, 58, 53, 56, 56, 53, 51, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 49, 56, 55, 49, 48, 58, 53, 56, 56, 53, 51, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 50, 48, 49, 51, 53, 58, 53, 56, 56, 53, 51, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 50, 49, 53, 50, 55, 58, 53, 56, 56, 53, 52, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 50, 50, 49, 54, 55, 58, 53, 56, 56, 53, 52, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 50, 52, 53, 56, 52, 58, 53, 56, 56, 53, 52, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 50, 54, 49, 50, 57, 58, 53, 56, 56, 53, 52, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 50, 54, 55, 55, 49, 58, 53, 56, 56, 53, 52, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 50, 57, 56, 53, 55, 58, 53, 56, 56, 53, 52, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 51, 50, 54, 57, 48, 58, 53, 56, 56, 53, 52, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 51, 51, 51, 56, 56, 58, 53, 56, 56, 53, 52, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 51, 52, 57, 50, 54, 58, 53, 56, 56, 53, 52, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 51, 54, 53, 50, 57, 58, 53, 56, 56, 53, 52, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 51, 55, 49, 55, 57, 58, 53, 56, 56, 53, 52, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 51, 57, 52, 56, 51, 58, 53, 56, 56, 53, 52, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 52, 48, 57, 52, 48, 58, 53, 56, 56, 53, 52, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 52, 49, 54, 49, 49, 58, 53, 56, 56, 53, 52, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 52, 52, 49, 57, 56, 58, 53, 56, 56, 53, 53, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 52, 53, 55, 52, 50, 58, 53, 56, 56, 53, 53, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 52, 54, 51, 56, 49, 58, 53, 56, 56, 53, 53, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 52, 55, 56, 53, 49, 58, 53, 56, 56, 53, 53, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 52, 57, 51, 53, 57, 58, 53, 56, 56, 53, 53, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 53, 48, 48, 49, 49, 58, 53, 56, 56, 53, 53, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 53, 49, 52, 57, 54, 58, 53, 56, 56, 53, 53, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 53, 50, 57, 51, 49, 58, 53, 56, 56, 53, 53, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 53, 51, 53, 56, 51, 58, 53, 56, 56, 53, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 53, 53, 48, 54, 56, 58, 53, 56, 56, 53, 53, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 53, 54, 54, 50, 51, 58, 53, 56, 56, 53, 53, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 53, 55, 50, 56, 48, 58, 53, 56, 56, 53, 53, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 53, 56, 54, 52, 53, 58, 53, 56, 56, 53, 53, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 54, 48, 48, 53, 52, 58, 53, 56, 56, 53, 53, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 54, 57, 56, 53, 56, 50, 52, 55, 49, 53, 58, 50, 48, 48, 53, 51, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 54, 48, 55, 56, 53, 58, 53, 56, 56, 53, 53, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 53, 53, 53, 56, 52, 58, 53, 56, 56, 52, 53, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 54, 50, 52, 56, 53, 58, 53, 56, 56, 53, 53, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 54, 51, 57, 55, 57, 58, 53, 56, 56, 53, 53, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 56, 56, 54, 49, 57, 52, 49, 58, 53, 56, 56, 52, 53, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 54, 53, 53, 54, 54, 58, 53, 56, 56, 53, 54, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 54, 53, 54, 57, 56, 53, 53, 57, 50, 53, 56, 49, 58, 49, 57, 57, 51, 51, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 54, 54, 50, 49, 49, 58, 53, 56, 56, 53, 54, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 49, 49, 57, 57, 48, 54, 55, 54, 55, 54, 58, 53, 56, 56, 53, 54, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 50, 48, 54, 48, 54, 49, 53, 56, 48, 55, 56, 56, 58, 57, 57, 51, 54, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 49, 53, 57, 52, 52, 52, 54, 54, 50, 57, 58, 50, 49, 52, 55, 55, 55, 48, 20, 0, 0, 0, 87, 97, 108, 108, 32, 82, 105, 103, 104, 116, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 49, 53, 57, 52, 52, 52, 57, 48, 56, 53, 58, 50, 49, 52, 55, 55, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 54, 55, 52, 48, 50, 52, 54, 56, 57, 58, 57, 57, 49, 57, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 49, 56, 51, 51, 52, 56, 49, 52, 57, 53, 58, 50, 50, 48, 48, 56, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 50, 57, 55, 51, 57, 55, 51, 57, 53, 52, 58, 50, 53, 51, 52, 50, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 51, 50, 49, 58, 50, 53, 54, 54, 55, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 51, 51, 48, 58, 50, 53, 54, 54, 55, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 51, 51, 50, 58, 50, 53, 54, 54, 55, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 51, 52, 57, 58, 50, 53, 54, 54, 55, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 51, 53, 51, 58, 50, 53, 54, 54, 56, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 51, 54, 54, 58, 50, 53, 54, 54, 56, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 48, 55, 58, 50, 53, 54, 54, 56, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 48, 57, 58, 50, 53, 54, 54, 56, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 49, 49, 58, 50, 53, 54, 54, 56, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 49, 50, 58, 50, 53, 54, 54, 56, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 51, 50, 58, 50, 53, 54, 54, 56, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 51, 53, 58, 50, 53, 54, 54, 56, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 51, 57, 58, 50, 53, 54, 54, 56, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 52, 49, 58, 50, 53, 54, 54, 56, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 52, 51, 58, 50, 53, 54, 54, 56, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 52, 54, 58, 50, 53, 54, 54, 56, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 52, 56, 58, 50, 53, 54, 54, 56, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 53, 48, 58, 50, 53, 54, 54, 56, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 53, 49, 58, 50, 53, 54, 54, 56, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 53, 53, 58, 50, 53, 54, 54, 56, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 53, 55, 58, 50, 53, 54, 54, 56, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 53, 56, 58, 50, 53, 54, 54, 56, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 54, 48, 58, 50, 53, 54, 54, 56, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 54, 50, 58, 50, 53, 54, 54, 56, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 54, 52, 58, 50, 53, 54, 54, 56, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 54, 54, 58, 50, 53, 54, 54, 56, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 54, 55, 58, 50, 53, 54, 54, 56, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 54, 57, 58, 50, 53, 54, 54, 56, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 55, 48, 58, 50, 53, 54, 54, 56, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 55, 50, 58, 50, 53, 54, 54, 56, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 55, 51, 58, 50, 53, 54, 54, 56, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 55, 53, 58, 50, 53, 54, 54, 56, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 55, 55, 58, 50, 53, 54, 54, 56, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 55, 57, 58, 50, 53, 54, 54, 56, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 56, 49, 58, 50, 53, 54, 54, 56, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 56, 51, 58, 50, 53, 54, 54, 56, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 56, 53, 58, 50, 53, 54, 54, 56, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 56, 54, 58, 50, 53, 54, 54, 56, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 57, 48, 58, 50, 53, 54, 54, 56, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 57, 49, 58, 50, 53, 54, 54, 56, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 57, 51, 58, 50, 53, 54, 54, 56, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 57, 53, 58, 50, 53, 54, 54, 56, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 57, 55, 58, 50, 53, 54, 54, 56, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 52, 57, 57, 58, 50, 53, 54, 54, 56, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 48, 49, 58, 50, 53, 54, 54, 56, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 48, 50, 58, 50, 53, 54, 54, 56, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 48, 51, 58, 50, 53, 54, 54, 56, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 48, 53, 58, 50, 53, 54, 54, 56, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 48, 55, 58, 50, 53, 54, 54, 56, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 48, 56, 58, 50, 53, 54, 54, 56, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 49, 48, 58, 50, 53, 54, 54, 56, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 49, 49, 58, 50, 53, 54, 54, 56, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 49, 50, 58, 50, 53, 54, 54, 56, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 49, 52, 58, 50, 53, 54, 54, 56, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 49, 53, 58, 50, 53, 54, 54, 56, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 49, 55, 58, 50, 53, 54, 54, 56, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 49, 56, 58, 50, 53, 54, 54, 56, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 50, 48, 58, 50, 53, 54, 54, 56, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 50, 49, 58, 50, 53, 54, 54, 56, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 50, 51, 58, 50, 53, 54, 54, 56, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 50, 52, 58, 50, 53, 54, 54, 56, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 50, 54, 58, 50, 53, 54, 54, 56, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 50, 55, 58, 50, 53, 54, 54, 56, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 50, 57, 58, 50, 53, 54, 54, 56, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 51, 48, 58, 50, 53, 54, 54, 56, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 51, 51, 58, 50, 53, 54, 54, 56, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 51, 52, 58, 50, 53, 54, 54, 56, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 51, 54, 58, 50, 53, 54, 54, 56, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 51, 55, 58, 50, 53, 54, 54, 56, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 51, 57, 58, 50, 53, 54, 54, 56, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 52, 48, 58, 50, 53, 54, 54, 56, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 52, 50, 58, 50, 53, 54, 54, 56, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 52, 51, 58, 50, 53, 54, 54, 56, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 52, 52, 58, 50, 53, 54, 54, 56, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 52, 54, 58, 50, 53, 54, 54, 56, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 52, 55, 58, 50, 53, 54, 54, 56, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 52, 57, 58, 50, 53, 54, 54, 56, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 53, 48, 58, 50, 53, 54, 54, 56, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 54, 52, 58, 50, 53, 54, 54, 56, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 54, 54, 58, 50, 53, 54, 54, 56, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 55, 53, 58, 50, 53, 54, 54, 56, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 56, 49, 58, 50, 53, 54, 54, 56, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 56, 52, 58, 50, 53, 54, 54, 56, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 56, 53, 58, 50, 53, 54, 54, 56, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 57, 48, 58, 50, 53, 54, 54, 56, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 57, 49, 58, 50, 53, 54, 54, 56, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 57, 51, 58, 50, 53, 54, 54, 56, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 57, 53, 58, 50, 53, 54, 54, 56, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 57, 55, 58, 50, 53, 54, 54, 56, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 53, 57, 57, 58, 50, 53, 54, 54, 56, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 48, 49, 58, 50, 53, 54, 54, 56, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 48, 51, 58, 50, 53, 54, 54, 56, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 48, 53, 58, 50, 53, 54, 54, 56, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 48, 54, 58, 50, 53, 54, 54, 56, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 48, 56, 58, 50, 53, 54, 54, 56, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 48, 57, 58, 50, 53, 54, 54, 56, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 49, 49, 58, 50, 53, 54, 54, 56, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 49, 51, 58, 50, 53, 54, 54, 56, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 49, 52, 58, 50, 53, 54, 54, 56, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 49, 54, 58, 50, 53, 54, 54, 56, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 49, 55, 58, 50, 53, 54, 54, 56, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 49, 57, 58, 50, 53, 54, 54, 56, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 50, 49, 58, 50, 53, 54, 54, 56, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 50, 51, 58, 50, 53, 54, 54, 56, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 50, 52, 58, 50, 53, 54, 54, 57, 48, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 50, 53, 58, 50, 53, 54, 54, 57, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 50, 55, 58, 50, 53, 54, 54, 57, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 50, 56, 58, 50, 53, 54, 54, 57, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 51, 48, 58, 50, 53, 54, 54, 57, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 51, 49, 58, 50, 53, 54, 54, 57, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 51, 51, 58, 50, 53, 54, 54, 57, 48, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 51, 52, 58, 50, 53, 54, 54, 57, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 51, 53, 58, 50, 53, 54, 54, 57, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 51, 55, 58, 50, 53, 54, 54, 57, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 52, 48, 58, 50, 53, 54, 54, 57, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 52, 49, 58, 50, 53, 54, 54, 57, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 52, 51, 58, 50, 53, 54, 54, 57, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 52, 52, 58, 50, 53, 54, 54, 57, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 52, 54, 58, 50, 53, 54, 54, 57, 49, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 52, 55, 58, 50, 53, 54, 54, 57, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 52, 56, 58, 50, 53, 54, 54, 57, 49, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 53, 48, 58, 50, 53, 54, 54, 57, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 53, 49, 58, 50, 53, 54, 54, 57, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 53, 51, 58, 50, 53, 54, 54, 57, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 53, 52, 58, 50, 53, 54, 54, 57, 50, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 53, 54, 58, 50, 53, 54, 54, 57, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 53, 55, 58, 50, 53, 54, 54, 57, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 53, 57, 58, 50, 53, 54, 54, 57, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 54, 48, 58, 50, 53, 54, 54, 57, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 54, 51, 58, 50, 53, 54, 54, 57, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 54, 53, 58, 50, 53, 54, 54, 57, 50, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 54, 54, 58, 50, 53, 54, 54, 57, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 54, 56, 58, 50, 53, 54, 54, 57, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 54, 57, 58, 50, 53, 54, 54, 57, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 55, 48, 58, 50, 53, 54, 54, 57, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 55, 50, 58, 50, 53, 54, 54, 57, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 55, 51, 58, 50, 53, 54, 54, 57, 51, 50, 15, 0, 0, 0, 84, 87, 69, 69, 78, 95, 72, 73, 71, 72, 76, 73, 71, 72, 84, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 55, 52, 58, 50, 53, 54, 54, 57, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 55, 54, 58, 50, 53, 54, 54, 57, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 55, 55, 58, 50, 53, 54, 54, 57, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 55, 57, 58, 50, 53, 54, 54, 57, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 56, 48, 58, 50, 53, 54, 54, 57, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 56, 50, 58, 50, 53, 54, 54, 57, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 56, 52, 58, 50, 53, 54, 54, 57, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 56, 53, 58, 50, 53, 54, 54, 57, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 56, 55, 58, 50, 53, 54, 54, 57, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 57, 48, 58, 50, 53, 54, 54, 57, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 57, 50, 58, 50, 53, 54, 54, 57, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 57, 51, 58, 50, 53, 54, 54, 57, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 57, 53, 58, 50, 53, 54, 54, 57, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 57, 55, 58, 50, 53, 54, 54, 57, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 57, 56, 58, 50, 53, 54, 54, 57, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 54, 57, 57, 58, 50, 53, 54, 54, 57, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 48, 49, 58, 50, 53, 54, 54, 57, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 48, 51, 58, 50, 53, 54, 54, 57, 53, 48, 10, 0, 0, 0, 77, 101, 115, 104, 86, 105, 115, 117, 97, 108, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 48, 53, 58, 50, 53, 54, 54, 57, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 48, 54, 58, 50, 53, 54, 54, 57, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 48, 55, 58, 50, 53, 54, 54, 57, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 48, 57, 58, 50, 53, 54, 54, 57, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 49, 48, 58, 50, 53, 54, 54, 57, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 49, 50, 58, 50, 53, 54, 54, 57, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 49, 51, 58, 50, 53, 54, 54, 57, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 49, 52, 58, 50, 53, 54, 54, 57, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 49, 54, 58, 50, 53, 54, 54, 57, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 49, 55, 58, 50, 53, 54, 54, 57, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 49, 57, 58, 50, 53, 54, 54, 57, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 50, 48, 58, 50, 53, 54, 54, 57, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 50, 50, 58, 50, 53, 54, 54, 57, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 50, 51, 58, 50, 53, 54, 54, 57, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 50, 53, 58, 50, 53, 54, 54, 57, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 50, 54, 58, 50, 53, 54, 54, 57, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 50, 56, 58, 50, 53, 54, 54, 57, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 50, 57, 58, 50, 53, 54, 54, 57, 54, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 51, 48, 58, 50, 53, 54, 54, 57, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 51, 50, 58, 50, 53, 54, 54, 57, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 51, 51, 58, 50, 53, 54, 54, 57, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 51, 53, 58, 50, 53, 54, 54, 57, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 51, 54, 58, 50, 53, 54, 54, 57, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 51, 56, 58, 50, 53, 54, 54, 57, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 51, 57, 58, 50, 53, 54, 54, 57, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 52, 49, 58, 50, 53, 54, 54, 57, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 52, 50, 58, 50, 53, 54, 54, 57, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 52, 51, 58, 50, 53, 54, 54, 57, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 52, 53, 58, 50, 53, 54, 54, 57, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 52, 54, 58, 50, 53, 54, 54, 57, 56, 48, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 52, 55, 58, 50, 53, 54, 54, 57, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 52, 57, 58, 50, 53, 54, 54, 57, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 53, 48, 58, 50, 53, 54, 54, 57, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 53, 50, 58, 50, 53, 54, 54, 57, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 53, 51, 58, 50, 53, 54, 54, 57, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 53, 52, 58, 50, 53, 54, 54, 57, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 53, 54, 58, 50, 53, 54, 54, 57, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 48, 53, 51, 48, 48, 49, 52, 56, 52, 55, 53, 55, 58, 50, 53, 54, 54, 57, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 53, 53, 50, 50, 56, 53, 54, 50, 58, 49, 49, 52, 53, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 51, 57, 56, 53, 58, 49, 50, 54, 51, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 51, 57, 57, 52, 58, 49, 50, 54, 51, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 52, 48, 48, 50, 58, 49, 50, 54, 51, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 52, 48, 48, 52, 58, 49, 50, 54, 51, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 52, 48, 49, 53, 58, 49, 50, 54, 51, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 52, 48, 49, 54, 58, 49, 50, 54, 51, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 52, 48, 50, 48, 58, 49, 50, 54, 51, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 52, 48, 50, 50, 58, 49, 50, 54, 51, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 52, 48, 50, 55, 58, 49, 50, 54, 51, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 53, 57, 54, 54, 52, 54, 48, 52, 48, 51, 50, 58, 49, 50, 54, 51, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 48, 51, 53, 51, 52, 48, 55, 50, 52, 58, 54, 48, 48, 51, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 48, 51, 53, 51, 52, 48, 55, 51, 49, 58, 54, 48, 48, 51, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 48, 51, 53, 51, 52, 48, 55, 51, 51, 58, 54, 48, 48, 51, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 48, 51, 53, 51, 52, 48, 55, 51, 54, 58, 54, 48, 48, 51, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 48, 51, 53, 51, 52, 48, 55, 51, 56, 58, 54, 48, 48, 51, 51, 49, 9, 0, 0, 0, 114, 101, 99, 117, 114, 115, 105, 118, 101, 23, 0, 0, 0, 49, 54, 52, 53, 48, 48, 50, 50, 55, 49, 57, 53, 55, 53, 53, 54, 58, 54, 53, 54, 54, 54, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 51, 54, 49, 55, 58, 55, 57, 51, 52, 53, 52, 19, 0, 0, 0, 87, 97, 108, 108, 32, 76, 101, 102, 116, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 54, 49, 48, 49, 58, 55, 57, 51, 52, 54, 54, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 56, 48, 50, 55, 55, 57, 55, 49, 53, 58, 49, 48, 53, 56, 49, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 55, 52, 57, 51, 58, 55, 57, 51, 52, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 55, 57, 55, 48, 58, 55, 57, 51, 52, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 52, 56, 51, 58, 55, 57, 51, 52, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 52, 56, 57, 58, 55, 57, 51, 52, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 52, 57, 49, 58, 55, 57, 51, 52, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 52, 57, 52, 58, 55, 57, 51, 52, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 52, 57, 53, 58, 55, 57, 51, 52, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 52, 57, 56, 58, 55, 57, 51, 53, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 48, 57, 58, 55, 57, 51, 53, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 49, 50, 58, 55, 57, 51, 53, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 49, 51, 58, 55, 57, 51, 53, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 49, 53, 58, 55, 57, 51, 53, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 49, 56, 58, 55, 57, 51, 53, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 50, 48, 58, 55, 57, 51, 53, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 50, 50, 58, 55, 57, 51, 53, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 50, 51, 58, 55, 57, 51, 53, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 50, 53, 58, 55, 57, 51, 53, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 50, 55, 58, 55, 57, 51, 53, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 50, 56, 58, 55, 57, 51, 53, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 51, 48, 58, 55, 57, 51, 53, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 51, 51, 58, 55, 57, 51, 53, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 51, 56, 58, 55, 57, 51, 53, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 52, 49, 58, 55, 57, 51, 53, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 52, 51, 58, 55, 57, 51, 53, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 52, 53, 58, 55, 57, 51, 53, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 52, 55, 58, 55, 57, 51, 53, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 53, 48, 58, 55, 57, 51, 53, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 53, 50, 58, 55, 57, 51, 53, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 53, 52, 58, 55, 57, 51, 53, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 53, 54, 58, 55, 57, 51, 53, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 53, 56, 58, 55, 57, 51, 53, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 54, 48, 58, 55, 57, 51, 53, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 54, 50, 58, 55, 57, 51, 53, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 54, 52, 58, 55, 57, 51, 53, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 54, 55, 58, 55, 57, 51, 53, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 54, 56, 58, 55, 57, 51, 53, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 55, 48, 58, 55, 57, 51, 53, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 55, 50, 58, 55, 57, 51, 53, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 55, 53, 58, 55, 57, 51, 53, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 55, 55, 58, 55, 57, 51, 53, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 55, 57, 58, 55, 57, 51, 53, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 53, 57, 48, 58, 55, 57, 51, 53, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 49, 51, 58, 55, 57, 51, 53, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 49, 54, 58, 55, 57, 51, 53, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 49, 57, 58, 55, 57, 51, 53, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 50, 52, 58, 55, 57, 51, 53, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 52, 52, 58, 55, 57, 51, 53, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 53, 48, 58, 55, 57, 51, 53, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 53, 51, 58, 55, 57, 51, 53, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 54, 55, 58, 55, 57, 51, 53, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 55, 52, 58, 55, 57, 51, 53, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 54, 55, 56, 58, 55, 57, 51, 53, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 48, 50, 58, 55, 57, 51, 53, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 49, 52, 58, 55, 57, 51, 53, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 50, 56, 58, 55, 57, 51, 53, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 52, 56, 58, 55, 57, 51, 53, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 53, 51, 58, 55, 57, 51, 53, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 54, 55, 58, 55, 57, 51, 54, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 55, 48, 58, 55, 57, 51, 54, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 55, 50, 58, 55, 57, 51, 54, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 55, 51, 58, 55, 57, 51, 54, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 55, 53, 58, 55, 57, 51, 54, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 55, 55, 58, 55, 57, 51, 54, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 55, 57, 58, 55, 57, 51, 54, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 56, 49, 58, 55, 57, 51, 54, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 56, 51, 58, 55, 57, 51, 54, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 56, 52, 58, 55, 57, 51, 54, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 56, 55, 58, 55, 57, 51, 54, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 56, 57, 58, 55, 57, 51, 54, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 57, 49, 58, 55, 57, 51, 54, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 57, 51, 58, 55, 57, 51, 54, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 57, 53, 58, 55, 57, 51, 54, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 57, 55, 58, 55, 57, 51, 54, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 55, 57, 57, 58, 55, 57, 51, 54, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 48, 48, 58, 55, 57, 51, 54, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 48, 50, 58, 55, 57, 51, 54, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 48, 52, 58, 55, 57, 51, 54, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 48, 54, 58, 55, 57, 51, 54, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 48, 56, 58, 55, 57, 51, 54, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 49, 48, 58, 55, 57, 51, 54, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 55, 49, 58, 55, 57, 51, 54, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 55, 57, 58, 55, 57, 51, 54, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 56, 51, 58, 55, 57, 51, 54, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 56, 53, 58, 55, 57, 51, 54, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 56, 56, 58, 55, 57, 51, 54, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 57, 49, 58, 55, 57, 51, 54, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 57, 52, 58, 55, 57, 51, 54, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 57, 54, 58, 55, 57, 51, 54, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 56, 57, 56, 58, 55, 57, 51, 54, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 48, 48, 58, 55, 57, 51, 54, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 48, 50, 58, 55, 57, 51, 54, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 48, 52, 58, 55, 57, 51, 54, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 48, 57, 58, 55, 57, 51, 54, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 49, 57, 58, 55, 57, 51, 54, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 50, 53, 58, 55, 57, 51, 54, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 50, 57, 58, 55, 57, 51, 54, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 51, 49, 58, 55, 57, 51, 54, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 51, 51, 58, 55, 57, 51, 54, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 51, 53, 58, 55, 57, 51, 54, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 51, 55, 58, 55, 57, 51, 54, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 53, 54, 58, 55, 57, 51, 54, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 54, 52, 58, 55, 57, 51, 54, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 54, 55, 58, 55, 57, 51, 54, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 54, 57, 58, 55, 57, 51, 54, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 55, 52, 58, 55, 57, 51, 54, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 55, 54, 58, 55, 57, 51, 54, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 55, 56, 58, 55, 57, 51, 54, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 56, 48, 58, 55, 57, 51, 55, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 56, 49, 58, 55, 57, 51, 55, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 56, 52, 58, 55, 57, 51, 55, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 56, 53, 58, 55, 57, 51, 55, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 56, 55, 58, 55, 57, 51, 55, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 56, 57, 58, 55, 57, 51, 55, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 57, 48, 58, 55, 57, 51, 55, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 57, 50, 58, 55, 57, 51, 55, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 57, 52, 58, 55, 57, 51, 55, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 56, 57, 57, 57, 58, 55, 57, 51, 55, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 48, 49, 58, 55, 57, 51, 55, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 48, 50, 58, 55, 57, 51, 55, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 48, 52, 58, 55, 57, 51, 55, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 48, 54, 58, 55, 57, 51, 55, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 48, 56, 58, 55, 57, 51, 55, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 48, 57, 58, 55, 57, 51, 55, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 49, 49, 58, 55, 57, 51, 55, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 49, 51, 58, 55, 57, 51, 55, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 49, 52, 58, 55, 57, 51, 55, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 49, 54, 58, 55, 57, 51, 55, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 49, 55, 58, 55, 57, 51, 55, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 49, 57, 58, 55, 57, 51, 55, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 50, 48, 58, 55, 57, 51, 55, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 50, 50, 58, 55, 57, 51, 55, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 50, 53, 58, 55, 57, 51, 55, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 50, 55, 58, 55, 57, 51, 55, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 50, 56, 58, 55, 57, 51, 55, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 51, 48, 58, 55, 57, 51, 55, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 51, 50, 58, 55, 57, 51, 55, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 51, 51, 58, 55, 57, 51, 55, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 51, 53, 58, 55, 57, 51, 55, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 51, 55, 58, 55, 57, 51, 55, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 51, 56, 58, 55, 57, 51, 55, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 52, 48, 58, 55, 57, 51, 55, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 52, 49, 58, 55, 57, 51, 55, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 52, 51, 58, 55, 57, 51, 55, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 52, 52, 58, 55, 57, 51, 55, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 52, 54, 58, 55, 57, 51, 55, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 52, 55, 58, 55, 57, 51, 55, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 52, 57, 58, 55, 57, 51, 55, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 53, 48, 58, 55, 57, 51, 55, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 53, 50, 58, 55, 57, 51, 55, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 53, 52, 58, 55, 57, 51, 55, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 53, 53, 58, 55, 57, 51, 55, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 53, 54, 58, 55, 57, 51, 55, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 53, 56, 58, 55, 57, 51, 55, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 54, 48, 58, 55, 57, 51, 55, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 54, 49, 58, 55, 57, 51, 55, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 54, 51, 58, 55, 57, 51, 55, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 54, 52, 58, 55, 57, 51, 55, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 54, 54, 58, 55, 57, 51, 56, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 54, 55, 58, 55, 57, 51, 56, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 54, 57, 58, 55, 57, 51, 56, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 55, 48, 58, 55, 57, 51, 56, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 55, 50, 58, 55, 57, 51, 56, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 55, 51, 58, 55, 57, 51, 56, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 55, 53, 58, 55, 57, 51, 56, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 55, 54, 58, 55, 57, 51, 56, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 55, 56, 58, 55, 57, 51, 56, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 55, 57, 58, 55, 57, 51, 56, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 56, 49, 58, 55, 57, 51, 56, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 56, 50, 58, 55, 57, 51, 56, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 56, 57, 58, 55, 57, 51, 56, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 57, 48, 58, 55, 57, 51, 56, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 57, 55, 58, 55, 57, 51, 56, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 48, 57, 57, 58, 55, 57, 51, 56, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 48, 49, 58, 55, 57, 51, 56, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 48, 50, 58, 55, 57, 51, 56, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 48, 52, 58, 55, 57, 51, 56, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 48, 53, 58, 55, 57, 51, 56, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 48, 55, 58, 55, 57, 51, 56, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 48, 57, 58, 55, 57, 51, 56, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 49, 48, 58, 55, 57, 51, 56, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 49, 50, 58, 55, 57, 51, 56, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 49, 52, 58, 55, 57, 51, 56, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 49, 54, 58, 55, 57, 51, 56, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 49, 55, 58, 55, 57, 51, 56, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 49, 57, 58, 55, 57, 51, 56, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 50, 48, 58, 55, 57, 51, 56, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 50, 50, 58, 55, 57, 51, 56, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 50, 52, 58, 55, 57, 51, 56, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 50, 53, 58, 55, 57, 51, 56, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 50, 55, 58, 55, 57, 51, 56, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 50, 57, 58, 55, 57, 51, 56, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 51, 48, 58, 55, 57, 51, 56, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 51, 50, 58, 55, 57, 51, 56, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 51, 52, 58, 55, 57, 51, 56, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 49, 52, 48, 58, 55, 57, 51, 56, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 52, 50, 55, 58, 55, 57, 51, 56, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 50, 50, 58, 55, 57, 51, 56, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 50, 54, 58, 55, 57, 51, 56, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 50, 56, 58, 55, 57, 51, 56, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 51, 48, 58, 55, 57, 51, 56, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 51, 50, 58, 55, 57, 51, 56, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 51, 52, 58, 55, 57, 51, 56, 56, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 51, 53, 58, 55, 57, 51, 56, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 51, 55, 58, 55, 57, 51, 56, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 51, 56, 58, 55, 57, 51, 56, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 52, 48, 58, 55, 57, 51, 56, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 52, 50, 58, 55, 57, 51, 56, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 52, 51, 58, 55, 57, 51, 57, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 52, 54, 58, 55, 57, 51, 57, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 52, 55, 58, 55, 57, 51, 57, 48, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 54, 52, 51, 56, 57, 57, 52, 57, 58, 55, 57, 51, 57, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 55, 55, 49, 55, 51, 58, 56, 48, 53, 51, 50, 55, 20, 0, 0, 0, 87, 97, 108, 108, 32, 70, 114, 111, 110, 116, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 55, 57, 52, 51, 54, 58, 56, 48, 53, 51, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 56, 49, 49, 49, 49, 57, 54, 54, 54, 58, 49, 48, 55, 54, 50, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 49, 49, 56, 52, 58, 56, 48, 53, 51, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 49, 56, 51, 51, 58, 56, 48, 53, 51, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 51, 50, 58, 56, 48, 53, 51, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 51, 56, 58, 56, 48, 53, 51, 54, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 52, 48, 58, 56, 48, 53, 51, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 52, 51, 58, 56, 48, 53, 51, 54, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 52, 53, 58, 56, 48, 53, 51, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 52, 56, 58, 56, 48, 53, 51, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 53, 49, 58, 56, 48, 53, 51, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 53, 52, 58, 56, 48, 53, 51, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 53, 54, 58, 56, 48, 53, 51, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 53, 56, 58, 56, 48, 53, 51, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 54, 49, 58, 56, 48, 53, 51, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 54, 52, 58, 56, 48, 53, 51, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 54, 54, 58, 56, 48, 53, 51, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 54, 57, 58, 56, 48, 53, 51, 56, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 55, 49, 58, 56, 48, 53, 51, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 55, 51, 58, 56, 48, 53, 51, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 55, 54, 58, 56, 48, 53, 51, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 55, 56, 58, 56, 48, 53, 51, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 56, 49, 58, 56, 48, 53, 51, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 56, 54, 58, 56, 48, 53, 52, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 56, 56, 58, 56, 48, 53, 52, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 57, 49, 58, 56, 48, 53, 52, 48, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 57, 52, 58, 56, 48, 53, 52, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 57, 54, 58, 56, 48, 53, 52, 48, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 52, 57, 57, 58, 56, 48, 53, 52, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 48, 50, 58, 56, 48, 53, 52, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 48, 52, 58, 56, 48, 53, 52, 49, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 48, 54, 58, 56, 48, 53, 52, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 48, 57, 58, 56, 48, 53, 52, 49, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 49, 49, 58, 56, 48, 53, 52, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 49, 51, 58, 56, 48, 53, 52, 50, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 49, 54, 58, 56, 48, 53, 52, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 49, 57, 58, 56, 48, 53, 52, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 50, 50, 58, 56, 48, 53, 52, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 50, 53, 58, 56, 48, 53, 52, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 50, 55, 58, 56, 48, 53, 52, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 51, 48, 58, 56, 48, 53, 52, 51, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 51, 50, 58, 56, 48, 53, 52, 51, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 51, 53, 58, 56, 48, 53, 52, 51, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 51, 55, 58, 56, 48, 53, 52, 52, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 51, 57, 58, 56, 48, 53, 52, 52, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 52, 49, 58, 56, 48, 53, 52, 52, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 52, 53, 58, 56, 48, 53, 52, 52, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 52, 56, 58, 56, 48, 53, 52, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 53, 48, 58, 56, 48, 53, 52, 53, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 53, 50, 58, 56, 48, 53, 52, 53, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 53, 52, 58, 56, 48, 53, 52, 53, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 53, 55, 58, 56, 48, 53, 52, 53, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 53, 57, 58, 56, 48, 53, 52, 53, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 54, 49, 58, 56, 48, 53, 52, 54, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 54, 51, 58, 56, 48, 53, 52, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 54, 53, 58, 56, 48, 53, 52, 54, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 54, 56, 58, 56, 48, 53, 52, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 55, 48, 58, 56, 48, 53, 52, 54, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 55, 51, 58, 56, 48, 53, 52, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 55, 53, 58, 56, 48, 53, 52, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 55, 55, 58, 56, 48, 53, 52, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 55, 57, 58, 56, 48, 53, 52, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 56, 49, 58, 56, 48, 53, 52, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 56, 51, 58, 56, 48, 53, 52, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 56, 53, 58, 56, 48, 53, 52, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 56, 55, 58, 56, 48, 53, 52, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 56, 57, 58, 56, 48, 53, 52, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 57, 49, 58, 56, 48, 53, 52, 56, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 57, 51, 58, 56, 48, 53, 52, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 57, 55, 58, 56, 48, 53, 52, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 53, 57, 57, 58, 56, 48, 53, 52, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 48, 49, 58, 56, 48, 53, 52, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 48, 51, 58, 56, 48, 53, 52, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 48, 53, 58, 56, 48, 53, 53, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 48, 56, 58, 56, 48, 53, 53, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 49, 48, 58, 56, 48, 53, 53, 48, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 49, 50, 58, 56, 48, 53, 53, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 49, 52, 58, 56, 48, 53, 53, 48, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 49, 55, 58, 56, 48, 53, 53, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 49, 57, 58, 56, 48, 53, 53, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 50, 49, 58, 56, 48, 53, 53, 49, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 50, 52, 58, 56, 48, 53, 53, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 50, 54, 58, 56, 48, 53, 53, 49, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 50, 56, 58, 56, 48, 53, 53, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 51, 49, 58, 56, 48, 53, 53, 50, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 51, 51, 58, 56, 48, 53, 53, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 51, 53, 58, 56, 48, 53, 53, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 51, 56, 58, 56, 48, 53, 53, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 52, 48, 58, 56, 48, 53, 53, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 52, 51, 58, 56, 48, 53, 53, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 52, 53, 58, 56, 48, 53, 53, 51, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 52, 55, 58, 56, 48, 53, 53, 51, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 52, 57, 58, 56, 48, 53, 53, 51, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 53, 49, 58, 56, 48, 53, 53, 52, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 53, 51, 58, 56, 48, 53, 53, 52, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 53, 53, 58, 56, 48, 53, 53, 52, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 53, 57, 58, 56, 48, 53, 53, 52, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 54, 51, 58, 56, 48, 53, 53, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 54, 54, 58, 56, 48, 53, 53, 53, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 54, 57, 58, 56, 48, 53, 53, 53, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 55, 50, 58, 56, 48, 53, 53, 53, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 55, 53, 58, 56, 48, 53, 53, 53, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 55, 56, 58, 56, 48, 53, 53, 53, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 56, 49, 58, 56, 48, 53, 53, 54, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 56, 53, 58, 56, 48, 53, 53, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 56, 57, 58, 56, 48, 53, 53, 54, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 57, 50, 58, 56, 48, 53, 53, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 57, 53, 58, 56, 48, 53, 53, 54, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 54, 57, 56, 58, 56, 48, 53, 53, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 48, 50, 58, 56, 48, 53, 53, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 48, 54, 58, 56, 48, 53, 53, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 48, 57, 58, 56, 48, 53, 53, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 49, 50, 58, 56, 48, 53, 53, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 49, 53, 58, 56, 48, 53, 53, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 49, 55, 58, 56, 48, 53, 53, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 49, 57, 58, 56, 48, 53, 53, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 50, 49, 58, 56, 48, 53, 53, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 50, 51, 58, 56, 48, 53, 53, 56, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 50, 56, 58, 56, 48, 53, 53, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 51, 48, 58, 56, 48, 53, 53, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 51, 50, 58, 56, 48, 53, 53, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 51, 52, 58, 56, 48, 53, 53, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 51, 54, 58, 56, 48, 53, 53, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 51, 56, 58, 56, 48, 53, 54, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 52, 48, 58, 56, 48, 53, 54, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 52, 50, 58, 56, 48, 53, 54, 48, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 52, 52, 58, 56, 48, 53, 54, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 52, 54, 58, 56, 48, 53, 54, 48, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 52, 56, 58, 56, 48, 53, 54, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 53, 48, 58, 56, 48, 53, 54, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 53, 50, 58, 56, 48, 53, 54, 49, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 53, 52, 58, 56, 48, 53, 54, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 53, 54, 58, 56, 48, 53, 54, 49, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 53, 57, 58, 56, 48, 53, 54, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 54, 49, 58, 56, 48, 53, 54, 50, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 54, 51, 58, 56, 48, 53, 54, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 54, 53, 58, 56, 48, 53, 54, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 54, 55, 58, 56, 48, 53, 54, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 54, 57, 58, 56, 48, 53, 54, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 56, 50, 58, 56, 48, 53, 54, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 56, 53, 58, 56, 48, 53, 54, 51, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 56, 55, 58, 56, 48, 53, 54, 51, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 57, 49, 58, 56, 48, 53, 54, 51, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 57, 52, 58, 56, 48, 53, 54, 52, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 55, 57, 55, 58, 56, 48, 53, 54, 52, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 48, 48, 58, 56, 48, 53, 54, 52, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 48, 50, 58, 56, 48, 53, 54, 52, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 48, 54, 58, 56, 48, 53, 54, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 48, 57, 58, 56, 48, 53, 54, 53, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 51, 51, 58, 56, 48, 53, 54, 53, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 52, 50, 58, 56, 48, 53, 54, 53, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 52, 55, 58, 56, 48, 53, 54, 53, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 53, 48, 58, 56, 48, 53, 54, 53, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 53, 55, 58, 56, 48, 53, 54, 54, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 54, 48, 58, 56, 48, 53, 54, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 54, 51, 58, 56, 48, 53, 54, 54, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 54, 54, 58, 56, 48, 53, 54, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 55, 48, 58, 56, 48, 53, 54, 54, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 55, 50, 58, 56, 48, 53, 54, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 55, 52, 58, 56, 48, 53, 54, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 55, 54, 58, 56, 48, 53, 54, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 55, 57, 58, 56, 48, 53, 54, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 56, 48, 58, 56, 48, 53, 54, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 56, 50, 58, 56, 48, 53, 54, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 56, 52, 58, 56, 48, 53, 54, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 56, 54, 58, 56, 48, 53, 54, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 56, 57, 58, 56, 48, 53, 54, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 57, 48, 58, 56, 48, 53, 54, 56, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 57, 50, 58, 56, 48, 53, 54, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 57, 52, 58, 56, 48, 53, 54, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 56, 57, 56, 58, 56, 48, 53, 54, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 48, 48, 58, 56, 48, 53, 54, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 48, 49, 58, 56, 48, 53, 54, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 48, 51, 58, 56, 48, 53, 55, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 48, 53, 58, 56, 48, 53, 55, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 48, 56, 58, 56, 48, 53, 55, 48, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 49, 48, 58, 56, 48, 53, 55, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 49, 50, 58, 56, 48, 53, 55, 48, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 49, 52, 58, 56, 48, 53, 55, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 49, 54, 58, 56, 48, 53, 55, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 49, 56, 58, 56, 48, 53, 55, 49, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 50, 48, 58, 56, 48, 53, 55, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 50, 50, 58, 56, 48, 53, 55, 49, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 50, 52, 58, 56, 48, 53, 55, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 50, 54, 58, 56, 48, 53, 55, 50, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 50, 56, 58, 56, 48, 53, 55, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 51, 48, 58, 56, 48, 53, 55, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 51, 49, 58, 56, 48, 53, 55, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 51, 51, 58, 56, 48, 53, 55, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 51, 53, 58, 56, 48, 53, 55, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 51, 54, 58, 56, 48, 53, 55, 51, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 51, 56, 58, 56, 48, 53, 55, 51, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 52, 49, 58, 56, 48, 53, 55, 51, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 52, 51, 58, 56, 48, 53, 55, 52, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 52, 52, 58, 56, 48, 53, 55, 52, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 52, 54, 58, 56, 48, 53, 55, 52, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 50, 57, 53, 52, 58, 56, 48, 53, 55, 52, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 51, 51, 51, 52, 58, 56, 48, 53, 55, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 51, 57, 56, 57, 58, 56, 48, 53, 55, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 51, 57, 57, 52, 58, 56, 48, 53, 55, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 51, 57, 57, 55, 58, 56, 48, 53, 55, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 51, 57, 57, 57, 58, 56, 48, 53, 55, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 48, 49, 58, 56, 48, 53, 55, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 48, 51, 58, 56, 48, 53, 55, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 48, 53, 58, 56, 48, 53, 55, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 48, 55, 58, 56, 48, 53, 55, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 48, 56, 58, 56, 48, 53, 55, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 49, 48, 58, 56, 48, 53, 55, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 49, 51, 58, 56, 48, 53, 55, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 49, 53, 58, 56, 48, 53, 55, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 49, 55, 58, 56, 48, 53, 55, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 49, 57, 58, 56, 48, 53, 55, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 49, 57, 54, 51, 56, 52, 48, 50, 48, 58, 56, 48, 53, 55, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 52, 55, 50, 56, 58, 56, 49, 55, 52, 53, 51, 19, 0, 0, 0, 87, 97, 108, 108, 32, 66, 97, 99, 107, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 54, 49, 51, 56, 58, 56, 49, 55, 52, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 56, 49, 56, 54, 55, 56, 50, 52, 48, 58, 49, 48, 57, 52, 51, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 55, 52, 52, 49, 58, 56, 49, 55, 52, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 55, 57, 51, 48, 58, 56, 49, 55, 52, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 53, 57, 53, 58, 56, 49, 55, 52, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 53, 57, 57, 58, 56, 49, 55, 52, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 48, 50, 58, 56, 49, 55, 52, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 48, 52, 58, 56, 49, 55, 52, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 48, 54, 58, 56, 49, 55, 52, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 48, 56, 58, 56, 49, 55, 52, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 49, 48, 58, 56, 49, 55, 52, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 49, 49, 58, 56, 49, 55, 52, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 49, 51, 58, 56, 49, 55, 52, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 49, 53, 58, 56, 49, 55, 52, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 49, 54, 58, 56, 49, 55, 52, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 49, 56, 58, 56, 49, 55, 52, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 50, 48, 58, 56, 49, 55, 52, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 50, 50, 58, 56, 49, 55, 53, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 50, 52, 58, 56, 49, 55, 53, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 50, 53, 58, 56, 49, 55, 53, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 50, 55, 58, 56, 49, 55, 53, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 50, 57, 58, 56, 49, 55, 53, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 51, 48, 58, 56, 49, 55, 53, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 51, 52, 58, 56, 49, 55, 53, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 51, 55, 58, 56, 49, 55, 53, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 51, 57, 58, 56, 49, 55, 53, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 52, 49, 58, 56, 49, 55, 53, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 52, 52, 58, 56, 49, 55, 53, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 52, 56, 58, 56, 49, 55, 53, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 53, 48, 58, 56, 49, 55, 53, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 53, 51, 58, 56, 49, 55, 53, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 53, 53, 58, 56, 49, 55, 53, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 53, 55, 58, 56, 49, 55, 53, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 53, 57, 58, 56, 49, 55, 53, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 54, 48, 58, 56, 49, 55, 53, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 54, 50, 58, 56, 49, 55, 53, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 54, 53, 58, 56, 49, 55, 53, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 54, 54, 58, 56, 49, 55, 53, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 54, 57, 58, 56, 49, 55, 53, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 55, 49, 58, 56, 49, 55, 53, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 55, 51, 58, 56, 49, 55, 53, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 55, 53, 58, 56, 49, 55, 53, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 55, 55, 58, 56, 49, 55, 53, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 55, 57, 58, 56, 49, 55, 53, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 56, 49, 58, 56, 49, 55, 53, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 56, 51, 58, 56, 49, 55, 53, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 56, 53, 58, 56, 49, 55, 53, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 56, 55, 58, 56, 49, 55, 53, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 56, 56, 58, 56, 49, 55, 53, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 57, 48, 58, 56, 49, 55, 53, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 57, 49, 58, 56, 49, 55, 53, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 57, 53, 58, 56, 49, 55, 53, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 54, 57, 56, 58, 56, 49, 55, 53, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 48, 48, 58, 56, 49, 55, 53, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 48, 51, 58, 56, 49, 55, 53, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 48, 52, 58, 56, 49, 55, 53, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 48, 54, 58, 56, 49, 55, 53, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 48, 56, 58, 56, 49, 55, 53, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 49, 48, 58, 56, 49, 55, 53, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 49, 50, 58, 56, 49, 55, 53, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 49, 51, 58, 56, 49, 55, 53, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 49, 53, 58, 56, 49, 55, 53, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 49, 55, 58, 56, 49, 55, 53, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 49, 57, 58, 56, 49, 55, 53, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 50, 48, 58, 56, 49, 55, 53, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 50, 50, 58, 56, 49, 55, 53, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 50, 52, 58, 56, 49, 55, 53, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 50, 54, 58, 56, 49, 55, 54, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 50, 55, 58, 56, 49, 55, 54, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 50, 57, 58, 56, 49, 55, 54, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 51, 49, 58, 56, 49, 55, 54, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 51, 51, 58, 56, 49, 55, 54, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 51, 53, 58, 56, 49, 55, 54, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 51, 55, 58, 56, 49, 55, 54, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 51, 57, 58, 56, 49, 55, 54, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 52, 48, 58, 56, 49, 55, 54, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 52, 50, 58, 56, 49, 55, 54, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 52, 52, 58, 56, 49, 55, 54, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 52, 53, 58, 56, 49, 55, 54, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 52, 55, 58, 56, 49, 55, 54, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 52, 57, 58, 56, 49, 55, 54, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 53, 49, 58, 56, 49, 55, 54, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 53, 51, 58, 56, 49, 55, 54, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 53, 52, 58, 56, 49, 55, 54, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 53, 54, 58, 56, 49, 55, 54, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 53, 56, 58, 56, 49, 55, 54, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 53, 57, 58, 56, 49, 55, 54, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 54, 49, 58, 56, 49, 55, 54, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 54, 51, 58, 56, 49, 55, 54, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 54, 52, 58, 56, 49, 55, 54, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 54, 54, 58, 56, 49, 55, 54, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 54, 56, 58, 56, 49, 55, 54, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 54, 57, 58, 56, 49, 55, 54, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 55, 49, 58, 56, 49, 55, 54, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 55, 50, 58, 56, 49, 55, 54, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 55, 52, 58, 56, 49, 55, 54, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 55, 53, 58, 56, 49, 55, 54, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 55, 55, 58, 56, 49, 55, 54, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 55, 56, 58, 56, 49, 55, 54, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 56, 48, 58, 56, 49, 55, 54, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 56, 49, 58, 56, 49, 55, 54, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 56, 53, 58, 56, 49, 55, 54, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 56, 56, 58, 56, 49, 55, 54, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 57, 48, 58, 56, 49, 55, 54, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 57, 49, 58, 56, 49, 55, 54, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 57, 51, 58, 56, 49, 55, 54, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 57, 52, 58, 56, 49, 55, 54, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 57, 54, 58, 56, 49, 55, 54, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 57, 55, 58, 56, 49, 55, 54, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 55, 57, 57, 58, 56, 49, 55, 54, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 48, 49, 58, 56, 49, 55, 54, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 48, 51, 58, 56, 49, 55, 54, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 48, 52, 58, 56, 49, 55, 54, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 48, 53, 58, 56, 49, 55, 54, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 48, 55, 58, 56, 49, 55, 54, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 48, 57, 58, 56, 49, 55, 54, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 49, 48, 58, 56, 49, 55, 54, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 49, 50, 58, 56, 49, 55, 55, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 49, 54, 58, 56, 49, 55, 55, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 49, 56, 58, 56, 49, 55, 55, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 49, 57, 58, 56, 49, 55, 55, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 50, 49, 58, 56, 49, 55, 55, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 50, 50, 58, 56, 49, 55, 55, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 50, 51, 58, 56, 49, 55, 55, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 50, 53, 58, 56, 49, 55, 55, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 50, 54, 58, 56, 49, 55, 55, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 50, 56, 58, 56, 49, 55, 55, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 50, 57, 58, 56, 49, 55, 55, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 51, 49, 58, 56, 49, 55, 55, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 51, 50, 58, 56, 49, 55, 55, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 51, 52, 58, 56, 49, 55, 55, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 51, 54, 58, 56, 49, 55, 55, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 51, 55, 58, 56, 49, 55, 55, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 51, 57, 58, 56, 49, 55, 55, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 52, 49, 58, 56, 49, 55, 55, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 52, 50, 58, 56, 49, 55, 55, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 52, 52, 58, 56, 49, 55, 55, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 52, 53, 58, 56, 49, 55, 55, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 52, 55, 58, 56, 49, 55, 55, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 52, 56, 58, 56, 49, 55, 55, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 53, 48, 58, 56, 49, 55, 55, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 53, 49, 58, 56, 49, 55, 55, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 53, 50, 58, 56, 49, 55, 55, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 53, 52, 58, 56, 49, 55, 55, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 53, 54, 58, 56, 49, 55, 55, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 53, 55, 58, 56, 49, 55, 55, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 53, 57, 58, 56, 49, 55, 55, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 54, 48, 58, 56, 49, 55, 55, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 54, 50, 58, 56, 49, 55, 55, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 54, 51, 58, 56, 49, 55, 55, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 54, 53, 58, 56, 49, 55, 55, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 54, 54, 58, 56, 49, 55, 55, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 54, 56, 58, 56, 49, 55, 55, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 54, 57, 58, 56, 49, 55, 55, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 55, 49, 58, 56, 49, 55, 55, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 55, 50, 58, 56, 49, 55, 55, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 55, 52, 58, 56, 49, 55, 55, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 55, 53, 58, 56, 49, 55, 55, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 55, 55, 58, 56, 49, 55, 55, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 55, 56, 58, 56, 49, 55, 55, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 56, 48, 58, 56, 49, 55, 55, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 56, 49, 58, 56, 49, 55, 55, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 56, 51, 58, 56, 49, 55, 55, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 56, 52, 58, 56, 49, 55, 55, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 56, 54, 58, 56, 49, 55, 55, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 56, 55, 58, 56, 49, 55, 55, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 56, 57, 58, 56, 49, 55, 55, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 57, 49, 58, 56, 49, 55, 56, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 57, 50, 58, 56, 49, 55, 56, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 57, 52, 58, 56, 49, 55, 56, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 57, 54, 58, 56, 49, 55, 56, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 57, 55, 58, 56, 49, 55, 56, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 56, 57, 57, 58, 56, 49, 55, 56, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 48, 48, 58, 56, 49, 55, 56, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 48, 50, 58, 56, 49, 55, 56, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 48, 51, 58, 56, 49, 55, 56, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 48, 53, 58, 56, 49, 55, 56, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 48, 54, 58, 56, 49, 55, 56, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 48, 56, 58, 56, 49, 55, 56, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 49, 48, 58, 56, 49, 55, 56, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 49, 49, 58, 56, 49, 55, 56, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 49, 50, 58, 56, 49, 55, 56, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 49, 52, 58, 56, 49, 55, 56, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 49, 53, 58, 56, 49, 55, 56, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 49, 56, 58, 56, 49, 55, 56, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 49, 57, 58, 56, 49, 55, 56, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 50, 49, 58, 56, 49, 55, 56, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 50, 50, 58, 56, 49, 55, 56, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 50, 52, 58, 56, 49, 55, 56, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 50, 53, 58, 56, 49, 55, 56, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 50, 55, 58, 56, 49, 55, 56, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 50, 57, 58, 56, 49, 55, 56, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 51, 48, 58, 56, 49, 55, 56, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 51, 50, 58, 56, 49, 55, 56, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 51, 51, 58, 56, 49, 55, 56, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 51, 53, 58, 56, 49, 55, 56, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 56, 57, 57, 51, 54, 58, 56, 49, 55, 56, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 48, 51, 56, 48, 58, 56, 49, 55, 56, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 55, 50, 58, 56, 49, 55, 56, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 55, 55, 58, 56, 49, 55, 56, 54, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 55, 57, 58, 56, 49, 55, 56, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 56, 49, 58, 56, 49, 55, 56, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 56, 55, 58, 56, 49, 55, 56, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 57, 50, 58, 56, 49, 55, 56, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 57, 52, 58, 56, 49, 55, 56, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 57, 53, 58, 56, 49, 55, 56, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 57, 55, 58, 56, 49, 55, 56, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 48, 57, 56, 58, 56, 49, 55, 56, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 49, 48, 48, 58, 56, 49, 55, 56, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 49, 48, 50, 58, 56, 49, 55, 56, 56, 57, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 49, 48, 51, 58, 56, 49, 55, 56, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 49, 48, 53, 58, 56, 49, 55, 56, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 48, 54, 48, 50, 49, 56, 48, 57, 49, 49, 48, 54, 58, 56, 49, 55, 56, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 48, 56, 52, 52, 54, 53, 50, 50, 49, 52, 52, 58, 49, 54, 51, 49, 55, 56, 54, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 49, 56, 49, 52, 50, 58, 50, 54, 54, 55, 52, 55, 11, 0, 0, 0, 71, 114, 111, 117, 110, 100, 32, 71, 114, 105, 100, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 52, 57, 57, 52, 49, 50, 53, 54, 58, 50, 54, 53, 55, 50, 52, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 52, 57, 55, 55, 50, 52, 53, 48, 58, 50, 54, 53, 54, 56, 50, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 50, 49, 52, 50, 56, 58, 50, 54, 54, 55, 54, 50, 15, 0, 0, 0, 84, 111, 117, 99, 104, 32, 67, 111, 108, 108, 105, 115, 105, 111, 110, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 50, 49, 57, 54, 48, 58, 50, 54, 54, 55, 54, 52, 11, 0, 0, 0, 77, 101, 115, 104, 32, 86, 105, 115, 117, 97, 108, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 52, 57, 55, 51, 50, 57, 51, 52, 58, 50, 54, 53, 54, 54, 49, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 50, 51, 52, 57, 48, 58, 50, 54, 54, 55, 55, 55, 12, 0, 0, 0, 77, 97, 116, 116, 101, 32, 83, 104, 97, 100, 111, 119, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 49, 48, 50, 52, 50, 52, 49, 58, 50, 54, 54, 55, 55, 57, 13, 0, 0, 0, 77, 101, 115, 104, 32, 86, 105, 115, 117, 97, 108, 32, 50, 23, 0, 0, 0, 49, 54, 52, 52, 55, 51, 52, 53, 53, 48, 49, 49, 52, 49, 50, 57, 58, 50, 54, 53, 55, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 50, 48, 53, 57, 52, 52, 54, 48, 54, 53, 49, 54, 58, 57, 48, 54, 51, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 54, 50, 54, 49, 53, 51, 49, 53, 50, 58, 51, 49, 53, 53, 56, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 54, 50, 54, 49, 53, 51, 56, 48, 48, 58, 51, 49, 53, 53, 56, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 54, 50, 54, 49, 53, 51, 56, 48, 51, 58, 51, 49, 53, 53, 56, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 52, 56, 57, 54, 50, 54, 49, 53, 51, 56, 48, 54, 58, 51, 49, 53, 53, 56, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 49, 50, 55, 51, 55, 53, 56, 58, 53, 53, 50, 53, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 53, 53, 58, 53, 54, 48, 49, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 54, 50, 58, 53, 54, 48, 49, 49, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 54, 52, 58, 53, 54, 48, 49, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 54, 54, 58, 53, 54, 48, 49, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 54, 56, 58, 53, 54, 48, 49, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 55, 48, 58, 53, 54, 48, 49, 49, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 55, 50, 58, 53, 54, 48, 49, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 55, 51, 58, 53, 54, 48, 49, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 55, 53, 58, 53, 54, 48, 49, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 55, 55, 58, 53, 54, 48, 49, 50, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 55, 56, 58, 53, 54, 48, 49, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 56, 48, 58, 53, 54, 48, 49, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 56, 57, 58, 53, 54, 48, 49, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 57, 49, 58, 53, 54, 48, 49, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 52, 57, 57, 58, 53, 54, 48, 49, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 48, 52, 58, 53, 54, 48, 49, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 48, 53, 58, 53, 54, 48, 49, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 48, 55, 58, 53, 54, 48, 49, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 48, 57, 58, 53, 54, 48, 49, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 49, 50, 58, 53, 54, 48, 49, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 49, 52, 58, 53, 54, 48, 49, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 49, 53, 58, 53, 54, 48, 49, 51, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 49, 56, 58, 53, 54, 48, 49, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 50, 48, 58, 53, 54, 48, 49, 51, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 50, 50, 58, 53, 54, 48, 49, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 50, 52, 58, 53, 54, 48, 49, 51, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 50, 53, 58, 53, 54, 48, 49, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 50, 55, 58, 53, 54, 48, 49, 52, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 50, 57, 58, 53, 54, 48, 49, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 51, 48, 58, 53, 54, 48, 49, 52, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 51, 50, 58, 53, 54, 48, 49, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 51, 51, 58, 53, 54, 48, 49, 52, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 51, 54, 58, 53, 54, 48, 49, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 51, 56, 58, 53, 54, 48, 49, 52, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 51, 57, 58, 53, 54, 48, 49, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 52, 49, 58, 53, 54, 48, 49, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 52, 51, 58, 53, 54, 48, 49, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 52, 53, 58, 53, 54, 48, 49, 53, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 52, 57, 58, 53, 54, 48, 49, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 53, 48, 58, 53, 54, 48, 49, 53, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 53, 50, 58, 53, 54, 48, 49, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 53, 52, 58, 53, 54, 48, 49, 53, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 53, 54, 58, 53, 54, 48, 49, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 53, 55, 58, 53, 54, 48, 49, 53, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 53, 57, 58, 53, 54, 48, 49, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 54, 48, 58, 53, 54, 48, 49, 53, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 54, 52, 58, 53, 54, 48, 49, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 54, 54, 58, 53, 54, 48, 49, 54, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 54, 56, 58, 53, 54, 48, 49, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 54, 57, 58, 53, 54, 48, 49, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 55, 49, 58, 53, 54, 48, 49, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 55, 50, 58, 53, 54, 48, 49, 54, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 55, 52, 58, 53, 54, 48, 49, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 55, 54, 58, 53, 54, 48, 49, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 55, 55, 58, 53, 54, 48, 49, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 55, 57, 58, 53, 54, 48, 49, 54, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 56, 48, 58, 53, 54, 48, 49, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 56, 50, 58, 53, 54, 48, 49, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 56, 51, 58, 53, 54, 48, 49, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 56, 53, 58, 53, 54, 48, 49, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 56, 54, 58, 53, 54, 48, 49, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 56, 56, 58, 53, 54, 48, 49, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 56, 57, 58, 53, 54, 48, 49, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 57, 49, 58, 53, 54, 48, 49, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 57, 50, 58, 53, 54, 48, 49, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 57, 53, 58, 53, 54, 48, 49, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 57, 55, 58, 53, 54, 48, 49, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 53, 57, 56, 58, 53, 54, 48, 49, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 48, 48, 58, 53, 54, 48, 49, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 48, 49, 58, 53, 54, 48, 49, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 48, 51, 58, 53, 54, 48, 49, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 48, 52, 58, 53, 54, 48, 49, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 48, 54, 58, 53, 54, 48, 49, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 48, 55, 58, 53, 54, 48, 49, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 48, 57, 58, 53, 54, 48, 49, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 49, 48, 58, 53, 54, 48, 49, 56, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 49, 50, 58, 53, 54, 48, 49, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 49, 51, 58, 53, 54, 48, 49, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 49, 53, 58, 53, 54, 48, 49, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 49, 54, 58, 53, 54, 48, 49, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 49, 56, 58, 53, 54, 48, 49, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 49, 57, 58, 53, 54, 48, 49, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 50, 49, 58, 53, 54, 48, 49, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 50, 50, 58, 53, 54, 48, 49, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 50, 52, 58, 53, 54, 48, 49, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 50, 53, 58, 53, 54, 48, 49, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 50, 55, 58, 53, 54, 48, 50, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 50, 57, 58, 53, 54, 48, 50, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 51, 48, 58, 53, 54, 48, 50, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 51, 50, 58, 53, 54, 48, 50, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 51, 52, 58, 53, 54, 48, 50, 48, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 51, 53, 58, 53, 54, 48, 50, 48, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 51, 55, 58, 53, 54, 48, 50, 48, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 51, 56, 58, 53, 54, 48, 50, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 52, 48, 58, 53, 54, 48, 50, 48, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 52, 49, 58, 53, 54, 48, 50, 48, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 52, 51, 58, 53, 54, 48, 50, 49, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 52, 53, 58, 53, 54, 48, 50, 49, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 52, 55, 58, 53, 54, 48, 50, 49, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 52, 56, 58, 53, 54, 48, 50, 49, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 53, 48, 58, 53, 54, 48, 50, 49, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 53, 49, 58, 53, 54, 48, 50, 49, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 53, 51, 58, 53, 54, 48, 50, 49, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 53, 52, 58, 53, 54, 48, 50, 49, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 53, 54, 58, 53, 54, 48, 50, 49, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 53, 55, 58, 53, 54, 48, 50, 49, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 53, 56, 58, 53, 54, 48, 50, 50, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 54, 48, 58, 53, 54, 48, 50, 50, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 54, 49, 58, 53, 54, 48, 50, 50, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 54, 50, 58, 53, 54, 48, 50, 50, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 54, 52, 58, 53, 54, 48, 50, 50, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 54, 53, 58, 53, 54, 48, 50, 50, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 54, 55, 58, 53, 54, 48, 50, 50, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 54, 57, 58, 53, 54, 48, 50, 50, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 55, 49, 58, 53, 54, 48, 50, 50, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 55, 50, 58, 53, 54, 48, 50, 50, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 55, 51, 58, 53, 54, 48, 50, 51, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 55, 53, 58, 53, 54, 48, 50, 51, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 55, 54, 58, 53, 54, 48, 50, 51, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 55, 55, 58, 53, 54, 48, 50, 51, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 55, 57, 58, 53, 54, 48, 50, 51, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 56, 48, 58, 53, 54, 48, 50, 51, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 56, 50, 58, 53, 54, 48, 50, 51, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 56, 51, 58, 53, 54, 48, 50, 51, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 56, 53, 58, 53, 54, 48, 50, 51, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 56, 54, 58, 53, 54, 48, 50, 51, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 56, 55, 58, 53, 54, 48, 50, 52, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 56, 57, 58, 53, 54, 48, 50, 52, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 57, 48, 58, 53, 54, 48, 50, 52, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 57, 51, 58, 53, 54, 48, 50, 52, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 57, 52, 58, 53, 54, 48, 50, 52, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 57, 53, 58, 53, 54, 48, 50, 52, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 57, 55, 58, 53, 54, 48, 50, 52, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 57, 56, 58, 53, 54, 48, 50, 52, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 54, 57, 57, 58, 53, 54, 48, 50, 52, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 48, 49, 58, 53, 54, 48, 50, 52, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 48, 50, 58, 53, 54, 48, 50, 53, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 48, 51, 58, 53, 54, 48, 50, 53, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 48, 53, 58, 53, 54, 48, 50, 53, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 48, 54, 58, 53, 54, 48, 50, 53, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 48, 56, 58, 53, 54, 48, 50, 53, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 48, 57, 58, 53, 54, 48, 50, 53, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 49, 49, 58, 53, 54, 48, 50, 53, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 49, 50, 58, 53, 54, 48, 50, 53, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 49, 51, 58, 53, 54, 48, 50, 53, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 49, 53, 58, 53, 54, 48, 50, 53, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 49, 56, 58, 53, 54, 48, 50, 54, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 49, 57, 58, 53, 54, 48, 50, 54, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 50, 49, 58, 53, 54, 48, 50, 54, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 50, 50, 58, 53, 54, 48, 50, 54, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 50, 52, 58, 53, 54, 48, 50, 54, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 50, 53, 58, 53, 54, 48, 50, 54, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 50, 55, 58, 53, 54, 48, 50, 54, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 50, 56, 58, 53, 54, 48, 50, 54, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 50, 57, 58, 53, 54, 48, 50, 54, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 51, 49, 58, 53, 54, 48, 50, 54, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 51, 50, 58, 53, 54, 48, 50, 55, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 51, 52, 58, 53, 54, 48, 50, 55, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 51, 53, 58, 53, 54, 48, 50, 55, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 51, 55, 58, 53, 54, 48, 50, 55, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 51, 57, 58, 53, 54, 48, 50, 55, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 52, 48, 58, 53, 54, 48, 50, 55, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 52, 49, 58, 53, 54, 48, 50, 55, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 52, 51, 58, 53, 54, 48, 50, 55, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 52, 52, 58, 53, 54, 48, 50, 55, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 52, 53, 58, 53, 54, 48, 50, 55, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 52, 55, 58, 53, 54, 48, 50, 56, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 52, 56, 58, 53, 54, 48, 50, 56, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 52, 57, 58, 53, 54, 48, 50, 56, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 53, 49, 58, 53, 54, 48, 50, 56, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 53, 50, 58, 53, 54, 48, 50, 56, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 53, 51, 58, 53, 54, 48, 50, 56, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 53, 53, 58, 53, 54, 48, 50, 56, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 53, 54, 58, 53, 54, 48, 50, 56, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 53, 56, 58, 53, 54, 48, 50, 56, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 53, 57, 58, 53, 54, 48, 50, 56, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 54, 49, 58, 53, 54, 48, 50, 57, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 54, 51, 58, 53, 54, 48, 50, 57, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 54, 52, 58, 53, 54, 48, 50, 57, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 54, 54, 58, 53, 54, 48, 50, 57, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 54, 55, 58, 53, 54, 48, 50, 57, 52, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 54, 57, 58, 53, 54, 48, 50, 57, 53, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 55, 48, 58, 53, 54, 48, 50, 57, 54, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 55, 50, 58, 53, 54, 48, 50, 57, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 55, 51, 58, 53, 54, 48, 50, 57, 56, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 55, 52, 58, 53, 54, 48, 50, 57, 57, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 55, 54, 58, 53, 54, 48, 51, 48, 48, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 55, 55, 58, 53, 54, 48, 51, 48, 49, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 55, 57, 58, 53, 54, 48, 51, 48, 50, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 56, 48, 58, 53, 54, 48, 51, 48, 51, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 56, 50, 58, 53, 54, 48, 51, 48, 52, 4, 0, 0, 0, 79, 110, 99, 101, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 56, 51, 58, 53, 54, 48, 51, 48, 53, 15, 0, 0, 0, 67, 97, 109, 101, 114, 97, 66, 97, 99, 107, 69, 118, 101, 110, 116, 23, 0, 0, 0, 49, 54, 52, 53, 53, 48, 49, 55, 53, 55, 51, 53, 50, 55, 56, 52, 58, 53, 54, 48, 51, 48, 54, 26, 0, 0, 0, 83, 99, 101, 110, 101, 69, 118, 101, 110, 116, 46, 67, 97, 109, 101, 114, 97, 66, 97, 99, 107, 69, 118, 101, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 56, 56, 55, 56, 56, 58, 51, 54, 57, 49, 52, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 56, 56, 49, 58, 51, 54, 57, 49, 52, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 56, 56, 55, 58, 51, 54, 57, 49, 52, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 56, 56, 57, 58, 51, 54, 57, 49, 52, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 56, 57, 50, 58, 51, 54, 57, 49, 52, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 56, 57, 51, 58, 51, 54, 57, 49, 52, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 56, 57, 53, 58, 51, 54, 57, 49, 52, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 56, 57, 56, 58, 51, 54, 57, 49, 52, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 48, 48, 58, 51, 54, 57, 49, 52, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 48, 49, 58, 51, 54, 57, 49, 52, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 48, 51, 58, 51, 54, 57, 49, 52, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 48, 53, 58, 51, 54, 57, 49, 52, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 48, 55, 58, 51, 54, 57, 49, 52, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 49, 48, 58, 51, 54, 57, 49, 52, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 49, 50, 58, 51, 54, 57, 49, 52, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 49, 53, 58, 51, 54, 57, 49, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 49, 54, 58, 51, 54, 57, 49, 52, 57, 53, 15, 0, 0, 0, 104, 105, 100, 101, 65, 108, 108, 67, 104, 105, 108, 100, 114, 101, 110, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 49, 56, 58, 51, 54, 57, 49, 52, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 50, 48, 58, 51, 54, 57, 49, 52, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 50, 50, 58, 51, 54, 57, 49, 53, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 50, 53, 58, 51, 54, 57, 49, 53, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 50, 55, 58, 51, 54, 57, 49, 53, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 50, 57, 58, 51, 54, 57, 49, 53, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 51, 49, 58, 51, 54, 57, 49, 53, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 51, 51, 58, 51, 54, 57, 49, 53, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 51, 55, 58, 51, 54, 57, 49, 53, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 51, 57, 58, 51, 54, 57, 49, 53, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 52, 49, 58, 51, 54, 57, 49, 53, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 52, 51, 58, 51, 54, 57, 49, 53, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 52, 53, 58, 51, 54, 57, 49, 53, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 52, 55, 58, 51, 54, 57, 49, 53, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 52, 57, 58, 51, 54, 57, 49, 53, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 53, 49, 58, 51, 54, 57, 49, 53, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 53, 51, 58, 51, 54, 57, 49, 53, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 53, 54, 58, 51, 54, 57, 49, 53, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 53, 56, 58, 51, 54, 57, 49, 53, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 53, 57, 58, 51, 54, 57, 49, 53, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 54, 50, 58, 51, 54, 57, 49, 53, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 54, 52, 58, 51, 54, 57, 49, 53, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 54, 54, 58, 51, 54, 57, 49, 53, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 54, 56, 58, 51, 54, 57, 49, 53, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 55, 48, 58, 51, 54, 57, 49, 53, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 55, 50, 58, 51, 54, 57, 49, 53, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 55, 52, 58, 51, 54, 57, 49, 53, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 55, 54, 58, 51, 54, 57, 49, 53, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 55, 55, 58, 51, 54, 57, 49, 53, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 55, 57, 58, 51, 54, 57, 49, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 56, 49, 58, 51, 54, 57, 49, 53, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 56, 51, 58, 51, 54, 57, 49, 53, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 56, 55, 58, 51, 54, 57, 49, 53, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 56, 57, 58, 51, 54, 57, 49, 53, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 57, 49, 58, 51, 54, 57, 49, 53, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 57, 51, 58, 51, 54, 57, 49, 53, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 57, 53, 58, 51, 54, 57, 49, 53, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 57, 55, 58, 51, 54, 57, 49, 53, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 48, 57, 57, 57, 58, 51, 54, 57, 49, 53, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 48, 48, 58, 51, 54, 57, 49, 53, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 48, 50, 58, 51, 54, 57, 49, 53, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 48, 52, 58, 51, 54, 57, 49, 53, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 48, 54, 58, 51, 54, 57, 49, 53, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 48, 56, 58, 51, 54, 57, 49, 53, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 48, 57, 58, 51, 54, 57, 49, 53, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 49, 49, 58, 51, 54, 57, 49, 53, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 49, 51, 58, 51, 54, 57, 49, 53, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 49, 53, 58, 51, 54, 57, 49, 53, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 49, 55, 58, 51, 54, 57, 49, 53, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 50, 48, 58, 51, 54, 57, 49, 53, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 50, 49, 58, 51, 54, 57, 49, 53, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 50, 51, 58, 51, 54, 57, 49, 53, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 50, 53, 58, 51, 54, 57, 49, 54, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 50, 55, 58, 51, 54, 57, 49, 54, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 50, 57, 58, 51, 54, 57, 49, 54, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 51, 49, 58, 51, 54, 57, 49, 54, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 51, 51, 58, 51, 54, 57, 49, 54, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 51, 54, 58, 51, 54, 57, 49, 54, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 51, 55, 58, 51, 54, 57, 49, 54, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 52, 48, 58, 51, 54, 57, 49, 54, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 52, 50, 58, 51, 54, 57, 49, 54, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 52, 52, 58, 51, 54, 57, 49, 54, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 52, 54, 58, 51, 54, 57, 49, 54, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 52, 56, 58, 51, 54, 57, 49, 54, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 53, 48, 58, 51, 54, 57, 49, 54, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 53, 50, 58, 51, 54, 57, 49, 54, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 53, 52, 58, 51, 54, 57, 49, 54, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 53, 54, 58, 51, 54, 57, 49, 54, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 53, 56, 58, 51, 54, 57, 49, 54, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 54, 48, 58, 51, 54, 57, 49, 54, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 54, 50, 58, 51, 54, 57, 49, 54, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 54, 52, 58, 51, 54, 57, 49, 54, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 54, 53, 58, 51, 54, 57, 49, 54, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 54, 55, 58, 51, 54, 57, 49, 54, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 54, 57, 58, 51, 54, 57, 49, 54, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 55, 49, 58, 51, 54, 57, 49, 54, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 55, 51, 58, 51, 54, 57, 49, 54, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 55, 52, 58, 51, 54, 57, 49, 54, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 55, 54, 58, 51, 54, 57, 49, 54, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 55, 56, 58, 51, 54, 57, 49, 54, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 56, 48, 58, 51, 54, 57, 49, 54, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 56, 49, 58, 51, 54, 57, 49, 54, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 56, 55, 58, 51, 54, 57, 49, 54, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 56, 56, 58, 51, 54, 57, 49, 54, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 57, 48, 58, 51, 54, 57, 49, 54, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 57, 50, 58, 51, 54, 57, 49, 54, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 57, 52, 58, 51, 54, 57, 49, 54, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 57, 54, 58, 51, 54, 57, 49, 54, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 57, 56, 58, 51, 54, 57, 49, 54, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 48, 57, 57, 58, 51, 54, 57, 49, 54, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 48, 49, 58, 51, 54, 57, 49, 54, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 48, 51, 58, 51, 54, 57, 49, 54, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 48, 53, 58, 51, 54, 57, 49, 54, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 48, 55, 58, 51, 54, 57, 49, 54, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 48, 57, 58, 51, 54, 57, 49, 54, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 49, 50, 58, 51, 54, 57, 49, 54, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 49, 52, 58, 51, 54, 57, 49, 54, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 49, 54, 58, 51, 54, 57, 49, 54, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 49, 57, 58, 51, 54, 57, 49, 54, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 50, 48, 58, 51, 54, 57, 49, 54, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 50, 50, 58, 51, 54, 57, 49, 54, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 50, 52, 58, 51, 54, 57, 49, 54, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 50, 53, 58, 51, 54, 57, 49, 55, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 50, 55, 58, 51, 54, 57, 49, 55, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 50, 57, 58, 51, 54, 57, 49, 55, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 51, 49, 58, 51, 54, 57, 49, 55, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 51, 51, 58, 51, 54, 57, 49, 55, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 51, 53, 58, 51, 54, 57, 49, 55, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 51, 54, 58, 51, 54, 57, 49, 55, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 51, 56, 58, 51, 54, 57, 49, 55, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 52, 48, 58, 51, 54, 57, 49, 55, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 52, 49, 58, 51, 54, 57, 49, 55, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 52, 51, 58, 51, 54, 57, 49, 55, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 52, 54, 58, 51, 54, 57, 49, 55, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 52, 56, 58, 51, 54, 57, 49, 55, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 52, 57, 58, 51, 54, 57, 49, 55, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 53, 49, 58, 51, 54, 57, 49, 55, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 53, 51, 58, 51, 54, 57, 49, 55, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 53, 53, 58, 51, 54, 57, 49, 55, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 53, 55, 58, 51, 54, 57, 49, 55, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 53, 56, 58, 51, 54, 57, 49, 55, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 54, 48, 58, 51, 54, 57, 49, 55, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 54, 50, 58, 51, 54, 57, 49, 55, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 54, 52, 58, 51, 54, 57, 49, 55, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 54, 57, 58, 51, 54, 57, 49, 55, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 55, 49, 58, 51, 54, 57, 49, 55, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 55, 51, 58, 51, 54, 57, 49, 55, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 55, 53, 58, 51, 54, 57, 49, 55, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 55, 55, 58, 51, 54, 57, 49, 55, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 55, 57, 58, 51, 54, 57, 49, 55, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 56, 49, 58, 51, 54, 57, 49, 55, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 56, 50, 58, 51, 54, 57, 49, 55, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 56, 52, 58, 51, 54, 57, 49, 55, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 56, 54, 58, 51, 54, 57, 49, 55, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 56, 56, 58, 51, 54, 57, 49, 55, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 56, 57, 58, 51, 54, 57, 49, 55, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 57, 49, 58, 51, 54, 57, 49, 55, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 57, 51, 58, 51, 54, 57, 49, 55, 55, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 57, 52, 58, 51, 54, 57, 49, 55, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 57, 54, 58, 51, 54, 57, 49, 55, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 57, 56, 58, 51, 54, 57, 49, 55, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 49, 57, 57, 58, 51, 54, 57, 49, 55, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 48, 49, 58, 51, 54, 57, 49, 55, 56, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 48, 51, 58, 51, 54, 57, 49, 55, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 48, 53, 58, 51, 54, 57, 49, 55, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 48, 54, 58, 51, 54, 57, 49, 55, 56, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 48, 56, 58, 51, 54, 57, 49, 55, 56, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 49, 48, 58, 51, 54, 57, 49, 55, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 49, 49, 58, 51, 54, 57, 49, 55, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 49, 51, 58, 51, 54, 57, 49, 55, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 49, 57, 58, 51, 54, 57, 49, 55, 57, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 50, 49, 58, 51, 54, 57, 49, 55, 57, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 50, 50, 58, 51, 54, 57, 49, 56, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 50, 52, 58, 51, 54, 57, 49, 56, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 50, 54, 58, 51, 54, 57, 49, 56, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 50, 56, 58, 51, 54, 57, 49, 56, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 51, 48, 58, 51, 54, 57, 49, 56, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 51, 50, 58, 51, 54, 57, 49, 56, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 51, 51, 58, 51, 54, 57, 49, 56, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 51, 53, 58, 51, 54, 57, 49, 56, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 51, 55, 58, 51, 54, 57, 49, 56, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 51, 57, 58, 51, 54, 57, 49, 56, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 52, 48, 58, 51, 54, 57, 49, 56, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 52, 50, 58, 51, 54, 57, 49, 56, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 52, 52, 58, 51, 54, 57, 49, 56, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 52, 53, 58, 51, 54, 57, 49, 56, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 52, 55, 58, 51, 54, 57, 49, 56, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 52, 57, 58, 51, 54, 57, 49, 56, 51, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 53, 48, 58, 51, 54, 57, 49, 56, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 53, 50, 58, 51, 54, 57, 49, 56, 51, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 53, 52, 58, 51, 54, 57, 49, 56, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 53, 54, 58, 51, 54, 57, 49, 56, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 53, 55, 58, 51, 54, 57, 49, 56, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 53, 57, 58, 51, 54, 57, 49, 56, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 54, 49, 58, 51, 54, 57, 49, 56, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 54, 52, 58, 51, 54, 57, 49, 56, 52, 55, 16, 0, 0, 0, 67, 97, 109, 101, 114, 97, 70, 114, 111, 110, 116, 69, 118, 101, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 53, 49, 51, 51, 56, 57, 52, 57, 49, 50, 54, 54, 58, 51, 54, 57, 49, 56, 52, 57, 27, 0, 0, 0, 83, 99, 101, 110, 101, 69, 118, 101, 110, 116, 46, 67, 97, 109, 101, 114, 97, 70, 114, 111, 110, 116, 69, 118, 101, 110, 116, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 55, 50, 54, 53, 54, 58, 55, 49, 48, 53, 50, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 55, 52, 48, 57, 54, 58, 55, 49, 48, 53, 51, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 55, 52, 54, 50, 51, 58, 55, 49, 48, 53, 51, 48, 55, 23, 0, 0, 0, 49, 54, 52, 53, 53, 49, 53, 50, 49, 49, 57, 50, 50, 56, 53, 55, 58, 56, 55, 50, 52, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 55, 55, 49, 49, 50, 58, 55, 49, 48, 53, 51, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 51, 48, 55, 49, 58, 55, 49, 48, 53, 51, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 57, 49, 52, 54, 58, 55, 49, 48, 53, 51, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 57, 53, 50, 56, 55, 58, 55, 49, 48, 53, 52, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 55, 52, 54, 52, 56, 58, 55, 49, 48, 53, 51, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 55, 53, 49, 54, 57, 58, 55, 49, 48, 53, 51, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 55, 55, 54, 48, 57, 58, 55, 49, 48, 53, 51, 50, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 55, 56, 49, 49, 49, 58, 55, 49, 48, 53, 51, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 49, 49, 55, 57, 58, 55, 49, 48, 53, 51, 51, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 49, 55, 54, 55, 58, 55, 49, 48, 53, 51, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 51, 54, 48, 51, 58, 55, 49, 48, 53, 51, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 52, 49, 57, 50, 58, 55, 49, 48, 53, 51, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 55, 52, 51, 48, 58, 55, 49, 48, 53, 51, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 55, 57, 55, 51, 58, 55, 49, 48, 53, 51, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 56, 57, 54, 51, 54, 58, 55, 49, 48, 53, 51, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 57, 48, 49, 53, 53, 58, 55, 49, 48, 53, 51, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 57, 51, 51, 56, 53, 58, 55, 49, 48, 53, 51, 57, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 57, 51, 57, 52, 53, 58, 55, 49, 48, 53, 51, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 57, 53, 55, 57, 48, 58, 55, 49, 48, 53, 52, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 57, 54, 50, 57, 55, 58, 55, 49, 48, 53, 52, 49, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 56, 57, 57, 57, 54, 57, 52, 58, 55, 49, 48, 53, 52, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 48, 56, 48, 52, 58, 55, 49, 48, 53, 52, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 49, 51, 48, 56, 58, 55, 49, 48, 53, 52, 50, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 51, 52, 48, 52, 58, 55, 49, 48, 53, 52, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 52, 53, 51, 55, 58, 55, 49, 48, 53, 52, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 54, 52, 57, 49, 58, 55, 49, 48, 53, 52, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 55, 48, 49, 57, 58, 55, 49, 48, 53, 52, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 56, 56, 48, 57, 58, 55, 49, 48, 53, 52, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 48, 57, 51, 50, 51, 58, 55, 49, 48, 53, 52, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 49, 49, 49, 49, 49, 58, 55, 49, 48, 53, 52, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 49, 49, 54, 51, 48, 58, 55, 49, 48, 53, 52, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 49, 52, 50, 57, 55, 58, 55, 49, 48, 53, 52, 55, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 49, 52, 56, 52, 57, 58, 55, 49, 48, 53, 52, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 49, 54, 56, 50, 48, 58, 55, 49, 48, 53, 52, 55, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 49, 55, 51, 55, 49, 58, 55, 49, 48, 53, 52, 55, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 49, 57, 49, 57, 57, 58, 55, 49, 48, 53, 52, 56, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 49, 57, 55, 51, 51, 58, 55, 49, 48, 53, 52, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 50, 49, 53, 51, 55, 58, 55, 49, 48, 53, 52, 57, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 50, 50, 48, 54, 53, 58, 55, 49, 48, 53, 52, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 50, 52, 51, 57, 50, 58, 55, 49, 48, 53, 53, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 50, 52, 57, 52, 56, 58, 55, 49, 48, 53, 53, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 50, 57, 56, 52, 53, 58, 55, 49, 48, 53, 53, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 48, 51, 56, 53, 58, 55, 49, 48, 53, 53, 49, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 49, 53, 56, 50, 58, 55, 49, 48, 53, 53, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 50, 49, 48, 51, 58, 55, 49, 48, 53, 53, 50, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 51, 57, 48, 55, 58, 55, 49, 48, 53, 53, 51, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 52, 52, 51, 49, 58, 55, 49, 48, 53, 53, 51, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 55, 53, 52, 54, 58, 55, 49, 48, 53, 53, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 56, 48, 56, 55, 58, 55, 49, 48, 53, 53, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 57, 50, 53, 53, 58, 55, 49, 48, 53, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 51, 57, 55, 54, 54, 58, 55, 49, 48, 53, 53, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 52, 53, 49, 54, 48, 58, 55, 49, 48, 53, 53, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 52, 53, 54, 54, 56, 58, 55, 49, 48, 53, 53, 54, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 52, 54, 56, 50, 55, 58, 55, 49, 48, 53, 53, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 52, 56, 54, 52, 51, 58, 55, 49, 48, 53, 53, 56, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 52, 57, 49, 56, 54, 58, 55, 49, 48, 53, 53, 56, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 53, 48, 51, 48, 51, 58, 55, 49, 48, 53, 53, 57, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 53, 50, 49, 50, 55, 58, 55, 49, 48, 53, 54, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 53, 50, 54, 54, 48, 58, 55, 49, 48, 53, 54, 48, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 53, 51, 57, 49, 56, 58, 55, 49, 48, 53, 54, 49, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 53, 53, 56, 50, 52, 58, 55, 49, 48, 53, 54, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 53, 54, 52, 51, 53, 58, 55, 49, 48, 53, 54, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 48, 54, 53, 48, 58, 55, 49, 48, 53, 54, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 49, 50, 55, 48, 58, 55, 49, 48, 53, 54, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 50, 52, 56, 56, 58, 55, 49, 48, 53, 54, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 50, 57, 57, 56, 58, 55, 49, 48, 53, 54, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 51, 54, 51, 55, 58, 55, 49, 48, 53, 54, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 49, 48, 55, 57, 58, 55, 49, 48, 53, 55, 52, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 54, 56, 53, 48, 58, 55, 49, 48, 53, 54, 54, 55, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 55, 52, 50, 55, 58, 55, 49, 48, 53, 54, 54, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 56, 54, 57, 56, 58, 55, 49, 48, 53, 54, 56, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 57, 50, 49, 56, 58, 55, 49, 48, 53, 54, 56, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 54, 57, 55, 56, 57, 58, 55, 49, 48, 53, 54, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 55, 51, 48, 56, 51, 58, 55, 49, 48, 53, 54, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 55, 51, 54, 54, 56, 58, 55, 49, 48, 53, 54, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 55, 52, 56, 52, 51, 58, 55, 49, 48, 53, 55, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 55, 53, 51, 54, 55, 58, 55, 49, 48, 53, 55, 49, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 55, 53, 56, 57, 55, 58, 55, 49, 48, 53, 55, 49, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 55, 57, 49, 49, 56, 58, 55, 49, 48, 53, 55, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 55, 57, 55, 57, 54, 58, 55, 49, 48, 53, 55, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 49, 55, 49, 50, 58, 55, 49, 48, 53, 55, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 50, 50, 52, 53, 58, 55, 49, 48, 53, 55, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 54, 54, 49, 48, 58, 55, 49, 48, 53, 55, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 55, 50, 52, 49, 58, 55, 49, 48, 53, 55, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 55, 56, 53, 48, 58, 55, 49, 48, 53, 55, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 56, 51, 54, 56, 58, 55, 49, 48, 53, 55, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 57, 53, 51, 55, 58, 55, 49, 48, 53, 55, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 56, 57, 57, 55, 51, 58, 55, 49, 48, 53, 55, 55, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 57, 51, 50, 53, 50, 58, 55, 49, 48, 53, 55, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 57, 51, 55, 48, 51, 58, 55, 49, 48, 53, 55, 57, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 57, 54, 51, 50, 49, 58, 55, 49, 48, 53, 56, 48, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 57, 54, 56, 52, 56, 58, 55, 49, 48, 53, 56, 48, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 57, 55, 50, 54, 48, 58, 55, 49, 48, 53, 56, 48, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 57, 55, 54, 56, 57, 58, 55, 49, 48, 53, 56, 49, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 57, 56, 54, 50, 48, 58, 55, 49, 48, 53, 56, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 48, 57, 57, 48, 53, 48, 58, 55, 49, 48, 53, 56, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 48, 50, 51, 53, 51, 58, 55, 49, 48, 53, 56, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 48, 50, 56, 49, 48, 58, 55, 49, 48, 53, 56, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 48, 53, 55, 51, 56, 58, 55, 49, 48, 53, 56, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 48, 54, 50, 49, 55, 58, 55, 49, 48, 53, 56, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 48, 54, 54, 52, 56, 58, 55, 49, 48, 53, 56, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 48, 55, 49, 48, 53, 58, 55, 49, 48, 53, 56, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 48, 56, 49, 51, 54, 58, 55, 49, 48, 53, 56, 55, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 48, 56, 53, 54, 56, 58, 55, 49, 48, 53, 56, 55, 53, 24, 0, 0, 0, 49, 54, 52, 52, 56, 50, 57, 51, 54, 50, 54, 54, 48, 57, 49, 55, 58, 54, 49, 55, 54, 57, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 49, 51, 52, 56, 50, 58, 55, 49, 48, 53, 56, 57, 51, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 52, 57, 57, 49, 49, 51, 57, 55, 53, 58, 55, 49, 48, 53, 56, 57, 53, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 49, 54, 53, 57, 57, 51, 54, 58, 57, 56, 48, 54, 56, 29, 0, 0, 0, 84, 114, 97, 102, 102, 105, 99, 32, 67, 111, 110, 101, 32, 76, 97, 121, 111, 117, 116, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 56, 50, 50, 55, 58, 57, 56, 51, 51, 52, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 53, 56, 58, 57, 56, 51, 51, 54, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 54, 51, 58, 57, 56, 51, 51, 55, 9, 0, 0, 0, 114, 101, 99, 116, 97, 110, 103, 108, 101, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 54, 54, 58, 57, 56, 51, 51, 56, 22, 0, 0, 0, 49, 54, 52, 52, 55, 56, 57, 57, 50, 48, 55, 56, 54, 48, 50, 55, 58, 50, 51, 57, 52, 51, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 54, 56, 58, 57, 56, 51, 51, 57, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 54, 57, 58, 57, 56, 51, 52, 48, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 55, 49, 58, 57, 56, 51, 52, 49, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 55, 50, 58, 57, 56, 51, 52, 50, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 55, 52, 58, 57, 56, 51, 52, 51, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 51, 51, 55, 55, 57, 52, 55, 53, 58, 57, 56, 51, 52, 52, 14, 0, 0, 0, 111, 98, 106, 101, 99, 116, 115, 84, 111, 83, 112, 97, 119, 110, 10, 0, 0, 0, 108, 97, 121, 111, 117, 116, 84, 121, 112, 101, 17, 0, 0, 0, 99, 105, 114, 99, 108, 101, 79, 98, 106, 101, 99, 116, 67, 111, 117, 110, 116, 7, 0, 0, 0, 114, 97, 100, 105, 117, 115, 88, 7, 0, 0, 0, 114, 97, 100, 105, 117, 115, 89, 16, 0, 0, 0, 114, 101, 99, 116, 79, 98, 106, 101, 99, 116, 67, 111, 117, 110, 116, 88, 16, 0, 0, 0, 114, 101, 99, 116, 79, 98, 106, 101, 99, 116, 67, 111, 117, 110, 116, 89, 9, 0, 0, 0, 114, 101, 99, 116, 87, 105, 100, 116, 104, 10, 0, 0, 0, 114, 101, 99, 116, 72, 101, 105, 103, 104, 116, 22, 0, 0, 0, 49, 54, 52, 53, 53, 48, 50, 57, 50, 51, 48, 54, 51, 57, 48, 49, 58, 56, 56, 56, 52, 55, 11, 0, 0, 0, 116, 114, 97, 102, 102, 105, 99, 99, 111, 110, 101, 22, 0, 0, 0, 49, 54, 52, 52, 55, 57, 48, 49, 51, 49, 48, 57, 56, 57, 56, 49, 58, 54, 50, 51, 55, 48, 22, 0, 0, 0, 49, 54, 52, 52, 55, 57, 48, 49, 51, 49, 48, 57, 57, 53, 50, 52, 58, 54, 50, 51, 55, 52, 22, 0, 0, 0, 49, 54, 52, 52, 55, 57, 48, 50, 53, 51, 52, 51, 50, 55, 57, 52, 58, 56, 52, 56, 48, 53, 22, 0, 0, 0, 49, 54, 52, 52, 55, 57, 48, 48, 55, 49, 52, 51, 54, 50, 55, 54, 58, 53, 50, 51, 49, 50, 9, 0, 0, 0, 67, 111, 110, 101, 32, 66, 111, 100, 121, 22, 0, 0, 0, 49, 54, 52, 52, 55, 57, 48, 48, 56, 55, 53, 48, 51, 48, 48, 57, 58, 53, 53, 53, 57, 50, 22, 0, 0, 0, 49, 54, 52, 52, 55, 56, 57, 57, 50, 48, 55, 56, 54, 52, 56, 56, 58, 50, 51, 57, 52, 57, 12, 0, 0, 0, 84, 114, 97, 102, 105, 105, 99, 32, 67, 111, 110, 101, 22, 0, 0, 0, 49, 54, 52, 52, 55, 56, 57, 57, 50, 48, 55, 56, 54, 55, 57, 57, 58, 50, 51, 57, 53, 49, 23, 0, 0, 0, 49, 54, 52, 52, 55, 57, 51, 55, 48, 48, 55, 55, 57, 50, 51, 50, 58, 53, 49, 49, 53, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 50, 51, 54, 51, 54, 55, 54, 57, 55, 50, 55, 49, 58, 54, 57, 53, 57, 54, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 49, 57, 51, 49, 49, 58, 55, 49, 54, 52, 54, 49, 53, 31, 0, 0, 0, 84, 114, 97, 102, 102, 105, 99, 32, 67, 111, 110, 101, 32, 76, 97, 121, 111, 117, 116, 32, 91, 69, 68, 73, 84, 95, 77, 69, 93, 32, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 48, 51, 49, 48, 58, 55, 49, 54, 52, 54, 52, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 48, 50, 58, 55, 49, 54, 52, 54, 52, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 48, 56, 58, 55, 49, 54, 52, 54, 53, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 49, 49, 58, 55, 49, 54, 52, 54, 53, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 50, 49, 53, 50, 55, 58, 55, 49, 54, 52, 54, 49, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 49, 56, 58, 55, 49, 54, 52, 54, 53, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 50, 48, 58, 55, 49, 54, 52, 54, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 50, 50, 58, 55, 49, 54, 52, 54, 53, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 50, 52, 58, 55, 49, 54, 52, 54, 54, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 50, 54, 58, 55, 49, 54, 52, 54, 54, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 51, 49, 49, 50, 56, 58, 55, 49, 54, 52, 54, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 50, 50, 55, 51, 52, 58, 55, 49, 54, 52, 54, 49, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 50, 57, 53, 54, 56, 58, 55, 49, 54, 52, 54, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 50, 51, 56, 53, 55, 58, 55, 49, 54, 52, 54, 50, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 50, 56, 56, 51, 48, 58, 55, 49, 54, 52, 54, 51, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 50, 52, 57, 54, 53, 58, 55, 49, 54, 52, 54, 50, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 52, 55, 51, 53, 50, 54, 48, 56, 57, 58, 55, 49, 54, 52, 54, 50, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 53, 56, 52, 50, 52, 50, 49, 51, 56, 58, 56, 55, 48, 48, 48, 51, 55, 6, 0, 0, 0, 83, 112, 104, 101, 114, 101, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 53, 56, 52, 50, 52, 51, 56, 54, 56, 58, 56, 55, 48, 48, 48, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 53, 56, 52, 50, 49, 54, 48, 48, 51, 58, 56, 54, 57, 57, 57, 56, 57, 23, 0, 0, 0, 49, 54, 52, 52, 57, 56, 55, 55, 50, 51, 51, 53, 52, 49, 52, 53, 58, 49, 54, 55, 56, 56, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 51, 57, 54, 49, 56, 48, 52, 56, 56, 49, 58, 55, 54, 50, 56, 50, 54, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 55, 55, 48, 49, 57, 55, 48, 53, 55, 58, 57, 49, 57, 54, 55, 57, 57, 3, 0, 0, 0, 66, 111, 120, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 55, 55, 48, 49, 57, 57, 53, 49, 51, 58, 57, 49, 57, 54, 56, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 55, 55, 48, 49, 57, 49, 56, 50, 48, 58, 57, 49, 57, 54, 55, 53, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 56, 53, 52, 56, 48, 52, 53, 50, 50, 58, 57, 51, 48, 51, 52, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 56, 57, 55, 50, 58, 56, 50, 49, 52, 48, 50, 56, 8, 0, 0, 0, 66, 97, 108, 108, 111, 111, 110, 115, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 51, 57, 57, 55, 49, 48, 58, 56, 50, 49, 52, 48, 51, 48, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 53, 49, 58, 56, 50, 49, 52, 48, 51, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 53, 53, 58, 56, 50, 49, 52, 48, 51, 53, 6, 0, 0, 0, 99, 105, 114, 99, 108, 101, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 53, 56, 58, 56, 50, 49, 52, 48, 51, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 51, 48, 50, 58, 56, 50, 49, 52, 48, 53, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 49, 52, 54, 53, 52, 58, 56, 50, 49, 52, 49, 48, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 51, 49, 49, 48, 52, 58, 56, 50, 49, 52, 49, 53, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 54, 53, 58, 56, 50, 49, 52, 48, 51, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 54, 55, 58, 56, 50, 49, 52, 48, 52, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 55, 48, 58, 56, 50, 49, 52, 48, 52, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 55, 50, 58, 56, 50, 49, 52, 48, 52, 53, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 55, 52, 58, 56, 50, 49, 52, 48, 52, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 48, 50, 55, 54, 58, 56, 50, 49, 52, 48, 52, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 49, 48, 50, 57, 58, 56, 50, 49, 52, 48, 53, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 49, 54, 49, 51, 58, 56, 50, 49, 52, 48, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 50, 51, 57, 52, 58, 56, 50, 49, 52, 48, 53, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 51, 55, 53, 56, 58, 56, 50, 49, 52, 48, 55, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 52, 53, 54, 55, 58, 56, 50, 49, 52, 48, 55, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 48, 57, 57, 57, 49, 58, 56, 50, 49, 52, 48, 57, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 49, 48, 56, 52, 50, 58, 56, 50, 49, 52, 48, 57, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 49, 53, 52, 53, 55, 58, 56, 50, 49, 52, 49, 48, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 49, 54, 48, 55, 50, 58, 56, 50, 49, 52, 49, 48, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 49, 55, 48, 51, 50, 58, 56, 50, 49, 52, 49, 48, 57, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 49, 56, 53, 56, 49, 58, 56, 50, 49, 52, 49, 50, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 49, 57, 56, 56, 52, 58, 56, 50, 49, 52, 49, 50, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 50, 53, 52, 55, 53, 58, 56, 50, 49, 52, 49, 52, 50, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 50, 54, 51, 57, 49, 58, 56, 50, 49, 52, 49, 52, 52, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 51, 50, 55, 50, 52, 58, 56, 50, 49, 52, 49, 53, 55, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 51, 51, 54, 57, 52, 58, 56, 50, 49, 52, 49, 54, 49, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 51, 52, 53, 52, 51, 58, 56, 50, 49, 52, 49, 54, 51, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 51, 53, 57, 49, 56, 58, 56, 50, 49, 52, 49, 55, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 51, 54, 55, 50, 54, 58, 56, 50, 49, 52, 49, 55, 56, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 52, 50, 50, 48, 53, 58, 56, 50, 49, 52, 49, 57, 54, 24, 0, 0, 0, 49, 54, 52, 53, 55, 55, 52, 51, 48, 52, 52, 52, 51, 48, 53, 57, 58, 56, 50, 49, 52, 49, 57, 56, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 15, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 20, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 51, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 55, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 15, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 51, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 71, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 72, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 73, 0, 0, 0, 4, 0, 0, 0, 1, 0, 112, 66, 3, 0, 74, 0, 0, 0, 4, 0, 0, 0, 0, 0, 122, 68, 3, 0, 75, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 76, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 65, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 77, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 2, 0, 78, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 79, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 80, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 81, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 82, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 83, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 0, 0, 0, 0, 0, 14, 0, 85, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 87, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 6, 0, 88, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 89, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 90, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 91, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 92, 0, 0, 0, 0, 0, 0, 0, 14, 0, 83, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 85, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 87, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 6, 0, 88, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 93, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 94, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 95, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 6, 0, 96, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 102, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 6, 0, 103, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 104, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 105, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 106, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 192, 95, 248, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 141, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 180, 66, 0, 0, 180, 66, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 192, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 251, 255, 127, 63, 251, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 104, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 192, 100, 178, 22, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 51, 51, 115, 64, 51, 51, 115, 64, 51, 51, 115, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 51, 51, 115, 64, 51, 51, 115, 64, 51, 51, 115, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 128, 24, 54, 0, 0, 240, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 1, 0, 128, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 51, 51, 115, 64, 51, 51, 115, 64, 51, 51, 115, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 128, 24, 54, 0, 0, 240, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 1, 0, 128, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 51, 51, 115, 64, 51, 51, 115, 64, 51, 51, 115, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 124, 164, 245, 64, 104, 178, 22, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 63, 156, 153, 25, 63, 156, 153, 25, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 1, 71, 227, 192, 255, 255, 159, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 233, 164, 165, 192, 1, 71, 227, 192, 82, 140, 154, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 128, 120, 51, 63, 171, 5, 189, 61, 172, 5, 189, 189, 126, 120, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 254, 255, 31, 193, 252, 70, 227, 192, 102, 144, 138, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 236, 217, 46, 63, 175, 103, 59, 62, 175, 103, 59, 190, 235, 217, 46, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 49, 70, 98, 193, 251, 70, 227, 192, 45, 70, 98, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 118, 61, 39, 63, 212, 139, 138, 62, 214, 139, 138, 190, 115, 61, 39, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 103, 144, 138, 193, 250, 70, 227, 192, 254, 255, 31, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 113, 196, 28, 63, 244, 4, 181, 62, 243, 4, 181, 190, 113, 196, 28, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 82, 140, 154, 193, 249, 70, 227, 192, 228, 164, 165, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 191, 156, 15, 63, 43, 101, 220, 62, 44, 101, 220, 190, 191, 156, 15, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 255, 255, 159, 193, 0, 71, 227, 192, 0, 0, 0, 54, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 63, 255, 255, 255, 62, 0, 0, 0, 191, 0, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 235, 164, 165, 64, 251, 70, 227, 192, 81, 140, 154, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 185, 5, 189, 61, 127, 120, 51, 191, 127, 120, 51, 63, 186, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 200, 53, 251, 70, 227, 192, 255, 255, 159, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 218, 212, 19, 180, 244, 4, 53, 63, 243, 4, 53, 191, 219, 212, 19, 180, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 228, 164, 165, 192, 251, 70, 227, 192, 81, 140, 154, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 163, 5, 189, 61, 128, 120, 51, 63, 127, 120, 51, 191, 163, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 253, 255, 31, 193, 252, 70, 227, 192, 102, 144, 138, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 176, 103, 59, 190, 235, 217, 46, 191, 236, 217, 46, 63, 175, 103, 59, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 48, 70, 98, 193, 252, 70, 227, 192, 47, 70, 98, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 212, 139, 138, 62, 117, 61, 39, 63, 116, 61, 39, 191, 212, 139, 138, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 103, 144, 138, 193, 253, 70, 227, 192, 254, 255, 31, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 243, 4, 181, 190, 112, 196, 28, 191, 113, 196, 28, 63, 243, 4, 181, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 82, 140, 154, 193, 255, 70, 227, 192, 233, 164, 165, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 42, 101, 220, 62, 191, 156, 15, 63, 191, 156, 15, 191, 43, 101, 220, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 254, 255, 31, 65, 252, 70, 227, 192, 102, 144, 138, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 180, 103, 59, 190, 236, 217, 46, 63, 234, 217, 46, 191, 182, 103, 59, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 44, 70, 98, 65, 252, 70, 227, 192, 47, 70, 98, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 215, 139, 138, 190, 116, 61, 39, 63, 116, 61, 39, 191, 214, 139, 138, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 100, 144, 138, 65, 253, 70, 227, 192, 254, 255, 31, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 245, 4, 181, 62, 112, 196, 28, 191, 112, 196, 28, 63, 245, 4, 181, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 80, 140, 154, 65, 255, 70, 227, 192, 230, 164, 165, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 43, 101, 220, 190, 192, 156, 15, 63, 190, 156, 15, 191, 45, 101, 220, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 254, 255, 159, 65, 0, 71, 227, 192, 0, 0, 192, 181, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 63, 255, 255, 255, 190, 0, 0, 0, 63, 0, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 80, 140, 154, 65, 249, 70, 227, 192, 234, 164, 165, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 193, 156, 15, 63, 38, 101, 220, 190, 38, 101, 220, 62, 194, 156, 15, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 228, 164, 165, 64, 1, 71, 227, 192, 82, 140, 154, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 129, 120, 51, 63, 138, 5, 189, 189, 140, 5, 189, 61, 126, 120, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 254, 255, 31, 65, 252, 70, 227, 192, 102, 144, 138, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 238, 217, 46, 63, 157, 103, 59, 190, 160, 103, 59, 62, 235, 217, 46, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 42, 70, 98, 65, 251, 70, 227, 192, 45, 70, 98, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 118, 61, 39, 63, 209, 139, 138, 190, 210, 139, 138, 62, 116, 61, 39, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 98, 144, 138, 65, 254, 70, 227, 192, 254, 255, 31, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 113, 196, 28, 63, 244, 4, 181, 190, 244, 4, 181, 62, 113, 196, 28, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 33, 122, 236, 64, 255, 255, 159, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 233, 164, 165, 192, 36, 122, 236, 64, 83, 140, 154, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 128, 120, 51, 63, 171, 5, 189, 61, 172, 5, 189, 189, 126, 120, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 254, 255, 31, 193, 37, 122, 236, 64, 102, 144, 138, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 236, 217, 46, 63, 175, 103, 59, 62, 175, 103, 59, 190, 235, 217, 46, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 51, 70, 98, 193, 38, 122, 236, 64, 46, 70, 98, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 118, 61, 39, 63, 212, 139, 138, 62, 214, 139, 138, 190, 115, 61, 39, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 103, 144, 138, 193, 33, 122, 236, 64, 254, 255, 31, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 113, 196, 28, 63, 244, 4, 181, 62, 243, 4, 181, 190, 113, 196, 28, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 82, 140, 154, 193, 31, 122, 236, 64, 229, 164, 165, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 191, 156, 15, 63, 43, 101, 220, 62, 44, 101, 220, 190, 191, 156, 15, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 255, 255, 159, 193, 32, 122, 236, 64, 0, 0, 240, 53, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 63, 255, 255, 255, 62, 0, 0, 0, 191, 0, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 235, 164, 165, 64, 37, 122, 236, 64, 81, 140, 154, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 185, 5, 189, 61, 127, 120, 51, 191, 127, 120, 51, 63, 186, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 200, 53, 37, 122, 236, 64, 254, 255, 159, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 218, 212, 19, 180, 244, 4, 53, 63, 243, 4, 53, 191, 219, 212, 19, 180, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 228, 164, 165, 192, 37, 122, 236, 64, 81, 140, 154, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 163, 5, 189, 61, 128, 120, 51, 63, 127, 120, 51, 191, 163, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 253, 255, 31, 193, 36, 122, 236, 64, 102, 144, 138, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 176, 103, 59, 190, 235, 217, 46, 191, 236, 217, 46, 63, 175, 103, 59, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 49, 70, 98, 193, 36, 122, 236, 64, 47, 70, 98, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 212, 139, 138, 62, 117, 61, 39, 63, 116, 61, 39, 191, 212, 139, 138, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 103, 144, 138, 193, 35, 122, 236, 64, 254, 255, 31, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 243, 4, 181, 190, 112, 196, 28, 191, 113, 196, 28, 63, 243, 4, 181, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 82, 140, 154, 193, 33, 122, 236, 64, 232, 164, 165, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 42, 101, 220, 62, 191, 156, 15, 63, 191, 156, 15, 191, 43, 101, 220, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 254, 255, 31, 65, 36, 122, 236, 64, 102, 144, 138, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 180, 103, 59, 190, 236, 217, 46, 63, 234, 217, 46, 191, 182, 103, 59, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 42, 70, 98, 65, 36, 122, 236, 64, 47, 70, 98, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 215, 139, 138, 190, 116, 61, 39, 63, 116, 61, 39, 191, 214, 139, 138, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 100, 144, 138, 65, 35, 122, 236, 64, 254, 255, 31, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 245, 4, 181, 62, 112, 196, 28, 191, 112, 196, 28, 63, 245, 4, 181, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 78, 140, 154, 65, 33, 122, 236, 64, 229, 164, 165, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 43, 101, 220, 190, 192, 156, 15, 63, 190, 156, 15, 191, 45, 101, 220, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 253, 255, 159, 65, 32, 122, 236, 64, 0, 0, 200, 181, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 63, 255, 255, 255, 190, 0, 0, 0, 63, 0, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 78, 140, 154, 65, 31, 122, 236, 64, 235, 164, 165, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 193, 156, 15, 63, 38, 101, 220, 190, 38, 101, 220, 62, 194, 156, 15, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 228, 164, 165, 64, 36, 122, 236, 64, 83, 140, 154, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 129, 120, 51, 63, 138, 5, 189, 189, 140, 5, 189, 61, 126, 120, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 254, 255, 31, 65, 37, 122, 236, 64, 102, 144, 138, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 238, 217, 46, 63, 157, 103, 59, 190, 160, 103, 59, 62, 235, 217, 46, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 41, 70, 98, 65, 38, 122, 236, 64, 46, 70, 98, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 118, 61, 39, 63, 209, 139, 138, 190, 210, 139, 138, 62, 116, 61, 39, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 98, 144, 138, 65, 33, 122, 236, 64, 254, 255, 31, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 113, 196, 28, 63, 244, 4, 181, 190, 244, 4, 181, 62, 113, 196, 28, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 128, 63, 205, 204, 204, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 1, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 185, 186, 164, 65, 192, 32, 144, 190, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 4, 53, 63, 243, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 1, 0, 128, 63, 0, 0, 128, 63, 250, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 1, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 169, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 1, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 6, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 57, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 130, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 2, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 2, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 2, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 64, 63, 0, 0, 64, 63, 0, 0, 64, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 250, 68, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 3, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 3, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 3, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 3, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 3, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 117, 196, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 179, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 15, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 5, 219, 143, 192, 226, 177, 190, 64, 161, 198, 135, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 5, 219, 143, 192, 226, 177, 190, 64, 110, 144, 138, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 217, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 196, 38, 156, 63, 226, 177, 190, 64, 161, 198, 135, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 219, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 196, 38, 156, 63, 226, 177, 190, 64, 110, 144, 138, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 120, 48, 198, 191, 156, 122, 203, 64, 0, 0, 128, 52, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 164, 112, 53, 65, 236, 81, 184, 62, 154, 153, 225, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 108, 27, 4, 191, 176, 69, 234, 63, 194, 41, 153, 60, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 34, 15, 70, 192, 224, 139, 92, 63, 194, 41, 153, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 102, 102, 230, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 102, 102, 6, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 251, 124, 192, 0, 249, 27, 191, 194, 41, 153, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 205, 204, 44, 64, 154, 153, 225, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 244, 120, 109, 64, 128, 212, 20, 63, 112, 161, 78, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 102, 102, 158, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 244, 120, 109, 64, 128, 212, 20, 63, 76, 153, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 102, 102, 158, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 238, 37, 12, 192, 0, 216, 31, 63, 182, 151, 76, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 238, 37, 12, 192, 0, 216, 31, 63, 96, 242, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 38, 52, 189, 64, 96, 75, 34, 63, 82, 163, 249, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 236, 81, 56, 63, 0, 0, 144, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 109, 216, 61, 176, 242, 89, 191, 228, 180, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 3, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 72, 225, 218, 63, 215, 163, 48, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 109, 216, 61, 176, 242, 89, 191, 62, 103, 77, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 72, 225, 218, 63, 215, 163, 48, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 137, 138, 68, 64, 140, 203, 74, 64, 64, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 64, 206, 81, 191, 240, 98, 63, 191, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 205, 204, 44, 64, 92, 143, 2, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 208, 104, 170, 63, 184, 244, 10, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 85, 199, 189, 214, 200, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 215, 163, 48, 63, 102, 102, 102, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 118, 63, 244, 191, 38, 123, 183, 64, 68, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 238, 109, 112, 190, 242, 215, 120, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 195, 245, 40, 63, 102, 102, 230, 63, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 237, 243, 214, 64, 84, 106, 128, 64, 81, 99, 37, 62, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 233, 3, 53, 63, 0, 0, 0, 0, 254, 5, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 22, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 245, 60, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 245, 60, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 242, 237, 47, 64, 128, 141, 184, 190, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 215, 163, 224, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 56, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 16, 212, 58, 192, 192, 95, 233, 190, 68, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 215, 163, 224, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 56, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 45, 203, 193, 64, 16, 2, 227, 63, 134, 174, 57, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 191, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 254, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 195, 96, 63, 140, 164, 133, 65, 214, 115, 50, 61, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 192, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 4, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 49, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 0, 102, 63, 159, 33, 82, 65, 11, 129, 112, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 205, 204, 172, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 174, 35, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 4, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 0, 102, 63, 159, 33, 82, 65, 17, 183, 129, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 205, 204, 172, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 69, 46, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 4, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 112, 196, 96, 63, 141, 40, 65, 65, 92, 123, 50, 61, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 68, 4, 0, 0, 2, 0, 69, 4, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 70, 4, 0, 0, 4, 0, 0, 0, 92, 143, 98, 64, 3, 0, 71, 4, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 49, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 182, 72, 250, 63, 35, 173, 94, 65, 46, 72, 129, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 154, 166, 95, 62, 172, 249, 137, 61, 114, 84, 11, 190, 250, 198, 118, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 62, 251, 255, 127, 62, 0, 0, 128, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 241, 235, 190, 56, 119, 202, 192, 128, 125, 166, 189, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 132, 83, 252, 64, 133, 173, 210, 193, 200, 196, 213, 191, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 100, 113, 39, 64, 55, 89, 120, 65, 232, 64, 184, 62, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 62, 0, 0, 128, 62, 0, 0, 128, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 47, 213, 61, 72, 66, 187, 192, 194, 205, 209, 63, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 176, 92, 87, 63, 185, 244, 177, 193, 136, 71, 162, 52, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 242, 193, 161, 64, 141, 77, 66, 65, 88, 165, 81, 63, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 40, 74, 190, 53, 246, 122, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 62, 0, 0, 128, 62, 0, 0, 128, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 160, 162, 169, 190, 168, 114, 176, 192, 228, 7, 24, 190, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 104, 34, 64, 191, 60, 114, 145, 193, 5, 184, 137, 54, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 3, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 51, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 71, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 72, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 73, 0, 0, 0, 4, 0, 0, 0, 1, 0, 112, 66, 3, 0, 74, 0, 0, 0, 4, 0, 0, 0, 0, 0, 122, 68, 3, 0, 75, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 76, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 65, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 77, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 2, 0, 78, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 79, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 80, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 81, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 82, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 83, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 0, 0, 0, 0, 0, 14, 0, 85, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 87, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 6, 0, 88, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 89, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 90, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 91, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 92, 0, 0, 0, 0, 0, 0, 0, 14, 0, 83, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 85, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 87, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 6, 0, 88, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 93, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 94, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 95, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 6, 0, 96, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 102, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 6, 0, 103, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 104, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 105, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 106, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 107, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 209, 204, 76, 61, 2, 0, 0, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 209, 204, 76, 61, 2, 0, 0, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 255, 255, 111, 193, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 156, 153, 25, 63, 209, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 65, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 156, 153, 25, 63, 209, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 1, 0, 112, 65, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 1, 0, 0, 191, 1, 0, 0, 63, 1, 0, 0, 191, 1, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 5, 0, 0, 64, 160, 153, 25, 63, 216, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 1, 0, 112, 193, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 1, 0, 0, 191, 1, 0, 0, 63, 1, 0, 0, 191, 1, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 5, 0, 0, 64, 160, 153, 25, 63, 216, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 131, 229, 135, 64, 0, 0, 224, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 192, 63, 157, 153, 25, 63, 211, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 4, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 34, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 52, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 5, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 34, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 52, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 5, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 5, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 170, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 178, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 6, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 239, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 32, 193, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 160, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 32, 193, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 252, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 6, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 6, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 5, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 6, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 186, 16, 192, 51, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 254, 255, 127, 63, 253, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 6, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 7, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 73, 159, 134, 192, 0, 0, 128, 63, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 192, 63, 154, 153, 25, 63, 205, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 239, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 160, 193, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 252, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 170, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 178, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 7, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 34, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 52, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 8, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 8, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 34, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 52, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 8, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 9, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 7, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 6, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 59, 32, 173, 53, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 1, 0, 128, 63, 1, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 9, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 127, 205, 169, 192, 248, 227, 254, 53, 170, 39, 54, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 76, 166, 170, 62, 0, 0, 0, 63, 0, 0, 160, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 9, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 216, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 232, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 252, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 4, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 9, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 10, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 100, 12, 119, 64, 0, 0, 160, 192, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 192, 63, 154, 153, 25, 63, 205, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 239, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 160, 193, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 32, 193, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 252, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 10, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 170, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 178, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 10, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 34, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 52, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 11, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 11, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 34, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 52, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 11, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 12, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 10, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 6, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 59, 32, 173, 53, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 1, 0, 128, 63, 1, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 9, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 95, 74, 149, 64, 250, 113, 15, 54, 168, 39, 54, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 76, 166, 170, 62, 0, 0, 0, 63, 0, 0, 160, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 12, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 216, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 12, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 232, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 252, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 12, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 13, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 13, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 73, 159, 134, 192, 0, 0, 64, 193, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 192, 63, 154, 153, 25, 63, 205, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 239, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 160, 193, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 252, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 13, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 170, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 178, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 13, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 180, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 13, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 13, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 34, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 52, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 14, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 34, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 52, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 14, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 15, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 14, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 6, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 59, 32, 173, 53, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 1, 0, 128, 63, 1, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 9, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 127, 205, 169, 192, 248, 227, 254, 53, 170, 39, 54, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 76, 166, 170, 62, 0, 0, 0, 63, 0, 0, 160, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 15, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 15, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 216, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 232, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 252, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 10, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 15, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 16, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 16, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 9, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 119, 53, 61, 65, 67, 62, 76, 193, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 63, 205, 204, 76, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 132, 16, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 9, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 216, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 247, 16, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 252, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 16, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 17, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 17, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 17, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 5, 17, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 16, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 17, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 16, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 119, 53, 61, 65, 191, 195, 104, 193, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 119, 190, 255, 62, 156, 153, 25, 63, 209, 204, 76, 61, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 141, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 67, 17, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 168, 53, 61, 65, 0, 0, 240, 64, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 168, 53, 61, 65, 202, 195, 104, 193, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 16, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 17, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 232, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 16, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 17, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 98, 5, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 17, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 17, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 1, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 134, 128, 64, 65, 41, 198, 208, 64, 0, 232, 9, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 1, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 18, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 169, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 6, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 57, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 130, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 18, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 219, 18, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 63, 0, 0, 0, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 64, 156, 69, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 18, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 18, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 5, 219, 143, 192, 226, 177, 190, 64, 161, 198, 135, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 5, 219, 143, 192, 226, 177, 190, 64, 110, 144, 138, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 217, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 196, 38, 156, 63, 226, 177, 190, 64, 161, 198, 135, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 219, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 196, 38, 156, 63, 226, 177, 190, 64, 110, 144, 138, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 122, 48, 198, 191, 156, 122, 203, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 164, 112, 53, 65, 236, 81, 184, 62, 154, 153, 225, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 108, 27, 4, 191, 176, 69, 234, 63, 194, 41, 153, 60, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 34, 15, 70, 192, 224, 139, 92, 63, 194, 41, 153, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 102, 102, 230, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 102, 102, 6, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 251, 124, 192, 0, 249, 27, 191, 194, 41, 153, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 205, 204, 44, 64, 154, 153, 225, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 244, 120, 109, 64, 128, 212, 20, 63, 112, 161, 78, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 102, 102, 158, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 244, 120, 109, 64, 128, 212, 20, 63, 76, 153, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 102, 102, 158, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 238, 37, 12, 192, 0, 216, 31, 63, 182, 151, 76, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 238, 37, 12, 192, 0, 216, 31, 63, 96, 242, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 38, 52, 189, 64, 96, 75, 34, 63, 82, 163, 249, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 236, 81, 56, 63, 0, 0, 144, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 109, 216, 61, 176, 242, 89, 191, 228, 180, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 72, 225, 218, 63, 215, 163, 48, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 109, 216, 61, 176, 242, 89, 191, 62, 103, 77, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 72, 225, 218, 63, 215, 163, 48, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 137, 138, 68, 64, 140, 203, 74, 64, 64, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 64, 206, 81, 191, 240, 98, 63, 191, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 205, 204, 44, 64, 92, 143, 2, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 208, 104, 170, 63, 184, 244, 10, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 85, 199, 189, 214, 200, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 215, 163, 48, 63, 102, 102, 102, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 118, 63, 244, 191, 38, 123, 183, 64, 68, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 238, 109, 112, 190, 242, 215, 120, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 195, 245, 40, 63, 102, 102, 230, 63, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 192, 190, 208, 64, 86, 106, 128, 64, 192, 99, 37, 62, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 233, 3, 53, 63, 0, 0, 0, 0, 254, 5, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 242, 237, 47, 64, 128, 141, 184, 190, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 215, 163, 224, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 56, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 15, 212, 58, 192, 192, 95, 233, 190, 68, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 215, 163, 224, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 56, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 232, 164, 185, 64, 152, 237, 169, 63, 188, 4, 33, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 128, 12, 57, 49, 110, 15, 223, 49, 244, 4, 53, 191, 241, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 1, 0, 128, 63, 1, 0, 128, 63, 3, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 19, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 195, 96, 63, 140, 164, 133, 65, 214, 115, 50, 61, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 192, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 49, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 0, 102, 63, 159, 33, 82, 65, 11, 129, 112, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 205, 204, 172, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 174, 35, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 0, 102, 63, 159, 33, 82, 65, 17, 183, 129, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 205, 204, 172, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 41, 92, 143, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 69, 46, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 112, 196, 96, 63, 141, 40, 65, 65, 92, 123, 50, 61, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 68, 4, 0, 0, 2, 0, 69, 4, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 70, 4, 0, 0, 4, 0, 0, 0, 92, 143, 98, 64, 3, 0, 71, 4, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 0, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 49, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 19, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 64, 0, 0, 0, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 15, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 20, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 19, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 18, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 51, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 55, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 15, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 19, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 51, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 71, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 72, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 73, 0, 0, 0, 4, 0, 0, 0, 1, 0, 112, 66, 3, 0, 74, 0, 0, 0, 4, 0, 0, 0, 0, 0, 122, 68, 3, 0, 75, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 76, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 65, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 77, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 2, 0, 78, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 79, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 80, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 81, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 82, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 83, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 0, 0, 0, 0, 0, 14, 0, 85, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 87, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 6, 0, 88, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 89, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 90, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 91, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 92, 0, 0, 0, 0, 0, 0, 0, 14, 0, 83, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 85, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 87, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 6, 0, 88, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 93, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 94, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 95, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 6, 0, 96, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 66, 19, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 19, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 68, 19, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69, 19, 0, 0, 1, 0, 0, 0, 1, 1, 0, 70, 19, 0, 0, 1, 0, 0, 0, 1, 1, 0, 71, 19, 0, 0, 1, 0, 0, 0, 0, 2, 0, 72, 19, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 73, 19, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 2, 0, 74, 19, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 75, 19, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 76, 19, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 19, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 19, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 19, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 19, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 19, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 19, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 66, 19, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 19, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 19, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 49, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 19, 0, 0, 0, 0, 15, 0, 89, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 90, 19, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 91, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 93, 19, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 19, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 95, 19, 0, 0, 4, 0, 0, 0, 0, 0, 64, 64, 3, 0, 96, 19, 0, 0, 4, 0, 0, 0, 0, 0, 72, 68, 3, 0, 97, 19, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 98, 19, 0, 0, 4, 0, 0, 0, 0, 0, 128, 64, 3, 0, 99, 19, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 100, 19, 0, 0, 4, 0, 0, 0, 255, 255, 127, 127, 3, 0, 101, 19, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 1, 0, 102, 19, 0, 0, 1, 0, 0, 0, 0, 15, 0, 103, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 19, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 50, 67, 149, 65, 221, 227, 202, 65, 211, 3, 207, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 64, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 64, 64, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 55, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 15, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 19, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 19, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 19, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 19, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 19, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 184, 156, 114, 65, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 19, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 19, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 117, 19, 0, 0, 4, 0, 0, 0, 118, 19, 0, 0, 14, 0, 119, 19, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 19, 0, 0, 0, 0, 6, 0, 76, 0, 0, 0, 4, 0, 0, 0, 200, 0, 0, 0, 2, 0, 121, 19, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 122, 19, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 123, 19, 0, 0, 1, 0, 0, 0, 0, 3, 0, 124, 19, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 125, 19, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 3, 0, 126, 19, 0, 0, 4, 0, 0, 0, 154, 153, 153, 62, 2, 0, 127, 19, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 14, 0, 128, 19, 0, 0, 0, 0, 0, 0, 3, 0, 129, 19, 0, 0, 4, 0, 0, 0, 0, 0, 240, 192, 3, 0, 130, 19, 0, 0, 4, 0, 0, 0, 0, 0, 240, 64, 3, 0, 131, 19, 0, 0, 4, 0, 0, 0, 0, 0, 16, 192, 3, 0, 132, 19, 0, 0, 4, 0, 0, 0, 0, 0, 16, 64, 0, 0, 1, 0, 133, 19, 0, 0, 1, 0, 0, 0, 0, 1, 0, 134, 19, 0, 0, 1, 0, 0, 0, 1, 14, 0, 135, 19, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 19, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 96, 73, 223, 191, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 205, 204, 76, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 156, 19, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 216, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 57, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 20, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 95, 20, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 216, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 196, 20, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 57, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 20, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 21, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 19, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 20, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 20, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 8, 67, 168, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 21, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 16, 184, 30, 63, 74, 5, 8, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 245, 200, 34, 194, 16, 184, 30, 63, 238, 112, 3, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 130, 120, 51, 63, 173, 5, 189, 61, 175, 5, 189, 189, 124, 120, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 54, 39, 67, 194, 68, 165, 129, 63, 124, 7, 236, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 187, 137, 48, 63, 227, 29, 32, 62, 44, 105, 86, 190, 166, 230, 44, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 82, 228, 94, 194, 76, 117, 215, 63, 240, 79, 193, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 160, 248, 42, 63, 201, 226, 109, 62, 56, 175, 157, 190, 146, 242, 34, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 219, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 211, 254, 115, 194, 14, 174, 40, 64, 120, 164, 137, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 237, 217, 36, 63, 113, 143, 149, 62, 42, 192, 210, 190, 227, 47, 19, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 71, 149, 128, 194, 196, 103, 82, 64, 140, 160, 17, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 31, 174, 25, 63, 202, 80, 191, 62, 9, 95, 247, 190, 113, 44, 4, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 75, 212, 130, 194, 28, 163, 96, 64, 97, 151, 207, 190, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 41, 225, 11, 63, 38, 204, 229, 62, 40, 225, 11, 191, 39, 204, 229, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 245, 200, 34, 66, 16, 184, 30, 63, 88, 42, 254, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 185, 5, 189, 61, 126, 120, 51, 191, 128, 120, 51, 63, 185, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 125, 222, 129, 193, 136, 68, 162, 64, 234, 198, 4, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 111, 254, 145, 61, 219, 24, 52, 191, 221, 24, 52, 63, 58, 254, 145, 189, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 0, 0, 128, 63, 254, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 243, 200, 34, 194, 16, 184, 30, 63, 142, 50, 0, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 163, 5, 189, 61, 128, 120, 51, 63, 127, 120, 51, 191, 163, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 54, 39, 67, 194, 64, 165, 129, 63, 188, 138, 229, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 31, 105, 86, 190, 170, 230, 44, 191, 184, 137, 48, 63, 221, 29, 32, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 82, 228, 94, 194, 76, 117, 215, 63, 50, 211, 186, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 47, 175, 157, 190, 151, 242, 34, 191, 157, 248, 42, 63, 203, 226, 109, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 209, 254, 115, 194, 10, 174, 40, 64, 186, 39, 131, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 34, 192, 210, 190, 231, 47, 19, 191, 234, 217, 36, 63, 118, 143, 149, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 22, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 71, 149, 128, 194, 196, 103, 82, 64, 18, 167, 4, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 251, 94, 247, 190, 122, 44, 4, 191, 27, 174, 25, 63, 210, 80, 191, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 13, 51, 67, 66, 16, 184, 30, 63, 252, 79, 227, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 180, 103, 59, 190, 236, 217, 46, 63, 234, 217, 46, 191, 182, 103, 59, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 202, 8, 95, 66, 16, 184, 30, 63, 112, 152, 184, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 215, 139, 138, 62, 115, 61, 39, 191, 117, 61, 39, 63, 214, 139, 138, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 143, 100, 116, 66, 16, 184, 30, 63, 246, 236, 128, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 243, 4, 181, 62, 112, 196, 28, 191, 113, 196, 28, 63, 243, 4, 181, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 223, 232, 128, 66, 16, 184, 30, 63, 138, 49, 0, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 44, 101, 220, 190, 192, 156, 15, 63, 189, 156, 15, 191, 46, 101, 220, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 51, 131, 66, 16, 184, 30, 63, 104, 36, 47, 191, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 63, 255, 255, 255, 190, 0, 0, 0, 63, 0, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 223, 232, 128, 66, 16, 184, 30, 63, 23, 22, 22, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 193, 156, 15, 63, 38, 101, 220, 190, 42, 101, 220, 62, 191, 156, 15, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 141, 100, 116, 66, 16, 184, 30, 63, 60, 223, 139, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 115, 196, 28, 63, 240, 4, 181, 190, 244, 4, 181, 62, 111, 196, 28, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 243, 200, 34, 66, 16, 184, 30, 63, 79, 142, 4, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 160, 231, 51, 63, 78, 116, 160, 189, 77, 116, 160, 61, 158, 231, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 51, 67, 66, 16, 184, 30, 63, 62, 66, 238, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 239, 217, 46, 63, 159, 103, 59, 190, 161, 103, 59, 62, 234, 217, 46, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 201, 8, 95, 66, 16, 184, 30, 63, 182, 138, 195, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 118, 61, 39, 63, 210, 139, 138, 190, 210, 139, 138, 62, 116, 61, 39, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 254, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 67, 128, 154, 190, 120, 107, 26, 191, 18, 79, 167, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 67, 94, 6, 194, 120, 107, 26, 191, 194, 198, 163, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 165, 123, 52, 63, 169, 204, 94, 61, 168, 204, 94, 189, 160, 123, 52, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 202, 39, 29, 194, 128, 27, 180, 190, 38, 27, 147, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 187, 137, 48, 63, 227, 29, 32, 62, 44, 105, 86, 190, 166, 230, 44, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 248, 174, 48, 194, 192, 74, 158, 61, 184, 44, 113, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 211, 112, 46, 63, 255, 109, 79, 62, 210, 171, 141, 190, 52, 135, 37, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 84, 138, 63, 194, 16, 210, 47, 63, 23, 14, 44, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 237, 217, 36, 63, 113, 143, 149, 62, 42, 192, 210, 190, 227, 47, 19, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 8, 208, 72, 194, 160, 81, 141, 63, 129, 32, 183, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 31, 174, 25, 63, 202, 80, 191, 62, 9, 95, 247, 190, 113, 44, 4, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 167, 249, 75, 194, 24, 137, 159, 63, 8, 239, 165, 190, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 41, 225, 11, 63, 38, 204, 229, 62, 40, 225, 11, 191, 39, 204, 229, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 76, 80, 79, 193, 228, 179, 15, 64, 210, 130, 164, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 111, 254, 145, 61, 219, 24, 52, 191, 221, 24, 52, 63, 58, 254, 145, 189, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 0, 0, 128, 63, 254, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 67, 94, 6, 194, 120, 107, 26, 191, 72, 151, 158, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 163, 5, 189, 61, 128, 120, 51, 63, 127, 120, 51, 191, 163, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 202, 39, 29, 194, 128, 27, 180, 190, 170, 235, 141, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 180, 99, 76, 190, 85, 115, 45, 191, 131, 71, 49, 63, 147, 78, 22, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 248, 174, 48, 194, 192, 74, 158, 61, 195, 205, 102, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 25, 66, 143, 190, 84, 74, 37, 191, 201, 29, 46, 63, 63, 113, 82, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 84, 138, 63, 194, 8, 210, 47, 63, 36, 175, 33, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 227, 136, 206, 190, 165, 32, 20, 191, 7, 46, 38, 63, 165, 204, 145, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 8, 208, 72, 194, 160, 81, 141, 63, 156, 98, 162, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 251, 94, 247, 190, 122, 44, 4, 191, 27, 174, 25, 63, 210, 80, 191, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 208, 198, 19, 66, 120, 107, 26, 191, 134, 151, 140, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 254, 63, 195, 189, 211, 93, 51, 63, 209, 93, 51, 191, 255, 63, 195, 189, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 160, 109, 43, 66, 120, 107, 26, 191, 14, 36, 107, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 163, 69, 43, 63, 217, 101, 106, 62, 220, 101, 106, 190, 162, 69, 43, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 254, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 118, 58, 66, 120, 107, 26, 191, 105, 5, 38, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 71, 0, 173, 62, 191, 3, 31, 191, 193, 3, 31, 63, 69, 0, 173, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 184, 234, 67, 66, 120, 107, 26, 191, 39, 15, 171, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 54, 215, 212, 190, 239, 110, 18, 63, 235, 110, 18, 191, 56, 215, 212, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 36, 71, 66, 120, 107, 26, 191, 16, 53, 89, 189, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 63, 255, 255, 255, 190, 0, 0, 0, 63, 0, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 49, 170, 68, 66, 120, 107, 26, 191, 21, 118, 171, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 220, 110, 13, 63, 60, 246, 225, 190, 62, 246, 225, 62, 221, 110, 13, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 106, 188, 60, 66, 120, 107, 26, 191, 132, 176, 36, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 115, 196, 28, 63, 240, 4, 181, 190, 244, 4, 181, 62, 111, 196, 28, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 187, 72, 3, 66, 120, 107, 26, 191, 248, 23, 160, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 129, 120, 51, 63, 138, 5, 189, 189, 140, 5, 189, 61, 126, 120, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 151, 26, 26, 66, 120, 107, 26, 191, 90, 108, 143, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 154, 196, 48, 63, 77, 1, 28, 190, 79, 1, 28, 62, 148, 196, 48, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 254, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 217, 18, 46, 66, 120, 107, 26, 191, 25, 78, 107, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 45, 122, 41, 63, 130, 106, 126, 190, 132, 106, 126, 62, 41, 122, 41, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 21, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 21, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 46, 189, 59, 179, 0, 0, 128, 63, 46, 189, 59, 179, 237, 173, 9, 39, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 255, 184, 66, 66, 96, 246, 219, 191, 9, 205, 142, 182, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 236, 26, 188, 189, 251, 234, 126, 63, 172, 242, 137, 49, 7, 242, 58, 179, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 227, 147, 0, 64, 208, 204, 204, 61, 106, 79, 146, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 22, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 8, 76, 130, 65, 96, 64, 129, 191, 170, 38, 224, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 35, 89, 240, 61, 36, 59, 126, 63, 186, 66, 176, 177, 20, 113, 58, 179, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 5, 0, 64, 64, 205, 204, 204, 61, 4, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 22, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 128, 189, 14, 191, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 48, 65, 8, 0, 48, 65, 8, 0, 48, 65, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 205, 204, 76, 62, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 4, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 8, 67, 168, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 22, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 0, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 20, 184, 30, 63, 26, 102, 6, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 245, 200, 34, 194, 20, 184, 30, 63, 190, 209, 1, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 130, 120, 51, 63, 173, 5, 189, 61, 175, 5, 189, 189, 124, 120, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 54, 39, 67, 194, 68, 165, 129, 63, 28, 201, 232, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 187, 137, 48, 63, 227, 29, 32, 62, 44, 105, 86, 190, 166, 230, 44, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 82, 228, 94, 194, 77, 117, 215, 63, 145, 17, 190, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 160, 248, 42, 63, 201, 226, 109, 62, 56, 175, 157, 190, 146, 242, 34, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 219, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 211, 254, 115, 194, 14, 174, 40, 64, 24, 102, 134, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 237, 217, 36, 63, 113, 143, 149, 62, 42, 192, 210, 190, 227, 47, 19, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 71, 149, 128, 194, 197, 103, 82, 64, 205, 35, 11, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 31, 174, 25, 63, 202, 80, 191, 62, 9, 95, 247, 190, 113, 44, 4, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 75, 212, 130, 194, 28, 163, 96, 64, 90, 255, 125, 54, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 41, 225, 11, 63, 38, 204, 229, 62, 40, 225, 11, 191, 39, 204, 229, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 245, 200, 34, 66, 20, 184, 30, 63, 92, 180, 0, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 185, 5, 189, 61, 126, 120, 51, 191, 128, 120, 51, 63, 185, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 125, 222, 129, 193, 137, 68, 162, 64, 26, 102, 6, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 111, 254, 145, 61, 219, 24, 52, 191, 221, 24, 52, 63, 58, 254, 145, 189, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 0, 0, 128, 63, 254, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 243, 200, 34, 194, 20, 184, 30, 63, 190, 209, 1, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 163, 5, 189, 61, 128, 120, 51, 63, 127, 120, 51, 191, 163, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 54, 39, 67, 194, 65, 165, 129, 63, 28, 201, 232, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 31, 105, 86, 190, 170, 230, 44, 191, 184, 137, 48, 63, 221, 29, 32, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 82, 228, 94, 194, 77, 117, 215, 63, 146, 17, 190, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 47, 175, 157, 190, 151, 242, 34, 191, 157, 248, 42, 63, 203, 226, 109, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 209, 254, 115, 194, 10, 174, 40, 64, 26, 102, 134, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 34, 192, 210, 190, 231, 47, 19, 191, 234, 217, 36, 63, 118, 143, 149, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 22, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 71, 149, 128, 194, 197, 103, 82, 64, 209, 35, 11, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 251, 94, 247, 190, 122, 44, 4, 191, 27, 174, 25, 63, 210, 80, 191, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 13, 51, 67, 66, 20, 184, 30, 63, 91, 142, 230, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 180, 103, 59, 190, 236, 217, 46, 63, 234, 217, 46, 191, 182, 103, 59, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 202, 8, 95, 66, 20, 184, 30, 63, 208, 214, 187, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 215, 139, 138, 62, 115, 61, 39, 191, 117, 61, 39, 63, 214, 139, 138, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 143, 100, 116, 66, 20, 184, 30, 63, 86, 43, 132, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 243, 4, 181, 62, 112, 196, 28, 191, 113, 196, 28, 63, 243, 4, 181, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 223, 232, 128, 66, 20, 184, 30, 63, 73, 174, 6, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 44, 101, 220, 190, 192, 156, 15, 63, 189, 156, 15, 191, 46, 101, 220, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 51, 131, 66, 20, 184, 30, 63, 241, 176, 142, 190, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 63, 255, 255, 255, 190, 0, 0, 0, 63, 0, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 223, 232, 128, 66, 20, 184, 30, 63, 88, 153, 15, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 193, 156, 15, 63, 38, 101, 220, 190, 42, 101, 220, 62, 191, 156, 15, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 141, 100, 116, 66, 20, 184, 30, 63, 221, 160, 136, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 115, 196, 28, 63, 240, 4, 181, 190, 244, 4, 181, 62, 111, 196, 28, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 243, 200, 34, 66, 20, 184, 30, 63, 31, 239, 2, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 160, 231, 51, 63, 78, 116, 160, 189, 77, 116, 160, 61, 158, 231, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 51, 67, 66, 20, 184, 30, 63, 222, 3, 235, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 239, 217, 46, 63, 159, 103, 59, 190, 161, 103, 59, 62, 234, 217, 46, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 201, 8, 95, 66, 20, 184, 30, 63, 86, 76, 192, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 118, 61, 39, 63, 210, 139, 138, 190, 210, 139, 138, 62, 116, 61, 39, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 254, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 67, 128, 154, 190, 119, 107, 26, 191, 178, 16, 164, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 67, 94, 6, 194, 119, 107, 26, 191, 99, 136, 160, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 165, 123, 52, 63, 169, 204, 94, 61, 168, 204, 94, 189, 160, 123, 52, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 202, 39, 29, 194, 122, 27, 180, 190, 198, 220, 143, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 187, 137, 48, 63, 227, 29, 32, 62, 44, 105, 86, 190, 166, 230, 44, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 248, 174, 48, 194, 193, 74, 158, 61, 249, 175, 106, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 211, 112, 46, 63, 255, 109, 79, 62, 210, 171, 141, 190, 52, 135, 37, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 84, 138, 63, 194, 18, 210, 47, 63, 88, 145, 37, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 237, 217, 36, 63, 113, 143, 149, 62, 42, 192, 210, 190, 227, 47, 19, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 8, 208, 72, 194, 160, 81, 141, 63, 3, 39, 170, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 31, 174, 25, 63, 202, 80, 191, 62, 9, 95, 247, 190, 113, 44, 4, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 167, 249, 75, 194, 26, 137, 159, 63, 98, 163, 166, 61, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 41, 225, 11, 63, 38, 204, 229, 62, 40, 225, 11, 191, 39, 204, 229, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 76, 80, 79, 193, 229, 179, 15, 64, 49, 193, 167, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 111, 254, 145, 61, 219, 24, 52, 191, 221, 24, 52, 63, 58, 254, 145, 189, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 0, 0, 128, 63, 254, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 67, 94, 6, 194, 119, 107, 26, 191, 167, 213, 161, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 163, 5, 189, 61, 128, 120, 51, 63, 127, 120, 51, 191, 163, 5, 189, 61, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 202, 39, 29, 194, 128, 27, 180, 190, 10, 42, 145, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 180, 99, 76, 190, 85, 115, 45, 191, 131, 71, 49, 63, 147, 78, 22, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 255, 255, 127, 63, 255, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 248, 174, 48, 194, 193, 74, 158, 61, 130, 74, 109, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 25, 66, 143, 190, 84, 74, 37, 191, 201, 29, 46, 63, 63, 113, 82, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 84, 138, 63, 194, 9, 210, 47, 63, 227, 43, 40, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 227, 136, 206, 190, 165, 32, 20, 191, 7, 46, 38, 63, 165, 204, 145, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 8, 208, 72, 194, 160, 81, 141, 63, 26, 92, 175, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 251, 94, 247, 190, 122, 44, 4, 191, 27, 174, 25, 63, 210, 80, 191, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 208, 198, 19, 66, 119, 107, 26, 191, 230, 213, 143, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 254, 63, 195, 189, 211, 93, 51, 63, 209, 93, 51, 191, 255, 63, 195, 189, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 160, 109, 43, 66, 119, 107, 26, 191, 205, 160, 113, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 163, 69, 43, 63, 217, 101, 106, 62, 220, 101, 106, 190, 162, 69, 43, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 254, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 118, 58, 66, 119, 107, 26, 191, 40, 130, 44, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 71, 0, 173, 62, 191, 3, 31, 191, 193, 3, 31, 63, 69, 0, 173, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 184, 234, 67, 66, 119, 107, 26, 191, 165, 8, 184, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 54, 215, 212, 190, 239, 110, 18, 63, 235, 110, 18, 191, 56, 215, 212, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 36, 71, 66, 119, 107, 26, 191, 62, 113, 180, 62, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 63, 255, 255, 255, 190, 0, 0, 0, 63, 0, 0, 0, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 49, 170, 68, 66, 119, 107, 26, 191, 151, 124, 158, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 220, 110, 13, 63, 60, 246, 225, 190, 62, 246, 225, 62, 221, 110, 13, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 106, 188, 60, 66, 119, 107, 26, 191, 197, 51, 30, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 115, 196, 28, 63, 240, 4, 181, 190, 244, 4, 181, 62, 111, 196, 28, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 187, 72, 3, 66, 119, 107, 26, 191, 152, 217, 156, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 129, 120, 51, 63, 138, 5, 189, 189, 140, 5, 189, 61, 126, 120, 51, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 255, 255, 127, 63, 255, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 151, 26, 26, 66, 119, 107, 26, 191, 250, 45, 140, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 154, 196, 48, 63, 77, 1, 28, 190, 79, 1, 28, 62, 148, 196, 48, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 254, 255, 127, 63, 254, 255, 127, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 21, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 217, 18, 46, 66, 119, 107, 26, 191, 90, 209, 100, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 45, 122, 41, 63, 130, 106, 126, 190, 132, 106, 126, 62, 41, 122, 41, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 21, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 21, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 46, 189, 59, 179, 0, 0, 128, 63, 46, 189, 59, 179, 237, 173, 9, 39, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 255, 184, 66, 66, 96, 246, 219, 191, 9, 205, 142, 182, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 236, 26, 188, 189, 251, 234, 126, 63, 172, 242, 137, 49, 7, 242, 58, 179, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 227, 147, 0, 64, 208, 204, 204, 61, 106, 79, 146, 64, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 22, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 8, 76, 130, 65, 96, 64, 129, 191, 170, 38, 224, 193, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 35, 89, 240, 61, 36, 59, 126, 63, 186, 66, 176, 177, 20, 113, 58, 179, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 5, 0, 64, 64, 205, 204, 204, 61, 4, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 22, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 128, 189, 14, 191, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 48, 65, 8, 0, 48, 65, 8, 0, 48, 65, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 205, 204, 76, 62, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 22, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 22, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 160, 66, 0, 0, 224, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 205, 204, 204, 61, 0, 0, 128, 63, 51, 51, 43, 65, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 22, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 22, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 232, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 66, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 85, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 23, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 239, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 66, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 22, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 23, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 23, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 23, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 23, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 160, 194, 0, 0, 224, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 205, 204, 204, 61, 0, 0, 128, 63, 51, 51, 43, 65, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 23, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 23, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 232, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 66, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 85, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 24, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 239, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 66, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 23, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 23, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 24, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 23, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 24, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 224, 64, 0, 0, 160, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 205, 204, 204, 61, 0, 0, 128, 63, 51, 51, 43, 65, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 24, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 232, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 66, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 24, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 85, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 24, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 239, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 66, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 24, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 23, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 25, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 23, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 25, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 224, 64, 0, 0, 160, 194, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 242, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 205, 204, 204, 61, 0, 0, 128, 63, 51, 51, 43, 65, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 25, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 182, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 42, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 232, 9, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 66, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 85, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 25, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 128, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 10, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 25, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 239, 6, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 143, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 66, 23, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 25, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 168, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 23, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 171, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 0, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 26, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 23, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 1, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 26, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 191, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 48, 65, 0, 0, 48, 65, 0, 0, 48, 65, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 219, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 26, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 26, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 26, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 102, 102, 166, 63, 102, 102, 166, 63, 102, 102, 166, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 26, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 19, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 26, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 26, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 174, 71, 225, 61, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 191, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 200, 66, 4, 0, 200, 66, 4, 0, 200, 66, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 26, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 26, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 26, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 1, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 1, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 26, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 169, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 57, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 231, 26, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 233, 26, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 176, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 174, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 26, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 235, 26, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 151, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 253, 26, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 26, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 172, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 190, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 12, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 11, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 32, 65, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 17, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 19, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 21, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 25, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 30, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 33, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 35, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 39, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 166, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 199, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 44, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 47, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 153, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 55, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 57, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 59, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 65, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 77, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 86, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 250, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 9, 0, 34, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 102, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 8, 0, 34, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 7, 0, 34, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 108, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 110, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 114, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 1, 0, 34, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 124, 2, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 231, 26, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 174, 27, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 173, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 169, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 135, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 152, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 159, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 162, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 163, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 69, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 165, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 166, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 167, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 168, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 169, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 170, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 171, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 175, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 176, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 177, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 178, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 180, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 181, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 183, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 184, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 88, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 186, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 38, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 188, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 189, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 191, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 192, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 193, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 194, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 195, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 99, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 196, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 94, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 197, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 172, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 198, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 171, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 199, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 170, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 200, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 201, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 203, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 204, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 206, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 207, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 209, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 147, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 210, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 212, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 214, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 215, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 103, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 216, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 217, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 218, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 219, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 220, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 221, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 222, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 224, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 226, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 227, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 228, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 230, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 231, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 233, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 141, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 235, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 237, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 239, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 240, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 157, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 242, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 243, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 244, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 245, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 158, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 246, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 247, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 248, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 249, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 250, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 143, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 251, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 142, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 252, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 253, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 145, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 254, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 144, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 255, 2, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 0, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 147, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 1, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 146, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 2, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 4, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 151, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 149, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 6, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 148, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 7, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 150, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 8, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 9, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 152, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 10, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 3, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 11, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 156, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 12, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 154, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 153, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 14, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 155, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 16, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 17, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 18, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 136, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 19, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 236, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 21, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 22, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 23, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 24, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 135, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 26, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 137, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 29, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 30, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 32, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 138, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 34, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 139, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 35, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 140, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 160, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 37, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 159, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 39, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 166, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 41, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 165, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 161, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 43, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 163, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 44, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 45, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 164, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 168, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 167, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 2, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 55, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 57, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 59, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 62, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 63, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 26, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 66, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 67, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 68, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 70, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 71, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 72, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 73, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 74, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 76, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 77, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 78, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 80, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 81, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 82, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 83, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 85, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 86, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 87, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 89, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 90, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 91, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 93, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 96, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 97, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 37, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 98, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 100, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 101, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 102, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 103, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 104, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 106, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 107, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 109, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 110, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 111, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 113, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 114, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 115, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 33, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 116, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 117, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 118, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 119, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 120, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 121, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 48, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 122, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 123, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 124, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 125, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 50, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 126, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 49, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 127, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 203, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 64, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 128, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 179, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 130, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 192, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 131, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 132, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 174, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 133, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 197, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 134, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 182, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 135, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 176, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 47, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 136, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 187, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 54, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 137, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 184, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 52, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 138, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 139, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 201, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 140, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 205, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 141, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 208, 1, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 142, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 56, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 143, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 144, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 46, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 145, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 61, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 146, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 51, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 147, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 148, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 32, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 150, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 137, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 151, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 153, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 154, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 155, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 145, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 156, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 157, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 158, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 159, 3, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 160, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 161, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 27, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 176, 27, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 162, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 177, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 164, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 149, 90, 66, 253, 255, 31, 65, 140, 166, 6, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 84, 231, 121, 179, 152, 132, 103, 191, 29, 85, 179, 50, 187, 127, 218, 62, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 154, 153, 153, 63, 149, 153, 153, 63, 154, 153, 153, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 178, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 149, 1, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 3, 0, 34, 0, 0, 0, 4, 0, 0, 0, 0, 64, 156, 69, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 172, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 180, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 173, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 139, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 179, 27, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 174, 3, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 18, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 175, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 185, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 185, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 5, 219, 143, 192, 226, 177, 190, 64, 161, 198, 135, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 186, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 187, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 181, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 187, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 211, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 5, 219, 143, 192, 226, 177, 190, 64, 110, 144, 138, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 190, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 213, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 182, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 191, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 192, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 193, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 217, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 196, 38, 156, 63, 226, 177, 190, 64, 161, 198, 135, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 194, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 219, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 183, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 196, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 197, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 223, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 196, 38, 156, 63, 226, 177, 190, 64, 110, 144, 138, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 198, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 184, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 62, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 199, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 200, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 201, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 229, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 122, 48, 198, 191, 156, 122, 203, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 164, 112, 53, 65, 236, 81, 184, 62, 154, 153, 225, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 64, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 202, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 232, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 108, 27, 4, 191, 176, 69, 234, 63, 194, 41, 153, 60, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 203, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 234, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 204, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 34, 15, 70, 192, 224, 139, 92, 63, 194, 41, 153, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 205, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 102, 102, 230, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 102, 102, 6, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 206, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 12, 251, 124, 192, 0, 249, 27, 191, 194, 41, 153, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 207, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 205, 204, 44, 64, 154, 153, 225, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 208, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 244, 120, 109, 64, 128, 212, 20, 63, 112, 161, 78, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 209, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 102, 102, 158, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 210, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 244, 120, 109, 64, 128, 212, 20, 63, 76, 153, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 211, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 102, 102, 158, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 212, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 238, 37, 12, 192, 0, 216, 31, 63, 182, 151, 76, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 244, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 238, 37, 12, 192, 0, 216, 31, 63, 96, 242, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 215, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 154, 153, 25, 64, 0, 0, 144, 64, 236, 81, 56, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 216, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 38, 52, 189, 64, 96, 75, 34, 63, 82, 163, 249, 188, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 217, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 236, 81, 56, 63, 0, 0, 144, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 218, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 109, 216, 61, 176, 242, 89, 191, 228, 180, 75, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 219, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 72, 225, 218, 63, 215, 163, 48, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 220, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 109, 216, 61, 176, 242, 89, 191, 62, 103, 77, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 221, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 64, 72, 225, 218, 63, 215, 163, 48, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 222, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 3, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 137, 138, 68, 64, 140, 203, 74, 64, 64, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 5, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 224, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 64, 206, 81, 191, 240, 98, 63, 191, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 225, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 205, 204, 44, 64, 92, 143, 2, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 226, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 208, 104, 170, 63, 184, 244, 10, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 85, 199, 189, 214, 200, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 227, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 215, 163, 48, 63, 102, 102, 102, 64, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 228, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 13, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 118, 63, 244, 191, 38, 123, 183, 64, 68, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 229, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 15, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 230, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 241, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 238, 109, 112, 190, 242, 215, 120, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 231, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 195, 245, 40, 63, 102, 102, 230, 63, 92, 143, 178, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 232, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 20, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 192, 190, 208, 64, 86, 106, 128, 64, 192, 99, 37, 62, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 233, 3, 53, 63, 0, 0, 0, 0, 254, 5, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 233, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 188, 3, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 189, 3, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 234, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 123, 20, 238, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 195, 3, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 235, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 25, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 242, 237, 47, 64, 128, 141, 184, 190, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 236, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 237, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 215, 163, 224, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 56, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 238, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 31, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 15, 212, 58, 192, 192, 95, 233, 190, 68, 51, 141, 185, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 239, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 240, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 215, 163, 224, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 56, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 241, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 36, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 232, 164, 185, 64, 152, 237, 169, 63, 188, 4, 33, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 128, 12, 57, 49, 110, 15, 223, 49, 244, 4, 53, 191, 241, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 1, 0, 128, 63, 1, 0, 128, 63, 3, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 242, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 38, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 19, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 243, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 40, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 240, 195, 96, 63, 140, 164, 133, 65, 214, 115, 50, 61, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 244, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 42, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 245, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 192, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 246, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 247, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 27, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 49, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 249, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 0, 102, 63, 159, 33, 82, 65, 11, 129, 112, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 250, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 251, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 205, 204, 172, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 205, 204, 204, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 252, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 174, 35, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 253, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 27, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 254, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 58, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 0, 102, 63, 159, 33, 82, 65, 17, 183, 129, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 255, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 60, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 53, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 205, 204, 172, 64, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 236, 81, 184, 62, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 111, 18, 131, 58, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 41, 92, 143, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 1, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 69, 46, 192, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 2, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 27, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 208, 3, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 3, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 65, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 112, 196, 96, 63, 141, 40, 65, 65, 92, 123, 50, 61, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 208, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 248, 27, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 68, 4, 0, 0, 2, 0, 69, 4, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 70, 4, 0, 0, 4, 0, 0, 0, 92, 143, 98, 64, 3, 0, 71, 4, 0, 0, 4, 0, 0, 0, 236, 81, 184, 63, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 5, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 6, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 49, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 7, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 8, 12, 33, 66, 35, 37, 42, 66, 170, 84, 32, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 208, 41, 124, 190, 38, 209, 87, 63, 117, 235, 152, 189, 128, 210, 241, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 248, 81, 56, 63, 223, 81, 56, 63, 248, 81, 56, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 8, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 9, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 241, 235, 190, 56, 119, 202, 192, 128, 125, 166, 189, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 10, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 11, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 12, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 13, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 132, 83, 252, 64, 133, 173, 210, 193, 200, 196, 213, 191, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 14, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 15, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 49, 230, 75, 66, 35, 37, 42, 66, 188, 126, 95, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 96, 90, 104, 51, 152, 132, 103, 63, 140, 65, 47, 51, 190, 127, 218, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 245, 81, 56, 63, 232, 81, 56, 63, 245, 81, 56, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 16, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 17, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 47, 213, 61, 72, 66, 187, 192, 194, 205, 209, 63, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 18, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 19, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 20, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 21, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 176, 92, 87, 63, 185, 244, 177, 193, 136, 71, 162, 52, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 22, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 23, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 195, 113, 62, 66, 6, 198, 22, 66, 58, 141, 173, 65, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 48, 21, 24, 190, 38, 246, 98, 63, 58, 47, 5, 62, 218, 50, 214, 190, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 250, 81, 56, 63, 238, 81, 56, 63, 250, 81, 56, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 24, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 25, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 160, 162, 169, 190, 168, 114, 176, 192, 228, 7, 24, 190, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 26, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 27, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 28, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 29, 28, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 30, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 104, 34, 64, 191, 60, 114, 145, 193, 5, 184, 137, 54, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 31, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 19, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 32, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 33, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 15, 46, 57, 66, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 2, 0, 128, 63, 2, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 34, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 37, 28, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 38, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 36, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 35, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 40, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 41, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 43, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 44, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 45, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 42, 28, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 28, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 39, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 255, 255, 139, 66, 10, 46, 25, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 191, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 205, 204, 76, 63, 206, 204, 76, 63, 206, 204, 76, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 57, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 240, 182, 64, 59, 89, 63, 0, 0, 128, 182, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 177, 0, 0, 128, 49, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 254, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 58, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 0, 0, 192, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 28, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 60, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 2, 0, 208, 54, 10, 194, 184, 64, 233, 19, 2, 55, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 2, 0, 0, 178, 1, 0, 64, 178, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 62, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 68, 4, 0, 0, 2, 0, 69, 4, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 70, 4, 0, 0, 4, 0, 0, 0, 0, 0, 48, 65, 3, 0, 71, 4, 0, 0, 4, 0, 0, 0, 0, 0, 144, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 28, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 63, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 240, 217, 215, 192, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 65, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 28, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 28, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 68, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 69, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 68, 29, 83, 193, 231, 47, 75, 66, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 63, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 63, 2, 0, 0, 63, 2, 0, 0, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 70, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 8, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 37, 28, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 14, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 73, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 72, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 71, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 75, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 76, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 78, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 79, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 80, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 28, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 28, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 74, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 56, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 255, 255, 139, 66, 10, 46, 25, 66, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 244, 4, 53, 191, 0, 0, 0, 0, 0, 0, 0, 0, 244, 4, 53, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 205, 204, 76, 63, 206, 204, 76, 63, 206, 204, 76, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 238, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 240, 182, 64, 59, 89, 63, 0, 0, 128, 182, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 177, 0, 0, 128, 49, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 254, 255, 127, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 191, 3, 0, 0, 2, 0, 192, 3, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 193, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 63, 3, 0, 194, 3, 0, 0, 4, 0, 0, 0, 0, 0, 192, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 28, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 83, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 61, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 2, 0, 208, 54, 10, 194, 184, 64, 233, 19, 2, 55, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 2, 0, 0, 178, 1, 0, 64, 178, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 84, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 68, 4, 0, 0, 2, 0, 69, 4, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 3, 0, 70, 4, 0, 0, 4, 0, 0, 0, 0, 0, 48, 65, 3, 0, 71, 4, 0, 0, 4, 0, 0, 0, 0, 0, 144, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 59, 28, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 85, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 64, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 240, 217, 215, 192, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 66, 28, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 67, 28, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 88, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 78, 78, 218, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 154, 153, 153, 62, 154, 153, 153, 62, 154, 153, 153, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 89, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 90, 28, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 91, 28, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 213, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 192, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 92, 28, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 93, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 94, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 78, 78, 218, 64, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 205, 204, 76, 62, 205, 204, 76, 62, 205, 204, 76, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 95, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 129, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 96, 28, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 223, 0, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 214, 9, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 225, 0, 0, 0, 8, 0, 226, 0, 0, 0, 12, 0, 0, 0, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 112, 65, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 28, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 1, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 205, 204, 76, 61, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 10, 215, 35, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 98, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 28, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 154, 153, 153, 62, 154, 153, 153, 62, 154, 153, 153, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 100, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 27, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 24, 252, 255, 255, 14, 0, 29, 0, 0, 0, 0, 0, 0, 0, 14, 0, 30, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 9, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 24, 0, 34, 0, 0, 0, 4, 0, 0, 0, 103, 28, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 2, 0, 33, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 24, 0, 37, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 34, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 10, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 80, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 2, 0, 34, 0, 0, 0, 4, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 48, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 46, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 36, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 104, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 47, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 41, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 102, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 48, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 49, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 108, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 50, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 109, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 51, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 111, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 52, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 112, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 53, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 113, 28, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 54, 28, 0, 0, 24, 0, 50, 0, 0, 0, 4, 0, 0, 0, 149, 0, 0, 0, 14, 0, 52, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 28, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 61, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 62, 0, 0, 0, 0, 0, 0, 0, 24, 0, 63, 0, 0, 0, 4, 0, 0, 0, 64, 0, 0, 0, 0, 0, 14, 0, 65, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 55, 28, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 67, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 68, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 105, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 75, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 182, 72, 250, 63, 35, 173, 94, 65, 46, 72, 129, 64, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 154, 166, 95, 62, 171, 249, 137, 61, 115, 84, 11, 190, 250, 198, 118, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 62, 249, 255, 127, 62, 0, 0, 128, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 114, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 143, 194, 181, 62, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 115, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 79, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 0, 241, 235, 190, 56, 119, 202, 192, 128, 125, 166, 189, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 116, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 81, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 117, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 84, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 118, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 119, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 132, 83, 252, 64, 133, 173, 210, 193, 200, 196, 213, 191, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 120, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 106, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 92, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 100, 113, 39, 64, 55, 89, 120, 65, 232, 64, 184, 62, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 62, 0, 0, 128, 62, 0, 0, 128, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 121, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 143, 194, 181, 62, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 122, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 95, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 32, 47, 213, 61, 72, 66, 187, 192, 194, 205, 209, 63, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 123, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 97, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 124, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 99, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 125, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 126, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 176, 92, 87, 63, 185, 244, 177, 193, 136, 71, 162, 52, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 127, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 107, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 105, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 242, 193, 161, 64, 141, 77, 66, 65, 88, 165, 81, 63, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 40, 74, 190, 53, 246, 122, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 62, 0, 0, 128, 62, 0, 0, 128, 62, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 128, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 152, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 190, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 183, 0, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 184, 0, 0, 0, 3, 0, 185, 0, 0, 0, 4, 0, 0, 0, 0, 0, 160, 64, 0, 0, 14, 0, 186, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 21, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 77, 4, 0, 0, 0, 0, 1, 0, 188, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 189, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 190, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 191, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 192, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 193, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 3, 0, 194, 0, 0, 0, 4, 0, 0, 0, 0, 0, 240, 65, 1, 0, 196, 3, 0, 0, 1, 0, 0, 0, 1, 1, 0, 197, 3, 0, 0, 1, 0, 0, 0, 0, 3, 0, 198, 3, 0, 0, 4, 0, 0, 0, 143, 194, 181, 62, 3, 0, 199, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 3, 0, 200, 3, 0, 0, 4, 0, 0, 0, 143, 194, 117, 61, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 129, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 108, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 160, 162, 169, 190, 168, 114, 176, 192, 228, 7, 24, 190, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 94, 204, 144, 51, 239, 16, 228, 62, 66, 24, 90, 51, 25, 51, 101, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 16, 67, 1, 0, 16, 67, 0, 0, 16, 67, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 130, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 225, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 110, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 82, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 23, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 131, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 112, 4, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 128, 13, 228, 57, 101, 83, 64, 187, 0, 203, 255, 56, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 120, 66, 162, 189, 225, 217, 8, 52, 68, 103, 117, 61, 227, 187, 126, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 192, 9, 248, 56, 192, 9, 248, 56, 196, 9, 248, 56, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 132, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 111, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 27, 4, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 113, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 114, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 115, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 116, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 117, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 118, 0, 0, 0, 4, 0, 0, 0, 1, 0, 0, 0, 14, 0, 119, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 2, 0, 120, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 9, 0, 121, 0, 0, 0, 16, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 3, 0, 122, 0, 0, 0, 4, 0, 0, 0, 0, 0, 128, 63, 14, 0, 123, 0, 0, 0, 0, 0, 0, 0, 14, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 125, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 126, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 14, 0, 127, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 128, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 101, 4, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 130, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 87, 4, 0, 0, 0, 0, 14, 0, 132, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 133, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0, 17, 0, 5, 0, 0, 0, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 202, 3, 0, 0, 8, 0, 8, 0, 0, 0, 12, 0, 0, 0, 104, 34, 64, 191, 60, 114, 145, 193, 5, 184, 137, 54, 12, 0, 9, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 63, 8, 0, 10, 0, 0, 0, 12, 0, 0, 0, 0, 0, 128, 63, 0, 0, 128, 63, 0, 0, 128, 63, 1, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 1, 0, 0, 0, 1, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 134, 28, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 204, 3, 0, 0, 24, 0, 6, 0, 0, 0, 4, 0, 0, 0, 205, 3, 0, 0, 1, 0, 17, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 18, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 19, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 14, 0, 206, 3, 0, 0, 0, 0, 0, 0, 24, 0, 1, 0, 0, 0, 4, 0, 0, 0, 86, 0, 0, 0, 0, 0, 14, 0, 207, 3, 0, 0, 0, 0, 0, 0, 24, 0, 3, 0, 0, 0, 4, 0, 0, 0, 90, 4, 0, 0, 0, 0, 1, 0, 209, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "subtype": null - } - }, - "1675732463906395:1180146": { - "isLazyAsset": false, - "uid": "1675732463906395:1180146", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645771198857349:5884562", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645771198858867:5884573", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645771198860400:5884584", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732464016336:1180205": { - "isLazyAsset": false, - "uid": "1675732464016336:1180205", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645771198863585:5884606", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645771198864841:5884617", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645771198866058:5884628", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732464242149:1180325": { - "isLazyAsset": false, - "uid": "1675732464242149:1180325", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293035007:8176190", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293035943:8176204", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293036897:8176220", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732464352946:1180384": { - "isLazyAsset": false, - "uid": "1675732464352946:1180384", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293039468:8176263", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293040537:8176283", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293041633:8176302", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732464466481:1180445": { - "isLazyAsset": false, - "uid": "1675732464466481:1180445", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293044286:8176336", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293045240:8176347", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293046255:8176358", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732464579408:1180504": { - "isLazyAsset": false, - "uid": "1675732464579408:1180504", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293048523:8176380", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293049544:8176391", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293050575:8176402", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732464692340:1180565": { - "isLazyAsset": false, - "uid": "1675732464692340:1180565", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293052982:8176424", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293054061:8176435", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293055133:8176446", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732464805218:1180624": { - "isLazyAsset": false, - "uid": "1675732464805218:1180624", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293057575:8176468", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293058757:8176479", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774293059862:8176494", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732464918599:1180685": { - "isLazyAsset": false, - "uid": "1675732464918599:1180685", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774584217411:8700000", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774584218476:8700011", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774584219657:8700022", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "1675732465027914:1180744": { - "isLazyAsset": false, - "uid": "1675732465027914:1180744", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774770193250:9196767", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774770194612:9196778", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645774770195836:9196789", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452806_25837.json b/lenses/physics-objects/Scene/assets/1675109166452806_25837.json deleted file mode 100644 index d9f9940a..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452806_25837.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1645775468587491:10393250": { - "isLazyAsset": false, - "uid": "1645775468587491:10393250", - "type": "Physics.Matter", - "name": "Physics Matters/Gift Box Physics Matter [EDIT_ME]", - "friction": 0.8600000143051147, - "rollFriction": 0.0, - "spinFriction": 0.05000000074505806, - "statBounce": 0.5799999833106995, - "dynaBounce": 0.5699999928474426 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452806_25838.json b/lenses/physics-objects/Scene/assets/1675109166452806_25838.json deleted file mode 100644 index 198f4a8d..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452806_25838.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645812457079604:1066742": { - "isLazyAsset": false, - "uid": "1645812457079604:1066742", - "type": "Asset.Texture", - "name": "Textures/ball_01_lambert1_base.pvr", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 13851752258712574339, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452959_25974.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166452959_25974.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452806_25839.json b/lenses/physics-objects/Scene/assets/1675109166452806_25839.json deleted file mode 100644 index caac5eaa..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452806_25839.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645812457159993:1066766": { - "isLazyAsset": false, - "uid": "1645812457159993:1066766", - "type": "Asset.Texture", - "name": "Textures/ball_01_lambert1_materialParams.pvr", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 1874462625256671040, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452961_25976.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166452961_25976.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452806_25840.json b/lenses/physics-objects/Scene/assets/1675109166452806_25840.json deleted file mode 100644 index f9f2ae0a..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452806_25840.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1645812457242619:1066782": { - "isLazyAsset": false, - "uid": "1645812457242619:1066782", - "type": "Asset.Texture", - "name": "Textures/ball_01_lambert1_normal.pvr", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 10108279358987820098, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452964_25978.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166452964_25978.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452807_25841.json b/lenses/physics-objects/Scene/assets/1675109166452807_25841.json deleted file mode 100644 index 62e02051..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452807_25841.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645812485222696:1104984": { - "isLazyAsset": false, - "uid": "1645812485222696:1104984", - "type": "Asset.RenderMesh", - "name": "Meshes/temp_box_bt.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452966_25980.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452966_25980.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452807_25842.json b/lenses/physics-objects/Scene/assets/1675109166452807_25842.json deleted file mode 100644 index 89e6f4bd..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452807_25842.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1645812485408914:1105015": { - "isLazyAsset": false, - "uid": "1645812485408914:1105015", - "type": "Asset.RenderMesh", - "name": "Meshes/temp_box_top.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452968_25982.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452968_25982.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452807_25843.json b/lenses/physics-objects/Scene/assets/1675109166452807_25843.json deleted file mode 100644 index b7a31209..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452807_25843.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1645813695447928:3343474": { - "isLazyAsset": false, - "uid": "1645813695447928:3343474", - "type": "Physics.Matter", - "name": "Physics Matters/Beach Ball Physics Matter [EDIT_ME]", - "friction": 0.23000000417232513, - "rollFriction": 0.0, - "spinFriction": 0.0, - "statBounce": 0.8500000238418579, - "dynaBounce": 0.8500000238418579 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452807_25844.json b/lenses/physics-objects/Scene/assets/1675109166452807_25844.json deleted file mode 100644 index 1190acac..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452807_25844.json +++ /dev/null @@ -1,400 +0,0 @@ -{ - "privateAssets": { - "1645814441100829:3905800": { - "isLazyAsset": false, - "uid": "1645814441100829:3905800", - "type": "Asset.Material", - "name": "Materials/Ocean.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "Files/File30/pass0/uber.glsl", - "twosided": true, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N118", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Center_N103", - "type": "vec2", - "value": [ - 0.5, - 0.5 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N118", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N102", - "type": "vec2", - "value": [ - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N104", - "type": "vec2", - "value": [ - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N112", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N111", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N112", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N111", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Normal_N118", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Opacity_N118", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMaxA_N001", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMaxA_N101", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMaxA_N160", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMaxB_N001", - "type": "float", - "value": 0.9900000095367432 - }, - { - "arraySize": 1, - "name": "Port_RangeMaxB_N101", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMaxB_N160", - "type": "float", - "value": 0.9900000095367432 - }, - { - "arraySize": 1, - "name": "Port_RangeMinA_N001", - "type": "float", - "value": -1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMinA_N101", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMinA_N160", - "type": "float", - "value": -1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMinB_N001", - "type": "float", - "value": -0.9900000095367432 - }, - { - "arraySize": 1, - "name": "Port_RangeMinB_N101", - "type": "float", - "value": -1.0 - }, - { - "arraySize": 1, - "name": "Port_RangeMinB_N160", - "type": "float", - "value": -0.9900000095367432 - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N118", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value1_N003", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N003", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N003", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "frontCapEndingColor", - "type": "vec4", - "value": [ - 0.09803921729326248, - 0.2705882489681244, - 0.545098066329956, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "frontCapGradientRamp", - "type": "float", - "value": -0.6800000071525574 - }, - { - "arraySize": 1, - "name": "frontCapMetallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "frontCapRoughness", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "frontCapStartingColor", - "type": "vec4", - "value": [ - 0.13725490868091583, - 0.5333333611488342, - 0.9529411792755127, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 15617279186484546327, - "fileinfo": { - "path": "Files/File_1675109166452971_25984/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452971_25984/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452807_25845.json b/lenses/physics-objects/Scene/assets/1675109166452807_25845.json deleted file mode 100644 index 8efd6111..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452807_25845.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "privateAssets": { - "1645832920184341:11273492": { - "isLazyAsset": false, - "uid": "1645832920184341:11273492", - "type": "Physics.Matter", - "name": "Physics Matters/Maze Floor Physics Matter [EDIT_ME]", - "friction": 0.8999999761581421, - "rollFriction": 0.4300000071525574, - "spinFriction": 0.38999998569488525, - "statBounce": 0.699999988079071, - "dynaBounce": 0.699999988079071 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452807_25846.json b/lenses/physics-objects/Scene/assets/1675109166452807_25846.json deleted file mode 100644 index 4b7574e6..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452807_25846.json +++ /dev/null @@ -1,838 +0,0 @@ -{ - "privateAssets": { - "1646165774412018:270716": { - "isLazyAsset": false, - "uid": "1646165774412018:270716", - "type": "Asset.Material", - "name": "Materials/Beach Ball.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_221_DROPLIST_ITEM 0", - "NODE_228_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_315_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0", - "NODE_76_DROPLIST_ITEM 0", - "Tweak_N121", - "Tweak_N354" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N041", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N132", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N170", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N235", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N239", - "type": "vec3", - "value": [ - 0.03999999910593033, - 0.03999999910593033, - 0.03999999910593033 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N325", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N187", - "type": "float", - "value": 3.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N257", - "type": "vec3", - "value": [ - 1.0, - 1.0, - -1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N264", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N268", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N270", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N274", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N322", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N029", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N057", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N066", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N112", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N126", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N129", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N139", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N140", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N141", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value1_N079", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.05999999865889549 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.05999999865889549 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645812457079604:1066742", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645812457159993:1066766", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645812457242619:1066782", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 15108250808454788876, - "fileinfo": { - "path": "Files/File_1675109166452974_25986/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452974_25986/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452807_25847.json b/lenses/physics-objects/Scene/assets/1675109166452807_25847.json deleted file mode 100644 index be30ea05..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452807_25847.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1646165774579387:270818": { - "isLazyAsset": false, - "uid": "1646165774579387:270818", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452976_25988.png", - "location": 0 - }, - "filename": "Files/File_1675109166452976_25988.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452808_25848.json b/lenses/physics-objects/Scene/assets/1675109166452808_25848.json deleted file mode 100644 index 408402d3..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452808_25848.json +++ /dev/null @@ -1,491 +0,0 @@ -{ - "privateAssets": { - "1646165882010928:341172": { - "isLazyAsset": false, - "uid": "1646165882010928:341172", - "type": "Asset.Material", - "name": "Materials/baseball.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0", - "Tweak_N121" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N036", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N025", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N026", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N029", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N030", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Metallic_N036", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Roughness_N036", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1650575968307798:155401", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 15676067624545087007, - "fileinfo": { - "path": "Files/File_1675109166452979_25990/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452979_25990/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452808_25849.json b/lenses/physics-objects/Scene/assets/1675109166452808_25849.json deleted file mode 100644 index e60c0045..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452808_25849.json +++ /dev/null @@ -1,517 +0,0 @@ -{ - "privateAssets": { - "1646166097436734:566522": { - "isLazyAsset": false, - "uid": "1646166097436734:566522", - "type": "Asset.Material", - "name": "Materials/Gift Box.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [], - "properties": [ - { - "arraySize": 1, - "name": "Port_Center_N016", - "type": "vec2", - "value": [ - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N006", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_LODValue_N001", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N002", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N009", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N006", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "uvScale", - "type": "float", - "value": 1.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1650575966142688:154658", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1644986473171764:1258782", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646165774579387:270818", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 16029625507794775914, - "fileinfo": { - "path": "Files/File_1675109166452981_25992/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166452981_25992/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452808_25850.json b/lenses/physics-objects/Scene/assets/1675109166452808_25850.json deleted file mode 100644 index dae33ec2..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452808_25850.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1646688292475380:202560": { - "isLazyAsset": false, - "uid": "1646688292475380:202560", - "type": "Asset.RenderMesh", - "name": "Meshes/beach ball.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452984_25994.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452984_25994.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452808_25851.json b/lenses/physics-objects/Scene/assets/1675109166452808_25851.json deleted file mode 100644 index 6a4d2fdc..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452808_25851.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "privateAssets": { - "1646688348717897:340211": { - "isLazyAsset": false, - "uid": "1646688348717897:340211", - "type": "Asset.RenderMesh", - "name": "Meshes/base ball.mesh", - "provider": { - "type": "Provider.FileRenderObjectProvider", - "fileinfo": { - "path": "Files/File_1675109166452986_25996.mesh", - "location": 0 - }, - "filename": "Files/File_1675109166452986_25996.mesh" - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452808_25852.json b/lenses/physics-objects/Scene/assets/1675109166452808_25852.json deleted file mode 100644 index e4610eef..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452808_25852.json +++ /dev/null @@ -1,1002 +0,0 @@ -{ - "privateAssets": { - "1646872644082793:680417": { - "isLazyAsset": false, - "uid": "1646872644082793:680417", - "type": "Asset.Texture", - "name": "Textures/drag", - "provider": { - "type": "Provider.AnimatedTextureFileProvider", - "version": 1, - "fileinfo": { - "path": "Files/File_1675109166452989_25998/animation.t3d", - "location": 0 - }, - "filename": "Files/File_1675109166452989_25998/animation.t3d", - "isReversed": false, - "isPingPong": false, - "isAutoplay": true, - "track": { - "uid": "1684405781767541:54786", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 0 - ], - [ - 1.5, - 24 - ], - [ - 1.5, - 39 - ] - ] - }, - "isWebp": false, - "frameCount": 39, - "frames": [ - { - "textureId": 0, - "samplingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 87.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 174.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 261.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 435.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 522.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 609.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 783.0, - 0.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 87.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 174.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 261.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 435.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 522.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 609.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 783.0, - 256.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 87.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 174.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 261.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 435.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 522.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 609.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 783.0, - 512.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 87.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 174.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 261.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 435.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 522.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 609.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 768.0, - 87.0, - 256.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 87.0, - 256.0 - ], - "untrimmedSize": [ - 87.0, - 256.0 - ], - "rotated": false, - "fileName": "" - } - ], - "textureUnits": [ - { - "type": "Provider.FileTextureProvider", - "hash": 8956979241344602574, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452989_25998/atlas_0.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166452989_25998/atlas_0.pvr", - "fileLocation": 0 - } - ], - "animations": [ - { - "animationName": "default", - "frames": [ - { - "val": 0 - }, - { - "val": 1 - }, - { - "val": 2 - }, - { - "val": 3 - }, - { - "val": 4 - }, - { - "val": 5 - }, - { - "val": 6 - }, - { - "val": 7 - }, - { - "val": 8 - }, - { - "val": 9 - }, - { - "val": 10 - }, - { - "val": 11 - }, - { - "val": 12 - }, - { - "val": 13 - }, - { - "val": 14 - }, - { - "val": 15 - }, - { - "val": 16 - }, - { - "val": 17 - }, - { - "val": 18 - }, - { - "val": 19 - }, - { - "val": 20 - }, - { - "val": 21 - }, - { - "val": 22 - }, - { - "val": 23 - }, - { - "val": 24 - }, - { - "val": 25 - }, - { - "val": 26 - }, - { - "val": 27 - }, - { - "val": 28 - }, - { - "val": 29 - }, - { - "val": 30 - }, - { - "val": 31 - }, - { - "val": 32 - }, - { - "val": 33 - }, - { - "val": 34 - }, - { - "val": 35 - }, - { - "val": 36 - }, - { - "val": 37 - }, - { - "val": 38 - } - ] - } - ] - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452808_25853.json b/lenses/physics-objects/Scene/assets/1675109166452808_25853.json deleted file mode 100644 index 26d410bc..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452808_25853.json +++ /dev/null @@ -1,1262 +0,0 @@ -{ - "privateAssets": { - "1646872644360288:680600": { - "isLazyAsset": false, - "uid": "1646872644360288:680600", - "type": "Asset.Texture", - "name": "Textures/tap", - "provider": { - "type": "Provider.AnimatedTextureFileProvider", - "version": 1, - "fileinfo": { - "path": "Files/File_1675109166452992_26000/animation.t3d", - "location": 0 - }, - "filename": "Files/File_1675109166452992_26000/animation.t3d", - "isReversed": false, - "isPingPong": false, - "isAutoplay": true, - "track": { - "uid": "1684405781769012:54793", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 0 - ], - [ - 1.0, - 50 - ] - ] - }, - "isWebp": false, - "frameCount": 50, - "frames": [ - { - "textureId": 0, - "samplingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 876.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 876.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - } - ], - "textureUnits": [ - { - "type": "Provider.FileTextureProvider", - "hash": 2653376663971551348, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452992_26000/atlas_0.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166452992_26000/atlas_0.pvr", - "fileLocation": 0 - } - ], - "animations": [ - { - "animationName": "default", - "frames": [ - { - "val": 0 - }, - { - "val": 1 - }, - { - "val": 2 - }, - { - "val": 3 - }, - { - "val": 4 - }, - { - "val": 5 - }, - { - "val": 6 - }, - { - "val": 7 - }, - { - "val": 8 - }, - { - "val": 9 - }, - { - "val": 10 - }, - { - "val": 11 - }, - { - "val": 12 - }, - { - "val": 13 - }, - { - "val": 14 - }, - { - "val": 15 - }, - { - "val": 16 - }, - { - "val": 17 - }, - { - "val": 18 - }, - { - "val": 19 - }, - { - "val": 20 - }, - { - "val": 21 - }, - { - "val": 22 - }, - { - "val": 23 - }, - { - "val": 24 - }, - { - "val": 25 - }, - { - "val": 26 - }, - { - "val": 27 - }, - { - "val": 28 - }, - { - "val": 29 - }, - { - "val": 30 - }, - { - "val": 31 - }, - { - "val": 32 - }, - { - "val": 33 - }, - { - "val": 34 - }, - { - "val": 35 - }, - { - "val": 36 - }, - { - "val": 37 - }, - { - "val": 38 - }, - { - "val": 39 - }, - { - "val": 40 - }, - { - "val": 41 - }, - { - "val": 42 - }, - { - "val": 43 - }, - { - "val": 44 - }, - { - "val": 45 - }, - { - "val": 46 - }, - { - "val": 47 - }, - { - "val": 48 - }, - { - "val": 49 - } - ] - } - ] - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452808_25854.json b/lenses/physics-objects/Scene/assets/1675109166452808_25854.json deleted file mode 100644 index bb865ebd..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452808_25854.json +++ /dev/null @@ -1,1262 +0,0 @@ -{ - "privateAssets": { - "1646873394980217:3043739": { - "isLazyAsset": false, - "uid": "1646873394980217:3043739", - "type": "Asset.Texture", - "name": "Textures/touch", - "provider": { - "type": "Provider.AnimatedTextureFileProvider", - "version": 1, - "fileinfo": { - "path": "Files/File_1675109166452994_26002/animation.t3d", - "location": 0 - }, - "filename": "Files/File_1675109166452994_26002/animation.t3d", - "isReversed": false, - "isPingPong": false, - "isAutoplay": true, - "track": { - "uid": "1684405781770165:54800", - "type": "Asset.IntStepAnimationTrackKeyFramed", - "name": "", - "keys": [ - [ - 0.0, - 30 - ], - [ - 0.800000011920929, - 40 - ] - ] - }, - "isWebp": false, - "frameCount": 50, - "frames": [ - { - "textureId": 0, - "samplingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 0.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 146.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 292.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 438.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 584.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 232.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 348.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 464.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 580.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 696.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 812.0, - 730.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 0.0, - 876.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - }, - { - "textureId": 0, - "samplingRect": [ - 116.0, - 876.0, - 116.0, - 146.0 - ], - "clippingRect": [ - 0.0, - 0.0, - 116.0, - 146.0 - ], - "untrimmedSize": [ - 116.0, - 146.0 - ], - "rotated": false, - "fileName": "" - } - ], - "textureUnits": [ - { - "type": "Provider.FileTextureProvider", - "hash": 2653376663971551348, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452994_26002/atlas_0.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166452994_26002/atlas_0.pvr", - "fileLocation": 0 - } - ], - "animations": [ - { - "animationName": "default", - "frames": [ - { - "val": 0 - }, - { - "val": 1 - }, - { - "val": 2 - }, - { - "val": 3 - }, - { - "val": 4 - }, - { - "val": 5 - }, - { - "val": 6 - }, - { - "val": 7 - }, - { - "val": 8 - }, - { - "val": 9 - }, - { - "val": 10 - }, - { - "val": 11 - }, - { - "val": 12 - }, - { - "val": 13 - }, - { - "val": 14 - }, - { - "val": 15 - }, - { - "val": 16 - }, - { - "val": 17 - }, - { - "val": 18 - }, - { - "val": 19 - }, - { - "val": 20 - }, - { - "val": 21 - }, - { - "val": 22 - }, - { - "val": 23 - }, - { - "val": 24 - }, - { - "val": 25 - }, - { - "val": 26 - }, - { - "val": 27 - }, - { - "val": 28 - }, - { - "val": 29 - }, - { - "val": 30 - }, - { - "val": 31 - }, - { - "val": 32 - }, - { - "val": 33 - }, - { - "val": 34 - }, - { - "val": 35 - }, - { - "val": 36 - }, - { - "val": 37 - }, - { - "val": 38 - }, - { - "val": 39 - }, - { - "val": 40 - }, - { - "val": 41 - }, - { - "val": 42 - }, - { - "val": 43 - }, - { - "val": 44 - }, - { - "val": 45 - }, - { - "val": 46 - }, - { - "val": 47 - }, - { - "val": 48 - }, - { - "val": 49 - } - ] - } - ] - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452808_25855.json b/lenses/physics-objects/Scene/assets/1675109166452808_25855.json deleted file mode 100644 index a789346c..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452808_25855.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1650575965846046:154561": { - "isLazyAsset": false, - "uid": "1650575965846046:154561", - "type": "Asset.Texture", - "name": "Textures/Wheel.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 8094308078334237625, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166452996_26004.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166452996_26004.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452809_25856.json b/lenses/physics-objects/Scene/assets/1675109166452809_25856.json deleted file mode 100644 index 80984c1c..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452809_25856.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1650575966142688:154658": { - "isLazyAsset": false, - "uid": "1650575966142688:154658", - "type": "Asset.Texture", - "name": "Textures/gift_box_d.jpg", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 11256097118282738810, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166453000_26007.jpg", - "location": 0 - }, - "filename": "Files/File_1675109166453000_26007.jpg", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452809_25857.json b/lenses/physics-objects/Scene/assets/1675109166452809_25857.json deleted file mode 100644 index 3468383c..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452809_25857.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1650575966958921:154803": { - "isLazyAsset": false, - "uid": "1650575966958921:154803", - "type": "Asset.Texture", - "name": "Textures/Car.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 18439912211392092144, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166453005_26010.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166453005_26010.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452809_25858.json b/lenses/physics-objects/Scene/assets/1675109166452809_25858.json deleted file mode 100644 index b1a2b95b..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452809_25858.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1650575968307798:155401": { - "isLazyAsset": false, - "uid": "1650575968307798:155401", - "type": "Asset.Texture", - "name": "Textures/ball_baseball_color.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 8855671256228847368, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166453009_26013.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166453009_26013.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452809_25859.json b/lenses/physics-objects/Scene/assets/1675109166452809_25859.json deleted file mode 100644 index 4b721d44..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452809_25859.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1650575968724265:155479": { - "isLazyAsset": false, - "uid": "1650575968724265:155479", - "type": "Asset.Texture", - "name": "Textures/Cone.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9650262225215137589, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166453013_26016.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166453013_26016.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452809_25860.json b/lenses/physics-objects/Scene/assets/1675109166452809_25860.json deleted file mode 100644 index 9f3adf32..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452809_25860.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1650575968933229:155532": { - "isLazyAsset": false, - "uid": "1650575968933229:155532", - "type": "Asset.Texture", - "name": "Textures/Road.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5844276880091487494, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166453017_26019.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166453017_26019.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452809_25861.json b/lenses/physics-objects/Scene/assets/1675109166452809_25861.json deleted file mode 100644 index 6b985b5e..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452809_25861.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1650575969295116:155610": { - "isLazyAsset": false, - "uid": "1650575969295116:155610", - "type": "Asset.Texture", - "name": "WorldObjectController/Textures/ground_grid.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 8228031820731580502, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "Files/File_1675109166453021_26022.pvr", - "location": 0 - }, - "filename": "Files/File_1675109166453021_26022.pvr", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452809_25862.json b/lenses/physics-objects/Scene/assets/1675109166452809_25862.json deleted file mode 100644 index 4adffa3b..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452809_25862.json +++ /dev/null @@ -1,260 +0,0 @@ -{ - "privateAssets": { - "1650577261841234:560016": { - "isLazyAsset": false, - "uid": "1650577261841234:560016", - "type": "Asset.Material", - "name": "WorldObjectController/Materials/touch_collision.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - true - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_LODValue_N157", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N389", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N001", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N001", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 0.2500038146972656 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 13387753184332763246, - "fileinfo": { - "path": "Files/File_1675109166453034_26032/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166453034_26032/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452810_25863.json b/lenses/physics-objects/Scene/assets/1675109166452810_25863.json deleted file mode 100644 index efd688b5..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452810_25863.json +++ /dev/null @@ -1,399 +0,0 @@ -{ - "privateAssets": { - "1650577322529944:756040": { - "isLazyAsset": false, - "uid": "1650577322529944:756040", - "type": "Asset.Material", - "name": "Meshes/Balloons Pack Resources/Materials/string_color_1.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N036", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N025", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N026", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N029", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N030", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Metallic_N036", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Roughness_N036", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.6399939060211182, - 0.3009384274482727, - 0.029739834368228912, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 7974827431987348002, - "fileinfo": { - "path": "Files/File_1675109166453036_26034/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166453036_26034/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452810_25864.json b/lenses/physics-objects/Scene/assets/1675109166452810_25864.json deleted file mode 100644 index b3d93d08..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452810_25864.json +++ /dev/null @@ -1,399 +0,0 @@ -{ - "privateAssets": { - "1650577375676940:875849": { - "isLazyAsset": false, - "uid": "1650577375676940:875849", - "type": "Asset.Material", - "name": "Meshes/Balloons Pack Resources/Materials/string_color_2.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N036", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N025", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N026", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N029", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N030", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Metallic_N036", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Roughness_N036", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.35733577609062195, - 0.126405730843544, - 0.6399939060211182, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 7974827431987348002, - "fileinfo": { - "path": "Files/File_1675109166453039_26036/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166453039_26036/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452810_25865.json b/lenses/physics-objects/Scene/assets/1675109166452810_25865.json deleted file mode 100644 index 1c767f14..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452810_25865.json +++ /dev/null @@ -1,399 +0,0 @@ -{ - "privateAssets": { - "1650577427520928:1221532": { - "isLazyAsset": false, - "uid": "1650577427520928:1221532", - "type": "Asset.Material", - "name": "Meshes/Balloons Pack Resources/Materials/string_color_3.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N036", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N025", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N026", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N029", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N030", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Metallic_N036", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Roughness_N036", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_SpecularAO_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.48639658093452454, - 0.6399939060211182, - 0.08422980457544327, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 7974827431987348002, - "fileinfo": { - "path": "Files/File_1675109166453042_26038/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166453042_26038/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452810_25866.json b/lenses/physics-objects/Scene/assets/1675109166452810_25866.json deleted file mode 100644 index 85a67fbe..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452810_25866.json +++ /dev/null @@ -1,654 +0,0 @@ -{ - "privateAssets": { - "1650577465055768:1377033": { - "isLazyAsset": false, - "uid": "1650577465055768:1377033", - "type": "Asset.Material", - "name": "Meshes/Balloons Pack Resources/Materials/balloon_1.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_221_DROPLIST_ITEM 0", - "NODE_228_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_315_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0", - "NODE_76_DROPLIST_ITEM 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N041", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N132", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N170", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N235", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N239", - "type": "vec3", - "value": [ - 0.03999999910593033, - 0.03999999910593033, - 0.03999999910593033 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N325", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N187", - "type": "float", - "value": 3.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N257", - "type": "vec3", - "value": [ - 1.0, - 1.0, - -1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N264", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N268", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N270", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N274", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N322", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N029", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N057", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N066", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N112", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N126", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N129", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N139", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N140", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N141", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value1_N079", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.9956206679344177, - 0.41986724734306335, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.20000000298023224 - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1644986473171764:1258782", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "Files/File_1675109166453045_26040/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166453045_26040/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452810_25867.json b/lenses/physics-objects/Scene/assets/1675109166452810_25867.json deleted file mode 100644 index 84457dd7..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452810_25867.json +++ /dev/null @@ -1,654 +0,0 @@ -{ - "privateAssets": { - "1650577543666604:1500300": { - "isLazyAsset": false, - "uid": "1650577543666604:1500300", - "type": "Asset.Material", - "name": "Meshes/Balloons Pack Resources/Materials/balloon_2.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_221_DROPLIST_ITEM 0", - "NODE_228_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_315_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0", - "NODE_76_DROPLIST_ITEM 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N041", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N132", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N170", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N235", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N239", - "type": "vec3", - "value": [ - 0.03999999910593033, - 0.03999999910593033, - 0.03999999910593033 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N325", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N187", - "type": "float", - "value": 3.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N257", - "type": "vec3", - "value": [ - 1.0, - 1.0, - -1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N264", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N268", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N270", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N274", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N322", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N029", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N057", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N066", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N112", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N126", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N129", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N139", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N140", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N141", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value1_N079", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.4294346570968628, - 0.7957274913787842, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.20000000298023224 - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1644986473171764:1258782", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "Files/File_1675109166453048_26042/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166453048_26042/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675109166452810_25868.json b/lenses/physics-objects/Scene/assets/1675109166452810_25868.json deleted file mode 100644 index 2cbb71c8..00000000 --- a/lenses/physics-objects/Scene/assets/1675109166452810_25868.json +++ /dev/null @@ -1,654 +0,0 @@ -{ - "privateAssets": { - "1650577557148104:1539979": { - "isLazyAsset": false, - "uid": "1650577557148104:1539979", - "type": "Asset.Material", - "name": "Meshes/Balloons Pack Resources/Materials/balloon_3.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "NODE_13_DROPLIST_ITEM 0", - "NODE_181_DROPLIST_ITEM 0", - "NODE_184_DROPLIST_ITEM 0", - "NODE_221_DROPLIST_ITEM 0", - "NODE_228_DROPLIST_ITEM 0", - "NODE_27_DROPLIST_ITEM 0", - "NODE_315_DROPLIST_ITEM 0", - "NODE_38_DROPLIST_ITEM 0", - "NODE_49_DROPLIST_ITEM 0", - "NODE_69_DROPLIST_ITEM 0", - "NODE_76_DROPLIST_ITEM 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Column3_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N041", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N132", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N170", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N369", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Depth_N004", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_FinalColor1_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor2_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_FinalColor3_N004", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Import_N235", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N239", - "type": "vec3", - "value": [ - 0.03999999910593033, - 0.03999999910593033, - 0.03999999910593033 - ] - }, - { - "arraySize": 1, - "name": "Port_Input0_N325", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N002", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N044", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N187", - "type": "float", - "value": 3.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N257", - "type": "vec3", - "value": [ - 1.0, - 1.0, - -1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input1_N264", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N268", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N270", - "type": "float", - "value": 0.5 - }, - { - "arraySize": 1, - "name": "Port_Input1_N274", - "type": "float", - "value": 2.0 - }, - { - "arraySize": 1, - "name": "Port_Input1_N322", - "type": "vec3", - "value": [ - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N029", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N057", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N066", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N112", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N126", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N129", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N139", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N140", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_LODValue_N141", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAngle_N333", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_RotationAxis_N333", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_RotationXYZ_N333", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Speed_N022", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Speed_N063", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value1_N079", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Value2_N073", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Value3_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_Value4_N073", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "Port_WorldNormal_N004", - "type": "vec3", - "value": [ - 0.0, - 1.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldPosition_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_WorldTangent_N004", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 0.9855344295501709, - 0.009292744100093842, - 0.999176025390625, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.20000000298023224 - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1644986473171764:1258782", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 0, - "description": "ClampToEdge" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "Files/File_1675109166453050_26044/pass0/uber.glsl", - "location": 0 - }, - "filename": "Files/File_1675109166453050_26044/pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461624273_1179031.json b/lenses/physics-objects/Scene/assets/1675732461624273_1179031.json deleted file mode 100644 index 58c6ee25..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461624273_1179031.json +++ /dev/null @@ -1,507 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461624273:1179031", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645235042119309:6428207", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645235042120171:6428218", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645235042121309:6428229", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461625876_1179038.json b/lenses/physics-objects/Scene/assets/1675732461625876_1179038.json deleted file mode 100644 index afcc8152..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461625876_1179038.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461625876:1179038", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461658090_1179047.json b/lenses/physics-objects/Scene/assets/1675732461658090_1179047.json deleted file mode 100644 index e52eb00a..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461658090_1179047.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461658090:1179047", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461687669_1179056.json b/lenses/physics-objects/Scene/assets/1675732461687669_1179056.json deleted file mode 100644 index 0a539604..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461687669_1179056.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461687669:1179056", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461855736_1179096.json b/lenses/physics-objects/Scene/assets/1675732461855736_1179096.json deleted file mode 100644 index 18e6087c..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461855736_1179096.json +++ /dev/null @@ -1,507 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461855736:1179096", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645235042123748:6428251", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645235042124910:6428262", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645235042125726:6428273", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461856382_1179103.json b/lenses/physics-objects/Scene/assets/1675732461856382_1179103.json deleted file mode 100644 index 1684f860..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461856382_1179103.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461856382:1179103", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461856637_1179110.json b/lenses/physics-objects/Scene/assets/1675732461856637_1179110.json deleted file mode 100644 index 6fcb0644..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461856637_1179110.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461856637:1179110", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461856843_1179117.json b/lenses/physics-objects/Scene/assets/1675732461856843_1179117.json deleted file mode 100644 index d00ee7d4..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461856843_1179117.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461856843:1179117", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461964551_1179149.json b/lenses/physics-objects/Scene/assets/1675732461964551_1179149.json deleted file mode 100644 index 346642b8..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461964551_1179149.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461964551:1179149", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461964888_1179156.json b/lenses/physics-objects/Scene/assets/1675732461964888_1179156.json deleted file mode 100644 index 40a927d8..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461964888_1179156.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461964888:1179156", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732461965222_1179163.json b/lenses/physics-objects/Scene/assets/1675732461965222_1179163.json deleted file mode 100644 index e876f77d..00000000 --- a/lenses/physics-objects/Scene/assets/1675732461965222_1179163.json +++ /dev/null @@ -1,293 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732461965222:1179163", - "type": "Asset.Material", - "name": "UberDiffuse.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_LIGHTING", - "ENABLE_TONE_MAPPING", - "PROJECTED_UV -2", - "SCREEN_UV -1", - "UV2_SOURCE 0", - "UV3_SOURCE 0", - "bakedShadowsTexUV 0", - "baseTexUV 0", - "detailMaskTexUV 0", - "detailNormalTexUV 0", - "detailTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N036", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645490004981557:3313758", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 7974827431987348002, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberDiffuse//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberDiffuse//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645490004981557:3313758": { - "isLazyAsset": false, - "uid": "1645490004981557:3313758", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462115423_1179203.json b/lenses/physics-objects/Scene/assets/1675732462115423_1179203.json deleted file mode 100644 index 83654bd5..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462115423_1179203.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462115423:1179203", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502602108336:1046939", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502602200416:1046958", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502602262149:1046977", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645502602108336:1046939": { - "isLazyAsset": false, - "uid": "1645502602108336:1046939", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645502602200416:1046958": { - "isLazyAsset": false, - "uid": "1645502602200416:1046958", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645502602262149:1046977": { - "isLazyAsset": false, - "uid": "1645502602262149:1046977", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462116140_1179210.json b/lenses/physics-objects/Scene/assets/1675732462116140_1179210.json deleted file mode 100644 index 6ac69ac6..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462116140_1179210.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462116140:1179210", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462116392_1179217.json b/lenses/physics-objects/Scene/assets/1675732462116392_1179217.json deleted file mode 100644 index ee810c1c..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462116392_1179217.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462116392:1179217", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462116612_1179224.json b/lenses/physics-objects/Scene/assets/1675732462116612_1179224.json deleted file mode 100644 index 205c3e48..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462116612_1179224.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462116612:1179224", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462229593_1179262.json b/lenses/physics-objects/Scene/assets/1675732462229593_1179262.json deleted file mode 100644 index 9f884ce7..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462229593_1179262.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462229593:1179262", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502610445659:1056353", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502610446797:1056364", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502610447937:1056375", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645502610445659:1056353": { - "isLazyAsset": false, - "uid": "1645502610445659:1056353", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645502610446797:1056364": { - "isLazyAsset": false, - "uid": "1645502610446797:1056364", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645502610447937:1056375": { - "isLazyAsset": false, - "uid": "1645502610447937:1056375", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462230291_1179269.json b/lenses/physics-objects/Scene/assets/1675732462230291_1179269.json deleted file mode 100644 index dc09377a..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462230291_1179269.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462230291:1179269", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462230528_1179276.json b/lenses/physics-objects/Scene/assets/1675732462230528_1179276.json deleted file mode 100644 index c5e541cf..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462230528_1179276.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462230528:1179276", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462230715_1179283.json b/lenses/physics-objects/Scene/assets/1675732462230715_1179283.json deleted file mode 100644 index 69f0b75a..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462230715_1179283.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462230715:1179283", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462342595_1179323.json b/lenses/physics-objects/Scene/assets/1675732462342595_1179323.json deleted file mode 100644 index 48c79261..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462342595_1179323.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462342595:1179323", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502923071999:88871", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502923138910:88890", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645502923199700:88909", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645502923071999:88871": { - "isLazyAsset": false, - "uid": "1645502923071999:88871", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645502923138910:88890": { - "isLazyAsset": false, - "uid": "1645502923138910:88890", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645502923199700:88909": { - "isLazyAsset": false, - "uid": "1645502923199700:88909", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462343327_1179330.json b/lenses/physics-objects/Scene/assets/1675732462343327_1179330.json deleted file mode 100644 index fc69f251..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462343327_1179330.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462343327:1179330", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462343707_1179337.json b/lenses/physics-objects/Scene/assets/1675732462343707_1179337.json deleted file mode 100644 index ce03c0b5..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462343707_1179337.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462343707:1179337", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462343924_1179344.json b/lenses/physics-objects/Scene/assets/1675732462343924_1179344.json deleted file mode 100644 index 0017b2ef..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462343924_1179344.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462343924:1179344", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462450280_1179376.json b/lenses/physics-objects/Scene/assets/1675732462450280_1179376.json deleted file mode 100644 index 5c8ac9e6..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462450280_1179376.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462450280:1179376", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462450748_1179383.json b/lenses/physics-objects/Scene/assets/1675732462450748_1179383.json deleted file mode 100644 index 87545df5..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462450748_1179383.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462450748:1179383", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462451245_1179390.json b/lenses/physics-objects/Scene/assets/1675732462451245_1179390.json deleted file mode 100644 index 95d03b87..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462451245_1179390.json +++ /dev/null @@ -1,293 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462451245:1179390", - "type": "Asset.Material", - "name": "UberDiffuse.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_LIGHTING", - "ENABLE_TONE_MAPPING", - "PROJECTED_UV -2", - "SCREEN_UV -1", - "UV2_SOURCE 0", - "UV3_SOURCE 0", - "bakedShadowsTexUV 0", - "baseTexUV 0", - "detailMaskTexUV 0", - "detailNormalTexUV 0", - "detailTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N036", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645516247090594:1530497", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 7974827431987348002, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberDiffuse//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberDiffuse//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645516247090594:1530497": { - "isLazyAsset": false, - "uid": "1645516247090594:1530497", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462563868_1179428.json b/lenses/physics-objects/Scene/assets/1675732462563868_1179428.json deleted file mode 100644 index 8cbfb3bf..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462563868_1179428.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462563868:1179428", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645654916296839:469441", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645654916298013:469452", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645654916299244:469463", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645654916296839:469441": { - "isLazyAsset": false, - "uid": "1645654916296839:469441", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/Resource24.png", - "location": 0 - }, - "filename": "system/materials/textures/Resource24.png", - "fileLocation": 0 - } - }, - "1645654916298013:469452": { - "isLazyAsset": false, - "uid": "1645654916298013:469452", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645654916299244:469463": { - "isLazyAsset": false, - "uid": "1645654916299244:469463", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462564503_1179435.json b/lenses/physics-objects/Scene/assets/1675732462564503_1179435.json deleted file mode 100644 index 389f68de..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462564503_1179435.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462564503:1179435", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462564722_1179442.json b/lenses/physics-objects/Scene/assets/1675732462564722_1179442.json deleted file mode 100644 index 65f58e39..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462564722_1179442.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462564722:1179442", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462564947_1179449.json b/lenses/physics-objects/Scene/assets/1675732462564947_1179449.json deleted file mode 100644 index f4e620bb..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462564947_1179449.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462564947:1179449", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462672108_1179487.json b/lenses/physics-objects/Scene/assets/1675732462672108_1179487.json deleted file mode 100644 index ea9df348..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462672108_1179487.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462672108:1179487", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645654916301823:469485", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645654916303167:469496", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645654916304329:469507", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645654916301823:469485": { - "isLazyAsset": false, - "uid": "1645654916301823:469485", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/Resource24.png", - "location": 0 - }, - "filename": "system/materials/textures/Resource24.png", - "fileLocation": 0 - } - }, - "1645654916303167:469496": { - "isLazyAsset": false, - "uid": "1645654916303167:469496", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645654916304329:469507": { - "isLazyAsset": false, - "uid": "1645654916304329:469507", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462673034_1179496.json b/lenses/physics-objects/Scene/assets/1675732462673034_1179496.json deleted file mode 100644 index ac454ba8..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462673034_1179496.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462673034:1179496", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462673329_1179503.json b/lenses/physics-objects/Scene/assets/1675732462673329_1179503.json deleted file mode 100644 index 7948e0ae..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462673329_1179503.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462673329:1179503", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462673577_1179510.json b/lenses/physics-objects/Scene/assets/1675732462673577_1179510.json deleted file mode 100644 index f75067d7..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462673577_1179510.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462673577:1179510", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462783885_1179548.json b/lenses/physics-objects/Scene/assets/1675732462783885_1179548.json deleted file mode 100644 index 67ad9b40..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462783885_1179548.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462783885:1179548", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645655988046930:1251049", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645655988047989:1251060", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645655988049098:1251071", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645655988046930:1251049": { - "isLazyAsset": false, - "uid": "1645655988046930:1251049", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/Resource24.png", - "location": 0 - }, - "filename": "system/materials/textures/Resource24.png", - "fileLocation": 0 - } - }, - "1645655988047989:1251060": { - "isLazyAsset": false, - "uid": "1645655988047989:1251060", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645655988049098:1251071": { - "isLazyAsset": false, - "uid": "1645655988049098:1251071", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462784675_1179555.json b/lenses/physics-objects/Scene/assets/1675732462784675_1179555.json deleted file mode 100644 index 76388feb..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462784675_1179555.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462784675:1179555", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462784955_1179562.json b/lenses/physics-objects/Scene/assets/1675732462784955_1179562.json deleted file mode 100644 index 4b21673f..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462784955_1179562.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462784955:1179562", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462785200_1179569.json b/lenses/physics-objects/Scene/assets/1675732462785200_1179569.json deleted file mode 100644 index f6a5eec4..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462785200_1179569.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462785200:1179569", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462896417_1179607.json b/lenses/physics-objects/Scene/assets/1675732462896417_1179607.json deleted file mode 100644 index 671991ff..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462896417_1179607.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462896417:1179607", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645655988051716:1251093", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645655988052927:1251104", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645655988053964:1251115", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645655988051716:1251093": { - "isLazyAsset": false, - "uid": "1645655988051716:1251093", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/Resource24.png", - "location": 0 - }, - "filename": "system/materials/textures/Resource24.png", - "fileLocation": 0 - } - }, - "1645655988052927:1251104": { - "isLazyAsset": false, - "uid": "1645655988052927:1251104", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645655988053964:1251115": { - "isLazyAsset": false, - "uid": "1645655988053964:1251115", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462897147_1179614.json b/lenses/physics-objects/Scene/assets/1675732462897147_1179614.json deleted file mode 100644 index ccf74b49..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462897147_1179614.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462897147:1179614", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462897383_1179621.json b/lenses/physics-objects/Scene/assets/1675732462897383_1179621.json deleted file mode 100644 index 04ed957d..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462897383_1179621.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462897383:1179621", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732462897735_1179628.json b/lenses/physics-objects/Scene/assets/1675732462897735_1179628.json deleted file mode 100644 index e06a3bf2..00000000 --- a/lenses/physics-objects/Scene/assets/1675732462897735_1179628.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732462897735:1179628", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463007918_1179668.json b/lenses/physics-objects/Scene/assets/1675732463007918_1179668.json deleted file mode 100644 index 8e89c8c4..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463007918_1179668.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463007918:1179668", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656011760877:1316133", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656011761980:1316144", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656011763069:1316159", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645656011760877:1316133": { - "isLazyAsset": false, - "uid": "1645656011760877:1316133", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/Resource24.png", - "location": 0 - }, - "filename": "system/materials/textures/Resource24.png", - "fileLocation": 0 - } - }, - "1645656011761980:1316144": { - "isLazyAsset": false, - "uid": "1645656011761980:1316144", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645656011763069:1316159": { - "isLazyAsset": false, - "uid": "1645656011763069:1316159", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463008825_1179675.json b/lenses/physics-objects/Scene/assets/1675732463008825_1179675.json deleted file mode 100644 index 97a14f8e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463008825_1179675.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463008825:1179675", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463009143_1179682.json b/lenses/physics-objects/Scene/assets/1675732463009143_1179682.json deleted file mode 100644 index dd7d6825..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463009143_1179682.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463009143:1179682", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463009575_1179689.json b/lenses/physics-objects/Scene/assets/1675732463009575_1179689.json deleted file mode 100644 index b32e8ebf..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463009575_1179689.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463009575:1179689", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463118329_1179727.json b/lenses/physics-objects/Scene/assets/1675732463118329_1179727.json deleted file mode 100644 index 09056e08..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463118329_1179727.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463118329:1179727", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656011765630:1316181", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656011766839:1316192", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656011767976:1316203", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645656011765630:1316181": { - "isLazyAsset": false, - "uid": "1645656011765630:1316181", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/Resource24.png", - "location": 0 - }, - "filename": "system/materials/textures/Resource24.png", - "fileLocation": 0 - } - }, - "1645656011766839:1316192": { - "isLazyAsset": false, - "uid": "1645656011766839:1316192", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645656011767976:1316203": { - "isLazyAsset": false, - "uid": "1645656011767976:1316203", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463119017_1179734.json b/lenses/physics-objects/Scene/assets/1675732463119017_1179734.json deleted file mode 100644 index 8da4dd29..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463119017_1179734.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463119017:1179734", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463119246_1179741.json b/lenses/physics-objects/Scene/assets/1675732463119246_1179741.json deleted file mode 100644 index 67c80554..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463119246_1179741.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463119246:1179741", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463119454_1179748.json b/lenses/physics-objects/Scene/assets/1675732463119454_1179748.json deleted file mode 100644 index 172d4149..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463119454_1179748.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463119454:1179748", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463231007_1179786.json b/lenses/physics-objects/Scene/assets/1675732463231007_1179786.json deleted file mode 100644 index d16129b6..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463231007_1179786.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463231007:1179786", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656503883595:1760854", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656503884987:1760865", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656503886323:1760876", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645656503883595:1760854": { - "isLazyAsset": false, - "uid": "1645656503883595:1760854", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/Resource24.png", - "location": 0 - }, - "filename": "system/materials/textures/Resource24.png", - "fileLocation": 0 - } - }, - "1645656503884987:1760865": { - "isLazyAsset": false, - "uid": "1645656503884987:1760865", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645656503886323:1760876": { - "isLazyAsset": false, - "uid": "1645656503886323:1760876", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463231689_1179793.json b/lenses/physics-objects/Scene/assets/1675732463231689_1179793.json deleted file mode 100644 index 6498bdde..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463231689_1179793.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463231689:1179793", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463231930_1179800.json b/lenses/physics-objects/Scene/assets/1675732463231930_1179800.json deleted file mode 100644 index 3e8681bc..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463231930_1179800.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463231930:1179800", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463235926_1179808.json b/lenses/physics-objects/Scene/assets/1675732463235926_1179808.json deleted file mode 100644 index 9c2aa45c..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463235926_1179808.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463235926:1179808", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463347009_1179847.json b/lenses/physics-objects/Scene/assets/1675732463347009_1179847.json deleted file mode 100644 index 9c6c211b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463347009_1179847.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463347009:1179847", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656503889338:1760898", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656503890666:1760909", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645656503891932:1760920", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645656503889338:1760898": { - "isLazyAsset": false, - "uid": "1645656503889338:1760898", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/Resource24.png", - "location": 0 - }, - "filename": "system/materials/textures/Resource24.png", - "fileLocation": 0 - } - }, - "1645656503890666:1760909": { - "isLazyAsset": false, - "uid": "1645656503890666:1760909", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645656503891932:1760920": { - "isLazyAsset": false, - "uid": "1645656503891932:1760920", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463347943_1179854.json b/lenses/physics-objects/Scene/assets/1675732463347943_1179854.json deleted file mode 100644 index c542c931..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463347943_1179854.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463347943:1179854", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463348216_1179861.json b/lenses/physics-objects/Scene/assets/1675732463348216_1179861.json deleted file mode 100644 index c1093411..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463348216_1179861.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463348216:1179861", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463348448_1179868.json b/lenses/physics-objects/Scene/assets/1675732463348448_1179868.json deleted file mode 100644 index fbc9800f..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463348448_1179868.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463348448:1179868", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463456299_1179906.json b/lenses/physics-objects/Scene/assets/1675732463456299_1179906.json deleted file mode 100644 index 472ba355..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463456299_1179906.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463456299:1179906", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645754449539588:2816580", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645754449540690:2816591", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645754449541845:2816602", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645754449539588:2816580": { - "isLazyAsset": false, - "uid": "1645754449539588:2816580", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645754449540690:2816591": { - "isLazyAsset": false, - "uid": "1645754449540690:2816591", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645754449541845:2816602": { - "isLazyAsset": false, - "uid": "1645754449541845:2816602", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463457044_1179913.json b/lenses/physics-objects/Scene/assets/1675732463457044_1179913.json deleted file mode 100644 index 8504ca98..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463457044_1179913.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463457044:1179913", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463457289_1179920.json b/lenses/physics-objects/Scene/assets/1675732463457289_1179920.json deleted file mode 100644 index a2f0a244..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463457289_1179920.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463457289:1179920", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463457496_1179927.json b/lenses/physics-objects/Scene/assets/1675732463457496_1179927.json deleted file mode 100644 index f19e96e9..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463457496_1179927.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463457496:1179927", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463567870_1179967.json b/lenses/physics-objects/Scene/assets/1675732463567870_1179967.json deleted file mode 100644 index aaff52ff..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463567870_1179967.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463567870:1179967", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645754449544370:2816628", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645754449545486:2816639", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645754449546592:2816650", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645754449544370:2816628": { - "isLazyAsset": false, - "uid": "1645754449544370:2816628", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645754449545486:2816639": { - "isLazyAsset": false, - "uid": "1645754449545486:2816639", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645754449546592:2816650": { - "isLazyAsset": false, - "uid": "1645754449546592:2816650", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463568597_1179974.json b/lenses/physics-objects/Scene/assets/1675732463568597_1179974.json deleted file mode 100644 index a33ac096..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463568597_1179974.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463568597:1179974", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463568936_1179981.json b/lenses/physics-objects/Scene/assets/1675732463568936_1179981.json deleted file mode 100644 index 8cbe4b02..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463568936_1179981.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463568936:1179981", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463569176_1179988.json b/lenses/physics-objects/Scene/assets/1675732463569176_1179988.json deleted file mode 100644 index d69b62cd..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463569176_1179988.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463569176:1179988", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463682873_1180026.json b/lenses/physics-objects/Scene/assets/1675732463682873_1180026.json deleted file mode 100644 index 6e04504b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463682873_1180026.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463682873:1180026", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645767141770030:5062103", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645767141771412:5062114", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645767141772883:5062125", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645767141770030:5062103": { - "isLazyAsset": false, - "uid": "1645767141770030:5062103", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645767141771412:5062114": { - "isLazyAsset": false, - "uid": "1645767141771412:5062114", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645767141772883:5062125": { - "isLazyAsset": false, - "uid": "1645767141772883:5062125", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463683519_1180033.json b/lenses/physics-objects/Scene/assets/1675732463683519_1180033.json deleted file mode 100644 index c9a109c5..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463683519_1180033.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463683519:1180033", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463683760_1180040.json b/lenses/physics-objects/Scene/assets/1675732463683760_1180040.json deleted file mode 100644 index 96ea15c6..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463683760_1180040.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463683760:1180040", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463683967_1180047.json b/lenses/physics-objects/Scene/assets/1675732463683967_1180047.json deleted file mode 100644 index d722a16e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463683967_1180047.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463683967:1180047", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463795182_1180087.json b/lenses/physics-objects/Scene/assets/1675732463795182_1180087.json deleted file mode 100644 index f0f7cef5..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463795182_1180087.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463795182:1180087", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645767141776062:5062147", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645767141777400:5062158", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645767141778757:5062169", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645767141776062:5062147": { - "isLazyAsset": false, - "uid": "1645767141776062:5062147", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645767141777400:5062158": { - "isLazyAsset": false, - "uid": "1645767141777400:5062158", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645767141778757:5062169": { - "isLazyAsset": false, - "uid": "1645767141778757:5062169", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463795984_1180094.json b/lenses/physics-objects/Scene/assets/1675732463795984_1180094.json deleted file mode 100644 index 79912571..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463795984_1180094.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463795984:1180094", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463796238_1180101.json b/lenses/physics-objects/Scene/assets/1675732463796238_1180101.json deleted file mode 100644 index c1fa7fbf..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463796238_1180101.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463796238:1180101", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463796436_1180108.json b/lenses/physics-objects/Scene/assets/1675732463796436_1180108.json deleted file mode 100644 index 8fd15f65..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463796436_1180108.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463796436:1180108", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463907112_1180153.json b/lenses/physics-objects/Scene/assets/1675732463907112_1180153.json deleted file mode 100644 index ee82ac6e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463907112_1180153.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463907112:1180153", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463907351_1180160.json b/lenses/physics-objects/Scene/assets/1675732463907351_1180160.json deleted file mode 100644 index c69ad9c6..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463907351_1180160.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463907351:1180160", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732463907555_1180167.json b/lenses/physics-objects/Scene/assets/1675732463907555_1180167.json deleted file mode 100644 index fdaa5010..00000000 --- a/lenses/physics-objects/Scene/assets/1675732463907555_1180167.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732463907555:1180167", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464017055_1180212.json b/lenses/physics-objects/Scene/assets/1675732464017055_1180212.json deleted file mode 100644 index ade4070e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464017055_1180212.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464017055:1180212", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464017284_1180219.json b/lenses/physics-objects/Scene/assets/1675732464017284_1180219.json deleted file mode 100644 index d28d1296..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464017284_1180219.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464017284:1180219", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464017489_1180226.json b/lenses/physics-objects/Scene/assets/1675732464017489_1180226.json deleted file mode 100644 index a70a204f..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464017489_1180226.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464017489:1180226", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464130433_1180266.json b/lenses/physics-objects/Scene/assets/1675732464130433_1180266.json deleted file mode 100644 index 4332e6e4..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464130433_1180266.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464130433:1180266", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645773890117323:7569057", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645773890119216:7569068", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645773890120324:7569079", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645773890117323:7569057": { - "isLazyAsset": false, - "uid": "1645773890117323:7569057", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645773890119216:7569068": { - "isLazyAsset": false, - "uid": "1645773890119216:7569068", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645773890120324:7569079": { - "isLazyAsset": false, - "uid": "1645773890120324:7569079", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464131149_1180273.json b/lenses/physics-objects/Scene/assets/1675732464131149_1180273.json deleted file mode 100644 index 488d7b8a..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464131149_1180273.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464131149:1180273", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464131462_1180280.json b/lenses/physics-objects/Scene/assets/1675732464131462_1180280.json deleted file mode 100644 index df080cd6..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464131462_1180280.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464131462:1180280", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464131789_1180287.json b/lenses/physics-objects/Scene/assets/1675732464131789_1180287.json deleted file mode 100644 index 2903ea03..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464131789_1180287.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464131789:1180287", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464242838_1180332.json b/lenses/physics-objects/Scene/assets/1675732464242838_1180332.json deleted file mode 100644 index f8861b41..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464242838_1180332.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464242838:1180332", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464243073_1180339.json b/lenses/physics-objects/Scene/assets/1675732464243073_1180339.json deleted file mode 100644 index bdade3dc..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464243073_1180339.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464243073:1180339", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464243265_1180346.json b/lenses/physics-objects/Scene/assets/1675732464243265_1180346.json deleted file mode 100644 index 190730fe..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464243265_1180346.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464243265:1180346", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464353818_1180391.json b/lenses/physics-objects/Scene/assets/1675732464353818_1180391.json deleted file mode 100644 index 925fab18..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464353818_1180391.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464353818:1180391", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464354083_1180398.json b/lenses/physics-objects/Scene/assets/1675732464354083_1180398.json deleted file mode 100644 index 6db342fb..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464354083_1180398.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464354083:1180398", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464354302_1180405.json b/lenses/physics-objects/Scene/assets/1675732464354302_1180405.json deleted file mode 100644 index ee34c8d1..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464354302_1180405.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464354302:1180405", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464467209_1180452.json b/lenses/physics-objects/Scene/assets/1675732464467209_1180452.json deleted file mode 100644 index 765d3850..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464467209_1180452.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464467209:1180452", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464467461_1180459.json b/lenses/physics-objects/Scene/assets/1675732464467461_1180459.json deleted file mode 100644 index e95514a0..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464467461_1180459.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464467461:1180459", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464467667_1180466.json b/lenses/physics-objects/Scene/assets/1675732464467667_1180466.json deleted file mode 100644 index 0d79edcc..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464467667_1180466.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464467667:1180466", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464580175_1180511.json b/lenses/physics-objects/Scene/assets/1675732464580175_1180511.json deleted file mode 100644 index b1ba5fd8..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464580175_1180511.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464580175:1180511", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464580422_1180518.json b/lenses/physics-objects/Scene/assets/1675732464580422_1180518.json deleted file mode 100644 index efacfa24..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464580422_1180518.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464580422:1180518", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464580664_1180525.json b/lenses/physics-objects/Scene/assets/1675732464580664_1180525.json deleted file mode 100644 index 48891ae2..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464580664_1180525.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464580664:1180525", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464693064_1180572.json b/lenses/physics-objects/Scene/assets/1675732464693064_1180572.json deleted file mode 100644 index 6832e14b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464693064_1180572.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464693064:1180572", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464693332_1180579.json b/lenses/physics-objects/Scene/assets/1675732464693332_1180579.json deleted file mode 100644 index 10a23f0b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464693332_1180579.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464693332:1180579", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464693664_1180586.json b/lenses/physics-objects/Scene/assets/1675732464693664_1180586.json deleted file mode 100644 index c5cbb4a5..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464693664_1180586.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464693664:1180586", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464805969_1180631.json b/lenses/physics-objects/Scene/assets/1675732464805969_1180631.json deleted file mode 100644 index 0a5e3452..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464805969_1180631.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464805969:1180631", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464806263_1180638.json b/lenses/physics-objects/Scene/assets/1675732464806263_1180638.json deleted file mode 100644 index 36c5209c..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464806263_1180638.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464806263:1180638", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464806533_1180645.json b/lenses/physics-objects/Scene/assets/1675732464806533_1180645.json deleted file mode 100644 index 533e388f..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464806533_1180645.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464806533:1180645", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464919426_1180692.json b/lenses/physics-objects/Scene/assets/1675732464919426_1180692.json deleted file mode 100644 index 430ee54e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464919426_1180692.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464919426:1180692", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464919671_1180699.json b/lenses/physics-objects/Scene/assets/1675732464919671_1180699.json deleted file mode 100644 index 1a69d922..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464919671_1180699.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464919671:1180699", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732464920128_1180706.json b/lenses/physics-objects/Scene/assets/1675732464920128_1180706.json deleted file mode 100644 index 5559da78..00000000 --- a/lenses/physics-objects/Scene/assets/1675732464920128_1180706.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732464920128:1180706", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465028587_1180751.json b/lenses/physics-objects/Scene/assets/1675732465028587_1180751.json deleted file mode 100644 index a68773c8..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465028587_1180751.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465028587:1180751", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465028823_1180758.json b/lenses/physics-objects/Scene/assets/1675732465028823_1180758.json deleted file mode 100644 index bd57f69e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465028823_1180758.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465028823:1180758", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465029085_1180765.json b/lenses/physics-objects/Scene/assets/1675732465029085_1180765.json deleted file mode 100644 index 19fb7aee..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465029085_1180765.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465029085:1180765", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465140964_1180803.json b/lenses/physics-objects/Scene/assets/1675732465140964_1180803.json deleted file mode 100644 index 0e0df64d..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465140964_1180803.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465140964:1180803", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775467617338:10392536", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775467618558:10392547", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775467619619:10392558", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645775467617338:10392536": { - "isLazyAsset": false, - "uid": "1645775467617338:10392536", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775467618558:10392547": { - "isLazyAsset": false, - "uid": "1645775467618558:10392547", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775467619619:10392558": { - "isLazyAsset": false, - "uid": "1645775467619619:10392558", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465141782_1180810.json b/lenses/physics-objects/Scene/assets/1675732465141782_1180810.json deleted file mode 100644 index c39ba7e0..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465141782_1180810.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465141782:1180810", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465142090_1180817.json b/lenses/physics-objects/Scene/assets/1675732465142090_1180817.json deleted file mode 100644 index 1d684b81..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465142090_1180817.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465142090:1180817", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465142306_1180824.json b/lenses/physics-objects/Scene/assets/1675732465142306_1180824.json deleted file mode 100644 index 130ef9c0..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465142306_1180824.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465142306:1180824", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465249430_1180864.json b/lenses/physics-objects/Scene/assets/1675732465249430_1180864.json deleted file mode 100644 index 1f7facaf..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465249430_1180864.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465249430:1180864", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775467621926:10392580", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775467623055:10392591", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775467624209:10392602", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645775467621926:10392580": { - "isLazyAsset": false, - "uid": "1645775467621926:10392580", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775467623055:10392591": { - "isLazyAsset": false, - "uid": "1645775467623055:10392591", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775467624209:10392602": { - "isLazyAsset": false, - "uid": "1645775467624209:10392602", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465250141_1180871.json b/lenses/physics-objects/Scene/assets/1675732465250141_1180871.json deleted file mode 100644 index ddebd735..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465250141_1180871.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465250141:1180871", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465250378_1180878.json b/lenses/physics-objects/Scene/assets/1675732465250378_1180878.json deleted file mode 100644 index 6c2802c7..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465250378_1180878.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465250378:1180878", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465250608_1180885.json b/lenses/physics-objects/Scene/assets/1675732465250608_1180885.json deleted file mode 100644 index accf7250..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465250608_1180885.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465250608:1180885", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465362125_1180923.json b/lenses/physics-objects/Scene/assets/1675732465362125_1180923.json deleted file mode 100644 index 6e8cdf61..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465362125_1180923.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465362125:1180923", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468402605:10392755", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468403646:10392766", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468404782:10392777", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645775468402605:10392755": { - "isLazyAsset": false, - "uid": "1645775468402605:10392755", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468403646:10392766": { - "isLazyAsset": false, - "uid": "1645775468403646:10392766", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468404782:10392777": { - "isLazyAsset": false, - "uid": "1645775468404782:10392777", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465362867_1180930.json b/lenses/physics-objects/Scene/assets/1675732465362867_1180930.json deleted file mode 100644 index ade65f42..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465362867_1180930.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465362867:1180930", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465363136_1180937.json b/lenses/physics-objects/Scene/assets/1675732465363136_1180937.json deleted file mode 100644 index 0f0c199b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465363136_1180937.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465363136:1180937", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465363350_1180944.json b/lenses/physics-objects/Scene/assets/1675732465363350_1180944.json deleted file mode 100644 index cdc56f3b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465363350_1180944.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465363350:1180944", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465477195_1180982.json b/lenses/physics-objects/Scene/assets/1675732465477195_1180982.json deleted file mode 100644 index 25d3d0ff..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465477195_1180982.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465477195:1180982", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468407635:10392799", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468408765:10392810", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468409795:10392821", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645775468407635:10392799": { - "isLazyAsset": false, - "uid": "1645775468407635:10392799", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468408765:10392810": { - "isLazyAsset": false, - "uid": "1645775468408765:10392810", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468409795:10392821": { - "isLazyAsset": false, - "uid": "1645775468409795:10392821", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465477972_1180991.json b/lenses/physics-objects/Scene/assets/1675732465477972_1180991.json deleted file mode 100644 index 740ba677..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465477972_1180991.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465477972:1180991", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465478210_1180998.json b/lenses/physics-objects/Scene/assets/1675732465478210_1180998.json deleted file mode 100644 index db05c990..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465478210_1180998.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465478210:1180998", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465478597_1181005.json b/lenses/physics-objects/Scene/assets/1675732465478597_1181005.json deleted file mode 100644 index 1421b298..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465478597_1181005.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465478597:1181005", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465587667_1181043.json b/lenses/physics-objects/Scene/assets/1675732465587667_1181043.json deleted file mode 100644 index c80a038c..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465587667_1181043.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465587667:1181043", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468548669:10392906", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468549959:10392917", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468551195:10392928", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645775468548669:10392906": { - "isLazyAsset": false, - "uid": "1645775468548669:10392906", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468549959:10392917": { - "isLazyAsset": false, - "uid": "1645775468549959:10392917", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468551195:10392928": { - "isLazyAsset": false, - "uid": "1645775468551195:10392928", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465588462_1181050.json b/lenses/physics-objects/Scene/assets/1675732465588462_1181050.json deleted file mode 100644 index 169e675b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465588462_1181050.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465588462:1181050", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465588777_1181057.json b/lenses/physics-objects/Scene/assets/1675732465588777_1181057.json deleted file mode 100644 index d637c9b9..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465588777_1181057.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465588777:1181057", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465589059_1181064.json b/lenses/physics-objects/Scene/assets/1675732465589059_1181064.json deleted file mode 100644 index e175e9cd..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465589059_1181064.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465589059:1181064", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465697225_1181102.json b/lenses/physics-objects/Scene/assets/1675732465697225_1181102.json deleted file mode 100644 index 034979dc..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465697225_1181102.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465697225:1181102", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468553659:10392950", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468554713:10392961", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468555904:10392972", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645775468553659:10392950": { - "isLazyAsset": false, - "uid": "1645775468553659:10392950", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468554713:10392961": { - "isLazyAsset": false, - "uid": "1645775468554713:10392961", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468555904:10392972": { - "isLazyAsset": false, - "uid": "1645775468555904:10392972", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465698035_1181109.json b/lenses/physics-objects/Scene/assets/1675732465698035_1181109.json deleted file mode 100644 index cd8cbcd2..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465698035_1181109.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465698035:1181109", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465698336_1181116.json b/lenses/physics-objects/Scene/assets/1675732465698336_1181116.json deleted file mode 100644 index 73164ffd..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465698336_1181116.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465698336:1181116", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465698593_1181123.json b/lenses/physics-objects/Scene/assets/1675732465698593_1181123.json deleted file mode 100644 index afd3a7ce..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465698593_1181123.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465698593:1181123", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465812587_1181170.json b/lenses/physics-objects/Scene/assets/1675732465812587_1181170.json deleted file mode 100644 index a688f0ca..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465812587_1181170.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465812587:1181170", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465812891_1181177.json b/lenses/physics-objects/Scene/assets/1675732465812891_1181177.json deleted file mode 100644 index 16db9f1f..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465812891_1181177.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465812891:1181177", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465813290_1181184.json b/lenses/physics-objects/Scene/assets/1675732465813290_1181184.json deleted file mode 100644 index 75195b07..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465813290_1181184.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465813290:1181184", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465928556_1181229.json b/lenses/physics-objects/Scene/assets/1675732465928556_1181229.json deleted file mode 100644 index 81562795..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465928556_1181229.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465928556:1181229", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465928798_1181236.json b/lenses/physics-objects/Scene/assets/1675732465928798_1181236.json deleted file mode 100644 index 0c3a87e4..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465928798_1181236.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465928798:1181236", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732465929008_1181243.json b/lenses/physics-objects/Scene/assets/1675732465929008_1181243.json deleted file mode 100644 index 4457e708..00000000 --- a/lenses/physics-objects/Scene/assets/1675732465929008_1181243.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732465929008:1181243", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466036579_1181288.json b/lenses/physics-objects/Scene/assets/1675732466036579_1181288.json deleted file mode 100644 index 76264173..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466036579_1181288.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466036579:1181288", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466036828_1181295.json b/lenses/physics-objects/Scene/assets/1675732466036828_1181295.json deleted file mode 100644 index e597dd2b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466036828_1181295.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466036828:1181295", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466037024_1181302.json b/lenses/physics-objects/Scene/assets/1675732466037024_1181302.json deleted file mode 100644 index 15597469..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466037024_1181302.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466037024:1181302", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466150254_1181349.json b/lenses/physics-objects/Scene/assets/1675732466150254_1181349.json deleted file mode 100644 index 912e5269..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466150254_1181349.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466150254:1181349", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466150486_1181356.json b/lenses/physics-objects/Scene/assets/1675732466150486_1181356.json deleted file mode 100644 index 1c44b63a..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466150486_1181356.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466150486:1181356", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466150702_1181363.json b/lenses/physics-objects/Scene/assets/1675732466150702_1181363.json deleted file mode 100644 index ea1539cd..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466150702_1181363.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466150702:1181363", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466260619_1181401.json b/lenses/physics-objects/Scene/assets/1675732466260619_1181401.json deleted file mode 100644 index f7de1f26..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466260619_1181401.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466260619:1181401", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468577682:10393174", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468578823:10393185", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468581270:10393196", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645775468577682:10393174": { - "isLazyAsset": false, - "uid": "1645775468577682:10393174", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468578823:10393185": { - "isLazyAsset": false, - "uid": "1645775468578823:10393185", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468581270:10393196": { - "isLazyAsset": false, - "uid": "1645775468581270:10393196", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466261400_1181408.json b/lenses/physics-objects/Scene/assets/1675732466261400_1181408.json deleted file mode 100644 index 6c283fa0..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466261400_1181408.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466261400:1181408", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466261708_1181415.json b/lenses/physics-objects/Scene/assets/1675732466261708_1181415.json deleted file mode 100644 index d7bdf7c5..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466261708_1181415.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466261708:1181415", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466262106_1181422.json b/lenses/physics-objects/Scene/assets/1675732466262106_1181422.json deleted file mode 100644 index 42787e5e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466262106_1181422.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466262106:1181422", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466370715_1181462.json b/lenses/physics-objects/Scene/assets/1675732466370715_1181462.json deleted file mode 100644 index c898e14b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466370715_1181462.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466370715:1181462", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468583984:10393218", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468585070:10393229", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468586129:10393240", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645775468583984:10393218": { - "isLazyAsset": false, - "uid": "1645775468583984:10393218", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468585070:10393229": { - "isLazyAsset": false, - "uid": "1645775468585070:10393229", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468586129:10393240": { - "isLazyAsset": false, - "uid": "1645775468586129:10393240", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466371435_1181469.json b/lenses/physics-objects/Scene/assets/1675732466371435_1181469.json deleted file mode 100644 index d583b955..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466371435_1181469.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466371435:1181469", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466371693_1181476.json b/lenses/physics-objects/Scene/assets/1675732466371693_1181476.json deleted file mode 100644 index 453e0a0a..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466371693_1181476.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466371693:1181476", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466371935_1181483.json b/lenses/physics-objects/Scene/assets/1675732466371935_1181483.json deleted file mode 100644 index cbd8f049..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466371935_1181483.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466371935:1181483", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466484012_1181521.json b/lenses/physics-objects/Scene/assets/1675732466484012_1181521.json deleted file mode 100644 index 2f0f22a1..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466484012_1181521.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466484012:1181521", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645814551955296:3999556", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645814552041305:3999575", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645814552093286:3999594", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1645814551955296:3999556": { - "isLazyAsset": false, - "uid": "1645814551955296:3999556", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645814552041305:3999575": { - "isLazyAsset": false, - "uid": "1645814552041305:3999575", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645814552093286:3999594": { - "isLazyAsset": false, - "uid": "1645814552093286:3999594", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466484714_1181528.json b/lenses/physics-objects/Scene/assets/1675732466484714_1181528.json deleted file mode 100644 index 3d9a14ad..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466484714_1181528.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466484714:1181528", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466485142_1181535.json b/lenses/physics-objects/Scene/assets/1675732466485142_1181535.json deleted file mode 100644 index 6b9bf5dd..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466485142_1181535.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466485142:1181535", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466485378_1181542.json b/lenses/physics-objects/Scene/assets/1675732466485378_1181542.json deleted file mode 100644 index c542f027..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466485378_1181542.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466485378:1181542", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466579127_1181562.json b/lenses/physics-objects/Scene/assets/1675732466579127_1181562.json deleted file mode 100644 index 2458948d..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466579127_1181562.json +++ /dev/null @@ -1,250 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466579127:1181562", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": false, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646035739137672:10276587", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1646035739137672:10276587": { - "isLazyAsset": false, - "uid": "1646035739137672:10276587", - "type": "Asset.Texture", - "name": "Textures/Image.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9665533477287714783, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/emptySprite.png", - "location": 0 - }, - "filename": "system/materials/textures/emptySprite.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466716209_1181594.json b/lenses/physics-objects/Scene/assets/1675732466716209_1181594.json deleted file mode 100644 index 4122fe11..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466716209_1181594.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466716209:1181594", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466716729_1181601.json b/lenses/physics-objects/Scene/assets/1675732466716729_1181601.json deleted file mode 100644 index aa31261e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466716729_1181601.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466716729:1181601", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466717183_1181608.json b/lenses/physics-objects/Scene/assets/1675732466717183_1181608.json deleted file mode 100644 index 0cbf8d12..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466717183_1181608.json +++ /dev/null @@ -1,293 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466717183:1181608", - "type": "Asset.Material", - "name": "UberDiffuse.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_LIGHTING", - "ENABLE_TONE_MAPPING", - "PROJECTED_UV -2", - "SCREEN_UV -1", - "UV2_SOURCE 0", - "UV3_SOURCE 0", - "bakedShadowsTexUV 0", - "baseTexUV 0", - "detailMaskTexUV 0", - "detailNormalTexUV 0", - "detailTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N036", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646166129562319:627300", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 7974827431987348002, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberDiffuse//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberDiffuse//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1646166129562319:627300": { - "isLazyAsset": false, - "uid": "1646166129562319:627300", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466824116_1181640.json b/lenses/physics-objects/Scene/assets/1675732466824116_1181640.json deleted file mode 100644 index f26d295e..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466824116_1181640.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466824116:1181640", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466824509_1181647.json b/lenses/physics-objects/Scene/assets/1675732466824509_1181647.json deleted file mode 100644 index 96a64482..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466824509_1181647.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466824509:1181647", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466825020_1181654.json b/lenses/physics-objects/Scene/assets/1675732466825020_1181654.json deleted file mode 100644 index 9827946c..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466825020_1181654.json +++ /dev/null @@ -1,293 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466825020:1181654", - "type": "Asset.Material", - "name": "UberDiffuse.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_LIGHTING", - "ENABLE_TONE_MAPPING", - "PROJECTED_UV -2", - "SCREEN_UV -1", - "UV2_SOURCE 0", - "UV3_SOURCE 0", - "bakedShadowsTexUV 0", - "baseTexUV 0", - "detailMaskTexUV 0", - "detailNormalTexUV 0", - "detailTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_AO_N036", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Emissive_N036", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646266942959252:3020181", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 7974827431987348002, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberDiffuse//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberDiffuse//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1646266942959252:3020181": { - "isLazyAsset": false, - "uid": "1646266942959252:3020181", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466932358_1181694.json b/lenses/physics-objects/Scene/assets/1675732466932358_1181694.json deleted file mode 100644 index 5cd867fb..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466932358_1181694.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466932358:1181694", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804884251:3834039", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804885357:3834050", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804960745:3834069", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1646267804884251:3834039": { - "isLazyAsset": false, - "uid": "1646267804884251:3834039", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1646267804885357:3834050": { - "isLazyAsset": false, - "uid": "1646267804885357:3834050", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1646267804960745:3834069": { - "isLazyAsset": false, - "uid": "1646267804960745:3834069", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466933278_1181701.json b/lenses/physics-objects/Scene/assets/1675732466933278_1181701.json deleted file mode 100644 index c60d4c88..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466933278_1181701.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466933278:1181701", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466933598_1181708.json b/lenses/physics-objects/Scene/assets/1675732466933598_1181708.json deleted file mode 100644 index 48964601..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466933598_1181708.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466933598:1181708", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732466933916_1181715.json b/lenses/physics-objects/Scene/assets/1675732466933916_1181715.json deleted file mode 100644 index eecffc2d..00000000 --- a/lenses/physics-objects/Scene/assets/1675732466933916_1181715.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732466933916:1181715", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467048907_1181753.json b/lenses/physics-objects/Scene/assets/1675732467048907_1181753.json deleted file mode 100644 index fd3078a4..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467048907_1181753.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467048907:1181753", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804963272:3834091", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804964282:3834102", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804965266:3834113", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1646267804963272:3834091": { - "isLazyAsset": false, - "uid": "1646267804963272:3834091", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1646267804964282:3834102": { - "isLazyAsset": false, - "uid": "1646267804964282:3834102", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1646267804965266:3834113": { - "isLazyAsset": false, - "uid": "1646267804965266:3834113", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467049676_1181760.json b/lenses/physics-objects/Scene/assets/1675732467049676_1181760.json deleted file mode 100644 index df2ce6ef..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467049676_1181760.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467049676:1181760", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467050002_1181767.json b/lenses/physics-objects/Scene/assets/1675732467050002_1181767.json deleted file mode 100644 index 73360303..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467050002_1181767.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467050002:1181767", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467050294_1181774.json b/lenses/physics-objects/Scene/assets/1675732467050294_1181774.json deleted file mode 100644 index 90cc1638..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467050294_1181774.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467050294:1181774", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467163006_1181814.json b/lenses/physics-objects/Scene/assets/1675732467163006_1181814.json deleted file mode 100644 index 59860d48..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467163006_1181814.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467163006:1181814", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804967474:3834135", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804968452:3834146", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646267804969560:3834157", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - }, - "privateAssets": { - "1646267804967474:3834135": { - "isLazyAsset": false, - "uid": "1646267804967474:3834135", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1646267804968452:3834146": { - "isLazyAsset": false, - "uid": "1646267804968452:3834146", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1646267804969560:3834157": { - "isLazyAsset": false, - "uid": "1646267804969560:3834157", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467163754_1181821.json b/lenses/physics-objects/Scene/assets/1675732467163754_1181821.json deleted file mode 100644 index 6be1d169..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467163754_1181821.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467163754:1181821", - "type": "Asset.Texture", - "name": "Textures/Base.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467164041_1181828.json b/lenses/physics-objects/Scene/assets/1675732467164041_1181828.json deleted file mode 100644 index e3756791..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467164041_1181828.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467164041:1181828", - "type": "Asset.Texture", - "name": "Textures/MaterialParams.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467164297_1181835.json b/lenses/physics-objects/Scene/assets/1675732467164297_1181835.json deleted file mode 100644 index 739b8703..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467164297_1181835.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467164297:1181835", - "type": "Asset.Texture", - "name": "Textures/Normal.png", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467258235_1181853.json b/lenses/physics-objects/Scene/assets/1675732467258235_1181853.json deleted file mode 100644 index ded35dc8..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467258235_1181853.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467258235:1181853", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467614808_1181931.json b/lenses/physics-objects/Scene/assets/1675732467614808_1181931.json deleted file mode 100644 index 6465359b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467614808_1181931.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467614808:1181931", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467703322_1181951.json b/lenses/physics-objects/Scene/assets/1675732467703322_1181951.json deleted file mode 100644 index a6c8352b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467703322_1181951.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467703322:1181951", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467792780_1181971.json b/lenses/physics-objects/Scene/assets/1675732467792780_1181971.json deleted file mode 100644 index 9041bacd..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467792780_1181971.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467792780:1181971", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467879292_1181989.json b/lenses/physics-objects/Scene/assets/1675732467879292_1181989.json deleted file mode 100644 index 3b2de76f..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467879292_1181989.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467879292:1181989", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732467968182_1182009.json b/lenses/physics-objects/Scene/assets/1675732467968182_1182009.json deleted file mode 100644 index 6181a182..00000000 --- a/lenses/physics-objects/Scene/assets/1675732467968182_1182009.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732467968182:1182009", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468056598_1182029.json b/lenses/physics-objects/Scene/assets/1675732468056598_1182029.json deleted file mode 100644 index 806cb3b0..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468056598_1182029.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468056598:1182029", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468145448_1182047.json b/lenses/physics-objects/Scene/assets/1675732468145448_1182047.json deleted file mode 100644 index 6e9f3a53..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468145448_1182047.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468145448:1182047", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468232264_1182067.json b/lenses/physics-objects/Scene/assets/1675732468232264_1182067.json deleted file mode 100644 index 0777bc74..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468232264_1182067.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468232264:1182067", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468322009_1182087.json b/lenses/physics-objects/Scene/assets/1675732468322009_1182087.json deleted file mode 100644 index 65842b0b..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468322009_1182087.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468322009:1182087", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468410124_1182105.json b/lenses/physics-objects/Scene/assets/1675732468410124_1182105.json deleted file mode 100644 index 6b83c6b0..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468410124_1182105.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468410124:1182105", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468500294_1182125.json b/lenses/physics-objects/Scene/assets/1675732468500294_1182125.json deleted file mode 100644 index aec453ae..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468500294_1182125.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468500294:1182125", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468590461_1182145.json b/lenses/physics-objects/Scene/assets/1675732468590461_1182145.json deleted file mode 100644 index b370d131..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468590461_1182145.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468590461:1182145", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468679033_1182165.json b/lenses/physics-objects/Scene/assets/1675732468679033_1182165.json deleted file mode 100644 index 3ec7b580..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468679033_1182165.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468679033:1182165", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646873394980217:3043739", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468767295_1182183.json b/lenses/physics-objects/Scene/assets/1675732468767295_1182183.json deleted file mode 100644 index 72476931..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468767295_1182183.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468767295:1182183", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468857483_1182203.json b/lenses/physics-objects/Scene/assets/1675732468857483_1182203.json deleted file mode 100644 index 0c7b7fc3..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468857483_1182203.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468857483:1182203", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732468944504_1182223.json b/lenses/physics-objects/Scene/assets/1675732468944504_1182223.json deleted file mode 100644 index fb93aef3..00000000 --- a/lenses/physics-objects/Scene/assets/1675732468944504_1182223.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732468944504:1182223", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646873394980217:3043739", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732469034458_1182241.json b/lenses/physics-objects/Scene/assets/1675732469034458_1182241.json deleted file mode 100644 index 28c0d68c..00000000 --- a/lenses/physics-objects/Scene/assets/1675732469034458_1182241.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732469034458:1182241", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732469126530_1182261.json b/lenses/physics-objects/Scene/assets/1675732469126530_1182261.json deleted file mode 100644 index 0734c342..00000000 --- a/lenses/physics-objects/Scene/assets/1675732469126530_1182261.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732469126530:1182261", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732469214595_1182279.json b/lenses/physics-objects/Scene/assets/1675732469214595_1182279.json deleted file mode 100644 index 7e04852a..00000000 --- a/lenses/physics-objects/Scene/assets/1675732469214595_1182279.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732469214595:1182279", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646873394980217:3043739", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1675732469305067_1182297.json b/lenses/physics-objects/Scene/assets/1675732469305067_1182297.json deleted file mode 100644 index 6babe27a..00000000 --- a/lenses/physics-objects/Scene/assets/1675732469305067_1182297.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "core": { - "isLazyAsset": false, - "uid": "1675732469305067:1182297", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/assets/1684155990188733_1586616.json b/lenses/physics-objects/Scene/assets/1684155990188733_1586616.json deleted file mode 100644 index 64b17730..00000000 --- a/lenses/physics-objects/Scene/assets/1684155990188733_1586616.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "privateAssets": { - "1684155990188720:1586615": { - "isLazyAsset": false, - "uid": "1684155990188720:1586615", - "type": "Asset.RemoteServiceModule", - "name": "Unity SDK - Generic API", - "apiSpecId": "98821e72-0407-4125-be80-89a9c7933631" - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1684155990194922_1586620.json b/lenses/physics-objects/Scene/assets/1684155990194922_1586620.json deleted file mode 100644 index 8169d24a..00000000 --- a/lenses/physics-objects/Scene/assets/1684155990194922_1586620.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "privateAssets": { - "1684155990194963:1586621": { - "isLazyAsset": false, - "uid": "1684155990194963:1586621", - "type": "Asset.ScriptAsset", - "name": "Unity SDK - Generic API API Module.js", - "publicName": "Unity SDK - Generic API API Module.js", - "hash": 15573517483005513687, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1684155990192886_1586619.js", - "location": 0 - }, - "filename": "Files/File_1684155990192886_1586619.js" - }, - "staticInputs": null, - "automodules": null - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1684155990201272_1586628.json b/lenses/physics-objects/Scene/assets/1684155990201272_1586628.json deleted file mode 100644 index f1507cbd..00000000 --- a/lenses/physics-objects/Scene/assets/1684155990201272_1586628.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "privateAssets": { - "1684155990201281:1586629": { - "isLazyAsset": false, - "uid": "1684155990201281:1586629", - "type": "Asset.ScriptAsset", - "name": "Unity SDK - Generic API API.js", - "publicName": "Unity SDK - Generic API API.js", - "hash": 10223431829030589782, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1684155990199358_1586627.js", - "location": 0 - }, - "filename": "Files/File_1684155990199358_1586627.js" - }, - "staticInputs": null, - "automodules": [ - { - "asset": "1684155990194963:1586621" - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/assets/1684156305007834_2212173.json b/lenses/physics-objects/Scene/assets/1684156305007834_2212173.json deleted file mode 100644 index d32e7a34..00000000 --- a/lenses/physics-objects/Scene/assets/1684156305007834_2212173.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "privateAssets": { - "1684156305007845:2212174": { - "isLazyAsset": false, - "uid": "1684156305007845:2212174", - "type": "Asset.ScriptAsset", - "name": "Scripts/RequestUnityState.js", - "publicName": "Scripts/RequestUnityState.js", - "hash": 2564016255205811221, - "provider": { - "type": "Provider.FileScriptProvider", - "fileinfo": { - "path": "Files/File_1684156305005333_2212168.js", - "location": 0 - }, - "filename": "Files/File_1684156305005333_2212168.js" - }, - "staticInputs": null, - "automodules": [ - { - "asset": "1684155990194963:1586621" - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/config.json b/lenses/physics-objects/Scene/config.json deleted file mode 100644 index 992619c8..00000000 --- a/lenses/physics-objects/Scene/config.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "version": 1, - "core_version": 200, - "lifecycleMode": { - "value": 0, - "description": "legacy" - }, - "faceStretchBatchingStrategy": { - "value": 0, - "description": "EqualRenderOrders" - }, - "faceStretchAlgorithm": { - "value": 0, - "description": "OldStretchAlgorithm" - }, - "renderTargetStrategy": { - "value": 1, - "description": "RenderTargetInCamera" - }, - "equalCameraOrderStrategy": { - "value": 0, - "description": "ByCameraOrder" - }, - "renderOutput": "1:1", - "previewOutput": "-1:-1", - "overlayOutput": "-1:-1", - "logstreamingsystem": { - "mobileStudioLogStreamingExperienceId": "" - } -} diff --git a/lenses/physics-objects/Scene/hierarchy.json b/lenses/physics-objects/Scene/hierarchy.json deleted file mode 100644 index 30539e75..00000000 --- a/lenses/physics-objects/Scene/hierarchy.json +++ /dev/null @@ -1,878 +0,0 @@ -{ - "101:100": { - "p": "1646185898638411:267216", - "i": 1 - }, - "1517446348227994:84813": { - "p": "-1:-1", - "i": 1 - }, - "1517446348228144:84822": { - "p": "1517446348227994:84813", - "i": 1 - }, - "1528843813151434:5126": { - "p": "1517446348227994:84813", - "i": 0 - }, - "1644734550920530:266419": { - "p": "1644986109926833:1048990", - "i": 1 - }, - "1644734551018142:266747": { - "p": "1644734550920530:266419", - "i": 2 - }, - "1644734551021428:266762": { - "p": "1644734550920530:266419", - "i": 3 - }, - "1644734551023490:266777": { - "p": "1644734550920530:266419", - "i": 4 - }, - "1644735280452848:415491": { - "p": "1644986109926833:1048990", - "i": 0 - }, - "1644986109926833:1048990": { - "p": "1646185898638411:267216", - "i": 0 - }, - "1645051594446629:2147770": { - "p": "1645206061580788:993667", - "i": 0 - }, - "1645053604947288:3241095": { - "p": "1645206032724092:968573", - "i": 1 - }, - "1645060164383617:793454": { - "p": "1645206061580788:993667", - "i": 1 - }, - "1645060196377173:805327": { - "p": "1645206061580788:993667", - "i": 2 - }, - "1645060218084728:817453": { - "p": "1645206061580788:993667", - "i": 3 - }, - "1645062092699957:1687593": { - "p": "1645206032724092:968573", - "i": 0 - }, - "1645205944606516:906341": { - "p": "1644986109926833:1048990", - "i": 2 - }, - "1645205970185358:940867": { - "p": "1646084571808603:6810583", - "i": 1 - }, - "1645206032724092:968573": { - "p": "1646084571808603:6810583", - "i": 0 - }, - "1645206061580788:993667": { - "p": "1646084571808603:6810583", - "i": 3 - }, - "1645235049745257:6439469": { - "p": "1645236294629642:6940575", - "i": 0 - }, - "1645235049749324:6439491": { - "p": "1645236294629642:6940575", - "i": 1 - }, - "1645236294629642:6940575": { - "p": "1645205970185358:940867", - "i": 2 - }, - "1645515876943954:1310029": { - "p": "-1:-1", - "i": 2 - }, - "1645555019833101:103202": { - "p": "-1:-1", - "i": 0 - }, - "1645657042716596:2061733": { - "p": "1646084571808603:6810583", - "i": 2 - }, - "1645766451630816:4747357": { - "p": "1645205970185358:940867", - "i": 0 - }, - "1645770609958439:5687418": { - "p": "1645205970185358:940867", - "i": 1 - }, - "1645770609960618:5687506": { - "p": "1645770609958439:5687418", - "i": 0 - }, - "1645770609966034:5687524": { - "p": "1645770609958439:5687418", - "i": 1 - }, - "1645770609971540:5687542": { - "p": "1645770609958439:5687418", - "i": 2 - }, - "1645770609976986:5687560": { - "p": "1645770609958439:5687418", - "i": 3 - }, - "1645770609982043:5687578": { - "p": "1645770609958439:5687418", - "i": 4 - }, - "1645770609989659:5687600": { - "p": "1645770609958439:5687418", - "i": 5 - }, - "1645770610000751:5687618": { - "p": "1645770609958439:5687418", - "i": 6 - }, - "1645770610006798:5687640": { - "p": "1645770609958439:5687418", - "i": 7 - }, - "1645770610013064:5687658": { - "p": "1645770609958439:5687418", - "i": 8 - }, - "1645770610018812:5687676": { - "p": "1645770609958439:5687418", - "i": 9 - }, - "1645770610023851:5687694": { - "p": "1645770609958439:5687418", - "i": 10 - }, - "1645770610029566:5687712": { - "p": "1645770609958439:5687418", - "i": 11 - }, - "1645770610034729:5687730": { - "p": "1645770609958439:5687418", - "i": 12 - }, - "1645770610042156:5687748": { - "p": "1645770609958439:5687418", - "i": 13 - }, - "1645770610052281:5687770": { - "p": "1645770609958439:5687418", - "i": 14 - }, - "1645770610058114:5687788": { - "p": "1645770609958439:5687418", - "i": 15 - }, - "1645770610064434:5687810": { - "p": "1645770609958439:5687418", - "i": 16 - }, - "1645770610070292:5687828": { - "p": "1645770609958439:5687418", - "i": 17 - }, - "1645770610075404:5687846": { - "p": "1645770609958439:5687418", - "i": 18 - }, - "1645770610080356:5687864": { - "p": "1645770609958439:5687418", - "i": 19 - }, - "1645770610085037:5687882": { - "p": "1645770609958439:5687418", - "i": 20 - }, - "1645770610092500:5687900": { - "p": "1645770609958439:5687418", - "i": 21 - }, - "1645770610101130:5687918": { - "p": "1645770609958439:5687418", - "i": 22 - }, - "1645770610106651:5687936": { - "p": "1645770609958439:5687418", - "i": 23 - }, - "1645770610111543:5687954": { - "p": "1645770609958439:5687418", - "i": 24 - }, - "1645770610118521:5687976": { - "p": "1645770609958439:5687418", - "i": 25 - }, - "1645770610125660:5687994": { - "p": "1645770609958439:5687418", - "i": 26 - }, - "1645770610131071:5688012": { - "p": "1645770609958439:5687418", - "i": 27 - }, - "1645770610137054:5688030": { - "p": "1645770609958439:5687418", - "i": 28 - }, - "1645770610149643:5688052": { - "p": "1645770609958439:5687418", - "i": 29 - }, - "1645770610155979:5688070": { - "p": "1645770609958439:5687418", - "i": 30 - }, - "1645770610161534:5688088": { - "p": "1645770609958439:5687418", - "i": 31 - }, - "1645770610167059:5688106": { - "p": "1645770609958439:5687418", - "i": 32 - }, - "1645770610173800:5688128": { - "p": "1645770609958439:5687418", - "i": 33 - }, - "1645770610181484:5688146": { - "p": "1645770609958439:5687418", - "i": 34 - }, - "1645770610186958:5688164": { - "p": "1645770609958439:5687418", - "i": 35 - }, - "1645770610197756:5688186": { - "p": "1645770609958439:5687418", - "i": 36 - }, - "1645770610205511:5688204": { - "p": "1645770609958439:5687418", - "i": 37 - }, - "1645770610211150:5688222": { - "p": "1645770609958439:5687418", - "i": 38 - }, - "1645770610216552:5688240": { - "p": "1645770609958439:5687418", - "i": 39 - }, - "1645770610223394:5688258": { - "p": "1645770609958439:5687418", - "i": 40 - }, - "1645770610229294:5688276": { - "p": "1645770609958439:5687418", - "i": 41 - }, - "1645770610235156:5688294": { - "p": "1645770609958439:5687418", - "i": 42 - }, - "1645770610243208:5688312": { - "p": "1645770609958439:5687418", - "i": 43 - }, - "1645770610251529:5688334": { - "p": "1645770609958439:5687418", - "i": 44 - }, - "1645770610257726:5688352": { - "p": "1645770609958439:5687418", - "i": 45 - }, - "1645770610263795:5688370": { - "p": "1645770609958439:5687418", - "i": 46 - }, - "1645775482632722:10447337": { - "p": "1645775483609692:10452230", - "i": 0 - }, - "1645775482659047:10447529": { - "p": "1645775482632722:10447337", - "i": 0 - }, - "1645775483609692:10452230": { - "p": "1646185936790698:387572", - "i": 0 - }, - "1645775483621143:10452311": { - "p": "1645775482632722:10447337", - "i": 2 - }, - "1645775483623720:10452313": { - "p": "1645775483621143:10452311", - "i": 0 - }, - "1645775483628446:10452337": { - "p": "1645775483623720:10452313", - "i": 0 - }, - "1645775483633184:10452359": { - "p": "1646084748671013:7004566", - "i": 0 - }, - "1645775483636250:10452368": { - "p": "1645775483633184:10452359", - "i": 0 - }, - "1645775483648426:10452401": { - "p": "1645775483633184:10452359", - "i": 1 - }, - "1645775483665678:10452518": { - "p": "1645775483633184:10452359", - "i": 2 - }, - "1645775483678034:10452558": { - "p": "1645775483633184:10452359", - "i": 3 - }, - "1645775483690148:10452594": { - "p": "1645775483633184:10452359", - "i": 4 - }, - "1645775483701156:10452630": { - "p": "1645775483633184:10452359", - "i": 5 - }, - "1645775483716275:10452677": { - "p": "1646084748671013:7004566", - "i": 1 - }, - "1645775483727427:10453895": { - "p": "1645775483716275:10452677", - "i": 0 - }, - "1645775483740757:10453926": { - "p": "1646084748671013:7004566", - "i": 2 - }, - "1645775483752133:10455148": { - "p": "1645775483740757:10453926", - "i": 0 - }, - "1645775483758491:10455174": { - "p": "1645775483752133:10455148", - "i": 0 - }, - "1645775483777399:10455601": { - "p": "1646084748671013:7004566", - "i": 3 - }, - "1645775483791282:10456828": { - "p": "1645775483777399:10455601", - "i": 0 - }, - "1645775483797511:10456854": { - "p": "1645775483791282:10456828", - "i": 0 - }, - "1645775483817147:10457283": { - "p": "1646084748671013:7004566", - "i": 4 - }, - "1645775483830070:10458508": { - "p": "1645775483817147:10457283", - "i": 0 - }, - "1645775483836553:10458534": { - "p": "1645775483830070:10458508", - "i": 0 - }, - "1645775483856616:10458963": { - "p": "1646084748671013:7004566", - "i": 5 - }, - "1645775483863237:10458986": { - "p": "1645775483856616:10458963", - "i": 0 - }, - "1645775483875703:10459408": { - "p": "1645775483856616:10458963", - "i": 1 - }, - "1645775483893935:10459871": { - "p": "1645775483628446:10452337", - "i": 1 - }, - "1645775483921553:10460113": { - "p": "1645775482632722:10447337", - "i": 1 - }, - "1645775483930471:10460522": { - "p": "1646032407703609:5315901", - "i": 0 - }, - "1645775483933611:10460531": { - "p": "1645775483930471:10460522", - "i": 0 - }, - "1645775483938740:10460550": { - "p": "1645775483933611:10460531", - "i": 0 - }, - "1645775483950577:10460562": { - "p": "1645775483930471:10460522", - "i": 1 - }, - "1645775483956374:10460581": { - "p": "1645775483950577:10460562", - "i": 0 - }, - "1645775483973111:10460674": { - "p": "1645775483930471:10460522", - "i": 2 - }, - "1645775483978162:10460693": { - "p": "1645775483973111:10460674", - "i": 0 - }, - "1645775483994403:10460782": { - "p": "1645775483930471:10460522", - "i": 3 - }, - "1645775483999228:10460801": { - "p": "1645775483994403:10460782", - "i": 0 - }, - "1645775484015873:10460894": { - "p": "1645775483930471:10460522", - "i": 4 - }, - "1645775484019098:10460900": { - "p": "1645775484015873:10460894", - "i": 0 - }, - "1645775484023080:10460915": { - "p": "1645775484019098:10460900", - "i": 0 - }, - "1645775484029094:10460922": { - "p": "1645775484019098:10460900", - "i": 1 - }, - "1645775484042942:10461014": { - "p": "1645775484019098:10460900", - "i": 2 - }, - "1645775484050124:10461021": { - "p": "1645775484019098:10460900", - "i": 3 - }, - "1645775484057832:10461028": { - "p": "1645775484019098:10460900", - "i": 4 - }, - "1645775484064589:10461035": { - "p": "1645775484019098:10460900", - "i": 5 - }, - "1645775484071170:10461042": { - "p": "1645775484019098:10460900", - "i": 6 - }, - "1645775484078861:10461053": { - "p": "1645775484019098:10460900", - "i": 7 - }, - "1645775484087008:10461060": { - "p": "1645775484019098:10460900", - "i": 8 - }, - "1645775484097579:10461068": { - "p": "1645775484015873:10460894", - "i": 1 - }, - "1645775484101498:10461083": { - "p": "1645775484097579:10461068", - "i": 0 - }, - "1645775484108828:10461094": { - "p": "1645775484097579:10461068", - "i": 1 - }, - "1645775484126437:10461183": { - "p": "1645775484015873:10460894", - "i": 2 - }, - "1645775484130509:10461198": { - "p": "1645775484126437:10461183", - "i": 0 - }, - "1645775484147613:10461291": { - "p": "1645775484015873:10460894", - "i": 3 - }, - "1645775484155942:10461311": { - "p": "1645775484015873:10460894", - "i": 4 - }, - "1645775484163764:10461331": { - "p": "1645775484015873:10460894", - "i": 5 - }, - "1645775484172866:10461355": { - "p": "1645775484015873:10460894", - "i": 6 - }, - "1645775486170553:10469985": { - "p": "1646031865171419:3966763", - "i": 1 - }, - "1645775486180899:10470005": { - "p": "1646031865171419:3966763", - "i": 2 - }, - "1645812497195604:1133255": { - "p": "1645775486180899:10470005", - "i": 0 - }, - "1645812497215785:1133362": { - "p": "1645775486180899:10470005", - "i": 1 - }, - "1645812890485765:1841981": { - "p": "1646031865171419:3966763", - "i": 0 - }, - "1646031865171419:3966763": { - "p": "1645775483921553:10460113", - "i": 0 - }, - "1646032407703609:5315901": { - "p": "1645775483921553:10460113", - "i": 1 - }, - "1646081804558950:1923466": { - "p": "1645775483609692:10452230", - "i": 1 - }, - "1646081826742946:2006543": { - "p": "1646872848075842:990362", - "i": 0 - }, - "1646082080787216:2538913": { - "p": "1645205944606516:906341", - "i": 0 - }, - "1646082080793067:2538915": { - "p": "1646082080787216:2538913", - "i": 0 - }, - "1646082080794103:2538917": { - "p": "1646082080793067:2538915", - "i": 0 - }, - "1646082080794974:2538919": { - "p": "1646082080794103:2538917", - "i": 0 - }, - "1646082080798161:2538942": { - "p": "1646082080793067:2538915", - "i": 1 - }, - "1646082080799050:2538944": { - "p": "1646082080798161:2538942", - "i": 0 - }, - "1646082080802033:2538967": { - "p": "1646082080793067:2538915", - "i": 2 - }, - "1646082080802924:2538969": { - "p": "1646082080802033:2538967", - "i": 0 - }, - "1646082080805907:2538992": { - "p": "1646082080793067:2538915", - "i": 3 - }, - "1646082080806755:2538994": { - "p": "1646082080805907:2538992", - "i": 0 - }, - "1646082080809483:2539017": { - "p": "1646082080793067:2538915", - "i": 4 - }, - "1646082080810272:2539019": { - "p": "1646082080809483:2539017", - "i": 0 - }, - "1646082080811045:2539021": { - "p": "1646082080810272:2539019", - "i": 0 - }, - "1646082080812301:2539027": { - "p": "1646082080810272:2539019", - "i": 1 - }, - "1646082080813477:2539033": { - "p": "1646082080810272:2539019", - "i": 2 - }, - "1646082080814636:2539039": { - "p": "1646082080810272:2539019", - "i": 3 - }, - "1646082080815811:2539045": { - "p": "1646082080810272:2539019", - "i": 4 - }, - "1646082080817285:2539051": { - "p": "1646082080810272:2539019", - "i": 5 - }, - "1646082080818934:2539057": { - "p": "1646082080810272:2539019", - "i": 6 - }, - "1646082080820839:2539067": { - "p": "1646082080810272:2539019", - "i": 7 - }, - "1646082080822004:2539073": { - "p": "1646082080810272:2539019", - "i": 8 - }, - "1646082080824482:2539092": { - "p": "1646082080809483:2539017", - "i": 1 - }, - "1646082080825230:2539094": { - "p": "1646082080824482:2539092", - "i": 0 - }, - "1646082080826411:2539100": { - "p": "1646082080824482:2539092", - "i": 1 - }, - "1646082080828609:2539119": { - "p": "1646082080809483:2539017", - "i": 2 - }, - "1646082080830299:2539121": { - "p": "1646082080828609:2539119", - "i": 0 - }, - "1646082080833244:2539140": { - "p": "1646082080809483:2539017", - "i": 3 - }, - "1646082080835452:2539159": { - "p": "1646082080809483:2539017", - "i": 4 - }, - "1646082080837608:2539178": { - "p": "1646082080809483:2539017", - "i": 5 - }, - "1646082080839822:2539197": { - "p": "1646082080809483:2539017", - "i": 6 - }, - "1646082080842141:2539216": { - "p": "1646082080793067:2538915", - "i": 5 - }, - "1646082080842959:2539218": { - "p": "1646082080842141:2539216", - "i": 0 - }, - "1646082080845831:2539241": { - "p": "1646082080793067:2538915", - "i": 6 - }, - "1646082080846657:2539243": { - "p": "1646082080845831:2539241", - "i": 0 - }, - "1646082080849991:2539270": { - "p": "1646082080793067:2538915", - "i": 7 - }, - "1646082080850798:2539272": { - "p": "1646082080849991:2539270", - "i": 0 - }, - "1646082080853382:2539295": { - "p": "1646082080793067:2538915", - "i": 8 - }, - "1646082080854179:2539297": { - "p": "1646082080853382:2539295", - "i": 0 - }, - "1646082080857309:2539320": { - "p": "1646082080793067:2538915", - "i": 9 - }, - "1646082080858216:2539322": { - "p": "1646082080857309:2539320", - "i": 0 - }, - "1646082080859199:2539324": { - "p": "1646082080858216:2539322", - "i": 0 - }, - "1646082080859970:2539326": { - "p": "1646082080859199:2539324", - "i": 0 - }, - "1646082080863038:2539354": { - "p": "1646082080858216:2539322", - "i": 1 - }, - "1646082080864637:2539364": { - "p": "1646082080857309:2539320", - "i": 1 - }, - "1646082080865432:2539366": { - "p": "1646082080864637:2539364", - "i": 0 - }, - "1646082080866342:2539368": { - "p": "1646082080865432:2539366", - "i": 0 - }, - "1646082080869401:2539396": { - "p": "1646082080864637:2539364", - "i": 1 - }, - "1646082080871168:2539406": { - "p": "1646082080857309:2539320", - "i": 2 - }, - "1646082080871984:2539408": { - "p": "1646082080871168:2539406", - "i": 0 - }, - "1646082080872783:2539410": { - "p": "1646082080871984:2539408", - "i": 0 - }, - "1646082080876041:2539438": { - "p": "1646082080871168:2539406", - "i": 1 - }, - "1646082121575320:2637498": { - "p": "1645205944606516:906341", - "i": 1 - }, - "1646082197420166:2930225": { - "p": "1644734550920530:266419", - "i": 1 - }, - "1646083696010476:5690659": { - "p": "1646082121575320:2637498", - "i": 0 - }, - "1646083696012385:5690661": { - "p": "1646083696010476:5690659", - "i": 0 - }, - "1646083696013403:5690663": { - "p": "1646083696012385:5690661", - "i": 0 - }, - "1646083696014398:5690665": { - "p": "1646083696013403:5690663", - "i": 0 - }, - "1646084571808603:6810583": { - "p": "1644734550920530:266419", - "i": 0 - }, - "1646084748671013:7004566": { - "p": "1645775483628446:10452337", - "i": 0 - }, - "1646185898638411:267216": { - "p": "1645515876943954:1310029", - "i": 1 - }, - "1646185936790698:387572": { - "p": "1645515876943954:1310029", - "i": 0 - }, - "1646688416031900:468928": { - "p": "1645812890485765:1841981", - "i": 0 - }, - "1646688419581914:469382": { - "p": "1645775486170553:10469985", - "i": 0 - }, - "1646872644408091:680620": { - "p": "1646872848075842:990362", - "i": 1 - }, - "1646872848075842:990362": { - "p": "1646873170615310:2016100", - "i": 0 - }, - "1646872880008839:1058312": { - "p": "1646873170615310:2016100", - "i": 1 - }, - "1646872880010157:1058314": { - "p": "1646872880008839:1058312", - "i": 0 - }, - "1646872880020016:1059109": { - "p": "1646872880008839:1058312", - "i": 1 - }, - "1646872893511051:1127029": { - "p": "1646873170615310:2016100", - "i": 2 - }, - "1646872893512654:1127031": { - "p": "1646872893511051:1127029", - "i": 0 - }, - "1646872893524139:1127826": { - "p": "1646872893511051:1127029", - "i": 1 - }, - "1646872905091940:1196856": { - "p": "101:100", - "i": 0 - }, - "1646872982508164:1484350": { - "p": "1646872905091940:1196856", - "i": 0 - }, - "1646873002057776:1521760": { - "p": "1646872982508164:1484350", - "i": 0 - }, - "1646873170615310:2016100": { - "p": "1646872905091940:1196856", - "i": 1 - }, - "1684155990203538:1586635": { - "p": "-1:-1", - "i": 3 - }, - "1684156318179397:2322512": { - "p": "1644986109926833:1048990", - "i": 3 - } -} diff --git a/lenses/physics-objects/Scene/objects/101_100.json b/lenses/physics-objects/Scene/objects/101_100.json deleted file mode 100644 index 7d6d446e..00000000 --- a/lenses/physics-objects/Scene/objects/101_100.json +++ /dev/null @@ -1,146 +0,0 @@ -{ - "core": { - "uid": "101:100", - "type": "SceneObject", - "layerV2": 1, - "name": "Camera", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "101:101", - "type": "Component.Camera", - "name": "Camera", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderOrder": 0, - "secondaryRenderOrder": 0, - "fov": 60.000003814697266, - "far": 1000.0, - "near": 1.0, - "size": 20.0, - "layerV2": 1, - "aspect": 1.0, - "deviceProperty": { - "value": 3, - "description": "All" - }, - "cameratype": { - "value": 0, - "description": "Perspective" - }, - "depthBufferMode": { - "value": 0, - "description": "Regular" - }, - "oitMaxLayers": { - "value": 0, - "description": "NoOIT" - }, - "lraySettings": { - "lrayEnabled": false, - "lrayResolution": 1.0, - "lrayGlossyOn": false, - "lRayGlossyMaxD": 0.5, - "lrayGlossyExp": 2.0, - "lrayGlossyHarden": 0.0, - "lrayDebugView": 0, - "lrayVerbose": false, - "lrayNoReload": false, - "lrayNoShading": false, - "lrayNoGradients": false, - "lrayNoEngine": false, - "lrayDrawBounds": false, - "lrayNoPlanar": false, - "lrayStochastic": false - }, - "mrtColorRenderTargets": [ - { - "mrtTargetTexture": "1:1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "clearColorOption": { - "value": 0, - "description": "None" - }, - "mrtClearColor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ], - "mrtMaskChannel": { - "value": 0, - "description": "UseR" - } - } - ], - "mrtDepthStencilRenderTarget": { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "depthClearOption": { - "value": 1, - "description": "CustomValue" - }, - "stencilClearOption": { - "value": 0, - "description": "None" - }, - "mrtClearDepth": 1.0, - "mrtClearStencil": 0 - } - }, - { - "uid": "1644734577271193:277302", - "type": "Component.DeviceTracking", - "name": "Device Tracking", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "invertRotation": false, - "enhanceWithNativeAR": true, - "adjustSpectaclesSixDofWithDepth": true, - "adjustSpectaclesSixDofWithCameraHeight": false, - "nativePlaneTrackingType": { - "value": 1, - "description": "Horizontal" - }, - "mapSesId": "", - "mappingMode": { - "value": 0, - "description": "Disabled" - }, - "GyroInitializeMode": { - "value": 0, - "description": "None" - }, - "DeviceTrackingMode": { - "value": 1, - "description": "Surface" - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1517446348227994_84813.json b/lenses/physics-objects/Scene/objects/1517446348227994_84813.json deleted file mode 100644 index 2c4dcde9..00000000 --- a/lenses/physics-objects/Scene/objects/1517446348227994_84813.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1517446348227994:84813", - "type": "SceneObject", - "layerV2": 1, - "name": "Lighting", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1517446348228144_84822.json b/lenses/physics-objects/Scene/objects/1517446348228144_84822.json deleted file mode 100644 index dabe5f43..00000000 --- a/lenses/physics-objects/Scene/objects/1517446348228144_84822.json +++ /dev/null @@ -1,534 +0,0 @@ -{ - "core": { - "uid": "1517446348228144:84822", - "type": "SceneObject", - "layerV2": 1, - "name": "Light", - "position": [ - 15.0, - 55.0, - 15.0 - ], - "rotation": [ - -0.24318189918994904, - 0.3493443727493286, - -0.17082609236240387, - 0.8886169195175171 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1517446348228158:84825", - "type": "Component.LightSource", - "name": "Light source", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "version": 2, - "color": [ - 1.0, - 1.0, - 1.0 - ], - "lighttype": { - "value": 2, - "description": "Directional" - }, - "decaytype": { - "value": 1, - "description": "Linear" - }, - "intensity": 1.0, - "innerConeAngle": 0.0, - "outerConeAngle": 45.0, - "falloffEndDistance": 1.0, - "falloffEnabled": false, - "castsShadows": true, - "shadowColor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ], - "shadowDensity": 0.25999999046325684, - "shadowBlurRadius": 4.0, - "shadowTextureSize": 512, - "autoLightSourcePosition": true, - "autoShadowFrustumSize": true, - "autoShadowFrustumSizeExtend": 2.0, - "shadowFrustumSize": 100.0, - "shadowFrustumNearClipPlane": 1.0, - "shadowFrustumFarClipPlane": 1000.0, - "useEstimation": false, - "estimationIntensity": 1.0, - "useEnvFromCamera": false, - "envFromCamMode": { - "value": 0, - "description": "Auto" - }, - "useEnvmap": false, - "envmapExposure": 1.0, - "envmapRotation": 0.0, - "lightEstimationIntensity": 1.0, - "lightEstimationSharpness": 1.0, - "diffuseEnvTexture": "-1:-1", - "specularEnvTexture": "-1:-1", - "dynamicEnvInputTexture": "-1:-1", - "estimationModel": "-1:-1", - "lightEstimationCustomModel": "-1:-1", - "layerV2": 4293918719 - }, - { - "uid": "1684168384595733:56255", - "type": "Component.Camera", - "name": "Light sourceShadowCamera", - "isenabled": true, - "isInternal": true, - "updatepriority": 0, - "renderOrder": -2147483648, - "secondaryRenderOrder": 0, - "fov": 63.541019439697266, - "far": 1000.0, - "near": 1.0, - "size": 100.0, - "layerV2": 4293918719, - "aspect": 1.0, - "deviceProperty": { - "value": 0, - "description": "None" - }, - "cameratype": { - "value": 1, - "description": "Orthographic" - }, - "depthBufferMode": { - "value": 0, - "description": "Regular" - }, - "oitMaxLayers": { - "value": 0, - "description": "NoOIT" - }, - "lraySettings": { - "lrayEnabled": false, - "lrayResolution": 1.0, - "lrayGlossyOn": true, - "lRayGlossyMaxD": 0.5, - "lrayGlossyExp": 2.0, - "lrayGlossyHarden": 0.5, - "lrayDebugView": 0, - "lrayVerbose": false, - "lrayNoReload": false, - "lrayNoShading": false, - "lrayNoGradients": false, - "lrayNoEngine": false, - "lrayDrawBounds": false, - "lrayNoPlanar": false, - "lrayStochastic": false - }, - "mrtColorRenderTargets": [ - { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "clearColorOption": { - "value": 0, - "description": "None" - }, - "mrtClearColor": [ - 1.0, - 1.0, - 1.0, - 0.0 - ], - "mrtMaskChannel": { - "value": 0, - "description": "UseR" - } - } - ], - "mrtDepthStencilRenderTarget": { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "depthClearOption": { - "value": 0, - "description": "None" - }, - "stencilClearOption": { - "value": 0, - "description": "None" - }, - "mrtClearDepth": 1.0, - "mrtClearStencil": 0 - } - }, - { - "uid": "1684164078467424:56255", - "type": "Component.Camera", - "name": "Light sourceShadowCamera", - "isenabled": true, - "isInternal": true, - "updatepriority": 0, - "renderOrder": -2147483648, - "secondaryRenderOrder": 0, - "fov": 63.541019439697266, - "far": 1000.0, - "near": 1.0, - "size": 100.0, - "layerV2": 4293918719, - "aspect": 1.0, - "deviceProperty": { - "value": 0, - "description": "None" - }, - "cameratype": { - "value": 1, - "description": "Orthographic" - }, - "depthBufferMode": { - "value": 0, - "description": "Regular" - }, - "oitMaxLayers": { - "value": 0, - "description": "NoOIT" - }, - "lraySettings": { - "lrayEnabled": false, - "lrayResolution": 1.0, - "lrayGlossyOn": true, - "lRayGlossyMaxD": 0.5, - "lrayGlossyExp": 2.0, - "lrayGlossyHarden": 0.5, - "lrayDebugView": 0, - "lrayVerbose": false, - "lrayNoReload": false, - "lrayNoShading": false, - "lrayNoGradients": false, - "lrayNoEngine": false, - "lrayDrawBounds": false, - "lrayNoPlanar": false, - "lrayStochastic": false - }, - "mrtColorRenderTargets": [ - { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "clearColorOption": { - "value": 0, - "description": "None" - }, - "mrtClearColor": [ - 1.0, - 1.0, - 1.0, - 0.0 - ], - "mrtMaskChannel": { - "value": 0, - "description": "UseR" - } - } - ], - "mrtDepthStencilRenderTarget": { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "depthClearOption": { - "value": 0, - "description": "None" - }, - "stencilClearOption": { - "value": 0, - "description": "None" - }, - "mrtClearDepth": 1.0, - "mrtClearStencil": 0 - } - }, - { - "uid": "1684162204319820:56247", - "type": "Component.Camera", - "name": "Light sourceShadowCamera", - "isenabled": true, - "isInternal": true, - "updatepriority": 0, - "renderOrder": -2147483648, - "secondaryRenderOrder": 0, - "fov": 63.541019439697266, - "far": 1000.0, - "near": 1.0, - "size": 100.0, - "layerV2": 4293918719, - "aspect": 1.0, - "deviceProperty": { - "value": 0, - "description": "None" - }, - "cameratype": { - "value": 1, - "description": "Orthographic" - }, - "depthBufferMode": { - "value": 0, - "description": "Regular" - }, - "oitMaxLayers": { - "value": 0, - "description": "NoOIT" - }, - "lraySettings": { - "lrayEnabled": false, - "lrayResolution": 1.0, - "lrayGlossyOn": true, - "lRayGlossyMaxD": 0.5, - "lrayGlossyExp": 2.0, - "lrayGlossyHarden": 0.5, - "lrayDebugView": 0, - "lrayVerbose": false, - "lrayNoReload": false, - "lrayNoShading": false, - "lrayNoGradients": false, - "lrayNoEngine": false, - "lrayDrawBounds": false, - "lrayNoPlanar": false, - "lrayStochastic": false - }, - "mrtColorRenderTargets": [ - { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "clearColorOption": { - "value": 0, - "description": "None" - }, - "mrtClearColor": [ - 1.0, - 1.0, - 1.0, - 0.0 - ], - "mrtMaskChannel": { - "value": 0, - "description": "UseR" - } - } - ], - "mrtDepthStencilRenderTarget": { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "depthClearOption": { - "value": 0, - "description": "None" - }, - "stencilClearOption": { - "value": 0, - "description": "None" - }, - "mrtClearDepth": 1.0, - "mrtClearStencil": 0 - } - }, - { - "uid": "1684156120065092:1790209", - "type": "Component.Camera", - "name": "Light sourceShadowCamera", - "isenabled": true, - "isInternal": true, - "updatepriority": 0, - "renderOrder": -2147483648, - "secondaryRenderOrder": 0, - "fov": 63.541019439697266, - "far": 1000.0, - "near": 1.0, - "size": 100.0, - "layerV2": 4293918719, - "aspect": 1.0, - "deviceProperty": { - "value": 0, - "description": "None" - }, - "cameratype": { - "value": 1, - "description": "Orthographic" - }, - "depthBufferMode": { - "value": 0, - "description": "Regular" - }, - "oitMaxLayers": { - "value": 0, - "description": "NoOIT" - }, - "lraySettings": { - "lrayEnabled": false, - "lrayResolution": 1.0, - "lrayGlossyOn": true, - "lRayGlossyMaxD": 0.5, - "lrayGlossyExp": 2.0, - "lrayGlossyHarden": 0.5, - "lrayDebugView": 0, - "lrayVerbose": false, - "lrayNoReload": false, - "lrayNoShading": false, - "lrayNoGradients": false, - "lrayNoEngine": false, - "lrayDrawBounds": false, - "lrayNoPlanar": false, - "lrayStochastic": false - }, - "mrtColorRenderTargets": [ - { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "clearColorOption": { - "value": 0, - "description": "None" - }, - "mrtClearColor": [ - 1.0, - 1.0, - 1.0, - 0.0 - ], - "mrtMaskChannel": { - "value": 0, - "description": "UseR" - } - } - ], - "mrtDepthStencilRenderTarget": { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "depthClearOption": { - "value": 0, - "description": "None" - }, - "stencilClearOption": { - "value": 0, - "description": "None" - }, - "mrtClearDepth": 1.0, - "mrtClearStencil": 0 - } - }, - { - "uid": "1684146480421607:198561", - "type": "Component.Camera", - "name": "Light sourceShadowCamera", - "isenabled": true, - "isInternal": true, - "updatepriority": 0, - "renderOrder": -2147483648, - "secondaryRenderOrder": 0, - "fov": 63.541019439697266, - "far": 1000.0, - "near": 1.0, - "size": 100.0, - "layerV2": 4293918719, - "aspect": 1.0, - "deviceProperty": { - "value": 0, - "description": "None" - }, - "cameratype": { - "value": 1, - "description": "Orthographic" - }, - "depthBufferMode": { - "value": 0, - "description": "Regular" - }, - "oitMaxLayers": { - "value": 0, - "description": "NoOIT" - }, - "lraySettings": { - "lrayEnabled": false, - "lrayResolution": 1.0, - "lrayGlossyOn": true, - "lRayGlossyMaxD": 0.5, - "lrayGlossyExp": 2.0, - "lrayGlossyHarden": 0.5, - "lrayDebugView": 0, - "lrayVerbose": false, - "lrayNoReload": false, - "lrayNoShading": false, - "lrayNoGradients": false, - "lrayNoEngine": false, - "lrayDrawBounds": false, - "lrayNoPlanar": false, - "lrayStochastic": false - }, - "mrtColorRenderTargets": [ - { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "clearColorOption": { - "value": 0, - "description": "None" - }, - "mrtClearColor": [ - 1.0, - 1.0, - 1.0, - 0.0 - ], - "mrtMaskChannel": { - "value": 0, - "description": "UseR" - } - } - ], - "mrtDepthStencilRenderTarget": { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "depthClearOption": { - "value": 0, - "description": "None" - }, - "stencilClearOption": { - "value": 0, - "description": "None" - }, - "mrtClearDepth": 1.0, - "mrtClearStencil": 0 - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1528843813151434_5126.json b/lenses/physics-objects/Scene/objects/1528843813151434_5126.json deleted file mode 100644 index dbed8c0d..00000000 --- a/lenses/physics-objects/Scene/objects/1528843813151434_5126.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "core": { - "uid": "1528843813151434:5126", - "type": "SceneObject", - "layerV2": 1, - "name": "Envmap", - "position": [ - 0.0, - 65.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1528843813151473:5129", - "type": "Component.LightSource", - "name": "Light source", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "version": 2, - "color": [ - 1.0, - 1.0, - 1.0 - ], - "lighttype": { - "value": 6, - "description": "Envmap" - }, - "decaytype": { - "value": 1, - "description": "Linear" - }, - "intensity": 0.0, - "innerConeAngle": 0.0, - "outerConeAngle": 45.0, - "falloffEndDistance": 1.0, - "falloffEnabled": false, - "castsShadows": false, - "shadowColor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ], - "shadowDensity": 1.0, - "shadowBlurRadius": 4.0, - "shadowTextureSize": 512, - "autoLightSourcePosition": true, - "autoShadowFrustumSize": true, - "autoShadowFrustumSizeExtend": 2.0, - "shadowFrustumSize": 100.0, - "shadowFrustumNearClipPlane": 1.0, - "shadowFrustumFarClipPlane": 1000.0, - "useEstimation": false, - "estimationIntensity": 1.0, - "useEnvFromCamera": false, - "envFromCamMode": { - "value": 0, - "description": "Auto" - }, - "useEnvmap": true, - "envmapExposure": 1.0, - "envmapRotation": 0.0, - "lightEstimationIntensity": 1.0, - "lightEstimationSharpness": 1.0, - "diffuseEnvTexture": "1588296316843646:534374", - "specularEnvTexture": "1588296316857901:534385", - "dynamicEnvInputTexture": "-1:-1", - "estimationModel": "-1:-1", - "lightEstimationCustomModel": "-1:-1", - "layerV2": 4293918719 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1644734550920530_266419.json b/lenses/physics-objects/Scene/objects/1644734550920530_266419.json deleted file mode 100644 index d5fedff0..00000000 --- a/lenses/physics-objects/Scene/objects/1644734550920530_266419.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "core": { - "uid": "1644734550920530:266419", - "type": "SceneObject", - "layerV2": 1, - "name": "WorldObjectController", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1644734551025849:266792", - "type": "Component.ScriptComponent", - "name": "Script 1", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": null - }, - "includes": [ - { - "script": "1644734549676529:265639" - } - ], - "scriptObjects": [ - { - "name": "touchCollisionMaterial", - "typename": "Asset.Material", - "scriptObject": "1650577261841234:560016" - }, - { - "name": "groundGrid", - "typename": "Component.RenderMeshVisual", - "scriptObject": "1644734551018656:266749" - }, - { - "name": "worldTrackingComponent", - "typename": "Component.DeviceTracking", - "scriptObject": "1644734577271193:277302" - } - ], - "typeObjects": null, - "events": null, - "wrapInitializationSources": true - }, - { - "uid": "1644734551026822:266794", - "type": "Component.InteractionComponent", - "name": "Interaction", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "camera": "101:101", - "touchblockingexceptions": [], - "normalizedminimumtouchsize": 0.0, - "depthFilter": false, - "meshvisuals": null - }, - { - "uid": "1644734551027419:266796", - "type": "Component.ManipulateComponent", - "name": "Manipulate", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "mindist": 3.0, - "maxdist": 800.0, - "minscale": 0.20000000298023224, - "maxscale": 4.0, - "minheight": 0.0, - "maxheight": 3.4028234663852886e+38, - "rotationscale": 1.0, - "contextswivel": false, - "manipulatetypes": [] - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1644734551018142_266747.json b/lenses/physics-objects/Scene/objects/1644734551018142_266747.json deleted file mode 100644 index 090423a5..00000000 --- a/lenses/physics-objects/Scene/objects/1644734551018142_266747.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1644734551018142:266747", - "type": "SceneObject", - "layerV2": 1, - "name": "Ground Grid", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - -0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 10.0, - 10.0, - 10.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1644734551018656:266749", - "type": "Component.RenderMeshVisual", - "name": "component_3", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1644734549941256:265724" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644734549772450:265682", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1644734551021428_266762.json b/lenses/physics-objects/Scene/objects/1644734551021428_266762.json deleted file mode 100644 index 031a0039..00000000 --- a/lenses/physics-objects/Scene/objects/1644734551021428_266762.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1644734551021428:266762", - "type": "SceneObject", - "layerV2": 1, - "name": "Touch Collision", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.2999999523162842, - 1.2999999523162842, - 1.2999999523162842 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1644734551021960:266764", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1650577261841234:560016" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644734549732934:265661", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1644734551023490_266777.json b/lenses/physics-objects/Scene/objects/1644734551023490_266777.json deleted file mode 100644 index 668c0a9d..00000000 --- a/lenses/physics-objects/Scene/objects/1644734551023490_266777.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1644734551023490:266777", - "type": "SceneObject", - "layerV2": 1, - "name": "Matte Shadow", - "position": [ - 0.0, - 0.10999999940395355, - 0.0 - ], - "rotation": [ - -0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 100.0, - 100.00003051757813, - 100.00003051757813 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1644734551024241:266779", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 2", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1644734550114129:265793" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644734549772450:265682", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1644735280452848_415491.json b/lenses/physics-objects/Scene/objects/1644735280452848_415491.json deleted file mode 100644 index 9e99addc..00000000 --- a/lenses/physics-objects/Scene/objects/1644735280452848_415491.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "core": { - "uid": "1644735280452848:415491", - "type": "SceneObject", - "layerV2": 1, - "name": "Drag Script [TRY_ME]", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1644735295371585:417477", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1644735295373073:417479", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1644735295373079:417480", - "type": "Value.SerializableArrayValue", - "count": 1, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "-1:-1" - } - ] - }, - { - "uid": "1644735295373082:417481", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1644735295373086:417482", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645486547930229:2423263", - "type": "Value.StringValue", - "value": "World Component" - }, - { - "uid": "1667338518195243:213109", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338518195246:213110", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338518195247:213111", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338518195248:213112", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338518195253:213113", - "type": "Value.StringValue", - "value": "rayCastAll" - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "camera", - "typename": "Component.Camera", - "scriptObject": "101:101" - }, - { - "name": "physicsProbe", - "typename": "Value.StringValue", - "scriptObject": "1645486547930229:2423263" - }, - { - "name": "worldComponent", - "typename": "Physics.WorldComponent", - "scriptObject": "1645656119171866:1447893" - }, - { - "name": "rayCastType", - "typename": "Value.StringValue", - "scriptObject": "1667338518195253:213113" - }, - { - "name": "debugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338518195243:213109" - }, - { - "name": "physicsFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1644735295373082:417481" - }, - { - "name": "physicsAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1644735295373079:417480" - }, - { - "name": "physicsNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1644735295373086:417482" - }, - { - "name": "physicsAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1644735295373073:417479" - }, - { - "name": "includeStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338518195248:213112" - }, - { - "name": "includeDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338518195246:213110" - }, - { - "name": "includeIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338518195247:213111" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644735272515164:412274" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1644986109926833_1048990.json b/lenses/physics-objects/Scene/objects/1644986109926833_1048990.json deleted file mode 100644 index 48ce481c..00000000 --- a/lenses/physics-objects/Scene/objects/1644986109926833_1048990.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "core": { - "uid": "1644986109926833:1048990", - "type": "SceneObject", - "layerV2": 1, - "name": "Race Track World", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645656119171866:1447893", - "type": "Physics.WorldComponent", - "name": "Physics World", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "updateOrder": 0, - "worldSettings": "1645656071855775:1396362" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645051594446629_2147770.json b/lenses/physics-objects/Scene/objects/1645051594446629_2147770.json deleted file mode 100644 index 367c83c2..00000000 --- a/lenses/physics-objects/Scene/objects/1645051594446629_2147770.json +++ /dev/null @@ -1,2984 +0,0 @@ -{ - "core": { - "uid": "1645051594446629:2147770", - "type": "SceneObject", - "layerV2": 1, - "name": "Wall Right [EDIT_ME]", - "position": [ - 68.0, - 7.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.10000000149011612, - 1.0, - 9.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645051594449085:2147772", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645060674024689:991997" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645051833481495:2200860", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0 - }, - { - "uid": "1645052973973954:2534281", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645053001484321:2566796", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645053001484330:2566797", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645053001484332:2566798", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484349:2566799", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484353:2566800", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645053001484366:2566801", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484407:2566802", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484409:2566803", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645053001484411:2566804", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484412:2566805", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484432:2566806", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484435:2566807", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645053001484439:2566808", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484441:2566809", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645053001484443:2566810", - "type": "Value.IntValue", - "value": 1 - }, - { - "uid": "1645053001484446:2566811", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484448:2566812", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484450:2566813", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1645053001484451:2566814", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645053001484455:2566815", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484457:2566816", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484458:2566817", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484460:2566818", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484462:2566819", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645053001484464:2566820", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484466:2566821", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645053001484467:2566822", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484469:2566823", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645053001484472:2566825", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645053001484473:2566826", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645053001484475:2566827", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484477:2566828", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484479:2566829", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645053001484481:2566830", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645053001484483:2566831", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484485:2566832", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484486:2566833", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484490:2566834", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484491:2566835", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484493:2566836", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484495:2566837", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645053001484497:2566838", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484499:2566839", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484501:2566840", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484502:2566841", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484503:2566842", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645053001484505:2566843", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484507:2566844", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645053001484508:2566845", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484510:2566846", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645053001484512:2566848", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645053001484514:2566849", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645053001484515:2566850", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484517:2566851", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484518:2566852", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645053001484520:2566853", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645053001484521:2566854", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484523:2566855", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484524:2566856", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484526:2566857", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484527:2566858", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484529:2566859", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484530:2566860", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645053001484533:2566861", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484534:2566862", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484536:2566863", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484537:2566864", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484539:2566865", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645053001484540:2566866", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484542:2566867", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645053001484543:2566868", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484544:2566869", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645053001484547:2566871", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645053001484549:2566872", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645053001484550:2566873", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484564:2566874", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484566:2566875", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645053001484575:2566876", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645053001484581:2566877", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484584:2566878", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484585:2566879", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484590:2566880", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484591:2566881", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484593:2566882", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484595:2566883", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484597:2566884", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645053001484599:2566885", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645053001484601:2566886", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484603:2566887", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645053001484605:2566888", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645053001484606:2566889", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645053001484608:2566890", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645053001484609:2566891", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484611:2566892", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645053001484613:2566893", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645053001484614:2566894", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484616:2566895", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645053001484617:2566896", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645053001484619:2566897", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645053001484621:2566898", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484623:2566899", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484624:2566900", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645053001484625:2566901", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484627:2566902", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484628:2566903", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484630:2566904", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645053001484631:2566905", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484633:2566906", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645053001484634:2566907", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645053001484635:2566908", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484637:2566909", - "type": "Value.SerializableArrayValue", - "count": 1, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1646082080841665:2539212" - } - ] - }, - { - "uid": "1645053001484640:2566910", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645053001484641:2566911", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645053001484643:2566912", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645053001484644:2566913", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645053001484646:2566914", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484647:2566915", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484648:2566916", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484650:2566917", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645053001484651:2566918", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484653:2566919", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484654:2566920", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645053001484656:2566921", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645053001484657:2566922", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484659:2566923", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484660:2566924", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645053001484663:2566925", - "type": "Value.StringValue", - "value": "runTween" - }, - { - "uid": "1645053001484665:2566926", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645053001484666:2566927", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645053001484668:2566928", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484669:2566929", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645053001484670:2566930", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484672:2566931", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645053001484673:2566932", - "type": "Value.StringValue", - "value": "TWEEN_HIGHLIGHT" - }, - { - "uid": "1645053001484674:2566933", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484676:2566934", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484677:2566935", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645053001484679:2566936", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484680:2566937", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484682:2566938", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484684:2566939", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645053001484685:2566940", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645053001484687:2566941", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645053001484690:2566942", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645053001484692:2566943", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645053001484693:2566944", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484695:2566945", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484697:2566946", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484698:2566947", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645053001484699:2566948", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645053001484701:2566949", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484703:2566950", - "type": "Value.StringValue", - "value": "MeshVisual" - }, - { - "uid": "1645053001484705:2566951", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645053001484706:2566952", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484707:2566953", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484709:2566954", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484710:2566955", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484712:2566956", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484713:2566957", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484714:2566958", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484716:2566959", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484717:2566960", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484719:2566961", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484720:2566962", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484722:2566963", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484723:2566964", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484725:2566965", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645053001484726:2566966", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645053001484728:2566967", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484729:2566968", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484730:2566969", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645053001484732:2566970", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645053001484733:2566971", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645053001484735:2566972", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645053001484736:2566973", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645053001484738:2566974", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645053001484739:2566975", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484741:2566976", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484742:2566977", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484743:2566978", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484745:2566979", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484746:2566980", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645053001484747:2566981", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645053001484749:2566982", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645053001484750:2566983", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645053001484752:2566984", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645053001484753:2566985", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645053001484754:2566986", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645053001484756:2566987", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645053001484757:2566988", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486087337:98544", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486087354:98545", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486087368:98546", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486087394:98547", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486087396:98548", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486087398:98549", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486087399:98550", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486087401:98551", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486087402:98552", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486087405:98553", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486087406:98554", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486087407:98555", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486087408:98556", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486087409:98557", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486087410:98558", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486087411:98559", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486087412:98560", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486087413:98561", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486087414:98562", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484756:2566987" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484750:2566983" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484603:2566887" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645053001484605:2566888" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484606:2566889" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484321:2566796" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484439:2566808" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484757:2566988" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484614:2566894" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645053001484613:2566893" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484611:2566892" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484609:2566891" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645053001484441:2566809" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645053001484597:2566884" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484599:2566885" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484595:2566883" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484601:2566886" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484617:2566896" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484624:2566900" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645053001484623:2566899" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645053001484621:2566898" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484619:2566897" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484608:2566890" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484616:2566895" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484660:2566924" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484625:2566901" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645053001484627:2566902" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484628:2566903" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645051833481495:2200860" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484640:2566910" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484641:2566911" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484648:2566916" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484646:2566914" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484647:2566915" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645053001484643:2566912" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484637:2566909" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484644:2566913" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645053001484635:2566908" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486087410:98558" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087401:98551" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087411:98559" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087414:98562" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087413:98561" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087412:98560" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486087409:98557" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486087402:98552" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087398:98549" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087408:98556" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087406:98554" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486087407:98555" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486087399:98550" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486087396:98548" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486087405:98553" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486087394:98547" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484754:2566986" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484753:2566985" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484752:2566984" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484663:2566925" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645053001484330:2566797" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484349:2566799" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645053001484353:2566800" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484332:2566798" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484366:2566801" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484407:2566802" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484411:2566804" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645053001484409:2566803" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484435:2566807" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484412:2566805" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484432:2566806" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645053001484650:2566917" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484653:2566919" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484654:2566920" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484651:2566918" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645053001484656:2566921" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484657:2566922" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484692:2566943" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645053001484690:2566942" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484710:2566955" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "1645051594449085:2147772" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484687:2566941" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484733:2566971" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645053001484735:2566972" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645051594446629:2147770" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484673:2566932" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645053001484672:2566931" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484713:2566957" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484712:2566956" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484716:2566959" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484714:2566958" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484719:2566961" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484717:2566960" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484725:2566965" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484722:2566963" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645053001484720:2566962" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645053001484723:2566964" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484726:2566966" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484732:2566970" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484729:2566968" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645053001484728:2566967" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645053001484730:2566969" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645053001484682:2566938" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484684:2566939" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484703:2566950" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "1645051594449085:2147772" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484701:2566949" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484705:2566951" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484693:2566944" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645053001484699:2566948" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484698:2566947" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484697:2566946" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484695:2566945" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645053001484706:2566952" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484707:2566953" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484709:2566954" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484738:2566974" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484736:2566973" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484746:2566980" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484745:2566979" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484739:2566975" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484742:2566977" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484741:2566976" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484743:2566978" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645053001484749:2566982" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484747:2566981" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645053001484665:2566926" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484670:2566930" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484668:2566928" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645053001484669:2566929" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645053001484666:2566927" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645053001484659:2566923" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484450:2566813" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1645051594449085:2147772" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645053001484443:2566810" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484446:2566811" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484448:2566812" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484481:2566830" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484457:2566816" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645053001484469:2566823" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484466:2566821" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645053001484477:2566828" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484460:2566818" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484458:2566817" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645053001484485:2566832" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484490:2566834" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484493:2566836" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645053001484472:2566825" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645053001484455:2566815" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645053001484467:2566822" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645053001484464:2566820" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645053001484475:2566827" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645053001484483:2566831" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645053001484486:2566833" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645053001484491:2566835" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486087337:98544" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484473:2566826" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484451:2566814" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484479:2566829" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484462:2566819" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484520:2566853" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484499:2566839" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645053001484510:2566846" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484507:2566844" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645053001484517:2566851" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484502:2566841" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484501:2566840" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645053001484523:2566855" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484526:2566857" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484529:2566859" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645053001484512:2566848" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645053001484497:2566838" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645053001484508:2566845" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645053001484505:2566843" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645053001484515:2566850" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645053001484521:2566854" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645053001484524:2566856" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645053001484527:2566858" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486087354:98545" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484514:2566849" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484495:2566837" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484518:2566852" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484503:2566842" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484575:2566876" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484534:2566862" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645053001484544:2566869" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484542:2566867" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645053001484564:2566874" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484537:2566864" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484536:2566863" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645053001484584:2566878" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484590:2566880" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645053001484593:2566882" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645053001484547:2566871" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645053001484533:2566861" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645053001484543:2566868" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645053001484540:2566866" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645053001484550:2566873" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645053001484581:2566877" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645053001484585:2566879" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645053001484591:2566881" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486087368:98546" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484549:2566872" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484530:2566860" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484566:2566875" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645053001484539:2566865" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484676:2566934" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645053001484677:2566935" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484679:2566936" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645053001484674:2566933" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645053001484630:2566904" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645053001484633:2566906" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645053001484631:2566905" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645053001484634:2566907" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645053001484680:2566937" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645053001484685:2566940" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645059655228562:114572", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645059664603985:126368", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645059664603994:126370", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645059664604002:126371", - "type": "Value.StringValue", - "value": "Quadratic" - }, - { - "uid": "1645059664604004:126372", - "type": "Value.StringValue", - "value": "Out" - }, - { - "uid": "1645059664604015:126376", - "type": "Value.IntValue", - "value": 3 - }, - { - "uid": "1645059664604016:126377", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645059664604020:126379", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645059664604022:126380", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645059664604027:126382", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645059664604032:126384", - "type": "Value.StringValue", - "value": "TWEEN_HIGHLIGHT" - }, - { - "uid": "1645060035340724:600327", - "type": "Value.FloatValue", - "value": 0.5 - }, - { - "uid": "1645060035340731:600328", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060035340733:600329", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060035340736:600330", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060035340738:600331", - "type": "Value.FloatValue", - "value": 0.0 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645051594446629:2147770" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645059664604032:126384" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645059664604020:126379" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645059664604015:126376" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645059664604016:126377" - }, - { - "name": "start", - "typename": "Value.FloatValue", - "scriptObject": "1645060035340736:600330" - }, - { - "name": "end", - "typename": "Value.FloatValue", - "scriptObject": "1645060035340724:600327" - }, - { - "name": "from", - "typename": "Value.FloatValue", - "scriptObject": "1645060035340731:600328" - }, - { - "name": "to", - "typename": "Value.FloatValue", - "scriptObject": "1645060035340738:600331" - }, - { - "name": "offset", - "typename": "Value.FloatValue", - "scriptObject": "1645060035340733:600329" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645059664603985:126368" - }, - { - "name": "recursive", - "typename": "Value.BoolValue", - "scriptObject": "1645059664604022:126380" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645059664604027:126382" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645059664603994:126370" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645059664604002:126371" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645059664604004:126372" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271957556:656665" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645053604947288_3241095.json b/lenses/physics-objects/Scene/objects/1645053604947288_3241095.json deleted file mode 100644 index d7b4279b..00000000 --- a/lenses/physics-objects/Scene/objects/1645053604947288_3241095.json +++ /dev/null @@ -1,5444 +0,0 @@ -{ - "core": { - "uid": "1645053604947288:3241095", - "type": "SceneObject", - "layerV2": 1, - "name": "Overlap Zone", - "position": [ - 0.0, - -1.7444267272949219, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 0.800000011920929, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645053613722286:3265493", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": true, - "fitVisual": true, - "forceCompound": false, - "intangible": true, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - }, - { - "uid": "1645061412506499:1320106", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645061416629490:1328634", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645061416629498:1328635", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645061416629500:1328636", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629502:1328637", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629503:1328638", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061416629505:1328639", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629507:1328640", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629509:1328641", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645061416629510:1328642", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629516:1328643", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629517:1328644", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629519:1328645", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645061416629524:1328646", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629526:1328647", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645061416629528:1328648", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061416629530:1328649", - "type": "Value.StringValue", - "value": "enableSlowMotion" - }, - { - "uid": "1645061416629532:1328650", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629534:1328651", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645061416629536:1328652", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645061416629540:1328653", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629542:1328654", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629543:1328655", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629545:1328656", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629547:1328657", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645061416629548:1328658", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629550:1328659", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061416629552:1328660", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629554:1328661", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061416629556:1328663", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645061416629558:1328664", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645061416629560:1328665", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629563:1328666", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629565:1328667", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645061416629566:1328668", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645061416629568:1328669", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629570:1328670", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629571:1328671", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629575:1328672", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629577:1328673", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629594:1328674", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629595:1328675", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645061416629597:1328676", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629599:1328677", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629600:1328678", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629602:1328679", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629603:1328680", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645061416629605:1328681", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629607:1328682", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061416629608:1328683", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629610:1328684", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061416629613:1328686", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645061416629615:1328687", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645061416629617:1328688", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629619:1328689", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629620:1328690", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645061416629623:1328691", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645061416629625:1328692", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629626:1328693", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629628:1328694", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629630:1328695", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629631:1328696", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629634:1328697", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629635:1328698", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645061416629638:1328699", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629639:1328700", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629641:1328701", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629642:1328702", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629644:1328703", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645061416629645:1328704", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629647:1328705", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061416629648:1328706", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629650:1328707", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061416629653:1328709", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645061416629655:1328710", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645061416629657:1328711", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629659:1328712", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629660:1328713", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645061416629662:1328714", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645061416629663:1328715", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629665:1328716", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629666:1328717", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629668:1328718", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629669:1328719", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629671:1328720", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629673:1328721", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629674:1328722", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645061416629676:1328723", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645061416629678:1328724", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629679:1328725", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645061416629681:1328726", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061416629682:1328727", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645061416629684:1328728", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645061416629685:1328729", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629687:1328730", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645061416629688:1328731", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645061416629691:1328732", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629693:1328733", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645061416629695:1328734", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645061416629696:1328735", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645061416629698:1328736", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629699:1328737", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629700:1328738", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645061416629702:1328739", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629703:1328740", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629706:1328741", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629708:1328742", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645061416629710:1328743", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629711:1328744", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645061416629713:1328745", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645061416629715:1328746", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629717:1328747", - "type": "Value.SerializableArrayValue", - "count": 1, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1646082080841665:2539212" - } - ] - }, - { - "uid": "1645061416629719:1328748", - "type": "Value.StringValue", - "value": "Overlap" - }, - { - "uid": "1645061416629720:1328749", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645061416629721:1328750", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645061416629723:1328751", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645061416629725:1328752", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629726:1328753", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629727:1328754", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629729:1328755", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645061416629730:1328756", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629732:1328757", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629733:1328758", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645061416629735:1328759", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645061416629736:1328760", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629737:1328761", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629739:1328762", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645061416629741:1328763", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1645061416629744:1328764", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645061416629747:1328765", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645061416629749:1328766", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629751:1328767", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645061416629752:1328768", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629753:1328769", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645061416629755:1328770", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629756:1328771", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629757:1328772", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629759:1328773", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061416629760:1328774", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629761:1328775", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629763:1328776", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629765:1328777", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061416629766:1328778", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061416629767:1328779", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645061416629771:1328780", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645061416629773:1328781", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645061416629774:1328782", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629775:1328783", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629834:1328784", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629841:1328785", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061416629842:1328786", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061416629844:1328787", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629847:1328788", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645061416629849:1328789", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645061416629850:1328790", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629852:1328791", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629853:1328792", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629855:1328793", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629857:1328794", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629859:1328795", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629861:1328796", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629862:1328797", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629864:1328798", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629866:1328799", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629867:1328800", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629868:1328801", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629870:1328802", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629872:1328803", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645061416629875:1328804", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061416629877:1328805", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629879:1328806", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629881:1328807", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061416629884:1328808", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645061416629886:1328809", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645061416629888:1328810", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061416629892:1328811", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061416629895:1328812", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645061416629896:1328813", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629898:1328814", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629899:1328815", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629900:1328816", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629902:1328817", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629903:1328818", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061416629905:1328819", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645061416629912:1328820", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061416629914:1328821", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645061416629916:1328822", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061416629917:1328823", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645061416629919:1328824", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645061416629920:1328825", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645061416629922:1328826", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486028251:98506", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486028268:98507", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486028281:98508", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486028307:98509", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486028308:98510", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486028310:98511", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486028312:98512", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486028313:98513", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486028314:98514", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486028317:98515", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486028318:98516", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486028320:98517", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486028321:98518", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486028322:98519", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486028323:98520", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486028324:98521", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486028325:98522", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486028326:98523", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486028327:98524", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629920:1328825" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629914:1328821" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629679:1328725" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645061416629681:1328726" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629682:1328727" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629490:1328634" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629524:1328646" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629922:1328826" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629691:1328732" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645061416629688:1328731" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629687:1328730" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629685:1328729" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645061416629526:1328647" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645061416629674:1328722" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629676:1328723" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629673:1328721" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629678:1328724" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629695:1328734" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629700:1328738" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645061416629699:1328737" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645061416629698:1328736" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629696:1328735" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629684:1328728" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629693:1328733" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629739:1328762" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629702:1328739" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061416629703:1328740" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629706:1328741" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645053613722286:3265493" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629719:1328748" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629720:1328749" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629727:1328754" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629725:1328752" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629726:1328753" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645061416629721:1328750" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629717:1328747" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629723:1328751" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061416629715:1328746" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486028323:98520" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028313:98513" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028324:98521" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028327:98524" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028326:98523" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028325:98522" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486028322:98519" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486028314:98514" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028310:98511" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028321:98518" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028318:98516" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486028320:98517" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486028312:98512" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486028308:98510" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486028317:98515" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486028307:98509" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629919:1328824" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629917:1328823" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629916:1328822" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629741:1328763" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645061416629498:1328635" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629502:1328637" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645061416629503:1328638" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629500:1328636" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629505:1328639" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629507:1328640" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629510:1328642" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645061416629509:1328641" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629519:1328645" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629516:1328643" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629517:1328644" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645061416629729:1328755" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629732:1328757" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629733:1328758" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629730:1328756" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645061416629735:1328759" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629736:1328760" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629773:1328781" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645061416629771:1328780" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629855:1328793" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629767:1328779" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629886:1328809" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645061416629888:1328810" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629755:1328770" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645061416629753:1328769" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629859:1328795" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629857:1328794" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629862:1328797" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629861:1328796" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629866:1328799" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629864:1328798" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629872:1328803" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629868:1328801" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645061416629867:1328800" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645061416629870:1328802" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629875:1328804" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629884:1328808" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629879:1328806" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645061416629877:1328805" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645061416629881:1328807" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645061416629763:1328776" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629765:1328777" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629847:1328788" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629844:1328787" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629849:1328789" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629774:1328782" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645061416629842:1328786" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629841:1328785" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629834:1328784" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629775:1328783" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645061416629850:1328790" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629852:1328791" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629853:1328792" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629895:1328812" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629892:1328811" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629903:1328818" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629902:1328817" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629896:1328813" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629899:1328815" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629898:1328814" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629900:1328816" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645061416629912:1328820" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629905:1328819" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645061416629744:1328764" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629752:1328768" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629749:1328766" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645061416629751:1328767" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645061416629747:1328765" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645061416629737:1328761" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629534:1328651" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1645489911703667:3265875" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645061416629528:1328648" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629530:1328649" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629532:1328650" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629566:1328668" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629542:1328654" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645061416629554:1328661" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629550:1328659" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645061416629563:1328666" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629545:1328656" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629543:1328655" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645061416629570:1328670" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629575:1328672" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629594:1328674" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645061416629556:1328663" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645061416629540:1328653" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645061416629552:1328660" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645061416629548:1328658" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061416629560:1328665" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645061416629568:1328669" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645061416629571:1328671" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645061416629577:1328673" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486028251:98506" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629558:1328664" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629536:1328652" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629565:1328667" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629547:1328657" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629623:1328691" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629599:1328677" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645061416629610:1328684" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629607:1328682" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645061416629619:1328689" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629602:1328679" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629600:1328678" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645061416629626:1328693" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629630:1328695" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629634:1328697" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645061416629613:1328686" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645061416629597:1328676" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645061416629608:1328683" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645061416629605:1328681" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061416629617:1328688" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645061416629625:1328692" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645061416629628:1328694" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645061416629631:1328696" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486028268:98507" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629615:1328687" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629595:1328675" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629620:1328690" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629603:1328680" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629662:1328714" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629639:1328700" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645061416629650:1328707" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629647:1328705" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645061416629659:1328712" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629642:1328702" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629641:1328701" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645061416629665:1328716" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629668:1328718" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645061416629671:1328720" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645061416629653:1328709" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645061416629638:1328699" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645061416629648:1328706" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645061416629645:1328704" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061416629657:1328711" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645061416629663:1328715" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645061416629666:1328717" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645061416629669:1328719" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486028281:98508" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629655:1328710" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629635:1328698" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629660:1328713" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061416629644:1328703" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629757:1328772" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061416629759:1328773" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629760:1328774" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645061416629756:1328771" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645061416629708:1328742" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645061416629711:1328744" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061416629710:1328743" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645061416629713:1328745" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645061416629761:1328775" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645061416629766:1328778" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645061791846025:1600243", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645061791848711:1600245", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645061791848718:1600247", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645061791848720:1600249", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848723:1600251", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848725:1600253", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061791848728:1600255", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848730:1600257", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848732:1600259", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645061791848734:1600261", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848736:1600263", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848739:1600265", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791848741:1600267", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645061791848744:1600269", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848746:1600271", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645061791848747:1600273", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061791848749:1600275", - "type": "Value.StringValue", - "value": "disableSlowMotion" - }, - { - "uid": "1645061791848751:1600277", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848753:1600279", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645061791848756:1600281", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645061791848759:1600283", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848762:1600285", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848764:1600287", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848768:1600289", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848770:1600291", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645061791848774:1600293", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848776:1600295", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061791848778:1600297", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848781:1600299", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061791848785:1600303", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645061791848787:1600305", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645061791848790:1600307", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848792:1600309", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848794:1600311", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645061791848797:1600313", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645061791848798:1600315", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848801:1600317", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848803:1600319", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848806:1600321", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848808:1600323", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848811:1600325", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848812:1600327", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645061791848815:1600329", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848817:1600331", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848824:1600333", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848826:1600335", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848828:1600337", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645061791848831:1600339", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848835:1600341", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061791848837:1600343", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848839:1600345", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061791848843:1600349", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645061791848845:1600351", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645061791848848:1600353", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848852:1600355", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848856:1600357", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645061791848860:1600359", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645061791848862:1600361", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848864:1600363", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848866:1600365", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848868:1600367", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848870:1600369", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848872:1600371", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848875:1600373", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645061791848878:1600375", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848880:1600377", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848881:1600379", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848883:1600381", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848885:1600383", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645061791848888:1600385", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848889:1600387", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061791848892:1600389", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848894:1600391", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061791848898:1600395", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645061791848900:1600397", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645061791848902:1600399", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848904:1600401", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848906:1600403", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645061791848908:1600405", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645061791848910:1600407", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848913:1600409", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848915:1600411", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848917:1600413", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848919:1600415", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848921:1600417", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848923:1600419", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848924:1600421", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645061791848926:1600423", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645061791848928:1600425", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791848930:1600427", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645061791848932:1600429", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061791848933:1600431", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645061791848935:1600433", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645061791848937:1600435", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848939:1600437", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645061791848941:1600439", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645061791848947:1600441", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791848949:1600443", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645061791848951:1600445", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645061791848953:1600447", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645061791848955:1600449", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848956:1600451", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848958:1600453", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645061791848960:1600455", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791848962:1600457", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848964:1600459", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791848965:1600461", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645061791848967:1600463", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791848969:1600465", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645061791848971:1600467", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645061791848973:1600469", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791848975:1600471", - "type": "Value.SerializableArrayValue", - "count": 1, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1646082080841665:2539212" - } - ] - }, - { - "uid": "1645061791848979:1600473", - "type": "Value.StringValue", - "value": "Overlap" - }, - { - "uid": "1645061791848981:1600475", - "type": "Value.StringValue", - "value": "On Exit" - }, - { - "uid": "1645061791848984:1600477", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645061791848986:1600479", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645061791848993:1600481", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791848995:1600483", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791848997:1600485", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791849000:1600487", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645061791849002:1600489", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849004:1600491", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849005:1600493", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645061791849007:1600495", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645061791849011:1600497", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849013:1600499", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791849014:1600501", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645061791849018:1600503", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1645061791849020:1600505", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645061791849021:1600507", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645061791849023:1600509", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849025:1600511", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645061791849027:1600513", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849029:1600515", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645061791849031:1600517", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791849033:1600519", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791849035:1600521", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791849036:1600523", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645061791849038:1600525", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849040:1600527", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791849042:1600529", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791849044:1600531", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061791849046:1600533", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061791849048:1600535", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645061791849049:1600537", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645061791849051:1600539", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645061791849053:1600541", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849055:1600543", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849057:1600545", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849061:1600547", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061791849063:1600549", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061791849065:1600551", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791849067:1600553", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645061791849070:1600555", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645061791849072:1600557", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849074:1600559", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849076:1600561", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849078:1600563", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849079:1600565", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791849081:1600567", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849083:1600569", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791849085:1600571", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849087:1600573", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791849089:1600575", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849092:1600577", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849096:1600579", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849100:1600581", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849102:1600583", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645061791849104:1600585", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061791849106:1600587", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849108:1600589", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849110:1600591", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645061791849112:1600593", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645061791849114:1600595", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645061791849117:1600597", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645061791849119:1600599", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645061791849121:1600601", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645061791849122:1600603", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849124:1600605", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849126:1600607", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849128:1600609", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849130:1600611", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849132:1600613", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645061791849134:1600615", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645061791849136:1600617", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645061791849138:1600619", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645061791849140:1600621", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645061791849142:1600623", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645061791849144:1600625", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645061791849147:1600627", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645061791849149:1600629", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486055476:98525", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486055491:98526", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486055504:98527", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486055529:98528", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486055531:98529", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486055532:98530", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486055534:98531", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486055535:98532", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486055536:98533", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486055538:98534", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486055539:98535", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486055540:98536", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486055541:98537", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486055542:98538", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486055543:98539", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486055544:98540", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486055545:98541", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486055546:98542", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486055547:98543", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849147:1600627" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849138:1600619" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848930:1600427" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645061791848932:1600429" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848933:1600431" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848711:1600245" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645061791848744:1600269" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645061791849149:1600629" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848947:1600441" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645061791848941:1600439" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645061791848939:1600437" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848937:1600435" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645061791848746:1600271" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645061791848924:1600421" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645061791848926:1600423" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848923:1600419" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848928:1600425" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848951:1600445" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848958:1600453" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645061791848956:1600451" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645061791848955:1600449" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848953:1600447" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848935:1600433" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848949:1600443" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849014:1600501" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645061791848960:1600455" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061791848962:1600457" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848964:1600459" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645053613722286:3265493" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848979:1600473" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848981:1600475" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848997:1600485" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848993:1600481" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848995:1600483" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645061791848984:1600477" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848975:1600471" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848986:1600479" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061791848973:1600469" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486055543:98539" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055535:98532" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055544:98540" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055547:98543" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055546:98542" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055545:98541" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486055542:98538" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486055536:98533" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055532:98530" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055541:98537" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055539:98535" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486055540:98536" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486055534:98531" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486055531:98529" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486055538:98534" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486055529:98528" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849144:1600625" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645061791849142:1600623" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645061791849140:1600621" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849018:1600503" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645061791848718:1600247" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848723:1600251" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645061791848725:1600253" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848720:1600249" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848728:1600255" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848730:1600257" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645061791848734:1600261" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645061791848732:1600259" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645061791848741:1600267" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848736:1600263" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848739:1600265" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645061791849000:1600487" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849004:1600491" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645061791849005:1600493" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849002:1600489" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645061791849007:1600495" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849011:1600497" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849051:1600539" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645061791849049:1600537" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849078:1600563" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791849048:1600535" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849114:1600595" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645061791849117:1600597" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645061791849031:1600517" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645061791849029:1600515" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791849081:1600567" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849079:1600565" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791849085:1600571" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849083:1600569" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791849089:1600575" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849087:1600573" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849102:1600583" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791849096:1600579" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645061791849092:1600577" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645061791849100:1600581" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645061791849104:1600585" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849112:1600593" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791849108:1600589" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645061791849106:1600587" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645061791849110:1600591" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645061791849042:1600529" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645061791849044:1600531" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849067:1600553" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645061791849065:1600551" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849070:1600555" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849053:1600541" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645061791849063:1600549" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645061791849061:1600547" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791849057:1600545" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791849055:1600543" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645061791849072:1600557" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791849074:1600559" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791849076:1600561" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645061791849121:1600601" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849119:1600599" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849132:1600613" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849130:1600611" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849122:1600603" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849126:1600607" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849124:1600605" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849128:1600609" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645061791849136:1600617" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645061791849134:1600615" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645061791849020:1600505" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849027:1600513" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849023:1600509" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645061791849025:1600511" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645061791849021:1600507" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645061791849013:1600499" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848753:1600279" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1645489911703667:3265875" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645061791848747:1600273" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645061791848749:1600275" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645061791848751:1600277" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848797:1600313" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848762:1600285" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645061791848781:1600299" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645061791848776:1600295" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645061791848792:1600309" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791848768:1600289" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791848764:1600287" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645061791848801:1600317" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791848806:1600321" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791848811:1600325" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645061791848785:1600303" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645061791848759:1600283" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645061791848778:1600297" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645061791848774:1600293" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061791848790:1600307" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645061791848798:1600315" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645061791848803:1600319" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645061791848808:1600323" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486055476:98525" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848787:1600305" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848756:1600281" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848794:1600311" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848770:1600291" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848860:1600359" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848817:1600331" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645061791848839:1600345" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645061791848835:1600341" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645061791848852:1600355" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791848826:1600335" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791848824:1600333" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645061791848864:1600363" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791848868:1600367" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791848872:1600371" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645061791848843:1600349" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645061791848815:1600329" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645061791848837:1600343" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645061791848831:1600339" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061791848848:1600353" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645061791848862:1600361" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645061791848866:1600365" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645061791848870:1600369" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486055491:98526" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848845:1600351" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848812:1600327" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848856:1600357" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848828:1600337" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848908:1600405" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645061791848880:1600377" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645061791848894:1600391" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645061791848889:1600387" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645061791848904:1600401" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791848883:1600381" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791848881:1600379" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645061791848913:1600409" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791848917:1600413" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645061791848921:1600417" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645061791848898:1600395" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645061791848878:1600375" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645061791848892:1600389" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645061791848888:1600385" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061791848902:1600399" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645061791848910:1600407" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645061791848915:1600411" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645061791848919:1600415" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486055504:98527" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848900:1600397" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848875:1600373" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848906:1600403" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645061791848885:1600383" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645061791849035:1600521" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645061791849036:1600523" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849038:1600525" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645061791849033:1600519" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645061791848965:1600461" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645061791848969:1600465" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645061791848967:1600463" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645061791848971:1600467" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645061791849040:1600527" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645061791849046:1600533" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645060164383617_793454.json b/lenses/physics-objects/Scene/objects/1645060164383617_793454.json deleted file mode 100644 index 368f488b..00000000 --- a/lenses/physics-objects/Scene/objects/1645060164383617_793454.json +++ /dev/null @@ -1,2984 +0,0 @@ -{ - "core": { - "uid": "1645060164383617:793454", - "type": "SceneObject", - "layerV2": 1, - "name": "Wall Left [EDIT_ME]", - "position": [ - -68.0, - 7.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.10000000149011612, - 1.0, - 9.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645060164386101:793466", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645060802779715:1058192" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645060164387493:793483", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0 - }, - { - "uid": "1645060164387970:793487", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645060164388483:793490", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645060164388489:793492", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060164388491:793494", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388494:793496", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388495:793498", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060164388498:793500", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388509:793502", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388512:793504", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060164388513:793506", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388515:793508", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388518:793510", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164388520:793512", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060164388522:793514", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388523:793516", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645060164388525:793518", - "type": "Value.IntValue", - "value": 1 - }, - { - "uid": "1645060164388527:793520", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388528:793522", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388530:793524", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1645060164388533:793526", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060164388538:793528", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388541:793530", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388543:793532", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388545:793534", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388547:793536", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060164388550:793538", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388552:793540", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164388554:793542", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388556:793544", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060164388560:793548", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060164388562:793550", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060164388564:793552", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388567:793554", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388568:793556", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060164388570:793558", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645060164388572:793560", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388575:793562", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388577:793564", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388579:793566", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388590:793568", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388613:793570", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388616:793572", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060164388619:793574", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388624:793576", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388644:793578", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388650:793580", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388653:793582", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060164388667:793584", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388674:793586", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164388678:793588", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388702:793590", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060164388728:793594", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060164388748:793596", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060164388753:793598", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388767:793600", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388770:793602", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060164388772:793604", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645060164388773:793606", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388775:793608", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388777:793610", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388779:793612", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388781:793614", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388783:793616", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388784:793618", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060164388787:793620", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388789:793622", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388791:793624", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388793:793626", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388795:793628", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060164388797:793630", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388799:793632", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164388800:793634", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388802:793636", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060164388806:793640", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060164388808:793642", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060164388810:793644", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388871:793646", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388879:793648", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060164388883:793650", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645060164388885:793652", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388888:793654", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388891:793656", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388894:793658", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388896:793660", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388898:793662", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388900:793664", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388902:793666", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645060164388904:793668", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060164388909:793670", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164388919:793672", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645060164388925:793674", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060164388929:793676", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645060164388931:793678", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645060164388933:793680", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388935:793682", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645060164388937:793684", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645060164388956:793686", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164388964:793688", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645060164388967:793690", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645060164388969:793692", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645060164388974:793694", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388976:793696", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388978:793698", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645060164388980:793700", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164388981:793702", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388984:793704", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164388985:793706", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645060164388987:793708", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164388989:793710", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645060164388990:793712", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645060164388992:793714", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164388994:793716", - "type": "Value.SerializableArrayValue", - "count": 1, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1646082080841665:2539212" - } - ] - }, - { - "uid": "1645060164388999:793718", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645060164389001:793720", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645060164389002:793722", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645060164389004:793724", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645060164389006:793726", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164389008:793728", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164389009:793730", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164389011:793732", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645060164389013:793734", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389014:793736", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389016:793738", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060164389017:793740", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060164389019:793742", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389020:793744", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164389022:793746", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645060164389025:793748", - "type": "Value.StringValue", - "value": "runTween" - }, - { - "uid": "1645060164389027:793750", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645060164389028:793752", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645060164389030:793754", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389032:793756", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645060164389033:793758", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389035:793760", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645060164389037:793762", - "type": "Value.StringValue", - "value": "TWEEN_HIGHLIGHT" - }, - { - "uid": "1645060164389038:793764", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164389040:793766", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164389041:793768", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060164389043:793770", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389044:793772", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164389046:793774", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164389047:793776", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389049:793778", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389050:793780", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645060164389052:793782", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645060164389054:793784", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645060164389055:793786", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389056:793788", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389058:793790", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389060:793792", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389061:793794", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060164389063:793796", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164389064:793798", - "type": "Value.StringValue", - "value": "MeshVisual" - }, - { - "uid": "1645060164389066:793800", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645060164389067:793802", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389069:793804", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389070:793806", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389072:793808", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389073:793810", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164389075:793812", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389076:793814", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164389078:793816", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389079:793818", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164389081:793820", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389082:793822", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389089:793824", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389090:793826", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389097:793828", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645060164389099:793830", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389101:793832", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389102:793834", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389104:793836", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060164389105:793838", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645060164389107:793840", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645060164389109:793842", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060164389110:793844", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060164389112:793846", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645060164389114:793848", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389116:793850", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389117:793852", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389119:793854", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389120:793856", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389122:793858", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389124:793860", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645060164389125:793862", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060164389127:793864", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645060164389129:793866", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389130:793868", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060164389132:793870", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645060164389134:793872", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645060164389140:793874", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486116037:98563", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486116054:98564", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486116067:98565", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486116093:98566", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486116095:98567", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486116097:98568", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486116098:98569", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486116099:98570", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486116100:98571", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486116103:98572", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486116104:98573", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486116105:98574", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486116106:98575", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486116108:98576", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486116109:98577", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486116110:98578", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486116111:98579", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486116116:98580", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486116117:98581", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389134:793872" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389127:793864" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388919:793672" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645060164388925:793674" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388929:793676" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388483:793490" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645060164388522:793514" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060164389140:793874" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388956:793686" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645060164388937:793684" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645060164388935:793682" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388933:793680" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645060164388523:793516" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645060164388902:793666" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645060164388904:793668" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388900:793664" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388909:793670" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388967:793690" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388978:793698" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645060164388976:793696" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645060164388974:793694" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388969:793692" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388931:793678" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388964:793688" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389022:793746" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645060164388980:793700" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060164388981:793702" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388984:793704" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645060164387493:793483" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388999:793718" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389001:793720" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389009:793730" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389006:793726" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389008:793728" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645060164389002:793722" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388994:793716" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389004:793724" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060164388992:793714" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486116109:98577" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116099:98570" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116110:98578" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116117:98581" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116116:98580" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116111:98579" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486116108:98576" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486116100:98571" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116097:98568" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116106:98575" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116104:98573" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486116105:98574" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486116098:98569" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486116095:98567" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486116103:98572" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486116093:98566" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389132:793870" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389130:793868" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389129:793866" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389025:793748" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645060164388489:793492" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388494:793496" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645060164388495:793498" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388491:793494" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388498:793500" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388509:793502" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645060164388513:793506" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645060164388512:793504" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645060164388520:793512" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388515:793508" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388518:793510" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645060164389011:793732" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389014:793736" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389016:793738" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389013:793734" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645060164389017:793740" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389019:793742" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389054:793784" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645060164389052:793782" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389072:793808" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "1645060164386101:793466" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164389050:793780" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389107:793840" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645060164389109:793842" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645060164383617:793454" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060164389037:793762" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645060164389035:793760" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164389075:793812" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389073:793810" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164389078:793816" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389076:793814" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164389081:793820" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389079:793818" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389097:793828" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164389089:793824" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645060164389082:793822" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645060164389090:793826" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389099:793830" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389105:793838" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164389102:793834" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645060164389101:793832" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645060164389104:793836" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645060164389046:793774" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389047:793776" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389064:793798" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "1645060164386101:793466" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645060164389063:793796" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389066:793800" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389055:793786" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060164389061:793794" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389060:793792" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164389058:793790" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164389056:793788" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060164389067:793802" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164389069:793804" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164389070:793806" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389112:793846" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389110:793844" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389122:793858" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389120:793856" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389114:793848" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389117:793852" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389116:793850" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389119:793854" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645060164389125:793862" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389124:793860" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645060164389027:793750" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389033:793758" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389030:793754" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645060164389032:793756" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645060164389028:793752" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645060164389020:793744" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388530:793524" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1645060164386101:793466" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645060164388525:793518" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645060164388527:793520" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645060164388528:793522" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388570:793558" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388541:793530" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060164388556:793544" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060164388552:793540" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060164388567:793554" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164388545:793534" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164388543:793532" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060164388575:793562" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164388579:793566" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164388613:793570" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060164388560:793548" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060164388538:793528" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060164388554:793542" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060164388550:793538" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060164388564:793552" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060164388572:793560" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060164388577:793564" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060164388590:793568" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486116037:98563" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388562:793550" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388533:793526" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388568:793556" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388547:793536" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388772:793604" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388624:793576" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060164388702:793590" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060164388674:793586" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060164388767:793600" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164388650:793580" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164388644:793578" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060164388775:793608" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164388779:793612" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164388783:793616" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060164388728:793594" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060164388619:793574" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060164388678:793588" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060164388667:793584" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060164388753:793598" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060164388773:793606" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060164388777:793610" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060164388781:793614" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486116054:98564" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388748:793596" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388616:793572" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388770:793602" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388653:793582" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388883:793650" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060164388789:793622" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060164388802:793636" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060164388799:793632" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060164388871:793646" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164388793:793626" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164388791:793624" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060164388888:793654" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164388894:793658" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060164388898:793662" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060164388806:793640" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060164388787:793620" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060164388800:793634" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060164388797:793630" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060164388810:793644" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060164388885:793652" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060164388891:793656" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060164388896:793660" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486116067:98565" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388808:793642" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388784:793618" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388879:793648" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060164388795:793628" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645060164389040:793766" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060164389041:793768" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389043:793770" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389038:793764" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645060164388985:793706" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645060164388989:793710" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060164388987:793708" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645060164388990:793712" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645060164389044:793772" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389049:793778" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645060164389427:793876", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645060164389922:793879", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389926:793881", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389928:793883", - "type": "Value.StringValue", - "value": "Quadratic" - }, - { - "uid": "1645060164389930:793885", - "type": "Value.StringValue", - "value": "Out" - }, - { - "uid": "1645060164389932:793887", - "type": "Value.IntValue", - "value": 3 - }, - { - "uid": "1645060164389934:793889", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060164389935:793891", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389937:793893", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060164389938:793895", - "type": "Value.FloatValue", - "value": 0.5 - }, - { - "uid": "1645060164389940:793897", - "type": "Value.StringValue", - "value": "TWEEN_HIGHLIGHT" - }, - { - "uid": "1645060164389942:793899", - "type": "Value.FloatValue", - "value": 0.5 - }, - { - "uid": "1645060164389943:793901", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389946:793903", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389947:793905", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060164389949:793907", - "type": "Value.FloatValue", - "value": 0.0 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645060164383617:793454" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060164389940:793897" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389935:793891" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645060164389932:793887" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645060164389934:793889" - }, - { - "name": "start", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389947:793905" - }, - { - "name": "end", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389942:793899" - }, - { - "name": "from", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389943:793901" - }, - { - "name": "to", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389949:793907" - }, - { - "name": "offset", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389946:793903" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389922:793879" - }, - { - "name": "recursive", - "typename": "Value.BoolValue", - "scriptObject": "1645060164389937:793893" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389938:793895" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645060164389926:793881" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645060164389928:793883" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645060164389930:793885" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271957556:656665" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645060196377173_805327.json b/lenses/physics-objects/Scene/objects/1645060196377173_805327.json deleted file mode 100644 index d27ccddf..00000000 --- a/lenses/physics-objects/Scene/objects/1645060196377173_805327.json +++ /dev/null @@ -1,2984 +0,0 @@ -{ - "core": { - "uid": "1645060196377173:805327", - "type": "SceneObject", - "layerV2": 1, - "name": "Wall Front [EDIT_ME]", - "position": [ - 0.0, - 7.0, - 68.0 - ], - "rotation": [ - 0.0, - 0.7071068286895752, - 0.0, - 0.7071067094802856 - ], - "scale": [ - 0.10000000149011612, - 1.0, - 9.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645060196379436:805343", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645060811119666:1076291" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645060196381184:805356", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0 - }, - { - "uid": "1645060196381833:805360", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645060196382432:805363", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645060196382438:805365", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060196382440:805367", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382443:805369", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382445:805371", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060196382448:805373", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382451:805375", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382454:805377", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060196382456:805379", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382458:805381", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382461:805383", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382464:805385", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060196382466:805387", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382469:805389", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645060196382471:805391", - "type": "Value.IntValue", - "value": 1 - }, - { - "uid": "1645060196382473:805393", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382476:805395", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382478:805397", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1645060196382481:805399", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060196382486:805401", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382488:805403", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382491:805405", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382494:805407", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382496:805409", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060196382499:805411", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382502:805413", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196382504:805415", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382506:805417", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060196382511:805421", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060196382513:805423", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060196382516:805425", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382519:805427", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382522:805429", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060196382525:805431", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645060196382527:805433", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382530:805435", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382532:805437", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382535:805439", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382537:805441", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382539:805443", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382541:805445", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060196382545:805447", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382548:805449", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382550:805451", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382552:805453", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382554:805455", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060196382557:805457", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382559:805459", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196382561:805461", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382563:805463", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060196382568:805467", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060196382570:805469", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060196382573:805471", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382575:805473", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382577:805475", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060196382579:805477", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645060196382581:805479", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382583:805481", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382585:805483", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382587:805485", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382589:805487", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382591:805489", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382593:805491", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060196382597:805493", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382599:805495", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382601:805497", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382603:805499", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382605:805501", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060196382608:805503", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382610:805505", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196382612:805507", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382614:805509", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060196382619:805513", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060196382621:805515", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060196382624:805517", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382626:805519", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382628:805521", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060196382631:805523", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645060196382633:805525", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382635:805527", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382638:805529", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382640:805531", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382643:805533", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382645:805535", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382647:805537", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382649:805539", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645060196382651:805541", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060196382653:805543", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382655:805545", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645060196382659:805547", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060196382663:805549", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645060196382666:805551", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645060196382669:805553", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382672:805555", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645060196382675:805557", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645060196382678:805559", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382681:805561", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645060196382685:805563", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645060196382689:805565", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645060196382692:805567", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382695:805569", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382698:805571", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645060196382702:805573", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382706:805575", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382709:805577", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382712:805579", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645060196382715:805581", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382717:805583", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645060196382719:805585", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645060196382721:805587", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382723:805589", - "type": "Value.SerializableArrayValue", - "count": 1, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1646082080841665:2539212" - } - ] - }, - { - "uid": "1645060196382728:805591", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645060196382730:805593", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645060196382732:805595", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645060196382734:805597", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645060196382736:805599", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382738:805601", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382740:805603", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382742:805605", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645060196382744:805607", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382746:805609", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382748:805611", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060196382750:805613", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060196382752:805615", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382754:805617", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382756:805619", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645060196382759:805621", - "type": "Value.StringValue", - "value": "runTween" - }, - { - "uid": "1645060196382761:805623", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645060196382763:805625", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645060196382765:805627", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382767:805629", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645060196382769:805631", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382782:805633", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645060196382785:805635", - "type": "Value.StringValue", - "value": "TWEEN_HIGHLIGHT" - }, - { - "uid": "1645060196382787:805637", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382791:805639", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382794:805641", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060196382797:805643", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382800:805645", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382802:805647", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382806:805649", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196382809:805651", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196382833:805653", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645060196382842:805655", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645060196382847:805657", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645060196382850:805659", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382857:805661", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382860:805663", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382863:805665", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196382866:805667", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060196382870:805669", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382872:805671", - "type": "Value.StringValue", - "value": "MeshVisual" - }, - { - "uid": "1645060196382874:805673", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645060196382876:805675", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382879:805677", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382880:805679", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382882:805681", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382884:805683", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382886:805685", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382889:805687", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382890:805689", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382892:805691", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382894:805693", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382898:805695", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382900:805697", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382901:805699", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382903:805701", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645060196382905:805703", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196382908:805705", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382910:805707", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382912:805709", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060196382914:805711", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645060196382916:805713", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645060196382918:805715", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060196382920:805717", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060196382922:805719", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645060196382924:805721", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382926:805723", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382928:805725", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382930:805727", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382931:805729", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382933:805731", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196382935:805733", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645060196382936:805735", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060196382938:805737", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645060196382941:805739", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196382943:805741", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060196382944:805743", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645060196382946:805745", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645060196382954:805747", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486143317:98582", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486143332:98583", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486143345:98584", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486143371:98585", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486143372:98586", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486143374:98587", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486143375:98588", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486143376:98589", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486143377:98590", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486143379:98591", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486143380:98592", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486143381:98593", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486143382:98594", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486143383:98595", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486143384:98596", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486143385:98597", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486143386:98598", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486143388:98599", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486143389:98600", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382946:805745" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382938:805737" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382655:805545" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645060196382659:805547" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382663:805549" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382432:805363" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382466:805387" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382954:805747" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382678:805559" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645060196382675:805557" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382672:805555" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382669:805553" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645060196382469:805389" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645060196382649:805539" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382651:805541" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382647:805537" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382653:805543" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382685:805563" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382698:805571" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645060196382695:805569" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645060196382692:805567" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382689:805565" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382666:805551" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382681:805561" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382756:805619" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382702:805573" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060196382706:805575" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382709:805577" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645060196381184:805356" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382728:805591" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382730:805593" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382740:805603" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382736:805599" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382738:805601" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645060196382732:805595" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382723:805589" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382734:805597" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060196382721:805587" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486143384:98596" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143376:98589" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143385:98597" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143389:98600" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143388:98599" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143386:98598" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486143383:98595" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486143377:98590" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143374:98587" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143382:98594" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143380:98592" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486143381:98593" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486143375:98588" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486143372:98586" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486143379:98591" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486143371:98585" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382944:805743" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382943:805741" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382941:805739" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382759:805621" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645060196382438:805365" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382443:805369" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645060196382445:805371" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382440:805367" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382448:805373" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382451:805375" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382456:805379" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645060196382454:805377" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382464:805385" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382458:805381" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382461:805383" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645060196382742:805605" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382746:805609" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382748:805611" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382744:805607" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645060196382750:805613" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382752:805615" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382847:805657" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645060196382842:805655" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382882:805681" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "1645060196379436:805343" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382833:805653" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382916:805713" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645060196382918:805715" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645060196377173:805327" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382785:805635" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645060196382782:805633" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382886:805685" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382884:805683" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382890:805689" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382889:805687" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382894:805693" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382892:805691" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382903:805701" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382900:805697" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645060196382898:805695" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645060196382901:805699" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382905:805703" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382914:805711" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382910:805707" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645060196382908:805705" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645060196382912:805709" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645060196382802:805647" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382806:805649" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382872:805671" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "1645060196379436:805343" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382870:805669" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382874:805673" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382850:805659" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060196382866:805667" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382863:805665" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382860:805663" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382857:805661" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060196382876:805675" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382879:805677" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382880:805679" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382922:805719" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382920:805717" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382933:805731" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382931:805729" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382924:805721" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382928:805725" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382926:805723" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382930:805727" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645060196382936:805735" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382935:805733" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645060196382761:805623" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382769:805631" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382765:805627" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645060196382767:805629" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645060196382763:805625" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645060196382754:805617" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382478:805397" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1645060196379436:805343" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645060196382471:805391" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382473:805393" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382476:805395" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382525:805431" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382488:805403" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060196382506:805417" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382502:805413" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060196382519:805427" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382494:805407" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382491:805405" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060196382530:805435" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382535:805439" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382539:805443" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060196382511:805421" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060196382486:805401" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060196382504:805415" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060196382499:805411" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060196382516:805425" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060196382527:805433" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060196382532:805437" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060196382537:805441" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486143317:98582" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382513:805423" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382481:805399" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382522:805429" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382496:805409" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382579:805477" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382548:805449" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060196382563:805463" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382559:805459" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060196382575:805473" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382552:805453" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382550:805451" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060196382583:805481" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382587:805485" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382591:805489" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060196382568:805467" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060196382545:805447" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060196382561:805461" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060196382557:805457" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060196382573:805471" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060196382581:805479" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060196382585:805483" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060196382589:805487" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486143332:98583" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382570:805469" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382541:805445" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382577:805475" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382554:805455" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382631:805523" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382599:805495" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060196382614:805509" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382610:805505" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060196382626:805519" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382603:805499" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382601:805497" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060196382635:805527" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382640:805531" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060196382645:805535" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060196382619:805513" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060196382597:805493" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060196382612:805507" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060196382608:805503" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060196382624:805517" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060196382633:805525" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060196382638:805529" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060196382643:805533" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486143345:98584" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382621:805515" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382593:805491" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382628:805521" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060196382605:805501" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382791:805639" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060196382794:805641" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382797:805643" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645060196382787:805637" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645060196382712:805579" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645060196382717:805583" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060196382715:805581" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645060196382719:805585" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645060196382800:805645" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645060196382809:805651" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645060196383334:805749", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645060196383989:805752", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196383994:805754", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196383997:805756", - "type": "Value.StringValue", - "value": "Quadratic" - }, - { - "uid": "1645060196383999:805758", - "type": "Value.StringValue", - "value": "Out" - }, - { - "uid": "1645060196384001:805760", - "type": "Value.IntValue", - "value": 3 - }, - { - "uid": "1645060196384003:805762", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060196384005:805764", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196384007:805766", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060196384008:805768", - "type": "Value.FloatValue", - "value": 0.5 - }, - { - "uid": "1645060196384010:805770", - "type": "Value.StringValue", - "value": "TWEEN_HIGHLIGHT" - }, - { - "uid": "1645060196384013:805772", - "type": "Value.FloatValue", - "value": 0.5 - }, - { - "uid": "1645060196384015:805774", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196384017:805776", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196384019:805778", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060196384020:805780", - "type": "Value.FloatValue", - "value": 0.0 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645060196377173:805327" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060196384010:805770" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645060196384005:805764" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645060196384001:805760" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645060196384003:805762" - }, - { - "name": "start", - "typename": "Value.FloatValue", - "scriptObject": "1645060196384019:805778" - }, - { - "name": "end", - "typename": "Value.FloatValue", - "scriptObject": "1645060196384013:805772" - }, - { - "name": "from", - "typename": "Value.FloatValue", - "scriptObject": "1645060196384015:805774" - }, - { - "name": "to", - "typename": "Value.FloatValue", - "scriptObject": "1645060196384020:805780" - }, - { - "name": "offset", - "typename": "Value.FloatValue", - "scriptObject": "1645060196384017:805776" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645060196383989:805752" - }, - { - "name": "recursive", - "typename": "Value.BoolValue", - "scriptObject": "1645060196384007:805766" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645060196384008:805768" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645060196383994:805754" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645060196383997:805756" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645060196383999:805758" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271957556:656665" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645060218084728_817453.json b/lenses/physics-objects/Scene/objects/1645060218084728_817453.json deleted file mode 100644 index e83e0be7..00000000 --- a/lenses/physics-objects/Scene/objects/1645060218084728_817453.json +++ /dev/null @@ -1,2984 +0,0 @@ -{ - "core": { - "uid": "1645060218084728:817453", - "type": "SceneObject", - "layerV2": 1, - "name": "Wall Back [EDIT_ME]", - "position": [ - 0.0, - 7.0, - -68.0 - ], - "rotation": [ - 0.0, - 0.7071068286895752, - 0.0, - 0.7071067094802856 - ], - "scale": [ - 0.10000000149011612, - 1.0, - 9.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645060218086138:817455", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645060818678240:1094338" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645060218087441:817468", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0 - }, - { - "uid": "1645060218087930:817472", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645060218089595:817474", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645060218089599:817476", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060218089602:817478", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089604:817480", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089606:817482", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060218089608:817484", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089610:817486", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089611:817488", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060218089613:817490", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089615:817492", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089616:817494", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089618:817496", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060218089620:817498", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089622:817500", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645060218089624:817502", - "type": "Value.IntValue", - "value": 1 - }, - { - "uid": "1645060218089625:817504", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089627:817506", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089629:817508", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1645060218089630:817510", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060218089634:817512", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089637:817514", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089639:817516", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089641:817518", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089644:817520", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060218089648:817522", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089650:817524", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218089653:817526", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089655:817528", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060218089659:817532", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060218089660:817534", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060218089662:817536", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089665:817538", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089666:817540", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060218089669:817542", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645060218089671:817544", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089673:817546", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089675:817548", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089677:817550", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089679:817552", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089681:817554", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089683:817556", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060218089685:817558", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089687:817560", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089688:817562", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089690:817564", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089691:817566", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060218089695:817568", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089698:817570", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218089700:817572", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089703:817574", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060218089706:817578", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060218089708:817580", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060218089710:817582", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089712:817584", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089713:817586", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060218089715:817588", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645060218089717:817590", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089719:817592", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089720:817594", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089722:817596", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089724:817598", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089726:817600", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089727:817602", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645060218089729:817604", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089731:817606", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089733:817608", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089735:817610", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089737:817612", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645060218089739:817614", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089740:817616", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218089742:817618", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089744:817620", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060218089747:817624", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645060218089749:817626", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645060218089751:817628", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089753:817630", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089754:817632", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645060218089756:817634", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645060218089758:817636", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089759:817638", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089761:817640", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089763:817642", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089764:817644", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089766:817646", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089768:817648", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089769:817650", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645060218089771:817652", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060218089772:817654", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089774:817656", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645060218089775:817658", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060218089777:817660", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645060218089778:817662", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645060218089780:817664", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089781:817666", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645060218089785:817668", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645060218089788:817670", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089790:817672", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645060218089791:817674", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645060218089793:817676", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645060218089794:817678", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089796:817680", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089797:817682", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645060218089799:817684", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089801:817686", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089803:817688", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089804:817690", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645060218089805:817692", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089807:817694", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645060218089809:817696", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645060218089810:817698", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089812:817700", - "type": "Value.SerializableArrayValue", - "count": 1, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1646082080841665:2539212" - } - ] - }, - { - "uid": "1645060218089816:817702", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645060218089818:817704", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645060218089819:817706", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645060218089821:817708", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645060218089822:817710", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089823:817712", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089825:817714", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089826:817716", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645060218089828:817718", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089829:817720", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089831:817722", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060218089832:817724", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645060218089834:817726", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089836:817728", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089837:817730", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645060218089839:817732", - "type": "Value.StringValue", - "value": "runTween" - }, - { - "uid": "1645060218089841:817734", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645060218089842:817736", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645060218089844:817738", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089845:817740", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645060218089847:817742", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089848:817744", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645060218089850:817746", - "type": "Value.StringValue", - "value": "TWEEN_HIGHLIGHT" - }, - { - "uid": "1645060218089851:817748", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089852:817750", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089854:817752", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645060218089856:817754", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089857:817756", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089859:817758", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089860:817760", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218089862:817762", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218089863:817764", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645060218089865:817766", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645060218089866:817768", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645060218089868:817770", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089869:817772", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089871:817774", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089872:817776", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218089874:817778", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060218089875:817780", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089877:817782", - "type": "Value.StringValue", - "value": "MeshVisual" - }, - { - "uid": "1645060218089878:817784", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645060218089880:817786", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089881:817788", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089883:817790", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089884:817792", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089886:817794", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089887:817796", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089889:817798", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089891:817800", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089892:817802", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089894:817804", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089896:817806", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089897:817808", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089899:817810", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089900:817812", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645060218089902:817814", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218089903:817816", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089905:817818", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089906:817820", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645060218089908:817822", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645060218089910:817824", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645060218089911:817826", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645060218089912:817828", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645060218089914:817830", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645060218089915:817832", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089918:817834", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089919:817836", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089921:817838", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089922:817840", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089924:817842", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218089925:817844", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645060218089927:817846", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060218089929:817848", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645060218089930:817850", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218089932:817852", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645060218089933:817854", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645060218089935:817856", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645060218089936:817858", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486175623:98601", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486175642:98602", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486175655:98603", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486175681:98604", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486175683:98605", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486175685:98606", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486175687:98607", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486175688:98608", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486175689:98609", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486175692:98610", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486175693:98611", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486175694:98612", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486175695:98613", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486175696:98614", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486175697:98615", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486175698:98616", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486175699:98617", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486175700:98618", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486175701:98619", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089935:817856" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089929:817848" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089774:817656" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645060218089775:817658" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089777:817660" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089595:817474" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089620:817498" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089936:817858" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089788:817670" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645060218089785:817668" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089781:817666" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089780:817664" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645060218089622:817500" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645060218089769:817650" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089771:817652" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089768:817648" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089772:817654" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089791:817674" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089797:817682" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645060218089796:817680" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645060218089794:817678" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089793:817676" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089778:817662" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089790:817672" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089837:817730" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089799:817684" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060218089801:817686" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089803:817688" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645060218087441:817468" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089816:817702" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089818:817704" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089825:817714" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089822:817710" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089823:817712" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645060218089819:817706" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089812:817700" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089821:817708" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060218089810:817698" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486175697:98615" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175688:98608" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175698:98616" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175701:98619" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175700:98618" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175699:98617" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486175696:98614" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486175689:98609" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175685:98606" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175695:98613" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175693:98611" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486175694:98612" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486175687:98607" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486175683:98605" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486175692:98610" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486175681:98604" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089933:817854" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089932:817852" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089930:817850" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089839:817732" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645060218089599:817476" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089604:817480" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645060218089606:817482" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089602:817478" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089608:817484" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089610:817486" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089613:817490" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645060218089611:817488" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089618:817496" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089615:817492" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089616:817494" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645060218089826:817716" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089829:817720" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089831:817722" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089828:817718" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645060218089832:817724" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089834:817726" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089866:817768" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645060218089865:817766" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089884:817792" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "1645060218086138:817455" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089863:817764" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089910:817824" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645060218089911:817826" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645060218084728:817453" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089850:817746" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645060218089848:817744" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089887:817796" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089886:817794" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089891:817800" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089889:817798" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089894:817804" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089892:817802" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089900:817812" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089897:817808" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645060218089896:817806" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645060218089899:817810" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089902:817814" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089908:817822" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089905:817818" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645060218089903:817816" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645060218089906:817820" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645060218089859:817758" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089860:817760" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089877:817782" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "1645060218086138:817455" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089875:817780" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089878:817784" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089868:817770" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060218089874:817778" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089872:817776" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089871:817774" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089869:817772" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060218089880:817786" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089881:817788" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089883:817790" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089914:817830" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089912:817828" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089924:817842" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089922:817840" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089915:817832" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089919:817836" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089918:817834" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089921:817838" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645060218089927:817846" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089925:817844" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645060218089841:817734" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089847:817742" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089844:817738" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645060218089845:817740" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645060218089842:817736" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645060218089836:817728" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089629:817508" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1645060218086138:817455" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645060218089624:817502" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089625:817504" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089627:817506" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089669:817542" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089637:817514" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060218089655:817528" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089650:817524" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060218089665:817538" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089641:817518" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089639:817516" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060218089673:817546" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089677:817550" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089681:817554" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060218089659:817532" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060218089634:817512" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060218089653:817526" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060218089648:817522" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060218089662:817536" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060218089671:817544" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060218089675:817548" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060218089679:817552" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486175623:98601" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089660:817534" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089630:817510" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089666:817540" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089644:817520" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089715:817588" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089687:817560" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060218089703:817574" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089698:817570" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060218089712:817584" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089690:817564" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089688:817562" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060218089719:817592" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089722:817596" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089726:817600" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060218089706:817578" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060218089685:817558" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060218089700:817572" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060218089695:817568" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060218089710:817582" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060218089717:817590" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060218089720:817594" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060218089724:817598" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486175642:98602" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089708:817580" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089683:817556" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089713:817586" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089691:817566" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089756:817634" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089731:817606" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645060218089744:817620" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089740:817616" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645060218089753:817630" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089735:817610" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089733:817608" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645060218089759:817638" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089763:817642" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645060218089766:817646" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645060218089747:817624" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645060218089729:817604" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645060218089742:817618" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645060218089739:817614" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060218089751:817628" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645060218089758:817636" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645060218089761:817640" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645060218089764:817644" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486175655:98603" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089749:817626" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089727:817602" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089754:817632" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645060218089737:817612" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089852:817750" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645060218089854:817752" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089856:817754" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645060218089851:817748" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645060218089804:817690" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645060218089807:817694" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645060218089805:817692" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645060218089809:817696" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645060218089857:817756" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645060218089862:817762" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645060218090380:817863", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645060218091072:817867", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218091077:817869", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218091079:817871", - "type": "Value.StringValue", - "value": "Quadratic" - }, - { - "uid": "1645060218091081:817873", - "type": "Value.StringValue", - "value": "Out" - }, - { - "uid": "1645060218091087:817875", - "type": "Value.IntValue", - "value": 3 - }, - { - "uid": "1645060218091092:817877", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645060218091094:817879", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218091095:817881", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645060218091097:817883", - "type": "Value.FloatValue", - "value": 0.5 - }, - { - "uid": "1645060218091098:817885", - "type": "Value.StringValue", - "value": "TWEEN_HIGHLIGHT" - }, - { - "uid": "1645060218091100:817887", - "type": "Value.FloatValue", - "value": 0.5 - }, - { - "uid": "1645060218091102:817889", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218091103:817891", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218091105:817893", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645060218091106:817895", - "type": "Value.FloatValue", - "value": 0.0 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645060218084728:817453" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645060218091098:817885" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645060218091094:817879" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645060218091087:817875" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645060218091092:817877" - }, - { - "name": "start", - "typename": "Value.FloatValue", - "scriptObject": "1645060218091105:817893" - }, - { - "name": "end", - "typename": "Value.FloatValue", - "scriptObject": "1645060218091100:817887" - }, - { - "name": "from", - "typename": "Value.FloatValue", - "scriptObject": "1645060218091102:817889" - }, - { - "name": "to", - "typename": "Value.FloatValue", - "scriptObject": "1645060218091106:817895" - }, - { - "name": "offset", - "typename": "Value.FloatValue", - "scriptObject": "1645060218091103:817891" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645060218091072:817867" - }, - { - "name": "recursive", - "typename": "Value.BoolValue", - "scriptObject": "1645060218091095:817881" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645060218091097:817883" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645060218091077:817869" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645060218091079:817871" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645060218091081:817873" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271957556:656665" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645062092699957_1687593.json b/lenses/physics-objects/Scene/objects/1645062092699957_1687593.json deleted file mode 100644 index f6932f4f..00000000 --- a/lenses/physics-objects/Scene/objects/1645062092699957_1687593.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645062092699957:1687593", - "type": "SceneObject", - "layerV2": 1, - "name": "Text3D Object", - "position": [ - 0.0, - 15.163261413574219, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645062092700410:1687594", - "type": "Component.Text3D", - "name": "Text3D", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 2, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645492161288605:4043429" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "text": "Slow \nMotion \nZone", - "font": "1645140792624997:614191", - "size": 200, - "verticalOverflow": { - "value": 0, - "description": "Overflow" - }, - "horizontalOverflow": { - "value": 0, - "description": "Overflow" - }, - "sizeToFit": false, - "letterSpacing": 0.0, - "lineSpacing": 1.0, - "extrusionDepth": 0.30000001192092896, - "extrudeDirection": { - "value": 2, - "description": "Both" - }, - "worldSpaceRect": { - "left": -7.5, - "right": 7.5, - "bottom": -2.25, - "top": 2.25 - }, - "editable": false, - "showPreview": true, - "touchHandler": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645205944606516_906341.json b/lenses/physics-objects/Scene/objects/1645205944606516_906341.json deleted file mode 100644 index f4ee4d4c..00000000 --- a/lenses/physics-objects/Scene/objects/1645205944606516_906341.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645205944606516:906341", - "type": "SceneObject", - "layerV2": 1, - "name": "Physics Objects", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645205970185358_940867.json b/lenses/physics-objects/Scene/objects/1645205970185358_940867.json deleted file mode 100644 index 294b59f0..00000000 --- a/lenses/physics-objects/Scene/objects/1645205970185358_940867.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645205970185358:940867", - "type": "SceneObject", - "layerV2": 1, - "name": "Wood Racing Track", - "position": [ - 0.0, - 5.258182525634766, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645206032724092_968573.json b/lenses/physics-objects/Scene/objects/1645206032724092_968573.json deleted file mode 100644 index aecfb4f5..00000000 --- a/lenses/physics-objects/Scene/objects/1645206032724092_968573.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "core": { - "uid": "1645206032724092:968573", - "type": "SceneObject", - "layerV2": 1, - "name": "Slow Motion Zone [EDIT_ME]", - "position": [ - 18.65781021118164, - 25.36126136779785, - 25.876867294311523 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645489911703667:3265875", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645514866910187:327497", - "type": "Value.FloatValue", - "value": 3.0 - }, - { - "uid": "1645514866910193:327498", - "type": "Value.FloatValue", - "value": 3.0 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "worldComponent", - "typename": "Physics.WorldComponent", - "scriptObject": "1645656119171866:1447893" - }, - { - "name": "slowStep", - "typename": "Value.FloatValue", - "scriptObject": "1645514866910187:327497" - }, - { - "name": "slowTime", - "typename": "Value.FloatValue", - "scriptObject": "1645514866910193:327498" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645061453717649:1411289" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645206061580788_993667.json b/lenses/physics-objects/Scene/objects/1645206061580788_993667.json deleted file mode 100644 index e4c0ca2e..00000000 --- a/lenses/physics-objects/Scene/objects/1645206061580788_993667.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645206061580788:993667", - "type": "SceneObject", - "layerV2": 1, - "name": "Walls", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645235049745257_6439469.json b/lenses/physics-objects/Scene/objects/1645235049745257_6439469.json deleted file mode 100644 index a7ff3b20..00000000 --- a/lenses/physics-objects/Scene/objects/1645235049745257_6439469.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645235049745257:6439469", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor Collider", - "position": [ - 48.680660247802734, - -1.7184562683105469, - -4.255799012753414e-06 - ], - "rotation": [ - -0.091848224401474, - 0.9957730174064636, - 4.014813370645243e-09, - -4.352662230644455e-08 - ], - "scale": [ - 2.009026288986206, - 0.10000002384185791, - 4.5721940994262695 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645235049745832:6439471", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1644740369898443:828192", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - }, - { - "uid": "1645235049746382:6439475", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732461624273:1179031" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645235049749324_6439491.json b/lenses/physics-objects/Scene/objects/1645235049749324_6439491.json deleted file mode 100644 index ab482dbd..00000000 --- a/lenses/physics-objects/Scene/objects/1645235049749324_6439491.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645235049749324:6439491", - "type": "SceneObject", - "layerV2": 1, - "name": "Ramp Colider", - "position": [ - 16.287124633789063, - 0.20789146423339844, - -28.018878936767578 - ], - "rotation": [ - 0.1173575147986412, - 0.9930899143218994, - -5.129860092267791e-09, - -4.340934367519367e-08 - ], - "scale": [ - 3.0000011920928955, - 0.10000000149011612, - 1.0000004768371582 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645235049749917:6439493", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732461855736:1179096" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645235049751302:6439506", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645205064986381:661310", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645236294629642_6940575.json b/lenses/physics-objects/Scene/objects/1645236294629642_6940575.json deleted file mode 100644 index 90a1fb18..00000000 --- a/lenses/physics-objects/Scene/objects/1645236294629642_6940575.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645236294629642:6940575", - "type": "SceneObject", - "layerV2": 1, - "name": "Race Track Floor Collider", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - -4.371138828673793e-08, - 1.0, - -4.371138828673793e-08, - 1.910685465164705e-15 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645515876943954_1310029.json b/lenses/physics-objects/Scene/objects/1645515876943954_1310029.json deleted file mode 100644 index 8ad920f2..00000000 --- a/lenses/physics-objects/Scene/objects/1645515876943954_1310029.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645515876943954:1310029", - "type": "SceneObject", - "layerV2": 1, - "name": "Examples [TRY_ALL_CHILDREN_EXAMPLE]", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645555019833101_103202.json b/lenses/physics-objects/Scene/objects/1645555019833101_103202.json deleted file mode 100644 index c575a3dc..00000000 --- a/lenses/physics-objects/Scene/objects/1645555019833101_103202.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "core": { - "uid": "1645555019833101:103202", - "type": "SceneObject", - "layerV2": 1, - "name": "Tween", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645555028069050:113418", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": null - }, - "includes": null, - "scriptObjects": null, - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002272153404:656737" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645555029450253:122756", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645555029451178:122758", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "printDebugLog", - "typename": "Value.BoolValue", - "scriptObject": "1645555029451178:122758" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002272220707:656761" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645657042716596_2061733.json b/lenses/physics-objects/Scene/objects/1645657042716596_2061733.json deleted file mode 100644 index 2b6d6f2f..00000000 --- a/lenses/physics-objects/Scene/objects/1645657042716596_2061733.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "core": { - "uid": "1645657042716596:2061733", - "type": "SceneObject", - "layerV2": 1, - "name": "Ground Collider", - "position": [ - 0.0, - 4.700603485107422, - 0.0 - ], - "rotation": [ - 1.0, - 0.0, - 0.0, - 0.0 - ], - "scale": [ - 10.0, - 10.000007629394531, - 10.000007629394531 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645657042718604:2061735", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 14.0, - 0.20000000298023224, - 14.0 - ] - }, - "matter": "1644740369898443:828192", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645766451630816_4747357.json b/lenses/physics-objects/Scene/objects/1645766451630816_4747357.json deleted file mode 100644 index 76c4ba74..00000000 --- a/lenses/physics-objects/Scene/objects/1645766451630816_4747357.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1645766451630816:4747357", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor Visual", - "position": [ - 0.0, - 2.0715560913085938, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645766451631272:4747360", - "type": "Component.RenderMeshVisual", - "name": "component_47", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574260751:5668984", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770609958439_5687418.json b/lenses/physics-objects/Scene/objects/1645770609958439_5687418.json deleted file mode 100644 index 0b41e7d0..00000000 --- a/lenses/physics-objects/Scene/objects/1645770609958439_5687418.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645770609958439:5687418", - "type": "SceneObject", - "layerV2": 1, - "name": "Race Track Wall Collider", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770609960618_5687506.json b/lenses/physics-objects/Scene/objects/1645770609960618_5687506.json deleted file mode 100644 index 5d252d99..00000000 --- a/lenses/physics-objects/Scene/objects/1645770609960618_5687506.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770609960618:5687506", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube", - "position": [ - 0.0, - 0.6199960708618164, - -34.005165100097656 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071067094802856 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770609961783:5687508", - "type": "Component.RenderMeshVisual", - "name": "component_0", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574320238:5669003", - "skin": "-1:-1" - }, - { - "uid": "1645771046615359:5821837", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770609966034_5687524.json b/lenses/physics-objects/Scene/objects/1645770609966034_5687524.json deleted file mode 100644 index 22c1d079..00000000 --- a/lenses/physics-objects/Scene/objects/1645770609966034_5687524.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770609966034:5687524", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 2", - "position": [ - -40.69624710083008, - 0.6199960708618164, - -32.86028289794922 - ], - "rotation": [ - 0.7010575532913208, - 0.09229598194360733, - -0.09229599684476852, - 0.7010571956634521 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770609967408:5687526", - "type": "Component.RenderMeshVisual", - "name": "component_1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046616546:5821838", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770609971540_5687542.json b/lenses/physics-objects/Scene/objects/1645770609971540_5687542.json deleted file mode 100644 index 4bcbb951..00000000 --- a/lenses/physics-objects/Scene/objects/1645770609971540_5687542.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770609971540:5687542", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 3", - "position": [ - -48.788291931152344, - 1.0128560066223145, - -29.50365447998047 - ], - "rotation": [ - 0.6896016001701355, - 0.15636400878429413, - -0.20938557386398315, - 0.6753944158554077 - ], - "scale": [ - 1.0, - 1.0, - 0.9999999403953552 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770609973046:5687544", - "type": "Component.RenderMeshVisual", - "name": "component_2", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046617443:5821839", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770609976986_5687560.json b/lenses/physics-objects/Scene/objects/1645770609976986_5687560.json deleted file mode 100644 index 56753bfd..00000000 --- a/lenses/physics-objects/Scene/objects/1645770609976986_5687560.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770609976986:5687560", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 4", - "position": [ - -55.72296905517578, - 1.6832671165466309, - -24.164031982421875 - ], - "rotation": [ - 0.6678562164306641, - 0.2323104292154312, - -0.30797743797302246, - 0.6365138292312622 - ], - "scale": [ - 0.9999999403953552, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770609978177:5687562", - "type": "Component.RenderMeshVisual", - "name": "component_3", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046618031:5821840", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770609982043_5687578.json b/lenses/physics-objects/Scene/objects/1645770609982043_5687578.json deleted file mode 100644 index 5972fdfc..00000000 --- a/lenses/physics-objects/Scene/objects/1645770609982043_5687578.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770609982043:5687578", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 5", - "position": [ - -60.99885177612305, - 2.6356234550476074, - -17.205307006835938 - ], - "rotation": [ - 0.6439502835273743, - 0.29210999608039856, - -0.4116223454475403, - 0.5749494433403015 - ], - "scale": [ - 1.0, - 1.0, - 0.9999999403953552 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770609983398:5687580", - "type": "Component.RenderMeshVisual", - "name": "component_4", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046618601:5821841", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770609989659_5687600.json b/lenses/physics-objects/Scene/objects/1645770609989659_5687600.json deleted file mode 100644 index eafe36e7..00000000 --- a/lenses/physics-objects/Scene/objects/1645770609989659_5687600.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770609989659:5687600", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 6", - "position": [ - -64.29155731201172, - 3.287583351135254, - -9.101696014404297 - ], - "rotation": [ - 0.600313127040863, - 0.3736632466316223, - -0.48314693570137024, - 0.5163031220436096 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770609991909:5687602", - "type": "Component.RenderMeshVisual", - "name": "component_5", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046619244:5821842", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610000751_5687618.json b/lenses/physics-objects/Scene/objects/1645770610000751_5687618.json deleted file mode 100644 index 903d7f9c..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610000751_5687618.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610000751:5687618", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 7", - "position": [ - -65.41463470458984, - 3.509955406188965, - -0.40545180439949036 - ], - "rotation": [ - 0.5464044213294983, - 0.44882315397262573, - -0.5464043617248535, - 0.4488231837749481 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610002048:5687620", - "type": "Component.RenderMeshVisual", - "name": "component_6", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046619830:5821843", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610006798_5687640.json b/lenses/physics-objects/Scene/objects/1645770610006798_5687640.json deleted file mode 100644 index f275eb2a..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610006798_5687640.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610006798:5687640", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 8", - "position": [ - 40.69624710083008, - 0.6199960708618164, - 31.770675659179688 - ], - "rotation": [ - 0.0922960713505745, - -0.7010573148727417, - 0.7010574340820313, - 0.0922960713505745 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610008084:5687642", - "type": "Component.RenderMeshVisual", - "name": "component_7", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046620420:5821844", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610013064_5687658.json b/lenses/physics-objects/Scene/objects/1645770610013064_5687658.json deleted file mode 100644 index 87ae99ae..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610013064_5687658.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610013064:5687658", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 9", - "position": [ - -16.2336368560791, - 5.070865631103516, - 33.194252014160156 - ], - "rotation": [ - 0.07128607481718063, - -0.7035042643547058, - 0.7035043835639954, - -0.071285679936409 - ], - "scale": [ - 0.9999998807907104, - 1.0, - 0.9999998807907104 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610014738:5687660", - "type": "Component.RenderMeshVisual", - "name": "component_8", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574710870:5669163", - "skin": "-1:-1" - }, - { - "uid": "1645771046621010:5821845", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610018812_5687676.json b/lenses/physics-objects/Scene/objects/1645770610018812_5687676.json deleted file mode 100644 index 0cef8147..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610018812_5687676.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610018812:5687676", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 10", - "position": [ - -40.69623947143555, - 0.6199960708618164, - 32.04936981201172 - ], - "rotation": [ - 0.09229590743780136, - 0.7010574340820313, - -0.7010573744773865, - 0.09229590743780136 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610020097:5687678", - "type": "Component.RenderMeshVisual", - "name": "component_9", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046621592:5821846", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610023851_5687694.json b/lenses/physics-objects/Scene/objects/1645770610023851_5687694.json deleted file mode 100644 index 25c0a221..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610023851_5687694.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610023851:5687694", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 11", - "position": [ - -48.788291931152344, - 1.0128555297851563, - 28.69274139404297 - ], - "rotation": [ - -0.20938538014888763, - -0.6753946542739868, - 0.6896014213562012, - -0.15636391937732697 - ], - "scale": [ - 1.0, - 0.9999999403953552, - 0.9999999403953552 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610025492:5687696", - "type": "Component.RenderMeshVisual", - "name": "component_10", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046622165:5821847", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610029566_5687712.json b/lenses/physics-objects/Scene/objects/1645770610029566_5687712.json deleted file mode 100644 index f244a176..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610029566_5687712.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610029566:5687712", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 12", - "position": [ - -55.72296905517578, - 1.6832671165466309, - 23.35312271118164 - ], - "rotation": [ - -0.30797716975212097, - -0.6365141272544861, - 0.6678560376167297, - -0.2323104590177536 - ], - "scale": [ - 1.0, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610030829:5687714", - "type": "Component.RenderMeshVisual", - "name": "component_11", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046622741:5821848", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610034729_5687730.json b/lenses/physics-objects/Scene/objects/1645770610034729_5687730.json deleted file mode 100644 index c9425683..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610034729_5687730.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610034729:5687730", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 13", - "position": [ - -60.998844146728516, - 2.635622501373291, - 16.394397735595703 - ], - "rotation": [ - -0.4116221070289612, - -0.5749496817588806, - 0.6439501047134399, - -0.2921101450920105 - ], - "scale": [ - 0.9999999403953552, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610036155:5687732", - "type": "Component.RenderMeshVisual", - "name": "component_12", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046623293:5821849", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610042156_5687748.json b/lenses/physics-objects/Scene/objects/1645770610042156_5687748.json deleted file mode 100644 index 8f386589..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610042156_5687748.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610042156:5687748", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 14", - "position": [ - -64.29155731201172, - 3.287583351135254, - 8.290788650512695 - ], - "rotation": [ - -0.4831465184688568, - -0.5163036584854126, - 0.6003128886222839, - -0.3736634850502014 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610045127:5687750", - "type": "Component.RenderMeshVisual", - "name": "component_13", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046623841:5821850", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610052281_5687770.json b/lenses/physics-objects/Scene/objects/1645770610052281_5687770.json deleted file mode 100644 index 01e42dc6..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610052281_5687770.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610052281:5687770", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 15", - "position": [ - 48.79985427856445, - 0.6199960708618164, - 28.41405487060547 - ], - "rotation": [ - -0.18301278352737427, - 0.6830127239227295, - -0.6830126047134399, - -0.18301281332969666 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610053609:5687772", - "type": "Component.RenderMeshVisual", - "name": "component_14", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046624457:5821851", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610058114_5687788.json b/lenses/physics-objects/Scene/objects/1645770610058114_5687788.json deleted file mode 100644 index 03be06c1..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610058114_5687788.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610058114:5687788", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 16", - "position": [ - 55.758583068847656, - 0.6199960708618164, - 23.074432373046875 - ], - "rotation": [ - 0.2705981433391571, - -0.6532813906669617, - 0.6532815098762512, - 0.2705981135368347 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610059436:5687790", - "type": "Component.RenderMeshVisual", - "name": "component_15", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046625052:5821852", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610064434_5687810.json b/lenses/physics-objects/Scene/objects/1645770610064434_5687810.json deleted file mode 100644 index bc0a19bc..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610064434_5687810.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610064434:5687810", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 17", - "position": [ - 61.098201751708984, - 0.6199960708618164, - 16.115703582763672 - ], - "rotation": [ - 0.3535533845424652, - -0.6123723983764648, - 0.6123724579811096, - 0.3535533845424652 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610066189:5687812", - "type": "Component.RenderMeshVisual", - "name": "component_16", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046625630:5821853", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610070292_5687828.json b/lenses/physics-objects/Scene/objects/1645770610070292_5687828.json deleted file mode 100644 index 75928bd7..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610070292_5687828.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610070292:5687828", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 18", - "position": [ - 64.45482635498047, - 0.6199960708618164, - 8.012094497680664 - ], - "rotation": [ - -0.4304593801498413, - 0.5609855651855469, - -0.5609853863716125, - -0.4304594397544861 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610071574:5687830", - "type": "Component.RenderMeshVisual", - "name": "component_17", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046626268:5821854", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610075404_5687846.json b/lenses/physics-objects/Scene/objects/1645770610075404_5687846.json deleted file mode 100644 index 97653c16..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610075404_5687846.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610075404:5687846", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 19", - "position": [ - 65.59970092773438, - 0.6199960708618164, - -0.6841492652893066 - ], - "rotation": [ - 0.5, - -0.4999999701976776, - 0.5, - 0.5 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610076680:5687848", - "type": "Component.RenderMeshVisual", - "name": "component_18", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046626902:5821855", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610080356_5687864.json b/lenses/physics-objects/Scene/objects/1645770610080356_5687864.json deleted file mode 100644 index dd81f198..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610080356_5687864.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610080356:5687864", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 20", - "position": [ - 64.45482635498047, - 0.6199960708618164, - -9.380393028259277 - ], - "rotation": [ - 0.5609856247901917, - -0.430459201335907, - 0.43045932054519653, - 0.5609855055809021 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610081536:5687866", - "type": "Component.RenderMeshVisual", - "name": "component_19", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046627496:5821856", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610085037_5687882.json b/lenses/physics-objects/Scene/objects/1645770610085037_5687882.json deleted file mode 100644 index 62eb2239..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610085037_5687882.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610085037:5687882", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 21", - "position": [ - 61.09819412231445, - 0.6199960708618164, - -17.48400115966797 - ], - "rotation": [ - 0.6123725771903992, - -0.35355329513549805, - 0.3535534143447876, - 0.6123723387718201 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610086167:5687884", - "type": "Component.RenderMeshVisual", - "name": "component_20", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046628140:5821857", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610092500_5687900.json b/lenses/physics-objects/Scene/objects/1645770610092500_5687900.json deleted file mode 100644 index e9180ceb..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610092500_5687900.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610092500:5687900", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 22", - "position": [ - 40.69623947143555, - 0.6199960708618164, - -33.138973236083984 - ], - "rotation": [ - 0.7027530670166016, - -0.07834683358669281, - 0.07834682613611221, - 0.702752947807312 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610094724:5687902", - "type": "Component.RenderMeshVisual", - "name": "component_21", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046628771:5821858", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610101130_5687918.json b/lenses/physics-objects/Scene/objects/1645770610101130_5687918.json deleted file mode 100644 index cac59788..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610101130_5687918.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610101130:5687918", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 23", - "position": [ - 48.79985046386719, - 0.6199960708618164, - -29.782344818115234 - ], - "rotation": [ - 0.6830129027366638, - -0.1830124706029892, - 0.18301250040531158, - 0.6830126047134399 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610102521:5687920", - "type": "Component.RenderMeshVisual", - "name": "component_22", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046629340:5821859", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610106651_5687936.json b/lenses/physics-objects/Scene/objects/1645770610106651_5687936.json deleted file mode 100644 index c6ecbcaf..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610106651_5687936.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610106651:5687936", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 24", - "position": [ - 55.75857925415039, - 0.6199960708618164, - -24.442729949951172 - ], - "rotation": [ - 0.653281569480896, - -0.27059799432754517, - 0.27059799432754517, - 0.6532814502716064 - ], - "scale": [ - 0.9999998807907104, - 0.9999998807907104, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610107955:5687938", - "type": "Component.RenderMeshVisual", - "name": "component_23", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770574370389:5669022", - "skin": "-1:-1" - }, - { - "uid": "1645771046629910:5821860", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610111543_5687954.json b/lenses/physics-objects/Scene/objects/1645770610111543_5687954.json deleted file mode 100644 index e97d4ba6..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610111543_5687954.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610111543:5687954", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 25", - "position": [ - -0.3017598092556, - -0.6032023429870605, - -20.91360855102539 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071067094802856 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610113806:5687956", - "type": "Component.RenderMeshVisual", - "name": "component_24", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575435897:5669399", - "skin": "-1:-1" - }, - { - "uid": "1645771046630479:5821861", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610118521_5687976.json b/lenses/physics-objects/Scene/objects/1645770610118521_5687976.json deleted file mode 100644 index 036b5fff..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610118521_5687976.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610118521:5687976", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 26", - "position": [ - -33.5920524597168, - -0.6032023429870605, - -20.472049713134766 - ], - "rotation": [ - 0.7050116658210754, - 0.054394397884607315, - -0.05439439415931702, - 0.7050113677978516 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610119982:5687978", - "type": "Component.RenderMeshVisual", - "name": "component_25", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046631690:5821862", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610125660_5687994.json b/lenses/physics-objects/Scene/objects/1645770610125660_5687994.json deleted file mode 100644 index fd9b359c..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610125660_5687994.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610125660:5687994", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 27", - "position": [ - -39.288856506347656, - -0.3517723083496094, - -18.388256072998047 - ], - "rotation": [ - 0.6896016001701355, - 0.15636400878429413, - -0.20938557386398315, - 0.6753944158554077 - ], - "scale": [ - 1.0, - 1.0, - 0.9999999403953552 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610126999:5687996", - "type": "Component.RenderMeshVisual", - "name": "component_26", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046632225:5821863", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610131071_5688012.json b/lenses/physics-objects/Scene/objects/1645770610131071_5688012.json deleted file mode 100644 index 89a91d11..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610131071_5688012.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610131071:5688012", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 28", - "position": [ - -44.170867919921875, - 0.07729101181030273, - -15.073417663574219 - ], - "rotation": [ - 0.6814090609550476, - 0.20256803929805756, - -0.27670150995254517, - 0.6465942859649658 - ], - "scale": [ - 0.9999998807907104, - 1.0, - 0.9999999403953552 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610132572:5688014", - "type": "Component.RenderMeshVisual", - "name": "component_27", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046632783:5821864", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610137054_5688030.json b/lenses/physics-objects/Scene/objects/1645770610137054_5688030.json deleted file mode 100644 index a3b55931..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610137054_5688030.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610137054:5688030", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 29", - "position": [ - -47.88508605957031, - 0.6867990493774414, - -10.753439903259277 - ], - "rotation": [ - 0.6439502835273743, - 0.29210999608039856, - -0.4116223454475403, - 0.5749494433403015 - ], - "scale": [ - 1.0, - 1.0, - 0.9999999403953552 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610139312:5688032", - "type": "Component.RenderMeshVisual", - "name": "component_28", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046633289:5821865", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610149643_5688052.json b/lenses/physics-objects/Scene/objects/1645770610149643_5688052.json deleted file mode 100644 index 8670e569..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610149643_5688052.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610149643:5688052", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 30", - "position": [ - -50.203155517578125, - 1.1040534973144531, - -5.722717761993408 - ], - "rotation": [ - 0.600313127040863, - 0.3736632466316223, - -0.48314693570137024, - 0.5163031220436096 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610151262:5688054", - "type": "Component.RenderMeshVisual", - "name": "component_29", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046633804:5821866", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610155979_5688070.json b/lenses/physics-objects/Scene/objects/1645770610155979_5688070.json deleted file mode 100644 index 8d945460..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610155979_5688070.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610155979:5688070", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 31", - "position": [ - -50.99380111694336, - 1.2463712692260742, - -0.32408928871154785 - ], - "rotation": [ - 0.5464044213294983, - 0.44882315397262573, - -0.5464043617248535, - 0.4488231837749481 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610157499:5688072", - "type": "Component.RenderMeshVisual", - "name": "component_30", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046634306:5821867", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610161534_5688088.json b/lenses/physics-objects/Scene/objects/1645770610161534_5688088.json deleted file mode 100644 index e08dc776..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610161534_5688088.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610161534:5688088", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 32", - "position": [ - -12.957103729248047, - 2.245354652404785, - 20.56387710571289 - ], - "rotation": [ - 0.07128607481718063, - -0.7035042643547058, - 0.7035043835639954, - -0.071285679936409 - ], - "scale": [ - 0.9999998807907104, - 1.0, - 0.9999998807907104 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610162917:5688090", - "type": "Component.RenderMeshVisual", - "name": "component_31", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575854077:5669548", - "skin": "-1:-1" - }, - { - "uid": "1645771046634800:5821868", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610167059_5688106.json b/lenses/physics-objects/Scene/objects/1645770610167059_5688106.json deleted file mode 100644 index f83ee61a..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610167059_5688106.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610167059:5688106", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 33", - "position": [ - -33.5920524597168, - -0.6032023429870605, - 19.823867797851563 - ], - "rotation": [ - 0.09229590743780136, - 0.7010574340820313, - -0.7010573744773865, - 0.09229590743780136 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610168833:5688108", - "type": "Component.RenderMeshVisual", - "name": "component_32", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046635441:5821869", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610173800_5688128.json b/lenses/physics-objects/Scene/objects/1645770610173800_5688128.json deleted file mode 100644 index 0f95c7d1..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610173800_5688128.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610173800:5688128", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 34", - "position": [ - -39.288856506347656, - -0.3517723083496094, - 17.740070343017578 - ], - "rotation": [ - -0.19959908723831177, - -0.6775410771369934, - 0.6924974322319031, - -0.14678411185741425 - ], - "scale": [ - 1.0, - 0.9999999403953552, - 0.9999999403953552 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610175212:5688130", - "type": "Component.RenderMeshVisual", - "name": "component_33", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046636027:5821870", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610181484_5688146.json b/lenses/physics-objects/Scene/objects/1645770610181484_5688146.json deleted file mode 100644 index 44e0f213..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610181484_5688146.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610181484:5688146", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 35", - "position": [ - -44.170867919921875, - 0.07729101181030273, - 14.4252347946167 - ], - "rotation": [ - -0.2798011600971222, - -0.6456654071807861, - 0.6801419854164124, - -0.20551012456417084 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610182885:5688148", - "type": "Component.RenderMeshVisual", - "name": "component_34", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046636526:5821871", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610186958_5688164.json b/lenses/physics-objects/Scene/objects/1645770610186958_5688164.json deleted file mode 100644 index 00ea8cb8..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610186958_5688164.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610186958:5688164", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 36", - "position": [ - -47.88508605957031, - 0.6867985725402832, - 10.10525894165039 - ], - "rotation": [ - -0.403388112783432, - -0.5786231160163879, - 0.6491398215293884, - -0.28476443886756897 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610189954:5688166", - "type": "Component.RenderMeshVisual", - "name": "component_35", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046637017:5821872", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610197756_5688186.json b/lenses/physics-objects/Scene/objects/1645770610197756_5688186.json deleted file mode 100644 index 0076c348..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610197756_5688186.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610197756:5688186", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 37", - "position": [ - -50.203155517578125, - 1.1040534973144531, - 5.07453727722168 - ], - "rotation": [ - -0.4831465184688568, - -0.5163036584854126, - 0.6003128886222839, - -0.3736634850502014 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610201160:5688188", - "type": "Component.RenderMeshVisual", - "name": "component_36", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046637513:5821873", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610205511_5688204.json b/lenses/physics-objects/Scene/objects/1645770610205511_5688204.json deleted file mode 100644 index c206c2bf..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610205511_5688204.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610205511:5688204", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 38", - "position": [ - 36.94415283203125, - -0.6032023429870605, - 17.573986053466797 - ], - "rotation": [ - -0.0953368991613388, - 0.7006503939628601, - -0.7006502747535706, - -0.0953369066119194 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610207006:5688206", - "type": "Component.RenderMeshVisual", - "name": "component_37", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770576230110:5669682", - "skin": "-1:-1" - }, - { - "uid": "1645771046638012:5821874", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610211150_5688222.json b/lenses/physics-objects/Scene/objects/1645770610211150_5688222.json deleted file mode 100644 index a250eeb0..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610211150_5688222.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610211150:5688222", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 39", - "position": [ - 42.8570556640625, - -0.6032023429870605, - 14.69630241394043 - ], - "rotation": [ - 0.6690313220024109, - 0.2289041429758072, - -0.22890418767929077, - 0.6690312623977661 - ], - "scale": [ - 0.9999998807907104, - 0.9999998807907104, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610212550:5688224", - "type": "Component.RenderMeshVisual", - "name": "component_38", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046638534:5821875", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610216552_5688240.json b/lenses/physics-objects/Scene/objects/1645770610216552_5688240.json deleted file mode 100644 index a6b2a4bb..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610216552_5688240.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610216552:5688240", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 40", - "position": [ - 46.61614990234375, - -0.6032023429870605, - 10.376320838928223 - ], - "rotation": [ - 0.3378927409648895, - -0.6211509108543396, - 0.6211510300636292, - 0.33789268136024475 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610217922:5688242", - "type": "Component.RenderMeshVisual", - "name": "component_39", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046639046:5821876", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610223394_5688258.json b/lenses/physics-objects/Scene/objects/1645770610223394_5688258.json deleted file mode 100644 index 1c2cb1c3..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610223394_5688258.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610223394:5688258", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 41", - "position": [ - 48.979217529296875, - -0.6032023429870605, - 5.34559965133667 - ], - "rotation": [ - -0.4157044291496277, - 0.5720052123069763, - -0.5720049738883972, - -0.41570448875427246 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610225045:5688260", - "type": "Component.RenderMeshVisual", - "name": "component_40", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046639593:5821877", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610229294_5688276.json b/lenses/physics-objects/Scene/objects/1645770610229294_5688276.json deleted file mode 100644 index dc6fee1c..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610229294_5688276.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610229294:5688276", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 42", - "position": [ - 49.78520202636719, - -0.6032023429870605, - -0.05302911996841431 - ], - "rotation": [ - 0.5, - -0.4999999701976776, - 0.5, - 0.5 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610230698:5688278", - "type": "Component.RenderMeshVisual", - "name": "component_41", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046640097:5821878", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610235156_5688294.json b/lenses/physics-objects/Scene/objects/1645770610235156_5688294.json deleted file mode 100644 index ed3cb6a6..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610235156_5688294.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610235156:5688294", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 43", - "position": [ - 49.166202545166016, - -0.6032023429870605, - -5.358164310455322 - ], - "rotation": [ - 0.5524728298187256, - -0.44133174419403076, - 0.44133180379867554, - 0.5524728894233704 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610236404:5688296", - "type": "Component.RenderMeshVisual", - "name": "component_42", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046640592:5821879", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610243208_5688312.json b/lenses/physics-objects/Scene/objects/1645770610243208_5688312.json deleted file mode 100644 index f0fe289b..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610243208_5688312.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610243208:5688312", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 44", - "position": [ - 47.183998107910156, - -0.6032023429870605, - -10.293094635009766 - ], - "rotation": [ - 0.6123725771903992, - -0.35355329513549805, - 0.3535534143447876, - 0.6123723387718201 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610245951:5688318", - "type": "Component.RenderMeshVisual", - "name": "component_43", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046641208:5821880", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610251529_5688334.json b/lenses/physics-objects/Scene/objects/1645770610251529_5688334.json deleted file mode 100644 index ea60e6d8..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610251529_5688334.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610251529:5688334", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 45", - "position": [ - 32.82102584838867, - -0.6032023429870605, - -20.011703491210938 - ], - "rotation": [ - 0.701057493686676, - -0.09229572117328644, - 0.09229573607444763, - 0.7010573148727417 - ], - "scale": [ - 0.9999999403953552, - 0.9999999403953552, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610253269:5688336", - "type": "Component.RenderMeshVisual", - "name": "component_44", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046641736:5821881", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610257726_5688352.json b/lenses/physics-objects/Scene/objects/1645770610257726_5688352.json deleted file mode 100644 index 182f7f08..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610257726_5688352.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610257726:5688352", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 46", - "position": [ - 38.52596664428711, - -0.6032023429870605, - -17.927906036376953 - ], - "rotation": [ - 0.6904999017715454, - -0.15234871208667755, - 0.15234874188899994, - 0.6904995441436768 - ], - "scale": [ - 0.9999998807907104, - 0.9999998807907104, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610259220:5688354", - "type": "Component.RenderMeshVisual", - "name": "component_45", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046642234:5821882", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645770610263795_5688370.json b/lenses/physics-objects/Scene/objects/1645770610263795_5688370.json deleted file mode 100644 index 1e66f8ea..00000000 --- a/lenses/physics-objects/Scene/objects/1645770610263795_5688370.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "core": { - "uid": "1645770610263795:5688370", - "type": "SceneObject", - "layerV2": 1, - "name": "Cube 47", - "position": [ - 43.51840591430664, - -0.6032023429870605, - -14.70656681060791 - ], - "rotation": [ - 0.6620205044746399, - -0.24845317006111145, - 0.24845319986343384, - 0.6620202660560608 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645770610265384:5688376", - "type": "Component.RenderMeshVisual", - "name": "component_46", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": null, - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645770575495780:5669418", - "skin": "-1:-1" - }, - { - "uid": "1645771046642714:5821883", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645048792208566:1387657", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": true, - "intangible": false, - "smooth": true, - "smoothTrans": 30.0, - "smoothRot": 30.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775482632722_10447337.json b/lenses/physics-objects/Scene/objects/1645775482632722_10447337.json deleted file mode 100644 index 9bad367f..00000000 --- a/lenses/physics-objects/Scene/objects/1645775482632722_10447337.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "core": { - "uid": "1645775482632722:10447337", - "type": "SceneObject", - "layerV2": 1, - "name": "Maze World", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1645775482658400:10447527", - "type": "Physics.WorldComponent", - "name": "Physics World", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "updateOrder": 0, - "worldSettings": "1645141359201198:198448" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775482659047_10447529.json b/lenses/physics-objects/Scene/objects/1645775482659047_10447529.json deleted file mode 100644 index 91296ab1..00000000 --- a/lenses/physics-objects/Scene/objects/1645775482659047_10447529.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "core": { - "uid": "1645775482659047:10447529", - "type": "SceneObject", - "layerV2": 1, - "name": "Drag Script [TRY_ME]", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775482660238:10447531", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775482661010:10447534", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775482661019:10447536", - "type": "Value.SerializableArrayValue", - "count": 4, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1645775484018236:10460896" - }, - { - "value": "1645775486175340:10470000" - }, - { - "value": "1645775486186770:10470024" - }, - { - "value": "1645812890491231:1842000" - } - ] - }, - { - "uid": "1645775482661027:10447538", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645775482661030:10447540", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775482661033:10447542", - "type": "Value.StringValue", - "value": "World Component" - }, - { - "uid": "1667338518194138:213103", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338518194145:213104", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338518194146:213105", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338518194147:213106", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338518194152:213107", - "type": "Value.StringValue", - "value": "rayCastAll" - }, - { - "uid": "1667338518194154:213108", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "camera", - "typename": "Component.Camera", - "scriptObject": "1645775483612331:10452234" - }, - { - "name": "physicsProbe", - "typename": "Value.StringValue", - "scriptObject": "1645775482661033:10447542" - }, - { - "name": "worldComponent", - "typename": "Physics.WorldComponent", - "scriptObject": "1645775482658400:10447527" - }, - { - "name": "rayCastType", - "typename": "Value.StringValue", - "scriptObject": "1667338518194152:213107" - }, - { - "name": "debugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338518194138:213103" - }, - { - "name": "physicsFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775482661027:10447538" - }, - { - "name": "physicsAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775482661019:10447536" - }, - { - "name": "physicsNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775482661030:10447540" - }, - { - "name": "physicsAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775482661010:10447534" - }, - { - "name": "includeStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338518194147:213106" - }, - { - "name": "includeDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338518194145:213104" - }, - { - "name": "includeIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338518194146:213105" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644735272515164:412274" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483609692_10452230.json b/lenses/physics-objects/Scene/objects/1645775483609692_10452230.json deleted file mode 100644 index 02e18a18..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483609692_10452230.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "core": { - "uid": "1645775483609692:10452230", - "type": "SceneObject", - "layerV2": 1, - "name": "Camera", - "position": [ - 0.0, - 0.0, - 40.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483612331:10452234", - "type": "Component.Camera", - "name": "Camera", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderOrder": 1, - "secondaryRenderOrder": 0, - "fov": 60.000003814697266, - "far": 1000.0, - "near": 1.0, - "size": 20.0, - "layerV2": 1, - "aspect": 1.0, - "deviceProperty": { - "value": 3, - "description": "All" - }, - "cameratype": { - "value": 0, - "description": "Perspective" - }, - "depthBufferMode": { - "value": 0, - "description": "Regular" - }, - "oitMaxLayers": { - "value": 0, - "description": "NoOIT" - }, - "lraySettings": { - "lrayEnabled": false, - "lrayResolution": 1.0, - "lrayGlossyOn": false, - "lRayGlossyMaxD": 0.5, - "lrayGlossyExp": 2.0, - "lrayGlossyHarden": 0.0, - "lrayDebugView": 0, - "lrayVerbose": false, - "lrayNoReload": false, - "lrayNoShading": false, - "lrayNoGradients": false, - "lrayNoEngine": false, - "lrayDrawBounds": false, - "lrayNoPlanar": false, - "lrayStochastic": false - }, - "mrtColorRenderTargets": [ - { - "mrtTargetTexture": "1:1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "clearColorOption": { - "value": 0, - "description": "None" - }, - "mrtClearColor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ], - "mrtMaskChannel": { - "value": 0, - "description": "UseR" - } - } - ], - "mrtDepthStencilRenderTarget": { - "mrtTargetTexture": "-1:-1", - "mrtInputTexture": "-1:-1", - "mrtMaskTexture": "-1:-1", - "mrtMipmapLevel": 0, - "mrtSlice": 0, - "depthClearOption": { - "value": 1, - "description": "CustomValue" - }, - "stencilClearOption": { - "value": 0, - "description": "None" - }, - "mrtClearDepth": 1.0, - "mrtClearStencil": 0 - } - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483621143_10452311.json b/lenses/physics-objects/Scene/objects/1645775483621143_10452311.json deleted file mode 100644 index 4e3728fe..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483621143_10452311.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645775483621143:10452311", - "type": "SceneObject", - "layerV2": 1, - "name": "Effects", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483623720_10452313.json b/lenses/physics-objects/Scene/objects/1645775483623720_10452313.json deleted file mode 100644 index eb0586ae..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483623720_10452313.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "core": { - "uid": "1645775483623720:10452313", - "type": "SceneObject", - "layerV2": 1, - "name": "Head Binding", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483625397:10452315", - "type": "Component.Head", - "name": "Head Binding", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "faceIndex": 0, - "needsExpressionWeights": false, - "attachmentPointType": { - "value": 0, - "description": "HeadCenter" - }, - "accurateDepth": false, - "enableHeadDebugRendering": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483628446_10452337.json b/lenses/physics-objects/Scene/objects/1645775483628446_10452337.json deleted file mode 100644 index 350be0c1..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483628446_10452337.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1645775483628446:10452337", - "type": "SceneObject", - "layerV2": 1, - "name": "Head Mesh", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483631628:10452346", - "type": "Component.RenderMeshVisual", - "name": "Render Mesh Visual", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1644986429618909:1241213" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644986472869327:1258664", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483633184_10452359.json b/lenses/physics-objects/Scene/objects/1645775483633184_10452359.json deleted file mode 100644 index b47871c7..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483633184_10452359.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645775483633184:10452359", - "type": "SceneObject", - "layerV2": 1, - "name": "Walls", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483636250_10452368.json b/lenses/physics-objects/Scene/objects/1645775483636250_10452368.json deleted file mode 100644 index 01e348a7..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483636250_10452368.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483636250:10452368", - "type": "SceneObject", - "layerV2": 1, - "name": "Front", - "position": [ - 0.0, - 0.0, - 4.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 2.049999952316284, - 0.05000000074505806, - 2.049999952316284 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483639337:10452377", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483641570:10452390", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 40.0, - "smoothRot": 40.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483648426_10452401.json b/lenses/physics-objects/Scene/objects/1645775483648426_10452401.json deleted file mode 100644 index a9fa75da..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483648426_10452401.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483648426:10452401", - "type": "SceneObject", - "layerV2": 1, - "name": "Back", - "position": [ - 0.0, - 0.0, - -4.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 2.049999952316284, - 0.05000000074505806, - 2.049999952316284 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483658788:10452498", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483660582:10452511", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 40.0, - "smoothRot": 40.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483665678_10452518.json b/lenses/physics-objects/Scene/objects/1645775483665678_10452518.json deleted file mode 100644 index d6244f2a..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483665678_10452518.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483665678:10452518", - "type": "SceneObject", - "layerV2": 1, - "name": "Bottom", - "position": [ - 0.0, - -14.999999046325684, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 2.049999952316284, - 0.6000000238418579, - 0.05000000074505806 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483671070:10452534", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483672762:10452547", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 40.0, - "smoothRot": 40.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483678034_10452558.json b/lenses/physics-objects/Scene/objects/1645775483678034_10452558.json deleted file mode 100644 index be1c6c71..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483678034_10452558.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483678034:10452558", - "type": "SceneObject", - "layerV2": 1, - "name": "Top", - "position": [ - 0.0, - 15.0, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 2.049999952316284, - 0.6000000238418579, - 0.05000000074505806 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483683551:10452574", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483685410:10452587", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 40.0, - "smoothRot": 40.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483690148_10452594.json b/lenses/physics-objects/Scene/objects/1645775483690148_10452594.json deleted file mode 100644 index 77f3af25..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483690148_10452594.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483690148:10452594", - "type": "SceneObject", - "layerV2": 1, - "name": "Right", - "position": [ - 15.000000953674316, - 0.0, - 0.0 - ], - "rotation": [ - -0.5000000596046448, - 0.5000000596046448, - -0.5000000596046448, - 0.5000000596046448 - ], - "scale": [ - 2.049999952316284, - 0.6000000238418579, - 0.05000000074505806 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483695193:10452610", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483696871:10452623", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 40.0, - "smoothRot": 40.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483701156_10452630.json b/lenses/physics-objects/Scene/objects/1645775483701156_10452630.json deleted file mode 100644 index b5c8591c..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483701156_10452630.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483701156:10452630", - "type": "SceneObject", - "layerV2": 1, - "name": "Left", - "position": [ - -15.000000953674316, - 0.0, - 0.0 - ], - "rotation": [ - -0.5000000596046448, - 0.5000000596046448, - -0.5000000596046448, - 0.5000000596046448 - ], - "scale": [ - 2.049999952316284, - 0.6000000238418579, - 0.05000000074505806 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483706110:10452646", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483707724:10452659", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 40.0, - "smoothRot": 40.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483716275_10452677.json b/lenses/physics-objects/Scene/objects/1645775483716275_10452677.json deleted file mode 100644 index 4285ab12..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483716275_10452677.json +++ /dev/null @@ -1,8322 +0,0 @@ -{ - "core": { - "uid": "1645775483716275:10452677", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor 1", - "position": [ - 4.0, - 7.0, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 1.5, - 0.6000003218650818, - 0.050000037997961044 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483721808:10452693", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483722672:10452696", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483722679:10452698", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483722681:10452700", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722684:10452702", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722686:10452704", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483722688:10452706", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722691:10452708", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722693:10452710", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483722695:10452712", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722697:10452714", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722699:10452716", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483722701:10452718", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483722703:10452720", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722705:10452722", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483722707:10452724", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483722709:10452726", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722711:10452728", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722713:10452730", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483722715:10452732", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483722719:10452734", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722722:10452736", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722724:10452738", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722727:10452740", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722730:10452742", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483722732:10452744", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722735:10452746", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483722744:10452748", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722748:10452750", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483722752:10452754", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483722755:10452756", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483722758:10452758", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722762:10452760", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722764:10452762", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483722766:10452764", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483722768:10452766", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722771:10452768", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722774:10452770", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722776:10452772", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722778:10452774", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722781:10452776", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722782:10452778", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483722785:10452780", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722787:10452782", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722789:10452784", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722791:10452786", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722792:10452788", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483722795:10452790", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722797:10452792", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483722799:10452794", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722801:10452796", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483722805:10452800", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483722807:10452802", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483722809:10452804", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722812:10452806", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722814:10452808", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483722816:10452810", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483722818:10452812", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722820:10452814", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722822:10452816", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722824:10452818", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722826:10452820", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722828:10452822", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722830:10452824", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483722833:10452826", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722835:10452828", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722837:10452830", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722839:10452832", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722841:10452834", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483722843:10452836", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722845:10452838", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483722847:10452840", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722849:10452842", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483722853:10452846", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483722855:10452848", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483722858:10452850", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722860:10452852", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722862:10452854", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483722864:10452856", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483722866:10452858", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722868:10452860", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722869:10452862", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722871:10452864", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722873:10452866", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722893:10452868", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722895:10452870", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722896:10452872", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483722898:10452874", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483722903:10452876", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483722904:10452878", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483722907:10452880", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483722909:10452882", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483722911:10452884", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483722913:10452886", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722917:10452888", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483722920:10452890", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483722922:10452892", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483722924:10452894", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483722926:10452896", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483722928:10452898", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483722930:10452900", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722931:10452902", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722933:10452904", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483722935:10452906", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483722937:10452908", - "type": "Value.StringArrayValue", - "count": 1, - "value": [ - { - "value": "RESET" - } - ] - }, - { - "uid": "1645775483722939:10452910", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722941:10452912", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483722943:10452914", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483722944:10452916", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483722946:10452918", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483722948:10452920", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483722950:10452922", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483722952:10452924", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483722954:10452926", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483722956:10452928", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483722958:10452930", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483722960:10452932", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483722962:10452934", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483722963:10452936", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483722965:10452938", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483722967:10452940", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722968:10452942", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722970:10452944", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483722972:10452946", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483722974:10452948", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722976:10452950", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722978:10452952", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483722981:10452954", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1645775483722983:10452956", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483722984:10452958", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483722986:10452960", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722988:10452962", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483722990:10452964", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483722992:10452966", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483722994:10452968", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722996:10452970", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483722998:10452972", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483722999:10452974", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483723001:10452976", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723007:10452978", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483723008:10452980", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483723011:10452982", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483723012:10452984", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483723014:10452986", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483723016:10452988", - "type": "Value.StringValue", - "value": "Toggle" - }, - { - "uid": "1645775483723018:10452990", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483723020:10452992", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723021:10452994", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723023:10452996", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723025:10452998", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483723026:10453000", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483723028:10453002", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483723030:10453004", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483723032:10453006", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483723033:10453008", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723035:10453010", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723037:10453012", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723038:10453014", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723040:10453016", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483723042:10453018", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723043:10453020", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483723045:10453022", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723046:10453024", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483723048:10453026", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723050:10453028", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723051:10453030", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723053:10453032", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723055:10453034", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483723056:10453036", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483723058:10453038", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723060:10453040", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723061:10453042", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483723063:10453044", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483723065:10453046", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483723066:10453048", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483723068:10453050", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483723070:10453052", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483723072:10453054", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723074:10453056", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723075:10453058", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723077:10453060", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723078:10453062", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723080:10453064", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483723081:10453066", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483723083:10453068", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483723085:10453070", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483723086:10453072", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483723088:10453074", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483723089:10453076", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483723091:10453078", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483723093:10453080", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485534217:98084", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485534233:98085", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485534245:98086", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485534272:98087", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485534273:98088", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485534275:98089", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485534276:98090", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485534277:98091", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485534278:98092", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485534280:98093", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485534281:98094", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485534282:98095", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485534283:98096", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485534284:98097", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485534285:98098", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485534286:98099", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485534287:98100", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485534289:98101", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485534290:98102", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723091:10453078" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723085:10453070" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722904:10452878" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483722907:10452880" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722909:10452882" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722672:10452696" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483722703:10452720" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483723093:10453080" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722922:10452892" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483722920:10452890" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483722917:10452888" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722913:10452886" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483722705:10452722" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483722896:10452872" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483722898:10452874" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722895:10452870" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722903:10452876" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722926:10452896" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722933:10452904" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483722931:10452902" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483722930:10452900" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722928:10452898" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722911:10452884" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722924:10452894" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722978:10452952" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483722935:10452906" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483722937:10452908" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722939:10452910" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722952:10452924" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722954:10452926" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722963:10452936" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722960:10452932" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722962:10452934" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483722956:10452928" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722950:10452922" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722958:10452930" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483722948:10452920" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485534285:98098" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534277:98091" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534286:98099" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534290:98102" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534289:98101" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534287:98100" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485534284:98097" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485534278:98092" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534275:98089" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534283:98096" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534281:98094" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485534282:98095" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485534276:98090" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485534273:98088" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485534280:98093" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485534272:98087" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723089:10453076" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483723088:10453074" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483723086:10453072" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722981:10452954" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483722679:10452698" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722684:10452702" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483722686:10452704" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722681:10452700" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722688:10452706" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722691:10452708" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483722695:10452712" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483722693:10452710" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483722701:10452718" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722697:10452714" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722699:10452716" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483722965:10452938" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722968:10452942" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483722970:10452944" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722967:10452940" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483722972:10452946" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722974:10452948" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723018:10452990" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1645775483727427:10453895" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483723016:10452988" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723038:10453014" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483723014:10452986" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723065:10453046" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483723066:10453048" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483722994:10452968" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483722992:10452966" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483723042:10453018" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723040:10453016" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483723045:10453022" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723043:10453020" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483723048:10453026" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723046:10453024" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723055:10453034" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483723051:10453030" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483723050:10453028" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483723053:10453032" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483723056:10453036" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723063:10453044" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483723060:10453040" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483723058:10453038" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483723061:10453042" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483723008:10452980" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483723011:10452982" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723030:10453004" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483723028:10453002" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723032:10453006" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723020:10452992" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483723026:10453000" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483723025:10452998" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483723023:10452996" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483723021:10452994" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483723033:10453008" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483723035:10453010" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483723037:10453012" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483723070:10453052" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723068:10453050" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723080:10453064" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723078:10453062" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723072:10453054" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723075:10453058" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723074:10453056" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723077:10453060" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483723083:10453068" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483723081:10453066" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483722983:10452956" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722990:10452964" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722986:10452960" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483722988:10452962" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483722984:10452958" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483722976:10452950" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722713:10452730" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483722707:10452724" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483722709:10452726" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483722711:10452728" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722766:10452764" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722722:10452736" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483722748:10452750" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483722735:10452746" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483722762:10452760" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483722727:10452740" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483722724:10452738" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483722771:10452768" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483722776:10452772" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483722781:10452776" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483722752:10452754" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483722719:10452734" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483722744:10452748" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483722732:10452744" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483722758:10452758" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483722768:10452766" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483722774:10452770" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483722778:10452774" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485534217:98084" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722755:10452756" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722715:10452732" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722764:10452762" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722730:10452742" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722816:10452810" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722787:10452782" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483722801:10452796" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483722797:10452792" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483722812:10452806" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483722791:10452786" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483722789:10452784" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483722820:10452814" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483722824:10452818" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483722828:10452822" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483722805:10452800" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483722785:10452780" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483722799:10452794" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483722795:10452790" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483722809:10452804" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483722818:10452812" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483722822:10452816" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483722826:10452820" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485534233:98085" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722807:10452802" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722782:10452778" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722814:10452808" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722792:10452788" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722864:10452856" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722835:10452828" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483722849:10452842" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483722845:10452838" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483722860:10452852" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483722839:10452832" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483722837:10452830" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483722868:10452860" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483722871:10452864" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483722893:10452868" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483722853:10452846" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483722833:10452826" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483722847:10452840" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483722843:10452836" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483722858:10452850" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483722866:10452858" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483722869:10452862" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483722873:10452866" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485534245:98086" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722855:10452848" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722830:10452824" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722862:10452854" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483722841:10452834" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483722998:10452972" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483722999:10452974" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483723001:10452976" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483722996:10452970" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483722941:10452912" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483722944:10452916" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483722943:10452914" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483722946:10452918" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483723007:10452978" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483723012:10452984" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483723416:10453082", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483724452:10453085", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483724457:10453087", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483724459:10453089", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724462:10453091", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724464:10453093", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483724467:10453095", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724468:10453097", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724470:10453099", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483724472:10453101", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724474:10453103", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724476:10453105", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724478:10453107", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483724480:10453109", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724482:10453111", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483724484:10453113", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483724486:10453115", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724488:10453117", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724490:10453119", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483724492:10453121", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483724495:10453123", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724498:10453125", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724500:10453127", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724502:10453129", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724504:10453131", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483724507:10453133", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724509:10453135", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483724510:10453137", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724513:10453139", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483724521:10453143", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483724523:10453145", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483724526:10453147", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724529:10453149", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724531:10453151", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483724533:10453153", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483724535:10453155", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724537:10453157", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724541:10453159", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724544:10453161", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724546:10453163", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724548:10453165", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724550:10453167", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483724553:10453169", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724555:10453171", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724557:10453173", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724559:10453175", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724561:10453177", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483724563:10453179", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724565:10453181", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483724567:10453183", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724568:10453185", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483724572:10453189", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483724574:10453191", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483724576:10453193", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724578:10453195", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724580:10453197", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483724582:10453199", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483724584:10453201", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724586:10453203", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724588:10453205", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724590:10453207", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724592:10453209", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724594:10453211", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724596:10453213", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483724599:10453215", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724601:10453217", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724603:10453219", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724605:10453221", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724607:10453223", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483724610:10453225", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724612:10453227", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483724614:10453229", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724615:10453231", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483724620:10453235", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483724622:10453237", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483724624:10453239", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724626:10453241", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724628:10453243", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483724630:10453245", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483724632:10453247", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724634:10453249", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724636:10453251", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724638:10453253", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724640:10453255", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724642:10453257", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724644:10453259", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724646:10453261", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483724648:10453263", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483724649:10453265", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724651:10453267", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483724653:10453269", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483724655:10453271", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483724656:10453273", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483724658:10453275", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724660:10453277", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483724661:10453279", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483724663:10453281", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724665:10453283", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483724667:10453285", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483724668:10453287", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483724670:10453289", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724672:10453291", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724674:10453293", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483724675:10453295", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483724677:10453297", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724679:10453299", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724681:10453301", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483724683:10453303", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724685:10453305", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483724687:10453307", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483724689:10453309", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724691:10453311", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483724693:10453313", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483724695:10453315", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483724697:10453317", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483724699:10453319", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483724701:10453321", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724703:10453323", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724705:10453325", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724706:10453327", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483724708:10453329", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724710:10453331", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724712:10453333", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483724714:10453335", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483724716:10453337", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724718:10453339", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724720:10453341", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483724723:10453343", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1645775483724725:10453345", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483724727:10453347", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483724728:10453349", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724731:10453351", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483724733:10453353", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724734:10453355", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483724736:10453357", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724738:10453359", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724740:10453361", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724742:10453363", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483724744:10453365", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724745:10453367", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724747:10453369", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724749:10453371", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483724751:10453373", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483724753:10453375", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483724754:10453377", - "type": "Value.StringValue", - "value": "Toggle" - }, - { - "uid": "1645775483724756:10453379", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483724758:10453381", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724760:10453383", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724761:10453385", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724763:10453387", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483724765:10453389", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483724767:10453391", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724768:10453393", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483724770:10453395", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483724772:10453397", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724774:10453399", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724776:10453401", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724778:10453403", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724780:10453405", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724781:10453407", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724783:10453409", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724785:10453411", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724787:10453413", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724789:10453415", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724791:10453417", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724793:10453419", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724795:10453421", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724796:10453423", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483724798:10453425", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483724800:10453427", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724802:10453429", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724803:10453431", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483724805:10453433", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483724807:10453435", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483724809:10453437", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483724811:10453439", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483724813:10453441", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483724814:10453443", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724816:10453445", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724818:10453447", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724820:10453449", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724821:10453451", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724823:10453453", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483724825:10453455", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483724827:10453457", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483724828:10453459", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483724830:10453461", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483724832:10453463", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483724834:10453465", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483724836:10453467", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483724837:10453469", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485560797:98106", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485560812:98107", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485560825:98108", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485560850:98109", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485560852:98110", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485560854:98111", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485560855:98112", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485560856:98113", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485560857:98114", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485560858:98115", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485560860:98116", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485560861:98117", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485560862:98118", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485560863:98119", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485560864:98120", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485560865:98121", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485560866:98122", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485560867:98123", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485560868:98124", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724836:10453467" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724828:10453459" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724651:10453267" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483724653:10453269" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724655:10453271" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724452:10453085" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724480:10453109" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724837:10453469" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724663:10453281" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483724661:10453279" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724660:10453277" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724658:10453275" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483724482:10453111" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483724646:10453261" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724648:10453263" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724644:10453259" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724649:10453265" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724667:10453285" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724674:10453293" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483724672:10453291" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483724670:10453289" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724668:10453287" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724656:10453273" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724665:10453283" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724720:10453341" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724675:10453295" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483724677:10453297" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724679:10453299" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724693:10453313" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724695:10453315" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724705:10453325" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724701:10453321" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724703:10453323" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483724697:10453317" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724691:10453311" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724699:10453319" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483724689:10453309" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485560864:98120" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560856:98113" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560865:98121" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560868:98124" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560867:98123" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560866:98122" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485560863:98119" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485560857:98114" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560854:98111" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560862:98118" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560860:98116" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485560861:98117" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485560855:98112" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485560852:98110" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485560858:98115" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485560850:98109" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724834:10453465" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724832:10453463" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724830:10453461" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724723:10453343" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483724457:10453087" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724462:10453091" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483724464:10453093" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724459:10453089" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724467:10453095" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724468:10453097" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724472:10453101" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483724470:10453099" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724478:10453107" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724474:10453103" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724476:10453105" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483724706:10453327" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724710:10453331" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724712:10453333" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724708:10453329" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483724714:10453335" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724716:10453337" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724756:10453379" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1645775483727427:10453895" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483724754:10453377" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724778:10453403" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724753:10453375" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724807:10453435" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483724809:10453437" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724736:10453357" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483724734:10453355" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724781:10453407" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724780:10453405" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724785:10453411" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724783:10453409" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724789:10453415" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724787:10453413" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724796:10453423" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724793:10453419" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483724791:10453417" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483724795:10453421" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724798:10453425" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724805:10453433" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724802:10453429" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483724800:10453427" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483724803:10453431" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483724747:10453369" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724749:10453371" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724768:10453393" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724767:10453391" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724770:10453395" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724758:10453381" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483724765:10453389" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724763:10453387" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724761:10453385" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724760:10453383" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483724772:10453397" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724774:10453399" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724776:10453401" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724813:10453441" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724811:10453439" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724823:10453453" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724821:10453451" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724814:10453443" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724818:10453447" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724816:10453445" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724820:10453449" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483724827:10453457" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724825:10453455" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483724725:10453345" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724733:10453353" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724728:10453349" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483724731:10453351" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483724727:10453347" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483724718:10453339" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724490:10453119" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483724484:10453113" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724486:10453115" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724488:10453117" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724533:10453153" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724498:10453125" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483724513:10453139" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724509:10453135" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483724529:10453149" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724502:10453129" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724500:10453127" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483724537:10453157" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724544:10453161" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724548:10453165" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483724521:10453143" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483724495:10453123" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483724510:10453137" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483724507:10453133" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483724526:10453147" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483724535:10453155" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483724541:10453159" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483724546:10453163" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485560797:98106" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724523:10453145" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724492:10453121" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724531:10453151" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724504:10453131" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724582:10453199" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724555:10453171" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483724568:10453185" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724565:10453181" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483724578:10453195" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724559:10453175" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724557:10453173" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483724586:10453203" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724590:10453207" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724594:10453211" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483724572:10453189" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483724553:10453169" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483724567:10453183" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483724563:10453179" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483724576:10453193" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483724584:10453201" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483724588:10453205" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483724592:10453209" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485560812:98107" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724574:10453191" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724550:10453167" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724580:10453197" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724561:10453177" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724630:10453245" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724601:10453217" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483724615:10453231" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724612:10453227" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483724626:10453241" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724605:10453221" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724603:10453219" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483724634:10453249" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724638:10453253" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483724642:10453257" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483724620:10453235" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483724599:10453215" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483724614:10453229" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483724610:10453225" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483724624:10453239" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483724632:10453247" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483724636:10453251" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483724640:10453255" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485560825:98108" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724622:10453237" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724596:10453213" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724628:10453243" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483724607:10453223" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724740:10453361" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483724742:10453363" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724744:10453365" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483724738:10453359" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483724681:10453301" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483724685:10453305" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483724683:10453303" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483724687:10453307" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483724745:10453367" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483724751:10453373" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483725132:10453471", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483725908:10453474", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483725913:10453476", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483725915:10453478", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483725918:10453480", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483725919:10453482", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483725925:10453484", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483725926:10453486", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483725970:10453488", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483725972:10453490", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483725974:10453492", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483725976:10453494", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483725978:10453496", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483725980:10453498", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483725981:10453500", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483725983:10453502", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483725985:10453504", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483725986:10453506", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483725988:10453508", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483725990:10453510", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483725993:10453512", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483725995:10453514", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483725997:10453516", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483725999:10453518", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726000:10453520", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483726003:10453522", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726005:10453524", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483726006:10453526", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726008:10453528", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483726012:10453532", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483726014:10453534", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483726017:10453536", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726019:10453538", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726022:10453540", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483726024:10453542", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483726025:10453544", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726028:10453546", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726030:10453548", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726032:10453550", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726034:10453552", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726036:10453554", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726038:10453556", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483726040:10453558", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726042:10453560", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726043:10453562", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726045:10453564", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726047:10453566", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483726049:10453568", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726051:10453570", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483726053:10453572", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726054:10453574", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483726058:10453578", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483726060:10453580", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483726062:10453582", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726064:10453584", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726066:10453586", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483726068:10453588", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483726070:10453590", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726072:10453592", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726074:10453594", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726076:10453596", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726078:10453598", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726080:10453600", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726081:10453602", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483726084:10453604", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726086:10453606", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726088:10453608", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726089:10453610", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726091:10453612", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483726093:10453614", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726095:10453616", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483726097:10453618", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726099:10453620", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483726102:10453624", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483726104:10453626", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483726106:10453628", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726108:10453630", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726110:10453632", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483726112:10453634", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483726114:10453636", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726115:10453638", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726117:10453640", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726119:10453642", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726121:10453644", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726123:10453646", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726124:10453648", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726126:10453650", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483726128:10453652", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483726130:10453654", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726132:10453656", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483726133:10453658", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483726135:10453660", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483726137:10453662", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483726139:10453664", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726140:10453666", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483726142:10453668", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483726144:10453670", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726146:10453672", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483726172:10453674", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483726174:10453676", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483726176:10453678", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726178:10453680", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726180:10453682", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483726182:10453684", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483726183:10453686", - "type": "Value.StringArrayValue", - "count": 2, - "value": [ - { - "value": "RESET" - }, - { - "value": "EVENTRESET" - } - ] - }, - { - "uid": "1645775483726185:10453688", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726187:10453690", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483726189:10453692", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726190:10453694", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483726192:10453696", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483726194:10453698", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726196:10453700", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483726198:10453702", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483726200:10453704", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483726202:10453706", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483726204:10453708", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483726205:10453710", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726207:10453712", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726209:10453714", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726210:10453716", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483726212:10453718", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726214:10453720", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726216:10453722", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483726217:10453724", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483726219:10453726", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726221:10453728", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726222:10453730", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483726225:10453732", - "type": "Value.StringValue", - "value": "setRotation" - }, - { - "uid": "1645775483726227:10453734", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483726229:10453736", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483726230:10453738", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726232:10453740", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483726234:10453742", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726235:10453744", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483726237:10453746", - "type": "Value.StringValue", - "value": "Reset" - }, - { - "uid": "1645775483726239:10453748", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726240:10453750", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726242:10453752", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483726244:10453754", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726246:10453756", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726248:10453758", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726249:10453760", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483726251:10453762", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483726253:10453764", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483726254:10453766", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483726256:10453768", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483726258:10453770", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726260:10453772", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726261:10453774", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726263:10453776", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483726265:10453778", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483726266:10453780", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726268:10453782", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483726270:10453784", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483726271:10453786", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726273:10453788", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726275:10453790", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726277:10453792", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726278:10453794", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726280:10453796", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726282:10453798", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726283:10453800", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726285:10453802", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726287:10453804", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726289:10453806", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726290:10453808", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726292:10453810", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726293:10453812", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483726295:10453814", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483726297:10453816", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726298:10453818", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726300:10453820", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483726302:10453822", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483726303:10453824", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483726305:10453826", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483726307:10453828", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483726308:10453830", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483726310:10453832", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726312:10453834", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726313:10453836", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726315:10453838", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726316:10453840", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726318:10453842", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483726319:10453844", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483726321:10453846", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483726322:10453848", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483726324:10453850", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483726326:10453852", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483726328:10453854", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483726329:10453856", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483726331:10453858", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485587606:98128", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485587621:98129", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485587634:98130", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485587659:98131", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485587661:98132", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485587663:98133", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485587664:98134", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485587665:98135", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485587666:98136", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485587668:98137", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485587669:98138", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485587670:98139", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485587671:98140", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485587672:98141", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485587673:98142", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485587674:98143", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485587675:98144", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485587677:98145", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485587678:98146", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726329:10453856" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726322:10453848" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726132:10453656" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483726133:10453658" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726135:10453660" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483725908:10453474" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483725980:10453498" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483726331:10453858" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726144:10453670" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483726142:10453668" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726140:10453666" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726139:10453664" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483725981:10453500" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483726126:10453650" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726128:10453652" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726124:10453648" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726130:10453654" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726172:10453674" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726180:10453682" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483726178:10453680" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483726176:10453678" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726174:10453676" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726137:10453662" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726146:10453672" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726222:10453730" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483726182:10453684" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483726183:10453686" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726185:10453688" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726198:10453702" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726200:10453704" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726209:10453714" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726205:10453710" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726207:10453712" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483726202:10453706" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726196:10453700" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726204:10453708" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483726194:10453698" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485587673:98142" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587665:98135" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587674:98143" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587678:98146" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587677:98145" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587675:98144" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485587672:98141" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485587666:98136" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587663:98133" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587671:98140" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587669:98138" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485587670:98139" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485587664:98134" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485587661:98132" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485587668:98137" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485587659:98131" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726328:10453854" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726326:10453852" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726324:10453850" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726225:10453732" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483725913:10453476" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483725918:10453480" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483725919:10453482" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483725915:10453478" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483725925:10453484" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483725926:10453486" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483725972:10453490" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483725970:10453488" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483725978:10453496" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483725974:10453492" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483725976:10453494" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483726210:10453716" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726214:10453720" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726216:10453722" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726212:10453718" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483726217:10453724" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726219:10453726" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726256:10453768" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483726254:10453766" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726277:10453792" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483726253:10453764" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726303:10453824" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483726305:10453826" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645775483716275:10452677" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483726237:10453746" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483726235:10453744" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726280:10453796" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726278:10453794" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "1645775483716275:10452677" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726283:10453800" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726282:10453798" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726287:10453804" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726285:10453802" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726293:10453812" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726290:10453808" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483726289:10453806" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483726292:10453810" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726295:10453814" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726302:10453822" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726298:10453818" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483726297:10453816" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483726300:10453820" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483726248:10453758" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726249:10453760" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726268:10453782" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483726266:10453780" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726270:10453784" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726258:10453770" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483726265:10453778" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726263:10453776" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726261:10453774" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483726260:10453772" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483726271:10453786" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726273:10453788" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483726275:10453790" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726308:10453830" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726307:10453828" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726318:10453842" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726316:10453840" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726310:10453832" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726313:10453836" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726312:10453834" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726315:10453838" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483726321:10453846" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726319:10453844" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483726227:10453734" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726234:10453742" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726230:10453738" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483726232:10453740" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483726229:10453736" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483726221:10453728" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483725988:10453508" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483725983:10453502" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483725985:10453504" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483725986:10453506" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726024:10453542" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483725995:10453514" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483726008:10453528" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726005:10453524" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483726019:10453538" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483725999:10453518" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483725997:10453516" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483726028:10453546" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726032:10453550" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483726036:10453554" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483726012:10453532" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483725993:10453512" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483726006:10453526" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483726003:10453522" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483726017:10453536" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483726025:10453544" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483726030:10453548" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483726034:10453552" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485587606:98128" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726014:10453534" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483725990:10453510" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726022:10453540" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726000:10453520" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726068:10453588" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726042:10453560" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483726054:10453574" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726051:10453570" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483726064:10453584" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726045:10453564" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483726043:10453562" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483726072:10453592" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726076:10453596" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483726080:10453600" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483726058:10453578" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483726040:10453558" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483726053:10453572" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483726049:10453568" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483726062:10453582" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483726070:10453590" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483726074:10453594" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483726078:10453598" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485587621:98129" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726060:10453580" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726038:10453556" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726066:10453586" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726047:10453566" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726112:10453634" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726086:10453606" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483726099:10453620" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726095:10453616" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483726108:10453630" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726089:10453610" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483726088:10453608" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483726115:10453638" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726119:10453642" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483726123:10453646" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483726102:10453624" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483726084:10453604" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483726097:10453618" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483726093:10453614" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483726106:10453628" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483726114:10453636" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483726117:10453640" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483726121:10453644" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485587634:98130" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726104:10453626" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726081:10453602" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726110:10453632" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483726091:10453612" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483726240:10453750" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483726242:10453752" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726244:10453754" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483726239:10453748" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483726187:10453690" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483726190:10453694" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483726189:10453692" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483726192:10453696" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483726246:10453756" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483726251:10453762" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483726618:10453860", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483727366:10453863", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483727371:10453865", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483727373:10453867", - "type": "Value.StringValue", - "value": "Quadratic" - }, - { - "uid": "1645775483727375:10453869", - "type": "Value.StringValue", - "value": "Out" - }, - { - "uid": "1645775483727377:10453871", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - -10.0 - ] - }, - { - "uid": "1645775483727379:10453873", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483727380:10453875", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483727382:10453877", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483727384:10453879", - "type": "Value.IntValue", - "value": 1 - }, - { - "uid": "1645775483727386:10453881", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483727388:10453883", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483727389:10453885", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 20.0 - ] - }, - { - "uid": "1645775483727391:10453887", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483727393:10453889", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - -10.0 - ] - }, - { - "uid": "1645775483727395:10453891", - "type": "Value.StringValue", - "value": "Roate" - }, - { - "uid": "1645775483727397:10453893", - "type": "Value.IntValue", - "value": 2 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645775483716275:10452677" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483727395:10453891" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645775483727388:10453883" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645775483727382:10453877" - }, - { - "name": "type", - "typename": "Value.IntValue", - "scriptObject": "1645775483727397:10453893" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645775483727384:10453879" - }, - { - "name": "start", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483727389:10453885" - }, - { - "name": "end", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483727377:10453871" - }, - { - "name": "from", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483727379:10453873" - }, - { - "name": "to", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483727393:10453889" - }, - { - "name": "offset", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483727386:10453881" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645775483727366:10453863" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645775483727391:10453887" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483727371:10453865" - }, - { - "name": "isLocal", - "typename": "Value.BoolValue", - "scriptObject": "1645775483727380:10453875" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645775483727373:10453867" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645775483727375:10453869" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271820189:656611" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483727427_10453895.json b/lenses/physics-objects/Scene/objects/1645775483727427_10453895.json deleted file mode 100644 index 2875317e..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483727427_10453895.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483727427:10453895", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor", - "position": [ - 0.0, - 8.943739260303118e-08, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.9999999403953552, - 0.9999998807907104, - 0.9999998211860657 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483731186:10453904", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483732935:10453917", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483740757_10453926.json b/lenses/physics-objects/Scene/objects/1645775483740757_10453926.json deleted file mode 100644 index 45f3534f..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483740757_10453926.json +++ /dev/null @@ -1,8322 +0,0 @@ -{ - "core": { - "uid": "1645775483740757:10453926", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor 2", - "position": [ - -3.999999761581421, - 1.0, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 1.5, - 0.6000001430511475, - 0.050000015646219254 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483746633:10453946", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483747547:10453949", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483747554:10453951", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483747556:10453953", - "type": "Value.StringValue", - "value": "Quadratic" - }, - { - "uid": "1645775483747559:10453955", - "type": "Value.StringValue", - "value": "Out" - }, - { - "uid": "1645775483747562:10453957", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 10.0 - ] - }, - { - "uid": "1645775483747564:10453959", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483747566:10453961", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483747572:10453963", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483747575:10453965", - "type": "Value.IntValue", - "value": 1 - }, - { - "uid": "1645775483747576:10453967", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483747578:10453969", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483747580:10453971", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - -20.0 - ] - }, - { - "uid": "1645775483747582:10453973", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483747584:10453975", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 10.0 - ] - }, - { - "uid": "1645775483747586:10453977", - "type": "Value.StringValue", - "value": "Roate" - }, - { - "uid": "1645775483747588:10453979", - "type": "Value.IntValue", - "value": 2 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645775483740757:10453926" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483747586:10453977" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645775483747578:10453969" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645775483747572:10453963" - }, - { - "name": "type", - "typename": "Value.IntValue", - "scriptObject": "1645775483747588:10453979" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645775483747575:10453965" - }, - { - "name": "start", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483747580:10453971" - }, - { - "name": "end", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483747562:10453957" - }, - { - "name": "from", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483747564:10453959" - }, - { - "name": "to", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483747584:10453975" - }, - { - "name": "offset", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483747576:10453967" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645775483747547:10453949" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645775483747582:10453973" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483747554:10453951" - }, - { - "name": "isLocal", - "typename": "Value.BoolValue", - "scriptObject": "1645775483747566:10453961" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645775483747556:10453953" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645775483747559:10453955" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271820189:656611" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483747623:10453981", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483748425:10453984", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483748430:10453986", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483748433:10453988", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748435:10453990", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748437:10453992", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483748439:10453994", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748441:10453996", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748442:10453998", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483748444:10454000", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748446:10454002", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748448:10454004", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748449:10454006", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483748452:10454008", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748454:10454010", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483748456:10454012", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483748457:10454014", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748459:10454016", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748462:10454018", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483748463:10454020", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483748468:10454022", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748471:10454024", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748472:10454026", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748475:10454028", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748477:10454030", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483748479:10454032", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748482:10454034", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483748484:10454036", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748486:10454038", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483748490:10454042", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483748492:10454044", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483748494:10454046", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748497:10454048", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748499:10454050", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483748501:10454052", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483748503:10454054", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748505:10454056", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748507:10454058", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748510:10454060", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748512:10454062", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748514:10454064", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748516:10454066", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483748519:10454068", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748521:10454070", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748523:10454072", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748525:10454074", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748527:10454076", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483748529:10454078", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748531:10454080", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483748533:10454082", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748535:10454084", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483748541:10454088", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483748543:10454090", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483748546:10454092", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748549:10454094", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748551:10454096", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483748554:10454098", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483748555:10454100", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748557:10454102", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748559:10454104", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748561:10454106", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748563:10454108", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748565:10454110", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748566:10454112", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483748569:10454114", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748571:10454116", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748574:10454118", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748576:10454120", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748578:10454122", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483748581:10454124", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748583:10454126", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483748586:10454128", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748587:10454130", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483748592:10454134", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483748594:10454136", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483748596:10454138", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748598:10454140", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748600:10454142", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483748602:10454144", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483748604:10454146", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748605:10454148", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748607:10454150", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748609:10454152", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748611:10454154", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748613:10454156", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748614:10454158", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748616:10454160", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483748618:10454162", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483748620:10454164", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748621:10454166", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483748623:10454168", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483748625:10454170", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483748626:10454172", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483748628:10454174", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748629:10454176", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483748631:10454178", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483748633:10454180", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748634:10454182", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483748636:10454184", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483748638:10454186", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483748639:10454188", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748641:10454190", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748643:10454192", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483748644:10454194", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483748646:10454196", - "type": "Value.StringArrayValue", - "count": 2, - "value": [ - { - "value": "RESET" - }, - { - "value": "EVENTRESET" - } - ] - }, - { - "uid": "1645775483748648:10454198", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748650:10454200", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483748651:10454202", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748653:10454204", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483748654:10454206", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483748658:10454208", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748660:10454210", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483748663:10454212", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483748665:10454214", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483748667:10454216", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483748668:10454218", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483748670:10454220", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748672:10454222", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748673:10454224", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748675:10454226", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483748677:10454228", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748679:10454230", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748680:10454232", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483748682:10454234", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483748684:10454236", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748685:10454238", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748687:10454240", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483748690:10454242", - "type": "Value.StringValue", - "value": "setRotation" - }, - { - "uid": "1645775483748691:10454244", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483748693:10454246", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483748695:10454248", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748696:10454250", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483748698:10454252", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748700:10454254", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483748702:10454256", - "type": "Value.StringValue", - "value": "Reset" - }, - { - "uid": "1645775483748704:10454258", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748705:10454260", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748707:10454262", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483748709:10454264", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748711:10454266", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748713:10454268", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748714:10454270", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483748716:10454272", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483748717:10454274", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483748719:10454276", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483748721:10454278", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483748723:10454280", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748725:10454282", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748727:10454284", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748729:10454286", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483748731:10454288", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483748733:10454290", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748735:10454292", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483748736:10454294", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483748738:10454296", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748740:10454298", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748742:10454300", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748743:10454302", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748745:10454304", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748747:10454306", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748748:10454308", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748750:10454310", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748752:10454312", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748753:10454314", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748755:10454316", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748757:10454318", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748758:10454320", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748760:10454322", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483748762:10454324", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483748764:10454326", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748765:10454328", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748767:10454330", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483748769:10454332", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483748771:10454334", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483748772:10454336", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483748774:10454338", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483748775:10454340", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483748777:10454342", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748779:10454344", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748780:10454346", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748782:10454348", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748783:10454350", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748785:10454352", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483748787:10454354", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483748789:10454356", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483748790:10454358", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483748792:10454360", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483748794:10454362", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483748796:10454364", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483748797:10454366", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483748799:10454368", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485617956:98149", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485617972:98150", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485617985:98151", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485618010:98152", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485618012:98153", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485618014:98154", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485618015:98155", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485618016:98156", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485618017:98157", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485618019:98158", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485618020:98159", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485618022:98160", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485618023:98161", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485618024:98162", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485618025:98163", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485618026:98164", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485618027:98165", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485618028:98166", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485618029:98167", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748797:10454366" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748790:10454358" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748621:10454166" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483748623:10454168" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748625:10454170" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748425:10453984" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748452:10454008" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748799:10454368" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748633:10454180" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483748631:10454178" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748629:10454176" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748628:10454174" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483748454:10454010" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483748616:10454160" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748618:10454162" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748614:10454158" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748620:10454164" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748636:10454184" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748643:10454192" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483748641:10454190" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483748639:10454188" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748638:10454186" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748626:10454172" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748634:10454182" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748687:10454240" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748644:10454194" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483748646:10454196" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748648:10454198" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748663:10454212" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748665:10454214" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748673:10454224" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748670:10454220" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748672:10454222" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483748667:10454216" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748660:10454210" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748668:10454218" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483748658:10454208" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485618025:98163" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618016:98156" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618026:98164" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618029:98167" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618028:98166" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618027:98165" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485618024:98162" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485618017:98157" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618014:98154" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618023:98161" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618020:98159" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485618022:98160" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485618015:98155" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485618012:98153" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485618019:98158" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485618010:98152" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748796:10454364" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748794:10454362" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748792:10454360" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748690:10454242" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483748430:10453986" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748435:10453990" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483748437:10453992" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748433:10453988" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748439:10453994" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748441:10453996" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748444:10454000" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483748442:10453998" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748449:10454006" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748446:10454002" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748448:10454004" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483748675:10454226" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748679:10454230" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748680:10454232" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748677:10454228" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483748682:10454234" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748684:10454236" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748721:10454278" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483748719:10454276" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748743:10454302" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748717:10454274" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748771:10454334" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483748772:10454336" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645775483752133:10455148" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748702:10454256" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483748700:10454254" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748747:10454306" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748745:10454304" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "1645775483740757:10453926" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748750:10454310" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748748:10454308" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748753:10454314" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748752:10454312" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748760:10454322" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748757:10454318" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483748755:10454316" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483748758:10454320" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748762:10454324" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748769:10454332" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748765:10454328" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483748764:10454326" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483748767:10454330" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483748713:10454268" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748714:10454270" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748735:10454292" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748733:10454290" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748736:10454294" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748723:10454280" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483748731:10454288" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748729:10454286" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748727:10454284" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748725:10454282" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483748738:10454296" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748740:10454298" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748742:10454300" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748775:10454340" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748774:10454338" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748785:10454352" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748783:10454350" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748777:10454342" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748780:10454346" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748779:10454344" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748782:10454348" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483748789:10454356" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748787:10454354" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483748691:10454244" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748698:10454252" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748695:10454248" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483748696:10454250" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483748693:10454246" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483748685:10454238" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748462:10454018" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483748456:10454012" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748457:10454014" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748459:10454016" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748501:10454052" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748471:10454024" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483748486:10454038" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748482:10454034" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483748497:10454048" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748475:10454028" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748472:10454026" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483748505:10454056" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748510:10454060" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748514:10454064" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483748490:10454042" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483748468:10454022" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483748484:10454036" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483748479:10454032" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483748494:10454046" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483748503:10454054" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483748507:10454058" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483748512:10454062" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485617956:98149" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748492:10454044" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748463:10454020" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748499:10454050" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748477:10454030" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748554:10454098" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748521:10454070" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483748535:10454084" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748531:10454080" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483748549:10454094" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748525:10454074" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748523:10454072" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483748557:10454102" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748561:10454106" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748565:10454110" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483748541:10454088" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483748519:10454068" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483748533:10454082" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483748529:10454078" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483748546:10454092" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483748555:10454100" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483748559:10454104" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483748563:10454108" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485617972:98150" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748543:10454090" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748516:10454066" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748551:10454096" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748527:10454076" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748602:10454144" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748571:10454116" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483748587:10454130" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748583:10454126" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483748598:10454140" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748576:10454120" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748574:10454118" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483748605:10454148" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748609:10454152" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483748613:10454156" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483748592:10454134" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483748569:10454114" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483748586:10454128" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483748581:10454124" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483748596:10454138" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483748604:10454146" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483748607:10454150" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483748611:10454154" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485617985:98151" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748594:10454136" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748566:10454112" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748600:10454142" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483748578:10454122" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748705:10454260" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483748707:10454262" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748709:10454264" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483748704:10454258" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483748650:10454200" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483748653:10454204" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483748651:10454202" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483748654:10454206" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483748711:10454266" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483748716:10454272" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483749093:10454370", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483749874:10454373", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483749878:10454375", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483749880:10454377", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483749882:10454379", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483749884:10454381", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483749886:10454383", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483749887:10454385", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483749889:10454387", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483749890:10454389", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483749893:10454391", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483749895:10454393", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483749896:10454395", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483749898:10454397", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483749900:10454399", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483749902:10454401", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483749904:10454403", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483749905:10454405", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483749907:10454407", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483749909:10454409", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483749912:10454411", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749914:10454413", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483749916:10454415", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483749919:10454417", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483749921:10454419", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483749923:10454421", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749925:10454423", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483749927:10454425", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749929:10454427", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483749933:10454431", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483749935:10454433", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483749937:10454435", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749939:10454437", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483749942:10454439", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483749944:10454441", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483749946:10454443", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749948:10454445", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483749950:10454447", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749952:10454449", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483749955:10454451", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749957:10454453", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483749958:10454455", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483749961:10454457", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749963:10454459", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483749964:10454461", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483749966:10454463", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483749968:10454465", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483749970:10454467", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749976:10454469", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483749978:10454471", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749980:10454473", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483749984:10454477", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483749986:10454479", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483749988:10454481", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749990:10454483", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483749992:10454485", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483749994:10454487", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483749996:10454489", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483749998:10454491", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750000:10454493", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750002:10454495", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750003:10454497", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750005:10454499", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750007:10454501", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483750010:10454503", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750012:10454505", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750014:10454507", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750016:10454509", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750018:10454511", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483750020:10454513", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750022:10454515", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483750024:10454517", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750026:10454519", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483750029:10454523", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483750031:10454525", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483750033:10454527", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750035:10454529", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750037:10454531", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483750039:10454533", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483750041:10454535", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750043:10454537", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750044:10454539", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750046:10454541", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750048:10454543", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750049:10454545", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750051:10454547", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750053:10454549", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483750054:10454551", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483750056:10454553", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750057:10454555", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483750059:10454557", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483750061:10454559", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483750063:10454561", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483750064:10454563", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750066:10454565", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483750068:10454567", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483750070:10454569", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750071:10454571", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483750073:10454573", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483750075:10454575", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483750076:10454577", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750078:10454579", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750079:10454581", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483750081:10454583", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483750083:10454585", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750085:10454587", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750087:10454589", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483750089:10454591", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750090:10454593", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483750092:10454595", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483750094:10454597", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750096:10454599", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483750098:10454601", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483750100:10454603", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483750101:10454605", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483750103:10454607", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483750105:10454609", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750107:10454611", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750108:10454613", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750110:10454615", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483750111:10454617", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750113:10454619", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750115:10454621", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483750116:10454623", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483750118:10454625", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750120:10454627", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750121:10454629", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483750124:10454631", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1645775483750126:10454633", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483750128:10454635", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483750129:10454637", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750131:10454639", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483750132:10454641", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750134:10454643", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483750136:10454645", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750137:10454647", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750139:10454649", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750141:10454651", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483750142:10454653", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750145:10454655", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750147:10454657", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750149:10454659", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483750151:10454661", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483750153:10454663", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483750154:10454665", - "type": "Value.StringValue", - "value": "Toggle" - }, - { - "uid": "1645775483750156:10454667", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483750158:10454669", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750160:10454671", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750161:10454673", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750163:10454675", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483750165:10454677", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483750167:10454679", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750169:10454681", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483750170:10454683", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483750172:10454685", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750174:10454687", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750175:10454689", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750177:10454691", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750179:10454693", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750181:10454695", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750182:10454697", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750184:10454699", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750186:10454701", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750187:10454703", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750189:10454705", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750190:10454707", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750192:10454709", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750194:10454711", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483750196:10454713", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483750198:10454715", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750200:10454717", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750202:10454719", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483750204:10454721", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483750206:10454723", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483750207:10454725", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483750209:10454727", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483750211:10454729", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483750213:10454731", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750215:10454733", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750216:10454735", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750218:10454737", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750220:10454739", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750221:10454741", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483750223:10454743", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483750225:10454745", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483750226:10454747", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483750228:10454749", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483750230:10454751", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483750232:10454753", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483750234:10454755", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483750236:10454757", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485644701:98240", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485644717:98241", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485644730:98242", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485644756:98243", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485644758:98244", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485644759:98245", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485644761:98246", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485644762:98247", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485644763:98248", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485644765:98249", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485644767:98250", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485644768:98251", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485644769:98252", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485644770:98253", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485644771:98254", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485644772:98255", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485644773:98256", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485644774:98257", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485644775:98258", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750234:10454755" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750226:10454747" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750057:10454555" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483750059:10454557" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750061:10454559" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483749874:10454373" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483749898:10454397" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483750236:10454757" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750070:10454569" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483750068:10454567" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750066:10454565" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750064:10454563" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483749900:10454399" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483750053:10454549" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750054:10454551" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750051:10454547" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750056:10454553" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750073:10454573" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750079:10454581" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483750078:10454579" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483750076:10454577" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750075:10454575" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750063:10454561" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750071:10454571" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750121:10454629" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483750081:10454583" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483750083:10454585" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750085:10454587" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750098:10454601" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750100:10454603" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750108:10454613" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750105:10454609" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750107:10454611" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483750101:10454605" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483750096:10454599" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750103:10454607" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483750094:10454597" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485644771:98254" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644762:98247" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644772:98255" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644775:98258" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644774:98257" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644773:98256" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485644770:98253" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485644763:98248" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644759:98245" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644769:98252" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644767:98250" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485644768:98251" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485644761:98246" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485644758:98244" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485644765:98249" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485644756:98243" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750232:10454753" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750230:10454751" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750228:10454749" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750124:10454631" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483749878:10454375" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483749882:10454379" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483749884:10454381" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483749880:10454377" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483749886:10454383" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483749887:10454385" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483749890:10454389" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483749889:10454387" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483749896:10454395" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483749893:10454391" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483749895:10454393" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483750110:10454615" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750113:10454619" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750115:10454621" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750111:10454617" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483750116:10454623" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750118:10454625" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750156:10454667" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1645775483752133:10455148" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483750154:10454665" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750177:10454691" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483750153:10454663" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750206:10454723" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483750207:10454725" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483750136:10454645" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483750134:10454643" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750181:10454695" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750179:10454693" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750184:10454699" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750182:10454697" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750187:10454703" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750186:10454701" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750194:10454711" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750190:10454707" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483750189:10454705" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483750192:10454709" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750196:10454713" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750204:10454721" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750200:10454717" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483750198:10454715" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483750202:10454719" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483750147:10454657" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750149:10454659" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750169:10454681" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483750167:10454679" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750170:10454683" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750158:10454669" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483750165:10454677" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750163:10454675" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750161:10454673" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483750160:10454671" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483750172:10454685" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750174:10454687" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483750175:10454689" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750211:10454729" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750209:10454727" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750221:10454741" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750220:10454739" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750213:10454731" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750216:10454735" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750215:10454733" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750218:10454737" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483750225:10454745" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750223:10454743" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483750126:10454633" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750132:10454641" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750129:10454637" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483750131:10454639" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483750128:10454635" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483750120:10454627" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483749907:10454407" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483749902:10454401" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483749904:10454403" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483749905:10454405" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483749944:10454441" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483749914:10454413" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483749929:10454427" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483749925:10454423" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483749939:10454437" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483749919:10454417" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483749916:10454415" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483749948:10454445" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483749952:10454449" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483749957:10454453" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483749933:10454431" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483749912:10454411" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483749927:10454425" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483749923:10454421" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483749937:10454435" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483749946:10454443" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483749950:10454447" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483749955:10454451" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485644701:98240" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483749935:10454433" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483749909:10454409" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483749942:10454439" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483749921:10454419" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483749994:10454487" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483749963:10454459" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483749980:10454473" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483749976:10454469" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483749990:10454483" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483749966:10454463" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483749964:10454461" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483749998:10454491" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750002:10454495" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483750005:10454499" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483749984:10454477" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483749961:10454457" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483749978:10454471" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483749970:10454467" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483749988:10454481" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483749996:10454489" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483750000:10454493" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483750003:10454497" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485644717:98241" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483749986:10454479" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483749958:10454455" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483749992:10454485" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483749968:10454465" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750039:10454533" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750012:10454505" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483750026:10454519" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750022:10454515" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483750035:10454529" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750016:10454509" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483750014:10454507" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483750043:10454537" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750046:10454541" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483750049:10454545" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483750029:10454523" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483750010:10454503" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483750024:10454517" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483750020:10454513" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483750033:10454527" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483750041:10454535" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483750044:10454539" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483750048:10454543" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485644730:98242" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483750031:10454525" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483750007:10454501" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483750037:10454531" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483750018:10454511" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483750139:10454649" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483750141:10454651" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750142:10454653" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483750137:10454647" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483750087:10454589" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483750090:10454593" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483750089:10454591" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483750092:10454595" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483750145:10454655" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483750151:10454661" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483750569:10454759", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483751340:10454762", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483751344:10454764", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483751347:10454766", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751349:10454768", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751351:10454770", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483751353:10454772", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751355:10454774", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751357:10454776", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483751359:10454778", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751361:10454780", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751363:10454782", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751365:10454784", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483751367:10454786", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751369:10454788", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483751371:10454790", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483751373:10454792", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751375:10454794", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751377:10454796", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483751379:10454798", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483751382:10454800", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751384:10454802", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751386:10454804", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751388:10454806", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751390:10454808", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483751393:10454810", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751395:10454812", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483751397:10454814", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751399:10454816", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483751403:10454820", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483751405:10454822", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483751407:10454824", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751410:10454826", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751412:10454828", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483751414:10454830", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483751417:10454832", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751419:10454834", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751421:10454836", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751423:10454838", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751426:10454840", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751428:10454842", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751430:10454844", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483751432:10454846", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751434:10454848", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751436:10454850", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751438:10454852", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751440:10454854", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483751443:10454856", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751444:10454858", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483751446:10454860", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751448:10454862", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483751452:10454866", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483751454:10454868", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483751456:10454870", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751458:10454872", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751460:10454874", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483751462:10454876", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483751464:10454878", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751466:10454880", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751468:10454882", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751470:10454884", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751471:10454886", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751473:10454888", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751475:10454890", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483751478:10454892", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751480:10454894", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751481:10454896", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751483:10454898", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751485:10454900", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483751487:10454902", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751489:10454904", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483751491:10454906", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751493:10454908", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483751496:10454912", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483751498:10454914", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483751500:10454916", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751502:10454918", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751504:10454920", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483751506:10454922", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483751508:10454924", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751510:10454926", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751512:10454928", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751514:10454930", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751515:10454932", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751518:10454934", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751519:10454936", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751521:10454938", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483751523:10454940", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483751525:10454942", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751526:10454944", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483751528:10454946", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483751530:10454948", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483751532:10454950", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483751533:10454952", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751535:10454954", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483751537:10454956", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483751538:10454958", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751540:10454960", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483751541:10454962", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483751543:10454964", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483751545:10454966", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751547:10454968", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751549:10454970", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483751550:10454972", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483751552:10454974", - "type": "Value.StringArrayValue", - "count": 1, - "value": [ - { - "value": "RESET" - } - ] - }, - { - "uid": "1645775483751554:10454976", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751635:10454978", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483751642:10454980", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751645:10454982", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483751648:10454984", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483751651:10454986", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751654:10454988", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483751657:10454990", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483751659:10454992", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483751661:10454994", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483751663:10454996", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483751664:10454998", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751666:10455000", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751668:10455002", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751670:10455004", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483751671:10455006", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751673:10455008", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751675:10455010", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483751677:10455012", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483751679:10455014", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751680:10455016", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751682:10455018", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483751686:10455020", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1645775483751688:10455022", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483751690:10455024", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483751691:10455026", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751693:10455028", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483751695:10455030", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751697:10455032", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483751699:10455034", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751700:10455036", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751702:10455038", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751704:10455040", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483751706:10455042", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751708:10455044", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751710:10455046", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751712:10455048", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483751714:10455050", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483751716:10455052", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483751718:10455054", - "type": "Value.StringValue", - "value": "Toggle" - }, - { - "uid": "1645775483751720:10455056", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483751722:10455058", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751724:10455060", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751726:10455062", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751728:10455064", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483751730:10455066", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483751732:10455068", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751734:10455070", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483751736:10455072", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483751738:10455074", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751740:10455076", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751742:10455078", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751744:10455080", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751746:10455082", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751749:10455084", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751750:10455086", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751752:10455088", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751754:10455090", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751756:10455092", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751758:10455094", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751759:10455096", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751761:10455098", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751763:10455100", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483751764:10455102", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483751766:10455104", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751768:10455106", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751770:10455108", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483751771:10455110", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483751773:10455112", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483751775:10455114", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483751777:10455116", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483751779:10455118", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483751780:10455120", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751782:10455122", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751784:10455124", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751785:10455126", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751787:10455128", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751788:10455130", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483751790:10455132", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483751792:10455134", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483751793:10455136", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483751795:10455138", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483751797:10455140", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483751798:10455142", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483751800:10455144", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483751802:10455146", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485672282:98259", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485672298:98260", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485672311:98261", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485672336:98262", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485672338:98263", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485672339:98264", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485672341:98265", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485672342:98266", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485672343:98267", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485672345:98268", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485672346:98269", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485672351:98270", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485672352:98271", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485672353:98272", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485672354:98273", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485672355:98274", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485672356:98275", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485672357:98276", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485672358:98277", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751800:10455144" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751793:10455136" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751526:10454944" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483751528:10454946" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751530:10454948" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751340:10454762" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751367:10454786" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751802:10455146" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751538:10454958" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483751537:10454956" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751535:10454954" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751533:10454952" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483751369:10454788" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483751521:10454938" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751523:10454940" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751519:10454936" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751525:10454942" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751541:10454962" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751549:10454970" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483751547:10454968" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483751545:10454966" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751543:10454964" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751532:10454950" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751540:10454960" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751682:10455018" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751550:10454972" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483751552:10454974" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751554:10454976" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751657:10454990" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751659:10454992" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751668:10455002" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751664:10454998" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751666:10455000" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483751661:10454994" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751654:10454988" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751663:10454996" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483751651:10454986" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485672354:98273" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672342:98266" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672355:98274" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672358:98277" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672357:98276" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672356:98275" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485672353:98272" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485672343:98267" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672339:98264" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672352:98271" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672346:98269" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485672351:98270" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485672341:98265" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485672338:98263" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485672345:98268" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485672336:98262" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751798:10455142" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751797:10455140" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751795:10455138" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751686:10455020" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483751344:10454764" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751349:10454768" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483751351:10454770" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751347:10454766" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751353:10454772" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751355:10454774" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751359:10454778" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483751357:10454776" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751365:10454784" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751361:10454780" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751363:10454782" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483751670:10455004" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751673:10455008" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751675:10455010" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751671:10455006" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483751677:10455012" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751679:10455014" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751720:10455056" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1645775483752133:10455148" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483751718:10455054" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751744:10455080" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751716:10455052" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751773:10455112" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483751775:10455114" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751699:10455034" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483751697:10455032" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751749:10455084" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751746:10455082" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751752:10455088" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751750:10455086" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751756:10455092" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751754:10455090" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751763:10455100" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751759:10455096" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483751758:10455094" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483751761:10455098" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751764:10455102" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751771:10455110" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751768:10455106" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483751766:10455104" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483751770:10455108" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483751710:10455046" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751712:10455048" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751734:10455070" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751732:10455068" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751736:10455072" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751722:10455058" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483751730:10455066" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751728:10455064" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751726:10455062" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751724:10455060" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483751738:10455074" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751740:10455076" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751742:10455078" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751779:10455118" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751777:10455116" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751788:10455130" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751787:10455128" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751780:10455120" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751784:10455124" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751782:10455122" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751785:10455126" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483751792:10455134" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751790:10455132" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483751688:10455022" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751695:10455030" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751691:10455026" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483751693:10455028" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483751690:10455024" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483751680:10455016" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751377:10454796" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483751371:10454790" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751373:10454792" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751375:10454794" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751414:10454830" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751384:10454802" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483751399:10454816" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751395:10454812" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483751410:10454826" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751388:10454806" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751386:10454804" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483751419:10454834" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751423:10454838" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751428:10454842" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483751403:10454820" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483751382:10454800" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483751397:10454814" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483751393:10454810" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483751407:10454824" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483751417:10454832" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483751421:10454836" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483751426:10454840" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485672282:98259" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751405:10454822" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751379:10454798" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751412:10454828" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751390:10454808" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751462:10454876" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751434:10454848" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483751448:10454862" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751444:10454858" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483751458:10454872" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751438:10454852" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751436:10454850" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483751466:10454880" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751470:10454884" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751473:10454888" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483751452:10454866" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483751432:10454846" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483751446:10454860" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483751443:10454856" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483751456:10454870" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483751464:10454878" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483751468:10454882" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483751471:10454886" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485672298:98260" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751454:10454868" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751430:10454844" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751460:10454874" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751440:10454854" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751506:10454922" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751480:10454894" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483751493:10454908" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751489:10454904" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483751502:10454918" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751483:10454898" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751481:10454896" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483751510:10454926" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751514:10454930" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483751518:10454934" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483751496:10454912" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483751478:10454892" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483751491:10454906" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483751487:10454902" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483751500:10454916" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483751508:10454924" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483751512:10454928" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483751515:10454932" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485672311:98261" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751498:10454914" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751475:10454890" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751504:10454920" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483751485:10454900" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751702:10455038" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483751704:10455040" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751706:10455042" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483751700:10455036" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483751635:10454978" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483751645:10454982" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483751642:10454980" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483751648:10454984" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483751708:10455044" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483751714:10455050" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483752133_10455148.json b/lenses/physics-objects/Scene/objects/1645775483752133_10455148.json deleted file mode 100644 index 315d2d71..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483752133_10455148.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483752133:10455148", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor", - "position": [ - 0.0, - 1.2898884733658633e-06, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0000001192092896, - 1.0000001192092896 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483756049:10455157", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483757722:10455170", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483758491_10455174.json b/lenses/physics-objects/Scene/objects/1645775483758491_10455174.json deleted file mode 100644 index 2818300c..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483758491_10455174.json +++ /dev/null @@ -1,3374 +0,0 @@ -{ - "core": { - "uid": "1645775483758491:10455174", - "type": "SceneObject", - "layerV2": 1, - "name": "Overlay Zone", - "position": [ - -5.0, - 1.8990822354680859e-06, - -45.538734436035156 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.33329999446868896, - 0.5, - 5.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483761998:10455183", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732465811976:1181163" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483763579:10455196", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": true, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - }, - { - "uid": "1645775483764467:10455200", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483765239:10455203", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483765245:10455205", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483765248:10455207", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765251:10455209", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765253:10455211", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483765256:10455213", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765258:10455215", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765259:10455217", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483765261:10455219", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765263:10455221", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765265:10455223", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765267:10455225", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483765270:10455227", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765272:10455229", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483765274:10455231", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483765276:10455233", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765278:10455235", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765280:10455237", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483765283:10455239", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483765288:10455241", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765290:10455243", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765292:10455245", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765295:10455247", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765298:10455249", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483765301:10455251", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765304:10455253", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483765306:10455255", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765308:10455257", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483765313:10455261", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483765316:10455263", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483765319:10455265", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765321:10455267", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765324:10455269", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483765326:10455271", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483765328:10455273", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765331:10455275", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765333:10455277", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765336:10455279", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765338:10455281", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765341:10455283", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765343:10455285", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483765346:10455287", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765348:10455289", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765349:10455291", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765351:10455293", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765353:10455295", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483765356:10455297", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765359:10455299", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483765361:10455301", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765362:10455303", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483765367:10455307", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483765369:10455309", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483765371:10455311", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765373:10455313", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765375:10455315", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483765378:10455317", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483765380:10455319", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765382:10455321", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765385:10455323", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765387:10455325", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765389:10455327", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765391:10455329", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765393:10455331", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483765396:10455333", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765398:10455335", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765400:10455337", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765403:10455339", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765405:10455341", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483765407:10455343", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765409:10455345", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483765412:10455347", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765414:10455349", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483765418:10455353", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483765420:10455355", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483765423:10455357", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765425:10455359", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765427:10455361", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483765429:10455363", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483765431:10455365", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765433:10455367", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765435:10455369", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765437:10455371", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765439:10455373", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765441:10455375", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765443:10455377", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765445:10455379", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483765447:10455381", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483765449:10455383", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765452:10455385", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483765454:10455387", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483765456:10455389", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483765457:10455391", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483765459:10455393", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765534:10455395", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483765537:10455397", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483765538:10455399", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765540:10455401", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483765542:10455403", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483765544:10455405", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483765546:10455407", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765548:10455409", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765549:10455411", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483765551:10455413", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765553:10455415", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765556:10455417", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765558:10455419", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483765560:10455421", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765562:10455423", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483765564:10455425", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483765566:10455427", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765568:10455429", - "type": "Value.SerializableArrayValue", - "count": 4, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1645775484018236:10460896" - }, - { - "value": "1645775486175340:10470000" - }, - { - "value": "1645775486186770:10470024" - }, - { - "value": "1645812890491231:1842000" - } - ] - }, - { - "uid": "1645775483765573:10455431", - "type": "Value.StringValue", - "value": "Overlap" - }, - { - "uid": "1645775483765576:10455433", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483765577:10455435", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645775483765579:10455437", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483765581:10455439", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765583:10455441", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765584:10455443", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765587:10455445", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483765589:10455447", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765591:10455449", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765593:10455451", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483765595:10455453", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483765597:10455455", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765599:10455457", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765605:10455459", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483765608:10455461", - "type": "Value.StringValue", - "value": "runTween" - }, - { - "uid": "1645775483765610:10455463", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483765612:10455465", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483765614:10455467", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765616:10455469", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483765618:10455471", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765620:10455473", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483765623:10455475", - "type": "Value.StringValue", - "value": "Roate" - }, - { - "uid": "1645775483765625:10455477", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765627:10455479", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765629:10455481", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483765631:10455483", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765633:10455485", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765636:10455487", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765638:10455489", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483765640:10455491", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483765642:10455493", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483765644:10455495", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483765646:10455497", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483765648:10455499", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765650:10455501", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765652:10455503", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765654:10455505", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483765656:10455507", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483765658:10455509", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765660:10455511", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483765662:10455513", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483765664:10455515", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765666:10455517", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765668:10455519", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765670:10455521", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765671:10455523", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765673:10455525", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765676:10455527", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765677:10455529", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765679:10455531", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765681:10455533", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765683:10455535", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765685:10455537", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765686:10455539", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765688:10455541", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483765690:10455543", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483765692:10455545", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765694:10455547", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765696:10455549", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483765697:10455551", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483765699:10455553", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483765701:10455555", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483765703:10455557", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483765704:10455559", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483765706:10455561", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765708:10455563", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765709:10455565", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765711:10455567", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765713:10455569", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765714:10455571", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483765716:10455573", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483765718:10455575", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483765719:10455577", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483765721:10455579", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483765723:10455581", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483765724:10455583", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483765726:10455585", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645775483765728:10455587", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485700953:98278", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485700970:98279", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485700983:98280", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485701073:98281", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485701074:98282", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485701076:98283", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485701078:98284", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485701095:98285", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485701095:98286", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485701098:98287", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485701099:98288", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485701100:98289", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485701101:98290", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485701102:98291", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485701103:98292", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485701104:98293", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485701105:98294", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485701106:98295", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485701107:98296", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765726:10455585" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765719:10455577" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765452:10455385" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483765454:10455387" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765456:10455389" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765239:10455203" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765270:10455227" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765728:10455587" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765538:10455399" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483765537:10455397" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765534:10455395" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765459:10455393" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483765272:10455229" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483765445:10455379" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765447:10455381" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765443:10455377" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765449:10455383" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765542:10455403" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765549:10455411" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483765548:10455409" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483765546:10455407" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765544:10455405" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765457:10455391" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765540:10455401" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765605:10455459" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765551:10455413" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483765553:10455415" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765556:10455417" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645775483763579:10455196" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765573:10455431" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765576:10455433" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765584:10455443" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765581:10455439" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765583:10455441" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483765577:10455435" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765568:10455429" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765579:10455437" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483765566:10455427" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485701103:98292" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701095:98285" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701104:98293" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701107:98296" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701106:98295" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701105:98294" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485701102:98291" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485701095:98286" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701076:98283" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701101:98290" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701099:98288" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485701100:98289" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485701078:98284" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485701074:98282" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485701098:98287" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485701073:98281" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765724:10455583" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765723:10455581" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765721:10455579" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765608:10455461" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483765245:10455205" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765251:10455209" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483765253:10455211" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765248:10455207" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765256:10455213" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765258:10455215" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765261:10455219" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483765259:10455217" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765267:10455225" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765263:10455221" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765265:10455223" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483765587:10455445" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765591:10455449" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765593:10455451" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765589:10455447" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483765595:10455453" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765597:10455455" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765646:10455497" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483765644:10455495" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765670:10455521" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765642:10455493" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765699:10455553" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483765701:10455555" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645775483716275:10452677" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765623:10455475" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483765620:10455473" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765673:10455525" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765671:10455523" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765677:10455529" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765676:10455527" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765681:10455533" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765679:10455531" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765688:10455541" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765685:10455537" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483765683:10455535" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483765686:10455539" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765690:10455543" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765697:10455551" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765694:10455547" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483765692:10455545" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483765696:10455549" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483765636:10455487" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765638:10455489" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765660:10455511" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765658:10455509" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765662:10455513" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765648:10455499" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483765656:10455507" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765654:10455505" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765652:10455503" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765650:10455501" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483765664:10455515" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765666:10455517" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765668:10455519" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765704:10455559" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765703:10455557" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765714:10455571" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765713:10455569" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765706:10455561" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765709:10455565" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765708:10455563" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765711:10455567" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483765718:10455575" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765716:10455573" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483765610:10455463" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765618:10455471" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765614:10455467" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483765616:10455469" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483765612:10455465" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483765599:10455457" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765280:10455237" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483765274:10455231" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765276:10455233" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765278:10455235" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765326:10455271" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765290:10455243" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483765308:10455257" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765304:10455253" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483765321:10455267" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765295:10455247" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765292:10455245" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483765331:10455275" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765336:10455279" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765341:10455283" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483765313:10455261" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483765288:10455241" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483765306:10455255" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483765301:10455251" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483765319:10455265" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483765328:10455273" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483765333:10455277" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483765338:10455281" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485700953:98278" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765316:10455263" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765283:10455239" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765324:10455269" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765298:10455249" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765378:10455317" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765348:10455289" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483765362:10455303" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765359:10455299" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483765373:10455313" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765351:10455293" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765349:10455291" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483765382:10455321" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765387:10455325" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765391:10455329" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483765367:10455307" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483765346:10455287" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483765361:10455301" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483765356:10455297" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483765371:10455311" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483765380:10455319" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483765385:10455323" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483765389:10455327" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485700970:98279" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765369:10455309" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765343:10455285" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765375:10455315" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765353:10455295" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765429:10455363" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765398:10455335" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483765414:10455349" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765409:10455345" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483765425:10455359" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765403:10455339" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765400:10455337" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483765433:10455367" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765437:10455371" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483765441:10455375" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483765418:10455353" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483765396:10455333" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483765412:10455347" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483765407:10455343" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483765423:10455357" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483765431:10455365" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483765435:10455369" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483765439:10455373" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485700983:98280" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765420:10455355" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765393:10455331" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765427:10455361" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483765405:10455341" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765627:10455479" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483765629:10455481" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765631:10455483" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483765625:10455477" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483765558:10455419" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483765562:10455423" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483765560:10455421" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483765564:10455425" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483765633:10455485" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483765640:10455491" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - }, - "privateAssets": { - "1645775468558325:10392994": { - "isLazyAsset": false, - "uid": "1645775468558325:10392994", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468559434:10393005": { - "isLazyAsset": false, - "uid": "1645775468559434:10393005", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468560550:10393016": { - "isLazyAsset": false, - "uid": "1645775468560550:10393016", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - }, - "1675732465811976:1181163": { - "isLazyAsset": false, - "uid": "1675732465811976:1181163", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468558325:10392994", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468559434:10393005", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468560550:10393016", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483777399_10455601.json b/lenses/physics-objects/Scene/objects/1645775483777399_10455601.json deleted file mode 100644 index 3b702db9..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483777399_10455601.json +++ /dev/null @@ -1,8322 +0,0 @@ -{ - "core": { - "uid": "1645775483777399:10455601", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor 3", - "position": [ - 4.0, - -5.0, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 1.5, - 0.6000001430511475, - 0.050000015646219254 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483785001:10455626", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483785996:10455629", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483786003:10455631", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483786007:10455633", - "type": "Value.StringValue", - "value": "Quadratic" - }, - { - "uid": "1645775483786009:10455635", - "type": "Value.StringValue", - "value": "Out" - }, - { - "uid": "1645775483786011:10455637", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 10.0 - ] - }, - { - "uid": "1645775483786014:10455639", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483786016:10455641", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483786018:10455643", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483786020:10455645", - "type": "Value.IntValue", - "value": 1 - }, - { - "uid": "1645775483786022:10455647", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483786024:10455649", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483786026:10455651", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - -20.0 - ] - }, - { - "uid": "1645775483786028:10455653", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483786029:10455655", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - -10.0 - ] - }, - { - "uid": "1645775483786032:10455657", - "type": "Value.StringValue", - "value": "Roate" - }, - { - "uid": "1645775483786034:10455659", - "type": "Value.IntValue", - "value": 2 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645775483777399:10455601" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483786032:10455657" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645775483786024:10455649" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645775483786018:10455643" - }, - { - "name": "type", - "typename": "Value.IntValue", - "scriptObject": "1645775483786034:10455659" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645775483786020:10455645" - }, - { - "name": "start", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483786026:10455651" - }, - { - "name": "end", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483786011:10455637" - }, - { - "name": "from", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483786014:10455639" - }, - { - "name": "to", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483786029:10455655" - }, - { - "name": "offset", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483786022:10455647" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645775483785996:10455629" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645775483786028:10455653" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483786003:10455631" - }, - { - "name": "isLocal", - "typename": "Value.BoolValue", - "scriptObject": "1645775483786016:10455641" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645775483786007:10455633" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645775483786009:10455635" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271820189:656611" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483786075:10455661", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483787447:10455664", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483787453:10455666", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483787456:10455668", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787459:10455670", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787461:10455672", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483787464:10455674", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787466:10455676", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787469:10455678", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483787471:10455680", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787473:10455682", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787476:10455684", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787478:10455686", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483787480:10455688", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787482:10455690", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483787484:10455692", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483787486:10455694", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787488:10455696", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787490:10455698", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483787492:10455700", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483787498:10455702", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787501:10455704", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787505:10455706", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787508:10455708", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787511:10455710", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483787513:10455712", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787516:10455714", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483787518:10455716", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787520:10455718", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483787525:10455722", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483787528:10455724", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483787530:10455726", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787533:10455728", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787535:10455730", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483787538:10455732", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483787539:10455734", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787542:10455736", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787544:10455738", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787547:10455740", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787549:10455742", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787552:10455744", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787554:10455746", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483787556:10455748", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787558:10455750", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787561:10455752", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787562:10455754", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787565:10455756", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483787567:10455758", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787569:10455760", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483787570:10455762", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787572:10455764", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483787576:10455768", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483787578:10455770", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483787581:10455772", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787583:10455774", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787585:10455776", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483787587:10455778", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483787588:10455780", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787590:10455782", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787592:10455784", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787593:10455786", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787595:10455788", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787597:10455790", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787598:10455792", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483787601:10455794", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787603:10455796", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787605:10455798", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787606:10455800", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787608:10455802", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483787611:10455804", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787613:10455806", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483787615:10455808", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787617:10455810", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483787621:10455814", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483787622:10455816", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483787624:10455818", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787626:10455820", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787628:10455822", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483787630:10455824", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483787632:10455826", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787634:10455828", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787636:10455830", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787637:10455832", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787639:10455834", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787641:10455836", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787642:10455838", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787644:10455840", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483787646:10455842", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483787647:10455844", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787649:10455846", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483787650:10455848", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483787652:10455850", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483787654:10455852", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483787656:10455854", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787658:10455856", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483787660:10455858", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483787662:10455860", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787663:10455862", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483787665:10455864", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483787667:10455866", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483787668:10455868", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787670:10455870", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787671:10455872", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483787674:10455874", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483787676:10455876", - "type": "Value.StringArrayValue", - "count": 2, - "value": [ - { - "value": "RESET" - }, - { - "value": "EVENTRESET" - } - ] - }, - { - "uid": "1645775483787678:10455878", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787680:10455880", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483787683:10455882", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787686:10455884", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483787688:10455886", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483787689:10455888", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787692:10455890", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483787695:10455892", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483787697:10455894", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483787699:10455896", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483787702:10455898", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483787704:10455900", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787706:10455902", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787708:10455904", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787731:10455906", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483787733:10455908", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787734:10455910", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787736:10455912", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483787738:10455914", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483787740:10455916", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787741:10455918", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787743:10455920", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483787746:10455922", - "type": "Value.StringValue", - "value": "setRotation" - }, - { - "uid": "1645775483787748:10455924", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483787749:10455926", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483787751:10455928", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787753:10455930", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483787755:10455932", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787757:10455934", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483787758:10455936", - "type": "Value.StringValue", - "value": "Reset" - }, - { - "uid": "1645775483787760:10455938", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787762:10455940", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787764:10455942", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483787771:10455944", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787773:10455946", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787775:10455948", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787777:10455950", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483787778:10455952", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483787780:10455954", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483787782:10455956", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483787784:10455958", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483787785:10455960", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787787:10455962", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787789:10455964", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787791:10455966", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483787793:10455968", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483787794:10455970", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787796:10455972", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483787798:10455974", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483787800:10455976", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787801:10455978", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787803:10455980", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787805:10455982", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787806:10455984", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787808:10455986", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787810:10455988", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787811:10455990", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787813:10455992", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787814:10455994", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787816:10455996", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787818:10455998", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787819:10456000", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787821:10456002", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483787823:10456004", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483787824:10456006", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787826:10456008", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787828:10456010", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483787830:10456012", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483787831:10456014", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483787834:10456016", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483787836:10456018", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483787837:10456020", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483787839:10456022", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787841:10456024", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787842:10456026", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787844:10456028", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787846:10456030", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787848:10456032", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483787850:10456034", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483787852:10456036", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483787854:10456038", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483787856:10456040", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483787858:10456042", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483787860:10456044", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483787861:10456046", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483787863:10456048", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485729303:98297", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485729319:98298", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485729332:98299", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485729358:98300", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485729360:98301", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485729361:98302", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485729363:98303", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485729364:98304", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485729365:98305", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485729368:98306", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485729369:98307", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485729370:98308", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485729372:98309", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485729373:98310", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485729374:98311", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485729375:98312", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485729376:98313", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485729377:98314", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485729378:98315", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787861:10456046" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787854:10456038" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787649:10455846" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483787650:10455848" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787652:10455850" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787447:10455664" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787480:10455688" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787863:10456048" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787662:10455860" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483787660:10455858" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787658:10455856" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787656:10455854" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483787482:10455690" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483787644:10455840" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787646:10455842" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787642:10455838" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787647:10455844" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787665:10455864" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787671:10455872" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483787670:10455870" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483787668:10455868" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787667:10455866" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787654:10455852" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787663:10455862" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787743:10455920" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787674:10455874" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483787676:10455876" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787678:10455878" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787695:10455892" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787697:10455894" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787708:10455904" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787704:10455900" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787706:10455902" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483787699:10455896" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787692:10455890" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787702:10455898" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483787689:10455888" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485729374:98311" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729364:98304" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729375:98312" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729378:98315" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729377:98314" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729376:98313" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485729373:98310" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485729365:98305" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729361:98302" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729372:98309" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729369:98307" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485729370:98308" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485729363:98303" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485729360:98301" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485729368:98306" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485729358:98300" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787860:10456044" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787858:10456042" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787856:10456040" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787746:10455922" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483787453:10455666" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787459:10455670" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483787461:10455672" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787456:10455668" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787464:10455674" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787466:10455676" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787471:10455680" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483787469:10455678" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787478:10455686" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787473:10455682" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787476:10455684" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483787731:10455906" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787734:10455910" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787736:10455912" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787733:10455908" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483787738:10455914" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787740:10455916" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787784:10455958" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483787782:10455956" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787805:10455982" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787780:10455954" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787831:10456014" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483787834:10456016" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645775483791282:10456828" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787758:10455936" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483787757:10455934" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787808:10455986" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787806:10455984" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "1645775483777399:10455601" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787811:10455990" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787810:10455988" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787814:10455994" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787813:10455992" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787821:10456002" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787818:10455998" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483787816:10455996" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483787819:10456000" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787823:10456004" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787830:10456012" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787826:10456008" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483787824:10456006" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483787828:10456010" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483787775:10455948" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787777:10455950" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787796:10455972" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787794:10455970" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787798:10455974" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787785:10455960" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483787793:10455968" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787791:10455966" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787789:10455964" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787787:10455962" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483787800:10455976" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787801:10455978" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787803:10455980" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787837:10456020" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787836:10456018" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787848:10456032" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787846:10456030" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787839:10456022" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787842:10456026" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787841:10456024" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787844:10456028" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483787852:10456036" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787850:10456034" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483787748:10455924" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787755:10455932" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787751:10455928" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483787753:10455930" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483787749:10455926" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483787741:10455918" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787490:10455698" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483787484:10455692" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787486:10455694" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787488:10455696" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787538:10455732" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787501:10455704" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483787520:10455718" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787516:10455714" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483787533:10455728" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787508:10455708" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787505:10455706" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483787542:10455736" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787547:10455740" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787552:10455744" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483787525:10455722" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483787498:10455702" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483787518:10455716" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483787513:10455712" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483787530:10455726" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483787539:10455734" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483787544:10455738" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483787549:10455742" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485729303:98297" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787528:10455724" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787492:10455700" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787535:10455730" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787511:10455710" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787587:10455778" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787558:10455750" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483787572:10455764" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787569:10455760" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483787583:10455774" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787562:10455754" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787561:10455752" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483787590:10455782" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787593:10455786" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787597:10455790" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483787576:10455768" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483787556:10455748" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483787570:10455762" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483787567:10455758" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483787581:10455772" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483787588:10455780" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483787592:10455784" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483787595:10455788" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485729319:98298" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787578:10455770" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787554:10455746" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787585:10455776" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787565:10455756" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787630:10455824" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787603:10455796" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483787617:10455810" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787613:10455806" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483787626:10455820" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787606:10455800" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787605:10455798" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483787634:10455828" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787637:10455832" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483787641:10455836" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483787621:10455814" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483787601:10455794" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483787615:10455808" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483787611:10455804" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483787624:10455818" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483787632:10455826" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483787636:10455830" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483787639:10455834" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485729332:98299" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787622:10455816" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787598:10455792" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787628:10455822" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483787608:10455802" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787762:10455940" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483787764:10455942" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787771:10455944" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483787760:10455938" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483787680:10455880" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483787686:10455884" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483787683:10455882" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483787688:10455886" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483787773:10455946" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483787778:10455952" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483788186:10456050", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483789152:10456053", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483789157:10456055", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483789159:10456057", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789162:10456059", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789163:10456061", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483789165:10456063", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789167:10456065", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789169:10456067", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483789171:10456069", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789173:10456071", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789175:10456073", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789177:10456075", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483789179:10456077", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789181:10456079", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483789182:10456081", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483789184:10456083", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789185:10456085", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789187:10456087", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483789189:10456089", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483789192:10456091", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789195:10456093", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789196:10456095", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789198:10456097", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789200:10456099", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483789203:10456101", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789205:10456103", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483789206:10456105", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789209:10456107", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483789213:10456111", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483789215:10456113", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483789217:10456115", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789220:10456117", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789222:10456119", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483789224:10456121", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483789226:10456123", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789228:10456125", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789230:10456127", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789232:10456129", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789234:10456131", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789236:10456133", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789238:10456135", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483789240:10456137", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789242:10456139", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789243:10456141", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789245:10456143", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789247:10456145", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483789250:10456147", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789251:10456149", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483789253:10456151", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789255:10456153", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483789259:10456157", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483789261:10456159", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483789263:10456161", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789265:10456163", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789266:10456165", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483789268:10456167", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483789270:10456169", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789272:10456171", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789273:10456173", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789275:10456175", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789277:10456177", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789278:10456179", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789280:10456181", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483789283:10456183", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789284:10456185", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789286:10456187", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789288:10456189", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789289:10456191", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483789292:10456193", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789294:10456195", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483789295:10456197", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789297:10456199", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483789302:10456203", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483789304:10456205", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483789306:10456207", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789307:10456209", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789309:10456211", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483789311:10456213", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483789313:10456215", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789315:10456217", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789316:10456219", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789318:10456221", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789320:10456223", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789322:10456225", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789323:10456227", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789325:10456229", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483789327:10456231", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483789329:10456233", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789330:10456235", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483789332:10456237", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483789334:10456239", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483789335:10456241", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483789337:10456243", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789339:10456245", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483789340:10456247", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483789342:10456249", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789344:10456251", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483789345:10456253", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483789347:10456255", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483789349:10456257", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789351:10456259", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789353:10456261", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483789354:10456263", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483789356:10456265", - "type": "Value.StringArrayValue", - "count": 1, - "value": [ - { - "value": "RESET" - } - ] - }, - { - "uid": "1645775483789358:10456267", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789359:10456269", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483789361:10456271", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789363:10456273", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483789366:10456275", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483789367:10456277", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789369:10456279", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483789371:10456281", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483789373:10456283", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483789375:10456285", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483789376:10456287", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483789378:10456289", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789380:10456291", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789382:10456293", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789383:10456295", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483789385:10456297", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789386:10456299", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789388:10456301", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483789390:10456303", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483789392:10456305", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789393:10456307", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789395:10456309", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483789397:10456311", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1645775483789399:10456313", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483789401:10456315", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483789402:10456317", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789404:10456319", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483789406:10456321", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789407:10456323", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483789409:10456325", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789411:10456327", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789412:10456329", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789414:10456331", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483789416:10456333", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789417:10456335", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789420:10456337", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789421:10456339", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483789423:10456341", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483789424:10456343", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483789426:10456345", - "type": "Value.StringValue", - "value": "Toggle" - }, - { - "uid": "1645775483789428:10456347", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483789430:10456349", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789432:10456351", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789433:10456353", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789435:10456355", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483789437:10456357", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483789438:10456359", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789440:10456361", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483789441:10456363", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483789443:10456365", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789445:10456367", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789447:10456369", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789449:10456371", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789450:10456373", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789462:10456375", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789464:10456377", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789466:10456379", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789468:10456381", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789470:10456383", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789471:10456385", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789474:10456387", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789475:10456389", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789477:10456391", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483789479:10456393", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483789481:10456395", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789483:10456397", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789485:10456399", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483789486:10456401", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483789488:10456403", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483789490:10456405", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483789492:10456407", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483789494:10456409", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483789496:10456411", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789497:10456413", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789499:10456415", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789501:10456417", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789503:10456419", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789504:10456421", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483789506:10456423", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483789508:10456425", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483789509:10456427", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483789511:10456429", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483789513:10456431", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483789515:10456433", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483789516:10456435", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483789518:10456437", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485756289:98316", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485756304:98317", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485756317:98318", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485756342:98319", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485756344:98320", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485756346:98321", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485756347:98322", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485756348:98323", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485756349:98324", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485756353:98325", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485756354:98326", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485756355:98327", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485756357:98328", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485756358:98329", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485756359:98330", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485756360:98331", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485756361:98332", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485756362:98333", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485756363:98334", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789516:10456435" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789509:10456427" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789330:10456235" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483789332:10456237" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789334:10456239" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789152:10456053" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789179:10456077" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789518:10456437" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789342:10456249" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483789340:10456247" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789339:10456245" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789337:10456243" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483789181:10456079" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483789325:10456229" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789327:10456231" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789323:10456227" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789329:10456233" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789345:10456253" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789353:10456261" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483789351:10456259" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483789349:10456257" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789347:10456255" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789335:10456241" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789344:10456251" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789395:10456309" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789354:10456263" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483789356:10456265" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789358:10456267" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789371:10456281" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789373:10456283" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789382:10456293" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789378:10456289" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789380:10456291" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483789375:10456285" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789369:10456279" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789376:10456287" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483789367:10456277" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485756359:98330" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756348:98323" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756360:98331" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756363:98334" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756362:98333" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756361:98332" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485756358:98329" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485756349:98324" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756346:98321" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756357:98328" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756354:98326" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485756355:98327" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485756347:98322" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485756344:98320" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485756353:98325" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485756342:98319" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789515:10456433" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789513:10456431" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789511:10456429" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789397:10456311" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483789157:10456055" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789162:10456059" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483789163:10456061" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789159:10456057" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789165:10456063" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789167:10456065" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789171:10456069" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483789169:10456067" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789177:10456075" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789173:10456071" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789175:10456073" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483789383:10456295" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789386:10456299" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789388:10456301" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789385:10456297" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483789390:10456303" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789392:10456305" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789428:10456347" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1645775483791282:10456828" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483789426:10456345" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789449:10456371" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789424:10456343" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789488:10456403" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483789490:10456405" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789409:10456325" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483789407:10456323" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789462:10456375" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789450:10456373" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789466:10456379" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789464:10456377" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789470:10456383" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789468:10456381" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789477:10456391" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789474:10456387" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483789471:10456385" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483789475:10456389" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789479:10456393" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789486:10456401" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789483:10456397" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483789481:10456395" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483789485:10456399" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483789420:10456337" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789421:10456339" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789440:10456361" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789438:10456359" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789441:10456363" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789430:10456349" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483789437:10456357" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789435:10456355" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789433:10456353" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789432:10456351" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483789443:10456365" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789445:10456367" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789447:10456369" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789494:10456409" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789492:10456407" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789504:10456421" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789503:10456419" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789496:10456411" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789499:10456415" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789497:10456413" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789501:10456417" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483789508:10456425" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789506:10456423" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483789399:10456313" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789406:10456321" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789402:10456317" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483789404:10456319" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483789401:10456315" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483789393:10456307" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789187:10456087" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483789182:10456081" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789184:10456083" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789185:10456085" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789224:10456121" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789195:10456093" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483789209:10456107" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789205:10456103" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483789220:10456117" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789198:10456097" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789196:10456095" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483789228:10456125" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789232:10456129" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789236:10456133" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483789213:10456111" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483789192:10456091" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483789206:10456105" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483789203:10456101" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483789217:10456115" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483789226:10456123" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483789230:10456127" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483789234:10456131" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485756289:98316" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789215:10456113" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789189:10456089" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789222:10456119" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789200:10456099" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789268:10456167" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789242:10456139" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483789255:10456153" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789251:10456149" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483789265:10456163" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789245:10456143" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789243:10456141" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483789272:10456171" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789275:10456175" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789278:10456179" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483789259:10456157" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483789240:10456137" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483789253:10456151" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483789250:10456147" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483789263:10456161" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483789270:10456169" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483789273:10456173" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483789277:10456177" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485756304:98317" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789261:10456159" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789238:10456135" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789266:10456165" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789247:10456145" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789311:10456213" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789284:10456185" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483789297:10456199" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789294:10456195" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483789307:10456209" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789288:10456189" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789286:10456187" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483789315:10456217" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789318:10456221" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483789322:10456225" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483789302:10456203" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483789283:10456183" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483789295:10456197" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483789292:10456193" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483789306:10456207" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483789313:10456215" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483789316:10456219" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483789320:10456223" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485756317:98318" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789304:10456205" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789280:10456181" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789309:10456211" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483789289:10456191" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789412:10456329" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483789414:10456331" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789416:10456333" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483789411:10456327" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483789359:10456269" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483789363:10456273" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483789361:10456271" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483789366:10456275" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483789417:10456335" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483789423:10456341" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483789799:10456439", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483790616:10456442", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483790621:10456444", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483790623:10456446", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790625:10456448", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790631:10456450", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483790633:10456452", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790635:10456454", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790636:10456456", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483790638:10456458", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790640:10456460", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790642:10456462", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790644:10456464", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483790646:10456466", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790647:10456468", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483790649:10456470", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483790651:10456472", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790654:10456474", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790656:10456476", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483790658:10456478", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483790661:10456480", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790663:10456482", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790665:10456484", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790667:10456486", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790669:10456488", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483790672:10456490", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790675:10456492", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483790677:10456494", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790679:10456496", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483790683:10456500", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483790685:10456502", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483790687:10456504", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790689:10456506", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790691:10456508", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483790693:10456510", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483790695:10456512", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790697:10456514", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790699:10456516", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790701:10456518", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790703:10456520", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790705:10456522", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790707:10456524", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483790709:10456526", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790712:10456528", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790714:10456530", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790716:10456532", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790718:10456534", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483790721:10456536", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790723:10456538", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483790724:10456540", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790726:10456542", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483790730:10456546", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483790732:10456548", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483790735:10456550", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790737:10456552", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790739:10456554", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483790741:10456556", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483790743:10456558", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790745:10456560", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790747:10456562", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790748:10456564", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790750:10456566", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790752:10456568", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790754:10456570", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483790757:10456572", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790759:10456574", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790760:10456576", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790762:10456578", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790765:10456580", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483790767:10456582", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790769:10456584", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483790770:10456586", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790773:10456588", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483790777:10456592", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483790778:10456594", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483790781:10456596", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790782:10456598", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790784:10456600", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483790786:10456602", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483790788:10456604", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790790:10456606", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790792:10456608", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790794:10456610", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790796:10456612", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790798:10456614", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790800:10456616", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790801:10456618", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483790804:10456620", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483790806:10456622", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790808:10456624", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483790810:10456626", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483790812:10456628", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483790813:10456630", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483790815:10456632", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790817:10456634", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483790819:10456636", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483790821:10456638", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790823:10456640", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483790824:10456642", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483790826:10456644", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483790828:10456646", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790829:10456648", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790831:10456650", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483790833:10456652", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483790835:10456654", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790837:10456656", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790839:10456658", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483790840:10456660", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790842:10456662", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483790844:10456664", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483790845:10456666", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790847:10456668", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483790849:10456670", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483790851:10456672", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483790853:10456674", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483790854:10456676", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483790856:10456678", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790858:10456680", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790859:10456682", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790861:10456684", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483790863:10456686", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790864:10456688", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790866:10456690", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483790868:10456692", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483790870:10456694", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790871:10456696", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790873:10456698", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483790876:10456700", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1645775483790877:10456702", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483790879:10456704", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483790881:10456706", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790882:10456708", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483790884:10456710", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790886:10456712", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483790888:10456714", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790889:10456716", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790891:10456718", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790893:10456720", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483790895:10456722", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790897:10456724", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790899:10456726", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790900:10456728", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483790902:10456730", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483790904:10456732", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483790905:10456734", - "type": "Value.StringValue", - "value": "Toggle" - }, - { - "uid": "1645775483790907:10456736", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483790909:10456738", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790910:10456740", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790912:10456742", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790914:10456744", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483790916:10456746", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483790917:10456748", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790919:10456750", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483790920:10456752", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483790922:10456754", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790924:10456756", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790926:10456758", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790927:10456760", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790929:10456762", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790931:10456764", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790932:10456766", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790934:10456768", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790936:10456770", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790937:10456772", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790939:10456774", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790941:10456776", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790943:10456778", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790944:10456780", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483790946:10456782", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483790948:10456784", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790949:10456786", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790951:10456788", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483790953:10456790", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483790962:10456792", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483790964:10456794", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483790966:10456796", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483790967:10456798", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483790969:10456800", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790971:10456802", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790973:10456804", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790974:10456806", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790976:10456808", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790978:10456810", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483790980:10456812", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483790981:10456814", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483790983:10456816", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483790984:10456818", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483790986:10456820", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483790988:10456822", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483790989:10456824", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483790991:10456826", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485784504:98335", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485784534:98336", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485784547:98337", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485784588:98338", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485784589:98339", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485784591:98340", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485784592:98341", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485784596:98342", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485784597:98343", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485784599:98344", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485784600:98345", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485784601:98346", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485784602:98347", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485784603:98348", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485784604:98349", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485784605:98350", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485784606:98351", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485784607:98352", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485784608:98353", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790989:10456824" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790983:10456816" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790808:10456624" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483790810:10456626" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790812:10456628" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790616:10456442" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790646:10456466" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790991:10456826" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790821:10456638" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483790819:10456636" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790817:10456634" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790815:10456632" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483790647:10456468" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483790801:10456618" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790804:10456620" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790800:10456616" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790806:10456622" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790824:10456642" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790831:10456650" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483790829:10456648" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483790828:10456646" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790826:10456644" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790813:10456630" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790823:10456640" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790873:10456698" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790833:10456652" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483790835:10456654" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790837:10456656" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790849:10456670" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790851:10456672" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790859:10456682" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790856:10456678" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790858:10456680" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483790853:10456674" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790847:10456668" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790854:10456676" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483790845:10456666" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485784604:98349" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784596:98342" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784605:98350" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784608:98353" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784607:98352" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784606:98351" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485784603:98348" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485784597:98343" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784591:98340" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784602:98347" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784600:98345" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485784601:98346" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485784592:98341" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485784589:98339" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485784599:98344" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485784588:98338" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790988:10456822" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790986:10456820" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790984:10456818" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790876:10456700" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483790621:10456444" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790625:10456448" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483790631:10456450" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790623:10456446" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790633:10456452" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790635:10456454" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790638:10456458" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483790636:10456456" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790644:10456464" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790640:10456460" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790642:10456462" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483790861:10456684" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790864:10456688" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790866:10456690" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790863:10456686" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483790868:10456692" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790870:10456694" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790907:10456736" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1645775483791282:10456828" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483790905:10456734" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790927:10456760" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790904:10456732" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790962:10456792" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483790964:10456794" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790888:10456714" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483790886:10456712" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790931:10456764" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790929:10456762" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790934:10456768" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790932:10456766" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790937:10456772" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790936:10456770" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790944:10456780" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790941:10456776" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483790939:10456774" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483790943:10456778" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790946:10456782" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790953:10456790" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790949:10456786" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483790948:10456784" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483790951:10456788" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483790899:10456726" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790900:10456728" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790919:10456750" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790917:10456748" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790920:10456752" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790909:10456738" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483790916:10456746" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790914:10456744" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790912:10456742" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790910:10456740" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483790922:10456754" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790924:10456756" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790926:10456758" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790967:10456798" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790966:10456796" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790978:10456810" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790976:10456808" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790969:10456800" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790973:10456804" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790971:10456802" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790974:10456806" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483790981:10456814" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790980:10456812" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483790877:10456702" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790884:10456710" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790881:10456706" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483790882:10456708" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483790879:10456704" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483790871:10456696" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790656:10456476" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483790649:10456470" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790651:10456472" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790654:10456474" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790693:10456510" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790663:10456482" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483790679:10456496" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790675:10456492" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483790689:10456506" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790667:10456486" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790665:10456484" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483790697:10456514" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790701:10456518" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790705:10456522" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483790683:10456500" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483790661:10456480" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483790677:10456494" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483790672:10456490" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483790687:10456504" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483790695:10456512" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483790699:10456516" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483790703:10456520" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485784504:98335" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790685:10456502" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790658:10456478" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790691:10456508" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790669:10456488" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790741:10456556" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790712:10456528" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483790726:10456542" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790723:10456538" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483790737:10456552" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790716:10456532" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790714:10456530" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483790745:10456560" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790748:10456564" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790752:10456568" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483790730:10456546" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483790709:10456526" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483790724:10456540" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483790721:10456536" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483790735:10456550" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483790743:10456558" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483790747:10456562" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483790750:10456566" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485784534:98336" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790732:10456548" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790707:10456524" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790739:10456554" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790718:10456534" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790786:10456602" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790759:10456574" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483790773:10456588" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790769:10456584" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483790782:10456598" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790762:10456578" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790760:10456576" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483790790:10456606" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790794:10456610" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483790798:10456614" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483790777:10456592" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483790757:10456572" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483790770:10456586" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483790767:10456582" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483790781:10456596" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483790788:10456604" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483790792:10456608" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483790796:10456612" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485784547:98337" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790778:10456594" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790754:10456570" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790784:10456600" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483790765:10456580" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790891:10456718" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483790893:10456720" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790895:10456722" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483790889:10456716" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483790839:10456658" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483790842:10456662" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483790840:10456660" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483790844:10456664" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483790897:10456724" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483790902:10456730" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483791282_10456828.json b/lenses/physics-objects/Scene/objects/1645775483791282_10456828.json deleted file mode 100644 index 5c3a0b4b..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483791282_10456828.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483791282:10456828", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor", - "position": [ - 0.0, - 1.2898884733658633e-06, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0000001192092896, - 1.0000001192092896 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483795100:10456837", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483796735:10456850", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483797511_10456854.json b/lenses/physics-objects/Scene/objects/1645775483797511_10456854.json deleted file mode 100644 index 2bc8697c..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483797511_10456854.json +++ /dev/null @@ -1,3374 +0,0 @@ -{ - "core": { - "uid": "1645775483797511:10456854", - "type": "SceneObject", - "layerV2": 1, - "name": "Overlay Zone", - "position": [ - 5.0, - 2.1375003598222975e-06, - -45.538726806640625 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.33329999446868896, - 0.5, - 5.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483801200:10456863", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732466035894:1181281" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483802816:10456876", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": true, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - }, - { - "uid": "1645775483803607:10456880", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483804373:10456883", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483804378:10456885", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483804381:10456887", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804383:10456889", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804385:10456891", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483804387:10456893", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804389:10456895", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804390:10456897", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483804392:10456899", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804394:10456901", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804395:10456903", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804397:10456905", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483804399:10456907", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804401:10456909", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483804402:10456911", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483804404:10456913", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804406:10456915", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804407:10456917", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483804409:10456919", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483804412:10456921", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804415:10456923", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804417:10456925", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804419:10456927", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804421:10456929", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483804426:10456931", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804428:10456933", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483804430:10456935", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804432:10456937", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483804436:10456941", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483804438:10456943", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483804441:10456945", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804443:10456947", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804445:10456949", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483804448:10456951", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483804450:10456953", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804452:10456955", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804454:10456957", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804456:10456959", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804458:10456961", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804460:10456963", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804462:10456965", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483804466:10456967", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804468:10456969", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804470:10456971", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804472:10456973", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804474:10456975", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483804476:10456977", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804478:10456979", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483804480:10456981", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804482:10456983", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483804486:10456987", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483804488:10456989", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483804490:10456991", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804492:10456993", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804494:10456995", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483804496:10456997", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483804498:10456999", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804500:10457001", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804502:10457003", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804504:10457005", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804505:10457007", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804507:10457009", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804510:10457011", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483804512:10457013", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804514:10457015", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804516:10457017", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804518:10457019", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804520:10457021", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483804522:10457023", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804524:10457025", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483804525:10457027", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804527:10457029", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483804531:10457033", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483804533:10457035", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483804535:10457037", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804537:10457039", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804539:10457041", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483804541:10457043", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483804543:10457045", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804544:10457047", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804546:10457049", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804548:10457051", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804550:10457053", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804552:10457055", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804554:10457057", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804556:10457059", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483804557:10457061", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483804559:10457063", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804561:10457065", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483804562:10457067", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483804564:10457069", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483804566:10457071", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483804568:10457073", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804569:10457075", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483804571:10457077", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483804573:10457079", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804574:10457081", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483804576:10457083", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483804578:10457085", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483804579:10457087", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804581:10457089", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804583:10457091", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483804585:10457093", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804588:10457095", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804589:10457097", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804591:10457099", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483804593:10457101", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804595:10457103", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483804596:10457105", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483804598:10457107", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804600:10457109", - "type": "Value.SerializableArrayValue", - "count": 4, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1645775484018236:10460896" - }, - { - "value": "1645775486175340:10470000" - }, - { - "value": "1645775486186770:10470024" - }, - { - "value": "1645812890491231:1842000" - } - ] - }, - { - "uid": "1645775483804605:10457111", - "type": "Value.StringValue", - "value": "Overlap" - }, - { - "uid": "1645775483804607:10457113", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483804609:10457115", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645775483804611:10457117", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483804612:10457119", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804614:10457121", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804616:10457123", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804618:10457125", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483804620:10457127", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804622:10457129", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804623:10457131", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483804625:10457133", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483804627:10457135", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804628:10457137", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804630:10457139", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483804633:10457141", - "type": "Value.StringValue", - "value": "runTween" - }, - { - "uid": "1645775483804634:10457143", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483804636:10457145", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483804638:10457147", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804639:10457149", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483804641:10457151", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804642:10457153", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483804644:10457155", - "type": "Value.StringValue", - "value": "Roate" - }, - { - "uid": "1645775483804646:10457157", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804648:10457159", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804649:10457161", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483804652:10457163", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804653:10457165", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804655:10457167", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804657:10457169", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483804659:10457171", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483804661:10457173", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483804663:10457175", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483804665:10457177", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483804667:10457179", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804669:10457181", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804672:10457183", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804674:10457185", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483804676:10457187", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483804678:10457189", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804680:10457191", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483804682:10457193", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483804685:10457195", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804687:10457197", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804689:10457199", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804690:10457201", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804692:10457203", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804694:10457205", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804695:10457207", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804697:10457209", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804699:10457211", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804700:10457213", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804702:10457215", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804703:10457217", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804705:10457219", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804707:10457221", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483804709:10457223", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483804711:10457225", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804713:10457227", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804715:10457229", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483804716:10457231", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483804718:10457233", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483804720:10457235", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483804722:10457237", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483804724:10457239", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483804726:10457241", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804728:10457243", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804730:10457245", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804732:10457247", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804734:10457249", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804736:10457251", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483804738:10457253", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483804740:10457255", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483804742:10457257", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483804744:10457259", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483804745:10457261", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483804747:10457263", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483804749:10457265", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645775483804751:10457267", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485811061:98354", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485811075:98355", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485811088:98356", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485811115:98357", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485811116:98358", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485811118:98359", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485811119:98360", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485811120:98361", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485811121:98362", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485811123:98363", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485811124:98364", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485811125:98365", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485811127:98366", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485811128:98367", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485811129:98368", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485811130:98369", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485811131:98370", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485811132:98371", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485811133:98372", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804749:10457265" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804742:10457257" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804561:10457065" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483804562:10457067" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804564:10457069" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804373:10456883" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804399:10456907" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804751:10457267" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804573:10457079" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483804571:10457077" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804569:10457075" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804568:10457073" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483804401:10456909" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483804556:10457059" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804557:10457061" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804554:10457057" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804559:10457063" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804576:10457083" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804583:10457091" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483804581:10457089" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483804579:10457087" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804578:10457085" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804566:10457071" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804574:10457081" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804630:10457139" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804585:10457093" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483804588:10457095" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804589:10457097" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645775483802816:10456876" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804605:10457111" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804607:10457113" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804616:10457123" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804612:10457119" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804614:10457121" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483804609:10457115" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804600:10457109" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804611:10457117" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483804598:10457107" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485811129:98368" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811120:98361" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811130:98369" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811133:98372" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811132:98371" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811131:98370" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485811128:98367" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485811121:98362" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811118:98359" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811127:98366" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811124:98364" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485811125:98365" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485811119:98360" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485811116:98358" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485811123:98363" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485811115:98357" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804747:10457263" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804745:10457261" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804744:10457259" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804633:10457141" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483804378:10456885" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804383:10456889" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483804385:10456891" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804381:10456887" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804387:10456893" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804389:10456895" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804392:10456899" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483804390:10456897" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804397:10456905" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804394:10456901" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804395:10456903" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483804618:10457125" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804622:10457129" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804623:10457131" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804620:10457127" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483804625:10457133" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804627:10457135" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804665:10457177" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483804663:10457175" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804690:10457201" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804661:10457173" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804718:10457233" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483804720:10457235" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645775483740757:10453926" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804644:10457155" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483804642:10457153" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804694:10457205" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804692:10457203" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804697:10457209" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804695:10457207" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804700:10457213" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804699:10457211" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804707:10457221" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804703:10457217" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483804702:10457215" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483804705:10457219" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804709:10457223" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804716:10457231" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804713:10457227" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483804711:10457225" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483804715:10457229" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483804655:10457167" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804657:10457169" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804680:10457191" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804678:10457189" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804682:10457193" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804667:10457179" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483804676:10457187" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804674:10457185" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804672:10457183" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804669:10457181" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483804685:10457195" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804687:10457197" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804689:10457199" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804724:10457239" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804722:10457237" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804736:10457251" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804734:10457249" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804726:10457241" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804730:10457245" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804728:10457243" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804732:10457247" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483804740:10457255" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804738:10457253" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483804634:10457143" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804641:10457151" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804638:10457147" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483804639:10457149" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483804636:10457145" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483804628:10457137" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804407:10456917" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483804402:10456911" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804404:10456913" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804406:10456915" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804448:10456951" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804415:10456923" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483804432:10456937" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804428:10456933" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483804443:10456947" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804419:10456927" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804417:10456925" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483804452:10456955" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804456:10456959" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804460:10456963" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483804436:10456941" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483804412:10456921" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483804430:10456935" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483804426:10456931" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483804441:10456945" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483804450:10456953" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483804454:10456957" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483804458:10456961" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485811061:98354" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804438:10456943" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804409:10456919" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804445:10456949" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804421:10456929" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804496:10456997" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804468:10456969" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483804482:10456983" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804478:10456979" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483804492:10456993" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804472:10456973" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804470:10456971" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483804500:10457001" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804504:10457005" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804507:10457009" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483804486:10456987" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483804466:10456967" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483804480:10456981" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483804476:10456977" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483804490:10456991" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483804498:10456999" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483804502:10457003" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483804505:10457007" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485811075:98355" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804488:10456989" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804462:10456965" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804494:10456995" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804474:10456975" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804541:10457043" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804514:10457015" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483804527:10457029" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804524:10457025" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483804537:10457039" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804518:10457019" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804516:10457017" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483804544:10457047" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804548:10457051" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483804552:10457055" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483804531:10457033" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483804512:10457013" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483804525:10457027" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483804522:10457023" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483804535:10457037" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483804543:10457045" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483804546:10457049" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483804550:10457053" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485811088:98356" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804533:10457035" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804510:10457011" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804539:10457041" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483804520:10457021" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804648:10457159" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483804649:10457161" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804652:10457163" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483804646:10457157" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483804591:10457099" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483804595:10457103" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483804593:10457101" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483804596:10457105" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483804653:10457165" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483804659:10457171" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - }, - "privateAssets": { - "1645775468567933:10393086": { - "isLazyAsset": false, - "uid": "1645775468567933:10393086", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468569029:10393097": { - "isLazyAsset": false, - "uid": "1645775468569029:10393097", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468570174:10393108": { - "isLazyAsset": false, - "uid": "1645775468570174:10393108", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - }, - "1675732466035894:1181281": { - "isLazyAsset": false, - "uid": "1675732466035894:1181281", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468567933:10393086", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468569029:10393097", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468570174:10393108", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483817147_10457283.json b/lenses/physics-objects/Scene/objects/1645775483817147_10457283.json deleted file mode 100644 index a4f1f5ad..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483817147_10457283.json +++ /dev/null @@ -1,8318 +0,0 @@ -{ - "core": { - "uid": "1645775483817147:10457283", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor 4", - "position": [ - -3.999999761581421, - -12.0, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 1.5, - 0.6000001430511475, - 0.050000015646219254 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483824492:10457306", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483825466:10457309", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483825473:10457311", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483825475:10457313", - "type": "Value.StringValue", - "value": "Quadratic" - }, - { - "uid": "1645775483825479:10457315", - "type": "Value.StringValue", - "value": "Out" - }, - { - "uid": "1645775483825480:10457317", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 10.0 - ] - }, - { - "uid": "1645775483825483:10457319", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483825485:10457321", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483825486:10457323", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483825488:10457325", - "type": "Value.IntValue", - "value": 1 - }, - { - "uid": "1645775483825490:10457327", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483825492:10457329", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483825494:10457331", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - -20.0 - ] - }, - { - "uid": "1645775483825496:10457333", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483825498:10457335", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 10.0 - ] - }, - { - "uid": "1645775483825500:10457337", - "type": "Value.StringValue", - "value": "Roate" - }, - { - "uid": "1645775483825502:10457339", - "type": "Value.IntValue", - "value": 2 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645775483817147:10457283" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483825500:10457337" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645775483825492:10457329" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645775483825486:10457323" - }, - { - "name": "type", - "typename": "Value.IntValue", - "scriptObject": "1645775483825502:10457339" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645775483825488:10457325" - }, - { - "name": "start", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483825494:10457331" - }, - { - "name": "end", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483825480:10457317" - }, - { - "name": "from", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483825483:10457319" - }, - { - "name": "to", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483825498:10457335" - }, - { - "name": "offset", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483825490:10457327" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645775483825466:10457309" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645775483825496:10457333" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483825473:10457311" - }, - { - "name": "isLocal", - "typename": "Value.BoolValue", - "scriptObject": "1645775483825485:10457321" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645775483825475:10457313" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645775483825479:10457315" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271820189:656611" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483825537:10457341", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483826294:10457344", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483826298:10457346", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483826300:10457348", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826303:10457350", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826304:10457352", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483826307:10457354", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826308:10457356", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826310:10457358", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483826312:10457360", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826314:10457362", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826316:10457364", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826318:10457366", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483826320:10457368", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826321:10457370", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483826323:10457372", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483826326:10457374", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826328:10457376", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826334:10457378", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483826336:10457380", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483826341:10457382", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826344:10457384", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826345:10457386", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826348:10457388", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826350:10457390", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483826352:10457392", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826355:10457394", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483826357:10457396", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826359:10457398", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483826363:10457402", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483826366:10457404", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483826368:10457406", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826371:10457408", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826373:10457410", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483826376:10457412", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483826378:10457414", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826383:10457416", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826386:10457418", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826389:10457420", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826391:10457422", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826393:10457424", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826395:10457426", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483826398:10457428", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826400:10457430", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826403:10457432", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826405:10457434", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826407:10457436", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483826410:10457438", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826412:10457440", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483826414:10457442", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826415:10457444", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483826420:10457448", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483826422:10457450", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483826424:10457452", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826426:10457454", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826428:10457456", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483826430:10457458", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483826432:10457460", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826434:10457462", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826436:10457464", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826438:10457466", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826439:10457468", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826441:10457470", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826443:10457472", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483826446:10457474", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826448:10457476", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826450:10457478", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826451:10457480", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826453:10457482", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483826456:10457484", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826458:10457486", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483826460:10457488", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826462:10457490", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483826467:10457494", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483826469:10457496", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483826472:10457498", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826475:10457500", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826477:10457502", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483826480:10457504", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483826482:10457506", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826486:10457508", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826488:10457510", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826492:10457512", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826495:10457514", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826498:10457516", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826502:10457518", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826506:10457520", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483826509:10457522", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483826511:10457524", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826513:10457526", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483826515:10457528", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483826517:10457530", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483826519:10457532", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483826521:10457534", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826522:10457536", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483826524:10457538", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483826526:10457540", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826527:10457542", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483826529:10457544", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483826531:10457546", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483826533:10457548", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826534:10457550", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826536:10457552", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483826538:10457554", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483826540:10457556", - "type": "Value.StringArrayValue", - "count": 2, - "value": [ - { - "value": "RESET" - }, - { - "value": "EVENTRESET" - } - ] - }, - { - "uid": "1645775483826542:10457558", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826543:10457560", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483826545:10457562", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826547:10457564", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483826549:10457566", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483826551:10457568", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826552:10457570", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483826555:10457572", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483826557:10457574", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483826559:10457576", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483826561:10457578", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483826562:10457580", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826564:10457582", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826566:10457584", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826568:10457586", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483826569:10457588", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826571:10457590", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826573:10457592", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483826575:10457594", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483826577:10457596", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826578:10457598", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826580:10457600", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483826583:10457602", - "type": "Value.StringValue", - "value": "setRotation" - }, - { - "uid": "1645775483826584:10457604", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483826586:10457606", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483826588:10457608", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826590:10457610", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483826592:10457612", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826594:10457614", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483826596:10457616", - "type": "Value.StringValue", - "value": "Reset" - }, - { - "uid": "1645775483826598:10457618", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826599:10457620", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826601:10457622", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483826603:10457624", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826605:10457626", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826607:10457628", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826609:10457630", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483826611:10457632", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483826613:10457634", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483826615:10457636", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483826617:10457638", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483826619:10457640", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826620:10457642", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826622:10457644", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826624:10457646", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483826627:10457648", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483826630:10457650", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826632:10457652", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483826634:10457654", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483826636:10457656", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826638:10457658", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826640:10457660", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826642:10457662", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826644:10457664", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826645:10457666", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826647:10457668", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826649:10457670", - "type": "Value.Vec3Value", - "value": [ - 90.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826651:10457672", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826653:10457674", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826655:10457676", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826656:10457678", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826659:10457680", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826660:10457682", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483826663:10457684", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483826664:10457686", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826667:10457688", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826669:10457690", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483826671:10457692", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483826672:10457694", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483826674:10457696", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483826676:10457698", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483826678:10457700", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483826680:10457702", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826682:10457704", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826684:10457706", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826685:10457708", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826688:10457710", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826689:10457712", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483826691:10457714", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483826693:10457716", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483826694:10457718", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483826696:10457720", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483826698:10457722", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483826699:10457724", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483826701:10457726", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483826703:10457728", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485837470:98373", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485837485:98374", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485837498:98375", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485837526:98376", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485837527:98377", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485837529:98378", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485837530:98379", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485837531:98380", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485837532:98381", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485837534:98382", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485837535:98383", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485837537:98384", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485837538:98385", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485837539:98386", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485837540:98387", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485837542:98388", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485837543:98389", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485837544:98390", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485837545:98391", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826701:10457726" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826694:10457718" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826513:10457526" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483826515:10457528" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826517:10457530" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826294:10457344" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826320:10457368" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826703:10457728" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826526:10457540" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483826524:10457538" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826522:10457536" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826521:10457534" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483826321:10457370" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483826506:10457520" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826509:10457522" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826502:10457518" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826511:10457524" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826529:10457544" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826536:10457552" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483826534:10457550" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483826533:10457548" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826531:10457546" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826519:10457532" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826527:10457542" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826580:10457600" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826538:10457554" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483826540:10457556" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826542:10457558" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826555:10457572" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826557:10457574" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826566:10457584" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826562:10457580" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826564:10457582" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483826559:10457576" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826552:10457570" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826561:10457578" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483826551:10457568" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485837540:98387" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837531:98380" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837542:98388" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837545:98391" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837544:98390" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837543:98389" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485837539:98386" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485837532:98381" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837529:98378" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837538:98385" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837535:98383" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485837537:98384" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485837530:98379" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485837527:98377" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485837534:98382" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485837526:98376" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826699:10457724" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826698:10457722" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826696:10457720" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826583:10457602" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483826298:10457346" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826303:10457350" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483826304:10457352" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826300:10457348" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826307:10457354" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826308:10457356" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826312:10457360" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483826310:10457358" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826318:10457366" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826314:10457362" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826316:10457364" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483826568:10457586" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826571:10457590" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826573:10457592" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826569:10457588" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483826575:10457594" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826577:10457596" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826617:10457638" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483826615:10457636" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826642:10457662" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826613:10457634" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826672:10457694" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483826674:10457696" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645775483830070:10458508" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826596:10457616" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483826594:10457614" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826645:10457666" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826644:10457664" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "1645775483817147:10457283" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826649:10457670" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826647:10457668" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826653:10457674" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826651:10457672" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826660:10457682" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826656:10457678" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483826655:10457676" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483826659:10457680" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826663:10457684" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826671:10457692" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826667:10457688" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483826664:10457686" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483826669:10457690" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483826607:10457628" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826609:10457630" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826632:10457652" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826630:10457650" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826634:10457654" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826619:10457640" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483826627:10457648" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826624:10457646" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826622:10457644" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826620:10457642" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483826636:10457656" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826638:10457658" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826640:10457660" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826678:10457700" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826676:10457698" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826689:10457712" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826688:10457710" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826680:10457702" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826684:10457706" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826682:10457704" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826685:10457708" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483826693:10457716" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826691:10457714" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483826584:10457604" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826592:10457612" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826588:10457608" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483826590:10457610" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483826586:10457606" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483826578:10457598" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826334:10457378" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483826323:10457372" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826326:10457374" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826328:10457376" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826376:10457412" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826344:10457384" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483826359:10457398" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826355:10457394" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483826371:10457408" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826348:10457388" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826345:10457386" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483826383:10457416" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826389:10457420" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826393:10457424" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483826363:10457402" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483826341:10457382" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483826357:10457396" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483826352:10457392" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483826368:10457406" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483826378:10457414" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483826386:10457418" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483826391:10457422" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485837470:98373" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826366:10457404" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826336:10457380" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826373:10457410" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826350:10457390" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826430:10457458" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826400:10457430" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483826415:10457444" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826412:10457440" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483826426:10457454" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826405:10457434" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826403:10457432" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483826434:10457462" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826438:10457466" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826441:10457470" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483826420:10457448" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483826398:10457428" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483826414:10457442" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483826410:10457438" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483826424:10457452" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483826432:10457460" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483826436:10457464" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483826439:10457468" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485837485:98374" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826422:10457450" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826395:10457426" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826428:10457456" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826407:10457436" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826480:10457504" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826448:10457476" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483826462:10457490" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826458:10457486" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483826475:10457500" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826451:10457480" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826450:10457478" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483826486:10457508" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826492:10457512" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483826498:10457516" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483826467:10457494" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483826446:10457474" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483826460:10457488" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483826456:10457484" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483826472:10457498" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483826482:10457506" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483826488:10457510" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483826495:10457514" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485837498:98375" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826469:10457496" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826443:10457472" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826477:10457502" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483826453:10457482" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826599:10457620" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483826601:10457622" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826603:10457624" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483826598:10457618" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483826543:10457560" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483826547:10457564" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483826545:10457562" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483826549:10457566" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483826605:10457626" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483826611:10457632" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483827014:10457730", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483827783:10457733", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483827788:10457735", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483827790:10457737", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827793:10457739", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827795:10457741", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483827797:10457743", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827799:10457745", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827801:10457747", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483827802:10457749", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827804:10457751", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827806:10457753", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483827807:10457755", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483827810:10457757", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827812:10457759", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483827814:10457761", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483827816:10457763", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827817:10457765", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827819:10457767", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483827821:10457769", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483827824:10457771", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827827:10457773", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827828:10457775", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827830:10457777", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827832:10457779", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483827835:10457781", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827837:10457783", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483827839:10457785", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827841:10457787", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483827845:10457791", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483827847:10457793", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483827849:10457795", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827852:10457797", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827854:10457799", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483827857:10457801", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483827859:10457803", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827861:10457805", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827863:10457807", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827866:10457809", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827867:10457811", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827870:10457813", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827872:10457815", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483827874:10457817", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827876:10457819", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827878:10457821", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827880:10457823", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827882:10457825", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483827884:10457827", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827886:10457829", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483827888:10457831", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827890:10457833", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483827895:10457837", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483827897:10457839", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483827899:10457841", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827901:10457843", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827903:10457845", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483827905:10457847", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483827907:10457849", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827909:10457851", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827910:10457853", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827913:10457855", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827914:10457857", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827916:10457859", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827918:10457861", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483827924:10457863", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827925:10457865", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827928:10457867", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827929:10457869", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827931:10457871", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483827933:10457873", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827935:10457875", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483827936:10457877", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827938:10457879", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483827941:10457883", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483827943:10457885", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483827945:10457887", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827947:10457889", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827948:10457891", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483827951:10457893", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483827952:10457895", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827954:10457897", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827956:10457899", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827957:10457901", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827959:10457903", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483827961:10457905", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483827963:10457907", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827965:10457909", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483827966:10457911", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483827968:10457913", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483827970:10457915", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483827972:10457917", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483827974:10457919", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483827976:10457921", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483827977:10457923", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483827981:10457925", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483827982:10457927", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483827984:10457929", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483827986:10457931", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483827989:10457933", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483827991:10457935", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483827992:10457937", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827995:10457939", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483827997:10457941", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483827999:10457943", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483828000:10457945", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483828002:10457947", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828004:10457949", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483828006:10457951", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828008:10457953", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483828010:10457955", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483828012:10457957", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483828014:10457959", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483828016:10457961", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483828018:10457963", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483828020:10457965", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483828023:10457967", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483828024:10457969", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483828026:10457971", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483828028:10457973", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483828029:10457975", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483828031:10457977", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828033:10457979", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828034:10457981", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483828036:10457983", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483828038:10457985", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828040:10457987", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483828043:10457989", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483828047:10457991", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1645775483828049:10457993", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483828050:10457995", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483828052:10457997", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828054:10457999", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483828055:10458001", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828058:10458003", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483828060:10458005", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483828062:10458007", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483828063:10458009", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483828066:10458011", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483828068:10458013", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828070:10458015", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483828071:10458017", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483828073:10458019", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483828075:10458021", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483828076:10458023", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483828078:10458025", - "type": "Value.StringValue", - "value": "Toggle" - }, - { - "uid": "1645775483828080:10458027", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483828081:10458029", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828083:10458031", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828085:10458033", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828087:10458035", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483828088:10458037", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483828090:10458039", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483828091:10458041", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483828093:10458043", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483828095:10458045", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828096:10458047", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828098:10458049", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828100:10458051", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828102:10458053", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483828104:10458055", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828106:10458057", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483828107:10458059", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828109:10458061", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483828111:10458063", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828113:10458065", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828114:10458067", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828116:10458069", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828118:10458071", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483828120:10458073", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483828121:10458075", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828123:10458077", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828125:10458079", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483828127:10458081", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483828128:10458083", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483828130:10458085", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483828131:10458087", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483828133:10458089", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483828135:10458091", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828137:10458093", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828138:10458095", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828140:10458097", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828142:10458099", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828143:10458101", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483828145:10458103", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483828147:10458105", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483828148:10458107", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483828150:10458109", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483828152:10458111", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483828153:10458113", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483828155:10458115", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483828157:10458117", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485863838:98392", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485863853:98393", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485863866:98394", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485863892:98395", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485863893:98396", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485863895:98397", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485863896:98398", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485863897:98399", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485863898:98400", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485863900:98401", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485863901:98402", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485863902:98403", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485863903:98404", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485863904:98405", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485863905:98406", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485863906:98407", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485863907:98408", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485863908:98409", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485863909:98410", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828155:10458115" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828148:10458107" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827970:10457915" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483827972:10457917" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827974:10457919" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827783:10457733" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483827810:10457757" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483828157:10458117" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827984:10457929" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483827982:10457927" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483827981:10457925" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827977:10457923" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483827812:10457759" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483827965:10457909" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483827966:10457911" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827963:10457907" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827968:10457913" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827989:10457933" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827997:10457941" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483827995:10457939" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483827992:10457937" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827991:10457935" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827976:10457921" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827986:10457931" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828043:10457989" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483827999:10457943" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483828000:10457945" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828002:10457947" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828016:10457961" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828018:10457963" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828028:10457973" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828024:10457969" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828026:10457971" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483828020:10457965" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483828014:10457959" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828023:10457967" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483828012:10457957" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485863905:98406" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863897:98399" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863906:98407" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863909:98410" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863908:98409" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863907:98408" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485863904:98405" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485863898:98400" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863895:98397" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863903:98404" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863901:98402" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485863902:98403" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485863896:98398" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485863893:98396" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485863900:98401" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485863892:98395" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828153:10458113" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483828152:10458111" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483828150:10458109" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828047:10457991" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483827788:10457735" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827793:10457739" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483827795:10457741" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827790:10457737" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827797:10457743" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827799:10457745" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483827802:10457749" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483827801:10457747" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483827807:10457755" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827804:10457751" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827806:10457753" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483828029:10457975" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828033:10457979" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483828034:10457981" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828031:10457977" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483828036:10457983" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828038:10457985" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828080:10458027" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1645775483830070:10458508" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483828078:10458025" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828100:10458051" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483828076:10458023" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828128:10458083" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483828130:10458085" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483828060:10458005" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483828058:10458003" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483828104:10458055" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828102:10458053" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483828107:10458059" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828106:10458057" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483828111:10458063" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828109:10458061" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828118:10458071" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483828114:10458067" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483828113:10458065" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483828116:10458069" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483828120:10458073" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828127:10458081" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483828123:10458077" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483828121:10458075" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483828125:10458079" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483828071:10458017" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483828073:10458019" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828091:10458041" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483828090:10458039" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828093:10458043" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828081:10458029" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483828088:10458037" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483828087:10458035" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483828085:10458033" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483828083:10458031" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483828095:10458045" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483828096:10458047" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483828098:10458049" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828133:10458089" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828131:10458087" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828143:10458101" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828142:10458099" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828135:10458091" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828138:10458095" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828137:10458093" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828140:10458097" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483828147:10458105" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483828145:10458103" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483828049:10457993" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828055:10458001" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828052:10457997" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483828054:10457999" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483828050:10457995" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483828040:10457987" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827819:10457767" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483827814:10457761" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483827816:10457763" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483827817:10457765" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827857:10457801" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827827:10457773" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483827841:10457787" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483827837:10457783" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483827852:10457797" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483827830:10457777" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483827828:10457775" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483827861:10457805" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483827866:10457809" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483827870:10457813" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483827845:10457791" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483827824:10457771" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483827839:10457785" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483827835:10457781" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483827849:10457795" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483827859:10457803" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483827863:10457807" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483827867:10457811" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485863838:98392" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827847:10457793" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827821:10457769" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827854:10457799" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827832:10457779" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827905:10457847" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827876:10457819" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483827890:10457833" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483827886:10457829" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483827901:10457843" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483827880:10457823" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483827878:10457821" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483827909:10457851" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483827913:10457855" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483827916:10457859" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483827895:10457837" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483827874:10457817" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483827888:10457831" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483827884:10457827" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483827899:10457841" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483827907:10457849" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483827910:10457853" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483827914:10457857" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485863853:98393" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827897:10457839" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827872:10457815" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827903:10457845" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827882:10457825" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483827951:10457893" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483827925:10457865" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483827938:10457879" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483827935:10457875" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483827947:10457889" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483827929:10457869" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483827928:10457867" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483827954:10457897" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483827957:10457901" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483827961:10457905" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483827941:10457883" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483827924:10457863" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483827936:10457877" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483827933:10457873" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483827945:10457887" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483827952:10457895" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483827956:10457899" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483827959:10457903" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485863866:98394" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827943:10457885" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827918:10457861" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827948:10457891" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483827931:10457871" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483828063:10458009" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483828066:10458011" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828068:10458013" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483828062:10458007" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483828004:10457949" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483828008:10457953" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483828006:10457951" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483828010:10457955" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483828070:10458015" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483828075:10458021" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483828544:10458119", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483829309:10458122", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483829314:10458124", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483829316:10458126", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829319:10458128", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829321:10458130", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483829323:10458132", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829324:10458134", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829326:10458136", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483829327:10458138", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829329:10458140", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829331:10458142", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829333:10458144", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483829335:10458146", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829336:10458148", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483829338:10458150", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483829342:10458152", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829344:10458154", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829346:10458156", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483829347:10458158", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483829351:10458160", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829354:10458162", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829356:10458164", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829358:10458166", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829360:10458168", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483829362:10458170", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829365:10458172", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483829367:10458174", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829369:10458176", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483829374:10458180", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483829376:10458182", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483829378:10458184", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829380:10458186", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829383:10458188", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483829386:10458190", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483829387:10458192", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829389:10458194", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829391:10458196", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829393:10458198", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829395:10458200", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829397:10458202", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829399:10458204", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483829404:10458206", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829407:10458208", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829409:10458210", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829412:10458212", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829413:10458214", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483829415:10458216", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829417:10458218", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483829419:10458220", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829422:10458222", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483829427:10458226", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483829429:10458228", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483829431:10458230", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829433:10458232", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829436:10458234", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483829438:10458236", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483829440:10458238", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829442:10458240", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829444:10458242", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829447:10458244", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829449:10458246", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829451:10458248", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829453:10458250", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483829456:10458252", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829458:10458254", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829459:10458256", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829461:10458258", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829463:10458260", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483829465:10458262", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829467:10458264", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483829469:10458266", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829471:10458268", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483829477:10458272", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483829479:10458274", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483829481:10458276", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829484:10458278", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829485:10458280", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483829488:10458282", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483829489:10458284", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829491:10458286", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829493:10458288", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829495:10458290", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829497:10458292", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829499:10458294", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829501:10458296", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829503:10458298", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483829504:10458300", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483829506:10458302", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829508:10458304", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483829510:10458306", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483829512:10458308", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483829514:10458310", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483829515:10458312", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829519:10458314", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483829520:10458316", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483829523:10458318", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829525:10458320", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483829526:10458322", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483829528:10458324", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483829530:10458326", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829532:10458328", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829534:10458330", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483829536:10458332", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483829539:10458334", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829541:10458336", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829543:10458338", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483829545:10458340", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829546:10458342", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483829549:10458344", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483829551:10458346", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829553:10458348", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483829556:10458350", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483829557:10458352", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483829560:10458354", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483829563:10458356", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483829565:10458358", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829567:10458360", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829568:10458362", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829570:10458364", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483829573:10458366", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829577:10458368", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829578:10458370", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483829580:10458372", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483829582:10458374", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829584:10458376", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829585:10458378", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483829588:10458380", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1645775483829590:10458382", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483829592:10458384", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483829593:10458386", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829595:10458388", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483829597:10458390", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829598:10458392", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483829600:10458394", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829602:10458396", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829603:10458398", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829605:10458400", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483829607:10458402", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829609:10458404", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829611:10458406", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829613:10458408", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483829615:10458410", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483829617:10458412", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483829619:10458414", - "type": "Value.StringValue", - "value": "Toggle" - }, - { - "uid": "1645775483829621:10458416", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483829624:10458418", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829626:10458420", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829629:10458422", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829633:10458424", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483829637:10458426", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483829641:10458428", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829645:10458430", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483829648:10458432", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483829656:10458434", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829659:10458436", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829662:10458438", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829663:10458440", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829665:10458442", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829667:10458444", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829670:10458446", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829673:10458448", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829675:10458450", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829676:10458452", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829678:10458454", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829680:10458456", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829682:10458458", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829683:10458460", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483829687:10458462", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483829689:10458464", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829690:10458466", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829692:10458468", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483829694:10458470", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483829696:10458472", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483829697:10458474", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483829699:10458476", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483829701:10458478", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483829702:10458480", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829704:10458482", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829707:10458484", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829708:10458486", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829710:10458488", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829712:10458490", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483829715:10458492", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483829717:10458494", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483829718:10458496", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483829720:10458498", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483829722:10458500", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483829724:10458502", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483829725:10458504", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483829727:10458506", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485890972:98411", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485890986:98412", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485890999:98413", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485891025:98414", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485891026:98415", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485891028:98416", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485891029:98417", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485891030:98418", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485891031:98419", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485891033:98420", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485891034:98421", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485891036:98422", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485891037:98423", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485891038:98424", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485891039:98425", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485891040:98426", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485891042:98427", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485891044:98428", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485891045:98429", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829725:10458504" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829718:10458496" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829508:10458304" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483829510:10458306" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829512:10458308" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829309:10458122" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829335:10458146" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829727:10458506" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829523:10458318" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483829520:10458316" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829519:10458314" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829515:10458312" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483829336:10458148" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483829503:10458298" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829504:10458300" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829501:10458296" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829506:10458302" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829526:10458322" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829534:10458330" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483829532:10458328" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483829530:10458326" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829528:10458324" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829514:10458310" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829525:10458320" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829585:10458378" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829536:10458332" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483829539:10458334" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829541:10458336" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829556:10458350" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829557:10458352" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829568:10458362" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829565:10458358" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829567:10458360" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483829560:10458354" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829553:10458348" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829563:10458356" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483829551:10458346" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485891039:98425" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891030:98418" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891040:98426" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891045:98429" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891044:98428" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891042:98427" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485891038:98424" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485891031:98419" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891028:98416" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891037:98423" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891034:98421" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485891036:98422" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485891029:98417" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485891026:98415" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485891033:98420" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485891025:98414" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829724:10458502" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829722:10458500" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829720:10458498" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829588:10458380" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483829314:10458124" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829319:10458128" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483829321:10458130" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829316:10458126" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829323:10458132" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829324:10458134" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829327:10458138" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483829326:10458136" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829333:10458144" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829329:10458140" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829331:10458142" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483829570:10458364" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829577:10458368" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829578:10458370" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829573:10458366" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483829580:10458372" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829582:10458374" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829621:10458416" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1645775483830070:10458508" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483829619:10458414" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829663:10458440" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829617:10458412" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829696:10458472" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483829697:10458474" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829600:10458394" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483829598:10458392" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829667:10458444" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829665:10458442" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829673:10458448" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829670:10458446" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829676:10458452" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829675:10458450" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829683:10458460" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829680:10458456" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483829678:10458454" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483829682:10458458" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829687:10458462" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829694:10458470" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829690:10458466" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483829689:10458464" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483829692:10458468" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483829611:10458406" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829613:10458408" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829645:10458430" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829641:10458428" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829648:10458432" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829624:10458418" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483829637:10458426" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829633:10458424" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829629:10458422" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829626:10458420" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483829656:10458434" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829659:10458436" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829662:10458438" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829701:10458478" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829699:10458476" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829712:10458490" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829710:10458488" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829702:10458480" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829707:10458484" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829704:10458482" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829708:10458486" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483829717:10458494" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829715:10458492" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483829590:10458382" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829597:10458390" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829593:10458386" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483829595:10458388" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483829592:10458384" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483829584:10458376" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829346:10458156" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483829338:10458150" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829342:10458152" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829344:10458154" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829386:10458190" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829354:10458162" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483829369:10458176" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829365:10458172" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483829380:10458186" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829358:10458166" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829356:10458164" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483829389:10458194" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829393:10458198" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829397:10458202" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483829374:10458180" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483829351:10458160" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483829367:10458174" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483829362:10458170" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483829378:10458184" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483829387:10458192" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483829391:10458196" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483829395:10458200" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485890972:98411" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829376:10458182" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829347:10458158" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829383:10458188" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829360:10458168" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829438:10458236" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829407:10458208" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483829422:10458222" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829417:10458218" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483829433:10458232" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829412:10458212" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829409:10458210" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483829442:10458240" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829447:10458244" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829451:10458248" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483829427:10458226" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483829404:10458206" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483829419:10458220" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483829415:10458216" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483829431:10458230" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483829440:10458238" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483829444:10458242" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483829449:10458246" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485890986:98412" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829429:10458228" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829399:10458204" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829436:10458234" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829413:10458214" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829488:10458282" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829458:10458254" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483829471:10458268" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829467:10458264" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483829484:10458278" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829461:10458258" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829459:10458256" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483829491:10458286" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829495:10458290" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483829499:10458294" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483829477:10458272" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483829456:10458252" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483829469:10458266" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483829465:10458262" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483829481:10458276" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483829489:10458284" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483829493:10458288" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483829497:10458292" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485890999:98413" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829479:10458274" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829453:10458250" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829485:10458280" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483829463:10458260" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829603:10458398" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483829605:10458400" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829607:10458402" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483829602:10458396" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483829543:10458338" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483829546:10458342" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483829545:10458340" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483829549:10458344" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483829609:10458404" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483829615:10458410" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483830070_10458508.json b/lenses/physics-objects/Scene/objects/1645775483830070_10458508.json deleted file mode 100644 index cef6a7fc..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483830070_10458508.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "core": { - "uid": "1645775483830070:10458508", - "type": "SceneObject", - "layerV2": 1, - "name": "Floor", - "position": [ - 0.0, - 2.301640506630065e-06, - 22.734832763671875 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 5.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483833950:10458517", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483835729:10458530", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483836553_10458534.json b/lenses/physics-objects/Scene/objects/1645775483836553_10458534.json deleted file mode 100644 index 8adb0d55..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483836553_10458534.json +++ /dev/null @@ -1,3374 +0,0 @@ -{ - "core": { - "uid": "1645775483836553:10458534", - "type": "SceneObject", - "layerV2": 1, - "name": "Overlay Zone", - "position": [ - -4.999999046325684, - 2.57707779383054e-06, - -13.654708862304688 - ], - "rotation": [ - 8.52651062683554e-15, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.33329999446868896, - 0.5000001192092896, - 1.000000238418579 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483840576:10458547", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732466149511:1181342" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483842306:10458560", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": true, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - }, - { - "uid": "1645775483843085:10458564", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483843870:10458567", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483843876:10458569", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483843878:10458571", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483843881:10458573", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483843883:10458575", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483843885:10458577", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483843887:10458579", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483843889:10458581", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483843891:10458583", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483843892:10458585", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483843894:10458587", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483843896:10458589", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483843898:10458591", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483843900:10458593", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483843901:10458595", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483843903:10458597", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483843905:10458599", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483843907:10458601", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483843909:10458603", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483843913:10458605", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483843916:10458607", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483843918:10458609", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483843920:10458611", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483843922:10458613", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483843925:10458615", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483843928:10458617", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483844109:10458619", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844112:10458621", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483844116:10458625", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483844120:10458627", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483844122:10458629", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844125:10458631", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844128:10458633", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483844130:10458635", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483844132:10458637", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844134:10458639", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844137:10458641", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844139:10458643", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844141:10458645", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844143:10458647", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844145:10458649", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483844148:10458651", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844150:10458653", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844151:10458655", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844153:10458657", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844155:10458659", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483844157:10458661", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844159:10458663", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483844161:10458665", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844163:10458667", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483844166:10458671", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483844168:10458673", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483844170:10458675", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844172:10458677", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844173:10458679", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483844176:10458681", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483844177:10458683", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844179:10458685", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844180:10458687", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844182:10458689", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844184:10458691", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844186:10458693", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844187:10458695", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483844190:10458697", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844192:10458699", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844194:10458701", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844196:10458703", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844198:10458705", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483844200:10458707", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844201:10458709", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483844203:10458711", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844205:10458713", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483844208:10458717", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483844210:10458719", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483844212:10458721", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844214:10458723", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844216:10458725", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483844219:10458727", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483844221:10458729", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844222:10458731", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844224:10458733", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844226:10458735", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844228:10458737", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844229:10458739", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844231:10458741", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844233:10458743", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483844234:10458745", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483844236:10458747", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844238:10458749", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483844240:10458751", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483844241:10458753", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483844243:10458755", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483844244:10458757", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844246:10458759", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483844247:10458761", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483844249:10458763", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844252:10458765", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483844253:10458767", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483844255:10458769", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483844256:10458771", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844258:10458773", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844259:10458775", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483844261:10458777", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844263:10458779", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844264:10458781", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844266:10458783", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483844267:10458785", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844269:10458787", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483844271:10458789", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483844272:10458791", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844274:10458793", - "type": "Value.SerializableArrayValue", - "count": 4, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1645775484018236:10460896" - }, - { - "value": "1645775486175340:10470000" - }, - { - "value": "1645775486186770:10470024" - }, - { - "value": "1645812890491231:1842000" - } - ] - }, - { - "uid": "1645775483844280:10458795", - "type": "Value.StringValue", - "value": "Overlap" - }, - { - "uid": "1645775483844282:10458797", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483844284:10458799", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645775483844286:10458801", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483844288:10458803", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844290:10458805", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844292:10458807", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844293:10458809", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483844295:10458811", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844297:10458813", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844298:10458815", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483844300:10458817", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483844439:10458819", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844441:10458821", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844443:10458823", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483844445:10458825", - "type": "Value.StringValue", - "value": "runTween" - }, - { - "uid": "1645775483844447:10458827", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483844449:10458829", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483844450:10458831", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844452:10458833", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483844454:10458835", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844455:10458837", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483844457:10458839", - "type": "Value.StringValue", - "value": "Roate" - }, - { - "uid": "1645775483844459:10458841", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844460:10458843", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844462:10458845", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483844464:10458847", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844466:10458849", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844468:10458851", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844469:10458853", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483844471:10458855", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483844473:10458857", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483844474:10458859", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483844476:10458861", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483844478:10458863", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844479:10458865", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844481:10458867", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844483:10458869", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483844485:10458871", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483844486:10458873", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844488:10458875", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483844490:10458877", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483844491:10458879", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844493:10458881", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844495:10458883", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844496:10458885", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844498:10458887", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844500:10458889", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844502:10458891", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844503:10458893", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844505:10458895", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844507:10458897", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844509:10458899", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844510:10458901", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844512:10458903", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844514:10458905", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483844515:10458907", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483844517:10458909", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844519:10458911", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844521:10458913", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483844525:10458915", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483844527:10458917", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483844529:10458919", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483844531:10458921", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483844532:10458923", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483844534:10458925", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844536:10458927", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844537:10458929", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844539:10458931", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844540:10458933", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844542:10458935", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483844543:10458937", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483844545:10458939", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483844547:10458941", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483844548:10458943", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483844550:10458945", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483844552:10458947", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483844554:10458949", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645775483844555:10458951", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485917675:98430", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485917690:98431", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485917702:98432", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485917727:98433", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485917728:98434", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485917730:98435", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485917731:98436", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485917732:98437", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485917733:98438", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485917735:98439", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485917736:98440", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485917737:98441", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485917738:98442", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485917739:98443", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485917740:98444", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485917741:98445", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485917742:98446", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485917743:98447", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485917744:98448", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844554:10458949" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844547:10458941" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844238:10458749" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483844240:10458751" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844241:10458753" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483843870:10458567" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483843898:10458591" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483844555:10458951" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844249:10458763" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483844247:10458761" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844246:10458759" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844244:10458757" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483843900:10458593" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483844233:10458743" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844234:10458745" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844231:10458741" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844236:10458747" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844253:10458767" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844259:10458775" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483844258:10458773" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483844256:10458771" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844255:10458769" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844243:10458755" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844252:10458765" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844443:10458823" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483844261:10458777" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483844263:10458779" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844264:10458781" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645775483842306:10458560" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844280:10458795" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844282:10458797" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844292:10458807" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844288:10458803" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844290:10458805" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483844284:10458799" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844274:10458793" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844286:10458801" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483844272:10458791" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485917740:98444" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917732:98437" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917741:98445" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917744:98448" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917743:98447" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917742:98446" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485917739:98443" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485917733:98438" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917730:98435" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917738:98442" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917736:98440" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485917737:98441" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485917731:98436" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485917728:98434" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485917735:98439" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485917727:98433" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844552:10458947" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844550:10458945" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844548:10458943" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844445:10458825" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483843876:10458569" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483843881:10458573" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483843883:10458575" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483843878:10458571" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483843885:10458577" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483843887:10458579" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483843891:10458583" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483843889:10458581" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483843896:10458589" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483843892:10458585" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483843894:10458587" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483844293:10458809" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844297:10458813" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844298:10458815" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844295:10458811" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483844300:10458817" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844439:10458819" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844476:10458861" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483844474:10458859" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844496:10458885" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483844473:10458857" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844527:10458917" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483844529:10458919" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645775483777399:10455601" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483844457:10458839" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483844455:10458837" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844500:10458889" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844498:10458887" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844503:10458893" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844502:10458891" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844507:10458897" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844505:10458895" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844514:10458905" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844510:10458901" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483844509:10458899" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483844512:10458903" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844515:10458907" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844525:10458915" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844519:10458911" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483844517:10458909" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483844521:10458913" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483844468:10458851" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844469:10458853" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844488:10458875" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483844486:10458873" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844490:10458877" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844478:10458863" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483844485:10458871" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844483:10458869" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844481:10458867" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483844479:10458865" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483844491:10458879" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844493:10458881" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483844495:10458883" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844532:10458923" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844531:10458921" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844542:10458935" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844540:10458933" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844534:10458925" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844537:10458929" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844536:10458927" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844539:10458931" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483844545:10458939" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844543:10458937" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483844447:10458827" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844454:10458835" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844450:10458831" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483844452:10458833" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483844449:10458829" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483844441:10458821" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483843907:10458601" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483843901:10458595" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483843903:10458597" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483843905:10458599" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844130:10458635" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483843916:10458607" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483844112:10458621" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483843928:10458617" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483844125:10458631" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483843920:10458611" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483843918:10458609" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483844134:10458639" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844139:10458643" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483844143:10458647" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483844116:10458625" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483843913:10458605" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483844109:10458619" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483843925:10458615" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483844122:10458629" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483844132:10458637" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483844137:10458641" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483844141:10458645" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485917675:98430" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844120:10458627" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483843909:10458603" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844128:10458633" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483843922:10458613" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844176:10458681" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844150:10458653" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483844163:10458667" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844159:10458663" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483844172:10458677" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844153:10458657" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483844151:10458655" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483844179:10458685" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844182:10458689" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483844186:10458693" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483844166:10458671" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483844148:10458651" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483844161:10458665" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483844157:10458661" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483844170:10458675" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483844177:10458683" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483844180:10458687" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483844184:10458691" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485917690:98431" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844168:10458673" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844145:10458649" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844173:10458679" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844155:10458659" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844219:10458727" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844192:10458699" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483844205:10458713" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844201:10458709" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483844214:10458723" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844196:10458703" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483844194:10458701" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483844222:10458731" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844226:10458735" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483844229:10458739" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483844208:10458717" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483844190:10458697" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483844203:10458711" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483844200:10458707" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483844212:10458721" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483844221:10458729" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483844224:10458733" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483844228:10458737" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485917702:98432" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844210:10458719" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844187:10458695" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844216:10458725" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483844198:10458705" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483844460:10458843" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483844462:10458845" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844464:10458847" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483844459:10458841" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483844266:10458783" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483844269:10458787" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483844267:10458785" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483844271:10458789" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483844466:10458849" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483844471:10458855" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - }, - "privateAssets": { - "1645775468573037:10393130": { - "isLazyAsset": false, - "uid": "1645775468573037:10393130", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468574170:10393141": { - "isLazyAsset": false, - "uid": "1645775468574170:10393141", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468575291:10393152": { - "isLazyAsset": false, - "uid": "1645775468575291:10393152", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - }, - "1675732466149511:1181342": { - "isLazyAsset": false, - "uid": "1675732466149511:1181342", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468573037:10393130", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468574170:10393141", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468575291:10393152", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483856616_10458963.json b/lenses/physics-objects/Scene/objects/1645775483856616_10458963.json deleted file mode 100644 index 327eca7c..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483856616_10458963.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645775483856616:10458963", - "type": "SceneObject", - "layerV2": 1, - "name": "Lift", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483863237_10458986.json b/lenses/physics-objects/Scene/objects/1645775483863237_10458986.json deleted file mode 100644 index 654f4f5f..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483863237_10458986.json +++ /dev/null @@ -1,3387 +0,0 @@ -{ - "core": { - "uid": "1645775483863237:10458986", - "type": "SceneObject", - "layerV2": 1, - "name": "Overlay Zone", - "position": [ - 11.0, - -12.7652006149292, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 0.5, - 0.5, - 0.20000000298023224 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483867035:10458995", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": false, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732465927877:1181222" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483868747:10459008", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": true, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - }, - { - "uid": "1645775483869552:10459012", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483870342:10459015", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483870348:10459017", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483870349:10459019", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870352:10459021", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870355:10459023", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483870357:10459025", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870359:10459027", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870361:10459029", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483870363:10459031", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870365:10459033", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870366:10459035", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870368:10459037", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483870370:10459039", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870372:10459041", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483870374:10459043", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483870375:10459045", - "type": "Value.StringValue", - "value": "setPos" - }, - { - "uid": "1645775483870377:10459047", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870379:10459049", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483870381:10459051", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483870386:10459053", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870388:10459055", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870390:10459057", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870392:10459059", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870395:10459061", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483870397:10459063", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870400:10459065", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483870401:10459067", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870404:10459069", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483870408:10459073", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483870411:10459075", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483870413:10459077", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870415:10459079", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870417:10459081", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483870420:10459083", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483870421:10459085", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870424:10459087", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870427:10459089", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870429:10459091", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870431:10459093", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870433:10459095", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870435:10459097", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483870437:10459099", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870439:10459101", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870441:10459103", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870443:10459105", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870444:10459107", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483870447:10459109", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870448:10459111", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483870450:10459113", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870452:10459115", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483870456:10459119", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483870458:10459121", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483870460:10459123", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870462:10459125", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870463:10459127", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483870465:10459129", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483870467:10459131", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870469:10459133", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870470:10459135", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870473:10459137", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870475:10459139", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870477:10459141", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870479:10459143", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483870481:10459145", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870484:10459147", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870486:10459149", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870488:10459151", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870489:10459153", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483870491:10459155", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870493:10459157", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483870495:10459159", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870496:10459161", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483870500:10459165", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483870502:10459167", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483870504:10459169", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870505:10459171", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870507:10459173", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483870509:10459175", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483870511:10459177", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870512:10459179", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870514:10459181", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870517:10459183", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870519:10459185", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870521:10459187", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870522:10459189", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870526:10459191", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483870528:10459193", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483870530:10459195", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870533:10459197", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483870535:10459199", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483870536:10459201", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483870538:10459203", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483870540:10459205", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870541:10459207", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483870543:10459209", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483870545:10459211", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870546:10459213", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483870548:10459215", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483870550:10459217", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483870552:10459219", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870553:10459221", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870555:10459223", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483870557:10459225", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870558:10459227", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870560:10459229", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870565:10459231", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483870567:10459233", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870569:10459235", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483870571:10459237", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483870572:10459239", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483870574:10459241", - "type": "Value.SerializableArrayValue", - "count": 4, - "valuesTypeName": "Physics.ColliderComponent", - "value": [ - { - "value": "1645775484018236:10460896" - }, - { - "value": "1645775486175340:10470000" - }, - { - "value": "1645775486186770:10470024" - }, - { - "value": "1645812890491231:1842000" - } - ] - }, - { - "uid": "1645775483870580:10459243", - "type": "Value.StringValue", - "value": "Overlap" - }, - { - "uid": "1645775483870582:10459245", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483870584:10459247", - "type": "Value.StringValue", - "value": "Other object" - }, - { - "uid": "1645775483870585:10459249", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483870587:10459251", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870589:10459253", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870590:10459255", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870592:10459257", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483870594:10459259", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870596:10459261", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870598:10459263", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483870601:10459265", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483870605:10459267", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870607:10459269", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870608:10459271", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483870611:10459273", - "type": "Value.StringValue", - "value": "sendCustomTrigger" - }, - { - "uid": "1645775483870612:10459275", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483870614:10459277", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483870616:10459279", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870617:10459281", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483870620:10459283", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870622:10459285", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483870624:10459287", - "type": "Value.StringValue", - "value": "Roate" - }, - { - "uid": "1645775483870627:10459289", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870628:10459291", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483870630:10459293", - "type": "Value.StringArrayValue", - "count": 4, - "value": [ - { - "value": "RESET7" - }, - { - "value": "RESET8" - }, - { - "value": "RESET9" - }, - { - "value": "RESET10" - } - ] - }, - { - "uid": "1645775483870633:10459295", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870635:10459297", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870637:10459299", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870638:10459301", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483870640:10459303", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483870642:10459305", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483870644:10459307", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483870646:10459309", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483870648:10459311", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870649:10459313", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870651:10459315", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870653:10459317", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483870655:10459319", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483870656:10459321", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870658:10459323", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483870660:10459325", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483870662:10459327", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870663:10459329", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870665:10459331", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870667:10459333", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870669:10459335", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870670:10459337", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870672:10459339", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870674:10459341", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870676:10459343", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870678:10459345", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870679:10459347", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870681:10459349", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870683:10459351", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870685:10459353", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483870687:10459355", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483870689:10459357", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870691:10459359", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870692:10459361", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483870694:10459363", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483870696:10459365", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483870698:10459367", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483870699:10459369", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483870701:10459371", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483870702:10459373", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870704:10459375", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870706:10459377", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870707:10459379", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870710:10459381", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870711:10459383", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483870713:10459385", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483870715:10459387", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483870719:10459389", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483870721:10459391", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483870722:10459393", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483870724:10459395", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483870726:10459397", - "type": "Value.StringValue", - "value": "physicsColliderEvent" - }, - { - "uid": "1645775483870727:10459399", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485945610:98449", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485945625:98450", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485945637:98451", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485945663:98452", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485945664:98453", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485945666:98454", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485945667:98455", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485945668:98456", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485945669:98457", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485945671:98458", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485945672:98459", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485945673:98460", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485945674:98461", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485945675:98462", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485945676:98463", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485945677:98464", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485945678:98465", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485945679:98466", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485945680:98467", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870726:10459397" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870719:10459389" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870533:10459197" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483870535:10459199" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870536:10459201" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870342:10459015" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870370:10459039" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870727:10459399" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870545:10459211" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483870543:10459209" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870541:10459207" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870540:10459205" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483870372:10459041" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483870526:10459191" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870528:10459193" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870522:10459189" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870530:10459195" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870548:10459215" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870555:10459223" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483870553:10459221" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483870552:10459219" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870550:10459217" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870538:10459203" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870546:10459213" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870608:10459271" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870557:10459225" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483870558:10459227" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870560:10459229" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "1645775483868747:10459008" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870580:10459243" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870582:10459245" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870590:10459255" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870587:10459251" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870589:10459253" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483870584:10459247" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870574:10459241" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870585:10459249" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483870572:10459239" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485945676:98463" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945668:98456" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945677:98464" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945680:98467" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945679:98466" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945678:98465" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485945675:98462" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485945669:98457" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945666:98454" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945674:98461" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945672:98459" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485945673:98460" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485945667:98455" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485945664:98453" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485945671:98458" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485945663:98452" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870724:10459395" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870722:10459393" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870721:10459391" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870611:10459273" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483870348:10459017" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870352:10459021" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483870355:10459023" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870349:10459019" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870357:10459025" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870359:10459027" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870363:10459031" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483870361:10459029" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870368:10459037" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870365:10459033" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870366:10459035" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483870592:10459257" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870596:10459261" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870598:10459263" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870594:10459259" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483870601:10459265" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870605:10459267" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870646:10459309" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483870644:10459307" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870667:10459333" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870642:10459305" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870696:10459365" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483870698:10459367" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870624:10459287" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483870622:10459285" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870670:10459337" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870669:10459335" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870674:10459341" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870672:10459339" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870678:10459345" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870676:10459343" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870685:10459353" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870681:10459349" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483870679:10459347" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483870683:10459351" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870687:10459355" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870694:10459363" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870691:10459359" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483870689:10459357" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483870692:10459361" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483870637:10459299" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870638:10459301" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870658:10459323" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870656:10459321" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870660:10459325" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870648:10459311" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483870655:10459319" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870653:10459317" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870651:10459315" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870649:10459313" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483870662:10459327" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870663:10459329" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870665:10459331" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870701:10459371" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870699:10459369" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870711:10459383" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870710:10459381" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870702:10459373" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870706:10459377" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870704:10459375" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870707:10459379" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483870715:10459387" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870713:10459385" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483870612:10459275" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870620:10459283" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870616:10459279" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483870617:10459281" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483870614:10459277" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483870607:10459269" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870379:10459049" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483870374:10459043" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870375:10459045" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870377:10459047" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870420:10459083" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870388:10459055" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483870404:10459069" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870400:10459065" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483870415:10459079" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870392:10459059" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870390:10459057" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483870424:10459087" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870429:10459091" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870433:10459095" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483870408:10459073" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483870386:10459053" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483870401:10459067" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483870397:10459063" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483870413:10459077" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483870421:10459085" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483870427:10459089" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483870431:10459093" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485945610:98449" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870411:10459075" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870381:10459051" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870417:10459081" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870395:10459061" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870465:10459129" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870439:10459101" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483870452:10459115" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870448:10459111" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483870462:10459125" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870443:10459105" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870441:10459103" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483870469:10459133" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870473:10459137" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870477:10459141" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483870456:10459119" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483870437:10459099" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483870450:10459113" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483870447:10459109" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483870460:10459123" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483870467:10459131" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483870470:10459135" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483870475:10459139" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485945625:98450" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870458:10459121" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870435:10459097" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870463:10459127" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870444:10459107" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870509:10459175" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870484:10459147" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483870496:10459161" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870493:10459157" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483870505:10459171" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870488:10459151" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870486:10459149" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483870512:10459179" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870517:10459183" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483870521:10459187" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483870500:10459165" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483870481:10459145" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483870495:10459159" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483870491:10459155" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483870504:10459169" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483870511:10459177" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483870514:10459181" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483870519:10459185" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485945637:98451" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870502:10459167" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870479:10459143" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870507:10459173" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483870489:10459153" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870628:10459291" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483870630:10459293" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870633:10459295" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483870627:10459289" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483870565:10459231" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483870569:10459235" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483870567:10459233" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483870571:10459237" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483870635:10459297" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483870640:10459303" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - }, - "privateAssets": { - "1645775468563100:10393040": { - "isLazyAsset": false, - "uid": "1645775468563100:10393040", - "type": "Asset.Texture", - "name": "PBR Textures/Base", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 5549303750204915061, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/gray.png", - "location": 0 - }, - "filename": "system/materials/textures/gray.png", - "fileLocation": 0 - } - }, - "1645775468564276:10393053": { - "isLazyAsset": false, - "uid": "1645775468564276:10393053", - "type": "Asset.Texture", - "name": "PBR Textures/MaterialParams", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 9882253333878861902, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/darkblue.png", - "location": 0 - }, - "filename": "system/materials/textures/darkblue.png", - "fileLocation": 0 - } - }, - "1645775468565316:10393064": { - "isLazyAsset": false, - "uid": "1645775468565316:10393064", - "type": "Asset.Texture", - "name": "PBR Textures/Normal", - "provider": { - "type": "Provider.FileTextureProvider", - "hash": 6330485097520512976, - "useCache": true, - "allowDownscale": false, - "fileinfo": { - "path": "system/materials/textures/blue.png", - "location": 0 - }, - "filename": "system/materials/textures/blue.png", - "fileLocation": 0 - } - }, - "1675732465927877:1181222": { - "isLazyAsset": false, - "uid": "1675732465927877:1181222", - "type": "Asset.Material", - "name": "Uber PBR.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": true, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 6, - "description": "Disabled" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX", - "ENABLE_DIFFUSE_LIGHTING", - "ENABLE_DIRECT_LIGHTS", - "ENABLE_ENVMAP", - "ENABLE_LIGHTING", - "ENABLE_NORMALMAP", - "ENABLE_SPECULAR_LIGHTING", - "ENABLE_TONE_MAPPING", - "baseTexUV 0", - "emissiveTexUV 0", - "materialParamsTexUV 0", - "normalTexUV 0", - "opacityTexUV 0", - "rimColorTexUV 0", - "uv2 0", - "uv3 0" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N103", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N113", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N134", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N173", - "type": "vec3", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Default_N326", - "type": "vec3", - "value": [ - 1.0, - 0.999969482421875, - 0.9999847412109375 - ] - }, - { - "arraySize": 1, - "name": "Port_Input2_N072", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength1_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "Port_Strength2_N200", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "materialParamsTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "metallic", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "normalTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "normalTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "normalTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "roughness", - "type": "float", - "value": 0.0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468563100:10393040", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "materialParamsTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468564276:10393053", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "name": "normalTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1645775468565316:10393064", - "filteringmode": { - "value": 2, - "description": "Trilinear" - }, - "wrapmode": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeU": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeV": { - "value": 1, - "description": "Repeat" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": true, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 9812087741209884047, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/UberPBR//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483875703_10459408.json b/lenses/physics-objects/Scene/objects/1645775483875703_10459408.json deleted file mode 100644 index a5686b83..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483875703_10459408.json +++ /dev/null @@ -1,3010 +0,0 @@ -{ - "core": { - "uid": "1645775483875703:10459408", - "type": "SceneObject", - "layerV2": 1, - "name": "Lift", - "position": [ - 11.0, - -14.547789573669434, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 0.5, - 0.6000000238418579, - 0.05000000074505806 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483881148:10459424", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 2, - "description": "receiver" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645080399556760:5283620" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644995882589651:1425238", - "skin": "-1:-1" - }, - { - "uid": "1645775483883200:10459437", - "type": "Physics.ColliderComponent", - "name": "Physics Collider", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 15.0, - 15.0 - ] - }, - "matter": "1645832920184341:11273492", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": true, - "smoothTrans": 50.0, - "smoothRot": 50.0 - }, - { - "uid": "1645775483884066:10459441", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483884878:10459444", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483884883:10459446", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483884886:10459448", - "type": "Value.StringValue", - "value": "Linear" - }, - { - "uid": "1645775483884889:10459450", - "type": "Value.StringValue", - "value": "InOut" - }, - { - "uid": "1645775483884892:10459452", - "type": "Value.Vec3Value", - "value": [ - 11.825599670410156, - 7.5, - 0.0 - ] - }, - { - "uid": "1645775483884895:10459454", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483884897:10459456", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483884898:10459458", - "type": "Value.IntValue", - "value": 3 - }, - { - "uid": "1645775483884901:10459460", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483884903:10459462", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483884906:10459464", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483884908:10459466", - "type": "Value.Vec3Value", - "value": [ - 11.825599670410156, - -14.547800064086914, - 0.0 - ] - }, - { - "uid": "1645775483884910:10459468", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483884911:10459470", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483884914:10459472", - "type": "Value.StringValue", - "value": "Lift" - }, - { - "uid": "1645775483884916:10459474", - "type": "Value.IntValue", - "value": 0 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sceneObject", - "typename": "SceneObject", - "scriptObject": "1645775483875703:10459408" - }, - { - "name": "tweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483884914:10459472" - }, - { - "name": "playAutomatically", - "typename": "Value.BoolValue", - "scriptObject": "1645775483884906:10459464" - }, - { - "name": "loopType", - "typename": "Value.IntValue", - "scriptObject": "1645775483884898:10459458" - }, - { - "name": "type", - "typename": "Value.IntValue", - "scriptObject": "1645775483884916:10459474" - }, - { - "name": "movementType", - "typename": "Value.IntValue", - "scriptObject": "1645775483884901:10459460" - }, - { - "name": "start", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483884908:10459466" - }, - { - "name": "end", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483884892:10459452" - }, - { - "name": "from", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483884895:10459454" - }, - { - "name": "to", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483884911:10459470" - }, - { - "name": "offset", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483884903:10459462" - }, - { - "name": "additive", - "typename": "Value.BoolValue", - "scriptObject": "1645775483884878:10459444" - }, - { - "name": "time", - "typename": "Value.FloatValue", - "scriptObject": "1645775483884910:10459468" - }, - { - "name": "delay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483884883:10459446" - }, - { - "name": "isLocal", - "typename": "Value.BoolValue", - "scriptObject": "1645775483884897:10459456" - }, - { - "name": "easingFunction", - "typename": "Value.StringValue", - "scriptObject": "1645775483884886:10459448" - }, - { - "name": "easingType", - "typename": "Value.StringValue", - "scriptObject": "1645775483884889:10459450" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645002271820189:656611" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1645775483884950:10459476", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1645775483885758:10459479", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1645775483885763:10459481", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483885765:10459483", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885767:10459485", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885769:10459487", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483885772:10459489", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885774:10459491", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885775:10459493", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483885777:10459495", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483885779:10459497", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885781:10459499", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483885783:10459501", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483885786:10459503", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483885787:10459505", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483885789:10459507", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483885792:10459509", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483885793:10459511", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483885795:10459513", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1645775483885797:10459515", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483885801:10459517", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885804:10459519", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885807:10459521", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885809:10459523", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885811:10459525", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483885814:10459527", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885817:10459529", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483885819:10459531", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885822:10459533", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483885827:10459537", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483885829:10459539", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483885832:10459541", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885834:10459543", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483885836:10459545", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483885841:10459547", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483885843:10459549", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885846:10459551", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885848:10459553", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885853:10459555", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885856:10459557", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885859:10459559", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885861:10459561", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483885864:10459563", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885867:10459565", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885869:10459567", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885873:10459569", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885878:10459571", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483885880:10459573", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885886:10459575", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483885890:10459577", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885894:10459579", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483885902:10459583", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483885906:10459585", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483885911:10459587", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885918:10459589", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483885920:10459591", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483885923:10459593", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483885925:10459595", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885927:10459597", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885929:10459599", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885934:10459601", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885936:10459603", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885938:10459605", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885940:10459607", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1645775483885945:10459609", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885947:10459611", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885949:10459613", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885951:10459615", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885953:10459617", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1645775483885956:10459619", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885958:10459621", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483885959:10459623", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885961:10459625", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483885968:10459629", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1645775483885970:10459631", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1645775483885973:10459633", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885975:10459635", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483885977:10459637", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1645775483885979:10459639", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483885980:10459641", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885982:10459643", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885984:10459645", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885986:10459647", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885988:10459649", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483885990:10459651", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483885992:10459653", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483885994:10459655", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483885995:10459657", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483885997:10459659", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483885999:10459661", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1645775483886000:10459663", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483886002:10459665", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1645775483886004:10459667", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1645775483886006:10459669", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886008:10459671", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1645775483886013:10459673", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1645775483886014:10459675", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886016:10459677", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1645775483886018:10459679", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1645775483886019:10459681", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1645775483886021:10459683", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483886023:10459685", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483886024:10459687", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1645775483886026:10459689", - "type": "Value.StringValue", - "value": "RESET" - }, - { - "uid": "1645775483886028:10459691", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483886030:10459693", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886031:10459695", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1645775483886033:10459697", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886035:10459699", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1645775483886036:10459701", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1645775483886038:10459703", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483886040:10459705", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1645775483886042:10459707", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1645775483886044:10459709", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1645775483886045:10459711", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1645775483886047:10459713", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1645775483886049:10459715", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886050:10459717", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886052:10459719", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886054:10459721", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1645775483886055:10459723", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886059:10459725", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886061:10459727", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483886063:10459729", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1645775483886065:10459731", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886067:10459733", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483886068:10459735", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1645775483886071:10459737", - "type": "Value.StringValue", - "value": "runTween" - }, - { - "uid": "1645775483886073:10459739", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1645775483886075:10459741", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1645775483886076:10459743", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886078:10459745", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1645775483886080:10459747", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886082:10459749", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1645775483886084:10459751", - "type": "Value.StringValue", - "value": "Lift" - }, - { - "uid": "1645775483886086:10459753", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886090:10459755", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483886092:10459757", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1645775483886096:10459759", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886098:10459761", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483886100:10459763", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483886102:10459765", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483886104:10459767", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483886106:10459769", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1645775483886107:10459771", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1645775483886109:10459773", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1645775483886111:10459775", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886113:10459777", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886115:10459779", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886116:10459781", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483886118:10459783", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483886120:10459785", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483886121:10459787", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1645775483886123:10459789", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1645775483886125:10459791", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886126:10459793", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886129:10459795", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886130:10459797", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886132:10459799", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886133:10459801", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886135:10459803", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886139:10459805", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886141:10459807", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886143:10459809", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886145:10459811", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886147:10459813", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886149:10459815", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886150:10459817", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1645775483886152:10459819", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483886154:10459821", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886155:10459823", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886157:10459825", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1645775483886161:10459827", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1645775483886163:10459829", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1645775483886165:10459831", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1645775483886166:10459833", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1645775483886168:10459835", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1645775483886170:10459837", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886172:10459839", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886174:10459841", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886175:10459843", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886177:10459845", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886179:10459847", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1645775483886181:10459849", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1645775483886182:10459851", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1645775483886184:10459853", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1645775483886186:10459855", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1645775483886188:10459857", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1645775483886189:10459859", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1645775483886191:10459861", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1645775483886195:10459863", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485974470:98468", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485974484:98469", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485974497:98470", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485974536:98471", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485974538:98472", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485974539:98473", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485974540:98474", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485974542:98475", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485974543:98476", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485974545:98477", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485974546:98478", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485974547:98479", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485974548:98480", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485974549:98481", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485974550:98482", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485974551:98483", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485974552:98484", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485974553:98485", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485974554:98486", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886191:10459861" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886184:10459853" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483885999:10459661" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1645775483886000:10459663" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886002:10459665" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1645775483885758:10459479" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483885786:10459503" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483886195:10459863" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886014:10459675" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483886013:10459673" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886008:10459671" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886006:10459669" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1645775483885787:10459505" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1645775483885994:10459655" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1645775483885995:10459657" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885992:10459653" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885997:10459659" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886018:10459679" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886024:10459687" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483886023:10459685" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1645775483886021:10459683" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886019:10459681" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886004:10459667" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886016:10459677" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886068:10459735" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483886026:10459689" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483886028:10459691" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886030:10459693" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886042:10459707" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886044:10459709" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886052:10459719" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886049:10459715" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886050:10459717" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1645775483886045:10459711" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483886040:10459705" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886047:10459713" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483886038:10459703" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485974550:98482" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974542:98475" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974551:98483" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974554:98486" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974553:98485" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974552:98484" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485974549:98481" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485974543:98476" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974539:98473" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974548:98480" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974546:98478" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485974547:98479" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485974540:98474" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485974538:98472" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485974545:98477" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485974536:98471" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886189:10459859" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886188:10459857" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886186:10459855" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886071:10459737" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483885763:10459481" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885767:10459485" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1645775483885769:10459487" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885765:10459483" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885772:10459489" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885774:10459491" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483885777:10459495" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483885775:10459493" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483885783:10459501" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885779:10459497" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885781:10459499" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483886054:10459721" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886059:10459725" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886061:10459727" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886055:10459723" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483886063:10459729" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886065:10459731" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886109:10459773" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483886107:10459771" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886130:10459797" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483886106:10459769" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886163:10459829" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1645775483886165:10459831" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "1645775483875703:10459408" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1645775483886084:10459751" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483886082:10459749" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483886133:10459801" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886132:10459799" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483886139:10459805" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886135:10459803" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483886143:10459809" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886141:10459807" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886150:10459817" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483886147:10459813" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483886145:10459811" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483886149:10459815" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886152:10459819" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886161:10459827" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483886155:10459823" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483886154:10459821" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483886157:10459825" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1645775483886100:10459763" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886102:10459765" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886121:10459787" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1645775483886120:10459785" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886123:10459789" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886111:10459775" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483886118:10459783" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886116:10459781" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483886115:10459779" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483886113:10459777" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483886125:10459791" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483886126:10459793" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483886129:10459795" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886168:10459835" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886166:10459833" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886179:10459847" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886177:10459845" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886170:10459837" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886174:10459841" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886172:10459839" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886175:10459843" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1645775483886182:10459851" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886181:10459849" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1645775483886073:10459739" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886080:10459747" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886076:10459743" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483886078:10459745" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1645775483886075:10459741" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1645775483886067:10459733" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1645775483885795:10459513" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1645775483885789:10459507" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1645775483885792:10459509" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1645775483885793:10459511" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483885841:10459547" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885804:10459519" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483885822:10459533" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483885817:10459529" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483885834:10459543" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483885809:10459523" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483885807:10459521" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483885846:10459551" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483885853:10459555" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483885859:10459559" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483885827:10459537" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483885801:10459517" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483885819:10459531" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483885814:10459527" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483885832:10459541" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483885843:10459549" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483885848:10459553" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483885856:10459557" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485974470:98468" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885829:10459539" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885797:10459515" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885836:10459545" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885811:10459525" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483885923:10459593" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885867:10459565" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483885894:10459579" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483885886:10459575" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483885918:10459589" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483885873:10459569" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483885869:10459567" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483885927:10459597" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483885934:10459601" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483885938:10459605" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483885902:10459583" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483885864:10459563" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483885890:10459577" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483885880:10459573" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483885911:10459587" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483885925:10459595" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483885929:10459599" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483885936:10459603" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485974484:98469" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885906:10459585" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885861:10459561" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885920:10459591" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885878:10459571" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1645775483885979:10459639" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1645775483885947:10459611" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1645775483885961:10459625" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1645775483885958:10459621" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1645775483885975:10459635" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483885951:10459615" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483885949:10459613" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1645775483885982:10459643" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483885986:10459647" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1645775483885990:10459651" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1645775483885968:10459629" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1645775483885945:10459609" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1645775483885959:10459623" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1645775483885956:10459619" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483885973:10459633" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1645775483885980:10459641" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1645775483885984:10459645" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1645775483885988:10459649" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485974497:98470" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885970:10459631" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885940:10459607" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885977:10459637" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1645775483885953:10459617" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1645775483886090:10459755" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1645775483886092:10459757" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886096:10459759" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1645775483886086:10459753" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1645775483886031:10459695" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1645775483886035:10459699" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1645775483886033:10459697" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1645775483886036:10459701" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1645775483886098:10459761" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1645775483886104:10459767" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483893935_10459871.json b/lenses/physics-objects/Scene/objects/1645775483893935_10459871.json deleted file mode 100644 index b0980ffb..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483893935_10459871.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645775483893935:10459871", - "type": "SceneObject", - "layerV2": 1, - "name": "Physics Objects Pivot Point", - "position": [ - 9.252537727355957, - 10.933784484863281, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483921553_10460113.json b/lenses/physics-objects/Scene/objects/1645775483921553_10460113.json deleted file mode 100644 index 65a02245..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483921553_10460113.json +++ /dev/null @@ -1,2723 +0,0 @@ -{ - "core": { - "uid": "1645775483921553:10460113", - "type": "SceneObject", - "layerV2": 1, - "name": "Physics Objects [TRY_ALL_CHILDREN_EXAMPLE]", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646021480229820:1416008", - "type": "Component.ScriptComponent", - "name": "Script 4", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646021484905241:1441373", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646021484905250:1441374", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646021484905252:1441375", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905255:1441376", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905257:1441377", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646021484905260:1441378", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905262:1441379", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905265:1441380", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646021484905266:1441381", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905269:1441382", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905270:1441383", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905273:1441384", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646021484905278:1441385", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905282:1441386", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646021484905284:1441387", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646021484905288:1441388", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905289:1441389", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905293:1441390", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646021484905296:1441391", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646021484905300:1441392", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905302:1441393", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905304:1441394", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905306:1441395", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905309:1441396", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646021484905311:1441397", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905313:1441398", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646021484905316:1441399", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905319:1441400", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646021484905324:1441402", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646021484905326:1441403", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646021484905328:1441404", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905330:1441405", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905332:1441406", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646021484905334:1441407", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646021484905335:1441408", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905337:1441409", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905339:1441410", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905343:1441411", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905345:1441412", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905347:1441413", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905348:1441414", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646021484905350:1441415", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905352:1441416", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905353:1441417", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905354:1441418", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905356:1441419", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646021484905357:1441420", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905359:1441421", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646021484905360:1441422", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905362:1441423", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646021484905365:1441425", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646021484905366:1441426", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646021484905368:1441427", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905369:1441428", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905370:1441429", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646021484905372:1441430", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646021484905373:1441431", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905375:1441432", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905376:1441433", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905378:1441434", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905379:1441435", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905381:1441436", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905382:1441437", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646021484905385:1441438", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905387:1441439", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905388:1441440", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905389:1441441", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905391:1441442", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646021484905393:1441443", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905394:1441444", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646021484905396:1441445", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905397:1441446", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646021484905400:1441448", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646021484905401:1441449", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646021484905403:1441450", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905404:1441451", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905406:1441452", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646021484905407:1441453", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646021484905409:1441454", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905410:1441455", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905412:1441456", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905413:1441457", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905415:1441458", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905416:1441459", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905418:1441460", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905420:1441461", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646021484905421:1441462", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646021484905423:1441463", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905425:1441464", - "type": "Value.StringValue", - "value": "FaceLostEvent" - }, - { - "uid": "1646021484905426:1441465", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646021484905428:1441466", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646021484905429:1441467", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646021484905431:1441468", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905432:1441469", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646021484905434:1441470", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646021484905435:1441471", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905437:1441472", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646021484905438:1441473", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646021484905440:1441474", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646021484905442:1441475", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905443:1441476", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905444:1441477", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646021484905446:1441478", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905447:1441479", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905448:1441480", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905451:1441481", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646021484905452:1441482", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905454:1441483", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646021484905456:1441484", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646021484905458:1441485", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646021484905459:1441486", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646021484905461:1441487", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646021484905462:1441488", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646021484905464:1441489", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646021484905465:1441490", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646021484905467:1441491", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905468:1441492", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905469:1441493", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905471:1441494", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646021484905472:1441495", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905474:1441496", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905475:1441497", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646021484905477:1441498", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646021484905478:1441499", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905479:1441500", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905481:1441501", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646021484905483:1441502", - "type": "Value.StringValue", - "value": "sendCustomTrigger" - }, - { - "uid": "1646021484905485:1441503", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646021484905486:1441504", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646021484905487:1441505", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905490:1441506", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646021484905492:1441507", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905493:1441508", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646021484905494:1441509", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905496:1441510", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905497:1441511", - "type": "Value.StringValue", - "value": "FACEREST" - }, - { - "uid": "1646021484905499:1441512", - "type": "Value.StringArrayValue", - "count": 1, - "value": [ - { - "value": "FACERESET" - } - ] - }, - { - "uid": "1646021484905500:1441513", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905501:1441514", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905503:1441515", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905505:1441516", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646021484905506:1441517", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646021484905509:1441518", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646021484905513:1441519", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646021484905514:1441520", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646021484905516:1441521", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905518:1441522", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905519:1441523", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905521:1441524", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646021484905522:1441525", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646021484905526:1441526", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905527:1441527", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646021484905529:1441528", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646021484905530:1441529", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905532:1441530", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905533:1441531", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905535:1441532", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905536:1441533", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905538:1441534", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905539:1441535", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905541:1441536", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905542:1441537", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905544:1441538", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905545:1441539", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905547:1441540", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905548:1441541", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905549:1441542", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646021484905551:1441543", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646021484905552:1441544", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905554:1441545", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905555:1441546", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646021484905557:1441547", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646021484905558:1441548", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646021484905560:1441549", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646021484905561:1441550", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646021484905563:1441551", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646021484905564:1441552", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905566:1441553", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905567:1441554", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905569:1441555", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905570:1441556", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905572:1441557", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646021484905573:1441558", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646021484905574:1441559", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646021484905576:1441560", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646021484905577:1441561", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646021484905579:1441562", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646021484905580:1441563", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646021484905581:1441564", - "type": "Value.StringValue", - "value": "FaceEvent" - }, - { - "uid": "1646021484905583:1441565", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485281938:97837", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485281957:97838", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485281970:97839", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485281996:97840", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485281998:97841", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485282000:97842", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485282004:97843", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485282005:97844", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485282006:97845", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485282010:97846", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485282011:97847", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485282012:97848", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485282013:97849", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485282014:97850", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485282015:97851", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485282016:97852", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485282017:97853", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485282019:97854", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485282020:97855", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905581:1441564" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905576:1441560" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905425:1441464" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646021484905426:1441465" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905428:1441466" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905241:1441373" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905278:1441385" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905583:1441565" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905435:1441471" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646021484905434:1441470" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905432:1441469" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905431:1441468" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646021484905282:1441386" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646021484905420:1441461" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905421:1441462" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905418:1441460" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905423:1441463" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905438:1441473" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905444:1441477" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646021484905443:1441476" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646021484905442:1441475" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905440:1441474" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905429:1441467" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905437:1441472" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905481:1441501" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905446:1441478" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646021484905447:1441479" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905448:1441480" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905461:1441487" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905462:1441488" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905469:1441493" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905467:1441491" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905468:1441492" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646021484905464:1441489" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905459:1441486" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905465:1441490" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646021484905458:1441485" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485282015:97851" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282005:97844" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282016:97852" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282020:97855" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282019:97854" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282017:97853" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485282014:97850" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485282006:97845" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282000:97842" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282013:97849" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282011:97847" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485282012:97848" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485282004:97843" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485281998:97841" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485282010:97846" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485281996:97840" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905580:1441563" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905579:1441562" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905577:1441561" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905483:1441502" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646021484905250:1441374" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905255:1441376" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646021484905257:1441377" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905252:1441375" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905260:1441378" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905262:1441379" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905266:1441381" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646021484905265:1441380" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905273:1441384" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905269:1441382" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905270:1441383" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646021484905471:1441494" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905474:1441496" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905475:1441497" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905472:1441495" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646021484905477:1441498" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905478:1441499" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905514:1441520" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646021484905513:1441519" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905535:1441532" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905509:1441518" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905558:1441548" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646021484905560:1441549" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905494:1441509" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646021484905493:1441508" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905538:1441534" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905536:1441533" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905541:1441536" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905539:1441535" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905544:1441538" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905542:1441537" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905549:1441542" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905547:1441540" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646021484905545:1441539" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646021484905548:1441541" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905551:1441543" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905557:1441547" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905554:1441545" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646021484905552:1441544" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646021484905555:1441546" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646021484905503:1441515" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905505:1441516" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905527:1441527" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905526:1441526" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905529:1441528" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905516:1441521" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646021484905522:1441525" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905521:1441524" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905519:1441523" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905518:1441522" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646021484905530:1441529" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905532:1441530" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905533:1441531" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905563:1441551" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905561:1441550" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905572:1441557" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905570:1441556" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905564:1441552" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905567:1441554" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905566:1441553" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905569:1441555" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646021484905574:1441559" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905573:1441558" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646021484905485:1441503" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905492:1441507" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905487:1441505" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646021484905490:1441506" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646021484905486:1441504" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646021484905479:1441500" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905293:1441390" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646021484905284:1441387" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905288:1441388" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905289:1441389" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905334:1441407" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905302:1441393" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646021484905319:1441400" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905313:1441398" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646021484905330:1441405" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905306:1441395" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905304:1441394" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646021484905337:1441409" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905343:1441411" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905347:1441413" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646021484905324:1441402" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646021484905300:1441392" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646021484905316:1441399" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646021484905311:1441397" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646021484905328:1441404" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646021484905335:1441408" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646021484905339:1441410" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646021484905345:1441412" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485281938:97837" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905326:1441403" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905296:1441391" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905332:1441406" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905309:1441396" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905372:1441430" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905352:1441416" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646021484905362:1441423" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905359:1441421" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646021484905369:1441428" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905354:1441418" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905353:1441417" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646021484905375:1441432" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905378:1441434" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905381:1441436" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646021484905365:1441425" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646021484905350:1441415" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646021484905360:1441422" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646021484905357:1441420" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646021484905368:1441427" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646021484905373:1441431" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646021484905376:1441433" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646021484905379:1441435" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485281957:97838" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905366:1441426" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905348:1441414" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905370:1441429" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905356:1441419" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905407:1441453" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905387:1441439" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646021484905397:1441446" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905394:1441444" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646021484905404:1441451" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905389:1441441" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905388:1441440" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646021484905410:1441455" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905413:1441457" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646021484905416:1441459" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646021484905400:1441448" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646021484905385:1441438" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646021484905396:1441445" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646021484905393:1441443" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646021484905403:1441450" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646021484905409:1441454" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646021484905412:1441456" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646021484905415:1441458" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485281970:97839" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905401:1441449" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905382:1441437" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905406:1441452" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646021484905391:1441442" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905497:1441511" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646021484905499:1441512" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905500:1441513" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646021484905496:1441510" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646021484905451:1441481" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646021484905454:1441483" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646021484905452:1441482" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646021484905456:1441484" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646021484905501:1441514" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646021484905506:1441517" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483930471_10460522.json b/lenses/physics-objects/Scene/objects/1645775483930471_10460522.json deleted file mode 100644 index 767bc2aa..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483930471_10460522.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1645775483930471:10460522", - "type": "SceneObject", - "layerV2": 1, - "name": "car", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.550000011920929, - 0.550000011920929, - 0.550000011920929 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483933611_10460531.json b/lenses/physics-objects/Scene/objects/1645775483933611_10460531.json deleted file mode 100644 index e7b80038..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483933611_10460531.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1645775483933611:10460531", - "type": "SceneObject", - "layerV2": 1, - "name": "Right Front Wheel", - "position": [ - -4.495485782623291, - -1.8201489448547363, - -4.2429962158203125 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483935986:10460533", - "type": "Component.RenderMeshVisual", - "name": "component_6", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1645775483937844:10460546", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.10000000149011612, - "angularDamping": 0.10000000149011612 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483938740_10460550.json b/lenses/physics-objects/Scene/objects/1645775483938740_10460550.json deleted file mode 100644 index 69fe7715..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483938740_10460550.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1645775483938740:10460550", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483941040:10460552", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1645775484018236:10460896", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483950577_10460562.json b/lenses/physics-objects/Scene/objects/1645775483950577_10460562.json deleted file mode 100644 index ac36a027..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483950577_10460562.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1645775483950577:10460562", - "type": "SceneObject", - "layerV2": 1, - "name": "Left Front Wheel", - "position": [ - -4.495485782623291, - -1.8201489448547363, - 4.330131530761719 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483953477:10460564", - "type": "Component.RenderMeshVisual", - "name": "component_8", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1645775483955503:10460577", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.10000000149011612, - "angularDamping": 0.10000000149011612 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483956374_10460581.json b/lenses/physics-objects/Scene/objects/1645775483956374_10460581.json deleted file mode 100644 index 750101a9..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483956374_10460581.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1645775483956374:10460581", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483958366:10460583", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1645775484018236:10460896", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483973111_10460674.json b/lenses/physics-objects/Scene/objects/1645775483973111_10460674.json deleted file mode 100644 index af865ab0..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483973111_10460674.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1645775483973111:10460674", - "type": "SceneObject", - "layerV2": 1, - "name": "Right Back Wheel", - "position": [ - 1.219933032989502, - -1.8201489448547363, - -4.2429962158203125 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483975634:10460676", - "type": "Component.RenderMeshVisual", - "name": "component_3", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1645775483977309:10460689", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.10000000149011612, - "angularDamping": 0.10000000149011612 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483978162_10460693.json b/lenses/physics-objects/Scene/objects/1645775483978162_10460693.json deleted file mode 100644 index 292aba6e..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483978162_10460693.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1645775483978162:10460693", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483980171:10460695", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1645775484018236:10460896", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483994403_10460782.json b/lenses/physics-objects/Scene/objects/1645775483994403_10460782.json deleted file mode 100644 index 89a11a89..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483994403_10460782.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1645775483994403:10460782", - "type": "SceneObject", - "layerV2": 1, - "name": "Left Back Wheel", - "position": [ - 1.219933032989502, - -1.8201489448547363, - 4.330131530761719 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775483996698:10460784", - "type": "Component.RenderMeshVisual", - "name": "component_5", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1645775483998356:10460797", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.10000000149011612, - "angularDamping": 0.10000000149011612 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775483999228_10460801.json b/lenses/physics-objects/Scene/objects/1645775483999228_10460801.json deleted file mode 100644 index aef1f8a2..00000000 --- a/lenses/physics-objects/Scene/objects/1645775483999228_10460801.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1645775483999228:10460801", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484001272:10460803", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1645775484018236:10460896", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484015873_10460894.json b/lenses/physics-objects/Scene/objects/1645775484015873_10460894.json deleted file mode 100644 index 226dd94f..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484015873_10460894.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484015873:10460894", - "type": "SceneObject", - "layerV2": 1, - "name": "Car", - "position": [ - -1.5483543872833252, - -1.420646071434021, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484018236:10460896", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 11.34000015258789, - 0.36000001430511475, - 7.050000190734863 - ] - }, - "matter": "1644734529797042:257849", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.5, - "damping": 0.009999999776482582, - "angularDamping": 0.009999999776482582 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484019098_10460900.json b/lenses/physics-objects/Scene/objects/1645775484019098_10460900.json deleted file mode 100644 index 87ef260d..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484019098_10460900.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1645775484019098:10460900", - "type": "SceneObject", - "layerV2": 1, - "name": "Car Body", - "position": [ - -0.5160434246063232, - 1.830251693725586, - 0.01869666948914528 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484021037:10460902", - "type": "Component.RenderMeshVisual", - "name": "component_9", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084596534853:6048696" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215708830:73191", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484023080_10460915.json b/lenses/physics-objects/Scene/objects/1645775484023080_10460915.json deleted file mode 100644 index cb7ec749..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484023080_10460915.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "core": { - "uid": "1645775484023080:10460915", - "type": "SceneObject", - "layerV2": 1, - "name": "Cylinder Body", - "position": [ - -3.0946736335754395, - 0.8615093231201172, - -0.01869666948914528 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484025051:10460917", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 7.199999809265137, - "cylRadius": 2.0999999046325684 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484029094_10460922.json b/lenses/physics-objects/Scene/objects/1645775484029094_10460922.json deleted file mode 100644 index 18deee57..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484029094_10460922.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484029094:10460922", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - -3.952822685241699, - -0.6092681884765625, - -0.01869666948914528 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484037040:10461005", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.4000000953674316, - 2.700000047683716, - 7.050000190734863 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484042942_10461014.json b/lenses/physics-objects/Scene/objects/1645775484042942_10461014.json deleted file mode 100644 index 12abb622..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484042942_10461014.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484042942:10461014", - "type": "SceneObject", - "layerV2": 1, - "name": "BoxBody", - "position": [ - 3.710507392883301, - 0.5813674926757813, - -3.2286033630371094 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484045490:10461016", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 4.949999809265137, - 4.5, - 0.7200000286102295 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484050124_10461021.json b/lenses/physics-objects/Scene/objects/1645775484050124_10461021.json deleted file mode 100644 index ed92898f..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484050124_10461021.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484050124:10461021", - "type": "SceneObject", - "layerV2": 1, - "name": "BoxBody", - "position": [ - 3.710507392883301, - 0.5813674926757813, - 3.1812314987182617 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484053249:10461023", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 4.949999809265137, - 4.5, - 0.7200000286102295 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484057832_10461028.json b/lenses/physics-objects/Scene/objects/1645775484057832_10461028.json deleted file mode 100644 index 3b2f91af..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484057832_10461028.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484057832:10461028", - "type": "SceneObject", - "layerV2": 1, - "name": "BoxBody", - "position": [ - -2.189815044403076, - 0.6243896484375, - -3.1967597007751465 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484060144:10461030", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.4000000953674316, - 4.5, - 0.7200000286102295 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484064589_10461035.json b/lenses/physics-objects/Scene/objects/1645775484064589_10461035.json deleted file mode 100644 index 7f0d674b..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484064589_10461035.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484064589:10461035", - "type": "SceneObject", - "layerV2": 1, - "name": "BoxBody", - "position": [ - -2.189815044403076, - 0.6243896484375, - 3.1866683959960938 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484066868:10461037", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.4000000953674316, - 4.5, - 0.7200000286102295 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484071170_10461042.json b/lenses/physics-objects/Scene/objects/1645775484071170_10461042.json deleted file mode 100644 index 9a646586..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484071170_10461042.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484071170:10461042", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 5.912615776062012, - 0.6339626312255859, - -0.030473385006189346 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484074193:10461046", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 0.7200000286102295, - 4.5, - 5.579999923706055 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484078861_10461053.json b/lenses/physics-objects/Scene/objects/1645775484078861_10461053.json deleted file mode 100644 index 1baa4c9a..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484078861_10461053.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484078861:10461053", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 0.10567843914031982, - -0.8513593673706055, - 3.182915687561035 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484081523:10461055", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.0, - 1.7100000381469727, - 0.6899999976158142 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484087008_10461060.json b/lenses/physics-objects/Scene/objects/1645775484087008_10461060.json deleted file mode 100644 index 17296124..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484087008_10461060.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484087008:10461060", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 0.10567843914031982, - -0.8513593673706055, - -3.2094264030456543 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484089450:10461062", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.0, - 1.7100000381469727, - 0.6899999976158142 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484097579_10461068.json b/lenses/physics-objects/Scene/objects/1645775484097579_10461068.json deleted file mode 100644 index d9544cc5..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484097579_10461068.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1645775484097579:10461068", - "type": "SceneObject", - "layerV2": 1, - "name": "Seat", - "position": [ - 3.070955514907837, - 3.168673515319824, - -0.00026931799948215485 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484099693:10461070", - "type": "Component.RenderMeshVisual", - "name": "component_10", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215752291:73206", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484101498_10461083.json b/lenses/physics-objects/Scene/objects/1645775484101498_10461083.json deleted file mode 100644 index 48b4ef78..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484101498_10461083.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484101498:10461083", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - -0.8195533752441406, - -0.7476034164428711, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484103473:10461085", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.700000047683716, - 2.0399999618530273, - 5.579999923706055 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484108828_10461094.json b/lenses/physics-objects/Scene/objects/1645775484108828_10461094.json deleted file mode 100644 index abb21084..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484108828_10461094.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484108828:10461094", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 1.3313236236572266, - 2.1711864471435547, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - -0.09733179211616516, - 0.9952520132064819 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484117155:10461177", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 0.6899999976158142, - 3.5999999046325684, - 5.579999923706055 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484126437_10461183.json b/lenses/physics-objects/Scene/objects/1645775484126437_10461183.json deleted file mode 100644 index 3b3e2e2f..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484126437_10461183.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1645775484126437:10461183", - "type": "SceneObject", - "layerV2": 1, - "name": "Wind Shield", - "position": [ - -1.908186674118042, - 5.733782768249512, - -0.0002693181158974767 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484128696:10461185", - "type": "Component.RenderMeshVisual", - "name": "component_11", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215791524:73225", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484130509_10461198.json b/lenses/physics-objects/Scene/objects/1645775484130509_10461198.json deleted file mode 100644 index aee61153..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484130509_10461198.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775484130509:10461198", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - -0.23479434847831726, - 0.9720450639724731 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484132439:10461200", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 0.6600000262260437, - 1.7999999523162842, - 5.579999923706055 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484147613_10461291.json b/lenses/physics-objects/Scene/objects/1645775484147613_10461291.json deleted file mode 100644 index 1cc5e1b1..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484147613_10461291.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1645775484147613:10461291", - "type": "SceneObject", - "layerV2": 1, - "name": "Backup Wheel", - "position": [ - 6.523284912109375, - 4.0129804611206055, - 0.1615133285522461 - ], - "rotation": [ - 0.0, - 0.7070909142494202, - 0.0, - 0.7071226835250854 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484149919:10461293", - "type": "Component.RenderMeshVisual", - "name": "component_5", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1645775484151701:10461306", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.10000000149011612, - "angularDamping": 0.10000000149011612 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484155942_10461311.json b/lenses/physics-objects/Scene/objects/1645775484155942_10461311.json deleted file mode 100644 index d612df3a..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484155942_10461311.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1645775484155942:10461311", - "type": "SceneObject", - "layerV2": 1, - "name": "Back Bearing", - "position": [ - 2.7488980293273926, - -0.3604545593261719, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484157919:10461313", - "type": "Component.RenderMeshVisual", - "name": "component_4", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215623083:73149", - "skin": "-1:-1" - }, - { - "uid": "1645775484159615:10461326", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 7.019999980926514, - "cylRadius": 0.18000000715255737 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484163764_10461331.json b/lenses/physics-objects/Scene/objects/1645775484163764_10461331.json deleted file mode 100644 index 283a06b7..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484163764_10461331.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1645775484163764:10461331", - "type": "SceneObject", - "layerV2": 1, - "name": "Front Bearing", - "position": [ - -2.9191930294036865, - -0.4558086395263672, - -0.0002693181158974767 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484165710:10461333", - "type": "Component.RenderMeshVisual", - "name": "component_7", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215623083:73149", - "skin": "-1:-1" - }, - { - "uid": "1645775484167431:10461346", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 7.019999980926514, - "cylRadius": 0.18000000715255737 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775484172866_10461355.json b/lenses/physics-objects/Scene/objects/1645775484172866_10461355.json deleted file mode 100644 index 771dca9e..00000000 --- a/lenses/physics-objects/Scene/objects/1645775484172866_10461355.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1645775484172866:10461355", - "type": "SceneObject", - "layerV2": 1, - "name": "Pipe", - "position": [ - 5.801380157470703, - 1.3275632858276367, - 2.515913963317871 - ], - "rotation": [ - 2.6928148599836277e-09, - 6.491908344230524e-09, - -0.7071068286895752, - 0.7071066498756409 - ], - "scale": [ - 1.0000001192092896, - 1.0000001192092896, - 1.0000003576278687 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645775484174987:10461357", - "type": "Component.RenderMeshVisual", - "name": "component_14", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238216954222:73794", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775486170553_10469985.json b/lenses/physics-objects/Scene/objects/1645775486170553_10469985.json deleted file mode 100644 index f91bf75c..00000000 --- a/lenses/physics-objects/Scene/objects/1645775486170553_10469985.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "core": { - "uid": "1645775486170553:10469985", - "type": "SceneObject", - "layerV2": 1, - "name": "beach ball", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1645775486175340:10470000", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "SphereShape", - "sphereRadius": 3.799999952316284 - }, - "matter": "1645813695447928:3343474", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.0020000000949949026, - "damping": 0.019999999552965164, - "angularDamping": 0.019999999552965164 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645775486180899_10470005.json b/lenses/physics-objects/Scene/objects/1645775486180899_10470005.json deleted file mode 100644 index 34be3100..00000000 --- a/lenses/physics-objects/Scene/objects/1645775486180899_10470005.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1645775486180899:10470005", - "type": "SceneObject", - "layerV2": 1, - "name": "gift box", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.20000000298023224, - 0.20000000298023224, - 0.20000000298023224 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1645775486186770:10470024", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 15.0, - 18.0, - 15.0 - ] - }, - "matter": "1645775468587491:10393250", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.0010000000474974513, - "damping": 0.019999999552965164, - "angularDamping": 0.019999999552965164 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645812497195604_1133255.json b/lenses/physics-objects/Scene/objects/1645812497195604_1133255.json deleted file mode 100644 index 0d99d1d2..00000000 --- a/lenses/physics-objects/Scene/objects/1645812497195604_1133255.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1645812497195604:1133255", - "type": "SceneObject", - "layerV2": 1, - "name": "temp:box_bt", - "position": [ - 0.0, - -9.093721389770508, - 0.895463228225708 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.3518868684768677, - 0.3518867790699005, - 0.3518868684768677 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645812497197229:1133261", - "type": "Component.RenderMeshVisual", - "name": "component_0", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1646166097436734:566522" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645812485222696:1104984", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645812497215785_1133362.json b/lenses/physics-objects/Scene/objects/1645812497215785_1133362.json deleted file mode 100644 index 621525bf..00000000 --- a/lenses/physics-objects/Scene/objects/1645812497215785_1133362.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1645812497215785:1133362", - "type": "SceneObject", - "layerV2": 1, - "name": "temp:box_top", - "position": [ - 0.0, - -21.017282485961914, - 0.895463228225708 - ], - "rotation": [ - 0.0, - 2.9802322387695313e-08, - 0.0, - 1.0000001192092896 - ], - "scale": [ - 0.35188689827919006, - 0.3518868088722229, - 0.35188689827919006 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1645812497217804:1133364", - "type": "Component.RenderMeshVisual", - "name": "component_1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1646166097436734:566522" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645812485408914:1105015", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1645812890485765_1841981.json b/lenses/physics-objects/Scene/objects/1645812890485765_1841981.json deleted file mode 100644 index acb7ab01..00000000 --- a/lenses/physics-objects/Scene/objects/1645812890485765_1841981.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "core": { - "uid": "1645812890485765:1841981", - "type": "SceneObject", - "layerV2": 1, - "name": "baseball", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1645812890491231:1842000", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "SphereShape", - "sphereRadius": 3.799999952316284 - }, - "matter": "1645773961804881:7628264", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.004999999888241291, - "damping": 0.019999999552965164, - "angularDamping": 0.019999999552965164 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646031865171419_3966763.json b/lenses/physics-objects/Scene/objects/1646031865171419_3966763.json deleted file mode 100644 index 69e31e0f..00000000 --- a/lenses/physics-objects/Scene/objects/1646031865171419_3966763.json +++ /dev/null @@ -1,10857 +0,0 @@ -{ - "core": { - "uid": "1646031865171419:3966763", - "type": "SceneObject", - "layerV2": 1, - "name": "Single Physics Body [TRY_ALL_CHILDREN_EXAMPLE]", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646031877490745:4018751", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646031877491466:4018753", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031877491471:4018755", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031877491473:4018757", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sourceObject", - "typename": "SceneObject", - "scriptObject": "1645775483893935:10459871" - }, - { - "name": "bindObject", - "typename": "SceneObject", - "scriptObject": "1646031865171419:3966763" - }, - { - "name": "bindPosition", - "typename": "Value.BoolValue", - "scriptObject": "1646031877491466:4018753" - }, - { - "name": "bindRotation", - "typename": "Value.BoolValue", - "scriptObject": "1646031877491471:4018755" - }, - { - "name": "bindScale", - "typename": "Value.BoolValue", - "scriptObject": "1646031877491473:4018757" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644978038922371:15188" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646031903980968:4048434", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646031903983072:4048436", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646031903983078:4048438", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646031903983080:4048440", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983083:4048442", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983085:4048444", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031903983087:4048446", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983090:4048448", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983092:4048450", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646031903983093:4048452", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983096:4048454", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983097:4048456", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983099:4048458", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646031903983102:4048460", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983104:4048462", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646031903983106:4048464", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031903983108:4048466", - "type": "Value.StringValue", - "value": "bindTransform" - }, - { - "uid": "1646031903983110:4048468", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983112:4048470", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646031903983114:4048472", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646031903983117:4048474", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983119:4048476", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983121:4048478", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983124:4048480", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983126:4048482", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646031903983130:4048484", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983132:4048486", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031903983134:4048488", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983137:4048490", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031903983141:4048494", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646031903983145:4048496", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646031903983147:4048498", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983150:4048500", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983152:4048502", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646031903983154:4048504", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646031903983156:4048506", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983158:4048508", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983162:4048510", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983165:4048512", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983167:4048514", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983169:4048516", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983171:4048518", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646031903983173:4048520", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983176:4048522", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983178:4048524", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983180:4048526", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983182:4048528", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646031903983184:4048530", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983189:4048532", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031903983190:4048534", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983192:4048536", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031903983197:4048540", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646031903983198:4048542", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646031903983201:4048544", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983203:4048546", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983205:4048548", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646031903983207:4048550", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646031903983209:4048552", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983211:4048554", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983213:4048556", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983215:4048558", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983217:4048560", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983219:4048562", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983221:4048564", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646031903983224:4048566", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983226:4048568", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983228:4048570", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983230:4048572", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983232:4048574", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646031903983235:4048576", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983237:4048578", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031903983239:4048580", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983241:4048582", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031903983245:4048586", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646031903983247:4048588", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646031903983249:4048590", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983251:4048592", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983253:4048594", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646031903983256:4048596", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646031903983257:4048598", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983259:4048600", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983261:4048602", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983264:4048604", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983265:4048606", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983267:4048608", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983269:4048610", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983271:4048612", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646031903983273:4048614", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646031903983275:4048616", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983277:4048618", - "type": "Value.StringValue", - "value": "FaceFoundEvent" - }, - { - "uid": "1646031903983278:4048620", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031903983280:4048622", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646031903983282:4048624", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646031903983284:4048626", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983286:4048628", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646031903983293:4048630", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646031903983299:4048632", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983301:4048634", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646031903983303:4048636", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646031903983305:4048638", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646031903983307:4048640", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983309:4048642", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983311:4048644", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646031903983313:4048646", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983314:4048648", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983317:4048650", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983318:4048652", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646031903983320:4048654", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983322:4048656", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646031903983324:4048658", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646031903983326:4048660", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983328:4048662", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646031903983331:4048664", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646031903983332:4048666", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646031903983334:4048668", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646031903983336:4048670", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646031903983338:4048672", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983340:4048674", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983341:4048676", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983343:4048678", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646031903983345:4048680", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983347:4048682", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983349:4048684", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646031903983351:4048686", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646031903983353:4048688", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983354:4048690", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983356:4048692", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646031903983359:4048694", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1646031903983361:4048696", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646031903983363:4048698", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646031903983365:4048700", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983367:4048702", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646031903983369:4048704", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983371:4048706", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646031903983373:4048708", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983375:4048710", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983377:4048712", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983379:4048714", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031903983381:4048716", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983383:4048718", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983385:4048720", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983387:4048722", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031903983389:4048724", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031903983391:4048726", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646031903983393:4048728", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646031903983395:4048730", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646031903983397:4048732", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983399:4048734", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983401:4048736", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983403:4048738", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031903983405:4048740", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031903983407:4048742", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983409:4048744", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646031903983411:4048746", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646031903983413:4048748", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983415:4048750", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983418:4048752", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983420:4048754", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983422:4048756", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983425:4048758", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983427:4048760", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983429:4048762", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983431:4048764", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983433:4048766", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983434:4048768", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983436:4048770", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983438:4048772", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983440:4048774", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646031903983442:4048776", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031903983444:4048778", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983446:4048780", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983448:4048782", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031903983450:4048784", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646031903983452:4048786", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646031903983453:4048788", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031903983455:4048790", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031903983457:4048792", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646031903983459:4048794", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983461:4048796", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983462:4048798", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983464:4048800", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983466:4048802", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983468:4048804", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031903983470:4048806", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646031903983471:4048808", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031903983473:4048810", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646031903983475:4048812", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031903983477:4048814", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646031903983479:4048816", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646031903983481:4048818", - "type": "Value.StringValue", - "value": "FaceEvent" - }, - { - "uid": "1646031903983483:4048820", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485311057:97891", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485311076:97892", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485311089:97893", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485311117:97894", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485311119:97895", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485311121:97896", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485311123:97897", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485311125:97898", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485311126:97899", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485311129:97900", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485311130:97901", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485311131:97902", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485311132:97903", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485311134:97904", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485311135:97905", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485311136:97906", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485311137:97907", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485311138:97908", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485311139:97909", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983481:4048818" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983473:4048810" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983277:4048618" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646031903983278:4048620" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983280:4048622" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983072:4048436" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983102:4048460" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983483:4048820" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983299:4048632" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646031903983293:4048630" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983286:4048628" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983284:4048626" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646031903983104:4048462" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646031903983271:4048612" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983273:4048614" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983269:4048610" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983275:4048616" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983303:4048636" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983311:4048644" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646031903983309:4048642" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646031903983307:4048640" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983305:4048638" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983282:4048624" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983301:4048634" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983356:4048692" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983313:4048646" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031903983314:4048648" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983317:4048650" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983331:4048664" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983332:4048666" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983341:4048676" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983338:4048672" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983340:4048674" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646031903983334:4048668" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983328:4048662" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983336:4048670" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031903983326:4048660" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485311135:97905" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311125:97898" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311136:97906" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311139:97909" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311138:97908" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311137:97907" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485311134:97904" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485311126:97899" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311121:97896" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311132:97903" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311130:97901" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485311131:97902" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485311123:97897" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485311119:97895" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485311129:97900" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485311117:97894" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983479:4048816" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983477:4048814" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983475:4048812" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983359:4048694" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646031903983078:4048438" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983083:4048442" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646031903983085:4048444" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983080:4048440" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983087:4048446" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983090:4048448" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983093:4048452" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646031903983092:4048450" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983099:4048458" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983096:4048454" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983097:4048456" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646031903983343:4048678" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983347:4048682" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983349:4048684" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983345:4048680" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646031903983351:4048686" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983353:4048688" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983395:4048730" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646031903983393:4048728" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983420:4048754" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983391:4048726" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983452:4048786" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646031903983453:4048788" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983373:4048708" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646031903983371:4048706" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983425:4048758" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983422:4048756" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983429:4048762" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983427:4048760" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983433:4048766" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983431:4048764" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983440:4048774" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983436:4048770" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646031903983434:4048768" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646031903983438:4048772" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983442:4048776" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983450:4048784" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983446:4048780" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646031903983444:4048778" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646031903983448:4048782" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646031903983385:4048720" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983387:4048722" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983409:4048744" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983407:4048742" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983411:4048746" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983397:4048732" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646031903983405:4048740" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983403:4048738" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983401:4048736" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983399:4048734" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646031903983413:4048748" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983415:4048750" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983418:4048752" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983457:4048792" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983455:4048790" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983468:4048804" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983466:4048802" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983459:4048794" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983462:4048798" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983461:4048796" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983464:4048800" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646031903983471:4048808" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983470:4048806" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646031903983361:4048696" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983369:4048704" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983365:4048700" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646031903983367:4048702" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646031903983363:4048698" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646031903983354:4048690" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983112:4048470" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646031877490745:4018751" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646031903983106:4048464" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983108:4048466" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983110:4048468" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983154:4048504" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983119:4048476" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646031903983137:4048490" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983132:4048486" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646031903983150:4048500" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983124:4048480" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983121:4048478" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646031903983158:4048508" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983165:4048512" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983169:4048516" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646031903983141:4048494" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646031903983117:4048474" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646031903983134:4048488" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646031903983130:4048484" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031903983147:4048498" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646031903983156:4048506" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646031903983162:4048510" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646031903983167:4048514" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485311057:97891" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983145:4048496" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983114:4048472" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983152:4048502" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983126:4048482" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983207:4048550" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983176:4048522" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646031903983192:4048536" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983189:4048532" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646031903983203:4048546" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983180:4048526" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983178:4048524" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646031903983211:4048554" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983215:4048558" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983219:4048562" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646031903983197:4048540" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646031903983173:4048520" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646031903983190:4048534" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646031903983184:4048530" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031903983201:4048544" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646031903983209:4048552" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646031903983213:4048556" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646031903983217:4048560" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485311076:97892" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983198:4048542" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983171:4048518" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983205:4048548" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983182:4048528" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983256:4048596" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983226:4048568" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646031903983241:4048582" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983237:4048578" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646031903983251:4048592" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983230:4048572" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983228:4048570" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646031903983259:4048600" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983264:4048604" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646031903983267:4048608" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646031903983245:4048586" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646031903983224:4048566" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646031903983239:4048580" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646031903983235:4048576" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031903983249:4048590" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646031903983257:4048598" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646031903983261:4048602" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646031903983265:4048606" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485311089:97893" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983247:4048588" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983221:4048564" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983253:4048594" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031903983232:4048574" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983377:4048712" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031903983379:4048714" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983381:4048716" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646031903983375:4048710" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646031903983318:4048652" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646031903983322:4048656" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031903983320:4048654" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646031903983324:4048658" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646031903983383:4048718" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646031903983389:4048724" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646031917095416:4077846", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646031917097508:4077848", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646031917097514:4077850", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646031917097516:4077852", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097519:4077854", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097522:4077856", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031917097524:4077858", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097527:4077860", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097529:4077862", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646031917097531:4077864", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097533:4077866", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097535:4077868", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097537:4077870", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646031917097540:4077872", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097542:4077874", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646031917097544:4077876", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031917097546:4077878", - "type": "Value.StringValue", - "value": "hideObject" - }, - { - "uid": "1646031917097548:4077880", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097550:4077882", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646031917097552:4077884", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646031917097555:4077886", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097558:4077888", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097560:4077890", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097562:4077892", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097564:4077894", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646031917097568:4077896", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097571:4077898", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031917097573:4077900", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097575:4077902", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031917097580:4077906", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646031917097582:4077908", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646031917097584:4077910", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097587:4077912", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097589:4077914", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646031917097591:4077916", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646031917097593:4077918", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097596:4077920", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097598:4077922", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097600:4077924", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097602:4077926", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097605:4077928", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097607:4077930", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646031917097609:4077932", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097611:4077934", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097613:4077936", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097615:4077938", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097617:4077940", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646031917097619:4077942", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097624:4077944", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031917097627:4077946", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097629:4077948", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031917097634:4077952", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646031917097636:4077954", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646031917097638:4077956", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097640:4077958", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097642:4077960", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646031917097645:4077962", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646031917097647:4077964", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097649:4077966", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097651:4077968", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097653:4077970", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097655:4077972", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097657:4077974", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097659:4077976", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646031917097662:4077978", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097664:4077980", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097666:4077982", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097668:4077984", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097670:4077986", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646031917097672:4077988", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097674:4077990", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031917097676:4077992", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097678:4077994", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031917097682:4077998", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646031917097684:4078000", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646031917097687:4078002", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097689:4078004", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097691:4078006", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646031917097693:4078008", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646031917097695:4078010", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097698:4078012", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097700:4078014", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097702:4078016", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097704:4078018", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097707:4078020", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097709:4078022", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097711:4078024", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646031917097713:4078026", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646031917097715:4078028", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097717:4078030", - "type": "Value.StringValue", - "value": "FaceLostEvent" - }, - { - "uid": "1646031917097719:4078032", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031917097721:4078034", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646031917097723:4078036", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646031917097725:4078038", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097727:4078040", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646031917097729:4078042", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646031917097735:4078044", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097738:4078046", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646031917097740:4078048", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646031917097742:4078050", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646031917097744:4078052", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097746:4078054", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097748:4078056", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646031917097750:4078058", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097752:4078060", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097754:4078062", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097756:4078064", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646031917097758:4078066", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097760:4078068", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646031917097762:4078070", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646031917097764:4078072", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097766:4078074", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646031917097769:4078076", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646031917097770:4078078", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646031917097772:4078080", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646031917097774:4078082", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646031917097776:4078084", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097778:4078086", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097780:4078088", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097782:4078090", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646031917097784:4078092", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097787:4078094", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097791:4078096", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646031917097793:4078098", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646031917097795:4078100", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097797:4078102", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097799:4078104", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646031917097802:4078106", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1646031917097804:4078108", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646031917097806:4078110", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646031917097815:4078112", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097817:4078114", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646031917097819:4078116", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097821:4078118", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646031917097823:4078120", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097854:4078122", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097857:4078124", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097859:4078126", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646031917097861:4078128", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097863:4078130", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097865:4078132", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097867:4078134", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031917097872:4078136", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031917097874:4078138", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646031917097876:4078140", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646031917097878:4078142", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646031917097880:4078144", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097882:4078146", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097884:4078148", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097886:4078150", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031917097888:4078152", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031917097890:4078154", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097892:4078156", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646031917097893:4078158", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646031917097895:4078160", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097897:4078162", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097900:4078164", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097901:4078166", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097903:4078168", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097905:4078170", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097907:4078172", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097909:4078174", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097911:4078176", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097913:4078178", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097915:4078180", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097917:4078182", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097920:4078184", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097922:4078186", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646031917097924:4078188", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031917097926:4078190", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097928:4078192", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097929:4078194", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646031917097931:4078196", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646031917097933:4078198", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646031917097936:4078200", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646031917097938:4078202", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646031917097940:4078204", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646031917097942:4078206", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097944:4078208", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097946:4078210", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097947:4078212", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097949:4078214", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097951:4078216", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646031917097953:4078218", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646031917097955:4078220", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646031917097957:4078222", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646031917097959:4078224", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646031917097961:4078226", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646031917097963:4078228", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646031917097965:4078230", - "type": "Value.StringValue", - "value": "FaceEvent" - }, - { - "uid": "1646031917097967:4078232", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485339659:97910", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485339677:97911", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485339691:97912", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485339719:97913", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485339721:97914", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485339723:97915", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485339725:97916", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485339726:97917", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485339727:97918", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485339730:97919", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485339731:97920", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485339732:97921", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485339733:97922", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485339735:97923", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485339736:97924", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485339737:97925", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485339738:97926", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485339739:97927", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485339740:97928", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097965:4078230" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097957:4078222" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097717:4078030" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646031917097719:4078032" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097721:4078034" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097508:4077848" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097540:4077872" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097967:4078232" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097735:4078044" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646031917097729:4078042" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097727:4078040" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097725:4078038" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646031917097542:4077874" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646031917097711:4078024" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097713:4078026" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097709:4078022" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097715:4078028" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097740:4078048" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097748:4078056" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646031917097746:4078054" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646031917097744:4078052" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097742:4078050" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097723:4078036" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097738:4078046" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097799:4078104" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097750:4078058" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031917097752:4078060" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097754:4078062" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097769:4078076" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097770:4078078" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097780:4078088" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097776:4078084" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097778:4078086" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646031917097772:4078080" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097766:4078074" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097774:4078082" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031917097764:4078072" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485339736:97924" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339726:97917" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339737:97925" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339740:97928" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339739:97927" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339738:97926" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485339735:97923" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485339727:97918" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339723:97915" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339733:97922" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339731:97920" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485339732:97921" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485339725:97916" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485339721:97914" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485339730:97919" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485339719:97913" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097963:4078228" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097961:4078226" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097959:4078224" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097802:4078106" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646031917097514:4077850" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097519:4077854" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646031917097522:4077856" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097516:4077852" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097524:4077858" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097527:4077860" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097531:4077864" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646031917097529:4077862" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097537:4077870" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097533:4077866" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097535:4077868" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646031917097782:4078090" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097787:4078094" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097791:4078096" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097784:4078092" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646031917097793:4078098" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097795:4078100" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097878:4078142" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646031917097876:4078140" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097901:4078166" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097874:4078138" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097933:4078198" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646031917097936:4078200" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097823:4078120" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646031917097821:4078118" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097905:4078170" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097903:4078168" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097909:4078174" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097907:4078172" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097913:4078178" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097911:4078176" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097922:4078186" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097917:4078182" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646031917097915:4078180" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646031917097920:4078184" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097924:4078188" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097931:4078196" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097928:4078192" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646031917097926:4078190" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646031917097929:4078194" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646031917097865:4078132" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097867:4078134" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097892:4078156" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097890:4078154" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097893:4078158" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097880:4078144" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646031917097888:4078152" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097886:4078150" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097884:4078148" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097882:4078146" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646031917097895:4078160" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097897:4078162" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097900:4078164" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097940:4078204" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097938:4078202" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097951:4078216" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097949:4078214" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097942:4078206" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097946:4078210" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097944:4078208" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097947:4078212" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646031917097955:4078220" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097953:4078218" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646031917097804:4078108" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097819:4078116" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097815:4078112" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646031917097817:4078114" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646031917097806:4078110" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646031917097797:4078102" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097550:4077882" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646031877490745:4018751" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646031917097544:4077876" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097546:4077878" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097548:4077880" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097591:4077916" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097558:4077888" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646031917097575:4077902" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097571:4077898" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646031917097587:4077912" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097562:4077892" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097560:4077890" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646031917097596:4077920" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097600:4077924" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097605:4077928" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646031917097580:4077906" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646031917097555:4077886" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646031917097573:4077900" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646031917097568:4077896" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031917097584:4077910" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646031917097593:4077918" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646031917097598:4077922" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646031917097602:4077926" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485339659:97910" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097582:4077908" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097552:4077884" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097589:4077914" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097564:4077894" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097645:4077962" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097611:4077934" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646031917097629:4077948" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097624:4077944" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646031917097640:4077958" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097615:4077938" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097613:4077936" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646031917097649:4077966" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097653:4077970" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097657:4077974" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646031917097634:4077952" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646031917097609:4077932" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646031917097627:4077946" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646031917097619:4077942" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031917097638:4077956" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646031917097647:4077964" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646031917097651:4077968" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646031917097655:4077972" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485339677:97911" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097636:4077954" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097607:4077930" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097642:4077960" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097617:4077940" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097693:4078008" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097664:4077980" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646031917097678:4077994" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097674:4077990" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646031917097689:4078004" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097668:4077984" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097666:4077982" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646031917097698:4078012" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097702:4078016" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646031917097707:4078020" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646031917097682:4077998" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646031917097662:4077978" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646031917097676:4077992" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646031917097672:4077988" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031917097687:4078002" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646031917097695:4078010" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646031917097700:4078014" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646031917097704:4078018" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485339691:97912" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097684:4078000" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097659:4077976" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097691:4078006" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646031917097670:4077986" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097857:4078124" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646031917097859:4078126" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097861:4078128" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646031917097854:4078122" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646031917097756:4078064" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646031917097760:4078068" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646031917097758:4078066" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646031917097762:4078070" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646031917097863:4078130" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646031917097872:4078136" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646183459768341:2311969", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646183459770952:2311971", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646183459770958:2311973", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183459770960:2311975", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459770963:2311977", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459770965:2311979", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183459770968:2311981", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459770970:2311983", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459770972:2311985", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183459770974:2311987", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459770975:2311989", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459770977:2311991", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459770979:2311993", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183459770982:2311995", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459770984:2311997", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646183459770986:2311999", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183459770988:2312001", - "type": "Value.StringValue", - "value": "bindTransform" - }, - { - "uid": "1646183459770989:2312003", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459770991:2312005", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646183459770993:2312007", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183459770996:2312009", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459770999:2312011", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771001:2312013", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771003:2312015", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771005:2312017", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183459771010:2312019", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771012:2312021", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183459771014:2312023", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771017:2312025", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183459771021:2312029", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183459771023:2312031", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183459771041:2312033", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771044:2312035", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771046:2312037", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183459771049:2312039", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183459771051:2312041", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771053:2312043", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771056:2312045", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771059:2312047", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771060:2312049", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771063:2312051", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771065:2312053", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183459771067:2312055", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771069:2312057", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771071:2312059", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771073:2312061", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771075:2312063", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183459771077:2312065", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771082:2312067", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183459771084:2312069", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771086:2312071", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183459771091:2312075", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183459771092:2312077", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183459771095:2312079", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771097:2312081", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771099:2312083", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183459771101:2312085", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183459771103:2312087", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771105:2312089", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771107:2312091", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771109:2312093", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771111:2312095", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771115:2312097", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771118:2312099", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183459771121:2312101", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771123:2312103", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771125:2312105", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771127:2312107", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771129:2312109", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183459771131:2312111", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771133:2312113", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183459771135:2312115", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771137:2312117", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183459771141:2312121", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183459771143:2312123", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183459771145:2312125", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771147:2312127", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771149:2312129", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183459771151:2312131", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646183459771153:2312133", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771155:2312135", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771157:2312137", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771159:2312139", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771161:2312141", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771163:2312143", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771165:2312145", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771167:2312147", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646183459771169:2312149", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183459771171:2312151", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771172:2312153", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646183459771174:2312155", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183459771176:2312157", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646183459771178:2312159", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646183459771180:2312161", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771182:2312163", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646183459771184:2312165", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646183459771190:2312167", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771192:2312169", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646183459771194:2312171", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646183459771196:2312173", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646183459771197:2312175", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771199:2312177", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771201:2312179", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646183459771209:2312181", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771211:2312183", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771213:2312185", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771214:2312187", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646183459771216:2312189", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771218:2312191", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646183459771220:2312193", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646183459771221:2312195", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771223:2312197", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646183459771226:2312199", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646183459771228:2312201", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646183459771230:2312203", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183459771231:2312205", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646183459771233:2312207", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771235:2312209", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771236:2312211", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771238:2312213", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646183459771240:2312215", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771241:2312217", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771243:2312219", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183459771245:2312221", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183459771247:2312223", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771248:2312225", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771250:2312227", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646183459771253:2312229", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1646183459771255:2312231", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646183459771256:2312233", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646183459771258:2312235", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771260:2312237", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646183459771262:2312239", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771264:2312241", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646183459771265:2312243", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771267:2312245", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771269:2312247", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771271:2312249", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183459771273:2312251", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771277:2312253", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771279:2312255", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771280:2312257", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183459771282:2312259", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183459771284:2312261", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646183459771286:2312263", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646183459771288:2312265", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1646183459771289:2312267", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771291:2312269", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771301:2312271", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771303:2312273", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183459771305:2312275", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183459771307:2312277", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771309:2312279", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646183459771310:2312281", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646183459771312:2312283", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771314:2312285", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771316:2312287", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771317:2312289", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771319:2312291", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771321:2312293", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771323:2312295", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771324:2312297", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771326:2312299", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771328:2312301", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771329:2312303", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771331:2312305", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771333:2312307", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771334:2312309", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646183459771336:2312311", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183459771338:2312313", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771340:2312315", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771341:2312317", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183459771343:2312319", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646183459771345:2312321", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646183459771346:2312323", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183459771348:2312325", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183459771350:2312327", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646183459771352:2312329", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771354:2312331", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771356:2312333", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771357:2312335", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771359:2312337", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771361:2312339", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183459771362:2312341", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646183459771364:2312343", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183459771366:2312345", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646183459771368:2312347", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183459771369:2312349", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183459771371:2312351", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646183459771373:2312353", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646183459771375:2312355", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485368419:97929", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485368438:97930", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485368452:97931", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485368479:97932", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485368481:97933", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485368483:97934", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485368485:97935", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485368486:97936", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485368487:97937", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485368490:97938", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485368491:97939", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485368492:97940", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485368494:97941", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485368495:97942", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485368496:97943", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485368497:97944", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485368498:97945", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485368499:97946", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485368501:97947", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771373:2312353" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771366:2312345" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771172:2312153" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646183459771174:2312155" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771176:2312157" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646183459770952:2311971" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646183459770982:2311995" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646183459771375:2312355" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771190:2312167" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646183459771184:2312165" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771182:2312163" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771180:2312161" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646183459770984:2311997" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646183459771167:2312147" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771169:2312149" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771165:2312145" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771171:2312151" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771194:2312171" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771201:2312179" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646183459771199:2312177" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646183459771197:2312175" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771196:2312173" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771178:2312159" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771192:2312169" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771250:2312227" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646183459771209:2312181" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183459771211:2312183" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771213:2312185" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771226:2312199" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771228:2312201" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771236:2312211" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771233:2312207" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771235:2312209" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646183459771230:2312203" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771223:2312197" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771231:2312205" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183459771221:2312195" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485368496:97943" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368486:97936" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368497:97944" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368501:97947" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368499:97946" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368498:97945" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485368495:97942" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485368487:97937" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368483:97934" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368494:97941" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368491:97939" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485368492:97940" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485368485:97935" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485368481:97933" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485368490:97938" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485368479:97932" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771371:2312351" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771369:2312349" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771368:2312347" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771253:2312229" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646183459770958:2311973" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183459770963:2311977" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646183459770965:2311979" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646183459770960:2311975" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646183459770968:2311981" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646183459770970:2311983" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646183459770974:2311987" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646183459770972:2311985" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646183459770979:2311993" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183459770975:2311989" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646183459770977:2311991" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646183459771238:2312213" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771241:2312217" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771243:2312219" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771240:2312215" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646183459771245:2312221" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771247:2312223" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771288:2312265" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646183459771286:2312263" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771317:2312289" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771284:2312261" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771345:2312321" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646183459771346:2312323" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646183459771265:2312243" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646183459771264:2312241" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771321:2312293" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771319:2312291" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771324:2312297" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771323:2312295" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771328:2312301" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771326:2312299" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771334:2312309" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771331:2312305" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646183459771329:2312303" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646183459771333:2312307" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771336:2312311" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771343:2312319" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771340:2312315" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646183459771338:2312313" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646183459771341:2312317" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646183459771279:2312255" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771280:2312257" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771309:2312279" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646183459771307:2312277" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771310:2312281" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771289:2312267" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183459771305:2312275" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771303:2312273" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771301:2312271" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771291:2312269" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183459771312:2312283" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771314:2312285" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771316:2312287" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771350:2312327" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771348:2312325" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771361:2312339" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771359:2312337" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771352:2312329" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771356:2312333" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771354:2312331" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771357:2312335" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646183459771364:2312343" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771362:2312341" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646183459771255:2312231" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771262:2312239" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771258:2312235" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646183459771260:2312237" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646183459771256:2312233" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646183459771248:2312225" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183459770991:2312005" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1646082080886390:2539532" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646031877490745:4018751" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646183459770986:2311999" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646183459770988:2312001" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646183459770989:2312003" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771049:2312039" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183459770999:2312011" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183459771017:2312025" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771012:2312021" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183459771044:2312035" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771003:2312015" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771001:2312013" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183459771053:2312043" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771059:2312047" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771063:2312051" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183459771021:2312029" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183459770996:2312009" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183459771014:2312023" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183459771010:2312019" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183459771041:2312033" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183459771051:2312041" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183459771056:2312045" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183459771060:2312049" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485368419:97929" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771023:2312031" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459770993:2312007" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771046:2312037" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771005:2312017" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771101:2312085" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771069:2312057" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183459771086:2312071" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771082:2312067" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183459771097:2312081" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771073:2312061" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771071:2312059" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183459771105:2312089" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771109:2312093" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771115:2312097" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183459771091:2312075" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183459771067:2312055" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183459771084:2312069" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183459771077:2312065" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183459771095:2312079" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183459771103:2312087" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183459771107:2312091" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183459771111:2312095" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485368438:97930" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771092:2312077" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771065:2312053" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771099:2312083" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771075:2312063" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771151:2312131" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771123:2312103" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183459771137:2312117" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771133:2312113" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183459771147:2312127" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771127:2312107" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771125:2312105" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183459771155:2312135" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771159:2312139" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183459771163:2312143" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183459771141:2312121" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183459771121:2312101" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183459771135:2312115" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183459771131:2312111" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183459771145:2312125" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183459771153:2312133" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183459771157:2312137" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183459771161:2312141" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485368452:97931" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771143:2312123" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771118:2312099" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771149:2312129" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183459771129:2312109" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646183459771269:2312247" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183459771271:2312249" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771273:2312251" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646183459771267:2312245" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646183459771214:2312187" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646183459771218:2312191" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183459771216:2312189" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646183459771220:2312193" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646183459771277:2312253" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646183459771282:2312259" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646183753670394:2748660", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646183753672221:2748662", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646183753672226:2748664", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183753672228:2748666", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672231:2748668", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672232:2748670", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183753672234:2748672", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672238:2748674", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672240:2748676", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183753672241:2748678", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672243:2748680", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672244:2748682", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672246:2748684", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183753672248:2748686", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672250:2748688", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646183753672251:2748690", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183753672252:2748692", - "type": "Value.StringValue", - "value": "bindTransform" - }, - { - "uid": "1646183753672254:2748694", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672256:2748696", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646183753672258:2748698", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183753672263:2748700", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672266:2748702", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672267:2748704", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672269:2748706", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672271:2748708", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183753672274:2748710", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672278:2748712", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183753672279:2748714", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672281:2748716", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183753672285:2748720", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183753672288:2748722", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183753672291:2748724", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672294:2748726", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672296:2748728", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183753672298:2748730", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183753672299:2748732", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672301:2748734", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672303:2748736", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672306:2748738", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672308:2748740", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672310:2748742", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672311:2748744", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183753672315:2748746", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672317:2748748", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672318:2748750", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672320:2748752", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672321:2748754", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183753672323:2748756", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672327:2748758", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183753672333:2748760", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672335:2748762", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183753672338:2748766", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183753672340:2748768", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183753672342:2748770", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672344:2748772", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672345:2748774", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183753672347:2748776", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183753672349:2748778", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672350:2748780", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672352:2748782", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672355:2748784", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672357:2748786", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672358:2748788", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672360:2748790", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183753672363:2748792", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672364:2748794", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672366:2748796", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672367:2748798", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672369:2748800", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183753672371:2748802", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672373:2748804", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183753672374:2748806", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672376:2748808", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183753672380:2748812", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183753672382:2748814", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183753672384:2748816", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672385:2748818", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672387:2748820", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183753672389:2748822", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646183753672390:2748824", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672392:2748826", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672394:2748828", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672395:2748830", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672397:2748832", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672399:2748834", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672400:2748836", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672402:2748838", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646183753672403:2748840", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183753672405:2748842", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672406:2748844", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646183753672408:2748846", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183753672409:2748848", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646183753672411:2748850", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646183753672412:2748852", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672414:2748854", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646183753672415:2748856", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646183753672421:2748858", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672422:2748860", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646183753672424:2748862", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646183753672425:2748864", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646183753672427:2748866", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672429:2748868", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672430:2748870", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646183753672432:2748872", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672433:2748874", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672435:2748876", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672437:2748878", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646183753672438:2748880", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672440:2748882", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646183753672441:2748884", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646183753672443:2748886", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672445:2748888", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646183753672447:2748890", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646183753672448:2748892", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646183753672450:2748894", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183753672452:2748896", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646183753672453:2748898", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672455:2748900", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672456:2748902", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672457:2748904", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646183753672459:2748906", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672460:2748908", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672462:2748910", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183753672463:2748912", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183753672465:2748914", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672466:2748916", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672468:2748918", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646183753672470:2748920", - "type": "Value.StringValue", - "value": "sendCustomTrigger" - }, - { - "uid": "1646183753672472:2748922", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646183753672473:2748924", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646183753672475:2748926", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672476:2748928", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646183753672478:2748930", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672479:2748932", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646183753672481:2748934", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672483:2748936", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672484:2748938", - "type": "Value.StringValue", - "value": "EVENTRESET" - }, - { - "uid": "1646183753672486:2748940", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183753672487:2748942", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672489:2748944", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672490:2748946", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672492:2748948", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183753672493:2748950", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183753672495:2748952", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646183753672497:2748954", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646183753672498:2748956", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1646183753672500:2748958", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672502:2748960", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672505:2748962", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672506:2748964", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183753672508:2748966", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183753672510:2748968", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672511:2748970", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646183753672513:2748972", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646183753672514:2748974", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672516:2748976", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672517:2748978", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672518:2748980", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672520:2748982", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672524:2748984", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672525:2748986", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672527:2748988", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672528:2748990", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672530:2748992", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672531:2748994", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672533:2748996", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672534:2748998", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672536:2749000", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646183753672537:2749002", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183753672539:2749004", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672540:2749006", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672542:2749008", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183753672543:2749010", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646183753672545:2749012", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646183753672546:2749014", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183753672548:2749016", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183753672550:2749018", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646183753672551:2749020", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672553:2749022", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672554:2749024", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672556:2749026", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672557:2749028", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672559:2749030", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183753672560:2749032", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646183753672562:2749034", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183753672563:2749036", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646183753672565:2749038", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183753672566:2749040", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183753672568:2749042", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646183753672569:2749044", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646183753672571:2749046", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485396498:97948", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485396515:97949", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485396529:97950", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485396557:97951", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485396558:97952", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485396560:97953", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485396561:97954", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485396562:97955", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485396563:97956", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485396565:97957", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485396567:97958", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485396568:97959", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485396569:97960", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485396570:97961", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485396571:97962", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485396572:97963", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485396573:97964", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485396574:97965", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485396575:97966", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672569:2749044" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672563:2749036" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672406:2748844" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646183753672408:2748846" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672409:2748848" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672221:2748662" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672248:2748686" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672571:2749046" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672421:2748858" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646183753672415:2748856" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672414:2748854" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672412:2748852" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646183753672250:2748688" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646183753672402:2748838" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672403:2748840" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672400:2748836" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672405:2748842" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672424:2748862" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672430:2748870" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646183753672429:2748868" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646183753672427:2748866" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672425:2748864" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672411:2748850" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672422:2748860" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672468:2748918" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672432:2748872" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183753672433:2748874" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672435:2748876" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672447:2748890" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672448:2748892" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672456:2748902" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672453:2748898" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672455:2748900" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646183753672450:2748894" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672445:2748888" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672452:2748896" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183753672443:2748886" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485396571:97962" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396562:97955" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396572:97963" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396575:97966" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396574:97965" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396573:97964" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485396570:97961" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485396563:97956" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396560:97953" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396569:97960" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396567:97958" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485396568:97959" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485396561:97954" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485396558:97952" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485396565:97957" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485396557:97951" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672568:2749042" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672566:2749040" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672565:2749038" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672470:2748920" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646183753672226:2748664" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672231:2748668" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646183753672232:2748670" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672228:2748666" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672234:2748672" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672238:2748674" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672241:2748678" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646183753672240:2748676" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672246:2748684" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672243:2748680" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672244:2748682" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646183753672457:2748904" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672460:2748908" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672462:2748910" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672459:2748906" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646183753672463:2748912" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672465:2748914" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672498:2748956" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646183753672497:2748954" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672518:2748980" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672495:2748952" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672545:2749012" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646183753672546:2749014" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672481:2748934" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646183753672479:2748932" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672524:2748984" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672520:2748982" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672527:2748988" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672525:2748986" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672530:2748992" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672528:2748990" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672536:2749000" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672533:2748996" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646183753672531:2748994" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646183753672534:2748998" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672537:2749002" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672543:2749010" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672540:2749006" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646183753672539:2749004" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646183753672542:2749008" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646183753672490:2748946" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672492:2748948" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672511:2748970" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672510:2748968" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672513:2748972" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672500:2748958" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183753672508:2748966" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672506:2748964" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672505:2748962" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672502:2748960" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183753672514:2748974" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672516:2748976" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672517:2748978" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672550:2749018" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672548:2749016" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672559:2749030" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672557:2749028" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672551:2749020" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672554:2749024" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672553:2749022" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672556:2749026" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646183753672562:2749034" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672560:2749032" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646183753672472:2748922" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672478:2748930" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672475:2748926" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646183753672476:2748928" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646183753672473:2748924" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646183753672466:2748916" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672256:2748696" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1646082080886390:2539532" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646032407716858:5315994" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646183753672251:2748690" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672252:2748692" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672254:2748694" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672298:2748730" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672266:2748702" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183753672281:2748716" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672278:2748712" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183753672294:2748726" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672269:2748706" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672267:2748704" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183753672301:2748734" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672306:2748738" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672310:2748742" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183753672285:2748720" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183753672263:2748700" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183753672279:2748714" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183753672274:2748710" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183753672291:2748724" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183753672299:2748732" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183753672303:2748736" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183753672308:2748740" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485396498:97948" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672288:2748722" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672258:2748698" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672296:2748728" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672271:2748708" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672347:2748776" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672317:2748748" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183753672335:2748762" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672327:2748758" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183753672344:2748772" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672320:2748752" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672318:2748750" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183753672350:2748780" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672355:2748784" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672358:2748788" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183753672338:2748766" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183753672315:2748746" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183753672333:2748760" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183753672323:2748756" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183753672342:2748770" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183753672349:2748778" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183753672352:2748782" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183753672357:2748786" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485396515:97949" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672340:2748768" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672311:2748744" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672345:2748774" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672321:2748754" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672389:2748822" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672364:2748794" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183753672376:2748808" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672373:2748804" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183753672385:2748818" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672367:2748798" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672366:2748796" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183753672392:2748826" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672395:2748830" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183753672399:2748834" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183753672380:2748812" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183753672363:2748792" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183753672374:2748806" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183753672371:2748802" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183753672384:2748816" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183753672390:2748824" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183753672394:2748828" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183753672397:2748832" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485396529:97950" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672382:2748814" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672360:2748790" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672387:2748820" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183753672369:2748800" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672484:2748938" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183753672486:2748940" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672487:2748942" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646183753672483:2748936" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646183753672437:2748878" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646183753672440:2748882" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183753672438:2748880" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646183753672441:2748884" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646183753672489:2748944" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646183753672493:2748950" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646032407703609_5315901.json b/lenses/physics-objects/Scene/objects/1646032407703609_5315901.json deleted file mode 100644 index 8034065f..00000000 --- a/lenses/physics-objects/Scene/objects/1646032407703609_5315901.json +++ /dev/null @@ -1,10857 +0,0 @@ -{ - "core": { - "uid": "1646032407703609:5315901", - "type": "SceneObject", - "layerV2": 1, - "name": "Complex Physics Body With Contraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646032407716858:5315994", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646032407717461:5315996", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407717467:5315998", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407717469:5316000", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sourceObject", - "typename": "SceneObject", - "scriptObject": "1645775483893935:10459871" - }, - { - "name": "bindObject", - "typename": "SceneObject", - "scriptObject": "1645775483930471:10460522" - }, - { - "name": "bindPosition", - "typename": "Value.BoolValue", - "scriptObject": "1646032407717461:5315996" - }, - { - "name": "bindRotation", - "typename": "Value.BoolValue", - "scriptObject": "1646032407717467:5315998" - }, - { - "name": "bindScale", - "typename": "Value.BoolValue", - "scriptObject": "1646032407717469:5316000" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644978038922371:15188" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646032407717499:5316003", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646032407719500:5316005", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646032407719506:5316007", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646032407719508:5316009", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719510:5316011", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719512:5316013", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407719514:5316015", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719516:5316017", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719518:5316019", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646032407719520:5316021", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719522:5316023", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719523:5316025", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719525:5316027", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646032407719527:5316029", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719529:5316031", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646032407719530:5316033", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407719532:5316035", - "type": "Value.StringValue", - "value": "bindTransform" - }, - { - "uid": "1646032407719534:5316037", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719536:5316039", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646032407719538:5316041", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646032407719541:5316043", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719544:5316045", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719546:5316047", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719548:5316049", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719550:5316051", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646032407719553:5316053", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719555:5316055", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407719556:5316057", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719559:5316059", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407719562:5316063", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646032407719564:5316065", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646032407719566:5316067", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719568:5316069", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719570:5316071", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646032407719572:5316073", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646032407719574:5316075", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719576:5316077", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719578:5316079", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719580:5316081", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719582:5316083", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719584:5316085", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719585:5316087", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646032407719589:5316089", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719590:5316091", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719592:5316093", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719595:5316095", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719596:5316097", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646032407719598:5316099", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719600:5316101", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407719602:5316103", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719604:5316105", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407719607:5316109", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646032407719608:5316111", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646032407719610:5316113", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719612:5316115", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719614:5316117", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646032407719616:5316119", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646032407719617:5316121", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719619:5316123", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719621:5316125", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719623:5316127", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719624:5316129", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719626:5316131", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719628:5316133", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646032407719630:5316135", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719632:5316137", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719633:5316139", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719635:5316141", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719637:5316143", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646032407719639:5316145", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719641:5316147", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407719643:5316149", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719644:5316151", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407719648:5316155", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646032407719650:5316157", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646032407719652:5316159", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719654:5316161", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719656:5316163", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646032407719658:5316165", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646032407719659:5316167", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719661:5316169", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719663:5316171", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719665:5316173", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719666:5316175", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719668:5316177", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719670:5316179", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719671:5316181", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646032407719673:5316183", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646032407719675:5316185", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719677:5316187", - "type": "Value.StringValue", - "value": "FaceFoundEvent" - }, - { - "uid": "1646032407719680:5316189", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407719682:5316191", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646032407719683:5316193", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646032407719686:5316195", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719688:5316197", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646032407719689:5316199", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646032407719691:5316201", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719692:5316203", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646032407719694:5316205", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646032407719696:5316207", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646032407719697:5316209", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719699:5316211", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719700:5316213", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646032407719704:5316215", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719705:5316217", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719707:5316219", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719709:5316221", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646032407719710:5316223", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719712:5316225", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646032407719714:5316227", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646032407719715:5316229", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719717:5316231", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646032407719719:5316233", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646032407719721:5316235", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646032407719722:5316237", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646032407719724:5316239", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646032407719725:5316241", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719727:5316243", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719728:5316245", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719730:5316247", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646032407719731:5316249", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719733:5316251", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719735:5316253", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646032407719736:5316255", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646032407719738:5316257", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719740:5316259", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719741:5316261", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646032407719744:5316263", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1646032407719745:5316265", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646032407719747:5316267", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646032407719748:5316269", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719750:5316271", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646032407719751:5316273", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719753:5316275", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646032407719754:5316277", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719756:5316279", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719759:5316281", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719763:5316283", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407719765:5316285", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719766:5316287", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719768:5316289", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719770:5316291", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407719771:5316293", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407719773:5316295", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646032407719777:5316297", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646032407719778:5316299", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646032407719780:5316301", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719781:5316303", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719783:5316305", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719785:5316307", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407719787:5316309", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407719788:5316311", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719790:5316313", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646032407719792:5316315", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646032407719793:5316317", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719795:5316319", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719797:5316321", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719798:5316323", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719800:5316325", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719802:5316327", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719803:5316329", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719805:5316331", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719806:5316333", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719808:5316335", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719810:5316337", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719811:5316339", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719813:5316341", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719814:5316343", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646032407719816:5316345", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407719817:5316347", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719819:5316349", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719820:5316351", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407719822:5316353", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646032407719825:5316355", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646032407719827:5316357", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407719828:5316359", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407719830:5316361", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646032407719831:5316363", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719833:5316365", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719835:5316367", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719836:5316369", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719838:5316371", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719839:5316373", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407719841:5316375", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646032407719842:5316377", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407719844:5316379", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646032407719846:5316381", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407719847:5316383", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646032407719849:5316385", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646032407719850:5316387", - "type": "Value.StringValue", - "value": "FaceEvent" - }, - { - "uid": "1646032407719855:5316389", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485426664:98002", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485426681:98003", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485426694:98004", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485426720:98005", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485426722:98006", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485426724:98007", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485426725:98008", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485426727:98009", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485426728:98010", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485426730:98011", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485426731:98012", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485426733:98013", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485426734:98014", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485426735:98015", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485426736:98016", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485426737:98017", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485426738:98018", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485426739:98019", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485426740:98020", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719850:5316387" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719844:5316379" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719677:5316187" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646032407719680:5316189" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719682:5316191" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719500:5316005" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719527:5316029" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719855:5316389" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719691:5316201" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646032407719689:5316199" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719688:5316197" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719686:5316195" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646032407719529:5316031" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646032407719671:5316181" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719673:5316183" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719670:5316179" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719675:5316185" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719694:5316205" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719700:5316213" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646032407719699:5316211" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646032407719697:5316209" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719696:5316207" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719683:5316193" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719692:5316203" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719741:5316261" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719704:5316215" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407719705:5316217" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719707:5316219" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719719:5316233" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719721:5316235" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719728:5316245" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719725:5316241" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719727:5316243" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646032407719722:5316237" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719717:5316231" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719724:5316239" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407719715:5316229" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485426736:98016" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426727:98009" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426737:98017" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426740:98020" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426739:98019" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426738:98018" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485426735:98015" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485426728:98010" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426724:98007" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426734:98014" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426731:98012" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485426733:98013" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485426725:98008" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485426722:98006" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485426730:98011" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485426720:98005" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719849:5316385" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719847:5316383" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719846:5316381" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719744:5316263" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407719506:5316007" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719510:5316011" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646032407719512:5316013" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719508:5316009" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719514:5316015" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719516:5316017" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719520:5316021" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407719518:5316019" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719525:5316027" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719522:5316023" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719523:5316025" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407719730:5316247" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719733:5316251" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719735:5316253" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719731:5316249" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407719736:5316255" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719738:5316257" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719778:5316299" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407719777:5316297" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719798:5316323" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719773:5316295" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719825:5316355" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646032407719827:5316357" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719754:5316277" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407719753:5316275" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719802:5316327" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719800:5316325" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719805:5316331" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719803:5316329" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719808:5316335" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719806:5316333" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719814:5316343" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719811:5316339" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407719810:5316337" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407719813:5316341" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719816:5316345" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719822:5316353" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719819:5316349" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407719817:5316347" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407719820:5316351" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646032407719768:5316289" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719770:5316291" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719790:5316313" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719788:5316311" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719792:5316315" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719780:5316301" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646032407719787:5316309" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719785:5316307" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719783:5316305" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719781:5316303" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407719793:5316317" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719795:5316319" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719797:5316321" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719830:5316361" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719828:5316359" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719839:5316373" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719838:5316371" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719831:5316363" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719835:5316367" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719833:5316365" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719836:5316369" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646032407719842:5316377" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719841:5316375" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407719745:5316265" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719751:5316273" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719748:5316269" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646032407719750:5316271" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646032407719747:5316267" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646032407719740:5316259" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719536:5316039" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646032407716858:5315994" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646032407719530:5316033" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719532:5316035" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719534:5316037" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719572:5316073" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719544:5316045" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646032407719559:5316059" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719555:5316055" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646032407719568:5316069" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719548:5316049" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719546:5316047" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407719576:5316077" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719580:5316081" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719584:5316085" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646032407719562:5316063" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646032407719541:5316043" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646032407719556:5316057" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646032407719553:5316053" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407719566:5316067" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646032407719574:5316075" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646032407719578:5316079" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646032407719582:5316083" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485426664:98002" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719564:5316065" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719538:5316041" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719570:5316071" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719550:5316051" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719616:5316119" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719590:5316091" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646032407719604:5316105" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719600:5316101" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646032407719612:5316115" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719595:5316095" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719592:5316093" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407719619:5316123" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719623:5316127" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719626:5316131" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646032407719607:5316109" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646032407719589:5316089" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646032407719602:5316103" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646032407719598:5316099" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407719610:5316113" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646032407719617:5316121" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646032407719621:5316125" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646032407719624:5316129" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485426681:98003" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719608:5316111" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719585:5316087" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719614:5316117" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719596:5316097" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719658:5316165" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719632:5316137" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646032407719644:5316151" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719641:5316147" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646032407719654:5316161" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719635:5316141" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719633:5316139" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407719661:5316169" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719665:5316173" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407719668:5316177" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646032407719648:5316155" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646032407719630:5316135" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646032407719643:5316149" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646032407719639:5316145" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407719652:5316159" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646032407719659:5316167" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646032407719663:5316171" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646032407719666:5316175" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485426694:98004" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719650:5316157" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719628:5316133" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719656:5316163" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407719637:5316143" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719759:5316281" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407719763:5316283" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719765:5316285" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646032407719756:5316279" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646032407719709:5316221" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646032407719712:5316225" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407719710:5316223" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646032407719714:5316227" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646032407719766:5316287" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646032407719771:5316293" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646032407720296:5316392", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646032407721965:5316394", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646032407721969:5316396", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646032407721975:5316398", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407721977:5316400", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407721979:5316402", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407721981:5316404", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407721982:5316406", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407721984:5316408", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646032407721985:5316410", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407721987:5316412", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407721988:5316414", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407721990:5316416", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646032407721992:5316418", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407721994:5316420", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646032407721995:5316422", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407721999:5316424", - "type": "Value.StringValue", - "value": "hideObject" - }, - { - "uid": "1646032407722000:5316426", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722002:5316428", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646032407722004:5316430", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646032407722007:5316432", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722015:5316434", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722018:5316436", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722020:5316438", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722022:5316440", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646032407722024:5316442", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722026:5316444", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407722028:5316446", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722030:5316448", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407722039:5316452", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646032407722041:5316454", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646032407722042:5316456", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722045:5316458", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722047:5316460", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646032407722049:5316462", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646032407722051:5316464", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722053:5316466", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722055:5316468", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722057:5316470", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722058:5316472", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722060:5316474", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722062:5316476", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646032407722064:5316478", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722066:5316480", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722067:5316482", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722069:5316484", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722070:5316486", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646032407722072:5316488", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722074:5316490", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407722076:5316492", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722077:5316494", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407722081:5316498", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646032407722082:5316500", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646032407722084:5316502", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722086:5316504", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722087:5316506", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646032407722089:5316508", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646032407722091:5316510", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722092:5316512", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722094:5316514", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722096:5316516", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722098:5316518", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722100:5316520", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722102:5316522", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646032407722104:5316524", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722106:5316526", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722108:5316528", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722109:5316530", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722111:5316532", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646032407722112:5316534", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722114:5316536", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407722116:5316538", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722117:5316540", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407722121:5316544", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646032407722123:5316546", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646032407722125:5316548", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722127:5316550", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722128:5316552", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646032407722130:5316554", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646032407722132:5316556", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722133:5316558", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722135:5316560", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722137:5316562", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722138:5316564", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722140:5316566", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722142:5316568", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722143:5316570", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646032407722145:5316572", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646032407722146:5316574", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722148:5316576", - "type": "Value.StringValue", - "value": "FaceLostEvent" - }, - { - "uid": "1646032407722149:5316578", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407722151:5316580", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646032407722153:5316582", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646032407722154:5316584", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722156:5316586", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646032407722158:5316588", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646032407722159:5316590", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722161:5316592", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646032407722162:5316594", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646032407722164:5316596", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646032407722165:5316598", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722167:5316600", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722168:5316602", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646032407722170:5316604", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722172:5316606", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722174:5316608", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722175:5316610", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646032407722177:5316612", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722179:5316614", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646032407722180:5316616", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646032407722182:5316618", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722184:5316620", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646032407722186:5316622", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646032407722188:5316624", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646032407722189:5316626", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646032407722191:5316628", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646032407722192:5316630", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722194:5316632", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722195:5316634", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722197:5316636", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646032407722199:5316638", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722201:5316640", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722202:5316642", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646032407722204:5316644", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646032407722205:5316646", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722207:5316648", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722208:5316650", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646032407722211:5316652", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1646032407722212:5316654", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646032407722214:5316656", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646032407722215:5316658", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722217:5316660", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646032407722219:5316662", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722220:5316664", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646032407722222:5316666", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722223:5316668", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722225:5316670", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722226:5316672", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646032407722228:5316674", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722230:5316676", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722231:5316678", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722232:5316680", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407722234:5316682", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407722236:5316684", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646032407722238:5316686", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646032407722239:5316688", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646032407722241:5316690", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722242:5316692", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722247:5316694", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722249:5316696", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407722251:5316698", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407722253:5316700", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722254:5316702", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646032407722256:5316704", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646032407722258:5316706", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722260:5316708", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722261:5316710", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722263:5316712", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722264:5316714", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722267:5316716", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722271:5316718", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722276:5316720", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722280:5316722", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722284:5316724", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722287:5316726", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722292:5316728", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722296:5316730", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722301:5316732", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646032407722305:5316734", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407722308:5316736", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722310:5316738", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722311:5316740", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646032407722313:5316742", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646032407722314:5316744", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646032407722316:5316746", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646032407722317:5316748", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646032407722319:5316750", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646032407722320:5316752", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722322:5316754", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722323:5316756", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722325:5316758", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722327:5316760", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722328:5316762", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646032407722329:5316764", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646032407722331:5316766", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646032407722333:5316768", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646032407722335:5316770", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646032407722340:5316772", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646032407722341:5316774", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646032407722343:5316776", - "type": "Value.StringValue", - "value": "FaceEvent" - }, - { - "uid": "1646032407722345:5316778", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485454340:98021", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485454355:98022", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485454367:98023", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485454393:98024", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485454395:98025", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485454396:98026", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485454398:98027", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485454399:98028", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485454400:98029", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485454402:98030", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485454403:98031", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485454404:98032", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485454405:98033", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485454407:98034", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485454408:98035", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485454409:98036", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485454410:98037", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485454411:98038", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485454412:98039", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722343:5316776" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722333:5316768" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722148:5316576" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646032407722149:5316578" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722151:5316580" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646032407721965:5316394" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646032407721992:5316418" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646032407722345:5316778" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722159:5316590" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646032407722158:5316588" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722156:5316586" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722154:5316584" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646032407721994:5316420" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646032407722143:5316570" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722145:5316572" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722142:5316568" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722146:5316574" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722162:5316594" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722168:5316602" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646032407722167:5316600" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646032407722165:5316598" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722164:5316596" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722153:5316582" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722161:5316592" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722208:5316650" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646032407722170:5316604" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407722172:5316606" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722174:5316608" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722186:5316622" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722188:5316624" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722195:5316634" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722192:5316630" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722194:5316632" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646032407722189:5316626" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722184:5316620" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722191:5316628" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407722182:5316618" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485454408:98035" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454399:98028" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454409:98036" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454412:98039" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454411:98038" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454410:98037" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485454407:98034" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485454400:98029" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454396:98026" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454405:98033" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454403:98031" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485454404:98032" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485454398:98027" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485454395:98025" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485454402:98030" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485454393:98024" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722341:5316774" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722340:5316772" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722335:5316770" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722211:5316652" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407721969:5316396" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646032407721977:5316400" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646032407721979:5316402" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646032407721975:5316398" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646032407721981:5316404" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646032407721982:5316406" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646032407721985:5316410" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407721984:5316408" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646032407721990:5316416" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646032407721987:5316412" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646032407721988:5316414" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407722197:5316636" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722201:5316640" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722202:5316642" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722199:5316638" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407722204:5316644" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722205:5316646" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722239:5316688" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407722238:5316686" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722263:5316712" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722236:5316684" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722314:5316744" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646032407722316:5316746" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646032407722222:5316666" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407722220:5316664" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722267:5316716" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722264:5316714" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722276:5316720" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722271:5316718" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722284:5316724" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722280:5316722" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722301:5316732" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722292:5316728" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407722287:5316726" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407722296:5316730" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722305:5316734" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722313:5316742" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722310:5316738" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407722308:5316736" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407722311:5316740" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646032407722231:5316678" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722232:5316680" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722254:5316702" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646032407722253:5316700" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722256:5316704" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722241:5316690" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646032407722251:5316698" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722249:5316696" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722247:5316694" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722242:5316692" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407722258:5316706" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722260:5316708" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722261:5316710" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722319:5316750" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722317:5316748" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722328:5316762" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722327:5316760" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722320:5316752" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722323:5316756" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722322:5316754" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722325:5316758" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646032407722331:5316766" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722329:5316764" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646032407722212:5316654" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722219:5316662" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722215:5316658" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646032407722217:5316660" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646032407722214:5316656" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646032407722207:5316648" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722002:5316428" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646032407716858:5315994" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646032407721995:5316422" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646032407721999:5316424" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646032407722000:5316426" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722049:5316462" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722015:5316434" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646032407722030:5316448" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722026:5316444" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646032407722045:5316458" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722020:5316438" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722018:5316436" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407722053:5316466" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722057:5316470" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722060:5316474" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646032407722039:5316452" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646032407722007:5316432" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646032407722028:5316446" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646032407722024:5316442" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407722042:5316456" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646032407722051:5316464" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646032407722055:5316468" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646032407722058:5316472" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485454340:98021" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722041:5316454" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722004:5316430" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722047:5316460" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722022:5316440" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722089:5316508" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722066:5316480" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646032407722077:5316494" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722074:5316490" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646032407722086:5316504" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722069:5316484" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722067:5316482" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407722092:5316512" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722096:5316516" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722100:5316520" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646032407722081:5316498" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646032407722064:5316478" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646032407722076:5316492" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646032407722072:5316488" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407722084:5316502" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646032407722091:5316510" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646032407722094:5316514" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646032407722098:5316518" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485454355:98022" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722082:5316500" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722062:5316476" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722087:5316506" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722070:5316486" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722130:5316554" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722106:5316526" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646032407722117:5316540" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722114:5316536" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646032407722127:5316550" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722109:5316530" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722108:5316528" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646032407722133:5316558" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722137:5316562" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646032407722140:5316566" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646032407722121:5316544" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646032407722104:5316524" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646032407722116:5316538" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646032407722112:5316534" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407722125:5316548" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646032407722132:5316556" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646032407722135:5316560" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646032407722138:5316564" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485454367:98023" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722123:5316546" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722102:5316522" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722128:5316552" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646032407722111:5316532" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646032407722225:5316670" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646032407722226:5316672" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722228:5316674" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646032407722223:5316668" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646032407722175:5316610" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646032407722179:5316614" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646032407722177:5316612" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646032407722180:5316616" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646032407722230:5316676" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646032407722234:5316682" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646183507423878:2373813", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646183507425672:2373815", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646183507425677:2373817", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183507425679:2373819", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425681:2373821", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425683:2373823", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183507425685:2373825", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425687:2373827", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425688:2373829", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183507425690:2373831", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425692:2373833", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425693:2373835", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425697:2373837", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183507425699:2373839", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425701:2373841", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646183507425702:2373843", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183507425704:2373845", - "type": "Value.StringValue", - "value": "bindTransform" - }, - { - "uid": "1646183507425706:2373847", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425708:2373849", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646183507425709:2373851", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183507425712:2373853", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425714:2373855", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425716:2373857", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425720:2373859", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425722:2373861", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183507425725:2373863", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425727:2373865", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183507425728:2373867", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425730:2373869", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183507425734:2373873", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183507425736:2373875", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183507425738:2373877", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425740:2373879", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425742:2373881", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183507425745:2373883", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183507425746:2373885", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425748:2373887", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425750:2373889", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425752:2373891", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425754:2373893", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425756:2373895", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425757:2373897", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183507425759:2373899", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425761:2373901", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425763:2373903", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425764:2373905", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425766:2373907", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183507425768:2373909", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425772:2373911", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183507425774:2373913", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425776:2373915", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183507425780:2373919", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183507425782:2373921", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183507425784:2373923", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425786:2373925", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425787:2373927", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183507425789:2373929", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183507425791:2373931", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425793:2373933", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425795:2373935", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425797:2373937", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425798:2373939", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425800:2373941", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425801:2373943", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183507425804:2373945", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425806:2373947", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425807:2373949", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425809:2373951", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425810:2373953", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183507425813:2373955", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425814:2373957", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183507425816:2373959", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425818:2373961", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183507425821:2373965", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183507425823:2373967", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183507425825:2373969", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425826:2373971", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425828:2373973", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183507425830:2373975", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646183507425832:2373977", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425834:2373979", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425836:2373981", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425838:2373983", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425840:2373985", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425841:2373987", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425843:2373989", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425845:2373991", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646183507425847:2373993", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183507425848:2373995", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425850:2373997", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646183507425852:2373999", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183507425853:2374001", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646183507425855:2374003", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646183507425856:2374005", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425858:2374007", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646183507425859:2374009", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646183507425865:2374011", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425866:2374013", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646183507425868:2374015", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646183507425869:2374017", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646183507425871:2374019", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425872:2374021", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425874:2374023", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646183507425875:2374025", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425877:2374027", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425879:2374029", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425880:2374031", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646183507425882:2374033", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425884:2374035", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646183507425886:2374037", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646183507425888:2374039", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425889:2374041", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646183507425892:2374043", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646183507425893:2374045", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646183507425895:2374047", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183507425896:2374049", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646183507425898:2374051", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425900:2374053", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425901:2374055", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425903:2374057", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646183507425904:2374059", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425906:2374061", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425907:2374063", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183507425910:2374065", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183507425911:2374067", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425914:2374069", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425915:2374071", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646183507425918:2374073", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1646183507425919:2374075", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646183507425921:2374077", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646183507425922:2374079", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425924:2374081", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646183507425926:2374083", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425927:2374085", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646183507425929:2374087", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425930:2374089", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425932:2374091", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425933:2374093", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183507425935:2374095", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425937:2374097", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425938:2374099", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425940:2374101", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183507425942:2374103", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183507425944:2374105", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646183507425946:2374107", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646183507425947:2374109", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1646183507425949:2374111", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425951:2374113", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425952:2374115", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425954:2374117", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183507425955:2374119", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183507425957:2374121", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425958:2374123", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646183507425960:2374125", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646183507425962:2374127", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425963:2374129", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425965:2374131", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425967:2374133", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507425969:2374135", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425970:2374137", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425972:2374139", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425974:2374141", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425975:2374143", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425977:2374145", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425978:2374147", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425980:2374149", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425981:2374151", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425983:2374153", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646183507425985:2374155", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183507425986:2374157", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425988:2374159", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425989:2374161", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183507425991:2374163", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646183507425993:2374165", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646183507425994:2374167", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183507425996:2374169", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183507425998:2374171", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646183507425999:2374173", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507426001:2374175", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507426002:2374177", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507426004:2374179", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507426005:2374181", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507426007:2374183", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183507426008:2374185", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646183507426010:2374187", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183507426012:2374189", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646183507426013:2374191", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183507426015:2374193", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183507426016:2374195", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646183507426018:2374197", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646183507426020:2374199", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485481135:98040", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485481151:98041", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485481164:98042", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485481189:98043", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485481191:98044", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485481193:98045", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485481194:98046", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485481195:98047", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485481196:98048", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485481198:98049", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485481199:98050", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485481201:98051", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485481202:98052", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485481203:98053", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485481204:98054", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485481205:98055", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485481206:98056", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485481207:98057", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485481208:98058", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507426018:2374197" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507426012:2374189" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425850:2373997" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646183507425852:2373999" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425853:2374001" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425672:2373815" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425699:2373839" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646183507426020:2374199" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425865:2374011" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646183507425859:2374009" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425858:2374007" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425856:2374005" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646183507425701:2373841" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646183507425845:2373991" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425847:2373993" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425843:2373989" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425848:2373995" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425868:2374015" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425874:2374023" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646183507425872:2374021" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646183507425871:2374019" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425869:2374017" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425855:2374003" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425866:2374013" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425915:2374071" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425875:2374025" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183507425877:2374027" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425879:2374029" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425892:2374043" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425893:2374045" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425901:2374055" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425898:2374051" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425900:2374053" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646183507425895:2374047" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425889:2374041" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425896:2374049" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183507425888:2374039" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485481204:98054" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481195:98047" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481205:98055" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481208:98058" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481207:98057" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481206:98056" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485481203:98053" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485481196:98048" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481193:98045" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481202:98052" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481199:98050" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485481201:98051" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485481194:98046" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485481191:98044" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485481198:98049" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485481189:98043" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646183507426016:2374195" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646183507426015:2374193" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646183507426013:2374191" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425918:2374073" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646183507425677:2373817" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425681:2373821" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646183507425683:2373823" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425679:2373819" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425685:2373825" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425687:2373827" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425690:2373831" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646183507425688:2373829" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425697:2373837" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425692:2373833" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425693:2373835" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646183507425903:2374057" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425906:2374061" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425907:2374063" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425904:2374059" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646183507425910:2374065" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425911:2374067" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425947:2374109" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646183507425946:2374107" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425967:2374133" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425944:2374105" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425993:2374165" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646183507425994:2374167" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425929:2374087" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646183507425927:2374085" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425970:2374137" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425969:2374135" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425974:2374141" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425972:2374139" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425977:2374145" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425975:2374143" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425983:2374153" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425980:2374149" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646183507425978:2374147" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646183507425981:2374151" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425985:2374155" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425991:2374163" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425988:2374159" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646183507425986:2374157" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646183507425989:2374161" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646183507425938:2374099" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425940:2374101" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425958:2374123" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425957:2374121" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425960:2374125" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425949:2374111" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183507425955:2374119" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425954:2374117" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425952:2374115" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425951:2374113" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183507425962:2374127" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425963:2374129" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425965:2374131" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425998:2374171" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425996:2374169" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646183507426007:2374183" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646183507426005:2374181" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425999:2374173" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646183507426002:2374177" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646183507426001:2374175" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646183507426004:2374179" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646183507426010:2374187" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646183507426008:2374185" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646183507425919:2374075" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425926:2374083" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425922:2374079" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646183507425924:2374081" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646183507425921:2374077" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646183507425914:2374069" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425708:2373849" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1646082080886390:2539532" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646032407716858:5315994" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646183507425702:2373843" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425704:2373845" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425706:2373847" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425745:2373883" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425714:2373855" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183507425730:2373869" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425727:2373865" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183507425740:2373879" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425720:2373859" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425716:2373857" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183507425748:2373887" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425752:2373891" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425756:2373895" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183507425734:2373873" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183507425712:2373853" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183507425728:2373867" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183507425725:2373863" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183507425738:2373877" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183507425746:2373885" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183507425750:2373889" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183507425754:2373893" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485481135:98040" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425736:2373875" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425709:2373851" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425742:2373881" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425722:2373861" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425789:2373929" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425761:2373901" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183507425776:2373915" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425772:2373911" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183507425786:2373925" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425764:2373905" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425763:2373903" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183507425793:2373933" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425797:2373937" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425800:2373941" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183507425780:2373919" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183507425759:2373899" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183507425774:2373913" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183507425768:2373909" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183507425784:2373923" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183507425791:2373931" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183507425795:2373935" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183507425798:2373939" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485481151:98041" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425782:2373921" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425757:2373897" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425787:2373927" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425766:2373907" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425830:2373975" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425806:2373947" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183507425818:2373961" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425814:2373957" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183507425826:2373971" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425809:2373951" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425807:2373949" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183507425834:2373979" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425838:2373983" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183507425841:2373987" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183507425821:2373965" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183507425804:2373945" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183507425816:2373959" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183507425813:2373955" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183507425825:2373969" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183507425832:2373977" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183507425836:2373981" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183507425840:2373985" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485481164:98042" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425823:2373967" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425801:2373943" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425828:2373973" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183507425810:2373953" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425932:2374091" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183507425933:2374093" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425935:2374095" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646183507425930:2374089" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646183507425880:2374031" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646183507425884:2374035" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183507425882:2374033" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646183507425886:2374037" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646183507425937:2374097" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646183507425942:2374103" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646183550847383:2436378", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646183550849798:2436380", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646183550849806:2436382", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183550849809:2436384", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550849814:2436386", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550849817:2436388", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183550849824:2436390", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550849828:2436392", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550849832:2436394", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183550849836:2436396", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550849840:2436398", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550849844:2436400", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550849846:2436402", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183550849849:2436404", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550849854:2436406", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646183550849856:2436408", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183550849861:2436410", - "type": "Value.StringValue", - "value": "bindTransform" - }, - { - "uid": "1646183550849862:2436412", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550849865:2436414", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646183550849867:2436416", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183550849870:2436418", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849873:2436420", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550849875:2436422", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849878:2436424", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849880:2436426", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183550849884:2436428", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849887:2436430", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183550849889:2436432", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849892:2436434", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183550849896:2436438", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183550849898:2436440", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183550849900:2436442", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849903:2436444", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550849905:2436446", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183550849908:2436448", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183550849910:2436450", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849913:2436452", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849915:2436454", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849918:2436456", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849920:2436458", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849923:2436460", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849925:2436462", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183550849927:2436464", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849929:2436466", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550849931:2436468", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849933:2436470", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849935:2436472", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183550849937:2436474", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849942:2436476", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183550849944:2436478", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849946:2436480", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183550849950:2436484", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183550849952:2436486", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183550849954:2436488", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849956:2436490", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550849958:2436492", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183550849960:2436494", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183550849962:2436496", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849964:2436498", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849966:2436500", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849968:2436502", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849970:2436504", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849972:2436506", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849974:2436508", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646183550849977:2436510", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849979:2436512", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550849981:2436514", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849983:2436516", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550849985:2436518", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646183550849987:2436520", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849989:2436522", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183550849991:2436524", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550849993:2436526", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183550849997:2436530", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646183550849999:2436532", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646183550850001:2436534", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550850003:2436536", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850005:2436538", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646183550850007:2436540", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646183550850009:2436542", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550850012:2436544", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850014:2436546", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550850018:2436548", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850021:2436550", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550850026:2436552", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850028:2436554", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850038:2436556", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646183550850041:2436558", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183550850043:2436560", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850045:2436562", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646183550850046:2436564", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183550850048:2436566", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646183550850050:2436568", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646183550850052:2436570", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850054:2436572", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646183550850056:2436574", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646183550850063:2436576", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850065:2436578", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646183550850067:2436580", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646183550850068:2436582", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646183550850070:2436584", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850072:2436586", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850074:2436588", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646183550850076:2436590", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850077:2436592", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550850079:2436594", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850081:2436596", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646183550850083:2436598", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850085:2436600", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646183550850087:2436602", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646183550850088:2436604", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550850090:2436606", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646183550850093:2436608", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646183550850095:2436610", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646183550850097:2436612", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646183550850099:2436614", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646183550850100:2436616", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850102:2436618", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850104:2436620", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850106:2436622", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646183550850107:2436624", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850110:2436626", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850112:2436628", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183550850114:2436630", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646183550850115:2436632", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850117:2436634", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850119:2436636", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646183550850122:2436638", - "type": "Value.StringValue", - "value": "sendCustomTrigger" - }, - { - "uid": "1646183550850124:2436640", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646183550850126:2436642", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646183550850128:2436644", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850130:2436646", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646183550850131:2436648", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850133:2436650", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646183550850135:2436652", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850136:2436654", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850138:2436656", - "type": "Value.StringValue", - "value": "EVENTRESET" - }, - { - "uid": "1646183550850140:2436658", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646183550850142:2436660", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850144:2436662", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850145:2436664", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850147:2436666", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183550850149:2436668", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183550850151:2436670", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646183550850153:2436672", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646183550850155:2436674", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1646183550850157:2436676", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850159:2436678", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850161:2436680", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850162:2436682", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183550850167:2436684", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183550850169:2436686", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850171:2436688", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646183550850172:2436690", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646183550850174:2436692", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850176:2436694", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850178:2436696", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850180:2436698", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850182:2436700", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850184:2436702", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850185:2436704", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850187:2436706", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850189:2436708", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850191:2436710", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850193:2436712", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850195:2436714", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850197:2436716", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850198:2436718", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646183550850200:2436720", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183550850202:2436722", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850204:2436724", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850206:2436726", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646183550850208:2436728", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646183550850209:2436730", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646183550850211:2436732", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646183550850213:2436734", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646183550850215:2436736", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646183550850217:2436738", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850218:2436740", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850220:2436742", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850222:2436744", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850224:2436746", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850225:2436748", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646183550850227:2436750", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646183550850229:2436752", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646183550850231:2436754", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646183550850233:2436756", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646183550850235:2436758", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646183550850237:2436760", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646183550850239:2436762", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646183550850241:2436764", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338485507494:98062", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485507509:98063", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485507522:98064", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485507548:98065", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338485507549:98066", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338485507551:98067", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485507552:98068", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338485507553:98069", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485507554:98070", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338485507556:98071", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338485507557:98072", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485507558:98073", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485507559:98074", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485507560:98075", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338485507561:98076", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338485507563:98077", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338485507564:98078", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485507565:98079", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338485507566:98080", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850239:2436762" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850231:2436754" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850045:2436562" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646183550850046:2436564" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850048:2436566" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646183550849798:2436380" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646183550849849:2436404" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646183550850241:2436764" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850063:2436576" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646183550850056:2436574" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850054:2436572" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850052:2436570" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646183550849854:2436406" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646183550850038:2436556" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850041:2436558" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850028:2436554" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850043:2436560" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850067:2436580" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850074:2436588" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646183550850072:2436586" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646183550850070:2436584" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850068:2436582" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850050:2436568" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850065:2436578" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850119:2436636" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646183550850076:2436590" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183550850077:2436592" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850079:2436594" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850093:2436608" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850095:2436610" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850104:2436620" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850100:2436616" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850102:2436618" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646183550850097:2436612" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550850090:2436606" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850099:2436614" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183550850088:2436604" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338485507561:98076" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507553:98069" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507563:98077" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507566:98080" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507565:98079" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507564:98078" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338485507560:98075" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338485507554:98070" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507551:98067" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507559:98074" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507557:98072" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338485507558:98073" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338485507552:98068" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338485507549:98066" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338485507556:98071" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338485507548:98065" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850237:2436760" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850235:2436758" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850233:2436756" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850122:2436638" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646183550849806:2436382" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849814:2436386" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646183550849817:2436388" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849809:2436384" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849824:2436390" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849828:2436392" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646183550849836:2436396" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646183550849832:2436394" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646183550849846:2436402" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849840:2436398" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849844:2436400" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646183550850106:2436622" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850110:2436626" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850112:2436628" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850107:2436624" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646183550850114:2436630" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850115:2436632" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850155:2436674" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646183550850153:2436672" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850180:2436698" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550850151:2436670" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850209:2436730" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646183550850211:2436732" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646183550850135:2436652" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646183550850133:2436650" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850184:2436702" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850182:2436700" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850187:2436706" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850185:2436704" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850191:2436710" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850189:2436708" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850198:2436718" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850195:2436714" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646183550850193:2436712" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646183550850197:2436716" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850200:2436720" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850208:2436728" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850204:2436724" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646183550850202:2436722" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646183550850206:2436726" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646183550850145:2436664" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850147:2436666" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850171:2436688" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646183550850169:2436686" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850172:2436690" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850157:2436676" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183550850167:2436684" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850162:2436682" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850161:2436680" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550850159:2436678" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183550850174:2436692" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850176:2436694" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550850178:2436696" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850215:2436736" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850213:2436734" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850225:2436748" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850224:2436746" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850217:2436738" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850220:2436742" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850218:2436740" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850222:2436744" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646183550850229:2436752" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850227:2436750" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646183550850124:2436640" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850131:2436648" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850128:2436644" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646183550850130:2436646" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646183550850126:2436642" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646183550850117:2436634" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646183550849865:2436414" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1646082080886390:2539532" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646032407716858:5315994" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646183550849856:2436408" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646183550849861:2436410" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646183550849862:2436412" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183550849908:2436448" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849873:2436420" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183550849892:2436434" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183550849887:2436430" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183550849903:2436444" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550849878:2436424" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550849875:2436422" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183550849913:2436452" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550849918:2436456" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550849923:2436460" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183550849896:2436438" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183550849870:2436418" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183550849889:2436432" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183550849884:2436428" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183550849900:2436442" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183550849910:2436450" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183550849915:2436454" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183550849920:2436458" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485507494:98062" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849898:2436440" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849867:2436416" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849905:2436446" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849880:2436426" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183550849960:2436494" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849929:2436466" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183550849946:2436480" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183550849942:2436476" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183550849956:2436490" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550849933:2436470" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550849931:2436468" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183550849964:2436498" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550849968:2436502" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550849972:2436506" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183550849950:2436484" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183550849927:2436464" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183550849944:2436478" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183550849937:2436474" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183550849954:2436488" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183550849962:2436496" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183550849966:2436500" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183550849970:2436504" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485507509:98063" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849952:2436486" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849925:2436462" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849958:2436492" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849935:2436472" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850007:2436540" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646183550849979:2436512" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646183550849993:2436526" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646183550849989:2436522" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646183550850003:2436536" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550849983:2436516" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550849981:2436514" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646183550850012:2436544" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850018:2436548" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646183550850026:2436552" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646183550849997:2436530" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646183550849977:2436510" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646183550849991:2436524" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646183550849987:2436520" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183550850001:2436534" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646183550850009:2436542" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646183550850014:2436546" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646183550850021:2436550" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338485507522:98064" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849999:2436532" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849974:2436508" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550850005:2436538" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646183550849985:2436518" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646183550850138:2436656" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646183550850140:2436658" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850142:2436660" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646183550850136:2436654" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646183550850081:2436596" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646183550850085:2436600" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646183550850083:2436598" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646183550850087:2436602" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646183550850144:2436662" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646183550850149:2436668" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646081804558950_1923466.json b/lenses/physics-objects/Scene/objects/1646081804558950_1923466.json deleted file mode 100644 index 1809f849..00000000 --- a/lenses/physics-objects/Scene/objects/1646081804558950_1923466.json +++ /dev/null @@ -1,2898 +0,0 @@ -{ - "core": { - "uid": "1646081804558950:1923466", - "type": "SceneObject", - "layerV2": 1, - "name": "Hint Text", - "position": [ - 0.0, - 0.0, - -40.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646081804559924:1923468", - "type": "Component.Text", - "name": "Text", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 1, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "text": "Rotate your head to move the object! \nOr tap to reset the object!", - "font": "1645140792624997:614191", - "size": 50, - "verticalOverflow": { - "value": 0, - "description": "Overflow" - }, - "horizontalOverflow": { - "value": 0, - "description": "Overflow" - }, - "textFill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "dropshadowSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "offset": [ - 0.25, - 0.25 - ] - }, - "outlineSettings": { - "enabled": true, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "size": 0.25 - }, - "backgroundSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "margins": { - "left": 0.0, - "right": 0.0, - "bottom": 0.0, - "top": 0.0 - }, - "cornerRadius": 0.0 - }, - "sizeToFit": false, - "letterSpacing": 0.0, - "lineSpacing": 1.0, - "depthTest": false, - "colorMask": [ - true, - true, - true, - false - ], - "worldSpaceRect": { - "left": -7.5, - "right": 7.5, - "bottom": -2.25, - "top": 2.25 - }, - "editable": false, - "showPreview": true, - "touchHandler": "-1:-1" - }, - { - "uid": "1646082000159245:2164016", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646082004131176:2190468", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646082004131185:2190469", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646082004131187:2190470", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131189:2190471", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131191:2190472", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082004131194:2190473", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131196:2190474", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131198:2190475", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646082004131199:2190476", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131201:2190477", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131203:2190478", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131205:2190479", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646082004131214:2190480", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131217:2190481", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646082004131219:2190482", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082004131221:2190483", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131223:2190484", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131225:2190485", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646082004131227:2190486", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646082004131230:2190487", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131233:2190488", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131235:2190489", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131237:2190490", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131240:2190491", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646082004131241:2190492", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131243:2190493", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082004131245:2190494", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131248:2190495", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082004131252:2190497", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646082004131253:2190498", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646082004131255:2190499", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131257:2190500", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131260:2190501", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646082004131261:2190502", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646082004131263:2190503", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131265:2190504", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131267:2190505", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131271:2190506", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131274:2190507", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131276:2190508", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131277:2190509", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646082004131279:2190510", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131281:2190511", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131282:2190512", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131285:2190513", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131287:2190514", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646082004131290:2190515", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131291:2190516", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082004131293:2190517", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131294:2190518", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082004131298:2190520", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646082004131307:2190521", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646082004131309:2190522", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131312:2190523", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131313:2190524", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646082004131315:2190525", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646082004131316:2190526", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131319:2190527", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131321:2190528", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131323:2190529", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131324:2190530", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131326:2190531", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131328:2190532", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646082004131331:2190533", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131333:2190534", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131335:2190535", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131336:2190536", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131338:2190537", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646082004131340:2190538", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131341:2190539", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082004131343:2190540", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131345:2190541", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082004131348:2190543", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646082004131350:2190544", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646082004131351:2190545", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131353:2190546", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131355:2190547", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646082004131357:2190548", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646082004131359:2190549", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131360:2190550", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131362:2190551", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131364:2190552", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131366:2190553", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131368:2190554", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131370:2190555", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131371:2190556", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646082004131373:2190557", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646082004131375:2190558", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131377:2190559", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646082004131379:2190560", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082004131380:2190561", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646082004131382:2190562", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646082004131384:2190563", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131386:2190564", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646082004131388:2190565", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646082004131390:2190566", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131392:2190567", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646082004131394:2190568", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646082004131395:2190569", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646082004131397:2190570", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131399:2190571", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131400:2190572", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646082004131401:2190573", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131403:2190574", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131404:2190575", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131406:2190576", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646082004131408:2190577", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131409:2190578", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646082004131411:2190579", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646082004131412:2190580", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131414:2190581", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646082004131416:2190582", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646082004131418:2190583", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646082004131419:2190584", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646082004131421:2190585", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646082004131422:2190586", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131423:2190587", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131425:2190588", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131426:2190589", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646082004131428:2190590", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131429:2190591", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131431:2190592", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646082004131432:2190593", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646082004131434:2190594", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131436:2190595", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131437:2190596", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646082004131439:2190597", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646082004131441:2190598", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646082004131442:2190599", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646082004131444:2190600", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131446:2190601", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646082004131447:2190602", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131448:2190603", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646082004131450:2190604", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131451:2190605", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131453:2190606", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131454:2190607", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082004131456:2190608", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131457:2190609", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131459:2190610", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131461:2190611", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082004131462:2190612", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082004131464:2190613", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646082004131467:2190614", - "type": "Value.StringValue", - "value": "Disable" - }, - { - "uid": "1646082004131469:2190615", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646082004131470:2190616", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131472:2190617", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131473:2190618", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131475:2190619", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082004131476:2190620", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082004131478:2190621", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131479:2190622", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646082004131481:2190623", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646082004131482:2190624", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131484:2190625", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131486:2190626", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131487:2190627", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131489:2190628", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131490:2190629", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131492:2190630", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131494:2190631", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131495:2190632", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131500:2190633", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131502:2190634", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131503:2190635", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131505:2190636", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131506:2190637", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646082004131508:2190638", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082004131509:2190639", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131511:2190640", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131512:2190641", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082004131514:2190642", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646082004131515:2190643", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646082004131517:2190644", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082004131518:2190645", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082004131520:2190646", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646082004131522:2190647", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131523:2190648", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131525:2190649", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131526:2190650", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131528:2190651", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131529:2190652", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082004131530:2190653", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646082004131532:2190654", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082004131534:2190655", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646082004131536:2190656", - "type": "Value.FloatValue", - "value": 3.0 - }, - { - "uid": "1646082004131537:2190657", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646082004131539:2190658", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646082004131541:2190659", - "type": "Value.StringValue", - "value": "OnAwake" - }, - { - "uid": "1646082004131543:2190660", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486000623:98487", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486000637:98488", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486000650:98489", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486000676:98490", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486000677:98491", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486000679:98492", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486000680:98493", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486000682:98494", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486000682:98495", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486000684:98496", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486000685:98497", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486000686:98498", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486000688:98499", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486000689:98500", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486000690:98501", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486000691:98502", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486000692:98503", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486000693:98504", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486000694:98505", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131541:2190659" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131534:2190655" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131377:2190559" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646082004131379:2190560" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131380:2190561" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131176:2190468" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131214:2190480" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131543:2190660" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131390:2190566" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646082004131388:2190565" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131386:2190564" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131384:2190563" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646082004131217:2190481" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646082004131371:2190556" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131373:2190557" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131370:2190555" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131375:2190558" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131394:2190568" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131400:2190572" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646082004131399:2190571" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646082004131397:2190570" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131395:2190569" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131382:2190562" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131392:2190567" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131437:2190596" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131401:2190573" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082004131403:2190574" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131404:2190575" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131416:2190582" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131418:2190583" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131425:2190588" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131422:2190586" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131423:2190587" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646082004131419:2190584" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131414:2190581" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131421:2190585" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082004131412:2190580" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486000690:98501" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000682:98494" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000691:98502" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000694:98505" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000693:98504" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000692:98503" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486000689:98500" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486000682:98495" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000679:98492" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000688:98499" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000685:98497" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486000686:98498" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486000680:98493" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486000677:98491" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486000684:98496" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486000676:98490" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131539:2190658" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131537:2190657" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131536:2190656" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131439:2190597" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646082004131185:2190469" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131189:2190471" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646082004131191:2190472" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131187:2190470" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131194:2190473" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131196:2190474" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131199:2190476" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646082004131198:2190475" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131205:2190479" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131201:2190477" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131203:2190478" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646082004131426:2190589" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131429:2190591" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131431:2190592" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131428:2190590" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646082004131432:2190593" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131434:2190594" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131469:2190615" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646081804558950:1923466" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646082004131467:2190614" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131487:2190627" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131464:2190613" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131515:2190643" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646082004131517:2190644" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131450:2190604" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646082004131448:2190603" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131490:2190629" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131489:2190628" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131494:2190631" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131492:2190630" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131500:2190633" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131495:2190632" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131506:2190637" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131503:2190635" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646082004131502:2190634" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646082004131505:2190636" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131508:2190638" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131514:2190642" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131511:2190640" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646082004131509:2190639" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646082004131512:2190641" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646082004131459:2190610" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131461:2190611" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131479:2190622" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131478:2190621" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131481:2190623" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131470:2190616" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646082004131476:2190620" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131475:2190619" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131473:2190618" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131472:2190617" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646082004131482:2190624" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131484:2190625" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131486:2190626" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131520:2190646" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131518:2190645" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131529:2190652" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131528:2190651" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131522:2190647" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131525:2190649" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131523:2190648" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131526:2190650" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646082004131532:2190654" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131530:2190653" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646082004131441:2190598" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131447:2190602" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131444:2190600" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646082004131446:2190601" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646082004131442:2190599" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646082004131436:2190595" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131225:2190485" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646082004131219:2190482" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131221:2190483" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131223:2190484" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131261:2190502" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131233:2190488" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646082004131248:2190495" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131243:2190493" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646082004131257:2190500" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131237:2190490" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131235:2190489" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646082004131265:2190504" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131271:2190506" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131276:2190508" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646082004131252:2190497" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646082004131230:2190487" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646082004131245:2190494" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646082004131241:2190492" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082004131255:2190499" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646082004131263:2190503" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646082004131267:2190505" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646082004131274:2190507" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486000623:98487" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131253:2190498" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131227:2190486" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131260:2190501" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131240:2190491" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131315:2190525" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131281:2190511" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646082004131294:2190518" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131291:2190516" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646082004131312:2190523" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131285:2190513" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131282:2190512" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646082004131319:2190527" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131323:2190529" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131326:2190531" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646082004131298:2190520" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646082004131279:2190510" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646082004131293:2190517" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646082004131290:2190515" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082004131309:2190522" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646082004131316:2190526" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646082004131321:2190528" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646082004131324:2190530" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486000637:98488" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131307:2190521" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131277:2190509" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131313:2190524" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131287:2190514" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131357:2190548" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131333:2190534" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646082004131345:2190541" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131341:2190539" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646082004131353:2190546" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131336:2190536" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131335:2190535" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646082004131360:2190550" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131364:2190552" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646082004131368:2190554" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646082004131348:2190543" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646082004131331:2190533" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646082004131343:2190540" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646082004131340:2190538" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082004131351:2190545" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646082004131359:2190549" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646082004131362:2190551" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646082004131366:2190553" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486000650:98489" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131350:2190544" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131328:2190532" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131355:2190547" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082004131338:2190537" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131453:2190606" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082004131454:2190607" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131456:2190608" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646082004131451:2190605" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646082004131406:2190576" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646082004131409:2190578" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082004131408:2190577" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646082004131411:2190579" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646082004131457:2190609" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646082004131462:2190612" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646081826742946_2006543.json b/lenses/physics-objects/Scene/objects/1646081826742946_2006543.json deleted file mode 100644 index 962ccd09..00000000 --- a/lenses/physics-objects/Scene/objects/1646081826742946_2006543.json +++ /dev/null @@ -1,207 +0,0 @@ -{ - "core": { - "uid": "1646081826742946:2006543", - "type": "SceneObject", - "layerV2": 1, - "name": "Hint Text", - "position": [ - 0.0, - 4.0, - -40.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646081826743960:2006545", - "type": "Component.Text", - "name": "Text", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 5, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "text": "Tap to enable and reset the car!", - "font": "1645140792624997:614191", - "size": 50, - "verticalOverflow": { - "value": 0, - "description": "Overflow" - }, - "horizontalOverflow": { - "value": 0, - "description": "Overflow" - }, - "textFill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "dropshadowSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "offset": [ - 0.25, - 0.25 - ] - }, - "outlineSettings": { - "enabled": true, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "size": 0.25 - }, - "backgroundSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "margins": { - "left": 0.0, - "right": 0.0, - "bottom": 0.0, - "top": 0.0 - }, - "cornerRadius": 0.0 - }, - "sizeToFit": false, - "letterSpacing": 0.0, - "lineSpacing": 1.0, - "depthTest": false, - "colorMask": [ - true, - true, - true, - false - ], - "worldSpaceRect": { - "left": -7.5, - "right": 7.5, - "bottom": -2.25, - "top": 2.25 - }, - "editable": false, - "showPreview": true, - "touchHandler": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080787216_2538913.json b/lenses/physics-objects/Scene/objects/1646082080787216_2538913.json deleted file mode 100644 index 3ea6e0fa..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080787216_2538913.json +++ /dev/null @@ -1,2784 +0,0 @@ -{ - "core": { - "uid": "1646082080787216:2538913", - "type": "SceneObject", - "layerV2": 1, - "name": "Complex Physics Body With Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080886390:2539532", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646082080886835:2539534", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080886839:2539536", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080886840:2539538", - "type": "Value.BoolValue", - "value": true - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sourceObject", - "typename": "SceneObject", - "scriptObject": "1646082197420166:2930225" - }, - { - "name": "bindObject", - "typename": "SceneObject", - "scriptObject": "1646082080793067:2538915" - }, - { - "name": "bindPosition", - "typename": "Value.BoolValue", - "scriptObject": "1646082080886835:2539534" - }, - { - "name": "bindRotation", - "typename": "Value.BoolValue", - "scriptObject": "1646082080886839:2539536" - }, - { - "name": "bindScale", - "typename": "Value.BoolValue", - "scriptObject": "1646082080886840:2539538" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnStartEvent" - }, - "script": "1644978038922371:15188" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646082080889301:2539930", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646082080890711:2539932", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646082080890715:2539934", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646082080890717:2539936", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890718:2539938", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890720:2539940", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080890721:2539942", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890723:2539944", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890724:2539946", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646082080890725:2539948", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890727:2539950", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890728:2539952", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890729:2539954", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646082080890731:2539956", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890732:2539958", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646082080890733:2539960", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080890735:2539962", - "type": "Value.StringValue", - "value": "bindTransform" - }, - { - "uid": "1646082080890737:2539964", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890738:2539966", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646082080890740:2539968", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646082080890742:2539970", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890744:2539972", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890745:2539974", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890747:2539976", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890748:2539978", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646082080890750:2539980", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890752:2539982", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082080890753:2539984", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890754:2539986", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080890757:2539990", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646082080890759:2539992", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646082080890760:2539994", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890762:2539996", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890764:2539998", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646082080890765:2540000", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646082080890766:2540002", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890768:2540004", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890769:2540006", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890771:2540008", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890772:2540010", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890774:2540012", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890775:2540014", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646082080890776:2540016", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890778:2540018", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890779:2540020", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890780:2540022", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890782:2540024", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646082080890783:2540026", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890785:2540028", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082080890786:2540030", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890787:2540032", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080890791:2540036", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646082080890792:2540038", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646082080890794:2540040", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890795:2540042", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890796:2540044", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646082080890798:2540046", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646082080890799:2540048", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890801:2540050", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890802:2540052", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890804:2540054", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890805:2540056", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890807:2540058", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890808:2540060", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646082080890810:2540062", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890811:2540064", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890813:2540066", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890815:2540068", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890816:2540070", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646082080890818:2540072", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890820:2540074", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082080890821:2540076", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890822:2540078", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080890825:2540082", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646082080890827:2540084", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646082080890828:2540086", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890830:2540088", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890831:2540090", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646082080890833:2540092", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646082080890834:2540094", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890835:2540096", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890837:2540098", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890838:2540100", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890839:2540102", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890841:2540104", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890842:2540106", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890843:2540108", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646082080890844:2540110", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646082080890846:2540112", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890847:2540114", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646082080890848:2540116", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080890849:2540118", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646082080890851:2540120", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646082080890853:2540122", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890854:2540124", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646082080890856:2540126", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646082080890857:2540128", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890858:2540130", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646082080890860:2540132", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646082080890861:2540134", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646082080890863:2540136", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890864:2540138", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890865:2540140", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646082080890867:2540142", - "type": "Value.StringValue", - "value": "CanBeginRace" - }, - { - "uid": "1646082080890868:2540144", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890869:2540146", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890871:2540148", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646082080890872:2540150", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890873:2540152", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646082080890875:2540154", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646082080890876:2540156", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890879:2540158", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646082080890881:2540160", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646082080890882:2540162", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646082080890883:2540164", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646082080890885:2540166", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646082080890886:2540168", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890887:2540170", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890889:2540172", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890890:2540174", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646082080890891:2540176", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890892:2540178", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890894:2540180", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646082080890895:2540182", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646082080890896:2540184", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890898:2540186", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890899:2540188", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646082080890901:2540190", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1646082080890903:2540192", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646082080890904:2540194", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646082080890905:2540196", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890907:2540198", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646082080890908:2540200", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890909:2540202", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646082080890912:2540204", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890914:2540206", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890915:2540208", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890916:2540210", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646082080890918:2540212", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890920:2540214", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890928:2540216", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890929:2540218", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082080890931:2540220", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082080890932:2540222", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646082080890934:2540224", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646082080890935:2540226", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1646082080890936:2540228", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890938:2540230", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890939:2540232", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890940:2540234", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082080890942:2540236", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080890943:2540238", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890944:2540240", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646082080890946:2540242", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646082080890947:2540244", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890948:2540246", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890950:2540248", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890951:2540250", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890952:2540252", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890954:2540254", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890955:2540256", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890956:2540258", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890957:2540260", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890959:2540262", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890960:2540264", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890961:2540266", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890964:2540268", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890965:2540270", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646082080890966:2540272", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082080890968:2540274", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890969:2540276", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890971:2540278", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646082080890972:2540280", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646082080890974:2540282", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646082080890975:2540284", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646082080890976:2540286", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082080890978:2540288", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646082080890980:2540290", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890981:2540292", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890982:2540294", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890990:2540296", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890991:2540298", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890992:2540300", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082080890997:2540302", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646082080890998:2540304", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080890999:2540306", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646082080891001:2540308", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646082080891002:2540310", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646082080891003:2540312", - "type": "Value.StringValue", - "value": "Once" - }, - { - "uid": "1646082080891005:2540314", - "type": "Value.StringValue", - "value": "onCustomTrigger" - }, - { - "uid": "1646082080891006:2540316", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486204549:98620", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486204566:98621", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486204579:98622", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486204606:98623", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486204608:98624", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486204609:98625", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486204611:98626", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486204613:98627", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486204614:98628", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486204616:98629", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486204617:98630", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486204618:98631", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486204620:98632", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486204621:98633", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486204622:98634", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486204623:98635", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486204624:98636", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486204625:98637", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486204626:98638", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080891005:2540314" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890999:2540306" - }, - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890847:2540114" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646082080890848:2540116" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890849:2540118" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890711:2539932" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890731:2539956" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646082080891006:2540316" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "101:100" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "1645236294629642:6940575" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890857:2540128" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646082080890856:2540126" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890854:2540124" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890853:2540122" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646082080890732:2539958" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646082080890843:2540108" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890844:2540110" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890842:2540106" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890846:2540112" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890860:2540132" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890865:2540140" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646082080890864:2540138" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646082080890863:2540136" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890861:2540134" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890851:2540120" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890858:2540130" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890899:2540188" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890867:2540142" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082080890868:2540144" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890869:2540146" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890881:2540160" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890882:2540162" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890889:2540172" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890886:2540168" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890887:2540170" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646082080890883:2540164" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890879:2540158" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890885:2540166" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082080890876:2540156" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486204622:98634" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204613:98627" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204623:98635" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204626:98638" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204625:98637" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204624:98636" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486204621:98633" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486204614:98628" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204609:98625" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204620:98632" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204617:98630" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486204618:98631" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486204611:98626" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486204608:98624" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486204616:98629" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486204606:98623" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646082080891003:2540312" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646082080891002:2540310" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646082080891001:2540308" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890901:2540190" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646082080890715:2539934" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890718:2539938" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646082080890720:2539940" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890717:2539936" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890721:2539942" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890723:2539944" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890725:2539948" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646082080890724:2539946" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890729:2539954" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890727:2539950" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890728:2539952" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646082080890890:2540174" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890892:2540178" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890894:2540180" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890891:2540176" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646082080890895:2540182" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890896:2540184" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890935:2540226" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646082080890934:2540224" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890951:2540250" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890932:2540222" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890974:2540282" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646082080890975:2540284" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890912:2540204" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646082080890909:2540202" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890954:2540254" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890952:2540252" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890956:2540258" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890955:2540256" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890959:2540262" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890957:2540260" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890965:2540270" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890961:2540266" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646082080890960:2540264" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646082080890964:2540268" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890966:2540272" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890972:2540280" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890969:2540276" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646082080890968:2540274" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646082080890971:2540278" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646082080890928:2540216" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890929:2540218" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890944:2540240" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890943:2540238" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890946:2540242" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890936:2540228" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646082080890942:2540236" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890940:2540234" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890939:2540232" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890938:2540230" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646082080890947:2540244" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890948:2540246" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890950:2540248" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890978:2540288" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890976:2540286" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890992:2540300" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890991:2540298" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890980:2540290" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890982:2540294" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890981:2540292" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890990:2540296" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646082080890998:2540304" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890997:2540302" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646082080890903:2540192" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890908:2540200" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890905:2540196" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646082080890907:2540198" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646082080890904:2540194" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646082080890898:2540186" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890738:2539966" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "1646082080886390:2539532" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646082080886390:2539532" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646082080890733:2539960" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890735:2539962" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890737:2539964" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890765:2540000" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890744:2539972" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646082080890754:2539986" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890752:2539982" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646082080890762:2539996" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890747:2539976" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890745:2539974" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646082080890768:2540004" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890771:2540008" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890774:2540012" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646082080890757:2539990" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646082080890742:2539970" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646082080890753:2539984" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646082080890750:2539980" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082080890760:2539994" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646082080890766:2540002" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646082080890769:2540006" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646082080890772:2540010" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486204549:98620" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890759:2539992" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890740:2539968" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890764:2539998" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890748:2539978" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890798:2540046" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890778:2540018" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646082080890787:2540032" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890785:2540028" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646082080890795:2540042" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890780:2540022" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890779:2540020" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646082080890801:2540050" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890804:2540054" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890807:2540058" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646082080890791:2540036" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646082080890776:2540016" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646082080890786:2540030" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646082080890783:2540026" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082080890794:2540040" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646082080890799:2540048" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646082080890802:2540052" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646082080890805:2540056" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486204566:98621" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890792:2540038" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890775:2540014" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890796:2540044" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890782:2540024" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890833:2540092" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890811:2540064" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646082080890822:2540078" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890820:2540074" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646082080890830:2540088" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890815:2540068" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890813:2540066" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646082080890835:2540096" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890838:2540100" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646082080890841:2540104" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646082080890825:2540082" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646082080890810:2540062" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646082080890821:2540076" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646082080890818:2540072" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082080890828:2540086" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646082080890834:2540094" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646082080890837:2540098" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646082080890839:2540102" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486204579:98622" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890827:2540084" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890808:2540060" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890831:2540090" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080890816:2540070" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890915:2540208" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646082080890916:2540210" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890918:2540212" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646082080890914:2540206" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646082080890871:2540148" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646082080890873:2540152" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646082080890872:2540150" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646082080890875:2540154" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646082080890920:2540214" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646082080890931:2540220" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraBackEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080793067_2538915.json b/lenses/physics-objects/Scene/objects/1646082080793067_2538915.json deleted file mode 100644 index b457c36c..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080793067_2538915.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "core": { - "uid": "1646082080793067:2538915", - "type": "SceneObject", - "layerV2": 1, - "name": "Car [EDIT_ME]", - "position": [ - 58.39998245239258, - 10.740646362304688, - 4.635936737060547 - ], - "rotation": [ - 0.0, - -0.83387291431427, - 0.0, - 0.5519564747810364 - ], - "scale": [ - 1.2000000476837158, - 1.199999451637268, - 1.2000000476837158 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080878333:2539469", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646082080878760:2539471", - "type": "Value.FloatValue", - "value": 5000.0 - }, - { - "uid": "1646082080878766:2539473", - "type": "Value.SerializableArrayValue", - "count": 4, - "valuesTypeName": "Physics.BodyComponent", - "value": [ - { - "value": "1646082080797622:2538938" - }, - { - "value": "1646082080801508:2538963" - }, - { - "value": "1646082080805405:2538988" - }, - { - "value": "1646082080809005:2539013" - } - ] - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "wheelBodys", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080878766:2539473" - }, - { - "name": "force", - "typename": "Value.FloatValue", - "scriptObject": "1646082080878760:2539471" - }, - { - "name": "draggable", - "typename": "Component.ScriptComponent", - "scriptObject": "1644735295371585:417477" - }, - { - "name": "requestUnityState", - "typename": "Component.ScriptComponent", - "scriptObject": "1684156327077944:2326158" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644734529798922:257855" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080794103_2538917.json b/lenses/physics-objects/Scene/objects/1646082080794103_2538917.json deleted file mode 100644 index f7f83169..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080794103_2538917.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080794103:2538917", - "type": "SceneObject", - "layerV2": 1, - "name": "Right Front Wheel", - "position": [ - -4.495485782623291, - 5.959214210510254, - -4.242996692657471 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080796353:2538925", - "type": "Component.RenderMeshVisual", - "name": "component_6", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1646082080797622:2538938", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.20000000298023224, - "angularDamping": 0.20000000298023224 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080794974_2538919.json b/lenses/physics-objects/Scene/objects/1646082080794974_2538919.json deleted file mode 100644 index a00cdb3a..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080794974_2538919.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080794974:2538919", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080795875:2538921", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080841665:2539212", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080798161_2538942.json b/lenses/physics-objects/Scene/objects/1646082080798161_2538942.json deleted file mode 100644 index 5c808053..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080798161_2538942.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080798161:2538942", - "type": "SceneObject", - "layerV2": 1, - "name": "Left Front Wheel", - "position": [ - -4.495485782623291, - 5.959214210510254, - 4.330130577087402 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080800336:2538950", - "type": "Component.RenderMeshVisual", - "name": "component_8", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1646082080801508:2538963", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.20000000298023224, - "angularDamping": 0.20000000298023224 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080799050_2538944.json b/lenses/physics-objects/Scene/objects/1646082080799050_2538944.json deleted file mode 100644 index 49d3ecc6..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080799050_2538944.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080799050:2538944", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080799923:2538946", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080841665:2539212", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080802033_2538967.json b/lenses/physics-objects/Scene/objects/1646082080802033_2538967.json deleted file mode 100644 index be359eb2..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080802033_2538967.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080802033:2538967", - "type": "SceneObject", - "layerV2": 1, - "name": "Right Back Wheel", - "position": [ - 1.219933032989502, - 5.959214210510254, - -4.242996692657471 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080804236:2538975", - "type": "Component.RenderMeshVisual", - "name": "component_3", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1646082080805405:2538988", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.20000000298023224, - "angularDamping": 0.20000000298023224 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080802924_2538969.json b/lenses/physics-objects/Scene/objects/1646082080802924_2538969.json deleted file mode 100644 index fd515072..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080802924_2538969.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080802924:2538969", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080803809:2538971", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080841665:2539212", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080805907_2538992.json b/lenses/physics-objects/Scene/objects/1646082080805907_2538992.json deleted file mode 100644 index 9db8b7d8..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080805907_2538992.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080805907:2538992", - "type": "SceneObject", - "layerV2": 1, - "name": "Left Back Wheel", - "position": [ - 1.219933032989502, - 5.959214210510254, - 4.330130577087402 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080807945:2539000", - "type": "Component.RenderMeshVisual", - "name": "component_5", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1646082080809005:2539013", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.20000000298023224, - "angularDamping": 0.20000000298023224 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080806755_2538994.json b/lenses/physics-objects/Scene/objects/1646082080806755_2538994.json deleted file mode 100644 index 932d1a82..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080806755_2538994.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080806755:2538994", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080807573:2538996", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080841665:2539212", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080809483_2539017.json b/lenses/physics-objects/Scene/objects/1646082080809483_2539017.json deleted file mode 100644 index 9d425010..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080809483_2539017.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080809483:2539017", - "type": "SceneObject", - "layerV2": 1, - "name": "Car", - "position": [ - -1.5483543872833252, - 6.35871696472168, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080841665:2539212", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 11.34000015258789, - 0.36000001430511475, - 7.050000190734863 - ] - }, - "matter": "1644734529797042:257849", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 2.0, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080810272_2539019.json b/lenses/physics-objects/Scene/objects/1646082080810272_2539019.json deleted file mode 100644 index 927d4970..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080810272_2539019.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080810272:2539019", - "type": "SceneObject", - "layerV2": 1, - "name": "Car Body", - "position": [ - -0.5160434246063232, - 1.830251693725586, - 0.01869666948914528 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080823373:2539079", - "type": "Component.RenderMeshVisual", - "name": "component_9", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084596534853:6048696" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215708830:73191", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080811045_2539021.json b/lenses/physics-objects/Scene/objects/1646082080811045_2539021.json deleted file mode 100644 index d4101788..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080811045_2539021.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "core": { - "uid": "1646082080811045:2539021", - "type": "SceneObject", - "layerV2": 1, - "name": "Cylinder Body", - "position": [ - -3.0946736335754395, - 0.8615093231201172, - -0.01869666948914528 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080811858:2539023", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 7.199999809265137, - "cylRadius": 2.0999999046325684 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080812301_2539027.json b/lenses/physics-objects/Scene/objects/1646082080812301_2539027.json deleted file mode 100644 index 4c65f5bf..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080812301_2539027.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080812301:2539027", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - -3.952822685241699, - -0.6092681884765625, - -0.01869666948914528 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080813035:2539029", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.4000000953674316, - 2.700000047683716, - 7.050000190734863 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080813477_2539033.json b/lenses/physics-objects/Scene/objects/1646082080813477_2539033.json deleted file mode 100644 index fcc0b8df..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080813477_2539033.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080813477:2539033", - "type": "SceneObject", - "layerV2": 1, - "name": "BoxBody", - "position": [ - 3.710507392883301, - 0.5813674926757813, - -3.2286033630371094 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080814199:2539035", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 4.949999809265137, - 4.5, - 0.7200000286102295 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080814636_2539039.json b/lenses/physics-objects/Scene/objects/1646082080814636_2539039.json deleted file mode 100644 index 000075bd..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080814636_2539039.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080814636:2539039", - "type": "SceneObject", - "layerV2": 1, - "name": "BoxBody", - "position": [ - 3.710507392883301, - 0.5813674926757813, - 3.1812314987182617 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080815373:2539041", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 4.949999809265137, - 4.5, - 0.7200000286102295 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080815811_2539045.json b/lenses/physics-objects/Scene/objects/1646082080815811_2539045.json deleted file mode 100644 index 40771db9..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080815811_2539045.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080815811:2539045", - "type": "SceneObject", - "layerV2": 1, - "name": "BoxBody", - "position": [ - -2.189815044403076, - 0.6243896484375, - -3.1967597007751465 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080816548:2539047", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.4000000953674316, - 4.5, - 0.7200000286102295 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080817285_2539051.json b/lenses/physics-objects/Scene/objects/1646082080817285_2539051.json deleted file mode 100644 index a97e124f..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080817285_2539051.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080817285:2539051", - "type": "SceneObject", - "layerV2": 1, - "name": "BoxBody", - "position": [ - -2.189815044403076, - 0.6243896484375, - 3.1866683959960938 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080818363:2539053", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.4000000953674316, - 4.5, - 0.7200000286102295 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080818934_2539057.json b/lenses/physics-objects/Scene/objects/1646082080818934_2539057.json deleted file mode 100644 index a2f30318..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080818934_2539057.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080818934:2539057", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 5.912615776062012, - 0.6339626312255859, - -0.030473385006189346 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080820386:2539063", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 0.7200000286102295, - 4.5, - 5.579999923706055 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080820839_2539067.json b/lenses/physics-objects/Scene/objects/1646082080820839_2539067.json deleted file mode 100644 index cfe50fe5..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080820839_2539067.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080820839:2539067", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 0.10567843914031982, - -0.8513593673706055, - 3.182915687561035 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080821581:2539069", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.0, - 1.7100000381469727, - 0.6899999976158142 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080822004_2539073.json b/lenses/physics-objects/Scene/objects/1646082080822004_2539073.json deleted file mode 100644 index da208299..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080822004_2539073.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080822004:2539073", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 0.10567843914031982, - -0.8513593673706055, - -3.2094264030456543 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080822893:2539075", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.0, - 1.7100000381469727, - 0.6899999976158142 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080824482_2539092.json b/lenses/physics-objects/Scene/objects/1646082080824482_2539092.json deleted file mode 100644 index e779ce69..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080824482_2539092.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080824482:2539092", - "type": "SceneObject", - "layerV2": 1, - "name": "Seat", - "position": [ - 3.070955514907837, - 3.168673515319824, - -0.00026931799948215485 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080827618:2539106", - "type": "Component.RenderMeshVisual", - "name": "component_10", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215752291:73206", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080825230_2539094.json b/lenses/physics-objects/Scene/objects/1646082080825230_2539094.json deleted file mode 100644 index 73d30ca2..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080825230_2539094.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080825230:2539094", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - -0.8195533752441406, - -0.7476034164428711, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080825964:2539096", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 2.700000047683716, - 2.0399999618530273, - 5.579999923706055 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080826411_2539100.json b/lenses/physics-objects/Scene/objects/1646082080826411_2539100.json deleted file mode 100644 index a3dbd258..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080826411_2539100.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080826411:2539100", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 1.3313236236572266, - 2.1711864471435547, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - -0.09733179211616516, - 0.9952520132064819 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080827191:2539102", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 0.6899999976158142, - 3.5999999046325684, - 5.579999923706055 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080828609_2539119.json b/lenses/physics-objects/Scene/objects/1646082080828609_2539119.json deleted file mode 100644 index e6e92732..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080828609_2539119.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080828609:2539119", - "type": "SceneObject", - "layerV2": 1, - "name": "Wind Shield", - "position": [ - -1.908186674118042, - 5.733782768249512, - -0.0002693181158974767 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080832007:2539127", - "type": "Component.RenderMeshVisual", - "name": "component_11", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215791524:73225", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080830299_2539121.json b/lenses/physics-objects/Scene/objects/1646082080830299_2539121.json deleted file mode 100644 index d1563eb8..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080830299_2539121.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "core": { - "uid": "1646082080830299:2539121", - "type": "SceneObject", - "layerV2": 1, - "name": "Box Body", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - -0.23479434847831726, - 0.9720450639724731 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080831334:2539123", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "BoxShape", - "boxSize": [ - 0.6600000262260437, - 1.7999999523162842, - 5.579999923706055 - ] - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080833244_2539140.json b/lenses/physics-objects/Scene/objects/1646082080833244_2539140.json deleted file mode 100644 index 429e2b34..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080833244_2539140.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080833244:2539140", - "type": "SceneObject", - "layerV2": 1, - "name": "Backup Wheel", - "position": [ - 6.523284912109375, - 4.0129804611206055, - 0.1615133285522461 - ], - "rotation": [ - 0.0, - 0.7070909142494202, - 0.0, - 0.7071226835250854 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080834006:2539142", - "type": "Component.RenderMeshVisual", - "name": "component_5", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645083977124996:5883857" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215573678:73130", - "skin": "-1:-1" - }, - { - "uid": "1646082080834995:2539155", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 1.440000057220459, - "cylRadius": 1.8600000143051147 - }, - "matter": "1644947873472837:5609574", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.10000000149011612, - "angularDamping": 0.10000000149011612 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080835452_2539159.json b/lenses/physics-objects/Scene/objects/1646082080835452_2539159.json deleted file mode 100644 index 49a33c81..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080835452_2539159.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080835452:2539159", - "type": "SceneObject", - "layerV2": 1, - "name": "Back Bearing", - "position": [ - 2.7488980293273926, - -0.3604545593261719, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080836219:2539161", - "type": "Component.RenderMeshVisual", - "name": "component_4", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215623083:73149", - "skin": "-1:-1" - }, - { - "uid": "1646082080837167:2539174", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 7.019999980926514, - "cylRadius": 0.18000000715255737 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080837608_2539178.json b/lenses/physics-objects/Scene/objects/1646082080837608_2539178.json deleted file mode 100644 index 2a0e39f1..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080837608_2539178.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080837608:2539178", - "type": "SceneObject", - "layerV2": 1, - "name": "Front Bearing", - "position": [ - -2.9191930294036865, - -0.4558086395263672, - -0.0002693181158974767 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080838377:2539180", - "type": "Component.RenderMeshVisual", - "name": "component_7", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215623083:73149", - "skin": "-1:-1" - }, - { - "uid": "1646082080839382:2539193", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 7.019999980926514, - "cylRadius": 0.18000000715255737 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.10000000149011612, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080839822_2539197.json b/lenses/physics-objects/Scene/objects/1646082080839822_2539197.json deleted file mode 100644 index 550c8bac..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080839822_2539197.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080839822:2539197", - "type": "SceneObject", - "layerV2": 1, - "name": "Pipe", - "position": [ - 5.801380157470703, - 1.3275632858276367, - 2.515913963317871 - ], - "rotation": [ - 2.6928148599836277e-09, - 6.491908344230524e-09, - -0.7071068286895752, - 0.7071066498756409 - ], - "scale": [ - 1.0000001192092896, - 1.0000001192092896, - 1.0000003576278687 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080840591:2539199", - "type": "Component.RenderMeshVisual", - "name": "component_14", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1645084898757777:6169649" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238216954222:73794", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080842141_2539216.json b/lenses/physics-objects/Scene/objects/1646082080842141_2539216.json deleted file mode 100644 index cb3731d9..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080842141_2539216.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "core": { - "uid": "1646082080842141:2539216", - "type": "SceneObject", - "layerV2": 1, - "name": "Head", - "position": [ - 0.8779897689819336, - 16.705345153808594, - 0.04356750100851059 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080844170:2539224", - "type": "Component.RenderMeshVisual", - "name": "component_2", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1644734530219274:258115" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215531690:73111", - "skin": "-1:-1" - }, - { - "uid": "1646082080845214:2539237", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "SphereShape", - "sphereRadius": 6.0 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.0010000000474974513, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080842959_2539218.json b/lenses/physics-objects/Scene/objects/1646082080842959_2539218.json deleted file mode 100644 index dd3a856d..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080842959_2539218.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080842959:2539218", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080843711:2539220", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080856844:2539316", - "constraint": { - "type": "Physics.FixedConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080845831_2539241.json b/lenses/physics-objects/Scene/objects/1646082080845831_2539241.json deleted file mode 100644 index 07604a02..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080845831_2539241.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080845831:2539241", - "type": "SceneObject", - "layerV2": 1, - "name": "Right Arm", - "position": [ - 0.8984394073486328, - 13.133208274841309, - -3.75787615776062 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080848462:2539253", - "type": "Component.RenderMeshVisual", - "name": "component_0", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1644734530219274:258115" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215440907:73069", - "skin": "-1:-1" - }, - { - "uid": "1646082080849521:2539266", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 5.400000095367432, - "cylRadius": 0.36000001430511475 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.0010000000474974513, - "damping": 0.0, - "angularDamping": 0.10000000149011612 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080846657_2539243.json b/lenses/physics-objects/Scene/objects/1646082080846657_2539243.json deleted file mode 100644 index d583796d..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080846657_2539243.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080846657:2539243", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 2.5575313568115234 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080848047:2539247", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080856844:2539316", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080849991_2539270.json b/lenses/physics-objects/Scene/objects/1646082080849991_2539270.json deleted file mode 100644 index 28aa3743..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080849991_2539270.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080849991:2539270", - "type": "SceneObject", - "layerV2": 1, - "name": "Left Arm", - "position": [ - 0.8984394073486328, - 13.133208274841309, - 4.0535969734191895 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080851929:2539278", - "type": "Component.RenderMeshVisual", - "name": "component_13", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1644734530219274:258115" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215440907:73069", - "skin": "-1:-1" - }, - { - "uid": "1646082080852913:2539291", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 2, - "description": "Z" - }, - "cylLength": 5.400000095367432, - "cylRadius": 0.36000001430511475 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.0010000000474974513, - "damping": 0.0, - "angularDamping": 0.07000000029802322 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080850798_2539272.json b/lenses/physics-objects/Scene/objects/1646082080850798_2539272.json deleted file mode 100644 index b9f486ab..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080850798_2539272.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080850798:2539272", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - -2.7229976654052734 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080851565:2539274", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080856844:2539316", - "constraint": { - "type": "Physics.HingeConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080853382_2539295.json b/lenses/physics-objects/Scene/objects/1646082080853382_2539295.json deleted file mode 100644 index e133089d..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080853382_2539295.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "core": { - "uid": "1646082080853382:2539295", - "type": "SceneObject", - "layerV2": 1, - "name": "Body", - "position": [ - 0.8779973983764648, - 12.072400093078613, - 0.04357467591762543 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080855317:2539303", - "type": "Component.RenderMeshVisual", - "name": "component_1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1644734530219274:258115" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645238215488275:73088", - "skin": "-1:-1" - }, - { - "uid": "1646082080856844:2539316", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "ConeShape", - "coneAxis": { - "value": 1, - "description": "Y" - }, - "coneLength": 3.5399999618530273, - "coneRadius": 1.440000057220459 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": true, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080854179_2539297.json b/lenses/physics-objects/Scene/objects/1646082080854179_2539297.json deleted file mode 100644 index e2930e76..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080854179_2539297.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080854179:2539297", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080854955:2539299", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080841665:2539212", - "constraint": { - "type": "Physics.FixedConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080857309_2539320.json b/lenses/physics-objects/Scene/objects/1646082080857309_2539320.json deleted file mode 100644 index 8afdf36e..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080857309_2539320.json +++ /dev/null @@ -1,155 +0,0 @@ -{ - "core": { - "uid": "1646082080857309:2539320", - "type": "SceneObject", - "layerV2": 1, - "name": "Balloons [EDIT_ME]", - "position": [ - 4.051586151123047, - 10.734149932861328, - -3.814697265625e-06 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080877701:2539448", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646082080878267:2539450", - "type": "Value.IntValue", - "value": 3 - }, - { - "uid": "1646082080878271:2539452", - "type": "Value.StringValue", - "value": "circle" - }, - { - "uid": "1646082080878274:2539454", - "type": "Value.SerializableArrayValue", - "count": 3, - "valuesTypeName": "SceneObject", - "value": [ - { - "value": "1646082080858216:2539322" - }, - { - "value": "1646082080864637:2539364" - }, - { - "value": "1646082080871168:2539406" - } - ] - }, - { - "uid": "1646082080878281:2539456", - "type": "Value.IntValue", - "value": 10 - }, - { - "uid": "1646082080878283:2539458", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646082080878285:2539460", - "type": "Value.IntValue", - "value": 10 - }, - { - "uid": "1646082080878286:2539462", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646082080878288:2539464", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646082080878290:2539466", - "type": "Value.IntValue", - "value": 10 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "objectsToSpawn", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646082080878274:2539454" - }, - { - "name": "layoutType", - "typename": "Value.StringValue", - "scriptObject": "1646082080878271:2539452" - }, - { - "name": "circleObjectCount", - "typename": "Value.IntValue", - "scriptObject": "1646082080878267:2539450" - }, - { - "name": "radiusX", - "typename": "Value.IntValue", - "scriptObject": "1646082080878281:2539456" - }, - { - "name": "radiusY", - "typename": "Value.IntValue", - "scriptObject": "1646082080878283:2539458" - }, - { - "name": "rectObjectCountX", - "typename": "Value.IntValue", - "scriptObject": "1646082080878286:2539462" - }, - { - "name": "rectObjectCountY", - "typename": "Value.IntValue", - "scriptObject": "1646082080878288:2539464" - }, - { - "name": "rectWidth", - "typename": "Value.IntValue", - "scriptObject": "1646082080878290:2539466" - }, - { - "name": "rectHeight", - "typename": "Value.IntValue", - "scriptObject": "1646082080878285:2539460" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645502923063901:88847" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080858216_2539322.json b/lenses/physics-objects/Scene/objects/1646082080858216_2539322.json deleted file mode 100644 index 607e4236..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080858216_2539322.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "core": { - "uid": "1646082080858216:2539322", - "type": "SceneObject", - "layerV2": 1, - "name": "Balloon 1", - "position": [ - 5.700590133666992, - 13.82052993774414, - -6.351795196533203 - ], - "rotation": [ - -0.02373908832669258, - 0.9508264064788818, - 0.07801457494497299, - -0.2987968325614929 - ], - "scale": [ - 0.7200008034706116, - 0.7199992537498474, - 0.7200008630752563 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080864190:2539360", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "SphereShape", - "sphereRadius": 5.0 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "1644947995861507:5657744", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.009999999776482582, - "damping": 0.05999999865889549, - "angularDamping": 0.05999999865889549 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080859199_2539324.json b/lenses/physics-objects/Scene/objects/1646082080859199_2539324.json deleted file mode 100644 index 1011d39e..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080859199_2539324.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080859199:2539324", - "type": "SceneObject", - "layerV2": 1, - "name": "Balloon 1", - "position": [ - 3.0350606441497803, - -4.834510803222656, - -0.081298828125 - ], - "rotation": [ - 0.0, - 0.0, - 0.28273138403892517, - 0.9591991305351257 - ], - "scale": [ - 144.0, - 144.00001525878906, - 144.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080861934:2539341", - "type": "Component.RenderMeshVisual", - "name": "component_5", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1650577465055768:1377033" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644829363199094:6177103", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080859970_2539326.json b/lenses/physics-objects/Scene/objects/1646082080859970_2539326.json deleted file mode 100644 index 80b14967..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080859970_2539326.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080859970:2539326", - "type": "SceneObject", - "layerV2": 1, - "name": "String 1", - "position": [ - 0.00043497607111930847, - -0.0029346582014113665, - 0.00012197159230709076 - ], - "rotation": [ - -0.07922834157943726, - 1.274525089911549e-07, - 0.05991293489933014, - 0.9950544238090515 - ], - "scale": [ - 0.00011827377602458, - 0.00011827377602458, - 0.00011827380512841046 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080860741:2539328", - "type": "Component.RenderMeshVisual", - "name": "component_4", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1650577427520928:1221532" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644829363244852:6177126", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080863038_2539354.json b/lenses/physics-objects/Scene/objects/1646082080863038_2539354.json deleted file mode 100644 index f643deb4..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080863038_2539354.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080863038:2539354", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 13.118034362792969, - -19.967870712280273, - -4.70648193359375 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080863822:2539356", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080841665:2539212", - "constraint": { - "type": "Physics.PointConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080864637_2539364.json b/lenses/physics-objects/Scene/objects/1646082080864637_2539364.json deleted file mode 100644 index 264fb3be..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080864637_2539364.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "core": { - "uid": "1646082080864637:2539364", - "type": "SceneObject", - "layerV2": 1, - "name": "Balloon 2", - "position": [ - 7.264457702636719, - 13.820526123046875, - 4.729299545288086 - ], - "rotation": [ - 0.2523948848247528, - 0.9192838072776794, - 0.24940821528434753, - -0.17032237350940704 - ], - "scale": [ - 0.7200008630752563, - 0.7199997901916504, - 0.7200008630752563 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080870626:2539402", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "SphereShape", - "sphereRadius": 5.0 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "1644947995861507:5657744", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.009999999776482582, - "damping": 0.05999999865889549, - "angularDamping": 0.05999999865889549 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080865432_2539366.json b/lenses/physics-objects/Scene/objects/1646082080865432_2539366.json deleted file mode 100644 index c6bf582c..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080865432_2539366.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080865432:2539366", - "type": "SceneObject", - "layerV2": 1, - "name": "Balloon 2", - "position": [ - 0.10409379005432129, - -5.851840972900391, - 1.6390917301177979 - ], - "rotation": [ - 6.742696712080942e-08, - 0.44544169306755066, - 5.077914266848893e-08, - 0.8953109383583069 - ], - "scale": [ - 144.0, - 144.00001525878906, - 144.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080868151:2539383", - "type": "Component.RenderMeshVisual", - "name": "component_5", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1650577543666604:1500300" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644829363199094:6177103", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080866342_2539368.json b/lenses/physics-objects/Scene/objects/1646082080866342_2539368.json deleted file mode 100644 index b437e161..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080866342_2539368.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080866342:2539368", - "type": "SceneObject", - "layerV2": 1, - "name": "String 2", - "position": [ - 0.00043497607111930847, - -0.0029346582014113665, - 0.00012197159230709076 - ], - "rotation": [ - -0.07922834157943726, - 1.274525089911549e-07, - 0.05991293489933014, - 0.9950544238090515 - ], - "scale": [ - 0.00011827377602458, - 0.00011827377602458, - 0.00011827380512841046 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080867111:2539370", - "type": "Component.RenderMeshVisual", - "name": "component_4", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1650577375676940:875849" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644829363244852:6177126", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080869401_2539396.json b/lenses/physics-objects/Scene/objects/1646082080869401_2539396.json deleted file mode 100644 index e9495696..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080869401_2539396.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080869401:2539396", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 0.8412580490112305, - -22.24449348449707, - 3.022689725185046e-07 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080870213:2539398", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080841665:2539212", - "constraint": { - "type": "Physics.PointConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080871168_2539406.json b/lenses/physics-objects/Scene/objects/1646082080871168_2539406.json deleted file mode 100644 index 24c7bc41..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080871168_2539406.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "core": { - "uid": "1646082080871168:2539406", - "type": "SceneObject", - "layerV2": 1, - "name": "Balloon 3", - "position": [ - 6.282909393310547, - 14.097206115722656, - -5.780488967895508 - ], - "rotation": [ - 0.2720765173435211, - 0.9616485834121704, - -0.03473373502492905, - 0.0006448123604059219 - ], - "scale": [ - 0.7200008630752563, - 0.720000147819519, - 0.7200008630752563 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080877232:2539444", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "SphereShape", - "sphereRadius": 5.0 - }, - "matter": "-1:-1", - "filter": "-1:-1", - "worldSettings": "1644947995861507:5657744", - "debugDrawEnabled": false, - "fitVisual": false, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.009999999776482582, - "damping": 0.05999999865889549, - "angularDamping": 0.05999999865889549 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080871984_2539408.json b/lenses/physics-objects/Scene/objects/1646082080871984_2539408.json deleted file mode 100644 index a564583e..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080871984_2539408.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080871984:2539408", - "type": "SceneObject", - "layerV2": 1, - "name": "Balloon 3", - "position": [ - -0.33131885528564453, - -5.513996124267578, - -0.14846760034561157 - ], - "rotation": [ - 6.742696712080942e-08, - 0.44544169306755066, - 5.077914266848893e-08, - 0.8953109383583069 - ], - "scale": [ - 144.0, - 144.00001525878906, - 144.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080874965:2539425", - "type": "Component.RenderMeshVisual", - "name": "component_5", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1650577557148104:1539979" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644829363199094:6177103", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080872783_2539410.json b/lenses/physics-objects/Scene/objects/1646082080872783_2539410.json deleted file mode 100644 index 6126ca48..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080872783_2539410.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646082080872783:2539410", - "type": "SceneObject", - "layerV2": 1, - "name": "String 3", - "position": [ - 0.00043497607111930847, - -0.0029346582014113665, - 0.00012197159230709076 - ], - "rotation": [ - -0.07922834157943726, - 1.274525089911549e-07, - 0.05991293489933014, - 0.9950544238090515 - ], - "scale": [ - 0.00011827377602458, - 0.00011827377602458, - 0.00011827380512841046 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080873814:2539412", - "type": "Component.RenderMeshVisual", - "name": "component_4", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1650577322529944:756040" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1644829363244852:6177126", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082080876041_2539438.json b/lenses/physics-objects/Scene/objects/1646082080876041_2539438.json deleted file mode 100644 index b713c602..00000000 --- a/lenses/physics-objects/Scene/objects/1646082080876041_2539438.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "core": { - "uid": "1646082080876041:2539438", - "type": "SceneObject", - "layerV2": 1, - "name": "Constraint", - "position": [ - 2.5420684814453125, - -20.55562973022461, - 7.62939453125e-06 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082080876852:2539440", - "type": "Physics.ConstraintComponent", - "name": "Physics Constraint", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "target": "1646082080841665:2539212", - "constraint": { - "type": "Physics.PointConstraint" - }, - "debugDraw": false - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082121575320_2637498.json b/lenses/physics-objects/Scene/objects/1646082121575320_2637498.json deleted file mode 100644 index 6c7078cf..00000000 --- a/lenses/physics-objects/Scene/objects/1646082121575320_2637498.json +++ /dev/null @@ -1,2784 +0,0 @@ -{ - "core": { - "uid": "1646082121575320:2637498", - "type": "SceneObject", - "layerV2": 1, - "name": "Complex Physics Body With Multiple Objects", - "position": [ - 0.0, - 46.294979095458984, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0000007152557373, - 1.0000007152557373 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646082817796867:3853279", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646082817797656:3853281", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646082817797660:3853283", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646082817797662:3853285", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "sourceObject", - "typename": "SceneObject", - "scriptObject": "1646082197420166:2930225" - }, - { - "name": "bindObject", - "typename": "SceneObject", - "scriptObject": "1646083696010476:5690659" - }, - { - "name": "bindPosition", - "typename": "Value.BoolValue", - "scriptObject": "1646082817797656:3853281" - }, - { - "name": "bindRotation", - "typename": "Value.BoolValue", - "scriptObject": "1646082817797660:3853283" - }, - { - "name": "bindScale", - "typename": "Value.BoolValue", - "scriptObject": "1646082817797662:3853285" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnStartEvent" - }, - "script": "1644978038922371:15188" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646083960487927:6241053", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646083960490491:6241055", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646083960490500:6241057", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646083960490502:6241059", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490505:6241061", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490508:6241063", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646083960490510:6241065", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490513:6241067", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490515:6241069", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646083960490517:6241071", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490519:6241073", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490521:6241075", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490523:6241077", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646083960490526:6241079", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490528:6241081", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646083960490530:6241083", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646083960490531:6241085", - "type": "Value.StringValue", - "value": "bindTransform" - }, - { - "uid": "1646083960490534:6241087", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490536:6241089", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646083960490538:6241091", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646083960490542:6241093", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490545:6241095", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490547:6241097", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490549:6241099", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490552:6241101", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646083960490556:6241103", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490559:6241105", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646083960490561:6241107", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490563:6241109", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646083960490568:6241113", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646083960490570:6241115", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646083960490573:6241117", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490575:6241119", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490578:6241121", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646083960490580:6241123", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646083960490582:6241125", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490584:6241127", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490587:6241129", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490589:6241131", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490591:6241133", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490594:6241135", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490596:6241137", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646083960490598:6241139", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490600:6241141", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490602:6241143", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490604:6241145", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490606:6241147", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646083960490608:6241149", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490614:6241151", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646083960490616:6241153", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490618:6241155", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646083960490622:6241159", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646083960490624:6241161", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646083960490627:6241163", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490629:6241165", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490631:6241167", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646083960490633:6241169", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646083960490635:6241171", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490637:6241173", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490639:6241175", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490641:6241177", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490643:6241179", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490645:6241181", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490647:6241183", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646083960490650:6241185", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490652:6241187", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490653:6241189", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490655:6241191", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490657:6241193", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646083960490660:6241195", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490662:6241197", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646083960490664:6241199", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490666:6241201", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646083960490670:6241205", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646083960490672:6241207", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646083960490674:6241209", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490676:6241211", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490679:6241213", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646083960490681:6241215", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646083960490683:6241217", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490685:6241219", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490687:6241221", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490690:6241223", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490692:6241225", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490694:6241227", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490696:6241229", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490698:6241231", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646083960490700:6241233", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646083960490702:6241235", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490704:6241237", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646083960490706:6241239", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646083960490708:6241241", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646083960490710:6241243", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646083960490712:6241245", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490716:6241247", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646083960490718:6241249", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646083960490727:6241251", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490728:6241253", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646083960490731:6241255", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646083960490733:6241257", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646083960490735:6241259", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490737:6241261", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490738:6241263", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646083960490740:6241265", - "type": "Value.StringValue", - "value": "CanBeginRace" - }, - { - "uid": "1646083960490742:6241267", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490744:6241269", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490746:6241271", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646083960490748:6241273", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490751:6241275", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646083960490754:6241277", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646083960490755:6241279", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490757:6241281", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646083960490760:6241283", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646083960490762:6241285", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646083960490764:6241287", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646083960490766:6241289", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646083960490768:6241291", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490769:6241293", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490771:6241295", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490773:6241297", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646083960490775:6241299", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490777:6241301", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490779:6241303", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646083960490781:6241305", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646083960490783:6241307", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490784:6241309", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490786:6241311", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646083960490789:6241313", - "type": "Value.StringValue", - "value": "callScriptAPI" - }, - { - "uid": "1646083960490791:6241315", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646083960490793:6241317", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646083960490795:6241319", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490797:6241321", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646083960490799:6241323", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490800:6241325", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646083960490802:6241327", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490804:6241329", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490807:6241331", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490809:6241333", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646083960490811:6241335", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490813:6241337", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490814:6241339", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490816:6241341", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646083960490818:6241343", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646083960490820:6241345", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646083960490822:6241347", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646083960490824:6241349", - "type": "Value.StringValue", - "value": "Component" - }, - { - "uid": "1646083960490826:6241351", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490828:6241353", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490830:6241355", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490832:6241357", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646083960490834:6241359", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646083960490836:6241361", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490838:6241363", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646083960490840:6241365", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646083960490842:6241367", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490844:6241369", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490845:6241371", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490847:6241373", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490849:6241375", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490851:6241377", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490854:6241379", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490856:6241381", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490858:6241383", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490860:6241385", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490861:6241387", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490863:6241389", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490865:6241391", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490867:6241393", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646083960490869:6241395", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646083960490871:6241397", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490872:6241399", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490874:6241401", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646083960490876:6241403", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646083960490878:6241405", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646083960490880:6241407", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646083960490882:6241409", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646083960490883:6241411", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646083960490885:6241413", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490887:6241415", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490889:6241417", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490891:6241419", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490893:6241421", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490894:6241423", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646083960490896:6241425", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646083960490898:6241427", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646083960490900:6241429", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646083960490901:6241431", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646083960490903:6241433", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646083960490905:6241435", - "type": "Value.StringValue", - "value": "Once" - }, - { - "uid": "1646083960490907:6241437", - "type": "Value.StringValue", - "value": "OnAwake" - }, - { - "uid": "1646083960490909:6241439", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486233514:98639", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486233531:98640", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486233544:98641", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486233570:98642", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486233572:98643", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486233574:98644", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486233575:98645", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486233577:98646", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486233578:98647", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486233580:98648", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486233582:98649", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486233583:98650", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486233584:98651", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486233585:98652", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486233586:98653", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486233588:98654", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486233589:98655", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486233590:98656", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486233591:98657", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490907:6241437" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490900:6241429" - }, - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490704:6241237" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646083960490706:6241239" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490708:6241241" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490491:6241055" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490526:6241079" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490909:6241439" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "101:100" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "1645236294629642:6940575" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490727:6241251" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646083960490718:6241249" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490716:6241247" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490712:6241245" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646083960490528:6241081" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646083960490698:6241231" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490700:6241233" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490696:6241229" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490702:6241235" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490731:6241255" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490738:6241263" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646083960490737:6241261" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646083960490735:6241259" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490733:6241257" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490710:6241243" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490728:6241253" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490786:6241311" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490740:6241265" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646083960490742:6241267" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490744:6241269" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490760:6241283" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490762:6241285" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490771:6241295" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490768:6241291" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490769:6241293" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646083960490764:6241287" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490757:6241281" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490766:6241289" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646083960490755:6241279" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486233586:98653" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233577:98646" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233588:98654" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233591:98657" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233590:98656" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233589:98655" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486233585:98652" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486233578:98647" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233574:98644" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233584:98651" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233582:98649" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486233583:98650" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486233575:98645" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486233572:98643" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486233580:98648" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486233570:98642" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490905:6241435" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490903:6241433" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490901:6241431" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490789:6241313" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646083960490500:6241057" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490505:6241061" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646083960490508:6241063" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490502:6241059" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490510:6241065" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490513:6241067" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490517:6241071" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646083960490515:6241069" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490523:6241077" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490519:6241073" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490521:6241075" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646083960490773:6241297" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490777:6241301" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490779:6241303" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490775:6241299" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646083960490781:6241305" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490783:6241307" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490824:6241349" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646083960490822:6241347" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490847:6241373" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490820:6241345" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490878:6241405" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646083960490880:6241407" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490802:6241327" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646083960490800:6241325" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490851:6241377" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490849:6241375" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490856:6241381" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490854:6241379" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490860:6241385" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490858:6241383" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490867:6241393" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490863:6241389" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646083960490861:6241387" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646083960490865:6241391" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490869:6241395" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490876:6241403" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490872:6241399" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646083960490871:6241397" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646083960490874:6241401" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646083960490814:6241339" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490816:6241341" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490838:6241363" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490836:6241361" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490840:6241365" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490826:6241351" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646083960490834:6241359" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490832:6241357" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490830:6241355" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490828:6241353" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646083960490842:6241367" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490844:6241369" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490845:6241371" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490883:6241411" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490882:6241409" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490894:6241423" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490893:6241421" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490885:6241413" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490889:6241417" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490887:6241415" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490891:6241419" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646083960490898:6241427" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490896:6241425" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646083960490791:6241315" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490799:6241323" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490795:6241319" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646083960490797:6241321" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646083960490793:6241317" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646083960490784:6241309" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490536:6241089" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "1646082817796867:3853279" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646083960490530:6241083" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490531:6241085" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490534:6241087" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490580:6241123" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490545:6241095" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646083960490563:6241109" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490559:6241105" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646083960490575:6241119" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490549:6241099" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490547:6241097" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646083960490584:6241127" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490589:6241131" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490594:6241135" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646083960490568:6241113" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646083960490542:6241093" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646083960490561:6241107" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646083960490556:6241103" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646083960490573:6241117" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646083960490582:6241125" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646083960490587:6241129" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646083960490591:6241133" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486233514:98639" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490570:6241115" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490538:6241091" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490578:6241121" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490552:6241101" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490633:6241169" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490600:6241141" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646083960490618:6241155" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490614:6241151" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646083960490629:6241165" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490604:6241145" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490602:6241143" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646083960490637:6241173" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490641:6241177" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490645:6241181" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646083960490622:6241159" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646083960490598:6241139" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646083960490616:6241153" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646083960490608:6241149" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646083960490627:6241163" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646083960490635:6241171" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646083960490639:6241175" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646083960490643:6241179" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486233531:98640" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490624:6241161" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490596:6241137" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490631:6241167" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490606:6241147" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490681:6241215" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490652:6241187" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646083960490666:6241201" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490662:6241197" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646083960490676:6241211" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490655:6241191" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490653:6241189" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646083960490685:6241219" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490690:6241223" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646083960490694:6241227" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646083960490670:6241205" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646083960490650:6241185" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646083960490664:6241199" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646083960490660:6241195" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646083960490674:6241209" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646083960490683:6241217" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646083960490687:6241221" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646083960490692:6241225" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486233544:98641" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490672:6241207" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490647:6241183" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490679:6241213" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083960490657:6241193" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490807:6241331" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646083960490809:6241333" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490811:6241335" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646083960490804:6241329" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646083960490746:6241271" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646083960490751:6241275" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646083960490748:6241273" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646083960490754:6241277" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646083960490813:6241337" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646083960490818:6241343" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraBackEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646082197420166_2930225.json b/lenses/physics-objects/Scene/objects/1646082197420166_2930225.json deleted file mode 100644 index c4e68ff4..00000000 --- a/lenses/physics-objects/Scene/objects/1646082197420166_2930225.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1646082197420166:2930225", - "type": "SceneObject", - "layerV2": 1, - "name": "Physics Objects Pivot Point", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1646083696010476_5690659.json b/lenses/physics-objects/Scene/objects/1646083696010476_5690659.json deleted file mode 100644 index 843dfba9..00000000 --- a/lenses/physics-objects/Scene/objects/1646083696010476_5690659.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "core": { - "uid": "1646083696010476:5690659", - "type": "SceneObject", - "layerV2": 1, - "name": "Traffic Cone Layout [EDIT_ME]", - "position": [ - 0.0, - 27.992271423339844, - 0.0 - ], - "rotation": [ - 0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 1.0, - 1.000000238418579, - 1.000000238418579 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646083696021345:5691086", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646083696021885:5691088", - "type": "Value.IntValue", - "value": 8 - }, - { - "uid": "1646083696021889:5691090", - "type": "Value.StringValue", - "value": "rectangle" - }, - { - "uid": "1646083696021896:5691092", - "type": "Value.SerializableArrayValue", - "count": 1, - "valuesTypeName": "SceneObject", - "value": [ - { - "value": "1646083696012385:5690661" - } - ] - }, - { - "uid": "1646083696021904:5691094", - "type": "Value.IntValue", - "value": 100 - }, - { - "uid": "1646083696021905:5691096", - "type": "Value.IntValue", - "value": 100 - }, - { - "uid": "1646083696021907:5691098", - "type": "Value.IntValue", - "value": 100 - }, - { - "uid": "1646083696021908:5691100", - "type": "Value.IntValue", - "value": 8 - }, - { - "uid": "1646083696021910:5691102", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646083696021911:5691104", - "type": "Value.IntValue", - "value": 80 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "objectsToSpawn", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646083696021896:5691092" - }, - { - "name": "layoutType", - "typename": "Value.StringValue", - "scriptObject": "1646083696021889:5691090" - }, - { - "name": "circleObjectCount", - "typename": "Value.IntValue", - "scriptObject": "1646083696021885:5691088" - }, - { - "name": "radiusX", - "typename": "Value.IntValue", - "scriptObject": "1646083696021904:5691094" - }, - { - "name": "radiusY", - "typename": "Value.IntValue", - "scriptObject": "1646083696021905:5691096" - }, - { - "name": "rectObjectCountX", - "typename": "Value.IntValue", - "scriptObject": "1646083696021908:5691100" - }, - { - "name": "rectObjectCountY", - "typename": "Value.IntValue", - "scriptObject": "1646083696021910:5691102" - }, - { - "name": "rectWidth", - "typename": "Value.IntValue", - "scriptObject": "1646083696021911:5691104" - }, - { - "name": "rectHeight", - "typename": "Value.IntValue", - "scriptObject": "1646083696021907:5691098" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1645502923063901:88847" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646083696012385_5690661.json b/lenses/physics-objects/Scene/objects/1646083696012385_5690661.json deleted file mode 100644 index 15365276..00000000 --- a/lenses/physics-objects/Scene/objects/1646083696012385_5690661.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "core": { - "uid": "1646083696012385:5690661", - "type": "SceneObject", - "layerV2": 1, - "name": "TrafficCone", - "position": [ - -5.7220458984375e-06, - 0.0, - 0.0 - ], - "rotation": [ - -0.7071068286895752, - 0.0, - 0.0, - 0.7071068286895752 - ], - "scale": [ - 0.800000011920929, - 0.8000001907348633, - 0.8000000715255737 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646083696017443:5690684", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "CylinderShape", - "cylAxis": { - "value": 1, - "description": "Y" - }, - "cylLength": 0.5, - "cylRadius": 6.0 - }, - "matter": "1644790253432794:84805", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.009999999776482582, - "damping": 0.009999999776482582, - "angularDamping": 0.009999999776482582 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646083696013403_5690663.json b/lenses/physics-objects/Scene/objects/1646083696013403_5690663.json deleted file mode 100644 index f79ba1b4..00000000 --- a/lenses/physics-objects/Scene/objects/1646083696013403_5690663.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "core": { - "uid": "1646083696013403:5690663", - "type": "SceneObject", - "layerV2": 1, - "name": "Cone Body", - "position": [ - 6.198883966135327e-06, - 5.773686408996582, - 7.753239515295718e-06 - ], - "rotation": [ - -7.450582373280668e-09, - -1.1175871783564162e-08, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646083696016781:5690680", - "type": "Physics.BodyComponent", - "name": "Physics Body", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "shape": { - "type": "ConeShape", - "coneAxis": { - "value": 1, - "description": "Y" - }, - "coneLength": 11.0, - "coneRadius": 4.5 - }, - "matter": "1644790253432794:84805", - "filter": "-1:-1", - "worldSettings": "-1:-1", - "debugDrawEnabled": false, - "fitVisual": true, - "forceCompound": false, - "intangible": false, - "smooth": false, - "smoothTrans": 30.0, - "smoothRot": 30.0, - "dynamic": true, - "useDensity": false, - "massOrDensity": 0.009999999776482582, - "damping": 0.0, - "angularDamping": 0.0 - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646083696014398_5690665.json b/lenses/physics-objects/Scene/objects/1646083696014398_5690665.json deleted file mode 100644 index e9dfcf7e..00000000 --- a/lenses/physics-objects/Scene/objects/1646083696014398_5690665.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646083696014398:5690665", - "type": "SceneObject", - "layerV2": 1, - "name": "Trafiic Cone", - "position": [ - 0.0, - -6.745353698730469, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646083696015390:5690667", - "type": "Component.RenderMeshVisual", - "name": "component_0", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 3, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1644793700779232:511555" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1645236367697271:6959648", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646084571808603_6810583.json b/lenses/physics-objects/Scene/objects/1646084571808603_6810583.json deleted file mode 100644 index 2b91fca9..00000000 --- a/lenses/physics-objects/Scene/objects/1646084571808603_6810583.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1646084571808603:6810583", - "type": "SceneObject", - "layerV2": 1, - "name": "Track", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1646084748671013_7004566.json b/lenses/physics-objects/Scene/objects/1646084748671013_7004566.json deleted file mode 100644 index 5c5f8503..00000000 --- a/lenses/physics-objects/Scene/objects/1646084748671013_7004566.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1646084748671013:7004566", - "type": "SceneObject", - "layerV2": 1, - "name": "Maze", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1646185898638411_267216.json b/lenses/physics-objects/Scene/objects/1646185898638411_267216.json deleted file mode 100644 index 3bc842ce..00000000 --- a/lenses/physics-objects/Scene/objects/1646185898638411_267216.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1646185898638411:267216", - "type": "SceneObject", - "layerV2": 1, - "name": "Race Track Example", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true - } -} diff --git a/lenses/physics-objects/Scene/objects/1646185936790698_387572.json b/lenses/physics-objects/Scene/objects/1646185936790698_387572.json deleted file mode 100644 index 2c2cb938..00000000 --- a/lenses/physics-objects/Scene/objects/1646185936790698_387572.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1646185936790698:387572", - "type": "SceneObject", - "layerV2": 1, - "name": "Maze Example", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false - } -} diff --git a/lenses/physics-objects/Scene/objects/1646688416031900_468928.json b/lenses/physics-objects/Scene/objects/1646688416031900_468928.json deleted file mode 100644 index fe2711e4..00000000 --- a/lenses/physics-objects/Scene/objects/1646688416031900_468928.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646688416031900:468928", - "type": "SceneObject", - "layerV2": 1, - "name": "baseball mesh", - "position": [ - 0.0, - -3.7293243408203125, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646688429433343:470656", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1646165882010928:341172" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1646688348717897:340211", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646688419581914_469382.json b/lenses/physics-objects/Scene/objects/1646688419581914_469382.json deleted file mode 100644 index 5d7f0759..00000000 --- a/lenses/physics-objects/Scene/objects/1646688419581914_469382.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "core": { - "uid": "1646688419581914:469382", - "type": "SceneObject", - "layerV2": 1, - "name": "beach ball mesh", - "position": [ - -0.050035953521728516, - -3.3290371894836426, - 10.435333251953125 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 0.054999999701976776, - 0.054999999701976776, - 0.054999999701976776 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1646688556593869:605155", - "type": "Component.RenderMeshVisual", - "name": "Mesh Visual 1", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 0, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 1, - "description": "caster" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1646165774412018:270716" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "mesh": "1646688292475380:202560", - "skin": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872644408091_680620.json b/lenses/physics-objects/Scene/objects/1646872644408091_680620.json deleted file mode 100644 index aa0222a1..00000000 --- a/lenses/physics-objects/Scene/objects/1646872644408091_680620.json +++ /dev/null @@ -1,321 +0,0 @@ -{ - "core": { - "uid": "1646872644408091:680620", - "type": "SceneObject", - "layerV2": 1, - "name": "Tap", - "position": [ - 0.0, - -2.0, - -10.53033447265625 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646872644408955:680622", - "type": "Component.Image", - "name": "Image", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 6, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 0, - "description": "Fit" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732467347742:1181873" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "flipX": false, - "flipY": false, - "pivot": [ - 0.0, - 0.0 - ], - "size": [ - 1.0, - 1.0 - ] - } - ] - }, - "privateAssets": { - "1675732467347742:1181873": { - "isLazyAsset": false, - "uid": "1675732467347742:1181873", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644360288:680600", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872848075842_990362.json b/lenses/physics-objects/Scene/objects/1646872848075842_990362.json deleted file mode 100644 index dac622fc..00000000 --- a/lenses/physics-objects/Scene/objects/1646872848075842_990362.json +++ /dev/null @@ -1,5410 +0,0 @@ -{ - "core": { - "uid": "1646872848075842:990362", - "type": "SceneObject", - "layerV2": 1, - "name": "Tap Hint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646874062948625:3274912", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874062950699:3274914", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874062950705:3274916", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874062950707:3274918", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950709:3274920", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950712:3274922", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874062950714:3274924", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950716:3274926", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950717:3274928", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874062950719:3274930", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950721:3274932", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950723:3274934", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062950725:3274936", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874062950727:3274938", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950729:3274940", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874062950730:3274942", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874062950732:3274944", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950734:3274946", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950736:3274948", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874062950738:3274950", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874062950741:3274952", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950743:3274954", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950745:3274956", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950748:3274958", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950750:3274960", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874062950753:3274962", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950755:3274964", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874062950757:3274966", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950764:3274968", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874062950768:3274972", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874062950770:3274974", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874062950772:3274976", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950775:3274978", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950777:3274980", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874062950779:3274982", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874062950781:3274984", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950783:3274986", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950785:3274988", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950788:3274990", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950789:3274992", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950791:3274994", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950793:3274996", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874062950795:3274998", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950797:3275000", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950799:3275002", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950800:3275004", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950803:3275006", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874062950806:3275008", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950807:3275010", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874062950809:3275012", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950811:3275014", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874062950815:3275018", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874062950816:3275020", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874062950818:3275022", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950820:3275024", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950822:3275026", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874062950824:3275028", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874062950826:3275030", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950828:3275032", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950829:3275034", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950831:3275036", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950833:3275038", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950834:3275040", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950836:3275042", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874062950839:3275044", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950841:3275046", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950842:3275048", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950844:3275050", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950845:3275052", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874062950848:3275054", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950849:3275056", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874062950851:3275058", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950853:3275060", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874062950857:3275064", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874062950859:3275066", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874062950861:3275068", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950863:3275070", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950864:3275072", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874062950866:3275074", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874062950868:3275076", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950870:3275078", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950872:3275080", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950874:3275082", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950876:3275084", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950877:3275086", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950879:3275088", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950881:3275090", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874062950882:3275092", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874062950884:3275094", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062950886:3275096", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874062950887:3275098", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874062950889:3275100", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646874062950890:3275102", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874062950892:3275104", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950895:3275106", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874062950899:3275108", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874062950900:3275110", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062950902:3275112", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874062950903:3275114", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874062950905:3275116", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874062950907:3275118", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950909:3275120", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950910:3275122", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874062950912:3275124", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950913:3275126", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950915:3275128", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950917:3275130", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874062950919:3275132", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950920:3275134", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874062950922:3275136", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874062950923:3275138", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950926:3275140", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874062950928:3275142", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874062950929:3275144", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874062950931:3275146", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874062950933:3275148", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874062950935:3275150", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062950936:3275152", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062950938:3275154", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062950940:3275156", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874062950941:3275158", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950943:3275160", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950945:3275162", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874062950947:3275164", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874062950948:3275166", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950950:3275168", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950952:3275170", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874062950954:3275172", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874062950956:3275174", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874062950957:3275176", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874062950959:3275178", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950960:3275180", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874062950962:3275182", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950964:3275184", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874062950965:3275186", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950967:3275188", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062950968:3275190", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950970:3275192", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874062950972:3275194", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950975:3275196", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950976:3275198", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062950978:3275200", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874062950980:3275202", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874062950983:3275204", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874062950986:3275206", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646874062950988:3275208", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874062950990:3275210", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062950992:3275212", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950993:3275214", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062950995:3275216", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874062950997:3275218", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874062950998:3275220", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062951000:3275222", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874062951001:3275224", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874062951003:3275226", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951005:3275228", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951007:3275230", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951009:3275232", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062951011:3275234", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062951012:3275236", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951014:3275238", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062951016:3275240", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951018:3275242", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062951019:3275244", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951021:3275246", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951023:3275248", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951024:3275250", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951026:3275252", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874062951028:3275254", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874062951029:3275256", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951031:3275258", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951033:3275260", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874062951034:3275262", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874062951036:3275264", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874062951038:3275266", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874062951039:3275268", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874062951041:3275270", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874062951042:3275272", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062951044:3275274", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062951045:3275276", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062951047:3275278", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062951048:3275280", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062951050:3275282", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874062951051:3275284", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874062951053:3275286", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874062951054:3275288", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646874062951056:3275290", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874062951058:3275292", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874062951059:3275294", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874062951061:3275296", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646874062951063:3275298", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486519420:98864", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486519438:98865", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486519452:98866", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486519478:98867", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486519480:98868", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486519482:98869", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486519484:98870", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486519485:98871", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486519486:98872", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486519489:98873", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486519490:98874", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486519491:98875", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486519493:98876", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486519494:98877", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486519495:98878", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486519496:98879", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486519497:98880", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486519499:98881", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486519500:98882", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951061:3275296" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951054:3275288" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950886:3275096" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874062950887:3275098" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950889:3275100" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950699:3274914" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950727:3274938" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874062951063:3275298" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950900:3275110" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874062950899:3275108" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950895:3275106" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950892:3275104" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874062950729:3274940" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874062950881:3275090" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950882:3275092" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950879:3275088" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950884:3275094" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950903:3275114" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950910:3275122" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874062950909:3275120" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874062950907:3275118" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950905:3275116" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950890:3275102" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950902:3275112" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950952:3275170" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950912:3275124" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874062950913:3275126" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950915:3275128" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950928:3275142" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950929:3275144" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950938:3275154" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950935:3275150" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950936:3275152" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874062950931:3275146" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950926:3275140" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950933:3275148" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874062950923:3275138" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486519495:98878" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519485:98871" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519496:98879" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519500:98882" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519499:98881" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519497:98880" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486519494:98877" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486519486:98872" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519482:98869" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519493:98876" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519490:98874" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486519491:98875" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486519484:98870" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486519480:98868" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486519489:98873" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486519478:98867" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951059:3275294" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874062951058:3275292" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874062951056:3275290" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950954:3275172" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874062950705:3274916" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950709:3274920" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874062950712:3274922" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950707:3274918" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950714:3274924" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950716:3274926" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950719:3274930" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874062950717:3274928" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950725:3274936" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950721:3274932" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950723:3274934" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874062950940:3275156" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950943:3275160" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950945:3275162" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950941:3275158" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874062950947:3275164" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950948:3275166" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950988:3275208" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872880008839:1058312" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874062950986:3275206" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951009:3275232" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062950983:3275204" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951036:3275264" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874062951038:3275266" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950965:3275186" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874062950964:3275184" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062951012:3275236" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951011:3275234" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062951016:3275240" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951014:3275238" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062951019:3275244" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951018:3275242" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951026:3275252" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062951023:3275248" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874062951021:3275246" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874062951024:3275250" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874062951028:3275254" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951034:3275262" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062951031:3275258" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874062951029:3275256" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874062951033:3275260" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874062950976:3275198" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950978:3275200" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951000:3275222" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950998:3275220" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951001:3275224" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950990:3275210" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874062950997:3275218" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950995:3275216" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062950993:3275214" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062950992:3275212" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874062951003:3275226" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062951005:3275228" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062951007:3275230" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874062951041:3275270" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951039:3275268" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951050:3275282" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951048:3275280" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951042:3275272" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951045:3275276" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951044:3275274" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874062951047:3275278" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874062951053:3275286" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874062951051:3275284" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874062950956:3275174" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950962:3275182" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950959:3275178" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874062950960:3275180" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874062950957:3275176" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874062950950:3275168" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950736:3274948" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874062950730:3274942" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950732:3274944" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950734:3274946" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950779:3274982" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950743:3274954" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874062950764:3274968" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950755:3274964" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874062950775:3274978" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062950748:3274958" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062950745:3274956" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874062950783:3274986" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062950788:3274990" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062950791:3274994" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874062950768:3274972" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874062950741:3274952" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874062950757:3274966" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874062950753:3274962" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874062950772:3274976" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874062950781:3274984" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874062950785:3274988" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874062950789:3274992" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486519420:98864" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950770:3274974" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950738:3274950" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950777:3274980" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950750:3274960" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950824:3275028" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950797:3275000" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874062950811:3275014" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950807:3275010" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874062950820:3275024" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062950800:3275004" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062950799:3275002" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874062950828:3275032" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062950831:3275036" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062950834:3275040" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874062950815:3275018" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874062950795:3274998" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874062950809:3275012" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874062950806:3275008" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874062950818:3275022" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874062950826:3275030" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874062950829:3275034" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874062950833:3275038" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486519438:98865" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950816:3275020" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950793:3274996" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950822:3275026" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950803:3275006" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950866:3275074" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950841:3275046" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874062950853:3275060" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950849:3275056" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874062950863:3275070" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062950844:3275050" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062950842:3275048" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874062950870:3275078" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062950874:3275082" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874062950877:3275086" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874062950857:3275064" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874062950839:3275044" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874062950851:3275058" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874062950848:3275054" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874062950861:3275068" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874062950868:3275076" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874062950872:3275080" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874062950876:3275084" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486519452:98866" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950859:3275066" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950836:3275042" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950864:3275072" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874062950845:3275052" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950968:3275190" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874062950970:3275192" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950972:3275194" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874062950967:3275188" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874062950917:3275130" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874062950920:3275134" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874062950919:3275132" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874062950922:3275136" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874062950975:3275196" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874062950980:3275202" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646874075589688:3314980", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874075591778:3314982", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874075591785:3314984", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874075591787:3314986", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591789:3314988", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591791:3314990", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874075591794:3314992", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591796:3314994", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591797:3314996", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874075591799:3314998", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591801:3315000", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591803:3315002", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075591805:3315004", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874075591807:3315006", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591809:3315008", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874075591811:3315010", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874075591812:3315012", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591814:3315014", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591816:3315016", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874075591817:3315018", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874075591821:3315020", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591823:3315022", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591825:3315024", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591828:3315026", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591830:3315028", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874075591832:3315030", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591835:3315032", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874075591836:3315034", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591839:3315036", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874075591842:3315040", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874075591844:3315042", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874075591846:3315044", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591849:3315046", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591851:3315048", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874075591853:3315050", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874075591854:3315052", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591857:3315054", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591859:3315056", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591861:3315058", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591863:3315060", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591865:3315062", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591866:3315064", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874075591868:3315066", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591870:3315068", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591872:3315070", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591874:3315072", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591877:3315074", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874075591880:3315076", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591882:3315078", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874075591883:3315080", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591885:3315082", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874075591889:3315086", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874075591891:3315088", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874075591893:3315090", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591895:3315092", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591896:3315094", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874075591899:3315096", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874075591900:3315098", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591902:3315100", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591904:3315102", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591906:3315104", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591907:3315106", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591909:3315108", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591911:3315110", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874075591914:3315112", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591915:3315114", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591917:3315116", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591919:3315118", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591921:3315120", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874075591923:3315122", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591924:3315124", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874075591926:3315126", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591928:3315128", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874075591932:3315132", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874075591933:3315134", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874075591935:3315136", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591937:3315138", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591939:3315140", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874075591941:3315142", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874075591943:3315144", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591945:3315146", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591946:3315148", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591948:3315150", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591950:3315152", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591952:3315154", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591954:3315156", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591955:3315158", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874075591957:3315160", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874075591958:3315162", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075591960:3315164", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874075591962:3315166", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874075591963:3315168", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646874075591965:3315170", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874075591967:3315172", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591971:3315174", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874075591974:3315176", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874075591976:3315178", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075591977:3315180", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874075591979:3315182", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874075591981:3315184", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874075591983:3315186", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591985:3315188", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591987:3315190", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874075591988:3315192", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075591990:3315194", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075591992:3315196", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075591994:3315198", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874075591996:3315200", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075591997:3315202", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874075591999:3315204", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874075592001:3315206", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075592003:3315208", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874075592006:3315210", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874075592008:3315212", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874075592009:3315214", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874075592011:3315216", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874075592013:3315218", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075592015:3315220", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075592016:3315222", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075592018:3315224", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874075592020:3315226", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592022:3315228", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592024:3315230", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874075592030:3315232", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874075592032:3315234", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592033:3315236", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075592035:3315238", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874075592038:3315240", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874075592040:3315242", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874075592041:3315244", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874075592043:3315246", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592045:3315248", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874075592046:3315250", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592048:3315252", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874075592050:3315254", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075592051:3315256", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075592053:3315258", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075592054:3315260", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874075592057:3315262", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592058:3315264", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075592060:3315266", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075592062:3315268", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874075592063:3315270", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874075592065:3315272", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874075592067:3315274", - "type": "Value.StringValue", - "value": "Disable" - }, - { - "uid": "1646874075592069:3315276", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874075592071:3315278", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592073:3315280", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592075:3315282", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592076:3315284", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874075592078:3315286", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874075592080:3315288", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075592082:3315290", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874075592084:3315292", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874075592085:3315294", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592087:3315296", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592089:3315298", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592090:3315300", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592092:3315302", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075592094:3315304", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592096:3315306", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075592097:3315308", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592099:3315310", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075592101:3315312", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592102:3315314", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592104:3315316", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592106:3315318", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592108:3315320", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874075592109:3315322", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874075592111:3315324", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592113:3315326", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592114:3315328", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874075592116:3315330", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874075592118:3315332", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874075592120:3315334", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874075592122:3315336", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874075592124:3315338", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874075592125:3315340", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592127:3315342", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592129:3315344", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592131:3315346", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592133:3315348", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592134:3315350", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874075592136:3315352", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874075592138:3315354", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874075592139:3315356", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646874075592141:3315358", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874075592143:3315360", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874075592144:3315362", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874075592146:3315364", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646874075592148:3315366", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486547161:98883", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486547179:98884", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486547192:98885", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486547219:98886", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486547221:98887", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486547223:98888", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486547225:98889", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486547226:98890", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486547227:98891", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486547230:98892", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486547231:98893", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486547232:98894", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486547233:98895", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486547234:98896", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486547235:98897", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486547236:98898", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486547238:98899", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486547239:98900", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486547240:98901", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592146:3315364" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592139:3315356" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591960:3315164" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874075591962:3315166" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591963:3315168" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591778:3314982" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874075591807:3315006" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874075592148:3315366" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591976:3315178" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874075591974:3315176" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874075591971:3315174" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591967:3315172" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874075591809:3315008" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874075591955:3315158" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874075591957:3315160" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591954:3315156" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591958:3315162" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591979:3315182" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591987:3315190" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874075591985:3315188" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874075591983:3315186" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591981:3315184" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591965:3315170" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591977:3315180" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592035:3315238" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874075591988:3315192" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874075591990:3315194" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591992:3315196" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592006:3315210" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592008:3315212" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592016:3315222" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592013:3315218" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592015:3315220" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874075592009:3315214" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075592003:3315208" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592011:3315216" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874075592001:3315206" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486547235:98897" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547226:98890" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547236:98898" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547240:98901" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547239:98900" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547238:98899" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486547234:98896" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486547227:98891" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547223:98888" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547233:98895" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547231:98893" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486547232:98894" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486547225:98889" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486547221:98887" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486547230:98892" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486547219:98886" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592144:3315362" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874075592143:3315360" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874075592141:3315358" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592038:3315240" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874075591785:3314984" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591789:3314988" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874075591791:3314990" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591787:3314986" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591794:3314992" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591796:3314994" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874075591799:3314998" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874075591797:3314996" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874075591805:3315004" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591801:3315000" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591803:3315002" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874075592018:3315224" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592022:3315228" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874075592024:3315230" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592020:3315226" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874075592030:3315232" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592032:3315234" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592069:3315276" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872848075842:990362" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874075592067:3315274" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592090:3315300" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075592065:3315272" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592118:3315332" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874075592120:3315334" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874075592050:3315254" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874075592048:3315252" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075592094:3315304" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592092:3315302" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075592097:3315308" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592096:3315306" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075592101:3315312" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592099:3315310" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592108:3315320" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075592104:3315316" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874075592102:3315314" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874075592106:3315318" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874075592109:3315322" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592116:3315330" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075592113:3315326" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874075592111:3315324" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874075592114:3315328" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874075592060:3315266" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874075592062:3315268" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592082:3315290" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874075592080:3315288" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592084:3315292" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592071:3315278" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874075592078:3315286" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874075592076:3315284" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075592075:3315282" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075592073:3315280" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874075592085:3315294" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075592087:3315296" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075592089:3315298" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874075592124:3315338" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592122:3315336" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592134:3315350" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592133:3315348" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592125:3315340" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592129:3315344" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592127:3315342" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592131:3315346" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874075592138:3315354" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874075592136:3315352" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874075592040:3315242" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592046:3315250" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592043:3315246" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874075592045:3315248" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874075592041:3315244" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874075592033:3315236" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591816:3315016" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874075591811:3315010" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874075591812:3315012" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874075591814:3315014" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591853:3315050" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591823:3315022" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874075591839:3315036" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874075591835:3315032" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874075591849:3315046" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075591828:3315026" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075591825:3315024" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874075591857:3315054" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075591861:3315058" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075591865:3315062" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874075591842:3315040" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874075591821:3315020" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874075591836:3315034" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874075591832:3315030" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874075591846:3315044" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874075591854:3315052" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874075591859:3315056" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874075591863:3315060" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486547161:98883" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591844:3315042" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591817:3315018" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591851:3315048" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591830:3315028" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591899:3315096" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591870:3315068" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874075591885:3315082" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874075591882:3315078" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874075591895:3315092" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075591874:3315072" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075591872:3315070" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874075591902:3315100" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075591906:3315104" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075591909:3315108" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874075591889:3315086" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874075591868:3315066" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874075591883:3315080" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874075591880:3315076" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874075591893:3315090" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874075591900:3315098" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874075591904:3315102" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874075591907:3315106" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486547179:98884" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591891:3315088" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591866:3315064" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591896:3315094" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591877:3315074" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591941:3315142" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874075591915:3315114" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874075591928:3315128" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874075591924:3315124" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874075591937:3315138" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075591919:3315118" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075591917:3315116" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874075591945:3315146" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075591948:3315150" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874075591952:3315154" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874075591932:3315132" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874075591914:3315112" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874075591926:3315126" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874075591923:3315122" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874075591935:3315136" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874075591943:3315144" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874075591946:3315148" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874075591950:3315152" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486547192:98885" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591933:3315134" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591911:3315110" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591939:3315140" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874075591921:3315120" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874075592053:3315258" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874075592054:3315260" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592057:3315262" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874075592051:3315256" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874075591994:3315198" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874075591997:3315202" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874075591996:3315200" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874075591999:3315204" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874075592058:3315264" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874075592063:3315270" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872880008839_1058312.json b/lenses/physics-objects/Scene/objects/1646872880008839_1058312.json deleted file mode 100644 index 4a3a2b35..00000000 --- a/lenses/physics-objects/Scene/objects/1646872880008839_1058312.json +++ /dev/null @@ -1,5410 +0,0 @@ -{ - "core": { - "uid": "1646872880008839:1058312", - "type": "SceneObject", - "layerV2": 1, - "name": "Touch Hint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646874157813148:3776907", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874157815549:3776909", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874157815555:3776911", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874157815558:3776913", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815561:3776915", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815563:3776917", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874157815566:3776919", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815568:3776921", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815570:3776923", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874157815572:3776925", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815574:3776927", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815592:3776929", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157815595:3776931", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874157815597:3776933", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815599:3776935", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874157815601:3776937", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874157815619:3776939", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815622:3776941", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815624:3776943", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874157815627:3776945", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874157815654:3776947", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815661:3776949", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815663:3776951", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815668:3776953", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815672:3776955", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874157815675:3776957", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815679:3776959", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874157815682:3776961", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815685:3776963", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874157815690:3776967", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874157815692:3776969", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874157815698:3776971", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815701:3776973", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815704:3776975", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874157815706:3776977", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874157815709:3776979", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815714:3776981", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815716:3776983", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815719:3776985", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815721:3776987", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815724:3776989", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815726:3776991", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874157815729:3776993", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815731:3776995", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815733:3776997", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815735:3776999", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815739:3777001", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874157815744:3777003", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815746:3777005", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874157815748:3777007", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815751:3777009", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874157815755:3777013", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874157815757:3777015", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874157815759:3777017", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815764:3777019", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815766:3777021", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874157815768:3777023", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874157815770:3777025", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815773:3777027", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815775:3777029", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815777:3777031", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815779:3777033", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815782:3777035", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815783:3777037", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874157815788:3777039", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815790:3777041", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815792:3777043", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815794:3777045", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815796:3777047", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874157815799:3777049", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815801:3777051", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874157815803:3777053", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815805:3777055", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874157815810:3777059", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874157815812:3777061", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874157815815:3777063", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815817:3777065", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815819:3777067", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874157815823:3777069", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874157815826:3777071", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815828:3777073", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815830:3777075", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815832:3777077", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815836:3777079", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815841:3777081", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815843:3777083", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815845:3777085", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874157815847:3777087", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874157815850:3777089", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157815852:3777091", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874157815854:3777093", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874157815856:3777095", - "type": "Value.StringValue", - "value": "onTouchStart" - }, - { - "uid": "1646874157815858:3777097", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874157815860:3777099", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815865:3777101", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874157815869:3777103", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874157815871:3777105", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157815873:3777107", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874157815877:3777109", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874157815879:3777111", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874157815883:3777113", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815885:3777115", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815888:3777117", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874157815890:3777119", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815892:3777121", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815894:3777123", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815896:3777125", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874157815898:3777127", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815900:3777129", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874157815902:3777131", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874157815904:3777133", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815907:3777135", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874157815909:3777137", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874157815911:3777139", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874157815913:3777141", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874157815915:3777143", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874157815917:3777145", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157815920:3777147", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157815922:3777149", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157815923:3777151", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874157815931:3777153", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815933:3777155", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815935:3777157", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874157815937:3777159", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874157815939:3777161", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815941:3777163", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815945:3777165", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874157815948:3777167", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874157815950:3777169", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874157815953:3777171", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874157815955:3777173", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815957:3777175", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874157815959:3777177", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815961:3777179", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874157815965:3777181", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815967:3777183", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157815969:3777185", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815971:3777187", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874157815974:3777189", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815976:3777191", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815978:3777193", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157815980:3777195", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874157815984:3777197", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874157815986:3777199", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874157815988:3777201", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646874157815990:3777203", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874157815993:3777205", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157815995:3777207", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815996:3777209", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157815999:3777211", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874157816000:3777213", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874157816002:3777215", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157816004:3777217", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874157816006:3777219", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874157816008:3777221", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816010:3777223", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816012:3777225", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816014:3777227", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157816016:3777229", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157816018:3777231", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816020:3777233", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157816022:3777235", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816026:3777237", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157816028:3777239", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816030:3777241", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816032:3777243", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816034:3777245", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816036:3777247", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874157816038:3777249", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874157816040:3777251", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816041:3777253", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816043:3777255", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874157816045:3777257", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874157816047:3777259", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874157816049:3777261", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874157816051:3777263", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874157816053:3777265", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874157816055:3777267", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157816059:3777269", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157816061:3777271", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157816063:3777273", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157816065:3777275", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157816069:3777277", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874157816071:3777279", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874157816075:3777281", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874157816077:3777283", - "type": "Value.StringValue", - "value": "TouchStartEvent" - }, - { - "uid": "1646874157816080:3777285", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874157816081:3777287", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874157816083:3777289", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874157816085:3777291", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646874157816087:3777293", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486575150:99014", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486575168:99016", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486575215:99017", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486575283:99018", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486575285:99019", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486575287:99020", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486575288:99021", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486575290:99022", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486575291:99023", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486575294:99024", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486575295:99025", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486575297:99026", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486575298:99027", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486575299:99028", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486575300:99029", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486575301:99030", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486575303:99031", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486575304:99032", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486575305:99033", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816085:3777291" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816077:3777283" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815852:3777091" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874157815854:3777093" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815856:3777095" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815549:3776909" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874157815597:3776933" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874157816087:3777293" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815871:3777105" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874157815869:3777103" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815865:3777101" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815860:3777099" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874157815599:3776935" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874157815845:3777085" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815847:3777087" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815843:3777083" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815850:3777089" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815877:3777109" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815888:3777117" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874157815885:3777115" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874157815883:3777113" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815879:3777111" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815858:3777097" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815873:3777107" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815945:3777165" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874157815890:3777119" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874157815892:3777121" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815894:3777123" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815909:3777137" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815911:3777139" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815922:3777149" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815917:3777145" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815920:3777147" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874157815913:3777141" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815907:3777135" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815915:3777143" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874157815904:3777133" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486575300:99029" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575290:99022" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575301:99030" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575305:99033" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575304:99032" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575303:99031" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486575299:99028" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486575291:99023" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575287:99020" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575298:99027" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575295:99025" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486575297:99026" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486575288:99021" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486575285:99019" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486575294:99024" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486575283:99018" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816083:3777289" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874157816081:3777287" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874157816080:3777285" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815948:3777167" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874157815555:3776911" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815561:3776915" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874157815563:3776917" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815558:3776913" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815566:3776919" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815568:3776921" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874157815572:3776925" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874157815570:3776923" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815595:3776931" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815574:3776927" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815592:3776929" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874157815923:3777151" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815933:3777155" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815935:3777157" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815931:3777153" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874157815937:3777159" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815939:3777161" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815990:3777203" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872893511051:1127029" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874157815988:3777201" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816014:3777227" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157815986:3777199" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816047:3777259" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874157816049:3777261" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874157815965:3777181" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874157815961:3777179" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157816018:3777231" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816016:3777229" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157816022:3777235" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816020:3777233" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157816028:3777239" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816026:3777237" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816036:3777247" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157816032:3777243" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874157816030:3777241" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874157816034:3777245" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874157816038:3777249" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816045:3777257" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157816041:3777253" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874157816040:3777251" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874157816043:3777255" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874157815978:3777193" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815980:3777195" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816004:3777217" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874157816002:3777215" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816006:3777219" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815993:3777205" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874157816000:3777213" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815999:3777211" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157815996:3777209" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157815995:3777207" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874157816008:3777221" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157816010:3777223" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157816012:3777225" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874157816053:3777265" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816051:3777263" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816069:3777277" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816065:3777275" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816055:3777267" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816061:3777271" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816059:3777269" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874157816063:3777273" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874157816075:3777281" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874157816071:3777279" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874157815950:3777169" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815959:3777177" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815955:3777173" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874157815957:3777175" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874157815953:3777171" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874157815941:3777163" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815624:3776943" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874157815601:3776937" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874157815619:3776939" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874157815622:3776941" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815706:3776977" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815661:3776949" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874157815685:3776963" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815679:3776959" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874157815701:3776973" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157815668:3776953" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157815663:3776951" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874157815714:3776981" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157815719:3776985" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157815724:3776989" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874157815690:3776967" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874157815654:3776947" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874157815682:3776961" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874157815675:3776957" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874157815698:3776971" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874157815709:3776979" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874157815716:3776983" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874157815721:3776987" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486575150:99014" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815692:3776969" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815627:3776945" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815704:3776975" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815672:3776955" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815768:3777023" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815731:3776995" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874157815751:3777009" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815746:3777005" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874157815764:3777019" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157815735:3776999" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157815733:3776997" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874157815773:3777027" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157815777:3777031" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157815782:3777035" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874157815755:3777013" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874157815729:3776993" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874157815748:3777007" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874157815744:3777003" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874157815759:3777017" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874157815770:3777025" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874157815775:3777029" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874157815779:3777033" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486575168:99016" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815757:3777015" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815726:3776991" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815766:3777021" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815739:3777001" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815823:3777069" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815790:3777041" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874157815805:3777055" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815801:3777051" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874157815817:3777065" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157815794:3777045" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157815792:3777043" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874157815828:3777073" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157815832:3777077" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874157815841:3777081" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874157815810:3777059" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874157815788:3777039" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874157815803:3777053" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874157815799:3777049" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874157815815:3777063" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874157815826:3777071" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874157815830:3777075" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874157815836:3777079" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486575215:99017" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815812:3777061" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815783:3777037" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815819:3777067" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874157815796:3777047" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874157815969:3777185" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874157815971:3777187" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815974:3777189" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874157815967:3777183" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874157815896:3777125" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874157815900:3777129" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874157815898:3777127" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874157815902:3777131" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874157815976:3777191" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874157815984:3777197" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646874165283618:3817552", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874165285780:3817554", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874165285785:3817556", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874165285788:3817558", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285790:3817560", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285792:3817562", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874165285794:3817564", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285796:3817566", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285797:3817568", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874165285799:3817570", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285801:3817572", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285803:3817574", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165285805:3817576", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874165285807:3817578", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285808:3817580", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874165285810:3817582", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874165285811:3817584", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285813:3817586", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285815:3817588", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874165285816:3817590", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874165285819:3817592", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285822:3817594", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285824:3817596", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285827:3817598", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285829:3817600", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874165285831:3817602", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285833:3817604", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874165285835:3817606", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285837:3817608", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874165285841:3817612", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874165285843:3817614", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874165285845:3817616", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285847:3817618", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285849:3817620", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874165285851:3817622", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874165285852:3817624", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285854:3817626", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285856:3817628", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285859:3817630", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285861:3817632", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285863:3817634", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285864:3817636", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874165285866:3817638", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285868:3817640", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285871:3817642", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285873:3817644", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285876:3817646", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874165285878:3817648", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285880:3817650", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874165285881:3817652", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285883:3817654", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874165285887:3817658", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874165285889:3817660", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874165285890:3817662", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285892:3817664", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285894:3817666", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874165285896:3817668", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874165285899:3817670", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285901:3817672", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285903:3817674", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285905:3817676", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285907:3817678", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285909:3817680", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285911:3817682", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874165285914:3817684", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285915:3817686", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285917:3817688", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285918:3817690", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285920:3817692", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874165285922:3817694", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285924:3817696", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874165285926:3817698", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285928:3817700", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874165285931:3817704", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874165285933:3817706", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874165285935:3817708", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285937:3817710", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285938:3817712", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874165285940:3817714", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874165285942:3817716", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285944:3817718", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285945:3817720", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285947:3817722", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285949:3817724", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285951:3817726", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285952:3817728", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285954:3817730", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874165285955:3817732", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874165285957:3817734", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165285959:3817736", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874165285960:3817738", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874165285962:3817740", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646874165285965:3817742", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874165285967:3817744", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285971:3817746", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874165285972:3817748", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874165285974:3817750", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165285975:3817752", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874165285977:3817754", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874165285978:3817756", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874165285980:3817758", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285982:3817760", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285983:3817762", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874165285985:3817764", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165285986:3817766", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165285988:3817768", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165285990:3817770", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874165285992:3817772", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165285994:3817774", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874165285995:3817776", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874165285999:3817778", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165286001:3817780", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874165286003:3817782", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874165286004:3817784", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874165286006:3817786", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874165286008:3817788", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874165286009:3817790", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165286011:3817792", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165286013:3817794", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165286014:3817796", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874165286020:3817798", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286021:3817800", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286023:3817802", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874165286025:3817804", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874165286027:3817806", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286028:3817808", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165286030:3817810", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874165286032:3817812", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874165286033:3817814", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874165286035:3817816", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874165286037:3817818", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286038:3817820", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874165286040:3817822", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286042:3817824", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874165286043:3817826", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165286045:3817828", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165286046:3817830", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165286048:3817832", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874165286049:3817834", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286051:3817836", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165286053:3817838", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165286058:3817840", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874165286060:3817842", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874165286061:3817844", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874165286063:3817846", - "type": "Value.StringValue", - "value": "Disable" - }, - { - "uid": "1646874165286065:3817848", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874165286068:3817850", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286072:3817852", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286074:3817854", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286075:3817856", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874165286077:3817858", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874165286079:3817860", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165286081:3817862", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874165286082:3817864", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874165286086:3817866", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286090:3817868", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286093:3817870", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286095:3817872", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286097:3817874", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165286098:3817876", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286100:3817878", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165286102:3817880", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286103:3817882", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165286105:3817884", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286106:3817886", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286108:3817888", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286110:3817890", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286112:3817892", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874165286113:3817894", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874165286115:3817896", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286116:3817898", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286118:3817900", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874165286122:3817902", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874165286124:3817904", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874165286125:3817906", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874165286127:3817908", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874165286128:3817910", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874165286132:3817912", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286134:3817914", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286135:3817916", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286137:3817918", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286139:3817920", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286142:3817922", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874165286144:3817924", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874165286145:3817926", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874165286147:3817928", - "type": "Value.StringValue", - "value": "TouchStartEvent" - }, - { - "uid": "1646874165286149:3817930", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874165286151:3817932", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874165286155:3817934", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874165286157:3817936", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646874165286160:3817938", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486603001:99246", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486603018:99247", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486603031:99248", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486603057:99249", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486603059:99250", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486603061:99251", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486603062:99252", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486603063:99253", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486603064:99254", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486603067:99255", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486603068:99256", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486603069:99257", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486603070:99258", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486603071:99259", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486603072:99260", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486603073:99261", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486603074:99262", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486603075:99263", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486603076:99264", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286157:3817936" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286147:3817928" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285959:3817736" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874165285960:3817738" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285962:3817740" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285780:3817554" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874165285807:3817578" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874165286160:3817938" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285974:3817750" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874165285972:3817748" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874165285971:3817746" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285967:3817744" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874165285808:3817580" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874165285954:3817730" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874165285955:3817732" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285952:3817728" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285957:3817734" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285977:3817754" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285983:3817762" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874165285982:3817760" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874165285980:3817758" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285978:3817756" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285965:3817742" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285975:3817752" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286030:3817810" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874165285985:3817764" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874165285986:3817766" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285988:3817768" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286003:3817782" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286004:3817784" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286013:3817794" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286009:3817790" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286011:3817792" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874165286006:3817786" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165286001:3817780" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286008:3817788" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874165285999:3817778" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486603072:99260" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603063:99253" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603073:99261" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603076:99264" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603075:99263" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603074:99262" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486603071:99259" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486603064:99254" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603061:99251" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603070:99258" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603068:99256" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486603069:99257" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486603062:99252" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486603059:99250" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486603067:99255" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486603057:99249" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286155:3817934" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874165286151:3817932" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874165286149:3817930" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286032:3817812" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874165285785:3817556" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285790:3817560" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874165285792:3817562" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285788:3817558" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285794:3817564" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285796:3817566" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874165285799:3817570" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874165285797:3817568" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874165285805:3817576" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285801:3817572" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285803:3817574" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874165286014:3817796" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286021:3817800" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874165286023:3817802" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286020:3817798" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874165286025:3817804" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286027:3817806" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286065:3817848" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872880008839:1058312" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874165286063:3817846" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286095:3817872" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165286061:3817844" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286124:3817904" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874165286125:3817906" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874165286043:3817826" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874165286042:3817824" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165286098:3817876" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286097:3817874" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165286102:3817880" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286100:3817878" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165286105:3817884" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286103:3817882" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286112:3817892" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165286108:3817888" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874165286106:3817886" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874165286110:3817890" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874165286113:3817894" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286122:3817902" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165286116:3817898" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874165286115:3817896" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874165286118:3817900" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874165286053:3817838" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874165286058:3817840" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286081:3817862" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874165286079:3817860" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286082:3817864" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286068:3817850" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874165286077:3817858" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874165286075:3817856" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165286074:3817854" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165286072:3817852" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874165286086:3817866" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165286090:3817868" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165286093:3817870" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874165286128:3817910" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286127:3817908" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286142:3817922" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286139:3817920" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286132:3817912" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286135:3817916" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286134:3817914" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286137:3817918" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874165286145:3817926" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874165286144:3817924" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874165286033:3817814" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286040:3817822" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286037:3817818" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874165286038:3817820" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874165286035:3817816" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874165286028:3817808" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285815:3817588" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874165285810:3817582" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874165285811:3817584" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874165285813:3817586" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285851:3817622" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285822:3817594" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874165285837:3817608" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874165285833:3817604" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874165285847:3817618" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165285827:3817598" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165285824:3817596" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874165285854:3817626" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165285859:3817630" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165285863:3817634" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874165285841:3817612" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874165285819:3817592" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874165285835:3817606" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874165285831:3817602" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874165285845:3817616" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874165285852:3817624" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874165285856:3817628" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874165285861:3817632" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486603001:99246" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285843:3817614" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285816:3817590" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285849:3817620" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285829:3817600" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285896:3817668" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285868:3817640" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874165285883:3817654" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874165285880:3817650" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874165285892:3817664" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165285873:3817644" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165285871:3817642" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874165285901:3817672" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165285905:3817676" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165285909:3817680" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874165285887:3817658" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874165285866:3817638" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874165285881:3817652" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874165285878:3817648" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874165285890:3817662" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874165285899:3817670" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874165285903:3817674" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874165285907:3817678" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486603018:99247" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285889:3817660" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285864:3817636" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285894:3817666" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285876:3817646" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285940:3817714" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874165285915:3817686" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874165285928:3817700" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874165285924:3817696" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874165285937:3817710" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165285918:3817690" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165285917:3817688" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874165285944:3817718" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165285947:3817722" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874165285951:3817726" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874165285931:3817704" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874165285914:3817684" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874165285926:3817698" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874165285922:3817694" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874165285935:3817708" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874165285942:3817716" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874165285945:3817720" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874165285949:3817724" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486603031:99248" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285933:3817706" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285911:3817682" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285938:3817712" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874165285920:3817692" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874165286046:3817830" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874165286048:3817832" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286049:3817834" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874165286045:3817828" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874165285990:3817770" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874165285994:3817774" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874165285992:3817772" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874165285995:3817776" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874165286051:3817836" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874165286060:3817842" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872880010157_1058314.json b/lenses/physics-objects/Scene/objects/1646872880010157_1058314.json deleted file mode 100644 index 8407448b..00000000 --- a/lenses/physics-objects/Scene/objects/1646872880010157_1058314.json +++ /dev/null @@ -1,207 +0,0 @@ -{ - "core": { - "uid": "1646872880010157:1058314", - "type": "SceneObject", - "layerV2": 1, - "name": "Hint Text", - "position": [ - 0.0, - 4.0, - -40.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646872880011171:1058316", - "type": "Component.Text", - "name": "Text", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 7, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "text": "Keep touching on anywhere \non screen except phyiscs \nobjects to drive the car.", - "font": "1645140792624997:614191", - "size": 50, - "verticalOverflow": { - "value": 0, - "description": "Overflow" - }, - "horizontalOverflow": { - "value": 0, - "description": "Overflow" - }, - "textFill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "dropshadowSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "offset": [ - 0.25, - 0.25 - ] - }, - "outlineSettings": { - "enabled": true, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "size": 0.25 - }, - "backgroundSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "margins": { - "left": 0.0, - "right": 0.0, - "bottom": 0.0, - "top": 0.0 - }, - "cornerRadius": 0.0 - }, - "sizeToFit": false, - "letterSpacing": 0.0, - "lineSpacing": 1.0, - "depthTest": false, - "colorMask": [ - true, - true, - true, - false - ], - "worldSpaceRect": { - "left": -7.5, - "right": 7.5, - "bottom": -2.25, - "top": 2.25 - }, - "editable": false, - "showPreview": true, - "touchHandler": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872880020016_1059109.json b/lenses/physics-objects/Scene/objects/1646872880020016_1059109.json deleted file mode 100644 index 85a99689..00000000 --- a/lenses/physics-objects/Scene/objects/1646872880020016_1059109.json +++ /dev/null @@ -1,321 +0,0 @@ -{ - "core": { - "uid": "1646872880020016:1059109", - "type": "SceneObject", - "layerV2": 1, - "name": "Touch", - "position": [ - 0.0, - -2.0, - -10.53033447265625 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646872880021026:1059111", - "type": "Component.Image", - "name": "Image", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 8, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 0, - "description": "Fit" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732467435791:1181893" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "flipX": false, - "flipY": false, - "pivot": [ - 0.0, - 0.0 - ], - "size": [ - 1.0, - 1.0 - ] - } - ] - }, - "privateAssets": { - "1675732467435791:1181893": { - "isLazyAsset": false, - "uid": "1675732467435791:1181893", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646873394980217:3043739", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872893511051_1127029.json b/lenses/physics-objects/Scene/objects/1646872893511051_1127029.json deleted file mode 100644 index b2de67e4..00000000 --- a/lenses/physics-objects/Scene/objects/1646872893511051_1127029.json +++ /dev/null @@ -1,2719 +0,0 @@ -{ - "core": { - "uid": "1646872893511051:1127029", - "type": "SceneObject", - "layerV2": 1, - "name": "Drag Hint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646874328912445:4477880", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874328914445:4477882", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874328914450:4477884", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874328914452:4477886", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914455:4477888", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914457:4477890", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874328914460:4477892", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914462:4477894", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914464:4477896", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874328914465:4477898", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914467:4477900", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914469:4477902", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914471:4477904", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874328914473:4477906", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914475:4477908", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874328914476:4477910", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874328914478:4477912", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914480:4477914", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914482:4477916", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874328914484:4477918", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874328914486:4477920", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914489:4477922", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914491:4477924", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914493:4477926", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914496:4477928", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874328914499:4477930", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914501:4477932", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874328914503:4477934", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914505:4477936", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874328914508:4477940", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874328914510:4477942", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874328914512:4477944", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914514:4477946", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914517:4477948", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874328914520:4477950", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874328914523:4477952", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914527:4477954", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914531:4477956", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914534:4477958", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914536:4477960", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914538:4477962", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914542:4477964", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874328914544:4477966", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914547:4477968", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914549:4477970", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914551:4477972", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914555:4477974", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874328914558:4477976", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914560:4477978", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874328914562:4477980", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914565:4477982", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874328914569:4477986", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874328914570:4477988", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874328914572:4477990", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914574:4477992", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914576:4477994", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874328914578:4477996", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874328914580:4477998", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914582:4478000", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914583:4478002", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914585:4478004", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914587:4478006", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914588:4478008", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914590:4478010", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874328914593:4478012", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914594:4478014", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914598:4478016", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914601:4478018", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914602:4478020", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874328914605:4478022", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914606:4478024", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874328914608:4478026", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914610:4478028", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874328914613:4478032", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874328914615:4478034", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874328914617:4478036", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914618:4478038", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914620:4478040", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874328914622:4478042", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874328914623:4478044", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914627:4478046", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914629:4478048", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914631:4478050", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914632:4478052", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914634:4478054", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914635:4478056", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914637:4478058", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874328914639:4478060", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874328914641:4478062", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914642:4478064", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874328914644:4478066", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874328914645:4478068", - "type": "Value.StringValue", - "value": "onTouchStart" - }, - { - "uid": "1646874328914647:4478070", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874328914649:4478072", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914652:4478074", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874328914655:4478076", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874328914657:4478078", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914659:4478080", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874328914660:4478082", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874328914662:4478084", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874328914664:4478086", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914665:4478088", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914667:4478090", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874328914668:4478092", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914670:4478094", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914672:4478096", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914674:4478098", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874328914682:4478100", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914684:4478102", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874328914685:4478104", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874328914687:4478106", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914689:4478108", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874328914691:4478110", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874328914693:4478112", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874328914695:4478114", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874328914696:4478116", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874328914698:4478118", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914699:4478120", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914701:4478122", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914702:4478124", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874328914704:4478126", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914706:4478128", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914707:4478130", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874328914709:4478132", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874328914711:4478134", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914712:4478136", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914714:4478138", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874328914716:4478140", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874328914718:4478142", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874328914722:4478144", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874328914723:4478146", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914725:4478148", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874328914726:4478150", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914728:4478152", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874328914730:4478154", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914732:4478156", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914733:4478158", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914735:4478160", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874328914737:4478162", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914738:4478164", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914740:4478166", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914742:4478168", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874328914743:4478170", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874328914745:4478172", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874328914747:4478174", - "type": "Value.StringValue", - "value": "Disable" - }, - { - "uid": "1646874328914748:4478176", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874328914750:4478178", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914752:4478180", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914753:4478182", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914755:4478184", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874328914757:4478186", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874328914758:4478188", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914760:4478190", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874328914761:4478192", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874328914763:4478194", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914765:4478196", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914766:4478198", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914768:4478200", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914770:4478202", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914771:4478204", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914773:4478206", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914775:4478208", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914777:4478210", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914779:4478212", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914780:4478214", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914782:4478216", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914784:4478218", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914786:4478220", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874328914787:4478222", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874328914789:4478224", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914791:4478226", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914793:4478228", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874328914794:4478230", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874328914796:4478232", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874328914798:4478234", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874328914800:4478236", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874328914802:4478238", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874328914803:4478240", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914805:4478242", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914807:4478244", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914809:4478246", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914810:4478248", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914812:4478250", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874328914814:4478252", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874328914815:4478254", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874328914817:4478256", - "type": "Value.StringValue", - "value": "TouchStartEvent" - }, - { - "uid": "1646874328914818:4478258", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874328914820:4478260", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874328914821:4478262", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874328914823:4478264", - "type": "Value.StringValue", - "value": "TouchEvent" - }, - { - "uid": "1646874328914825:4478266", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486632960:99265", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486632977:99266", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486632990:99267", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486633016:99268", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486633018:99269", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486633020:99270", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486633021:99271", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486633022:99272", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486633024:99273", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486633026:99274", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486633027:99275", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486633028:99276", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486633029:99277", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486633030:99278", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486633032:99279", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486633033:99280", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486633034:99281", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486633035:99282", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486633036:99283", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914823:4478264" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914817:4478256" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914642:4478064" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874328914644:4478066" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914645:4478068" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914445:4477882" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914473:4477906" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914825:4478266" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914657:4478078" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874328914655:4478076" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914652:4478074" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914649:4478072" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874328914475:4477908" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874328914637:4478058" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914639:4478060" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914635:4478056" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914641:4478062" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914660:4478082" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914667:4478090" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874328914665:4478088" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874328914664:4478086" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914662:4478084" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914647:4478070" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914659:4478080" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914714:4478138" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914668:4478092" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874328914670:4478094" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914672:4478096" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914691:4478110" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914693:4478112" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914701:4478122" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914698:4478118" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914699:4478120" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874328914695:4478114" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914689:4478108" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914696:4478116" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874328914687:4478106" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486633032:99279" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633022:99272" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633033:99280" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633036:99283" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633035:99282" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633034:99281" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486633030:99278" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486633024:99273" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633020:99270" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633029:99277" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633027:99275" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486633028:99276" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486633021:99271" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486633018:99269" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486633026:99274" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486633016:99268" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914821:4478262" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914820:4478260" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914818:4478258" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914716:4478140" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874328914450:4477884" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914455:4477888" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874328914457:4477890" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914452:4477886" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914460:4477892" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914462:4477894" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914465:4477898" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874328914464:4477896" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914471:4477904" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914467:4477900" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914469:4477902" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874328914702:4478124" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914706:4478128" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914707:4478130" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914704:4478126" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874328914709:4478132" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914711:4478134" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914748:4478176" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872893511051:1127029" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874328914747:4478174" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914768:4478200" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914745:4478172" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914796:4478232" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874328914798:4478234" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914730:4478154" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874328914728:4478152" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914771:4478204" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914770:4478202" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914775:4478208" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914773:4478206" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914779:4478212" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914777:4478210" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914786:4478220" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914782:4478216" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874328914780:4478214" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874328914784:4478218" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914787:4478222" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914794:4478230" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914791:4478226" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874328914789:4478224" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874328914793:4478228" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874328914740:4478166" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914742:4478168" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914760:4478190" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914758:4478188" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914761:4478192" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914750:4478178" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874328914757:4478186" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914755:4478184" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914753:4478182" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914752:4478180" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874328914763:4478194" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914765:4478196" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914766:4478198" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914802:4478238" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914800:4478236" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914812:4478250" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914810:4478248" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914803:4478240" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914807:4478244" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914805:4478242" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914809:4478246" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874328914815:4478254" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914814:4478252" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874328914718:4478142" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914726:4478150" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914723:4478146" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874328914725:4478148" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874328914722:4478144" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874328914712:4478136" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914482:4477916" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874328914476:4477910" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914478:4477912" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914480:4477914" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914520:4477950" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914489:4477922" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874328914505:4477936" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914501:4477932" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874328914514:4477946" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914493:4477926" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914491:4477924" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874328914527:4477954" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914534:4477958" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914538:4477962" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874328914508:4477940" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874328914486:4477920" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874328914503:4477934" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874328914499:4477930" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874328914512:4477944" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874328914523:4477952" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874328914531:4477956" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874328914536:4477960" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486632960:99265" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914510:4477942" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914484:4477918" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914517:4477948" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914496:4477928" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914578:4477996" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914547:4477968" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874328914565:4477982" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914560:4477978" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874328914574:4477992" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914551:4477972" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914549:4477970" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874328914582:4478000" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914585:4478004" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914588:4478008" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874328914569:4477986" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874328914544:4477966" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874328914562:4477980" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874328914558:4477976" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874328914572:4477990" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874328914580:4477998" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874328914583:4478002" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874328914587:4478006" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486632977:99266" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914570:4477988" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914542:4477964" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914576:4477994" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914555:4477974" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914622:4478042" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914594:4478014" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874328914610:4478028" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914606:4478024" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874328914618:4478038" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914601:4478018" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914598:4478016" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874328914627:4478046" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914631:4478050" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874328914634:4478054" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874328914613:4478032" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874328914593:4478012" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874328914608:4478026" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874328914605:4478022" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874328914617:4478036" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874328914623:4478044" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874328914629:4478048" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874328914632:4478052" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486632990:99267" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914615:4478034" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914590:4478010" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914620:4478040" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874328914602:4478020" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914733:4478158" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874328914735:4478160" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914737:4478162" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874328914732:4478156" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874328914674:4478098" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874328914684:4478102" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874328914682:4478100" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874328914685:4478104" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874328914738:4478164" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874328914743:4478170" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872893512654_1127031.json b/lenses/physics-objects/Scene/objects/1646872893512654_1127031.json deleted file mode 100644 index 3987713a..00000000 --- a/lenses/physics-objects/Scene/objects/1646872893512654_1127031.json +++ /dev/null @@ -1,207 +0,0 @@ -{ - "core": { - "uid": "1646872893512654:1127031", - "type": "SceneObject", - "layerV2": 1, - "name": "Hint Text", - "position": [ - 0.0, - 4.0, - -40.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646872893513910:1127033", - "type": "Component.Text", - "name": "Text", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 9, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "text": "Touch on the car to drag the car", - "font": "1645140792624997:614191", - "size": 50, - "verticalOverflow": { - "value": 0, - "description": "Overflow" - }, - "horizontalOverflow": { - "value": 0, - "description": "Overflow" - }, - "textFill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "dropshadowSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "offset": [ - 0.25, - 0.25 - ] - }, - "outlineSettings": { - "enabled": true, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "size": 0.25 - }, - "backgroundSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "margins": { - "left": 0.0, - "right": 0.0, - "bottom": 0.0, - "top": 0.0 - }, - "cornerRadius": 0.0 - }, - "sizeToFit": false, - "letterSpacing": 0.0, - "lineSpacing": 1.0, - "depthTest": false, - "colorMask": [ - true, - true, - true, - false - ], - "worldSpaceRect": { - "left": -7.5, - "right": 7.5, - "bottom": -2.25, - "top": 2.25 - }, - "editable": false, - "showPreview": true, - "touchHandler": "-1:-1" - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872893524139_1127826.json b/lenses/physics-objects/Scene/objects/1646872893524139_1127826.json deleted file mode 100644 index 8eb33785..00000000 --- a/lenses/physics-objects/Scene/objects/1646872893524139_1127826.json +++ /dev/null @@ -1,321 +0,0 @@ -{ - "core": { - "uid": "1646872893524139:1127826", - "type": "SceneObject", - "layerV2": 1, - "name": "Drag", - "position": [ - 0.0, - -2.0, - -10.53033447265625 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 3.0, - 3.0, - 3.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646872893526049:1127830", - "type": "Component.Image", - "name": "Image", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 10, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 0, - "description": "Fit" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "materials": [ - { - "material": "1675732467526004:1181913" - } - ], - "lrayEmitter": false, - "lrayReflMat": "-1:-1", - "lrayReceiver": false, - "lrayShadow": false, - "lraySieve": false, - "lrayEmGroups": 65535, - "lrayRecGroups": 65535, - "lrayHidden": false, - "flipX": false, - "flipY": false, - "pivot": [ - 0.0, - 0.0 - ], - "size": [ - 1.0, - 1.0 - ] - } - ] - }, - "privateAssets": { - "1675732467526004:1181913": { - "isLazyAsset": false, - "uid": "1675732467526004:1181913", - "type": "Asset.Material", - "name": "Unlit.lsmat", - "passes": [ - { - "type": "Asset.Pass", - "name": "/Resources/Resource8/uber.glsl", - "twosided": false, - "depthwrite": false, - "depthtest": true, - "colormask": [ - true, - true, - true, - false - ], - "polygonoffset": [ - 0.0, - 0.0 - ], - "instancecount": 1, - "blendmode": { - "value": 0, - "description": "Normal" - }, - "stencilState": { - "enabled": false, - "face": { - "value": 0, - "description": "FrontAndBack" - }, - "stencilFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthFailureOperation": { - "value": 0, - "description": "Keep" - }, - "depthStencilPassOperation": { - "value": 0, - "description": "Keep" - }, - "stencilCompareFunction": { - "value": 0, - "description": "Always" - }, - "referenceValue": 0, - "readMask": 255, - "writeMask": 255 - }, - "cullmode": { - "value": 1, - "description": "Back" - }, - "depthfunc": { - "value": 3, - "description": "LessEqual" - }, - "frustumcullmode2": { - "value": 0, - "description": "Auto" - }, - "positionmodified": false, - "frustumcullpad": 0.0, - "defines": [ - "ENABLE_BASE_TEX" - ], - "properties": [ - { - "arraySize": 1, - "name": "Port_Default_N204", - "type": "float", - "value": 1.0 - }, - { - "arraySize": 1, - "name": "PreviewEnabled", - "type": "int", - "value": 0 - }, - { - "arraySize": 1, - "name": "baseColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexBorderColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexDims", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "baseTexTransform", - "type": "mat3", - "value": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - }, - { - "arraySize": 1, - "name": "baseTexUvMinMax", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "mainColor", - "type": "vec4", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "arraySize": 1, - "name": "overrideTimeDelta", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeElapsed", - "type": "float", - "value": 0.0 - }, - { - "arraySize": 1, - "name": "overrideTimeEnabled", - "type": "int", - "value": 0 - }, - { - "name": "baseTex", - "type": "texture", - "texturetype": { - "value": 13, - "description": "2D" - }, - "value": "1646872644082793:680417", - "filteringmode": { - "value": 1, - "description": "Bilinear" - }, - "wrapmode": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeU": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeV": { - "value": 0, - "description": "ClampToEdge" - }, - "wrapmodeW": { - "value": 1, - "description": "Repeat" - }, - "mipmaps": false, - "bordercolor": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - } - ], - "provider": { - "type": "Provider.FileShaderProvider", - "hash": 8947147625166911074, - "fileinfo": { - "path": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "location": 0 - }, - "filename": "/Files//UnpackedPresetGraphMaterials/Unlit//pass0/uber.glsl", - "fromBundle": false - } - } - ] - } - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872905091940_1196856.json b/lenses/physics-objects/Scene/objects/1646872905091940_1196856.json deleted file mode 100644 index a2d1dfbb..00000000 --- a/lenses/physics-objects/Scene/objects/1646872905091940_1196856.json +++ /dev/null @@ -1,8101 +0,0 @@ -{ - "core": { - "uid": "1646872905091940:1196856", - "type": "SceneObject", - "layerV2": 1, - "name": "Hints", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646872923602456:1268545", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646872923604583:1268547", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646872923604589:1268549", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646872923604592:1268551", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604595:1268553", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604597:1268555", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646872923604599:1268557", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604602:1268559", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604603:1268561", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646872923604605:1268563", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604607:1268565", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604609:1268567", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923604611:1268569", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646872923604614:1268571", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604616:1268573", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646872923604618:1268575", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646872923604620:1268577", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604622:1268579", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604624:1268581", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646872923604626:1268583", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646872923604629:1268585", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604632:1268587", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604634:1268589", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604636:1268591", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604638:1268593", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646872923604642:1268595", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604645:1268597", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646872923604646:1268599", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604649:1268601", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646872923604653:1268605", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646872923604655:1268607", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646872923604657:1268609", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604659:1268611", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604661:1268613", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646872923604664:1268615", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646872923604665:1268617", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604668:1268619", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604692:1268621", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604697:1268623", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604700:1268625", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604702:1268627", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604705:1268629", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646872923604708:1268631", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604710:1268633", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604712:1268635", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604714:1268637", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604716:1268639", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646872923604718:1268641", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604724:1268643", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646872923604726:1268645", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604729:1268647", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646872923604733:1268651", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646872923604735:1268653", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646872923604737:1268655", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604739:1268657", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604741:1268659", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646872923604743:1268661", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646872923604745:1268663", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604747:1268665", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604749:1268667", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604752:1268669", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604753:1268671", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604756:1268673", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604757:1268675", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646872923604761:1268677", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604763:1268679", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604765:1268681", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604766:1268683", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604768:1268685", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646872923604770:1268687", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604772:1268689", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646872923604774:1268691", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604776:1268693", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646872923604780:1268697", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646872923604782:1268699", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646872923604785:1268701", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604787:1268703", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604789:1268705", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646872923604791:1268707", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646872923604793:1268709", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604795:1268711", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604797:1268713", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604799:1268715", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604801:1268717", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604803:1268719", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604805:1268721", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604806:1268723", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646872923604808:1268725", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646872923604815:1268727", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923604817:1268729", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646872923604819:1268731", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646872923604821:1268733", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646872923604823:1268735", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646872923604825:1268737", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604827:1268739", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646872923604828:1268741", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646872923604835:1268743", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923604836:1268745", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646872923604838:1268747", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646872923604840:1268749", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646872923604842:1268751", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604844:1268753", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604845:1268755", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646872923604847:1268757", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604849:1268759", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604851:1268761", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604853:1268763", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646872923604854:1268765", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604856:1268767", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646872923604858:1268769", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646872923604860:1268771", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604861:1268773", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646872923604864:1268775", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646872923604865:1268777", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646872923604867:1268779", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646872923604869:1268781", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646872923604871:1268783", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923604872:1268785", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923604874:1268787", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923604876:1268789", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646872923604877:1268791", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604879:1268793", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604881:1268795", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646872923604882:1268797", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646872923604885:1268799", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604886:1268801", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604900:1268803", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646872923604904:1268805", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646872923604906:1268807", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646872923604907:1268809", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646872923604909:1268811", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604911:1268813", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646872923604913:1268815", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604934:1268817", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646872923604941:1268819", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604944:1268821", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923604963:1268823", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604968:1268825", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646872923604971:1268827", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604974:1268829", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604976:1268831", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923604978:1268833", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646872923604981:1268835", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646872923604983:1268837", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646872923604985:1268839", - "type": "Value.StringValue", - "value": "Disable" - }, - { - "uid": "1646872923604988:1268841", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646872923604991:1268843", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923604994:1268845", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604997:1268847", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923604999:1268849", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646872923605002:1268851", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646872923605004:1268853", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646872923605006:1268855", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646872923605007:1268857", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646872923605010:1268859", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605012:1268861", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605013:1268863", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605015:1268865", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923605017:1268867", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923605019:1268869", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605021:1268871", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923605023:1268873", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605025:1268875", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923605027:1268877", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605029:1268879", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605031:1268881", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605033:1268883", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605035:1268885", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646872923605036:1268887", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646872923605038:1268889", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605040:1268891", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605042:1268893", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646872923605044:1268895", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646872923605045:1268897", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646872923605047:1268899", - "type": "Value.StringValue", - "value": "Tap to enable and reset the car!" - }, - { - "uid": "1646872923605049:1268901", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646872923605051:1268903", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646872923605053:1268905", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923605055:1268907", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923605056:1268909", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923605058:1268911", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923605060:1268913", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923605062:1268915", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646872923605064:1268917", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646872923605066:1268919", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646872923605067:1268921", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646872923605069:1268923", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646872923605071:1268925", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646872923605073:1268927", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646872923605074:1268929", - "type": "Value.StringValue", - "value": "CameraBackEvent" - }, - { - "uid": "1646872923605076:1268931", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486263617:98658", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486263635:98659", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486263648:98660", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486263675:98661", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486263677:98662", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486263679:98663", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486263680:98664", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486263681:98665", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486263682:98666", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486263685:98667", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486263686:98668", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486263687:98669", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486263688:98670", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486263690:98671", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486263691:98672", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486263692:98673", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486263693:98674", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486263694:98675", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486263695:98676", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605074:1268929" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605067:1268921" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604817:1268729" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646872923604819:1268731" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604821:1268733" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604583:1268547" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646872923604614:1268571" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646872923605076:1268931" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604835:1268743" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646872923604828:1268741" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604827:1268739" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604825:1268737" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646872923604616:1268573" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646872923604806:1268723" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604808:1268725" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604805:1268721" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604815:1268727" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604838:1268747" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604845:1268755" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646872923604844:1268753" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646872923604842:1268751" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604840:1268749" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604823:1268735" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604836:1268745" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604900:1268803" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646872923604847:1268757" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646872923604849:1268759" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604851:1268761" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604864:1268775" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604865:1268777" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604874:1268787" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604871:1268783" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604872:1268785" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646872923604867:1268779" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604861:1268773" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604869:1268781" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646872923604860:1268771" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486263691:98672" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263681:98665" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263692:98673" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263695:98676" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263694:98675" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263693:98674" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486263690:98671" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486263682:98666" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263679:98663" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263688:98670" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263686:98668" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486263687:98669" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486263680:98664" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486263677:98662" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486263685:98667" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486263675:98661" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605073:1268927" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646872923605071:1268925" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646872923605069:1268923" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604904:1268805" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646872923604589:1268549" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604595:1268553" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646872923604597:1268555" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604592:1268551" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604599:1268557" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604602:1268559" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646872923604605:1268563" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646872923604603:1268561" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604611:1268569" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604607:1268565" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604609:1268567" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646872923604876:1268789" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604879:1268793" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604881:1268795" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604877:1268791" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646872923604882:1268797" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604885:1268799" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604988:1268841" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872982508164:1484350" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646872923604985:1268839" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605015:1268865" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923604983:1268837" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605045:1268897" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "1646081826743960:2006545" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646872923605047:1268899" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646872923604941:1268819" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646872923604934:1268817" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923605019:1268869" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605017:1268867" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923605023:1268873" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605021:1268871" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923605027:1268877" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605025:1268875" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605035:1268885" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923605031:1268881" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646872923605029:1268879" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646872923605033:1268883" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646872923605036:1268887" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605044:1268895" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923605040:1268891" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646872923605038:1268889" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646872923605042:1268893" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646872923604976:1268831" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604978:1268833" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605006:1268855" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646872923605004:1268853" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605007:1268857" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604991:1268843" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646872923605002:1268851" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604999:1268849" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923604997:1268847" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923604994:1268845" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646872923605010:1268859" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923605012:1268861" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923605013:1268863" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646872923605051:1268903" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605049:1268901" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605062:1268915" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605060:1268913" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605053:1268905" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605056:1268909" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605055:1268907" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646872923605058:1268911" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646872923605066:1268919" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646872923605064:1268917" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646872923604906:1268807" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604913:1268815" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604909:1268811" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646872923604911:1268813" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646872923604907:1268809" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646872923604886:1268801" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604624:1268581" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646872923604618:1268575" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646872923604620:1268577" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646872923604622:1268579" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604664:1268615" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604632:1268587" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646872923604649:1268601" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604645:1268597" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646872923604659:1268611" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923604636:1268591" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923604634:1268589" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646872923604668:1268619" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923604697:1268623" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923604702:1268627" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646872923604653:1268605" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646872923604629:1268585" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646872923604646:1268599" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646872923604642:1268595" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646872923604657:1268609" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646872923604665:1268617" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646872923604692:1268621" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646872923604700:1268625" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486263617:98658" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604655:1268607" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604626:1268583" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604661:1268613" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604638:1268593" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604743:1268661" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604710:1268633" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646872923604729:1268647" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604724:1268643" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646872923604739:1268657" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923604714:1268637" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923604712:1268635" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646872923604747:1268665" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923604752:1268669" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923604756:1268673" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646872923604733:1268651" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646872923604708:1268631" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646872923604726:1268645" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646872923604718:1268641" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646872923604737:1268655" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646872923604745:1268663" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646872923604749:1268667" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646872923604753:1268671" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486263635:98659" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604735:1268653" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604705:1268629" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604741:1268659" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604716:1268639" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604791:1268707" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604763:1268679" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646872923604776:1268693" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604772:1268689" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646872923604787:1268703" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923604766:1268683" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923604765:1268681" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646872923604795:1268711" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923604799:1268715" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646872923604803:1268719" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646872923604780:1268697" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646872923604761:1268677" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646872923604774:1268691" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646872923604770:1268687" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646872923604785:1268701" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646872923604793:1268709" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646872923604797:1268713" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646872923604801:1268717" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486263648:98660" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604782:1268699" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604757:1268675" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604789:1268705" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646872923604768:1268685" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646872923604963:1268823" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646872923604968:1268825" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604971:1268827" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646872923604944:1268821" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646872923604853:1268763" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646872923604856:1268767" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646872923604854:1268765" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646872923604858:1268769" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646872923604974:1268829" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646872923604981:1268835" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraBackEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646873066257674:1781444", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646873066260174:1781446", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646873066260181:1781448", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873066260183:1781450", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260187:1781452", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260189:1781454", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873066260191:1781456", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260194:1781458", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260195:1781460", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873066260197:1781462", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260200:1781464", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260202:1781466", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260203:1781468", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873066260207:1781470", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260209:1781472", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646873066260210:1781474", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873066260212:1781476", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260214:1781478", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260217:1781480", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646873066260218:1781482", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873066260222:1781484", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260225:1781486", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260227:1781488", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260229:1781490", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260231:1781492", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873066260236:1781494", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260238:1781496", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873066260240:1781498", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260243:1781500", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873066260248:1781504", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873066260251:1781506", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873066260254:1781508", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260256:1781510", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260259:1781512", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873066260261:1781514", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873066260263:1781516", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260266:1781518", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260268:1781520", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260271:1781522", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260273:1781524", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260275:1781526", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260277:1781528", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873066260280:1781530", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260282:1781532", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260284:1781534", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260286:1781536", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260287:1781538", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873066260290:1781540", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260295:1781542", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873066260297:1781544", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260299:1781546", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873066260304:1781550", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873066260306:1781552", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873066260308:1781554", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260311:1781556", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260315:1781558", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873066260317:1781560", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873066260319:1781562", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260321:1781564", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260323:1781566", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260326:1781568", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260328:1781570", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260330:1781572", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260332:1781574", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873066260335:1781576", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260337:1781578", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260339:1781580", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260341:1781582", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260343:1781584", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873066260346:1781586", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260348:1781588", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873066260350:1781590", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260352:1781592", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873066260356:1781596", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873066260358:1781598", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873066260361:1781600", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260363:1781602", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260365:1781604", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873066260368:1781606", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646873066260369:1781608", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260372:1781610", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260374:1781612", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260376:1781614", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260378:1781616", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260380:1781618", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260382:1781620", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260384:1781622", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646873066260386:1781624", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873066260388:1781626", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260391:1781628", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646873066260393:1781630", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873066260394:1781632", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646873066260396:1781634", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646873066260398:1781636", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260400:1781638", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646873066260402:1781640", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646873066260408:1781642", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260410:1781644", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646873066260412:1781646", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646873066260414:1781648", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646873066260416:1781650", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260417:1781652", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260419:1781654", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646873066260421:1781656", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260423:1781658", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260425:1781660", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260427:1781662", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646873066260428:1781664", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260430:1781666", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646873066260432:1781668", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646873066260434:1781670", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260436:1781672", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646873066260438:1781674", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646873066260440:1781676", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646873066260442:1781678", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873066260444:1781680", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646873066260446:1781682", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260448:1781684", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260449:1781686", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260451:1781688", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646873066260453:1781690", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260455:1781692", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260456:1781694", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873066260458:1781696", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873066260460:1781698", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260462:1781700", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260463:1781702", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646873066260466:1781704", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646873066260468:1781706", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646873066260470:1781708", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646873066260472:1781710", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260474:1781712", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646873066260476:1781714", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260477:1781716", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646873066260479:1781718", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260481:1781720", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260483:1781722", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260485:1781724", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873066260486:1781726", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260488:1781728", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260490:1781730", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260492:1781732", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873066260494:1781734", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873066260496:1781736", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646873066260497:1781738", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646873066260499:1781740", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646873066260501:1781742", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260503:1781744", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260504:1781746", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260506:1781748", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873066260508:1781750", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873066260510:1781752", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873066260512:1781754", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646873066260513:1781756", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646873066260515:1781758", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260517:1781760", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260519:1781762", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260521:1781764", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260523:1781766", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260524:1781768", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260526:1781770", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260528:1781772", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260563:1781774", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260572:1781776", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260575:1781778", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260578:1781780", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260580:1781782", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260582:1781784", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646873066260585:1781786", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873066260588:1781788", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260590:1781790", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260592:1781792", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873066260594:1781794", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646873066260596:1781796", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646873066260599:1781798", - "type": "Value.StringValue", - "value": "Tap to enable and reset the car!" - }, - { - "uid": "1646873066260601:1781800", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873066260609:1781802", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646873066260611:1781804", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260613:1781806", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260615:1781808", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260618:1781810", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260620:1781812", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260622:1781814", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873066260624:1781816", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646873066260626:1781818", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873066260628:1781820", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646873066260630:1781822", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873066260633:1781824", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873066260635:1781826", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646873066260637:1781828", - "type": "Value.StringValue", - "value": "CameraBackEvent" - }, - { - "uid": "1646873066260639:1781830", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486293413:98677", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486293432:98678", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486293445:98679", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486293472:98680", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486293474:98681", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486293476:98682", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486293477:98683", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486293479:98684", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486293480:98685", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486293482:98686", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486293484:98687", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486293485:98688", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486293486:98689", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486293488:98690", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486293489:98691", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486293490:98692", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486293491:98693", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486293492:98694", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486293493:98695", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260637:1781828" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260628:1781820" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260391:1781628" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646873066260393:1781630" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260394:1781632" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260174:1781446" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260207:1781470" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260639:1781830" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260408:1781642" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646873066260402:1781640" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260400:1781638" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260398:1781636" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646873066260209:1781472" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646873066260384:1781622" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260386:1781624" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260382:1781620" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260388:1781626" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260412:1781646" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260419:1781654" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646873066260417:1781652" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646873066260416:1781650" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260414:1781648" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260396:1781634" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260410:1781644" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260463:1781702" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260421:1781656" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873066260423:1781658" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260425:1781660" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260438:1781674" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260440:1781676" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260449:1781686" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260446:1781682" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260448:1781684" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646873066260442:1781678" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260436:1781672" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260444:1781680" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873066260434:1781670" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486293489:98691" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293479:98684" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293490:98692" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293493:98695" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293492:98694" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293491:98693" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486293488:98690" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486293480:98685" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293476:98682" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293486:98689" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293484:98687" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486293485:98688" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486293477:98683" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486293474:98681" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486293482:98686" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486293472:98680" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260635:1781826" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260633:1781824" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260630:1781822" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260466:1781704" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646873066260181:1781448" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260187:1781452" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646873066260189:1781454" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260183:1781450" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260191:1781456" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260194:1781458" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260197:1781462" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646873066260195:1781460" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260203:1781468" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260200:1781464" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260202:1781466" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646873066260451:1781688" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260455:1781692" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260456:1781694" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260453:1781690" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646873066260458:1781696" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260460:1781698" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260499:1781740" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646873170615310:2016100" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646873066260497:1781738" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260521:1781764" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260496:1781736" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260596:1781796" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "1646081826743960:2006545" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646873066260599:1781798" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260479:1781718" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646873066260477:1781716" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260524:1781768" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260523:1781766" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260528:1781772" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260526:1781770" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260572:1781776" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260563:1781774" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260582:1781784" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260578:1781780" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646873066260575:1781778" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646873066260580:1781782" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260585:1781786" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260594:1781794" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260590:1781790" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646873066260588:1781788" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646873066260592:1781792" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646873066260490:1781730" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260492:1781732" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260512:1781754" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260510:1781752" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260513:1781756" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260501:1781742" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873066260508:1781750" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260506:1781748" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260504:1781746" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260503:1781744" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873066260515:1781758" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260517:1781760" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260519:1781762" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260609:1781802" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260601:1781800" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260622:1781814" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260620:1781812" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260611:1781804" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260615:1781808" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260613:1781806" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260618:1781810" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646873066260626:1781818" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260624:1781816" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646873066260468:1781706" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260476:1781714" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260472:1781710" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646873066260474:1781712" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646873066260470:1781708" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646873066260462:1781700" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260217:1781480" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646873066260210:1781474" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260212:1781476" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260214:1781478" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260261:1781514" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260225:1781486" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873066260243:1781500" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260238:1781496" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873066260256:1781510" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260229:1781490" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260227:1781488" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873066260266:1781518" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260271:1781522" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260275:1781526" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873066260248:1781504" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873066260222:1781484" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873066260240:1781498" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873066260236:1781494" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873066260254:1781508" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873066260263:1781516" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873066260268:1781520" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873066260273:1781524" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486293413:98677" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260251:1781506" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260218:1781482" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260259:1781512" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260231:1781492" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260317:1781560" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260282:1781532" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873066260299:1781546" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260295:1781542" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873066260311:1781556" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260286:1781536" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260284:1781534" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873066260321:1781564" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260326:1781568" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260330:1781572" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873066260304:1781550" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873066260280:1781530" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873066260297:1781544" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873066260290:1781540" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873066260308:1781554" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873066260319:1781562" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873066260323:1781566" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873066260328:1781570" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486293432:98678" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260306:1781552" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260277:1781528" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260315:1781558" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260287:1781538" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260368:1781606" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260337:1781578" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873066260352:1781592" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260348:1781588" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873066260363:1781602" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260341:1781582" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260339:1781580" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873066260372:1781610" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260376:1781614" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873066260380:1781618" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873066260356:1781596" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873066260335:1781576" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873066260350:1781590" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873066260346:1781586" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873066260361:1781600" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873066260369:1781608" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873066260374:1781612" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873066260378:1781616" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486293445:98679" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260358:1781598" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260332:1781574" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260365:1781604" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873066260343:1781584" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260483:1781722" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873066260485:1781724" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260486:1781726" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646873066260481:1781720" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646873066260427:1781662" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646873066260430:1781666" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873066260428:1781664" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646873066260432:1781668" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646873066260488:1781728" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646873066260494:1781734" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraBackEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646873216756823:2131333", - "type": "Component.ScriptComponent", - "name": "Script 2", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646873225987923:2167839", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646873225987931:2167840", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873225987933:2167841", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225987935:2167842", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225987937:2167843", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873225987940:2167844", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225987942:2167845", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225987944:2167846", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873225987946:2167847", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225987948:2167848", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225987950:2167849", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225987952:2167850", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873225987956:2167851", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225987958:2167852", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646873225987960:2167853", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873225987962:2167854", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225987964:2167855", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225987966:2167856", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646873225987968:2167857", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873225987971:2167858", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225987973:2167859", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225987975:2167860", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225987977:2167861", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225987980:2167862", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873225987982:2167863", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225987984:2167864", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873225987986:2167865", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225987988:2167866", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873225987991:2167868", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873225987993:2167869", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873225987995:2167870", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225987997:2167871", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225987999:2167872", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873225988002:2167873", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873225988004:2167874", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988006:2167875", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988008:2167876", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988012:2167877", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988014:2167878", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988017:2167879", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988018:2167880", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873225988020:2167881", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988023:2167882", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988024:2167883", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988026:2167884", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988028:2167885", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873225988030:2167886", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988032:2167887", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873225988034:2167888", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988035:2167889", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873225988039:2167891", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873225988041:2167892", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873225988044:2167893", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988046:2167894", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988048:2167895", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873225988050:2167896", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873225988052:2167897", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988053:2167898", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988055:2167899", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988057:2167900", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988059:2167901", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988061:2167902", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988062:2167903", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873225988065:2167904", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988067:2167905", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988068:2167906", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988070:2167907", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988072:2167908", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873225988073:2167909", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988075:2167910", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873225988077:2167911", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988079:2167912", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873225988082:2167914", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873225988084:2167915", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873225988086:2167916", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988087:2167917", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988090:2167918", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873225988092:2167919", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646873225988093:2167920", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988095:2167921", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988097:2167922", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988099:2167923", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988101:2167924", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988103:2167925", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988104:2167926", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988106:2167927", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646873225988108:2167928", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873225988110:2167929", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988112:2167930", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646873225988114:2167931", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873225988115:2167932", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646873225988117:2167933", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646873225988120:2167934", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988122:2167935", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646873225988124:2167936", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646873225988126:2167937", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988128:2167938", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646873225988130:2167939", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646873225988132:2167940", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646873225988134:2167941", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988135:2167942", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988137:2167943", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646873225988138:2167944", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988140:2167945", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988142:2167946", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988144:2167947", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646873225988145:2167948", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988147:2167949", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646873225988149:2167950", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646873225988150:2167951", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988152:2167952", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646873225988154:2167953", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646873225988156:2167954", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646873225988158:2167955", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873225988159:2167956", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646873225988161:2167957", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988162:2167958", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988178:2167959", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988181:2167960", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646873225988183:2167961", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988184:2167962", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988186:2167963", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873225988187:2167964", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873225988190:2167965", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988192:2167966", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988193:2167967", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646873225988196:2167968", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646873225988198:2167969", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646873225988200:2167970", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646873225988201:2167971", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988203:2167972", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646873225988205:2167973", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988207:2167974", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646873225988209:2167975", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988210:2167976", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988213:2167977", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988214:2167978", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873225988216:2167979", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988218:2167980", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988221:2167981", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988222:2167982", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873225988229:2167983", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873225988231:2167984", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646873225988235:2167985", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646873225988236:2167986", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646873225988238:2167987", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988240:2167988", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988242:2167989", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988243:2167990", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873225988245:2167991", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873225988247:2167992", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988249:2167993", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646873225988251:2167994", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646873225988253:2167995", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988254:2167996", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988256:2167997", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988258:2167998", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988259:2167999", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988261:2168000", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988263:2168001", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988265:2168002", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988266:2168003", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988268:2168004", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988269:2168005", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988271:2168006", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988273:2168007", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988274:2168008", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646873225988276:2168009", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873225988278:2168010", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988279:2168011", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988281:2168012", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873225988282:2168013", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646873225988284:2168014", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646873225988286:2168015", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873225988288:2168016", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873225988290:2168017", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646873225988292:2168018", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988293:2168019", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988295:2168020", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988297:2168021", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988298:2168022", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988301:2168023", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873225988302:2168024", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646873225988304:2168025", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873225988305:2168026", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646873225988308:2168027", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873225988309:2168028", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873225988311:2168029", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646873225988312:2168030", - "type": "Value.StringValue", - "value": "CameraFrontEvent" - }, - { - "uid": "1646873225988314:2168031", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486321545:98696", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486321562:98697", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486321576:98698", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486321603:98699", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486321604:98700", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486321606:98701", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486321607:98702", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486321609:98703", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486321610:98704", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486321613:98705", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486321614:98706", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486321615:98707", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486321616:98708", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486321617:98709", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486321618:98710", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486321619:98711", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486321621:98712", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486321622:98713", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486321623:98714", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988312:2168030" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988305:2168026" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988112:2167930" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646873225988114:2167931" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988115:2167932" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646873225987923:2167839" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646873225987956:2167851" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646873225988314:2168031" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988126:2167937" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646873225988124:2167936" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988122:2167935" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988120:2167934" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646873225987958:2167852" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646873225988106:2167927" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988108:2167928" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988104:2167926" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988110:2167929" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988130:2167939" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988137:2167943" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646873225988135:2167942" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646873225988134:2167941" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988132:2167940" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988117:2167933" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988128:2167938" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988193:2167967" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646873225988138:2167944" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873225988140:2167945" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988142:2167946" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988154:2167953" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988156:2167954" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988178:2167959" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988161:2167957" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988162:2167958" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646873225988158:2167955" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988152:2167952" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988159:2167956" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873225988150:2167951" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486321618:98710" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321609:98703" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321619:98711" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321623:98714" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321622:98713" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321621:98712" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486321617:98709" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486321610:98704" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321606:98701" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321616:98708" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321614:98706" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486321615:98707" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486321607:98702" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486321604:98700" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486321613:98705" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486321603:98699" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988311:2168029" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988309:2168028" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988308:2168027" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988196:2167968" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646873225987931:2167840" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873225987935:2167842" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646873225987937:2167843" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646873225987933:2167841" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646873225987940:2167844" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646873225987942:2167845" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646873225987946:2167847" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646873225987944:2167846" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646873225987952:2167850" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873225987948:2167848" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646873225987950:2167849" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646873225988181:2167960" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988184:2167962" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988186:2167963" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988183:2167961" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646873225988187:2167964" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988190:2167965" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988236:2167986" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872982508164:1484350" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646873225988235:2167985" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988258:2167998" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225988231:2167984" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988284:2168014" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646873225988286:2168015" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646873225988209:2167975" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646873225988207:2167974" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988261:2168000" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988259:2167999" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988265:2168002" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988263:2168001" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988268:2168004" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988266:2168003" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988274:2168008" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988271:2168006" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646873225988269:2168005" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646873225988273:2168007" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988276:2168009" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988282:2168013" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988279:2168011" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646873225988278:2168010" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646873225988281:2168012" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646873225988221:2167981" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988222:2167982" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988249:2167993" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646873225988247:2167992" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988251:2167994" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988238:2167987" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873225988245:2167991" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988243:2167990" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988242:2167989" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225988240:2167988" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873225988253:2167995" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988254:2167996" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225988256:2167997" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988290:2168017" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988288:2168016" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988301:2168023" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988298:2168022" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988292:2168018" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988295:2168020" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988293:2168019" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988297:2168021" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646873225988304:2168025" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988302:2168024" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646873225988198:2167969" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988205:2167973" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988201:2167971" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646873225988203:2167972" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646873225988200:2167970" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646873225988192:2167966" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873225987966:2167856" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646873225987960:2167853" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646873225987962:2167854" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646873225987964:2167855" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988002:2167873" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873225987973:2167859" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873225987988:2167866" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873225987984:2167864" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873225987997:2167871" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225987977:2167861" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225987975:2167860" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873225988006:2167875" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988012:2167877" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225988017:2167879" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873225987991:2167868" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873225987971:2167858" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873225987986:2167865" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873225987982:2167863" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873225987995:2167870" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873225988004:2167874" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873225988008:2167876" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873225988014:2167878" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486321545:98696" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225987993:2167869" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225987968:2167857" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225987999:2167872" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225987980:2167862" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988050:2167896" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988023:2167882" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873225988035:2167889" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988032:2167887" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873225988046:2167894" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988026:2167884" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225988024:2167883" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873225988053:2167898" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988057:2167900" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225988061:2167902" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873225988039:2167891" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873225988020:2167881" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873225988034:2167888" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873225988030:2167886" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873225988044:2167893" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873225988052:2167897" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873225988055:2167899" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873225988059:2167901" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486321562:98697" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988041:2167892" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988018:2167880" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988048:2167895" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988028:2167885" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988092:2167919" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988067:2167905" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873225988079:2167912" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988075:2167910" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873225988087:2167917" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988070:2167907" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225988068:2167906" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873225988095:2167921" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988099:2167923" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873225988103:2167925" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873225988082:2167914" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873225988065:2167904" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873225988077:2167911" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873225988073:2167909" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873225988086:2167916" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873225988093:2167920" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873225988097:2167922" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873225988101:2167924" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486321576:98698" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988084:2167915" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988062:2167903" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988090:2167918" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873225988072:2167908" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646873225988213:2167977" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873225988214:2167978" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988216:2167979" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646873225988210:2167976" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646873225988144:2167947" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646873225988147:2167949" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873225988145:2167948" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646873225988149:2167950" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646873225988218:2167980" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646873225988229:2167983" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraFrontEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646872982508164_1484350.json b/lenses/physics-objects/Scene/objects/1646872982508164_1484350.json deleted file mode 100644 index d0c06738..00000000 --- a/lenses/physics-objects/Scene/objects/1646872982508164_1484350.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "core": { - "uid": "1646872982508164:1484350", - "type": "SceneObject", - "layerV2": 1, - "name": "Switch Camera Hint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false - } -} diff --git a/lenses/physics-objects/Scene/objects/1646873002057776_1521760.json b/lenses/physics-objects/Scene/objects/1646873002057776_1521760.json deleted file mode 100644 index d6879f9a..00000000 --- a/lenses/physics-objects/Scene/objects/1646873002057776_1521760.json +++ /dev/null @@ -1,5589 +0,0 @@ -{ - "core": { - "uid": "1646873002057776:1521760", - "type": "SceneObject", - "layerV2": 1, - "name": "Hint Text", - "position": [ - 0.0, - 4.0, - -40.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646873002059281:1521762", - "type": "Component.Text", - "name": "Text", - "isenabled": true, - "isInternal": false, - "updatepriority": 0, - "renderorder": 4, - "internalRenderOrder": 0, - "renderSpace": 1, - "stretchMode": { - "value": 2, - "description": "Stretch" - }, - "verticalAlignment": { - "value": 1, - "description": "Center" - }, - "horizontalAlignment": { - "value": 1, - "description": "Center" - }, - "extentsTarget": "-1:-1", - "meshShadowMode": { - "value": 0, - "description": "none" - }, - "shadowColor": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "shadowDensity": 1.0, - "blendShapesState": { - "defaultWeights": null, - "blendNormals": false, - "enabled": true - }, - "text": "Try it with the rear camera", - "font": "1645140792624997:614191", - "size": 50, - "verticalOverflow": { - "value": 0, - "description": "Overflow" - }, - "horizontalOverflow": { - "value": 0, - "description": "Overflow" - }, - "textFill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "dropshadowSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "offset": [ - 0.25, - 0.25 - ] - }, - "outlineSettings": { - "enabled": true, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "size": 0.25 - }, - "backgroundSettings": { - "enabled": false, - "fill": { - "mode": { - "value": 0, - "description": "Color" - }, - "color": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "texture": "-1:-1", - "tileCount": 5.0, - "tileZone": { - "value": 0, - "description": "Rect" - }, - "textureStretch": { - "value": 4, - "description": "Fit Width" - } - }, - "margins": { - "left": 0.0, - "right": 0.0, - "bottom": 0.0, - "top": 0.0 - }, - "cornerRadius": 0.0 - }, - "sizeToFit": false, - "letterSpacing": 0.0, - "lineSpacing": 1.0, - "depthTest": false, - "colorMask": [ - true, - true, - true, - false - ], - "worldSpaceRect": { - "left": -7.5, - "right": 7.5, - "bottom": -2.25, - "top": 2.25 - }, - "editable": false, - "showPreview": true, - "touchHandler": "-1:-1" - }, - { - "uid": "1646873002062572:1521777", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646873002064318:1521779", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646873002064323:1521781", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873002064325:1521783", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064328:1521785", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064330:1521787", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002064332:1521789", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064334:1521791", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064336:1521793", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873002064337:1521795", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064339:1521797", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064341:1521799", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064343:1521801", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873002064346:1521803", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064347:1521805", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646873002064349:1521807", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002064351:1521809", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064352:1521811", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064354:1521813", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646873002064356:1521815", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873002064358:1521817", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064361:1521819", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064362:1521821", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064364:1521823", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064366:1521825", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873002064369:1521827", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064372:1521829", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002064373:1521831", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064375:1521833", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002064379:1521837", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873002064380:1521839", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873002064383:1521841", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064385:1521843", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064387:1521845", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873002064389:1521847", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873002064390:1521849", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064392:1521851", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064394:1521853", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064396:1521855", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064398:1521857", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064400:1521859", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064401:1521861", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873002064403:1521863", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064405:1521865", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064407:1521867", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064408:1521869", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064410:1521871", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873002064412:1521873", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064416:1521875", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002064418:1521877", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064420:1521879", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002064424:1521883", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873002064426:1521885", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873002064428:1521887", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064430:1521889", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064432:1521891", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873002064434:1521893", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873002064435:1521895", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064437:1521897", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064439:1521899", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064441:1521901", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064443:1521903", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064445:1521905", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064448:1521907", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873002064451:1521909", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064453:1521911", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064455:1521913", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064457:1521915", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064461:1521917", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873002064463:1521919", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064464:1521921", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002064466:1521923", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064468:1521925", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002064471:1521929", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873002064473:1521931", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873002064475:1521933", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064477:1521935", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064479:1521937", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873002064481:1521939", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646873002064483:1521941", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064484:1521943", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064486:1521945", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064488:1521947", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064489:1521949", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064491:1521951", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064493:1521953", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064494:1521955", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646873002064496:1521957", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873002064498:1521959", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064499:1521961", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646873002064501:1521963", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002064502:1521965", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646873002064504:1521967", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646873002064506:1521969", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064508:1521971", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646873002064509:1521973", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646873002064519:1521975", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064521:1521977", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646873002064523:1521979", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646873002064524:1521981", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646873002064526:1521983", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064527:1521985", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064529:1521987", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646873002064530:1521989", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064532:1521991", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064534:1521993", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064535:1521995", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646873002064537:1521997", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064538:1521999", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646873002064540:1522001", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646873002064541:1522003", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064543:1522005", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646873002064545:1522007", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646873002064546:1522009", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646873002064548:1522011", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873002064549:1522013", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646873002064551:1522015", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064552:1522017", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064554:1522019", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064558:1522021", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646873002064562:1522023", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064564:1522025", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064568:1522027", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873002064570:1522029", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873002064571:1522031", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064573:1522033", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064575:1522035", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646873002064577:1522037", - "type": "Value.StringValue", - "value": "setText" - }, - { - "uid": "1646873002064579:1522039", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646873002064581:1522041", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646873002064582:1522043", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064584:1522045", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646873002064586:1522047", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064587:1522049", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646873002064589:1522051", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064591:1522053", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064592:1522055", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064594:1522057", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002064595:1522059", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064597:1522061", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064599:1522063", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064601:1522065", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002064602:1522067", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002064604:1522069", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646873002064606:1522071", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646873002064607:1522073", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646873002064609:1522075", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064611:1522077", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064613:1522079", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064615:1522081", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002064617:1522083", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002064618:1522085", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002064620:1522087", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646873002064622:1522089", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646873002064624:1522091", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064625:1522093", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064627:1522095", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064629:1522097", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064630:1522099", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064632:1522101", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064634:1522103", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064635:1522105", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064637:1522107", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064638:1522109", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064640:1522111", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064642:1522113", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064643:1522115", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064645:1522117", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646873002064646:1522119", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002064648:1522121", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064649:1522123", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064651:1522125", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002064653:1522127", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646873002064654:1522129", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646873002064656:1522131", - "type": "Value.StringValue", - "value": "Try it with the rear camera" - }, - { - "uid": "1646873002064657:1522133", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002064659:1522135", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646873002064660:1522137", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064662:1522139", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064664:1522141", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064665:1522143", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064667:1522145", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064668:1522147", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002064670:1522149", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646873002064671:1522151", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002064673:1522153", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646873002064674:1522155", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002064678:1522157", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873002064679:1522159", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646873002064681:1522161", - "type": "Value.StringValue", - "value": "CameraFrontEvent" - }, - { - "uid": "1646873002064683:1522163", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486349776:98715", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486349791:98716", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486349805:98717", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486349831:98718", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486349833:98719", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486349834:98720", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486349836:98721", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486349837:98722", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486349838:98723", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486349840:98724", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486349841:98725", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486349842:98726", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486349843:98727", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486349845:98728", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486349846:98729", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486349847:98730", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486349848:98731", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486349849:98732", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486349850:98733", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064681:1522161" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064673:1522153" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064499:1521961" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646873002064501:1521963" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064502:1521965" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064318:1521779" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064346:1521803" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064683:1522163" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064519:1521975" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646873002064509:1521973" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064508:1521971" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064506:1521969" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646873002064347:1521805" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646873002064494:1521955" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064496:1521957" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064493:1521953" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064498:1521959" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064523:1521979" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064529:1521987" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646873002064527:1521985" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646873002064526:1521983" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064524:1521981" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064504:1521967" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064521:1521977" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064575:1522035" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064530:1521989" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002064532:1521991" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064534:1521993" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064545:1522007" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064546:1522009" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064554:1522019" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064551:1522015" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064552:1522017" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646873002064548:1522011" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064543:1522005" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064549:1522013" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002064541:1522003" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486349846:98729" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349837:98722" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349847:98730" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349850:98733" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349849:98732" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349848:98731" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486349845:98728" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486349838:98723" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349834:98720" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349843:98727" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349841:98725" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486349842:98726" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486349836:98721" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486349833:98719" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486349840:98724" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486349831:98718" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064679:1522159" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064678:1522157" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064674:1522155" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064577:1522037" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002064323:1521781" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064328:1521785" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646873002064330:1521787" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064325:1521783" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064332:1521789" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064334:1521791" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064337:1521795" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002064336:1521793" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064343:1521801" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064339:1521797" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064341:1521799" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002064558:1522021" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064564:1522025" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064568:1522027" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064562:1522023" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002064570:1522029" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064571:1522031" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064607:1522073" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002064606:1522071" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064629:1522097" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064604:1522069" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064654:1522129" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "1646873002059281:1521762" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646873002064656:1522131" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064589:1522051" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002064587:1522049" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064632:1522101" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064630:1522099" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064635:1522105" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064634:1522103" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064638:1522109" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064637:1522107" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064645:1522117" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064642:1522113" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002064640:1522111" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002064643:1522115" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064646:1522119" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064653:1522127" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064649:1522123" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002064648:1522121" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002064651:1522125" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646873002064599:1522063" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064601:1522065" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064620:1522087" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064618:1522085" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064622:1522089" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064609:1522075" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873002064617:1522083" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064615:1522081" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064613:1522079" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064611:1522077" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002064624:1522091" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064625:1522093" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064627:1522095" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064659:1522135" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064657:1522133" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064668:1522147" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064667:1522145" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064660:1522137" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064664:1522141" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064662:1522139" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064665:1522143" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646873002064671:1522151" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064670:1522149" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002064579:1522039" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064586:1522047" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064582:1522043" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646873002064584:1522045" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646873002064581:1522041" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646873002064573:1522033" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064354:1521813" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646873002064349:1521807" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064351:1521809" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064352:1521811" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064389:1521847" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064361:1521819" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873002064375:1521833" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064372:1521829" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873002064385:1521843" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064364:1521823" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064362:1521821" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002064392:1521851" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064396:1521855" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064400:1521859" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873002064379:1521837" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873002064358:1521817" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873002064373:1521831" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873002064369:1521827" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002064383:1521841" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873002064390:1521849" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873002064394:1521853" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873002064398:1521857" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486349776:98715" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064380:1521839" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064356:1521815" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064387:1521845" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064366:1521825" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064434:1521893" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064405:1521865" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873002064420:1521879" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064416:1521875" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873002064430:1521889" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064408:1521869" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064407:1521867" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002064437:1521897" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064441:1521901" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064445:1521905" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873002064424:1521883" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873002064403:1521863" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873002064418:1521877" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873002064412:1521873" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002064428:1521887" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873002064435:1521895" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873002064439:1521899" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873002064443:1521903" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486349791:98716" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064426:1521885" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064401:1521861" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064432:1521891" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064410:1521871" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064481:1521939" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064453:1521911" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873002064468:1521925" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064464:1521921" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873002064477:1521935" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064457:1521915" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064455:1521913" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002064484:1521943" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064488:1521947" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002064491:1521951" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873002064471:1521929" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873002064451:1521909" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873002064466:1521923" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873002064463:1521919" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002064475:1521933" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873002064483:1521941" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873002064486:1521945" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873002064489:1521949" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486349805:98717" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064473:1521931" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064448:1521907" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064479:1521937" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002064461:1521917" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064592:1522055" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002064594:1522057" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064595:1522059" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646873002064591:1522053" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646873002064535:1521995" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646873002064538:1521999" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002064537:1521997" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646873002064540:1522001" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646873002064597:1522061" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646873002064602:1522067" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraFrontEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646873002065114:1522166", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646873002066873:1522168", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646873002066878:1522170", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873002066880:1522172", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002066882:1522174", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002066884:1522176", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002066894:1522178", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002066896:1522180", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002066899:1522182", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873002066901:1522184", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002066905:1522186", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002066906:1522188", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002066908:1522190", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873002066910:1522192", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002066911:1522194", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646873002066913:1522196", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002066914:1522198", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002066916:1522200", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002066918:1522202", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646873002066919:1522204", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873002066922:1522206", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066926:1522208", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002066927:1522210", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002066931:1522212", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002066933:1522214", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873002066935:1522216", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066937:1522218", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002066942:1522220", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066944:1522222", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002066947:1522226", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873002066949:1522228", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873002066951:1522230", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066953:1522232", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002066955:1522234", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873002066957:1522236", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873002066959:1522238", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066961:1522240", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002066963:1522242", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066965:1522244", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002066966:1522246", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066968:1522248", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002066970:1522250", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873002066972:1522252", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066974:1522254", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002066975:1522256", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002066979:1522258", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002066981:1522260", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873002066983:1522262", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066984:1522264", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002066986:1522266", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066988:1522268", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002066993:1522272", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873002066995:1522274", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873002066997:1522276", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002066999:1522278", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067001:1522280", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873002067003:1522282", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873002067007:1522284", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067008:1522286", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067010:1522288", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067014:1522290", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067015:1522292", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067017:1522294", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067019:1522296", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646873002067022:1522298", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067024:1522300", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067025:1522302", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067027:1522304", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067029:1522306", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646873002067031:1522308", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067033:1522310", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002067035:1522312", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067036:1522314", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002067040:1522318", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646873002067042:1522320", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646873002067044:1522322", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067046:1522324", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067048:1522326", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646873002067052:1522328", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646873002067053:1522330", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067055:1522332", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067057:1522334", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067059:1522336", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067061:1522338", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067062:1522340", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067064:1522342", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067066:1522344", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646873002067067:1522346", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873002067069:1522348", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067071:1522350", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646873002067072:1522352", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002067076:1522354", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646873002067078:1522356", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646873002067079:1522358", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067083:1522360", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646873002067089:1522362", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646873002067095:1522364", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067101:1522366", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646873002067107:1522368", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646873002067113:1522370", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646873002067117:1522372", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067121:1522374", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067123:1522376", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646873002067124:1522378", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067126:1522380", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067128:1522382", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067133:1522384", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646873002067138:1522386", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067140:1522388", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646873002067141:1522390", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646873002067143:1522392", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067145:1522394", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646873002067147:1522396", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646873002067149:1522398", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646873002067151:1522400", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646873002067152:1522402", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646873002067154:1522404", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067156:1522406", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067158:1522408", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067159:1522410", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646873002067161:1522412", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067163:1522414", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067164:1522416", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873002067166:1522418", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646873002067168:1522420", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067169:1522422", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067171:1522424", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646873002067174:1522426", - "type": "Value.StringValue", - "value": "setText" - }, - { - "uid": "1646873002067175:1522428", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646873002067177:1522430", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646873002067178:1522432", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067180:1522434", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646873002067182:1522436", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067183:1522438", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646873002067185:1522440", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067186:1522442", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067188:1522444", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067189:1522446", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646873002067191:1522448", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067193:1522450", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067195:1522452", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067197:1522454", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002067198:1522456", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002067200:1522458", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646873002067202:1522460", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646873002067203:1522462", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646873002067205:1522464", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067207:1522466", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067208:1522468", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067210:1522470", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002067212:1522472", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002067213:1522474", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646873002067215:1522476", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646873002067217:1522478", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646873002067218:1522480", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067220:1522482", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067221:1522484", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067223:1522486", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067224:1522488", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067226:1522490", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067228:1522492", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067229:1522494", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067231:1522496", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067232:1522498", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067234:1522500", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067236:1522502", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067237:1522504", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067239:1522506", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646873002067240:1522508", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002067242:1522510", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067243:1522512", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067245:1522514", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646873002067247:1522516", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646873002067248:1522518", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646873002067250:1522520", - "type": "Value.StringValue", - "value": "Tap to enable and reset the car!" - }, - { - "uid": "1646873002067251:1522522", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646873002067253:1522524", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646873002067255:1522526", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067256:1522528", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067258:1522530", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067259:1522532", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067261:1522534", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067262:1522536", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646873002067264:1522538", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646873002067265:1522540", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646873002067267:1522542", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646873002067268:1522544", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646873002067270:1522546", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646873002067272:1522548", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646873002067273:1522550", - "type": "Value.StringValue", - "value": "CameraBackEvent" - }, - { - "uid": "1646873002067275:1522552", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486377736:98734", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486377752:98735", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486377765:98736", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486377791:98737", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486377793:98738", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486377795:98739", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486377796:98740", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486377798:98741", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486377799:98742", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486377801:98743", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486377802:98744", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486377803:98745", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486377805:98746", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486377806:98747", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486377807:98748", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486377808:98749", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486377809:98750", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486377810:98751", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486377811:98752", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067273:1522550" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067267:1522542" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067071:1522350" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646873002067072:1522352" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067076:1522354" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646873002066873:1522168" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646873002066910:1522192" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646873002067275:1522552" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067095:1522364" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646873002067089:1522362" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067083:1522360" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067079:1522358" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646873002066911:1522194" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646873002067066:1522344" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067067:1522346" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067064:1522342" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067069:1522348" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067107:1522368" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067123:1522376" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646873002067121:1522374" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646873002067117:1522372" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067113:1522370" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067078:1522356" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067101:1522366" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067171:1522424" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646873002067124:1522378" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002067126:1522380" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067128:1522382" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067147:1522396" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067149:1522398" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067158:1522408" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067154:1522404" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067156:1522406" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646873002067151:1522400" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002067145:1522394" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067152:1522402" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002067143:1522392" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486377807:98748" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377798:98741" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377808:98749" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377811:98752" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377810:98751" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377809:98750" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486377806:98747" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486377799:98742" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377795:98739" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377805:98746" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377802:98744" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486377803:98745" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486377796:98740" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486377793:98738" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486377801:98743" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486377791:98737" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067272:1522548" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067270:1522546" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067268:1522544" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067174:1522426" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002066878:1522170" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873002066882:1522174" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646873002066884:1522176" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646873002066880:1522172" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646873002066894:1522178" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646873002066896:1522180" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646873002066901:1522184" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002066899:1522182" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646873002066908:1522190" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873002066905:1522186" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646873002066906:1522188" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002067159:1522410" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067163:1522414" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067164:1522416" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067161:1522412" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002067166:1522418" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067168:1522420" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067203:1522462" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002067202:1522460" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067223:1522486" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002067200:1522458" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067248:1522518" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "1646873002059281:1521762" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646873002067250:1522520" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646873002067185:1522440" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002067183:1522438" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067226:1522490" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067224:1522488" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067229:1522494" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067228:1522492" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067232:1522498" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067231:1522496" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067239:1522506" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067236:1522502" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002067234:1522500" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002067237:1522504" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067240:1522508" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067247:1522516" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067243:1522512" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002067242:1522510" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002067245:1522514" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646873002067195:1522452" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067197:1522454" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067215:1522476" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646873002067213:1522474" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067217:1522478" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067205:1522464" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873002067212:1522472" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067210:1522470" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067208:1522468" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002067207:1522466" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002067218:1522480" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067220:1522482" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002067221:1522484" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067253:1522524" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067251:1522522" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067262:1522536" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067261:1522534" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067255:1522526" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067258:1522530" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067256:1522528" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067259:1522532" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646873002067265:1522540" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067264:1522538" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646873002067175:1522428" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067182:1522436" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067178:1522432" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646873002067180:1522434" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646873002067177:1522430" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646873002067169:1522422" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646873002066918:1522202" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646873002066913:1522196" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646873002066914:1522198" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646873002066916:1522200" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873002066957:1522236" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873002066926:1522208" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873002066944:1522222" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873002066937:1522218" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873002066953:1522232" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002066931:1522212" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002066927:1522210" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002066961:1522240" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002066965:1522244" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002066968:1522248" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873002066947:1522226" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873002066922:1522206" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873002066942:1522220" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873002066935:1522216" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002066951:1522230" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873002066959:1522238" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873002066963:1522242" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873002066966:1522246" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486377736:98734" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002066949:1522228" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002066919:1522204" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002066955:1522234" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002066933:1522214" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067003:1522282" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873002066974:1522254" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873002066988:1522268" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873002066984:1522264" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873002066999:1522278" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002066979:1522258" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002066975:1522256" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002067008:1522286" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067014:1522290" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002067017:1522294" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873002066993:1522272" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873002066972:1522252" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873002066986:1522266" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873002066983:1522262" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002066997:1522276" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873002067007:1522284" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873002067010:1522288" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873002067015:1522292" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486377752:98735" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002066995:1522274" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002066970:1522250" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002067001:1522280" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002066981:1522260" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067052:1522328" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067024:1522300" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646873002067036:1522314" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067033:1522310" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646873002067046:1522324" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067027:1522304" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002067025:1522302" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646873002067055:1522332" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067059:1522336" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646873002067062:1522340" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646873002067040:1522318" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646873002067022:1522298" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646873002067035:1522312" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646873002067031:1522308" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002067044:1522322" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646873002067053:1522330" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646873002067057:1522334" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646873002067061:1522338" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486377765:98736" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002067042:1522320" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002067019:1522296" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002067048:1522326" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646873002067029:1522306" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646873002067188:1522444" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646873002067189:1522446" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067191:1522448" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646873002067186:1522442" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646873002067133:1522384" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646873002067140:1522388" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646873002067138:1522386" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646873002067141:1522390" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646873002067193:1522450" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646873002067198:1522456" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraBackEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1646873170615310_2016100.json b/lenses/physics-objects/Scene/objects/1646873170615310_2016100.json deleted file mode 100644 index 0cdf9322..00000000 --- a/lenses/physics-objects/Scene/objects/1646873170615310_2016100.json +++ /dev/null @@ -1,10792 +0,0 @@ -{ - "core": { - "uid": "1646873170615310:2016100", - "type": "SceneObject", - "layerV2": 1, - "name": "Rear Camera Hint", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": false, - "components": [ - { - "uid": "1646874451678866:4641192", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874454662917:4677602", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874454662926:4677603", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874454662928:4677604", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454662930:4677605", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454662932:4677606", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874454662934:4677607", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454662936:4677608", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454662938:4677609", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874454662940:4677610", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454662942:4677611", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454662943:4677612", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454662945:4677613", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874454662950:4677614", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454662952:4677615", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874454662954:4677616", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874454662956:4677617", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454662958:4677618", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454662961:4677619", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874454662963:4677620", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874454662966:4677621", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454662969:4677622", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454662972:4677623", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454662974:4677624", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454662977:4677625", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874454662979:4677626", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454662983:4677627", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874454662986:4677628", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454662990:4677629", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874454662995:4677631", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874454662997:4677632", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874454662999:4677633", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663003:4677634", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663007:4677635", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874454663009:4677636", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874454663012:4677637", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663016:4677638", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663019:4677639", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663023:4677640", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663025:4677641", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663028:4677642", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663030:4677643", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874454663032:4677644", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663034:4677645", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663035:4677646", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663037:4677647", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663039:4677648", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874454663041:4677649", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663043:4677650", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874454663045:4677651", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663047:4677652", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874454663052:4677654", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874454663055:4677655", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874454663058:4677656", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663059:4677657", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663061:4677658", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874454663063:4677659", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874454663065:4677660", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663067:4677661", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663068:4677662", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663078:4677663", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663079:4677664", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663081:4677665", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663083:4677666", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874454663087:4677667", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663089:4677668", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663091:4677669", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663093:4677670", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663094:4677671", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874454663098:4677672", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663100:4677673", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874454663102:4677674", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663104:4677675", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874454663108:4677677", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874454663112:4677678", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874454663114:4677679", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663115:4677680", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663119:4677681", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874454663122:4677682", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874454663125:4677683", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663127:4677684", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663129:4677685", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663131:4677686", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663133:4677687", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663135:4677688", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663137:4677689", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663139:4677690", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874454663143:4677691", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874454663145:4677692", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663162:4677693", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874454663164:4677694", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874454663165:4677695", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646874454663167:4677696", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874454663169:4677697", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663171:4677698", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874454663173:4677699", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874454663175:4677700", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663176:4677701", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874454663178:4677702", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874454663180:4677703", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874454663182:4677704", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663184:4677705", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663185:4677706", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874454663187:4677707", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663188:4677708", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663190:4677709", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663192:4677710", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874454663194:4677711", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663196:4677712", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874454663198:4677713", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874454663199:4677714", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663201:4677715", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874454663203:4677716", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874454663205:4677717", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874454663207:4677718", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874454663208:4677719", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874454663210:4677720", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663213:4677721", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663216:4677722", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663217:4677723", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874454663219:4677724", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663222:4677725", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663224:4677726", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874454663226:4677727", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874454663227:4677728", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663229:4677729", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663231:4677730", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874454663234:4677731", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874454663236:4677732", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874454663238:4677733", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874454663242:4677734", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663243:4677735", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874454663245:4677736", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663247:4677737", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874454663248:4677738", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663252:4677739", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663254:4677740", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663255:4677741", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874454663257:4677742", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663261:4677743", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663263:4677744", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663264:4677745", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874454663266:4677746", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874454663268:4677747", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874454663273:4677748", - "type": "Value.StringValue", - "value": "Enable" - }, - { - "uid": "1646874454663274:4677749", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874454663278:4677750", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663282:4677751", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663284:4677752", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663285:4677753", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874454663287:4677754", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874454663289:4677755", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663291:4677756", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874454663293:4677757", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874454663295:4677758", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663297:4677759", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663299:4677760", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663301:4677761", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663302:4677762", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663305:4677763", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663306:4677764", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663308:4677765", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663310:4677766", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663312:4677767", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663313:4677768", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663315:4677769", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663317:4677770", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663319:4677771", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874454663321:4677772", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874454663323:4677773", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663325:4677774", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663327:4677775", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874454663330:4677776", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874454663332:4677777", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874454663334:4677778", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874454663336:4677779", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874454663338:4677780", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874454663340:4677781", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663341:4677782", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663343:4677783", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663345:4677784", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663347:4677785", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663348:4677786", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874454663350:4677787", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874454663352:4677788", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874454663354:4677789", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646874454663357:4677790", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874454663359:4677791", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874454663362:4677792", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874454663364:4677793", - "type": "Value.StringValue", - "value": "CameraFrontEvent" - }, - { - "uid": "1646874454663366:4677794", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486405457:98753", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486405474:98754", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486405487:98755", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486405514:98756", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486405515:98757", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486405517:98758", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486405518:98759", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486405520:98760", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486405521:98761", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486405523:98762", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486405524:98763", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486405525:98764", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486405526:98765", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486405528:98766", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486405529:98767", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486405530:98768", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486405531:98769", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486405532:98770", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486405533:98771", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663364:4677793" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663354:4677789" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663162:4677693" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874454663164:4677694" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663165:4677695" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874454662917:4677602" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874454662950:4677614" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874454663366:4677794" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663175:4677700" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874454663173:4677699" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663171:4677698" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663169:4677697" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874454662952:4677615" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874454663139:4677690" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663143:4677691" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663137:4677689" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663145:4677692" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663178:4677702" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663185:4677706" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874454663184:4677705" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874454663182:4677704" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663180:4677703" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663167:4677696" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663176:4677701" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663231:4677730" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874454663187:4677707" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874454663188:4677708" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663190:4677709" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663203:4677716" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663205:4677717" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663216:4677722" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663210:4677720" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663213:4677721" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874454663207:4677718" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663201:4677715" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663208:4677719" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874454663199:4677714" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486405529:98767" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405520:98760" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405530:98768" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405533:98771" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405532:98770" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405531:98769" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486405528:98766" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486405521:98761" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405517:98758" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405526:98765" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405524:98763" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486405525:98764" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486405518:98759" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486405515:98757" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486405523:98762" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486405514:98756" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663362:4677792" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663359:4677791" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663357:4677790" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663234:4677731" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874454662926:4677603" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874454662930:4677605" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874454662932:4677606" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874454662928:4677604" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874454662934:4677607" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874454662936:4677608" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874454662940:4677610" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874454662938:4677609" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874454662945:4677613" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874454662942:4677611" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874454662943:4677612" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874454663217:4677723" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663222:4677725" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663224:4677726" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663219:4677724" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874454663226:4677727" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663227:4677728" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663274:4677749" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872848075842:990362" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874454663273:4677748" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663301:4677761" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454663268:4677747" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663332:4677777" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874454663334:4677778" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874454663248:4677738" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874454663247:4677737" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663305:4677763" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663302:4677762" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663308:4677765" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663306:4677764" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663312:4677767" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663310:4677766" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663319:4677771" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663315:4677769" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874454663313:4677768" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874454663317:4677770" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663321:4677772" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663330:4677776" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663325:4677774" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874454663323:4677773" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874454663327:4677775" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874454663263:4677744" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663264:4677745" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663291:4677756" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874454663289:4677755" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663293:4677757" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663278:4677750" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874454663287:4677754" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663285:4677753" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663284:4677752" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454663282:4677751" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874454663295:4677758" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663297:4677759" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454663299:4677760" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663338:4677780" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663336:4677779" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663348:4677786" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663347:4677785" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663340:4677781" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663343:4677783" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663341:4677782" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663345:4677784" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874454663352:4677788" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663350:4677787" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874454663236:4677732" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663245:4677736" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663242:4677734" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874454663243:4677735" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874454663238:4677733" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874454663229:4677729" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874454662961:4677619" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874454662954:4677616" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874454662956:4677617" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874454662958:4677618" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663009:4677636" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874454662969:4677622" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874454662990:4677629" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874454662983:4677627" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874454663003:4677634" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454662974:4677624" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454662972:4677623" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874454663016:4677638" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663023:4677640" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454663028:4677642" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874454662995:4677631" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874454662966:4677621" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874454662986:4677628" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874454662979:4677626" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874454662999:4677633" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874454663012:4677637" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874454663019:4677639" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874454663025:4677641" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486405457:98753" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454662997:4677632" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454662963:4677620" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663007:4677635" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454662977:4677625" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663063:4677659" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663034:4677645" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874454663047:4677652" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663043:4677650" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874454663059:4677657" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663037:4677647" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454663035:4677646" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874454663067:4677661" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663078:4677663" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454663081:4677665" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874454663052:4677654" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874454663032:4677644" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874454663045:4677651" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874454663041:4677649" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874454663058:4677656" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874454663065:4677660" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874454663068:4677662" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874454663079:4677664" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486405474:98754" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663055:4677655" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663030:4677643" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663061:4677658" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663039:4677648" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663122:4677682" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663089:4677668" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874454663104:4677675" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663100:4677673" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874454663115:4677680" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663093:4677670" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454663091:4677669" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874454663127:4677684" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663131:4677686" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874454663135:4677688" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874454663108:4677677" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874454663087:4677667" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874454663102:4677674" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874454663098:4677672" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874454663114:4677679" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874454663125:4677683" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874454663129:4677685" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874454663133:4677687" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486405487:98755" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663112:4677678" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663083:4677666" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663119:4677681" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874454663094:4677671" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874454663254:4677740" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874454663255:4677741" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663257:4677742" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874454663252:4677739" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874454663192:4677710" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874454663196:4677712" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874454663194:4677711" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874454663198:4677713" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874454663261:4677743" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874454663266:4677746" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraFrontEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646874479897858:4870633", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874479899784:4870635", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874479899789:4870637", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874479899791:4870639", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899794:4870641", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899795:4870643", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874479899797:4870645", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899800:4870647", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899802:4870649", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874479899803:4870651", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899805:4870653", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899807:4870655", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479899808:4870657", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874479899810:4870659", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899812:4870661", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874479899814:4870663", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874479899815:4870665", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899817:4870667", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899819:4870669", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874479899821:4870671", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874479899824:4870673", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899826:4870675", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899828:4870677", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899830:4870679", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899832:4870681", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874479899835:4870683", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899837:4870685", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874479899838:4870687", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899841:4870689", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874479899844:4870693", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874479899846:4870695", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874479899848:4870697", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899850:4870699", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899852:4870701", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874479899854:4870703", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874479899856:4870705", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899858:4870707", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899860:4870709", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899862:4870711", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899864:4870713", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899866:4870715", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899868:4870717", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874479899871:4870719", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899872:4870721", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899874:4870723", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899877:4870725", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899878:4870727", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874479899880:4870729", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899882:4870731", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874479899884:4870733", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899885:4870735", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874479899889:4870739", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874479899891:4870741", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874479899893:4870743", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899896:4870745", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899899:4870747", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874479899901:4870749", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874479899904:4870751", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899907:4870753", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899910:4870755", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899912:4870757", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899914:4870759", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899915:4870761", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899917:4870763", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874479899919:4870765", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899921:4870767", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899923:4870769", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899924:4870771", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899926:4870773", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874479899928:4870775", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899930:4870777", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874479899932:4870779", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899933:4870781", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874479899937:4870785", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874479899938:4870787", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874479899940:4870789", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899942:4870791", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899944:4870793", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874479899945:4870795", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874479899947:4870797", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899949:4870799", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899950:4870801", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899952:4870803", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899954:4870805", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899955:4870807", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899957:4870809", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899959:4870811", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874479899960:4870813", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874479899962:4870815", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479899963:4870817", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874479899967:4870819", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874479899968:4870821", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646874479899969:4870823", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874479899973:4870825", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899974:4870827", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874479899976:4870829", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874479899977:4870831", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479899979:4870833", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874479899980:4870835", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874479899982:4870837", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874479899983:4870839", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899985:4870841", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899986:4870843", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874479899988:4870845", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479899990:4870847", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479899992:4870849", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479899994:4870851", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874479899996:4870853", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479899997:4870855", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874479899999:4870857", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874479900001:4870859", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479900003:4870861", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874479900005:4870863", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874479900008:4870865", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874479900011:4870867", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874479900013:4870869", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874479900015:4870871", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479900017:4870873", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479900018:4870875", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479900020:4870877", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874479900021:4870879", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900023:4870881", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900024:4870883", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874479900026:4870885", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874479900028:4870887", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900029:4870889", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479900031:4870891", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874479900033:4870893", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874479900035:4870895", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874479900036:4870897", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874479900038:4870899", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900039:4870901", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874479900041:4870903", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900042:4870905", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874479900044:4870907", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479900045:4870909", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479900047:4870911", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479900049:4870913", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874479900051:4870915", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900052:4870917", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479900055:4870919", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479900058:4870921", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874479900059:4870923", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874479900061:4870925", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874479900063:4870927", - "type": "Value.StringValue", - "value": "Disable" - }, - { - "uid": "1646874479900064:4870929", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874479900066:4870931", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900067:4870933", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900069:4870935", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900070:4870937", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874479900072:4870939", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874479900074:4870941", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479900075:4870943", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874479900077:4870945", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874479900079:4870947", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900081:4870949", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900082:4870951", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900084:4870953", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900085:4870955", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479900087:4870957", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900088:4870959", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479900090:4870961", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900091:4870963", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479900093:4870965", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900095:4870967", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900096:4870969", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900098:4870971", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900099:4870973", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874479900101:4870975", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874479900102:4870977", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900105:4870979", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900107:4870981", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874479900109:4870983", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874479900111:4870985", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874479900112:4870987", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874479900114:4870989", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874479900115:4870991", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874479900117:4870993", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900119:4870995", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900120:4870997", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900122:4870999", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900124:4871001", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900126:4871003", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874479900127:4871005", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874479900129:4871007", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874479900131:4871009", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646874479900132:4871011", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874479900134:4871013", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874479900135:4871015", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874479900137:4871017", - "type": "Value.StringValue", - "value": "CameraFrontEvent" - }, - { - "uid": "1646874479900142:4871019", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486433220:98807", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486433238:98808", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486433251:98809", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486433308:98810", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486433310:98811", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486433312:98812", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486433314:98813", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486433315:98814", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486433334:98815", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486433337:98816", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486433338:98817", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486433339:98818", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486433340:98819", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486433341:98820", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486433343:98821", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486433344:98822", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486433345:98823", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486433346:98824", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486433347:98825", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900137:4871017" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900131:4871009" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899963:4870817" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874479899967:4870819" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899968:4870821" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899784:4870635" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874479899810:4870659" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874479900142:4871019" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899977:4870831" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874479899976:4870829" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874479899974:4870827" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899973:4870825" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874479899812:4870661" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874479899959:4870811" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874479899960:4870813" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899957:4870809" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899962:4870815" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899980:4870835" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899986:4870843" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874479899985:4870841" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874479899983:4870839" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899982:4870837" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899969:4870823" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899979:4870833" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900031:4870891" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874479899988:4870845" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874479899990:4870847" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899992:4870849" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900005:4870863" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900008:4870865" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900018:4870875" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900015:4870871" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900017:4870873" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874479900011:4870867" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479900003:4870861" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900013:4870869" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874479900001:4870859" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486433343:98821" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433315:98814" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433344:98822" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433347:98825" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433346:98824" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433345:98823" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486433341:98820" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486433334:98815" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433312:98812" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433340:98819" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433338:98817" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486433339:98818" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486433314:98813" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486433310:98811" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486433337:98816" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486433308:98810" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900135:4871015" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874479900134:4871013" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874479900132:4871011" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900033:4870893" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874479899789:4870637" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899794:4870641" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874479899795:4870643" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899791:4870639" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899797:4870645" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899800:4870647" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874479899803:4870651" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874479899802:4870649" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874479899808:4870657" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899805:4870653" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899807:4870655" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874479900020:4870877" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900023:4870881" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874479900024:4870883" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900021:4870879" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874479900026:4870885" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900028:4870887" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900064:4870929" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872880008839:1058312" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874479900063:4870927" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900084:4870953" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479900061:4870925" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900111:4870985" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874479900112:4870987" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874479900044:4870907" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874479900042:4870905" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479900087:4870957" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900085:4870955" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479900090:4870961" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900088:4870959" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479900093:4870965" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900091:4870963" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900099:4870973" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479900096:4870969" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874479900095:4870967" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874479900098:4870971" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874479900101:4870975" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900109:4870983" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479900105:4870979" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874479900102:4870977" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874479900107:4870981" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874479900055:4870919" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874479900058:4870921" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900075:4870943" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874479900074:4870941" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900077:4870945" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900066:4870931" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874479900072:4870939" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874479900070:4870937" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479900069:4870935" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479900067:4870933" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874479900079:4870947" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479900081:4870949" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479900082:4870951" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874479900115:4870991" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900114:4870989" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900126:4871003" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900124:4871001" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900117:4870993" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900120:4870997" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900119:4870995" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900122:4870999" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874479900129:4871007" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874479900127:4871005" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874479900035:4870895" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900041:4870903" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900038:4870899" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874479900039:4870901" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874479900036:4870897" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874479900029:4870889" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899819:4870669" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874479899814:4870663" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874479899815:4870665" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874479899817:4870667" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899854:4870703" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899826:4870675" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874479899841:4870689" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874479899837:4870685" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874479899850:4870699" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479899830:4870679" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479899828:4870677" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874479899858:4870707" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479899862:4870711" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479899866:4870715" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874479899844:4870693" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874479899824:4870673" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874479899838:4870687" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874479899835:4870683" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874479899848:4870697" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874479899856:4870705" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874479899860:4870709" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874479899864:4870713" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486433220:98807" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899846:4870695" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899821:4870671" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899852:4870701" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899832:4870681" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899901:4870749" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899872:4870721" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874479899885:4870735" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874479899882:4870731" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874479899896:4870745" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479899877:4870725" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479899874:4870723" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874479899907:4870753" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479899912:4870757" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479899915:4870761" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874479899889:4870739" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874479899871:4870719" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874479899884:4870733" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874479899880:4870729" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874479899893:4870743" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874479899904:4870751" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874479899910:4870755" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874479899914:4870759" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486433238:98808" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899891:4870741" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899868:4870717" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899899:4870747" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899878:4870727" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899945:4870795" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874479899921:4870767" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874479899933:4870781" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874479899930:4870777" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874479899942:4870791" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479899924:4870771" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479899923:4870769" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874479899949:4870799" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479899952:4870803" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874479899955:4870807" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874479899937:4870785" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874479899919:4870765" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874479899932:4870779" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874479899928:4870775" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874479899940:4870789" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874479899947:4870797" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874479899950:4870801" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874479899954:4870805" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486433251:98809" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899938:4870787" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899917:4870763" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899944:4870793" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874479899926:4870773" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874479900047:4870911" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874479900049:4870913" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900051:4870915" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874479900045:4870909" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874479899994:4870851" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874479899997:4870855" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874479899996:4870853" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874479899999:4870857" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874479900052:4870917" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874479900059:4870923" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraFrontEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646874482397580:4909631", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874482399486:4909633", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874482399491:4909635", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874482399493:4909637", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399496:4909639", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399497:4909641", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874482399500:4909643", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399502:4909645", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399504:4909647", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874482399505:4909649", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399507:4909651", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399509:4909653", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399510:4909655", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874482399512:4909657", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399514:4909659", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874482399516:4909661", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874482399517:4909663", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399519:4909665", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399521:4909667", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874482399523:4909669", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874482399526:4909671", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399528:4909673", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399531:4909675", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399533:4909677", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399535:4909679", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874482399537:4909681", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399539:4909683", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874482399541:4909685", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399543:4909687", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874482399547:4909691", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874482399549:4909693", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874482399551:4909695", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399553:4909697", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399555:4909699", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874482399557:4909701", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874482399558:4909703", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399561:4909705", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399562:4909707", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399565:4909709", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399567:4909711", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399569:4909713", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399570:4909715", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874482399573:4909717", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399575:4909719", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399576:4909721", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399579:4909723", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399580:4909725", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874482399582:4909727", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399584:4909729", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874482399585:4909731", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399587:4909733", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874482399591:4909737", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874482399592:4909739", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874482399594:4909741", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399596:4909743", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399597:4909745", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874482399605:4909747", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874482399607:4909749", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399609:4909751", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399611:4909753", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399613:4909755", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399615:4909757", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399617:4909759", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399619:4909761", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874482399621:4909763", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399623:4909765", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399625:4909767", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399626:4909769", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399628:4909771", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874482399630:4909773", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399632:4909775", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874482399638:4909777", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399640:4909779", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874482399643:4909783", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874482399645:4909785", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874482399647:4909787", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399648:4909789", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399650:4909791", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874482399652:4909793", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874482399653:4909795", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399655:4909797", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399657:4909799", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399658:4909801", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399660:4909803", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399662:4909805", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399663:4909807", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399665:4909809", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874482399667:4909811", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874482399668:4909813", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399670:4909815", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874482399673:4909817", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874482399675:4909819", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646874482399676:4909821", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874482399680:4909823", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399681:4909825", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874482399682:4909827", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874482399684:4909829", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399685:4909831", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874482399687:4909833", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874482399688:4909835", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874482399690:4909837", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399691:4909839", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399693:4909841", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874482399694:4909843", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399696:4909845", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399697:4909847", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399699:4909849", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874482399700:4909851", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399702:4909853", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874482399704:4909855", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874482399705:4909857", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399707:4909859", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874482399709:4909861", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874482399710:4909863", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874482399712:4909865", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874482399713:4909867", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874482399715:4909869", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399716:4909871", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399718:4909873", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399721:4909875", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874482399723:4909877", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399724:4909879", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399726:4909881", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874482399727:4909883", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874482399729:4909885", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399730:4909887", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399732:4909889", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874482399734:4909891", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874482399736:4909893", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874482399737:4909895", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874482399739:4909897", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399740:4909899", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874482399741:4909901", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399743:4909903", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874482399744:4909905", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399746:4909907", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399747:4909909", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399749:4909911", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874482399750:4909913", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399752:4909915", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399753:4909917", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399755:4909919", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874482399756:4909921", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874482399758:4909923", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874482399759:4909925", - "type": "Value.StringValue", - "value": "Disable" - }, - { - "uid": "1646874482399761:4909927", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874482399762:4909929", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399764:4909931", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399765:4909933", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399767:4909935", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874482399768:4909937", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874482399770:4909939", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399771:4909941", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874482399773:4909943", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874482399774:4909945", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399776:4909947", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399777:4909949", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399779:4909951", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399780:4909953", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399782:4909955", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399784:4909957", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399785:4909959", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399787:4909961", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399788:4909963", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399790:4909965", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399792:4909967", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399793:4909969", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399795:4909971", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874482399797:4909973", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874482399798:4909975", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399800:4909977", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399801:4909979", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874482399803:4909981", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874482399805:4909983", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874482399806:4909985", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874482399808:4909987", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874482399810:4909989", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874482399811:4909991", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399813:4909993", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399814:4909995", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399816:4909997", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399817:4909999", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399819:4910001", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874482399822:4910003", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874482399823:4910005", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874482399825:4910007", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646874482399826:4910009", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874482399828:4910011", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874482399830:4910013", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874482399832:4910015", - "type": "Value.StringValue", - "value": "CameraFrontEvent" - }, - { - "uid": "1646874482399836:4910017", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486462892:98826", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486462908:98827", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486462921:98828", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486462947:98829", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486462949:98830", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486462951:98831", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486462953:98832", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486462954:98833", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486462955:98834", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486462957:98835", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486462959:98836", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486462960:98837", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486462961:98838", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486462962:98839", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486462963:98840", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486462964:98841", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486462965:98842", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486462966:98843", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486462967:98844", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399832:4910015" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399825:4910007" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399670:4909815" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874482399673:4909817" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399675:4909819" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399486:4909633" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399512:4909657" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399836:4910017" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399684:4909829" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874482399682:4909827" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399681:4909825" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399680:4909823" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874482399514:4909659" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874482399665:4909809" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399667:4909811" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399663:4909807" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399668:4909813" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399687:4909833" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399693:4909841" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874482399691:4909839" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874482399690:4909837" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399688:4909835" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399676:4909821" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399685:4909831" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399732:4909889" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399694:4909843" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874482399696:4909845" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399697:4909847" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399709:4909861" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399710:4909863" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399718:4909873" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399715:4909869" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399716:4909871" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874482399712:4909865" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399707:4909859" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399713:4909867" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874482399705:4909857" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486462963:98840" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462954:98833" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462964:98841" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462967:98844" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462966:98843" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462965:98842" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486462962:98839" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486462955:98834" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462951:98831" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462961:98838" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462959:98836" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486462960:98837" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486462953:98832" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486462949:98830" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486462957:98835" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486462947:98829" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399830:4910013" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399828:4910011" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399826:4910009" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399734:4909891" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874482399491:4909635" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399496:4909639" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874482399497:4909641" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399493:4909637" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399500:4909643" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399502:4909645" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399505:4909649" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874482399504:4909647" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399510:4909655" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399507:4909651" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399509:4909653" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874482399721:4909875" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399724:4909879" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399726:4909881" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399723:4909877" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874482399727:4909883" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399729:4909885" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399761:4909927" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646872893511051:1127029" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874482399759:4909925" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399779:4909951" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399758:4909923" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399805:4909983" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874482399806:4909985" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399744:4909905" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874482399743:4909903" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399782:4909955" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399780:4909953" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399785:4909959" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399784:4909957" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399788:4909963" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399787:4909961" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399795:4909971" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399792:4909967" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874482399790:4909965" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874482399793:4909969" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399797:4909973" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399803:4909981" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399800:4909977" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874482399798:4909975" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874482399801:4909979" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874482399753:4909917" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399755:4909919" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399771:4909941" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399770:4909939" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399773:4909943" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399762:4909929" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874482399768:4909937" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399767:4909935" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399765:4909933" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399764:4909931" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874482399774:4909945" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399776:4909947" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399777:4909949" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399810:4909989" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399808:4909987" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399819:4910001" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399817:4909999" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399811:4909991" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399814:4909995" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399813:4909993" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399816:4909997" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874482399823:4910005" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399822:4910003" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874482399736:4909893" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399741:4909901" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399739:4909897" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874482399740:4909899" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874482399737:4909895" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874482399730:4909887" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399521:4909667" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874482399516:4909661" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399517:4909663" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399519:4909665" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399557:4909701" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399528:4909673" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874482399543:4909687" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399539:4909683" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874482399553:4909697" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399533:4909677" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399531:4909675" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874482399561:4909705" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399565:4909709" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399569:4909713" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874482399547:4909691" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874482399526:4909671" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874482399541:4909685" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874482399537:4909681" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874482399551:4909695" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874482399558:4909703" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874482399562:4909707" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874482399567:4909711" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486462892:98826" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399549:4909693" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399523:4909669" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399555:4909699" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399535:4909679" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399605:4909747" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399575:4909719" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874482399587:4909733" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399584:4909729" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874482399596:4909743" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399579:4909723" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399576:4909721" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874482399609:4909751" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399613:4909755" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399617:4909759" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874482399591:4909737" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874482399573:4909717" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874482399585:4909731" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874482399582:4909727" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874482399594:4909741" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874482399607:4909749" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874482399611:4909753" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874482399615:4909757" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486462908:98827" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399592:4909739" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399570:4909715" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399597:4909745" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399580:4909725" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399652:4909793" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399623:4909765" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874482399640:4909779" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399632:4909775" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874482399648:4909789" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399626:4909769" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399625:4909767" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874482399655:4909797" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399658:4909801" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874482399662:4909805" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874482399643:4909783" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874482399621:4909763" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874482399638:4909777" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874482399630:4909773" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874482399647:4909787" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874482399653:4909795" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874482399657:4909799" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874482399660:4909803" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486462921:98828" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399645:4909785" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399619:4909761" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399650:4909791" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874482399628:4909771" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399747:4909909" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874482399749:4909911" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399750:4909913" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874482399746:4909907" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874482399699:4909849" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874482399702:4909853" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874482399700:4909851" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874482399704:4909855" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874482399752:4909915" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874482399756:4909921" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraFrontEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - }, - { - "uid": "1646874602864676:5198540", - "type": "Component.ScriptComponent", - "name": "Script 3", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1646874602866653:5198542", - "type": "Value.StringValue", - "value": "Animated Texture" - }, - { - "uid": "1646874602866658:5198544", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874602866660:5198546", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866663:5198548", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866665:5198550", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874602866667:5198552", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866670:5198554", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866671:5198556", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874602866673:5198558", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866675:5198560", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866676:5198562", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866678:5198564", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874602866680:5198566", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866681:5198568", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874602866683:5198570", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874602866685:5198572", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866686:5198574", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866688:5198576", - "type": "Value.StringValue", - "value": "Script API" - }, - { - "uid": "1646874602866690:5198578", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874602866693:5198580", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866695:5198582", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866698:5198584", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866700:5198586", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866702:5198588", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874602866704:5198590", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866706:5198592", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874602866708:5198594", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866710:5198596", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874602866713:5198600", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874602866716:5198602", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874602866718:5198604", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866720:5198606", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866722:5198608", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874602866724:5198610", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874602866725:5198612", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866727:5198614", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866730:5198616", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866732:5198618", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866734:5198620", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866736:5198622", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866737:5198624", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874602866740:5198626", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866742:5198628", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866744:5198630", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866746:5198632", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866748:5198634", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874602866750:5198636", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866752:5198638", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874602866754:5198640", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866756:5198642", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874602866759:5198646", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874602866761:5198648", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874602866763:5198650", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866765:5198652", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866767:5198654", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874602866769:5198656", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874602866770:5198658", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866772:5198660", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866774:5198662", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866776:5198664", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866778:5198666", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866779:5198668", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866781:5198670", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset", - "value": null - }, - { - "uid": "1646874602866784:5198672", - "type": "Value.BoolArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866785:5198674", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866787:5198676", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866789:5198678", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866790:5198680", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Component", - "value": null - }, - { - "uid": "1646874602866792:5198682", - "type": "Value.FloatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866794:5198684", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874602866796:5198686", - "type": "Value.IntArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866797:5198688", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874602866801:5198692", - "type": "Value.QuatValue", - "value": [ - 0.0, - 0.0, - 0.0, - 1.0 - ] - }, - { - "uid": "1646874602866802:5198694", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "SceneObject", - "value": null - }, - { - "uid": "1646874602866804:5198696", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866806:5198698", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866808:5198700", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Asset.Texture", - "value": null - }, - { - "uid": "1646874602866810:5198702", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874602866811:5198704", - "type": "Value.Vec2ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866813:5198706", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866815:5198708", - "type": "Value.Vec3ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866817:5198710", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866818:5198712", - "type": "Value.Vec4ArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866820:5198714", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866822:5198716", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866824:5198718", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874602866832:5198720", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874602866834:5198722", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866836:5198724", - "type": "Value.StringValue", - "value": "MouthOpenedEvent" - }, - { - "uid": "1646874602866840:5198726", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874602866841:5198728", - "type": "Value.StringValue", - "value": "onTap" - }, - { - "uid": "1646874602866843:5198730", - "type": "Value.StringValue", - "value": "Location Found" - }, - { - "uid": "1646874602866847:5198732", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866848:5198734", - "type": "Value.FloatValue", - "value": 10.0 - }, - { - "uid": "1646874602866850:5198736", - "type": "Value.IntValue", - "value": -1 - }, - { - "uid": "1646874602866851:5198738", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866853:5198740", - "type": "Value.StringValue", - "value": "Loading Finished" - }, - { - "uid": "1646874602866855:5198742", - "type": "Value.StringValue", - "value": "Marker Found" - }, - { - "uid": "1646874602866856:5198744", - "type": "Value.StringValue", - "value": "Tracking Started" - }, - { - "uid": "1646874602866858:5198746", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866860:5198748", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866861:5198750", - "type": "Value.StringValue", - "value": "Object Found" - }, - { - "uid": "1646874602866863:5198752", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866865:5198754", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866867:5198756", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866869:5198758", - "type": "Value.StringValue", - "value": "Position" - }, - { - "uid": "1646874602866870:5198760", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866872:5198762", - "type": "Value.StringValue", - "value": "Impulse" - }, - { - "uid": "1646874602866873:5198764", - "type": "Value.StringValue", - "value": "World" - }, - { - "uid": "1646874602866875:5198766", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866877:5198768", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1646874602866879:5198770", - "type": "Value.StringValue", - "value": "Collision" - }, - { - "uid": "1646874602866881:5198772", - "type": "Value.StringValue", - "value": "On Enter" - }, - { - "uid": "1646874602866882:5198774", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1646874602866884:5198776", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1646874602866885:5198778", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866887:5198780", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866888:5198782", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866890:5198784", - "type": "Value.StringValue", - "value": "Play" - }, - { - "uid": "1646874602866891:5198786", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866893:5198788", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866894:5198790", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874602866896:5198792", - "type": "Value.StringValue", - "value": "Play or Resume" - }, - { - "uid": "1646874602866898:5198794", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866899:5198796", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866901:5198798", - "type": "Value.StringValue", - "value": "SnapRecordStartEvent" - }, - { - "uid": "1646874602866903:5198800", - "type": "Value.StringValue", - "value": "setEnabled" - }, - { - "uid": "1646874602866904:5198802", - "type": "Value.StringValue", - "value": "Run Immediate" - }, - { - "uid": "1646874602866906:5198804", - "type": "Value.IntValue", - "value": 4 - }, - { - "uid": "1646874602866908:5198806", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866909:5198808", - "type": "Value.IntValue", - "value": 2 - }, - { - "uid": "1646874602866911:5198810", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866912:5198812", - "type": "Value.StringValue", - "value": "Start" - }, - { - "uid": "1646874602866913:5198814", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866915:5198816", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866916:5198818", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866918:5198820", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1646874602866920:5198822", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866921:5198824", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866922:5198826", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866924:5198828", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874602866926:5198830", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874602866927:5198832", - "type": "Value.Vec4Value", - "value": [ - 1.0, - 1.0, - 1.0, - 1.0 - ] - }, - { - "uid": "1646874602866929:5198834", - "type": "Value.StringValue", - "value": "Disable" - }, - { - "uid": "1646874602866930:5198836", - "type": "Value.StringValue", - "value": "SceneObject" - }, - { - "uid": "1646874602866932:5198838", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866933:5198840", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866935:5198842", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866936:5198844", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874602866938:5198846", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874602866939:5198848", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866941:5198850", - "type": "Value.StringValue", - "value": "Material" - }, - { - "uid": "1646874602866942:5198852", - "type": "Value.StringValue", - "value": "float" - }, - { - "uid": "1646874602866944:5198854", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866948:5198856", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866950:5198858", - "type": "Value.Vec4Value", - "value": [ - 0.0, - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866952:5198860", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866954:5198862", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866956:5198864", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866957:5198866", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866961:5198868", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866962:5198870", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866964:5198872", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866966:5198874", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866967:5198876", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866969:5198878", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866971:5198880", - "type": "Value.StringValue", - "value": "Basic Position" - }, - { - "uid": "1646874602866972:5198882", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874602866974:5198884", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866976:5198886", - "type": "Value.Vec3Value", - "value": [ - 0.0, - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866977:5198888", - "type": "Value.Vec2Value", - "value": [ - 0.0, - 0.0 - ] - }, - { - "uid": "1646874602866979:5198890", - "type": "Value.StringValue", - "value": "Basic Scale" - }, - { - "uid": "1646874602866981:5198892", - "type": "Value.StringValue", - "value": "Text" - }, - { - "uid": "1646874602866982:5198894", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1646874602866984:5198896", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1646874602866986:5198898", - "type": "Value.StringValue", - "value": "Global Touches" - }, - { - "uid": "1646874602866987:5198900", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866989:5198902", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866991:5198904", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866993:5198906", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866994:5198908", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866996:5198910", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1646874602866997:5198912", - "type": "Value.FloatValue", - "value": 2.0 - }, - { - "uid": "1646874602866999:5198914", - "type": "Value.IntValue", - "value": 0 - }, - { - "uid": "1646874602867000:5198916", - "type": "Value.StringValue", - "value": "TapEvent" - }, - { - "uid": "1646874602867002:5198918", - "type": "Value.FloatValue", - "value": 0.0 - }, - { - "uid": "1646874602867004:5198920", - "type": "Value.FloatValue", - "value": 1.0 - }, - { - "uid": "1646874602867005:5198922", - "type": "Value.StringValue", - "value": "Always" - }, - { - "uid": "1646874602867007:5198924", - "type": "Value.StringValue", - "value": "CameraFrontEvent" - }, - { - "uid": "1646874602867012:5198926", - "type": "Value.StringValue", - "value": "" - }, - { - "uid": "1667338486491145:98845", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486491163:98846", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486491176:98847", - "type": "Value.QuatArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486491203:98848", - "type": "Value.StringArrayValue", - "count": 0, - "value": null - }, - { - "uid": "1667338486491205:98849", - "type": "Value.SerializableArrayValue", - "count": 0, - "valuesTypeName": "Physics.ColliderComponent", - "value": null - }, - { - "uid": "1667338486491207:98850", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486491208:98851", - "type": "Value.StringValue", - "value": "None" - }, - { - "uid": "1667338486491210:98852", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486491211:98853", - "type": "Value.FloatValue", - "value": 10000.0 - }, - { - "uid": "1667338486491214:98854", - "type": "Value.StringValue", - "value": "Equals" - }, - { - "uid": "1667338486491215:98855", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486491216:98856", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486491217:98857", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486491218:98858", - "type": "Value.StringValue", - "value": "global" - }, - { - "uid": "1667338486491219:98859", - "type": "Value.StringValue", - "value": "touch" - }, - { - "uid": "1667338486491220:98860", - "type": "Value.BoolValue", - "value": true - }, - { - "uid": "1667338486491221:98861", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486491222:98862", - "type": "Value.BoolValue", - "value": false - }, - { - "uid": "1667338486491223:98863", - "type": "Value.BoolValue", - "value": false - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "touchEventTouchTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "onEnabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "onDisabledObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "interactionEventTarget", - "typename": "Component.BaseMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndImageVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animationEndAnimMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "tweenEndTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookingObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "lookingAtLookTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "boundsCheckBoundaryMeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectA", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "distanceCheckObjectB", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "markerTrackingEventMarkerTracking", - "typename": "Component.MarkerTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "objectTrackingEventObjectTracking", - "typename": "Component.ObjectTracking", - "scriptObject": "-1:-1" - }, - { - "name": "objectTracking3DEventObjectTracking3D", - "typename": "Component.ObjectTracking3D", - "scriptObject": "-1:-1" - }, - { - "name": "landmarkerEventLocationTracking", - "typename": "Component.DeviceLocationTrackingComponent", - "scriptObject": "-1:-1" - }, - { - "name": "machineLearningEventMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsColliderEventCollider", - "typename": "Physics.ColliderComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastSourceObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastCamera", - "typename": "Component.Camera", - "scriptObject": "-1:-1" - }, - { - "name": "physicsRaycastPhysicsWorld", - "typename": "Physics.WorldComponent", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageAnimatedTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "animateImageVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "animateMeshAnimationMixer", - "typename": "Component.AnimationMixer", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioTrack", - "typename": "Asset.AudioTrackAsset", - "scriptObject": "-1:-1" - }, - { - "name": "playSoundAudioComponent", - "typename": "Component.AudioComponent", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVideoTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "playVideoVisualObject", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setEnabledTargetComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "setParentTarget", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setParentNewParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setColorVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setColorMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureTarget", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setTextureNewTexture", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTextTextComponent", - "typename": "Component.Text", - "scriptObject": "-1:-1" - }, - { - "name": "setTextText3DComponent", - "typename": "Component.Text3D", - "scriptObject": "-1:-1" - }, - { - "name": "runTweenTargetObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setPositionObjectToMove", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setRotationObjectToRotate", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScaleObjectToScale", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenPositionScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenRotationScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setScreenSizeScreenTransform", - "typename": "Component.ScreenTransform", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesV2MeshVisual", - "typename": "Component.RenderMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMaterial", - "typename": "Asset.Material", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterMeshVisual", - "typename": "Component.MaterialMeshVisual", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXAsset", - "typename": "Asset.VFXAsset", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterVFXComponent", - "typename": "Component.VFXComponent", - "scriptObject": "-1:-1" - }, - { - "name": "setMaterialParameterTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "setTouchBlockingTouchComponent", - "typename": "Component.InteractionComponent", - "scriptObject": "-1:-1" - }, - { - "name": "runMLMlComponent", - "typename": "Component.MLComponent", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabPrefab", - "typename": "Asset.ObjectPrefab", - "scriptObject": "-1:-1" - }, - { - "name": "instantiatePrefabParent", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "destroyObjectObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPISceneObject", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIComponent", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPIScriptComponent", - "typename": "Component.ScriptComponent", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg1ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2SceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2AssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2TextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_arg2ComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueSceneObjectValue", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueAssetValue", - "typename": "Asset", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueTextureValue", - "typename": "Asset.Texture", - "scriptObject": "-1:-1" - }, - { - "name": "callScriptAPI_valueComponentValue", - "typename": "Component", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceBody", - "typename": "Physics.BodyComponent", - "scriptObject": "-1:-1" - }, - { - "name": "physicsApplyForceObjectSpace", - "typename": "SceneObject", - "scriptObject": "-1:-1" - }, - { - "name": "setBlendshapesBlendshapes", - "typename": "Component.BlendShapes", - "scriptObject": "-1:-1" - }, - { - "name": "triggeringEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602867007:5198924" - }, - { - "name": "touchEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602867000:5198916" - }, - { - "name": "faceEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866836:5198724" - }, - { - "name": "faceEventFaceIndex", - "typename": "Value.IntValue", - "scriptObject": "1646874602866840:5198726" - }, - { - "name": "interactionEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866841:5198728" - }, - { - "name": "animType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866653:5198542" - }, - { - "name": "animationEndAnimLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866680:5198566" - }, - { - "name": "tweenEndTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874602867012:5198926" - }, - { - "name": "lookingAtFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866851:5198738" - }, - { - "name": "lookingAtCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874602866850:5198736" - }, - { - "name": "lookingAtAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866848:5198734" - }, - { - "name": "lookingAtAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866847:5198732" - }, - { - "name": "boundsCheckTriggerOptions", - "typename": "Value.StringValue", - "scriptObject": "1646874602866681:5198568" - }, - { - "name": "distanceCheckCompareType", - "typename": "Value.IntValue", - "scriptObject": "1646874602866824:5198718" - }, - { - "name": "distanceCheckDistance", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866832:5198720" - }, - { - "name": "distanceCheckAllowRepeat", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866822:5198716" - }, - { - "name": "distanceCheckFlattenZForScreenTransforms", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866834:5198722" - }, - { - "name": "markerTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866855:5198742" - }, - { - "name": "objectTrackingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866861:5198750" - }, - { - "name": "objectTrackingEventDescStartKey", - "typename": "Value.StringValue", - "scriptObject": "1646874602866860:5198748" - }, - { - "name": "objectTrackingEventDescEndKey", - "typename": "Value.StringValue", - "scriptObject": "1646874602866858:5198746" - }, - { - "name": "objectTracking3DEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866856:5198744" - }, - { - "name": "landmarkerEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866843:5198730" - }, - { - "name": "machineLearningEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866853:5198740" - }, - { - "name": "recordingEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866901:5198798" - }, - { - "name": "onCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866863:5198752" - }, - { - "name": "onCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874602866865:5198754" - }, - { - "name": "onCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866867:5198756" - }, - { - "name": "physicsColliderEventCollisionType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866879:5198770" - }, - { - "name": "physicsColliderEventEventType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866881:5198772" - }, - { - "name": "physicsColliderEventOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866888:5198782" - }, - { - "name": "physicsColliderEventOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866885:5198778" - }, - { - "name": "physicsColliderEventOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866887:5198780" - }, - { - "name": "physicsColliderEventFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1646874602866882:5198774" - }, - { - "name": "physicsColliderEventAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866877:5198768" - }, - { - "name": "physicsColliderEventNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866884:5198776" - }, - { - "name": "physicsColliderEventAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874602866875:5198766" - }, - { - "name": "physicsRaycastRaycastSource", - "typename": "Value.StringValue", - "scriptObject": "1667338486491219:98859" - }, - { - "name": "physicsRaycastFlipForwardVec", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491210:98852" - }, - { - "name": "physicsRaycastTapEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491220:98860" - }, - { - "name": "physicsRaycastTouchStartEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491223:98863" - }, - { - "name": "physicsRaycastTouchMoveEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491222:98862" - }, - { - "name": "physicsRaycastTouchEndEvent", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491221:98861" - }, - { - "name": "physicsRaycastProbeType", - "typename": "Value.StringValue", - "scriptObject": "1667338486491218:98858" - }, - { - "name": "physicsRaycastMaxDistance", - "typename": "Value.FloatValue", - "scriptObject": "1667338486491211:98853" - }, - { - "name": "physicsRaycastDebugDrawEnabled", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491207:98850" - }, - { - "name": "physicsRaycastOverlapStatic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491217:98857" - }, - { - "name": "physicsRaycastOverlapDynamic", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491215:98855" - }, - { - "name": "physicsRaycastOverlapIntangible", - "typename": "Value.BoolValue", - "scriptObject": "1667338486491216:98856" - }, - { - "name": "physicsRaycastFilterObjectsBy", - "typename": "Value.StringValue", - "scriptObject": "1667338486491208:98851" - }, - { - "name": "physicsRaycastAllowedObjects", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1667338486491205:98849" - }, - { - "name": "physicsRaycastNameMatchType", - "typename": "Value.StringValue", - "scriptObject": "1667338486491214:98854" - }, - { - "name": "physicsRaycastAllowedNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1667338486491203:98848" - }, - { - "name": "triggerLimitType", - "typename": "Value.StringValue", - "scriptObject": "1646874602867005:5198922" - }, - { - "name": "triggerInterval", - "typename": "Value.FloatValue", - "scriptObject": "1646874602867004:5198920" - }, - { - "name": "triggerDelay", - "typename": "Value.FloatValue", - "scriptObject": "1646874602867002:5198918" - }, - { - "name": "responseType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866903:5198800" - }, - { - "name": "animateImageAction", - "typename": "Value.StringValue", - "scriptObject": "1646874602866658:5198544" - }, - { - "name": "animateImageLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866663:5198548" - }, - { - "name": "animateImagePauseFrame", - "typename": "Value.IntValue", - "scriptObject": "1646874602866665:5198550" - }, - { - "name": "animateImageAdvanced", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866660:5198546" - }, - { - "name": "animateImagePingPong", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866667:5198552" - }, - { - "name": "animateImageReverse", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866670:5198554" - }, - { - "name": "animateMeshLayerName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866673:5198558" - }, - { - "name": "animateMeshAction", - "typename": "Value.StringValue", - "scriptObject": "1646874602866671:5198556" - }, - { - "name": "animateMeshWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866678:5198564" - }, - { - "name": "animateMeshLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866675:5198560" - }, - { - "name": "animateMeshStopOtherLayers", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866676:5198562" - }, - { - "name": "playSoundAction", - "typename": "Value.StringValue", - "scriptObject": "1646874602866890:5198784" - }, - { - "name": "playSoundLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866893:5198788" - }, - { - "name": "playSoundVolume", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866894:5198790" - }, - { - "name": "playSoundFadeOut", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866891:5198786" - }, - { - "name": "playVideoAction", - "typename": "Value.StringValue", - "scriptObject": "1646874602866896:5198792" - }, - { - "name": "playVideoLoop", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866898:5198794" - }, - { - "name": "setEnabledEntityType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866930:5198836" - }, - { - "name": "setEnabledTarget", - "typename": "SceneObject", - "scriptObject": "1646873170615310:2016100" - }, - { - "name": "setEnabledAction", - "typename": "Value.StringValue", - "scriptObject": "1646874602866929:5198834" - }, - { - "name": "setParentPreserveWorldTransform", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866952:5198860" - }, - { - "name": "setColorColor", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866927:5198832" - }, - { - "name": "setTextComponentType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866981:5198892" - }, - { - "name": "setTextText", - "typename": "Value.StringValue", - "scriptObject": "1646874602866982:5198894" - }, - { - "name": "runTweenTweenName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866913:5198814" - }, - { - "name": "runTweenAction", - "typename": "Value.StringValue", - "scriptObject": "1646874602866912:5198812" - }, - { - "name": "setPositionPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866956:5198864" - }, - { - "name": "setPositionLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866954:5198862" - }, - { - "name": "setRotationRotationAngle", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866961:5198868" - }, - { - "name": "setRotationLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866957:5198866" - }, - { - "name": "setScaleScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866964:5198872" - }, - { - "name": "setScaleLocalSpace", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866962:5198870" - }, - { - "name": "setScreenPositionPositionType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866971:5198880" - }, - { - "name": "setScreenPositionBasicPosition", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866967:5198876" - }, - { - "name": "setScreenPositionAnchorsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874602866966:5198874" - }, - { - "name": "setScreenPositionOffsetsCenter", - "typename": "Value.Vec2Value", - "scriptObject": "1646874602866969:5198878" - }, - { - "name": "setScreenRotationAngle", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866972:5198882" - }, - { - "name": "setScreenSizeSizeType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866979:5198890" - }, - { - "name": "setScreenSizeBasicScale", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866976:5198886" - }, - { - "name": "setScreenSizeAnchorsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874602866974:5198884" - }, - { - "name": "setScreenSizeOffsetsSize", - "typename": "Value.Vec2Value", - "scriptObject": "1646874602866977:5198888" - }, - { - "name": "setBlendshapesV2Name", - "typename": "Value.StringValue", - "scriptObject": "1646874602866922:5198826" - }, - { - "name": "setBlendshapesV2Weight", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866924:5198828" - }, - { - "name": "setMaterialParameterTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866941:5198850" - }, - { - "name": "setMaterialParameterParameterName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866939:5198848" - }, - { - "name": "setMaterialParameterValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866942:5198852" - }, - { - "name": "setMaterialParameterBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866932:5198838" - }, - { - "name": "setMaterialParameterIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874602866938:5198846" - }, - { - "name": "setMaterialParameterFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866936:5198844" - }, - { - "name": "setMaterialParameterColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866935:5198842" - }, - { - "name": "setMaterialParameterColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866933:5198840" - }, - { - "name": "setMaterialParameterVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874602866944:5198854" - }, - { - "name": "setMaterialParameterVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866948:5198856" - }, - { - "name": "setMaterialParameterVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866950:5198858" - }, - { - "name": "setTouchBlockingTargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866986:5198898" - }, - { - "name": "setTouchBlockingGlobalTouchBlocking", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866984:5198896" - }, - { - "name": "setTouchBlockingTouchTypeTouch", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866996:5198910" - }, - { - "name": "setTouchBlockingTouchTypeTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866994:5198908" - }, - { - "name": "setTouchBlockingTouchTypeDoubleTap", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866987:5198900" - }, - { - "name": "setTouchBlockingTouchTypeScale", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866991:5198904" - }, - { - "name": "setTouchBlockingTouchTypePan", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866989:5198902" - }, - { - "name": "setTouchBlockingTouchTypeSwipe", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866993:5198906" - }, - { - "name": "showHintHint", - "typename": "Value.IntValue", - "scriptObject": "1646874602866999:5198914" - }, - { - "name": "showHintDuration", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866997:5198912" - }, - { - "name": "runMLAction", - "typename": "Value.StringValue", - "scriptObject": "1646874602866904:5198802" - }, - { - "name": "runMLSync", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866911:5198810" - }, - { - "name": "runMLRecurring", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866908:5198806" - }, - { - "name": "runMLStartTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874602866909:5198808" - }, - { - "name": "runMLEndTiming", - "typename": "Value.IntValue", - "scriptObject": "1646874602866906:5198804" - }, - { - "name": "printMessageText", - "typename": "Value.StringValue", - "scriptObject": "1646874602866899:5198796" - }, - { - "name": "callScriptAPITargetType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866688:5198576" - }, - { - "name": "callScriptAPICallType", - "typename": "Value.IntValue", - "scriptObject": "1646874602866683:5198570" - }, - { - "name": "callScriptAPIFunctionName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866685:5198572" - }, - { - "name": "callScriptAPIPropertyName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866686:5198574" - }, - { - "name": "callScriptAPI_arg1ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866724:5198610" - }, - { - "name": "callScriptAPI_arg1BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866695:5198582" - }, - { - "name": "callScriptAPI_arg1IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874602866710:5198596" - }, - { - "name": "callScriptAPI_arg1FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866706:5198592" - }, - { - "name": "callScriptAPI_arg1StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874602866720:5198606" - }, - { - "name": "callScriptAPI_arg1ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866700:5198586" - }, - { - "name": "callScriptAPI_arg1ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866698:5198584" - }, - { - "name": "callScriptAPI_arg1Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874602866727:5198614" - }, - { - "name": "callScriptAPI_arg1Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866732:5198618" - }, - { - "name": "callScriptAPI_arg1Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866736:5198622" - }, - { - "name": "callScriptAPI_arg1QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874602866713:5198600" - }, - { - "name": "callScriptAPI_arg1BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874602866693:5198580" - }, - { - "name": "callScriptAPI_arg1IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874602866708:5198594" - }, - { - "name": "callScriptAPI_arg1FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874602866704:5198590" - }, - { - "name": "callScriptAPI_arg1StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874602866718:5198604" - }, - { - "name": "callScriptAPI_arg1Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874602866725:5198612" - }, - { - "name": "callScriptAPI_arg1Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874602866730:5198616" - }, - { - "name": "callScriptAPI_arg1Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874602866734:5198620" - }, - { - "name": "callScriptAPI_arg1QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486491145:98845" - }, - { - "name": "callScriptAPI_arg1SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866716:5198602" - }, - { - "name": "callScriptAPI_arg1AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866690:5198578" - }, - { - "name": "callScriptAPI_arg1TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866722:5198608" - }, - { - "name": "callScriptAPI_arg1ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866702:5198588" - }, - { - "name": "callScriptAPI_arg2ValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866769:5198656" - }, - { - "name": "callScriptAPI_arg2BoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866742:5198628" - }, - { - "name": "callScriptAPI_arg2IntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874602866756:5198642" - }, - { - "name": "callScriptAPI_arg2FloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866752:5198638" - }, - { - "name": "callScriptAPI_arg2StringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874602866765:5198652" - }, - { - "name": "callScriptAPI_arg2ColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866746:5198632" - }, - { - "name": "callScriptAPI_arg2ColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866744:5198630" - }, - { - "name": "callScriptAPI_arg2Vec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874602866772:5198660" - }, - { - "name": "callScriptAPI_arg2Vec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866776:5198664" - }, - { - "name": "callScriptAPI_arg2Vec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866779:5198668" - }, - { - "name": "callScriptAPI_arg2QuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874602866759:5198646" - }, - { - "name": "callScriptAPI_arg2BoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874602866740:5198626" - }, - { - "name": "callScriptAPI_arg2IntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874602866754:5198640" - }, - { - "name": "callScriptAPI_arg2FloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874602866750:5198636" - }, - { - "name": "callScriptAPI_arg2StringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874602866763:5198650" - }, - { - "name": "callScriptAPI_arg2Vec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874602866770:5198658" - }, - { - "name": "callScriptAPI_arg2Vec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874602866774:5198662" - }, - { - "name": "callScriptAPI_arg2Vec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874602866778:5198666" - }, - { - "name": "callScriptAPI_arg2QuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486491163:98846" - }, - { - "name": "callScriptAPI_arg2SceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866761:5198648" - }, - { - "name": "callScriptAPI_arg2AssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866737:5198624" - }, - { - "name": "callScriptAPI_arg2TextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866767:5198654" - }, - { - "name": "callScriptAPI_arg2ComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866748:5198634" - }, - { - "name": "callScriptAPI_valueValueType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866810:5198702" - }, - { - "name": "callScriptAPI_valueBoolValue", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866785:5198674" - }, - { - "name": "callScriptAPI_valueIntValue", - "typename": "Value.IntValue", - "scriptObject": "1646874602866797:5198688" - }, - { - "name": "callScriptAPI_valueFloatValue", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866794:5198684" - }, - { - "name": "callScriptAPI_valueStringValue", - "typename": "Value.StringValue", - "scriptObject": "1646874602866806:5198698" - }, - { - "name": "callScriptAPI_valueColorRGBValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866789:5198678" - }, - { - "name": "callScriptAPI_valueColorRGBAValue", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866787:5198676" - }, - { - "name": "callScriptAPI_valueVec2Value", - "typename": "Value.Vec2Value", - "scriptObject": "1646874602866813:5198706" - }, - { - "name": "callScriptAPI_valueVec3Value", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866817:5198710" - }, - { - "name": "callScriptAPI_valueVec4Value", - "typename": "Value.Vec4Value", - "scriptObject": "1646874602866820:5198714" - }, - { - "name": "callScriptAPI_valueQuatValue", - "typename": "Value.QuatValue", - "scriptObject": "1646874602866801:5198692" - }, - { - "name": "callScriptAPI_valueBoolArrayValue", - "typename": "Value.BoolArrayValue", - "scriptObject": "1646874602866784:5198672" - }, - { - "name": "callScriptAPI_valueIntArrayValue", - "typename": "Value.IntArrayValue", - "scriptObject": "1646874602866796:5198686" - }, - { - "name": "callScriptAPI_valueFloatArrayValue", - "typename": "Value.FloatArrayValue", - "scriptObject": "1646874602866792:5198682" - }, - { - "name": "callScriptAPI_valueStringArrayValue", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874602866804:5198696" - }, - { - "name": "callScriptAPI_valueVec2ArrayValue", - "typename": "Value.Vec2ArrayValue", - "scriptObject": "1646874602866811:5198704" - }, - { - "name": "callScriptAPI_valueVec3ArrayValue", - "typename": "Value.Vec3ArrayValue", - "scriptObject": "1646874602866815:5198708" - }, - { - "name": "callScriptAPI_valueVec4ArrayValue", - "typename": "Value.Vec4ArrayValue", - "scriptObject": "1646874602866818:5198712" - }, - { - "name": "callScriptAPI_valueQuatArrayValue", - "typename": "Value.QuatArrayValue", - "scriptObject": "1667338486491176:98847" - }, - { - "name": "callScriptAPI_valueSceneObjectArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866802:5198694" - }, - { - "name": "callScriptAPI_valueAssetArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866781:5198670" - }, - { - "name": "callScriptAPI_valueTextureArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866808:5198700" - }, - { - "name": "callScriptAPI_valueComponentArrayValue", - "typename": "Value.SerializableArrayValue", - "scriptObject": "1646874602866790:5198680" - }, - { - "name": "sendCustomTriggerTriggerName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866916:5198818" - }, - { - "name": "sendCustomTriggerTriggerNames", - "typename": "Value.StringArrayValue", - "scriptObject": "1646874602866918:5198820" - }, - { - "name": "sendCustomTriggerUseList", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866920:5198822" - }, - { - "name": "sendCustomTriggerLoopAfterEnd", - "typename": "Value.BoolValue", - "scriptObject": "1646874602866915:5198816" - }, - { - "name": "physicsApplyForceForceType", - "typename": "Value.StringValue", - "scriptObject": "1646874602866869:5198758" - }, - { - "name": "physicsApplyForceMode", - "typename": "Value.StringValue", - "scriptObject": "1646874602866872:5198762" - }, - { - "name": "physicsApplyForceForceValue", - "typename": "Value.Vec3Value", - "scriptObject": "1646874602866870:5198760" - }, - { - "name": "physicsApplyForceSpace", - "typename": "Value.StringValue", - "scriptObject": "1646874602866873:5198764" - }, - { - "name": "setBlendshapesName", - "typename": "Value.StringValue", - "scriptObject": "1646874602866921:5198824" - }, - { - "name": "setBlendshapesWeight", - "typename": "Value.FloatValue", - "scriptObject": "1646874602866926:5198830" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.CameraFrontEvent" - }, - "script": "1644829505045995:6234837" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1684155990203538_1586635.json b/lenses/physics-objects/Scene/objects/1684155990203538_1586635.json deleted file mode 100644 index 37b4a8b3..00000000 --- a/lenses/physics-objects/Scene/objects/1684155990203538_1586635.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "core": { - "uid": "1684155990203538:1586635", - "type": "SceneObject", - "layerV2": 1, - "name": "Unity SDK - Generic API API", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1684155990203841:1586636", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": null - }, - "includes": null, - "scriptObjects": [ - { - "name": "remoteServiceModule", - "typename": "Asset.RemoteServiceModule", - "scriptObject": "1684155990188720:1586615" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1684155990201281:1586629" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/objects/1684156318179397_2322512.json b/lenses/physics-objects/Scene/objects/1684156318179397_2322512.json deleted file mode 100644 index 78d176e1..00000000 --- a/lenses/physics-objects/Scene/objects/1684156318179397_2322512.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "core": { - "uid": "1684156318179397:2322512", - "type": "SceneObject", - "layerV2": 1, - "name": "RequestUnityState", - "position": [ - 0.0, - 0.0, - 0.0 - ], - "rotation": [ - 0.0, - 0.0, - 0.0, - 1.0 - ], - "scale": [ - 1.0, - 1.0, - 1.0 - ], - "segmentScaleCompensate": false, - "isuserenabled": true, - "components": [ - { - "uid": "1684156327077944:2326158", - "type": "Component.ScriptComponent", - "name": "Script", - "isenabled": true, - "isInternal": false, - "updatepriority": -1000, - "valuesManager": { - "values": [ - { - "uid": "1684156352200160:2440942", - "type": "Value.IntValue", - "value": 10 - } - ] - }, - "includes": null, - "scriptObjects": [ - { - "name": "remoteServiceModule", - "typename": "Asset.RemoteServiceModule", - "scriptObject": "1684155990188720:1586615" - }, - { - "name": "maximumConsecutiveErrors", - "typename": "Value.IntValue", - "scriptObject": "1684156352200160:2440942" - } - ], - "typeObjects": null, - "events": [ - { - "event": { - "eventType": "SceneEvent.OnAwakeEvent" - }, - "script": "1684156305007845:2212174" - } - ], - "wrapInitializationSources": true - } - ] - } -} diff --git a/lenses/physics-objects/Scene/physics.json b/lenses/physics-objects/Scene/physics.json deleted file mode 100644 index 2a6f615d..00000000 --- a/lenses/physics-objects/Scene/physics.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "rootWS": "8675309:9035768", - "collMeshCache": null -} diff --git a/lenses/physics-objects/icon.png b/lenses/physics-objects/icon.png deleted file mode 100644 index da41453d..00000000 Binary files a/lenses/physics-objects/icon.png and /dev/null differ diff --git a/lenses/physics-objects/physics-objects.lsproj b/lenses/physics-objects/physics-objects.lsproj deleted file mode 100644 index 9ecc432f..00000000 --- a/lenses/physics-objects/physics-objects.lsproj +++ /dev/null @@ -1,1886 +0,0 @@ -{ - "lens_id": "", - "document_id": "AhUd8sGh7c3TGe5zyayq", - "original_document_id": "AhUd8sGh7c3TGe5zyayq", - "version": "31", - "preview": "icon.png", - "videoPreview": "preview.mp4", - "videoPreviewUpdateTime": "", - "isReadOnly": "false", - "isAutoSaved": "true", - "api_level": "public", - "public_api_user_data_access": "restricted", - "studioVersion": { - "createdWith": { - "type": "Internal", - "major": "4", - "minor": "43", - "patch": "0", - "build": "0" - }, - "lastSavedWith": { - "type": "Internal", - "major": "4", - "minor": "43", - "patch": "0", - "build": "0" - } - }, - "view": { - "InspectorUiComponent": "", - "MapUiComponent": { - "mapPinPoints": { - "1649082416475574:107527": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649082427199232:110271": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649082439729750:113424": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649082450030542:116090": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649082460630816:118829": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649082471244376:121575": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649082481781800:124296": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649082491465116:126851": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649082504700263:130155": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649083114749264:286916": { - "longitude": "-0.13116145133972168", - "latitude": "51.512794494628906", - "selected": "false", - "valid": "true", - "pinName": "Pin", - "pinUid": "1649083114749061:286915", - "locationAsset": "1649083114749736:286917" - }, - "1649094984677630:32157": { - "longitude": "-0.13121148943901062", - "latitude": "51.512771606445312", - "selected": "false", - "valid": "true", - "pinName": "Pin", - "pinUid": "1649094984677441:32156", - "locationAsset": "1649094984678151:32158" - }, - "1649772212970366:35230": { - "longitude": "-0.13149562478065491", - "latitude": "51.513656616210938", - "selected": "false", - "valid": "true", - "pinName": "Pin", - "pinUid": "1649772212970143:35229", - "locationAsset": "1649772212970867:35231" - }, - "1649778275335615:644381": { - "longitude": "0", - "latitude": "0", - "selected": "false", - "valid": "false", - "pinName": "", - "pinUid": "-1:-1", - "locationAsset": "-1:-1" - }, - "1649778655920914:710757": { - "longitude": "-0.13150887191295624", - "latitude": "51.513614654541016", - "selected": "false", - "valid": "true", - "pinName": "Pin - Frith Street [PLACE_CONTENT_HERE]", - "pinUid": "1649778655920668:710756", - "locationAsset": "1649778655921339:710758" - }, - "1649865066556768:58106": { - "longitude": "-0.13167314231395721", - "latitude": "51.513031005859375", - "selected": "false", - "valid": "true", - "pinName": "Pin - Old Compton Street [PLACE_CONTENT_HERE]", - "pinUid": "1649865066556471:58105", - "locationAsset": "1649865066557449:58107" - }, - "1649964505575077:712535": { - "longitude": "-0.13096083700656891", - "latitude": "51.512859344482422", - "selected": "false", - "valid": "true", - "pinName": "Pin - Romilly Street [PLACE_CONTENT_HERE]", - "pinUid": "1649964505574756:712534", - "locationAsset": "1649964505575881:712536" - }, - "1651740821321039:38503": { - "longitude": "-0.13170607388019562", - "latitude": "51.512580871582031", - "selected": "false", - "valid": "true", - "pinName": "Pin - Dean Street And Romily", - "pinUid": "1651740821320812:38502", - "locationAsset": "1651740821321523:38504" - }, - "1651744904534351:1306090": { - "longitude": "-0.13159231841564178", - "latitude": "51.512386322021484", - "selected": "false", - "valid": "true", - "pinName": "Pin", - "pinUid": "1651744904534135:1306089", - "locationAsset": "1651744904535003:1306091" - }, - "1652347539892906:46549": { - "longitude": "-0.085821650922298431", - "latitude": "51.528266906738281", - "selected": "false", - "valid": "true", - "pinName": "Pin", - "pinUid": "1652347539892395:46548", - "locationAsset": "1652347539893864:46550" - }, - "1653297295919937:563039": { - "longitude": "-0.12685032188892365", - "latitude": "51.507827758789062", - "selected": "false", - "valid": "true", - "pinName": "Pin", - "pinUid": "1653297295919457:563038", - "locationAsset": "1653297295921503:563046" - }, - "1653297493220826:286071": { - "longitude": "-0.12681996822357178", - "latitude": "51.515045166015625", - "selected": "false", - "valid": "true", - "pinName": "Pin", - "pinUid": "1653297493220620:286070", - "locationAsset": "1653297493221647:286072" - }, - "1653297815414767:678204": { - "longitude": "-0.12326952069997787", - "latitude": "51.509716033935547", - "selected": "false", - "valid": "true", - "pinName": "Pin", - "pinUid": "1653297815414537:678203", - "locationAsset": "1653297815415381:678205" - } - }, - "mapCurrentPosition": { - "x": "-0.130984917", - "y": "51.5128555" - } - }, - "Material::UiComponent": "", - "MetaInfoUIComponent": { - "icon_hash": "d5de771bd15040199f34768bef2481e3", - "icon_path": "icon.png", - "hints": [ - "" - ], - "lens": "DUCK: Physics", - "applicability": "2", - "lens_descriptors": "", - "sg": "false", - "Spectacles2021UseAllowed": "false" - }, - "ObjectTracking3DUIComponent": "", - "PreviewUiComponent": { - "preview_descriptor": { - "is_capture": "0", - "camera_type": "1" - }, - "show_snap_ui": "true", - "show_sponsored_ui": "false", - "preview_images_project_config": { - "back_preview_id": "bundle:Preview\/Images\/Stairs.jpg", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/Images\/Person 4.jpg", - "front_preview_is_favorite": "false" - }, - "preview_videos_project_config": { - "back_preview_id": "bundle:Preview\/Videos\/Stairs.webm", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/Videos\/Idle Person 4.webm", - "front_preview_is_favorite": "false" - }, - "preview_ie_project_config": { - "back_preview_id": "bundle:Preview\/InteractiveEnvironments\/Colorful Home", - "back_preview_is_favorite": "false", - "front_preview_id": "bundle:Preview\/InteractiveEnvironments\/Home", - "front_preview_is_favorite": "false" - } - }, - "ResourceUiComponent": "", - "SceneTreeUiComponent": "", - "Script::UiComponent": "", - "VFX::UiComponent": "" - }, - "model": { - "IFileManager": "", - "IResourceManager": { - "MaterialUpdateManager": { - "unrecognizedMaterials": "" - } - }, - "LayerComponent": { - "nextLayerId": "2", - "showOrthographicLayer": "true", - "layersInfo": [ - { - "layerId": "0", - "layerName": "Default Layer", - "layerMask": "1", - "colorCode": "20" - }, - { - "layerId": "1", - "layerName": "Orthographic Layer", - "layerMask": "1048576", - "colorCode": "21" - } - ] - }, - "RemoteApi::ModelManager": { - "api_specs": [ - { - "k": "1684155990188720:1586615", - "v": { - "api_spec_id": "98821e72-0407-4125-be80-89a9c7933631", - "name": "Unity SDK - Generic API", - "provider_name": "Camera Kit - Unity SDK", - "description": "A generic API allowing for interchange of information between the Unity SDK and Lens Studio", - "host": "unity", - "documentation_url": "", - "endpoints": [ - { - "ref_id": "unitySendData", - "metadata": { - "name": "", - "description": "" - }, - "parameters": [ - { - "name": "unityData", - "is_optional": "true" - } - ] - } - ], - "local_only": "false", - "visibility": "private", - "source": "developer", - "restricted_js_api_permissions": "" - } - } - ] - }, - "RenderOrderComponent": "", - "WorldComponent": { - "sceneFile": "Scene", - "sceneType": "splitScene", - "hitTestDisabledObjectsList": { - "type_name": "array" - } - } - }, - "controller": { - "AssetImportController": { - "itemUidToID": "" - }, - "Compression::IController": "", - "DigitalGoodsController": { - "digital_goods": "" - }, - "IResourceController": "", - "InspectorController": "", - "ObjectPrefabController": { - "state": { - "objectToInfo": "" - }, - "importInfo": [ - { - "k": "1644802495434475:1969036", - "v": [ - { - "k": "", - "v": "1644802495430862:1969017" - }, - { - "k": [ - "Default" - ], - "v": "1644802495432279:1969019" - }, - { - "k": [ - "Default", - "Object_1" - ], - "v": "1644802495432614:1969021" - }, - { - "k": [ - "Default", - "Object_1", - "Component.RenderMeshVisual" - ], - "v": "1644802495432962:1969023" - } - ] - }, - { - "k": "1644807908507855:2670957", - "v": [ - { - "k": "", - "v": "1644809743985448:3050491" - }, - { - "k": [ - "Object_1.003" - ], - "v": "1644809743999449:3050497" - }, - { - "k": [ - "Object_1.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744000138:3050499" - }, - { - "k": [ - "Object_10.003" - ], - "v": "1644809744014475:3050617" - }, - { - "k": [ - "Object_10.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744015169:3050619" - }, - { - "k": [ - "Object_11.003" - ], - "v": "1644809744016375:3050632" - }, - { - "k": [ - "Object_11.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744017041:3050634" - }, - { - "k": [ - "Object_12.003" - ], - "v": "1644809744018208:3050647" - }, - { - "k": [ - "Object_12.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744018879:3050649" - }, - { - "k": [ - "Object_13.003" - ], - "v": "1644809744019945:3050662" - }, - { - "k": [ - "Object_13.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744020594:3050664" - }, - { - "k": [ - "Object_14.003" - ], - "v": "1644809744021710:3050677" - }, - { - "k": [ - "Object_14.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744022296:3050679" - }, - { - "k": [ - "Object_15.003" - ], - "v": "1644809744023370:3050692" - }, - { - "k": [ - "Object_15.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744023959:3050694" - }, - { - "k": [ - "Object_16.002" - ], - "v": "1644809744024954:3050707" - }, - { - "k": [ - "Object_16.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744025537:3050709" - }, - { - "k": [ - "Object_17.002" - ], - "v": "1644809744026622:3050722" - }, - { - "k": [ - "Object_17.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744027306:3050728" - }, - { - "k": [ - "Object_18.002" - ], - "v": "1644809744028305:3050741" - }, - { - "k": [ - "Object_18.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744029184:3050743" - }, - { - "k": [ - "Object_19.002" - ], - "v": "1644809744030188:3050756" - }, - { - "k": [ - "Object_19.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744030978:3050758" - }, - { - "k": [ - "Object_20.002" - ], - "v": "1644809744032242:3050771" - }, - { - "k": [ - "Object_20.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744032942:3050773" - }, - { - "k": [ - "Object_21.002" - ], - "v": "1644809744033998:3050786" - }, - { - "k": [ - "Object_21.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744034608:3050788" - }, - { - "k": [ - "Object_22.002" - ], - "v": "1644809744035660:3050801" - }, - { - "k": [ - "Object_22.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744036268:3050803" - }, - { - "k": [ - "Object_23.002" - ], - "v": "1644809744037487:3050816" - }, - { - "k": [ - "Object_23.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744038158:3050818" - }, - { - "k": [ - "Object_24.002" - ], - "v": "1644809744039141:3050831" - }, - { - "k": [ - "Object_24.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744039747:3050833" - }, - { - "k": [ - "Object_25.002" - ], - "v": "1644809744040743:3050846" - }, - { - "k": [ - "Object_25.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744041354:3050848" - }, - { - "k": [ - "Object_26.002" - ], - "v": "1644809744042382:3050861" - }, - { - "k": [ - "Object_26.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744043032:3050863" - }, - { - "k": [ - "Object_27.002" - ], - "v": "1644809744044012:3050876" - }, - { - "k": [ - "Object_27.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744044628:3050878" - }, - { - "k": [ - "Object_28.002" - ], - "v": "1644809744045621:3050891" - }, - { - "k": [ - "Object_28.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744046237:3050893" - }, - { - "k": [ - "Object_29.002" - ], - "v": "1644809744047234:3050906" - }, - { - "k": [ - "Object_29.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744047869:3050908" - }, - { - "k": [ - "Object_3.004" - ], - "v": "1644809744001440:3050512" - }, - { - "k": [ - "Object_3.004", - "Component.RenderMeshVisual" - ], - "v": "1644809744002079:3050514" - }, - { - "k": [ - "Object_30.002" - ], - "v": "1644809744048879:3050921" - }, - { - "k": [ - "Object_30.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744049511:3050923" - }, - { - "k": [ - "Object_31.002" - ], - "v": "1644809744050606:3050936" - }, - { - "k": [ - "Object_31.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744051288:3050938" - }, - { - "k": [ - "Object_32.002" - ], - "v": "1644809744052466:3050951" - }, - { - "k": [ - "Object_32.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744053113:3050953" - }, - { - "k": [ - "Object_33.002" - ], - "v": "1644809744054201:3050966" - }, - { - "k": [ - "Object_33.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744054834:3050968" - }, - { - "k": [ - "Object_34.002" - ], - "v": "1644809744056007:3050981" - }, - { - "k": [ - "Object_34.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744056661:3050983" - }, - { - "k": [ - "Object_35.002" - ], - "v": "1644809744057787:3050996" - }, - { - "k": [ - "Object_35.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744058573:3051002" - }, - { - "k": [ - "Object_36.002" - ], - "v": "1644809744059593:3051015" - }, - { - "k": [ - "Object_36.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744060586:3051017" - }, - { - "k": [ - "Object_37.002" - ], - "v": "1644809744061569:3051030" - }, - { - "k": [ - "Object_37.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744062344:3051032" - }, - { - "k": [ - "Object_38.002" - ], - "v": "1644809744063540:3051045" - }, - { - "k": [ - "Object_38.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744064273:3051047" - }, - { - "k": [ - "Object_39.002" - ], - "v": "1644809744065295:3051060" - }, - { - "k": [ - "Object_39.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744065974:3051062" - }, - { - "k": [ - "Object_4.003" - ], - "v": "1644809744003289:3050527" - }, - { - "k": [ - "Object_4.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744004020:3050529" - }, - { - "k": [ - "Object_40.002" - ], - "v": "1644809744067334:3051075" - }, - { - "k": [ - "Object_40.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744068002:3051077" - }, - { - "k": [ - "Object_41.002" - ], - "v": "1644809744069035:3051090" - }, - { - "k": [ - "Object_41.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744069706:3051092" - }, - { - "k": [ - "Object_42.002" - ], - "v": "1644809744071267:3051105" - }, - { - "k": [ - "Object_42.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744071955:3051107" - }, - { - "k": [ - "Object_43.002" - ], - "v": "1644809744073011:3051120" - }, - { - "k": [ - "Object_43.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744073734:3051122" - }, - { - "k": [ - "Object_44.002" - ], - "v": "1644809744074894:3051135" - }, - { - "k": [ - "Object_44.002", - "Component.RenderMeshVisual" - ], - "v": "1644809744075591:3051137" - }, - { - "k": [ - "Object_5.003" - ], - "v": "1644809744005198:3050542" - }, - { - "k": [ - "Object_5.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744005859:3050544" - }, - { - "k": [ - "Object_6.003" - ], - "v": "1644809744007046:3050557" - }, - { - "k": [ - "Object_6.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744007706:3050559" - }, - { - "k": [ - "Object_7.003" - ], - "v": "1644809744008828:3050572" - }, - { - "k": [ - "Object_7.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744009501:3050574" - }, - { - "k": [ - "Object_8.003" - ], - "v": "1644809744010705:3050587" - }, - { - "k": [ - "Object_8.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744011420:3050589" - }, - { - "k": [ - "Object_9.003" - ], - "v": "1644809744012582:3050602" - }, - { - "k": [ - "Object_9.003", - "Component.RenderMeshVisual" - ], - "v": "1644809744013265:3050604" - } - ] - }, - { - "k": "1645122391966071:1056831", - "v": [ - { - "k": "", - "v": "1645122391748708:1055903" - }, - { - "k": [ - "Default" - ], - "v": "1645122391767571:1055905" - }, - { - "k": [ - "Default", - "Object_1" - ], - "v": "1645122391769127:1055907" - }, - { - "k": [ - "Default", - "Object_1", - "Component.RenderMeshVisual" - ], - "v": "1645122391770560:1055909" - }, - { - "k": [ - "Default", - "Object_10" - ], - "v": "1645122391794493:1056031" - }, - { - "k": [ - "Default", - "Object_10", - "Component.RenderMeshVisual" - ], - "v": "1645122391795971:1056033" - }, - { - "k": [ - "Default", - "Object_11" - ], - "v": "1645122391797326:1056046" - }, - { - "k": [ - "Default", - "Object_11", - "Component.RenderMeshVisual" - ], - "v": "1645122391798821:1056048" - }, - { - "k": [ - "Default", - "Object_12" - ], - "v": "1645122391800171:1056061" - }, - { - "k": [ - "Default", - "Object_12", - "Component.RenderMeshVisual" - ], - "v": "1645122391801665:1056063" - }, - { - "k": [ - "Default", - "Object_13" - ], - "v": "1645122391803101:1056076" - }, - { - "k": [ - "Default", - "Object_13", - "Component.RenderMeshVisual" - ], - "v": "1645122391804588:1056078" - }, - { - "k": [ - "Default", - "Object_14" - ], - "v": "1645122391805957:1056091" - }, - { - "k": [ - "Default", - "Object_14", - "Component.RenderMeshVisual" - ], - "v": "1645122391807449:1056093" - }, - { - "k": [ - "Default", - "Object_15" - ], - "v": "1645122391808829:1056106" - }, - { - "k": [ - "Default", - "Object_15", - "Component.RenderMeshVisual" - ], - "v": "1645122391810444:1056108" - }, - { - "k": [ - "Default", - "Object_16" - ], - "v": "1645122391812102:1056125" - }, - { - "k": [ - "Default", - "Object_16", - "Component.RenderMeshVisual" - ], - "v": "1645122391813782:1056127" - }, - { - "k": [ - "Default", - "Object_17" - ], - "v": "1645122391815172:1056140" - }, - { - "k": [ - "Default", - "Object_17", - "Component.RenderMeshVisual" - ], - "v": "1645122391816679:1056142" - }, - { - "k": [ - "Default", - "Object_18" - ], - "v": "1645122391818051:1056155" - }, - { - "k": [ - "Default", - "Object_18", - "Component.RenderMeshVisual" - ], - "v": "1645122391819581:1056157" - }, - { - "k": [ - "Default", - "Object_19" - ], - "v": "1645122391821348:1056170" - }, - { - "k": [ - "Default", - "Object_19", - "Component.RenderMeshVisual" - ], - "v": "1645122391823224:1056172" - }, - { - "k": [ - "Default", - "Object_20" - ], - "v": "1645122391824820:1056185" - }, - { - "k": [ - "Default", - "Object_20", - "Component.RenderMeshVisual" - ], - "v": "1645122391826423:1056187" - }, - { - "k": [ - "Default", - "Object_21" - ], - "v": "1645122391827866:1056200" - }, - { - "k": [ - "Default", - "Object_21", - "Component.RenderMeshVisual" - ], - "v": "1645122391829386:1056202" - }, - { - "k": [ - "Default", - "Object_22" - ], - "v": "1645122391830786:1056215" - }, - { - "k": [ - "Default", - "Object_22", - "Component.RenderMeshVisual" - ], - "v": "1645122391832313:1056217" - }, - { - "k": [ - "Default", - "Object_23" - ], - "v": "1645122391833657:1056230" - }, - { - "k": [ - "Default", - "Object_23", - "Component.RenderMeshVisual" - ], - "v": "1645122391835171:1056232" - }, - { - "k": [ - "Default", - "Object_24" - ], - "v": "1645122391836517:1056245" - }, - { - "k": [ - "Default", - "Object_24", - "Component.RenderMeshVisual" - ], - "v": "1645122391838079:1056247" - }, - { - "k": [ - "Default", - "Object_25" - ], - "v": "1645122391839453:1056260" - }, - { - "k": [ - "Default", - "Object_25", - "Component.RenderMeshVisual" - ], - "v": "1645122391840986:1056262" - }, - { - "k": [ - "Default", - "Object_26" - ], - "v": "1645122391842443:1056275" - }, - { - "k": [ - "Default", - "Object_26", - "Component.RenderMeshVisual" - ], - "v": "1645122391844226:1056281" - }, - { - "k": [ - "Default", - "Object_27" - ], - "v": "1645122391845665:1056294" - }, - { - "k": [ - "Default", - "Object_27", - "Component.RenderMeshVisual" - ], - "v": "1645122391847252:1056296" - }, - { - "k": [ - "Default", - "Object_28" - ], - "v": "1645122391848787:1056309" - }, - { - "k": [ - "Default", - "Object_28", - "Component.RenderMeshVisual" - ], - "v": "1645122391850335:1056311" - }, - { - "k": [ - "Default", - "Object_29" - ], - "v": "1645122391851762:1056324" - }, - { - "k": [ - "Default", - "Object_29", - "Component.RenderMeshVisual" - ], - "v": "1645122391854319:1056326" - }, - { - "k": [ - "Default", - "Object_3" - ], - "v": "1645122391772043:1055922" - }, - { - "k": [ - "Default", - "Object_3", - "Component.RenderMeshVisual" - ], - "v": "1645122391774240:1055926" - }, - { - "k": [ - "Default", - "Object_30" - ], - "v": "1645122391855800:1056339" - }, - { - "k": [ - "Default", - "Object_30", - "Component.RenderMeshVisual" - ], - "v": "1645122391857503:1056341" - }, - { - "k": [ - "Default", - "Object_31" - ], - "v": "1645122391859078:1056354" - }, - { - "k": [ - "Default", - "Object_31", - "Component.RenderMeshVisual" - ], - "v": "1645122391860676:1056356" - }, - { - "k": [ - "Default", - "Object_32" - ], - "v": "1645122391862117:1056369" - }, - { - "k": [ - "Default", - "Object_32", - "Component.RenderMeshVisual" - ], - "v": "1645122391863758:1056371" - }, - { - "k": [ - "Default", - "Object_33" - ], - "v": "1645122391865193:1056384" - }, - { - "k": [ - "Default", - "Object_33", - "Component.RenderMeshVisual" - ], - "v": "1645122391866784:1056386" - }, - { - "k": [ - "Default", - "Object_34" - ], - "v": "1645122391868144:1056399" - }, - { - "k": [ - "Default", - "Object_34", - "Component.RenderMeshVisual" - ], - "v": "1645122391869740:1056401" - }, - { - "k": [ - "Default", - "Object_35" - ], - "v": "1645122391871156:1056414" - }, - { - "k": [ - "Default", - "Object_35", - "Component.RenderMeshVisual" - ], - "v": "1645122391872794:1056416" - }, - { - "k": [ - "Default", - "Object_36" - ], - "v": "1645122391874225:1056429" - }, - { - "k": [ - "Default", - "Object_36", - "Component.RenderMeshVisual" - ], - "v": "1645122391876578:1056433" - }, - { - "k": [ - "Default", - "Object_37" - ], - "v": "1645122391878059:1056448" - }, - { - "k": [ - "Default", - "Object_37", - "Component.RenderMeshVisual" - ], - "v": "1645122391879735:1056450" - }, - { - "k": [ - "Default", - "Object_38" - ], - "v": "1645122391881152:1056463" - }, - { - "k": [ - "Default", - "Object_38", - "Component.RenderMeshVisual" - ], - "v": "1645122391882753:1056465" - }, - { - "k": [ - "Default", - "Object_39" - ], - "v": "1645122391884244:1056478" - }, - { - "k": [ - "Default", - "Object_39", - "Component.RenderMeshVisual" - ], - "v": "1645122391886489:1056480" - }, - { - "k": [ - "Default", - "Object_4" - ], - "v": "1645122391775805:1055941" - }, - { - "k": [ - "Default", - "Object_4", - "Component.RenderMeshVisual" - ], - "v": "1645122391777300:1055943" - }, - { - "k": [ - "Default", - "Object_40" - ], - "v": "1645122391888387:1056493" - }, - { - "k": [ - "Default", - "Object_40", - "Component.RenderMeshVisual" - ], - "v": "1645122391890155:1056495" - }, - { - "k": [ - "Default", - "Object_41" - ], - "v": "1645122391891617:1056508" - }, - { - "k": [ - "Default", - "Object_41", - "Component.RenderMeshVisual" - ], - "v": "1645122391893289:1056510" - }, - { - "k": [ - "Default", - "Object_42" - ], - "v": "1645122391894716:1056523" - }, - { - "k": [ - "Default", - "Object_42", - "Component.RenderMeshVisual" - ], - "v": "1645122391896394:1056525" - }, - { - "k": [ - "Default", - "Object_43" - ], - "v": "1645122391897813:1056538" - }, - { - "k": [ - "Default", - "Object_43", - "Component.RenderMeshVisual" - ], - "v": "1645122391899462:1056540" - }, - { - "k": [ - "Default", - "Object_44" - ], - "v": "1645122391900883:1056553" - }, - { - "k": [ - "Default", - "Object_44", - "Component.RenderMeshVisual" - ], - "v": "1645122391902622:1056555" - }, - { - "k": [ - "Default", - "Object_45" - ], - "v": "1645122391904093:1056568" - }, - { - "k": [ - "Default", - "Object_45", - "Component.RenderMeshVisual" - ], - "v": "1645122391905818:1056570" - }, - { - "k": [ - "Default", - "Object_46" - ], - "v": "1645122391907378:1056583" - }, - { - "k": [ - "Default", - "Object_46", - "Component.RenderMeshVisual" - ], - "v": "1645122391909907:1056587" - }, - { - "k": [ - "Default", - "Object_47" - ], - "v": "1645122391911512:1056602" - }, - { - "k": [ - "Default", - "Object_47", - "Component.RenderMeshVisual" - ], - "v": "1645122391913246:1056604" - }, - { - "k": [ - "Default", - "Object_48" - ], - "v": "1645122391914635:1056617" - }, - { - "k": [ - "Default", - "Object_48", - "Component.RenderMeshVisual" - ], - "v": "1645122391916332:1056619" - }, - { - "k": [ - "Default", - "Object_49" - ], - "v": "1645122391917835:1056632" - }, - { - "k": [ - "Default", - "Object_49", - "Component.RenderMeshVisual" - ], - "v": "1645122391920769:1056634" - }, - { - "k": [ - "Default", - "Object_5" - ], - "v": "1645122391778727:1055956" - }, - { - "k": [ - "Default", - "Object_5", - "Component.RenderMeshVisual" - ], - "v": "1645122391780203:1055958" - }, - { - "k": [ - "Default", - "Object_50" - ], - "v": "1645122391922355:1056647" - }, - { - "k": [ - "Default", - "Object_50", - "Component.RenderMeshVisual" - ], - "v": "1645122391924138:1056649" - }, - { - "k": [ - "Default", - "Object_51" - ], - "v": "1645122391925641:1056662" - }, - { - "k": [ - "Default", - "Object_51", - "Component.RenderMeshVisual" - ], - "v": "1645122391927407:1056664" - }, - { - "k": [ - "Default", - "Object_52" - ], - "v": "1645122391928907:1056677" - }, - { - "k": [ - "Default", - "Object_52", - "Component.RenderMeshVisual" - ], - "v": "1645122391930596:1056679" - }, - { - "k": [ - "Default", - "Object_53" - ], - "v": "1645122391932110:1056692" - }, - { - "k": [ - "Default", - "Object_53", - "Component.RenderMeshVisual" - ], - "v": "1645122391933851:1056694" - }, - { - "k": [ - "Default", - "Object_54" - ], - "v": "1645122391935293:1056707" - }, - { - "k": [ - "Default", - "Object_54", - "Component.RenderMeshVisual" - ], - "v": "1645122391937013:1056709" - }, - { - "k": [ - "Default", - "Object_55" - ], - "v": "1645122391938505:1056722" - }, - { - "k": [ - "Default", - "Object_55", - "Component.RenderMeshVisual" - ], - "v": "1645122391940619:1056724" - }, - { - "k": [ - "Default", - "Object_56" - ], - "v": "1645122391942329:1056741" - }, - { - "k": [ - "Default", - "Object_56", - "Component.RenderMeshVisual" - ], - "v": "1645122391944232:1056743" - }, - { - "k": [ - "Default", - "Object_57" - ], - "v": "1645122391945739:1056756" - }, - { - "k": [ - "Default", - "Object_57", - "Component.RenderMeshVisual" - ], - "v": "1645122391947466:1056758" - }, - { - "k": [ - "Default", - "Object_58" - ], - "v": "1645122391948997:1056771" - }, - { - "k": [ - "Default", - "Object_58", - "Component.RenderMeshVisual" - ], - "v": "1645122391950808:1056773" - }, - { - "k": [ - "Default", - "Object_59" - ], - "v": "1645122391952391:1056786" - }, - { - "k": [ - "Default", - "Object_59", - "Component.RenderMeshVisual" - ], - "v": "1645122391954602:1056788" - }, - { - "k": [ - "Default", - "Object_6" - ], - "v": "1645122391781551:1055971" - }, - { - "k": [ - "Default", - "Object_6", - "Component.RenderMeshVisual" - ], - "v": "1645122391783008:1055973" - }, - { - "k": [ - "Default", - "Object_60" - ], - "v": "1645122391956163:1056801" - }, - { - "k": [ - "Default", - "Object_60", - "Component.RenderMeshVisual" - ], - "v": "1645122391957944:1056803" - }, - { - "k": [ - "Default", - "Object_61" - ], - "v": "1645122391959492:1056816" - }, - { - "k": [ - "Default", - "Object_61", - "Component.RenderMeshVisual" - ], - "v": "1645122391961331:1056818" - }, - { - "k": [ - "Default", - "Object_7" - ], - "v": "1645122391784339:1055986" - }, - { - "k": [ - "Default", - "Object_7", - "Component.RenderMeshVisual" - ], - "v": "1645122391786462:1055988" - }, - { - "k": [ - "Default", - "Object_8" - ], - "v": "1645122391788331:1056001" - }, - { - "k": [ - "Default", - "Object_8", - "Component.RenderMeshVisual" - ], - "v": "1645122391790027:1056003" - }, - { - "k": [ - "Default", - "Object_9" - ], - "v": "1645122391791564:1056016" - }, - { - "k": [ - "Default", - "Object_9", - "Component.RenderMeshVisual" - ], - "v": "1645122391793125:1056018" - } - ] - } - ] - }, - "ObjectTracking3DController": { - "hand_tracking_mode": "0" - } - }, - "templateName": "Physics Toys", - "templateUrl": "https:\/\/downloads.ctfassets.net\/xyb83mibqg29\/1N6nqlHEvojdo1LiNTWcnI\/be91fcebf95bb5dc312a1a3fcbe68c5f\/Physics_Toys.zip" -} diff --git a/lenses/physics-objects/preview.mp4 b/lenses/physics-objects/preview.mp4 deleted file mode 100644 index 57be4b0b..00000000 Binary files a/lenses/physics-objects/preview.mp4 and /dev/null differ diff --git a/lenses/physics-objects/project.data b/lenses/physics-objects/project.data deleted file mode 100644 index a510f069..00000000 --- a/lenses/physics-objects/project.data +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4b2e8c9210c74c9d8ab25fa6b4f3d03f425ccb524548e865bc6d4f02236482f -size 12089463